From 7c4c1bcb4a4ef00f0f190d9699120f8c80ac90a2 Mon Sep 17 00:00:00 2001 From: MeixiChai Date: Wed, 12 Nov 2025 14:15:01 -0500 Subject: [PATCH] Story map project --- INSTRUCTIONS.md | 112 - README.md | 34 +- css/.Rhistory | 0 css/style.css | 521 + data/Commercial_Corridors.geojson | 286 + data/Schools_Parcels.geojson | 502 + data/Trolley_Stations.geojson | 67 + data/Vacant_Indicators_Land.geojson | 6377 + data/bus_transit_shelters.geojson | 494 + data/phs_landcare.geojson | 9449 + images/phs.jpg | Bin 0 -> 202161 bytes index.html | 106 + js/index.js | 96 + js/slidedeck.js | 462 + package-lock.json | 4574 - package.json | 50 - templates/scrollytelly/css/index.css | 84 - templates/scrollytelly/data/second-slide.json | 141049 ------------ templates/scrollytelly/data/third-slide.json | 3566 - templates/scrollytelly/data/title-slide.json | 178906 --------------- templates/scrollytelly/index.html | 42 - templates/scrollytelly/js/index.js | 49 - templates/scrollytelly/js/slidedeck.js | 202 - templates/storypages/css/index.css | 70 - templates/storypages/data/second-slide.json | 141049 ------------ templates/storypages/data/third-slide.json | 3566 - templates/storypages/data/title-slide.json | 178906 --------------- templates/storypages/index.html | 48 - templates/storypages/js/index.js | 51 - templates/storypages/js/slidedeck.js | 181 - 30 files changed, 18393 insertions(+), 652506 deletions(-) delete mode 100644 INSTRUCTIONS.md create mode 100644 css/.Rhistory create mode 100644 css/style.css create mode 100644 data/Commercial_Corridors.geojson create mode 100644 data/Schools_Parcels.geojson create mode 100644 data/Trolley_Stations.geojson create mode 100644 data/Vacant_Indicators_Land.geojson create mode 100644 data/bus_transit_shelters.geojson create mode 100644 data/phs_landcare.geojson create mode 100644 images/phs.jpg create mode 100644 index.html create mode 100644 js/index.js create mode 100644 js/slidedeck.js delete mode 100644 package-lock.json delete mode 100644 package.json delete mode 100644 templates/scrollytelly/css/index.css delete mode 100644 templates/scrollytelly/data/second-slide.json delete mode 100644 templates/scrollytelly/data/third-slide.json delete mode 100644 templates/scrollytelly/data/title-slide.json delete mode 100644 templates/scrollytelly/index.html delete mode 100644 templates/scrollytelly/js/index.js delete mode 100644 templates/scrollytelly/js/slidedeck.js delete mode 100644 templates/storypages/css/index.css delete mode 100644 templates/storypages/data/second-slide.json delete mode 100644 templates/storypages/data/third-slide.json delete mode 100644 templates/storypages/data/title-slide.json delete mode 100644 templates/storypages/index.html delete mode 100644 templates/storypages/js/index.js delete mode 100644 templates/storypages/js/slidedeck.js diff --git a/INSTRUCTIONS.md b/INSTRUCTIONS.md deleted file mode 100644 index 79c23657..00000000 --- a/INSTRUCTIONS.md +++ /dev/null @@ -1,112 +0,0 @@ -# Project Instructions - -## Samples - -Find examples from previous years and elsewhere on the internet at https://github.com/Weitzman-MUSA-JavaScript/story-map-project-examples - -## Timeline - -This project will be our focus for the first four weeks of the course -- in week 5 we will start a new project focused on dashboards. - -### Step 1: Choose a topic and data source(s) - -Choose a topic that is fruitfully explained with some combination of narrative and geographic elements. Think about what data you want to tell a story about. Whatever data you use, **be sure to include citations somewhere in your app interface**. You can choose a dataset from any of a number of sources, for example: - -* Use data you've been working with for another class -* Create your own dataset (check out [geojson.io](https://geojson.io)) -* Find data from an open data repository... - -#### OpenDataPhilly.org - -OpenDataPhilly has lots of Philadelphia-specific data, like: - -- [Neighborhood Boundaries](https://opendataphilly.org/dataset/philadelphia-neighborhoods) -- Historic [Streets](https://opendataphilly.org/dataset/historic-streets), [Districts](https://opendataphilly.org/dataset/philadelphia-registered-historic-districts), or [Properties](https://opendataphilly.org/dataset/philadelphia-registered-historic-sites) -- [School Information](https://opendataphilly.org/dataset/school-information-data) -- [PA Horticultural Society Land Care](https://opendataphilly.org/dataset/land-care) - -#### Other open data portals - -Many other cities, counties, states, and countries have dedicated data portals as well. Here are a couple of lists of state-sponsored open data sites: - -- [Data.gov - Open Government](https://data.gov/open-gov/) -- [Open Knowledge Foundation - DataPortals.org](https://dataportals.org/) - -#### Independently compiled data sources - -Sources like [Stop Demolishing Philly](https://www.stopdemolishingphilly.com/map/) or other privately compiled data sources. - - -Use one of the template story maps in the _templates/_ folder, modified as you see fit, to explain your topic. For example, open [templates/scrollytelly/](templates/scrollytelly/) and copy the contents to the root folder in this repository. You can then modify the HTML, CSS, JavaScript, and data to suit your needs. - -### Step 2: Think about slide content - -Your story will have multiple slides, each with a title, some additional text, maybe images, and geographic data. - -### Step 3: Design and build your story map - -* If you are using one of the templates in this repository, copy the contents to the root folder in this repository (e.g., copy everything from [templates/scrollytelly/](templates/scrollytelly/)). You can then modify the HTML, CSS, JavaScript, and data in the root folder to suit your needs. You can also start from a different template if you prefer. For example, Juan Francisco Saldarriaga (PointsUnknown)'s [tutorial](https://pointsunknown.nyc/web%20mapping/mapbox/2021/07/20/11A_MapboxStorytelling.html) has been popular in the past. - -* For the templates in this folder, your slide content will go straight into your HTML, and your map features will go in to separate GeoJSON files in the [data/](data/) folder. Each slide will have a corresponding GeoJSON file in the [data/](data/) folder. For example, if you have a slide in your HTML with an `id` of `housing-1`, then you should have a corresponding `housing-1.json` file in the [data/](data/) folder (the choice of `id` is up to you, but it should be descriptive). You can use [geojson.io](https://geojson.io) to create and edit GeoJSON files. - -* By default, the map will zoom to the bounds of the features in each slide's GeoJSON file. If you want to set a custom bounding box for a slide, you can do so by adding a `bbox` property to the slide's `FeatureCollection` in the GeoJSON file. The `bbox` property should be an array of four numbers: `[minLng, minLat, maxLng, maxLat]`. For example: - - ```json - { - "type": "FeatureCollection", - "bbox": [-75.2803, 39.8670, -75.1403, 39.9670], - "features": [ - ... - ] - } - ``` - - You can read more about the `bbox` property in the [GeoJSON specification](https://tools.ietf.org/html/rfc7946#section-5). - -* You do not need to edit the JavaScript code in the `slidedeck.js` file unless you want to change the way the slides work. You may, however, want to edit the JavaScript code in the `index.js` file to change your map's base tiles by updating the `baseTileLayer` definition, or to change your slides' symbology by updating `slideOptions`. - - The `slideOptions` object in `index.js` defines how each slide's GeoJSON layer will be created. You can do things like change the color of points, lines, and polygons, using icons instead of circles to represent points, or add popups to features. You can read more about the options available in the [Leaflet documentation](https://leafletjs.com/reference.html#geojson). - - If you do want to edit the `slideOptions` for a particular slide, you can copy the value of the `defaultOptions` object from the `updateDataLayer` function in `slidedeck.js` as a starting point. For example, if you want to change the symbology for a slide with an `id` of `housing-1`, you can do something like this in `index.js`: - - ```js - const slideOptions = { - 'housing-1': { - pointToLayer: (p, latlng) => L.marker(latlng, { - icon: L.icon({ - iconUrl: 'path/to/housing/icon.png', - iconSize: [25, 41], - iconAnchor: [12, 41], - }) - }), - onEachFeature: (feature, layer) => { - const n = feature.properties.numberOfUnits; - layer.bindTooltip(`${n} units`); - } - }, - ... - }; - ``` - -### Step 4: Check your code - -* Be sure that your JavaScript and CSS code are properly linted. You can use [ESLint](https://eslint.org/) for JavaScript and [Stylelint](https://stylelint.io/) for CSS. - -* Check that your story map works well on both desktop and mobile browsers. - -* Verify that your story map is free from major accessibility issues. You can use tools like Axe (https://www.deque.com/axe/), and attempt to navigate your site using only a keyboard or using a screen reader. - -### Step 5: Submit your story map - -Commit your code and push it to your repository on GitHub. Set up GitHub pages on the repository and submit a new pull request into the original project repository in the class organization. - -#### Submission Checklist - -- [ ] Pushed latest code to the `main` branch of your repository -- [ ] Updated the `README.md` file with a description of your project, and data citations. -- [ ] Linted JS and CSS code -- [ ] Verified a11y of your site -- [ ] Turned on GitHub Pages for the repository and verified that your site works when deployed -- [ ] Submitted a pull request to the original repository in the class organization -- [ ] In the PR **title**, included your name at least -- [ ] In the PR **description**, included a brief description of your topic, and your target audience \ No newline at end of file diff --git a/README.md b/README.md index 17c6af0f..f3630dbf 100644 --- a/README.md +++ b/README.md @@ -1 +1,33 @@ -Add a readme for your story map here. Include content overview, data citations, and any relevant technical details. \ No newline at end of file +# Philadelphia Vacant Lots Transform into Green Spaces + +## Project description + +This project tells the story of how Philadelphia is transforming thousands of vacant lots into green community spaces. Once symbols of disinvestment and crime, these parcels are being renewed through the Pennsylvania Horticultural Society’s LandCare Program, which targets high-need areas and partners with residents to create safe, welcoming places. The webpage uses maps, data, and community voices to show how greening vacant land can spark neighborhood renewal and resilience. + +## Data Citations + +- - Circular Philadelphia. *Temporary Vacant Land Activation in Philadelphia: A Policy Guide*. February 2024. PDF. + Available at: https://circularphiladelphia.org/staging/wp-content/uploads/2024/02/Temporary-Vacant-Land-Activation-in-Philadelphia-FINAL.pdf + +- Men & Women for Human Excellence. *The Philadelphia LandCare Program*. + Available at: [https://mwfhe.org/what-we-do/the-philadelphia-landcare-program/](https://mwfhe.org/what-we-do/the-philadelphia-landcare-program/). + +- Wharton AI & Analytics Initiative. *Wharton Research Shows Revitalizing Vacant Lots Pays Dividends.* + Available at: https://ai-analytics.wharton.upenn.edu/impact-analytics/landcare-pays-dividends/. + +- Pennsylvania Horticultural Society. *Changing Places: How Philadelphia Is Turning Vacant Lots Into Green Community Spaces.* April 29, 2025. + Available at: https://phsonline.org/for-gardeners/gardeners-blog/philadelphia-vacant-lots-green-community-spaces. + +- City of Philadelphia. *Vacant Property Indicators*. OpenDataPhilly, created November 14, 2016. + Available at: https://opendataphilly.org/datasets/vacant-property-indicators/. + +- Pennsylvania Horticultural Society. *PA Community Alliance Summit — PA Horticultural Society* (PowerPoint). + Available at: https://www.harrisburgu.edu/wp-content/uploads/Day-1-Track-2-1015-PA-Hort-Society.pdf. + +- Pennsylvania Horticultural Society. *Nicetown and Tioga Greening Plan*. + Available at: https://phsonline.org/programs/nicetown-tioga-greening-plan. + +- OpenDataPhilly. *OpenDataPhilly: A catalog of open data in the Philadelphia region*. + Available at: https://opendataphilly.org. + + diff --git a/css/.Rhistory b/css/.Rhistory new file mode 100644 index 00000000..e69de29b diff --git a/css/style.css b/css/style.css new file mode 100644 index 00000000..cbf0d14c --- /dev/null +++ b/css/style.css @@ -0,0 +1,521 @@ +body { + margin: 0; + border-width: 0; + box-sizing: border-box; + height: 100vh; + font-family: 'Open Sans', sans-serif; +} + +html, body { + height: 100%; + margin: 0; +} + +#map { + width: 100%; + height: 100vh; +} + +.map-container { + position: sticky; + top: 0; + height: 100vh; + z-index: 0; +} + +.slide2-overlay { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + z-index: 2000; + opacity: 0; + visibility: hidden; + transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; + display: flex; + flex-direction: column; + background: none; +} + +.slide2-overlay.active { + opacity: 1; + visibility: visible; +} + +.slide2-overlay .image-section { + width: 100%; + height: 65%; + position: relative; + z-index: 2001; + background-color: #000; + overflow: hidden; +} + +.slide2-overlay .slide-image { + width: auto; + height: auto; + max-width: 120%; + max-height: 120%; + min-width: 100%; + min-height: 100%; + object-fit: none; + display: block; + border: none; + margin: 0; + padding: 0; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.slide2-overlay .image-caption { + position: absolute; + bottom: 20px; + left: 20px; + right: 20px; + background: rgba(0, 0, 0, 0.75); + color: white; + padding: 12px 20px; + border-radius: 8px; + font-size: 0.9em; + font-style: italic; + text-align: center; + backdrop-filter: blur(3px); + z-index: 1002; +} + +.slide2-overlay .text-section { + width: 100%; + height: 35%; + background: linear-gradient(135deg, #2e7d32 0%, #4caf50 100%); + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + padding: 30px 60px; + box-sizing: border-box; + position: relative; +} + +.slide2-overlay h2 { + color: white; + margin: 0 0 20px 0; + font-size: 2.2em; + font-weight: 600; + text-align: center; + text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); + width: 100%; +} + +.slide2-overlay .text-content { + color: white; + font-size: 1.05em; + line-height: 1.5; + text-align: center; + max-width: 900px; + width: 100%; +} + +.slide2-overlay .text-content p { + margin: 0 0 15px 0; +} + +.slide2-overlay .text-content p:last-child { + margin-bottom: 0; +} + +.slide2-overlay.active ~ .slide-section #slide2 { + display: none; +} + +#slide2 { + opacity: 0; + visibility: hidden; + height: 0; + margin: 0; + padding: 0; + overflow: hidden; + pointer-events: none; + position: relative; +} + +@media (max-width: 768px) { + .slide2-overlay .image-section { + height: 55%; + } + + .slide2-overlay .text-section { + height: 45%; + padding: 25px 30px; + } + + .slide2-overlay h2 { + font-size: 1.8em; + margin-bottom: 15px; + } + + .slide2-overlay .text-content { + font-size: 0.95em; + } +} + +@media (max-width: 480px) { + .slide2-overlay .text-section { + padding: 20px 25px; + } + + .slide2-overlay h2 { + font-size: 1.6em; + } + + .slide2-overlay .text-content { + font-size: 0.9em; + } +} + +.map { + height: 100%; +} + +.slide-section { + position: relative; + margin-top: -30vh; + z-index: 100; + pointer-events: none; + border-bottom: 1px solid rgb(0 0 0 / 10%); + transition: margin-top 0.3s ease-out; +} + +.slide { + margin-top: 90vh; + margin-bottom: 90vh; + margin-left: auto; + margin-right: 2rem; + padding: 1rem; + box-shadow: -0.5rem 0 1rem rgba(0 0 0 / 50%); + border: 1px solid gray; + border-radius: 0.5rem; + pointer-events: initial; + width: 25rem; + background-color: white; + color: black; +} + +.slide:first-child { + margin-top: 0; +} + +.slide:last-child { + margin-bottom: 40vh; +} + +.slide-controls { + display: flex; + justify-content: space-around; + align-items: center; + column-gap: 0.5rem; + width: 100%; +} + +.slide-nav-button { + transition: all 0.1s; + padding: 0; + margin: 1rem; + width: 4rem; + height: 3rem; + border: 1px solid #888; + border-radius: 0.25rem; + background-color: #eee; + font-size: 1.5em; +} + +.slide-nav-button:hover { + background-color: #444; + color: #fff; +} + +.slide-nav-select { + min-width: 0; +} + +.cover-slide { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + height: 100vh; + width: 100%; + background: linear-gradient(to bottom, #7f8c8d, #2ecc71); + color: white; + text-align: center; + font-family: 'Open Sans', sans-serif; + margin: 0; + box-shadow: none; + border: none; +} + +.cover-slide h1 { + font-size: 4rem; + margin: 0.5rem 0; + font-weight: 700; +} + +.cover-slide h3 { + font-size: 2rem; + font-weight: 300; + margin: 0.25rem 0; +} + +.popup-content { + font-family: 'Open Sans', sans-serif; + max-width: 250px; +} + +.popup-content h4 { + margin: 0 0 10px 0; + color: #333; + border-bottom: 1px solid #eee; + padding-bottom: 5px; +} + +.popup-content p { + margin: 5px 0; + font-size: 14px; +} + +.popup-content strong { + color: #555; +} + +.slide-image-container { + margin: 1rem 0; + text-align: center; +} + +.slide-image { + width: 100%; + max-width: 350px; + height: auto; + border-radius: 8px; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); + margin-bottom: 0.5rem; +} + +.image-caption { + font-size: 0.9em; + color: #666; + font-style: italic; + margin: 0.5rem 0 1rem 0; +} + +.legend { + margin-top: 1rem; + padding: 1rem; + background-color: #f5f5f5; + border-radius: 8px; + border: 1px solid #ddd; +} + +.legend h4 { + margin: 0 0 0.5rem 0; + color: #333; + font-size: 1em; +} + +.legend-item { + display: flex; + align-items: center; + margin: 0.3rem 0; + font-size: 0.9em; +} + +.legend-color { + width: 16px; + height: 16px; + border-radius: 3px; + margin-right: 0.5rem; + border: 1px solid #999; + flex-shrink: 0; +} + +.legend-primary { + font-weight: bold; + font-size: 1em; + border-bottom: 1px solid #e0e0e0; + padding-bottom: 0.3rem; + margin-bottom: 0.5rem; +} + +.legend-secondary { + opacity: 0.7; + font-size: 0.85em; +} + +.wayne-avenue-marker { + z-index: 1000; +} + +.wayne-marker-container { + display: flex; + flex-direction: column; + align-items: center; + position: relative; +} + +.wayne-marker-pin { + width: 24px; + height: 24px; + background-color: #720606; + border: 3px solid white; + border-radius: 50%; + box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); + position: relative; +} + +.wayne-marker-pin::after { + content: ''; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + width: 10px; + height: 10px; + background-color: white; + border-radius: 50%; +} + +.wayne-marker-label { + background-color: #ff4444; + color: white; + padding: 6px 10px; + border-radius: 6px; + font-size: 14px; + font-weight: bold; + white-space: nowrap; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4); + margin-top: 8px; + position: relative; +} + +.wayne-marker-label::before { + content: ''; + position: absolute; + top: -4px; + left: 50%; + transform: translateX(-50%); + width: 0; + height: 0; + border-left: 4px solid transparent; + border-right: 4px solid transparent; + border-bottom: 4px solid #ff4444; +} + +.wayne-popup { + font-family: 'Open Sans', sans-serif; +} + +.wayne-popup h4 { + margin: 0 0 10px 0; + color: #ff4444; + border-bottom: 2px solid #ff4444; + padding-bottom: 5px; +} + +.resident-quote { + background-color: #f9f9f9; + padding: 15px; + border-radius: 8px; + border-left: 4px solid #ff4444; + margin: 10px 0; +} + +.resident-quote p { + margin: 0 0 10px 0; + line-height: 1.5; +} + +.quote-attribution { + text-align: right; + font-weight: bold; + color: #666; + font-size: 0.9em; +} + +.case-study-box { + background-color: #e8f5e8; + border: 2px solid #4caf50; + border-radius: 8px; + padding: 1rem; + margin: 1rem 0; +} + +.case-study-box h4 { + margin: 0 0 0.5rem 0; + color: #2e7d32; +} + +.resident-testimonial { + background-color: #fff3e0; + border-radius: 8px; + padding: 1rem; + margin: 1rem 0; + border-left: 4px solid #ff9800; + position: relative; +} + +.quote-icon { + position: absolute; + top: -10px; + left: 15px; + background-color: #774304; + color: white; + width: 30px; + height: 30px; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + font-size: 16px; +} + +.resident-testimonial blockquote { + margin: 0; + padding: 0; + font-style: italic; + line-height: 1.5; + color: #333; +} + +.resident-testimonial cite { + display: block; + text-align: right; + margin-top: 0.5rem; + font-weight: bold; + color: #666; + font-style: normal; +} + +.cover-slide h1, +.cover-slide h3 { + color: #000000; + text-shadow: none; +} + +.sources { + font-size: 0.8em; + color: #333; + text-align: center; + max-width: 700px; + margin: 1em auto 0 auto; +} + +.sources a { + color: #333; + text-decoration: none; +} + +.sources a:hover { + text-decoration: underline; +} \ No newline at end of file diff --git a/data/Commercial_Corridors.geojson b/data/Commercial_Corridors.geojson new file mode 100644 index 00000000..840fe128 --- /dev/null +++ b/data/Commercial_Corridors.geojson @@ -0,0 +1,286 @@ +{ +"type": "FeatureCollection", +"name": "538ab13a-be43-4ab4-9a25-150600c805e62020329-1-gbhj2k.x1k7m", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "OBJECTID": 1, "PCPC_NUM": 151, "GLOBALID": "69c84823-37fa-4d2a-b8af-08a0ff7006eb", "NAME": "2nd and Fairmount", "P_DIST": "Central", "ST_EXT": "I953rd\/Laurel to Green", "PT_ADD": "725 N. Second Street", "ZIP": 19123, "SURVEY_YEAR": 2012, "GLA": "130,000", "GLA_2003": null, "GLA_1995": "65,000", "COMM_COUNT": 83, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 54, "OCC_COUNT": 68, "VAC_COUNT": 15, "VAC_RATE": "18.10%", "VAC_RATE_2003": null, "VAC_RATE_1995": "63.00%", "CORRIDOR_TYPE": 6, "PHYS_CHAR": 1, "AGE": 1860, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": null, "COND_SUM_1995": "11", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 182959.94140625, "Shape__Length": 1989.15710241836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140928912248796, 39.960846693049099 ], [ -75.140555761904807, 39.961761312969401 ], [ -75.140696755177302, 39.961795804990601 ], [ -75.140576666232107, 39.962069175200398 ], [ -75.140434593299005, 39.962312280876802 ], [ -75.1403997071628, 39.9624021997044 ], [ -75.140248979256199, 39.962788670166397 ], [ -75.140063152116198, 39.962745969393502 ], [ -75.139767175779895, 39.962677073580501 ], [ -75.139647674788705, 39.962870764384903 ], [ -75.139559003774707, 39.9629995773468 ], [ -75.139457750323501, 39.963239836281602 ], [ -75.139338453904401, 39.963509662544503 ], [ -75.139933734308201, 39.963785853566897 ], [ -75.139655424739104, 39.965036557824 ], [ -75.139966362115203, 39.965055867423203 ], [ -75.140089586239299, 39.965093723900097 ], [ -75.140484084533298, 39.965184475601603 ], [ -75.141279331111804, 39.9653977257543 ], [ -75.141629408205702, 39.964627579498298 ], [ -75.141633159876804, 39.964581805427997 ], [ -75.142531432589394, 39.964994527448702 ], [ -75.142867788557197, 39.963402583008097 ], [ -75.143089625010802, 39.962358137962198 ], [ -75.143281705028002, 39.961409070932703 ], [ -75.142783566081704, 39.961294140567901 ], [ -75.142342107327593, 39.961186223190701 ], [ -75.141907827369195, 39.961086818857403 ], [ -75.141385003882604, 39.960964404913398 ], [ -75.140928912248796, 39.960846693049099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2, "PCPC_NUM": 152, "GLOBALID": "d5cd06ce-0734-4f27-923e-7fd5e4da2865", "NAME": "2nd and Girard", "P_DIST": "Central", "ST_EXT": "HowardLawrence\/ThompsonLaurel", "PT_ADD": "1100 N. Second Street", "ZIP": 19123, "SURVEY_YEAR": 2012, "GLA": "270,000", "GLA_2003": "103,662", "GLA_1995": "75,000", "COMM_COUNT": 124, "COMM_COUNT_2003": 65, "COMM_COUNT_1995": 67, "OCC_COUNT": 95, "VAC_COUNT": 29, "VAC_RATE": "23.40%", "VAC_RATE_2003": "14.00%", "VAC_RATE_1995": "35.80%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1890, "STAGE": 2, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": 8, "COND_SUM_1995": "9", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 2, "FY12_SIP_TOTAL": 25900, "FY13_SIP": 1, "FY13_SIP_TOTAL": 2135, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": 1, "FY15_IS_AMOUNT": 50000, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 348399.4375, "Shape__Length": 3265.1540242179199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137127457322194, 39.969495523254601 ], [ -75.1376777346794, 39.969598699190698 ], [ -75.138410889349899, 39.969736158854502 ], [ -75.138911778090701, 39.969830068436799 ], [ -75.139463506075899, 39.969933506567401 ], [ -75.139767680061397, 39.969990532328602 ], [ -75.140054247446301, 39.971039431108899 ], [ -75.141002053850102, 39.9708880485626 ], [ -75.140771442587294, 39.970057349785101 ], [ -75.141441196256395, 39.970141506864898 ], [ -75.142293883640605, 39.970248644400499 ], [ -75.143019280112298, 39.970339783617703 ], [ -75.143514635028595, 39.970402016769 ], [ -75.143989071189495, 39.970461620128802 ], [ -75.144067034838599, 39.970079976173302 ], [ -75.144124608295897, 39.969816872491897 ], [ -75.143689023051905, 39.969571776542502 ], [ -75.143237889889505, 39.969314861038796 ], [ -75.142529524375306, 39.969130205417301 ], [ -75.142431804799799, 39.9691034886458 ], [ -75.142080487238701, 39.969057285603903 ], [ -75.141683936397897, 39.9690135284891 ], [ -75.141956509999005, 39.967736019274398 ], [ -75.142095034160704, 39.967055737657503 ], [ -75.142188632559495, 39.966602900846098 ], [ -75.142114266537007, 39.966606192359698 ], [ -75.141694970042593, 39.966553331219899 ], [ -75.141713633122293, 39.966461719606301 ], [ -75.1413422427607, 39.965623163052001 ], [ -75.141279331111804, 39.9653977257543 ], [ -75.140484084533298, 39.965184475601603 ], [ -75.140089586239299, 39.965093723900097 ], [ -75.139966362115203, 39.965055867423203 ], [ -75.139655424739104, 39.965036557824 ], [ -75.138813327132496, 39.965007259683198 ], [ -75.138692201012702, 39.965364230409897 ], [ -75.138441048347104, 39.966049403815703 ], [ -75.138735359153401, 39.966492931207803 ], [ -75.138829267587695, 39.966604377870901 ], [ -75.137284781057005, 39.967308170993903 ], [ -75.137172888542906, 39.967355590243699 ], [ -75.137270357492795, 39.967491646968398 ], [ -75.1374360863568, 39.967712132251698 ], [ -75.137619909069798, 39.967956688315098 ], [ -75.138326945068599, 39.968928740216803 ], [ -75.137774734347602, 39.9688262612137 ], [ -75.137357762449298, 39.968748877275502 ], [ -75.137323331155599, 39.968861425886097 ], [ -75.137255285186001, 39.969083854824198 ], [ -75.137191371447699, 39.969289689057703 ], [ -75.137127457322194, 39.969495523254601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3, "PCPC_NUM": 154, "GLOBALID": "c46b6353-b607-44a6-bab7-e9890b5b5b83", "NAME": "6th and Germantown", "P_DIST": "Lower North", "ST_EXT": "5th6th\/SusquehannaBerks", "PT_ADD": "2000 Germantown Avenue", "ZIP": 19122, "SURVEY_YEAR": 2012, "GLA": "84,000", "GLA_2003": "114,000", "GLA_1995": null, "COMM_COUNT": 16, "COMM_COUNT_2003": 33, "COMM_COUNT_1995": null, "OCC_COUNT": 14, "VAC_COUNT": 2, "VAC_RATE": "12.50%", "VAC_RATE_2003": "15.20%", "VAC_RATE_1995": null, "CORRIDOR_TYPE": 2, "PHYS_CHAR": 3, "AGE": 1990, "STAGE": 3, "STAGE_2003": 4, "STAGE_1995": null, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 10, "COND_SUM_1995": null, "CRM_ORG": "APM", "SS_DIST": null, "CDC_TAX_CREDIT": "APM", "E_ZONES": "ASEZ, NCEZ", "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 65351.1015625, "Shape__Length": 1445.68186618815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144053601383106, 39.983730856194803 ], [ -75.144172470572997, 39.983101941778401 ], [ -75.144454145588099, 39.981606279128897 ], [ -75.144729956796795, 39.980106737335497 ], [ -75.143459399840395, 39.979939927469196 ], [ -75.1428694866255, 39.9798606860845 ], [ -75.142803465037105, 39.980176135132702 ], [ -75.142731511101204, 39.980508685930303 ], [ -75.142834847336204, 39.980520469978899 ], [ -75.143133004471096, 39.980555274833698 ], [ -75.143127929826093, 39.980572934922797 ], [ -75.143057393872596, 39.980907845443902 ], [ -75.143038324519097, 39.980963269321002 ], [ -75.143034841709394, 39.981001033129601 ], [ -75.143126488732506, 39.981388233378098 ], [ -75.143093040888701, 39.981425201190802 ], [ -75.143049100768806, 39.9814625406459 ], [ -75.143005134701795, 39.981661755307201 ], [ -75.143053784908403, 39.981667187151203 ], [ -75.143266136040495, 39.981695111070302 ], [ -75.143342396141705, 39.9816975838487 ], [ -75.143408973305597, 39.981699177103501 ], [ -75.143543849960906, 39.981716845092699 ], [ -75.143642579459595, 39.983033468195998 ], [ -75.143696628255498, 39.983754215565 ], [ -75.144053601383106, 39.983730856194803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4, "PCPC_NUM": 179, "GLOBALID": "e4acb303-210d-474f-86af-218713963033", "NAME": "Broad, Lehigh, & Glenwood", "P_DIST": "North", "ST_EXT": "13th16th\/TorontoYork", "PT_ADD": "2701 N. Broad Street", "ZIP": 19132, "SURVEY_YEAR": 2016, "GLA": "183,000", "GLA_2003": "117,000", "GLA_1995": null, "COMM_COUNT": 49, "COMM_COUNT_2003": 21, "COMM_COUNT_1995": null, "OCC_COUNT": 47, "VAC_COUNT": 2, "VAC_RATE": "4.1%", "VAC_RATE_2003": "23.80%", "VAC_RATE_1995": null, "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1990, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 4, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 457349.22265625, "Shape__Length": 5353.3215020969101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155178369739602, 39.989323958521403 ], [ -75.155085744306007, 39.989749816537 ], [ -75.154853176210906, 39.990819064903199 ], [ -75.1543302646472, 39.993308218865202 ], [ -75.154107735684903, 39.992884290444898 ], [ -75.153027386124407, 39.991209304369498 ], [ -75.152954585449507, 39.991127517877601 ], [ -75.152904331672801, 39.991355071081301 ], [ -75.152826016501805, 39.991695330271597 ], [ -75.152732814744297, 39.9920820334656 ], [ -75.152646323426694, 39.992485020290502 ], [ -75.152561679145506, 39.992850319603598 ], [ -75.152491017319306, 39.9931915528188 ], [ -75.152392369851498, 39.993668144352696 ], [ -75.153294897484898, 39.993794814302198 ], [ -75.153236791956004, 39.994067117512401 ], [ -75.1531247933397, 39.9945340396417 ], [ -75.153704991144096, 39.994598501692103 ], [ -75.153373831195296, 39.995969739409702 ], [ -75.153164929022907, 39.9969399688217 ], [ -75.152363671149701, 39.996845470119197 ], [ -75.151893665973006, 39.9993167093577 ], [ -75.152816899735896, 39.999001330970302 ], [ -75.152773199558098, 39.999253896976398 ], [ -75.153995516070907, 39.999423007195801 ], [ -75.154178236555296, 39.998604697944302 ], [ -75.155217866420401, 39.998751417582298 ], [ -75.155377073044804, 39.998005614465903 ], [ -75.156213168654205, 39.998086238281203 ], [ -75.156286049315099, 39.997668495619799 ], [ -75.1563399817244, 39.997453983589303 ], [ -75.156492877752797, 39.997229463579501 ], [ -75.156737429357193, 39.997109236272998 ], [ -75.1569003699136, 39.997100500276403 ], [ -75.156564384863898, 39.996646678315699 ], [ -75.159146199708701, 39.995711908300201 ], [ -75.159287581355002, 39.994851047713297 ], [ -75.156318677785407, 39.995914825554799 ], [ -75.156042039628105, 39.995524778803301 ], [ -75.155953899026102, 39.995403111103997 ], [ -75.156230906736198, 39.994158297885797 ], [ -75.156331747778395, 39.993705720290301 ], [ -75.156409555471598, 39.993346387483498 ], [ -75.156570772134003, 39.992576876843998 ], [ -75.155787850062296, 39.992463587528199 ], [ -75.156118034117, 39.990977705444401 ], [ -75.155695433823396, 39.9909200400717 ], [ -75.156016997565203, 39.989433404848398 ], [ -75.155595050932007, 39.9893785675361 ], [ -75.155178369739602, 39.989323958521403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5, "PCPC_NUM": 180, "GLOBALID": "f8999bba-1c3e-49db-bdff-efd54dffec22", "NAME": "Germantown and Lehigh", "P_DIST": "Lower North", "ST_EXT": "7th12th\/CambriaCumberland", "PT_ADD": "2649 Germantown Avenue", "ZIP": 19133, "SURVEY_YEAR": 2016, "GLA": "255,000", "GLA_2003": "308,000", "GLA_1995": "215,000", "COMM_COUNT": 141, "COMM_COUNT_2003": 196, "COMM_COUNT_1995": 148, "OCC_COUNT": 94, "VAC_COUNT": 47, "VAC_RATE": "33.3%", "VAC_RATE_2003": "23.00%", "VAC_RATE_1995": "18.90%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 4, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 8, "COND_SUM_1995": "7", "CRM_ORG": "The Village of Arts & Humanities", "SS_DIST": null, "CDC_TAX_CREDIT": "Village", "E_ZONES": "NCEZ (2500&2600 blocks only)", "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": "TCMP & NCEZ", "FY15_MGMT_AMOUNT": 75000, "FY16_MGMT": "TCMP & NCEZ", "FY16_MGMT_AMOUNTS": 75000, "FY12_CLEANING": "Strategic Plan Cleaning Grant", "FY12_CLEANING_AMOUNT": 30000, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 41000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 35000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 28500, "FY11_SIP": 2, "FY11_SIP_TOTAL": 17220, "FY12_SIP": 1, "FY12_SIP_TOTAL": 12000, "FY13_SIP": 1, "FY13_SIP_TOTAL": 8300, "FY14_SIP": 1, "FY14_SIP_TOTAL": 8300, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": 4428853.5, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": "PCPC Economic Dev Strategic Plan", "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 214813.55078125, "Shape__Length": 3906.47382484133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146926188612497, 39.9891485946576 ], [ -75.146846994078103, 39.9894615709946 ], [ -75.147109247954802, 39.9898177939682 ], [ -75.148039436294596, 39.991081247428497 ], [ -75.147945918161199, 39.991464722627697 ], [ -75.147649321588105, 39.992680899240199 ], [ -75.1476265004856, 39.992774473583999 ], [ -75.146944731652397, 39.992684079206903 ], [ -75.146151549883697, 39.9925789076093 ], [ -75.145666060094996, 39.992514532041 ], [ -75.145171861411399, 39.992448998976897 ], [ -75.143899533152094, 39.992271421644404 ], [ -75.143551756289, 39.993748641702098 ], [ -75.144836171247306, 39.993929954712399 ], [ -75.144944534476906, 39.993426736737703 ], [ -75.147181214748002, 39.993742439275898 ], [ -75.146641613516493, 39.996095102581499 ], [ -75.147598302156297, 39.996219163552098 ], [ -75.148172498433397, 39.993838733643102 ], [ -75.150656128135196, 39.9941929343547 ], [ -75.150738495799104, 39.993831510381497 ], [ -75.150816154318406, 39.993469479664299 ], [ -75.150867429277099, 39.993221500787001 ], [ -75.150870984407803, 39.993204306045499 ], [ -75.149298520263798, 39.992991906003198 ], [ -75.149348223403905, 39.992761246610797 ], [ -75.149392065388398, 39.9925577832378 ], [ -75.148415680651894, 39.992426120267602 ], [ -75.148624273537806, 39.991551338865499 ], [ -75.1487566475477, 39.9910141566913 ], [ -75.148702785282495, 39.990942224853498 ], [ -75.148259536280307, 39.990350265410498 ], [ -75.147945498646394, 39.989930858591201 ], [ -75.147841670479806, 39.989783868439503 ], [ -75.147174435791001, 39.988839231333003 ], [ -75.146976570600401, 39.988813879154797 ], [ -75.146929901118796, 39.989015988253897 ], [ -75.146926188612497, 39.9891485946576 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6, "PCPC_NUM": 131, "GLOBALID": "403e2d6b-25b0-480f-bf7e-435d2a4616ec", "NAME": "40th and Girard", "P_DIST": "West Park", "ST_EXT": "UnionLeidy\/ParksidePoplar", "PT_ADD": "3962 W. Girard Avenue", "ZIP": 19104, "SURVEY_YEAR": 2017, "GLA": "15,000", "GLA_2003": "88,000", "GLA_1995": "55,000", "COMM_COUNT": 16, "COMM_COUNT_2003": 44, "COMM_COUNT_1995": 60, "OCC_COUNT": 12, "VAC_COUNT": 4, "VAC_RATE": "25.0%\r\n", "VAC_RATE_2003": "55.00%", "VAC_RATE_1995": "60.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 11, "COND_SUM_2003": 9, "COND_SUM_1995": "10", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 20000, "FY12_15_SBP_TOTAL": 40000.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 90817.421875, "Shape__Length": 1692.71849890255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203145599628201, 39.9741992732204 ], [ -75.203774327803004, 39.974133680523103 ], [ -75.204569556848995, 39.974514273454503 ], [ -75.207946047079204, 39.974209454750202 ], [ -75.207815181193695, 39.973287705677798 ], [ -75.206235515701707, 39.973452473161601 ], [ -75.205091222597801, 39.973576019123499 ], [ -75.205050406800297, 39.9733090213848 ], [ -75.204773155867301, 39.973339480872802 ], [ -75.204553846742499, 39.972184248738301 ], [ -75.203476384060195, 39.972321290864301 ], [ -75.203679390645405, 39.973460549297499 ], [ -75.203036361279004, 39.973531830014203 ], [ -75.203145599628201, 39.9741992732204 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 7, "PCPC_NUM": 141, "GLOBALID": "b7a595cf-9abd-41dd-bbe0-27ac33ffcd0c", "NAME": "Fairmount\/19th-25th", "P_DIST": "Central", "ST_EXT": "19th25th\/AspenWallace", "PT_ADD": "2130 Fairmount Ave", "ZIP": 19130, "SURVEY_YEAR": 2012, "GLA": "120,000", "GLA_2003": "123,000", "GLA_1995": "82,000", "COMM_COUNT": 69, "COMM_COUNT_2003": 82, "COMM_COUNT_1995": 63, "OCC_COUNT": 64, "VAC_COUNT": 5, "VAC_RATE": "7.20%", "VAC_RATE_2003": "6.10%", "VAC_RATE_1995": "9.50%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1880, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 2, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 5, "COND_SUM_1995": "7", "CRM_ORG": "Fairmount CDC & Spring Garden CDC", "SS_DIST": null, "CDC_TAX_CREDIT": "Fairmount CDC & Spring Garden CDC", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 4, "FY12_SIP_TOTAL": 10172, "FY13_SIP": 2, "FY13_SIP_TOTAL": 3453, "FY14_SIP": 1, "FY14_SIP_TOTAL": 2261, "FY15_SIP": 2, "FY15_SIP_TOTAL": 20000, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 426092.0, "FY08_11_SBP_TOTAL": 426092.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 184642.53515625, "Shape__Length": 2973.4785776784702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172110734790195, 39.967293725726201 ], [ -75.173753720637293, 39.967313362892597 ], [ -75.173985974555805, 39.967323224844399 ], [ -75.173957565416998, 39.968358394390599 ], [ -75.174637248678806, 39.968443384746202 ], [ -75.175135260837905, 39.968504483843702 ], [ -75.175662028702604, 39.968568500076401 ], [ -75.176115795398204, 39.968629022961103 ], [ -75.176725713210701, 39.968699582001904 ], [ -75.177321268458897, 39.968771873658802 ], [ -75.177789058538707, 39.9688307824266 ], [ -75.178322983038399, 39.9688915021963 ], [ -75.178413493331604, 39.968455095700101 ], [ -75.178432825869294, 39.968398416544197 ], [ -75.178478158439304, 39.9681533139495 ], [ -75.178515435741602, 39.967975329183901 ], [ -75.178543331982993, 39.967842137905897 ], [ -75.178643452512603, 39.967408257749 ], [ -75.177016869197899, 39.967381902641598 ], [ -75.177126230512499, 39.9668540426105 ], [ -75.176173729402194, 39.966730937830398 ], [ -75.175551076612706, 39.966650459681198 ], [ -75.175492763693896, 39.9668808178509 ], [ -75.173896917900507, 39.966684784876399 ], [ -75.173859405397707, 39.966781685454599 ], [ -75.172270059025806, 39.966588548946802 ], [ -75.172195834980101, 39.966912665412899 ], [ -75.170298614100105, 39.966672892770397 ], [ -75.170248604894198, 39.966901816246398 ], [ -75.168745350929598, 39.966724187938802 ], [ -75.168687301706399, 39.966740184192403 ], [ -75.168571383358298, 39.967235641013403 ], [ -75.168467905095497, 39.967653541676498 ], [ -75.169283770365695, 39.967654466460601 ], [ -75.170092994020607, 39.967655378470603 ], [ -75.170694922349199, 39.967656053570103 ], [ -75.171280246663699, 39.967656706448501 ], [ -75.171346562567805, 39.967284337340601 ], [ -75.172110734790195, 39.967293725726201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 8, "PCPC_NUM": 143, "GLOBALID": "358173e9-1a3c-426f-b66c-50c6ac5b3ddd", "NAME": "Spring Garden\/16th-23rd", "P_DIST": "Central", "ST_EXT": "16th23rd\/GreenButtonwood", "PT_ADD": "1941 Spring Garden Street", "ZIP": 19130, "SURVEY_YEAR": 2012, "GLA": "30,000", "GLA_2003": "62,000", "GLA_1995": "17,000", "COMM_COUNT": 46, "COMM_COUNT_2003": 29, "COMM_COUNT_1995": 15, "OCC_COUNT": 44, "VAC_COUNT": 2, "VAC_RATE": "4.30%", "VAC_RATE_2003": "14.70%", "VAC_RATE_1995": "6.70%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1880, "STAGE": 1, "STAGE_2003": 2, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 4, "COND_SUM": 7, "COND_SUM_2003": 6, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 393553.2109375, "Shape__Length": 3176.41038857989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164513598056701, 39.963551717128198 ], [ -75.164376534739006, 39.964207050351298 ], [ -75.165945027110794, 39.964397766746004 ], [ -75.167520321498102, 39.964604094946303 ], [ -75.169105171877106, 39.964790930895603 ], [ -75.170683291378097, 39.964984580814601 ], [ -75.172563080112198, 39.965228359797997 ], [ -75.174163418177599, 39.965421665830704 ], [ -75.175765054299703, 39.965627688149901 ], [ -75.175875746502896, 39.965167268247697 ], [ -75.175906905811004, 39.964995564853702 ], [ -75.176029114823805, 39.964439118314303 ], [ -75.176040586715104, 39.964268025610103 ], [ -75.174703722411095, 39.963027691481798 ], [ -75.174636194133896, 39.963316655108201 ], [ -75.173041453112504, 39.9631174642197 ], [ -75.171132538270498, 39.962879000026703 ], [ -75.170751794343204, 39.962831432839302 ], [ -75.169975455796205, 39.962736860801101 ], [ -75.169552042851905, 39.962672926332502 ], [ -75.1679887740342, 39.962471915328102 ], [ -75.167439603974103, 39.962409214472402 ], [ -75.166417735191501, 39.962283469834603 ], [ -75.164851445310106, 39.9620907144866 ], [ -75.164685661191399, 39.962801271922999 ], [ -75.164658552592599, 39.962919503277 ], [ -75.164513598056701, 39.963551717128198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 9, "PCPC_NUM": 144, "GLOBALID": "eb875789-9f55-4c54-a1d1-271ce3636ea9", "NAME": "Spring Garden\/9th-13th ", "P_DIST": "Central", "ST_EXT": "9th13th\/GreenButtonwood", "PT_ADD": "1201 Spring Garden Street", "ZIP": 19123, "SURVEY_YEAR": 2012, "GLA": "65,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 51, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 36, "VAC_COUNT": 15, "VAC_RATE": "29.40%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1880, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 4, "COND_SUM": 10, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 201020.625, "Shape__Length": 1975.55458373844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158486538483899, 39.963087005328397 ], [ -75.159052696037094, 39.963156898449398 ], [ -75.159168708665106, 39.9626249697071 ], [ -75.159199742286802, 39.962467007594498 ], [ -75.159288673975794, 39.962073411365303 ], [ -75.159307813906594, 39.961922304109002 ], [ -75.159405001602195, 39.961538436918197 ], [ -75.159480050687804, 39.961190882667502 ], [ -75.157907475201597, 39.960997221049801 ], [ -75.156774863351302, 39.960854419924701 ], [ -75.1566697410491, 39.960833319726902 ], [ -75.156323024238006, 39.960821815776598 ], [ -75.154721906876802, 39.960753483177797 ], [ -75.153625849284396, 39.960701976002703 ], [ -75.153124005902299, 39.960682885350401 ], [ -75.153034914741795, 39.961090391119903 ], [ -75.152950416638106, 39.961512795550398 ], [ -75.152930284107498, 39.961652989874203 ], [ -75.152758552159298, 39.962492690046197 ], [ -75.153385976238496, 39.962521872915303 ], [ -75.153492249926998, 39.962535103805799 ], [ -75.154313939735303, 39.962623966203999 ], [ -75.155891084687198, 39.962796271536703 ], [ -75.157474422080497, 39.962972185484396 ], [ -75.158486538483899, 39.963087005328397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 10, "PCPC_NUM": 147, "GLOBALID": "85742dc5-9fcf-4fae-ad88-873350a06c96", "NAME": "Broad and Fairmount", "P_DIST": "Central", "ST_EXT": "13th18th\/BrownWallace", "PT_ADD": "684 N. Broad Street", "ZIP": 19130, "SURVEY_YEAR": 2012, "GLA": "120,000", "GLA_2003": "155,584", "GLA_1995": "55,000", "COMM_COUNT": 54, "COMM_COUNT_2003": 77, "COMM_COUNT_1995": 35, "OCC_COUNT": 32, "VAC_COUNT": 22, "VAC_RATE": "40.70%", "VAC_RATE_2003": "32.50%", "VAC_RATE_1995": "25.70%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1880, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 4, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 4, "COND_SUM": 10, "COND_SUM_2003": 10, "COND_SUM_1995": "11", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 256103.859375, "Shape__Length": 2923.81705339972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1593449252086, 39.9679376422323 ], [ -75.160012956426698, 39.968133693502701 ], [ -75.160161959743803, 39.968186389262002 ], [ -75.160216093077395, 39.967897726835602 ], [ -75.160336023313505, 39.967912274850299 ], [ -75.160766425913906, 39.967963571817698 ], [ -75.161066175112296, 39.967999412248801 ], [ -75.161435503123201, 39.9680484167964 ], [ -75.161903943392105, 39.968113007019603 ], [ -75.161940498991598, 39.967979544934302 ], [ -75.162134835846004, 39.9681489133146 ], [ -75.162319520098606, 39.968170104122898 ], [ -75.162425710562104, 39.967659608762702 ], [ -75.163601288798802, 39.9678022637993 ], [ -75.163652053116195, 39.967542581915403 ], [ -75.165258140956198, 39.967572247203499 ], [ -75.166865662238706, 39.967602261938602 ], [ -75.166960781481805, 39.967195195538402 ], [ -75.167097167877799, 39.966567667816399 ], [ -75.1666154509237, 39.966509041061997 ], [ -75.166522369809002, 39.966918217325201 ], [ -75.1654314295765, 39.966760649558402 ], [ -75.163876647566795, 39.966555199316502 ], [ -75.163846089404004, 39.966689836872199 ], [ -75.163160162674998, 39.966632652844901 ], [ -75.162263100476906, 39.966520108299797 ], [ -75.162378058451395, 39.965985966243998 ], [ -75.162506313908096, 39.965380544526496 ], [ -75.160807639984796, 39.965168213443597 ], [ -75.160092173310602, 39.9650804951564 ], [ -75.159518081700895, 39.9650117772429 ], [ -75.159256539194701, 39.964970354691502 ], [ -75.158677464232298, 39.964863086195997 ], [ -75.158437457683902, 39.965866698068403 ], [ -75.158286378846299, 39.966537983925697 ], [ -75.158062742381404, 39.967568094512103 ], [ -75.158847441277999, 39.967791639108199 ], [ -75.1593449252086, 39.9679376422323 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 11, "PCPC_NUM": 148, "GLOBALID": "4ba78637-0d8a-4a52-af39-1f5cac294a40", "NAME": "Broad and Spring Garden", "P_DIST": "Central", "ST_EXT": "13th16th\/WallaceVine", "PT_ADD": "511 N. Broad Street", "ZIP": 19130, "SURVEY_YEAR": 2012, "GLA": "65,000", "GLA_2003": null, "GLA_1995": "20,000", "COMM_COUNT": 45, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 19, "OCC_COUNT": 37, "VAC_COUNT": 8, "VAC_RATE": "17.80%", "VAC_RATE_2003": null, "VAC_RATE_1995": "5.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 4, "COND_SUM": 8, "COND_SUM_2003": null, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 636140.4453125, "Shape__Length": 3292.8588676706599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162506313908096, 39.965380544526496 ], [ -75.164091282982199, 39.965571981696201 ], [ -75.164228789545007, 39.964890258931597 ], [ -75.164376534739006, 39.964207050351298 ], [ -75.164513598056701, 39.963551717128198 ], [ -75.164658552592599, 39.962919503277 ], [ -75.164685661191399, 39.962801271922999 ], [ -75.164851445310106, 39.9620907144866 ], [ -75.164977766501906, 39.961485531746 ], [ -75.165124173377905, 39.960825071809701 ], [ -75.1652986488143, 39.960021754620001 ], [ -75.1653771619944, 39.959609849023401 ], [ -75.165442381779997, 39.9592450265379 ], [ -75.165589560602399, 39.958532447193903 ], [ -75.165369165699104, 39.958497426068 ], [ -75.164365959343101, 39.958338011154801 ], [ -75.164081211025305, 39.958292761232002 ], [ -75.162417241299593, 39.958097594752203 ], [ -75.162296186390094, 39.958067340061604 ], [ -75.160230522360607, 39.957808693134297 ], [ -75.160202745863998, 39.957871436464103 ], [ -75.160111160109693, 39.958298082972 ], [ -75.160048436268497, 39.958569335584201 ], [ -75.159988892701605, 39.958841766417997 ], [ -75.159886058448706, 39.959321108048499 ], [ -75.159701447456897, 39.960165393119297 ], [ -75.159587698187593, 39.960685595246197 ], [ -75.1595728738627, 39.960764478897602 ], [ -75.159480050687804, 39.961190882667502 ], [ -75.159405001602195, 39.961538436918197 ], [ -75.159307813906594, 39.961922304109002 ], [ -75.159288673975794, 39.962073411365303 ], [ -75.159199742286802, 39.962467007594498 ], [ -75.159168708665106, 39.9626249697071 ], [ -75.159052696037094, 39.963156898449398 ], [ -75.158956242162205, 39.9635621523325 ], [ -75.158917241387996, 39.963780661263499 ], [ -75.158677464232298, 39.964863086195997 ], [ -75.159256539194701, 39.964970354691502 ], [ -75.159518081700895, 39.9650117772429 ], [ -75.160092173310602, 39.9650804951564 ], [ -75.160807639984796, 39.965168213443597 ], [ -75.162506313908096, 39.965380544526496 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 12, "PCPC_NUM": 149, "GLOBALID": "9203ff5e-e07f-40a6-a69f-4efd35803cff", "NAME": "Callowhill East", "P_DIST": "Central", "ST_EXT": "9th13th\/ButtonwoodVine", "PT_ADD": "1000 Ridge Avenue", "ZIP": 19123, "SURVEY_YEAR": 2012, "GLA": "85,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 50, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 37, "VAC_COUNT": 13, "VAC_RATE": "26.00%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1930, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 4, "COND_SUM": 10, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 360748.671875, "Shape__Length": 2429.3448029024898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157907475201597, 39.960997221049801 ], [ -75.159480050687804, 39.961190882667502 ], [ -75.1595728738627, 39.960764478897602 ], [ -75.159587698187593, 39.960685595246197 ], [ -75.159701447456897, 39.960165393119297 ], [ -75.159886058448706, 39.959321108048499 ], [ -75.159988892701605, 39.958841766417997 ], [ -75.160048436268497, 39.958569335584201 ], [ -75.160111160109693, 39.958298082972 ], [ -75.160202745863998, 39.957871436464103 ], [ -75.160230522360607, 39.957808693134297 ], [ -75.158643939067701, 39.9576072452113 ], [ -75.158178889909706, 39.9575521610425 ], [ -75.157875264681607, 39.957517975086802 ], [ -75.157679723220696, 39.957494414612199 ], [ -75.157345916068905, 39.957450032289501 ], [ -75.1570740274923, 39.957410155172703 ], [ -75.155485250984498, 39.957214095383598 ], [ -75.154625861892299, 39.957107020805999 ], [ -75.154519163093596, 39.957128091067098 ], [ -75.154439495674396, 39.957135230359903 ], [ -75.154356073441605, 39.9571393040723 ], [ -75.154286081542807, 39.957146661270301 ], [ -75.154217909550496, 39.957157040176 ], [ -75.154139861121493, 39.957176227382298 ], [ -75.154070043057899, 39.957200636569297 ], [ -75.154002895618206, 39.957234881305403 ], [ -75.153937170926298, 39.957282570772698 ], [ -75.153896712130305, 39.957327851385799 ], [ -75.153853863227795, 39.957385000186299 ], [ -75.1538304756874, 39.957439607909201 ], [ -75.153807107489499, 39.957536910868001 ], [ -75.153674511940096, 39.958108261352599 ], [ -75.153578025166695, 39.958531152545 ], [ -75.153482456232197, 39.959003798921898 ], [ -75.153368270099406, 39.959568510820802 ], [ -75.153345315736402, 39.959673238468497 ], [ -75.153124005902299, 39.960682885350401 ], [ -75.153625849284396, 39.960701976002703 ], [ -75.154721906876802, 39.960753483177797 ], [ -75.156323024238006, 39.960821815776598 ], [ -75.1566697410491, 39.960833319726902 ], [ -75.156774863351302, 39.960854419924701 ], [ -75.157907475201597, 39.960997221049801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 13, "PCPC_NUM": 150, "GLOBALID": "8f748dbf-db94-4846-877e-72557c67b795", "NAME": "Spring Garden\/2nd-9th", "P_DIST": "Central", "ST_EXT": "2nd9th\/GreenVine", "PT_ADD": "501 Spring Garden Street", "ZIP": 19123, "SURVEY_YEAR": 2012, "GLA": "60,000", "GLA_2003": null, "GLA_1995": "25,000", "COMM_COUNT": 36, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 16, "OCC_COUNT": 35, "VAC_COUNT": 1, "VAC_RATE": "2.80%", "VAC_RATE_2003": null, "VAC_RATE_1995": "12.50%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1960, "STAGE": 2, "STAGE_2003": null, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 760408.453125, "Shape__Length": 3699.60504513569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143281705028002, 39.961409070932703 ], [ -75.143775740512396, 39.961523357159003 ], [ -75.144053229116494, 39.961586884230698 ], [ -75.144822586756504, 39.961771766535598 ], [ -75.145607800907896, 39.961951100938897 ], [ -75.146588525299094, 39.962183289149401 ], [ -75.148031236055402, 39.962274492629803 ], [ -75.149660423918803, 39.962350527120002 ], [ -75.151262299561196, 39.9624158445585 ], [ -75.151728870907604, 39.962442412047302 ], [ -75.151738912194205, 39.962402930600703 ], [ -75.151785136556597, 39.961600905614098 ], [ -75.152930284107498, 39.961652989874203 ], [ -75.152950416638106, 39.961512795550398 ], [ -75.153034914741795, 39.961090391119903 ], [ -75.153124005902299, 39.960682885350401 ], [ -75.153345315736402, 39.959673238468497 ], [ -75.153368270099406, 39.959568510820802 ], [ -75.153482456232197, 39.959003798921898 ], [ -75.153578025166695, 39.958531152545 ], [ -75.152049446738502, 39.958336391714298 ], [ -75.151669939567199, 39.958274949578403 ], [ -75.150911972878205, 39.958175749624097 ], [ -75.150444060893307, 39.958126727673402 ], [ -75.150317839182904, 39.9581063561916 ], [ -75.150134371815994, 39.958097483580801 ], [ -75.149889236758895, 39.958099000203802 ], [ -75.149636719000995, 39.958133354251103 ], [ -75.148822209173204, 39.958032081174103 ], [ -75.148379269166398, 39.957955008627003 ], [ -75.147295549483303, 39.957821378012397 ], [ -75.147192611958204, 39.957808261928399 ], [ -75.147104220225103, 39.957796998499198 ], [ -75.147016139587294, 39.957785775397703 ], [ -75.14570142929, 39.957618245788403 ], [ -75.144135555008901, 39.957402865297297 ], [ -75.144046161875494, 39.957459462465302 ], [ -75.1426375827551, 39.957282792134798 ], [ -75.142528875858005, 39.957322909182999 ], [ -75.142315201110307, 39.957416845126602 ], [ -75.142124523585807, 39.957529837500097 ], [ -75.142007187518004, 39.958070222970697 ], [ -75.141728629350098, 39.959347584850903 ], [ -75.141469426471801, 39.960568000173801 ], [ -75.141440686479399, 39.960711584284198 ], [ -75.141385003882604, 39.960964404913398 ], [ -75.141907827369195, 39.961086818857403 ], [ -75.142342107327593, 39.961186223190701 ], [ -75.142783566081704, 39.961294140567901 ], [ -75.143281705028002, 39.961409070932703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 14, "PCPC_NUM": 181, "GLOBALID": "13c67e1c-28fc-4858-8188-384925f7d6cf", "NAME": "5th and Lehigh", "P_DIST": "Lower North", "ST_EXT": "4th6th\/Clearfield\/Huntingdon", "PT_ADD": "2844 N. 5th Street", "ZIP": 19133, "SURVEY_YEAR": 2016, "GLA": "165,000", "GLA_2003": "239,000", "GLA_1995": "180,000", "COMM_COUNT": 147, "COMM_COUNT_2003": 176, "COMM_COUNT_1995": 123, "OCC_COUNT": 115, "VAC_COUNT": 32, "VAC_RATE": "21.8%", "VAC_RATE_2003": "25.00%", "VAC_RATE_1995": "19.50%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 8, "COND_SUM_1995": "9", "CRM_ORG": "HACE", "SS_DIST": null, "CDC_TAX_CREDIT": "HACE", "E_ZONES": null, "FY12_MGMT": "TCMP", "FY12_MGMT_AMOUNT": 75000, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 75000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 75000, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": 75000, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": 75000, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": 52800, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 45000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 40000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 50000, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 1, "FY12_SIP_TOTAL": 8000, "FY13_SIP": 1, "FY13_SIP_TOTAL": 12000, "FY14_SIP": 1, "FY14_SIP_TOTAL": 12000, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 833027.0, "FY08_11_SBP_TOTAL": 3810527.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 180054.62890625, "Shape__Length": 3020.2761094113998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140073889199201, 39.9904427709698 ], [ -75.139792069413105, 39.991680720676399 ], [ -75.138476597788397, 39.991494957258801 ], [ -75.1382737305955, 39.992443758090502 ], [ -75.139580959363101, 39.992628357448702 ], [ -75.1393495323764, 39.993616405844101 ], [ -75.1390310649425, 39.995108649751899 ], [ -75.138696192568602, 39.996603948217697 ], [ -75.1385890759869, 39.997139968077398 ], [ -75.139744528870594, 39.997327348333599 ], [ -75.140709914014707, 39.992860450296497 ], [ -75.142830761492405, 39.993159888099697 ], [ -75.143044514017703, 39.992092569607898 ], [ -75.142256801644805, 39.991983224186903 ], [ -75.141592868991793, 39.991900082213398 ], [ -75.140945429611904, 39.991819001586599 ], [ -75.140580465116599, 39.991773294644702 ], [ -75.140877848987699, 39.990549134972497 ], [ -75.140546214540606, 39.990507566946903 ], [ -75.140073889199201, 39.9904427709698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 15, "PCPC_NUM": 183, "GLOBALID": "e455ef9f-2cdb-4d46-8d0c-a64a3902205c", "NAME": "2nd and Lehigh", "P_DIST": "Lower North", "ST_EXT": "Mutter4th\/CambriaHuntingdon", "PT_ADD": "217 W. Lehigh Avenue", "ZIP": 19133, "SURVEY_YEAR": 2016, "GLA": "80,000", "GLA_2003": "122,000", "GLA_1995": "35,000", "COMM_COUNT": 31, "COMM_COUNT_2003": 45, "COMM_COUNT_1995": 12, "OCC_COUNT": 28, "VAC_COUNT": 3, "VAC_RATE": "9.70%", "VAC_RATE_2003": "11.10%", "VAC_RATE_1995": "16.70%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1960, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 2, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 6, "COND_SUM_2003": 6, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 159328.23828125, "Shape__Length": 1970.5038362385501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135809439467707, 39.993164052910799 ], [ -75.136995957636799, 39.993313503552201 ], [ -75.137276269797297, 39.992067561902097 ], [ -75.137424446817604, 39.9913973971967 ], [ -75.137561628581693, 39.990766294644203 ], [ -75.136371849420996, 39.990611728861801 ], [ -75.135083265341606, 39.990444312632498 ], [ -75.134974961213103, 39.990940410665601 ], [ -75.134437621941501, 39.990864564761303 ], [ -75.1339089462045, 39.990789939143603 ], [ -75.133454425053799, 39.990725778427503 ], [ -75.132081948121694, 39.990527378574001 ], [ -75.131773008352397, 39.991821107444601 ], [ -75.134166730844399, 39.992134993410602 ], [ -75.135289422244398, 39.992291198785999 ], [ -75.135123190006595, 39.993069844986003 ], [ -75.135809439467707, 39.993164052910799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 16, "PCPC_NUM": 2, "GLOBALID": "3cd58edd-6b90-4c97-b78c-80212e81df94", "NAME": "Parkway\/Logan Circle", "P_DIST": "Central", "ST_EXT": "Broad22nd\/VineArch", "PT_ADD": "1714 Cherry Street", "ZIP": 19103, "SURVEY_YEAR": 2012, "GLA": "85,000", "GLA_2003": null, "GLA_1995": "45,000", "COMM_COUNT": 60, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 32, "OCC_COUNT": 52, "VAC_COUNT": 8, "VAC_RATE": "13.30%", "VAC_RATE_2003": null, "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1960, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 4, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 3, "COND_SUM": 5, "COND_SUM_2003": null, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 770652.80078125, "Shape__Length": 4007.6079294557098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175450521498405, 39.959592285997203 ], [ -75.175457289221399, 39.959593177600397 ], [ -75.175485573815607, 39.9594573142803 ], [ -75.175486159475298, 39.959454496440301 ], [ -75.175539428284594, 39.959201107921899 ], [ -75.175570658750701, 39.958980665042802 ], [ -75.175655380104601, 39.958555140081799 ], [ -75.175828617254993, 39.957876197429002 ], [ -75.176027145380502, 39.956968681871103 ], [ -75.176237677545103, 39.956041558138502 ], [ -75.175760543850103, 39.955978901193099 ], [ -75.174633673390105, 39.955854054049396 ], [ -75.172786720613004, 39.955613924180597 ], [ -75.171136255717599, 39.955403271075099 ], [ -75.169572516071298, 39.955214858148601 ], [ -75.167991699748796, 39.955018016731501 ], [ -75.166368078178493, 39.954825099839503 ], [ -75.164842100759003, 39.954628272030597 ], [ -75.163217567789005, 39.95443389754 ], [ -75.163096362311606, 39.954409482348503 ], [ -75.162889229135303, 39.9553390430641 ], [ -75.162691102965198, 39.956236356531399 ], [ -75.162365440442997, 39.957688077468703 ], [ -75.162338679515102, 39.957834631530197 ], [ -75.162319553881304, 39.957939367721202 ], [ -75.162449680420906, 39.957956397344098 ], [ -75.163376191305701, 39.958077639525399 ], [ -75.164114408343096, 39.9581352766306 ], [ -75.165640710211804, 39.958320951591098 ], [ -75.165648424322598, 39.958321889424802 ], [ -75.166359304098805, 39.958450059280999 ], [ -75.167206180304007, 39.958550466289402 ], [ -75.167212804350697, 39.958551251532199 ], [ -75.168793525490997, 39.9587571197819 ], [ -75.168804924374498, 39.9587584880964 ], [ -75.169603862812593, 39.958854412676999 ], [ -75.170374175833999, 39.958950743991899 ], [ -75.170374718864593, 39.958950812064899 ], [ -75.171966163733899, 39.959150379197602 ], [ -75.172131306336993, 39.959171086745997 ], [ -75.172141938804003, 39.959172352809503 ], [ -75.172257189449397, 39.959186078917902 ], [ -75.172420902249101, 39.959207845047601 ], [ -75.172422325834404, 39.959208034708901 ], [ -75.172894042536399, 39.9592733684404 ], [ -75.172894126424595, 39.959273379334903 ], [ -75.173364523014797, 39.959336897451699 ], [ -75.173712290730094, 39.959370810655898 ], [ -75.173853766341296, 39.959392236645598 ], [ -75.174042332705199, 39.959420794426102 ], [ -75.174388629013706, 39.959458978468 ], [ -75.175450521498405, 39.959592285997203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 17, "PCPC_NUM": 20, "GLOBALID": "3c05ae70-5213-43d3-b8df-f297a270f9e0", "NAME": "South 4th Street ", "P_DIST": "Central", "ST_EXT": "S 4th\/BainbridgeQueen", "PT_ADD": "741 S. 4th Street", "ZIP": 19147, "SURVEY_YEAR": 2012, "GLA": "120,000", "GLA_2003": null, "GLA_1995": "105,000", "COMM_COUNT": 76, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 88, "OCC_COUNT": 62, "VAC_COUNT": 14, "VAC_RATE": "18.40%", "VAC_RATE_2003": null, "VAC_RATE_1995": "18.20%", "CORRIDOR_TYPE": 6, "PHYS_CHAR": 1, "AGE": 1820, "STAGE": 3, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": null, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 41363.109375, "Shape__Length": 1114.18489471001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149013406319895, 39.940696955232397 ], [ -75.149381501279805, 39.940743987445401 ], [ -75.149810414941498, 39.940793642483399 ], [ -75.149848902525406, 39.940622408310503 ], [ -75.1499787559558, 39.940000212073699 ], [ -75.150142778756603, 39.939264021869697 ], [ -75.150283515107901, 39.938632335658603 ], [ -75.150352942622405, 39.9383207091374 ], [ -75.1505058908606, 39.937637628699697 ], [ -75.150085133279205, 39.937561861714499 ], [ -75.1497331116081, 39.937498470143701 ], [ -75.149659490057402, 39.937836723729298 ], [ -75.149584788511305, 39.938179934540202 ], [ -75.149516306422299, 39.938494570796998 ], [ -75.149370379109897, 39.939125519517802 ], [ -75.149370612767001, 39.939125561757898 ], [ -75.149276637192699, 39.939530824803903 ], [ -75.149199157337094, 39.9398658172978 ], [ -75.149057789961304, 39.940515311239302 ], [ -75.149013406319895, 39.940696955232397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 18, "PCPC_NUM": 21, "GLOBALID": "cd90fcd7-24d3-4ba2-8d77-16794a8e3e19", "NAME": "9th Street - Italian Market", "P_DIST": "South", "ST_EXT": "7th12th\/CatharineWharton", "PT_ADD": "901 Washington Ave", "ZIP": 19147, "SURVEY_YEAR": 2012, "GLA": "500,000", "GLA_2003": "454,013", "GLA_1995": "221,000", "COMM_COUNT": 334, "COMM_COUNT_2003": 292, "COMM_COUNT_1995": 263, "OCC_COUNT": 288, "VAC_COUNT": 46, "VAC_RATE": "13.80%", "VAC_RATE_2003": "16.10%", "VAC_RATE_1995": "26.20%", "CORRIDOR_TYPE": 6, "PHYS_CHAR": 5, "AGE": 1890, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 8, "COND_SUM_1995": "10", "CRM_ORG": "South 9th Street Business Association", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 1, "FY13_SIP_TOTAL": 4300, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": 1, "FY15_SIP_TOTAL": 2100, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 862686.5, "Shape__Length": 3747.1339031255102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155909951940203, 39.933183046633999 ], [ -75.155879803188895, 39.9333390717279 ], [ -75.155849214546095, 39.933510420410599 ], [ -75.155763960369299, 39.933859610082699 ], [ -75.155668337121298, 39.934301597181801 ], [ -75.155580652579999, 39.934676137817704 ], [ -75.155513967674096, 39.935030674208903 ], [ -75.155392839267506, 39.935556332156402 ], [ -75.155306678332593, 39.935943889902198 ], [ -75.155223010000398, 39.936303935509201 ], [ -75.155171686675104, 39.936573516214303 ], [ -75.1550624445388, 39.936816239846102 ], [ -75.155087896199902, 39.936905545396101 ], [ -75.154961338846803, 39.937475575228099 ], [ -75.154887565212206, 39.937838942251801 ], [ -75.154810741331801, 39.938159496763099 ], [ -75.154630699992694, 39.938965194114999 ], [ -75.156196796984403, 39.939161088781503 ], [ -75.156112181197599, 39.939569990249197 ], [ -75.156595069778405, 39.939629220134499 ], [ -75.156988100874699, 39.939672611073597 ], [ -75.157690394636802, 39.939756390016797 ], [ -75.158119589434605, 39.939817267761903 ], [ -75.158468465916897, 39.939855952569097 ], [ -75.158888408793104, 39.939907439686003 ], [ -75.159256701874995, 39.939960977915803 ], [ -75.160052716365797, 39.9400559468898 ], [ -75.160330793422006, 39.940093245257003 ], [ -75.160761369758106, 39.940142179598098 ], [ -75.161359640547005, 39.940222108012897 ], [ -75.161646201766303, 39.940259589240597 ], [ -75.161938698355399, 39.940296842368298 ], [ -75.162400239878394, 39.940352014984001 ], [ -75.162402581988303, 39.9403522948801 ], [ -75.162402610143403, 39.940352170273997 ], [ -75.162490314609997, 39.939960258490501 ], [ -75.162575997545005, 39.939576560678802 ], [ -75.162636630414795, 39.939282303014103 ], [ -75.162654811129798, 39.939180068389497 ], [ -75.162778511346005, 39.938615581259299 ], [ -75.162872292965801, 39.938195359451498 ], [ -75.162895022636505, 39.9380730185038 ], [ -75.163039924195203, 39.937415613602099 ], [ -75.163165084343305, 39.9368695218377 ], [ -75.163241331427301, 39.936505044885301 ], [ -75.163323221517601, 39.936123595673003 ], [ -75.163439147034197, 39.935605362096403 ], [ -75.163552122596201, 39.9350744224447 ], [ -75.163678033997996, 39.934517009736602 ], [ -75.163704502327406, 39.934376720043304 ], [ -75.163760184727295, 39.934128768014503 ], [ -75.1637776699733, 39.934028519647697 ], [ -75.163865573270897, 39.933672329722803 ], [ -75.162229277576998, 39.933453635317797 ], [ -75.161677597652599, 39.933382985232598 ], [ -75.161234171486498, 39.933324772055798 ], [ -75.160715790380394, 39.933264415242 ], [ -75.159518997616004, 39.933109668647496 ], [ -75.159144213044101, 39.933058983255798 ], [ -75.157580556699003, 39.9328467905598 ], [ -75.156027495993101, 39.932644430766601 ], [ -75.155909951940203, 39.933183046633999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 19, "PCPC_NUM": 210, "GLOBALID": "b2decc85-b5e3-44a5-a92b-abdd4c555fd2", "NAME": "Wissahickon", "P_DIST": "Lower NW", "ST_EXT": "LincolnMarkle\/MainLauriston", "PT_ADD": "3720 Main Street", "ZIP": 19127, "SURVEY_YEAR": 2013, "GLA": "174,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 38, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 29, "VAC_COUNT": 9, "VAC_RATE": "23.70%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1970, "STAGE": 3, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 1, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 236747.234375, "Shape__Length": 4293.4332043539998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211381624597394, 40.0193986554983 ], [ -75.211516176027203, 40.019014339535197 ], [ -75.211716631365704, 40.018441772844398 ], [ -75.211930890056095, 40.017573499025097 ], [ -75.212539781915794, 40.018082827803397 ], [ -75.212789030931305, 40.018351177890501 ], [ -75.213002593683299, 40.018661772508899 ], [ -75.213439537827298, 40.019233487165401 ], [ -75.213932241183102, 40.019860885175497 ], [ -75.214843173123, 40.020603990534198 ], [ -75.215439092242505, 40.021078172955001 ], [ -75.215991442863597, 40.021504713525701 ], [ -75.216476505523204, 40.021902395314697 ], [ -75.216907563002593, 40.021675796204498 ], [ -75.217410241213599, 40.021505100830602 ], [ -75.217338616467302, 40.021449194548602 ], [ -75.215111635424407, 40.019710861269701 ], [ -75.214385841174703, 40.019150949507498 ], [ -75.213818504556599, 40.018388583186699 ], [ -75.213197169247195, 40.017412672234499 ], [ -75.212934093308704, 40.017153978033399 ], [ -75.212420060145703, 40.016741708500597 ], [ -75.211845779398899, 40.016439126052902 ], [ -75.211574416161497, 40.016402287898899 ], [ -75.211175500985306, 40.016344125981199 ], [ -75.209664439296901, 40.015780268329699 ], [ -75.209173962719603, 40.015596716634398 ], [ -75.208702015006395, 40.015489352493702 ], [ -75.206972538179699, 40.014987545253398 ], [ -75.206939742737006, 40.015059245945402 ], [ -75.206860216726696, 40.015239207662098 ], [ -75.206780168428097, 40.015427625379402 ], [ -75.206732332523899, 40.015513866626399 ], [ -75.206723051555798, 40.015536955561103 ], [ -75.206687613889301, 40.015625119339603 ], [ -75.206676008972295, 40.015718398907097 ], [ -75.206668766447805, 40.015759234073698 ], [ -75.206645413434501, 40.015833419774701 ], [ -75.208917965004304, 40.016375206498701 ], [ -75.210366834377197, 40.016793698535899 ], [ -75.210684968677995, 40.017383035845299 ], [ -75.210679670791606, 40.0179499733798 ], [ -75.210634519423806, 40.018124455575297 ], [ -75.210520192997393, 40.018566261135298 ], [ -75.210235580333105, 40.019221467681803 ], [ -75.209878496324706, 40.019821590728803 ], [ -75.209498606023701, 40.0204600278554 ], [ -75.209986843657504, 40.020521917928399 ], [ -75.210036864411705, 40.020676671111602 ], [ -75.210296066893605, 40.021017574575602 ], [ -75.210604276479501, 40.020665223960897 ], [ -75.210948654670403, 40.020104119424403 ], [ -75.211381624597394, 40.0193986554983 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 20, "PCPC_NUM": 216, "GLOBALID": "f2f8b8be-f1bc-41c1-b0aa-41b88733926d", "NAME": "Andorra Shopping Center", "P_DIST": "Lower NW", "ST_EXT": "Port Royal-Cathedral\/Henry-Ridge", "PT_ADD": "8301 Henry Avenue", "ZIP": 19128, "SURVEY_YEAR": 2013, "GLA": "300,000", "GLA_2003": "307,000", "GLA_1995": "250,000", "COMM_COUNT": 43, "COMM_COUNT_2003": 48, "COMM_COUNT_1995": 44, "OCC_COUNT": 40, "VAC_COUNT": 3, "VAC_RATE": "7.00%", "VAC_RATE_2003": "17.00%", "VAC_RATE_1995": "9.10%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 3, "AGE": 1960, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 7, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 237077.171875, "Shape__Length": 3084.0498826970102 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.236222123783193, 40.061095444762103 ], [ -75.234110652269095, 40.062510733567997 ], [ -75.234155256947304, 40.062559970037597 ], [ -75.236164653973304, 40.064323552749201 ], [ -75.236065690734307, 40.064901194417203 ], [ -75.236045881697905, 40.064982498954997 ], [ -75.237214636890002, 40.065119682362202 ], [ -75.237710731283798, 40.065074231404303 ], [ -75.237902574016303, 40.065023690424901 ], [ -75.238054870305703, 40.064972284629903 ], [ -75.238320142265195, 40.064862531287901 ], [ -75.238684596649094, 40.064639392119702 ], [ -75.239414171724604, 40.064174880871697 ], [ -75.239670346464806, 40.064026256161497 ], [ -75.239491648934205, 40.064006286492699 ], [ -75.239009808314705, 40.063551794131001 ], [ -75.238598443573295, 40.063249533340503 ], [ -75.237272026271597, 40.0622604633432 ], [ -75.237100640004996, 40.062099102231699 ], [ -75.236555560100399, 40.0616432158278 ], [ -75.236259282825102, 40.061308323137403 ], [ -75.236222123783193, 40.061095444762103 ] ] ], [ [ [ -75.236388072675595, 40.061250323741902 ], [ -75.236720037138994, 40.061476526269303 ], [ -75.236992335496495, 40.0616041158153 ], [ -75.237375805642401, 40.061721973323401 ], [ -75.237700946445401, 40.061792488324102 ], [ -75.238026465040207, 40.061861146499297 ], [ -75.238245520163602, 40.061942037416401 ], [ -75.238428113919696, 40.062009463899699 ], [ -75.238712278885103, 40.062166465587801 ], [ -75.238994032392597, 40.062388681593703 ], [ -75.239124789521597, 40.062511229255698 ], [ -75.239373073741106, 40.062543780625099 ], [ -75.239100077080195, 40.0615407243695 ], [ -75.239000603196999, 40.061234465368301 ], [ -75.238892771776406, 40.060940187879403 ], [ -75.238853534548895, 40.060824795536703 ], [ -75.238501108704895, 40.060848294948002 ], [ -75.238511497620195, 40.060769813285397 ], [ -75.238504156321696, 40.060589018603203 ], [ -75.238454520402499, 40.060346842047501 ], [ -75.238436294437193, 40.060290832702698 ], [ -75.238394034172501, 40.0601609699549 ], [ -75.238450904586003, 40.060122972232499 ], [ -75.238852779344001, 40.059854459007902 ], [ -75.238511000298203, 40.059543535141401 ], [ -75.238290169631, 40.059686349689699 ], [ -75.238184380402998, 40.0597804286651 ], [ -75.238076901517601, 40.059888464799499 ], [ -75.236222123783193, 40.061095444762103 ], [ -75.236388072675595, 40.061250323741902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 21, "PCPC_NUM": 23, "GLOBALID": "4e35112f-100b-4944-956e-0d42beec9dfe", "NAME": "6th and Washington", "P_DIST": "South", "ST_EXT": "5th7th\/CarpenterFederal", "PT_ADD": "600 Washington Ave", "ZIP": 19147, "SURVEY_YEAR": 2014, "GLA": "95,000", "GLA_2003": null, "GLA_1995": "25,000", "COMM_COUNT": 57, "COMM_COUNT_2003": 40, "COMM_COUNT_1995": 1, "OCC_COUNT": 53, "VAC_COUNT": 4, "VAC_RATE": "7.00%", "VAC_RATE_2003": "18.00%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1970, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 4, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 142519.03515625, "Shape__Length": 1519.7257368421499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154986749338704, 39.936760928200499 ], [ -75.1550624445388, 39.936816239846102 ], [ -75.155171686675104, 39.936573516214303 ], [ -75.155223010000398, 39.936303935509201 ], [ -75.155306678332593, 39.935943889902198 ], [ -75.155392839267506, 39.935556332156402 ], [ -75.155513967674096, 39.935030674208903 ], [ -75.155580652579999, 39.934676137817704 ], [ -75.155668337121298, 39.934301597181801 ], [ -75.155763960369299, 39.933859610082699 ], [ -75.154855488988801, 39.9337444904669 ], [ -75.154681774985804, 39.933718106883902 ], [ -75.154196692702001, 39.933658519159202 ], [ -75.153415637650298, 39.933555749802103 ], [ -75.152625062931904, 39.933448215624097 ], [ -75.152442583468201, 39.934267740315498 ], [ -75.152342215424198, 39.9347262892503 ], [ -75.152277556421694, 39.935025570814901 ], [ -75.152145706585998, 39.935635851051003 ], [ -75.152105762630498, 39.935820731213497 ], [ -75.152070799916103, 39.935982555368099 ], [ -75.152459927603203, 39.9360808235596 ], [ -75.152829057499105, 39.936178733051399 ], [ -75.153184622115901, 39.9362780064722 ], [ -75.1535916954236, 39.936386068411998 ], [ -75.154986749338704, 39.936760928200499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 22, "PCPC_NUM": 230, "GLOBALID": "02bb8546-6e41-40c3-96d7-d76b1e876ad5", "NAME": "East Falls", "P_DIST": "Lower NW", "ST_EXT": "Scotts LaneMerrick\/KellyWarden", "PT_ADD": "4201 Ridge Avenue", "ZIP": 19129, "SURVEY_YEAR": 2014, "GLA": "153,000", "GLA_2003": null, "GLA_1995": "35,000", "COMM_COUNT": 60, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 32, "OCC_COUNT": 39, "VAC_COUNT": 21, "VAC_RATE": "35.00%", "VAC_RATE_2003": null, "VAC_RATE_1995": "12.50%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1870, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": 4, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 5, "COND_SUM_2003": null, "COND_SUM_1995": "6", "CRM_ORG": "East Falls Development Corporation", "SS_DIST": null, "CDC_TAX_CREDIT": "East Falls Development Corporation", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 4, "FY12_SIP_TOTAL": 34505, "FY13_SIP": 1, "FY13_SIP_TOTAL": 12000, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": 1, "FY15_SIP_TOTAL": 12000, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 493919, "FY12_15_SBP_TOTAL": 1615000.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 218086.671875, "Shape__Length": 4034.9721207430498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193381429209595, 40.0090140219856 ], [ -75.192819239835202, 40.009629184187602 ], [ -75.192771832927093, 40.0099579344296 ], [ -75.192730615920595, 40.0102437544287 ], [ -75.192591923254, 40.0111322956107 ], [ -75.192558298048795, 40.0114341243574 ], [ -75.192446015154104, 40.011662648492297 ], [ -75.192023053183405, 40.012497633094597 ], [ -75.192003888197107, 40.013401187610803 ], [ -75.191867327700194, 40.0137692732932 ], [ -75.191626114042094, 40.013994864685799 ], [ -75.191876713477299, 40.014210839470998 ], [ -75.192056960737304, 40.014359400865501 ], [ -75.192099669305506, 40.014394600458999 ], [ -75.192236349050106, 40.014275727386597 ], [ -75.192606913773105, 40.013798824902601 ], [ -75.192711439694094, 40.013487228025497 ], [ -75.192854378530996, 40.012648522223699 ], [ -75.193231935212793, 40.011881671387897 ], [ -75.193324332666293, 40.011503173678797 ], [ -75.193600013089906, 40.009901553439903 ], [ -75.194072343450898, 40.0093794306418 ], [ -75.194403964778104, 40.009502450449098 ], [ -75.195062866097103, 40.009746874108501 ], [ -75.195784669810493, 40.010014625541103 ], [ -75.196269160793193, 40.010194343126997 ], [ -75.197482990994601, 40.010644587663897 ], [ -75.197716485952597, 40.010379735575199 ], [ -75.198350123934205, 40.009670294730199 ], [ -75.198349965303095, 40.009670244352499 ], [ -75.197116485644301, 40.009278680421197 ], [ -75.196906203860095, 40.009186343055497 ], [ -75.194539435486305, 40.008293216606603 ], [ -75.194303918402596, 40.008229265554597 ], [ -75.193828513550699, 40.008042309135398 ], [ -75.1931357394011, 40.007747120407799 ], [ -75.192740049719902, 40.007543690132401 ], [ -75.192582561949806, 40.007448486712299 ], [ -75.192568427573093, 40.007439509586199 ], [ -75.192288371156906, 40.007648417654501 ], [ -75.192084677561397, 40.007705562503197 ], [ -75.191524972046594, 40.007493196414401 ], [ -75.190547753495593, 40.007254907787598 ], [ -75.189967835360704, 40.007088906848601 ], [ -75.189583384896096, 40.006945951051897 ], [ -75.1890907319234, 40.006798727934402 ], [ -75.188902702155502, 40.006989953084997 ], [ -75.188670233232401, 40.007227640802697 ], [ -75.189062730294296, 40.007482052668202 ], [ -75.190034970887694, 40.007842251956298 ], [ -75.191006073162399, 40.008116533435299 ], [ -75.191194868189399, 40.008166092603503 ], [ -75.191358104021504, 40.008208942388997 ], [ -75.191385271535694, 40.008216073829502 ], [ -75.192681344748294, 40.008556281351602 ], [ -75.193297706825604, 40.008981870305497 ], [ -75.193381429209595, 40.0090140219856 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 23, "PCPC_NUM": 24, "GLOBALID": "b983945c-7659-4639-84ba-bd7669a19a70", "NAME": "Central Waterfront\/Washington", "P_DIST": "Central", "ST_EXT": "Delaware River3rd\/CatharineTasker", "PT_ADD": "1100 S. Front Street", "ZIP": 19147, "SURVEY_YEAR": 2012, "GLA": "300,000", "GLA_2003": "251,636", "GLA_1995": "155,000", "COMM_COUNT": 81, "COMM_COUNT_2003": 35, "COMM_COUNT_1995": 23, "OCC_COUNT": 69, "VAC_COUNT": 12, "VAC_RATE": "14.80%", "VAC_RATE_2003": "8.60%", "VAC_RATE_1995": "4.30%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1980, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 4, "COND_SUM": 6, "COND_SUM_2003": 4, "COND_SUM_1995": "3", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 2217277.46484375, "Shape__Length": 6456.6050542031999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144301304380207, 39.936522158476798 ], [ -75.144520027791799, 39.936562987457499 ], [ -75.145019993732603, 39.9366563142366 ], [ -75.1448731278346, 39.937343765141399 ], [ -75.145988581442893, 39.9375402965333 ], [ -75.146446416812594, 39.937621878678897 ], [ -75.147535663915093, 39.937813017285301 ], [ -75.148370701707705, 39.937965561309298 ], [ -75.148517049381397, 39.9372781571224 ], [ -75.148696700867305, 39.936495562044499 ], [ -75.1487725000692, 39.936154322843898 ], [ -75.148773190007802, 39.936150792072802 ], [ -75.148840565537, 39.935806135226002 ], [ -75.148979239546406, 39.935156811249101 ], [ -75.149100197362998, 39.934631634437302 ], [ -75.149151091545406, 39.9344106553865 ], [ -75.149225725038704, 39.934086606254503 ], [ -75.149265579995003, 39.933913559829399 ], [ -75.149290627693901, 39.933754278586598 ], [ -75.149465848664093, 39.9330281455982 ], [ -75.149563569864597, 39.932603643315097 ], [ -75.149634083621194, 39.9322312472978 ], [ -75.1497316664001, 39.931802749352698 ], [ -75.149821409692606, 39.931423511723303 ], [ -75.149898665293605, 39.931057030487501 ], [ -75.149995613642602, 39.930586133974302 ], [ -75.150136694629097, 39.929997171641197 ], [ -75.149982210507801, 39.9298821462151 ], [ -75.150170925470903, 39.9293486891208 ], [ -75.150366617933997, 39.928875314152997 ], [ -75.150449813703503, 39.928810350698299 ], [ -75.150552684768797, 39.928569862016602 ], [ -75.1507089836701, 39.928165686691202 ], [ -75.149826041321305, 39.928051067937403 ], [ -75.148704359225107, 39.9279054459912 ], [ -75.1471405841082, 39.927695207835598 ], [ -75.146988596891603, 39.9276751664855 ], [ -75.146666777728399, 39.927632730050199 ], [ -75.146412950388395, 39.927599258165998 ], [ -75.146093535182004, 39.927557354931601 ], [ -75.145814308469596, 39.927518092540303 ], [ -75.145535082079505, 39.927478829469202 ], [ -75.145080270705805, 39.9274148753234 ], [ -75.145015598890495, 39.927405780851103 ], [ -75.144997015949301, 39.927403355731499 ], [ -75.144794798766696, 39.927376965153798 ], [ -75.142100862664506, 39.927025356909297 ], [ -75.139034917292605, 39.926667522519303 ], [ -75.134120689809706, 39.926093792260602 ], [ -75.134802967023901, 39.927759018010804 ], [ -75.135458274648201, 39.9295238369522 ], [ -75.135724543769896, 39.9306593723758 ], [ -75.135874286212896, 39.931601358676197 ], [ -75.135931060013704, 39.932811660151302 ], [ -75.135946259274107, 39.934022004123797 ], [ -75.135856361006802, 39.9361522869129 ], [ -75.142307751204498, 39.9368876024729 ], [ -75.143243657980705, 39.937047139669097 ], [ -75.143267662748499, 39.936329202392102 ], [ -75.144301304380207, 39.936522158476798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 24, "PCPC_NUM": 28, "GLOBALID": "a4e0f76f-a387-459f-96f4-9aa050d85fd1", "NAME": "Snyder Plaza and Columbus Commons", "P_DIST": "South", "ST_EXT": "Delaware AvenueI95\/MoorePorter", "PT_ADD": "14 E. Snyder Avenue", "ZIP": 19148, "SURVEY_YEAR": 2011, "GLA": "964,000", "GLA_2003": "449,000", "GLA_1995": "284,000", "COMM_COUNT": 51, "COMM_COUNT_2003": 36, "COMM_COUNT_1995": 25, "OCC_COUNT": 48, "VAC_COUNT": 3, "VAC_RATE": "5.90%", "VAC_RATE_2003": "5.60%", "VAC_RATE_1995": "20.00%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 2, "AGE": 1980, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 2, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 3, "COND_SUM_2003": 5, "COND_SUM_1995": "3", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 662570.21875, "Shape__Length": 5302.2372714627199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146914130880603, 39.925154112384298 ], [ -75.146914182121094, 39.9251541189536 ], [ -75.1469748278125, 39.925161919941601 ], [ -75.147238839575294, 39.9239443935748 ], [ -75.147239547009605, 39.9239412299262 ], [ -75.147458170338297, 39.922963570170801 ], [ -75.147509269372307, 39.922739108680403 ], [ -75.147509988266904, 39.922735950696897 ], [ -75.147672240828399, 39.922023209115501 ], [ -75.147770795897003, 39.921558952615399 ], [ -75.147771475602596, 39.921555747789299 ], [ -75.147881861687395, 39.921035750411001 ], [ -75.147965743078004, 39.920449760733199 ], [ -75.147970810014201, 39.920414359244802 ], [ -75.147970817803198, 39.920312506124098 ], [ -75.147970817855906, 39.920309233614297 ], [ -75.147970842792304, 39.920000790116397 ], [ -75.147887015680993, 39.919448711258198 ], [ -75.147884728840197, 39.919433648337197 ], [ -75.147821127997304, 39.9190147687519 ], [ -75.147820613878395, 39.919011386361397 ], [ -75.147806825593705, 39.918920569399198 ], [ -75.147609689075395, 39.917712087588797 ], [ -75.147605439250995, 39.917711564044303 ], [ -75.147354970857506, 39.9176807141355 ], [ -75.1468195959757, 39.917614770847599 ], [ -75.146718226687597, 39.918071733773502 ], [ -75.146545470574395, 39.9188504913215 ], [ -75.146544754867094, 39.918853718750199 ], [ -75.146385322267804, 39.919619513814503 ], [ -75.146330909539103, 39.9197111528945 ], [ -75.146238714250899, 39.920084245861098 ], [ -75.146237933083398, 39.9200874096314 ], [ -75.146449725587999, 39.920116249205698 ], [ -75.146455250481296, 39.920117001769199 ], [ -75.146394486767093, 39.920384596058199 ], [ -75.146302485731795, 39.920789753669197 ], [ -75.146200883480205, 39.921237186310002 ], [ -75.146145363645203, 39.921355610111704 ], [ -75.146144034587905, 39.921358443378899 ], [ -75.146137805200894, 39.921357597316302 ], [ -75.145336697565497, 39.921248758366303 ], [ -75.145334808254105, 39.921245231194597 ], [ -75.145163875777001, 39.920926107388603 ], [ -75.144994887606103, 39.920610612632203 ], [ -75.144868980499297, 39.920375545894501 ], [ -75.144742959607896, 39.920140264672497 ], [ -75.144055568809506, 39.918883384006698 ], [ -75.144055537078202, 39.918883326521097 ], [ -75.143849324258596, 39.9185093552545 ], [ -75.143173635537494, 39.917283949567597 ], [ -75.142366984899994, 39.915824578073398 ], [ -75.142288521164303, 39.915682619458302 ], [ -75.142285725278498, 39.915682327007197 ], [ -75.142113974644104, 39.9156643636192 ], [ -75.140026351615901, 39.915414101927503 ], [ -75.137828137598206, 39.915114520886704 ], [ -75.137844672159602, 39.915180548074098 ], [ -75.137870713222, 39.915274792094898 ], [ -75.137905460622804, 39.915400538768701 ], [ -75.138000343471305, 39.915603404603601 ], [ -75.138201973084904, 39.915928863660298 ], [ -75.138276181194001, 39.9160485865373 ], [ -75.138417283584701, 39.916263668517203 ], [ -75.138537711016696, 39.916418459466399 ], [ -75.138646641203493, 39.916586473149401 ], [ -75.138859813743196, 39.916915268104503 ], [ -75.139155503284996, 39.917363466787201 ], [ -75.139205677572306, 39.917439251071997 ], [ -75.139836865157605, 39.918392618967502 ], [ -75.139837529650293, 39.918393628825399 ], [ -75.1401427645784, 39.918857056626202 ], [ -75.1401457555246, 39.918861598291201 ], [ -75.140578523356396, 39.9195301462765 ], [ -75.1405791898639, 39.919531165185603 ], [ -75.141381546734095, 39.920747694866698 ], [ -75.141383932095906, 39.920751310882103 ], [ -75.142015848010303, 39.921690147511498 ], [ -75.142271210622397, 39.922057267615997 ], [ -75.143147965648694, 39.922186222293803 ], [ -75.143153452322295, 39.922187029106901 ], [ -75.143871551803798, 39.922292642274698 ], [ -75.143613759826295, 39.9234599255226 ], [ -75.143966850869802, 39.923505516310499 ], [ -75.144068247136005, 39.923518608671898 ], [ -75.144079373776293, 39.9235200454835 ], [ -75.144386056885395, 39.923561788009202 ], [ -75.144519526998906, 39.923577213517397 ], [ -75.145153101311607, 39.923650435864403 ], [ -75.145606460496694, 39.923702827829402 ], [ -75.145394634861702, 39.924652189325997 ], [ -75.145359241603103, 39.924810809593303 ], [ -75.145286313751598, 39.924933796882698 ], [ -75.145286182355704, 39.924934019153604 ], [ -75.145285659352098, 39.924934901988799 ], [ -75.145285833981305, 39.924934925777997 ], [ -75.146008902242599, 39.925033157405998 ], [ -75.146181300382494, 39.925056577582602 ], [ -75.146614463447193, 39.925115421171597 ], [ -75.146634266812399, 39.925118110718898 ], [ -75.146914130880603, 39.925154112384298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 25, "PCPC_NUM": 289, "GLOBALID": "7d1ec9fa-3b14-4006-b844-22f72994f8a6", "NAME": "Harbison and Torresdale ", "P_DIST": "Lower NE", "ST_EXT": "AMTRAKMarsden\/FraleyBridge", "PT_ADD": "5235 Harbison Ave", "ZIP": 19124, "SURVEY_YEAR": 2012, "GLA": "40,000", "GLA_2003": "74,413", "GLA_1995": "35,000", "COMM_COUNT": 21, "COMM_COUNT_2003": 44, "COMM_COUNT_1995": 20, "OCC_COUNT": 19, "VAC_COUNT": 2, "VAC_RATE": "9.50%", "VAC_RATE_2003": "20.40%", "VAC_RATE_1995": "10.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 2, "AGE": 1930, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 8, "COND_SUM_1995": "8", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 80104.27734375, "Shape__Length": 2012.35846685045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.069815747311594, 40.011180322127501 ], [ -75.069660668716494, 40.011209095260803 ], [ -75.068588877760305, 40.012583093310603 ], [ -75.0681061992439, 40.0127057526215 ], [ -75.068362371136203, 40.013369064697002 ], [ -75.067738231152404, 40.0135035380533 ], [ -75.067094023654207, 40.013642330911701 ], [ -75.066478635352198, 40.013774910714602 ], [ -75.065826267573598, 40.013915453013603 ], [ -75.065932190637895, 40.014200514809502 ], [ -75.066037843480103, 40.014480222468002 ], [ -75.0666803057035, 40.014306779096799 ], [ -75.067295758059899, 40.014180458261499 ], [ -75.067943303778407, 40.014047545767802 ], [ -75.068204900895296, 40.014738839673399 ], [ -75.068355055575296, 40.014219079090203 ], [ -75.068430519797602, 40.013923826942602 ], [ -75.069233358488702, 40.013740572398703 ], [ -75.069826347590904, 40.013605213305603 ], [ -75.070530214520105, 40.013444539829798 ], [ -75.070431988124099, 40.013176861426302 ], [ -75.070358892848205, 40.012987803394601 ], [ -75.069650032203, 40.013135512067997 ], [ -75.069487611970203, 40.012712291749899 ], [ -75.0699931059318, 40.0120416878787 ], [ -75.070417940483793, 40.011493591249803 ], [ -75.070325814338005, 40.0112420278247 ], [ -75.070272231441507, 40.011080790664899 ], [ -75.070135953346906, 40.011111169185803 ], [ -75.069815747311594, 40.011180322127501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 26, "PCPC_NUM": 3, "GLOBALID": "f5362b49-e17f-4a2b-90cb-3b66254a036e", "NAME": "Market East", "P_DIST": "Central", "ST_EXT": "6thBroad\/ArchSpruce", "PT_ADD": "34 S. 11th Street", "ZIP": 19107, "SURVEY_YEAR": 2012, "GLA": "2,550,000", "GLA_2003": null, "GLA_1995": "3,420,000", "COMM_COUNT": 941, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 1149, "OCC_COUNT": 820, "VAC_COUNT": 121, "VAC_RATE": "12.90%", "VAC_RATE_2003": null, "VAC_RATE_1995": "16.40%", "CORRIDOR_TYPE": 5, "PHYS_CHAR": 1, "AGE": 1870, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": 4, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 3, "COND_SUM": 5, "COND_SUM_2003": null, "COND_SUM_1995": "5", "CRM_ORG": "Office of Business Services\/Center City District", "SS_DIST": "CCD", "CDC_TAX_CREDIT": "CPDC", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 6, "FY11_SIP_TOTAL": 66500, "FY12_SIP": 1, "FY12_SIP_TOTAL": 12000, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 1590533.35546875, "Shape__Length": 5342.2550428287204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153146509736501, 39.953162815067301 ], [ -75.154719287324397, 39.953357551973902 ], [ -75.155601840853706, 39.9534709975254 ], [ -75.156293652848404, 39.953555498934897 ], [ -75.157866070061203, 39.953757535559603 ], [ -75.159437401571907, 39.953962784889001 ], [ -75.161010093994406, 39.954150029161298 ], [ -75.162036707046695, 39.954280393822401 ], [ -75.163096362311606, 39.954409482348503 ], [ -75.163194685270597, 39.953923575547101 ], [ -75.163331365023296, 39.953339210012501 ], [ -75.163206207644706, 39.953342783264397 ], [ -75.162381650642203, 39.953238181310702 ], [ -75.162442038055204, 39.952915818888798 ], [ -75.162545896145701, 39.952439543150497 ], [ -75.162591461963203, 39.952371858457902 ], [ -75.162608711346493, 39.952255375725301 ], [ -75.162721283446999, 39.9516694273279 ], [ -75.162879231118595, 39.951533605921902 ], [ -75.162983725476195, 39.951537134749898 ], [ -75.163518600202096, 39.951600137675101 ], [ -75.163645035540597, 39.951551587192398 ], [ -75.163688660949404, 39.951523363421202 ], [ -75.163711324950995, 39.951498635123897 ], [ -75.163860465657606, 39.9508656429052 ], [ -75.1640262514385, 39.950082954286003 ], [ -75.164195434670603, 39.949343968399802 ], [ -75.164442070223103, 39.948207064331797 ], [ -75.164713178549803, 39.946980270159003 ], [ -75.164713194121703, 39.946980199329701 ], [ -75.164712284296698, 39.946980082414903 ], [ -75.1641033469691, 39.946901756117398 ], [ -75.163650959674101, 39.946846005808297 ], [ -75.162630100613697, 39.9467228504734 ], [ -75.161845633641803, 39.946629311489097 ], [ -75.161058650481394, 39.946528800398497 ], [ -75.160268963392696, 39.946431195266797 ], [ -75.159483479755707, 39.9463346346596 ], [ -75.158697190839604, 39.946233396673598 ], [ -75.157908495134095, 39.9461349451744 ], [ -75.157116226715701, 39.946034920759999 ], [ -75.156339386235402, 39.945932983525701 ], [ -75.155873655933803, 39.945878340379103 ], [ -75.155579618828895, 39.945841878067299 ], [ -75.154762399519697, 39.9457386797555 ], [ -75.154693579358593, 39.945735834176197 ], [ -75.153186673233904, 39.9455454260221 ], [ -75.153115618349503, 39.945531038191902 ], [ -75.1516189192578, 39.94535084436 ], [ -75.151556670276904, 39.945625019363298 ], [ -75.151548957218196, 39.945658995104402 ], [ -75.151445773623294, 39.946113460440898 ], [ -75.151375659966206, 39.9464425852304 ], [ -75.151253119876401, 39.947017801858401 ], [ -75.151106683468598, 39.947720957980003 ], [ -75.150939405242696, 39.948473287962997 ], [ -75.150769901475599, 39.949232989951199 ], [ -75.150671834526605, 39.949426634311202 ], [ -75.150598188356, 39.9497512087557 ], [ -75.150378136954302, 39.950743372454902 ], [ -75.149928085976697, 39.952766822852098 ], [ -75.151541853467293, 39.952957768178102 ], [ -75.153146509736501, 39.953162815067301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 27, "PCPC_NUM": 30, "GLOBALID": "01a804fa-1018-4cda-9829-9c2acdbcc814", "NAME": "Whitman Plaza and vicinity", "P_DIST": "South", "ST_EXT": "Oregon Ave\/I955th", "PT_ADD": "300 Oregon Avenue", "ZIP": 19148, "SURVEY_YEAR": 2014, "GLA": "574,000", "GLA_2003": "573,800", "GLA_1995": "435,000", "COMM_COUNT": 91, "COMM_COUNT_2003": 66, "COMM_COUNT_1995": 68, "OCC_COUNT": 80, "VAC_COUNT": 11, "VAC_RATE": "12.10%", "VAC_RATE_2003": "3.00%", "VAC_RATE_1995": "4.40%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": 5, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 419530.66015625, "Shape__Length": 3475.0367072781801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1576364075366, 39.912335735016697 ], [ -75.1577017170614, 39.9120036293371 ], [ -75.157638060592205, 39.911940483687999 ], [ -75.157564332297397, 39.9119328517884 ], [ -75.157503583453305, 39.911927946998098 ], [ -75.157363872527696, 39.911918269659402 ], [ -75.157310732173201, 39.911914171143501 ], [ -75.157068599615499, 39.9118954943064 ], [ -75.156581679317696, 39.911858434929201 ], [ -75.155389697130701, 39.9117780397657 ], [ -75.154798853444404, 39.911757364702702 ], [ -75.154372762852304, 39.9117438487635 ], [ -75.154276531579399, 39.911696195535399 ], [ -75.153946304141598, 39.911539671571099 ], [ -75.153879735829804, 39.911506859127499 ], [ -75.153427749427607, 39.911447231888602 ], [ -75.1534355622898, 39.911610444835503 ], [ -75.153403285641005, 39.911784696433898 ], [ -75.153302475466901, 39.911984105629898 ], [ -75.153237942346294, 39.912076107688797 ], [ -75.153178985172303, 39.9121486973903 ], [ -75.152955555519895, 39.912346796599799 ], [ -75.152708032352194, 39.912432023869897 ], [ -75.152590676087598, 39.9124683108478 ], [ -75.152404090080907, 39.912505142963902 ], [ -75.152201797124505, 39.912518547345499 ], [ -75.152083797852001, 39.912515769012799 ], [ -75.151684660274896, 39.912471252437904 ], [ -75.151614246504593, 39.9124398994771 ], [ -75.151246951689103, 39.9122926199069 ], [ -75.151073437595002, 39.912269633661403 ], [ -75.150906045108002, 39.912346336128401 ], [ -75.150447477573096, 39.912273175058999 ], [ -75.150501354043598, 39.912045466139901 ], [ -75.150582490736895, 39.911565695655597 ], [ -75.150699368701794, 39.911043042281698 ], [ -75.150699491401397, 39.911042495440803 ], [ -75.150585165297201, 39.9110312958516 ], [ -75.150577742036205, 39.911031127538799 ], [ -75.150422363256993, 39.9110276044157 ], [ -75.150235106633801, 39.911044315952502 ], [ -75.150031853766507, 39.911072639888701 ], [ -75.149856360518996, 39.911128263289399 ], [ -75.149597008800498, 39.911260380423698 ], [ -75.149437051468695, 39.911376511380297 ], [ -75.149311711184794, 39.911502408787797 ], [ -75.149155516919905, 39.911723413534197 ], [ -75.149024224478296, 39.912004863126903 ], [ -75.148897570297805, 39.9122724871321 ], [ -75.148710779032697, 39.9127791805575 ], [ -75.1484859775519, 39.9132854464399 ], [ -75.148429028649204, 39.913528449988398 ], [ -75.148425997849998, 39.913541361332499 ], [ -75.1483624035221, 39.913811886239202 ], [ -75.147995327615305, 39.915178520549397 ], [ -75.149701496281594, 39.915409990932098 ], [ -75.149701665875597, 39.915409228009402 ], [ -75.149928650548503, 39.914388407275602 ], [ -75.149963470687993, 39.914226483317002 ], [ -75.150070257957495, 39.914239166722403 ], [ -75.150427194321196, 39.914285270920097 ], [ -75.150503840789796, 39.914295463054202 ], [ -75.150511084233003, 39.914296426492299 ], [ -75.150569072600106, 39.9143041376093 ], [ -75.150996032180601, 39.914358233873799 ], [ -75.151003292521693, 39.914359153513601 ], [ -75.1510755535096, 39.914368308785797 ], [ -75.151430302309606, 39.914414371054598 ], [ -75.151546745631407, 39.9144306066054 ], [ -75.151553979199804, 39.9144316148043 ], [ -75.151651942421793, 39.914445272565501 ], [ -75.152247252855105, 39.914518838212999 ], [ -75.152332580428705, 39.914529833997697 ], [ -75.152339833207094, 39.914530768698 ], [ -75.152435792533197, 39.9145431351699 ], [ -75.153038309959996, 39.914622581434799 ], [ -75.153131569244707, 39.914634082449801 ], [ -75.153138836383604, 39.914634978680503 ], [ -75.153241494077605, 39.914647638551799 ], [ -75.154730471471794, 39.914845814474198 ], [ -75.155024690774397, 39.914883332231298 ], [ -75.155031947478406, 39.914884257838402 ], [ -75.155285834792394, 39.914916631767397 ], [ -75.156666574992201, 39.915103086428303 ], [ -75.156711058094004, 39.914878871142399 ], [ -75.157080547126498, 39.914920684630999 ], [ -75.157103827408406, 39.9148098397689 ], [ -75.157187474234107, 39.914421268557 ], [ -75.1576364075366, 39.912335735016697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 28, "PCPC_NUM": 308, "GLOBALID": "ef115c75-88ed-4864-b788-8356a8dcd968", "NAME": "Five Points", "P_DIST": "Central NE", "ST_EXT": "WhitakerHasbrook\/WatsonPrinceton", "PT_ADD": "7275 Rising Sun Ave", "ZIP": 19111, "SURVEY_YEAR": 2012, "GLA": "275,000", "GLA_2003": "264,000", "GLA_1995": "180,000", "COMM_COUNT": 135, "COMM_COUNT_2003": 110, "COMM_COUNT_1995": 103, "OCC_COUNT": 115, "VAC_COUNT": 20, "VAC_RATE": "14.80%", "VAC_RATE_2003": "10.90%", "VAC_RATE_1995": "10.70%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1920, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 2, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": 5, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 400259.19140625, "Shape__Length": 5617.0542344774703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.085939795385002, 40.059435103592101 ], [ -75.084983166258894, 40.058902690843503 ], [ -75.083798382824796, 40.060851500618 ], [ -75.082640451308606, 40.060172893591101 ], [ -75.081764075010099, 40.059659275240101 ], [ -75.080883655645707, 40.059143272728598 ], [ -75.080014977187901, 40.058634137900903 ], [ -75.079134292136104, 40.058117951177799 ], [ -75.078153609373203, 40.057543135918998 ], [ -75.077131655848305, 40.056944111241897 ], [ -75.076735990816303, 40.057359764519198 ], [ -75.076414701519894, 40.057702024070998 ], [ -75.077719584442505, 40.058454100780303 ], [ -75.078428036505997, 40.058862407580499 ], [ -75.079317013223204, 40.059374744868499 ], [ -75.080191592677807, 40.059878769822703 ], [ -75.0810773235021, 40.0603892081391 ], [ -75.081958367559196, 40.060896930078798 ], [ -75.082780231418894, 40.061370534670601 ], [ -75.082966935859702, 40.061478123016798 ], [ -75.083024477189596, 40.061510264226101 ], [ -75.083044042025605, 40.062455448586803 ], [ -75.083065755065903, 40.0635043903061 ], [ -75.083105838502206, 40.065440727396599 ], [ -75.083110212734994, 40.0656520283746 ], [ -75.083166900528994, 40.065780303764797 ], [ -75.083611088394306, 40.066785415208997 ], [ -75.0837166393258, 40.066749003639998 ], [ -75.083859474943495, 40.066727335754997 ], [ -75.083995480454007, 40.066739681940099 ], [ -75.084244605863503, 40.0666542840627 ], [ -75.084329044993893, 40.066575516401201 ], [ -75.083967898683596, 40.065527506329303 ], [ -75.083890689360004, 40.063965075104598 ], [ -75.0838717033878, 40.063580843350103 ], [ -75.0841675668796, 40.0634482294018 ], [ -75.084460753182398, 40.063311644814902 ], [ -75.084749488471502, 40.063169585181299 ], [ -75.085031856150195, 40.063020747334299 ], [ -75.085305715010506, 40.062863038113598 ], [ -75.086267433783902, 40.063421865042102 ], [ -75.087129274867294, 40.063922640739897 ], [ -75.087466289174898, 40.063593396585901 ], [ -75.087853860556805, 40.0632071628403 ], [ -75.086303743064903, 40.0622944969777 ], [ -75.086971750414804, 40.061836656409497 ], [ -75.087523257815604, 40.061445111224501 ], [ -75.087615224748106, 40.061378583374797 ], [ -75.086478300347807, 40.060680553062703 ], [ -75.085907367268504, 40.060348481892603 ], [ -75.086524269025801, 40.059752908121098 ], [ -75.0871703782542, 40.059129120984501 ], [ -75.087758427651707, 40.058561375726001 ], [ -75.087162126039303, 40.058213400531102 ], [ -75.086584661024702, 40.058789443422903 ], [ -75.085939795385002, 40.059435103592101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 29, "PCPC_NUM": 155, "GLOBALID": "548e05ce-7488-417a-971a-9d713c2db074", "NAME": "Broad and Girard", "P_DIST": "Lower North", "ST_EXT": "10th16th\/MasterBrown", "PT_ADD": "935 N. Broad Street", "ZIP": 19123, "SURVEY_YEAR": 2012, "GLA": "287,000", "GLA_2003": "270,000", "GLA_1995": "60,000", "COMM_COUNT": 110, "COMM_COUNT_2003": 82, "COMM_COUNT_1995": 60, "OCC_COUNT": 95, "VAC_COUNT": 15, "VAC_RATE": "13.60%", "VAC_RATE_2003": "15.90%", "VAC_RATE_1995": "18.30%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1870, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 4, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 8, "COND_SUM_2003": 9, "COND_SUM_1995": "8", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": "NCEZ", "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 368932.609375, "Shape__Length": 4328.1752341098399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156618677590998, 39.974207571019001 ], [ -75.158643932469502, 39.974465812585699 ], [ -75.158785066709697, 39.974491808881197 ], [ -75.158956298982005, 39.974509727614603 ], [ -75.159762275108903, 39.974609987051402 ], [ -75.160051140697604, 39.973347307378504 ], [ -75.159902046683001, 39.973324582024901 ], [ -75.160082959597702, 39.972499745859601 ], [ -75.160195601432406, 39.972015244279198 ], [ -75.161038988020195, 39.972115402655803 ], [ -75.161023490166599, 39.972246441068997 ], [ -75.162591547830402, 39.9724506272292 ], [ -75.1626247701208, 39.972286918324599 ], [ -75.162648634079304, 39.972169328662503 ], [ -75.1627057198899, 39.971888029164901 ], [ -75.162790932282704, 39.971497940793498 ], [ -75.162796027228794, 39.971474613927498 ], [ -75.162851746513795, 39.971219538282099 ], [ -75.161271628517397, 39.971018927598898 ], [ -75.160436791208696, 39.970918336459903 ], [ -75.160562493318395, 39.970328956341703 ], [ -75.160649809752996, 39.969913128783404 ], [ -75.160703430478407, 39.969708555516299 ], [ -75.160820098938103, 39.969104747890597 ], [ -75.161066175112296, 39.967999412248801 ], [ -75.160766425913906, 39.967963571817698 ], [ -75.160336023313505, 39.967912274850299 ], [ -75.160216093077395, 39.967897726835602 ], [ -75.160161959743803, 39.968186389262002 ], [ -75.160012956426698, 39.968133693502701 ], [ -75.1593449252086, 39.9679376422323 ], [ -75.159178024905302, 39.968797957675001 ], [ -75.158908251887496, 39.970015222608602 ], [ -75.158780505593, 39.970602723299898 ], [ -75.157466088347505, 39.970434598965497 ], [ -75.157399045104, 39.970717505822201 ], [ -75.155885592139995, 39.970521214363202 ], [ -75.155830809603899, 39.970485416385301 ], [ -75.155778140905298, 39.970451488030101 ], [ -75.155053609812597, 39.970357222886499 ], [ -75.154269222671402, 39.970255165814102 ], [ -75.152693361278097, 39.970064020879398 ], [ -75.152634838151798, 39.970321895116598 ], [ -75.152576314581196, 39.9705797693222 ], [ -75.154152450134006, 39.970787611374099 ], [ -75.1557210705095, 39.970990913338603 ], [ -75.155604620604294, 39.971545501850699 ], [ -75.156201764633195, 39.971626042711399 ], [ -75.157153378991396, 39.971747867941502 ], [ -75.156895982806503, 39.972936151834197 ], [ -75.156618677590998, 39.974207571019001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 30, "PCPC_NUM": 156, "GLOBALID": "e3f5a4f8-cdca-4c39-aa29-0bfae101ef29", "NAME": "Girard and Ridge", "P_DIST": "Lower North", "ST_EXT": "15th20th\/ThompsonBrown", "PT_ADD": "1800 W. Girard Avenue", "ZIP": 19130, "SURVEY_YEAR": 2012, "GLA": "72,000", "GLA_2003": "65,000", "GLA_1995": "120,000", "COMM_COUNT": 49, "COMM_COUNT_2003": 39, "COMM_COUNT_1995": 74, "OCC_COUNT": 30, "VAC_COUNT": 19, "VAC_RATE": "38.80%", "VAC_RATE_2003": "33.30%", "VAC_RATE_1995": "66.20%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1860, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 4, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 12, "COND_SUM_2003": 12, "COND_SUM_1995": "12", "CRM_ORG": "Francisville CDC", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 40000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 40000, "FY15_CLEANING": "Corridor Cleaning Program (NTI)", "FY15_CLEANING_AMOUNT": 40000, "FY11_SIP": 1, "FY11_SIP_TOTAL": 12000, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 2, "FY13_SIP_TOTAL": 23355, "FY14_SIP": 2, "FY14_SIP_TOTAL": 23355, "FY15_SIP": 2, "FY15_SIP_TOTAL": 11997, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": "People for People JBJ Soul Homes", "FY16_19_PD": null, "Shape__Area": 164726.90625, "Shape__Length": 3502.3423813109498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1626247701208, 39.972286918324599 ], [ -75.164186488409698, 39.972480689667897 ], [ -75.165772434109101, 39.972677444952801 ], [ -75.166257978962705, 39.972737677767299 ], [ -75.166381524272296, 39.972753003431798 ], [ -75.166814390308105, 39.973358867529697 ], [ -75.167092419516607, 39.973806908976798 ], [ -75.167127596464397, 39.973863596126897 ], [ -75.167389211896705, 39.974285180224001 ], [ -75.167428648701204, 39.974290181817203 ], [ -75.167733731827397, 39.974328877665997 ], [ -75.167221923590205, 39.973406774662898 ], [ -75.168877407588994, 39.973206307529502 ], [ -75.168996425958596, 39.972710223545697 ], [ -75.169041995498503, 39.972484670409798 ], [ -75.167816976928094, 39.972323396273097 ], [ -75.167862400639194, 39.972097401444898 ], [ -75.167911366876496, 39.971853775972299 ], [ -75.167967188418601, 39.971576040051097 ], [ -75.168030301299595, 39.971262022128897 ], [ -75.167705719737796, 39.971221012049099 ], [ -75.166734708322295, 39.9710936957906 ], [ -75.165988577422297, 39.970998911181503 ], [ -75.165650838283199, 39.9709592117512 ], [ -75.165322293871995, 39.970668365714197 ], [ -75.164949473592003, 39.970338320842501 ], [ -75.164070877132005, 39.969560512670597 ], [ -75.163352777636703, 39.968924771068401 ], [ -75.162500711371806, 39.968190894199402 ], [ -75.162319520098606, 39.968170104122898 ], [ -75.162134835846004, 39.9681489133146 ], [ -75.161940498991598, 39.967979544934302 ], [ -75.161903943392105, 39.968113007019603 ], [ -75.161872716222902, 39.968262408435102 ], [ -75.163249565076796, 39.9694077839155 ], [ -75.164072004970095, 39.970123630737397 ], [ -75.1646142776071, 39.970595610736403 ], [ -75.164932329342903, 39.970872430644697 ], [ -75.165628653754794, 39.971478472802303 ], [ -75.165669695726905, 39.971577965545301 ], [ -75.165781674614394, 39.971849425261397 ], [ -75.1655969010218, 39.971826695725198 ], [ -75.164368297322198, 39.9716755535378 ], [ -75.162796027228794, 39.971474613927498 ], [ -75.162790932282704, 39.971497940793498 ], [ -75.1627057198899, 39.971888029164901 ], [ -75.162648634079304, 39.972169328662503 ], [ -75.1626247701208, 39.972286918324599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 31, "PCPC_NUM": 126, "GLOBALID": "852d168d-7e15-4759-8a9d-89cca94a6ef4", "NAME": "City Avenue\/50th-52nd", "P_DIST": "West Park", "ST_EXT": "City Ave\/50th52nd", "PT_ADD": "5040 City Avenue", "ZIP": 19131, "SURVEY_YEAR": 2011, "GLA": "45,000", "GLA_2003": "37,000", "GLA_1995": "50,000", "COMM_COUNT": 30, "COMM_COUNT_2003": 17, "COMM_COUNT_1995": 22, "OCC_COUNT": 26, "VAC_COUNT": 4, "VAC_RATE": "13.30%", "VAC_RATE_2003": "0.00%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 2, "AGE": 1950, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 5, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 57329.28515625, "Shape__Length": 1451.0301730066001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233027728795804, 39.997792184887103 ], [ -75.231944739068595, 39.998289538990797 ], [ -75.230675142425397, 39.998872567738303 ], [ -75.2292301122542, 39.999536131553 ], [ -75.228144213586404, 40.000034760242997 ], [ -75.228377660658893, 40.000326492526099 ], [ -75.228556823841302, 40.000596930777803 ], [ -75.228947560866999, 40.000413381244897 ], [ -75.231108124107294, 39.999398412581797 ], [ -75.232284336440202, 39.9988458324273 ], [ -75.233428075052302, 39.998308488053503 ], [ -75.233282665942099, 39.998133127343799 ], [ -75.233256724262404, 39.998094819533797 ], [ -75.233249742356804, 39.998084509547901 ], [ -75.233237012560494, 39.998065711411201 ], [ -75.233235279837501, 39.998063153340198 ], [ -75.233230782612097, 39.998056511717799 ], [ -75.233193480201095, 39.998007952872499 ], [ -75.2331292554898, 39.997924348797802 ], [ -75.233083712263493, 39.997865062186001 ], [ -75.233027728795804, 39.997792184887103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 32, "PCPC_NUM": 127, "GLOBALID": "1877dca1-e98a-40c3-900c-cb675da01feb", "NAME": "City Ave and Belmont vicinity", "P_DIST": "West Park", "ST_EXT": "City Ave\/PresidentialConshohocken", "PT_ADD": "4400 City Avenue", "ZIP": 19131, "SURVEY_YEAR": 2011, "GLA": "600,000", "GLA_2003": "420,000", "GLA_1995": "390,000", "COMM_COUNT": 68, "COMM_COUNT_2003": 60, "COMM_COUNT_1995": 58, "OCC_COUNT": 62, "VAC_COUNT": 6, "VAC_RATE": "8.80%", "VAC_RATE_2003": "3.30%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 4, "PHYS_CHAR": 2, "AGE": 1950, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 4, "COND_SUM_1995": "4", "CRM_ORG": "City Ave District", "SS_DIST": "City Ave District", "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 20000, "FY12_15_SBP_TOTAL": 20000.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 486828.81640625, "Shape__Length": 6420.9689524577698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223631736065997, 40.002555871099901 ], [ -75.223373375687601, 40.001611909808297 ], [ -75.223285203727997, 40.001627464767097 ], [ -75.222993908925005, 40.0016762130399 ], [ -75.222698331433804, 40.001725689812197 ], [ -75.222626090960503, 40.001735997100702 ], [ -75.222635206515506, 40.001768268798997 ], [ -75.222652087886502, 40.0019089203916 ], [ -75.222623066021697, 40.002015547951302 ], [ -75.222594440523906, 40.0020816249164 ], [ -75.222495549119401, 40.002188919846901 ], [ -75.222374762228696, 40.0022470778338 ], [ -75.222270457139999, 40.0022873533959 ], [ -75.222072502780705, 40.002309230742704 ], [ -75.221205100410003, 40.002266772376601 ], [ -75.220777720296994, 40.0022362307705 ], [ -75.220731306180497, 40.002237484113103 ], [ -75.220761035527701, 40.002323485263403 ], [ -75.220861370453207, 40.002675247035299 ], [ -75.221025918396705, 40.003200081433398 ], [ -75.220699076923097, 40.003349820472799 ], [ -75.220538978645706, 40.003414789709197 ], [ -75.2206982842646, 40.0039336769117 ], [ -75.219226470079093, 40.004624920505002 ], [ -75.218944267328595, 40.0043244366436 ], [ -75.218644022345401, 40.004104954951202 ], [ -75.218285748507, 40.003957174571902 ], [ -75.217914518408307, 40.0038664405525 ], [ -75.217481050001396, 40.003826470491603 ], [ -75.2171159781104, 40.0038609887688 ], [ -75.216650021173706, 40.003946658531099 ], [ -75.216649917351006, 40.003946677864 ], [ -75.216707542548903, 40.004022673842996 ], [ -75.217112231719796, 40.004481551365402 ], [ -75.217691799500102, 40.005203283338098 ], [ -75.217765097444897, 40.005311226973603 ], [ -75.215776833611997, 40.006244926290599 ], [ -75.214572154245701, 40.006810621254303 ], [ -75.213757192135702, 40.007155123715002 ], [ -75.213568870774097, 40.006802713244802 ], [ -75.213542937823505, 40.006650095618099 ], [ -75.213545868579402, 40.006559888251303 ], [ -75.2137131003294, 40.006055296133802 ], [ -75.214039223143303, 40.005073103931998 ], [ -75.213435389198807, 40.004959198955397 ], [ -75.212724729015505, 40.0048155295379 ], [ -75.212573870592095, 40.0048044395364 ], [ -75.212270414832901, 40.004828754480002 ], [ -75.212056198956603, 40.004893817820403 ], [ -75.211856516332105, 40.004996028682299 ], [ -75.211302368618107, 40.005433826964598 ], [ -75.210809448495695, 40.005830675818601 ], [ -75.210456864188203, 40.006118913670797 ], [ -75.210107976171003, 40.0064005946004 ], [ -75.2099962208394, 40.006526891478501 ], [ -75.209904022593307, 40.0066841540865 ], [ -75.209830934809204, 40.006884319866899 ], [ -75.209757075376402, 40.007012782165098 ], [ -75.209556579337502, 40.0071494940061 ], [ -75.209793059722003, 40.007315247107698 ], [ -75.210519893173696, 40.008210348445402 ], [ -75.210707029832406, 40.008465462283503 ], [ -75.210768586467395, 40.008560546750701 ], [ -75.211118935212099, 40.009018612280599 ], [ -75.214111220482096, 40.007585373388302 ], [ -75.216127009726094, 40.006656827601802 ], [ -75.216602629319695, 40.0072470718193 ], [ -75.218561357945205, 40.006320197517603 ], [ -75.2180966765644, 40.005755289365503 ], [ -75.218687902810302, 40.005468168709697 ], [ -75.221029783848493, 40.004374664536499 ], [ -75.2210298340799, 40.004374731415901 ], [ -75.221538510316506, 40.005011431906802 ], [ -75.225967433490197, 40.002901160084001 ], [ -75.225474149489401, 40.0022952944312 ], [ -75.226755995284094, 40.001680682214797 ], [ -75.226586244286594, 40.001464233853902 ], [ -75.226964569511594, 40.0013066099905 ], [ -75.226780123415097, 40.001076968203002 ], [ -75.226609049328104, 40.000863974011502 ], [ -75.226249039008593, 40.001031032702301 ], [ -75.226416494404504, 40.001247784340002 ], [ -75.223631736065997, 40.002555871099901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 33, "PCPC_NUM": 128, "GLOBALID": "7cb999f1-3ae3-41fa-a7b0-9930f49e44a6", "NAME": "Pathmark Super Center", "P_DIST": "West Park", "ST_EXT": "Monument Rd and Conshohocken Ave", "PT_ADD": "4160 Monument Road", "ZIP": 19131, "SURVEY_YEAR": 2011, "GLA": "60,000", "GLA_2003": "60,000", "GLA_1995": "60,000", "COMM_COUNT": 10, "COMM_COUNT_2003": 10, "COMM_COUNT_1995": 10, "OCC_COUNT": 8, "VAC_COUNT": 2, "VAC_RATE": "20.00%", "VAC_RATE_2003": "0.00%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1980, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 5, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 55979.10546875, "Shape__Length": 989.56680557017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215358126355795, 40.001253571265401 ], [ -75.214445835630798, 40.0014544855674 ], [ -75.213439140485306, 40.001672231470501 ], [ -75.213042673781402, 40.001757982879496 ], [ -75.212639197301201, 40.001845249364401 ], [ -75.212660500421606, 40.001996660351999 ], [ -75.212832287033805, 40.002949562120598 ], [ -75.212891879178798, 40.003280110130397 ], [ -75.214658108333097, 40.002906763784097 ], [ -75.214795646424193, 40.002882211647602 ], [ -75.215358126355795, 40.001253571265401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 34, "PCPC_NUM": 129, "GLOBALID": "4705f31f-aea0-49f3-9603-eaa98272ea3a", "NAME": "Wynnefield Heights", "P_DIST": "West Park", "ST_EXT": "Ford and Cranston, and Conshohocken and Country Club ", "PT_ADD": "3967 Ford Road", "ZIP": 19131, "SURVEY_YEAR": 2011, "GLA": "20,000", "GLA_2003": "10,000", "GLA_1995": "10,000", "COMM_COUNT": 18, "COMM_COUNT_2003": 9, "COMM_COUNT_1995": 9, "OCC_COUNT": 13, "VAC_COUNT": 5, "VAC_RATE": "27.80%", "VAC_RATE_2003": "0.00%", "VAC_RATE_1995": "11.10%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 10, "COND_SUM_1995": "11", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 14051.57421875, "Shape__Length": 680.54104236285696 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.208611490171094, 39.999933101430997 ], [ -75.208618379243703, 39.999934937014203 ], [ -75.208705855050795, 39.999958245299602 ], [ -75.209426217831904, 40.000130258799601 ], [ -75.209547783980796, 40.000156409403701 ], [ -75.209546032615094, 40.000139999446098 ], [ -75.209539087215205, 40.000074915060303 ], [ -75.209698616009803, 39.9996594444492 ], [ -75.208811847197794, 39.999440604537398 ], [ -75.208611490171094, 39.999933101430997 ] ] ], [ [ [ -75.206757138174396, 40.002873310831902 ], [ -75.206860681731897, 40.003346669372903 ], [ -75.207640363158603, 40.003233384208698 ], [ -75.207562969167796, 40.002854007093703 ], [ -75.207542361003703, 40.002753070935903 ], [ -75.206757138174396, 40.002873310831902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 35, "PCPC_NUM": 86, "GLOBALID": "ef63e076-deae-41f3-b1a5-afa38159dc84", "NAME": "36th Street and vicinity", "P_DIST": "University SW", "ST_EXT": "32nd39th\/FilbertSpruce", "PT_ADD": "3600 Chestnut Street", "ZIP": 19104, "SURVEY_YEAR": 2012, "GLA": "275,000", "GLA_2003": "228,000", "GLA_1995": "140,000", "COMM_COUNT": 104, "COMM_COUNT_2003": 93, "COMM_COUNT_1995": 67, "OCC_COUNT": 98, "VAC_COUNT": 6, "VAC_RATE": "5.80%", "VAC_RATE_2003": "7.50%", "VAC_RATE_1995": "6.30%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 2, "STAGE_2003": 2, "STAGE_1995": 4, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 4, "COND_SUM_2003": 6, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 1248314.31640625, "Shape__Length": 4899.4564967409096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191245810308104, 39.956950035016398 ], [ -75.191318579775896, 39.9565947389424 ], [ -75.191587478015904, 39.956635948216601 ], [ -75.191969988523695, 39.956685589978697 ], [ -75.192857466792503, 39.956796840879697 ], [ -75.193195606254505, 39.956839183337301 ], [ -75.193573380331799, 39.956883418922096 ], [ -75.193895981302205, 39.956926424875803 ], [ -75.193896769763398, 39.956926442443198 ], [ -75.193994329704907, 39.956934338394397 ], [ -75.195229518123995, 39.957088199644502 ], [ -75.197759221535804, 39.957405481070701 ], [ -75.199054976286007, 39.9575633385519 ], [ -75.199100603764606, 39.957568896861098 ], [ -75.199479529153905, 39.957563255142198 ], [ -75.199624934096505, 39.956869819202403 ], [ -75.199788207706206, 39.956097198114897 ], [ -75.199943032437901, 39.955350820961598 ], [ -75.200101510239506, 39.954591211600103 ], [ -75.200262768235305, 39.953829800598598 ], [ -75.200527308117302, 39.952704089989197 ], [ -75.200661068443907, 39.952107056008501 ], [ -75.200804342224501, 39.951467544585803 ], [ -75.1992074655153, 39.951266419097799 ], [ -75.199318478152804, 39.950847693382599 ], [ -75.199429489456307, 39.950428966655899 ], [ -75.199474496639098, 39.950348282161499 ], [ -75.199269821113802, 39.950363357812897 ], [ -75.197403493922494, 39.950941495075497 ], [ -75.197246037373304, 39.951030204763597 ], [ -75.195325469484402, 39.9507910354858 ], [ -75.195297453715597, 39.950798534146202 ], [ -75.192588967722102, 39.950455442258303 ], [ -75.191692179927799, 39.950329769987498 ], [ -75.190426874625601, 39.951416717077002 ], [ -75.190425906086702, 39.951351089428002 ], [ -75.1891479981537, 39.950406993137101 ], [ -75.188976820988501, 39.950365544583804 ], [ -75.188558245812004, 39.950316064294697 ], [ -75.1885278983289, 39.950342979155799 ], [ -75.188381960329806, 39.950583037859701 ], [ -75.188321169269599, 39.950639374654003 ], [ -75.188238049398294, 39.9508557509943 ], [ -75.188221621671104, 39.950945687780397 ], [ -75.188193723512697, 39.951080519779701 ], [ -75.188168564423407, 39.951142669062001 ], [ -75.188066412954498, 39.951604446240502 ], [ -75.187980462446802, 39.951722931232403 ], [ -75.187948980029006, 39.951779922430802 ], [ -75.187923632651206, 39.951847083382802 ], [ -75.187917202842598, 39.951879099502001 ], [ -75.187915607458393, 39.951887039604401 ], [ -75.187819200959296, 39.952287480774899 ], [ -75.187782541160502, 39.9524397533647 ], [ -75.187731263714298, 39.952652743734099 ], [ -75.187668959823597, 39.952911528474999 ], [ -75.187638673817702, 39.9530373257791 ], [ -75.187607406951599, 39.953170657933903 ], [ -75.187557555173996, 39.953431340784597 ], [ -75.1875077116282, 39.953691981457098 ], [ -75.187506263948407, 39.953810550787701 ], [ -75.187481143441204, 39.953955199936999 ], [ -75.187435221138401, 39.954216154333899 ], [ -75.187388606964902, 39.954476942794997 ], [ -75.187341182579999, 39.954737536546901 ], [ -75.187292833014595, 39.954997910495202 ], [ -75.187243443467807, 39.955258035044103 ], [ -75.187230480914195, 39.955324668847702 ], [ -75.187480672152901, 39.955354800259002 ], [ -75.188202950641397, 39.955785046190698 ], [ -75.188284916080605, 39.955891777389503 ], [ -75.189320955123094, 39.956429877121501 ], [ -75.189503238935899, 39.9565258116249 ], [ -75.190335523301101, 39.956963322716199 ], [ -75.190864023485304, 39.957229630041702 ], [ -75.191059362303605, 39.957249753132302 ], [ -75.1911730412493, 39.957305331067197 ], [ -75.191245810308104, 39.956950035016398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 36, "PCPC_NUM": 87, "GLOBALID": "9dcca0d6-231e-45f4-ab27-0c43153d200e", "NAME": "40th Street and vicinity", "P_DIST": "University SW", "ST_EXT": "39th42st\/FilbertSpruce", "PT_ADD": "4001 Walnut Street", "ZIP": 19104, "SURVEY_YEAR": 2012, "GLA": "278,000", "GLA_2003": "498,000", "GLA_1995": "285,000", "COMM_COUNT": 119, "COMM_COUNT_2003": 153, "COMM_COUNT_1995": 156, "OCC_COUNT": 108, "VAC_COUNT": 11, "VAC_RATE": "9.20%", "VAC_RATE_2003": "12.00%", "VAC_RATE_1995": "19.20%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 4, "STAGE_2003": 2, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 6, "COND_SUM_1995": "7", "CRM_ORG": "University City District", "SS_DIST": "UCD", "CDC_TAX_CREDIT": "UCD & Partnership", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 1, "FY12_SIP_TOTAL": 12000, "FY13_SIP": 1, "FY13_SIP_TOTAL": 4063, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": 2, "FY15_SIP_TOTAL": 11303, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 2000000.0, "FY08_11_SBP_TOTAL": 4000000.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 634954.6640625, "Shape__Length": 3281.9256089219798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203488244074904, 39.958086925869203 ], [ -75.204221560383601, 39.958174388986897 ], [ -75.205098030450003, 39.958119688305999 ], [ -75.205127026858094, 39.958379068356599 ], [ -75.206173469139102, 39.958237598592603 ], [ -75.206077668626904, 39.957668223074798 ], [ -75.206058279721901, 39.957573390464297 ], [ -75.206197044157193, 39.956892406381002 ], [ -75.2062663783217, 39.956565444054498 ], [ -75.206278556039607, 39.956508020993603 ], [ -75.206305815055003, 39.9563704690812 ], [ -75.2063500519168, 39.9561472513452 ], [ -75.206350450416807, 39.956145238328403 ], [ -75.206131340374498, 39.956119653264501 ], [ -75.206276924714999, 39.955356915519303 ], [ -75.206435702629904, 39.954598054370202 ], [ -75.206674996329994, 39.953456613553499 ], [ -75.206932510047295, 39.952229935896398 ], [ -75.2055853251385, 39.952065531351302 ], [ -75.203086287062007, 39.951754912931499 ], [ -75.200804342224501, 39.951467544585803 ], [ -75.200661068443907, 39.952107056008501 ], [ -75.200527308117302, 39.952704089989197 ], [ -75.200262768235305, 39.953829800598598 ], [ -75.200101510239506, 39.954591211600103 ], [ -75.199943032437901, 39.955350820961598 ], [ -75.199788207706206, 39.956097198114897 ], [ -75.199624934096505, 39.956869819202403 ], [ -75.199479529153905, 39.957563255142198 ], [ -75.199676688606601, 39.957613524582698 ], [ -75.200984392597206, 39.957776799292702 ], [ -75.201836041438895, 39.957880701296197 ], [ -75.202669997951801, 39.957981608291803 ], [ -75.203488244074904, 39.958086925869203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 37, "PCPC_NUM": 134, "GLOBALID": "c91a8615-2b6c-43d8-b1a9-9760ba6d9833", "NAME": "40th and Lancaster", "P_DIST": "West", "ST_EXT": "Lancaster\/Hamilton44th", "PT_ADD": "4061 Lancaster Avenue", "ZIP": 19104, "SURVEY_YEAR": 2017, "GLA": "290,000", "GLA_2003": "446,000", "GLA_1995": "240,000", "COMM_COUNT": 203, "COMM_COUNT_2003": 267, "COMM_COUNT_1995": 244, "OCC_COUNT": 139, "VAC_COUNT": 57, "VAC_RATE": "25.1%\r\n", "VAC_RATE_2003": "39.00%", "VAC_RATE_1995": "24.60%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 10, "COND_SUM_1995": "8", "CRM_ORG": "People's Emergency Center CDC", "SS_DIST": null, "CDC_TAX_CREDIT": "PEC-CDC", "E_ZONES": null, "FY12_MGMT": "TCMP", "FY12_MGMT_AMOUNT": 75000, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 75000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 75000, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": 75000, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": 75000, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": 37200, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 35000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 30000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 30000, "FY11_SIP": 4, "FY11_SIP_TOTAL": 18803, "FY12_SIP": 3, "FY12_SIP_TOTAL": 18779, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 1566800.0, "FY08_11_SBP_TOTAL": 1566800.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": "PEC 3859-61 Lancaster Avenue", "FY16_19_PD": "PEC 3945-49 Lancaster Ave", "Shape__Area": 328056.89453125, "Shape__Length": 4134.4306958228099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199959497930806, 39.962750417921697 ], [ -75.204021829792197, 39.965014453384498 ], [ -75.2115354401666, 39.969733017901198 ], [ -75.2114314686592, 39.969217184447501 ], [ -75.2112768263124, 39.968235854210498 ], [ -75.211226720410494, 39.967826186197897 ], [ -75.205519571875499, 39.964305344520803 ], [ -75.204976866425895, 39.9635951665961 ], [ -75.204439111825593, 39.963638638820001 ], [ -75.203798900635903, 39.963348124701298 ], [ -75.202786129395903, 39.9628848659654 ], [ -75.200173861467405, 39.961433201677899 ], [ -75.198856863070205, 39.960740795116301 ], [ -75.198871708966095, 39.960866692112504 ], [ -75.198931292496198, 39.961337342832998 ], [ -75.198130174803595, 39.961424195954699 ], [ -75.198180323678102, 39.961715751572001 ], [ -75.199959497930806, 39.962750417921697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 38, "PCPC_NUM": 31, "GLOBALID": "c031988c-84ee-4320-bdba-d049a2f6c830", "NAME": "Oregon Ave\/5th-13th", "P_DIST": "South", "ST_EXT": "Oregon Ave\/5th13th ", "PT_ADD": "2664 S. Percy Street", "ZIP": 19148, "SURVEY_YEAR": 2011, "GLA": "45,000", "GLA_2003": "45,000", "GLA_1995": "46,000", "COMM_COUNT": 62, "COMM_COUNT_2003": 63, "COMM_COUNT_1995": 64, "OCC_COUNT": 58, "VAC_COUNT": 4, "VAC_RATE": "6.50%", "VAC_RATE_2003": "5.50%", "VAC_RATE_1995": "4.70%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 7, "COND_SUM_1995": "7", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 208354.69921875, "Shape__Length": 3129.0634097381599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156666574992201, 39.915103086428303 ], [ -75.156666066460403, 39.915105650939502 ], [ -75.156636685059496, 39.915253748220699 ], [ -75.156601887402203, 39.9154012859887 ], [ -75.157634740028598, 39.915531946490503 ], [ -75.157642000619205, 39.915532864809798 ], [ -75.158174766293797, 39.915600655741599 ], [ -75.158182026693098, 39.915601579428099 ], [ -75.158694649438999, 39.915666805088797 ], [ -75.158701908683298, 39.915667728716002 ], [ -75.159201866574705, 39.915731340446399 ], [ -75.159209125832803, 39.915732264041502 ], [ -75.159736449584102, 39.9157993552341 ], [ -75.159743708856695, 39.915800278795302 ], [ -75.160278766889306, 39.915868351318203 ], [ -75.160286028514903, 39.915869274898 ], [ -75.1607379689775, 39.915926771191202 ], [ -75.160745228277307, 39.915927694689003 ], [ -75.161278322678399, 39.9159955127258 ], [ -75.1612855889733, 39.915996437247998 ], [ -75.161842259245603, 39.916067251032203 ], [ -75.161849511595094, 39.916068173401499 ], [ -75.162295926937603, 39.916124960319898 ], [ -75.162303186279701, 39.916125883719097 ], [ -75.162860120659303, 39.9161967264072 ], [ -75.162867371867193, 39.916197648685802 ], [ -75.163408880400496, 39.9162665259785 ], [ -75.163416136265496, 39.916267449228101 ], [ -75.163903122472703, 39.916329389791002 ], [ -75.163910377216297, 39.9163303120827 ], [ -75.164422991142501, 39.916395509889398 ], [ -75.164430251711494, 39.916396433180303 ], [ -75.164956896385107, 39.916463412741201 ], [ -75.164964159306706, 39.916464336051 ], [ -75.165462641869198, 39.9165277310845 ], [ -75.1654699012973, 39.916528654283198 ], [ -75.166001236277594, 39.916596224883399 ], [ -75.166008495720405, 39.916597148048098 ], [ -75.166531797927803, 39.916663694481699 ], [ -75.166539053877599, 39.916664617533698 ], [ -75.167026375335098, 39.916726586498697 ], [ -75.167033637143902, 39.916727509651103 ], [ -75.167570442549504, 39.916795768295003 ], [ -75.167577697358297, 39.916796691255001 ], [ -75.168100623006694, 39.916863182334701 ], [ -75.168107890656103, 39.916864106451101 ], [ -75.168600076759006, 39.916926687284203 ], [ -75.168607339779598, 39.916927610363402 ], [ -75.169138939481201, 39.916995200177801 ], [ -75.169140097013994, 39.9169953469696 ], [ -75.169203164557601, 39.916703638345602 ], [ -75.169245829964396, 39.916506296030697 ], [ -75.169272371182103, 39.916389458702497 ], [ -75.169363019999594, 39.9159904039659 ], [ -75.169363194153405, 39.915989638418701 ], [ -75.168712805805896, 39.9159059914587 ], [ -75.168705522361705, 39.915905054408803 ], [ -75.167691035000701, 39.915774573580201 ], [ -75.1676837830137, 39.915773640777303 ], [ -75.167033567633993, 39.915690006117103 ], [ -75.167026308684598, 39.915689072214398 ], [ -75.166373736967103, 39.915605131110098 ], [ -75.166366480374094, 39.9156041972183 ], [ -75.165351401164699, 39.9154736181818 ], [ -75.165344149241804, 39.915472685231002 ], [ -75.164646997861198, 39.915382997981702 ], [ -75.164639736639302, 39.9153820638751 ], [ -75.163959328847398, 39.915294526769102 ], [ -75.163952068813401, 39.915293592645298 ], [ -75.162930698332801, 39.915162181515001 ], [ -75.162923446476398, 39.915161248411103 ], [ -75.162284352289703, 39.915079016036401 ], [ -75.162277093470706, 39.915078081833101 ], [ -75.161634362111101, 39.914995378073101 ], [ -75.161627089315203, 39.9149944426117 ], [ -75.160618175130793, 39.914864611887403 ], [ -75.160610918695795, 39.914863677631303 ], [ -75.159967067748696, 39.914780820215398 ], [ -75.159959813635496, 39.914779886871301 ], [ -75.1593387407177, 39.9146999569912 ], [ -75.159331479641494, 39.914699022548497 ], [ -75.158777774423996, 39.914627759607903 ], [ -75.158770521512494, 39.914626826214999 ], [ -75.158216794192001, 39.914555557336698 ], [ -75.158209541295903, 39.914554623908302 ], [ -75.157604645644398, 39.9144767657858 ], [ -75.157597393934196, 39.914475832345097 ], [ -75.157187474234107, 39.914421268557 ], [ -75.157103827408406, 39.9148098397689 ], [ -75.157080547126498, 39.914920684630999 ], [ -75.156711058094004, 39.914878871142399 ], [ -75.156666574992201, 39.915103086428303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 39, "PCPC_NUM": 310, "GLOBALID": "3caebeca-52c4-4462-b263-5baea75fcf07", "NAME": "Fox Chase", "P_DIST": "Central NE", "ST_EXT": "RockwellFillmore\/DaltonHartel", "PT_ADD": "7980 Oxford Ave", "ZIP": 19111, "SURVEY_YEAR": 2012, "GLA": "100,000", "GLA_2003": "122,000", "GLA_1995": "120,000", "COMM_COUNT": 64, "COMM_COUNT_2003": 62, "COMM_COUNT_1995": 61, "OCC_COUNT": 61, "VAC_COUNT": 3, "VAC_RATE": "4.70%", "VAC_RATE_2003": "0.00%", "VAC_RATE_1995": "4.90%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1920, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 5, "COND_SUM_2003": 7, "COND_SUM_1995": "6", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 2, "FY12_SIP_TOTAL": 17300, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": 1, "FY14_SIP_TOTAL": 5300, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 246000, "FY12_15_SBP_TOTAL": 1146000.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 200254.53125, "Shape__Length": 2996.2230604239398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.084671172021402, 40.0777662812974 ], [ -75.0849588793224, 40.077467680686503 ], [ -75.086130975632003, 40.078572631969102 ], [ -75.086450677919302, 40.078263928959302 ], [ -75.086949455443502, 40.078668593005503 ], [ -75.0872799627398, 40.078314308796003 ], [ -75.086460173816803, 40.077632521525402 ], [ -75.085679147149094, 40.076982953847299 ], [ -75.085653832579794, 40.076616185216103 ], [ -75.085819966766493, 40.0764336484864 ], [ -75.086048219175595, 40.076182858182896 ], [ -75.085564337110696, 40.075977279099703 ], [ -75.085364489006693, 40.075892371343897 ], [ -75.085109964509996, 40.074161279683302 ], [ -75.084936866634607, 40.072983939228102 ], [ -75.084863761719703, 40.0721011107712 ], [ -75.084439947002593, 40.071986642605403 ], [ -75.084265058610598, 40.071003693680098 ], [ -75.084247532639097, 40.071133694100403 ], [ -75.084212176816806, 40.071395602587401 ], [ -75.084176701485106, 40.071657501085099 ], [ -75.084141038892795, 40.071919382615697 ], [ -75.084105119014694, 40.072181238345898 ], [ -75.084068875304496, 40.072443060424803 ], [ -75.084032237734903, 40.072704840019199 ], [ -75.083995137378807, 40.072966570123498 ], [ -75.083957507722104, 40.0732282419862 ], [ -75.0839192775627, 40.073489846746398 ], [ -75.083880379141902, 40.073751377425602 ], [ -75.083840738947401, 40.074012824208602 ], [ -75.083799418347695, 40.074274105849298 ], [ -75.083755989432802, 40.074535187189703 ], [ -75.083710813207304, 40.074796103634696 ], [ -75.083700135789201, 40.074855909071502 ], [ -75.082732864703999, 40.074737877506401 ], [ -75.082644162686606, 40.0753024040404 ], [ -75.082502975546205, 40.076570077792297 ], [ -75.082198595057605, 40.0768980475316 ], [ -75.083179178288802, 40.077119018928201 ], [ -75.083282648041205, 40.077142334754903 ], [ -75.084671172021402, 40.0777662812974 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 40, "PCPC_NUM": 324, "GLOBALID": "5d755646-b45d-4a48-9dbb-8536c1a1beff", "NAME": "Cottman and the Boulevard", "P_DIST": "Central NE", "ST_EXT": "BoulevardLoretto\/OakmontSt. Vincent", "PT_ADD": "2201Cottman Ave", "ZIP": 19152, "SURVEY_YEAR": 2012, "GLA": "1,600,000", "GLA_2003": "1,295,000", "GLA_1995": "1,245,000", "COMM_COUNT": 209, "COMM_COUNT_2003": 231, "COMM_COUNT_1995": 233, "OCC_COUNT": 175, "VAC_COUNT": 34, "VAC_RATE": "16.30%", "VAC_RATE_2003": "6.50%", "VAC_RATE_1995": "9.40%", "CORRIDOR_TYPE": 4, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": 5, "COND_SUM_1995": "4", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 924764.40234375, "Shape__Length": 6264.6695701909903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.064346004710998, 40.053066138162897 ], [ -75.065199047170694, 40.0535545120214 ], [ -75.0656479192793, 40.0530530411801 ], [ -75.065850976396106, 40.0528832229881 ], [ -75.065941741180794, 40.052822180501302 ], [ -75.066040148932998, 40.052795974218697 ], [ -75.0663183524956, 40.052759126994602 ], [ -75.066818265827607, 40.052200239496798 ], [ -75.067392067328498, 40.052515783683099 ], [ -75.067519076770495, 40.052378473326002 ], [ -75.067726082026098, 40.052154676213 ], [ -75.068039823834596, 40.051822083800197 ], [ -75.068070436519804, 40.051789632002702 ], [ -75.067924998075398, 40.051708850583402 ], [ -75.067924965952201, 40.0517088327137 ], [ -75.066858912236398, 40.051117149835299 ], [ -75.067151228784397, 40.050809824740803 ], [ -75.067710640203202, 40.050221683345903 ], [ -75.068305994456693, 40.049595737293501 ], [ -75.068220933472105, 40.049549186042299 ], [ -75.067875186665106, 40.049359969464497 ], [ -75.067473172350802, 40.049145048465903 ], [ -75.065965999816001, 40.050663375395303 ], [ -75.065693848249495, 40.050511522384902 ], [ -75.0651311407386, 40.050197542109998 ], [ -75.064477126327404, 40.049832606847602 ], [ -75.064740232419993, 40.0495535328728 ], [ -75.064633499068407, 40.0494883397132 ], [ -75.064092476216103, 40.049189168596399 ], [ -75.064020758441302, 40.049149107290397 ], [ -75.063399878036293, 40.048802286219399 ], [ -75.062975883702805, 40.048546826865802 ], [ -75.062005898319697, 40.047962390546303 ], [ -75.0613647108148, 40.047576051335703 ], [ -75.060815936330499, 40.0472559207671 ], [ -75.060154166831893, 40.046890240167002 ], [ -75.060716927002701, 40.045373919841197 ], [ -75.060534688366602, 40.045273444129201 ], [ -75.060472810864098, 40.045334590050203 ], [ -75.059058835959704, 40.046741975153402 ], [ -75.058679830553004, 40.046527218945499 ], [ -75.058016922902596, 40.046151587419097 ], [ -75.057340571746394, 40.045768330181502 ], [ -75.056666548937102, 40.045386383932303 ], [ -75.0560016650509, 40.0450096090389 ], [ -75.055528833234206, 40.044741660217703 ], [ -75.055976745028104, 40.044314144857701 ], [ -75.055495094674498, 40.044045789816401 ], [ -75.055396735149799, 40.043982573555802 ], [ -75.055185666340705, 40.044180392649501 ], [ -75.054649700194403, 40.044654428735598 ], [ -75.052458525186694, 40.046741442917401 ], [ -75.0533342717317, 40.0472303194923 ], [ -75.055034453448499, 40.048180988801697 ], [ -75.056657841641396, 40.049093326368201 ], [ -75.058108669649698, 40.049875902473197 ], [ -75.057624305347105, 40.050418876501197 ], [ -75.057157274881206, 40.050963487602502 ], [ -75.056571909945703, 40.051616616184702 ], [ -75.058869596740706, 40.0528821179457 ], [ -75.059473246836802, 40.052259207365502 ], [ -75.060062370842601, 40.051638944291597 ], [ -75.060656258521803, 40.051008234210599 ], [ -75.062427346892804, 40.051999942882198 ], [ -75.064346004710998, 40.053066138162897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 41, "PCPC_NUM": 328, "GLOBALID": "b29b0b20-91b4-4721-bf58-4e8923865618", "NAME": "Roosevelt\/Cottman-Tyson", "P_DIST": "N Delaware", "ST_EXT": "BrousBoulevard\/TeesdaleTyson", "PT_ADD": "7201 Roosevelt Blvd", "ZIP": 19149, "SURVEY_YEAR": 2012, "GLA": "254,000", "GLA_2003": "287,000", "GLA_1995": "235,000", "COMM_COUNT": 62, "COMM_COUNT_2003": 64, "COMM_COUNT_1995": 46, "OCC_COUNT": 57, "VAC_COUNT": 5, "VAC_RATE": "8.10%", "VAC_RATE_2003": "6.30%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": 5, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 192583.1875, "Shape__Length": 2840.62978531103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.056268031677206, 40.0390097833913 ], [ -75.055943310146802, 40.039363823157601 ], [ -75.056904742753005, 40.039916452610299 ], [ -75.056340098267199, 40.040496140369498 ], [ -75.055360942258702, 40.039986769642503 ], [ -75.055058494795304, 40.040288786014699 ], [ -75.053867967017695, 40.041554267670499 ], [ -75.054759521020003, 40.042054902321297 ], [ -75.053115771010894, 40.043773583554596 ], [ -75.052229965063404, 40.043280545627603 ], [ -75.051722869441406, 40.043805494279603 ], [ -75.051553950271497, 40.043978208110801 ], [ -75.052381411060594, 40.044459645040803 ], [ -75.053331733556604, 40.045012551415603 ], [ -75.054064728438505, 40.044334842471201 ], [ -75.0542986703162, 40.044138883972003 ], [ -75.055700510077997, 40.042852966917799 ], [ -75.055844077737305, 40.042652591549199 ], [ -75.058420251784895, 40.0402472805239 ], [ -75.058067476457197, 40.0400523093437 ], [ -75.056268031677206, 40.0390097833913 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 42, "PCPC_NUM": 4, "GLOBALID": "5969c6f3-2a4a-4960-b423-4217ca97b9fe", "NAME": "Callowhill West", "P_DIST": "Central", "ST_EXT": "16th to 22nd\/Buttonwood to Vine", "PT_ADD": "1901 Callowhill Street", "ZIP": 19130, "SURVEY_YEAR": 2012, "GLA": "130,000", "GLA_2003": null, "GLA_1995": "35,000", "COMM_COUNT": 42, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 14, "OCC_COUNT": 37, "VAC_COUNT": 5, "VAC_RATE": "11.90%", "VAC_RATE_2003": null, "VAC_RATE_1995": "7.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1980, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 5, "COND_SUM_2003": null, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 606749.9296875, "Shape__Length": 3315.3191748627801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165640529094006, 39.958321711572601 ], [ -75.165612109813296, 39.958439216175897 ], [ -75.165589560602399, 39.958532447193903 ], [ -75.165442381779997, 39.9592450265379 ], [ -75.1653771619944, 39.959609849023401 ], [ -75.1652986488143, 39.960021754620001 ], [ -75.165124173377905, 39.960825071809701 ], [ -75.164977766501906, 39.961485531746 ], [ -75.164851445310106, 39.9620907144866 ], [ -75.166417735191501, 39.962283469834603 ], [ -75.167439603974103, 39.962409214472402 ], [ -75.1679887740342, 39.962471915328102 ], [ -75.169552042851905, 39.962672926332502 ], [ -75.169975455796205, 39.962736860801101 ], [ -75.170751794343204, 39.962831432839302 ], [ -75.171132538270498, 39.962879000026703 ], [ -75.173041453112504, 39.9631174642197 ], [ -75.174636194133896, 39.963316655108201 ], [ -75.174703722411095, 39.963027691481798 ], [ -75.174773703987995, 39.962713593272198 ], [ -75.175026983223901, 39.961576767462901 ], [ -75.175063039984806, 39.9613443828462 ], [ -75.175090537855198, 39.961185448622103 ], [ -75.175153967476803, 39.960936802346303 ], [ -75.175240035818902, 39.960550264022501 ], [ -75.175389581932194, 39.9598991207206 ], [ -75.175457174686002, 39.959593728252003 ], [ -75.175457289221399, 39.959593177600397 ], [ -75.175450521498405, 39.959592285997203 ], [ -75.174388629013706, 39.959458978468 ], [ -75.174042332705199, 39.959420794426102 ], [ -75.173853766341296, 39.959392236645598 ], [ -75.173712290730094, 39.959370810655898 ], [ -75.173364523014797, 39.959336897451699 ], [ -75.172894126424595, 39.959273379334903 ], [ -75.172894042536399, 39.9592733684404 ], [ -75.172422325834404, 39.959208034708901 ], [ -75.172420902249101, 39.959207845047601 ], [ -75.172257189449397, 39.959186078917902 ], [ -75.172141938804003, 39.959172352809503 ], [ -75.172131306336993, 39.959171086745997 ], [ -75.171966163733899, 39.959150379197602 ], [ -75.170374718864593, 39.958950812064899 ], [ -75.170374175833999, 39.958950743991899 ], [ -75.169603862812593, 39.958854412676999 ], [ -75.168804924374498, 39.9587584880964 ], [ -75.168793525490997, 39.9587571197819 ], [ -75.167212804350697, 39.958551251532199 ], [ -75.167206180304007, 39.958550466289402 ], [ -75.166359304098805, 39.958450059280999 ], [ -75.165648424322598, 39.958321889424802 ], [ -75.165640710211804, 39.958320951591098 ], [ -75.165640529094006, 39.958321711572601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 43, "PCPC_NUM": 5, "GLOBALID": "945f2348-8a5a-4cae-b75a-484c198cef72", "NAME": "Chinatown", "P_DIST": "Central", "ST_EXT": "8th11th\/VineArch", "PT_ADD": "132 N. 10th Street", "ZIP": 19107, "SURVEY_YEAR": 2012, "GLA": "450,000", "GLA_2003": "522,948", "GLA_1995": "315,000", "COMM_COUNT": 220, "COMM_COUNT_2003": 257, "COMM_COUNT_1995": 172, "OCC_COUNT": 199, "VAC_COUNT": 21, "VAC_RATE": "9.50%", "VAC_RATE_2003": "7.80%", "VAC_RATE_1995": "13.30%", "CORRIDOR_TYPE": 6, "PHYS_CHAR": 1, "AGE": 1890, "STAGE": 2, "STAGE_2003": 4, "STAGE_1995": 2, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": 6, "COND_SUM_1995": "5", "CRM_ORG": "Philadelphia Chinatown Development Corp.", "SS_DIST": null, "CDC_TAX_CREDIT": "CPDC", "E_ZONES": null, "FY12_MGMT": "Main Street Program", "FY12_MGMT_AMOUNT": 50000, "FY13_MGMT": "Main Street Program", "FY13_MGMT_AMOUNT": 50000, "FY14_MGMT": "Main Street Program", "FY14_MGMT_AMOUNT": 50000, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": 59538, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 56000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 56000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 56000, "FY11_SIP": 1, "FY11_SIP_TOTAL": 2500, "FY12_SIP": 3, "FY12_SIP_TOTAL": 22520, "FY13_SIP": 4, "FY13_SIP_TOTAL": 33900, "FY14_SIP": 4, "FY14_SIP_TOTAL": 33900, "FY15_SIP": 1, "FY15_SIP_TOTAL": 7800, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": 1, "FY15_IS_AMOUNT": 50000, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 2739750, "FY12_15_SBP_TOTAL": 5623416.667, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": "Eastern Tower Development Planning", "FY12_15_PD": null, "FY16_19_PD": "Eastern Tower ", "Shape__Area": 253374.25, "Shape__Length": 2011.46456438869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157176084363101, 39.956997680680402 ], [ -75.1571736252546, 39.956943847821798 ], [ -75.157202484282706, 39.956823441034103 ], [ -75.157334726571307, 39.956208863657402 ], [ -75.157334280328101, 39.956198865784401 ], [ -75.157343089671002, 39.9561576856063 ], [ -75.157373586047399, 39.956015125512103 ], [ -75.157407275680299, 39.955870186807601 ], [ -75.157471868465393, 39.9555802977643 ], [ -75.157574302869094, 39.955082585308297 ], [ -75.157667180387705, 39.954680844132199 ], [ -75.157742647165307, 39.954349443012397 ], [ -75.157866070061203, 39.953757535559603 ], [ -75.156293652848404, 39.953555498934897 ], [ -75.155601840853706, 39.9534709975254 ], [ -75.154719287324397, 39.953357551973902 ], [ -75.153146509736501, 39.953162815067301 ], [ -75.153033135250595, 39.953660590153397 ], [ -75.152945123703006, 39.9540788549144 ], [ -75.152737417345705, 39.955018040075302 ], [ -75.152708490261006, 39.955078540068698 ], [ -75.152694568159404, 39.955161086244601 ], [ -75.152685628245706, 39.955324535154098 ], [ -75.152678981992906, 39.955498394116098 ], [ -75.152498120098699, 39.956262408611202 ], [ -75.152524144381999, 39.956381428786301 ], [ -75.152568416164897, 39.956420355985102 ], [ -75.152719028156099, 39.956440019420597 ], [ -75.153042180885805, 39.956458170773601 ], [ -75.153166347175699, 39.956504994472603 ], [ -75.153896990810395, 39.9565808522905 ], [ -75.155576026875096, 39.956788503127697 ], [ -75.157176084363101, 39.956997680680402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 44, "PCPC_NUM": 51, "GLOBALID": "273d0c2c-7146-4d60-890d-015da171bcba", "NAME": "Broad and Washington", "P_DIST": "South", "ST_EXT": "12th16th\/CatharineWharton", "PT_ADD": "1001 S. Broad Street", "ZIP": 19147, "SURVEY_YEAR": 2012, "GLA": "330,000", "GLA_2003": "364,618", "GLA_1995": "80,000", "COMM_COUNT": 94, "COMM_COUNT_2003": 103, "COMM_COUNT_1995": 14, "OCC_COUNT": 65, "VAC_COUNT": 29, "VAC_RATE": "30.90%", "VAC_RATE_2003": "12.60%", "VAC_RATE_1995": "14.30%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1900, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 4, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 9, "COND_SUM_2003": 8, "COND_SUM_1995": "s", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 771889.75, "Shape__Length": 3537.0986883650698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1637776699733, 39.934028519647697 ], [ -75.163760184727295, 39.934128768014503 ], [ -75.163704502327406, 39.934376720043304 ], [ -75.163678033997996, 39.934517009736602 ], [ -75.163552122596201, 39.9350744224447 ], [ -75.163439147034197, 39.935605362096403 ], [ -75.163323221517601, 39.936123595673003 ], [ -75.163241331427301, 39.936505044885301 ], [ -75.163165084343305, 39.9368695218377 ], [ -75.163039924195203, 39.937415613602099 ], [ -75.162895022636505, 39.9380730185038 ], [ -75.162872292965801, 39.938195359451498 ], [ -75.162778511346005, 39.938615581259299 ], [ -75.162654811129798, 39.939180068389497 ], [ -75.162636630414795, 39.939282303014103 ], [ -75.162575997545005, 39.939576560678802 ], [ -75.162490314609997, 39.939960258490501 ], [ -75.162402610143403, 39.940352170273997 ], [ -75.162402581988303, 39.9403522948801 ], [ -75.163306245873699, 39.940463248001699 ], [ -75.163972525418998, 39.940545049628298 ], [ -75.164787065649307, 39.940648347409699 ], [ -75.164801219371597, 39.940650142297002 ], [ -75.164987965868704, 39.940673824132801 ], [ -75.165403975699306, 39.940730906468403 ], [ -75.165435504605, 39.9407352327297 ], [ -75.166061866467004, 39.940809032490201 ], [ -75.166207611164594, 39.940822981164899 ], [ -75.166804161280197, 39.9408997886027 ], [ -75.1669072837839, 39.940913235944898 ], [ -75.167808742262494, 39.941019339929802 ], [ -75.168414303174103, 39.941098697933697 ], [ -75.168850411469194, 39.941153070075501 ], [ -75.168963538355598, 39.941161549944397 ], [ -75.169367508950799, 39.941205442505201 ], [ -75.169369594461401, 39.941205668730603 ], [ -75.169388433398694, 39.941220952139702 ], [ -75.169467617712399, 39.940845261603997 ], [ -75.169551774916201, 39.940441637019802 ], [ -75.169660835519906, 39.939953441165599 ], [ -75.169758534492203, 39.9394758567786 ], [ -75.169823067768107, 39.939189522594901 ], [ -75.169908262946294, 39.9388115082022 ], [ -75.169921067251195, 39.938744630089801 ], [ -75.169967393254396, 39.938502663098497 ], [ -75.170013784468395, 39.938321251167302 ], [ -75.170020764166793, 39.938296090559099 ], [ -75.170027421092001, 39.9382720940091 ], [ -75.170086275788805, 39.938001346582197 ], [ -75.170131267632399, 39.937794372882799 ], [ -75.170251138590999, 39.9372786081803 ], [ -75.170354927723494, 39.936763309700297 ], [ -75.170457440761496, 39.936241624894997 ], [ -75.1705684147867, 39.935785775557399 ], [ -75.170643025026294, 39.935386676840103 ], [ -75.1707319326012, 39.935033989243301 ], [ -75.170831931266306, 39.934572185863097 ], [ -75.170343646422097, 39.934507669002699 ], [ -75.169952421577406, 39.934457263070001 ], [ -75.169248412737304, 39.934372086180097 ], [ -75.168471056489096, 39.934269984405198 ], [ -75.167642926729101, 39.934159729551901 ], [ -75.167518836540395, 39.934146907025102 ], [ -75.167321463433396, 39.934120145105197 ], [ -75.166617199681099, 39.934027765076699 ], [ -75.166378202200704, 39.933998637565999 ], [ -75.165983386573103, 39.933943476114301 ], [ -75.165930345946094, 39.933937554276703 ], [ -75.165434133632303, 39.933880435958301 ], [ -75.164934447730403, 39.933810592312099 ], [ -75.163865573270897, 39.933672329722803 ], [ -75.1637776699733, 39.934028519647697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 45, "PCPC_NUM": 54, "GLOBALID": "e939de5b-7a7a-420d-939b-8dce503a67f1", "NAME": "South Street\/16th-21st", "P_DIST": "Central", "ST_EXT": "16th21st\/LombardBainbridge", "PT_ADD": "1743 South Street", "ZIP": 19146, "SURVEY_YEAR": 2012, "GLA": "60,000", "GLA_2003": "65,064", "GLA_1995": "50,000", "COMM_COUNT": 57, "COMM_COUNT_2003": 68, "COMM_COUNT_1995": 67, "OCC_COUNT": 49, "VAC_COUNT": 8, "VAC_RATE": "14.00%", "VAC_RATE_2003": "29.40%", "VAC_RATE_1995": "28.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1840, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 4, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 5, "COND_SUM_2003": 6, "COND_SUM_1995": "7", "CRM_ORG": "SOSNA, South St West BA", "SS_DIST": null, "CDC_TAX_CREDIT": "SOSNA", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 2, "FY11_SIP_TOTAL": 16000, "FY12_SIP": 5, "FY12_SIP_TOTAL": 34913, "FY13_SIP": 3, "FY13_SIP_TOTAL": 22000, "FY14_SIP": 1, "FY14_SIP_TOTAL": 6522, "FY15_SIP": 3, "FY15_SIP_TOTAL": 25572, "FY14_IS": 1, "FY14_IS_AMOUNT": 29700, "FY15_IS": 1, "FY15_IS_AMOUNT": 49874, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 256366.625, "Shape__Length": 2405.26755041259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168863053027806, 39.943627571889301 ], [ -75.1687949138405, 39.943925658480502 ], [ -75.168764273117901, 39.944059697737401 ], [ -75.168742717127301, 39.944163508745802 ], [ -75.168698113517095, 39.944378313416301 ], [ -75.168671826453107, 39.944486543743899 ], [ -75.168646903338697, 39.944589158100598 ], [ -75.168634692193706, 39.944639434745604 ], [ -75.168538873336999, 39.945065058693899 ], [ -75.168542361441595, 39.9450655291377 ], [ -75.168544696523199, 39.945065844786697 ], [ -75.1701070649504, 39.945276640957701 ], [ -75.171696385002406, 39.945465782623501 ], [ -75.173264498167001, 39.9456510288571 ], [ -75.174039342629897, 39.945759213280702 ], [ -75.174841327104502, 39.945851633016098 ], [ -75.176750451806399, 39.946099134771302 ], [ -75.176819802642896, 39.9458228380498 ], [ -75.176861697468496, 39.945616156619103 ], [ -75.176926275205403, 39.945375431978299 ], [ -75.176988035844005, 39.945089419587703 ], [ -75.177087451816703, 39.944634384820098 ], [ -75.177171363081101, 39.944219019787099 ], [ -75.175243892943797, 39.943978593179303 ], [ -75.173670323572296, 39.943784526177801 ], [ -75.172107360824299, 39.943586139170797 ], [ -75.171029486387695, 39.943449537883303 ], [ -75.1705354425211, 39.943389406080101 ], [ -75.169999899851106, 39.9433197529127 ], [ -75.169731947904197, 39.943286933736097 ], [ -75.169341431842696, 39.943234821860401 ], [ -75.1689599566417, 39.943194053137503 ], [ -75.168863053027806, 39.943627571889301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 46, "PCPC_NUM": 55, "GLOBALID": "0683adc6-f241-40c7-870d-22550c6ebd65", "NAME": "South and Grays Ferry", "P_DIST": "Central", "ST_EXT": "21st to 25th\/PineFitzwater", "PT_ADD": "2229 Grays Ferry Avenue", "ZIP": 19146, "SURVEY_YEAR": 2012, "GLA": "90,000", "GLA_2003": "69,200", "GLA_1995": "40,000", "COMM_COUNT": 53, "COMM_COUNT_2003": 41, "COMM_COUNT_1995": 34, "OCC_COUNT": 42, "VAC_COUNT": 11, "VAC_RATE": "20.80%", "VAC_RATE_2003": "15.00%", "VAC_RATE_1995": "41.20%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1840, "STAGE": 2, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 5, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 165624.16015625, "Shape__Length": 2207.8601130039901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176926275205403, 39.945375431978299 ], [ -75.178103872103407, 39.945525092666998 ], [ -75.1780537080583, 39.9457642885897 ], [ -75.178009952963393, 39.945972923504698 ], [ -75.177955038666099, 39.946234767950699 ], [ -75.177898162520194, 39.946505968648999 ], [ -75.177764087625803, 39.947145261446103 ], [ -75.178159170691103, 39.947199832278201 ], [ -75.178754479297396, 39.947268808480302 ], [ -75.179324239146695, 39.947340552655 ], [ -75.180331728684095, 39.947464747535498 ], [ -75.1806435536257, 39.947504256438798 ], [ -75.180738158786397, 39.947054347919199 ], [ -75.1808340103875, 39.946598499863804 ], [ -75.180931714658698, 39.9461338354037 ], [ -75.180989111153906, 39.945860864733298 ], [ -75.181812846042803, 39.945967912663697 ], [ -75.181882601301595, 39.945700497360797 ], [ -75.1812125179449, 39.945614397636803 ], [ -75.181405114020393, 39.944737548572903 ], [ -75.180952800982894, 39.944679257907303 ], [ -75.181007384292798, 39.9444037509639 ], [ -75.180474546033594, 39.944341072489799 ], [ -75.179316513000799, 39.944204842518602 ], [ -75.179265080214407, 39.944198791895701 ], [ -75.179233970395998, 39.9441962908192 ], [ -75.179279559263094, 39.943978226101599 ], [ -75.179316143720001, 39.943803235171004 ], [ -75.179380952902306, 39.9434932357481 ], [ -75.179352878433093, 39.943489689973802 ], [ -75.178972756959396, 39.943441689554199 ], [ -75.178905729607095, 39.9437506794877 ], [ -75.178860987295707, 39.943926108241698 ], [ -75.178768138193703, 39.944409983302101 ], [ -75.178668851533303, 39.944832364079701 ], [ -75.177087451816703, 39.944634384820098 ], [ -75.176988035844005, 39.945089419587703 ], [ -75.176926275205403, 39.945375431978299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 47, "PCPC_NUM": 6, "GLOBALID": "1f9f7c8b-befd-4f5c-8378-e3955f19d9ba", "NAME": "Old City", "P_DIST": "Central", "ST_EXT": "Front6th\/VineLocust", "PT_ADD": "255 Market Street", "ZIP": 19106, "SURVEY_YEAR": 2012, "GLA": "615,000", "GLA_2003": null, "GLA_1995": "600,000", "COMM_COUNT": 395, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 385, "OCC_COUNT": 323, "VAC_COUNT": 72, "VAC_RATE": "18.20%", "VAC_RATE_2003": null, "VAC_RATE_1995": "19.70%", "CORRIDOR_TYPE": 6, "PHYS_CHAR": 1, "AGE": 1800, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 5, "COND_SUM_2003": null, "COND_SUM_1995": "5", "CRM_ORG": "Old City District", "SS_DIST": "Old City Special Services District", "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 4, "FY12_SIP_TOTAL": 38715, "FY13_SIP": 1, "FY13_SIP_TOTAL": 15000, "FY14_SIP": 1, "FY14_SIP_TOTAL": 700, "FY15_SIP": 12, "FY15_SIP_TOTAL": 86758, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 884750, "FY12_15_SBP_TOTAL": 1001416.667, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 1390648.18359375, "Shape__Length": 4951.3951196219296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141588551094102, 39.953775335223099 ], [ -75.1416069596836, 39.9540500045022 ], [ -75.141612446870099, 39.954192064732602 ], [ -75.141613393751996, 39.9542165913874 ], [ -75.141617076933102, 39.9543119267897 ], [ -75.141628289144194, 39.955288632146399 ], [ -75.141608121748305, 39.955530970482499 ], [ -75.1419128362284, 39.955547359147303 ], [ -75.141982075336202, 39.955555647662699 ], [ -75.142522957953204, 39.955620393968097 ], [ -75.142979557901896, 39.955676257494098 ], [ -75.143386852695699, 39.955730834020798 ], [ -75.144019895363002, 39.955810352680103 ], [ -75.144449112296897, 39.955864266467103 ], [ -75.144873443321003, 39.9559140166863 ], [ -75.145237248224504, 39.955956668682902 ], [ -75.146026192492698, 39.956057326331504 ], [ -75.146825901698506, 39.956155398072497 ], [ -75.147371092410197, 39.956225391832398 ], [ -75.147459043902899, 39.956221351179202 ], [ -75.147519021939701, 39.956230710182297 ], [ -75.147622414067797, 39.956246843948101 ], [ -75.148411432387803, 39.956339096412997 ], [ -75.149082068621098, 39.956570436073697 ], [ -75.149133624740898, 39.956200499688897 ], [ -75.149350046725601, 39.955245030569998 ], [ -75.149436074153201, 39.955034675042803 ], [ -75.149497728377497, 39.954762356992497 ], [ -75.149512607862405, 39.954653397773498 ], [ -75.149928085976697, 39.952766822852098 ], [ -75.150378136954302, 39.950743372454902 ], [ -75.150598188356, 39.9497512087557 ], [ -75.150671834526605, 39.949426634311202 ], [ -75.150769901475599, 39.949232989951199 ], [ -75.150939405242696, 39.948473287962997 ], [ -75.151106683468598, 39.947720957980003 ], [ -75.151253119876401, 39.947017801858401 ], [ -75.151375659966206, 39.9464425852304 ], [ -75.149794860453099, 39.946244084774499 ], [ -75.148208939459906, 39.946052834534299 ], [ -75.147856829399402, 39.945996237078703 ], [ -75.147443516129997, 39.945942531533902 ], [ -75.146639870207196, 39.945838101808697 ], [ -75.146747546281205, 39.945343165420503 ], [ -75.145692179882204, 39.945206030903101 ], [ -75.145540883763005, 39.945186370927701 ], [ -75.144806456870697, 39.945090931410199 ], [ -75.143879265987394, 39.944967232251003 ], [ -75.1437901447363, 39.945347686900099 ], [ -75.1431084522861, 39.945264363198604 ], [ -75.142882195452103, 39.946314787047598 ], [ -75.142809482909001, 39.946650693547603 ], [ -75.142669638636903, 39.947264139800403 ], [ -75.142570964598093, 39.947711704604401 ], [ -75.142471866407007, 39.948133192212097 ], [ -75.142468456804394, 39.948183788235703 ], [ -75.142460320704103, 39.948247301102803 ], [ -75.1423003783529, 39.948991225020599 ], [ -75.142150120724907, 39.949683153774203 ], [ -75.142084131847795, 39.9499337012209 ], [ -75.141767799713406, 39.949893222525901 ], [ -75.1415045363308, 39.951388609393803 ], [ -75.141472132739693, 39.951707226704698 ], [ -75.141458417127893, 39.952177075021801 ], [ -75.1414848513095, 39.952576869028697 ], [ -75.141546955837995, 39.953361141478403 ], [ -75.141583141612898, 39.953694624715801 ], [ -75.141588551094102, 39.953775335223099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 48, "PCPC_NUM": 66, "GLOBALID": "d95185d4-9b5a-4246-8e70-c1a56a10d4bb", "NAME": "Woodland Avenue", "P_DIST": "Lower SW", "ST_EXT": "Woodland\/58th68th", "PT_ADD": "6200 Woodland Avenue", "ZIP": 19142, "SURVEY_YEAR": 2015, "GLA": "375,000", "GLA_2003": "365,000", "GLA_1995": "325,000", "COMM_COUNT": 228, "COMM_COUNT_2003": 188, "COMM_COUNT_1995": 171, "OCC_COUNT": 186, "VAC_COUNT": 42, "VAC_RATE": "18.40%", "VAC_RATE_2003": "13.30%", "VAC_RATE_1995": "9.40%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1920, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 7, "COND_SUM_1995": "6", "CRM_ORG": "SWCDC", "SS_DIST": null, "CDC_TAX_CREDIT": "SWCDC", "E_ZONES": null, "FY12_MGMT": "TCMP", "FY12_MGMT_AMOUNT": 75000, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": 75000, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": 75000, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 36000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 18000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 35000, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 12, "FY12_SIP_TOTAL": 55426, "FY13_SIP": 1, "FY13_SIP_TOTAL": 7500, "FY14_SIP": 2, "FY14_SIP_TOTAL": 9150, "FY15_SIP": 1, "FY15_SIP_TOTAL": 4159, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 400000.0, "FY08_11_SBP_TOTAL": 400000.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 345744.921875, "Shape__Length": 5402.9550184866803 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.226640594565296, 39.929575340562103 ], [ -75.226932032403795, 39.9298149862597 ], [ -75.226870619953601, 39.929873680316298 ], [ -75.227285403276099, 39.930192944409299 ], [ -75.227585826310204, 39.9303227407961 ], [ -75.227595536259997, 39.930320415357599 ], [ -75.2301002495077, 39.929720386440501 ], [ -75.229933918685504, 39.929620386874703 ], [ -75.229936692453293, 39.929618426891601 ], [ -75.231845008470202, 39.928269959750601 ], [ -75.231290899076598, 39.928163584329702 ], [ -75.232018089419697, 39.927666437114603 ], [ -75.232587513784395, 39.927244701774498 ], [ -75.233385158547307, 39.926706389343998 ], [ -75.234000022018193, 39.926275532670601 ], [ -75.2346292657992, 39.925834589012197 ], [ -75.235063681291194, 39.925516649404898 ], [ -75.235423662615105, 39.9252648336089 ], [ -75.235878467293006, 39.924960008884398 ], [ -75.236468043564898, 39.924530554816798 ], [ -75.236994998575796, 39.924146707934703 ], [ -75.237185698011402, 39.924022429408502 ], [ -75.238134061057195, 39.923404370592202 ], [ -75.238439843934302, 39.923662785811104 ], [ -75.239027731743704, 39.923249932580902 ], [ -75.238399125721699, 39.922714899592201 ], [ -75.238396229300207, 39.922712434097697 ], [ -75.237865958262503, 39.923082227312101 ], [ -75.237401390404102, 39.923406196199402 ], [ -75.236883320990103, 39.923767468660301 ], [ -75.236880040545699, 39.9237697564716 ], [ -75.2365363101935, 39.923483217641397 ], [ -75.236442606942603, 39.923555364258497 ], [ -75.235933885432303, 39.923918135809203 ], [ -75.235885455726702, 39.923952247965801 ], [ -75.235827931608895, 39.923992766803899 ], [ -75.235570652608999, 39.924175433651499 ], [ -75.235307235493806, 39.924362719898497 ], [ -75.235228789305197, 39.924416398181798 ], [ -75.235225409555099, 39.924418710799799 ], [ -75.235291216395098, 39.924476055355299 ], [ -75.235192151550805, 39.924562414669197 ], [ -75.234343957148397, 39.925158720792602 ], [ -75.234336707621395, 39.925165073250398 ], [ -75.234249473691804, 39.9252265256222 ], [ -75.234061334964096, 39.925351284513901 ], [ -75.234057931435899, 39.925353541616801 ], [ -75.234001391128203, 39.925304944716302 ], [ -75.233887080458203, 39.925381010643797 ], [ -75.233699288259203, 39.925527832958402 ], [ -75.232842940648496, 39.926124271271497 ], [ -75.232758894558202, 39.926176834833399 ], [ -75.232509524206407, 39.926332791147502 ], [ -75.232390943292302, 39.926432143674198 ], [ -75.231981981576993, 39.926720408542302 ], [ -75.231474615979295, 39.927077531952399 ], [ -75.231393569106402, 39.927133008483999 ], [ -75.231289570032004, 39.927204196982501 ], [ -75.230827059414196, 39.9275305472272 ], [ -75.230781949607405, 39.927562376867002 ], [ -75.230299570367706, 39.927881664476303 ], [ -75.230296280711997, 39.927883841984404 ], [ -75.230023890850006, 39.927666383473898 ], [ -75.229710344012105, 39.927416064068801 ], [ -75.226640594565296, 39.929575340562103 ] ] ], [ [ [ -75.223298469407098, 39.931318579202397 ], [ -75.224595701219997, 39.932419807575798 ], [ -75.225546025773596, 39.933226722071502 ], [ -75.225546053003896, 39.933226745195903 ], [ -75.228595882544397, 39.931174198806403 ], [ -75.228335405258704, 39.930951016657303 ], [ -75.227592014662605, 39.930322876911298 ], [ -75.223298469407098, 39.931318579202397 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 49, "PCPC_NUM": 68, "GLOBALID": "6ae0ccb3-79e0-48ff-9c67-474f4b736b12", "NAME": "Chester Avenue", "P_DIST": "University SW", "ST_EXT": "Chester\/54th58th", "PT_ADD": "5500 Chester Avenue", "ZIP": 19143, "SURVEY_YEAR": 2012, "GLA": "100,000", "GLA_2003": "137,000", "GLA_1995": "113,000", "COMM_COUNT": 66, "COMM_COUNT_2003": 92, "COMM_COUNT_1995": 75, "OCC_COUNT": 41, "VAC_COUNT": 25, "VAC_RATE": "37.90%", "VAC_RATE_2003": "35.90%", "VAC_RATE_1995": "41.30%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 2, "COND_SUM": 9, "COND_SUM_2003": 9, "COND_SUM_1995": "9", "CRM_ORG": "Office of Business Services, ACANA", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 35000, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 85124.6484375, "Shape__Length": 2299.3014990687302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228536063885002, 39.935741817694897 ], [ -75.228199731569703, 39.935460789792401 ], [ -75.227711840858007, 39.9358105852234 ], [ -75.227323759022298, 39.936088818410497 ], [ -75.226837599199797, 39.936437363566696 ], [ -75.226318433013006, 39.936809565108398 ], [ -75.226477079754801, 39.936942213116602 ], [ -75.226630355683596, 39.937083378792998 ], [ -75.226459197398, 39.937197610350204 ], [ -75.226187909149701, 39.937401400488397 ], [ -75.225664340387198, 39.937772025687799 ], [ -75.225331461728601, 39.9374911743814 ], [ -75.223968808548307, 39.938460376571499 ], [ -75.223813717711806, 39.9383253995247 ], [ -75.223638811249401, 39.938183877898901 ], [ -75.222276613588903, 39.9391496407438 ], [ -75.222907865716806, 39.939689255311897 ], [ -75.222652004087905, 39.939876446750297 ], [ -75.2229766149254, 39.940136151988099 ], [ -75.223226839640205, 39.939950467351402 ], [ -75.223509855029803, 39.939750913734201 ], [ -75.223195871672402, 39.939492794737198 ], [ -75.224294195214298, 39.938743563530302 ], [ -75.224585875552506, 39.938992202765903 ], [ -75.225062194339202, 39.938656337748697 ], [ -75.225492728352904, 39.938352752284302 ], [ -75.225961485188293, 39.938022208864197 ], [ -75.226487247448503, 39.937651462980597 ], [ -75.226933930946004, 39.937336475094298 ], [ -75.227463644108099, 39.936962930488903 ], [ -75.227952324816599, 39.936618315099203 ], [ -75.228342271865102, 39.936343322033402 ], [ -75.228837844783698, 39.935993836946899 ], [ -75.228536063885002, 39.935741817694897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 50, "PCPC_NUM": 8, "GLOBALID": "6b36af7f-f921-4e8b-b1f7-da79bd5ce47e", "NAME": "23rd and Walnut", "P_DIST": "Central", "ST_EXT": "22ndSchuylkill River\/ChestnutSpruce", "PT_ADD": "2301 Walnut Street", "ZIP": 19103, "SURVEY_YEAR": 2012, "GLA": "63,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 19, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 16, "VAC_COUNT": 3, "VAC_RATE": "15.80%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1900, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 215215.53515625, "Shape__Length": 1908.0399494138501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179192885344506, 39.9527685249057 ], [ -75.180095148480106, 39.952885439635097 ], [ -75.180702047517599, 39.951399659029597 ], [ -75.180842160774105, 39.951056631248498 ], [ -75.180963488932093, 39.950810142263798 ], [ -75.181114505368996, 39.9505744543956 ], [ -75.181275376306004, 39.950383342907301 ], [ -75.181239350907603, 39.950366949595796 ], [ -75.180870158991894, 39.950235234050702 ], [ -75.181064623335999, 39.949391086954698 ], [ -75.181135867821595, 39.9490176265599 ], [ -75.180023552150899, 39.948881543669401 ], [ -75.178997033197703, 39.948759378896803 ], [ -75.177846178203396, 39.948619350168102 ], [ -75.1777578395116, 39.948983807416802 ], [ -75.177706225193901, 39.949226578387602 ], [ -75.177652305810994, 39.949471906082699 ], [ -75.177575159418296, 39.949836849379203 ], [ -75.177466432016104, 39.950334836096403 ], [ -75.177423800325499, 39.950504056950798 ], [ -75.177325475492495, 39.950973765227701 ], [ -75.177163062293701, 39.951740432486297 ], [ -75.177003823311907, 39.952503128837797 ], [ -75.178151364549194, 39.952642491102303 ], [ -75.179185145908704, 39.952767588305903 ], [ -75.179192885344506, 39.9527685249057 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 51, "PCPC_NUM": 84, "GLOBALID": "cfa2e8b8-1a60-4bf6-8098-bf4f37f4b892", "NAME": "30th Street", "P_DIST": "University SW", "ST_EXT": "Schuylkill River32nd\/ArchWalnut", "PT_ADD": "3000 Market Street", "ZIP": 19104, "SURVEY_YEAR": 2012, "GLA": "65,000", "GLA_2003": "55,000", "GLA_1995": "65,000", "COMM_COUNT": 48, "COMM_COUNT_2003": 43, "COMM_COUNT_1995": 36, "OCC_COUNT": 42, "VAC_COUNT": 6, "VAC_RATE": "12.50%", "VAC_RATE_2003": "12.00%", "VAC_RATE_1995": "44.40%", "CORRIDOR_TYPE": 6, "PHYS_CHAR": 1, "AGE": 1930, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 4, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 4, "COND_SUM_2003": 3, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 460104.9609375, "Shape__Length": 3059.1724107853001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187819200959296, 39.952287480774899 ], [ -75.187766674784697, 39.952280939369899 ], [ -75.187698605327796, 39.952272461383203 ], [ -75.185937768900402, 39.952048285196902 ], [ -75.185580280762395, 39.952002768032202 ], [ -75.185539897551607, 39.951997626916999 ], [ -75.184063775190296, 39.951812861332698 ], [ -75.183870179358195, 39.951789170795102 ], [ -75.182979448370901, 39.951680168881602 ], [ -75.182794425438303, 39.951657526114602 ], [ -75.182599344336694, 39.951635365229798 ], [ -75.182543732795807, 39.951629047889597 ], [ -75.182419576284204, 39.951612214160001 ], [ -75.182418770554307, 39.9516133368056 ], [ -75.182388898980307, 39.951805964784 ], [ -75.182153582770894, 39.952225073725799 ], [ -75.182017722521394, 39.952484770896099 ], [ -75.181714969040996, 39.953095301106003 ], [ -75.181309855790701, 39.953912232714998 ], [ -75.181192540993493, 39.954302262915597 ], [ -75.181095312085304, 39.954587993039297 ], [ -75.180908472749294, 39.955137057872498 ], [ -75.180901372463794, 39.955205442400199 ], [ -75.180814789201904, 39.955426124358603 ], [ -75.180677803909006, 39.955740003434101 ], [ -75.180457055682496, 39.956342178804 ], [ -75.180372383219705, 39.956573153191698 ], [ -75.180411617083905, 39.956615186569799 ], [ -75.180471272452394, 39.956679099779102 ], [ -75.180512008595002, 39.9567227426367 ], [ -75.180614548950004, 39.956773268565698 ], [ -75.180743485922207, 39.956816347642302 ], [ -75.180962263649207, 39.956878412599799 ], [ -75.181079478360999, 39.956883201608299 ], [ -75.181049133814298, 39.956955677922302 ], [ -75.180989153706506, 39.957098936287203 ], [ -75.180912196632903, 39.957462123417798 ], [ -75.181553891509395, 39.957590070279899 ], [ -75.181962698181394, 39.957641657742698 ], [ -75.182632825765893, 39.957754440216199 ], [ -75.182765705818099, 39.9569828734558 ], [ -75.18281646877, 39.956889817741001 ], [ -75.182847039147902, 39.9567904905307 ], [ -75.182872166069401, 39.956692286703699 ], [ -75.182877625152798, 39.956670079112399 ], [ -75.183061608347998, 39.955852475102901 ], [ -75.183350897080601, 39.955872139401698 ], [ -75.184759724081303, 39.9560252875986 ], [ -75.186576410019796, 39.956260513443702 ], [ -75.186984704362501, 39.956310128185997 ], [ -75.186999744376294, 39.956293927968197 ], [ -75.187087868542804, 39.956036637547498 ], [ -75.187141076689798, 39.9557774263792 ], [ -75.187192896729499, 39.955517882345902 ], [ -75.187230480914195, 39.955324668847702 ], [ -75.187243443467807, 39.955258035044103 ], [ -75.187292833014595, 39.954997910495202 ], [ -75.187341182579999, 39.954737536546901 ], [ -75.187388606964902, 39.954476942794997 ], [ -75.187435221138401, 39.954216154333899 ], [ -75.187481143441204, 39.953955199936999 ], [ -75.187506263948407, 39.953810550787701 ], [ -75.1875077116282, 39.953691981457098 ], [ -75.187557555173996, 39.953431340784597 ], [ -75.187607406951599, 39.953170657933903 ], [ -75.187638673817702, 39.9530373257791 ], [ -75.187668959823597, 39.952911528474999 ], [ -75.187731263714298, 39.952652743734099 ], [ -75.187782541160502, 39.9524397533647 ], [ -75.187819200959296, 39.952287480774899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 52, "PCPC_NUM": 158, "GLOBALID": "a2fb667e-0a8f-4f58-a673-6a64495b0b17", "NAME": "Broad and Cecil B. Moore", "P_DIST": "Lower North", "ST_EXT": "13th18th\/NorrisMaster", "PT_ADD": "1600 N. Broad Street", "ZIP": 19121, "SURVEY_YEAR": 2012, "GLA": "200,000", "GLA_2003": "140,000", "GLA_1995": "135,000", "COMM_COUNT": 102, "COMM_COUNT_2003": 70, "COMM_COUNT_1995": 117, "OCC_COUNT": 94, "VAC_COUNT": 8, "VAC_RATE": "7.80%", "VAC_RATE_2003": "42.90%", "VAC_RATE_1995": "56.40%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1870, "STAGE": 4, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 11, "COND_SUM_1995": "10", "CRM_ORG": "Beech", "SS_DIST": null, "CDC_TAX_CREDIT": "Beech Interplex", "E_ZONES": "NCEZ", "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": "NCEZ", "FY15_MGMT_AMOUNT": 75000, "FY16_MGMT": "tbd", "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 204600.0, "FY08_11_SBP_TOTAL": 204600.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": "Beech Int'l Village", "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 565224.44140625, "Shape__Length": 4499.13393077419 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157389106646093, 39.983285768782203 ], [ -75.157860664034601, 39.983342492129204 ], [ -75.158569624193802, 39.9834295126538 ], [ -75.158898066852302, 39.981924660212101 ], [ -75.159221111703204, 39.980444470411904 ], [ -75.159479782767804, 39.979269079851001 ], [ -75.160269415438293, 39.9793703269304 ], [ -75.161058654173004, 39.979471518190898 ], [ -75.161838952290694, 39.979571557171198 ], [ -75.162621396067806, 39.9796718662272 ], [ -75.163408668570398, 39.979772788706804 ], [ -75.164197772132695, 39.979873939809004 ], [ -75.164274601649396, 39.979527495923797 ], [ -75.164342439551106, 39.979214604161598 ], [ -75.163551441396507, 39.979109363820498 ], [ -75.162768403462906, 39.979005176826703 ], [ -75.161984422886306, 39.9789008586609 ], [ -75.161206466889595, 39.978797336842902 ], [ -75.160418958003604, 39.978692537242203 ], [ -75.159626986185103, 39.9785871385889 ], [ -75.159544575499993, 39.978576540297901 ], [ -75.159000304784101, 39.978503062392598 ], [ -75.158925727227299, 39.978494428125401 ], [ -75.159153946038003, 39.9774074513983 ], [ -75.159467326679902, 39.975990081889002 ], [ -75.159762275108903, 39.974609987051402 ], [ -75.158956298982005, 39.974509727614603 ], [ -75.158785066709697, 39.974491808881197 ], [ -75.158643932469502, 39.974465812585699 ], [ -75.156618677590998, 39.974207571019001 ], [ -75.156597504155002, 39.974278999150002 ], [ -75.156310971755701, 39.975578613857699 ], [ -75.156001404688098, 39.977004259879301 ], [ -75.155706877370406, 39.978378682723601 ], [ -75.155710362773803, 39.978464906972597 ], [ -75.155387562468206, 39.9799452075559 ], [ -75.155070317264503, 39.981410948291597 ], [ -75.154732816843605, 39.982928878662698 ], [ -75.155619527520997, 39.983047927143303 ], [ -75.156749219986196, 39.983191792480703 ], [ -75.156917548909107, 39.983229042571402 ], [ -75.157389106646093, 39.983285768782203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 53, "PCPC_NUM": 159, "GLOBALID": "f11d2643-c509-4a99-942b-fbceb057dc71", "NAME": "Ridge and Cecil B. Moore", "P_DIST": "Lower North", "ST_EXT": "21st25th\/MontgomeryJefferson", "PT_ADD": "2201 Ridge Avenue", "ZIP": 19121, "SURVEY_YEAR": 2012, "GLA": "152,000", "GLA_2003": "187,000", "GLA_1995": "150,000", "COMM_COUNT": 122, "COMM_COUNT_2003": 159, "COMM_COUNT_1995": 143, "OCC_COUNT": 64, "VAC_COUNT": 58, "VAC_RATE": "47.50%", "VAC_RATE_2003": "37.70%", "VAC_RATE_1995": "52.40%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1870, "STAGE": 3, "STAGE_2003": 4, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 11, "COND_SUM_2003": 10, "COND_SUM_1995": "10", "CRM_ORG": "Office of Business Services, PHACDC?", "SS_DIST": null, "CDC_TAX_CREDIT": "Project HOME", "E_ZONES": "NCEZ (2127-2300 Ridge, 1900-2300 CBM only)", "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 871125.0, "FY08_11_SBP_TOTAL": 871125.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 115549.08984375, "Shape__Length": 2872.1885043362599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175315262008695, 39.9827212706452 ], [ -75.175346277660495, 39.982526726997598 ], [ -75.175389970026899, 39.982328154583698 ], [ -75.173974109630905, 39.9813716583025 ], [ -75.174101153479697, 39.980785835043001 ], [ -75.174152361950107, 39.980536364136597 ], [ -75.172565776194403, 39.980330685920201 ], [ -75.171400609751402, 39.979437446490998 ], [ -75.171116012733094, 39.979399657409601 ], [ -75.171216068670901, 39.9789616255025 ], [ -75.170602155127497, 39.978888012031199 ], [ -75.170209696843003, 39.9782202886935 ], [ -75.169910863346502, 39.977711846223698 ], [ -75.169839648996799, 39.9777018593579 ], [ -75.169912714446895, 39.9773261925586 ], [ -75.169384839255002, 39.97726727125 ], [ -75.168990742747198, 39.9772193691214 ], [ -75.169679701102893, 39.978405821321701 ], [ -75.169920926711001, 39.978804335744798 ], [ -75.170246836497995, 39.979342741758003 ], [ -75.171012046683103, 39.979863241528001 ], [ -75.169403357339903, 39.979650524189502 ], [ -75.169289610134499, 39.980164195196899 ], [ -75.170894455583195, 39.980381480309703 ], [ -75.170815391630995, 39.980743867050798 ], [ -75.171628835697902, 39.980855455374503 ], [ -75.172423229697898, 39.980964425055099 ], [ -75.172901491574606, 39.9813261022624 ], [ -75.173309054278903, 39.981634309720903 ], [ -75.173830727367303, 39.981998603641998 ], [ -75.174425316949495, 39.982413809658198 ], [ -75.174737645403894, 39.982631907708203 ], [ -75.175255404032001, 39.9829934507787 ], [ -75.175315262008695, 39.9827212706452 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 54, "PCPC_NUM": 16, "GLOBALID": "5014bb4a-c020-4d9b-afdb-814d774fbd8e", "NAME": "Central Waterfront\/Penns Landing", "P_DIST": "Central", "ST_EXT": "Delaware RiverI95\/RaceCatharine", "PT_ADD": "201 S. Columbus Blvd", "ZIP": 19106, "SURVEY_YEAR": 2012, "GLA": "40,000", "GLA_2003": null, "GLA_1995": "20,000", "COMM_COUNT": 9, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 8, "OCC_COUNT": 7, "VAC_COUNT": 2, "VAC_RATE": "22.20%", "VAC_RATE_2003": null, "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 6, "PHYS_CHAR": 5, "AGE": 1980, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": 4, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 5, "COND_SUM_2003": null, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 2035361.64453125, "Shape__Length": 7167.0010001412902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134478102769094, 39.952950082522101 ], [ -75.139873997986598, 39.953889605719297 ], [ -75.140015782525296, 39.953518004913498 ], [ -75.1405472392577, 39.953614024645603 ], [ -75.140956045606103, 39.9536844854021 ], [ -75.141106117952205, 39.9537103501602 ], [ -75.141211856345606, 39.953728574990897 ], [ -75.141256121742899, 39.953736204150097 ], [ -75.141435063370906, 39.953761575273496 ], [ -75.141553571502797, 39.953774920988998 ], [ -75.141588551094102, 39.953775335223099 ], [ -75.141583141612898, 39.953694624715801 ], [ -75.141546955837995, 39.953361141478403 ], [ -75.1414848513095, 39.952576869028697 ], [ -75.141458417127893, 39.952177075021801 ], [ -75.141472132739693, 39.951707226704698 ], [ -75.1415045363308, 39.951388609393803 ], [ -75.141767799713406, 39.949893222525901 ], [ -75.142084131847795, 39.9499337012209 ], [ -75.142150120724907, 39.949683153774203 ], [ -75.1423003783529, 39.948991225020599 ], [ -75.142460320704103, 39.948247301102803 ], [ -75.142468456804394, 39.948183788235703 ], [ -75.142471866407007, 39.948133192212097 ], [ -75.142570964598093, 39.947711704604401 ], [ -75.142669638636903, 39.947264139800403 ], [ -75.142809482909001, 39.946650693547603 ], [ -75.142882195452103, 39.946314787047598 ], [ -75.1431084522861, 39.945264363198604 ], [ -75.1437901447363, 39.945347686900099 ], [ -75.143879265987394, 39.944967232251003 ], [ -75.144012747820099, 39.944397398457497 ], [ -75.143338578208699, 39.944315066759899 ], [ -75.143369352886296, 39.9441547434566 ], [ -75.143524368374599, 39.943462400014901 ], [ -75.143643756111302, 39.942894833185299 ], [ -75.143850188710999, 39.941942137775101 ], [ -75.143932101815594, 39.941587163388199 ], [ -75.144062689778096, 39.940981101363903 ], [ -75.144256491937895, 39.940105071210503 ], [ -75.144358045744497, 39.939618209647001 ], [ -75.144459660621806, 39.939190563708401 ], [ -75.144531434533405, 39.938882259606103 ], [ -75.144594139027006, 39.938615928109201 ], [ -75.144648836315895, 39.938383041753298 ], [ -75.1448731278346, 39.937343765141399 ], [ -75.145019993732603, 39.9366563142366 ], [ -75.144520027791799, 39.936562987457499 ], [ -75.144301304380207, 39.936522158476798 ], [ -75.143267662748499, 39.936329202392102 ], [ -75.143243657980705, 39.937047139669097 ], [ -75.142307751204498, 39.9368876024729 ], [ -75.135856361006802, 39.9361522869129 ], [ -75.135715579119704, 39.939488087954103 ], [ -75.135700592552396, 39.940802975451398 ], [ -75.135764737576196, 39.941970853264699 ], [ -75.135862336757498, 39.942657118867601 ], [ -75.135973584673593, 39.943389396282903 ], [ -75.1362291963774, 39.944940320616602 ], [ -75.136318245961704, 39.945849097978801 ], [ -75.1362895128388, 39.946596114573602 ], [ -75.136172676462806, 39.947484306327802 ], [ -75.136038850111305, 39.948276647260897 ], [ -75.135892793897099, 39.948893224873302 ], [ -75.135742738105407, 39.949526633350402 ], [ -75.135320864244704, 39.950821470687103 ], [ -75.134879551086698, 39.952084047547601 ], [ -75.134478102769094, 39.952950082522101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 55, "PCPC_NUM": 161, "GLOBALID": "2c456c5f-ec94-45fd-976a-b7de2e274dc2", "NAME": "Broad and Susquehanna", "P_DIST": "Lower North", "ST_EXT": "13th18th\/YorkNorris", "PT_ADD": "2200 N. Broad Street", "ZIP": 19132, "SURVEY_YEAR": 2012, "GLA": "146,000", "GLA_2003": "175,000", "GLA_1995": "115,000", "COMM_COUNT": 103, "COMM_COUNT_2003": 148, "COMM_COUNT_1995": 116, "OCC_COUNT": 71, "VAC_COUNT": 32, "VAC_RATE": "31.10%", "VAC_RATE_2003": "39.90%", "VAC_RATE_1995": "35.30%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1880, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": 9, "COND_SUM_1995": "9", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 1, "FY12_SIP_TOTAL": 1230, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 231289.94140625, "Shape__Length": 3729.88468662885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156016997565203, 39.989433404848398 ], [ -75.156236413549294, 39.989461919680203 ], [ -75.156567510206798, 39.987971099928401 ], [ -75.156760621582805, 39.987996998501302 ], [ -75.157050328453394, 39.986693893079902 ], [ -75.157838826279601, 39.986794924817801 ], [ -75.158620592580306, 39.986895088198203 ], [ -75.159047592143594, 39.986949794491998 ], [ -75.159412883430505, 39.986996593809401 ], [ -75.159966281722802, 39.987067490930002 ], [ -75.160427250301595, 39.987126543744402 ], [ -75.160974711789706, 39.987196673998596 ], [ -75.161537172803406, 39.9872687229836 ], [ -75.161997958750405, 39.987327746389198 ], [ -75.162554667102, 39.987399053340098 ], [ -75.162613994291604, 39.987121220002997 ], [ -75.162669429270494, 39.986876359879901 ], [ -75.161094825466506, 39.986655587574297 ], [ -75.159538819784501, 39.986437400878202 ], [ -75.157965563339999, 39.986216772378697 ], [ -75.157249501013794, 39.986116346975201 ], [ -75.156798780881502, 39.986053131992598 ], [ -75.157063003024007, 39.984794141310303 ], [ -75.157389106646093, 39.983285768782203 ], [ -75.156917548909107, 39.983229042571402 ], [ -75.156749219986196, 39.983191792480703 ], [ -75.155619527520997, 39.983047927143303 ], [ -75.155319896030505, 39.984517533919501 ], [ -75.154984549964297, 39.986071340096103 ], [ -75.154941615877505, 39.986127539848397 ], [ -75.154064826904303, 39.986012658800298 ], [ -75.153997129127703, 39.986319757966903 ], [ -75.154849415171299, 39.986429282074297 ], [ -75.155343185385206, 39.986492730990904 ], [ -75.155062739141897, 39.987774767366098 ], [ -75.155075146102305, 39.987819124783698 ], [ -75.154761689217196, 39.989269347994302 ], [ -75.155178369739602, 39.989323958521403 ], [ -75.155595050932007, 39.9893785675361 ], [ -75.156016997565203, 39.989433404848398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 56, "PCPC_NUM": 170, "GLOBALID": "d57336fc-9024-42ee-add2-9f709ee924f8", "NAME": "N 22nd Street\/Hope Plaza", "P_DIST": "North", "ST_EXT": "21st23rd\/AlleghenyLehigh", "PT_ADD": "2901 N. 22nd Street", "ZIP": 19132, "SURVEY_YEAR": 2016, "GLA": "232,000", "GLA_2003": "230,000", "GLA_1995": "210,000", "COMM_COUNT": 145, "COMM_COUNT_2003": 150, "COMM_COUNT_1995": 148, "OCC_COUNT": 119, "VAC_COUNT": 26, "VAC_RATE": "17.9%", "VAC_RATE_2003": "16.70%", "VAC_RATE_1995": "10.80%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1970, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 5, "COND_SUM_1995": "6", "CRM_ORG": "Allegheny West Foundation", "SS_DIST": null, "CDC_TAX_CREDIT": "AWF", "E_ZONES": null, "FY12_MGMT": "TCMP", "FY12_MGMT_AMOUNT": 75000, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 75000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 75000, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": 75000, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": 75000, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 30000, "FY11_SIP": 1, "FY11_SIP_TOTAL": 1733, "FY12_SIP": 1, "FY12_SIP_TOTAL": 11944, "FY13_SIP": 1, "FY13_SIP_TOTAL": 12000, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 1049267.0, "FY08_11_SBP_TOTAL": 1049267.0, "FY12_15_SBP_CITY": 274818, "FY12_15_SBP_TOTAL": 274818.0, "FY16_19_SBP_CITY": 2096664, "FY16_19_SBP_TOTAL": 2096664, "FY08_11_PD": null, "FY12_15_PD": "New Courtland", "FY16_19_PD": "AWF 2850-52 N. 22nd St.", "Shape__Area": 357367.71875, "Shape__Length": 4867.6263162539999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169822258611205, 40.004205408465197 ], [ -75.169906974296296, 40.003805408245 ], [ -75.168769093630203, 40.002556320631903 ], [ -75.168326086935807, 40.002090036008703 ], [ -75.166884858240707, 40.000255129483598 ], [ -75.167137116121097, 40.000291697637103 ], [ -75.167468631706598, 39.998781141050102 ], [ -75.167223266662901, 39.998745160171197 ], [ -75.167551834164897, 39.997251711371497 ], [ -75.1678306139558, 39.995984514627999 ], [ -75.1680742617785, 39.996014412703303 ], [ -75.168542231364597, 39.996075703544001 ], [ -75.169108698894505, 39.996149891328699 ], [ -75.169178921895096, 39.9958363865873 ], [ -75.169244501639795, 39.995524516377301 ], [ -75.167643875301394, 39.995318561215001 ], [ -75.167119744454595, 39.995238934966302 ], [ -75.163201115374704, 39.994759597532301 ], [ -75.163132286105096, 39.995064878233599 ], [ -75.163062240146203, 39.995406383845499 ], [ -75.164032459264504, 39.995532412591501 ], [ -75.165893919956403, 39.9957848405814 ], [ -75.165621908093797, 39.996995943557103 ], [ -75.1664107013235, 39.997103807412699 ], [ -75.166655242265193, 39.997128490025098 ], [ -75.166343728459296, 39.998518977768398 ], [ -75.165961447163397, 40.0001659206971 ], [ -75.165604402159701, 40.001637015748699 ], [ -75.165433543794293, 40.002417388891502 ], [ -75.165379862459403, 40.002681236294102 ], [ -75.1644613079349, 40.0025689811212 ], [ -75.163508806494306, 40.002466234279403 ], [ -75.163714040026605, 40.002880210009302 ], [ -75.1643218287293, 40.003324894298302 ], [ -75.165924944271296, 40.003902942342101 ], [ -75.167395547689594, 40.004330212968704 ], [ -75.167482349810598, 40.003959646820398 ], [ -75.169822258611205, 40.004205408465197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 57, "PCPC_NUM": 171, "GLOBALID": "662c6954-9a83-4cfc-8ac8-c3549310a2aa", "NAME": "Hunting Park West", "P_DIST": "North", "ST_EXT": "Hunting Park-Roberts\/CHW-Henry", "PT_ADD": "3450 Fox Street", "ZIP": 19129, "SURVEY_YEAR": 2016, "GLA": "325,000", "GLA_2003": "0", "GLA_1995": "0", "COMM_COUNT": 28, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 28, "VAC_COUNT": 0, "VAC_RATE": "0.0%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 2000, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 633989.3828125, "Shape__Length": 6160.7018568403601 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.175954751343696, 40.012002357756899 ], [ -75.177086266833996, 40.011411433463302 ], [ -75.179139616905999, 40.010303861077396 ], [ -75.177023572291503, 40.007539379251803 ], [ -75.177500997635903, 40.007477732084503 ], [ -75.175795605719699, 40.006917916794301 ], [ -75.176331140051403, 40.006780868070798 ], [ -75.176672899264304, 40.006793033940497 ], [ -75.177360676308297, 40.0067078320495 ], [ -75.177688627992495, 40.006657352665201 ], [ -75.177967129513107, 40.006632590321402 ], [ -75.178208424978394, 40.006613321657497 ], [ -75.179403142554705, 40.006588392754203 ], [ -75.179932359303805, 40.0063913913623 ], [ -75.180244730357899, 40.005301555262399 ], [ -75.180614445694005, 40.004011601844503 ], [ -75.180350754356795, 40.004134540737098 ], [ -75.179740276594401, 40.004448236064199 ], [ -75.179258449129904, 40.004706325451998 ], [ -75.178329036968506, 40.004570399408699 ], [ -75.1781484907156, 40.005295306857498 ], [ -75.1755697790596, 40.006635210924699 ], [ -75.175469515418399, 40.006686606090497 ], [ -75.175433221026907, 40.006704979228303 ], [ -75.174458034294901, 40.0071986265582 ], [ -75.173576197107806, 40.006946908259202 ], [ -75.171786753115498, 40.007433132773102 ], [ -75.172212180484095, 40.007907809919402 ], [ -75.170630077321405, 40.008341643642503 ], [ -75.171767500732003, 40.0098333798271 ], [ -75.171987295935693, 40.009730981348298 ], [ -75.173135971442093, 40.009099469043001 ], [ -75.173244033004906, 40.009028546579401 ], [ -75.175954751343696, 40.012002357756899 ] ] ], [ [ [ -75.171931149430904, 40.014184352740102 ], [ -75.172010050997599, 40.0142701130641 ], [ -75.172403597972306, 40.014727754350403 ], [ -75.1706358537418, 40.015663352505499 ], [ -75.170264898206696, 40.015871705109099 ], [ -75.170772194736699, 40.016297446540001 ], [ -75.172139129090795, 40.017444589209603 ], [ -75.172316100235903, 40.017393645446603 ], [ -75.172518129485596, 40.017349289868001 ], [ -75.172693021469698, 40.017304049123098 ], [ -75.172862434362202, 40.017253479998502 ], [ -75.173224986872199, 40.017123696905202 ], [ -75.173600858749893, 40.016955586986597 ], [ -75.1750299561958, 40.016082760881702 ], [ -75.175399717625496, 40.015856365115098 ], [ -75.173258407968305, 40.013588239435002 ], [ -75.173171684987096, 40.013514368099699 ], [ -75.171931149430904, 40.014184352740102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 58, "PCPC_NUM": 35, "GLOBALID": "b8d211e2-dcee-4d7a-bd7b-16115c272333", "NAME": "Broad and Snyder", "P_DIST": "South", "ST_EXT": "Juniper17th\/McClellanWolf", "PT_ADD": "2000 S. Broad Street", "ZIP": 19148, "SURVEY_YEAR": 2014, "GLA": "325,000", "GLA_2003": "229,000", "GLA_1995": "173,000", "COMM_COUNT": 162, "COMM_COUNT_2003": 171, "COMM_COUNT_1995": 101, "OCC_COUNT": 149, "VAC_COUNT": 13, "VAC_RATE": "8.00%", "VAC_RATE_2003": "5.00%", "VAC_RATE_1995": "6.90%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1890, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 8, "COND_SUM_1995": "5", "CRM_ORG": "Office of Business Services, Newbold CDC", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 25000, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 1, "FY13_SIP_TOTAL": 4400, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": 2, "FY15_SIP_TOTAL": 20456, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 215068.78515625, "Shape__Length": 3295.7710308913902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168408824359801, 39.927554342457299 ], [ -75.168788231506099, 39.927602689244097 ], [ -75.168921230055304, 39.927629318307702 ], [ -75.169045428151605, 39.927654185881202 ], [ -75.169169561336005, 39.927679039243102 ], [ -75.169454439622001, 39.9277137737608 ], [ -75.169641536820393, 39.926882999691301 ], [ -75.169916315103094, 39.925662858582498 ], [ -75.170306812796994, 39.925716042572297 ], [ -75.171181985392096, 39.925551708072 ], [ -75.171581647083897, 39.925476659579502 ], [ -75.172855723968297, 39.925237402373 ], [ -75.173426141571298, 39.925305281830802 ], [ -75.173872454798001, 39.925358390522099 ], [ -75.174444468472103, 39.925426446690899 ], [ -75.174533853390997, 39.925004357958002 ], [ -75.174629420007804, 39.924553071008901 ], [ -75.174687039827305, 39.924280975022199 ], [ -75.1740970140022, 39.924383469990701 ], [ -75.173943796597101, 39.924410084926599 ], [ -75.173011678667194, 39.924571997968698 ], [ -75.172480231402204, 39.924503217290003 ], [ -75.172024786382806, 39.924444270893098 ], [ -75.171426616782298, 39.924366849170902 ], [ -75.170904200194698, 39.924299229180498 ], [ -75.170446702547807, 39.924240009539503 ], [ -75.170122549995398, 39.924198049504497 ], [ -75.170348989409007, 39.9231911581061 ], [ -75.170629601053506, 39.921943337257801 ], [ -75.170946884337994, 39.921991717196398 ], [ -75.171046165755001, 39.921528966220698 ], [ -75.170411614629998, 39.921443515798003 ], [ -75.170282416372999, 39.921426117201896 ], [ -75.169660544685698, 39.9213423696484 ], [ -75.169570807131393, 39.921818266682799 ], [ -75.169297302546397, 39.923061942974698 ], [ -75.168983238695105, 39.923023779162598 ], [ -75.168743496554697, 39.922992330563702 ], [ -75.168478444504004, 39.924235856821397 ], [ -75.168203608166394, 39.925441898166397 ], [ -75.168172383722705, 39.9256028012991 ], [ -75.168161803874696, 39.925657319610302 ], [ -75.168158759725998, 39.925673008932002 ], [ -75.168141159165501, 39.925763703522797 ], [ -75.168150302412897, 39.9258843904923 ], [ -75.168271829354396, 39.9258060253485 ], [ -75.168585477361106, 39.925743793924497 ], [ -75.168539703576599, 39.925952891996197 ], [ -75.168594923261907, 39.925960626906502 ], [ -75.168753703255902, 39.925981495269397 ], [ -75.1685834278926, 39.9267531283948 ], [ -75.168408824359801, 39.927554342457299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 59, "PCPC_NUM": 26, "GLOBALID": "c1aa4ce4-85ac-4360-ae08-043b0c45bbfd", "NAME": "Pennsport Mall\/South Second", "P_DIST": "South", "ST_EXT": "2ndMoyamensing\/TaskerMifflin", "PT_ADD": "238 Moore Street", "ZIP": 19148, "SURVEY_YEAR": 2014, "GLA": "56,000", "GLA_2003": "113,000", "GLA_1995": "50,000", "COMM_COUNT": 49, "COMM_COUNT_2003": 73, "COMM_COUNT_1995": 53, "OCC_COUNT": 36, "VAC_COUNT": 13, "VAC_RATE": "26.50%", "VAC_RATE_2003": "18.00%", "VAC_RATE_1995": "20.80%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1980, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": 6, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 121162.5234375, "Shape__Length": 1536.3579635896299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148704359225107, 39.9279054459912 ], [ -75.149826041321305, 39.928051067937403 ], [ -75.1507089836701, 39.928165686691202 ], [ -75.150756676031193, 39.928029824271498 ], [ -75.150909244033699, 39.927657657616599 ], [ -75.151162369739097, 39.926971309712201 ], [ -75.151323233463501, 39.926553028064703 ], [ -75.151458037738806, 39.926202608040498 ], [ -75.151617031316604, 39.9257724758046 ], [ -75.151761765263103, 39.925359338803901 ], [ -75.151919976466104, 39.924999143733501 ], [ -75.151975923487996, 39.924852178148299 ], [ -75.152078112969093, 39.924577415202002 ], [ -75.151344769563906, 39.924483319366999 ], [ -75.150103723250197, 39.924314353267498 ], [ -75.149951579856804, 39.924719494084798 ], [ -75.149831633930006, 39.925021709568597 ], [ -75.149799955967595, 39.9250983412078 ], [ -75.149626396648003, 39.925518189065897 ], [ -75.149471447543405, 39.9259233513366 ], [ -75.149325049699897, 39.926302070485796 ], [ -75.149168947647397, 39.926705951153799 ], [ -75.149060149315503, 39.927009226130501 ], [ -75.148960820621298, 39.927225022115401 ], [ -75.148908445882896, 39.927381232635703 ], [ -75.148705857063106, 39.927901597467503 ], [ -75.148704359225107, 39.9279054459912 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 60, "PCPC_NUM": 206, "GLOBALID": "9dd15fa6-3941-4204-a9b7-0576bdb1b5f0", "NAME": "Aramingo Avenue", "P_DIST": "River Wards", "ST_EXT": "CONRAILWestmoreland\/SepvivaRichmond", "PT_ADD": "3699 Aramingo Avenue", "ZIP": 19134, "SURVEY_YEAR": 2014, "GLA": "1,600,000", "GLA_2003": "1,200,000", "GLA_1995": "590,000", "COMM_COUNT": 150, "COMM_COUNT_2003": 142, "COMM_COUNT_1995": 108, "OCC_COUNT": 136, "VAC_COUNT": 14, "VAC_RATE": "9.30%", "VAC_RATE_2003": "6.30%", "VAC_RATE_1995": "13.90%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": 5, "COND_SUM_1995": "6", "CRM_ORG": "Impact CDC", "SS_DIST": "Aramingo Ave Shopping District", "CDC_TAX_CREDIT": "Impact CDC", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 1215219.234375, "Shape__Length": 8629.2294669426501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.097685001289705, 39.997490512296999 ], [ -75.096010963287995, 39.995572848402801 ], [ -75.096077020402802, 39.995538787488101 ], [ -75.096328220862205, 39.995409263148403 ], [ -75.097096301047301, 39.995013216824802 ], [ -75.098005546855205, 39.994530346153098 ], [ -75.100303917241206, 39.9933316959713 ], [ -75.102602028426503, 39.992129094148602 ], [ -75.1023110217089, 39.991800635998501 ], [ -75.102013932986694, 39.991467891071103 ], [ -75.104314244719802, 39.990262873228303 ], [ -75.103905480166006, 39.9898056167007 ], [ -75.103484864372206, 39.989320461423397 ], [ -75.103052360377703, 39.988830704428899 ], [ -75.1026240986224, 39.988357825264401 ], [ -75.1003288364182, 39.989556949433897 ], [ -75.099130922810204, 39.990181751588302 ], [ -75.098037520523505, 39.990757977753397 ], [ -75.096982118007205, 39.991305424582599 ], [ -75.095729559197096, 39.991959143998102 ], [ -75.094229930688101, 39.9927438698274 ], [ -75.093878104388494, 39.992343162513698 ], [ -75.093527671649696, 39.991947033805502 ], [ -75.092600145342004, 39.992436433310303 ], [ -75.091218385517706, 39.990889810365402 ], [ -75.091690589132895, 39.990644454907802 ], [ -75.091204809179203, 39.990094586171303 ], [ -75.090642853536806, 39.989458476132803 ], [ -75.090092084600002, 39.9888350161159 ], [ -75.089618405754607, 39.989073224175002 ], [ -75.089178911017896, 39.989298634288801 ], [ -75.089153899088302, 39.989311462786901 ], [ -75.0897329323641, 39.9899326712601 ], [ -75.089673838668304, 39.989966414131402 ], [ -75.087728840233893, 39.990985574835697 ], [ -75.088280868559806, 39.9916107883218 ], [ -75.088773299271494, 39.992168491734397 ], [ -75.089580139512194, 39.993082255375803 ], [ -75.091297598662507, 39.995027212317801 ], [ -75.091297934101803, 39.995027591314802 ], [ -75.091453856617406, 39.995203639665 ], [ -75.091341642694502, 39.995263814990501 ], [ -75.090331267269306, 39.9957764535488 ], [ -75.090331232585697, 39.9957764716669 ], [ -75.089559349679405, 39.996176806193603 ], [ -75.089010996913103, 39.996475022189998 ], [ -75.088925543272396, 39.996521867531698 ], [ -75.087444915604706, 39.9970843801417 ], [ -75.086216042919702, 39.997730198807297 ], [ -75.086416561945001, 39.997848193501902 ], [ -75.087237869765701, 39.998340885388998 ], [ -75.087360597653898, 39.998386446832498 ], [ -75.088660145994197, 39.998868884545097 ], [ -75.089942097875607, 39.998140060658301 ], [ -75.090054836195307, 39.9980876773772 ], [ -75.090349408052305, 39.998494239169503 ], [ -75.091304665606003, 39.9998074984873 ], [ -75.091705807802597, 39.999935600182702 ], [ -75.092039513402597, 40.000025221731498 ], [ -75.092159218498395, 39.999997583356397 ], [ -75.094606700749395, 39.998766193123501 ], [ -75.092074018385802, 39.995903839451699 ], [ -75.094094415768197, 39.994839480762003 ], [ -75.095146689824304, 39.996024268020498 ], [ -75.0966603864821, 39.997728494694201 ], [ -75.097069391092106, 39.997527284113303 ], [ -75.097265169385906, 39.997728808312303 ], [ -75.097409636487896, 39.997646780889603 ], [ -75.097685001289705, 39.997490512296999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 61, "PCPC_NUM": 201, "GLOBALID": "1cd6872a-a21e-473d-ad8c-54771ebd9b44", "NAME": "Erie Torresdale", "P_DIST": "North", "ST_EXT": "AdamsI\/LuzerneSedgley", "PT_ADD": "1501 E. Erie Avenue", "ZIP": 19124, "SURVEY_YEAR": 2016, "GLA": "300,000", "GLA_2003": "420,000", "GLA_1995": "195,000", "COMM_COUNT": 73, "COMM_COUNT_2003": 84, "COMM_COUNT_1995": 60, "OCC_COUNT": 67, "VAC_COUNT": 6, "VAC_RATE": "8.20%", "VAC_RATE_2003": "13.80%", "VAC_RATE_1995": "10.0%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1960, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 7, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 647647.88671875, "Shape__Length": 6816.07336117043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.090783108584105, 40.007023969803697 ], [ -75.090932877593403, 40.007451672245303 ], [ -75.091168400619196, 40.007949124749999 ], [ -75.091255371186094, 40.008151844853003 ], [ -75.091306164919501, 40.008268579120198 ], [ -75.0915181429596, 40.008520962144097 ], [ -75.091690106254404, 40.008708416688997 ], [ -75.092201334738903, 40.008414962583799 ], [ -75.093950943374693, 40.007436109616698 ], [ -75.094214696097197, 40.007280808667197 ], [ -75.095146557605005, 40.006732104949599 ], [ -75.096803513503701, 40.006945445003197 ], [ -75.097481759767405, 40.007026645295099 ], [ -75.098046102264703, 40.007110937458798 ], [ -75.098736681344704, 40.007205187312799 ], [ -75.099459580295601, 40.007290192981799 ], [ -75.100016478465307, 40.007364639894298 ], [ -75.100693592268499, 40.007444630754797 ], [ -75.100922225274701, 40.006245673703901 ], [ -75.109257253268694, 40.005910677670698 ], [ -75.109293436584593, 40.005760947602496 ], [ -75.109374053532804, 40.005401422532302 ], [ -75.109496211458506, 40.004815701960801 ], [ -75.109327998274907, 40.004822868688301 ], [ -75.108466087917094, 40.004846532642901 ], [ -75.105467709761797, 40.004944203377498 ], [ -75.104670051142406, 40.004970174042697 ], [ -75.104763469236502, 40.004281527198302 ], [ -75.103524492466704, 40.004324270881099 ], [ -75.103405158856006, 40.005011344649098 ], [ -75.101199168741104, 40.005083113679902 ], [ -75.101564765835306, 40.003429087735803 ], [ -75.102973177238795, 40.0027440395273 ], [ -75.102506331727596, 40.002193385484297 ], [ -75.099285393527694, 40.0025504977392 ], [ -75.099215697147997, 40.002864146921702 ], [ -75.098953268201498, 40.004045116374897 ], [ -75.097665521569198, 40.0047493918008 ], [ -75.096599787651698, 40.005332225476003 ], [ -75.096122086084804, 40.005593467427403 ], [ -75.0955902366521, 40.005888016541199 ], [ -75.093275735462797, 40.005970338940799 ], [ -75.093055100054798, 40.005680955007399 ], [ -75.092713925828207, 40.005233467135298 ], [ -75.092176803520303, 40.005705993807801 ], [ -75.092105210721996, 40.0057679891706 ], [ -75.091632352832804, 40.005593965658598 ], [ -75.091529704392201, 40.005562177949102 ], [ -75.0904119283895, 40.005216024586097 ], [ -75.090239224395106, 40.005488782497402 ], [ -75.089863012372803, 40.006082940894402 ], [ -75.089836967386802, 40.0061240734519 ], [ -75.088830909077402, 40.006289888705901 ], [ -75.087803066409293, 40.006496479270503 ], [ -75.088211565527502, 40.006627469694003 ], [ -75.088527391535195, 40.006758126755898 ], [ -75.089556798506493, 40.0065659843223 ], [ -75.090037669477397, 40.006489479350201 ], [ -75.090324169536302, 40.006446509548098 ], [ -75.090564697285004, 40.006400228718498 ], [ -75.090783108584105, 40.007023969803697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 62, "PCPC_NUM": 1, "GLOBALID": "7641fd8c-8205-46ec-9910-ab7a87b3b371", "NAME": "Market West", "P_DIST": "Central", "ST_EXT": "Broad22nd\/ArchSpruce", "PT_ADD": "1701 Chestnut Street", "ZIP": 19103, "SURVEY_YEAR": 2012, "GLA": "2,470,000", "GLA_2003": null, "GLA_1995": "2,420,000", "COMM_COUNT": 961, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 1123, "OCC_COUNT": 877, "VAC_COUNT": 84, "VAC_RATE": "8.70%", "VAC_RATE_2003": null, "VAC_RATE_1995": "15.90%", "CORRIDOR_TYPE": 4, "PHYS_CHAR": 1, "AGE": 1880, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 4, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 4, "COND_SUM_2003": null, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 1646081.3984375, "Shape__Length": 5342.5210444592803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163096362311606, 39.954409482348503 ], [ -75.163217567789005, 39.95443389754 ], [ -75.164842100759003, 39.954628272030597 ], [ -75.166368078178493, 39.954825099839503 ], [ -75.167991699748796, 39.955018016731501 ], [ -75.169572516071298, 39.955214858148601 ], [ -75.171136255717599, 39.955403271075099 ], [ -75.172786720613004, 39.955613924180597 ], [ -75.174633673390105, 39.955854054049396 ], [ -75.175760543850103, 39.955978901193099 ], [ -75.176237677545103, 39.956041558138502 ], [ -75.176312031322098, 39.955621086482502 ], [ -75.176340782032796, 39.955487510330101 ], [ -75.176373459168602, 39.955338177950303 ], [ -75.176429755353396, 39.955080914225299 ], [ -75.176451580030701, 39.954981164369698 ], [ -75.176451602859899, 39.954981118029202 ], [ -75.1765454301392, 39.954577826642797 ], [ -75.176658296374498, 39.954017441852599 ], [ -75.176764671726005, 39.953597545936802 ], [ -75.176784614936594, 39.953518484329997 ], [ -75.176914944870802, 39.952936212650997 ], [ -75.177003823311907, 39.952503128837797 ], [ -75.177163062293701, 39.951740432486297 ], [ -75.177325475492495, 39.950973765227701 ], [ -75.177423800325499, 39.950504056950798 ], [ -75.177466432016104, 39.950334836096403 ], [ -75.177575159418296, 39.949836849379203 ], [ -75.177652305810994, 39.949471906082699 ], [ -75.177706225193901, 39.949226578387602 ], [ -75.1777578395116, 39.948983807416802 ], [ -75.177846178203396, 39.948619350168102 ], [ -75.177042551032102, 39.948529203089997 ], [ -75.176242439689005, 39.948423922827999 ], [ -75.174325385712606, 39.948186948159197 ], [ -75.172751244019295, 39.947980612167797 ], [ -75.171181915262295, 39.9477932820677 ], [ -75.169616160874597, 39.947590025811202 ], [ -75.168598442775405, 39.9474672974737 ], [ -75.168033453918497, 39.947395354014397 ], [ -75.166994667066803, 39.9472670202071 ], [ -75.166460284460499, 39.9472054188182 ], [ -75.1660672439086, 39.947157094840399 ], [ -75.165881992455894, 39.947134318335202 ], [ -75.165695162285701, 39.947111347380996 ], [ -75.165491940255606, 39.947086360629598 ], [ -75.165384141055299, 39.947073318621001 ], [ -75.165284341531603, 39.947061245159603 ], [ -75.1648475938443, 39.947008405507802 ], [ -75.164846111930103, 39.947008094596498 ], [ -75.164713194121703, 39.946980199329701 ], [ -75.164713178549803, 39.946980270159003 ], [ -75.164442070223103, 39.948207064331797 ], [ -75.164195434670603, 39.949343968399802 ], [ -75.1640262514385, 39.950082954286003 ], [ -75.163860465657606, 39.9508656429052 ], [ -75.163711324950995, 39.951498635123897 ], [ -75.163688660949404, 39.951523363421202 ], [ -75.163645035540597, 39.951551587192398 ], [ -75.163518600202096, 39.951600137675101 ], [ -75.162983725476195, 39.951537134749898 ], [ -75.162879231118595, 39.951533605921902 ], [ -75.162721283446999, 39.9516694273279 ], [ -75.162608711346493, 39.952255375725301 ], [ -75.162591461963203, 39.952371858457902 ], [ -75.162545896145701, 39.952439543150497 ], [ -75.162442038055204, 39.952915818888798 ], [ -75.162381650642203, 39.953238181310702 ], [ -75.163206207644706, 39.953342783264397 ], [ -75.163331365023296, 39.953339210012501 ], [ -75.163194685270597, 39.953923575547101 ], [ -75.163096362311606, 39.954409482348503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 63, "PCPC_NUM": 10, "GLOBALID": "614d63b2-6457-439a-afbf-f637f91e72c1", "NAME": "South Street\/Front-8th", "P_DIST": "Central", "ST_EXT": "Front8th\/PineBainbridge", "PT_ADD": "327 South Street", "ZIP": 19147, "SURVEY_YEAR": 2012, "GLA": "445,000", "GLA_2003": null, "GLA_1995": "398,000", "COMM_COUNT": 422, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 341, "OCC_COUNT": 350, "VAC_COUNT": 72, "VAC_RATE": "17.10%", "VAC_RATE_2003": null, "VAC_RATE_1995": "10.60%", "CORRIDOR_TYPE": 6, "PHYS_CHAR": 1, "AGE": 1890, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": null, "COND_SUM_1995": "4", "CRM_ORG": "South Street Headhouse District", "SS_DIST": "South Street Headhouse District", "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 2, "FY11_SIP_TOTAL": 8073, "FY12_SIP": 4, "FY12_SIP_TOTAL": 28728, "FY13_SIP": 7, "FY13_SIP_TOTAL": 29489, "FY14_SIP": 4, "FY14_SIP_TOTAL": 12228, "FY15_SIP": 5, "FY15_SIP_TOTAL": 32526, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 3193703.0, "FY08_11_SBP_TOTAL": 23910406.0, "FY12_15_SBP_CITY": 794475, "FY12_15_SBP_TOTAL": 2094475.0, "FY16_19_SBP_CITY": 1450000, "FY16_19_SBP_TOTAL": 1450000, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 445410.9140625, "Shape__Length": 3856.3793254637599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143643756111302, 39.942894833185299 ], [ -75.145245464005299, 39.943096613784697 ], [ -75.146106425541007, 39.943206470227999 ], [ -75.146153590241596, 39.9429957818747 ], [ -75.146205497078299, 39.942728686362102 ], [ -75.146288643473497, 39.942304288685598 ], [ -75.146357592093295, 39.9423126079081 ], [ -75.147386018582907, 39.942440935722601 ], [ -75.148949343940799, 39.942635991085197 ], [ -75.149154346572502, 39.9426615669421 ], [ -75.150540465178096, 39.9428344904074 ], [ -75.150848673472694, 39.942872937791499 ], [ -75.150963059842795, 39.942887207040599 ], [ -75.151049250433104, 39.942897958529898 ], [ -75.151785926931694, 39.942989851259497 ], [ -75.1521212176647, 39.943031673005102 ], [ -75.153392977891798, 39.9431902960306 ], [ -75.153696604996199, 39.9432281643506 ], [ -75.154576071991698, 39.943337845973097 ], [ -75.1552700476864, 39.943424389839599 ], [ -75.155407036454605, 39.942807601952403 ], [ -75.155491278791104, 39.942416241544997 ], [ -75.155578546619694, 39.9419851298914 ], [ -75.155588795255895, 39.941939067350297 ], [ -75.155672460185201, 39.941538430413097 ], [ -75.155735130629594, 39.941240568147997 ], [ -75.155254698940098, 39.941160516556302 ], [ -75.1541802736092, 39.940998451642699 ], [ -75.153806432410605, 39.9409420595005 ], [ -75.153090124993, 39.940855057295501 ], [ -75.152618556558494, 39.940811839697503 ], [ -75.152158681286807, 39.940769691411496 ], [ -75.151892962522894, 39.940733252321898 ], [ -75.152144928070797, 39.9399456176915 ], [ -75.1515622960586, 39.939835574979902 ], [ -75.151775865519497, 39.939557613671802 ], [ -75.151290459912005, 39.939470060274601 ], [ -75.150884092310207, 39.939397108462899 ], [ -75.150735047130794, 39.940126108253601 ], [ -75.150613093817896, 39.940722587102897 ], [ -75.150577501649195, 39.940896668561201 ], [ -75.149810414941498, 39.940793642483399 ], [ -75.149381501279805, 39.940743987445401 ], [ -75.149013406319895, 39.940696955232397 ], [ -75.148292587981999, 39.940604852347597 ], [ -75.147800721018896, 39.9405484779167 ], [ -75.146934249687703, 39.940441521448399 ], [ -75.146444109825296, 39.940380878868098 ], [ -75.145851093919305, 39.9403099297597 ], [ -75.145228807030506, 39.940232428222203 ], [ -75.144256491937895, 39.940105071210503 ], [ -75.144062689778096, 39.940981101363903 ], [ -75.143932101815594, 39.941587163388199 ], [ -75.143850188710999, 39.941942137775101 ], [ -75.143643756111302, 39.942894833185299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 64, "PCPC_NUM": 11, "GLOBALID": "82e92cc2-8ec7-418d-bcf0-ad55a73a10d7", "NAME": "South Street\/8th-12th", "P_DIST": "Central", "ST_EXT": "8th12th\/LombardBainbridge", "PT_ADD": "1001 South Street", "ZIP": 19147, "SURVEY_YEAR": 2012, "GLA": "115,000", "GLA_2003": "57,015", "GLA_1995": "99,000", "COMM_COUNT": 63, "COMM_COUNT_2003": 31, "COMM_COUNT_1995": 58, "OCC_COUNT": 54, "VAC_COUNT": 9, "VAC_RATE": "14.30%", "VAC_RATE_2003": "12.90%", "VAC_RATE_1995": "32.60%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 2, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 5, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 196698.6796875, "Shape__Length": 1974.023287641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155588795255895, 39.941939067350297 ], [ -75.155578546619694, 39.9419851298914 ], [ -75.155491278791104, 39.942416241544997 ], [ -75.155407036454605, 39.942807601952403 ], [ -75.1552700476864, 39.943424389839599 ], [ -75.155827566471899, 39.943495283985797 ], [ -75.156843967631204, 39.9436245219635 ], [ -75.157621734339301, 39.943726789051802 ], [ -75.158417292102101, 39.943823730427397 ], [ -75.159987313423301, 39.944018330223102 ], [ -75.160397479954199, 39.944063408566997 ], [ -75.1607733159383, 39.944113980648901 ], [ -75.161555612365106, 39.944205227033301 ], [ -75.161557957183405, 39.944205500697798 ], [ -75.161667186688803, 39.943709011985497 ], [ -75.161785506615701, 39.943195370230796 ], [ -75.161873533702106, 39.942754791304601 ], [ -75.161972236110898, 39.9423258375625 ], [ -75.161969894311994, 39.942325547754898 ], [ -75.161505915324895, 39.942268134629899 ], [ -75.161217259098606, 39.942229226499599 ], [ -75.160912262199801, 39.942193511398898 ], [ -75.160330328335405, 39.942121878850799 ], [ -75.1599409257134, 39.942073134114899 ], [ -75.159617640607294, 39.942035285221003 ], [ -75.159301008292601, 39.942000471637499 ], [ -75.158831976189205, 39.941939967309303 ], [ -75.1582340254066, 39.941871542829801 ], [ -75.157765302888293, 39.9418123565817 ], [ -75.157254905169594, 39.941746497653597 ], [ -75.1568614457412, 39.941694074518303 ], [ -75.156765019767803, 39.941674632695303 ], [ -75.156181507548197, 39.941607269910698 ], [ -75.155672460185201, 39.941538430413097 ], [ -75.155588795255895, 39.941939067350297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 65, "PCPC_NUM": 133, "GLOBALID": "369635a7-1551-4451-8124-f5df2201f8b2", "NAME": "48th and Brown", "P_DIST": "West", "ST_EXT": "47th49th\/ParrishAspen", "PT_ADD": "801 N. 48th Street", "ZIP": 19139, "SURVEY_YEAR": 2017, "GLA": "15,000", "GLA_2003": "58,000", "GLA_1995": "45,000", "COMM_COUNT": 3, "COMM_COUNT_2003": 15, "COMM_COUNT_1995": 2, "OCC_COUNT": 3, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": "53.00%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 3, "AGE": 1960, "STAGE": 4, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 4, "COND_SUM": 7, "COND_SUM_2003": 11, "COND_SUM_1995": "8", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 38346.4921875, "Shape__Length": 1028.8834630369599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216971758282398, 39.965188386084499 ], [ -75.216530628608197, 39.965218368974099 ], [ -75.216664233571194, 39.966355151552598 ], [ -75.215433091895207, 39.966436429587503 ], [ -75.215560871198505, 39.967549686090003 ], [ -75.2172295475807, 39.9674338854296 ], [ -75.216971758282398, 39.965188386084499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 66, "PCPC_NUM": 14, "GLOBALID": "3380e456-e59e-481d-be21-274f0a812375", "NAME": "Central Waterfront\/Spring Garden", "P_DIST": "Central", "ST_EXT": "Delaware RiverI95\/ColumbiaRace", "PT_ADD": "608 N. Delaware Ave", "ZIP": 19123, "SURVEY_YEAR": 2012, "GLA": "275,000", "GLA_2003": null, "GLA_1995": "175,000", "COMM_COUNT": 38, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 27, "OCC_COUNT": 24, "VAC_COUNT": 14, "VAC_RATE": "36.80%", "VAC_RATE_2003": null, "VAC_RATE_1995": "18.50%", "CORRIDOR_TYPE": 6, "PHYS_CHAR": 5, "AGE": 1980, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": 4, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": null, "COND_SUM_1995": "9", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 2126618.10546875, "Shape__Length": 6173.2569145068801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134478102769094, 39.952950082522101 ], [ -75.133823852844898, 39.954271178059699 ], [ -75.132269786942203, 39.957051438563298 ], [ -75.131539832088905, 39.9582915150202 ], [ -75.130881613009393, 39.959152253198603 ], [ -75.129832187759405, 39.960225112888502 ], [ -75.1277765813618, 39.961530331128301 ], [ -75.125930800048806, 39.962474062874001 ], [ -75.128700184613194, 39.966986907171197 ], [ -75.128898348211905, 39.967321487482103 ], [ -75.128992118232901, 39.967527646278199 ], [ -75.129195493199205, 39.9678869719028 ], [ -75.129285600016999, 39.968051930203302 ], [ -75.129402568266997, 39.968266061842201 ], [ -75.130253777007397, 39.9679986922255 ], [ -75.1307388568043, 39.967841523326399 ], [ -75.1308348462845, 39.967810421600397 ], [ -75.131738659036202, 39.967548857963301 ], [ -75.132439302681306, 39.9673388162485 ], [ -75.132649517912199, 39.967275796035501 ], [ -75.133139941994898, 39.9671287702553 ], [ -75.133908960415397, 39.966899731298597 ], [ -75.134310786571007, 39.966774645990398 ], [ -75.134419333778496, 39.966733059465497 ], [ -75.134769755268493, 39.966598806863999 ], [ -75.135171590935897, 39.966427143062504 ], [ -75.135468992638806, 39.966276464477097 ], [ -75.135585573023903, 39.966217398049999 ], [ -75.135880470097106, 39.966048775130098 ], [ -75.136162805386604, 39.965870027027698 ], [ -75.1362271706558, 39.965829276723703 ], [ -75.136707518660899, 39.965467615940199 ], [ -75.137140365434306, 39.965064196594 ], [ -75.137174500258396, 39.9650323820903 ], [ -75.137484299718693, 39.964734489507798 ], [ -75.137614258686597, 39.9646095248062 ], [ -75.138107987262003, 39.964062115249398 ], [ -75.138119332596204, 39.964049536635102 ], [ -75.138575075945894, 39.963477604131199 ], [ -75.138753530317103, 39.963239049812003 ], [ -75.138977298706806, 39.962939921695501 ], [ -75.139223783155998, 39.962548478539901 ], [ -75.139419352914899, 39.962234321329802 ], [ -75.139645366150802, 39.961813738300798 ], [ -75.139763560582196, 39.961574830580901 ], [ -75.1399271989564, 39.961181562499803 ], [ -75.140053684080598, 39.960837672981 ], [ -75.140152422053106, 39.960670061792499 ], [ -75.140181932440996, 39.960573793789699 ], [ -75.1402221023625, 39.960442750887204 ], [ -75.140305212785904, 39.960171623230302 ], [ -75.140458001277395, 39.959673184458502 ], [ -75.140488769169707, 39.9595728092999 ], [ -75.140642829282996, 39.959026863073497 ], [ -75.140729019651104, 39.958454028210298 ], [ -75.1407282427149, 39.958018424353497 ], [ -75.140723498338204, 39.957319435031501 ], [ -75.140723784729502, 39.957248383244 ], [ -75.140724354976697, 39.957107138286403 ], [ -75.140733627622396, 39.957038216371302 ], [ -75.140750618347198, 39.956911918034898 ], [ -75.140750151087403, 39.956431754793499 ], [ -75.140750152101404, 39.956431667417299 ], [ -75.140754650617296, 39.955644340230997 ], [ -75.140780722510399, 39.954943735248001 ], [ -75.140845599542899, 39.954464466234199 ], [ -75.140901682864396, 39.954068407628199 ], [ -75.140956045606103, 39.9536844854021 ], [ -75.1405472392577, 39.953614024645603 ], [ -75.140015782525296, 39.953518004913498 ], [ -75.139873997986598, 39.953889605719297 ], [ -75.134478102769094, 39.952950082522101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 67, "PCPC_NUM": 115, "GLOBALID": "d010638c-5805-4e43-9788-5fa545761b9e", "NAME": "Park West Town Center", "P_DIST": "West Park", "ST_EXT": "ParksideAmtrak\/50th52nd", "PT_ADD": "1575 N. 52nd Street", "ZIP": 19131, "SURVEY_YEAR": 2017, "GLA": "335,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 20, "COMM_COUNT_2003": 0, "COMM_COUNT_1995": 0, "OCC_COUNT": 19, "VAC_COUNT": 1, "VAC_RATE": "5.0%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 3, "PHYS_CHAR": 3, "AGE": 200, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 3, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": "WPEZ", "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": 2, "FY15_SIP_TOTAL": 36000, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 381691.8359375, "Shape__Length": 2504.4859962487199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221455298769698, 39.980758583520597 ], [ -75.222491526665905, 39.981145876023497 ], [ -75.223160075169901, 39.981390375729298 ], [ -75.223988474294799, 39.9815664352802 ], [ -75.225056367617896, 39.981422278968203 ], [ -75.226132965975694, 39.979727174181697 ], [ -75.225371783105501, 39.979449156770798 ], [ -75.226340570221396, 39.977916895764103 ], [ -75.221667541135304, 39.976160765128398 ], [ -75.219262746949994, 39.979947414067297 ], [ -75.221455298769698, 39.980758583520597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 68, "PCPC_NUM": 116, "GLOBALID": "77ed304c-88a1-48a9-843d-206523e67374", "NAME": "Progress Haddington Plaza", "P_DIST": "West", "ST_EXT": "55th57th\/HaverfordVine", "PT_ADD": "5601 Vine Street\r\n\r\ne Stre5601 Vine Street\r\net", "ZIP": 19139, "SURVEY_YEAR": 2017, "GLA": "80,000", "GLA_2003": "84,000", "GLA_1995": "50,000", "COMM_COUNT": 15, "COMM_COUNT_2003": 14, "COMM_COUNT_1995": 11, "OCC_COUNT": 12, "VAC_COUNT": 3, "VAC_RATE": "20.0%\r\n", "VAC_RATE_2003": "7.10%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 3, "AGE": 1980, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 7, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 91202.6953125, "Shape__Length": 1436.24375928526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233613396276397, 39.967352571073398 ], [ -75.233906033279197, 39.965856063133899 ], [ -75.231769510499106, 39.965586450310902 ], [ -75.231764008908897, 39.966208879145803 ], [ -75.231789352627999, 39.966385815270002 ], [ -75.231851544496706, 39.9667528458397 ], [ -75.229850644376896, 39.966544386600098 ], [ -75.229816397491405, 39.9670917016647 ], [ -75.231348558943495, 39.967818710923602 ], [ -75.233664933679805, 39.967633172116301 ], [ -75.233613396276397, 39.967352571073398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 69, "PCPC_NUM": 118, "GLOBALID": "2e2c553c-a910-41be-8773-cb7ed15766c1", "NAME": "North 52nd Street", "P_DIST": "West Park", "ST_EXT": "N 52nd\/ LancasterPoplar", "PT_ADD": "1300 N. 52nd Street", "ZIP": 19131, "SURVEY_YEAR": 2017, "GLA": "150,000", "GLA_2003": "234,000", "GLA_1995": "120,000", "COMM_COUNT": 111, "COMM_COUNT_2003": 169, "COMM_COUNT_1995": 128, "OCC_COUNT": 97, "VAC_COUNT": 14, "VAC_RATE": "12.6%\r\n", "VAC_RATE_2003": "42.60%", "VAC_RATE_1995": "33.60%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1910, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 10, "COND_SUM_1995": "10", "CRM_ORG": "West Phila Financial Services Institution", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": "WPEZ", "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 1, "FY13_SIP_TOTAL": 12000, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": 300000, "FY16_19_SBP_TOTAL": 300000, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 350441.28515625, "Shape__Length": 5220.6651812753098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221983665547199, 39.975791534696398 ], [ -75.224481066833604, 39.976960142227398 ], [ -75.2252999177026, 39.977297313269197 ], [ -75.2302202371107, 39.979300642314797 ], [ -75.230172897731293, 39.978803769339599 ], [ -75.229888755717198, 39.976885653587502 ], [ -75.227730322611606, 39.977029966615198 ], [ -75.227371525726198, 39.976944166325197 ], [ -75.227011234900999, 39.974581466011401 ], [ -75.226705734526007, 39.972909984953503 ], [ -75.226417448308197, 39.971708452342902 ], [ -75.229770022028703, 39.971359226661399 ], [ -75.229824365615698, 39.971645786531901 ], [ -75.230787209447698, 39.971536161950297 ], [ -75.230615753624406, 39.970611081151901 ], [ -75.228294875353996, 39.970840342204397 ], [ -75.227174572419401, 39.970963966943799 ], [ -75.226278069363104, 39.971084453709103 ], [ -75.226154603218504, 39.970404712330399 ], [ -75.225058768043596, 39.970545093196499 ], [ -75.225247728029302, 39.971569893305201 ], [ -75.225532176295005, 39.973046266342401 ], [ -75.225656128487103, 39.9737112526118 ], [ -75.225897216543899, 39.974911246271901 ], [ -75.226022959848294, 39.975822613093001 ], [ -75.225817118652401, 39.976205182979797 ], [ -75.222817395787303, 39.974819498265902 ], [ -75.222187627705395, 39.975536414846601 ], [ -75.221983665547199, 39.975791534696398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 70, "PCPC_NUM": 119, "GLOBALID": "89d66646-fc1f-46a5-8895-45cb33cf5749", "NAME": "Lansdowne Avenue", "P_DIST": "West", "ST_EXT": "Lansdowne\/59th63rd", "PT_ADD": "6014 Lansdowne Avenue", "ZIP": 19151, "SURVEY_YEAR": 2017, "GLA": "90,000", "GLA_2003": "127,000", "GLA_1995": "95,000", "COMM_COUNT": 82, "COMM_COUNT_2003": 91, "COMM_COUNT_1995": 75, "OCC_COUNT": 52, "VAC_COUNT": 30, "VAC_RATE": "36.6%", "VAC_RATE_2003": "20.90%", "VAC_RATE_1995": "24.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 9, "COND_SUM_2003": 7, "COND_SUM_1995": "7", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 13, "FY11_SIP_TOTAL": 108787, "FY12_SIP": 2, "FY12_SIP_TOTAL": 16000, "FY13_SIP": 1, "FY13_SIP_TOTAL": 7388, "FY14_SIP": 2, "FY14_SIP_TOTAL": 14588, "FY15_SIP": 1, "FY15_SIP_TOTAL": 7200, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 1905489.0, "FY08_11_SBP_TOTAL": 1905489.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 88758.76171875, "Shape__Length": 2075.365145368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241079033423603, 39.9761737991237 ], [ -75.2465715388132, 39.975566238584001 ], [ -75.246450824443301, 39.974937831284301 ], [ -75.241742081261705, 39.975443853315497 ], [ -75.241678942105594, 39.975105670342003 ], [ -75.241570950716095, 39.975109560902801 ], [ -75.2409766927574, 39.9751742657498 ], [ -75.240893377367499, 39.975183294763298 ], [ -75.240957584621796, 39.975526572394998 ], [ -75.240177043435494, 39.975608869008802 ], [ -75.239344311430798, 39.975696661553798 ], [ -75.238510865961899, 39.975784523490503 ], [ -75.238572493869796, 39.976110593129597 ], [ -75.238638296037294, 39.976453171078703 ], [ -75.239468806533395, 39.976358115172999 ], [ -75.240299921575598, 39.976262983638897 ], [ -75.241079033423603, 39.9761737991237 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 71, "PCPC_NUM": 120, "GLOBALID": "cec08562-7029-44c3-b447-e56fec5e6d8e", "NAME": "54006000 Lancaster Ave", "P_DIST": "West", "ST_EXT": "Lancaster\/54th61st", "PT_ADD": "5648 Lancaster Avenue", "ZIP": 19131, "SURVEY_YEAR": 2017, "GLA": "80,000", "GLA_2003": "70,000", "GLA_1995": "25,000", "COMM_COUNT": 42, "COMM_COUNT_2003": 41, "COMM_COUNT_1995": 20, "OCC_COUNT": 35, "VAC_COUNT": 7, "VAC_RATE": "16.7%", "VAC_RATE_2003": "39.00%", "VAC_RATE_1995": "20.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1930, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 9, "COND_SUM_1995": "9", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": "WPEZ (5300 block only)", "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 1843200.0, "FY08_11_SBP_TOTAL": 1843200.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 167561.546875, "Shape__Length": 3871.1648962127601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230222037956096, 39.9794462179742 ], [ -75.242493811484294, 39.9836920173152 ], [ -75.242933483215694, 39.983006554581102 ], [ -75.241477415353202, 39.982547031485197 ], [ -75.241522957907904, 39.982803654807697 ], [ -75.236108069550198, 39.980959163486702 ], [ -75.236032234243197, 39.9803917921897 ], [ -75.235565412924899, 39.980445929617701 ], [ -75.235425992002604, 39.9796919507572 ], [ -75.235164585135905, 39.979721981439098 ], [ -75.234947631167998, 39.978551506383397 ], [ -75.234070403297395, 39.978643128385897 ], [ -75.234178114259393, 39.979306541694399 ], [ -75.234116835515493, 39.9798992631275 ], [ -75.232380091202501, 39.979556754273702 ], [ -75.231288687816701, 39.979072715380099 ], [ -75.230110925473596, 39.978385434716898 ], [ -75.2302202371107, 39.979300642314797 ], [ -75.230222037956096, 39.9794462179742 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 72, "PCPC_NUM": 121, "GLOBALID": "b77275b7-182b-4861-a425-d8799b485537", "NAME": "Lancaster and Girard", "P_DIST": "West Park", "ST_EXT": "Lancaster\/44th50th", "PT_ADD": "4825 Lancaster Avenue", "ZIP": 19131, "SURVEY_YEAR": 2017, "GLA": "70,000", "GLA_2003": "40,000", "GLA_1995": "20,000", "COMM_COUNT": 56, "COMM_COUNT_2003": 20, "COMM_COUNT_1995": 10, "OCC_COUNT": 45, "VAC_COUNT": 11, "VAC_RATE": "19.6%\r\n", "VAC_RATE_2003": "20.00%", "VAC_RATE_1995": "20.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1920, "STAGE": 2, "STAGE_2003": 4, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": 10, "COND_SUM_1995": "9", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": "WPEZ", "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 1, "FY11_SIP_TOTAL": 12000, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 900000.0, "FY08_11_SBP_TOTAL": 1900000.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 273458.859375, "Shape__Length": 3548.80808930482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211579231834307, 39.969946510508102 ], [ -75.213889097967893, 39.971320622929198 ], [ -75.216381197495593, 39.9728277067262 ], [ -75.219532066864801, 39.974648982757401 ], [ -75.221983665547199, 39.975791534696398 ], [ -75.222770066691893, 39.974880314902698 ], [ -75.218880207265997, 39.972507690475098 ], [ -75.217672499032403, 39.972647190223697 ], [ -75.216087672322004, 39.971627464657402 ], [ -75.216038123289493, 39.970656365870703 ], [ -75.211274434610004, 39.9682162225185 ], [ -75.211337657763195, 39.968735144290299 ], [ -75.211465488235703, 39.969391990839902 ], [ -75.211579231834307, 39.969946510508102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 73, "PCPC_NUM": 122, "GLOBALID": "41410f0e-744d-4b40-a848-45024fa3c7de", "NAME": "63rd and Lancaster", "P_DIST": "West Park", "ST_EXT": "61st63rd\/SherwoodLebanon", "PT_ADD": "1923 North 63rd Street\r\n", "ZIP": 19151, "SURVEY_YEAR": 2017, "GLA": "80,000", "GLA_2003": "103,000", "GLA_1995": "79,000", "COMM_COUNT": 34, "COMM_COUNT_2003": 51, "COMM_COUNT_1995": 52, "OCC_COUNT": 32, "VAC_COUNT": 4, "VAC_RATE": "11.8%", "VAC_RATE_2003": "23.50%", "VAC_RATE_1995": "8.20%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1920, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": 6, "COND_SUM_1995": "6", "CRM_ORG": "City Ave District", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 2, "FY11_SIP_TOTAL": 15408, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 1, "FY13_SIP_TOTAL": 11445, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 500000, "FY12_15_SBP_TOTAL": 1000000.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 221627.08203125, "Shape__Length": 2951.7227913793099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.246704309435401, 39.986155889336601 ], [ -75.247323478729797, 39.986816669535401 ], [ -75.248069734793503, 39.986497414764102 ], [ -75.247772392056206, 39.986104787816799 ], [ -75.247565511484794, 39.985755433855701 ], [ -75.247521333261105, 39.985663088503102 ], [ -75.248240595617702, 39.985316292097799 ], [ -75.247832582155596, 39.9836684815875 ], [ -75.247624689999199, 39.982582265080303 ], [ -75.247225065151198, 39.980392303525797 ], [ -75.245765204443401, 39.981325928784798 ], [ -75.246201078254998, 39.983582243212503 ], [ -75.243085679268205, 39.982769273618104 ], [ -75.242493811484294, 39.9836920173152 ], [ -75.244595103004897, 39.984820187885497 ], [ -75.2457178301092, 39.984291631652198 ], [ -75.245965627778602, 39.9847450869566 ], [ -75.246270123708399, 39.985291770642803 ], [ -75.246704309435401, 39.986155889336601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 74, "PCPC_NUM": 123, "GLOBALID": "e2188629-2d7b-4315-8855-a1b7b6ddb95f", "NAME": "54th and Berks", "P_DIST": "West Park", "ST_EXT": "N 54th\/LebanonHazelhurst", "PT_ADD": "1901 N. 54th Street", "ZIP": 19131, "SURVEY_YEAR": 2011, "GLA": "40,000", "GLA_2003": "40,000", "GLA_1995": "30,000", "COMM_COUNT": 45, "COMM_COUNT_2003": 44, "COMM_COUNT_1995": 30, "OCC_COUNT": 32, "VAC_COUNT": 13, "VAC_RATE": "28.90%", "VAC_RATE_2003": "18.20%", "VAC_RATE_1995": "10.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": 9, "COND_SUM_1995": "9", "CRM_ORG": "Wynnefield Overbrook Revit Corp", "SS_DIST": null, "CDC_TAX_CREDIT": "WORC", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 125000, "FY12_15_SBP_TOTAL": 125000.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 34441.9609375, "Shape__Length": 1395.45907273225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2312234355893, 39.985319601235801 ], [ -75.231641697814794, 39.9852277590699 ], [ -75.231868720972102, 39.985886930608103 ], [ -75.231443510840194, 39.9859808782127 ], [ -75.231695084500501, 39.986736786284503 ], [ -75.231951612993996, 39.987507561573999 ], [ -75.232311894690596, 39.9874294615487 ], [ -75.232408199946505, 39.987408584234103 ], [ -75.232576646255097, 39.987346822549597 ], [ -75.232633339542105, 39.9873352430482 ], [ -75.232373195287806, 39.986596252020099 ], [ -75.232106663763204, 39.985839095721801 ], [ -75.231874429780703, 39.9851793562718 ], [ -75.231681974983999, 39.984632612589898 ], [ -75.231510729507505, 39.984146116790299 ], [ -75.231487925147505, 39.984068701072502 ], [ -75.231255627714802, 39.984115840341502 ], [ -75.231144029130903, 39.983766431166103 ], [ -75.231089171108593, 39.983594670466502 ], [ -75.230917930899906, 39.9836286160021 ], [ -75.2309301589939, 39.983681691766797 ], [ -75.231060232460806, 39.984054924444401 ], [ -75.2310976464574, 39.984151450269103 ], [ -75.230853029989106, 39.984206586804298 ], [ -75.231077464037199, 39.984880983330903 ], [ -75.2312234355893, 39.985319601235801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 75, "PCPC_NUM": 124, "GLOBALID": "b766ef00-1667-4eab-b830-bbaa69d8701e", "NAME": "Bryn Mawr and Wynnefield", "P_DIST": "West Park", "ST_EXT": "Bryn Mawr\/NevadaGainor", "PT_ADD": "5026 Wynnefield Avenue", "ZIP": 19131, "SURVEY_YEAR": 2011, "GLA": "28,000", "GLA_2003": "28,000", "GLA_1995": "25,000", "COMM_COUNT": 10, "COMM_COUNT_2003": 10, "COMM_COUNT_1995": 10, "OCC_COUNT": 9, "VAC_COUNT": 1, "VAC_RATE": "10.00%", "VAC_RATE_2003": "10.00%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 7, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 30778.09375, "Shape__Length": 875.70086456504202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226575536189799, 39.992715167657302 ], [ -75.226574850350005, 39.991525273522598 ], [ -75.226953681773196, 39.991546685548997 ], [ -75.2269699596213, 39.990966843739997 ], [ -75.226768248909806, 39.990956895633502 ], [ -75.226574877498805, 39.9909604967972 ], [ -75.226574887797796, 39.990742803544499 ], [ -75.226574890092095, 39.990707057441398 ], [ -75.226407421541296, 39.990708621185902 ], [ -75.2259306481523, 39.990702587826497 ], [ -75.225872344376896, 39.9907010380998 ], [ -75.225764457617004, 39.990701943363099 ], [ -75.225768985071099, 39.991483500314303 ], [ -75.225776143044996, 39.992719147371602 ], [ -75.225766160675505, 39.992787583831003 ], [ -75.226437282554201, 39.992796947157601 ], [ -75.226573347763505, 39.992796787707903 ], [ -75.226572658080499, 39.992715103483903 ], [ -75.226575536189799, 39.992715167657302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 76, "PCPC_NUM": 125, "GLOBALID": "5931ad1b-1d0e-4ba0-84a7-bd03e9fea4ea", "NAME": "54th and City Avenue", "P_DIST": "West Park", "ST_EXT": "54th\/City AveOverbrook", "PT_ADD": "2463 N. 54th Street", "ZIP": 19066, "SURVEY_YEAR": 2011, "GLA": "50,000", "GLA_2003": "24,000", "GLA_1995": "50,000", "COMM_COUNT": 25, "COMM_COUNT_2003": 12, "COMM_COUNT_1995": 29, "OCC_COUNT": 22, "VAC_COUNT": 3, "VAC_RATE": "12.00%", "VAC_RATE_2003": "33.30%", "VAC_RATE_1995": "17.20%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 4, "COND_SUM": 7, "COND_SUM_2003": 8, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 59583.55078125, "Shape__Length": 1670.9915013304401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233282665942099, 39.998133127343799 ], [ -75.233355388054306, 39.998220331482599 ], [ -75.233428075052302, 39.998308488053503 ], [ -75.234386449488696, 39.997858235123601 ], [ -75.2354929111671, 39.997338391017401 ], [ -75.235557553045098, 39.997309810166698 ], [ -75.236580784792096, 39.996857393128302 ], [ -75.236325174041397, 39.996611266791298 ], [ -75.236324847124394, 39.996610952393702 ], [ -75.235287937022207, 39.997096892590598 ], [ -75.234133032784399, 39.995610678046503 ], [ -75.234030399046006, 39.9947453973151 ], [ -75.234030344690893, 39.994744935715502 ], [ -75.234030270316296, 39.994744951204197 ], [ -75.233349684505299, 39.994889739507101 ], [ -75.233349770792699, 39.9948901927973 ], [ -75.233531317647504, 39.9958408427526 ], [ -75.234367718535793, 39.996957669891202 ], [ -75.2340091950729, 39.997135494769203 ], [ -75.234008928874005, 39.9971356285889 ], [ -75.232937543242699, 39.9976742863319 ], [ -75.233027728795804, 39.997792184887103 ], [ -75.233083712263493, 39.997865062186001 ], [ -75.2331292554898, 39.997924348797802 ], [ -75.233193480201095, 39.998007952872499 ], [ -75.233230782612097, 39.998056511717799 ], [ -75.233235279837501, 39.998063153340198 ], [ -75.233237012560494, 39.998065711411201 ], [ -75.233249742356804, 39.998084509547901 ], [ -75.233256724262404, 39.998094819533797 ], [ -75.233282665942099, 39.998133127343799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 77, "PCPC_NUM": 41, "GLOBALID": "59a057ba-0005-4f11-ade7-baaddb74e8eb", "NAME": "Penrose and Packer", "P_DIST": "Lower South", "ST_EXT": "19th22nd\/PollockHomestead", "PT_ADD": "2016 Penrose Avenue", "ZIP": 19145, "SURVEY_YEAR": 2011, "GLA": "28,000", "GLA_2003": "28,000", "GLA_1995": "28,000", "COMM_COUNT": 11, "COMM_COUNT_2003": 9, "COMM_COUNT_1995": 7, "OCC_COUNT": 10, "VAC_COUNT": 1, "VAC_RATE": "9.10%", "VAC_RATE_2003": "19.00%", "VAC_RATE_1995": "28.60%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 2, "AGE": 1970, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 4, "COND_SUM": 9, "COND_SUM_2003": 10, "COND_SUM_1995": "10", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 128942.640625, "Shape__Length": 2138.6986844699099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185518924456204, 39.912279752756099 ], [ -75.185746165686297, 39.911992560345901 ], [ -75.185815711536307, 39.911823823933403 ], [ -75.185882918113293, 39.911551626192903 ], [ -75.185566536914394, 39.911520241386803 ], [ -75.185220478441195, 39.911482091044299 ], [ -75.185000216762703, 39.911458917837102 ], [ -75.184867674532597, 39.911413379610003 ], [ -75.184732558806402, 39.911323208834197 ], [ -75.185306866986593, 39.910890370226198 ], [ -75.185153892882099, 39.910767100949101 ], [ -75.182664642367101, 39.911985284673001 ], [ -75.182152491019494, 39.912232369915003 ], [ -75.181843294213607, 39.912381539046699 ], [ -75.180918331170503, 39.912820883267102 ], [ -75.180857978792403, 39.912833640701599 ], [ -75.180699036595399, 39.912867239314899 ], [ -75.180344011147497, 39.912960181498498 ], [ -75.179860175487207, 39.913068420203899 ], [ -75.179521296966797, 39.913088356929798 ], [ -75.179087617919905, 39.913095856582999 ], [ -75.179079107662403, 39.913154873080003 ], [ -75.179063639565499, 39.913262144052297 ], [ -75.178975100267294, 39.913876141197797 ], [ -75.178925164713803, 39.914222427490799 ], [ -75.179086421014901, 39.914414662449701 ], [ -75.179574283005095, 39.914219625208503 ], [ -75.180326947915205, 39.913909120746403 ], [ -75.180466332583194, 39.913856208066797 ], [ -75.180907792261607, 39.913671479003199 ], [ -75.181349249575604, 39.913486747339597 ], [ -75.181813524115896, 39.913259858639499 ], [ -75.181949319064898, 39.913193000836401 ], [ -75.182150235675493, 39.913164426703702 ], [ -75.183097511622506, 39.913029703157399 ], [ -75.184083176104906, 39.912942480884603 ], [ -75.184861823320304, 39.912909527581803 ], [ -75.185206518319404, 39.912633197419197 ], [ -75.185518924456204, 39.912279752756099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 78, "PCPC_NUM": 42, "GLOBALID": "84f2d828-3700-4a06-96a9-49102facbbf0", "NAME": "Navy Yard", "P_DIST": "Lower South", "ST_EXT": "League Island16th\/I95Delaware River", "PT_ADD": "5000 S. Broad Street ", "ZIP": 19112, "SURVEY_YEAR": 2011, "GLA": "4,614", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 2, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 2, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 2000, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 1696549.484375, "Shape__Length": 5259.3421287056199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179320312862998, 39.894012789326801 ], [ -75.178996180697396, 39.891491560397199 ], [ -75.178980038566394, 39.891435510304099 ], [ -75.178915067787898, 39.891242284002502 ], [ -75.178879816602503, 39.8910064216983 ], [ -75.178723970319595, 39.889833385662399 ], [ -75.178572870213898, 39.888660713467999 ], [ -75.178590478416993, 39.8885579020276 ], [ -75.176883321528607, 39.888683423034898 ], [ -75.175713321810505, 39.888769434891103 ], [ -75.175563212216403, 39.887432887167201 ], [ -75.175328084613895, 39.887436064761999 ], [ -75.174137211271002, 39.887431150963103 ], [ -75.173331355326496, 39.887443619803101 ], [ -75.173304156895696, 39.887441432424801 ], [ -75.173218265896907, 39.887434523184297 ], [ -75.171517624051404, 39.887112275319602 ], [ -75.169817263695904, 39.887235716196798 ], [ -75.169172995624805, 39.887289749781502 ], [ -75.166256551297593, 39.887500615031897 ], [ -75.166047477579795, 39.887514576706302 ], [ -75.166471994507901, 39.890711375692902 ], [ -75.166531650258193, 39.890773081311998 ], [ -75.166546969187905, 39.890904228967599 ], [ -75.166622210039407, 39.892072258178999 ], [ -75.166748820023102, 39.892863757056297 ], [ -75.166833876420995, 39.893208850457199 ], [ -75.166985070584204, 39.893601967280297 ], [ -75.167048117329102, 39.893731352229402 ], [ -75.167076309633202, 39.893784335700403 ], [ -75.167112709422398, 39.893820055942001 ], [ -75.167137895303398, 39.893857248012303 ], [ -75.167158203889599, 39.893891409974799 ], [ -75.1671788744015, 39.893925467461997 ], [ -75.167199879787702, 39.8939594243692 ], [ -75.167221197637801, 39.893993285597297 ], [ -75.167242799731397, 39.8940270550154 ], [ -75.167264663657804, 39.8940607375242 ], [ -75.167286761197005, 39.894094336993 ], [ -75.167309069903695, 39.894127859222898 ], [ -75.167331562760694, 39.894161307208996 ], [ -75.167354215053805, 39.894194684899396 ], [ -75.167377001966202, 39.894227998942903 ], [ -75.167399897649005, 39.894261252361197 ], [ -75.167422876219305, 39.894294449076 ], [ -75.167445914062995, 39.894327594862297 ], [ -75.167468985331197, 39.8943606927416 ], [ -75.167492201703595, 39.894393728111098 ], [ -75.167515689261094, 39.894426676780903 ], [ -75.167539450648803, 39.894459530701397 ], [ -75.167563487343898, 39.894492281796303 ], [ -75.167587805497604, 39.894524922095101 ], [ -75.167612404249496, 39.894557443468997 ], [ -75.167637289750999, 39.894589837947201 ], [ -75.167662462276098, 39.894622098327702 ], [ -75.167687925707, 39.894654214786499 ], [ -75.167713683823905, 39.894686180200402 ], [ -75.167739738069201, 39.894717987393697 ], [ -75.167766091156594, 39.894749626516003 ], [ -75.167792746865999, 39.894781090444198 ], [ -75.167819707842895, 39.894812371128602 ], [ -75.1678469790359, 39.894843461472199 ], [ -75.167874689178106, 39.894874359869902 ], [ -75.167902917362298, 39.894905047379702 ], [ -75.167931666985893, 39.894935496146402 ], [ -75.167960946224099, 39.894965675719199 ], [ -75.167990759642905, 39.894995558268903 ], [ -75.168021114214596, 39.895025114218697 ], [ -75.168052015708, 39.895054314865703 ], [ -75.168083469892196, 39.895083131506802 ], [ -75.1681154825703, 39.8951115345387 ], [ -75.168148060645706, 39.895139496185003 ], [ -75.1681812087526, 39.8951669868162 ], [ -75.168214901670396, 39.895194054518399 ], [ -75.168249076716606, 39.895220778970597 ], [ -75.168507251019506, 39.895445367828003 ], [ -75.168813541670005, 39.895670292697702 ], [ -75.169036041033706, 39.895819912495703 ], [ -75.169081034241103, 39.895852072837599 ], [ -75.169124110495403, 39.895875966428001 ], [ -75.169159654840698, 39.895901581640601 ], [ -75.169195930395205, 39.895926547455197 ], [ -75.169232982911495, 39.895950860396098 ], [ -75.169270736543595, 39.895974607955402 ], [ -75.169309124541897, 39.895997822868203 ], [ -75.169348078920194, 39.8960205396438 ], [ -75.169387532826306, 39.896042793718003 ], [ -75.169427420645505, 39.896064618752703 ], [ -75.169467673256406, 39.896086048330801 ], [ -75.169508226178905, 39.896107117041097 ], [ -75.169549010257597, 39.8961278593667 ], [ -75.169589959843194, 39.896148309870199 ], [ -75.1696310589559, 39.896168488915002 ], [ -75.1696724060793, 39.896188390608998 ], [ -75.169713991418902, 39.896208026444398 ], [ -75.169755794422102, 39.896227413978799 ], [ -75.169797798145197, 39.896246568147802 ], [ -75.169839984407503, 39.896265505661098 ], [ -75.169882331590003, 39.8962842413491 ], [ -75.169924823849499, 39.896302791974598 ], [ -75.169967441870696, 39.896321173320501 ], [ -75.170010166338201, 39.896339401170401 ], [ -75.170052979139697, 39.8963574904339 ], [ -75.170095862059995, 39.896375458721003 ], [ -75.170138794649404, 39.896393320888599 ], [ -75.170181782990696, 39.896411070766597 ], [ -75.170224936303399, 39.896428604493302 ], [ -75.170268262146095, 39.896445907822297 ], [ -75.170311753471793, 39.896462981496001 ], [ -75.170355403199295, 39.896479827156703 ], [ -75.170399203078404, 39.896496446420699 ], [ -75.170443145993801, 39.896512841830699 ], [ -75.170487222560794, 39.8965290140764 ], [ -75.170531425698002, 39.896544964800299 ], [ -75.170575748358303, 39.896560694744601 ], [ -75.170620182223402, 39.896576207326099 ], [ -75.170664703762199, 39.8965915677894 ], [ -75.170709283376596, 39.896606908818399 ], [ -75.170753937072305, 39.896622178514399 ], [ -75.170798685939801, 39.896637314280802 ], [ -75.170843548561194, 39.896652257969798 ], [ -75.170888543654897, 39.896666947832202 ], [ -75.170933691073998, 39.896681323045698 ], [ -75.170967197461493, 39.896691673673303 ], [ -75.170979010637097, 39.896695323687901 ], [ -75.171024522197001, 39.896708888936502 ], [ -75.171070243268701, 39.8967219579161 ], [ -75.171116194873207, 39.896734469830598 ], [ -75.171162391538999, 39.896746380856797 ], [ -75.171208769243194, 39.896757898589399 ], [ -75.171255296349898, 39.896769116923302 ], [ -75.171301960590299, 39.896780050899302 ], [ -75.171348752067402, 39.896790714710903 ], [ -75.171395659681494, 39.896801123425497 ], [ -75.171442671163902, 39.896811292084202 ], [ -75.171489777786405, 39.896821234906902 ], [ -75.171536967314793, 39.8968309660344 ], [ -75.171584228615103, 39.896840501434497 ], [ -75.171631551790597, 39.896849855300601 ], [ -75.171678925741602, 39.8968590427002 ], [ -75.171726338233896, 39.896868077774499 ], [ -75.171773780539496, 39.896876974743201 ], [ -75.171821240321805, 39.896885750448099 ], [ -75.171868707718403, 39.896894418182498 ], [ -75.1719162022912, 39.896902986495697 ], [ -75.171963736930806, 39.896911454776401 ], [ -75.172011313010501, 39.896919817649398 ], [ -75.172058927126102, 39.896928072335101 ], [ -75.1721065793798, 39.896936216132801 ], [ -75.172154269976105, 39.896944243640696 ], [ -75.172201997814298, 39.896952153032302 ], [ -75.172249760761403, 39.8969599388532 ], [ -75.172297558885305, 39.896967599302997 ], [ -75.172345392390497, 39.896975128980202 ], [ -75.172393257838706, 39.896982526005402 ], [ -75.172441155400193, 39.896989785877302 ], [ -75.172489086379997, 39.896996905021098 ], [ -75.172537046204994, 39.897003880630997 ], [ -75.172585037417306, 39.8970107073579 ], [ -75.172633057747106, 39.897017383348903 ], [ -75.172681104993202, 39.897023904950203 ], [ -75.172729180528705, 39.8970302667867 ], [ -75.172777287859603, 39.897036468937301 ], [ -75.1728254290161, 39.8970425195564 ], [ -75.172873602487897, 39.897048427620497 ], [ -75.172921805527807, 39.897054203879797 ], [ -75.172970036591295, 39.897059858210703 ], [ -75.173018291762602, 39.8970654013374 ], [ -75.173066570666194, 39.897070843162503 ], [ -75.173114869351807, 39.897076195310397 ], [ -75.1731631875125, 39.897081465883304 ], [ -75.173211520029298, 39.897086666479296 ], [ -75.173259867695705, 39.897091807027401 ], [ -75.173308225461099, 39.897096897325099 ], [ -75.173356591713301, 39.8971019490494 ], [ -75.1734049661451, 39.897106970302602 ], [ -75.1738295567433, 39.897156546896802 ], [ -75.173878627793599, 39.897156737050103 ], [ -75.175401597573597, 39.897351691949297 ], [ -75.175636816484797, 39.897381800730599 ], [ -75.176714052666597, 39.897493519732102 ], [ -75.177075045625699, 39.896352063981801 ], [ -75.177809952374503, 39.894028169832197 ], [ -75.179320312862998, 39.894012789326801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 79, "PCPC_NUM": 315, "GLOBALID": "d1aa6669-d96a-45a4-b065-7b3615288b83", "NAME": "Bells Corner", "P_DIST": "Central NE", "ST_EXT": "Bustleton\/BergenHoffnagle", "PT_ADD": "8300 Bustleton Ave", "ZIP": 19152, "SURVEY_YEAR": 2012, "GLA": "55,000", "GLA_2003": "60,000", "GLA_1995": "60,000", "COMM_COUNT": 29, "COMM_COUNT_2003": 36, "COMM_COUNT_1995": 36, "OCC_COUNT": 20, "VAC_COUNT": 9, "VAC_RATE": "31.00%", "VAC_RATE_2003": "13.90%", "VAC_RATE_1995": "13.90%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 3, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 89024.92578125, "Shape__Length": 1950.77111799725 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.051242792474198, 40.067075694520703 ], [ -75.051078586744893, 40.068269959644702 ], [ -75.050985867844901, 40.068954997595 ], [ -75.050894356303104, 40.069242044477498 ], [ -75.050757128869705, 40.069553708991201 ], [ -75.051426531075506, 40.0698187544509 ], [ -75.051878296972006, 40.069997625152602 ], [ -75.052021902807496, 40.069682650950298 ], [ -75.052094581616302, 40.069345135021798 ], [ -75.052125603939004, 40.068983747258599 ], [ -75.052231435175699, 40.068660056770398 ], [ -75.052317649982797, 40.0684940221849 ], [ -75.052482832738207, 40.068312381797 ], [ -75.052785702497999, 40.068009759446198 ], [ -75.052120131233494, 40.0675967975289 ], [ -75.051438785323199, 40.067192107537601 ], [ -75.051242792474198, 40.067075694520703 ] ] ], [ [ [ -75.051372955416397, 40.0669346038814 ], [ -75.051466581164206, 40.066833117447999 ], [ -75.052638365469093, 40.065562917417502 ], [ -75.052353264041201, 40.065397349100799 ], [ -75.051504583033307, 40.064904482333702 ], [ -75.050890210180697, 40.0645657725074 ], [ -75.0509093962592, 40.064679642484002 ], [ -75.050835191370396, 40.065474922259597 ], [ -75.050827601268907, 40.065556267086201 ], [ -75.050781452351401, 40.065881315146797 ], [ -75.0506882457275, 40.0662289868079 ], [ -75.050647428878406, 40.066319176952803 ], [ -75.051223174497594, 40.0666393686109 ], [ -75.051242792474198, 40.067075694520703 ], [ -75.051372955416397, 40.0669346038814 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 80, "PCPC_NUM": 316, "GLOBALID": "36bea5ea-e441-4401-aff4-aa9d5fdd4c97", "NAME": "Pennypack Circle", "P_DIST": "Central NE", "ST_EXT": "Boulevard\/BensonHartel", "PT_ADD": "8100 Roosevelt Blvd", "ZIP": 19152, "SURVEY_YEAR": 2012, "GLA": "160,000", "GLA_2003": "160,000", "GLA_1995": "160,000", "COMM_COUNT": 45, "COMM_COUNT_2003": 50, "COMM_COUNT_1995": 50, "OCC_COUNT": 42, "VAC_COUNT": 3, "VAC_RATE": "6.70%", "VAC_RATE_2003": "10.00%", "VAC_RATE_1995": "10.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": null, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 264355.20703125, "Shape__Length": 5222.75334085348 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.044509087491207, 40.059375067301502 ], [ -75.044441392839602, 40.059471794806697 ], [ -75.044391276269806, 40.059552310060504 ], [ -75.043754579067894, 40.060966560283397 ], [ -75.0435897757622, 40.061341259723399 ], [ -75.0434296490062, 40.061715444698002 ], [ -75.0446733320654, 40.062045851848801 ], [ -75.045108235792597, 40.061325419684998 ], [ -75.045375206335095, 40.061049403986097 ], [ -75.045663167038896, 40.060747398142901 ], [ -75.045944412345506, 40.060443464827799 ], [ -75.046255376620707, 40.0600956130165 ], [ -75.045524846954706, 40.059673091706102 ], [ -75.046695941043396, 40.058431613471399 ], [ -75.046279040787297, 40.058201880820199 ], [ -75.047405229383699, 40.057040679742002 ], [ -75.047807213152396, 40.057256781521403 ], [ -75.048148096726393, 40.0574475302423 ], [ -75.048554125215205, 40.057659675101 ], [ -75.0485668686254, 40.057677529858601 ], [ -75.048854855471902, 40.057378442950899 ], [ -75.048746205811895, 40.0573258911121 ], [ -75.048454428512599, 40.057161163323102 ], [ -75.048163909632294, 40.057000203702799 ], [ -75.048119734886996, 40.056925917730197 ], [ -75.048077870330701, 40.056855515523502 ], [ -75.048020199335994, 40.0568244480544 ], [ -75.047971881169701, 40.056798261643998 ], [ -75.047922255765798, 40.056771688553297 ], [ -75.047876185760103, 40.0567459081864 ], [ -75.047798249684206, 40.056702758472198 ], [ -75.048150944014907, 40.056346538813102 ], [ -75.048645222036896, 40.0558442427171 ], [ -75.048714948746607, 40.055786820288098 ], [ -75.048990460518894, 40.055942511484403 ], [ -75.049013423693694, 40.055965759559399 ], [ -75.0493548105988, 40.056145992381197 ], [ -75.050550279879801, 40.054912996141702 ], [ -75.050976021841393, 40.055136687747499 ], [ -75.051194248941002, 40.054891233994702 ], [ -75.051394975238495, 40.054696101343801 ], [ -75.051072010065198, 40.054324697761402 ], [ -75.051070958804004, 40.054247581249001 ], [ -75.050820452052307, 40.052916827170598 ], [ -75.050614412472697, 40.053176925586399 ], [ -75.050350886840306, 40.053475010750503 ], [ -75.049511858497297, 40.054333585954097 ], [ -75.049435256252593, 40.054393030438099 ], [ -75.048583864045099, 40.055236221582099 ], [ -75.048293954873799, 40.0555472076501 ], [ -75.047006060686002, 40.056827208910597 ], [ -75.045862144489504, 40.057972147581502 ], [ -75.044926506062097, 40.058904097874603 ], [ -75.044825965949599, 40.059004240328697 ], [ -75.044820869797803, 40.059118274254601 ], [ -75.044831254921604, 40.059168490960097 ], [ -75.044854299291899, 40.059211867614998 ], [ -75.044993949448596, 40.059381414460603 ], [ -75.044897188851493, 40.059371175549899 ], [ -75.044838067111399, 40.059362472428397 ], [ -75.044771742649601, 40.059355427011297 ], [ -75.044712328480799, 40.059354028051899 ], [ -75.044636206912301, 40.059354063885799 ], [ -75.044571676874497, 40.059361683733201 ], [ -75.044509087491207, 40.059375067301502 ] ] ], [ [ [ -75.045270558674204, 40.055884606273999 ], [ -75.044154432884696, 40.057032925356303 ], [ -75.043593880670997, 40.057592056065999 ], [ -75.0433129613033, 40.0578712124587 ], [ -75.043041365079304, 40.058154402022602 ], [ -75.043864980645793, 40.0586201464371 ], [ -75.043976048925799, 40.058653858578403 ], [ -75.044087805765798, 40.058670311006502 ], [ -75.044186612939299, 40.058671546882401 ], [ -75.044264362266205, 40.058661962533598 ], [ -75.0445059972878, 40.058395387300997 ], [ -75.044934106637896, 40.057969374366799 ], [ -75.045266385674196, 40.057627272186203 ], [ -75.046395361276097, 40.056497028942999 ], [ -75.0469025586263, 40.055993477116601 ], [ -75.045776125250796, 40.055377352750199 ], [ -75.045270558674204, 40.055884606273999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 81, "PCPC_NUM": 44, "GLOBALID": "e9d26198-863d-45af-b1b3-d0c59524a087", "NAME": "West Oregon", "P_DIST": "South", "ST_EXT": "Oregon\/18th22nd ", "PT_ADD": "1901 W. Oregon Avenue", "ZIP": 19145, "SURVEY_YEAR": 2014, "GLA": "140,000", "GLA_2003": "203,650", "GLA_1995": "115,000", "COMM_COUNT": 31, "COMM_COUNT_2003": 30, "COMM_COUNT_1995": 29, "OCC_COUNT": 26, "VAC_COUNT": 5, "VAC_RATE": "16.10%", "VAC_RATE_2003": "6.70%", "VAC_RATE_1995": "6.90%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 4, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 129726.83203125, "Shape__Length": 2101.1351212805998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182654615434402, 39.919002921808001 ], [ -75.184232300125501, 39.919206722560901 ], [ -75.184315673617803, 39.918842616506097 ], [ -75.184377577757601, 39.918572264030502 ], [ -75.184405148030905, 39.918451858969803 ], [ -75.184403859141, 39.918451687769803 ], [ -75.184426980258493, 39.918345611938697 ], [ -75.184436586537799, 39.918301537698902 ], [ -75.180933103258795, 39.917848722980402 ], [ -75.181191547859399, 39.916737702172099 ], [ -75.179593759401996, 39.916526363284397 ], [ -75.179347483678399, 39.917643749243297 ], [ -75.178379125738999, 39.917518558213999 ], [ -75.177767899592496, 39.917439532995999 ], [ -75.177736204256306, 39.917584880617099 ], [ -75.177735406222297, 39.917584787929499 ], [ -75.177708904593501, 39.917710075683097 ], [ -75.177708866179898, 39.917710255924803 ], [ -75.177649829958895, 39.917980978769897 ], [ -75.1776515533479, 39.917981201240998 ], [ -75.177574618193503, 39.918344907973101 ], [ -75.179154018854007, 39.918551671272901 ], [ -75.180724936950995, 39.918749010583099 ], [ -75.182654615434402, 39.919002921808001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 82, "PCPC_NUM": 45, "GLOBALID": "61a9e52c-d3d3-4df6-97ad-44c99cd9cce3", "NAME": "Quartermaster Plaza and vicinity", "P_DIST": "South", "ST_EXT": "22nd25th\/PassyunkI76", "PT_ADD": "2300 W. Oregon Avenue", "ZIP": 19145, "SURVEY_YEAR": 2014, "GLA": "913,000", "GLA_2003": "454,450", "GLA_1995": "424,000", "COMM_COUNT": 81, "COMM_COUNT_2003": 62, "COMM_COUNT_1995": 49, "OCC_COUNT": 72, "VAC_COUNT": 9, "VAC_RATE": "11.10%", "VAC_RATE_2003": "8.10%", "VAC_RATE_1995": "8.20%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": 6, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 637761.3046875, "Shape__Length": 3731.0585839158498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183562075064103, 39.922338078704101 ], [ -75.183499628139003, 39.9226432725386 ], [ -75.183437181822498, 39.922948466364097 ], [ -75.183336771766605, 39.923405021813501 ], [ -75.183951224763703, 39.9232924044423 ], [ -75.184479615216404, 39.9231955577619 ], [ -75.185114664766999, 39.923079158513602 ], [ -75.185715805686598, 39.922968971319797 ], [ -75.186238755295904, 39.922873113126599 ], [ -75.186853873877595, 39.922760356545702 ], [ -75.186939516322397, 39.922327963328001 ], [ -75.187272374232094, 39.922263846697902 ], [ -75.188803102364503, 39.921996083585903 ], [ -75.188980709131101, 39.921961634224402 ], [ -75.189216497757201, 39.920807230932297 ], [ -75.189086409908995, 39.920669989562903 ], [ -75.188939083239205, 39.9205089628745 ], [ -75.188979629471206, 39.920203648713198 ], [ -75.189248934007594, 39.918969643850502 ], [ -75.189296472595998, 39.918975795351699 ], [ -75.1898338079627, 39.916513470803899 ], [ -75.1898511765758, 39.916414863842199 ], [ -75.189860406928005, 39.916315607534898 ], [ -75.189861462991999, 39.916216100225803 ], [ -75.189854337968896, 39.916116740909501 ], [ -75.189839060200697, 39.916017927561697 ], [ -75.1898156955084, 39.9159200571913 ], [ -75.189784333297297, 39.915823521925802 ], [ -75.189745099484, 39.915728707498801 ], [ -75.189698152921295, 39.9156359949719 ], [ -75.189643682025505, 39.915545757055199 ], [ -75.1895819049452, 39.915458353606901 ], [ -75.189513067053397, 39.9153741360822 ], [ -75.189437447030301, 39.915293441362202 ], [ -75.189162054787403, 39.915018349222898 ], [ -75.189076362011306, 39.9149408621102 ], [ -75.188983848445304, 39.914868173618601 ], [ -75.188884966403194, 39.914800638922301 ], [ -75.188780199537902, 39.914738588667703 ], [ -75.188670058233598, 39.914682327068903 ], [ -75.188555084451494, 39.914632127511702 ], [ -75.188435835261103, 39.914588234888598 ], [ -75.188312895701202, 39.914550865886802 ], [ -75.188347402568397, 39.914475993505498 ], [ -75.188003034789801, 39.914394720523603 ], [ -75.187689069133697, 39.914343175404397 ], [ -75.187650159384702, 39.914336783523403 ], [ -75.186112666488697, 39.914137805127297 ], [ -75.185502557378598, 39.914058840223099 ], [ -75.1853329444737, 39.915006541363802 ], [ -75.184599197453807, 39.918367902709399 ], [ -75.184426980258493, 39.918345611938697 ], [ -75.184403859141, 39.918451687769803 ], [ -75.184405148030905, 39.918451858969803 ], [ -75.184377577757601, 39.918572264030502 ], [ -75.184315673617803, 39.918842616506097 ], [ -75.184232300125501, 39.919206722560901 ], [ -75.184087019782396, 39.919841180902203 ], [ -75.184668200034096, 39.919917884960199 ], [ -75.184651089512897, 39.919977490536702 ], [ -75.184390288901895, 39.921151556872097 ], [ -75.184368115868395, 39.921148803709499 ], [ -75.184167806684798, 39.922048382337103 ], [ -75.183753913562697, 39.9219943558941 ], [ -75.183639931717394, 39.921980598983197 ], [ -75.183562075064103, 39.922338078704101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 83, "PCPC_NUM": 72, "GLOBALID": "f7a4dd61-3b96-4e7d-9e8e-bc6c0a5b1097", "NAME": "49th and Woodland", "P_DIST": "University SW", "ST_EXT": "Woodland\/46th50th", "PT_ADD": "4800 Woodland Avenue", "ZIP": 19143, "SURVEY_YEAR": 2012, "GLA": "40,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 43, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 24, "VAC_COUNT": 19, "VAC_RATE": "44.20%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1900, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 4, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 11, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": "University City District", "SS_DIST": "UCD", "CDC_TAX_CREDIT": "UCD", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 2, "FY11_SIP_TOTAL": 20509, "FY12_SIP": 1, "FY12_SIP_TOTAL": 8000, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": 2, "FY14_SIP_TOTAL": 24000, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": 2, "FY15_IS_AMOUNT": 95439, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 31000, "FY12_15_SBP_TOTAL": 31000.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 74783.09765625, "Shape__Length": 1913.3651191112999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211714946331796, 39.942056839866098 ], [ -75.211285621985098, 39.942706514293498 ], [ -75.210864020939098, 39.9425867965276 ], [ -75.210534400569998, 39.943087490838003 ], [ -75.2101820620788, 39.943476454254501 ], [ -75.209854881690902, 39.943806681517799 ], [ -75.2094262945037, 39.944154565927299 ], [ -75.209515015661694, 39.944229132033897 ], [ -75.209757673790904, 39.944433071144502 ], [ -75.210151330243093, 39.944758294619596 ], [ -75.210611055320499, 39.944320683943303 ], [ -75.211267831906397, 39.943695488049102 ], [ -75.212156800883207, 39.942418589339098 ], [ -75.212967588601103, 39.9411668951143 ], [ -75.212604183613706, 39.940859387416303 ], [ -75.213867260186902, 39.9399836677755 ], [ -75.213628586805697, 39.939779697437601 ], [ -75.213626207655196, 39.939781346817497 ], [ -75.213542350918203, 39.939710963059099 ], [ -75.212285855965206, 39.940587491471703 ], [ -75.211911796813496, 39.940990062698503 ], [ -75.211754655832706, 39.941229354980102 ], [ -75.211390672860205, 39.941783619682901 ], [ -75.211714946331796, 39.942056839866098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 84, "PCPC_NUM": 80, "GLOBALID": "65cde1f9-4bc0-4f44-88ca-fb23dd53ff9a", "NAME": "58th and Baltimore", "P_DIST": "University SW", "ST_EXT": "Baltimore\/56th60th", "PT_ADD": "5716 Baltimore Avenue", "ZIP": 19143, "SURVEY_YEAR": 2017, "GLA": "55,000", "GLA_2003": "59,000", "GLA_1995": "55,000", "COMM_COUNT": 20, "COMM_COUNT_2003": 29, "COMM_COUNT_1995": 18, "OCC_COUNT": 19, "VAC_COUNT": 1, "VAC_RATE": "5.00%", "VAC_RATE_2003": "6.90%", "VAC_RATE_1995": "16.70%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 6, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 98257.56640625, "Shape__Length": 1773.5935450275599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240360683680294, 39.946267489566601 ], [ -75.242074622177498, 39.945657661369999 ], [ -75.242760688850097, 39.945396221239001 ], [ -75.242858111386099, 39.944907027292402 ], [ -75.241773660956497, 39.945306861522504 ], [ -75.240577704666904, 39.945758702484603 ], [ -75.240140476059906, 39.945161402578997 ], [ -75.239739521489497, 39.944742295950903 ], [ -75.239457787718706, 39.944475425425303 ], [ -75.238817716752706, 39.944821388575299 ], [ -75.238686354021993, 39.9448947908093 ], [ -75.237412352461703, 39.945354245373402 ], [ -75.237061402761299, 39.945459378138501 ], [ -75.236941814095303, 39.945498976070397 ], [ -75.237049512617205, 39.945828009337603 ], [ -75.237272985337796, 39.946472208588801 ], [ -75.237983025879103, 39.946341005385698 ], [ -75.237886580346597, 39.946797252692598 ], [ -75.239872467638705, 39.946392624604499 ], [ -75.240360683680294, 39.946267489566601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 85, "PCPC_NUM": 81, "GLOBALID": "9cecef42-5bd7-4831-916e-20a937cf2838", "NAME": "55th and Baltimore", "P_DIST": "University SW", "ST_EXT": "Baltimore\/54th56th", "PT_ADD": "5500 Baltimore Avenue", "ZIP": 19143, "SURVEY_YEAR": 2017, "GLA": "25,000", "GLA_2003": "50,000", "GLA_1995": "30,000", "COMM_COUNT": 30, "COMM_COUNT_2003": 35, "COMM_COUNT_1995": 45, "OCC_COUNT": 19, "VAC_COUNT": 11, "VAC_RATE": "36.70%", "VAC_RATE_2003": "40.00%", "VAC_RATE_1995": "46.60%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 4, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 12, "COND_SUM_2003": 10, "COND_SUM_1995": "12", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 78670.85546875, "Shape__Length": 1535.5248160502099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236429177381197, 39.947109953022803 ], [ -75.236120089434493, 39.9463254927552 ], [ -75.2337931375652, 39.946882119131899 ], [ -75.233681005658894, 39.946923682927 ], [ -75.231664031049704, 39.9472567681415 ], [ -75.2309112042485, 39.947268452558198 ], [ -75.230848158695593, 39.9484237956001 ], [ -75.236429177381197, 39.947109953022803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 86, "PCPC_NUM": 82, "GLOBALID": "ac00efc3-7319-4e2c-9e94-f81edecdd361", "NAME": "50th and Baltimore", "P_DIST": "University SW", "ST_EXT": "Baltimore\/48th53rd", "PT_ADD": "5000 Baltimore Avenue", "ZIP": 19143, "SURVEY_YEAR": 2017, "GLA": "130,000", "GLA_2003": "140,000", "GLA_1995": "125,000", "COMM_COUNT": 81, "COMM_COUNT_2003": 94, "COMM_COUNT_1995": 90, "OCC_COUNT": 57, "VAC_COUNT": 24, "VAC_RATE": "29.60%", "VAC_RATE_2003": "33.00%", "VAC_RATE_1995": "30.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 4, "STAGE_2003": 1, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 7, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 219655.44921875, "Shape__Length": 3149.2844729521198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219044314677006, 39.947935682961898 ], [ -75.219152021412697, 39.948783759770699 ], [ -75.220858962652798, 39.948604984456999 ], [ -75.221803438539197, 39.948692522624 ], [ -75.221870895452099, 39.948312448721502 ], [ -75.223267431744503, 39.948314017694102 ], [ -75.226767158123707, 39.948324910410598 ], [ -75.226634456910801, 39.949137395425502 ], [ -75.227612849291603, 39.949244139816102 ], [ -75.227641174945603, 39.949027661867397 ], [ -75.227817803939601, 39.948349278649502 ], [ -75.227886564448198, 39.948085185410598 ], [ -75.228148958553703, 39.948098557895896 ], [ -75.228155782065002, 39.948067870366401 ], [ -75.228576519704205, 39.948120345632702 ], [ -75.229453301303707, 39.948225949266003 ], [ -75.229564052527607, 39.947791757763198 ], [ -75.229678395689007, 39.9474636906615 ], [ -75.229902155556104, 39.946905016020999 ], [ -75.230037139479194, 39.946632975596302 ], [ -75.229904289001297, 39.946584616074503 ], [ -75.229661223171107, 39.9465140398828 ], [ -75.229435653211496, 39.946465254414299 ], [ -75.229205963160794, 39.946419715245803 ], [ -75.228879990799996, 39.946378908851898 ], [ -75.228438832646205, 39.946325657603701 ], [ -75.228204779355295, 39.9462798736268 ], [ -75.227243351704601, 39.946966294482003 ], [ -75.226835854083902, 39.947257224327302 ], [ -75.226689709010401, 39.947129820499299 ], [ -75.222095615500393, 39.947373032267301 ], [ -75.2205825310497, 39.9477036973908 ], [ -75.219044314677006, 39.947935682961898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 87, "PCPC_NUM": 83, "GLOBALID": "dbf574d1-564b-47bc-9a2e-d9cccf5b2ce3", "NAME": "46th and Baltimore", "P_DIST": "University SW", "ST_EXT": "Baltimore\/45th48th", "PT_ADD": "4600 Baltimore Avenue", "ZIP": 19143, "SURVEY_YEAR": 2012, "GLA": "70,000", "GLA_2003": null, "GLA_1995": "40,000", "COMM_COUNT": 58, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 53, "OCC_COUNT": 47, "VAC_COUNT": 11, "VAC_RATE": "19.00%", "VAC_RATE_2003": null, "VAC_RATE_1995": "15.10%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 5, "COND_SUM_2003": null, "COND_SUM_1995": "6", "CRM_ORG": "University City District", "SS_DIST": "UCD", "CDC_TAX_CREDIT": "UCD", "E_ZONES": null, "FY12_MGMT": "Main Street Program", "FY12_MGMT_AMOUNT": 50000, "FY13_MGMT": "Main Street Program", "FY13_MGMT_AMOUNT": 50000, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 1, "FY11_SIP_TOTAL": 12000, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 2, "FY13_SIP_TOTAL": 11345, "FY14_SIP": 3, "FY14_SIP_TOTAL": 6620, "FY15_SIP": 1, "FY15_SIP_TOTAL": 2733, "FY14_IS": 1, "FY14_IS_AMOUNT": 50000, "FY15_IS": 1, "FY15_IS_AMOUNT": 50000, "FY08_11_SBP_CITY": 807403.05, "FY08_11_SBP_TOTAL": 1607403.05, "FY12_15_SBP_CITY": 31000, "FY12_15_SBP_TOTAL": 31000.0, "FY16_19_SBP_CITY": 250000, "FY16_19_SBP_TOTAL": 450000, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 65645.9296875, "Shape__Length": 1806.62843885955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216778597769306, 39.948337593332703 ], [ -75.215720722598306, 39.948465328007003 ], [ -75.2147043662264, 39.9485880402734 ], [ -75.214320465916501, 39.948267490117601 ], [ -75.213892453148205, 39.948598416505902 ], [ -75.213435534418295, 39.948213249063897 ], [ -75.212581425172601, 39.948807526901298 ], [ -75.212922089702303, 39.949074353250097 ], [ -75.212950339866893, 39.9491386356544 ], [ -75.212910594195804, 39.949337650193101 ], [ -75.213923275689993, 39.949279583095198 ], [ -75.214968098053106, 39.949219663956399 ], [ -75.215011056949393, 39.949006998498298 ], [ -75.2156504064302, 39.949082999276399 ], [ -75.217061339003806, 39.948931602157501 ], [ -75.217124128506001, 39.948619960216497 ], [ -75.219028200819494, 39.948409983348697 ], [ -75.218822350713793, 39.948048005425399 ], [ -75.217645094311194, 39.948192413744799 ], [ -75.217118446926506, 39.947773965318497 ], [ -75.216562551238994, 39.948161038053499 ], [ -75.216778597769306, 39.948337593332703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 88, "PCPC_NUM": 110, "GLOBALID": "9d246b81-6f01-4137-a8c7-a7daa2e56880", "NAME": "City Avenue Shopping Center", "P_DIST": "West Park", "ST_EXT": "City Ave\/76thgolf course", "PT_ADD": "7700 City Avenue", "ZIP": 19151, "SURVEY_YEAR": 2011, "GLA": "159,000", "GLA_2003": "120,000", "GLA_1995": "120,000", "COMM_COUNT": 31, "COMM_COUNT_2003": 35, "COMM_COUNT_1995": 37, "OCC_COUNT": 26, "VAC_COUNT": 5, "VAC_RATE": "16.10%", "VAC_RATE_2003": "9.00%", "VAC_RATE_1995": "2.70%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1940, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 3, "COND_SUM_2003": 4, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 95401.7265625, "Shape__Length": 1462.1307760145301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.270570396641602, 39.978320360069297 ], [ -75.271286710132102, 39.979202986276199 ], [ -75.271424994594597, 39.979226738826497 ], [ -75.272268824113794, 39.9788495426141 ], [ -75.273032086398999, 39.978510155589198 ], [ -75.2735747893975, 39.978268835500998 ], [ -75.275297404892797, 39.9774985830921 ], [ -75.275722044436606, 39.977308702205299 ], [ -75.274897262403599, 39.976275828970699 ], [ -75.272767580155701, 39.977282182229402 ], [ -75.270570396641602, 39.978320360069297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 89, "PCPC_NUM": 111, "GLOBALID": "2388c168-9022-4360-98e0-9f8229cfaa63", "NAME": "City and Haverford", "P_DIST": "West Park", "ST_EXT": "Haverford\/RhoadsCity Ave", "PT_ADD": "7538 Haverford Avenue", "ZIP": 19151, "SURVEY_YEAR": 2011, "GLA": "140,000", "GLA_2003": "100,000", "GLA_1995": "100,000", "COMM_COUNT": 76, "COMM_COUNT_2003": 67, "COMM_COUNT_1995": 61, "OCC_COUNT": 72, "VAC_COUNT": 4, "VAC_RATE": "5.30%", "VAC_RATE_2003": "3.00%", "VAC_RATE_1995": "1.60%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1940, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 1, "COND_SUM": 6, "COND_SUM_2003": 4, "COND_SUM_1995": "3", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 2, "FY12_SIP_TOTAL": 32000, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 73420, "FY12_15_SBP_TOTAL": 200000.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 143937.109375, "Shape__Length": 3323.6899311993102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.265793954759104, 39.977015966928001 ], [ -75.265137771428797, 39.976596812297302 ], [ -75.264477933097794, 39.976175313996997 ], [ -75.264397174590798, 39.976123724961703 ], [ -75.264021499734199, 39.975770681612701 ], [ -75.263923831771294, 39.975864665918699 ], [ -75.263078978684106, 39.975402270853301 ], [ -75.262990363414104, 39.975353770287597 ], [ -75.262368416865499, 39.9750940508358 ], [ -75.261649137269501, 39.974793680354402 ], [ -75.261361677858801, 39.975030879086098 ], [ -75.261939845023093, 39.975271981139002 ], [ -75.261987232117804, 39.975291741868602 ], [ -75.262814222142197, 39.975621023716201 ], [ -75.263055894398505, 39.975758132500097 ], [ -75.263712933273595, 39.976158728875497 ], [ -75.2640740139027, 39.976371532066501 ], [ -75.264369711361695, 39.976560067091498 ], [ -75.264756516884404, 39.9767841190382 ], [ -75.265038867444403, 39.976955008416503 ], [ -75.265429134015704, 39.9771913358978 ], [ -75.265700989048199, 39.977355300212899 ], [ -75.2663517764299, 39.9777572419992 ], [ -75.266800233043895, 39.9780179477454 ], [ -75.267003454999795, 39.978159039731999 ], [ -75.267351764577697, 39.978361343158198 ], [ -75.267583766098895, 39.978496091138098 ], [ -75.267711705696001, 39.978582617746603 ], [ -75.267899796685597, 39.978709824558599 ], [ -75.267549185741899, 39.978923995964699 ], [ -75.2673001740405, 39.979005330919897 ], [ -75.267337398238496, 39.979069889033198 ], [ -75.267396463470007, 39.979296320349803 ], [ -75.267011030639196, 39.979350266976901 ], [ -75.267422615086105, 39.979854596978797 ], [ -75.268082518151601, 39.980707214398599 ], [ -75.269272758378307, 39.980180042772098 ], [ -75.271424994594597, 39.979226738826497 ], [ -75.271286710132102, 39.979202986276199 ], [ -75.270570396641602, 39.978320360069297 ], [ -75.269249047249403, 39.978967571231799 ], [ -75.269039701327799, 39.978710639282298 ], [ -75.268979096585099, 39.978644239230697 ], [ -75.268538150695804, 39.978091868364501 ], [ -75.268484478939598, 39.978044670172402 ], [ -75.267808342055304, 39.978374245865503 ], [ -75.267290842928702, 39.9777682110538 ], [ -75.266864108081194, 39.977238484308401 ], [ -75.266431577113806, 39.976709457491502 ], [ -75.265793954759104, 39.977015966928001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 90, "PCPC_NUM": 36, "GLOBALID": "87367b05-918f-4c0d-83a4-e8857b65cb7e", "NAME": "10th and Snyder", "P_DIST": "South", "ST_EXT": "Snyder\/9th11th", "PT_ADD": "1000 Snyder Avenue", "ZIP": 19148, "SURVEY_YEAR": 2014, "GLA": "31,000", "GLA_2003": "64,000", "GLA_1995": null, "COMM_COUNT": 22, "COMM_COUNT_2003": 46, "COMM_COUNT_1995": null, "OCC_COUNT": 19, "VAC_COUNT": 3, "VAC_RATE": "13.60%", "VAC_RATE_2003": "15.00%", "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 6, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 28205.71875, "Shape__Length": 867.36389020439799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162821825859595, 39.923756873069102 ], [ -75.164389249888401, 39.923972894955398 ], [ -75.164389282979101, 39.923972732617599 ], [ -75.164443400589803, 39.923711111897298 ], [ -75.164445966253794, 39.923698977190597 ], [ -75.1645014023985, 39.923427754313998 ], [ -75.162942173831496, 39.923215613659302 ], [ -75.161366186612696, 39.923023429043802 ], [ -75.161314906717905, 39.923293942607003 ], [ -75.161314066148293, 39.923298376459698 ], [ -75.161312379095094, 39.923306078114798 ], [ -75.161255977209393, 39.923564684407999 ], [ -75.161806145432806, 39.923632211925899 ], [ -75.162266871921105, 39.923688759521703 ], [ -75.162821825859595, 39.923756873069102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 91, "PCPC_NUM": 29, "GLOBALID": "bae270bf-6791-4d6e-b7a0-df35dc5666f4", "NAME": "Pier 70 Plaza and vicinity", "P_DIST": "South", "ST_EXT": "Delaware RiverI95\/TaskerMifflin", "PT_ADD": "1801 S. Columbus Boulevard", "ZIP": 19148, "SURVEY_YEAR": 2011, "GLA": "420,000", "GLA_2003": "336,372", "GLA_1995": "243,000", "COMM_COUNT": 12, "COMM_COUNT_2003": 12, "COMM_COUNT_1995": 4, "OCC_COUNT": 12, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": "0.00%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 3, "AGE": 1990, "STAGE": 1, "STAGE_2003": 2, "STAGE_1995": 2, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 3, "COND_SUM_2003": 3, "COND_SUM_1995": "3", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 808531.87890625, "Shape__Length": 4267.42315352079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134120689809706, 39.926093792260602 ], [ -75.139034917292605, 39.926667522519303 ], [ -75.142100862664506, 39.927025356909297 ], [ -75.144794798766696, 39.927376965153798 ], [ -75.144997015949301, 39.927403355731499 ], [ -75.145015598890495, 39.927405780851103 ], [ -75.145080270705805, 39.9274148753234 ], [ -75.145535082079505, 39.927478829469202 ], [ -75.145814308469596, 39.927518092540303 ], [ -75.146093535182004, 39.927557354931601 ], [ -75.146412950388395, 39.927599258165998 ], [ -75.146570249357495, 39.926965333828903 ], [ -75.146712140920599, 39.926393496775802 ], [ -75.146845334620295, 39.925772161824 ], [ -75.146974201052203, 39.925164870977099 ], [ -75.1469748278125, 39.925161919941601 ], [ -75.146914182121094, 39.9251541189536 ], [ -75.146914130880603, 39.925154112384298 ], [ -75.146634266812399, 39.925118110718898 ], [ -75.146614463447193, 39.925115421171597 ], [ -75.146181300382494, 39.925056577582602 ], [ -75.146008902242599, 39.925033157405998 ], [ -75.145285833981305, 39.924934925777997 ], [ -75.145285659352098, 39.924934901988799 ], [ -75.145286182355704, 39.924934019153604 ], [ -75.145286313751598, 39.924933796882698 ], [ -75.145359241603103, 39.924810809593303 ], [ -75.145394634861702, 39.924652189325997 ], [ -75.145606460496694, 39.923702827829402 ], [ -75.145153101311607, 39.923650435864403 ], [ -75.144519526998906, 39.923577213517397 ], [ -75.144386056885395, 39.923561788009202 ], [ -75.144079373776293, 39.9235200454835 ], [ -75.144068247136005, 39.923518608671898 ], [ -75.143966850869802, 39.923505516310499 ], [ -75.143613759826295, 39.9234599255226 ], [ -75.143608246000994, 39.9234592136253 ], [ -75.143592620980698, 39.923457196073699 ], [ -75.143214529073404, 39.923408375037603 ], [ -75.132236950877498, 39.921940466844703 ], [ -75.133571204820598, 39.924867490099302 ], [ -75.134120689809706, 39.926093792260602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 92, "PCPC_NUM": 280, "GLOBALID": "c56b2c68-65ba-4bf9-a99e-81f736a46095", "NAME": "Rising Sun and Adams vicinity", "P_DIST": "Lower NE", "ST_EXT": "FoulkrodSEPTA\/GodfreyAdams", "PT_ADD": "5675 Rising Sun Ave", "ZIP": 19120, "SURVEY_YEAR": 2012, "GLA": "388,000", "GLA_2003": "430,000", "GLA_1995": "430,000", "COMM_COUNT": 46, "COMM_COUNT_2003": 55, "COMM_COUNT_1995": 65, "OCC_COUNT": 36, "VAC_COUNT": 10, "VAC_RATE": "21.70%", "VAC_RATE_2003": "12.00%", "VAC_RATE_1995": "9.20%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 3, "AGE": 1980, "STAGE": 3, "STAGE_2003": 2, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": 5, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 492292.3515625, "Shape__Length": 3313.8653783407399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.107221177948503, 40.041612590198703 ], [ -75.108273560892997, 40.042222812296401 ], [ -75.109934583922097, 40.043207340156201 ], [ -75.110109050063201, 40.043133316206202 ], [ -75.110239440586696, 40.043047163102699 ], [ -75.110464068147706, 40.0428103463356 ], [ -75.110625185038202, 40.042644238710501 ], [ -75.110725432962994, 40.042480977959201 ], [ -75.110818677871194, 40.042355763484601 ], [ -75.110950406946898, 40.042266569672201 ], [ -75.111072781355404, 40.042213018171402 ], [ -75.111267576449194, 40.042175040333397 ], [ -75.111451169597302, 40.042141050503801 ], [ -75.112361620803995, 40.041793785745803 ], [ -75.1117994019327, 40.041279785646601 ], [ -75.110774371423702, 40.040308445971299 ], [ -75.110328316855998, 40.039690771244999 ], [ -75.110965226255104, 40.039339383067698 ], [ -75.110610110898705, 40.038775933181498 ], [ -75.110223503937306, 40.038162505287801 ], [ -75.110039845986506, 40.0382937576248 ], [ -75.109658801117206, 40.038527244457597 ], [ -75.109128206680893, 40.037525490556298 ], [ -75.1089818798431, 40.037239742227001 ], [ -75.108860781906699, 40.037003258296501 ], [ -75.108735509999704, 40.036732906708998 ], [ -75.108685110673406, 40.036434420266701 ], [ -75.108592547004406, 40.035759354226897 ], [ -75.108573425823096, 40.035504736470401 ], [ -75.108257445175795, 40.035398281829998 ], [ -75.107689391008094, 40.035079399413704 ], [ -75.107587820874002, 40.035022839516898 ], [ -75.1075055611946, 40.0349770334102 ], [ -75.104327604119604, 40.038204248118198 ], [ -75.104373347678404, 40.0382516553492 ], [ -75.106709775296295, 40.040734476238001 ], [ -75.106501633830007, 40.040875669414298 ], [ -75.106392931080705, 40.040983848485503 ], [ -75.106308946449204, 40.041079581882499 ], [ -75.106732449852899, 40.041329195447098 ], [ -75.107221177948503, 40.041612590198703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 93, "PCPC_NUM": 282, "GLOBALID": "9a5b7878-cadf-4e59-8c57-fbf713cd8ead", "NAME": "Adams and the Boulevard", "P_DIST": "Lower NE", "ST_EXT": "LangdonTabor\/HarrisonGarland", "PT_ADD": "4600 E Roosevelt Blv", "ZIP": 19124, "SURVEY_YEAR": 2012, "GLA": "720,000", "GLA_2003": "447,000", "GLA_1995": "335,000", "COMM_COUNT": 85, "COMM_COUNT_2003": 61, "COMM_COUNT_1995": 46, "OCC_COUNT": 67, "VAC_COUNT": 18, "VAC_RATE": "21.20%", "VAC_RATE_2003": "3.00%", "VAC_RATE_1995": "6.50%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 2, "STAGE_2003": 4, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": 4, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 705339.90234375, "Shape__Length": 4899.6535780991999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.100056037485302, 40.033744201464003 ], [ -75.100399763797498, 40.034142919675503 ], [ -75.099735698778304, 40.034802525019799 ], [ -75.101568867433798, 40.035775933093802 ], [ -75.102978588769602, 40.034359426277398 ], [ -75.103047828090496, 40.034289852194199 ], [ -75.104197395724597, 40.033133191451299 ], [ -75.105136234570907, 40.032188522226498 ], [ -75.105407325606095, 40.032438050655401 ], [ -75.105960887037796, 40.032957924453299 ], [ -75.106027964392993, 40.0329119248455 ], [ -75.106433607511605, 40.032670388352102 ], [ -75.106913909300204, 40.033144972855702 ], [ -75.107035090558099, 40.033019269136197 ], [ -75.107255069213096, 40.032791078537599 ], [ -75.107265988082105, 40.032779752437698 ], [ -75.107576899738902, 40.032448130291698 ], [ -75.107911281270106, 40.032159839054501 ], [ -75.107606153859095, 40.031875971119099 ], [ -75.107086739154497, 40.031381399162399 ], [ -75.106461923051299, 40.031990413667202 ], [ -75.106291443084103, 40.032095311551899 ], [ -75.105780443415497, 40.031642142205399 ], [ -75.105454391486603, 40.031352986729303 ], [ -75.106214358396599, 40.0305829831388 ], [ -75.106291092756194, 40.030505234438699 ], [ -75.107047689701901, 40.029760657261598 ], [ -75.106586179920001, 40.029312996484499 ], [ -75.105287432966705, 40.029714946234002 ], [ -75.104602999703104, 40.029925179435502 ], [ -75.104334239972701, 40.029991055601101 ], [ -75.104063662293299, 40.030019879370499 ], [ -75.103793085590297, 40.030048701629198 ], [ -75.103598275039204, 40.029939508261599 ], [ -75.103357873375302, 40.029656097181402 ], [ -75.1031627983715, 40.029621862835498 ], [ -75.103023212936094, 40.029607338636502 ], [ -75.102883628731405, 40.029592814294901 ], [ -75.102426184936803, 40.0295017279457 ], [ -75.101960629314405, 40.029350044763 ], [ -75.101563430286902, 40.029191882625 ], [ -75.101288811032603, 40.0289801659452 ], [ -75.100808170654702, 40.028661385732697 ], [ -75.099066448480301, 40.027506159658202 ], [ -75.097592112800896, 40.026579158867897 ], [ -75.097463676445599, 40.026861157038198 ], [ -75.097321137665205, 40.026958740813598 ], [ -75.096958008119003, 40.027186175535299 ], [ -75.098349701698098, 40.028193205401003 ], [ -75.097910115244403, 40.028627946551097 ], [ -75.097568285999301, 40.0290197616401 ], [ -75.096911816587294, 40.029728580736801 ], [ -75.096604942660306, 40.030044864178898 ], [ -75.097343754838107, 40.030823521611701 ], [ -75.100056037485302, 40.033744201464003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 94, "PCPC_NUM": 284, "GLOBALID": "cf46b309-f717-492c-bb88-f858e7359b80", "NAME": "Castor and Wyoming", "P_DIST": "Lower NE", "ST_EXT": "Castor and Wyoming Aves", "PT_ADD": "4501 Castor Ave", "ZIP": 19124, "SURVEY_YEAR": 2016, "GLA": "152,000", "GLA_2003": "209,000", "GLA_1995": "175,000", "COMM_COUNT": 11, "COMM_COUNT_2003": 15, "COMM_COUNT_1995": 16, "OCC_COUNT": 11, "VAC_COUNT": 0, "VAC_RATE": "0.0%", "VAC_RATE_2003": "20.0%", "VAC_RATE_1995": "18.7%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1980, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 8, "COND_SUM_1995": "3", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 147194.734375, "Shape__Length": 3035.3624793434701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.093913686797805, 40.017704732619002 ], [ -75.0939740136278, 40.0178300078734 ], [ -75.094130558295603, 40.0181550832352 ], [ -75.094225448858197, 40.018334391869303 ], [ -75.094320345030795, 40.018537293257602 ], [ -75.094457193576105, 40.018881049649501 ], [ -75.094412420287398, 40.019543871028901 ], [ -75.095899884333306, 40.019613314796302 ], [ -75.096564550895906, 40.0188998207094 ], [ -75.096705334110197, 40.018959652575198 ], [ -75.097067899229998, 40.019113739770603 ], [ -75.097397562964701, 40.018770683055997 ], [ -75.097418185871106, 40.018221986966097 ], [ -75.097282406910296, 40.018255343038703 ], [ -75.097155346500799, 40.018265556374999 ], [ -75.096937135311705, 40.0181802217244 ], [ -75.096964787580106, 40.018083790357302 ], [ -75.097014332591201, 40.017647441257402 ], [ -75.097028295860298, 40.016773751106001 ], [ -75.097043004927798, 40.015992661293602 ], [ -75.097057717311898, 40.015211357993202 ], [ -75.097346425743197, 40.013758308696197 ], [ -75.095954367294993, 40.014274951538503 ], [ -75.095461596042995, 40.014457830375797 ], [ -75.095032271173594, 40.014617160611898 ], [ -75.093471271711294, 40.015043714146103 ], [ -75.093514768364898, 40.0151343546611 ], [ -75.0936253452427, 40.015448392949303 ], [ -75.096459815214601, 40.0145516590444 ], [ -75.096416239515705, 40.017278254430302 ], [ -75.09536804295, 40.017463164886998 ], [ -75.093913686797805, 40.017704732619002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 95, "PCPC_NUM": 285, "GLOBALID": "a036bc11-853a-4ca4-8834-c29eb3ecf498", "NAME": "Frankford Avenue\/Church", "P_DIST": "Lower NE", "ST_EXT": "Frankford\/UnityAdams", "PT_ADD": "4261 Frankford Ave", "ZIP": 19124, "SURVEY_YEAR": 2012, "GLA": "115,000", "GLA_2003": "151,017", "GLA_1995": "80,000", "COMM_COUNT": 47, "COMM_COUNT_2003": 70, "COMM_COUNT_1995": 52, "OCC_COUNT": 30, "VAC_COUNT": 17, "VAC_RATE": "36.20%", "VAC_RATE_2003": "38.50%", "VAC_RATE_1995": "34.60%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": 10, "COND_SUM_1995": "9", "CRM_ORG": "Frankford CDC", "SS_DIST": null, "CDC_TAX_CREDIT": "Frankford CDC", "E_ZONES": null, "FY12_MGMT": "TCMP", "FY12_MGMT_AMOUNT": 75000, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 75000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 75000, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": 125000, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": 125000, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 40000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 40000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 45000, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 1, "FY12_SIP_TOTAL": 12000, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": 1, "FY14_SIP_TOTAL": 3325, "FY15_SIP": 2, "FY15_SIP_TOTAL": 9225, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 325000, "FY12_15_SBP_TOTAL": 325000.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": 1358333, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 58591.44140625, "Shape__Length": 2363.56037725432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.088891268090293, 40.010077889459602 ], [ -75.088439753567101, 40.0108091980225 ], [ -75.087721635483305, 40.012008102556798 ], [ -75.087379886195393, 40.012334937562997 ], [ -75.087657469440799, 40.012439127262802 ], [ -75.0875795227537, 40.012525193511799 ], [ -75.087861626118197, 40.0126940315483 ], [ -75.088300602589101, 40.012225510182702 ], [ -75.089012757303905, 40.011117521958298 ], [ -75.089564786696798, 40.010239397144304 ], [ -75.089980939747093, 40.009597731169102 ], [ -75.0903958777985, 40.0093664599232 ], [ -75.091690106254404, 40.008708416688997 ], [ -75.0915181429596, 40.008520962144097 ], [ -75.090184486916698, 40.009264694068499 ], [ -75.089661474387299, 40.009475218828797 ], [ -75.0898675773321, 40.0091408322603 ], [ -75.089940637748697, 40.009022296945197 ], [ -75.090095376600601, 40.008771243529601 ], [ -75.090311668450795, 40.008394498483298 ], [ -75.090932877593403, 40.007451672245303 ], [ -75.090783108584105, 40.007023969803697 ], [ -75.089771173169396, 40.008659220534597 ], [ -75.089342010180104, 40.009352705599298 ], [ -75.088891268090293, 40.010077889459602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 96, "PCPC_NUM": 198, "GLOBALID": "997fa172-018f-44c2-9707-799e011c5e98", "NAME": "Kensington Ave\/Harrowgate", "P_DIST": "River Wards", "ST_EXT": "Kensington\/PacificOntario", "PT_ADD": "3501 Kensington Avenue", "ZIP": 19134, "SURVEY_YEAR": 2016, "GLA": "25,000", "GLA_2003": "149,000", "GLA_1995": "80,000", "COMM_COUNT": 19, "COMM_COUNT_2003": 62, "COMM_COUNT_1995": 31, "OCC_COUNT": 10, "VAC_COUNT": 9, "VAC_RATE": "47.4%", "VAC_RATE_2003": "51.60%", "VAC_RATE_1995": "48.40%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 11, "COND_SUM_2003": 12, "COND_SUM_1995": "11", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 65013.87109375, "Shape__Length": 1439.09982251474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.108546746202407, 39.998843031198597 ], [ -75.107966105339599, 39.999162521701997 ], [ -75.107412948145694, 39.999466883927703 ], [ -75.106266801369102, 40.000097508332303 ], [ -75.105234790138994, 40.000665313885698 ], [ -75.104011579861194, 40.001338291834301 ], [ -75.103705345115998, 40.001497715905899 ], [ -75.105125698381102, 40.0016939803564 ], [ -75.108549262806207, 39.999774008249403 ], [ -75.1087260406849, 39.999041741804703 ], [ -75.108546746202407, 39.998843031198597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 97, "PCPC_NUM": 199, "GLOBALID": "c675a0a7-652d-4ab1-907a-1c3ec75e5814", "NAME": "Harrowgate Plaza", "P_DIST": "North", "ST_EXT": "I and Venango", "PT_ADD": "3528 I Street", "ZIP": 19132, "SURVEY_YEAR": 2016, "GLA": "60,000", "GLA_2003": "149,000", "GLA_1995": "100,000", "COMM_COUNT": 11, "COMM_COUNT_2003": 24, "COMM_COUNT_1995": 14, "OCC_COUNT": 8, "VAC_COUNT": 3, "VAC_RATE": "27.3%", "VAC_RATE_2003": "29.20%", "VAC_RATE_1995": "35.70%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 3, "AGE": 1960, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 4, "COND_SUM": 10, "COND_SUM_2003": 11, "COND_SUM_1995": "9", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 65205.57421875, "Shape__Length": 1164.22682530663 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.111130899194393, 40.001572308872298 ], [ -75.111114786657595, 40.001657211164897 ], [ -75.110762601742394, 40.001611960775101 ], [ -75.110181475153894, 40.001536266450799 ], [ -75.110018836480705, 40.002291849829298 ], [ -75.109897792115305, 40.002885021813498 ], [ -75.110040293409995, 40.0029040471426 ], [ -75.111241820651003, 40.003079219047699 ], [ -75.112397621852296, 40.003227140104499 ], [ -75.112516915103001, 40.002628913315903 ], [ -75.112711928068606, 40.001691224650799 ], [ -75.111967325854707, 40.001592644905202 ], [ -75.111713397868698, 40.001558872889298 ], [ -75.111645885014894, 40.001548507387596 ], [ -75.111756010011305, 40.001037557947903 ], [ -75.111266127677993, 40.000974346749302 ], [ -75.111130899194393, 40.001572308872298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 98, "PCPC_NUM": 204, "GLOBALID": "07c451cd-8e5e-4d6d-976c-2d915d453a3f", "NAME": "Bridesburg", "P_DIST": "River Wards", "ST_EXT": "RichmondAlmond\/PlumSellers", "PT_ADD": "4396 Richmond Street", "ZIP": 19137, "SURVEY_YEAR": 2014, "GLA": "45,000", "GLA_2003": "114,000", "GLA_1995": "30,000", "COMM_COUNT": 32, "COMM_COUNT_2003": 52, "COMM_COUNT_1995": 13, "OCC_COUNT": 22, "VAC_COUNT": 10, "VAC_RATE": "31.30%", "VAC_RATE_2003": "11.50%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1910, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 7, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 65103.171875, "Shape__Length": 1580.3160790961001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.076214064051698, 39.999924697544799 ], [ -75.075508222460996, 39.999094169549103 ], [ -75.075039917015104, 39.998543125230199 ], [ -75.074491342887399, 39.997897617727098 ], [ -75.0741890432395, 39.997541894016202 ], [ -75.075139484323302, 39.997043847716398 ], [ -75.0750625311248, 39.996951461888699 ], [ -75.074781522849307, 39.996648226002002 ], [ -75.074494121963696, 39.996322356651298 ], [ -75.074457126085505, 39.996280408592703 ], [ -75.073867193002499, 39.9965973048552 ], [ -75.073181519063098, 39.9969656227046 ], [ -75.072633938304094, 39.997259756246002 ], [ -75.072932871702506, 39.997604290502103 ], [ -75.073270036832497, 39.997982119623302 ], [ -75.073552491430704, 39.997833189344703 ], [ -75.073889294486094, 39.998211937070302 ], [ -75.074455608775693, 39.9988487694866 ], [ -75.074938774182499, 39.999392087393801 ], [ -75.075666942936394, 40.000210889461201 ], [ -75.075936957140897, 40.000069443007497 ], [ -75.076214064051698, 39.999924697544799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 99, "PCPC_NUM": 32, "GLOBALID": "78daf226-aae2-46f3-94b6-ee2579ddb588", "NAME": "South Seventh Street", "P_DIST": "South", "ST_EXT": "S 7th\/SigelPorter", "PT_ADD": "2200 S. 7th Street", "ZIP": 19148, "SURVEY_YEAR": 2014, "GLA": "140,000", "GLA_2003": "235,000", "GLA_1995": "122,000", "COMM_COUNT": 138, "COMM_COUNT_2003": 162, "COMM_COUNT_1995": 143, "OCC_COUNT": 87, "VAC_COUNT": 51, "VAC_RATE": "37.00%", "VAC_RATE_2003": "36.00%", "VAC_RATE_1995": "50.30%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": 12, "COND_SUM_1995": "11", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 1, "FY13_SIP_TOTAL": 12000, "FY14_SIP": 1, "FY14_SIP_TOTAL": 12000, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 91368.5390625, "Shape__Length": 2461.01316203342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157931571604607, 39.925790269441798 ], [ -75.158023933619702, 39.925368011673797 ], [ -75.158118372143605, 39.924936259003601 ], [ -75.158196932540406, 39.924577092956802 ], [ -75.158290654490202, 39.924148607304602 ], [ -75.158381299692607, 39.923734183636398 ], [ -75.1584551037149, 39.923396751558599 ], [ -75.158553808472803, 39.9229454663746 ], [ -75.158652259631793, 39.922495335012101 ], [ -75.158728081935905, 39.9221486625297 ], [ -75.158822949360498, 39.921714908983098 ], [ -75.158917927569107, 39.921280642503802 ], [ -75.158997623170606, 39.920916246995397 ], [ -75.159061945873304, 39.920622139412899 ], [ -75.159095953574493, 39.920466642443003 ], [ -75.159369952526404, 39.919213780216197 ], [ -75.159641807332505, 39.917970644249301 ], [ -75.159281938151494, 39.917911995106003 ], [ -75.158939109779297, 39.917877615015698 ], [ -75.158665623279106, 39.919128170453497 ], [ -75.158570642754597, 39.919562472692697 ], [ -75.158489189863204, 39.919934913949398 ], [ -75.158392826717701, 39.920375527108298 ], [ -75.158307535407602, 39.9207655090473 ], [ -75.158210930301706, 39.921207219479598 ], [ -75.158119658636906, 39.921624538203098 ], [ -75.158024991572304, 39.922057372252098 ], [ -75.157948895712593, 39.922405295987097 ], [ -75.1578502805813, 39.922856170987401 ], [ -75.157751783127793, 39.923306503473697 ], [ -75.157678088374993, 39.923643435778899 ], [ -75.157587851977695, 39.924055990505401 ], [ -75.157494126277896, 39.924484491814503 ], [ -75.157415563067204, 39.924843667309503 ], [ -75.157321031575904, 39.925275840876502 ], [ -75.157228366797199, 39.925699634774503 ], [ -75.157571760903707, 39.925732195616597 ], [ -75.157931571604607, 39.925790269441798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 100, "PCPC_NUM": 33, "GLOBALID": "d74ef30c-d5eb-4157-ab6d-1f67628eb4bc", "NAME": "Reed and Passyunk", "P_DIST": "South", "ST_EXT": "Percy11th\/WhartonDickenson", "PT_ADD": "1400 S. 10th Street", "ZIP": 19147, "SURVEY_YEAR": 2014, "GLA": "82,000", "GLA_2003": "81,000", "GLA_1995": "84,000", "COMM_COUNT": 14, "COMM_COUNT_2003": 15, "COMM_COUNT_1995": 15, "OCC_COUNT": 14, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": "20.00%", "VAC_RATE_1995": "20.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1970, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 5, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 66045.5, "Shape__Length": 1382.0137777211901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161445252686406, 39.932349634164503 ], [ -75.161842784082594, 39.932640997043102 ], [ -75.162324064141103, 39.9329796846947 ], [ -75.162360267534694, 39.933035990726502 ], [ -75.1624182965232, 39.933004810274298 ], [ -75.162476326627996, 39.932973629819202 ], [ -75.163260372851497, 39.932346018811202 ], [ -75.163223069493796, 39.932262082901701 ], [ -75.162048291486101, 39.931416579560299 ], [ -75.162590556572496, 39.930993508856901 ], [ -75.162155490890498, 39.930938655513501 ], [ -75.1618716617633, 39.9309010200869 ], [ -75.161588246459402, 39.930865679172697 ], [ -75.1615282927674, 39.9308573313401 ], [ -75.161169678411795, 39.931190525545198 ], [ -75.160187936691997, 39.931059045618902 ], [ -75.159998154628894, 39.931911502421798 ], [ -75.160354429549002, 39.931956905287301 ], [ -75.159786077773205, 39.932466856542597 ], [ -75.159784662384496, 39.932468125644299 ], [ -75.160075325258205, 39.9326507915126 ], [ -75.160146604450702, 39.932695586122598 ], [ -75.160308638278195, 39.932813013142201 ], [ -75.160457326131095, 39.932680370120799 ], [ -75.160946610003904, 39.932243879980398 ], [ -75.1610858354844, 39.932119675947597 ], [ -75.161445252686406, 39.932349634164503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 101, "PCPC_NUM": 34, "GLOBALID": "0dd51cf4-5a1b-45fb-97d5-1720889d6d55", "NAME": "East Passyunk", "P_DIST": "South", "ST_EXT": "Passyunk Ave\/DickinsonJuniper", "PT_ADD": "1722 E. Passyunk Avenue", "ZIP": 19148, "SURVEY_YEAR": 2014, "GLA": "193,000", "GLA_2003": "219,000", "GLA_1995": "175,000", "COMM_COUNT": 164, "COMM_COUNT_2003": 199, "COMM_COUNT_1995": 172, "OCC_COUNT": 146, "VAC_COUNT": 18, "VAC_RATE": "11.00%", "VAC_RATE_2003": "18.00%", "VAC_RATE_1995": "4.70%", "CORRIDOR_TYPE": 6, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 4, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 5, "COND_SUM_2003": 5, "COND_SUM_1995": "5", "CRM_ORG": "East Passyunk Avenue BID", "SS_DIST": "East Passyunk Avenue BID", "CDC_TAX_CREDIT": "East Passyunk Avenue BID", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 9, "FY11_SIP_TOTAL": 39707, "FY12_SIP": 6, "FY12_SIP_TOTAL": 33334, "FY13_SIP": 4, "FY13_SIP_TOTAL": 34181, "FY14_SIP": 5, "FY14_SIP_TOTAL": 37795, "FY15_SIP": 8, "FY15_SIP_TOTAL": 64508, "FY14_IS": 3, "FY14_IS_AMOUNT": 132000, "FY15_IS": 2, "FY15_IS_AMOUNT": 100000, "FY08_11_SBP_CITY": 925679.0, "FY08_11_SBP_TOTAL": 925679.0, "FY12_15_SBP_CITY": 47632, "FY12_15_SBP_TOTAL": 47632.0, "FY16_19_SBP_CITY": 369487, "FY16_19_SBP_TOTAL": 619487, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 81595.37109375, "Shape__Length": 2289.4338405800199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162155490890498, 39.930938655513501 ], [ -75.162590556572496, 39.930993508856901 ], [ -75.162676281943604, 39.930917310377801 ], [ -75.162667665987001, 39.930908232859899 ], [ -75.163059047516597, 39.930600279208697 ], [ -75.163277820248595, 39.930416649303801 ], [ -75.163411643066794, 39.930309154459799 ], [ -75.163478399706904, 39.930255071917699 ], [ -75.163662065197997, 39.9300925775349 ], [ -75.163758923435296, 39.930033313509298 ], [ -75.163755919079506, 39.930030177791402 ], [ -75.163904755698297, 39.929912170057101 ], [ -75.164874896398999, 39.929093571009503 ], [ -75.164972761738497, 39.929010991488298 ], [ -75.165056225781797, 39.928964696465002 ], [ -75.165139690914899, 39.928918400507001 ], [ -75.165192033811906, 39.928882892753201 ], [ -75.165243153375002, 39.928829327163101 ], [ -75.165294306315005, 39.928765741199598 ], [ -75.166030993683194, 39.9281148966529 ], [ -75.166352529988998, 39.927845849355897 ], [ -75.166488017291798, 39.927729953331401 ], [ -75.166861507486402, 39.9274088161132 ], [ -75.166931202660905, 39.927348889917802 ], [ -75.167055724568002, 39.927244327021 ], [ -75.1671687453847, 39.927188522018298 ], [ -75.167213200313697, 39.92715326191 ], [ -75.167225549929299, 39.927142281869003 ], [ -75.167232364247099, 39.927135576815601 ], [ -75.167250637875696, 39.927115635344499 ], [ -75.167320509045794, 39.927025773035197 ], [ -75.167324490214398, 39.927026270860502 ], [ -75.1673648730483, 39.926977408252199 ], [ -75.1677607185092, 39.9266443972232 ], [ -75.168530001573004, 39.925997213483001 ], [ -75.168539703576599, 39.925952891996197 ], [ -75.168585477361106, 39.925743793924497 ], [ -75.168271829354396, 39.9258060253485 ], [ -75.168150302412897, 39.9258843904923 ], [ -75.168141159165501, 39.925763703522797 ], [ -75.168158759725998, 39.925673008932002 ], [ -75.168161803874696, 39.925657319610302 ], [ -75.167961122987705, 39.9256325101464 ], [ -75.167894735370396, 39.9256944386605 ], [ -75.167086998585503, 39.926406881217197 ], [ -75.166929653918999, 39.9265315542659 ], [ -75.166834807163099, 39.9266067059704 ], [ -75.166789811156306, 39.926650510688802 ], [ -75.166688958764198, 39.926772542908203 ], [ -75.166620593363106, 39.926808052538597 ], [ -75.166554981243195, 39.926851977478798 ], [ -75.165838214043703, 39.9274651068366 ], [ -75.165835006069301, 39.927479363406398 ], [ -75.165650244622398, 39.927623698840797 ], [ -75.165361168727202, 39.927867447280398 ], [ -75.165095814557702, 39.9281034332 ], [ -75.164830367628596, 39.928339501150802 ], [ -75.164736555219704, 39.928422929659398 ], [ -75.164665399631701, 39.928504801063099 ], [ -75.164525870496107, 39.928582193570499 ], [ -75.164470896113102, 39.928619897837599 ], [ -75.164360892136003, 39.928712719902997 ], [ -75.163792081875798, 39.929186753159399 ], [ -75.163276641017703, 39.929627597604203 ], [ -75.163195522192694, 39.929676517584603 ], [ -75.163114514183704, 39.929708070203198 ], [ -75.163105108068393, 39.929748968724198 ], [ -75.163051407762396, 39.929796478026503 ], [ -75.162946056114905, 39.929889684887399 ], [ -75.162758121134502, 39.930040680354999 ], [ -75.162587401828205, 39.93018148422 ], [ -75.162544155809002, 39.930217151940496 ], [ -75.162351322518802, 39.930366387399701 ], [ -75.162246954316601, 39.930456216311903 ], [ -75.162189287305594, 39.930505886467103 ], [ -75.161589451328297, 39.930864957622298 ], [ -75.161588246459402, 39.930865679172697 ], [ -75.161947621222197, 39.930909620833702 ], [ -75.161947792467302, 39.930909641817699 ], [ -75.162044818800496, 39.930921740846102 ], [ -75.162155490890498, 39.930938655513501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 102, "PCPC_NUM": 37, "GLOBALID": "fcea1280-fcaf-4987-85e9-6f34f5ec45d9", "NAME": "Broad and Morris", "P_DIST": "South", "ST_EXT": "Broad\/DickinsonMcClellan", "PT_ADD": "1701 S. Broad Street", "ZIP": 19148, "SURVEY_YEAR": 2014, "GLA": "98,000", "GLA_2003": "127,000", "GLA_1995": null, "COMM_COUNT": 51, "COMM_COUNT_2003": 63, "COMM_COUNT_1995": null, "OCC_COUNT": 45, "VAC_COUNT": 6, "VAC_RATE": "11.80%", "VAC_RATE_2003": "11.10%", "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1890, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": null, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 8, "COND_SUM_2003": 8, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 91316.203125, "Shape__Length": 1501.9296754450199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168408824359801, 39.927554342457299 ], [ -75.168377288841697, 39.927699050102902 ], [ -75.168295166528694, 39.927973164304603 ], [ -75.168114607831697, 39.928575835844903 ], [ -75.167976757728397, 39.929190820692398 ], [ -75.167708338412595, 39.930404048234102 ], [ -75.167444663022707, 39.931629918905202 ], [ -75.168053221487696, 39.931721848914499 ], [ -75.168152989021806, 39.931710581642399 ], [ -75.168818291838406, 39.931798217678796 ], [ -75.169083154266701, 39.930579529677999 ], [ -75.169349246877204, 39.929363083635202 ], [ -75.169433759145605, 39.928741309050302 ], [ -75.169546206926597, 39.928230377031902 ], [ -75.169593179241801, 39.928143248960701 ], [ -75.169622068806405, 39.928089663327803 ], [ -75.169701781851899, 39.927736602099202 ], [ -75.169454439622001, 39.9277137737608 ], [ -75.169169561336005, 39.927679039243102 ], [ -75.169045428151605, 39.927654185881202 ], [ -75.168921230055304, 39.927629318307702 ], [ -75.168788231506099, 39.927602689244097 ], [ -75.168408824359801, 39.927554342457299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 103, "PCPC_NUM": 46, "GLOBALID": "eacce39b-fd63-463f-bba9-15859bb3baad", "NAME": "20th and Passyunk", "P_DIST": "South", "ST_EXT": "Passyunk Ave\/18th22nd", "PT_ADD": "2010 W. Passyunk Avenue", "ZIP": 19145, "SURVEY_YEAR": 2014, "GLA": "34,000", "GLA_2003": "48,000", "GLA_1995": "28,000", "COMM_COUNT": 28, "COMM_COUNT_2003": 46, "COMM_COUNT_1995": 28, "OCC_COUNT": 24, "VAC_COUNT": 4, "VAC_RATE": "14.30%", "VAC_RATE_2003": "13.00%", "VAC_RATE_1995": "17.60%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 6, "COND_SUM_2003": 7, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 84473.20703125, "Shape__Length": 1860.02462183943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183499628139003, 39.9226432725386 ], [ -75.181781563846798, 39.922962676823701 ], [ -75.180914336813302, 39.923123891009503 ], [ -75.180430088838605, 39.923213907807998 ], [ -75.179728663035505, 39.923344291815603 ], [ -75.179127558320602, 39.923456023702599 ], [ -75.178639556726395, 39.923546730067301 ], [ -75.178040504978796, 39.923658073492398 ], [ -75.177766326708493, 39.923709033170603 ], [ -75.176363974083998, 39.9239696670097 ], [ -75.1762985262489, 39.924259664111503 ], [ -75.1761946448554, 39.924733851325897 ], [ -75.177305937985395, 39.924527122079802 ], [ -75.177878876608403, 39.924420535953502 ], [ -75.178481326501, 39.924308456710101 ], [ -75.178651333648702, 39.924276827807397 ], [ -75.179562350354004, 39.924107334179297 ], [ -75.180228170283897, 39.923983453960503 ], [ -75.180811600411204, 39.923874899953397 ], [ -75.181620712445905, 39.923724349178002 ], [ -75.182208624779904, 39.9236149524084 ], [ -75.182718799127599, 39.923520018699698 ], [ -75.182757993042102, 39.923512724938398 ], [ -75.183336771766605, 39.923405021813501 ], [ -75.183437181822498, 39.922948466364097 ], [ -75.183499628139003, 39.9226432725386 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 104, "PCPC_NUM": 47, "GLOBALID": "94205a0a-9cab-4f87-8e0c-b3ae538e05e2", "NAME": "Snyder Avenue\/17th-23rd", "P_DIST": "South", "ST_EXT": "Snyder\/17th23rd", "PT_ADD": "2101 S. 20th Street", "ZIP": 19145, "SURVEY_YEAR": 2014, "GLA": "90,000", "GLA_2003": "145,000", "GLA_1995": "85,000", "COMM_COUNT": 71, "COMM_COUNT_2003": 111, "COMM_COUNT_1995": 67, "OCC_COUNT": 56, "VAC_COUNT": 15, "VAC_RATE": "21.10%", "VAC_RATE_2003": "30.00%", "VAC_RATE_1995": "23.90%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 8, "COND_SUM_1995": "8", "CRM_ORG": "Diversified Community Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": 60000, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 146335.62890625, "Shape__Length": 2484.7462473267501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174444468472103, 39.925426446690899 ], [ -75.174988121254998, 39.925498777243298 ], [ -75.175447131175304, 39.925559844203804 ], [ -75.176002977402504, 39.925633792479601 ], [ -75.176569162488505, 39.925709112544901 ], [ -75.177020232807195, 39.925769116477703 ], [ -75.177576055698793, 39.925843052925799 ], [ -75.178123622911102, 39.925915888765999 ], [ -75.178588826162397, 39.925977766703298 ], [ -75.179147065149095, 39.926052016340797 ], [ -75.181058505589107, 39.926295933507603 ], [ -75.181606644711295, 39.926366293892301 ], [ -75.182086723612699, 39.9264279158389 ], [ -75.182651478426394, 39.926500403843498 ], [ -75.183239515619505, 39.926575877153603 ], [ -75.183738816432594, 39.9266399586567 ], [ -75.184305201790806, 39.926712647023201 ], [ -75.184396652734804, 39.926285209226997 ], [ -75.184488295526904, 39.925827201675503 ], [ -75.182848893272705, 39.925613333289 ], [ -75.182277501564599, 39.925537945791298 ], [ -75.181797315316899, 39.925474588555097 ], [ -75.181261971812802, 39.925403951528601 ], [ -75.180503355266694, 39.925303850258601 ], [ -75.179964197367795, 39.925232703572597 ], [ -75.179343430037605, 39.925150784088999 ], [ -75.178793907210107, 39.925064720190598 ], [ -75.178324835798406, 39.925007098176998 ], [ -75.177769730932795, 39.924938904561103 ], [ -75.177229051407807, 39.924872480718498 ], [ -75.176192183017406, 39.924745091170202 ], [ -75.175622316987898, 39.924675072672002 ], [ -75.174632174834898, 39.924553409491701 ], [ -75.174533853390997, 39.925004357958002 ], [ -75.174444468472103, 39.925426446690899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 105, "PCPC_NUM": 48, "GLOBALID": "199151f4-df06-43b9-8d7d-b55ff42173b5", "NAME": "Wilson Park", "P_DIST": "South", "ST_EXT": "Snyder\/25th28th", "PT_ADD": "2500 Snyder Avenue", "ZIP": 19145, "SURVEY_YEAR": 2014, "GLA": "42,000", "GLA_2003": "45,850", "GLA_1995": "102,000", "COMM_COUNT": 8, "COMM_COUNT_2003": 22, "COMM_COUNT_1995": 16, "OCC_COUNT": 6, "VAC_COUNT": 2, "VAC_RATE": "25.00%", "VAC_RATE_2003": "50.00%", "VAC_RATE_1995": "18.80%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 3, "AGE": 1950, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 4, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 12, "COND_SUM_2003": 10, "COND_SUM_1995": "9", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 63151.15625, "Shape__Length": 1766.34846683108 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.189462485361702, 39.926992653481697 ], [ -75.189409475855697, 39.926829775589297 ], [ -75.189668710278198, 39.925712829844002 ], [ -75.188123398420004, 39.925501628992201 ], [ -75.187855572970406, 39.9267166169384 ], [ -75.187855492576901, 39.926716980051097 ], [ -75.187657937091601, 39.9275933876214 ], [ -75.187657662966799, 39.927594698772403 ], [ -75.187661481216907, 39.927594275920498 ], [ -75.187956865849898, 39.927561536818096 ], [ -75.189320236358995, 39.927135370326397 ], [ -75.189462485361702, 39.926992653481697 ] ] ], [ [ [ -75.189919967721394, 39.926978809902998 ], [ -75.1910099850205, 39.927125658676701 ], [ -75.1918021341273, 39.927230773379598 ], [ -75.192590842605895, 39.927329134759603 ], [ -75.192590886870406, 39.9273291402518 ], [ -75.192594522310301, 39.927329593444703 ], [ -75.192644640323394, 39.927088991341101 ], [ -75.192641003489697, 39.927088544425402 ], [ -75.191632185332693, 39.926953111348602 ], [ -75.191769842802699, 39.926323324814099 ], [ -75.191567115340106, 39.926388063380898 ], [ -75.191386556935598, 39.9264457223683 ], [ -75.191033202544702, 39.926558561064901 ], [ -75.191011789936894, 39.926565398519003 ], [ -75.190989753037101, 39.926572436477798 ], [ -75.190937678393595, 39.926589952284701 ], [ -75.190675162457794, 39.926681962967102 ], [ -75.190487348068103, 39.9267477902591 ], [ -75.189969110427896, 39.926896128479697 ], [ -75.189462485361702, 39.926992653481697 ], [ -75.189919967721394, 39.926978809902998 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 106, "PCPC_NUM": 50, "GLOBALID": "24f803ee-e8a7-4670-90fc-a877cf1d4424", "NAME": "Point Breeze Avenue", "P_DIST": "South", "ST_EXT": "Point Breeze\/FederalMorris", "PT_ADD": "1300 Point Breeze Avenue", "ZIP": 19146, "SURVEY_YEAR": 2014, "GLA": "122,000", "GLA_2003": "161,000", "GLA_1995": "90,000", "COMM_COUNT": 107, "COMM_COUNT_2003": 139, "COMM_COUNT_1995": 100, "OCC_COUNT": 67, "VAC_COUNT": 40, "VAC_RATE": "37.40%", "VAC_RATE_2003": "26.00%", "VAC_RATE_1995": "30.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1890, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 7, "COND_SUM_1995": "8", "CRM_ORG": "South Phila HOMES, Diversified Comm Srvcs", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 30000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 30000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 25000, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 1, "FY12_SIP_TOTAL": 12000, "FY13_SIP": 1, "FY13_SIP_TOTAL": 12000, "FY14_SIP": 3, "FY14_SIP_TOTAL": 36000, "FY15_SIP": 1, "FY15_SIP_TOTAL": 15000, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 1007420.0, "FY08_11_SBP_TOTAL": 1007420.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 144087.58203125, "Shape__Length": 3462.0975973785098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181567528540697, 39.9330360902268 ], [ -75.1815758964987, 39.932995311344897 ], [ -75.181603667559102, 39.932859968862303 ], [ -75.181647136916794, 39.932804907577399 ], [ -75.181780070937506, 39.932657422905002 ], [ -75.182139629588903, 39.932258505590902 ], [ -75.182485922678893, 39.931874298392401 ], [ -75.1831419898554, 39.9311463876912 ], [ -75.183142744114406, 39.931145567534401 ], [ -75.183424331179907, 39.930839513737197 ], [ -75.183508484716597, 39.930748047865997 ], [ -75.183825406196803, 39.930403583651902 ], [ -75.184183852883294, 39.930013981753397 ], [ -75.183829323228395, 39.929966262053298 ], [ -75.183823448735197, 39.929965532326698 ], [ -75.183608108251903, 39.929938771055802 ], [ -75.183602694142905, 39.9299381228006 ], [ -75.183401155655801, 39.929913996425903 ], [ -75.181952494010801, 39.929740564514397 ], [ -75.181854501522295, 39.930161659839598 ], [ -75.181854290457807, 39.930162568738503 ], [ -75.183035131814904, 39.930307682736597 ], [ -75.1827180431752, 39.9306487298769 ], [ -75.182352905711994, 39.931041450122002 ], [ -75.182352196921897, 39.931042212726098 ], [ -75.181454480661799, 39.932018310237702 ], [ -75.181325683768407, 39.932158350225301 ], [ -75.181324949002999, 39.9321591491832 ], [ -75.181057303312002, 39.932124196414698 ], [ -75.180961795795596, 39.9325533144738 ], [ -75.180961595542499, 39.932554215504602 ], [ -75.181326686205296, 39.932599724199797 ], [ -75.181327269829296, 39.9325997967387 ], [ -75.1813326272149, 39.932600464549701 ], [ -75.181325597541004, 39.932608090936597 ], [ -75.180665834416502, 39.933323922119698 ], [ -75.180665153365098, 39.933324661909403 ], [ -75.180659187469502, 39.933323928176698 ], [ -75.1802948454052, 39.933279143305001 ], [ -75.179317818053903, 39.934341387942602 ], [ -75.179264689508003, 39.934399149368502 ], [ -75.179263910755793, 39.934399995983 ], [ -75.178873481411301, 39.934352442390598 ], [ -75.178744950466907, 39.934336787120202 ], [ -75.178666646904404, 39.934694843587401 ], [ -75.178588342551095, 39.9350528990987 ], [ -75.178587402445601, 39.935053864628799 ], [ -75.178138399667603, 39.935514653920002 ], [ -75.177716836379702, 39.935947276875503 ], [ -75.177308788575601, 39.936366022342597 ], [ -75.176784162577107, 39.9369043922377 ], [ -75.176452468788398, 39.937244770460801 ], [ -75.176256069716999, 39.937446308692998 ], [ -75.176445902203298, 39.937463553946401 ], [ -75.176658947878494, 39.9374918597779 ], [ -75.176664337712097, 39.937492576281002 ], [ -75.176657075556804, 39.9375216782366 ], [ -75.176641670653794, 39.937583415983603 ], [ -75.176812054869998, 39.9376031669564 ], [ -75.177598933966607, 39.937701916114001 ], [ -75.177603840304798, 39.937664414287703 ], [ -75.177678851150006, 39.9374479254951 ], [ -75.177679436864494, 39.937447294407797 ], [ -75.1780477955257, 39.9370507044964 ], [ -75.178385028263804, 39.936687619809298 ], [ -75.178840201326594, 39.936197546101297 ], [ -75.178930824476296, 39.936099972622301 ], [ -75.179006821415896, 39.936018147958301 ], [ -75.179149370895004, 39.935864665543598 ], [ -75.179477801596207, 39.935908647069098 ], [ -75.179522035028299, 39.935684134074698 ], [ -75.179603390205699, 39.935271203585401 ], [ -75.179653549922804, 39.935016607939801 ], [ -75.179763476086194, 39.934894658917699 ], [ -75.180113634431095, 39.934506202944597 ], [ -75.180924502556394, 39.933606623999196 ], [ -75.1809422798204, 39.933586901741997 ], [ -75.181113343823199, 39.933611312774502 ], [ -75.181221317933606, 39.9336267212054 ], [ -75.181429954229102, 39.933653773551697 ], [ -75.181465208808206, 39.933493485706499 ], [ -75.181478041514097, 39.933436119190503 ], [ -75.181567528540697, 39.9330360902268 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 107, "PCPC_NUM": 52, "GLOBALID": "fa8e8118-74da-4251-9437-bd7efa58d43c", "NAME": "Washington Avenue West", "P_DIST": "Central", "ST_EXT": "Washington\/16th24th", "PT_ADD": "2001 Washington Avenue", "ZIP": 19146, "SURVEY_YEAR": 2012, "GLA": "285,000", "GLA_2003": null, "GLA_1995": "260,000", "COMM_COUNT": 61, "COMM_COUNT_2003": 40, "COMM_COUNT_1995": 39, "OCC_COUNT": 50, "VAC_COUNT": 11, "VAC_RATE": "18.00%", "VAC_RATE_2003": "13.00%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 6, "PHYS_CHAR": 5, "AGE": 1900, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": 7, "COND_SUM_1995": "9", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 222474.10546875, "Shape__Length": 3907.4655239942999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181393632664907, 39.940161357219097 ], [ -75.181246773589507, 39.940809649067198 ], [ -75.182892115818603, 39.941000864168998 ], [ -75.182975716619396, 39.940630399700296 ], [ -75.183078185806195, 39.9401763129732 ], [ -75.183136136385002, 39.939904053087702 ], [ -75.183190139317404, 39.939632697748898 ], [ -75.183251578953801, 39.939323973607202 ], [ -75.181661744956202, 39.9391266697533 ], [ -75.181614758883498, 39.9391549716265 ], [ -75.179945693868902, 39.938950567041203 ], [ -75.178364589922793, 39.9387534415416 ], [ -75.176437682020506, 39.938523156257403 ], [ -75.174867879193997, 39.938320612475103 ], [ -75.174808229843094, 39.938589383484 ], [ -75.174753624919106, 39.9388354189363 ], [ -75.173176621653397, 39.9386509647507 ], [ -75.173231583778701, 39.938393062585099 ], [ -75.171665519086005, 39.938198036204597 ], [ -75.170086275788805, 39.938001346582197 ], [ -75.170027421092001, 39.9382720940091 ], [ -75.170020764166793, 39.938296090559099 ], [ -75.170013784468395, 39.938321251167302 ], [ -75.169967393254396, 39.938502663098497 ], [ -75.169921067251195, 39.938744630089801 ], [ -75.169908262946294, 39.9388115082022 ], [ -75.169823067768107, 39.939189522594901 ], [ -75.169758534492203, 39.9394758567786 ], [ -75.170393474063602, 39.939558327093103 ], [ -75.1705884899457, 39.939580407223097 ], [ -75.170810578886702, 39.938665691032902 ], [ -75.170993996146095, 39.938688265649397 ], [ -75.171541294000505, 39.938755625781198 ], [ -75.172157808128006, 39.938831501154098 ], [ -75.172619343237301, 39.938888301231202 ], [ -75.173110618604696, 39.938948759003701 ], [ -75.1736701131031, 39.939017609196398 ], [ -75.174142671154101, 39.939075758941797 ], [ -75.174688282397, 39.939142895749399 ], [ -75.174652877390997, 39.939309493745803 ], [ -75.176222984861596, 39.939503284452996 ], [ -75.176184677780796, 39.939677775463799 ], [ -75.178115167441106, 39.939902196110403 ], [ -75.178073042467602, 39.940089203594802 ], [ -75.178061021981094, 39.9401425668106 ], [ -75.1796521572453, 39.940345357295897 ], [ -75.179747246965803, 39.939948159753001 ], [ -75.181393632664907, 39.940161357219097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 108, "PCPC_NUM": 56, "GLOBALID": "5cb5f129-7ba4-46c0-a719-0a8fe8497ac9", "NAME": "30th and Grays Ferry", "P_DIST": "South", "ST_EXT": "Grays Ferry\/28th31st", "PT_ADD": "3001 Grays Ferry Avenue", "ZIP": 19146, "SURVEY_YEAR": 2014, "GLA": "135,000", "GLA_2003": "122,686", "GLA_1995": "82,000", "COMM_COUNT": 13, "COMM_COUNT_2003": 14, "COMM_COUNT_1995": 12, "OCC_COUNT": 11, "VAC_COUNT": 2, "VAC_RATE": "15.40%", "VAC_RATE_2003": "7.00%", "VAC_RATE_1995": "17.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1980, "STAGE": 4, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 4, "COND_SUM_1995": "4", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 603344.0, "FY08_11_SBP_TOTAL": 603344.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 123406.2578125, "Shape__Length": 1813.66519976157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195104501388897, 39.938064704517302 ], [ -75.193532281385501, 39.937869064982301 ], [ -75.193369015350598, 39.9386204946411 ], [ -75.191797807695593, 39.938410415420201 ], [ -75.191656243729, 39.939057016381199 ], [ -75.190216188387396, 39.939079429800302 ], [ -75.1900301861901, 39.939099551525601 ], [ -75.190279378587704, 39.939303344230801 ], [ -75.193290626132793, 39.941134906494199 ], [ -75.193525492514098, 39.941056706549503 ], [ -75.193775833514806, 39.940983122696203 ], [ -75.193965614140595, 39.940933382698503 ], [ -75.194050705284297, 39.940910955341103 ], [ -75.194054502712206, 39.939994644853201 ], [ -75.194059166427095, 39.939361760229801 ], [ -75.194043004422895, 39.9390387041419 ], [ -75.194912905118301, 39.939044749138198 ], [ -75.194944577822497, 39.938808534813198 ], [ -75.195104501388897, 39.938064704517302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 109, "PCPC_NUM": 57, "GLOBALID": "e3d51aaa-efc1-4620-91d5-63bbccff4555", "NAME": "reserved - Christian St. vicinity", "P_DIST": "Central", "ST_EXT": "Christian\/17th22nd", "PT_ADD": null, "ZIP": 19146, "SURVEY_YEAR": 2012, "GLA": null, "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 30, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 17, "VAC_COUNT": 13, "VAC_RATE": "43.30%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": null, "PHYS_CHAR": null, "AGE": null, "STAGE": null, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": null, "COND_PRIV": null, "STORE_MIX": null, "COND_SUM": null, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 73897.0546875, "Shape__Length": 2079.7908355537602 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1794657274054, 39.941175829873899 ], [ -75.179408013120494, 39.9413986577215 ], [ -75.177825614665906, 39.941200182454601 ], [ -75.175903403153399, 39.940959200005899 ], [ -75.174331798898095, 39.940759869562399 ], [ -75.172755435233597, 39.940562736854801 ], [ -75.171188015249996, 39.940364536369103 ], [ -75.171127563376004, 39.940635083499203 ], [ -75.171071564575001, 39.9409061947567 ], [ -75.172638512056693, 39.941104336384797 ], [ -75.174216881223003, 39.941301721792797 ], [ -75.175791196913593, 39.941501394604401 ], [ -75.177706167715797, 39.941741466567102 ], [ -75.179297377786, 39.941936190661998 ], [ -75.179299328430801, 39.941930081370202 ], [ -75.179350660393297, 39.941669597782798 ], [ -75.1794657274054, 39.941175829873899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 110, "PCPC_NUM": 63, "GLOBALID": "bffe450f-35eb-457a-be52-06da1d075dd1", "NAME": "Woodland and Island Avenues", "P_DIST": "Lower SW", "ST_EXT": "Island\/WoodlandAMTRAK", "PT_ADD": "7298 Woodland Avenue", "ZIP": 19142, "SURVEY_YEAR": 2015, "GLA": "20,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 10, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 7, "VAC_COUNT": 3, "VAC_RATE": "30.00%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1930, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 8, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 44679.375, "Shape__Length": 945.593992251749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2457375565929, 39.917453908821898 ], [ -75.245821686186702, 39.917533507372099 ], [ -75.245962271886199, 39.9176665234288 ], [ -75.246408208920499, 39.9173359114478 ], [ -75.246819224108606, 39.917128360636902 ], [ -75.246696791539605, 39.916983184845598 ], [ -75.245240009893905, 39.915139988937803 ], [ -75.2448580477581, 39.915360646590401 ], [ -75.244756721491598, 39.915419182082204 ], [ -75.244224851483807, 39.915708838847003 ], [ -75.244705695903903, 39.916261356254502 ], [ -75.244749197943605, 39.916311634366402 ], [ -75.2452694521658, 39.916912912513503 ], [ -75.2457375565929, 39.917453908821898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 111, "PCPC_NUM": 64, "GLOBALID": "ee239bbe-d84c-4db7-8110-3f5d76b1dd12", "NAME": "Elmwood Avenue", "P_DIST": "Lower SW", "ST_EXT": "Elmwood\/65thIsland", "PT_ADD": "6924 Elmwood Avenue", "ZIP": 19142, "SURVEY_YEAR": 2015, "GLA": "225,000", "GLA_2003": "228,000", "GLA_1995": "118,000", "COMM_COUNT": 92, "COMM_COUNT_2003": 97, "COMM_COUNT_1995": 56, "OCC_COUNT": 84, "VAC_COUNT": 8, "VAC_RATE": "8.70%", "VAC_RATE_2003": "14.00%", "VAC_RATE_1995": "7.10%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 8, "COND_SUM_2003": 9, "COND_SUM_1995": "9", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 1, "FY13_SIP_TOTAL": 1360, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 237803.375, "Shape__Length": 5190.1489511928203 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.235422303848907, 39.917653232284799 ], [ -75.235531234382194, 39.917747883178897 ], [ -75.234972345152897, 39.918148413918402 ], [ -75.235261015918894, 39.918393289597603 ], [ -75.235478877578998, 39.918584913417497 ], [ -75.236043263818004, 39.918179624534801 ], [ -75.237429791630603, 39.917216697106603 ], [ -75.237997217676096, 39.916815687782801 ], [ -75.238987652184605, 39.916111959447903 ], [ -75.240365394448702, 39.915157900570698 ], [ -75.241062398584305, 39.915742364475904 ], [ -75.242430247020096, 39.914783634897702 ], [ -75.242048864116995, 39.914462634641403 ], [ -75.243421816408301, 39.913460415663998 ], [ -75.243614780460305, 39.913799363229799 ], [ -75.243851266608701, 39.9140988828483 ], [ -75.244380429516994, 39.913723360086301 ], [ -75.244515941405893, 39.913669734628499 ], [ -75.244289262950105, 39.913485720969703 ], [ -75.243838448808006, 39.913091027045098 ], [ -75.243583950541407, 39.9128765529681 ], [ -75.2440701109674, 39.912540067877202 ], [ -75.244472007946598, 39.912257838823102 ], [ -75.244120499414805, 39.912081993238502 ], [ -75.243090276046999, 39.911540052614299 ], [ -75.242835495409594, 39.9112813902886 ], [ -75.242662148034697, 39.911392530089003 ], [ -75.242939011426301, 39.912438350482198 ], [ -75.242811716491204, 39.912530875752701 ], [ -75.241719161969201, 39.913324987192603 ], [ -75.241173940362003, 39.913721264936299 ], [ -75.240667385666697, 39.914089432158498 ], [ -75.239825085076504, 39.914701607409697 ], [ -75.238480638405704, 39.915678702254098 ], [ -75.237495022656304, 39.916394983541402 ], [ -75.236926040551197, 39.916808471992503 ], [ -75.236817552102195, 39.916716380137103 ], [ -75.235422303848907, 39.917653232284799 ] ] ], [ [ [ -75.233906259983797, 39.918921485423297 ], [ -75.233391657760293, 39.919292138683403 ], [ -75.232914950797394, 39.919635490736603 ], [ -75.232411397034397, 39.919998173389097 ], [ -75.232407515053893, 39.920000969541398 ], [ -75.232614693245594, 39.920174001975901 ], [ -75.2328826271564, 39.920403887174501 ], [ -75.232886117509295, 39.920406832569299 ], [ -75.233386480337401, 39.920829001576202 ], [ -75.233390515433896, 39.920826305157803 ], [ -75.234408289284303, 39.920146294938199 ], [ -75.233877854119697, 39.919705049643099 ], [ -75.233874348663306, 39.919702132779101 ], [ -75.233878290901202, 39.919699382049998 ], [ -75.234404038592899, 39.919332567901897 ], [ -75.234954121718403, 39.918948768097003 ], [ -75.234455223005895, 39.9185260766303 ], [ -75.233906259983797, 39.918921485423297 ] ] ], [ [ [ -75.230326439764895, 39.922213363700102 ], [ -75.230582849549407, 39.922430033873802 ], [ -75.230586854383603, 39.9224273071518 ], [ -75.2318437702246, 39.921571550748901 ], [ -75.231563043098205, 39.921343709441402 ], [ -75.231559488484194, 39.921340824763703 ], [ -75.231219403861203, 39.921052662636001 ], [ -75.229979267361202, 39.921917612506199 ], [ -75.229694438997598, 39.9221162653729 ], [ -75.230051657406193, 39.922401219010702 ], [ -75.230322962058196, 39.922210424812 ], [ -75.230326439764895, 39.922213363700102 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 112, "PCPC_NUM": 65, "GLOBALID": "275b4cfc-b337-4dd3-a331-c7fa0c285cde", "NAME": "61st and Passyunk", "P_DIST": "Lower SW", "ST_EXT": "61st and Passyunk", "PT_ADD": "6098 Passyunk", "ZIP": 19153, "SURVEY_YEAR": 2015, "GLA": "40,000", "GLA_2003": null, "GLA_1995": "35,000", "COMM_COUNT": 6, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 5, "OCC_COUNT": 5, "VAC_COUNT": 1, "VAC_RATE": "16.70%", "VAC_RATE_2003": null, "VAC_RATE_1995": "20.00%", "CORRIDOR_TYPE": 6, "PHYS_CHAR": 2, "AGE": 1950, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 3, "COND_PUB": 4, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 11, "COND_SUM_2003": null, "COND_SUM_1995": "12", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": "TEC Center for Culinary Enterprise", "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 391757.01171875, "Shape__Length": 2775.69862267187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206730748397106, 39.920273034722598 ], [ -75.211446317609798, 39.919436449808998 ], [ -75.215444884864198, 39.918726899145597 ], [ -75.214981922626606, 39.917124658066903 ], [ -75.214682242376398, 39.916087467603496 ], [ -75.205998477620298, 39.917600877602098 ], [ -75.206377287544996, 39.918983233464303 ], [ -75.206730748397106, 39.920273034722598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 113, "PCPC_NUM": 60, "GLOBALID": "f359dee7-7495-40d9-b1fd-4ffe8c67ff8f", "NAME": "Penrose Plaza and vicinity", "P_DIST": "Lower SW", "ST_EXT": "Island Avenue\/76th81st", "PT_ADD": "2900 Island Avenue", "ZIP": 19153, "SURVEY_YEAR": 2015, "GLA": "315,000", "GLA_2003": "343,000", "GLA_1995": "290,000", "COMM_COUNT": 42, "COMM_COUNT_2003": 38, "COMM_COUNT_1995": 39, "OCC_COUNT": 25, "VAC_COUNT": 17, "VAC_RATE": "40.50%", "VAC_RATE_2003": "11.00%", "VAC_RATE_1995": "5.10%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 2, "AGE": 1970, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": 4, "COND_SUM_1995": "3", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 422808.3046875, "Shape__Length": 3587.878505357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240552253133004, 39.906053094051799 ], [ -75.240608250201504, 39.906040306652002 ], [ -75.240004922650499, 39.904190382057799 ], [ -75.239952870398, 39.904030775389003 ], [ -75.240097749442796, 39.904001194608199 ], [ -75.240283921414601, 39.903963183380903 ], [ -75.240529296956097, 39.903915948784402 ], [ -75.241742296959004, 39.903682439469897 ], [ -75.243146338304598, 39.903412135334598 ], [ -75.2422966080306, 39.900673392259698 ], [ -75.241358390739705, 39.897706503841398 ], [ -75.241238296985699, 39.897184682836901 ], [ -75.241232529419307, 39.896849172258399 ], [ -75.2412926192208, 39.896521794782601 ], [ -75.239168572831503, 39.898784702590703 ], [ -75.238900141333005, 39.898745597320698 ], [ -75.238746373168297, 39.898888483566303 ], [ -75.238714658625796, 39.898917953169097 ], [ -75.238714538721197, 39.898918064067601 ], [ -75.238604168049505, 39.899020623610703 ], [ -75.238602421231903, 39.899022247674999 ], [ -75.238822160057197, 39.899766766136302 ], [ -75.238994006250195, 39.900264706619701 ], [ -75.239096621789102, 39.900610793928998 ], [ -75.238950257211101, 39.9007562123181 ], [ -75.238286398279598, 39.9014609685537 ], [ -75.237923432601406, 39.9018866963862 ], [ -75.237833449140894, 39.902061404197198 ], [ -75.237855854661902, 39.902219709951503 ], [ -75.238578027443907, 39.904486263918301 ], [ -75.237777050746104, 39.904782825652099 ], [ -75.237932043504301, 39.904933874575399 ], [ -75.238747469528505, 39.905619489419202 ], [ -75.239760588867497, 39.905430301346001 ], [ -75.239889581555204, 39.9058099677912 ], [ -75.240008032353998, 39.906158514446297 ], [ -75.240204977133899, 39.9061185658868 ], [ -75.240552253133004, 39.906053094051799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 114, "PCPC_NUM": 67, "GLOBALID": "51d81f71-b0c2-4d9f-b735-db2a8c81631f", "NAME": "54th and Woodland", "P_DIST": "University SW", "ST_EXT": "Woodland\/52nd56th", "PT_ADD": "5400 Woodland Avenue", "ZIP": 19143, "SURVEY_YEAR": 2012, "GLA": "50,000", "GLA_2003": "141,000", "GLA_1995": "30,000", "COMM_COUNT": 57, "COMM_COUNT_2003": 83, "COMM_COUNT_1995": 40, "OCC_COUNT": 46, "VAC_COUNT": 11, "VAC_RATE": "19.30%", "VAC_RATE_2003": "25.30%", "VAC_RATE_1995": "30.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 4, "COND_PRIV": 4, "STORE_MIX": 2, "COND_SUM": 10, "COND_SUM_2003": 12, "COND_SUM_1995": "12", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 85912.9453125, "Shape__Length": 2074.36232882271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221967460558901, 39.934721236475099 ], [ -75.2220177140629, 39.9346867294906 ], [ -75.222405362212299, 39.934420544442503 ], [ -75.222110010251697, 39.934176828563999 ], [ -75.221857855865494, 39.933954581705798 ], [ -75.221481671091496, 39.934230330366098 ], [ -75.221433104498402, 39.934265930278997 ], [ -75.221078430497698, 39.934515261612297 ], [ -75.220807394439703, 39.934705794611702 ], [ -75.220101163109405, 39.935202253501402 ], [ -75.219559988339796, 39.935582674778601 ], [ -75.2191639050194, 39.9358610991654 ], [ -75.218735416343804, 39.936162298836003 ], [ -75.217820023661503, 39.9368057455439 ], [ -75.217358962580093, 39.937129827403297 ], [ -75.215986581630403, 39.938094447975203 ], [ -75.215936900515501, 39.938129366932003 ], [ -75.215604078585798, 39.938377588267898 ], [ -75.215853129948499, 39.938571303334498 ], [ -75.215860477025004, 39.938577268117101 ], [ -75.216177329708401, 39.938834502715402 ], [ -75.2164977680047, 39.9386029233656 ], [ -75.216547095327698, 39.9385679197648 ], [ -75.217030488867906, 39.938224897695299 ], [ -75.217434843377802, 39.9379379582601 ], [ -75.217919794549402, 39.937593819157499 ], [ -75.219281244972507, 39.936627657470602 ], [ -75.2197406991381, 39.936301592855003 ], [ -75.220165254072597, 39.936000291024598 ], [ -75.220645027451198, 39.935659795668897 ], [ -75.221517212231007, 39.935040791949703 ], [ -75.221967460558901, 39.934721236475099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 115, "PCPC_NUM": 70, "GLOBALID": "cf38d6b3-ecbc-43ef-8969-cad053cec92b", "NAME": "58th and Florence", "P_DIST": "University SW", "ST_EXT": "58th\/WarringtonFlorence", "PT_ADD": "1601 S. 58th Street", "ZIP": 19143, "SURVEY_YEAR": 2012, "GLA": "10,000", "GLA_2003": "35,000", "GLA_1995": "7,000", "COMM_COUNT": 13, "COMM_COUNT_2003": 28, "COMM_COUNT_1995": 14, "OCC_COUNT": 5, "VAC_COUNT": 8, "VAC_RATE": "61.50%", "VAC_RATE_2003": "25.00%", "VAC_RATE_1995": "57.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 4, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 12, "COND_SUM_2003": 12, "COND_SUM_1995": "12", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 8451.96875, "Shape__Length": 504.25430560517799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232423367450593, 39.939004543638902 ], [ -75.2325530954691, 39.938910378156798 ], [ -75.231901353972603, 39.938375903153698 ], [ -75.231250066856703, 39.9378417891892 ], [ -75.231118643242795, 39.937934559054298 ], [ -75.230988355047202, 39.938028264621998 ], [ -75.231638145601494, 39.938561159701997 ], [ -75.232290906660495, 39.939096479393903 ], [ -75.232423367450593, 39.939004543638902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 116, "PCPC_NUM": 71, "GLOBALID": "d34cb9a6-f3ce-465c-8307-04187936bf2b", "NAME": "52nd and Chester", "P_DIST": "University SW", "ST_EXT": "Chester\/Paxon52nd", "PT_ADD": "5131 Chester Avenue", "ZIP": 19143, "SURVEY_YEAR": 2012, "GLA": "10,000", "GLA_2003": "15,000", "GLA_1995": "8,000", "COMM_COUNT": 10, "COMM_COUNT_2003": 12, "COMM_COUNT_1995": 8, "OCC_COUNT": 6, "VAC_COUNT": 4, "VAC_RATE": "40.00%", "VAC_RATE_2003": "25.00%", "VAC_RATE_1995": "63.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 4, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 12, "COND_SUM_2003": 11, "COND_SUM_1995": "12", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 3532.84375, "Shape__Length": 256.325696884433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219838741589001, 39.942228630951902 ], [ -75.2204202278742, 39.941819821929101 ], [ -75.220178075651006, 39.941611705744698 ], [ -75.219598261092202, 39.942025923980196 ], [ -75.219838741589001, 39.942228630951902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 117, "PCPC_NUM": 88, "GLOBALID": "bd27075c-e571-4b7f-9c2a-6252417b49c6", "NAME": "46th Street and vicinity", "P_DIST": "University SW", "ST_EXT": "42nd49th\/FilbertLocust", "PT_ADD": "4600 Chestnut Street", "ZIP": 19139, "SURVEY_YEAR": 2017, "GLA": "235,000", "GLA_2003": "334,000", "GLA_1995": "110,000", "COMM_COUNT": 83, "COMM_COUNT_2003": 114, "COMM_COUNT_1995": 92, "OCC_COUNT": 65, "VAC_COUNT": 18, "VAC_RATE": "21.70%", "VAC_RATE_2003": "19.30%", "VAC_RATE_1995": "23.90%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1920, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 8, "COND_SUM_1995": "8", "CRM_ORG": "The Enterprise Center CDC", "SS_DIST": null, "CDC_TAX_CREDIT": "TEC-CDC", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 1, "FY11_SIP_TOTAL": 12000, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 987202.5078125, "Shape__Length": 4915.1046245731604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212500416290894, 39.959538986299897 ], [ -75.213757953944295, 39.959708332223002 ], [ -75.213841639596396, 39.959373240059897 ], [ -75.216845133845894, 39.959703488688497 ], [ -75.219285901292295, 39.959973454983199 ], [ -75.219178716422604, 39.959297392248899 ], [ -75.218956675610798, 39.9592692652785 ], [ -75.219112919133494, 39.9584950644294 ], [ -75.219267222687193, 39.957748772359203 ], [ -75.219424294319793, 39.956988800952303 ], [ -75.219589024745105, 39.956225195202002 ], [ -75.218629510677303, 39.956106044543397 ], [ -75.217648069692402, 39.955981776944398 ], [ -75.215634843541594, 39.955735630681403 ], [ -75.2157465654806, 39.955203919533602 ], [ -75.212386170240507, 39.954840336145899 ], [ -75.212401894130394, 39.954752799318499 ], [ -75.212512747274502, 39.954178310010398 ], [ -75.212770822383007, 39.952957507593403 ], [ -75.209254173888695, 39.952572005784397 ], [ -75.209001816704202, 39.953742219868701 ], [ -75.208865378627607, 39.954400181668497 ], [ -75.206528066423601, 39.954157477817297 ], [ -75.206435702629904, 39.954598054370202 ], [ -75.206276924714999, 39.955356915519303 ], [ -75.206131340374498, 39.956119653264501 ], [ -75.206350450416807, 39.956145238328403 ], [ -75.2063500519168, 39.9561472513452 ], [ -75.206305815055003, 39.9563704690812 ], [ -75.206278556039607, 39.956508020993603 ], [ -75.2062663783217, 39.956565444054498 ], [ -75.206197044157193, 39.956892406381002 ], [ -75.206058279721901, 39.957573390464297 ], [ -75.206077668626904, 39.957668223074798 ], [ -75.206173469139102, 39.958237598592603 ], [ -75.206193415246503, 39.958357272490197 ], [ -75.207995718941604, 39.958548548601698 ], [ -75.209146351698294, 39.9586970541528 ], [ -75.212594768239498, 39.959013763542899 ], [ -75.212500416290894, 39.959538986299897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 118, "PCPC_NUM": 89, "GLOBALID": "aac08252-041a-4962-8329-67fc78b4bb7c", "NAME": "48th and Spruce", "P_DIST": "University SW", "ST_EXT": "47th49th\/SprucePine", "PT_ADD": "4800 Spruce Street", "ZIP": 19143, "SURVEY_YEAR": 2017, "GLA": "80,000", "GLA_2003": "80,000", "GLA_1995": "75,000", "COMM_COUNT": 39, "COMM_COUNT_2003": 38, "COMM_COUNT_1995": 33, "OCC_COUNT": 36, "VAC_COUNT": 3, "VAC_RATE": "7.70%", "VAC_RATE_2003": "13.20%", "VAC_RATE_1995": "15.20%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1930, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 7, "COND_SUM_1995": "7", "CRM_ORG": "The Enterprise Center CDC", "SS_DIST": null, "CDC_TAX_CREDIT": "TEC-CDC", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 1, "FY11_SIP_TOTAL": 4243, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": 2, "FY15_SIP_TOTAL": 10786, "FY14_IS": 1, "FY14_IS_AMOUNT": 50000, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": "TEC Center for Culinary Enterprise", "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 54271.66796875, "Shape__Length": 1200.39323828175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219260320760299, 39.953051477300903 ], [ -75.218617575382495, 39.952975758695203 ], [ -75.218688492728006, 39.952613977192698 ], [ -75.216351887143503, 39.952311818753799 ], [ -75.216135478434495, 39.9533759179727 ], [ -75.220082997651303, 39.953858491722997 ], [ -75.220158881865302, 39.953483522051798 ], [ -75.2191984403606, 39.953367217335803 ], [ -75.219260320760299, 39.953051477300903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 119, "PCPC_NUM": 7, "GLOBALID": "2ff2460a-70e8-4748-b5d6-8acf61b304d9", "NAME": "5th and Delancey", "P_DIST": "Central", "ST_EXT": "5th and Delancey", "PT_ADD": "318 S. 5th Street", "ZIP": 19106, "SURVEY_YEAR": 2012, "GLA": "20,000", "GLA_2003": null, "GLA_1995": "20,000", "COMM_COUNT": 5, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 5, "OCC_COUNT": 5, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": null, "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 4, "COND_SUM_2003": null, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 8009.24609375, "Shape__Length": 414.64588039060698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150150433943594, 39.944674170893201 ], [ -75.150562549208303, 39.944724305862003 ], [ -75.150653026707005, 39.9443198022921 ], [ -75.150235788577405, 39.944263740798597 ], [ -75.150264660830004, 39.944121629376703 ], [ -75.149864646663801, 39.944074515682601 ], [ -75.149706387906704, 39.944866797025803 ], [ -75.150094776694104, 39.944913938689702 ], [ -75.150150433943594, 39.944674170893201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 120, "PCPC_NUM": 9, "GLOBALID": "1af8a198-cd7f-4c04-bea3-90eaf4c9a7a5", "NAME": "Pine Street", "P_DIST": "Central", "ST_EXT": "Pine\/9th12th", "PT_ADD": "1100 Pine Street", "ZIP": 19147, "SURVEY_YEAR": 2012, "GLA": "65,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 46, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 41, "VAC_COUNT": 5, "VAC_RATE": "10.90%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1840, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 42398.37890625, "Shape__Length": 1223.0136426913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156645851283798, 39.9445216904194 ], [ -75.156585775402306, 39.944792266785498 ], [ -75.158159394059794, 39.944991083885903 ], [ -75.159731991886403, 39.945190337285503 ], [ -75.160523137617204, 39.945280634292601 ], [ -75.161296424780502, 39.945384338051198 ], [ -75.161298761111794, 39.945384651173399 ], [ -75.161359992161493, 39.945114214155097 ], [ -75.161421248352397, 39.944843780384197 ], [ -75.161418912039096, 39.944843467264597 ], [ -75.160636909745193, 39.944738598860297 ], [ -75.159848838163001, 39.944648675560003 ], [ -75.158273919478802, 39.944449179126799 ], [ -75.157495248019302, 39.944350138085198 ], [ -75.156705930986007, 39.9442510933942 ], [ -75.156645851283798, 39.9445216904194 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 121, "PCPC_NUM": 38, "GLOBALID": "5d3c4bf5-b318-4792-90ac-35f11e86e4f5", "NAME": "Broad and Oregon", "P_DIST": "South", "ST_EXT": "13th18th\/RitnerBigler", "PT_ADD": "2684 S. Broad Street", "ZIP": 19148, "SURVEY_YEAR": 2011, "GLA": "183,000", "GLA_2003": "92,000", "GLA_1995": "92,000", "COMM_COUNT": 111, "COMM_COUNT_2003": 56, "COMM_COUNT_1995": 56, "OCC_COUNT": 100, "VAC_COUNT": 11, "VAC_RATE": "9.90%", "VAC_RATE_2003": "10.30%", "VAC_RATE_1995": "10.70%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 4, "COND_SUM_2003": 5, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 154852.8359375, "Shape__Length": 3799.7248654397999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170366581640394, 39.919356493431998 ], [ -75.170099053720307, 39.920599754165799 ], [ -75.170257006993893, 39.920620132690303 ], [ -75.170450677540302, 39.920645118621401 ], [ -75.170583454811407, 39.920662247980097 ], [ -75.170802301863702, 39.920690481098703 ], [ -75.1710704080554, 39.919444847928403 ], [ -75.171281382899593, 39.918464618082602 ], [ -75.171700861962506, 39.918521234175898 ], [ -75.172145458820694, 39.918582483328102 ], [ -75.172672067529604, 39.918653399572001 ], [ -75.172734744674898, 39.918368047109702 ], [ -75.172787972600204, 39.918125715599103 ], [ -75.172258311547594, 39.918051186583497 ], [ -75.171816034858395, 39.917990742311197 ], [ -75.171392971330505, 39.917932028581603 ], [ -75.171494570510006, 39.917416633676702 ], [ -75.171982841163199, 39.917222763221602 ], [ -75.172270222129399, 39.917108655332498 ], [ -75.172456068935603, 39.9171335549944 ], [ -75.172521431355406, 39.917142312678997 ], [ -75.172906009010802, 39.917194599845303 ], [ -75.172981122400998, 39.917204463934802 ], [ -75.173082952663705, 39.917222063578699 ], [ -75.173467074409899, 39.917270254299901 ], [ -75.173527629224296, 39.917279098889097 ], [ -75.173604294178304, 39.9172902957934 ], [ -75.173943726826295, 39.917335279520799 ], [ -75.174018376887503, 39.917345458681197 ], [ -75.174091567151805, 39.917355439209601 ], [ -75.174473894406006, 39.917406370342597 ], [ -75.174552290921397, 39.917419958950603 ], [ -75.174577128310005, 39.917305301517899 ], [ -75.174603115613095, 39.917185337711302 ], [ -75.174621490141504, 39.917100519940902 ], [ -75.174540414374803, 39.917087117165899 ], [ -75.174087787000303, 39.9170301224882 ], [ -75.173174170347806, 39.916907086426697 ], [ -75.173186698628598, 39.916857668950797 ], [ -75.174219099585102, 39.916443658990502 ], [ -75.174819523002398, 39.916199563590901 ], [ -75.174846544337001, 39.916088575444 ], [ -75.174919848115096, 39.9157874794343 ], [ -75.175219482554397, 39.9156626886898 ], [ -75.175935569123098, 39.915381528791798 ], [ -75.176889423298306, 39.9150131389816 ], [ -75.177182813712406, 39.914899825297802 ], [ -75.177261050162201, 39.914783049951303 ], [ -75.177305107340899, 39.914662401812599 ], [ -75.176721844475793, 39.914879065287899 ], [ -75.175932440640906, 39.915192143922901 ], [ -75.175234559682806, 39.915457474536197 ], [ -75.174586902330901, 39.915698274624198 ], [ -75.1739628201599, 39.9159334874672 ], [ -75.173182824819705, 39.916240434902598 ], [ -75.172997451956604, 39.916313382756002 ], [ -75.1729628886348, 39.916465142207002 ], [ -75.172197483101399, 39.916779158801901 ], [ -75.171654151320595, 39.916702427251501 ], [ -75.171444798528995, 39.9166751442283 ], [ -75.171302682103502, 39.916656622616799 ], [ -75.171190037455204, 39.916642020878498 ], [ -75.169397198249598, 39.916407761301301 ], [ -75.169272371182103, 39.916389458702497 ], [ -75.169245829964396, 39.916506296030697 ], [ -75.169203164557601, 39.916703638345602 ], [ -75.169140097013994, 39.9169953469696 ], [ -75.169139930245805, 39.916996102771698 ], [ -75.1689430079782, 39.917884647443898 ], [ -75.168882370511497, 39.918159910379003 ], [ -75.169170044809505, 39.918195426659402 ], [ -75.169407664763597, 39.918224757348597 ], [ -75.169853315278402, 39.918281333188901 ], [ -75.170284368999106, 39.918336055247202 ], [ -75.170578131104904, 39.918373346583103 ], [ -75.170366581640394, 39.919356493431998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 122, "PCPC_NUM": 39, "GLOBALID": "5c37475f-0f11-4afe-b24c-88409ade3bf9", "NAME": "Packer Park ", "P_DIST": "Lower South", "ST_EXT": "Broad17th\/I76Hartranft", "PT_ADD": "1526 Packer Avenue", "ZIP": 19145, "SURVEY_YEAR": 2011, "GLA": "63,000", "GLA_2003": "60,000", "GLA_1995": "35,000", "COMM_COUNT": 25, "COMM_COUNT_2003": 14, "COMM_COUNT_1995": 10, "OCC_COUNT": 25, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": "0.00%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 2, "AGE": 1960, "STAGE": 1, "STAGE_2003": 2, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 5, "COND_SUM_2003": 5, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 107972.21875, "Shape__Length": 2015.7756884861101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173580004734902, 39.908034584120301 ], [ -75.173295726878493, 39.909292225115102 ], [ -75.173054466123006, 39.910522413669 ], [ -75.173028172066097, 39.910626171806797 ], [ -75.173380545377199, 39.910669829716198 ], [ -75.173839286436205, 39.910766320927401 ], [ -75.173988159137807, 39.910883734497197 ], [ -75.1740596899145, 39.911053443016698 ], [ -75.174027205761305, 39.911224110326501 ], [ -75.173938246214107, 39.911589079161203 ], [ -75.173914470710102, 39.911744382518798 ], [ -75.174169483624198, 39.911782725433 ], [ -75.174104848693602, 39.912052594665397 ], [ -75.1740629063911, 39.912227717638999 ], [ -75.174684042241694, 39.912313149291997 ], [ -75.175290274317703, 39.912394163053797 ], [ -75.175879513157199, 39.912464104218401 ], [ -75.176497972561506, 39.912555407135599 ], [ -75.176539351385003, 39.912375288156603 ], [ -75.175920535249404, 39.912279728238097 ], [ -75.176151083252194, 39.911205084814597 ], [ -75.174414535788898, 39.910956298636698 ], [ -75.174465554413004, 39.910741954709202 ], [ -75.175062805209905, 39.908232632179299 ], [ -75.173580004734902, 39.908034584120301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 123, "PCPC_NUM": 40, "GLOBALID": "46e0ddc4-0306-48a6-8840-ea52ffa3d30b", "NAME": "Sports Complex", "P_DIST": "Lower South", "ST_EXT": "DarienBroad\/PackerI95", "PT_ADD": "1300 Pattison Avenue", "ZIP": 19148, "SURVEY_YEAR": 2011, "GLA": "112,000", "GLA_2003": "60,000", "GLA_1995": "43,000", "COMM_COUNT": 12, "COMM_COUNT_2003": 6, "COMM_COUNT_1995": 4, "OCC_COUNT": 12, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": "0.00%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 5, "PHYS_CHAR": 4, "AGE": 1990, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 3, "COND_SUM_2003": 6, "COND_SUM_1995": "8", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 1650845.21484375, "Shape__Length": 5388.6261050021303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164645160643005, 39.904253012832903 ], [ -75.164061024242798, 39.906835462746997 ], [ -75.163391928061202, 39.909919265930903 ], [ -75.163400972294298, 39.910097973209403 ], [ -75.165659406450402, 39.910746146623097 ], [ -75.167015371288699, 39.910977409973498 ], [ -75.169937851210705, 39.911351829138802 ], [ -75.1703551147491, 39.911411074623402 ], [ -75.170606785223697, 39.910243721019398 ], [ -75.170876711866995, 39.908991639051798 ], [ -75.171014295825302, 39.908358855551299 ], [ -75.172671929242796, 39.9085592888976 ], [ -75.172746954285998, 39.908570212765397 ], [ -75.172874164766696, 39.907958226611001 ], [ -75.173080075656202, 39.907009592983599 ], [ -75.173147728381096, 39.906713483449799 ], [ -75.173163283415306, 39.906614899923902 ], [ -75.173394462085895, 39.9055664347622 ], [ -75.173549834898495, 39.905397628635697 ], [ -75.173544682686597, 39.9052357798871 ], [ -75.173560054991697, 39.905057181257099 ], [ -75.173771269742403, 39.904043510047103 ], [ -75.173816004369399, 39.903858800155 ], [ -75.173918883478905, 39.903797489733002 ], [ -75.1738723941573, 39.903677061525599 ], [ -75.174008163636898, 39.902920135122699 ], [ -75.174355764352498, 39.901538226378598 ], [ -75.174396493188198, 39.901233633809198 ], [ -75.1745919392677, 39.900264055210002 ], [ -75.174663293875994, 39.899910066013597 ], [ -75.174750968975303, 39.8994962485191 ], [ -75.173977522316605, 39.899397661706303 ], [ -75.173612013593896, 39.899306863553299 ], [ -75.173194027792604, 39.899252984820102 ], [ -75.172707692187402, 39.8992016124106 ], [ -75.172592738102907, 39.899162464497003 ], [ -75.172493441666703, 39.899100892704098 ], [ -75.172462166996397, 39.899071995797698 ], [ -75.172215927888104, 39.899046930738599 ], [ -75.171715123046596, 39.898986721289901 ], [ -75.170519043950307, 39.898897161955603 ], [ -75.170445337273804, 39.898900157902197 ], [ -75.170388971741104, 39.898902449329299 ], [ -75.169766326296994, 39.898927757207701 ], [ -75.168336327802294, 39.899067728319601 ], [ -75.1681779083832, 39.899083233779699 ], [ -75.165711654903504, 39.899390463139099 ], [ -75.165662539577298, 39.899592266538498 ], [ -75.164645160643005, 39.904253012832903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 124, "PCPC_NUM": 231, "GLOBALID": "0bd16532-9d88-45b4-bbff-f5f40e4ee6ee", "NAME": "Conrad and Sunnyside", "P_DIST": "Lower NW", "ST_EXT": "Conrad\/Indian QueenTilden", "PT_ADD": "3427 Conrad Street", "ZIP": 19129, "SURVEY_YEAR": 2013, "GLA": "18,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 17, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 13, "VAC_COUNT": 4, "VAC_RATE": "23.50%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 32821.08203125, "Shape__Length": 981.43604970023102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190631808899596, 40.012737706474802 ], [ -75.190147934780697, 40.012319895076701 ], [ -75.189575450390606, 40.011825561583997 ], [ -75.188813551893801, 40.011167655877699 ], [ -75.188238690339602, 40.010671245782603 ], [ -75.187927376978294, 40.010805721417597 ], [ -75.187608193172807, 40.010957420847497 ], [ -75.188274692845297, 40.011531672432703 ], [ -75.188731104513906, 40.011924906399102 ], [ -75.189041233697594, 40.012192102678704 ], [ -75.189612912453896, 40.012684632380299 ], [ -75.190107088836101, 40.013110382045198 ], [ -75.190374214865599, 40.012928450396998 ], [ -75.190631808899596, 40.012737706474802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 125, "PCPC_NUM": 175, "GLOBALID": "14481754-01e9-4902-b7d1-93db9f68a69c", "NAME": "Scotts Lane", "P_DIST": "North", "ST_EXT": "Scotts Lane\/RidgeCrawford", "PT_ADD": "3502 Scotts Lane", "ZIP": 19129, "SURVEY_YEAR": 2014, "GLA": "158,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 12, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 9, "VAC_COUNT": 3, "VAC_RATE": "25.00%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 6, "PHYS_CHAR": 5, "AGE": 1980, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 141471.29296875, "Shape__Length": 2045.07022632085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179659915073699, 40.007814472716099 ], [ -75.1798566436144, 40.0078736204728 ], [ -75.1804708915097, 40.008041012441801 ], [ -75.183056901911996, 40.008782053217701 ], [ -75.185011284652902, 40.009335750426999 ], [ -75.1853976948466, 40.009447511924201 ], [ -75.185350583453001, 40.009231892510797 ], [ -75.185317666894207, 40.009088714085401 ], [ -75.185312214529802, 40.009064997579799 ], [ -75.185338574394393, 40.008903215672603 ], [ -75.185382688595197, 40.008825963823398 ], [ -75.185520976631196, 40.008583794683403 ], [ -75.185670814543798, 40.008343013232803 ], [ -75.185909398946905, 40.008106288675698 ], [ -75.186258551529903, 40.007850941044701 ], [ -75.187293836007001, 40.007147134126498 ], [ -75.187395293869002, 40.007055551603699 ], [ -75.186838445155004, 40.007090318451802 ], [ -75.184006707860704, 40.007267074799302 ], [ -75.183566188013899, 40.007290386254901 ], [ -75.179722121374894, 40.007482570888101 ], [ -75.1795414274618, 40.007491409902201 ], [ -75.179544592380395, 40.007500038557197 ], [ -75.179551935373198, 40.007520059423697 ], [ -75.179659915073699, 40.007814472716099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 126, "PCPC_NUM": 190, "GLOBALID": "0aaa2e97-3366-4ef7-9121-9446a195d893", "NAME": "Front and Kensington", "P_DIST": "Lower North", "ST_EXT": "KensingtonFront\/LehighDiamond", "PT_ADD": "2401 Kensington Avenue", "ZIP": 19133, "SURVEY_YEAR": 2012, "GLA": "207,000", "GLA_2003": "315,000", "GLA_1995": "250,000", "COMM_COUNT": 181, "COMM_COUNT_2003": 190, "COMM_COUNT_1995": 181, "OCC_COUNT": 119, "VAC_COUNT": 62, "VAC_RATE": "34.30%", "VAC_RATE_2003": "33.20%", "VAC_RATE_1995": "26.00%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": 7, "COND_SUM_1995": "9", "CRM_ORG": "New Kensington CDC", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": "ASEZ", "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 50000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 50000, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": null, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": 25000, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 25000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 20000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 3, "FY11_SIP_TOTAL": 27975, "FY12_SIP": 2, "FY12_SIP_TOTAL": 14865, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": 1, "FY14_SIP_TOTAL": 16800, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 2254557.0, "FY08_11_SBP_TOTAL": 2254557.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": 1333333, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 230785.1015625, "Shape__Length": 3591.27440516564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132212159798698, 39.981901480343801 ], [ -75.132080806707194, 39.982550610138802 ], [ -75.131919084822599, 39.983349796691698 ], [ -75.131893414921294, 39.983476649416701 ], [ -75.131394289601602, 39.983739248582701 ], [ -75.131757345928094, 39.984149052074102 ], [ -75.131594819167006, 39.984952177244601 ], [ -75.131574451378398, 39.985052822022404 ], [ -75.131434649835597, 39.985743640005197 ], [ -75.130863261145393, 39.986059742985702 ], [ -75.130297164531399, 39.986372912260101 ], [ -75.129729604886407, 39.9866868852138 ], [ -75.129153289464597, 39.9870056958787 ], [ -75.1280232259153, 39.9876308163198 ], [ -75.127464046533603, 39.987940130571303 ], [ -75.126889952922596, 39.988257689042001 ], [ -75.126411024976804, 39.988522602577 ], [ -75.125951395511606, 39.988776837638099 ], [ -75.125484967394002, 39.989034829536401 ], [ -75.124935490378704, 39.989338752157202 ], [ -75.125493540530499, 39.9898459787684 ], [ -75.125835140095205, 39.990158876131296 ], [ -75.127236417578203, 39.989411937819703 ], [ -75.127366046557398, 39.988801901834698 ], [ -75.128345380161704, 39.988927136697797 ], [ -75.128498603053998, 39.988946729671198 ], [ -75.128506309563804, 39.988884615046899 ], [ -75.128514017229904, 39.988822500448599 ], [ -75.128532155220299, 39.988781526083798 ], [ -75.128878988704301, 39.988588873415203 ], [ -75.129390410926703, 39.988314017275201 ], [ -75.129479244684703, 39.988279154846801 ], [ -75.130223544479307, 39.987857307942697 ], [ -75.130534464892705, 39.987681085381503 ], [ -75.130800636055895, 39.987714378043499 ], [ -75.130894242698304, 39.987726258750698 ], [ -75.131560712454899, 39.987808491840802 ], [ -75.131678658525104, 39.9872389828978 ], [ -75.131909152277899, 39.986315771400299 ], [ -75.132412022000196, 39.9863892716061 ], [ -75.132733524224307, 39.984887511123198 ], [ -75.133076127884706, 39.983304808230002 ], [ -75.133412573846101, 39.9817074423866 ], [ -75.132883347026905, 39.9816407241264 ], [ -75.132802006144203, 39.981602418194903 ], [ -75.132639009971996, 39.981681890774297 ], [ -75.132212159798698, 39.981901480343801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 127, "PCPC_NUM": 191, "GLOBALID": "429fdc02-80f3-4462-8676-982d23ba4bef", "NAME": "Palmer Park", "P_DIST": "River Wards", "ST_EXT": "Frankford\/EyreMarlborough", "PT_ADD": "1700 Frankford Avenue", "ZIP": 19125, "SURVEY_YEAR": 2014, "GLA": "30,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 17, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 10, "VAC_COUNT": 7, "VAC_RATE": "41.20%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1860, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 31001.69140625, "Shape__Length": 1010.70740983092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133993806650196, 39.973472077252197 ], [ -75.133769629000994, 39.973401986221397 ], [ -75.133433476378201, 39.9732777118546 ], [ -75.133163197311404, 39.973761011526001 ], [ -75.132767808622305, 39.974468013721001 ], [ -75.132761462261001, 39.9744788948204 ], [ -75.132345161522096, 39.975192701766701 ], [ -75.131881873448904, 39.976009021775397 ], [ -75.132202973604606, 39.976129038494001 ], [ -75.132495309877797, 39.976230215507002 ], [ -75.1328486394533, 39.975579896951103 ], [ -75.133387429479995, 39.974588206635403 ], [ -75.133623963883906, 39.974152833817499 ], [ -75.133993806650196, 39.973472077252197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 128, "PCPC_NUM": 192, "GLOBALID": "659e0862-073e-4aa8-bf68-379bf7752744", "NAME": "Frankford and Susquehanna", "P_DIST": "River Wards", "ST_EXT": "Frankford\/SergeantBerks", "PT_ADD": "2043 Frankford Avenue", "ZIP": 19125, "SURVEY_YEAR": 2014, "GLA": "60,000", "GLA_2003": null, "GLA_1995": "30,000", "COMM_COUNT": 49, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 20, "OCC_COUNT": 33, "VAC_COUNT": 16, "VAC_RATE": "32.70%", "VAC_RATE_2003": null, "VAC_RATE_1995": "50.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1860, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 9, "COND_SUM_2003": null, "COND_SUM_1995": "12", "CRM_ORG": "New Kensington CDC", "SS_DIST": null, "CDC_TAX_CREDIT": "NKCDC", "E_ZONES": "ASEZ (1200-1900 only)", "FY12_MGMT": "TCMP", "FY12_MGMT_AMOUNT": 75000, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 25000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 25000, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": 175000, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": 175000, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": 75000, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 55000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 55000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 75000, "FY11_SIP": 9, "FY11_SIP_TOTAL": 61810, "FY12_SIP": 5, "FY12_SIP_TOTAL": 41525, "FY13_SIP": 6, "FY13_SIP_TOTAL": 59435, "FY14_SIP": 4, "FY14_SIP_TOTAL": 33277, "FY15_SIP": 4, "FY15_SIP_TOTAL": 48000, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": 1, "FY15_IS_AMOUNT": 50000, "FY08_11_SBP_CITY": 75000.0, "FY08_11_SBP_TOTAL": 1875000.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": "Lutheran Settlement House", "FY16_19_PD": null, "Shape__Area": 94302.0390625, "Shape__Length": 2531.55152706422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131659716390701, 39.977759544572002 ], [ -75.131358030594896, 39.977609166149797 ], [ -75.1313039861476, 39.977558591826401 ], [ -75.131058534261498, 39.977470866465403 ], [ -75.130928841716099, 39.977660128714597 ], [ -75.130877495027505, 39.977721042909103 ], [ -75.130165789853507, 39.9784334750101 ], [ -75.129257396427406, 39.979353574287401 ], [ -75.128339427456098, 39.980287581665401 ], [ -75.127689254836199, 39.980944251305402 ], [ -75.127383827836994, 39.981161013063499 ], [ -75.127345935499505, 39.9811867976901 ], [ -75.127326049998899, 39.9812014183263 ], [ -75.127277477075694, 39.981249766537601 ], [ -75.127236282203896, 39.9813254916521 ], [ -75.127218271494201, 39.981380610318602 ], [ -75.127200260755103, 39.981435728982099 ], [ -75.127084393981704, 39.981552385859302 ], [ -75.126531718594805, 39.982108818329799 ], [ -75.126241580344697, 39.982400893990999 ], [ -75.126094836050299, 39.9825486115258 ], [ -75.125789209574506, 39.982857756978397 ], [ -75.125626488508402, 39.9830225921663 ], [ -75.124708283686402, 39.983964036799499 ], [ -75.124925120758604, 39.9841992002167 ], [ -75.125087891683506, 39.984303360671603 ], [ -75.125459431649304, 39.984108523831502 ], [ -75.126053610822197, 39.983501957574198 ], [ -75.126162275981102, 39.983391026094601 ], [ -75.126591081465406, 39.982953269840102 ], [ -75.126952508777407, 39.982582956554801 ], [ -75.127026851500403, 39.982514606266903 ], [ -75.127840072751198, 39.981679996842303 ], [ -75.127874499180706, 39.9816243971826 ], [ -75.127901509226305, 39.981541735125298 ], [ -75.127987207740304, 39.981483419854897 ], [ -75.128181408518998, 39.9813501338297 ], [ -75.128453413652196, 39.981077107809099 ], [ -75.128530901119106, 39.980999329832102 ], [ -75.128762585148095, 39.980766774339301 ], [ -75.129674861246201, 39.979819866952397 ], [ -75.130733610695003, 39.978762751519099 ], [ -75.131468487984506, 39.978028984022401 ], [ -75.131659716390701, 39.977759544572002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 129, "PCPC_NUM": 193, "GLOBALID": "35630a74-7f93-480e-a65c-490401e2ee57", "NAME": "Trenton and Lehigh", "P_DIST": "River Wards", "ST_EXT": "Lehigh\/TulipFrankford", "PT_ADD": "2132 Lehigh Avenue", "ZIP": 19125, "SURVEY_YEAR": 2014, "GLA": "20,000", "GLA_2003": null, "GLA_1995": "20,000", "COMM_COUNT": 3, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 1, "OCC_COUNT": 2, "VAC_COUNT": 1, "VAC_RATE": "33.30%", "VAC_RATE_2003": null, "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 3, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 4, "COND_SUM": 9, "COND_SUM_2003": null, "COND_SUM_1995": "8", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 53500.59765625, "Shape__Length": 1508.09939081526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122629795040396, 39.987256000703098 ], [ -75.122908019867296, 39.9871344586454 ], [ -75.122640949725707, 39.986886780510801 ], [ -75.122630352067702, 39.986876952773102 ], [ -75.122590808502196, 39.986835777887002 ], [ -75.121807931723794, 39.986020583805399 ], [ -75.121509572133704, 39.985675754655198 ], [ -75.121203523559799, 39.985335129340797 ], [ -75.120546461903899, 39.984607591703103 ], [ -75.119988859957004, 39.983968426152899 ], [ -75.119436341444498, 39.983343891539398 ], [ -75.119137628971401, 39.983494072993899 ], [ -75.118838915177605, 39.983644253670299 ], [ -75.119397167810405, 39.984275440699797 ], [ -75.119957502098302, 39.984917745211497 ], [ -75.120614929976298, 39.985645665001499 ], [ -75.120919017024406, 39.985984091723601 ], [ -75.121215325654902, 39.986326941859303 ], [ -75.122056270618501, 39.987203174486503 ], [ -75.122091521539403, 39.9872385252377 ], [ -75.122300038450604, 39.987447634536203 ], [ -75.122629795040396, 39.987256000703098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 130, "PCPC_NUM": 286, "GLOBALID": "f8ac2958-64dc-468a-ac44-80a5e7ceb75a", "NAME": "Frankford Avenue\/Margaret-Orthodox", "P_DIST": "Lower NE", "ST_EXT": "PaulLeiper\/AllengroveUnity", "PT_ADD": "4700 Frankford Ave", "ZIP": 19124, "SURVEY_YEAR": 2012, "GLA": "400,000", "GLA_2003": "547152", "GLA_1995": "350,000", "COMM_COUNT": 206, "COMM_COUNT_2003": 241, "COMM_COUNT_1995": 208, "OCC_COUNT": 146, "VAC_COUNT": 60, "VAC_RATE": "29.10%", "VAC_RATE_2003": "0.336", "VAC_RATE_1995": "43.30%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 4, "COND_SUM": 10, "COND_SUM_2003": 9, "COND_SUM_1995": "7", "CRM_ORG": "Frankford CDC", "SS_DIST": null, "CDC_TAX_CREDIT": "Frankford CDC", "E_ZONES": null, "FY12_MGMT": "TCMP", "FY12_MGMT_AMOUNT": 75000, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 75000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 75000, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": 125000, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": 125000, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 40000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 40000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 45000, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 1, "FY12_SIP_TOTAL": 12000, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": 1, "FY14_SIP_TOTAL": 3325, "FY15_SIP": 2, "FY15_SIP_TOTAL": 9225, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 325000, "FY12_15_SBP_TOTAL": 325000.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": 1358333, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 191423.25, "Shape__Length": 3560.8541599650498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081202495805798, 40.019914935644998 ], [ -75.081778758804106, 40.0192878048612 ], [ -75.082737840994199, 40.018244032584498 ], [ -75.083337730260197, 40.018563297367798 ], [ -75.083809725083199, 40.018814491954203 ], [ -75.083909636541506, 40.019285679045701 ], [ -75.084112957105603, 40.020244525741099 ], [ -75.084298803004998, 40.020034985962802 ], [ -75.084359071002794, 40.019967034823701 ], [ -75.084507407643898, 40.0197997855268 ], [ -75.084374792402301, 40.018840767238103 ], [ -75.084365355993498, 40.018772522461198 ], [ -75.084206636912796, 40.017624683462998 ], [ -75.084079090008601, 40.016702255367797 ], [ -75.084889627850202, 40.015843405885597 ], [ -75.0857564920058, 40.014924843419699 ], [ -75.086059008072297, 40.014604277503899 ], [ -75.086610936126803, 40.014019410482099 ], [ -75.087861626118197, 40.0126940315483 ], [ -75.0875795227537, 40.012525193511799 ], [ -75.087657469440799, 40.012439127262802 ], [ -75.087379886195393, 40.012334937562997 ], [ -75.086190830855102, 40.011888616875503 ], [ -75.085260455048896, 40.013365585113199 ], [ -75.085171391093994, 40.013506416425798 ], [ -75.084651042472004, 40.014322941536101 ], [ -75.083996989971595, 40.015348497125601 ], [ -75.083975848782302, 40.015769171638503 ], [ -75.083689270746106, 40.015605956255797 ], [ -75.083693741719998, 40.016318514280101 ], [ -75.083386217237802, 40.016657742024798 ], [ -75.082385098002405, 40.017762041957198 ], [ -75.081753009075598, 40.018459253984801 ], [ -75.081251640471706, 40.019012265781299 ], [ -75.080684188587199, 40.019638153546801 ], [ -75.080926347456895, 40.019764922015398 ], [ -75.081202495805798, 40.019914935644998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 131, "PCPC_NUM": 287, "GLOBALID": "08399975-85e8-461f-afc3-0245402fd40a", "NAME": "Frankford Avenue\/Bridge-Pratt", "P_DIST": "Lower NE", "ST_EXT": "DarrahGriscom\/BrillAllengrove", "PT_ADD": "5201 Frankford Ave", "ZIP": 19124, "SURVEY_YEAR": 2012, "GLA": "189,000", "GLA_2003": "212,122", "GLA_1995": "145,000", "COMM_COUNT": 88, "COMM_COUNT_2003": 83, "COMM_COUNT_1995": 87, "OCC_COUNT": 77, "VAC_COUNT": 11, "VAC_RATE": "12.50%", "VAC_RATE_2003": "13.30%", "VAC_RATE_1995": "11.50%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 2, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 1, "COND_SUM": 7, "COND_SUM_2003": 6, "COND_SUM_1995": "9", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 132759.19921875, "Shape__Length": 2366.1200053252001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.077861660813895, 40.02094308313 ], [ -75.077629964861202, 40.021190670949501 ], [ -75.077367555631895, 40.021046692765701 ], [ -75.077273183862999, 40.021163810242903 ], [ -75.076925841580405, 40.021436068617298 ], [ -75.076440898826803, 40.0218236633144 ], [ -75.075847046877499, 40.0223342619459 ], [ -75.075742216795703, 40.022424394512697 ], [ -75.075236412472293, 40.022689168721399 ], [ -75.075417373389399, 40.022882894286901 ], [ -75.075598375043398, 40.023106605338498 ], [ -75.075393983345506, 40.023214533670703 ], [ -75.075687650279207, 40.023550762304303 ], [ -75.075352630491906, 40.023777663758601 ], [ -75.075624854867499, 40.024083953346 ], [ -75.076645239437198, 40.023400079296898 ], [ -75.076705907617495, 40.023491020878801 ], [ -75.076829638668798, 40.0235958062609 ], [ -75.076939579707798, 40.023688911981402 ], [ -75.078467061347197, 40.022665934933102 ], [ -75.078546564164995, 40.022612689512698 ], [ -75.0792140340793, 40.023036603966702 ], [ -75.079425051030896, 40.022807685449798 ], [ -75.079570024024093, 40.022650413195201 ], [ -75.079627296117707, 40.022588282107201 ], [ -75.079537855081696, 40.022548219708199 ], [ -75.078908559984697, 40.022202728665 ], [ -75.079351821971798, 40.021872194939199 ], [ -75.079663590443602, 40.021533248746799 ], [ -75.080693842775204, 40.020449846234598 ], [ -75.081202495805798, 40.019914935644998 ], [ -75.080926347456895, 40.019764922015398 ], [ -75.080684188587199, 40.019638153546801 ], [ -75.080168531137502, 40.020174970526597 ], [ -75.0796615759768, 40.020702716039402 ], [ -75.079129727818, 40.021256364763097 ], [ -75.078891381663297, 40.021505397905301 ], [ -75.077861660813895, 40.02094308313 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 132, "PCPC_NUM": 288, "GLOBALID": "d064351a-bc55-4510-9ed7-6dc765d36108", "NAME": "Wakeling and Aramingo", "P_DIST": "River Wards", "ST_EXT": "TaconyAMTRAK\/BridgeBuckius.", "PT_ADD": "4851 James St", "ZIP": 19124, "SURVEY_YEAR": 2012, "GLA": "40,000", "GLA_2003": "57,850", "GLA_1995": "40,000", "COMM_COUNT": 5, "COMM_COUNT_2003": 8, "COMM_COUNT_1995": 2, "OCC_COUNT": 5, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": "25.00%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 2, "AGE": 1980, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 4, "COND_SUM": 10, "COND_SUM_2003": 9, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 157632.27734375, "Shape__Length": 1786.65437131918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.071090566775695, 40.010285771133503 ], [ -75.072252884997397, 40.010031247081002 ], [ -75.072340126256407, 40.009989605559198 ], [ -75.072413429335001, 40.009954616583798 ], [ -75.074364415210994, 40.009463341845901 ], [ -75.074071007536503, 40.0087038630545 ], [ -75.074061312985705, 40.0086369951131 ], [ -75.073910479921693, 40.007971751264797 ], [ -75.073199641044098, 40.008052158928201 ], [ -75.073107035117701, 40.0075877279643 ], [ -75.072705112788199, 40.007913239974599 ], [ -75.072488801689502, 40.008132561318497 ], [ -75.071776182132297, 40.008217113075098 ], [ -75.070644578892598, 40.008382204492598 ], [ -75.070329337795599, 40.008491499679003 ], [ -75.070204755793199, 40.0085346918775 ], [ -75.069812974879895, 40.008670520689499 ], [ -75.069184469052701, 40.008866372640597 ], [ -75.068967501659799, 40.0089168257661 ], [ -75.068928306413895, 40.008925939978198 ], [ -75.068669655060404, 40.008986086570197 ], [ -75.068775142390393, 40.009312725904898 ], [ -75.069015148404702, 40.010124801784102 ], [ -75.069192247592099, 40.010724017926798 ], [ -75.069388307086498, 40.010687590102698 ], [ -75.069452189450601, 40.010650840422997 ], [ -75.070720280687098, 40.010368281856401 ], [ -75.071090566775695, 40.010285771133503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 133, "PCPC_NUM": 290, "GLOBALID": "a5931ace-9381-49b2-a9f7-1ab20f58fc4f", "NAME": "Torresdale Avenue - Wissinoming", "P_DIST": "N Delaware", "ST_EXT": "Torresdale\/DevereauxVan Kirk", "PT_ADD": "6001 Torresdale", "ZIP": 19135, "SURVEY_YEAR": 2015, "GLA": "125,000", "GLA_2003": "110,000", "GLA_1995": "80,000", "COMM_COUNT": 67, "COMM_COUNT_2003": 79, "COMM_COUNT_1995": 70, "OCC_COUNT": 52, "VAC_COUNT": 15, "VAC_RATE": "22.40%", "VAC_RATE_2003": "13.00%", "VAC_RATE_1995": "20.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 4, "COND_SUM": 9, "COND_SUM_2003": 9, "COND_SUM_1995": "6", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 78800.30859375, "Shape__Length": 1846.9431073334999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.0554901679333, 40.019285508421099 ], [ -75.055490061441205, 40.0192855635892 ], [ -75.055688828769405, 40.019513603707203 ], [ -75.055928065066396, 40.019789435697398 ], [ -75.057891319021806, 40.0187952180652 ], [ -75.058726953497001, 40.018372021719898 ], [ -75.059568126559796, 40.017946010093901 ], [ -75.060936194956298, 40.017253127987402 ], [ -75.062134516571604, 40.016646191868901 ], [ -75.061858274624896, 40.016331131205803 ], [ -75.061661052070903, 40.016102304702201 ], [ -75.061660403811899, 40.016102635525797 ], [ -75.061624144799296, 40.016060765559502 ], [ -75.060437861917706, 40.0166844655704 ], [ -75.059079610512001, 40.017398550741703 ], [ -75.0582542163055, 40.0178324766798 ], [ -75.057429005437001, 40.018266294901501 ], [ -75.0554901679333, 40.019285508421099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 134, "PCPC_NUM": 291, "GLOBALID": "ea64e326-0085-419c-9604-38a816c848be", "NAME": "reserved - Keystone Street", "P_DIST": "N Delaware", "ST_EXT": "Keystone\/LevickRobbins", "PT_ADD": "6301 Keystone Street", "ZIP": 19135, "SURVEY_YEAR": 2015, "GLA": null, "GLA_2003": "13,500", "GLA_1995": "20,000", "COMM_COUNT": null, "COMM_COUNT_2003": 6, "COMM_COUNT_1995": 4, "OCC_COUNT": null, "VAC_COUNT": null, "VAC_RATE": "#VALUE!", "VAC_RATE_2003": "0.00%", "VAC_RATE_1995": "25.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 2, "AGE": 1960, "STAGE": null, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": null, "COND_PRIV": null, "STORE_MIX": null, "COND_SUM": 0, "COND_SUM_2003": 9, "COND_SUM_1995": "9", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 27023.52734375, "Shape__Length": 728.76740774774601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.051705006340299, 40.018219284812403 ], [ -75.051443118830804, 40.017930290138999 ], [ -75.051163750988195, 40.0176417381427 ], [ -75.049360798766998, 40.018573026984903 ], [ -75.049230091508207, 40.018640540016897 ], [ -75.049496271543802, 40.018940512901104 ], [ -75.049752650700896, 40.0192294375329 ], [ -75.051705006340299, 40.018219284812403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 135, "PCPC_NUM": 292, "GLOBALID": "4f43c8e2-89e2-4ae8-b346-2403f5fb9107", "NAME": "Torresdale and Levick", "P_DIST": "N Delaware", "ST_EXT": "Torresdale\/HellermanRobbins", "PT_ADD": "6401 Torresdale Avenue", "ZIP": 19135, "SURVEY_YEAR": 2015, "GLA": "25,000", "GLA_2003": "72,000", "GLA_1995": "22,000", "COMM_COUNT": 15, "COMM_COUNT_2003": 16, "COMM_COUNT_1995": 15, "OCC_COUNT": 12, "VAC_COUNT": 3, "VAC_RATE": "20.00%", "VAC_RATE_2003": "6.00%", "VAC_RATE_1995": "20.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1920, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": 8, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 46477.51171875, "Shape__Length": 1183.81547794878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.053969809364304, 40.020798227284601 ], [ -75.053726615902704, 40.020522872173501 ], [ -75.053501118447699, 40.020267549677797 ], [ -75.051549426252805, 40.021284054725001 ], [ -75.049795514787405, 40.022191925096699 ], [ -75.050020379869096, 40.022451913896198 ], [ -75.050256684328403, 40.022725128244602 ], [ -75.052016694521697, 40.021816770440999 ], [ -75.053969809364304, 40.020798227284601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 136, "PCPC_NUM": 293, "GLOBALID": "f18700af-aee6-4644-9c59-6509f3e6ed90", "NAME": "Torresdale Avenue - Tacony", "P_DIST": "N Delaware", "ST_EXT": "Torresdale\/CottmanMagee", "PT_ADD": "6900 Torresdale Avenue", "ZIP": 19135, "SURVEY_YEAR": 2015, "GLA": "175,000", "GLA_2003": "259,000", "GLA_1995": "110,000", "COMM_COUNT": 133, "COMM_COUNT_2003": 179, "COMM_COUNT_1995": 96, "OCC_COUNT": 110, "VAC_COUNT": 23, "VAC_RATE": "17.30%", "VAC_RATE_2003": "19.00%", "VAC_RATE_1995": "13.50%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 1, "STAGE_2003": 2, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 7, "COND_SUM_1995": "6", "CRM_ORG": "Tacony CDC", "SS_DIST": null, "CDC_TAX_CREDIT": "Tacony CDC", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 2, "FY13_SIP_TOTAL": 24000, "FY14_SIP": 12, "FY14_SIP_TOTAL": null, "FY15_SIP": 3, "FY15_SIP_TOTAL": 18215, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 897344.0, "FY08_11_SBP_TOTAL": 897344.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 167524.796875, "Shape__Length": 3745.5371694825599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.035400190578798, 40.030407031717601 ], [ -75.036913810102604, 40.029625983499997 ], [ -75.038009716072594, 40.029060824770703 ], [ -75.039149355988897, 40.028469126979303 ], [ -75.041277132604094, 40.027372081888799 ], [ -75.042382271965195, 40.026798776081897 ], [ -75.043471618572596, 40.026238434226002 ], [ -75.044945045788893, 40.025437192512797 ], [ -75.046791566297699, 40.024522269560102 ], [ -75.048641149127207, 40.023604597745802 ], [ -75.048377656131507, 40.023300911101202 ], [ -75.048152109666603, 40.023041871609898 ], [ -75.046325943852196, 40.0239903809194 ], [ -75.044501552023107, 40.024930654132703 ], [ -75.043050939647202, 40.025683407051901 ], [ -75.041933014513901, 40.026203877834099 ], [ -75.040842283388898, 40.026778824728098 ], [ -75.038684209715399, 40.027938109065602 ], [ -75.037543600901202, 40.028529883779399 ], [ -75.036447186876103, 40.029095696343703 ], [ -75.034925576682298, 40.029825927276498 ], [ -75.035101173488499, 40.0300515502934 ], [ -75.035172244242105, 40.0301255381302 ], [ -75.035400190578798, 40.030407031717601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 137, "PCPC_NUM": 135, "GLOBALID": "59595d8d-4056-4d68-bf25-6151dd2bf27b", "NAME": "36th and Lancaster", "P_DIST": "University SW", "ST_EXT": "Lancaster\/34thHamilton", "PT_ADD": "3632 Powelton Avenue", "ZIP": 19104, "SURVEY_YEAR": 2012, "GLA": "55,000", "GLA_2003": "92,000", "GLA_1995": "45,000", "COMM_COUNT": 51, "COMM_COUNT_2003": 62, "COMM_COUNT_1995": 51, "OCC_COUNT": 40, "VAC_COUNT": 11, "VAC_RATE": "21.60%", "VAC_RATE_2003": "37.10%", "VAC_RATE_1995": "21.60%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 9, "COND_SUM_1995": "8", "CRM_ORG": "University City District", "SS_DIST": "UCD", "CDC_TAX_CREDIT": "UCD", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 2, "FY12_SIP_TOTAL": 20000, "FY13_SIP": 1, "FY13_SIP_TOTAL": 12000, "FY14_SIP": 1, "FY14_SIP_TOTAL": 12000, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 123197.40234375, "Shape__Length": 2261.6063077448998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1911730412493, 39.957305331067197 ], [ -75.191043714865899, 39.957852773304602 ], [ -75.191627699788299, 39.958154114887002 ], [ -75.192424358308202, 39.958565188239803 ], [ -75.192731982015303, 39.958723917716704 ], [ -75.193663529746303, 39.959204575923003 ], [ -75.194783418333799, 39.959782394265801 ], [ -75.195298648311706, 39.960048225242097 ], [ -75.196803738691699, 39.960824746547502 ], [ -75.196939161120994, 39.960894613031101 ], [ -75.197994235865906, 39.961438932924402 ], [ -75.198931292496198, 39.961337342832998 ], [ -75.198871708966095, 39.960866692112504 ], [ -75.198491766744098, 39.960671576297997 ], [ -75.196997823683702, 39.959904354524703 ], [ -75.196934010750297, 39.959871582182203 ], [ -75.196444178782201, 39.959620017457397 ], [ -75.194903867311098, 39.958828929919001 ], [ -75.193726582872003, 39.958224262959099 ], [ -75.191245810308104, 39.956950035016398 ], [ -75.1911730412493, 39.957305331067197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 138, "PCPC_NUM": 140, "GLOBALID": "9d59513a-433d-4ba1-9794-c391d1c254b7", "NAME": "West Girard", "P_DIST": "Lower North", "ST_EXT": "Girard\/CollegeBrewerytown", "PT_ADD": "2700 W. Girard Avenue", "ZIP": 19121, "SURVEY_YEAR": 2012, "GLA": "160,000", "GLA_2003": "170,000", "GLA_1995": "110,000", "COMM_COUNT": 105, "COMM_COUNT_2003": 124, "COMM_COUNT_1995": 104, "OCC_COUNT": 76, "VAC_COUNT": 29, "VAC_RATE": "27.60%", "VAC_RATE_2003": "31.50%", "VAC_RATE_1995": "21.10%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1870, "STAGE": 4, "STAGE_2003": 1, "STAGE_1995": 4, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 7, "COND_SUM_1995": "6", "CRM_ORG": "Fairmount CDC", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": 75000, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 15000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 30000, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 2, "FY11_SIP_TOTAL": 9004, "FY12_SIP": 1, "FY12_SIP_TOTAL": 20000, "FY13_SIP": 1, "FY13_SIP_TOTAL": 1330, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": 1, "FY15_SIP_TOTAL": 1330, "FY14_IS": 1, "FY14_IS_AMOUNT": 50000, "FY15_IS": 1, "FY15_IS_AMOUNT": 50000, "FY08_11_SBP_CITY": 1216502.0, "FY08_11_SBP_TOTAL": 1216502.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": 380012.5, "FY16_19_SBP_CITY": 1367119, "FY16_19_SBP_TOTAL": 1367119, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 116592.015625, "Shape__Length": 2938.0344535979002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1778581683959, 39.9741192907575 ], [ -75.177855527264896, 39.974217303985903 ], [ -75.178778140848706, 39.9743361222434 ], [ -75.179565856529706, 39.974437560998702 ], [ -75.180363462096693, 39.974540268139101 ], [ -75.180848583389604, 39.974599512828803 ], [ -75.181290834586605, 39.974653520527099 ], [ -75.181782934418806, 39.974713613023901 ], [ -75.1831092140485, 39.974886259398197 ], [ -75.183024758408607, 39.9752406269359 ], [ -75.1829843403588, 39.975414971993203 ], [ -75.183280928141201, 39.9754519486006 ], [ -75.183624335208194, 39.975494762184397 ], [ -75.183665847283606, 39.975323128216203 ], [ -75.183721652102605, 39.975092398568002 ], [ -75.183770655780194, 39.974889785994698 ], [ -75.185040298165404, 39.975053845099097 ], [ -75.186615973000599, 39.9752943439806 ], [ -75.186544735854596, 39.975599443564597 ], [ -75.186458568567005, 39.976019692836303 ], [ -75.186302247749296, 39.9767305162474 ], [ -75.187101945739897, 39.976833084619102 ], [ -75.187451675044002, 39.975086825023197 ], [ -75.1866872095069, 39.974989244349601 ], [ -75.186746572759702, 39.974718557511501 ], [ -75.185158883657095, 39.974512451637402 ], [ -75.183533859841702, 39.974304868696798 ], [ -75.181918573257093, 39.9740942863586 ], [ -75.180502493730501, 39.9739084254063 ], [ -75.179704618339201, 39.973807067244898 ], [ -75.178918600411606, 39.973702515582197 ], [ -75.178376163795406, 39.9736323255676 ], [ -75.177927902235098, 39.973571221313797 ], [ -75.177865457856001, 39.973557652579601 ], [ -75.177865653561298, 39.973841523432498 ], [ -75.1778581683959, 39.9741192907575 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 139, "PCPC_NUM": 153, "GLOBALID": "e56f2252-1bd4-4f92-8b07-897957db6dd4", "NAME": "Girard and Marshall", "P_DIST": "Lower North", "ST_EXT": "Girard\/Lawrence10th", "PT_ADD": "600 W. Girard Avenue", "ZIP": 19123, "SURVEY_YEAR": 2012, "GLA": "167,000", "GLA_2003": "334,000", "GLA_1995": "180,000", "COMM_COUNT": 81, "COMM_COUNT_2003": 119, "COMM_COUNT_1995": 107, "OCC_COUNT": 51, "VAC_COUNT": 30, "VAC_RATE": "37.00%", "VAC_RATE_2003": "36.10%", "VAC_RATE_1995": "40.20%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1890, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": 11, "COND_SUM_1995": "8", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 113753.46875, "Shape__Length": 2466.8896725435702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146471908198194, 39.970782809977997 ], [ -75.147267557458306, 39.970809191013899 ], [ -75.148075556880102, 39.970835976315101 ], [ -75.148880765176202, 39.970862662909497 ], [ -75.149882168588903, 39.970895844080502 ], [ -75.1508589977459, 39.970928203065903 ], [ -75.150840835145203, 39.971013729137098 ], [ -75.150604809972194, 39.972125131989102 ], [ -75.151528311812299, 39.972243573022197 ], [ -75.151789683067506, 39.971063858671897 ], [ -75.152452053175196, 39.971153222330699 ], [ -75.152576314581196, 39.9705797693222 ], [ -75.152634838151798, 39.970321895116598 ], [ -75.151957772556102, 39.970285002952501 ], [ -75.151560600928903, 39.9702704718676 ], [ -75.151009958101497, 39.970252830969997 ], [ -75.150495016923699, 39.9702363314194 ], [ -75.150028944849197, 39.970221396397001 ], [ -75.149027681797705, 39.970189304292497 ], [ -75.148202103821006, 39.970162836944503 ], [ -75.1473942578086, 39.970136932526302 ], [ -75.146597338955601, 39.970111372147301 ], [ -75.145914202623899, 39.970030016764298 ], [ -75.145085360664794, 39.969931303539703 ], [ -75.144124608295897, 39.969816872491897 ], [ -75.144067034838599, 39.970079976173302 ], [ -75.143989071189495, 39.970461620128802 ], [ -75.144930460887494, 39.970583409056999 ], [ -75.145788684351402, 39.970694431254401 ], [ -75.146471908198194, 39.970782809977997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 140, "PCPC_NUM": 160, "GLOBALID": "8a90e5b0-c73b-452e-91f3-1b7c1ff804a7", "NAME": "27th and Cecil B. Moore", "P_DIST": "Lower North", "ST_EXT": "Cecil B. Moore\/26th29th", "PT_ADD": "2701 Cecil B. Moore Avenue", "ZIP": 19121, "SURVEY_YEAR": 2012, "GLA": "32,000", "GLA_2003": "64,000", "GLA_1995": null, "COMM_COUNT": 40, "COMM_COUNT_2003": 62, "COMM_COUNT_1995": null, "OCC_COUNT": 19, "VAC_COUNT": 21, "VAC_RATE": "52.50%", "VAC_RATE_2003": "33.90%", "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1880, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": null, "COND_PUB": 4, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 12, "COND_SUM_2003": 10, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 45812.61328125, "Shape__Length": 1221.3456317374801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177217278242907, 39.981496142845998 ], [ -75.177766106056694, 39.981565836864696 ], [ -75.178245901636799, 39.981626762411899 ], [ -75.178803071668796, 39.981697510544102 ], [ -75.179547207509799, 39.9817919938126 ], [ -75.180216133625194, 39.981876924140501 ], [ -75.180789264235301, 39.981949688594703 ], [ -75.181240073336596, 39.982006920691497 ], [ -75.181847928425299, 39.9820840881046 ], [ -75.181909728345104, 39.981796656642402 ], [ -75.181978548653404, 39.981496820361301 ], [ -75.181370636788898, 39.981417573622203 ], [ -75.180886695222497, 39.981354485215398 ], [ -75.180347263686699, 39.981284160578497 ], [ -75.179646090647296, 39.981192744892503 ], [ -75.178931158736802, 39.981099530872598 ], [ -75.178138692340497, 39.980996202628901 ], [ -75.177342835659999, 39.980892427049397 ], [ -75.177285554792306, 39.981199206095397 ], [ -75.177217278242907, 39.981496142845998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 141, "PCPC_NUM": 162, "GLOBALID": "53b8a795-a710-41d3-8756-84ba4445d79c", "NAME": "22nd and Diamond", "P_DIST": "Lower North", "ST_EXT": "Diamond\/LambertCroskey", "PT_ADD": "2121 W. Diamond Street", "ZIP": 19121, "SURVEY_YEAR": 2012, "GLA": "23,000", "GLA_2003": "17,000", "GLA_1995": "15,000", "COMM_COUNT": 11, "COMM_COUNT_2003": 14, "COMM_COUNT_1995": 12, "OCC_COUNT": 11, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": "14.30%", "VAC_RATE_1995": "8.30%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 3, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 11, "COND_SUM_2003": 10, "COND_SUM_1995": "11", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 25387.97265625, "Shape__Length": 866.084290975199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167247289818803, 39.986441467748698 ], [ -75.167253349595896, 39.986442224011199 ], [ -75.167908864023602, 39.986523990748097 ], [ -75.168711389541897, 39.986624090859401 ], [ -75.169506979727799, 39.986723320279403 ], [ -75.169571202509601, 39.986415324502403 ], [ -75.169577262625396, 39.986416103174697 ], [ -75.170392455408304, 39.986520894875497 ], [ -75.170392602639495, 39.986520256662899 ], [ -75.170454427484202, 39.986252214297501 ], [ -75.1696372759382, 39.986148130373103 ], [ -75.168838471065698, 39.986046377750903 ], [ -75.168035750770002, 39.985944120570601 ], [ -75.167379609477706, 39.985860531992103 ], [ -75.167373553844001, 39.985859760511097 ], [ -75.167371557973297, 39.985859512871102 ], [ -75.167314921611904, 39.9861299654847 ], [ -75.167314802872795, 39.986130531352899 ], [ -75.167247289818803, 39.986441467748698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 142, "PCPC_NUM": 164, "GLOBALID": "dc373183-b3a2-4ff8-b5b6-fada61692794", "NAME": "Ridge and Diamond", "P_DIST": "Lower North", "ST_EXT": "Ridge\/Sedgley31st", "PT_ADD": "2913 Ridge Avenue", "ZIP": 19121, "SURVEY_YEAR": 2012, "GLA": "61,000", "GLA_2003": "84,000", "GLA_1995": "50,000", "COMM_COUNT": 43, "COMM_COUNT_2003": 51, "COMM_COUNT_1995": 57, "OCC_COUNT": 18, "VAC_COUNT": 25, "VAC_RATE": "58.10%", "VAC_RATE_2003": "47.10%", "VAC_RATE_1995": "52.60%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1890, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 11, "COND_SUM_2003": 10, "COND_SUM_1995": "11", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 44641.90625, "Shape__Length": 1431.12737945361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183678147603203, 39.988826575438303 ], [ -75.183298243852207, 39.988494112493903 ], [ -75.182883279633401, 39.988118884183002 ], [ -75.182315948067995, 39.987605869046803 ], [ -75.181208432294596, 39.986758546403102 ], [ -75.180884636530294, 39.986487400160399 ], [ -75.180516266369693, 39.986178924486097 ], [ -75.180050783442894, 39.985789119263799 ], [ -75.179774031616802, 39.985986021515203 ], [ -75.179687772831002, 39.986047391210001 ], [ -75.179547246780899, 39.986143364269303 ], [ -75.180019287261302, 39.9865152864461 ], [ -75.180750119640606, 39.9870785811516 ], [ -75.181938855332504, 39.987994780495498 ], [ -75.182172809038306, 39.988214232742997 ], [ -75.182651163428503, 39.988662931800597 ], [ -75.183056450787603, 39.989043086542701 ], [ -75.183532320171196, 39.989489439317303 ], [ -75.183602923202898, 39.989168513309103 ], [ -75.183678147603203, 39.988826575438303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 143, "PCPC_NUM": 165, "GLOBALID": "970bad34-7000-43e0-80be-258d9c4cd984", "NAME": "Strawberry Square", "P_DIST": "Lower North", "ST_EXT": "29th\/YorkFletcher", "PT_ADD": "2301 N. 29th Street", "ZIP": 19132, "SURVEY_YEAR": 2013, "GLA": "92,000", "GLA_2003": "114,000", "GLA_1995": "75,000", "COMM_COUNT": 37, "COMM_COUNT_2003": 48, "COMM_COUNT_1995": 44, "OCC_COUNT": 33, "VAC_COUNT": 4, "VAC_RATE": "10.80%", "VAC_RATE_2003": "29.20%", "VAC_RATE_1995": "29.50%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1980, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 7, "COND_SUM_1995": "7", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 91100.1640625, "Shape__Length": 1423.3126984052101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180075149814797, 39.990198825748799 ], [ -75.179757194161198, 39.9901584706449 ], [ -75.179572412694398, 39.990943239732502 ], [ -75.179486414354599, 39.9909314261349 ], [ -75.179090150342006, 39.990876986973298 ], [ -75.176868516602696, 39.990590966989799 ], [ -75.176696743004001, 39.991333906930102 ], [ -75.1766213596906, 39.991710129987098 ], [ -75.176600014188395, 39.991800268868403 ], [ -75.176538559061001, 39.992085493831702 ], [ -75.1773686104696, 39.992190574553398 ], [ -75.177955483018295, 39.992273703720301 ], [ -75.178495623590607, 39.992339371902098 ], [ -75.178985414290096, 39.9924011003949 ], [ -75.179587686550207, 39.992472804274499 ], [ -75.1798774608624, 39.992514816261902 ], [ -75.179954854454493, 39.9921581604724 ], [ -75.180040913737301, 39.991761564952903 ], [ -75.180200546224597, 39.991025904866 ], [ -75.180314451145904, 39.990500969174398 ], [ -75.180371890445102, 39.990236251561001 ], [ -75.180075149814797, 39.990198825748799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 144, "PCPC_NUM": 168, "GLOBALID": "b7a21d0a-6138-4e06-be74-0a0aa09b1321", "NAME": "West Lehigh", "P_DIST": "Lower North", "ST_EXT": "Lehigh\/24th29th", "PT_ADD": "2600 W. Lehigh Avenue", "ZIP": 19132, "SURVEY_YEAR": 2016, "GLA": "77,000", "GLA_2003": "78,000", "GLA_1995": "45,000", "COMM_COUNT": 78, "COMM_COUNT_2003": 65, "COMM_COUNT_1995": 44, "OCC_COUNT": 42, "VAC_COUNT": 36, "VAC_RATE": "46.2%", "VAC_RATE_2003": "30.80%", "VAC_RATE_1995": "38.60%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 3, "STAGE_2003": 4, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": 10, "COND_SUM_1995": "10", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 89825.35546875, "Shape__Length": 2116.3921838076399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178812434625598, 39.9973991264037 ], [ -75.178934572683403, 39.996821453460797 ], [ -75.178638538519493, 39.996778457730699 ], [ -75.178636996249395, 39.9967782564961 ], [ -75.177020349026506, 39.996561304687198 ], [ -75.175601450493602, 39.996370870412299 ], [ -75.174013010404096, 39.996157659266999 ], [ -75.172424002186204, 39.995944348291502 ], [ -75.170837776731801, 39.9957313884751 ], [ -75.170401688397206, 39.995671857807601 ], [ -75.170252448538506, 39.996321036721 ], [ -75.170696612240206, 39.996381345786801 ], [ -75.178811991363901, 39.997431498803799 ], [ -75.178812434625598, 39.9973991264037 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 145, "PCPC_NUM": 207, "GLOBALID": "c9eeed29-79e1-4b57-bc8f-ed81822ab251", "NAME": "Richmond and Allegheny", "P_DIST": "River Wards", "ST_EXT": "I95Aramingo\/WestmorelandAnn", "PT_ADD": "2634 E. Allegheny Avenue", "ZIP": 19134, "SURVEY_YEAR": 2014, "GLA": "160,000", "GLA_2003": "218,000", "GLA_1995": "80,000", "COMM_COUNT": 121, "COMM_COUNT_2003": 154, "COMM_COUNT_1995": 97, "OCC_COUNT": 106, "VAC_COUNT": 15, "VAC_RATE": "12.40%", "VAC_RATE_2003": "16.90%", "VAC_RATE_1995": "18.60%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 9, "COND_SUM_2003": 10, "COND_SUM_1995": "9", "CRM_ORG": "New Kensington CDC", "SS_DIST": null, "CDC_TAX_CREDIT": "NKCDC", "E_ZONES": null, "FY12_MGMT": "TCMP", "FY12_MGMT_AMOUNT": null, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 25000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 25000, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": null, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 1, "FY13_SIP_TOTAL": 3040, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 172345.53515625, "Shape__Length": 4393.6827127778797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.106967139326002, 39.988589966673501 ], [ -75.106729452831104, 39.988323114169198 ], [ -75.106303330495805, 39.987844695885897 ], [ -75.105871190783304, 39.987359512851498 ], [ -75.105447433915202, 39.986883735163197 ], [ -75.105092212269696, 39.9864848994225 ], [ -75.104739500861001, 39.986088874797503 ], [ -75.104415404100607, 39.985724974491603 ], [ -75.104093974994498, 39.985364064848604 ], [ -75.103726800752199, 39.984951785734303 ], [ -75.103362631779703, 39.984542874227799 ], [ -75.102873089095695, 39.983993175492103 ], [ -75.102586596373101, 39.983671472730002 ], [ -75.102306773166006, 39.983357255673099 ], [ -75.102093247519804, 39.983117482841401 ], [ -75.101974553386498, 39.98298419695 ], [ -75.103250049210899, 39.982289970684398 ], [ -75.104032691072703, 39.981863980175497 ], [ -75.106164489240101, 39.980810928330797 ], [ -75.107613032500893, 39.980095344590801 ], [ -75.107428401224297, 39.979854459504303 ], [ -75.107277732861306, 39.979681284027102 ], [ -75.105823413574797, 39.9804133814349 ], [ -75.104971827434696, 39.980842050097699 ], [ -75.103699696087205, 39.981482389328498 ], [ -75.102039416963706, 39.982318066703797 ], [ -75.101227217785706, 39.982726859395498 ], [ -75.101440853547004, 39.982983312829198 ], [ -75.099029126380302, 39.984237250812399 ], [ -75.099056187982697, 39.984309968631401 ], [ -75.099294310630299, 39.984580465805799 ], [ -75.100477980268195, 39.9839619110614 ], [ -75.101391125613503, 39.983484598300699 ], [ -75.101420188291399, 39.9835154924195 ], [ -75.101602810317701, 39.983725260752301 ], [ -75.101878076171701, 39.984041442279498 ], [ -75.102161415464494, 39.984366892677002 ], [ -75.102641879691802, 39.984918757522301 ], [ -75.103001157537193, 39.985331419487103 ], [ -75.103361297440998, 39.985745065108198 ], [ -75.103997577141897, 39.986475862506701 ], [ -75.104345368063804, 39.986875308086802 ], [ -75.104695452562197, 39.987277382332501 ], [ -75.105112274957705, 39.987756097202301 ], [ -75.105538218818893, 39.988245280645103 ], [ -75.105956748405504, 39.988725939882301 ], [ -75.106186639303999, 39.988989953700802 ], [ -75.1065694513388, 39.988793773434402 ], [ -75.106967139326002, 39.988589966673501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 146, "PCPC_NUM": 208, "GLOBALID": "2a8da179-6ace-4b81-8c33-924c7b1818d6", "NAME": "Lower Aramingo Avenue", "P_DIST": "River Wards", "ST_EXT": "Aramingo\/LehighNorris", "PT_ADD": "2638 E. Cumberland Street", "ZIP": 19125, "SURVEY_YEAR": 2014, "GLA": "230,000", "GLA_2003": "226,000", "GLA_1995": "150,000", "COMM_COUNT": 49, "COMM_COUNT_2003": 37, "COMM_COUNT_1995": 32, "OCC_COUNT": 44, "VAC_COUNT": 5, "VAC_RATE": "10.20%", "VAC_RATE_2003": "5.40%", "VAC_RATE_1995": "9.40%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1980, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 3, "COND_SUM_2003": 3, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 215504.21484375, "Shape__Length": 3762.2318065518798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122964722710904, 39.974139035422098 ], [ -75.122690064686296, 39.973963798101202 ], [ -75.122126318823902, 39.974495168138297 ], [ -75.121317494410206, 39.975224615488898 ], [ -75.121146706755596, 39.975302935446003 ], [ -75.1211861525709, 39.975188181243503 ], [ -75.121619397177099, 39.974716538973198 ], [ -75.121726133258804, 39.9745056841044 ], [ -75.121781988587003, 39.974306337672402 ], [ -75.121787596831993, 39.974161397810398 ], [ -75.121775516319602, 39.9738865542704 ], [ -75.121751082925002, 39.9734803245195 ], [ -75.1217731704686, 39.973284401665303 ], [ -75.121634290115395, 39.973301568579402 ], [ -75.121207133149397, 39.973449478072801 ], [ -75.119196335952694, 39.9741654560206 ], [ -75.118467549217399, 39.974911992200298 ], [ -75.118745855630706, 39.975221914724102 ], [ -75.119036456612506, 39.975551046318301 ], [ -75.119275572953299, 39.975830006066403 ], [ -75.119519890034198, 39.976104218025803 ], [ -75.118407357954695, 39.976675499096302 ], [ -75.117220170535006, 39.977298662022498 ], [ -75.117940161427796, 39.9781213762531 ], [ -75.118250388553093, 39.978475265927599 ], [ -75.118364706658696, 39.978605508461598 ], [ -75.118151454620602, 39.979075199261104 ], [ -75.117829521976006, 39.979788952094196 ], [ -75.117451143816893, 39.980626538060598 ], [ -75.117076387860706, 39.981181043924103 ], [ -75.116897125676502, 39.981446284961699 ], [ -75.117155846505796, 39.981719759011803 ], [ -75.117356900758296, 39.981490928931002 ], [ -75.117699103137696, 39.980913891297099 ], [ -75.118326286362006, 39.979525528250299 ], [ -75.118613146682605, 39.978888554013302 ], [ -75.118865760096895, 39.979166171352801 ], [ -75.119165137102996, 39.9794951772204 ], [ -75.119560127765098, 39.978596604200298 ], [ -75.120296364536998, 39.976982665580103 ], [ -75.120412197917801, 39.9767323911869 ], [ -75.120564776500601, 39.9764155148466 ], [ -75.120828916792604, 39.975843448808 ], [ -75.121170764932401, 39.975684650595497 ], [ -75.121259419238797, 39.9756263342029 ], [ -75.121432764128201, 39.975491333961997 ], [ -75.121500183383503, 39.975460416910799 ], [ -75.121588946790098, 39.9754027767449 ], [ -75.122400344983802, 39.9746709554638 ], [ -75.122964722710904, 39.974139035422098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 147, "PCPC_NUM": 209, "GLOBALID": "cd3ee44d-0ab4-4ff7-92cc-9a45829a31f3", "NAME": "East Girard", "P_DIST": "River Wards", "ST_EXT": "WildeyMaster\/SusquehannaHoward", "PT_ADD": "1201 Frankford Avenue", "ZIP": 19125, "SURVEY_YEAR": 2014, "GLA": "215,000", "GLA_2003": "148,000", "GLA_1995": "105,000", "COMM_COUNT": 178, "COMM_COUNT_2003": 130, "COMM_COUNT_1995": 103, "OCC_COUNT": 149, "VAC_COUNT": 29, "VAC_RATE": "16.30%", "VAC_RATE_2003": "29.20%", "VAC_RATE_1995": "24.30%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1850, "STAGE": 4, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 7, "COND_SUM_1995": "6", "CRM_ORG": "New Kensington CDC", "SS_DIST": null, "CDC_TAX_CREDIT": "NKCDC", "E_ZONES": null, "FY12_MGMT": "TCMP", "FY12_MGMT_AMOUNT": null, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 25000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 25000, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": null, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 2, "FY11_SIP_TOTAL": 17000, "FY12_SIP": 1, "FY12_SIP_TOTAL": 8000, "FY13_SIP": 1, "FY13_SIP_TOTAL": 2839, "FY14_SIP": 5, "FY14_SIP_TOTAL": 18853, "FY15_SIP": 1, "FY15_SIP_TOTAL": 9440, "FY14_IS": 1, "FY14_IS_AMOUNT": 39682, "FY15_IS": 1, "FY15_IS_AMOUNT": 50000, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 2000000, "FY12_15_SBP_TOTAL": 3138000.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 210065.734375, "Shape__Length": 4150.3857365296899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137357762449298, 39.968748877275502 ], [ -75.136894045635302, 39.968659699655902 ], [ -75.136326902039897, 39.968550629408099 ], [ -75.1358480148334, 39.968458529510201 ], [ -75.135467484715505, 39.968385344089697 ], [ -75.135143955695497, 39.968323120803703 ], [ -75.1348870749583, 39.968317715119703 ], [ -75.134888670991202, 39.967628192702001 ], [ -75.134888729091799, 39.967603322137101 ], [ -75.134425032807201, 39.967604032718697 ], [ -75.134221667642606, 39.967603797290899 ], [ -75.134158291820199, 39.967603723824098 ], [ -75.134083317631493, 39.9676036372814 ], [ -75.134098231255805, 39.968425790525998 ], [ -75.134098954044504, 39.968465619696701 ], [ -75.133470916131998, 39.968677066087501 ], [ -75.132866932584307, 39.9688804097431 ], [ -75.132339943504405, 39.969057828228799 ], [ -75.131554368984496, 39.969322296201099 ], [ -75.130882887741294, 39.969548348573603 ], [ -75.130223680657707, 39.9697702632306 ], [ -75.129200668604099, 39.970114638481597 ], [ -75.128208734965995, 39.970468759468403 ], [ -75.127505170027206, 39.970631754390197 ], [ -75.126860975768395, 39.970909140704102 ], [ -75.126424643380304, 39.971093987896502 ], [ -75.125680138163503, 39.971391171004001 ], [ -75.125171277130505, 39.971576606442603 ], [ -75.124618053162607, 39.971778203676401 ], [ -75.124719062243997, 39.971966448995502 ], [ -75.124819720885696, 39.972154806932203 ], [ -75.124954895449207, 39.972407750748197 ], [ -75.124965412684404, 39.972405397288298 ], [ -75.126038368546503, 39.972028577883997 ], [ -75.127246492120307, 39.971611919698098 ], [ -75.127857744290395, 39.971345393468198 ], [ -75.128558099293699, 39.9711152612945 ], [ -75.130593089834207, 39.970451575896803 ], [ -75.131246659585997, 39.970221168820899 ], [ -75.131915125290504, 39.969989727542 ], [ -75.132699208889605, 39.969711931026303 ], [ -75.133326850159705, 39.969500121838998 ], [ -75.133847396357794, 39.969322868165797 ], [ -75.134092754053697, 39.9692317019245 ], [ -75.134092387839601, 39.969247232653103 ], [ -75.134092796750494, 39.969744507769803 ], [ -75.134093414849005, 39.970494950442898 ], [ -75.134093779464294, 39.9709386396759 ], [ -75.1340943493407, 39.971630550642701 ], [ -75.134128556725202, 39.971639214439897 ], [ -75.134410107646204, 39.971700961827203 ], [ -75.134815868963798, 39.971774658718097 ], [ -75.134873045230506, 39.970212366715401 ], [ -75.134901469228396, 39.969435656308598 ], [ -75.135135742000799, 39.969451875239201 ], [ -75.135515123893597, 39.969516764961902 ], [ -75.136005118293795, 39.969608291982397 ], [ -75.136563944200205, 39.969712672664201 ], [ -75.136658520777701, 39.969408756909999 ], [ -75.137127457322194, 39.969495523254601 ], [ -75.137191371447699, 39.969289689057703 ], [ -75.137255285186001, 39.969083854824198 ], [ -75.137323331155599, 39.968861425886097 ], [ -75.137357762449298, 39.968748877275502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 148, "PCPC_NUM": 211, "GLOBALID": "306c4ad2-29f5-43f0-bb23-233ccf686ecf", "NAME": "Main Street - Manayunk", "P_DIST": "Lower NW", "ST_EXT": "Main\/MarkleLeverington", "PT_ADD": "4319 Main Street", "ZIP": 19127, "SURVEY_YEAR": 2013, "GLA": "287,000", "GLA_2003": null, "GLA_1995": "210,000", "COMM_COUNT": 168, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 173, "OCC_COUNT": 145, "VAC_COUNT": 23, "VAC_RATE": "13.70%", "VAC_RATE_2003": null, "VAC_RATE_1995": "5.20%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 1, "AGE": 1890, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 2, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 3, "COND_SUM_2003": null, "COND_SUM_1995": "3", "CRM_ORG": "Manayunk Dev Corp", "SS_DIST": "Manayunk Special Services District", "CDC_TAX_CREDIT": "Manayunk Dev Corp", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 2, "FY11_SIP_TOTAL": 17903, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 1, "FY13_SIP_TOTAL": 5000, "FY14_SIP": 1, "FY14_SIP_TOTAL": 2975, "FY15_SIP": 1, "FY15_SIP_TOTAL": 2462, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 234097.74609375, "Shape__Length": 4102.6324126150503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216907563002593, 40.021675796204498 ], [ -75.218026579518295, 40.022425901165199 ], [ -75.219033909722597, 40.023189186201797 ], [ -75.219933255668494, 40.023853895936298 ], [ -75.221082040807403, 40.024723608385301 ], [ -75.221164142004596, 40.024785751632002 ], [ -75.221721920968903, 40.025004692897902 ], [ -75.222522693635, 40.0253190081337 ], [ -75.223320491493496, 40.025631164559798 ], [ -75.224032300750395, 40.025904563294397 ], [ -75.223749580385601, 40.026309864659098 ], [ -75.223647048697401, 40.026454866225102 ], [ -75.224186819079605, 40.026801037616202 ], [ -75.224459962509599, 40.026956852490599 ], [ -75.224748367232905, 40.027074567568697 ], [ -75.225126895919601, 40.027226576673002 ], [ -75.225227148242496, 40.027266836088501 ], [ -75.225420204464498, 40.026975505734001 ], [ -75.226603260773203, 40.027371168089402 ], [ -75.226960437778899, 40.027112044318699 ], [ -75.227726007079994, 40.027462582382398 ], [ -75.228285800600602, 40.027891829114502 ], [ -75.230057410755094, 40.029248479035303 ], [ -75.230095511618103, 40.029213116673297 ], [ -75.230199874650395, 40.029130813030399 ], [ -75.230289979678702, 40.029103249947703 ], [ -75.230299522154098, 40.029103540397102 ], [ -75.230388860298504, 40.0291062617585 ], [ -75.230532249184094, 40.029080283728199 ], [ -75.230629264958907, 40.0290528927125 ], [ -75.230647476526897, 40.029042333421202 ], [ -75.2307586228346, 40.028977888038803 ], [ -75.230932099315098, 40.028877302245597 ], [ -75.230891034053201, 40.028843125977403 ], [ -75.230865979712306, 40.028825312463198 ], [ -75.230840495663202, 40.028807424645898 ], [ -75.2307955900812, 40.028773523600201 ], [ -75.230497491645906, 40.028565393963497 ], [ -75.230187922206994, 40.028349179481303 ], [ -75.229601423519298, 40.0279584847001 ], [ -75.229411238858702, 40.027834946019198 ], [ -75.229331392816505, 40.027781273711703 ], [ -75.229286017277303, 40.027754163338102 ], [ -75.229165296970294, 40.027676429174399 ], [ -75.229115393331, 40.027643659298398 ], [ -75.229020402354095, 40.027581738182 ], [ -75.228378451969206, 40.027159870509998 ], [ -75.228324996824298, 40.027131483119398 ], [ -75.228152780959505, 40.027040028404897 ], [ -75.227945329722004, 40.026929861709803 ], [ -75.227572750036202, 40.026701390030397 ], [ -75.227471963903398, 40.026653879647597 ], [ -75.227357263997106, 40.026599810632902 ], [ -75.227267525643498, 40.026555477283502 ], [ -75.227081477622093, 40.026469971756299 ], [ -75.226941608398604, 40.026404370742497 ], [ -75.226691226793207, 40.026294413585802 ], [ -75.225529859695001, 40.025832931408303 ], [ -75.224999561205806, 40.025615071885397 ], [ -75.224295047482599, 40.025311987800002 ], [ -75.223579504603606, 40.024923546670998 ], [ -75.2230500612513, 40.024498221422903 ], [ -75.222310531310796, 40.023911511393599 ], [ -75.221850333830602, 40.023625317314902 ], [ -75.221690822151402, 40.023526105210699 ], [ -75.221579387159807, 40.023485512527401 ], [ -75.2205553589733, 40.0231030290593 ], [ -75.220293038015996, 40.0230052885954 ], [ -75.220005655906903, 40.022823319723301 ], [ -75.2198224426932, 40.022601878655202 ], [ -75.219695878373201, 40.022382814449998 ], [ -75.219156663266403, 40.0221651016534 ], [ -75.219034039174204, 40.022106367797903 ], [ -75.218708245206798, 40.021939829037997 ], [ -75.218142517762402, 40.021551159836299 ], [ -75.217880566779897, 40.021345389389602 ], [ -75.217410241213599, 40.021505100830602 ], [ -75.216907563002593, 40.021675796204498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 149, "PCPC_NUM": 300, "GLOBALID": "52999cc7-af36-41f8-9ad0-8eee0df5fc48", "NAME": "Castor and Magee", "P_DIST": "Central NE", "ST_EXT": "Castor\/GlenviewRobbins", "PT_ADD": "6521 Castor Ave", "ZIP": 19111, "SURVEY_YEAR": 2012, "GLA": "200,000", "GLA_2003": "385,000", "GLA_1995": "285,000", "COMM_COUNT": 134, "COMM_COUNT_2003": 138, "COMM_COUNT_1995": 131, "OCC_COUNT": 108, "VAC_COUNT": 26, "VAC_RATE": "19.40%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1940, "STAGE": 3, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 144820.1328125, "Shape__Length": 2891.61321392215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.072072013526494, 40.045033285145003 ], [ -75.072444643364406, 40.045237366878801 ], [ -75.073035751011901, 40.044626453822197 ], [ -75.0736328060879, 40.044009380953803 ], [ -75.074232491392394, 40.043389575062598 ], [ -75.074827186813394, 40.042774911241402 ], [ -75.075431334210506, 40.042150464912801 ], [ -75.075852235029799, 40.041715412012003 ], [ -75.076227396511399, 40.041327631083398 ], [ -75.076627730721199, 40.0409138244909 ], [ -75.077043252611503, 40.040484311708198 ], [ -75.077401926170197, 40.0401135570402 ], [ -75.077803449751201, 40.039698502066102 ], [ -75.078251558652894, 40.039235284000299 ], [ -75.078625837306205, 40.038848379939402 ], [ -75.079020132588695, 40.038440777516101 ], [ -75.078904440253893, 40.0383839283027 ], [ -75.078623152243196, 40.038214782132499 ], [ -75.078228328125505, 40.037994438135797 ], [ -75.078188339910994, 40.037972120859401 ], [ -75.077589454207498, 40.038600923251401 ], [ -75.076982243242796, 40.039238452916102 ], [ -75.076406537815501, 40.039842889722699 ], [ -75.075821212718395, 40.040457411409299 ], [ -75.0754758721814, 40.040819972319902 ], [ -75.0744047794078, 40.040245341991302 ], [ -75.074750720644602, 40.041295391263901 ], [ -75.074817332028303, 40.041511336285801 ], [ -75.074619460764197, 40.041719066924003 ], [ -75.0734429835111, 40.042954128882798 ], [ -75.072272035578195, 40.044183328402298 ], [ -75.071677857831105, 40.044807042814199 ], [ -75.072072013526494, 40.045033285145003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 150, "PCPC_NUM": 295, "GLOBALID": "447ca4e9-5146-4650-b8ca-68d58f0ea94e", "NAME": "Frankford Avenue - Lower Mayfair", "P_DIST": "N Delaware", "ST_EXT": "Frankford\/TysonBenner", "PT_ADD": "6600 Frankford Avenue", "ZIP": 19135, "SURVEY_YEAR": 2015, "GLA": "310000", "GLA_2003": "427000", "GLA_1995": "280000", "COMM_COUNT": 132, "COMM_COUNT_2003": 137, "COMM_COUNT_1995": 106, "OCC_COUNT": 115, "VAC_COUNT": 17, "VAC_RATE": "0.129", "VAC_RATE_2003": "0.04", "VAC_RATE_1995": "0.03", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1920, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 4, "COND_SUM_1995": "5", "CRM_ORG": "Mayfair CDC", "SS_DIST": "Mayfair BID", "CDC_TAX_CREDIT": "Mayfair CDC", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 355832.4921875, "Shape__Length": 6070.9984217227902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.046519736728797, 40.033371846465101 ], [ -75.046592375400905, 40.033454622645202 ], [ -75.046677212296402, 40.033551300766 ], [ -75.046707384011796, 40.033585682374998 ], [ -75.0467731344024, 40.033692202180603 ], [ -75.046856818759295, 40.033766647229697 ], [ -75.047066663413105, 40.0338839543315 ], [ -75.048054910836896, 40.033492876683397 ], [ -75.0490441491025, 40.033152089859499 ], [ -75.049539844866203, 40.033014635353702 ], [ -75.050194044768503, 40.032834623195697 ], [ -75.051326819443403, 40.0325277399401 ], [ -75.052864488173199, 40.032097384485503 ], [ -75.053575169648894, 40.031886514638501 ], [ -75.054351907840797, 40.031353901909597 ], [ -75.055092739472499, 40.030812937410403 ], [ -75.055708509446902, 40.030256479054302 ], [ -75.056377856741506, 40.029628877296197 ], [ -75.0572335667283, 40.030103121219 ], [ -75.057852836539098, 40.030449589035797 ], [ -75.057920684495897, 40.030389037549099 ], [ -75.058176521095604, 40.030119940426303 ], [ -75.058716940384002, 40.0304187262253 ], [ -75.059306949371006, 40.029802227843803 ], [ -75.058209623115502, 40.029202321834397 ], [ -75.058141197542, 40.029158819804202 ], [ -75.058183885484297, 40.029105246158998 ], [ -75.058410092950893, 40.028858596364799 ], [ -75.058792719566398, 40.028455854019498 ], [ -75.058814561204201, 40.028442556946899 ], [ -75.058834981707193, 40.028427995579797 ], [ -75.058900982727806, 40.028370099514802 ], [ -75.059332656459503, 40.028187673073198 ], [ -75.059431494496906, 40.028171711845602 ], [ -75.060009572060395, 40.028078357436399 ], [ -75.060264888535499, 40.028095565099498 ], [ -75.060419788633197, 40.028069367022297 ], [ -75.061775432635201, 40.027874664077501 ], [ -75.061837639171998, 40.027861152964498 ], [ -75.061978094359901, 40.027800264187597 ], [ -75.062097952974995, 40.0277803173542 ], [ -75.062296160852597, 40.027747660059603 ], [ -75.062439823026097, 40.027726766701797 ], [ -75.062644349653297, 40.027714623732997 ], [ -75.0628285150663, 40.027689180103202 ], [ -75.062988304694102, 40.027664133365299 ], [ -75.063082134623897, 40.027716433519103 ], [ -75.063172338953095, 40.027713767334802 ], [ -75.064005942299104, 40.028174119374498 ], [ -75.064322266060103, 40.027831910289699 ], [ -75.064617997739902, 40.027523467131502 ], [ -75.064714422902497, 40.027422827948598 ], [ -75.065175536222597, 40.027352545177898 ], [ -75.065468280105705, 40.027313118309998 ], [ -75.065406661067101, 40.027042724786497 ], [ -75.065345042926893, 40.026772330191299 ], [ -75.065331385839599, 40.0267741702691 ], [ -75.0650483626262, 40.026812287726699 ], [ -75.065040836540703, 40.026813364945397 ], [ -75.064946725438304, 40.026827709287403 ], [ -75.064841817484506, 40.026741998823901 ], [ -75.064331632793596, 40.0261527570228 ], [ -75.062421018592204, 40.027145782413697 ], [ -75.062352457373095, 40.027109031952399 ], [ -75.062241091430707, 40.027004108058897 ], [ -75.061816426354895, 40.026520556182803 ], [ -75.059856516203993, 40.0275318481631 ], [ -75.059864328852001, 40.027540791184897 ], [ -75.059537086068701, 40.027590975541301 ], [ -75.059159443306399, 40.027648888776397 ], [ -75.059032253540295, 40.027688113216399 ], [ -75.058688086497, 40.027286412968898 ], [ -75.058351618914102, 40.027463583722998 ], [ -75.058341483222804, 40.027468673291999 ], [ -75.058046056970198, 40.027621558291997 ], [ -75.058375380251704, 40.027997910728402 ], [ -75.057678478034006, 40.028298818941401 ], [ -75.057392378989107, 40.0279615954585 ], [ -75.056788608710207, 40.028271864979303 ], [ -75.057048666493401, 40.028567207184899 ], [ -75.057048715900706, 40.028567263589501 ], [ -75.056663423983807, 40.028730713030399 ], [ -75.056472765547895, 40.028837592602002 ], [ -75.056431800574302, 40.028861941420601 ], [ -75.0559241221831, 40.029204518155503 ], [ -75.055805389157001, 40.029289289355397 ], [ -75.055456644299099, 40.029613701931602 ], [ -75.055063534344299, 40.029993666267501 ], [ -75.054999896791202, 40.030051600161599 ], [ -75.054602743519297, 40.030408647952299 ], [ -75.054471830236295, 40.0305137096802 ], [ -75.053769870503601, 40.0310173738008 ], [ -75.0533896935939, 40.030583378390901 ], [ -75.052492928801996, 40.031030999157402 ], [ -75.0524921688272, 40.031031378843103 ], [ -75.052167143086095, 40.030664272585099 ], [ -75.050346629907693, 40.031604990882798 ], [ -75.0494429444948, 40.032073867027897 ], [ -75.048320893009404, 40.032652613820296 ], [ -75.047947054612294, 40.032158946246703 ], [ -75.047050471280102, 40.032543062538103 ], [ -75.046136178560303, 40.032934752287403 ], [ -75.046519736728797, 40.033371846465101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 151, "PCPC_NUM": 296, "GLOBALID": "790c3bfb-b6c4-44a0-8844-952f4c0f3312", "NAME": "Roosevelt Plaza and vicinity", "P_DIST": "N Delaware", "ST_EXT": "UnruhLevick\/RooseveltBrous", "PT_ADD": "6501 Harbison Ave", "ZIP": 19149, "SURVEY_YEAR": 2012, "GLA": "215,000", "GLA_2003": "221,068", "GLA_1995": "155,000", "COMM_COUNT": 37, "COMM_COUNT_2003": 41, "COMM_COUNT_1995": 28, "OCC_COUNT": 34, "VAC_COUNT": 3, "VAC_RATE": "8.10%", "VAC_RATE_2003": "0.00%", "VAC_RATE_1995": "7.10%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1950, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 4, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 173825.65625, "Shape__Length": 2738.5473583253302 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.067403001260502, 40.035340015543802 ], [ -75.065705981123102, 40.034423177367799 ], [ -75.065593429849798, 40.034360557078003 ], [ -75.065340167348396, 40.0346326895434 ], [ -75.063711919853901, 40.033744578653199 ], [ -75.063564499928205, 40.033810272122501 ], [ -75.063369680660998, 40.033986038316399 ], [ -75.0630621045282, 40.0342903701127 ], [ -75.062720944205196, 40.0346000388517 ], [ -75.062409502649501, 40.034896161971503 ], [ -75.062824818378004, 40.035120721287299 ], [ -75.061864681905604, 40.036020797911 ], [ -75.062371567949896, 40.036304691187802 ], [ -75.062060886416702, 40.036613795574603 ], [ -75.061760411576998, 40.036872729119096 ], [ -75.061876326546496, 40.036941332809803 ], [ -75.062017862988199, 40.037028264060801 ], [ -75.062383780111304, 40.036803448406403 ], [ -75.062748480669896, 40.036651178714997 ], [ -75.0632918166406, 40.036438536802201 ], [ -75.0637715584121, 40.036307418274703 ], [ -75.064330648745496, 40.036185085878699 ], [ -75.064649599804, 40.036115296157298 ], [ -75.065483890109505, 40.035906369368703 ], [ -75.067590721029902, 40.035433749168099 ], [ -75.067403001260502, 40.035340015543802 ] ] ], [ [ [ -75.063842446306595, 40.033547540209398 ], [ -75.064307527797794, 40.033107834310997 ], [ -75.064896252494606, 40.032468679892503 ], [ -75.064437439665099, 40.032212602244002 ], [ -75.063845624283601, 40.0318815365464 ], [ -75.063420296188298, 40.031658607843397 ], [ -75.063191634210298, 40.0315758272991 ], [ -75.063139410914104, 40.031738030710699 ], [ -75.062863918184604, 40.032015169184596 ], [ -75.062502417547904, 40.032399335289099 ], [ -75.062399057967397, 40.032508490257698 ], [ -75.062514267725803, 40.032580728910098 ], [ -75.0635187258721, 40.0331464147188 ], [ -75.063594704540193, 40.033511231771897 ], [ -75.063711919853901, 40.033744578653199 ], [ -75.063842446306595, 40.033547540209398 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 152, "PCPC_NUM": 297, "GLOBALID": "c0ddaf95-acbc-4993-addb-614500baf75c", "NAME": "Bustleton and the Boulevard", "P_DIST": "Lower NE", "ST_EXT": "HellermanDevereaux\/EastwoodLeonard", "PT_ADD": "6301 Bustleton Ave", "ZIP": 19149, "SURVEY_YEAR": 2012, "GLA": "37,000", "GLA_2003": "113,300", "GLA_1995": "65,000", "COMM_COUNT": 23, "COMM_COUNT_2003": 32, "COMM_COUNT_1995": 21, "OCC_COUNT": 21, "VAC_COUNT": 2, "VAC_RATE": "8.70%", "VAC_RATE_2003": "6.30%", "VAC_RATE_1995": "4.80%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 4, "STAGE_2003": 1, "STAGE_1995": 2, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": 5, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 105523.70703125, "Shape__Length": 2775.40769460299 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.068539016740203, 40.034501274862002 ], [ -75.068991947108998, 40.034751868396697 ], [ -75.068601959525296, 40.035202246479102 ], [ -75.069452988768404, 40.035007716838699 ], [ -75.071228435701897, 40.034580024561699 ], [ -75.071834124272399, 40.034440227615796 ], [ -75.071898681777995, 40.034444673984197 ], [ -75.071917798632398, 40.034440346930097 ], [ -75.0736390970728, 40.034050742671802 ], [ -75.0720041626859, 40.033194800702297 ], [ -75.071825054440197, 40.033512433134703 ], [ -75.071427843542295, 40.0342168384473 ], [ -75.0697641637082, 40.033285735078998 ], [ -75.068539016740203, 40.034501274862002 ] ] ], [ [ [ -75.070202469733005, 40.0359175142138 ], [ -75.069264701417794, 40.036818398674797 ], [ -75.069709277871993, 40.037070620362798 ], [ -75.069781318606303, 40.036995416445599 ], [ -75.070083265320804, 40.036673318586899 ], [ -75.070898682753395, 40.035811236204999 ], [ -75.071195436122693, 40.035980989757697 ], [ -75.071387685768599, 40.036089346559201 ], [ -75.072380583466398, 40.035101154001303 ], [ -75.072751520102798, 40.035297680125502 ], [ -75.072965594513605, 40.035072571086097 ], [ -75.0726055504486, 40.034868828124097 ], [ -75.070812852403407, 40.035282995731201 ], [ -75.070160601362403, 40.035433676843702 ], [ -75.070020568486797, 40.035466026708598 ], [ -75.070202469733005, 40.0359175142138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 153, "PCPC_NUM": 298, "GLOBALID": "807c925e-bbac-406b-a6a3-4805fa40e0aa", "NAME": "Bustleton and Harbison", "P_DIST": "Lower NE", "ST_EXT": "Bustleton\/PrincetonUnruh", "PT_ADD": "6800 Bustleton Ave", "ZIP": 19149, "SURVEY_YEAR": 2012, "GLA": "89,000", "GLA_2003": "75,000", "GLA_1995": "75,000", "COMM_COUNT": 55, "COMM_COUNT_2003": 60, "COMM_COUNT_1995": 60, "OCC_COUNT": 50, "VAC_COUNT": 5, "VAC_RATE": "9.10%", "VAC_RATE_2003": "10.00%", "VAC_RATE_1995": "10.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1940, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 7, "COND_SUM_1995": "8", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 125885.36328125, "Shape__Length": 2298.3305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.067273973826303, 40.039504602122697 ], [ -75.0667741495499, 40.039239293126002 ], [ -75.066332192214006, 40.0389904083857 ], [ -75.065433915601403, 40.0398916817527 ], [ -75.065414610658195, 40.039819522793103 ], [ -75.065245603777598, 40.039187756827701 ], [ -75.065074526381295, 40.039271821399502 ], [ -75.064979929297806, 40.039345125661498 ], [ -75.0647706646307, 40.039580114883499 ], [ -75.064497964320594, 40.039862544591898 ], [ -75.065040790130695, 40.040156918275599 ], [ -75.064430933643607, 40.040772026461397 ], [ -75.063814445508896, 40.041393808278599 ], [ -75.0632549048958, 40.041958140369303 ], [ -75.062605703669405, 40.042612886992103 ], [ -75.0620062864229, 40.043217410461203 ], [ -75.061401104486393, 40.043827732188198 ], [ -75.061928182924504, 40.044119184430699 ], [ -75.062313311843596, 40.044330143848299 ], [ -75.062370905877003, 40.044363843420498 ], [ -75.063604113471897, 40.043118445182301 ], [ -75.064213082742896, 40.042503435376801 ], [ -75.064783316685094, 40.041927531510098 ], [ -75.065362627011993, 40.041363994041497 ], [ -75.066036261966701, 40.040708685449999 ], [ -75.067273973826303, 40.039504602122697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 154, "PCPC_NUM": 299, "GLOBALID": "f6f74eaa-eeb6-4131-8789-28e4ba3114ad", "NAME": "Castor and Tyson", "P_DIST": "Central NE", "ST_EXT": "Castor\/St. VincentGlenview", "PT_ADD": "7000 Castor Ave", "ZIP": 19111, "SURVEY_YEAR": 2012, "GLA": "75,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 41, "COMM_COUNT_2003": 49, "COMM_COUNT_1995": 39, "OCC_COUNT": 36, "VAC_COUNT": 5, "VAC_RATE": "12.20%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1940, "STAGE": 3, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 68589.96484375, "Shape__Length": 1772.8649481725199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.067875186665106, 40.049359969464497 ], [ -75.068220933472105, 40.049549186042299 ], [ -75.068824577045106, 40.048932992902301 ], [ -75.069431493608406, 40.048313443835802 ], [ -75.070043991893598, 40.0476881832708 ], [ -75.070676604496001, 40.047042372941497 ], [ -75.071268661443696, 40.046437950903297 ], [ -75.071832155094, 40.0458626755618 ], [ -75.072444643364406, 40.045237366878801 ], [ -75.072072013526494, 40.045033285145003 ], [ -75.071677857831105, 40.044807042814199 ], [ -75.071072903949897, 40.045435812913098 ], [ -75.069918841130402, 40.046635268548897 ], [ -75.068700472179202, 40.047901499796403 ], [ -75.069076731515807, 40.048119006123898 ], [ -75.067875186665106, 40.049359969464497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 155, "PCPC_NUM": 301, "GLOBALID": "788ab2da-b3e2-4195-bd82-a11399f96874", "NAME": "Castor and Benner", "P_DIST": "Lower NE", "ST_EXT": "Castor\/ComlyBenner", "PT_ADD": "6033 Castor", "ZIP": 19149, "SURVEY_YEAR": 2012, "GLA": "38,000", "GLA_2003": "40,000", "GLA_1995": "45,000", "COMM_COUNT": 24, "COMM_COUNT_2003": 24, "COMM_COUNT_1995": 27, "OCC_COUNT": 19, "VAC_COUNT": 5, "VAC_RATE": "20.80%", "VAC_RATE_2003": "15.00%", "VAC_RATE_1995": "14.80%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1940, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 7, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 17744.33984375, "Shape__Length": 606.64200007782995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.082476008115805, 40.034651427279599 ], [ -75.082181998366295, 40.0344951295084 ], [ -75.081898585897903, 40.0343287692533 ], [ -75.081894274797406, 40.034332521043297 ], [ -75.081805109002602, 40.034425184824201 ], [ -75.081471057767203, 40.034772337583703 ], [ -75.081290901810902, 40.034955374892398 ], [ -75.081092002617694, 40.035160199618197 ], [ -75.080694628375298, 40.035558943685501 ], [ -75.080885927376301, 40.035665076255597 ], [ -75.080983377121498, 40.035722223157897 ], [ -75.081272175643605, 40.035883824392201 ], [ -75.081862663571499, 40.035284416216498 ], [ -75.082469723313594, 40.034657737251699 ], [ -75.082476008115805, 40.034651427279599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 156, "PCPC_NUM": 303, "GLOBALID": "62098ef4-564e-465f-b3c0-b63e68301561", "NAME": "Oxford and Levick", "P_DIST": "Lower NE", "ST_EXT": "AlgonOxford\/PassmoreRobbins", "PT_ADD": "900 Levick St", "ZIP": 19111, "SURVEY_YEAR": 2012, "GLA": "148,000", "GLA_2003": "145,357", "GLA_1995": "85,000", "COMM_COUNT": 32, "COMM_COUNT_2003": 34, "COMM_COUNT_1995": 30, "OCC_COUNT": 32, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": "3.00%", "VAC_RATE_1995": "53.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1950, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 4, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 112929.53515625, "Shape__Length": 1741.0376154073101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.088645085385906, 40.042796204565498 ], [ -75.088571626979601, 40.042531666661702 ], [ -75.086534468275701, 40.044115344429798 ], [ -75.0860528620221, 40.0438513444454 ], [ -75.085381608267895, 40.0434577882056 ], [ -75.085033243179694, 40.043740335220797 ], [ -75.085132815440105, 40.043753460439902 ], [ -75.0851959600692, 40.043775107679998 ], [ -75.085512321654093, 40.043966934764804 ], [ -75.085789422874299, 40.044105556859698 ], [ -75.086231971311193, 40.044363267597902 ], [ -75.085515167267502, 40.0449766463028 ], [ -75.087950085552393, 40.046352921153002 ], [ -75.088315638947506, 40.045523211029902 ], [ -75.088978387182294, 40.044341588817602 ], [ -75.088981654109602, 40.044091180051801 ], [ -75.088645085385906, 40.042796204565498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 157, "PCPC_NUM": 305, "GLOBALID": "082a039b-3458-44a0-99a6-7b5c5bbe8083", "NAME": "Oxford and Unruh", "P_DIST": "Lower NE", "ST_EXT": "Oxford\/UnruhFanshawe", "PT_ADD": "6640 Oxford Ave", "ZIP": 19111, "SURVEY_YEAR": 2012, "GLA": "43,000", "GLA_2003": "42,480", "GLA_1995": "25,000", "COMM_COUNT": 1, "COMM_COUNT_2003": 1, "COMM_COUNT_1995": 1, "OCC_COUNT": 1, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": "0.00%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 3, "AGE": 1960, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 3, "COND_SUM_1995": "3", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 24826.48828125, "Shape__Length": 697.94319149384501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.088152461933504, 40.049950705458798 ], [ -75.087706353850393, 40.0497170189252 ], [ -75.087431745603197, 40.050006164742399 ], [ -75.086466495605507, 40.049520004488002 ], [ -75.086166877957794, 40.050033772651503 ], [ -75.086099521295097, 40.0503627659931 ], [ -75.087154216687594, 40.0509130595008 ], [ -75.087201593565197, 40.050938218033998 ], [ -75.088152461933504, 40.049950705458798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 158, "PCPC_NUM": 302, "GLOBALID": "def5458f-5abd-4ffe-b8b0-a3b7beb71126", "NAME": "Oxford Circle", "P_DIST": "Lower NE", "ST_EXT": "LargeLoretto\/Van KirkBridge", "PT_ADD": "5423 Oxford Ave", "ZIP": 19124, "SURVEY_YEAR": 2012, "GLA": "100,000", "GLA_2003": "162,499", "GLA_1995": "90,000", "COMM_COUNT": 54, "COMM_COUNT_2003": 63, "COMM_COUNT_1995": 45, "OCC_COUNT": 49, "VAC_COUNT": 5, "VAC_RATE": "9.30%", "VAC_RATE_2003": "12.70%", "VAC_RATE_1995": "6.70%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1920, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": 6, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 95258.09765625, "Shape__Length": 3821.8544756270298 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.083707906248605, 40.0317210498009 ], [ -75.084113423179204, 40.031627275775399 ], [ -75.084200494679905, 40.031447772838597 ], [ -75.0844936621491, 40.031301491942401 ], [ -75.084796667344193, 40.031232808058697 ], [ -75.085081821403605, 40.031275856853803 ], [ -75.085356726558899, 40.031103041578199 ], [ -75.085595194366405, 40.0308497772577 ], [ -75.085750412980005, 40.030689939871301 ], [ -75.085042823113795, 40.030317337802501 ], [ -75.085190209465793, 40.029568873165402 ], [ -75.0853777516283, 40.028564181180798 ], [ -75.085389932485796, 40.028552434049601 ], [ -75.085239526911707, 40.027820660391498 ], [ -75.085149147862097, 40.027397157616903 ], [ -75.084460772396795, 40.028042000591697 ], [ -75.084823371986801, 40.028244456576999 ], [ -75.084983489318503, 40.0283338566014 ], [ -75.085010021988495, 40.028462945927402 ], [ -75.084720308199607, 40.030121067937102 ], [ -75.083716581241504, 40.031181369756297 ], [ -75.083707906248605, 40.0317210498009 ] ] ], [ [ [ -75.085016084545202, 40.033646164128299 ], [ -75.085131485649896, 40.033718467726302 ], [ -75.085232158828305, 40.033781542550301 ], [ -75.0854925048734, 40.033926020943298 ], [ -75.085646195210003, 40.033757645004002 ], [ -75.086217854770098, 40.033448814923098 ], [ -75.086814834887406, 40.033126300434603 ], [ -75.0873929325398, 40.0328139810522 ], [ -75.087917901359305, 40.032530358963001 ], [ -75.088474864639807, 40.032229447180498 ], [ -75.088081022924897, 40.032009593981698 ], [ -75.0877827522921, 40.032174848689898 ], [ -75.087542839678704, 40.032316513039902 ], [ -75.087245104967394, 40.032485366765499 ], [ -75.087028489563295, 40.032608943088299 ], [ -75.086758071693794, 40.032753601810803 ], [ -75.086482013676701, 40.032909094744902 ], [ -75.086131227439097, 40.033095061375001 ], [ -75.0858855834162, 40.033233344840397 ], [ -75.085707491624206, 40.033178388761399 ], [ -75.085514838217307, 40.032972609563402 ], [ -75.085463680151506, 40.032902879851797 ], [ -75.085395677068405, 40.032793297446503 ], [ -75.085386312617203, 40.032691022338 ], [ -75.085615886986801, 40.032473404719298 ], [ -75.085694410382203, 40.032397122619003 ], [ -75.085323662353701, 40.032156117452097 ], [ -75.085276528875298, 40.032181561227297 ], [ -75.085159030689297, 40.032241771544903 ], [ -75.085057563207798, 40.032284652836303 ], [ -75.084956481422793, 40.0323177090633 ], [ -75.084968015439799, 40.032446832337399 ], [ -75.085005785626606, 40.032715384609901 ], [ -75.085025407426599, 40.032865080624099 ], [ -75.085029701093802, 40.0328978239558 ], [ -75.085339148873601, 40.033384290305499 ], [ -75.085443622188606, 40.0334652405054 ], [ -75.085316317627203, 40.033530772107802 ], [ -75.085248615433599, 40.033599523697099 ], [ -75.085141028158503, 40.033510919734901 ], [ -75.085140987306801, 40.033510885448599 ], [ -75.084950547004098, 40.033206205561903 ], [ -75.0848101379665, 40.0329832283307 ], [ -75.084784876468106, 40.032945629273698 ], [ -75.084759979186003, 40.032752479866801 ], [ -75.084719420705099, 40.032463083046302 ], [ -75.084710084435201, 40.032334808158197 ], [ -75.084687384669806, 40.032329166168203 ], [ -75.084618830114493, 40.032315774288598 ], [ -75.084512472318707, 40.032287738045298 ], [ -75.084399962399502, 40.032403084367097 ], [ -75.084250301823204, 40.032561284856001 ], [ -75.0838429334474, 40.033000529527101 ], [ -75.085016084545202, 40.033646164128299 ] ] ], [ [ [ -75.082454278887596, 40.032605684755403 ], [ -75.082627221651606, 40.032701063214503 ], [ -75.083327359731797, 40.033087765762097 ], [ -75.083974910631397, 40.032394492301698 ], [ -75.084082170375197, 40.032226203849497 ], [ -75.082454278887596, 40.032605684755403 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 159, "PCPC_NUM": 306, "GLOBALID": "af09f388-ee66-4c54-bddb-b9dc29f6060a", "NAME": "Crescentville", "P_DIST": "Lower NE", "ST_EXT": "Rising Sun\/GodfreyBenner", "PT_ADD": "5901 Rising Sun Ave", "ZIP": 19120, "SURVEY_YEAR": 2012, "GLA": "89,000", "GLA_2003": "114,899", "GLA_1995": "70,000", "COMM_COUNT": 62, "COMM_COUNT_2003": 61, "COMM_COUNT_1995": 44, "OCC_COUNT": 53, "VAC_COUNT": 9, "VAC_RATE": "14.50%", "VAC_RATE_2003": "4.90%", "VAC_RATE_1995": "9.10%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1930, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 6, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 110833.390625, "Shape__Length": 2361.6145851231199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.099192353261898, 40.045868920593101 ], [ -75.099567613990303, 40.046065272847599 ], [ -75.101108756704406, 40.045047790969498 ], [ -75.101502027283004, 40.045364242616401 ], [ -75.101574966376305, 40.045316536922201 ], [ -75.102352462177805, 40.044806535440301 ], [ -75.103160931764407, 40.044276203570902 ], [ -75.103983551792894, 40.043736574639198 ], [ -75.104813370066793, 40.043192209663502 ], [ -75.105578156021195, 40.042690492372699 ], [ -75.106336578492801, 40.042192937918003 ], [ -75.107221177948503, 40.041612590198703 ], [ -75.106732449852899, 40.041329195447098 ], [ -75.106308946449204, 40.041079581882499 ], [ -75.105429365093897, 40.041671584862399 ], [ -75.104684814506697, 40.042172692034796 ], [ -75.1039115371387, 40.042693120454203 ], [ -75.103334607959098, 40.043081394266203 ], [ -75.102847474195002, 40.043409230134301 ], [ -75.102287919131498, 40.043785798484301 ], [ -75.100734676380497, 40.044831059845201 ], [ -75.099192353261898, 40.045868920593101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 160, "PCPC_NUM": 307, "GLOBALID": "23d1badd-f000-45d0-87d5-7f5e14c28e22", "NAME": "Lawndale", "P_DIST": "Lower NE", "ST_EXT": "Rising Sun\/BennerLongshore", "PT_ADD": "6400 Rising Sun Ave", "ZIP": 19111, "SURVEY_YEAR": 2012, "GLA": "235,000", "GLA_2003": "311,415", "GLA_1995": "195,000", "COMM_COUNT": 141, "COMM_COUNT_2003": 159, "COMM_COUNT_1995": 121, "OCC_COUNT": 121, "VAC_COUNT": 20, "VAC_RATE": "14.20%", "VAC_RATE_2003": "10.70%", "VAC_RATE_1995": "5.80%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 5, "COND_SUM_1995": "5", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 1, "FY13_SIP_TOTAL": 2136, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": 2, "FY15_SIP_TOTAL": 8633, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 201026.890625, "Shape__Length": 3836.4660472626701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.099192353261898, 40.045868920593101 ], [ -75.097515370663899, 40.046849429102998 ], [ -75.096964429763602, 40.047426235394497 ], [ -75.096335165700097, 40.048085027008099 ], [ -75.095152715999006, 40.049322918033504 ], [ -75.0937200450322, 40.050822684470504 ], [ -75.093198052845295, 40.051369102787497 ], [ -75.092666579518706, 40.051925433540603 ], [ -75.092138035437003, 40.052478686981097 ], [ -75.092022410054597, 40.052599715848999 ], [ -75.091958646025205, 40.052666459709599 ], [ -75.091587255366704, 40.053052830421798 ], [ -75.091046632636704, 40.053615248872198 ], [ -75.090393958277303, 40.054294220318603 ], [ -75.089849650998403, 40.054860446140999 ], [ -75.089222550116901, 40.055512784195599 ], [ -75.089591967934595, 40.055740025055897 ], [ -75.089998431500803, 40.055968312509698 ], [ -75.091194626551797, 40.054739245322899 ], [ -75.092251174799799, 40.053653614624999 ], [ -75.092399014925206, 40.053501700803302 ], [ -75.092946105333795, 40.052939531275001 ], [ -75.093487260505, 40.052383448237997 ], [ -75.094026823556604, 40.051828990243102 ], [ -75.094555636269902, 40.0512855668632 ], [ -75.094966535258607, 40.050863308313097 ], [ -75.095997858719997, 40.049803442310498 ], [ -75.097201325557506, 40.048566614698998 ], [ -75.098411487325095, 40.047322848735 ], [ -75.099493880192597, 40.046792272856301 ], [ -75.098939159192994, 40.046506206965098 ], [ -75.099567613990303, 40.046065272847599 ], [ -75.099192353261898, 40.045868920593101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 161, "PCPC_NUM": 311, "GLOBALID": "a8534a90-d261-489a-84c6-9d84dd2e9ec8", "NAME": "Rhawn and Verree", "P_DIST": "Central NE", "ST_EXT": "Verree\/StanwoodRipley", "PT_ADD": "8000 Verree Rd", "ZIP": 19111, "SURVEY_YEAR": 2012, "GLA": "20,000", "GLA_2003": "26,000", "GLA_1995": "15,000", "COMM_COUNT": 13, "COMM_COUNT_2003": 14, "COMM_COUNT_1995": 11, "OCC_COUNT": 13, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": "0.00%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 5, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 26912.015625, "Shape__Length": 841.30230808841702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.074725654935307, 40.074058107801001 ], [ -75.075016622019604, 40.074217627888302 ], [ -75.075566963524693, 40.073658465588501 ], [ -75.076181867950794, 40.073064481302097 ], [ -75.076932056249902, 40.072348124414702 ], [ -75.076714641081395, 40.072225724647701 ], [ -75.076583633546306, 40.072236112330401 ], [ -75.076445863195104, 40.0722400776041 ], [ -75.076224187416102, 40.072116539758802 ], [ -75.075592962883903, 40.072744865819303 ], [ -75.075373616432799, 40.072963202288001 ], [ -75.074442877001701, 40.073890262785397 ], [ -75.074725654935307, 40.074058107801001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 162, "PCPC_NUM": 312, "GLOBALID": "96af3bfc-66a3-43be-870b-473de05d49b7", "NAME": "Dungan Road", "P_DIST": "Central NE", "ST_EXT": "MeadowbrookCSX\/RhawnNapfle", "PT_ADD": "7938 Dungan Rd", "ZIP": 19152, "SURVEY_YEAR": 2012, "GLA": "82,000", "GLA_2003": "95,000", "GLA_1995": "105,000", "COMM_COUNT": 21, "COMM_COUNT_2003": 19, "COMM_COUNT_1995": 20, "OCC_COUNT": 16, "VAC_COUNT": 5, "VAC_RATE": "23.80%", "VAC_RATE_2003": "21.10%", "VAC_RATE_1995": "30.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 6, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 158832.2578125, "Shape__Length": 2552.5899435941001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.067358276065306, 40.068736444718702 ], [ -75.065848526758202, 40.067840191543397 ], [ -75.065152897157404, 40.068583614340596 ], [ -75.065234534097797, 40.068637549738398 ], [ -75.065771428054902, 40.0689587373571 ], [ -75.066590680479095, 40.0693920400888 ], [ -75.066808975737601, 40.069518172681498 ], [ -75.067909343277805, 40.0690028173507 ], [ -75.068286871861005, 40.068774531228698 ], [ -75.069772755749398, 40.067954872098497 ], [ -75.070602689989798, 40.067333881058801 ], [ -75.071324995572894, 40.066769215135203 ], [ -75.071839145864104, 40.066287144010602 ], [ -75.0724785097416, 40.065629006825198 ], [ -75.073115426061904, 40.064953883290102 ], [ -75.072000964053203, 40.064281248528097 ], [ -75.071899990859905, 40.064219104780697 ], [ -75.071757093110605, 40.064353273757597 ], [ -75.0713123669575, 40.064770828138499 ], [ -75.070219881498602, 40.065866558216101 ], [ -75.07000401661, 40.066083058101903 ], [ -75.068681172789795, 40.067409759086701 ], [ -75.067358276065306, 40.068736444718702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 163, "PCPC_NUM": 314, "GLOBALID": "cb8d9e79-f207-4435-989d-94ceca6f5333", "NAME": "Bustleton and Tustin", "P_DIST": "Central NE", "ST_EXT": "Bustleton\/PlacidBergen", "PT_ADD": "8500 Bustleton Ave", "ZIP": 19152, "SURVEY_YEAR": 2012, "GLA": "50,000", "GLA_2003": "30,000", "GLA_1995": "30,000", "COMM_COUNT": 25, "COMM_COUNT_2003": 16, "COMM_COUNT_1995": 16, "OCC_COUNT": 17, "VAC_COUNT": 8, "VAC_RATE": "32.00%", "VAC_RATE_2003": "6.30%", "VAC_RATE_1995": "6.30%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 2, "AGE": 1950, "STAGE": 3, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": null, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 92001.16796875, "Shape__Length": 1540.47673923346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.050757128869705, 40.069553708991201 ], [ -75.050206680370806, 40.069257614647398 ], [ -75.050138565692393, 40.069326374337201 ], [ -75.048994049566701, 40.070653202174199 ], [ -75.047681576203203, 40.072087360213203 ], [ -75.047099029511102, 40.072758126157503 ], [ -75.047698552500094, 40.073052119988603 ], [ -75.048151373288505, 40.073303684889197 ], [ -75.048737355543096, 40.072680204895299 ], [ -75.049336485684606, 40.0720427189082 ], [ -75.050053072848797, 40.071280236673402 ], [ -75.051426531075506, 40.0698187544509 ], [ -75.050757128869705, 40.069553708991201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 164, "PCPC_NUM": 317, "GLOBALID": "ceb7d2ac-1e75-44eb-867b-a37c3d2b7077", "NAME": "Bustleton Avenue-Rhawnhurst", "P_DIST": "Central NE", "ST_EXT": "Bustleton\/SollyLansing", "PT_ADD": "7936 Bustleton Ave", "ZIP": 19152, "SURVEY_YEAR": 2012, "GLA": "82,000", "GLA_2003": "75,000", "GLA_1995": "75,000", "COMM_COUNT": 62, "COMM_COUNT_2003": 70, "COMM_COUNT_1995": 70, "OCC_COUNT": 57, "VAC_COUNT": 5, "VAC_RATE": "8.10%", "VAC_RATE_2003": "5.70%", "VAC_RATE_1995": "5.70%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1960, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 98236.1484375, "Shape__Length": 2902.41464540468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.054736537085802, 40.054284034739702 ], [ -75.054448859928499, 40.054120530260597 ], [ -75.054149974579502, 40.053970189413299 ], [ -75.054024930566897, 40.054116990994899 ], [ -75.053899886013298, 40.054263792439201 ], [ -75.053854334542393, 40.0543413469535 ], [ -75.053790338096803, 40.054520177807603 ], [ -75.053598779237106, 40.054944362134599 ], [ -75.053501130082694, 40.055217927467702 ], [ -75.053043420629805, 40.056300912916598 ], [ -75.052445355057003, 40.0578808355909 ], [ -75.051944240781097, 40.058926477014403 ], [ -75.051734739212804, 40.059390452871803 ], [ -75.051667751315705, 40.059538806653599 ], [ -75.051643473139507, 40.060089437538302 ], [ -75.051600191746004, 40.060260105633198 ], [ -75.051565794711394, 40.060395737021103 ], [ -75.051516104011895, 40.061112921558703 ], [ -75.0518609639131, 40.061304648457003 ], [ -75.051687205513005, 40.063150530625002 ], [ -75.051942051550299, 40.0633024622093 ], [ -75.052052150143297, 40.0633633172583 ], [ -75.052087148876595, 40.062931224870397 ], [ -75.0522034171657, 40.061495753709103 ], [ -75.052217749972996, 40.0613187930837 ], [ -75.052265770864906, 40.060603606481202 ], [ -75.052274919903994, 40.060467346056399 ], [ -75.052328955609894, 40.060256299351501 ], [ -75.0523668727933, 40.060084950033001 ], [ -75.052375661757694, 40.0597765622975 ], [ -75.052376955142094, 40.059731180809798 ], [ -75.052380400524996, 40.059610274552703 ], [ -75.052646022787101, 40.059051859142798 ], [ -75.0530547231442, 40.058211457537197 ], [ -75.053363726889202, 40.057448451907099 ], [ -75.053396608747093, 40.057365529978803 ], [ -75.053556456973695, 40.056952121490802 ], [ -75.053660570363704, 40.056639232945699 ], [ -75.053788459688207, 40.056315501362199 ], [ -75.053842740607294, 40.056187066880298 ], [ -75.054183201171, 40.055381481608002 ], [ -75.054284908161094, 40.055097651640601 ], [ -75.054326508878503, 40.0549916609435 ], [ -75.054472153933901, 40.054684978653398 ], [ -75.0545283542466, 40.054528443848398 ], [ -75.054736537085802, 40.054284034739702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 165, "PCPC_NUM": 318, "GLOBALID": "92ed878e-e647-47de-851f-2c41eb858037", "NAME": "Castor and Rhawn", "P_DIST": "Central NE", "ST_EXT": "Castor\/HoffnagleLoney", "PT_ADD": "8001 Castor Ave", "ZIP": 19152, "SURVEY_YEAR": 2012, "GLA": "45,000", "GLA_2003": "55,000", "GLA_1995": "55,000", "COMM_COUNT": 37, "COMM_COUNT_2003": 42, "COMM_COUNT_1995": 42, "OCC_COUNT": 32, "VAC_COUNT": 5, "VAC_RATE": "13.50%", "VAC_RATE_2003": "4.80%", "VAC_RATE_1995": "4.80%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": "6", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 1, "FY13_SIP_TOTAL": 7750, "FY14_SIP": 1, "FY14_SIP_TOTAL": 7750, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 71067.4765625, "Shape__Length": 1942.69307196773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.052638365469093, 40.065562917417502 ], [ -75.052930126941305, 40.065721380689098 ], [ -75.053508167872593, 40.065111398981003 ], [ -75.054095552592102, 40.0644915439063 ], [ -75.054727924409605, 40.063824198404497 ], [ -75.055294662317607, 40.063226102874403 ], [ -75.055864506501507, 40.062624715798798 ], [ -75.0564376820181, 40.062019799128898 ], [ -75.057046098111201, 40.061377674477797 ], [ -75.057630884698, 40.060760474696103 ], [ -75.057346683026907, 40.060594136786598 ], [ -75.057057622157004, 40.0604327012692 ], [ -75.056473830791504, 40.061048842981101 ], [ -75.055871595813201, 40.061684436464702 ], [ -75.055292426733601, 40.062295671206698 ], [ -75.054717722185899, 40.0629021810796 ], [ -75.054148313563402, 40.063503088209799 ], [ -75.053514729770797, 40.0641717041674 ], [ -75.052353264041201, 40.065397349100799 ], [ -75.052638365469093, 40.065562917417502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 166, "PCPC_NUM": 320, "GLOBALID": "406df442-3f6e-42ca-a882-9ca3448a0261", "NAME": "Castor and Glendale", "P_DIST": "Central NE", "ST_EXT": "Castor\/BorbeckShelmire", "PT_ADD": "7600 Castor Ave", "ZIP": 19152, "SURVEY_YEAR": 2012, "GLA": "94,000", "GLA_2003": "110,000", "GLA_1995": "110,000", "COMM_COUNT": 77, "COMM_COUNT_2003": 81, "COMM_COUNT_1995": 81, "OCC_COUNT": 68, "VAC_COUNT": 9, "VAC_RATE": "11.70%", "VAC_RATE_2003": "1.20%", "VAC_RATE_1995": "1.20%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": null, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 86163.3203125, "Shape__Length": 2317.6605195629299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.061744198362106, 40.0554378260383 ], [ -75.061341608339106, 40.055866177366397 ], [ -75.0591333140693, 40.055670915669801 ], [ -75.058934549951402, 40.055705790720701 ], [ -75.058980129156296, 40.055817308421197 ], [ -75.060600119009806, 40.056676709916303 ], [ -75.059999874766504, 40.057312482600501 ], [ -75.059405399042006, 40.0579334986204 ], [ -75.058233309450799, 40.059196224035396 ], [ -75.058527718353005, 40.059351720618103 ], [ -75.058816737152597, 40.059512825310001 ], [ -75.059391703069807, 40.0588704733414 ], [ -75.059985728323397, 40.058253841976601 ], [ -75.060581318350799, 40.057631627292402 ], [ -75.061182283198605, 40.056995029636397 ], [ -75.061697999622297, 40.056448575123099 ], [ -75.062153193779494, 40.055934206960501 ], [ -75.062319771251495, 40.055763385282397 ], [ -75.062892450121694, 40.0551176739746 ], [ -75.063474222241794, 40.054489533993902 ], [ -75.063166515041203, 40.054320069972597 ], [ -75.062570598578503, 40.054948259610903 ], [ -75.062279023139098, 40.054784808401401 ], [ -75.061744198362106, 40.0554378260383 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 167, "PCPC_NUM": 321, "GLOBALID": "a3cdb752-f177-43ab-88fa-7464ece610a9", "NAME": "Cottman\/Loretto-Pennway", "P_DIST": "Central NE", "ST_EXT": "Cottman\/LorettoPennway", "PT_ADD": "1729 Cottman Ave", "ZIP": 19111, "SURVEY_YEAR": 2012, "GLA": "57,000", "GLA_2003": "58,000", "GLA_1995": "45,000", "COMM_COUNT": 30, "COMM_COUNT_2003": 29, "COMM_COUNT_1995": 31, "OCC_COUNT": 27, "VAC_COUNT": 3, "VAC_RATE": "10.00%", "VAC_RATE_2003": "14.30%", "VAC_RATE_1995": "3.20%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1940, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 8, "COND_SUM_1995": "8", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 93086.75390625, "Shape__Length": 2391.7312940848401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.073258164642894, 40.055339140036097 ], [ -75.072945339980606, 40.055672898593102 ], [ -75.073795305303804, 40.0561560663131 ], [ -75.074740910526899, 40.056693585088702 ], [ -75.075034339484603, 40.0563681994579 ], [ -75.075248663076806, 40.056148579969701 ], [ -75.075244716744507, 40.056146306676503 ], [ -75.075373337910506, 40.056010644569 ], [ -75.073579211142004, 40.054986014248598 ], [ -75.071801853624905, 40.053970901906403 ], [ -75.070035553528001, 40.052962048497399 ], [ -75.069724086594505, 40.053294013614803 ], [ -75.069135291661496, 40.052958499711401 ], [ -75.068505204251593, 40.052599882036603 ], [ -75.067726082026098, 40.052154676213 ], [ -75.067519076770495, 40.052378473326002 ], [ -75.067392067328498, 40.052515783683099 ], [ -75.068169933780894, 40.0529580457289 ], [ -75.068798466581597, 40.0533153953903 ], [ -75.069418986719199, 40.053668181738402 ], [ -75.071021342385905, 40.054579142013402 ], [ -75.071349468612198, 40.054434164754603 ], [ -75.071473094868395, 40.0543036984662 ], [ -75.073258164642894, 40.055339140036097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 168, "PCPC_NUM": 212, "GLOBALID": "c79c02c0-7add-4966-8f52-e4182d81c8de", "NAME": "Ridge Avenue - Roxborough", "P_DIST": "Lower NW", "ST_EXT": "Ridge\/Jamestown-Gates", "PT_ADD": "6053 Ridge Avenue", "ZIP": 19128, "SURVEY_YEAR": 2013, "GLA": "274,000", "GLA_2003": "380,000", "GLA_1995": "190,000", "COMM_COUNT": 126, "COMM_COUNT_2003": 145, "COMM_COUNT_1995": 121, "OCC_COUNT": 108, "VAC_COUNT": 18, "VAC_RATE": "14.30%", "VAC_RATE_2003": "6.00%", "VAC_RATE_1995": "1.70%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 4, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 3, "COND_SUM_2003": 5, "COND_SUM_1995": "4", "CRM_ORG": "Roxborough Development Corporation", "SS_DIST": "Roxborough District", "CDC_TAX_CREDIT": "Roxborough Development Corporation", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 4, "FY11_SIP_TOTAL": 42418, "FY12_SIP": 9, "FY12_SIP_TOTAL": 52635, "FY13_SIP": 1, "FY13_SIP_TOTAL": 3750, "FY14_SIP": 1, "FY14_SIP_TOTAL": 4293, "FY15_SIP": 4, "FY15_SIP_TOTAL": 35000, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 500000, "FY12_15_SBP_TOTAL": 2186020.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 188451.6953125, "Shape__Length": 5291.7257040023796 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.215178364695802, 40.0334544073743 ], [ -75.215363099562097, 40.033621055130602 ], [ -75.215081174048294, 40.033758419004897 ], [ -75.215719642230695, 40.034331607169797 ], [ -75.216120814194795, 40.034758345019299 ], [ -75.217101693605002, 40.035730645137797 ], [ -75.217591528625604, 40.0362870707281 ], [ -75.217884507799795, 40.036546739210998 ], [ -75.218392092496202, 40.036823889028298 ], [ -75.218596247524104, 40.0369071619388 ], [ -75.219266506768705, 40.037175260861297 ], [ -75.220273736867497, 40.037486359995697 ], [ -75.220538753760493, 40.037568212731998 ], [ -75.220671909537003, 40.037313495023099 ], [ -75.219399666548398, 40.036920544622198 ], [ -75.218761857267907, 40.0366639492036 ], [ -75.219123500890205, 40.036499602699998 ], [ -75.2189283469625, 40.036421090814798 ], [ -75.218673634550996, 40.036317189556001 ], [ -75.218414897784101, 40.036169138425997 ], [ -75.218243644837699, 40.036029859063198 ], [ -75.217688961491902, 40.0354481265475 ], [ -75.216952612758305, 40.034703006331398 ], [ -75.216703282951997, 40.034448816460099 ], [ -75.216223249639697, 40.033960173190799 ], [ -75.216154150440005, 40.033898456685797 ], [ -75.215633325965001, 40.033441575644702 ], [ -75.215457435387506, 40.033282908127099 ], [ -75.214772039977902, 40.032673763242698 ], [ -75.213939778129202, 40.031941698561504 ], [ -75.213361614564207, 40.031417611546601 ], [ -75.212589377008399, 40.030715753545898 ], [ -75.211624398394306, 40.0298393186388 ], [ -75.211603920870502, 40.029820718998899 ], [ -75.211311421903005, 40.029979889940499 ], [ -75.210591635752195, 40.029039135280499 ], [ -75.2102573998515, 40.028501674116498 ], [ -75.209974906720404, 40.0280090980377 ], [ -75.209662606052703, 40.028145019720299 ], [ -75.210280388646794, 40.0291736836569 ], [ -75.210654450252605, 40.029662700885197 ], [ -75.210957171598196, 40.030058354721596 ], [ -75.211003648570596, 40.0301190996081 ], [ -75.211763149628297, 40.030817861779902 ], [ -75.211997290691102, 40.0310283299155 ], [ -75.211910471736502, 40.0310734876468 ], [ -75.210620414186195, 40.031656041938703 ], [ -75.211008762709895, 40.032165564896701 ], [ -75.211447295365801, 40.031962786622302 ], [ -75.2120788558328, 40.031667313063402 ], [ -75.212491382738193, 40.0314768558815 ], [ -75.212806938441702, 40.031763651688998 ], [ -75.212830576826804, 40.031785135641798 ], [ -75.213400231159, 40.032301479825598 ], [ -75.214204863377304, 40.032998896866197 ], [ -75.214224644628601, 40.033018043754502 ], [ -75.214495150037706, 40.032847303767298 ], [ -75.215178364695802, 40.0334544073743 ] ] ], [ [ [ -75.223202640933096, 40.034764073586501 ], [ -75.222135721072803, 40.035231048788198 ], [ -75.222141824092006, 40.035237791918902 ], [ -75.222288335361796, 40.035399664743402 ], [ -75.222419965931806, 40.0355106423672 ], [ -75.222601113817703, 40.035622580611602 ], [ -75.222873350604601, 40.035746565262201 ], [ -75.223192948725497, 40.035878781128801 ], [ -75.223424506839095, 40.036022470790101 ], [ -75.223602163923502, 40.036180335462198 ], [ -75.223718638892805, 40.036327891964497 ], [ -75.223719917143001, 40.036327340738801 ], [ -75.225298015771102, 40.035641320663601 ], [ -75.225113492564802, 40.035397310387701 ], [ -75.225089468095504, 40.035365526715303 ], [ -75.225080614296701, 40.035353822761302 ], [ -75.225062378534304, 40.035346280587298 ], [ -75.225007421880505, 40.035323520624203 ], [ -75.225000875343298, 40.035320814274101 ], [ -75.224999366812, 40.035317411386401 ], [ -75.224987507623993, 40.0352906496855 ], [ -75.224971022746402, 40.035253503226201 ], [ -75.225046246571594, 40.035220193793499 ], [ -75.225034076766704, 40.0352040173752 ], [ -75.224740527394104, 40.034813579998897 ], [ -75.224662819761406, 40.034710222911599 ], [ -75.224331729810004, 40.034269876311697 ], [ -75.223202640933096, 40.034764073586501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 169, "PCPC_NUM": 213, "GLOBALID": "e363580e-6190-4103-a795-60f51a626af6", "NAME": "Ridge and Hermit", "P_DIST": "Lower NW", "ST_EXT": "Ridge\/PechinJamestown", "PT_ADD": "5555 Ridge Avenue", "ZIP": 19128, "SURVEY_YEAR": 2013, "GLA": "39,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 18, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 18, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1870, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 5, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 66778.69140625, "Shape__Length": 2122.1711685883201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209974906720404, 40.0280090980377 ], [ -75.209439261331298, 40.026978661365199 ], [ -75.2095124328645, 40.026903741850397 ], [ -75.209732067990203, 40.0268012758224 ], [ -75.209350058845402, 40.0260657654254 ], [ -75.208931868598, 40.025295001400899 ], [ -75.208512748350998, 40.024522503133603 ], [ -75.208116291308897, 40.023784556284802 ], [ -75.208206764393694, 40.023585246351601 ], [ -75.2082992857016, 40.023381424427299 ], [ -75.208350227488694, 40.0232692005738 ], [ -75.208509809948197, 40.023097268821601 ], [ -75.208676381948294, 40.022926407862201 ], [ -75.209500281532897, 40.022102790480403 ], [ -75.209444092452003, 40.022077587966898 ], [ -75.209215646601706, 40.021909047041802 ], [ -75.208489045790898, 40.022660859880098 ], [ -75.208203334341405, 40.022496220371004 ], [ -75.207706257721796, 40.023022297404502 ], [ -75.207534635474104, 40.023399684467002 ], [ -75.207383392927696, 40.023742339336103 ], [ -75.207386678063202, 40.0238552129452 ], [ -75.2074299707525, 40.023936818317303 ], [ -75.207885368208295, 40.024795225330898 ], [ -75.208490013919501, 40.025934919186199 ], [ -75.209130874804501, 40.0271428343016 ], [ -75.209662606052703, 40.028145019720299 ], [ -75.209974906720404, 40.0280090980377 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 170, "PCPC_NUM": 214, "GLOBALID": "49adaa9f-551f-4654-8171-b8d112c9c27b", "NAME": "Ridge and Domino", "P_DIST": "Lower NW", "ST_EXT": "Ridge\/FountainDomino", "PT_ADD": "6901 Ridge Avenue", "ZIP": 19128, "SURVEY_YEAR": 2013, "GLA": "260,000", "GLA_2003": "302,000", "GLA_1995": "180,000", "COMM_COUNT": 73, "COMM_COUNT_2003": 82, "COMM_COUNT_1995": 52, "OCC_COUNT": 68, "VAC_COUNT": 5, "VAC_RATE": "6.80%", "VAC_RATE_2003": "9.00%", "VAC_RATE_1995": "3.90%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 4, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 6, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 233066.40625, "Shape__Length": 4383.6579703705102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226519289078595, 40.042208881495903 ], [ -75.226399538245602, 40.0420908845838 ], [ -75.226738207551705, 40.041803636048598 ], [ -75.226566850229702, 40.041683230758203 ], [ -75.226567017024294, 40.0416830956692 ], [ -75.226537774303196, 40.0416628809405 ], [ -75.226616355103602, 40.041619536736199 ], [ -75.226749666351395, 40.041513224069902 ], [ -75.227054606268496, 40.041270070872102 ], [ -75.226845704391494, 40.0410015097357 ], [ -75.226568151238595, 40.041131927846202 ], [ -75.226428952092604, 40.041051480613298 ], [ -75.226319615283302, 40.0409885180879 ], [ -75.226199434786693, 40.041075759070502 ], [ -75.225724248801995, 40.041425472359798 ], [ -75.225502215792403, 40.041134939459198 ], [ -75.224695961437106, 40.040088222377499 ], [ -75.224168214149898, 40.039375534862003 ], [ -75.224116167098103, 40.039306175947601 ], [ -75.223711622520696, 40.038767066458497 ], [ -75.223118420587198, 40.037976526796498 ], [ -75.222811152296401, 40.038121115119701 ], [ -75.222509932741104, 40.038268935176703 ], [ -75.2227649978919, 40.038602202019803 ], [ -75.223055777785007, 40.0390040052635 ], [ -75.224082337629198, 40.040369396406803 ], [ -75.224929117724997, 40.041468597081703 ], [ -75.225309021414901, 40.041889422491202 ], [ -75.226150191655407, 40.042732328010999 ], [ -75.226270815251098, 40.042809668014598 ], [ -75.226501044000699, 40.042957283232298 ], [ -75.227121184282097, 40.043354892781998 ], [ -75.226566910670698, 40.043606722179803 ], [ -75.226647513958497, 40.043700370866198 ], [ -75.227377496986307, 40.044700694709199 ], [ -75.228481402341998, 40.044221197972497 ], [ -75.229134958502698, 40.044498138667102 ], [ -75.230377186038297, 40.044952416704199 ], [ -75.231014013911803, 40.045180812342203 ], [ -75.230801727933596, 40.045519595131204 ], [ -75.2305523424276, 40.045842538031799 ], [ -75.230542984868606, 40.045967473617701 ], [ -75.230948776830502, 40.046262173359402 ], [ -75.232481769254903, 40.045601229898097 ], [ -75.232814662059894, 40.0454576995526 ], [ -75.233144013189403, 40.045312363471801 ], [ -75.234011279668707, 40.044934251009003 ], [ -75.233762164863506, 40.044605713848902 ], [ -75.232919006704407, 40.0434937145342 ], [ -75.232828211005497, 40.043552969067299 ], [ -75.232234541061999, 40.0438210980683 ], [ -75.232002127406304, 40.043504850204897 ], [ -75.230200843079999, 40.044284288248598 ], [ -75.229569149592805, 40.044051682039402 ], [ -75.228965436453805, 40.043793059252998 ], [ -75.228851091310801, 40.043721280366697 ], [ -75.226778053154604, 40.0424199161085 ], [ -75.226519289078595, 40.042208881495903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 171, "PCPC_NUM": 215, "GLOBALID": "6a5e2e54-3ad1-4147-9798-3a313593e7a3", "NAME": "Ridge and Shawmont", "P_DIST": "Lower NW", "ST_EXT": "Ridge\/FlamingoSeffert", "PT_ADD": "7800 Ridge Avenue", "ZIP": 19122, "SURVEY_YEAR": 2013, "GLA": "45,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 30, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 27, "VAC_COUNT": 3, "VAC_RATE": "10.00%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 98294.67578125, "Shape__Length": 2658.68276096111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235932199832106, 40.057299531234897 ], [ -75.236111501495898, 40.057541189219101 ], [ -75.237027779351493, 40.058776095079601 ], [ -75.237241179496706, 40.058683011036301 ], [ -75.237340247712595, 40.058642234547001 ], [ -75.237629167400101, 40.058526085317801 ], [ -75.236892210840907, 40.057537973582498 ], [ -75.236714132847595, 40.057293943403501 ], [ -75.236616254114296, 40.057128490390298 ], [ -75.236465770290806, 40.056877356333899 ], [ -75.236437239758999, 40.056792600286101 ], [ -75.236382103595702, 40.056593324576298 ], [ -75.236365909531798, 40.0565010601401 ], [ -75.236325725374797, 40.056208657065 ], [ -75.236286842666701, 40.055783228508702 ], [ -75.236277047334795, 40.055096259488401 ], [ -75.236295561399302, 40.054789286769797 ], [ -75.236328977517502, 40.054461013588103 ], [ -75.236378785938001, 40.054132160207899 ], [ -75.236455327904295, 40.053834647943603 ], [ -75.236549202234499, 40.053209907070197 ], [ -75.236600011642807, 40.052690101331201 ], [ -75.236644676262998, 40.052199805569799 ], [ -75.236686578832803, 40.051661411196299 ], [ -75.236662507658295, 40.051068775393198 ], [ -75.236534770314606, 40.050664426792103 ], [ -75.2363562033552, 40.050200664481501 ], [ -75.236041141041298, 40.050347749052399 ], [ -75.235724181728102, 40.050492392830698 ], [ -75.235948608521198, 40.0510922148557 ], [ -75.235972399539506, 40.051551757503802 ], [ -75.235943701564295, 40.052032965530501 ], [ -75.235888258779696, 40.0526418705971 ], [ -75.235879931494907, 40.052733326444603 ], [ -75.235825569626599, 40.053239312316897 ], [ -75.235771381418601, 40.0536006531377 ], [ -75.235661306133693, 40.054177598152499 ], [ -75.235577854941695, 40.0548296098615 ], [ -75.235565771569497, 40.055322618605601 ], [ -75.235578329921395, 40.055921429497303 ], [ -75.235613062120507, 40.056210762850199 ], [ -75.235653922513507, 40.056551148037499 ], [ -75.235738711194799, 40.056909828681 ], [ -75.235932199832106, 40.057299531234897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 172, "PCPC_NUM": 218, "GLOBALID": "82903126-18e0-40da-916a-5f5f2a2556c7", "NAME": "Ridge and Bells Mill", "P_DIST": "Lower NW", "ST_EXT": "Ridge\/Manatawna-Northwestern", "PT_ADD": "8965 Ridge Avenue", "ZIP": 19121, "SURVEY_YEAR": 2013, "GLA": "57,000", "GLA_2003": "62,000", "GLA_1995": "30,000", "COMM_COUNT": 20, "COMM_COUNT_2003": 20, "COMM_COUNT_1995": 20, "OCC_COUNT": 18, "VAC_COUNT": 2, "VAC_RATE": "10.00%", "VAC_RATE_2003": "0.00%", "VAC_RATE_1995": "15.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 2, "AGE": 1970, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 3, "COND_SUM": 6, "COND_SUM_2003": 7, "COND_SUM_1995": "8", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 67307.1640625, "Shape__Length": 1745.29516162492 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.241224762216305, 40.070672002102597 ], [ -75.241596766798494, 40.070296237377399 ], [ -75.241296572116596, 40.069582920311298 ], [ -75.241149166819397, 40.069677155053498 ], [ -75.240976442409703, 40.069748767973699 ], [ -75.240841501513202, 40.0698290793895 ], [ -75.240324497475598, 40.068392508517 ], [ -75.239591320482205, 40.068873979913 ], [ -75.239638293198794, 40.068909578852498 ], [ -75.239959805624693, 40.069193000462498 ], [ -75.239128800147896, 40.069745455724103 ], [ -75.239076699640506, 40.069778356736798 ], [ -75.240211140815305, 40.070293574546199 ], [ -75.240443484444995, 40.0704324456756 ], [ -75.240552645663499, 40.070477401246499 ], [ -75.240654796587293, 40.070497877815903 ], [ -75.240773441308505, 40.070500468499397 ], [ -75.240909703642799, 40.070454790291201 ], [ -75.241077625349305, 40.070404162038301 ], [ -75.241224762216305, 40.070672002102597 ] ] ], [ [ [ -75.242175889455098, 40.072392079080799 ], [ -75.2415265472155, 40.073003640489802 ], [ -75.241235723178306, 40.073286513237903 ], [ -75.242722485769207, 40.074042168316602 ], [ -75.243284327977406, 40.073494331388098 ], [ -75.242856969715305, 40.072959282877399 ], [ -75.2423125863248, 40.0723007501173 ], [ -75.242175889455098, 40.072392079080799 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 173, "PCPC_NUM": 62, "GLOBALID": "eae594f7-5c1d-4f31-b5f0-3bd5923b37f2", "NAME": "70th and Lindbergh", "P_DIST": "Lower SW", "ST_EXT": "70th St\/LindberghGrovers", "PT_ADD": "2910 S. 70th Street", "ZIP": 19153, "SURVEY_YEAR": 2015, "GLA": "60,000", "GLA_2003": null, "GLA_1995": "54,000", "COMM_COUNT": 8, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 8, "OCC_COUNT": 7, "VAC_COUNT": 1, "VAC_RATE": "12.50%", "VAC_RATE_2003": null, "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 2, "AGE": 1960, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": null, "COND_SUM_1995": "3", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 104735.046875, "Shape__Length": 2406.2761969019698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233415935853202, 39.913848056062399 ], [ -75.233979125006201, 39.913467565072096 ], [ -75.234471267234198, 39.913122953539201 ], [ -75.234861053239399, 39.9128412321121 ], [ -75.234799980611101, 39.912786249703899 ], [ -75.234205786918395, 39.912290127278801 ], [ -75.233896333625097, 39.912031242994601 ], [ -75.233703633212897, 39.911865432679299 ], [ -75.233543616770802, 39.911978239175802 ], [ -75.232528390266594, 39.912698495000797 ], [ -75.232249343868801, 39.912909654472998 ], [ -75.2315469854518, 39.9123221924484 ], [ -75.230990658141295, 39.911865327399902 ], [ -75.230585887880096, 39.9115011654402 ], [ -75.230432543491503, 39.9112894353893 ], [ -75.230346284485805, 39.911108610585103 ], [ -75.229244919318802, 39.909242671357298 ], [ -75.228621456915405, 39.910017938900602 ], [ -75.228252259810404, 39.910470521404697 ], [ -75.227989802488096, 39.910818423189802 ], [ -75.227823630215198, 39.911029225867203 ], [ -75.229272602522201, 39.911842390974499 ], [ -75.229809445815704, 39.911475502024103 ], [ -75.230406725785798, 39.911571724424 ], [ -75.230881920644507, 39.9119588872056 ], [ -75.2314527633567, 39.9124350178149 ], [ -75.232014507438393, 39.912897094551496 ], [ -75.232615506748203, 39.9133979145114 ], [ -75.232733414853897, 39.9133145302511 ], [ -75.233415935853202, 39.913848056062399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 174, "PCPC_NUM": 200, "GLOBALID": "6a86a225-3f4f-456c-a9a4-fee7068089d7", "NAME": "Hunting Park Ave\/Juniata Park", "P_DIST": "North", "ST_EXT": "Hunting ParkAve\/Gtol", "PT_ADD": "900 East Hunting Park Avenue", "ZIP": 19124, "SURVEY_YEAR": 2016, "GLA": "215,000", "GLA_2003": "390,000", "GLA_1995": "200,000", "COMM_COUNT": 33, "COMM_COUNT_2003": 52, "COMM_COUNT_1995": 27, "OCC_COUNT": 31, "VAC_COUNT": 2, "VAC_RATE": "6.1%", "VAC_RATE_2003": "8.0%", "VAC_RATE_1995": "0.0%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1990, "STAGE": 1, "STAGE_2003": 2, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 7, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 308445.72265625, "Shape__Length": 3833.2804222893001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116071648269894, 40.012606869954602 ], [ -75.116437585885706, 40.010997616037002 ], [ -75.111300168851898, 40.010241887426297 ], [ -75.111168991975802, 40.010866944101998 ], [ -75.107618157372002, 40.010325939389098 ], [ -75.107724041245405, 40.009882897125401 ], [ -75.106477034750498, 40.0097064897883 ], [ -75.106213396609107, 40.010852276284801 ], [ -75.102297880436396, 40.010310238796997 ], [ -75.102142794886902, 40.010958268900602 ], [ -75.113107053749104, 40.012473336308602 ], [ -75.113189953522607, 40.012218806136502 ], [ -75.116071648269894, 40.012606869954602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 175, "PCPC_NUM": 356, "GLOBALID": "4324429f-a578-4ace-884d-4c2d4ed6ef23", "NAME": "Ashton and Willits Roads", "P_DIST": "Lower Far NE", "ST_EXT": "Ashton\/WillitsTremont", "PT_ADD": "2800 Willits Road", "ZIP": 19136, "SURVEY_YEAR": 2016, "GLA": "45,000", "GLA_2003": null, "GLA_1995": "40,000", "COMM_COUNT": 16, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 17, "OCC_COUNT": 16, "VAC_COUNT": 0, "VAC_RATE": "0.0%", "VAC_RATE_2003": null, "VAC_RATE_1995": "5.9%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 2, "AGE": 1960, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 4, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": null, "COND_SUM_1995": "8", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 34716.24609375, "Shape__Length": 1126.29301750946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.022754586752697, 40.062334261770403 ], [ -75.022675235244293, 40.062290836846898 ], [ -75.022554509524895, 40.062200733575096 ], [ -75.022450654417398, 40.062094414288097 ], [ -75.022314982187794, 40.061884773244401 ], [ -75.021658445860794, 40.062506939989397 ], [ -75.021739764681897, 40.0626161750249 ], [ -75.021235240955207, 40.063125437045898 ], [ -75.021462246709504, 40.063520667338402 ], [ -75.021599059309395, 40.0636103959407 ], [ -75.020544911477799, 40.064654699888997 ], [ -75.021007249881904, 40.064957925804798 ], [ -75.022330746352395, 40.063751909398 ], [ -75.021968479757007, 40.063132400858699 ], [ -75.022754586752697, 40.062334261770403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 176, "PCPC_NUM": 371, "GLOBALID": "0e354a4e-1131-4f1d-acb5-7825b7418d24", "NAME": "Boulevard Plaza", "P_DIST": "Upper Far NE", "ST_EXT": "Boulevard\/ComlyTomlinson\r\nBoulevard\/ComlyTomlinson", "PT_ADD": "11000 Roosevelt Boulevard", "ZIP": 19116, "SURVEY_YEAR": 2016, "GLA": "430,000", "GLA_2003": null, "GLA_1995": "375,000", "COMM_COUNT": 31, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 38, "OCC_COUNT": 27, "VAC_COUNT": 4, "VAC_RATE": "12.9%", "VAC_RATE_2003": null, "VAC_RATE_1995": "36.8%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 3, "AGE": 1980, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": null, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 500035.95703125, "Shape__Length": 4617.6126982105197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.009063527424701, 40.104547484882303 ], [ -75.012702855145307, 40.101994081255398 ], [ -75.010346814037106, 40.099956789121002 ], [ -75.011577685862804, 40.099520568065103 ], [ -75.0110991667636, 40.098532175179699 ], [ -75.008327335614197, 40.100466463129798 ], [ -75.003381971302602, 40.103843427116701 ], [ -75.002614677765607, 40.104365607953703 ], [ -75.0017878561423, 40.104927661091303 ], [ -75.000239269284705, 40.103604305324502 ], [ -74.999123191699596, 40.104393806707698 ], [ -75.001244103493093, 40.106347237048098 ], [ -75.004210261353194, 40.104543715797199 ], [ -75.005278335412996, 40.105158988830098 ], [ -75.007757086918801, 40.103358511626801 ], [ -75.009063527424701, 40.104547484882303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 177, "PCPC_NUM": 370, "GLOBALID": "b6d46308-b25b-4d8c-9131-7ecfab049ef7", "NAME": "Red Lion Plaza", "P_DIST": "Upper Far NE", "ST_EXT": "Boulevard\/GreymontPresident", "PT_ADD": "9990 Roosevelt Boulevard", "ZIP": 19115, "SURVEY_YEAR": 2016, "GLA": "275,000", "GLA_2003": null, "GLA_1995": "165,000", "COMM_COUNT": 32, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 30, "OCC_COUNT": 26, "VAC_COUNT": 6, "VAC_RATE": "18.8%", "VAC_RATE_2003": null, "VAC_RATE_1995": "3.3.%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 3, "AGE": 1970, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 4, "COND_SUM_2003": null, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 235222.27734375, "Shape__Length": 3411.8715344168299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.018716865362606, 40.096063856227602 ], [ -75.018414866511506, 40.0959479807237 ], [ -75.018430296128301, 40.095857764262803 ], [ -75.018447548638704, 40.095722300465198 ], [ -75.018465530298002, 40.095568736469801 ], [ -75.018484970188794, 40.095378974781497 ], [ -75.018538666803494, 40.095217201116299 ], [ -75.018590903668795, 40.095091626887502 ], [ -75.018679950202895, 40.094930693113398 ], [ -75.018731823206906, 40.094814168494203 ], [ -75.018832652461597, 40.0946535145724 ], [ -75.018969924930701, 40.094466552367599 ], [ -75.019093589651902, 40.094324557381199 ], [ -75.019192594890995, 40.094209151387702 ], [ -75.019328043132006, 40.094067437001002 ], [ -75.019499569617395, 40.093908461942704 ], [ -75.019657124293303, 40.093803505531803 ], [ -75.019827920542696, 40.093662629284701 ], [ -75.020021188249103, 40.0935494614004 ], [ -75.020311636820196, 40.093366135423899 ], [ -75.0196327065715, 40.0926525231298 ], [ -75.018451779915694, 40.0932618310488 ], [ -75.017620686980706, 40.092777523266697 ], [ -75.016597966712098, 40.093808034218 ], [ -75.015692326405997, 40.093254294658401 ], [ -75.014937537425197, 40.0932218202203 ], [ -75.013668622161802, 40.092814170202203 ], [ -75.0130242181786, 40.092856898073798 ], [ -75.015581789966902, 40.0948487842278 ], [ -75.014407075545506, 40.096094256001997 ], [ -75.014782223691597, 40.096336819602698 ], [ -75.015142308642893, 40.096183271449299 ], [ -75.015260003283998, 40.096278635151897 ], [ -75.015859622255306, 40.095668155469703 ], [ -75.016258858173501, 40.095429307673598 ], [ -75.017713796250703, 40.096654469850399 ], [ -75.01936980747, 40.097973557905199 ], [ -75.020035634410206, 40.097548359277198 ], [ -75.018185830367898, 40.096214045914898 ], [ -75.018281235660993, 40.096044446686797 ], [ -75.0186528431243, 40.096189150496301 ], [ -75.018716865362606, 40.096063856227602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 178, "PCPC_NUM": 381, "GLOBALID": "0b61a244-9556-4167-b484-760e11e5fe7a", "NAME": "Bustleton and Byberry", "P_DIST": "Upper Far NE", "ST_EXT": "Bustleton\/LindenhurstWoodhaven ROW", "PT_ADD": "13001 Bustleton Avenue", "ZIP": 19116, "SURVEY_YEAR": 2016, "GLA": "138,000", "GLA_2003": "123,000", "GLA_1995": "60,000", "COMM_COUNT": 59, "COMM_COUNT_2003": 55, "COMM_COUNT_1995": 42, "OCC_COUNT": 57, "VAC_COUNT": 2, "VAC_RATE": "3.4%", "VAC_RATE_2003": "4.0%", "VAC_RATE_1995": "2.4%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1960, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 7, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 139809.8515625, "Shape__Length": 1866.8329785338999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.015908581854703, 40.124752894263899 ], [ -75.015663054652194, 40.1245985207144 ], [ -75.016070487281397, 40.124024321229797 ], [ -75.016917958486204, 40.122725088187302 ], [ -75.017466170543898, 40.121617103428399 ], [ -75.016058591641197, 40.121034331459697 ], [ -75.015600745204694, 40.121544279682901 ], [ -75.014589315823997, 40.123110512048299 ], [ -75.014284138003106, 40.122975776813199 ], [ -75.013537259005901, 40.123882578066798 ], [ -75.013415281540304, 40.123818753410802 ], [ -75.013093967906798, 40.124228181175503 ], [ -75.014146603493401, 40.124741509349597 ], [ -75.014785908249706, 40.1250664096073 ], [ -75.014620060541105, 40.125528036427703 ], [ -75.015203586413705, 40.125834011618799 ], [ -75.015467848617604, 40.125447538360497 ], [ -75.015908581854703, 40.124752894263899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 179, "PCPC_NUM": 368, "GLOBALID": "fa6b1c56-9ac6-4e9a-8bf5-835ee5d1f15e", "NAME": "Presidential\/Belair", "P_DIST": "Upper Far NE", "ST_EXT": "Bustleton\/CSXLott", "PT_ADD": "9853 Bustleton Avenue", "ZIP": 19115, "SURVEY_YEAR": 2016, "GLA": "150,000", "GLA_2003": null, "GLA_1995": "120,000", "COMM_COUNT": 45, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 48, "OCC_COUNT": 42, "VAC_COUNT": 3, "VAC_RATE": "6.7%", "VAC_RATE_2003": null, "VAC_RATE_1995": "8.3%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 278499.625, "Shape__Length": 3248.8663237692699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.034382176935907, 40.092490309096299 ], [ -75.032687926812997, 40.091206898485702 ], [ -75.033563902192796, 40.0895898472643 ], [ -75.034087963668597, 40.089913345880603 ], [ -75.034534674678497, 40.089463065607099 ], [ -75.033971620148193, 40.089154215071702 ], [ -75.033854762264895, 40.089301831944802 ], [ -75.033601756545394, 40.089162762435102 ], [ -75.033148766586393, 40.088909382449202 ], [ -75.032882925887705, 40.089177904819003 ], [ -75.031808123101101, 40.090546142975001 ], [ -75.029364931007095, 40.0945307434665 ], [ -75.027674026391296, 40.095079125921202 ], [ -75.028572713055397, 40.096952718013704 ], [ -75.028588897694704, 40.096962531572302 ], [ -75.028951283263197, 40.096678886995498 ], [ -75.0290069142428, 40.096684592810497 ], [ -75.030499296572003, 40.095562722114003 ], [ -75.030511161993005, 40.0954511823061 ], [ -75.030754308851897, 40.095270940952503 ], [ -75.030855142086907, 40.0951961952169 ], [ -75.0308511408073, 40.095238948274599 ], [ -75.030846674473196, 40.095286071244303 ], [ -75.031098872454393, 40.095092113037502 ], [ -75.031685038443598, 40.094647652293602 ], [ -75.031810596150095, 40.094546735510697 ], [ -75.031928718291695, 40.094459728918203 ], [ -75.032106143565699, 40.094323063599902 ], [ -75.032057811069294, 40.094277632360203 ], [ -75.032411854005204, 40.094002910606001 ], [ -75.033358091457401, 40.093277035192102 ], [ -75.033430484917403, 40.093217830511797 ], [ -75.034335223569499, 40.092526759230203 ], [ -75.034382176935907, 40.092490309096299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 180, "PCPC_NUM": 376, "GLOBALID": "798e8b9e-0e00-4ccb-bcb1-bac2c34ad3f8", "NAME": "Bustleton \/ Somerton Center", "P_DIST": "Upper Far NE", "ST_EXT": "Bustleton\/TomlinsonGorman", "PT_ADD": "10833 Bustleton Avenue", "ZIP": 19116, "SURVEY_YEAR": 2016, "GLA": "135,000", "GLA_2003": "134,000", "GLA_1995": "75,000", "COMM_COUNT": 54, "COMM_COUNT_2003": 58, "COMM_COUNT_1995": 43, "OCC_COUNT": 50, "VAC_COUNT": 4, "VAC_RATE": "7.4%", "VAC_RATE_2003": "0.0%", "VAC_RATE_1995": "2.3.%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 5, "COND_SUM_2003": 4, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 245744.8515625, "Shape__Length": 2988.61748864124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.023672330661796, 40.113363394291099 ], [ -75.026514893313006, 40.109812541116398 ], [ -75.025606799983194, 40.109324319410099 ], [ -75.026048448735295, 40.108657116460897 ], [ -75.026480803064601, 40.108235432176002 ], [ -75.0275963666503, 40.107742842536098 ], [ -75.029304316980799, 40.106906631968101 ], [ -75.0286544974213, 40.106075330085602 ], [ -75.028575220004399, 40.106166369133803 ], [ -75.026431015881897, 40.105661188206398 ], [ -75.025914029133702, 40.1066963910338 ], [ -75.024786402649994, 40.108851954944697 ], [ -75.022294769880006, 40.112496415819798 ], [ -75.023672330661796, 40.113363394291099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 181, "PCPC_NUM": 367, "GLOBALID": "079b5b75-2d45-43c6-83fd-a05bf5e32d3e", "NAME": "Grant Plaza", "P_DIST": "Upper Far NE", "ST_EXT": "Grant\/BanesCSX", "PT_ADD": "1681 Grant Avenue", "ZIP": 19115, "SURVEY_YEAR": 2016, "GLA": "148,000", "GLA_2003": null, "GLA_1995": "120,000", "COMM_COUNT": 41, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 40, "OCC_COUNT": 30, "VAC_COUNT": 11, "VAC_RATE": "26.8%", "VAC_RATE_2003": null, "VAC_RATE_1995": "7.5%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1980, "STAGE": 3, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 3, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 117866.70703125, "Shape__Length": 1547.7719108142301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.040771798977801, 40.086935370091801 ], [ -75.039927260644404, 40.0861281579324 ], [ -75.039226585088599, 40.0854451430437 ], [ -75.038481545614303, 40.086193877549199 ], [ -75.038029548364406, 40.085928523725698 ], [ -75.037442660319002, 40.086518302385102 ], [ -75.038094869765104, 40.086894570303897 ], [ -75.036884263000204, 40.088171796190998 ], [ -75.038557444791905, 40.089160674445601 ], [ -75.040771798977801, 40.086935370091801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 182, "PCPC_NUM": 238, "GLOBALID": "ef8daf6b-7dc1-4e4b-ba5e-92a512d4e689", "NAME": "Chew and Washington", "P_DIST": "Upper NW", "ST_EXT": "Chew\/Tulpehocken-Duval", "PT_ADD": "6300 Chew Avenue", "ZIP": 19138, "SURVEY_YEAR": 2017, "GLA": "25,000", "GLA_2003": "26,000", "GLA_1995": "15,000", "COMM_COUNT": 9, "COMM_COUNT_2003": 17, "COMM_COUNT_1995": 10, "OCC_COUNT": 9, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": "12.00%", "VAC_RATE_1995": "30.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 2000, "STAGE": 4, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 7, "COND_SUM_1995": "8", "CRM_ORG": "Mt. Airy USA", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 108708.0390625, "Shape__Length": 1594.31224936181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175174562352197, 40.0510248754873 ], [ -75.170712781332, 40.048251704132603 ], [ -75.170199920774905, 40.048791069025 ], [ -75.170597576536295, 40.049037736532298 ], [ -75.171107963727493, 40.050138930264303 ], [ -75.174096131804802, 40.052077680766203 ], [ -75.175174562352197, 40.0510248754873 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 183, "PCPC_NUM": 222, "GLOBALID": "65a16c94-5e70-4701-9f81-9aaf5f7ac837", "NAME": "Market Square - Chestnut Hill", "P_DIST": "Upper NW", "ST_EXT": "Crittenden\/Willow Grove-Mermaid", "PT_ADD": "7700 Crittenden Street", "ZIP": 19118, "SURVEY_YEAR": 2017, "GLA": "105,000", "GLA_2003": "120,000", "GLA_1995": "110,000", "COMM_COUNT": 21, "COMM_COUNT_2003": 20, "COMM_COUNT_1995": 21, "OCC_COUNT": 19, "VAC_COUNT": 2, "VAC_RATE": "9.50%", "VAC_RATE_2003": "25.00%", "VAC_RATE_1995": "43.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 3, "AGE": 1970, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 3, "COND_SUM_2003": 3, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 91391.48046875, "Shape__Length": 1267.3390304807599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196152698297098, 40.073083983116298 ], [ -75.194317585481102, 40.070671229043498 ], [ -75.192888107984899, 40.07211388719 ], [ -75.193178064395397, 40.072295145160297 ], [ -75.194127311501106, 40.073620471889399 ], [ -75.194241638313997, 40.073737019294803 ], [ -75.195015839833104, 40.074199490032498 ], [ -75.196152698297098, 40.073083983116298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 184, "PCPC_NUM": 226, "GLOBALID": "dd047523-5953-4640-bd89-47d8223e22a4", "NAME": "Germantown\/Upsal-High", "P_DIST": "Upper NW", "ST_EXT": "Germantown\/Upsal-High", "PT_ADD": "6201 Germantown Avenue", "ZIP": 19144, "SURVEY_YEAR": 2017, "GLA": "125,000", "GLA_2003": "125,000", "GLA_1995": "85,000", "COMM_COUNT": 58, "COMM_COUNT_2003": 60, "COMM_COUNT_1995": 69, "OCC_COUNT": 45, "VAC_COUNT": 13, "VAC_RATE": "22.40%", "VAC_RATE_2003": "12.00%", "VAC_RATE_1995": "16.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1890, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": 9, "COND_SUM_1995": "10", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 276885.3515625, "Shape__Length": 2701.68168934696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182949122307406, 40.045276208604299 ], [ -75.182799968105201, 40.0448105403499 ], [ -75.182003013564596, 40.043247945024703 ], [ -75.181214164400501, 40.041799953459098 ], [ -75.180180552211894, 40.0399364452051 ], [ -75.178696722557206, 40.038302608747003 ], [ -75.178114725643496, 40.038866353424098 ], [ -75.177084744304196, 40.039870873503901 ], [ -75.177474785777804, 40.040295448134202 ], [ -75.181785564317494, 40.046370788965298 ], [ -75.182949122307406, 40.045276208604299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 185, "PCPC_NUM": 225, "GLOBALID": "34a02767-e183-4a29-831d-64295d27fb7e", "NAME": "Germantown\/Gorgas-Upsal", "P_DIST": "Upper NW", "ST_EXT": "Germantown\/Gorgas-Upsal", "PT_ADD": "6701 Germantown Avenue", "ZIP": 19119, "SURVEY_YEAR": 2017, "GLA": "130,000", "GLA_2003": "125,000", "GLA_1995": "65,000", "COMM_COUNT": 70, "COMM_COUNT_2003": 70, "COMM_COUNT_1995": 60, "OCC_COUNT": 57, "VAC_COUNT": 13, "VAC_RATE": "18.60%", "VAC_RATE_2003": "19.00%", "VAC_RATE_1995": "23.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1890, "STAGE": 4, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 9, "COND_SUM_1995": "8", "CRM_ORG": "Mt. Airy USA", "SS_DIST": "Mt Airy BID", "CDC_TAX_CREDIT": "Mt. Airy USA", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": 60000, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 2, "FY12_SIP_TOTAL": 16000, "FY13_SIP": 3, "FY13_SIP_TOTAL": 29810, "FY14_SIP": 3, "FY14_SIP_TOTAL": 29810, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": 1, "FY14_IS_AMOUNT": 26961, "FY15_IS": 3, "FY15_IS_AMOUNT": 106241, "FY08_11_SBP_CITY": 546000.0, "FY08_11_SBP_TOTAL": 6877100.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": 2400000, "FY16_19_SBP_TOTAL": 2400000, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": "MAUSA 6700 Gtown Ave", "Shape__Area": 251404.85546875, "Shape__Length": 3056.1709581935202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188160039355694, 40.056848699418097 ], [ -75.188644866030302, 40.056497154246301 ], [ -75.185784027525401, 40.051093364856598 ], [ -75.185529848605, 40.050267622851798 ], [ -75.184863526303801, 40.0491847507693 ], [ -75.183769163992096, 40.048047515078999 ], [ -75.183396794477105, 40.048460974868298 ], [ -75.182895460491906, 40.049019174631297 ], [ -75.1844444095955, 40.051819157938198 ], [ -75.184863665721707, 40.052627132698603 ], [ -75.185668337758301, 40.054326723323598 ], [ -75.186758363337105, 40.056648470111298 ], [ -75.187471509271404, 40.057500841346403 ], [ -75.188160039355694, 40.056848699418097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 186, "PCPC_NUM": 224, "GLOBALID": "dccea979-f045-4edc-8c28-18802ac13865", "NAME": "Germantown\/Roumfort-Gorgas", "P_DIST": "Upper NW", "ST_EXT": "Germantown\/Roumfort-Gorgas", "PT_ADD": "7133 Germantown Avenue", "ZIP": 19119, "SURVEY_YEAR": 2017, "GLA": "150,000", "GLA_2003": "100,000", "GLA_1995": "120,000", "COMM_COUNT": 65, "COMM_COUNT_2003": 72, "COMM_COUNT_1995": 65, "OCC_COUNT": 60, "VAC_COUNT": 5, "VAC_RATE": "7.70%", "VAC_RATE_2003": "7.00%", "VAC_RATE_1995": "9.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1890, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 6, "COND_SUM_1995": "6", "CRM_ORG": "Mt. Airy USA", "SS_DIST": "Mt Airy BID", "CDC_TAX_CREDIT": "Mt. Airy USA", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 4, "FY11_SIP_TOTAL": 28904, "FY12_SIP": 1, "FY12_SIP_TOTAL": 12000, "FY13_SIP": 1, "FY13_SIP_TOTAL": 10000, "FY14_SIP": 1, "FY14_SIP_TOTAL": 12000, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 313590.80078125, "Shape__Length": 3965.6767322882201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195723065055006, 40.0661712993873 ], [ -75.196618452890107, 40.065464107236998 ], [ -75.195776430842997, 40.064754060115298 ], [ -75.194937813488906, 40.064365909665497 ], [ -75.194563315958305, 40.064011914403501 ], [ -75.193472778496798, 40.0625842400664 ], [ -75.192640355155405, 40.060566851971103 ], [ -75.191799021387297, 40.059899697091303 ], [ -75.191566565466005, 40.0595588303757 ], [ -75.191055314936904, 40.0591302601634 ], [ -75.190670759325798, 40.058632992497202 ], [ -75.1908884202672, 40.058208737236299 ], [ -75.189692323927105, 40.057431156021501 ], [ -75.190913596979399, 40.056361639913199 ], [ -75.189984629946593, 40.055761460281801 ], [ -75.188431561309201, 40.056723638188203 ], [ -75.187981860806801, 40.057130796507401 ], [ -75.188757216071295, 40.057958614632199 ], [ -75.188213616512499, 40.058387519536197 ], [ -75.189321428237903, 40.059449217690698 ], [ -75.188924851200596, 40.059798125437197 ], [ -75.189681257140293, 40.060601515625301 ], [ -75.190528557129696, 40.061168693202802 ], [ -75.191206721099405, 40.061696338671197 ], [ -75.192177829336003, 40.062683445284897 ], [ -75.192233774625294, 40.0632568291769 ], [ -75.192778308380397, 40.0636265361169 ], [ -75.194694587186802, 40.065469018844198 ], [ -75.195723065055006, 40.0661712993873 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 187, "PCPC_NUM": 229, "GLOBALID": "7d1f8dff-cb98-4a01-b231-d2497684b330", "NAME": "Pelham Plaza", "P_DIST": "Upper NW", "ST_EXT": "Greene\/Upsal-Hortter", "PT_ADD": "6555 Greene Street", "ZIP": 19119, "SURVEY_YEAR": 2017, "GLA": "32,000", "GLA_2003": "32,000", "GLA_1995": "20,000", "COMM_COUNT": 8, "COMM_COUNT_2003": 9, "COMM_COUNT_1995": 6, "OCC_COUNT": 8, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": "11.00%", "VAC_RATE_1995": "0.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1980, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 6, "COND_SUM_1995": "3", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 32116.80859375, "Shape__Length": 977.949642869439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191677675722403, 40.04372594262 ], [ -75.191134059695401, 40.043387610826898 ], [ -75.191519314865602, 40.042935360459303 ], [ -75.189854695532105, 40.042046021663602 ], [ -75.189534230586304, 40.042318988867201 ], [ -75.190373552946795, 40.042885995420598 ], [ -75.190609569430904, 40.0444407991357 ], [ -75.190900518475601, 40.044237345188101 ], [ -75.191081851598497, 40.044375803071198 ], [ -75.191465787241498, 40.044088634392999 ], [ -75.191677675722403, 40.04372594262 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 188, "PCPC_NUM": 270, "GLOBALID": "4f3aadc2-73f5-433d-a2da-3ecf2b472473", "NAME": "19th and Cheltenham", "P_DIST": "Upper North", "ST_EXT": "Cheltenham\/PittvilleGeorgian", "PT_ADD": "1800 W. Cheltenham Avenue", "ZIP": 19126, "SURVEY_YEAR": 2016, "GLA": "30,000", "GLA_2003": "40,000", "GLA_1995": "50,000", "COMM_COUNT": 24, "COMM_COUNT_2003": 27, "COMM_COUNT_1995": 31, "OCC_COUNT": 21, "VAC_COUNT": 3, "VAC_RATE": "12.5%", "VAC_RATE_2003": null, "VAC_RATE_1995": "22.6%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1930, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": 3, "COND_PUB": 4, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": null, "COND_SUM_1995": "10", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 44981.390625, "Shape__Length": 1182.7030619867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143720783704197, 40.065755323630199 ], [ -75.147363868289105, 40.067823833152303 ], [ -75.147827456351393, 40.0672885383457 ], [ -75.144194626292901, 40.065287722302301 ], [ -75.143720783704197, 40.065755323630199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 189, "PCPC_NUM": 247, "GLOBALID": "74225aad-7a62-4d85-bef0-2fe94bf60305", "NAME": "Duncannon and Mascher", "P_DIST": "Upper North", "ST_EXT": "Mascher\/DuncannonAshdale", "PT_ADD": "5200 N. Front Street", "ZIP": 19120, "SURVEY_YEAR": 2016, "GLA": "60,000", "GLA_2003": "64,000", "GLA_1995": "40,000", "COMM_COUNT": 3, "COMM_COUNT_2003": 6, "COMM_COUNT_1995": 1, "OCC_COUNT": 3, "VAC_COUNT": 0, "VAC_RATE": "0.0%", "VAC_RATE_2003": "0.0%", "VAC_RATE_1995": "100.0%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1970, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 3, "COND_PUB": 4, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": 10, "COND_SUM_1995": "12", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 95377.203125, "Shape__Length": 1277.5935960075999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126688799849006, 40.029676611598703 ], [ -75.126823647603203, 40.029115709411997 ], [ -75.126868803766101, 40.028964426113703 ], [ -75.127033202604096, 40.028659080716203 ], [ -75.127618304536895, 40.027520611925603 ], [ -75.127647925929693, 40.027425234544999 ], [ -75.126926117631001, 40.027327561354198 ], [ -75.126875670602502, 40.027320735328097 ], [ -75.126466084457803, 40.027265308742301 ], [ -75.126242873696498, 40.027267667065097 ], [ -75.125890466730795, 40.027302931910299 ], [ -75.125262313000903, 40.027395003344601 ], [ -75.125106066711098, 40.027417904300201 ], [ -75.124983053325096, 40.027945703072298 ], [ -75.124819047587494, 40.028763362702698 ], [ -75.1247084562563, 40.029422322819499 ], [ -75.124610768398199, 40.029852864127903 ], [ -75.126606268546595, 40.030096942312603 ], [ -75.126688799849006, 40.029676611598703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 190, "PCPC_NUM": 275, "GLOBALID": "91b228bc-9b8b-4fbd-be1b-543a5ed00fb7", "NAME": "Adams Run Shopping Center", "P_DIST": "Upper North", "ST_EXT": "Front\/LaveerGodfrey", "PT_ADD": "6201 N. Front Street", "ZIP": 19120, "SURVEY_YEAR": 2016, "GLA": "95,000", "GLA_2003": "95,000", "GLA_1995": "0", "COMM_COUNT": 18, "COMM_COUNT_2003": 13, "COMM_COUNT_1995": 0, "OCC_COUNT": 10, "VAC_COUNT": 8, "VAC_RATE": "44.4%", "VAC_RATE_2003": "38.4%", "VAC_RATE_1995": null, "CORRIDOR_TYPE": 2, "PHYS_CHAR": 3, "AGE": 1990, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 4, "COND_SUM": 8, "COND_SUM_2003": 6, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 60845.30859375, "Shape__Length": 981.11746360870302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.119420915811006, 40.0444965593747 ], [ -75.116986618203597, 40.044161442125599 ], [ -75.116692022705195, 40.045389212283901 ], [ -75.117572917805205, 40.045750863081501 ], [ -75.118140059852806, 40.045927059676401 ], [ -75.119141712484904, 40.046073116185703 ], [ -75.119420915811006, 40.0444965593747 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 191, "PCPC_NUM": 257, "GLOBALID": "123f4c2d-73e6-4f10-9882-e26f46a2131f", "NAME": "Godfrey and Ogontz", "P_DIST": "Upper North", "ST_EXT": "Ogontz\/Godfrey-Church", "PT_ADD": "6061 Ogontz Avenue", "ZIP": 19141, "SURVEY_YEAR": 2016, "GLA": "25,000", "GLA_2003": "25,000", "GLA_1995": "25,000", "COMM_COUNT": 37, "COMM_COUNT_2003": 32, "COMM_COUNT_1995": 27, "OCC_COUNT": 25, "VAC_COUNT": 12, "VAC_RATE": "32.4%", "VAC_RATE_2003": null, "VAC_RATE_1995": "33.3%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 9, "COND_SUM_2003": null, "COND_SUM_1995": "10", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 46486.4609375, "Shape__Length": 1084.97041682636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151400601615293, 40.048791717833403 ], [ -75.151546165533802, 40.048275782344099 ], [ -75.151534254434907, 40.048221799696002 ], [ -75.151423479340394, 40.048213996878502 ], [ -75.151477293724994, 40.0480127745817 ], [ -75.151510110744695, 40.047859205130401 ], [ -75.151587484968999, 40.047451918825701 ], [ -75.151595417729794, 40.047226743099998 ], [ -75.1515823968668, 40.047085962005703 ], [ -75.151546870312103, 40.046894783422502 ], [ -75.151481823470704, 40.046729417050898 ], [ -75.1513946597005, 40.046547350935398 ], [ -75.151304970954797, 40.046380563833502 ], [ -75.150125901570604, 40.046344534790599 ], [ -75.150508059859604, 40.047372133025902 ], [ -75.150504568481196, 40.047785216403597 ], [ -75.150137409077999, 40.047537264782797 ], [ -75.150145300064693, 40.048355094126997 ], [ -75.150386283692498, 40.048389195569897 ], [ -75.150332733652704, 40.0486923582042 ], [ -75.150690104328206, 40.048729091843299 ], [ -75.150690789639, 40.048711203237097 ], [ -75.151400601615293, 40.048791717833403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 192, "PCPC_NUM": 268, "GLOBALID": "8500ee57-c9fa-401b-9298-68b22184d963", "NAME": "72nd and Ogontz", "P_DIST": "Upper North", "ST_EXT": "Ogontz\/Wooster71st", "PT_ADD": "7175 Ogontz Avenue", "ZIP": 19138, "SURVEY_YEAR": 2016, "GLA": "85,000", "GLA_2003": "85,000", "GLA_1995": "85,000", "COMM_COUNT": 51, "COMM_COUNT_2003": 50, "COMM_COUNT_1995": 50, "OCC_COUNT": 40, "VAC_COUNT": 11, "VAC_RATE": "21.6%", "VAC_RATE_2003": null, "VAC_RATE_1995": "14.0%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1920, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 4, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 118372.44921875, "Shape__Length": 1707.6452886871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155052819287306, 40.065765016262297 ], [ -75.155978115238199, 40.065236517487001 ], [ -75.155565769618605, 40.0646963795228 ], [ -75.153865019421204, 40.063762541072101 ], [ -75.153396047731903, 40.063341927044199 ], [ -75.152763921623205, 40.062420647104197 ], [ -75.152399858905099, 40.061777865859 ], [ -75.151025916705706, 40.062323102573501 ], [ -75.152122691985895, 40.0645811153164 ], [ -75.152696025952906, 40.064584147182998 ], [ -75.152668462981197, 40.064750029167598 ], [ -75.153348624853095, 40.0648319740829 ], [ -75.153510787407896, 40.0648791693174 ], [ -75.154500356562593, 40.065438406881199 ], [ -75.155052819287306, 40.065765016262297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 193, "PCPC_NUM": 266, "GLOBALID": "6a3ba9d8-d2d9-4e09-8f06-dab71bbe94e1", "NAME": "Cheltenham & Ogontz", "P_DIST": "Upper North", "ST_EXT": "Ogontz\/CheltenhamWashington", "PT_ADD": "7601 Ogontz Avenue", "ZIP": 19150, "SURVEY_YEAR": 2016, "GLA": "185,000", "GLA_2003": "185,000", "GLA_1995": "120,000", "COMM_COUNT": 98, "COMM_COUNT_2003": 95, "COMM_COUNT_1995": 66, "OCC_COUNT": 86, "VAC_COUNT": 12, "VAC_RATE": "12.2%", "VAC_RATE_2003": "12.0%", "VAC_RATE_1995": "13.6%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1930, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 5, "COND_SUM_2003": 8, "COND_SUM_1995": "7", "CRM_ORG": "OARC", "SS_DIST": null, "CDC_TAX_CREDIT": "OARC", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": 50000, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 1, "FY13_SIP_TOTAL": 12000, "FY14_SIP": 1, "FY14_SIP_TOTAL": 4395, "FY15_SIP": 1, "FY15_SIP_TOTAL": 4825, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 1300000.0, "FY08_11_SBP_TOTAL": 2600000.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 248850.3515625, "Shape__Length": 3661.0384095786799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160050821692096, 40.0663381703067 ], [ -75.158861846862393, 40.065670370622698 ], [ -75.1577243239811, 40.066896739863502 ], [ -75.157361667484693, 40.066862589835601 ], [ -75.156426614451306, 40.066990762593001 ], [ -75.155686200999298, 40.067120224695003 ], [ -75.156159287813907, 40.068858874057199 ], [ -75.155933467363397, 40.068922542863596 ], [ -75.156073815226407, 40.069440226396999 ], [ -75.156234451359595, 40.069408709145598 ], [ -75.157329550217895, 40.072881654280202 ], [ -75.156566040823904, 40.073020363038601 ], [ -75.160481792605395, 40.075331763884101 ], [ -75.160536038603098, 40.074674797134797 ], [ -75.158915799981799, 40.073680594321402 ], [ -75.157548801182699, 40.068722075822599 ], [ -75.158866706700195, 40.067528432969901 ], [ -75.160050821692096, 40.0663381703067 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 194, "PCPC_NUM": 272, "GLOBALID": "fab75289-634e-404d-8e19-c27ca78186e8", "NAME": "68th and Ogontz", "P_DIST": "Upper North", "ST_EXT": "Ogontz\/Haines67th", "PT_ADD": "6801 Ogontz Avenue", "ZIP": 19126, "SURVEY_YEAR": 2016, "GLA": "30,000", "GLA_2003": "30,000", "GLA_1995": "30,000", "COMM_COUNT": 24, "COMM_COUNT_2003": 25, "COMM_COUNT_1995": 25, "OCC_COUNT": 17, "VAC_COUNT": 7, "VAC_RATE": "29.2%", "VAC_RATE_2003": null, "VAC_RATE_1995": "24.0%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 9, "COND_SUM_2003": null, "COND_SUM_1995": "10", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 63780.50390625, "Shape__Length": 1238.6293143702901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148450744607004, 40.0589901913158 ], [ -75.149950785146501, 40.0590523836307 ], [ -75.149964072768199, 40.057942658483803 ], [ -75.150328746794301, 40.057615139331702 ], [ -75.149834823634507, 40.057578899615201 ], [ -75.149856483306806, 40.057329344959797 ], [ -75.149942147857402, 40.057285193890998 ], [ -75.149996980603504, 40.056949977898398 ], [ -75.150131060689105, 40.056097360374302 ], [ -75.148959790857703, 40.055997054421603 ], [ -75.148642892671901, 40.057644639541699 ], [ -75.148450744607004, 40.0589901913158 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 195, "PCPC_NUM": 256, "GLOBALID": "92162429-2130-419e-949d-eb7f3041fdf9", "NAME": "Ogontoz and Champlost", "P_DIST": "Upper North", "ST_EXT": "Ogontz\/RoselynNedro", "PT_ADD": "5950 Ogontz Avenue", "ZIP": 19141, "SURVEY_YEAR": 2016, "GLA": "25,000", "GLA_2003": "25,000", "GLA_1995": "25,000", "COMM_COUNT": 26, "COMM_COUNT_2003": 27, "COMM_COUNT_1995": 27, "OCC_COUNT": 18, "VAC_COUNT": 8, "VAC_RATE": "30.8%", "VAC_RATE_2003": null, "VAC_RATE_1995": "33.0%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 3, "STAGE_2003": null, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": null, "COND_SUM_1995": "10", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 26586.1875, "Shape__Length": 818.71112003356097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149473813851998, 40.045647511381098 ], [ -75.150336182290403, 40.045674148800998 ], [ -75.150355386124303, 40.045356938710903 ], [ -75.150130567702703, 40.045351733538098 ], [ -75.150175462525496, 40.0436943844974 ], [ -75.149469459341205, 40.043638387408102 ], [ -75.149146889620397, 40.045087922918498 ], [ -75.149441070708704, 40.045099563142202 ], [ -75.149528268511304, 40.045150276818603 ], [ -75.149473813851998, 40.045647511381098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 196, "PCPC_NUM": 223, "GLOBALID": "be341520-8008-4a35-b733-423daec8ab8b", "NAME": "Mount Pleasant\/Cresheim-Emlen", "P_DIST": "Upper NW", "ST_EXT": "Mount Pleasant\/Cresheim-Emlen", "PT_ADD": "301 West Mt Pleasant", "ZIP": 19119, "SURVEY_YEAR": 2017, "GLA": "35,000", "GLA_2003": "55,000", "GLA_1995": "15,000", "COMM_COUNT": 21, "COMM_COUNT_2003": 22, "COMM_COUNT_1995": 15, "OCC_COUNT": 14, "VAC_COUNT": 7, "VAC_RATE": "33.30%", "VAC_RATE_2003": "0.00%", "VAC_RATE_1995": "20.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1910, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 7, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 71045.82421875, "Shape__Length": 2004.77227276696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193849078366497, 40.055152752886499 ], [ -75.194664006942304, 40.054343763229603 ], [ -75.195193195937605, 40.053855522888597 ], [ -75.195779872424595, 40.053293791296397 ], [ -75.196188509926699, 40.052938382783204 ], [ -75.195874050667996, 40.052730454003701 ], [ -75.195731044895396, 40.052652506644201 ], [ -75.196028030293604, 40.052355365584297 ], [ -75.195731274905199, 40.052161848620898 ], [ -75.195359797955604, 40.052499389573697 ], [ -75.195233009093499, 40.052636760045097 ], [ -75.195026179141095, 40.052800387795997 ], [ -75.194055155244996, 40.053718058539701 ], [ -75.193954776163096, 40.053799939456603 ], [ -75.193892609380001, 40.053835939897397 ], [ -75.193722228354105, 40.054000376380998 ], [ -75.193503942365595, 40.054145055322799 ], [ -75.193456919164106, 40.054101951875801 ], [ -75.193381628092595, 40.0540021435623 ], [ -75.193336363379103, 40.053912349509702 ], [ -75.193279299963095, 40.053812946749701 ], [ -75.193146090788403, 40.053405998914201 ], [ -75.192793988857503, 40.053715825717198 ], [ -75.192897141547604, 40.0539493040895 ], [ -75.193339212957795, 40.054804953107599 ], [ -75.193368854870201, 40.054915186555803 ], [ -75.192550371588794, 40.0556631002869 ], [ -75.192954615364101, 40.055905674336202 ], [ -75.193607365439505, 40.055273546033099 ], [ -75.194162435977503, 40.0561971275582 ], [ -75.194716299252093, 40.055700091844798 ], [ -75.193849078366497, 40.055152752886499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 197, "PCPC_NUM": 243, "GLOBALID": "9d59eeb0-1b9c-4ffd-9e35-e257bc64dc26", "NAME": "5th and the Boulevard", "P_DIST": "North", "ST_EXT": "5th\/BoulevardWingohocking", "PT_ADD": "4661 N. 5th Street", "ZIP": 19140, "SURVEY_YEAR": 2016, "GLA": "135,000", "GLA_2003": "134,000", "GLA_1995": "70,000", "COMM_COUNT": 64, "COMM_COUNT_2003": 77, "COMM_COUNT_1995": 60, "OCC_COUNT": 47, "VAC_COUNT": 17, "VAC_RATE": "26.6%", "VAC_RATE_2003": "22.0%", "VAC_RATE_1995": "31.7%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 10, "COND_SUM_1995": "9", "CRM_ORG": "Esperanza", "SS_DIST": null, "CDC_TAX_CREDIT": "Nueva Esperanza", "E_ZONES": null, "FY12_MGMT": "TCMP", "FY12_MGMT_AMOUNT": 75000, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 75000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 75000, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": 75000, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": 75000, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": 44211, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 35000, "FY11_SIP": 1, "FY11_SIP_TOTAL": 6123, "FY12_SIP": 1, "FY12_SIP_TOTAL": 12000, "FY13_SIP": 1, "FY13_SIP_TOTAL": 7455, "FY14_SIP": 2, "FY14_SIP_TOTAL": 6377, "FY15_SIP": 1, "FY15_SIP_TOTAL": 12000, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": 12500, "FY16_19_SBP_TOTAL": 25000, "FY08_11_PD": "Esperanza Campus", "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 211816.34765625, "Shape__Length": 4899.8531843442297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135300754256093, 40.023050386971001 ], [ -75.133942744060604, 40.022878033180803 ], [ -75.134341359480899, 40.0212093045511 ], [ -75.135780214842399, 40.021412454688402 ], [ -75.135954867421006, 40.020681211367098 ], [ -75.134467253263907, 40.020471176914903 ], [ -75.134799572487196, 40.018986981195297 ], [ -75.134365849824107, 40.018931111332201 ], [ -75.134780336743603, 40.017195785460302 ], [ -75.135225631357997, 40.017256613657302 ], [ -75.135705776380306, 40.015180263521103 ], [ -75.135234916726404, 40.015117021116197 ], [ -75.135640035317806, 40.013320502809499 ], [ -75.135888953564603, 40.012253293258397 ], [ -75.136165172076403, 40.012292295297101 ], [ -75.136311938062704, 40.011727535071898 ], [ -75.135964552636693, 40.011687632082896 ], [ -75.135894810954099, 40.0119796750581 ], [ -75.1348234118325, 40.011832960715303 ], [ -75.134326710590798, 40.013912650685 ], [ -75.135020915108697, 40.014019826121597 ], [ -75.135008858251794, 40.0141264192048 ], [ -75.133377314397606, 40.021062588058001 ], [ -75.132979903160106, 40.021011316850803 ], [ -75.132752091008498, 40.022175998635497 ], [ -75.131790401100503, 40.022059578229303 ], [ -75.131636646282303, 40.022685555804301 ], [ -75.132972458638704, 40.022876704094699 ], [ -75.132816681308896, 40.023581539570401 ], [ -75.135300754256093, 40.023050386971001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 198, "PCPC_NUM": 274, "GLOBALID": "d11ecc2d-e0b7-4a75-9e0d-b53d92d20acb", "NAME": "5th and Cheltenham", "P_DIST": "Upper North", "ST_EXT": "Cheltenham\/Oak Lane-5th", "PT_ADD": "6773 N. 5th Street", "ZIP": 19126, "SURVEY_YEAR": 2016, "GLA": "45,000", "GLA_2003": "35,000", "GLA_1995": "25,000", "COMM_COUNT": 29, "COMM_COUNT_2003": 24, "COMM_COUNT_1995": 19, "OCC_COUNT": 28, "VAC_COUNT": 1, "VAC_RATE": "3.4%", "VAC_RATE_2003": null, "VAC_RATE_1995": "0.0%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 2, "AGE": 1950, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": null, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 38605.8515625, "Shape__Length": 926.074432153364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124651591578697, 40.054420757033903 ], [ -75.126964003662195, 40.055797062395797 ], [ -75.127118089598596, 40.055032350962598 ], [ -75.127275242165197, 40.054320674271899 ], [ -75.126785739846, 40.054256332641401 ], [ -75.126602090557398, 40.054234416967802 ], [ -75.126642555443297, 40.053989519939798 ], [ -75.126005663483795, 40.054247596251898 ], [ -75.124723855963197, 40.054107538957702 ], [ -75.124651591578697, 40.054420757033903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 199, "PCPC_NUM": 277, "GLOBALID": "623dd0cf-7a7c-4e3a-a58b-e6d5dd704307", "NAME": "One and Olney Square", "P_DIST": "Upper North", "ST_EXT": "Front\/NedroOlney", "PT_ADD": "101 E. Olney Avenue", "ZIP": 19120, "SURVEY_YEAR": 2016, "GLA": "380,000", "GLA_2003": "380,000", "GLA_1995": "380,000", "COMM_COUNT": 53, "COMM_COUNT_2003": 34, "COMM_COUNT_1995": 37, "OCC_COUNT": 51, "VAC_COUNT": 2, "VAC_RATE": "3.8%", "VAC_RATE_2003": "12.0%", "VAC_RATE_1995": "13.5%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 3, "AGE": 1980, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 4, "COND_SUM_2003": 5, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 227610.875, "Shape__Length": 2315.5579231633701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1210337597457, 40.037032338236003 ], [ -75.121399832716506, 40.0353989966857 ], [ -75.121729338153898, 40.034534343698397 ], [ -75.121240689582507, 40.034477569468102 ], [ -75.120155124861995, 40.0352221579831 ], [ -75.115523038232993, 40.038617919214097 ], [ -75.116403227035804, 40.039322411614499 ], [ -75.119785930921097, 40.039759851062499 ], [ -75.120352414753299, 40.036958044398197 ], [ -75.1210337597457, 40.037032338236003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 200, "PCPC_NUM": 253, "GLOBALID": "abf0379a-60e0-4672-9273-4a95bc032e98", "NAME": "Broad and Olney", "P_DIST": "Upper North", "ST_EXT": "Broad\/ChamplostTabor", "PT_ADD": "5701 N. Broad Street", "ZIP": 19141, "SURVEY_YEAR": 2016, "GLA": "302,000", "GLA_2003": "302,000", "GLA_1995": "220,000", "COMM_COUNT": 149, "COMM_COUNT_2003": 148, "COMM_COUNT_1995": 143, "OCC_COUNT": 109, "VAC_COUNT": 40, "VAC_RATE": "26.8%", "VAC_RATE_2003": "13.0%", "VAC_RATE_1995": "14.0%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 6, "COND_SUM_1995": "6", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 209358.54296875, "Shape__Length": 2763.0452459724802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143487608511805, 40.0409453022299 ], [ -75.142697825925296, 40.044318264162499 ], [ -75.145271778273596, 40.044616795343003 ], [ -75.145175019424897, 40.044468259553199 ], [ -75.145088972414001, 40.044290412257503 ], [ -75.145038930956204, 40.044130749452201 ], [ -75.145010472922607, 40.043973816920001 ], [ -75.144961745799094, 40.043766616371897 ], [ -75.144931155711902, 40.043619636770799 ], [ -75.144904882410799, 40.043473201963103 ], [ -75.144882215784705, 40.043330631420602 ], [ -75.144876103232406, 40.0431935631049 ], [ -75.144872673555, 40.043044051288703 ], [ -75.144888936725295, 40.0423263015077 ], [ -75.144915881079697, 40.042179785158403 ], [ -75.145584912501803, 40.042264423098104 ], [ -75.145767196421005, 40.041372767377801 ], [ -75.145034063362004, 40.041275810297897 ], [ -75.145110215408295, 40.040609975751202 ], [ -75.145165559681303, 40.040310048944903 ], [ -75.145254519118296, 40.039935635795104 ], [ -75.145363514348901, 40.039089901465999 ], [ -75.144751910892893, 40.039082021761203 ], [ -75.144920954386095, 40.038275505133399 ], [ -75.142741630389295, 40.037822636233301 ], [ -75.142552030475997, 40.0387152725161 ], [ -75.143538991511903, 40.039034280873103 ], [ -75.143126710053807, 40.040896817611397 ], [ -75.143487608511805, 40.0409453022299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 201, "PCPC_NUM": 255, "GLOBALID": "8bc339b3-8add-47f5-80e3-423bece3f097", "NAME": "Broad and Stenton\/Godfrey", "P_DIST": "Upper North", "ST_EXT": "Broad\/MedaryChamplost", "PT_ADD": "6151 N. Broad Street", "ZIP": 19141, "SURVEY_YEAR": 2016, "GLA": "83,000", "GLA_2003": "83,000", "GLA_1995": "60,000", "COMM_COUNT": 36, "COMM_COUNT_2003": 32, "COMM_COUNT_1995": 23, "OCC_COUNT": 31, "VAC_COUNT": 5, "VAC_RATE": "13.9%", "VAC_RATE_2003": "9.0%", "VAC_RATE_1995": "4.3%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1940, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 7, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 191363.140625, "Shape__Length": 2413.5974917938702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145489943151205, 40.044687585856401 ], [ -75.1424131355692, 40.044331233345901 ], [ -75.142330845694801, 40.044890188023402 ], [ -75.142285368702005, 40.045440630273198 ], [ -75.142249755190903, 40.045722423082601 ], [ -75.141947492008498, 40.045716792617903 ], [ -75.141599469352897, 40.0473398323712 ], [ -75.142108090439905, 40.047399530697298 ], [ -75.141794811862994, 40.048951119577602 ], [ -75.143274836127503, 40.049124363533302 ], [ -75.143418879024907, 40.048451901658098 ], [ -75.143825701403898, 40.048722794109999 ], [ -75.144130814670703, 40.0477981528363 ], [ -75.143975752525705, 40.047759217105401 ], [ -75.1441520161314, 40.046936271881599 ], [ -75.143455632635096, 40.046901300902398 ], [ -75.143587582005196, 40.0462852683333 ], [ -75.145895283495406, 40.04654339284 ], [ -75.145489943151205, 40.044687585856401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 202, "PCPC_NUM": 258, "GLOBALID": "8927f298-9e44-44a3-8676-b13162959e90", "NAME": "Chelten Ave\/Ogontz-Wister", "P_DIST": "Upper North", "ST_EXT": "Chelten\/Ogontz-Wister", "PT_ADD": "2153 Chelten Avenue", "ZIP": 19138, "SURVEY_YEAR": 2016, "GLA": "60,000", "GLA_2003": "70,000", "GLA_1995": "80,000", "COMM_COUNT": 58, "COMM_COUNT_2003": 67, "COMM_COUNT_1995": 83, "OCC_COUNT": 40, "VAC_COUNT": 18, "VAC_RATE": "31.0%", "VAC_RATE_2003": null, "VAC_RATE_1995": "51.8%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": null, "COND_SUM_1995": "11", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 118556.87109375, "Shape__Length": 2635.5364488435098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157646180535494, 40.052318322550299 ], [ -75.157735367719695, 40.052592254110898 ], [ -75.158065653527402, 40.052800910949898 ], [ -75.158769748372606, 40.052122360412604 ], [ -75.157878853365503, 40.051619748398998 ], [ -75.1535899715836, 40.0514324813565 ], [ -75.153591544955503, 40.051391367506099 ], [ -75.153012754408493, 40.051357710327501 ], [ -75.153040816247, 40.0510908734663 ], [ -75.152310446651001, 40.0510537860646 ], [ -75.152281688433902, 40.0514164238731 ], [ -75.151904474868701, 40.051401234288001 ], [ -75.151988678298906, 40.050367545087099 ], [ -75.151428779546194, 40.050306873686601 ], [ -75.151360098028803, 40.051074702938003 ], [ -75.150852064815496, 40.051056887597198 ], [ -75.150849198573795, 40.051094950186403 ], [ -75.150360763490696, 40.051023105979297 ], [ -75.150191118221599, 40.052244814358197 ], [ -75.151038485142394, 40.0523417997995 ], [ -75.151090163880596, 40.051924616828103 ], [ -75.151389392295698, 40.052034259239399 ], [ -75.151428208723999, 40.051952838367299 ], [ -75.151879546748901, 40.052052202907198 ], [ -75.1531346987951, 40.052135448145698 ], [ -75.155344464289399, 40.052226525599302 ], [ -75.155513356684807, 40.0522440569788 ], [ -75.156011382876798, 40.052289593952302 ], [ -75.156014002727503, 40.052221071416298 ], [ -75.157126495191704, 40.052301050743303 ], [ -75.157646180535494, 40.052318322550299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 203, "PCPC_NUM": 374, "GLOBALID": "6ac1ef00-6bf4-4594-8739-fe95eff0db44", "NAME": "Bustleton and Red Lion", "P_DIST": "Upper Far NE", "ST_EXT": "CSXBustleton\/ProctorNorwalk", "PT_ADD": "9965 Bustleton Avenue", "ZIP": 19116, "SURVEY_YEAR": 2016, "GLA": "250,000", "GLA_2003": "186,000", "GLA_1995": "70,000", "COMM_COUNT": 42, "COMM_COUNT_2003": 42, "COMM_COUNT_1995": 32, "OCC_COUNT": 41, "VAC_COUNT": 1, "VAC_RATE": "2.4%", "VAC_RATE_2003": "5.0%", "VAC_RATE_1995": "3.1%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1970, "STAGE": 1, "STAGE_2003": 2, "STAGE_1995": 3, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 3, "COND_SUM_2003": 3, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 394502.546875, "Shape__Length": 3645.6359848605298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.031679455296, 40.100812790701099 ], [ -75.030495532726206, 40.100495624280001 ], [ -75.032066404454099, 40.097646313411097 ], [ -75.0306438594436, 40.096788125601798 ], [ -75.029874319734603, 40.096720175662199 ], [ -75.029189472827198, 40.097289168499998 ], [ -75.029879362277697, 40.098339056946699 ], [ -75.027036633985702, 40.100034869144999 ], [ -75.026227471141397, 40.099587789754601 ], [ -75.024514011108096, 40.100844286635301 ], [ -75.026934654753703, 40.101490025841002 ], [ -75.027655135664503, 40.1017611614229 ], [ -75.026962705674507, 40.102271403495401 ], [ -75.027928933246898, 40.102927529243502 ], [ -75.027978825367299, 40.103053086342399 ], [ -75.028580286102297, 40.103223920884801 ], [ -75.028297974370403, 40.1039063425048 ], [ -75.029282401274102, 40.1041568459461 ], [ -75.029735366218404, 40.1030839608664 ], [ -75.030447466376103, 40.1035533166636 ], [ -75.031899449119706, 40.102124210568 ], [ -75.0311755812359, 40.101641090259697 ], [ -75.031679455296, 40.100812790701099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 204, "PCPC_NUM": 380, "GLOBALID": "38ba4a87-76f3-45c0-89c4-7b139c294986", "NAME": "Leo Mall\/Lumar Center & Vicinity", "P_DIST": "Upper Far NE", "ST_EXT": "Bustleton\/Woodhaven ROW Hendrix", "PT_ADD": "11709 Bustleton Avenue", "ZIP": 19116, "SURVEY_YEAR": 2016, "GLA": "213,000", "GLA_2003": "251,000", "GLA_1995": "215,000", "COMM_COUNT": 31, "COMM_COUNT_2003": 34, "COMM_COUNT_1995": 47, "OCC_COUNT": 28, "VAC_COUNT": 3, "VAC_RATE": "9.7%", "VAC_RATE_2003": "0.0%", "VAC_RATE_1995": "19.2%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 3, "AGE": 1960, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 4, "COND_SUM_2003": 7, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 192077.9375, "Shape__Length": 2035.33861526075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.017976890121403, 40.118870872523601 ], [ -75.018643309224203, 40.117913842646701 ], [ -75.017650192208507, 40.117417026332703 ], [ -75.016672110051402, 40.118443332688102 ], [ -75.014918492469803, 40.117898435127699 ], [ -75.014740979359203, 40.118231605759803 ], [ -75.014639879525603, 40.118413642412797 ], [ -75.014564190033198, 40.118546799295501 ], [ -75.014503292887596, 40.118603831856397 ], [ -75.014284434893099, 40.118945015366698 ], [ -75.014096840735505, 40.119237458169899 ], [ -75.013543631190998, 40.119683520695197 ], [ -75.018123611814403, 40.121373807309404 ], [ -75.018366347151499, 40.120890963467502 ], [ -75.019227344440495, 40.1193009257589 ], [ -75.017976890121403, 40.118870872523601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 205, "PCPC_NUM": 364, "GLOBALID": "c3a4c904-b89d-4f29-8a65-430b6a60f653", "NAME": "Bustleton\/Welsh\/Grant and Vicinity", "P_DIST": "Upper Far NE", "ST_EXT": "HoffBustleton\/FulmerScotchbrook", "PT_ADD": "1840 Grant Avenue", "ZIP": 19115, "SURVEY_YEAR": 2016, "GLA": "210,000", "GLA_2003": "218,000", "GLA_1995": "140,000", "COMM_COUNT": 104, "COMM_COUNT_2003": 110, "COMM_COUNT_1995": 86, "OCC_COUNT": 95, "VAC_COUNT": 9, "VAC_RATE": "8.7%", "VAC_RATE_2003": "5.0%", "VAC_RATE_1995": "9.3%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1940, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 2, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 6, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 458604.1953125, "Shape__Length": 4207.4876192134898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.038487856288995, 40.085522805661199 ], [ -75.039350450955894, 40.084671395716001 ], [ -75.038850592269, 40.084117858846398 ], [ -75.039884204494101, 40.083231504437101 ], [ -75.040605522916906, 40.083721639070497 ], [ -75.041301851641506, 40.083140699588697 ], [ -75.039074468946197, 40.081222618202801 ], [ -75.039206083869004, 40.081090341686902 ], [ -75.038515214791801, 40.080694252747399 ], [ -75.038417426906307, 40.080798763306099 ], [ -75.037329947362295, 40.081031816606298 ], [ -75.037570487322697, 40.081895811724003 ], [ -75.036348938393999, 40.082093386676199 ], [ -75.036460460238004, 40.083021158985296 ], [ -75.035377314023194, 40.083187522917498 ], [ -75.033708974041502, 40.082215452108997 ], [ -75.032868800495507, 40.083079340245 ], [ -75.033779263250494, 40.083606431768096 ], [ -75.033101235376805, 40.084275488088302 ], [ -75.035805312726396, 40.085808259472799 ], [ -75.033461118264697, 40.088173613095002 ], [ -75.034831043464905, 40.088974604185402 ], [ -75.037140499704705, 40.086595766093303 ], [ -75.037405148386895, 40.086746268482202 ], [ -75.037516074942701, 40.086619433371702 ], [ -75.037367441890098, 40.0865373693957 ], [ -75.038031610610801, 40.085867543376999 ], [ -75.038267217465602, 40.086001788422699 ], [ -75.038627209609302, 40.085618475012403 ], [ -75.038487856288995, 40.085522805661199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 206, "PCPC_NUM": 352, "GLOBALID": "f9b0ff14-59b8-42a8-8884-7d6ce180c21a", "NAME": "Parkwood Center", "P_DIST": "Lower Far NE", "ST_EXT": "Academy\/ByberryTorrey", "PT_ADD": "12405 Academy Road", "ZIP": 19154, "SURVEY_YEAR": 2016, "GLA": "90,000", "GLA_2003": "76,000", "GLA_1995": "65,000", "COMM_COUNT": 28, "COMM_COUNT_2003": 24, "COMM_COUNT_1995": 26, "OCC_COUNT": 22, "VAC_COUNT": 6, "VAC_RATE": "21.4%", "VAC_RATE_2003": "17.0%", "VAC_RATE_1995": "0.0%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 3, "AGE": 1960, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 4, "COND_SUM_2003": 5, "COND_SUM_1995": "3", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 103844.23046875, "Shape__Length": 1689.6142298249299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.977566571504596, 40.0961881404236 ], [ -74.977208862333498, 40.0951491038631 ], [ -74.976599138849906, 40.095551277105798 ], [ -74.976209689291196, 40.094602503448797 ], [ -74.972595102866094, 40.096811592120702 ], [ -74.972832861132403, 40.096850768712301 ], [ -74.973037993695399, 40.096889595493202 ], [ -74.973263693899099, 40.096901653245602 ], [ -74.973484480006505, 40.0969078745755 ], [ -74.973748176320399, 40.096901060700397 ], [ -74.973936791011894, 40.096881876159003 ], [ -74.974145518179398, 40.096860978365797 ], [ -74.974427097452505, 40.096837004087597 ], [ -74.974651478056998, 40.096783500591201 ], [ -74.974938425281294, 40.096740305110501 ], [ -74.975253538940393, 40.096666565853802 ], [ -74.975495801166304, 40.096595902590799 ], [ -74.975814507108097, 40.096462439175802 ], [ -74.976178507804406, 40.097298969157002 ], [ -74.977706717704095, 40.096904842105403 ], [ -74.977566571504596, 40.0961881404236 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 207, "PCPC_NUM": 354, "GLOBALID": "d4598676-9e0f-4470-82ba-0d5fd17deb27", "NAME": "Grant-Academy Plaza & vicinity", "P_DIST": "Lower Far NE", "ST_EXT": "Grant\/AcademyLavender", "PT_ADD": "3320 Grant Avenue", "ZIP": 19114, "SURVEY_YEAR": 2016, "GLA": "150,000", "GLA_2003": null, "GLA_1995": "80,000", "COMM_COUNT": 35, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 21, "OCC_COUNT": 29, "VAC_COUNT": 6, "VAC_RATE": "17.1%", "VAC_RATE_2003": null, "VAC_RATE_1995": "23.8", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1960, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 5, "COND_SUM_2003": null, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 179116.046875, "Shape__Length": 2372.2689250379399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.006013233821093, 40.069897764923702 ], [ -75.007255829070701, 40.069185417343697 ], [ -75.008710173584106, 40.069874363354103 ], [ -75.009210431632994, 40.0691767063973 ], [ -75.008114406472899, 40.068609288434303 ], [ -75.007432876001502, 40.068357384967697 ], [ -75.007772651070795, 40.068185004500698 ], [ -75.007862868662599, 40.068051790292103 ], [ -75.0079750743201, 40.067858936928999 ], [ -75.008037189821394, 40.0677751878885 ], [ -75.008102342269197, 40.067616307894298 ], [ -75.008146114936906, 40.067502039205799 ], [ -75.008246494309702, 40.067278822420299 ], [ -75.007761604453194, 40.067166979663 ], [ -75.007715564852802, 40.067175907909601 ], [ -75.007695400166696, 40.067190467166 ], [ -75.0076623986714, 40.067199706555598 ], [ -75.007628789617499, 40.067223972837603 ], [ -75.007588055119299, 40.067263109551 ], [ -75.007520433054097, 40.067321658523497 ], [ -75.007466861620102, 40.0673554753132 ], [ -75.007413087611795, 40.067394300744603 ], [ -75.0073464778947, 40.0674278062802 ], [ -75.007273347851196, 40.067461156142897 ], [ -75.007153976470505, 40.067508442674999 ], [ -75.007074328320698, 40.067541636825503 ], [ -75.006988971240801, 40.067554639734098 ], [ -75.006929486793695, 40.067573273723802 ], [ -75.006870408572098, 40.067581891279303 ], [ -75.0067522521569, 40.067599124498599 ], [ -75.006647337636494, 40.067611660243699 ], [ -75.006549143557706, 40.067619343747801 ], [ -75.006483951361204, 40.067617787226297 ], [ -75.006399403322803, 40.067610754108202 ], [ -75.006301615632495, 40.067608419198599 ], [ -75.006210953708703, 40.067591213850697 ], [ -75.006120697064404, 40.067563991102404 ], [ -75.005978693036297, 40.067525504627 ], [ -75.005869081975902, 40.067492805075197 ], [ -75.005792471730501, 40.067450866547802 ], [ -75.005033915207505, 40.067006591075803 ], [ -75.004563818686606, 40.067496721353002 ], [ -75.004500888207303, 40.0676005031644 ], [ -75.002784949398603, 40.066626959061601 ], [ -75.001985076547101, 40.067525323635003 ], [ -75.002640934732398, 40.067927055159302 ], [ -75.006013233821093, 40.069897764923702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 208, "PCPC_NUM": 363, "GLOBALID": "22b3b3b3-f082-48db-8499-62970e1819f0", "NAME": "Grant and the Boulevard", "P_DIST": "Lower Far NE", "ST_EXT": "Boulevard\/BowlerMichener", "PT_ADD": "2481 Grant Avenue", "ZIP": 19114, "SURVEY_YEAR": 2016, "GLA": "1,107,000", "GLA_2003": "211,000", "GLA_1995": "155,000", "COMM_COUNT": 63, "COMM_COUNT_2003": 34, "COMM_COUNT_1995": 27, "OCC_COUNT": 61, "VAC_COUNT": 2, "VAC_RATE": "3.2%", "VAC_RATE_2003": "3.0%", "VAC_RATE_1995": "7.4%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 2, "STAGE_2003": 2, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 4, "COND_SUM_2003": 5, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 1008122.87890625, "Shape__Length": 5079.3645043546503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.028109579525093, 40.082445301994198 ], [ -75.028767358047503, 40.081831491647598 ], [ -75.029476264769201, 40.0811807429033 ], [ -75.031721923298505, 40.078969041411803 ], [ -75.031079652601093, 40.077953757633303 ], [ -75.030071631172007, 40.076360772012599 ], [ -75.028191540455893, 40.073366427916298 ], [ -75.024514775357503, 40.077212959350099 ], [ -75.023497182436302, 40.076664331270997 ], [ -75.022672565552597, 40.077491101196003 ], [ -75.023393590577697, 40.077892683921903 ], [ -75.022257094785701, 40.078947429576203 ], [ -75.024244878709695, 40.080067411942302 ], [ -75.021090634720807, 40.083312540890503 ], [ -75.022628977649106, 40.084154992020501 ], [ -75.021917794227505, 40.084921876463198 ], [ -75.023356855525606, 40.085736922528604 ], [ -75.023512826889799, 40.085842974184402 ], [ -75.025893266769003, 40.083379786072904 ], [ -75.026769069387896, 40.083829668310202 ], [ -75.028109579525093, 40.082445301994198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 209, "PCPC_NUM": 357, "GLOBALID": "5d6ce48d-ffb1-4837-a44f-c59979645f47", "NAME": "Holme Ave. and Willits Rd.", "P_DIST": "Lower Far NE", "ST_EXT": "Willits\/HolmeFairfield", "PT_ADD": "3218 Willits Road", "ZIP": 19136, "SURVEY_YEAR": 2016, "GLA": "102,000", "GLA_2003": "108,000", "GLA_1995": "75,000", "COMM_COUNT": 41, "COMM_COUNT_2003": 42, "COMM_COUNT_1995": 37, "OCC_COUNT": 32, "VAC_COUNT": 9, "VAC_RATE": "22.0%", "VAC_RATE_2003": "5.0%", "VAC_RATE_1995": "13.5%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": 7, "COND_SUM_1995": "8", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 69954.76953125, "Shape__Length": 1431.07923578943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.015718612566701, 40.0579536524452 ], [ -75.017281080996199, 40.0565347726493 ], [ -75.013183473634896, 40.056542948552298 ], [ -75.012907412340496, 40.057143963450599 ], [ -75.014064169069002, 40.057806083225302 ], [ -75.014469698057297, 40.057433989857998 ], [ -75.0160611887638, 40.058453053793897 ], [ -75.016366178883104, 40.058180405334902 ], [ -75.016139437814104, 40.058033302539499 ], [ -75.016018178629494, 40.058146422900002 ], [ -75.015718612566701, 40.0579536524452 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 210, "PCPC_NUM": 358, "GLOBALID": "257a5190-10ce-4a29-b6ae-fe2672b205a1", "NAME": "Holme Circle", "P_DIST": "Lower Far NE", "ST_EXT": "Holme\/JoeyStamford", "PT_ADD": "2899 Holme Avenue", "ZIP": 19152, "SURVEY_YEAR": 2016, "GLA": "56,000", "GLA_2003": null, "GLA_1995": "30,000", "COMM_COUNT": 36, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 19, "OCC_COUNT": 33, "VAC_COUNT": 3, "VAC_RATE": "8.3%", "VAC_RATE_2003": null, "VAC_RATE_1995": "0.0%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 2, "AGE": 1960, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": null, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 69540.55859375, "Shape__Length": 1304.7787581013799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.031202520078494, 40.057453887886702 ], [ -75.031207713094403, 40.056695427342 ], [ -75.028551046262095, 40.056510365123103 ], [ -75.028503751867504, 40.0560697393067 ], [ -75.027878105279697, 40.055871370368003 ], [ -75.027743309129605, 40.0559471169286 ], [ -75.027734666969906, 40.056545546725197 ], [ -75.0271068352139, 40.056552982258502 ], [ -75.027488459411998, 40.0576680754153 ], [ -75.031202520078494, 40.057453887886702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 211, "PCPC_NUM": 378, "GLOBALID": "497d01b0-b48f-4e9a-8914-3111f295c780", "NAME": "Philmont Shopping Center", "P_DIST": "Upper Far NE", "ST_EXT": "Rennard\/HendrixTomlinson", "PT_ADD": "11000 Rennard Avenue", "ZIP": 19116, "SURVEY_YEAR": 2016, "GLA": "52,000", "GLA_2003": null, "GLA_1995": "40,000", "COMM_COUNT": 16, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 24, "OCC_COUNT": 15, "VAC_COUNT": 1, "VAC_RATE": "6.3%", "VAC_RATE_2003": null, "VAC_RATE_1995": "16.7%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 3, "AGE": 1970, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 2, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 4, "COND_SUM": 8, "COND_SUM_2003": null, "COND_SUM_1995": "10", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 53646.30078125, "Shape__Length": 1232.0548743167999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.034039918801895, 40.122715886642403 ], [ -75.037196247091401, 40.120319165694703 ], [ -75.036512649237807, 40.120407454451602 ], [ -75.032762573839804, 40.1217807572569 ], [ -75.034039918801895, 40.122715886642403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 212, "PCPC_NUM": 366, "GLOBALID": "510817e1-3803-46f0-b0fd-ca7e8d9b2e66", "NAME": "Krewstown Center", "P_DIST": "Upper Far NE", "ST_EXT": "Krewstown\/WelshBloomfield", "PT_ADD": "9353 Krewstown Road", "ZIP": 19115, "SURVEY_YEAR": 2016, "GLA": "223,000", "GLA_2003": "307,000", "GLA_1995": "130,000", "COMM_COUNT": 45, "COMM_COUNT_2003": 52, "COMM_COUNT_1995": 48, "OCC_COUNT": 32, "VAC_COUNT": 13, "VAC_RATE": "28.9%", "VAC_RATE_2003": "12.0%", "VAC_RATE_1995": "10.4%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 6, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 248699.2421875, "Shape__Length": 2994.0615476224102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.044138868429997, 40.088360837318902 ], [ -75.046102467922694, 40.086271280786796 ], [ -75.046807249909094, 40.086852812193101 ], [ -75.048452767741196, 40.085175894916901 ], [ -75.047686950298001, 40.084708899573997 ], [ -75.049277435515904, 40.083087217831199 ], [ -75.049809687567702, 40.083399618773299 ], [ -75.050307446800304, 40.082899198553903 ], [ -75.049642605874794, 40.082513993317299 ], [ -75.049093009415998, 40.083066476856899 ], [ -75.0482505183911, 40.0825702838696 ], [ -75.041713184525904, 40.087429060712097 ], [ -75.044138868429997, 40.088360837318902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 213, "PCPC_NUM": 382, "GLOBALID": "3b2bf07d-e8af-4eac-8a98-446029aab18c", "NAME": "Philmont and Byberry", "P_DIST": "Upper Far NE", "ST_EXT": "Byberry\/BlakesleePhilmont", "PT_ADD": "151 Byberry Road", "ZIP": 19116, "SURVEY_YEAR": 2016, "GLA": "29,500", "GLA_2003": null, "GLA_1995": "15,000", "COMM_COUNT": 17, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 16, "OCC_COUNT": 12, "VAC_COUNT": 5, "VAC_RATE": "29.4%", "VAC_RATE_2003": null, "VAC_RATE_1995": "6.3%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 2, "AGE": 1980, "STAGE": 3, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": null, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 25963.09375, "Shape__Length": 782.72117034795201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.023406178571193, 40.128341831866102 ], [ -75.022639873119402, 40.129346282285198 ], [ -75.023960420539893, 40.129399387213397 ], [ -75.024095968879394, 40.129395177976903 ], [ -75.024173403445005, 40.129393301804399 ], [ -75.024241326177702, 40.129387488720297 ], [ -75.024309248898703, 40.1293816755962 ], [ -75.024381852958399, 40.129379684804398 ], [ -75.024474524561001, 40.129359613273103 ], [ -75.024576706776799, 40.129343478471903 ], [ -75.024688699023997, 40.129323864609297 ], [ -75.024915964726404, 40.129203064645203 ], [ -75.025434328438806, 40.128936996498801 ], [ -75.024872344759501, 40.128604508845299 ], [ -75.024377088556307, 40.128897101197502 ], [ -75.023406178571193, 40.128341831866102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 214, "PCPC_NUM": 353, "GLOBALID": "2568437d-8632-456a-9601-d2ea7ccc8488", "NAME": "Academy Plaza", "P_DIST": "Lower Far NE", "ST_EXT": "Red Lion\/CaleraAcademy", "PT_ADD": "3221 Red Lion Road", "ZIP": 19114, "SURVEY_YEAR": 2016, "GLA": "176,000", "GLA_2003": "112,000", "GLA_1995": "105,000", "COMM_COUNT": 42, "COMM_COUNT_2003": 46, "COMM_COUNT_1995": 40, "OCC_COUNT": 37, "VAC_COUNT": 5, "VAC_RATE": "11.9%", "VAC_RATE_2003": "7.0%", "VAC_RATE_1995": "7.5%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 3, "AGE": 1960, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 4, "COND_SUM_2003": 4, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 109583.02734375, "Shape__Length": 2108.1249977008702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.994335086880994, 40.081721630624003 ], [ -74.995708803252995, 40.080855986109697 ], [ -74.997481181477895, 40.079832902313697 ], [ -74.998199835547396, 40.079006159474197 ], [ -74.997511561269306, 40.078671964153799 ], [ -74.996970352813406, 40.079270393734298 ], [ -74.997264697279306, 40.079529514041198 ], [ -74.995427501648393, 40.080597933141497 ], [ -74.9948451186971, 40.080081763481097 ], [ -74.994219976723997, 40.079543803925901 ], [ -74.993410033316096, 40.078666060905199 ], [ -74.991747921721597, 40.079482240662898 ], [ -74.994335086880994, 40.081721630624003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 215, "PCPC_NUM": 375, "GLOBALID": "05306cd5-d616-428f-8f64-02b026284d3a", "NAME": "Red Lion & Verree", "P_DIST": "Upper Far NE", "ST_EXT": "Red Lion\/VerreeBridle", "PT_ADD": "10000 Verree Road", "ZIP": 19116, "SURVEY_YEAR": 2016, "GLA": "53,000", "GLA_2003": null, "GLA_1995": "40,000", "COMM_COUNT": 33, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 39, "OCC_COUNT": 28, "VAC_COUNT": 5, "VAC_RATE": "15.2%", "VAC_RATE_2003": null, "VAC_RATE_1995": "7.7%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 58271.17578125, "Shape__Length": 1121.2822647449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.033214547346105, 40.1050103996769 ], [ -75.032697307829196, 40.104678448157799 ], [ -75.031565678410004, 40.105265368029499 ], [ -75.032023151320701, 40.105580440716302 ], [ -75.032611201255406, 40.106156443242398 ], [ -75.032741160152995, 40.106097632434597 ], [ -75.032841596116796, 40.106105162809797 ], [ -75.032955037658596, 40.1061233138688 ], [ -75.033021823057695, 40.106166147619199 ], [ -75.033224862103907, 40.106294711119098 ], [ -75.033893336043903, 40.105701990880704 ], [ -75.034288112750303, 40.105938085485697 ], [ -75.035303064622795, 40.104939565408799 ], [ -75.034467545881895, 40.104410859737101 ], [ -75.033214547346105, 40.1050103996769 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 216, "PCPC_NUM": 372, "GLOBALID": "04c46cb4-38c5-4bb9-a1fa-4d9dcb553cdb", "NAME": "American Heritage Center", "P_DIST": "Upper Far NE", "ST_EXT": "Red Lion\/JamisonCSX", "PT_ADD": "2040 Red Lion Road", "ZIP": 19116, "SURVEY_YEAR": 2016, "GLA": "105,000", "GLA_2003": null, "GLA_1995": "105,000", "COMM_COUNT": 2, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 1, "OCC_COUNT": 2, "VAC_COUNT": 0, "VAC_RATE": "0.0%", "VAC_RATE_2003": null, "VAC_RATE_1995": "0.0%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 3, "AGE": 1980, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 4, "COND_SUM_2003": null, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 73981.94140625, "Shape__Length": 1181.72818635269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.025655601853003, 40.099243720180901 ], [ -75.024867858197496, 40.097946650403003 ], [ -75.021863791133399, 40.100129210577698 ], [ -75.023822460327295, 40.100599510409701 ], [ -75.025655601853003, 40.099243720180901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 217, "PCPC_NUM": 360, "GLOBALID": "41108a45-4c6e-4707-8685-fa7c4d026554", "NAME": "Welsh and the Boulevard", "P_DIST": "Lower Far NE", "ST_EXT": "MichenerTremont\/Blue GrassBeyer", "PT_ADD": "9101 E Roosevelt Boulvard", "ZIP": 19114, "SURVEY_YEAR": 2016, "GLA": "541,000", "GLA_2003": "588,000", "GLA_1995": "425,000", "COMM_COUNT": 116, "COMM_COUNT_2003": 111, "COMM_COUNT_1995": 109, "OCC_COUNT": 100, "VAC_COUNT": 16, "VAC_RATE": "13.8%", "VAC_RATE_2003": "7.2%", "VAC_RATE_1995": "11.0%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 4, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 6, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 533774.14453125, "Shape__Length": 4003.12155582276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.031957256294305, 40.079205305545599 ], [ -75.032328008253202, 40.079226781774402 ], [ -75.032323306676901, 40.078962826345098 ], [ -75.032151267655493, 40.078953460692503 ], [ -75.032091167542305, 40.078904359314897 ], [ -75.0320523720208, 40.078839868092103 ], [ -75.032089579933995, 40.078771877020898 ], [ -75.032175016822706, 40.0787050264952 ], [ -75.032347055181305, 40.078714393012703 ], [ -75.032436418919005, 40.078377449305101 ], [ -75.032681497419105, 40.077768703401702 ], [ -75.033329044089299, 40.077097952545301 ], [ -75.033488039513003, 40.076916288903497 ], [ -75.033670673248807, 40.077005370448497 ], [ -75.033758121170294, 40.077060414679998 ], [ -75.033813027493196, 40.0770670096801 ], [ -75.033899096424193, 40.076984280146696 ], [ -75.034191116699702, 40.0767527821085 ], [ -75.034311210219101, 40.076681451804902 ], [ -75.034443599511803, 40.076647495600703 ], [ -75.0345613615264, 40.076634384555199 ], [ -75.034706046734499, 40.076637803160203 ], [ -75.034808969695305, 40.076650830363903 ], [ -75.035646381576797, 40.0753118875366 ], [ -75.036272670999196, 40.074429440725702 ], [ -75.037223242904801, 40.073394887437601 ], [ -75.036318040630107, 40.0728810691934 ], [ -75.0359430053051, 40.073218723254797 ], [ -75.034173613043393, 40.072122999146899 ], [ -75.033800284519103, 40.071767616498498 ], [ -75.032942723760598, 40.072213305295499 ], [ -75.032077263333903, 40.071182469866102 ], [ -75.0316617161198, 40.070683189662503 ], [ -75.030991824838694, 40.069880988383403 ], [ -75.030775721646904, 40.069598329704803 ], [ -75.030117932299902, 40.070314394607202 ], [ -75.030792692947202, 40.070698063703603 ], [ -75.029613978546905, 40.071910593957902 ], [ -75.031498567876696, 40.073013046640099 ], [ -75.029442410791006, 40.075106260579702 ], [ -75.030172239574199, 40.076255912531202 ], [ -75.031073959617103, 40.077802835418197 ], [ -75.031957256294305, 40.079205305545599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 218, "PCPC_NUM": 194, "GLOBALID": "605c9ea4-83e1-424a-a502-640cc9fdef6d", "NAME": "Kensington and Somerset", "P_DIST": "River Wards", "ST_EXT": "Kensington\/OrleansTusculum", "PT_ADD": "2801 Kensignton Avenue", "ZIP": 19134, "SURVEY_YEAR": 2014, "GLA": "100,000", "GLA_2003": "124,000", "GLA_1995": "110,000", "COMM_COUNT": 72, "COMM_COUNT_2003": 82, "COMM_COUNT_1995": 78, "OCC_COUNT": 46, "VAC_COUNT": 26, "VAC_RATE": "36.10%", "VAC_RATE_2003": "39.00%", "VAC_RATE_1995": "35.90%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 4, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 12, "COND_SUM_2003": 11, "COND_SUM_1995": "12", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 95430.41015625, "Shape__Length": 1948.5901513589399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118103787211595, 39.993569486883203 ], [ -75.117866381961903, 39.993692327151798 ], [ -75.118081061571004, 39.993940740352997 ], [ -75.118992769882098, 39.9940405762243 ], [ -75.124874123948999, 39.9907435007404 ], [ -75.124744063632804, 39.990593586506598 ], [ -75.1245893935711, 39.990439465442101 ], [ -75.124327780872704, 39.990142947491798 ], [ -75.124166599375002, 39.9902332805773 ], [ -75.122361297194303, 39.991209916277903 ], [ -75.121368162679403, 39.991773896974998 ], [ -75.1201044175654, 39.992458376622899 ], [ -75.119493341845597, 39.992800227121897 ], [ -75.118103787211595, 39.993569486883203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 219, "PCPC_NUM": 342, "GLOBALID": "0c8aa07d-11b8-4713-b2d1-ea709914835f", "NAME": "Frankford and Megargee", "P_DIST": "N Delaware", "ST_EXT": "Frankford\/ElliePennypack", "PT_ADD": "8900 Frankford Ave", "ZIP": 19136, "SURVEY_YEAR": 2015, "GLA": "250,000", "GLA_2003": "356,000", "GLA_1995": "230,000", "COMM_COUNT": 56, "COMM_COUNT_2003": 55, "COMM_COUNT_1995": 51, "OCC_COUNT": 51, "VAC_COUNT": 5, "VAC_RATE": "8.90%", "VAC_RATE_2003": "7.00%", "VAC_RATE_1995": "5.90%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 5, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 238857.41015625, "Shape__Length": 2561.8410411674099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.013826370997805, 40.050638632807598 ], [ -75.013388768310094, 40.050235056999703 ], [ -75.014198251355296, 40.049570270747999 ], [ -75.013139767028093, 40.048593649595098 ], [ -75.013453139252803, 40.0483398458179 ], [ -75.013221866289598, 40.048128347604802 ], [ -75.012962760125703, 40.047939392512397 ], [ -75.0123998115305, 40.048395327399803 ], [ -75.011961359312906, 40.048077776547601 ], [ -75.011608794845202, 40.048312514565403 ], [ -75.010803391171706, 40.048855074715 ], [ -75.011538305954602, 40.049499666773102 ], [ -75.010151619843299, 40.0506173488644 ], [ -75.009917004831607, 40.050408646748402 ], [ -75.008789778734098, 40.051289610004197 ], [ -75.007734397955502, 40.052118400734003 ], [ -75.007889085034805, 40.052254255363401 ], [ -75.0078889223212, 40.052390334231703 ], [ -75.008288951421804, 40.052724609906498 ], [ -75.008506681909594, 40.053416862199697 ], [ -75.008529801638403, 40.053547274804899 ], [ -75.008681585816504, 40.053614699091298 ], [ -75.008832930106294, 40.0535273140434 ], [ -75.013826370997805, 40.050638632807598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 220, "PCPC_NUM": 344, "GLOBALID": "db8e0831-27ae-471b-a4fc-d7f2ffe9557d", "NAME": "Frankford and Linden", "P_DIST": "N Delaware", "ST_EXT": "Frankford\/ArendellLinden ", "PT_ADD": "9200 Frankford Ave", "ZIP": 19114, "SURVEY_YEAR": 2015, "GLA": "75,000", "GLA_2003": "76,000", "GLA_1995": "75,000", "COMM_COUNT": 24, "COMM_COUNT_2003": 25, "COMM_COUNT_1995": 30, "OCC_COUNT": 20, "VAC_COUNT": 4, "VAC_RATE": "16.70%", "VAC_RATE_2003": "8.00%", "VAC_RATE_1995": "3.30%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 6, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 54040.68359375, "Shape__Length": 1136.2998052735099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.004410757514705, 40.055854947085599 ], [ -75.004920377908306, 40.056275188040402 ], [ -75.005059519758404, 40.056398074473599 ], [ -75.005948616996307, 40.0557710595182 ], [ -75.004797411222498, 40.054756788022203 ], [ -75.004163283289799, 40.054219322923799 ], [ -75.003646878520001, 40.054565123459099 ], [ -75.003958552921603, 40.054829901821002 ], [ -75.002667465336202, 40.055721352775002 ], [ -75.002755073880394, 40.055798924382998 ], [ -75.002989258672898, 40.056006280162599 ], [ -75.003367020823902, 40.056324413431099 ], [ -75.004240134654694, 40.055754903532502 ], [ -75.004269969998305, 40.055738387382497 ], [ -75.004410757514705, 40.055854947085599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 221, "PCPC_NUM": 346, "GLOBALID": "1ac751c2-1618-40c0-9b45-3b8aafb7c80e", "NAME": "Del-Air Shopping Center", "P_DIST": "N Delaware", "ST_EXT": "StateAMTRAK\/ConventPearson", "PT_ADD": "9440 State Road", "ZIP": 19114, "SURVEY_YEAR": 2015, "GLA": "24,000", "GLA_2003": "24,000", "GLA_1995": "15,000", "COMM_COUNT": 14, "COMM_COUNT_2003": 13, "COMM_COUNT_1995": 12, "OCC_COUNT": 12, "VAC_COUNT": 2, "VAC_RATE": "14.30%", "VAC_RATE_2003": "8.00%", "VAC_RATE_1995": "8.30%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 3, "AGE": 1980, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": 7, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 56337.11328125, "Shape__Length": 1287.32706681886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.990888360183305, 40.048101492098397 ], [ -74.991496699854395, 40.048660037240602 ], [ -74.991792981221096, 40.0484818310645 ], [ -74.991977267185106, 40.048372335773699 ], [ -74.992132830828993, 40.048257214597498 ], [ -74.992508253478505, 40.0480227158045 ], [ -74.9928780224392, 40.047834462522999 ], [ -74.993081158789906, 40.0477552693986 ], [ -74.993405018506493, 40.047562314704301 ], [ -74.9934390217757, 40.047519491158901 ], [ -74.994313837886196, 40.047002436382499 ], [ -74.995326343689101, 40.046379795212601 ], [ -74.994723517906607, 40.045849695362001 ], [ -74.992794398277695, 40.046982404908697 ], [ -74.991709915773797, 40.047619142399803 ], [ -74.990888360183305, 40.048101492098397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 222, "PCPC_NUM": 347, "GLOBALID": "b9bc5aa9-72fc-4f14-9ce0-df13bc8fd87f", "NAME": "Morrell Plaza and Park Center", "P_DIST": "Lower Far NE", "ST_EXT": "Frankford\/PoquessingMorrell", "PT_ADD": "9902 Frankford Ave", "ZIP": 19114, "SURVEY_YEAR": 2015, "GLA": "130,000", "GLA_2003": "171,000", "GLA_1995": "115,000", "COMM_COUNT": 42, "COMM_COUNT_2003": 40, "COMM_COUNT_1995": 36, "OCC_COUNT": 35, "VAC_COUNT": 7, "VAC_RATE": "16.70%", "VAC_RATE_2003": "10.00%", "VAC_RATE_1995": "8.30%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 3, "AGE": 1960, "STAGE": 4, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 5, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 175723.546875, "Shape__Length": 2779.2848643985999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.982357208631896, 40.0646818626944 ], [ -74.9822595793093, 40.064463207690501 ], [ -74.982137895117603, 40.064055419986801 ], [ -74.980767651709996, 40.064191525953497 ], [ -74.980911306882305, 40.064954487566403 ], [ -74.981459967964099, 40.064869119335299 ], [ -74.981618387384998, 40.065386358165902 ], [ -74.982421968827595, 40.065357585869599 ], [ -74.982415671400304, 40.065745464943298 ], [ -74.982367132753296, 40.066117684201203 ], [ -74.982304059171, 40.066429779155399 ], [ -74.982196408241705, 40.066780138263603 ], [ -74.981988347877007, 40.067339480013104 ], [ -74.982654623273206, 40.067459596371201 ], [ -74.983368822057898, 40.067224713702899 ], [ -74.982816238955706, 40.066592993464397 ], [ -74.9828440873072, 40.066511679516402 ], [ -74.982970942887704, 40.0656537717365 ], [ -74.982963735816995, 40.065446734503404 ], [ -74.983352737793794, 40.065492033599 ], [ -74.984969826820304, 40.065383634486203 ], [ -74.985615413828796, 40.065481370872497 ], [ -74.986434555645005, 40.065584731392697 ], [ -74.986766315478306, 40.065601469506603 ], [ -74.987089294380098, 40.065602559334998 ], [ -74.988079263402497, 40.0652119302122 ], [ -74.9876623864549, 40.064892393276097 ], [ -74.987233622387905, 40.064532069543297 ], [ -74.9861178339563, 40.0631490925132 ], [ -74.9860662832439, 40.0630525393236 ], [ -74.985612654895306, 40.063326336470404 ], [ -74.985579684978106, 40.063354564814503 ], [ -74.984952875879301, 40.063669842550297 ], [ -74.984174623514804, 40.0640846538045 ], [ -74.983735081964497, 40.064268715793197 ], [ -74.983260681565298, 40.064425466091997 ], [ -74.982826401717801, 40.0645578760194 ], [ -74.982357208631896, 40.0646818626944 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 223, "PCPC_NUM": 59, "GLOBALID": "88310ebe-7753-49d2-af1c-c6035be2b270", "NAME": "International Airport", "P_DIST": "Lower SW", "ST_EXT": "Terminals AF", "PT_ADD": "8500 Essington Avenue", "ZIP": 19153, "SURVEY_YEAR": 2015, "GLA": "183,000", "GLA_2003": null, "GLA_1995": "100,000", "COMM_COUNT": 180, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 140, "OCC_COUNT": 180, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 6, "PHYS_CHAR": 4, "AGE": 1990, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": 4, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 3, "COND_SUM_2003": null, "COND_SUM_1995": "4", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 1984611.8515625, "Shape__Length": 6660.6683704089501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238443432922907, 39.883242513872901 ], [ -75.238597198692403, 39.882684453757101 ], [ -75.240605152374897, 39.882061436225698 ], [ -75.240951078925406, 39.881954099544402 ], [ -75.241753543562297, 39.880331552986497 ], [ -75.242639449804898, 39.879130391516597 ], [ -75.243276043590001, 39.8786484712247 ], [ -75.246889664003703, 39.877680538736399 ], [ -75.252230211253405, 39.876249777707102 ], [ -75.253248538079902, 39.875976927384897 ], [ -75.253353084153801, 39.875631699394198 ], [ -75.253640504119602, 39.874682575923003 ], [ -75.254797544026403, 39.870861496571898 ], [ -75.242082250917406, 39.873315190394202 ], [ -75.237298805631795, 39.874172884129997 ], [ -75.236791221033698, 39.874512661295 ], [ -75.235743374196005, 39.875508349979597 ], [ -75.234345964965101, 39.878490917973998 ], [ -75.234138928485095, 39.879157557396503 ], [ -75.234202557708201, 39.879445020719501 ], [ -75.236383973646198, 39.8838949817806 ], [ -75.236464095173702, 39.883871867118899 ], [ -75.238443432922907, 39.883242513872901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 224, "PCPC_NUM": 53, "GLOBALID": "a2160ce5-f52e-40c5-91fc-5f6b301167a6", "NAME": "Broad and South", "P_DIST": "Central", "ST_EXT": "12th16th\/SpruceCatharine", "PT_ADD": "601 S. Broad Street", "ZIP": 19146, "SURVEY_YEAR": 2012, "GLA": "230,000", "GLA_2003": "104,900", "GLA_1995": "46,000", "COMM_COUNT": 160, "COMM_COUNT_2003": 73, "COMM_COUNT_1995": 76, "OCC_COUNT": 121, "VAC_COUNT": 39, "VAC_RATE": "24.40%", "VAC_RATE_2003": "28.80%", "VAC_RATE_1995": "42.00%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1910, "STAGE": 4, "STAGE_2003": 4, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 11, "COND_SUM_1995": "12", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 716203.42578125, "Shape__Length": 3393.5417065367001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164713194121703, 39.946980199329701 ], [ -75.164846111930103, 39.947008094596498 ], [ -75.1648475938443, 39.947008405507802 ], [ -75.165284341531603, 39.947061245159603 ], [ -75.165384141055299, 39.947073318621001 ], [ -75.165491940255606, 39.947086360629598 ], [ -75.165695162285701, 39.947111347380996 ], [ -75.165881992455894, 39.947134318335202 ], [ -75.1660672439086, 39.947157094840399 ], [ -75.166460284460499, 39.9472054188182 ], [ -75.166994667066803, 39.9472670202071 ], [ -75.168033453918497, 39.947395354014397 ], [ -75.168199224543599, 39.946625466370001 ], [ -75.168293935708405, 39.9461925690225 ], [ -75.168342676318304, 39.945969787179898 ], [ -75.168423973683801, 39.945600832940102 ], [ -75.168433630388705, 39.945560983933802 ], [ -75.168442105823701, 39.945526006259598 ], [ -75.168474559050907, 39.9453744885164 ], [ -75.168475504041993, 39.945370074086597 ], [ -75.168515087983906, 39.945173888610597 ], [ -75.168538873336999, 39.945065058693899 ], [ -75.168634692193706, 39.944639434745604 ], [ -75.168646903338697, 39.944589158100598 ], [ -75.168671826453107, 39.944486543743899 ], [ -75.168698113517095, 39.944378313416301 ], [ -75.168742717127301, 39.944163508745802 ], [ -75.168764273117901, 39.944059697737401 ], [ -75.1687949138405, 39.943925658480502 ], [ -75.168863053027806, 39.943627571889301 ], [ -75.1689599566417, 39.943194053137503 ], [ -75.169168257510194, 39.942226782898302 ], [ -75.169275390854494, 39.941737578046698 ], [ -75.169388433398694, 39.941220952139702 ], [ -75.169369594461401, 39.941205668730603 ], [ -75.169367508950799, 39.941205442505201 ], [ -75.168963538355598, 39.941161549944397 ], [ -75.168850411469194, 39.941153070075501 ], [ -75.168414303174103, 39.941098697933697 ], [ -75.167808742262494, 39.941019339929802 ], [ -75.1669072837839, 39.940913235944898 ], [ -75.166804161280197, 39.9408997886027 ], [ -75.166207611164594, 39.940822981164899 ], [ -75.166061866467004, 39.940809032490201 ], [ -75.165435504605, 39.9407352327297 ], [ -75.165403975699306, 39.940730906468403 ], [ -75.164987965868704, 39.940673824132801 ], [ -75.164801219371597, 39.940650142297002 ], [ -75.164787065649307, 39.940648347409699 ], [ -75.163972525418998, 39.940545049628298 ], [ -75.163306245873699, 39.940463248001699 ], [ -75.162402581988303, 39.9403522948801 ], [ -75.162293528161698, 39.940852261466603 ], [ -75.162182888329497, 39.941359499445902 ], [ -75.162057116254402, 39.9419537855755 ], [ -75.161972236110898, 39.9423258375625 ], [ -75.161873533702106, 39.942754791304601 ], [ -75.161785506615701, 39.943195370230796 ], [ -75.161667186688803, 39.943709011985497 ], [ -75.161557957183405, 39.944205500697798 ], [ -75.161490908616102, 39.944499940253003 ], [ -75.161465716924695, 39.944616325589998 ], [ -75.161456896216507, 39.944657079567001 ], [ -75.161452082669499, 39.944685935940399 ], [ -75.161438329718194, 39.944768372295698 ], [ -75.161421248352397, 39.944843780384197 ], [ -75.161359992161493, 39.945114214155097 ], [ -75.161298761111794, 39.945384651173399 ], [ -75.161291179313807, 39.945418137564701 ], [ -75.161144224488098, 39.946107556384 ], [ -75.161058673517203, 39.946528687390199 ], [ -75.161058650481394, 39.946528800398497 ], [ -75.161845633641803, 39.946629311489097 ], [ -75.162630100613697, 39.9467228504734 ], [ -75.163650959674101, 39.946846005808297 ], [ -75.1641033469691, 39.946901756117398 ], [ -75.164712284296698, 39.946980082414903 ], [ -75.164713194121703, 39.946980199329701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 225, "PCPC_NUM": 114, "GLOBALID": "901dd0df-6e5f-4910-9164-6abc8a01400a", "NAME": "60th and Girard", "P_DIST": "West", "ST_EXT": "59th61st\/ThompsonCallowhill", "PT_ADD": "6000 Haverford Avenue\r\n", "ZIP": 19151, "SURVEY_YEAR": 2017, "GLA": "40,000", "GLA_2003": "53,000", "GLA_1995": "45,000", "COMM_COUNT": 40, "COMM_COUNT_2003": 37, "COMM_COUNT_1995": 39, "OCC_COUNT": 28, "VAC_COUNT": 12, "VAC_RATE": "30.0%\r\n", "VAC_RATE_2003": "22.0%", "VAC_RATE_1995": "74.4%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 11, "COND_SUM_2003": 11, "COND_SUM_1995": "12", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 77655.86328125, "Shape__Length": 1773.4310303396901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240622467934998, 39.971530149895102 ], [ -75.241513529491797, 39.971449983565698 ], [ -75.241734631063593, 39.970349976678001 ], [ -75.241054310599296, 39.970269009320198 ], [ -75.240492208276095, 39.970201630817698 ], [ -75.240298451716399, 39.970152956206199 ], [ -75.240112297106094, 39.970033683504099 ], [ -75.240121361559602, 39.969904510805399 ], [ -75.240220968607105, 39.969420540389599 ], [ -75.240243625372003, 39.969310457907902 ], [ -75.239678763436601, 39.969243014869498 ], [ -75.239251423573606, 39.9691920093587 ], [ -75.239481021089901, 39.968106663769497 ], [ -75.239034410483995, 39.968050024305398 ], [ -75.238784709894304, 39.969271215352499 ], [ -75.238451128082104, 39.969231377683897 ], [ -75.237812597599699, 39.9701109400634 ], [ -75.237457954762704, 39.970150605342702 ], [ -75.237517825509698, 39.970471795404201 ], [ -75.239188061761695, 39.970307557993799 ], [ -75.240529147707704, 39.971021647161997 ], [ -75.240622467934998, 39.971530149895102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 226, "PCPC_NUM": 177, "GLOBALID": "86bde59a-5123-4085-8ae1-2fb8493d7985", "NAME": "Broad and Allegheny", "P_DIST": "North", "ST_EXT": "Broad\/RisingSunToronto", "PT_ADD": "3137 N. Broad Street", "ZIP": 19132, "SURVEY_YEAR": 2016, "GLA": "45,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 26, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 25, "VAC_COUNT": 1, "VAC_RATE": "3.8%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 2000, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 78177.234375, "Shape__Length": 1702.72984286772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154033541160103, 39.999611949236098 ], [ -75.152650104719896, 39.999415882037702 ], [ -75.152152471076803, 40.001669430061803 ], [ -75.152677237926895, 40.001747486710499 ], [ -75.152360258427393, 40.003101977041297 ], [ -75.151676017395403, 40.003030537300802 ], [ -75.151585531607793, 40.003296192744202 ], [ -75.153361776542695, 40.003511851555601 ], [ -75.153480418811498, 40.002977338063502 ], [ -75.153173258238596, 40.002943788712201 ], [ -75.153510626424406, 40.001558351773099 ], [ -75.153683987462799, 40.001579283034502 ], [ -75.153761045990393, 40.001197557874001 ], [ -75.153657614068194, 40.001182174582802 ], [ -75.154033541160103, 39.999611949236098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 227, "PCPC_NUM": 186, "GLOBALID": "01cdd0e6-6afe-4e0c-bfa0-330974431050", "NAME": "5th and Allegheny", "P_DIST": "North", "ST_EXT": "Allegheny\/2nd5th", "PT_ADD": "300 W Allegheny Avenue", "ZIP": 19133, "SURVEY_YEAR": 2016, "GLA": "35,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 17, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 16, "VAC_COUNT": 1, "VAC_RATE": "5.9%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1940, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 185437.55859375, "Shape__Length": 2612.5961354982001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139544262571604, 40.000166646579203 ], [ -75.139659634106295, 39.9996305505639 ], [ -75.133779056729594, 39.9968764133883 ], [ -75.133521426689995, 39.998093808070699 ], [ -75.134711583270899, 39.998254644196699 ], [ -75.134554603765494, 39.998912058873501 ], [ -75.132789318437005, 39.998666349872899 ], [ -75.132528397821005, 39.999857841716803 ], [ -75.133109775580493, 39.999936328835297 ], [ -75.133239440359404, 39.999413153967502 ], [ -75.134417583791503, 39.999565024796503 ], [ -75.134315570703905, 39.999998829367797 ], [ -75.136230533378395, 40.000251110800797 ], [ -75.136270329012902, 40.000117422015201 ], [ -75.1364238524976, 40.000120931858298 ], [ -75.138469148201807, 40.000341913997303 ], [ -75.138539648575502, 40.000046602882598 ], [ -75.139544262571604, 40.000166646579203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 228, "PCPC_NUM": 184, "GLOBALID": "8b3c57a6-c11d-45a4-9bf7-fe72543b45dc", "NAME": "C and Allegheny", "P_DIST": "North", "ST_EXT": "Lehigh\/DtoB", "PT_ADD": "338 E Allegheny", "ZIP": 19134, "SURVEY_YEAR": 2016, "GLA": "45,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 17, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 16, "VAC_COUNT": 1, "VAC_RATE": "5.9%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1910, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 70592.14453125, "Shape__Length": 1381.1436864016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125631140233807, 39.998551412949801 ], [ -75.125862116927806, 39.997584644083098 ], [ -75.124157036020904, 39.997337609206603 ], [ -75.124214434605705, 39.997097382931202 ], [ -75.123445000897306, 39.996988630869602 ], [ -75.123348397902504, 39.997392913543599 ], [ -75.1212838786942, 39.997101086251099 ], [ -75.121116300419203, 39.997901161157401 ], [ -75.125631140233807, 39.998551412949801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 229, "PCPC_NUM": 233, "GLOBALID": "0daf6cad-d154-4652-9c2c-2c9cf55f7556", "NAME": "Falls Center\/EPPI", "P_DIST": "Lower NW", "ST_EXT": "Henry\/RobertsIndian Queen", "PT_ADD": "3300 Henry Avenue", "ZIP": 19129, "SURVEY_YEAR": 2014, "GLA": "10,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": null, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": null, "VAC_COUNT": null, "VAC_RATE": null, "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 6, "PHYS_CHAR": 4, "AGE": 1960, "STAGE": null, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": null, "COND_PRIV": null, "STORE_MIX": null, "COND_SUM": null, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 110013.32421875, "Shape__Length": 1324.5710620396801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182339255565694, 40.011770993543102 ], [ -75.183621413858603, 40.012896657790201 ], [ -75.184169918091996, 40.013378198773303 ], [ -75.184358316842804, 40.013249783867401 ], [ -75.184437077320297, 40.013196099295698 ], [ -75.1860139913951, 40.012121217880697 ], [ -75.186169791279994, 40.011965606864202 ], [ -75.186370763675995, 40.011637138552501 ], [ -75.186396714569497, 40.011533186633997 ], [ -75.186300970960303, 40.011401503684802 ], [ -75.1861231484949, 40.011063738272497 ], [ -75.186094844304094, 40.010959140688101 ], [ -75.185791399579102, 40.010375199825297 ], [ -75.185763598980898, 40.010310865030803 ], [ -75.185738640861501, 40.010253111607 ], [ -75.185730899087204, 40.010237512537003 ], [ -75.184906939355699, 40.0105095219321 ], [ -75.183817454373994, 40.010959444740898 ], [ -75.183247729377996, 40.011235713629702 ], [ -75.182440241001203, 40.011706145599298 ], [ -75.182339255565694, 40.011770993543102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 230, "PCPC_NUM": 112, "GLOBALID": "2dbe8503-ce1f-4465-a631-1b6d2b790569", "NAME": "65006800 Haverford Ave", "P_DIST": "West Park", "ST_EXT": "Haverford\/65th68th", "PT_ADD": "6601 Haverford Avenue", "ZIP": 19151, "SURVEY_YEAR": 2017, "GLA": "125,000", "GLA_2003": "155,000", "GLA_1995": "88,000", "COMM_COUNT": 35, "COMM_COUNT_2003": 55, "COMM_COUNT_1995": 33, "OCC_COUNT": 29, "VAC_COUNT": 6, "VAC_RATE": "17.1%\r\n", "VAC_RATE_2003": "16.4%", "VAC_RATE_1995": "9.10%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1910, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 1, "COND_SUM": 6, "COND_SUM_2003": 6, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 147909.453125, "Shape__Length": 2095.4912910799299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.255050570151099, 39.973493353130202 ], [ -75.254713891765405, 39.9715744540161 ], [ -75.253430078151993, 39.971409435057303 ], [ -75.253538390414207, 39.971968226534699 ], [ -75.252899761682002, 39.971738271817799 ], [ -75.252603928803794, 39.971682425250698 ], [ -75.251328887823803, 39.9715259870976 ], [ -75.250191717016406, 39.971495835202802 ], [ -75.249021466046401, 39.971628950316301 ], [ -75.247899560007397, 39.972155011045999 ], [ -75.247882272216202, 39.972237882080798 ], [ -75.248022046750407, 39.972997060532798 ], [ -75.249819190211994, 39.972832718989899 ], [ -75.251553433101407, 39.972678358604597 ], [ -75.255050570151099, 39.973493353130202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 231, "PCPC_NUM": 108, "GLOBALID": "0d5fd175-69ce-41fc-af25-e0bab0d55925", "NAME": "Overbrook Station", "P_DIST": "West Park", "ST_EXT": "63rd\/CityAveSherwood", "PT_ADD": "2125 North 63rd Street\r\n", "ZIP": 19082, "SURVEY_YEAR": 2017, "GLA": "20,000", "GLA_2003": "20,000", "GLA_1995": "20,000", "COMM_COUNT": 12, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 11, "VAC_COUNT": 1, "VAC_RATE": "8.3%\r\n", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 6, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 53410.2265625, "Shape__Length": 1020.45731045203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.251111479458004, 39.989636715449798 ], [ -75.249552806558398, 39.987456626189598 ], [ -75.248415382778006, 39.987953101382097 ], [ -75.249967014456104, 39.990164920353003 ], [ -75.251111479458004, 39.989636715449798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 232, "PCPC_NUM": 239, "GLOBALID": "c3b6a083-5abb-449a-998d-34f33d298210", "NAME": "Chew and Phil Ellena", "P_DIST": "Upper NW", "ST_EXT": "Chew\/Slocum-Sharpnack", "PT_ADD": "6701 Chew Avenue", "ZIP": 19119, "SURVEY_YEAR": 2017, "GLA": "22,000", "GLA_2003": "10,000", "GLA_1995": "10,000", "COMM_COUNT": 19, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 16, "VAC_COUNT": 3, "VAC_RATE": "15.80%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 8, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 83706.2109375, "Shape__Length": 1418.57403928244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1783201444279, 40.054631724292499 ], [ -75.182256334147198, 40.056989670324597 ], [ -75.1831188732192, 40.0561969528082 ], [ -75.179131905804397, 40.0538156915459 ], [ -75.1783201444279, 40.054631724292499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 233, "PCPC_NUM": 236, "GLOBALID": "62569d03-f346-4178-9006-828af7baa9dd", "NAME": "The Shoppes at LaSalle", "P_DIST": "Upper NW", "ST_EXT": "Chew\/20th-Church Lane", "PT_ADD": "5305 Chew Avenue", "ZIP": 19138, "SURVEY_YEAR": 2017, "GLA": "65,000", "GLA_2003": "0", "GLA_1995": "0", "COMM_COUNT": 11, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 9, "VAC_COUNT": 2, "VAC_RATE": "18.20%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 2, "PHYS_CHAR": 3, "AGE": 2000, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 1, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 4, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 68979.2890625, "Shape__Length": 1145.0646227081199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161309006720401, 40.043316653255701 ], [ -75.161300936903302, 40.043311696918998 ], [ -75.158677494073402, 40.041700488504901 ], [ -75.158360932388405, 40.0414962296854 ], [ -75.158355196561402, 40.041675753695401 ], [ -75.158343850406894, 40.042030899543299 ], [ -75.158320255398905, 40.042417645138997 ], [ -75.158309732896697, 40.042870368780903 ], [ -75.158295266363993, 40.043194433971401 ], [ -75.160181545202704, 40.044406853778597 ], [ -75.161309006720401, 40.043316653255701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 234, "PCPC_NUM": 279, "GLOBALID": "e7bb0119-06f6-493b-bc44-1363455245b6", "NAME": "Rising Sun Avenue\/Olney", "P_DIST": "Upper North", "ST_EXT": "Rising Sun\/OlneyAshdale", "PT_ADD": "5301 Rising Sun Avenue", "ZIP": 19120, "SURVEY_YEAR": 2016, "GLA": "90,000", "GLA_2003": "92,000", "GLA_1995": "40,000", "COMM_COUNT": 26, "COMM_COUNT_2003": 36, "COMM_COUNT_1995": 27, "OCC_COUNT": 22, "VAC_COUNT": 4, "VAC_RATE": "15.4%", "VAC_RATE_2003": "6.0%", "VAC_RATE_1995": "22.2%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 8, "COND_SUM_2003": 7, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 120534.234375, "Shape__Length": 2724.35384647397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115286610915206, 40.035144737779497 ], [ -75.116067189989494, 40.034475312694099 ], [ -75.116083666901403, 40.034159597219997 ], [ -75.115930901760393, 40.034155615291503 ], [ -75.115970341603798, 40.033885568879803 ], [ -75.117300976178299, 40.032251952504097 ], [ -75.118015077505106, 40.032587181758501 ], [ -75.118185565882399, 40.031783137103801 ], [ -75.118510154668101, 40.031799327376902 ], [ -75.118788077488304, 40.031147875501901 ], [ -75.118470099342602, 40.030992715133699 ], [ -75.119410889229798, 40.029813353357298 ], [ -75.1190325973364, 40.029624528164497 ], [ -75.119658683713595, 40.0288748315295 ], [ -75.119498896629295, 40.028806351775998 ], [ -75.118329131366707, 40.028989133009503 ], [ -75.118451067341894, 40.0294550689433 ], [ -75.118094561748293, 40.0298512401558 ], [ -75.117689267205293, 40.030342896711097 ], [ -75.118173527269903, 40.030538063403803 ], [ -75.117255865565099, 40.031653276430802 ], [ -75.116715317654595, 40.031382606733402 ], [ -75.116339386115399, 40.031798888085497 ], [ -75.116454179656102, 40.031852043797002 ], [ -75.115699927224, 40.032766598485203 ], [ -75.1155073188649, 40.0327539342655 ], [ -75.115490842640199, 40.032901992665103 ], [ -75.115694170518907, 40.032914902776099 ], [ -75.114323006438099, 40.034741848728899 ], [ -75.115286610915206, 40.035144737779497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 235, "PCPC_NUM": 244, "GLOBALID": "05fd1814-2886-4447-858c-0cc05b2491fb", "NAME": "Rising Sun and Wyoming", "P_DIST": "North", "ST_EXT": "Rising Sun\/BoulevardLuray", "PT_ADD": "4701 Rising Sun Avenue", "ZIP": 19120, "SURVEY_YEAR": 2016, "GLA": "130,000", "GLA_2003": "111,000", "GLA_1995": "90,000", "COMM_COUNT": 78, "COMM_COUNT_2003": 78, "COMM_COUNT_1995": 78, "OCC_COUNT": 70, "VAC_COUNT": 8, "VAC_RATE": "10.3%", "VAC_RATE_2003": null, "VAC_RATE_1995": "32.1%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1920, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": null, "COND_SUM_1995": "8", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 131280.44921875, "Shape__Length": 2136.6009314216399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124612640449399, 40.0234209813242 ], [ -75.1253676926857, 40.022615462131398 ], [ -75.125485902552896, 40.022631714419603 ], [ -75.125489198730193, 40.022581748576599 ], [ -75.125802589686401, 40.0226274647191 ], [ -75.125869919267402, 40.022345751459198 ], [ -75.126543093886198, 40.022414359953103 ], [ -75.126647589282996, 40.021907424471699 ], [ -75.126414805316102, 40.021874540255602 ], [ -75.126493570578504, 40.021563607312203 ], [ -75.126592929410506, 40.021166503984702 ], [ -75.125543828442403, 40.021025149424297 ], [ -75.125485212010403, 40.021270405214899 ], [ -75.123911785067904, 40.0210481077997 ], [ -75.1235019753925, 40.0230641795807 ], [ -75.123314577609307, 40.023848135568699 ], [ -75.123159105920493, 40.023826169490299 ], [ -75.122962480123604, 40.023798388083797 ], [ -75.122781326515195, 40.024575959172402 ], [ -75.122987099977706, 40.024605033136503 ], [ -75.122189704752003, 40.025528124145801 ], [ -75.123495695165104, 40.025443714386199 ], [ -75.123563394776099, 40.025140735658297 ], [ -75.124194439053895, 40.025229890441203 ], [ -75.124612640449399, 40.0234209813242 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 236, "PCPC_NUM": 262, "GLOBALID": "5cfd67a1-bffb-443c-804c-ff3e363481c0", "NAME": "Stenton and Mt. Airy", "P_DIST": "Upper North", "ST_EXT": "Stenton\/Sedgwick-Allens", "PT_ADD": "8235 Stenton Avenue", "ZIP": 19150, "SURVEY_YEAR": 2016, "GLA": "45,000", "GLA_2003": "42,000", "GLA_1995": "42,000", "COMM_COUNT": 30, "COMM_COUNT_2003": 28, "COMM_COUNT_1995": 27, "OCC_COUNT": 25, "VAC_COUNT": 5, "VAC_RATE": "16.7%", "VAC_RATE_2003": null, "VAC_RATE_1995": "0.0%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 3, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 86780.56640625, "Shape__Length": 1636.6257699042701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182481633839302, 40.070228558848001 ], [ -75.183167962846497, 40.069557322554303 ], [ -75.178127538943897, 40.066639238981899 ], [ -75.177548274223895, 40.067204090012098 ], [ -75.178683048084295, 40.068033854942399 ], [ -75.179701977026397, 40.068657398223799 ], [ -75.182481633839302, 40.070228558848001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 237, "PCPC_NUM": 260, "GLOBALID": "ef11d297-6181-4f6e-bad6-fe26a4db06a1", "NAME": "Stenton and Washington Lane", "P_DIST": "Upper North", "ST_EXT": "Stenton\/Mansfield-Barringer", "PT_ADD": "7201 Stenton Avenue", "ZIP": 19138, "SURVEY_YEAR": 2016, "GLA": "160,000", "GLA_2003": "186,000", "GLA_1995": "140,000", "COMM_COUNT": 68, "COMM_COUNT_2003": 66, "COMM_COUNT_1995": 63, "OCC_COUNT": 60, "VAC_COUNT": 8, "VAC_RATE": "11.8%", "VAC_RATE_2003": "7.6%", "VAC_RATE_1995": "1.6%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 2, "COND_SUM": 5, "COND_SUM_2003": 7, "COND_SUM_1995": "6", "CRM_ORG": "OARC", "SS_DIST": null, "CDC_TAX_CREDIT": "OARC", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 1531000, "FY12_15_SBP_TOTAL": 2531000.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 181278.94921875, "Shape__Length": 2617.8578693383402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168341980405799, 40.061699298143303 ], [ -75.168624544779902, 40.061399152370797 ], [ -75.167853037602598, 40.060916363329802 ], [ -75.168195795390403, 40.060582971614799 ], [ -75.167141597442296, 40.059957027940001 ], [ -75.166954995383904, 40.059846882147603 ], [ -75.167131264836996, 40.059666842880802 ], [ -75.166496934559504, 40.059305835999801 ], [ -75.166322174447799, 40.059474303220298 ], [ -75.165977171433894, 40.059275452556903 ], [ -75.166785572184097, 40.058490701188099 ], [ -75.165084668871401, 40.0574637710872 ], [ -75.164440881008602, 40.0580796217669 ], [ -75.163630302265901, 40.0575839904837 ], [ -75.163046830508193, 40.058168507178998 ], [ -75.162272685787002, 40.057723662068902 ], [ -75.162177296324003, 40.058053237852803 ], [ -75.162632799681603, 40.058325241745798 ], [ -75.162672802296896, 40.058583761155703 ], [ -75.162749430927207, 40.0587273440429 ], [ -75.162892677238801, 40.0588214890548 ], [ -75.162837098310604, 40.058910687562999 ], [ -75.162754705956402, 40.059021099389703 ], [ -75.162676974612594, 40.059122341995703 ], [ -75.162563848193003, 40.059251911816098 ], [ -75.162577836462305, 40.059336658065298 ], [ -75.162649473042293, 40.059445064753902 ], [ -75.162717482856095, 40.059551231796902 ], [ -75.162862303622205, 40.0597323212709 ], [ -75.1630187778307, 40.059902263401497 ], [ -75.163162293171197, 40.060027527842202 ], [ -75.163434105793002, 40.060264075831 ], [ -75.163711686055905, 40.060517937973202 ], [ -75.163879104339898, 40.060671706927302 ], [ -75.164040814947697, 40.060785275524999 ], [ -75.164114120892293, 40.060812182543501 ], [ -75.164160774289996, 40.060801261653502 ], [ -75.164201355101497, 40.060802174933997 ], [ -75.164234532205697, 40.060784195837897 ], [ -75.164251240149895, 40.060772089217302 ], [ -75.165014890233394, 40.060001907388703 ], [ -75.165133674743601, 40.059859742037801 ], [ -75.168341980405799, 40.061699298143303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 238, "PCPC_NUM": 264, "GLOBALID": "95e38229-afc0-48aa-b8ba-fa437df11991", "NAME": "Vernon Road", "P_DIST": "Upper North", "ST_EXT": "Vernon\/MichenerFayette", "PT_ADD": "1431 Vernon Road", "ZIP": 19150, "SURVEY_YEAR": 2016, "GLA": "20,000", "GLA_2003": "20,000", "GLA_1995": "20,000", "COMM_COUNT": 17, "COMM_COUNT_2003": 16, "COMM_COUNT_1995": 14, "OCC_COUNT": 13, "VAC_COUNT": 4, "VAC_RATE": "23.5%", "VAC_RATE_2003": null, "VAC_RATE_1995": "42.9%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1940, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 9, "COND_SUM_2003": null, "COND_SUM_1995": "10", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 17319.5078125, "Shape__Length": 566.71442139985595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166473744896805, 40.074513242901602 ], [ -75.167765769849197, 40.074058918697702 ], [ -75.167439402379799, 40.073874574082502 ], [ -75.167605992725697, 40.073692863497001 ], [ -75.166926569611206, 40.073307042463199 ], [ -75.166000430699796, 40.074251976179198 ], [ -75.166473744896805, 40.074513242901602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 239, "PCPC_NUM": 263, "GLOBALID": "53c8bd0a-7021-41d4-9b60-35d9c480bdb4", "NAME": "Wadsworth Avenue", "P_DIST": "Upper North", "ST_EXT": "Wadsworth\/CheltenhamMichener", "PT_ADD": "1600 Wadsworth Avenue", "ZIP": 19150, "SURVEY_YEAR": 2016, "GLA": "165,000", "GLA_2003": "167,000", "GLA_1995": "130,000", "COMM_COUNT": 79, "COMM_COUNT_2003": 81, "COMM_COUNT_1995": 77, "OCC_COUNT": 69, "VAC_COUNT": 10, "VAC_RATE": "12.7%", "VAC_RATE_2003": "6.0%", "VAC_RATE_1995": "5.2%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1950, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 7, "COND_SUM_1995": "4", "CRM_ORG": "OARC", "SS_DIST": null, "CDC_TAX_CREDIT": "OARC", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 1, "FY12_SIP_TOTAL": 6260, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 75000.0, "FY08_11_SBP_TOTAL": 75000.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 100556.1875, "Shape__Length": 1736.0475897107499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174641569381606, 40.079276237950701 ], [ -75.173596522659096, 40.078672939117297 ], [ -75.173320592538801, 40.078958439489398 ], [ -75.173168416938395, 40.078868546128597 ], [ -75.172240791503199, 40.0798230883711 ], [ -75.172394319585905, 40.079920935839901 ], [ -75.172089606589196, 40.0802346193312 ], [ -75.171586255482396, 40.0799372747584 ], [ -75.170456487314297, 40.081065764620099 ], [ -75.172962811942696, 40.082586100266198 ], [ -75.173365880148197, 40.082162093265097 ], [ -75.172399131703699, 40.081590855038499 ], [ -75.174641569381606, 40.079276237950701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 240, "PCPC_NUM": 245, "GLOBALID": "12cf55bc-9164-4e67-852a-94bda2e52580", "NAME": "D and Wyoming", "P_DIST": "North", "ST_EXT": "Wyoming\/D to C", "PT_ADD": "461 E. Wyoming Avenue", "ZIP": 19120, "SURVEY_YEAR": 2016, "GLA": "45,000", "GLA_2003": "45,000", "GLA_1995": "40,000", "COMM_COUNT": 44, "COMM_COUNT_2003": 42, "COMM_COUNT_1995": 40, "OCC_COUNT": 38, "VAC_COUNT": 6, "VAC_RATE": "13.6%", "VAC_RATE_2003": null, "VAC_RATE_1995": "27.5%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 3, "COND_PUB": 4, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 9, "COND_SUM_2003": null, "COND_SUM_1995": "9", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 82198.67578125, "Shape__Length": 1781.2342626294201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118708513045405, 40.0212338436219 ], [ -75.118888489616097, 40.020451095327203 ], [ -75.114909107013503, 40.019959346919897 ], [ -75.115339163181901, 40.019344032456303 ], [ -75.114508218338401, 40.019226829013697 ], [ -75.113362188272006, 40.020545341695403 ], [ -75.115948538854198, 40.0209315525045 ], [ -75.115913510386903, 40.0210780293691 ], [ -75.116237390445093, 40.021123813400102 ], [ -75.116271018966202, 40.020983195269501 ], [ -75.116938533151597, 40.021074523178598 ], [ -75.116900703584506, 40.021232718817402 ], [ -75.117252659129306, 40.021276410911298 ], [ -75.117178794735494, 40.021568827491599 ], [ -75.117489539438793, 40.021603664705601 ], [ -75.117609714923702, 40.0210777304777 ], [ -75.118708513045405, 40.0212338436219 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 241, "PCPC_NUM": 172, "GLOBALID": "d06efcf0-f595-4a56-b28f-b091d1d4c71b", "NAME": "20th and Hunting Park", "P_DIST": "North", "ST_EXT": "HuntingParkAve\/18thWissahickon", "PT_ADD": "2001 W Hunting Park Ave", "ZIP": 19140, "SURVEY_YEAR": 2016, "GLA": "60,000", "GLA_2003": "52,800", "GLA_1995": "30,000", "COMM_COUNT": 35, "COMM_COUNT_2003": 6, "COMM_COUNT_1995": 5, "OCC_COUNT": 29, "VAC_COUNT": 6, "VAC_RATE": "17.1%", "VAC_RATE_2003": "33.0%", "VAC_RATE_1995": "0.0%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 4, "STAGE_2003": 3, "STAGE_1995": null, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": 12, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 303130.65625, "Shape__Length": 3420.7274178658599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160048659852507, 40.0141951517951 ], [ -75.160708621343304, 40.013892791580702 ], [ -75.160427570259102, 40.013535499489699 ], [ -75.162291842084699, 40.0126172915772 ], [ -75.163397011661601, 40.012093641078401 ], [ -75.163576230169994, 40.012310646794603 ], [ -75.167434395829304, 40.010554064359198 ], [ -75.166978044215199, 40.009952313472098 ], [ -75.167911975671302, 40.009446416381003 ], [ -75.167951137749696, 40.009259544800699 ], [ -75.166327008993306, 40.009027931547202 ], [ -75.156865879072001, 40.013603662906299 ], [ -75.156627251035403, 40.014519597291901 ], [ -75.157101747670197, 40.0151180286704 ], [ -75.158193440443, 40.0146177449856 ], [ -75.158306935826204, 40.014561805646899 ], [ -75.158272766337703, 40.014509398930102 ], [ -75.159722872905704, 40.013807546884898 ], [ -75.160048659852507, 40.0141951517951 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 242, "PCPC_NUM": 174, "GLOBALID": "0185614e-d04e-4022-a567-7f872f3ebe6c", "NAME": "Broad and Hunting Park", "P_DIST": "North", "ST_EXT": "Broad\/BelfieldKerbaugh", "PT_ADD": "4322 N. Broad Street", "ZIP": 19140, "SURVEY_YEAR": 2016, "GLA": "175,000", "GLA_2003": "205,000", "GLA_1995": "50,000", "COMM_COUNT": 50, "COMM_COUNT_2003": 67, "COMM_COUNT_1995": 24, "OCC_COUNT": 36, "VAC_COUNT": 14, "VAC_RATE": "28.0%", "VAC_RATE_2003": "19.0%", "VAC_RATE_1995": "12.5%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1920, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 8, "COND_SUM_2003": 8, "COND_SUM_1995": "9", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 347931.6640625, "Shape__Length": 3308.04186218324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146834587583101, 40.022806800681003 ], [ -75.149899117444804, 40.023194843282603 ], [ -75.150202015679994, 40.021692644804801 ], [ -75.150386503044601, 40.020947184019199 ], [ -75.149451713117898, 40.020825477610799 ], [ -75.150206552175206, 40.018031531567601 ], [ -75.151824444072702, 40.017431181843101 ], [ -75.151560813719897, 40.0170305955196 ], [ -75.152019514652096, 40.016787517596903 ], [ -75.151790862617403, 40.016467459681898 ], [ -75.151549997209003, 40.0165686473553 ], [ -75.150633237058301, 40.0151946602819 ], [ -75.150120047733907, 40.014764043257799 ], [ -75.149425758125105, 40.014662489230602 ], [ -75.148895259383593, 40.016935645427303 ], [ -75.148371590641105, 40.0168659027769 ], [ -75.147964216658494, 40.018681174776397 ], [ -75.147191743166701, 40.019041458667097 ], [ -75.146834587583101, 40.022806800681003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 243, "PCPC_NUM": 196, "GLOBALID": "5defc307-944f-4279-b995-5a56ed451e51", "NAME": "Frankford and Allegheny ", "P_DIST": "River Wards", "ST_EXT": "Frankford\/WestmorelandOrleans", "PT_ADD": "3141 Frankford Avenue", "ZIP": 19134, "SURVEY_YEAR": 2014, "GLA": "80,000", "GLA_2003": "175,000", "GLA_1995": "85,000", "COMM_COUNT": 49, "COMM_COUNT_2003": 81, "COMM_COUNT_1995": 69, "OCC_COUNT": 36, "VAC_COUNT": 13, "VAC_RATE": "26.50%", "VAC_RATE_2003": "29.60%", "VAC_RATE_1995": "46.40%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": 9, "COND_SUM_1995": "9", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 85594.1640625, "Shape__Length": 2324.3926075600298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115966501623006, 39.990126485518701 ], [ -75.115556774349599, 39.990286841403403 ], [ -75.115143501091396, 39.990450107689703 ], [ -75.114687027247101, 39.990636864350797 ], [ -75.114100465731099, 39.990888538015398 ], [ -75.113977450821295, 39.990940787493898 ], [ -75.112576091127494, 39.991528790049301 ], [ -75.111909851105693, 39.991842734856498 ], [ -75.111490293667401, 39.9920531985669 ], [ -75.110925556630804, 39.992326470304199 ], [ -75.110060887119502, 39.992739250937198 ], [ -75.109261440687504, 39.993141673692698 ], [ -75.108462508080507, 39.993523712561903 ], [ -75.107599503566504, 39.993988823988801 ], [ -75.107802963935399, 39.994214366842399 ], [ -75.108007819686605, 39.994439157522002 ], [ -75.108865172254397, 39.993977299896201 ], [ -75.109616905494605, 39.993618166007302 ], [ -75.1104626218725, 39.993193421165103 ], [ -75.111314491999494, 39.992786905406597 ], [ -75.111871392414002, 39.992517449467499 ], [ -75.112346842086694, 39.9922802719042 ], [ -75.112981910303503, 39.991982818051198 ], [ -75.114316871613298, 39.991423769390799 ], [ -75.114990727145596, 39.991135046145999 ], [ -75.115289236510506, 39.991010414980899 ], [ -75.116151260410604, 39.990672966091203 ], [ -75.115989170537006, 39.9904284308938 ], [ -75.116121910601805, 39.990373636323397 ], [ -75.115966501623006, 39.990126485518701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 244, "PCPC_NUM": 197, "GLOBALID": "33f9e67f-fab6-4086-ab24-f1a38261b618", "NAME": "Kensington and Allegheny", "P_DIST": "River Wards", "ST_EXT": "Kensington\/OntarioOrleans", "PT_ADD": "861 E. Allegheny Avenue", "ZIP": 19134, "SURVEY_YEAR": 2014, "GLA": "300,000", "GLA_2003": "400,000", "GLA_1995": "260,000", "COMM_COUNT": 205, "COMM_COUNT_2003": 268, "COMM_COUNT_1995": 196, "OCC_COUNT": 159, "VAC_COUNT": 46, "VAC_RATE": "22.40%", "VAC_RATE_2003": "28.40%", "VAC_RATE_1995": "25.00%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 9, "COND_SUM_2003": 8, "COND_SUM_1995": "9", "CRM_ORG": "Impact CDC", "SS_DIST": null, "CDC_TAX_CREDIT": "Impact CDC", "E_ZONES": null, "FY12_MGMT": "TCMP", "FY12_MGMT_AMOUNT": 75000, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 75000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 75000, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": 75000, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": 75000, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 40000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 50000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 40000, "FY11_SIP": 2, "FY11_SIP_TOTAL": 20000, "FY12_SIP": 1, "FY12_SIP_TOTAL": 7609, "FY13_SIP": 1, "FY13_SIP_TOTAL": 10645, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 211900.0, "FY08_11_SBP_TOTAL": 211900.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": 1333333, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 205342.765625, "Shape__Length": 3978.8324621746401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.108546746202407, 39.998843031198597 ], [ -75.1087260406849, 39.999041741804703 ], [ -75.108549262806207, 39.999774008249403 ], [ -75.109381173491798, 39.999891697295503 ], [ -75.109552691673301, 39.999174555145501 ], [ -75.113368589869395, 39.997010373101297 ], [ -75.115847651607595, 39.997353701806503 ], [ -75.1160771859048, 39.996354021592197 ], [ -75.115509468319402, 39.996317349424203 ], [ -75.114933552012204, 39.996235903258103 ], [ -75.117943054141193, 39.994597201318598 ], [ -75.118058679654197, 39.993915769612201 ], [ -75.117866381961903, 39.993692327151798 ], [ -75.115614969523705, 39.994975853128601 ], [ -75.114724510201398, 39.995471435881299 ], [ -75.114274756584805, 39.995723223739397 ], [ -75.113832152007703, 39.995966643137102 ], [ -75.113545309829405, 39.996147421840398 ], [ -75.112529527011603, 39.9950192355168 ], [ -75.111667992757006, 39.994064565356297 ], [ -75.111372360379406, 39.994220570831899 ], [ -75.111104259422902, 39.994359468122099 ], [ -75.111874625492106, 39.995362125722998 ], [ -75.111534408277194, 39.9955419025056 ], [ -75.112533527351403, 39.996667099241797 ], [ -75.111964699272704, 39.996976196124002 ], [ -75.111387483604204, 39.997289845035297 ], [ -75.110805453228295, 39.997606179069898 ], [ -75.110249989770196, 39.997939250581403 ], [ -75.109678709034199, 39.998249557869698 ], [ -75.109113037541306, 39.998544581132101 ], [ -75.108546746202407, 39.998843031198597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 245, "PCPC_NUM": 330, "GLOBALID": "22caffb9-df40-4f03-a37d-098b231eb87b", "NAME": "Frankford Ave - Mayfair", "P_DIST": "N Delaware", "ST_EXT": "Frankford\/LansingTyson", "PT_ADD": "7301 Frankford Avenue", "ZIP": 19136, "SURVEY_YEAR": 2015, "GLA": "350,000", "GLA_2003": "446,000", "GLA_1995": "320,000", "COMM_COUNT": 219, "COMM_COUNT_2003": 207, "COMM_COUNT_1995": 217, "OCC_COUNT": 196, "VAC_COUNT": 23, "VAC_RATE": "10.50%", "VAC_RATE_2003": "8.00%", "VAC_RATE_1995": "9.70%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1930, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 5, "COND_SUM_1995": "6", "CRM_ORG": "Mayfair CDC", "SS_DIST": "Mayfair BID", "CDC_TAX_CREDIT": "Mayfair CDC", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 1, "FY12_SIP_TOTAL": 3597, "FY13_SIP": 1, "FY13_SIP_TOTAL": 3453, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": 2, "FY15_SIP_TOTAL": 12458, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 380115.0, "FY08_11_SBP_TOTAL": 1505115.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 210790.703125, "Shape__Length": 4875.5539269784904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.031551890986293, 40.039854288808698 ], [ -75.031710246348197, 40.040115528128702 ], [ -75.031894269537602, 40.040383525210501 ], [ -75.032871475845894, 40.040038242124602 ], [ -75.033642022698601, 40.039756724043599 ], [ -75.034593113364807, 40.039409234061303 ], [ -75.035541164205199, 40.039062843167201 ], [ -75.036484716808403, 40.038713305458799 ], [ -75.037345664442, 40.038394359840602 ], [ -75.038197537102604, 40.038078766366503 ], [ -75.039060089251294, 40.037759207309101 ], [ -75.039921689744602, 40.037439990741397 ], [ -75.040813998054702, 40.037109387509403 ], [ -75.041694343134793, 40.038227900156599 ], [ -75.042538214069197, 40.037731929335301 ], [ -75.042920539445007, 40.037440062246297 ], [ -75.041936985286995, 40.0368671405 ], [ -75.041666156103702, 40.036717285557003 ], [ -75.0420116889116, 40.036536019348702 ], [ -75.042752697501996, 40.0361472800383 ], [ -75.043532496487799, 40.035738180929897 ], [ -75.044386564004, 40.0352901078695 ], [ -75.045256702811898, 40.0348335904199 ], [ -75.046137685182899, 40.034371370495499 ], [ -75.0470666636717, 40.033883954003599 ], [ -75.046856818555099, 40.033766647109097 ], [ -75.046773134670701, 40.0336922024321 ], [ -75.046707384246602, 40.033585682544697 ], [ -75.046677212687896, 40.033551301042998 ], [ -75.046592375365705, 40.033454622701598 ], [ -75.046519736623594, 40.033371846302401 ], [ -75.044424676441807, 40.034494849288897 ], [ -75.042212049768594, 40.0356807882212 ], [ -75.040951997154806, 40.036356122486701 ], [ -75.040479310548207, 40.035854980452697 ], [ -75.040025430981899, 40.036088620991997 ], [ -75.039476523706099, 40.035413289601699 ], [ -75.0390995378052, 40.035606846752799 ], [ -75.040044634885703, 40.0367642231258 ], [ -75.039682860678795, 40.036896306552002 ], [ -75.039085748202496, 40.037114308330999 ], [ -75.038490058218997, 40.037331786530203 ], [ -75.037783260342707, 40.037589822804499 ], [ -75.037187406180806, 40.037807350935303 ], [ -75.036662598879801, 40.037998938112302 ], [ -75.036063655170494, 40.038217585994403 ], [ -75.035388916473295, 40.038463897607201 ], [ -75.034796998611498, 40.038681122878401 ], [ -75.034274373092202, 40.038872914124603 ], [ -75.033283605703204, 40.039236493698297 ], [ -75.032414844289903, 40.0395552913714 ], [ -75.031551890986293, 40.039854288808698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 246, "PCPC_NUM": 341, "GLOBALID": "3df1ef7a-4074-4eb6-b300-ef2724797b1b", "NAME": "Torresdale Ave - Holmesburg", "P_DIST": "N Delaware", "ST_EXT": "Torresdale\/AshburnerTolbut", "PT_ADD": "8601 Torresdale Ave", "ZIP": 19136, "SURVEY_YEAR": 2015, "GLA": "50,000", "GLA_2003": "143,000", "GLA_1995": "130,000", "COMM_COUNT": 7, "COMM_COUNT_2003": 5, "COMM_COUNT_1995": 6, "OCC_COUNT": 7, "VAC_COUNT": 0, "VAC_RATE": "0.00%", "VAC_RATE_2003": "60.00%", "VAC_RATE_1995": "50.00%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 2, "AGE": 1970, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 4, "COND_SUM": 10, "COND_SUM_2003": 10, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 95299.90234375, "Shape__Length": 3074.9787110213701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.007077755531995, 40.045609957046402 ], [ -75.007928962761895, 40.045042309168203 ], [ -75.008832737868204, 40.044452210083101 ], [ -75.009598135912896, 40.043934086650701 ], [ -75.010503372639107, 40.043332223186603 ], [ -75.010964397246894, 40.043021632669699 ], [ -75.011395622578803, 40.042736853537697 ], [ -75.012057723870797, 40.042295788308699 ], [ -75.013246991925698, 40.041492855604901 ], [ -75.013810814456207, 40.041160645218397 ], [ -75.014411087300601, 40.040860125565899 ], [ -75.015419763615, 40.040334559461101 ], [ -75.015168027059005, 40.040134083904697 ], [ -75.013593522417594, 40.040942784394801 ], [ -75.013000014169094, 40.041294222284499 ], [ -75.011822858712094, 40.042088975713703 ], [ -75.011157919354702, 40.042531905586202 ], [ -75.010268782169902, 40.043125223825598 ], [ -75.009350017584794, 40.043736240923401 ], [ -75.0085990551934, 40.0442445901067 ], [ -75.007694879000894, 40.044834969710998 ], [ -75.006560305146294, 40.043873414305899 ], [ -75.005003280559507, 40.044945269635903 ], [ -75.006144861785899, 40.045868675769697 ], [ -75.006371636576105, 40.046080892478599 ], [ -75.007077755531995, 40.045609957046402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 247, "PCPC_NUM": 331, "GLOBALID": "1c7d70d3-fd8f-4095-a589-e143a08ad9a8", "NAME": "Frankford Ave - Holmesburg", "P_DIST": "N Delaware", "ST_EXT": "Frankford\/SollyLansing", "PT_ADD": "8000 Frankford Avenue", "ZIP": 19136, "SURVEY_YEAR": 2015, "GLA": "120,000", "GLA_2003": null, "GLA_1995": "130,000", "COMM_COUNT": 82, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 82, "OCC_COUNT": 75, "VAC_COUNT": 7, "VAC_RATE": "8.50%", "VAC_RATE_2003": null, "VAC_RATE_1995": "15.80%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1910, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 117034.3828125, "Shape__Length": 2967.6536632484599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.028117846995002, 40.040589820712697 ], [ -75.027847946325494, 40.0406872530979 ], [ -75.0275800354474, 40.040781588246503 ], [ -75.027831985951394, 40.041202543397297 ], [ -75.025406809295205, 40.042081438599503 ], [ -75.023726708513095, 40.042690272271201 ], [ -75.021742775776204, 40.0434091619219 ], [ -75.021706961257706, 40.0436741086952 ], [ -75.021854706890494, 40.043686350901602 ], [ -75.021991416919803, 40.043978268522501 ], [ -75.024055468538606, 40.043229117849798 ], [ -75.025785293435206, 40.042601234251698 ], [ -75.028184271378905, 40.041730402429799 ], [ -75.028686241936995, 40.042385570140297 ], [ -75.028879067989706, 40.042315523792098 ], [ -75.028943533703, 40.042295299501902 ], [ -75.029240446987302, 40.042187032054997 ], [ -75.028748390257505, 40.041525615930396 ], [ -75.030141387210804, 40.041019913173102 ], [ -75.031509800280006, 40.040523111077498 ], [ -75.031894269537602, 40.040383525210501 ], [ -75.031710246348197, 40.040115528128702 ], [ -75.031551890986293, 40.039854288808698 ], [ -75.030686496540298, 40.0401679606938 ], [ -75.029820787163402, 40.040481737726303 ], [ -75.028374427346193, 40.0410059501517 ], [ -75.028216407681199, 40.040764896681097 ], [ -75.028117846995002, 40.040589820712697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 248, "PCPC_NUM": 340, "GLOBALID": "55761afe-ef50-4081-8b44-41e16c325b7e", "NAME": "Holmesburg Shopping Center", "P_DIST": "N Delaware", "ST_EXT": "8400 Frankford Avenue", "PT_ADD": "8445 Frankford Ave", "ZIP": 19136, "SURVEY_YEAR": 2015, "GLA": "70,000", "GLA_2003": "64,000", "GLA_1995": "35,000", "COMM_COUNT": 19, "COMM_COUNT_2003": 18, "COMM_COUNT_1995": 13, "OCC_COUNT": 17, "VAC_COUNT": 2, "VAC_RATE": "10.50%", "VAC_RATE_2003": "11.00%", "VAC_RATE_1995": "15.40%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 3, "AGE": 1950, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 5, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 58110.07421875, "Shape__Length": 1586.97086484478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.017187377841694, 40.044625229491203 ], [ -75.016083276338307, 40.045446596010301 ], [ -75.015405979249707, 40.045950438302803 ], [ -75.014939887174606, 40.046297158417197 ], [ -75.015156590779199, 40.046471043048001 ], [ -75.015248521420403, 40.046542366360299 ], [ -75.015707874653799, 40.046190027775801 ], [ -75.016379663501496, 40.045681538318803 ], [ -75.017451418457796, 40.044878521740898 ], [ -75.018443870893805, 40.044127706754402 ], [ -75.018904199731907, 40.043844466153402 ], [ -75.019525943075905, 40.043629986623202 ], [ -75.0186702701222, 40.042941438336399 ], [ -75.018507099269101, 40.042816874998799 ], [ -75.017452228443204, 40.043523010305599 ], [ -75.016596204002397, 40.0441554555807 ], [ -75.016998365807595, 40.044475033170798 ], [ -75.017187377841694, 40.044625229491203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 249, "PCPC_NUM": 178, "GLOBALID": "aa1fd03f-203f-4bd6-98cf-bfeac54e6a32", "NAME": "5th, Erie, and Rising Sun", "P_DIST": "North", "ST_EXT": "PikeErie\/5th8th", "PT_ADD": "3739 N. 6th Street", "ZIP": 19140, "SURVEY_YEAR": 2016, "GLA": "65,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 51, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 48, "VAC_COUNT": 3, "VAC_RATE": "5.9%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 1, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 174021.60546875, "Shape__Length": 1875.9967735499799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138890371220896, 40.009761439724699 ], [ -75.139060483854806, 40.0090489416108 ], [ -75.140644276391896, 40.008274359300103 ], [ -75.141270519675501, 40.008343380069398 ], [ -75.141475173407002, 40.007538848704797 ], [ -75.136588720465198, 40.006839275558796 ], [ -75.135795716197293, 40.009896268692899 ], [ -75.136783242486302, 40.010035708152103 ], [ -75.137717730533296, 40.009605572566301 ], [ -75.138890371220896, 40.009761439724699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 250, "PCPC_NUM": 173, "GLOBALID": "707364af-af99-49bd-86d9-363b1a99a98e", "NAME": "Germantown\/Nicetown", "P_DIST": "North", "ST_EXT": "Germantown\/Staub-Cayuga", "PT_ADD": "4222 Germantown Avenue", "ZIP": 19140, "SURVEY_YEAR": 2016, "GLA": "72,000", "GLA_2003": "57,000", "GLA_1995": "55,000", "COMM_COUNT": 53, "COMM_COUNT_2003": 32, "COMM_COUNT_1995": 37, "OCC_COUNT": 37, "VAC_COUNT": 16, "VAC_RATE": "30.2%", "VAC_RATE_2003": "28.0%", "VAC_RATE_1995": "29.7%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1960, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 4, "COND_SUM": 9, "COND_SUM_2003": 9, "COND_SUM_1995": null, "CRM_ORG": "Nicetown CDC", "SS_DIST": null, "CDC_TAX_CREDIT": "Nicetown CDC", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 30000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 20000, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": "Nicetown Court, Nicetown Econ Dev Strategic Plan", "FY12_15_PD": "Nicetown Court II", "FY16_19_PD": null, "Shape__Area": 89776.08984375, "Shape__Length": 1563.8728385071699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156808930511403, 40.021002857389902 ], [ -75.1575317503614, 40.021089116131201 ], [ -75.157954323712502, 40.0208894954336 ], [ -75.155004749750802, 40.016927929835198 ], [ -75.154429905114, 40.0171632970657 ], [ -75.154522361937396, 40.017316765114998 ], [ -75.153968760778596, 40.017516029015702 ], [ -75.155769911891696, 40.019998497712699 ], [ -75.156808930511403, 40.021002857389902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 251, "PCPC_NUM": 176, "GLOBALID": "e66050b0-4a28-4a5c-be54-6f3fcdc4b518", "NAME": "Broad, Germantown, and Erie", "P_DIST": "North", "ST_EXT": "KerbaughRisingSun\/Germantown15th", "PT_ADD": "3701 Germantown Avenue", "ZIP": 19140, "SURVEY_YEAR": 2016, "GLA": "260,000", "GLA_2003": "278,000", "GLA_1995": "265,000", "COMM_COUNT": 185, "COMM_COUNT_2003": 211, "COMM_COUNT_1995": 183, "OCC_COUNT": 147, "VAC_COUNT": 38, "VAC_RATE": "20.5%", "VAC_RATE_2003": "21.0%", "VAC_RATE_1995": "12.0%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 8, "COND_SUM_1995": null, "CRM_ORG": "Office of Business Services, Called to Serve CDC", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": 1, "FY15_SIP_TOTAL": 12000, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": 1, "FY15_IS_AMOUNT": 50000, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 69000, "FY12_15_SBP_TOTAL": 300000.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": "CLS Office", "FY16_19_PD": null, "Shape__Area": 335911.07421875, "Shape__Length": 4138.3735305881701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149430168649999, 40.003214908642803 ], [ -75.148752461155894, 40.003124129309803 ], [ -75.148402063853098, 40.004751193894201 ], [ -75.149889644463201, 40.009106309707498 ], [ -75.149633614951696, 40.009070189129297 ], [ -75.149483966488205, 40.009591758607101 ], [ -75.150218784671793, 40.009675969356401 ], [ -75.149544457233304, 40.012858737243903 ], [ -75.149370547024304, 40.012914151996597 ], [ -75.1497427755003, 40.0138946314243 ], [ -75.152897566915101, 40.012995538916599 ], [ -75.151663607797502, 40.0101487846037 ], [ -75.151729191980294, 40.009794634137599 ], [ -75.152977761260701, 40.009975598719301 ], [ -75.153225890291395, 40.008988228824997 ], [ -75.152165194121807, 40.008838611366301 ], [ -75.152404715087201, 40.007777262955202 ], [ -75.150930531167006, 40.007569388197801 ], [ -75.150263190569603, 40.005929565711398 ], [ -75.149799921402405, 40.005864204777602 ], [ -75.149153704808299, 40.003951162216403 ], [ -75.149697813886505, 40.0038332427387 ], [ -75.149430168649999, 40.003214908642803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 252, "PCPC_NUM": 185, "GLOBALID": "b2f92caa-433d-4911-9445-77d78971cf8d", "NAME": "Front and Allegheny", "P_DIST": "North", "ST_EXT": "OntarioClearfield\/EllaMascher", "PT_ADD": "3200 N. Front Street", "ZIP": 19134, "SURVEY_YEAR": 2016, "GLA": "140,000", "GLA_2003": "148,000", "GLA_1995": "85,000", "COMM_COUNT": 114, "COMM_COUNT_2003": 118, "COMM_COUNT_1995": 93, "OCC_COUNT": 89, "VAC_COUNT": 25, "VAC_RATE": "21.9%", "VAC_RATE_2003": "28.0%", "VAC_RATE_1995": "20.4%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": null, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 8, "COND_SUM_2003": 8, "COND_SUM_1995": null, "CRM_ORG": "HACE", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": 50000, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": 50000, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 151304.79296875, "Shape__Length": 2684.3821318146402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130144267526106, 39.997032834819599 ], [ -75.129084895449296, 39.996884994061602 ], [ -75.128856885638996, 39.997971485095 ], [ -75.126556158974793, 39.997646382834297 ], [ -75.126252077882299, 39.999051040575303 ], [ -75.127173907738793, 39.999181304634703 ], [ -75.127278889465302, 39.998741863405201 ], [ -75.128734007955899, 39.998947469872498 ], [ -75.128087657735605, 40.001818018186597 ], [ -75.129100954203196, 40.0019611851571 ], [ -75.1294748264947, 40.000214800121597 ], [ -75.129737203413896, 39.999041647047598 ], [ -75.130253660556605, 39.999113719437602 ], [ -75.131215935701505, 39.999242846558197 ], [ -75.1313372015575, 39.998699545836601 ], [ -75.131431275304493, 39.998304913759 ], [ -75.129897545238506, 39.9980895018073 ], [ -75.130144267526106, 39.997032834819599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 253, "PCPC_NUM": 220, "GLOBALID": "3c291ad6-10c1-43d4-acb1-7e9b1c99fe48", "NAME": "Chestnut Hill", "P_DIST": "Upper NW", "ST_EXT": "Germantown\/Bethlehem-Cresheim", "PT_ADD": "8400 Germantown Avenue", "ZIP": 19118, "SURVEY_YEAR": 2017, "GLA": "500,000", "GLA_2003": "535,000", "GLA_1995": "310,000", "COMM_COUNT": 260, "COMM_COUNT_2003": 252, "COMM_COUNT_1995": 202, "OCC_COUNT": 230, "VAC_COUNT": 30, "VAC_RATE": "11.50%", "VAC_RATE_2003": "5.00%", "VAC_RATE_1995": "5.00%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 5, "AGE": 1880, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 1, "STORE_MIX": 1, "COND_SUM": 4, "COND_SUM_2003": 3, "COND_SUM_1995": "3", "CRM_ORG": "Chestnut Hill Business Association", "SS_DIST": "Chestnut Hill District", "CDC_TAX_CREDIT": "Chestnut Hill CDC", "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 1, "FY11_SIP_TOTAL": 7825, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 51662.0, "FY08_11_SBP_TOTAL": 51662.0, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 748117.73046875, "Shape__Length": 6517.5283114326403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207174751451305, 40.080173227062502 ], [ -75.208029570609796, 40.081212444174596 ], [ -75.208976258567503, 40.080786124169499 ], [ -75.208679279652799, 40.079960952331497 ], [ -75.211277726296203, 40.077346043553398 ], [ -75.208768109640104, 40.076079559928303 ], [ -75.209656354047098, 40.0752314584389 ], [ -75.208454588828204, 40.074508790524 ], [ -75.207564553112604, 40.075404520519399 ], [ -75.2058168597448, 40.0743455346351 ], [ -75.205457305926203, 40.074003827704203 ], [ -75.204085198795099, 40.073191519639003 ], [ -75.204642079553096, 40.072574505877498 ], [ -75.203854918449906, 40.072051681085497 ], [ -75.203404046309501, 40.0724898644429 ], [ -75.202380560608702, 40.070989160071697 ], [ -75.199289517527305, 40.068072025920998 ], [ -75.196944758969295, 40.066130855547797 ], [ -75.195719459148094, 40.0671111454634 ], [ -75.196654776319605, 40.068391332131803 ], [ -75.196507323859393, 40.0690756413427 ], [ -75.197446413516701, 40.070024989632898 ], [ -75.198058038800696, 40.069424765188899 ], [ -75.200190375868601, 40.071140831991897 ], [ -75.201207499412504, 40.0724793103754 ], [ -75.201590856053897, 40.073508122661899 ], [ -75.202467859303795, 40.075100702296801 ], [ -75.207530131946498, 40.077978367881997 ], [ -75.207275189060894, 40.078487649488999 ], [ -75.2072149178762, 40.079764085573899 ], [ -75.207174751451305, 40.080173227062502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 254, "PCPC_NUM": 228, "GLOBALID": "686c1c6d-7590-4076-a3e8-17328fdc942c", "NAME": "Central Germantown", "P_DIST": "Upper NW", "ST_EXT": "High-Coulter\/Morton-Morris", "PT_ADD": "68 West Chelten Avenie", "ZIP": 19144, "SURVEY_YEAR": 2017, "GLA": "800,000", "GLA_2003": "1,015,000", "GLA_1995": "550,000", "COMM_COUNT": 307, "COMM_COUNT_2003": 322, "COMM_COUNT_1995": 270, "OCC_COUNT": 239, "VAC_COUNT": 68, "VAC_RATE": "22.10%", "VAC_RATE_2003": "13.00%", "VAC_RATE_1995": "12.00%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 8, "COND_SUM_1995": "6", "CRM_ORG": "Germantown United CDC, Germantown Special Services District", "SS_DIST": "Germantown Special Services District", "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": 75000, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": 75000, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": 3, "FY11_SIP_TOTAL": 39775, "FY12_SIP": 2, "FY12_SIP_TOTAL": 19400, "FY13_SIP": 1, "FY13_SIP_TOTAL": 1125, "FY14_SIP": 2, "FY14_SIP_TOTAL": 7859, "FY15_SIP": 2, "FY15_SIP_TOTAL": 18800, "FY14_IS": 2, "FY14_IS_AMOUNT": 84533, "FY15_IS": 3, "FY15_IS_AMOUNT": 134533, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 331700, "FY12_15_SBP_TOTAL": 331700.0, "FY16_19_SBP_CITY": 3310000, "FY16_19_SBP_TOTAL": 3680000, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 1282894.92578125, "Shape__Length": 7177.2450354887296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169153129042002, 40.0402796096038 ], [ -75.170369748509202, 40.041041005888303 ], [ -75.174293366669204, 40.037169147809799 ], [ -75.176949651862103, 40.039937429660903 ], [ -75.178328441809498, 40.038587443158299 ], [ -75.177157660716006, 40.037084348366399 ], [ -75.178059403038603, 40.036204611977404 ], [ -75.1797590235456, 40.0371866714707 ], [ -75.180437400851304, 40.036522404417198 ], [ -75.179495240162495, 40.035913672036301 ], [ -75.183514112205103, 40.031629108853799 ], [ -75.181710243102799, 40.030372983160099 ], [ -75.182726275832806, 40.029337238350898 ], [ -75.181390146973499, 40.028506363864402 ], [ -75.180378705562504, 40.029420620328203 ], [ -75.178788022252505, 40.028433831574802 ], [ -75.173529495184098, 40.033584893250101 ], [ -75.171527911506104, 40.0323261253547 ], [ -75.169629573855104, 40.034171565317699 ], [ -75.170995062116504, 40.035004428385399 ], [ -75.171739358728601, 40.035413294988601 ], [ -75.170926381153805, 40.036199619850201 ], [ -75.171847747328698, 40.036846086365003 ], [ -75.170575064507801, 40.038098875177603 ], [ -75.171058206204407, 40.038443475017502 ], [ -75.169153129042002, 40.0402796096038 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 255, "PCPC_NUM": 232, "GLOBALID": "e963acaf-12c1-4d68-aa3e-d2a632321026", "NAME": "Wayne\/Manheim-Wyneva", "P_DIST": "Upper NW", "ST_EXT": "Wayne\/Manheim-Wyneva", "PT_ADD": "4943 Wayne Avenue", "ZIP": 19144, "SURVEY_YEAR": 2017, "GLA": "45,000", "GLA_2003": "89,000", "GLA_1995": "40,000", "COMM_COUNT": 42, "COMM_COUNT_2003": 50, "COMM_COUNT_1995": 48, "OCC_COUNT": 31, "VAC_COUNT": 11, "VAC_RATE": "26.20%", "VAC_RATE_2003": "22.00%", "VAC_RATE_1995": "14.60%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 9, "COND_SUM_2003": 11, "COND_SUM_1995": "9", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 2, "FY12_SIP_TOTAL": 8689, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 122398.73828125, "Shape__Length": 1569.78447504983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164536102273601, 40.024688208195201 ], [ -75.1670166204823, 40.026058483118902 ], [ -75.168800633697103, 40.027052169631602 ], [ -75.1699271002568, 40.025790613643203 ], [ -75.165868219324196, 40.023642751003401 ], [ -75.164536102273601, 40.024688208195201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 256, "PCPC_NUM": 235, "GLOBALID": "d7f507c4-7efc-45b3-8525-fc14ff9d5e56", "NAME": "Germantown\/Coulter-Logan", "P_DIST": "Upper NW", "ST_EXT": "Germantown\/Coulter-Logan", "PT_ADD": "5100 Germantown Avenue", "ZIP": 19144, "SURVEY_YEAR": 2017, "GLA": "175,000", "GLA_2003": "174,000", "GLA_1995": "85,000", "COMM_COUNT": 97, "COMM_COUNT_2003": 97, "COMM_COUNT_1995": 83, "OCC_COUNT": 71, "VAC_COUNT": 26, "VAC_RATE": "26.80%", "VAC_RATE_2003": "23.00%", "VAC_RATE_1995": "13.40%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1890, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 10, "COND_SUM_1995": "10", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": 1, "FY15_SIP_TOTAL": 12000, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": 1, "FY15_IS_AMOUNT": 50000, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": 3290000, "FY12_15_SBP_TOTAL": 3290000.0, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 357750.4921875, "Shape__Length": 3723.9890512727102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1640976031387, 40.0307833883301 ], [ -75.169742247060896, 40.034007659885098 ], [ -75.171453053009799, 40.032358525472098 ], [ -75.170174884614795, 40.0315746006182 ], [ -75.1714059503215, 40.030353067276899 ], [ -75.170332624614304, 40.029709141031098 ], [ -75.169134347499806, 40.030883721933797 ], [ -75.168240783195202, 40.030405922877101 ], [ -75.169014439408102, 40.029637402064097 ], [ -75.1684621874589, 40.0293264418452 ], [ -75.167399505991, 40.0304287266027 ], [ -75.166360036866905, 40.029833202683598 ], [ -75.165488504099102, 40.029307006102798 ], [ -75.164994533909805, 40.029045575239302 ], [ -75.164587849877606, 40.0289351033747 ], [ -75.1641280784185, 40.028793634579799 ], [ -75.163067693437696, 40.028138010164298 ], [ -75.163165185037101, 40.028021009208601 ], [ -75.162730443138202, 40.027769504274097 ], [ -75.162140835284006, 40.028258892940997 ], [ -75.162271488491399, 40.028345752079296 ], [ -75.161864520091896, 40.028738990666298 ], [ -75.161580725941604, 40.028894702585497 ], [ -75.164273569659798, 40.0305902642666 ], [ -75.1640976031387, 40.0307833883301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 257, "PCPC_NUM": 237, "GLOBALID": "7fc30c53-338a-481c-981a-f5817c855206", "NAME": "Chew and Chelten", "P_DIST": "Upper NW", "ST_EXT": "Chew\/Price-Locust", "PT_ADD": "744 East Chelten Avenue", "ZIP": 19144, "SURVEY_YEAR": 2017, "GLA": "90,000", "GLA_2003": "125,000", "GLA_1995": "40,000", "COMM_COUNT": 49, "COMM_COUNT_2003": 67, "COMM_COUNT_1995": 43, "OCC_COUNT": 31, "VAC_COUNT": 18, "VAC_RATE": "36.70%", "VAC_RATE_2003": "24.00%", "VAC_RATE_1995": "23.30%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 3, "COND_SUM": 10, "COND_SUM_2003": 9, "COND_SUM_1995": "8", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 150709.58984375, "Shape__Length": 1970.71999482826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164690611349997, 40.046752670645603 ], [ -75.167925394872597, 40.043609973237601 ], [ -75.166496725963697, 40.042741057208502 ], [ -75.164529098548897, 40.044641555863102 ], [ -75.163100746532095, 40.043764856480003 ], [ -75.162127104639296, 40.044711437256801 ], [ -75.163930260052297, 40.045805785084298 ], [ -75.163677891751703, 40.046079034620497 ], [ -75.164690611349997, 40.046752670645603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 258, "PCPC_NUM": 240, "GLOBALID": "6e0ec993-5a46-4f65-8f3c-de17a908969d", "NAME": "Broad and Logan\/Wyoming", "P_DIST": "Upper North", "ST_EXT": "Broad\/WagnerBelfield", "PT_ADD": "4827 N. Broad Street", "ZIP": 19141, "SURVEY_YEAR": 2016, "GLA": "300,000", "GLA_2003": "368,000", "GLA_1995": "200,000", "COMM_COUNT": 160, "COMM_COUNT_2003": 191, "COMM_COUNT_1995": 153, "OCC_COUNT": 123, "VAC_COUNT": 37, "VAC_RATE": "23.1%", "VAC_RATE_2003": "30.0%", "VAC_RATE_1995": "19.0%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1900, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 8, "COND_SUM_2003": 8, "COND_SUM_1995": "7", "CRM_ORG": "Office of Business Services", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": "TCMP", "FY12_MGMT_AMOUNT": 75000, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 75000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 75000, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": 60000, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 45000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 37500, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 2, "FY12_SIP_TOTAL": 15543, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": 1, "FY15_SIP_TOTAL": 775, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": "WES Corp Lindley Court", "Shape__Area": 245947.87109375, "Shape__Length": 3572.2776903991498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146912855606601, 40.024463700707102 ], [ -75.146427309336303, 40.027541899898097 ], [ -75.1459601258601, 40.027479060919802 ], [ -75.145670453134898, 40.028989676749802 ], [ -75.146149700347806, 40.029077015901798 ], [ -75.146100374282895, 40.029387508787401 ], [ -75.144826123115394, 40.029234671463499 ], [ -75.144655726498698, 40.030155583928298 ], [ -75.1444373853396, 40.030141210370303 ], [ -75.144325187720398, 40.030802784085502 ], [ -75.145994989861194, 40.030003934078202 ], [ -75.145843121299194, 40.031199468085902 ], [ -75.146438093561997, 40.030963426474003 ], [ -75.146862111193101, 40.029146249644697 ], [ -75.147376645280801, 40.029207352875297 ], [ -75.147841695456805, 40.028961351966501 ], [ -75.148332328665106, 40.0265857284097 ], [ -75.148769351090806, 40.024681973353402 ], [ -75.149541921790899, 40.024774182220398 ], [ -75.149899117444804, 40.023194843282603 ], [ -75.147619979605807, 40.022895063562899 ], [ -75.147327679917595, 40.024490273827404 ], [ -75.146912855606601, 40.024463700707102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 259, "PCPC_NUM": 249, "GLOBALID": "dc62a6ce-afbd-4435-9daa-dad2539083d1", "NAME": "5th and Lindley", "P_DIST": "Upper North", "ST_EXT": "5th\/SEPTARockland", "PT_ADD": "5060 N. 5th Street", "ZIP": 19120, "SURVEY_YEAR": 2016, "GLA": "215,000", "GLA_2003": "217,000", "GLA_1995": "130,000", "COMM_COUNT": 118, "COMM_COUNT_2003": 121, "COMM_COUNT_1995": 114, "OCC_COUNT": 97, "VAC_COUNT": 21, "VAC_RATE": "17.8%", "VAC_RATE_2003": "10.0%", "VAC_RATE_1995": "13.2%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 1, "STAGE_2003": 4, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": 6, "COND_SUM_1995": "7", "CRM_ORG": "N. 5th Street Project, Korean Comm Dev Srvcs Ctr", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 55000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 55000, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": 60000, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": 60000, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 20000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 20000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 4, "FY12_SIP_TOTAL": 40000, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": 1, "FY14_SIP_TOTAL": 11218, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": "N5thSt Econ Dev Strategic Plan", "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 159427.29296875, "Shape__Length": 2500.2101798953299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130669890577096, 40.032727553283998 ], [ -75.131984187048005, 40.032883598707897 ], [ -75.1334819237441, 40.025643554910999 ], [ -75.132183680569696, 40.025484834932101 ], [ -75.131187967081104, 40.030238764311498 ], [ -75.131174331650996, 40.030243484701302 ], [ -75.130858610226397, 40.030201768455001 ], [ -75.130767799895395, 40.030631392438799 ], [ -75.131095315930693, 40.030671403705398 ], [ -75.130669890577096, 40.032727553283998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 260, "PCPC_NUM": 250, "GLOBALID": "39f951a7-9255-4021-be69-ee53f48b7291", "NAME": "5th and Olney", "P_DIST": "Upper North", "ST_EXT": "5th\/NedroSomerville", "PT_ADD": "5601 N. 5th Street\r\n5601 N. 5th Street", "ZIP": 19120, "SURVEY_YEAR": 2016, "GLA": "275,000", "GLA_2003": "295,000", "GLA_1995": "225,000", "COMM_COUNT": 215, "COMM_COUNT_2003": 213, "COMM_COUNT_1995": 196, "OCC_COUNT": 194, "VAC_COUNT": 21, "VAC_RATE": "9.8%", "VAC_RATE_2003": "4.0%", "VAC_RATE_1995": "7.6%", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 1, "STAGE_2003": 2, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 5, "COND_SUM_1995": "5", "CRM_ORG": "N. 5th Street Project, Korean Comm Dev Srvcs Ctr", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": "TCMP", "FY12_MGMT_AMOUNT": 75000, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 55000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 55000, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": 60000, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": 60000, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": 38771, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 20000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 20000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 40000, "FY11_SIP": 2, "FY11_SIP_TOTAL": 13562, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": 2, "FY13_SIP_TOTAL": 14680, "FY14_SIP": 2, "FY14_SIP_TOTAL": 5493, "FY15_SIP": 1, "FY15_SIP_TOTAL": 2680, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 170147.65234375, "Shape__Length": 3084.7565169312002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131845763731206, 40.0330258423364 ], [ -75.130771756965103, 40.032899401400897 ], [ -75.130431100320294, 40.034345614403101 ], [ -75.129138654811001, 40.033990878983303 ], [ -75.1289174542746, 40.034995891153798 ], [ -75.129790052236999, 40.035096355673197 ], [ -75.129836213154107, 40.034885250014199 ], [ -75.130256170213102, 40.034939874641999 ], [ -75.130008851675498, 40.036004695678798 ], [ -75.129601050689601, 40.035960700401098 ], [ -75.129608159972904, 40.035928189660702 ], [ -75.128571649576202, 40.0357995454359 ], [ -75.128486076392605, 40.036181632351997 ], [ -75.129096606361898, 40.036262407281598 ], [ -75.128996527706605, 40.0367567149625 ], [ -75.1294166258442, 40.036804693363599 ], [ -75.129098105708593, 40.038256018846397 ], [ -75.129568854837203, 40.038317323266703 ], [ -75.129321934548202, 40.0394711572226 ], [ -75.130453498103904, 40.0396152909195 ], [ -75.130768607840196, 40.038078166533701 ], [ -75.130553979005001, 40.038049641718203 ], [ -75.130636632604293, 40.037626607479503 ], [ -75.130823182565095, 40.037650559809599 ], [ -75.130996231766105, 40.036819944374798 ], [ -75.131462029136102, 40.0368716495516 ], [ -75.131594142794896, 40.036250619770101 ], [ -75.131107822322505, 40.036194261821301 ], [ -75.131368498179199, 40.034908672696503 ], [ -75.131468510104796, 40.034940516380402 ], [ -75.131845763731206, 40.0330258423364 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 261, "PCPC_NUM": 251, "GLOBALID": "2766616f-fca5-4cf5-8249-b436ef9c5de2", "NAME": "5th & Spencer", "P_DIST": "Upper North", "ST_EXT": "5th\/GodfreyNedro", "PT_ADD": "6021 N. 5th Street\r\n6021 N. 5th Street", "ZIP": 19120, "SURVEY_YEAR": 2016, "GLA": "40,000", "GLA_2003": "91,000", "GLA_1995": "40,000", "COMM_COUNT": 38, "COMM_COUNT_2003": 44, "COMM_COUNT_1995": 39, "OCC_COUNT": 29, "VAC_COUNT": 9, "VAC_RATE": "23.7%", "VAC_RATE_2003": "7.0%", "VAC_RATE_1995": "5.2%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 7, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 68976.53125, "Shape__Length": 1966.4521673359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.128919856131802, 40.046460856164799 ], [ -75.129074701545605, 40.045715696952001 ], [ -75.129397325809293, 40.0441515584942 ], [ -75.128917230578693, 40.044106637010202 ], [ -75.129222738411798, 40.042586273926702 ], [ -75.129646189605097, 40.042635304761298 ], [ -75.129948978191905, 40.041203321720197 ], [ -75.129435387676097, 40.041043059185803 ], [ -75.128976786861401, 40.040998021435797 ], [ -75.128664053855303, 40.0425176135764 ], [ -75.128344807658095, 40.0440330117233 ], [ -75.128704386448803, 40.0440788689058 ], [ -75.128401465517399, 40.045623013016197 ], [ -75.128080663614, 40.045581318977497 ], [ -75.127908092536202, 40.046343448744501 ], [ -75.128919856131802, 40.046460856164799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 262, "PCPC_NUM": 273, "GLOBALID": "bee50907-ebe3-4aeb-a398-f1809406668a", "NAME": "Old York Road and Oak Lane", "P_DIST": "Upper North", "ST_EXT": "Broad\/69th AveMedary", "PT_ADD": "6601 N. Broad Street ", "ZIP": 19126, "SURVEY_YEAR": 2016, "GLA": "160,000", "GLA_2003": "160,000", "GLA_1995": "70,000", "COMM_COUNT": 63, "COMM_COUNT_2003": 64, "COMM_COUNT_1995": 51, "OCC_COUNT": 51, "VAC_COUNT": 12, "VAC_RATE": "19.0%", "VAC_RATE_2003": "20.0%", "VAC_RATE_1995": "25.5%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1930, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": null, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 9, "COND_SUM_2003": 8, "COND_SUM_1995": "8", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 331030.52734375, "Shape__Length": 3676.8114300522402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142629720889303, 40.052207133768 ], [ -75.143359946912895, 40.049142873524801 ], [ -75.141381789741502, 40.048885346674098 ], [ -75.140719379012594, 40.051905121535398 ], [ -75.139421999674099, 40.0559845055975 ], [ -75.138425878445403, 40.057433774943497 ], [ -75.1390941359913, 40.057986529628202 ], [ -75.138719539127393, 40.058579969203002 ], [ -75.140423716489096, 40.058764909686403 ], [ -75.140826575108804, 40.056901013818603 ], [ -75.141372269525306, 40.056960253711999 ], [ -75.141877265021904, 40.054757704641702 ], [ -75.142990674242796, 40.054762953738603 ], [ -75.143202994819703, 40.0538760327955 ], [ -75.141764176984495, 40.0536359817525 ], [ -75.142629720889303, 40.052207133768 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 263, "PCPC_NUM": 348, "GLOBALID": "28644271-c2cc-47bb-9a07-db73f7f672c7", "NAME": "Knights Road Center and Vicinity", "P_DIST": "Lower Far NE", "ST_EXT": "Knights\/WoodhavenFairdale", "PT_ADD": "4000 Woodhaven Road", "ZIP": 19154, "SURVEY_YEAR": 2016, "GLA": "100,000", "GLA_2003": "105,000", "GLA_1995": "85,000", "COMM_COUNT": 22, "COMM_COUNT_2003": 30, "COMM_COUNT_1995": 29, "OCC_COUNT": 19, "VAC_COUNT": 3, "VAC_RATE": "13.6%", "VAC_RATE_2003": "17.0%", "VAC_RATE_1995": "10.3%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 1960, "STAGE": 1, "STAGE_2003": 1, "STAGE_1995": 4, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 5, "COND_SUM_1995": "5", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 143171.78125, "Shape__Length": 1950.37843899733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.968532771017095, 40.084240940697804 ], [ -74.971654396415005, 40.087191758400401 ], [ -74.974164741859198, 40.083913338287601 ], [ -74.973098917376504, 40.083418495321098 ], [ -74.972292557050807, 40.084390262500897 ], [ -74.971752460243195, 40.084358937193699 ], [ -74.971332573328297, 40.0846624972543 ], [ -74.970986967563704, 40.084658786326102 ], [ -74.970563371982095, 40.084313831382502 ], [ -74.970257613945606, 40.084312248736502 ], [ -74.969459363981898, 40.083612646814601 ], [ -74.968532771017095, 40.084240940697804 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 264, "PCPC_NUM": 350, "GLOBALID": "c8d0a764-cf61-41fb-8c24-97b3303d5ef5", "NAME": "Philadelphia Mills", "P_DIST": "Lower Far NE", "ST_EXT": "Woodhaven\/Knights\/Franklin Mills Cir", "PT_ADD": "1455 Franklin Mills Circle", "ZIP": 19154, "SURVEY_YEAR": 2016, "GLA": "2,400,000", "GLA_2003": "2,230,000", "GLA_1995": "2,585,000", "COMM_COUNT": 239, "COMM_COUNT_2003": 240, "COMM_COUNT_1995": 298, "OCC_COUNT": 206, "VAC_COUNT": 33, "VAC_RATE": "13.8%", "VAC_RATE_2003": "11.7%", "VAC_RATE_1995": "10.1%", "CORRIDOR_TYPE": 5, "PHYS_CHAR": 3, "AGE": 1980, "STAGE": 4, "STAGE_2003": 1, "STAGE_1995": 2, "COND_PUB": 1, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 5, "COND_SUM_2003": 4, "COND_SUM_1995": "3", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 2196967.4453125, "Shape__Length": 6895.9903899941401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.964784240933696, 40.080688476568099 ], [ -74.962438844383897, 40.078729255881598 ], [ -74.962392890987104, 40.078777795838 ], [ -74.962385923421706, 40.078784357856499 ], [ -74.962334112673702, 40.078833137769401 ], [ -74.962270438367597, 40.078901714831602 ], [ -74.962200508714503, 40.079016878846801 ], [ -74.962156902620293, 40.079126013435797 ], [ -74.9621308168105, 40.079337404336201 ], [ -74.962133244487504, 40.079384210963902 ], [ -74.962107553579997, 40.079480417195299 ], [ -74.962016045676805, 40.079591723686001 ], [ -74.961958089375699, 40.079627046395302 ], [ -74.961894568784103, 40.079670144618397 ], [ -74.961750008151, 40.079768242618499 ], [ -74.961730037788698, 40.079781787837398 ], [ -74.961636101505704, 40.079846287388897 ], [ -74.961523986735699, 40.079930385696201 ], [ -74.961406552541106, 40.080037720592301 ], [ -74.961274039725893, 40.080194779323598 ], [ -74.961122296713199, 40.0803964520276 ], [ -74.961076684392594, 40.080448769876199 ], [ -74.960986819803594, 40.080520045603798 ], [ -74.960883923950504, 40.080591004114297 ], [ -74.960815898913793, 40.080659474852901 ], [ -74.960627620812801, 40.080798482592201 ], [ -74.960181160868103, 40.081084821190103 ], [ -74.960107426607195, 40.081186537772503 ], [ -74.960043197818493, 40.081268454169503 ], [ -74.960040727616999, 40.081328495899697 ], [ -74.960061426169702, 40.081459222614399 ], [ -74.9600797102173, 40.081543142043799 ], [ -74.960078432460307, 40.081680011331798 ], [ -74.960073766510007, 40.0817934244876 ], [ -74.960050759600193, 40.081929767193202 ], [ -74.9600115085114, 40.082056947198303 ], [ -74.959954970050205, 40.0821455470019 ], [ -74.959859730354495, 40.0822564288409 ], [ -74.959744104856, 40.0823116599868 ], [ -74.959666835025601, 40.082322498177298 ], [ -74.959279753682907, 40.082376769699103 ], [ -74.959250056354705, 40.0823809324134 ], [ -74.959103093488395, 40.082371560813201 ], [ -74.959052105160794, 40.082416764041497 ], [ -74.959000986803503, 40.082511297956799 ], [ -74.959039285308506, 40.082590585499602 ], [ -74.959096923989193, 40.082673129699799 ], [ -74.959132061592598, 40.082723450178101 ], [ -74.959154777041306, 40.082813974127198 ], [ -74.959135029446003, 40.082926678641698 ], [ -74.959018759872606, 40.083089292603397 ], [ -74.958907814927699, 40.0832142996409 ], [ -74.958944693080795, 40.083328388276797 ], [ -74.958984617392204, 40.083459959641999 ], [ -74.958965908501796, 40.0835930185142 ], [ -74.958964865858206, 40.083595321572503 ], [ -74.958903565290399, 40.0837308107564 ], [ -74.958722402098104, 40.083909266301802 ], [ -74.958592991392905, 40.083932236488401 ], [ -74.958423133409795, 40.083928110959597 ], [ -74.958383833905401, 40.083964893446499 ], [ -74.958373541440395, 40.084031396009301 ], [ -74.958366067590006, 40.084121186842701 ], [ -74.958422637239494, 40.084215434692297 ], [ -74.958549064802, 40.084264946806798 ], [ -74.958630675246894, 40.084301755458199 ], [ -74.958679948550795, 40.084390023037898 ], [ -74.958627827594498, 40.084600627902098 ], [ -74.958341124437496, 40.084956456257402 ], [ -74.958298840620103, 40.085065711810998 ], [ -74.958252139440603, 40.085282259214999 ], [ -74.9582162124468, 40.085649981295603 ], [ -74.958225542631695, 40.085882397894899 ], [ -74.958203870731793, 40.086041496963603 ], [ -74.958082193926799, 40.086151734445203 ], [ -74.958049736009997, 40.086206091811697 ], [ -74.958026319468104, 40.086315806495897 ], [ -74.958034501761702, 40.086484344136601 ], [ -74.958027720220301, 40.0866031754029 ], [ -74.958017930770595, 40.086840930500898 ], [ -74.957638674014305, 40.087058094387899 ], [ -74.957610574170801, 40.087098050210301 ], [ -74.957609691161807, 40.0872112227458 ], [ -74.957629949306494, 40.087296538539597 ], [ -74.957702906167498, 40.087603791720703 ], [ -74.9577143565607, 40.087652013407101 ], [ -74.957869943454796, 40.087911202856702 ], [ -74.958010867514005, 40.088251295749998 ], [ -74.958182046355901, 40.0887285370573 ], [ -74.958230502093002, 40.089019942166999 ], [ -74.958251797330007, 40.089145267302797 ], [ -74.958234433979001, 40.089199982354401 ], [ -74.958155232255606, 40.089288030973897 ], [ -74.958122999870994, 40.089336590939801 ], [ -74.958109529227897, 40.089388508076397 ], [ -74.958117269301397, 40.0894757678643 ], [ -74.958113449056896, 40.0895685488791 ], [ -74.958067507448504, 40.089674814086898 ], [ -74.957993750177806, 40.089722365380197 ], [ -74.957891317556303, 40.089777924454097 ], [ -74.957828654770395, 40.0898315480704 ], [ -74.957790857139898, 40.0899235046044 ], [ -74.957793867713505, 40.090033869334903 ], [ -74.957824024030998, 40.090127475705202 ], [ -74.957909249068194, 40.090260147769499 ], [ -74.9579647614854, 40.090380493084702 ], [ -74.957979930053995, 40.090470833880197 ], [ -74.957960775059107, 40.090569045326298 ], [ -74.957815420736296, 40.090841235375599 ], [ -74.957643851941299, 40.091153426025201 ], [ -74.957473319678599, 40.091256674192799 ], [ -74.957442841752794, 40.091354610486 ], [ -74.957286890216693, 40.0915626913987 ], [ -74.957198703391001, 40.091685348599697 ], [ -74.957117204507895, 40.091874918993 ], [ -74.957065454887399, 40.092030394632999 ], [ -74.957020792735193, 40.092080996013003 ], [ -74.956820142056202, 40.092302589466499 ], [ -74.9566917166878, 40.092479880190801 ], [ -74.956454737153294, 40.092865936667501 ], [ -74.956374404835699, 40.093072953644402 ], [ -74.956382452690306, 40.093244389605303 ], [ -74.956402670988098, 40.093395802091997 ], [ -74.956403529343902, 40.093558350820899 ], [ -74.956392587288207, 40.093732226723702 ], [ -74.956235181664596, 40.094021539942801 ], [ -74.956008773966303, 40.0944717028013 ], [ -74.955880866267407, 40.094732708032502 ], [ -74.955773966610195, 40.094988412768799 ], [ -74.955748561447805, 40.095054546892598 ], [ -74.955760073367699, 40.095141897650599 ], [ -74.955838122303106, 40.095265693227297 ], [ -74.956119450873302, 40.095591791224102 ], [ -74.956109273905099, 40.095655394074903 ], [ -74.956087893627796, 40.0957158240684 ], [ -74.956096707237407, 40.095776987019001 ], [ -74.956187143536795, 40.095874969329003 ], [ -74.956286694112094, 40.095935427023299 ], [ -74.956462577198906, 40.095977438427497 ], [ -74.956640624111998, 40.095967248789897 ], [ -74.956899732248999, 40.095915497577302 ], [ -74.957059025572804, 40.095901959173901 ], [ -74.957209315301299, 40.095923019345797 ], [ -74.957354885550103, 40.095967194376598 ], [ -74.957653074667704, 40.096113744309598 ], [ -74.957996618514301, 40.096397809627199 ], [ -74.958080107007902, 40.096481105296 ], [ -74.958111102110607, 40.096554421621697 ], [ -74.958168290622396, 40.096634168897097 ], [ -74.958252376762005, 40.096702962630303 ], [ -74.958516017444495, 40.096816755096199 ], [ -74.958665386226002, 40.096870501744803 ], [ -74.959765639039105, 40.095448597453903 ], [ -74.960918031396403, 40.094343098412899 ], [ -74.962204242644404, 40.093347095984797 ], [ -74.964600539429, 40.092271723303 ], [ -74.966443888696304, 40.091182913375697 ], [ -74.969154206923804, 40.089194114957799 ], [ -74.971249358516602, 40.087583555317998 ], [ -74.969563370578001, 40.085874331623302 ], [ -74.968366404155205, 40.084505158124102 ], [ -74.967242974331398, 40.083258380670003 ], [ -74.966017922724902, 40.082462635060097 ], [ -74.965570759599899, 40.080999551039298 ], [ -74.9652770392279, 40.0804664221818 ], [ -74.964784240933696, 40.080688476568099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 265, "PCPC_NUM": 384, "GLOBALID": "bbff4a9a-fb07-41f5-beac-875e63301eaf", "NAME": "Bustleton and Philmont", "P_DIST": "Upper Far NE", "ST_EXT": "Bustleton\/County Line\/Petoni", "PT_ADD": "14425 Bustleton Avenue", "ZIP": 19116, "SURVEY_YEAR": 2016, "GLA": "215,000", "GLA_2003": null, "GLA_1995": "45,000", "COMM_COUNT": 47, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 28, "OCC_COUNT": 43, "VAC_COUNT": 4, "VAC_RATE": "8.5%", "VAC_RATE_2003": null, "VAC_RATE_1995": "21.4%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 2, "AGE": 1960, "STAGE": 2, "STAGE_2003": null, "STAGE_1995": 2, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": null, "COND_SUM_1995": "6", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 296157.66796875, "Shape__Length": 3154.76321464996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.011703774041194, 40.133713806300896 ], [ -75.013111334131196, 40.132395582657402 ], [ -75.013863565299104, 40.130945827873099 ], [ -75.014266708299104, 40.129811073989998 ], [ -75.014860020824898, 40.127769676392901 ], [ -75.013913112913002, 40.127462245858297 ], [ -75.0128226164518, 40.130080295814203 ], [ -75.011507733328401, 40.130491507380597 ], [ -75.011631018284803, 40.130712574746603 ], [ -75.010011813064096, 40.131222501349299 ], [ -75.010788745933297, 40.131824832126703 ], [ -75.0096966495896, 40.132157791898102 ], [ -75.006896997427006, 40.133091116154297 ], [ -75.010132671857093, 40.134981353557301 ], [ -75.011703774041194, 40.133713806300896 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 266, "PCPC_NUM": 98, "GLOBALID": "bdd391bd-9686-45c1-bcea-68c3209e4e39", "NAME": "56th and Spruce", "P_DIST": "West", "ST_EXT": "56th\/SprucePine", "PT_ADD": "311 South 56th Street", "ZIP": 19139, "SURVEY_YEAR": 2017, "GLA": "12,000", "GLA_2003": "11,000", "GLA_1995": "10,000", "COMM_COUNT": 12, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 13, "OCC_COUNT": 9, "VAC_COUNT": 3, "VAC_RATE": "25.0%\r\n", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": null, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 4, "COND_SUM": 9, "COND_SUM_2003": null, "COND_SUM_1995": "7", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 18023.125, "Shape__Length": 737.610112847045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234595415319205, 39.9560030350669 ], [ -75.234609807011097, 39.956006783410501 ], [ -75.234678193730105, 39.955675683938502 ], [ -75.234247406934898, 39.955621473815903 ], [ -75.234511424148295, 39.954263845139103 ], [ -75.233872785693904, 39.954187128666199 ], [ -75.233659632654195, 39.955240809963897 ], [ -75.233884316998697, 39.955272765221103 ], [ -75.233755169591703, 39.955900973862697 ], [ -75.234595415319205, 39.9560030350669 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 267, "PCPC_NUM": 163, "GLOBALID": "b5844336-132f-4b74-888d-c0bcf0b99c7b", "NAME": "31st and Norris", "P_DIST": null, "ST_EXT": null, "PT_ADD": null, "ZIP": null, "SURVEY_YEAR": null, "GLA": null, "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": null, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": null, "VAC_COUNT": null, "VAC_RATE": null, "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": null, "PHYS_CHAR": null, "AGE": null, "STAGE": null, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": null, "COND_PRIV": null, "STORE_MIX": null, "COND_SUM": null, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 34897.75, "Shape__Length": 1123.98573684402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184810085974405, 39.985285204738901 ], [ -75.184462787782905, 39.985237563241 ], [ -75.184383665472794, 39.985228667563597 ], [ -75.184335480593703, 39.985477140327298 ], [ -75.184166648652607, 39.985459395881897 ], [ -75.183917750494402, 39.986599380302103 ], [ -75.183859093135894, 39.986709829170103 ], [ -75.183777262549498, 39.987113133134997 ], [ -75.183749551752001, 39.987205647313502 ], [ -75.183688678216797, 39.987534911719401 ], [ -75.183648341717699, 39.987641114629596 ], [ -75.183440063064097, 39.988518874752401 ], [ -75.184136223815301, 39.988604996008803 ], [ -75.184364801646794, 39.987745609660301 ], [ -75.184375771798003, 39.987615467099403 ], [ -75.184442514645795, 39.987290990016902 ], [ -75.1844168407507, 39.987169342076399 ], [ -75.184473242923104, 39.986798066062597 ], [ -75.184526554129704, 39.986668870833597 ], [ -75.184810085974405, 39.985285204738901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 268, "PCPC_NUM": 132, "GLOBALID": "77808665-f61d-4f85-b546-3e10982580e9", "NAME": "35th and Haverford", "P_DIST": "West", "ST_EXT": "Haverford\/34th37th", "PT_ADD": "3423 Haverford", "ZIP": 19104, "SURVEY_YEAR": 2017, "GLA": "15,000", "GLA_2003": "122,000", "GLA_1995": "15,000", "COMM_COUNT": 12, "COMM_COUNT_2003": 59, "COMM_COUNT_1995": 12, "OCC_COUNT": 8, "VAC_COUNT": 4, "VAC_RATE": "33.3%\r\n", "VAC_RATE_2003": "44.0%\r\n", "VAC_RATE_1995": "33.3%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1900, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 11, "COND_SUM_2003": 11, "COND_SUM_1995": "12", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 77368.0625, "Shape__Length": 1464.09396859256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190934528764799, 39.964469461338197 ], [ -75.196298572066993, 39.963866493166499 ], [ -75.196145769224202, 39.962996278650898 ], [ -75.190772641060803, 39.963592129322599 ], [ -75.190934528764799, 39.964469461338197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 269, "PCPC_NUM": 106, "GLOBALID": "e926e033-e28e-4cfb-9599-a0f9f83c86d7", "NAME": "63rd and Market", "P_DIST": "West", "ST_EXT": "61st63rd\/RaceChestnut", "PT_ADD": "6251 Market Street", "ZIP": 19139, "SURVEY_YEAR": 2017, "GLA": "85,000", "GLA_2003": "100,000", "GLA_1995": "65,000", "COMM_COUNT": 48, "COMM_COUNT_2003": 56, "COMM_COUNT_1995": 47, "OCC_COUNT": 27, "VAC_COUNT": 21, "VAC_RATE": "43.8%\r\n", "VAC_RATE_2003": "50.0%", "VAC_RATE_1995": "27.7%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1910, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 10, "COND_SUM_2003": 12, "COND_SUM_1995": "11", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 116514.61328125, "Shape__Length": 2402.89626009208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.247040205888794, 39.964361183221499 ], [ -75.246865222813895, 39.9643376882184 ], [ -75.246427603983705, 39.9642856719204 ], [ -75.246765076424893, 39.962715559686501 ], [ -75.246919815826999, 39.961938168563897 ], [ -75.247068420806002, 39.961191580824497 ], [ -75.246072429024693, 39.961069887864397 ], [ -75.245932728378094, 39.961817998752998 ], [ -75.245868285550699, 39.962148921400299 ], [ -75.242828338963406, 39.961781519468602 ], [ -75.242737612624893, 39.9622119621529 ], [ -75.242649031254203, 39.962635904144797 ], [ -75.246104333816504, 39.963078740477897 ], [ -75.245522266928305, 39.9657320740084 ], [ -75.246110802516199, 39.9658063610201 ], [ -75.246723683498303, 39.965881749162598 ], [ -75.246724182857207, 39.9658759828977 ], [ -75.247040205888794, 39.964361183221499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 270, "PCPC_NUM": 117, "GLOBALID": "85301901-de42-4be0-81c1-b8c1075e3bce", "NAME": "52nd and Haverford", "P_DIST": "West", "ST_EXT": "Haverford\/Paxon53rd", "PT_ADD": "5201 Haverford\r\n", "ZIP": 19139, "SURVEY_YEAR": 2017, "GLA": "25,000", "GLA_2003": "48,000", "GLA_1995": "20,000", "COMM_COUNT": 25, "COMM_COUNT_2003": 27, "COMM_COUNT_1995": 28, "OCC_COUNT": 18, "VAC_COUNT": 7, "VAC_RATE": "28.0%\r\n", "VAC_RATE_2003": "22.0%\r\n", "VAC_RATE_1995": "32.1%\r\n", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 1, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 10, "COND_SUM_2003": 11, "COND_SUM_1995": "8", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 62747.390625, "Shape__Length": 1389.47915647067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226394568118096, 39.966035395186601 ], [ -75.226869032496396, 39.9653723024716 ], [ -75.226580582978599, 39.965309215085099 ], [ -75.226661786208894, 39.9645174175443 ], [ -75.226061624942403, 39.964579006119401 ], [ -75.226082883296996, 39.964710205829697 ], [ -75.224742164217503, 39.9648047758429 ], [ -75.2244902067699, 39.964403926241403 ], [ -75.222907904212605, 39.9641537038328 ], [ -75.223202719460105, 39.964951647563602 ], [ -75.224162787582699, 39.965186823222098 ], [ -75.224270513185203, 39.965983300319003 ], [ -75.225205979061897, 39.965863929457498 ], [ -75.225157803356595, 39.965574819378297 ], [ -75.226394568118096, 39.966035395186601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 271, "PCPC_NUM": 94, "GLOBALID": "003dc763-4170-46c3-b2f6-1dad54190adf", "NAME": "52nd and Cedar", "P_DIST": "West", "ST_EXT": "52nd Street\/PineCatharine", "PT_ADD": "531 South 52nd Street", "ZIP": 19143, "SURVEY_YEAR": 2017, "GLA": "80,000", "GLA_2003": "62,000", "GLA_1995": "55,000", "COMM_COUNT": 50, "COMM_COUNT_2003": 45, "COMM_COUNT_1995": 47, "OCC_COUNT": 33, "VAC_COUNT": 17, "VAC_RATE": "34.0%\r\n", "VAC_RATE_2003": "24.0%", "VAC_RATE_1995": "31.9%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 1, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 7, "COND_SUM_2003": 9, "COND_SUM_1995": "9", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 71471.94921875, "Shape__Length": 1435.17725242048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226594438575205, 39.9494154487721 ], [ -75.225732825481302, 39.953476682052802 ], [ -75.225777173230696, 39.953482123222003 ], [ -75.2262259197839, 39.953537185974298 ], [ -75.226727364781794, 39.953594720644801 ], [ -75.226834313607199, 39.953608626467698 ], [ -75.227615678242003, 39.949529589436999 ], [ -75.226594438575205, 39.9494154487721 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 272, "PCPC_NUM": 92, "GLOBALID": "6b09ee34-7787-4ba2-9075-60140c532b05", "NAME": "52nd Street", "P_DIST": "West", "ST_EXT": "50th54th\/ArchPine", "PT_ADD": "101 South 52nd Street", "ZIP": 19139, "SURVEY_YEAR": 2017, "GLA": "450,000", "GLA_2003": "560,000", "GLA_1995": "445,000", "COMM_COUNT": 282, "COMM_COUNT_2003": 344, "COMM_COUNT_1995": 312, "OCC_COUNT": 210, "VAC_COUNT": 72, "VAC_RATE": "25.5%\r\n", "VAC_RATE_2003": "22.0%", "VAC_RATE_1995": "18.6%\r\n", "CORRIDOR_TYPE": 3, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": 5, "COND_SUM_1995": "6", "CRM_ORG": "The Enterprise Center CDC", "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": "TCMP", "FY15_MGMT_AMOUNT": 75000, "FY16_MGMT": "TCMP", "FY16_MGMT_AMOUNTS": 75000, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": 75000, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 50000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 60000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 50000, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": 11, "FY12_SIP_TOTAL": 158377, "FY13_SIP": 16, "FY13_SIP_TOTAL": 200261, "FY14_SIP": 6, "FY14_SIP_TOTAL": 44468, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": 1003995.0, "FY08_11_SBP_TOTAL": 1003995.0, "FY12_15_SBP_CITY": 540000, "FY12_15_SBP_TOTAL": 550000.0, "FY16_19_SBP_CITY": 100000, "FY16_19_SBP_TOTAL": 100000, "FY08_11_PD": "The Welc Ctr Economic Dev Strategic Plan", "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 433249.08203125, "Shape__Length": 4084.32241368724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220835918361701, 39.959929176931198 ], [ -75.224116771891303, 39.960370755689198 ], [ -75.223891547439393, 39.961495176984897 ], [ -75.225658690718006, 39.961712638473102 ], [ -75.225884043091398, 39.960589297454 ], [ -75.228561500618099, 39.960888789927701 ], [ -75.228736651063002, 39.960050927551798 ], [ -75.227333192024204, 39.959869893225203 ], [ -75.227821459877902, 39.956851627989103 ], [ -75.226095312050901, 39.956647492280098 ], [ -75.226727364781794, 39.953594720644801 ], [ -75.2262259197839, 39.953537185974298 ], [ -75.2255963047417, 39.953459929628202 ], [ -75.224998221027207, 39.9565209112533 ], [ -75.223173099929198, 39.9563148258162 ], [ -75.222582971755401, 39.959244221544303 ], [ -75.221019333717095, 39.959063653876001 ], [ -75.220922707468802, 39.959514434662601 ], [ -75.220835918361701, 39.959929176931198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 273, "PCPC_NUM": 97, "GLOBALID": "8489bdee-1927-46e1-a227-d0bb3127f69b", "NAME": "56th and Cedar", "P_DIST": "West", "ST_EXT": "56th\/CedarWebster", "PT_ADD": "633 South 56th Street", "ZIP": 19143, "SURVEY_YEAR": 2017, "GLA": "12,000", "GLA_2003": "19,000", "GLA_1995": "15,000", "COMM_COUNT": 12, "COMM_COUNT_2003": 20, "COMM_COUNT_1995": 18, "OCC_COUNT": 9, "VAC_COUNT": 3, "VAC_RATE": "25.0%\r\n", "VAC_RATE_2003": "50.0%", "VAC_RATE_1995": "61.1%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 4, "STORE_MIX": 4, "COND_SUM": 11, "COND_SUM_2003": 10, "COND_SUM_1995": "9", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 30763.72265625, "Shape__Length": 845.62785771703295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234417322430104, 39.9513929160725 ], [ -75.235238606613706, 39.951496587911898 ], [ -75.235723650710995, 39.949262106289297 ], [ -75.234890843276901, 39.9491501469059 ], [ -75.234417322430104, 39.9513929160725 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 274, "PCPC_NUM": 99, "GLOBALID": "250ce8f2-f371-47a0-b01f-1985f3a83b14", "NAME": "56th and Market ", "P_DIST": "West", "ST_EXT": "54th58th\/MarketWalnut", "PT_ADD": "5601 Chestnut Street", "ZIP": 19139, "SURVEY_YEAR": 2017, "GLA": "155,000", "GLA_2003": "170,000", "GLA_1995": "48,000", "COMM_COUNT": 65, "COMM_COUNT_2003": 110, "COMM_COUNT_1995": 34, "OCC_COUNT": 46, "VAC_COUNT": 19, "VAC_RATE": "29.2%", "VAC_RATE_2003": null, "VAC_RATE_1995": "11.8%\r\n", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 5, "AGE": 2000, "STAGE": 4, "STAGE_2003": 3, "STAGE_1995": 1, "COND_PUB": 2, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 6, "COND_SUM_2003": 10, "COND_SUM_1995": "9", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 376084.67578125, "Shape__Length": 3308.3561930798301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234106734993901, 39.9615477842827 ], [ -75.236753088709094, 39.961881705631697 ], [ -75.236989473298607, 39.960715213703601 ], [ -75.235409550301398, 39.960517635682898 ], [ -75.235579449745302, 39.959720475532599 ], [ -75.235732005222999, 39.958989947523001 ], [ -75.2358618442032, 39.959006798849501 ], [ -75.235927062567001, 39.958700646322598 ], [ -75.237347423820296, 39.958882421484702 ], [ -75.237513299528004, 39.958103963848103 ], [ -75.2311477261443, 39.957266667475203 ], [ -75.230725376082205, 39.959174144185397 ], [ -75.230474478331502, 39.960358308693401 ], [ -75.228718701130603, 39.960136609849897 ], [ -75.228564636008002, 39.960836045983697 ], [ -75.234106734993901, 39.9615477842827 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 275, "PCPC_NUM": 103, "GLOBALID": "d3c9304f-fd38-4fc2-bbd7-a0fd3bd25014", "NAME": "60th and Market", "P_DIST": "West", "ST_EXT": "59th61st\/ArchSpruce", "PT_ADD": "101 South 60th Street", "ZIP": 19139, "SURVEY_YEAR": 2017, "GLA": "250,000", "GLA_2003": "270,000", "GLA_1995": "230,000", "COMM_COUNT": 188, "COMM_COUNT_2003": 202, "COMM_COUNT_1995": 252, "OCC_COUNT": 115, "VAC_COUNT": 63, "VAC_RATE": "33.5%", "VAC_RATE_2003": "36.0%\r\n", "VAC_RATE_1995": "31.0%", "CORRIDOR_TYPE": 2, "PHYS_CHAR": 1, "AGE": 1910, "STAGE": 3, "STAGE_2003": 3, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": 9, "COND_SUM_1995": "7", "CRM_ORG": "Partnership CDC & Achievability", "SS_DIST": null, "CDC_TAX_CREDIT": "Partnership CDC & Achievability", "E_ZONES": null, "FY12_MGMT": "TCMP", "FY12_MGMT_AMOUNT": 75000, "FY13_MGMT": "TCMP", "FY13_MGMT_AMOUNT": 75000, "FY14_MGMT": "TCMP", "FY14_MGMT_AMOUNT": 75000, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": "Corridor Cleaning Program", "FY12_CLEANING_AMOUNT": 40000, "FY13_CLEANING": "Corridor Cleaning Program", "FY13_CLEANING_AMOUNT": 30000, "FY14_CLEANING": "Corridor Cleaning Program", "FY14_CLEANING_AMOUNT": 30000, "FY15_CLEANING": "Corridor Cleaning Program", "FY15_CLEANING_AMOUNT": 27500, "FY11_SIP": 1, "FY11_SIP_TOTAL": 8000, "FY12_SIP": 1, "FY12_SIP_TOTAL": 6274, "FY13_SIP": 6, "FY13_SIP_TOTAL": 46675, "FY14_SIP": 7, "FY14_SIP_TOTAL": 56458, "FY15_SIP": 15, "FY15_SIP_TOTAL": 121663, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 220689.80078125, "Shape__Length": 3922.3034551426199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2414650453143, 39.960902504240202 ], [ -75.242377766758196, 39.956623392905897 ], [ -75.241891241700003, 39.956562057665799 ], [ -75.241338298847793, 39.956495054959902 ], [ -75.240700114886295, 39.9599956537241 ], [ -75.239188569049901, 39.9597950793735 ], [ -75.239024193929794, 39.960589038376703 ], [ -75.240532026812005, 39.960770209688803 ], [ -75.240379089508295, 39.961515190196103 ], [ -75.239798140639095, 39.961443361585303 ], [ -75.238868330861706, 39.961336393987899 ], [ -75.238887752442807, 39.9612300386434 ], [ -75.236960499004397, 39.961007955558998 ], [ -75.236759235874302, 39.962083890164998 ], [ -75.2386653027867, 39.962299959404397 ], [ -75.238615216194901, 39.9625371337006 ], [ -75.239851169327807, 39.962697898851701 ], [ -75.239920252936898, 39.962299096875498 ], [ -75.240214671203105, 39.962332991809198 ], [ -75.239960123247201, 39.963639749636101 ], [ -75.240771285457697, 39.963733307325597 ], [ -75.241021551738797, 39.962448448558099 ], [ -75.242649031254203, 39.962635904144797 ], [ -75.242737612624893, 39.9622119621529 ], [ -75.242839820565194, 39.961727041349 ], [ -75.241793228905493, 39.961606311147399 ], [ -75.2419229826357, 39.9609535119749 ], [ -75.2414650453143, 39.960902504240202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 276, "PCPC_NUM": 105, "GLOBALID": "addfd9a9-bf16-4a75-bbf5-fc9eb61f3868", "NAME": "60th and Cedar", "P_DIST": "West", "ST_EXT": "S 60th\/SpruceCatharine", "PT_ADD": "539 South 60th Street", "ZIP": 19143, "SURVEY_YEAR": 2017, "GLA": "75,000", "GLA_2003": "90,000", "GLA_1995": "106,000", "COMM_COUNT": 74, "COMM_COUNT_2003": null, "COMM_COUNT_1995": 107, "OCC_COUNT": 42, "VAC_COUNT": 32, "VAC_RATE": "43.2%", "VAC_RATE_2003": null, "VAC_RATE_1995": "51.4%", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 3, "STAGE_2003": null, "STAGE_1995": 3, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": null, "COND_SUM_1995": "11", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 111550.53125, "Shape__Length": 1983.5610328166799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242452404497996, 39.956632801678097 ], [ -75.243672720022204, 39.950762313230399 ], [ -75.2424837242948, 39.950627518151002 ], [ -75.241344439031096, 39.956495799199701 ], [ -75.241891241700003, 39.956562057665799 ], [ -75.242452404497996, 39.956632801678097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 277, "PCPC_NUM": 113, "GLOBALID": "210128e2-4f4b-411d-b8bc-2414495fefc6", "NAME": "63rd and Girard", "P_DIST": "West", "ST_EXT": "63rd64th\/MediaRace", "PT_ADD": "500 North 63rd Street", "ZIP": 19151, "SURVEY_YEAR": 2017, "GLA": "85,000", "GLA_2003": "115,000", "GLA_1995": "60,000", "COMM_COUNT": 58, "COMM_COUNT_2003": 73, "COMM_COUNT_1995": 37, "OCC_COUNT": 45, "VAC_COUNT": 13, "VAC_RATE": "22.4%\r\n", "VAC_RATE_2003": "15.0%", "VAC_RATE_1995": "8.1%\r\n", "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1920, "STAGE": 3, "STAGE_2003": 1, "STAGE_1995": 3, "COND_PUB": 3, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 9, "COND_SUM_2003": 9, "COND_SUM_1995": "9", "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 253439.484375, "Shape__Length": 3082.9512732904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.246110802516199, 39.9658063610201 ], [ -75.245268313845003, 39.9657022317 ], [ -75.244138357485397, 39.971773674487501 ], [ -75.244031246453105, 39.9722944317583 ], [ -75.244941587028293, 39.972195760497698 ], [ -75.245250036914399, 39.973787724319003 ], [ -75.245887884439497, 39.973718400601499 ], [ -75.245519538152195, 39.971943658257103 ], [ -75.2457986275151, 39.970692985298797 ], [ -75.247515395270696, 39.970896200059201 ], [ -75.247565002787795, 39.970663276420701 ], [ -75.247904157639994, 39.969141734984397 ], [ -75.248180244738293, 39.967623420882397 ], [ -75.2464332654652, 39.9674068853584 ], [ -75.246534541937805, 39.966874096943698 ], [ -75.245903063675897, 39.966802986378397 ], [ -75.246110802516199, 39.9658063610201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 278, "PCPC_NUM": 227, "GLOBALID": "08e554e1-1a9f-4f2e-a3d5-1538fdc7acf9", "NAME": "Carpenter\/McCallum-Sherman", "P_DIST": "Upper NW", "ST_EXT": "Carpenter\/McCallum-Sherman", "PT_ADD": "550 Carpenter Lane", "ZIP": 19119, "SURVEY_YEAR": 2017, "GLA": "24,000", "GLA_2003": "10,000", "GLA_1995": "10,000", "COMM_COUNT": 15, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 12, "VAC_COUNT": 3, "VAC_RATE": "20.00%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 1, "AGE": 1920, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 3, "COND_PRIV": 2, "STORE_MIX": 2, "COND_SUM": 7, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 50614.46875, "Shape__Length": 932.04349328836099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196927958634404, 40.046437622366398 ], [ -75.195713610007601, 40.045695453650502 ], [ -75.194072717118999, 40.047260944144497 ], [ -75.195258644471906, 40.048016801304399 ], [ -75.196927958634404, 40.046437622366398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 279, "PCPC_NUM": 234, "GLOBALID": "013acdc4-d12a-4faf-94a7-00a94b72124d", "NAME": "Wayne Junction", "P_DIST": "Upper NW", "ST_EXT": "Germantown-Wayne\/Cayuga-Logan", "PT_ADD": "4518 Germantown Avenue", "ZIP": 19144, "SURVEY_YEAR": 2017, "GLA": "30,000", "GLA_2003": null, "GLA_1995": null, "COMM_COUNT": 12, "COMM_COUNT_2003": null, "COMM_COUNT_1995": null, "OCC_COUNT": 11, "VAC_COUNT": 1, "VAC_RATE": "8.3%", "VAC_RATE_2003": null, "VAC_RATE_1995": null, "CORRIDOR_TYPE": 1, "PHYS_CHAR": 5, "AGE": 1900, "STAGE": 4, "STAGE_2003": null, "STAGE_1995": null, "COND_PUB": 2, "COND_PRIV": 3, "STORE_MIX": 3, "COND_SUM": 8, "COND_SUM_2003": null, "COND_SUM_1995": null, "CRM_ORG": null, "SS_DIST": null, "CDC_TAX_CREDIT": null, "E_ZONES": null, "FY12_MGMT": null, "FY12_MGMT_AMOUNT": null, "FY13_MGMT": null, "FY13_MGMT_AMOUNT": null, "FY14_MGMT": null, "FY14_MGMT_AMOUNT": null, "FY15_MGMT": null, "FY15_MGMT_AMOUNT": null, "FY16_MGMT": null, "FY16_MGMT_AMOUNTS": null, "FY12_CLEANING": null, "FY12_CLEANING_AMOUNT": null, "FY13_CLEANING": null, "FY13_CLEANING_AMOUNT": null, "FY14_CLEANING": null, "FY14_CLEANING_AMOUNT": null, "FY15_CLEANING": null, "FY15_CLEANING_AMOUNT": null, "FY11_SIP": null, "FY11_SIP_TOTAL": null, "FY12_SIP": null, "FY12_SIP_TOTAL": null, "FY13_SIP": null, "FY13_SIP_TOTAL": null, "FY14_SIP": null, "FY14_SIP_TOTAL": null, "FY15_SIP": null, "FY15_SIP_TOTAL": null, "FY14_IS": null, "FY14_IS_AMOUNT": null, "FY15_IS": null, "FY15_IS_AMOUNT": null, "FY08_11_SBP_CITY": null, "FY08_11_SBP_TOTAL": null, "FY12_15_SBP_CITY": null, "FY12_15_SBP_TOTAL": null, "FY16_19_SBP_CITY": null, "FY16_19_SBP_TOTAL": null, "FY08_11_PD": null, "FY12_15_PD": null, "FY16_19_PD": null, "Shape__Area": 436803.5859375, "Shape__Length": 4098.9088448628399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161504741190697, 40.026789019369403 ], [ -75.160417756497594, 40.024800146371 ], [ -75.160701231550405, 40.024684957190999 ], [ -75.161245471418297, 40.0243181809577 ], [ -75.163204245507004, 40.022960564733701 ], [ -75.162103050439299, 40.022320697368798 ], [ -75.162603449521299, 40.021395084670303 ], [ -75.161365297905903, 40.020444594362203 ], [ -75.160450263172606, 40.0214511106049 ], [ -75.160209287607103, 40.021316939957799 ], [ -75.159579277469305, 40.020933899745799 ], [ -75.158777995599294, 40.021249188943202 ], [ -75.158367844275901, 40.020713834173002 ], [ -75.157541387661396, 40.021108555087203 ], [ -75.156848389241901, 40.021024850275303 ], [ -75.158183123502496, 40.022253745331298 ], [ -75.157868872699794, 40.023986930588201 ], [ -75.158922255807099, 40.024010703219297 ], [ -75.157637562017896, 40.027688740706701 ], [ -75.159212540989699, 40.027860167160497 ], [ -75.159993191957199, 40.027881351714598 ], [ -75.159899516798106, 40.0288733427655 ], [ -75.160912221336005, 40.028299000552401 ], [ -75.161569374062793, 40.028875231689099 ], [ -75.161830715860901, 40.028730933330202 ], [ -75.162217101348105, 40.0283570182457 ], [ -75.162095021808497, 40.028264869571601 ], [ -75.1623977633095, 40.028010650176697 ], [ -75.161490146289395, 40.0270497324383 ], [ -75.161504741190697, 40.026789019369403 ] ] ] } } +] +} diff --git a/data/Schools_Parcels.geojson b/data/Schools_Parcels.geojson new file mode 100644 index 00000000..91c93795 --- /dev/null +++ b/data/Schools_Parcels.geojson @@ -0,0 +1,502 @@ +{ +"type": "FeatureCollection", +"name": "Schools_Parcels", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "OBJECTID": 1, "AUN": 126515001, "SCHOOL_NUM": 6533, "LOCATION_ID": "1350", "SCHOOL_NAME": "LONGSTRETH, WILLIAM C. SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM C. LONGSTRETH SCHOOL", "STREET_ADDRESS": "5700 WILLOWS AVE", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 400-7870", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 278, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 14109.25390625, "Shape__Length": 495.39756612399867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232783365851503, 39.9399414155058 ], [ -75.2329930508198, 39.9397937680315 ], [ -75.233098449047205, 39.939909610999798 ], [ -75.233455047415305, 39.940302256806604 ], [ -75.233362406212194, 39.940367812359398 ], [ -75.233360641551599, 39.940369080084103 ], [ -75.233280191271803, 39.940426054155097 ], [ -75.233170344898596, 39.940503773903004 ], [ -75.233115937841305, 39.940542265520698 ], [ -75.232934221439507, 39.940670877443701 ], [ -75.232810777837102, 39.940758340071397 ], [ -75.232790007701794, 39.940772939887701 ], [ -75.232769022537894, 39.940787696034299 ], [ -75.232734977625498, 39.940811886178899 ], [ -75.232731255539605, 39.940814528877702 ], [ -75.232693124962097, 39.940841577852403 ], [ -75.232652290382504, 39.940870406627198 ], [ -75.232613365773403, 39.940897955096197 ], [ -75.232577406694503, 39.940923455804899 ], [ -75.232572868661904, 39.940926677500201 ], [ -75.232530394475006, 39.940956791332802 ], [ -75.232451044379602, 39.941012821555098 ], [ -75.232440773103306, 39.941004053532701 ], [ -75.232374902567898, 39.940948912798099 ], [ -75.232356673216998, 39.940933392811999 ], [ -75.232347656986207, 39.940925779701203 ], [ -75.232257501962906, 39.940850086821797 ], [ -75.232249072455204, 39.940843066598603 ], [ -75.232071981083607, 39.9406941524148 ], [ -75.231977789012603, 39.940614968288202 ], [ -75.231909449566203, 39.9405575340909 ], [ -75.232011610328101, 39.940485497637503 ], [ -75.232029674819401, 39.940472725023902 ], [ -75.232100414268501, 39.940422969595602 ], [ -75.232202337930104, 39.940351121490302 ], [ -75.232281209061696, 39.940295564097298 ], [ -75.232453420473803, 39.940174240861197 ], [ -75.232532467401995, 39.940118429252699 ], [ -75.232623270492894, 39.940054478334702 ], [ -75.232711373771096, 39.939992191249701 ], [ -75.232783365851503, 39.9399414155058 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2, "AUN": 126515001, "SCHOOL_NUM": 5293, "LOCATION_ID": "5350", "SCHOOL_NAME": "MCKINLEY, WILLIAM SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM MCKINLEY SCHOOL", "STREET_ADDRESS": "2101 N ORKNEY ST", "ZIP_CODE": "19122", "PHONE_NUMBER": "(215) 400-7440", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 285, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 19454.25, "Shape__Length": 609.33771175232789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140792627412907, 39.984216435241599 ], [ -75.140552381332995, 39.984185728685603 ], [ -75.140802908915902, 39.983013393836004 ], [ -75.1408125143071, 39.982968476611298 ], [ -75.140835967756402, 39.982858716766899 ], [ -75.140849532273407, 39.982795271043202 ], [ -75.140862098392702, 39.982736509337101 ], [ -75.141178166777294, 39.982776724918203 ], [ -75.141356172089601, 39.982800355998897 ], [ -75.141670222355003, 39.982839686388701 ], [ -75.141569428556906, 39.9833100167222 ], [ -75.141531309947595, 39.983487904184102 ], [ -75.141503992611206, 39.983615339983601 ], [ -75.141466334574105, 39.983791061928997 ], [ -75.141452700703397, 39.983854684090602 ], [ -75.1413633731065, 39.984271401652201 ], [ -75.141359160031598, 39.984291052923197 ], [ -75.141048006344903, 39.984249822323498 ], [ -75.140871973836695, 39.984226573583001 ], [ -75.140792627412907, 39.984216435241599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3, "AUN": 126515001, "SCHOOL_NUM": 7521, "LOCATION_ID": "5500", "SCHOOL_NAME": "MARSHALL, THURGOOD SCHOOL", "SCHOOL_NAME_LABEL": "THURGOOD MARSHALL SCHOOL", "STREET_ADDRESS": "5120 N 6TH ST", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 400-3770", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 604, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 16262.0546875, "Shape__Length": 665.97327903182349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135051368184406, 40.030671872889499 ], [ -75.135051384195805, 40.030671571411403 ], [ -75.135074275426703, 40.030381052153601 ], [ -75.135012501294597, 40.030143902019702 ], [ -75.134972474258305, 40.030660844419003 ], [ -75.134589634910498, 40.030609053232801 ], [ -75.133944484397006, 40.030521931738498 ], [ -75.1339945961018, 40.030291929266902 ], [ -75.134075199260096, 40.029922086496697 ], [ -75.134083174409895, 40.029885466993903 ], [ -75.134099098681901, 40.029812370431401 ], [ -75.134103840005494, 40.029789975377497 ], [ -75.134110812114301, 40.029757103807597 ], [ -75.134122446318301, 40.0297060589238 ], [ -75.134547142954304, 40.029759288221499 ], [ -75.134552193879003, 40.029736496995604 ], [ -75.134910532865106, 40.029783505866199 ], [ -75.134908790320907, 40.029788995088502 ], [ -75.134957708518797, 40.029796186372401 ], [ -75.134991208454096, 40.029802946598899 ], [ -75.135055088793294, 40.0298158294746 ], [ -75.135123112199693, 40.029824004195497 ], [ -75.135152001079703, 40.029827466387303 ], [ -75.135151526777804, 40.029833806672002 ], [ -75.135176070653202, 40.029837332112699 ], [ -75.135281154198296, 40.029852459460699 ], [ -75.135286741900003, 40.0298532635708 ], [ -75.135209582203998, 40.030692871657003 ], [ -75.135051368184406, 40.030671872889499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4, "AUN": 126515001, "SCHOOL_NUM": 3795, "LOCATION_ID": "4360", "SCHOOL_NAME": "KENDERTON ELEMENTARY", "SCHOOL_NAME_LABEL": "KENDERTON ELEMENTARY SCHOOL", "STREET_ADDRESS": "1500 W ONTARIO ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 400-8340", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 302, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 10941.671875, "Shape__Length": 456.66021257711049 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1537349950367, 40.006060990136298 ], [ -75.153720675210906, 40.006058860885098 ], [ -75.153917555381796, 40.005171206182702 ], [ -75.153960513049697, 40.004977498009403 ], [ -75.153961427614703, 40.004973343598301 ], [ -75.154565508353897, 40.005055915228802 ], [ -75.154493813043203, 40.0053823335343 ], [ -75.154428462317597, 40.0056798475606 ], [ -75.154361077148394, 40.005986697410599 ], [ -75.154328017860905, 40.006139717669598 ], [ -75.1537349950367, 40.006060990136298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5, "AUN": 226512587, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "NEW MEDINA LEARNING INSTITUTE", "SCHOOL_NAME_LABEL": "NEW MEDINA LEARNING INSTITUTE", "STREET_ADDRESS": "7401 LIMEKILN PIKE, 2ND FLOOR", "ZIP_CODE": "19138", "PHONE_NUMBER": "(215) 298-9994", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 7896.42578125, "Shape__Length": 402.80834872685966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157885472964907, 40.067807260355799 ], [ -75.158166497193506, 40.0675990284197 ], [ -75.157979708076695, 40.067455056629001 ], [ -75.158309732463294, 40.067115311669703 ], [ -75.158958499319695, 40.067626723002299 ], [ -75.158649359909802, 40.067856439310098 ], [ -75.1585796135262, 40.0677857124927 ], [ -75.158271887664199, 40.068032207303403 ], [ -75.158225667614204, 40.0680047279577 ], [ -75.158219160318296, 40.068000970374001 ], [ -75.158179313165704, 40.067978004665498 ], [ -75.158132837179295, 40.067951163733099 ], [ -75.158087400843797, 40.0679251211034 ], [ -75.158039063445003, 40.0678970465543 ], [ -75.157996500603701, 40.067872148793199 ], [ -75.157954758374501, 40.0678477200331 ], [ -75.157904253348505, 40.067818178558397 ], [ -75.157885472964907, 40.067807260355799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6, "AUN": 126515001, "SCHOOL_NUM": 3701, "LOCATION_ID": "5400", "SCHOOL_NAME": "RICHMOND SCHOOL", "SCHOOL_NAME_LABEL": "RICHMOND SCHOOL", "STREET_ADDRESS": "2944 BELGRADE ST", "ZIP_CODE": "19134", "PHONE_NUMBER": "(215) 400-7150", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 352, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 7715.89453125, "Shape__Length": 363.79455725015487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.110394043246103, 39.983833276718798 ], [ -75.110377499191699, 39.9838076842112 ], [ -75.110371727028806, 39.983798733729003 ], [ -75.110351478182395, 39.983767091176198 ], [ -75.110320493842806, 39.983718888517103 ], [ -75.110287415753106, 39.983668993307603 ], [ -75.110257001612297, 39.983621755458998 ], [ -75.110230448296804, 39.983581940804903 ], [ -75.110204349377796, 39.983542829264003 ], [ -75.110178098090202, 39.983502779391003 ], [ -75.110152891531001, 39.983463914746999 ], [ -75.110128275016507, 39.983426030025903 ], [ -75.110095972498897, 39.983376152593998 ], [ -75.110356119702502, 39.983236846080501 ], [ -75.110407844943097, 39.983209696061003 ], [ -75.110515217055195, 39.983152585952098 ], [ -75.110701247828004, 39.9830536308516 ], [ -75.110702445201895, 39.983052997256003 ], [ -75.110741837899894, 39.983097846494701 ], [ -75.110779499960103, 39.983140287332802 ], [ -75.110818941400296, 39.983184412333102 ], [ -75.110859737081796, 39.983229293791098 ], [ -75.110898080284301, 39.983273651426899 ], [ -75.110926490909804, 39.9833055772989 ], [ -75.110937353043894, 39.983317788271997 ], [ -75.110974832818201, 39.983361158542301 ], [ -75.111014088951094, 39.983405763512799 ], [ -75.111039525826001, 39.983434944910101 ], [ -75.111068038557093, 39.983467486919402 ], [ -75.111096295088302, 39.983499087083302 ], [ -75.111123917032799, 39.9835313822107 ], [ -75.111151252656796, 39.983562945416899 ], [ -75.110950198182607, 39.983669389137397 ], [ -75.110917799662701, 39.983648413715997 ], [ -75.110648735668903, 39.983793368647397 ], [ -75.110667007203404, 39.983822547527403 ], [ -75.110460565423793, 39.983934960884604 ], [ -75.110438812222696, 39.983902091009398 ], [ -75.110416367216203, 39.983867093425097 ], [ -75.110394043246103, 39.983833276718798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 7, "AUN": 226510020, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "NEW LIFE ALTERNATIVES CHRISTIAN ACADEMY", "SCHOOL_NAME_LABEL": "NEW LIFE ALTERNATIVES CHRISTIAN ACADEMY", "STREET_ADDRESS": "1993-95 N 63RD ST", "ZIP_CODE": "19151", "PHONE_NUMBER": "(215) 877-3440", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "PREK-7", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 420.0, "Shape__Length": 87.963908194774717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.247031366382004, 39.985531281249699 ], [ -75.247291941293895, 39.985466456512299 ], [ -75.247311194990701, 39.985514348446699 ], [ -75.247331416368198, 39.985564388942997 ], [ -75.247103499780593, 39.985619785317397 ], [ -75.2470640738144, 39.985571179760797 ], [ -75.247069615588401, 39.985569188915903 ], [ -75.247031366382004, 39.985531281249699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 8, "AUN": 126515001, "SCHOOL_NUM": 3804, "LOCATION_ID": "1460", "SCHOOL_NAME": "ANDERSON, ADD B. SCHOOL", "SCHOOL_NAME_LABEL": "ADD B. ANDERSON SCHOOL", "STREET_ADDRESS": "1034 S 60TH ST", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 400-7890", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 331, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 15161.22265625, "Shape__Length": 564.49822692680596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245873247544395, 39.946696195969999 ], [ -75.245750117637698, 39.9472926419948 ], [ -75.244376372597301, 39.947124629919102 ], [ -75.244387567094194, 39.947070408300803 ], [ -75.244398761614704, 39.947016185556002 ], [ -75.244409956075899, 39.9469619639355 ], [ -75.244421152022795, 39.946907741220301 ], [ -75.244432346448306, 39.946853519597397 ], [ -75.244443540897393, 39.946799296847999 ], [ -75.244091300855104, 39.946756214692698 ], [ -75.244147277043396, 39.946485103414702 ], [ -75.245873247544395, 39.946696195969999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 9, "AUN": 326510079, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "COMMUNITY PARTNERSHIP SCHOOL", "SCHOOL_NAME_LABEL": "COMMUNITY PARTNERSHIP SCHOOL", "STREET_ADDRESS": "3033 W GLENWOOD AVE", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 235-0461", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "PREK-5", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 6316.19140625, "Shape__Length": 329.96173365120751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184850588952202, 39.981353656102101 ], [ -75.185539577453895, 39.980900969452001 ], [ -75.185859821519799, 39.980943040281602 ], [ -75.185790116045993, 39.981257493814503 ], [ -75.185199255441603, 39.981656890881403 ], [ -75.184850588952202, 39.981353656102101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 10, "AUN": 126513452, "SCHOOL_NUM": 8205, "LOCATION_ID": "3414", "SCHOOL_NAME": "OLNEY HIGH SCHOOL", "SCHOOL_NAME_LABEL": "OLNEY HIGH SCHOOL", "STREET_ADDRESS": "100 W DUNCANNON AVE", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 400-9140", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 1148, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 45069.02734375, "Shape__Length": 860.83542887245528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123063119100095, 40.028115692636803 ], [ -75.1231314374768, 40.027793855574402 ], [ -75.123133103629499, 40.0277936188727 ], [ -75.123727949828094, 40.027707457623499 ], [ -75.123732861823996, 40.027706747767901 ], [ -75.124269771898298, 40.0276313798635 ], [ -75.124564753293598, 40.027590408982 ], [ -75.124811235242603, 40.027556436804403 ], [ -75.124864030846297, 40.027550018731702 ], [ -75.124962032776395, 40.027536089992203 ], [ -75.1249642471372, 40.027535770061199 ], [ -75.124934005395303, 40.027731033901198 ], [ -75.124913299111199, 40.027856538651498 ], [ -75.124610376720298, 40.029322999733701 ], [ -75.124606432710806, 40.029322506362597 ], [ -75.122855365355903, 40.029101435241301 ], [ -75.122976360747003, 40.028524429707304 ], [ -75.122976821091498, 40.028522264258697 ], [ -75.123063119100095, 40.028115692636803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 11, "AUN": 226510019, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "JESUS IS THE WAY CHRISTIAN ACADEMY", "SCHOOL_NAME_LABEL": "JESUS IS THE WAY CHRISTIAN ACADEMY", "STREET_ADDRESS": "6753 GERMANTOWN AVE", "ZIP_CODE": "19119", "PHONE_NUMBER": "(267) 970-9779", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 302.69921875, "Shape__Length": 88.978078697412485 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185835086342294, 40.053482248678002 ], [ -75.185778315302798, 40.053447501311503 ], [ -75.185986853842607, 40.053243487028503 ], [ -75.186018097802304, 40.053303698049397 ], [ -75.186019778707703, 40.053306958913602 ], [ -75.185911402604006, 40.053413299539798 ], [ -75.185909507650905, 40.053415159497199 ], [ -75.185846901322904, 40.053476564607898 ], [ -75.185838796218604, 40.053484524303499 ], [ -75.185835086342294, 40.053482248678002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 12, "AUN": 226515412, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "WILLIAM PENN CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM PENN CHARTER SCHOOL", "STREET_ADDRESS": "3000 W SCHOOL HOUSE LN", "ZIP_CODE": "19144", "PHONE_NUMBER": "(215) 844-3460", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "PREK-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 155471.0, "Shape__Length": 1748.9931515427916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185068364495606, 40.023520135218298 ], [ -75.184358252545294, 40.022906520820897 ], [ -75.184155484547802, 40.022730606221799 ], [ -75.184033805278801, 40.022622125885803 ], [ -75.183774824537196, 40.022398577329398 ], [ -75.183566316939306, 40.022213715859301 ], [ -75.183386604354197, 40.022055287822702 ], [ -75.183198719737305, 40.021885667621198 ], [ -75.183181795411997, 40.021871378872298 ], [ -75.183223399532594, 40.021783618041702 ], [ -75.183236635814097, 40.021775112174197 ], [ -75.1832394305588, 40.021774965158301 ], [ -75.183251783538395, 40.021774322244603 ], [ -75.183415247586098, 40.021783521592297 ], [ -75.183451448660307, 40.021758797246598 ], [ -75.183483462901094, 40.021738879674601 ], [ -75.183635523252903, 40.021639885269202 ], [ -75.183707037852301, 40.021588369058101 ], [ -75.184493092157595, 40.021322758709303 ], [ -75.184778792562895, 40.021224266194601 ], [ -75.185120128451203, 40.021106592073302 ], [ -75.185399777394693, 40.021008398750702 ], [ -75.185651274597802, 40.020922229630202 ], [ -75.185220477730894, 40.020553832727998 ], [ -75.185255377817597, 40.020529077657599 ], [ -75.185263606532899, 40.020523249469299 ], [ -75.185331199951307, 40.020477786215103 ], [ -75.185380229001296, 40.020444803986599 ], [ -75.185857516340207, 40.020852426506401 ], [ -75.186073629000603, 40.020758824801597 ], [ -75.186125461651699, 40.020739300590797 ], [ -75.186611692439996, 40.021151197693399 ], [ -75.186980121206105, 40.021466389165198 ], [ -75.187686570879606, 40.022071135302703 ], [ -75.188690469543502, 40.022937042684703 ], [ -75.188434498996898, 40.023031065630001 ], [ -75.188189760783899, 40.023120277190898 ], [ -75.186322522890507, 40.023828010662697 ], [ -75.185694379638903, 40.024062954617001 ], [ -75.185686156077693, 40.024055839981898 ], [ -75.185068364495606, 40.023520135218298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 13, "AUN": 126515001, "SCHOOL_NUM": 5121, "LOCATION_ID": "5390", "SCHOOL_NAME": "POTTER-THOMAS SCHOOL", "SCHOOL_NAME_LABEL": "POTTER-THOMAS SCHOOL", "STREET_ADDRESS": "3001 N 6TH ST", "ZIP_CODE": "19133", "PHONE_NUMBER": "(215) 400-7120", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 326, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 25888.94140625, "Shape__Length": 658.77716528780843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139635788184904, 39.998188173932803 ], [ -75.139923316776503, 39.996832559748299 ], [ -75.139924464778105, 39.996832714247198 ], [ -75.141070760324993, 39.9969807206365 ], [ -75.140782929092794, 39.998339876950197 ], [ -75.139635788184904, 39.998188173932803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 14, "AUN": 100510000, "SCHOOL_NUM": 7744, "LOCATION_ID": "3364", "SCHOOL_NAME": "FIRST PHILADELPHIA CHARTER", "SCHOOL_NAME_LABEL": "FIRST PHILADELPHIA PREPARATORY CHARTER SCHOOL", "STREET_ADDRESS": "4300 TACONY ST", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 743-3100", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": 1886, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 45133.98046875, "Shape__Length": 1074.9015576350357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.079009463046106, 40.007375784281102 ], [ -75.082778113180595, 40.006877209607801 ], [ -75.082973601060104, 40.007366998075 ], [ -75.081929755871599, 40.007624039613397 ], [ -75.081873933802001, 40.007637785167098 ], [ -75.081868139232697, 40.007639211551201 ], [ -75.081812333411506, 40.0076529529479 ], [ -75.081807946777005, 40.007654033613697 ], [ -75.081752859710505, 40.007667597963 ], [ -75.081747440799006, 40.007668931704799 ], [ -75.081691521015301, 40.007682701931699 ], [ -75.079214545916599, 40.008292592116597 ], [ -75.079009463046106, 40.007375784281102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 15, "AUN": 126511530, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "FREIRE CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "FREIRE CHARTER SCHOOL", "STREET_ADDRESS": "1026 MARKET ST", "ZIP_CODE": "19107", "PHONE_NUMBER": "(267) 670-7499", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "5-8", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 4441.64453125, "Shape__Length": 267.30207184761787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157707197975895, 39.951551870910698 ], [ -75.157709352426593, 39.951541506077902 ], [ -75.1577128141072, 39.951524916592497 ], [ -75.157795589680603, 39.951127417525399 ], [ -75.157808799693996, 39.951063896911201 ], [ -75.158357285200296, 39.951137481411003 ], [ -75.158255752251407, 39.951624328837298 ], [ -75.157707197975895, 39.951551870910698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 16, "AUN": 126515001, "SCHOOL_NUM": 7813, "LOCATION_ID": "6090", "SCHOOL_NAME": "RANDOLPH TECHNICAL HIGH SCHOOL", "SCHOOL_NAME_LABEL": "A. PHILIP RANDOLPH CAREER AND TECHNICAL HIGH SCHOOL", "STREET_ADDRESS": "3101 HENRY AVE", "ZIP_CODE": "19129", "PHONE_NUMBER": "(215) 400-3840", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 440, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 58932.3671875, "Shape__Length": 1023.7770856627668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179518765320694, 40.007974279473302 ], [ -75.179522663360103, 40.007975382635998 ], [ -75.179531377772307, 40.008000450131298 ], [ -75.179563378801504, 40.0080926146316 ], [ -75.179637945860506, 40.008307338065897 ], [ -75.179777393955902, 40.008706425747299 ], [ -75.179824084946205, 40.008839120960502 ], [ -75.179828741233493, 40.0088523461568 ], [ -75.179884746233597, 40.009011460227903 ], [ -75.180072389604604, 40.0095561877664 ], [ -75.180100725267295, 40.009638855605303 ], [ -75.179090036925402, 40.010188964600601 ], [ -75.177849872109107, 40.008589033538897 ], [ -75.177356150652798, 40.007952196818302 ], [ -75.177958909559806, 40.007875252764798 ], [ -75.177945265279305, 40.007811000111303 ], [ -75.178051700835795, 40.0077963621832 ], [ -75.178188948691002, 40.007785090383202 ], [ -75.178301540092093, 40.007780036091198 ], [ -75.178398690898206, 40.007779214096999 ], [ -75.178505834139798, 40.007780727575501 ], [ -75.178587211240696, 40.007784580885797 ], [ -75.178728021916797, 40.007796600524301 ], [ -75.178819758001396, 40.007807536727597 ], [ -75.178897800716399, 40.007819150554099 ], [ -75.178991489791002, 40.007834982296401 ], [ -75.179100023977, 40.007856273135303 ], [ -75.179111284811398, 40.007859459211701 ], [ -75.179518765320694, 40.007974279473302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 17, "AUN": 226518302, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST JOSEPH'S PREPARATORY SCHOOL", "SCHOOL_NAME_LABEL": "ST JOSEPH'S PREPARATORY SCHOOL", "STREET_ADDRESS": "1733 W GIRARD AVE", "ZIP_CODE": "19130", "PHONE_NUMBER": "(215) 978-1950", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 29945.71484375, "Shape__Length": 778.81101144683055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164009433908006, 39.973784979146401 ], [ -75.164040293018203, 39.973637582472399 ], [ -75.164121192468798, 39.9732511431612 ], [ -75.164337985067107, 39.972215701942901 ], [ -75.165731537526796, 39.972393365686699 ], [ -75.165731383793698, 39.972394135971399 ], [ -75.165641371034695, 39.972829843455997 ], [ -75.1656015405338, 39.973022609532897 ], [ -75.165600305930894, 39.973028626414497 ], [ -75.165587006624804, 39.973092919558297 ], [ -75.165563020153797, 39.973209022538697 ], [ -75.165074505028002, 39.973146354771103 ], [ -75.164951940726695, 39.973745267216103 ], [ -75.164800829465506, 39.973726128976701 ], [ -75.164766556285301, 39.9738895376641 ], [ -75.164008283464199, 39.973790434775999 ], [ -75.164009433908006, 39.973784979146401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 18, "AUN": 226511922, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "GREATER HOPE CHRISTIAN ACADEMY", "SCHOOL_NAME_LABEL": "GREATER HOPE CHRISTIAN ACADEMY", "STREET_ADDRESS": "7029 WOODLAND AVE", "ZIP_CODE": "19142", "PHONE_NUMBER": "(215) 729-0374", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "PREK-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 2056.3984375, "Shape__Length": 226.20395220546527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242934289149801, 39.920520982051698 ], [ -75.242387145657702, 39.920059204347901 ], [ -75.242538026926795, 39.919955809397401 ], [ -75.243085590688395, 39.920413017392498 ], [ -75.242934289149801, 39.920520982051698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 19, "AUN": 126515001, "SCHOOL_NUM": 3849, "LOCATION_ID": "5020", "SCHOOL_NAME": "EDISON, THOMAS A. HIGH SCHOOL", "SCHOOL_NAME_LABEL": "THOMAS A. EDISON HIGH SCHOOL", "STREET_ADDRESS": "151 W LUZERNE ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 400-3900", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 1020, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 162866.1328125, "Shape__Length": 1632.9792588713271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126599871807599, 40.011763789246402 ], [ -75.127533986282998, 40.0116229365644 ], [ -75.127652901002094, 40.011061666864201 ], [ -75.130466150987203, 40.011422130757303 ], [ -75.130440739987094, 40.011538542307697 ], [ -75.130467738871999, 40.011542001035302 ], [ -75.129881500498001, 40.0142275927032 ], [ -75.126178360914906, 40.013753093843903 ], [ -75.126599871807599, 40.011763789246402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 20, "AUN": 126515001, "SCHOOL_NUM": 7253, "LOCATION_ID": "8120", "SCHOOL_NAME": "CASTOR GARDENS MIDDLE SCHOOL", "SCHOOL_NAME_LABEL": "CASTOR GARDENS MIDDLE SCHOOL", "STREET_ADDRESS": "1800 COTTMAN AVE", "ZIP_CODE": "19111", "PHONE_NUMBER": "(215) 400-3190", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": 1318, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 23324.36328125, "Shape__Length": 687.98678833357508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.069733676479103, 40.053135490075199 ], [ -75.0695136138891, 40.053010501399299 ], [ -75.069253446550206, 40.052862104475402 ], [ -75.067930344228799, 40.052107453744803 ], [ -75.068281680147805, 40.051735022767097 ], [ -75.068412051983898, 40.051597013510602 ], [ -75.068456032253096, 40.051621591097202 ], [ -75.068666023132593, 40.051739076600001 ], [ -75.068703506138803, 40.051759844209499 ], [ -75.068872850162094, 40.051854344508897 ], [ -75.068991992491206, 40.051920816306499 ], [ -75.069273728358596, 40.052078034968297 ], [ -75.070209590323998, 40.0525989539289 ], [ -75.070229376311502, 40.052609974544097 ], [ -75.070235267525504, 40.0526132554726 ], [ -75.069739236837506, 40.053138650679301 ], [ -75.069733676479103, 40.053135490075199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 21, "AUN": 126515001, "SCHOOL_NUM": 3620, "LOCATION_ID": "2240", "SCHOOL_NAME": "BREGY, F. AMEDEE SCHOOL", "SCHOOL_NAME_LABEL": "F. AMEDEE BREGY SCHOOL", "STREET_ADDRESS": "1700 BIGLER ST", "ZIP_CODE": "19145", "PHONE_NUMBER": "(215) 400-8210", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 232, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 18116.65234375, "Shape__Length": 542.03420621695955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176157104745599, 39.914713463369203 ], [ -75.176393164558107, 39.913632434428301 ], [ -75.177403561784601, 39.913764572750203 ], [ -75.177177954550601, 39.914801859531998 ], [ -75.177095057025795, 39.9148342039623 ], [ -75.176157104745599, 39.914713463369203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 22, "AUN": 126515001, "SCHOOL_NUM": 3663, "LOCATION_ID": "1490", "SCHOOL_NAME": "BLANKENBURG, RUDOLPH SCHOOL", "SCHOOL_NAME_LABEL": "RUDOLPH BLANKENBURG SCHOOL", "STREET_ADDRESS": "4600 W GIRARD AVE", "ZIP_CODE": "19131", "PHONE_NUMBER": "(215) 400-7280", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 257, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 22231.4921875, "Shape__Length": 719.04951265274758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214228982727803, 39.972882441533201 ], [ -75.214221610927794, 39.972840834833299 ], [ -75.214214043897996, 39.972800497608603 ], [ -75.214212720531293, 39.9727977935176 ], [ -75.214205137483503, 39.972755650557303 ], [ -75.214196879428002, 39.972713669500997 ], [ -75.214189436080801, 39.972673980349199 ], [ -75.214181222289398, 39.972630774907998 ], [ -75.214173586976997, 39.972590032972498 ], [ -75.214166505235994, 39.972546853672704 ], [ -75.214158424516697, 39.972506279840502 ], [ -75.214150236601895, 39.972462382323201 ], [ -75.214140203801506, 39.972407322302402 ], [ -75.214129460015897, 39.972353309749501 ], [ -75.2141230896721, 39.972315190646903 ], [ -75.214114417309204, 39.972272507781398 ], [ -75.214106769431694, 39.972232104563197 ], [ -75.214099174741904, 39.972190316104303 ], [ -75.214090954428599, 39.972147288457002 ], [ -75.214083045708904, 39.972108265887499 ], [ -75.214075457685396, 39.972066299625801 ], [ -75.2140673336947, 39.972024064733297 ], [ -75.214059962086694, 39.971982458021998 ], [ -75.214052958918401, 39.971943294408 ], [ -75.214042164416497, 39.971890134420804 ], [ -75.214032328942494, 39.971835949339201 ], [ -75.214024472051904, 39.971795540367403 ], [ -75.214017461680797, 39.971756021821797 ], [ -75.214010112071506, 39.971714415591798 ], [ -75.214001917709894, 39.971670695863999 ], [ -75.213993836588699, 39.971629589288902 ], [ -75.213986293525394, 39.971586931367298 ], [ -75.213978474486296, 39.971544961116599 ], [ -75.213970842114605, 39.971504735049201 ], [ -75.213963016498496, 39.971462941473 ], [ -75.2139623008283, 39.971451802796402 ], [ -75.214084533804893, 39.971525188853299 ], [ -75.214660664400299, 39.971872594326797 ], [ -75.214722103179497, 39.971909946766601 ], [ -75.214835602108295, 39.971978222929003 ], [ -75.214851831270494, 39.971987994687197 ], [ -75.21486426829, 39.971995475211699 ], [ -75.215420295297804, 39.972330520190901 ], [ -75.215926695937398, 39.972636305673298 ], [ -75.216063818498696, 39.972720059987701 ], [ -75.216038129580198, 39.972722926656999 ], [ -75.215113309471803, 39.972825927692199 ], [ -75.214940187665206, 39.9728450573568 ], [ -75.214251378397094, 39.972920624180702 ], [ -75.214236820344496, 39.972922236251399 ], [ -75.214228982727803, 39.972882441533201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 23, "AUN": 126510021, "SCHOOL_NUM": 7857, "LOCATION_ID": "3384", "SCHOOL_NAME": "FOLK ARTS CULTURAL TREASURES", "SCHOOL_NAME_LABEL": "FOLK ARTS-CULTURAL TREASURES CHARTER SCHOOL", "STREET_ADDRESS": "1023 CALLOWHILL ST", "ZIP_CODE": "19123", "PHONE_NUMBER": "(215) 569-2600", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 503, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 3873.71484375, "Shape__Length": 267.83452603033413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155791627857297, 39.958869249609101 ], [ -75.156632045893105, 39.958977698917799 ], [ -75.156628883919495, 39.958980400325899 ], [ -75.156337573120197, 39.959228848191302 ], [ -75.156335484999602, 39.959270357086503 ], [ -75.156280078688496, 39.959272038421098 ], [ -75.155720391985994, 39.959198789074698 ], [ -75.155791627857297, 39.958869249609101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 24, "AUN": 126515001, "SCHOOL_NUM": 3797, "LOCATION_ID": "7360", "SCHOOL_NAME": "MARSHALL, JOHN SCHOOL", "SCHOOL_NAME_LABEL": "JOHN MARSHALL SCHOOL", "STREET_ADDRESS": "4500 GRISCOM ST", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 400-3950", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 250, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 5588.98046875, "Shape__Length": 307.72201098825315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.087936408934993, 40.014820615428803 ], [ -75.087633361145805, 40.0151508889886 ], [ -75.086936367329201, 40.014773680537601 ], [ -75.087239551127894, 40.014441590703498 ], [ -75.087936408934993, 40.014820615428803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 25, "AUN": 126513510, "SCHOOL_NUM": 7683, "LOCATION_ID": "3341", "SCHOOL_NAME": "INDEPENDENCE CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "INDEPENDENCE CHARTER SCHOOL", "STREET_ADDRESS": "1600 LOMBARD ST", "ZIP_CODE": "19146", "PHONE_NUMBER": "(215) 238-8000", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 803, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 5864.55859375, "Shape__Length": 328.69226706486904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168642007140903, 39.945022694398901 ], [ -75.168717843937202, 39.944667057333703 ], [ -75.1695951560433, 39.944774810629497 ], [ -75.169710516605093, 39.944788980451698 ], [ -75.169712392320506, 39.944789216365201 ], [ -75.169681306860596, 39.944931144349603 ], [ -75.1696338720201, 39.945145099949599 ], [ -75.168642007140903, 39.945022694398901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 26, "AUN": 126513290, "SCHOOL_NUM": 7588, "LOCATION_ID": "3323", "SCHOOL_NAME": "MASTERY CHARTER AT HARDY WILLIAMS", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL AT HARDY WILLIAMS", "STREET_ADDRESS": "5400 WARRINGTON AVE", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 724-2343", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": 1251, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 20050.578125, "Shape__Length": 581.93027289021848 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226294819729901, 39.942402743199601 ], [ -75.226268008368507, 39.942380327717103 ], [ -75.226113641089, 39.942251360068902 ], [ -75.226094223032206, 39.9422351360327 ], [ -75.226086913179799, 39.942228946377597 ], [ -75.225855592761704, 39.942033241942298 ], [ -75.225829157082799, 39.942010883046898 ], [ -75.225689630700302, 39.941892831502699 ], [ -75.226880947151898, 39.941062388608401 ], [ -75.226886874871695, 39.941067419309803 ], [ -75.227017638427, 39.941178425673399 ], [ -75.227041451060202, 39.941198647542798 ], [ -75.227145985383899, 39.941287379634403 ], [ -75.227551230100602, 39.9416314006886 ], [ -75.227549122154699, 39.941632886026902 ], [ -75.226375497230094, 39.942462807249797 ], [ -75.226370744388007, 39.942466168141799 ], [ -75.226294819729901, 39.942402743199601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 27, "AUN": 126515001, "SCHOOL_NUM": 3615, "LOCATION_ID": "1420", "SCHOOL_NAME": "WASHINGTON, MARTHA SCHOOL", "SCHOOL_NAME_LABEL": "MARTHA WASHINGTON SCHOOL", "STREET_ADDRESS": "766 N 44TH ST", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 400-7770", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 205, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 21918.3046875, "Shape__Length": 594.39630438943038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211188521725305, 39.966649645710604 ], [ -75.211174717692998, 39.966544756451299 ], [ -75.211172479953305, 39.966527830041201 ], [ -75.211066365008307, 39.965721984039803 ], [ -75.211630421363395, 39.965677095035701 ], [ -75.212511374055396, 39.965606987681397 ], [ -75.212627818947198, 39.966539454057802 ], [ -75.211804388993798, 39.966603193436399 ], [ -75.211188685736303, 39.966650857808702 ], [ -75.211188521725305, 39.966649645710604 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 28, "AUN": 126515001, "SCHOOL_NUM": 3684, "LOCATION_ID": "5210", "SCHOOL_NAME": "BROWN, HENRY A. SCHOOL", "SCHOOL_NAME_LABEL": "HENRY A. BROWN SCHOOL", "STREET_ADDRESS": "1946 E SERGEANT ST", "ZIP_CODE": "19125", "PHONE_NUMBER": "(215) 400-7490", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 334, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 6623.44921875, "Shape__Length": 343.38039875797597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127398323923302, 39.9862225733239 ], [ -75.127482664593501, 39.986177753026503 ], [ -75.127489410986698, 39.986185386828097 ], [ -75.1275157359498, 39.986215133178803 ], [ -75.127544957704302, 39.986248540808802 ], [ -75.127571867329706, 39.986279944878099 ], [ -75.1275995592014, 39.986310657255501 ], [ -75.127626515037093, 39.986341965506199 ], [ -75.127654230668995, 39.986373694319603 ], [ -75.127682033447797, 39.986405328256403 ], [ -75.127710357878499, 39.986436459393097 ], [ -75.127737323765402, 39.9864675099262 ], [ -75.1277652991417, 39.986500098367401 ], [ -75.127793001852396, 39.986531634254398 ], [ -75.127812376996204, 39.986552649606502 ], [ -75.127821482060199, 39.986562525643201 ], [ -75.127849118049795, 39.9865935914574 ], [ -75.127876736236502, 39.986625156927197 ], [ -75.127903732123201, 39.986655434346602 ], [ -75.1279310431363, 39.986686234795897 ], [ -75.127955418173997, 39.986714388975798 ], [ -75.127978208957799, 39.986740685757297 ], [ -75.128000713895403, 39.9867657021776 ], [ -75.128025099478407, 39.986794115627298 ], [ -75.128051406247707, 39.986824876209099 ], [ -75.127903171882096, 39.986902783708601 ], [ -75.127819734061006, 39.9869464648838 ], [ -75.127786542297002, 39.986963760870999 ], [ -75.127619508993405, 39.987051441514701 ], [ -75.127443816087606, 39.986853809969297 ], [ -75.127266928461395, 39.986653473653597 ], [ -75.127132225302702, 39.986500927443203 ], [ -75.127110219325502, 39.986476005590902 ], [ -75.127089638155397, 39.986452709986501 ], [ -75.127049150019303, 39.986407163596702 ], [ -75.127181095428398, 39.986337558465301 ], [ -75.127304270438302, 39.986272572137899 ], [ -75.127398323923302, 39.9862225733239 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 29, "AUN": 126515001, "SCHOOL_NUM": 3657, "LOCATION_ID": "2690", "SCHOOL_NAME": "TAGGART, JOHN H. SCHOOL", "SCHOOL_NAME_LABEL": "JOHN H. TAGGART SCHOOL", "STREET_ADDRESS": "400 W PORTER ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(215) 400-8290", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 484, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 13423.62109375, "Shape__Length": 475.08633770282853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156157459852906, 39.917021297472601 ], [ -75.156067657501794, 39.917429065191698 ], [ -75.154661839350993, 39.917244892701703 ], [ -75.1547928146327, 39.916652230422599 ], [ -75.155927805943904, 39.916801682812903 ], [ -75.156029851788901, 39.916900110057902 ], [ -75.156157459852906, 39.917021297472601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 30, "AUN": 226518662, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST MALACHY SCHOOL", "SCHOOL_NAME_LABEL": "ST MALACHY SCHOOL", "STREET_ADDRESS": "1012 W THOMPSON ST", "ZIP_CODE": "19122", "PHONE_NUMBER": "(215) 232-0696", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 18729.02734375, "Shape__Length": 568.50351639294138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1536964269077, 39.972451399424301 ], [ -75.152689955516294, 39.972321981272799 ], [ -75.152938156436804, 39.971179387327901 ], [ -75.153114110663296, 39.971202012792503 ], [ -75.153105875152704, 39.971239919251097 ], [ -75.153355729523199, 39.971272047776701 ], [ -75.153426110189898, 39.971281097487399 ], [ -75.153429638361303, 39.971264851984898 ], [ -75.153939905874296, 39.971330463214997 ], [ -75.1536964269077, 39.972451399424301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 31, "AUN": 126515001, "SCHOOL_NUM": 6535, "LOCATION_ID": "1380", "SCHOOL_NAME": "MORTON, THOMAS G. SCHOOL", "SCHOOL_NAME_LABEL": "THOMAS G. MORTON SCHOOL", "STREET_ADDRESS": "2501 S 63RD ST", "ZIP_CODE": "19142", "PHONE_NUMBER": "(215) 400-8160", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 356, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 7951.69921875, "Shape__Length": 359.04138974470442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2268217034309, 39.924231720520297 ], [ -75.226585608438, 39.924036508048701 ], [ -75.226560823282, 39.924015539238297 ], [ -75.226548604670896, 39.924005727650702 ], [ -75.226540731820194, 39.923998994001899 ], [ -75.226516479447994, 39.923978923263299 ], [ -75.226413738944004, 39.923892808555202 ], [ -75.226410449377795, 39.9238900444264 ], [ -75.226496739421194, 39.923829383744099 ], [ -75.226517484685104, 39.923814800367403 ], [ -75.226566496856705, 39.923780351466398 ], [ -75.226934920133104, 39.9235178121776 ], [ -75.227284889169596, 39.923806023260802 ], [ -75.227547776155902, 39.924020038437902 ], [ -75.227531760915497, 39.924031292119103 ], [ -75.227489778752698, 39.924060786288202 ], [ -75.227418086882807, 39.924111147206801 ], [ -75.227016505738902, 39.924393300818899 ], [ -75.2268217034309, 39.924231720520297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 32, "AUN": 126515001, "SCHOOL_NUM": 3742, "LOCATION_ID": "7300", "SCHOOL_NAME": "HOPKINSON, FRANCIS SCHOOL", "SCHOOL_NAME_LABEL": "FRANCIS HOPKINSON SCHOOL", "STREET_ADDRESS": "4001 L ST", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 400-3970", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 572, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 15251.64453125, "Shape__Length": 542.98466938780177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.101694515531193, 40.009008645524297 ], [ -75.101978009423405, 40.007705663960699 ], [ -75.102679091490103, 40.007795452348297 ], [ -75.102680697761599, 40.007795651573197 ], [ -75.102567797986197, 40.008317468787702 ], [ -75.102539054079699, 40.008450313210297 ], [ -75.102398512554799, 40.009100341792497 ], [ -75.101694515531193, 40.009008645524297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 33, "AUN": 326510060, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "HOPE PARTNERSHIP FOR EDUCATION", "SCHOOL_NAME_LABEL": "HOPE PARTNERSHIP FOR EDUCATION", "STREET_ADDRESS": "2601 N 11TH ST", "ZIP_CODE": "19133", "PHONE_NUMBER": "(215) 232-5410", "ACTIVE": "O", "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "5-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 4333.8671875, "Shape__Length": 272.36177573041448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149077396589604, 39.992248888385902 ], [ -75.149084614671807, 39.9922130888637 ], [ -75.148878083359605, 39.992187194236998 ], [ -75.148986230960702, 39.991668891506897 ], [ -75.149470580893706, 39.991730724245599 ], [ -75.149356853251305, 39.992283752366099 ], [ -75.149089619540206, 39.992249294875201 ], [ -75.149077396589604, 39.992248888385902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 34, "AUN": 126519476, "SCHOOL_NUM": 8206, "LOCATION_ID": "3419", "SCHOOL_NAME": "LINDLEY ACADEMY CHARTER @ BIRNEY", "SCHOOL_NAME_LABEL": "LINDLEY ACADEMY CHARTER @ BIRNEY", "STREET_ADDRESS": "900 LINDLEY AVE", "ZIP_CODE": "19141", "PHONE_NUMBER": "(215) 456-3000", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 748, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 12630.26171875, "Shape__Length": 523.30864454926541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138210819566496, 40.029397964902799 ], [ -75.138484035598907, 40.028147096165299 ], [ -75.139034753484907, 40.028217117978997 ], [ -75.139049423293997, 40.028218982109003 ], [ -75.138756971914603, 40.029562345971598 ], [ -75.138191217245407, 40.029487757565597 ], [ -75.138210819566496, 40.029397964902799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 35, "AUN": 126515001, "SCHOOL_NUM": 3611, "LOCATION_ID": "1360", "SCHOOL_NAME": "MC MICHAEL, MORTON SCHOOL", "SCHOOL_NAME_LABEL": "MORTON MCMICHAEL SCHOOL", "STREET_ADDRESS": "3543 FAIRMOUNT AVE", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 400-7750", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 270, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 19929.44140625, "Shape__Length": 564.69161855714594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193606133993896, 39.966260514711102 ], [ -75.194370295225099, 39.966173953453101 ], [ -75.194864816952204, 39.966117941179597 ], [ -75.195045121351598, 39.9670767735197 ], [ -75.195043248436207, 39.967076989728199 ], [ -75.193789324609597, 39.967219010511002 ], [ -75.193786399073204, 39.967219348536098 ], [ -75.193606133993896, 39.966260514711102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 36, "AUN": 226519042, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST ANTHONY OF PADUA REGIONAL CATHOLIC SCHOOL", "SCHOOL_NAME_LABEL": "ST ANTHONY OF PADUA REGIONAL CATHOLIC SCHOOL", "STREET_ADDRESS": "913 PIERCE ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(215) 468-0353", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 493.51171875, "Shape__Length": 88.935978464458046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161138058721505, 39.9275414122135 ], [ -75.161108946238997, 39.927686236659099 ], [ -75.160903804127699, 39.927660794996299 ], [ -75.160933054207007, 39.927515134626901 ], [ -75.161138058721505, 39.9275414122135 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 37, "AUN": 226517510, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "CITY SCHOOL AT FAIRMOUNT", "SCHOOL_NAME_LABEL": "THE CITY SCHOOL AT FAIRMOUNT", "STREET_ADDRESS": "860 N 24TH ST", "ZIP_CODE": "19130", "PHONE_NUMBER": "(215) 769-5363", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "PREK-5", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 2611.234375, "Shape__Length": 204.89793157331687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176148062625998, 39.971764351339097 ], [ -75.176174801094902, 39.971639797100302 ], [ -75.176183875728299, 39.971598798478702 ], [ -75.176191924873507, 39.971559984334903 ], [ -75.176192232550804, 39.971558509070903 ], [ -75.176196223181506, 39.971538915966804 ], [ -75.176200622919893, 39.971517334044201 ], [ -75.176209948138094, 39.971475825212202 ], [ -75.176218120829105, 39.971434290528499 ], [ -75.1762256100359, 39.971399204150998 ], [ -75.176226708699204, 39.971394006301303 ], [ -75.176464569833499, 39.971422101959398 ], [ -75.176473946065897, 39.971422940703903 ], [ -75.176548442740398, 39.971431914177799 ], [ -75.176574657257405, 39.971435112773698 ], [ -75.176605502132603, 39.971438883733299 ], [ -75.176650818483907, 39.971444429855502 ], [ -75.176641987804402, 39.9714850634371 ], [ -75.176633083916201, 39.971527629173899 ], [ -75.176624457445996, 39.971568976881301 ], [ -75.1766192262792, 39.971592570827497 ], [ -75.176615666424595, 39.971608562797897 ], [ -75.176606571626095, 39.971651221110598 ], [ -75.176597986310497, 39.971690361133298 ], [ -75.176582558612196, 39.971762973479599 ], [ -75.176573282128103, 39.971806562516001 ], [ -75.176570961428695, 39.971817472410102 ], [ -75.176530820949495, 39.9718124286509 ], [ -75.176148062625998, 39.971764351339097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 38, "AUN": 126515001, "SCHOOL_NUM": 4726, "LOCATION_ID": "8430", "SCHOOL_NAME": "GREENBERG, JOSEPH SCHOOL", "SCHOOL_NAME_LABEL": "JOSEPH GREENBERG SCHOOL", "STREET_ADDRESS": "600 SHARON LN", "ZIP_CODE": "19115", "PHONE_NUMBER": "(215) 400-3080", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 925, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 24087.97265625, "Shape__Length": 690.11605393563593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.057939285169695, 40.095379681685699 ], [ -75.057964477042603, 40.095414530421898 ], [ -75.057989720190903, 40.095486059563299 ], [ -75.057990839360698, 40.0954892315386 ], [ -75.0580169234957, 40.0955525087913 ], [ -75.058024808031305, 40.095586890265203 ], [ -75.058028549497294, 40.095641994443497 ], [ -75.058019326165294, 40.0957067481636 ], [ -75.058000316654997, 40.095755797298402 ], [ -75.057963487890305, 40.095812170225003 ], [ -75.0578938774146, 40.095899516935901 ], [ -75.057727481652407, 40.096067712524103 ], [ -75.057701790916894, 40.096088044326699 ], [ -75.057666343551105, 40.096061975915802 ], [ -75.057664825782197, 40.096060827580501 ], [ -75.057635190661102, 40.096039703476997 ], [ -75.057603672780601, 40.096018460932903 ], [ -75.057530483672096, 40.095968154603497 ], [ -75.057465927929499, 40.095930526508504 ], [ -75.057399409375606, 40.095894907905503 ], [ -75.057350642551498, 40.095872354590703 ], [ -75.057285915033702, 40.095843376886997 ], [ -75.057235831379202, 40.095823701919699 ], [ -75.057203820197103, 40.095811119120498 ], [ -75.0572007099952, 40.095809890676897 ], [ -75.057121524745497, 40.095783323516301 ], [ -75.057069223727794, 40.095770848804001 ], [ -75.057067201100296, 40.095770374552899 ], [ -75.057020027068702, 40.095755503758397 ], [ -75.056977049244395, 40.095748304517102 ], [ -75.056975825176295, 40.095748106895499 ], [ -75.056961080130094, 40.095745637256798 ], [ -75.056889236319904, 40.095731669559797 ], [ -75.056863524067197, 40.095728356169303 ], [ -75.056814693046604, 40.095722046928799 ], [ -75.0567885302452, 40.095719332296497 ], [ -75.056746728368395, 40.095714983036999 ], [ -75.056667199422904, 40.095710661025201 ], [ -75.056583074340907, 40.095709475026602 ], [ -75.056574760946702, 40.095709460450998 ], [ -75.056495928491699, 40.095709239745297 ], [ -75.056346096023702, 40.095702941332704 ], [ -75.056160446640504, 40.095697576205502 ], [ -75.056000762023302, 40.095693302455601 ], [ -75.055770757548402, 40.0956915972871 ], [ -75.055730575701901, 40.095694385850003 ], [ -75.055735756792899, 40.0956646838602 ], [ -75.055737087059001, 40.095657115860597 ], [ -75.055734697666395, 40.095630257186201 ], [ -75.055730521831094, 40.095582292491301 ], [ -75.055732439967699, 40.095543433757001 ], [ -75.055714113565003, 40.095439327879397 ], [ -75.055688940612299, 40.095329888409402 ], [ -75.055655290879599, 40.095237502985697 ], [ -75.055784139762807, 40.095217019197399 ], [ -75.056254792946902, 40.0951421672153 ], [ -75.056468973804996, 40.095106378823303 ], [ -75.056713679754594, 40.095067846340598 ], [ -75.056780976396993, 40.095054791210401 ], [ -75.056855515747998, 40.095047842473797 ], [ -75.056967909210798, 40.095052242745403 ], [ -75.057067736325607, 40.095055337105002 ], [ -75.057170747338802, 40.0950626777921 ], [ -75.0572709122481, 40.095081232780501 ], [ -75.057385143335495, 40.095101254725797 ], [ -75.057497467334201, 40.0951406809057 ], [ -75.057541625685801, 40.095156145398597 ], [ -75.057666034085997, 40.095194210045698 ], [ -75.057729884912106, 40.0952137871557 ], [ -75.057815167588501, 40.095259820703902 ], [ -75.057874924630497, 40.095305049163002 ], [ -75.057914406834996, 40.095346614214399 ], [ -75.057918522452894, 40.095350961267499 ], [ -75.057939285169695, 40.095379681685699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 39, "AUN": 126515001, "SCHOOL_NUM": 7228, "LOCATION_ID": "2540", "SCHOOL_NAME": "KEY, FRANCIS SCOTT SCHOOL", "SCHOOL_NAME_LABEL": "FRANCIS S. KEY SCHOOL", "STREET_ADDRESS": "2230 S 8TH ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(215) 400-8250", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-6", "ENROLLMENT": 371, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 5120.390625, "Shape__Length": 304.25269126530696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160489337635795, 39.921337892343203 ], [ -75.160472649374896, 39.921334082579101 ], [ -75.160464425592707, 39.9213328967233 ], [ -75.160439961094696, 39.9213293618444 ], [ -75.160233183683999, 39.921299512798001 ], [ -75.160278286795503, 39.921103143220201 ], [ -75.160363596358394, 39.920714130646701 ], [ -75.160933958140006, 39.920790233079103 ], [ -75.160944019051897, 39.920791573012103 ], [ -75.160856294984598, 39.921180273506799 ], [ -75.160692327753495, 39.9211576945766 ], [ -75.160690940628598, 39.921166077633302 ], [ -75.160681292440898, 39.921206127372699 ], [ -75.160673521051805, 39.921244139268801 ], [ -75.160666368532105, 39.9212791523614 ], [ -75.160657321163896, 39.921320439925402 ], [ -75.160648954089993, 39.9213587289467 ], [ -75.160489337635795, 39.921337892343203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 40, "AUN": 126515001, "SCHOOL_NUM": 3718, "LOCATION_ID": "6300", "SCHOOL_NAME": "LOGAN, JAMES SCHOOL", "SCHOOL_NAME_LABEL": "JAMES LOGAN SCHOOL", "STREET_ADDRESS": "1700 LINDLEY AVE", "ZIP_CODE": "19141", "PHONE_NUMBER": "(215) 400-3670", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 231, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 25337.1328125, "Shape__Length": 647.09509373743413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151642628218696, 40.030387835071302 ], [ -75.151759728489196, 40.029836637795803 ], [ -75.151845031284907, 40.029847610472203 ], [ -75.152054722931496, 40.029873954907103 ], [ -75.152222110089099, 40.029895053204697 ], [ -75.152332195105103, 40.029908860022701 ], [ -75.152507049172797, 40.029931014295201 ], [ -75.152639520711602, 40.0299477767756 ], [ -75.152682619465693, 40.0299536361319 ], [ -75.152713085543596, 40.029956984266398 ], [ -75.153070524054897, 40.030003706327697 ], [ -75.153069623352593, 40.030006990441798 ], [ -75.153049020234903, 40.030082901540503 ], [ -75.153031072713901, 40.030144201871899 ], [ -75.153004379763104, 40.030221473198502 ], [ -75.152986823698299, 40.030267066381803 ], [ -75.152972577030397, 40.030301256564101 ], [ -75.152963538888599, 40.030324264642601 ], [ -75.152955010909693, 40.030343818718997 ], [ -75.152945573405304, 40.030363594375999 ], [ -75.152933598413199, 40.030389953148898 ], [ -75.152913854574095, 40.030430805928397 ], [ -75.152904299257997, 40.030449256675404 ], [ -75.152885744227206, 40.030485881279603 ], [ -75.152871437754399, 40.030512864212703 ], [ -75.152853760644206, 40.030544655561002 ], [ -75.152828723729797, 40.030587371994599 ], [ -75.1528208595021, 40.030599993102598 ], [ -75.152767054582199, 40.030682115932699 ], [ -75.1527436255829, 40.030717308050299 ], [ -75.152704303095902, 40.030771677039397 ], [ -75.152651138597193, 40.030840886957101 ], [ -75.152596751012297, 40.030907521564203 ], [ -75.152550485329002, 40.030957558387698 ], [ -75.152499412376699, 40.031013225949401 ], [ -75.152472469088906, 40.031042157555 ], [ -75.152469037373905, 40.031045842813398 ], [ -75.152451827256201, 40.031064314115497 ], [ -75.1524506445284, 40.0310656253763 ], [ -75.152449555402896, 40.031066826126903 ], [ -75.152384307687498, 40.0311387112204 ], [ -75.152249139965505, 40.031285455975897 ], [ -75.152239229918806, 40.031296209592 ], [ -75.152232969382197, 40.031295406862597 ], [ -75.152200582713604, 40.0312912729582 ], [ -75.152093679983096, 40.031277522281698 ], [ -75.152065947452499, 40.031273977914203 ], [ -75.152054846027994, 40.031272565606301 ], [ -75.151918538425804, 40.031255135698899 ], [ -75.1517930988188, 40.031239208414803 ], [ -75.151469637349294, 40.031199280207403 ], [ -75.151484175451102, 40.031132324518097 ], [ -75.151517017595694, 40.030976124945397 ], [ -75.151530659506506, 40.030910876676501 ], [ -75.151537640226394, 40.030877485223002 ], [ -75.151556601934104, 40.030786789809703 ], [ -75.151574261332897, 40.0307056551366 ], [ -75.1516086691433, 40.030546894910003 ], [ -75.151628844436402, 40.030449906305599 ], [ -75.151642628218696, 40.030387835071302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 41, "AUN": 226510073, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST JAMES SCHOOL", "SCHOOL_NAME_LABEL": "ST JAMES SCHOOL", "STREET_ADDRESS": "3201-29 W CLEARFIELD ST", "ZIP_CODE": "19132", "PHONE_NUMBER": "(215) 226-1276", "ACTIVE": "O", "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "4-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 11230.55078125, "Shape__Length": 457.82306979995519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183480139530801, 40.004253626519201 ], [ -75.1833844655185, 40.004689365697502 ], [ -75.181995275776501, 40.004503749633102 ], [ -75.182112658703304, 40.003968563770201 ], [ -75.183480139530801, 40.004253626519201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 42, "AUN": 126515001, "SCHOOL_NUM": 3668, "LOCATION_ID": "4280", "SCHOOL_NAME": "GOMPERS, SAMUEL SCHOOL", "SCHOOL_NAME_LABEL": "SAMUEL GOMPERS SCHOOL", "STREET_ADDRESS": "5701 WYNNEFIELD AVE", "ZIP_CODE": "19131", "PHONE_NUMBER": "(215) 400-7250", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 238, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 32265.75, "Shape__Length": 780.35241882400987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237643403154706, 39.992133292768401 ], [ -75.239026078394105, 39.992158567780201 ], [ -75.2390303325855, 39.992173877493798 ], [ -75.239037329760393, 39.9921892145505 ], [ -75.239038247857906, 39.992194441249303 ], [ -75.2390398155094, 39.992197940988 ], [ -75.239042494206501, 39.992201449263902 ], [ -75.239045630931997, 39.992208449898399 ], [ -75.239050292923594, 39.992218948217797 ], [ -75.239065774059398, 39.992241806073899 ], [ -75.239070520826601, 39.992250566203602 ], [ -75.239073283174093, 39.992252366673803 ], [ -75.239076527455794, 39.992255904214701 ], [ -75.239083013177293, 39.9922629769816 ], [ -75.239099753313795, 39.992282396927997 ], [ -75.239118749511405, 39.992301430367199 ], [ -75.239151577461499, 39.992327262527901 ], [ -75.239195649081694, 39.992353340624398 ], [ -75.2392022687376, 39.992357385597799 ], [ -75.239211145827298, 39.992361046346801 ], [ -75.239224374835402, 39.992368266607301 ], [ -75.239237721655499, 39.9923728945829 ], [ -75.239244405598896, 39.992375200916698 ], [ -75.239257682835799, 39.992381116914302 ], [ -75.239271899860498, 39.992384861800701 ], [ -75.239268436294097, 39.992395215037099 ], [ -75.239258162523001, 39.992414042941597 ], [ -75.239255212237495, 39.992417879709102 ], [ -75.239253308717693, 39.992423463648699 ], [ -75.239254619150699, 39.992426554563302 ], [ -75.239278257589604, 39.992433970973401 ], [ -75.239293748477095, 39.992441241826597 ], [ -75.239300400309105, 39.992444416913102 ], [ -75.239307063778696, 39.9924467227953 ], [ -75.239311469730296, 39.9924494151537 ], [ -75.239329174345499, 39.9924580386106 ], [ -75.239333628561397, 39.992459425583696 ], [ -75.239352394506398, 39.992469362923998 ], [ -75.239357867131403, 39.992473818654702 ], [ -75.239371129759206, 39.992480170174503 ], [ -75.239375551816707, 39.992482427027198 ], [ -75.239395336225698, 39.992495431993397 ], [ -75.239399694546606, 39.992499412853 ], [ -75.2394041496472, 39.992500815610001 ], [ -75.239415660236105, 39.992509723663701 ], [ -75.239418418179696, 39.992511089299597 ], [ -75.239432602495896, 39.992523086547401 ], [ -75.239435910546703, 39.9925249000703 ], [ -75.239453358245399, 39.992540434136799 ], [ -75.239473405812305, 39.992561649513497 ], [ -75.239478036592601, 39.992567924851599 ], [ -75.239485768027606, 39.992578732426601 ], [ -75.238565489210202, 39.993031610002198 ], [ -75.2384010291549, 39.9932527970767 ], [ -75.238358082803799, 39.993312401878399 ], [ -75.238217739459202, 39.9935036999997 ], [ -75.238173491099104, 39.9935616803632 ], [ -75.238138732909803, 39.993605006496097 ], [ -75.238056174063502, 39.993708878495703 ], [ -75.237997334506204, 39.993788494448403 ], [ -75.237790321593096, 39.993858565116803 ], [ -75.237365985024397, 39.993318979474601 ], [ -75.237377436309004, 39.993294068763198 ], [ -75.237401127981499, 39.993250463447602 ], [ -75.237418293123099, 39.993205084467903 ], [ -75.237434409166994, 39.993133920858902 ], [ -75.237643403154706, 39.992133292768401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 43, "AUN": 126517286, "SCHOOL_NUM": 8151, "LOCATION_ID": "3409", "SCHOOL_NAME": "MASTERY CHARTER @ SMEDLEY", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL AT SMEDLEY", "STREET_ADDRESS": "1790 BRIDGE ST", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 537-2523", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-6", "ENROLLMENT": 757, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 11927.29296875, "Shape__Length": 464.473143863411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.073496005356802, 40.019657430062601 ], [ -75.073828252380395, 40.019384421719302 ], [ -75.074319500820593, 40.018979660677601 ], [ -75.074349330068401, 40.018955853057399 ], [ -75.074366438975503, 40.0189356651764 ], [ -75.074380533506002, 40.018919034872198 ], [ -75.074842773292403, 40.0193523021685 ], [ -75.074839148401196, 40.019355442319998 ], [ -75.074836804482302, 40.019357451097598 ], [ -75.074344725635996, 40.0197582788348 ], [ -75.074121481079899, 40.019939426714899 ], [ -75.073918095094697, 40.020103934099403 ], [ -75.073886236953001, 40.0201296935237 ], [ -75.073503191680899, 40.019671895978902 ], [ -75.073499819611499, 40.019671817379098 ], [ -75.073490111464693, 40.019662273190299 ], [ -75.073496005356802, 40.019657430062601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 44, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "3374", "SCHOOL_NAME": "ALLIANCE FOR PROGRESS CHARTER SCHOOL (ANNEX)", "SCHOOL_NAME_LABEL": "ALLIANCE FOR PROGRESS CHARTER SCHOOL (ANNEX)", "STREET_ADDRESS": "1821 CECIL B MOORE AVE", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 232-4892", "ACTIVE": "O", "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 2770.14453125, "Shape__Length": 219.77106908537263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165061326031406, 39.979971646944499 ], [ -75.165119974990503, 39.979705169287897 ], [ -75.165745243355104, 39.979790355882301 ], [ -75.165687013125606, 39.9800557800354 ], [ -75.165061326031406, 39.979971646944499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 45, "AUN": 126515001, "SCHOOL_NUM": null, "LOCATION_ID": "2680", "SCHOOL_NAME": "SCIENCE LEADERSHIP ACADEMY AT BEEBER", "SCHOOL_NAME_LABEL": "THE SCIENCE LEADERSHIP ACADEMY AT BEEBER", "STREET_ADDRESS": "5925 MALVERN AVE", "ZIP_CODE": "19131", "PHONE_NUMBER": "(215) 400-7270", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "5-12", "ENROLLMENT": 533, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 19760.9609375, "Shape__Length": 572.30847313843969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241604370880495, 39.986900253131203 ], [ -75.241584263878593, 39.986875005985397 ], [ -75.241401546867095, 39.986645420853698 ], [ -75.241382101385199, 39.9866209776226 ], [ -75.241284836107098, 39.986498761711204 ], [ -75.241241561230197, 39.986444380178099 ], [ -75.242536466675205, 39.985834460254601 ], [ -75.242587396919703, 39.985897198552102 ], [ -75.242588199528498, 39.985898182400803 ], [ -75.242621051026603, 39.985938634983 ], [ -75.242680640832702, 39.986012022936599 ], [ -75.242696796480303, 39.9860319127624 ], [ -75.242887392378805, 39.986266712314404 ], [ -75.242906212593994, 39.986289900506101 ], [ -75.243022727946197, 39.986433409201297 ], [ -75.243089153620105, 39.986515231986097 ], [ -75.243087895719597, 39.986515832953103 ], [ -75.241785826827197, 39.987128261768703 ], [ -75.241604370880495, 39.986900253131203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 46, "AUN": 226517902, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST HELENA INCARNATION REGIONAL CATHOLIC SCHOOL", "SCHOOL_NAME_LABEL": "ST HELENA INCARNATION SCHOOL", "STREET_ADDRESS": "6101 N 5TH ST", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 549-2947", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 7480.5859375, "Shape__Length": 347.53282762964346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127708950853105, 40.044578927795101 ], [ -75.127825632122594, 40.044048583696302 ], [ -75.127913808255002, 40.044059414150503 ], [ -75.128669122009001, 40.044152191469898 ], [ -75.128667083459902, 40.044161526862901 ], [ -75.128663926740401, 40.044175946671601 ], [ -75.128577935650199, 40.044568924555698 ], [ -75.128577143718204, 40.0445725815351 ], [ -75.128565605220999, 40.044625336725097 ], [ -75.128561989196598, 40.044641857825098 ], [ -75.128551777466598, 40.044688453256803 ], [ -75.127708950853105, 40.044578927795101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 47, "AUN": 126511748, "SCHOOL_NUM": 8208, "LOCATION_ID": "3415", "SCHOOL_NAME": "MASTERY CHARTER @ CLYMER", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL AT CLYMER", "STREET_ADDRESS": "1201 W RUSH ST", "ZIP_CODE": "19133", "PHONE_NUMBER": "(215) 223-2243", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-6", "ENROLLMENT": 422, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 7587.8125, "Shape__Length": 411.89608293190906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150438942054805, 39.995651806618802 ], [ -75.151383075856501, 39.995770565250801 ], [ -75.151833555772399, 39.995827220181802 ], [ -75.151761641366093, 39.996154873163903 ], [ -75.1503632793397, 39.995975909569502 ], [ -75.150433351819302, 39.9956510999871 ], [ -75.150438942054805, 39.995651806618802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 48, "AUN": 126515001, "SCHOOL_NUM": 4961, "LOCATION_ID": "8440", "SCHOOL_NAME": "LOESCHE, WILLIAM H. SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM H. LOESCHE SCHOOL", "STREET_ADDRESS": "595 TOMLINSON RD", "ZIP_CODE": "19116", "PHONE_NUMBER": "(215) 400-3020", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 1224, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 53526.59375, "Shape__Length": 937.28921162838594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.023102897026405, 40.113153480131302 ], [ -75.0235053945365, 40.113387622375001 ], [ -75.0238952126887, 40.113618484554998 ], [ -75.024563008338802, 40.1140088441622 ], [ -75.023935462824994, 40.115535039359401 ], [ -75.023811636938106, 40.115488272006303 ], [ -75.023707224548204, 40.115438030578801 ], [ -75.023599345286101, 40.115386305715099 ], [ -75.023492886856104, 40.115335258688702 ], [ -75.023161387555604, 40.115176687850898 ], [ -75.022932789983699, 40.115066241016002 ], [ -75.022894846705498, 40.115048027406701 ], [ -75.022856010938895, 40.115030083206797 ], [ -75.022779151254397, 40.114992795989203 ], [ -75.022704439597305, 40.114956960803099 ], [ -75.022629014925698, 40.114920545496403 ], [ -75.022473730921902, 40.114847317821102 ], [ -75.022399029124301, 40.114811208967602 ], [ -75.0223243405094, 40.114774810912898 ], [ -75.022000179067206, 40.114619763702798 ], [ -75.022050298783796, 40.114566513380701 ], [ -75.022100802222297, 40.114505840706002 ], [ -75.022131245629694, 40.114465697920501 ], [ -75.022339142815596, 40.1141867958018 ], [ -75.022486049400399, 40.113990192750201 ], [ -75.022551726140406, 40.113901492137003 ], [ -75.022816790025104, 40.113542794128001 ], [ -75.022951237168002, 40.113361484369001 ], [ -75.023043514894098, 40.113236240321001 ], [ -75.023100836307606, 40.113156351798096 ], [ -75.023102897026405, 40.113153480131302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 49, "AUN": 226515872, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "SHAARE SHAMAYIM-BETH JUDAH KINDERGARTEN", "SCHOOL_NAME_LABEL": "SHAARE SHAMAYIM-BETH JUDAH KINDERGARTEN", "STREET_ADDRESS": "9768 VERREE RD", "ZIP_CODE": "19115", "PHONE_NUMBER": "(215) 673-2323", "ACTIVE": "O", "GRADE_LEVEL": "PRE-K/KINDERGARTEN", "GRADE_ORG": "PREK-K", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 19260.5390625, "Shape__Length": 619.22202483815113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.045457989469497, 40.099291041175697 ], [ -75.046099857849299, 40.100085104664501 ], [ -75.046184969485907, 40.1001903708787 ], [ -75.046154595101399, 40.100204851518903 ], [ -75.0463256250531, 40.100416395032099 ], [ -75.046259913800498, 40.100447613930001 ], [ -75.046106553048205, 40.100520483353399 ], [ -75.045629444514304, 40.100747192421203 ], [ -75.045334258499807, 40.100262862351499 ], [ -75.045072292120906, 40.100121142044401 ], [ -75.044754857837304, 40.099949346574903 ], [ -75.044437412406893, 40.099777575832199 ], [ -75.045457989469497, 40.099291041175697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 50, "AUN": 126515001, "SCHOOL_NUM": 7022, "LOCATION_ID": "1580", "SCHOOL_NAME": "MYA-MIDDLE YEARS ALTERNATIVE", "SCHOOL_NAME_LABEL": "MIDDLE YEARS ALTERNATIVE SCHOOL", "STREET_ADDRESS": "4725 FAIRMOUNT AVE", "ZIP_CODE": "19139", "PHONE_NUMBER": "(215) 400-7720", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "5-8", "ENROLLMENT": 128, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 15608.640625, "Shape__Length": 503.6274289235356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215370518240903, 39.965095165546103 ], [ -75.215265637909496, 39.9642790848158 ], [ -75.215267591061803, 39.964278950016798 ], [ -75.215360793117895, 39.964272175794498 ], [ -75.215660163343799, 39.964250466960003 ], [ -75.215979782876801, 39.964227269670197 ], [ -75.216052273450501, 39.964222003895401 ], [ -75.216241847820299, 39.964208249312698 ], [ -75.216251384419195, 39.9642075577854 ], [ -75.216374231701806, 39.965164596961003 ], [ -75.216375530425296, 39.965178085462497 ], [ -75.215390322745904, 39.965249352089401 ], [ -75.215388573398599, 39.9652356283678 ], [ -75.215370518240903, 39.965095165546103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 51, "AUN": 126515001, "SCHOOL_NUM": 7808, "LOCATION_ID": "5090", "SCHOOL_NAME": "PARKWAY WEST HIGH SCHOOL", "SCHOOL_NAME_LABEL": "PARKWAY WEST HIGH SCHOOL", "STREET_ADDRESS": "4725 FAIRMOUNT AVE", "ZIP_CODE": "19139", "PHONE_NUMBER": "(215) 400-7710", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 151, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 15608.640625, "Shape__Length": 503.6274289235356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215370518240903, 39.965095165546103 ], [ -75.215265637909496, 39.9642790848158 ], [ -75.215267591061803, 39.964278950016798 ], [ -75.215360793117895, 39.964272175794498 ], [ -75.215660163343799, 39.964250466960003 ], [ -75.215979782876801, 39.964227269670197 ], [ -75.216052273450501, 39.964222003895401 ], [ -75.216241847820299, 39.964208249312698 ], [ -75.216251384419195, 39.9642075577854 ], [ -75.216374231701806, 39.965164596961003 ], [ -75.216375530425296, 39.965178085462497 ], [ -75.215390322745904, 39.965249352089401 ], [ -75.215388573398599, 39.9652356283678 ], [ -75.215370518240903, 39.965095165546103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 52, "AUN": 126513110, "SCHOOL_NUM": 7565, "LOCATION_ID": "3310", "SCHOOL_NAME": "LAB SCH OF COMMUNICAT'N & LANG", "SCHOOL_NAME_LABEL": "LABORATORY CHARTER SCHOOL OF COMMUNICATION AND LANGUAGES", "STREET_ADDRESS": "926 W SEDGLEY AVE", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 574-1680", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 450, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 4404.93359375, "Shape__Length": 295.12554371374625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144714652376805, 40.001450793908397 ], [ -75.145488375193693, 40.001104830502598 ], [ -75.145696822593393, 40.001377617701699 ], [ -75.145281367709501, 40.001531551452899 ], [ -75.144841459511895, 40.001694535949802 ], [ -75.144728092856397, 40.001633092761303 ], [ -75.144757079308206, 40.001497682924501 ], [ -75.144714652376805, 40.001450793908397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 53, "AUN": 126515001, "SCHOOL_NUM": 5186, "LOCATION_ID": "2470", "SCHOOL_NAME": "GREENFIELD, ALBERT M. SCHOOL", "SCHOOL_NAME_LABEL": "ALBERT M. GREENFIELD SCHOOL", "STREET_ADDRESS": "2200 CHESTNUT ST", "ZIP_CODE": "19103", "PHONE_NUMBER": "(215) 400-7810", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 742, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 9818.9140625, "Shape__Length": 397.93185112936209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177267647285205, 39.951804546382 ], [ -75.178226199563895, 39.9519301250672 ], [ -75.178092465641697, 39.952546561451904 ], [ -75.177133238929102, 39.952419709801802 ], [ -75.177267647285205, 39.951804546382 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 54, "AUN": 126515001, "SCHOOL_NUM": 7815, "LOCATION_ID": "1190", "SCHOOL_NAME": "MOTIVATION HIGH SCHOOL", "SCHOOL_NAME_LABEL": "MOTIVATION HIGH SCHOOL", "STREET_ADDRESS": "5900 BALTIMORE AVE", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 400-7930", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 201, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 47956.21484375, "Shape__Length": 1019.2879600904425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242987251589, 39.9433688364674 ], [ -75.242805042834206, 39.9434360356721 ], [ -75.242807429732295, 39.943439870891901 ], [ -75.242881339475105, 39.943557198740798 ], [ -75.242651190245397, 39.943637001013499 ], [ -75.243271775307306, 39.944651439095999 ], [ -75.241833678797207, 39.9451846243009 ], [ -75.241193948240607, 39.9441500422109 ], [ -75.241041785201503, 39.944206190824303 ], [ -75.2408636366401, 39.943893916382102 ], [ -75.241251212438499, 39.943673869323902 ], [ -75.241545778940704, 39.943512894641103 ], [ -75.241891365082495, 39.943331354699303 ], [ -75.242167395649702, 39.943185094093003 ], [ -75.242614922920197, 39.942951360844802 ], [ -75.242627862536096, 39.9429446001906 ], [ -75.242641672002705, 39.942953444610303 ], [ -75.242733550651494, 39.9430123068501 ], [ -75.243206294649397, 39.943108218256903 ], [ -75.243283437890796, 39.943212309964203 ], [ -75.242958247851206, 39.943323632645502 ], [ -75.242987251589, 39.9433688364674 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 55, "AUN": 226510695, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "BEULAH BAPTIST CHRISTIAN DAY SCHOOL", "SCHOOL_NAME_LABEL": "BEULAH BAPTIST CHRISTIAN DAY SCHOOL", "STREET_ADDRESS": "5001 SPRUCE ST", "ZIP_CODE": "19139", "PHONE_NUMBER": "(215) 747-3347", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 3525.01171875, "Shape__Length": 255.44235643242843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222172891072603, 39.954240873729901 ], [ -75.222223512170601, 39.954246631546198 ], [ -75.222323189309904, 39.9542579684678 ], [ -75.222324607292805, 39.954258128103298 ], [ -75.222382731881893, 39.954264857571303 ], [ -75.222419917283801, 39.954269158107699 ], [ -75.222490752873895, 39.9542771181316 ], [ -75.222736533800699, 39.954307373477299 ], [ -75.222913613428304, 39.954329182873302 ], [ -75.222855846489097, 39.954603957287603 ], [ -75.222432779856504, 39.954551210954001 ], [ -75.222362432513805, 39.954543100604603 ], [ -75.222292532488098, 39.954534177905998 ], [ -75.222078891628698, 39.954508192179098 ], [ -75.222137058421296, 39.954236795509502 ], [ -75.222172891072603, 39.954240873729901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 56, "AUN": 126515001, "SCHOOL_NUM": 3739, "LOCATION_ID": "7270", "SCHOOL_NAME": "FINLETTER, THOMAS K. SCHOOL", "SCHOOL_NAME_LABEL": "THOMAS K. FINLETTER SCHOOL", "STREET_ADDRESS": "6100 N FRONT ST", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 400-3750", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 607, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 41155.3046875, "Shape__Length": 811.50155533668283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117549645135099, 40.044150612680298 ], [ -75.117844531140506, 40.0427635923688 ], [ -75.119628404432305, 40.042992955026101 ], [ -75.119331806917103, 40.044381496415802 ], [ -75.117549645135099, 40.044150612680298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 57, "AUN": 126515001, "SCHOOL_NUM": 3625, "LOCATION_ID": "4530", "SCHOOL_NAME": "GIDEON, EDWARD SCHOOL", "SCHOOL_NAME_LABEL": "EDWARD GIDEON SCHOOL", "STREET_ADDRESS": "2817 W GLENWOOD AVE", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 400-7360", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 205, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 9301.9296875, "Shape__Length": 392.21596611733651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180479175210905, 39.984809993441601 ], [ -75.180141923448105, 39.984509064281603 ], [ -75.180871312295807, 39.984020266099201 ], [ -75.181281897656206, 39.984025443549598 ], [ -75.181171457607903, 39.9845475073217 ], [ -75.1806009383684, 39.984918886674798 ], [ -75.180592299526197, 39.984910426501102 ], [ -75.180479175210905, 39.984809993441601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 58, "AUN": 126515001, "SCHOOL_NUM": 5041, "LOCATION_ID": "8770", "SCHOOL_NAME": "HANCOCK DEMONSTRATION SCHOOL", "SCHOOL_NAME_LABEL": "JOHN HANCOCK DEMONSTRATION SCHOOL", "STREET_ADDRESS": "3700 MORRELL AVE", "ZIP_CODE": "19114", "PHONE_NUMBER": "(215) 400-3120", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-5", "ENROLLMENT": 895, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 27077.96875, "Shape__Length": 658.98025841645631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.989369657109606, 40.066375118708997 ], [ -74.989542981704403, 40.066518081930802 ], [ -74.989863870703303, 40.066782771227601 ], [ -74.990242796598196, 40.0669382014691 ], [ -74.989899992930205, 40.067340369362199 ], [ -74.989471603597096, 40.067834738500601 ], [ -74.989413598253904, 40.067896875750201 ], [ -74.989379701244204, 40.067905379529698 ], [ -74.989324698293601, 40.067890613035097 ], [ -74.989166737591006, 40.067847983010303 ], [ -74.989062521143694, 40.0678247161446 ], [ -74.988932303733193, 40.067799002003099 ], [ -74.988603938743907, 40.067750358282098 ], [ -74.988568182291701, 40.067744759373802 ], [ -74.988535086491495, 40.067717090824303 ], [ -74.988604033683103, 40.067368201375999 ], [ -74.988649745472998, 40.067092167904804 ], [ -74.988651017121995, 40.066878469998201 ], [ -74.988579352400095, 40.066578271714 ], [ -74.989369657109606, 40.066375118708997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 59, "AUN": 126515001, "SCHOOL_NUM": 6960, "LOCATION_ID": "4480", "SCHOOL_NAME": "OVERBROOK EDUCATIONAL CENTER", "SCHOOL_NAME_LABEL": "OVERBROOK EDUCATIONAL CENTER", "STREET_ADDRESS": "6722 LANSDOWNE AVE", "ZIP_CODE": "19151", "PHONE_NUMBER": "(215) 400-7540", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 260, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 2254.890625, "Shape__Length": 189.06498589676397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.254215942673795, 39.974298549468699 ], [ -75.254186731155102, 39.974142546402099 ], [ -75.254328562807899, 39.973996698630799 ], [ -75.254495245733807, 39.973978227906898 ], [ -75.254682015337707, 39.973957527927702 ], [ -75.254735091370804, 39.974241011546802 ], [ -75.254215942673795, 39.974298549468699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 60, "AUN": 126515001, "SCHOOL_NUM": 3763, "LOCATION_ID": "8240", "SCHOOL_NAME": "DISSTON, HAMILTON SCHOOL", "SCHOOL_NAME_LABEL": "HAMILTON DISSTON SCHOOL", "STREET_ADDRESS": "6801 COTTAGE ST", "ZIP_CODE": "19135", "PHONE_NUMBER": "(215) 400-3350", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 740, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 10734.58203125, "Shape__Length": 442.52714252874745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.046004640911505, 40.0286265589476 ], [ -75.045979527513197, 40.028592646800398 ], [ -75.045932892842998, 40.028533143793503 ], [ -75.0458695219303, 40.028450517690402 ], [ -75.046664435153005, 40.028038945220203 ], [ -75.046961176555598, 40.027886225808302 ], [ -75.046965651644598, 40.027883928716399 ], [ -75.047179484294304, 40.028129639884398 ], [ -75.047325492613894, 40.028300325649703 ], [ -75.047150007852295, 40.028386938096602 ], [ -75.046949535174704, 40.028490210484499 ], [ -75.046194485272096, 40.028875399201603 ], [ -75.046004640911505, 40.0286265589476 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 61, "AUN": 126515001, "SCHOOL_NUM": 6913, "LOCATION_ID": "6230", "SCHOOL_NAME": "FITLER ACADEMICS PLUS", "SCHOOL_NAME_LABEL": "FITLER ACADEMICS PLUS SCHOOL", "STREET_ADDRESS": "140 W SEYMOUR ST", "ZIP_CODE": "19144", "PHONE_NUMBER": "(215) 400-3610", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 159, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 7344.57421875, "Shape__Length": 343.60640040810222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165796471071403, 40.026201895792298 ], [ -75.165851219908106, 40.026147337010499 ], [ -75.166073742965906, 40.0259190738957 ], [ -75.166290141661506, 40.025698523798802 ], [ -75.166882302875806, 40.026016815517799 ], [ -75.166874578538497, 40.026024766659603 ], [ -75.166822576272807, 40.026078242276299 ], [ -75.1663847490683, 40.026518151945801 ], [ -75.166290359464398, 40.026467233997401 ], [ -75.165796471071403, 40.026201895792298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 62, "AUN": 126515001, "SCHOOL_NUM": 7232, "LOCATION_ID": "7350", "SCHOOL_NAME": "LOWELL, JAMES R. SCHOOL", "SCHOOL_NAME_LABEL": "JAMES R. LOWELL SCHOOL", "STREET_ADDRESS": "450 W NEDRO AVE", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 400-3740", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-4", "ENROLLMENT": 469, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 16982.60546875, "Shape__Length": 564.39085505378978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.128896060181802, 40.039504637086601 ], [ -75.129666199384999, 40.0396052922584 ], [ -75.129378330387198, 40.0409281282301 ], [ -75.128607003856999, 40.040830024679202 ], [ -75.128896060181802, 40.039504637086601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 63, "AUN": 126515001, "SCHOOL_NUM": 6522, "LOCATION_ID": "4350", "SCHOOL_NAME": "RHODES ELEMENTARY SCHOOL", "SCHOOL_NAME_LABEL": "E. WASHINGTON RHODES SCHOOL", "STREET_ADDRESS": "2900 W CLEARFIELD ST", "ZIP_CODE": "19132", "PHONE_NUMBER": "(215) 400-7060", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 355, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 31224.78125, "Shape__Length": 726.27402958982236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177673871233694, 40.001812999051602 ], [ -75.177726614391503, 40.001584892717602 ], [ -75.178892331693504, 40.001731518167503 ], [ -75.178832113183404, 40.0019871996425 ], [ -75.178975283879396, 40.002005187240897 ], [ -75.178869454084904, 40.002493406072098 ], [ -75.1787109171362, 40.0032132125354 ], [ -75.178441642404394, 40.003176392407397 ], [ -75.178353810827403, 40.003164382045398 ], [ -75.177826524662393, 40.003092281391297 ], [ -75.177775204700595, 40.003085263696597 ], [ -75.177668250967002, 40.003070632643997 ], [ -75.177596204332602, 40.0030607807876 ], [ -75.177397705436604, 40.003033636279703 ], [ -75.177391784355905, 40.003032826708001 ], [ -75.1775166969841, 40.002492679984201 ], [ -75.177560867115602, 40.0023016676884 ], [ -75.177575783664906, 40.002237135902902 ], [ -75.177621781546307, 40.002038266057603 ], [ -75.177673871233694, 40.001812999051602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 64, "AUN": 226513821, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "VOCATIO CAREER PREP HIGH SCHOOL", "SCHOOL_NAME_LABEL": "VOCATIO CAREER PREP HIGH SCHOOL", "STREET_ADDRESS": "4455 N 6TH ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(267) 603-3093", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 5361.296875, "Shape__Length": 295.46483244643093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1367596370238, 40.019361024799998 ], [ -75.136659676143594, 40.019825497605197 ], [ -75.136020286381097, 40.019744153586103 ], [ -75.136019358999903, 40.019584352967797 ], [ -75.136014133214701, 40.019424602040097 ], [ -75.136004610890097, 40.019264967294603 ], [ -75.136164406346097, 40.019285298559097 ], [ -75.1367596370238, 40.019361024799998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 65, "AUN": 226519222, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST RAYMOND OF PENAFORT SCHOOL", "SCHOOL_NAME_LABEL": "ST RAYMOND SCHOOL", "STREET_ADDRESS": "7940 WILLIAMS AVE", "ZIP_CODE": "19150", "PHONE_NUMBER": "(215) 548-1919", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 27665.6015625, "Shape__Length": 760.58214122925006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166109601701095, 40.070975200842803 ], [ -75.168145832894197, 40.072143388269097 ], [ -75.167605606137101, 40.072675523443003 ], [ -75.165584130656597, 40.0715157946169 ], [ -75.166109601701095, 40.070975200842803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 66, "AUN": 126515001, "SCHOOL_NUM": 7225, "LOCATION_ID": "2490", "SCHOOL_NAME": "WARING, LAURA W. SCHOOL", "SCHOOL_NAME_LABEL": "LAURA W. WARING SCHOOL", "STREET_ADDRESS": "1801 GREEN ST", "ZIP_CODE": "19130", "PHONE_NUMBER": "(215) 400-7560", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 196, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 8228.89453125, "Shape__Length": 466.92413149410805 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167598258862199, 39.964703093495402 ], [ -75.168251064740303, 39.9647838379924 ], [ -75.168184770398696, 39.965089814190897 ], [ -75.1685557883836, 39.965135703071901 ], [ -75.168925636972602, 39.965181447303998 ], [ -75.168879631902797, 39.965393780538399 ], [ -75.167485955234199, 39.965221403185197 ], [ -75.167598258862199, 39.964703093495402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 67, "AUN": 226512732, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "INTERNATIONAL CHRISTIAN HIGH SCHOOL", "SCHOOL_NAME_LABEL": "INTERNATIONAL CHRISTIAN HIGH SCHOOL", "STREET_ADDRESS": "5500 TABOR AVE", "ZIP_CODE": "19120", "PHONE_NUMBER": "(267) 900-2000", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 56060.15625, "Shape__Length": 969.82190722563723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.104781279674896, 40.035463972966397 ], [ -75.105073357290706, 40.035627867543297 ], [ -75.105128054354907, 40.035658559320296 ], [ -75.105191224412906, 40.035592042417697 ], [ -75.106175572758303, 40.036144382150802 ], [ -75.106167022995805, 40.036268795713397 ], [ -75.104524758504894, 40.037922883152802 ], [ -75.1036153187233, 40.037054622655603 ], [ -75.103398408794902, 40.036797053007803 ], [ -75.104197241363707, 40.036052433346498 ], [ -75.104781279674896, 40.035463972966397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 68, "AUN": 126515001, "SCHOOL_NUM": 6767, "LOCATION_ID": "7730", "SCHOOL_NAME": "CLEMENTE, ROBERTO MIDDLE SCHOOL", "SCHOOL_NAME_LABEL": "ROBERTO CLEMENTE SCHOOL", "STREET_ADDRESS": "122 W ERIE AVE", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 400-3930", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": 260, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 43244.79296875, "Shape__Length": 874.29695689323057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129628011828402, 40.005344581573603 ], [ -75.130417939822493, 40.0053352931238 ], [ -75.130263583794203, 40.006056444017098 ], [ -75.130550399375807, 40.006849895307397 ], [ -75.128752010846299, 40.007234310648698 ], [ -75.128649301527005, 40.006950154056803 ], [ -75.128987678669304, 40.005372533238699 ], [ -75.129626449914397, 40.005387971963799 ], [ -75.129628011828402, 40.005344581573603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 69, "AUN": 126515001, "SCHOOL_NUM": null, "LOCATION_ID": "5660", "SCHOOL_NAME": "THE LINC", "SCHOOL_NAME_LABEL": "THE LINC", "STREET_ADDRESS": "122 W ERIE AVE", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 400-3940", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 223, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 43244.79296875, "Shape__Length": 874.29695689323057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129628011828402, 40.005344581573603 ], [ -75.130417939822493, 40.0053352931238 ], [ -75.130263583794203, 40.006056444017098 ], [ -75.130550399375807, 40.006849895307397 ], [ -75.128752010846299, 40.007234310648698 ], [ -75.128649301527005, 40.006950154056803 ], [ -75.128987678669304, 40.005372533238699 ], [ -75.129626449914397, 40.005387971963799 ], [ -75.129628011828402, 40.005344581573603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 70, "AUN": 126515001, "SCHOOL_NUM": 3693, "LOCATION_ID": "5330", "SCHOOL_NAME": "HUNTER, WILLIAM H. SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM H. HUNTER SCHOOL", "STREET_ADDRESS": "2400 N FRONT ST", "ZIP_CODE": "19133", "PHONE_NUMBER": "(215) 400-7110", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 385, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 19255.0390625, "Shape__Length": 592.01210341416606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131682727866803, 39.987759057454703 ], [ -75.131695587817603, 39.987696740834501 ], [ -75.131705270929103, 39.9876477792698 ], [ -75.131714693283001, 39.987599086568601 ], [ -75.131722177468205, 39.9875609400776 ], [ -75.131729607000807, 39.987526983233302 ], [ -75.131736416725701, 39.987494367165901 ], [ -75.131746849689605, 39.987445019495802 ], [ -75.131757378187103, 39.987395851956897 ], [ -75.131759226708496, 39.987387060699803 ], [ -75.131767644712099, 39.987346984789703 ], [ -75.131777722890206, 39.987300837800298 ], [ -75.1317876571093, 39.987252993598801 ], [ -75.1317979173471, 39.987204820075597 ], [ -75.131808337774302, 39.987156326963301 ], [ -75.131819528768204, 39.987106835522297 ], [ -75.131829612087301, 39.987057818881503 ], [ -75.131839344242593, 39.987008149996399 ], [ -75.131849812421905, 39.986958948413204 ], [ -75.131870004636397, 39.986861350455399 ], [ -75.131880391858701, 39.986812082825402 ], [ -75.131890670405298, 39.986762329541001 ], [ -75.131900951657798, 39.9867125436555 ], [ -75.131911077248802, 39.986664592309801 ], [ -75.131914668922406, 39.986646474657398 ], [ -75.131920463967305, 39.986617348308101 ], [ -75.131931202866596, 39.986568185557203 ], [ -75.131942529446107, 39.986512475621403 ], [ -75.131954321372802, 39.986458291148402 ], [ -75.131965462502095, 39.9864041244915 ], [ -75.132011777173602, 39.986410048746997 ], [ -75.132249878426606, 39.986440530441897 ], [ -75.132276133474406, 39.986443885283499 ], [ -75.1323470759787, 39.986452951424702 ], [ -75.132375044126206, 39.986456457943099 ], [ -75.132423134615095, 39.9864625036248 ], [ -75.132435334908394, 39.986464039930297 ], [ -75.132672891739702, 39.986494524090602 ], [ -75.132707549976899, 39.986498973741497 ], [ -75.132781702574107, 39.986508482235699 ], [ -75.132817570034504, 39.986513088950097 ], [ -75.132812058874904, 39.9865402541962 ], [ -75.132774262946398, 39.986726562226401 ], [ -75.132764553870899, 39.986774587330501 ], [ -75.1327548846794, 39.986824274608303 ], [ -75.132744609392702, 39.9868722879256 ], [ -75.132734572081006, 39.986920128716697 ], [ -75.132713705726403, 39.987019484191997 ], [ -75.132624049117695, 39.987449728876001 ], [ -75.132615176170404, 39.987493453750297 ], [ -75.132607363441593, 39.987531400201398 ], [ -75.132597959100707, 39.987573678074199 ], [ -75.132589722216807, 39.987614499257703 ], [ -75.132581619785597, 39.987651793741897 ], [ -75.132559649078402, 39.987762391329603 ], [ -75.132547070514704, 39.987816895801402 ], [ -75.132536645107805, 39.987867162749502 ], [ -75.132535847847805, 39.9878709806815 ], [ -75.132306952391303, 39.9878418381928 ], [ -75.132253570926395, 39.987834914948102 ], [ -75.132201825463298, 39.987828511041201 ], [ -75.132152562993696, 39.987822342823399 ], [ -75.132064578210603, 39.987810099197198 ], [ -75.131682211736802, 39.987761544899101 ], [ -75.131682727866803, 39.987759057454703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 71, "AUN": 126515001, "SCHOOL_NUM": 3841, "LOCATION_ID": "4060", "SCHOOL_NAME": "DOBBINS, MURRELL HIGH SCHOOL", "SCHOOL_NAME_LABEL": "MURRELL DOBBINS CAREER AND TECHNICAL HIGH SCHOOL", "STREET_ADDRESS": "2150 W LEHIGH AVE", "ZIP_CODE": "19132", "PHONE_NUMBER": "(215) 400-7050", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 582, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 28703.8828125, "Shape__Length": 663.10488765367154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167734805555597, 39.994354918329797 ], [ -75.167482152767306, 39.995519887204502 ], [ -75.166154532741402, 39.995343579842 ], [ -75.165919665385601, 39.995312355948002 ], [ -75.166084173230999, 39.994517466242499 ], [ -75.166687457274506, 39.994220593686002 ], [ -75.166825053671104, 39.994239149439501 ], [ -75.166850458255695, 39.994242381395097 ], [ -75.167734805555597, 39.994354918329797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 72, "AUN": 226515695, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "SAINTS TABERNACLE DAY SCHOOL", "SCHOOL_NAME_LABEL": "SAINTS TABERNACLE DAY SCHOOL", "STREET_ADDRESS": "5800 N MARVINE ST", "ZIP_CODE": "19141", "PHONE_NUMBER": "(215) 548-6011 ", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "PREK-5", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 483.28125, "Shape__Length": 91.106594454691248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139707931223995, 40.041031423588002 ], [ -75.139711827430006, 40.041014666418299 ], [ -75.139721974569497, 40.0409951342453 ], [ -75.139724647036701, 40.040991599903599 ], [ -75.139733507354507, 40.040979921293001 ], [ -75.139752790954901, 40.040961111449597 ], [ -75.139776879988602, 40.0409449911023 ], [ -75.139784816112495, 40.040941529069201 ], [ -75.139835093710403, 40.040937561669899 ], [ -75.139859003359206, 40.040936427963302 ], [ -75.139884623392902, 40.040936123763501 ], [ -75.139904819327299, 40.040936146815 ], [ -75.139934927269707, 40.040937492087203 ], [ -75.139971969875305, 40.040939010693997 ], [ -75.139982103997397, 40.0409394346879 ], [ -75.139983274851105, 40.040939509722598 ], [ -75.139984405316795, 40.040939568071799 ], [ -75.140006589000393, 40.040940828998401 ], [ -75.140011335181597, 40.040941211654399 ], [ -75.140010958471294, 40.0409428147955 ], [ -75.140001066077602, 40.040986242219503 ], [ -75.139990933014403, 40.041031583348499 ], [ -75.139983289900897, 40.041067277061401 ], [ -75.139956160169703, 40.041063742419603 ], [ -75.139715632816802, 40.0410324207879 ], [ -75.139707931223995, 40.041031423588002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 73, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "PHILADELPHIA PERFORMING ARTS CHARTER: STRING THEORY (E. CAMPUS)", "SCHOOL_NAME_LABEL": "PHILADELPHIA PERFORMING ARTS CHARTER: STRING THEORY (E. CAMPUS)", "STREET_ADDRESS": "2407 S BROAD ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(215) 278-2460", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-1", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 1388.1796875, "Shape__Length": 150.66814132111915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170411996387998, 39.920151311026402 ], [ -75.170400999304306, 39.920200003374099 ], [ -75.170390318564301, 39.920249186007503 ], [ -75.1703805960137, 39.920298519718301 ], [ -75.170368966094401, 39.920346811516403 ], [ -75.170358880998407, 39.920397410879403 ], [ -75.170299550201193, 39.920389111193899 ], [ -75.170073951075494, 39.920359839691997 ], [ -75.170084209879704, 39.9203101801873 ], [ -75.170095068102995, 39.920260759422902 ], [ -75.170105300013901, 39.920211807734901 ], [ -75.170116167425405, 39.920162645091402 ], [ -75.170126351940496, 39.920114401885201 ], [ -75.170136869657497, 39.920066166175403 ], [ -75.1704216079914, 39.920104360254903 ], [ -75.170411996387998, 39.920151311026402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 74, "AUN": 126515001, "SCHOOL_NUM": 7664, "LOCATION_ID": "2410", "SCHOOL_NAME": "GIRARD ACADEMIC MUSIC PROGRAM", "SCHOOL_NAME_LABEL": "GIRARD ACADEMIC MUSIC PROGRAM", "STREET_ADDRESS": "2136 W RITNER ST", "ZIP_CODE": "19145", "PHONE_NUMBER": "(215) 400-8230", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "5-12", "ENROLLMENT": 635, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 11750.53125, "Shape__Length": 433.93045409270024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182538174319006, 39.922121696203398 ], [ -75.182552099326699, 39.922060091624203 ], [ -75.182564373617296, 39.9220028819324 ], [ -75.1825765019464, 39.921946360497699 ], [ -75.182589895835605, 39.921883944375502 ], [ -75.182602956197897, 39.921823077281502 ], [ -75.182616366167295, 39.9217605826788 ], [ -75.182630067354395, 39.921696728437098 ], [ -75.182642893286499, 39.921636954198597 ], [ -75.182655482951901, 39.921578284039299 ], [ -75.182668951424702, 39.921515515933798 ], [ -75.182681828734303, 39.921455425236203 ], [ -75.182702517506797, 39.9213589936993 ], [ -75.182724031475203, 39.921361745942797 ], [ -75.182791027636597, 39.921370318890901 ], [ -75.182873963857801, 39.921380931312598 ], [ -75.182953176435404, 39.921391066117302 ], [ -75.183037240915894, 39.921401821936698 ], [ -75.183118621062903, 39.921412234909397 ], [ -75.183184671123598, 39.921420686208201 ], [ -75.183264236034702, 39.921430866976202 ], [ -75.183337216811793, 39.921440204275697 ], [ -75.183410938544199, 39.921449636952197 ], [ -75.183489944554296, 39.921459745359797 ], [ -75.183563934185202, 39.921469212090003 ], [ -75.183638740516301, 39.921478782647199 ], [ -75.183546425667899, 39.921871085613603 ], [ -75.183467825681902, 39.9222050532005 ], [ -75.183459947552606, 39.922238518366001 ], [ -75.182538174319006, 39.922121696203398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 75, "AUN": 226511502, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "OUR LADY OF HOPE REGIONAL CATHOLIC SCHOOL", "SCHOOL_NAME_LABEL": "OUR LADY OF HOPE", "STREET_ADDRESS": "1248 JACKSON ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(215) 467-5385", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 2703.01171875, "Shape__Length": 209.71914320466072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167245311356595, 39.922720647552403 ], [ -75.1672802992219, 39.922557996972699 ], [ -75.1673127981812, 39.922410684182701 ], [ -75.167327463918994, 39.922412610435899 ], [ -75.167541265801503, 39.922440686712797 ], [ -75.1678370192855, 39.9224795225348 ], [ -75.167772194627204, 39.922783388795402 ], [ -75.167770949216603, 39.922789180184601 ], [ -75.167245311356595, 39.922720647552403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 76, "AUN": 326517786, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "QUADRAT ACADEMY", "SCHOOL_NAME_LABEL": "QUADRAT ACADEMY", "STREET_ADDRESS": "222 BROWN ST", "ZIP_CODE": "19123", "PHONE_NUMBER": "(267) 997-7744", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "6-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 3129.546875, "Shape__Length": 238.54730000030693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1423331775447, 39.9632030706452 ], [ -75.142184493226196, 39.963169499073203 ], [ -75.142173444558793, 39.963167006647602 ], [ -75.142005632842199, 39.963129098651102 ], [ -75.142003431722699, 39.963128596979601 ], [ -75.142070814956, 39.962821045186601 ], [ -75.142122120165496, 39.962586908157 ], [ -75.142330153530096, 39.962635676359298 ], [ -75.142454710173993, 39.962664702250798 ], [ -75.142461749310499, 39.962665797042497 ], [ -75.142346012214901, 39.963205974193201 ], [ -75.1423331775447, 39.9632030706452 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 77, "AUN": 126513160, "SCHOOL_NUM": 7575, "LOCATION_ID": "3306", "SCHOOL_NAME": "CHRISTOPHER COLUMBUS CHARTER", "SCHOOL_NAME_LABEL": "CHRISTOPHER COLUMBUS CHARTER SCHOOL", "STREET_ADDRESS": "916 CHRISTIAN ST", "ZIP_CODE": "19147", "PHONE_NUMBER": "(215) 925-7400", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-4", "ENROLLMENT": 842, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 4504.40234375, "Shape__Length": 268.72715884252062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158297729877603, 39.938957644280897 ], [ -75.158345926179294, 39.938739357923097 ], [ -75.158357793388106, 39.938684077174997 ], [ -75.158373597842797, 39.938602399959898 ], [ -75.158404962744299, 39.938473488195399 ], [ -75.158961639301396, 39.938544371681701 ], [ -75.158929835262597, 39.9386936163923 ], [ -75.158928962331402, 39.938702236309403 ], [ -75.158921638200994, 39.938740565720401 ], [ -75.158911008006299, 39.938782639632201 ], [ -75.158903796934496, 39.938825678290399 ], [ -75.158902361079299, 39.9388325611664 ], [ -75.158860096271198, 39.939028253540002 ], [ -75.158297729877603, 39.938957644280897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 78, "AUN": 126515001, "SCHOOL_NUM": 3645, "LOCATION_ID": "5480", "SCHOOL_NAME": "KEARNY, GEN. PHILIP SCHOOL", "SCHOOL_NAME_LABEL": "GENERAL PHILIP KEARNY SCHOOL", "STREET_ADDRESS": "601 FAIRMOUNT AVE", "ZIP_CODE": "19123", "PHONE_NUMBER": "(215) 400-7590", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 190, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 8408.90625, "Shape__Length": 386.84681636354816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147768192058095, 39.964489700481302 ], [ -75.147741864317197, 39.964481914333298 ], [ -75.147744979802198, 39.964465655114701 ], [ -75.1477633690684, 39.964369530043598 ], [ -75.147775081202795, 39.964308781915598 ], [ -75.147786374676002, 39.964249104390298 ], [ -75.147797705496899, 39.9641890245044 ], [ -75.147808910140995, 39.964130021854999 ], [ -75.147823184223199, 39.964054355733602 ], [ -75.147829176980295, 39.964022589874503 ], [ -75.147831650644505, 39.964009443766997 ], [ -75.147900993676799, 39.9636413061355 ], [ -75.147901337836601, 39.963639428554501 ], [ -75.1481633974673, 39.963716298880598 ], [ -75.148485887712994, 39.963810884480502 ], [ -75.148472124194996, 39.963884208326803 ], [ -75.148448284894201, 39.964011112671102 ], [ -75.148416694387606, 39.964178478420202 ], [ -75.148405757004198, 39.964235408071701 ], [ -75.1483949793287, 39.9642914538383 ], [ -75.148384039665203, 39.964348480296401 ], [ -75.148373384451403, 39.964405722690998 ], [ -75.148363262906699, 39.964456673419001 ], [ -75.148362222608796, 39.9644619376961 ], [ -75.148352308729002, 39.964517326154798 ], [ -75.148325974517803, 39.964654634760898 ], [ -75.147768192058095, 39.964489700481302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 79, "AUN": 126518795, "SCHOOL_NUM": 3721, "LOCATION_ID": "3426", "SCHOOL_NAME": "MASTERY CHARTER @ PASTORIUS", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL AT PASTORIUS", "STREET_ADDRESS": "5650 SPRAGUE ST", "ZIP_CODE": "19138", "PHONE_NUMBER": "(215) 951-5689", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 645, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 18103.30078125, "Shape__Length": 538.68734349074498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1607074248587, 40.047900090725697 ], [ -75.161481686347898, 40.0471392754297 ], [ -75.161834279632998, 40.047348524504201 ], [ -75.162391159707994, 40.047679000325303 ], [ -75.162397517662896, 40.047682785887297 ], [ -75.162113561854298, 40.047961017403303 ], [ -75.162069265471601, 40.048004413584302 ], [ -75.161619707007802, 40.0484448979402 ], [ -75.161608920177201, 40.0484384649289 ], [ -75.1607074248587, 40.047900090725697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 80, "AUN": 126515001, "SCHOOL_NUM": 3844, "LOCATION_ID": "6030", "SCHOOL_NAME": "ROXBOROUGH HIGH SCHOOL", "SCHOOL_NAME_LABEL": "ROXBOROUGH HIGH SCHOOL", "STREET_ADDRESS": "6498 RIDGE AVE", "ZIP_CODE": "19128", "PHONE_NUMBER": "(215) 400-3400", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 613, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 34325.1328125, "Shape__Length": 793.24357651018784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221422533914605, 40.0374759720602 ], [ -75.223646274224905, 40.0365090957973 ], [ -75.224307076060896, 40.037344513420003 ], [ -75.223843780385707, 40.037560303765098 ], [ -75.223189367622695, 40.0378651231917 ], [ -75.222915504861902, 40.037992681037402 ], [ -75.222890523797901, 40.0380017754607 ], [ -75.222863950740205, 40.038007623926802 ], [ -75.222836493295404, 40.0380100719401 ], [ -75.222808883577002, 40.038009054518199 ], [ -75.222781856159997, 40.0380045979595 ], [ -75.222756133398406, 40.0379968206462 ], [ -75.222124086031101, 40.0377297423546 ], [ -75.221988667672505, 40.037674911865899 ], [ -75.221851310489797, 40.037623006195602 ], [ -75.221712124310699, 40.037574066047 ], [ -75.221422533914605, 40.0374759720602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 81, "AUN": 126513440, "SCHOOL_NUM": 7665, "LOCATION_ID": "3333", "SCHOOL_NAME": "ESPERANZA ACADEMY CHARTER", "SCHOOL_NAME_LABEL": "ESPERANZA ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "301 W HUNTING PARK AVE", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 457-3667", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 1643, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 11049.7109375, "Shape__Length": 580.09909866959219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132959508972206, 40.014909730953597 ], [ -75.1344587505791, 40.0151062458987 ], [ -75.134510447051397, 40.0152286697273 ], [ -75.134464572920294, 40.0154339174575 ], [ -75.134430393317601, 40.0154173822174 ], [ -75.134096932714399, 40.015315778468 ], [ -75.133921669321595, 40.015289728332299 ], [ -75.133744390985399, 40.015273623240901 ], [ -75.133673606131097, 40.015270893073399 ], [ -75.133602945941007, 40.015275113722097 ], [ -75.133533558455696, 40.015286217867398 ], [ -75.133466575566004, 40.015304025196698 ], [ -75.133403085120804, 40.015328244020303 ], [ -75.133231647103301, 40.015305598021499 ], [ -75.132316159655701, 40.015187664139603 ], [ -75.132396505933698, 40.014836184024297 ], [ -75.132959508972206, 40.014909730953597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 82, "AUN": 126515001, "SCHOOL_NUM": null, "LOCATION_ID": "5620", "SCHOOL_NAME": "THE U SCHOOL", "SCHOOL_NAME_LABEL": "THE U SCHOOL", "STREET_ADDRESS": "2000 N 7TH ST", "ZIP_CODE": "19122", "PHONE_NUMBER": "(215) 400-7460", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 195, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 10429.1484375, "Shape__Length": 460.84417765313907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146172347220897, 39.983069595450601 ], [ -75.1458899084477, 39.983030975600997 ], [ -75.146111664156507, 39.981882886047899 ], [ -75.146673433774794, 39.981960722674799 ], [ -75.146422832701504, 39.983103970100302 ], [ -75.146225130700699, 39.983076811815202 ], [ -75.146172347220897, 39.983069595450601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 83, "AUN": 126510019, "SCHOOL_NUM": 7856, "LOCATION_ID": "3386", "SCHOOL_NAME": "NORTHWOOD CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "NORTHWOOD ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "4621 CASTOR AVE", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 289-5606", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 796, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 12311.234375, "Shape__Length": 582.46961048153867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.094043171241907, 40.020486703311803 ], [ -75.094132335607895, 40.0203282889441 ], [ -75.094198355977298, 40.020211042535102 ], [ -75.094238057432506, 40.020137340380302 ], [ -75.094252370173294, 40.020112878288401 ], [ -75.094259593294595, 40.020099746060701 ], [ -75.094321131348394, 40.019985587841099 ], [ -75.094357077258906, 40.019923211534902 ], [ -75.094684846481698, 40.020029947040598 ], [ -75.094771783761303, 40.0200586201411 ], [ -75.094857176089704, 40.0200866447462 ], [ -75.094885486096899, 40.0196421721148 ], [ -75.095060446373495, 40.019651441297299 ], [ -75.095194923886595, 40.019659515207998 ], [ -75.095278088849099, 40.019662453873501 ], [ -75.095568465905302, 40.019676113809098 ], [ -75.095681233554402, 40.019682315710099 ], [ -75.095187870516995, 40.020194736024898 ], [ -75.095133663813002, 40.020251225602102 ], [ -75.095022336577699, 40.0203652489663 ], [ -75.095001788536095, 40.020388308908899 ], [ -75.094838617560896, 40.0205578603235 ], [ -75.094649716568597, 40.0204981033393 ], [ -75.094594977572598, 40.020479733608397 ], [ -75.094495078621506, 40.020670849808397 ], [ -75.094394105184307, 40.020638095713899 ], [ -75.094324485909794, 40.020615819253401 ], [ -75.094249148850693, 40.020590702897103 ], [ -75.094024519393102, 40.020519173211497 ], [ -75.094043171241907, 40.020486703311803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 84, "AUN": 126515001, "SCHOOL_NUM": 3626, "LOCATION_ID": "4560", "SCHOOL_NAME": "KELLEY, WILLIAM D. SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM D. KELLEY SCHOOL", "STREET_ADDRESS": "1601 N 28TH ST", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 400-7370", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 202, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 11481.75, "Shape__Length": 495.66664536101166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180472003594502, 39.980224991139501 ], [ -75.180209346430303, 39.981491538932403 ], [ -75.179662438124595, 39.9814218563792 ], [ -75.179925315458405, 39.980157491611102 ], [ -75.180472003594502, 39.980224991139501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 85, "AUN": 126515001, "SCHOOL_NUM": 8332, "LOCATION_ID": "5610", "SCHOOL_NAME": "BUILDING 21", "SCHOOL_NAME_LABEL": "BUILDING 21", "STREET_ADDRESS": "6501 LIMEKILN PIKE", "ZIP_CODE": "19138", "PHONE_NUMBER": "(215) 400-7450", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 371, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 18352.33203125, "Shape__Length": 544.73165136358318 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152762274832597, 40.053128283206199 ], [ -75.1527462524041, 40.053320521113399 ], [ -75.152734148374506, 40.0534657604885 ], [ -75.152679607856399, 40.0541205416976 ], [ -75.152052947217697, 40.054130390400204 ], [ -75.151491520798402, 40.054139214231 ], [ -75.151635072978905, 40.053167354850203 ], [ -75.152762274832597, 40.053128283206199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 86, "AUN": 226517252, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST MARTIN DE PORRES SCHOOL", "SCHOOL_NAME_LABEL": "ST MARTIN DE PORRES SCHOOL", "STREET_ADDRESS": "2300-36 W LEHIGH AVE", "ZIP_CODE": "19132", "PHONE_NUMBER": "(215) 223-6872", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 8922.5390625, "Shape__Length": 398.32519132257357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169303020091704, 39.995730597796303 ], [ -75.169403088705096, 39.995268129443097 ], [ -75.170561724096501, 39.995422469005199 ], [ -75.170465112360901, 39.995884612673201 ], [ -75.169303020091704, 39.995730597796303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 87, "AUN": 226510132, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "AL-AQSA ISLAMIC SCHOOL", "SCHOOL_NAME_LABEL": "AL-AQSA ISLAMIC SCHOOL", "STREET_ADDRESS": "1501-11 GERMANTOWN AVE", "ZIP_CODE": "19122", "PHONE_NUMBER": "(215) 765-6660", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 3472.22265625, "Shape__Length": 245.07288816147849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141024881176307, 39.974000965681597 ], [ -75.141009995991595, 39.9739483014774 ], [ -75.140990426078602, 39.973876283783298 ], [ -75.140987763555799, 39.9738665192315 ], [ -75.141669375339006, 39.973752039824298 ], [ -75.141673134063495, 39.9737637957573 ], [ -75.141695713745705, 39.973834382655902 ], [ -75.141712038525398, 39.973888836476 ], [ -75.141728205196898, 39.973942528714197 ], [ -75.141759636721702, 39.974050488484799 ], [ -75.141069375475894, 39.974164837165503 ], [ -75.141040295230496, 39.9740573169545 ], [ -75.141028115428099, 39.974011662274499 ], [ -75.141024881176307, 39.974000965681597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 88, "AUN": 226518422, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST LAURENTIUS SCHOOL", "SCHOOL_NAME_LABEL": "ST LAURENTIUS SCHOOL", "STREET_ADDRESS": "1612 E BERKS ST", "ZIP_CODE": "19125", "PHONE_NUMBER": "(215) 423-8834", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 1887.87109375, "Shape__Length": 179.57585496747896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129786667374304, 39.976928123101104 ], [ -75.129433616236895, 39.976795225274998 ], [ -75.129467298209306, 39.976739622856797 ], [ -75.129461819719594, 39.976737658530801 ], [ -75.129554723944096, 39.976591956561101 ], [ -75.129631607289497, 39.976620971599303 ], [ -75.129682170822903, 39.976541666795796 ], [ -75.129964887005798, 39.976648593171397 ], [ -75.129888540540605, 39.976766831798898 ], [ -75.129786667374304, 39.976928123101104 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 89, "AUN": 126515001, "SCHOOL_NUM": 7245, "LOCATION_ID": "1100", "SCHOOL_NAME": "SAYRE, WILLIAM L. HIGH SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM L. SAYRE HIGH SCHOOL", "STREET_ADDRESS": "5800 WALNUT ST", "ZIP_CODE": "19139", "PHONE_NUMBER": "(215) 400-7800", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 447, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 56816.0703125, "Shape__Length": 1026.2373661996796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237860074241595, 39.957017826887203 ], [ -75.237865548720904, 39.956992704273802 ], [ -75.237866843715594, 39.956986574332703 ], [ -75.238141371760804, 39.9570187153397 ], [ -75.238176008269093, 39.956856328369902 ], [ -75.238204387184794, 39.956725559937396 ], [ -75.238232405263005, 39.956593187713203 ], [ -75.238260427974694, 39.956460687194003 ], [ -75.238269380843207, 39.956453064827002 ], [ -75.238315326444607, 39.956234621155801 ], [ -75.238320935403294, 39.956235308202899 ], [ -75.239132956581898, 39.956333777387599 ], [ -75.239193345568793, 39.956341095177898 ], [ -75.239276569102103, 39.956351185430698 ], [ -75.2392225799058, 39.956610510561198 ], [ -75.239733006820202, 39.956685061874097 ], [ -75.239735026966102, 39.956685363986303 ], [ -75.239538779857895, 39.957612274150399 ], [ -75.239498055617901, 39.957804591043498 ], [ -75.239367319112304, 39.958422119732703 ], [ -75.239337301277999, 39.958563894230899 ], [ -75.239154719687903, 39.958540893165903 ], [ -75.237911996312903, 39.958384379355302 ], [ -75.237579549911402, 39.9583425069778 ], [ -75.237571919394, 39.958341550378996 ], [ -75.237858687572796, 39.957024180069503 ], [ -75.237860074241595, 39.957017826887203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 90, "AUN": 126515001, "SCHOOL_NUM": 7229, "LOCATION_ID": "6460", "SCHOOL_NAME": "HILL-FREEDMAN WORLD ACADEMY", "SCHOOL_NAME_LABEL": "HILL-FREEDMAN WORLD ACADEMY", "STREET_ADDRESS": "1100 E MT PLEASANT AVE", "ZIP_CODE": "19150", "PHONE_NUMBER": "(215) 400-3530", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "6-12", "ENROLLMENT": 641, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 44729.671875, "Shape__Length": 863.53529167169017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176132726938903, 40.070642283199803 ], [ -75.174733717562304, 40.072066571468 ], [ -75.173498052272706, 40.071365038529798 ], [ -75.174878292902505, 40.069930105556999 ], [ -75.176132726938903, 40.070642283199803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 91, "AUN": 126513270, "SCHOOL_NUM": 7586, "LOCATION_ID": "3318", "SCHOOL_NAME": "FREIRE CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "FREIRE CHARTER SCHOOL", "STREET_ADDRESS": "2027 CHESTNUT ST", "ZIP_CODE": "19103", "PHONE_NUMBER": "(215) 557-8555", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 1020, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 1538.5234375, "Shape__Length": 175.48588406734407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174381565178706, 39.952697298770801 ], [ -75.1742694534625, 39.952684335436899 ], [ -75.174364502612605, 39.952252266731399 ], [ -75.174575153040095, 39.952277033575903 ], [ -75.174578677233995, 39.952277450576297 ], [ -75.174512530845703, 39.952583612006698 ], [ -75.174484145568499, 39.952709144738002 ], [ -75.174381565178706, 39.952697298770801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 92, "AUN": 126515001, "SCHOOL_NUM": 3803, "LOCATION_ID": "8400", "SCHOOL_NAME": "FRANK, ANNE SCHOOL", "SCHOOL_NAME_LABEL": "ANNE FRANK SCHOOL", "STREET_ADDRESS": "2000 BOWLER ST", "ZIP_CODE": "19115", "PHONE_NUMBER": "(215) 400-3070", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 1622, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 40154.29296875, "Shape__Length": 801.54708568534636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.027291073974695, 40.087864790749798 ], [ -75.0277359173446, 40.087400546696102 ], [ -75.027785446569396, 40.087348860596798 ], [ -75.028179332891, 40.0869377821355 ], [ -75.028226758064207, 40.086888302046702 ], [ -75.028346339664495, 40.086763491666602 ], [ -75.028349521300896, 40.086765292520901 ], [ -75.029795247137997, 40.087582456993303 ], [ -75.028735971383995, 40.088692426723703 ], [ -75.027283493098395, 40.087872703757903 ], [ -75.027291073974695, 40.087864790749798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 93, "AUN": 126515001, "SCHOOL_NUM": 3709, "LOCATION_ID": "6220", "SCHOOL_NAME": "EMLEN, ELEANOR C. SCHOOL", "SCHOOL_NAME_LABEL": "ELEANOR C. EMLEN SCHOOL", "STREET_ADDRESS": "6501 CHEW AVE", "ZIP_CODE": "19119", "PHONE_NUMBER": "(215) 400-3470", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 267, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 15639.26171875, "Shape__Length": 515.07561069707924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1774838476083, 40.054818146363502 ], [ -75.177416763706006, 40.054777390663901 ], [ -75.177135110077998, 40.054606270972499 ], [ -75.1771194000451, 40.054596726609098 ], [ -75.178003445693705, 40.053734102356998 ], [ -75.178689997002095, 40.054151213096503 ], [ -75.177813135051395, 40.055018203196298 ], [ -75.177806076474297, 40.055013915166597 ], [ -75.1774838476083, 40.054818146363502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 94, "AUN": 126515691, "SCHOOL_NUM": null, "LOCATION_ID": "3422", "SCHOOL_NAME": "PHILADELPHIA CHARTER FOR ARTS", "SCHOOL_NAME_LABEL": "THE PHILADELPHIA CHARTER SCHOOL FOR ARTS AND SCIENCES", "STREET_ADDRESS": "1197 HAWORTH ST", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 537-2520", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 906, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 18823.171875, "Shape__Length": 609.87895814295211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.086124462290599, 40.024997806605398 ], [ -75.086070701105498, 40.024967849034901 ], [ -75.085593745890193, 40.024702100856501 ], [ -75.085595058237104, 40.0247007279389 ], [ -75.085755161762194, 40.024533778068196 ], [ -75.085823855580898, 40.024462137675201 ], [ -75.085851423945201, 40.024433405674998 ], [ -75.085943858299999, 40.0243370880534 ], [ -75.086038990713107, 40.024240365540102 ], [ -75.086051809169007, 40.024247691001001 ], [ -75.086098093731806, 40.024272574634303 ], [ -75.086134665768398, 40.024291735485697 ], [ -75.086250964905503, 40.024353980604602 ], [ -75.086355618155807, 40.024409524312198 ], [ -75.086439668851298, 40.024453613159501 ], [ -75.086559096149401, 40.0245168337999 ], [ -75.087278980644001, 40.0248977805797 ], [ -75.087556908360696, 40.025046018624003 ], [ -75.087646394623306, 40.025093761260401 ], [ -75.087647482608602, 40.025094334990797 ], [ -75.087442440201301, 40.025319196987702 ], [ -75.087192761377594, 40.025593045860703 ], [ -75.086124462290599, 40.024997806605398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 95, "AUN": 126515001, "SCHOOL_NUM": 7231, "LOCATION_ID": "7280", "SCHOOL_NAME": "FRANKLIN, BENJAMIN SCHOOL", "SCHOOL_NAME_LABEL": "BENJAMIN FRANKLIN SCHOOL", "STREET_ADDRESS": "5737 RISING SUN AVE", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 400-3760", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 571, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 15462.77734375, "Shape__Length": 522.48936876447613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.103612844950902, 40.041692499999897 ], [ -75.103650468831404, 40.0416522121917 ], [ -75.103966806437597, 40.041836773296403 ], [ -75.104920239965793, 40.0423951617108 ], [ -75.104317703324398, 40.042796135855497 ], [ -75.104312577635696, 40.042799548714299 ], [ -75.103280188403204, 40.0422683514998 ], [ -75.103208080048503, 40.042231258011299 ], [ -75.103139161087896, 40.042195801259801 ], [ -75.103138070575099, 40.042195244522098 ], [ -75.103172887062897, 40.042160824335902 ], [ -75.103205587842098, 40.042127935573099 ], [ -75.103240461058803, 40.042091533278601 ], [ -75.103274342013194, 40.0420547217931 ], [ -75.103303377425405, 40.042023344499697 ], [ -75.103334445595394, 40.041991997143001 ], [ -75.103367762696195, 40.041956752824703 ], [ -75.103395796274697, 40.041924158559098 ], [ -75.103401700307103, 40.041917959213698 ], [ -75.103425857035504, 40.041892789094099 ], [ -75.103456011003701, 40.041859066697498 ], [ -75.103492480825693, 40.041821509504302 ], [ -75.103523645940598, 40.041788197832098 ], [ -75.103555397347193, 40.041753303707402 ], [ -75.103589096991001, 40.041717938620202 ], [ -75.103612844950902, 40.041692499999897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 96, "AUN": 126512674, "SCHOOL_NUM": 3617, "LOCATION_ID": "3424", "SCHOOL_NAME": "UNIVERSAL ALCORN CHARTER", "SCHOOL_NAME_LABEL": "UNIVERSAL CHARTER SCHOOL AT ALCORN", "STREET_ADDRESS": "3200 DICKINSON ST", "ZIP_CODE": "19146", "PHONE_NUMBER": "(215) 952-6219", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 462, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 14014.12890625, "Shape__Length": 494.05949411455202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197456163357003, 39.935124307383298 ], [ -75.197472878261607, 39.935046676991398 ], [ -75.197532637468996, 39.934769072211402 ], [ -75.197538980191197, 39.934739569126997 ], [ -75.197627530569704, 39.934328198531702 ], [ -75.198412063234898, 39.934431074788797 ], [ -75.198350693839203, 39.934708144058298 ], [ -75.198175417308605, 39.935508196586198 ], [ -75.197395230848102, 39.935407464379701 ], [ -75.197456163357003, 39.935124307383298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 97, "AUN": 226519022, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST MONICA SENIOR SCHOOL", "SCHOOL_NAME_LABEL": "ST MONICA SENIOR SCHOOL", "STREET_ADDRESS": "2500 S 16TH ST", "ZIP_CODE": "19145", "PHONE_NUMBER": "(215) 467-5338", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "5-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 7305.12109375, "Shape__Length": 412.19640769795535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174774573170694, 39.918721072637403 ], [ -75.174540075280902, 39.919812001467903 ], [ -75.174138148367206, 39.919760399893299 ], [ -75.174370951414602, 39.918667387243197 ], [ -75.174774573170694, 39.918721072637403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 98, "AUN": 126515001, "SCHOOL_NUM": 7404, "LOCATION_ID": "5490", "SCHOOL_NAME": "CAYUGA SCHOOL", "SCHOOL_NAME_LABEL": "CAYUGA SCHOOL", "STREET_ADDRESS": "4344 N 5TH ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 400-3850", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 361, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 5754.37890625, "Shape__Length": 317.47351281760649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134679979122495, 40.018065901822098 ], [ -75.134766950611606, 40.017659599760599 ], [ -75.135503468314795, 40.017752801530399 ], [ -75.135647857595401, 40.0181883785501 ], [ -75.134679979122495, 40.018065901822098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 99, "AUN": 126515001, "SCHOOL_NUM": 5120, "LOCATION_ID": "5300", "SCHOOL_NAME": "HACKETT, HORATIO B. SCHOOL", "SCHOOL_NAME_LABEL": "HORATIO B. HACKETT SCHOOL", "STREET_ADDRESS": "2161 E YORK ST", "ZIP_CODE": "19125", "PHONE_NUMBER": "(215) 400-7470", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 366, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 15784.58984375, "Shape__Length": 503.27337045961974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125714723317301, 39.981060672150697 ], [ -75.126644276971405, 39.980567744554399 ], [ -75.127312554130796, 39.981324121279897 ], [ -75.126304607441398, 39.981733437709202 ], [ -75.125714723317301, 39.981060672150697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 100, "AUN": 226510912, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "CEDAR GROVE CHRISTIAN ACADEMY LOWER SCHOOL", "SCHOOL_NAME_LABEL": "CEDAR GROVE CHRISTIAN ACADEMY LOWER SCHOOL", "STREET_ADDRESS": "6445 BINGHAM ST", "ZIP_CODE": "19111", "PHONE_NUMBER": "(215) 725-3383", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 9049.19140625, "Shape__Length": 381.05658864507973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.092205554924803, 40.049895100630501 ], [ -75.091847193503199, 40.049691336316798 ], [ -75.091554685378298, 40.049527492412999 ], [ -75.091552201721399, 40.049526096900102 ], [ -75.091764563995795, 40.049303845521599 ], [ -75.0920806894555, 40.0489729589424 ], [ -75.092407251433499, 40.049155804900202 ], [ -75.092735715296797, 40.049339902393498 ], [ -75.092736274684498, 40.049340624897802 ], [ -75.092209659303606, 40.049897436912701 ], [ -75.092205554924803, 40.049895100630501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 101, "AUN": 226517352, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST FRANCES CABRINI REGIONAL CATHOLIC SCHOOL", "SCHOOL_NAME_LABEL": "ST FRANCES CABRINI", "STREET_ADDRESS": "405 N 65TH ST", "ZIP_CODE": "19151", "PHONE_NUMBER": "(215) 748-2994", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1648.66796875, "Shape__Length": 169.28306266770448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.248889719215896, 39.969563267962599 ], [ -75.248854522683502, 39.9695587132395 ], [ -75.248896357768103, 39.969352232743901 ], [ -75.2491457660729, 39.969381283784998 ], [ -75.249377007364501, 39.969408761452698 ], [ -75.249374031362606, 39.969424155349401 ], [ -75.249353968818994, 39.969528106939798 ], [ -75.249351590520106, 39.969541499020799 ], [ -75.249340771550905, 39.969596938852398 ], [ -75.249336963215498, 39.969616134810998 ], [ -75.249315720125097, 39.969613302251801 ], [ -75.249143908994199, 39.969592793744702 ], [ -75.249065808629695, 39.969583660620103 ], [ -75.248985777326595, 39.969574017966004 ], [ -75.248889719215896, 39.969563267962599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 102, "AUN": 126515001, "SCHOOL_NUM": 6534, "LOCATION_ID": "7380", "SCHOOL_NAME": "MC CLURE, ALEXANDER K. SCHOOL", "SCHOOL_NAME_LABEL": "ALEXANDER K. MCCLURE SCHOOL", "STREET_ADDRESS": "600 W HUNTING PARK AVE", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 400-3870", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 411, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 7071.41015625, "Shape__Length": 341.81908785239676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137884910618894, 40.015264588278797 ], [ -75.1373199972153, 40.015192494259303 ], [ -75.137442153656096, 40.014525328585997 ], [ -75.137445737571497, 40.014505775724203 ], [ -75.138073467428001, 40.0145884706358 ], [ -75.138027313984594, 40.014820837339499 ], [ -75.137937860871702, 40.015271337526897 ], [ -75.137884910618894, 40.015264588278797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 103, "AUN": 226518062, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "OUR MOTHER OF SORROWS/ST IGNATIUS OF LOYOLA SCHOOL", "SCHOOL_NAME_LABEL": "OUR MOTHER OF SORROWS/ST IGNATIUS OF LOYOLA SCHOOL", "STREET_ADDRESS": "617 N 43RD ST", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 222-3626", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 3766.79296875, "Shape__Length": 257.24342243866511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208644116090895, 39.963871247801997 ], [ -75.2087271584452, 39.963865043433302 ], [ -75.208697756725101, 39.963621711579101 ], [ -75.209127912424293, 39.963587587100598 ], [ -75.209190139628802, 39.964077969756701 ], [ -75.208847198297605, 39.964102355942003 ], [ -75.208833950640795, 39.964103689970301 ], [ -75.208676883340999, 39.964113622566302 ], [ -75.208644116090895, 39.963871247801997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 104, "AUN": 126519392, "SCHOOL_NUM": 8257, "LOCATION_ID": "3423", "SCHOOL_NAME": "MEMPHIS ST. CHARTER @ JP JONES", "SCHOOL_NAME_LABEL": "MEMPHIS STREET ACADEMY CHARTER SCHOOL AT J.P. JONES", "STREET_ADDRESS": "2950 MEMPHIS ST", "ZIP_CODE": "19134", "PHONE_NUMBER": "(215) 291-4709", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "5-8", "ENROLLMENT": 492, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 17389.94140625, "Shape__Length": 554.87300207960129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.113286503227798, 39.985655938458102 ], [ -75.113525930770905, 39.985927292447698 ], [ -75.113533109117498, 39.9859340179773 ], [ -75.113771132215803, 39.986205467542497 ], [ -75.112383211687202, 39.986936463188201 ], [ -75.112001021531697, 39.986334603628897 ], [ -75.113286503227798, 39.985655938458102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 105, "AUN": 126518547, "SCHOOL_NUM": 8150, "LOCATION_ID": "3412", "SCHOOL_NAME": "DOUGLASS MASTERY CHARTER", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL AT DOUGLASS", "STREET_ADDRESS": "2118 W NORRIS ST", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 684-5063", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 524, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 13900.13671875, "Shape__Length": 538.88031721361972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169540464885898, 39.984774662644398 ], [ -75.169208303142497, 39.984729441416903 ], [ -75.169324339541404, 39.9841910378845 ], [ -75.169500790137604, 39.983372378485903 ], [ -75.170095342553196, 39.983452352669197 ], [ -75.170116129166104, 39.983455141174701 ], [ -75.170050478434305, 39.983759603502598 ], [ -75.169823282428595, 39.984813163651403 ], [ -75.169540464885898, 39.984774662644398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 106, "AUN": 126515001, "SCHOOL_NUM": 3857, "LOCATION_ID": "4020", "SCHOOL_NAME": "OVERBROOK HIGH SCHOOL", "SCHOOL_NAME_LABEL": "OVERBROOK HIGH SCHOOL", "STREET_ADDRESS": "5898 LANCASTER AVE", "ZIP_CODE": "19131", "PHONE_NUMBER": "(215) 400-7300", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 441, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 31928.08984375, "Shape__Length": 824.70243855250237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236411197325694, 39.980943594448398 ], [ -75.236298006429394, 39.980904475213897 ], [ -75.2362957108827, 39.980903683866401 ], [ -75.236287625426797, 39.980861708512201 ], [ -75.236289561491802, 39.980861493008398 ], [ -75.2366382772652, 39.980822852004998 ], [ -75.236947984759894, 39.980788512841897 ], [ -75.237501965148994, 39.980727122261797 ], [ -75.237831426984698, 39.980690602577099 ], [ -75.238788591636407, 39.980584497061102 ], [ -75.239256642215594, 39.9805326130992 ], [ -75.239318554356601, 39.980862675908803 ], [ -75.239325313104004, 39.980913938257899 ], [ -75.239331125837595, 39.980970950774299 ], [ -75.239330828484995, 39.981032262510702 ], [ -75.2393279720512, 39.981076108815401 ], [ -75.239325620593704, 39.981100591427499 ], [ -75.239321923119206, 39.981123545565303 ], [ -75.239318769933803, 39.981148171690698 ], [ -75.239308014741596, 39.981194247470597 ], [ -75.239280399921995, 39.981256008992297 ], [ -75.239259975939007, 39.981295522366302 ], [ -75.239223860324799, 39.981346846848901 ], [ -75.239198982239401, 39.981377622240601 ], [ -75.239196666062298, 39.981377942101801 ], [ -75.239170834486401, 39.981407262921699 ], [ -75.239143526314294, 39.981432923805897 ], [ -75.239130707942195, 39.981443008168696 ], [ -75.239124340459398, 39.981448011280399 ], [ -75.239097143946296, 39.981470096526301 ], [ -75.239068440915503, 39.981490954988999 ], [ -75.239004903329899, 39.981531330409403 ], [ -75.238957500483707, 39.981554166212803 ], [ -75.238902370929296, 39.981576832936099 ], [ -75.238852065002902, 39.9815948344161 ], [ -75.238812870992604, 39.981605904852003 ], [ -75.238762808963699, 39.981616754362001 ], [ -75.238723789761494, 39.981623056705097 ], [ -75.238672333327699, 39.981630280699399 ], [ -75.238605404682403, 39.981635973407599 ], [ -75.238563508972405, 39.981636249298703 ], [ -75.238529401565799, 39.9816355029186 ], [ -75.238469069047795, 39.981630604552201 ], [ -75.238402669305799, 39.981621994178198 ], [ -75.238313472367807, 39.981600941045699 ], [ -75.236411197325694, 39.980943594448398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 107, "AUN": 126515001, "SCHOOL_NUM": 3786, "LOCATION_ID": "4270", "SCHOOL_NAME": "DICK, WILLIAM SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM DICK SCHOOL", "STREET_ADDRESS": "2498 W DIAMOND ST", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 400-7340", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 343, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 21511.15234375, "Shape__Length": 635.64135406435094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173025282937701, 39.986760222313897 ], [ -75.172948872333393, 39.986750398669997 ], [ -75.172895089720498, 39.986743484262803 ], [ -75.172895296430596, 39.986742474138502 ], [ -75.173097873470098, 39.985766681196203 ], [ -75.173102824791997, 39.985742806276498 ], [ -75.1731782106054, 39.9853797237921 ], [ -75.173322392528902, 39.985399354785102 ], [ -75.173325532640803, 39.985402762408697 ], [ -75.173330866258496, 39.985408556279602 ], [ -75.173966239145699, 39.986098496226099 ], [ -75.173971069344901, 39.986103746041898 ], [ -75.174011847089702, 39.986148023637199 ], [ -75.1743805909244, 39.986548428901401 ], [ -75.174382441595199, 39.986550436892003 ], [ -75.174303499773103, 39.986924530573098 ], [ -75.173025282937701, 39.986760222313897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 108, "AUN": 126512980, "SCHOOL_NUM": 7542, "LOCATION_ID": "3309", "SCHOOL_NAME": "IMHOTEP CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "IMHOTEP INSTITUTE CHARTER HIGH SCHOOL", "STREET_ADDRESS": "6201 N 21ST ST", "ZIP_CODE": "19138", "PHONE_NUMBER": "(215) 438-4140", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 597, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 12108.9921875, "Shape__Length": 491.5491459035087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155432861341396, 40.049052400582603 ], [ -75.155403936679406, 40.049519790073099 ], [ -75.155402969408698, 40.049519752459098 ], [ -75.153810941920398, 40.049457700348803 ], [ -75.153822642048397, 40.049265525718901 ], [ -75.153823143195496, 40.049257292745999 ], [ -75.153829024065104, 40.0491607060627 ], [ -75.153839517394502, 40.048988347913799 ], [ -75.155432861341396, 40.049052400582603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 109, "AUN": 126512990, "SCHOOL_NUM": 7543, "LOCATION_ID": "3315", "SCHOOL_NAME": "ALLIANCE FOR PROGRESS CHARTER", "SCHOOL_NAME_LABEL": "ALLIANCE FOR PROGRESS CHARTER SCHOOL", "STREET_ADDRESS": "1722 CECIL B MOORE AVE\n", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 232-4892", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 621, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 4022.95703125, "Shape__Length": 260.83902553005885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163578684697598, 39.979347884813997 ], [ -75.163657268788697, 39.9789833974339 ], [ -75.163930731042001, 39.979019817366499 ], [ -75.163940968359199, 39.978974380074497 ], [ -75.164288359590103, 39.979021104697502 ], [ -75.164200039931799, 39.9794294777898 ], [ -75.163578684697598, 39.979347884813997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 110, "AUN": 126515001, "SCHOOL_NUM": 3835, "LOCATION_ID": "7130", "SCHOOL_NAME": "WAGNER, GEN. LOUIS MIDDLE SCH.", "SCHOOL_NAME_LABEL": "GENERAL LOUIS WAGNER SCHOOL", "STREET_ADDRESS": "1701 CHELTEN AVE", "ZIP_CODE": "19126", "PHONE_NUMBER": "(215) 400-3560", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": 297, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 17103.2578125, "Shape__Length": 530.21737063512353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148091463835101, 40.052195838095102 ], [ -75.147015859655596, 40.052056489095499 ], [ -75.146911166605094, 40.052042301222997 ], [ -75.147062137348399, 40.051381163584303 ], [ -75.1470812172455, 40.051297740377898 ], [ -75.147120101695194, 40.051302779587701 ], [ -75.148449468738704, 40.051460545276903 ], [ -75.148445845519703, 40.051474084363399 ], [ -75.148444811829407, 40.051478606589498 ], [ -75.1483950952979, 40.051696388621302 ], [ -75.148387356825694, 40.051730258332903 ], [ -75.148327149748297, 40.051994083550802 ], [ -75.148319711225895, 40.052026703131702 ], [ -75.148275643346693, 40.052219690893203 ], [ -75.148091463835101, 40.052195838095102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 111, "AUN": 126515001, "SCHOOL_NUM": 3764, "LOCATION_ID": "8250", "SCHOOL_NAME": "FORREST, EDWIN SCHOOL", "SCHOOL_NAME_LABEL": "EDWIN FORREST SCHOOL", "STREET_ADDRESS": "7300 COTTAGE ST", "ZIP_CODE": "19136", "PHONE_NUMBER": "(215) 400-3330", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 809, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 21512.890625, "Shape__Length": 588.17609813756894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.035351864526703, 40.034663280804203 ], [ -75.0363698922705, 40.0341375139447 ], [ -75.037158055232297, 40.0350362863961 ], [ -75.036142308146097, 40.035562335039302 ], [ -75.035351864526703, 40.034663280804203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 112, "AUN": 126515001, "SCHOOL_NUM": null, "LOCATION_ID": "4470", "SCHOOL_NAME": "WRIGHT, RICHARD R. SCHOOL", "SCHOOL_NAME_LABEL": "RICHARD R. WRIGHT SCHOOL", "STREET_ADDRESS": "2201 N 28TH ST", "ZIP_CODE": "19132", "PHONE_NUMBER": "(215) 400-7030", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 215, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 29764.47265625, "Shape__Length": 705.72451567260885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178005135328505, 39.990668886368802 ], [ -75.177743100526598, 39.990633677450298 ], [ -75.177602962627404, 39.990614851343501 ], [ -75.177385508872703, 39.990585621063801 ], [ -75.177244639774798, 39.9905666981617 ], [ -75.1769686772912, 39.990529610890498 ], [ -75.176957481759899, 39.990528103007101 ], [ -75.177094576596303, 39.9899159486325 ], [ -75.177097604165994, 39.989902395457001 ], [ -75.177157839955598, 39.989633433226501 ], [ -75.177278512593702, 39.989094531099603 ], [ -75.177281690929703, 39.989080320182701 ], [ -75.178511049910696, 39.989246821217698 ], [ -75.178509985861396, 39.989251681985301 ], [ -75.178308391463005, 39.990180580207799 ], [ -75.178302579893895, 39.990207337296297 ], [ -75.178258051574005, 39.990412478577099 ], [ -75.178252086660194, 39.990439958668198 ], [ -75.178197276037494, 39.990692503755803 ], [ -75.178196816843496, 39.990694653641299 ], [ -75.178005135328505, 39.990668886368802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 113, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "8100", "SCHOOL_NAME": "GATEWAY TO COLLEGE", "SCHOOL_NAME_LABEL": "GATEWAY TO COLLEGE - COMMUNITY COLLEGE OF PHILADELPHIA", "STREET_ADDRESS": "1700 SPRING GARDEN ST RM M1-24", "ZIP_CODE": "19130", "PHONE_NUMBER": "(215) 751-8540", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 88, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 42727.21875, "Shape__Length": 860.88429626723632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167772560623902, 39.963078242554303 ], [ -75.166378850284801, 39.962906250808601 ], [ -75.166394047961603, 39.9628359579307 ], [ -75.166418688601894, 39.962822406275201 ], [ -75.166454947162805, 39.962654686683798 ], [ -75.166437334697093, 39.9626357246607 ], [ -75.166778733434001, 39.961056503009203 ], [ -75.168172406763503, 39.961228492157701 ], [ -75.167772560623902, 39.963078242554303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 114, "AUN": 126515001, "SCHOOL_NUM": 3743, "LOCATION_ID": "7320", "SCHOOL_NAME": "HOWE, JULIA WARD SCHOOL", "SCHOOL_NAME_LABEL": "JULIA W. HOWE SCHOOL", "STREET_ADDRESS": "5800 N 13TH ST", "ZIP_CODE": "19141", "PHONE_NUMBER": "(215) 400-3650", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 229, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 8277.98046875, "Shape__Length": 379.93491612861749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141969772077005, 40.041861973418101 ], [ -75.142001158518298, 40.041718735690097 ], [ -75.142009397833206, 40.0416811531245 ], [ -75.142112252814698, 40.041211755919697 ], [ -75.142440466207304, 40.041255750322797 ], [ -75.142944367109706, 40.041323301593103 ], [ -75.142947496855896, 40.041323727404603 ], [ -75.142830950629502, 40.041841755617298 ], [ -75.142825737627604, 40.041864962446802 ], [ -75.142410376994505, 40.041810076438601 ], [ -75.142398133163496, 40.041863976820899 ], [ -75.142386906772401, 40.041917063477101 ], [ -75.141969772077005, 40.041861973418101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 115, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "PHILADELPHIA PERFORMING ARTS CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "PHILADELPHIA PERFORMING ARTS CHARTER SCHOOL", "STREET_ADDRESS": "1600 VINE ST", "ZIP_CODE": "19102", "PHONE_NUMBER": "(267) 428-2224", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "6-12", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 7314.48828125, "Shape__Length": 416.14705373113651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165913675589394, 39.957663696157098 ], [ -75.166926157711003, 39.957789567786698 ], [ -75.1668999765986, 39.957921176411801 ], [ -75.167273524171193, 39.957971353064302 ], [ -75.167227917821606, 39.958188589423401 ], [ -75.165843014081005, 39.958020174940899 ], [ -75.165913675589394, 39.957663696157098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 116, "AUN": 326512995, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "COMMUNITY COUNCIL LEARNING ACADEMY", "SCHOOL_NAME_LABEL": "COMMUNITY COUNCIL LEARNING ACADEMY", "STREET_ADDRESS": "4224 N FRONT ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 845-2670", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "1-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 35053.5234375, "Shape__Length": 834.71512259004373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126027587475306, 40.0144344258281 ], [ -75.126555690887201, 40.014502730966598 ], [ -75.126467619207205, 40.014914458466002 ], [ -75.127689380750198, 40.015072471747999 ], [ -75.127614924791104, 40.015418106479999 ], [ -75.127458241152695, 40.0161530940427 ], [ -75.125708350440505, 40.015926770681901 ], [ -75.126027587475306, 40.0144344258281 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 117, "AUN": 126515001, "SCHOOL_NUM": null, "LOCATION_ID": "8470", "SCHOOL_NAME": "PHILADELPHIA LEARNING ACADEMY-NORTH", "SCHOOL_NAME_LABEL": "PHILADELPHIA LEARNING ACADEMY NORTH", "STREET_ADDRESS": "4224 N FRONT ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 400-9050", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "8-12", "ENROLLMENT": 74, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 35053.5234375, "Shape__Length": 834.71512259004373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126027587475306, 40.0144344258281 ], [ -75.126555690887201, 40.014502730966598 ], [ -75.126467619207205, 40.014914458466002 ], [ -75.127689380750198, 40.015072471747999 ], [ -75.127614924791104, 40.015418106479999 ], [ -75.127458241152695, 40.0161530940427 ], [ -75.125708350440505, 40.015926770681901 ], [ -75.126027587475306, 40.0144344258281 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 118, "AUN": null, "SCHOOL_NUM": 8120, "LOCATION_ID": "3820", "SCHOOL_NAME": "ACHIEVE ACADEMY EAST", "SCHOOL_NAME_LABEL": "ACHIEVE ACADEMY EAST", "STREET_ADDRESS": "4224 N FRONT ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(267) 335-4764", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "6-12", "ENROLLMENT": 62, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 35053.5234375, "Shape__Length": 834.71512259004373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126027587475306, 40.0144344258281 ], [ -75.126555690887201, 40.014502730966598 ], [ -75.126467619207205, 40.014914458466002 ], [ -75.127689380750198, 40.015072471747999 ], [ -75.127614924791104, 40.015418106479999 ], [ -75.127458241152695, 40.0161530940427 ], [ -75.125708350440505, 40.015926770681901 ], [ -75.126027587475306, 40.0144344258281 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 119, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "3190", "SCHOOL_NAME": "CROSSROADS @ HUNTING PARK", "SCHOOL_NAME_LABEL": "CROSSROADS AT HUNTING PARK", "STREET_ADDRESS": "4224 N FRONT ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 400-9060", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "3-6", "ENROLLMENT": 32, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 35053.5234375, "Shape__Length": 834.71512259004373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126027587475306, 40.0144344258281 ], [ -75.126555690887201, 40.014502730966598 ], [ -75.126467619207205, 40.014914458466002 ], [ -75.127689380750198, 40.015072471747999 ], [ -75.127614924791104, 40.015418106479999 ], [ -75.127458241152695, 40.0161530940427 ], [ -75.125708350440505, 40.015926770681901 ], [ -75.126027587475306, 40.0144344258281 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 120, "AUN": 126515001, "SCHOOL_NUM": 3753, "LOCATION_ID": "7430", "SCHOOL_NAME": "SULLIVAN, JAMES J. SCHOOL", "SCHOOL_NAME_LABEL": "JAMES J. SULLIVAN SCHOOL", "STREET_ADDRESS": "5300 DITMAN ST", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 400-3960", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 373, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 16777.05859375, "Shape__Length": 590.40926047930066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.066777576681105, 40.016515901306697 ], [ -75.0662052672713, 40.015912586072098 ], [ -75.066092781671003, 40.015782782250099 ], [ -75.066237046214198, 40.015714903133002 ], [ -75.066393197321005, 40.015632728394202 ], [ -75.066545160065502, 40.015550406007598 ], [ -75.066796328282507, 40.015419382425797 ], [ -75.066948591404099, 40.015354895957898 ], [ -75.067170374278803, 40.015280379819401 ], [ -75.067842674315997, 40.0151190529362 ], [ -75.067858002024707, 40.0151327745969 ], [ -75.067863489824305, 40.015137690712699 ], [ -75.067790452461395, 40.015246827593501 ], [ -75.067779278359097, 40.015261704099103 ], [ -75.067768821406105, 40.015286494197603 ], [ -75.067759258403896, 40.015298780668402 ], [ -75.067735652415294, 40.015331115065102 ], [ -75.067546535715493, 40.0155774811725 ], [ -75.067547559139598, 40.015580792766301 ], [ -75.0674748178389, 40.015672849211398 ], [ -75.067472013087794, 40.015673283763398 ], [ -75.067200759431699, 40.016021835856499 ], [ -75.067198763107896, 40.0160209028098 ], [ -75.067198839456594, 40.016022677397899 ], [ -75.066812420245597, 40.0165154417015 ], [ -75.066778462390502, 40.016516841069603 ], [ -75.066777576681105, 40.016515901306697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 121, "AUN": 126515001, "SCHOOL_NUM": 7810, "LOCATION_ID": "4320", "SCHOOL_NAME": "LAMBERTON,ROBERT E ELEMENTARY", "SCHOOL_NAME_LABEL": "ROBERT E. LAMBERTON SCHOOL", "STREET_ADDRESS": "7501 WOODBINE AVE", "ZIP_CODE": "19151", "PHONE_NUMBER": "(215) 400-7530", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 327, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 37768.59765625, "Shape__Length": 795.16773398309283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.266248899707904, 39.975417329261198 ], [ -75.267529064712207, 39.974798100586803 ], [ -75.267532256383802, 39.974801892954197 ], [ -75.267860533189506, 39.975203610994697 ], [ -75.268298854424103, 39.9757119507318 ], [ -75.266769860490498, 39.976448152322298 ], [ -75.266464059425005, 39.976593846391999 ], [ -75.266351986620705, 39.976456324846701 ], [ -75.266329526375799, 39.97642877426 ], [ -75.2661013127167, 39.976148726705603 ], [ -75.2660639556441, 39.976102896972897 ], [ -75.265852545559596, 39.975843490405701 ], [ -75.2658237704089, 39.975808178417402 ], [ -75.265747251712995, 39.975714288027497 ], [ -75.265715510860105, 39.9756753337671 ], [ -75.265854705148001, 39.9756080013874 ], [ -75.2658848422777, 39.975593421469299 ], [ -75.265935840575807, 39.975568767345102 ], [ -75.266163291834204, 39.975458743955599 ], [ -75.266192414000898, 39.975444654426902 ], [ -75.266229820284593, 39.975426559112101 ], [ -75.266248899707904, 39.975417329261198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 122, "AUN": 126515001, "SCHOOL_NUM": 3697, "LOCATION_ID": "5370", "SCHOOL_NAME": "MOFFET, JOHN SCHOOL", "SCHOOL_NAME_LABEL": "JOHN MOFFET SCHOOL", "STREET_ADDRESS": "127 W OXFORD ST", "ZIP_CODE": "19122", "PHONE_NUMBER": "(215) 400-7390", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 218, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 15650.87890625, "Shape__Length": 518.35764818450446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135375998714494, 39.975384062445997 ], [ -75.135663741342199, 39.974477677795498 ], [ -75.136508296146403, 39.974590234908803 ], [ -75.136249712135296, 39.975776402607302 ], [ -75.135375998714494, 39.975384062445997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 123, "AUN": 126515001, "SCHOOL_NUM": 7023, "LOCATION_ID": "4030", "SCHOOL_NAME": "ENGINEERING & SCIENCE HIGH", "SCHOOL_NAME_LABEL": "HIGH SCHOOL OF ENGINEERING AND SCIENCE", "STREET_ADDRESS": "1600 W NORRIS ST", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 400-7380", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "7-12", "ENROLLMENT": 851, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 31673.5078125, "Shape__Length": 716.94727433942649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160895099936994, 39.983659060692197 ], [ -75.160250593750206, 39.983574253324697 ], [ -75.160247361231797, 39.983573825606904 ], [ -75.160542151178902, 39.982210982521202 ], [ -75.161937630896205, 39.982397678448898 ], [ -75.161937020532406, 39.982400517527502 ], [ -75.161779892299094, 39.983140904935802 ], [ -75.161719692937197, 39.983424513994102 ], [ -75.161648866347804, 39.983758225390702 ], [ -75.160895099936994, 39.983659060692197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 124, "AUN": 226512672, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "HUNTING PARK CHRISTIAN ACADEMY", "SCHOOL_NAME_LABEL": "HUNTING PARK CHRISTIAN ACADEMY", "STREET_ADDRESS": "4400 N 6TH ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(267) 331-8002", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1060.76171875, "Shape__Length": 151.03974600027234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137454933913702, 40.018746743224902 ], [ -75.137041854662598, 40.018692450606203 ], [ -75.136966862358705, 40.018556754132902 ], [ -75.136960572639197, 40.018545327945702 ], [ -75.137494394516494, 40.018614860732498 ], [ -75.137466784466397, 40.018747738172401 ], [ -75.137454933913702, 40.018746743224902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 125, "AUN": 226511702, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "GERMANTOWN FRIENDS SCHOOL", "SCHOOL_NAME_LABEL": "GERMANTOWN FRIENDS SCHOOL", "STREET_ADDRESS": "31 W COULTER ST", "ZIP_CODE": "19144", "PHONE_NUMBER": "(215) 951-2300", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "PREK-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 41991.9765625, "Shape__Length": 906.45128743899545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171547785181502, 40.033591418489699 ], [ -75.170754878424802, 40.033132802733199 ], [ -75.171609965193099, 40.032294818192703 ], [ -75.171720154432506, 40.032186823357399 ], [ -75.171734966013304, 40.032172309443702 ], [ -75.171843369188693, 40.032066079805197 ], [ -75.172337026269801, 40.031582267443099 ], [ -75.172339097774497, 40.031583506649703 ], [ -75.173035767182498, 40.032002327267499 ], [ -75.173175651938493, 40.032086419474503 ], [ -75.173218869849094, 40.0321124068237 ], [ -75.173402444946106, 40.032222754587401 ], [ -75.172738758452695, 40.032875140969203 ], [ -75.172856283719199, 40.032945259411001 ], [ -75.172567768061398, 40.033229979542902 ], [ -75.172364647365697, 40.033430099314103 ], [ -75.172134396863399, 40.033290347479003 ], [ -75.172015351221702, 40.033407864727799 ], [ -75.171901114841006, 40.033339724891299 ], [ -75.171838675263601, 40.033302473162699 ], [ -75.171622722224598, 40.033526373017096 ], [ -75.171611164216898, 40.033525544781803 ], [ -75.171547785181502, 40.033591418489699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 126, "AUN": 300517255, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "WALDORF SCHOOL OF PHILADELPHIA", "SCHOOL_NAME_LABEL": "WALDORF SCHOOL OF PHILADELPHIA", "STREET_ADDRESS": "6000 WAYNE AVE", "ZIP_CODE": "19144", "PHONE_NUMBER": "(215) 248-1662", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 9075.3515625, "Shape__Length": 400.68355216523554 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183229514789801, 40.034118151760602 ], [ -75.183962163957304, 40.033403671335499 ], [ -75.183966468900707, 40.033406298222602 ], [ -75.184059000382206, 40.033463124277603 ], [ -75.1840895991119, 40.033481910259503 ], [ -75.184123188390799, 40.033502552670399 ], [ -75.184444889702107, 40.033700708941502 ], [ -75.184191800645607, 40.033949682302399 ], [ -75.183725474183603, 40.034407411673101 ], [ -75.183229514789801, 40.034118151760602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 127, "AUN": 126515001, "SCHOOL_NUM": 3765, "LOCATION_ID": "8260", "SCHOOL_NAME": "FOX CHASE SCHOOL", "SCHOOL_NAME_LABEL": "FOX CHASE SCHOOL", "STREET_ADDRESS": "500 RHAWN ST", "ZIP_CODE": "19111", "PHONE_NUMBER": "(215) 400-3170", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 507, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 72464.33984375, "Shape__Length": 1121.3282984774089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.080854547279202, 40.075753086234997 ], [ -75.080339219607595, 40.075446615557802 ], [ -75.080265548505395, 40.0754027817623 ], [ -75.080214986751898, 40.0753727198951 ], [ -75.079337632346196, 40.074850897896297 ], [ -75.079285491273097, 40.074819896733999 ], [ -75.079168416125498, 40.074750260317202 ], [ -75.078712549116602, 40.074478968565103 ], [ -75.078893690271997, 40.074302358757798 ], [ -75.079223652328494, 40.073980610571198 ], [ -75.079264777443697, 40.0739407008965 ], [ -75.079402064501394, 40.0738066284461 ], [ -75.079448828875101, 40.073760998647998 ], [ -75.079506874088807, 40.0737043623772 ], [ -75.079573036397093, 40.073639323307802 ], [ -75.079639153961494, 40.073575380176699 ], [ -75.0797447150252, 40.0734711006548 ], [ -75.079891120058804, 40.073329742895602 ], [ -75.079953457788505, 40.073275995988901 ], [ -75.079984999509804, 40.073292961029402 ], [ -75.081217513087793, 40.073971864797997 ], [ -75.081272906268197, 40.074000217218398 ], [ -75.082419161214801, 40.074641719470399 ], [ -75.082466300309505, 40.074670282905998 ], [ -75.082431276183897, 40.0746740967409 ], [ -75.082386922097697, 40.074680884787597 ], [ -75.082378287802101, 40.074682200355603 ], [ -75.082337776013503, 40.074688400670297 ], [ -75.0822484343675, 40.074710103963099 ], [ -75.082169829597007, 40.074731976473998 ], [ -75.082078166079199, 40.074767344020401 ], [ -75.081995160908406, 40.074809876397701 ], [ -75.081908053737905, 40.074865967568499 ], [ -75.081800547293199, 40.074958386775798 ], [ -75.081795183670195, 40.07496298593 ], [ -75.081758381915606, 40.074999159576997 ], [ -75.081472633426003, 40.075279996004099 ], [ -75.081432142278501, 40.075319791651303 ], [ -75.080992850985893, 40.075751526240801 ], [ -75.080961806428206, 40.075768312391098 ], [ -75.080923138422193, 40.075774023434597 ], [ -75.080887579210398, 40.075768989718199 ], [ -75.080866480837599, 40.075760181998398 ], [ -75.080854547279202, 40.075753086234997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 128, "AUN": 326517070, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "CHILDREN'S HOUSE OF PHILADELPHIA", "SCHOOL_NAME_LABEL": "CHILDREN'S HOUSE OF PHILADELPHIA", "STREET_ADDRESS": "2611 S BROAD ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(215) 570-0757", "ACTIVE": null, "GRADE_LEVEL": "PRE-K/KINDERGARTEN", "GRADE_ORG": "PREK-K", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 905.03125, "Shape__Length": 147.30729555098111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170479399799504, 39.917771977506398 ], [ -75.1704959544426, 39.917765498855701 ], [ -75.170770896374407, 39.917658781276799 ], [ -75.170841009417103, 39.917631681417802 ], [ -75.170847468314705, 39.917629182229902 ], [ -75.170954826398102, 39.917587671560497 ], [ -75.170971312977102, 39.917581288171199 ], [ -75.170941805869106, 39.917721721123698 ], [ -75.170940834877896, 39.9177263417616 ], [ -75.170919429534493, 39.9178281401025 ], [ -75.170887305951695, 39.917823984644798 ], [ -75.170753680082399, 39.917807453394801 ], [ -75.170712406512806, 39.917802205681198 ], [ -75.170677445166206, 39.917797824143904 ], [ -75.170513640796997, 39.917777148180903 ], [ -75.170479399799504, 39.917771977506398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 129, "AUN": 126513100, "SCHOOL_NUM": 7564, "LOCATION_ID": "3307", "SCHOOL_NAME": "DE HOSTOS CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "EUGENIO MARIA DE HOSTOS CHARTER SCHOOL", "STREET_ADDRESS": "6301 N 2ND ST", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 455-2300", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 631, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 232122.47265625, "Shape__Length": 1931.1289246174197 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.123303981506794, 40.045795389773701 ], [ -75.122641190708293, 40.049521945420501 ], [ -75.118722378379402, 40.049015029410199 ], [ -75.118722340440399, 40.049015025162497 ], [ -75.118707095180994, 40.0490119481085 ], [ -75.118692767676805, 40.049006897425798 ], [ -75.118679787349294, 40.049000023736298 ], [ -75.118668541815694, 40.048991535271099 ], [ -75.118659368671302, 40.048981683040999 ], [ -75.1186525421368, 40.048970765034902 ], [ -75.118648265101896, 40.048959104639103 ], [ -75.118646667574595, 40.048947052853201 ], [ -75.1186477971291, 40.048934970051697 ], [ -75.118647820309903, 40.048934863585799 ], [ -75.119352351942098, 40.045640340995199 ], [ -75.123303981506794, 40.045795389773701 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 130, "AUN": 300512620, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "CORNERSTONE CHRISTIAN ACADEMY", "SCHOOL_NAME_LABEL": "CORNERSTONE CHRISTIAN ACADEMY", "STREET_ADDRESS": "1939 S 58TH ST", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 724-6858", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 6159.140625, "Shape__Length": 340.51538241322919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227647195167606, 39.935667902825699 ], [ -75.227366834473202, 39.9354308895184 ], [ -75.227164641652195, 39.935259943162698 ], [ -75.226932950201999, 39.935064071206 ], [ -75.227202037084794, 39.9348747353948 ], [ -75.227213254883694, 39.934866986923801 ], [ -75.227278116118498, 39.934822133905598 ], [ -75.227322566210802, 39.934859478182503 ], [ -75.227470398098205, 39.934983641509298 ], [ -75.227591787063304, 39.935086816578703 ], [ -75.227622114564795, 39.935112582015996 ], [ -75.227644017064605, 39.935131198563298 ], [ -75.227723144671401, 39.935198448122001 ], [ -75.227990442344904, 39.935425760120502 ], [ -75.227647195167606, 39.935667902825699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 131, "AUN": 126519433, "SCHOOL_NUM": 8152, "LOCATION_ID": "3408", "SCHOOL_NAME": "MASTERY CHARTER @ MANN", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL AT MANN", "STREET_ADDRESS": "5376 W BERKS ST", "ZIP_CODE": "19131", "PHONE_NUMBER": "(215) 581-5616", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-6", "ENROLLMENT": 574, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 9994.84375, "Shape__Length": 402.19261232029595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231129938380306, 39.985165410371998 ], [ -75.231427440117201, 39.985105429927899 ], [ -75.231450540204193, 39.985171333358799 ], [ -75.231686420290401, 39.985844113229497 ], [ -75.231115538377495, 39.985962153509902 ], [ -75.230907576460496, 39.986005158464401 ], [ -75.230814040829998, 39.985737133738901 ], [ -75.230800238130399, 39.985697402072297 ], [ -75.230786519670005, 39.9856576891464 ], [ -75.230773024068796, 39.9856192706605 ], [ -75.2307582769959, 39.985576778105198 ], [ -75.230744900057203, 39.9855385559339 ], [ -75.230730511815594, 39.985497087123299 ], [ -75.230716718592305, 39.985457694651998 ], [ -75.230702596377697, 39.985416988513002 ], [ -75.230688949810101, 39.985377550828098 ], [ -75.230675531976601, 39.985338183484302 ], [ -75.230661348086699, 39.985298588715203 ], [ -75.230654314969101, 39.9852786067908 ], [ -75.230648864413595, 39.985262851488002 ], [ -75.230713424082793, 39.985249938272702 ], [ -75.230771256106806, 39.985237619546403 ], [ -75.230829144070796, 39.9852260419622 ], [ -75.230888388107402, 39.9852140605092 ], [ -75.230947565044204, 39.985202190177802 ], [ -75.231004716442698, 39.985190693196998 ], [ -75.231065948020003, 39.985178255223197 ], [ -75.231129938380306, 39.985165410371998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 132, "AUN": 226510004, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "LOGAN HOPE SCHOOL", "SCHOOL_NAME_LABEL": "LOGAN HOPE SCHOOL", "STREET_ADDRESS": "4934 N 13TH ST", "ZIP_CODE": "19141", "PHONE_NUMBER": "(215) 455-7442", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 650.40625, "Shape__Length": 112.2313426957223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144838918192804, 40.028668493306299 ], [ -75.144863407239498, 40.028557529600803 ], [ -75.145215537334096, 40.028603115299703 ], [ -75.145191048846399, 40.028714079079997 ], [ -75.144838918192804, 40.028668493306299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 133, "AUN": 126515001, "SCHOOL_NUM": 3848, "LOCATION_ID": "6010", "SCHOOL_NAME": "CENTRAL HIGH SCHOOL", "SCHOOL_NAME_LABEL": "CENTRAL HIGH SCHOOL", "STREET_ADDRESS": "1700 W OLNEY AVE", "ZIP_CODE": "19141", "PHONE_NUMBER": "(215) 400-3590", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 2329, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 113083.66796875, "Shape__Length": 1402.0502363217113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149799869504506, 40.036159166539498 ], [ -75.1500641504648, 40.035869705431502 ], [ -75.150549422542795, 40.035931440224701 ], [ -75.150720653729493, 40.035950145071702 ], [ -75.150892817945703, 40.035962815936102 ], [ -75.151065555744296, 40.035969425534802 ], [ -75.151238505652898, 40.035969961182197 ], [ -75.151411307232095, 40.035964421481403 ], [ -75.151583598104395, 40.035952817382402 ], [ -75.151755019768103, 40.035935173440599 ], [ -75.151963016121798, 40.035910034546703 ], [ -75.151916209770107, 40.035681234621798 ], [ -75.152189788750903, 40.0357311142279 ], [ -75.152198751294506, 40.0359649496055 ], [ -75.151541016152507, 40.039020934548198 ], [ -75.151013660242398, 40.038953874421999 ], [ -75.150792878952004, 40.038928306061401 ], [ -75.150571220457493, 40.0389077011748 ], [ -75.150348872966703, 40.038892079785498 ], [ -75.1501260279165, 40.038881454107901 ], [ -75.149800585338696, 40.038525377566998 ], [ -75.149714590170404, 40.038425201807001 ], [ -75.149636335266194, 40.038321344854801 ], [ -75.149566088454804, 40.038214158555903 ], [ -75.149504084790394, 40.038104008654599 ], [ -75.149450538481005, 40.037991269432297 ], [ -75.149405628249099, 40.037876323375698 ], [ -75.149369509087293, 40.037759560316601 ], [ -75.149342303431794, 40.037641378358202 ], [ -75.149324102799795, 40.0375221794067 ], [ -75.149314969340395, 40.037402366953998 ], [ -75.149314932777997, 40.037282349386999 ], [ -75.149323996528096, 40.037162533368601 ], [ -75.149342125813106, 40.0370433280737 ], [ -75.149369262648705, 40.036925136517802 ], [ -75.149405310988897, 40.036808360853001 ], [ -75.149450151495799, 40.0366933993229 ], [ -75.149503631508395, 40.036580640404601 ], [ -75.1495655662914, 40.036470468468401 ], [ -75.149635748035394, 40.036363258350598 ], [ -75.149713938624004, 40.036259372937003 ], [ -75.149799869504506, 40.036159166539498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 134, "AUN": 300513605, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "FOX CHASE FARMS", "SCHOOL_NAME_LABEL": "FOX CHASE FARMS", "STREET_ADDRESS": "8500 PINE RD", "ZIP_CODE": "19111", "PHONE_NUMBER": "(215) 400-3310", "ACTIVE": null, "GRADE_LEVEL": "UNGRADED", "GRADE_ORG": "UNGRADED", "ENROLLMENT": null, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 191057.59765625, "Shape__Length": 2136.8796927875806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.069623432478195, 40.090185056995402 ], [ -75.070327611172502, 40.089716339796297 ], [ -75.070511853829601, 40.089623523034199 ], [ -75.071528976748198, 40.088982423932002 ], [ -75.072145535476494, 40.088593791956299 ], [ -75.072447613278797, 40.0884139874127 ], [ -75.072786740425599, 40.0882728965762 ], [ -75.073523219630005, 40.087966485058999 ], [ -75.0745562680967, 40.087751581074698 ], [ -75.076106776973006, 40.087429010688602 ], [ -75.076065989891106, 40.087471768946102 ], [ -75.074522691270502, 40.089089067852797 ], [ -75.074520459517998, 40.089091368742103 ], [ -75.074489411106995, 40.089123999105503 ], [ -75.074474280996, 40.089139896027397 ], [ -75.0734553518528, 40.090210593724002 ], [ -75.073414513608, 40.0902535222436 ], [ -75.073044149349002, 40.090642681321803 ], [ -75.071325528261497, 40.0924103697281 ], [ -75.071310410056697, 40.092425927526101 ], [ -75.071274350178996, 40.092463019834497 ], [ -75.070973873110404, 40.0920641114215 ], [ -75.070675796326896, 40.091574561709898 ], [ -75.070424186232401, 40.091384610940402 ], [ -75.070214954943097, 40.090941909209597 ], [ -75.070180259261406, 40.090672435122599 ], [ -75.069623432478195, 40.090185056995402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 135, "AUN": 126515001, "SCHOOL_NUM": 6823, "LOCATION_ID": "5430", "SCHOOL_NAME": "AMY 5 AT JAMES MARTIN", "SCHOOL_NAME_LABEL": "ALTERNATIVE MIDDLE YEARS AT JAMES MARTIN ", "STREET_ADDRESS": "3380 RICHMOND ST", "ZIP_CODE": "19134", "PHONE_NUMBER": "(215) 400-7190", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": 208, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 9980.77734375, "Shape__Length": 531.92977049677734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.098338326341604, 39.985366888975499 ], [ -75.098051838369798, 39.985516849203897 ], [ -75.0979797174883, 39.985436396147499 ], [ -75.097879523597996, 39.985325930699801 ], [ -75.097848241197795, 39.985291451637003 ], [ -75.097763743499499, 39.985336087025999 ], [ -75.097681530923794, 39.985379081217602 ], [ -75.097599355731305, 39.985422690047201 ], [ -75.097567775010006, 39.985439337787703 ], [ -75.097542818739697, 39.985452671884502 ], [ -75.097568833941907, 39.985487351422201 ], [ -75.097720933265705, 39.985690058443701 ], [ -75.097262582192698, 39.985929974552903 ], [ -75.097088349390503, 39.985736909964302 ], [ -75.096953257440902, 39.985585867534802 ], [ -75.096856496089501, 39.985477673405299 ], [ -75.097363429073297, 39.985213026608797 ], [ -75.097420190257097, 39.9851842743265 ], [ -75.097684663001203, 39.985045078855798 ], [ -75.097740422793706, 39.985015642144099 ], [ -75.097793024146597, 39.9849887600624 ], [ -75.097837505528801, 39.984965882383001 ], [ -75.097847000615602, 39.984961007572998 ], [ -75.097900327847398, 39.984932707319103 ], [ -75.097914176213095, 39.984925273919302 ], [ -75.097957441876403, 39.984901918710598 ], [ -75.098157954828196, 39.985129000734197 ], [ -75.098137379906106, 39.985139738715297 ], [ -75.0981435821015, 39.985146750167601 ], [ -75.098338326341604, 39.985366888975499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 136, "AUN": 126515001, "SCHOOL_NUM": 3614, "LOCATION_ID": "1410", "SCHOOL_NAME": "RHOADS, JAMES SCHOOL", "SCHOOL_NAME_LABEL": "JAMES RHOADS SCHOOL", "STREET_ADDRESS": "4901 PARRISH ST", "ZIP_CODE": "19139", "PHONE_NUMBER": "(215) 400-7680", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 419, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 10128.30859375, "Shape__Length": 467.85574833509486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218782977801595, 39.967359695990602 ], [ -75.218781572004602, 39.9673484779387 ], [ -75.219445919978398, 39.967283404442398 ], [ -75.220080598659607, 39.967221235283901 ], [ -75.220354128749506, 39.967194430197097 ], [ -75.220375048752103, 39.967358955518399 ], [ -75.220386440129602, 39.967448557640601 ], [ -75.220403892695003, 39.9675857647917 ], [ -75.2202262438867, 39.967603642265701 ], [ -75.220145075310299, 39.9676117985803 ], [ -75.218831321089397, 39.967743939662299 ], [ -75.218782977801595, 39.967359695990602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 137, "AUN": 126515001, "SCHOOL_NUM": 3749, "LOCATION_ID": "7390", "SCHOOL_NAME": "MORRISON, ANDREW J. SCHOOL", "SCHOOL_NAME_LABEL": "ANDREW J. MORRISON SCHOOL", "STREET_ADDRESS": "5100 N 3RD ST", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 400-3780", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 512, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 9701.62109375, "Shape__Length": 394.89996683628397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1292427564984, 40.029887821319598 ], [ -75.129099492830704, 40.0298688358451 ], [ -75.129097198730605, 40.029868525572702 ], [ -75.129164912032905, 40.029567046169603 ], [ -75.129170255069994, 40.029543262794398 ], [ -75.129203505632404, 40.029395217390899 ], [ -75.129257648185401, 40.029154105498897 ], [ -75.129671906260299, 40.0292076137207 ], [ -75.129691687173604, 40.029210176824201 ], [ -75.130071000171796, 40.029259630195099 ], [ -75.129911242593707, 40.029976420922402 ], [ -75.1292427564984, 40.029887821319598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 138, "AUN": 126515001, "SCHOOL_NUM": 7239, "LOCATION_ID": "7100", "SCHOOL_NAME": "COOKE, JAY ELEMENTARY SCHOOL", "SCHOOL_NAME_LABEL": "JAY COOKE SCHOOL", "STREET_ADDRESS": "1300 W LOUDON ST", "ZIP_CODE": "19141", "PHONE_NUMBER": "(215) 400-8330", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 370, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 12897.12109375, "Shape__Length": 455.21544984710624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145515678701699, 40.025646139851602 ], [ -75.145632366862102, 40.025122616615803 ], [ -75.145638576890505, 40.025093564411897 ], [ -75.145639004687396, 40.025092800363097 ], [ -75.146455497458703, 40.025197685027798 ], [ -75.146517174644103, 40.025205611212797 ], [ -75.146699954624907, 40.025229082861102 ], [ -75.146666736860496, 40.025415062724299 ], [ -75.1466530407058, 40.0254916767692 ], [ -75.146605488167594, 40.025758382854903 ], [ -75.146572125720695, 40.025939909508601 ], [ -75.1465696380276, 40.0259533943075 ], [ -75.145479305011094, 40.025812108304301 ], [ -75.145515678701699, 40.025646139851602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 139, "AUN": 126515001, "SCHOOL_NUM": 7782, "LOCATION_ID": "5080", "SCHOOL_NAME": "PARKWAY CENTER CITY MIDDLE COLLEGE HIGH SCHOOL", "SCHOOL_NAME_LABEL": "PARKWAY CENTER CITY MIDDLE COLLEGE HIGH SCHOOL", "STREET_ADDRESS": "540 N 13TH ST", "ZIP_CODE": "19123", "PHONE_NUMBER": "(215) 400-7620", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 437, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 9013.9609375, "Shape__Length": 435.14802085986253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160504555359594, 39.962855613535801 ], [ -75.160467943246999, 39.9630159375114 ], [ -75.160525383497301, 39.9630231006795 ], [ -75.160581967602994, 39.963030146510398 ], [ -75.160615766026794, 39.963034377096498 ], [ -75.160562190156895, 39.963278109466103 ], [ -75.159159262627199, 39.963102616331703 ], [ -75.159253771559804, 39.962698642667597 ], [ -75.160504555359594, 39.962855613535801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 140, "AUN": 126515001, "SCHOOL_NUM": 3654, "LOCATION_ID": "2640", "SCHOOL_NAME": "SOUTHWARK SCHOOL", "SCHOOL_NAME_LABEL": "SOUTHWARK SCHOOL", "STREET_ADDRESS": "1835 S 9TH ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(215) 400-8280", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 946, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 12520.859375, "Shape__Length": 473.30074896154736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159277843824796, 39.925602199807599 ], [ -75.160666734800103, 39.925781900606601 ], [ -75.160548313553903, 39.926324463955503 ], [ -75.160310285400499, 39.926293667548101 ], [ -75.160291387679194, 39.926291222485503 ], [ -75.160240721041106, 39.926284667611803 ], [ -75.160193674716297, 39.9262785807908 ], [ -75.160144015453895, 39.926272155621 ], [ -75.160096108854404, 39.926265956975797 ], [ -75.160046452490704, 39.9262595329552 ], [ -75.159997652129107, 39.926253218348698 ], [ -75.159949725136599, 39.926247018054902 ], [ -75.159901821452905, 39.926240820519901 ], [ -75.159853949847403, 39.926234625941703 ], [ -75.159802497201298, 39.926227969774203 ], [ -75.159754611040796, 39.926221773699197 ], [ -75.159705826725201, 39.926215461582302 ], [ -75.159658796488003, 39.926209377155701 ], [ -75.159610012233102, 39.926203063872798 ], [ -75.159562128944998, 39.926196870033998 ], [ -75.1595133388617, 39.926190556578 ], [ -75.159465414880799, 39.9261843561478 ], [ -75.1594148096178, 39.926177806797199 ], [ -75.1593918054662, 39.926174830694002 ], [ -75.159159411851306, 39.926144760598604 ], [ -75.159277843824796, 39.925602199807599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 141, "AUN": 126515001, "SCHOOL_NUM": 7255, "LOCATION_ID": "4140", "SCHOOL_NAME": "STRAWBERRY MANSION HIGH SCHOOL", "SCHOOL_NAME_LABEL": "STRAWBERRY MANSION HIGH SCHOOL", "STREET_ADDRESS": "3133 RIDGE AVE", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 400-7500", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 307, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 30937.28125, "Shape__Length": 697.06121733997327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183899746633003, 39.991427557004997 ], [ -75.183848202101302, 39.991420617908801 ], [ -75.183540688140894, 39.991379246168201 ], [ -75.183220996975194, 39.991336230624 ], [ -75.1832967586124, 39.9909885459168 ], [ -75.183305582359793, 39.9909480570131 ], [ -75.183372744097795, 39.990639915613201 ], [ -75.183381187498597, 39.990601158275098 ], [ -75.183447917552101, 39.990295006304997 ], [ -75.1834569444339, 39.990253554475899 ], [ -75.183477863815099, 39.990157512848697 ], [ -75.183533413262793, 39.989902629443499 ], [ -75.183534559783297, 39.989902783473703 ], [ -75.183803225157504, 39.989937193744801 ], [ -75.184281576355104, 39.989998455631003 ], [ -75.184287054838705, 39.989999867664203 ], [ -75.184327386905807, 39.990005136863502 ], [ -75.184372805195594, 39.990049369012397 ], [ -75.184447473255602, 39.9901220781082 ], [ -75.184465908238295, 39.990140012546298 ], [ -75.184503097578002, 39.990194055152699 ], [ -75.184511277001704, 39.990205520864897 ], [ -75.184553492489002, 39.990264657250201 ], [ -75.184589538871293, 39.990315160342597 ], [ -75.184706949701805, 39.990479658706597 ], [ -75.184742197359697, 39.990529062683201 ], [ -75.184744824042895, 39.9905327490765 ], [ -75.184819543338406, 39.990637423482603 ], [ -75.184744921053706, 39.990970708195 ], [ -75.184698884084497, 39.991176366316601 ], [ -75.184671127334497, 39.991300335271802 ], [ -75.184632758234798, 39.991471651588597 ], [ -75.184620909197307, 39.991524566581703 ], [ -75.183899746633003, 39.991427557004997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 142, "AUN": 126515001, "SCHOOL_NUM": 3630, "LOCATION_ID": "4570", "SCHOOL_NAME": "MEADE, GEN. GEORGE G. SCHOOL", "SCHOOL_NAME_LABEL": "GENERAL GEORGE G. MEADE SCHOOL", "STREET_ADDRESS": "1600 N 18TH ST", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 400-7310", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 291, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 10492.51953125, "Shape__Length": 439.00066491797224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1644470401516, 39.979193406339597 ], [ -75.164472283425596, 39.979079621544003 ], [ -75.164488951819294, 39.979004491969803 ], [ -75.164495272582002, 39.978976053032802 ], [ -75.164509637065706, 39.978911333467799 ], [ -75.164517274970805, 39.978876944839598 ], [ -75.164530021837606, 39.978819490433899 ], [ -75.164623174605794, 39.978399685143202 ], [ -75.164633010941301, 39.978355383057298 ], [ -75.164642471659903, 39.978312717988501 ], [ -75.164650312375898, 39.978277382225301 ], [ -75.164669055660099, 39.978192884889602 ], [ -75.164671507060504, 39.978181866634202 ], [ -75.165292819018305, 39.978263806582099 ], [ -75.1650704005378, 39.979277345262403 ], [ -75.165011364448304, 39.979269889704398 ], [ -75.1644470401516, 39.979193406339597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 143, "AUN": 126515001, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ONE BRIGHT RAY MANSION", "SCHOOL_NAME_LABEL": "ONE BRIGHT RAY MANSION", "STREET_ADDRESS": "3133 RIDGE AVE", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 999-3110", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 147, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 30937.28125, "Shape__Length": 697.06121733997327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183899746633003, 39.991427557004997 ], [ -75.183848202101302, 39.991420617908801 ], [ -75.183540688140894, 39.991379246168201 ], [ -75.183220996975194, 39.991336230624 ], [ -75.1832967586124, 39.9909885459168 ], [ -75.183305582359793, 39.9909480570131 ], [ -75.183372744097795, 39.990639915613201 ], [ -75.183381187498597, 39.990601158275098 ], [ -75.183447917552101, 39.990295006304997 ], [ -75.1834569444339, 39.990253554475899 ], [ -75.183477863815099, 39.990157512848697 ], [ -75.183533413262793, 39.989902629443499 ], [ -75.183534559783297, 39.989902783473703 ], [ -75.183803225157504, 39.989937193744801 ], [ -75.184281576355104, 39.989998455631003 ], [ -75.184287054838705, 39.989999867664203 ], [ -75.184327386905807, 39.990005136863502 ], [ -75.184372805195594, 39.990049369012397 ], [ -75.184447473255602, 39.9901220781082 ], [ -75.184465908238295, 39.990140012546298 ], [ -75.184503097578002, 39.990194055152699 ], [ -75.184511277001704, 39.990205520864897 ], [ -75.184553492489002, 39.990264657250201 ], [ -75.184589538871293, 39.990315160342597 ], [ -75.184706949701805, 39.990479658706597 ], [ -75.184742197359697, 39.990529062683201 ], [ -75.184744824042895, 39.9905327490765 ], [ -75.184819543338406, 39.990637423482603 ], [ -75.184744921053706, 39.990970708195 ], [ -75.184698884084497, 39.991176366316601 ], [ -75.184671127334497, 39.991300335271802 ], [ -75.184632758234798, 39.991471651588597 ], [ -75.184620909197307, 39.991524566581703 ], [ -75.183899746633003, 39.991427557004997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 144, "AUN": 126515001, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ONE BRIGHT RAY MANSION EVENING", "SCHOOL_NAME_LABEL": "ONE BRIGHT RAY MANSION EVENING", "STREET_ADDRESS": "3133 RIDGE AVE", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 999-3110", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 88, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 30937.28125, "Shape__Length": 697.06121733997327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183899746633003, 39.991427557004997 ], [ -75.183848202101302, 39.991420617908801 ], [ -75.183540688140894, 39.991379246168201 ], [ -75.183220996975194, 39.991336230624 ], [ -75.1832967586124, 39.9909885459168 ], [ -75.183305582359793, 39.9909480570131 ], [ -75.183372744097795, 39.990639915613201 ], [ -75.183381187498597, 39.990601158275098 ], [ -75.183447917552101, 39.990295006304997 ], [ -75.1834569444339, 39.990253554475899 ], [ -75.183477863815099, 39.990157512848697 ], [ -75.183533413262793, 39.989902629443499 ], [ -75.183534559783297, 39.989902783473703 ], [ -75.183803225157504, 39.989937193744801 ], [ -75.184281576355104, 39.989998455631003 ], [ -75.184287054838705, 39.989999867664203 ], [ -75.184327386905807, 39.990005136863502 ], [ -75.184372805195594, 39.990049369012397 ], [ -75.184447473255602, 39.9901220781082 ], [ -75.184465908238295, 39.990140012546298 ], [ -75.184503097578002, 39.990194055152699 ], [ -75.184511277001704, 39.990205520864897 ], [ -75.184553492489002, 39.990264657250201 ], [ -75.184589538871293, 39.990315160342597 ], [ -75.184706949701805, 39.990479658706597 ], [ -75.184742197359697, 39.990529062683201 ], [ -75.184744824042895, 39.9905327490765 ], [ -75.184819543338406, 39.990637423482603 ], [ -75.184744921053706, 39.990970708195 ], [ -75.184698884084497, 39.991176366316601 ], [ -75.184671127334497, 39.991300335271802 ], [ -75.184632758234798, 39.991471651588597 ], [ -75.184620909197307, 39.991524566581703 ], [ -75.183899746633003, 39.991427557004997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 145, "AUN": 126515001, "SCHOOL_NUM": 3703, "LOCATION_ID": "5420", "SCHOOL_NAME": "WELSH, JOHN SCHOOL", "SCHOOL_NAME_LABEL": "JOHN WELSH SCHOOL", "STREET_ADDRESS": "2331 N 4TH ST", "ZIP_CODE": "19133", "PHONE_NUMBER": "(215) 400-7130", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 186, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 5720.5859375, "Shape__Length": 363.48622300249593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139128372932902, 39.986188085797203 ], [ -75.139487740209205, 39.986236221779102 ], [ -75.139274873656305, 39.987195531896297 ], [ -75.138917828133302, 39.987145755384397 ], [ -75.139128372932902, 39.986188085797203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 146, "AUN": 126515001, "SCHOOL_NUM": 7070, "LOCATION_ID": "5150", "SCHOOL_NAME": "BODINE, WILLIAM W. HIGH SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM W. BODINE HIGH SCHOOL", "STREET_ADDRESS": "1101 N 4TH ST", "ZIP_CODE": "19123", "PHONE_NUMBER": "(215) 400-7630", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 491, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 7459.8203125, "Shape__Length": 365.42723481348236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142736961982294, 39.967884893615498 ], [ -75.142750741163397, 39.967886704670697 ], [ -75.1429063496456, 39.967907150396201 ], [ -75.143419218537304, 39.967974549847199 ], [ -75.143271721256895, 39.968689944501499 ], [ -75.1429193530806, 39.9686469329435 ], [ -75.142944962829205, 39.968522839236101 ], [ -75.142613739279994, 39.968482400893997 ], [ -75.142736961982294, 39.967884893615498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 147, "AUN": 226512952, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "LITTLE FLOWER CATHOLIC SCHOOL", "SCHOOL_NAME_LABEL": "LITTLE FLOWER CATHOLIC SCHOOL", "STREET_ADDRESS": "1000 W LYCOMING ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 455-6900", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 34030.6640625, "Shape__Length": 840.19352748736446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143417331175698, 40.013035660192799 ], [ -75.146055120755804, 40.0133693106037 ], [ -75.1458101147512, 40.014488424050803 ], [ -75.143325679029502, 40.013470155615302 ], [ -75.143417331175698, 40.013035660192799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 148, "AUN": 126515001, "SCHOOL_NUM": 5122, "LOCATION_ID": "6410", "SCHOOL_NAME": "COOK-WISSAHICKON SCHOOL", "SCHOOL_NAME_LABEL": "COOK-WISSAHICKON SCHOOL", "STREET_ADDRESS": "201 E SALAIGNAC ST", "ZIP_CODE": "19128", "PHONE_NUMBER": "(215) 400-3430", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 414, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 20970.07421875, "Shape__Length": 631.37101503500401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207314594895394, 40.021928563125996 ], [ -75.2073296586927, 40.021925936882703 ], [ -75.207345085970303, 40.0219253391816 ], [ -75.207360417542105, 40.021926788011399 ], [ -75.207375196498205, 40.021930240594102 ], [ -75.207388985726894, 40.0219355948988 ], [ -75.207401372305398, 40.021942689739099 ], [ -75.207409447581995, 40.0219489660657 ], [ -75.207419087983098, 40.021958589352501 ], [ -75.207426839307203, 40.021969173175798 ], [ -75.207432545587494, 40.0219805012213 ], [ -75.207436088208098, 40.021992337728697 ], [ -75.207437394095507, 40.022004443441098 ], [ -75.207436880516795, 40.022023081674099 ], [ -75.207400348276394, 40.023350972891301 ], [ -75.207400102685995, 40.023353579231497 ], [ -75.207406822352496, 40.023369573248701 ], [ -75.207423570040405, 40.023401038744403 ], [ -75.207091676157603, 40.023546196729001 ], [ -75.207090992918694, 40.0235448436122 ], [ -75.207074897152296, 40.023551935094197 ], [ -75.207071541109798, 40.023546379310297 ], [ -75.207031274411406, 40.023492342065097 ], [ -75.206866807934404, 40.023275807919603 ], [ -75.206829877315997, 40.023228453323 ], [ -75.206794850731896, 40.023180640824897 ], [ -75.206757328460299, 40.023133401491997 ], [ -75.206728670463093, 40.023095820107201 ], [ -75.206715750748302, 40.023079140247901 ], [ -75.2067108336134, 40.023071617229803 ], [ -75.206695900510994, 40.023069496887601 ], [ -75.206641424645497, 40.023066791336902 ], [ -75.206566030357493, 40.023062816054299 ], [ -75.206514730513305, 40.023059874446702 ], [ -75.206485033982005, 40.023057830280003 ], [ -75.206456939303706, 40.023020310855301 ], [ -75.206421517362003, 40.022972972639998 ], [ -75.206393421178504, 40.022936081613501 ], [ -75.206377024107695, 40.022915407584698 ], [ -75.206363707021197, 40.022898154628798 ], [ -75.206333803887304, 40.022859094944998 ], [ -75.206304853220104, 40.022820928069699 ], [ -75.206276435654601, 40.022783078209599 ], [ -75.206247448867899, 40.022745876842599 ], [ -75.206218244373304, 40.022708348536803 ], [ -75.206187831867098, 40.022668891223098 ], [ -75.206151933050407, 40.022620332757 ], [ -75.206115353761106, 40.022573710999502 ], [ -75.206086846847697, 40.022537117131897 ], [ -75.206058378237003, 40.022500635603997 ], [ -75.207310450300696, 40.021929668560702 ], [ -75.207314594895394, 40.021928563125996 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 149, "AUN": 226515832, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "THE CITY SCHOOL AT SPRUCE HILL", "SCHOOL_NAME_LABEL": "THE CITY SCHOOL AT SPRUCE HILL", "STREET_ADDRESS": "4115 BALTIMORE AVE", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 382-7839", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1867.36328125, "Shape__Length": 181.78340569858955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206476074668103, 39.949938294631202 ], [ -75.206487044108897, 39.949937859852703 ], [ -75.206495245510396, 39.949937525877999 ], [ -75.206720522844094, 39.949929141953398 ], [ -75.207008383632001, 39.949918437358399 ], [ -75.207018982897594, 39.950113155104901 ], [ -75.207020191011793, 39.9501351855236 ], [ -75.206814235184595, 39.950142161491897 ], [ -75.206790538941405, 39.950142908807699 ], [ -75.206713840266502, 39.950145722373101 ], [ -75.206485216555294, 39.950154000566101 ], [ -75.206476074668103, 39.949938294631202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 150, "AUN": 126515001, "SCHOOL_NUM": 3708, "LOCATION_ID": "6210", "SCHOOL_NAME": "EDMONDS, FRANKLIN S. SCHOOL", "SCHOOL_NAME_LABEL": "FRANKLIN S. EDMONDS SCHOOL", "STREET_ADDRESS": "8025 THOURON AVE", "ZIP_CODE": "19150", "PHONE_NUMBER": "(215) 400-3370", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 363, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 40543.6328125, "Shape__Length": 807.51207614712212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169710439089798, 40.072842502029197 ], [ -75.169719002512494, 40.072834167367901 ], [ -75.169975353171395, 40.072569207644499 ], [ -75.170223362442798, 40.072311089142097 ], [ -75.170226443297295, 40.072307869616402 ], [ -75.170375765413198, 40.072393077259903 ], [ -75.170523159708296, 40.072477678297098 ], [ -75.170671496187595, 40.072562879182797 ], [ -75.170818582415507, 40.0726473118538 ], [ -75.170968313905405, 40.072732818455897 ], [ -75.171115167265995, 40.072817341236302 ], [ -75.171263118721498, 40.072902759061897 ], [ -75.171411348468794, 40.072987537584503 ], [ -75.171466730635501, 40.073019843686403 ], [ -75.171494905028894, 40.073035450634499 ], [ -75.171558920542907, 40.073073043357802 ], [ -75.171309339816403, 40.073330566285598 ], [ -75.171053797862697, 40.073594756431703 ], [ -75.171047553328407, 40.073600596749998 ], [ -75.170924816652402, 40.073726639439499 ], [ -75.170375503002006, 40.074276807499899 ], [ -75.170328066836902, 40.074249613408298 ], [ -75.170258124432493, 40.074209533077202 ], [ -75.169055384825398, 40.073520199579001 ], [ -75.169055691493099, 40.0735198843551 ], [ -75.169589973959503, 40.072966723604502 ], [ -75.169710439089798, 40.072842502029197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 151, "AUN": 126515001, "SCHOOL_NUM": 3750, "LOCATION_ID": "7400", "SCHOOL_NAME": "OLNEY ELEMENTARY SCHOOL", "SCHOOL_NAME_LABEL": "OLNEY SCHOOL", "STREET_ADDRESS": "5301 N WATER ST", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 400-3790", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 656, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 8886.55078125, "Shape__Length": 381.39852664440951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121161102460903, 40.031434841430297 ], [ -75.120420690987004, 40.031188051542102 ], [ -75.120418041054293, 40.0311871686811 ], [ -75.120451131559605, 40.031045925583499 ], [ -75.1204750551546, 40.030943692050997 ], [ -75.120542218090705, 40.030620152732297 ], [ -75.120552244222907, 40.030571893511897 ], [ -75.121323919591404, 40.030669158823002 ], [ -75.121288722364994, 40.030839387246203 ], [ -75.121234356047594, 40.031102301401098 ], [ -75.121165387209203, 40.031436261764199 ], [ -75.121161102460903, 40.031434841430297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 152, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "8450", "SCHOOL_NAME": "YES PHILLY", "SCHOOL_NAME_LABEL": "YES PHILLY", "STREET_ADDRESS": "2709 N BROAD ST", "ZIP_CODE": "19132", "PHONE_NUMBER": "(215) 769-0340", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 121, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 2532.45703125, "Shape__Length": 276.99480744875927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153275583174903, 39.994390313105903 ], [ -75.153321799961105, 39.994168227024502 ], [ -75.153534568282296, 39.994195108278902 ], [ -75.153518737749394, 39.9942731083853 ], [ -75.154241017227093, 39.9943638053279 ], [ -75.154213343639299, 39.994510419412101 ], [ -75.153275583174903, 39.994390313105903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 153, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "2530", "SCHOOL_NAME": "PHILADELPHIA JUVENILE JUSTICE SERVICES CENTER", "SCHOOL_NAME_LABEL": "PHILADELPHIA JUVENILE JUSTICE SERVICES CENTER SCHOOL", "STREET_ADDRESS": "91 N 48TH ST", "ZIP_CODE": "19139", "PHONE_NUMBER": "(215) 683-3495", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": 184, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 34474.37109375, "Shape__Length": 800.29472238787207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214890502771695, 39.9623471965607 ], [ -75.215216183146595, 39.9609826541788 ], [ -75.215340474315397, 39.9604618993678 ], [ -75.216495968891806, 39.960622867539399 ], [ -75.216495814149695, 39.960623524105301 ], [ -75.216495433965505, 39.960625123996202 ], [ -75.216079423975899, 39.962368266221901 ], [ -75.215551520554698, 39.962299897064199 ], [ -75.214890502771695, 39.9623471965607 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 154, "AUN": 126510001, "SCHOOL_NUM": 7677, "LOCATION_ID": "3360", "SCHOOL_NAME": "RUSSELL BYERS CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "RUSSELL BYERS CHARTER SCHOOL", "STREET_ADDRESS": "1911 ARCH ST", "ZIP_CODE": "19103", "PHONE_NUMBER": "(215) 972-1700", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 697, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 2942.33984375, "Shape__Length": 281.02556159440343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171407884821704, 39.956340436040598 ], [ -75.1714345380651, 39.956212721701299 ], [ -75.171559806550903, 39.9556130922157 ], [ -75.171571121395402, 39.955558893739699 ], [ -75.171798719255605, 39.955588800352302 ], [ -75.171633838626093, 39.956369614440902 ], [ -75.171407884821704, 39.956340436040598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 155, "AUN": 126515001, "SCHOOL_NUM": 3801, "LOCATION_ID": "8410", "SCHOOL_NAME": "POLLOCK, ROBERT B. SCHOOL", "SCHOOL_NAME_LABEL": "ROBERT B. POLLOCK SCHOOL", "STREET_ADDRESS": "2875 WELSH RD", "ZIP_CODE": "19152", "PHONE_NUMBER": "(215) 400-3210", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-8", "ENROLLMENT": 845, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 51881.54296875, "Shape__Length": 1019.3996777261369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.026982215780606, 40.058797144513903 ], [ -75.027709998365495, 40.058789186457197 ], [ -75.027717006884103, 40.058825259542502 ], [ -75.028347493744207, 40.058769620579497 ], [ -75.028046188252006, 40.059321794097499 ], [ -75.028033471429694, 40.059343336629802 ], [ -75.028023187642702, 40.059371641774298 ], [ -75.027925108761195, 40.059641433154297 ], [ -75.027919638167603, 40.059656488563 ], [ -75.027903152662105, 40.059701847894303 ], [ -75.027901785982294, 40.059705587553502 ], [ -75.027858454889298, 40.059926960306797 ], [ -75.027856560396401, 40.060056250519999 ], [ -75.027855432467007, 40.060133489212497 ], [ -75.027854502497206, 40.060196918304399 ], [ -75.027857915250607, 40.0602237582249 ], [ -75.027893919444395, 40.060506543288 ], [ -75.027896423483995, 40.060526221947001 ], [ -75.027907743271101, 40.060610622710499 ], [ -75.027944157799297, 40.060882132884203 ], [ -75.026683881222993, 40.060174479893497 ], [ -75.026247118521596, 40.060138657087002 ], [ -75.025561485255395, 40.059731670767398 ], [ -75.026007235360495, 40.059268296205701 ], [ -75.026069674506502, 40.059203375566597 ], [ -75.026445775613496, 40.058812390081101 ], [ -75.026982215780606, 40.058797144513903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 156, "AUN": 126515001, "SCHOOL_NUM": 3647, "LOCATION_ID": "2580", "SCHOOL_NAME": "KIRKBRIDE, ELIZA B. SCHOOL", "SCHOOL_NAME_LABEL": "ELIZA B. KIRKBRIDE SCHOOL", "STREET_ADDRESS": "1501 S 7TH ST", "ZIP_CODE": "19147", "PHONE_NUMBER": "(215) 400-7980", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 489, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 4476.96484375, "Shape__Length": 291.87788158764539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155616961688096, 39.929888186672699 ], [ -75.155657544027207, 39.929697729407401 ], [ -75.155713378008898, 39.929705101446999 ], [ -75.155962027173302, 39.929737888641803 ], [ -75.156174009570293, 39.9297663792739 ], [ -75.156560665954103, 39.929818325878898 ], [ -75.156544520437905, 39.929892451364402 ], [ -75.156495927959298, 39.930115611550399 ], [ -75.1564902206526, 39.930114854014597 ], [ -75.156395343816598, 39.930102327395502 ], [ -75.155998734238693, 39.930049978300502 ], [ -75.155647856395305, 39.930003658578201 ], [ -75.155591834219805, 39.929996266486597 ], [ -75.155616961688096, 39.929888186672699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 157, "AUN": 126515001, "SCHOOL_NUM": 7227, "LOCATION_ID": "2520", "SCHOOL_NAME": "JENKS, ABRAM SCHOOL", "SCHOOL_NAME_LABEL": "ABRAM S. JENKS SCHOOL", "STREET_ADDRESS": "2501 S 13TH ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(215) 400-8240", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 278, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 4986.3203125, "Shape__Length": 346.65676386418335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167584995540807, 39.918908299662498 ], [ -75.1675698265732, 39.918906394753002 ], [ -75.168725886569007, 39.918449701957201 ], [ -75.168723715708694, 39.918459453881297 ], [ -75.168668037368107, 39.918709556692498 ], [ -75.1685955713276, 39.919035077211902 ], [ -75.167584995540807, 39.918908299662498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 158, "AUN": 126510010, "SCHOOL_NUM": 7750, "LOCATION_ID": "3368", "SCHOOL_NAME": "BELMONT ELEMENTARY CHARTER", "SCHOOL_NAME_LABEL": "BELMONT CHARTER SCHOOL", "STREET_ADDRESS": "4030 BROWN ST", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 823-8208", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": 948, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 21290.1875, "Shape__Length": 582.17699860539005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206409140809598, 39.966728594791803 ], [ -75.206408528494293, 39.966724776730402 ], [ -75.207012527767901, 39.966675412134599 ], [ -75.207189494525394, 39.9666623918772 ], [ -75.207342385686204, 39.966651143273701 ], [ -75.207571931327706, 39.9666342588501 ], [ -75.207788871630896, 39.966619480088902 ], [ -75.207822190681995, 39.967236712789799 ], [ -75.207825279136898, 39.967456491947097 ], [ -75.207827366869907, 39.967606128366 ], [ -75.2075280167318, 39.967631315739602 ], [ -75.207137597937503, 39.967660400357403 ], [ -75.206728798371998, 39.967690236284803 ], [ -75.206564097473205, 39.967702366617701 ], [ -75.206505213087894, 39.967335161571597 ], [ -75.206494802510605, 39.967270243252202 ], [ -75.206481753060103, 39.967189017962497 ], [ -75.206458716297007, 39.967034387265599 ], [ -75.206410961952699, 39.966739806480803 ], [ -75.206409140809598, 39.966728594791803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 159, "AUN": 126515001, "SCHOOL_NUM": 3724, "LOCATION_ID": "7530", "SCHOOL_NAME": "ROWEN, WILLIAM SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM ROWEN SCHOOL", "STREET_ADDRESS": "6841 N 19TH ST", "ZIP_CODE": "19126", "PHONE_NUMBER": "(215) 400-3550", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 294, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 18504.7265625, "Shape__Length": 656.88928385783788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147514049339506, 40.058424809171903 ], [ -75.148927767438806, 40.058497114068899 ], [ -75.148948339423796, 40.058511509519398 ], [ -75.148737804139998, 40.059008196384703 ], [ -75.148220796070504, 40.058879977175103 ], [ -75.148216988081003, 40.058954120139703 ], [ -75.148214203429902, 40.059025542679201 ], [ -75.148211452110402, 40.059096974983603 ], [ -75.148208703670804, 40.059168408479202 ], [ -75.148205921931194, 40.059239831084099 ], [ -75.148203192492304, 40.0593110363764 ], [ -75.148200426694999, 40.059382234087501 ], [ -75.148197627038897, 40.059453970515797 ], [ -75.1481966554081, 40.059478884170602 ], [ -75.148160927716006, 40.0594700256515 ], [ -75.148142977961001, 40.0595127598896 ], [ -75.148115546614704, 40.0595780717723 ], [ -75.148088199482103, 40.059643173817399 ], [ -75.147466754896996, 40.059610210340303 ], [ -75.147514049339506, 40.058424809171903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 160, "AUN": 226510086, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "PHILADELPHIA CLASSICAL SCHOOL", "SCHOOL_NAME_LABEL": "PHILADELPHIA CLASSICAL SCHOOL", "STREET_ADDRESS": "3301 S 20TH ST", "ZIP_CODE": "19145", "PHONE_NUMBER": "(267) 990-2698", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 12507.2421875, "Shape__Length": 477.5078232430879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181012818766106, 39.909986794300501 ], [ -75.181081201105201, 39.909661616316598 ], [ -75.181999503742006, 39.909776160941199 ], [ -75.181999617252799, 39.9097761758728 ], [ -75.182491038422299, 39.909837469189299 ], [ -75.182375417975706, 39.910381273979603 ], [ -75.182316259903899, 39.910373808077402 ], [ -75.181016737519798, 39.910209796975501 ], [ -75.181062359938196, 39.9099930154213 ], [ -75.181012818766106, 39.909986794300501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 161, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "2310", "SCHOOL_NAME": "ACHIEVE ACADEMY", "SCHOOL_NAME_LABEL": "ACHIEVE ACADEMY", "STREET_ADDRESS": "1435 N 26TH ST", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 684-5080", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "6-12", "ENROLLMENT": 63, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 6049.28515625, "Shape__Length": 394.9430052570296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177821039596594, 39.978282108118499 ], [ -75.176406740625694, 39.978098421427497 ], [ -75.176461223989094, 39.977841130508899 ], [ -75.177873395870293, 39.9780238657073 ], [ -75.177821039596594, 39.978282108118499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 162, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "8080", "SCHOOL_NAME": "EXCEL ACADEMY NORTH", "SCHOOL_NAME_LABEL": "EXCEL ACADEMY NORTH", "STREET_ADDRESS": "1435 N 26TH ST", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 684-5080", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 161, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 6049.28515625, "Shape__Length": 394.9430052570296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177821039596594, 39.978282108118499 ], [ -75.176406740625694, 39.978098421427497 ], [ -75.176461223989094, 39.977841130508899 ], [ -75.177873395870293, 39.9780238657073 ], [ -75.177821039596594, 39.978282108118499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 163, "AUN": 126515001, "SCHOOL_NUM": 6822, "LOCATION_ID": "2290", "SCHOOL_NAME": "FRANKLIN LEARNING CENTER", "SCHOOL_NAME_LABEL": "FRANKLIN LEARNING CENTER", "STREET_ADDRESS": "616 N 15TH ST", "ZIP_CODE": "19130", "PHONE_NUMBER": "(215) 400-7570", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 918, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 12514.640625, "Shape__Length": 472.73787734927339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164020557891405, 39.965490361520203 ], [ -75.162634916097005, 39.965320025284903 ], [ -75.162746511466494, 39.964775481701999 ], [ -75.164133607377096, 39.964945899164398 ], [ -75.164020557891405, 39.965490361520203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 164, "AUN": 126515001, "SCHOOL_NUM": 7663, "LOCATION_ID": "7370", "SCHOOL_NAME": "WASHINGTON, GROVER JR. MIDDLE", "SCHOOL_NAME_LABEL": "GROVER WASHINGTON, JR. SCHOOL", "STREET_ADDRESS": "201 E OLNEY AVE", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 400-3820", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "5-8", "ENROLLMENT": 399, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 35244.30859375, "Shape__Length": 830.04397176988027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117427095069701, 40.034863413510003 ], [ -75.119729612801606, 40.035151176086998 ], [ -75.119336670691894, 40.035443020633103 ], [ -75.117671728097804, 40.036395817689503 ], [ -75.117333426262306, 40.036353531920398 ], [ -75.117326756507694, 40.036352698763501 ], [ -75.1173496841065, 40.036244318190199 ], [ -75.117140532700702, 40.036218177483498 ], [ -75.117427095069701, 40.034863413510003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 165, "AUN": 126510008, "SCHOOL_NUM": 7684, "LOCATION_ID": "3359", "SCHOOL_NAME": "RICHARD ALLEN PREPARATORY", "SCHOOL_NAME_LABEL": "RICHARD ALLEN PREPARATORY CHARTER SCHOOL", "STREET_ADDRESS": "2601 S 58TH ST", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 878-5144", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "5-8", "ENROLLMENT": 314, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 16551.26171875, "Shape__Length": 555.43867132736648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219136426537204, 39.9280582725725 ], [ -75.218339347900397, 39.929224315176199 ], [ -75.217651478952604, 39.928945607164103 ], [ -75.218448567580694, 39.927779569367601 ], [ -75.219136426537204, 39.9280582725725 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 166, "AUN": 192518422, "SCHOOL_NUM": 8126, "LOCATION_ID": "3404", "SCHOOL_NAME": "TACONY ACADEMY CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "TACONY ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "1330 RHAWN ST", "ZIP_CODE": "19111", "PHONE_NUMBER": "(215) 742-5100", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-8", "ENROLLMENT": 1084, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 28195.921875, "Shape__Length": 696.7338346818525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.064958488434598, 40.067189218211603 ], [ -75.066110612880806, 40.065961974822599 ], [ -75.067013722378604, 40.066508361801901 ], [ -75.065859408919707, 40.067739690806199 ], [ -75.064958488434598, 40.067189218211603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 167, "AUN": 126515001, "SCHOOL_NUM": 3771, "LOCATION_ID": "8360", "SCHOOL_NAME": "RHAWNHURST SCHOOL", "SCHOOL_NAME_LABEL": "RHAWNHURST SCHOOL", "STREET_ADDRESS": "7809 CASTOR AVE", "ZIP_CODE": "19152", "PHONE_NUMBER": "(215) 400-3220", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 603, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 52542.89453125, "Shape__Length": 935.54617494424144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.057477679957799, 40.057407679977402 ], [ -75.058848043353507, 40.0581643240535 ], [ -75.058908164291097, 40.058100030343397 ], [ -75.059062080675204, 40.058185413110898 ], [ -75.059213793819893, 40.058269665061403 ], [ -75.057938993931899, 40.059616206773804 ], [ -75.057584760180703, 40.059408464386898 ], [ -75.057442046613502, 40.059325276078198 ], [ -75.057300207703904, 40.059241737527699 ], [ -75.057159528909494, 40.059158079564298 ], [ -75.057017691322599, 40.059074524910798 ], [ -75.056876230399496, 40.0589899460795 ], [ -75.056733062348101, 40.058905584971903 ], [ -75.056592211444794, 40.058822567619103 ], [ -75.056487512185697, 40.058760049426098 ], [ -75.056381646983994, 40.0586967773297 ], [ -75.056310668557899, 40.058655730786903 ], [ -75.056311512862905, 40.058654733526701 ], [ -75.057477679957799, 40.057407679977402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 168, "AUN": 126515001, "SCHOOL_NUM": 6765, "LOCATION_ID": "7490", "SCHOOL_NAME": "PRINCE HALL SCHOOL", "SCHOOL_NAME_LABEL": "PRINCE HALL SCHOOL", "STREET_ADDRESS": "6101 N GRATZ ST", "ZIP_CODE": "19141", "PHONE_NUMBER": "(215) 400-3690", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 328, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 23440.56640625, "Shape__Length": 646.36997749388149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148614859422395, 40.047137699935497 ], [ -75.148616547364696, 40.047117716415798 ], [ -75.149044477246505, 40.047132387743297 ], [ -75.1491515548812, 40.047135102682901 ], [ -75.149185929374298, 40.0471422804182 ], [ -75.149203780090502, 40.046862617848298 ], [ -75.149274969188397, 40.046921696479501 ], [ -75.1499708797474, 40.047480172936098 ], [ -75.149922461767602, 40.048264759780899 ], [ -75.149920357367407, 40.0482988708482 ], [ -75.149879754969803, 40.048294341035103 ], [ -75.149774511492296, 40.048282608601497 ], [ -75.1496281018118, 40.048263545882499 ], [ -75.149408247550497, 40.048234920682503 ], [ -75.1491883729324, 40.048206295722999 ], [ -75.148976719202594, 40.0481673292091 ], [ -75.148562953969702, 40.048117306120297 ], [ -75.148579712769603, 40.047887525123599 ], [ -75.148582661984705, 40.047845615740002 ], [ -75.148580514674094, 40.0478026246018 ], [ -75.148582747236901, 40.047761327449201 ], [ -75.148584641083005, 40.047715219074703 ], [ -75.148586746134697, 40.047670711410802 ], [ -75.148588905545296, 40.047624785874703 ], [ -75.148591695259498, 40.047579391570899 ], [ -75.148593011193, 40.0475346723181 ], [ -75.148595476321603, 40.047491704538302 ], [ -75.148597703826795, 40.047446716476202 ], [ -75.148600646779201, 40.047402790922597 ], [ -75.148603119106895, 40.047355277670498 ], [ -75.148605671740697, 40.047312779275103 ], [ -75.148608150018106, 40.047265072438698 ], [ -75.148610710065995, 40.047222380492101 ], [ -75.148612138900901, 40.047181290392402 ], [ -75.148614859422395, 40.047137699935497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 169, "AUN": 126515001, "SCHOOL_NUM": 3717, "LOCATION_ID": "6440", "SCHOOL_NAME": "LINGELBACH, ANNA L. SCHOOL", "SCHOOL_NAME_LABEL": "ANNA L. LINGELBACH SCHOOL", "STREET_ADDRESS": "6340 WAYNE AVE", "ZIP_CODE": "19144", "PHONE_NUMBER": "(215) 400-3630", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 364, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 64331.19921875, "Shape__Length": 1086.6109457188006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190059182327701, 40.038070854524598 ], [ -75.190037753438403, 40.038058528701001 ], [ -75.189561197701295, 40.037784398207002 ], [ -75.189529834933495, 40.037766354702697 ], [ -75.189471007253104, 40.037732513596602 ], [ -75.188971571156799, 40.037445200082502 ], [ -75.188968204154506, 40.0374432554203 ], [ -75.1889654532999, 40.037441679267403 ], [ -75.188441021964906, 40.0371399913396 ], [ -75.188375475594, 40.036977477992103 ], [ -75.187937705131901, 40.036313544725999 ], [ -75.187791523363899, 40.036085076092597 ], [ -75.187648008341696, 40.035888180578603 ], [ -75.187734787695703, 40.035809808659401 ], [ -75.188226527885703, 40.035360028660499 ], [ -75.188227985497704, 40.035360850678501 ], [ -75.1884165667134, 40.0354688830406 ], [ -75.188465378243194, 40.035496875705597 ], [ -75.188562880044202, 40.035552777175802 ], [ -75.188591973822696, 40.035573721170003 ], [ -75.188764083791696, 40.035693104323897 ], [ -75.188970903815303, 40.035805767041303 ], [ -75.188991855906806, 40.0358251902679 ], [ -75.189018946855398, 40.035840818603198 ], [ -75.189034874187996, 40.035850006977299 ], [ -75.189039039519699, 40.035852421069301 ], [ -75.189133184593302, 40.035906715476997 ], [ -75.189249658599607, 40.035979481581101 ], [ -75.189504591738299, 40.036138752826403 ], [ -75.189911875472802, 40.036438808138598 ], [ -75.190262261591201, 40.036743460589101 ], [ -75.190613076272697, 40.037111891258597 ], [ -75.190841961687397, 40.037397054243399 ], [ -75.190122464938995, 40.038107259979697 ], [ -75.190059182327701, 40.038070854524598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 170, "AUN": 126510022, "SCHOOL_NUM": 7909, "LOCATION_ID": "3383", "SCHOOL_NAME": "MASTERY CHARTER-SHOEMAKER", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL AT SHOEMAKER", "STREET_ADDRESS": "5301 MEDIA ST", "ZIP_CODE": "19131", "PHONE_NUMBER": "(267) 296-7111", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "7-12", "ENROLLMENT": 713, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 9902.0625, "Shape__Length": 433.73057175292399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228491972871794, 39.9765972606708 ], [ -75.228484874437498, 39.976549149144802 ], [ -75.228172043383793, 39.976576012838002 ], [ -75.228166436304406, 39.976531190037797 ], [ -75.2281610059011, 39.976487838618397 ], [ -75.228063316487507, 39.975706538931597 ], [ -75.228065185315501, 39.975706435842397 ], [ -75.2285166399395, 39.975679893014799 ], [ -75.228604894362405, 39.975674707527403 ], [ -75.228757213831898, 39.9756657555576 ], [ -75.228758851008095, 39.9756656620089 ], [ -75.228865848246002, 39.976527230236698 ], [ -75.228866590088899, 39.9765331953651 ], [ -75.2285480926395, 39.976554100511102 ], [ -75.228555015982593, 39.9766057862686 ], [ -75.228558938497102, 39.976635580570502 ], [ -75.228498446198898, 39.976640167592997 ], [ -75.228491972871794, 39.9765972606708 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 171, "AUN": 126515001, "SCHOOL_NUM": 8121, "LOCATION_ID": "8460", "SCHOOL_NAME": "PHILADELPHIA LEARNING ACADEMY-WEST", "SCHOOL_NAME_LABEL": "PHILADELPHIA LEARNING ACADEMY WEST", "STREET_ADDRESS": "4300 WESTMINSTER AVE", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 400-9080", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 101, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 11803.94140625, "Shape__Length": 440.26151936242775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210883184949694, 39.968755362061898 ], [ -75.210898817079695, 39.968753580486698 ], [ -75.210908085985693, 39.968806044844001 ], [ -75.210917807437397, 39.9688615184252 ], [ -75.210927846112696, 39.968915789429303 ], [ -75.210940117166999, 39.9689837633914 ], [ -75.210948682045995, 39.969031489787596 ], [ -75.211014559269302, 39.969415772029699 ], [ -75.211017357763794, 39.969427213609201 ], [ -75.211025924557703, 39.969470427144699 ], [ -75.211035340944903, 39.969515543698797 ], [ -75.211043547861394, 39.969561102011099 ], [ -75.211054851081101, 39.969623606855599 ], [ -75.211024263230698, 39.969626959771503 ], [ -75.210961448941703, 39.969633838804 ], [ -75.2102329995312, 39.969713532468496 ], [ -75.2102182743226, 39.969635026568 ], [ -75.210070582363997, 39.968847571142 ], [ -75.210867931089794, 39.968757087809301 ], [ -75.210883184949694, 39.968755362061898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 172, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "3040", "SCHOOL_NAME": "EXCEL MIDDLE YEARS ACADEMY", "SCHOOL_NAME_LABEL": "EXCEL MIDDLE YEARS ACADEMY", "STREET_ADDRESS": "4300 WESTMINSTER AVE", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 436-0307", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": 30, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 11803.94140625, "Shape__Length": 440.26151936242775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210883184949694, 39.968755362061898 ], [ -75.210898817079695, 39.968753580486698 ], [ -75.210908085985693, 39.968806044844001 ], [ -75.210917807437397, 39.9688615184252 ], [ -75.210927846112696, 39.968915789429303 ], [ -75.210940117166999, 39.9689837633914 ], [ -75.210948682045995, 39.969031489787596 ], [ -75.211014559269302, 39.969415772029699 ], [ -75.211017357763794, 39.969427213609201 ], [ -75.211025924557703, 39.969470427144699 ], [ -75.211035340944903, 39.969515543698797 ], [ -75.211043547861394, 39.969561102011099 ], [ -75.211054851081101, 39.969623606855599 ], [ -75.211024263230698, 39.969626959771503 ], [ -75.210961448941703, 39.969633838804 ], [ -75.2102329995312, 39.969713532468496 ], [ -75.2102182743226, 39.969635026568 ], [ -75.210070582363997, 39.968847571142 ], [ -75.210867931089794, 39.968757087809301 ], [ -75.210883184949694, 39.968755362061898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 173, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "8690", "SCHOOL_NAME": "CROSSROADS ACCELERATED ACADEMY", "SCHOOL_NAME_LABEL": "CROSSROADS ACCELERATED ACADEMY", "STREET_ADDRESS": "4300 WESTMINSTER AVE", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 400-9070", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "7-10", "ENROLLMENT": 61, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 11803.94140625, "Shape__Length": 440.26151936242775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210883184949694, 39.968755362061898 ], [ -75.210898817079695, 39.968753580486698 ], [ -75.210908085985693, 39.968806044844001 ], [ -75.210917807437397, 39.9688615184252 ], [ -75.210927846112696, 39.968915789429303 ], [ -75.210940117166999, 39.9689837633914 ], [ -75.210948682045995, 39.969031489787596 ], [ -75.211014559269302, 39.969415772029699 ], [ -75.211017357763794, 39.969427213609201 ], [ -75.211025924557703, 39.969470427144699 ], [ -75.211035340944903, 39.969515543698797 ], [ -75.211043547861394, 39.969561102011099 ], [ -75.211054851081101, 39.969623606855599 ], [ -75.211024263230698, 39.969626959771503 ], [ -75.210961448941703, 39.969633838804 ], [ -75.2102329995312, 39.969713532468496 ], [ -75.2102182743226, 39.969635026568 ], [ -75.210070582363997, 39.968847571142 ], [ -75.210867931089794, 39.968757087809301 ], [ -75.210883184949694, 39.968755362061898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 174, "AUN": 226514102, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "MERCY CAREER AND TECHNICAL HIGH SCHOOL", "SCHOOL_NAME_LABEL": "MERCY CAREER AND TECHNICAL HIGH SCHOOL", "STREET_ADDRESS": "2900 W HUNTING PARK AVE", "ZIP_CODE": "19129", "PHONE_NUMBER": "(215) 226-1225", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 11933.3984375, "Shape__Length": 530.15642606124254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1769089776123, 40.005306386076697 ], [ -75.176971791517801, 40.0050084982784 ], [ -75.177001489198901, 40.004875918968402 ], [ -75.177013517612707, 40.004822238257702 ], [ -75.178425720764494, 40.004999852616798 ], [ -75.178415168840402, 40.005057422849298 ], [ -75.178313112190096, 40.0050573318508 ], [ -75.1774797408941, 40.005484548587397 ], [ -75.177216088878794, 40.005619947124003 ], [ -75.177030146783494, 40.005713771724501 ], [ -75.176800591164096, 40.005831120381004 ], [ -75.176799813654895, 40.005827831157603 ], [ -75.176806981417002, 40.005777553209498 ], [ -75.176891396103599, 40.005389765786198 ], [ -75.176904047837994, 40.005329728905998 ], [ -75.1769089776123, 40.005306386076697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 175, "AUN": 182514568, "SCHOOL_NUM": 7979, "LOCATION_ID": "3389", "SCHOOL_NAME": "KEYSTONE ACADEMY CHARTER", "SCHOOL_NAME_LABEL": "KEYSTONE ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "4521 LONGSHORE AVE", "ZIP_CODE": "19135", "PHONE_NUMBER": "(215) 332-2111", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 645, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 8933.23828125, "Shape__Length": 392.01199616305632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.043137869205097, 40.027638109678897 ], [ -75.044054309432497, 40.027161278701499 ], [ -75.0443846484727, 40.0275918203833 ], [ -75.043464344781199, 40.028068675646701 ], [ -75.043137869205097, 40.027638109678897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 176, "AUN": 226517652, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST FRANCIS XAVIER SCHOOL", "SCHOOL_NAME_LABEL": "ST FRANCIS XAVIER SCHOOL", "STREET_ADDRESS": "641-51 N 24TH ST", "ZIP_CODE": "19130", "PHONE_NUMBER": "(215) 763-6564", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 3984.46484375, "Shape__Length": 266.56702821942304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176357709702202, 39.966675638718399 ], [ -75.176391418905297, 39.9665124882779 ], [ -75.176478414152101, 39.966523757151997 ], [ -75.176519175434606, 39.966324318904803 ], [ -75.177137296221503, 39.966392779064201 ], [ -75.1770597557841, 39.966764631493803 ], [ -75.176357709702202, 39.966675638718399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 177, "AUN": 126515001, "SCHOOL_NUM": 7234, "LOCATION_ID": "8350", "SCHOOL_NAME": "SPRUANCE, GILBERT SCHOOL", "SCHOOL_NAME_LABEL": "GILBERT SPRUANCE SCHOOL", "STREET_ADDRESS": "6401 HORROCKS ST", "ZIP_CODE": "19149", "PHONE_NUMBER": "(215) 400-3290", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 1258, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 43785.18359375, "Shape__Length": 838.08864123781132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.071887415501195, 40.038161552177499 ], [ -75.071869519981902, 40.038151591752303 ], [ -75.071436305348698, 40.037910583080098 ], [ -75.071406323037294, 40.037893892624403 ], [ -75.071312804704803, 40.037841867128201 ], [ -75.071295505658497, 40.037832242642899 ], [ -75.070768899506604, 40.037539272905697 ], [ -75.070809570674697, 40.037495585127097 ], [ -75.070821507139001, 40.037482741009903 ], [ -75.071493830890205, 40.036760273729698 ], [ -75.071511198634497, 40.036741608204998 ], [ -75.071797510120106, 40.036433922570197 ], [ -75.072271477723206, 40.036694838123402 ], [ -75.072289622584805, 40.036704821202001 ], [ -75.072775273630299, 40.036972164460899 ], [ -75.073191402899994, 40.037203404739699 ], [ -75.073248333205697, 40.037235038053801 ], [ -75.073405862010802, 40.037322582619097 ], [ -75.073415035885105, 40.037327681175199 ], [ -75.073396213763999, 40.037347602701097 ], [ -75.073242813511797, 40.037510001833397 ], [ -75.073220642297898, 40.037533471972701 ], [ -75.073072429262098, 40.037690351266399 ], [ -75.073050367818894, 40.0377137101773 ], [ -75.072965711364802, 40.037803333562401 ], [ -75.0729404548145, 40.037830052077801 ], [ -75.072796815118494, 40.037982104435898 ], [ -75.072784274131706, 40.037995385181198 ], [ -75.072372410920494, 40.038431365123301 ], [ -75.071887415501195, 40.038161552177499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 178, "AUN": 126515001, "SCHOOL_NUM": 3602, "LOCATION_ID": "1250", "SCHOOL_NAME": "CATHARINE, JOSEPH SCHOOL", "SCHOOL_NAME_LABEL": "JOSEPH W. CATHARINE SCHOOL", "STREET_ADDRESS": "6600 CHESTER AVE", "ZIP_CODE": "19142", "PHONE_NUMBER": "(215) 400-8150", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 400, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 13377.0625, "Shape__Length": 492.03295107459917 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239507331438205, 39.927881909129802 ], [ -75.239410145182006, 39.927799603084601 ], [ -75.239391608554797, 39.927783900623403 ], [ -75.239311475433993, 39.927716040245798 ], [ -75.239290422619106, 39.927698202506598 ], [ -75.239025054138594, 39.927473457223499 ], [ -75.239078036069003, 39.927435785585203 ], [ -75.239283691935299, 39.927292070329898 ], [ -75.239362508476603, 39.927237973688797 ], [ -75.239440548002406, 39.927182216795998 ], [ -75.239517890771907, 39.927128329930397 ], [ -75.239596350609702, 39.927073662205999 ], [ -75.239672477485001, 39.9270204097283 ], [ -75.239751270405804, 39.926965232249202 ], [ -75.2398336027683, 39.926907731045397 ], [ -75.2399870847118, 39.926800188326602 ], [ -75.240118828794706, 39.926707532714602 ], [ -75.240364163094497, 39.926912380036498 ], [ -75.240609567373497, 39.927119888517602 ], [ -75.2405571267293, 39.927157153722298 ], [ -75.240476281959005, 39.927213478407801 ], [ -75.240399121260594, 39.927267563603401 ], [ -75.240321405723506, 39.927321894516503 ], [ -75.240255081879198, 39.927368284657803 ], [ -75.240241562088798, 39.927377757796897 ], [ -75.240163186315598, 39.927432412031202 ], [ -75.240087127831998, 39.9274855537085 ], [ -75.240008203332195, 39.927540324223898 ], [ -75.239930066308403, 39.927595871012301 ], [ -75.239927858863396, 39.927597257528198 ], [ -75.239719761728296, 39.927742999532803 ], [ -75.239512853372403, 39.927886592428202 ], [ -75.239507331438205, 39.927881909129802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 179, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "3404", "SCHOOL_NAME": "TACONY ACADEMY CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "TACONY ACADEMY CHARTER SCHOOL (HIGH SCHOOL)", "STREET_ADDRESS": "6201 KEYSTONE ST", "ZIP_CODE": "19135", "PHONE_NUMBER": "(215) 515-5900", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 21201.3046875, "Shape__Length": 648.19393840680414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.051197075415303, 40.017190981718002 ], [ -75.052896708586303, 40.016336110253697 ], [ -75.053345398071002, 40.016845777966402 ], [ -75.051571797289398, 40.0177688246876 ], [ -75.051197075415303, 40.017190981718002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 180, "AUN": 126515001, "SCHOOL_NUM": 4868, "LOCATION_ID": "2390", "SCHOOL_NAME": "MORRIS, ROBERT SCHOOL", "SCHOOL_NAME_LABEL": "ROBERT MORRIS SCHOOL", "STREET_ADDRESS": "2600 W THOMPSON ST", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 400-7320", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 215, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 6162.828125, "Shape__Length": 315.43181916444814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178704528408105, 39.975082563792299 ], [ -75.179336553634499, 39.975167828340197 ], [ -75.179209983985999, 39.975753428776599 ], [ -75.178578224620296, 39.975669315019999 ], [ -75.178704528408105, 39.975082563792299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 181, "AUN": 126510004, "SCHOOL_NUM": 7685, "LOCATION_ID": "3335", "SCHOOL_NAME": "PEOPLE FOR PEOPLE", "SCHOOL_NAME_LABEL": "PEOPLE FOR PEOPLE CHARTER SCHOOL", "STREET_ADDRESS": "800 N BROAD ST", "ZIP_CODE": "19130", "PHONE_NUMBER": "(215) 763-7060", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": 547, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 1515.27734375, "Shape__Length": 175.30344247038985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160375377113695, 39.968154747190702 ], [ -75.160404240727601, 39.968020249425102 ], [ -75.160410899977407, 39.967993931213002 ], [ -75.160413924505406, 39.967994304693001 ], [ -75.160758664118603, 39.968037065444598 ], [ -75.160977585602197, 39.968064218848603 ], [ -75.160942143948802, 39.968225665263702 ], [ -75.160604299764401, 39.968182771246902 ], [ -75.160375377113695, 39.968154747190702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 182, "AUN": 126513070, "SCHOOL_NUM": null, "LOCATION_ID": "3308", "SCHOOL_NAME": "INQUIRY CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "INQUIRY CHARTER SCHOOL", "STREET_ADDRESS": "1301 BELMONT AVE", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 386-5768", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 271, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 18997.98828125, "Shape__Length": 673.03496352202956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210512046100305, 39.9751201601551 ], [ -75.2124603006462, 39.974804758496802 ], [ -75.212775771529806, 39.975959722484802 ], [ -75.210512046100305, 39.9751201601551 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 183, "AUN": 126516457, "SCHOOL_NUM": 8153, "LOCATION_ID": "3407", "SCHOOL_NAME": "MASTERY CHARTER @ HARRITY", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL AT HARRITY", "STREET_ADDRESS": "5601 CHRISTIAN ST", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 471-2908", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 740, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 11407.39453125, "Shape__Length": 434.20009693638809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236329056641296, 39.949264565865803 ], [ -75.236280212863505, 39.949258384646001 ], [ -75.2361709944268, 39.949244675868798 ], [ -75.236043104999496, 39.949229557698999 ], [ -75.236028928451006, 39.949226667912903 ], [ -75.235942815863396, 39.949215689625603 ], [ -75.235643386367997, 39.949177032237898 ], [ -75.235447429526502, 39.949151749326298 ], [ -75.2354680484802, 39.949039977823503 ], [ -75.235560236262799, 39.948552853830599 ], [ -75.235561775438995, 39.948544634451402 ], [ -75.236451462712296, 39.9486562067042 ], [ -75.236508313428601, 39.948662740125997 ], [ -75.236564245048896, 39.948669752306998 ], [ -75.236587322170706, 39.948672659103003 ], [ -75.236620176353, 39.948676812882098 ], [ -75.2366965373581, 39.948686432753298 ], [ -75.236675457548301, 39.948798259655803 ], [ -75.236657198453997, 39.948881970863802 ], [ -75.236647364292594, 39.948930967745099 ], [ -75.236639552369795, 39.948972884315303 ], [ -75.236632735747406, 39.949012776307697 ], [ -75.236623204197898, 39.949053590898899 ], [ -75.236615491727903, 39.949092817924303 ], [ -75.236607727042895, 39.949134010227098 ], [ -75.236599993899702, 39.949174349527802 ], [ -75.236593092069995, 39.949216543946498 ], [ -75.236584516633201, 39.949255284671104 ], [ -75.236578921563606, 39.949285965974298 ], [ -75.236577632444195, 39.949296447836304 ], [ -75.236329056641296, 39.949264565865803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 184, "AUN": 226518722, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST MARTHA SCHOOL", "SCHOOL_NAME_LABEL": "ST MARTHA SCHOOL", "STREET_ADDRESS": "11321 ACADEMY RD", "ZIP_CODE": "19154", "PHONE_NUMBER": "(215) 632-0320", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 23622.9140625, "Shape__Length": 705.94134619268925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.985912270661402, 40.087432152779201 ], [ -74.985869246703004, 40.087494723261202 ], [ -74.985801352907799, 40.087593317218598 ], [ -74.9857402659554, 40.087694504342501 ], [ -74.985338291909699, 40.088410429029402 ], [ -74.985332063345197, 40.088431375430801 ], [ -74.9853289987594, 40.088452732456098 ], [ -74.985322061649399, 40.088463830053897 ], [ -74.985151955978196, 40.088735951274501 ], [ -74.984943562074506, 40.088637034772297 ], [ -74.984866536162301, 40.088554626442999 ], [ -74.985060233268698, 40.088232084028697 ], [ -74.984793193937904, 40.088148731421903 ], [ -74.9845417109659, 40.0878085137008 ], [ -74.984631238864097, 40.0876986121907 ], [ -74.984306068924397, 40.087443786813999 ], [ -74.985066819777401, 40.086865073385198 ], [ -74.985912270661402, 40.087432152779201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 185, "AUN": 226510081, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "OLNEY CHRISTIAN SCHOOL", "SCHOOL_NAME_LABEL": "OLNEY CHRISTIAN SCHOOL", "STREET_ADDRESS": "425 E ROOSEVELT BLVD", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 324-2323", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1930.1328125, "Shape__Length": 177.79040572132942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115167135917702, 40.027517408165203 ], [ -75.1151072436666, 40.0272631422445 ], [ -75.115160666941094, 40.027255711338697 ], [ -75.115471615772293, 40.027212454010403 ], [ -75.115485698030099, 40.027210488454799 ], [ -75.115534357430306, 40.027203721848899 ], [ -75.115563156200196, 40.027327217493003 ], [ -75.115565888542406, 40.027338918085398 ], [ -75.115593374703195, 40.027456790471597 ], [ -75.115595118825695, 40.027464245947598 ], [ -75.115598374450698, 40.0274781671894 ], [ -75.1152877715665, 40.027521126473403 ], [ -75.115248792194095, 40.027526519119 ], [ -75.115245804676803, 40.027507316103801 ], [ -75.115245671335103, 40.027506410889501 ], [ -75.115207552877294, 40.027511742180003 ], [ -75.115167135917702, 40.027517408165203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 186, "AUN": 326510174, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "CHESTERBROOK ACADEMY\n", "SCHOOL_NAME_LABEL": "CHESTERBROOK ACADEMY", "STREET_ADDRESS": "510 WALNUT ST", "ZIP_CODE": "19106", "PHONE_NUMBER": "(215) 709-9354", "ACTIVE": "O", "GRADE_LEVEL": "PRE-K/KINDERGARTEN", "GRADE_ORG": "PREK-K", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 11080.59765625, "Shape__Length": 434.05767577961785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150247280647307, 39.947540928978697 ], [ -75.1498913205035, 39.947498687326203 ], [ -75.149971643922001, 39.947124203490297 ], [ -75.149979701998106, 39.947087117673 ], [ -75.150068290929994, 39.947098135883898 ], [ -75.1501102714805, 39.946911242622697 ], [ -75.151166353308099, 39.9470379552548 ], [ -75.151037719721202, 39.947634749821297 ], [ -75.150247280647307, 39.947540928978697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 187, "AUN": 126515001, "SCHOOL_NUM": 3773, "LOCATION_ID": "8340", "SCHOOL_NAME": "SOLIS-COHEN, SOLOMON SCHOOL", "SCHOOL_NAME_LABEL": "SOLOMON SOLIS-COHEN SCHOOL", "STREET_ADDRESS": "7001 HORROCKS ST", "ZIP_CODE": "19149", "PHONE_NUMBER": "(215) 400-3250", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 1352, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 85513.62109375, "Shape__Length": 1266.5866785660216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.062865880893, 40.043404779100399 ], [ -75.063209503657802, 40.043059329637302 ], [ -75.063566001878499, 40.043257404047502 ], [ -75.064583762486606, 40.043817784095403 ], [ -75.064758639184205, 40.043915998707902 ], [ -75.064887760460806, 40.043986964788601 ], [ -75.065213967601906, 40.044166286878898 ], [ -75.065364139543206, 40.0442475128498 ], [ -75.065596100370897, 40.044378334348501 ], [ -75.065805063587007, 40.044493513096299 ], [ -75.065913066976194, 40.044570254630997 ], [ -75.066144582056396, 40.0446980978695 ], [ -75.066371256991502, 40.0448258444369 ], [ -75.065449694119806, 40.045792325021502 ], [ -75.065332464834, 40.045914792022501 ], [ -75.065105767675007, 40.045787044058997 ], [ -75.064862388675493, 40.045648362348302 ], [ -75.0647662688515, 40.045582456741002 ], [ -75.064737371111704, 40.045565902575802 ], [ -75.064544990695396, 40.045455622707401 ], [ -75.064495148088895, 40.045426118515302 ], [ -75.064339883725694, 40.0453341490837 ], [ -75.064190930181198, 40.045252321815902 ], [ -75.064167000020007, 40.045241670602898 ], [ -75.064159332578399, 40.045238266715202 ], [ -75.063732988266807, 40.045002806539799 ], [ -75.063555027848096, 40.044904566714401 ], [ -75.063503770955606, 40.0448790093578 ], [ -75.063299631016704, 40.044767066925999 ], [ -75.062592556831106, 40.044376776973003 ], [ -75.062149489863103, 40.044129053789597 ], [ -75.062865880893, 40.043404779100399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 188, "AUN": 126515001, "SCHOOL_NUM": 3770, "LOCATION_ID": "8310", "SCHOOL_NAME": "MOORE, J. HAMPTON SCHOOL", "SCHOOL_NAME_LABEL": "J. HAMPTON MOORE SCHOOL", "STREET_ADDRESS": "6900 SUMMERDALE AVE", "ZIP_CODE": "19111", "PHONE_NUMBER": "(215) 400-3180", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 1194, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 39088.51953125, "Shape__Length": 793.5042685744969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.076457374983903, 40.049229546070301 ], [ -75.076877252976402, 40.048782243420199 ], [ -75.078174316787695, 40.049509087228998 ], [ -75.078270713204205, 40.049563107405199 ], [ -75.078359107270202, 40.049612637802198 ], [ -75.078429254872006, 40.049651941613199 ], [ -75.078009586231701, 40.050098336736802 ], [ -75.0778914975931, 40.050223858587501 ], [ -75.077717393171696, 40.050410317730801 ], [ -75.077473229432599, 40.050671799351498 ], [ -75.075919981770397, 40.0498019942262 ], [ -75.076338202079398, 40.049356476033701 ], [ -75.076457374983903, 40.049229546070301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 189, "AUN": 126513210, "SCHOOL_NUM": 7580, "LOCATION_ID": "3326", "SCHOOL_NAME": "UNIVERSAL INSTITUTE", "SCHOOL_NAME_LABEL": "UNIVERSAL INSTITUTE CHARTER SCHOOL", "STREET_ADDRESS": "801 S 15TH ST", "ZIP_CODE": "19146", "PHONE_NUMBER": "(215) 732-2876", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 599, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 567.578125, "Shape__Length": 106.74266860448661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167608582995896, 39.940917794162601 ], [ -75.167664757389602, 39.940655257346101 ], [ -75.167675216578402, 39.9406566697836 ], [ -75.167731032778093, 39.9406641975227 ], [ -75.167795272401094, 39.9406721885601 ], [ -75.167794281419404, 39.940676743408197 ], [ -75.167770859350995, 39.940784477606996 ], [ -75.167752612164705, 39.940868422115798 ], [ -75.167738047392305, 39.940935394431399 ], [ -75.167674238224194, 39.940926542452701 ], [ -75.167608582995896, 39.940917794162601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 190, "AUN": 226518902, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST MARYS INTERPAROCHIAL SCHOOL", "SCHOOL_NAME_LABEL": "ST MARYS INTERPAROCHIAL SCHOOL", "STREET_ADDRESS": "440 LOCUST ST", "ZIP_CODE": "19106", "PHONE_NUMBER": "(215) 923-7522", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 1055.19921875, "Shape__Length": 130.10050461214797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149459161674798, 39.9461437136627 ], [ -75.149509323854303, 39.945912675858203 ], [ -75.149784661054397, 39.945945709664699 ], [ -75.149732029605005, 39.946178319060898 ], [ -75.1495778586808, 39.946158768931902 ], [ -75.149504098117106, 39.946149407614897 ], [ -75.149459161674798, 39.9461437136627 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 191, "AUN": 226510452, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ARCHBISHOP RYAN HIGH SCHOOL", "SCHOOL_NAME_LABEL": "ARCHBISHOP RYAN HIGH SCHOOL", "STREET_ADDRESS": "11201 ACADEMY RD", "ZIP_CODE": "19154", "PHONE_NUMBER": "(215) 637-1800", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 338749.828125, "Shape__Length": 2747.1282885292158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.985933132608395, 40.0874018120995 ], [ -74.985912270661402, 40.087432152779201 ], [ -74.985066819777401, 40.086865073385198 ], [ -74.984306068924397, 40.087443786813999 ], [ -74.984235847697803, 40.087471935939 ], [ -74.983997476627906, 40.0872827459687 ], [ -74.984148635662294, 40.087168992522699 ], [ -74.9838182226881, 40.0869003038461 ], [ -74.9835692693986, 40.086997855961101 ], [ -74.983303503445299, 40.087055248900903 ], [ -74.982923324433102, 40.087069617047199 ], [ -74.982625207002101, 40.087025393399998 ], [ -74.982321873931795, 40.086924331321498 ], [ -74.982110547708203, 40.086811121111403 ], [ -74.981855368935101, 40.086597371997101 ], [ -74.981723672732201, 40.086422465682404 ], [ -74.981620582729704, 40.0861838297565 ], [ -74.981582204065404, 40.086029419736498 ], [ -74.981591883973394, 40.085790775331603 ], [ -74.981622558034999, 40.085609026542102 ], [ -74.981748801063802, 40.085357616940399 ], [ -74.982015355800002, 40.085089983707697 ], [ -74.982228123351803, 40.084953841602299 ], [ -74.982468362642805, 40.084843959950497 ], [ -74.983010243148996, 40.084761072317797 ], [ -74.983000744596097, 40.084496495264403 ], [ -74.982614788216395, 40.084524683875102 ], [ -74.982603390366705, 40.083832538273803 ], [ -74.982597356750503, 40.083465097594598 ], [ -74.982621798581903, 40.083276041809803 ], [ -74.982703096838705, 40.0830786978186 ], [ -74.982814166216897, 40.082920647530401 ], [ -74.982976762254097, 40.082781523388299 ], [ -74.982975118602894, 40.082426294283898 ], [ -74.983167711181807, 40.082422258134201 ], [ -74.983719843444206, 40.0824163166536 ], [ -74.9837693884365, 40.082444221286003 ], [ -74.983786959107903, 40.083076417318097 ], [ -74.983792191611698, 40.083326302181 ], [ -74.9838990511426, 40.0833243923636 ], [ -74.983971027965396, 40.0833230936612 ], [ -74.984042004959505, 40.083322077214703 ], [ -74.984075682438103, 40.083321211707499 ], [ -74.984150408422394, 40.083319882188697 ], [ -74.984185940385501, 40.083319350745498 ], [ -74.984248911517597, 40.083318109974698 ], [ -74.984656663991998, 40.083311042256703 ], [ -74.985225400401603, 40.083323194336103 ], [ -74.985407660458705, 40.083335848125301 ], [ -74.985498262839499, 40.083342025933 ], [ -74.986012954553203, 40.083400590113698 ], [ -74.986320111025407, 40.0834446352128 ], [ -74.986559688522206, 40.083491778470297 ], [ -74.987428850805898, 40.083701914096501 ], [ -74.9879585333953, 40.083884121493703 ], [ -74.9882400287932, 40.084016708528203 ], [ -74.988451347384299, 40.084158505968702 ], [ -74.9886248343132, 40.0843140003428 ], [ -74.988839113780401, 40.0845841078037 ], [ -74.988853817743902, 40.084602887836901 ], [ -74.988641272980004, 40.084748832784797 ], [ -74.988443842800294, 40.0848844031986 ], [ -74.988306759068394, 40.084978526972598 ], [ -74.988226096072594, 40.0850426357364 ], [ -74.988155106366804, 40.085099045261899 ], [ -74.987376893201798, 40.085717547019101 ], [ -74.987211306621205, 40.0858713885385 ], [ -74.986882378639507, 40.086176997244301 ], [ -74.986677568379505, 40.086367280323699 ], [ -74.986611619256706, 40.086457002036902 ], [ -74.986561935313404, 40.086524594885098 ], [ -74.986178572386905, 40.087046103946697 ], [ -74.985980855785996, 40.087315079877101 ], [ -74.985933132608395, 40.0874018120995 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 192, "AUN": 126515001, "SCHOOL_NUM": null, "LOCATION_ID": "5180", "SCHOOL_NAME": "VAUX HIGH SCHOOL", "SCHOOL_NAME_LABEL": "VAUX HIGH SCHOOL: A BIG PICTURE", "STREET_ADDRESS": "2300 W MASTER ST", "ZIP_CODE": "19121", "PHONE_NUMBER": "(267) 507-9690", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 287, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 15131.4296875, "Shape__Length": 508.05335554339803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174626554511406, 39.976461062658998 ], [ -75.173568027036893, 39.976322884688898 ], [ -75.173533687631604, 39.976318406044697 ], [ -75.173539592689096, 39.9762903605682 ], [ -75.173571894063898, 39.976136996795503 ], [ -75.173582316942202, 39.976087565841702 ], [ -75.173668944487602, 39.9756763444637 ], [ -75.173670119530897, 39.975670760912301 ], [ -75.175075802913298, 39.975853079703803 ], [ -75.175075036822605, 39.9758567217511 ], [ -75.175065701494105, 39.975900664148 ], [ -75.174938025663295, 39.976501726555099 ], [ -75.174626554511406, 39.976461062658998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 193, "AUN": 226511132, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "THE CITY SCHOOL", "SCHOOL_NAME_LABEL": "THE CITY SCHOOL", "STREET_ADDRESS": "910 N 6TH ST", "ZIP_CODE": "19123", "PHONE_NUMBER": "(215) 731-1930", "ACTIVE": "O", "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "6-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 10617.75390625, "Shape__Length": 458.82648895368538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147782765911899, 39.967580657969101 ], [ -75.147585799782306, 39.9686554246789 ], [ -75.147313151736, 39.968625279007 ], [ -75.1473207646319, 39.968584520556199 ], [ -75.146990866713907, 39.968548044423102 ], [ -75.147183062887194, 39.967487869354002 ], [ -75.147250185409703, 39.967495151752097 ], [ -75.147319662098795, 39.967502690240799 ], [ -75.147392672312193, 39.967510610678801 ], [ -75.147469801945206, 39.967518979283703 ], [ -75.147513029932995, 39.967523669726098 ], [ -75.147508096213201, 39.967550857631799 ], [ -75.147541067842496, 39.967554435809902 ], [ -75.147614664116801, 39.96756242008 ], [ -75.147691209318893, 39.967570724596399 ], [ -75.147782765911899, 39.967580657969101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 194, "AUN": 300516590, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "OVERBROOK SCHOOL FOR BLIND", "SCHOOL_NAME_LABEL": "OVERBROOK SCHOOL FOR BLIND", "STREET_ADDRESS": "6333 MALVERN AVE", "ZIP_CODE": "19151", "PHONE_NUMBER": "(215) 877-0313", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "PREK-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 93667.8203125, "Shape__Length": 1372.6814433735315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.248474068524303, 39.983022100499802 ], [ -75.251034817113705, 39.9817373608116 ], [ -75.252480657941106, 39.983442704919 ], [ -75.251641924791997, 39.983816579989401 ], [ -75.251364892411004, 39.983448809521498 ], [ -75.251256861465706, 39.983496964788401 ], [ -75.251147612780798, 39.983545663319703 ], [ -75.250841715110894, 39.983682016840298 ], [ -75.250737400141901, 39.983728514766099 ], [ -75.250632334856704, 39.983775346520297 ], [ -75.250526461164498, 39.983822538991802 ], [ -75.250421383678301, 39.983869375924698 ], [ -75.250316822532696, 39.983915982995399 ], [ -75.250210180338698, 39.983963517716603 ], [ -75.250114508124895, 39.984006162398799 ], [ -75.2499813542385, 39.984065513692101 ], [ -75.249705199412304, 39.984188604246199 ], [ -75.249480926603596, 39.984288568734101 ], [ -75.249326893951206, 39.9843572243838 ], [ -75.249229287092604, 39.984400729442299 ], [ -75.249132725047801, 39.984443768399501 ], [ -75.249030819117394, 39.984489189952903 ], [ -75.248927604658803, 39.984535194450899 ], [ -75.2487686647423, 39.984606036584999 ], [ -75.248474068524303, 39.983022100499802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 195, "AUN": 126515001, "SCHOOL_NUM": 6544, "LOCATION_ID": "5440", "SCHOOL_NAME": "WILLARD, FRANCES E. SCHOOL", "SCHOOL_NAME_LABEL": "FRANCES E. WILLARD SCHOOL", "STREET_ADDRESS": "1930 E ELKHART ST", "ZIP_CODE": "19134", "PHONE_NUMBER": "(215) 400-7180", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-4", "ENROLLMENT": 378, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 34333.5703125, "Shape__Length": 740.84034745859844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115685810847395, 39.993645651838001 ], [ -75.115585030825798, 39.993495243325398 ], [ -75.115544147934003, 39.993433500123899 ], [ -75.115526546492802, 39.993406933609499 ], [ -75.115511520325299, 39.993384229672202 ], [ -75.115510074543494, 39.9933820531637 ], [ -75.115407507567895, 39.993229072693701 ], [ -75.115332630775697, 39.9931165284626 ], [ -75.115245631639894, 39.992989101345202 ], [ -75.115296527600904, 39.992968329536602 ], [ -75.115375065856597, 39.9929362636788 ], [ -75.115423491830398, 39.992916500589402 ], [ -75.115435991361196, 39.992911402707897 ], [ -75.115825452674599, 39.992752160638602 ], [ -75.115836529320305, 39.992747578562401 ], [ -75.116232058727505, 39.992585266748698 ], [ -75.116246562961507, 39.992579295730998 ], [ -75.116392156926807, 39.992519366097703 ], [ -75.116395074634298, 39.992518174980297 ], [ -75.116763776568007, 39.992367722855001 ], [ -75.116832235386099, 39.992472864472902 ], [ -75.1169569345018, 39.992658284944802 ], [ -75.117017401476303, 39.992747381609497 ], [ -75.117080974228699, 39.992843432219303 ], [ -75.117089109583802, 39.992855225217703 ], [ -75.117122910156795, 39.992904554769403 ], [ -75.117177127789006, 39.992982964820399 ], [ -75.117206688023899, 39.993028134564703 ], [ -75.117231091387396, 39.993066834885802 ], [ -75.117282377457997, 39.993152238331497 ], [ -75.1172966713454, 39.993174392495199 ], [ -75.117410419483306, 39.993348792807602 ], [ -75.117415855885895, 39.993356703513697 ], [ -75.117486757954794, 39.993466447547902 ], [ -75.117497560796906, 39.993482412638201 ], [ -75.117466012131501, 39.9934950198084 ], [ -75.1171613503912, 39.993614752819802 ], [ -75.117136356302794, 39.993624254152103 ], [ -75.117053756394199, 39.993656726990601 ], [ -75.1170366339976, 39.993663749702201 ], [ -75.116494857684103, 39.993875881116303 ], [ -75.116334583118302, 39.993938433985399 ], [ -75.116000224192305, 39.994069394227999 ], [ -75.115980079728004, 39.994077572838599 ], [ -75.115801295783001, 39.9938141142189 ], [ -75.115685810847395, 39.993645651838001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 196, "AUN": 126515001, "SCHOOL_NUM": 5187, "LOCATION_ID": "4300", "SCHOOL_NAME": "HESTON, EDWARD SCHOOL", "SCHOOL_NAME_LABEL": "EDWARD HESTON SCHOOL", "STREET_ADDRESS": "1621 N 54TH ST", "ZIP_CODE": "19131", "PHONE_NUMBER": "(215) 400-7290", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 215, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 22273.50390625, "Shape__Length": 640.79022866449702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228303617704498, 39.977809869693999 ], [ -75.228716691719498, 39.977291967400902 ], [ -75.229761447048006, 39.977176320482798 ], [ -75.230025395136806, 39.978612802121901 ], [ -75.228303617704498, 39.977809869693999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 197, "AUN": 104510394, "SCHOOL_NUM": 8031, "LOCATION_ID": "3395", "SCHOOL_NAME": "ANTONIA PANTOJA CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "ANTONIA PANTOJA CHARTER SCHOOL", "STREET_ADDRESS": "4101 N AMERICAN ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 329-2733", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 752, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 31889.859375, "Shape__Length": 919.2771232741319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130680501086999, 40.011732925720899 ], [ -75.130850487746002, 40.012263277946502 ], [ -75.131477425714493, 40.012345135534702 ], [ -75.1310515957652, 40.014273433516699 ], [ -75.131046121797894, 40.014290142049802 ], [ -75.131037316549694, 40.014305987327504 ], [ -75.131025395797806, 40.0143205778202 ], [ -75.131010654639795, 40.014333554216698 ], [ -75.130993452511206, 40.014344598093402 ], [ -75.130974217403093, 40.014353436515201 ], [ -75.130953419084307, 40.014359852687797 ], [ -75.130931571942099, 40.014363688275303 ], [ -75.130909214275604, 40.014364848559502 ], [ -75.130886894994205, 40.014363305514799 ], [ -75.130117718910597, 40.014262874375 ], [ -75.130680501086999, 40.011732925720899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 198, "AUN": 126515001, "SCHOOL_NUM": 3712, "LOCATION_ID": "6250", "SCHOOL_NAME": "HENRY, CHARLES W. SCHOOL", "SCHOOL_NAME_LABEL": "CHARLES W. HENRY SCHOOL", "STREET_ADDRESS": "601 CARPENTER LN", "ZIP_CODE": "19119", "PHONE_NUMBER": "(215) 400-3480", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 518, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 17480.58984375, "Shape__Length": 689.62872320344411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1966193470288, 40.0458254835738 ], [ -75.197145522713996, 40.0453220112541 ], [ -75.197360139044093, 40.045453835528498 ], [ -75.197297531616798, 40.045511812534798 ], [ -75.197430479568098, 40.0455954539188 ], [ -75.1974738393736, 40.045622732325803 ], [ -75.197296515464103, 40.045793609194199 ], [ -75.197434037557102, 40.0458801329276 ], [ -75.197271858395496, 40.0460386917024 ], [ -75.197258860303904, 40.046050799540303 ], [ -75.197254222501897, 40.046047520441697 ], [ -75.197186002467404, 40.046111401515297 ], [ -75.197148146016701, 40.046147588102897 ], [ -75.197114913409393, 40.046179088602102 ], [ -75.197047064701295, 40.046243687391097 ], [ -75.196985214022106, 40.046302712713903 ], [ -75.196917175591295, 40.046367322982398 ], [ -75.196849375024001, 40.046431761677901 ], [ -75.197345700581593, 40.046740795169001 ], [ -75.197055507052795, 40.047016036123701 ], [ -75.196558146109098, 40.046707704818601 ], [ -75.196031620897401, 40.046380860461298 ], [ -75.1966193470288, 40.0458254835738 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 199, "AUN": 126515001, "SCHOOL_NUM": null, "LOCATION_ID": "8320", "SCHOOL_NAME": "JOHN HANCOCK DEMONSTRATION MIDDLE SCHOOL- LABRUM CAMPUS", "SCHOOL_NAME_LABEL": "JOHN HANCOCK DEMONSTRATION MIDDLE SCHOOL- LABRUM CAMPUS", "STREET_ADDRESS": "10800 HAWLEY RD", "ZIP_CODE": "19154", "PHONE_NUMBER": "(215) 400-3122", "ACTIVE": "O", "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": null, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 77151.96484375, "Shape__Length": 1365.8814047064284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.988552825640795, 40.079912114080599 ], [ -74.988799281697496, 40.079750108529602 ], [ -74.988903197946897, 40.079681800541202 ], [ -74.989112111610098, 40.079544471395799 ], [ -74.989174381135996, 40.079503539490098 ], [ -74.9892410889817, 40.079459688842498 ], [ -74.989385603255002, 40.079364691842301 ], [ -74.989473437308803, 40.079306954012203 ], [ -74.989527388769801, 40.079271487573401 ], [ -74.989583557754898, 40.079234565088797 ], [ -74.989635875946306, 40.079200173314 ], [ -74.989685836342304, 40.079167331035599 ], [ -74.989742547509294, 40.079130052062801 ], [ -74.989801877091097, 40.079091049588598 ], [ -74.990106166321496, 40.078891021139 ], [ -74.990273277749793, 40.078781166535499 ], [ -74.9905594874012, 40.078593019230603 ], [ -74.991566632944497, 40.079452436080501 ], [ -74.991571835327804, 40.079457659848302 ], [ -74.991575887053699, 40.079463451827202 ], [ -74.991578688467598, 40.079469666581403 ], [ -74.991580165411605, 40.079476144644701 ], [ -74.991580280623197, 40.0794827206783 ], [ -74.991579030667594, 40.079489226776701 ], [ -74.991576450150006, 40.079495497073196 ], [ -74.991572601277994, 40.079501371995597 ], [ -74.991567585489406, 40.079506700797602 ], [ -74.991561528483103, 40.079511349083297 ], [ -74.989450270480802, 40.080891017026801 ], [ -74.9893611850393, 40.080953222267503 ], [ -74.989277612425198, 40.081019791497098 ], [ -74.989199916388898, 40.0810904338611 ], [ -74.9887631046211, 40.080698322883102 ], [ -74.9881657545818, 40.081090976455002 ], [ -74.988167360160404, 40.081249247840198 ], [ -74.988035638075999, 40.081253552209802 ], [ -74.987904620509696, 40.081264858874597 ], [ -74.9877749372219, 40.081283113141097 ], [ -74.987647214863401, 40.081308228706497 ], [ -74.987522063976499, 40.081340082841102 ], [ -74.987454043887595, 40.081208601982397 ], [ -74.987377490670696, 40.081079918761901 ], [ -74.987292599263, 40.080954359978897 ], [ -74.987199585471103, 40.0808322439226 ], [ -74.987197010216093, 40.080828404294799 ], [ -74.987195250668904, 40.080824301566601 ], [ -74.987194349578601, 40.080820038135698 ], [ -74.987194332024501, 40.080815718227498 ], [ -74.987195195070399, 40.0808114498995 ], [ -74.987196921223301, 40.080807338606299 ], [ -74.987199463785103, 40.080803486847998 ], [ -74.987202761775805, 40.080799987770497 ], [ -74.987206733845397, 40.080796930651097 ], [ -74.988552825640795, 40.079912114080599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 200, "AUN": 126515001, "SCHOOL_NUM": 3851, "LOCATION_ID": "2010", "SCHOOL_NAME": "FRANKLIN, BENJAMIN HIGH SCHOOL", "SCHOOL_NAME_LABEL": "BENJAMIN FRANKLIN HIGH SCHOOL", "STREET_ADDRESS": "550 N BROAD ST", "ZIP_CODE": "19130", "PHONE_NUMBER": "(215) 400-7600", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 570, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 11938.203125, "Shape__Length": 465.36495877549146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162744549170597, 39.963915008343598 ], [ -75.161356942431695, 39.963742145031802 ], [ -75.161464783596202, 39.963221617747102 ], [ -75.162848454384701, 39.9633963261711 ], [ -75.162744549170597, 39.963915008343598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 201, "AUN": 126515001, "SCHOOL_NUM": 7906, "LOCATION_ID": "2650", "SCHOOL_NAME": "SCIENCE LEADERSHIP ACADEMY", "SCHOOL_NAME_LABEL": "SCIENCE LEADERSHIP ACADEMY", "STREET_ADDRESS": "550 N BROAD ST", "ZIP_CODE": "19130", "PHONE_NUMBER": "(215) 400-7830", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 502, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 11938.203125, "Shape__Length": 465.36495877549146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162744549170597, 39.963915008343598 ], [ -75.161356942431695, 39.963742145031802 ], [ -75.161464783596202, 39.963221617747102 ], [ -75.162848454384701, 39.9633963261711 ], [ -75.162744549170597, 39.963915008343598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 202, "AUN": 126513150, "SCHOOL_NUM": 7574, "LOCATION_ID": "3328", "SCHOOL_NAME": "MATH, SCIENCE AND TECHNOLOGY", "SCHOOL_NAME_LABEL": "MATHEMATICS, SCIENCE, AND TECHNOLOGY COMMUNITY CHARTER SCHOOL (MAST)", "STREET_ADDRESS": "1800 BYBERRY RD", "ZIP_CODE": "19116", "PHONE_NUMBER": "(267) 348-1100", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": 1503, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 31769.0, "Shape__Length": 759.00013577182699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.005013088075501, 40.113691353726402 ], [ -75.0064300320265, 40.112668977890003 ], [ -75.007177910612697, 40.1133066581341 ], [ -75.006884541270495, 40.113559555271898 ], [ -75.0064776177433, 40.1138660202107 ], [ -75.006021431726396, 40.114204629347498 ], [ -75.005449164862398, 40.114630292658703 ], [ -75.005013088075501, 40.113691353726402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 203, "AUN": 226512992, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "LOTUS ACADEMY", "SCHOOL_NAME_LABEL": "LOTUS ACADEMY", "STREET_ADDRESS": "340 E HAINES ST", "ZIP_CODE": "19144", "PHONE_NUMBER": "(215) 438-7500", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "PREK-4", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 976.5078125, "Shape__Length": 132.08621997238748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172209948917398, 40.042836503628102 ], [ -75.172127944913598, 40.0427978299928 ], [ -75.172045321748698, 40.0427611077317 ], [ -75.171964576328307, 40.0427191262281 ], [ -75.171898729104399, 40.042683554109502 ], [ -75.171882179580393, 40.042673672497799 ], [ -75.172013694658503, 40.042545231976099 ], [ -75.172326092875707, 40.042734540904803 ], [ -75.172296700037194, 40.0427629456793 ], [ -75.172272641079303, 40.042786182334901 ], [ -75.172217078953395, 40.0428398712342 ], [ -75.172209948917398, 40.042836503628102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 204, "AUN": 126515001, "SCHOOL_NUM": 5124, "LOCATION_ID": "5590", "SCHOOL_NAME": "WEBSTER, JOHN H. SCHOOL", "SCHOOL_NAME_LABEL": "JOHN H. WEBSTER SCHOOL", "STREET_ADDRESS": "3400 FRANKFORD AVE", "ZIP_CODE": "19134", "PHONE_NUMBER": "(215) 400-7170", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 477, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 20241.7421875, "Shape__Length": 576.60435246563941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.104597435265205, 39.996104945840997 ], [ -75.104706378507899, 39.996032932054398 ], [ -75.104763728318204, 39.995995646659303 ], [ -75.104815274005304, 39.995961047719099 ], [ -75.104862898311694, 39.995929711362699 ], [ -75.104911711054896, 39.995897450657097 ], [ -75.105046439165605, 39.995808090037798 ], [ -75.105096346689905, 39.995775162940902 ], [ -75.105147322429005, 39.995744435305198 ], [ -75.105201241540897, 39.995716113646999 ], [ -75.105495134743293, 39.995557814498603 ], [ -75.105800312907405, 39.995897580608101 ], [ -75.106101263104406, 39.996235700925702 ], [ -75.105997617498005, 39.996297116869897 ], [ -75.105937298020606, 39.996329935174103 ], [ -75.105814098954596, 39.996396140062103 ], [ -75.105429688398402, 39.996641401554001 ], [ -75.105359318385894, 39.9966878988388 ], [ -75.105321183918406, 39.9967134250128 ], [ -75.105212149344695, 39.996785629882702 ], [ -75.105181384244403, 39.996805990564901 ], [ -75.105142659408799, 39.996831631477299 ], [ -75.105106731162394, 39.9968554029725 ], [ -75.105042123714298, 39.9968981640395 ], [ -75.104980248861594, 39.996939118394302 ], [ -75.104945457198397, 39.996910026515103 ], [ -75.104913362085995, 39.996881672536503 ], [ -75.104879391929401, 39.996852470042597 ], [ -75.104844426901906, 39.996822455081997 ], [ -75.104811966302407, 39.996794350571598 ], [ -75.104777394046707, 39.996765005773298 ], [ -75.104740643177195, 39.996732981994199 ], [ -75.104672684187506, 39.996674012183803 ], [ -75.104623113444802, 39.996630989778097 ], [ -75.104575287596802, 39.9965894897623 ], [ -75.104528008321594, 39.996548470859103 ], [ -75.104481844778405, 39.996508396703298 ], [ -75.104473499951496, 39.996500934167699 ], [ -75.104268596205799, 39.996323548790102 ], [ -75.104322022460806, 39.996289106034403 ], [ -75.104382231909597, 39.996248420005102 ], [ -75.104597435265205, 39.996104945840997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 205, "AUN": 126515001, "SCHOOL_NUM": 5185, "LOCATION_ID": "1290", "SCHOOL_NAME": "HAMILTON, ANDREW SCHOOL", "SCHOOL_NAME_LABEL": "ANDREW HAMILTON SCHOOL", "STREET_ADDRESS": "5640 SPRUCE ST", "ZIP_CODE": "19139", "PHONE_NUMBER": "(215) 400-7650", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 348, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 15142.69921875, "Shape__Length": 491.85593286381066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234851899503695, 39.955559516309499 ], [ -75.234885277373095, 39.955380403752699 ], [ -75.235020506037699, 39.954721099574002 ], [ -75.236067546396995, 39.954850985560299 ], [ -75.236071654467096, 39.954851494545103 ], [ -75.235896473588596, 39.955717913306898 ], [ -75.235009619089396, 39.955612219053997 ], [ -75.234846303235599, 39.955589601743 ], [ -75.234851899503695, 39.955559516309499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 206, "AUN": 126515001, "SCHOOL_NUM": 3859, "LOCATION_ID": "2000", "SCHOOL_NAME": "SOUTH PHILADELPHIA HIGH SCHOOL", "SCHOOL_NAME_LABEL": "SOUTH PHILADELPHIA HIGH SCHOOL", "STREET_ADDRESS": "2101 S BROAD ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(215) 400-8400", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 656, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 31761.015625, "Shape__Length": 719.75359519417793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169441993879602, 39.924238493363603 ], [ -75.168900967498701, 39.924168543328598 ], [ -75.1688378606123, 39.924160368571997 ], [ -75.167702807327004, 39.924013624000402 ], [ -75.167760340772602, 39.923741349856201 ], [ -75.167770844015706, 39.923691937037503 ], [ -75.167926320671896, 39.922961034923397 ], [ -75.169323574548798, 39.923138922160298 ], [ -75.169392103048807, 39.923147637658303 ], [ -75.1697424741822, 39.923192243279999 ], [ -75.169739676681004, 39.923205285594896 ], [ -75.169674476645596, 39.9235093053613 ], [ -75.169662493637304, 39.923565214004903 ], [ -75.169537027549694, 39.9241501993857 ], [ -75.169516039708, 39.924248058245198 ], [ -75.169441993879602, 39.924238493363603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 207, "AUN": 126515001, "SCHOOL_NUM": null, "LOCATION_ID": "3880", "SCHOOL_NAME": "SOUTH PHILADELPHIA HIGH SCHOOL EOP", "SCHOOL_NAME_LABEL": "SOUTH PHILADELPHIA HIGH SCHOOL EOP", "STREET_ADDRESS": "2101 S BROAD ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(215) 400-8400", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 83, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 31761.015625, "Shape__Length": 719.75359519417793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169441993879602, 39.924238493363603 ], [ -75.168900967498701, 39.924168543328598 ], [ -75.1688378606123, 39.924160368571997 ], [ -75.167702807327004, 39.924013624000402 ], [ -75.167760340772602, 39.923741349856201 ], [ -75.167770844015706, 39.923691937037503 ], [ -75.167926320671896, 39.922961034923397 ], [ -75.169323574548798, 39.923138922160298 ], [ -75.169392103048807, 39.923147637658303 ], [ -75.1697424741822, 39.923192243279999 ], [ -75.169739676681004, 39.923205285594896 ], [ -75.169674476645596, 39.9235093053613 ], [ -75.169662493637304, 39.923565214004903 ], [ -75.169537027549694, 39.9241501993857 ], [ -75.169516039708, 39.924248058245198 ], [ -75.169441993879602, 39.924238493363603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 208, "AUN": 126515001, "SCHOOL_NUM": 3653, "LOCATION_ID": "2630", "SCHOOL_NAME": "SHARSWOOD, GEORGE SCHOOL", "SCHOOL_NAME_LABEL": "GEORGE W. SHARSWOOD SCHOOL", "STREET_ADDRESS": "2300 S 2ND ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(215) 400-8270", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 328, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 12516.40234375, "Shape__Length": 477.17398971375394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150583653406798, 39.9192855786739 ], [ -75.150813968539595, 39.918190840361397 ], [ -75.151505332892697, 39.918280436379298 ], [ -75.151272827239595, 39.919371386949599 ], [ -75.150583653406798, 39.9192855786739 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 209, "AUN": 226510023, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "LASALLE ACADEMY", "SCHOOL_NAME_LABEL": "LASALLE ACADEMY", "STREET_ADDRESS": "1432-36 N 2ND ST", "ZIP_CODE": "19122", "PHONE_NUMBER": "(215) 739-5804", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "3-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1663.72265625, "Shape__Length": 197.87243266439981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138836175569097, 39.973407342590299 ], [ -75.138859405721604, 39.9733044933946 ], [ -75.138869175176495, 39.9732563724111 ], [ -75.139085169059996, 39.973284725032599 ], [ -75.139095511490396, 39.973235327480701 ], [ -75.139137385784693, 39.973240471127802 ], [ -75.1391574175302, 39.973142288493399 ], [ -75.139167223463403, 39.973099229818501 ], [ -75.139339283845402, 39.9731220367022 ], [ -75.139310033372794, 39.973263244104203 ], [ -75.139288052073695, 39.973361993975402 ], [ -75.139283405968698, 39.973384763000297 ], [ -75.139277494795607, 39.973413709041303 ], [ -75.139266125672293, 39.9734647602778 ], [ -75.139132773032102, 39.973447120634702 ], [ -75.139102151647904, 39.973442506712303 ], [ -75.138836175569097, 39.973407342590299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 210, "AUN": 126515001, "SCHOOL_NUM": 3650, "LOCATION_ID": "2590", "SCHOOL_NAME": "NEBINGER, GEORGE W. SCHOOL", "SCHOOL_NAME_LABEL": "GEORGE W. NEBINGER SCHOOL", "STREET_ADDRESS": "601 CARPENTER ST", "ZIP_CODE": "19147", "PHONE_NUMBER": "(215) 400-8110", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 374, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 7478.69921875, "Shape__Length": 382.29637865613557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154100225741203, 39.9372136609244 ], [ -75.153698389611407, 39.937105200492098 ], [ -75.153535667376005, 39.937062407935997 ], [ -75.153536722247196, 39.937057506617897 ], [ -75.153588366466394, 39.936818424491697 ], [ -75.153592003047606, 39.936801629592402 ], [ -75.153658099483806, 39.936495558309304 ], [ -75.153662474406104, 39.936475329217501 ], [ -75.154335457877394, 39.936655228299799 ], [ -75.154389478082507, 39.936669668851202 ], [ -75.154449488420696, 39.936685712477498 ], [ -75.154369149798299, 39.936872399958197 ], [ -75.154350917283907, 39.936914447865497 ], [ -75.154331589087803, 39.936958291032099 ], [ -75.154311255666499, 39.937003821129899 ], [ -75.154346668094206, 39.937011989557497 ], [ -75.154325976662193, 39.937040537472697 ], [ -75.154337033591304, 39.937047654612002 ], [ -75.1543301102882, 39.937055122799997 ], [ -75.154327813141606, 39.9370577299443 ], [ -75.154320424775406, 39.937066380330997 ], [ -75.154300721788999, 39.937055908307997 ], [ -75.154282626000096, 39.937079549217898 ], [ -75.154270624694504, 39.937095510589401 ], [ -75.154254795807304, 39.9371163015186 ], [ -75.154223706570406, 39.937157783611497 ], [ -75.154277289551004, 39.937197893369799 ], [ -75.1542822097162, 39.937195716136699 ], [ -75.154302474200506, 39.9372052018646 ], [ -75.154319529982303, 39.9372131969889 ], [ -75.154368279690999, 39.937248844263202 ], [ -75.154359117437707, 39.937256246013703 ], [ -75.154335215995602, 39.937275597333702 ], [ -75.154100225741203, 39.9372136609244 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 211, "AUN": 126515001, "SCHOOL_NUM": 3706, "LOCATION_ID": "6200", "SCHOOL_NAME": "DAY, ANNA B. SCHOOL", "SCHOOL_NAME_LABEL": "ANNA B. DAY SCHOOL", "STREET_ADDRESS": "6324 CRITTENDEN ST", "ZIP_CODE": "19138", "PHONE_NUMBER": "(215) 400-3520", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 288, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 31847.98828125, "Shape__Length": 740.22646227637438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168184510353598, 40.057807020760897 ], [ -75.168837260101, 40.057173080551998 ], [ -75.169786643761, 40.057746889584998 ], [ -75.1691409930514, 40.058384605358398 ], [ -75.169003239199299, 40.058520664235601 ], [ -75.1689961988248, 40.058527613932903 ], [ -75.168782865839901, 40.058737843252601 ], [ -75.168487076221695, 40.059019673394701 ], [ -75.168282350661499, 40.058897112954597 ], [ -75.168189745723396, 40.05884106261 ], [ -75.168041898938696, 40.058751564133601 ], [ -75.167530590181201, 40.058442082249599 ], [ -75.167862052984106, 40.0581201807368 ], [ -75.168184510353598, 40.057807020760897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 212, "AUN": 126515001, "SCHOOL_NUM": 3659, "LOCATION_ID": "2720", "SCHOOL_NAME": "VARE-WASHINGTON ELEMENTARY", "SCHOOL_NAME_LABEL": "VARE-WASHINGTON SCHOOL", "STREET_ADDRESS": "1198 S 5TH ST", "ZIP_CODE": "19147", "PHONE_NUMBER": "(215) 400-8120", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 343, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 7641.765625, "Shape__Length": 356.92407163561603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152542099689299, 39.934245706886799 ], [ -75.152703251182004, 39.933521929338397 ], [ -75.153335845934294, 39.9336060856971 ], [ -75.153170779147999, 39.9343366264605 ], [ -75.152542099689299, 39.934245706886799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 213, "AUN": 126518004, "SCHOOL_NUM": null, "LOCATION_ID": "3428", "SCHOOL_NAME": "G.L.A. CHARTER @ HUEY", "SCHOOL_NAME_LABEL": "GLOBAL LEADERSHIP ACADEMY AT HUEY", "STREET_ADDRESS": "5200 PINE ST", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 471-2978", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 589, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 11128.17578125, "Shape__Length": 505.25520006922488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227820918640305, 39.953652754660197 ], [ -75.226387239332794, 39.953474343287901 ], [ -75.226376127977801, 39.9534729545883 ], [ -75.226458196462104, 39.953085941030302 ], [ -75.227698498046195, 39.953241304126003 ], [ -75.228191100964096, 39.953303006496199 ], [ -75.228128659962294, 39.953620252464397 ], [ -75.228115077312694, 39.953689348699001 ], [ -75.227820918640305, 39.953652754660197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 214, "AUN": 126514059, "SCHOOL_NUM": null, "LOCATION_ID": "3437", "SCHOOL_NAME": "KIPP NORTH PHILADELPHIA CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "KIPP NORTH PHILADELPHIA ACADEMY", "STREET_ADDRESS": "2539 N 16TH ST", "ZIP_CODE": "19132", "PHONE_NUMBER": "(267) 758-2509", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-7", "ENROLLMENT": 678, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 8074.625, "Shape__Length": 370.021098983179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158195885134603, 39.992121176850901 ], [ -75.157572340907294, 39.992042986860397 ], [ -75.157733639792696, 39.9912960880323 ], [ -75.157740744619403, 39.9912631710204 ], [ -75.158362578677597, 39.9913464315349 ], [ -75.158364497465001, 39.9913466843458 ], [ -75.158198200639205, 39.992121471283902 ], [ -75.158195885134603, 39.992121176850901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 215, "AUN": 151514721, "SCHOOL_NUM": 7961, "LOCATION_ID": "3393", "SCHOOL_NAME": "MASTERY CHARTER @ PICKETT", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL AT PICKETT", "STREET_ADDRESS": "5700 WAYNE AVE", "ZIP_CODE": "19144", "PHONE_NUMBER": "(215) 866-9000", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "6-12", "ENROLLMENT": 923, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 55168.4609375, "Shape__Length": 1027.1978662242268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179113221927196, 40.0317417109842 ], [ -75.179452748252402, 40.031408862077903 ], [ -75.179506910112707, 40.0313557671019 ], [ -75.179513748035504, 40.031349069094901 ], [ -75.179952567434199, 40.031616854239203 ], [ -75.180006722379204, 40.031563935701499 ], [ -75.180181592945402, 40.031393272509597 ], [ -75.180486328654297, 40.0310956859703 ], [ -75.180638969376702, 40.0309466242783 ], [ -75.1807688000426, 40.0308195232871 ], [ -75.180780957076905, 40.030826887314802 ], [ -75.180968566399798, 40.0309405701923 ], [ -75.180994436156197, 40.030956236262099 ], [ -75.181008253272594, 40.030964604856699 ], [ -75.182276950406106, 40.031733307315697 ], [ -75.182327893135806, 40.031766910706203 ], [ -75.1824170530233, 40.031825742993902 ], [ -75.182422536901399, 40.0318293468628 ], [ -75.181242472549798, 40.032975959018799 ], [ -75.179971625108095, 40.032238808100203 ], [ -75.179741247692604, 40.032105404144801 ], [ -75.179660831059493, 40.032058824294197 ], [ -75.179589485033503, 40.032017508810199 ], [ -75.179574915807095, 40.032009074784199 ], [ -75.179412091282401, 40.031914773233098 ], [ -75.179399286978196, 40.031907360786803 ], [ -75.179113221927196, 40.0317417109842 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 216, "AUN": 126515001, "SCHOOL_NUM": 3738, "LOCATION_ID": "7260", "SCHOOL_NAME": "ELLWOOD SCHOOL", "SCHOOL_NAME_LABEL": "ELLWOOD SCHOOL", "STREET_ADDRESS": "6701 N 13TH ST", "ZIP_CODE": "19126", "PHONE_NUMBER": "(215) 400-3540", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 263, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 19423.6953125, "Shape__Length": 625.60352680837445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137825610552994, 40.055885981968203 ], [ -75.137834010867394, 40.055848129613302 ], [ -75.137813737257005, 40.055848942481902 ], [ -75.137814260231494, 40.055846246805203 ], [ -75.137850564456599, 40.055660645411798 ], [ -75.137702796155494, 40.055642229561599 ], [ -75.137736028351, 40.055281994582003 ], [ -75.137437075044502, 40.055244568825302 ], [ -75.137493682844806, 40.054980087580198 ], [ -75.138573243116397, 40.054880636193097 ], [ -75.138628903667396, 40.054875501858 ], [ -75.138878516220601, 40.054852497986602 ], [ -75.138908430484804, 40.0548497438471 ], [ -75.138903328041394, 40.054873292057998 ], [ -75.138863135828998, 40.055059160128998 ], [ -75.138853997144096, 40.0551014772144 ], [ -75.138811840059702, 40.055296424572703 ], [ -75.138642125424496, 40.0560814117352 ], [ -75.138045797004807, 40.056007857140202 ], [ -75.138066219338299, 40.055915471250799 ], [ -75.137825610552994, 40.055885981968203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 217, "AUN": 126513480, "SCHOOL_NUM": 7672, "LOCATION_ID": "3332", "SCHOOL_NAME": "MARIANA BRACETTI ACADEMY", "SCHOOL_NAME_LABEL": "MARIANA BRACETTI ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "1840 TORRESDALE AVE", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 291-4436", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": 1518, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 37230.34375, "Shape__Length": 935.89678670378566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.092902139234099, 40.005271905237102 ], [ -75.0928996501368, 40.005268593758998 ], [ -75.092897899471595, 40.0052650132927 ], [ -75.092896931738807, 40.0052612617297 ], [ -75.092896775298996, 40.0052574377141 ], [ -75.092897433328403, 40.005253647191303 ], [ -75.092898888782003, 40.005249988880699 ], [ -75.092901101114407, 40.005246563210399 ], [ -75.0929040125732, 40.005243461200102 ], [ -75.0929075436771, 40.005240767734797 ], [ -75.092911599377501, 40.005238553823901 ], [ -75.092916071896994, 40.0052368789189 ], [ -75.0929208393095, 40.005235789754998 ], [ -75.092921888160205, 40.0052356349494 ], [ -75.095859017592701, 40.004803083949199 ], [ -75.096490279684701, 40.005366835127603 ], [ -75.096397395338101, 40.005419135512497 ], [ -75.096097672996393, 40.005367908923098 ], [ -75.096036246659693, 40.005357409850703 ], [ -75.095512929589304, 40.005582812565599 ], [ -75.095524525509504, 40.005772976209798 ], [ -75.093363963389706, 40.005850884714 ], [ -75.093121006918096, 40.005494552987102 ], [ -75.092902139234099, 40.005271905237102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 218, "AUN": 126515001, "SCHOOL_NUM": 3818, "LOCATION_ID": "2160", "SCHOOL_NAME": "FURNESS, HORACE HIGH SCHOOL", "SCHOOL_NAME_LABEL": "FURNESS HIGH SCHOOL", "STREET_ADDRESS": "1900 S 3RD ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(215) 400-8300", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 896, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 15250.1484375, "Shape__Length": 510.31127983664015 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150678708577999, 39.923218643397902 ], [ -75.151541390313497, 39.923337090995403 ], [ -75.151487944883598, 39.923467321859803 ], [ -75.151469165782501, 39.9235116612506 ], [ -75.151452809441395, 39.923550671944902 ], [ -75.151436452479203, 39.923589698390998 ], [ -75.151420446796806, 39.9236282980536 ], [ -75.151403980264305, 39.9236674346404 ], [ -75.151387640265099, 39.9237065898607 ], [ -75.151371319692899, 39.923745198149298 ], [ -75.151355143663906, 39.923783889677303 ], [ -75.151339043757403, 39.923822196615902 ], [ -75.151322684169401, 39.923861288313198 ], [ -75.151306694405207, 39.923899468222501 ], [ -75.151290663054297, 39.923937664081599 ], [ -75.151274806579806, 39.9239750732565 ], [ -75.151258068513002, 39.924015300664898 ], [ -75.151241701965205, 39.924054036291601 ], [ -75.151225736271797, 39.9240921198774 ], [ -75.151209645037795, 39.924130234404402 ], [ -75.1511933406792, 39.924168987202798 ], [ -75.151174604077696, 39.924213811815498 ], [ -75.151107411322698, 39.924371698644599 ], [ -75.150246420308306, 39.924252511519498 ], [ -75.150678708577999, 39.923218643397902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 219, "AUN": 126515001, "SCHOOL_NUM": 3688, "LOCATION_ID": "5260", "SCHOOL_NAME": "ELKIN, LEWIS SCHOOL", "SCHOOL_NAME_LABEL": "LEWIS ELKIN SCHOOL", "STREET_ADDRESS": "3199 D ST", "ZIP_CODE": "19134", "PHONE_NUMBER": "(215) 400-7140", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-4", "ENROLLMENT": 456, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 11197.046875, "Shape__Length": 428.66877515903343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.120435778237706, 39.997191268094198 ], [ -75.120453673244896, 39.997104259128697 ], [ -75.120595970108695, 39.9964119057014 ], [ -75.120597806112102, 39.996412141478999 ], [ -75.121398474064407, 39.9965138198205 ], [ -75.121396706408206, 39.9965221453879 ], [ -75.121388969237898, 39.996558480120797 ], [ -75.121218788490495, 39.997357893426297 ], [ -75.120422761095696, 39.997254644448901 ], [ -75.120435778237706, 39.997191268094198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 220, "AUN": 126515001, "SCHOOL_NUM": 3760, "LOCATION_ID": "8370", "SCHOOL_NAME": "COMLY, WATSON SCHOOL", "SCHOOL_NAME_LABEL": "WATSON COMLY SCHOOL", "STREET_ADDRESS": "1001 BYBERRY RD", "ZIP_CODE": "19116", "PHONE_NUMBER": "(215) 400-3010", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 618, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 36571.8125, "Shape__Length": 771.78997957834451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.010288617244797, 40.120712572906697 ], [ -75.009114369120695, 40.121907381643403 ], [ -75.007915996102298, 40.121213251892897 ], [ -75.009100578296, 40.120007949561902 ], [ -75.010288617244797, 40.120712572906697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 221, "AUN": 226514122, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "CREFELD SCHOOL", "SCHOOL_NAME_LABEL": "CREFELD SCHOOL", "STREET_ADDRESS": "8836 CREFELD ST", "ZIP_CODE": "19118", "PHONE_NUMBER": "(215) 242-5545", "ACTIVE": "O", "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "7-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 27473.9765625, "Shape__Length": 678.47828657109665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214958528945601, 40.077050357499502 ], [ -75.213405400244895, 40.076311451239 ], [ -75.213792284892904, 40.075919000960297 ], [ -75.214217591914803, 40.0754875698075 ], [ -75.214852470412794, 40.075902502018202 ], [ -75.215621715379598, 40.0764163993843 ], [ -75.215112377464806, 40.076903291263903 ], [ -75.214958528945601, 40.077050357499502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 222, "AUN": 226510064, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "SPRING GARDEN ACADEMY - TIOGA", "SCHOOL_NAME_LABEL": "SPRING GARDEN ACAD - TIOGA", "STREET_ADDRESS": "3501-05 N 17TH ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 226-1000", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 2630.68359375, "Shape__Length": 216.00733669120905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156266794297096, 40.007066984155401 ], [ -75.156262999312005, 40.007088419214902 ], [ -75.1559262025621, 40.007044394029897 ], [ -75.155986593234402, 40.006772333581203 ], [ -75.156587435019603, 40.006849645752702 ], [ -75.156532778828094, 40.007100091082002 ], [ -75.156266794297096, 40.007066984155401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 223, "AUN": 126510005, "SCHOOL_NUM": 7748, "LOCATION_ID": "3365", "SCHOOL_NAME": "GREEN WOODS CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "GREEN WOODS CHARTER SCHOOL", "STREET_ADDRESS": "468 DOMINO LN", "ZIP_CODE": "19128", "PHONE_NUMBER": "(215) 482-6337", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 703, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 36904.25390625, "Shape__Length": 1125.5866121624133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233814054794706, 40.044492910511202 ], [ -75.2327709404057, 40.043135515201797 ], [ -75.232749383054596, 40.043145249925701 ], [ -75.232476933736706, 40.0427907040376 ], [ -75.232844388973504, 40.042624724259198 ], [ -75.232978950086704, 40.042563942219999 ], [ -75.233154972609995, 40.042484431332603 ], [ -75.233310088821796, 40.042414364059198 ], [ -75.233448504478801, 40.042351840300697 ], [ -75.233509446067899, 40.0424315358812 ], [ -75.233964780593595, 40.042225853053303 ], [ -75.234465775704095, 40.042856702891797 ], [ -75.234977395005899, 40.043500917150702 ], [ -75.234822765279503, 40.043569582781601 ], [ -75.234526891195799, 40.043197027348 ], [ -75.233499892979196, 40.043653078697098 ], [ -75.233702118002299, 40.0439077177938 ], [ -75.233886870529602, 40.043824262535203 ], [ -75.234252065613404, 40.044299474232602 ], [ -75.233814054794706, 40.044492910511202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 224, "AUN": 126510006, "SCHOOL_NUM": 7722, "LOCATION_ID": "3357", "SCHOOL_NAME": "WEST PHILADELPHIA ACHIEVEMENT", "SCHOOL_NAME_LABEL": "WEST PHILADELPHIA ACHIEVEMENT CHARTER SCHOOL", "STREET_ADDRESS": "6701 CALLOWHILL ST", "ZIP_CODE": "19151", "PHONE_NUMBER": "(215) 476-6471", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 653, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 31645.26953125, "Shape__Length": 717.00877627420834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.254607481034995, 39.971459853585301 ], [ -75.253247845985598, 39.971298035486797 ], [ -75.253538469398094, 39.9699282477564 ], [ -75.254926363554802, 39.970097431513899 ], [ -75.254650222659905, 39.9714649422489 ], [ -75.254607481034995, 39.971459853585301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 225, "AUN": 126515001, "SCHOOL_NUM": 8328, "LOCATION_ID": "8560", "SCHOOL_NAME": "THE WORKSHOP SCHOOL", "SCHOOL_NAME_LABEL": "THE WORKSHOP SCHOOL", "STREET_ADDRESS": "221 S HANSON ST", "ZIP_CODE": "19139", "PHONE_NUMBER": "(215) 400-7730", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 214, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 2442.17578125, "Shape__Length": 211.69448620535897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218352762529406, 39.955539305665297 ], [ -75.218456021140796, 39.955050937863199 ], [ -75.218757084361201, 39.955088369338696 ], [ -75.218654511419899, 39.9555769304419 ], [ -75.218586091015297, 39.955568263396501 ], [ -75.218352762529406, 39.955539305665297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 226, "AUN": 126513400, "SCHOOL_NUM": 7647, "LOCATION_ID": "3336", "SCHOOL_NAME": "PHILADELPHIA PERFORMING ARTS-BROAD ST", "SCHOOL_NAME_LABEL": "PHILADELPHIA PERFORMING ARTS: A STRING THEORY CHARTER SCHOOL", "STREET_ADDRESS": "2600 S BROAD ST", "ZIP_CODE": "19145", "PHONE_NUMBER": "(215) 551-4000", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "2-5", "ENROLLMENT": 2610, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 2228.00390625, "Shape__Length": 200.52550536614024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171380879778894, 39.917640277749101 ], [ -75.171676294432501, 39.917679870219899 ], [ -75.171669892683695, 39.917709015995001 ], [ -75.171661044025896, 39.917750228771098 ], [ -75.171652203893302, 39.917791216484602 ], [ -75.171647969839398, 39.917810141690502 ], [ -75.171644801046796, 39.917824658985602 ], [ -75.171576964115104, 39.918135665058102 ], [ -75.171284241405402, 39.9180956970526 ], [ -75.171380879778894, 39.917640277749101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 227, "AUN": 126515001, "SCHOOL_NUM": 5292, "LOCATION_ID": "4440", "SCHOOL_NAME": "ALLEN, DR. ETHEL SCHOOL", "SCHOOL_NAME_LABEL": "DR. ETHEL ALLEN SCHOOL", "STREET_ADDRESS": "3200 W LEHIGH AVE", "ZIP_CODE": "19132", "PHONE_NUMBER": "(215) 400-7040", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 306, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 38334.30078125, "Shape__Length": 793.98433124235589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184230870941406, 39.997663084667202 ], [ -75.182664791739398, 39.997461094679501 ], [ -75.182720480495902, 39.9972706616146 ], [ -75.182726629323398, 39.997249633288497 ], [ -75.182942923480496, 39.9962154745932 ], [ -75.182906587309702, 39.996210777517398 ], [ -75.182942085344706, 39.996048348972998 ], [ -75.184688949663297, 39.996273255736902 ], [ -75.184230870941406, 39.997663084667202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 228, "AUN": 126515001, "SCHOOL_NUM": 3720, "LOCATION_ID": "6320", "SCHOOL_NAME": "MIFFLIN, THOMAS SCHOOL", "SCHOOL_NAME_LABEL": "THOMAS MIFFLIN SCHOOL", "STREET_ADDRESS": "3624 CONRAD ST", "ZIP_CODE": "19129", "PHONE_NUMBER": "(215) 400-3830", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 360, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 22109.3359375, "Shape__Length": 836.44518526667957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192300592927296, 40.013074621076399 ], [ -75.192296779179003, 40.013164104028299 ], [ -75.192286162322802, 40.013253261989597 ], [ -75.192268781628201, 40.013341790617801 ], [ -75.1922446954337, 40.013429384867798 ], [ -75.192213985282905, 40.013515745841801 ], [ -75.192171707612204, 40.013610983070997 ], [ -75.192121378597804, 40.013703877382603 ], [ -75.192063214061605, 40.013794025869501 ], [ -75.1920200821706, 40.013852565178901 ], [ -75.191973645693807, 40.013909590368101 ], [ -75.191911383259793, 40.0139782609779 ], [ -75.191844328120496, 40.014044209605601 ], [ -75.191568225107304, 40.013807910315798 ], [ -75.191329682615702, 40.0136036694648 ], [ -75.191155506128595, 40.013454601971802 ], [ -75.191354683300702, 40.013317005974301 ], [ -75.191080300476102, 40.013082172955599 ], [ -75.191116811102006, 40.013056925034597 ], [ -75.191169925004104, 40.013020232674002 ], [ -75.191222980924607, 40.0129835615232 ], [ -75.191302720579898, 40.012928518805602 ], [ -75.191329277437703, 40.0129101725853 ], [ -75.191382391110196, 40.012873480126302 ], [ -75.191435504725305, 40.012836787642698 ], [ -75.191488618325394, 40.012800094009101 ], [ -75.1915417348375, 40.012763399290797 ], [ -75.191594848280403, 40.012726706733297 ], [ -75.191647961665893, 40.012690014151197 ], [ -75.191701076457505, 40.012653321577098 ], [ -75.191754189728201, 40.0126166289458 ], [ -75.191807302941498, 40.012579936289796 ], [ -75.191860416097398, 40.012543243609201 ], [ -75.1919108734172, 40.012508384973998 ], [ -75.191966642237006, 40.012469858174299 ], [ -75.192008906458497, 40.012440659988798 ], [ -75.192052943695899, 40.012410236500799 ], [ -75.192096983863095, 40.012379811935901 ], [ -75.192141685726597, 40.012348929067699 ], [ -75.192187055350502, 40.012317582399199 ], [ -75.192230208121799, 40.012287770973899 ], [ -75.192272699163595, 40.012258416694202 ], [ -75.192315188662704, 40.012229063491397 ], [ -75.192357679631002, 40.012199709180102 ], [ -75.192400436761403, 40.012170170445202 ], [ -75.192489419332105, 40.011969572547898 ], [ -75.192447781915504, 40.011933937187997 ], [ -75.192340769822195, 40.011842350423699 ], [ -75.192509842269999, 40.011725546172599 ], [ -75.1926710798936, 40.011770752801297 ], [ -75.192501651963099, 40.012152706497503 ], [ -75.192449192419403, 40.012280616126098 ], [ -75.192404513745998, 40.012410260049897 ], [ -75.192367709958802, 40.012541359933202 ], [ -75.192338863580403, 40.012673631551202 ], [ -75.192318033677196, 40.012806791281598 ], [ -75.192305267778806, 40.012940550738101 ], [ -75.192300592927296, 40.013074621076399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 229, "AUN": 126519434, "SCHOOL_NUM": 8195, "LOCATION_ID": "3417", "SCHOOL_NAME": "UNIVERSAL AUDENRIED CHARTER", "SCHOOL_NAME_LABEL": "UNIVERSAL CHARTER SCHOOL AT AUDENRIED", "STREET_ADDRESS": "3301 TASKER ST", "ZIP_CODE": "19145", "PHONE_NUMBER": "(215) 952-4801", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 587, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 30185.69140625, "Shape__Length": 690.22458920222471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199610837589105, 39.933325648964797 ], [ -75.199498981744298, 39.933848909787301 ], [ -75.1994982487561, 39.93384891038 ], [ -75.199464411147005, 39.933916972199299 ], [ -75.199400142523302, 39.934037633722703 ], [ -75.199209226096499, 39.934395548163003 ], [ -75.197658537332302, 39.934194467402499 ], [ -75.1977957288819, 39.9335762032239 ], [ -75.197876456616797, 39.933215790538 ], [ -75.1979006084334, 39.933111276254003 ], [ -75.198039936461299, 39.933129157718398 ], [ -75.198057377097996, 39.933131448061097 ], [ -75.199591880545199, 39.933323492950102 ], [ -75.199610837589105, 39.933325648964797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 230, "AUN": 126515001, "SCHOOL_NUM": 6675, "LOCATION_ID": "6060", "SCHOOL_NAME": "KING, MARTIN LUTHER HIGH SCHOOL", "SCHOOL_NAME_LABEL": "MARTIN LUTHER KING HIGH SCHOOL", "STREET_ADDRESS": "6100 STENTON AVE", "ZIP_CODE": "19138", "PHONE_NUMBER": "(215) 400-3500", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 546, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 118822.34765625, "Shape__Length": 1748.9507631848724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160167926196905, 40.054671664274501 ], [ -75.161760140212394, 40.055788271617402 ], [ -75.163368255871802, 40.0542223166035 ], [ -75.164313824309403, 40.054819529110802 ], [ -75.164497654972493, 40.054938761638802 ], [ -75.164452247646096, 40.054980925306197 ], [ -75.162993120284398, 40.056336025247901 ], [ -75.161886944552606, 40.057386544843901 ], [ -75.159048861523402, 40.055756875391999 ], [ -75.159053567773995, 40.055752307513501 ], [ -75.160167926196905, 40.054671664274501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 231, "AUN": 126515001, "SCHOOL_NUM": 8143, "LOCATION_ID": "5700", "SCHOOL_NAME": "KENSINGTON HIGH SCHOOL", "SCHOOL_NAME_LABEL": "KENSINGTON HIGH SCHOOL", "STREET_ADDRESS": "2051 E CUMBERLAND ST", "ZIP_CODE": "19125", "PHONE_NUMBER": "(215) 400-7700", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 459, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 13761.41015625, "Shape__Length": 482.5713088009731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126045709164202, 39.984909646607903 ], [ -75.126027821603998, 39.984888846275901 ], [ -75.126037518160103, 39.984883022077497 ], [ -75.125996816698205, 39.9848386811545 ], [ -75.126008164641604, 39.984832444201501 ], [ -75.125983047720197, 39.984804013565203 ], [ -75.125959626204207, 39.984777783025002 ], [ -75.125936371075397, 39.984749444501603 ], [ -75.1259336127914, 39.984750880520103 ], [ -75.125904250494401, 39.984717888209602 ], [ -75.125873709342898, 39.984683386747498 ], [ -75.125844240763797, 39.984650456188298 ], [ -75.125814581434994, 39.984617006547701 ], [ -75.125783450731205, 39.984582039939397 ], [ -75.125748255583503, 39.984541618147901 ], [ -75.125743782068497, 39.984536480242497 ], [ -75.125745963255198, 39.9845353531501 ], [ -75.125681805761204, 39.984463038361604 ], [ -75.1256456397535, 39.984422282355098 ], [ -75.125611059026198, 39.984384947069998 ], [ -75.125573047651997, 39.984340456881803 ], [ -75.125619489873998, 39.984315903802198 ], [ -75.125504893314201, 39.984180664463501 ], [ -75.125835267906197, 39.984006803909402 ], [ -75.126198096709103, 39.983815678515697 ], [ -75.126892033213196, 39.984603981320902 ], [ -75.126844957276603, 39.984628648821101 ], [ -75.126833278799396, 39.984634765671203 ], [ -75.126794137862404, 39.984655278323402 ], [ -75.126127515082601, 39.985004690979899 ], [ -75.126045709164202, 39.984909646607903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 232, "AUN": 126515001, "SCHOOL_NUM": 6548, "LOCATION_ID": "5070", "SCHOOL_NAME": "PARKWAY-NORTHWEST HIGH SCHOOL", "SCHOOL_NAME_LABEL": "PARKWAY NORTHWEST HIGH SCHOOL", "STREET_ADDRESS": "6200 CRITTENDEN ST", "ZIP_CODE": "19138", "PHONE_NUMBER": "(215) 400-3390", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 239, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 23448.15234375, "Shape__Length": 670.78114329938637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164817536211103, 40.0565742192695 ], [ -75.164846580085097, 40.056546405292302 ], [ -75.164888731032505, 40.056506023144102 ], [ -75.165054536460303, 40.0563452997973 ], [ -75.165135355148394, 40.056266195931698 ], [ -75.165148861560397, 40.056252492438297 ], [ -75.165394499493004, 40.056014303762097 ], [ -75.165569304490305, 40.055843578213597 ], [ -75.165933007925204, 40.055488902271797 ], [ -75.165988100609496, 40.055434206546202 ], [ -75.166502136156893, 40.055748978692598 ], [ -75.166616100202404, 40.0558180033414 ], [ -75.166686401375998, 40.055861350503903 ], [ -75.166234818172697, 40.0563015982179 ], [ -75.1661851307706, 40.056349856262898 ], [ -75.166116809064206, 40.0564164261245 ], [ -75.166081519233302, 40.056450740397501 ], [ -75.166067691579002, 40.0564651474456 ], [ -75.165968296410995, 40.0565616449027 ], [ -75.165599719625504, 40.056922368732003 ], [ -75.165380099363006, 40.0571367054809 ], [ -75.165307574174804, 40.0570922443057 ], [ -75.164678977330993, 40.056706959521399 ], [ -75.164817536211103, 40.0565742192695 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 233, "AUN": 226511232, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "JUBILEE SCHOOL", "SCHOOL_NAME_LABEL": "JUBILEE SCHOOL", "STREET_ADDRESS": "4211 CHESTER AVE", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 387-7592", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "PREK-6", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1516.76171875, "Shape__Length": 206.80674611111206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208127866419304, 39.948556543017702 ], [ -75.208286690569395, 39.948551340614699 ], [ -75.208318665543004, 39.9491410924348 ], [ -75.208159821989099, 39.949146229159801 ], [ -75.208127866419304, 39.948556543017702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 234, "AUN": 326511965, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "LITTLE CITY MONTESSORI", "SCHOOL_NAME_LABEL": "LITTLE CITY MONTESSORI", "STREET_ADDRESS": "1401 N 5TH ST", "ZIP_CODE": "19122", "PHONE_NUMBER": "(215) 764-0633", "ACTIVE": null, "GRADE_LEVEL": "PRE-K/KINDERGARTEN", "GRADE_ORG": "PREK-K", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 3604.81640625, "Shape__Length": 260.38823367594375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143856338959495, 39.973258777220501 ], [ -75.143992218609696, 39.972646968641101 ], [ -75.144345962605499, 39.972694624266097 ], [ -75.144209073572597, 39.973307716753297 ], [ -75.143856338959495, 39.973258777220501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 235, "AUN": 126515001, "SCHOOL_NUM": 6824, "LOCATION_ID": "8160", "SCHOOL_NAME": "BALDI MIDDLE SCHOOL", "SCHOOL_NAME_LABEL": "BALDI SCHOOL", "STREET_ADDRESS": "8801 VERREE RD", "ZIP_CODE": "19115", "PHONE_NUMBER": "(215) 400-3090", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": 1509, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 105405.30078125, "Shape__Length": 1416.6849847544333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.050169324110698, 40.092298806832503 ], [ -75.050006651808502, 40.092099374606001 ], [ -75.049964286947002, 40.092062714987001 ], [ -75.050145699208798, 40.091886305113597 ], [ -75.049942223033199, 40.091710110832501 ], [ -75.050390718574207, 40.091334032035 ], [ -75.050645467114094, 40.0911198745859 ], [ -75.050731786219799, 40.091047313068799 ], [ -75.051456651364802, 40.090437943850098 ], [ -75.051526638586196, 40.090379118862501 ], [ -75.051839989656798, 40.090115684657 ], [ -75.051892504801103, 40.0901372775974 ], [ -75.052046110978907, 40.0901960630895 ], [ -75.052243953575896, 40.090251920874103 ], [ -75.052400047973407, 40.090276669857097 ], [ -75.052424543579505, 40.090291930637299 ], [ -75.053903685074104, 40.091733687165203 ], [ -75.052478959084496, 40.092981904558698 ], [ -75.051609061338993, 40.092213625621604 ], [ -75.051328648713493, 40.092483367382599 ], [ -75.051064704287896, 40.092737263962803 ], [ -75.0507972705242, 40.0929945121541 ], [ -75.0505655611408, 40.092784451490097 ], [ -75.050367401154901, 40.092541640202803 ], [ -75.050169324110698, 40.092298806832503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 236, "AUN": 126515001, "SCHOOL_NUM": 3731, "LOCATION_ID": "8390", "SCHOOL_NAME": "FITZPATRICK, A. L. SCHOOL", "SCHOOL_NAME_LABEL": "A.L. FITZPATRICK SCHOOL", "STREET_ADDRESS": "11061 KNIGHTS RD", "ZIP_CODE": "19154", "PHONE_NUMBER": "(215) 400-3060", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 844, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 116632.47265625, "Shape__Length": 1449.6399373432646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.976557289307607, 40.080908600933199 ], [ -74.976153330030101, 40.081284810439797 ], [ -74.976060525413502, 40.081368397417599 ], [ -74.975874465828397, 40.081546527439002 ], [ -74.975715581499998, 40.081699969454199 ], [ -74.975660100577102, 40.081754275751202 ], [ -74.975597127734503, 40.081821459923297 ], [ -74.975394374534105, 40.082066178533303 ], [ -74.975225187397896, 40.0822804952751 ], [ -74.974056872502601, 40.081367961930397 ], [ -74.973385506625803, 40.080668548902501 ], [ -74.973489991819207, 40.080586199096203 ], [ -74.973069582846307, 40.0802218668493 ], [ -74.973073008961194, 40.080220663354801 ], [ -74.973409115667494, 40.0800999140816 ], [ -74.973548745309103, 40.0800510072946 ], [ -74.973679622894295, 40.080003131267098 ], [ -74.973720631600699, 40.07999077369 ], [ -74.973804549158999, 40.079955029110202 ], [ -74.973815442980893, 40.079948345010699 ], [ -74.973832232566593, 40.079938045864999 ], [ -74.973854254052497, 40.079924552653502 ], [ -74.973901590747502, 40.079893470444503 ], [ -74.973963420226099, 40.079847230867699 ], [ -74.974035190781393, 40.079757042883898 ], [ -74.974060560163906, 40.0797155970725 ], [ -74.974082821006604, 40.079665483339099 ], [ -74.974085909556095, 40.079653611998097 ], [ -74.974091661944897, 40.079631504637497 ], [ -74.974095969806001, 40.079614955780499 ], [ -74.974096869407902, 40.0796088828941 ], [ -74.974099434854807, 40.0795918087518 ], [ -74.9741020666754, 40.079574187686099 ], [ -74.974103997701306, 40.079519310703198 ], [ -74.9741032216712, 40.079502913876702 ], [ -74.974100465741003, 40.079479471289197 ], [ -74.974093959224902, 40.079439512721301 ], [ -74.974053752574406, 40.079354842249501 ], [ -74.974046625908798, 40.079344900252103 ], [ -74.973929201382404, 40.079181049316702 ], [ -74.973826786788095, 40.079038131149801 ], [ -74.973805884338503, 40.079006351183899 ], [ -74.9738041339468, 40.078981450614897 ], [ -74.973804390573207, 40.078979264959997 ], [ -74.973805672064998, 40.078967946932302 ], [ -74.973810653539701, 40.078954428438202 ], [ -74.973816380889204, 40.078947296278201 ], [ -74.973829065251394, 40.078938381357297 ], [ -74.9738989853752, 40.078903622056501 ], [ -74.974047431168302, 40.078838177915401 ], [ -74.974117034189106, 40.0788111960766 ], [ -74.974323285871805, 40.078753677202897 ], [ -74.974325387185502, 40.0787530994577 ], [ -74.974349485312899, 40.0787549880311 ], [ -74.9743858565582, 40.078750304607603 ], [ -74.974488731070807, 40.078746114478797 ], [ -74.974534269044, 40.078746666849 ], [ -74.974633120720796, 40.078752100860797 ], [ -74.974716609745698, 40.078762177128098 ], [ -74.974808322186306, 40.078780513113799 ], [ -74.974840687229502, 40.078789096803497 ], [ -74.974896874482695, 40.078806348464703 ], [ -74.974934797011301, 40.078818613162902 ], [ -74.974975113229604, 40.078835481547102 ], [ -74.975010741236105, 40.078849964890701 ], [ -74.975097729179495, 40.078897122178503 ], [ -74.975182922770898, 40.078950652819202 ], [ -74.9752917477105, 40.079039059937301 ], [ -74.975329262772107, 40.079069530921203 ], [ -74.975333384928902, 40.079072886686198 ], [ -74.975340283990406, 40.079078647771503 ], [ -74.975382817369194, 40.079114189022903 ], [ -74.975717482285603, 40.0793921308926 ], [ -74.975980996963202, 40.079616976472501 ], [ -74.976011575814198, 40.079643072924597 ], [ -74.976717650663701, 40.080245556405103 ], [ -74.976941659154903, 40.080419971940401 ], [ -74.976973946459594, 40.080472579383802 ], [ -74.976950487759794, 40.080525856765398 ], [ -74.976949955767694, 40.080527069383599 ], [ -74.976929489195498, 40.080547226935799 ], [ -74.976838853561404, 40.080636411790103 ], [ -74.976836799701204, 40.0806384099116 ], [ -74.976788270062698, 40.080685310956497 ], [ -74.976584298530597, 40.080882495455597 ], [ -74.976560962453604, 40.080905049252401 ], [ -74.976557289307607, 40.080908600933199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 237, "AUN": 126515001, "SCHOOL_NUM": 3675, "LOCATION_ID": "4380", "SCHOOL_NAME": "PEIRCE, THOMAS M. SCHOOL", "SCHOOL_NAME_LABEL": "THOMAS M. PEIRCE SCHOOL", "STREET_ADDRESS": "2300 W CAMBRIA ST", "ZIP_CODE": "19132", "PHONE_NUMBER": "(215) 400-7020", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 273, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 7182.47265625, "Shape__Length": 343.47486754164493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167867111252605, 39.998344904590198 ], [ -75.167930356207293, 39.998051963662199 ], [ -75.167933401957498, 39.998052354284098 ], [ -75.1682135469336, 39.998087591417601 ], [ -75.168561915052507, 39.998134983903199 ], [ -75.168541427814304, 39.998228935922299 ], [ -75.168535953754201, 39.998258828971203 ], [ -75.168520091201799, 39.998330397934701 ], [ -75.168505725233601, 39.998398423527199 ], [ -75.168491225912703, 39.998474924659803 ], [ -75.168416594225604, 39.998816049403104 ], [ -75.168412774798497, 39.998815592966302 ], [ -75.168361467424205, 39.998809506053902 ], [ -75.168119794222704, 39.998777731819402 ], [ -75.168045825559403, 39.998767894803699 ], [ -75.168020818092899, 39.998765187915303 ], [ -75.167996029839998, 39.998762261824702 ], [ -75.167903866907096, 39.998749661579502 ], [ -75.167838722242095, 39.998741458901797 ], [ -75.167784032738595, 39.998733893448303 ], [ -75.167814066795202, 39.998591715520199 ], [ -75.167832975226005, 39.998506769769101 ], [ -75.167852182836697, 39.9984194622049 ], [ -75.167854852322805, 39.998398324770598 ], [ -75.167867111252605, 39.998344904590198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 238, "AUN": 126515001, "SCHOOL_NUM": 3755, "LOCATION_ID": "7440", "SCHOOL_NAME": "TAYLOR, BAYARD SCHOOL", "SCHOOL_NAME_LABEL": "BAYARD TAYLOR SCHOOL", "STREET_ADDRESS": "3698 N RANDOLPH ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 400-3880", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 395, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 12136.9140625, "Shape__Length": 523.43797367253876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138008092073804, 40.007243437772601 ], [ -75.138068579482095, 40.006968001725099 ], [ -75.138113967670506, 40.006761360991099 ], [ -75.138160427934096, 40.006549764230598 ], [ -75.138220094946703, 40.006277613960499 ], [ -75.138364819425405, 40.006296639279199 ], [ -75.138371527790994, 40.006305915863599 ], [ -75.138426322409998, 40.006314110345699 ], [ -75.138531708793806, 40.006335093451199 ], [ -75.138580331793307, 40.006341342049403 ], [ -75.138617571049707, 40.006345976778597 ], [ -75.138627395621697, 40.006347231920103 ], [ -75.138678839578006, 40.006353705699702 ], [ -75.138699362199304, 40.006356429558799 ], [ -75.138726305788197, 40.006360024783604 ], [ -75.1387426389214, 40.006362120614497 ], [ -75.138945734214701, 40.0063890176272 ], [ -75.139018798303695, 40.006398546372303 ], [ -75.138997167042106, 40.006497691731298 ], [ -75.138935559370196, 40.006780049582296 ], [ -75.138873971421106, 40.0070623763215 ], [ -75.138472966983599, 40.0070098924703 ], [ -75.138464016495305, 40.007052390583802 ], [ -75.1384518629322, 40.007108937111497 ], [ -75.138440039351593, 40.0071640247304 ], [ -75.138452182481103, 40.007165509451099 ], [ -75.138458941948102, 40.007166340103801 ], [ -75.138516009235602, 40.007173764040601 ], [ -75.138456305494003, 40.007447412686702 ], [ -75.137976705039307, 40.007386352327998 ], [ -75.138008092073804, 40.007243437772601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 239, "AUN": 126515001, "SCHOOL_NUM": 7244, "LOCATION_ID": "5160", "SCHOOL_NAME": "PENN TREATY HIGH SCHOOL", "SCHOOL_NAME_LABEL": "PENN TREATY HIGH SCHOOL", "STREET_ADDRESS": "600 E THOMPSON ST", "ZIP_CODE": "19125", "PHONE_NUMBER": "(215) 400-3800", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "6-12", "ENROLLMENT": 403, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 9303.828125, "Shape__Length": 400.90425140433513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126753318268598, 39.973152696381398 ], [ -75.126500130951598, 39.972690050080303 ], [ -75.1275417764856, 39.972329687496099 ], [ -75.127799284495893, 39.972793446015899 ], [ -75.126753318268598, 39.973152696381398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 240, "AUN": 226512762, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ISLAMIC EDUCATION SCHOOL", "SCHOOL_NAME_LABEL": "ISLAMIC EDUCATION SCHOOL", "STREET_ADDRESS": "4431-39 WALNUT ST", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 387 – 5230", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1888.7578125, "Shape__Length": 174.49131179436998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211483925931304, 39.955665438534403 ], [ -75.211362895576897, 39.955650396351103 ], [ -75.211306770374605, 39.955643416101402 ], [ -75.211248934545296, 39.955636235787999 ], [ -75.211131699016406, 39.955621664767797 ], [ -75.211136823169099, 39.955597759697703 ], [ -75.211200897555898, 39.955298982846202 ], [ -75.211266332840594, 39.955307377652801 ], [ -75.211309358337601, 39.9553129080019 ], [ -75.211553069322207, 39.955344188936301 ], [ -75.211515597229393, 39.955524141382298 ], [ -75.211491041660807, 39.955642044915002 ], [ -75.211486115300403, 39.955665712230498 ], [ -75.211483925931304, 39.955665438534403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 241, "AUN": 126515001, "SCHOOL_NUM": 3782, "LOCATION_ID": "1260", "SCHOOL_NAME": "COMEGYS, BENJAMIN B. SCHOOL", "SCHOOL_NAME_LABEL": "BENJAMIN B. COMEGYS SCHOOL", "STREET_ADDRESS": "5100 GREENWAY AVE", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 400-7860", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 252, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 14446.13671875, "Shape__Length": 500.62051682228031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216920258971498, 39.940771961139397 ], [ -75.216915592676202, 39.940775227827601 ], [ -75.216214387993901, 39.941266168612799 ], [ -75.215859503196896, 39.941514629356099 ], [ -75.215314120302693, 39.941054760341203 ], [ -75.216376542337798, 39.940310619187002 ], [ -75.216920258971498, 39.940771961139397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 242, "AUN": 126515001, "SCHOOL_NUM": 3850, "LOCATION_ID": "7010", "SCHOOL_NAME": "FRANKFORD HIGH SCHOOL", "SCHOOL_NAME_LABEL": "FRANKFORD HIGH SCHOOL", "STREET_ADDRESS": "5000 OXFORD AVE", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 400-7200", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 911, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 31860.87890625, "Shape__Length": 782.23951867685105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.084599312955604, 40.022184399843503 ], [ -75.084597407177498, 40.022134705010899 ], [ -75.084588266210204, 40.021897057941999 ], [ -75.084580697992195, 40.021714416352303 ], [ -75.084578328750894, 40.021657312107799 ], [ -75.084571101112402, 40.021482562506399 ], [ -75.084569175342494, 40.021436026472998 ], [ -75.084559474307099, 40.021201977301402 ], [ -75.084540297824404, 40.020776747708702 ], [ -75.084538422688496, 40.020735339756797 ], [ -75.084537909147002, 40.020718498689497 ], [ -75.084534355950495, 40.020602350061097 ], [ -75.084533212272504, 40.020565295335501 ], [ -75.084532180383704, 40.020531773023201 ], [ -75.0845745910825, 40.020555922054498 ], [ -75.084628282250506, 40.020586475740103 ], [ -75.084717597511002, 40.020637328843897 ], [ -75.084936654774097, 40.020762428110899 ], [ -75.085217720585106, 40.020924172908302 ], [ -75.085262296625899, 40.020949822595703 ], [ -75.0853439419881, 40.020996805196297 ], [ -75.085377507783903, 40.021016107193901 ], [ -75.085390015301797, 40.021023312900397 ], [ -75.085685247250595, 40.0211922364945 ], [ -75.085789482253603, 40.021251881005099 ], [ -75.086030045364396, 40.021389535197201 ], [ -75.086221311228201, 40.021500043591502 ], [ -75.086107692830197, 40.021616423714697 ], [ -75.0860086958983, 40.021717683384303 ], [ -75.0859543031019, 40.021773309653803 ], [ -75.085865630024202, 40.021864733989197 ], [ -75.085807984651396, 40.021924170459499 ], [ -75.085799201564299, 40.021933219216798 ], [ -75.0853574450216, 40.022388650426798 ], [ -75.085322347626899, 40.022424912587603 ], [ -75.085305300663194, 40.022442540025899 ], [ -75.085150727468204, 40.022602234654101 ], [ -75.085095149890805, 40.022657590898604 ], [ -75.084639895696299, 40.022414796887297 ], [ -75.084607387046205, 40.022397921618001 ], [ -75.084606430165394, 40.022369463761201 ], [ -75.084599312955604, 40.022184399843503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 243, "AUN": 126519644, "SCHOOL_NUM": 8259, "LOCATION_ID": "3420", "SCHOOL_NAME": "MASTERY CHARTER @ CLEVELAND", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL AT CLEVELAND", "STREET_ADDRESS": "3701 N 19TH ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 227-5042", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 742, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 4584.9921875, "Shape__Length": 271.22775401109203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158900679667397, 40.011137029057203 ], [ -75.158268942600202, 40.011054116341697 ], [ -75.158364875631193, 40.010617450774703 ], [ -75.158996711633307, 40.010702042302 ], [ -75.158900679667397, 40.011137029057203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 244, "AUN": 126515001, "SCHOOL_NUM": 3618, "LOCATION_ID": "2210", "SCHOOL_NAME": "BACHE-MARTIN SCHOOL", "SCHOOL_NAME_LABEL": "BACHE-MARTIN SCHOOL", "STREET_ADDRESS": "2201 BROWN ST", "ZIP_CODE": "19130", "PHONE_NUMBER": "(215) 400-7550", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 581, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 13246.01171875, "Shape__Length": 470.74021299171255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1737491477124, 39.970610776858699 ], [ -75.173823699122394, 39.970265842181497 ], [ -75.173828144670694, 39.970245308790197 ], [ -75.173843797621103, 39.970172847098198 ], [ -75.173848449845295, 39.970151302454198 ], [ -75.173866287327002, 39.970068751155502 ], [ -75.173871417741495, 39.9700450570678 ], [ -75.173945253971795, 39.969703508728102 ], [ -75.173950716834497, 39.969678226181998 ], [ -75.174776827401999, 39.969779722542299 ], [ -75.174567350376293, 39.970747092268503 ], [ -75.173742136700298, 39.970643180935603 ], [ -75.1737491477124, 39.970610776858699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 245, "AUN": 126515001, "SCHOOL_NUM": 3719, "LOCATION_ID": "6310", "SCHOOL_NAME": "MCCLOSKEY, JOHN F. SCHOOL", "SCHOOL_NAME_LABEL": "JOHN F. MCCLOSKEY SCHOOL", "STREET_ADDRESS": "8500 PICKERING ST", "ZIP_CODE": "19150", "PHONE_NUMBER": "(215) 400-3380", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 231, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 37928.2265625, "Shape__Length": 792.91673554925001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174306099240198, 40.081351189086099 ], [ -75.175161564919406, 40.080459432132201 ], [ -75.176858786916696, 40.081422036463699 ], [ -75.176861438293102, 40.081423530677398 ], [ -75.175997267795694, 40.082315990293502 ], [ -75.174306099240198, 40.081351189086099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 246, "AUN": 126515001, "SCHOOL_NUM": 3762, "LOCATION_ID": "8230", "SCHOOL_NAME": "CROSSAN, KENNEDY C. SCHOOL", "SCHOOL_NAME_LABEL": "KENNEDY C. CROSSAN SCHOOL", "STREET_ADDRESS": "7350 BINGHAM ST", "ZIP_CODE": "19111", "PHONE_NUMBER": "(215) 400-3160", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 327, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 5619.4453125, "Shape__Length": 306.46935386258389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081189050501905, 40.061853774593601 ], [ -75.081524889933107, 40.062041089697701 ], [ -75.081860410023197, 40.062228557420198 ], [ -75.081548037167806, 40.062557732597099 ], [ -75.081539720146694, 40.062566485616998 ], [ -75.080868623213405, 40.062191916552003 ], [ -75.081112048275401, 40.061935021122601 ], [ -75.081118131890506, 40.061928601753202 ], [ -75.081136212600299, 40.061909532288098 ], [ -75.081189050501905, 40.061853774593601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 247, "AUN": 126515001, "SCHOOL_NUM": 3649, "LOCATION_ID": "2380", "SCHOOL_NAME": "MEREDITH, WILLIAM M. SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM M. MEREDITH SCHOOL", "STREET_ADDRESS": "725 S 5TH ST", "ZIP_CODE": "19147", "PHONE_NUMBER": "(215) 400-7990", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 556, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 5187.0234375, "Shape__Length": 302.44234602130206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150344347877194, 39.9395769348721 ], [ -75.150399334161406, 39.9393931565861 ], [ -75.151190320708295, 39.939529531499602 ], [ -75.151192338099506, 39.9395298835584 ], [ -75.151101925430794, 39.939935330409199 ], [ -75.151083761925094, 39.939932227032699 ], [ -75.150922823206002, 39.939904754864003 ], [ -75.150819330246904, 39.939887176674503 ], [ -75.150817416238795, 39.939850379543003 ], [ -75.1508168421487, 39.939850278683501 ], [ -75.150752435117397, 39.9398389236122 ], [ -75.150692814725303, 39.939828776229703 ], [ -75.150628707659394, 39.939817957235803 ], [ -75.150566098957597, 39.939807365884299 ], [ -75.150290058054097, 39.939758907736099 ], [ -75.150344347877194, 39.9395769348721 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 248, "AUN": 126515001, "SCHOOL_NUM": 3751, "LOCATION_ID": "7310", "SCHOOL_NAME": "FELTONVILLE INTERMEDIATE", "SCHOOL_NAME_LABEL": "FELTONVILLE INTERMEDIATE SCHOOL", "STREET_ADDRESS": "238 E WYOMING AVE", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 400-3730", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "3-5", "ENROLLMENT": 517, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 11708.26953125, "Shape__Length": 533.17521679398988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.120941203924801, 40.019561699634103 ], [ -75.121268316818004, 40.019603917629198 ], [ -75.121351642337103, 40.019614672120902 ], [ -75.121335807353205, 40.019761579155002 ], [ -75.121289226279202, 40.020247579998497 ], [ -75.121288404415097, 40.020249850919498 ], [ -75.1212795157183, 40.020345125917402 ], [ -75.121276574413201, 40.020373413912097 ], [ -75.121260095787704, 40.020549906076603 ], [ -75.1212588308493, 40.020553858533198 ], [ -75.121256613948503, 40.020573200142103 ], [ -75.121242708207006, 40.020733033770099 ], [ -75.121228414784099, 40.020869324815401 ], [ -75.121223952604296, 40.020926593322898 ], [ -75.121211326848197, 40.021063132033099 ], [ -75.120720302302303, 40.021002013645798 ], [ -75.120687291231704, 40.020997904832498 ], [ -75.120634124771001, 40.0209912880362 ], [ -75.120828128823106, 40.020083577314402 ], [ -75.120941203924801, 40.019561699634103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 249, "AUN": 133513315, "SCHOOL_NUM": 8149, "LOCATION_ID": "3406", "SCHOOL_NAME": "JOHN B STETSON MIDDLE SCHOOL", "SCHOOL_NAME_LABEL": "JOHN B STETSON MIDDLE SCHOOL", "STREET_ADDRESS": "3200 B ST", "ZIP_CODE": "19134", "PHONE_NUMBER": "(215) 400-9150", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "5-8", "ENROLLMENT": 538, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 11147.59375, "Shape__Length": 511.44484047664019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125228813768004, 39.999532430437498 ], [ -75.125277147485306, 39.9993128358226 ], [ -75.125365321095302, 39.998909046281902 ], [ -75.125475347926397, 39.998405601571797 ], [ -75.125513112264002, 39.998232771799799 ], [ -75.125513520132799, 39.998230895726401 ], [ -75.126007097833906, 39.998293891547199 ], [ -75.125859317206107, 39.998972745984098 ], [ -75.125770608559293, 39.999378555421899 ], [ -75.125727042914804, 39.999581107041401 ], [ -75.125712019241007, 39.999650933292898 ], [ -75.125216634944294, 39.999587749827199 ], [ -75.125228813768004, 39.999532430437498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 250, "AUN": 126515001, "SCHOOL_NUM": 7904, "LOCATION_ID": "2620", "SCHOOL_NAME": "ACADEMY AT PALUMBO", "SCHOOL_NAME_LABEL": "ACADEMY AT PALUMBO", "STREET_ADDRESS": "1100 CATHARINE ST", "ZIP_CODE": "19147", "PHONE_NUMBER": "(215) 400-8130", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 1226, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 6547.296875, "Shape__Length": 383.08095964962644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161079003240502, 39.9398673649223 ], [ -75.161091336853701, 39.939810772223098 ], [ -75.161091540334098, 39.939809809348603 ], [ -75.162395251868901, 39.939969349103201 ], [ -75.162329195036705, 39.940275329748602 ], [ -75.161026278707695, 39.9401090530706 ], [ -75.161079003240502, 39.9398673649223 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 251, "AUN": 226514088, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ROXBOROUGH CHRISTIAN SCHOOL", "SCHOOL_NAME_LABEL": "ROXBOROUGH CHRISTIAN SCHOOL", "STREET_ADDRESS": "6301 RIDGE AVE", "ZIP_CODE": "19128", "PHONE_NUMBER": "(267) 804-5715", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "PREK-4", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 9076.05078125, "Shape__Length": 407.44204123270367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.217974998482902, 40.037117893302401 ], [ -75.218744932294399, 40.036739517066898 ], [ -75.219379099173096, 40.036994751095598 ], [ -75.219454590449601, 40.037025236096603 ], [ -75.218930530669596, 40.037254434401298 ], [ -75.218653754342398, 40.0373752922997 ], [ -75.218498809844306, 40.037442996568601 ], [ -75.218346349981999, 40.037509289025799 ], [ -75.218311605339395, 40.037523771467903 ], [ -75.217974998482902, 40.037117893302401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 252, "AUN": 226518692, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "SS JOHN NEUMANN AND MARIA GORETTI CATHOLIC HIGH SCHOOL", "SCHOOL_NAME_LABEL": "SS JOHN NEUMANN AND MARIA GORETTI CATHOLIC HIGH SCHOOL", "STREET_ADDRESS": "1736 S 10TH ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(215) 465-8437", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 26743.046875, "Shape__Length": 657.22025037728497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162248372176194, 39.9276509561262 ], [ -75.162222294803996, 39.927605842752897 ], [ -75.162218815551697, 39.927605394820802 ], [ -75.162070824718398, 39.927586313170004 ], [ -75.162308402588906, 39.926494128448802 ], [ -75.162565402810202, 39.9265272645479 ], [ -75.1628203535995, 39.926560136456601 ], [ -75.162927745184604, 39.926573983117599 ], [ -75.163070398665894, 39.926592725928899 ], [ -75.163197725245695, 39.926786072171197 ], [ -75.163293865403404, 39.926932062362901 ], [ -75.163329464045006, 39.926986121111 ], [ -75.163361514174696, 39.927034788308198 ], [ -75.163391727716402, 39.927080668218899 ], [ -75.163422518080097, 39.927127421602897 ], [ -75.1634537080717, 39.927174784294301 ], [ -75.163559786036203, 39.927331594353198 ], [ -75.163427929969203, 39.927929312524903 ], [ -75.163216789220499, 39.927902776767603 ], [ -75.163207596783707, 39.927946125696799 ], [ -75.163003585884894, 39.927920482456798 ], [ -75.1629687570979, 39.927916105045703 ], [ -75.162952782331402, 39.927921984197702 ], [ -75.162897346107201, 39.9279423872309 ], [ -75.162843053779895, 39.9279623689159 ], [ -75.162786714328902, 39.927982786433702 ], [ -75.162605531027694, 39.928048477793901 ], [ -75.162469156910007, 39.928032908083701 ], [ -75.162248372176194, 39.9276509561262 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 253, "AUN": 326510160, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "RED LION ELEMENTARY SCHOOL", "SCHOOL_NAME_LABEL": "RED LION ELEMENTARY SCHOOL", "STREET_ADDRESS": "256 GEIGER RD", "ZIP_CODE": "19115", "PHONE_NUMBER": "(215) 673-2100", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 8840.46875, "Shape__Length": 405.89344694179783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.046373086139198, 40.107348965491198 ], [ -75.047135591284501, 40.106587186820597 ], [ -75.047311435564794, 40.106690963805498 ], [ -75.0475858674275, 40.106852921514999 ], [ -75.046823364307599, 40.107614704282 ], [ -75.046373086139198, 40.107348965491198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 254, "AUN": 126510016, "SCHOOL_NUM": 7828, "LOCATION_ID": "3378", "SCHOOL_NAME": "PHILADELPHIA MONTESSORI", "SCHOOL_NAME_LABEL": "PHILADELPHIA MONTESSORI CHARTER SCHOOL", "STREET_ADDRESS": "2227 ISLAND AVE", "ZIP_CODE": "19142", "PHONE_NUMBER": "(215) 365-4011", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-6", "ENROLLMENT": 228, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 4629.78515625, "Shape__Length": 352.30040854889211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245668831537301, 39.916554870865603 ], [ -75.245225254544906, 39.916859401573497 ], [ -75.244974797261904, 39.916643347481802 ], [ -75.244908306322301, 39.916689047112698 ], [ -75.2448418167547, 39.916734746737099 ], [ -75.244831759567802, 39.916741659482199 ], [ -75.244580117616707, 39.916524577378503 ], [ -75.244845410567706, 39.916342233249999 ], [ -75.245097054193806, 39.916559313678697 ], [ -75.245104285637794, 39.916554343887199 ], [ -75.245232451155701, 39.916462569983402 ], [ -75.245466658686894, 39.916301587033601 ], [ -75.245668606091897, 39.916554677859097 ], [ -75.245668831537301, 39.916554870865603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 255, "AUN": 126515001, "SCHOOL_NUM": 6529, "LOCATION_ID": "8210", "SCHOOL_NAME": "BROWN, JOSEPH H. SCHOOL", "SCHOOL_NAME_LABEL": "JOSEPH H. BROWN SCHOOL", "STREET_ADDRESS": "3600 STANWOOD ST", "ZIP_CODE": "19136", "PHONE_NUMBER": "(215) 400-3320", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 442, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 15416.89453125, "Shape__Length": 530.08364177795738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.024035738478503, 40.042999413707903 ], [ -75.024843613047196, 40.042707121981898 ], [ -75.025193492768693, 40.043278368392002 ], [ -75.025372678309907, 40.043215439496301 ], [ -75.025573561359295, 40.043544302867403 ], [ -75.024602766533803, 40.043894594187101 ], [ -75.024035738478503, 40.042999413707903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 256, "AUN": 326510173, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "EXCELSIOR SCHOOL OF PHILADELPHIA", "SCHOOL_NAME_LABEL": "EXCELSIOR SCHOOL OF PHILADELPHIA", "STREET_ADDRESS": "2106 HAINES ST", "ZIP_CODE": "19138", "PHONE_NUMBER": "(267) 900-5494", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "PREK-5", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 9823.13671875, "Shape__Length": 411.46087752724435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155955097577404, 40.056125797948901 ], [ -75.156586540669096, 40.055839305632901 ], [ -75.156648034843798, 40.055918069520601 ], [ -75.156624482676506, 40.055917392599099 ], [ -75.156725758516103, 40.056050280749503 ], [ -75.156786523136205, 40.056021912043597 ], [ -75.156901132030001, 40.056171494937402 ], [ -75.157157864389603, 40.056506568413397 ], [ -75.156476741364898, 40.056804065654497 ], [ -75.155955097577404, 40.056125797948901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 257, "AUN": 126515001, "SCHOOL_NUM": 7230, "LOCATION_ID": "7220", "SCHOOL_NAME": "CARNELL, LAURA H. SCHOOL", "SCHOOL_NAME_LABEL": "LAURA H. CARNELL SCHOOL", "STREET_ADDRESS": "1100 DEVEREAUX AVE", "ZIP_CODE": "19111", "PHONE_NUMBER": "(215) 400-3150", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 645, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 25529.203125, "Shape__Length": 650.63606121111741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.084191255637705, 40.039242554333697 ], [ -75.084132066070794, 40.039209553018999 ], [ -75.083771166390306, 40.039008346046899 ], [ -75.083708961769105, 40.038973661657998 ], [ -75.083508205689796, 40.038861721381899 ], [ -75.083481094353402, 40.038846615677699 ], [ -75.083482904994, 40.038846964065598 ], [ -75.084486972382805, 40.037769434579801 ], [ -75.085460546524502, 40.038311032073501 ], [ -75.085459748522894, 40.038311576709503 ], [ -75.085450030262706, 40.038321958724097 ], [ -75.084916432087695, 40.038877204331598 ], [ -75.084804193092694, 40.038994003251901 ], [ -75.084771765320596, 40.039027731253697 ], [ -75.084743951885301, 40.039056682696199 ], [ -75.084434826070606, 40.039378346293503 ], [ -75.084191255637705, 40.039242554333697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 258, "AUN": 126515001, "SCHOOL_NUM": 6539, "LOCATION_ID": "6350", "SCHOOL_NAME": "PENNYPACKER, SAMUEL SCHOOL", "SCHOOL_NAME_LABEL": "SAMUEL PENNYPACKER SCHOOL", "STREET_ADDRESS": "1858 E WASHINGTON LN", "ZIP_CODE": "19138", "PHONE_NUMBER": "(215) 400-3510", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 299, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 18032.69921875, "Shape__Length": 542.10487774858029 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159260066180096, 40.065780244196297 ], [ -75.158705423209796, 40.065464024980002 ], [ -75.158427932719405, 40.065307127442701 ], [ -75.158170526851407, 40.065161594645602 ], [ -75.158172427192497, 40.065159622617102 ], [ -75.158314585126703, 40.065012011685297 ], [ -75.158519653344896, 40.0648003742782 ], [ -75.158542214829097, 40.064777106474899 ], [ -75.158757873071906, 40.064554551829602 ], [ -75.158784891253305, 40.064526660920102 ], [ -75.158801643742393, 40.0645093709458 ], [ -75.158877150427003, 40.064552743303501 ], [ -75.1589235903309, 40.064578825194403 ], [ -75.158968359728505, 40.064605238812497 ], [ -75.159016461909104, 40.064631744457103 ], [ -75.159060585140395, 40.064657500368597 ], [ -75.159107661582098, 40.064684497548598 ], [ -75.159152757218607, 40.064710048969197 ], [ -75.159199541976605, 40.064737009123903 ], [ -75.159243384545107, 40.064762402733301 ], [ -75.159266356443098, 40.064775091120701 ], [ -75.159290751775202, 40.064789504376499 ], [ -75.159333261049298, 40.064813578312801 ], [ -75.159337760043002, 40.064816065181603 ], [ -75.159382339304997, 40.064840863782003 ], [ -75.159428128544107, 40.0648664138334 ], [ -75.159476944579197, 40.0648945797209 ], [ -75.159521661807801, 40.0649196066286 ], [ -75.159567106522005, 40.064945391002603 ], [ -75.159611613398994, 40.064970976265201 ], [ -75.1596540650403, 40.064994953045598 ], [ -75.159700544928398, 40.065021615537198 ], [ -75.159747461219098, 40.0650478677492 ], [ -75.159789876471805, 40.065072761564501 ], [ -75.159837511812995, 40.065099417382797 ], [ -75.159904460739298, 40.065137873690901 ], [ -75.159857709970396, 40.065186403777901 ], [ -75.159655297041894, 40.065395073699896 ], [ -75.159632880064905, 40.065416750180297 ], [ -75.159625843515798, 40.065423555262598 ], [ -75.159613694334993, 40.0654362255667 ], [ -75.1592924307202, 40.065771657413897 ], [ -75.159281002497494, 40.065783601730097 ], [ -75.159275692062494, 40.065789156133903 ], [ -75.159260066180096, 40.065780244196297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 259, "AUN": 126515001, "SCHOOL_NUM": 3629, "LOCATION_ID": "2370", "SCHOOL_NAME": "MCDANIEL, DELAPLAINE SCHOOL", "SCHOOL_NAME_LABEL": "DELAPLAINE MCDANIEL SCHOOL", "STREET_ADDRESS": "1801 S 22ND ST", "ZIP_CODE": "19145", "PHONE_NUMBER": "(215) 400-8220", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 230, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 7328.8046875, "Shape__Length": 408.47424762861766 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181868665351104, 39.929652734405003 ], [ -75.180469721699794, 39.929472644650801 ], [ -75.1805381411572, 39.929155972956302 ], [ -75.181934520439199, 39.929337826888002 ], [ -75.181868665351104, 39.929652734405003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 260, "AUN": 226519282, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST ROSE OF LIMA SCHOOL", "SCHOOL_NAME_LABEL": "ST ROSE OF LIMA SCHOOL", "STREET_ADDRESS": "1508-46 N WANAMAKER ST", "ZIP_CODE": "19131", "PHONE_NUMBER": "(215) 473-6030", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 7677.47265625, "Shape__Length": 368.56103164296923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237539173898398, 39.974941665739003 ], [ -75.237871264949902, 39.974903592459398 ], [ -75.238019162515201, 39.974887727830897 ], [ -75.238030920612104, 39.974953350082998 ], [ -75.238017362262099, 39.974954536553099 ], [ -75.238029668903096, 39.975020605542298 ], [ -75.238247490580804, 39.974995503218501 ], [ -75.238359375046201, 39.975585876560203 ], [ -75.237946995650205, 39.975631270191997 ], [ -75.237675746920999, 39.975661406810701 ], [ -75.237539173898398, 39.974941665739003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 261, "AUN": 226518471, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "PHILLY AGILE LEARNING COMMUNITY SCHOOL", "SCHOOL_NAME_LABEL": "PHILLY AGILE LEARNING COMMUNITY SCHOOL", "STREET_ADDRESS": "756 S 11TH ST", "ZIP_CODE": "19147", "PHONE_NUMBER": "(484) 816-7788", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 724.1328125, "Shape__Length": 124.87247897851736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160876249245305, 39.940799529865998 ], [ -75.160907587230298, 39.940659704450397 ], [ -75.161114225310897, 39.940683164081797 ], [ -75.161105120445299, 39.940731431055703 ], [ -75.161090807263093, 39.940792702660197 ], [ -75.161083072572694, 39.940825896128601 ], [ -75.161185584479199, 39.940839558311602 ], [ -75.161174789291096, 39.9408860301535 ], [ -75.161168517751904, 39.9408851948129 ], [ -75.161083273886504, 39.940873921526403 ], [ -75.160866361918494, 39.940845248428701 ], [ -75.160876249245305, 39.940799529865998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 262, "AUN": 126515001, "SCHOOL_NUM": 3687, "LOCATION_ID": "5250", "SCHOOL_NAME": "DUNBAR, PAUL L. SCHOOL", "SCHOOL_NAME_LABEL": "PAUL L. DUNBAR SCHOOL", "STREET_ADDRESS": "1750 N 12TH ST", "ZIP_CODE": "19122", "PHONE_NUMBER": "(215) 400-7410", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 224, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 7053.703125, "Shape__Length": 373.48689613971976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154360958534298, 39.979732256225198 ], [ -75.154332796050895, 39.9797284431571 ], [ -75.154328624794402, 39.979727914069798 ], [ -75.154163146730497, 39.9797066643577 ], [ -75.154152686327393, 39.979705170826598 ], [ -75.153923719020995, 39.979675134584198 ], [ -75.153946065298101, 39.979569087864398 ], [ -75.153990552523794, 39.979357956113198 ], [ -75.154027524506304, 39.979183908095102 ], [ -75.154117274871396, 39.978763258016201 ], [ -75.154526956161803, 39.978818159849403 ], [ -75.154583572238394, 39.978824776585299 ], [ -75.154388225169996, 39.979735951038599 ], [ -75.154360958534298, 39.979732256225198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 263, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "3327", "SCHOOL_NAME": "LAB SCH OF COMMUNICAT'N & LANG (East Falls Campus)", "SCHOOL_NAME_LABEL": "LABORATORY CHARTER SCHOOL OF COMMUNICATION AND LANGUAGES (EAST FALLS)", "STREET_ADDRESS": "3300 HENRY AVE", "ZIP_CODE": "19129", "PHONE_NUMBER": "(267) 817-4720", "ACTIVE": "O", "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 89499.171875, "Shape__Length": 1200.6718660677784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185688770103695, 40.010423862459 ], [ -75.185745908877195, 40.010539317765598 ], [ -75.185795957459007, 40.010524672400699 ], [ -75.185996729058004, 40.010930361622798 ], [ -75.186040789656104, 40.011096570194098 ], [ -75.186299339232903, 40.011618994082703 ], [ -75.186033151032703, 40.012003399501502 ], [ -75.184240875453398, 40.013231391050603 ], [ -75.182594399034102, 40.0118105138096 ], [ -75.182824868851895, 40.0116669240373 ], [ -75.183060561037095, 40.011528439918202 ], [ -75.183301286876898, 40.011395172079801 ], [ -75.183546848968106, 40.011267228703602 ], [ -75.183797050040596, 40.011144714596 ], [ -75.184051684261803, 40.0110277287421 ], [ -75.184310548900598, 40.010916365692097 ], [ -75.184573431157503, 40.010810715267603 ], [ -75.184840118322199, 40.010710865041098 ], [ -75.185110395102697, 40.010616893518801 ], [ -75.185688770103695, 40.010423862459 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 264, "AUN": 126515001, "SCHOOL_NUM": 3648, "LOCATION_ID": "2340", "SCHOOL_NAME": "MC CALL, GEN. GEORGE A. SCHOOL", "SCHOOL_NAME_LABEL": "GENERAL GEORGE A. MCCALL SCHOOL", "STREET_ADDRESS": "325 S 7TH ST", "ZIP_CODE": "19106", "PHONE_NUMBER": "(215) 400-7840", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 628, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 14424.65625, "Shape__Length": 498.65180732565739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151893341327096, 39.944966620645502 ], [ -75.1518676036589, 39.9449632974327 ], [ -75.151798602885506, 39.944954351729997 ], [ -75.151788682927602, 39.9449530626948 ], [ -75.151923613912103, 39.944334809327202 ], [ -75.152485545506295, 39.944406292836298 ], [ -75.153325694782396, 39.944513152776302 ], [ -75.153187545929597, 39.9451343012663 ], [ -75.151893341327096, 39.944966620645502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 265, "AUN": 126515001, "SCHOOL_NUM": 3845, "LOCATION_ID": "8010", "SCHOOL_NAME": "LINCOLN, ABRAHAM HIGH SCHOOL", "SCHOOL_NAME_LABEL": "ABRAHAM LINCOLN HIGH SCHOOL", "STREET_ADDRESS": "3201 RYAN AVE", "ZIP_CODE": "19136", "PHONE_NUMBER": "(215) 400-3300", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 2439, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 235885.4609375, "Shape__Length": 2416.3803905110785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.043252380984498, 40.040453750883202 ], [ -75.043320626534594, 40.040542070566701 ], [ -75.043488135842196, 40.040765446075703 ], [ -75.043647997709101, 40.040992107916097 ], [ -75.0438001024377, 40.041221902610403 ], [ -75.043944344897, 40.041454672282697 ], [ -75.044080628780193, 40.041690258137699 ], [ -75.044208859284794, 40.041928500288201 ], [ -75.044328950522598, 40.042169235676901 ], [ -75.044440818110402, 40.042412300154297 ], [ -75.044544388043604, 40.0426575264352 ], [ -75.044639589152496, 40.0429047495522 ], [ -75.044726353371502, 40.043153800104498 ], [ -75.044804625897697, 40.043404506749297 ], [ -75.044874350417004, 40.043656699232898 ], [ -75.044935479441605, 40.043910206381398 ], [ -75.044987971472096, 40.044164853781403 ], [ -75.045031790818896, 40.044420468280698 ], [ -75.043750443845695, 40.044462044623302 ], [ -75.0437655110196, 40.044736313217697 ], [ -75.042926896043895, 40.0447635166881 ], [ -75.042917988062399, 40.044783886746799 ], [ -75.042617113079203, 40.044925651472397 ], [ -75.0421971401462, 40.044990777038301 ], [ -75.041989291804995, 40.044967409068299 ], [ -75.041442415412007, 40.045044409686398 ], [ -75.041307401741605, 40.044961602420202 ], [ -75.039239572076198, 40.042285451866498 ], [ -75.040823038377198, 40.0415626892093 ], [ -75.041643723798103, 40.042624804612899 ], [ -75.042718527005206, 40.042134192593799 ], [ -75.041897829323801, 40.041072082556298 ], [ -75.043252380984498, 40.040453750883202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 266, "AUN": 126515001, "SCHOOL_NUM": 3664, "LOCATION_ID": "4240", "SCHOOL_NAME": "CASSIDY,LEWIS C ACADEMICS PLUS", "SCHOOL_NAME_LABEL": "LEWIS C. CASSIDY ACADEMICS PLUS SCHOOL", "STREET_ADDRESS": "6523 LANSDOWNE AVE", "ZIP_CODE": "19151", "PHONE_NUMBER": "(215) 400-7510", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 306, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 13299.84765625, "Shape__Length": 529.63498129359232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.250355670918395, 39.974907308134703 ], [ -75.250351482450299, 39.9748885022004 ], [ -75.250351105582197, 39.974886769720698 ], [ -75.250504400054893, 39.974869943458899 ], [ -75.2509502986657, 39.974821414759703 ], [ -75.250950831928407, 39.974823989690201 ], [ -75.250957175931404, 39.974854318905102 ], [ -75.250960118928802, 39.974870535499598 ], [ -75.250963156904504, 39.974887075140103 ], [ -75.250975676474596, 39.974955097747902 ], [ -75.251055730653704, 39.975385116664597 ], [ -75.251179399617698, 39.976053443213097 ], [ -75.251195042821095, 39.9761379599801 ], [ -75.251200011453605, 39.976165212753898 ], [ -75.251200499640106, 39.976167899324899 ], [ -75.251120179929998, 39.9761761445966 ], [ -75.250909255105, 39.976198341259398 ], [ -75.2505999152405, 39.976230887470003 ], [ -75.250521566861593, 39.975801824368801 ], [ -75.2503743939549, 39.975006591790603 ], [ -75.250355670918395, 39.974907308134703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 267, "AUN": 126515001, "SCHOOL_NUM": 7963, "LOCATION_ID": "7150", "SCHOOL_NAME": "JUNIATA PARK ACADEMY", "SCHOOL_NAME_LABEL": "JUNIATA PARK ACADEMY", "STREET_ADDRESS": "801 E HUNTING PARK AVE", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 400-7010", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 854, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 34762.890625, "Shape__Length": 843.88750369066156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.109756113598905, 40.013305851628502 ], [ -75.109867526985695, 40.012766616843699 ], [ -75.1105681609139, 40.012855443148702 ], [ -75.1107422933066, 40.012034128871399 ], [ -75.110772053344306, 40.012038133264902 ], [ -75.111123851376902, 40.012082940977599 ], [ -75.111261512780004, 40.012100468434603 ], [ -75.111309492664205, 40.012106584237003 ], [ -75.111993272270993, 40.0121936439213 ], [ -75.112001866434596, 40.012194760433303 ], [ -75.111946477380599, 40.012415978110397 ], [ -75.111703547222206, 40.013563225230897 ], [ -75.110876569142306, 40.013456155236703 ], [ -75.110335304665099, 40.013382295075701 ], [ -75.110000570947307, 40.013341133557702 ], [ -75.109768888814202, 40.013312641831902 ], [ -75.109755055986398, 40.0133109372807 ], [ -75.109756113598905, 40.013305851628502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 268, "AUN": 300514200, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "HMS SCHOOL FOR CHILDREN W/CEREBRAL PALSY", "SCHOOL_NAME_LABEL": "HMS SCHOOL FOR CHILDREN W/CEREBRAL PALSY", "STREET_ADDRESS": "4400 BALTIMORE AVE", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 222-2566", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "PREK-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 20255.92578125, "Shape__Length": 586.04057241154771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210400196852902, 39.948478709294399 ], [ -75.2104002540013, 39.948478707180897 ], [ -75.210646577236005, 39.948466283352097 ], [ -75.211372998364098, 39.947951511659099 ], [ -75.211389008672697, 39.947940614715698 ], [ -75.212276169615393, 39.948701972553799 ], [ -75.212301515969102, 39.948723713596898 ], [ -75.212389082575598, 39.948798866213998 ], [ -75.2120586838017, 39.949033463379401 ], [ -75.211721930138197, 39.949077095737699 ], [ -75.211698969211, 39.949080068910597 ], [ -75.211191981359605, 39.949145757657803 ], [ -75.210400196852902, 39.948478709294399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 269, "AUN": 126515001, "SCHOOL_NUM": 3824, "LOCATION_ID": "6360", "SCHOOL_NAME": "ROOSEVELT ELEMENTARY SCHOOL", "SCHOOL_NAME_LABEL": "THEODORE ROOSEVELT SCHOOL", "STREET_ADDRESS": "430 E WASHINGTON LN", "ZIP_CODE": "19144", "PHONE_NUMBER": "(215) 400-3640", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 402, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 35684.015625, "Shape__Length": 756.77111862687661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174921672651706, 40.0489447581852 ], [ -75.174679950757195, 40.048795132930103 ], [ -75.174643778876003, 40.0487727529773 ], [ -75.174565328859501, 40.048724199166401 ], [ -75.174214164927506, 40.048508735464502 ], [ -75.174188621683399, 40.048493172175903 ], [ -75.174124679888905, 40.0484542113701 ], [ -75.174100960336403, 40.048439752145299 ], [ -75.173955449607107, 40.048351538649001 ], [ -75.1735443261706, 40.048103391101598 ], [ -75.1735370267359, 40.048098988136502 ], [ -75.1735432228826, 40.048092695015399 ], [ -75.173634674270403, 40.047999849379501 ], [ -75.173666465769003, 40.047969645323903 ], [ -75.173812243286406, 40.047825933880603 ], [ -75.173815402645801, 40.047822812902197 ], [ -75.173837389230698, 40.047801158003601 ], [ -75.173965164950104, 40.047675258855897 ], [ -75.174083585493804, 40.047558176797999 ], [ -75.174109059506193, 40.047539113869398 ], [ -75.174206786936594, 40.047442266144003 ], [ -75.174232570832601, 40.0474166980867 ], [ -75.174271277410099, 40.047378346116602 ], [ -75.174402110842905, 40.047249759110898 ], [ -75.174499320597604, 40.047156026052498 ], [ -75.174526311963206, 40.047127905863597 ], [ -75.174587987230097, 40.047164122763903 ], [ -75.174638103902694, 40.047193713738999 ], [ -75.174689417185107, 40.047225524350502 ], [ -75.174742046144203, 40.047257460164701 ], [ -75.174789590427196, 40.047286913438803 ], [ -75.174843514560706, 40.047317314986202 ], [ -75.174895814433498, 40.047349662319199 ], [ -75.174946610768203, 40.047380735909101 ], [ -75.174997518753301, 40.047411069771101 ], [ -75.175048867588103, 40.047441913551701 ], [ -75.175067999334999, 40.047452916866703 ], [ -75.1750973612709, 40.047470645766097 ], [ -75.175147493324204, 40.047501542191497 ], [ -75.175199277489298, 40.047533120972197 ], [ -75.175252459216793, 40.047564327850303 ], [ -75.175303988605407, 40.0475970620477 ], [ -75.175357513998307, 40.047629178713599 ], [ -75.175409995303497, 40.0476594992165 ], [ -75.175458659498005, 40.047689847900301 ], [ -75.175509972984898, 40.047721672773399 ], [ -75.175560694133907, 40.047752502247299 ], [ -75.175610172789405, 40.047781820566101 ], [ -75.175661858955806, 40.047812671619198 ], [ -75.175713171124002, 40.047844497493898 ], [ -75.1757660595716, 40.0478768418334 ], [ -75.175816178748406, 40.047906432326499 ], [ -75.175865009051407, 40.047936236062299 ], [ -75.175927315467504, 40.047972966412701 ], [ -75.175924004267799, 40.047976229332498 ], [ -75.175870706368499, 40.048028762270597 ], [ -75.175810719972503, 40.048087899503003 ], [ -75.175281856864999, 40.048609239158502 ], [ -75.175230098765198, 40.048659324048799 ], [ -75.175089513272894, 40.048797784740003 ], [ -75.175025522280393, 40.0488601520522 ], [ -75.174932656759694, 40.048951549111301 ], [ -75.174921672651706, 40.0489447581852 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 270, "AUN": 126515001, "SCHOOL_NUM": 3855, "LOCATION_ID": "8020", "SCHOOL_NAME": "NORTHEAST HIGH SCHOOL", "SCHOOL_NAME_LABEL": "NORTHEAST HIGH SCHOOL", "STREET_ADDRESS": "1601 COTTMAN AVE", "ZIP_CODE": "19111", "PHONE_NUMBER": "(215) 400-3200", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 3467, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 239988.3671875, "Shape__Length": 2019.8668933006729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.073021484009004, 40.055387789013103 ], [ -75.069172828826098, 40.059464141527698 ], [ -75.067722200111803, 40.0586580072383 ], [ -75.067678661607104, 40.058629673437999 ], [ -75.067641547454897, 40.058596375068099 ], [ -75.067611806103798, 40.058558962110503 ], [ -75.067590195789805, 40.058518387105003 ], [ -75.067577266211302, 40.058475686699502 ], [ -75.067253651258696, 40.056815283611101 ], [ -75.067245530545506, 40.056752067205501 ], [ -75.067245714993206, 40.0566885446529 ], [ -75.067254202688602, 40.056625356775498 ], [ -75.067270905232604, 40.056563144626701 ], [ -75.067295657105603, 40.056502535068098 ], [ -75.067328206749295, 40.056444143940197 ], [ -75.067368223092402, 40.056388559320602 ], [ -75.067415302739704, 40.056336345070797 ], [ -75.0674689704624, 40.056288028459001 ], [ -75.067528682171499, 40.056244099103402 ], [ -75.067593834060006, 40.056205000176099 ], [ -75.067663766996304, 40.056171128505298 ], [ -75.071499734552901, 40.054514086704501 ], [ -75.073021484009004, 40.055387789013103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 271, "AUN": 126511530, "SCHOOL_NUM": null, "LOCATION_ID": "3441", "SCHOOL_NAME": "TECH FREIRE CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "TECH FREIRE CHARTER SCHOOL", "STREET_ADDRESS": "2221 N BROAD ST", "ZIP_CODE": "19132", "PHONE_NUMBER": "(267) 507-1111", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 534, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 1688.2421875, "Shape__Length": 176.26786709753509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155891222162097, 39.9868520343217 ], [ -75.155849511238998, 39.987043063578902 ], [ -75.155318080583299, 39.986974400348998 ], [ -75.155359794421599, 39.9867833713176 ], [ -75.155891222162097, 39.9868520343217 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 272, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "3850", "SCHOOL_NAME": "NORTHEAST HIGH SCHOOL EOP", "SCHOOL_NAME_LABEL": "NORTHEAST HIGH SCHOOL EOP", "STREET_ADDRESS": "1601 COTTMAN AVE", "ZIP_CODE": "19111", "PHONE_NUMBER": "(215) 400-3200", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 177, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 239988.3671875, "Shape__Length": 2019.8668933006729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.073021484009004, 40.055387789013103 ], [ -75.069172828826098, 40.059464141527698 ], [ -75.067722200111803, 40.0586580072383 ], [ -75.067678661607104, 40.058629673437999 ], [ -75.067641547454897, 40.058596375068099 ], [ -75.067611806103798, 40.058558962110503 ], [ -75.067590195789805, 40.058518387105003 ], [ -75.067577266211302, 40.058475686699502 ], [ -75.067253651258696, 40.056815283611101 ], [ -75.067245530545506, 40.056752067205501 ], [ -75.067245714993206, 40.0566885446529 ], [ -75.067254202688602, 40.056625356775498 ], [ -75.067270905232604, 40.056563144626701 ], [ -75.067295657105603, 40.056502535068098 ], [ -75.067328206749295, 40.056444143940197 ], [ -75.067368223092402, 40.056388559320602 ], [ -75.067415302739704, 40.056336345070797 ], [ -75.0674689704624, 40.056288028459001 ], [ -75.067528682171499, 40.056244099103402 ], [ -75.067593834060006, 40.056205000176099 ], [ -75.067663766996304, 40.056171128505298 ], [ -75.071499734552901, 40.054514086704501 ], [ -75.073021484009004, 40.055387789013103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 273, "AUN": 126515001, "SCHOOL_NUM": 3694, "LOCATION_ID": "5340", "SCHOOL_NAME": "LUDLOW, JAMES R. SCHOOL", "SCHOOL_NAME_LABEL": "JAMES R. LUDLOW SCHOOL", "STREET_ADDRESS": "550 W MASTER ST", "ZIP_CODE": "19122", "PHONE_NUMBER": "(215) 400-7430", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 216, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 6046.46484375, "Shape__Length": 321.08660945684795 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145561129894006, 39.972082627882003 ], [ -75.145761274566695, 39.972104262787397 ], [ -75.145768545400998, 39.972064442722903 ], [ -75.145794242294201, 39.972067219905803 ], [ -75.146133431672496, 39.9721038896718 ], [ -75.1460808305022, 39.972379301692897 ], [ -75.146025547160093, 39.972685680627201 ], [ -75.146012192688801, 39.972759673542498 ], [ -75.146011580566594, 39.972763077901298 ], [ -75.145682350907194, 39.972722479058397 ], [ -75.145624045522098, 39.972715287852303 ], [ -75.1454315914483, 39.9726915601141 ], [ -75.145561129894006, 39.972082627882003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 274, "AUN": 126515001, "SCHOOL_NUM": 7235, "LOCATION_ID": "8380", "SCHOOL_NAME": "FARRELL, LOUIS H. SCHOOL", "SCHOOL_NAME_LABEL": "LOUIS H. FARRELL SCHOOL", "STREET_ADDRESS": "8300 CASTOR AVE", "ZIP_CODE": "19152", "PHONE_NUMBER": "(215) 400-3230", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 1189, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 26437.1171875, "Shape__Length": 705.10669940603179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.051448205537199, 40.067025435828199 ], [ -75.051451931257205, 40.067017237075497 ], [ -75.051472385638107, 40.066984074610502 ], [ -75.051494182227302, 40.066951442617899 ], [ -75.051519301298597, 40.066918130642001 ], [ -75.051528692781801, 40.066906212968597 ], [ -75.051553776379194, 40.066874270870102 ], [ -75.051590487379897, 40.066834896745902 ], [ -75.051685333882901, 40.066732309800898 ], [ -75.051721927147696, 40.066692722253599 ], [ -75.051961914999097, 40.066433161511902 ], [ -75.051982984378895, 40.066410361924902 ], [ -75.052003615005404, 40.066388052113197 ], [ -75.052486476440706, 40.065874283719801 ], [ -75.052680910392397, 40.0656674130882 ], [ -75.053448661063001, 40.0660941329987 ], [ -75.053440857840101, 40.066102542475399 ], [ -75.053153064949299, 40.066412665921703 ], [ -75.052146482373999, 40.067497298070499 ], [ -75.052142471742997, 40.067501604392 ], [ -75.052137977968499, 40.067506447882003 ], [ -75.051479100570603, 40.067106424372497 ], [ -75.051470089982899, 40.067101360626602 ], [ -75.051466229501898, 40.067098207532297 ], [ -75.051457564676994, 40.067086590033 ], [ -75.0514474171882, 40.067072150099797 ], [ -75.051442733639306, 40.067051695599801 ], [ -75.051443537676704, 40.0670357231567 ], [ -75.051445239894207, 40.067031958463403 ], [ -75.051448205537199, 40.067025435828199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 275, "AUN": 226510071, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "PHILADELPHIA FREE SCHOOL", "SCHOOL_NAME_LABEL": "PHILADELPHIA FREE SCHOOL", "STREET_ADDRESS": "4950 SPRINGFIELD AVE", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 218-9586", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "PREK-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1420.125, "Shape__Length": 173.12965547753768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218865927480095, 39.9442466788364 ], [ -75.218807501122896, 39.944287807500103 ], [ -75.218806985445696, 39.944288138500497 ], [ -75.218412239423799, 39.944566053047801 ], [ -75.218272626111201, 39.944448567043104 ], [ -75.218633326857599, 39.944194626214902 ], [ -75.218865927480095, 39.9442466788364 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 276, "AUN": 126515001, "SCHOOL_NUM": 3635, "LOCATION_ID": "2450", "SCHOOL_NAME": "STANTON, EDWIN M. SCHOOL", "SCHOOL_NAME_LABEL": "EDWIN M. STANTON SCHOOL", "STREET_ADDRESS": "901 S 17TH ST", "ZIP_CODE": "19146", "PHONE_NUMBER": "(215) 400-7960", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 316, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 4579.98828125, "Shape__Length": 282.17484963197427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170255517425105, 39.940437665482797 ], [ -75.170294533169994, 39.940250054120497 ], [ -75.170303475035695, 39.940251158507699 ], [ -75.170338075116803, 39.940090480513099 ], [ -75.1711255564217, 39.940188837118697 ], [ -75.171053254719396, 39.940536801668202 ], [ -75.170255517425105, 39.940437665482797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 277, "AUN": 126515001, "SCHOOL_NUM": 3800, "LOCATION_ID": "5530", "SCHOOL_NAME": "GLORIA CASAREZ ELEMENTARY SCHOOL", "SCHOOL_NAME_LABEL": "GLORIA CASAREZ ELEMENTARY SCHOOL", "STREET_ADDRESS": "800 E ONTARIO ST", "ZIP_CODE": "19134", "PHONE_NUMBER": "(215) 400-7160", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 438, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 6737.57421875, "Shape__Length": 344.19870995069073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114222706551701, 39.999705315912699 ], [ -75.114013414482898, 39.999678441681198 ], [ -75.113722113994996, 39.9996410439838 ], [ -75.113765416005904, 39.999440778660897 ], [ -75.113766362788894, 39.999436384229 ], [ -75.113767335123995, 39.9994318597345 ], [ -75.1138103348447, 39.999231829609002 ], [ -75.114266254432096, 39.9992903214441 ], [ -75.114800572518206, 39.9993588635093 ], [ -75.114800366128705, 39.999359842020397 ], [ -75.114769004514002, 39.9995057984992 ], [ -75.114711749996303, 39.999769127912799 ], [ -75.114478058651699, 39.9997379382378 ], [ -75.114222706551701, 39.999705315912699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 278, "AUN": 126515001, "SCHOOL_NUM": 3758, "LOCATION_ID": "8200", "SCHOOL_NAME": "ALLEN, ETHAN SCHOOL", "SCHOOL_NAME_LABEL": "ETHAN ALLEN SCHOOL ", "STREET_ADDRESS": "6329 BATTERSBY ST", "ZIP_CODE": "19149", "PHONE_NUMBER": "(215) 400-3270", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 958, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 38844.62109375, "Shape__Length": 783.46136363182006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.060209943223001, 40.0297438750898 ], [ -75.060207583608602, 40.0297425628656 ], [ -75.060318730556403, 40.029626519722598 ], [ -75.060353753229904, 40.029589956709401 ], [ -75.060377879748401, 40.029564777755397 ], [ -75.061082883437095, 40.028828690852897 ], [ -75.061104998842893, 40.0288055933894 ], [ -75.061253898600697, 40.028650131838397 ], [ -75.061259704944803, 40.028653347103202 ], [ -75.061383037824399, 40.028721376787502 ], [ -75.061387982959999, 40.028724104466001 ], [ -75.061395349347094, 40.028728178450301 ], [ -75.061658616419706, 40.028876055758502 ], [ -75.061686474343404, 40.028891699024598 ], [ -75.061945659139695, 40.029037288290503 ], [ -75.062030673911707, 40.029083802180502 ], [ -75.062191838670103, 40.029173528325401 ], [ -75.062313963323106, 40.029240851776898 ], [ -75.062624655521205, 40.029420271710499 ], [ -75.062626275317299, 40.029421212911998 ], [ -75.062635197259894, 40.029458046913398 ], [ -75.062645163678894, 40.029499177434197 ], [ -75.061908501764606, 40.0302655804281 ], [ -75.061851525615396, 40.030324858985203 ], [ -75.061647028774203, 40.030537600240798 ], [ -75.061644534567606, 40.0305402021907 ], [ -75.060423089939206, 40.029862193850597 ], [ -75.060209943223001, 40.0297438750898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 279, "AUN": 147513703, "SCHOOL_NUM": 8123, "LOCATION_ID": "3403", "SCHOOL_NAME": "FRANKLIN TOWNE ELEMENTARY", "SCHOOL_NAME_LABEL": "FRANKLIN TOWNE CHARTER ELEMENTARY SCHOOL", "STREET_ADDRESS": "4259 RICHMOND ST", "ZIP_CODE": "19137", "PHONE_NUMBER": "(215) 289-3389", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 963, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 19684.16015625, "Shape__Length": 672.86332558555034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.075663894554395, 39.996104632001803 ], [ -75.075131981354303, 39.996374384815702 ], [ -75.074785141814303, 39.995897184342702 ], [ -75.074579752518503, 39.995985512193201 ], [ -75.074556178364304, 39.995953590682099 ], [ -75.074531800749, 39.995920579324 ], [ -75.0745087508121, 39.995889366076 ], [ -75.074483052549894, 39.995854565765001 ], [ -75.074456395040301, 39.995818466987103 ], [ -75.074430616186604, 39.9957835577856 ], [ -75.074401883155701, 39.995744647793302 ], [ -75.074374843389705, 39.9957080321213 ], [ -75.074346934781701, 39.995670239476297 ], [ -75.074320851594607, 39.9956349176842 ], [ -75.074294803192998, 39.995599642875 ], [ -75.0742680555297, 39.995563421432301 ], [ -75.074241484434907, 39.995527439496101 ], [ -75.074215458327203, 39.995492195596697 ], [ -75.074189269627993, 39.995456730523898 ], [ -75.074163015695405, 39.995421249281698 ], [ -75.074134911542899, 39.995383185086901 ], [ -75.074108435331397, 39.995347325842701 ], [ -75.074084159809601, 39.995314447410003 ], [ -75.074057696553496, 39.995278558044703 ], [ -75.074028249416997, 39.9952386795742 ], [ -75.073999865844399, 39.995200277695197 ], [ -75.073975504242398, 39.995167282347097 ], [ -75.073949303025998, 39.995131769616798 ], [ -75.073921907879395, 39.995094671366999 ], [ -75.073896086482605, 39.995059703598599 ], [ -75.073869695067899, 39.995023965658298 ], [ -75.073834117322406, 39.994975787511699 ], [ -75.074412151318697, 39.994676157209398 ], [ -75.075663894554395, 39.996104632001803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 280, "AUN": 126515001, "SCHOOL_NUM": 6525, "LOCATION_ID": "5230", "SCHOOL_NAME": "CONWELL, RUSSELL MIDDLE SCHOOL", "SCHOOL_NAME_LABEL": "RUSSELL H. CONWELL SCHOOL", "STREET_ADDRESS": "1849 E CLEARFIELD ST", "ZIP_CODE": "19134", "PHONE_NUMBER": "(215) 400-7210", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "5-8", "ENROLLMENT": 119, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 7028.7421875, "Shape__Length": 336.01854256680883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114458298221194, 39.994783392005701 ], [ -75.114428676604305, 39.9947511487808 ], [ -75.1143986747757, 39.994718477838298 ], [ -75.114370317491193, 39.994686069906003 ], [ -75.114341075304395, 39.9946537869384 ], [ -75.114311369990602, 39.994621590188999 ], [ -75.114280919843907, 39.994588022530202 ], [ -75.114251008453607, 39.9945551756689 ], [ -75.114219784206696, 39.994523217703197 ], [ -75.114190501745796, 39.994490353730598 ], [ -75.114178310307594, 39.994476677708597 ], [ -75.114162602909801, 39.994459117472601 ], [ -75.114133581539903, 39.994426017327797 ], [ -75.114102742461, 39.994392778572603 ], [ -75.114072062209999, 39.994359221337398 ], [ -75.114042010902807, 39.994325645874198 ], [ -75.114046008529797, 39.994323610119203 ], [ -75.114145881717405, 39.994272755198402 ], [ -75.114372347051102, 39.994156458237697 ], [ -75.114466875451299, 39.994107173134203 ], [ -75.114508445865994, 39.994085350696999 ], [ -75.114640882605698, 39.994017285497598 ], [ -75.114686274175696, 39.994069283157998 ], [ -75.114706800730403, 39.994092806154299 ], [ -75.114743808143601, 39.9941329407065 ], [ -75.114779793436696, 39.994173453864597 ], [ -75.114812981396796, 39.994208809716902 ], [ -75.114895335604302, 39.994297201499002 ], [ -75.114903858935904, 39.994307632870999 ], [ -75.114913932797904, 39.994319164179302 ], [ -75.114929888306705, 39.994335730987501 ], [ -75.114985935365198, 39.994397226711897 ], [ -75.115067247077903, 39.994487060854397 ], [ -75.115091265385701, 39.994514081086898 ], [ -75.114494779742103, 39.994817613935297 ], [ -75.114490076927396, 39.994819972527502 ], [ -75.114475416589201, 39.9948029353245 ], [ -75.114458298221194, 39.994783392005701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 281, "AUN": 126515001, "SCHOOL_NUM": 3642, "LOCATION_ID": "2510", "SCHOOL_NAME": "COPPIN, FANNY JACKSON SCHOOL\n", "SCHOOL_NAME_LABEL": "FANNY JACKSON COPPIN SCHOOL", "STREET_ADDRESS": "1213 S 12TH ST", "ZIP_CODE": "19147", "PHONE_NUMBER": "(215) 400-7970", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 520, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 5507.79296875, "Shape__Length": 300.19731470673906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162924728492399, 39.934913032209202 ], [ -75.163042506418293, 39.934341176890101 ], [ -75.163614514848604, 39.934406758577303 ], [ -75.163613726084606, 39.934410415811399 ], [ -75.163597686683005, 39.9344841570909 ], [ -75.163503995724895, 39.934915135884602 ], [ -75.163488537527797, 39.9349862469032 ], [ -75.163484475939597, 39.935004934745898 ], [ -75.162924728492399, 39.934913032209202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 282, "AUN": 126515001, "SCHOOL_NUM": 5183, "LOCATION_ID": "7510", "SCHOOL_NAME": "BETHUNE, MARY MCLEOD SCHOOL", "SCHOOL_NAME_LABEL": "MARY M. BETHUNE SCHOOL", "STREET_ADDRESS": "3301 OLD YORK RD", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 400-3890", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 398, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 26700.9453125, "Shape__Length": 673.09556192037849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148694725490003, 40.002766069604398 ], [ -75.148732737563606, 40.002791130067799 ], [ -75.148766342783205, 40.002906789550302 ], [ -75.148534223112506, 40.004134972729297 ], [ -75.147194729246706, 40.003962807700098 ], [ -75.147055711212204, 40.003731027555801 ], [ -75.147176953923505, 40.003175995507 ], [ -75.147326802285605, 40.003197398621197 ], [ -75.147336042873107, 40.003153745335503 ], [ -75.147337284743998, 40.003146487617002 ], [ -75.147387015506894, 40.003138007937302 ], [ -75.147472893506801, 40.0031221574298 ], [ -75.147545501454303, 40.003108522133601 ], [ -75.147647333609498, 40.003089278167103 ], [ -75.147764440348098, 40.003066947463601 ], [ -75.147790946122797, 40.003056264132901 ], [ -75.147849349060493, 40.0030315214496 ], [ -75.147904748101695, 40.003007469759403 ], [ -75.147959984045301, 40.002983316360798 ], [ -75.148017899152606, 40.002958191992903 ], [ -75.148074950206293, 40.002933677600801 ], [ -75.148146732940205, 40.002903274396601 ], [ -75.148214782043695, 40.002875139319102 ], [ -75.148248284260106, 40.002860198327703 ], [ -75.1483223481236, 40.002828124641198 ], [ -75.148324240313698, 40.002817154809598 ], [ -75.148344985507606, 40.002720374511 ], [ -75.148403287142401, 40.002728380201603 ], [ -75.148694725490003, 40.002766069604398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 283, "AUN": 126515001, "SCHOOL_NUM": 7024, "LOCATION_ID": "6480", "SCHOOL_NAME": "AMY NORTHWEST", "SCHOOL_NAME_LABEL": "ACADEMY FOR THE MIDDLE YEARS AT NORTHWEST", "STREET_ADDRESS": "6000 RIDGE AVE", "ZIP_CODE": "19128", "PHONE_NUMBER": "(215) 400-3460", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": 150, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 11737.42578125, "Shape__Length": 433.72126871152255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213107307368503, 40.031495553007097 ], [ -75.212694438191093, 40.031129335971499 ], [ -75.212673269325904, 40.031110556607302 ], [ -75.212431663166697, 40.0308962610479 ], [ -75.212877807645697, 40.030618528751802 ], [ -75.212894167059105, 40.030608331558703 ], [ -75.213174012930494, 40.030434103889199 ], [ -75.213787214490097, 40.031002481173601 ], [ -75.213789949400194, 40.0310050407152 ], [ -75.213510071266498, 40.031207043615296 ], [ -75.213152136162606, 40.031465384397798 ], [ -75.213108667286505, 40.031496759976498 ], [ -75.213107307368503, 40.031495553007097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 284, "AUN": 126515001, "SCHOOL_NUM": 7472, "LOCATION_ID": "4370", "SCHOOL_NAME": "OVERBROOK ELEMENTARY SCHOOL", "SCHOOL_NAME_LABEL": "OVERBROOK ELEMENTARY SCHOOL", "STREET_ADDRESS": "2032 N 62ND ST", "ZIP_CODE": "19151", "PHONE_NUMBER": "(215) 400-7520", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 200, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 8893.109375, "Shape__Length": 413.3262370438739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245557972149697, 39.982159424104204 ], [ -75.245213928237902, 39.981794080233001 ], [ -75.245956475350496, 39.981377945385702 ], [ -75.246028797762804, 39.981773208236703 ], [ -75.246078044929305, 39.982046442965398 ], [ -75.246102477965806, 39.982179992789298 ], [ -75.246122165618303, 39.982289373591598 ], [ -75.2461378565567, 39.982373020469701 ], [ -75.246054034111395, 39.982382298674402 ], [ -75.245608754733098, 39.982431870416796 ], [ -75.245557972149697, 39.982159424104204 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 285, "AUN": 0, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "CHRIST THE KING SCHOOL", "SCHOOL_NAME_LABEL": "CHRIST THE KING SCHOOL", "STREET_ADDRESS": "3205 CHESTERFIELD RD", "ZIP_CODE": "19114", "PHONE_NUMBER": "(215) 632-1375", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 4489.53125, "Shape__Length": 385.91120886945248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.995353889664401, 40.075806909084399 ], [ -74.995325341031503, 40.075804475574401 ], [ -74.995135095853698, 40.0757882565144 ], [ -74.995134974476201, 40.075789259417398 ], [ -74.995133753377601, 40.075799288271597 ], [ -74.995106258445801, 40.075796722280103 ], [ -74.995107431026995, 40.075786660725797 ], [ -74.995107604146398, 40.075785178120299 ], [ -74.995087941356104, 40.075783156925397 ], [ -74.995011240839702, 40.075775273182302 ], [ -74.995006610906799, 40.075774798383399 ], [ -74.995007953940402, 40.075660888784 ], [ -74.995041483352594, 40.075552111942599 ], [ -74.995046850852106, 40.075552512062998 ], [ -74.995142804979494, 40.075559669061803 ], [ -74.995142818294994, 40.0755595939169 ], [ -74.9951444819431, 40.075548379509101 ], [ -74.995172311177996, 40.075550689946503 ], [ -74.995171302870602, 40.075561977507199 ], [ -74.995261425862196, 40.075570583874402 ], [ -74.995267900198996, 40.075538392002301 ], [ -74.995118143359704, 40.074965431002497 ], [ -74.995124828385002, 40.074964399602202 ], [ -74.9952224980224, 40.074949334641303 ], [ -74.995251098563799, 40.074944922470202 ], [ -74.995345933935397, 40.074930294060103 ], [ -74.995514898394106, 40.075576740700797 ], [ -74.995505511606297, 40.075594186698197 ], [ -74.995518028413699, 40.075595554472798 ], [ -74.995552450643999, 40.075599318122997 ], [ -74.995552383197904, 40.075599679184599 ], [ -74.995548159067795, 40.075620728159301 ], [ -74.995556771551307, 40.0756216610705 ], [ -74.995587320957497, 40.075624972584798 ], [ -74.995577931129105, 40.075683467603902 ], [ -74.995592685206901, 40.075683466439003 ], [ -74.995583297560898, 40.075748116903 ], [ -74.995564520062899, 40.075746066323703 ], [ -74.995556473094993, 40.0758025064385 ], [ -74.995528378706794, 40.0757993213413 ], [ -74.995520267097504, 40.07579840156 ], [ -74.995518924966802, 40.075820978208903 ], [ -74.995353889664401, 40.075806909084399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 286, "AUN": 226511852, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "GIRARD COLLEGE", "SCHOOL_NAME_LABEL": "GIRARD COLLEGE", "STREET_ADDRESS": "2101 S COLLEGE AVE", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 787-2600", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "1-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 294782.63671875, "Shape__Length": 2705.1183947593936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167457533278494, 39.973499641753499 ], [ -75.167461845763299, 39.973491366128002 ], [ -75.167467585870597, 39.9734836204427 ], [ -75.167474647074499, 39.973476549841003 ], [ -75.167482896949593, 39.973470287620898 ], [ -75.167502549546199, 39.973467936764401 ], [ -75.167657565212906, 39.973449372998097 ], [ -75.168589972189693, 39.973337783539897 ], [ -75.169893926243006, 39.973181714783401 ], [ -75.170064493883402, 39.973161305757202 ], [ -75.170103159701199, 39.973156661997201 ], [ -75.170137549793296, 39.973152551679298 ], [ -75.170266655539194, 39.973137093805299 ], [ -75.170326681710605, 39.973129915159497 ], [ -75.170359536854704, 39.973125979754499 ], [ -75.170571231251998, 39.973100642439498 ], [ -75.170635300098098, 39.973092974479897 ], [ -75.170639572201793, 39.973092458945501 ], [ -75.170720415597899, 39.973082782562997 ], [ -75.170803446965806, 39.973072848957599 ], [ -75.171210566577798, 39.973024112168801 ], [ -75.172826659589305, 39.972830648661201 ], [ -75.172858146914194, 39.972826874419098 ], [ -75.173469103296597, 39.972753724102702 ], [ -75.175460852894005, 39.972515236980101 ], [ -75.176383427409405, 39.972403056711897 ], [ -75.176816515053602, 39.972452294433097 ], [ -75.176822711232603, 39.972452997637703 ], [ -75.177391461669899, 39.972517656277503 ], [ -75.177499677933795, 39.972530302098299 ], [ -75.177540001927198, 39.972537702388699 ], [ -75.177558229086202, 39.972541044925698 ], [ -75.177615295596695, 39.972559990815803 ], [ -75.1776457540726, 39.9725745210391 ], [ -75.177693550076896, 39.972605913781997 ], [ -75.177716165828002, 39.972625570631998 ], [ -75.177738571995704, 39.972650221142302 ], [ -75.177754933088295, 39.972672961147303 ], [ -75.177768524937704, 39.972698591014201 ], [ -75.177781671625098, 39.972735396962499 ], [ -75.177786977021498, 39.972776749567998 ], [ -75.177746018469705, 39.974190872766002 ], [ -75.177086936036005, 39.974259904668898 ], [ -75.177015521189702, 39.974267378863402 ], [ -75.176535574159402, 39.974317645369098 ], [ -75.176466831072403, 39.974324841262998 ], [ -75.175990691241495, 39.974374707724003 ], [ -75.175745795564893, 39.974400357699999 ], [ -75.174279361988695, 39.9745539252364 ], [ -75.174160951702504, 39.9745663232788 ], [ -75.172428323614398, 39.974747742861197 ], [ -75.172160728078097, 39.974775760859004 ], [ -75.172072567460503, 39.974784983337898 ], [ -75.172023175123996, 39.974790160548601 ], [ -75.172012172525896, 39.9747913155718 ], [ -75.171134768590406, 39.974883166621602 ], [ -75.170948538689004, 39.974902661062202 ], [ -75.170811110144996, 39.974917046339101 ], [ -75.168736187655, 39.975134240194997 ], [ -75.168691633748296, 39.9751388963614 ], [ -75.168434236424204, 39.975165845565698 ], [ -75.168406237472595, 39.975168778066497 ], [ -75.168085519046002, 39.974600511885399 ], [ -75.168047594461996, 39.9745332932183 ], [ -75.167991806357804, 39.974434449057902 ], [ -75.167810989057003, 39.974118106696601 ], [ -75.167727456588594, 39.973971938474698 ], [ -75.167462838309604, 39.973508922215601 ], [ -75.167457533278494, 39.973499641753499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 287, "AUN": 300513270, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "DELTA SCHOOL", "SCHOOL_NAME_LABEL": "DELTA SCHOOL", "STREET_ADDRESS": "3515 WOODHAVEN RD", "ZIP_CODE": "19154", "PHONE_NUMBER": "(215) 637-8235", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 15330.2109375, "Shape__Length": 648.03368244404726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.976191781770595, 40.093291019157299 ], [ -74.976227678857398, 40.092874275924302 ], [ -74.976236225597603, 40.092775161826999 ], [ -74.976241324059998, 40.092712623388003 ], [ -74.976438281354902, 40.092728854404001 ], [ -74.976846548898294, 40.092764014602999 ], [ -74.976845365549195, 40.092777026773398 ], [ -74.977589906594403, 40.092258486989401 ], [ -74.977733399343606, 40.092377969392501 ], [ -74.977772271997907, 40.092410342935104 ], [ -74.977777285200006, 40.092414525406703 ], [ -74.977878577188505, 40.092498861866297 ], [ -74.977961693908597, 40.092569799179003 ], [ -74.976803409446603, 40.093364053217996 ], [ -74.976671646678497, 40.0932528654332 ], [ -74.976165152613305, 40.093619692521898 ], [ -74.976190332970106, 40.093308975166003 ], [ -74.976191781770595, 40.093291019157299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 288, "AUN": 126515001, "SCHOOL_NUM": 3714, "LOCATION_ID": "6270", "SCHOOL_NAME": "JENKS ACADEMY ARTS & SCIENCES", "SCHOOL_NAME_LABEL": "JENKS ACADEMY FOR ARTS AND SCIENCES", "STREET_ADDRESS": "8301 GERMANTOWN AVE", "ZIP_CODE": "19118", "PHONE_NUMBER": "(215) 400-3360", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 395, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 16959.484375, "Shape__Length": 523.64203581477886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202620059420397, 40.075132494539901 ], [ -75.203406965773098, 40.074347701676402 ], [ -75.203877386940206, 40.074625827764201 ], [ -75.204243175603295, 40.074840880791399 ], [ -75.204092864152102, 40.074990996961702 ], [ -75.203783826278098, 40.075305307397997 ], [ -75.203679371921993, 40.075410883358003 ], [ -75.203463840983403, 40.075628725740799 ], [ -75.202623260074304, 40.075134400147 ], [ -75.202620059420397, 40.075132494539901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 289, "AUN": 126513420, "SCHOOL_NUM": 7649, "LOCATION_ID": "3334", "SCHOOL_NAME": "NEW FOUNDATIONS CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "NEW FOUNDATIONS CHARTER SCHOOL", "STREET_ADDRESS": "8001 TORRESDALE AVE", "ZIP_CODE": "19136", "PHONE_NUMBER": "(215) 624-8100", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-8", "ENROLLMENT": 1529, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 23614.171875, "Shape__Length": 666.56570761382716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.023706540041701, 40.035924013919697 ], [ -75.023694770916094, 40.034264071128 ], [ -75.023695971872399, 40.034176550693701 ], [ -75.024406082102601, 40.034299987722399 ], [ -75.025031848146696, 40.035242207262201 ], [ -75.023706551996199, 40.035924044614099 ], [ -75.023706540041701, 40.035924013919697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 290, "AUN": 126515001, "SCHOOL_NUM": 3622, "LOCATION_ID": "2260", "SCHOOL_NAME": "CHILDS, GEORGE W. SCHOOL", "SCHOOL_NAME_LABEL": "GEORGE W. CHILDS SCHOOL", "STREET_ADDRESS": "1599 WHARTON ST", "ZIP_CODE": "19146", "PHONE_NUMBER": "(215) 400-7950", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 437, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 12336.34375, "Shape__Length": 454.87531701270751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169455494928997, 39.935011501248297 ], [ -75.169459868764307, 39.934990595876002 ], [ -75.169505887891603, 39.9349935493792 ], [ -75.169512606653001, 39.934962055779501 ], [ -75.169530669850701, 39.9348773861146 ], [ -75.169539588613205, 39.934835575836303 ], [ -75.169548619090193, 39.934792980809299 ], [ -75.169549037283204, 39.934791330098498 ], [ -75.169557794240006, 39.934749888973599 ], [ -75.169567078634202, 39.934706655432997 ], [ -75.169576352109502, 39.934663477959703 ], [ -75.169585622051201, 39.934620316173998 ], [ -75.169594824027996, 39.934577595482402 ], [ -75.169604427349597, 39.934533127967299 ], [ -75.169614359459601, 39.934487167659299 ], [ -75.1707137862537, 39.934628897178797 ], [ -75.170568684021205, 39.935310549090801 ], [ -75.169429502791104, 39.935137376116799 ], [ -75.169430534856104, 39.935132273689902 ], [ -75.169438568621104, 39.935092735461197 ], [ -75.169447457929493, 39.935050007742802 ], [ -75.169455494928997, 39.935011501248297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 291, "AUN": 126515492, "SCHOOL_NUM": null, "LOCATION_ID": "3443", "SCHOOL_NAME": "KIPP WEST PHILA CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "KIPP WEST PHILADELPHIA ELEMENTARY ACADEMY", "STREET_ADDRESS": "5070 PARKSIDE AVE", "ZIP_CODE": "19131", "PHONE_NUMBER": "(267) 787-5700", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-4", "ENROLLMENT": 842, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 26202.359375, "Shape__Length": 859.56222548033384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220704377936002, 39.9799746321806 ], [ -75.220835171592299, 39.979765375630798 ], [ -75.2206473097539, 39.979695883621197 ], [ -75.220740863026705, 39.979546208248301 ], [ -75.220417671159893, 39.979426652625897 ], [ -75.220634029865494, 39.979080502548598 ], [ -75.220097792507701, 39.978882134001097 ], [ -75.220206035223796, 39.978708955963199 ], [ -75.221764699993699, 39.979285535838102 ], [ -75.222167697185199, 39.979434606402599 ], [ -75.221812704649807, 39.980002573108301 ], [ -75.221588571172205, 39.979919664004697 ], [ -75.221216797241993, 39.980514471719196 ], [ -75.220527617910093, 39.980259535848603 ], [ -75.220705446528399, 39.979975028520002 ], [ -75.220704377936002, 39.9799746321806 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 292, "AUN": 126515001, "SCHOOL_NUM": 3713, "LOCATION_ID": "6260", "SCHOOL_NAME": "HOUSTON, HENRY H. SCHOOL", "SCHOOL_NAME_LABEL": "HENRY H. HOUSTON SCHOOL", "STREET_ADDRESS": "7300 RURAL LN", "ZIP_CODE": "19119", "PHONE_NUMBER": "(215) 400-3490", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 458, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 21713.32421875, "Shape__Length": 642.02135929588167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195096624190001, 40.060171614271297 ], [ -75.194952582938996, 40.0600550830329 ], [ -75.194949404717704, 40.060050738221904 ], [ -75.194848326924202, 40.059912542543003 ], [ -75.194754676496899, 40.059784499569098 ], [ -75.1946989985247, 40.059708374404799 ], [ -75.194642448030507, 40.059631057374197 ], [ -75.194585857314493, 40.059553683105399 ], [ -75.194531140133407, 40.0594788710331 ], [ -75.194291101796594, 40.059150678724798 ], [ -75.194888100686399, 40.058600318025 ], [ -75.195903007252596, 40.059956501253197 ], [ -75.195600647274901, 40.060235243354199 ], [ -75.1954027953376, 40.060417638332602 ], [ -75.1953523852968, 40.060377131297102 ], [ -75.195096624190001, 40.060171614271297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 293, "AUN": 126515001, "SCHOOL_NUM": 8493, "LOCATION_ID": "8130\n", "SCHOOL_NAME": "NORTHEAST COMMUNITY PROPEL ACADEMY\n", "SCHOOL_NAME_LABEL": "NORTHEAST COMMUNITY PROPEL ACADEMY", "STREET_ADDRESS": "7500 ROWLAND AVE", "ZIP_CODE": "19136", "PHONE_NUMBER": "(215) 400-8350", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 1789, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 159304.40234375, "Shape__Length": 2290.5418870986341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.039239572076198, 40.042285451866498 ], [ -75.041307401741605, 40.044961602420202 ], [ -75.041442415456899, 40.045044408561203 ], [ -75.041989291849902, 40.044967407943098 ], [ -75.0421971401462, 40.044990777038301 ], [ -75.042617113124095, 40.044925650347203 ], [ -75.042917988107305, 40.044783885621499 ], [ -75.042506877698401, 40.045723649012402 ], [ -75.042404010452699, 40.0466123025125 ], [ -75.042939770619199, 40.047389424507003 ], [ -75.042845742182294, 40.047454914664698 ], [ -75.042745874640502, 40.047515084971302 ], [ -75.042640678567395, 40.047569627572003 ], [ -75.042530688220893, 40.047618265581399 ], [ -75.042416464516293, 40.047660752028101 ], [ -75.042298590678399, 40.0476968686257 ], [ -75.042177663186195, 40.047726432317802 ], [ -75.042054300646996, 40.0477492932351 ], [ -75.041929130618399, 40.0477653343847 ], [ -75.041802790981706, 40.047774473935299 ], [ -75.041675925548105, 40.047776665113702 ], [ -75.041549179620702, 40.047771897226802 ], [ -75.041423198574293, 40.047760194501898 ], [ -75.041298623461799, 40.047741615982801 ], [ -75.041176090923102, 40.047716257780301 ], [ -75.041056223160197, 40.047684247204302 ], [ -75.040939630639997, 40.047645748458699 ], [ -75.040826909389096, 40.047600956946098 ], [ -75.040718630610101, 40.047550102401402 ], [ -75.040615346851993, 40.047493441152703 ], [ -75.040517584373802, 40.047431263825601 ], [ -75.040425840576404, 40.047363886270901 ], [ -75.040340583956095, 40.047291650690603 ], [ -75.040262246695505, 40.047214927714201 ], [ -75.040191228040001, 40.047134105215598 ], [ -75.040127892519806, 40.0470495961548 ], [ -75.040072558507006, 40.046961831549602 ], [ -75.040025510063501, 40.046871257375997 ], [ -75.039986988157295, 40.046778334360503 ], [ -75.039957184851204, 40.046683536716301 ], [ -75.039936255196693, 40.0465873479191 ], [ -75.039924305701504, 40.046490255928397 ], [ -75.039915033093806, 40.046421651878603 ], [ -75.039897795559298, 40.046353962575701 ], [ -75.039872732511498, 40.046287734188198 ], [ -75.039840045484198, 40.046223498580297 ], [ -75.039799996666602, 40.046161773277703 ], [ -75.039752910546497, 40.046103057001297 ], [ -75.039699164020305, 40.046047820423503 ], [ -75.039639192159399, 40.045996508557899 ], [ -75.039986201869198, 40.045743976534602 ], [ -75.038837228176604, 40.044256992576202 ], [ -75.039912079024603, 40.043766405759101 ], [ -75.038890798004601, 40.042444644781902 ], [ -75.039239572076198, 40.042285451866498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 294, "AUN": 226510026, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ALL SAINTS EPISCOPAL SCHOOL", "SCHOOL_NAME_LABEL": "ALL SAINTS EPISCOPAL SCHOOL", "STREET_ADDRESS": "9601 FRANKFORD AVE", "ZIP_CODE": "19114", "PHONE_NUMBER": "(215) 637-8788", "ACTIVE": "O", "GRADE_LEVEL": "PRE-K/KINDERGARTEN", "GRADE_ORG": "PREK-K", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1909.67578125, "Shape__Length": 351.43693878118893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.993963234486202, 40.058981618354501 ], [ -74.993873481478801, 40.058824973160299 ], [ -74.993866728058904, 40.058827257543697 ], [ -74.993843864491097, 40.058787355038902 ], [ -74.993923872725603, 40.058760287090699 ], [ -74.993955450662199, 40.058749603324202 ], [ -74.993929302065993, 40.058703967849802 ], [ -74.993918663643996, 40.058707566954197 ], [ -74.993923483003996, 40.0587159779963 ], [ -74.993890502091404, 40.058727136073301 ], [ -74.993872690655195, 40.0586960489223 ], [ -74.993751427712994, 40.058737073552301 ], [ -74.993739624017095, 40.058741068186102 ], [ -74.993673758844395, 40.058626117130999 ], [ -74.993674060592397, 40.058626013989603 ], [ -74.993781672392501, 40.058589607676701 ], [ -74.993749726110394, 40.058533850392998 ], [ -74.993747309522703, 40.058534667578002 ], [ -74.993655965993497, 40.058565571184801 ], [ -74.993608207520296, 40.058581729230099 ], [ -74.993591129249396, 40.058587507561597 ], [ -74.993587432402506, 40.058581052841497 ], [ -74.993538352548399, 40.058495391434597 ], [ -74.993814647694606, 40.0584019161684 ], [ -74.993808636296393, 40.058391422095198 ], [ -74.993864797730396, 40.058372419951901 ], [ -74.9938675996966, 40.058381527106498 ], [ -74.993880260833706, 40.0583772432893 ], [ -74.993931390011198, 40.0584664813736 ], [ -74.993932302971302, 40.058468074506798 ], [ -74.993778272109907, 40.058520186877999 ], [ -74.993777451708695, 40.058520464548003 ], [ -74.993789036690401, 40.058540684172698 ], [ -74.993790146895606, 40.0585403087061 ], [ -74.993807398983407, 40.058534472567302 ], [ -74.993818713049706, 40.058554217135601 ], [ -74.993801743302797, 40.058559958679602 ], [ -74.993800664306306, 40.058560323631703 ], [ -74.993810227603106, 40.058577016642097 ], [ -74.993923665297899, 40.058538638089701 ], [ -74.993925609311205, 40.058537979640597 ], [ -74.993991232591299, 40.0586525068722 ], [ -74.993990970976, 40.058652596334802 ], [ -74.993987974733201, 40.058653610244001 ], [ -74.993999314774996, 40.058673402721602 ], [ -74.994001740178902, 40.058677636213197 ], [ -74.993967283461004, 40.058689293917297 ], [ -74.993990682335294, 40.058730128324399 ], [ -74.993992721713298, 40.058733689146898 ], [ -74.993994515921202, 40.058736646006103 ], [ -74.994013125820601, 40.058730474096599 ], [ -74.994035034123797, 40.058768708081097 ], [ -74.994025440558204, 40.058771952685497 ], [ -74.994116620256904, 40.058931082873897 ], [ -74.994098369267505, 40.058937258905097 ], [ -74.994053705005001, 40.058952369533998 ], [ -74.994059447025293, 40.058962388576496 ], [ -74.994035251101494, 40.058970575539803 ], [ -74.994029369546098, 40.058960310987601 ], [ -74.993963746414494, 40.058982511426002 ], [ -74.993963234486202, 40.058981618354501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 295, "AUN": 226510232, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ALPHA HOUSE NURSERY & KINDERGARTEN", "SCHOOL_NAME_LABEL": "ALPHA HOUSE NURSERY & KINDERGARTEN", "STREET_ADDRESS": "9801 FRANKFORD AVE", "ZIP_CODE": "19114", "PHONE_NUMBER": "(215) 637-7700", "ACTIVE": "O", "GRADE_LEVEL": "PRE-K/KINDERGARTEN", "GRADE_ORG": "PREK-K", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 8099.51171875, "Shape__Length": 494.35723332977983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.986053098483097, 40.060005389626703 ], [ -74.986083649713294, 40.060032759021297 ], [ -74.986085233676405, 40.0600341768858 ], [ -74.986090956056799, 40.060030405038901 ], [ -74.986101790771798, 40.060023263412504 ], [ -74.986102540901797, 40.0600227689756 ], [ -74.986188508256404, 40.060099781052699 ], [ -74.986363137702497, 40.060256217099003 ], [ -74.986365380616903, 40.060258227493001 ], [ -74.986392359642494, 40.060240446232697 ], [ -74.986403786608093, 40.0602360738377 ], [ -74.986414564186603, 40.060238430312197 ], [ -74.986499143402, 40.0603141979417 ], [ -74.986514768087901, 40.060303899487202 ], [ -74.986516213367906, 40.060305195744597 ], [ -74.986580845047001, 40.060363094040298 ], [ -74.986546997412603, 40.060385401321298 ], [ -74.9865745424447, 40.060410075036998 ], [ -74.986650015704001, 40.0604776873761 ], [ -74.986676408769796, 40.060460292930799 ], [ -74.986684592429299, 40.0604548986339 ], [ -74.986900379667205, 40.060648204196298 ], [ -74.986884559178506, 40.060658630901997 ], [ -74.986933698497396, 40.0607026494013 ], [ -74.986882285928601, 40.060736535454701 ], [ -74.986928646270101, 40.060778065503598 ], [ -74.9869251457133, 40.060780371400099 ], [ -74.986872076207305, 40.060815348442397 ], [ -74.986872575453802, 40.060815795213998 ], [ -74.986920436421897, 40.060858667901599 ], [ -74.986862551230004, 40.060896819150798 ], [ -74.986858476672694, 40.060945028508002 ], [ -74.986855535417902, 40.060979809931901 ], [ -74.986855131300501, 40.0609845848807 ], [ -74.986802689679095, 40.061019148988599 ], [ -74.986794672207495, 40.061019742350098 ], [ -74.9867806353394, 40.061020782269601 ], [ -74.986764207929397, 40.0610142227602 ], [ -74.986716110406206, 40.061045923415797 ], [ -74.986538436153197, 40.0608867611029 ], [ -74.986558305680404, 40.060873665553103 ], [ -74.986173697831404, 40.0605291281571 ], [ -74.986213942879004, 40.060502604695003 ], [ -74.986136622934396, 40.060433340356802 ], [ -74.985995056997993, 40.060526644110503 ], [ -74.985971887808006, 40.060505888165899 ], [ -74.985952250304805, 40.060518829257099 ], [ -74.985930328447196, 40.060499191350601 ], [ -74.9859490246061, 40.060486868501201 ], [ -74.985717460739593, 40.060279426695303 ], [ -74.985726579846101, 40.060273416340003 ], [ -74.985689750973094, 40.0602404229504 ], [ -74.985848324176999, 40.060135911731102 ], [ -74.985838417641901, 40.060127036659601 ], [ -74.985837172640899, 40.060117516210703 ], [ -74.985841351961895, 40.060106323001698 ], [ -74.985852516542906, 40.060098965193397 ], [ -74.985868011714302, 40.060096990701702 ], [ -74.985887169622401, 40.060105673851297 ], [ -74.986047260636596, 40.060000159280598 ], [ -74.986053098483097, 40.060005389626703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 296, "AUN": 168513758, "SCHOOL_NUM": 8145, "LOCATION_ID": "3410", "SCHOOL_NAME": "GUION S BLUFORD ELEMENTARY SCHOOL", "SCHOOL_NAME_LABEL": "GUION S BLUFORD ELEMENTARY SCHOOL", "STREET_ADDRESS": "5720 MEDIA ST", "ZIP_CODE": "19131", "PHONE_NUMBER": "(215) 400-9170", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 477, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 13076.9453125, "Shape__Length": 544.1040861412622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236139071339593, 39.973257227424099 ], [ -75.236406459540007, 39.974686126859702 ], [ -75.235851991954604, 39.974747543230102 ], [ -75.235584615214805, 39.973318641380203 ], [ -75.236139071339593, 39.973257227424099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 297, "AUN": 126515001, "SCHOOL_NUM": 3847, "LOCATION_ID": "1010", "SCHOOL_NAME": "BARTRAM, JOHN HIGH SCHOOL", "SCHOOL_NAME_LABEL": "JOHN BARTRAM HIGH SCHOOL", "STREET_ADDRESS": "2401 S 67TH ST", "ZIP_CODE": "19142", "PHONE_NUMBER": "(215) 400-8100", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 589, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 13314.45703125, "Shape__Length": 932.43121870187497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233552838554203, 39.922544618394099 ], [ -75.233573731682299, 39.922529820788696 ], [ -75.233570529508299, 39.922527139877801 ], [ -75.2335465009958, 39.922507027143403 ], [ -75.233549275437795, 39.922505061915501 ], [ -75.234045558128898, 39.922153574901799 ], [ -75.233999795286906, 39.922115269533499 ], [ -75.233996319420399, 39.922117730696399 ], [ -75.233972619026005, 39.922134517668901 ], [ -75.233889302563398, 39.922064778012 ], [ -75.233891884734206, 39.922062948211703 ], [ -75.233916076253806, 39.922045815012901 ], [ -75.233913142157803, 39.922043360737803 ], [ -75.233870499355206, 39.922007666839299 ], [ -75.233838870901593, 39.922030066465098 ], [ -75.2338356360831, 39.9220273589412 ], [ -75.233430156894102, 39.922314533623002 ], [ -75.233432282186499, 39.922316313558703 ], [ -75.233370893225995, 39.922359791938703 ], [ -75.233367947776998, 39.922357328390298 ], [ -75.233196240695193, 39.922478936754999 ], [ -75.233176308331096, 39.922462252038599 ], [ -75.233172976601395, 39.922464611600397 ], [ -75.233059974173997, 39.922370022356297 ], [ -75.233062960412099, 39.922367907493303 ], [ -75.233063935336304, 39.922367215979499 ], [ -75.233060960163797, 39.922364725866998 ], [ -75.2330429503141, 39.922349649933302 ], [ -75.233045711235206, 39.922347694556699 ], [ -75.233215770435095, 39.922227253079797 ], [ -75.233213147145307, 39.9222250567611 ], [ -75.23321137792, 39.922223576334098 ], [ -75.233214099747599, 39.922221649378002 ], [ -75.233272921523906, 39.9221799899356 ], [ -75.233275045429906, 39.922181767591503 ], [ -75.233606926855302, 39.921946719392302 ], [ -75.233606997505902, 39.921946668009298 ], [ -75.233682858749106, 39.921892940673601 ], [ -75.233711729397399, 39.921872492046198 ], [ -75.233663228757607, 39.921831893110301 ], [ -75.233637557597305, 39.921850076106203 ], [ -75.233637326270994, 39.921850239966503 ], [ -75.233555135552606, 39.921781442646299 ], [ -75.233558046631003, 39.9217793813078 ], [ -75.233579265425604, 39.921764354342002 ], [ -75.233576328555799, 39.921761896618001 ], [ -75.233540538768096, 39.921731938035897 ], [ -75.233534161434093, 39.921726599328103 ], [ -75.233504273877202, 39.921747767788801 ], [ -75.233501023425006, 39.921745048649299 ], [ -75.233095606054704, 39.922032179576703 ], [ -75.233097553969401, 39.922033811466001 ], [ -75.233044479347697, 39.922071400579497 ], [ -75.233036788467601, 39.922076847221902 ], [ -75.233016832122601, 39.922060142801698 ], [ -75.232993751959796, 39.922076488188097 ], [ -75.232887963416204, 39.921987936108401 ], [ -75.232890930100993, 39.921985835462003 ], [ -75.232910741678097, 39.921971803734102 ], [ -75.232907616146505, 39.921969187555597 ], [ -75.232875784832203, 39.921942543477499 ], [ -75.232878119120201, 39.921940890709799 ], [ -75.232937110597703, 39.921899111278599 ], [ -75.232940089963293, 39.921901605991899 ], [ -75.2333866815503, 39.921585315300703 ], [ -75.233385919659298, 39.921584678017702 ], [ -75.233382067733203, 39.921581453504402 ], [ -75.233385307842298, 39.921579157248999 ], [ -75.233406408026596, 39.921564212180797 ], [ -75.233383076562404, 39.9215446812034 ], [ -75.233387842752506, 39.921541305711301 ], [ -75.233385792655596, 39.921539589368201 ], [ -75.233382607490697, 39.9215369245915 ], [ -75.233427398881304, 39.921505201478901 ], [ -75.233430751425303, 39.921508007329798 ], [ -75.233433841458904, 39.921510594558796 ], [ -75.233438585137804, 39.921507234338101 ], [ -75.233435514982403, 39.921504663312902 ], [ -75.233433037835795, 39.921502589588101 ], [ -75.233435759628193, 39.921500662626798 ], [ -75.233622564515898, 39.921368357101898 ], [ -75.233835840091004, 39.921546882357198 ], [ -75.233859002547106, 39.921530476671997 ], [ -75.233868135180103, 39.921538120429403 ], [ -75.233870811907593, 39.921536225130197 ], [ -75.233871700088997, 39.921536967669503 ], [ -75.233922435214794, 39.921579436689299 ], [ -75.233925919707303, 39.921582353540103 ], [ -75.2339230251835, 39.921584402862003 ], [ -75.233930636836703, 39.921590775495801 ], [ -75.233941542084807, 39.921583052233103 ], [ -75.234266857328905, 39.921855357774497 ], [ -75.234257282708697, 39.921864397560498 ], [ -75.234329629208403, 39.921924956140401 ], [ -75.234303343926896, 39.921943571801897 ], [ -75.234516269828106, 39.922121799721403 ], [ -75.234326413903204, 39.922256265231098 ], [ -75.234320222299601, 39.922251082687303 ], [ -75.234268923634502, 39.922287416137301 ], [ -75.234266873223504, 39.922288869058001 ], [ -75.234240991649202, 39.922267205521301 ], [ -75.2342156990359, 39.922285119895697 ], [ -75.234211102163101, 39.9222812720216 ], [ -75.233706149074706, 39.9226389012372 ], [ -75.233676866701799, 39.922614391253397 ], [ -75.233651449126896, 39.922632393992998 ], [ -75.233549451256096, 39.922547017291997 ], [ -75.233552838554203, 39.922544618394099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 298, "AUN": 126513450, "SCHOOL_NUM": 7666, "LOCATION_ID": "3331", "SCHOOL_NAME": "FRANKLIN TOWNE CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "FRANKLIN TOWNE CHARTER HIGH SCHOOL", "STREET_ADDRESS": "5301 TACONY ST", "ZIP_CODE": "19137", "PHONE_NUMBER": "(215) 289-5000", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 1292, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 4311.65625, "Shape__Length": 359.60444953684743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.064833489721494, 40.0079099628758 ], [ -75.064748567144903, 40.007669888963498 ], [ -75.064737755485396, 40.007639327178602 ], [ -75.064713595071595, 40.007571028258802 ], [ -75.064735404139796, 40.007566466609802 ], [ -75.0647602570305, 40.007561268829598 ], [ -75.065048774134794, 40.007500913645401 ], [ -75.065048920337105, 40.007500883275398 ], [ -75.065348659633003, 40.007438181277003 ], [ -75.065367982909393, 40.007492811842802 ], [ -75.065371546525995, 40.007492068466298 ], [ -75.065387017835207, 40.007488842963397 ], [ -75.065401416747903, 40.007529663614697 ], [ -75.065386737015302, 40.007532724042001 ], [ -75.065382408418003, 40.007533626360797 ], [ -75.0654064634669, 40.007601606168699 ], [ -75.065406732346702, 40.007602362576002 ], [ -75.065337664672796, 40.007616810869401 ], [ -75.065337322025997, 40.0076168828246 ], [ -75.0650720242201, 40.007672381125197 ], [ -75.065073047729499, 40.007675277142702 ], [ -75.065073141255297, 40.007675541759298 ], [ -75.065092083891599, 40.007729090102899 ], [ -75.065204749233402, 40.007705522507102 ], [ -75.065219344415198, 40.007746785905198 ], [ -75.065274352350798, 40.007735278561498 ], [ -75.065274523696701, 40.007735242021397 ], [ -75.065446391197497, 40.007699289519202 ], [ -75.065505259581798, 40.007865695794997 ], [ -75.065506649244696, 40.007869629813499 ], [ -75.065486718685506, 40.007873799654803 ], [ -75.065462710493804, 40.007878821368003 ], [ -75.064915508028406, 40.007993289440499 ], [ -75.064890216336707, 40.007998579488699 ], [ -75.064880304920095, 40.008000653227597 ], [ -75.064866587555898, 40.008003523227501 ], [ -75.064833489721494, 40.0079099628758 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 299, "AUN": 226511652, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "FRIENDS SELECT SCHOOL", "SCHOOL_NAME_LABEL": "FRIENDS SELECT SCHOOL", "STREET_ADDRESS": "1651 BENJAMIN FRANKLIN PKY", "ZIP_CODE": "19103", "PHONE_NUMBER": "(215) 561-5900", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "PREK-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 10937.69921875, "Shape__Length": 453.71746340715902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167525892495803, 39.956749106978002 ], [ -75.166128820911695, 39.956591882306903 ], [ -75.166232763650896, 39.956107565646199 ], [ -75.167626376530905, 39.956288841731698 ], [ -75.167527019189393, 39.956749228073399 ], [ -75.167525892495803, 39.956749106978002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 300, "AUN": 126515001, "SCHOOL_NUM": 3805, "LOCATION_ID": "2480", "SCHOOL_NAME": "MARIAN ANDERSON NEIGHBORHOOD ACADEMY", "SCHOOL_NAME_LABEL": "MARIAN ANDERSON NEIGHBORHOOD ACADEMY", "STREET_ADDRESS": "2000 CATHARINE ST", "ZIP_CODE": "19146", "PHONE_NUMBER": "(215) 400-7940", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 339, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 7820.55859375, "Shape__Length": 472.49200632027924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177584955545896, 39.941881848313997 ], [ -75.177527130373704, 39.942152224716601 ], [ -75.175784487105403, 39.941939720282697 ], [ -75.175842330102796, 39.941668897878202 ], [ -75.177584955545896, 39.941881848313997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 301, "AUN": 226519422, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "BLESSED TRINITY REGIONAL CATHOLIC SCHOOL", "SCHOOL_NAME_LABEL": "BLESSED TRINITY REGIONAL CATHOLIC SCHOOL", "STREET_ADDRESS": "3033 LEVICK ST", "ZIP_CODE": "19149", "PHONE_NUMBER": "(215) 338-9797", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 5891.2734375, "Shape__Length": 677.20095312424121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.060093905888294, 40.031038820740299 ], [ -75.060102608629194, 40.031029588374899 ], [ -75.060094407445703, 40.031025020584103 ], [ -75.060031894503297, 40.030990200804901 ], [ -75.060032451191503, 40.030989611269597 ], [ -75.060186566212195, 40.030826108503 ], [ -75.060178376535006, 40.030821546618803 ], [ -75.060154115761307, 40.030808031497102 ], [ -75.060142925760303, 40.030814218643599 ], [ -75.060124821839693, 40.030817813282297 ], [ -75.060108058677301, 40.030817301269202 ], [ -75.060081032290498, 40.030810572681503 ], [ -75.060054973074202, 40.030838217981099 ], [ -75.060039995677698, 40.030829876024697 ], [ -75.060034849212897, 40.030833814692102 ], [ -75.059740434516002, 40.030669821031999 ], [ -75.059726442897997, 40.030684662380601 ], [ -75.059604391195904, 40.030616677876502 ], [ -75.059604944912607, 40.030616089399999 ], [ -75.0597687951377, 40.030442261748902 ], [ -75.059809977783502, 40.030398571744101 ], [ -75.060084930333502, 40.030106872966101 ], [ -75.060073109682506, 40.030100288777703 ], [ -75.060106866387201, 40.030064476710201 ], [ -75.060138133953004, 40.0300818919224 ], [ -75.060142089056498, 40.030077697833697 ], [ -75.060170578460003, 40.030093566873099 ], [ -75.060175888814598, 40.030087931315698 ], [ -75.060255724897999, 40.030132400362703 ], [ -75.060251197722806, 40.030137202778299 ], [ -75.060270525638899, 40.030147969048102 ], [ -75.060264828402794, 40.030154013408499 ], [ -75.060283636029496, 40.0301644881662 ], [ -75.060090348567698, 40.030369549946698 ], [ -75.060076557364098, 40.030384180904299 ], [ -75.060060401614507, 40.030401319951899 ], [ -75.059976303575695, 40.030490541592897 ], [ -75.0599511211405, 40.030476514892399 ], [ -75.059909868081405, 40.030520282138902 ], [ -75.059870154221201, 40.030498160413799 ], [ -75.059854992547599, 40.030514244843602 ], [ -75.059854428141307, 40.030514844333901 ], [ -75.060161741189802, 40.030686022674601 ], [ -75.060169942336898, 40.030690590460502 ], [ -75.060168680512007, 40.030691929369901 ], [ -75.060168128308007, 40.030692516758101 ], [ -75.060176381082798, 40.030697112784203 ], [ -75.060184582187702, 40.030701681694403 ], [ -75.060158160524196, 40.030729712734001 ], [ -75.060157606855995, 40.030730300087903 ], [ -75.0601608179404, 40.030732088409401 ], [ -75.0601674149475, 40.030735763757001 ], [ -75.060176454268799, 40.0307484988788 ], [ -75.060181148673493, 40.03075799885 ], [ -75.060181484669499, 40.030773402210599 ], [ -75.060180477525506, 40.030780847164003 ], [ -75.060177508978398, 40.030786765084997 ], [ -75.060177157335602, 40.030787467548798 ], [ -75.060205558207002, 40.030803286066998 ], [ -75.060357700815302, 40.030641876876203 ], [ -75.060349509729704, 40.030637313844601 ], [ -75.060305194077102, 40.030612629152102 ], [ -75.060304652570295, 40.030612983646002 ], [ -75.060251595373302, 40.030583430164498 ], [ -75.060252150547896, 40.030582841719301 ], [ -75.060309487227599, 40.0305220124269 ], [ -75.0603012889745, 40.030517445844602 ], [ -75.060262495258002, 40.030495838004498 ], [ -75.060263050476294, 40.030495248433802 ], [ -75.060369640317901, 40.030382166548399 ], [ -75.060360544209601, 40.030378554324301 ], [ -75.060360444679304, 40.030378514825202 ], [ -75.060394305412999, 40.030342591353403 ], [ -75.060401245017502, 40.030346457173501 ], [ -75.060412688389604, 40.0303343177738 ], [ -75.060410854280406, 40.030326362513399 ], [ -75.060438109214999, 40.030297447637601 ], [ -75.060449200671897, 40.030297182531598 ], [ -75.060454688355904, 40.030291360768601 ], [ -75.060625871045005, 40.030386711949703 ], [ -75.060612388839203, 40.030401016818203 ], [ -75.060582185228796, 40.030433058015198 ], [ -75.060560072321806, 40.0304565181223 ], [ -75.060559033007905, 40.030455939640497 ], [ -75.060535259634705, 40.030442697314903 ], [ -75.060481983971201, 40.030499217957797 ], [ -75.060489846751096, 40.030503598714098 ], [ -75.060488162777901, 40.030505386147503 ], [ -75.060476618409695, 40.030517633567797 ], [ -75.060466084998396, 40.030528808765901 ], [ -75.060377090065003, 40.030623224295802 ], [ -75.060376533382694, 40.030623813832698 ], [ -75.060442766066203, 40.030660707347302 ], [ -75.060450223707903, 40.030652796240503 ], [ -75.060499013428696, 40.030679973422302 ], [ -75.060507214597706, 40.0306845411842 ], [ -75.060484463751806, 40.030708679018197 ], [ -75.060483907025201, 40.030709269680898 ], [ -75.060540037889794, 40.030740534932796 ], [ -75.0605429021021, 40.030742129279702 ], [ -75.060548214674796, 40.030745089731099 ], [ -75.060526581935605, 40.030768039598598 ], [ -75.060437866600694, 40.030862159877401 ], [ -75.060220469949201, 40.031092797750198 ], [ -75.060151265237394, 40.031054249792 ], [ -75.060140499199804, 40.031065671807497 ], [ -75.060093350664005, 40.0310394103101 ], [ -75.060093905888294, 40.031038820740299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 302, "AUN": 326510170, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "BRIDGE WAY SCHOOL", "SCHOOL_NAME_LABEL": "BRIDGE WAY SCHOOL", "STREET_ADDRESS": "7360 JACKSON ST", "ZIP_CODE": "19136", "PHONE_NUMBER": "(267) 437-2194", "ACTIVE": "O", "GRADE_LEVEL": "UNGRADED", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1081.40234375, "Shape__Length": 195.03883894424897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.035226507127206, 40.033395531761897 ], [ -75.035165104993297, 40.033427655832398 ], [ -75.035131072305504, 40.033389227867701 ], [ -75.035097488280101, 40.0333513060773 ], [ -75.0353226906103, 40.033233455421602 ], [ -75.035322434069897, 40.0332331655259 ], [ -75.035314060528904, 40.033223709277102 ], [ -75.035335247263902, 40.033212622523202 ], [ -75.035343605424302, 40.033222060385903 ], [ -75.035343982499001, 40.033222487162298 ], [ -75.035469169358706, 40.0331569750822 ], [ -75.035469207217005, 40.033157017650801 ], [ -75.035536037684693, 40.033232479083097 ], [ -75.035618275413796, 40.033325335647802 ], [ -75.035618214045897, 40.033325367986897 ], [ -75.035557961150502, 40.033356899948998 ], [ -75.035518267920395, 40.033377672672103 ], [ -75.035438482190699, 40.033287585033797 ], [ -75.035351496204896, 40.033333106864397 ], [ -75.035417313093404, 40.033407424847702 ], [ -75.035405735707101, 40.033413483354003 ], [ -75.035421142523504, 40.033430885303403 ], [ -75.035398002965294, 40.033442988033201 ], [ -75.035376419696306, 40.033454279427403 ], [ -75.035357727729902, 40.033464058936303 ], [ -75.035342289932899, 40.033446625835303 ], [ -75.035330836688601, 40.033452620816 ], [ -75.035296868350599, 40.033414266508302 ], [ -75.035263258287003, 40.0333763154322 ], [ -75.035226507127206, 40.033395531761897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 303, "AUN": 226510732, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "CALVARY CHRISTIAN ACADEMY", "SCHOOL_NAME_LABEL": "CALVARY CHRISTIAN ACADEMY", "STREET_ADDRESS": "13500 PHILMONT AVE", "ZIP_CODE": "19116", "PHONE_NUMBER": "(215) 969-1579", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "PREK-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 21603.30078125, "Shape__Length": 836.66848098792116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.016638446338604, 40.130227071582802 ], [ -75.016603133397695, 40.130161229191799 ], [ -75.016602488033698, 40.130160022210397 ], [ -75.016602660441507, 40.130159967739303 ], [ -75.016682283289995, 40.130134807016603 ], [ -75.016605149187598, 40.129990989188798 ], [ -75.016581615768104, 40.129984159681101 ], [ -75.016560141015603, 40.1299441178192 ], [ -75.016570139165097, 40.129925898477801 ], [ -75.016557593527295, 40.129902507428604 ], [ -75.016462286278397, 40.129932623892202 ], [ -75.016460367490595, 40.1299332304255 ], [ -75.016421744111497, 40.1298612159122 ], [ -75.016395592703503, 40.129812454418698 ], [ -75.016396040073403, 40.129812312999 ], [ -75.016445543349604, 40.129796669156001 ], [ -75.016492777005894, 40.129781744003601 ], [ -75.016479605088605, 40.129757183584204 ], [ -75.016456357512993, 40.129750327052797 ], [ -75.016434957905702, 40.129710426612696 ], [ -75.016445119586507, 40.129692554695403 ], [ -75.016392700971593, 40.129594813829499 ], [ -75.016375243247793, 40.1296003312059 ], [ -75.016362093274196, 40.129575810713497 ], [ -75.016361964919597, 40.129575573388699 ], [ -75.016378765670595, 40.129570264536603 ], [ -75.016379092665701, 40.129570160803198 ], [ -75.016367288182806, 40.129548151315802 ], [ -75.016365503217401, 40.129544822295898 ], [ -75.016368032838002, 40.129544023040502 ], [ -75.016540463390797, 40.129489533639799 ], [ -75.016628216820195, 40.129461803352697 ], [ -75.016636193576801, 40.129459283008998 ], [ -75.016621867198296, 40.129432568680997 ], [ -75.0166195391391, 40.129428225461901 ], [ -75.016819059237093, 40.129365175201499 ], [ -75.016820145546802, 40.129367200230199 ], [ -75.016963168211703, 40.1293220029089 ], [ -75.017019045507894, 40.1293043455155 ], [ -75.017022474285397, 40.129303262380503 ], [ -75.017023893550103, 40.1293059091619 ], [ -75.017038225696993, 40.129332629205699 ], [ -75.017079616493206, 40.129319548425798 ], [ -75.017374437335604, 40.129226381245999 ], [ -75.017386463141307, 40.1292488036094 ], [ -75.0173922398684, 40.129259576673498 ], [ -75.017728434238094, 40.129153332921703 ], [ -75.017817591469793, 40.129319568843698 ], [ -75.0176510093508, 40.129372211117698 ], [ -75.017658221878193, 40.129385659490801 ], [ -75.017723006758203, 40.129506448502298 ], [ -75.017889284510503, 40.129453901382803 ], [ -75.017893189010906, 40.1294611811621 ], [ -75.017903667367193, 40.129480719377398 ], [ -75.018364646009701, 40.129335038877798 ], [ -75.018446393241604, 40.129487450694498 ], [ -75.018484665692199, 40.129475355216002 ], [ -75.018525068044596, 40.129550679812397 ], [ -75.018533553882904, 40.129589841763099 ], [ -75.018505230384207, 40.129598792341497 ], [ -75.018567210997404, 40.1297143500733 ], [ -75.017957982956403, 40.1299068810984 ], [ -75.017961644565702, 40.129913707956902 ], [ -75.017848651303098, 40.129949416587401 ], [ -75.017765325298797, 40.129975749352397 ], [ -75.017749401555605, 40.129946059797803 ], [ -75.017743125205698, 40.129934355811201 ], [ -75.017710644450304, 40.1298737981624 ], [ -75.017638462512593, 40.129896608900602 ], [ -75.017670993597307, 40.129957263503698 ], [ -75.017242243778398, 40.130093803424302 ], [ -75.017241773835906, 40.130092903594097 ], [ -75.017240903313393, 40.130091239613499 ], [ -75.0172055237271, 40.130102246700403 ], [ -75.017205051593095, 40.130101364839099 ], [ -75.017146652650297, 40.129992479263997 ], [ -75.017106376147495, 40.130005208111598 ], [ -75.017173256790599, 40.130129907123802 ], [ -75.017171330583295, 40.130130515745201 ], [ -75.016671393023898, 40.130288500004397 ], [ -75.016638446338604, 40.130227071582802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 304, "AUN": 126515001, "SCHOOL_NUM": 3616, "LOCATION_ID": "1440", "SCHOOL_NAME": "PENROSE SCHOOL", "SCHOOL_NAME_LABEL": "PENROSE SCHOOL", "STREET_ADDRESS": "2515 S 78TH ST", "ZIP_CODE": "19153", "PHONE_NUMBER": "(215) 400-8310", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 361, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 35043.59765625, "Shape__Length": 809.85102725713648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.247017415496401, 39.907311511386801 ], [ -75.247055586053094, 39.907267371721701 ], [ -75.247133467556495, 39.9071816577761 ], [ -75.247172631861702, 39.907139439739197 ], [ -75.247212567813904, 39.907095644905702 ], [ -75.247262773626105, 39.907039549340404 ], [ -75.247417011558497, 39.906870147743398 ], [ -75.247126919389501, 39.906710116610697 ], [ -75.247484252459003, 39.906317388069098 ], [ -75.248070385343098, 39.9066346707965 ], [ -75.248985054280197, 39.907129781954303 ], [ -75.247952902864299, 39.9082670835408 ], [ -75.246896214323797, 39.907692764564999 ], [ -75.2471032501699, 39.907461168465801 ], [ -75.2469568053302, 39.907379017133799 ], [ -75.246981130555696, 39.907352774120099 ], [ -75.247017415496401, 39.907311511386801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 305, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "3369", "SCHOOL_NAME": "CHRISTOPHER COLUMBUS CHARTER SCHOOL (ANNEX)", "SCHOOL_NAME_LABEL": "CHRISTOPHER COLUMBUS CHARTER SCHOOL (SOUTH)", "STREET_ADDRESS": "1242 S 13TH ST", "ZIP_CODE": "19147", "PHONE_NUMBER": "(215) 389-6000", "ACTIVE": "O", "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "5-8", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 2076.578125, "Shape__Length": 198.2620920926494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165631813382802, 39.934376503780598 ], [ -75.165640152224, 39.934332345926002 ], [ -75.165625026914, 39.934329780699201 ], [ -75.165634872746494, 39.934287236961801 ], [ -75.165439662862397, 39.934260511759298 ], [ -75.165448768599603, 39.934217080749399 ], [ -75.165458353185798, 39.934173176234196 ], [ -75.1654679240132, 39.934129094583902 ], [ -75.165497326266305, 39.933997445203602 ], [ -75.165507681039699, 39.933946481685801 ], [ -75.165720825185005, 39.933974594157696 ], [ -75.165862579888, 39.933993505466098 ], [ -75.165860952482802, 39.934001060983803 ], [ -75.165851685381597, 39.934043779960099 ], [ -75.165850558434897, 39.934048639200697 ], [ -75.165823327879394, 39.934176097184 ], [ -75.165813962361, 39.934219748744802 ], [ -75.165804308801796, 39.934263780125299 ], [ -75.165794364935195, 39.934307789195898 ], [ -75.165784493862205, 39.934350960834799 ], [ -75.165776066271306, 39.9343952619869 ], [ -75.165631813382802, 39.934376503780598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 306, "AUN": 126516724, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "DEEP ROOTS CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "DEEP ROOTS CHARTER SCHOOL", "STREET_ADDRESS": "3556 FRANKFORD AVE", "ZIP_CODE": "19134", "PHONE_NUMBER": "(267) 399-3727", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 350, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 1923.60546875, "Shape__Length": 205.96488577593374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.101792438517606, 39.998328462299703 ], [ -75.1017973100261, 39.998325926770697 ], [ -75.101774843887, 39.998300435195503 ], [ -75.101770988750999, 39.998296060714402 ], [ -75.101813102715695, 39.998274106592902 ], [ -75.101631210540106, 39.998067712581197 ], [ -75.101625379520996, 39.998061095111602 ], [ -75.101691764886993, 39.998026489597102 ], [ -75.101688532404694, 39.998022822147803 ], [ -75.101750569279005, 39.9979904826181 ], [ -75.101754518431406, 39.997994961761897 ], [ -75.101820118896597, 39.997960764933097 ], [ -75.101822825535194, 39.997963834575501 ], [ -75.1020607739204, 39.998233838003202 ], [ -75.102061578151904, 39.998233418427098 ], [ -75.102102165749002, 39.998212260196802 ], [ -75.102103399804605, 39.998213661613399 ], [ -75.102158310183597, 39.998275968768198 ], [ -75.102133627589495, 39.998288834962501 ], [ -75.102158765353295, 39.998317359249299 ], [ -75.101942490982097, 39.998430076894401 ], [ -75.101902375735406, 39.998450984668899 ], [ -75.101899185833602, 39.998452645572002 ], [ -75.101792438517606, 39.998328462299703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 307, "AUN": 226517602, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "DEPAUL CATHOLIC SCHOOL", "SCHOOL_NAME_LABEL": "DEPAUL CATHOLIC SCHOOL", "STREET_ADDRESS": "44 W LOGAN ST", "ZIP_CODE": "19144", "PHONE_NUMBER": "(215) 842-1266", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1772.796875, "Shape__Length": 194.54329365559312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162818021739596, 40.027102703842203 ], [ -75.162648412187494, 40.026983023489997 ], [ -75.162649504808797, 40.026982108798897 ], [ -75.1626520835447, 40.026979949275301 ], [ -75.162706182763401, 40.0269346374644 ], [ -75.162700567505496, 40.026930673760504 ], [ -75.162696490086006, 40.026927797763697 ], [ -75.162705744249294, 40.026920045790902 ], [ -75.162730501014195, 40.026899312569 ], [ -75.162734679413404, 40.0268958116568 ], [ -75.162737525555599, 40.026897820842898 ], [ -75.162743695892701, 40.026902173224002 ], [ -75.162807354720897, 40.026848856105502 ], [ -75.1632363629504, 40.027151571760797 ], [ -75.163242577518801, 40.027155956645601 ], [ -75.163240357461703, 40.027157815663799 ], [ -75.163184468142205, 40.027204627007997 ], [ -75.163185833465903, 40.027205590311901 ], [ -75.163208852718199, 40.027221833773503 ], [ -75.163161438073303, 40.027261546792097 ], [ -75.163138639914493, 40.027245460347501 ], [ -75.163138093483596, 40.027245075244203 ], [ -75.163085044610796, 40.0272895065238 ], [ -75.1630839988687, 40.027290382855597 ], [ -75.162818065958504, 40.027102735247603 ], [ -75.162818021739596, 40.027102703842203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 308, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "3290", "SCHOOL_NAME": "EXCEL ACADEMY SOUTH", "SCHOOL_NAME_LABEL": "EXCEL ACADEMY SOUTH", "STREET_ADDRESS": "4641 ROOSEVELT BLVD", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 904-6254", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 209, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 374.875, "Shape__Length": 87.951410408964136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.103031349910296, 40.0263121555829 ], [ -75.103019982775905, 40.026322669925598 ], [ -75.103016851721193, 40.026325568911098 ], [ -75.1030280985389, 40.026332752580998 ], [ -75.102998552086802, 40.026360084649703 ], [ -75.103004229758497, 40.026363712651403 ], [ -75.102974253072702, 40.026391444767398 ], [ -75.102963565219795, 40.0264013327767 ], [ -75.102939002309, 40.026424057164803 ], [ -75.102930262745502, 40.026418474297699 ], [ -75.102902816644999, 40.026443864601397 ], [ -75.102889490036404, 40.026435351259799 ], [ -75.102870366797106, 40.0264530426101 ], [ -75.102808642541802, 40.026413609733197 ], [ -75.102827279397502, 40.026396368960498 ], [ -75.102813578307405, 40.026387616087803 ], [ -75.102841971389907, 40.0263613477277 ], [ -75.102837199963304, 40.026358299248102 ], [ -75.102903702556802, 40.026296776800798 ], [ -75.102909431683599, 40.026300437529699 ], [ -75.102938572408306, 40.026273479070397 ], [ -75.102947381964896, 40.026279107475901 ], [ -75.102971680344893, 40.026256628152602 ], [ -75.103042480009904, 40.026301858781203 ], [ -75.103031349910296, 40.0263121555829 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 309, "AUN": 226511802, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "GESU SCHOOL", "SCHOOL_NAME_LABEL": "GESU SCHOOL", "STREET_ADDRESS": "1700 W THOMPSON ST", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 763-3660", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1884.203125, "Shape__Length": 215.99475815014682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164684680809401, 39.973723127045098 ], [ -75.164714672993696, 39.973727314467801 ], [ -75.164714493666096, 39.973728179907802 ], [ -75.164721331000095, 39.973728999574902 ], [ -75.164735951529906, 39.973730749192903 ], [ -75.164729463276203, 39.9737576042046 ], [ -75.164727569544993, 39.973765436417096 ], [ -75.164753831882095, 39.973768544175599 ], [ -75.164756683837595, 39.973768882111202 ], [ -75.164734619089501, 39.973877450706297 ], [ -75.164731202073298, 39.973894266641302 ], [ -75.163984429702495, 39.973798580753702 ], [ -75.163986571366195, 39.973788660403102 ], [ -75.164017455208494, 39.973645575652597 ], [ -75.164682976964102, 39.9737317778281 ], [ -75.164684680809401, 39.973723127045098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 310, "AUN": 126515001, "SCHOOL_NUM": 3843, "LOCATION_ID": "6050", "SCHOOL_NAME": "GIRLS, PHILA HIGH SCHOOL FOR", "SCHOOL_NAME_LABEL": "PHILADELPHIA HIGH SCHOOL FOR GIRLS", "STREET_ADDRESS": "1400 W OLNEY AVE", "ZIP_CODE": "19141", "PHONE_NUMBER": "(215) 400-3700", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 596, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 13677.08203125, "Shape__Length": 882.16710985002658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145452116306203, 40.038875298878601 ], [ -75.145107014239002, 40.038831935607398 ], [ -75.145116535227402, 40.0387871726466 ], [ -75.145077385299203, 40.038782253837901 ], [ -75.145135144451004, 40.038510690042301 ], [ -75.145174215472295, 40.0385155991614 ], [ -75.145179162777893, 40.038492338916498 ], [ -75.145182618910198, 40.038476089699103 ], [ -75.1451847736557, 40.038465953667803 ], [ -75.145241208062103, 40.038473045056101 ], [ -75.145241521107295, 40.038471569978398 ], [ -75.145275939246005, 40.0383097480508 ], [ -75.145228302567304, 40.038303762840897 ], [ -75.145217552352307, 40.0383024119214 ], [ -75.145230043192896, 40.038243680675201 ], [ -75.145256676620804, 40.038118457315399 ], [ -75.145266576661498, 40.038119701102502 ], [ -75.145268311959896, 40.038119919532399 ], [ -75.145281031494306, 40.038060114497497 ], [ -75.145551722709499, 40.038094128044698 ], [ -75.145869990952406, 40.038134120055702 ], [ -75.146223648364398, 40.038178558047697 ], [ -75.146382297241601, 40.038198492106098 ], [ -75.146369619965697, 40.038258098848601 ], [ -75.146389195535207, 40.0382605586138 ], [ -75.146474369124505, 40.038271260692703 ], [ -75.1466879696776, 40.038298098295598 ], [ -75.146700455496898, 40.038239388203799 ], [ -75.146971643915904, 40.0382734614507 ], [ -75.1469704960097, 40.038278862947998 ], [ -75.146958832911196, 40.0383337026867 ], [ -75.146969389229298, 40.038335028775201 ], [ -75.146966358843599, 40.038349281792101 ], [ -75.146937311864306, 40.0384858599297 ], [ -75.146933789767104, 40.038502426430803 ], [ -75.146930096172895, 40.038519796583302 ], [ -75.146921104541505, 40.038518667009399 ], [ -75.146906379032202, 40.038587904323499 ], [ -75.146942304731894, 40.038592418314202 ], [ -75.146967659480197, 40.038595604748899 ], [ -75.146971364912403, 40.038596070530197 ], [ -75.146966292725097, 40.038619928312002 ], [ -75.146924126791703, 40.038818199229098 ], [ -75.146918931797899, 40.038842621868 ], [ -75.146785789244504, 40.038825893138799 ], [ -75.146740463434796, 40.038820198584702 ], [ -75.146739462099802, 40.038824910743898 ], [ -75.146736565183204, 40.038824911536899 ], [ -75.146731339448394, 40.038849484392699 ], [ -75.146720615340001, 40.038848137587102 ], [ -75.1467202492952, 40.0388480921238 ], [ -75.146719595747399, 40.038851072072703 ], [ -75.146719538451705, 40.038851343332297 ], [ -75.1467173001774, 40.038861867184799 ], [ -75.146631794727796, 40.038851125120203 ], [ -75.146632824243795, 40.038846289710499 ], [ -75.146634694286305, 40.038837496479601 ], [ -75.146629050800399, 40.038836787410503 ], [ -75.146628697888602, 40.038836743370801 ], [ -75.146622777361202, 40.038835998739003 ], [ -75.146623865853599, 40.038830886476497 ], [ -75.146623923106503, 40.038830616342203 ], [ -75.146629016538199, 40.038806666699799 ], [ -75.146623224285904, 40.0388059396169 ], [ -75.146622871374404, 40.038805895577298 ], [ -75.146580637140701, 40.038800588640697 ], [ -75.1464533044402, 40.038784590385298 ], [ -75.146463616517806, 40.038736103783599 ], [ -75.146414578039398, 40.038729943137298 ], [ -75.146420710588202, 40.038701100871997 ], [ -75.146405998178395, 40.038699252542301 ], [ -75.146425866262405, 40.0386058313685 ], [ -75.146443785374203, 40.038608082381003 ], [ -75.146449874862498, 40.038579445246498 ], [ -75.146497602222794, 40.038585442135002 ], [ -75.146507828294105, 40.038537362418097 ], [ -75.146576210385405, 40.038545954975802 ], [ -75.146591188669007, 40.038475522818203 ], [ -75.146235594367297, 40.038430842740901 ], [ -75.146215117535405, 40.038428270165198 ], [ -75.146208761939604, 40.038458150294503 ], [ -75.146180306222504, 40.038591956404098 ], [ -75.146171568339795, 40.038590858428201 ], [ -75.1458943185321, 40.038556021933999 ], [ -75.145889636062904, 40.038555433728099 ], [ -75.145924326611706, 40.038392315844497 ], [ -75.145542445256197, 40.038344331189002 ], [ -75.145507552360797, 40.038508383702201 ], [ -75.145564100597198, 40.038515488774202 ], [ -75.145634270431501, 40.038592455726203 ], [ -75.145656039269596, 40.038595191726301 ], [ -75.145645622893994, 40.038644166959003 ], [ -75.145663110325401, 40.038646364381002 ], [ -75.145633238021205, 40.038786812559998 ], [ -75.145615754946604, 40.038784615233098 ], [ -75.145605522518593, 40.038832728529201 ], [ -75.145583246113901, 40.038829929203899 ], [ -75.145493778847495, 40.038880534701399 ], [ -75.145452116306203, 40.038875298878601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 311, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "6955", "SCHOOL_NAME": "HIGH ROAD SCHOOL OF PHILADELPHIA- GERMANTOWN", "SCHOOL_NAME_LABEL": "HIGH ROAD SCHOOL OF PHILADELPHIA- GERMANTOWN", "STREET_ADDRESS": "5612 GREENE ST", "ZIP_CODE": "19144", "PHONE_NUMBER": "(267) 270-4665", "ACTIVE": "O", "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "6-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 3223.05859375, "Shape__Length": 240.68054651915025 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176238872670694, 40.0338197114678 ], [ -75.176155071454502, 40.033767886019099 ], [ -75.176156314202203, 40.033766642318199 ], [ -75.176159428796197, 40.033763522539701 ], [ -75.176152053590101, 40.033759415342203 ], [ -75.176317344903794, 40.033597430374101 ], [ -75.176306168068905, 40.0335906836332 ], [ -75.176299909991698, 40.033586906695497 ], [ -75.176303543147199, 40.033583171205301 ], [ -75.176349369955901, 40.033536053761097 ], [ -75.176349464474399, 40.033535956767899 ], [ -75.176364822497703, 40.033545263712902 ], [ -75.1763742953855, 40.033551004806199 ], [ -75.176524082337707, 40.033404950012198 ], [ -75.176856767741597, 40.033609145125702 ], [ -75.176741219142599, 40.033722084971402 ], [ -75.176736317651304, 40.033720320674597 ], [ -75.1767383301477, 40.033730075274001 ], [ -75.176735520521305, 40.033735238183098 ], [ -75.176729971823804, 40.033740650572099 ], [ -75.176721565944902, 40.0337431675215 ], [ -75.176710329405495, 40.033741780493799 ], [ -75.1767179175108, 40.0337463789702 ], [ -75.176656980871797, 40.033806392727598 ], [ -75.176642175352399, 40.0337978910921 ], [ -75.176638204774704, 40.033795610421599 ], [ -75.176636549650993, 40.033797258226301 ], [ -75.1764793861052, 40.033953636775202 ], [ -75.176432344460807, 40.033960418111697 ], [ -75.176270987771005, 40.033855563776299 ], [ -75.176250625516602, 40.033842332280798 ], [ -75.176259676636803, 40.033832576692099 ], [ -75.176252199414407, 40.033827952513199 ], [ -75.176238872670694, 40.0338197114678 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 312, "AUN": 126515001, "SCHOOL_NUM": 3727, "LOCATION_ID": "6390", "SCHOOL_NAME": "STEEL, EDWARD SCHOOL", "SCHOOL_NAME_LABEL": "EDWARD T. STEEL SCHOOL", "STREET_ADDRESS": "4301 WAYNE AVE", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 400-3910", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 363, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 22617.140625, "Shape__Length": 681.91617906788554 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155943023069, 40.019244198617997 ], [ -75.155858550187702, 40.019111994220502 ], [ -75.156273774890707, 40.018920000198598 ], [ -75.156204715711894, 40.0188317095134 ], [ -75.156050531127804, 40.018634587922499 ], [ -75.156050873601799, 40.018634442486203 ], [ -75.157283043758397, 40.018111985032803 ], [ -75.157885055116296, 40.018887103190998 ], [ -75.156491689692004, 40.019455697689899 ], [ -75.156261637392006, 40.019161509382201 ], [ -75.156224516588097, 40.019114041016799 ], [ -75.155943023069, 40.019244198617997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 313, "AUN": 114514135, "SCHOOL_NUM": 8083, "LOCATION_ID": "3399", "SCHOOL_NAME": "SANKOFA FREEDOM ACADEMY", "SCHOOL_NAME_LABEL": "SANKOFA FREEDOM ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "2501 KENSINGTON AVE", "ZIP_CODE": "19125", "PHONE_NUMBER": "(215) 288-2001", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": 674, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 20728.13671875, "Shape__Length": 577.92633524717371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127719793149595, 39.987158472635102 ], [ -75.128701898248806, 39.986643778433098 ], [ -75.129485711236498, 39.987526687089002 ], [ -75.128517069655302, 39.988056721387203 ], [ -75.127719793149595, 39.987158472635102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 314, "AUN": 326514508, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "CB COMMUNITY SCHOOLS", "SCHOOL_NAME_LABEL": "CB COMMUNITY SCHOOLS", "STREET_ADDRESS": "4101 FREELAND AVE", "ZIP_CODE": "19128", "PHONE_NUMBER": "(267) 766-3130", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 9178.6015625, "Shape__Length": 435.54225116162866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211912766638704, 40.025842947017601 ], [ -75.212515141569199, 40.0266422806219 ], [ -75.212065489837101, 40.026842548876701 ], [ -75.211762105364102, 40.026866986945301 ], [ -75.211448656068598, 40.026451044037898 ], [ -75.211532396387796, 40.0264138006794 ], [ -75.211609637606301, 40.026379346364699 ], [ -75.2116555532197, 40.026358982770397 ], [ -75.211700998272406, 40.026338743907701 ], [ -75.211750176767197, 40.0263168418576 ], [ -75.211791061673196, 40.026298628531002 ], [ -75.211841371169697, 40.026276136507903 ], [ -75.211608894016607, 40.025987337453898 ], [ -75.211912766638704, 40.025842947017601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 315, "AUN": 126515001, "SCHOOL_NUM": 4727, "LOCATION_ID": "8420", "SCHOOL_NAME": "DECATUR, STEPHEN SCHOOL", "SCHOOL_NAME_LABEL": "STEPHEN DECATUR SCHOOL", "STREET_ADDRESS": "3500 ACADEMY RD", "ZIP_CODE": "19154", "PHONE_NUMBER": "(215) 400-3050", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 1029, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 214018.52734375, "Shape__Length": 1894.3496828631687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.973473234353406, 40.0933142576366 ], [ -74.974513031693405, 40.092669418922902 ], [ -74.975916220454906, 40.093814842208801 ], [ -74.975917959365603, 40.093908586347901 ], [ -74.975928074932895, 40.094002017903399 ], [ -74.975946520680395, 40.094094696479701 ], [ -74.975973206084802, 40.094186182868498 ], [ -74.976008008019207, 40.094276046084602 ], [ -74.976168351762695, 40.094688658299901 ], [ -74.9728036629716, 40.096769033528901 ], [ -74.9726193155863, 40.096750244826602 ], [ -74.972436119705506, 40.096725689768903 ], [ -74.972254383099099, 40.0966954107136 ], [ -74.972074408862795, 40.0966594566654 ], [ -74.971896496653201, 40.096617888937701 ], [ -74.971720942917003, 40.096570775525699 ], [ -74.971548040707304, 40.096518195608098 ], [ -74.971378079774695, 40.0964602372961 ], [ -74.9712113421716, 40.096396997526902 ], [ -74.971040027012506, 40.096324932369697 ], [ -74.970872573100607, 40.096247696919498 ], [ -74.9707092481854, 40.0961654148051 ], [ -74.970550306595001, 40.096078214963697 ], [ -74.970396002238104, 40.095986236460703 ], [ -74.970246575647295, 40.095889622543901 ], [ -74.9701022654707, 40.095788526553598 ], [ -74.969963296888196, 40.095683108263003 ], [ -74.969829891867803, 40.095573534126203 ], [ -74.970150907503495, 40.095374479272301 ], [ -74.970270911285496, 40.095300067089703 ], [ -74.970467639890501, 40.095178079525802 ], [ -74.970522258650007, 40.095144210000399 ], [ -74.9705709902953, 40.095113992739599 ], [ -74.970622061963894, 40.095082323870699 ], [ -74.970673351796705, 40.095050519462603 ], [ -74.970723449775207, 40.095019453252903 ], [ -74.970772056359493, 40.094989312857301 ], [ -74.970823619903001, 40.094957339294197 ], [ -74.970876259340699, 40.094924699022499 ], [ -74.971130265993594, 40.0947671895469 ], [ -74.971335906212502, 40.094639670549597 ], [ -74.971366714638904, 40.094620565808 ], [ -74.971577343907299, 40.094489953553698 ], [ -74.971628402638302, 40.094458290704601 ], [ -74.971677307910397, 40.094427963433802 ], [ -74.971727648683498, 40.094396747241099 ], [ -74.971784102011398, 40.094361739956703 ], [ -74.971836651776499, 40.094329153415998 ], [ -74.971886122643397, 40.094298475923097 ], [ -74.972071711379698, 40.094183389038498 ], [ -74.972237589503393, 40.094080525023401 ], [ -74.972292809914194, 40.0940462806496 ], [ -74.972342208152298, 40.094015647394698 ], [ -74.972390166238796, 40.0939859074225 ], [ -74.972447970195205, 40.093950061804797 ], [ -74.972497056761895, 40.093919622569999 ], [ -74.972551622297502, 40.093885784630999 ], [ -74.972682998595999, 40.093804313504997 ], [ -74.972704627008298, 40.093790901021002 ], [ -74.9730073245575, 40.093603187619699 ], [ -74.973422427188495, 40.0933457651496 ], [ -74.973473234353406, 40.0933142576366 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 316, "AUN": 126513380, "SCHOOL_NUM": 7639, "LOCATION_ID": "3337", "SCHOOL_NAME": "GLOBAL LEADERSHIP ACADEMY", "SCHOOL_NAME_LABEL": "GLOBAL LEADERSHIP ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "4601 W GIRARD AVE", "ZIP_CODE": "19131", "PHONE_NUMBER": "(215) 477-6672", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 691, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 16207.3828125, "Shape__Length": 532.06463908673095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216020745123402, 39.972946397478999 ], [ -75.216103132362605, 39.973385955473603 ], [ -75.216056254455907, 39.9739039991141 ], [ -75.215608030432094, 39.973773434125803 ], [ -75.215156840906701, 39.973649064923201 ], [ -75.214599239341595, 39.973499682649503 ], [ -75.214576349058305, 39.973106643436502 ], [ -75.216020745123402, 39.972946397478999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 317, "AUN": 226511002, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "SPRINGSIDE CHESTNUT HILL ACADEMY", "SCHOOL_NAME_LABEL": "SPRINGSIDE CHESTNUT HILL ACADEMY", "STREET_ADDRESS": "500 W WILLOW GROVE AVE", "ZIP_CODE": "19118", "PHONE_NUMBER": "(215) 247-4700", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "PREK-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 285960.6171875, "Shape__Length": 3955.4996134782518 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.211921130995904, 40.059693802945802 ], [ -75.212510307303205, 40.059279199073501 ], [ -75.212913598514604, 40.058637356771698 ], [ -75.213614924869603, 40.058598710176497 ], [ -75.213682438750197, 40.058594989409997 ], [ -75.213693108644904, 40.058600839290101 ], [ -75.214563945353902, 40.059078287835 ], [ -75.214604945111503, 40.0591007658359 ], [ -75.2145730303954, 40.059132233956198 ], [ -75.214324968211201, 40.059365472322398 ], [ -75.214152385693296, 40.059634464210802 ], [ -75.2144844565765, 40.0595270652639 ], [ -75.214752801366998, 40.059516671859399 ], [ -75.214957379882094, 40.059565834692101 ], [ -75.215362175340104, 40.059663113603101 ], [ -75.216029100674604, 40.0597222318805 ], [ -75.216191838157798, 40.059701407144502 ], [ -75.216447404887603, 40.059668729010902 ], [ -75.216558014032003, 40.059607480957403 ], [ -75.216671717962399, 40.059544521568 ], [ -75.2168099914431, 40.059445171897003 ], [ -75.216863978210299, 40.059406378154002 ], [ -75.216884066251794, 40.059559686442597 ], [ -75.216868093412998, 40.059696392836997 ], [ -75.216798921778306, 40.059965709770502 ], [ -75.216743730584795, 40.060096249119098 ], [ -75.216563589268901, 40.060333308635499 ], [ -75.215907755409901, 40.060799174536797 ], [ -75.215767254194304, 40.060883930847297 ], [ -75.214961456834601, 40.061179939017698 ], [ -75.2148035659106, 40.061244131556798 ], [ -75.214660159296898, 40.061325969673398 ], [ -75.214517627756607, 40.061408699769899 ], [ -75.214058028511602, 40.061829077397803 ], [ -75.213775797939604, 40.062147783922001 ], [ -75.210997423353106, 40.060518220624502 ], [ -75.2110621197981, 40.060474696040998 ], [ -75.211131254243, 40.060435405071097 ], [ -75.211204356516205, 40.060400613248703 ], [ -75.211280932690698, 40.060370555174899 ], [ -75.211360466547404, 40.060345434550101 ], [ -75.211442416687902, 40.060325422984903 ], [ -75.2114911691977, 40.060314351264402 ], [ -75.210880891390602, 40.0599542432889 ], [ -75.211921130995904, 40.059693802945802 ] ] ], [ [ [ -75.207185634239494, 40.062268535925902 ], [ -75.209591819076493, 40.059898502833697 ], [ -75.210057588837003, 40.0601893036146 ], [ -75.208969209520205, 40.060781535862802 ], [ -75.210035265141002, 40.0614165563955 ], [ -75.208603708524194, 40.0628354285952 ], [ -75.208362956360006, 40.063074040022002 ], [ -75.2066555065784, 40.064766247330901 ], [ -75.206236646985801, 40.064517368093298 ], [ -75.205829609436194, 40.064274268766603 ], [ -75.205406077655397, 40.064021970609801 ], [ -75.207185634239494, 40.062268535925902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 318, "AUN": 126515001, "SCHOOL_NUM": 5123, "LOCATION_ID": "5470", "SCHOOL_NAME": "CRAMP, WILLIAM SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM CRAMP SCHOOL", "STREET_ADDRESS": "3449 N MASCHER ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 400-3860", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 341, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 17091.3515625, "Shape__Length": 570.27758516242648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130495479056705, 40.0019477753928 ], [ -75.130205738018702, 40.003302128399703 ], [ -75.129446208919305, 40.003206024293 ], [ -75.129735964650195, 40.0018516743229 ], [ -75.130495479056705, 40.0019477753928 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 319, "AUN": 126515001, "SCHOOL_NUM": 3745, "LOCATION_ID": "7470", "SCHOOL_NAME": "BRIDESBURG SCHOOL", "SCHOOL_NAME_LABEL": "BRIDESBURG SCHOOL", "STREET_ADDRESS": "2824 JENKS ST", "ZIP_CODE": "19137", "PHONE_NUMBER": "(215) 400-7240", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 525, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 8925.46875, "Shape__Length": 622.40091489505119 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.066082381738298, 39.999036237038297 ], [ -75.066200603809506, 39.9989745279658 ], [ -75.067389066066795, 40.000352755173999 ], [ -75.067269433778307, 40.000412539221102 ], [ -75.066849717691696, 40.000621163180803 ], [ -75.066551919708303, 40.000277262104603 ], [ -75.066398184193702, 40.000099615645802 ], [ -75.066523680125997, 40.000034951879996 ], [ -75.0665747616234, 40.000009165323497 ], [ -75.066815457138205, 39.999886249710201 ], [ -75.066717552191193, 39.999772870285 ], [ -75.066675073908598, 39.999724455357402 ], [ -75.066636824017806, 39.999679144239103 ], [ -75.066595575272999, 39.999631971052104 ], [ -75.066555995155397, 39.999585414650703 ], [ -75.066466698618697, 39.999482650051 ], [ -75.066432615698702, 39.999444298853597 ], [ -75.066304118864096, 39.999295167866897 ], [ -75.066207465850695, 39.999183873868397 ], [ -75.066182516968894, 39.999153308296897 ], [ -75.066120294161607, 39.9990839541436 ], [ -75.066092912673099, 39.999050503520102 ], [ -75.066082381738298, 39.999036237038297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 320, "AUN": 126513250, "SCHOOL_NUM": 7584, "LOCATION_ID": "3329", "SCHOOL_NAME": "YOUNG SCHOLARS CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "YOUNG SCHOLARS CHARTER SCHOOL", "STREET_ADDRESS": "900 N MARSHALL ST", "ZIP_CODE": "19123", "PHONE_NUMBER": "(215) 232-9727", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": 268, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 4386.73046875, "Shape__Length": 293.22689734625936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148187159927204, 39.968038452492799 ], [ -75.148192290664198, 39.968010853435203 ], [ -75.148171251422994, 39.968008536022502 ], [ -75.148179332414699, 39.967965056922502 ], [ -75.148187413396002, 39.967921577821798 ], [ -75.148195494410103, 39.967878097595197 ], [ -75.147907949906198, 39.967846454294097 ], [ -75.147979425830798, 39.967466785698598 ], [ -75.148581561896094, 39.967616233046201 ], [ -75.148490820838006, 39.968098242326903 ], [ -75.148296624674799, 39.968076598142602 ], [ -75.148301408122094, 39.968051186318199 ], [ -75.148187159927204, 39.968038452492799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 321, "AUN": 126512960, "SCHOOL_NUM": 7540, "LOCATION_ID": "3313", "SCHOOL_NAME": "PREPARATORY CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "PREPARATORY CHARTER SCHOOL OF MATHEMATICS, SCIENCE, TECHNOLOGY AND CAREERS", "STREET_ADDRESS": "1928 POINT BREEZE AVE", "ZIP_CODE": "19145", "PHONE_NUMBER": "(215) 334-6144", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 591, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 23886.63671875, "Shape__Length": 608.79347456650419 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187153187849404, 39.929075163095902 ], [ -75.186576132584506, 39.928998411813197 ], [ -75.186365990728206, 39.928881226444503 ], [ -75.1863016708879, 39.928845357545498 ], [ -75.185870727212503, 39.9286050391026 ], [ -75.185861069013598, 39.928599652472599 ], [ -75.185693847737198, 39.928506400153303 ], [ -75.185747273307697, 39.928268333772799 ], [ -75.185899308732601, 39.928120624916502 ], [ -75.186043974143402, 39.927812614535902 ], [ -75.187396133639197, 39.927992460753202 ], [ -75.187153187849404, 39.929075163095902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 322, "AUN": 226511952, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "GREENE STREET FRIENDS SCHOOL", "SCHOOL_NAME_LABEL": "GREENE STREET FRIENDS SCHOOL", "STREET_ADDRESS": "5511 GREENE ST", "ZIP_CODE": "19144", "PHONE_NUMBER": "(215) 438-7000", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 24189.08984375, "Shape__Length": 888.58737062092007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172860399052695, 40.0343560920643 ], [ -75.173573225663006, 40.033642157520497 ], [ -75.173947085503102, 40.033262765299497 ], [ -75.174219660948793, 40.033428993913198 ], [ -75.174243635820901, 40.033443614391601 ], [ -75.174301341890995, 40.033387699977197 ], [ -75.174004791621002, 40.033206852158898 ], [ -75.174122424382702, 40.033092873752899 ], [ -75.174395778757599, 40.032827224405203 ], [ -75.174664418988201, 40.032999646029701 ], [ -75.174845648658405, 40.033116209818502 ], [ -75.174402141783204, 40.033546806193797 ], [ -75.174475097958904, 40.033593722526803 ], [ -75.174540995474004, 40.033635840322603 ], [ -75.1746067303243, 40.0336781154869 ], [ -75.174672192892004, 40.033720695355001 ], [ -75.174817215788707, 40.0338133555017 ], [ -75.174588939308805, 40.034024461509503 ], [ -75.174276300501205, 40.0343416940079 ], [ -75.174125892162706, 40.034252829552599 ], [ -75.174020055035996, 40.034358934177099 ], [ -75.173767840471001, 40.0342108566063 ], [ -75.173726466990999, 40.034252339153603 ], [ -75.173697802466705, 40.034235966779903 ], [ -75.173317554959795, 40.034617210760302 ], [ -75.173153737829395, 40.034523638255898 ], [ -75.172860399052695, 40.0343560920643 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 323, "AUN": 126515001, "SCHOOL_NUM": 3766, "LOCATION_ID": "8270", "SCHOOL_NAME": "HOLME, THOMAS SCHOOL", "SCHOOL_NAME_LABEL": "THOMAS HOLME SCHOOL", "STREET_ADDRESS": "9125 ACADEMY RD", "ZIP_CODE": "19114", "PHONE_NUMBER": "(215) 400-3130", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 787, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 100869.1953125, "Shape__Length": 1540.9803420409346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.008691797816098, 40.056232322143998 ], [ -75.008692441810794, 40.0561631000094 ], [ -75.009170480444396, 40.056017255783303 ], [ -75.009018131132507, 40.055768959507098 ], [ -75.008695901358607, 40.055885709936597 ], [ -75.0087086419733, 40.054418410194899 ], [ -75.008711116609604, 40.054318246509901 ], [ -75.008715006458701, 40.054260901210398 ], [ -75.0087420560873, 40.0542212129196 ], [ -75.008763436674002, 40.054204007104502 ], [ -75.008795651031207, 40.0541937817014 ], [ -75.008830658799297, 40.054193391566102 ], [ -75.008877333845305, 40.054202243104001 ], [ -75.008885911485393, 40.054203865810997 ], [ -75.009858836693596, 40.054803936769702 ], [ -75.012269070832005, 40.056321863026703 ], [ -75.012310075689498, 40.056369895735799 ], [ -75.012310115369004, 40.0564083933223 ], [ -75.012284881796305, 40.056442628105899 ], [ -75.012242735163298, 40.056462403319799 ], [ -75.012111721450296, 40.056476998277802 ], [ -75.011856896103296, 40.056525299672899 ], [ -75.011701462337399, 40.056553997175499 ], [ -75.011492777063296, 40.0566015604632 ], [ -75.011277493588295, 40.056655092169599 ], [ -75.010871511329398, 40.056783518984098 ], [ -75.010587621684905, 40.056881856596597 ], [ -75.010200625455795, 40.057052276059203 ], [ -75.009728862509803, 40.0572738553048 ], [ -75.009623310409495, 40.057327550320998 ], [ -75.009252047618801, 40.0575020183094 ], [ -75.009099418540501, 40.057579044582099 ], [ -75.009032847833694, 40.057612889466697 ], [ -75.008971528798796, 40.057634656997102 ], [ -75.008917349208602, 40.057637023797902 ], [ -75.008878076749895, 40.057625091618 ], [ -75.008853491408004, 40.057603725455103 ], [ -75.0088329211152, 40.057568204810103 ], [ -75.008832685523402, 40.057567795964502 ], [ -75.008826353851205, 40.057542755350198 ], [ -75.008702437535604, 40.057051988166897 ], [ -75.008687971177807, 40.056976487776701 ], [ -75.008690799034198, 40.0569148134513 ], [ -75.008685283313795, 40.056897658554199 ], [ -75.008683141143706, 40.056890965497097 ], [ -75.008688107672896, 40.056673567966399 ], [ -75.008691097612498, 40.056542482048698 ], [ -75.008691797816098, 40.056232322143998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 324, "AUN": 126510015, "SCHOOL_NUM": 7825, "LOCATION_ID": "3379", "SCHOOL_NAME": "AD PRIMA CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "AD PRIMA CHARTER SCHOOL", "STREET_ADDRESS": "1922 N 63RD ST", "ZIP_CODE": "19151", "PHONE_NUMBER": "(267) 403-2672", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 609, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 7419.796875, "Shape__Length": 365.14689776591081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.247400757201802, 39.984299092814503 ], [ -75.247615685924501, 39.984273572320603 ], [ -75.247866191859401, 39.9842435866681 ], [ -75.247932828533607, 39.984235609407399 ], [ -75.247938894319404, 39.984264933751597 ], [ -75.247967862242902, 39.984430657211803 ], [ -75.248052858620298, 39.984393666146602 ], [ -75.248080875286803, 39.984542139635003 ], [ -75.248122213853705, 39.984760716793502 ], [ -75.248080804208598, 39.984778431958702 ], [ -75.248159702525996, 39.984892085318002 ], [ -75.248058915048702, 39.984937472978999 ], [ -75.247686039428601, 39.985103094453699 ], [ -75.247537619639999, 39.985029094608898 ], [ -75.247400757201802, 39.984299092814503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 325, "AUN": 126513117, "SCHOOL_NUM": null, "LOCATION_ID": "3440", "SCHOOL_NAME": "MAST COMMUNITY CHARTER II", "SCHOOL_NAME_LABEL": "MAST COMMUNITY CHARTER SCHOOL II", "STREET_ADDRESS": "6501 NEW STATE RD", "ZIP_CODE": "19135", "PHONE_NUMBER": "(267) 526-0005", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "3-12", "ENROLLMENT": 1880, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 126447.56640625, "Shape__Length": 2071.0022864720304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.043376796082995, 40.0176967147369 ], [ -75.043155390745, 40.017398366552399 ], [ -75.042409717467905, 40.0163935255257 ], [ -75.0423481413345, 40.016310546307302 ], [ -75.042384556328898, 40.016305404025502 ], [ -75.042382454997806, 40.016302447454898 ], [ -75.042315197433695, 40.016207810913102 ], [ -75.042391926009898, 40.016178925976803 ], [ -75.042420036958404, 40.016212667605203 ], [ -75.042439353922305, 40.016204480907 ], [ -75.042448642394803, 40.016220424417298 ], [ -75.042451324041195, 40.016225027827304 ], [ -75.042518824080503, 40.016213805435001 ], [ -75.042533100311303, 40.016195963353098 ], [ -75.042715762164804, 40.016144543737397 ], [ -75.042785620255799, 40.0161324824969 ], [ -75.043065301769303, 40.016019576771697 ], [ -75.043134490865896, 40.016004817796897 ], [ -75.043177329981205, 40.015975405968298 ], [ -75.043324867981198, 40.015930010994097 ], [ -75.043376259649307, 40.015885330779 ], [ -75.043443486065101, 40.015851750823302 ], [ -75.043543912125898, 40.015782597101101 ], [ -75.043585422242202, 40.015791323465002 ], [ -75.043687987429706, 40.015765728435902 ], [ -75.044034264266301, 40.015635019722097 ], [ -75.044196501512999, 40.015570897077197 ], [ -75.044261276920807, 40.015559907947399 ], [ -75.044285971621804, 40.015556921720702 ], [ -75.044297621319501, 40.015568576523101 ], [ -75.042469393807906, 40.016260890039 ], [ -75.042524870590299, 40.016331670420698 ], [ -75.044364178306594, 40.015635160266797 ], [ -75.044388580510798, 40.015659579353901 ], [ -75.044441836736198, 40.015712862100202 ], [ -75.045495552709596, 40.016767116960501 ], [ -75.045561431314496, 40.016833027332197 ], [ -75.045627308583605, 40.016898937631602 ], [ -75.045573137105194, 40.016922703047001 ], [ -75.045671855950005, 40.017037062563503 ], [ -75.045485798965402, 40.017118693481898 ], [ -75.046025896019202, 40.0177443556274 ], [ -75.046325981208994, 40.017592948617001 ], [ -75.046345725107102, 40.017615820390297 ], [ -75.046384839922297, 40.017596084816397 ], [ -75.046769853219701, 40.018042081432803 ], [ -75.046893073791296, 40.018165363743798 ], [ -75.046670907824904, 40.018301888906201 ], [ -75.046426045024305, 40.018448054365997 ], [ -75.046290722017304, 40.018524834020198 ], [ -75.046150685500606, 40.018596443130697 ], [ -75.0460062675686, 40.018662709290297 ], [ -75.045857814328102, 40.018723476191099 ], [ -75.045210451280198, 40.018973057725198 ], [ -75.045098541442997, 40.019018065725703 ], [ -75.044988704837493, 40.019066001318699 ], [ -75.044881074175905, 40.019116805689698 ], [ -75.044854891286803, 40.019129643794599 ], [ -75.044674248869995, 40.019218229950297 ], [ -75.044394974564895, 40.018894709586 ], [ -75.044276245527499, 40.018757169860599 ], [ -75.044189456680897, 40.018656628579002 ], [ -75.044008574589995, 40.018447086242297 ], [ -75.043483955958905, 40.017839329398697 ], [ -75.043365222279903, 40.017701777265898 ], [ -75.043376796082995, 40.0176967147369 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 326, "AUN": 126510002, "SCHOOL_NUM": 7678, "LOCATION_ID": "3361", "SCHOOL_NAME": "MASTERY CHARTER-LENFEST CAMPUS", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL AT LENFEST", "STREET_ADDRESS": "35 S 4TH ST", "ZIP_CODE": "19106", "PHONE_NUMBER": "(215) 922-1902", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "7-12", "ENROLLMENT": 665, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 3440.265625, "Shape__Length": 240.62233518297094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146875706886505, 39.949326786135202 ], [ -75.147106713371301, 39.949356627203898 ], [ -75.147116747319501, 39.949313926841398 ], [ -75.147244532204596, 39.949329754888197 ], [ -75.147248630193303, 39.949333216565797 ], [ -75.147378172358898, 39.949350159929303 ], [ -75.147369698200905, 39.949390385229997 ], [ -75.147286261826196, 39.949783381674898 ], [ -75.146782280239705, 39.949719170379701 ], [ -75.146875706886505, 39.949326786135202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 327, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "3810", "SCHOOL_NAME": "ONE BRIGHT RAY-ELMWOOD CAMPUS", "SCHOOL_NAME_LABEL": "ONE BRIGHT RAY - ELMWOOD CAMPUS", "STREET_ADDRESS": "6404 ELMWOOD AVE", "ZIP_CODE": "19142", "PHONE_NUMBER": "(215) 488-1177", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 124, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 3584.79296875, "Shape__Length": 259.2010586129872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228683431340102, 39.9223912332494 ], [ -75.2289461050093, 39.922202317753701 ], [ -75.229489528825496, 39.922656873696297 ], [ -75.229228529861899, 39.922845827256701 ], [ -75.229051037412404, 39.922697806128703 ], [ -75.228683431340102, 39.9223912332494 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 328, "AUN": 126512850, "SCHOOL_NUM": 7511, "LOCATION_ID": "3302", "SCHOOL_NAME": "HARAMBEE INSTITUTE OF SCIENCE", "SCHOOL_NAME_LABEL": "HARAMBEE INSTITUTE OF SCIENCE AND TECHNOLOGY CHARTER SCHOOL", "STREET_ADDRESS": "640 N 66TH ST", "ZIP_CODE": "19151", "PHONE_NUMBER": "(215) 472-8770", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 574, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 6880.2890625, "Shape__Length": 366.98109453537143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.251734527452001, 39.9730444523952 ], [ -75.2520783696948, 39.973008785879202 ], [ -75.252135344133293, 39.973002868846201 ], [ -75.252126807949196, 39.972958938841103 ], [ -75.252119735140298, 39.972922544810302 ], [ -75.252118596129804, 39.9729164586061 ], [ -75.252109722789797, 39.972870631433402 ], [ -75.252101658481095, 39.9728289968333 ], [ -75.252098628134306, 39.9728139564141 ], [ -75.252093379665297, 39.972786985904499 ], [ -75.252090170020296, 39.9727704921144 ], [ -75.252181748726898, 39.972786992628599 ], [ -75.252189598073301, 39.972829896317698 ], [ -75.252553460065101, 39.972879339211303 ], [ -75.252543546199504, 39.973004258559001 ], [ -75.252512127408394, 39.973400062134502 ], [ -75.252507720384997, 39.973455546035602 ], [ -75.251824023279497, 39.973517489095101 ], [ -75.251734527452001, 39.9730444523952 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 329, "AUN": 226519162, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST PETERS SCHOOL", "SCHOOL_NAME_LABEL": "ST PETER'S SCHOOL", "STREET_ADDRESS": "311-21 LOMBARD ST", "ZIP_CODE": "19147", "PHONE_NUMBER": "(215) 925-3963", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 2867.015625, "Shape__Length": 250.64931827772881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148849594411601, 39.942699103296 ], [ -75.148804389481199, 39.942907594818202 ], [ -75.148106929252194, 39.942822618526698 ], [ -75.1479942075038, 39.942808883117699 ], [ -75.148003172335393, 39.942767543773201 ], [ -75.147943917358106, 39.942703658500797 ], [ -75.148026913398198, 39.942658050746303 ], [ -75.148039413348499, 39.942600393006401 ], [ -75.148849594411601, 39.942699103296 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 330, "AUN": 126515001, "SCHOOL_NUM": 7242, "LOCATION_ID": "7110", "SCHOOL_NAME": "HARDING, WARREN G. MIDDLE SCHOOL", "SCHOOL_NAME_LABEL": "WARREN G. HARDING SCHOOL", "STREET_ADDRESS": "2000 WAKELING ST", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 400-3990", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": 570, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 60438.765625, "Shape__Length": 1126.5298105135216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.073817384337701, 40.013635348281397 ], [ -75.073438431054996, 40.012631320480203 ], [ -75.075328425995906, 40.012209544058798 ], [ -75.076391356631206, 40.011761040174903 ], [ -75.076482074204804, 40.011880575224701 ], [ -75.076528542164695, 40.011941675620299 ], [ -75.076707892090795, 40.012177973450399 ], [ -75.076755712618393, 40.012240965886797 ], [ -75.076803528445595, 40.012303968328297 ], [ -75.076851338507893, 40.0123669706134 ], [ -75.076889596182895, 40.012417382561203 ], [ -75.076927856752903, 40.012467796814697 ], [ -75.076985152770703, 40.012543448623298 ], [ -75.077251582932405, 40.012505790696103 ], [ -75.077334063417595, 40.012850530927402 ], [ -75.073817384337701, 40.013635348281397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 331, "AUN": 126515001, "SCHOOL_NUM": 3613, "LOCATION_ID": "1400", "SCHOOL_NAME": "PATTERSON, JOHN M. SCHOOL", "SCHOOL_NAME_LABEL": "JOHN M. PATTERSON SCHOOL", "STREET_ADDRESS": "7000 BUIST AVE", "ZIP_CODE": "19142", "PHONE_NUMBER": "(215) 400-8190", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-4", "ENROLLMENT": 336, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 10524.296875, "Shape__Length": 458.11694973589249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2366440625525, 39.9157624513497 ], [ -75.237646936774496, 39.916603731938899 ], [ -75.237226725682902, 39.916900748159797 ], [ -75.236223855202098, 39.916059463963002 ], [ -75.2366440625525, 39.9157624513497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 332, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "8890", "SCHOOL_NAME": "ONE BRIGHT RAY-SIMPSON CAMPUS", "SCHOOL_NAME_LABEL": "ONE BRIGHT RAY - SIMPSON CAMPUS", "STREET_ADDRESS": "1142 E ERIE AVE", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 744-6000", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 261, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 6152.1484375, "Shape__Length": 395.61137742091813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.105463334610803, 40.005382837970103 ], [ -75.105700149956704, 40.004299949110802 ], [ -75.105864236675998, 40.004287293689302 ], [ -75.106004744162803, 40.0053647249985 ], [ -75.105463334610803, 40.005382837970103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 333, "AUN": 300513890, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "GREEN TREE SCHOOL", "SCHOOL_NAME_LABEL": "GREEN TREE SCHOOL", "STREET_ADDRESS": "1196 E WASHINGTON LN", "ZIP_CODE": "19138", "PHONE_NUMBER": "(215) 866-0200", "ACTIVE": "O", "GRADE_LEVEL": "SPECIAL CENTER", "GRADE_ORG": "UNGRADED", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 19916.70703125, "Shape__Length": 616.85712733438606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167953996317394, 40.055710287331102 ], [ -75.167488332492994, 40.056162257457999 ], [ -75.167445104824196, 40.056205983849701 ], [ -75.1667605925727, 40.055789527625997 ], [ -75.1667495055584, 40.055800288707403 ], [ -75.165923288395604, 40.055297604854999 ], [ -75.166444392674194, 40.054791836960099 ], [ -75.167327611004197, 40.055329196770899 ], [ -75.167953996317394, 40.055710287331102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 334, "AUN": 300517000, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "PENNSYLVANIA SCHOOL FOR THE DEAF", "SCHOOL_NAME_LABEL": "PENNSYLVANIA SCHOOL FOR THE DEAF", "STREET_ADDRESS": "100-52 W SCHOOL HOUSE LA", "ZIP_CODE": "19144", "PHONE_NUMBER": "(215) 951-4700", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "PREK-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 42697.1640625, "Shape__Length": 855.30166894717831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174174948760395, 40.030767179814902 ], [ -75.174386438286106, 40.030553923353501 ], [ -75.1757371231012, 40.0313306868076 ], [ -75.175546043897, 40.0315211368817 ], [ -75.174404553428204, 40.032636436173497 ], [ -75.173917684541394, 40.032346418561403 ], [ -75.174020600889904, 40.032243343550398 ], [ -75.173805391236897, 40.032121719477601 ], [ -75.173603210646505, 40.0320074579462 ], [ -75.173382691011199, 40.031882832945698 ], [ -75.173175187550996, 40.031765561217199 ], [ -75.173313533874605, 40.031627446285803 ], [ -75.173378895746396, 40.031562159021199 ], [ -75.173446209030104, 40.031494942286002 ], [ -75.173521478134603, 40.0314189558257 ], [ -75.173601121607405, 40.031340507452001 ], [ -75.173856354347805, 40.031085525253097 ], [ -75.174174948760395, 40.030767179814902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 335, "AUN": 126515001, "SCHOOL_NUM": 8039, "LOCATION_ID": "8040", "SCHOOL_NAME": "ARTS ACADEMY AT BENJAMIN RUSH", "SCHOOL_NAME_LABEL": "ARTS ACADEMY AT BENJAMIN RUSH", "STREET_ADDRESS": "11081 KNIGHTS RD", "ZIP_CODE": "19154", "PHONE_NUMBER": "(215) 400-3030", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 600, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 103879.90625, "Shape__Length": 1432.3141828072953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.975225187397896, 40.0822804952751 ], [ -74.975014150786706, 40.0825564324713 ], [ -74.974802798089499, 40.082829194423098 ], [ -74.974680436960696, 40.082986450014197 ], [ -74.974451314272798, 40.083283815129803 ], [ -74.974237675292201, 40.083557581937598 ], [ -74.974134616529398, 40.083694156186198 ], [ -74.973957609087506, 40.083922393119003 ], [ -74.973307549777203, 40.083615288312203 ], [ -74.973137832611599, 40.083829721190597 ], [ -74.973142276533295, 40.083836217149297 ], [ -74.973003751394003, 40.084013070799401 ], [ -74.972978255739207, 40.083994095460497 ], [ -74.972948176104694, 40.083971686658103 ], [ -74.972837824936903, 40.083877889353701 ], [ -74.972823567223003, 40.083865759960702 ], [ -74.972809613224499, 40.0838539127313 ], [ -74.972803425060604, 40.0838446071985 ], [ -74.972895493738704, 40.083727327386597 ], [ -74.972963731057106, 40.083641054213501 ], [ -74.972993486145995, 40.083616027322599 ], [ -74.973035152166403, 40.083584631554999 ], [ -74.973034164162797, 40.083583657053602 ], [ -74.973042587295893, 40.083578347145298 ], [ -74.972919258425904, 40.083440677458903 ], [ -74.972845721005996, 40.0833489140159 ], [ -74.972733619631597, 40.083195911112 ], [ -74.9719510162641, 40.081943173078201 ], [ -74.9718868966863, 40.081857214218303 ], [ -74.971766719495605, 40.081721667016403 ], [ -74.971860946087702, 40.081658204867097 ], [ -74.971910506754099, 40.081625145274003 ], [ -74.971954526461602, 40.081595193328603 ], [ -74.972001069993993, 40.081562512430601 ], [ -74.972050043069501, 40.0815294397038 ], [ -74.972165793265503, 40.0814503278446 ], [ -74.972198500488801, 40.081428065601401 ], [ -74.972257988417894, 40.081352961924097 ], [ -74.972292306220893, 40.081309813462198 ], [ -74.972325668463796, 40.081265900765302 ], [ -74.972362470027704, 40.081218959109101 ], [ -74.972398465500603, 40.081175336428203 ], [ -74.972486840354605, 40.081063110583997 ], [ -74.9725631623526, 40.080965876688502 ], [ -74.972595315381795, 40.080923304325701 ], [ -74.972634985621994, 40.080875013855902 ], [ -74.972670430404506, 40.0808283952449 ], [ -74.972706182184297, 40.080785056056399 ], [ -74.972743043115997, 40.080738728452502 ], [ -74.972786132714901, 40.080682234092201 ], [ -74.972835137350899, 40.080623803430903 ], [ -74.973037540609198, 40.080364552098203 ], [ -74.973385506625803, 40.080668548902501 ], [ -74.974056872502601, 40.081367961930397 ], [ -74.975225187397896, 40.0822804952751 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 336, "AUN": 185515523, "SCHOOL_NUM": 7981, "LOCATION_ID": "3388", "SCHOOL_NAME": "BOYS LATIN OF PHILADELPHIA CHARTER", "SCHOOL_NAME_LABEL": "BOYS LATIN OF PHILADELPHIA CHARTER SCHOOL", "STREET_ADDRESS": "5501 CEDAR AVE", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 387-5149", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 754, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 20070.03515625, "Shape__Length": 608.52932681846028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232869686778102, 39.951349122609301 ], [ -75.232877677047398, 39.951309256541698 ], [ -75.233812710151696, 39.951426793384798 ], [ -75.234123734773306, 39.9514658695796 ], [ -75.234718308195497, 39.951540597986103 ], [ -75.2347148447367, 39.951557785120499 ], [ -75.234669129163805, 39.951783938366297 ], [ -75.234585512731996, 39.9521976328192 ], [ -75.233986385503997, 39.952122983045101 ], [ -75.233674114690203, 39.952084087562497 ], [ -75.232745582673004, 39.951968385187399 ], [ -75.232751210850907, 39.951940299625498 ], [ -75.232820742174596, 39.9515933065369 ], [ -75.232824106094299, 39.951576567763098 ], [ -75.232869686778102, 39.951349122609301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 337, "AUN": 226514352, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "NAZARETH ACADEMY GRADE SCHOOL", "SCHOOL_NAME_LABEL": "NAZARETH ACADEMY GRADE SCHOOL", "STREET_ADDRESS": "4701 GRANT AVE", "ZIP_CODE": "19114", "PHONE_NUMBER": "(215) 637-7777", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "1-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 36863.03125, "Shape__Length": 1171.0557857635829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.985496241510603, 40.0580942360818 ], [ -74.984883465494093, 40.057551525635098 ], [ -74.984838330643001, 40.0575115514768 ], [ -74.984888004913799, 40.057482878882603 ], [ -74.984939354462398, 40.0574560059232 ], [ -74.984964161372105, 40.057496101280698 ], [ -74.984991750759804, 40.057535107977898 ], [ -74.984996260238802, 40.057539872776701 ], [ -74.985001528156502, 40.057544154609303 ], [ -74.985007466521395, 40.057547882651598 ], [ -74.985020474416999, 40.057553802605497 ], [ -74.985034472672297, 40.057558188670903 ], [ -74.985077284798095, 40.057508460709997 ], [ -74.985005910796602, 40.0574308741772 ], [ -74.985047394303393, 40.057403349235202 ], [ -74.985092603327203, 40.057379539610501 ], [ -74.985140979061299, 40.057359741592798 ], [ -74.985154118137601, 40.057353163495698 ], [ -74.985165871929993, 40.057345185815201 ], [ -74.985175987275099, 40.057335978167501 ], [ -74.985184249538406, 40.057325735875303 ], [ -74.985224557290394, 40.057239984843498 ], [ -74.985268965440198, 40.057155438535197 ], [ -74.985268993999398, 40.057155385158403 ], [ -74.985277665936493, 40.0571333633698 ], [ -74.985282539893603, 40.0571106622371 ], [ -74.985282727589293, 40.0570696591464 ], [ -74.985275939253199, 40.057028990525701 ], [ -74.985262293173903, 40.0569893507896 ], [ -74.985242022498497, 40.056951421347399 ], [ -74.985215475919603, 40.056915853723901 ], [ -74.984770733179602, 40.056500810307803 ], [ -74.984715098289001, 40.056448864959101 ], [ -74.984664807459296, 40.056393795357302 ], [ -74.984620158184498, 40.056335926297102 ], [ -74.984562308445902, 40.056257129782999 ], [ -74.984509835113599, 40.056176142404098 ], [ -74.984462877445296, 40.056093179271201 ], [ -74.984421561196399, 40.056008463054198 ], [ -74.984623438291607, 40.055794593844098 ], [ -74.984745405828804, 40.056333865746197 ], [ -74.984777411564295, 40.056365053915499 ], [ -74.985313156098997, 40.0560084927966 ], [ -74.986792220841195, 40.057319390100801 ], [ -74.985189488944002, 40.058432964858703 ], [ -74.985496241510603, 40.0580942360818 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 338, "AUN": 300515320, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "PRODIGY LEARNING CENTERS", "SCHOOL_NAME_LABEL": "PRODIGY LEARNING CENTERS", "STREET_ADDRESS": "3345 W HUNTING PARK AVE", "ZIP_CODE": "19132", "PHONE_NUMBER": "(215) 228-7678", "ACTIVE": null, "GRADE_LEVEL": "PRE-K/ELEMENTARY", "GRADE_ORG": "PREK-5", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 6381.9140625, "Shape__Length": 335.01996986795774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185473441922198, 40.001841773795597 ], [ -75.185955225491298, 40.001355436666202 ], [ -75.186071816284397, 40.001262548425998 ], [ -75.186433641337601, 40.0013093689264 ], [ -75.186356401852095, 40.001662417259098 ], [ -75.186293930347404, 40.001947953922802 ], [ -75.185704051789898, 40.001872442909097 ], [ -75.185473441922198, 40.001841773795597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 339, "AUN": 126515001, "SCHOOL_NUM": 7903, "LOCATION_ID": "1030", "SCHOOL_NAME": "HIGH SCHOOL OF THE FUTURE", "SCHOOL_NAME_LABEL": "HIGH SCHOOL OF THE FUTURE", "STREET_ADDRESS": "4021 PARKSIDE AVE", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 400-7790", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 569, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 82500.5703125, "Shape__Length": 1913.1338268090738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199374207340497, 39.9748837595494 ], [ -75.199432338301804, 39.974816084152401 ], [ -75.203730052386902, 39.974337062097597 ], [ -75.205033359473703, 39.974839085388197 ], [ -75.205031056947306, 39.974900539090299 ], [ -75.205082282586503, 39.975010490485403 ], [ -75.204980076660206, 39.975112308882402 ], [ -75.205002648431403, 39.975184861618402 ], [ -75.205572713372206, 39.975215341716897 ], [ -75.205698380666803, 39.975308020037801 ], [ -75.205683259525799, 39.9753833825865 ], [ -75.205474350453699, 39.975378750510799 ], [ -75.204777911650794, 39.975420079214302 ], [ -75.204665363786901, 39.9754696248663 ], [ -75.204485936643906, 39.975498762443401 ], [ -75.204403934971197, 39.975553716819697 ], [ -75.204409667998704, 39.975728895534502 ], [ -75.203074088243795, 39.976087213062897 ], [ -75.203034268294502, 39.976001169734502 ], [ -75.202937730348495, 39.9759517153296 ], [ -75.202397020965407, 39.975939712723303 ], [ -75.202074151629205, 39.975530399119499 ], [ -75.202019800321295, 39.975339947581404 ], [ -75.202193855459996, 39.975126180105498 ], [ -75.202560803033194, 39.975016048360303 ], [ -75.202814198664996, 39.974818235462998 ], [ -75.200751709469401, 39.975046840323401 ], [ -75.200725293102906, 39.975259154203798 ], [ -75.199539276584304, 39.975377222799104 ], [ -75.199374207340497, 39.9748837595494 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 340, "AUN": 226515462, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "PHILADELPHIA SCHOOL", "SCHOOL_NAME_LABEL": "PHILADELPHIA SCHOOL", "STREET_ADDRESS": "2501-29 LOMBARD ST", "ZIP_CODE": "19146", "PHONE_NUMBER": "(215) 545-5323", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 4438.1328125, "Shape__Length": 338.80376913573946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182715129093296, 39.946902277765197 ], [ -75.182678254675295, 39.947075658419699 ], [ -75.182660969606005, 39.947156930172198 ], [ -75.182596442362197, 39.947148799289103 ], [ -75.182534553976097, 39.947141003369403 ], [ -75.1824653298914, 39.947132282989301 ], [ -75.182476854889401, 39.947078101873601 ], [ -75.182425235441798, 39.947071598939999 ], [ -75.182375516553805, 39.947065335622 ], [ -75.182317879571102, 39.947058070612002 ], [ -75.182260243935403, 39.9470508089817 ], [ -75.1822109663389, 39.947044601647001 ], [ -75.182161248995001, 39.947038337143503 ], [ -75.182111972963597, 39.947032127548297 ], [ -75.1820820117713, 39.947173001156798 ], [ -75.181654960350599, 39.9471191913551 ], [ -75.1817269862144, 39.9467805585411 ], [ -75.182715129093296, 39.946902277765197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 341, "AUN": 326514392, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "K012 KIDS SCHOOL", "SCHOOL_NAME_LABEL": "K012 KIDS SCHOOL", "STREET_ADDRESS": "1112 CHESTNUT ST", "ZIP_CODE": "19107", "PHONE_NUMBER": "(215) 545-2930", "ACTIVE": null, "GRADE_LEVEL": "PRE-K/ELEMENTARY", "GRADE_ORG": "PREK-3", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 5661.140625, "Shape__Length": 359.38731407554081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159983800476795, 39.950292367280397 ], [ -75.159199743361697, 39.950194974545603 ], [ -75.159257931701603, 39.949926922689897 ], [ -75.159258519320403, 39.949924214887297 ], [ -75.1596740208537, 39.9499758267009 ], [ -75.159749839183704, 39.949626547301698 ], [ -75.160118391388494, 39.9496723264864 ], [ -75.159983800476795, 39.950292367280397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 342, "AUN": 226511602, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "FATHER JUDGE HIGH SCHOOL", "SCHOOL_NAME_LABEL": "FATHER JUDGE HIGH SCHOOL", "STREET_ADDRESS": "3301 SOLLY AVE", "ZIP_CODE": "19136", "PHONE_NUMBER": "(215) 338-9494", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 36646.6875, "Shape__Length": 809.98153685200896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.021297273299098, 40.048557771352002 ], [ -75.023739408761102, 40.047983665663097 ], [ -75.024224512656701, 40.049027605352798 ], [ -75.023665900877006, 40.049281093327899 ], [ -75.023545435088195, 40.0492893206236 ], [ -75.023424551358303, 40.0492921923572 ], [ -75.023303654554596, 40.049289700115501 ], [ -75.023183146073293, 40.049281848920501 ], [ -75.023063426315204, 40.049268668551399 ], [ -75.022944896647004, 40.049250201201403 ], [ -75.022827951808694, 40.049226508055597 ], [ -75.022658778505402, 40.0491849052571 ], [ -75.0224922771027, 40.049137361227999 ], [ -75.022328799679599, 40.049083977823699 ], [ -75.022168694976202, 40.049024866959002 ], [ -75.022012299426905, 40.0489601549002 ], [ -75.021859946126199, 40.048889977973097 ], [ -75.021711958836406, 40.0488144857988 ], [ -75.021568649193995, 40.048733837849099 ], [ -75.021430323940507, 40.048648205869704 ], [ -75.021297273299098, 40.048557771352002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 343, "AUN": 126515001, "SCHOOL_NUM": 3783, "LOCATION_ID": "1390", "SCHOOL_NAME": "POWEL, SAMUEL SCHOOL", "SCHOOL_NAME_LABEL": "SAMUEL POWEL SCHOOL", "STREET_ADDRESS": "3610 WARREN ST", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 400-7740", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-4", "ENROLLMENT": 326, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 12435.44921875, "Shape__Length": 479.64478176893681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194007708378294, 39.9574071320027 ], [ -75.194297346265003, 39.957446950044897 ], [ -75.194368876031305, 39.957421026724603 ], [ -75.194537553955797, 39.957442883107603 ], [ -75.194649955042195, 39.957499847023399 ], [ -75.194679448705401, 39.9574991625826 ], [ -75.194676662693496, 39.957543236365296 ], [ -75.194899244921004, 39.957543582952901 ], [ -75.194908779307298, 39.957548186582599 ], [ -75.195159213087095, 39.9575922965563 ], [ -75.195161655535898, 39.957651964952902 ], [ -75.195187515962104, 39.957650835688703 ], [ -75.195244109274398, 39.9576693502419 ], [ -75.195090682496001, 39.958401334371104 ], [ -75.1939266669239, 39.957793749580603 ], [ -75.194007708378294, 39.9574071320027 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 344, "AUN": 126515001, "SCHOOL_NUM": null, "LOCATION_ID": "2050", "SCHOOL_NAME": "SCIENCE LEADERSHIP ACADEMY MIDDLE SCHOOL", "SCHOOL_NAME_LABEL": "SCIENCE LEADERSHIP ACADEMY MIDDLE SCHOOL", "STREET_ADDRESS": "3610 WARREN ST", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 400-8320", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "5-8", "ENROLLMENT": 353, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 12435.44921875, "Shape__Length": 479.64478176893681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194007708378294, 39.9574071320027 ], [ -75.194297346265003, 39.957446950044897 ], [ -75.194368876031305, 39.957421026724603 ], [ -75.194537553955797, 39.957442883107603 ], [ -75.194649955042195, 39.957499847023399 ], [ -75.194679448705401, 39.9574991625826 ], [ -75.194676662693496, 39.957543236365296 ], [ -75.194899244921004, 39.957543582952901 ], [ -75.194908779307298, 39.957548186582599 ], [ -75.195159213087095, 39.9575922965563 ], [ -75.195161655535898, 39.957651964952902 ], [ -75.195187515962104, 39.957650835688703 ], [ -75.195244109274398, 39.9576693502419 ], [ -75.195090682496001, 39.958401334371104 ], [ -75.1939266669239, 39.957793749580603 ], [ -75.194007708378294, 39.9574071320027 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 345, "AUN": 126513000, "SCHOOL_NUM": 7546, "LOCATION_ID": "3312", "SCHOOL_NAME": "MULTI-CULTURAL ACADEMY", "SCHOOL_NAME_LABEL": "MULTICULTURAL ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "3821 N BROAD ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 457-6666", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 255, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 3206.01953125, "Shape__Length": 238.72539558209161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149908915699996, 40.011571972260001 ], [ -75.149930610044294, 40.011473519277303 ], [ -75.149844446806199, 40.011462637782301 ], [ -75.149855287438697, 40.011411154659001 ], [ -75.149864803524906, 40.011367943302403 ], [ -75.149888902757098, 40.011254311936902 ], [ -75.150547376129595, 40.011339584820099 ], [ -75.150480451113694, 40.011644750477501 ], [ -75.149908915699996, 40.011571972260001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 346, "AUN": 126515001, "SCHOOL_NUM": 5040, "LOCATION_ID": "4460", "SCHOOL_NAME": "DUCKREY, TANNER SCHOOL", "SCHOOL_NAME_LABEL": "TANNER G. DUCKREY SCHOOL", "STREET_ADDRESS": "1501 W DIAMOND ST", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 400-7350", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 419, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 31638.734375, "Shape__Length": 716.78256970992368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159698944168696, 39.985255114285401 ], [ -75.159395425466101, 39.986615845196098 ], [ -75.158004744693201, 39.986438286045001 ], [ -75.158300089833205, 39.985071459567202 ], [ -75.159698944168696, 39.985255114285401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 347, "AUN": 126515001, "SCHOOL_NUM": 3842, "LOCATION_ID": "5060", "SCHOOL_NAME": "MASTBAUM, JULES E. HIGH SCHOOL", "SCHOOL_NAME_LABEL": "JULES E. MASTBAUM AREA VOCATIONAL TECHNICAL HIGH SCHOOL", "STREET_ADDRESS": "3116 FRANKFORD AVE", "ZIP_CODE": "19134", "PHONE_NUMBER": "(215) 400-7220", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 651, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 13918.8828125, "Shape__Length": 527.70366886354509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.112345694470903, 39.993406971510097 ], [ -75.112325681712903, 39.993377221361399 ], [ -75.112321342226394, 39.993370754731302 ], [ -75.112296438214202, 39.99333370195 ], [ -75.112285916677706, 39.993318066051003 ], [ -75.112271295463401, 39.993296274253701 ], [ -75.112264099020393, 39.993285662550001 ], [ -75.112251124116497, 39.993266310956301 ], [ -75.112245415126196, 39.993257893655297 ], [ -75.112224375908099, 39.993226523947001 ], [ -75.112204719994395, 39.993196750438997 ], [ -75.112200175317398, 39.993190213763597 ], [ -75.112185228062799, 39.993167656468998 ], [ -75.1121779463314, 39.993157092355901 ], [ -75.112153287474598, 39.993120706305099 ], [ -75.112129586177403, 39.993085567656799 ], [ -75.112106686275496, 39.993051399134401 ], [ -75.112083636140198, 39.993017291352601 ], [ -75.112081737339196, 39.993014377930599 ], [ -75.112060812201094, 39.992983317161098 ], [ -75.112057131635794, 39.992977719390097 ], [ -75.112055185382403, 39.992974934400301 ], [ -75.112030175667698, 39.9929378960191 ], [ -75.112004807932195, 39.9929003493313 ], [ -75.111983476289694, 39.992868408582098 ], [ -75.111959405994199, 39.992832520315503 ], [ -75.111936663078694, 39.992799177553898 ], [ -75.111931312630304, 39.992791220117603 ], [ -75.111884667203498, 39.9927220075636 ], [ -75.111876462908398, 39.992709826273703 ], [ -75.111859890930702, 39.992685410379899 ], [ -75.111825500563199, 39.992634099131699 ], [ -75.111674267133196, 39.992409148447202 ], [ -75.111660655454699, 39.992388895752299 ], [ -75.112135546538298, 39.992159007732198 ], [ -75.112322621534005, 39.992374189816303 ], [ -75.113073401271805, 39.9932377300646 ], [ -75.113076671260202, 39.993241497160099 ], [ -75.112744445326896, 39.9934135231778 ], [ -75.112452020672805, 39.9935649417299 ], [ -75.112349066104997, 39.9934130971588 ], [ -75.112345694470903, 39.993406971510097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 348, "AUN": 126515001, "SCHOOL_NUM": 7368, "LOCATION_ID": "7500", "SCHOOL_NAME": "FELTONVILLE ARTS & SCIENCES", "SCHOOL_NAME_LABEL": "FELTONVILLE SCHOOL OF ARTS AND SCIENCES", "STREET_ADDRESS": "210 E COURTLAND ST", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 400-3810", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": 542, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 14296.140625, "Shape__Length": 544.44184868850948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121365115940804, 40.019447109039398 ], [ -75.121369108082703, 40.019100904101599 ], [ -75.121369281972605, 40.019084498122602 ], [ -75.121372593038799, 40.018683893832602 ], [ -75.121373319039705, 40.018595846294801 ], [ -75.121507837093503, 40.018647318691897 ], [ -75.121921428529106, 40.018805589019102 ], [ -75.121950208991706, 40.018816597149801 ], [ -75.122152614816997, 40.018894059490997 ], [ -75.122329316567999, 40.018976979151098 ], [ -75.122384946831403, 40.019003883010697 ], [ -75.122707861422796, 40.019160043851301 ], [ -75.122666047394503, 40.019363099882803 ], [ -75.122485396309102, 40.019340542555497 ], [ -75.122476270293802, 40.019386857131103 ], [ -75.122656412718797, 40.0194094264833 ], [ -75.122613867725406, 40.019615653158297 ], [ -75.121971929877702, 40.019535225279597 ], [ -75.121952253706397, 40.019532760032199 ], [ -75.121769287189693, 40.019509841115003 ], [ -75.121415875515495, 40.019468753623002 ], [ -75.121399657528201, 40.019466867513501 ], [ -75.121364928939897, 40.019462832189902 ], [ -75.121365115940804, 40.019447109039398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 349, "AUN": 126515001, "SCHOOL_NUM": 7226, "LOCATION_ID": "2190", "SCHOOL_NAME": "FELL, D. NEWLIN SCHOOL", "SCHOOL_NAME_LABEL": "D. NEWLIN FELL SCHOOL", "STREET_ADDRESS": "900 W OREGON AVE", "ZIP_CODE": "19148", "PHONE_NUMBER": "(215) 400-8260", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 530, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 5821.3125, "Shape__Length": 348.15712643477843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163110631178597, 39.914639994073603 ], [ -75.163492451624094, 39.9149503028341 ], [ -75.163337436906403, 39.915629961363202 ], [ -75.162907691231297, 39.915575145562002 ], [ -75.163110631178597, 39.914639994073603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 350, "AUN": 126510023, "SCHOOL_NUM": 7910, "LOCATION_ID": "3385", "SCHOOL_NAME": "MASTERY CHARTER-THOMAS CAMPUS", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL AT THOMAS CAMPUS", "STREET_ADDRESS": "927 JOHNSTON ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(267) 236-0036", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": 1315, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 10048.71875, "Shape__Length": 493.46285289481705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163337436906403, 39.915629961363202 ], [ -75.163492451624094, 39.9149503028341 ], [ -75.163110631178597, 39.914639994073603 ], [ -75.163142022136, 39.9144953401116 ], [ -75.164030540165797, 39.914609604705603 ], [ -75.1637900502582, 39.915687692574501 ], [ -75.163337436906403, 39.915629961363202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 351, "AUN": 126515001, "SCHOOL_NUM": 3816, "LOCATION_ID": "7120", "SCHOOL_NAME": "FELS, SAMUEL HIGH SCHOOL", "SCHOOL_NAME_LABEL": "SAMUEL FELS HIGH SCHOOL", "STREET_ADDRESS": "5500 LANGDON ST", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 400-7100", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 1259, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 159305.49609375, "Shape__Length": 1733.1171153373689 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.090223357277495, 40.036591374986202 ], [ -75.092312913347897, 40.034458733371402 ], [ -75.093128035700403, 40.034912085228903 ], [ -75.0931513350491, 40.034927563371902 ], [ -75.093170829126706, 40.034945887480703 ], [ -75.0931859369704, 40.0349665147601 ], [ -75.093196207927505, 40.034988829967403 ], [ -75.093201339717297, 40.035012170608297 ], [ -75.093201177858703, 40.035035841565602 ], [ -75.093201013953305, 40.035059489949703 ], [ -75.093206133367801, 40.035082810030602 ], [ -75.093216384559199, 40.035105106757499 ], [ -75.093231462194595, 40.0351257209416 ], [ -75.093250919929005, 40.035144039688902 ], [ -75.0932741812355, 40.035159519176901 ], [ -75.093300552007506, 40.035171699587799 ], [ -75.093329252280199, 40.035180218232099 ], [ -75.093359428833807, 40.0351848244824 ], [ -75.093390185892403, 40.035185381609601 ], [ -75.093420611342495, 40.035181870768497 ], [ -75.093449801400595, 40.035174397200102 ], [ -75.093476888692607, 40.035163184122602 ], [ -75.093501069045601, 40.0351485620888 ], [ -75.093521626462405, 40.035130967310103 ], [ -75.093550605177001, 40.035147083560197 ], [ -75.093854857347793, 40.036734673066697 ], [ -75.093875230669397, 40.036864722056301 ], [ -75.093886639091195, 40.036995417452701 ], [ -75.093889049985407, 40.037126393585901 ], [ -75.093882458582996, 40.037257284302001 ], [ -75.093866882074195, 40.037387723952698 ], [ -75.093842363869697, 40.037517350872903 ], [ -75.093808972400893, 40.0376458005952 ], [ -75.093766800768407, 40.037772714851897 ], [ -75.093715966787201, 40.037897740450497 ], [ -75.093656611611095, 40.038020526988703 ], [ -75.093588902396803, 40.038140733674403 ], [ -75.093513026713097, 40.038258022438498 ], [ -75.093512885937301, 40.038258137443499 ], [ -75.093507176621202, 40.038262791018497 ], [ -75.093506820955696, 40.038263080134101 ], [ -75.093398276484294, 40.038351757749098 ], [ -75.092742209089906, 40.039028451528303 ], [ -75.091545406159696, 40.038343186197601 ], [ -75.091033213368107, 40.038058320774297 ], [ -75.091661285746099, 40.037391125260498 ], [ -75.090223357277495, 40.036591374986202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 352, "AUN": 126517442, "SCHOOL_NUM": 8251, "LOCATION_ID": "3421", "SCHOOL_NAME": "UNIVERSAL CREIGHTON CHARTER", "SCHOOL_NAME_LABEL": "UNIVERSAL CHARTER SCHOOL AT CREIGHTON", "STREET_ADDRESS": "5401 TABOR AVE", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 537-2531", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 664, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 15521.609375, "Shape__Length": 554.96901019535017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1044554953328, 40.0350793830046 ], [ -75.104296579306904, 40.034990527590502 ], [ -75.104107350145, 40.034884707741902 ], [ -75.105190677828602, 40.033789762768301 ], [ -75.105305597792096, 40.033853842565101 ], [ -75.105508939272298, 40.033967207177497 ], [ -75.105737239548105, 40.034094492578397 ], [ -75.105742677047999, 40.034097535982902 ], [ -75.105756736706894, 40.0341053709043 ], [ -75.105480808705906, 40.034382877701198 ], [ -75.104750290104903, 40.0351175750422 ], [ -75.104669354304093, 40.035198970776598 ], [ -75.1044554953328, 40.0350793830046 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 353, "AUN": 126515001, "SCHOOL_NUM": 7175, "LOCATION_ID": "5170", "SCHOOL_NAME": "DEBURGOS, J. ELEMENTARY", "SCHOOL_NAME_LABEL": "JULIA DE BURGOS SCHOOL", "STREET_ADDRESS": "401 W LEHIGH AVE", "ZIP_CODE": "19133", "PHONE_NUMBER": "(215) 400-7080", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 550, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 16633.3203125, "Shape__Length": 567.49751305477776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138112178531799, 39.993384238575103 ], [ -75.138409001510098, 39.9920250301453 ], [ -75.139141676307105, 39.992110249131201 ], [ -75.138847465763007, 39.993480186666197 ], [ -75.138112178531799, 39.993384238575103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 354, "AUN": 126515001, "SCHOOL_NUM": 6996, "LOCATION_ID": "2020", "SCHOOL_NAME": "CREATIVE AND PERFORMING ARTS", "SCHOOL_NAME_LABEL": "HIGH SCHOOL FOR CREATIVE AND PERFORMING ARTS SCHOOL", "STREET_ADDRESS": "901 S BROAD ST", "ZIP_CODE": "19147", "PHONE_NUMBER": "(215) 400-8140", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 646, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 19116.80859375, "Shape__Length": 559.318733018991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164687023669501, 39.939745310764003 ], [ -75.164863933002493, 39.938937457805203 ], [ -75.165981832699302, 39.939074186353899 ], [ -75.166289495319305, 39.939111809560302 ], [ -75.166257682035905, 39.939256751131701 ], [ -75.166247320207205, 39.939304006878302 ], [ -75.166226526550503, 39.939398742046798 ], [ -75.166112083485999, 39.939920269092298 ], [ -75.164695265673302, 39.939746308588397 ], [ -75.164691054615005, 39.939745811588303 ], [ -75.164687023669501, 39.939745310764003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 355, "AUN": 126512840, "SCHOOL_NUM": 7510, "LOCATION_ID": "3301", "SCHOOL_NAME": "COMMUNITY ACADEMY OF PHILADELPHIA", "SCHOOL_NAME_LABEL": "COMMUNITY ACADEMY OF PHILADELPHIA CHARTER SCHOOL", "STREET_ADDRESS": "1100 E ERIE AVE", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 533-6700", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": 1242, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 42952.1171875, "Shape__Length": 977.53088460761683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.106004744162803, 40.0053647249985 ], [ -75.105864236675998, 40.004287293689302 ], [ -75.105700149956704, 40.004299949110802 ], [ -75.105873832557606, 40.003505693243 ], [ -75.106577427059804, 40.003598708501102 ], [ -75.106624780920797, 40.003382138741998 ], [ -75.106710611912007, 40.002989607051397 ], [ -75.106826789149594, 40.003004965172799 ], [ -75.106851330102103, 40.003008209654602 ], [ -75.1068560395681, 40.002986666279597 ], [ -75.106913483485101, 40.003049975376399 ], [ -75.106964308141301, 40.003116548084499 ], [ -75.107008201354603, 40.003185976266501 ], [ -75.107044892698198, 40.003257832472102 ], [ -75.107074157583597, 40.0033316779164 ], [ -75.107095817436701, 40.003407057978499 ], [ -75.107109737884699, 40.0034835111693 ], [ -75.107349236106998, 40.005319732608498 ], [ -75.106004744162803, 40.0053647249985 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 356, "AUN": 226515392, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "QUBA INSTITUTE OF ARABIC & ISLAMIC STUDIES", "SCHOOL_NAME_LABEL": "QUBA INSTITUTE OF ARABIC & ISLAMIC STUDIES", "STREET_ADDRESS": "4637 LANCASTER AVE", "ZIP_CODE": "19131", "PHONE_NUMBER": "(215) 473-8589", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 253.90625, "Shape__Length": 85.437882102762515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214759878217706, 39.9712733648634 ], [ -75.214783121010896, 39.971250799247301 ], [ -75.2147837255105, 39.971250212311098 ], [ -75.214793819135295, 39.971240231481197 ], [ -75.214958745488005, 39.971081857211601 ], [ -75.2149698292978, 39.971088566759498 ], [ -75.215008429086794, 39.971111922004702 ], [ -75.214809854132795, 39.971304580470701 ], [ -75.214759878217706, 39.9712733648634 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 357, "AUN": 126515001, "SCHOOL_NUM": 3732, "LOCATION_ID": "7200", "SCHOOL_NAME": "BARTON SCHOOL", "SCHOOL_NAME_LABEL": "CLARA BARTON SCHOOL", "STREET_ADDRESS": "4600 ROSEHILL ST", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 400-3720", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-2", "ENROLLMENT": 490, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 21839.09765625, "Shape__Length": 612.09181804086938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.120509550187407, 40.019568661628398 ], [ -75.120208092650998, 40.020937346725802 ], [ -75.120207865172702, 40.020938340530499 ], [ -75.120086905193801, 40.020923254361101 ], [ -75.119678684601297, 40.020872330852796 ], [ -75.119599205717094, 40.020862417902897 ], [ -75.119187688233893, 40.020811079225297 ], [ -75.119182201022596, 40.020810389241198 ], [ -75.119253755669405, 40.020487547040297 ], [ -75.119297255691706, 40.020291315377001 ], [ -75.119328354601393, 40.020151074420198 ], [ -75.119446807775304, 40.0196167484387 ], [ -75.120509550187407, 40.019568661628398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 358, "AUN": 126515001, "SCHOOL_NUM": 7850, "LOCATION_ID": "5050", "SCHOOL_NAME": "PHILADELPHIA MILITARY ACADEMY", "SCHOOL_NAME_LABEL": "PHILADELPHIA MILITARY ACADEMY", "STREET_ADDRESS": "2118 N 13TH ST", "ZIP_CODE": "19122", "PHONE_NUMBER": "(215) 400-7420", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 277, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 13315.08203125, "Shape__Length": 494.68909414367147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154174623167094, 39.985943012290903 ], [ -75.154415159262399, 39.984832825909002 ], [ -75.1546369228967, 39.984861257363598 ], [ -75.154641616076802, 39.984839593762501 ], [ -75.154861618322698, 39.984867799113999 ], [ -75.154859270325801, 39.984878630323301 ], [ -75.155132074076306, 39.984913605250199 ], [ -75.154889202885101, 39.986034623248599 ], [ -75.154174623167094, 39.985943012290903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 359, "AUN": 126510929, "SCHOOL_NUM": 3446, "LOCATION_ID": null, "SCHOOL_NAME": "PHILADELPHIA HEBREW PUBLIC CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "PHILADELPHIA HEBREW PUBLIC CHARTER SCHOOL", "STREET_ADDRESS": "3300 HENRY AVE", "ZIP_CODE": "19129", "PHONE_NUMBER": "(267) 225-1511", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-1", "ENROLLMENT": 574, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 89499.171875, "Shape__Length": 1200.6718660677784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185688770103695, 40.010423862459 ], [ -75.185745908877195, 40.010539317765598 ], [ -75.185795957459007, 40.010524672400699 ], [ -75.185996729058004, 40.010930361622798 ], [ -75.186040789656104, 40.011096570194098 ], [ -75.186299339232903, 40.011618994082703 ], [ -75.186033151032703, 40.012003399501502 ], [ -75.184240875453398, 40.013231391050603 ], [ -75.182594399034102, 40.0118105138096 ], [ -75.182824868851895, 40.0116669240373 ], [ -75.183060561037095, 40.011528439918202 ], [ -75.183301286876898, 40.011395172079801 ], [ -75.183546848968106, 40.011267228703602 ], [ -75.183797050040596, 40.011144714596 ], [ -75.184051684261803, 40.0110277287421 ], [ -75.184310548900598, 40.010916365692097 ], [ -75.184573431157503, 40.010810715267603 ], [ -75.184840118322199, 40.010710865041098 ], [ -75.185110395102697, 40.010616893518801 ], [ -75.185688770103695, 40.010423862459 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 360, "AUN": 126510007, "SCHOOL_NUM": 7724, "LOCATION_ID": "3362", "SCHOOL_NAME": "WISSAHICKON CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "WISSAHICKON CHARTER SCHOOL", "STREET_ADDRESS": "4700 WISSAHICKON AVE", "ZIP_CODE": "19144", "PHONE_NUMBER": "(267) 338-1020", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 988, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 117288.82421875, "Shape__Length": 1523.6084554218962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173531901622397, 40.014567323417502 ], [ -75.1735116260909, 40.014733744843802 ], [ -75.1735286236935, 40.014773096141802 ], [ -75.173480671521602, 40.014798882668998 ], [ -75.173737184930502, 40.015185234770399 ], [ -75.173699281344398, 40.015349374201698 ], [ -75.173861335026999, 40.015757706293002 ], [ -75.174131983844504, 40.016110312889502 ], [ -75.174335511707994, 40.016490235406899 ], [ -75.173966701828405, 40.0167087847666 ], [ -75.1739710600867, 40.016713134190802 ], [ -75.173728402711106, 40.016856929078699 ], [ -75.173658682402703, 40.016896138923201 ], [ -75.173586513285002, 40.016932635796699 ], [ -75.173512074535196, 40.016966330234901 ], [ -75.173285955107204, 40.017060134387101 ], [ -75.173056870002199, 40.017149584987202 ], [ -75.172824962019405, 40.017234625529703 ], [ -75.1725903737469, 40.017315205136597 ], [ -75.172353250745402, 40.017391271871297 ], [ -75.172327554943706, 40.017397288192697 ], [ -75.172300892720699, 40.017399784634101 ], [ -75.172274069621494, 40.0173986869248 ], [ -75.172247901853297, 40.017394025776802 ], [ -75.172223183743696, 40.017385945164598 ], [ -75.172200663372706, 40.0173746882625 ], [ -75.172181026429996, 40.017360598208597 ], [ -75.170243104193403, 40.015704691912802 ], [ -75.170529210187397, 40.015550844109598 ], [ -75.170639701288295, 40.0156723195919 ], [ -75.172379565124999, 40.014736706148 ], [ -75.171990391792093, 40.014281909262401 ], [ -75.172686656042401, 40.013907478497103 ], [ -75.172746055936898, 40.013925299208303 ], [ -75.172802642426703, 40.013947895173899 ], [ -75.172855766216998, 40.013975007424698 ], [ -75.1729048208677, 40.0140063283988 ], [ -75.1729492444274, 40.014041497472803 ], [ -75.172988530670807, 40.014080113602603 ], [ -75.173275750347599, 40.014395880363999 ], [ -75.173343039278507, 40.014359693193803 ], [ -75.173531901622397, 40.014567323417502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 361, "AUN": 126515001, "SCHOOL_NUM": 3861, "LOCATION_ID": "6040", "SCHOOL_NAME": "SAUL, WALTER B. HIGH SCHOOL", "SCHOOL_NAME_LABEL": "WALTER B. SAUL HIGH SCHOOL", "STREET_ADDRESS": "7100 HENRY AVE", "ZIP_CODE": "19128", "PHONE_NUMBER": "(215) 400-3450", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 416, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 155126.32421875, "Shape__Length": 1763.9254565793337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223337711128806, 40.0467224648187 ], [ -75.223372600692898, 40.046650114139503 ], [ -75.223438622320202, 40.046737881617297 ], [ -75.223959251144905, 40.047429992638598 ], [ -75.224020075645399, 40.047510850833099 ], [ -75.224443085191595, 40.048070064912501 ], [ -75.224484557690801, 40.048124867446703 ], [ -75.224520269231405, 40.048171882603199 ], [ -75.224564415110194, 40.048231206056201 ], [ -75.224620686818895, 40.048303980993097 ], [ -75.2246764910347, 40.048378019405 ], [ -75.224728807402897, 40.048450014694801 ], [ -75.224783338205995, 40.048521655439401 ], [ -75.224836106331395, 40.048591677289402 ], [ -75.224891599069494, 40.048665080294697 ], [ -75.224948476668004, 40.048740770702402 ], [ -75.225002539800201, 40.048814319045697 ], [ -75.225057597218907, 40.048887615536898 ], [ -75.225113588689894, 40.048964011678699 ], [ -75.225167482041897, 40.049034767624399 ], [ -75.225232973989307, 40.049120785649102 ], [ -75.2253196843659, 40.049236865378703 ], [ -75.225413585978401, 40.0493626783935 ], [ -75.225525544302201, 40.049511648375301 ], [ -75.225668841515301, 40.049702282986601 ], [ -75.225651983341194, 40.049710020382399 ], [ -75.225634174486302, 40.049718297755099 ], [ -75.225622530556095, 40.049723710278997 ], [ -75.223469798761201, 40.050703916662698 ], [ -75.220215258008295, 40.0491988521159 ], [ -75.220217155305093, 40.0491980402021 ], [ -75.220220735475905, 40.049196507383499 ], [ -75.220343095527497, 40.049143846835896 ], [ -75.220436436957996, 40.0491037772072 ], [ -75.2205221440598, 40.049066984594702 ], [ -75.220612601943998, 40.049028153275998 ], [ -75.220699281345304, 40.048990943833701 ], [ -75.2207897703219, 40.0489520984233 ], [ -75.220879624759704, 40.048913525040597 ], [ -75.220971937926606, 40.048873896365897 ], [ -75.221062294047897, 40.048835107513803 ], [ -75.2211247479745, 40.048808296927596 ], [ -75.221152452279398, 40.048796592419301 ], [ -75.221181725538003, 40.048783841245999 ], [ -75.221242419327496, 40.048757777971602 ], [ -75.221327914525503, 40.048721063454401 ], [ -75.221436586148798, 40.048674397311999 ], [ -75.2215338406439, 40.0486326334807 ], [ -75.221679717706493, 40.048569989170602 ], [ -75.2217864066141, 40.048524173309701 ], [ -75.221894341890504, 40.048477822785003 ], [ -75.222002455750001, 40.048431395002197 ], [ -75.222117076170903, 40.048382173049099 ], [ -75.2222286061793, 40.048334277275899 ], [ -75.2223392141414, 40.048286777820799 ], [ -75.222458744238907, 40.048235447114102 ], [ -75.222565117854202, 40.048189765522402 ], [ -75.222646986710402, 40.048154606705097 ], [ -75.222662687869104, 40.048122181785899 ], [ -75.222709057123794, 40.048026597125201 ], [ -75.222752814011301, 40.0479352437183 ], [ -75.222795759426702, 40.047846158722301 ], [ -75.222800002944197, 40.047837356993803 ], [ -75.2228629412066, 40.047706884189701 ], [ -75.222906945968802, 40.047615631915299 ], [ -75.222957541518696, 40.047510743877503 ], [ -75.223001546026495, 40.047419491565996 ], [ -75.223065528539195, 40.047286849963697 ], [ -75.223102213038004, 40.047210782812598 ], [ -75.223150104474598, 40.047111476579602 ], [ -75.223187153719195, 40.0470346605914 ], [ -75.223234610431604, 40.046936278422599 ], [ -75.223269204443199, 40.046864550840702 ], [ -75.223306730485305, 40.046786729433499 ], [ -75.223337711128806, 40.0467224648187 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 362, "AUN": 126515001, "SCHOOL_NUM": 6527, "LOCATION_ID": "8030", "SCHOOL_NAME": "WASHINGTON, GEORGE HIGH SCHOOL", "SCHOOL_NAME_LABEL": "GEORGE WASHINGTON HIGH SCHOOL", "STREET_ADDRESS": "10175 BUSTLETON AVE", "ZIP_CODE": "19116", "PHONE_NUMBER": "(215) 400-3100", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 1763, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 208857.83984375, "Shape__Length": 2006.7499213777764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.023770109627094, 40.108158842773499 ], [ -75.021546771816205, 40.106875736419802 ], [ -75.021543938994, 40.106874105865103 ], [ -75.021807379643803, 40.106672079893698 ], [ -75.021820767130293, 40.106661806804603 ], [ -75.021825858889201, 40.1066578965373 ], [ -75.023048111390196, 40.1057205332257 ], [ -75.024363869724695, 40.104726936691399 ], [ -75.024378051913004, 40.104716213614303 ], [ -75.024419015869299, 40.1046852829705 ], [ -75.024700885361497, 40.104472419970399 ], [ -75.024818860421902, 40.1043833293379 ], [ -75.024823666141202, 40.104379702754699 ], [ -75.024995676016999, 40.104459320764398 ], [ -75.025197822047303, 40.104553806031497 ], [ -75.025400312105006, 40.104643431145 ], [ -75.025520869119802, 40.104699534677103 ], [ -75.025599453680996, 40.104734378803997 ], [ -75.025806238285796, 40.104828925573898 ], [ -75.025940444343803, 40.104891234807297 ], [ -75.025969612440605, 40.104903581016899 ], [ -75.026005426256205, 40.104918745034098 ], [ -75.026079653188404, 40.104953888795698 ], [ -75.026196980524205, 40.105009430756901 ], [ -75.026399224308193, 40.105101563273202 ], [ -75.026587885976397, 40.105187457154202 ], [ -75.026811223862495, 40.105290710871898 ], [ -75.027353123186799, 40.105536035564 ], [ -75.027303424188403, 40.105650700128997 ], [ -75.027290998707201, 40.105679374697402 ], [ -75.027149333703093, 40.106006037962999 ], [ -75.027130013828298, 40.106050604859803 ], [ -75.026679347504299, 40.107089826764401 ], [ -75.026667409831006, 40.107117335830203 ], [ -75.026633698232899, 40.107195092167899 ], [ -75.026623841487805, 40.107217829891297 ], [ -75.026413937083305, 40.107701809196399 ], [ -75.026380340172494, 40.107798090441698 ], [ -75.0262542610471, 40.108159346189801 ], [ -75.024818633441996, 40.107333295424901 ], [ -75.024519703279097, 40.1081043937359 ], [ -75.024383874666597, 40.1083582949028 ], [ -75.024320617468703, 40.108476539598698 ], [ -75.023770109627094, 40.108158842773499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 363, "AUN": 126515001, "SCHOOL_NUM": 7780, "LOCATION_ID": "1050", "SCHOOL_NAME": "ROBESON, PAUL HIGH SCHOOL", "SCHOOL_NAME_LABEL": "PAUL ROBESON HIGH SCHOOL FOR HUMAN SERVICES", "STREET_ADDRESS": "4125 LUDLOW ST", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 400-7780", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 266, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 6312.84765625, "Shape__Length": 410.17384477044163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205546464859495, 39.957142737740497 ], [ -75.205473440098501, 39.957134460812497 ], [ -75.204664672298406, 39.957035551086499 ], [ -75.2047220710636, 39.956761420223401 ], [ -75.2053843491653, 39.956844362831497 ], [ -75.206083468383994, 39.956931906108998 ], [ -75.206018240751007, 39.957241842140299 ], [ -75.205889388988894, 39.957226411298301 ], [ -75.205898669911505, 39.957186640694502 ], [ -75.205817238394403, 39.957176339512102 ], [ -75.205809606053606, 39.957175444944603 ], [ -75.205724160993398, 39.957164926295597 ], [ -75.205674006358095, 39.957158994741498 ], [ -75.205662493557099, 39.957197942094503 ], [ -75.205538752774601, 39.957182543115501 ], [ -75.205546464859495, 39.957142737740497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 364, "AUN": 126515001, "SCHOOL_NUM": 7072, "LOCATION_ID": "8090", "SCHOOL_NAME": "SWENSON ARTS/TECH HIGH SCHOOL", "SCHOOL_NAME_LABEL": "SWENSON ARTS AND TECHNOLOGY HIGH SCHOOL", "STREET_ADDRESS": "2750 RED LION RD", "ZIP_CODE": "19114", "PHONE_NUMBER": "(215) 400-3140", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 805, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 74165.18359375, "Shape__Length": 1088.3125801772098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.013507670608604, 40.091041273480002 ], [ -75.013818039743398, 40.090825373212503 ], [ -75.014394989662705, 40.0912941979023 ], [ -75.015845429291801, 40.092472774578397 ], [ -75.014903226666505, 40.093152749069802 ], [ -75.0148939614038, 40.093150887563603 ], [ -75.014115273508907, 40.092994444468303 ], [ -75.013118612519705, 40.092794199461501 ], [ -75.012157154040295, 40.0919807009641 ], [ -75.013507670608604, 40.091041273480002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 365, "AUN": 126515001, "SCHOOL_NUM": 4732, "LOCATION_ID": "1470", "SCHOOL_NAME": "LOCKE, ALAIN SCHOOL", "SCHOOL_NAME_LABEL": "ALAIN LOCKE SCHOOL", "STREET_ADDRESS": "4550 HAVERFORD AVE", "ZIP_CODE": "19139", "PHONE_NUMBER": "(215) 400-7670", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 264, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 28517.08203125, "Shape__Length": 672.6430444881222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211710511553903, 39.9612182095835 ], [ -75.211904387351893, 39.961243126012903 ], [ -75.211999934008801, 39.961255216014898 ], [ -75.212063318325605, 39.961263857692302 ], [ -75.212131521512404, 39.9612723626582 ], [ -75.212186239396004, 39.961279020696303 ], [ -75.212247349873806, 39.9612867075938 ], [ -75.212346764004707, 39.961299174548799 ], [ -75.212445197561095, 39.961311523997601 ], [ -75.212505230344306, 39.961319460600002 ], [ -75.212566326478395, 39.961327533313401 ], [ -75.212628068899093, 39.961335701377202 ], [ -75.212688560568594, 39.961343696460197 ], [ -75.212790371160196, 39.961357602442099 ], [ -75.213151279113504, 39.961404221460299 ], [ -75.213147751898205, 39.961420682481098 ], [ -75.213146178100104, 39.961428062926103 ], [ -75.213083549711001, 39.961721311298703 ], [ -75.213007903566606, 39.962066919577097 ], [ -75.212976414954397, 39.962207833726197 ], [ -75.212969725259299, 39.9622377646158 ], [ -75.212923065960396, 39.962446642599197 ], [ -75.212494501112303, 39.9624793825664 ], [ -75.212303263617599, 39.962495720504997 ], [ -75.212296434012401, 39.962496278984801 ], [ -75.212133270998294, 39.962510240641301 ], [ -75.211860534629494, 39.9625307723785 ], [ -75.211420206601801, 39.9624953677544 ], [ -75.211699575123106, 39.9612662883696 ], [ -75.211710511553903, 39.9612182095835 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 366, "AUN": 126515001, "SCHOOL_NUM": 7811, "LOCATION_ID": "6540", "SCHOOL_NAME": "LANKENAU HIGH SCHOOL", "SCHOOL_NAME_LABEL": "LANKENAU HIGH SCHOOL", "STREET_ADDRESS": "201 SPRING LN", "ZIP_CODE": "19128", "PHONE_NUMBER": "(215) 400-3420", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 228, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 117124.6953125, "Shape__Length": 1405.7701100298925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.254606703715197, 40.060739800010303 ], [ -75.254651296691605, 40.060778609876202 ], [ -75.255415701991396, 40.061443886459799 ], [ -75.255668049154295, 40.061663502043203 ], [ -75.253243818060099, 40.0640398803585 ], [ -75.253170558852105, 40.064106123769399 ], [ -75.252853687394904, 40.0638303442053 ], [ -75.252718210752306, 40.063795390139802 ], [ -75.251376445741499, 40.062627585715902 ], [ -75.251322637607899, 40.062580752485999 ], [ -75.254129619127497, 40.060692312646999 ], [ -75.254160014918199, 40.0606806451569 ], [ -75.254192413581606, 40.060672782781502 ], [ -75.254226016568396, 40.060668917652798 ], [ -75.254259992152697, 40.060669147705902 ], [ -75.254293500784598, 40.060673464840796 ], [ -75.254606703715197, 40.060739800010303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 367, "AUN": 173515368, "SCHOOL_NUM": 7985, "LOCATION_ID": "3394", "SCHOOL_NAME": "PAN AMERICAN ACADEMY CHARTER", "SCHOOL_NAME_LABEL": "PAN AMERICAN ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "2830 N AMERICAN ST", "ZIP_CODE": "19133", "PHONE_NUMBER": "(215) 425-1212", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 762, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 9164.76171875, "Shape__Length": 467.12706925031728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135925717613503, 39.993697270126098 ], [ -75.136324393871007, 39.993747286838797 ], [ -75.136210779594194, 39.994272119588899 ], [ -75.136684516027302, 39.994332929847197 ], [ -75.136598913222599, 39.9947275742934 ], [ -75.135730843197095, 39.994616175229197 ], [ -75.135925717613503, 39.993697270126098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 368, "AUN": 126515001, "SCHOOL_NUM": 3725, "LOCATION_ID": "6380", "SCHOOL_NAME": "SHAWMONT SCHOOL", "SCHOOL_NAME_LABEL": "SHAWMONT SCHOOL", "STREET_ADDRESS": "535 SHAWMONT AVE", "ZIP_CODE": "19128", "PHONE_NUMBER": "(215) 400-3440", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 457, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 17605.3671875, "Shape__Length": 580.77919139435357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237777832931101, 40.051247777182702 ], [ -75.239117367445502, 40.050690444339303 ], [ -75.239481606643196, 40.051139833768701 ], [ -75.239002315305399, 40.051372923887598 ], [ -75.239193588107497, 40.051626326300102 ], [ -75.239234578737907, 40.051680624999499 ], [ -75.239228007259896, 40.051684784740097 ], [ -75.239017217551094, 40.051781327559901 ], [ -75.238625977764102, 40.051960501769301 ], [ -75.238003196113596, 40.051443155486098 ], [ -75.237997078570899, 40.051437863548401 ], [ -75.237777832931101, 40.051247777182702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 369, "AUN": 226510080, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "CRISTO REY PHILADELPHIA HIGH SCHOOL", "SCHOOL_NAME_LABEL": "CRISTO REY PHILADELPHIA HIGH SCHOOL", "STREET_ADDRESS": "1717 W ALLEGHENY AVE", "ZIP_CODE": "19132", "PHONE_NUMBER": "(215) 219-3943", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 40605.3515625, "Shape__Length": 934.74658695847268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157532025379595, 40.003482037619897 ], [ -75.157570173225395, 40.003318991705498 ], [ -75.157955993480499, 40.003369651604402 ], [ -75.157964828593805, 40.003370811797701 ], [ -75.158106559765997, 40.002721038155798 ], [ -75.158001537112, 40.002707489844902 ], [ -75.158060592120094, 40.002436760039799 ], [ -75.158448331499002, 40.0024867814533 ], [ -75.159571741548604, 40.002631703604699 ], [ -75.160046496432898, 40.0040844670174 ], [ -75.158151379066993, 40.003840210753197 ], [ -75.158210384883503, 40.003569475258097 ], [ -75.158156405820606, 40.003562518246703 ], [ -75.157532025379595, 40.003482037619897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 370, "AUN": 126513020, "SCHOOL_NUM": 7548, "LOCATION_ID": "3314", "SCHOOL_NAME": "WEST OAK LANE CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "WEST OAK LANE CHARTER SCHOOL", "STREET_ADDRESS": "7115 STENTON AVE", "ZIP_CODE": "19138", "PHONE_NUMBER": "(215) 927-7995", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 970, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 29914.01953125, "Shape__Length": 746.20566711802314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163051924468107, 40.058743615096503 ], [ -75.163332858656204, 40.058904172208798 ], [ -75.163622129062304, 40.058617206360097 ], [ -75.164517443947304, 40.059128157832902 ], [ -75.164135916885897, 40.059522892043503 ], [ -75.164447553735897, 40.059701253143203 ], [ -75.164128498736702, 40.060032084426098 ], [ -75.164101340228797, 40.060016620001797 ], [ -75.164029814569304, 40.060090570256797 ], [ -75.163901028548295, 40.060223715530299 ], [ -75.163843796591095, 40.060269017587302 ], [ -75.163654554891494, 40.060384171385898 ], [ -75.163603426102199, 40.060332436484998 ], [ -75.162844659165899, 40.059545874063502 ], [ -75.162808360000994, 40.059502567176601 ], [ -75.162779760908506, 40.059455979407801 ], [ -75.162759353058902, 40.059406913588603 ], [ -75.162747489662607, 40.059356215619601 ], [ -75.162744376278098, 40.0593047596101 ], [ -75.162750064006602, 40.059253434209801 ], [ -75.162764456037905, 40.059203124736101 ], [ -75.162787303859403, 40.059154697319897 ], [ -75.162818213502405, 40.059108988911497 ], [ -75.162884440954798, 40.059020700987901 ], [ -75.162945547065206, 40.058930259172399 ], [ -75.163001410882899, 40.0588378375733 ], [ -75.163051924468107, 40.058743615096503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 371, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "8190", "SCHOOL_NAME": "ONE BRIGHT RAY-FAIRHILL CAMPUS", "SCHOOL_NAME_LABEL": "ONE BRIGHT RAY - FAIRHILL CAMPUS", "STREET_ADDRESS": "2820 N 4TH ST", "ZIP_CODE": "19133", "PHONE_NUMBER": "(215) 423-1776", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 262, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 1064.72265625, "Shape__Length": 131.58841359311052 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138052236459998, 39.994312747351103 ], [ -75.137872975503996, 39.994289935835702 ], [ -75.1379158755921, 39.994093297438702 ], [ -75.138242137131002, 39.994136298400299 ], [ -75.138198908503497, 39.994332784132602 ], [ -75.1380564900184, 39.994313327314899 ], [ -75.138052236459998, 39.994312747351103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 372, "AUN": 126515001, "SCHOOL_NUM": 6530, "LOCATION_ID": "1340", "SCHOOL_NAME": "LEA, HENRY C.", "SCHOOL_NAME_LABEL": "HENRY C. LEA SCHOOL", "STREET_ADDRESS": "4700 LOCUST ST", "ZIP_CODE": "19139", "PHONE_NUMBER": "(215) 400-7660", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 474, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 6380.1015625, "Shape__Length": 326.43453527071688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216000391397301, 39.954522604002101 ], [ -75.216103732526506, 39.9540293766361 ], [ -75.216522685963696, 39.954081364129699 ], [ -75.216872647970305, 39.954124791002002 ], [ -75.216843500220705, 39.9542657621746 ], [ -75.216805384154696, 39.954450113334801 ], [ -75.216831187260993, 39.9546256979948 ], [ -75.216000391397301, 39.954522604002101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 373, "AUN": 326517668, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "HYACINTH MONTESSORI", "SCHOOL_NAME_LABEL": "HYACINTH MONTESSORI", "STREET_ADDRESS": "5050 BALTIMORE AVE", "ZIP_CODE": "19143", "PHONE_NUMBER": "(267) 209-0869", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-6", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 660.13671875, "Shape__Length": 120.08252816359075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224787250258501, 39.9476830768157 ], [ -75.224751361060299, 39.947468138526297 ], [ -75.224802109474993, 39.947433679792198 ], [ -75.224808956827999, 39.947439923533302 ], [ -75.224873462022799, 39.9474946026873 ], [ -75.224879695486507, 39.9475276443737 ], [ -75.224912111892195, 39.947527678838 ], [ -75.225080034169295, 39.9476713869972 ], [ -75.224906775700504, 39.947671200807498 ], [ -75.224888019871401, 39.947672640609099 ], [ -75.224847125410093, 39.947675786988597 ], [ -75.224787250258501, 39.9476830768157 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 374, "AUN": 126515001, "SCHOOL_NUM": 3702, "LOCATION_ID": "5410", "SCHOOL_NAME": "SHEPPARD, ISAAC A. SCHOOL", "SCHOOL_NAME_LABEL": "ISAAC A. SHEPPARD SCHOOL", "STREET_ADDRESS": "120 W CAMBRIA ST", "ZIP_CODE": "19133", "PHONE_NUMBER": "(215) 400-7070", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-4", "ENROLLMENT": 123, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 3813.63671875, "Shape__Length": 274.80801043857491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131729509218104, 39.994095609684301 ], [ -75.131399727974198, 39.994053750984698 ], [ -75.131393804245306, 39.994053004274598 ], [ -75.131446412046202, 39.993823075704 ], [ -75.131457231481903, 39.993774027441098 ], [ -75.1314896462154, 39.993628010187599 ], [ -75.131500473052498, 39.993578768370099 ], [ -75.131541139395395, 39.993399248889801 ], [ -75.131544572730704, 39.993384110023698 ], [ -75.131730272063393, 39.993406706713003 ], [ -75.131744479459201, 39.993408401474703 ], [ -75.131885758184197, 39.993425276793801 ], [ -75.131842544301094, 39.993620342894502 ], [ -75.131832577121301, 39.993670120183999 ], [ -75.131800189184602, 39.993815992838599 ], [ -75.131788461334907, 39.993865213001598 ], [ -75.131737580724803, 39.994096632877103 ], [ -75.131729509218104, 39.994095609684301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 375, "AUN": 126515001, "SCHOOL_NUM": 3722, "LOCATION_ID": "6340", "SCHOOL_NAME": "PENNELL, JOSEPH ELEMENTARY", "SCHOOL_NAME_LABEL": "JOSEPH PENNELL SCHOOL", "STREET_ADDRESS": "1800 NEDRO AVE", "ZIP_CODE": "19141", "PHONE_NUMBER": "(215) 400-3680", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 270, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 14290.09765625, "Shape__Length": 507.05387841317503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1500053476083, 40.043563583317301 ], [ -75.150098644766004, 40.043142467889297 ], [ -75.150100063973298, 40.043136100533602 ], [ -75.150100709346603, 40.043130730434299 ], [ -75.150101553692807, 40.043128428298303 ], [ -75.150103872080095, 40.0431221139564 ], [ -75.150108032484596, 40.0431169844721 ], [ -75.1501109572865, 40.043114004105398 ], [ -75.150115853250199, 40.043104975221397 ], [ -75.150122393163798, 40.043098514279102 ], [ -75.150129395014901, 40.043090935267003 ], [ -75.150146336513998, 40.043077391231897 ], [ -75.150161359211296, 40.043069026288997 ], [ -75.150171092249494, 40.0430656999484 ], [ -75.150190048069305, 40.043059246328902 ], [ -75.150194071297705, 40.043057161429097 ], [ -75.150199246826702, 40.0430551014828 ], [ -75.150208366055097, 40.043053567786998 ], [ -75.150219748846396, 40.043052084194997 ], [ -75.1502288829587, 40.043051806627702 ], [ -75.150245854418898, 40.043050063208199 ], [ -75.150250502200905, 40.0430502652586 ], [ -75.150277583999198, 40.043049040107803 ], [ -75.1502821428586, 40.043048273803002 ], [ -75.150300266239498, 40.043048248106501 ], [ -75.150307105303298, 40.043047097539102 ], [ -75.150313873901695, 40.043047250725799 ], [ -75.150324091603594, 40.043046611363501 ], [ -75.150328052031597, 40.043046700995198 ], [ -75.150337703121295, 40.043046048808201 ], [ -75.150346785206594, 40.043044949001903 ], [ -75.150351316102899, 40.043045486284399 ], [ -75.150360381546705, 40.043044820841402 ], [ -75.150371729543707, 40.043044207055203 ], [ -75.150387606001502, 40.043043696879003 ], [ -75.150401230345395, 40.043042263998302 ], [ -75.150412546480993, 40.043042520095199 ], [ -75.150417088740696, 40.043042187024099 ], [ -75.150428454238096, 40.043041154655199 ], [ -75.150459053472602, 40.043040107050302 ], [ -75.150463612372405, 40.043039339613003 ], [ -75.150472644490307, 40.043039544015201 ], [ -75.150486289329194, 40.043038111588302 ], [ -75.150492496636403, 40.043038686803101 ], [ -75.150498770547998, 40.043037523434798 ], [ -75.150508934425602, 40.0430377534462 ], [ -75.150518020364402, 40.043037088454597 ], [ -75.150524259487995, 40.043036794905902 ], [ -75.150528238062904, 40.043036449074101 ], [ -75.150532780278596, 40.043036117123698 ], [ -75.150537340641407, 40.043035349716597 ], [ -75.150553178494206, 40.043035273385101 ], [ -75.150566790007801, 40.043034710802601 ], [ -75.150575875945606, 40.0430340458065 ], [ -75.150588336665294, 40.043033457179398 ], [ -75.150592878923504, 40.043033124101399 ], [ -75.150606525179597, 40.043031692818602 ], [ -75.150631465650903, 40.043030515987297 ], [ -75.150635974586805, 40.043031052761599 ], [ -75.150649620841506, 40.0430296214737 ], [ -75.150654129777493, 40.043030158247298 ], [ -75.150681367088495, 40.043028162772103 ], [ -75.150685877445596, 40.043028700702898 ], [ -75.150706344693702, 40.043026552024003 ], [ -75.150715376810595, 40.043026756407102 ], [ -75.150719920488797, 40.043026424482399 ], [ -75.150749419851806, 40.043024480177799 ], [ -75.150753930209206, 40.043025018105901 ], [ -75.150778923889703, 40.043022987606399 ], [ -75.150792515504705, 40.043022408779301 ], [ -75.150812917572395, 40.043021999822699 ], [ -75.150819758088801, 40.0430208492579 ], [ -75.150828788741194, 40.043021053598999 ], [ -75.150840154228803, 40.043020021189299 ], [ -75.150843533473505, 40.043020516625702 ], [ -75.150871917105107, 40.043018128070699 ], [ -75.150875860851102, 40.043018653173299 ], [ -75.150884398316904, 40.043017539875301 ], [ -75.1508957477688, 40.043016926070401 ], [ -75.150902536863001, 40.043017079686201 ], [ -75.1509064767924, 40.043017168834197 ], [ -75.150914997533704, 40.0430164921491 ], [ -75.150921836626907, 40.043015340419799 ], [ -75.1509376949722, 40.043015264498997 ], [ -75.150952417740598, 40.043014727014899 ], [ -75.150974001519501, 40.043013039418703 ], [ -75.150978510456994, 40.043013576179597 ], [ -75.150983050315702, 40.043012808291003 ], [ -75.1510034523793, 40.043012399300601 ], [ -75.151019360677793, 40.043011019149901 ], [ -75.151028392793506, 40.043011223508401 ], [ -75.151032968364902, 40.043010020558697 ], [ -75.151037478723694, 40.0430105584757 ], [ -75.151051123544804, 40.043009125981698 ], [ -75.151073767164505, 40.043008767695198 ], [ -75.151089643651801, 40.043008256296801 ], [ -75.1511009931003, 40.0430076424717 ], [ -75.151146330289393, 40.043005621655901 ], [ -75.151155432853699, 40.043004522249397 ], [ -75.151178098432993, 40.043004164439203 ], [ -75.151197363898504, 40.043002746464502 ], [ -75.151209861292401, 40.043002271227202 ], [ -75.151216700336093, 40.043001120605702 ], [ -75.1512211901981, 40.043001658051701 ], [ -75.151230381326997, 40.043000962721997 ], [ -75.151239362051896, 40.043000327955099 ], [ -75.151245569362104, 40.043000903129297 ], [ -75.151249579738106, 40.042999688510498 ], [ -75.151258665664599, 40.042999023460403 ], [ -75.151269959834494, 40.042999278975998 ], [ -75.151274520186504, 40.042998511539601 ], [ -75.151281309279796, 40.042998665132998 ], [ -75.151296031395503, 40.042998144484301 ], [ -75.151300612244697, 40.042997377510602 ], [ -75.151307380840294, 40.042997530638701 ], [ -75.151323255859197, 40.042997019174997 ], [ -75.151327832845496, 40.042995817372002 ], [ -75.151336318845793, 40.042996009351498 ], [ -75.151347097858505, 40.042994946729998 ], [ -75.151360677508805, 40.042995253940902 ], [ -75.151367549861803, 40.042993233456102 ], [ -75.151383393030997, 40.042993591871401 ], [ -75.151387948054193, 40.042992389569299 ], [ -75.151400394480603, 40.042992671138997 ], [ -75.151406635103399, 40.042992376450201 ], [ -75.151442833965007, 40.042990245645598 ], [ -75.151457136366204, 40.042989166987297 ], [ -75.151468431999305, 40.042989422516499 ], [ -75.151486587167994, 40.042988527870598 ], [ -75.151500211477597, 40.042987094859598 ], [ -75.151504155269805, 40.042987618815303 ], [ -75.151524040655104, 40.042985892696002 ], [ -75.151530831211801, 40.042986046307703 ], [ -75.151535373419193, 40.042985714317702 ], [ -75.151547885631302, 40.042984851941597 ], [ -75.151568026461902, 40.043238277133902 ], [ -75.151570407885998, 40.043268120884299 ], [ -75.1515942504153, 40.043567812560703 ], [ -75.151592044318605, 40.043567906820201 ], [ -75.151469317753893, 40.043573641836602 ], [ -75.151415550169901, 40.043576150090203 ], [ -75.151274733659307, 40.043582716815799 ], [ -75.151210586978706, 40.043585714355601 ], [ -75.1506838993228, 40.043610308874598 ], [ -75.149987493970499, 40.043644181820298 ], [ -75.1500053476083, 40.043563583317301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 376, "AUN": 126515001, "SCHOOL_NUM": 3808, "LOCATION_ID": "2140", "SCHOOL_NAME": "MASTERMAN,JULIA R. HIGH SCHOOL", "SCHOOL_NAME_LABEL": "JULIA R. MASTERMAN SCHOOL", "STREET_ADDRESS": "1699 SPRING GARDEN ST", "ZIP_CODE": "19130", "PHONE_NUMBER": "(215) 400-7580", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "5-12", "ENROLLMENT": 1182, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 5332.69921875, "Shape__Length": 292.86082487313735 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165323582852906, 39.963590935721498 ], [ -75.165421368664497, 39.963129579472003 ], [ -75.166117776751804, 39.963216837438402 ], [ -75.166018586641201, 39.963678870972998 ], [ -75.165323582852906, 39.963590935721498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 377, "AUN": 126515001, "SCHOOL_NUM": 3798, "LOCATION_ID": "1370", "SCHOOL_NAME": "MITCHELL ELEMENTARY SCHOOL", "SCHOOL_NAME_LABEL": "S. WEIR MITCHELL SCHOOL", "STREET_ADDRESS": "5500 KINGSESSING AVE", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 400-7880", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 287, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 18586.546875, "Shape__Length": 566.14270560971966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2235732740305, 39.936141690985302 ], [ -75.223576846864006, 39.936144719335303 ], [ -75.223643959902702, 39.936201584381102 ], [ -75.223798142685496, 39.936332228692997 ], [ -75.223799888348793, 39.936333717752298 ], [ -75.223958165456494, 39.936468610129403 ], [ -75.224141868270806, 39.936624244613697 ], [ -75.224202532842099, 39.936673794216503 ], [ -75.224158243907496, 39.936703655526799 ], [ -75.223430831071198, 39.937208793650399 ], [ -75.2233870697019, 39.937239085264402 ], [ -75.223289550077894, 39.937306702377199 ], [ -75.223038456288293, 39.937482918789001 ], [ -75.223011576330805, 39.937501895123603 ], [ -75.222949005077695, 39.937449562713901 ], [ -75.222391910639701, 39.936981006963201 ], [ -75.222384351710602, 39.9369748115626 ], [ -75.2235732740305, 39.936141690985302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 378, "AUN": 226517319, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "SOPHIA ACADEMY", "SCHOOL_NAME_LABEL": "SOPHIA ACADEMY", "STREET_ADDRESS": "5900 N 5TH ST", "ZIP_CODE": "19120", "PHONE_NUMBER": "(267) 595-4723", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 2440.39453125, "Shape__Length": 229.69830444042836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129885238805002, 40.041629546464002 ], [ -75.129913447554898, 40.041494846003701 ], [ -75.129561656036202, 40.041447859644499 ], [ -75.129617509477598, 40.041181138916599 ], [ -75.129617691774698, 40.041179112392697 ], [ -75.129618314600293, 40.0411722427786 ], [ -75.129801133785605, 40.041231511991001 ], [ -75.1301307687703, 40.041334122686997 ], [ -75.130104817738001, 40.0414700989515 ], [ -75.130082489651599, 40.0415872329691 ], [ -75.130078914684603, 40.041604867807898 ], [ -75.130070706996705, 40.041645254826001 ], [ -75.130068846221306, 40.041654319481502 ], [ -75.130042693968903, 40.041651015401897 ], [ -75.129990599125094, 40.041644442416597 ], [ -75.129970814172594, 40.041641927786898 ], [ -75.129885238805002, 40.041629546464002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 379, "AUN": 126515001, "SCHOOL_NUM": 7855, "LOCATION_ID": "5550", "SCHOOL_NAME": "KENSINGTON HEALTH SCIENCES", "SCHOOL_NAME_LABEL": "KENSINGTON HEALTH SCIENCES ACADEMY", "STREET_ADDRESS": "2463 EMERALD ST", "ZIP_CODE": "19125", "PHONE_NUMBER": "(215) 400-3600", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 457, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 6650.51171875, "Shape__Length": 363.86847218993887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127883762821995, 39.9845022772421 ], [ -75.128190074505497, 39.984339821371499 ], [ -75.128379270597804, 39.984549641498901 ], [ -75.128514348015202, 39.984477510406201 ], [ -75.128753674115003, 39.984746442439501 ], [ -75.128919441970098, 39.984932449636297 ], [ -75.1289437044789, 39.984959681996301 ], [ -75.128620022572804, 39.985132914754303 ], [ -75.128566484302695, 39.9851615620518 ], [ -75.128500665249504, 39.985196795761702 ], [ -75.128309672225797, 39.984982986092803 ], [ -75.128072138421601, 39.984715399422399 ], [ -75.127883762821995, 39.9845022772421 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 380, "AUN": 108515107, "SCHOOL_NUM": 7960, "LOCATION_ID": "3392", "SCHOOL_NAME": "SOUTHWEST LEADERSHIP ACADEMY", "SCHOOL_NAME_LABEL": "SOUTHWEST LEADERSHIP ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "7101 PASCHALL AVE", "ZIP_CODE": "19142", "PHONE_NUMBER": "(215) 729-1939", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 647, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 5042.8515625, "Shape__Length": 343.17868362636159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2422105014262, 39.918327095102697 ], [ -75.242669520538499, 39.918003782890899 ], [ -75.243145130334597, 39.918409544075303 ], [ -75.243286134001707, 39.918528477705202 ], [ -75.243089305451406, 39.918667670055697 ], [ -75.242891113006095, 39.9185015125218 ], [ -75.242818891132899, 39.918552563741898 ], [ -75.242802624779898, 39.918538925155701 ], [ -75.242767116188105, 39.918564020739403 ], [ -75.242728108724194, 39.918531299617101 ], [ -75.242711471766796, 39.918543057558999 ], [ -75.242547131612199, 39.918405269756803 ], [ -75.242415108315001, 39.918498648064002 ], [ -75.2422105014262, 39.918327095102697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 381, "AUN": 126515001, "SCHOOL_NUM": 3776, "LOCATION_ID": "2320", "SCHOOL_NAME": "GIRARD, STEPHEN SCHOOL", "SCHOOL_NAME_LABEL": "STEPHEN GIRARD SCHOOL", "STREET_ADDRESS": "1800 SNYDER AVE", "ZIP_CODE": "19145", "PHONE_NUMBER": "(215) 400-8180", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-4", "ENROLLMENT": 297, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 12878.34765625, "Shape__Length": 467.08897722861553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176209517973902, 39.925114647729799 ], [ -75.176325885382795, 39.924576053621401 ], [ -75.176367417553706, 39.924383806306103 ], [ -75.176654967764605, 39.924329423388201 ], [ -75.176680927106801, 39.924324508652298 ], [ -75.176836427077205, 39.924295097712502 ], [ -75.176866602887102, 39.924289392308097 ], [ -75.1770947499013, 39.924246232028104 ], [ -75.177176823111694, 39.924230713286001 ], [ -75.1772541303759, 39.924216085426302 ], [ -75.177294048029694, 39.924208535164603 ], [ -75.1771341043208, 39.924985965945801 ], [ -75.177084097948097, 39.925229043213797 ], [ -75.177080839082095, 39.925244879728602 ], [ -75.176206241761193, 39.925129855378103 ], [ -75.176209517973902, 39.925114647729799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 382, "AUN": 126515001, "SCHOOL_NUM": 5125, "LOCATION_ID": "5320", "SCHOOL_NAME": "HARTRANFT, JOHN F. SCHOOL", "SCHOOL_NAME_LABEL": "JOHN F. HARTRANFT SCHOOL", "STREET_ADDRESS": "720 W CUMBERLAND ST", "ZIP_CODE": "19133", "PHONE_NUMBER": "(215) 400-7090", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 310, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 16073.38671875, "Shape__Length": 507.16402404298469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144608233681794, 39.989423246316498 ], [ -75.144783186460103, 39.988553467948599 ], [ -75.145898297500096, 39.988694804947897 ], [ -75.145717090410301, 39.9895667955767 ], [ -75.144608233681794, 39.989423246316498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 383, "AUN": 126515001, "SCHOOL_NUM": 3601, "LOCATION_ID": "1230", "SCHOOL_NAME": "BRYANT, WILLIAM C. SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM C. BRYANT SCHOOL", "STREET_ADDRESS": "6001 CEDAR AVE", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 400-7910", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 301, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 17606.28125, "Shape__Length": 573.04869146845328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242716023608807, 39.953175229817802 ], [ -75.242778018861898, 39.9528789867136 ], [ -75.242842149934205, 39.952572556107697 ], [ -75.242843775821797, 39.952572752694202 ], [ -75.243659952498902, 39.952673924773102 ], [ -75.243674650966099, 39.9526757449309 ], [ -75.243742246237801, 39.952684121075301 ], [ -75.243843595310196, 39.952696684258903 ], [ -75.244590366145701, 39.952789240306103 ], [ -75.244549124245296, 39.9529903489045 ], [ -75.244544731670501, 39.953011804715601 ], [ -75.244466687511405, 39.953392420686903 ], [ -75.244466178477694, 39.9533948749106 ], [ -75.242714853464406, 39.953180845586999 ], [ -75.242716023608807, 39.953175229817802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 384, "AUN": 126515001, "SCHOOL_NUM": 3655, "LOCATION_ID": "5560", "SCHOOL_NAME": "SPRING GARDEN SCHOOL", "SCHOOL_NAME_LABEL": "SPRING GARDEN SCHOOL", "STREET_ADDRESS": "1146 MELON ST", "ZIP_CODE": "19123", "PHONE_NUMBER": "(215) 400-7610", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 236, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 7470.51953125, "Shape__Length": 411.52464452687377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155503153325597, 39.965026699047002 ], [ -75.155563285728903, 39.964748394986998 ], [ -75.155565629432004, 39.964737501733097 ], [ -75.155643856718498, 39.964754971982302 ], [ -75.156378376975297, 39.964919059270699 ], [ -75.1569266378999, 39.965041533391599 ], [ -75.156926078868594, 39.965044099921997 ], [ -75.1568548141489, 39.965372721497801 ], [ -75.156853236377202, 39.965380004359702 ], [ -75.155498826357103, 39.965046750232403 ], [ -75.155503153325597, 39.965026699047002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 385, "AUN": 126512039, "SCHOOL_NUM": null, "LOCATION_ID": "3442", "SCHOOL_NAME": "INDEPENDENCE CHARTER WEST", "SCHOOL_NAME_LABEL": "INDEPENDENCE CHARTER SCHOOL WEST", "STREET_ADDRESS": "5600 CHESTER AVE", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 724-5600", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 823, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 2565.31640625, "Shape__Length": 288.62650577437427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225372353454304, 39.937362442719902 ], [ -75.2252711619671, 39.937276382916302 ], [ -75.225008335318805, 39.937052857076701 ], [ -75.225183839974207, 39.936930573111901 ], [ -75.225332911037398, 39.9370573556997 ], [ -75.225370638169693, 39.937031069498303 ], [ -75.225368958946206, 39.937029641617798 ], [ -75.225356942090599, 39.937019421061002 ], [ -75.225382981146097, 39.937001278254897 ], [ -75.225386157768597, 39.9369990641488 ], [ -75.225359623589995, 39.936976499077502 ], [ -75.225577285102204, 39.936824839675602 ], [ -75.225579901471207, 39.936823016429599 ], [ -75.225727447092098, 39.936948497888601 ], [ -75.225507398947897, 39.937101820319398 ], [ -75.225505023386503, 39.937099799348303 ], [ -75.225470878792805, 39.937070760925103 ], [ -75.225469468477897, 39.937071743505001 ], [ -75.225404604352406, 39.937116937888099 ], [ -75.225404466181899, 39.937117033956497 ], [ -75.225547246697303, 39.937238464375703 ], [ -75.225551985135695, 39.937242493647901 ], [ -75.225491315812704, 39.937284765447302 ], [ -75.225493846042696, 39.937286915962801 ], [ -75.2254802745245, 39.937296371669099 ], [ -75.2254802742126, 39.937306857032702 ], [ -75.225465981719097, 39.937316816068098 ], [ -75.225451560060804, 39.937317569685 ], [ -75.225441156102804, 39.9373248189629 ], [ -75.225438536052593, 39.9373233140618 ], [ -75.225376867770606, 39.937366282361097 ], [ -75.225372353454304, 39.937362442719902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 386, "AUN": 226519242, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST PIO REGIONAL CATHOLIC SCHOOL", "SCHOOL_NAME_LABEL": "ST PIO CATHOLIC REGIONAL SCHOOL", "STREET_ADDRESS": "1826 POLLOCK ST", "ZIP_CODE": "19145", "PHONE_NUMBER": "(215) 467-5430", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 2417.09375, "Shape__Length": 282.73564356496763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178944876286195, 39.913776224600099 ], [ -75.178763513814403, 39.9137530761626 ], [ -75.178770511886299, 39.913720563517003 ], [ -75.178755253315302, 39.913718615260201 ], [ -75.178752758638495, 39.913730203773703 ], [ -75.178708893963403, 39.913724605703798 ], [ -75.178696478075594, 39.9137230207795 ], [ -75.178697376097404, 39.913718844453697 ], [ -75.178288791651497, 39.9136666917802 ], [ -75.178279141350998, 39.9136654594218 ], [ -75.178311554345598, 39.913514879409902 ], [ -75.178319666120004, 39.913515915073297 ], [ -75.178738230383402, 39.913569342281697 ], [ -75.178738661237603, 39.913569396995101 ], [ -75.178733900833606, 39.913591509203499 ], [ -75.178788079414701, 39.913598425419401 ], [ -75.1788332646382, 39.9133885027126 ], [ -75.178835474179394, 39.913388784275398 ], [ -75.178953287819098, 39.913403822023199 ], [ -75.178953772217497, 39.913401571344501 ], [ -75.178960243032094, 39.913371511135402 ], [ -75.179008143698795, 39.913377625348801 ], [ -75.1790074055628, 39.913381055169097 ], [ -75.179001255784101, 39.913409626898897 ], [ -75.179030499239303, 39.9134133596339 ], [ -75.179033793137506, 39.913413780388197 ], [ -75.178987369974493, 39.913629458773698 ], [ -75.178987130733105, 39.9136305639067 ], [ -75.178998238099197, 39.913631980925601 ], [ -75.1789894341794, 39.913672877553601 ], [ -75.178989258525704, 39.913673693535998 ], [ -75.178977739252701, 39.913672223355 ], [ -75.178976095950901, 39.913672013058999 ], [ -75.178960574336202, 39.913744121034298 ], [ -75.178960311713098, 39.913745341648202 ], [ -75.1789546059277, 39.913744613395501 ], [ -75.178952594351102, 39.913744356547603 ], [ -75.178945910388293, 39.9137754109748 ], [ -75.178945711778496, 39.913776331184899 ], [ -75.178944876286195, 39.913776224600099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 387, "AUN": 226519382, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST THOMAS AQUINAS SCHOOL", "SCHOOL_NAME_LABEL": "ST THOMAS AQUINAS SCHOOL", "STREET_ADDRESS": "1616 S 18TH ST", "ZIP_CODE": "19145", "PHONE_NUMBER": "(215) 334-0878", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1655.53125, "Shape__Length": 192.99080270663242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174762226611904, 39.930618268415799 ], [ -75.174673632792405, 39.930606971431303 ], [ -75.174672248261103, 39.9306133961014 ], [ -75.174624782580096, 39.930607343045502 ], [ -75.174626171105103, 39.930600890308902 ], [ -75.174548984453693, 39.930591046623597 ], [ -75.174616991373, 39.930274981246903 ], [ -75.174606278802102, 39.930273615527398 ], [ -75.174611456483802, 39.930249553105199 ], [ -75.174612892045602, 39.930249735137998 ], [ -75.174622087494399, 39.930250909108899 ], [ -75.174622238686297, 39.930250200703497 ], [ -75.174637921001505, 39.9301773162492 ], [ -75.174648018755505, 39.9301303907232 ], [ -75.174655111944801, 39.9301312944797 ], [ -75.174736544924997, 39.930141680590999 ], [ -75.1747366585127, 39.930141153796299 ], [ -75.174738907896597, 39.930130706375103 ], [ -75.174746116092095, 39.930131625097601 ], [ -75.1747663167708, 39.9301342006192 ], [ -75.174763971405, 39.930145096392103 ], [ -75.174861154443306, 39.9301574894615 ], [ -75.174820079224304, 39.930348397383099 ], [ -75.174827494152495, 39.930349343267501 ], [ -75.174828105635797, 39.930349421195999 ], [ -75.174812075468196, 39.930423923064403 ], [ -75.174811463984298, 39.930423845135898 ], [ -75.174804513454603, 39.930422959234797 ], [ -75.174762651598897, 39.930617515476598 ], [ -75.174762482848607, 39.930618301200198 ], [ -75.174762226611904, 39.930618268415799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 388, "AUN": 226519442, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST VERONICA SCHOOL", "SCHOOL_NAME_LABEL": "ST VERONICA SCHOOL", "STREET_ADDRESS": "3501-25 N 6TH ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 225-1575", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1023.3203125, "Shape__Length": 140.14497054826541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1393218624561, 40.005002467797198 ], [ -75.139256748884094, 40.004994554892598 ], [ -75.139256748737594, 40.004991321345102 ], [ -75.139256749201294, 40.004989709651902 ], [ -75.138976309193197, 40.004955631004201 ], [ -75.138962807467394, 40.004953990413803 ], [ -75.138964922904293, 40.004943692535697 ], [ -75.1389650149723, 40.0049432407396 ], [ -75.138926346578799, 40.004938542065901 ], [ -75.138913276346003, 40.004936954081998 ], [ -75.138924676390204, 40.004881472733501 ], [ -75.138940546264394, 40.004804246628503 ], [ -75.138941501080097, 40.0048043629521 ], [ -75.138954587340905, 40.0048059524241 ], [ -75.138994784803501, 40.004810837913702 ], [ -75.138995111541306, 40.004806797501303 ], [ -75.139009183218803, 40.004808507364999 ], [ -75.139287593489001, 40.004842338184403 ], [ -75.139287592563704, 40.004840572159502 ], [ -75.139287592800201, 40.004840261312097 ], [ -75.139346182821399, 40.004847380497999 ], [ -75.139362183129606, 40.004849324516599 ], [ -75.139362056944506, 40.004849939973703 ], [ -75.139331086492703, 40.005000672780803 ], [ -75.139330501146802, 40.0050035168371 ], [ -75.1393218624561, 40.005002467797198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 389, "AUN": 126515001, "SCHOOL_NUM": 3832, "LOCATION_ID": "1130", "SCHOOL_NAME": "TILDEN MIDDLE SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM T. TILDEN SCHOOL", "STREET_ADDRESS": "6601 ELMWOOD AVE", "ZIP_CODE": "19142", "PHONE_NUMBER": "(215) 400-8170", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "5-8", "ENROLLMENT": 266, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 7046.109375, "Shape__Length": 365.94629381652817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232529570188603, 39.9219355172485 ], [ -75.232467818643897, 39.921881586067101 ], [ -75.232471620802798, 39.921879004847703 ], [ -75.232468553601606, 39.921874300751398 ], [ -75.232458397056703, 39.921881194506298 ], [ -75.232390367279805, 39.921821781401199 ], [ -75.232380117660099, 39.921828739554101 ], [ -75.232351751311896, 39.921803965512197 ], [ -75.232357934320206, 39.921800804747903 ], [ -75.232254959772007, 39.921710872247203 ], [ -75.232264130489, 39.921704648379297 ], [ -75.232258124286105, 39.921699402215701 ], [ -75.232175693605399, 39.921627410200799 ], [ -75.232172230683801, 39.921624386775598 ], [ -75.232172158654294, 39.921624435875003 ], [ -75.232172013092097, 39.921624535167098 ], [ -75.232160768678995, 39.921632168602699 ], [ -75.232160469714202, 39.921631907506303 ], [ -75.232094997950597, 39.921574727417898 ], [ -75.232102304360296, 39.9215689592993 ], [ -75.231884373919598, 39.921388708955803 ], [ -75.231950281672994, 39.921342694060897 ], [ -75.231955453040896, 39.921339083129503 ], [ -75.231946401513596, 39.921331112131597 ], [ -75.231994010127806, 39.921297942264303 ], [ -75.232004119568302, 39.921306772164399 ], [ -75.232006079091803, 39.921308484291799 ], [ -75.232183671872903, 39.921183190117297 ], [ -75.232190313605102, 39.921178503236398 ], [ -75.2321829389969, 39.921171304518097 ], [ -75.232225182742198, 39.921140448321403 ], [ -75.2322318890524, 39.921144562216 ], [ -75.232237335477294, 39.921140751209201 ], [ -75.232308330938594, 39.921091079414801 ], [ -75.232313908288901, 39.921095857778297 ], [ -75.232314316580201, 39.921096207995802 ], [ -75.232482899585506, 39.9212406699355 ], [ -75.232507811341307, 39.921223760074703 ], [ -75.232800143931001, 39.921479071540503 ], [ -75.232779271328297, 39.921493239881002 ], [ -75.232954744025605, 39.9216423697032 ], [ -75.232943931169103, 39.921649806584 ], [ -75.232605208225294, 39.9218827452681 ], [ -75.232613162709299, 39.921889693145701 ], [ -75.232536606595403, 39.921941661108001 ], [ -75.232529570188603, 39.9219355172485 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 390, "AUN": 226519752, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "VISITATION SCHOOL", "SCHOOL_NAME_LABEL": "VISITATION B.V.M. SCHOOL", "STREET_ADDRESS": "300-40 E LEHIGH AVE", "ZIP_CODE": "19125", "PHONE_NUMBER": "(215) 634-7280", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 1949.8515625, "Shape__Length": 201.04420176561123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126190213574105, 39.9901214760568 ], [ -75.1261920722485, 39.990112632168803 ], [ -75.126192436273598, 39.990110903761199 ], [ -75.126180708320206, 39.990109445178803 ], [ -75.126157500856806, 39.990083650987003 ], [ -75.126163841835407, 39.990053503420398 ], [ -75.126196670565704, 39.990036823522303 ], [ -75.126212064921702, 39.990038738716301 ], [ -75.126214355685704, 39.990027844732801 ], [ -75.126242869628896, 39.990031392225902 ], [ -75.126244455402997, 39.990023850840302 ], [ -75.126248699622806, 39.990003667999702 ], [ -75.126242475215307, 39.989996388454202 ], [ -75.126247957130801, 39.989993400720302 ], [ -75.126342661929499, 39.989941782166902 ], [ -75.126375412053306, 39.989945856701297 ], [ -75.126376757298999, 39.989939462004102 ], [ -75.126376814634696, 39.9899391907541 ], [ -75.126382108192004, 39.989914017681699 ], [ -75.126384212214205, 39.989904014822301 ], [ -75.126465740703296, 39.989854197754397 ], [ -75.126513456702597, 39.989860133689902 ], [ -75.126635095758502, 39.989790174066997 ], [ -75.126682278329397, 39.989796044805601 ], [ -75.126708463961904, 39.989824080683803 ], [ -75.126700096264102, 39.989863867989797 ], [ -75.126704392191996, 39.989864403173598 ], [ -75.1266834429467, 39.989964021673501 ], [ -75.126678075911599, 39.989963353885003 ], [ -75.126651481618197, 39.990089815592903 ], [ -75.126624417580302, 39.990086448884803 ], [ -75.126622138421396, 39.990086165903797 ], [ -75.126605233814601, 39.990166553193703 ], [ -75.126603653509406, 39.9901740676776 ], [ -75.126508968736104, 39.9901622861601 ], [ -75.126510505810799, 39.990154981304201 ], [ -75.126286926024207, 39.990127161440398 ], [ -75.126285623964094, 39.990133347635201 ], [ -75.126190213574105, 39.9901214760568 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 391, "AUN": 226519902, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "WEST CATHOLIC PREPARATORY HIGH SCHOOL", "SCHOOL_NAME_LABEL": "WEST CATHOLIC HIGH SCHOOL", "STREET_ADDRESS": "4501-17 CHESTNUT ST", "ZIP_CODE": "19139", "PHONE_NUMBER": "(215) 386-2244", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 7239.29296875, "Shape__Length": 562.63974716672249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211959334672002, 39.957559996580201 ], [ -75.211902302786896, 39.9575528366721 ], [ -75.211902741452505, 39.957550770693203 ], [ -75.211320433384799, 39.957477664733098 ], [ -75.211344862013505, 39.957362440019899 ], [ -75.211344920697101, 39.957362162007698 ], [ -75.211359188817099, 39.957363953127199 ], [ -75.211360362887703, 39.957364100742502 ], [ -75.211391976256905, 39.957214981625398 ], [ -75.211377693103302, 39.957201843179199 ], [ -75.211382163432802, 39.957180749399001 ], [ -75.211401066176506, 39.9571707183039 ], [ -75.211432698857394, 39.957021508379697 ], [ -75.211431555374602, 39.957021364820598 ], [ -75.211429035367601, 39.957021047768102 ], [ -75.211411459239301, 39.9570188410759 ], [ -75.211434272711301, 39.956911231245002 ], [ -75.211434315458604, 39.956911027212897 ], [ -75.2114463562678, 39.956912538156502 ], [ -75.211448169794295, 39.956912766369598 ], [ -75.211449985271102, 39.956904207601298 ], [ -75.211679066077096, 39.956932968216002 ], [ -75.211679822873194, 39.956929398971802 ], [ -75.2116881970489, 39.956926773127499 ], [ -75.211694896214297, 39.956927615120897 ], [ -75.211694942839301, 39.956927620657602 ], [ -75.211697531361494, 39.9569279448515 ], [ -75.211699845692294, 39.956930202385998 ], [ -75.211700802986002, 39.956931138083597 ], [ -75.211708216830104, 39.956926443462798 ], [ -75.2117090652537, 39.956925905865504 ], [ -75.211790650123305, 39.956936148807998 ], [ -75.2118161184423, 39.956939346585102 ], [ -75.211825608192498, 39.9569466215221 ], [ -75.211825060906605, 39.956949205426298 ], [ -75.212062530938098, 39.956979019214202 ], [ -75.212064695577098, 39.956979290098602 ], [ -75.212063704457407, 39.956983961267603 ], [ -75.212061840788607, 39.956992754364599 ], [ -75.212098355061499, 39.956997338458301 ], [ -75.212107230534997, 39.956998452695601 ], [ -75.212112659324703, 39.956972850306997 ], [ -75.212112748244195, 39.956972428803098 ], [ -75.212280774811504, 39.956993522666899 ], [ -75.212279829375802, 39.956997989869997 ], [ -75.212266750880801, 39.957059680498801 ], [ -75.212269436556298, 39.957091844861402 ], [ -75.212254034234206, 39.9571644999615 ], [ -75.212294570537296, 39.957169587420204 ], [ -75.212295727101093, 39.957169733512501 ], [ -75.212313165250393, 39.9570874748349 ], [ -75.212293826512393, 39.9570850468372 ], [ -75.212311023445096, 39.957003916960701 ], [ -75.212311083628805, 39.957003637855102 ], [ -75.212325463832997, 39.957005443723602 ], [ -75.212327845514494, 39.957005741929102 ], [ -75.212328635903205, 39.957002016875201 ], [ -75.212328851130707, 39.95700099562 ], [ -75.212444933035599, 39.9570155679979 ], [ -75.212512519517105, 39.957024053559401 ], [ -75.212444214630395, 39.957346282900197 ], [ -75.212442773966103, 39.9573461023693 ], [ -75.212264833837693, 39.957323763456799 ], [ -75.212289181262094, 39.957208905067098 ], [ -75.212035943287304, 39.957177113258403 ], [ -75.212033131905898, 39.957176760490903 ], [ -75.211852268799802, 39.957154054426901 ], [ -75.211845034966601, 39.957153146554099 ], [ -75.211810759370294, 39.957314832166503 ], [ -75.211818788523203, 39.957315840979703 ], [ -75.211838393901303, 39.957318301985602 ], [ -75.21183803529, 39.957319987935698 ], [ -75.211833032361099, 39.957343589374702 ], [ -75.212022802067594, 39.957367413767997 ], [ -75.212022533633302, 39.957368683873803 ], [ -75.2119814484779, 39.957562499538497 ], [ -75.211981391679302, 39.957562766330199 ], [ -75.211959334672002, 39.957559996580201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 392, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "LIGUORI ACADEMY-FORTIS", "SCHOOL_NAME_LABEL": "THE FORTIS PROGRAM", "STREET_ADDRESS": "2343 E TUCKER ST ", "ZIP_CODE": "19125", "PHONE_NUMBER": "(267) 571-1952", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 86, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 1854.58984375, "Shape__Length": 188.78268668957736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118859312208301, 39.981859154998702 ], [ -75.118833463005998, 39.981829927649002 ], [ -75.118837211724596, 39.9818171367601 ], [ -75.118751664974397, 39.981720411903297 ], [ -75.118736196622706, 39.9817285089051 ], [ -75.118716844473695, 39.981706628587702 ], [ -75.118732190259195, 39.981698596355599 ], [ -75.118651482851504, 39.981607343497203 ], [ -75.118643425191095, 39.981611560275098 ], [ -75.118578908512603, 39.981538613580597 ], [ -75.118592537189201, 39.981531481318903 ], [ -75.118631116025995, 39.981511288559297 ], [ -75.118628525374604, 39.9815083593803 ], [ -75.118765522104695, 39.981436655335102 ], [ -75.118768203872094, 39.981439689092099 ], [ -75.118821116614001, 39.981411993840602 ], [ -75.118827954485198, 39.981419723764603 ], [ -75.118885723169896, 39.9814850426961 ], [ -75.118878875973493, 39.9814886261114 ], [ -75.119064256700597, 39.981698231937898 ], [ -75.119082340493904, 39.9817001714976 ], [ -75.119107870015299, 39.981729035554999 ], [ -75.119100154486802, 39.981754165212301 ], [ -75.119053876648394, 39.981778387184299 ], [ -75.118939854068799, 39.9818380680762 ], [ -75.118890231748594, 39.981864039019896 ], [ -75.118859312208301, 39.981859154998702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 393, "AUN": 326510730, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "LIGUORI ACADEMY", "SCHOOL_NAME_LABEL": "LIGUORI ACADMY", "STREET_ADDRESS": "2343 E TUCKER ST ", "ZIP_CODE": "19125", "PHONE_NUMBER": "(267) 571-1952", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1854.58984375, "Shape__Length": 188.78268668957736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118859312208301, 39.981859154998702 ], [ -75.118833463005998, 39.981829927649002 ], [ -75.118837211724596, 39.9818171367601 ], [ -75.118751664974397, 39.981720411903297 ], [ -75.118736196622706, 39.9817285089051 ], [ -75.118716844473695, 39.981706628587702 ], [ -75.118732190259195, 39.981698596355599 ], [ -75.118651482851504, 39.981607343497203 ], [ -75.118643425191095, 39.981611560275098 ], [ -75.118578908512603, 39.981538613580597 ], [ -75.118592537189201, 39.981531481318903 ], [ -75.118631116025995, 39.981511288559297 ], [ -75.118628525374604, 39.9815083593803 ], [ -75.118765522104695, 39.981436655335102 ], [ -75.118768203872094, 39.981439689092099 ], [ -75.118821116614001, 39.981411993840602 ], [ -75.118827954485198, 39.981419723764603 ], [ -75.118885723169896, 39.9814850426961 ], [ -75.118878875973493, 39.9814886261114 ], [ -75.119064256700597, 39.981698231937898 ], [ -75.119082340493904, 39.9817001714976 ], [ -75.119107870015299, 39.981729035554999 ], [ -75.119100154486802, 39.981754165212301 ], [ -75.119053876648394, 39.981778387184299 ], [ -75.118939854068799, 39.9818380680762 ], [ -75.118890231748594, 39.981864039019896 ], [ -75.118859312208301, 39.981859154998702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 394, "AUN": 126510014, "SCHOOL_NUM": 7777, "LOCATION_ID": "3366", "SCHOOL_NAME": "MARITIME ACADEMY CHARTER", "SCHOOL_NAME_LABEL": "MARITIME ACADEMY CHARTER SCHOOL (MACS)", "STREET_ADDRESS": "2275 BRIDGE ST", "ZIP_CODE": "19137", "PHONE_NUMBER": "(215) 535-4555", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-8", "ENROLLMENT": 836, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 1584.55859375, "Shape__Length": 214.5833861356742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.065725321345397, 40.007737523791 ], [ -75.065711097896298, 40.007688221699297 ], [ -75.065711040382297, 40.007688231617699 ], [ -75.065631253664705, 40.007701843785398 ], [ -75.0656304061783, 40.007698903458 ], [ -75.065604273780195, 40.007608333241301 ], [ -75.065606739340694, 40.007607912211 ], [ -75.065582996857302, 40.007525614271401 ], [ -75.065575320064895, 40.007526923746902 ], [ -75.065575148493195, 40.007526336308601 ], [ -75.065568854850397, 40.007504519019399 ], [ -75.065574204702102, 40.0075036067838 ], [ -75.065578253996094, 40.007502915304102 ], [ -75.0655313473181, 40.007340330991703 ], [ -75.065529150179103, 40.0073407053601 ], [ -75.065527426364, 40.0073409995654 ], [ -75.065501134727995, 40.007249870325097 ], [ -75.065503898131993, 40.0072493988202 ], [ -75.065580724808996, 40.007236291955898 ], [ -75.065566138263605, 40.007185732276803 ], [ -75.065594499238998, 40.007180893419999 ], [ -75.065601195379003, 40.007179751359999 ], [ -75.065607188141598, 40.0071787291362 ], [ -75.065609005783898, 40.007185026014298 ], [ -75.065621444960499, 40.007228145783202 ], [ -75.065621955106707, 40.007229912496399 ], [ -75.065698275956393, 40.0072168917157 ], [ -75.065702811813594, 40.0072161181252 ], [ -75.065730961120707, 40.007313687039698 ], [ -75.065726798275605, 40.0073143983956 ], [ -75.065758612545594, 40.007424665366599 ], [ -75.065771117724907, 40.007468008541103 ], [ -75.065803939325505, 40.007581770322503 ], [ -75.065807417917199, 40.007581176995899 ], [ -75.0658325071295, 40.007668132107298 ], [ -75.065750625035705, 40.007682101963198 ], [ -75.065765518493706, 40.007733721884101 ], [ -75.065726161124402, 40.007740436905998 ], [ -75.065725321345397, 40.007737523791 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 395, "AUN": 126515001, "SCHOOL_NUM": 3726, "LOCATION_ID": "6450", "SCHOOL_NAME": "DOBSON, JAMES SCHOOL", "SCHOOL_NAME_LABEL": "JAMES DOBSON SCHOOL", "STREET_ADDRESS": "4667 UMBRIA ST", "ZIP_CODE": "19127", "PHONE_NUMBER": "(215) 400-3570", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 229, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 6591.97265625, "Shape__Length": 328.19689162933753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230127295298303, 40.031645423003603 ], [ -75.230084830543404, 40.031601277354497 ], [ -75.230043407393893, 40.031558358496298 ], [ -75.230019949009105, 40.031571754017897 ], [ -75.229966230740402, 40.031515382682002 ], [ -75.229913474337806, 40.031460019013501 ], [ -75.229860011515399, 40.0314050587805 ], [ -75.229807282053301, 40.031349684387898 ], [ -75.230413137182197, 40.031005996518097 ], [ -75.230839314806104, 40.031447185058497 ], [ -75.230255192310395, 40.0317810198544 ], [ -75.230211155928302, 40.031734332758496 ], [ -75.230169225585897, 40.031689877888802 ], [ -75.230127295298303, 40.031645423003603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 396, "AUN": 126515001, "SCHOOL_NUM": 3728, "LOCATION_ID": "6400", "SCHOOL_NAME": "WIDENER MEMORIAL SCHOOL", "SCHOOL_NAME_LABEL": "WIDENER MEMORIAL SCHOOL", "STREET_ADDRESS": "1450 W OLNEY AVE", "ZIP_CODE": "19141", "PHONE_NUMBER": "(215) 400-3710", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": 143, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 21581.30859375, "Shape__Length": 1633.6671130970406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146618366645598, 40.038053634178702 ], [ -75.146567137937495, 40.038046980191297 ], [ -75.146518056953298, 40.038040603496199 ], [ -75.146515240197203, 40.038040234429502 ], [ -75.146625246569798, 40.037539871460503 ], [ -75.146660597532303, 40.037493924477097 ], [ -75.146676095003897, 40.037483399311398 ], [ -75.146692684727, 40.037472131907599 ], [ -75.146702171874495, 40.037465688407003 ], [ -75.146755145448793, 40.037443614610801 ], [ -75.146807449394501, 40.037434374143302 ], [ -75.146854068558298, 40.037435396938903 ], [ -75.146856547964504, 40.037424123946202 ], [ -75.146632023465301, 40.037394961019402 ], [ -75.146622979829402, 40.037436097037499 ], [ -75.146619380180596, 40.037452469179698 ], [ -75.146594789260305, 40.037564322920602 ], [ -75.146590216890402, 40.037585119542697 ], [ -75.146569759850195, 40.037678170359399 ], [ -75.146565529981402, 40.0376974103498 ], [ -75.146541611641595, 40.0378062034737 ], [ -75.1465381877574, 40.037821774312199 ], [ -75.146527202108899, 40.037871743594799 ], [ -75.146269910474203, 40.037838324417201 ], [ -75.146259877883793, 40.037837022523703 ], [ -75.146378972622102, 40.037295318663404 ], [ -75.145971719967804, 40.037241768530301 ], [ -75.145971658782599, 40.037241759259203 ], [ -75.146026644470595, 40.037011759309898 ], [ -75.146103755510794, 40.037021712396601 ], [ -75.146295264016302, 40.037046430399599 ], [ -75.146354748933803, 40.037054108503199 ], [ -75.146376673427696, 40.0370569380079 ], [ -75.1463763448712, 40.037057977994699 ], [ -75.146373904083504, 40.037065722112096 ], [ -75.146371978959394, 40.037071826801402 ], [ -75.146377297367394, 40.037082685254397 ], [ -75.146381221621795, 40.037090697546098 ], [ -75.146382036934597, 40.0370923615137 ], [ -75.146389412947599, 40.037119059218803 ], [ -75.146387411393405, 40.037129791160901 ], [ -75.146384229602802, 40.037146842901798 ], [ -75.146383377696196, 40.037151403019799 ], [ -75.146381368708006, 40.037154423197002 ], [ -75.146365272293295, 40.0371786122139 ], [ -75.146347008573997, 40.037193907471597 ], [ -75.146343815768205, 40.037196580951097 ], [ -75.146341134374694, 40.037210443164199 ], [ -75.146346498226606, 40.037216603834501 ], [ -75.146358496691605, 40.037217916497397 ], [ -75.146359699044197, 40.037218047369898 ], [ -75.146365272949694, 40.0372186568923 ], [ -75.146368986618597, 40.037221159184497 ], [ -75.146377876553899, 40.0372271497505 ], [ -75.146382037355707, 40.037229951630302 ], [ -75.146386060694098, 40.037246380558798 ], [ -75.146380695608102, 40.0372551080752 ], [ -75.146387401492106, 40.0372602415937 ], [ -75.146462503594293, 40.037270510427 ], [ -75.146496892593206, 40.0371150847782 ], [ -75.146504077245496, 40.037082608221503 ], [ -75.146503667549894, 40.037082555010102 ], [ -75.146423610997005, 40.037072340581197 ], [ -75.146423656961204, 40.037072135514997 ], [ -75.146425393096706, 40.037064349519397 ], [ -75.146479131468695, 40.036823316294999 ], [ -75.146479149389506, 40.0368232311044 ], [ -75.146559397419693, 40.036463280838099 ], [ -75.146571873770199, 40.036462598420201 ], [ -75.146845319052701, 40.036498117613 ], [ -75.146843215825299, 40.036507682690001 ], [ -75.146728628118495, 40.037028934595803 ], [ -75.146880186248197, 40.037048620589097 ], [ -75.146905069784296, 40.037051852685202 ], [ -75.146906701025202, 40.0370444314715 ], [ -75.146906761203397, 40.037044161403401 ], [ -75.146908078412693, 40.0370381656926 ], [ -75.147028052271395, 40.037053745588103 ], [ -75.147029141420902, 40.037053886277199 ], [ -75.147039798367103, 40.037005406324297 ], [ -75.147040845516202, 40.037000644519097 ], [ -75.146938287569398, 40.036987323322101 ], [ -75.146963499053797, 40.0368726408717 ], [ -75.146978856039496, 40.036874635520697 ], [ -75.146992817962001, 40.036811121512898 ], [ -75.146978893695803, 40.0368111213037 ], [ -75.147044549222102, 40.036512455091703 ], [ -75.147047494520905, 40.036499042598102 ], [ -75.147048016389903, 40.036496667851303 ], [ -75.147365582224097, 40.036537911516497 ], [ -75.147361023770202, 40.036558658922601 ], [ -75.147296435241202, 40.036852500855503 ], [ -75.147289291222705, 40.036851569725101 ], [ -75.147288566946102, 40.036854866809101 ], [ -75.147275036660105, 40.036916340810201 ], [ -75.147282371776001, 40.036917294292103 ], [ -75.147281562164807, 40.036920982511901 ], [ -75.147256833607202, 40.037033478604002 ], [ -75.147143512604998, 40.037018761516897 ], [ -75.147132444222606, 40.037069107399297 ], [ -75.147330153953803, 40.037094785248698 ], [ -75.147327642719205, 40.037106202817803 ], [ -75.147456768766403, 40.037122967253502 ], [ -75.147458423656701, 40.037123180450003 ], [ -75.147476746263095, 40.037039824531199 ], [ -75.147459622085407, 40.037037601819797 ], [ -75.147523171932605, 40.036748479011898 ], [ -75.147774852897498, 40.0367811601608 ], [ -75.147694614515601, 40.037146214495898 ], [ -75.147713583075202, 40.037148677182898 ], [ -75.147712056657397, 40.037156385728203 ], [ -75.147677815524801, 40.037329348850101 ], [ -75.147667485875601, 40.037381531570297 ], [ -75.147819031518196, 40.037402066354197 ], [ -75.147817760123601, 40.037407900928301 ], [ -75.147805621037307, 40.037463673769601 ], [ -75.147795332782707, 40.037462467582003 ], [ -75.147656757299103, 40.037446218147302 ], [ -75.147656411678099, 40.037447627168397 ], [ -75.147626465026804, 40.037569541257199 ], [ -75.147602812624399, 40.037665828818703 ], [ -75.147575226097203, 40.037778120557697 ], [ -75.1475661949856, 40.037776952970802 ], [ -75.147324154123794, 40.037745512546699 ], [ -75.147348905788604, 40.037632914473299 ], [ -75.147324023439296, 40.037629683631799 ], [ -75.147348367175695, 40.037518933540099 ], [ -75.147354030941301, 40.037493169980102 ], [ -75.147354746045806, 40.037489921117498 ], [ -75.147130232654305, 40.037460763931001 ], [ -75.147127687427599, 40.037472340656997 ], [ -75.147155638810304, 40.037475969962699 ], [ -75.147215152960499, 40.0375003565387 ], [ -75.147243978201502, 40.037520628294203 ], [ -75.147258965164099, 40.037536553277 ], [ -75.147276833995306, 40.037555542827597 ], [ -75.1472794840234, 40.037561557485198 ], [ -75.147298293604393, 40.037604309066502 ], [ -75.1472997033582, 40.037628335139701 ], [ -75.147300920202397, 40.037649062492001 ], [ -75.1473009555028, 40.037649632059903 ], [ -75.147278099760996, 40.037753597402897 ], [ -75.147273744219305, 40.037773406714003 ], [ -75.147253124108801, 40.037867217549802 ], [ -75.147143021020497, 40.037852918052998 ], [ -75.147191463540594, 40.0376325499128 ], [ -75.147184297979294, 40.037604825370799 ], [ -75.1471708862383, 40.037582748328298 ], [ -75.147150770844803, 40.037568886456 ], [ -75.147118493123202, 40.037556072334098 ], [ -75.1468416053266, 40.037520110959299 ], [ -75.1468094603635, 40.037520109993203 ], [ -75.1467739208056, 40.037531404065199 ], [ -75.146747768119994, 40.0375493723106 ], [ -75.146729624596603, 40.037574482449003 ], [ -75.146728502805701, 40.037579584947302 ], [ -75.1466241229205, 40.038054380720801 ], [ -75.146618366645598, 40.038053634178702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 397, "AUN": 326510179, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "YALE SCHOOL OF PHILADELPHIA", "SCHOOL_NAME_LABEL": "YALE SCHOOL OF PHILADELPHIA", "STREET_ADDRESS": "135 RECTOR ST", "ZIP_CODE": "19127", "PHONE_NUMBER": "(215) 839-0525", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1406.19921875, "Shape__Length": 170.7736439622949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219617339736502, 40.025288821520299 ], [ -75.219415136948598, 40.025133361011399 ], [ -75.219410920103698, 40.025130117975799 ], [ -75.219372786989098, 40.025159432943902 ], [ -75.219261527628404, 40.025073891129203 ], [ -75.219297042455295, 40.025046590794197 ], [ -75.219286079431996, 40.025038162510398 ], [ -75.219284178265198, 40.025036699290197 ], [ -75.219438943886402, 40.024917726098202 ], [ -75.219528073510403, 40.024986253565203 ], [ -75.219528957325807, 40.0249855736404 ], [ -75.219540062003205, 40.0249770392331 ], [ -75.219627507040897, 40.0250442714811 ], [ -75.219629567793305, 40.025045855341503 ], [ -75.219617766218505, 40.025054928515502 ], [ -75.219770002930105, 40.025171975215699 ], [ -75.219772505164599, 40.025173898790896 ], [ -75.219772137141604, 40.025174182380297 ], [ -75.219733158110699, 40.025204146691799 ], [ -75.219738820547903, 40.025208499384398 ], [ -75.219664700680198, 40.025265478433198 ], [ -75.2196589029611, 40.025261021393902 ], [ -75.219620039938405, 40.025290896999202 ], [ -75.219617339736502, 40.025288821520299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 398, "AUN": 126515001, "SCHOOL_NUM": 7233, "LOCATION_ID": "7460", "SCHOOL_NAME": "ZIEGLER, WILLIAM H. SCHOOL", "SCHOOL_NAME_LABEL": "WILLIAM H. ZIEGLER SCHOOL", "STREET_ADDRESS": "5935 SAUL ST", "ZIP_CODE": "19149", "PHONE_NUMBER": "(215) 400-3260", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 522, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 5696.1796875, "Shape__Length": 490.46165963815918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.075133596750803, 40.030377422966701 ], [ -75.075051007950194, 40.0303314756069 ], [ -75.075021118010497, 40.0303148467504 ], [ -75.075087408818405, 40.030244433651397 ], [ -75.075036616943194, 40.030216175457099 ], [ -75.074962250571801, 40.030295166429603 ], [ -75.074753616666996, 40.030179092209899 ], [ -75.074747148364594, 40.030185960644097 ], [ -75.074734229853902, 40.030199684417198 ], [ -75.074724657228501, 40.030209852682297 ], [ -75.074445823101598, 40.0300547211937 ], [ -75.074551548494895, 40.029942422018401 ], [ -75.074599189702695, 40.0298918188697 ], [ -75.074613291514893, 40.029899664321 ], [ -75.074657091387294, 40.029853141230703 ], [ -75.074644256956404, 40.02984600109 ], [ -75.074796321303694, 40.029684480568498 ], [ -75.074878537909896, 40.029597149850602 ], [ -75.075126393259694, 40.029735046072602 ], [ -75.075117752121997, 40.029744222392303 ], [ -75.075060075488196, 40.029805487839099 ], [ -75.075091165170804, 40.0298227855004 ], [ -75.075071267834304, 40.029843920009299 ], [ -75.074926672264098, 40.0299975066144 ], [ -75.074950987808805, 40.0300110344727 ], [ -75.075134052847503, 40.030112883438697 ], [ -75.075059041481097, 40.030192557752898 ], [ -75.0751096068132, 40.030220690146798 ], [ -75.075194319245099, 40.030130708576102 ], [ -75.075235979568902, 40.030086457872898 ], [ -75.0752958306648, 40.030022884504803 ], [ -75.075318006425903, 40.029999329663902 ], [ -75.075363692824098, 40.029950802635199 ], [ -75.075364181733903, 40.0299510741972 ], [ -75.075446406062795, 40.029996820252897 ], [ -75.075469958979994, 40.030009923643803 ], [ -75.075554779889003, 40.030057114312697 ], [ -75.075345506236303, 40.030279403200403 ], [ -75.075293889440402, 40.0303342311731 ], [ -75.075259608769898, 40.030370642391802 ], [ -75.075245415054894, 40.030385719618998 ], [ -75.075166906510304, 40.030342042262198 ], [ -75.075133596750803, 40.030377422966701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 399, "AUN": 226512152, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "HOLY CROSS SCHOOL", "SCHOOL_NAME_LABEL": "HOLY CROSS SCHOOL", "STREET_ADDRESS": "148-54 E MOUNT AIRY AVE", "ZIP_CODE": "19119", "PHONE_NUMBER": "(215) 242-0414", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1444.1328125, "Shape__Length": 210.20597267584668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188617881814906, 40.061786111815699 ], [ -75.188553709969298, 40.061744859091803 ], [ -75.188519014597503, 40.061722554986403 ], [ -75.188518540926395, 40.061722250473899 ], [ -75.188549507674395, 40.061693810184302 ], [ -75.188502518224198, 40.061663606120398 ], [ -75.188501984530305, 40.0616632608507 ], [ -75.188505007707704, 40.0616604844489 ], [ -75.188494163354505, 40.061653513310503 ], [ -75.188488676825799, 40.061649985197903 ], [ -75.188480573026695, 40.061657427042199 ], [ -75.188472788080702, 40.061664576410102 ], [ -75.188411153608399, 40.061624955801598 ], [ -75.188519773973795, 40.061525197696803 ], [ -75.188525795736595, 40.0615290688595 ], [ -75.188580568369005, 40.061564279190002 ], [ -75.188568536393603, 40.061575329845198 ], [ -75.188585856189803, 40.0615864626877 ], [ -75.188596770626106, 40.061576437915299 ], [ -75.188598372558502, 40.061574966694899 ], [ -75.188598594164802, 40.061575114669601 ], [ -75.188645882800799, 40.061605507817902 ], [ -75.1886783936813, 40.061575649046503 ], [ -75.188775958613704, 40.061638368059498 ], [ -75.188767944398904, 40.061645728577297 ], [ -75.188848983934903, 40.061697823466602 ], [ -75.188857320014407, 40.061690168280997 ], [ -75.188891302881302, 40.061712012655597 ], [ -75.188956953142693, 40.0617542160388 ], [ -75.188926086723498, 40.061782565191898 ], [ -75.188926562031298, 40.0617828652341 ], [ -75.188942572306303, 40.061793162432103 ], [ -75.188844974388303, 40.061882797179202 ], [ -75.188844945584904, 40.061882822441 ], [ -75.188830705386806, 40.061873666163898 ], [ -75.188830286006194, 40.061873398903103 ], [ -75.188798628456297, 40.0619024725926 ], [ -75.188798552510207, 40.061902542980199 ], [ -75.188732673146006, 40.061860194745101 ], [ -75.188700157077093, 40.0618392930364 ], [ -75.1886997063271, 40.061839002550698 ], [ -75.188706741147598, 40.061832542609203 ], [ -75.188650349741806, 40.061796291639503 ], [ -75.188626073671699, 40.061780685671501 ], [ -75.188619301561502, 40.061786903688002 ], [ -75.188619224108294, 40.061786975168097 ], [ -75.188617881814906, 40.061786111815699 ] ], [ [ -75.188549574111903, 40.061594187511801 ], [ -75.188508858946193, 40.0616317798072 ], [ -75.188518957591796, 40.061638236514703 ], [ -75.188561030444305, 40.061599391675998 ], [ -75.188549574111903, 40.061594187511801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 400, "AUN": 226512252, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "HOLY INNOCENTS SCHOOL", "SCHOOL_NAME_LABEL": "HOLY INNOCENTS CATHOLIC SCHOOL", "STREET_ADDRESS": "1312 E BRISTOL ST", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 743-5909", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 1449.7890625, "Shape__Length": 167.32020804783454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.100589460313998, 40.012074212164599 ], [ -75.100627222416705, 40.011903941164597 ], [ -75.100644575677194, 40.011906216872802 ], [ -75.101127924709502, 40.011969596527599 ], [ -75.101112844575496, 40.012037595401701 ], [ -75.101130633605194, 40.0120399283932 ], [ -75.101109424621399, 40.012135564739097 ], [ -75.101107952925403, 40.012142199561502 ], [ -75.100589460313998, 40.012074212164599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 401, "AUN": 226512352, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "HOLY REDEEMER SCHOOL", "SCHOOL_NAME_LABEL": "HOLY REDEEMER CHINESE CATHOLIC SCHOOL", "STREET_ADDRESS": "903-27 VINE ST", "ZIP_CODE": "19107", "PHONE_NUMBER": "(215) 922-0999", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 1185.1015625, "Shape__Length": 185.17652076839403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155145571482194, 39.957653680962999 ], [ -75.155161436303104, 39.957580526788199 ], [ -75.155126845448905, 39.957576085136097 ], [ -75.155126914812399, 39.957575763464398 ], [ -75.155126973425396, 39.957575493358199 ], [ -75.155129165411196, 39.957565387327797 ], [ -75.155128645485107, 39.957565320380397 ], [ -75.155128294495299, 39.957565275274497 ], [ -75.155121117416698, 39.957564352704701 ], [ -75.155121271926106, 39.957563641015703 ], [ -75.155121702040901, 39.957561652734697 ], [ -75.155117806143807, 39.957561153525099 ], [ -75.155100348039397, 39.957570453609797 ], [ -75.155099822027296, 39.957572883473397 ], [ -75.155099308529003, 39.957575253927601 ], [ -75.155025176595899, 39.957565733760497 ], [ -75.155011448640906, 39.957563970348197 ], [ -75.155011097651098, 39.957563925241999 ], [ -75.155009515982101, 39.957563722776797 ], [ -75.155009777183594, 39.957562516814498 ], [ -75.155009835797003, 39.957562246708299 ], [ -75.155010530127001, 39.957559050281098 ], [ -75.154998005897198, 39.957545428528 ], [ -75.154995066890706, 39.957545051197101 ], [ -75.154994715858095, 39.957545007216098 ], [ -75.154991781238493, 39.957544629984298 ], [ -75.155006823763799, 39.957475267411503 ], [ -75.1550122692381, 39.957475966111701 ], [ -75.155023324769502, 39.957469989014903 ], [ -75.155029221688594, 39.957466799892401 ], [ -75.155029489727099, 39.957465568180403 ], [ -75.155029548340295, 39.957465298074197 ], [ -75.155030493763206, 39.957460930370402 ], [ -75.155122167783901, 39.957472704540898 ], [ -75.155121697074804, 39.957474874359903 ], [ -75.155120933086494, 39.957478400336697 ], [ -75.155132690187003, 39.957491722029999 ], [ -75.155136393790798, 39.9574921977432 ], [ -75.155136608933702, 39.957491201352099 ], [ -75.155137191578703, 39.9574885148525 ], [ -75.1551804697352, 39.9574940731586 ], [ -75.155215924498194, 39.957330581026802 ], [ -75.155204532653997, 39.957329117128303 ], [ -75.155209383979894, 39.957306745306397 ], [ -75.155287160932701, 39.957316735238798 ], [ -75.155362016456493, 39.957326348193803 ], [ -75.155380096057897, 39.9573286706296 ], [ -75.1553800337051, 39.957328962050497 ], [ -75.155347211931797, 39.957480313977598 ], [ -75.155305169222103, 39.957674178034097 ], [ -75.155149832912002, 39.957654227858903 ], [ -75.155145571482194, 39.957653680962999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 402, "AUN": 226512702, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "IMMACULATE HEART OF MARY SCHOOL", "SCHOOL_NAME_LABEL": "IMMACULATE HEART OF MARY SCHOOL", "STREET_ADDRESS": "815-23 CATHEDRAL RD", "ZIP_CODE": "19128", "PHONE_NUMBER": "(215) 482-2029", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 4548.69921875, "Shape__Length": 499.43560735360109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234252499035406, 40.064546870321401 ], [ -75.234221458967497, 40.064549166256498 ], [ -75.234210189716507, 40.064549999589701 ], [ -75.234205030245604, 40.064508811540001 ], [ -75.234201732056405, 40.064482492312798 ], [ -75.234107552184597, 40.064489458210197 ], [ -75.234110847700506, 40.064515769498598 ], [ -75.234112709333502, 40.064530628195001 ], [ -75.233868989369498, 40.064548654393597 ], [ -75.233867905831403, 40.0645400081753 ], [ -75.233837111221405, 40.064542285730703 ], [ -75.233831207609398, 40.064495162974197 ], [ -75.233863012021402, 40.064492809549897 ], [ -75.233860614287906, 40.064473674038901 ], [ -75.233859586239404, 40.064465468269098 ], [ -75.233857695265698, 40.064450374666897 ], [ -75.234101946948599, 40.064432309461097 ], [ -75.234115836898098, 40.064431282367799 ], [ -75.234171529049902, 40.064427162234701 ], [ -75.234184531197698, 40.064426201289301 ], [ -75.234199267809899, 40.064425110507699 ], [ -75.234193963454203, 40.064382770520197 ], [ -75.234130726678899, 40.064387448520499 ], [ -75.234123056352104, 40.064326222619002 ], [ -75.233784416658693, 40.064351268078902 ], [ -75.233758071315094, 40.064140974043099 ], [ -75.234280691529193, 40.064102319935699 ], [ -75.234289511183505, 40.0641727149277 ], [ -75.234301635820302, 40.0641718181 ], [ -75.234310305829396, 40.0642410317665 ], [ -75.234322104207706, 40.064240158201898 ], [ -75.234330971581301, 40.064310928145098 ], [ -75.234271868064795, 40.064315300275297 ], [ -75.234279700304697, 40.064377815874501 ], [ -75.234581122300298, 40.064355521029498 ], [ -75.234919551529899, 40.064330488893802 ], [ -75.234931255202795, 40.064423890695501 ], [ -75.234940463658901, 40.064497378900299 ], [ -75.234922543374793, 40.064498705303699 ], [ -75.234895204442907, 40.064500726538597 ], [ -75.234649294710806, 40.064518917061498 ], [ -75.234653578880696, 40.0645531212596 ], [ -75.234591297402105, 40.064557728076103 ], [ -75.234561202470402, 40.064559953567297 ], [ -75.234515502222607, 40.064563334199697 ], [ -75.234511043647998, 40.064527747659803 ], [ -75.234252499035406, 40.064546870321401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 403, "AUN": 126513734, "SCHOOL_NUM": 8207, "LOCATION_ID": "3416", "SCHOOL_NAME": "MASTERY CHARTER @ GRATZ HIGH", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL AT GRATZ", "STREET_ADDRESS": "1798 W HUNTING PARK AVE", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 227-4408", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "7-12", "ENROLLMENT": 1041, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 18727.76953125, "Shape__Length": 883.48828490937842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155757356292497, 40.014432623330002 ], [ -75.155748259854903, 40.0144210548521 ], [ -75.1557527502044, 40.014405011207501 ], [ -75.155758114090801, 40.0143793329012 ], [ -75.155279346652094, 40.014327973321798 ], [ -75.155401392495307, 40.013812356927197 ], [ -75.155389321775203, 40.013807214161901 ], [ -75.155414803115306, 40.013706561813699 ], [ -75.155509358932207, 40.013720959071897 ], [ -75.155644486156504, 40.013741545057599 ], [ -75.155644837136094, 40.013741598038898 ], [ -75.155650835512304, 40.013742511827303 ], [ -75.155661668697405, 40.0136895076173 ], [ -75.155662906382403, 40.013683452591003 ], [ -75.1559631299545, 40.013721778146298 ], [ -75.156318697538197, 40.013767166922399 ], [ -75.1563178312025, 40.0137702130625 ], [ -75.156302602053998, 40.0138236586305 ], [ -75.156433156052898, 40.013845719403299 ], [ -75.156445421793194, 40.013847791741902 ], [ -75.156448778514701, 40.013836494478397 ], [ -75.156557400962996, 40.013851383176103 ], [ -75.156537957475805, 40.013950502986098 ], [ -75.156527900166296, 40.013949476164399 ], [ -75.156520079261895, 40.01398587629 ], [ -75.156512258478003, 40.014022273039103 ], [ -75.156448503238096, 40.014318949026098 ], [ -75.156441200819202, 40.014352932618799 ], [ -75.156438726569107, 40.014364441281998 ], [ -75.156448784822999, 40.014365981711002 ], [ -75.156425986793195, 40.014470236990697 ], [ -75.155943857065395, 40.014402959874502 ], [ -75.155941105752206, 40.014427198145299 ], [ -75.155946816169106, 40.014434460959997 ], [ -75.155941044284802, 40.0144441392559 ], [ -75.155929775998004, 40.014452261883001 ], [ -75.155913011494505, 40.014451234396503 ], [ -75.155902301853203, 40.014445082890603 ], [ -75.155896235276401, 40.0144373660235 ], [ -75.155865401254303, 40.014433782757301 ], [ -75.155858028942504, 40.014472807057302 ], [ -75.155867250889898, 40.0144741923636 ], [ -75.155933129265094, 40.014484104124101 ], [ -75.155925080349903, 40.014519024776497 ], [ -75.155941176285495, 40.0145205676301 ], [ -75.155937557019598, 40.014537889006199 ], [ -75.155920120622497, 40.014621254744704 ], [ -75.155916363326497, 40.014639198082499 ], [ -75.155899601904693, 40.014636632178103 ], [ -75.155892221454906, 40.014671039710002 ], [ -75.155839908268703, 40.014664113812202 ], [ -75.155781388261403, 40.014691316713701 ], [ -75.155806568357505, 40.014723341256598 ], [ -75.155881654864501, 40.014818835829701 ], [ -75.155883680195601, 40.014821415698101 ], [ -75.155265163675395, 40.015108918099997 ], [ -75.155260485604401, 40.015102967034998 ], [ -75.155086440090898, 40.014881614943398 ], [ -75.155086412068101, 40.014881581648297 ], [ -75.1551881414468, 40.014402937920302 ], [ -75.155755434871395, 40.014475887304201 ], [ -75.155760798782097, 40.0144604805932 ], [ -75.155791646388593, 40.014464590163001 ], [ -75.155801032197502, 40.014427612742999 ], [ -75.155790303180595, 40.014438910110798 ], [ -75.155763818187594, 40.014440842443499 ], [ -75.155757356292497, 40.014432623330002 ] ], [ [ -75.156125668831606, 40.0139299652866 ], [ -75.156120966028496, 40.013952837231699 ], [ -75.156205231430306, 40.013963082010001 ], [ -75.156209934205805, 40.013940210061499 ], [ -75.156125668831606, 40.0139299652866 ] ], [ [ -75.155696980563505, 40.013870920006603 ], [ -75.155692152194504, 40.013895157519897 ], [ -75.155781396252394, 40.013905668276898 ], [ -75.155786224590202, 40.013881430759803 ], [ -75.155696980563505, 40.013870920006603 ] ], [ [ -75.155967540232893, 40.013854523264797 ], [ -75.155963872024302, 40.013872934892497 ], [ -75.155989695056903, 40.013875976945499 ], [ -75.155993364679105, 40.013857566475401 ], [ -75.155967540232893, 40.013854523264797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 404, "AUN": 126517643, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "MASTERY PREP ELEMENTARY CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "MASTERY PREP ELEMENTARY CHARTER SCHOOL", "STREET_ADDRESS": "1801 W PIKE ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 866-0067", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-3", "ENROLLMENT": 608, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 7012.8671875, "Shape__Length": 349.32436972221137 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155528444849097, 40.013566003170901 ], [ -75.155542011634395, 40.013502719314801 ], [ -75.155552663889907, 40.013453032399902 ], [ -75.155592798446605, 40.0132658305428 ], [ -75.1556072293738, 40.013198520639797 ], [ -75.155620940313995, 40.0131345653975 ], [ -75.156033780144199, 40.013186894093799 ], [ -75.156162842824301, 40.013203252988703 ], [ -75.156570069961006, 40.013254868407401 ], [ -75.156556406152006, 40.013318609689897 ], [ -75.156551436940006, 40.013341788734898 ], [ -75.156545802850005, 40.013368070280102 ], [ -75.156541854827395, 40.013386487991198 ], [ -75.1565054459208, 40.013556329462297 ], [ -75.156500699505202, 40.013578468358403 ], [ -75.156494803340294, 40.013605972743903 ], [ -75.156491416715298, 40.013621772165102 ], [ -75.156476986703595, 40.013689078802102 ], [ -75.156215248720798, 40.013655903832699 ], [ -75.156209992151204, 40.0136804278998 ], [ -75.155779533054798, 40.013625867121803 ], [ -75.155785386431901, 40.0135985701599 ], [ -75.155528444849097, 40.013566003170901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 405, "AUN": 226514052, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "MATERNITY BVM SCHOOL", "SCHOOL_NAME_LABEL": "MATERNITY BVM SCHOOL", "STREET_ADDRESS": "9322 OLD BUSTLETON AVE", "ZIP_CODE": "19115", "PHONE_NUMBER": "(215) 673-0235", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 6541.00390625, "Shape__Length": 662.9305477521483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.038879818522602, 40.0826723747495 ], [ -75.038897116771395, 40.082655347480198 ], [ -75.038895319647494, 40.082654270007602 ], [ -75.038842717498, 40.082622735886901 ], [ -75.038840152817698, 40.0826211987929 ], [ -75.038844902819207, 40.082616524014398 ], [ -75.038966052334899, 40.082497286142299 ], [ -75.038964255214196, 40.082496208670698 ], [ -75.038933970435707, 40.082478053361001 ], [ -75.038938720420703, 40.082473378578499 ], [ -75.038948525696597, 40.082463727605301 ], [ -75.038946728577002, 40.082462650133401 ], [ -75.038751091617399, 40.082345365702103 ], [ -75.0387558415607, 40.082340692052497 ], [ -75.038797312414999, 40.082299876273197 ], [ -75.038778716941806, 40.082288727507503 ], [ -75.038775148455798, 40.082286588933897 ], [ -75.038779898483398, 40.082281913032801 ], [ -75.038795021532906, 40.082267028524001 ], [ -75.038793224375993, 40.0822659521749 ], [ -75.038756279705595, 40.082243803490002 ], [ -75.038745200600502, 40.0822371615739 ], [ -75.038741065062993, 40.082234682991803 ], [ -75.038577953040601, 40.0823952225768 ], [ -75.0385695145238, 40.082390162334903 ], [ -75.0385052092835, 40.082351612102102 ], [ -75.038501955838498, 40.082349662288799 ], [ -75.038496167897605, 40.082355358910199 ], [ -75.038470913800595, 40.0823402190343 ], [ -75.038459224695501, 40.082333211289601 ], [ -75.038463744233795, 40.0823287631098 ], [ -75.038388113829598, 40.082283420890597 ], [ -75.038743656774102, 40.081933489378997 ], [ -75.0388521033247, 40.081998502750302 ], [ -75.038856670300305, 40.081995507491598 ], [ -75.038804028607103, 40.081963948754101 ], [ -75.038805158113703, 40.081962836697102 ], [ -75.038808780075001, 40.081959272886202 ], [ -75.0388408026799, 40.081927754932501 ], [ -75.038745651983803, 40.0818707118719 ], [ -75.038887837824205, 40.081730767526501 ], [ -75.039235990089395, 40.081939484542502 ], [ -75.039242240373298, 40.081933333623901 ], [ -75.039378446060496, 40.082014988081198 ], [ -75.039347850827994, 40.082045100417197 ], [ -75.039323389847198, 40.082069176222397 ], [ -75.039281635554104, 40.082110271579502 ], [ -75.039119569175796, 40.082122476470197 ], [ -75.039112415644894, 40.082123015064298 ], [ -75.039009904176794, 40.082061559177099 ], [ -75.038970752833805, 40.082038089155098 ], [ -75.038947288518003, 40.082061181469797 ], [ -75.038945148491806, 40.082063290130499 ], [ -75.038928546315404, 40.082053337245199 ], [ -75.038923730609696, 40.082050450668604 ], [ -75.038771809177902, 40.082199975588203 ], [ -75.038767059155504, 40.0822046514891 ], [ -75.038823674758504, 40.082238591521701 ], [ -75.038826164247993, 40.082236140823603 ], [ -75.038847791187806, 40.0822491068757 ], [ -75.038895271144199, 40.082202376632601 ], [ -75.0390923771524, 40.082320541334497 ], [ -75.039102679960706, 40.0823104008755 ], [ -75.039137239124301, 40.082331119078603 ], [ -75.039281871776694, 40.082188767587702 ], [ -75.039303085374499, 40.082187608860799 ], [ -75.039326425058405, 40.082201600739701 ], [ -75.039344947088495, 40.082183371211997 ], [ -75.039414974800096, 40.082225351517501 ], [ -75.039416771920799, 40.082226428982104 ], [ -75.039402586114207, 40.082240392950403 ], [ -75.039472529379907, 40.082282323921802 ], [ -75.039455298570203, 40.082299284157799 ], [ -75.039452654983904, 40.082301885539501 ], [ -75.039442954751607, 40.0822960713881 ], [ -75.039442810027793, 40.082296170469299 ], [ -75.039438069523897, 40.082299435352503 ], [ -75.039436347621802, 40.082300621296802 ], [ -75.039425864123501, 40.082294337020102 ], [ -75.038997923414797, 40.082715527669599 ], [ -75.038987030329295, 40.082708998293199 ], [ -75.038985234622601, 40.082707921981701 ], [ -75.038964250343199, 40.082728574642601 ], [ -75.038963027687899, 40.082729779114402 ], [ -75.038875068564593, 40.0826770484042 ], [ -75.038879818522602, 40.0826723747495 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 406, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "MATHEMATICS, SCIENCE AND TECHNOLOGY COMMUNITY CHARTER SCHOOL II", "SCHOOL_NAME_LABEL": "MAST COMMUNITY CHARTER SCHOOL II (LAWNCREST CAMPUS)", "STREET_ADDRESS": "6238 RISING SUN AVE", "ZIP_CODE": "19111", "PHONE_NUMBER": "(215) 398-7960", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-2", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 3799.62890625, "Shape__Length": 300.42573113502931 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.097265050953595, 40.048497016411098 ], [ -75.097246590793901, 40.048486455751103 ], [ -75.097236047706105, 40.048480423146302 ], [ -75.097227530613296, 40.048489217653 ], [ -75.097182746373605, 40.048463596514203 ], [ -75.097006651538607, 40.048362852323301 ], [ -75.097057263538602, 40.048310601146497 ], [ -75.097077151342503, 40.048321978707797 ], [ -75.097219012988504, 40.0481755210171 ], [ -75.097200656145901, 40.048165019047801 ], [ -75.097216139991701, 40.048149035244997 ], [ -75.097253946479498, 40.048110002648698 ], [ -75.097316499623901, 40.048145790022502 ], [ -75.097398526283399, 40.048061108346502 ], [ -75.097485707790497, 40.048110983201298 ], [ -75.097521505892701, 40.048074023827503 ], [ -75.097525198528302, 40.048070212121502 ], [ -75.097629607396897, 40.048129944367297 ], [ -75.097635316873493, 40.0481332106636 ], [ -75.097517826734602, 40.0482545059592 ], [ -75.097495539343697, 40.048277516194602 ], [ -75.097748726553206, 40.048422363344898 ], [ -75.097724528771195, 40.048447344452498 ], [ -75.0977754398711, 40.048476469937903 ], [ -75.097610652934904, 40.0486465984795 ], [ -75.097605616385493, 40.048651797160097 ], [ -75.097559607680594, 40.048625476632502 ], [ -75.097532138544196, 40.048653835378801 ], [ -75.097312319089596, 40.048528078548699 ], [ -75.0973142288003, 40.048525151489599 ], [ -75.097265050953595, 40.048497016411098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 407, "AUN": 300515921, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "METHODIST SERVICES FOR CHILDREN AND FAMILIES", "SCHOOL_NAME_LABEL": "METHODIST SERVICES FOR CHILDREN AND FAMILIES", "STREET_ADDRESS": "4300 MONUMENT RD", "ZIP_CODE": "19131", "PHONE_NUMBER": "(215) 877-1925", "ACTIVE": "O", "GRADE_LEVEL": "PRE-K/KINDERGARTEN", "GRADE_ORG": "PREK-K", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 3367.06640625, "Shape__Length": 358.70309347164044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214819018777106, 39.998072986194998 ], [ -75.214789565174101, 39.997964278765203 ], [ -75.214846350887598, 39.997955179246603 ], [ -75.214833054771603, 39.997906100953301 ], [ -75.214759368589398, 39.997917909760702 ], [ -75.214674876481894, 39.997931450799904 ], [ -75.214667724689093, 39.997905050087503 ], [ -75.214661839317003, 39.997905992292601 ], [ -75.214660967152696, 39.997906132957503 ], [ -75.214639798081294, 39.997894995316798 ], [ -75.214633295071906, 39.997891575426799 ], [ -75.214623901274507, 39.997856901313703 ], [ -75.214639505957194, 39.997836892370302 ], [ -75.214647990045606, 39.997835533411099 ], [ -75.214641109774206, 39.997810136551102 ], [ -75.214960743596905, 39.9977589099556 ], [ -75.214952440851206, 39.997728269417401 ], [ -75.214939367755804, 39.997730364986197 ], [ -75.214907458491894, 39.997735478512801 ], [ -75.214905669543896, 39.997728875219401 ], [ -75.2149023540873, 39.997716640751001 ], [ -75.214890827864394, 39.997718487786798 ], [ -75.214729071627701, 39.9977444119071 ], [ -75.214727202904797, 39.997737514023598 ], [ -75.214698028781598, 39.997629839875302 ], [ -75.214863837444597, 39.997603267606401 ], [ -75.214862631491002, 39.997598817062702 ], [ -75.214859924937201, 39.997588826015402 ], [ -75.214859833404603, 39.997588492876297 ], [ -75.214913887517, 39.997579830807801 ], [ -75.214905600145599, 39.997549250295897 ], [ -75.214951650443993, 39.997541869946602 ], [ -75.214958637789593, 39.997540749338 ], [ -75.214961835896403, 39.997552557743298 ], [ -75.214966851572299, 39.997571065804202 ], [ -75.215084791810298, 39.997552164542597 ], [ -75.215094983862002, 39.997589781113099 ], [ -75.215101474720598, 39.997588740758303 ], [ -75.215102495410207, 39.997592505826802 ], [ -75.215139878899294, 39.997730477066398 ], [ -75.2152416187635, 39.9977141709279 ], [ -75.215246338326693, 39.997731591235997 ], [ -75.215239732573295, 39.997732649334701 ], [ -75.215250200006807, 39.997771286720798 ], [ -75.215255415080406, 39.9977704513201 ], [ -75.215259858002597, 39.997786848515098 ], [ -75.215254918388993, 39.997787640443498 ], [ -75.215265893057904, 39.997828146214303 ], [ -75.215273101373597, 39.997826991046502 ], [ -75.215276700110806, 39.997840269034 ], [ -75.215173095004801, 39.997856874147303 ], [ -75.215211155657002, 39.997997347069102 ], [ -75.215205173042705, 39.997998305174903 ], [ -75.215212662406302, 39.998025946546797 ], [ -75.215127566278099, 39.9980395838287 ], [ -75.215108722592205, 39.998042605035302 ], [ -75.215111978777699, 39.998054624200101 ], [ -75.215029697836997, 39.998067811132302 ], [ -75.2150262654513, 39.9980551382275 ], [ -75.214985914615895, 39.998061604948099 ], [ -75.214983509068105, 39.998052728782 ], [ -75.2149532319456, 39.9980575810375 ], [ -75.214853583449894, 39.998073551321099 ], [ -75.214842147048998, 39.9980753834433 ], [ -75.214820603020996, 39.998078836012397 ], [ -75.214819018777106, 39.998072986194998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 408, "AUN": 226514252, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "MOTHER DIVINE GRACE SCHOOL", "SCHOOL_NAME_LABEL": "MOTHER OF DIVINE GRACE SCHOOL", "STREET_ADDRESS": "2612 E MONMOUTH ST", "ZIP_CODE": "19134", "PHONE_NUMBER": "(215) 426-7325", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 876.93359375, "Shape__Length": 124.5813145054006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.110141388982001, 39.981514526602702 ], [ -75.110264051621598, 39.981451371178998 ], [ -75.110354241159996, 39.981404934099203 ], [ -75.110367238686393, 39.981398242172503 ], [ -75.1103920370401, 39.981385475027899 ], [ -75.110444426947794, 39.981444480084903 ], [ -75.110456863639101, 39.981438920685598 ], [ -75.110481641247901, 39.981466317666303 ], [ -75.110468560258099, 39.981472595464297 ], [ -75.110519095933, 39.981530680457197 ], [ -75.110271644697093, 39.981658086002902 ], [ -75.110266396333301, 39.981660788890899 ], [ -75.110217050665099, 39.981604070315697 ], [ -75.110206630160803, 39.981609436167098 ], [ -75.110183082780097, 39.981582369269603 ], [ -75.110192382805195, 39.981577580211997 ], [ -75.110138719291996, 39.981515900085903 ], [ -75.110141388982001, 39.981514526602702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 409, "AUN": 126515001, "SCHOOL_NUM": 7522, "LOCATION_ID": "5680", "SCHOOL_NAME": "MUNOZ-MARIN, HON LUIS SCHOOL", "SCHOOL_NAME_LABEL": "HONORABLE LUIS MUNOZ-MARIN SCHOOL", "STREET_ADDRESS": "3300 N 3RD ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 400-3920", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 499, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 9316.39453125, "Shape__Length": 781.8484124602453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135267952195406, 40.001621656673102 ], [ -75.135269334611095, 40.001615459833801 ], [ -75.135281090457198, 40.001617010427601 ], [ -75.1353830288176, 40.001630457603397 ], [ -75.135437575209707, 40.001637652322302 ], [ -75.135434562398601, 40.001651162130898 ], [ -75.135667173335506, 40.001681844930701 ], [ -75.135677037878395, 40.001683146302902 ], [ -75.135708330041098, 40.0015428295874 ], [ -75.135698876454001, 40.001541581501101 ], [ -75.135727725358294, 40.001412228659603 ], [ -75.135715539710404, 40.001410621019197 ], [ -75.135738251378001, 40.001308792088899 ], [ -75.135681490459405, 40.001301304925001 ], [ -75.135686588005996, 40.001278455048102 ], [ -75.135642097215197, 40.001272587568302 ], [ -75.135650179433, 40.001236348877299 ], [ -75.135399478931504, 40.001203277381798 ], [ -75.135360516428506, 40.001198138262701 ], [ -75.135394874550997, 40.001044083263203 ], [ -75.135396256943295, 40.001037886422303 ], [ -75.135405799363397, 40.001039145568697 ], [ -75.135820150340805, 40.001093802165599 ], [ -75.135818468930097, 40.0011013381054 ], [ -75.135813420513003, 40.001123978491599 ], [ -75.135852637985096, 40.0011291514204 ], [ -75.135837466860593, 40.001197174484403 ], [ -75.136095705133101, 40.001231237711103 ], [ -75.136063929383198, 40.001373717220197 ], [ -75.136102909511905, 40.001378858750897 ], [ -75.136101514682096, 40.001385113882399 ], [ -75.136087149136898, 40.001449525318797 ], [ -75.136077286083307, 40.0014482240151 ], [ -75.136067937377206, 40.001446990736298 ], [ -75.136066556587807, 40.0014531853679 ], [ -75.135902943763995, 40.002186810130702 ], [ -75.135893082070098, 40.002185508844498 ], [ -75.135871567831003, 40.002182671769297 ], [ -75.1358701855454, 40.002188866365202 ], [ -75.1358609102342, 40.002230455885901 ], [ -75.135851048534803, 40.002229154596101 ], [ -75.135847762736006, 40.002228721616198 ], [ -75.135846380447404, 40.002234916211698 ], [ -75.135830553725796, 40.002305886463603 ], [ -75.135820691972697, 40.002304586296603 ], [ -75.135359411812701, 40.002243739833297 ], [ -75.135337131170104, 40.0022408007314 ], [ -75.135337934753295, 40.002237199171198 ], [ -75.135273906500601, 40.002228753400097 ], [ -75.135294526941195, 40.002136301615899 ], [ -75.135284271799094, 40.002134949643299 ], [ -75.135290040633095, 40.0021090865039 ], [ -75.135186449124504, 40.002095423655199 ], [ -75.135208123142107, 40.001998242981998 ], [ -75.135184652075196, 40.001995148337798 ], [ -75.135267952195406, 40.001621656673102 ] ], [ [ -75.135481960507704, 40.002028558667199 ], [ -75.135774078061303, 40.002065340351699 ], [ -75.1357840163529, 40.002066591583997 ], [ -75.135842429128701, 40.001792207432501 ], [ -75.135766186393596, 40.001782606408597 ], [ -75.135769811941401, 40.001765580786497 ], [ -75.135671360840504, 40.001753184230203 ], [ -75.135674744984101, 40.001737294034101 ], [ -75.135661300153401, 40.001735601399503 ], [ -75.135666996311798, 40.001708844576498 ], [ -75.135553080492002, 40.001694500919001 ], [ -75.135551771878099, 40.001700645380502 ], [ -75.135481960507704, 40.002028558667199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 410, "AUN": 226514402, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "NAZARETH ACADEMY HIGH SCHOOL", "SCHOOL_NAME_LABEL": "NAZARETH ACADEMY HIGH SCHOOL", "STREET_ADDRESS": "4001 GRANT AVE", "ZIP_CODE": "19114", "PHONE_NUMBER": "(215) 637-7676", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 5975.8671875, "Shape__Length": 608.13679057209913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.9869441985512, 40.059707336221997 ], [ -74.986802543571997, 40.059580859408001 ], [ -74.986804197579801, 40.059579766095297 ], [ -74.987109964240801, 40.059377565023397 ], [ -74.987218624635702, 40.059305708181498 ], [ -74.987219163961896, 40.059305350586698 ], [ -74.987270523153001, 40.059351206457798 ], [ -74.987330896168402, 40.059311281187199 ], [ -74.987321026577703, 40.0593024690817 ], [ -74.987344514212197, 40.059286935169503 ], [ -74.987252567794798, 40.059204842335397 ], [ -74.987356601657098, 40.059136044750403 ], [ -74.987408058418296, 40.059181987382601 ], [ -74.987532160072902, 40.0590999185127 ], [ -74.987484116272, 40.059057021384902 ], [ -74.987541774395794, 40.059018891437297 ], [ -74.987572822318299, 40.058998359252399 ], [ -74.987633039658306, 40.058958537092799 ], [ -74.987643965830301, 40.058968291411503 ], [ -74.987659313260195, 40.058981996208203 ], [ -74.987682445613103, 40.059002648432397 ], [ -74.987807703548796, 40.058919813015102 ], [ -74.987752630237594, 40.058870638888003 ], [ -74.987859696903001, 40.058799834574302 ], [ -74.987864112575494, 40.058803778153397 ], [ -74.987951940441306, 40.058882194246202 ], [ -74.987952279887395, 40.058882497506197 ], [ -74.9879688017147, 40.058871571666003 ], [ -74.987974209545996, 40.058867996034401 ], [ -74.988042640597698, 40.058929094661998 ], [ -74.988022395484407, 40.058943299869597 ], [ -74.988146111462001, 40.059051590655699 ], [ -74.988035805850302, 40.059124468671499 ], [ -74.988031659307794, 40.059120754583901 ], [ -74.987984509606093, 40.059078534693697 ], [ -74.987982878236494, 40.0590796127983 ], [ -74.987969757855396, 40.059088286650102 ], [ -74.987959028130703, 40.059078278029801 ], [ -74.987863474738703, 40.0591424311582 ], [ -74.987830282579594, 40.059148846211897 ], [ -74.987931773607201, 40.059236516988399 ], [ -74.987934553212199, 40.059238918702199 ], [ -74.987952598688395, 40.059226898652703 ], [ -74.987952659004605, 40.0592268573021 ], [ -74.987955132289599, 40.059229042153198 ], [ -74.988015811038295, 40.059282615226401 ], [ -74.988008314071706, 40.0592876747044 ], [ -74.988057559204194, 40.059330671439099 ], [ -74.988031643652107, 40.059353638373103 ], [ -74.988045439703001, 40.059365956471296 ], [ -74.988045440407504, 40.059402373113798 ], [ -74.988037183898001, 40.059407834457303 ], [ -74.988000068236104, 40.059432379324299 ], [ -74.987926656542101, 40.059417812569301 ], [ -74.987906895842499, 40.0594308805453 ], [ -74.987902292394693, 40.059433923609298 ], [ -74.987788559218004, 40.059332378281397 ], [ -74.987752254531301, 40.059299963584998 ], [ -74.987695574138897, 40.059249356398702 ], [ -74.987578627735999, 40.059326693427103 ], [ -74.987644184894606, 40.059385224979899 ], [ -74.987583643312803, 40.059425261245302 ], [ -74.987537391342997, 40.059455845334497 ], [ -74.987529974253306, 40.0594492232402 ], [ -74.987414641937406, 40.059346249183399 ], [ -74.987389080057, 40.059363153541199 ], [ -74.987387155080398, 40.059361434648203 ], [ -74.987381602177294, 40.059356477037198 ], [ -74.987380094438507, 40.059355130856403 ], [ -74.987316857789395, 40.0593969493682 ], [ -74.987367913041894, 40.059442533195302 ], [ -74.9873687234941, 40.059443256641799 ], [ -74.987290525266204, 40.059494969526902 ], [ -74.986954915347894, 40.059716905356503 ], [ -74.9869441985512, 40.059707336221997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 411, "AUN": 326512996, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "NEW OAKS ACADEMY", "SCHOOL_NAME_LABEL": "NEW OAKS ACADEMY", "STREET_ADDRESS": "4200 MONUMENT ST", "ZIP_CODE": "19131", "PHONE_NUMBER": "(215) 581- 3879", "ACTIVE": null, "GRADE_LEVEL": "UNGRADED", "GRADE_ORG": "5-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 12447.3515625, "Shape__Length": 1675.6151754510468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213904976969204, 40.000473945303 ], [ -75.213911384267703, 40.000410183402103 ], [ -75.213792708066805, 40.000386308087798 ], [ -75.213818190841195, 40.000320045001601 ], [ -75.213904692533802, 40.000337512923799 ], [ -75.213913410951207, 40.000309775645597 ], [ -75.213938883017306, 40.000299744857301 ], [ -75.213949623056195, 40.0002650875049 ], [ -75.213759528128406, 40.0002257713573 ], [ -75.213779973502298, 40.000164402044099 ], [ -75.213781100604294, 40.000164611650398 ], [ -75.213799428209896, 40.000168014641197 ], [ -75.213810820641399, 40.000132555182198 ], [ -75.213853065890504, 40.000139234622097 ], [ -75.213860433837098, 40.000108132684801 ], [ -75.213994569347093, 40.000134130057802 ], [ -75.214050883681097, 39.9999851390507 ], [ -75.214137458968395, 40.0000032143544 ], [ -75.214131349964902, 40.000018530435099 ], [ -75.214182312180498, 40.0000277775749 ], [ -75.214134693272399, 40.000158237936802 ], [ -75.214250362979698, 40.000181870798599 ], [ -75.214312732636301, 40.000155684614697 ], [ -75.214314418204594, 40.000156037196398 ], [ -75.214400047267105, 40.000173968633803 ], [ -75.214411042806205, 40.000176265779899 ], [ -75.214422666184106, 40.000158652298801 ], [ -75.214433263851006, 40.000160505922203 ], [ -75.214458573892998, 40.000164927991001 ], [ -75.214435771527306, 40.000229392094901 ], [ -75.214454889508303, 40.000234023156302 ], [ -75.214431090806798, 40.000299010358702 ], [ -75.214452869046397, 40.000303619088001 ], [ -75.214516577397006, 40.0001343655114 ], [ -75.214490202113197, 40.000128744122101 ], [ -75.214475762128501, 40.000125665873199 ], [ -75.214478699380507, 40.000117087904002 ], [ -75.214482719689997, 40.000105349946701 ], [ -75.214444972119395, 40.000097717037299 ], [ -75.2144408123321, 40.0000968762022 ], [ -75.2144491925268, 40.000073758054199 ], [ -75.214453235858798, 40.000074501711701 ], [ -75.214456243556597, 40.000075056936197 ], [ -75.214472657716698, 40.000027777966402 ], [ -75.214508530940805, 40.000034779314198 ], [ -75.214513623327903, 40.000020175076699 ], [ -75.214510496945394, 40.000018954997202 ], [ -75.214516920178497, 39.999997221707197 ], [ -75.214585297719594, 40.0000110474694 ], [ -75.214626228315495, 40.000019323894499 ], [ -75.214625234957794, 40.000021729024603 ], [ -75.214622197418393, 40.000029071538201 ], [ -75.214637916918306, 40.000032355975399 ], [ -75.214642613917604, 40.0000252415742 ], [ -75.214681994466005, 39.999965569733199 ], [ -75.214704877559598, 39.999930898939297 ], [ -75.214773163762104, 39.999827429251198 ], [ -75.214773567264999, 39.999826819851002 ], [ -75.214783460161399, 39.999830682876301 ], [ -75.214798917393196, 39.999807260361898 ], [ -75.214827393863402, 39.999818376883603 ], [ -75.2148386598613, 39.999801309586502 ], [ -75.214846616582903, 39.999789254226002 ], [ -75.214851548101606, 39.999781780091098 ], [ -75.214826965021999, 39.999724709577897 ], [ -75.214821984257895, 39.999713146744398 ], [ -75.214782549358901, 39.999621594693203 ], [ -75.214774300750904, 39.999602443094702 ], [ -75.214763356868204, 39.999577036468999 ], [ -75.214682551423707, 39.999810248482198 ], [ -75.214640303859497, 39.999802536522203 ], [ -75.214624212554696, 39.999847487926402 ], [ -75.214520003958299, 39.999826989518702 ], [ -75.214501503626707, 39.999823350819099 ], [ -75.214517929417497, 39.999776855971596 ], [ -75.214525640207896, 39.999778133381902 ], [ -75.214530528957198, 39.999763844501402 ], [ -75.214531773177299, 39.9997602116688 ], [ -75.214533019196494, 39.999756569866001 ], [ -75.214562188125299, 39.999761964630302 ], [ -75.214639149340499, 39.999539864970203 ], [ -75.214639975002598, 39.999537479787698 ], [ -75.214603765824506, 39.999530030691602 ], [ -75.214597395313405, 39.999552118792202 ], [ -75.214414671349303, 39.999514870977897 ], [ -75.214404612088202, 39.999541581940399 ], [ -75.214444844942705, 39.999548260643699 ], [ -75.2144460784248, 39.999545033024901 ], [ -75.214462278752293, 39.999548261660401 ], [ -75.214460472817805, 39.999554113187301 ], [ -75.214453560474297, 39.999576513673503 ], [ -75.214439708959901, 39.999573797552799 ], [ -75.214431097098696, 39.999597317158702 ], [ -75.2143892676538, 39.999590138044297 ], [ -75.214388100378201, 39.999591906378299 ], [ -75.214374261351907, 39.999588816610498 ], [ -75.214362313261503, 39.999586148154698 ], [ -75.214355995710505, 39.999584738200703 ], [ -75.214357794862295, 39.999578990140499 ], [ -75.214364950767703, 39.999556107372896 ], [ -75.214370649870801, 39.9995378832593 ], [ -75.214371418240404, 39.999535424732997 ], [ -75.214290973250698, 39.999519121446703 ], [ -75.214272513461793, 39.999515379988502 ], [ -75.214365990783307, 39.999247443152299 ], [ -75.214367402808307, 39.999243395062898 ], [ -75.214374443492204, 39.999243909853099 ], [ -75.214377795933501, 39.9992320952041 ], [ -75.214560515144896, 39.999266272831598 ], [ -75.214559505438103, 39.999268959162499 ], [ -75.214555782700501, 39.999278847633398 ], [ -75.214493132956903, 39.999267538250898 ], [ -75.214438477497396, 39.999423952034398 ], [ -75.214456952204401, 39.999427646493203 ], [ -75.214577279312294, 39.9994517040288 ], [ -75.214615251900895, 39.999341764727198 ], [ -75.214616002438504, 39.999339587368198 ], [ -75.214616844621901, 39.999337151869497 ], [ -75.214612510597405, 39.999336272277702 ], [ -75.214601862777002, 39.999334117977803 ], [ -75.214594043398407, 39.999332534085603 ], [ -75.214597573173606, 39.999322558009197 ], [ -75.214591364915606, 39.9993209669028 ], [ -75.214598404231495, 39.999299909451899 ], [ -75.214603769013607, 39.999300166468402 ], [ -75.214606342064201, 39.999291693078 ], [ -75.214607121940503, 39.999289122179498 ], [ -75.2148461717169, 39.999339724184402 ], [ -75.214845966800297, 39.999340309814102 ], [ -75.214777103776697, 39.999535685702497 ], [ -75.214795410714103, 39.9995398742033 ], [ -75.214799566270003, 39.999540827557702 ], [ -75.214798879985906, 39.9995428137481 ], [ -75.214788837609305, 39.9995719003754 ], [ -75.214872316563202, 39.999765814632099 ], [ -75.214880699290703, 39.999764274338297 ], [ -75.214847843696305, 39.999679003417903 ], [ -75.214849693247302, 39.999678532945701 ], [ -75.214924263974396, 39.999659517552203 ], [ -75.215012766460006, 39.999636950101497 ], [ -75.215106678727295, 39.999613001876199 ], [ -75.215161326825907, 39.999743220526497 ], [ -75.215055378636904, 39.999769671344602 ], [ -75.215061153148, 39.999774095501799 ], [ -75.215056449852995, 39.999781223294796 ], [ -75.215139098003405, 39.999813486342902 ], [ -75.215291815448595, 39.999873101122098 ], [ -75.215292454872696, 39.999873350626899 ], [ -75.215302112874696, 39.9998587142696 ], [ -75.215301344988802, 39.999858414625997 ], [ -75.215270366995995, 39.999846322843602 ], [ -75.2152715545771, 39.999844520035701 ], [ -75.215297988775703, 39.999804468606598 ], [ -75.215328894559903, 39.999816532883798 ], [ -75.215376946504307, 39.999743723113802 ], [ -75.215351694240994, 39.9997337546137 ], [ -75.215335412997106, 39.999750697708102 ], [ -75.215279375015101, 39.999732157815401 ], [ -75.215166782550895, 39.999473162626003 ], [ -75.2153188561593, 39.999434396497598 ], [ -75.215411153686404, 39.999660597538103 ], [ -75.215428951849404, 39.999664922241699 ], [ -75.215470040363698, 39.999602663697303 ], [ -75.2154634570648, 39.999600094657502 ], [ -75.215486082084098, 39.999565811082398 ], [ -75.215492558489302, 39.9995683405945 ], [ -75.215530498968704, 39.999510853149303 ], [ -75.215547915386196, 39.9995070040953 ], [ -75.215552581351403, 39.999499932898203 ], [ -75.215605458128394, 39.999489149655197 ], [ -75.215621873702403, 39.999495557776697 ], [ -75.215769240245905, 39.999553082857702 ], [ -75.215753598700502, 39.999576785240301 ], [ -75.215753226194096, 39.9995773491517 ], [ -75.215720383447106, 39.999564528184401 ], [ -75.215716133491398, 39.999570968862102 ], [ -75.215722917045596, 39.999586809530904 ], [ -75.215463746580497, 39.9999795132427 ], [ -75.215445000953096, 39.999984640515599 ], [ -75.215425179145498, 40.0000146746927 ], [ -75.215439182900198, 40.000049996735001 ], [ -75.2153955406541, 40.000116124997199 ], [ -75.215376138130793, 40.0001216657312 ], [ -75.215278906846706, 40.000083712035803 ], [ -75.215274889797101, 40.000070220964503 ], [ -75.215284670398603, 40.000055400357603 ], [ -75.215276591711003, 40.000052247553597 ], [ -75.215263358699403, 40.0000470820831 ], [ -75.215051851719096, 39.999964518063798 ], [ -75.215081190089506, 40.000048339477203 ], [ -75.215075154704394, 40.000049960902402 ], [ -75.215061076877603, 40.000053734945901 ], [ -75.215054330211501, 40.000034751686698 ], [ -75.215026622588297, 39.999956792367598 ], [ -75.214961235740105, 39.999931268103801 ], [ -75.214943994507806, 39.999924537568397 ], [ -75.214911844690604, 39.999973249705199 ], [ -75.214916166148299, 39.999986233943197 ], [ -75.214964868932796, 40.000005244981402 ], [ -75.214938378464694, 40.000045384070702 ], [ -75.214938009043394, 40.000045943542901 ], [ -75.214907575226107, 40.000034063026497 ], [ -75.2148910440865, 40.0000276105811 ], [ -75.214871875806693, 40.000032603414297 ], [ -75.214854133727698, 40.000059486002499 ], [ -75.214863258239404, 40.000077615155 ], [ -75.214837106176006, 40.000087116430301 ], [ -75.215065432778005, 40.000347042444403 ], [ -75.215060403753895, 40.000350381098002 ], [ -75.2150637518765, 40.000354488132203 ], [ -75.215057721123699, 40.000357828316901 ], [ -75.215060402985003, 40.000361423962602 ], [ -75.215050344635898, 40.000366304893802 ], [ -75.215054698834606, 40.000370411619301 ], [ -75.215026869260001, 40.000384794230897 ], [ -75.215029552719997, 40.000387876342501 ], [ -75.215032904738706, 40.0003855638384 ], [ -75.215052024912197, 40.000409711633701 ], [ -75.215019493808398, 40.000427172081203 ], [ -75.215013128356404, 40.000419982318697 ], [ -75.215002063688004, 40.000425889562997 ], [ -75.215005079985801, 40.000430255066298 ], [ -75.214970459555701, 40.000448488147001 ], [ -75.214962165940804, 40.000452856178299 ], [ -75.214938198769602, 40.0004257598031 ], [ -75.214881365854694, 40.000361506827197 ], [ -75.214871975392199, 40.000350891775902 ], [ -75.214852022317004, 40.000361683232299 ], [ -75.214849178095093, 40.000363220822699 ], [ -75.214765693075194, 40.000270757920603 ], [ -75.214773161153801, 40.000266692653398 ], [ -75.214788829329507, 40.000258175086302 ], [ -75.214719452703605, 40.000178579155502 ], [ -75.2147167438944, 40.000175470572501 ], [ -75.214536700105995, 40.0001384826557 ], [ -75.214466286184802, 40.0003339322557 ], [ -75.214424378110806, 40.000325199454899 ], [ -75.214422022397898, 40.0003321256698 ], [ -75.214400572135901, 40.000328537804201 ], [ -75.214380789581298, 40.000386838183204 ], [ -75.214357065181105, 40.000382226998802 ], [ -75.214338552951503, 40.000378628558401 ], [ -75.214358653842893, 40.000320824009997 ], [ -75.214148098945699, 40.000277666578697 ], [ -75.214132012845397, 40.000322623669 ], [ -75.214240979530899, 40.000345998091603 ], [ -75.214240200614796, 40.000348228881798 ], [ -75.214226885758094, 40.000386310622503 ], [ -75.214242979747496, 40.000389137116898 ], [ -75.214222872233805, 40.000447703972704 ], [ -75.214066629368702, 40.000415853064503 ], [ -75.214048860995604, 40.000465934588199 ], [ -75.2139912162652, 40.0004633918793 ], [ -75.213961683366307, 40.000547092237298 ], [ -75.213916838463803, 40.000537355081299 ], [ -75.213912674946798, 40.000536456706399 ], [ -75.213898998438694, 40.000533480847999 ], [ -75.213903455185005, 40.000489085656099 ], [ -75.213904976969204, 40.000473945303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 412, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": null, "SCHOOL_NAME_LABEL": "BOYS LATIN OF PHILADELPHIA CHARTER SCHOOL", "STREET_ADDRESS": "344 N FELTON ST", "ZIP_CODE": "19139", "PHONE_NUMBER": "(2150 387-5149", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 8920.69140625, "Shape__Length": 378.56973480132217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245296357942195, 39.968737187795902 ], [ -75.244573697945796, 39.968650131154703 ], [ -75.244524204548199, 39.9686446986695 ], [ -75.244522828668707, 39.968644539109 ], [ -75.2445343832578, 39.968589695723999 ], [ -75.244609397083707, 39.968233724152903 ], [ -75.244652812022807, 39.968028472117197 ], [ -75.244665143473696, 39.9679701802431 ], [ -75.244666820823397, 39.967962204792599 ], [ -75.245005503592793, 39.9680039179771 ], [ -75.245016554493304, 39.968005351920603 ], [ -75.245456859470593, 39.9680597270034 ], [ -75.245399120519195, 39.968330788188602 ], [ -75.245348580172106, 39.968572539537703 ], [ -75.245326757524396, 39.968676904884099 ], [ -75.245317091793098, 39.968723133284001 ], [ -75.245313711099797, 39.9687392762211 ], [ -75.245296357942195, 39.968737187795902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 413, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": null, "SCHOOL_NAME_LABEL": "ESPERANZA ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "3150 N MASCHER ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(215) 999-0203", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 4581.69140625, "Shape__Length": 294.44397939684183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131449625647605, 39.998337668615697 ], [ -75.131486554677096, 39.9981725072941 ], [ -75.131506750992003, 39.998096624145298 ], [ -75.131542731993406, 39.9979680013994 ], [ -75.131544724228107, 39.997960921988501 ], [ -75.131655034523405, 39.997977784750297 ], [ -75.131821280622702, 39.998000742569602 ], [ -75.131830140037593, 39.998004169179303 ], [ -75.131836769979003, 39.998006738520999 ], [ -75.131921716218699, 39.998017687322502 ], [ -75.131889645933597, 39.998165033685403 ], [ -75.131885256206502, 39.998189210555097 ], [ -75.131858469778294, 39.998328344069897 ], [ -75.131833991080995, 39.998441350937398 ], [ -75.131815626880794, 39.998525707263902 ], [ -75.131774636266599, 39.9987168415607 ], [ -75.131376021915401, 39.998661952282802 ], [ -75.131439492631102, 39.998383024827099 ], [ -75.131449625647605, 39.998337668615697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 414, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": null, "SCHOOL_NAME_LABEL": "ESPERANZA ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "4261 N 5TH ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(267) 270-4044", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 25634.7109375, "Shape__Length": 736.91689993917726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134096932714399, 40.015315778468 ], [ -75.134430393317601, 40.0154173822174 ], [ -75.134464572920294, 40.0154339174575 ], [ -75.134510447051397, 40.0152286697273 ], [ -75.1344587505791, 40.0151062458987 ], [ -75.134736279989497, 40.015142621164202 ], [ -75.134930012338998, 40.015577360137598 ], [ -75.134830990212805, 40.016022112668402 ], [ -75.134714343856402, 40.0165460161924 ], [ -75.133394843348597, 40.0163716658708 ], [ -75.133621606266203, 40.015357118745598 ], [ -75.133403085120804, 40.015328244020303 ], [ -75.133466575566004, 40.015304025196698 ], [ -75.133533558455696, 40.015286217867398 ], [ -75.133602945941007, 40.015275113722097 ], [ -75.133673606131097, 40.015270893073399 ], [ -75.133744390985399, 40.015273623240901 ], [ -75.133921669321595, 40.015289728332299 ], [ -75.134096932714399, 40.015315778468 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 415, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": null, "SCHOOL_NAME_LABEL": "AD PRIMA CHARTER SCHOOL", "STREET_ADDRESS": "8034 THOURON AVE", "ZIP_CODE": "19150", "PHONE_NUMBER": "(215) 488-7095", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 5044.3515625, "Shape__Length": 365.35620005472163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170970193933698, 40.072494111035198 ], [ -75.171178898990803, 40.072276309406902 ], [ -75.171255238548198, 40.072319757255002 ], [ -75.171423152311107, 40.072415455114999 ], [ -75.171590505760093, 40.0725109802177 ], [ -75.171754067953202, 40.072604130316599 ], [ -75.171966505154401, 40.072385815248197 ], [ -75.172134481506305, 40.072482094597902 ], [ -75.1717115817668, 40.072924218136599 ], [ -75.170970193933698, 40.072494111035198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 416, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "KIPP PHILADELPHIA OCTAVIUS CATTO ELEMENTARY", "SCHOOL_NAME_LABEL": "KIPP OCTAVIUS CATTO ELEMENTARY", "STREET_ADDRESS": "4601 MARKET ST", "ZIP_CODE": "19139", "PHONE_NUMBER": "(267) 417-3070", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY", "GRADE_ORG": "K-3", "ENROLLMENT": 398, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 91884.62890625, "Shape__Length": 1850.4839775738678 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216527830288101, 39.960489362548998 ], [ -75.2165263459691, 39.960489173223301 ], [ -75.216490927332799, 39.960484665462602 ], [ -75.216507332916507, 39.960323385956499 ], [ -75.216011074997297, 39.960249304496401 ], [ -75.215966340580593, 39.960247709404698 ], [ -75.215921949072396, 39.960243159828998 ], [ -75.215672119014897, 39.960207358809498 ], [ -75.215586832515896, 39.960246949032303 ], [ -75.215547709651304, 39.9604086343763 ], [ -75.215389132794201, 39.960386757537997 ], [ -75.215356215691102, 39.9603887964007 ], [ -75.215324466112406, 39.960399162646098 ], [ -75.215244797135995, 39.960434377355703 ], [ -75.215198099638599, 39.960477862982998 ], [ -75.214750712153602, 39.960412167409501 ], [ -75.214371758569698, 39.960597692811803 ], [ -75.214335182620303, 39.960633253365799 ], [ -75.214292502000902, 39.960806611030797 ], [ -75.214371018332997, 39.960867872108302 ], [ -75.215216183146595, 39.9609826541788 ], [ -75.214890113807598, 39.962348795127099 ], [ -75.213786262545796, 39.962427773540902 ], [ -75.213799864262896, 39.962372797771501 ], [ -75.213811849850401, 39.962324337682901 ], [ -75.213823836883194, 39.962275877625402 ], [ -75.213835822478501, 39.962227416408801 ], [ -75.213847808014606, 39.962178956316301 ], [ -75.2138597935337, 39.9621304962225 ], [ -75.213871779077706, 39.962082035001998 ], [ -75.213888521859403, 39.962014347951602 ], [ -75.213905264565597, 39.961946662023998 ], [ -75.213917250044801, 39.961898200798601 ], [ -75.2139292369272, 39.961849740729498 ], [ -75.213941222372199, 39.961801279501401 ], [ -75.213953207757996, 39.961752819397397 ], [ -75.213965193126796, 39.961704359292 ], [ -75.213977179982905, 39.961655898092303 ], [ -75.213993862381599, 39.961588450713698 ], [ -75.214010544747097, 39.9615210033325 ], [ -75.2140225300341, 39.9614725432208 ], [ -75.214034515303993, 39.9614240831079 ], [ -75.214046500598798, 39.961375621868299 ], [ -75.214058487296896, 39.9613271617851 ], [ -75.214070472557495, 39.961278700542898 ], [ -75.214082457759005, 39.961230240424698 ], [ -75.214099174446901, 39.961162653011002 ], [ -75.214115889639103, 39.961095065562503 ], [ -75.214127876280202, 39.9610466043464 ], [ -75.214139861399801, 39.960998144221897 ], [ -75.214151846544397, 39.960949682970799 ], [ -75.214163831629904, 39.960901222843702 ], [ -75.214175818160598, 39.960852762747599 ], [ -75.214205760726301, 39.960731698136499 ], [ -75.213680098931604, 39.960654709838998 ], [ -75.214134367765297, 39.9588180014484 ], [ -75.216844198552906, 39.959163682664098 ], [ -75.216527830288101, 39.960489362548998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 417, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "MARITIME ACADEMY CHARTER SCHOOL (MACS)", "SCHOOL_NAME_LABEL": "MARITIME ACADEMY CHARTER SCHOOL (MACS)", "STREET_ADDRESS": "2700 E HUNTINGDON ST", "ZIP_CODE": "19125", "PHONE_NUMBER": "(215) 427-3090", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 5637.2734375, "Shape__Length": 364.9643760799205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116573936217904, 39.9764252867975 ], [ -75.117627056111502, 39.975871769859197 ], [ -75.117635462063404, 39.975867351666203 ], [ -75.117829802707206, 39.976094395437102 ], [ -75.117828218583696, 39.976095229721203 ], [ -75.117461753321507, 39.976287615569603 ], [ -75.116771038190294, 39.976650235550103 ], [ -75.116716973927595, 39.976588721663902 ], [ -75.116713542768494, 39.976584822561101 ], [ -75.116573936217904, 39.9764252867975 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 418, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "MASTERY CHARTER SCHOOL THOMAS CAMPUS", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL THOMAS CAMPUS", "STREET_ADDRESS": "814 BIGLER ST", "ZIP_CODE": "19148", "PHONE_NUMBER": "(267) 296-7000", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-6", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 4297.65625, "Shape__Length": 439.68511385630893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163052369427206, 39.912974989395401 ], [ -75.163051538011302, 39.912978812347497 ], [ -75.163046237294594, 39.912978129605101 ], [ -75.163045512183999, 39.912981465027798 ], [ -75.163029359799907, 39.912979381869299 ], [ -75.163011920748602, 39.912977134522897 ], [ -75.163013119446504, 39.912971615809603 ], [ -75.162999780406295, 39.912969895716898 ], [ -75.162913433873001, 39.912958763683598 ], [ -75.162964379278407, 39.912724433531203 ], [ -75.162948034792294, 39.912722326878502 ], [ -75.162952137248396, 39.912703456415599 ], [ -75.162949088128499, 39.912703063245402 ], [ -75.162947413340206, 39.912686616801899 ], [ -75.162956656866598, 39.912669087731899 ], [ -75.162960132394204, 39.912669536701003 ], [ -75.163029100389494, 39.9123523040248 ], [ -75.163029855474605, 39.912348834126099 ], [ -75.163032801254602, 39.912349213699997 ], [ -75.163294107734004, 39.912382900426799 ], [ -75.163228505296701, 39.9126846688768 ], [ -75.163244172832904, 39.9126872309973 ], [ -75.163244286480506, 39.912686704213897 ], [ -75.163265630707997, 39.912587964651799 ], [ -75.163276692426194, 39.912589531968798 ], [ -75.163309215812802, 39.912594136764703 ], [ -75.163293792584, 39.912667685709401 ], [ -75.163284045829698, 39.912666806931902 ], [ -75.1632828316814, 39.912666697320098 ], [ -75.163270994799205, 39.912665629472997 ], [ -75.163262947866897, 39.912708833019799 ], [ -75.163253564651896, 39.912709585399298 ], [ -75.163242780653903, 39.912759185230797 ], [ -75.163197657987297, 39.912753366966598 ], [ -75.163192559595899, 39.912752710194802 ], [ -75.163183656165401, 39.912793667773201 ], [ -75.163290644889898, 39.912807461571397 ], [ -75.163377713194393, 39.912818686194299 ], [ -75.163378699125403, 39.912814145912598 ], [ -75.163410934036804, 39.912818301543901 ], [ -75.163410012103597, 39.9128225436815 ], [ -75.163735113632399, 39.912864455540003 ], [ -75.163746589675299, 39.912865936423799 ], [ -75.163750680967397, 39.912847123125303 ], [ -75.163806489672297, 39.912854315251003 ], [ -75.163813680890399, 39.912855244458697 ], [ -75.163811004026101, 39.912867557291698 ], [ -75.163846835394295, 39.912872175732701 ], [ -75.163812907771401, 39.913028245944297 ], [ -75.1631489146219, 39.912942645345701 ], [ -75.163139562598502, 39.912985666266003 ], [ -75.163052488317106, 39.912974440204998 ], [ -75.163052369427206, 39.912974989395401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 419, "AUN": 226510682, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "BLAIR CHRISTIAN ACADEMY & PRESCHOOL", "SCHOOL_NAME_LABEL": "BLAIR CHRISTIAN ACADEMY & PRESCHOOL", "STREET_ADDRESS": "212-20 W UPSAL ST", "ZIP_CODE": "19119", "PHONE_NUMBER": "(215) 438-6557", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 14140.9140625, "Shape__Length": 512.73732123048705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187067766762894, 40.044483272500798 ], [ -75.186632511521395, 40.044218301991798 ], [ -75.186564730416606, 40.044281048094703 ], [ -75.1863174073317, 40.044123230325198 ], [ -75.186271777826704, 40.044165472673001 ], [ -75.185860518051001, 40.0439030450312 ], [ -75.186404099020393, 40.043375480144498 ], [ -75.187513434629096, 40.0440508130376 ], [ -75.187067766762894, 40.044483272500798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 420, "AUN": 126515001, "SCHOOL_NUM": 7256, "LOCATION_ID": "5200", "SCHOOL_NAME": "ADAIRE, ALEXANDER SCHOOL", "SCHOOL_NAME_LABEL": "ALEXANDER ADAIRE SCHOOL", "STREET_ADDRESS": "1300 E PALMER ST", "ZIP_CODE": "19125", "PHONE_NUMBER": "(215) 400-7480", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 450, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 11936.6484375, "Shape__Length": 445.7650991146582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129324942807401, 39.9724050088791 ], [ -75.130203186666606, 39.972100432645199 ], [ -75.130600771368606, 39.972835403916697 ], [ -75.130386088472804, 39.9729098564491 ], [ -75.130376329995499, 39.972913241153996 ], [ -75.130329978409506, 39.972929315984302 ], [ -75.130285524496799, 39.972944732446201 ], [ -75.130240257431197, 39.972960432170403 ], [ -75.130194174373102, 39.972976412838698 ], [ -75.130166753666103, 39.9729257246616 ], [ -75.130121485166498, 39.972941423180302 ], [ -75.130075946591006, 39.972957215754498 ], [ -75.130030407950997, 39.972973009435897 ], [ -75.1299848693332, 39.972988801973997 ], [ -75.129939059132894, 39.973004689658801 ], [ -75.129695099370394, 39.973089294896702 ], [ -75.129324942807401, 39.9724050088791 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 421, "AUN": 126515001, "SCHOOL_NUM": 8029, "LOCATION_ID": "1200", "SCHOOL_NAME": "BARRY, JOHN ELEMENTARY SCHOOL", "SCHOOL_NAME_LABEL": "JOHN BARRY SCHOOL", "STREET_ADDRESS": "5900 RACE ST", "ZIP_CODE": "19139", "PHONE_NUMBER": "(215) 400-7640", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 446, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 6964.125, "Shape__Length": 352.7760454043235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238426659596897, 39.963960979947998 ], [ -75.238684737903796, 39.963993451580897 ], [ -75.238696860351695, 39.9639947812122 ], [ -75.238956163807103, 39.964026425352898 ], [ -75.238787267606099, 39.964820077140899 ], [ -75.2382581677644, 39.964753190467498 ], [ -75.238426659596897, 39.963960979947998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 422, "AUN": 126515001, "SCHOOL_NUM": null, "LOCATION_ID": "8780", "SCHOOL_NAME": "PHILADELPHIA VIRTUAL ACADEMY", "SCHOOL_NAME_LABEL": "PHILADELPHIA VIRTUAL ACADEMY", "STREET_ADDRESS": "440 N BROAD ST", "ZIP_CODE": "19130", "PHONE_NUMBER": "(215) 400-3110", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-12", "ENROLLMENT": 921, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 33046.546875, "Shape__Length": 742.73940522822181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162125410030001, 39.9602016989001 ], [ -75.1627629181788, 39.960279138178002 ], [ -75.162753638120805, 39.960329738355902 ], [ -75.163498938439602, 39.9604244507765 ], [ -75.163189281384604, 39.961834113813303 ], [ -75.161796711645593, 39.961657919588603 ], [ -75.162125410030001, 39.9602016989001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 423, "AUN": 226518002, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST HUBERTS CATHOLIC HIGH SCHOOL", "SCHOOL_NAME_LABEL": "ST HUBERT CATHOLIC HIGH SCHOOL FOR GIRLS", "STREET_ADDRESS": "7320 TORRESDALE AVE", "ZIP_CODE": "19136", "PHONE_NUMBER": "(215) 624-6840", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 26272.5546875, "Shape__Length": 848.57214532613762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.035091051997597, 40.030302502710299 ], [ -75.035547844771301, 40.030846276855002 ], [ -75.033151494800805, 40.032152957344998 ], [ -75.032851191911504, 40.031811996559 ], [ -75.032813681142798, 40.031769404917597 ], [ -75.0328105325233, 40.031765816311797 ], [ -75.032862022695895, 40.031739243767298 ], [ -75.032910990868501, 40.031714253704699 ], [ -75.032960455780199, 40.031688969015804 ], [ -75.033007566207601, 40.031664888953898 ], [ -75.033055249995201, 40.031639771583301 ], [ -75.0331003281091, 40.031616497154403 ], [ -75.0331507531656, 40.0315903194047 ], [ -75.033196351498205, 40.0315667486352 ], [ -75.033247317977697, 40.031540403441902 ], [ -75.033357958118998, 40.0314686882122 ], [ -75.033407517878899, 40.031442891981399 ], [ -75.033454656510798, 40.031418355126 ], [ -75.033501842986198, 40.031393793478401 ], [ -75.033547908626502, 40.031369815764897 ], [ -75.033595127913699, 40.031345237961901 ], [ -75.033641329891793, 40.031321037047398 ], [ -75.033688601177403, 40.031296329784503 ], [ -75.033735515215994, 40.031271615179897 ], [ -75.033781026879296, 40.0312479295063 ], [ -75.033896502752, 40.031180052883599 ], [ -75.033943635057497, 40.031155628317798 ], [ -75.033991250583597, 40.031130953855701 ], [ -75.034040374322501, 40.031105496209797 ], [ -75.034088326472997, 40.031080646080198 ], [ -75.034127866880198, 40.031060155214703 ], [ -75.033982637160193, 40.0308775247467 ], [ -75.035091051997597, 40.030302502710299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 424, "AUN": 126515001, "SCHOOL_NUM": 5294, "LOCATION_ID": "6470", "SCHOOL_NAME": "KELLY, JOHN B. SCHOOL", "SCHOOL_NAME_LABEL": "JOHN B. KELLY SCHOOL", "STREET_ADDRESS": "5116 PULASKI AVE", "ZIP_CODE": "19144", "PHONE_NUMBER": "(215) 400-3580", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 369, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 33548.3828125, "Shape__Length": 775.83291238487971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171244098115295, 40.024701107274502 ], [ -75.171268731791002, 40.024674692020803 ], [ -75.171306320761005, 40.024695267131499 ], [ -75.171401482724704, 40.024590149749699 ], [ -75.171494313986102, 40.024487606412599 ], [ -75.171565770716199, 40.024408672767798 ], [ -75.171639712138401, 40.024326993848199 ], [ -75.171712546287907, 40.024246537925997 ], [ -75.171786644190703, 40.0241659751822 ], [ -75.171793205308703, 40.024158852446597 ], [ -75.171900682698706, 40.024217393918299 ], [ -75.172001332143395, 40.024272461774302 ], [ -75.172106696988294, 40.024329779799501 ], [ -75.172210515327706, 40.024386433426699 ], [ -75.172499759212002, 40.024070708272397 ], [ -75.1735496970594, 40.024637553264697 ], [ -75.172516739852099, 40.025661497799298 ], [ -75.171085474229102, 40.024871155547899 ], [ -75.171244098115295, 40.024701107274502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 425, "AUN": 126510011, "SCHOOL_NUM": 7775, "LOCATION_ID": "3372", "SCHOOL_NAME": "DISCOVERY CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "DISCOVERY CHARTER SCHOOL", "STREET_ADDRESS": "4700 PARKSIDE AVE", "ZIP_CODE": "19131", "PHONE_NUMBER": "(215) 879-8182", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 621, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 25756.6015625, "Shape__Length": 702.0402319045595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213539391547499, 39.977478754799698 ], [ -75.2131897273362, 39.9761139669396 ], [ -75.214823971235106, 39.976712284006602 ], [ -75.214906763303802, 39.976743466468697 ], [ -75.214176475103102, 39.977914957684902 ], [ -75.214042523033896, 39.977879613452998 ], [ -75.213971223332393, 39.977785817011402 ], [ -75.213895907033006, 39.977705892767702 ], [ -75.213803812969402, 39.977610670343701 ], [ -75.213654830519502, 39.977538498414901 ], [ -75.213565521218499, 39.977509572181297 ], [ -75.213560304061104, 39.9775078778652 ], [ -75.213545625662604, 39.977503120510697 ], [ -75.213539391547499, 39.977478754799698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 426, "AUN": 126513070, "SCHOOL_NUM": 7557, "LOCATION_ID": "3308", "SCHOOL_NAME": "BELMONT ACADEMY CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "BELMONT ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "907 N 41ST ST", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 386-5768", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "PREK-K", "ENROLLMENT": 240, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 6561.3125, "Shape__Length": 413.18264161186084 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204347714129199, 39.970515298841597 ], [ -75.205761689978999, 39.970335315276401 ], [ -75.205795223131403, 39.970905000900302 ], [ -75.204347714129199, 39.970515298841597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 427, "AUN": 226514502, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "NORWOOD FONTBONNE ACADEMY", "SCHOOL_NAME_LABEL": "NORWOOD FONTBONNE ACADEMY", "STREET_ADDRESS": "8891 GERMANTOWN AVE", "ZIP_CODE": "19118", "PHONE_NUMBER": "(215) 247-3811", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 41474.234375, "Shape__Length": 980.12083523604281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214872602676394, 40.0797343365236 ], [ -75.215103810389706, 40.079824016103501 ], [ -75.216343307999693, 40.080271642794997 ], [ -75.2163631209892, 40.080278880957898 ], [ -75.216391596821694, 40.080289080646203 ], [ -75.217502943002202, 40.0806871617783 ], [ -75.217559510984501, 40.080724489707102 ], [ -75.217136587196705, 40.081113206580298 ], [ -75.215989488041899, 40.080791131299499 ], [ -75.215692526423297, 40.081193712529299 ], [ -75.215093101517994, 40.081014435492797 ], [ -75.214493343487206, 40.080835483531402 ], [ -75.214129623428704, 40.0807269551524 ], [ -75.214169051650202, 40.0806234355992 ], [ -75.214239245307596, 40.080531376364597 ], [ -75.214420743636495, 40.080369282985799 ], [ -75.214290649516599, 40.080282005235802 ], [ -75.214872602676394, 40.0797343365236 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 428, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "8070", "SCHOOL_NAME": "OIC CADI", "SCHOOL_NAME_LABEL": "OIC CADI", "STREET_ADDRESS": "444 N 3RD ST", "ZIP_CODE": "19123", "PHONE_NUMBER": "(215) 567-2410", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 147, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 17939.7890625, "Shape__Length": 593.57452552171208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145377292388702, 39.9586936864482 ], [ -75.143983475088504, 39.958516930996801 ], [ -75.144093509747606, 39.958002277436798 ], [ -75.144649624762806, 39.9580728020725 ], [ -75.144742282732196, 39.957639408517302 ], [ -75.145579971013106, 39.957745637356801 ], [ -75.145377292388702, 39.9586936864482 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 429, "AUN": 126515001, "SCHOOL_NUM": 4963, "LOCATION_ID": "7290", "SCHOOL_NAME": "STEARNE, ALLEN M. SCHOOL", "SCHOOL_NAME_LABEL": "ALLEN M. STEARNE SCHOOL", "STREET_ADDRESS": "1655 UNITY ST", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 400-3980", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 374, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 12140.5859375, "Shape__Length": 446.33860325737402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.085371119428004, 40.012385453823597 ], [ -75.085339307692294, 40.012432141692997 ], [ -75.085231149239604, 40.012391119939601 ], [ -75.085191927382198, 40.012375488899799 ], [ -75.085113182284402, 40.012344107153801 ], [ -75.084726691996593, 40.012190077671498 ], [ -75.084725495033197, 40.012189599366103 ], [ -75.085054422803495, 40.0116807580753 ], [ -75.085137897459603, 40.011551637261398 ], [ -75.085138543952795, 40.011550653240199 ], [ -75.085743872703304, 40.011777971779402 ], [ -75.086096246931703, 40.011910290933798 ], [ -75.085746755198699, 40.012459844333698 ], [ -75.085714267058606, 40.0125109339467 ], [ -75.085371119428004, 40.012385453823597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 430, "AUN": 126511624, "SCHOOL_NUM": 3445, "LOCATION_ID": null, "SCHOOL_NAME": "MAST III CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "MAST III CHARTER SCHOOL", "STREET_ADDRESS": "1 CROWN WAY", "ZIP_CODE": "19154", "PHONE_NUMBER": "(267) 574-9855", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-8", "ENROLLMENT": 1292, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 282432.34375, "Shape__Length": 2450.3378024301014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.989543102108598, 40.109459391559398 ], [ -74.989535970619897, 40.109469715480898 ], [ -74.9895266606908, 40.109478961013501 ], [ -74.989515444400993, 40.109486858738499 ], [ -74.989502644891601, 40.109493182136802 ], [ -74.989488632061395, 40.109497745234002 ], [ -74.989473816108003, 40.109500417086998 ], [ -74.9893846857114, 40.109509243030999 ], [ -74.989295212895001, 40.109515706655301 ], [ -74.989295213033401, 40.109515667236998 ], [ -74.989287339828493, 40.1087827093953 ], [ -74.989280969920202, 40.108189727343898 ], [ -74.989274068725805, 40.107547410518201 ], [ -74.989724836921198, 40.107526884270897 ], [ -74.990592435434706, 40.107487372764901 ], [ -74.991097126541604, 40.107445309127797 ], [ -74.991257862685799, 40.1073407917726 ], [ -74.991451972539494, 40.107324613244103 ], [ -74.992933136023296, 40.107191511790603 ], [ -74.993779997246605, 40.1070093691431 ], [ -74.994576821737496, 40.106778243495697 ], [ -74.994605397361894, 40.106834175844902 ], [ -74.994626900132303, 40.1068919435452 ], [ -74.9946411371659, 40.1069510227411 ], [ -74.994647976300897, 40.107010875262901 ], [ -74.994647356125597, 40.1070709544978 ], [ -74.994639282636896, 40.107130715447099 ], [ -74.994623829241704, 40.107189614726401 ], [ -74.994601136620304, 40.1072471139409 ], [ -74.994409645093995, 40.1076601838692 ], [ -74.994409628472795, 40.107660231902997 ], [ -74.994382619195505, 40.107724823731999 ], [ -74.994360920783194, 40.107790584697199 ], [ -74.994430572445097, 40.1078023673494 ], [ -74.994412868155194, 40.107877081492603 ], [ -74.994402382093895, 40.107952593745502 ], [ -74.9943991734783, 40.108028494419301 ], [ -74.994403256189003, 40.108104370484099 ], [ -74.994458735280404, 40.108648127240002 ], [ -74.994461270359693, 40.108715744012898 ], [ -74.994455108019295, 40.108783223299298 ], [ -74.994440305812006, 40.108849906449599 ], [ -74.994417010410601, 40.108915143706099 ], [ -74.994385448632798, 40.108978298493497 ], [ -74.994345927168496, 40.109038754170399 ], [ -74.994298832214, 40.109095923031497 ], [ -74.994244623657494, 40.109149245041998 ], [ -74.994183828622596, 40.109198202326297 ], [ -74.992465150006396, 40.110451929545803 ], [ -74.9925510140651, 40.110521325214101 ], [ -74.990251290787597, 40.112105286487797 ], [ -74.990036429542798, 40.111921377405601 ], [ -74.989837250277304, 40.111750890619398 ], [ -74.990082950828594, 40.1114043747003 ], [ -74.989302247503602, 40.110175575929198 ], [ -74.989297228055506, 40.1097082684581 ], [ -74.989451741417795, 40.109696637743703 ], [ -74.989605204772104, 40.109678586314303 ], [ -74.989757167030007, 40.109654167546601 ], [ -74.9897871218418, 40.109646586741597 ], [ -74.989814975877195, 40.109635227345997 ], [ -74.989839929574302, 40.109620415950097 ], [ -74.989861262918694, 40.109602579045003 ], [ -74.989878362372593, 40.109582230152903 ], [ -74.989890734704503, 40.109559954389702 ], [ -74.989898026682198, 40.109536393169499 ], [ -74.989900025850702, 40.1095122250751 ], [ -74.989896674591293, 40.109488144795101 ], [ -74.9898880722737, 40.109464846280801 ], [ -74.989874462982101, 40.109442999924603 ], [ -74.989856239224693, 40.109423233502497 ], [ -74.989833927873306, 40.109406117193402 ], [ -74.989808168961105, 40.109392143923898 ], [ -74.989779704553797, 40.109381714458202 ], [ -74.9897493526923, 40.109375128889198 ], [ -74.989717988663301, 40.1093725783048 ], [ -74.989686514545397, 40.1093741361721 ], [ -74.989655835854506, 40.1093797555245 ], [ -74.989626834845495, 40.1093892762051 ], [ -74.989600348530601, 40.109402424338398 ], [ -74.989577137539101, 40.109418820593397 ], [ -74.989557870912705, 40.109437993334197 ], [ -74.989543102108598, 40.109459391559398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 431, "AUN": 126515001, "SCHOOL_NUM": 7852, "LOCATION_ID": "5520", "SCHOOL_NAME": "KENSINGTON CAPA", "SCHOOL_NAME_LABEL": "KENSINGTON HIGH SCHOOL FOR CREATIVE AND PERFORMING ARTS", "STREET_ADDRESS": "1901 N FRONT ST", "ZIP_CODE": "19122", "PHONE_NUMBER": "(215) 400-7400", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 509, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 49665.515625, "Shape__Length": 1268.2098871755838 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133871240291995, 39.976527099030598 ], [ -75.133435926782894, 39.978549827971001 ], [ -75.133349676798204, 39.978538842121999 ], [ -75.133337918504196, 39.9785934723431 ], [ -75.133314533468095, 39.978702128716698 ], [ -75.1334007821917, 39.978713114558602 ], [ -75.133232009008907, 39.979497294854603 ], [ -75.132930872448199, 39.979458935954703 ], [ -75.132545539482805, 39.979409850656701 ], [ -75.132379633812405, 39.979422121682603 ], [ -75.132177539692805, 39.979521773970298 ], [ -75.1318586584472, 39.979335212264203 ], [ -75.132225484305593, 39.978980742101001 ], [ -75.132395046060296, 39.978812572597398 ], [ -75.132465157134206, 39.9787367162739 ], [ -75.132879501107396, 39.976811574058701 ], [ -75.132882922301704, 39.976678901788397 ], [ -75.133069214986094, 39.976702590991501 ], [ -75.133221594569903, 39.975994552208199 ], [ -75.133871187527106, 39.976527176667403 ], [ -75.133871240291995, 39.976527099030598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 432, "AUN": 126515001, "SCHOOL_NUM": 7905, "LOCATION_ID": "2670", "SCHOOL_NAME": "CONSTITUTION HIGH SCHOOL", "SCHOOL_NAME_LABEL": "CONSTITUTION HIGH SCHOOL", "STREET_ADDRESS": "18 S 7TH ST", "ZIP_CODE": "19106", "PHONE_NUMBER": "(215) 400-7850", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 421, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 2653.30078125, "Shape__Length": 211.746807173825 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152301633482494, 39.950045069759803 ], [ -75.152669006870497, 39.950092200020698 ], [ -75.152643202899, 39.950211342144598 ], [ -75.152640213263794, 39.950210957968103 ], [ -75.152608544988993, 39.950357176976198 ], [ -75.152596006288306, 39.950415070789496 ], [ -75.152594526797103, 39.950414879610904 ], [ -75.152569850530995, 39.9505288235951 ], [ -75.152381906054799, 39.950504711553997 ], [ -75.152205996062406, 39.950482144430602 ], [ -75.152301633482494, 39.950045069759803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 433, "AUN": 126510009, "SCHOOL_NUM": 7737, "LOCATION_ID": "3358", "SCHOOL_NAME": "PHILADELPHIA ELECTRICAL AND TECHNOLOGY CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "PHILADELPHIA ELECTRICAL AND TECHNOLOGY CHARTER SCHOOL", "STREET_ADDRESS": "1709 BENJAMIN FRANKLIN PKWY", "ZIP_CODE": "19103", "PHONE_NUMBER": "(267) 514-1823", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 643, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 1317.5390625, "Shape__Length": 164.08500438431395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168047065610693, 39.956842274867903 ], [ -75.168100743339494, 39.956591706651203 ], [ -75.168131864440198, 39.956447990097899 ], [ -75.168140739550907, 39.956406809591797 ], [ -75.168325144097594, 39.956545431532298 ], [ -75.168256673515899, 39.956868882289797 ], [ -75.168047065610693, 39.956842274867903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 434, "AUN": 300511820, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "BEGINNINGS LEARNING CENTER", "SCHOOL_NAME_LABEL": "BEGINNINGS LEARNING CENTER", "STREET_ADDRESS": "620 S 10TH ST", "ZIP_CODE": "19147", "PHONE_NUMBER": "(215) 627-3668", "ACTIVE": "O", "GRADE_LEVEL": "PRE-K/KINDERGARTEN", "GRADE_ORG": "PREK-K", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 309.578125, "Shape__Length": 95.755716171644167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158848340519597, 39.942228903429402 ], [ -75.158860442800304, 39.942177516958402 ], [ -75.159216521961696, 39.9422214357798 ], [ -75.1592052433883, 39.942274136101602 ], [ -75.159197220529904, 39.9422735629378 ], [ -75.158848340519597, 39.942228903429402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 435, "AUN": 126515001, "SCHOOL_NUM": 3662, "LOCATION_ID": "4220", "SCHOOL_NAME": "BLAINE, JAMES G. SCHOOL", "SCHOOL_NAME_LABEL": "JAMES G. BLAINE SCHOOL", "STREET_ADDRESS": "3001 W BERKS ST", "ZIP_CODE": "19121", "PHONE_NUMBER": "(215) 400-7330", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 314, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 18632.61328125, "Shape__Length": 601.35223108331093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183317460568702, 39.986555647840902 ], [ -75.183256742540905, 39.9865475842157 ], [ -75.182922537908098, 39.986503259518898 ], [ -75.182916512277302, 39.986502463630103 ], [ -75.182647866217096, 39.986466827150799 ], [ -75.182847173669899, 39.985533890278298 ], [ -75.182858399849707, 39.985481348952597 ], [ -75.182933404845002, 39.985130278946798 ], [ -75.182939616017094, 39.985101256683897 ], [ -75.183820783501901, 39.985216682151297 ], [ -75.1838196860637, 39.985221895858601 ], [ -75.1836637277693, 39.985956322114497 ], [ -75.183636555086395, 39.986084252570798 ], [ -75.183636299029402, 39.986085487986202 ], [ -75.183466981991302, 39.986063744726501 ], [ -75.183458722662706, 39.9861015218261 ], [ -75.183450785529004, 39.986139645135097 ], [ -75.183442613862297, 39.986177891593002 ], [ -75.183434695780903, 39.9862149679034 ], [ -75.183425959957106, 39.9862542334008 ], [ -75.183420460185701, 39.9862816745553 ], [ -75.183418381566099, 39.986291735149898 ], [ -75.183410365485202, 39.9863291955756 ], [ -75.183401918786501, 39.9863685970573 ], [ -75.183393844442406, 39.986406475148797 ], [ -75.183385566785304, 39.986445316152498 ], [ -75.183377138752306, 39.986484765353303 ], [ -75.183369107954704, 39.986522032856897 ], [ -75.183360747928305, 39.986561386719202 ], [ -75.183317460568702, 39.986555647840902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 436, "AUN": 126515001, "SCHOOL_NUM": 6528, "LOCATION_ID": "1300", "SCHOOL_NAME": "HARRINGTON, AVERY D. SCHOOL", "SCHOOL_NAME_LABEL": "AVERY D. HARRINGTON SCHOOL", "STREET_ADDRESS": "5300 BALTIMORE AVE", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 400-7920", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 272, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 11530.046875, "Shape__Length": 442.40288417233415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229917672681296, 39.947676748315502 ], [ -75.229856156178897, 39.947652636503101 ], [ -75.229844609801503, 39.947645483443601 ], [ -75.229809230889998, 39.947623573273397 ], [ -75.229771018348401, 39.947583257660199 ], [ -75.229755030939202, 39.9475230385248 ], [ -75.229766858504803, 39.947472344748 ], [ -75.229767830273303, 39.947470446974798 ], [ -75.229768505883996, 39.947469156498897 ], [ -75.229870169374095, 39.947272540029502 ], [ -75.229933213505504, 39.947143630780303 ], [ -75.230014433802495, 39.946977562750199 ], [ -75.2306904939839, 39.946952936955697 ], [ -75.230703118781193, 39.9469524720365 ], [ -75.230707921922701, 39.947110999800699 ], [ -75.230717276701895, 39.947267097980898 ], [ -75.230717623413199, 39.947273020639798 ], [ -75.230776683936995, 39.947273544016298 ], [ -75.230845632144295, 39.947274059261701 ], [ -75.230920479216493, 39.947274722029803 ], [ -75.230967335647605, 39.947275136096003 ], [ -75.230964893656804, 39.947283932509499 ], [ -75.230960749102096, 39.9476872796835 ], [ -75.230951682218404, 39.947687210089597 ], [ -75.230734918553495, 39.947685496157803 ], [ -75.229970626107104, 39.947689534522503 ], [ -75.229917672681296, 39.947676748315502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 437, "AUN": 126515001, "SCHOOL_NUM": 3769, "LOCATION_ID": "8300", "SCHOOL_NAME": "MAYFAIR SCHOOL", "SCHOOL_NAME_LABEL": "MAYFAIR SCHOOL", "STREET_ADDRESS": "3001 PRINCETON AVE", "ZIP_CODE": "19149", "PHONE_NUMBER": "(215) 400-3280", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 1766, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 78229.33984375, "Shape__Length": 1225.0220017188726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.050784778730403, 40.0397341416637 ], [ -75.051831955816098, 40.038622348542397 ], [ -75.054855112234804, 40.040304511229202 ], [ -75.054799488468007, 40.040363570547399 ], [ -75.054641120142804, 40.0402742469985 ], [ -75.054577993604198, 40.040337066600003 ], [ -75.054538891914206, 40.040375977530303 ], [ -75.054498229382304, 40.040416442167199 ], [ -75.054461312346206, 40.040453179881602 ], [ -75.054421205106294, 40.040493090991497 ], [ -75.054382257360004, 40.040531847802001 ], [ -75.054340821095295, 40.040573082644997 ], [ -75.054302713902899, 40.040611003162603 ], [ -75.054262592719098, 40.040650928536003 ], [ -75.054220947289906, 40.040692371302399 ], [ -75.054180896171104, 40.0407322273362 ], [ -75.054141104394006, 40.0407718247614 ], [ -75.054100081305293, 40.040812647982001 ], [ -75.054060597594201, 40.040851939497998 ], [ -75.054021769922002, 40.040890577372103 ], [ -75.053982315143699, 40.040929839131998 ], [ -75.053942893869603, 40.040969067876503 ], [ -75.053902708180502, 40.0410090569451 ], [ -75.053863740004999, 40.041047833386799 ], [ -75.053825229457701, 40.041086155392598 ], [ -75.053785498285706, 40.0411256921792 ], [ -75.053746578747706, 40.041164421294503 ], [ -75.053705053264906, 40.041205742809296 ], [ -75.053664462963198, 40.041246134531903 ], [ -75.053606220029906, 40.041304091119102 ], [ -75.050784778730403, 40.0397341416637 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 438, "AUN": 326513292, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "REVOLUTION SCHOOL", "SCHOOL_NAME_LABEL": "REVOLUTION SCHOOL", "STREET_ADDRESS": "230 S BROAD ST", "ZIP_CODE": "19102", "PHONE_NUMBER": "(215) 631-3697", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1773.99609375, "Shape__Length": 214.87281814605632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165475893671896, 39.948406214481601 ], [ -75.1654477563374, 39.9485448775892 ], [ -75.1646753559275, 39.948450890885198 ], [ -75.164703493208407, 39.9483122313097 ], [ -75.165475893671896, 39.948406214481601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 439, "AUN": 226515602, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ROMAN CATHOLIC HIGH SCHOOL", "SCHOOL_NAME_LABEL": "ROMAN CATHOLIC HIGH SCHOOL", "STREET_ADDRESS": "301 N BROAD ST", "ZIP_CODE": "19107", "PHONE_NUMBER": "(215) 627-1270", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 4314.72265625, "Shape__Length": 265.99383402429345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161460703035601, 39.958051772869098 ], [ -75.162142344583501, 39.9581391904809 ], [ -75.1620624981053, 39.958519640117501 ], [ -75.161381114092606, 39.9584341617348 ], [ -75.161409240060493, 39.958297890193599 ], [ -75.161414843602799, 39.9582707428427 ], [ -75.161460703035601, 39.958051772869098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 440, "AUN": 226511622, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "FRANKFORD FRIENDS SCHOOL", "SCHOOL_NAME_LABEL": "FRANKFORD FRIENDS SCHOOL", "STREET_ADDRESS": "1500 ORTHODOX ST", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 533-5368", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 3356.79296875, "Shape__Length": 242.78245488611526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.086885145515893, 40.0154594393682 ], [ -75.087106269491301, 40.015214091730002 ], [ -75.087129240683595, 40.015187542656001 ], [ -75.0872891586272, 40.015011284793196 ], [ -75.087602868950199, 40.015183211739398 ], [ -75.087196687791206, 40.015624675335403 ], [ -75.086885145515893, 40.0154594393682 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 441, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "3322", "SCHOOL_NAME": "PHILADELPHIA ACADEMY CHARTER SCHOOL (ANNEX)", "SCHOOL_NAME_LABEL": "PHILADELPHIA ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "1700 TOMLINSON RD", "ZIP_CODE": "19116", "PHONE_NUMBER": "(215) 673-3990", "ACTIVE": "O", "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 33499.375, "Shape__Length": 752.01654997783885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.015986532352699, 40.104721115253 ], [ -75.016973299101707, 40.103968281415597 ], [ -75.017071391190299, 40.104044090908801 ], [ -75.017121909447098, 40.104083136099803 ], [ -75.017172331093306, 40.104122177844303 ], [ -75.017222869273496, 40.104161168271801 ], [ -75.017273261097202, 40.104200115775797 ], [ -75.0173396229671, 40.104251404354002 ], [ -75.017405984891994, 40.104302694019097 ], [ -75.017456201992104, 40.104341505505303 ], [ -75.017506558628895, 40.104380422779499 ], [ -75.017556800075099, 40.104419251692299 ], [ -75.017566041760603, 40.104426395946298 ], [ -75.017464602761606, 40.104503788112503 ], [ -75.017522130089404, 40.104548249474 ], [ -75.017588900624105, 40.104599856218798 ], [ -75.017639130874599, 40.1046386769397 ], [ -75.017689234618899, 40.1046773988936 ], [ -75.017739805005604, 40.104716481072899 ], [ -75.017806553287301, 40.104768065753902 ], [ -75.017873297183598, 40.104819652541998 ], [ -75.017923502199096, 40.104858452256998 ], [ -75.017973806765198, 40.104897330903903 ], [ -75.018024315043704, 40.104936360789402 ], [ -75.018131687034398, 40.105019342591 ], [ -75.017076763883296, 40.105824186952397 ], [ -75.015884933718596, 40.104798626176702 ], [ -75.015986532352699, 40.104721115253 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 442, "AUN": 126515001, "SCHOOL_NUM": 3744, "LOCATION_ID": "7330", "SCHOOL_NAME": "LAWTON, HENRY W. SCHOOL", "SCHOOL_NAME_LABEL": "HENRY W. LAWTON SCHOOL", "STREET_ADDRESS": "6101 JACKSON ST", "ZIP_CODE": "19135", "PHONE_NUMBER": "(215) 400-3340", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 541, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 14273.9609375, "Shape__Length": 497.91231368088563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.058532740098599, 40.019674271460602 ], [ -75.059330085393697, 40.0205852575099 ], [ -75.058663588122897, 40.020930090428799 ], [ -75.057866246257205, 40.020019099732103 ], [ -75.058532740098599, 40.019674271460602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 443, "AUN": 300514330, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "POLITZ HEBREW ACADEMY", "SCHOOL_NAME_LABEL": "POLITZ HEBREW ACADEMY", "STREET_ADDRESS": "9229 OLD BUSTLETON AVE", "ZIP_CODE": "19115", "PHONE_NUMBER": "(215) 969-5960", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 23194.80859375, "Shape__Length": 609.76395337920235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.038403163706406, 40.079694062500799 ], [ -75.038624446297206, 40.079504449182402 ], [ -75.038628637259393, 40.079506307356198 ], [ -75.038691308431893, 40.079542315245703 ], [ -75.038781986470298, 40.0795953311044 ], [ -75.0388678465537, 40.0796455244515 ], [ -75.038954568470501, 40.079696205480801 ], [ -75.039042314089698, 40.079747506408303 ], [ -75.039130984654705, 40.079799330291799 ], [ -75.039217835716201, 40.079850311505403 ], [ -75.0393036315741, 40.079900366712302 ], [ -75.039389549417706, 40.079950491181499 ], [ -75.039467830384496, 40.079996161116199 ], [ -75.0395518714231, 40.080045191471598 ], [ -75.039636233560898, 40.080094408418503 ], [ -75.039720368035105, 40.080143491532198 ], [ -75.039808311013402, 40.080194798753098 ], [ -75.039894404403597, 40.080245024955303 ], [ -75.039072868455705, 40.0810751987148 ], [ -75.038487053199205, 40.080732985896503 ], [ -75.038285028536393, 40.080018420548903 ], [ -75.038232117540105, 40.079840625977397 ], [ -75.038403163706406, 40.079694062500799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 444, "AUN": 126518118, "SCHOOL_NUM": 3731, "LOCATION_ID": "3427", "SCHOOL_NAME": "MASTERY CHARTER @ WISTER", "SCHOOL_NAME_LABEL": "MASTERY CHARTER SCHOOL AT WISTER", "STREET_ADDRESS": "67 E BRINGHURST ST", "ZIP_CODE": "19144", "PHONE_NUMBER": "(215) 951-4003", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-5", "ENROLLMENT": 516, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 24405.04296875, "Shape__Length": 737.85297067273518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165748962016195, 40.033542588841598 ], [ -75.166551765659193, 40.032760455364901 ], [ -75.166934326456897, 40.032992487594001 ], [ -75.167011748886694, 40.032917060452199 ], [ -75.167059307268701, 40.032870726603598 ], [ -75.1671003488743, 40.032830929444103 ], [ -75.167155691275994, 40.032776824805602 ], [ -75.167210840857095, 40.032722856589302 ], [ -75.167269459893802, 40.032666114662497 ], [ -75.1673189410822, 40.032617447531699 ], [ -75.167401258836705, 40.032537178035703 ], [ -75.167460298303197, 40.032479659338499 ], [ -75.167638833874804, 40.032580886292997 ], [ -75.1677233560888, 40.032628808182999 ], [ -75.167514189364994, 40.032832347232997 ], [ -75.167781141886095, 40.033007287125898 ], [ -75.1677301911526, 40.033056725567199 ], [ -75.167161616561003, 40.033609836404402 ], [ -75.167109238784903, 40.033660828280198 ], [ -75.167056684851104, 40.033711711429298 ], [ -75.167004135187398, 40.033762595778498 ], [ -75.166951581138804, 40.033813477754101 ], [ -75.166899029896499, 40.033864360896601 ], [ -75.166846331003498, 40.033915156226001 ], [ -75.166675729314306, 40.034093771994897 ], [ -75.165748962016195, 40.033542588841598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 445, "AUN": 126515001, "SCHOOL_NUM": 3860, "LOCATION_ID": "1020", "SCHOOL_NAME": "WEST PHILADELPHIA HIGH SCHOOL", "SCHOOL_NAME_LABEL": "WEST PHILADELPHIA HIGH SCHOOL", "STREET_ADDRESS": "4901 CHESTNUT ST", "ZIP_CODE": "19139", "PHONE_NUMBER": "(215) 400-7900", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 719, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 31639.3828125, "Shape__Length": 771.05847171943947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219353102805798, 39.957872369378201 ], [ -75.220439618793094, 39.958006822737602 ], [ -75.220376475300398, 39.958309022308001 ], [ -75.220374774891098, 39.958317153503202 ], [ -75.220675903707701, 39.958354414360699 ], [ -75.220663162002893, 39.958415394659802 ], [ -75.220641074736207, 39.958521097260203 ], [ -75.220619272108195, 39.958625442244902 ], [ -75.220613607460706, 39.958652548941302 ], [ -75.220607944396605, 39.958679652293696 ], [ -75.220981273494999, 39.9587258472381 ], [ -75.220848474043095, 39.959361415281201 ], [ -75.219087472837103, 39.959143501526498 ], [ -75.219353102805798, 39.957872369378201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 446, "AUN": 126514864, "SCHOOL_NUM": null, "LOCATION_ID": "3353", "SCHOOL_NAME": "KIPP DUBOIS CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "KIPP DUBOIS COLLEGIATE ACADEMY", "STREET_ADDRESS": "5070 PARKSIDE AVE", "ZIP_CODE": "19131", "PHONE_NUMBER": "(215) 307-3465", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 523, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 26202.359375, "Shape__Length": 859.56222548033384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220704377936002, 39.9799746321806 ], [ -75.220835171592299, 39.979765375630798 ], [ -75.2206473097539, 39.979695883621197 ], [ -75.220740863026705, 39.979546208248301 ], [ -75.220417671159893, 39.979426652625897 ], [ -75.220634029865494, 39.979080502548598 ], [ -75.220097792507701, 39.978882134001097 ], [ -75.220206035223796, 39.978708955963199 ], [ -75.221764699993699, 39.979285535838102 ], [ -75.222167697185199, 39.979434606402599 ], [ -75.221812704649807, 39.980002573108301 ], [ -75.221588571172205, 39.979919664004697 ], [ -75.221216797241993, 39.980514471719196 ], [ -75.220527617910093, 39.980259535848603 ], [ -75.220705446528399, 39.979975028520002 ], [ -75.220704377936002, 39.9799746321806 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 447, "AUN": 226514852, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "OUR LADY OF CALVARY SCHOOL", "SCHOOL_NAME_LABEL": "OUR LADY OF CALVARY SCHOOL", "STREET_ADDRESS": "11023 KIPLING LN", "ZIP_CODE": "19154", "PHONE_NUMBER": "(215) 637-1648", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 2929.09375, "Shape__Length": 344.00452163184406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.9790532595066, 40.079519635621601 ], [ -74.978993199875205, 40.0794923696428 ], [ -74.978965916070806, 40.079479982125903 ], [ -74.978964092152495, 40.079479154218298 ], [ -74.978959397806904, 40.079485311343497 ], [ -74.978919166284797, 40.079466840277199 ], [ -74.978923524822704, 40.079460684067399 ], [ -74.978814183543506, 40.079411157080301 ], [ -74.978699792336698, 40.079359341140602 ], [ -74.978697547965396, 40.079358325128801 ], [ -74.978772888565999, 40.079261336269802 ], [ -74.978810136247702, 40.079213386353601 ], [ -74.979059942720298, 40.079325388891903 ], [ -74.979115637541994, 40.079254426579404 ], [ -74.979113204787097, 40.079253750692601 ], [ -74.979025113441097, 40.079229286992202 ], [ -74.979026537270798, 40.079226306120503 ], [ -74.979212112637697, 40.078837845670598 ], [ -74.979212867656898, 40.078836268982002 ], [ -74.979213079310995, 40.078836328149102 ], [ -74.979432524383895, 40.078897524372302 ], [ -74.979435490521695, 40.078898351650501 ], [ -74.979434113747104, 40.078901222153803 ], [ -74.979247870492799, 40.0792895485665 ], [ -74.979247735863595, 40.079289829157403 ], [ -74.979155870078699, 40.079264688865898 ], [ -74.979100772696995, 40.079334164195501 ], [ -74.979095232248895, 40.079341149056901 ], [ -74.979206903679597, 40.079391245562803 ], [ -74.979100375363899, 40.079531822096598 ], [ -74.979095186480905, 40.079538671263599 ], [ -74.9790532595066, 40.079519635621601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 448, "AUN": 226514552, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "OUR LADY OF PORT RICHMOND SCHOOL", "SCHOOL_NAME_LABEL": "OUR LADY OF PORT RICHMOND SCHOOL", "STREET_ADDRESS": "3233 E THOMPSON ST", "ZIP_CODE": "19134", "PHONE_NUMBER": "(215) 739-1920", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 4114.0859375, "Shape__Length": 364.7408675382606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.101630457192101, 39.984750071811703 ], [ -75.101673034898496, 39.984798275284803 ], [ -75.101687057340499, 39.984790946823303 ], [ -75.101695047314905, 39.984799992868403 ], [ -75.101682222009799, 39.984806696831598 ], [ -75.101699748639604, 39.984826539956202 ], [ -75.101697049363096, 39.984827950861202 ], [ -75.101658794751401, 39.984847943962102 ], [ -75.101659616472801, 39.984848874095 ], [ -75.101807952893907, 39.985016820200599 ], [ -75.101809090335905, 39.985016224732398 ], [ -75.101862633427899, 39.984988240765396 ], [ -75.101717620275494, 39.984824056647497 ], [ -75.101933678166006, 39.984711133763 ], [ -75.102228549243804, 39.985044982050603 ], [ -75.102236284051301, 39.985053740595497 ], [ -75.1020246721273, 39.985164338353002 ], [ -75.102025192377496, 39.985164927018403 ], [ -75.102030031535705, 39.985170406580799 ], [ -75.101955433707104, 39.985209394150502 ], [ -75.101950594508196, 39.985203915710201 ], [ -75.101949985960403, 39.9852032258935 ], [ -75.1017444502193, 39.985310647543599 ], [ -75.101744231992498, 39.9853107618951 ], [ -75.101607648729797, 39.985156122651802 ], [ -75.1016078669563, 39.9851560083005 ], [ -75.101628516627002, 39.985145216246501 ], [ -75.1016051958254, 39.985118813904698 ], [ -75.101614316000607, 39.9851140472719 ], [ -75.101611013715598, 39.985110308363602 ], [ -75.101473814192403, 39.984954969936702 ], [ -75.101469318307394, 39.984957321503501 ], [ -75.101398377758102, 39.984877001530798 ], [ -75.101407015150002, 39.984872487325902 ], [ -75.101410544310696, 39.984855766729297 ], [ -75.101431655767897, 39.984844733079399 ], [ -75.101453612722594, 39.984848774098197 ], [ -75.101480581566506, 39.984834679192403 ], [ -75.101477496606805, 39.984831187448002 ], [ -75.101498406262095, 39.984820259505902 ], [ -75.101501629943201, 39.984823911005698 ], [ -75.101590309888493, 39.984777562872601 ], [ -75.101591335202301, 39.984777026765201 ], [ -75.101575154792201, 39.984758707027297 ], [ -75.101618210112505, 39.984736203851703 ], [ -75.101630457192101, 39.984750071811703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 449, "AUN": 226515302, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "OUR MOTHER OF CONSOLATION", "SCHOOL_NAME_LABEL": "OUR MOTHER OF CONSOLATION SCHOOL", "STREET_ADDRESS": "7-29 E CHESTNUT HILL AVE", "ZIP_CODE": "19118", "PHONE_NUMBER": "(215) 247-1060", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 1380.40625, "Shape__Length": 166.27877868905594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210202470785603, 40.079365624325902 ], [ -75.210122166431105, 40.079316675697903 ], [ -75.210122067542699, 40.0793166149477 ], [ -75.210133185128001, 40.079305852692997 ], [ -75.210144664847604, 40.0792947380409 ], [ -75.210109230801905, 40.079273139674797 ], [ -75.210107309562801, 40.079274447587601 ], [ -75.210103710892398, 40.079276895359101 ], [ -75.210103432590401, 40.0792770840496 ], [ -75.210062988822799, 40.079252430946298 ], [ -75.210021994565395, 40.079227444681798 ], [ -75.210050526364498, 40.079199824438497 ], [ -75.210079290997399, 40.079171976200797 ], [ -75.210082103855399, 40.079173677053802 ], [ -75.2100846974691, 40.079175242416802 ], [ -75.210103616264604, 40.079156926509803 ], [ -75.210113833257296, 40.0791470352166 ], [ -75.210113872736002, 40.079146998922901 ], [ -75.210142772713496, 40.079119019637901 ], [ -75.2101425146748, 40.079118863018302 ], [ -75.210141064076893, 40.079117978392198 ], [ -75.210136252115802, 40.079115045171299 ], [ -75.210136080118104, 40.079114940007997 ], [ -75.210142889416005, 40.0791083476431 ], [ -75.210191205513595, 40.079061572377299 ], [ -75.210262870466295, 40.079105254053303 ], [ -75.210275606720998, 40.079092922652599 ], [ -75.210292039343301, 40.079102939970099 ], [ -75.210280824437504, 40.079113796945798 ], [ -75.210300340434003, 40.079125691151098 ], [ -75.210474186715601, 40.079231656215903 ], [ -75.2104742196925, 40.0792316760907 ], [ -75.210470611232196, 40.079235168814499 ], [ -75.210469841369203, 40.079235916525498 ], [ -75.210469619273397, 40.0792361312363 ], [ -75.210466900829203, 40.079238760647897 ], [ -75.210466933764096, 40.079238781648101 ], [ -75.210477741761196, 40.079245369119 ], [ -75.210488562692007, 40.079251963632103 ], [ -75.210488822112595, 40.079252122533802 ], [ -75.2104595921125, 40.079280421223203 ], [ -75.210430190272604, 40.079308883919502 ], [ -75.2104304526232, 40.079309042886102 ], [ -75.210438376573705, 40.079313872757297 ], [ -75.210438405240097, 40.079313890284403 ], [ -75.210446228838094, 40.079318659372703 ], [ -75.210446385101804, 40.079318754051599 ], [ -75.210428948182496, 40.079335633005201 ], [ -75.210411459424293, 40.079352564870597 ], [ -75.210411387918001, 40.079352634244202 ], [ -75.210397588261699, 40.0793442259681 ], [ -75.210397308711194, 40.079344056485098 ], [ -75.210386066525501, 40.079337200375797 ], [ -75.210385995103493, 40.079337267498701 ], [ -75.210358913059906, 40.079363487271898 ], [ -75.2103318569105, 40.0793896805815 ], [ -75.210331817347495, 40.079389719125899 ], [ -75.210322889901803, 40.079384280298001 ], [ -75.210322605914499, 40.079384111842998 ], [ -75.210317484582006, 40.079380982584397 ], [ -75.210317444976795, 40.079381022254204 ], [ -75.210300394302394, 40.079397530178802 ], [ -75.210283235606298, 40.079414142707599 ], [ -75.210282785342002, 40.079414577625499 ], [ -75.210202516651904, 40.079365652369503 ], [ -75.210202470785603, 40.079365624325902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 450, "AUN": 126515001, "SCHOOL_NUM": 7706, "LOCATION_ID": "1280", "SCHOOL_NAME": "PENN ALEXANDER SCHOOL", "SCHOOL_NAME_LABEL": "SADIE ALEXANDER SCHOOL", "STREET_ADDRESS": "4209 SPRUCE ST", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 400-7760", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 595, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 5135.765625, "Shape__Length": 370.41597038278167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2078444799415, 39.953312291513598 ], [ -75.207863866463597, 39.953221139756302 ], [ -75.207844645792804, 39.953218718101901 ], [ -75.207824108383207, 39.953216130988302 ], [ -75.207824994606796, 39.9532119620877 ], [ -75.207858725844304, 39.953053369380001 ], [ -75.207858750525403, 39.953053257301498 ], [ -75.207859863311896, 39.9530533979651 ], [ -75.207931007051897, 39.95306236047 ], [ -75.207949121840699, 39.9529771890872 ], [ -75.207942752347705, 39.952976386831999 ], [ -75.207949244656007, 39.952945860542499 ], [ -75.207990156229997, 39.9529510130874 ], [ -75.207994696922498, 39.952929663066897 ], [ -75.208049750096905, 39.952936597588199 ], [ -75.208048748471498, 39.952941309040099 ], [ -75.208135503408698, 39.9529522380193 ], [ -75.208136684157793, 39.952946689223999 ], [ -75.208191635385305, 39.952953611281401 ], [ -75.208187011421899, 39.952975350273498 ], [ -75.208229482903505, 39.952980701728599 ], [ -75.208219881207498, 39.953025852247897 ], [ -75.208247363414998, 39.9530293139685 ], [ -75.208252025057007, 39.953007388850999 ], [ -75.208306195677807, 39.953014211340097 ], [ -75.208305119775304, 39.953019265781798 ], [ -75.208392431267896, 39.953030264333798 ], [ -75.208393620781806, 39.9530246763115 ], [ -75.208449684885807, 39.953031738903903 ], [ -75.208445028997403, 39.953053629241602 ], [ -75.208479070105199, 39.9530579164758 ], [ -75.208503278396194, 39.952944091841402 ], [ -75.208830978928106, 39.952985372170701 ], [ -75.208831909697693, 39.952985488520397 ], [ -75.208800665275604, 39.953132391975402 ], [ -75.208769202019795, 39.953280330109003 ], [ -75.208769128979895, 39.953280678756002 ], [ -75.208752326139901, 39.953278561969498 ], [ -75.208690479268498, 39.953270771132701 ], [ -75.2086904030933, 39.953271125341402 ], [ -75.208688668107101, 39.953279286035297 ], [ -75.2086869348352, 39.953287440009703 ], [ -75.208686823270895, 39.953287957867602 ], [ -75.208568055575896, 39.953272997666303 ], [ -75.208447837215004, 39.953257854283599 ], [ -75.2084243287117, 39.9533683798482 ], [ -75.208337220689003, 39.953357407237199 ], [ -75.208333709755706, 39.9533739214245 ], [ -75.2078444799415, 39.953312291513598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 451, "AUN": 226518092, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST JEROME SCHOOL", "SCHOOL_NAME_LABEL": "ST JEROME SCHOOL", "STREET_ADDRESS": "3031 STAMFORD ST", "ZIP_CODE": "19136", "PHONE_NUMBER": "(215) 624-0637", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 4161.05859375, "Shape__Length": 417.77733010860294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.030589211566195, 40.055944058927501 ], [ -75.030583865018301, 40.0559439391306 ], [ -75.030603991591093, 40.055413798484601 ], [ -75.030494835659596, 40.055411350952497 ], [ -75.030499202653601, 40.055296305278901 ], [ -75.030502226606202, 40.0552963734809 ], [ -75.030664062404995, 40.055300001497898 ], [ -75.030697515956803, 40.055284308557297 ], [ -75.030700875555894, 40.055282731265201 ], [ -75.030725754612604, 40.0553149065789 ], [ -75.030726161896595, 40.055304197058398 ], [ -75.030735512049404, 40.055057872043101 ], [ -75.030739919812802, 40.055057971866802 ], [ -75.030740621206903, 40.0550394492873 ], [ -75.030734472241505, 40.0550393116294 ], [ -75.030738358587897, 40.054936941414901 ], [ -75.030742908426703, 40.0549370434751 ], [ -75.030743830925005, 40.054912712079599 ], [ -75.030803343466602, 40.054914046350902 ], [ -75.030803573678398, 40.054908010234399 ], [ -75.030803594404105, 40.054907456576899 ], [ -75.030811015888304, 40.054907623223997 ], [ -75.030816798764405, 40.054907752213197 ], [ -75.030816929544002, 40.054904306525401 ], [ -75.030816969440806, 40.054903201426299 ], [ -75.030828616467304, 40.054899712944 ], [ -75.030841400386606, 40.0548967120328 ], [ -75.0308577707182, 40.054897079219302 ], [ -75.030877567018806, 40.054900868146802 ], [ -75.030888960992201, 40.054905741079203 ], [ -75.030888951632406, 40.054906011173699 ], [ -75.030888803808594, 40.054909882205997 ], [ -75.030897453939602, 40.054910075674698 ], [ -75.030897245609793, 40.054915566045203 ], [ -75.030960676876902, 40.054916987351703 ], [ -75.030941491006303, 40.055422414092902 ], [ -75.030864529727594, 40.055420689452497 ], [ -75.030862916911303, 40.055463122446298 ], [ -75.030862746260595, 40.055467636065202 ], [ -75.030816597312494, 40.055466601238898 ], [ -75.030798394229294, 40.055946088495503 ], [ -75.030709103559701, 40.055944086588099 ], [ -75.030708057262899, 40.055971652087997 ], [ -75.030682900224306, 40.055971088172598 ], [ -75.030609467552495, 40.055969442391202 ], [ -75.030604848821099, 40.055969338696599 ], [ -75.030605795986602, 40.055944430085098 ], [ -75.030589211566195, 40.055944058927501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 452, "AUN": 226516202, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST ANSELM ELEMENTARY SCHOOL", "SCHOOL_NAME_LABEL": "ST ANSELM ELEMENTARY SCHOOL", "STREET_ADDRESS": "12650 DUNKS FERRY RD", "ZIP_CODE": "19154", "PHONE_NUMBER": "(215) 632-1133", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 1938.296875, "Shape__Length": 187.38655245471591 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.973653083650603, 40.102420521658097 ], [ -74.973560580281898, 40.102229011327097 ], [ -74.973547612291, 40.102202161650702 ], [ -74.973516469328302, 40.102137683646703 ], [ -74.973794559889996, 40.102058474613997 ], [ -74.973973422582304, 40.102428772014299 ], [ -74.973740164465696, 40.102495210229598 ], [ -74.973696144022099, 40.102507748819001 ], [ -74.973694288958299, 40.102503907139898 ], [ -74.973666468595198, 40.102511831496798 ], [ -74.973627166836394, 40.102430459684903 ], [ -74.9736541679993, 40.1024227678542 ], [ -74.973653083650603, 40.102420521658097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 453, "AUN": 226516302, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST ATHANASIUS IMMACULATE CONCEPTION SCHOOL", "SCHOOL_NAME_LABEL": "ST ATHANASIUS IMMACULATE CONCEPTION SCHOOL", "STREET_ADDRESS": "7105 LIMEKILN PIKE", "ZIP_CODE": "19138", "PHONE_NUMBER": "(215) 424-5045", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 2019.7578125, "Shape__Length": 263.87812979867505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154028684034898, 40.0614588475906 ], [ -75.154078317962203, 40.061438783851798 ], [ -75.154078888613896, 40.061439614416102 ], [ -75.154118976265096, 40.061423409823803 ], [ -75.154133645277099, 40.0614448351348 ], [ -75.154177873083498, 40.061509433650997 ], [ -75.154196792868703, 40.061501785735501 ], [ -75.154201174412705, 40.061500015115797 ], [ -75.154202064250001, 40.061501314661001 ], [ -75.154228366460003, 40.061539729000899 ], [ -75.154228510803605, 40.061539940621699 ], [ -75.154228357461093, 40.061540002481102 ], [ -75.154228149027404, 40.061540086747499 ], [ -75.154128453791898, 40.061580387135002 ], [ -75.154236287621302, 40.061737884710503 ], [ -75.154338098593698, 40.061696729880197 ], [ -75.154363202868197, 40.061733396183797 ], [ -75.1543569617305, 40.061735919946898 ], [ -75.154363430778801, 40.0617453679439 ], [ -75.154344493068805, 40.061753023366698 ], [ -75.154397786258301, 40.061830862020599 ], [ -75.154362074050795, 40.0618452982023 ], [ -75.154363175149498, 40.061847818889397 ], [ -75.154311190205306, 40.061868832023997 ], [ -75.154293587723004, 40.061843123717097 ], [ -75.1541981069537, 40.061881719603797 ], [ -75.154214590451005, 40.061905795459801 ], [ -75.154174532301795, 40.061921988368503 ], [ -75.154157748866993, 40.061928772269297 ], [ -75.154155244576003, 40.061925113882502 ], [ -75.154125408638805, 40.061937174548397 ], [ -75.154065635546402, 40.061849871736499 ], [ -75.154036624450001, 40.0618615984922 ], [ -75.154017403496695, 40.0618335244489 ], [ -75.154044650361399, 40.061822510186602 ], [ -75.1539292359775, 40.061653938859799 ], [ -75.153901482957394, 40.061665157901203 ], [ -75.153880687828803, 40.061634786715302 ], [ -75.153909128643406, 40.061623290389399 ], [ -75.153848507884405, 40.061534749674301 ], [ -75.153935249040103, 40.0614996868239 ], [ -75.153950471948505, 40.061521919820301 ], [ -75.154045551895905, 40.061483485157503 ], [ -75.154028684034898, 40.0614588475906 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 454, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "8540", "SCHOOL_NAME": "PENNYPACK HOUSE SCHOOL", "SCHOOL_NAME_LABEL": "PENNYPACK HOUSE SCHOOL", "STREET_ADDRESS": "7901 STATE RD", "ZIP_CODE": "19136", "PHONE_NUMBER": "(215) 685-7752", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 77, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 62396.421875, "Shape__Length": 2915.3651310218929 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.019818106002901, 40.030874367332601 ], [ -75.020024973214902, 40.030759874505598 ], [ -75.020111474761606, 40.030791708439402 ], [ -75.020116169054702, 40.030781695509702 ], [ -75.019963283928703, 40.030619190056903 ], [ -75.0199488676313, 40.030620729440201 ], [ -75.0199636197936, 40.030692354959697 ], [ -75.019755408706501, 40.030808132396899 ], [ -75.019604535695294, 40.030647165534603 ], [ -75.019658854110403, 40.030564246277002 ], [ -75.019616609102997, 40.030547044266598 ], [ -75.019552237172604, 40.030477214717699 ], [ -75.019544526350799, 40.0304394764023 ], [ -75.019540839659101, 40.030435368902602 ], [ -75.019419804791994, 40.030449741933403 ], [ -75.019274751831006, 40.030294339603202 ], [ -75.019270275317595, 40.030289543151703 ], [ -75.019476805968594, 40.030175820489198 ], [ -75.019590464954106, 40.030217669291297 ], [ -75.019606221761407, 40.030211251057302 ], [ -75.019544532041394, 40.0301445015578 ], [ -75.019672944770306, 40.030073391842002 ], [ -75.019734298196795, 40.030137831072203 ], [ -75.019753072803496, 40.030127562707399 ], [ -75.019733965548497, 40.030033344323101 ], [ -75.019942506562103, 40.029918849816802 ], [ -75.020091030540797, 40.030078020252901 ], [ -75.020035373905699, 40.030165819777302 ], [ -75.020070577787394, 40.0301809665457 ], [ -75.020076612597094, 40.030187127941701 ], [ -75.020220111540098, 40.0301057493838 ], [ -75.019745036969894, 40.029601535415303 ], [ -75.019596509571301, 40.0296847108186 ], [ -75.019601202749598, 40.029689074269498 ], [ -75.019606566413003, 40.029721165712203 ], [ -75.0197272638692, 40.029708845665297 ], [ -75.019878133903603, 40.029868530589901 ], [ -75.019672274344401, 40.029982256376201 ], [ -75.019558282176106, 40.0299386099977 ], [ -75.019546884144802, 40.029945541838103 ], [ -75.019607901409401, 40.030011520717103 ], [ -75.019479491171097, 40.030084426903798 ], [ -75.0194174661262, 40.030017678367798 ], [ -75.019394667885507, 40.0300289728264 ], [ -75.019413105991902, 40.030125244423601 ], [ -75.019205902575095, 40.030239993948399 ], [ -75.019056038624896, 40.0300795379924 ], [ -75.019112703705602, 40.029994307258001 ], [ -75.019099291250896, 40.029980187478998 ], [ -75.019072470257996, 40.029968891288497 ], [ -75.019008769832894, 40.029901626244602 ], [ -75.019004076654696, 40.029877237868298 ], [ -75.018995695377498, 40.029869022515399 ], [ -75.018870638293805, 40.029882624628797 ], [ -75.018721782255099, 40.029723193467802 ], [ -75.018928983604994, 40.029607931178901 ], [ -75.019014811655694, 40.0296410520004 ], [ -75.019024535802401, 40.029626418030098 ], [ -75.018871320399001, 40.029464420119801 ], [ -75.018850199748201, 40.0294659598568 ], [ -75.018864591664297, 40.0295394027575 ], [ -75.018657411485094, 40.029655415563099 ], [ -75.018506209607906, 40.029494956287799 ], [ -75.018564884154799, 40.029407928693701 ], [ -75.018553820909503, 40.0293976593032 ], [ -75.018528004778105, 40.0293884153864 ], [ -75.018464642531399, 40.0293206376952 ], [ -75.0184586078433, 40.029295221712196 ], [ -75.018447543647298, 40.0292834114775 ], [ -75.018321818159606, 40.029296243562001 ], [ -75.018171958078597, 40.0291373227439 ], [ -75.018379157075302, 40.029022317083502 ], [ -75.018494154591806, 40.029066993281397 ], [ -75.018515946477905, 40.029054670388497 ], [ -75.018451913251894, 40.028987918571602 ], [ -75.018506833650406, 40.028957791434102 ], [ -75.018541935599401, 40.028938533846798 ], [ -75.018581999660299, 40.028916553682599 ], [ -75.018645028408699, 40.028981253026998 ], [ -75.018655086890206, 40.028975603837203 ], [ -75.018637656408302, 40.028880614148903 ], [ -75.018844184380796, 40.028765095017398 ], [ -75.018992704620501, 40.0289240146178 ], [ -75.018939728901898, 40.029011299577803 ], [ -75.018978284426296, 40.029025421484903 ], [ -75.018981637189697, 40.029028758543603 ], [ -75.019130163520501, 40.028946867932099 ], [ -75.018858605590395, 40.028655729585999 ], [ -75.019289867962001, 40.028417283933898 ], [ -75.019364218941703, 40.028376174989603 ], [ -75.019687392479497, 40.028197489595797 ], [ -75.019691381929803, 40.028201752966702 ], [ -75.020319698183997, 40.028873210623502 ], [ -75.020100096722402, 40.0289961808217 ], [ -75.020281751071295, 40.029189759332297 ], [ -75.020281960435, 40.0291899816891 ], [ -75.0202841563097, 40.029192322571802 ], [ -75.020417117563994, 40.029119272543703 ], [ -75.020418265225302, 40.029118642049298 ], [ -75.020591932953906, 40.0293014326408 ], [ -75.020602328281598, 40.029295528855897 ], [ -75.020616072617301, 40.029312985753101 ], [ -75.020606351391095, 40.029318376188698 ], [ -75.0206750811668, 40.029391544644596 ], [ -75.0206848041923, 40.029385125913301 ], [ -75.020701566895397, 40.0294020699721 ], [ -75.020690169142199, 40.029408745126297 ], [ -75.020847244992595, 40.029574822813103 ], [ -75.020986674028606, 40.029722237877898 ], [ -75.021001808881195, 40.029738239895401 ], [ -75.021052932079698, 40.029792292764498 ], [ -75.020878989368299, 40.029888448184103 ], [ -75.020790077338603, 40.029937597554699 ], [ -75.020764596767805, 40.0300587722543 ], [ -75.020607688402194, 40.030039260060398 ], [ -75.020529905586699, 40.030082903588401 ], [ -75.020491444653999, 40.030258028073199 ], [ -75.020479612252203, 40.030311899313404 ], [ -75.020877247947595, 40.030732410905301 ], [ -75.020816180322896, 40.0307671033787 ], [ -75.020690164337196, 40.030838692577099 ], [ -75.020694187537799, 40.030844854563 ], [ -75.020697540304894, 40.030871039019203 ], [ -75.020820171333099, 40.030858520447097 ], [ -75.020828298376202, 40.030857690879003 ], [ -75.020971008081204, 40.031013438671401 ], [ -75.020976491903795, 40.031019423606402 ], [ -75.020969846557094, 40.031023085053299 ], [ -75.020932235357904, 40.031043812181501 ], [ -75.020768282888596, 40.031135460837397 ], [ -75.020654957717696, 40.031091304344201 ], [ -75.020637189627394, 40.031101316325298 ], [ -75.020700222258895, 40.031167037233999 ], [ -75.020646587834307, 40.031196719563901 ], [ -75.020612623248596, 40.031215517138698 ], [ -75.020570803280606, 40.031238661459199 ], [ -75.020542682592193, 40.031209425086502 ], [ -75.020533731081002, 40.031200115032497 ], [ -75.020507099755903, 40.031172427825098 ], [ -75.020493689538796, 40.031180898926898 ], [ -75.020510117510597, 40.031278452710602 ], [ -75.020303583799702, 40.0313919215155 ], [ -75.020153380119794, 40.031233009993201 ], [ -75.020210042133101, 40.031146496903801 ], [ -75.020160421523002, 40.031126728608299 ], [ -75.020096383714204, 40.031057926656601 ], [ -75.020089008923804, 40.031022242903603 ], [ -75.019967972135703, 40.0310348200032 ], [ -75.019818106002901, 40.030874367332601 ] ], [ [ -75.020292189599999, 40.030179173351101 ], [ -75.020141986505493, 40.030258243616601 ], [ -75.020146008744902, 40.030262351188298 ], [ -75.020151374205795, 40.030289050933199 ], [ -75.020278779027095, 40.030275701450698 ], [ -75.020428311474504, 40.030433843395997 ], [ -75.020219433838307, 40.030549367014999 ], [ -75.020133937725802, 40.030517276601202 ], [ -75.0201258908657, 40.030528315888397 ], [ -75.020278441725296, 40.030692360743302 ], [ -75.020295876537006, 40.0306900505757 ], [ -75.020280454325103, 40.030618682877197 ], [ -75.020491344072695, 40.0305021313292 ], [ -75.020640878522599, 40.030662069504501 ], [ -75.020584215810302, 40.030749097498401 ], [ -75.020615396140599, 40.030760906907901 ], [ -75.020620425873503, 40.030767324840397 ], [ -75.020769624084494, 40.030683890336299 ], [ -75.020292189599999, 40.030179173351101 ] ], [ [ -75.019197860975595, 40.029019536336897 ], [ -75.019051344672306, 40.029101174108099 ], [ -75.019057379061096, 40.029108105957597 ], [ -75.019061066348797, 40.029135062082901 ], [ -75.019186459163706, 40.029121200840102 ], [ -75.019335340400801, 40.029280618492201 ], [ -75.019120764676401, 40.029397422632897 ], [ -75.019038289008904, 40.029364815239298 ], [ -75.019032923886598, 40.029373801862597 ], [ -75.0191854682827, 40.029536312969803 ], [ -75.019199550159797, 40.029535287222799 ], [ -75.019185135664401, 40.0294652002788 ], [ -75.019393676315602, 40.0293491659667 ], [ -75.019542534318603, 40.0295096223687 ], [ -75.019487211607995, 40.029591774307001 ], [ -75.019522415675397, 40.029604866844899 ], [ -75.019528114821199, 40.029611029302103 ], [ -75.019676641811998, 40.029529136861001 ], [ -75.019197860975595, 40.029019536336897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 455, "AUN": 126513280, "SCHOOL_NUM": 7587, "LOCATION_ID": "3322", "SCHOOL_NAME": "PHILADELPHIA ACADEMY", "SCHOOL_NAME_LABEL": "PHILADELPHIA ACADEMY CHARTER SCHOOL", "STREET_ADDRESS": "11000 ROOSEVELT BLVD", "ZIP_CODE": "19116", "PHONE_NUMBER": "(215) 676-8320", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "K-8", "ENROLLMENT": 1155, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 86823.36328125, "Shape__Length": 1881.7769686062964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.010514763534005, 40.104414977829997 ], [ -75.010464401562501, 40.1043714607531 ], [ -75.010468122756706, 40.104368920588598 ], [ -75.010514737425794, 40.104337113456602 ], [ -75.010489375100903, 40.104315196856398 ], [ -75.010521067475807, 40.104293570888501 ], [ -75.010499880488098, 40.104275262272701 ], [ -75.010474651415805, 40.104292479515998 ], [ -75.010273730107798, 40.104429578964002 ], [ -75.010245632068305, 40.104448751791899 ], [ -75.010203774629701, 40.104477312369802 ], [ -75.009824855673699, 40.104149873945602 ], [ -75.009809326898704, 40.104160470826997 ], [ -75.009761666989903, 40.1041192851145 ], [ -75.009744400582704, 40.104131067136002 ], [ -75.009719666452298, 40.104109692449697 ], [ -75.009673425336501, 40.104069732164298 ], [ -75.009644746971802, 40.1040449498079 ], [ -75.009662174807403, 40.104033056764301 ], [ -75.009612743511298, 40.103990339765403 ], [ -75.009627275247396, 40.103980423096601 ], [ -75.009622698847195, 40.103976469876102 ], [ -75.009615956976006, 40.103970642649799 ], [ -75.009605486244894, 40.103961594239401 ], [ -75.009427636032797, 40.103807898630599 ], [ -75.009248695336595, 40.103653259902998 ], [ -75.009438758968201, 40.103523575929103 ], [ -75.009556931884404, 40.1034429425059 ], [ -75.009258436464194, 40.103184980319902 ], [ -75.009254360436401, 40.103181459129502 ], [ -75.009219069241595, 40.103205539935502 ], [ -75.009213068969999, 40.103209634114897 ], [ -75.009179702967003, 40.103180798873701 ], [ -75.009220519245304, 40.103152949342302 ], [ -75.009208807271705, 40.103142826072897 ], [ -75.009195577455799, 40.1031518523926 ], [ -75.0091580037423, 40.103119380179699 ], [ -75.009170298387303, 40.103110991594498 ], [ -75.0090745034381, 40.103028202755397 ], [ -75.009078654469803, 40.1030253699032 ], [ -75.009412631861295, 40.102797484406103 ], [ -75.009888717083598, 40.103208918975 ], [ -75.0101095754043, 40.103181037285999 ], [ -75.010113747799906, 40.1031846429631 ], [ -75.010127706354496, 40.103196705140299 ], [ -75.010128502748202, 40.103196162085197 ], [ -75.010199134314107, 40.103147963923703 ], [ -75.010179781710804, 40.103131239761296 ], [ -75.010269928074493, 40.1030697272002 ], [ -75.010289157426996, 40.103086343662397 ], [ -75.010440820026403, 40.102982850177703 ], [ -75.010421312918197, 40.102965992847302 ], [ -75.010511679148095, 40.102904327660603 ], [ -75.0105147857643, 40.102907012501198 ], [ -75.010816478356205, 40.103167718030903 ], [ -75.010820461896898, 40.103164999390501 ], [ -75.012122320568807, 40.102276537544903 ], [ -75.012137531790103, 40.102266156944196 ], [ -75.012407627277497, 40.102499534709899 ], [ -75.012472740301604, 40.102555795105097 ], [ -75.012566990058104, 40.102637232076802 ], [ -75.012616835080607, 40.102603212373801 ], [ -75.013080960395101, 40.103004219529303 ], [ -75.013239954619095, 40.103141589501703 ], [ -75.013221376740702, 40.103154270021001 ], [ -75.013077633046507, 40.103252379183999 ], [ -75.013273706495099, 40.103421782454497 ], [ -75.012137904312993, 40.104196959732803 ], [ -75.012136679819406, 40.104195899988802 ], [ -75.012135606893807, 40.104194973381098 ], [ -75.012132219160605, 40.104197285011601 ], [ -75.012056106357704, 40.104249229487202 ], [ -75.012068856556894, 40.104260245569797 ], [ -75.012035595945605, 40.104282944031098 ], [ -75.012022872680504, 40.1042719511127 ], [ -75.011850591695705, 40.104389522343197 ], [ -75.011858109178704, 40.104396016666101 ], [ -75.011707525376394, 40.104498779713801 ], [ -75.0116996848366, 40.104492003990501 ], [ -75.0115712750234, 40.104579634629303 ], [ -75.011569211576003, 40.104581042940197 ], [ -75.011595349772605, 40.104603625406099 ], [ -75.011597487057102, 40.104605472795797 ], [ -75.0115302804235, 40.104651335190901 ], [ -75.011528457725205, 40.104649761105001 ], [ -75.011502902165006, 40.104627679072699 ], [ -75.011501976016007, 40.104628311405101 ], [ -75.011452382492394, 40.104662154195502 ], [ -75.011471463767407, 40.104678641891702 ], [ -75.011433217543399, 40.1047047434392 ], [ -75.011413885354003, 40.104688040264001 ], [ -75.011336881694405, 40.104740587049903 ], [ -75.011332925276804, 40.104743286081899 ], [ -75.010736173211995, 40.104227651247903 ], [ -75.0107153969672, 40.104241828819497 ], [ -75.010930321081901, 40.104427542769002 ], [ -75.010897319507293, 40.104450062366602 ], [ -75.011018419374594, 40.104554700493502 ], [ -75.010827350881399, 40.104685082844199 ], [ -75.010514763534005, 40.104414977829997 ] ], [ [ -75.010557180908705, 40.104271975919097 ], [ -75.010578833788401, 40.104257122069903 ], [ -75.0106442598196, 40.1042122450026 ], [ -75.010662207602806, 40.104199931692001 ], [ -75.010685893946402, 40.104183684583099 ], [ -75.0106630968925, 40.104165219371197 ], [ -75.010534901182098, 40.1042530499534 ], [ -75.010534346058407, 40.104253429812204 ], [ -75.010537283300494, 40.104256097098698 ], [ -75.010541597143899, 40.104260015866899 ], [ -75.010555802096107, 40.104272920712297 ], [ -75.010557180908705, 40.104271975919097 ] ], [ [ -75.010399880863304, 40.103813019092698 ], [ -75.010361372682198, 40.103779547381698 ], [ -75.010325659146602, 40.103805443101599 ], [ -75.010258106266406, 40.103854426554904 ], [ -75.010492792241394, 40.1040575375565 ], [ -75.010597401463997, 40.103984710789398 ], [ -75.010399880863304, 40.103813019092698 ] ], [ [ -75.010184766651804, 40.103625740703201 ], [ -75.010168249586897, 40.103611328876603 ], [ -75.010062303732397, 40.103685184392802 ], [ -75.010140944772004, 40.103753183798503 ], [ -75.010154837997703, 40.103765195980202 ], [ -75.010263468290503, 40.103694419514099 ], [ -75.010184766651804, 40.103625740703201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 456, "AUN": 226515552, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "RESURRECTION REGIONAL CATHOLIC SCHOOL", "SCHOOL_NAME_LABEL": "RESURRECTION REGIONAL CATHOLIC SCHOOL", "STREET_ADDRESS": "2020 SHELMIRE AVE.", "ZIP_CODE": "19152", "PHONE_NUMBER": "(215) 742-1127", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 3352.8984375, "Shape__Length": 340.17753269638951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.062299273233293, 40.053599179944499 ], [ -75.062240580476995, 40.053567009130703 ], [ -75.062229136014807, 40.053560735923099 ], [ -75.062238427616705, 40.053550726456201 ], [ -75.062189391959706, 40.0535238499196 ], [ -75.062184523292004, 40.053521180426301 ], [ -75.062190100775396, 40.053515170301999 ], [ -75.062143885432704, 40.053489838567401 ], [ -75.062094985218806, 40.053542521714 ], [ -75.062092850927797, 40.053541345473398 ], [ -75.061694445156803, 40.053322968731003 ], [ -75.061664431274195, 40.0533065172663 ], [ -75.061655609189799, 40.053301680583097 ], [ -75.061729379341102, 40.053222201352703 ], [ -75.061781949485294, 40.0531655630516 ], [ -75.061786047840101, 40.0531678090681 ], [ -75.062177789776101, 40.0533825324245 ], [ -75.062223266282601, 40.053407459412597 ], [ -75.062268127479101, 40.053432047610698 ], [ -75.062291701820101, 40.0534066479443 ], [ -75.062257407150994, 40.053387851763297 ], [ -75.062474662674504, 40.053153780386999 ], [ -75.062513804422295, 40.053175234216603 ], [ -75.062694446799398, 40.053274248574198 ], [ -75.062370003470903, 40.053623803390998 ], [ -75.062314812302901, 40.053593551537197 ], [ -75.062306110093701, 40.053602927173699 ], [ -75.062299273233293, 40.053599179944499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 457, "AUN": 226510502, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "SAINT LUCY SCHOOL FOR THE VISUALLY IMPAIRED", "SCHOOL_NAME_LABEL": "SAINT LUCY SCHOOL FOR THE VISUALLY IMPAIRED", "STREET_ADDRESS": "3031 STAMFORD ST", "ZIP_CODE": "19136", "PHONE_NUMBER": "(215) 333-2496", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 4161.05859375, "Shape__Length": 417.77733010860294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.030589211566195, 40.055944058927501 ], [ -75.030583865018301, 40.0559439391306 ], [ -75.030603991591093, 40.055413798484601 ], [ -75.030494835659596, 40.055411350952497 ], [ -75.030499202653601, 40.055296305278901 ], [ -75.030502226606202, 40.0552963734809 ], [ -75.030664062404995, 40.055300001497898 ], [ -75.030697515956803, 40.055284308557297 ], [ -75.030700875555894, 40.055282731265201 ], [ -75.030725754612604, 40.0553149065789 ], [ -75.030726161896595, 40.055304197058398 ], [ -75.030735512049404, 40.055057872043101 ], [ -75.030739919812802, 40.055057971866802 ], [ -75.030740621206903, 40.0550394492873 ], [ -75.030734472241505, 40.0550393116294 ], [ -75.030738358587897, 40.054936941414901 ], [ -75.030742908426703, 40.0549370434751 ], [ -75.030743830925005, 40.054912712079599 ], [ -75.030803343466602, 40.054914046350902 ], [ -75.030803573678398, 40.054908010234399 ], [ -75.030803594404105, 40.054907456576899 ], [ -75.030811015888304, 40.054907623223997 ], [ -75.030816798764405, 40.054907752213197 ], [ -75.030816929544002, 40.054904306525401 ], [ -75.030816969440806, 40.054903201426299 ], [ -75.030828616467304, 40.054899712944 ], [ -75.030841400386606, 40.0548967120328 ], [ -75.0308577707182, 40.054897079219302 ], [ -75.030877567018806, 40.054900868146802 ], [ -75.030888960992201, 40.054905741079203 ], [ -75.030888951632406, 40.054906011173699 ], [ -75.030888803808594, 40.054909882205997 ], [ -75.030897453939602, 40.054910075674698 ], [ -75.030897245609793, 40.054915566045203 ], [ -75.030960676876902, 40.054916987351703 ], [ -75.030941491006303, 40.055422414092902 ], [ -75.030864529727594, 40.055420689452497 ], [ -75.030862916911303, 40.055463122446298 ], [ -75.030862746260595, 40.055467636065202 ], [ -75.030816597312494, 40.055466601238898 ], [ -75.030798394229294, 40.055946088495503 ], [ -75.030709103559701, 40.055944086588099 ], [ -75.030708057262899, 40.055971652087997 ], [ -75.030682900224306, 40.055971088172598 ], [ -75.030609467552495, 40.055969442391202 ], [ -75.030604848821099, 40.055969338696599 ], [ -75.030605795986602, 40.055944430085098 ], [ -75.030589211566195, 40.055944058927501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 458, "AUN": 226518332, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST KATHERINE SIENA SCHOOL", "SCHOOL_NAME_LABEL": "ST KATHERINE OF SIENA SCHOOL", "STREET_ADDRESS": "9720-88 FRANKFORD AVE", "ZIP_CODE": "19114", "PHONE_NUMBER": "(215) 637-2181", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 5277.078125, "Shape__Length": 461.42885377268522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -74.992919610099094, 40.0606355364461 ], [ -74.992865263501102, 40.060627217495501 ], [ -74.992839079330295, 40.060623210148798 ], [ -74.992827683401202, 40.060594983370798 ], [ -74.992751232395705, 40.060578034457997 ], [ -74.992730449354099, 40.060573426840499 ], [ -74.992756602799403, 40.060511327930499 ], [ -74.992780075571304, 40.060517487976398 ], [ -74.992787493400499, 40.060494246170798 ], [ -74.992811520657597, 40.060484492057903 ], [ -74.992756408501094, 40.060404347643797 ], [ -74.992734118726304, 40.060371933027298 ], [ -74.992729890519598, 40.060365784280599 ], [ -74.992980941641605, 40.060263855589703 ], [ -74.993056509934604, 40.0603737494745 ], [ -74.993091371083494, 40.060359595636498 ], [ -74.992745398414797, 40.059856478864702 ], [ -74.992734434201793, 40.0598405349456 ], [ -74.992874745345105, 40.059783566794202 ], [ -74.993079862480599, 40.059700286985297 ], [ -74.993092708354794, 40.059695071699302 ], [ -74.993134814677504, 40.059756301386898 ], [ -74.993172888792301, 40.059740843744798 ], [ -74.993173225690398, 40.059740705405503 ], [ -74.9932361617726, 40.059832226333199 ], [ -74.993234194426805, 40.059833025003201 ], [ -74.993036450193799, 40.059913311388499 ], [ -74.993034020785203, 40.059914298328302 ], [ -74.993033788314605, 40.059914391867103 ], [ -74.993301329401504, 40.060303452262701 ], [ -74.993286492227099, 40.0603094758076 ], [ -74.993293490027995, 40.060319650041301 ], [ -74.9933288606979, 40.060371085640803 ], [ -74.993330020219105, 40.060370615622901 ], [ -74.993344028788002, 40.060364926985699 ], [ -74.993361556418293, 40.060390414038899 ], [ -74.993348121703093, 40.060395868653799 ], [ -74.993346236302301, 40.060396634375898 ], [ -74.993348508895394, 40.060399939495703 ], [ -74.993319049088996, 40.060411900511497 ], [ -74.993376289118501, 40.060495140167802 ], [ -74.993000133574995, 40.060647862511203 ], [ -74.992919610099094, 40.0606355364461 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 459, "AUN": 226516452, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST BARNABAS CATHOLIC SCHOOL", "SCHOOL_NAME_LABEL": "ST BARNABAS CATHOLIC SCHOOL", "STREET_ADDRESS": "6334 BUIST AVE", "ZIP_CODE": "19142", "PHONE_NUMBER": "(215) 729-3603", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1490.2578125, "Shape__Length": 176.5946034410417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226991033843902, 39.922142330469498 ], [ -75.226967916196898, 39.922123072029201 ], [ -75.226958115882894, 39.922130046354503 ], [ -75.226857461170695, 39.922046201100798 ], [ -75.226861068497996, 39.922043633795298 ], [ -75.226834075938001, 39.922021148955601 ], [ -75.226885149371796, 39.921984801403099 ], [ -75.2268955822327, 39.921977375862603 ], [ -75.226895742583693, 39.921977508909499 ], [ -75.226898544802197, 39.921979844464303 ], [ -75.227212305525399, 39.921756546387599 ], [ -75.227222739777005, 39.921749120849398 ], [ -75.227282269898694, 39.921798709440502 ], [ -75.227307054720697, 39.921819355994302 ], [ -75.227374947810105, 39.921875910788302 ], [ -75.227360470548604, 39.9218862139303 ], [ -75.227326021646505, 39.9219107312978 ], [ -75.227210443633396, 39.921992987052498 ], [ -75.227232783807395, 39.9220115965133 ], [ -75.227222439631404, 39.922018958712599 ], [ -75.227194351863105, 39.922038948824898 ], [ -75.227192263475104, 39.922040435700502 ], [ -75.227189459824302, 39.922038098995301 ], [ -75.227168320036299, 39.922020489014798 ], [ -75.227157885737, 39.922027914548003 ], [ -75.227102384790996, 39.922067412902798 ], [ -75.226993837575705, 39.922144664928901 ], [ -75.226991033843902, 39.922142330469498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 460, "AUN": 226517052, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST CECILIA SCHOOL", "SCHOOL_NAME_LABEL": "ST CECILIA SCHOOL", "STREET_ADDRESS": "535 RHAWN ST", "ZIP_CODE": "19111", "PHONE_NUMBER": "(215) 725-8588", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 6098.04296875, "Shape__Length": 584.00557487112451 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.081550034802902, 40.077368343460002 ], [ -75.081511321260507, 40.077346833341601 ], [ -75.081494069282599, 40.077365158555899 ], [ -75.081328810104395, 40.077273340562598 ], [ -75.081240464473396, 40.077224256046698 ], [ -75.081256503032606, 40.0772072215847 ], [ -75.081200648364401, 40.077176185804902 ], [ -75.081200259724, 40.077175965036098 ], [ -75.081267095127401, 40.077105005014602 ], [ -75.081266628804201, 40.0771047464006 ], [ -75.081161187888, 40.077046166613698 ], [ -75.081152757024, 40.077055120856599 ], [ -75.081124702746493, 40.077039533543399 ], [ -75.081132738951993, 40.077030995877401 ], [ -75.080859330425696, 40.076879090442802 ], [ -75.080850695998507, 40.076888261816599 ], [ -75.080823320498297, 40.076873051732498 ], [ -75.080831609221406, 40.076864245135603 ], [ -75.080814644453099, 40.076854819347901 ], [ -75.080873431261097, 40.076792378887397 ], [ -75.080864778179603, 40.076787570239098 ], [ -75.080883653559795, 40.076767522420703 ], [ -75.080892300957998, 40.076772326430401 ], [ -75.080950637750504, 40.0767103642943 ], [ -75.080955398336897, 40.076713009023401 ], [ -75.080965229309896, 40.0767025656857 ], [ -75.081046692856305, 40.076747827892198 ], [ -75.081037342386196, 40.076757759794397 ], [ -75.081036829844095, 40.076758303155302 ], [ -75.081402364208799, 40.0769613931121 ], [ -75.081454567135296, 40.076905968357799 ], [ -75.081454750749501, 40.076905773266901 ], [ -75.0814547808464, 40.076905790860302 ], [ -75.081464969143397, 40.0769114539277 ], [ -75.081477166856104, 40.076898503179699 ], [ -75.081480118250397, 40.076900141767602 ], [ -75.081510043171505, 40.076916777085302 ], [ -75.081497943371502, 40.076929624238403 ], [ -75.081497733704495, 40.076929848008099 ], [ -75.081510024035794, 40.076936677165698 ], [ -75.081527009688998, 40.076918634099002 ], [ -75.081779159087901, 40.077058727309101 ], [ -75.081762400043203, 40.077076526761999 ], [ -75.081803353248503, 40.0770992804174 ], [ -75.081550034802902, 40.077368343460002 ] ] ], [ [ [ -75.080403641104695, 40.076825754047697 ], [ -75.080498732830506, 40.076726031968903 ], [ -75.080503263995197, 40.076728582410503 ], [ -75.080536849872402, 40.076747482411001 ], [ -75.080554213242394, 40.076729272554402 ], [ -75.080501844232501, 40.076699802967497 ], [ -75.080672525700194, 40.076520807424103 ], [ -75.080674796595105, 40.076518427370097 ], [ -75.080679327796901, 40.076520976679603 ], [ -75.080860370134204, 40.076622856277297 ], [ -75.080688216290795, 40.076803394709202 ], [ -75.080687951673994, 40.076803673515997 ], [ -75.080685587805704, 40.076802343643301 ], [ -75.080642503378797, 40.076778099541002 ], [ -75.080637972249804, 40.076775547979601 ], [ -75.080620160834201, 40.076794227243902 ], [ -75.080661247170397, 40.0768173470791 ], [ -75.080417876898395, 40.077072566829898 ], [ -75.080417610858902, 40.077072844476803 ], [ -75.080415264210004, 40.077071524009 ], [ -75.080401814038694, 40.077063954844597 ], [ -75.080268874405505, 40.076989145245904 ], [ -75.080257854052704, 40.076982944644897 ], [ -75.080259846820596, 40.076980852100903 ], [ -75.080275128833705, 40.076964828504799 ], [ -75.080272456545003, 40.076963325893303 ], [ -75.080403641104695, 40.076825754047697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 461, "AUN": 226517152, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST CHRISTOPHER SCHOOL", "SCHOOL_NAME_LABEL": "ST CHRISTOPHER SCHOOL", "STREET_ADDRESS": "13305 PROCTOR RD", "ZIP_CODE": "19116", "PHONE_NUMBER": "(215) 673-5787", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 9295.04296875, "Shape__Length": 917.40713958470849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.009695337102102, 40.1249979541399 ], [ -75.009622989930705, 40.124955530641898 ], [ -75.009605882368206, 40.124972722875498 ], [ -75.009573174361705, 40.124953543908802 ], [ -75.009584806818395, 40.124941852816697 ], [ -75.009563852861902, 40.124929565434002 ], [ -75.009569710304405, 40.124923680323199 ], [ -75.009546887345607, 40.124910298669903 ], [ -75.009513778013698, 40.124890885983902 ], [ -75.009512797694995, 40.1248903107263 ], [ -75.009511990780794, 40.1248898375907 ], [ -75.010020342562399, 40.124379048168599 ], [ -75.010232663199204, 40.1241657063199 ], [ -75.010375057307698, 40.124022626249499 ], [ -75.010415318241996, 40.123982171684503 ], [ -75.010349796778499, 40.123943749727097 ], [ -75.010336227000494, 40.123957387198402 ], [ -75.010269910436307, 40.124024034189603 ], [ -75.009982779655203, 40.123855658807599 ], [ -75.010040952512099, 40.123797198901997 ], [ -75.010074263049304, 40.123763720855699 ], [ -75.010052143957793, 40.123742952760203 ], [ -75.0100401671274, 40.123731704931501 ], [ -75.010043690737604, 40.123728163257397 ], [ -75.010063197410602, 40.123708559232298 ], [ -75.010066521050803, 40.123710508110499 ], [ -75.010415198527497, 40.123914973692798 ], [ -75.010418591986195, 40.1239115663181 ], [ -75.010473869797494, 40.123856044510603 ], [ -75.010800318681703, 40.123528145640897 ], [ -75.0109735996013, 40.1236298414644 ], [ -75.010969997900006, 40.123633537864301 ], [ -75.011005825872004, 40.123654544430103 ], [ -75.011048508917995, 40.123679573021697 ], [ -75.011078452736101, 40.123649481326602 ], [ -75.011101417411297, 40.1236629471504 ], [ -75.011273309098101, 40.123489994594003 ], [ -75.011275780611996, 40.123487506843098 ], [ -75.011317482554801, 40.123511943178997 ], [ -75.011392499104701, 40.123555901295198 ], [ -75.011398828037301, 40.123581693809001 ], [ -75.011489924470894, 40.123635073494 ], [ -75.011459003930597, 40.1236661759947 ], [ -75.011472876629597, 40.123746955993496 ], [ -75.011432497098298, 40.123787569150601 ], [ -75.011443769259898, 40.123869236712899 ], [ -75.0113561585773, 40.1239573505961 ], [ -75.011216021329005, 40.1238752351058 ], [ -75.011114171456995, 40.123887028157903 ], [ -75.011068092154204, 40.1238600276169 ], [ -75.011046750867806, 40.123847524033998 ], [ -75.010972642837004, 40.123804099809803 ], [ -75.010967729625094, 40.123801221053697 ], [ -75.010966793657801, 40.123800673896397 ], [ -75.010969639728998, 40.12379781325 ], [ -75.010985356811403, 40.123782010252398 ], [ -75.011012192060505, 40.1237550320214 ], [ -75.011053055942, 40.123713948476798 ], [ -75.010987216157204, 40.123675341344203 ], [ -75.010950078331206, 40.123653563582899 ], [ -75.010928334121601, 40.1236754267942 ], [ -75.0105898526174, 40.124015739789499 ], [ -75.010548477366399, 40.124057339242498 ], [ -75.010597591103505, 40.124086146807599 ], [ -75.0105991318554, 40.124087049649198 ], [ -75.010574639652006, 40.124111663141001 ], [ -75.010495712322793, 40.124190982819101 ], [ -75.010487224553501, 40.124199511863601 ], [ -75.010403117301394, 40.124284033331897 ], [ -75.010394216503897, 40.124292979406199 ], [ -75.010315025763205, 40.124372561884897 ], [ -75.010305863509899, 40.124381768662197 ], [ -75.010206540186104, 40.124481584484002 ], [ -75.010201973606897, 40.124486172446801 ], [ -75.010197694570394, 40.124483647789098 ], [ -75.010147699905204, 40.124454162424897 ], [ -75.010060173315395, 40.124542130957103 ], [ -75.010116200096704, 40.124574982473 ], [ -75.010074647447496, 40.124616744237898 ], [ -75.010066312475999, 40.124625120335502 ], [ -75.0099871267346, 40.124704704976601 ], [ -75.009979001291896, 40.124712869806899 ], [ -75.009899500422804, 40.124792767885303 ], [ -75.009889409639101, 40.124802909880799 ], [ -75.009807580822994, 40.124885148117301 ], [ -75.009797177974093, 40.124895604797302 ], [ -75.009695337102102, 40.1249979541399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 462, "AUN": 226517302, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST DOMINIC SCHOOL", "SCHOOL_NAME_LABEL": "ST DOMINIC SCHOOL", "STREET_ADDRESS": "8510 FRANKFORD AVE", "ZIP_CODE": "19136", "PHONE_NUMBER": "(215) 333-6703", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 5169.15234375, "Shape__Length": 459.55552120482093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.015782603798897, 40.047634945618903 ], [ -75.016046988604401, 40.047438699404999 ], [ -75.0155883533875, 40.047073746793799 ], [ -75.015594334324405, 40.0470693084064 ], [ -75.015256979316604, 40.046800860169199 ], [ -75.015422000577999, 40.046678370154503 ], [ -75.015426960707003, 40.046682314355401 ], [ -75.015460808956604, 40.046709249714098 ], [ -75.015493772968298, 40.046684781125997 ], [ -75.015822883745997, 40.046946669829403 ], [ -75.015768230253599, 40.046987237773401 ], [ -75.016167899716706, 40.047305269368998 ], [ -75.016168340847003, 40.047304941970403 ], [ -75.016185671765896, 40.047292080706299 ], [ -75.016214611747998, 40.047315106685801 ], [ -75.0163796773694, 40.047446454723101 ], [ -75.016146813478002, 40.047619304605597 ], [ -75.016146737958294, 40.047619360250799 ], [ -75.015948208961504, 40.047766723857201 ], [ -75.015782603798897, 40.047634945618903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 463, "AUN": 226517552, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST FRANCIS DESALES SCHOOL", "SCHOOL_NAME_LABEL": "ST FRANCIS DESALES SCHOOL", "STREET_ADDRESS": "917 S 47TH ST", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 387-1749", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 2239.89453125, "Shape__Length": 244.6859147397054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215536406774106, 39.947952402297197 ], [ -75.215378289701803, 39.948064090376199 ], [ -75.215374489429195, 39.948060875425298 ], [ -75.215372072308497, 39.948058828550799 ], [ -75.215348009955704, 39.948038462444401 ], [ -75.215346785352395, 39.948039320618797 ], [ -75.215343807341299, 39.948041404829702 ], [ -75.215317173260004, 39.948018861158502 ], [ -75.215314480729205, 39.948020745572798 ], [ -75.2153101414454, 39.9480170738399 ], [ -75.215291204230695, 39.948001045539499 ], [ -75.215293941841793, 39.947999129460598 ], [ -75.215289571443705, 39.947995428882997 ], [ -75.215285809480505, 39.947992246310498 ], [ -75.215156934602604, 39.947883165928097 ], [ -75.215156518435904, 39.9478834563145 ], [ -75.215153292505406, 39.947885714115998 ], [ -75.215148930601003, 39.947882021604102 ], [ -75.215130680042407, 39.947866573827802 ], [ -75.2151336535822, 39.947864491776102 ], [ -75.215107703379701, 39.947842526291602 ], [ -75.215110978902104, 39.947840233547304 ], [ -75.215082950600305, 39.947816509104896 ], [ -75.215172475632997, 39.947753853006802 ], [ -75.215200196194999, 39.947777314967801 ], [ -75.215207647200003, 39.947772100640201 ], [ -75.215239514121293, 39.947799071263702 ], [ -75.215324414292596, 39.947739649936601 ], [ -75.215324617131998, 39.947739508006002 ], [ -75.215325360433397, 39.947740137111403 ], [ -75.215329615997405, 39.9477437382929 ], [ -75.215415932885406, 39.9476833255695 ], [ -75.215412559667698, 39.947680470319902 ], [ -75.215548983858497, 39.947584987206298 ], [ -75.215551837860005, 39.947587404130601 ], [ -75.215616343891099, 39.947542255479199 ], [ -75.215620019259703, 39.947545366300197 ], [ -75.215623342838498, 39.947543039689997 ], [ -75.215623747052604, 39.947542755795403 ], [ -75.215742612987697, 39.947643363605401 ], [ -75.215749704201201, 39.947649364390998 ], [ -75.215754078862503, 39.947653068424003 ], [ -75.215750583987898, 39.9476555151413 ], [ -75.215754646642395, 39.947658953243199 ], [ -75.215689933241805, 39.9477042471826 ], [ -75.215693061043098, 39.947706895402803 ], [ -75.215556997449994, 39.9478021253652 ], [ -75.215554217159706, 39.947799772013703 ], [ -75.215524465701705, 39.947820595656701 ], [ -75.215481424429399, 39.947850720187802 ], [ -75.215488966694494, 39.947857103744902 ], [ -75.215471223410603, 39.947869521686897 ], [ -75.215554327379905, 39.947939859870203 ], [ -75.215536406774106, 39.947952402297197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 464, "AUN": 226517752, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST GEORGE SCHOOL", "SCHOOL_NAME_LABEL": "ST GEORGE SCHOOL", "STREET_ADDRESS": "2700 E VENANGO ST", "ZIP_CODE": "19134", "PHONE_NUMBER": "(215) 634-8803", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 2298.34375, "Shape__Length": 358.69476741265242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.093017997983495, 39.988735525741298 ], [ -75.092957527588993, 39.9886659241158 ], [ -75.092952525481806, 39.988660167824399 ], [ -75.093195098181596, 39.988535471827902 ], [ -75.093183394454201, 39.988522000716699 ], [ -75.0932091559539, 39.988508758245501 ], [ -75.093220610291993, 39.988521942007097 ], [ -75.0932388809195, 39.988512550387298 ], [ -75.093239687884093, 39.988512134316402 ], [ -75.093215812415593, 39.988484654161802 ], [ -75.093199375259999, 39.988493103836298 ], [ -75.093127771375507, 39.988410689755398 ], [ -75.092870571371193, 39.988542905137201 ], [ -75.092854303033803, 39.988551267441899 ], [ -75.092823136231999, 39.988515394183999 ], [ -75.092804950919898, 39.988494463311397 ], [ -75.092742073754295, 39.988422092593403 ], [ -75.092763882911896, 39.988410881784397 ], [ -75.092771762899901, 39.988419950699203 ], [ -75.092779341574101, 39.988428674748498 ], [ -75.092991261455296, 39.988319737098898 ], [ -75.092985753583704, 39.988313398067802 ], [ -75.0930280717171, 39.988291644561599 ], [ -75.093034180717297, 39.988298674410601 ], [ -75.093038189367107, 39.9883032881623 ], [ -75.093059419314599, 39.988327724682598 ], [ -75.093062948795406, 39.9883259108312 ], [ -75.093069944594703, 39.988333964737002 ], [ -75.093093810239196, 39.988361431181701 ], [ -75.093111681880004, 39.988352244342799 ], [ -75.093112133143407, 39.988352012635403 ], [ -75.093095284492193, 39.988332619736298 ], [ -75.093088490367194, 39.988324800265197 ], [ -75.093156625261898, 39.988289774006702 ], [ -75.093158362661697, 39.9882917739804 ], [ -75.093179594023695, 39.988316212762903 ], [ -75.093204034502307, 39.988303649281697 ], [ -75.093206091446802, 39.988306014813602 ], [ -75.093245554435597, 39.988351438398603 ], [ -75.093212069008004, 39.988368652484603 ], [ -75.093239518752199, 39.988400246391699 ], [ -75.0932423310242, 39.988398800000098 ], [ -75.093249644048299, 39.988395040758803 ], [ -75.093255670334997, 39.9884019774506 ], [ -75.093248278147499, 39.988405776532801 ], [ -75.093245624289395, 39.988407140992997 ], [ -75.093295736148093, 39.988464818498301 ], [ -75.093246580113401, 39.988490087800301 ], [ -75.093257621078706, 39.988502796829302 ], [ -75.093257752588201, 39.9885027289167 ], [ -75.093284189520602, 39.988489138270097 ], [ -75.093280156986197, 39.988484498070001 ], [ -75.093279676383105, 39.988483945196698 ], [ -75.093304176696606, 39.988471350415701 ], [ -75.093366873866898, 39.9884391209021 ], [ -75.093375315781202, 39.988448836884899 ], [ -75.093476366402996, 39.988565146843001 ], [ -75.093057185141006, 39.988780629891799 ], [ -75.093017997983495, 39.988735525741298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 465, "AUN": 226518752, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST MARTIN OF TOURS SCHOOL", "SCHOOL_NAME_LABEL": "ST MARTIN OF TOURS SCHOOL", "STREET_ADDRESS": "5400 E ROOSEVELT BLV", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 744-0444", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 3029.53125, "Shape__Length": 396.34597925687802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.086860632860905, 40.031954517777201 ], [ -75.086928266095498, 40.031895877628202 ], [ -75.086849594789598, 40.031846150854903 ], [ -75.086833724840204, 40.031854941896498 ], [ -75.0868437371781, 40.0318657117014 ], [ -75.086783603773597, 40.031898748163897 ], [ -75.086775423192506, 40.031903241604603 ], [ -75.086689709530404, 40.031811048832701 ], [ -75.086562660502693, 40.031674397548898 ], [ -75.086493236853997, 40.0317125390334 ], [ -75.086489350972002, 40.0317146733492 ], [ -75.086459973493902, 40.031683074054698 ], [ -75.086467469726898, 40.031678956716497 ], [ -75.086483291881095, 40.031670263730902 ], [ -75.086422502738699, 40.031604877987697 ], [ -75.086518242558896, 40.0315522792651 ], [ -75.086456583281105, 40.031485957678903 ], [ -75.086542995236499, 40.031438484631899 ], [ -75.086605280127202, 40.031505479563101 ], [ -75.086700880349696, 40.031452958550602 ], [ -75.086761672463496, 40.031518346465297 ], [ -75.086784604412998, 40.031505747875698 ], [ -75.086791132958197, 40.031512773056697 ], [ -75.086808613122997, 40.031531571958503 ], [ -75.086813524986397, 40.031536857814501 ], [ -75.086741449596701, 40.031576457325698 ], [ -75.086875234036796, 40.031720355755901 ], [ -75.086888298507901, 40.031734406276797 ], [ -75.0869437109546, 40.031794006319402 ], [ -75.086865782310895, 40.031837182462397 ], [ -75.086939999809601, 40.0318843247193 ], [ -75.086997332266094, 40.031835292891003 ], [ -75.087336965105393, 40.032061747922199 ], [ -75.087347696646702, 40.032068903174803 ], [ -75.087345973586096, 40.032070397242798 ], [ -75.087208891266499, 40.032189302803602 ], [ -75.086859869920801, 40.0319551792428 ], [ -75.086860632860905, 40.031954517777201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 466, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "YESHIVA KETANA OF PHILADELPHIA", "SCHOOL_NAME_LABEL": "YESHIVA KETANA OF PHILADELPHIA", "STREET_ADDRESS": "5900 DREXEL RD", "ZIP_CODE": "19131", "PHONE_NUMBER": "(610) 756-8367", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-3", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 9760.6171875, "Shape__Length": 434.04888469503976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243042761950704, 39.987879306463697 ], [ -75.243400487526202, 39.9883304469096 ], [ -75.2437582192332, 39.988781588516702 ], [ -75.2432708929596, 39.989010501145302 ], [ -75.242555441202001, 39.988108216094403 ], [ -75.243042761950704, 39.987879306463697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 467, "AUN": 126515001, "SCHOOL_NUM": 6823, "LOCATION_ID": "5430", "SCHOOL_NAME": "(TEMPORARY) AMY 5 AT JAMES MARTIN", "SCHOOL_NAME_LABEL": "(TEMPORARY) ALTERNATIVE MIDDLE YEARS AT JAMES MARTIN", "STREET_ADDRESS": "600 E THOMPSON ST", "ZIP_CODE": "19125", "PHONE_NUMBER": "(215) 400-7190", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "6-8", "ENROLLMENT": 185, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 9303.828125, "Shape__Length": 400.90425140433513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126753318268598, 39.973152696381398 ], [ -75.126500130951598, 39.972690050080303 ], [ -75.1275417764856, 39.972329687496099 ], [ -75.127799284495893, 39.972793446015899 ], [ -75.126753318268598, 39.973152696381398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 468, "AUN": 0, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST MATTHEW SCHOOL", "SCHOOL_NAME_LABEL": "ST MATTHEW SCHOOL", "STREET_ADDRESS": "3040 COTTMAN AVE", "ZIP_CODE": "19149", "PHONE_NUMBER": "(215) 333-3142", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 8223.0390625, "Shape__Length": 911.94735456881165 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.050214257196302, 40.041644750434003 ], [ -75.050175836785002, 40.041622848449101 ], [ -75.049963621461998, 40.041501873865599 ], [ -75.049894647554098, 40.041462554889797 ], [ -75.049807871467493, 40.041413087181802 ], [ -75.049803296275996, 40.041410478092402 ], [ -75.049792398643007, 40.041421769971599 ], [ -75.049785667435302, 40.041428745784202 ], [ -75.049783548168506, 40.0414275381168 ], [ -75.049717470370993, 40.041389868452598 ], [ -75.049696508558398, 40.041377919958897 ], [ -75.049719706924193, 40.0413538824724 ], [ -75.049680975905105, 40.041331802939197 ], [ -75.049724193670798, 40.041287017524603 ], [ -75.049697814133594, 40.041271980595603 ], [ -75.049684292014703, 40.041264270726899 ], [ -75.049679817080602, 40.041261720304703 ], [ -75.049627948308697, 40.041315472742298 ], [ -75.049621200363404, 40.041322463920203 ], [ -75.049518465180597, 40.041263897514099 ], [ -75.049578373493603, 40.041201814721603 ], [ -75.049567788836995, 40.041195778891002 ], [ -75.049582987553194, 40.041180027720003 ], [ -75.049599257681805, 40.041163166414798 ], [ -75.049607144360706, 40.0411549934786 ], [ -75.049616862761894, 40.041162433723102 ], [ -75.049714888139306, 40.041060851852002 ], [ -75.0496501303505, 40.041023936262597 ], [ -75.049680481769599, 40.040992482375202 ], [ -75.049668900979, 40.040987874949302 ], [ -75.049734297481706, 40.040920103713397 ], [ -75.049997505621107, 40.041070149127997 ], [ -75.049989868111894, 40.041078064390099 ], [ -75.050019610581501, 40.0410950195675 ], [ -75.049942981901694, 40.041174429778401 ], [ -75.049936209503798, 40.041181447430397 ], [ -75.049823442618404, 40.041117162602703 ], [ -75.0498191167231, 40.041114696783801 ], [ -75.049702238252394, 40.041235817401898 ], [ -75.049744879603196, 40.041260125466899 ], [ -75.049751543560205, 40.0412532190335 ], [ -75.049793905374301, 40.0412093190264 ], [ -75.049798403241098, 40.0412118823727 ], [ -75.050034149803906, 40.041346271759203 ], [ -75.050041093342898, 40.041339077914401 ], [ -75.050060235280299, 40.041319240759897 ], [ -75.049995375260494, 40.041282268909697 ], [ -75.0500523882381, 40.041223188143299 ], [ -75.050387898563599, 40.040875493467396 ], [ -75.050422766498997, 40.0408953701385 ], [ -75.050426760257295, 40.040891230202497 ], [ -75.050446502607699, 40.040870770734799 ], [ -75.050447065092499, 40.040870187010299 ], [ -75.050406091678497, 40.040846828465803 ], [ -75.050404776272899, 40.040846078963803 ], [ -75.050430581810403, 40.040819335275302 ], [ -75.050421783862802, 40.0408143202799 ], [ -75.050324859000398, 40.040759069598501 ], [ -75.050298925263206, 40.040744284313803 ], [ -75.050294831530493, 40.0407419501162 ], [ -75.050091851627599, 40.040952302139097 ], [ -75.050084996762806, 40.040959404586502 ], [ -75.049849674148405, 40.040825256132301 ], [ -75.049836467288998, 40.040817727142503 ], [ -75.050046212277394, 40.040600365615703 ], [ -75.050018772670995, 40.040584722660903 ], [ -75.050022190280998, 40.0405811785296 ], [ -75.050137792389506, 40.040461378066901 ], [ -75.050143976734205, 40.040464902363901 ], [ -75.050488879850306, 40.040661520614599 ], [ -75.050428986515499, 40.040723591815301 ], [ -75.050487246281506, 40.040756802988298 ], [ -75.050493939138505, 40.0407498667835 ], [ -75.050560398261496, 40.040680994891403 ], [ -75.050564840189494, 40.040683527609197 ], [ -75.050748218520695, 40.040788062997102 ], [ -75.050598457312304, 40.0409432631455 ], [ -75.050591775142607, 40.040950188344603 ], [ -75.050544145767006, 40.040923037698001 ], [ -75.050523568935404, 40.040944361723703 ], [ -75.050518708597195, 40.040949399239501 ], [ -75.0505594414835, 40.040972618057602 ], [ -75.050560870088802, 40.040973432165103 ], [ -75.050549789180593, 40.040984915782502 ], [ -75.050203211876195, 40.0413440801943 ], [ -75.050196509788506, 40.041351025177597 ], [ -75.050134314952601, 40.041315570119401 ], [ -75.050129829973898, 40.0413130138475 ], [ -75.050075494614703, 40.041369323794697 ], [ -75.050374828774494, 40.041539959409 ], [ -75.050259847255205, 40.0416591169583 ], [ -75.050252611764193, 40.041666613689699 ], [ -75.050214257196302, 40.041644750434003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 469, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST MONICA SCHOOL (JUNIOR SCHOOL)", "SCHOOL_NAME_LABEL": "ST MONICA JUNIOR SCHOOL", "STREET_ADDRESS": "1720 RITNER ST", "ZIP_CODE": "19145", "PHONE_NUMBER": "(215) 334-6001", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-4", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 2282.546875, "Shape__Length": 241.37424134810692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176135801702898, 39.921279203073901 ], [ -75.175968521261595, 39.9212578601785 ], [ -75.175967077159598, 39.921257676840398 ], [ -75.175994435936502, 39.921130556600701 ], [ -75.175995711140899, 39.921130719252901 ], [ -75.176089399243196, 39.921142672705798 ], [ -75.176090148254403, 39.921139193587798 ], [ -75.176171150193795, 39.920762805913299 ], [ -75.176176178251694, 39.9207634458716 ], [ -75.176191049568502, 39.920694339721599 ], [ -75.176194259376103, 39.9206947496521 ], [ -75.176405138269104, 39.920721654733804 ], [ -75.176390255016301, 39.920790811320799 ], [ -75.176394616313004, 39.920791367601502 ], [ -75.176292015326297, 39.921268125514501 ], [ -75.176203302666494, 39.921256806502001 ], [ -75.176197666962906, 39.921282992965097 ], [ -75.176196807743096, 39.921286987692497 ], [ -75.176135801702898, 39.921279203073901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 470, "AUN": 226519142, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ST PETER THE APOSTLE SCHOOL", "SCHOOL_NAME_LABEL": "ST PETER THE APOSTLE SCHOOL", "STREET_ADDRESS": "1009 N 5TH ST", "ZIP_CODE": "19123", "PHONE_NUMBER": "(215) 922-5958", "ACTIVE": "O", "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "PREK-8", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "ARCHDIOCESE", "Shape__Area": 1430.375, "Shape__Length": 165.0505399242862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1447908021876, 39.9696872793578 ], [ -75.144801599454496, 39.9696888377444 ], [ -75.144801710621493, 39.969688381873503 ], [ -75.144805012965904, 39.969674832276098 ], [ -75.144796003358906, 39.969673531849402 ], [ -75.144873656464398, 39.969354943374398 ], [ -75.144873847148702, 39.9693549713555 ], [ -75.144882935389106, 39.969356281446203 ], [ -75.144883046598196, 39.969355824449998 ], [ -75.144887870630498, 39.969336031529899 ], [ -75.144888061314703, 39.969336059511001 ], [ -75.145097810300896, 39.9693663259822 ], [ -75.145092521012202, 39.969388023018503 ], [ -75.145106522366603, 39.969390042682399 ], [ -75.145083585739101, 39.9694841461463 ], [ -75.145087570117795, 39.969484720899302 ], [ -75.145055946154002, 39.969614466402497 ], [ -75.145055834945694, 39.9696149233989 ], [ -75.145052629387806, 39.9696144609333 ], [ -75.1450299878029, 39.969707355834402 ], [ -75.145019446768103, 39.969705833696203 ], [ -75.145013733595505, 39.969729269088702 ], [ -75.144975445956902, 39.969723743821199 ], [ -75.144973919028601, 39.969730008423497 ], [ -75.1447878984754, 39.969703488136098 ], [ -75.1447908021876, 39.9696872793578 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 471, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "NEW FOUNDATIONS CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "NEW FOUNDATIONS CHARTER SCHOOL", "STREET_ADDRESS": "4850 RHAWN ST", "ZIP_CODE": "19136", "PHONE_NUMBER": "(215) 344-6410", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 7015.078125, "Shape__Length": 469.09088926005251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.0243914311515, 40.033712260309002 ], [ -75.024388823781706, 40.033709249722499 ], [ -75.024378759064206, 40.033714392425999 ], [ -75.024375927647696, 40.0337111230997 ], [ -75.024372717668797, 40.0337074291769 ], [ -75.024367484860406, 40.033710102771401 ], [ -75.024361281088204, 40.033713274809003 ], [ -75.024333556586896, 40.033681222894003 ], [ -75.024333647825102, 40.033681176627603 ], [ -75.024340256976103, 40.033677797958603 ], [ -75.024345789512793, 40.033674958025301 ], [ -75.024273312579595, 40.033591165186202 ], [ -75.024194820002094, 40.033500429922398 ], [ -75.024257027578102, 40.033468635939698 ], [ -75.024275691069406, 40.033459096303197 ], [ -75.024303258485105, 40.033445004769597 ], [ -75.024321658632303, 40.033435600792501 ], [ -75.024345411336, 40.033423459608798 ], [ -75.024365175872802, 40.033413355896897 ], [ -75.024623497199002, 40.033281321556203 ], [ -75.024461866616306, 40.033094467772401 ], [ -75.024570465806605, 40.033038959474098 ], [ -75.024570543598102, 40.033038919646202 ], [ -75.024586664422699, 40.033057554234603 ], [ -75.024602645063496, 40.033076031188003 ], [ -75.0246027213459, 40.033075992450598 ], [ -75.024645274811704, 40.033054241566603 ], [ -75.024645337648494, 40.033054209268101 ], [ -75.024687279273707, 40.033032770483103 ], [ -75.024687191028704, 40.033032669272799 ], [ -75.024625807994099, 40.032961709643601 ], [ -75.024625785702497, 40.032961680956603 ], [ -75.024564069633499, 40.032890333817903 ], [ -75.024563663560002, 40.032889864642499 ], [ -75.024571831376306, 40.032885689473297 ], [ -75.024690946589104, 40.032824804651803 ], [ -75.024765257740697, 40.032910712065998 ], [ -75.024793191333501, 40.032896433131498 ], [ -75.025138810540099, 40.033295982892803 ], [ -75.025078913181403, 40.033326598831501 ], [ -75.025256919153094, 40.033532378303399 ], [ -75.025255158436096, 40.033533278135103 ], [ -75.024961965297805, 40.033683139480701 ], [ -75.024937638159898, 40.033695574647098 ], [ -75.024937253726804, 40.033695770515799 ], [ -75.024893431794993, 40.033645109543201 ], [ -75.024856847689705, 40.033602817654597 ], [ -75.024776707892997, 40.0335101729031 ], [ -75.024776324969594, 40.033510367680798 ], [ -75.024609576129606, 40.033595598517202 ], [ -75.024433837717595, 40.033685422920499 ], [ -75.024434208780505, 40.033685851844197 ], [ -75.0244431176707, 40.033696134828801 ], [ -75.024397627579702, 40.033719413079297 ], [ -75.0243914311515, 40.033712260309002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 472, "AUN": 126513452, "SCHOOL_NUM": 8205, "LOCATION_ID": "3414", "SCHOOL_NAME": "OLNEY HIGH SCHOOL", "SCHOOL_NAME_LABEL": "OLNEY HIGH SCHOOL CONTINUATION ACADEMY", "STREET_ADDRESS": "100 W DUNCANNON AVE", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 400-9140", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 25, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 45069.02734375, "Shape__Length": 860.83542887245528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123063119100095, 40.028115692636803 ], [ -75.1231314374768, 40.027793855574402 ], [ -75.123133103629499, 40.0277936188727 ], [ -75.123727949828094, 40.027707457623499 ], [ -75.123732861823996, 40.027706747767901 ], [ -75.124269771898298, 40.0276313798635 ], [ -75.124564753293598, 40.027590408982 ], [ -75.124811235242603, 40.027556436804403 ], [ -75.124864030846297, 40.027550018731702 ], [ -75.124962032776395, 40.027536089992203 ], [ -75.1249642471372, 40.027535770061199 ], [ -75.124934005395303, 40.027731033901198 ], [ -75.124913299111199, 40.027856538651498 ], [ -75.124610376720298, 40.029322999733701 ], [ -75.124606432710806, 40.029322506362597 ], [ -75.122855365355903, 40.029101435241301 ], [ -75.122976360747003, 40.028524429707304 ], [ -75.122976821091498, 40.028522264258697 ], [ -75.123063119100095, 40.028115692636803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 473, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "8890", "SCHOOL_NAME": "ONE BRIGHT RAY-SIMPSON CAMPUS", "SCHOOL_NAME_LABEL": "ONE BRIGHT RAY - SIMPSON EVENING", "STREET_ADDRESS": "1142 E ERIE AVE", "ZIP_CODE": "19124", "PHONE_NUMBER": "(215) 744-6000", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 176, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 6152.1484375, "Shape__Length": 395.61137742091813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.105463334610803, 40.005382837970103 ], [ -75.105700149956704, 40.004299949110802 ], [ -75.105864236675998, 40.004287293689302 ], [ -75.106004744162803, 40.0053647249985 ], [ -75.105463334610803, 40.005382837970103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 474, "AUN": 133513315, "SCHOOL_NUM": 8149, "LOCATION_ID": "3406", "SCHOOL_NAME": "JOHN B STETSON MIDDLE SCHOOL", "SCHOOL_NAME_LABEL": "JOHN B STETSON MIDDLE SCHOOL CONTINUATION ACADEMY", "STREET_ADDRESS": "3200 B ST", "ZIP_CODE": "19134", "PHONE_NUMBER": "(215) 400-9150", "ACTIVE": null, "GRADE_LEVEL": null, "GRADE_ORG": "5-8", "ENROLLMENT": 22, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 11147.59375, "Shape__Length": 511.44484047664019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125228813768004, 39.999532430437498 ], [ -75.125277147485306, 39.9993128358226 ], [ -75.125365321095302, 39.998909046281902 ], [ -75.125475347926397, 39.998405601571797 ], [ -75.125513112264002, 39.998232771799799 ], [ -75.125513520132799, 39.998230895726401 ], [ -75.126007097833906, 39.998293891547199 ], [ -75.125859317206107, 39.998972745984098 ], [ -75.125770608559293, 39.999378555421899 ], [ -75.125727042914804, 39.999581107041401 ], [ -75.125712019241007, 39.999650933292898 ], [ -75.125216634944294, 39.999587749827199 ], [ -75.125228813768004, 39.999532430437498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 475, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": null, "SCHOOL_NAME_LABEL": "WISSAHICKON CHARTER SCHOOL", "STREET_ADDRESS": "815 E WASHINGTON LN", "ZIP_CODE": "19138", "PHONE_NUMBER": "(267) 774-4370", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 25616.25390625, "Shape__Length": 702.27448191261192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172343651478798, 40.051697130365902 ], [ -75.172757081930996, 40.051296987803497 ], [ -75.173485695472607, 40.051692005320703 ], [ -75.173631577425198, 40.051771194947499 ], [ -75.174071293794896, 40.052009481472801 ], [ -75.174514370715897, 40.052249585034602 ], [ -75.174210762167306, 40.052545195555702 ], [ -75.1737424550752, 40.053001159055903 ], [ -75.173619038379002, 40.052884825855202 ], [ -75.173359272107405, 40.052684585775097 ], [ -75.173097043338998, 40.052367052626998 ], [ -75.172545187162001, 40.051918009479998 ], [ -75.172567468310703, 40.051896555116002 ], [ -75.172343651478798, 40.051697130365902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 476, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": null, "SCHOOL_NAME_LABEL": "MILL CREEK SCHOOL", "STREET_ADDRESS": "4601 MARKET ST", "ZIP_CODE": "19139", "PHONE_NUMBER": "(215) 471-4900", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "7-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 8369.73828125, "Shape__Length": 510.02307373211897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215041092058101, 39.960154139904297 ], [ -75.214732730221598, 39.960114657011196 ], [ -75.214729916108993, 39.960127669479398 ], [ -75.2147292244357, 39.960130869643102 ], [ -75.2147173298072, 39.960129346521001 ], [ -75.214467548495094, 39.960097363052199 ], [ -75.214546046583706, 39.959734333104002 ], [ -75.2144918626487, 39.9597273962695 ], [ -75.214499210260399, 39.959693419712401 ], [ -75.2144480313451, 39.9596868668703 ], [ -75.214482573195397, 39.959527125881401 ], [ -75.214482658128901, 39.959526732444203 ], [ -75.214521598637702, 39.9595317184911 ], [ -75.214533496081998, 39.959533241698097 ], [ -75.214540647272798, 39.9595001741883 ], [ -75.214540732247997, 39.959499779625602 ], [ -75.214548796039907, 39.959500809279099 ], [ -75.214578026763107, 39.959504555834897 ], [ -75.214589924203906, 39.959506079036103 ], [ -75.214668594206501, 39.9591422498101 ], [ -75.214668679180406, 39.959141855247402 ], [ -75.214761754845298, 39.9591537735215 ], [ -75.214928510368097, 39.959175126981798 ], [ -75.214927463017403, 39.959179976003099 ], [ -75.214925616754002, 39.959188507107299 ], [ -75.214935142824103, 39.959189726720702 ], [ -75.215248739875705, 39.959229881194197 ], [ -75.215245379612995, 39.9592454145454 ], [ -75.215206756911599, 39.959424049653599 ], [ -75.214879206301504, 39.9593821091146 ], [ -75.214838810375198, 39.959568936711101 ], [ -75.215165476238298, 39.959610764319301 ], [ -75.215090266249007, 39.959958603180503 ], [ -75.2150946739104, 39.959959167961003 ], [ -75.215053417091198, 39.960149972543903 ], [ -75.215052208863597, 39.960155563590099 ], [ -75.215041092058101, 39.960154139904297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 477, "AUN": null, "SCHOOL_NUM": 3766, "LOCATION_ID": "8270", "SCHOOL_NAME": "(TEMPORARY) HOLME, THOMAS SCHOOL", "SCHOOL_NAME_LABEL": "(TEMPORARY) THOMAS HOLME SCHOOL", "STREET_ADDRESS": "3001 RYAN AVE", "ZIP_CODE": "19152", "PHONE_NUMBER": "(215) 400-3130", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 787, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 88974.62109375, "Shape__Length": 1262.2235762847688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.044606834850896, 40.046467988595403 ], [ -75.044475565854995, 40.046485270794903 ], [ -75.044346057789696, 40.046509144955301 ], [ -75.044218871567907, 40.0465395094119 ], [ -75.044094556140195, 40.046576231809802 ], [ -75.043973649779801, 40.046619153639703 ], [ -75.043856675690904, 40.046668090133899 ], [ -75.043744137661804, 40.0467228290373 ], [ -75.043636524367898, 40.046783132961501 ], [ -75.043534300452393, 40.046848742552903 ], [ -75.043437908170802, 40.046919372025997 ], [ -75.043347764058296, 40.046994719221303 ], [ -75.043264256405493, 40.047074455409103 ], [ -75.043187749157397, 40.0471582377698 ], [ -75.043132049008904, 40.047219876004803 ], [ -75.043072029139196, 40.047279070818 ], [ -75.043007872514494, 40.047335644051799 ], [ -75.042939770574307, 40.047389425632304 ], [ -75.042404011871895, 40.046612303672298 ], [ -75.042506877653494, 40.045723650137703 ], [ -75.042917988062399, 40.044783886746799 ], [ -75.042926896043895, 40.0447635166881 ], [ -75.0437655110196, 40.044736313217697 ], [ -75.043750445309797, 40.044462044657799 ], [ -75.0450317820344, 40.044420468073803 ], [ -75.045067264301395, 40.044679951083403 ], [ -75.045093810124598, 40.044940064993703 ], [ -75.045111398851105, 40.045200626864599 ], [ -75.045120018566706, 40.045461455085601 ], [ -75.045119664722193, 40.045722367091599 ], [ -75.045110335696407, 40.045983180384098 ], [ -75.045087339411097, 40.046417208380397 ], [ -75.044606834850896, 40.046467988595403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 478, "AUN": null, "SCHOOL_NUM": 3786, "LOCATION_ID": "4270", "SCHOOL_NAME": "(TEMPORARY) DICK, WILLIAM SCHOOL", "SCHOOL_NAME_LABEL": "(TEMPORARY) WILLIAM DICK SCHOOL", "STREET_ADDRESS": "2200 N 22ND ST", "ZIP_CODE": "19132", "PHONE_NUMBER": "(215) 400-7340", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE", "GRADE_ORG": "K-8", "ENROLLMENT": 343, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 22184.29296875, "Shape__Length": 591.54236190853533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169018901069904, 39.989504221553702 ], [ -75.169166898237194, 39.9888132697656 ], [ -75.1692451664765, 39.988447804533202 ], [ -75.169265913989094, 39.9884356331956 ], [ -75.169284734037902, 39.988424594338902 ], [ -75.169303810316606, 39.988413401310602 ], [ -75.170318144372402, 39.9885397246046 ], [ -75.170416755821705, 39.988552080711997 ], [ -75.170458339389697, 39.9885850294297 ], [ -75.170449035263601, 39.9886291817269 ], [ -75.170248178650695, 39.989582699394802 ], [ -75.170247194229106, 39.989584870110697 ], [ -75.170226715310804, 39.989662236000903 ], [ -75.170226349387505, 39.989663581549301 ], [ -75.170136628306096, 39.9896521189238 ], [ -75.170079795484398, 39.989644925198498 ], [ -75.169250471291804, 39.989539024641402 ], [ -75.169018366077793, 39.989506740246497 ], [ -75.169018901069904, 39.989504221553702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 479, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "PHILADELPHIA CONTINUATION ACADEMY", "SCHOOL_NAME_LABEL": "PHILADELPHIA CONTINUATION ACADEMY", "STREET_ADDRESS": "100 W DUNCANNON AVE", "ZIP_CODE": "19120", "PHONE_NUMBER": null, "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 25, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 44830.48828125, "Shape__Length": 860.80725382441506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1231314374768, 40.027793855574402 ], [ -75.1249642471372, 40.027535770061199 ], [ -75.124610376720298, 40.029322999733701 ], [ -75.122855365355903, 40.029101435241301 ], [ -75.1231314374768, 40.027793855574402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 480, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "EXCEL ACADEMY CENTRAL", "SCHOOL_NAME_LABEL": "EXCEL ACADEMY CENTRAL", "STREET_ADDRESS": "201 E OLNEY AVE", "ZIP_CODE": "19120", "PHONE_NUMBER": "(215) 346-8970", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 197, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 13668.3515625, "Shape__Length": 931.25556587471669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117424569196999, 40.036036492734297 ], [ -75.117441489261196, 40.035958776085003 ], [ -75.117435295786095, 40.035957979754698 ], [ -75.117429911526401, 40.035957286443299 ], [ -75.117431725007293, 40.035948951829901 ], [ -75.117503876692894, 40.035617540652503 ], [ -75.117656620356897, 40.035637187891197 ], [ -75.117663488126496, 40.035605641504802 ], [ -75.1177584494652, 40.035548809565199 ], [ -75.117778499905697, 40.035456708754502 ], [ -75.117772300616707, 40.035455912308201 ], [ -75.117710716326698, 40.035447990979499 ], [ -75.117712532818302, 40.035439653052599 ], [ -75.117737151360998, 40.035326562756097 ], [ -75.117803303273405, 40.0353350730553 ], [ -75.117827479136494, 40.035224022435997 ], [ -75.117993051680799, 40.035133767566798 ], [ -75.118011076336899, 40.035050970715297 ], [ -75.118169687085597, 40.035071373457299 ], [ -75.118170086400696, 40.035069540005999 ], [ -75.118186800420801, 40.035071689014501 ], [ -75.118189362347195, 40.035059920605804 ], [ -75.118228329103403, 40.035064932324097 ], [ -75.118234534174107, 40.0350657300053 ], [ -75.118233995800097, 40.035068202252603 ], [ -75.118232179251606, 40.035076543563697 ], [ -75.118459659573304, 40.035105804267197 ], [ -75.118463651270801, 40.035087467459498 ], [ -75.118648919558495, 40.035111297147999 ], [ -75.118655121710503, 40.035112094739503 ], [ -75.118653198135107, 40.035120930295399 ], [ -75.118651381505799, 40.035129274988897 ], [ -75.118938405268906, 40.035166191435202 ], [ -75.118944607385799, 40.035166990136297 ], [ -75.118939408907295, 40.035190871041003 ], [ -75.118937590760197, 40.035199217956098 ], [ -75.118957863672605, 40.035201825683103 ], [ -75.119010511544104, 40.035217453783197 ], [ -75.119033979183101, 40.035229005293203 ], [ -75.119062142641496, 40.035247744186996 ], [ -75.119088965045904, 40.0352711039083 ], [ -75.119105058801694, 40.035289329795198 ], [ -75.119119037701296, 40.035315959998798 ], [ -75.1191194756464, 40.035316795596799 ], [ -75.119127523729901, 40.035333739056398 ], [ -75.119132888351601, 40.035355045091798 ], [ -75.1191337997912, 40.035383654439997 ], [ -75.119131542749003, 40.0353940253734 ], [ -75.119125224905005, 40.035423045784 ], [ -75.119117802685295, 40.035439242930401 ], [ -75.119105733843099, 40.035459266623498 ], [ -75.119100034669202, 40.035465941085 ], [ -75.119086626562705, 40.035482375040701 ], [ -75.119071201647799, 40.035496746748002 ], [ -75.119054438118496, 40.035508041191299 ], [ -75.119041697237506, 40.035513689360897 ], [ -75.119055108993294, 40.035530118213302 ], [ -75.118813043692995, 40.035662068681503 ], [ -75.118825329853607, 40.035675707873601 ], [ -75.118826453623001, 40.035676956762501 ], [ -75.118666865325295, 40.035763725552101 ], [ -75.118656134691705, 40.035751915024697 ], [ -75.118495724324404, 40.035838864103901 ], [ -75.118461006873503, 40.035857680658602 ], [ -75.118474405346802, 40.035871578515 ], [ -75.118481791957706, 40.035879240924501 ], [ -75.118444241888398, 40.035897724519003 ], [ -75.118426136027196, 40.035876673894101 ], [ -75.118418093026904, 40.035880270548297 ], [ -75.118385567918907, 40.035846896862601 ], [ -75.118375510296602, 40.0358504912789 ], [ -75.118356286005607, 40.0358522369173 ], [ -75.118344187736, 40.035850681379301 ], [ -75.118327229437298, 40.035844587058101 ], [ -75.118318177450803, 40.035836116100697 ], [ -75.118310801700403, 40.035827645256703 ], [ -75.1183091067183, 40.035821592060302 ], [ -75.118306731177796, 40.035813100632403 ], [ -75.118308522877797, 40.035804871379298 ], [ -75.118303362798599, 40.035799304181197 ], [ -75.118249140491599, 40.035740804836998 ], [ -75.118234180268104, 40.0357388807384 ], [ -75.118232520632603, 40.035746500317899 ], [ -75.118159355384194, 40.035737089600701 ], [ -75.118160845753806, 40.035730245532299 ], [ -75.118143316633905, 40.035727989995898 ], [ -75.118096789518503, 40.035941709671597 ], [ -75.118090726087999, 40.035969560024697 ], [ -75.118057478443603, 40.035965284141803 ], [ -75.118048275728597, 40.035964100148497 ], [ -75.118041450961101, 40.035995448187201 ], [ -75.117995409599104, 40.035989526444297 ], [ -75.117980426237693, 40.036058352726798 ], [ -75.117977533547204, 40.036062780313401 ], [ -75.117973712913496, 40.036065481440403 ], [ -75.11797317656, 40.036065861096397 ], [ -75.117967812374204, 40.036068427738002 ], [ -75.117962498618695, 40.036069240783803 ], [ -75.117951598752299, 40.036067839937999 ], [ -75.117948031159798, 40.036065603599901 ], [ -75.117943671060203, 40.036062266740899 ], [ -75.117941659447695, 40.036057388881403 ], [ -75.117941659131304, 40.036054941457799 ], [ -75.117941660620502, 40.036046969649803 ], [ -75.117937280861895, 40.036046406378901 ], [ -75.117902935376605, 40.036041988159802 ], [ -75.117896816523995, 40.036070094027401 ], [ -75.117896181705703, 40.036073012324501 ], [ -75.117859404296794, 40.036068281568099 ], [ -75.117773738069005, 40.036057262994802 ], [ -75.117765892738007, 40.036056253125402 ], [ -75.117741478942094, 40.036053113293697 ], [ -75.117734550651804, 40.036084935363299 ], [ -75.117422754205407, 40.036044828439302 ], [ -75.117424569196999, 40.036036492734297 ] ], [ [ -75.118332930687799, 40.035710077144103 ], [ -75.118521188295205, 40.035607396899003 ], [ -75.118514226639803, 40.035599658629998 ], [ -75.118510794977894, 40.035595844120301 ], [ -75.118513347300194, 40.035594411397298 ], [ -75.118669213333007, 40.035506896418298 ], [ -75.118680445119793, 40.035518704911503 ], [ -75.118873060683498, 40.035413455786603 ], [ -75.118866377320302, 40.035405568487398 ], [ -75.118865012616993, 40.035403958173603 ], [ -75.118860151493394, 40.0354019039723 ], [ -75.118852606809995, 40.035397411834502 ], [ -75.118848920667205, 40.035393433825497 ], [ -75.118843555565505, 40.035385860547898 ], [ -75.118839699660995, 40.035379572019401 ], [ -75.118838865449106, 40.035376221359797 ], [ -75.118837145294094, 40.035369304861497 ], [ -75.118840503226195, 40.035353177935697 ], [ -75.118844746703601, 40.035347240517098 ], [ -75.118847546146995, 40.035333802752803 ], [ -75.118841545364802, 40.035333063847098 ], [ -75.118615533091599, 40.035305256673503 ], [ -75.118612580283994, 40.0353194365197 ], [ -75.118417365474002, 40.035295417180997 ], [ -75.118419124796802, 40.035286964180401 ], [ -75.118420817081102, 40.0352788418977 ], [ -75.118414686498596, 40.035278087606301 ], [ -75.118148691653005, 40.035245360585598 ], [ -75.118132004220598, 40.035325491772397 ], [ -75.118130199927194, 40.0353341588593 ], [ -75.118222517438895, 40.035345517684597 ], [ -75.118229645514603, 40.035346393955798 ], [ -75.118187483380396, 40.0355488674887 ], [ -75.118181946277105, 40.035548866753501 ], [ -75.118157199168607, 40.035667707244201 ], [ -75.118155438033895, 40.035676168084002 ], [ -75.118171900552198, 40.035678194194602 ], [ -75.118173371527206, 40.035671132308799 ], [ -75.1182467916299, 40.035680165921498 ], [ -75.118245311728003, 40.035687269276103 ], [ -75.118258901462696, 40.035688941219 ], [ -75.118292698285202, 40.035670929197799 ], [ -75.118332930687799, 40.035710077144103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 481, "AUN": 126515001, "SCHOOL_NUM": null, "LOCATION_ID": "3210", "SCHOOL_NAME": "FRANKLIN HIGH SCHOOL EOP", "SCHOOL_NAME_LABEL": "BEN FRANKLIN HIGH SCHOOL EOP", "STREET_ADDRESS": "550 N BROAD ST", "ZIP_CODE": "19130", "PHONE_NUMBER": "(215) 400-7600", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 176, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 11938.203125, "Shape__Length": 465.36495877549146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162744549170597, 39.963915008343598 ], [ -75.161356942431695, 39.963742145031802 ], [ -75.161464783596202, 39.963221617747102 ], [ -75.162848454384701, 39.9633963261711 ], [ -75.162744549170597, 39.963915008343598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 482, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": "3510", "SCHOOL_NAME": "EL CENTRO DE ESTUDIANTES", "SCHOOL_NAME_LABEL": "EL CENTRO DE ESTUDIANTES (BIG PICTURE)", "STREET_ADDRESS": "3360 FRANKFORD AVE", "ZIP_CODE": "19134", "PHONE_NUMBER": "(267) 687-1172", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 121, "TYPE": 1, "TYPE_SPECIFIC": "CONTRACTED", "Shape__Area": 172.546875, "Shape__Length": 67.27872948222371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.101365462612094, 39.998491997243299 ], [ -75.1013185916851, 39.998515757269203 ], [ -75.101182840060702, 39.998362981111299 ], [ -75.101226298674604, 39.998333742956497 ], [ -75.101365462612094, 39.998491997243299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 483, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "RE-ENGAGEMENT CENTER", "SCHOOL_NAME_LABEL": "RE-ENGAGEMENT CENTER", "STREET_ADDRESS": "440 N BROAD ST", "ZIP_CODE": "19130", "PHONE_NUMBER": "(215) 400-6700", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": 1, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 33046.546875, "Shape__Length": 742.73940522822181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162125410030001, 39.9602016989001 ], [ -75.1627629181788, 39.960279138178002 ], [ -75.162753638120805, 39.960329738355902 ], [ -75.163498938439602, 39.9604244507765 ], [ -75.163189281384604, 39.961834113813303 ], [ -75.161796711645593, 39.961657919588603 ], [ -75.162125410030001, 39.9602016989001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 484, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "STUDENT TRANSITION CENTER", "SCHOOL_NAME_LABEL": "STUDENT TRANSITION CENTER", "STREET_ADDRESS": "440 N BROAD ST", "ZIP_CODE": "19130", "PHONE_NUMBER": null, "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "1-12", "ENROLLMENT": 46, "TYPE": 1, "TYPE_SPECIFIC": "DISTRICT", "Shape__Area": 33046.546875, "Shape__Length": 742.73940522822181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162125410030001, 39.9602016989001 ], [ -75.1627629181788, 39.960279138178002 ], [ -75.162753638120805, 39.960329738355902 ], [ -75.163498938439602, 39.9604244507765 ], [ -75.163189281384604, 39.961834113813303 ], [ -75.161796711645593, 39.961657919588603 ], [ -75.162125410030001, 39.9602016989001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 485, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "UNIVERSAL VARE CHARTER SCHOOL", "SCHOOL_NAME_LABEL": "UNIVERSAL VARE CHARTER SCHOOL", "STREET_ADDRESS": "1901 S 23RD ST", "ZIP_CODE": "19145", "PHONE_NUMBER": "(215) 952-8611", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "5-8", "ENROLLMENT": 127, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 4095.12890625, "Shape__Length": 266.08687549349173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183489145096104, 39.928025051557199 ], [ -75.183679833644902, 39.928049742846298 ], [ -75.183678065622303, 39.928057747054602 ], [ -75.183692793656604, 39.9280591894045 ], [ -75.183922201194306, 39.928087663799303 ], [ -75.183864449572596, 39.928359553471999 ], [ -75.183846574334794, 39.928443717845802 ], [ -75.183840256861103, 39.9284734945427 ], [ -75.183838179337798, 39.928483070848998 ], [ -75.183802109450895, 39.928643154949199 ], [ -75.183800577396397, 39.928649907529703 ], [ -75.1833644126976, 39.928595220677302 ], [ -75.183401421620403, 39.928425791699397 ], [ -75.183489145096104, 39.928025051557199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 486, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "YOUTHBUILD PHILADELPHIA CHARTER", "SCHOOL_NAME_LABEL": "YOUTHBUILD PHILADELPHIA CHARTER SCHOOL", "STREET_ADDRESS": "2309 N BROAD ST", "ZIP_CODE": "19132", "PHONE_NUMBER": "(215) 627-8671", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "12", "ENROLLMENT": 274, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 1515.11328125, "Shape__Length": 170.3483244884257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155027012987404, 39.988295580514702 ], [ -75.155063852650699, 39.988123979940298 ], [ -75.155594027365893, 39.9881948187464 ], [ -75.155556248264602, 39.988366898290501 ], [ -75.155027012987404, 39.988295580514702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 487, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "BELMONT CHARTER HIGH SCHOOL", "SCHOOL_NAME_LABEL": "BELMONT CHARTER HIGH SCHOOL", "STREET_ADDRESS": "1301 BELMONT AVE", "ZIP_CODE": "19104", "PHONE_NUMBER": "(215) 877-1286", "ACTIVE": null, "GRADE_LEVEL": "HIGH SCHOOL", "GRADE_ORG": "9-12", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 18997.98828125, "Shape__Length": 673.03496352202956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210512046100305, 39.9751201601551 ], [ -75.2124603006462, 39.974804758496802 ], [ -75.212775771529806, 39.975959722484802 ], [ -75.210512046100305, 39.9751201601551 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 488, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "KIPP PHILADELPHIA ELEMENTARY ACADEMY", "SCHOOL_NAME_LABEL": "KIPP PHILADELPHIA ELEMENTARY ACADEMY", "STREET_ADDRESS": "2409 W WESTMORELAND ST", "ZIP_CODE": "19140", "PHONE_NUMBER": "(267) 687-7283", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-4", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 11088.76953125, "Shape__Length": 544.80434199088131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168689564241703, 40.006196368590203 ], [ -75.168905381711497, 40.0057201742611 ], [ -75.168914525503993, 40.0057227810359 ], [ -75.1691410994043, 40.005787373135497 ], [ -75.168981498053896, 40.0061264270376 ], [ -75.169672678838097, 40.006323231888501 ], [ -75.169462816069895, 40.007210358143801 ], [ -75.169073844827594, 40.006791719924102 ], [ -75.168808286016002, 40.006506973883099 ], [ -75.168803108150001, 40.0065014412518 ], [ -75.168789187457904, 40.006486605060701 ], [ -75.168652886838402, 40.0063412029006 ], [ -75.168632621865797, 40.006319581319197 ], [ -75.168689564241703, 40.006196368590203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 489, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "KIPP PHILADELPHIA PREPARATORY ACADEMY", "SCHOOL_NAME_LABEL": "KIPP PHILADELPHIA PREPARATORY ACADEMY", "STREET_ADDRESS": "2600 W CLEARFIELD ST", "ZIP_CODE": "19132", "PHONE_NUMBER": "(215) 227-1728", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "5-8", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 11182.1484375, "Shape__Length": 446.17451210315915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1740558223444, 40.002618898648997 ], [ -75.172753273180206, 40.002450981261497 ], [ -75.172865787801399, 40.0019348089414 ], [ -75.174168327301501, 40.002102726181299 ], [ -75.1740558223444, 40.002618898648997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 490, "AUN": 126515001, "SCHOOL_NUM": 7815, "LOCATION_ID": null, "SCHOOL_NAME": "KIPP WEST PHILADELPHIA PREPARATORY", "SCHOOL_NAME_LABEL": "KIPP WEST PHILADELPHIA PREPARATORY CHARTER SCHOOL", "STREET_ADDRESS": "5900 BALTIMORE AVE", "ZIP_CODE": "19143", "PHONE_NUMBER": "(215) 294-2973", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE SCHOOL", "GRADE_ORG": "5-8", "ENROLLMENT": null, "TYPE": 2, "TYPE_SPECIFIC": "CHARTER", "Shape__Area": 47956.21484375, "Shape__Length": 1019.2879600904425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242987251589, 39.9433688364674 ], [ -75.242805042834206, 39.9434360356721 ], [ -75.242807429732295, 39.943439870891901 ], [ -75.242881339475105, 39.943557198740798 ], [ -75.242651190245397, 39.943637001013499 ], [ -75.243271775307306, 39.944651439095999 ], [ -75.241833678797207, 39.9451846243009 ], [ -75.241193948240607, 39.9441500422109 ], [ -75.241041785201503, 39.944206190824303 ], [ -75.2408636366401, 39.943893916382102 ], [ -75.241251212438499, 39.943673869323902 ], [ -75.241545778940704, 39.943512894641103 ], [ -75.241891365082495, 39.943331354699303 ], [ -75.242167395649702, 39.943185094093003 ], [ -75.242614922920197, 39.942951360844802 ], [ -75.242627862536096, 39.9429446001906 ], [ -75.242641672002705, 39.942953444610303 ], [ -75.242733550651494, 39.9430123068501 ], [ -75.243206294649397, 39.943108218256903 ], [ -75.243283437890796, 39.943212309964203 ], [ -75.242958247851206, 39.943323632645502 ], [ -75.242987251589, 39.9433688364674 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 491, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "ANTHONY WAYNE ACADEMY", "SCHOOL_NAME_LABEL": "ANTHONY WAYNE ACADEMY", "STREET_ADDRESS": "5538 WAYNE AVE", "ZIP_CODE": "19144", "PHONE_NUMBER": "(267) 297-7782", "ACTIVE": null, "GRADE_LEVEL": "MIDDLE/HIGH", "GRADE_ORG": "6-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 4753.52734375, "Shape__Length": 304.21172384680659 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178483657944099, 40.031367051671502 ], [ -75.178594036642906, 40.031258400401299 ], [ -75.178648355375799, 40.031204930905602 ], [ -75.178649886743798, 40.031205850433402 ], [ -75.178701801690295, 40.031237016366198 ], [ -75.1788068212865, 40.031133640841503 ], [ -75.178805909363305, 40.031132883850297 ], [ -75.178798502951395, 40.031126742091701 ], [ -75.178954207774098, 40.030973474735902 ], [ -75.178924219176295, 40.030955472475199 ], [ -75.178923891954199, 40.0309557951445 ], [ -75.178919802095905, 40.030953339562103 ], [ -75.178914877007003, 40.0309503843676 ], [ -75.178976727378597, 40.030900704268298 ], [ -75.179379135841899, 40.031134241280697 ], [ -75.179162863055694, 40.031347129243201 ], [ -75.179013494806796, 40.031494161842303 ], [ -75.178892029629296, 40.0316137243207 ], [ -75.1784827006679, 40.031367994318003 ], [ -75.178483657944099, 40.031367051671502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 492, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "BETHEL BAPTIST ACADEMY", "SCHOOL_NAME_LABEL": "BETHEL BAPTIST ACADEMY", "STREET_ADDRESS": "2400 S BROAD ST", "ZIP_CODE": "19145", "PHONE_NUMBER": "(215) 426-1909", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY/MIDDLE/HIGH", "GRADE_ORG": "PREK-12", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 1177.171875, "Shape__Length": 137.50348474091217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171062858774803, 39.920373639318598 ], [ -75.171057490969602, 39.920404743254799 ], [ -75.1710086283057, 39.920626016941398 ], [ -75.170727468541997, 39.920587276417002 ], [ -75.170783051502099, 39.920336250440698 ], [ -75.171062858774803, 39.920373639318598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 493, "AUN": 300513960, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "GREENE TOWNE SCHOOL INC", "SCHOOL_NAME_LABEL": "GREENE TOWNE SCHOOL INC.", "STREET_ADDRESS": "55 N 22ND ST", "ZIP_CODE": "19103", "PHONE_NUMBER": "(215) 563-6368", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "PREK-3", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 4428.90625, "Shape__Length": 290.02811535029105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176142353889304, 39.955932614199 ], [ -75.175246901395894, 39.955819186841097 ], [ -75.175304529810703, 39.955549297838203 ], [ -75.175310316393293, 39.955522071827502 ], [ -75.176206582471806, 39.955635517029798 ], [ -75.176146022631599, 39.955933083945403 ], [ -75.176142353889304, 39.955932614199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 494, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "POINCIANA MONTESSORI", "SCHOOL_NAME_LABEL": "POINCIANA MONTESSORI", "STREET_ADDRESS": "6144 GERMANTOWN AVE", "ZIP_CODE": "19144", "PHONE_NUMBER": "(215) 975-0015", "ACTIVE": null, "GRADE_LEVEL": "ELEMENTARY SCHOOL", "GRADE_ORG": "K-4", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 2773.56640625, "Shape__Length": 209.44265097133322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179743126743006, 40.041647776170301 ], [ -75.180110658266301, 40.0414800178389 ], [ -75.180397385289893, 40.041697127635899 ], [ -75.180296173240706, 40.041795903681901 ], [ -75.180008529748605, 40.041981379879999 ], [ -75.179743126743006, 40.041647776170301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 495, "AUN": null, "SCHOOL_NUM": null, "LOCATION_ID": null, "SCHOOL_NAME": "SMART CENTER ACADEMY", "SCHOOL_NAME_LABEL": "SMART CENTER ACADEMY", "STREET_ADDRESS": "3301 W WESTMORELAND ST", "ZIP_CODE": "19129", "PHONE_NUMBER": "(610) 742-2804", "ACTIVE": null, "GRADE_LEVEL": "PRE-K/KINDERGARTEN", "GRADE_ORG": "PREK/K", "ENROLLMENT": null, "TYPE": 3, "TYPE_SPECIFIC": "PRIVATE", "Shape__Area": 5499.5, "Shape__Length": 470.4572207073864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183107642384599, 40.0067852762052 ], [ -75.183126798361101, 40.006706621792603 ], [ -75.184976872227494, 40.006620882626002 ], [ -75.184992286174605, 40.006845936311699 ], [ -75.184996707269804, 40.006905919501101 ], [ -75.183107642384599, 40.0067852762052 ] ] ] } } +] +} diff --git a/data/Trolley_Stations.geojson b/data/Trolley_Stations.geojson new file mode 100644 index 00000000..d66ed456 --- /dev/null +++ b/data/Trolley_Stations.geojson @@ -0,0 +1,67 @@ +{ +"type": "FeatureCollection", +"name": "Trolley_Stations", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "FID": 1, "StopName": "Orange Street", "LineAbbr": "101", "Lon": -75.393998, "Lat": 39.918478 }, "geometry": { "type": "Point", "coordinates": [ -75.393998, 39.918478 ] } }, +{ "type": "Feature", "properties": { "FID": 2, "StopName": "Veterans Square", "LineAbbr": "101", "Lon": -75.392145, "Lat": 39.918209 }, "geometry": { "type": "Point", "coordinates": [ -75.392145, 39.918209 ] } }, +{ "type": "Feature", "properties": { "FID": 3, "StopName": "Olive Street", "LineAbbr": "101", "Lon": -75.391165, "Lat": 39.918066 }, "geometry": { "type": "Point", "coordinates": [ -75.391165, 39.918066 ] } }, +{ "type": "Feature", "properties": { "FID": 4, "StopName": "Jackson Street", "LineAbbr": "101", "Lon": -75.389584, "Lat": 39.917843 }, "geometry": { "type": "Point", "coordinates": [ -75.389584, 39.917843 ] } }, +{ "type": "Feature", "properties": { "FID": 5, "StopName": "Monroe Street", "LineAbbr": "101", "Lon": -75.387766, "Lat": 39.917592 }, "geometry": { "type": "Point", "coordinates": [ -75.387766, 39.917592 ] } }, +{ "type": "Feature", "properties": { "FID": 6, "StopName": "Edgmont Street", "LineAbbr": "101", "Lon": -75.385772, "Lat": 39.917333 }, "geometry": { "type": "Point", "coordinates": [ -75.385772, 39.917333 ] } }, +{ "type": "Feature", "properties": { "FID": 7, "StopName": "Manchester Avenue", "LineAbbr": "101", "Lon": -75.382998, "Lat": 39.91693 }, "geometry": { "type": "Point", "coordinates": [ -75.382998, 39.91693 ] } }, +{ "type": "Feature", "properties": { "FID": 8, "StopName": "Providence Road", "LineAbbr": "101", "Lon": -75.380614, "Lat": 39.916626 }, "geometry": { "type": "Point", "coordinates": [ -75.380614, 39.916626 ] } }, +{ "type": "Feature", "properties": { "FID": 9, "StopName": "Beatty Road", "LineAbbr": "101", "Lon": -75.376861, "Lat": 39.916071 }, "geometry": { "type": "Point", "coordinates": [ -75.376861, 39.916071 ] } }, +{ "type": "Feature", "properties": { "FID": 10, "StopName": "Pine Ridge", "LineAbbr": "101", "Lon": -75.369922, "Lat": 39.914872 }, "geometry": { "type": "Point", "coordinates": [ -75.369922, 39.914872 ] } }, +{ "type": "Feature", "properties": { "FID": 12, "StopName": "Paper Mill Road", "LineAbbr": "101", "Lon": -75.357953, "Lat": 39.915276 }, "geometry": { "type": "Point", "coordinates": [ -75.357953, 39.915276 ] } }, +{ "type": "Feature", "properties": { "FID": 13, "StopName": "Springfield Mall", "LineAbbr": "101", "Lon": -75.348992, "Lat": 39.918011 }, "geometry": { "type": "Point", "coordinates": [ -75.348992, 39.918011 ] } }, +{ "type": "Feature", "properties": { "FID": 14, "StopName": "Thomson Avenue", "LineAbbr": "101", "Lon": -75.345341, "Lat": 39.921123 }, "geometry": { "type": "Point", "coordinates": [ -75.345341, 39.921123 ] } }, +{ "type": "Feature", "properties": { "FID": 15, "StopName": "Woodland Avenue", "LineAbbr": "101", "Lon": -75.339624, "Lat": 39.924644 }, "geometry": { "type": "Point", "coordinates": [ -75.339624, 39.924644 ] } }, +{ "type": "Feature", "properties": { "FID": 16, "StopName": "Leamy Avenue", "LineAbbr": "101", "Lon": -75.337154, "Lat": 39.926267 }, "geometry": { "type": "Point", "coordinates": [ -75.337154, 39.926267 ] } }, +{ "type": "Feature", "properties": { "FID": 17, "StopName": "Saxer Avenue", "LineAbbr": "101", "Lon": -75.333515, "Lat": 39.928665 }, "geometry": { "type": "Point", "coordinates": [ -75.333515, 39.928665 ] } }, +{ "type": "Feature", "properties": { "FID": 18, "StopName": "Springfield Road", "LineAbbr": "101", "Lon": -75.329458, "Lat": 39.934409 }, "geometry": { "type": "Point", "coordinates": [ -75.329458, 39.934409 ] } }, +{ "type": "Feature", "properties": { "FID": 19, "StopName": "Scenic Road", "LineAbbr": "101", "Lon": -75.325872, "Lat": 39.940734 }, "geometry": { "type": "Point", "coordinates": [ -75.325872, 39.940734 ] } }, +{ "type": "Feature", "properties": { "FID": 20, "StopName": "Drexeline", "LineAbbr": "101", "Lon": -75.321592, "Lat": 39.944559 }, "geometry": { "type": "Point", "coordinates": [ -75.321592, 39.944559 ] } }, +{ "type": "Feature", "properties": { "FID": 21, "StopName": "Drexelbrook", "LineAbbr": "101", "Lon": -75.315955, "Lat": 39.947106 }, "geometry": { "type": "Point", "coordinates": [ -75.315955, 39.947106 ] } }, +{ "type": "Feature", "properties": { "FID": 22, "StopName": "Anderson Avenue", "LineAbbr": "101", "Lon": -75.312636, "Lat": 39.947826 }, "geometry": { "type": "Point", "coordinates": [ -75.312636, 39.947826 ] } }, +{ "type": "Feature", "properties": { "FID": 23, "StopName": "Aronimink", "LineAbbr": "101", "Lon": -75.306033, "Lat": 39.949203 }, "geometry": { "type": "Point", "coordinates": [ -75.306033, 39.949203 ] } }, +{ "type": "Feature", "properties": { "FID": 24, "StopName": "School Lane", "LineAbbr": "101", "Lon": -75.29987, "Lat": 39.94859 }, "geometry": { "type": "Point", "coordinates": [ -75.29987, 39.94859 ] } }, +{ "type": "Feature", "properties": { "FID": 25, "StopName": "Huey Avenue", "LineAbbr": "101", "Lon": -75.297688, "Lat": 39.94741 }, "geometry": { "type": "Point", "coordinates": [ -75.297688, 39.94741 ] } }, +{ "type": "Feature", "properties": { "FID": 26, "StopName": "Drexel Hill Junction", "LineAbbr": "101, 102", "Lon": -75.292575, "Lat": 39.947012 }, "geometry": { "type": "Point", "coordinates": [ -75.292575, 39.947012 ] } }, +{ "type": "Feature", "properties": { "FID": 27, "StopName": "Irvington Road", "LineAbbr": "101, 102", "Lon": -75.289148, "Lat": 39.948668 }, "geometry": { "type": "Point", "coordinates": [ -75.289148, 39.948668 ] } }, +{ "type": "Feature", "properties": { "FID": 28, "StopName": "Drexel Park", "LineAbbr": "101, 102", "Lon": -75.286949, "Lat": 39.949709 }, "geometry": { "type": "Point", "coordinates": [ -75.286949, 39.949709 ] } }, +{ "type": "Feature", "properties": { "FID": 29, "StopName": "Lansdowne Avenue", "LineAbbr": "101, 102", "Lon": -75.282328, "Lat": 39.951614 }, "geometry": { "type": "Point", "coordinates": [ -75.282328, 39.951614 ] } }, +{ "type": "Feature", "properties": { "FID": 30, "StopName": "Congress Avenue", "LineAbbr": "101, 102", "Lon": -75.279078, "Lat": 39.952976 }, "geometry": { "type": "Point", "coordinates": [ -75.279078, 39.952976 ] } }, +{ "type": "Feature", "properties": { "FID": 31, "StopName": "Beverly Boulevard", "LineAbbr": "101, 102", "Lon": -75.274066, "Lat": 39.955326 }, "geometry": { "type": "Point", "coordinates": [ -75.274066, 39.955326 ] } }, +{ "type": "Feature", "properties": { "FID": 32, "StopName": "Hilltop Road", "LineAbbr": "101, 102", "Lon": -75.272718, "Lat": 39.955967 }, "geometry": { "type": "Point", "coordinates": [ -75.272718, 39.955967 ] } }, +{ "type": "Feature", "properties": { "FID": 33, "StopName": "Avon Road", "LineAbbr": "101, 102", "Lon": -75.268888, "Lat": 39.95772 }, "geometry": { "type": "Point", "coordinates": [ -75.268888, 39.95772 ] } }, +{ "type": "Feature", "properties": { "FID": 34, "StopName": "Walnut Street", "LineAbbr": "101, 102", "Lon": -75.266263, "Lat": 39.958921 }, "geometry": { "type": "Point", "coordinates": [ -75.266263, 39.958921 ] } }, +{ "type": "Feature", "properties": { "FID": 35, "StopName": "Fairfield Avenue", "LineAbbr": "101, 102", "Lon": -75.263613, "Lat": 39.960864 }, "geometry": { "type": "Point", "coordinates": [ -75.263613, 39.960864 ] } }, +{ "type": "Feature", "properties": { "FID": 36, "StopName": "69th Street Transportation Center", "LineAbbr": "101, 102", "Lon": -75.259689, "Lat": 39.962161 }, "geometry": { "type": "Point", "coordinates": [ -75.259689, 39.962161 ] } }, +{ "type": "Feature", "properties": { "FID": 37, "StopName": "15th Street", "LineAbbr": "10, 11, 13, 34, 36", "Lon": -75.165345, "Lat": 39.952672 }, "geometry": { "type": "Point", "coordinates": [ -75.165345, 39.952672 ] } }, +{ "type": "Feature", "properties": { "FID": 38, "StopName": "30th Street", "LineAbbr": "10, 11, 13, 34, 36", "Lon": -75.183169, "Lat": 39.954894 }, "geometry": { "type": "Point", "coordinates": [ -75.183169, 39.954894 ] } }, +{ "type": "Feature", "properties": { "FID": 39, "StopName": "37th Street", "LineAbbr": "11, 13, 34, 36", "Lon": -75.197306, "Lat": 39.951048 }, "geometry": { "type": "Point", "coordinates": [ -75.197306, 39.951048 ] } }, +{ "type": "Feature", "properties": { "FID": 40, "StopName": "40th Street Portal", "LineAbbr": "11, 13, 34, 36", "Lon": -75.203333, "Lat": 39.949595 }, "geometry": { "type": "Point", "coordinates": [ -75.203333, 39.949595 ] } }, +{ "type": "Feature", "properties": { "FID": 41, "StopName": "22nd Street", "LineAbbr": "10, 11, 13, 34, 36", "Lon": -75.176571, "Lat": 39.954051 }, "geometry": { "type": "Point", "coordinates": [ -75.176571, 39.954051 ] } }, +{ "type": "Feature", "properties": { "FID": 42, "StopName": "36th Street", "LineAbbr": " 11, 13, 34, 36", "Lon": -75.194505, "Lat": 39.953848 }, "geometry": { "type": "Point", "coordinates": [ -75.194504680999898, 39.953847876 ] } }, +{ "type": "Feature", "properties": { "FID": 43, "StopName": "36th Street Portal", "LineAbbr": " 10", "Lon": -75.194066, "Lat": 39.955591 }, "geometry": { "type": "Point", "coordinates": [ -75.194066488999894, 39.955591227000099 ] } }, +{ "type": "Feature", "properties": { "FID": 44, "StopName": "33rd Street", "LineAbbr": " 10, 11, 13, 34, 36", "Lon": -75.189707, "Lat": 39.954787 }, "geometry": { "type": "Point", "coordinates": [ -75.189706613999903, 39.9547868800001 ] } }, +{ "type": "Feature", "properties": { "FID": 45, "StopName": "19th Street", "LineAbbr": " 10, 11, 13, 34, 36", "Lon": -75.171647, "Lat": 39.953423 }, "geometry": { "type": "Point", "coordinates": [ -75.171647229999905, 39.953423198000102 ] } }, +{ "type": "Feature", "properties": { "FID": 46, "StopName": "13th Street", "LineAbbr": " 10, 11, 13, 34, 36", "Lon": -75.162559, "Lat": 39.952532 }, "geometry": { "type": "Point", "coordinates": [ -75.162559, 39.952532 ] } }, +{ "type": "Feature", "properties": { "FID": 47, "StopName": "Garrettford", "LineAbbr": "102", "Lon": -75.295901, "Lat": 39.944034 }, "geometry": { "type": "Point", "coordinates": [ -75.295900685705803, 39.944033584937998 ] } }, +{ "type": "Feature", "properties": { "FID": 48, "StopName": "Drexel Manor", "LineAbbr": "102", "Lon": -75.296557, "Lat": 39.942185 }, "geometry": { "type": "Point", "coordinates": [ -75.296557063952207, 39.942184652603899 ] } }, +{ "type": "Feature", "properties": { "FID": 49, "StopName": "Marshall Road", "LineAbbr": "102", "Lon": -75.296482, "Lat": 39.940155 }, "geometry": { "type": "Point", "coordinates": [ -75.296481772350305, 39.9401551499056 ] } }, +{ "type": "Feature", "properties": { "FID": 50, "StopName": "Creek Road", "LineAbbr": "102", "Lon": -75.295193, "Lat": 39.935101 }, "geometry": { "type": "Point", "coordinates": [ -75.295193197374104, 39.935101185497999 ] } }, +{ "type": "Feature", "properties": { "FID": 51, "StopName": "Baltimore Pike", "LineAbbr": "102", "Lon": -75.292881, "Lat": 39.931268 }, "geometry": { "type": "Point", "coordinates": [ -75.292880871621193, 39.931267503745197 ] } }, +{ "type": "Feature", "properties": { "FID": 52, "StopName": "Penn Street", "LineAbbr": " 102", "Lon": -75.291952, "Lat": 39.92891 }, "geometry": { "type": "Point", "coordinates": [ -75.2919521182734, 39.928909608477603 ] } }, +{ "type": "Feature", "properties": { "FID": 53, "StopName": "Springfield Road", "LineAbbr": "102", "Lon": -75.292622, "Lat": 39.927304 }, "geometry": { "type": "Point", "coordinates": [ -75.292622198858396, 39.927303995589597 ] } }, +{ "type": "Feature", "properties": { "FID": 54, "StopName": "Clifton-Aldan", "LineAbbr": "102", "Lon": -75.290088, "Lat": 39.925724 }, "geometry": { "type": "Point", "coordinates": [ -75.290087595373507, 39.925724444973 ] } }, +{ "type": "Feature", "properties": { "FID": 55, "StopName": "Providence Road", "LineAbbr": "102", "Lon": -75.28863, "Lat": 39.921699 }, "geometry": { "type": "Point", "coordinates": [ -75.2886304418994, 39.921698794724698 ] } }, +{ "type": "Feature", "properties": { "FID": 56, "StopName": "Magnolia Avenue", "LineAbbr": "102", "Lon": -75.286986, "Lat": 39.919563 }, "geometry": { "type": "Point", "coordinates": [ -75.286986176911995, 39.919562805225297 ] } }, +{ "type": "Feature", "properties": { "FID": 57, "StopName": "North Street", "LineAbbr": "102", "Lon": -75.285491, "Lat": 39.917522 }, "geometry": { "type": "Point", "coordinates": [ -75.285490609110596, 39.917521562689799 ] } }, +{ "type": "Feature", "properties": { "FID": 58, "StopName": "Bartram Avenue", "LineAbbr": "102", "Lon": -75.284171, "Lat": 39.914635 }, "geometry": { "type": "Point", "coordinates": [ -75.284170590561104, 39.914634742625601 ] } }, +{ "type": "Feature", "properties": { "FID": 59, "StopName": "Andrews Avenue", "LineAbbr": "102", "Lon": -75.281899, "Lat": 39.911686 }, "geometry": { "type": "Point", "coordinates": [ -75.281899462474797, 39.9116862659302 ] } }, +{ "type": "Feature", "properties": { "FID": 60, "StopName": "MacDade Boulevard", "LineAbbr": "102", "Lon": -75.280904, "Lat": 39.910305 }, "geometry": { "type": "Point", "coordinates": [ -75.280904483802104, 39.910304918944199 ] } }, +{ "type": "Feature", "properties": { "FID": 61, "StopName": "Sharon Hill", "LineAbbr": "102", "Lon": -75.278314, "Lat": 39.906673 }, "geometry": { "type": "Point", "coordinates": [ -75.278314, 39.906673 ] } } +] +} diff --git a/data/Vacant_Indicators_Land.geojson b/data/Vacant_Indicators_Land.geojson new file mode 100644 index 00000000..5eba1b67 --- /dev/null +++ b/data/Vacant_Indicators_Land.geojson @@ -0,0 +1,6377 @@ +{ +"type": "FeatureCollection", +"name": "Vacant_Indicators_Land", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "OBJECTID": 1, "ADDRESS": "252 N 61ST ST", "OWNER1": "CBA DEVELOPMENT GROUP II LLC", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "341145900", "LNIADDRESSKEY": "700710", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.23046875, "Shape__Length": 65.038248674460675 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242104925876305, 39.966570422186102 ], [ -75.241941692371398, 39.9665504764627 ], [ -75.241942935211995, 39.966544604376601 ], [ -75.241953149869403, 39.9664960501362 ], [ -75.24217060398, 39.9665226612222 ], [ -75.242159276000194, 39.966576993540698 ], [ -75.242104925876305, 39.966570422186102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2, "ADDRESS": "2449 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162078600", "LNIADDRESSKEY": "668257", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.375, "Shape__Length": 65.831186447262056 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162934528100195, 39.991483745057302 ], [ -75.1629391558903, 39.9914645856473 ], [ -75.162943182227906, 39.991442495642701 ], [ -75.163181045034307, 39.9914745030201 ], [ -75.163172044532203, 39.991515469833402 ], [ -75.162943014542606, 39.991484871137999 ], [ -75.162934528100195, 39.991483745057302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3, "ADDRESS": "2077 CHELTEN AVE", "OWNER1": "BENJAMIN DARIAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171340200", "LNIADDRESSKEY": "77504", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 345.09375, "Shape__Length": 94.745887556802117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154821666236501, 40.0521763105654 ], [ -75.154841387294994, 40.051913002829302 ], [ -75.154922170119406, 40.051916745684601 ], [ -75.154902100487206, 40.052180400328403 ], [ -75.154821666236501, 40.0521763105654 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4, "ADDRESS": "668 N 36TH ST", "OWNER1": "BIG RENTALS INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242173900", "LNIADDRESSKEY": "685539", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.890625, "Shape__Length": 69.464244941858382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194969592376907, 39.965727276574597 ], [ -75.195222920401903, 39.965698615037503 ], [ -75.1952308536911, 39.965741153643997 ], [ -75.1949778604165, 39.965769822656299 ], [ -75.194969592376907, 39.965727276574597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5, "ADDRESS": "540 E BRINGHURST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121111105", "LNIADDRESSKEY": "49736", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.42578125, "Shape__Length": 56.592106344374216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160241158248198, 40.038188641140501 ], [ -75.1602583900046, 40.038171781989199 ], [ -75.160276515569393, 40.038154039720702 ], [ -75.160280738076395, 40.0381565845586 ], [ -75.160430478404294, 40.038247249799802 ], [ -75.160395161087493, 40.038282416428501 ], [ -75.160245338256701, 40.0381911861476 ], [ -75.160241158248198, 40.038188641140501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6, "ADDRESS": "91 E WISTER ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121054400", "LNIADDRESSKEY": "619734", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 232.79296875, "Shape__Length": 88.836264027176469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1631955454002, 40.031739718591503 ], [ -75.163224455438595, 40.031711272616 ], [ -75.163501048812606, 40.031868625778898 ], [ -75.163462780610203, 40.031906000728803 ], [ -75.1631955454002, 40.031739718591503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 7, "ADDRESS": "1606 N SYDENHAM ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471205010", "LNIADDRESSKEY": "559905", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.84765625, "Shape__Length": 64.463548387840646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160645941659595, 39.978043696985203 ], [ -75.160654051814106, 39.977999696367498 ], [ -75.1608838463887, 39.978029914736197 ], [ -75.160874193633205, 39.978072640539096 ], [ -75.160645941659595, 39.978043696985203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 8, "ADDRESS": "4111 LEIDY AVE", "OWNER1": "WORRELL GARY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062194300", "LNIADDRESSKEY": "388053", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.70703125, "Shape__Length": 82.74368803321488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207211335389701, 39.974383795262803 ], [ -75.207353170783307, 39.974167405300797 ], [ -75.207403078826303, 39.974185855441704 ], [ -75.207261507772799, 39.974402460803098 ], [ -75.207211335389701, 39.974383795262803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 9, "ADDRESS": "4714-66 N 7TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTHO", "OWNER2": null, "BLDG_DESC": "DET 3 STY MASONRY", "OPA_ID": "785606910", "LNIADDRESSKEY": "643334", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19120", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 10949.984375, "Shape__Length": 517.55503327687893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1369015018075, 40.0246940400367 ], [ -75.137206062542006, 40.023299828381901 ], [ -75.137679192269999, 40.023361129616802 ], [ -75.137372329013701, 40.024755043268399 ], [ -75.1369015018075, 40.0246940400367 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 10, "ADDRESS": "5736 LUDLOW ST", "OWNER1": "PIECE OF PHILLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "604015800", "LNIADDRESSKEY": "402945", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.33203125, "Shape__Length": 69.723216404086799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236115472062195, 39.960344527499302 ], [ -75.2360718281885, 39.960546262411199 ], [ -75.236026084744907, 39.960540402600202 ], [ -75.236069727329806, 39.960338666548203 ], [ -75.236115472062195, 39.960344527499302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 11, "ADDRESS": "1707 N MARSHALL ST", "OWNER1": "SEMCHUK ROMAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201127100", "LNIADDRESSKEY": "413732", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.33203125, "Shape__Length": 52.398424790460098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145735669201798, 39.9774785399187 ], [ -75.145742504351702, 39.977441812853399 ], [ -75.145926850970497, 39.977463678758497 ], [ -75.145920529429802, 39.977500643869 ], [ -75.145735669201798, 39.9774785399187 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 12, "ADDRESS": "2613 ROBERTS AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "382042700", "LNIADDRESSKEY": "511578", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19129", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.82421875, "Shape__Length": 60.645549473450814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170411747686003, 40.015131313445401 ], [ -75.170538377033793, 40.015270822720197 ], [ -75.170497348142305, 40.015292886958797 ], [ -75.170370308474702, 40.015152612695097 ], [ -75.170411747686003, 40.015131313445401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 13, "ADDRESS": "1628 N 17TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471264310", "LNIADDRESSKEY": "662857", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 292.5625, "Shape__Length": 94.208079926479726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162882374044202, 39.978917152241898 ], [ -75.162997727929096, 39.978931874742699 ], [ -75.163069645094495, 39.978942216642103 ], [ -75.163146974122697, 39.9789518425426 ], [ -75.163234641496004, 39.978964554266398 ], [ -75.163223760548306, 39.979014232046197 ], [ -75.162871489937103, 39.978966329858899 ], [ -75.162882374044202, 39.978917152241898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 14, "ADDRESS": "2730 N LAWRENCE ST", "OWNER1": "TRIPPIN GOODIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192175400", "LNIADDRESSKEY": "384673", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.56640625, "Shape__Length": 47.64623162493605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139325902610807, 39.992845273688097 ], [ -75.139324025674, 39.992845037278201 ], [ -75.139175856295495, 39.992827497430902 ], [ -75.139171371265107, 39.9928269606716 ], [ -75.139179891831503, 39.992785758111403 ], [ -75.139184814720494, 39.992786370154001 ], [ -75.139337964357196, 39.992805731829399 ], [ -75.139336594726601, 39.992812486505699 ], [ -75.139329798460693, 39.992845862364902 ], [ -75.139327110736104, 39.992845462224103 ], [ -75.139325902610807, 39.992845273688097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 15, "ADDRESS": "5731-51 KEMBLE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172318915", "LNIADDRESSKEY": "367654", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 3655.8828125, "Shape__Length": 252.44578450826381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152080969766203, 40.041896277951103 ], [ -75.151891794904202, 40.041763669622398 ], [ -75.151544616790602, 40.041521336804003 ], [ -75.151926943550095, 40.041315638707701 ], [ -75.151952124150398, 40.041302699751697 ], [ -75.152258451864896, 40.041642438857799 ], [ -75.152355122400706, 40.041749662250197 ], [ -75.152353816510598, 40.041750358036701 ], [ -75.152080969766203, 40.041896277951103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 16, "ADDRESS": "1713 N 31ST ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324194401", "LNIADDRESSKEY": "683439", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.58984375, "Shape__Length": 55.13590919383094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184791529925207, 39.982501252673501 ], [ -75.184955415768897, 39.982522873909502 ], [ -75.184947002953095, 39.982563081513597 ], [ -75.184741679926304, 39.982536182194998 ], [ -75.184791529925207, 39.982501252673501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 17, "ADDRESS": "2732 N LAWRENCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192175500", "LNIADDRESSKEY": "384674", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.9140625, "Shape__Length": 46.464664514413855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139163553868499, 39.992866212743202 ], [ -75.139171371265107, 39.9928269606716 ], [ -75.139175856295495, 39.992827497430902 ], [ -75.139324025674, 39.992845037278201 ], [ -75.139325902610807, 39.992845273688097 ], [ -75.139318392295706, 39.992879244875297 ], [ -75.139316987632, 39.992885806160999 ], [ -75.139166452060493, 39.992866585012997 ], [ -75.139163553868499, 39.992866212743202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 18, "ADDRESS": "2454 N GRATZ ST", "OWNER1": "BULLOCK ALVIN L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162065600", "LNIADDRESSKEY": "321906", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.45703125, "Shape__Length": 51.078794844501346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162915839836799, 39.991541354882798 ], [ -75.162911626003705, 39.9915408082718 ], [ -75.162744250734505, 39.991519078377301 ], [ -75.162753023453504, 39.991481329841299 ], [ -75.162919967661097, 39.9915028416494 ], [ -75.162924202016796, 39.991503387596502 ], [ -75.162929498576204, 39.991504071237898 ], [ -75.162924742553599, 39.9915265964298 ], [ -75.162921324527105, 39.991542058532701 ], [ -75.162915839836799, 39.991541354882798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 19, "ADDRESS": "2422 N DELHI ST", "OWNER1": "BRISTOL CHARLES L JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371143101", "LNIADDRESSKEY": "730545", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.65625, "Shape__Length": 46.859444492353127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148046528971904, 39.989081914606203 ], [ -75.148054967497998, 39.989043273057902 ], [ -75.148212500791203, 39.989064576257299 ], [ -75.148203346055794, 39.989102766837597 ], [ -75.148046528971904, 39.989081914606203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 20, "ADDRESS": "1730 W SUSQUEHANNA AVE", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321195801", "LNIADDRESSKEY": "559141", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.7890625, "Shape__Length": 71.317352145142664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1623120743578, 39.986789623870003 ], [ -75.162269091850703, 39.986988218568897 ], [ -75.162268898847202, 39.986988326844397 ], [ -75.162267320407906, 39.986989596603202 ], [ -75.162267086442895, 39.986989703955103 ], [ -75.162213244267207, 39.986982718983398 ], [ -75.162257100308395, 39.986782644931601 ], [ -75.1623120743578, 39.986789623870003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 21, "ADDRESS": "1934 N 8TH ST", "OWNER1": "HINCHEYMICHAEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202112201", "LNIADDRESSKEY": "644967", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.16796875, "Shape__Length": 60.417466632908749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147690673019099, 39.981298901655698 ], [ -75.1478967245706, 39.9813249809037 ], [ -75.147893119277498, 39.981349610773101 ], [ -75.147887782015303, 39.981372444382203 ], [ -75.147680870207196, 39.9813453139461 ], [ -75.147690673019099, 39.981298901655698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 22, "ADDRESS": "2636 N 11TH ST", "OWNER1": "T&H PROPERTY MANAGEMENT I", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371198100", "LNIADDRESSKEY": "733057", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.27734375, "Shape__Length": 68.903991364119065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149476376495201, 39.992584309339698 ], [ -75.149485455089803, 39.992539879633803 ], [ -75.149596955009201, 39.9925556394534 ], [ -75.149732858442505, 39.992573935369698 ], [ -75.149722567289402, 39.992618257656801 ], [ -75.149650026568594, 39.992608570446798 ], [ -75.149476376495201, 39.992584309339698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 23, "ADDRESS": "4950 N SMEDLEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172166215", "LNIADDRESSKEY": "539379", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.13671875, "Shape__Length": 65.460363592785725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1513060968757, 40.029345436627501 ], [ -75.151074980875094, 40.029316817432601 ], [ -75.151083668527804, 40.029277762313399 ], [ -75.151322547405798, 40.029306815066903 ], [ -75.151313881957293, 40.029346403430303 ], [ -75.1513060968757, 40.029345436627501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 24, "ADDRESS": "4271 MANTUA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062117510", "LNIADDRESSKEY": "409646", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 262.26171875, "Shape__Length": 91.655839780420649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210492822414693, 39.97247365474 ], [ -75.210535028886099, 39.972382545792001 ], [ -75.210610514792194, 39.9722195221213 ], [ -75.210666523164093, 39.9722350435744 ], [ -75.210601933001499, 39.972376209070902 ], [ -75.210550370852701, 39.972488903987902 ], [ -75.210492822414693, 39.97247365474 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 25, "ADDRESS": "5618 HEISKELL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122163200", "LNIADDRESSKEY": "339481", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.46875, "Shape__Length": 60.708293643337186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169692762150106, 40.038908985643801 ], [ -75.169766579770993, 40.038905260349999 ], [ -75.169868932089102, 40.038899498855102 ], [ -75.1699171012432, 40.0388962774094 ], [ -75.169919347259295, 40.038922683584303 ], [ -75.169919915942799, 40.038932545544498 ], [ -75.169897218076301, 40.038934372690598 ], [ -75.169782014973705, 40.038941102447801 ], [ -75.169744615262005, 40.038943485675397 ], [ -75.169695564715894, 40.038945608287897 ], [ -75.169692762150106, 40.038908985643801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 26, "ADDRESS": "1922 N 6TH ST", "OWNER1": "DEJESUS DESERET MARIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201114700", "LNIADDRESSKEY": "639285", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 240.03125, "Shape__Length": 89.485066040496676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144730027543602, 39.980695257865001 ], [ -75.144737434019902, 39.980652933828203 ], [ -75.145080680518902, 39.980690740770399 ], [ -75.145071526599907, 39.980733283077498 ], [ -75.144730027543602, 39.980695257865001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 27, "ADDRESS": "3110 N BANCROFT ST", "OWNER1": "HENDERSON ROBERT R", "OWNER2": "HENDERSON CARRIE M SMITH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111199600", "LNIADDRESSKEY": "29176", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.4296875, "Shape__Length": 48.557880668486291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157038091026706, 40.000810878168302 ], [ -75.157042896633101, 40.000784937181201 ], [ -75.157045301131404, 40.000771903091497 ], [ -75.157210190617803, 40.000794551010003 ], [ -75.157202507342205, 40.000832727018 ], [ -75.157038091026706, 40.000810878168302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 28, "ADDRESS": "4556 N BOUVIER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132166105", "LNIADDRESSKEY": "44823", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.0234375, "Shape__Length": 54.60259270891892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1543740541874, 40.023419018106701 ], [ -75.154371740437696, 40.023430717325198 ], [ -75.154365997032102, 40.023459200432598 ], [ -75.154359946501103, 40.023458402549899 ], [ -75.154175423863705, 40.023433985736602 ], [ -75.154184060637704, 40.023395121872298 ], [ -75.154368586899807, 40.0234183302668 ], [ -75.1543740541874, 40.023419018106701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 29, "ADDRESS": "4900 N 12TH ST", "OWNER1": "TAT BEN Q", "OWNER2": "TAT KATHERINE K", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491463100", "LNIADDRESSKEY": "654480", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 333.6796875, "Shape__Length": 87.204382066356402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143519473133793, 40.027329485041697 ], [ -75.143533809832704, 40.027261929817101 ], [ -75.143832104591596, 40.027301922478898 ], [ -75.143822910616905, 40.027349139031003 ], [ -75.143818053308493, 40.027368614726697 ], [ -75.143519473133793, 40.027329485041697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 30, "ADDRESS": "2111 N 9TH ST", "OWNER1": "PELZER FUNERAL HOME", "OWNER2": "INCORPORATED", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202159700", "LNIADDRESSKEY": "647493", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.9140625, "Shape__Length": 57.53729396571898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147753112826805, 39.983893513190303 ], [ -75.147759696946906, 39.983859504791297 ], [ -75.147961537230699, 39.983885761942702 ], [ -75.147953022247606, 39.983926949379303 ], [ -75.147751996772598, 39.983900210624199 ], [ -75.147753112826805, 39.983893513190303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 31, "ADDRESS": "1420 N ITHAN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043059950", "LNIADDRESSKEY": "358458", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.484375, "Shape__Length": 50.682532204370148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233820163288996, 39.973885097714998 ], [ -75.233990943001999, 39.973866339906401 ], [ -75.233997274111204, 39.973897878404102 ], [ -75.233998983357694, 39.973907733349797 ], [ -75.233827686925494, 39.973926883037997 ], [ -75.233820163288996, 39.973885097714998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 32, "ADDRESS": "857 N 43RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062310010", "LNIADDRESSKEY": "687383", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 274.6328125, "Shape__Length": 101.66502873593269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209554236566603, 39.969276366789003 ], [ -75.209544786153401, 39.969277511312598 ], [ -75.209537611099293, 39.969235231713299 ], [ -75.209546866535206, 39.969234212392799 ], [ -75.209797925579906, 39.969206451517998 ], [ -75.209934793935304, 39.9691912822937 ], [ -75.209941949056997, 39.969233044471501 ], [ -75.209554762559307, 39.969276314238101 ], [ -75.209554236566603, 39.969276366789003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 33, "ADDRESS": "2309 N CROSKEY ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "162220901", "LNIADDRESSKEY": "104013", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.0703125, "Shape__Length": 47.414955710092556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169253946750501, 39.989825889879199 ], [ -75.169308892932904, 39.989832025699201 ], [ -75.169362967783798, 39.9898390125066 ], [ -75.169355377982001, 39.989878255585097 ], [ -75.169195508044098, 39.989858137534199 ], [ -75.169203333270801, 39.989819868347801 ], [ -75.169253946750501, 39.989825889879199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 34, "ADDRESS": "5419 LENA ST", "OWNER1": "ROSMAND PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122138300", "LNIADDRESSKEY": "389367", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 429.04296875, "Shape__Length": 115.55843820714271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169069990513094, 40.0354270337521 ], [ -75.169377036119599, 40.035180803749199 ], [ -75.169432169405894, 40.0352221330349 ], [ -75.169133409304195, 40.035465018522402 ], [ -75.169069990513094, 40.0354270337521 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 35, "ADDRESS": "718 W YORK ST", "OWNER1": "MARION HUTSON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371356400", "LNIADDRESSKEY": "629081", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.41796875, "Shape__Length": 80.722637760581193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145440264551993, 39.988003667958303 ], [ -75.145490967065001, 39.987772304410903 ], [ -75.145546447191094, 39.9877792048961 ], [ -75.145495713639093, 39.9880108099089 ], [ -75.145440264551993, 39.988003667958303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 36, "ADDRESS": "3113 EUCLID AVE", "OWNER1": "ADAMS DEV CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323020700", "LNIADDRESSKEY": "140111", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.25, "Shape__Length": 68.066290940221705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184908419506101, 39.985017736750301 ], [ -75.184949484827598, 39.984824847425699 ], [ -75.184998873615399, 39.984831012647099 ], [ -75.184958247944294, 39.985024476069299 ], [ -75.184908419506101, 39.985017736750301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 37, "ADDRESS": "6020 ALLMAN ST", "OWNER1": "LAWRENCE D HAHN", "OWNER2": "EDNA M", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401246900", "LNIADDRESSKEY": "12041", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.62890625, "Shape__Length": 60.227375627537242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231079117307203, 39.932391586597397 ], [ -75.231115804571004, 39.932366068647703 ], [ -75.231119028317494, 39.932363835154099 ], [ -75.231264538350999, 39.932486814068 ], [ -75.231224749453901, 39.932514665101301 ], [ -75.231079117307203, 39.932391586597397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 38, "ADDRESS": "515 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191403200", "LNIADDRESSKEY": "558962", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.51953125, "Shape__Length": 66.339553109310927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142351573128707, 39.984769446430903 ], [ -75.142362401410907, 39.984715577070098 ], [ -75.142368599464803, 39.984688378631198 ], [ -75.142377850528902, 39.9846439364186 ], [ -75.142381799765701, 39.984621845236099 ], [ -75.142388734061896, 39.984591906396503 ], [ -75.142389434218401, 39.9845889241534 ], [ -75.142448508733494, 39.9845970859555 ], [ -75.142447920478105, 39.984599861253699 ], [ -75.1424097206244, 39.984777198621003 ], [ -75.142351573128707, 39.984769446430903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 39, "ADDRESS": "2441 N 19TH ST", "OWNER1": "DEMON ESTATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162078200", "LNIADDRESSKEY": "668249", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.3359375, "Shape__Length": 66.169368426268619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163217663110004, 39.991304377450597 ], [ -75.163209666950095, 39.991346463887197 ], [ -75.162971449315805, 39.991314980161 ], [ -75.162972818352898, 39.991306563995202 ], [ -75.162980512502301, 39.991272370420198 ], [ -75.163217663110004, 39.991304377450597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 40, "ADDRESS": "3810 FOLSOM ST", "OWNER1": "KEREM PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243051500", "LNIADDRESSKEY": "293615", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.01171875, "Shape__Length": 75.566000718262146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1984726437246, 39.967060306628099 ], [ -75.198521341717694, 39.967055007033302 ], [ -75.198522036126803, 39.9670588100781 ], [ -75.198555018351101, 39.967238229846203 ], [ -75.198559958223399, 39.967275141274797 ], [ -75.198510482775703, 39.967280520459397 ], [ -75.198503315872898, 39.967238757144401 ], [ -75.1984964045091, 39.967200205965703 ], [ -75.198489111203799, 39.967161808474103 ], [ -75.198482291194495, 39.967120825483597 ], [ -75.198476419564898, 39.967081911117603 ], [ -75.198473298364505, 39.967064077253802 ], [ -75.1984726437246, 39.967060306628099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 41, "ADDRESS": "1508 GERMANTOWN AVE", "OWNER1": "ABERRA NEGASH A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "182203600", "LNIADDRESSKEY": "309027", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.78515625, "Shape__Length": 39.703421598605587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141947181823397, 39.973942959036698 ], [ -75.142058847052397, 39.973923573904798 ], [ -75.142058992073004, 39.973927422314198 ], [ -75.142059147177306, 39.973933753269797 ], [ -75.142071050201594, 39.9739347806483 ], [ -75.142070135886598, 39.973969498791 ], [ -75.142060571824103, 39.973968137130399 ], [ -75.141959508347199, 39.9739864094349 ], [ -75.141947181823397, 39.973942959036698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 42, "ADDRESS": "6118 E WISTER ST", "OWNER1": "RAM PHILA COMMUNITY 19 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122316300", "LNIADDRESSKEY": "619959", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 325.36328125, "Shape__Length": 95.890675823122749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158189128589896, 40.046983107847701 ], [ -75.158545872465794, 40.046996767226098 ], [ -75.158543742805193, 40.047029121932098 ], [ -75.158542228146302, 40.047052971415802 ], [ -75.158185485396999, 40.047039313184499 ], [ -75.158189128589896, 40.046983107847701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 43, "ADDRESS": "3906 WYALUSING AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243181400", "LNIADDRESSKEY": "625637", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.30078125, "Shape__Length": 50.654217637203089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201619889247198, 39.972349903925704 ], [ -75.201667681652097, 39.972344839592701 ], [ -75.201692195448203, 39.972480498662399 ], [ -75.201667567771693, 39.9724829982624 ], [ -75.201642982509199, 39.972485498799102 ], [ -75.201619889247198, 39.972349903925704 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 44, "ADDRESS": "651 N 41ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061216800", "LNIADDRESSKEY": "686548", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.04296875, "Shape__Length": 56.756387000865352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205651482950103, 39.963948984233703 ], [ -75.205658910544102, 39.963993977264401 ], [ -75.205484634777804, 39.9640097306754 ], [ -75.205445613505802, 39.963967066589397 ], [ -75.205651482950103, 39.963948984233703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 45, "ADDRESS": "2909-11 CECIL B MOORE AVE", "OWNER1": "1210 FENIX PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324053201", "LNIADDRESSKEY": "71894", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 378.44921875, "Shape__Length": 85.097791461384844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182185127062894, 39.982121506729101 ], [ -75.182227932312799, 39.981918226836399 ], [ -75.182283353094306, 39.981925528361202 ], [ -75.182339615541196, 39.9819332991949 ], [ -75.182297318488295, 39.982136428310099 ], [ -75.182240457945397, 39.982128983082802 ], [ -75.182185127062894, 39.982121506729101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 46, "ADDRESS": "4711-61 N 11TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "785607060", "LNIADDRESSKEY": "652390", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 13766.5859375, "Shape__Length": 545.00592959724906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142421493925795, 40.023970733562003 ], [ -75.142116567909198, 40.0253648976596 ], [ -75.141524793237394, 40.025288816132203 ], [ -75.141826025438206, 40.0238941763672 ], [ -75.142417667490307, 40.023970807732198 ], [ -75.142421493925795, 40.023970733562003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 47, "ADDRESS": "2727 N ORKNEY ST", "OWNER1": "ANNA MAE BEILAND", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192188400", "LNIADDRESSKEY": "462577", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.578125, "Shape__Length": 39.249714485185898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139357204690796, 39.992767545970402 ], [ -75.139359902355906, 39.992753518709399 ], [ -75.1393621057247, 39.9927420267217 ], [ -75.139365553900802, 39.9927253889227 ], [ -75.139484495642193, 39.992740489915803 ], [ -75.139481022016994, 39.992756723931201 ], [ -75.139475330408104, 39.992783192677003 ], [ -75.139357204690796, 39.992767545970402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 48, "ADDRESS": "1612 N 17TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471263510", "LNIADDRESSKEY": "662841", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 290.85546875, "Shape__Length": 100.72193118838796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162957762071102, 39.978575047658701 ], [ -75.1629668975567, 39.978529957269998 ], [ -75.163353716639705, 39.978582264524597 ], [ -75.163352004775305, 39.978593655327202 ], [ -75.163344236624297, 39.978627605088498 ], [ -75.162957762071102, 39.978575047658701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 49, "ADDRESS": "2344 N 3RD ST", "OWNER1": "VALDEZ FRANKELLY", "OWNER2": "VALDEZ LUZ DEL ALBA SANCHEZ", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191185000", "LNIADDRESSKEY": "632616", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.09375, "Shape__Length": 58.841939606620173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138538698436093, 39.986682939540302 ], [ -75.138547019714906, 39.9866450437532 ], [ -75.138758144244505, 39.986672469792701 ], [ -75.138749824542998, 39.986710365628397 ], [ -75.138538698436093, 39.986682939540302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 50, "ADDRESS": "3719 HAVERFORD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242048900", "LNIADDRESSKEY": "335985", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 250.45703125, "Shape__Length": 89.572446704145136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1966280382143, 39.963589313404903 ], [ -75.196687671741998, 39.963582806258501 ], [ -75.196731041985103, 39.963844055283197 ], [ -75.196674127841007, 39.963850091380799 ], [ -75.1966280382143, 39.963589313404903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 51, "ADDRESS": "741 N DEKALB ST", "OWNER1": "M D PROPERTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243087510", "LNIADDRESSKEY": "111101", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.04296875, "Shape__Length": 76.959807153636646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197357150717195, 39.967386098463997 ], [ -75.1973645999757, 39.967425354340001 ], [ -75.197075133535506, 39.967458907653402 ], [ -75.197066828321795, 39.9674184400033 ], [ -75.197357150717195, 39.967386098463997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 52, "ADDRESS": "3125 N 15TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111157300", "LNIADDRESSKEY": "658386", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 218.38671875, "Shape__Length": 78.709461081818105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154382734183798, 40.000835967449802 ], [ -75.154392137030996, 40.000790125644997 ], [ -75.154398289473406, 40.000790924750397 ], [ -75.154681222716704, 40.000827917968401 ], [ -75.154672415268706, 40.000873015272099 ], [ -75.154382734183798, 40.000835967449802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 53, "ADDRESS": "420 W DAUPHIN ST", "OWNER1": "SANCHEZ MERCEDES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191412500", "LNIADDRESSKEY": "110376", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.0078125, "Shape__Length": 52.166007990736261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140407851987902, 39.985815266780797 ], [ -75.140438401585996, 39.985678473222201 ], [ -75.140489942249602, 39.985685303523702 ], [ -75.140460609518101, 39.985822591040801 ], [ -75.140407851987902, 39.985815266780797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 54, "ADDRESS": "2156 N 9TH ST", "OWNER1": "YAVUZ PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202168600", "LNIADDRESSKEY": "647538", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.08203125, "Shape__Length": 55.291081065078529 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148026029055103, 39.984959618592796 ], [ -75.147976231233699, 39.984952734332801 ], [ -75.147923355782396, 39.984945201368603 ], [ -75.147930945902402, 39.984907330118098 ], [ -75.148126719318199, 39.984934497919603 ], [ -75.148118539292298, 39.984971871508698 ], [ -75.148026029055103, 39.984959618592796 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 55, "ADDRESS": "2655 KENSINGTON AVE", "OWNER1": "METROPOLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "311050800", "LNIADDRESSKEY": "368571", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.05078125, "Shape__Length": 61.83788583673779 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125589279935298, 39.989457056006202 ], [ -75.125634087503897, 39.989433706632802 ], [ -75.125682018519697, 39.989482984985301 ], [ -75.125765175679902, 39.9895719514194 ], [ -75.125721390054196, 39.989595984213203 ], [ -75.125688616490194, 39.989562285436101 ], [ -75.125679073127003, 39.9895505250756 ], [ -75.125645858175105, 39.989515252911197 ], [ -75.125589279935298, 39.989457056006202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 56, "ADDRESS": "4615 N MARVINE ST", "OWNER1": "BRACERO JOSE E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491419800", "LNIADDRESSKEY": "417038", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.91015625, "Shape__Length": 74.424637470170197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143514017372993, 40.022782996005503 ], [ -75.143236062294605, 40.022747864134502 ], [ -75.143245180819605, 40.022708061310901 ], [ -75.143522840542104, 40.0227432506573 ], [ -75.143514017372993, 40.022782996005503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 57, "ADDRESS": "4989 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442084610", "LNIADDRESSKEY": "314597", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.69921875, "Shape__Length": 65.429986536701293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221780413595596, 39.9724199356342 ], [ -75.221834232000504, 39.972408821608802 ], [ -75.221895038109395, 39.972587653534902 ], [ -75.221847438478804, 39.972593246329502 ], [ -75.221839366901705, 39.972593954855903 ], [ -75.221780413595596, 39.9724199356342 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 58, "ADDRESS": "3904 WYALUSING AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "243181310", "LNIADDRESSKEY": "625635", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.828125, "Shape__Length": 51.144545776930322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201568734934696, 39.972355812600497 ], [ -75.201619889247198, 39.972349903925704 ], [ -75.201642982509199, 39.972485498799102 ], [ -75.201592075248399, 39.972490945576801 ], [ -75.201568734934696, 39.972355812600497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 59, "ADDRESS": "1708 N 27TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324134900", "LNIADDRESSKEY": "679688", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.8984375, "Shape__Length": 65.646443001073905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1788735811527, 39.981770959434698 ], [ -75.178882914815304, 39.981730884326701 ], [ -75.179108956537803, 39.981758919477201 ], [ -75.179121158275606, 39.981760418187498 ], [ -75.179111804686499, 39.981801023335798 ], [ -75.1788735811527, 39.981770959434698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 60, "ADDRESS": "1263 S 50TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273078710", "LNIADDRESSKEY": "690563", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.2890625, "Shape__Length": 67.390383256509807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215165371249199, 39.941215956493402 ], [ -75.214982304014995, 39.941344414057198 ], [ -75.214946402388506, 39.941312605836103 ], [ -75.215127971628107, 39.941184454225102 ], [ -75.215165371249199, 39.941215956493402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 61, "ADDRESS": "6126 CHEW AVE", "OWNER1": "194 ROOSEVELT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "592300300", "LNIADDRESSKEY": "82669", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 342.27734375, "Shape__Length": 110.52503559853756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171348669671303, 40.049358681936702 ], [ -75.171617240306205, 40.049099685648898 ], [ -75.171667983321896, 40.0491305004523 ], [ -75.171632396261202, 40.049164520174301 ], [ -75.171591716224498, 40.049203407040601 ], [ -75.171397236751005, 40.049389335388803 ], [ -75.171348669671303, 40.049358681936702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 62, "ADDRESS": "1920 N ORIANNA ST", "OWNER1": "KEISERMAN BORIS", "OWNER2": "KEISERMAN SOFIYA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183315000", "LNIADDRESSKEY": "461419", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.28515625, "Shape__Length": 41.097964587030241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140464362177894, 39.980103797238698 ], [ -75.140471567016206, 39.980071704451603 ], [ -75.140610981445406, 39.9800906243618 ], [ -75.140603920554199, 39.980123316230497 ], [ -75.140464362177894, 39.980103797238698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 63, "ADDRESS": "807 N PRESTON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062236110", "LNIADDRESSKEY": "489925", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 411.69140625, "Shape__Length": 100.5519366552782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203768936216207, 39.967538846996199 ], [ -75.204124561645997, 39.9675002001484 ], [ -75.204135682710998, 39.967571292859503 ], [ -75.203779961996204, 39.967608566982499 ], [ -75.203768936216207, 39.967538846996199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 64, "ADDRESS": "6070 REINHARD ST", "OWNER1": "ITICOVICI C JAEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401282100", "LNIADDRESSKEY": "500497", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.28515625, "Shape__Length": 60.968917316417937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231119244119995, 39.930959088757497 ], [ -75.231161364479803, 39.9309293709901 ], [ -75.231306681098104, 39.931051250959698 ], [ -75.231260937558105, 39.931082178756299 ], [ -75.231119244119995, 39.930959088757497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 65, "ADDRESS": "4601-55 N 11TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. ACRE+", "OPA_ID": "785607050", "LNIADDRESSKEY": "652336", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 13682.61328125, "Shape__Length": 544.14615463429368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142778919419101, 40.022374906163499 ], [ -75.142474011485007, 40.023769054494998 ], [ -75.141886005525606, 40.023693229032602 ], [ -75.142187223227694, 40.022298588222498 ], [ -75.142778919419101, 40.022374906163499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 66, "ADDRESS": "1120 N 39TH ST", "OWNER1": "ODA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243225400", "LNIADDRESSKEY": "686096", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.390625, "Shape__Length": 73.034319841345408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2016850157043, 39.973496748042798 ], [ -75.201950679398905, 39.973468892382698 ], [ -75.201956968257903, 39.973468225627201 ], [ -75.201964256625004, 39.973508541863303 ], [ -75.201957735483305, 39.973509234996698 ], [ -75.201691809209706, 39.973537374293201 ], [ -75.2016850157043, 39.973496748042798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 67, "ADDRESS": "2230 DIAMOND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322266701", "LNIADDRESSKEY": "116679", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.390625, "Shape__Length": 72.676715771859634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170771568994894, 39.986470284359697 ], [ -75.170816085627095, 39.986266482122602 ], [ -75.170873285114197, 39.9862744732987 ], [ -75.170826679015804, 39.986477550587097 ], [ -75.170771568994894, 39.986470284359697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 68, "ADDRESS": "1310 S 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362142705", "LNIADDRESSKEY": "681233", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.55859375, "Shape__Length": 61.456451090635383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190632817695203, 39.936785127139402 ], [ -75.190861423785293, 39.9368117963106 ], [ -75.190853816284999, 39.9368458975514 ], [ -75.190625452348797, 39.936818894766901 ], [ -75.190632817695203, 39.936785127139402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 69, "ADDRESS": "1627 W NORRIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321018110", "LNIADDRESSKEY": "452344", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.88671875, "Shape__Length": 66.805113909500022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161261431672699, 39.984025878250598 ], [ -75.161297909615499, 39.983848964292697 ], [ -75.161363217859403, 39.983856901031103 ], [ -75.161360023850094, 39.983873093461803 ], [ -75.161357403886896, 39.983880256014103 ], [ -75.1613360294334, 39.983981393914299 ], [ -75.161325447852704, 39.984034721793499 ], [ -75.161261431672699, 39.984025878250598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 70, "ADDRESS": "1919 W DAUPHIN ST", "OWNER1": "JAKE R PAYNE", "OWNER2": "OLIVIA H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162248500", "LNIADDRESSKEY": "110656", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.37109375, "Shape__Length": 64.329832339118596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164461421144793, 39.989247913302201 ], [ -75.164497358088497, 39.989071871543302 ], [ -75.164553943838399, 39.9890795298924 ], [ -75.164515771907105, 39.989255360263698 ], [ -75.164461421144793, 39.989247913302201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 71, "ADDRESS": "5146 WALNUT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885404280", "LNIADDRESSKEY": "595094", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 250.37109375, "Shape__Length": 90.454511835351539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225018722144696, 39.956787790871502 ], [ -75.225071270285994, 39.956537128518498 ], [ -75.225146359527798, 39.956546792122303 ], [ -75.225138549576101, 39.956582808834597 ], [ -75.225122023250293, 39.956580542885398 ], [ -75.225076184243903, 39.956794374821897 ], [ -75.225018722144696, 39.956787790871502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 72, "ADDRESS": "764 E WILLARD ST", "OWNER1": "COELLO MANUEL B", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331080810", "LNIADDRESSKEY": "613779", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.53515625, "Shape__Length": 53.672746761750751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115319538719902, 39.997782881813897 ], [ -75.115373439959498, 39.997789519495797 ], [ -75.115371963014695, 39.997797352714599 ], [ -75.115347088816804, 39.997929546309798 ], [ -75.115289095822902, 39.997921928314703 ], [ -75.115317854223406, 39.997790629175803 ], [ -75.115319538719902, 39.997782881813897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 73, "ADDRESS": "4128 PENNSGROVE ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062120310", "LNIADDRESSKEY": "478526", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 240.375, "Shape__Length": 88.343568157292992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206759304744594, 39.970563938499801 ], [ -75.206815871790894, 39.970558341232199 ], [ -75.206861553186997, 39.970816058529898 ], [ -75.206804946157604, 39.970822170762801 ], [ -75.206759304744594, 39.970563938499801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 74, "ADDRESS": "1613 W NORRIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321017410", "LNIADDRESSKEY": "452337", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.08203125, "Shape__Length": 66.784784138821806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160917796286398, 39.983799203246399 ], [ -75.160879995223695, 39.983977232673801 ], [ -75.160816226662902, 39.983969039819499 ], [ -75.160854494217403, 39.983790875644303 ], [ -75.160917796286398, 39.983799203246399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 75, "ADDRESS": "6035 TRINITY ST", "OWNER1": "DAVIS ANTHONY E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401212300", "LNIADDRESSKEY": "577444", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.98828125, "Shape__Length": 60.563910259241332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232823408155696, 39.933460420344197 ], [ -75.232866039844197, 39.933431019496197 ], [ -75.233011297290304, 39.933551364124398 ], [ -75.232967690810796, 39.933581645754998 ], [ -75.232823408155696, 39.933460420344197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 76, "ADDRESS": "1837 N BUCKNELL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322135001", "LNIADDRESSKEY": "54866", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.3984375, "Shape__Length": 49.337392920509565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172812473860603, 39.983039445682898 ], [ -75.172820836840003, 39.9829985439073 ], [ -75.172985181515301, 39.983021255788799 ], [ -75.172975891177202, 39.983063410558003 ], [ -75.172812473860603, 39.983039445682898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 77, "ADDRESS": "3516 N 23RD ST", "OWNER1": "LYNCH CHARITY MARIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112319100", "LNIADDRESSKEY": "675824", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 360.96484375, "Shape__Length": 93.909517168141477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166464556410205, 40.008719396479798 ], [ -75.166479821097596, 40.008653729429199 ], [ -75.166809230646194, 40.008697216984601 ], [ -75.166795033073498, 40.0087629080817 ], [ -75.166464556410205, 40.008719396479798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 78, "ADDRESS": "1237 W BUTLER ST", "OWNER1": "HOLY REDEEMER M B C", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432229300", "LNIADDRESSKEY": "57795", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 329.20703125, "Shape__Length": 96.795262731007796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148522520521198, 40.010615219541997 ], [ -75.148595830479195, 40.010625053976298 ], [ -75.148536972920994, 40.010897291271597 ], [ -75.148465088406795, 40.0108890850357 ], [ -75.148522520521198, 40.010615219541997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 79, "ADDRESS": "2004 W TIOGA ST", "OWNER1": "PRESTIGE REALTY CORPORATI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112088300", "LNIADDRESSKEY": "573078", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 678.97265625, "Shape__Length": 137.53296685247611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161732171641404, 40.007361955841702 ], [ -75.1618127948054, 40.006975865943197 ], [ -75.161920069340198, 40.006989890472703 ], [ -75.161836571147404, 40.007375496647697 ], [ -75.161732171641404, 40.007361955841702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 80, "ADDRESS": "906 W BOSTON ST", "OWNER1": "1709 N 26TH STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371368400", "LNIADDRESSKEY": "730232", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.96875, "Shape__Length": 57.674900209058862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147355711705998, 39.988796968388201 ], [ -75.147392546982203, 39.988637459176203 ], [ -75.1474384193464, 39.988642996568402 ], [ -75.147401885934599, 39.988803915977101 ], [ -75.147355711705998, 39.988796968388201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 81, "ADDRESS": "1124 STATE ST", "OWNER1": "WILSON DELCINA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243233700", "LNIADDRESSKEY": "552380", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.80078125, "Shape__Length": 42.045427633834947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202834058399404, 39.9733902070342 ], [ -75.202841392789594, 39.9734259133349 ], [ -75.202700987140602, 39.9734423822214 ], [ -75.2026943447636, 39.9734066101813 ], [ -75.202834058399404, 39.9733902070342 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 82, "ADDRESS": "1509 W OXFORD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471134110", "LNIADDRESSKEY": "466574", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.21484375, "Shape__Length": 71.406360966243852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160682230507305, 39.977871163532697 ], [ -75.160723184473895, 39.977682357098601 ], [ -75.160791177476199, 39.977690064297498 ], [ -75.160752162853001, 39.977880768350602 ], [ -75.160682230507305, 39.977871163532697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 83, "ADDRESS": "2207 N ORIANNA ST", "OWNER1": "JACOB JOSEPH", "OWNER2": "JACOB BARBARA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191191100", "LNIADDRESSKEY": "461580", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.14453125, "Shape__Length": 42.975575215799367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139242968852002, 39.984481121929598 ], [ -75.139252277481205, 39.984443918699803 ], [ -75.139392939782397, 39.984463319914703 ], [ -75.139384578735303, 39.984500898360103 ], [ -75.139242968852002, 39.984481121929598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 84, "ADDRESS": "1628 S 21ST ST", "OWNER1": "CAMPANARO VINCENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363274800", "LNIADDRESSKEY": "673357", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.49609375, "Shape__Length": 67.090111181092638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180115753278102, 39.931092100395603 ], [ -75.180352850412902, 39.931124558573003 ], [ -75.180342784987005, 39.931169839766802 ], [ -75.180106189844096, 39.931139036041998 ], [ -75.180115753278102, 39.931092100395603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 85, "ADDRESS": "2460 N CLEVELAND ST", "OWNER1": "LADA PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162038900", "LNIADDRESSKEY": "90245", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.8828125, "Shape__Length": 51.04151589399892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162433243628797, 39.9915987768684 ], [ -75.162428822648906, 39.991598209802 ], [ -75.1622616883907, 39.991576725658803 ], [ -75.162271341954096, 39.991536772628997 ], [ -75.162436914769302, 39.991559075272598 ], [ -75.162441731198498, 39.9915597165771 ], [ -75.1624449839927, 39.991560160448998 ], [ -75.162444452377201, 39.991564774054901 ], [ -75.162436746599596, 39.991599226380302 ], [ -75.162433243628797, 39.9915987768684 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 86, "ADDRESS": "1325 W SOMERSET ST", "OWNER1": "LEANNA INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372349100", "LNIADDRESSKEY": "541888", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.32421875, "Shape__Length": 68.81295468003691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152729953249107, 39.995607802539503 ], [ -75.152772195707797, 39.995416835736997 ], [ -75.152775135307706, 39.995417240131601 ], [ -75.152828004475097, 39.995424626356602 ], [ -75.152822213120899, 39.995448933199597 ], [ -75.152806104152504, 39.995524880490997 ], [ -75.152785637379907, 39.9956150272195 ], [ -75.152729953249107, 39.995607802539503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 87, "ADDRESS": "2226 DIAMOND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322266501", "LNIADDRESSKEY": "116677", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.8828125, "Shape__Length": 72.574429781683108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170662032256004, 39.986455957520299 ], [ -75.170707448540199, 39.986251645064598 ], [ -75.170762838957401, 39.986259272402201 ], [ -75.170716649357303, 39.986462940166703 ], [ -75.170662032256004, 39.986455957520299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 88, "ADDRESS": "2712 W STERNER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281387901", "LNIADDRESSKEY": "553711", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.8046875, "Shape__Length": 46.927936744170253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1758323847029, 39.9971418834754 ], [ -75.175857607241994, 39.997021131237503 ], [ -75.175908052914195, 39.9970272912255 ], [ -75.175882313931595, 39.9971484193265 ], [ -75.1758323847029, 39.9971418834754 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 89, "ADDRESS": "1230 W HUNTINGDON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371419800", "LNIADDRESSKEY": "732052", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.5, "Shape__Length": 60.836590375046171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152051972207602, 39.991925119307901 ], [ -75.152085480539895, 39.991769080152501 ], [ -75.152086227128507, 39.991763229164398 ], [ -75.152124996542895, 39.991768249085197 ], [ -75.152144462831004, 39.991771076243701 ], [ -75.152143334873998, 39.991776982798001 ], [ -75.152110204128107, 39.991933030513302 ], [ -75.152051972207602, 39.991925119307901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 90, "ADDRESS": "3914 FOLSOM ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243055210", "LNIADDRESSKEY": "293687", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.44921875, "Shape__Length": 63.073283993625722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200829747757396, 39.966872225545004 ], [ -75.200866166719393, 39.967045643589998 ], [ -75.200814914174799, 39.967052597078599 ], [ -75.200775350001607, 39.966878705936502 ], [ -75.200829747757396, 39.966872225545004 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 91, "ADDRESS": "1246 W GIRARD AVE", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141432900", "LNIADDRESSKEY": "313955", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-4", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 278.8828125, "Shape__Length": 93.627937651061387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157248786893305, 39.970743742343799 ], [ -75.157311518784695, 39.970751301357303 ], [ -75.157257138218895, 39.971022240868201 ], [ -75.157195558367803, 39.971014675200202 ], [ -75.157248786893305, 39.970743742343799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 92, "ADDRESS": "624 N 40TH ST", "OWNER1": "626-30 N 40TH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061165800", "LNIADDRESSKEY": "686191", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 418.015625, "Shape__Length": 109.74624611863074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202586347949904, 39.964309092836899 ], [ -75.202574040278193, 39.964248468028401 ], [ -75.2029806356732, 39.964203735188597 ], [ -75.202993600168895, 39.964267502138597 ], [ -75.202586347949904, 39.964309092836899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 93, "ADDRESS": "1909 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162248001", "LNIADDRESSKEY": "110646", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.4296875, "Shape__Length": 63.734956591164199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164123802412007, 39.989021883241399 ], [ -75.164177450309197, 39.989029056617099 ], [ -75.164138677459704, 39.9892041469028 ], [ -75.164085028185696, 39.989197006142902 ], [ -75.164123802412007, 39.989021883241399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 94, "ADDRESS": "5440 LUDLOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "603007800", "LNIADDRESSKEY": "402853", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.93359375, "Shape__Length": 80.382225326646505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229942269071501, 39.959783196004899 ], [ -75.229992456522098, 39.959548873548002 ], [ -75.230042579772103, 39.9595557453762 ], [ -75.229993914830203, 39.959789666562102 ], [ -75.229942269071501, 39.959783196004899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 95, "ADDRESS": "3029 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372115400", "LNIADDRESSKEY": "108840", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.4921875, "Shape__Length": 43.213389354482693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144266516121604, 39.997998436177099 ], [ -75.144275422254594, 39.997959677063697 ], [ -75.144415820035803, 39.997979595918899 ], [ -75.144407516720094, 39.998017950875898 ], [ -75.144266516121604, 39.997998436177099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 96, "ADDRESS": "1329 W SOMERSET ST", "OWNER1": "CLENTSCALE SAMUEL", "OWNER2": "LILLIE", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "372349300", "LNIADDRESSKEY": "541891", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.8515625, "Shape__Length": 70.432524498224765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153057361090703, 39.995656832795 ], [ -75.153100959047407, 39.995461107644999 ], [ -75.1531566501139, 39.995467574321999 ], [ -75.153113115782006, 39.995664396792797 ], [ -75.153057361090703, 39.995656832795 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 97, "ADDRESS": "638 W CUMBERLAND ST", "OWNER1": "KOEGLER ANGEL LUIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371376300", "LNIADDRESSKEY": "730450", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.72265625, "Shape__Length": 75.660056821663019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144243838111805, 39.989161551695403 ], [ -75.144298243612099, 39.989168590547401 ], [ -75.144251339866003, 39.9893838553187 ], [ -75.144196946293803, 39.989376463068197 ], [ -75.144243838111805, 39.989161551695403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 98, "ADDRESS": "3613 N 16TH ST", "OWNER1": "ESD INVESTMENT LLC", "OWNER2": "PHILA DEVELOPMENT GROUP LLC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131169000", "LNIADDRESSKEY": "660900", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 408.65625, "Shape__Length": 100.36845767931601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154239650641301, 40.008578720004799 ], [ -75.154254755130196, 40.008509891497297 ], [ -75.154268849045494, 40.008511354440301 ], [ -75.154609154468901, 40.008554221382298 ], [ -75.154594083699806, 40.008623824439603 ], [ -75.154239650641301, 40.008578720004799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 99, "ADDRESS": "2553 N STANLEY ST", "OWNER1": "LTI INVESTMENTS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282110100", "LNIADDRESSKEY": "551274", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.41015625, "Shape__Length": 52.265216637195209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181417077179901, 39.9954059109821 ], [ -75.181425173046605, 39.9953664375602 ], [ -75.1816054764586, 39.995391427252798 ], [ -75.1815969854011, 39.995430279155798 ], [ -75.181417077179901, 39.9954059109821 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 100, "ADDRESS": "2612 N 6TH ST", "OWNER1": "DORADO NIEGH DEV CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371038100", "LNIADDRESSKEY": "639544", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.40234375, "Shape__Length": 64.697074329274386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142513170202605, 39.991175800311197 ], [ -75.142521904789902, 39.991133312825902 ], [ -75.142753224066894, 39.9911657626131 ], [ -75.142743798183602, 39.991207685912798 ], [ -75.142513170202605, 39.991175800311197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 101, "ADDRESS": "134 W HUNTINGDON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192303101", "LNIADDRESSKEY": "731784", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.84375, "Shape__Length": 61.392234665420183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132489414368195, 39.989237736221099 ], [ -75.132487683174304, 39.989248385149203 ], [ -75.132456007691601, 39.989397594455397 ], [ -75.132392711358705, 39.989389057611099 ], [ -75.132425162131895, 39.989229500834298 ], [ -75.132489414368195, 39.989237736221099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 102, "ADDRESS": "3842 WYALUSING AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243179200", "LNIADDRESSKEY": "625593", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.11328125, "Shape__Length": 59.381278024157524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200330595558597, 39.972363158270298 ], [ -75.200360444836605, 39.972526324538798 ], [ -75.200309576362201, 39.972531318857399 ], [ -75.200278581438397, 39.972368531442903 ], [ -75.200330595558597, 39.972363158270298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 103, "ADDRESS": "1935 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321256701", "LNIADDRESSKEY": "667985", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.91796875, "Shape__Length": 86.308086151156473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164582060741907, 39.983637898495601 ], [ -75.164593080352603, 39.983588417441901 ], [ -75.164910101351396, 39.983631554201999 ], [ -75.164900549090504, 39.983680455642002 ], [ -75.164582060741907, 39.983637898495601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 104, "ADDRESS": "1248 BURNS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471174100", "LNIADDRESSKEY": "56110", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.8125, "Shape__Length": 38.225246496255181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160510265589195, 39.973067803838497 ], [ -75.160411203316997, 39.973055767502402 ], [ -75.160420701183199, 39.9730127161327 ], [ -75.160518608630895, 39.973024823261099 ], [ -75.160533894529294, 39.973026699936 ], [ -75.160527050853503, 39.9730583818084 ], [ -75.160524821174306, 39.9730695998364 ], [ -75.160510265589195, 39.973067803838497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 105, "ADDRESS": "1812 LATONA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361080005", "LNIADDRESSKEY": "382108", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.9453125, "Shape__Length": 56.107164503821849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174370252456697, 39.935894911826303 ], [ -75.174401420134998, 39.935747164158798 ], [ -75.174457884567602, 39.935754637933996 ], [ -75.174426464045098, 39.935901879873398 ], [ -75.174370252456697, 39.935894911826303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 106, "ADDRESS": "2711 W YORK ST", "OWNER1": "HORACE G KLEINFELDER", "OWNER2": "HELEN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281253400", "LNIADDRESSKEY": "629406", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.26953125, "Shape__Length": 63.656973448563903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176784435899904, 39.992389812115597 ], [ -75.176825764260101, 39.992206167519697 ], [ -75.176864243176695, 39.992210012475098 ], [ -75.176843089549394, 39.992313671546803 ], [ -75.176825050779996, 39.992397573684499 ], [ -75.176784435899904, 39.992389812115597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 107, "ADDRESS": "1223 S BUCKNELL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361355105", "LNIADDRESSKEY": "54922", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.8828125, "Shape__Length": 52.585984686695802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182777956062495, 39.937686853747103 ], [ -75.182786674028705, 39.937648990180797 ], [ -75.182909085736796, 39.9376647069735 ], [ -75.182969853122401, 39.937672514961001 ], [ -75.182968845982202, 39.937677022251798 ], [ -75.182961398294395, 39.937710658110603 ], [ -75.182901028230106, 39.937702827477203 ], [ -75.182777956062495, 39.937686853747103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 108, "ADDRESS": "115 E CUMBERLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314022401", "LNIADDRESSKEY": "105394", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.64453125, "Shape__Length": 58.157239971949153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1309833718704, 39.987967072298403 ], [ -75.130993891524298, 39.9879154549511 ], [ -75.131017803033401, 39.987807867390799 ], [ -75.1310675526437, 39.9878143862245 ], [ -75.131034904192305, 39.987965411092297 ], [ -75.131033115344906, 39.987973753189003 ], [ -75.1309833718704, 39.987967072298403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 109, "ADDRESS": "2226 N LEITHGOW ST", "OWNER1": "LAGUNA OMAR A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191240200", "LNIADDRESSKEY": "388637", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.01953125, "Shape__Length": 40.2138123978458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140382846412507, 39.984947185688803 ], [ -75.140389867022094, 39.984915024512397 ], [ -75.140526208236395, 39.984932906945602 ], [ -75.140518260763798, 39.984965223880799 ], [ -75.140382846412507, 39.984947185688803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 110, "ADDRESS": "705 W ROCKLAND ST", "OWNER1": "WILLIAMS-SHOCKLEY RAMONA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491122100", "LNIADDRESSKEY": "512761", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.375, "Shape__Length": 78.90255665780164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136628577017504, 40.026560289079399 ], [ -75.136629795625893, 40.0265493389794 ], [ -75.136653615717407, 40.026448583601699 ], [ -75.136677745781, 40.026335971061897 ], [ -75.1367351750484, 40.026344224809399 ], [ -75.136732614037598, 40.0263524852204 ], [ -75.136684222528004, 40.026568035976702 ], [ -75.136628577017504, 40.026560289079399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 111, "ADDRESS": "4804 N 7TH ST", "OWNER1": "VIBHAA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491213400", "LNIADDRESSKEY": "643388", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.98046875, "Shape__Length": 67.626086884467625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136844634397903, 40.024985304600101 ], [ -75.136853910371499, 40.024942621380703 ], [ -75.137097007558907, 40.024974330940999 ], [ -75.137088148703498, 40.025017637488801 ], [ -75.136844634397903, 40.024985304600101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 112, "ADDRESS": "608 HOFFMAN ST", "OWNER1": "PESANTEZ BUSTAMANTE NANCY A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393009400", "LNIADDRESSKEY": "346058", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.125, "Shape__Length": 46.560385481888808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156693898193893, 39.924699790236701 ], [ -75.156720796236996, 39.924577564880799 ], [ -75.156767875427505, 39.924583787929897 ], [ -75.156740415147098, 39.9247059521499 ], [ -75.156693898193893, 39.924699790236701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 113, "ADDRESS": "1827 N BUCKNELL ST", "OWNER1": "HUGHSTON KENYATTA J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322134500", "LNIADDRESSKEY": "54856", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.640625, "Shape__Length": 48.373896485034066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172854696146302, 39.982842910903699 ], [ -75.172862846189105, 39.982804841409099 ], [ -75.173027440458995, 39.982828718899398 ], [ -75.173018914008196, 39.982866215692397 ], [ -75.172854696146302, 39.982842910903699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 114, "ADDRESS": "2443 N 15TH ST", "OWNER1": "JAMISON MELVIN JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161029801", "LNIADDRESSKEY": "658267", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.34375, "Shape__Length": 51.947484883491427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156898173520602, 39.990651766006302 ], [ -75.156730714461602, 39.990630105324001 ], [ -75.156739823513306, 39.990585820005698 ], [ -75.156912418074398, 39.990608579933699 ], [ -75.156903324298696, 39.990652429740997 ], [ -75.156898173520602, 39.990651766006302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 115, "ADDRESS": "3605 FAIRMOUNT AVE", "OWNER1": "OWNER F LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243008900", "LNIADDRESSKEY": "283518", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.08984375, "Shape__Length": 79.532789782950658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195537463090702, 39.966047677591 ], [ -75.195578421782002, 39.966264302858796 ], [ -75.195508048636796, 39.966272778975103 ], [ -75.195467205051301, 39.966055317177499 ], [ -75.195537463090702, 39.966047677591 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 116, "ADDRESS": "615 EMILY ST", "OWNER1": "DAVIDOFF MATTHEW A", "OWNER2": "SORIANO JESSICA M", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393032500", "LNIADDRESSKEY": "136973", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.03515625, "Shape__Length": 47.00363314496694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157113289573203, 39.9237369375113 ], [ -75.157139116280106, 39.923615348978302 ], [ -75.157189116998197, 39.923621815882299 ], [ -75.157181558783407, 39.923657478499301 ], [ -75.157171084073696, 39.9237081649826 ], [ -75.157169580665197, 39.923711338614901 ], [ -75.157169376692707, 39.923716686055101 ], [ -75.157162536479007, 39.923743418915002 ], [ -75.157113289573203, 39.9237369375113 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 117, "ADDRESS": "6033 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401272101", "LNIADDRESSKEY": "500459", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.1796875, "Shape__Length": 60.176448405056732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230552609216204, 39.931690089230102 ], [ -75.230595638223406, 39.931660149474602 ], [ -75.2307365003889, 39.931781368045101 ], [ -75.230693453472696, 39.931811790620003 ], [ -75.230552609216204, 39.931690089230102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 118, "ADDRESS": "3152 N STILLMAN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381104400", "LNIADDRESSKEY": "555784", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.171875, "Shape__Length": 47.9943011668908 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171417557249995, 40.003498916825798 ], [ -75.1714262127457, 40.0034608902752 ], [ -75.171588809468702, 40.003482371061203 ], [ -75.171580466228903, 40.003520468832399 ], [ -75.171417557249995, 40.003498916825798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 119, "ADDRESS": "2045 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321259200", "LNIADDRESSKEY": "668037", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.91796875, "Shape__Length": 69.483854679010676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164275446242002, 39.9853545885342 ], [ -75.164284687221894, 39.9853111121176 ], [ -75.164535748326301, 39.985343783930098 ], [ -75.164526830326196, 39.985387010849699 ], [ -75.164275446242002, 39.9853545885342 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 120, "ADDRESS": "2923 PAGE ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323094001", "LNIADDRESSKEY": "467958", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.1796875, "Shape__Length": 51.8956982511055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181563514231698, 39.986843512404199 ], [ -75.181611429186205, 39.986849888221101 ], [ -75.181583123791199, 39.9869982492473 ], [ -75.181539573986001, 39.986965068064201 ], [ -75.181563514231698, 39.986843512404199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 121, "ADDRESS": "620 N SHEDWICK ST", "OWNER1": "IRA DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242158100", "LNIADDRESSKEY": "533365", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 281.33203125, "Shape__Length": 75.298101902515896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192690239931196, 39.965625687516798 ], [ -75.192929210840504, 39.965600578607997 ], [ -75.192935491997503, 39.965638519235199 ], [ -75.192919193311099, 39.965640203539103 ], [ -75.192924751050498, 39.965675081512899 ], [ -75.192703924160796, 39.9657012705716 ], [ -75.192690239931196, 39.965625687516798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 122, "ADDRESS": "260 E ARMAT ST", "OWNER1": "1804 PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122054800", "LNIADDRESSKEY": "21404", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.3046875, "Shape__Length": 67.161924700343647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170389928823397, 40.037868654740798 ], [ -75.170421428203298, 40.037838879819397 ], [ -75.1706084753678, 40.0379541616973 ], [ -75.170563950866097, 40.037995589324801 ], [ -75.170562342302205, 40.037997084920796 ], [ -75.170389928823397, 40.037868654740798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 123, "ADDRESS": "1927 N 19TH ST", "OWNER1": "LILLIE A MAXWELL WID", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321256300", "LNIADDRESSKEY": "667977", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 244.34375, "Shape__Length": 85.427072405744553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164621799814896, 39.983452158489897 ], [ -75.164631265939505, 39.983406639567903 ], [ -75.164949334863607, 39.983449187154598 ], [ -75.164942176065196, 39.983481443314503 ], [ -75.164938915374904, 39.983496102597201 ], [ -75.164621799814896, 39.983452158489897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 124, "ADDRESS": "2211 N 8TH ST", "OWNER1": "BAYVIEW 806 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371096600", "LNIADDRESSKEY": "645111", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.65625, "Shape__Length": 67.723593691412987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146380864098703, 39.985341959233502 ], [ -75.146627065736297, 39.985375479203903 ], [ -75.146616828246096, 39.985416772779303 ], [ -75.146372185035105, 39.985383577596998 ], [ -75.146380864098703, 39.985341959233502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 125, "ADDRESS": "2442 N CORLIES ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282097101", "LNIADDRESSKEY": "98227", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.24609375, "Shape__Length": 47.131770247203782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181640169599902, 39.993667956317701 ], [ -75.181649344471296, 39.993630956649397 ], [ -75.181808695906597, 39.993651819216197 ], [ -75.181800845497307, 39.9936892663723 ], [ -75.181640169599902, 39.993667956317701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 126, "ADDRESS": "6053 REGENT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401230701", "LNIADDRESSKEY": "499990", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.234375, "Shape__Length": 56.571708645450009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232416451521104, 39.932452111061501 ], [ -75.232459210676296, 39.932422100494797 ], [ -75.232590614310794, 39.932534259005301 ], [ -75.232548126867002, 39.932563727103997 ], [ -75.232515277889107, 39.932534765407802 ], [ -75.232438587229296, 39.932469537983202 ], [ -75.232416451521104, 39.932452111061501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 127, "ADDRESS": "744 N 40TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061169110", "LNIADDRESSKEY": "686255", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 620.07421875, "Shape__Length": 143.43254063377847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203112594698197, 39.966919325538299 ], [ -75.203660187295696, 39.966858086687203 ], [ -75.2036719786704, 39.966928033163903 ], [ -75.203122948617903, 39.966986838999503 ], [ -75.203112594698197, 39.966919325538299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 128, "ADDRESS": "2619 W GORDON ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281224201", "LNIADDRESSKEY": "319255", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.80078125, "Shape__Length": 50.946920332925401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175641860006493, 39.9912672572883 ], [ -75.175688440437099, 39.991273525622702 ], [ -75.175659915504994, 39.991410677616798 ], [ -75.175612834364102, 39.991404366507297 ], [ -75.175641860006493, 39.9912672572883 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 129, "ADDRESS": "4877 MERION AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "521022600", "LNIADDRESSKEY": "428920", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.625, "Shape__Length": 67.037764894678148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218325222778006, 39.974292707993698 ], [ -75.218473171498999, 39.974137323884499 ], [ -75.2185137601262, 39.974160221704302 ], [ -75.2183650869991, 39.974315365759502 ], [ -75.218325222778006, 39.974292707993698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 130, "ADDRESS": "2077 E CLEMENTINE ST", "OWNER1": "V2 PROPERTIES ENTITY 4 LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252265500", "LNIADDRESSKEY": "89823", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.03515625, "Shape__Length": 64.957925011737842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.111381644381794, 39.991604573376399 ], [ -75.111365100104706, 39.991583752025299 ], [ -75.111434912189907, 39.991552988468897 ], [ -75.111444706866806, 39.991550085924402 ], [ -75.111584386909996, 39.9914914117251 ], [ -75.111604590119001, 39.991520006325302 ], [ -75.111529266782995, 39.991552384536902 ], [ -75.111522436921703, 39.991554467725898 ], [ -75.111386531457001, 39.9916114885092 ], [ -75.111381644381794, 39.991604573376399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 131, "ADDRESS": "2500 DIAMOND ST", "OWNER1": "TOOKES ABIGAIL C TR", "OWNER2": "MALLOY SHAKIA TR", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322267500", "LNIADDRESSKEY": "116687", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.203125, "Shape__Length": 75.632624595240245 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174575003062102, 39.986739491448603 ], [ -75.174533651196896, 39.986957889103699 ], [ -75.174481134339302, 39.986951874453197 ], [ -75.174526264975597, 39.986733255263601 ], [ -75.174575003062102, 39.986739491448603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 132, "ADDRESS": "2217 W MONTGOMERY AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322212301", "LNIADDRESSKEY": "435876", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.73828125, "Shape__Length": 70.413764194210842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171016262880102, 39.982232954184298 ], [ -75.171061124685806, 39.982034350624502 ], [ -75.171113469046404, 39.982041524237701 ], [ -75.171068926209699, 39.982240021229302 ], [ -75.171016262880102, 39.982232954184298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 133, "ADDRESS": "2257 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191275901", "LNIADDRESSKEY": "462419", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.8828125, "Shape__Length": 45.363385667407798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140915886963199, 39.985576844135203 ], [ -75.140916292514902, 39.985575015268701 ], [ -75.140923366293094, 39.9855430658872 ], [ -75.140929598677602, 39.985543917123202 ], [ -75.1410801269991, 39.985564554141199 ], [ -75.141072637769298, 39.985598058487 ], [ -75.140921994148997, 39.985577676757501 ], [ -75.140915886963199, 39.985576844135203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 134, "ADDRESS": "1921 N 4TH ST", "OWNER1": "ORANGE PEE PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183321300", "LNIADDRESSKEY": "634569", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.30078125, "Shape__Length": 59.178882498242508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140598599801706, 39.980212725376497 ], [ -75.140608707010401, 39.980168915450001 ], [ -75.140812951046399, 39.980197690922203 ], [ -75.140803204595301, 39.980241412206098 ], [ -75.140598599801706, 39.980212725376497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 135, "ADDRESS": "4712-64 N 10TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. ACRE+", "OPA_ID": "785607070", "LNIADDRESSKEY": "650227", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 13821.29296875, "Shape__Length": 545.48038744475002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141065515625996, 40.023799291464698 ], [ -75.141073600844706, 40.023799786004403 ], [ -75.141665242688703, 40.023876421278402 ], [ -75.141352159056694, 40.025269516535403 ], [ -75.140760386116199, 40.025193429944402 ], [ -75.141065515625996, 40.023799291464698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 136, "ADDRESS": "626 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371375701", "LNIADDRESSKEY": "105897", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.74609375, "Shape__Length": 74.692152788329821 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1438731037899, 39.989111497033001 ], [ -75.143826025022904, 39.989327434579003 ], [ -75.143777258689596, 39.989320878330403 ], [ -75.143824177400603, 39.989104727679099 ], [ -75.1438731037899, 39.989111497033001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 137, "ADDRESS": "2410 N OPAL ST", "OWNER1": "URBAN REVIVAL INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162127200", "LNIADDRESSKEY": "460316", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.6015625, "Shape__Length": 52.48306960596851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164682702324598, 39.990875697224098 ], [ -75.164679907950401, 39.990875327938099 ], [ -75.164513286338803, 39.990853101742097 ], [ -75.164522129736596, 39.990811276465799 ], [ -75.164688545724502, 39.9908334011607 ], [ -75.164691736189496, 39.990833827797701 ], [ -75.164699868271398, 39.9908349142326 ], [ -75.164696982283303, 39.990846874403097 ], [ -75.164690980111203, 39.990876802709302 ], [ -75.164682702324598, 39.990875697224098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 138, "ADDRESS": "1704 N 42ND ST", "OWNER1": "1704 N 42 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062294700", "LNIADDRESSKEY": "687122", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.44140625, "Shape__Length": 67.902713086326088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210036836865996, 39.975313314460699 ], [ -75.210060902738704, 39.9752748855392 ], [ -75.210285362285603, 39.975358372386999 ], [ -75.210262637806196, 39.9753962825557 ], [ -75.210036836865996, 39.975313314460699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 139, "ADDRESS": "1726 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183126700", "LNIADDRESSKEY": "41692", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.66796875, "Shape__Length": 47.920751549792065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140007781339506, 39.977094229655599 ], [ -75.140015112102304, 39.977060495393602 ], [ -75.140183637148795, 39.977083946817203 ], [ -75.140177048475493, 39.977116391481701 ], [ -75.140061534741605, 39.977101062196603 ], [ -75.140007781339506, 39.977094229655599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 140, "ADDRESS": "2245 PALETHORP ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191103000", "LNIADDRESSKEY": "468336", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.27734375, "Shape__Length": 45.433411802387525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135553043488798, 39.984703737999197 ], [ -75.1355597274367, 39.984670150284103 ], [ -75.135717177400196, 39.984692623490702 ], [ -75.135711928258402, 39.984724845056299 ], [ -75.135553043488798, 39.984703737999197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 141, "ADDRESS": "6031 BALTIMORE AVE", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885017940", "LNIADDRESSKEY": "28217", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.02734375, "Shape__Length": 88.952415513350417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245599815224693, 39.944247532057901 ], [ -75.245651423136806, 39.944005836843502 ], [ -75.245711778068895, 39.943983700618503 ], [ -75.245654375230501, 39.9442542047085 ], [ -75.245599815224693, 39.944247532057901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 142, "ADDRESS": "2944 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282338801", "LNIADDRESSKEY": "629453", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.0390625, "Shape__Length": 47.812927469789074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180814905175197, 39.9925662728254 ], [ -75.180841399647505, 39.992439294041297 ], [ -75.180887800223303, 39.992445394029801 ], [ -75.180861698866707, 39.992571931116402 ], [ -75.180814905175197, 39.9925662728254 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 143, "ADDRESS": "6055 UPLAND ST", "OWNER1": "CAMARA ZEINABOU", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401289400", "LNIADDRESSKEY": "583845", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.640625, "Shape__Length": 60.420878799690414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230634861125907, 39.931058980638298 ], [ -75.230677858080199, 39.9310298938518 ], [ -75.230820483247598, 39.931152102753899 ], [ -75.230778357068502, 39.931181417078299 ], [ -75.230634861125907, 39.931058980638298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 144, "ADDRESS": "734 WIOTA ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061179500", "LNIADDRESSKEY": "618697", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.95703125, "Shape__Length": 48.778434919877682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203535509338195, 39.965822663982102 ], [ -75.2035418563717, 39.965857365121401 ], [ -75.203370085415102, 39.965876555426199 ], [ -75.203363877107705, 39.965842099499397 ], [ -75.203535509338195, 39.965822663982102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 145, "ADDRESS": "719 W HUNTINGDON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371422301", "LNIADDRESSKEY": "731929", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.28125, "Shape__Length": 69.760037275417659 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144833309441395, 39.991325993715201 ], [ -75.144835683104205, 39.9913154572127 ], [ -75.144876607422802, 39.991134246889601 ], [ -75.144934304733695, 39.991141859056 ], [ -75.144895256874193, 39.991323321472599 ], [ -75.144893062348501, 39.991333539926899 ], [ -75.144833309441395, 39.991325993715201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 146, "ADDRESS": "2017 N VAN PELT ST", "OWNER1": "CITY OF PHILA", "OWNER2": "REAL ESTATE DIV", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322071801", "LNIADDRESSKEY": "586209", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.51953125, "Shape__Length": 66.657171579358618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168631055175396, 39.985358113457501 ], [ -75.168874044159907, 39.985391653994903 ], [ -75.168865090245802, 39.985431352911498 ], [ -75.168622753817104, 39.985398359759898 ], [ -75.168631055175396, 39.985358113457501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 147, "ADDRESS": "5640 BOYER ST", "OWNER1": "EZEOKOLI VICTORIA ESTHER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122247100", "LNIADDRESSKEY": "45848", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.546875, "Shape__Length": 75.486157843524808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162045116672601, 40.0462987323669 ], [ -75.162209369773706, 40.046138622702102 ], [ -75.162221112524506, 40.046127168422402 ], [ -75.162261920134398, 40.046152122240002 ], [ -75.162264031051606, 40.0461534109388 ], [ -75.162252074208894, 40.0461650225825 ], [ -75.162088239245307, 40.046324044742803 ], [ -75.162045116672601, 40.0462987323669 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 148, "ADDRESS": "1213 N ETTING ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292065100", "LNIADDRESSKEY": "139635", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 78.0859375, "Shape__Length": 40.20622150896358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180641197349303, 39.974812527050297 ], [ -75.1807716898075, 39.974827989687903 ], [ -75.180763436070094, 39.974864492930699 ], [ -75.180630899428607, 39.974847147579098 ], [ -75.180641197349303, 39.974812527050297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 149, "ADDRESS": "870 N PRESTON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062241400", "LNIADDRESSKEY": "489962", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 379.3046875, "Shape__Length": 111.29078086043121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205176471136198, 39.9698830613548 ], [ -75.205186959423898, 39.969937520877501 ], [ -75.204975049355795, 39.969961433468498 ], [ -75.204763487571796, 39.9699855786481 ], [ -75.204752626082097, 39.969931595090799 ], [ -75.205176471136198, 39.9698830613548 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 150, "ADDRESS": "2001 N 4TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183323001", "LNIADDRESSKEY": "634600", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.390625, "Shape__Length": 46.135792200508099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140469401271204, 39.981209547883601 ], [ -75.140479285338003, 39.981161187230697 ], [ -75.140600933760695, 39.981178976680802 ], [ -75.140622187959906, 39.981182087549499 ], [ -75.140610574476696, 39.981228555035997 ], [ -75.140469401271204, 39.981209547883601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 151, "ADDRESS": "613 W CUMBERLAND ST", "OWNER1": "CUMBERLAND STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371380800", "LNIADDRESSKEY": "105885", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.9140625, "Shape__Length": 57.609725933901458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143215689026206, 39.989544411645603 ], [ -75.143248377654302, 39.989388904503201 ], [ -75.143301147459695, 39.989395453913403 ], [ -75.143267232297504, 39.989551256453503 ], [ -75.143215689026206, 39.989544411645603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 152, "ADDRESS": "2650 N 33RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282255300", "LNIADDRESSKEY": "684965", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 288.046875, "Shape__Length": 98.895827737867137 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185460495951602, 39.997607307661603 ], [ -75.185229253419195, 39.997579041675301 ], [ -75.185239774511302, 39.997532997549598 ], [ -75.185620327282294, 39.997580218103202 ], [ -75.185605565019401, 39.997625346468297 ], [ -75.185460495951602, 39.997607307661603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 153, "ADDRESS": "4428 N GRATZ ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132197205", "LNIADDRESSKEY": "322228", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.7734375, "Shape__Length": 51.720953766598619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156204009839996, 40.021575745708802 ], [ -75.156382441201501, 40.0216008935178 ], [ -75.156373108354799, 40.0216388058641 ], [ -75.156194883709006, 40.021614839665197 ], [ -75.156204009839996, 40.021575745708802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 154, "ADDRESS": "19 DEARBORN ST", "OWNER1": "EDWARDS RUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441080000", "LNIADDRESSKEY": "111275", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.27734375, "Shape__Length": 47.006570319638897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222229016924103, 39.960238805704599 ], [ -75.222074038718105, 39.960219336375502 ], [ -75.222082609376201, 39.960178742622098 ], [ -75.222237716483207, 39.960197537906097 ], [ -75.222229016924103, 39.960238805704599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 155, "ADDRESS": "4159 WESTMINSTER AVE", "OWNER1": "KEY TO HOME LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062099600", "LNIADDRESSKEY": "608025", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.76953125, "Shape__Length": 76.412901063310827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207762505546199, 39.970177133914603 ], [ -75.207801083444295, 39.9701729914268 ], [ -75.207816066840806, 39.970171228551102 ], [ -75.207834183895699, 39.970269878678899 ], [ -75.2078582598797, 39.970390164382302 ], [ -75.207804374275995, 39.970396321622502 ], [ -75.207762505546199, 39.970177133914603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 156, "ADDRESS": "718 WIOTA ST", "OWNER1": "BROAD LOT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061178700", "LNIADDRESSKEY": "618689", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.7578125, "Shape__Length": 50.123519419774993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203490007423397, 39.965546604505199 ], [ -75.203496550631201, 39.965581068983603 ], [ -75.203318464624402, 39.9656005695415 ], [ -75.203311884423201, 39.965566508555597 ], [ -75.203490007423397, 39.965546604505199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 157, "ADDRESS": "2950 N LECOUNT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381198105", "LNIADDRESSKEY": "564586", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.390625, "Shape__Length": 51.345969528766808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174153128799702, 40.000777700329301 ], [ -75.174327816893197, 40.000800206649203 ], [ -75.174319553418499, 40.000840690674103 ], [ -75.174144865778601, 40.000818169712701 ], [ -75.174153128799702, 40.000777700329301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 158, "ADDRESS": "645 N 43RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061279210", "LNIADDRESSKEY": "687287", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.8828125, "Shape__Length": 89.254409026553361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208890440171899, 39.964451755103703 ], [ -75.209234001372707, 39.964427043475098 ], [ -75.209239344995794, 39.964469588899298 ], [ -75.208899055825299, 39.964496387882903 ], [ -75.208890440171899, 39.964451755103703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 159, "ADDRESS": "2331 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191173001", "LNIADDRESSKEY": "632603", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.40625, "Shape__Length": 59.383677587324179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138229618123205, 39.986301935636398 ], [ -75.138238191094601, 39.986262333651602 ], [ -75.138448490463105, 39.986289671683998 ], [ -75.138439325845695, 39.986330955269104 ], [ -75.138229618123205, 39.986301935636398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 160, "ADDRESS": "720 WIOTA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061178800", "LNIADDRESSKEY": "618690", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.34765625, "Shape__Length": 50.156375597654915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203496550631201, 39.965581068983603 ], [ -75.203502758981998, 39.965615524903399 ], [ -75.203324897643398, 39.965635159978902 ], [ -75.203318464624402, 39.9656005695415 ], [ -75.203496550631201, 39.965581068983603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 161, "ADDRESS": "2257 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162072401", "LNIADDRESSKEY": "668142", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.4140625, "Shape__Length": 70.472597674753558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163558828033501, 39.988583993206298 ], [ -75.163567987514298, 39.9885399507342 ], [ -75.163822932837505, 39.988573244095598 ], [ -75.163813105550503, 39.988617255769199 ], [ -75.163558828033501, 39.988583993206298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 162, "ADDRESS": "3845 HAVERFORD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242051910", "LNIADDRESSKEY": "336041", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 261.61328125, "Shape__Length": 93.320060831251411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1988389719248, 39.963352774179903 ], [ -75.198897339479799, 39.963345979832297 ], [ -75.1989488131576, 39.9636197878324 ], [ -75.198891328267393, 39.9636259891533 ], [ -75.1988389719248, 39.963352774179903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 163, "ADDRESS": "5230 CHESTER AVE", "OWNER1": "JAMES PARKER", "OWNER2": "ROSETTA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511279400", "LNIADDRESSKEY": "80058", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 302.79296875, "Shape__Length": 93.130234467424089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220872066358595, 39.940638122095599 ], [ -75.220922659424104, 39.940601582659198 ], [ -75.220948019700401, 39.940621839963804 ], [ -75.2209526796712, 39.940626600884897 ], [ -75.221003528649902, 39.940668698434003 ], [ -75.221009360519702, 39.940673500959903 ], [ -75.221142374885503, 39.940785048165203 ], [ -75.221158886146, 39.940798307766698 ], [ -75.221137887059498, 39.940813367874497 ], [ -75.2211064939913, 39.940834791872803 ], [ -75.220872066358595, 39.940638122095599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 164, "ADDRESS": "808 N 40TH ST", "OWNER1": "GB CHP HOMES INC", "OWNER2": null, "BLDG_DESC": "ROW W-OFF/STR 2STY MASONR", "OPA_ID": "871510938", "LNIADDRESSKEY": "686282", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.9921875, "Shape__Length": 56.03431980895791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203242296116599, 39.967671413285998 ], [ -75.203421598555494, 39.967648698360698 ], [ -75.203438431885104, 39.9676467349787 ], [ -75.203444655317099, 39.967686962164002 ], [ -75.203427878552105, 39.967689056321802 ], [ -75.203247961878702, 39.9677114028555 ], [ -75.203242296116599, 39.967671413285998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 165, "ADDRESS": "2448 N 29TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "784634890", "LNIADDRESSKEY": "682203", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.3671875, "Shape__Length": 63.794136922876021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179470763170499, 39.993614380381302 ], [ -75.179481157450894, 39.993572315204503 ], [ -75.179698509480801, 39.993600636863 ], [ -75.179707872699097, 39.993601862416398 ], [ -75.179698149015806, 39.993644474223103 ], [ -75.179689287211502, 39.993643309452501 ], [ -75.179470763170499, 39.993614380381302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 166, "ADDRESS": "1748 N 31ST ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324196901", "LNIADDRESSKEY": "683458", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.96484375, "Shape__Length": 56.216882780349721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185181822979104, 39.983392514348502 ], [ -75.185189687295704, 39.983393463840898 ], [ -75.185180346305003, 39.983436617290899 ], [ -75.1851719915703, 39.983435898984403 ], [ -75.184988378475396, 39.9834127897917 ], [ -75.184997703475204, 39.983368395983 ], [ -75.185181822979104, 39.983392514348502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 167, "ADDRESS": "2437 N 15TH ST", "OWNER1": "VIVIAN NICHELSON", "OWNER2": "HENERITTA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161029500", "LNIADDRESSKEY": "658261", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.421875, "Shape__Length": 52.788147847960765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156757479438994, 39.9905021539698 ], [ -75.156768042309594, 39.990456031885003 ], [ -75.156941337720596, 39.990479065527502 ], [ -75.156930748939203, 39.990525332329398 ], [ -75.156757479438994, 39.9905021539698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 168, "ADDRESS": "5325 W GIRARD AVE", "OWNER1": "SDB DEVELOPERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442092900", "LNIADDRESSKEY": "314709", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 373.97265625, "Shape__Length": 127.99169054230435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228022748087298, 39.971283712760801 ], [ -75.228080495710401, 39.971276713041803 ], [ -75.228152321314397, 39.971668754425401 ], [ -75.228094579673794, 39.971675544837296 ], [ -75.228022748087298, 39.971283712760801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 169, "ADDRESS": "1938 S 65TH ST", "OWNER1": "NICHOLLS HENDERSON L", "OWNER2": "PEREIRA SCOTT DEVON", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403007900", "LNIADDRESSKEY": "704349", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.890625, "Shape__Length": 68.18719024194337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237382133490897, 39.928008197592703 ], [ -75.237423015825897, 39.9279795136733 ], [ -75.237563516464803, 39.927879540683101 ], [ -75.237586964652706, 39.927899961898198 ], [ -75.237602850840503, 39.927912560101603 ], [ -75.237462158312695, 39.928012658453902 ], [ -75.237422646520201, 39.928042177680901 ], [ -75.237382133490897, 39.928008197592703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 170, "ADDRESS": "3903 N PERCY ST", "OWNER1": "LJG GROUP INCORPORATED", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433144000", "LNIADDRESSKEY": "480820", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.92578125, "Shape__Length": 49.024676193684563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1423953972524, 40.0114483222413 ], [ -75.1424048464322, 40.011404803528301 ], [ -75.142565254015096, 40.011425726963303 ], [ -75.142555811115798, 40.011469084772202 ], [ -75.1423953972524, 40.0114483222413 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 171, "ADDRESS": "728 N 42ND ST", "OWNER1": "L CRUZ DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061259500", "LNIADDRESSKEY": "686946", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.6015625, "Shape__Length": 76.143830380534396 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207527627201301, 39.965456233578898 ], [ -75.207529014668097, 39.965456119036901 ], [ -75.207811025925906, 39.9654344332804 ], [ -75.2078194818897, 39.965477724624598 ], [ -75.207536394421894, 39.965499064449503 ], [ -75.207535300669704, 39.965499152838603 ], [ -75.207527627201301, 39.965456233578898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 172, "ADDRESS": "716 WIOTA ST", "OWNER1": "KENAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061178600", "LNIADDRESSKEY": "618688", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.52734375, "Shape__Length": 50.118071122684974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203483801702603, 39.965512664467703 ], [ -75.203490007423397, 39.965546604505199 ], [ -75.203311884423201, 39.965566508555597 ], [ -75.203305488429194, 39.965532063099602 ], [ -75.203483801702603, 39.965512664467703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 173, "ADDRESS": "4993 1/2 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442085110", "LNIADDRESSKEY": "314602", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.8203125, "Shape__Length": 75.868594950613684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2221564241176, 39.972341092846001 ], [ -75.222212043351206, 39.9723294551927 ], [ -75.222285977264406, 39.972541782386102 ], [ -75.222227693343399, 39.972547332572098 ], [ -75.2221564241176, 39.972341092846001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 174, "ADDRESS": "1436 N CORLIES ST", "OWNER1": "COUCH DORIEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292306500", "LNIADDRESSKEY": "98113", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.44921875, "Shape__Length": 48.631992676354663 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185061586133202, 39.978659527622298 ], [ -75.185053108282602, 39.978697866431098 ], [ -75.184887813471306, 39.978676233906 ], [ -75.184896291455104, 39.9786378939841 ], [ -75.185061586133202, 39.978659527622298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 175, "ADDRESS": "5812 LENA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591176300", "LNIADDRESSKEY": "389383", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 343.75390625, "Shape__Length": 96.83280250608972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174731572832499, 40.037924943819803 ], [ -75.174726631657506, 40.037921979083201 ], [ -75.174952290264102, 40.037709648184098 ], [ -75.175012847822003, 40.037746371598097 ], [ -75.174954262457305, 40.037803057352001 ], [ -75.174946692728, 40.037808545991197 ], [ -75.174787963106795, 40.037958736859103 ], [ -75.174731572832499, 40.037924943819803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 176, "ADDRESS": "1332 PARRISH ST", "OWNER1": "BLUTSTEIN DOV", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141379200", "LNIADDRESSKEY": "471290", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.33203125, "Shape__Length": 77.100721248702442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159153623845498, 39.968503484490498 ], [ -75.159160440682399, 39.968487325491097 ], [ -75.159216599730499, 39.968501295626602 ], [ -75.159203081982199, 39.968534374229598 ], [ -75.159128759380806, 39.968710482572597 ], [ -75.159072040155493, 39.968696918721797 ], [ -75.159153623845498, 39.968503484490498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 177, "ADDRESS": "4545 TACKAWANNA ST", "OWNER1": "COMMUNITY DEV CORP", "OWNER2": "FRANKFORD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232348903", "LNIADDRESSKEY": "732468", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 419.515625, "Shape__Length": 100.62219270585592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081366949480099, 40.011174981544002 ], [ -75.081440732732801, 40.011129399792097 ], [ -75.081663864137496, 40.011342988391497 ], [ -75.081663735145099, 40.011343065360897 ], [ -75.081590122621805, 40.011388587026602 ], [ -75.081366949480099, 40.011174981544002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 178, "ADDRESS": "1926 W NORRIS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321151301", "LNIADDRESSKEY": "452406", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.9453125, "Shape__Length": 64.659030532385472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165848649133196, 39.984309073451698 ], [ -75.1658875137027, 39.984131921463202 ], [ -75.165942828872204, 39.984139275800402 ], [ -75.165903971543202, 39.9843162027137 ], [ -75.165848649133196, 39.984309073451698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 179, "ADDRESS": "3052 W BERKS ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323026300", "LNIADDRESSKEY": "37292", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.36328125, "Shape__Length": 73.026297180646424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184333300296302, 39.985147573299997 ], [ -75.184335093750903, 39.9851306394985 ], [ -75.184377026405699, 39.984940880465899 ], [ -75.184428575809804, 39.984947561629802 ], [ -75.184431265315197, 39.984947912326497 ], [ -75.184395743269505, 39.985113860214803 ], [ -75.184392793441702, 39.985127609002497 ], [ -75.184387064157093, 39.9851544335027 ], [ -75.184333300296302, 39.985147573299997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 180, "ADDRESS": "2117 N REESE ST", "OWNER1": "ARNOLD ROTHSTEIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191317700", "LNIADDRESSKEY": "498700", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 85.89453125, "Shape__Length": 45.13796655273088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142409352089402, 39.983385232720501 ], [ -75.142417778536696, 39.9833529580959 ], [ -75.142574316706302, 39.983374134137698 ], [ -75.142566147895096, 39.983407365203902 ], [ -75.142409352089402, 39.983385232720501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 181, "ADDRESS": "1426 N 7TH ST", "OWNER1": "1426 N 7TH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202020400", "LNIADDRESSKEY": "642151", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 309.05078125, "Shape__Length": 85.311618056232092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147609740936602, 39.973827800582498 ], [ -75.147620516289507, 39.973764726840201 ], [ -75.147917229089501, 39.973800003196899 ], [ -75.147905987072903, 39.9738632285625 ], [ -75.147609740936602, 39.973827800582498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 182, "ADDRESS": "150 W CUMBERLAND ST", "OWNER1": "JAMES H THOMPSON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191444200", "LNIADDRESSKEY": "105809", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.8046875, "Shape__Length": 47.57928216845977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133818324789701, 39.987891113757897 ], [ -75.13385255403, 39.9878958111847 ], [ -75.133860454168897, 39.987896893410003 ], [ -75.133830421190794, 39.988026974538698 ], [ -75.133790669716504, 39.988020925837603 ], [ -75.133818324789701, 39.987891113757897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 183, "ADDRESS": "2126 BELLMORE ST", "OWNER1": "PINK TREE BOUTIQUE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252181500", "LNIADDRESSKEY": "34361", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.1015625, "Shape__Length": 48.517337824066701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114625252943, 39.988791338282702 ], [ -75.114774072428901, 39.988729129840898 ], [ -75.114798123860396, 39.988761165183803 ], [ -75.114648487401297, 39.988823370667298 ], [ -75.114625252943, 39.988791338282702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 184, "ADDRESS": "1431 S FALLON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273036110", "LNIADDRESSKEY": "284073", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.58203125, "Shape__Length": 50.963078814184911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210915127353005, 39.941000211798197 ], [ -75.211046989138197, 39.9409090559788 ], [ -75.2110813640776, 39.940937929316 ], [ -75.210951077239002, 39.941029539006003 ], [ -75.210915127353005, 39.941000211798197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 185, "ADDRESS": "5520 WESTMINSTER AVE", "OWNER1": "E W ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041055700", "LNIADDRESSKEY": "608354", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.359375, "Shape__Length": 51.856018432343504 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230622947706394, 39.967391588492298 ], [ -75.230682180541905, 39.9673851348469 ], [ -75.230702420677304, 39.967517791457297 ], [ -75.230644394728401, 39.967523352598398 ], [ -75.230622947706394, 39.967391588492298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 186, "ADDRESS": "1804 N 5TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183174201", "LNIADDRESSKEY": "636513", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.3359375, "Shape__Length": 81.779070871072946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143553732048105, 39.978537635922201 ], [ -75.143543031943494, 39.978586575177999 ], [ -75.143245164341593, 39.978625138758503 ], [ -75.1432550999196, 39.9785759084738 ], [ -75.143553732048105, 39.978537635922201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 187, "ADDRESS": "6111 REINHARD ST", "OWNER1": "GALEN THOMPSON JR", "OWNER2": "MARGUERITE D", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401275200", "LNIADDRESSKEY": "500517", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.45703125, "Shape__Length": 63.043848804903263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232142041149203, 39.930566166163104 ], [ -75.232180278014098, 39.930538941875099 ], [ -75.2322018700591, 39.930558033901903 ], [ -75.232248644958801, 39.930597618989999 ], [ -75.232275595066497, 39.930620164576297 ], [ -75.232288604288996, 39.930630170812798 ], [ -75.232303697326401, 39.930642688148097 ], [ -75.232336640664997, 39.930670734109 ], [ -75.232299839983696, 39.930696507839997 ], [ -75.232142041149203, 39.930566166163104 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 188, "ADDRESS": "4521 N MARVINE ST", "OWNER1": "PESAO REAL ESTATE INVESTMENT CORPORATION", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491417000", "LNIADDRESSKEY": "416983", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.54296875, "Shape__Length": 77.603779961524651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143528428186002, 40.021372474815998 ], [ -75.143815575374404, 40.021410522295 ], [ -75.143805643319595, 40.021455158685797 ], [ -75.143519861515102, 40.021414853586002 ], [ -75.143528428186002, 40.021372474815998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 189, "ADDRESS": "6045 UPLAND ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401288900", "LNIADDRESSKEY": "583835", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.33984375, "Shape__Length": 59.912523746987233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230431618798505, 39.931201138164901 ], [ -75.230471906354794, 39.931172846746499 ], [ -75.2306153956537, 39.931295461192299 ], [ -75.230576002405201, 39.931323384879597 ], [ -75.230536227288098, 39.931289820624301 ], [ -75.230431618798505, 39.931201138164901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 190, "ADDRESS": "1927 N 9TH ST", "OWNER1": "SOW OUSMANE ABOU", "OWNER2": null, "BLDG_DESC": "APT 2-4 UNTS 3STY MASONR", "OPA_ID": "202154300", "LNIADDRESSKEY": "647441", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.58203125, "Shape__Length": 54.692098167416248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148365968824393, 39.981144146953199 ], [ -75.1484778573938, 39.9811591275867 ], [ -75.148552412053903, 39.981169539491603 ], [ -75.148546602280504, 39.981204677110902 ], [ -75.148349477641901, 39.981178624572699 ], [ -75.148356514827398, 39.981145883343601 ], [ -75.148357074918394, 39.981143301101902 ], [ -75.148364569726496, 39.981144018376497 ], [ -75.148365968824393, 39.981144146953199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 191, "ADDRESS": "2029 W WESTMORELAND ST", "OWNER1": "TUSCANY PROPERTY 63 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112034100", "LNIADDRESSKEY": "609229", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.91015625, "Shape__Length": 68.068198571048526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163122454703696, 40.0048202917597 ], [ -75.163164568781397, 40.004629883097103 ], [ -75.163217523920693, 40.004636878849297 ], [ -75.163175545005899, 40.004827049551999 ], [ -75.163122454703696, 40.0048202917597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 192, "ADDRESS": "6132 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401303900", "LNIADDRESSKEY": "583903", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.68359375, "Shape__Length": 60.426210564124077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231808901782799, 39.929787194960703 ], [ -75.231845435817903, 39.929761818734498 ], [ -75.231907482795705, 39.929814747469202 ], [ -75.231921122080607, 39.929826379244901 ], [ -75.231995639182003, 39.929886884322798 ], [ -75.231959089669004, 39.929912678094396 ], [ -75.231885474909902, 39.929851548593703 ], [ -75.231872721608596, 39.929840839517702 ], [ -75.231871218386701, 39.929839598047799 ], [ -75.231808901782799, 39.929787194960703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 193, "ADDRESS": "2227 N 5TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191297900", "LNIADDRESSKEY": "636679", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.07421875, "Shape__Length": 51.105941176042258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141448823200307, 39.985068622267001 ], [ -75.141459489671007, 39.9850249702694 ], [ -75.141469449711195, 39.985026469340099 ], [ -75.141627577457399, 39.9850478280093 ], [ -75.141618555436295, 39.985091743775598 ], [ -75.141448823200307, 39.985068622267001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 194, "ADDRESS": "2625 W GORDON ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281224501", "LNIADDRESSKEY": "319261", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.67578125, "Shape__Length": 51.981218014949384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175758865557896, 39.991423116578297 ], [ -75.175786844861094, 39.991285983862603 ], [ -75.175839117126898, 39.991293056672099 ], [ -75.175809978069097, 39.9914298074887 ], [ -75.175758865557896, 39.991423116578297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 195, "ADDRESS": "5669 HEISKELL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122165805", "LNIADDRESSKEY": "339532", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.58984375, "Shape__Length": 56.168973929587629 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1696325579004, 40.039977132089703 ], [ -75.1696647961477, 40.039975937151503 ], [ -75.169668922019895, 40.040014137008903 ], [ -75.169637817953003, 40.0400152921043 ], [ -75.169502125270895, 40.040020320186002 ], [ -75.169491406332099, 40.040021481575799 ], [ -75.169466842403693, 40.040021622375697 ], [ -75.169462946459007, 40.039983428800298 ], [ -75.1696325579004, 40.039977132089703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 196, "ADDRESS": "2212 N 7TH ST", "OWNER1": "ABDPH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371065300", "LNIADDRESSKEY": "642471", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.515625, "Shape__Length": 65.116968044445159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145467952606296, 39.985287307641599 ], [ -75.1454756222046, 39.985245530146301 ], [ -75.145710441558904, 39.985271511294101 ], [ -75.145703723608804, 39.985312949987701 ], [ -75.145633063008702, 39.985305879630403 ], [ -75.145467952606296, 39.985287307641599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 197, "ADDRESS": "2713 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281253501", "LNIADDRESSKEY": "629408", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.0, "Shape__Length": 65.273450509860126 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176825050779996, 39.992397573684499 ], [ -75.176843089549394, 39.992313671546803 ], [ -75.176864243176695, 39.992210012475098 ], [ -75.176907469017706, 39.992214173315098 ], [ -75.176866071546002, 39.992405134852604 ], [ -75.176825050779996, 39.992397573684499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 198, "ADDRESS": "1209 W CAMBRIA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372389601", "LNIADDRESSKEY": "62854", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.375, "Shape__Length": 75.895066666821705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150419090524807, 39.996869973303603 ], [ -75.150423289349007, 39.996845711587497 ], [ -75.150442407755094, 39.996751440662599 ], [ -75.150465451251094, 39.996654323553102 ], [ -75.150519946192105, 39.996661377097801 ], [ -75.150506549775599, 39.996717880740299 ], [ -75.150497096262001, 39.996762237829898 ], [ -75.150489468019103, 39.996799463014 ], [ -75.1504734427443, 39.996877507932197 ], [ -75.150419090524807, 39.996869973303603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 199, "ADDRESS": "1043 W ORLEANS ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372404300", "LNIADDRESSKEY": "463165", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.734375, "Shape__Length": 46.293645370079901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148043418123095, 39.997210489670898 ], [ -75.148070082614396, 39.9970878739555 ], [ -75.148116109642302, 39.997093881854603 ], [ -75.148087294105196, 39.9972163046586 ], [ -75.148043418123095, 39.997210489670898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 200, "ADDRESS": "2913 CECIL B MOORE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324053400", "LNIADDRESSKEY": "71899", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.89453125, "Shape__Length": 70.879594339020116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182297318488295, 39.982136428310099 ], [ -75.182339615541196, 39.9819332991949 ], [ -75.182389027718699, 39.981939869317301 ], [ -75.182346145044605, 39.982143002239297 ], [ -75.182297318488295, 39.982136428310099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 201, "ADDRESS": "1003 W ARIZONA ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371351600", "LNIADDRESSKEY": "730174", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.52734375, "Shape__Length": 54.7258744219492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149194100148605, 39.988224472830602 ], [ -75.149226898096401, 39.988070705749699 ], [ -75.149268529526296, 39.988076405360601 ], [ -75.149243727011296, 39.988192148126998 ], [ -75.149236410007802, 39.988230008746498 ], [ -75.149194100148605, 39.988224472830602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 202, "ADDRESS": "51 E ASHMEAD ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121091700", "LNIADDRESSKEY": "22978", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.7734375, "Shape__Length": 55.193780280267561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165803040628802, 40.031782104863801 ], [ -75.165829828777305, 40.031755948642598 ], [ -75.165872023241306, 40.031782303231502 ], [ -75.165898577650907, 40.031797570331001 ], [ -75.165990374327507, 40.031851782986202 ], [ -75.165961716233895, 40.031879105656003 ], [ -75.165870893560296, 40.031824092718701 ], [ -75.165803040628802, 40.031782104863801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 203, "ADDRESS": "1510 N MYRTLEWOOD ST", "OWNER1": "THOMAS LISA ELLYN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292279200", "LNIADDRESSKEY": "444894", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.41796875, "Shape__Length": 53.195784345710578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183577706463097, 39.979428373053501 ], [ -75.183586748872699, 39.979386469949603 ], [ -75.183767794025798, 39.979410716929799 ], [ -75.1837590860993, 39.979452062141299 ], [ -75.183577706463097, 39.979428373053501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 204, "ADDRESS": "1836 CECIL B MOORE AVE", "OWNER1": "PHILA REDEVELOPMENT", "OWNER2": "AUTHORITY", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "471146810", "LNIADDRESSKEY": "71583", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 238.0546875, "Shape__Length": 84.411289478002615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165552313719701, 39.979595619937101 ], [ -75.165602718681995, 39.979354135295601 ], [ -75.165662560344899, 39.979362430863802 ], [ -75.165611128731598, 39.979603392343499 ], [ -75.165552313719701, 39.979595619937101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 205, "ADDRESS": "610 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371354201", "LNIADDRESSKEY": "629045", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.38671875, "Shape__Length": 66.950486572004337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143796588007604, 39.987594649062899 ], [ -75.143757249618602, 39.987778848150398 ], [ -75.143700905418797, 39.987771727823997 ], [ -75.1437402439133, 39.987587529880997 ], [ -75.143796588007604, 39.987594649062899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 206, "ADDRESS": "2134 N DARIEN ST", "OWNER1": "HELEN TAYLOR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202144300", "LNIADDRESSKEY": "108607", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.16796875, "Shape__Length": 43.701466184714107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147518710617703, 39.984276768860902 ], [ -75.147524721780798, 39.984249501755201 ], [ -75.147525433649804, 39.984246246066597 ], [ -75.1475267020014, 39.984240503790801 ], [ -75.1476737178523, 39.984259811379999 ], [ -75.147673674000202, 39.984260955807997 ], [ -75.147665987730406, 39.984294762387499 ], [ -75.147518710617703, 39.984276768860902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 207, "ADDRESS": "2329 N 32ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282182001", "LNIADDRESSKEY": "684277", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.796875, "Shape__Length": 57.608856320913482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184228653806798, 39.992405881349399 ], [ -75.184236874869299, 39.992365250518603 ], [ -75.184434535957493, 39.992389350121996 ], [ -75.184438166994099, 39.992389786053202 ], [ -75.184429582228006, 39.992432295254702 ], [ -75.184388603001494, 39.992426366310902 ], [ -75.184228653806798, 39.992405881349399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 208, "ADDRESS": "2907 CECIL B MOORE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324053101", "LNIADDRESSKEY": "71893", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.90234375, "Shape__Length": 72.096317391014253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182130615537801, 39.982114547616 ], [ -75.182174246895997, 39.981911029435899 ], [ -75.182227932312799, 39.981918226836399 ], [ -75.182185127062894, 39.982121506729101 ], [ -75.182130615537801, 39.982114547616 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 209, "ADDRESS": "2703 W GEORGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292007300", "LNIADDRESSKEY": "308501", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 71.80859375, "Shape__Length": 38.416365710623261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180784062424493, 39.973316604657199 ], [ -75.180775428400395, 39.973315524975398 ], [ -75.180795153064906, 39.973218909704599 ], [ -75.180834290643006, 39.973224992685402 ], [ -75.180838831514393, 39.973225690145 ], [ -75.180821720348206, 39.973321364940197 ], [ -75.180784062424493, 39.973316604657199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 210, "ADDRESS": "2506 N 11TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371193900", "LNIADDRESSKEY": "732981", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.9453125, "Shape__Length": 66.158713410961653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149949177089098, 39.990429454436203 ], [ -75.149958922319698, 39.9903861840993 ], [ -75.150194805799302, 39.9904198654312 ], [ -75.150185257195005, 39.9904628992158 ], [ -75.149949177089098, 39.990429454436203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 211, "ADDRESS": "1554 S DOVER ST", "OWNER1": "PHILADELPHIA REDEVELOPMENT AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364391400", "LNIADDRESSKEY": "123357", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.44921875, "Shape__Length": 50.946467974160015 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192338012414297, 39.9336858043619 ], [ -75.1923473352944, 39.933643956589499 ], [ -75.192347661770995, 39.933642512120798 ], [ -75.192517185203997, 39.933664266655697 ], [ -75.192505737213494, 39.933708083055002 ], [ -75.192338012414297, 39.9336858043619 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 212, "ADDRESS": "4944 W THOMPSON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442115810", "LNIADDRESSKEY": "570517", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.75390625, "Shape__Length": 71.989771903714498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221059406818298, 39.973223935626898 ], [ -75.221092351359601, 39.973429670487597 ], [ -75.2210400091531, 39.973434883639598 ], [ -75.221007180217399, 39.973228878756203 ], [ -75.221059406818298, 39.973223935626898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 213, "ADDRESS": "1519 W ERIE AVE", "OWNER1": "JOHNSON LURIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131056400", "LNIADDRESSKEY": "138972", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 245.0234375, "Shape__Length": 90.346248063860045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153443311552095, 40.009700275112898 ], [ -75.153498932293402, 40.009707239830099 ], [ -75.153442126809296, 40.009971319573197 ], [ -75.1533860621022, 40.009963894283601 ], [ -75.153443311552095, 40.009700275112898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 214, "ADDRESS": "1241 W SERGEANT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371403400", "LNIADDRESSKEY": "530516", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.50390625, "Shape__Length": 48.069886897065771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152366144420398, 39.991459514755697 ], [ -75.152393316324094, 39.991333782060998 ], [ -75.152442308512704, 39.991340499640103 ], [ -75.152415277494399, 39.991465881882803 ], [ -75.152366144420398, 39.991459514755697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 215, "ADDRESS": "2565 N NAPA ST", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282153700", "LNIADDRESSKEY": "445887", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.0078125, "Shape__Length": 49.335318917425958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182508156919098, 39.995722941547299 ], [ -75.182515133235796, 39.995695323961201 ], [ -75.182516130371596, 39.9956866898128 ], [ -75.182668324819502, 39.995705729753602 ], [ -75.182686930413695, 39.995708063904402 ], [ -75.182678439964207, 39.995745288438798 ], [ -75.182508156919098, 39.995722941547299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 216, "ADDRESS": "4722 N 13TH ST", "OWNER1": "ISAAC DEMETRIUS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491513600", "LNIADDRESSKEY": "656474", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.3359375, "Shape__Length": 81.8100307595858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1456779983057, 40.024913205924499 ], [ -75.145980975818205, 40.024951107682803 ], [ -75.145971702287696, 40.024997161377698 ], [ -75.145668489412699, 40.024958286792 ], [ -75.1456779983057, 40.024913205924499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 217, "ADDRESS": "2047 N 5TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183416701", "LNIADDRESSKEY": "636588", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.33984375, "Shape__Length": 53.540184868799713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1421912765733, 39.982434455500403 ], [ -75.142183808295201, 39.982466331780202 ], [ -75.141991117554397, 39.9824409817993 ], [ -75.141994163810807, 39.982408053336101 ], [ -75.1421912765733, 39.982434455500403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 218, "ADDRESS": "2042 N 25TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322182300", "LNIADDRESSKEY": "677991", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.63671875, "Shape__Length": 67.777242391150963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174564932056199, 39.986552485590003 ], [ -75.174574165114606, 39.986507928225002 ], [ -75.174817498947107, 39.9865373742917 ], [ -75.174808177857997, 39.986580898038497 ], [ -75.174564932056199, 39.986552485590003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 219, "ADDRESS": "2305-07 N SYDENHAM ST", "OWNER1": "CALVARY APOSTOLIC", "OWNER2": "TEMPLE CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161044600", "LNIADDRESSKEY": "560029", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 896.453125, "Shape__Length": 120.32611159840333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157971746126805, 39.988657097902603 ], [ -75.157960644985906, 39.988654783871297 ], [ -75.157845018691404, 39.988639615768598 ], [ -75.157855522347305, 39.988593943901598 ], [ -75.157885962433795, 39.988454178534099 ], [ -75.158069467668199, 39.988479198145797 ], [ -75.158176830855894, 39.988493954179198 ], [ -75.158135271100207, 39.988679055475401 ], [ -75.157971746126805, 39.988657097902603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 220, "ADDRESS": "1629 S LECOUNT ST", "OWNER1": "BHATTI SARWAT A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364283000", "LNIADDRESSKEY": "564768", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.7890625, "Shape__Length": 47.910283714155469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1890659839937, 39.932485840122297 ], [ -75.189228127787402, 39.9325066115155 ], [ -75.189219426285206, 39.932544733761098 ], [ -75.189057541383804, 39.932524854506802 ], [ -75.1890659839937, 39.932485840122297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 221, "ADDRESS": "1320 W BRISTOL ST", "OWNER1": "KONE HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433207600", "LNIADDRESSKEY": "49955", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 277.46875, "Shape__Length": 85.348253942109338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147935135660802, 40.0182682294476 ], [ -75.147864680289501, 40.018259185915703 ], [ -75.147911789335495, 40.018023500508598 ], [ -75.147983189212596, 40.018032469686801 ], [ -75.147935135660802, 40.0182682294476 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 222, "ADDRESS": "2336 N 21ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162186201", "LNIADDRESSKEY": "672323", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.26171875, "Shape__Length": 66.870577031665491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167448297042796, 39.990242080489303 ], [ -75.167441798577698, 39.990272964082699 ], [ -75.167439141448995, 39.990285542150097 ], [ -75.167199784483103, 39.990254849055198 ], [ -75.1672098495239, 39.990210617234602 ], [ -75.167448297042796, 39.990242080489303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 223, "ADDRESS": "2936 FRENCH ST", "OWNER1": "MOORE JACQUELYN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323153500", "LNIADDRESSKEY": "301670", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.46484375, "Shape__Length": 52.846696953016668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181372065172994, 39.9890308038363 ], [ -75.181403528545999, 39.988889879274602 ], [ -75.181453412986798, 39.988897411948003 ], [ -75.181421955475599, 39.989038222899701 ], [ -75.181372065172994, 39.9890308038363 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 224, "ADDRESS": "4993 W GIRARD AVE", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442085000", "LNIADDRESSKEY": "314601", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.59375, "Shape__Length": 73.929126573647849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222102853788996, 39.972352309342597 ], [ -75.2221564241176, 39.972341092846001 ], [ -75.222227693343399, 39.972547332572098 ], [ -75.222173825801207, 39.972552449553703 ], [ -75.222169872486305, 39.972552829859502 ], [ -75.222133387289801, 39.972446684725497 ], [ -75.222130325372603, 39.972437784106901 ], [ -75.222125882845404, 39.972424837998297 ], [ -75.222101080721103, 39.972352673479499 ], [ -75.222102853788996, 39.972352309342597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 225, "ADDRESS": "2940 N LECOUNT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381197605", "LNIADDRESSKEY": "564576", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.8828125, "Shape__Length": 51.880339203436861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174200447076004, 40.0005691247069 ], [ -75.174374897063302, 40.000591253956998 ], [ -75.174365297260096, 40.000633805107398 ], [ -75.174190616924804, 40.000611105291597 ], [ -75.174200447076004, 40.0005691247069 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 226, "ADDRESS": "2633 N 29TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281171901", "LNIADDRESSKEY": "682316", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.0625, "Shape__Length": 68.864299272278487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178329109688605, 39.996362792502701 ], [ -75.178336583095799, 39.996327625659703 ], [ -75.178595910569797, 39.9963623699946 ], [ -75.178587862996196, 39.996397234539998 ], [ -75.178329109688605, 39.996362792502701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 227, "ADDRESS": "4203 LEIDY AVE", "OWNER1": "STANTON RUBIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062199100", "LNIADDRESSKEY": "388127", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.55859375, "Shape__Length": 75.643059917926834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210278908722898, 39.975492876448797 ], [ -75.210402306875196, 39.975294789782097 ], [ -75.210450416369994, 39.975312601843797 ], [ -75.210327088069505, 39.975510545945198 ], [ -75.210278908722898, 39.975492876448797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 228, "ADDRESS": "6010 REINHARD ST", "OWNER1": "MOORE BERTHA L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401279100", "LNIADDRESSKEY": "500436", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.55078125, "Shape__Length": 60.527457195740865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229891424301698, 39.931819654820202 ], [ -75.2299317297648, 39.931790896579997 ], [ -75.230077017066606, 39.931913598503201 ], [ -75.230036684722904, 39.931943081506802 ], [ -75.229891424301698, 39.931819654820202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 229, "ADDRESS": "4326 LEIPER ST", "OWNER1": "WHARTON VENTURES II LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "234256200", "LNIADDRESSKEY": "388190", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.9921875, "Shape__Length": 87.4439969777291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.090967342119896, 40.013204221456299 ], [ -75.091000031358007, 40.013225499618201 ], [ -75.091249001192807, 40.013376588900499 ], [ -75.091230493421904, 40.013395746607998 ], [ -75.090947460694096, 40.013224716882497 ], [ -75.090967342119896, 40.013204221456299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 230, "ADDRESS": "1036 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371324900", "LNIADDRESSKEY": "110529", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.9375, "Shape__Length": 84.402306349189629 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150232382582502, 39.986829862773497 ], [ -75.150228767039195, 39.986847125505001 ], [ -75.1502193588571, 39.986892547916099 ], [ -75.150178733672902, 39.9870740729109 ], [ -75.1501234357426, 39.987066242854603 ], [ -75.150176284512497, 39.986829284716499 ], [ -75.150177324960097, 39.986822377190698 ], [ -75.150232382582502, 39.986829862773497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 231, "ADDRESS": "25 E SOMERSET ST", "OWNER1": "CHANG CHUN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071197710", "LNIADDRESSKEY": "541218", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.9375, "Shape__Length": 58.41192348376476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129505732789596, 39.992281671736201 ], [ -75.129519481079797, 39.992209993654498 ], [ -75.129536937338997, 39.992125859072502 ], [ -75.129541845009101, 39.9921262932316 ], [ -75.129592222537497, 39.992133504991997 ], [ -75.129561617183498, 39.992289540835799 ], [ -75.129505732789596, 39.992281671736201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 232, "ADDRESS": "1202 W ERIE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432055810", "LNIADDRESSKEY": "138865", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.80859375, "Shape__Length": 78.856087601115846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147861520872894, 40.0084281478699 ], [ -75.147910003127507, 40.008434839783902 ], [ -75.147866319618601, 40.008662833728799 ], [ -75.1478105933557, 40.008655332257597 ], [ -75.147856689268806, 40.008433873590803 ], [ -75.147861520872894, 40.0084281478699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 233, "ADDRESS": "2129 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322087701", "LNIADDRESSKEY": "674045", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 249.5859375, "Shape__Length": 92.1212644969861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169309682747198, 39.987145468855502 ], [ -75.169300091162199, 39.9871883092665 ], [ -75.169172499172305, 39.987169851609501 ], [ -75.168948932140793, 39.987137533626402 ], [ -75.168958314994299, 39.987095221270401 ], [ -75.169180123809397, 39.987126951210499 ], [ -75.169309682747198, 39.987145468855502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 234, "ADDRESS": "111 E CUMBERLAND ST", "OWNER1": "111 E CUMBERLAND LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314022200", "LNIADDRESSKEY": "105390", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.578125, "Shape__Length": 55.86932251723244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131083070541607, 39.987971716962797 ], [ -75.131116532318401, 39.987820823270198 ], [ -75.131118095776401, 39.987821021129399 ], [ -75.131148748820493, 39.987825008175101 ], [ -75.131165714745904, 39.987827394443499 ], [ -75.131134543500707, 39.987978695191103 ], [ -75.131083070541607, 39.987971716962797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 235, "ADDRESS": "3008 W BERKS ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323024201", "LNIADDRESSKEY": "37263", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.66015625, "Shape__Length": 73.593214234492152 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183186199252205, 39.984999156219601 ], [ -75.183230723940198, 39.984790289898697 ], [ -75.183284674099795, 39.984797750585898 ], [ -75.183239767448498, 39.9850061905384 ], [ -75.183186199252205, 39.984999156219601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 236, "ADDRESS": "1812 N 24TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322147401", "LNIADDRESSKEY": "676551", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.18359375, "Shape__Length": 71.499395208461692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173712863576995, 39.982898431681399 ], [ -75.173722062464293, 39.982855355777197 ], [ -75.173981799043304, 39.982893925466001 ], [ -75.1739720641243, 39.982936778744097 ], [ -75.173712863576995, 39.982898431681399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 237, "ADDRESS": "6068 UPLAND ST", "OWNER1": "ZX WYATT AND COMPANY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401301300", "LNIADDRESSKEY": "583858", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.32421875, "Shape__Length": 58.47105204327552 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2306574699615, 39.9307139719551 ], [ -75.230674773588206, 39.930727860287497 ], [ -75.230797474643296, 39.930833962067098 ], [ -75.230759040543504, 39.930860843703101 ], [ -75.230618079192695, 39.930741798846597 ], [ -75.2306574699615, 39.9307139719551 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 238, "ADDRESS": "2518 N HOWARD ST", "OWNER1": "EZEIFE NKEMDILIM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192017500", "LNIADDRESSKEY": "731673", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.4375, "Shape__Length": 52.166802313730258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132575284413605, 39.988527899420397 ], [ -75.132583372425401, 39.988490412012403 ], [ -75.132765033845402, 39.9885146722442 ], [ -75.132756287888597, 39.988552935308803 ], [ -75.132575284413605, 39.988527899420397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 239, "ADDRESS": "1933 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202125300", "LNIADDRESSKEY": "108526", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.03125, "Shape__Length": 44.580055998146229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1479084151742, 39.981276370112603 ], [ -75.147915145548097, 39.981240140630902 ], [ -75.148065241542895, 39.981259325109797 ], [ -75.148059393227399, 39.981295461969097 ], [ -75.1479084151742, 39.981276370112603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 240, "ADDRESS": "4232 PAUL ST", "OWNER1": "PERALTA CARLOS ROA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232513600", "LNIADDRESSKEY": "474362", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 317.1015625, "Shape__Length": 95.485659451229481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.088472664850897, 40.009037254488497 ], [ -75.088444359026994, 40.009082332714797 ], [ -75.088441617557095, 40.009086693256002 ], [ -75.088120148698195, 40.008967322436398 ], [ -75.088151197723107, 40.008917881538899 ], [ -75.088472664850897, 40.009037254488497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 241, "ADDRESS": "1528-32 W YORK ST", "OWNER1": "30TH WEST YORK LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161274500", "LNIADDRESSKEY": "629190", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 731.21875, "Shape__Length": 112.05654062498409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158261160208397, 39.989447188450001 ], [ -75.158269566953095, 39.989407578096902 ], [ -75.158328467475897, 39.989415501278998 ], [ -75.158395191900894, 39.9894249064386 ], [ -75.1584546309236, 39.989432455403197 ], [ -75.158444142914803, 39.989477724465701 ], [ -75.158401922919694, 39.989670806342701 ], [ -75.158344799717099, 39.989663536026697 ], [ -75.158276146317306, 39.989654715745601 ], [ -75.158218255757603, 39.9896472185523 ], [ -75.158253656677999, 39.989483466287503 ], [ -75.158261160208397, 39.989447188450001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 242, "ADDRESS": "827 N 40TH ST", "OWNER1": "NORTH 40TH STREET LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243160110", "LNIADDRESSKEY": "686302", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 376.3359375, "Shape__Length": 101.10766146417838 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202728510674106, 39.968207544342697 ], [ -75.202757601390999, 39.968203321346301 ], [ -75.202805176519803, 39.968198349766503 ], [ -75.202816189636394, 39.968196868824897 ], [ -75.203097700549606, 39.968164834096001 ], [ -75.203108895849496, 39.968226659491201 ], [ -75.202740006664499, 39.968268602718702 ], [ -75.202728510674106, 39.968207544342697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 243, "ADDRESS": "857 N 40TH ST", "OWNER1": "857861N40 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243161300", "LNIADDRESSKEY": "686326", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 364.2265625, "Shape__Length": 107.30271480701131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203276589852806, 39.96911806352 ], [ -75.202870572241295, 39.969163512534003 ], [ -75.202860297745005, 39.969109181388603 ], [ -75.203001522973395, 39.9690933737891 ], [ -75.203266315038704, 39.969063732410902 ], [ -75.203276589852806, 39.96911806352 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 244, "ADDRESS": "3934 BROWN ST", "OWNER1": "LIN SHU", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243068900", "LNIADDRESSKEY": "53922", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.4296875, "Shape__Length": 82.594307205430212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201505076688804, 39.967270439308102 ], [ -75.201535824087699, 39.967266721947297 ], [ -75.201562028814607, 39.967263999531397 ], [ -75.201606207868707, 39.967501439361001 ], [ -75.201548144868994, 39.967507871384797 ], [ -75.201505076688804, 39.967270439308102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 245, "ADDRESS": "2503 N 28TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281098901", "LNIADDRESSKEY": "680963", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.3359375, "Shape__Length": 80.184676068685008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177209132221805, 39.993857589931999 ], [ -75.177219129919294, 39.993813855925701 ], [ -75.177517252453498, 39.993854952869299 ], [ -75.177507911524302, 39.993897396276303 ], [ -75.177209132221805, 39.993857589931999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 246, "ADDRESS": "1325 W ERIE AVE", "OWNER1": "K & K 1325 ERIE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432207000", "LNIADDRESSKEY": "138927", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 302.5078125, "Shape__Length": 108.84138621910378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149701407302103, 40.0095709209482 ], [ -75.149775504191993, 40.009244660822098 ], [ -75.149830323787896, 40.009252639729397 ], [ -75.149757516949194, 40.009579144220403 ], [ -75.149701407302103, 40.0095709209482 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 247, "ADDRESS": "2352 N BODINE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191165901", "LNIADDRESSKEY": "41812", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.54296875, "Shape__Length": 50.747424911156045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137963475485293, 39.986624060917201 ], [ -75.137971578820796, 39.986587804572103 ], [ -75.138148824337506, 39.986611820706102 ], [ -75.138141279450394, 39.9866476831833 ], [ -75.137963475485293, 39.986624060917201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 248, "ADDRESS": "1304 S 21ST ST", "OWNER1": "HASTINGS JUSTIN", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "361216300", "LNIADDRESSKEY": "673274", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.3671875, "Shape__Length": 72.931255177492787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179165538068006, 39.935487444198401 ], [ -75.179175166705505, 39.935442686011697 ], [ -75.179440114016799, 39.935477752258301 ], [ -75.179430849274098, 39.935521713340201 ], [ -75.179165538068006, 39.935487444198401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 249, "ADDRESS": "2247 PALETHORP ST", "OWNER1": "NORRIS SQUARE NEIGHBORHOO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191103100", "LNIADDRESSKEY": "468338", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.03125, "Shape__Length": 45.353071511238426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135546716336506, 39.984737185172797 ], [ -75.135553043488798, 39.984703737999197 ], [ -75.135711928258402, 39.984724845056299 ], [ -75.135704231032904, 39.984756839662801 ], [ -75.135546716336506, 39.984737185172797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 250, "ADDRESS": "1940 N 8TH ST", "OWNER1": "FRANCOIS GERARD JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202112500", "LNIADDRESSKEY": "644973", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.6875, "Shape__Length": 60.236041040413369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147652346140404, 39.981483782474299 ], [ -75.147660404434404, 39.981436475784299 ], [ -75.147868253763704, 39.981462644269598 ], [ -75.147862584505305, 39.981494142673 ], [ -75.1478585001597, 39.981507736567103 ], [ -75.147652346140404, 39.981483782474299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 251, "ADDRESS": "2507 HARLAN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291137510", "LNIADDRESSKEY": "332777", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.29296875, "Shape__Length": 45.063216322655911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176884760744002, 39.9773325392147 ], [ -75.176908266736902, 39.9772164719407 ], [ -75.176957170462998, 39.977222565690298 ], [ -75.176932808412801, 39.977338548454803 ], [ -75.176884760744002, 39.9773325392147 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 252, "ADDRESS": "6132 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401284300", "LNIADDRESSKEY": "500538", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.9765625, "Shape__Length": 61.234054026614942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232257284334906, 39.930103261733798 ], [ -75.232295405520205, 39.930076308552003 ], [ -75.232363509978796, 39.930132464937302 ], [ -75.232446453097893, 39.930202359495098 ], [ -75.232407875043606, 39.930229205840398 ], [ -75.232385628457706, 39.930208552020098 ], [ -75.232257284334906, 39.930103261733798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 253, "ADDRESS": "3000 TITAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362209000", "LNIADDRESSKEY": "573740", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.94140625, "Shape__Length": 42.674189575090146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193661699244899, 39.937728042739899 ], [ -75.193716028393197, 39.937735040390102 ], [ -75.193693535947602, 39.937838671921703 ], [ -75.193639839320895, 39.9378315430735 ], [ -75.193661699244899, 39.937728042739899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 254, "ADDRESS": "2339 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162179801", "LNIADDRESSKEY": "672326", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.0859375, "Shape__Length": 76.447199178215172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166712027657596, 39.990251093958598 ], [ -75.1667222071883, 39.9902071710953 ], [ -75.167001521754003, 39.9902457450223 ], [ -75.166991980236602, 39.990291068700401 ], [ -75.166712027657596, 39.990251093958598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 255, "ADDRESS": "2214 N 3RD ST", "OWNER1": "PHILADELPHIA REDEVELOPMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191181001", "LNIADDRESSKEY": "632556", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.609375, "Shape__Length": 61.861986577444171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139189917797694, 39.984631329784598 ], [ -75.139181849725901, 39.984630244098902 ], [ -75.138990285382206, 39.984604365196702 ], [ -75.139000531787502, 39.984557511961597 ], [ -75.139203940621499, 39.984584385616301 ], [ -75.139204106780596, 39.984584405164 ], [ -75.139207401511399, 39.984584850659402 ], [ -75.139212862802694, 39.984585571822201 ], [ -75.139207681962603, 39.984609166641398 ], [ -75.139202446721399, 39.9846330339087 ], [ -75.139193774681502, 39.9846318533925 ], [ -75.139189917797694, 39.984631329784598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 256, "ADDRESS": "117 E CUMBERLAND ST", "OWNER1": "EDISON DEALS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314022500", "LNIADDRESSKEY": "105396", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.06640625, "Shape__Length": 60.678030179510365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130921951961795, 39.987958819576598 ], [ -75.130955909380802, 39.987800474489603 ], [ -75.130974826817706, 39.987802259958897 ], [ -75.130992217578395, 39.987804526425201 ], [ -75.131017803033401, 39.987807867390799 ], [ -75.130993891524298, 39.9879154549511 ], [ -75.1309833718704, 39.987967072298403 ], [ -75.130921951961795, 39.987958819576598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 257, "ADDRESS": "2334 N 20TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162143001", "LNIADDRESSKEY": "670209", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.203125, "Shape__Length": 73.745686591828814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1653274292714, 39.989949060921496 ], [ -75.165337305562602, 39.989907049368703 ], [ -75.165608506552303, 39.989944041818298 ], [ -75.165598754776596, 39.989986056194397 ], [ -75.1653274292714, 39.989949060921496 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 258, "ADDRESS": "1207 W CAMBRIA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372389501", "LNIADDRESSKEY": "62852", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.96484375, "Shape__Length": 76.469210745719849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150407843902499, 39.996646941580103 ], [ -75.150465451251094, 39.996654323553102 ], [ -75.150442407755094, 39.996751440662599 ], [ -75.150423289349007, 39.996845711587497 ], [ -75.150419090524807, 39.996869973303603 ], [ -75.150361521574993, 39.996862157439203 ], [ -75.150386411161804, 39.996741419130799 ], [ -75.150407843902499, 39.996646941580103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 259, "ADDRESS": "3908 FAIRMOUNT AVE", "OWNER1": "KUBBUTZ 03 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242226100", "LNIADDRESSKEY": "283633", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.671875, "Shape__Length": 85.375686369716931 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200651896511104, 39.965057102664801 ], [ -75.200708399088398, 39.965050894381001 ], [ -75.200752147055098, 39.965299158534997 ], [ -75.200696323795995, 39.965305122899203 ], [ -75.200651896511104, 39.965057102664801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 260, "ADDRESS": "2314 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162185101", "LNIADDRESSKEY": "672301", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.35546875, "Shape__Length": 67.25544318094812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167549092595294, 39.9897639286161 ], [ -75.167540285215495, 39.989801548281399 ], [ -75.167539223736696, 39.989806859530098 ], [ -75.167297735736895, 39.989777149189898 ], [ -75.167306951222002, 39.989733768851799 ], [ -75.167549092595294, 39.9897639286161 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 261, "ADDRESS": "4106 WESTMINSTER AVE", "OWNER1": "ALBERTA FLOYD WIDOW", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062088500", "LNIADDRESSKEY": "607984", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.109375, "Shape__Length": 82.733193533719387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206412944002196, 39.969911638339298 ], [ -75.206478200421898, 39.969904492679099 ], [ -75.206519541240596, 39.970135983714897 ], [ -75.206452667065903, 39.970143287258701 ], [ -75.206412944002196, 39.969911638339298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 262, "ADDRESS": "5801 MCMAHON AVE", "OWNER1": "LAND HO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591197700", "LNIADDRESSKEY": "423801", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 392.11328125, "Shape__Length": 99.855760635561168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1670863399615, 40.045320788264902 ], [ -75.167133515695696, 40.045275455875597 ], [ -75.167311576519793, 40.0451043183403 ], [ -75.167378915434398, 40.045147517650697 ], [ -75.167154387532904, 40.045363004641601 ], [ -75.1670863399615, 40.045320788264902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 263, "ADDRESS": "2919 PAGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323093801", "LNIADDRESSKEY": "467954", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.04296875, "Shape__Length": 55.744103823256985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181347692647293, 39.986816276605701 ], [ -75.181513284849004, 39.986837358454899 ], [ -75.181495066370502, 39.986930655822498 ], [ -75.181347692647293, 39.986816276605701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 264, "ADDRESS": "4543 TACKAWANNA ST", "OWNER1": "COMMUNITY DEV CORP", "OWNER2": "FRANKFORD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232348902", "LNIADDRESSKEY": "732467", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 423.09375, "Shape__Length": 100.79463659220042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081440732732801, 40.011129399792097 ], [ -75.081441118334695, 40.011129166600099 ], [ -75.081515159516201, 40.011083429736701 ], [ -75.0817382498482, 40.011296984572802 ], [ -75.081737327082195, 40.0112975431718 ], [ -75.081663864137496, 40.011342988391497 ], [ -75.081440732732801, 40.011129399792097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 265, "ADDRESS": "5926 CHESTER AVE", "OWNER1": "JOB OPPORTUNITY IN SKILL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401121400", "LNIADDRESSKEY": "80279", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.26171875, "Shape__Length": 77.064990155934936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230378828145007, 39.934020359642602 ], [ -75.230424371861403, 39.933988138204903 ], [ -75.230425454836293, 39.9339888388714 ], [ -75.230615382938794, 39.934149016721697 ], [ -75.230569675712701, 39.934181702035801 ], [ -75.230378828145007, 39.934020359642602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 266, "ADDRESS": "227 W SEYMOUR ST", "OWNER1": "V&V INVESTMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "133074400", "LNIADDRESSKEY": "531586|770407", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 307.18359375, "Shape__Length": 89.831480569374122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168364158444504, 40.024751092226197 ], [ -75.168411822413006, 40.024703578870202 ], [ -75.168674233624799, 40.024851847839201 ], [ -75.168632441436102, 40.024897703653401 ], [ -75.168364158444504, 40.024751092226197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 267, "ADDRESS": "1813 W ERIE AVE", "OWNER1": "3637 REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131061900", "LNIADDRESSKEY": "139090", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.671875, "Shape__Length": 89.723170581913692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157946557167193, 40.010553619855997 ], [ -75.157961094501402, 40.010491886031801 ], [ -75.157970039988996, 40.010453045811502 ], [ -75.157969821087605, 40.010449994307201 ], [ -75.157977580021793, 40.010419751153798 ], [ -75.157982934011699, 40.010391501266 ], [ -75.157985548835796, 40.0103834353812 ], [ -75.1579869190181, 40.010373327625402 ], [ -75.158004149371905, 40.010293229931797 ], [ -75.158061537302004, 40.0103006186242 ], [ -75.158054733168697, 40.010332785608597 ], [ -75.158042680593994, 40.0103892876961 ], [ -75.158041914621194, 40.010392316966197 ], [ -75.158035219566997, 40.010420552348698 ], [ -75.158032218586698, 40.010438732437798 ], [ -75.158003181210802, 40.010561265010701 ], [ -75.157979036009195, 40.010557850173498 ], [ -75.157946557167193, 40.010553619855997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 268, "ADDRESS": "435 W ONTARIO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193244701", "LNIADDRESSKEY": "459914", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.83984375, "Shape__Length": 49.877328451007259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136813244125506, 40.002763170268601 ], [ -75.136850541749396, 40.002768403875201 ], [ -75.1368228268839, 40.002896490928698 ], [ -75.136795296183294, 40.002906551507202 ], [ -75.1367821632915, 40.002911168768001 ], [ -75.136813244125506, 40.002763170268601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 269, "ADDRESS": "2238 N 7TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371066601", "LNIADDRESSKEY": "642489", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.6171875, "Shape__Length": 64.234928438497462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145366026222703, 39.985842545310497 ], [ -75.145373927402005, 39.985799504888199 ], [ -75.145604144058495, 39.985824183398002 ], [ -75.145595233799995, 39.985866891208701 ], [ -75.145366026222703, 39.985842545310497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 270, "ADDRESS": "2621 REED ST", "OWNER1": "LIT DENNIS", "OWNER2": "JBCB PROPERTIES LLC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362112000", "LNIADDRESSKEY": "498198", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.19140625, "Shape__Length": 64.19769863538508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188156197214795, 39.935792454094297 ], [ -75.188195305310899, 39.935614318478699 ], [ -75.1882471987374, 39.935621989674303 ], [ -75.188209142190999, 39.935799440374701 ], [ -75.188156197214795, 39.935792454094297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 271, "ADDRESS": "2330 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162185901", "LNIADDRESSKEY": "672317", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.60546875, "Shape__Length": 66.109314096377645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167228964342499, 39.990125708899399 ], [ -75.167237793452202, 39.990083673645401 ], [ -75.167475526157801, 39.990112976354403 ], [ -75.167475043707299, 39.990115189878601 ], [ -75.167466431119607, 39.990155924674703 ], [ -75.167228964342499, 39.990125708899399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 272, "ADDRESS": "5335 BELFIELD AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122159405", "LNIADDRESSKEY": "33051", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1850.2109375, "Shape__Length": 175.18315185568554 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165195850999197, 40.037376145040497 ], [ -75.165240522675106, 40.037338740132803 ], [ -75.165328827028802, 40.0371285904545 ], [ -75.165703362923097, 40.037198901905597 ], [ -75.165628956984804, 40.037432383203203 ], [ -75.165606441111606, 40.037492577846102 ], [ -75.165195850999197, 40.037376145040497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 273, "ADDRESS": "436 W NORRIS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183200401", "LNIADDRESSKEY": "452223", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.16015625, "Shape__Length": 58.206527778580664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142062439492193, 39.981226447725803 ], [ -75.1420954398356, 39.981069383584497 ], [ -75.142148770202695, 39.981076414945399 ], [ -75.142116021492697, 39.981232953214302 ], [ -75.142062439492193, 39.981226447725803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 274, "ADDRESS": "2917 RUTLEDGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071431615", "LNIADDRESSKEY": "521923", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.0859375, "Shape__Length": 44.32815605275097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124191659688606, 39.993610708394201 ], [ -75.124194667653896, 39.993594722024199 ], [ -75.124198519237595, 39.993574225037698 ], [ -75.124301371444702, 39.993588635849598 ], [ -75.124348111907395, 39.993594491746101 ], [ -75.124340038128295, 39.9936304168546 ], [ -75.124191659688606, 39.993610708394201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 275, "ADDRESS": "4265 MANTUA AVE", "OWNER1": "ATA 7 REAL ESTATE SALES &", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062117200", "LNIADDRESSKEY": "409643", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.02734375, "Shape__Length": 91.616161018218946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210500949221696, 39.972190693530401 ], [ -75.210405701426097, 39.972394787819503 ], [ -75.210382493327799, 39.9724444870388 ], [ -75.210326603425699, 39.972429709145899 ], [ -75.210339932676007, 39.972401021162298 ], [ -75.210444918942997, 39.972175172636298 ], [ -75.210500949221696, 39.972190693530401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 276, "ADDRESS": "3612 N 16TH ST", "OWNER1": "GORDON REI INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131176705", "LNIADDRESSKEY": "660899", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 329.9609375, "Shape__Length": 96.654421738761471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154792946220098, 40.008546818234301 ], [ -75.155148468688296, 40.0085913970848 ], [ -75.155136446004605, 40.008647061648198 ], [ -75.154780928383204, 40.0086028849557 ], [ -75.154792946220098, 40.008546818234301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 277, "ADDRESS": "2100 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291097000", "LNIADDRESSKEY": "419318", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.41015625, "Shape__Length": 71.747649192057594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170322120601099, 39.975909125487803 ], [ -75.170365831337804, 39.975709320510603 ], [ -75.170421936801901, 39.9757166264029 ], [ -75.170379053618504, 39.975917272175998 ], [ -75.170322120601099, 39.975909125487803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 278, "ADDRESS": "1627 N MARSTON ST", "OWNER1": "1627 N MARSTON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324138600", "LNIADDRESSKEY": "415561", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.89453125, "Shape__Length": 76.117363136495811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179354914662795, 39.980856048730899 ], [ -75.179363430870595, 39.980808782106102 ], [ -75.179369753367595, 39.9808094564494 ], [ -75.179471420062598, 39.980821711250599 ], [ -75.179494376415406, 39.9808241761258 ], [ -75.179639043480705, 39.980841875309302 ], [ -75.179628696661993, 39.980891018977097 ], [ -75.179354914662795, 39.980856048730899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 279, "ADDRESS": "5816 WARRINGTON AVE", "OWNER1": "LOCKLEY MARY A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034083300", "LNIADDRESSKEY": "599468", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.40625, "Shape__Length": 76.091891488484407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231281994069803, 39.937390911225897 ], [ -75.231325601794296, 39.937360130141897 ], [ -75.231514993672207, 39.937522098710303 ], [ -75.231472898483204, 39.937551623528897 ], [ -75.231281994069803, 39.937390911225897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 280, "ADDRESS": "4455 CRESSON ST", "OWNER1": "CLAYTON R STRUSE", "OWNER2": "ROSS C & EDWARD R", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "211000036", "LNIADDRESSKEY": "102939", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19127", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 61.953125, "Shape__Length": 37.198805260076874 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226115322143499, 40.027370534316198 ], [ -75.226177689322896, 40.027290824317802 ], [ -75.226232005553996, 40.027310296923098 ], [ -75.226182630343999, 40.027345126672401 ], [ -75.226140868687096, 40.027374836002402 ], [ -75.226137016588893, 40.027377491499898 ], [ -75.226115322143499, 40.027370534316198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 281, "ADDRESS": "1954 N 8TH ST", "OWNER1": "TONG ALVIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202113201", "LNIADDRESSKEY": "644985", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.14453125, "Shape__Length": 67.364685087461623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147799688914802, 39.981784810539899 ], [ -75.147833480358898, 39.981787768465999 ], [ -75.147831299255301, 39.981798229416199 ], [ -75.147823658175398, 39.981834648858701 ], [ -75.147585683310894, 39.981802783010103 ], [ -75.147595453782202, 39.981757256371203 ], [ -75.147799688914802, 39.981784810539899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 282, "ADDRESS": "5525-27 HAVERFORD AVE", "OWNER1": "WEST MARVIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041052600", "LNIADDRESSKEY": "336411", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.7578125, "Shape__Length": 48.171989457641132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230727087630996, 39.967285939047102 ], [ -75.230848670204495, 39.967321201997798 ], [ -75.230856592334106, 39.967370250475099 ], [ -75.230742502037998, 39.9673798346981 ], [ -75.230727087630996, 39.967285939047102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 283, "ADDRESS": "1214 LEMON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141279510", "LNIADDRESSKEY": "389179", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19123", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 69.93359375, "Shape__Length": 35.055257547098662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157904984220494, 39.963927185083897 ], [ -75.157887942740203, 39.964005706728599 ], [ -75.1578332542543, 39.963999408581799 ], [ -75.157849709462695, 39.963923594772702 ], [ -75.157904984220494, 39.963927185083897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 284, "ADDRESS": "2867 N LECOUNT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381187000", "LNIADDRESSKEY": "564533", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.79296875, "Shape__Length": 46.368108218720124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174096173630701, 39.999516533706 ], [ -75.174104155445207, 39.999477412914104 ], [ -75.174258494714294, 39.999496447792502 ], [ -75.174250114097205, 39.999536123903702 ], [ -75.174096173630701, 39.999516533706 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 285, "ADDRESS": "1328-30 N CONESTOGA ST", "OWNER1": "QUITANCHALA DAVID G CUASAPAZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041294700", "LNIADDRESSKEY": "95585", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 586.84765625, "Shape__Length": 132.43055072861659 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230178592427905, 39.973086713184998 ], [ -75.230675368065107, 39.973031353628201 ], [ -75.230679610126302, 39.9730604453258 ], [ -75.230685790565701, 39.973102830981901 ], [ -75.230193043077307, 39.973159132742502 ], [ -75.230178592427905, 39.973086713184998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 286, "ADDRESS": "1146 W NEVADA ST", "OWNER1": "HOFKIN MONIQUE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371315501", "LNIADDRESSKEY": "448973", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.99609375, "Shape__Length": 39.079493931220092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152096877026395, 39.986698630405598 ], [ -75.152149357439001, 39.986705589327201 ], [ -75.152129138574495, 39.986797531185999 ], [ -75.152075894237797, 39.986790828649603 ], [ -75.152096877026395, 39.986698630405598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 287, "ADDRESS": "2603 N 29TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281170401", "LNIADDRESSKEY": "682286", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.0, "Shape__Length": 69.175077377959411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178513683175296, 39.995563390087298 ], [ -75.178522628667807, 39.995519777699798 ], [ -75.1787724743143, 39.995554679833198 ], [ -75.178763402181204, 39.9955971935454 ], [ -75.178513683175296, 39.995563390087298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 288, "ADDRESS": "1429 N MYRTLEWOOD ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292267310", "LNIADDRESSKEY": "444849", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.296875, "Shape__Length": 48.305980164076729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183519314865094, 39.978356893752597 ], [ -75.183527746280504, 39.978318410964498 ], [ -75.183690999602007, 39.978339293658003 ], [ -75.183682797969894, 39.978378361619797 ], [ -75.183519314865094, 39.978356893752597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 289, "ADDRESS": "2522 N HOWARD ST", "OWNER1": "JUSTUS RANDALL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192017700", "LNIADDRESSKEY": "731677", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.80859375, "Shape__Length": 52.050271170066324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132559284813993, 39.988604298498899 ], [ -75.132567169890194, 39.988566644279402 ], [ -75.132748174258495, 39.9885910517337 ], [ -75.132740278989601, 39.988629010953197 ], [ -75.132559284813993, 39.988604298498899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 290, "ADDRESS": "833 N 43RD ST", "OWNER1": "JMKS REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062309110", "LNIADDRESSKEY": "687372", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.26953125, "Shape__Length": 45.376875327079219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209649949483506, 39.968486674685202 ], [ -75.209643740421896, 39.968453830827997 ], [ -75.209796461110201, 39.968437174717899 ], [ -75.209804129544295, 39.968474130161702 ], [ -75.209650839461801, 39.9684914494296 ], [ -75.209649949483506, 39.968486674685202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 291, "ADDRESS": "2301 N 21ST ST", "OWNER1": "PHILA COMMUNITY", "OWNER2": "REHAB CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162177900", "LNIADDRESSKEY": "672288", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.07421875, "Shape__Length": 76.250733859858727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167175791822203, 39.989458006047798 ], [ -75.166898098470895, 39.989418775177803 ], [ -75.166907988066797, 39.989373653059097 ], [ -75.167185366782903, 39.989411796737997 ], [ -75.167175791822203, 39.989458006047798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 292, "ADDRESS": "430 N 54TH ST", "OWNER1": "OPEN AIR CONCEPTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041103700", "LNIADDRESSKEY": "693592", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.58203125, "Shape__Length": 64.085415713883236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228110973828095, 39.967079460518598 ], [ -75.228344399055302, 39.967055592123799 ], [ -75.2283512468357, 39.967095718731301 ], [ -75.228117517304398, 39.967118790956 ], [ -75.228110973828095, 39.967079460518598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 293, "ADDRESS": "2336 N VAN PELT ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162199401", "LNIADDRESSKEY": "586368", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.05078125, "Shape__Length": 52.368558560219455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167910035350701, 39.990253855209097 ], [ -75.167738991209404, 39.990231082559802 ], [ -75.167747809397, 39.990189288049002 ], [ -75.167918926963793, 39.990211821317999 ], [ -75.167924962588899, 39.990212359173697 ], [ -75.167915615247196, 39.990251514208801 ], [ -75.167915789665003, 39.990254628884401 ], [ -75.167910035350701, 39.990253855209097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 294, "ADDRESS": "2322 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162142401", "LNIADDRESSKEY": "670197", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.171875, "Shape__Length": 73.132943900543722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165384732694406, 39.989695013782999 ], [ -75.165393973597901, 39.9896554217855 ], [ -75.1656657503475, 39.9896920723127 ], [ -75.165656872686597, 39.989731511450898 ], [ -75.165384732694406, 39.989695013782999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 295, "ADDRESS": "4900 W THOMPSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885522980", "LNIADDRESSKEY": "570478", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.24609375, "Shape__Length": 72.228003873842155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219842993594, 39.9733447444776 ], [ -75.219896724058501, 39.973339400300098 ], [ -75.219929049752395, 39.973545347175403 ], [ -75.219876201784899, 39.973550613972002 ], [ -75.219842993594, 39.9733447444776 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 296, "ADDRESS": "6212 VINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341032800", "LNIADDRESSKEY": "589483", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 391.3359375, "Shape__Length": 106.24897217352175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244277333466698, 39.967028848095701 ], [ -75.244303132988193, 39.966903599166997 ], [ -75.244304253424204, 39.966897627529903 ], [ -75.244305404099507, 39.9668914313051 ], [ -75.244338597293705, 39.9667275921461 ], [ -75.244366108603202, 39.966730853102 ], [ -75.244416249893405, 39.966737412559901 ], [ -75.244356554524799, 39.967038734329201 ], [ -75.244277333466698, 39.967028848095701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 297, "ADDRESS": "3018 CLIFFORD ST", "OWNER1": "WALNUT INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324059000", "LNIADDRESSKEY": "90861", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.33984375, "Shape__Length": 73.985984167220934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183731133187706, 39.983198711079197 ], [ -75.183771585673696, 39.983171857755401 ], [ -75.183952623757506, 39.983332959548399 ], [ -75.183911427211896, 39.983361215390303 ], [ -75.183731133187706, 39.983198711079197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 298, "ADDRESS": "6026 UPLAND ST", "OWNER1": "SECRETARY OF HOUSING AND", "OWNER2": "URBAN DEVELOPMENT", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401299205", "LNIADDRESSKEY": "583816", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.796875, "Shape__Length": 57.949651300982637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229850860141696, 39.931278275389801 ], [ -75.229992708116299, 39.931397115426599 ], [ -75.229955177259995, 39.931423371315702 ], [ -75.229814225412298, 39.9313040362305 ], [ -75.229850860141696, 39.931278275389801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 299, "ADDRESS": "4462 N CLEVELAND ST", "OWNER1": "AARC PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132186000", "LNIADDRESSKEY": "90360", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.42578125, "Shape__Length": 52.54175783488715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155584138930607, 40.0221530517342 ], [ -75.155763545429494, 40.022176867602198 ], [ -75.155754072875197, 40.022217887511097 ], [ -75.155575646372498, 40.022194223293099 ], [ -75.155584138930607, 40.0221530517342 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 300, "ADDRESS": "2320 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162185401", "LNIADDRESSKEY": "672307", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.96484375, "Shape__Length": 67.627719603904794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167269802516998, 39.989908783937203 ], [ -75.1672793520369, 39.989863782533497 ], [ -75.167520608167194, 39.989893553012102 ], [ -75.167515088673397, 39.989917446490402 ], [ -75.167511686180205, 39.989938035826903 ], [ -75.167269802516998, 39.989908783937203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 301, "ADDRESS": "1500 N HOLLYWOOD ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292259210", "LNIADDRESSKEY": "347167", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.46484375, "Shape__Length": 53.302306789921623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183146195994595, 39.979153745368599 ], [ -75.183155169248593, 39.979111470206099 ], [ -75.183335467064097, 39.979134395834201 ], [ -75.183325984460296, 39.979177949187097 ], [ -75.183146195994595, 39.979153745368599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 302, "ADDRESS": "1613 S 24TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364137205", "LNIADDRESSKEY": "677440", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.41796875, "Shape__Length": 63.172375616764882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184453430911105, 39.932189888511303 ], [ -75.184677018412799, 39.932220375280302 ], [ -75.184667383231798, 39.932263167237899 ], [ -75.184443794404402, 39.932232711959003 ], [ -75.184453430911105, 39.932189888511303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 303, "ADDRESS": "2546 N 19TH ST", "OWNER1": "UNDER AGREEMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162094300", "LNIADDRESSKEY": "668318", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 591.6328125, "Shape__Length": 109.08998806175593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163034995727898, 39.992996760477098 ], [ -75.163045287178306, 39.992949858041698 ], [ -75.163275662049401, 39.992979955127701 ], [ -75.163284774485703, 39.992981143715703 ], [ -75.163279645366202, 39.993001355039198 ], [ -75.163271714960104, 39.993039558459799 ], [ -75.163263816129998, 39.993077470887599 ], [ -75.163243186558205, 39.9931711621118 ], [ -75.1632349224911, 39.993208744194199 ], [ -75.163232769155798, 39.993218529125599 ], [ -75.163221978365897, 39.993222382186197 ], [ -75.163167488046199, 39.9931566324477 ], [ -75.163034995727898, 39.992996760477098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 304, "ADDRESS": "2151 N RANDOLPH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191342100", "LNIADDRESSKEY": "494868", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.23046875, "Shape__Length": 46.224147156274626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142681775840899, 39.984151928607801 ], [ -75.142833761592897, 39.984174387276703 ], [ -75.142825238918803, 39.984214090921697 ], [ -75.142673028218198, 39.984191997678501 ], [ -75.142681775840899, 39.984151928607801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 305, "ADDRESS": "1936 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162255301", "LNIADDRESSKEY": "629242", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.8125, "Shape__Length": 61.855659197397458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164802730773204, 39.990510546600497 ], [ -75.164838922094305, 39.990341586824499 ], [ -75.164893030107507, 39.990348818633102 ], [ -75.164856034264204, 39.990517452831597 ], [ -75.164802730773204, 39.990510546600497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 306, "ADDRESS": "1517 W OXFORD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471134510", "LNIADDRESSKEY": "466580", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.35546875, "Shape__Length": 73.846080885677608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160989550981498, 39.9779124001235 ], [ -75.161028588891199, 39.9777210680707 ], [ -75.161107696225201, 39.977731814469799 ], [ -75.1610671041187, 39.9779221778034 ], [ -75.160989550981498, 39.9779124001235 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 307, "ADDRESS": "2858 N LECOUNT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381195000", "LNIADDRESSKEY": "564524", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.671875, "Shape__Length": 48.011058926907786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174427551963205, 39.9994015069122 ], [ -75.174435207006098, 39.999362733543599 ], [ -75.174598216148794, 39.999381365568198 ], [ -75.174589254400203, 39.999420384438402 ], [ -75.174427551963205, 39.9994015069122 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 308, "ADDRESS": "2804 W SUSQUEHANNA AVE", "OWNER1": "ST6 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323163100", "LNIADDRESSKEY": "559217", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.17578125, "Shape__Length": 60.596926508633544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178832304348703, 39.989133055200199 ], [ -75.178868658158294, 39.988968835878602 ], [ -75.178922488367604, 39.988976215899399 ], [ -75.178887768272304, 39.9891366188833 ], [ -75.178887030003096, 39.9891400689854 ], [ -75.178832304348703, 39.989133055200199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 309, "ADDRESS": "312 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191430100", "LNIADDRESSKEY": "628967", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.3203125, "Shape__Length": 65.354918390043949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138752753188399, 39.987133913132197 ], [ -75.138791973428795, 39.986955264196297 ], [ -75.138848275391496, 39.986962578591999 ], [ -75.1388090552949, 39.987141227547099 ], [ -75.138752753188399, 39.987133913132197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 310, "ADDRESS": "2847 W OAKDALE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281361000", "LNIADDRESSKEY": "454402", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.13671875, "Shape__Length": 46.893638270500787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178289403571, 39.996582211397602 ], [ -75.178338974385994, 39.996588770816402 ], [ -75.178312009101703, 39.996709725475803 ], [ -75.178262146768702, 39.996703127980702 ], [ -75.178289403571, 39.996582211397602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 311, "ADDRESS": "4760 N 11TH ST", "OWNER1": "KIM TAE SOO", "OWNER2": "KIM HYE SOOK", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491411200", "LNIADDRESSKEY": "652435", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 251.265625, "Shape__Length": 85.926565751362205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142345550916403, 40.025359147813802 ], [ -75.142357382179199, 40.025305003828301 ], [ -75.142667262005403, 40.025345029653799 ], [ -75.142665191310996, 40.025354504175098 ], [ -75.142627630343199, 40.025349653087197 ], [ -75.142617870034101, 40.025394321454698 ], [ -75.142345550916403, 40.025359147813802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 312, "ADDRESS": "2963 AMBER ST", "OWNER1": "HYBRID DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252437900", "LNIADDRESSKEY": "14045", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.671875, "Shape__Length": 61.904173819686896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115095243918006, 39.989248543182498 ], [ -75.115146435766505, 39.989226037052902 ], [ -75.115252818088706, 39.989369046636803 ], [ -75.115200640729498, 39.989395930598299 ], [ -75.115095243918006, 39.989248543182498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 313, "ADDRESS": "631 W YORK ST", "OWNER1": "FH DEMOLITION LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371364200", "LNIADDRESSKEY": "629064", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 218.078125, "Shape__Length": 78.354457541403463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144450380273199, 39.988243051867997 ], [ -75.144497285948503, 39.9880222424229 ], [ -75.144557312043304, 39.988030262483399 ], [ -75.144509407989304, 39.988250308194502 ], [ -75.144450380273199, 39.988243051867997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 314, "ADDRESS": "542 EDGLEY ST", "OWNER1": "PAUL JINKS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191387000", "LNIADDRESSKEY": "730602", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.015625, "Shape__Length": 42.99449512496188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1433419992848, 39.983352481990998 ], [ -75.1433507817475, 39.983457783410003 ], [ -75.143278343686404, 39.983447336275702 ], [ -75.143301597700301, 39.983346487097599 ], [ -75.1433419992848, 39.983352481990998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 315, "ADDRESS": "2104 E ORLEANS ST", "OWNER1": "NEW AGE 101 PROPERTIES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252163500", "LNIADDRESSKEY": "463064", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.3984375, "Shape__Length": 51.00314449006332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115426227696304, 39.989137062065097 ], [ -75.115579719254697, 39.989064594597401 ], [ -75.115605783571496, 39.989098239247802 ], [ -75.115450620930702, 39.9891678470429 ], [ -75.115426227696304, 39.989137062065097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 316, "ADDRESS": "1218 N 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292099510", "LNIADDRESSKEY": "680541", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.92578125, "Shape__Length": 71.838997873186287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181830443179294, 39.974943830123301 ], [ -75.181840999977297, 39.9749001398649 ], [ -75.182090608233295, 39.974933274176898 ], [ -75.182101781427207, 39.974934765347903 ], [ -75.182092422181398, 39.974977838202499 ], [ -75.182080620674, 39.9749763160765 ], [ -75.181830443179294, 39.974943830123301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 317, "ADDRESS": "2228 N LEITHGOW ST", "OWNER1": "ALBERT KLEINSORGEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191240300", "LNIADDRESSKEY": "388638", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.85546875, "Shape__Length": 40.274246566517704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140375706056801, 39.9849797957798 ], [ -75.140382846412507, 39.984947185688803 ], [ -75.140518260763798, 39.984965223880799 ], [ -75.140511296604799, 39.984998127438502 ], [ -75.140375706056801, 39.9849797957798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 318, "ADDRESS": "4207 LEIDY AVE", "OWNER1": "AKELE TILAHUN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062199300", "LNIADDRESSKEY": "388129", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.1953125, "Shape__Length": 75.429864586732677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210375287329697, 39.975528231629198 ], [ -75.210498527899603, 39.975330399288403 ], [ -75.210545936172693, 39.975347939005502 ], [ -75.210423094149405, 39.975545764446998 ], [ -75.210375287329697, 39.975528231629198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 319, "ADDRESS": "2338 N 21ST ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162186300", "LNIADDRESSKEY": "672325", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.15625, "Shape__Length": 66.821318813200605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167189503400607, 39.990297061120103 ], [ -75.167199784483103, 39.990254849055198 ], [ -75.167439141448995, 39.990285542150097 ], [ -75.167433616398498, 39.990311774759199 ], [ -75.167429985800595, 39.990329004935397 ], [ -75.167189503400607, 39.990297061120103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 320, "ADDRESS": "2243 N 19TH ST", "OWNER1": "WELLS JAMES JR", "OWNER2": "WELLS ALICE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162071700", "LNIADDRESSKEY": "668128", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.5703125, "Shape__Length": 70.333852262118285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1636230434449, 39.988287851697102 ], [ -75.163632151109695, 39.9882451291679 ], [ -75.163887797487305, 39.988277632924799 ], [ -75.163878354619897, 39.9883208952849 ], [ -75.1636230434449, 39.988287851697102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 321, "ADDRESS": "5701 MASTER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043037110", "LNIADDRESSKEY": "419832", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.73828125, "Shape__Length": 70.299467519101313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234895018455902, 39.973392805263401 ], [ -75.2348946856156, 39.973391041028002 ], [ -75.234894460646501, 39.973389763441702 ], [ -75.234952223185104, 39.973383533172303 ], [ -75.234988293390302, 39.973578966801803 ], [ -75.234929881125197, 39.973584633245601 ], [ -75.234895018455902, 39.973392805263401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 322, "ADDRESS": "2565 N MOLE ST", "OWNER1": "COLEMAN WILLIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161062700", "LNIADDRESSKEY": "433498", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.20703125, "Shape__Length": 42.301955130614992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157618025148295, 39.992651350497297 ], [ -75.157619763280096, 39.9926426048346 ], [ -75.157626090257693, 39.992610813424697 ], [ -75.157760769101998, 39.992629362707902 ], [ -75.157757372568994, 39.992644229371997 ], [ -75.157754729754899, 39.992655807450902 ], [ -75.157751460680601, 39.9926700969636 ], [ -75.157696132938895, 39.992661835264698 ], [ -75.157618025148295, 39.992651350497297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 323, "ADDRESS": "3800 PARRISH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243137610", "LNIADDRESSKEY": "471515", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.4453125, "Shape__Length": 70.328653944638248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198538861924902, 39.968837489262903 ], [ -75.198790833665598, 39.968810046372901 ], [ -75.198804639496601, 39.968884810190701 ], [ -75.198737185923605, 39.9688919183995 ], [ -75.198538861924902, 39.968837489262903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 324, "ADDRESS": "2434 N CHADWICK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161138500", "LNIADDRESSKEY": "73946", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.63671875, "Shape__Length": 47.026521299382956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159699802486301, 39.990681770918002 ], [ -75.1597070872416, 39.990648486197799 ], [ -75.159872366297293, 39.990670737549202 ], [ -75.159864751308803, 39.990703353705001 ], [ -75.159699802486301, 39.990681770918002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 325, "ADDRESS": "932 W DAKOTA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371339901", "LNIADDRESSKEY": "730475", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.58984375, "Shape__Length": 61.209076355989232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148220092608497, 39.9872155676074 ], [ -75.148278223461602, 39.987222753246897 ], [ -75.1482432851505, 39.987385869222798 ], [ -75.148184248819902, 39.987378275603703 ], [ -75.148220092608497, 39.9872155676074 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 326, "ADDRESS": "2323 N 21ST ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162179000", "LNIADDRESSKEY": "672310", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.47265625, "Shape__Length": 76.052935275551604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166788918322794, 39.989905683821497 ], [ -75.166798868342298, 39.989862287386401 ], [ -75.167078746242296, 39.989900873835303 ], [ -75.167069047149397, 39.989943760106598 ], [ -75.166788918322794, 39.989905683821497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 327, "ADDRESS": "5033 KERSHAW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442147300", "LNIADDRESSKEY": "370071", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.265625, "Shape__Length": 74.992372106859776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2239053156636, 39.973955225609103 ], [ -75.223955105459893, 39.973949922299298 ], [ -75.223956767512604, 39.9739497494039 ], [ -75.223993891171901, 39.974156009952303 ], [ -75.223930123055595, 39.974163117291603 ], [ -75.223920955295597, 39.974120633887203 ], [ -75.223934748374603, 39.9741187289439 ], [ -75.2239053156636, 39.973955225609103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 328, "ADDRESS": "4113 LEIDY AVE", "OWNER1": "LAND WITH A PLAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062194400", "LNIADDRESSKEY": "388054", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.8671875, "Shape__Length": 82.994998979674733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207261507772799, 39.974402460803098 ], [ -75.207403078826303, 39.974185855441704 ], [ -75.207454446419604, 39.974205047439 ], [ -75.207311944993293, 39.9744213259047 ], [ -75.207261507772799, 39.974402460803098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 329, "ADDRESS": "6170 UPLAND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "ROW W/DET GAR 2STY MASONR", "OPA_ID": "401305801", "LNIADDRESSKEY": "583941", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 357.10546875, "Shape__Length": 83.586275425672582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232627583838294, 39.929398587801501 ], [ -75.232584055773401, 39.9293617658561 ], [ -75.232535225841502, 39.929322861078703 ], [ -75.232629560937298, 39.9292999788358 ], [ -75.232701569683002, 39.929282893134001 ], [ -75.232793171315905, 39.929261450915597 ], [ -75.232816529848407, 39.9292808710522 ], [ -75.232834693579903, 39.929296422255398 ], [ -75.232787401347494, 39.929328493553399 ], [ -75.232760272042896, 39.9293475318931 ], [ -75.232751499135901, 39.929353771311298 ], [ -75.232726688872503, 39.929371812013201 ], [ -75.232718536111307, 39.929377146025402 ], [ -75.232689986365898, 39.929397249006399 ], [ -75.232687147972499, 39.929399234214898 ], [ -75.232670356864503, 39.929411084268203 ], [ -75.232659264502303, 39.929418884422198 ], [ -75.232655092605498, 39.9294218393376 ], [ -75.232647256744599, 39.929415219572 ], [ -75.232627583838294, 39.929398587801501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 330, "ADDRESS": "1710 MONUMENT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321136701", "LNIADDRESSKEY": "437357", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.875, "Shape__Length": 61.805272963250317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1622663292775, 39.982846902576398 ], [ -75.1623032580368, 39.982676784308801 ], [ -75.162354258738603, 39.982683479994797 ], [ -75.162318208901695, 39.982854165460701 ], [ -75.1622663292775, 39.982846902576398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 331, "ADDRESS": "1270 S 27TH ST", "OWNER1": "GLENKEEN DEVELOPMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362132900", "LNIADDRESSKEY": "680271", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.51953125, "Shape__Length": 58.186631112202441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188948362698497, 39.937024348806702 ], [ -75.188958138229694, 39.936979447931698 ], [ -75.189157760071197, 39.937006215475499 ], [ -75.189148062298301, 39.937050182177501 ], [ -75.188948362698497, 39.937024348806702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 332, "ADDRESS": "4997 1/2 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442085510", "LNIADDRESSKEY": "314606", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.13671875, "Shape__Length": 72.423045615325478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222375350503597, 39.972295268006 ], [ -75.222430568227395, 39.9722837182616 ], [ -75.222500445862906, 39.972484575217401 ], [ -75.222442376898798, 39.972490566103701 ], [ -75.222375350503597, 39.972295268006 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 333, "ADDRESS": "2363 N VAN PELT ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162194201", "LNIADDRESSKEY": "586395", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.9375, "Shape__Length": 50.952654215652068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167351893189107, 39.9906994703788 ], [ -75.167356753338694, 39.990676400013903 ], [ -75.167360153649, 39.990660259390303 ], [ -75.1675340984375, 39.990686177061498 ], [ -75.167525076451099, 39.9907255477506 ], [ -75.167351893189107, 39.9906994703788 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 334, "ADDRESS": "2138 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202144500", "LNIADDRESSKEY": "108611", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.0, "Shape__Length": 44.282289574178293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147510889082199, 39.984314103238802 ], [ -75.147657927294404, 39.984332831319698 ], [ -75.147655930665593, 39.984340653082199 ], [ -75.147649868872705, 39.9843708856557 ], [ -75.147503064476396, 39.984351517512202 ], [ -75.147510889082199, 39.984314103238802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 335, "ADDRESS": "4919 PASCHALL AVE", "OWNER1": "BEGOSH ELIZABETH", "OWNER2": "SNOW DYLAN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273169400", "LNIADDRESSKEY": "472069", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.91796875, "Shape__Length": 72.435871628696376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212190794655299, 39.939442565574502 ], [ -75.212234508319099, 39.939412003356097 ], [ -75.212412663121, 39.939564874064097 ], [ -75.2123708792803, 39.939594222150099 ], [ -75.212190794655299, 39.939442565574502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 336, "ADDRESS": "1325 N CONESTOGA ST", "OWNER1": "VIBHAA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041290900", "LNIADDRESSKEY": "95583", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 444.51953125, "Shape__Length": 131.26040276739207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229521542784894, 39.973145320221199 ], [ -75.229521289238804, 39.973143671459603 ], [ -75.230034535670299, 39.973083179225299 ], [ -75.230044775768306, 39.973136985232003 ], [ -75.229637534931697, 39.973182428992097 ], [ -75.229528914701604, 39.9731950662378 ], [ -75.229521542784894, 39.973145320221199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 337, "ADDRESS": "6140 REINHARD ST", "OWNER1": "TAX CREDIT ASSOCIATES", "OWNER2": "I, LIMITED PARTNESHIP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401284700", "LNIADDRESSKEY": "500546", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.08984375, "Shape__Length": 60.842065182872268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232403366062698, 39.929999903448902 ], [ -75.232441229756105, 39.929973105621499 ], [ -75.232479277022506, 39.930005809122598 ], [ -75.232528482203705, 39.9300459306126 ], [ -75.232591651085897, 39.9300985288207 ], [ -75.232554851018705, 39.930124849993803 ], [ -75.232518530419398, 39.930094699331299 ], [ -75.232493650407406, 39.930073971954002 ], [ -75.232403366062698, 39.929999903448902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 338, "ADDRESS": "4558 N MARVINE ST", "OWNER1": "ELIZABETH FLOYD TR FR", "OWNER2": "JAMILLA FLOYD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491430900", "LNIADDRESSKEY": "417019", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.26171875, "Shape__Length": 71.113579693909301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143812787985695, 40.0222394270926 ], [ -75.144074096408701, 40.022273953462403 ], [ -75.144064967985898, 40.022314562528699 ], [ -75.143803529566796, 40.0222807089566 ], [ -75.143812787985695, 40.0222394270926 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 339, "ADDRESS": "868 FIELD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151384410", "LNIADDRESSKEY": "289774", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.65625, "Shape__Length": 48.311061431890394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164741787450396, 39.969831954654097 ], [ -75.164766298915097, 39.969818757408497 ], [ -75.164880413457794, 39.969757218872999 ], [ -75.164907889870705, 39.9697855801721 ], [ -75.164832206178303, 39.969827109172201 ], [ -75.164768891743805, 39.969861823561999 ], [ -75.164741787450396, 39.969831954654097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 340, "ADDRESS": "2314 N 5TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191312000", "LNIADDRESSKEY": "636720", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.88671875, "Shape__Length": 72.818168227404044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141519809242595, 39.986557833664001 ], [ -75.141529210237906, 39.986514426582197 ], [ -75.1417948746505, 39.986549769888803 ], [ -75.141791986335804, 39.9865611179506 ], [ -75.141788365220805, 39.986577364435597 ], [ -75.141786009896094, 39.986592867059301 ], [ -75.141519809242595, 39.986557833664001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 341, "ADDRESS": "6015 ALLMAN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401241301", "LNIADDRESSKEY": "12036", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.6796875, "Shape__Length": 58.602964541108356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231204509144007, 39.932679446506498 ], [ -75.231245168605099, 39.932650727115998 ], [ -75.231384977865503, 39.932768229858397 ], [ -75.231343148290506, 39.932797455188897 ], [ -75.231204509144007, 39.932679446506498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 342, "ADDRESS": "2827 WHARTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362077910", "LNIADDRESSKEY": "610484", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.08203125, "Shape__Length": 60.700227286249827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191475160518493, 39.937464958794799 ], [ -75.191480361933102, 39.9374386054509 ], [ -75.191509402688993, 39.937300172491803 ], [ -75.191563144074195, 39.937307223385503 ], [ -75.191530287533396, 39.937471894197998 ], [ -75.191475160518493, 39.937464958794799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 343, "ADDRESS": "2415 N 19TH ST", "OWNER1": "MCQUEEN CARRIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162076900", "LNIADDRESSKEY": "668223", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.2890625, "Shape__Length": 65.69001556280935 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1630923148806, 39.990766373893599 ], [ -75.163096528169802, 39.990748752631397 ], [ -75.163102384310605, 39.990724866916999 ], [ -75.163337427391994, 39.990756568327399 ], [ -75.163329432876594, 39.990798653680798 ], [ -75.1630923148806, 39.990766373893599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 344, "ADDRESS": "1535 W LEHIGH AVE", "OWNER1": "PIECE OF PHILLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111002200", "LNIADDRESSKEY": "387640", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.14453125, "Shape__Length": 71.889894529996099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157437560058398, 39.994641704502698 ], [ -75.157482028573099, 39.994437632825601 ], [ -75.157535112852301, 39.994444860690798 ], [ -75.1574887952723, 39.994648504311598 ], [ -75.157437560058398, 39.994641704502698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 345, "ADDRESS": "3816 W GIRARD AVE", "OWNER1": "WEST GIRARD PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243218100", "LNIADDRESSKEY": "314326", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 270.03125, "Shape__Length": 97.455636664931106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199977402797202, 39.974167964738399 ], [ -75.200033845164199, 39.974162433286999 ], [ -75.200090872323003, 39.974449968994101 ], [ -75.200033933189999, 39.9744569896135 ], [ -75.199977402797202, 39.974167964738399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 346, "ADDRESS": "4182 POPLAR ST", "OWNER1": "TURF WIZARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "062152300", "LNIADDRESSKEY": "487819", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.34375, "Shape__Length": 60.004945823496328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208552349956705, 39.972639105065603 ], [ -75.208619223070002, 39.972656576674702 ], [ -75.208647934803906, 39.972797469392098 ], [ -75.208585015627406, 39.972804796498401 ], [ -75.208552349956705, 39.972639105065603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 347, "ADDRESS": "2626 EARP ST", "OWNER1": "KOLENDA JOHN", "OWNER2": "GREUBEL ELIZABETH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362106500", "LNIADDRESSKEY": "128470", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.2890625, "Shape__Length": 51.367880390817469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188233472257494, 39.935952266830803 ], [ -75.1882646137786, 39.935816637443402 ], [ -75.188314709752404, 39.9358230926385 ], [ -75.188283489371202, 39.935959186548203 ], [ -75.188233472257494, 39.935952266830803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 348, "ADDRESS": "1204 W ERIE AVE", "OWNER1": "LRS REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432055900", "LNIADDRESSKEY": "138867", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.59375, "Shape__Length": 80.156104180937888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147910003127507, 40.008434839783902 ], [ -75.147967441523505, 40.0084430253698 ], [ -75.147926118219701, 40.008670701153903 ], [ -75.147866319618601, 40.008662833728799 ], [ -75.147910003127507, 40.008434839783902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 349, "ADDRESS": "1645 N 29TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324176201", "LNIADDRESSKEY": "681941", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.51171875, "Shape__Length": 64.183852939497058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181621815238401, 39.981411545374698 ], [ -75.181630900927601, 39.981370240282601 ], [ -75.181862204823304, 39.981403174396 ], [ -75.181852733649194, 39.981442520189503 ], [ -75.181621815238401, 39.981411545374698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 350, "ADDRESS": "2502 N 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281111001", "LNIADDRESSKEY": "680962", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.01953125, "Shape__Length": 63.320398216674782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177681769044, 39.993917573794299 ], [ -75.177689823594093, 39.993879243947397 ], [ -75.177919789987499, 39.9939098350021 ], [ -75.177911098510293, 39.993948940101198 ], [ -75.177681769044, 39.993917573794299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 351, "ADDRESS": "1904 W NORRIS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321150201", "LNIADDRESSKEY": "452384", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.5390625, "Shape__Length": 69.136631063858744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165086468302405, 39.984206619440599 ], [ -75.165129130861203, 39.984016205791001 ], [ -75.165186851863197, 39.984024163174801 ], [ -75.165143776831002, 39.9842144549255 ], [ -75.165086468302405, 39.984206619440599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 352, "ADDRESS": "2253 INGERSOLL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291087610", "LNIADDRESSKEY": "357209", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.37890625, "Shape__Length": 54.208528543456637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1732880156585, 39.976110231892399 ], [ -75.173308769293001, 39.976007788683702 ], [ -75.173415627517002, 39.976022713219798 ], [ -75.173394296083501, 39.976124917091397 ], [ -75.1732880156585, 39.976110231892399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 353, "ADDRESS": "2225 N ORKNEY ST", "OWNER1": "KELLER THOMAS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191274200", "LNIADDRESSKEY": "462397", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.3125, "Shape__Length": 39.619439503104957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141060625644698, 39.985032507575497 ], [ -75.141067813676599, 39.984999753243201 ], [ -75.141200357789899, 39.985017773807897 ], [ -75.141193147877104, 39.985050527649697 ], [ -75.141060625644698, 39.985032507575497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 354, "ADDRESS": "2134 N ORKNEY ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191284401", "LNIADDRESSKEY": "462363", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.2734375, "Shape__Length": 45.075396392857996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141740921036799, 39.983692055351597 ], [ -75.141601944257999, 39.983674082874799 ], [ -75.141611303552807, 39.983630110579398 ], [ -75.141734406799799, 39.983645594757803 ], [ -75.141752806140801, 39.983647769904202 ], [ -75.141744340038301, 39.983692504725298 ], [ -75.141740921036799, 39.983692055351597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 355, "ADDRESS": "1621 W BUTLER ST", "OWNER1": "E PHI SURE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131085900", "LNIADDRESSKEY": "57879", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 362.60546875, "Shape__Length": 93.709921393873486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154903748135595, 40.011698645935098 ], [ -75.154958493843793, 40.011446688394997 ], [ -75.155045410102005, 40.0114581957463 ], [ -75.154990128166006, 40.011709398987897 ], [ -75.154903748135595, 40.011698645935098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 356, "ADDRESS": "2253 N ORKNEY ST", "OWNER1": "COMMONWEALTH IMPROVEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191275700", "LNIADDRESSKEY": "462417", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.72265625, "Shape__Length": 47.831625178965176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140930694475202, 39.985509944201802 ], [ -75.140931958436198, 39.985504331408201 ], [ -75.140939948343004, 39.985468162415103 ], [ -75.140951289341203, 39.985469694049002 ], [ -75.140963318602104, 39.985471337061398 ], [ -75.141096695397394, 39.9854895061763 ], [ -75.141094639627198, 39.9854988086799 ], [ -75.141087402345207, 39.985531738720297 ], [ -75.140937030929507, 39.985510830465401 ], [ -75.140930694475202, 39.985509944201802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 357, "ADDRESS": "2219 INGERSOLL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291085900", "LNIADDRESSKEY": "357180", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 264.63671875, "Shape__Length": 65.181758424352267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172427140733603, 39.976009622669103 ], [ -75.1724513393047, 39.975894281246902 ], [ -75.1725894403247, 39.975912406371002 ], [ -75.172564932322203, 39.976028192500202 ], [ -75.172505179798605, 39.976019805625498 ], [ -75.172428204219599, 39.976009759183199 ], [ -75.172427140733603, 39.976009622669103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 358, "ADDRESS": "2700 W STERNER ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281387301", "LNIADDRESSKEY": "553699", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.359375, "Shape__Length": 47.578283685953252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175611499257201, 39.996989272129703 ], [ -75.175585879582101, 39.997109402728597 ], [ -75.175532751553007, 39.997103810897102 ], [ -75.175558730278397, 39.996981898725799 ], [ -75.175611499257201, 39.996989272129703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 359, "ADDRESS": "122 E CUMBERLAND ST", "OWNER1": "CUMBERLAND ESTATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "314001000", "LNIADDRESSKEY": "105401", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 277.58984375, "Shape__Length": 91.466366644165745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130700255850499, 39.987633279118597 ], [ -75.130702104913397, 39.987624971062701 ], [ -75.130755951082094, 39.987382948907602 ], [ -75.130820970929406, 39.987372826375299 ], [ -75.130769239066893, 39.987633950116802 ], [ -75.130767624636604, 39.987642135132099 ], [ -75.130700255850499, 39.987633279118597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 360, "ADDRESS": "348 N 62ND ST", "OWNER1": "WALDO HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341229400", "LNIADDRESSKEY": "701654", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 304.796875, "Shape__Length": 109.60154297331191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243627998913894, 39.968189128038297 ], [ -75.243637056826898, 39.968146350796502 ], [ -75.244067161816801, 39.968198960959398 ], [ -75.244058735751395, 39.968241639404503 ], [ -75.243627998913894, 39.968189128038297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 361, "ADDRESS": "1822 MARGARET ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232148501", "LNIADDRESSKEY": "410075", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 312.48046875, "Shape__Length": 92.874645914807616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.0788824496004, 40.014060721030802 ], [ -75.079077650288994, 40.013844511633202 ], [ -75.079132287605304, 40.013874798375298 ], [ -75.079137090014697, 40.013877457780701 ], [ -75.078941254192699, 40.0140943620708 ], [ -75.0788824496004, 40.014060721030802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 362, "ADDRESS": "3910 FOLSOM ST", "OWNER1": "WILMER CARTER", "OWNER2": "MARY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243055000", "LNIADDRESSKEY": "293683", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.73828125, "Shape__Length": 62.892919351080991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200711499159397, 39.967047221406503 ], [ -75.200669101989206, 39.966891336937799 ], [ -75.2007244253614, 39.966884764535799 ], [ -75.200766417060194, 39.967057581122603 ], [ -75.200715734108599, 39.967062773368198 ], [ -75.200711499159397, 39.967047221406503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 363, "ADDRESS": "5559 ARDLEIGH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122304600", "LNIADDRESSKEY": "19894", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.3671875, "Shape__Length": 55.788258718991386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159144012675, 40.0491043579703 ], [ -75.159269070880498, 40.048983410468502 ], [ -75.159304299934306, 40.049005064561001 ], [ -75.159307457272703, 40.049007005369297 ], [ -75.159296437225905, 40.049017621958797 ], [ -75.159181879187898, 40.049127828560799 ], [ -75.159144012675, 40.0491043579703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 364, "ADDRESS": "3830 MELON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242109710", "LNIADDRESSKEY": "425800", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.3828125, "Shape__Length": 59.709474273315124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198885282886593, 39.964810617667098 ], [ -75.198939110435006, 39.964804238151601 ], [ -75.198948496312397, 39.964857771737101 ], [ -75.198968961505003, 39.964962697248602 ], [ -75.198970502313699, 39.964966294984201 ], [ -75.198916474873599, 39.9649724594627 ], [ -75.198885282886593, 39.964810617667098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 365, "ADDRESS": "73 E WISTER ST", "OWNER1": "LOWER GERMANTOWN LIMITED", "OWNER2": "PARTNERSHIP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121053900", "LNIADDRESSKEY": "619725", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.77734375, "Shape__Length": 62.085663679691379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163512525401003, 40.031415063710099 ], [ -75.163553860567404, 40.031374823892101 ], [ -75.163723150164799, 40.031472163762203 ], [ -75.163685110154205, 40.031512364091697 ], [ -75.163512525401003, 40.031415063710099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 366, "ADDRESS": "2360 N OPAL ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162126501", "LNIADDRESSKEY": "460305", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.9921875, "Shape__Length": 50.725609307951828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164635928036205, 39.990265184560002 ], [ -75.164811049745794, 39.990288714813502 ], [ -75.164803012740904, 39.990326980113203 ], [ -75.164627827285898, 39.990302352553897 ], [ -75.164635928036205, 39.990265184560002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 367, "ADDRESS": "2130 N 3RD ST", "OWNER1": "JENKINS TERRANCE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191179201", "LNIADDRESSKEY": "632526", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.7109375, "Shape__Length": 53.677573786099799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139273561520696, 39.983320051098701 ], [ -75.139281954810002, 39.983283231381002 ], [ -75.139470770430506, 39.983305870123701 ], [ -75.1394628495013, 39.983344039742903 ], [ -75.139273561520696, 39.983320051098701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 368, "ADDRESS": "417 N 62ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341217350", "LNIADDRESSKEY": "701665", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19151", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.4296875, "Shape__Length": 68.589640789593318 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243002683712604, 39.9688921531259 ], [ -75.243249947887904, 39.968923039784798 ], [ -75.243241479104896, 39.968965748783702 ], [ -75.242992323274393, 39.968935030260802 ], [ -75.243002683712604, 39.9688921531259 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 369, "ADDRESS": "530 EDGLEY ST", "OWNER1": "HARRY ABEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191386400", "LNIADDRESSKEY": "730590", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.03125, "Shape__Length": 40.59263464176049 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143007105577297, 39.983303624131899 ], [ -75.143055592018698, 39.983310835575899 ], [ -75.143032483589593, 39.983411124880597 ], [ -75.142984478649495, 39.983404488631201 ], [ -75.143007105577297, 39.983303624131899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 370, "ADDRESS": "2000 W TIOGA ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112088100", "LNIADDRESSKEY": "573075", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1060.125, "Shape__Length": 204.00329094963195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161579555373905, 40.0071153636516 ], [ -75.161665618730098, 40.006722432769301 ], [ -75.161767461010001, 40.0067359486697 ], [ -75.161766579221705, 40.006738717433599 ], [ -75.161763476765103, 40.006748640880097 ], [ -75.161719726622195, 40.006963693316401 ], [ -75.161703197896202, 40.007042581896798 ], [ -75.1616871325988, 40.007118111125202 ], [ -75.1616361723799, 40.007349088621197 ], [ -75.161531068884003, 40.007335306504999 ], [ -75.161579555373905, 40.0071153636516 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 371, "ADDRESS": "1218 W LYCOMING ST", "OWNER1": "LEO HOMES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433029000", "LNIADDRESSKEY": "403973", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.953125, "Shape__Length": 81.872624604543176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146754726062596, 40.014841947016698 ], [ -75.146808219191101, 40.014604374938003 ], [ -75.146860024561605, 40.014610885746997 ], [ -75.146806999552098, 40.014848822109101 ], [ -75.146754726062596, 40.014841947016698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 372, "ADDRESS": "2618 N 29TH ST", "OWNER1": "SHAW ROSE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282012000", "LNIADDRESSKEY": "682301", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.76171875, "Shape__Length": 67.433109518864427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178949004364199, 39.995953326222697 ], [ -75.178951227820704, 39.995942753106299 ], [ -75.178956896381706, 39.995915911690901 ], [ -75.178957637746095, 39.9959123816922 ], [ -75.179202879662796, 39.995945503856802 ], [ -75.179193788383799, 39.995986324394799 ], [ -75.178949004364199, 39.995953326222697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 373, "ADDRESS": "530 DIAMOND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183220301", "LNIADDRESSKEY": "116334", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.390625, "Shape__Length": 61.887448455577356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143380302991901, 39.982759605595596 ], [ -75.143432664765996, 39.982766276444103 ], [ -75.143396534720395, 39.982936165702398 ], [ -75.143343732468395, 39.982929485962003 ], [ -75.143380302991901, 39.982759605595596 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 374, "ADDRESS": "2514 W OXFORD ST", "OWNER1": "WELCH YOLANDA", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "291219810", "LNIADDRESSKEY": "466854", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.59375, "Shape__Length": 81.611194349698224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176469468277105, 39.979576190477097 ], [ -75.176520558602505, 39.979342132612302 ], [ -75.176576812456204, 39.979348938679301 ], [ -75.176525083569004, 39.979583240160103 ], [ -75.176469468277105, 39.979576190477097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 375, "ADDRESS": "2559 N STANLEY ST", "OWNER1": "GLASCO MARTHA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282110400", "LNIADDRESSKEY": "551280", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.703125, "Shape__Length": 51.738862563225211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1813909125284, 39.995520839500401 ], [ -75.181398518471596, 39.995483788970397 ], [ -75.181579876221804, 39.9955085928042 ], [ -75.181575109107598, 39.995529361415301 ], [ -75.181571499063807, 39.995545013401099 ], [ -75.1813909125284, 39.995520839500401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 376, "ADDRESS": "3122 N ROSEWOOD ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111144400", "LNIADDRESSKEY": "517597", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.19921875, "Shape__Length": 59.364147596927921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153722026876295, 40.000681766322003 ], [ -75.153730375909205, 40.000643235016099 ], [ -75.1537309601419, 40.000640556437403 ], [ -75.153940354956703, 40.000666844342099 ], [ -75.153931426117296, 40.000707941712903 ], [ -75.153722026876295, 40.000681766322003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 377, "ADDRESS": "262 DIAMOND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183214801", "LNIADDRESSKEY": "116239", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.4375, "Shape__Length": 61.263448565304373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138989490088505, 39.982344088829301 ], [ -75.139021813433999, 39.982199921663003 ], [ -75.139024203949106, 39.982184049337903 ], [ -75.139085513572795, 39.982191247874503 ], [ -75.139076526064102, 39.9822391456551 ], [ -75.139050727434693, 39.982353171127897 ], [ -75.138989490088505, 39.982344088829301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 378, "ADDRESS": "5709-11 MARKET ST", "OWNER1": "GGC ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042003000", "LNIADDRESSKEY": "411023", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 564.69921875, "Shape__Length": 104.92122484934005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235219746249001, 39.961678311710401 ], [ -75.235191185950001, 39.961674590784298 ], [ -75.2351848170605, 39.9616293011876 ], [ -75.235187579703506, 39.961616072062299 ], [ -75.235199374932094, 39.961559605067698 ], [ -75.235211170099404, 39.961503139197099 ], [ -75.235230135717799, 39.961412342648003 ], [ -75.235362755295299, 39.961429306067302 ], [ -75.235306771374695, 39.961689971299698 ], [ -75.235219746249001, 39.961678311710401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 379, "ADDRESS": "1614 N 17TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471263610", "LNIADDRESSKEY": "662843", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 299.5, "Shape__Length": 101.19854911340488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162946979871805, 39.978621552686597 ], [ -75.162957762071102, 39.978575047658701 ], [ -75.163344236624297, 39.978627605088498 ], [ -75.163343036374997, 39.978634364937903 ], [ -75.163334591764894, 39.9786740062614 ], [ -75.162946979871805, 39.978621552686597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 380, "ADDRESS": "633 N 41ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885053120", "LNIADDRESSKEY": "686539", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.2890625, "Shape__Length": 80.058713886840934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2052993323354, 39.9634625183932 ], [ -75.205340819201297, 39.963458377134401 ], [ -75.205427332395999, 39.9634493024748 ], [ -75.205586819573497, 39.9634342528731 ], [ -75.205600717702694, 39.963432900984898 ], [ -75.205607336662098, 39.963474862231202 ], [ -75.205592134103199, 39.963476378908503 ], [ -75.205305450667893, 39.963504984382404 ], [ -75.2052993323354, 39.9634625183932 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 381, "ADDRESS": "3847 HAVERFORD AVE", "OWNER1": "WEST GIRARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242052010", "LNIADDRESSKEY": "336042", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.7421875, "Shape__Length": 92.917558363863733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198897339479799, 39.963345979832297 ], [ -75.198953441728193, 39.963340343561498 ], [ -75.199005233112004, 39.963613531270198 ], [ -75.1989488131576, 39.9636197878324 ], [ -75.198897339479799, 39.963345979832297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 382, "ADDRESS": "3828 MOUNT VERNON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242065210", "LNIADDRESSKEY": "443264", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.07421875, "Shape__Length": 69.285594753017747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198255395121294, 39.963705100504697 ], [ -75.198306393332103, 39.963699286830099 ], [ -75.198339372719403, 39.963889829580602 ], [ -75.1983406299438, 39.963897079103504 ], [ -75.198290999156001, 39.963902762153197 ], [ -75.198289683321207, 39.963895397574099 ], [ -75.198255395121294, 39.963705100504697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 383, "ADDRESS": "1547 N MARSTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292077500", "LNIADDRESSKEY": "415542", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.4453125, "Shape__Length": 53.129785439518272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179720308791005, 39.979559354800003 ], [ -75.1797271912707, 39.979528090688902 ], [ -75.179921191586004, 39.979552698107199 ], [ -75.179915155059007, 39.9795843190523 ], [ -75.179720308791005, 39.979559354800003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 384, "ADDRESS": "1425 W CLEARFIELD ST", "OWNER1": "GATHER THE PEOPLE CDC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111115100", "LNIADDRESSKEY": "89254", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.1796875, "Shape__Length": 64.379109814532839 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1540505135697, 40.000184642917098 ], [ -75.15410853457, 40.0001922091636 ], [ -75.154074036850901, 40.000365942746399 ], [ -75.154013977987006, 40.0003578956604 ], [ -75.1540505135697, 40.000184642917098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 385, "ADDRESS": "437 W BERKS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183188001", "LNIADDRESSKEY": "37079", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.46484375, "Shape__Length": 52.916408858262187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142370231404996, 39.980034682358202 ], [ -75.142401603683396, 39.979892152940998 ], [ -75.142452769591401, 39.9798987959907 ], [ -75.142422547447595, 39.980035966818498 ], [ -75.142388122733195, 39.980031493809498 ], [ -75.142370231404996, 39.980034682358202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 386, "ADDRESS": "1307 W ERIE AVE", "OWNER1": "K &K 1325 ERIE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432206100", "LNIADDRESSKEY": "138912", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 290.70703125, "Shape__Length": 108.72887952614442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149282553048394, 40.009178587327398 ], [ -75.149336592209394, 40.009185754771202 ], [ -75.149259682600402, 40.009512970224499 ], [ -75.1492071859509, 40.009506440249297 ], [ -75.149282553048394, 40.009178587327398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 387, "ADDRESS": "2303 N REESE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191323301", "LNIADDRESSKEY": "498794", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.91796875, "Shape__Length": 59.690841182302428 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141840275437701, 39.986387974513498 ], [ -75.141849454854807, 39.9863464804261 ], [ -75.142060391546096, 39.986373922019702 ], [ -75.142051060013699, 39.986414462086202 ], [ -75.141840275437701, 39.986387974513498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 388, "ADDRESS": "4618 N MARVINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491432010", "LNIADDRESSKEY": "417041", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.68359375, "Shape__Length": 71.671588974716059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143929659298394, 40.022937314671701 ], [ -75.1436670915012, 40.022903855313203 ], [ -75.143677106194204, 40.022861462094198 ], [ -75.143938974336095, 40.022895130810497 ], [ -75.143929659298394, 40.022937314671701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 389, "ADDRESS": "5316 VINE ST", "OWNER1": "DANG Y NHU", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441039700", "LNIADDRESSKEY": "589221", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.87109375, "Shape__Length": 84.220781636241256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226652282848804, 39.964842709308201 ], [ -75.226647821875503, 39.9648421111471 ], [ -75.226679280569996, 39.964696776055803 ], [ -75.226700924774093, 39.9646007923768 ], [ -75.226702592687104, 39.964601007004497 ], [ -75.226758441099605, 39.964608343973303 ], [ -75.226706206264495, 39.964850019730399 ], [ -75.226652282848804, 39.964842709308201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 390, "ADDRESS": "71 E WISTER ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121053800", "LNIADDRESSKEY": "619724", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.85546875, "Shape__Length": 58.313072144664652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163553860567404, 40.031374823892101 ], [ -75.163584621773396, 40.031344582579102 ], [ -75.163753861393801, 40.031440503308502 ], [ -75.163723150164799, 40.031472163762203 ], [ -75.163553860567404, 40.031374823892101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 391, "ADDRESS": "2135 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202128401", "LNIADDRESSKEY": "108608", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.67, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.63671875, "Shape__Length": 44.311579863176924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147264985030603, 39.984243950703103 ], [ -75.147270675471603, 39.984217949026799 ], [ -75.147273006607904, 39.984206863024902 ], [ -75.147421402201104, 39.984226267554398 ], [ -75.147413195366198, 39.984262689916299 ], [ -75.147264985030603, 39.984243950703103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 392, "ADDRESS": "1629 W LEHIGH AVE", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111004000", "LNIADDRESSKEY": "387677", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.7890625, "Shape__Length": 72.046066977145486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158602247984405, 39.994793127347499 ], [ -75.158646221352399, 39.994592041126602 ], [ -75.158701702201, 39.994599097296302 ], [ -75.158659505260005, 39.994800835203499 ], [ -75.158602247984405, 39.994793127347499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 393, "ADDRESS": "5225 HAVERFORD AVE", "OWNER1": "LESTER WORTHINGTON", "OWNER2": "PEARL H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441223400", "LNIADDRESSKEY": "336310", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 269.09765625, "Shape__Length": 81.883805471142566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225772783992596, 39.965781055725699 ], [ -75.225897372788197, 39.965573404571799 ], [ -75.225964280355797, 39.965597750514803 ], [ -75.225928159416895, 39.965657677539198 ], [ -75.225921528483298, 39.965668090237301 ], [ -75.225889190865303, 39.965721444356497 ], [ -75.225875774557096, 39.965746504419599 ], [ -75.225846439129, 39.965791815592098 ], [ -75.225841695139493, 39.965799384351598 ], [ -75.2258089924795, 39.965790944491602 ], [ -75.225796622220699, 39.965787851103002 ], [ -75.2257824618044, 39.965784444652002 ], [ -75.225772783992596, 39.965781055725699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 394, "ADDRESS": "3822 BROWN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243065110", "LNIADDRESSKEY": "53854", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.13671875, "Shape__Length": 76.852121327847769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1989031808627, 39.967572394375701 ], [ -75.198918352977401, 39.967570587309602 ], [ -75.198961482233898, 39.967565743731498 ], [ -75.1989623864728, 39.967570664180101 ], [ -75.199001428890298, 39.967782893492398 ], [ -75.198942342631, 39.967789236136198 ], [ -75.198904047147593, 39.967577234016801 ], [ -75.1989031808627, 39.967572394375701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 395, "ADDRESS": "2326 N 22ND ST", "OWNER1": "HALFON SHOSHANA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162214601", "LNIADDRESSKEY": "674113", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.3359375, "Shape__Length": 64.126335938052691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168859363770906, 39.990246805338501 ], [ -75.168869549520196, 39.9902015264298 ], [ -75.169108805656407, 39.990231570665003 ], [ -75.169106174500698, 39.990240699590998 ], [ -75.169048326379595, 39.990270765364798 ], [ -75.168859363770906, 39.990246805338501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 396, "ADDRESS": "818 N 15TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151013610", "LNIADDRESSKEY": "657860", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.921875, "Shape__Length": 82.475882489600949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161876984600198, 39.968656264146396 ], [ -75.162177110629798, 39.968693886447298 ], [ -75.162182883972804, 39.968739797308203 ], [ -75.161867372907494, 39.968699039355997 ], [ -75.161876984600198, 39.968656264146396 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 397, "ADDRESS": "1452 N FRAZIER ST", "OWNER1": "LOTIM 01 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043083600", "LNIADDRESSKEY": "300991", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.05078125, "Shape__Length": 50.781083863443058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234567015119595, 39.974457819036999 ], [ -75.234569759797907, 39.974471418904798 ], [ -75.234574008207105, 39.974496433555103 ], [ -75.234398871948898, 39.974515709436098 ], [ -75.234391594175307, 39.974476879183001 ], [ -75.234567015119595, 39.974457819036999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 398, "ADDRESS": "3926 BROWN ST", "OWNER1": "PA MEDCO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243068500", "LNIADDRESSKEY": "53914", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.2578125, "Shape__Length": 82.695844430000321 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201274873329893, 39.967296356674503 ], [ -75.201333338551294, 39.967289772671997 ], [ -75.201377513783299, 39.967527293612299 ], [ -75.201319903030694, 39.967533413457701 ], [ -75.201274873329893, 39.967296356674503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 399, "ADDRESS": "1911 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321255501", "LNIADDRESSKEY": "667967", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 255.76953125, "Shape__Length": 85.98121210488867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164704309533604, 39.983066560251103 ], [ -75.164714398796207, 39.983018976268099 ], [ -75.164896146553701, 39.983043026621303 ], [ -75.165031666011004, 39.983061038205697 ], [ -75.165021491131299, 39.983110377263202 ], [ -75.164704309533604, 39.983066560251103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 400, "ADDRESS": "325 W SUSQUEHANNA AVE", "OWNER1": "HENRY L SCHMIDT POST", "OWNER2": "189 AMER LEGION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191400101", "LNIADDRESSKEY": "558913", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.9296875, "Shape__Length": 61.369378676857018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139697966876994, 39.984409339718603 ], [ -75.139734985885198, 39.984247096529202 ], [ -75.139794823094903, 39.9842550180134 ], [ -75.139758063230403, 39.9844170745192 ], [ -75.139697966876994, 39.984409339718603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 401, "ADDRESS": "1120 S 54TH ST", "OWNER1": "SIMONA LOVETTE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513127400", "LNIADDRESSKEY": "694170", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.328125, "Shape__Length": 79.286885430509983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227638048721104, 39.943563397076502 ], [ -75.227818867876394, 39.943436305125502 ], [ -75.227858305368898, 39.9434085926666 ], [ -75.227896662752798, 39.943440418025702 ], [ -75.227857347398, 39.943468230040601 ], [ -75.227676625267407, 39.943596097917897 ], [ -75.227638048721104, 39.943563397076502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 402, "ADDRESS": "4439 CRESSON ST", "OWNER1": "JASENTY SODA & KATIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "211223900", "LNIADDRESSKEY": "102928", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19127", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.21484375, "Shape__Length": 45.210342791582612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225760252179001, 40.027146600709699 ], [ -75.2258124331358, 40.0271648665532 ], [ -75.225739217080104, 40.027262858999102 ], [ -75.225736036490105, 40.027262112216299 ], [ -75.225688844549495, 40.027242763307299 ], [ -75.225760252179001, 40.027146600709699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 403, "ADDRESS": "2229 LATONA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361285105", "LNIADDRESSKEY": "382224", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.015625, "Shape__Length": 47.109995139226854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181272531520193, 39.936831345183002 ], [ -75.181297304958093, 39.9367088905651 ], [ -75.181346097227006, 39.936714383678201 ], [ -75.181321075872205, 39.9368378644103 ], [ -75.181299190930105, 39.936834618284003 ], [ -75.181272531520193, 39.936831345183002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 404, "ADDRESS": "1527 S LECOUNT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364280000", "LNIADDRESSKEY": "564717", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.734375, "Shape__Length": 51.721780077407132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188774833878796, 39.933786421188699 ], [ -75.188777986474093, 39.9337738864741 ], [ -75.188783400003501, 39.933748602288198 ], [ -75.188962637697202, 39.933772593923898 ], [ -75.188954976366006, 39.9338103204147 ], [ -75.188774833878796, 39.933786421188699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 405, "ADDRESS": "2616 N 6TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371038301", "LNIADDRESSKEY": "639548", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.88671875, "Shape__Length": 64.78331320233292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142494586491097, 39.991261314225902 ], [ -75.142503690034005, 39.991218561437897 ], [ -75.142734318198904, 39.991250445933296 ], [ -75.142724697522098, 39.991293590196697 ], [ -75.142494586491097, 39.991261314225902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 406, "ADDRESS": "2116 N 31ST ST", "OWNER1": "CRUD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323296301", "LNIADDRESSKEY": "683598", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.51953125, "Shape__Length": 57.609762484786529 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183801208997096, 39.988698395640597 ], [ -75.183808819262197, 39.9886561383762 ], [ -75.184010342323404, 39.988682599226699 ], [ -75.184001966728701, 39.988723452963299 ], [ -75.183801208997096, 39.988698395640597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 407, "ADDRESS": "1451 N FRAZIER ST", "OWNER1": "ENGLISH CELESTINE", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "043072200", "LNIADDRESSKEY": "300990", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.21484375, "Shape__Length": 50.434628750879774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234276158685603, 39.974449476603603 ], [ -75.2342835447037, 39.9744882281489 ], [ -75.234110212854006, 39.974507397862801 ], [ -75.234105522989495, 39.9744830030834 ], [ -75.234102435298993, 39.974468509328197 ], [ -75.234276158685603, 39.974449476603603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 408, "ADDRESS": "1508 S STILLMAN ST", "OWNER1": "OLIVEIRA FELIPE TELES", "OWNER2": "ORTOLAZA JOSHUA RIVERA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364199205", "LNIADDRESSKEY": "555828", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.1015625, "Shape__Length": 45.651247973323692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1870357046854, 39.9339053158889 ], [ -75.187043323341499, 39.9338687497251 ], [ -75.187197774348505, 39.933888127762302 ], [ -75.187190143001104, 39.9339250326558 ], [ -75.1870357046854, 39.9339053158889 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 409, "ADDRESS": "2459 N MARSTON ST", "OWNER1": "LAND HO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281081800", "LNIADDRESSKEY": "415790", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.9453125, "Shape__Length": 71.964199248444473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176733499733402, 39.993504448027501 ], [ -75.176745917343396, 39.993466570820601 ], [ -75.177013507941197, 39.993500311525302 ], [ -75.177003750316601, 39.9935382483837 ], [ -75.176733499733402, 39.993504448027501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 410, "ADDRESS": "2212 N 19TH ST", "OWNER1": "PHILADELPHIA DEVELOPMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162083300", "LNIADDRESSKEY": "668097", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.47265625, "Shape__Length": 61.052559435361928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164192244082599, 39.987724183430799 ], [ -75.164201695879299, 39.987680679103597 ], [ -75.1644164357986, 39.987708713500098 ], [ -75.1644070659693, 39.987750606870897 ], [ -75.164192244082599, 39.987724183430799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 411, "ADDRESS": "2852 N 11TH ST", "OWNER1": "WILLIAM MARTIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372234400", "LNIADDRESSKEY": "652090", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.859375, "Shape__Length": 88.688823600679797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148707066036195, 39.996128495118803 ], [ -75.148717010655702, 39.996083922899103 ], [ -75.149051359902202, 39.996127398165001 ], [ -75.149041361944896, 39.9961722597792 ], [ -75.148707066036195, 39.996128495118803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 412, "ADDRESS": "639 N 40TH ST", "OWNER1": "NK99 INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242242000", "LNIADDRESSKEY": "686202", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 269.64453125, "Shape__Length": 82.993549466926368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202095183243699, 39.964455434618301 ], [ -75.202392597721797, 39.964421803314401 ], [ -75.202402024310501, 39.964477093295699 ], [ -75.202105172955299, 39.964510221308899 ], [ -75.202095183243699, 39.964455434618301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 413, "ADDRESS": "2346 N 21ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162186700", "LNIADDRESSKEY": "672333", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.15234375, "Shape__Length": 66.823572716100472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167150011894606, 39.990469750649297 ], [ -75.167159405811205, 39.990427728109402 ], [ -75.167401128565601, 39.990459603027197 ], [ -75.167399311319301, 39.9904693471549 ], [ -75.167392651507399, 39.990500082953503 ], [ -75.167150011894606, 39.990469750649297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 414, "ADDRESS": "62 E ASHMEAD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121080000", "LNIADDRESSKEY": "22989", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.0546875, "Shape__Length": 70.224056812801066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165282493687201, 40.031829228294001 ], [ -75.165314920724001, 40.031798202972404 ], [ -75.1653427753606, 40.031815642750502 ], [ -75.165521202639098, 40.031924243215201 ], [ -75.165489991591102, 40.031954732824602 ], [ -75.165282493687201, 40.031829228294001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 415, "ADDRESS": "666 N CONESTOGA ST", "OWNER1": "IRA DEVELOPMENT LLC", "OWNER2": "YUCEL ISMAIL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041146200", "LNIADDRESSKEY": "95544", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.55859375, "Shape__Length": 46.117894136703498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229683997962297, 39.9706188877146 ], [ -75.229676837240902, 39.9705808525379 ], [ -75.2298322000035, 39.970563536288402 ], [ -75.229839362272699, 39.9706015714874 ], [ -75.229683997962297, 39.9706188877146 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 416, "ADDRESS": "2022 N 3RD ST", "OWNER1": "AUSTIN MICHAEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183306300", "LNIADDRESSKEY": "632468", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.4609375, "Shape__Length": 59.188972018090034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139653520543604, 39.981589931204503 ], [ -75.139661290154393, 39.9815502432904 ], [ -75.139871807920699, 39.981576712266197 ], [ -75.139863110966203, 39.981617104424203 ], [ -75.139816032900001, 39.981610923763903 ], [ -75.139653520543604, 39.981589931204503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 417, "ADDRESS": "158 W WYOMING AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "422064700", "LNIADDRESSKEY": "627398", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.484375, "Shape__Length": 69.339858240645896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126642802395594, 40.0217510935436 ], [ -75.126676357442804, 40.021557727392398 ], [ -75.126733029490893, 40.0215637614507 ], [ -75.126698898655803, 40.021756792344497 ], [ -75.126642802395594, 40.0217510935436 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 418, "ADDRESS": "2349 N 32ND ST", "OWNER1": "WILLIAMS JEFFREY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282183000", "LNIADDRESSKEY": "684287", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.30859375, "Shape__Length": 56.385166110675129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184133778497397, 39.992874569479298 ], [ -75.184141519763401, 39.992837183950698 ], [ -75.184342282217401, 39.992862481524 ], [ -75.184334712470502, 39.992900290993099 ], [ -75.184133778497397, 39.992874569479298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 419, "ADDRESS": "2520 N 19TH ST", "OWNER1": "BLOUNT DANNY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162093001", "LNIADDRESSKEY": "668292", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.1484375, "Shape__Length": 66.94537851043242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163155030087196, 39.992439672596397 ], [ -75.163164213496898, 39.992398289806303 ], [ -75.163394390567802, 39.992429687584199 ], [ -75.163404961735097, 39.992431135416602 ], [ -75.163396477826097, 39.992469534730198 ], [ -75.163395321659394, 39.992474554363298 ], [ -75.1633850258725, 39.992473065432598 ], [ -75.163155030087196, 39.992439672596397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 420, "ADDRESS": "2408 N MOLE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161063301", "LNIADDRESSKEY": "433468", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 78.6484375, "Shape__Length": 37.378511462515135 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158350923259405, 39.990028595252099 ], [ -75.1583606918105, 39.9899851468994 ], [ -75.158469224345694, 39.990000058527997 ], [ -75.158459729821899, 39.9900434646459 ], [ -75.158350923259405, 39.990028595252099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 421, "ADDRESS": "3225 W OXFORD ST", "OWNER1": "BURGESS ALYSSA AMBER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324012601", "LNIADDRESSKEY": "467072", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.625, "Shape__Length": 77.890868849065924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187841917620304, 39.981428665513903 ], [ -75.187887196460906, 39.981225987607601 ], [ -75.1878906997933, 39.981210349976799 ], [ -75.187950083397496, 39.981218123542703 ], [ -75.187901445307901, 39.981437087664901 ], [ -75.187841917620304, 39.981428665513903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 422, "ADDRESS": "2712 CECIL B MOORE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324039401", "LNIADDRESSKEY": "71856", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.953125, "Shape__Length": 75.19776074298376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179279846674902, 39.981372842831298 ], [ -75.179323098524705, 39.981164093436497 ], [ -75.179384299596194, 39.9811725248545 ], [ -75.179340828293604, 39.981381042973602 ], [ -75.179279846674902, 39.981372842831298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 423, "ADDRESS": "2354 N 19TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162088601", "LNIADDRESSKEY": "668202", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.40234375, "Shape__Length": 65.316683706911505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163654136478002, 39.990173170609502 ], [ -75.1636639691162, 39.9901279505779 ], [ -75.163894413670306, 39.990158740860601 ], [ -75.163884623352999, 39.990203430263001 ], [ -75.163760465022193, 39.990187124271998 ], [ -75.163654136478002, 39.990173170609502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 424, "ADDRESS": "2740 MASTER ST", "OWNER1": "VUONG DAVID HUY", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "292043100", "LNIADDRESSKEY": "419518", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.6796875, "Shape__Length": 61.57409667079628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181070116893196, 39.977285340167803 ], [ -75.181102794252993, 39.977120473781802 ], [ -75.1811626012191, 39.977128050949403 ], [ -75.181126306354003, 39.977292691082397 ], [ -75.181070116893196, 39.977285340167803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 425, "ADDRESS": "2710 N 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281116500", "LNIADDRESSKEY": "681062", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.0, "Shape__Length": 63.216898905487128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176959381820097, 39.997216395453897 ], [ -75.176961826978001, 39.997204425139103 ], [ -75.176968346224697, 39.997172316187097 ], [ -75.176972433227206, 39.997172859428801 ], [ -75.177190832740905, 39.997202030121699 ], [ -75.177181447545905, 39.997246165294897 ], [ -75.176959381820097, 39.997216395453897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 426, "ADDRESS": "3600 OLD YORK RD", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432162810", "LNIADDRESSKEY": "457827", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.3515625, "Shape__Length": 83.842432720107524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148011883383703, 40.007320651408797 ], [ -75.148021737590099, 40.0072790280107 ], [ -75.148337702075594, 40.007320669446997 ], [ -75.148329007214997, 40.007362658148701 ], [ -75.148318642308496, 40.007361277846201 ], [ -75.148011883383703, 40.007320651408797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 427, "ADDRESS": "1544 OGDEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152305300", "LNIADDRESSKEY": "456377", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.89453125, "Shape__Length": 43.732332638696448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162790392092703, 39.969917253143798 ], [ -75.162815241527198, 39.969804990418503 ], [ -75.162861848271106, 39.969810732186602 ], [ -75.1628378848757, 39.969923369673097 ], [ -75.162797750778395, 39.969918209706002 ], [ -75.162790392092703, 39.969917253143798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 428, "ADDRESS": "2329 ELLSWORTH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361236705", "LNIADDRESSKEY": "134230", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.05859375, "Shape__Length": 60.196782296591977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182706760368106, 39.939061533136098 ], [ -75.182739747333102, 39.938898994792403 ], [ -75.182740830130498, 39.938899147423697 ], [ -75.182750352158294, 39.938900424882199 ], [ -75.182794856978404, 39.938906401397603 ], [ -75.182783164467295, 39.9389681202302 ], [ -75.182762668025902, 39.939068346055301 ], [ -75.182706760368106, 39.939061533136098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 429, "ADDRESS": "2329 N 21ST ST", "OWNER1": "VERDHI MILTIADH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162179300", "LNIADDRESSKEY": "672316", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.13671875, "Shape__Length": 75.642947579885586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166759831324399, 39.990036212409301 ], [ -75.166769737114507, 39.989992863410201 ], [ -75.167049116354804, 39.990032486125898 ], [ -75.167040436653906, 39.990072784645903 ], [ -75.166759831324399, 39.990036212409301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 430, "ADDRESS": "5202 WARREN ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "442180100", "LNIADDRESSKEY": "599155", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.55078125, "Shape__Length": 60.980042907863243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227012827966703, 39.976194243632101 ], [ -75.227086136328595, 39.976106343510203 ], [ -75.227125079041599, 39.976102008786199 ], [ -75.2271539273531, 39.976259486342798 ], [ -75.227012827966703, 39.976194243632101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 431, "ADDRESS": "902 W SUSQUEHANNA AVE", "OWNER1": "V2 PROPERTIES ENTITY 6 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201097900", "LNIADDRESSKEY": "558982", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.23046875, "Shape__Length": 65.78342141364493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1479359958375, 39.985138136248501 ], [ -75.147976231233699, 39.984952734332801 ], [ -75.148026029055103, 39.984959618592796 ], [ -75.148023887028501, 39.984968484500797 ], [ -75.147984939656098, 39.985144920069501 ], [ -75.1479359958375, 39.985138136248501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 432, "ADDRESS": "4923 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442081300", "LNIADDRESSKEY": "314564", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 282.08203125, "Shape__Length": 101.81971773331803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219977496543507, 39.972795341114697 ], [ -75.220032306706003, 39.972783477180599 ], [ -75.220093080359504, 39.972952411963 ], [ -75.220116303826501, 39.9730866029875 ], [ -75.220060881983997, 39.973091813115602 ], [ -75.220037781300505, 39.9729638788465 ], [ -75.219977496543507, 39.972795341114697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 433, "ADDRESS": "1001 W ARIZONA ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371351500", "LNIADDRESSKEY": "730172", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.3984375, "Shape__Length": 54.669199935883299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149184911978196, 39.988066047774502 ], [ -75.149226898096401, 39.988070705749699 ], [ -75.149194100148605, 39.988224472830602 ], [ -75.149151666593596, 39.988218917201699 ], [ -75.149184911978196, 39.988066047774502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 434, "ADDRESS": "2309 N OPAL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162115601", "LNIADDRESSKEY": "460254", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.703125, "Shape__Length": 50.382854546927497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164629855139495, 39.989279159105401 ], [ -75.164683203114294, 39.989285986476098 ], [ -75.164738858186794, 39.989293865914199 ], [ -75.164728963357206, 39.989340164711599 ], [ -75.164566684197993, 39.989318471057601 ], [ -75.164577065495607, 39.989271473680198 ], [ -75.164629855139495, 39.989279159105401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 435, "ADDRESS": "2351 HOPE ST", "OWNER1": "AMERICAN GOLDEN PALACE HO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191013000", "LNIADDRESSKEY": "731453", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.2109375, "Shape__Length": 42.422968223581215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1322903074702, 39.986062568118399 ], [ -75.132298312387107, 39.9860293981246 ], [ -75.132310845981706, 39.986031022013101 ], [ -75.1324417604812, 39.986048322865201 ], [ -75.132435181535698, 39.986081991669899 ], [ -75.1322903074702, 39.986062568118399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 436, "ADDRESS": "1511 S LAMBERT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363256505", "LNIADDRESSKEY": "376850", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.27734375, "Shape__Length": 45.531308214304019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178910834891795, 39.932804190594403 ], [ -75.179064662321395, 39.932824468972903 ], [ -75.179056968122197, 39.932861258260402 ], [ -75.179043137113794, 39.932859320742899 ], [ -75.178902830219698, 39.932840328688997 ], [ -75.178910834891795, 39.932804190594403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 437, "ADDRESS": "4120 LEIDY AVE", "OWNER1": "NANM LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062190710", "LNIADDRESSKEY": "388058", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.67, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 301.5703125, "Shape__Length": 74.469018252111496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208010098891506, 39.974183474188102 ], [ -75.208009127156899, 39.9741831147863 ], [ -75.208078777905698, 39.974074334367202 ], [ -75.208085331118895, 39.974064921015398 ], [ -75.208090485128693, 39.974058199950299 ], [ -75.208099341872597, 39.974051110403401 ], [ -75.208106516559894, 39.974046917486902 ], [ -75.208113702584598, 39.974044142774503 ], [ -75.208123484610596, 39.974040844418603 ], [ -75.208134335111595, 39.974039232079797 ], [ -75.208146459530994, 39.974038275281401 ], [ -75.208161307026003, 39.974039618917899 ], [ -75.208179847899402, 39.9740419003152 ], [ -75.208214115289806, 39.974047736498797 ], [ -75.208104711249604, 39.974218341716401 ], [ -75.208010098891506, 39.974183474188102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 438, "ADDRESS": "1542 W LEHIGH AVE", "OWNER1": "SATTERTHWAITE TERRELL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161324300", "LNIADDRESSKEY": "387647", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.390625, "Shape__Length": 66.559426034429904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157665454816694, 39.994244435824399 ], [ -75.157702829020806, 39.994067526081302 ], [ -75.157767920802598, 39.994077507322899 ], [ -75.157731023919894, 39.994244142751697 ], [ -75.157728947188403, 39.994253510355101 ], [ -75.157665454816694, 39.994244435824399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 439, "ADDRESS": "2149 N 5TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191296011", "LNIADDRESSKEY": "636641", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.96484375, "Shape__Length": 63.856288538858351 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141640174024104, 39.983981633848899 ], [ -75.141652681225807, 39.9839375078381 ], [ -75.141864101818797, 39.983965267311603 ], [ -75.141853715828901, 39.984011424923203 ], [ -75.1417487398882, 39.983998092956902 ], [ -75.141750550409697, 39.983988043779803 ], [ -75.141696188461097, 39.983981585768198 ], [ -75.141694215920097, 39.983988762632599 ], [ -75.141640174024104, 39.983981633848899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 440, "ADDRESS": "1706 N 42ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062294810", "LNIADDRESSKEY": "687124", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.61328125, "Shape__Length": 67.215777198908597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2100146396062, 39.975348866616599 ], [ -75.210036836865996, 39.975313314460699 ], [ -75.210262637806196, 39.9753962825557 ], [ -75.210240563787593, 39.9754318690158 ], [ -75.2100146396062, 39.975348866616599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 441, "ADDRESS": "1937 N 20TH ST", "OWNER1": "EMSON SELLERS", "OWNER2": "ROSE L", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321285700", "LNIADDRESSKEY": "670074", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.53515625, "Shape__Length": 74.723516756039515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166190585813695, 39.983862627823299 ], [ -75.166200610406506, 39.983816719289798 ], [ -75.166470541516503, 39.983852826820403 ], [ -75.166460794198898, 39.983899725973899 ], [ -75.166190585813695, 39.983862627823299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 442, "ADDRESS": "1837 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322045401", "LNIADDRESSKEY": "672073", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.07421875, "Shape__Length": 55.050223057585576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168497695598006, 39.982522987220399 ], [ -75.168509462448299, 39.9825243319899 ], [ -75.168688338709003, 39.9825505845577 ], [ -75.168679318986406, 39.982590519619698 ], [ -75.168499814723702, 39.982564801406703 ], [ -75.168488853126902, 39.9825637642003 ], [ -75.168497695598006, 39.982522987220399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 443, "ADDRESS": "4920 PASCHALL AVE", "OWNER1": "V2 PROPERTIES ENTITY 5 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273175200", "LNIADDRESSKEY": "472070", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.640625, "Shape__Length": 71.260115093926231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211720476144606, 39.939193733573298 ], [ -75.211757733180804, 39.939167283628102 ], [ -75.2119395020582, 39.939319203443198 ], [ -75.211901516836704, 39.939346072067103 ], [ -75.211769447461094, 39.939234922091899 ], [ -75.211720476144606, 39.939193733573298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 444, "ADDRESS": "2242 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191241101", "LNIADDRESSKEY": "388651", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.05859375, "Shape__Length": 40.517464076737497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140322465353805, 39.985220610018096 ], [ -75.140330351808601, 39.985187178943399 ], [ -75.140465997547807, 39.985205189785702 ], [ -75.140459203780594, 39.985238001481598 ], [ -75.140322465353805, 39.985220610018096 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 445, "ADDRESS": "1223 W WILLIAM ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372368801", "LNIADDRESSKEY": "614200", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.02734375, "Shape__Length": 63.364370285161193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151046326643794, 39.996174772362401 ], [ -75.151094461556497, 39.996181020520098 ], [ -75.151056560634402, 39.996359157742802 ], [ -75.1510080920104, 39.996352902016298 ], [ -75.151046326643794, 39.996174772362401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 446, "ADDRESS": "2305 N LAWRENCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191255601", "LNIADDRESSKEY": "384509", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.8515625, "Shape__Length": 46.221730997018341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140446198174899, 39.986188380407803 ], [ -75.140438140710103, 39.986222983437003 ], [ -75.140285166276101, 39.986201080362903 ], [ -75.140279477383501, 39.986200258345399 ], [ -75.140286780121997, 39.986165637038098 ], [ -75.140292489448896, 39.986166460646103 ], [ -75.140446198174899, 39.986188380407803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 447, "ADDRESS": "2728 N LAWRENCE ST", "OWNER1": "TORRES CRYSTAL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192175300", "LNIADDRESSKEY": "384672", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.078125, "Shape__Length": 47.346480963687306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139179891831503, 39.992785758111403 ], [ -75.139188505033403, 39.992745992536697 ], [ -75.139193467629497, 39.992746638144197 ], [ -75.139346566307296, 39.9927662565688 ], [ -75.139344275740498, 39.992776779099998 ], [ -75.139337964357196, 39.992805731829399 ], [ -75.139184814720494, 39.992786370154001 ], [ -75.139179891831503, 39.992785758111403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 448, "ADDRESS": "6027 REINHARD ST", "OWNER1": "HENG LIU HUYKHENG", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401271800", "LNIADDRESSKEY": "500453", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.7421875, "Shape__Length": 59.760827098434412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230431770367403, 39.931774335625001 ], [ -75.230434005197495, 39.931772771939499 ], [ -75.230472965436604, 39.9317452904059 ], [ -75.230613814612298, 39.931867410965801 ], [ -75.230572605029707, 39.931896294863598 ], [ -75.2305060964825, 39.931838318682601 ], [ -75.230431770367403, 39.931774335625001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 449, "ADDRESS": "258 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191429211", "LNIADDRESSKEY": "628944", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.91796875, "Shape__Length": 66.866247304142775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137916059152303, 39.9868475674959 ], [ -75.137976691512193, 39.986855845860198 ], [ -75.137939590614906, 39.987035831262297 ], [ -75.137876592503702, 39.987026739927501 ], [ -75.137916059152303, 39.9868475674959 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 450, "ADDRESS": "507 DIAMOND ST", "OWNER1": "SHEED KEITH D", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191384700", "LNIADDRESSKEY": "116317", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.6953125, "Shape__Length": 58.304072014655773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142411339495396, 39.983098230243598 ], [ -75.1424473859106, 39.982941492008798 ], [ -75.142489555585797, 39.982947302126 ], [ -75.142451902658294, 39.983112595117099 ], [ -75.142409468187694, 39.983106586378398 ], [ -75.142411339495396, 39.983098230243598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 451, "ADDRESS": "2111 W DAUPHIN ST", "OWNER1": "HOWARD TARF", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162250700", "LNIADDRESSKEY": "110673", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.2421875, "Shape__Length": 65.892458203157489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167746567114406, 39.989659837588299 ], [ -75.167699120936206, 39.989653740230501 ], [ -75.167739935743995, 39.989471037389897 ], [ -75.167789985438702, 39.989476935390897 ], [ -75.167793625848006, 39.989478774269003 ], [ -75.167752510698904, 39.989660599763297 ], [ -75.167746567114406, 39.989659837588299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 452, "ADDRESS": "1903 W ERIE AVE", "OWNER1": "PA STAR PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131063600", "LNIADDRESSKEY": "139118", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 530.64453125, "Shape__Length": 107.30591127485491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159245635301502, 40.010740930661399 ], [ -75.159306747209797, 40.010465596298197 ], [ -75.159423002895807, 40.010481180603101 ], [ -75.159360877048201, 40.010756153131901 ], [ -75.159245635301502, 40.010740930661399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 453, "ADDRESS": "4516 N 11TH ST", "OWNER1": "LOGAN ASSISTANCE CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491404100", "LNIADDRESSKEY": "652300", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 271.41015625, "Shape__Length": 82.549042933742385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1435104645183, 40.0214138496437 ], [ -75.143217037624197, 40.021377206345697 ], [ -75.143229606608898, 40.021321248841403 ], [ -75.143522383673002, 40.021358442752998 ], [ -75.1435104645183, 40.0214138496437 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 454, "ADDRESS": "817 UNION ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243152810", "LNIADDRESSKEY": "582476", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.28125, "Shape__Length": 82.427665127804175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201962818551493, 39.968009036088603 ], [ -75.201649717956499, 39.968044913145597 ], [ -75.201641970933096, 39.968004006657701 ], [ -75.201955283680803, 39.967968634394801 ], [ -75.201962818551493, 39.968009036088603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 455, "ADDRESS": "2037 GERRITT ST", "OWNER1": "IANNELLI MATTHEW", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363015600", "LNIADDRESSKEY": "311219", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.37890625, "Shape__Length": 49.472527408558115 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178434496801103, 39.934050821505402 ], [ -75.178462621407405, 39.933920139715902 ], [ -75.178511437359703, 39.933926650507303 ], [ -75.1784823965492, 39.934057730733898 ], [ -75.178434496801103, 39.934050821505402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 456, "ADDRESS": "4267 MANTUA AVE", "OWNER1": "COMMONWEALTH OF PENNSYLVANIA", "OWNER2": "DEPARTMENT OF TRANSPORTATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062117300", "LNIADDRESSKEY": "409644", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.70703125, "Shape__Length": 91.032044996618325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210469219206402, 39.972388778302502 ], [ -75.210436682660699, 39.972458824069797 ], [ -75.210382493327799, 39.9724444870388 ], [ -75.210405701426097, 39.972394787819503 ], [ -75.210500949221696, 39.972190693530401 ], [ -75.210554688464995, 39.972204731101897 ], [ -75.210469219206402, 39.972388778302502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 457, "ADDRESS": "1137 N 41ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062249810", "LNIADDRESSKEY": "686712", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.55078125, "Shape__Length": 73.616540043761177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205956815344805, 39.973439137635197 ], [ -75.206228108441906, 39.973408576782099 ], [ -75.206235515562597, 39.973452473433397 ], [ -75.205965333433198, 39.973481898895798 ], [ -75.205956815344805, 39.973439137635197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 458, "ADDRESS": "4041 N 9TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433139700", "LNIADDRESSKEY": "648135", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.05859375, "Shape__Length": 53.002148857237884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141251840791497, 40.013792072941001 ], [ -75.141260887827798, 40.013750317925002 ], [ -75.141277581434693, 40.013751809974501 ], [ -75.141441266564598, 40.013773228301602 ], [ -75.141432179054604, 40.013814933979901 ], [ -75.141251840791497, 40.013792072941001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 459, "ADDRESS": "1206 W DAUPHIN ST", "OWNER1": "1206 DAUPHIN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371327400", "LNIADDRESSKEY": "110564", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.34765625, "Shape__Length": 64.67915944757047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152455620625602, 39.987359477538597 ], [ -75.152492374613402, 39.9871891641668 ], [ -75.152494082491003, 39.987181223169401 ], [ -75.152548425437004, 39.987187692449901 ], [ -75.152546550959499, 39.987196161278803 ], [ -75.152508887174605, 39.987366147728601 ], [ -75.152455620625602, 39.987359477538597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 460, "ADDRESS": "2361 N FAWN ST", "OWNER1": "THADDEUS BOWMAN", "OWNER2": "JUDITH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371242800", "LNIADDRESSKEY": "286296", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.52734375, "Shape__Length": 48.772267785477382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152308594016205, 39.988870404769003 ], [ -75.152149565208006, 39.988850362942699 ], [ -75.152157683618796, 39.988811262264797 ], [ -75.152323003933105, 39.988832800255899 ], [ -75.152315330748095, 39.988871249897301 ], [ -75.152308594016205, 39.988870404769003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 461, "ADDRESS": "509 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191402901", "LNIADDRESSKEY": "558956", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.78125, "Shape__Length": 66.571791480011456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142171417297604, 39.9847460091787 ], [ -75.142194104917394, 39.984635409514901 ], [ -75.142196278731902, 39.984623562037399 ], [ -75.142209923473999, 39.984566162732698 ], [ -75.142269799184405, 39.984573133210297 ], [ -75.142231219240102, 39.984753799053202 ], [ -75.142171417297604, 39.9847460091787 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 462, "ADDRESS": "3216 DIAMOND ST", "OWNER1": "BSM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323122400", "LNIADDRESSKEY": "116890", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 346.69140625, "Shape__Length": 95.894426582520282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186041219658705, 39.988434138210302 ], [ -75.186094839332, 39.988168489808501 ], [ -75.186173471856605, 39.988178338489199 ], [ -75.186119864698298, 39.988444245114302 ], [ -75.186041219658705, 39.988434138210302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 463, "ADDRESS": "1829 W ONTARIO ST", "OWNER1": "CHARLES MANDY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112062800", "LNIADDRESSKEY": "460068", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 412.76953125, "Shape__Length": 116.35602779867709 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159581896493094, 40.006052178293999 ], [ -75.159571715388694, 40.006050932676096 ], [ -75.159645619080493, 40.005712148946799 ], [ -75.159719081518901, 40.005721721890303 ], [ -75.159706253944407, 40.005777174963498 ], [ -75.159694848932105, 40.005831079975202 ], [ -75.159682681262396, 40.005887354345099 ], [ -75.159671124564099, 40.005941932820903 ], [ -75.159659945685902, 40.0059937480695 ], [ -75.159647171985, 40.006051087729801 ], [ -75.159645280054306, 40.006060023669001 ], [ -75.159581896493094, 40.006052178293999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 464, "ADDRESS": "2023 MASTER ST", "OWNER1": "WATTS CARLA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291108400", "LNIADDRESSKEY": "419289", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 303.796875, "Shape__Length": 76.071103182942267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169220726515107, 39.976010627959802 ], [ -75.169243564804006, 39.975906958422499 ], [ -75.169354498271503, 39.9759215594407 ], [ -75.169315108510503, 39.976114014391499 ], [ -75.169277365263795, 39.976109781156303 ], [ -75.169220726515107, 39.976010627959802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 465, "ADDRESS": "6839 LINDBERGH BLVD", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "406556300", "LNIADDRESSKEY": "392980", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 338.7421875, "Shape__Length": 107.25654132702684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228646203554902, 39.912759791477697 ], [ -75.228670203610307, 39.912742523445601 ], [ -75.228693280679806, 39.912725928879297 ], [ -75.228699250237199, 39.912730912032004 ], [ -75.228703309580496, 39.912734321479803 ], [ -75.228974426329998, 39.912961379237998 ], [ -75.228924718227205, 39.9129961842063 ], [ -75.228805825783198, 39.912894966824503 ], [ -75.228798503177998, 39.912888647476699 ], [ -75.228714156910598, 39.912817188291598 ], [ -75.228655884483999, 39.912767983841498 ], [ -75.228651866058698, 39.912764575291902 ], [ -75.228646203554902, 39.912759791477697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 466, "ADDRESS": "69 E WISTER ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121053700", "LNIADDRESSKEY": "619722", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.09375, "Shape__Length": 68.865174843352364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163584621773396, 40.031344582579102 ], [ -75.163645006969702, 40.031283720672199 ], [ -75.163774835112605, 40.031357329970099 ], [ -75.163812541238102, 40.031378715414 ], [ -75.163753861393801, 40.031440503308502 ], [ -75.163584621773396, 40.031344582579102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 467, "ADDRESS": "2315 W SOMERSET ST", "OWNER1": "THREE DEES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111040700", "LNIADDRESSKEY": "542019", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.44921875, "Shape__Length": 77.134384756418953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169379549635707, 39.997825425946601 ], [ -75.169428064186803, 39.997608286587798 ], [ -75.169486227557798, 39.997615977796997 ], [ -75.169437934050094, 39.997832815800898 ], [ -75.169379549635707, 39.997825425946601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 468, "ADDRESS": "1680 N 54TH ST", "OWNER1": "AZAB LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041289800", "LNIADDRESSKEY": "693818", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.76171875, "Shape__Length": 89.925775803385477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230527817949394, 39.978198942821301 ], [ -75.230185388352396, 39.978237716588701 ], [ -75.230177009853094, 39.978193924400102 ], [ -75.230519440738604, 39.9781551495645 ], [ -75.230527817949394, 39.978198942821301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 469, "ADDRESS": "2415 W MONTGOMERY AVE", "OWNER1": "ROBINSON ADOPHNEY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322214500", "LNIADDRESSKEY": "435920", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.93359375, "Shape__Length": 71.231192205794073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174160036763496, 39.9826381877049 ], [ -75.174206775264096, 39.9824373850971 ], [ -75.174258003591504, 39.982444160546201 ], [ -75.174254714361297, 39.982459626939701 ], [ -75.174215305184504, 39.982645102275697 ], [ -75.174160036763496, 39.9826381877049 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 470, "ADDRESS": "2308 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191288601", "LNIADDRESSKEY": "462426", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 65.5625, "Shape__Length": 36.528671175142797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141028748849195, 39.986362469264002 ], [ -75.141035993035302, 39.986329362556702 ], [ -75.141154398948501, 39.986345626849499 ], [ -75.141146407689405, 39.986379087126799 ], [ -75.141028748849195, 39.986362469264002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 471, "ADDRESS": "2425 N 29TH ST", "OWNER1": "MILES RALPH J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281165100", "LNIADDRESSKEY": "682180", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.7734375, "Shape__Length": 68.174477088547889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179069342711202, 39.993032365256397 ], [ -75.179073081597707, 39.993013863398097 ], [ -75.179077441379107, 39.992991183493402 ], [ -75.179087181372296, 39.992992433306199 ], [ -75.179326366778895, 39.993023001704401 ], [ -75.179317096951095, 39.993064141484901 ], [ -75.179078435544497, 39.993033536377702 ], [ -75.179069342711202, 39.993032365256397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 472, "ADDRESS": "1541 ADAMS AVE", "OWNER1": "4150 KENSINGTON AVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232005410", "LNIADDRESSKEY": "2938", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1558.671875, "Shape__Length": 159.93332242364033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.091522964574395, 40.009029782101898 ], [ -75.091386673823806, 40.008896696603003 ], [ -75.091262466179302, 40.008776239461604 ], [ -75.091520398692097, 40.008634390537601 ], [ -75.0917510425991, 40.008890674295202 ], [ -75.091577894976396, 40.008995879816602 ], [ -75.091522964574395, 40.009029782101898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 473, "ADDRESS": "659 N 52ND ST", "OWNER1": "TAVERAS RICARDO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442276800", "LNIADDRESSKEY": "691586", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.4765625, "Shape__Length": 74.134192944209488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225552157067398, 39.970825786953803 ], [ -75.225561893190005, 39.970866541544801 ], [ -75.225286942338997, 39.970905288807401 ], [ -75.225277682323096, 39.970865237307102 ], [ -75.225552157067398, 39.970825786953803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 474, "ADDRESS": "2748 W STERNER ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281389701", "LNIADDRESSKEY": "553747", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.93359375, "Shape__Length": 47.553644607322951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176718087857097, 39.997259878854599 ], [ -75.176744235561301, 39.997138437649902 ], [ -75.176794182288702, 39.9971450545859 ], [ -75.176795683221897, 39.9971452492873 ], [ -75.176790124921993, 39.9971718993704 ], [ -75.176770204886395, 39.997267268638801 ], [ -75.176718087857097, 39.997259878854599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 475, "ADDRESS": "1869 N ETTING ST", "OWNER1": "PRIME MINISTER NORTH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323179000", "LNIADDRESSKEY": "139740", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.01953125, "Shape__Length": 46.250603936284762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178543126746007, 39.984392779913101 ], [ -75.178549645350898, 39.984362298338901 ], [ -75.178699480364898, 39.9843825977431 ], [ -75.178692939184103, 39.9844120144991 ], [ -75.178690111877899, 39.984424701591102 ], [ -75.178540629778496, 39.984404475407203 ], [ -75.178543126746007, 39.984392779913101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 476, "ADDRESS": "735 N 44TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061297600", "LNIADDRESSKEY": "687641", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.2734375, "Shape__Length": 77.611233687578505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210513893444102, 39.965373389794003 ], [ -75.210805340989097, 39.9653502927668 ], [ -75.210810395572096, 39.965392767500497 ], [ -75.210519256608606, 39.965415983999598 ], [ -75.210513893444102, 39.965373389794003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 477, "ADDRESS": "2259 N 16TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161068201", "LNIADDRESSKEY": "660508", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.24609375, "Shape__Length": 65.625921641728809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158859927972998, 39.988017270232497 ], [ -75.158870081290502, 39.9879752338679 ], [ -75.159104762102004, 39.988005162150003 ], [ -75.1590956440198, 39.988048045205502 ], [ -75.158859927972998, 39.988017270232497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 478, "ADDRESS": "4900 RENO ST", "OWNER1": "4900 RENO ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441292800", "LNIADDRESSKEY": "501089", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 747.078125, "Shape__Length": 109.40253201394205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218703972827697, 39.966663764203801 ], [ -75.218701203496806, 39.966639684703999 ], [ -75.218681306449398, 39.966467539942201 ], [ -75.218900478143496, 39.966445020599302 ], [ -75.218930679645396, 39.966602094767403 ], [ -75.218934699207097, 39.966621848883399 ], [ -75.218936146130005, 39.966640370444402 ], [ -75.218936561038802, 39.966645537821101 ], [ -75.218704543571405, 39.966668677108302 ], [ -75.218703972827697, 39.966663764203801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 479, "ADDRESS": "132 N 57TH ST", "OWNER1": "TRADING PLACES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042082300", "LNIADDRESSKEY": "696527", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.34375, "Shape__Length": 76.740072621358166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2344985812462, 39.963691154434997 ], [ -75.234507611797497, 39.963647556163998 ], [ -75.234776304975298, 39.963680688338599 ], [ -75.2347909866767, 39.963681913436197 ], [ -75.234781733465596, 39.9637258773787 ], [ -75.2344985812462, 39.963691154434997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 480, "ADDRESS": "1920 W NORRIS ST", "OWNER1": "2224-26 AMBER STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321151000", "LNIADDRESSKEY": "452400", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.89453125, "Shape__Length": 69.322358357280848 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165575215922104, 39.984271885503802 ], [ -75.165536887891605, 39.984266976848303 ], [ -75.165578990846697, 39.984076308310001 ], [ -75.165636745542599, 39.984083959878902 ], [ -75.165636312820197, 39.984085981923997 ], [ -75.165595777592799, 39.984274508704502 ], [ -75.165575215922104, 39.984271885503802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 481, "ADDRESS": "2122 N 7TH ST", "OWNER1": "JACKSON JASMEIAL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202034200", "LNIADDRESSKEY": "642420", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.7578125, "Shape__Length": 69.850428448793863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145739158907304, 39.9838556012105 ], [ -75.145745919129894, 39.983818630288098 ], [ -75.146008308726906, 39.983847893431403 ], [ -75.146000633945604, 39.9838851983924 ], [ -75.145739158907304, 39.9838556012105 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 482, "ADDRESS": "5626 FLORENCE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "ROW B/GAR 2STY MASONRY", "OPA_ID": "513271800", "LNIADDRESSKEY": "293436", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.19921875, "Shape__Length": 69.532917048816159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2300361142687, 39.9402772572098 ], [ -75.230039039193201, 39.940275162458299 ], [ -75.230059818153293, 39.940259192682298 ], [ -75.230087137716495, 39.940240804391799 ], [ -75.230104405283996, 39.940255175124598 ], [ -75.230161833248502, 39.940302957548802 ], [ -75.230240173876993, 39.940368496266402 ], [ -75.2302512100472, 39.940377539208598 ], [ -75.230198963282803, 39.940414192726102 ], [ -75.230052806653305, 39.9402912774393 ], [ -75.2300361142687, 39.9402772572098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 483, "ADDRESS": "3223 W GORDON ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282324501", "LNIADDRESSKEY": "319413", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.66796875, "Shape__Length": 49.782117689941657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185145706548894, 39.992630275126203 ], [ -75.185170011056897, 39.9925033761088 ], [ -75.185225810916407, 39.992509715896198 ], [ -75.185224427157706, 39.992516423398399 ], [ -75.185199613623197, 39.992637379032601 ], [ -75.185145706548894, 39.992630275126203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 484, "ADDRESS": "2419 N 28TH ST", "OWNER1": "HENRY LESSE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281096200", "LNIADDRESSKEY": "680910", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.765625, "Shape__Length": 64.196199422681218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177528073638001, 39.992703519330298 ], [ -75.177536706537197, 39.992663720291901 ], [ -75.177769084884105, 39.9926941551875 ], [ -75.177760347971699, 39.9927339203741 ], [ -75.177528073638001, 39.992703519330298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 485, "ADDRESS": "2349 N GARNET ST", "OWNER1": "TURF WIZARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162096700", "LNIADDRESSKEY": "306731", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.68359375, "Shape__Length": 52.271140512477679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163938230010601, 39.990017422830498 ], [ -75.163946732809194, 39.989979088110402 ], [ -75.164127772349701, 39.990003493846999 ], [ -75.164122030843103, 39.990030994133001 ], [ -75.164119752432995, 39.990041839457199 ], [ -75.163938230010601, 39.990017422830498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 486, "ADDRESS": "1901 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162247601", "LNIADDRESSKEY": "110642", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.58203125, "Shape__Length": 66.406541372290349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163871285780601, 39.989177876593303 ], [ -75.163911271982798, 39.988993511862297 ], [ -75.163913168780098, 39.988993764085997 ], [ -75.163964863055796, 39.989000523001501 ], [ -75.163926978001797, 39.9891759711115 ], [ -75.163924836674894, 39.989184869948701 ], [ -75.163871285780601, 39.989177876593303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 487, "ADDRESS": "1248 N 19TH ST", "OWNER1": "RIDGE POINTE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472090400", "LNIADDRESSKEY": "667766", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.52734375, "Shape__Length": 38.330834906018517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167181313019, 39.974053174807302 ], [ -75.167192042175202, 39.974003541741098 ], [ -75.167278343846405, 39.9740145596462 ], [ -75.167299002703004, 39.974067445663401 ], [ -75.167181313019, 39.974053174807302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 488, "ADDRESS": "2850 N 11TH ST", "OWNER1": "IDA M LEWIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372234300", "LNIADDRESSKEY": "652088", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 249.25390625, "Shape__Length": 88.877349388317526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148717010655702, 39.996083922899103 ], [ -75.148725308982307, 39.996038556514598 ], [ -75.1490612271581, 39.996083195838303 ], [ -75.149051359902202, 39.996127398165001 ], [ -75.148717010655702, 39.996083922899103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 489, "ADDRESS": "1654 S BAILEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROPERTY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364278305", "LNIADDRESSKEY": "26819", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.0859375, "Shape__Length": 49.657276297626595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188991464937999, 39.932003404209397 ], [ -75.188991624611802, 39.932002505639602 ], [ -75.188999565151093, 39.931960158702502 ], [ -75.189163270197199, 39.931980578773398 ], [ -75.189154111994199, 39.932024688158599 ], [ -75.188991464937999, 39.932003404209397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 490, "ADDRESS": "2122 BELLMORE ST", "OWNER1": "HORSESHOE PRIVATE INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252181300", "LNIADDRESSKEY": "34357", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.49609375, "Shape__Length": 49.869268880919932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114672183905697, 39.988856476871497 ], [ -75.114823172161294, 39.988794528776303 ], [ -75.114849038616299, 39.988828958594802 ], [ -75.114696453488705, 39.988891531191101 ], [ -75.114682968146894, 39.988871829133402 ], [ -75.114672183905697, 39.988856476871497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 491, "ADDRESS": "2405 N 19TH ST", "OWNER1": "ROBERT L PARKS& BERTHA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162076400", "LNIADDRESSKEY": "668213", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.9375, "Shape__Length": 65.968368268615222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163151259128497, 39.990557015613199 ], [ -75.163147359254197, 39.990556492979401 ], [ -75.163139770219004, 39.990555451333996 ], [ -75.163140938031702, 39.990550125620501 ], [ -75.163149170709204, 39.990512783861803 ], [ -75.163156750523399, 39.990514067446803 ], [ -75.163160922510997, 39.990514596213103 ], [ -75.163385383309205, 39.9905445926398 ], [ -75.163375405170299, 39.990587552329401 ], [ -75.163151259128497, 39.990557015613199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 492, "ADDRESS": "2610 N 29TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282011601", "LNIADDRESSKEY": "682293", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.140625, "Shape__Length": 67.276146526459968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178983936779105, 39.995787945348901 ], [ -75.178992705664498, 39.995747327089099 ], [ -75.179237074774093, 39.995780203265902 ], [ -75.179228268420303, 39.995821273459903 ], [ -75.178983936779105, 39.995787945348901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 493, "ADDRESS": "6158 REINHARD ST", "OWNER1": "JACQUELINE MOORE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401285600", "LNIADDRESSKEY": "500564", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.4296875, "Shape__Length": 60.081282712388223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232735756860194, 39.929764698012598 ], [ -75.232771578935996, 39.929739338532301 ], [ -75.232873762098706, 39.929825112827601 ], [ -75.232921854931107, 39.9298641454292 ], [ -75.232886844689205, 39.929889072277597 ], [ -75.232735756860194, 39.929764698012598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 494, "ADDRESS": "1814 N 24TH ST", "OWNER1": "INFINITI PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "322147500", "LNIADDRESSKEY": "676553", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.25390625, "Shape__Length": 71.842991890778677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173703318700305, 39.982943449384699 ], [ -75.173712863576995, 39.982898431681399 ], [ -75.1739720641243, 39.982936778744097 ], [ -75.173962560944403, 39.9829807015443 ], [ -75.173703318700305, 39.982943449384699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 495, "ADDRESS": "3055 EUCLID AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323020000", "LNIADDRESSKEY": "140097", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.984375, "Shape__Length": 57.822090394682739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184430422659204, 39.984938592818899 ], [ -75.184378172080798, 39.984931636941099 ], [ -75.184410650531007, 39.984777500832102 ], [ -75.184465807038606, 39.9847846173883 ], [ -75.184433008342495, 39.984938940068403 ], [ -75.184430422659204, 39.984938592818899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 496, "ADDRESS": "926 W DAKOTA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371339600", "LNIADDRESSKEY": "730469", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.10546875, "Shape__Length": 57.715848988772308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148039484463894, 39.987359067172399 ], [ -75.148073144577396, 39.9871965360907 ], [ -75.148101610449501, 39.987200146895702 ], [ -75.148116543103995, 39.987202032918702 ], [ -75.148083588930604, 39.9873647906279 ], [ -75.148039484463894, 39.987359067172399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 497, "ADDRESS": "2306 N 22ND ST", "OWNER1": "LARNEY JENKINS", "OWNER2": "ETHEL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162213600", "LNIADDRESSKEY": "674093", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.34765625, "Shape__Length": 66.669379208178043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168952466741203, 39.989806441436698 ], [ -75.168961323010194, 39.989763084447198 ], [ -75.169200012976901, 39.989793114668799 ], [ -75.169190241889197, 39.989837353243601 ], [ -75.168952466741203, 39.989806441436698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 498, "ADDRESS": "5814 WARRINGTON AVE", "OWNER1": "SIMPSON LAWRENCE", "OWNER2": "SIMPSON ELAINE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034083200", "LNIADDRESSKEY": "599466", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.3984375, "Shape__Length": 75.806609773062732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2312406443572, 39.937420098689799 ], [ -75.231281994069803, 39.937390911225897 ], [ -75.231472898483204, 39.937551623528897 ], [ -75.231430179228397, 39.937581603147002 ], [ -75.2312406443572, 39.937420098689799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 499, "ADDRESS": "3121 EUCLID AVE", "OWNER1": "MARGARET M ADAMS REVOCABL", "OWNER2": "ADAMS MARGARET M TR", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323021100", "LNIADDRESSKEY": "140119", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.23046875, "Shape__Length": 68.280733186443285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185107610380399, 39.985044111124303 ], [ -75.185150128148507, 39.984851012053497 ], [ -75.185199151341294, 39.984856895336101 ], [ -75.185158097297503, 39.985051171414497 ], [ -75.185107610380399, 39.985044111124303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 500, "ADDRESS": "2537 N STANLEY ST", "OWNER1": "SMITH WILLIAM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282109300", "LNIADDRESSKEY": "551258", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.09375, "Shape__Length": 51.407140510036108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181487445282698, 39.995093714438198 ], [ -75.181495844947307, 39.995056698557903 ], [ -75.1816740260697, 39.995081834389403 ], [ -75.181666125670205, 39.995119474138299 ], [ -75.181487445282698, 39.995093714438198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 501, "ADDRESS": "1248 S NEWKIRK ST", "OWNER1": "PRIEUR HUA W", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362150500", "LNIADDRESSKEY": "450297", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.578125, "Shape__Length": 49.414681464709545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190910352457394, 39.937951519781201 ], [ -75.190917091726902, 39.9379132410075 ], [ -75.191086675795802, 39.937934240806797 ], [ -75.191078769496897, 39.937972896751702 ], [ -75.190910352457394, 39.937951519781201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 502, "ADDRESS": "3358 KENSINGTON AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331439100", "LNIADDRESSKEY": "368973", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.4765625, "Shape__Length": 66.870464903151472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.109487743128199, 39.998761734437601 ], [ -75.109629168721696, 39.998916226787301 ], [ -75.109584790097202, 39.9989411917635 ], [ -75.1094449290716, 39.9987863479043 ], [ -75.109487743128199, 39.998761734437601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 503, "ADDRESS": "948 N 42ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062291310", "LNIADDRESSKEY": "687081", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.046875, "Shape__Length": 83.874727440641763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208604392158804, 39.971425080893603 ], [ -75.2089202894431, 39.971389246536603 ], [ -75.208928182898305, 39.971433056894902 ], [ -75.208612157847796, 39.971468388391798 ], [ -75.208604392158804, 39.971425080893603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 504, "ADDRESS": "95 E WISTER ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121054600", "LNIADDRESSKEY": "619737", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.86328125, "Shape__Length": 87.547716303609803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163162945388095, 40.031770836299103 ], [ -75.163433208862003, 40.0319358171703 ], [ -75.1634047412401, 40.031963610916797 ], [ -75.163132774504803, 40.031800993944699 ], [ -75.163162945388095, 40.031770836299103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 505, "ADDRESS": "1051 W ORLEANS ST", "OWNER1": "JULIA CANTY S/W", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372404700", "LNIADDRESSKEY": "463173", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.0546875, "Shape__Length": 47.822392877210525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148282606941905, 39.997242202888401 ], [ -75.148233730358101, 39.997235614638498 ], [ -75.148259506814099, 39.997112623982503 ], [ -75.148309561439007, 39.997119077866103 ], [ -75.148310875613802, 39.997119252940998 ], [ -75.148288894273605, 39.997224145913798 ], [ -75.148284857597005, 39.997242511816303 ], [ -75.148282606941905, 39.997242202888401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 506, "ADDRESS": "2967 N 12TH ST", "OWNER1": "HARRIS THOMAS LEE", "OWNER2": "HARRIS DELIA-MOTHER", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372254900", "LNIADDRESSKEY": "654235", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.39453125, "Shape__Length": 72.100344402874384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149484142622796, 39.997888998557201 ], [ -75.149493811274397, 39.997846692848697 ], [ -75.149757578066996, 39.997882473694098 ], [ -75.149748300035995, 39.997924449260999 ], [ -75.149484142622796, 39.997888998557201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 507, "ADDRESS": "2423 N MARSTON ST", "OWNER1": "PHILA HOUSING DEV CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281080001", "LNIADDRESSKEY": "415754", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.67, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.69140625, "Shape__Length": 55.37148818141182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1769533005954, 39.99283094298 ], [ -75.1769654034795, 39.9927941387865 ], [ -75.1771596684587, 39.992818304335202 ], [ -75.177151398064396, 39.992856258771099 ], [ -75.1769533005954, 39.99283094298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 508, "ADDRESS": "1543 W LOUDON ST", "OWNER1": "ASHMORE JOHNSON JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132409600", "LNIADDRESSKEY": "402517", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 226.34375, "Shape__Length": 77.082823516001724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150552051045196, 40.026845991283402 ], [ -75.150598818408895, 40.026632832795599 ], [ -75.150662400610898, 40.026641976788802 ], [ -75.150616464745198, 40.026853703479603 ], [ -75.150552051045196, 40.026845991283402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 509, "ADDRESS": "2412 N PARK AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371295400", "LNIADDRESSKEY": "470012", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.53515625, "Shape__Length": 78.687355378634024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154247872728902, 39.989882229943703 ], [ -75.154243806828504, 39.9898816863561 ], [ -75.154253010963899, 39.989838822453997 ], [ -75.154257005172198, 39.989839058073699 ], [ -75.154270787471503, 39.989840336106603 ], [ -75.154464151654395, 39.989865149645603 ], [ -75.154544648405604, 39.989876093869903 ], [ -75.154535732675797, 39.989920189697898 ], [ -75.154247872728902, 39.989882229943703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 510, "ADDRESS": "3100 N BROAD ST", "OWNER1": "S & A VENTURES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "111140600", "LNIADDRESSKEY": "50535", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.73828125, "Shape__Length": 88.806497059143524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153385155732707, 40.000145108486599 ], [ -75.153392810345593, 40.000100613647 ], [ -75.153729219324802, 40.000142315944998 ], [ -75.1537285401226, 40.000145831448897 ], [ -75.153720755222196, 40.0001866156693 ], [ -75.153385155732707, 40.000145108486599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 511, "ADDRESS": "1710 N 42ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062295010", "LNIADDRESSKEY": "687128", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.26171875, "Shape__Length": 68.147193804670209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209968003780304, 39.975425530046003 ], [ -75.209991780503302, 39.9753864189856 ], [ -75.210216864506293, 39.975469499690199 ], [ -75.210193004226099, 39.975508577410601 ], [ -75.209968003780304, 39.975425530046003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 512, "ADDRESS": "2018 S 61ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401146501", "LNIADDRESSKEY": "701245", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.90625, "Shape__Length": 66.376737639885135 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231970064405402, 39.930684639675299 ], [ -75.231985407030805, 39.9306751759609 ], [ -75.231995366787899, 39.930668576353199 ], [ -75.232023258716694, 39.930648716996203 ], [ -75.232088235208295, 39.930603912372597 ], [ -75.232132300452307, 39.930573092698801 ], [ -75.232173150918896, 39.930607019002601 ], [ -75.232164607912594, 39.930613246534499 ], [ -75.2321398316341, 39.930630353084702 ], [ -75.232097657075002, 39.930661037453199 ], [ -75.232067945010499, 39.930680825329802 ], [ -75.232033013844699, 39.930706993666199 ], [ -75.232002952704804, 39.9307271601647 ], [ -75.231953227040506, 39.9306971339564 ], [ -75.231970064405402, 39.930684639675299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 513, "ADDRESS": "5442 LUDLOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "603007900", "LNIADDRESSKEY": "402854", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.7265625, "Shape__Length": 80.153368018695787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230034335123605, 39.959794954624002 ], [ -75.229993914830203, 39.959789666562102 ], [ -75.230042579772103, 39.9595557453762 ], [ -75.230093303938503, 39.959561647168002 ], [ -75.230042924008004, 39.959796078058503 ], [ -75.230034335123605, 39.959794954624002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 514, "ADDRESS": "1508 DIAMOND ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321035400", "LNIADDRESSKEY": "116434", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 284.45703125, "Shape__Length": 94.582452655557844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158666115119203, 39.984907371124898 ], [ -75.158603690874202, 39.984899077886901 ], [ -75.158663415966899, 39.984626049775599 ], [ -75.158726192995601, 39.984634415149301 ], [ -75.158666115119203, 39.984907371124898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 515, "ADDRESS": "5417 FLORENCE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513255410", "LNIADDRESSKEY": "293325", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.38671875, "Shape__Length": 63.07473699680267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227259430088196, 39.942773657412197 ], [ -75.227301247551196, 39.942743868885998 ], [ -75.227454410721506, 39.942872647326197 ], [ -75.227413306492096, 39.942901274665999 ], [ -75.227259430088196, 39.942773657412197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 516, "ADDRESS": "2420 N 5TH ST", "OWNER1": "C & C EQUITY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191314601", "LNIADDRESSKEY": "636770", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.68359375, "Shape__Length": 74.142248386117203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141159491512198, 39.988192719135299 ], [ -75.141170682617201, 39.988142517383203 ], [ -75.141429713527998, 39.988175599968102 ], [ -75.141433092439499, 39.988176031540597 ], [ -75.141422366789598, 39.988226661741798 ], [ -75.141264373999306, 39.988206515648798 ], [ -75.141159491512198, 39.988192719135299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 517, "ADDRESS": "2514-16 N 11TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371194301", "LNIADDRESSKEY": "732989", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 343.67578125, "Shape__Length": 79.270120423405345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149920681922893, 39.990559541261803 ], [ -75.150157024715995, 39.990593249956802 ], [ -75.150138667668799, 39.990680252200001 ], [ -75.149901295068105, 39.990646585469598 ], [ -75.149920681922893, 39.990559541261803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 518, "ADDRESS": "2246 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162085000", "LNIADDRESSKEY": "668131", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.69921875, "Shape__Length": 61.050138451733048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164040339644501, 39.988415767201502 ], [ -75.164050077797796, 39.988374091639002 ], [ -75.164266268568795, 39.988400417743797 ], [ -75.164256868980104, 39.988441972554298 ], [ -75.164040339644501, 39.988415767201502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 519, "ADDRESS": "2524 N NAPA ST", "OWNER1": "MC CLOUD EMMA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282162200", "LNIADDRESSKEY": "445851", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.6015625, "Shape__Length": 51.041332454269011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182953483823297, 39.995002823385597 ], [ -75.1829620776073, 39.994964021000598 ], [ -75.183137271945697, 39.994988879401497 ], [ -75.1831290352997, 39.995027107506303 ], [ -75.182953483823297, 39.995002823385597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 520, "ADDRESS": "5602 HEISKELL ST", "OWNER1": "FISHER ELIZABETH E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122162300", "LNIADDRESSKEY": "339469", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.24609375, "Shape__Length": 57.134873985023461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169661082183495, 40.038582799160999 ], [ -75.169864295190393, 40.038580190957497 ], [ -75.169873789566594, 40.038618398776201 ], [ -75.169860721012597, 40.038619008480602 ], [ -75.169845104830301, 40.0386188345147 ], [ -75.169664989413306, 40.038621236258301 ], [ -75.169661082183495, 40.038582799160999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 521, "ADDRESS": "3712 BROWN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243063500", "LNIADDRESSKEY": "53813", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.32421875, "Shape__Length": 79.855225634984109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197281547428204, 39.967759538031501 ], [ -75.197354126021906, 39.967751496169598 ], [ -75.197394176427906, 39.9679679720279 ], [ -75.197321593142803, 39.967976093780102 ], [ -75.197281547428204, 39.967759538031501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 522, "ADDRESS": "2232 N LEITHGOW ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191240501", "LNIADDRESSKEY": "388641", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.02734375, "Shape__Length": 40.391254960523312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140504301100094, 39.9850302080999 ], [ -75.140496064175295, 39.985062970090397 ], [ -75.140361388411804, 39.985045900375901 ], [ -75.140368198618503, 39.9850120900498 ], [ -75.140504301100094, 39.9850302080999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 523, "ADDRESS": "2539 W ARIZONA ST", "OWNER1": "JOHN BACON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281235900", "LNIADDRESSKEY": "20835", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.33203125, "Shape__Length": 45.303521886574373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174502594079996, 39.991475775884901 ], [ -75.174480218229604, 39.991590530171599 ], [ -75.174479071138094, 39.991596452240003 ], [ -75.174443197159704, 39.991591923843401 ], [ -75.174434332457693, 39.991590805897197 ], [ -75.174435605744605, 39.991584838231503 ], [ -75.174459959160799, 39.991470450437703 ], [ -75.174502594079996, 39.991475775884901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 524, "ADDRESS": "2023 N 33RD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323344400", "LNIADDRESSKEY": "684754", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 236.2265625, "Shape__Length": 85.673354380424826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186735610338502, 39.987796138386599 ], [ -75.1867385051669, 39.987781082983197 ], [ -75.186744114867594, 39.987751821863199 ], [ -75.187066815339307, 39.987792992872798 ], [ -75.187060047570597, 39.987822953457801 ], [ -75.187056853684297, 39.987837050499301 ], [ -75.186735610338502, 39.987796138386599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 525, "ADDRESS": "21 E SOMERSET ST", "OWNER1": "PHAN VAN HONG", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071197510", "LNIADDRESSKEY": "541216", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.3828125, "Shape__Length": 58.186274101551184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129653291023004, 39.992140637551998 ], [ -75.129706719249697, 39.9921475314652 ], [ -75.129673996963405, 39.992304131704003 ], [ -75.129621195596698, 39.9922972689834 ], [ -75.129651424620903, 39.992141191873301 ], [ -75.129653291023004, 39.992140637551998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 526, "ADDRESS": "4468 N CLEVELAND ST", "OWNER1": "WATFORD THOMAS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132186300", "LNIADDRESSKEY": "90366", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.04296875, "Shape__Length": 52.922362688176918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155549207638202, 40.022315975038303 ], [ -75.155556392534507, 40.022284333725501 ], [ -75.155558773462502, 40.022274166608298 ], [ -75.155737525457297, 40.0222980972435 ], [ -75.155728324611403, 40.022340784538898 ], [ -75.155549207638202, 40.022315975038303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 527, "ADDRESS": "2443 N DOVER ST", "OWNER1": "TTP HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281142300", "LNIADDRESSKEY": "122968", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.7109375, "Shape__Length": 52.754370629003716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1785347520823, 39.993278645917101 ], [ -75.178542711232396, 39.9932411191635 ], [ -75.178551658375795, 39.993242271294498 ], [ -75.178727915492701, 39.993264934872201 ], [ -75.178719680094005, 39.993301986922503 ], [ -75.178543428977207, 39.993279742438901 ], [ -75.1785347520823, 39.993278645917101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 528, "ADDRESS": "424 W YORK ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191431201", "LNIADDRESSKEY": "628988", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.59765625, "Shape__Length": 64.786607210128821 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140408368070197, 39.987181026116701 ], [ -75.140410144263598, 39.987173554225798 ], [ -75.140470291822396, 39.987181660305197 ], [ -75.140468577329699, 39.987189165135497 ], [ -75.140430741136001, 39.987355227192602 ], [ -75.140369370145393, 39.987345691062004 ], [ -75.140408368070197, 39.987181026116701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 529, "ADDRESS": "1018 W ORLEANS ST", "OWNER1": "TRAN JEFFREY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372400300", "LNIADDRESSKEY": "463140", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.6484375, "Shape__Length": 47.559283840048813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147533154489395, 39.996934040452601 ], [ -75.1474882260583, 39.996927799306498 ], [ -75.147514151648494, 39.996805343771499 ], [ -75.147530459557601, 39.996807470489401 ], [ -75.147565756402003, 39.996812380500202 ], [ -75.147538221003899, 39.996934735350202 ], [ -75.147533154489395, 39.996934040452601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 530, "ADDRESS": "1532 SEYBERT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471078110", "LNIADDRESSKEY": "531106", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.48828125, "Shape__Length": 46.888868238026802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161621424692299, 39.973890225751497 ], [ -75.161646021204504, 39.973773702459603 ], [ -75.161701511779199, 39.973780063997502 ], [ -75.161677212629996, 39.973897045641202 ], [ -75.161656641488307, 39.973894180427997 ], [ -75.161621424692299, 39.973890225751497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 531, "ADDRESS": "1403 ADAMS AVE", "OWNER1": "COMMONWEALTH OF PENNA", "OWNER2": "GENERAL STATE AUTH", "BLDG_DESC": "PARKING LOT COMMERCIAL", "OPA_ID": "885221180", "LNIADDRESSKEY": "2873", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.4453125, "Shape__Length": 78.126872941709763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.093346984278895, 40.010432774803597 ], [ -75.093377750710303, 40.010463535143501 ], [ -75.093150206516398, 40.010613619676398 ], [ -75.093119249653597, 40.010583983415998 ], [ -75.093346984278895, 40.010432774803597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 532, "ADDRESS": "2243 PALETHORP ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191102901", "LNIADDRESSKEY": "468334", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.57421875, "Shape__Length": 44.867008661899575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1355597274367, 39.984670150284103 ], [ -75.135565589234801, 39.984640081486198 ], [ -75.135724181568804, 39.9846606040864 ], [ -75.135717177400196, 39.984692623490702 ], [ -75.1355597274367, 39.984670150284103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 533, "ADDRESS": "1220-30 KENILWORTH ST", "OWNER1": "PHILA. REDEVELOPMENT AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "023210615", "LNIADDRESSKEY": "368160", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19147", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1701.37109375, "Shape__Length": 170.95005926606925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163162760180896, 39.941714841924799 ], [ -75.163148175308905, 39.941788060735 ], [ -75.163201236502005, 39.9417944822263 ], [ -75.163146124255704, 39.942046548875403 ], [ -75.162810233764006, 39.942003036859298 ], [ -75.162879399259495, 39.9416986352809 ], [ -75.162934597292704, 39.941705807889903 ], [ -75.162989303388002, 39.941713219408499 ], [ -75.162993260633201, 39.941694173318297 ], [ -75.162994042437703, 39.941694276548702 ], [ -75.163049567396499, 39.941701471117597 ], [ -75.163162760180896, 39.941714841924799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 534, "ADDRESS": "5 N 50TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441055700", "LNIADDRESSKEY": "689928", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RTA-1", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 377.83203125, "Shape__Length": 104.2128097421614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220320012794005, 39.959759632364303 ], [ -75.220333202281196, 39.959701892049701 ], [ -75.2207181755862, 39.959743393480998 ], [ -75.220706636876798, 39.959804054550098 ], [ -75.220320012794005, 39.959759632364303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 535, "ADDRESS": "2430 N MOLE ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161064401", "LNIADDRESSKEY": "433479", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.77734375, "Shape__Length": 36.646960395082694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158250856813396, 39.990490877676201 ], [ -75.158252004867293, 39.990485504254302 ], [ -75.158259782471106, 39.990449184174601 ], [ -75.158367773173595, 39.990463502491899 ], [ -75.158358661904401, 39.9905051118442 ], [ -75.158250856813396, 39.990490877676201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 536, "ADDRESS": "1933 S REDFIELD ST", "OWNER1": "FIVE TOWN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401062200", "LNIADDRESSKEY": "497388", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.1796875, "Shape__Length": 60.132668693846355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2298688904324, 39.9337476971006 ], [ -75.229900381482395, 39.933775389729099 ], [ -75.229735661695798, 39.9338898130827 ], [ -75.229704251121007, 39.933862751749203 ], [ -75.2298688904324, 39.9337476971006 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 537, "ADDRESS": "1623 W NORRIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321017910", "LNIADDRESSKEY": "452342", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.859375, "Shape__Length": 65.894571750754764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161134745696103, 39.984009705852202 ], [ -75.161175079576395, 39.983832813582097 ], [ -75.161233929302298, 39.983840298363901 ], [ -75.161210718668698, 39.983949502849001 ], [ -75.161197645366997, 39.9840175725829 ], [ -75.161134745696103, 39.984009705852202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 538, "ADDRESS": "859 N 40TH ST", "OWNER1": "ODA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243161400", "LNIADDRESSKEY": "686327", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 364.22265625, "Shape__Length": 107.30236532682399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202870572241295, 39.969163512534003 ], [ -75.203276589852806, 39.96911806352 ], [ -75.203286863263102, 39.969172393470302 ], [ -75.202880843913405, 39.969217841362699 ], [ -75.202870572241295, 39.969163512534003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 539, "ADDRESS": "767 N 38TH ST", "OWNER1": "ROUSE ROBERT", "OWNER2": "ROUSE OLIVIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243095100", "LNIADDRESSKEY": "685875", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.9140625, "Shape__Length": 84.056031431337246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197742663559396, 39.96738511577 ], [ -75.198061227690502, 39.967349355138701 ], [ -75.198069903953296, 39.967391104753602 ], [ -75.197750887324403, 39.967427177457601 ], [ -75.197742663559396, 39.96738511577 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 540, "ADDRESS": "2452 N GRATZ ST", "OWNER1": "CROMWELL JESSIE L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162065500", "LNIADDRESSKEY": "321904", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.69140625, "Shape__Length": 51.669454260582519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162924202016796, 39.991503387596502 ], [ -75.162919967661097, 39.9915028416494 ], [ -75.162753023453504, 39.991481329841299 ], [ -75.162761260184993, 39.9914416996155 ], [ -75.162928686490105, 39.991463238047601 ], [ -75.162932919337607, 39.9914637850868 ], [ -75.1629391558903, 39.9914645856473 ], [ -75.162934528100195, 39.991483745057302 ], [ -75.162929498576204, 39.991504071237898 ], [ -75.162924202016796, 39.991503387596502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 541, "ADDRESS": "913 W SUSQUEHANNA AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371303901", "LNIADDRESSKEY": "558993", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.515625, "Shape__Length": 62.144583373126821 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148139824230498, 39.9855064225993 ], [ -75.1481770124104, 39.985337071922302 ], [ -75.148194365001501, 39.985339222291401 ], [ -75.148231543907102, 39.985344610767797 ], [ -75.148195384173306, 39.985512840478101 ], [ -75.148139824230498, 39.9855064225993 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 542, "ADDRESS": "3825 ARCHER ST", "OWNER1": "FRED VON FOSSEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131283400", "LNIADDRESSKEY": "19772", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.8828125, "Shape__Length": 44.185739586225104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159910074901006, 40.0124100597859 ], [ -75.159933527563894, 40.0124409744774 ], [ -75.159803812721407, 40.012501190325203 ], [ -75.159780235266297, 40.012470207467501 ], [ -75.159910074901006, 40.0124100597859 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 543, "ADDRESS": "3964 PENNSGROVE ST", "OWNER1": "CHURCHILL CALVIN S", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243169000", "LNIADDRESSKEY": "478495", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.8984375, "Shape__Length": 81.776094670951323 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203064553792501, 39.97154828675 ], [ -75.203120521017794, 39.971542516910702 ], [ -75.203168218917298, 39.971777954962597 ], [ -75.203112645940806, 39.971783863099198 ], [ -75.203064553792501, 39.97154828675 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 544, "ADDRESS": "2452 N STANLEY ST", "OWNER1": "WEINSTEIN JACK", "OWNER2": "BREGMAN FREDA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282115900", "LNIADDRESSKEY": "551203", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.03515625, "Shape__Length": 52.676441296849163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182038558480798, 39.993947858610497 ], [ -75.182046882707098, 39.993909534545999 ], [ -75.182230708453005, 39.993933828397999 ], [ -75.182221498538496, 39.993971762119997 ], [ -75.182109181674505, 39.993957433894302 ], [ -75.182038558480798, 39.993947858610497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 545, "ADDRESS": "2147 N REESE ST", "OWNER1": "FRANK REVESZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191319200", "LNIADDRESSKEY": "498726", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.0625, "Shape__Length": 45.111321369549962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142289616284799, 39.983960976276798 ], [ -75.142298199368895, 39.983922452123899 ], [ -75.142447725636501, 39.983942371992903 ], [ -75.1424384016738, 39.983981089936002 ], [ -75.142289616284799, 39.983960976276798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 546, "ADDRESS": "1820 N 21ST ST", "OWNER1": "TAIDOCK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322055600", "LNIADDRESSKEY": "672056", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 226.3359375, "Shape__Length": 80.879851750220169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168925050831902, 39.982286272047197 ], [ -75.168934864233506, 39.982240857506397 ], [ -75.1689445591024, 39.982242171401303 ], [ -75.169021714997299, 39.982252578859999 ], [ -75.169110589641704, 39.982264556273101 ], [ -75.169233345958801, 39.982281534800599 ], [ -75.169223616131205, 39.982326951241802 ], [ -75.168936180685407, 39.982287811933503 ], [ -75.168925050831902, 39.982286272047197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 547, "ADDRESS": "6020 REINHARD ST", "OWNER1": "MUHAMMAD LORETTA B", "OWNER2": "BROWN PAUL XX", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401279600", "LNIADDRESSKEY": "500446", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.640625, "Shape__Length": 60.939506788446337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230096497730798, 39.931676763563999 ], [ -75.230139552920903, 39.931646083480402 ], [ -75.230154190535103, 39.931660186986598 ], [ -75.230282990095702, 39.9317701151313 ], [ -75.230239985622305, 39.931799426867499 ], [ -75.230096497730798, 39.931676763563999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 548, "ADDRESS": "2167 N 9TH ST", "OWNER1": "ZOYA REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202162600", "LNIADDRESSKEY": "647544", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.51171875, "Shape__Length": 56.26518368063487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147514721564903, 39.985041472540203 ], [ -75.1475224147039, 39.984997671553501 ], [ -75.147527186249803, 39.984998360909699 ], [ -75.147716005524799, 39.985026015949103 ], [ -75.147714411867597, 39.985034248930098 ], [ -75.147708031977103, 39.985067279846803 ], [ -75.147514721564903, 39.985041472540203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 549, "ADDRESS": "6088 UPLAND ST", "OWNER1": "WILLIE CLAUDETTE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401302300", "LNIADDRESSKEY": "583877", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.77734375, "Shape__Length": 57.471278728653175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231061727558696, 39.930465858539499 ], [ -75.2311568474165, 39.930546127318898 ], [ -75.231179261544398, 39.930566753528097 ], [ -75.231142659845105, 39.930592239569101 ], [ -75.231003512208503, 39.930472252938401 ], [ -75.231039207371197, 39.930447503867299 ], [ -75.231061727558696, 39.930465858539499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 550, "ADDRESS": "2240 N REESE ST", "OWNER1": "NHA DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191333200", "LNIADDRESSKEY": "498776", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.91796875, "Shape__Length": 65.859021727478606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142384668181094, 39.985574841508601 ], [ -75.142391998901005, 39.985539995472699 ], [ -75.142638436213304, 39.985572272454 ], [ -75.142637213388994, 39.985579563225002 ], [ -75.142630348268398, 39.985607166624099 ], [ -75.142384668181094, 39.985574841508601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 551, "ADDRESS": "3026 RIDGE AVE", "OWNER1": "OKIE RIDGE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323042100", "LNIADDRESSKEY": "504352", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.4140625, "Shape__Length": 59.024436764920793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1834881849434, 39.988658947828 ], [ -75.183475298896099, 39.988722670791297 ], [ -75.183348283284801, 39.988801380914801 ], [ -75.183312489865799, 39.988766970577501 ], [ -75.1834881849434, 39.988658947828 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 552, "ADDRESS": "3003 WHARTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362212100", "LNIADDRESSKEY": "610534", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.2421875, "Shape__Length": 53.17137657341631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193723828684597, 39.937726429420003 ], [ -75.1937553869261, 39.937586101420997 ], [ -75.193778624111602, 39.937589085842397 ], [ -75.193807633736299, 39.937592794705097 ], [ -75.193776388439005, 39.937733129690997 ], [ -75.193747399264595, 39.9377294201512 ], [ -75.193723828684597, 39.937726429420003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 553, "ADDRESS": "911 W SUSQUEHANNA AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371303801", "LNIADDRESSKEY": "558991", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 238.2265625, "Shape__Length": 88.86411175718446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148139824230498, 39.9855064225993 ], [ -75.148138293857798, 39.985513578048 ], [ -75.148128839753497, 39.985557950713698 ], [ -75.148121450587496, 39.985596004482801 ], [ -75.1480658957543, 39.985589489825799 ], [ -75.148120647064303, 39.9853303936233 ], [ -75.1481770124104, 39.985337071922302 ], [ -75.148139824230498, 39.9855064225993 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 554, "ADDRESS": "2135 N 22ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322088001", "LNIADDRESSKEY": "674048", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 257.54296875, "Shape__Length": 92.311525765479772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168919381306097, 39.987272163099199 ], [ -75.1689290112039, 39.987227743422601 ], [ -75.169156499037896, 39.987260036975599 ], [ -75.169279621377598, 39.987277523540897 ], [ -75.169269557822403, 39.987321223942402 ], [ -75.169148636269099, 39.987304271150897 ], [ -75.168919381306097, 39.987272163099199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 555, "ADDRESS": "1506 S STILLMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364199105", "LNIADDRESSKEY": "555826", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.28515625, "Shape__Length": 46.365513268420059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1870357046854, 39.9339053158889 ], [ -75.187190143001104, 39.9339250326558 ], [ -75.187181530668099, 39.933964091565898 ], [ -75.187027088937398, 39.933944424268503 ], [ -75.1870357046854, 39.9339053158889 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 556, "ADDRESS": "2031 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322086911", "LNIADDRESSKEY": "674033", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 419.5078125, "Shape__Length": 97.508204722228939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169217074837206, 39.986031086992398 ], [ -75.169551090551593, 39.986075657078402 ], [ -75.169535034885399, 39.986151332658302 ], [ -75.169203654226393, 39.986107418708301 ], [ -75.169217074837206, 39.986031086992398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 557, "ADDRESS": "2303 N 21ST ST", "OWNER1": "PHILA COMMUNITY", "OWNER2": "REHABILITATION CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162178000", "LNIADDRESSKEY": "672290", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.87890625, "Shape__Length": 76.310899939040013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166888733938293, 39.989464990329999 ], [ -75.166898098470895, 39.989418775177803 ], [ -75.167175791822203, 39.989458006047798 ], [ -75.167166985660998, 39.989499477553103 ], [ -75.167166118817903, 39.989503520495802 ], [ -75.166888733938293, 39.989464990329999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 558, "ADDRESS": "301 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191399300", "LNIADDRESSKEY": "558893", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 261.75390625, "Shape__Length": 86.355365918106259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139034188996106, 39.984403735303097 ], [ -75.139081728012101, 39.984186456101803 ], [ -75.139087472049297, 39.984160246491399 ], [ -75.139152894516499, 39.984168973395199 ], [ -75.139107468962806, 39.984369406517203 ], [ -75.139105962194094, 39.984377561412998 ], [ -75.139103035557298, 39.984392067756602 ], [ -75.139098067513501, 39.984412297586097 ], [ -75.139034188996106, 39.984403735303097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 559, "ADDRESS": "1828 N 24TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322148201", "LNIADDRESSKEY": "676567", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.9765625, "Shape__Length": 70.732936779639743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173638410923701, 39.983252539881597 ], [ -75.173647898471302, 39.9832090357231 ], [ -75.173904392747701, 39.983244728370302 ], [ -75.173894356625297, 39.983287800135798 ], [ -75.173638410923701, 39.983252539881597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 560, "ADDRESS": "1743 W ONTARIO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112061100", "LNIADDRESSKEY": "460036", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.25390625, "Shape__Length": 77.808276233653132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158288700996494, 40.005769684628902 ], [ -75.158309790249902, 40.005664768797097 ], [ -75.158335796153693, 40.005545231205403 ], [ -75.158387583476198, 40.0055520575279 ], [ -75.158341380222694, 40.005776208989502 ], [ -75.158288700996494, 40.005769684628902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 561, "ADDRESS": "2540 N STANLEY ST", "OWNER1": "ROBINSON EDDIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282118800", "LNIADDRESSKEY": "551261", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.01171875, "Shape__Length": 51.097097318378054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181755302909295, 39.995214271193298 ], [ -75.181763832239398, 39.995174404248502 ], [ -75.181938589000296, 39.995198640872502 ], [ -75.181929182520093, 39.9952378912852 ], [ -75.181755302909295, 39.995214271193298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 562, "ADDRESS": "1448 N 27TH ST", "OWNER1": "CIVETTA 2 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292061700", "LNIADDRESSKEY": "679607", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.546875, "Shape__Length": 64.031505022366517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179627509007602, 39.978316141409401 ], [ -75.1798604050785, 39.978347132124803 ], [ -75.179851081871902, 39.978386416890203 ], [ -75.179619575278906, 39.978355263563003 ], [ -75.179627509007602, 39.978316141409401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 563, "ADDRESS": "6116 E WISTER ST", "OWNER1": "RAM PHILA COMMUNITY 11 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122316200", "LNIADDRESSKEY": "619958", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 317.44921875, "Shape__Length": 95.491726460261305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158192684237903, 40.046928273457198 ], [ -75.158549427826301, 40.046941932824602 ], [ -75.158545872465794, 40.046996767226098 ], [ -75.158189128589896, 40.046983107847701 ], [ -75.158192684237903, 40.046928273457198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 564, "ADDRESS": "3119 W ARIZONA ST", "OWNER1": "BELLAMY HARVEY LEE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282334201", "LNIADDRESSKEY": "20941", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.51171875, "Shape__Length": 44.882598244324626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183392745246096, 39.992738425737898 ], [ -75.183415542309604, 39.992624340581699 ], [ -75.183465952524898, 39.9926313671156 ], [ -75.183443384196295, 39.992744942692703 ], [ -75.183392745246096, 39.992738425737898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 565, "ADDRESS": "2352 N 3RD ST", "OWNER1": "MONGUE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191185401", "LNIADDRESSKEY": "632624", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.0859375, "Shape__Length": 58.839910242062537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138504232901298, 39.9868399346269 ], [ -75.138512551292806, 39.986802038775899 ], [ -75.138723669025296, 39.986829463587 ], [ -75.138715347822398, 39.9868673593867 ], [ -75.138504232901298, 39.9868399346269 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 566, "ADDRESS": "2219 N ORKNEY ST", "OWNER1": "LOTSTEIN JOSEPH", "OWNER2": "FANNIE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191273900", "LNIADDRESSKEY": "462391", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.71875, "Shape__Length": 39.810682139723745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1410821923497, 39.984934214227501 ], [ -75.141089507905903, 39.984900883886098 ], [ -75.141222250152893, 39.984918086750803 ], [ -75.141214909857297, 39.984951529164597 ], [ -75.1410821923497, 39.984934214227501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 567, "ADDRESS": "4203 MANTUA AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062114110", "LNIADDRESSKEY": "409606", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.5546875, "Shape__Length": 88.455822162609735 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208730050836905, 39.972000899338802 ], [ -75.208706570513399, 39.971994576876199 ], [ -75.208698616988499, 39.971943414115302 ], [ -75.208795501259303, 39.971730991571803 ], [ -75.208847235007696, 39.971744856026099 ], [ -75.208730050836905, 39.972000899338802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 568, "ADDRESS": "643 N 40TH ST", "OWNER1": "FROST MELISSA J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242242200", "LNIADDRESSKEY": "686206", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.6484375, "Shape__Length": 80.552531524276958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202122976958194, 39.964612509057098 ], [ -75.202122301074198, 39.964608753751897 ], [ -75.202114659370096, 39.9645661737596 ], [ -75.202412135984602, 39.9645325764359 ], [ -75.202418339196299, 39.964573319076202 ], [ -75.202419241086105, 39.964579400610901 ], [ -75.202123157093595, 39.964613286795199 ], [ -75.202122976958194, 39.964612509057098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 569, "ADDRESS": "1853 N LEITHGOW ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183166101", "LNIADDRESSKEY": "388536", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.8203125, "Shape__Length": 48.409052285045384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141401688732699, 39.979314675654798 ], [ -75.141410109346594, 39.979276034117397 ], [ -75.141574362280195, 39.979298498745699 ], [ -75.141565756052401, 39.9793365245052 ], [ -75.141401688732699, 39.979314675654798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 570, "ADDRESS": "725 N PRESTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061188110", "LNIADDRESSKEY": "489899", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.62890625, "Shape__Length": 64.587022375223427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203502758981998, 39.965615524903399 ], [ -75.203746168244905, 39.965589219397501 ], [ -75.203749007426097, 39.965605708839497 ], [ -75.203752750855102, 39.965622636188897 ], [ -75.203568781041099, 39.965643184626899 ], [ -75.203528121447206, 39.965647005760601 ], [ -75.203513066390897, 39.965649024379097 ], [ -75.203508986094306, 39.965648933821399 ], [ -75.203502758981998, 39.965615524903399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 571, "ADDRESS": "1417 N 57TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043092250", "LNIADDRESSKEY": "696741", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.60546875, "Shape__Length": 64.240013884261671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234446943671401, 39.973808844599802 ], [ -75.234440149868604, 39.973772797770003 ], [ -75.234671906710702, 39.973746976129597 ], [ -75.234672907594899, 39.973752204693902 ], [ -75.234679765580296, 39.973788221379301 ], [ -75.234447887604304, 39.973813910865097 ], [ -75.234446943671401, 39.973808844599802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 572, "ADDRESS": "1914R-24 W LAVEER ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171297615", "LNIADDRESSKEY": "382831", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 688.796875, "Shape__Length": 128.45483804506131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151704183228901, 40.049251840974897 ], [ -75.151458947833902, 40.049219857077503 ], [ -75.151325520647902, 40.049202428250901 ], [ -75.151371672223704, 40.048984870881199 ], [ -75.151534963396699, 40.049115218227001 ], [ -75.151656123777798, 40.049211985464702 ], [ -75.151704183228901, 40.049251840974897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 573, "ADDRESS": "2208 N LEITHGOW ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191239301", "LNIADDRESSKEY": "388628", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.94921875, "Shape__Length": 40.522962276348522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1404469377335, 39.984654082892099 ], [ -75.140454182273103, 39.984621007761199 ], [ -75.140590377306594, 39.984639402643197 ], [ -75.140583093730797, 39.984672428463703 ], [ -75.1404469377335, 39.984654082892099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 574, "ADDRESS": "1413 MARLBOROUGH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "181069900", "LNIADDRESSKEY": "411888", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.0546875, "Shape__Length": 44.202027271995149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133432640649104, 39.972975475956702 ], [ -75.133448745636301, 39.973006083846101 ], [ -75.133395630523495, 39.9730235554375 ], [ -75.133395017782703, 39.9730274913342 ], [ -75.133357475687703, 39.973039901729599 ], [ -75.133355947049296, 39.973037706664002 ], [ -75.133309635535696, 39.973053328579297 ], [ -75.133292483938703, 39.973023138305003 ], [ -75.133432640649104, 39.972975475956702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 575, "ADDRESS": "1512 S LAMBERT ST", "OWNER1": "EBM CONSULTING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363259600", "LNIADDRESSKEY": "376851", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.04296875, "Shape__Length": 45.593817529354013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179170692876696, 39.932838467840099 ], [ -75.179179244128505, 39.932800600776602 ], [ -75.179331394899705, 39.9328209211751 ], [ -75.179323323455705, 39.932858830538798 ], [ -75.179170692876696, 39.932838467840099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 576, "ADDRESS": "2010 N ORKNEY ST", "OWNER1": "BONANO BARTOLO L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183410600", "LNIADDRESSKEY": "462315", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.609375, "Shape__Length": 42.41840696437886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142027386708406, 39.981682571961002 ], [ -75.142037113059203, 39.981638253204402 ], [ -75.142110810419197, 39.981648068661798 ], [ -75.142165873063803, 39.981655333088398 ], [ -75.142158802865097, 39.981699759514903 ], [ -75.142055785400402, 39.981686263890701 ], [ -75.142027386708406, 39.981682571961002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 577, "ADDRESS": "5846 ARCH ST", "OWNER1": "THORNTON ALVIN S JR", "OWNER2": "THORNTON BERNARD J SR", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042029300", "LNIADDRESSKEY": "19692", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.234375, "Shape__Length": 70.715758727295153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238032207907807, 39.963159853743399 ], [ -75.238071861382494, 39.962964434644 ], [ -75.238131880261193, 39.962971745888602 ], [ -75.238125099830796, 39.963003836149298 ], [ -75.238116582896794, 39.963044415177897 ], [ -75.238107956199201, 39.963085072892298 ], [ -75.238102923704503, 39.9631089978662 ], [ -75.2380985356004, 39.963126261705703 ], [ -75.238089484930995, 39.9631671038508 ], [ -75.238032207907807, 39.963159853743399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 578, "ADDRESS": "131 E WILLARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "073222900", "LNIADDRESSKEY": "613633", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.4765625, "Shape__Length": 63.747892890911046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1277912728942, 39.999698657496701 ], [ -75.127809067267506, 39.9996199797855 ], [ -75.127811848416599, 39.999601698423902 ], [ -75.127830599064396, 39.999520479134901 ], [ -75.127879594957193, 39.999526708254997 ], [ -75.127853681321795, 39.999646806516502 ], [ -75.127848212480004, 39.999667411952302 ], [ -75.127841020301105, 39.999705452296602 ], [ -75.1277912728942, 39.999698657496701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 579, "ADDRESS": "3149 N WENDLE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372016401", "LNIADDRESSKEY": "606926", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.3125, "Shape__Length": 52.595580352492846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140963275034196, 39.9995151392203 ], [ -75.140972100178203, 39.999476941616003 ], [ -75.141154954537996, 39.999500941254603 ], [ -75.141148009494799, 39.999532249360499 ], [ -75.141146490225907, 39.999539050211197 ], [ -75.140969323923301, 39.999515920930001 ], [ -75.140963275034196, 39.9995151392203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 580, "ADDRESS": "2406 N OPAL ST", "OWNER1": "URBAN REVIVAL INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162127000", "LNIADDRESSKEY": "460312", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.4921875, "Shape__Length": 52.167243550740871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164709095171602, 39.990753281719897 ], [ -75.164716957012303, 39.9907543125111 ], [ -75.164715808822706, 39.990759702877099 ], [ -75.164708298684005, 39.990795126073401 ], [ -75.164700313726598, 39.990794059846799 ], [ -75.164696768955295, 39.990793593694001 ], [ -75.164530534841404, 39.990771617268202 ], [ -75.164539168286694, 39.9907308831215 ], [ -75.164705175698202, 39.990752773339501 ], [ -75.164709095171602, 39.990753281719897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 581, "ADDRESS": "3031 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372115500", "LNIADDRESSKEY": "108842", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.2734375, "Shape__Length": 42.958768058381388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144258551574197, 39.998036089261099 ], [ -75.144266516121604, 39.997998436177099 ], [ -75.144407516720094, 39.998017950875898 ], [ -75.144399409043601, 39.9980555196273 ], [ -75.144258551574197, 39.998036089261099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 582, "ADDRESS": "2151 N REESE ST", "OWNER1": "ABB REVOCABLE TRUST", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "191319400", "LNIADDRESSKEY": "498730", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.078125, "Shape__Length": 45.215279502805252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142281015525995, 39.983999388526101 ], [ -75.142430934881105, 39.984019446866803 ], [ -75.142422465177503, 39.984057765242802 ], [ -75.1422725938219, 39.9840380942968 ], [ -75.142281015525995, 39.983999388526101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 583, "ADDRESS": "432 N 54TH ST", "OWNER1": "OZIE CANNON", "OWNER2": "CARL CANNON", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041103800", "LNIADDRESSKEY": "693593", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.9921875, "Shape__Length": 62.316529148118349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228122721343894, 39.967150160926103 ], [ -75.228117517304398, 39.967118790956 ], [ -75.2283512468357, 39.967095718731301 ], [ -75.228356926531404, 39.967128985604496 ], [ -75.228123130912707, 39.967152652175102 ], [ -75.228122721343894, 39.967150160926103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 584, "ADDRESS": "3922 ASPEN ST", "OWNER1": "AHM PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243039100", "LNIADDRESSKEY": "23869", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.4609375, "Shape__Length": 85.166644177243114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200967683435806, 39.966182064500202 ], [ -75.2010239747447, 39.966175932438098 ], [ -75.201070576565101, 39.966422969131102 ], [ -75.201014286518202, 39.966429101248501 ], [ -75.200967683435806, 39.966182064500202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 585, "ADDRESS": "268 W WENSLEY ST", "OWNER1": "VIBHAA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193229700", "LNIADDRESSKEY": "607199", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.38671875, "Shape__Length": 51.852156548152983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135046504822398, 40.001659778365699 ], [ -75.134995279555, 40.001653163686697 ], [ -75.135024631174005, 40.001526194387402 ], [ -75.135025389528195, 40.001521181696702 ], [ -75.135028059599506, 40.001521516204399 ], [ -75.135081984794397, 40.001528790426001 ], [ -75.135080798455903, 40.001533470125899 ], [ -75.135053367187496, 40.001660660006401 ], [ -75.135046504822398, 40.001659778365699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 586, "ADDRESS": "653 N 52ND ST", "OWNER1": "TAVERAS RICARDO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442276500", "LNIADDRESSKEY": "691580", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.65625, "Shape__Length": 74.649205465287039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225254524198803, 39.970779761415699 ], [ -75.225246100991498, 39.970740905252498 ], [ -75.225521155955093, 39.970701033018798 ], [ -75.225532367762696, 39.9707415452745 ], [ -75.225255009415093, 39.970781948001701 ], [ -75.225254524198803, 39.970779761415699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 587, "ADDRESS": "2258 N LEITHGOW ST", "OWNER1": "PABLO HERNANDEZ", "OWNER2": "ALICIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191242000", "LNIADDRESSKEY": "388663", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.265625, "Shape__Length": 47.062042212965224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140429294179796, 39.985484649889102 ], [ -75.140421426834493, 39.985521965938403 ], [ -75.140410292521807, 39.985520504275797 ], [ -75.140261734310499, 39.985500957483303 ], [ -75.140269924300895, 39.985463439291699 ], [ -75.140418368458, 39.985483208737797 ], [ -75.140429294179796, 39.985484649889102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 588, "ADDRESS": "2535 N STANLEY ST", "OWNER1": "LEWIS CLEO D", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282109200", "LNIADDRESSKEY": "551256", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.515625, "Shape__Length": 52.086221279195051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181495844947307, 39.995056698557903 ], [ -75.181504906114498, 39.995016634044703 ], [ -75.181682924125298, 39.995042169416799 ], [ -75.1816740260697, 39.995081834389403 ], [ -75.181495844947307, 39.995056698557903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 589, "ADDRESS": "2140 N FRANKLIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202073101", "LNIADDRESSKEY": "299267", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.96484375, "Shape__Length": 66.820276287102104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146353484829604, 39.984250130845901 ], [ -75.146599363389598, 39.984282694186902 ], [ -75.146591381910596, 39.9843203301063 ], [ -75.146344882833603, 39.9842886728417 ], [ -75.146353484829604, 39.984250130845901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 590, "ADDRESS": "2307 N LAWRENCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191255701", "LNIADDRESSKEY": "384511", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.921875, "Shape__Length": 46.125962975604146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140438140710103, 39.986222983437003 ], [ -75.140430356753399, 39.986257593810798 ], [ -75.140277787007406, 39.986236054707803 ], [ -75.140272180285606, 39.986235266094198 ], [ -75.140279477383501, 39.986200258345399 ], [ -75.140285166276101, 39.986201080362903 ], [ -75.140438140710103, 39.986222983437003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 591, "ADDRESS": "2114-16 W GLENWOOD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162344601", "LNIADDRESSKEY": "318035", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.84375, "Shape__Length": 45.641214362817401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167208233883002, 39.991085129185599 ], [ -75.167376239105707, 39.9911074309993 ], [ -75.167275636698193, 39.9911594264344 ], [ -75.167227855052403, 39.991108686226099 ], [ -75.167208233883002, 39.991085129185599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 592, "ADDRESS": "2926 W OXFORD ST", "OWNER1": "SMITH JAMES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292223100", "LNIADDRESSKEY": "466994", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 245.8828125, "Shape__Length": 79.737057702501431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183358895246698, 39.980435701179601 ], [ -75.183396468403501, 39.980257629065598 ], [ -75.1834031964583, 39.980232616579102 ], [ -75.183469962967095, 39.980241831410403 ], [ -75.1834219252748, 39.980461162148103 ], [ -75.183355396759794, 39.980452307388902 ], [ -75.183358895246698, 39.980435701179601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 593, "ADDRESS": "1308 S 21ST ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361216505", "LNIADDRESSKEY": "673276", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.95703125, "Shape__Length": 72.591172900599972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179183931540507, 39.935399181141001 ], [ -75.179192663687999, 39.935356578801901 ], [ -75.179458513522903, 39.935391022146902 ], [ -75.179449344604905, 39.935434113648398 ], [ -75.179183931540507, 39.935399181141001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 594, "ADDRESS": "1848-52 GERMANTOWN AVE", "OWNER1": "STARLIGHT INVESTMENT GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "777157000", "LNIADDRESSKEY": "309092", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 2438.3359375, "Shape__Length": 253.12119078623022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143537056211699, 39.979821377832401 ], [ -75.143496276018794, 39.979659051564603 ], [ -75.144421057797601, 39.979488839443 ], [ -75.1444195066357, 39.9794970643404 ], [ -75.144410287136395, 39.979545965199598 ], [ -75.144401067623804, 39.9795948660581 ], [ -75.144391848097996, 39.9796437669158 ], [ -75.144387887256002, 39.9796647732812 ], [ -75.1443615067449, 39.979669628873999 ], [ -75.144131659040198, 39.979711935463499 ], [ -75.144064588566906, 39.979724280324803 ], [ -75.143999110443005, 39.979736332433802 ], [ -75.143934828039505, 39.979748165004601 ], [ -75.143874351188501, 39.979759295567099 ], [ -75.143793621436501, 39.979774154783001 ], [ -75.143537056211699, 39.979821377832401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 595, "ADDRESS": "1803 N 24TH ST", "OWNER1": "FRANKLIN HAROLD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322140500", "LNIADDRESSKEY": "676542", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.34375, "Shape__Length": 64.103712552219065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173407022465597, 39.982436309840601 ], [ -75.173415945079995, 39.982396081713098 ], [ -75.173646072807102, 39.982427991219403 ], [ -75.173638200467593, 39.982468710339703 ], [ -75.173407022465597, 39.982436309840601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 596, "ADDRESS": "906 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201098101", "LNIADDRESSKEY": "558986", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.45703125, "Shape__Length": 62.696664209646073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148072838149105, 39.9849750747332 ], [ -75.148120302365399, 39.984981648129803 ], [ -75.148081986512807, 39.985158001182903 ], [ -75.148034520535703, 39.985151508825197 ], [ -75.148072838149105, 39.9849750747332 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 597, "ADDRESS": "837 E MADISON ST", "OWNER1": "DO CONG", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331075000", "LNIADDRESSKEY": "405201", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.9140625, "Shape__Length": 50.834020867132203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114180679249898, 39.997639608637797 ], [ -75.114209245547002, 39.997506821996602 ], [ -75.114260948071802, 39.997513958223799 ], [ -75.114233081855801, 39.997646518798703 ], [ -75.114225471073098, 39.997645504958101 ], [ -75.114180679249898, 39.997639608637797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 598, "ADDRESS": "1802 N FRANKLIN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202063300", "LNIADDRESSKEY": "299113", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 310.265625, "Shape__Length": 91.227859471351948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147348481746704, 39.979214621262201 ], [ -75.147360494602793, 39.979159779389001 ], [ -75.147365226677707, 39.979160418310101 ], [ -75.147690701328898, 39.979204714104398 ], [ -75.147677205591293, 39.979262730013602 ], [ -75.147348481746704, 39.979214621262201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 599, "ADDRESS": "4104 WESTMINSTER AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062088410", "LNIADDRESSKEY": "607983", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 242.2109375, "Shape__Length": 82.149223191964552 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206349748607494, 39.969918587506299 ], [ -75.206412944002196, 39.969911638339298 ], [ -75.206452667065903, 39.970143287258701 ], [ -75.206388923519199, 39.970150288497699 ], [ -75.206349748607494, 39.969918587506299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 600, "ADDRESS": "3410 TAMPA ST", "OWNER1": "URBANIAK MARZENA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331263300", "LNIADDRESSKEY": "563961", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.91796875, "Shape__Length": 44.267194151468345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117738956362103, 40.0005354216839 ], [ -75.117746479380202, 40.000496551471201 ], [ -75.117892052191607, 40.000515428739099 ], [ -75.117884021755899, 40.000554432615999 ], [ -75.117738956362103, 40.0005354216839 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 601, "ADDRESS": "1411 S NAPA ST", "OWNER1": "PHILLY2BUY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364438100", "LNIADDRESSKEY": "445984", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.37890625, "Shape__Length": 53.524330288127253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195978422794596, 39.936221365855801 ], [ -75.195970154080399, 39.936260868832399 ], [ -75.195785421199304, 39.9362368797172 ], [ -75.195794312038601, 39.936195891555997 ], [ -75.195978422794596, 39.936221365855801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 602, "ADDRESS": "2355 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162180601", "LNIADDRESSKEY": "672342", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.11328125, "Shape__Length": 76.209094159079413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1666336877595, 39.990601515995401 ], [ -75.166643399830406, 39.9905577594402 ], [ -75.166923249118497, 39.990597748890899 ], [ -75.166913766676402, 39.990640977908697 ], [ -75.1666336877595, 39.990601515995401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 603, "ADDRESS": "3852 W GIRARD AVE", "OWNER1": "3858 GIRARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243219900", "LNIADDRESSKEY": "314344", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 268.5, "Shape__Length": 96.904158749583473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200992723221006, 39.974056408030201 ], [ -75.201048847441299, 39.974050416261498 ], [ -75.201103616441202, 39.974336838027803 ], [ -75.201046219265706, 39.974343236287602 ], [ -75.200992723221006, 39.974056408030201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 604, "ADDRESS": "4281 MANTUA AVE", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062118000", "LNIADDRESSKEY": "409651", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 258.359375, "Shape__Length": 91.214716307475541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210940958939503, 39.9723085777349 ], [ -75.210924424041593, 39.9723456890477 ], [ -75.210827803716697, 39.972562406740799 ], [ -75.210770255154102, 39.9725471576321 ], [ -75.210859538627702, 39.972351829606502 ], [ -75.210886075066497, 39.972293789713603 ], [ -75.210940958939503, 39.9723085777349 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 605, "ADDRESS": "4105 LEIDY AVE", "OWNER1": "MORRIS WAHIYD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062194000", "LNIADDRESSKEY": "388050", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 235.59375, "Shape__Length": 91.924018531088109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207067240533604, 39.974311255373202 ], [ -75.207197593421, 39.974109457420496 ], [ -75.207249241660904, 39.9741284620154 ], [ -75.2070814688864, 39.974386188374297 ], [ -75.207067240533604, 39.974311255373202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 606, "ADDRESS": "2614 N SARTAIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371218401", "LNIADDRESSKEY": "525847", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.546875, "Shape__Length": 43.267420938164406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150637357687501, 39.992186120772203 ], [ -75.150645823640005, 39.992148914556701 ], [ -75.150788231541995, 39.992168646120398 ], [ -75.150780498034194, 39.992205884698599 ], [ -75.150637357687501, 39.992186120772203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 607, "ADDRESS": "4305 FAIRMOUNT AVE", "OWNER1": "L CRUZ DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061138600", "LNIADDRESSKEY": "283703", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 403.26171875, "Shape__Length": 115.88888401585493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209949400357502, 39.964670250182301 ], [ -75.210021938247195, 39.964664843956598 ], [ -75.210064807567306, 39.965006448493902 ], [ -75.209992724321793, 39.965011977444597 ], [ -75.209949400357502, 39.964670250182301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 608, "ADDRESS": "3948 ASPEN ST", "OWNER1": "HOMEOWNERSHIP DEVELOPERS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243040410", "LNIADDRESSKEY": "23895", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.75390625, "Shape__Length": 75.235698073441469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201904061055203, 39.966101528260403 ], [ -75.201963894970802, 39.9660949112859 ], [ -75.202001341252, 39.9663067221502 ], [ -75.201996691858795, 39.966307247352603 ], [ -75.201944536176498, 39.966313166518198 ], [ -75.201904061055203, 39.966101528260403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 609, "ADDRESS": "1200-02 W LEHIGH AVE", "OWNER1": "BOOG PROPERTIES & LOGISTICS LLC", "OWNER2": null, "BLDG_DESC": "ROW CONV/APT 3STY MASONRY", "OPA_ID": "371451700", "LNIADDRESSKEY": "387560", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 469.1484375, "Shape__Length": 92.720461736576823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150972437959396, 39.993158403988602 ], [ -75.151102359968107, 39.993177497618603 ], [ -75.151094349810805, 39.993219211395903 ], [ -75.151084875436496, 39.993263600709298 ], [ -75.151057929678203, 39.993391031068597 ], [ -75.150925277508705, 39.993372633560398 ], [ -75.150972437959396, 39.993158403988602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 610, "ADDRESS": "2501 JEFFERSON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291192300", "LNIADDRESSKEY": "362985", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 447.22265625, "Shape__Length": 92.762069122465405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176370945587394, 39.978232976600502 ], [ -75.176492278118403, 39.978249206013103 ], [ -75.176444657519895, 39.978470800705999 ], [ -75.176323738746405, 39.978455773245798 ], [ -75.176370945587394, 39.978232976600502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 611, "ADDRESS": "2556 N 16TH ST", "OWNER1": "GLADYS HUNTLEY TR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161086900", "LNIADDRESSKEY": "660650", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.53125, "Shape__Length": 63.273251674968492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158301894202594, 39.992513638832897 ], [ -75.158529260240698, 39.992543452332498 ], [ -75.1585214595965, 39.992584172251703 ], [ -75.158292377476997, 39.992552128267803 ], [ -75.158301894202594, 39.992513638832897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 612, "ADDRESS": "1928 N 6TH ST", "OWNER1": "1928 N 6TH STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201115000", "LNIADDRESSKEY": "639291", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.37890625, "Shape__Length": 89.136664421504008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144705448826201, 39.980822514296598 ], [ -75.144713817729297, 39.980779680506899 ], [ -75.145055247303702, 39.980818993767897 ], [ -75.145047168065503, 39.980859739278003 ], [ -75.144858822820495, 39.980839746748401 ], [ -75.144705448826201, 39.980822514296598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 613, "ADDRESS": "4129 LEIDY AVE", "OWNER1": "AGE FRIENDLY VILLAGES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062195200", "LNIADDRESSKEY": "388067", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 451.23828125, "Shape__Length": 141.44004350781523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207563611317497, 39.9747316279906 ], [ -75.207669322183506, 39.974567373456601 ], [ -75.207675306700096, 39.974558060151999 ], [ -75.207816230767804, 39.974339118761598 ], [ -75.207873748299505, 39.974359719475203 ], [ -75.207732560673605, 39.974579526814402 ], [ -75.207726665841193, 39.974588712589501 ], [ -75.207621119424104, 39.974753035013698 ], [ -75.207563611317497, 39.9747316279906 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 614, "ADDRESS": "3561 N WARNOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432127210", "LNIADDRESSKEY": "598094", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-6", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.76953125, "Shape__Length": 56.18965618624739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145619521426298, 40.0066710174317 ], [ -75.145611186428397, 40.006709081174101 ], [ -75.145412182289704, 40.006684722728501 ], [ -75.145420393551007, 40.0066461076946 ], [ -75.145619521426298, 40.0066710174317 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 615, "ADDRESS": "1819 N 8TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202091101", "LNIADDRESSKEY": "644915", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.71875, "Shape__Length": 71.528440834659321 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147638212142496, 39.979516428046303 ], [ -75.147647443770197, 39.979476740191998 ], [ -75.147911720605407, 39.979513183860703 ], [ -75.147903145397393, 39.979552708665103 ], [ -75.147638212142496, 39.979516428046303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 616, "ADDRESS": "3917 MOUNT VERNON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242213010", "LNIADDRESSKEY": "443311", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.75390625, "Shape__Length": 72.293057255610179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200428324716299, 39.963768914085897 ], [ -75.2004797602427, 39.963763689188497 ], [ -75.2005206260352, 39.963969832755801 ], [ -75.200468288854395, 39.963975600767498 ], [ -75.200428324716299, 39.963768914085897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 617, "ADDRESS": "871 BUDD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062242200", "LNIADDRESSKEY": "55175", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.31640625, "Shape__Length": 63.487529534867825 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204975049355795, 39.969961433468498 ], [ -75.205186959423898, 39.969937520877501 ], [ -75.205197252856095, 39.969991008624397 ], [ -75.204985405150595, 39.970015518410001 ], [ -75.204975049355795, 39.969961433468498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 618, "ADDRESS": "2506 N STANLEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282117101", "LNIADDRESSKEY": "551227", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.32421875, "Shape__Length": 51.048439503049934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181900732134096, 39.9945531821025 ], [ -75.181909325581501, 39.9945149451597 ], [ -75.182085030838806, 39.994538993333897 ], [ -75.182076429571893, 39.994577439597599 ], [ -75.181900732134096, 39.9945531821025 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 619, "ADDRESS": "1931 N 19TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321256501", "LNIADDRESSKEY": "667981", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.35546875, "Shape__Length": 84.738706817296105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164603051236497, 39.983539524326801 ], [ -75.164612129280201, 39.983495931594199 ], [ -75.164930407796206, 39.983538483945701 ], [ -75.164920607960198, 39.983582351018299 ], [ -75.164603051236497, 39.983539524326801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 620, "ADDRESS": "1438 OGDEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152303700", "LNIADDRESSKEY": "456356", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.45703125, "Shape__Length": 53.194152294414259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161238246868507, 39.969722820710899 ], [ -75.161267668945598, 39.969585740428499 ], [ -75.161323949474607, 39.969592715847298 ], [ -75.1612957127019, 39.9697300008336 ], [ -75.161238246868507, 39.969722820710899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 621, "ADDRESS": "2625 N WARNOCK ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371178301", "LNIADDRESSKEY": "597917", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.67578125, "Shape__Length": 58.461269869178338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148503430204798, 39.992267363810399 ], [ -75.148510992634698, 39.992231910004499 ], [ -75.148655731544494, 39.992250374807902 ], [ -75.148676819851502, 39.992252448669703 ], [ -75.148723456973499, 39.992258309168797 ], [ -75.148715721795796, 39.992294452856697 ], [ -75.148503430204798, 39.992267363810399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 622, "ADDRESS": "1708 N 42ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062294910", "LNIADDRESSKEY": "687126", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.34375, "Shape__Length": 67.791105272796173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209991780503302, 39.9753864189856 ], [ -75.2100146396062, 39.975348866616599 ], [ -75.210240563787593, 39.9754318690158 ], [ -75.210216864506293, 39.975469499690199 ], [ -75.209991780503302, 39.9753864189856 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 623, "ADDRESS": "3905 WYALUSING AVE", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243189600", "LNIADDRESSKEY": "625636", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.140625, "Shape__Length": 47.003486477089822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201602319254405, 39.972573076667501 ], [ -75.201652175076006, 39.972567720285497 ], [ -75.201676309102496, 39.972688960477903 ], [ -75.201625268334396, 39.9726946453275 ], [ -75.201602319254405, 39.972573076667501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 624, "ADDRESS": "2931 W OAKDALE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282374000", "LNIADDRESSKEY": "454420", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.89453125, "Shape__Length": 46.469721258441936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179592694092506, 39.9967149882238 ], [ -75.179640199463606, 39.996720758618501 ], [ -75.1796128906593, 39.996836999186002 ], [ -75.179611561502, 39.996842788825603 ], [ -75.179565408125399, 39.996836193861597 ], [ -75.179592694092506, 39.9967149882238 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 625, "ADDRESS": "1443 S 32ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364459100", "LNIADDRESSKEY": "684509", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.1796875, "Shape__Length": 54.18444667103315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196960146269603, 39.935672103757902 ], [ -75.196969655786106, 39.935630242929399 ], [ -75.196989804521294, 39.935632900047501 ], [ -75.1971546060375, 39.9356545255784 ], [ -75.197145552523594, 39.935696557625 ], [ -75.196980962950505, 39.935674856836997 ], [ -75.196960146269603, 39.935672103757902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 626, "ADDRESS": "2345 N 20TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162133601", "LNIADDRESSKEY": "670220", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.96875, "Shape__Length": 65.651766872432873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164870619906097, 39.990080918493099 ], [ -75.164879370163902, 39.990038800520303 ], [ -75.165115262881201, 39.990070678519203 ], [ -75.165108414813503, 39.990101409968503 ], [ -75.165105910175797, 39.990112701847799 ], [ -75.164870619906097, 39.990080918493099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 627, "ADDRESS": "638 W YORK ST", "OWNER1": "ONE GIRARD PROPERTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371355400", "LNIADDRESSKEY": "629071", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.54296875, "Shape__Length": 65.540676238819131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144722660131393, 39.987733620978901 ], [ -75.144788742804593, 39.9877416173452 ], [ -75.144755237613396, 39.9878971873935 ], [ -75.144753028764896, 39.987906712859001 ], [ -75.144751243791703, 39.9879144256304 ], [ -75.144686690856702, 39.9879058997059 ], [ -75.144722660131393, 39.987733620978901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 628, "ADDRESS": "2024 S 61ST ST", "OWNER1": "LOTIM 01 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401146800", "LNIADDRESSKEY": "701248", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.328125, "Shape__Length": 63.389618343949344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231702945417993, 39.930546433556501 ], [ -75.231819900515802, 39.930462392320202 ], [ -75.231872268925599, 39.9304255809894 ], [ -75.231911916079298, 39.930458061898797 ], [ -75.231898391391297, 39.930467065467099 ], [ -75.231806631624494, 39.930532881010699 ], [ -75.2317478321566, 39.930573678786097 ], [ -75.231710254295706, 39.930550931228403 ], [ -75.231702945417993, 39.930546433556501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 629, "ADDRESS": "516 EDGLEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191385701", "LNIADDRESSKEY": "730577", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 71.921875, "Shape__Length": 39.35996862560485 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142754555357598, 39.983267065309903 ], [ -75.142742234389402, 39.983318337379401 ], [ -75.1427312236181, 39.983367172665098 ], [ -75.142688130994301, 39.983360874270097 ], [ -75.142711600095197, 39.983260432159497 ], [ -75.142754555357598, 39.983267065309903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 630, "ADDRESS": "2311 N 27TH ST", "OWNER1": "CARPENTERS INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281059420", "LNIADDRESSKEY": "679849", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1084.24609375, "Shape__Length": 180.23940605127169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176302484139498, 39.990869986552397 ], [ -75.176320301652396, 39.990783081409198 ], [ -75.1763594715067, 39.990592263814698 ], [ -75.176469741785695, 39.990606794077998 ], [ -75.176504024504894, 39.99061130194 ], [ -75.176493512600402, 39.990658636290199 ], [ -75.176483358712304, 39.990707573457598 ], [ -75.176473102245694, 39.990759216990902 ], [ -75.176464402443003, 39.990802432673597 ], [ -75.176548670989305, 39.990812945872896 ], [ -75.176541427231101, 39.990849810538201 ], [ -75.176594335153297, 39.990857219373297 ], [ -75.176593104684898, 39.990867008308001 ], [ -75.176701724756299, 39.990880855989502 ], [ -75.176681618187501, 39.990973465073601 ], [ -75.176467444638604, 39.990919014087801 ], [ -75.176365445436403, 39.990894707479299 ], [ -75.176367704370307, 39.990878800085397 ], [ -75.176302484139498, 39.990869986552397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 631, "ADDRESS": "1824 N 24TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322148001", "LNIADDRESSKEY": "676563", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.40625, "Shape__Length": 71.100587124723972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173657104516593, 39.9831657347301 ], [ -75.173666640874899, 39.983120943217898 ], [ -75.173923364721801, 39.983157252545801 ], [ -75.173913383012206, 39.983201051975399 ], [ -75.173657104516593, 39.9831657347301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 632, "ADDRESS": "2632 W YORK ST", "OWNER1": "JOHNSON RASHEEM E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281244800", "LNIADDRESSKEY": "629383", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.4296875, "Shape__Length": 50.545050718637249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175885785537005, 39.991790173386299 ], [ -75.175934285547896, 39.991796144529097 ], [ -75.175906770512498, 39.991930997991602 ], [ -75.175858207192306, 39.991924492696299 ], [ -75.175885785537005, 39.991790173386299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 633, "ADDRESS": "1241 W ERIE AVE", "OWNER1": "OH HOON HO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432205600", "LNIADDRESSKEY": "138903", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 306.8046875, "Shape__Length": 109.22276115029331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148733636554994, 40.009442943853401 ], [ -75.148805981527303, 40.009115736778597 ], [ -75.148808214157896, 40.009116029510999 ], [ -75.148862018941003, 40.009123310128899 ], [ -75.148790039453601, 40.009450847628003 ], [ -75.1487811368265, 40.009449597364402 ], [ -75.148735868592397, 40.009443252341299 ], [ -75.148733636554994, 40.009442943853401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 634, "ADDRESS": "2353 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162180501", "LNIADDRESSKEY": "672340", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.171875, "Shape__Length": 75.437843179131121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166643399830406, 39.9905577594402 ], [ -75.166652295990801, 39.9905178217168 ], [ -75.166933099655495, 39.990556429297101 ], [ -75.166932274711698, 39.990559908921199 ], [ -75.166923249118497, 39.990597748890899 ], [ -75.166643399830406, 39.9905577594402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 635, "ADDRESS": "2334 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191244401", "LNIADDRESSKEY": "388704", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.3671875, "Shape__Length": 46.37176094820849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140018734529903, 39.986622507575902 ], [ -75.140027383741, 39.986585048269802 ], [ -75.140183844692004, 39.986606773031902 ], [ -75.140177588659199, 39.986633776336802 ], [ -75.140166928275306, 39.986632550687098 ], [ -75.140163571989802, 39.9866430005655 ], [ -75.140018734529903, 39.986622507575902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 636, "ADDRESS": "710 E HILTON ST", "OWNER1": "19134 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331049500", "LNIADDRESSKEY": "344758", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.0546875, "Shape__Length": 51.737265617520706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116964428262904, 39.997273879038303 ], [ -75.116963368881201, 39.997280125903004 ], [ -75.116940790504998, 39.9974126787817 ], [ -75.116891407488097, 39.997406259228597 ], [ -75.116915156688407, 39.997273764750197 ], [ -75.116916309051305, 39.997267310529303 ], [ -75.116960549694696, 39.9972733710932 ], [ -75.116964428262904, 39.997273879038303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 637, "ADDRESS": "2118 HAINES ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "102122515", "LNIADDRESSKEY": "329780", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 455.94921875, "Shape__Length": 129.00191422403196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157157864389603, 40.056506568413397 ], [ -75.156901132030001, 40.056171494937402 ], [ -75.1569642322346, 40.0561440652248 ], [ -75.157074387084805, 40.0562877932989 ], [ -75.157220349698605, 40.056478205644098 ], [ -75.157157864389603, 40.056506568413397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 638, "ADDRESS": "2227 N FRANKLIN ST", "OWNER1": "WILLIAM HENRY MORRISON", "OWNER2": "EDDIE ALMER", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371077900", "LNIADDRESSKEY": "299328", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.83203125, "Shape__Length": 63.869473531442608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1456691922006, 39.985534616134203 ], [ -75.145900448120997, 39.9855605407867 ], [ -75.145892957862998, 39.985601160056802 ], [ -75.145662494071502, 39.985575345721898 ], [ -75.1456691922006, 39.985534616134203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 639, "ADDRESS": "2249 N 19TH ST", "OWNER1": "PHILADELPHIA DEVELOPMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162072000", "LNIADDRESSKEY": "668134", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.2265625, "Shape__Length": 69.847715105435228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163595146119903, 39.988414489254502 ], [ -75.163604881123305, 39.988372942047398 ], [ -75.163859867754496, 39.988405173073197 ], [ -75.163850829802996, 39.9884466064835 ], [ -75.163595146119903, 39.988414489254502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 640, "ADDRESS": "2255 N 22ND ST", "OWNER1": "MISHPUCHEH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162209300", "LNIADDRESSKEY": "674082", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.1953125, "Shape__Length": 92.121834067899982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1684868971833, 39.989258794367998 ], [ -75.168497030262898, 39.9892144029292 ], [ -75.168847344458797, 39.9892600981429 ], [ -75.168838002367593, 39.9893035241641 ], [ -75.1684868971833, 39.989258794367998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 641, "ADDRESS": "2235 N LAWRENCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191253401", "LNIADDRESSKEY": "384480", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.30078125, "Shape__Length": 49.770303137803829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140484791027205, 39.985177455630598 ], [ -75.140492917023394, 39.985139388600103 ], [ -75.140663550809407, 39.985161983524897 ], [ -75.140655122180306, 39.985200270066699 ], [ -75.140484791027205, 39.985177455630598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 642, "ADDRESS": "2125 N LEITHGOW ST", "OWNER1": "PRUMA CARLOS", "OWNER2": "REINA H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191226000", "LNIADDRESSKEY": "388609", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.8046875, "Shape__Length": 42.0703590390305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140523366850402, 39.983240343315998 ], [ -75.140533903274005, 39.983192996497301 ], [ -75.1405343199051, 39.983190345700798 ], [ -75.140655315123396, 39.983205606303898 ], [ -75.140654676948699, 39.983208574179301 ], [ -75.140644116848605, 39.983255967772401 ], [ -75.140523366850402, 39.983240343315998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 643, "ADDRESS": "2531 W OXFORD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324001701", "LNIADDRESSKEY": "466869", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.84375, "Shape__Length": 65.765588474105314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176836904837103, 39.9799480105317 ], [ -75.176874056381294, 39.979763853394303 ], [ -75.176925794805697, 39.9797709128121 ], [ -75.176888492088594, 39.979954697158703 ], [ -75.176836904837103, 39.9799480105317 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 644, "ADDRESS": "5945 RACE ST", "OWNER1": "RSW1 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042144100", "LNIADDRESSKEY": "494103", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.61328125, "Shape__Length": 62.62659552913221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239501747159096, 39.9652492618496 ], [ -75.239503095325006, 39.965242247827902 ], [ -75.239522180164201, 39.965134551770298 ], [ -75.239532287877296, 39.9650775654463 ], [ -75.239555577420504, 39.9650805414893 ], [ -75.2395902317093, 39.965084958873199 ], [ -75.239554226089695, 39.965249201628097 ], [ -75.239552595863799, 39.965255887373601 ], [ -75.239501747159096, 39.9652492618496 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 645, "ADDRESS": "2109 W DAUPHIN ST", "OWNER1": "LATNEY CHRISTOPHER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162250600", "LNIADDRESSKEY": "110672", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.2578125, "Shape__Length": 67.323382797430668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167638514330207, 39.989646025648 ], [ -75.167681245960594, 39.989463592330701 ], [ -75.167739935743995, 39.989471037389897 ], [ -75.167699120936206, 39.989653740230501 ], [ -75.167638514330207, 39.989646025648 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 646, "ADDRESS": "1206 W ERIE AVE", "OWNER1": "FLORES RENTAL MANAGEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432056000", "LNIADDRESSKEY": "138869", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.44140625, "Shape__Length": 78.969369848514447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147926118219701, 40.008670701153903 ], [ -75.147967441523505, 40.0084430253698 ], [ -75.1480214438606, 40.008450600325801 ], [ -75.147980693486801, 40.008677548021403 ], [ -75.147926118219701, 40.008670701153903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 647, "ADDRESS": "19 N PEACH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441176200", "LNIADDRESSKEY": "474958", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.07421875, "Shape__Length": 67.827737022358335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227023576900294, 39.9608389686314 ], [ -75.227032873536999, 39.9607973104659 ], [ -75.2272795426626, 39.960827462420497 ], [ -75.227270088195098, 39.960868842327997 ], [ -75.227023576900294, 39.9608389686314 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 648, "ADDRESS": "2039 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321258901", "LNIADDRESSKEY": "668033", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.58984375, "Shape__Length": 69.539172394188114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164302204517696, 39.985223653253897 ], [ -75.164310090868497, 39.985181645381601 ], [ -75.164563106896907, 39.985214104398302 ], [ -75.1645548583748, 39.9852568609789 ], [ -75.164302204517696, 39.985223653253897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 649, "ADDRESS": "2232-40 W MONTGOMERY AVE", "OWNER1": "INTERFAITH INTERRACIAL", "OWNER2": "COUNCIL OF THE CLERGY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472074810", "LNIADDRESSKEY": "435884", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1093.6328125, "Shape__Length": 132.26571443449134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171729538199301, 39.981988888371198 ], [ -75.171776917354194, 39.981768610944499 ], [ -75.171935424813995, 39.981789887926404 ], [ -75.172076397918801, 39.981809415921397 ], [ -75.172027618713301, 39.982028533481802 ], [ -75.171729538199301, 39.981988888371198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 650, "ADDRESS": "3926 FOLSOM ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243055810", "LNIADDRESSKEY": "293699", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.91796875, "Shape__Length": 62.579936406619886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201130658531298, 39.966836725391701 ], [ -75.201164024190305, 39.967012815680597 ], [ -75.201115737995096, 39.9670183046142 ], [ -75.201082032380299, 39.966842383578701 ], [ -75.201130658531298, 39.966836725391701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 651, "ADDRESS": "1310 S 33RD ST", "OWNER1": "ROSCOE PETER E", "OWNER2": "CATHERINE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362307000", "LNIADDRESSKEY": "685045", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.03515625, "Shape__Length": 57.960984884867145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197881236170304, 39.937778233062197 ], [ -75.197897245412094, 39.937734437724302 ], [ -75.198099325362094, 39.937777314857101 ], [ -75.198063884566594, 39.937816599678897 ], [ -75.197881236170304, 39.937778233062197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 652, "ADDRESS": "6115 VANDIKE ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411341810", "LNIADDRESSKEY": "586575", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.5703125, "Shape__Length": 61.325355016894818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.056736380463605, 40.018194772937399 ], [ -75.0566896425251, 40.018219300187702 ], [ -75.056567249315606, 40.018077163390103 ], [ -75.056586971220696, 40.0180691133652 ], [ -75.056616720517596, 40.018057107551797 ], [ -75.056736380463605, 40.018194772937399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 653, "ADDRESS": "2412 MASCHER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885203660", "LNIADDRESSKEY": "417994", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.8046875, "Shape__Length": 46.49795707502885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1338286007541, 39.987173411586397 ], [ -75.133835743250202, 39.987140301808303 ], [ -75.133842980119695, 39.9871412675529 ], [ -75.133998430962805, 39.9871619516938 ], [ -75.133990800443399, 39.987195227182902 ], [ -75.133835939249806, 39.987174399921003 ], [ -75.1338286007541, 39.987173411586397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 654, "ADDRESS": "3843 MELON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242117410", "LNIADDRESSKEY": "425813", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.05859375, "Shape__Length": 58.404391229269692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198851636029403, 39.965091867459101 ], [ -75.198896382550899, 39.965087413544097 ], [ -75.198927947506903, 39.965251020585903 ], [ -75.198881879398797, 39.9652566378373 ], [ -75.198851636029403, 39.965091867459101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 655, "ADDRESS": "2338 N 20TH ST", "OWNER1": "CHRISTOU EVANS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162143200", "LNIADDRESSKEY": "670213", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.390625, "Shape__Length": 73.994778031981923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165308476088398, 39.990032392477602 ], [ -75.165317906742899, 39.989990548841199 ], [ -75.165589726725699, 39.990026136168197 ], [ -75.165579893760395, 39.9900697446379 ], [ -75.165308476088398, 39.990032392477602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 656, "ADDRESS": "323 W BERKS ST", "OWNER1": "KADRIU NDRICIM", "OWNER2": "KADRIU GENTIAN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183186400", "LNIADDRESSKEY": "37051", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.03515625, "Shape__Length": 77.726527377442679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140875065911999, 39.979916085150997 ], [ -75.1408116694993, 39.979907083087902 ], [ -75.140860879743997, 39.979693516363398 ], [ -75.140925230377604, 39.979702216856097 ], [ -75.140876836573895, 39.9799163348954 ], [ -75.140875065911999, 39.979916085150997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 657, "ADDRESS": "2326 N 16TH ST", "OWNER1": "ATM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161079500", "LNIADDRESSKEY": "660526", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.484375, "Shape__Length": 82.445515603429314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159087659769796, 39.988938069740698 ], [ -75.159092880470595, 39.9889099947696 ], [ -75.159421425064494, 39.988955388561699 ], [ -75.159415333803693, 39.988983219767597 ], [ -75.159087659769796, 39.988938069740698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 658, "ADDRESS": "1537 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "182299101", "LNIADDRESSKEY": "639146", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 274.21484375, "Shape__Length": 97.041375853971786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145195918413705, 39.975090274596099 ], [ -75.145203096924504, 39.975046236805902 ], [ -75.145576437166895, 39.975091367663502 ], [ -75.145567481139693, 39.975136412566499 ], [ -75.145195918413705, 39.975090274596099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 659, "ADDRESS": "2347 N 3RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191173801", "LNIADDRESSKEY": "632619", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.69921875, "Shape__Length": 59.506512211284409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138162448330704, 39.986614641220797 ], [ -75.138170776263706, 39.986574826427997 ], [ -75.138382285229198, 39.986603135908197 ], [ -75.138373002133207, 39.986643386248197 ], [ -75.138162448330704, 39.986614641220797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 660, "ADDRESS": "2648 N CORLIES ST", "OWNER1": "CITY OF PHILA", "OWNER2": "R E DIVISION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282104101", "LNIADDRESSKEY": "98365", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.13671875, "Shape__Length": 51.23282944337889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180930811369095, 39.996770525755998 ], [ -75.180939302882294, 39.9967338825033 ], [ -75.181117163486803, 39.996758738248403 ], [ -75.181108912534597, 39.996796224835201 ], [ -75.180930811369095, 39.996770525755998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 661, "ADDRESS": "2235 N LEITHGOW ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191228400", "LNIADDRESSKEY": "388644", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.078125, "Shape__Length": 45.816912743844235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140094251161102, 39.9850861215496 ], [ -75.140102987872694, 39.985043102668101 ], [ -75.140249884359605, 39.985062772961797 ], [ -75.140240449830799, 39.985105969704598 ], [ -75.140094251161102, 39.9850861215496 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 662, "ADDRESS": "1941 N 20TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321285901", "LNIADDRESSKEY": "670076", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 285.9140625, "Shape__Length": 96.347888811222646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166086029198198, 39.983902057305798 ], [ -75.166179447560495, 39.9839147181508 ], [ -75.166449569229101, 39.983951330075399 ], [ -75.166439675597999, 39.983998225933902 ], [ -75.166194947367202, 39.9839655712452 ], [ -75.166089072808603, 39.983950936066101 ], [ -75.1660888885052, 39.983951932043297 ], [ -75.166075672850297, 39.983950102777598 ], [ -75.166075926178905, 39.983948947298103 ], [ -75.1660770718442, 39.983939769223497 ], [ -75.166086029198198, 39.983902057305798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 663, "ADDRESS": "3119 W GORDON ST", "OWNER1": "BAILEY LILLIAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282321800", "LNIADDRESSKEY": "319362", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.30859375, "Shape__Length": 53.273403107858925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183458115083695, 39.992412334390302 ], [ -75.183486150602903, 39.992269398897101 ], [ -75.183536857013905, 39.992275787806697 ], [ -75.183513129667105, 39.992394543061501 ], [ -75.183507427050799, 39.992418466878398 ], [ -75.183458115083695, 39.992412334390302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 664, "ADDRESS": "1514 S 22ND ST", "OWNER1": "LEOS PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364114710", "LNIADDRESSKEY": "674781", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.96875, "Shape__Length": 62.548802832744784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181344699961102, 39.933057519274001 ], [ -75.181356407043694, 39.933007616542099 ], [ -75.181567528418597, 39.933036090048397 ], [ -75.181556782362605, 39.933086078518897 ], [ -75.181344699961102, 39.933057519274001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 665, "ADDRESS": "2327 N LAWRENCE ST", "OWNER1": "ROANE HAROLD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191256700", "LNIADDRESSKEY": "384530", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.6953125, "Shape__Length": 47.663230273554902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140192471539194, 39.986569893240301 ], [ -75.140354826610107, 39.986593654079599 ], [ -75.140346956490006, 39.986629971054299 ], [ -75.140183844692004, 39.986606773031902 ], [ -75.140189064862398, 39.9865810830646 ], [ -75.140192471539194, 39.986569893240301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 666, "ADDRESS": "903 W HUNTINGDON ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371424201", "LNIADDRESSKEY": "731967", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.5703125, "Shape__Length": 69.771026926341534 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1465318554704, 39.9915560213216 ], [ -75.1465333420349, 39.991548947113301 ], [ -75.146573283085203, 39.991358283676597 ], [ -75.146624948112006, 39.9913652423269 ], [ -75.146584285581, 39.991555631496901 ], [ -75.146582754092293, 39.991562770010702 ], [ -75.1465318554704, 39.9915560213216 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 667, "ADDRESS": "4215 MANTUA AVE", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062114700", "LNIADDRESSKEY": "409612", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.20703125, "Shape__Length": 91.167159389884702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208987502131194, 39.972070240715802 ], [ -75.209104201593604, 39.9718136706027 ], [ -75.209155748643695, 39.971827481226001 ], [ -75.209039565685302, 39.972084257666701 ], [ -75.208987502131194, 39.972070240715802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 668, "ADDRESS": "1730 MARLTON AVE", "OWNER1": "PHILA HOUSING DEVELOPMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062272500", "LNIADDRESSKEY": "412019", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.92578125, "Shape__Length": 80.713684948503939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208205799257897, 39.9754272781475 ], [ -75.208232595412298, 39.975384767700596 ], [ -75.208503518790295, 39.9754824564967 ], [ -75.208476593595904, 39.975526736868801 ], [ -75.208310107715803, 39.975465148833997 ], [ -75.208205799257897, 39.9754272781475 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 669, "ADDRESS": "1116 N 42ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062292400", "LNIADDRESSKEY": "687097", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.62109375, "Shape__Length": 79.809716312860985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208932096063805, 39.973126267174401 ], [ -75.209231728382704, 39.973093069700802 ], [ -75.209240416452005, 39.973134705932097 ], [ -75.209195728222099, 39.973139712631102 ], [ -75.209122551275698, 39.973147909881497 ], [ -75.209114451782995, 39.973148810614902 ], [ -75.209050007780903, 39.973156038895802 ], [ -75.208993052321006, 39.973162419336703 ], [ -75.208939927803399, 39.973168367632297 ], [ -75.208932096063805, 39.973126267174401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 670, "ADDRESS": "4910 W THOMPSON ST", "OWNER1": "123 DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442114100", "LNIADDRESSKEY": "570483", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.44921875, "Shape__Length": 72.409747748002872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2201054805723, 39.973318679167903 ], [ -75.220159064102404, 39.973313348522701 ], [ -75.2201931920265, 39.973519270842701 ], [ -75.220138977255701, 39.973524684448201 ], [ -75.2201054805723, 39.973318679167903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 671, "ADDRESS": "2117 N 29TH ST", "OWNER1": "EDWARD D CAFFEE TR", "OWNER2": "DAUPHIN ST BAPT CHURCH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323235600", "LNIADDRESSKEY": "682047", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.625, "Shape__Length": 65.887806532637526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180120540374304, 39.9882494166146 ], [ -75.180128652621505, 39.988209507779402 ], [ -75.180368140336, 39.988242177123702 ], [ -75.180359218047599, 39.988282485680898 ], [ -75.180120540374304, 39.9882494166146 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 672, "ADDRESS": "6015 UPLAND ST", "OWNER1": "CENLAR FSB", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401287400", "LNIADDRESSKEY": "583805", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.21484375, "Shape__Length": 60.052487220489702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229818118769003, 39.931632169294701 ], [ -75.229859302809203, 39.931603978871003 ], [ -75.230002849240705, 39.931725047878999 ], [ -75.229962518186596, 39.931754498222098 ], [ -75.229818118769003, 39.931632169294701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 673, "ADDRESS": "3930 FOLSOM ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "243056010", "LNIADDRESSKEY": "293703", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.05078125, "Shape__Length": 62.835469724842959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201180353125594, 39.966831107812297 ], [ -75.201230319497895, 39.966825463587199 ], [ -75.201263441712598, 39.967001338950404 ], [ -75.201213418716904, 39.9670067724511 ], [ -75.201180353125594, 39.966831107812297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 674, "ADDRESS": "2008 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321266101", "LNIADDRESSKEY": "668007", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.3203125, "Shape__Length": 69.986177539860762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164885136569595, 39.984561589835202 ], [ -75.164894070269398, 39.984519557093101 ], [ -75.164956039437996, 39.984527158637199 ], [ -75.165009790704801, 39.9845348329685 ], [ -75.165149293126206, 39.984552369794301 ], [ -75.165139952852002, 39.984594587114103 ], [ -75.164885136569595, 39.984561589835202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 675, "ADDRESS": "3920 BROWN ST", "OWNER1": "LIN HUA DI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243068200", "LNIADDRESSKEY": "53908", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.58984375, "Shape__Length": 83.214189229990097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201102540197098, 39.967315354370001 ], [ -75.201162271413494, 39.967308540664398 ], [ -75.201205969661999, 39.967546470055503 ], [ -75.201146859620494, 39.967553458641703 ], [ -75.201102540197098, 39.967315354370001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 676, "ADDRESS": "5857 WILLOWS AVE", "OWNER1": "CITY BLOCK ACQUISITION IX", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034057800", "LNIADDRESSKEY": "615620", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 289.82421875, "Shape__Length": 102.79417691960059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235072505239103, 39.939475405652999 ], [ -75.235115232989202, 39.939445183858702 ], [ -75.235380583667506, 39.9396718865396 ], [ -75.235385069463803, 39.939675725145797 ], [ -75.235342358969106, 39.939705480027797 ], [ -75.235337872548698, 39.939701658299903 ], [ -75.235072505239103, 39.939475405652999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 677, "ADDRESS": "2024 N WOODSTOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322022900", "LNIADDRESSKEY": "623974", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.18359375, "Shape__Length": 57.920511146759736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166983411118593, 39.985322377077502 ], [ -75.1669863783235, 39.985307725781901 ], [ -75.166991717467297, 39.985281409046102 ], [ -75.167194581779199, 39.985309655417502 ], [ -75.1671859195135, 39.985350630092597 ], [ -75.166983411118593, 39.985322377077502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 678, "ADDRESS": "663 N 52ND ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442277000", "LNIADDRESSKEY": "691590", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.77734375, "Shape__Length": 75.472033603996863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225296453939606, 39.970946409019398 ], [ -75.225570929000895, 39.970906958621299 ], [ -75.2255823118617, 39.970950747508198 ], [ -75.225307602848801, 39.970991998164301 ], [ -75.225296453939606, 39.970946409019398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 679, "ADDRESS": "52 DEARBORN ST", "OWNER1": "IRA DEVELOPMENT LLC", "OWNER2": "MKOS ENTERPRISES LLC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441087500", "LNIADDRESSKEY": "111308", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.1875, "Shape__Length": 47.4934688988983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222195573743406, 39.960904546865201 ], [ -75.222204506932897, 39.960863768502001 ], [ -75.222356570400393, 39.960882787103202 ], [ -75.222361677737297, 39.9608834312128 ], [ -75.222352975653493, 39.9609242158039 ], [ -75.222347826616399, 39.9609241023647 ], [ -75.222195573743406, 39.960904546865201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 680, "ADDRESS": "2932 WHARTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362089110", "LNIADDRESSKEY": "610518", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.9765625, "Shape__Length": 64.190636575501969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193177316541707, 39.937371961039702 ], [ -75.193211952434595, 39.937203831348903 ], [ -75.193278012992494, 39.937212944569303 ], [ -75.1932424543416, 39.937380522110999 ], [ -75.193177316541707, 39.937371961039702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 681, "ADDRESS": "528 DIAMOND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183220201", "LNIADDRESSKEY": "116333", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.95703125, "Shape__Length": 61.886943002452142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143291204975398, 39.982922247046602 ], [ -75.143327276788895, 39.9827527754682 ], [ -75.143380302991901, 39.982759605595596 ], [ -75.143343732468395, 39.982929485962003 ], [ -75.143291204975398, 39.982922247046602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 682, "ADDRESS": "34 E ABBOTTSFORD AVE", "OWNER1": "STEPHEN E LEWIS JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121002100", "LNIADDRESSKEY": "1508", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 238.609375, "Shape__Length": 75.432648527505876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159380548125696, 40.0264964936433 ], [ -75.159380940087502, 40.026492826341901 ], [ -75.159382754947302, 40.0264760227967 ], [ -75.159385013425705, 40.026432243843097 ], [ -75.159392509641506, 40.026321556497699 ], [ -75.159478969220004, 40.026332340188098 ], [ -75.159464939034805, 40.026397776433498 ], [ -75.159435298774397, 40.026532692628997 ], [ -75.159378300276103, 40.026525715804098 ], [ -75.159378246404899, 40.026517800293597 ], [ -75.159380548125696, 40.0264964936433 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 683, "ADDRESS": "2154 N 7TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202035801", "LNIADDRESSKEY": "642448", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.58203125, "Shape__Length": 65.744543048895622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145627298304802, 39.984471471962202 ], [ -75.145633180940607, 39.984434481129803 ], [ -75.145878410602293, 39.984462098192097 ], [ -75.145870171342494, 39.984498809180103 ], [ -75.145627298304802, 39.984471471962202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 684, "ADDRESS": "1546 S LAMBERT ST", "OWNER1": "KEINER LISA", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "363261300", "LNIADDRESSKEY": "376885", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.84375, "Shape__Length": 46.46293126601099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179441750047602, 39.932179650895499 ], [ -75.179458397052898, 39.932181862099199 ], [ -75.179472190992499, 39.932183654576498 ], [ -75.179478838487, 39.932184513124199 ], [ -75.179470454258393, 39.9322201753427 ], [ -75.179464388662794, 39.932219442464202 ], [ -75.179435518541496, 39.932215990947 ], [ -75.179312375964102, 39.932200495972502 ], [ -75.179320184119007, 39.932163434418001 ], [ -75.179441750047602, 39.932179650895499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 685, "ADDRESS": "6028 UPLAND ST", "OWNER1": "BAYNES SONIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401299300", "LNIADDRESSKEY": "583818", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.125, "Shape__Length": 58.30222893067873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229889329612504, 39.931251008519801 ], [ -75.230030227304496, 39.931371212911003 ], [ -75.229992708116299, 39.931397115426599 ], [ -75.229850860141696, 39.931278275389801 ], [ -75.229889329612504, 39.931251008519801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 686, "ADDRESS": "5833 WILLOWS AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034056610", "LNIADDRESSKEY": "615596", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 286.56640625, "Shape__Length": 103.15790850742162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234565036345998, 39.939826369400997 ], [ -75.234607639877794, 39.9397967093104 ], [ -75.234875036767903, 39.940024134914701 ], [ -75.234879705817704, 39.940028121718598 ], [ -75.234838212809194, 39.940057227373401 ], [ -75.234833400564895, 39.940053156338102 ], [ -75.234565036345998, 39.939826369400997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 687, "ADDRESS": "815 N 40TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243159510", "LNIADDRESSKEY": "686290", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.671875, "Shape__Length": 74.949933297507414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202748978143106, 39.967835458105 ], [ -75.203024597883299, 39.967805209691498 ], [ -75.203034086219304, 39.967848299111402 ], [ -75.202757032400399, 39.967879352523397 ], [ -75.202748978143106, 39.967835458105 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 688, "ADDRESS": "4995 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442085210", "LNIADDRESSKEY": "314603", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.671875, "Shape__Length": 76.973812501697836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222212043351206, 39.9723294551927 ], [ -75.222266416472195, 39.972318063741596 ], [ -75.222339446326401, 39.972536673468397 ], [ -75.222285977264406, 39.972541782386102 ], [ -75.222212043351206, 39.9723294551927 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 689, "ADDRESS": "2447 N STANLEY ST", "OWNER1": "NIX JAMES O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282106300", "LNIADDRESSKEY": "551198", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.046875, "Shape__Length": 47.147629218777936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181802781349106, 39.993751677600002 ], [ -75.181960753380693, 39.993772975358297 ], [ -75.181951611525605, 39.993811893811603 ], [ -75.181793656472905, 39.993790144791298 ], [ -75.181802781349106, 39.993751677600002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 690, "ADDRESS": "2237 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162071400", "LNIADDRESSKEY": "668122", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.45703125, "Shape__Length": 69.668675803719239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163649829294101, 39.988163945070298 ], [ -75.163659552908101, 39.988122656645203 ], [ -75.163914838113698, 39.988155827975099 ], [ -75.163905154460195, 39.988196071014499 ], [ -75.163649829294101, 39.988163945070298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 691, "ADDRESS": "2012 N RANDOLPH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885843640", "LNIADDRESSKEY": "494800", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.73046875, "Shape__Length": 50.43151717204519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143362654009294, 39.981917276384699 ], [ -75.143371691152197, 39.981872926112501 ], [ -75.143537740815603, 39.981894606398903 ], [ -75.143528003354803, 39.9819386670911 ], [ -75.143362654009294, 39.981917276384699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 692, "ADDRESS": "6066 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401300201", "LNIADDRESSKEY": "583856", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.15625, "Shape__Length": 58.44910927536715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230618079192695, 39.930741798846597 ], [ -75.230759040543504, 39.930860843703101 ], [ -75.230719655363998, 39.930888558128501 ], [ -75.230579622816094, 39.930768728362203 ], [ -75.230618079192695, 39.930741798846597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 693, "ADDRESS": "1954 N 19TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321265810", "LNIADDRESSKEY": "668004", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 261.09375, "Shape__Length": 92.931779597618643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165020664996703, 39.983956794995798 ], [ -75.165374626049896, 39.984002809996703 ], [ -75.165374060192704, 39.984007214480499 ], [ -75.165364547509895, 39.9840479277414 ], [ -75.165356314765702, 39.9840467759972 ], [ -75.165299622531094, 39.984039292376004 ], [ -75.165252011626507, 39.984032707033101 ], [ -75.165242170888206, 39.984031373777697 ], [ -75.165186851863197, 39.984024163174801 ], [ -75.165129130861203, 39.984016205791001 ], [ -75.165075113690406, 39.9840089118279 ], [ -75.165011444509403, 39.9840002888144 ], [ -75.165020664996703, 39.983956794995798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 694, "ADDRESS": "2216 N 3RD ST", "OWNER1": "FOX JESSICA L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191181101", "LNIADDRESSKEY": "632557", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.765625, "Shape__Length": 56.173965424570341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138982074914594, 39.984641867077997 ], [ -75.138990285382206, 39.984604365196702 ], [ -75.139181849725901, 39.984630244098902 ], [ -75.139189917797694, 39.984631329784598 ], [ -75.139181495134594, 39.984668907942599 ], [ -75.139173615203802, 39.984667841178002 ], [ -75.138982074914594, 39.984641867077997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 695, "ADDRESS": "2600 N HOLLYWOOD ST", "OWNER1": "CROSBY SHEENA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282034000", "LNIADDRESSKEY": "347407", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.94921875, "Shape__Length": 49.287372041365856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179718245861807, 39.995662778090001 ], [ -75.179555192779802, 39.995641605697699 ], [ -75.179561752985705, 39.995611705020799 ], [ -75.179563379150295, 39.995604180829702 ], [ -75.179732198331905, 39.995626369818702 ], [ -75.179724391743406, 39.9956642863676 ], [ -75.179718245861807, 39.995662778090001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 696, "ADDRESS": "2716 CECIL B MOORE AVE", "OWNER1": "KEMAL PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "324039600", "LNIADDRESSKEY": "71858", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.31640625, "Shape__Length": 74.227499705263227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179402637483605, 39.981388923740703 ], [ -75.179445207414005, 39.9811798853518 ], [ -75.179501896049999, 39.981186313374302 ], [ -75.179457871894996, 39.981396141380699 ], [ -75.179402637483605, 39.981388923740703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 697, "ADDRESS": "6021 ALLMAN ST", "OWNER1": "MOORE BUILDS LLC", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "401241600", "LNIADDRESSKEY": "12042", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.16796875, "Shape__Length": 58.151649670276782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231325260370994, 39.932594778396599 ], [ -75.231364631988598, 39.932567449752398 ], [ -75.231504357921295, 39.932684951644902 ], [ -75.231464120671802, 39.932713018164698 ], [ -75.231325260370994, 39.932594778396599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 698, "ADDRESS": "3135 WHARTON ST", "OWNER1": "3133-35 WHARTON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362216000", "LNIADDRESSKEY": "610577", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.0859375, "Shape__Length": 58.635972924836921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196445413058001, 39.9381044850522 ], [ -75.196480036557901, 39.937946525515798 ], [ -75.196533921284896, 39.9379536414462 ], [ -75.196505876055795, 39.938080330466597 ], [ -75.196498966773106, 39.938111496768201 ], [ -75.196494923463902, 39.9381109720117 ], [ -75.196445413058001, 39.9381044850522 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 699, "ADDRESS": "4135 LEIDY AVE", "OWNER1": "CHRIST COMMUNITY", "OWNER2": "BAPTIST CHURCH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062195500", "LNIADDRESSKEY": "388073", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 388.14453125, "Shape__Length": 139.54968156176201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207729042607596, 39.974793323319901 ], [ -75.207834553894202, 39.974628838968499 ], [ -75.207840271737197, 39.9746199229469 ], [ -75.207981559315797, 39.974399667194 ], [ -75.208027864003896, 39.974416972924097 ], [ -75.207781487557398, 39.974812296881701 ], [ -75.207729042607596, 39.974793323319901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 700, "ADDRESS": "2509 N WARNOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371174700", "LNIADDRESSKEY": "597857", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.3125, "Shape__Length": 49.361604612523635 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149037291584193, 39.990521811316697 ], [ -75.149044884514396, 39.9904844401293 ], [ -75.149214747482702, 39.990505666489703 ], [ -75.149207784115802, 39.9905430035219 ], [ -75.149037291584193, 39.990521811316697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 701, "ADDRESS": "2605 REED ST", "OWNER1": "MAEFIN PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362111200", "LNIADDRESSKEY": "498182", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.6484375, "Shape__Length": 64.327425732562276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1877307715543, 39.9357370900399 ], [ -75.187769316514405, 39.935558940837602 ], [ -75.187821128424602, 39.9355654345893 ], [ -75.187783135805006, 39.9357444982818 ], [ -75.1877307715543, 39.9357370900399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 702, "ADDRESS": "1920 N 2ND ST", "OWNER1": "COHEN JOSHUA", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885197120", "LNIADDRESSKEY": "630200", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.85546875, "Shape__Length": 68.533054732377963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137480047478604, 39.979718463323699 ], [ -75.1374880706461, 39.979679861404698 ], [ -75.137742041813894, 39.979713401049104 ], [ -75.137738787876998, 39.979729334791898 ], [ -75.137734451920295, 39.979750562196998 ], [ -75.137480047478604, 39.979718463323699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 703, "ADDRESS": "3037 W SEDGLEY AVE", "OWNER1": "283 GAY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323061800", "LNIADDRESSKEY": "528673", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.91796875, "Shape__Length": 77.882204438064122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184252552898997, 39.984102209870102 ], [ -75.184057991648601, 39.983929005298101 ], [ -75.184098419431507, 39.983901651240302 ], [ -75.184277982107702, 39.984062542646598 ], [ -75.184268876550107, 39.984103864366602 ], [ -75.184252552898997, 39.984102209870102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 704, "ADDRESS": "1804 W TIOGA ST", "OWNER1": "1800 1804 TIOGA HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112086100", "LNIADDRESSKEY": "573035", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 375.875, "Shape__Length": 118.93920689144824 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1584947394891, 40.006957387393399 ], [ -75.158572269986806, 40.006602873250102 ], [ -75.158635468438604, 40.006611166629497 ], [ -75.158634069652393, 40.006617615617998 ], [ -75.158558752744298, 40.006966328785303 ], [ -75.1584947394891, 40.006957387393399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 705, "ADDRESS": "1310 N 24TH ST", "OWNER1": "STERN MICHAEL", "OWNER2": "GOLDSTONE REBECCA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291313100", "LNIADDRESSKEY": "676495", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.0859375, "Shape__Length": 57.173080435712698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175315144287694, 39.975643557308103 ], [ -75.175322526571193, 39.9756024723359 ], [ -75.175522605518907, 39.975627239628302 ], [ -75.175514988211603, 39.975668464626303 ], [ -75.175315144287694, 39.975643557308103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 706, "ADDRESS": "2213 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162207201", "LNIADDRESSKEY": "674060", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 251.328125, "Shape__Length": 92.031666650286454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168957572154397, 39.988362543893402 ], [ -75.1686902173292, 39.988326532125001 ], [ -75.168693257762996, 39.988312721508301 ], [ -75.168699169708205, 39.988283419463201 ], [ -75.168965771594102, 39.9883193973888 ], [ -75.1690506908689, 39.988330866749202 ], [ -75.169040803926507, 39.988373764699901 ], [ -75.168957572154397, 39.988362543893402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 707, "ADDRESS": "2123 N FRANKLIN ST", "OWNER1": "TIWANI DEVELOPMENT GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202051600", "LNIADDRESSKEY": "299250", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.70703125, "Shape__Length": 62.900539522173446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146015666404907, 39.983888279697901 ], [ -75.146023092447606, 39.983849824795698 ], [ -75.1462515828878, 39.983880026791503 ], [ -75.146242961557107, 39.983919034620001 ], [ -75.146015666404907, 39.983888279697901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 708, "ADDRESS": "4332 LEIPER ST", "OWNER1": "CARA & ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "234256400", "LNIADDRESSKEY": "388193", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 396.65234375, "Shape__Length": 100.05263288883123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.090840949813099, 40.013333124956098 ], [ -75.090878845464005, 40.013293735282801 ], [ -75.090893815755095, 40.013278170807297 ], [ -75.090923413293396, 40.013297007660903 ], [ -75.091038338199994, 40.013366664665099 ], [ -75.091175945107096, 40.013449791321698 ], [ -75.091122068573398, 40.013504820182597 ], [ -75.090840949813099, 40.013333124956098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 709, "ADDRESS": "704 N 36TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243076710", "LNIADDRESSKEY": "685545", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 255.87109375, "Shape__Length": 80.037935544668159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195059761575706, 39.966212359300599 ], [ -75.195344657042995, 39.966180482123598 ], [ -75.195354533455202, 39.966235380744401 ], [ -75.195069838705507, 39.966266390696099 ], [ -75.195059761575706, 39.966212359300599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 710, "ADDRESS": "343-45 SHEDAKER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121019900", "LNIADDRESSKEY": "533335", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.85546875, "Shape__Length": 58.805857126640021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158742078717395, 40.032319984298297 ], [ -75.1587589716774, 40.0323031819458 ], [ -75.158774274246795, 40.032287971168202 ], [ -75.158805305165501, 40.032257333959599 ], [ -75.158932637740406, 40.032331408330201 ], [ -75.158900844566205, 40.0323627852285 ], [ -75.158868762236906, 40.032394059862 ], [ -75.158867672890295, 40.032395115377597 ], [ -75.158767255149201, 40.032335044036401 ], [ -75.158742078717395, 40.032319984298297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 711, "ADDRESS": "741 E WOODLAWN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122100310", "LNIADDRESSKEY": "623620", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 275.89453125, "Shape__Length": 108.04710544869567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164370217021002, 40.044309857079902 ], [ -75.164710142264397, 40.044517280622102 ], [ -75.164677962291506, 40.0445477314302 ], [ -75.164553908390701, 40.044472690495198 ], [ -75.164338784640194, 40.044339954080499 ], [ -75.164370217021002, 40.044309857079902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 712, "ADDRESS": "3320 WATERLOO ST", "OWNER1": "SANTONI JOSE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "072046700", "LNIADDRESSKEY": "602151", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.31640625, "Shape__Length": 43.931670811218382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130403490740207, 40.000832148839699 ], [ -75.130411017882494, 40.000794616079297 ], [ -75.130556615336005, 40.000813477759003 ], [ -75.130548184624104, 40.000851619500501 ], [ -75.130403490740207, 40.000832148839699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 713, "ADDRESS": "2144 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": null, "OPA_ID": "291099200", "LNIADDRESSKEY": "419358", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.6640625, "Shape__Length": 77.933185236118021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171619708601597, 39.975852403202701 ], [ -75.171677042751895, 39.9758598960127 ], [ -75.171629598971407, 39.976080896089996 ], [ -75.171573357503604, 39.976073845656998 ], [ -75.171619708601597, 39.975852403202701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 714, "ADDRESS": "1326 W CAMBRIA ST", "OWNER1": "W B INVESTMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "871553060", "LNIADDRESSKEY": "62898", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.21875, "Shape__Length": 55.689722749703961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152778043988505, 39.996672739127597 ], [ -75.152835015168293, 39.996679186472498 ], [ -75.152802992400098, 39.996825427082101 ], [ -75.152747500058297, 39.996818675302499 ], [ -75.152778043988505, 39.996672739127597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 715, "ADDRESS": "4171 MANTUA AVE", "OWNER1": "AUSCH EFRAIM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062113400", "LNIADDRESSKEY": "409599", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.69921875, "Shape__Length": 92.26784828903557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208006850137295, 39.971819800195803 ], [ -75.208124061985501, 39.97155913153 ], [ -75.208175156935098, 39.971572691569399 ], [ -75.208057727063306, 39.971834144957597 ], [ -75.208006850137295, 39.971819800195803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 716, "ADDRESS": "1338 S CORLIES ST", "OWNER1": "SOPOTI CONSTRUCTION LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362256700", "LNIADDRESSKEY": "98398", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.1875, "Shape__Length": 52.436591074082848 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194392864108806, 39.9368102975887 ], [ -75.194393398973205, 39.936807746140197 ], [ -75.194400728306903, 39.936772123686801 ], [ -75.194583258414198, 39.936794568004402 ], [ -75.194575124133607, 39.936833234831703 ], [ -75.194392864108806, 39.9368102975887 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 717, "ADDRESS": "2449 INGERSOLL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291090410", "LNIADDRESSKEY": "357260", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.6171875, "Shape__Length": 44.599665009060047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176338196087301, 39.976503831674698 ], [ -75.176325337348899, 39.976502544290298 ], [ -75.176349822609694, 39.976385531613303 ], [ -75.176394876257902, 39.976391490841202 ], [ -75.176370671703793, 39.9765082834422 ], [ -75.176338196087301, 39.976503831674698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 718, "ADDRESS": "2834 N 11TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372233500", "LNIADDRESSKEY": "652072", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 245.43359375, "Shape__Length": 89.016336859269387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148792718256104, 39.995722198661397 ], [ -75.148801755891299, 39.995677752298803 ], [ -75.149139241040999, 39.995720814117902 ], [ -75.149129978941104, 39.995764015387699 ], [ -75.148792718256104, 39.995722198661397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 719, "ADDRESS": "2214 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191202201", "LNIADDRESSKEY": "461587", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.04296875, "Shape__Length": 49.740663668974584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139470835760093, 39.984602191424699 ], [ -75.139480402698695, 39.984558836688798 ], [ -75.139640760912698, 39.984580442587898 ], [ -75.139644514583594, 39.984580946938998 ], [ -75.139633780120903, 39.9846241298414 ], [ -75.139470835760093, 39.984602191424699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 720, "ADDRESS": "5918 ARCH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042029850", "LNIADDRESSKEY": "19709", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.85546875, "Shape__Length": 73.092296785830314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239014540601005, 39.963287116214097 ], [ -75.239057904816306, 39.963080204775999 ], [ -75.239112390617706, 39.963087022753001 ], [ -75.239068850420594, 39.963291334367703 ], [ -75.239068294464701, 39.963293902422599 ], [ -75.239014540601005, 39.963287116214097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 721, "ADDRESS": "125 PLEASANT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "222063220", "LNIADDRESSKEY": "486102", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.84375, "Shape__Length": 69.511653026432199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184623059781302, 40.055810776340302 ], [ -75.184655206109795, 40.055779447570401 ], [ -75.184858299574202, 40.055901720100998 ], [ -75.184841869198806, 40.055916812284103 ], [ -75.184823174342796, 40.055935239438298 ], [ -75.184623059781302, 40.055810776340302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 722, "ADDRESS": "3846 N CAMAC ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432371310", "LNIADDRESSKEY": "61081", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.5859375, "Shape__Length": 54.876373653145329 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147945129750099, 40.011602327882898 ], [ -75.147953722607895, 40.0115662689755 ], [ -75.148142591298395, 40.011591279362598 ], [ -75.148149474117602, 40.0115921921929 ], [ -75.148144090278706, 40.011618894664402 ], [ -75.148141289035493, 40.011627970900797 ], [ -75.148134864779706, 40.011627131533203 ], [ -75.147945129750099, 40.011602327882898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 723, "ADDRESS": "2228 SEARS ST", "OWNER1": "FORCE FARZAD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361311700", "LNIADDRESSKEY": "528118", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.86328125, "Shape__Length": 51.587345784463359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181532879835103, 39.935468383007702 ], [ -75.181563501901095, 39.935331324417596 ], [ -75.181612960026101, 39.935338026191097 ], [ -75.181582161118698, 39.935475353387801 ], [ -75.181532879835103, 39.935468383007702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 724, "ADDRESS": "236 N 52ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441137110", "LNIADDRESSKEY": "691402", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 368.95703125, "Shape__Length": 91.009393159410337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224592054178501, 39.9641966836991 ], [ -75.224901654216097, 39.964160006563397 ], [ -75.224928145254296, 39.9642298110073 ], [ -75.224619889719605, 39.964268031491002 ], [ -75.224592054178501, 39.9641966836991 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 725, "ADDRESS": "719 BROOKLYN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061264450", "LNIADDRESSKEY": "52465", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.69921875, "Shape__Length": 70.066842684129142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207787341659497, 39.965220887721699 ], [ -75.208046279437099, 39.965202187192901 ], [ -75.208051666389906, 39.965244104070699 ], [ -75.207794997191101, 39.965263742367497 ], [ -75.207787341659497, 39.965220887721699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 726, "ADDRESS": "2347 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162180201", "LNIADDRESSKEY": "672334", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.54296875, "Shape__Length": 76.213983281990892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166672492564501, 39.990428746960298 ], [ -75.166681975496203, 39.990384969477802 ], [ -75.166962434543507, 39.990423230235599 ], [ -75.166952505028206, 39.990466627144897 ], [ -75.166672492564501, 39.990428746960298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 727, "ADDRESS": "2561 N DOVER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281146500", "LNIADDRESSKEY": "123050", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.796875, "Shape__Length": 51.247959001502863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178151450250795, 39.995107000363603 ], [ -75.178158766262399, 39.995069879316098 ], [ -75.178337118703695, 39.995094331539001 ], [ -75.178328647437297, 39.995132070936499 ], [ -75.178151450250795, 39.995107000363603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 728, "ADDRESS": "3932 BROWN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243068810", "LNIADDRESSKEY": "53920", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.03515625, "Shape__Length": 82.315054914080036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201505076688804, 39.967270439308102 ], [ -75.201548144868994, 39.967507871384797 ], [ -75.201492066103, 39.967513928483797 ], [ -75.201447668590703, 39.967277289022597 ], [ -75.201505076688804, 39.967270439308102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 729, "ADDRESS": "2310 N MYRTLEWOOD ST", "OWNER1": "LOVE FRANK C JR", "OWNER2": "OZELL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282049000", "LNIADDRESSKEY": "444997", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.76171875, "Shape__Length": 48.147687756130765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180948271275994, 39.991420323262901 ], [ -75.1809557430133, 39.991384027732998 ], [ -75.180990070020997, 39.991387923670402 ], [ -75.181121858366893, 39.991405429076003 ], [ -75.181114031202895, 39.991441716659999 ], [ -75.180948271275994, 39.991420323262901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 730, "ADDRESS": "5660 BEAUMONT ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513291310", "LNIADDRESSKEY": "31954", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.82421875, "Shape__Length": 57.576404385675922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230275823477896, 39.9395256161826 ], [ -75.230319215965693, 39.939496151800803 ], [ -75.230323906347294, 39.939500107730503 ], [ -75.230415716359303, 39.939577387162899 ], [ -75.230454285620496, 39.939610811109603 ], [ -75.2304135630134, 39.939639415176998 ], [ -75.230309806103804, 39.939552283300401 ], [ -75.230281358280607, 39.939529961200201 ], [ -75.230275823477896, 39.9395256161826 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 731, "ADDRESS": "5313-19 VINE ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441041010", "LNIADDRESSKEY": "589220", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 989.93359375, "Shape__Length": 128.81640956252355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226611918422094, 39.965049021769097 ], [ -75.226840229009696, 39.965075835575597 ], [ -75.226784492537604, 39.965351414361599 ], [ -75.226563329717095, 39.965300206605399 ], [ -75.226611918422094, 39.965049021769097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 732, "ADDRESS": "3609 FAIRMOUNT AVE", "OWNER1": "BULLOCK WILLIAM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243009100", "LNIADDRESSKEY": "283521", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.1484375, "Shape__Length": 83.059241789907844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1956646322175, 39.966033550652803 ], [ -75.195708802674403, 39.966268978168799 ], [ -75.195691190205494, 39.966270488333599 ], [ -75.195690992775596, 39.966275739060002 ], [ -75.195653170122597, 39.966279878490802 ], [ -75.195649105850094, 39.966256510502802 ], [ -75.195608500222804, 39.966039910019198 ], [ -75.1956646322175, 39.966033550652803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 733, "ADDRESS": "5550 MORTON ST", "OWNER1": "PATTERSON RAYMOND JR", "OWNER2": null, "BLDG_DESC": "S/D CONV.APT 2STY MASONRY", "OPA_ID": "122173800", "LNIADDRESSKEY": "440244", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 820.14453125, "Shape__Length": 167.70815747354004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169300163799903, 40.0380030029362 ], [ -75.169551633537594, 40.037890576238901 ], [ -75.169562946417102, 40.0379041124379 ], [ -75.169573630118904, 40.037916007047599 ], [ -75.169580632034993, 40.037924885021702 ], [ -75.169584109185706, 40.037938793673199 ], [ -75.169589516352602, 40.037968109064899 ], [ -75.169339048490301, 40.0380757233035 ], [ -75.169237286695804, 40.038118926737603 ], [ -75.169176615843298, 40.038145934143898 ], [ -75.169114927349099, 40.038172112247103 ], [ -75.169020103843593, 40.0382131828257 ], [ -75.169012200086897, 40.0381938069063 ], [ -75.168996295204295, 40.038139431578799 ], [ -75.169300163799903, 40.0380030029362 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 734, "ADDRESS": "315 N 41ST ST", "OWNER1": "BIRCH TREE INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061211500", "LNIADDRESSKEY": "686461", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 273.62890625, "Shape__Length": 74.709242251732306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204879018080405, 39.959376766860203 ], [ -75.205121616450398, 39.9593597742276 ], [ -75.205132893359703, 39.959428339625099 ], [ -75.204886213051296, 39.959445289036204 ], [ -75.204879018080405, 39.959376766860203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 735, "ADDRESS": "3045 W OAKDALE ST", "OWNER1": "WARLEY JAMES", "OWNER2": "BESSIE L", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282377100", "LNIADDRESSKEY": "454449", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.91015625, "Shape__Length": 48.054105846186765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181537834130594, 39.996976353644897 ], [ -75.181585348739304, 39.996983010928503 ], [ -75.181558557613897, 39.997109498942102 ], [ -75.181510239853907, 39.997102470032097 ], [ -75.181537834130594, 39.996976353644897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 736, "ADDRESS": "3827 ARCHER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131283505", "LNIADDRESSKEY": "19774", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.203125, "Shape__Length": 44.882877498010025 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159933527563894, 40.0124409744774 ], [ -75.159958728713704, 40.012473896199701 ], [ -75.15982782252, 40.012533971447503 ], [ -75.159803812721407, 40.012501190325203 ], [ -75.159933527563894, 40.0124409744774 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 737, "ADDRESS": "1448 N FRAZIER ST", "OWNER1": "WARREN C BROWN", "OWNER2": "ROSE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043083400", "LNIADDRESSKEY": "300987", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.63671875, "Shape__Length": 50.482765053643995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234377023913893, 39.974400170028503 ], [ -75.234552978322895, 39.974381443708403 ], [ -75.234555254960597, 39.974388391856998 ], [ -75.234559758134594, 39.974418425004103 ], [ -75.234384341638702, 39.974437921090697 ], [ -75.234377023913893, 39.974400170028503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 738, "ADDRESS": "2929 WHARTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362080210", "LNIADDRESSKEY": "610515", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.25, "Shape__Length": 42.621879007362104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193024173906196, 39.937590821064603 ], [ -75.193043515902502, 39.937499708740297 ], [ -75.193096259125994, 39.9375065429386 ], [ -75.193072708600695, 39.937618791446702 ], [ -75.193024173906196, 39.937590821064603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 739, "ADDRESS": "647 N 43RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061279310", "LNIADDRESSKEY": "687289", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 236.60546875, "Shape__Length": 88.715849843024344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209239344995794, 39.964469588899298 ], [ -75.209244622489905, 39.9645116328021 ], [ -75.208903122541997, 39.964539452406399 ], [ -75.208899055825299, 39.964496387882903 ], [ -75.209239344995794, 39.964469588899298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 740, "ADDRESS": "805 E MADISON ST", "OWNER1": "LORD CHARLES F", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331073400", "LNIADDRESSKEY": "405169", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.03125, "Shape__Length": 50.373043740973429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114981663485395, 39.997744627630198 ], [ -75.115009935577902, 39.997612929949398 ], [ -75.115061386611401, 39.997620060039502 ], [ -75.115033686036497, 39.997751108592503 ], [ -75.114981663485395, 39.997744627630198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 741, "ADDRESS": "2960 N 26TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381156500", "LNIADDRESSKEY": "679062", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.375, "Shape__Length": 56.942284339041251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173080268587398, 40.000930263396199 ], [ -75.173276851588298, 40.0009546323382 ], [ -75.173268406343794, 40.000995451227702 ], [ -75.173267944714695, 40.000997697901902 ], [ -75.173071138394505, 40.000972534422203 ], [ -75.173080268587398, 40.000930263396199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 742, "ADDRESS": "5186 LANCASTER AVE", "OWNER1": "SHELTON ROLAND E", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "442193500", "LNIADDRESSKEY": "377745", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 390.6328125, "Shape__Length": 98.312098925448325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226572484189404, 39.976684109447397 ], [ -75.226392219917798, 39.976917737327 ], [ -75.226318078118993, 39.976880979234203 ], [ -75.226393478263404, 39.9767805982788 ], [ -75.226496475386597, 39.976648709210501 ], [ -75.226572484189404, 39.976684109447397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 743, "ADDRESS": "6129 VINE ST", "OWNER1": "ICAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341037850", "LNIADDRESSKEY": "589446", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.45703125, "Shape__Length": 66.030363459191975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242723449108894, 39.967240242004003 ], [ -75.242761436960095, 39.967058438573098 ], [ -75.242817037862693, 39.967065199116 ], [ -75.242778854970098, 39.967247175120001 ], [ -75.242723449108894, 39.967240242004003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 744, "ADDRESS": "2321 N 27TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281059800", "LNIADDRESSKEY": "679859", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.3671875, "Shape__Length": 66.516930125767473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176389859587303, 39.991181751850803 ], [ -75.176397630215305, 39.991140917660701 ], [ -75.176410270318897, 39.991142522183701 ], [ -75.176639645636399, 39.9911718773972 ], [ -75.176631062829003, 39.991212548103299 ], [ -75.176401955787298, 39.991183296876002 ], [ -75.176389859587303, 39.991181751850803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 745, "ADDRESS": "1462 KERBAUGH ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132265105", "LNIADDRESSKEY": "369506", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.24609375, "Shape__Length": 45.407847949294307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151876674247902, 40.013095886837498 ], [ -75.151914938713702, 40.013084260073299 ], [ -75.151964049326295, 40.013202804429902 ], [ -75.151925312094306, 40.013214726860198 ], [ -75.151876674247902, 40.013095886837498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 746, "ADDRESS": "2161 N 19TH ST", "OWNER1": "WESTMONT VILLAGE LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321261901", "LNIADDRESSKEY": "668087", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.10546875, "Shape__Length": 84.844853870552541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164115680082702, 39.987226386357001 ], [ -75.163808516928796, 39.987186483798901 ], [ -75.163817588174197, 39.9871403275693 ], [ -75.164133916754295, 39.987181693522999 ], [ -75.164123812966295, 39.987227440199099 ], [ -75.164115680082702, 39.987226386357001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 747, "ADDRESS": "6017 ALLMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401241401", "LNIADDRESSKEY": "12038", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.51171875, "Shape__Length": 58.453240115073143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231245168605099, 39.932650727115998 ], [ -75.231265057635895, 39.932636672522499 ], [ -75.231279654083394, 39.932626435665597 ], [ -75.231286015975201, 39.932622028732403 ], [ -75.231425388080297, 39.932740037645097 ], [ -75.231394199048196, 39.9327617920218 ], [ -75.231384977865503, 39.932768229858397 ], [ -75.231245168605099, 39.932650727115998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 748, "ADDRESS": "3848 FOLSOM ST", "OWNER1": "CHEN FANGPING", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243053400", "LNIADDRESSKEY": "293653", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.8671875, "Shape__Length": 75.539953671216338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1994287254266, 39.966955878741103 ], [ -75.199459867596403, 39.966952250676698 ], [ -75.199460831117094, 39.966957269296699 ], [ -75.1994983701113, 39.967154876591501 ], [ -75.199500505883904, 39.967172219993998 ], [ -75.199452607667595, 39.967177426283101 ], [ -75.199409990356202, 39.9669627649265 ], [ -75.199409144696006, 39.966958505770599 ], [ -75.1994287254266, 39.966955878741103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 749, "ADDRESS": "1215 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371389801", "LNIADDRESSKEY": "105977", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.56640625, "Shape__Length": 60.329714434443787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151913453051407, 39.990515974193102 ], [ -75.1519665178851, 39.990523043219298 ], [ -75.151934153514702, 39.990687539518603 ], [ -75.1518813514149, 39.990680718576399 ], [ -75.151913453051407, 39.990515974193102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 750, "ADDRESS": "2226 N 17TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161162701", "LNIADDRESSKEY": "663039", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.6875, "Shape__Length": 64.675605801072933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160992710482802, 39.987557315437101 ], [ -75.161224434598196, 39.987587124273098 ], [ -75.161215310403307, 39.987629090544097 ], [ -75.160983586148802, 39.987599281689697 ], [ -75.160992710482802, 39.987557315437101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 751, "ADDRESS": "1219 W SUSQUEHANNA AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371307201", "LNIADDRESSKEY": "559041", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.59765625, "Shape__Length": 73.183449526010122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153140193554904, 39.985981273897401 ], [ -75.153091104903496, 39.986187578852601 ], [ -75.153037736219602, 39.986180309676897 ], [ -75.153084362947993, 39.985974256508001 ], [ -75.153140193554904, 39.985981273897401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 752, "ADDRESS": "1902 N 22ND ST", "OWNER1": "DI PROSPERO PROPERTIES LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322092200", "LNIADDRESSKEY": "673982", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.4765625, "Shape__Length": 72.065549298841333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170303852058694, 39.983570764479303 ], [ -75.170313951696798, 39.983525002625001 ], [ -75.170572378561104, 39.983558375376397 ], [ -75.170562503440706, 39.983605400336003 ], [ -75.170303852058694, 39.983570764479303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 753, "ADDRESS": "1700 S RINGGOLD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364170205", "LNIADDRESSKEY": "506541", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.05859375, "Shape__Length": 49.67200582040013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185602581240204, 39.931397465250697 ], [ -75.185612193249895, 39.931355268504802 ], [ -75.1857763795945, 39.931376752777702 ], [ -75.185767630430902, 39.931419386671799 ], [ -75.185602581240204, 39.931397465250697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 754, "ADDRESS": "1940 S 65TH ST", "OWNER1": "ONG Y VU", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403008000", "LNIADDRESSKEY": "704351", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.8125, "Shape__Length": 67.204453849610047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237525650798304, 39.927847551281097 ], [ -75.237563516464803, 39.927879540683101 ], [ -75.237423015825897, 39.9279795136733 ], [ -75.237382133490897, 39.928008197592703 ], [ -75.237352737458906, 39.927983261544597 ], [ -75.237346421473106, 39.927977980724997 ], [ -75.237386901240001, 39.927948869035099 ], [ -75.237470246254304, 39.927889586277502 ], [ -75.237494351825504, 39.927871287006496 ], [ -75.237525650798304, 39.927847551281097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 755, "ADDRESS": "4969 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442083600", "LNIADDRESSKEY": "314587", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 269.82421875, "Shape__Length": 98.102479444699696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221230264233995, 39.972533996998401 ], [ -75.221284846839197, 39.972522610621503 ], [ -75.221385524512897, 39.9728094356119 ], [ -75.221328518003006, 39.972815030390301 ], [ -75.221230264233995, 39.972533996998401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 756, "ADDRESS": "2054 N 5TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183422000", "LNIADDRESSKEY": "636594", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.53515625, "Shape__Length": 71.906271767615436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142380295561793, 39.982624571606102 ], [ -75.142390961180894, 39.982575844514201 ], [ -75.142639775874898, 39.982608077770799 ], [ -75.142639674733005, 39.9826085766665 ], [ -75.1426377320591, 39.982618220770803 ], [ -75.142627984762697, 39.982618854165601 ], [ -75.142625042056693, 39.982632199023698 ], [ -75.1426314423734, 39.9826325212589 ], [ -75.142627014131094, 39.982656530878003 ], [ -75.142598467345195, 39.982652833482398 ], [ -75.142556242288407, 39.982647364531303 ], [ -75.142514014355896, 39.982641894373003 ], [ -75.142380295561793, 39.982624571606102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 757, "ADDRESS": "6004 ALLMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401246101", "LNIADDRESSKEY": "12025", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.01171875, "Shape__Length": 60.470765062444315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2309456091334, 39.9327102863924 ], [ -75.230905213237904, 39.932738639808399 ], [ -75.230774257183597, 39.932626940772103 ], [ -75.230761795766099, 39.932617978042899 ], [ -75.230760286347703, 39.932612916195701 ], [ -75.230797740054996, 39.932587093072499 ], [ -75.2309456091334, 39.9327102863924 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 758, "ADDRESS": "2404 N GARNET ST", "OWNER1": "PLANTIN IN STANTON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162106800", "LNIADDRESSKEY": "306746", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.40234375, "Shape__Length": 52.335203600414204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164250347051095, 39.990697037879698 ], [ -75.1642445707961, 39.990696263526402 ], [ -75.164080372204694, 39.990674252331097 ], [ -75.164088852624602, 39.990633159989997 ], [ -75.164253807987606, 39.990654559765602 ], [ -75.164259419257803, 39.990655283098498 ], [ -75.164266780253598, 39.9906562384406 ], [ -75.164259066426396, 39.990692044460502 ], [ -75.164257769717395, 39.990698027273403 ], [ -75.164250347051095, 39.990697037879698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 759, "ADDRESS": "1904 MONUMENT ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321138701", "LNIADDRESSKEY": "437393", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.24609375, "Shape__Length": 45.835020998688691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165293710329905, 39.983122783907497 ], [ -75.165318752666494, 39.983003546649698 ], [ -75.165366382400407, 39.983009464527598 ], [ -75.165341342985201, 39.983128704112303 ], [ -75.165293710329905, 39.983122783907497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 760, "ADDRESS": "2037 W BOSTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162271301", "LNIADDRESSKEY": "43740", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.2421875, "Shape__Length": 57.754769312314465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165946884913197, 39.991379054861099 ], [ -75.165979278047601, 39.991223920944698 ], [ -75.166032460638803, 39.991230712391904 ], [ -75.166001095296494, 39.991385852564697 ], [ -75.165946884913197, 39.991379054861099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 761, "ADDRESS": "16 E SELTZER ST", "OWNER1": "SHIRAZ INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071188200", "LNIADDRESSKEY": "529427", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.8203125, "Shape__Length": 55.418778926882233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129816869917093, 39.992161749193997 ], [ -75.129846850689702, 39.992016418991398 ], [ -75.129903389471806, 39.992024173344497 ], [ -75.129872967204093, 39.992168994537998 ], [ -75.129816869917093, 39.992161749193997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 762, "ADDRESS": "2044 S 70TH ST", "OWNER1": "PASCHALL BETTERMENT", "OWNER2": "LEAGUE", "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "403210600", "LNIADDRESSKEY": "706670", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.23046875, "Shape__Length": 50.450225247758056 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243076008290004, 39.921669722170698 ], [ -75.2431102068619, 39.921698356729401 ], [ -75.242984725967602, 39.921792426199403 ], [ -75.242949840571001, 39.921763099714902 ], [ -75.243076008290004, 39.921669722170698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 763, "ADDRESS": "842 E WILLARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331080801", "LNIADDRESSKEY": "613823", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.23046875, "Shape__Length": 49.926529800888432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1140298061067, 39.997630018298103 ], [ -75.114080079025399, 39.9976367501014 ], [ -75.114051247393306, 39.997767725184502 ], [ -75.114001368592099, 39.997761099281902 ], [ -75.1140298061067, 39.997630018298103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 764, "ADDRESS": "2621 W GORDON ST", "OWNER1": "FELDER CHARLOTTE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281224300", "LNIADDRESSKEY": "319257", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.4921875, "Shape__Length": 51.675628167430332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175688440437099, 39.991273525622702 ], [ -75.175738511639395, 39.991280064819001 ], [ -75.175710520333396, 39.991416970876699 ], [ -75.175659915504994, 39.991410677616798 ], [ -75.175688440437099, 39.991273525622702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 765, "ADDRESS": "731 N 44TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061297400", "LNIADDRESSKEY": "687639", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 506.23046875, "Shape__Length": 153.26835124224232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210185566669196, 39.9653121220366 ], [ -75.2107934759523, 39.965263645469498 ], [ -75.210799693536501, 39.965306919677502 ], [ -75.210507664563494, 39.965329874298497 ], [ -75.210496689088004, 39.965330405113598 ], [ -75.210497931537105, 39.965347051601299 ], [ -75.210193236946296, 39.965370322012802 ], [ -75.210185566669196, 39.9653121220366 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 766, "ADDRESS": "1601 S TAYLOR ST", "OWNER1": "FD STERN DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364179200", "LNIADDRESSKEY": "566254", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.86328125, "Shape__Length": 56.032830499284579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185769971755093, 39.932659934217497 ], [ -75.185588801885601, 39.932637313388 ], [ -75.185597585946596, 39.932593180100397 ], [ -75.1857892985999, 39.932617762083296 ], [ -75.185788896439306, 39.932619541596701 ], [ -75.185779641603702, 39.932661149425002 ], [ -75.185769971755093, 39.932659934217497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 767, "ADDRESS": "3023 W OAKDALE ST", "OWNER1": "RAYMOND ABRAMS", "OWNER2": "RUTH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282376000", "LNIADDRESSKEY": "454438", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.0546875, "Shape__Length": 48.295848532110178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180964487256603, 39.997028808420197 ], [ -75.180993977357303, 39.996903042040003 ], [ -75.181043321175096, 39.996910078366703 ], [ -75.181014433718303, 39.997035439274903 ], [ -75.180964487256603, 39.997028808420197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 768, "ADDRESS": "1709 N MARSHALL ST", "OWNER1": "CITY PODS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201127200", "LNIADDRESSKEY": "413734", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.42578125, "Shape__Length": 53.868156896003114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145728092911199, 39.9775203927435 ], [ -75.145735669201798, 39.9774785399187 ], [ -75.145920529429802, 39.977500643869 ], [ -75.145912689817195, 39.9775422654727 ], [ -75.145728092911199, 39.9775203927435 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 769, "ADDRESS": "3720 HAVERFORD AVE", "OWNER1": "CASABLANCA INVESTORS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242038410", "LNIADDRESSKEY": "335986", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 403.19140625, "Shape__Length": 100.29659571539092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196618488720205, 39.963146132308097 ], [ -75.196663403356396, 39.963141070345799 ], [ -75.196707947478203, 39.963136403320902 ], [ -75.196756804599801, 39.963409961686601 ], [ -75.196667431063901, 39.963419594631802 ], [ -75.196618488720205, 39.963146132308097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 770, "ADDRESS": "2254 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191241801", "LNIADDRESSKEY": "388659", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.69921875, "Shape__Length": 48.855209863164319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140278207568102, 39.985425665302998 ], [ -75.140285633592299, 39.985391643727603 ], [ -75.140287643371295, 39.985382435923903 ], [ -75.1404299371208, 39.985401388613802 ], [ -75.140447328116394, 39.985403106288899 ], [ -75.140445395530705, 39.985411944178203 ], [ -75.140437749309399, 39.985446782938503 ], [ -75.140426573234194, 39.985445303433501 ], [ -75.140278207568102, 39.985425665302998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 771, "ADDRESS": "817-23 W CUMBERLAND ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371385200", "LNIADDRESSKEY": "105945", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "I-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 654.72265625, "Shape__Length": 103.23951554881243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146216520823401, 39.989976595072797 ], [ -75.146210218357396, 39.989976452098702 ], [ -75.146209444447294, 39.9899764345422 ], [ -75.146252588814406, 39.989779251782601 ], [ -75.146451728976004, 39.989804773053201 ], [ -75.146451790476405, 39.989805918744601 ], [ -75.146410040930505, 39.9900022152909 ], [ -75.146216520823401, 39.989976595072797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 772, "ADDRESS": "3146 W YORK ST", "OWNER1": "LEIVAS CONTRACTOR INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282342900", "LNIADDRESSKEY": "629511", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.65625, "Shape__Length": 54.94984557037202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184051186737307, 39.992986528572601 ], [ -75.1840814954287, 39.992835567352401 ], [ -75.184129029925998, 39.992841627169497 ], [ -75.184098102365596, 39.9929906396479 ], [ -75.184097794720401, 39.992992116057401 ], [ -75.184051186737307, 39.992986528572601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 773, "ADDRESS": "2120 N REESE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191329200", "LNIADDRESSKEY": "498702", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.26171875, "Shape__Length": 45.809852881205416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142635141817394, 39.983598664279498 ], [ -75.142643797796097, 39.983560446983098 ], [ -75.142648799713498, 39.9835611575472 ], [ -75.142796738186902, 39.983581992609501 ], [ -75.142787440688807, 39.983620065819899 ], [ -75.142635141817394, 39.983598664279498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 774, "ADDRESS": "3010 W BERKS ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323024301", "LNIADDRESSKEY": "37264", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.98046875, "Shape__Length": 72.846577261583747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183239767448498, 39.9850061905384 ], [ -75.183284674099795, 39.984797750585898 ], [ -75.183335449793006, 39.984804366513004 ], [ -75.183291401596804, 39.985012294084399 ], [ -75.183239767448498, 39.9850061905384 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 775, "ADDRESS": "2547 N GARNET ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161103201", "LNIADDRESSKEY": "306858", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.359375, "Shape__Length": 50.780202236908011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163297427295703, 39.992923526213801 ], [ -75.163303857384903, 39.992894493982099 ], [ -75.163305089139001, 39.992886913790002 ], [ -75.163310030291697, 39.992887589402002 ], [ -75.163483060407003, 39.992911187029001 ], [ -75.163475070490506, 39.992946535153202 ], [ -75.163302120714505, 39.992924132045999 ], [ -75.163297427295703, 39.992923526213801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 776, "ADDRESS": "6086 REINHARD ST", "OWNER1": "FRATER IAN LLOYD TR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401282900", "LNIADDRESSKEY": "500513", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.7890625, "Shape__Length": 65.356126412333239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231455218319596, 39.930724627774801 ], [ -75.231498273797001, 39.930693946087601 ], [ -75.231668345326995, 39.930797605981198 ], [ -75.231596908916899, 39.930847797257599 ], [ -75.231455218319596, 39.930724627774801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 777, "ADDRESS": "2306 N 30TH ST", "OWNER1": "PRIME MINISTER NORTH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282075200", "LNIADDRESSKEY": "683045", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.1640625, "Shape__Length": 67.354248294976415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181502940168699, 39.99170477298 ], [ -75.181511375526298, 39.991659601507699 ], [ -75.181751281425704, 39.991690454740699 ], [ -75.181742390223306, 39.991735487633598 ], [ -75.181502940168699, 39.99170477298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 778, "ADDRESS": "6119 VANDIKE ST", "OWNER1": "EVANS MARK B", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411342000", "LNIADDRESSKEY": "586579", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.7421875, "Shape__Length": 64.749952092895285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.056641285826998, 40.018244676980899 ], [ -75.056594402776298, 40.0182692785054 ], [ -75.056461974731207, 40.018119843121703 ], [ -75.056514976034805, 40.018098356375802 ], [ -75.056641285826998, 40.018244676980899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 779, "ADDRESS": "2840 CECIL B MOORE AVE", "OWNER1": "JACKSON BRYANT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324041900", "LNIADDRESSKEY": "71888", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.40234375, "Shape__Length": 70.08593102947799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181736047956406, 39.981479966786601 ], [ -75.181788798856203, 39.981486934003101 ], [ -75.181745392529805, 39.981684477764603 ], [ -75.181692633214794, 39.981677187105703 ], [ -75.181736047956406, 39.981479966786601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 780, "ADDRESS": "2935 WHARTON ST", "OWNER1": "NGUYEN DAVID I", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362080500", "LNIADDRESSKEY": "610521", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.07421875, "Shape__Length": 55.37944577884226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193164414176593, 39.937663149495101 ], [ -75.193195836289703, 39.937518691973402 ], [ -75.1932476984, 39.937526119144103 ], [ -75.193215942254895, 39.937676113808998 ], [ -75.193178437397194, 39.937671135327797 ], [ -75.193164414176593, 39.937663149495101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 781, "ADDRESS": "2113 W OXFORD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472035200", "LNIADDRESSKEY": "466729", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.9453125, "Shape__Length": 40.865468914345861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169957090293195, 39.978873299056403 ], [ -75.170002136554203, 39.978878905828097 ], [ -75.169982063856907, 39.978962728648803 ], [ -75.169929818414005, 39.9789861213346 ], [ -75.169957090293195, 39.978873299056403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 782, "ADDRESS": "2631 N 29TH ST", "OWNER1": "APOSTOLIC ASSEMBLY OF OUR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281171800", "LNIADDRESSKEY": "682314", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.41796875, "Shape__Length": 70.692963442106645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178346066854203, 39.996286393873902 ], [ -75.178605005923302, 39.996321452727898 ], [ -75.178595910569797, 39.9963623699946 ], [ -75.178336583095799, 39.996327625659703 ], [ -75.178346066854203, 39.996286393873902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 783, "ADDRESS": "3024 RIDGE AVE", "OWNER1": "OKIE RIDGE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323042000", "LNIADDRESSKEY": "504350", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.8359375, "Shape__Length": 71.455990381818324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183501090697703, 39.988599158211699 ], [ -75.1834881849434, 39.988658947828 ], [ -75.183312489865799, 39.988766970577501 ], [ -75.183279236259395, 39.988734164509502 ], [ -75.183501090697703, 39.988599158211699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 784, "ADDRESS": "1500 W SERGEANT ST", "OWNER1": "NATHANIEL ODOMS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161300200", "LNIADDRESSKEY": "530528", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.84375, "Shape__Length": 51.848393659087542 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156825502561304, 39.991853988410497 ], [ -75.156836691024694, 39.9918068645541 ], [ -75.156852294134197, 39.991735241527699 ], [ -75.156855295301497, 39.991721414513599 ], [ -75.156911784835799, 39.991728832276003 ], [ -75.156894943441003, 39.991807116262898 ], [ -75.156881930756001, 39.991861404799401 ], [ -75.156825502561304, 39.991853988410497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 785, "ADDRESS": "2122 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321268501", "LNIADDRESSKEY": "668048", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.36328125, "Shape__Length": 78.268676390763247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164480102137404, 39.986418465558302 ], [ -75.164490465752195, 39.986372499457097 ], [ -75.164733848562605, 39.986403821948201 ], [ -75.164776754341702, 39.986409624599503 ], [ -75.164767167494901, 39.986455575557002 ], [ -75.164721753307106, 39.986449588005598 ], [ -75.164480102137404, 39.986418465558302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 786, "ADDRESS": "720 W YORK ST", "OWNER1": "REDEVELOPMENT AUTHORITY OF THE CITY OF", "OWNER2": "PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371356500", "LNIADDRESSKEY": "629082", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.5859375, "Shape__Length": 80.39283955146314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145495713639093, 39.9880108099089 ], [ -75.145546447191094, 39.9877792048961 ], [ -75.145600091539706, 39.987786402706902 ], [ -75.145549802217204, 39.988017920959997 ], [ -75.145495713639093, 39.9880108099089 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 787, "ADDRESS": "1213 W ERIE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432204210", "LNIADDRESSKEY": "138876", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 295.86328125, "Shape__Length": 108.74651485417691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148030402616698, 40.0090148551647 ], [ -75.148084880824996, 40.009022101856402 ], [ -75.148014845420406, 40.009349684137703 ], [ -75.147960765644896, 40.009342429554501 ], [ -75.148030402616698, 40.0090148551647 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 788, "ADDRESS": "722 WIOTA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061178900", "LNIADDRESSKEY": "618691", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.83203125, "Shape__Length": 49.860954122054153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203502758981998, 39.965615524903399 ], [ -75.203508986094306, 39.965648933821399 ], [ -75.203500901582103, 39.965649963992597 ], [ -75.203331338542995, 39.965668993746903 ], [ -75.203324897643398, 39.965635159978902 ], [ -75.203502758981998, 39.965615524903399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 789, "ADDRESS": "1306 S 21ST ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361216400", "LNIADDRESSKEY": "673275", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.82421875, "Shape__Length": 72.716900183487368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179175166705505, 39.935442686011697 ], [ -75.179183931540507, 39.935399181141001 ], [ -75.179449344604905, 39.935434113648398 ], [ -75.179440114016799, 39.935477752258301 ], [ -75.179175166705505, 39.935442686011697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 790, "ADDRESS": "5141 HARLAN ST", "OWNER1": "PHILADELPHIA HOUSING DEVELOPMENT CORPORA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442174500", "LNIADDRESSKEY": "332825", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 427.81640625, "Shape__Length": 110.19072657892144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225709767442396, 39.974975241448703 ], [ -75.225794951486705, 39.974966944098703 ], [ -75.225817721, 39.975096771894798 ], [ -75.225848610809805, 39.975278715179499 ], [ -75.225766341651706, 39.9752869156424 ], [ -75.225755325187606, 39.975227611794203 ], [ -75.225752719652405, 39.9752075174193 ], [ -75.225751047411094, 39.9751950040704 ], [ -75.225709767442396, 39.974975241448703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 791, "ADDRESS": "6113 VANDIKE ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411341710", "LNIADDRESSKEY": "586573", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.47265625, "Shape__Length": 60.257157101402775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.056783887276595, 40.018169843589803 ], [ -75.056736380463605, 40.018194772937399 ], [ -75.056616720517596, 40.018057107551797 ], [ -75.056668348473195, 40.018036153930097 ], [ -75.056783887276595, 40.018169843589803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 792, "ADDRESS": "2159 N NEWKIRK ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323219400", "LNIADDRESSKEY": "450011", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.5859375, "Shape__Length": 49.553516685833436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179040849341604, 39.9889026371605 ], [ -75.179049496277202, 39.988864094132303 ], [ -75.179218135161904, 39.9888867318545 ], [ -75.179209986125002, 39.988925430206997 ], [ -75.179040849341604, 39.9889026371605 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 793, "ADDRESS": "2445 N 29TH ST", "OWNER1": "SOILED LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281166100", "LNIADDRESSKEY": "682200", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.33984375, "Shape__Length": 68.377804210032593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178995061369704, 39.993424474774002 ], [ -75.179230394190199, 39.993455005475703 ], [ -75.179221054121896, 39.993497997506999 ], [ -75.178985886113395, 39.9934675189104 ], [ -75.178982945845505, 39.993467130941099 ], [ -75.178974186760797, 39.993465999950701 ], [ -75.178983063976403, 39.993428043229699 ], [ -75.178983839478803, 39.993423030706602 ], [ -75.178992036246299, 39.993424084904298 ], [ -75.178995061369704, 39.993424474774002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 794, "ADDRESS": "1906 W NORRIS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321150301", "LNIADDRESSKEY": "452386", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.8203125, "Shape__Length": 68.677831681042463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165143776831002, 39.9842144549255 ], [ -75.165186851863197, 39.984024163174801 ], [ -75.165242170888206, 39.984031373777697 ], [ -75.165199315267003, 39.984221944170599 ], [ -75.165143776831002, 39.9842144549255 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 795, "ADDRESS": "2334 N 21ST ST", "OWNER1": "LADA PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162186100", "LNIADDRESSKEY": "672321", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.33984375, "Shape__Length": 66.194629135409897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1672098495239, 39.990210617234602 ], [ -75.167218933651498, 39.9901690382273 ], [ -75.167457242185904, 39.990199724593097 ], [ -75.167455967070794, 39.990205724815603 ], [ -75.167450008769194, 39.990233994105999 ], [ -75.167448297042796, 39.990242080489303 ], [ -75.1672098495239, 39.990210617234602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 796, "ADDRESS": "2225 N FRANKLIN ST", "OWNER1": "WILLIAMS OWEN SR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371077800", "LNIADDRESSKEY": "299326", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.515625, "Shape__Length": 64.716593908431051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145908253246603, 39.9855174373373 ], [ -75.145902506130994, 39.985549940792502 ], [ -75.145900448120997, 39.9855605407867 ], [ -75.1456691922006, 39.985534616134203 ], [ -75.145677563148197, 39.985490964651099 ], [ -75.145908253246603, 39.9855174373373 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 797, "ADDRESS": "725 N 41ST ST", "OWNER1": "OZ LANCASTER LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061218700", "LNIADDRESSKEY": "686564", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.4765625, "Shape__Length": 68.140195035244759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205420152516993, 39.965642927724701 ], [ -75.205423709904494, 39.965688318100703 ], [ -75.205220460067096, 39.965698414553103 ], [ -75.205155528067493, 39.965657852819199 ], [ -75.205420152516993, 39.965642927724701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 798, "ADDRESS": "2132 N 7TH ST", "OWNER1": "HAROLD S HALLENBECK", "OWNER2": "FLORENCE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202034700", "LNIADDRESSKEY": "642430", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.37890625, "Shape__Length": 69.009179344804181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145704540949296, 39.984045756686101 ], [ -75.145711350872602, 39.984007528842199 ], [ -75.145968720922099, 39.984035985497101 ], [ -75.145960714006705, 39.984074314589201 ], [ -75.145704540949296, 39.984045756686101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 799, "ADDRESS": "2266 N 17TH ST", "OWNER1": "1706 ARLINGTON ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161164700", "LNIADDRESSKEY": "663079", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.33203125, "Shape__Length": 65.872963310586456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160810218478105, 39.988396647026903 ], [ -75.161041945376596, 39.988426456230499 ], [ -75.161031936939693, 39.988472484149597 ], [ -75.160800209888606, 39.988442674925899 ], [ -75.160810218478105, 39.988396647026903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 800, "ADDRESS": "2839 W OAKDALE ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281360601", "LNIADDRESSKEY": "454394", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.37109375, "Shape__Length": 47.196394063415973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178061357725099, 39.996676078183398 ], [ -75.1780894954057, 39.996555149840901 ], [ -75.178140185857501, 39.9965614922857 ], [ -75.178112204107094, 39.996682713581897 ], [ -75.178061357725099, 39.996676078183398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 801, "ADDRESS": "3908 FOLSOM ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243054910", "LNIADDRESSKEY": "293681", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.40234375, "Shape__Length": 60.997184777816742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200630186608706, 39.966895966177802 ], [ -75.200669101989206, 39.966891336937799 ], [ -75.200715734108599, 39.967062773368198 ], [ -75.200664078432496, 39.967068650142103 ], [ -75.200630186608706, 39.966895966177802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 802, "ADDRESS": "3703 OLD YORK RD", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432367010", "LNIADDRESSKEY": "457880", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.796875, "Shape__Length": 83.982324037765153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147144730713904, 40.0089893948509 ], [ -75.147154066055293, 40.008949291483098 ], [ -75.147472030138005, 40.008990350879301 ], [ -75.147464903878102, 40.0090313276514 ], [ -75.147144730713904, 40.0089893948509 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 803, "ADDRESS": "2643 FEDERAL ST", "OWNER1": "JEAN-BAPTISTE BRITTANY N", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362025300", "LNIADDRESSKEY": "287757", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.65625, "Shape__Length": 41.214741326244024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1881122381577, 39.939040113739097 ], [ -75.188133503298602, 39.938936518761899 ], [ -75.188181072851407, 39.938942869102398 ], [ -75.188159376128198, 39.9390467754314 ], [ -75.1881122381577, 39.939040113739097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 804, "ADDRESS": "1430 S FALLON ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273038310", "LNIADDRESSKEY": "284072", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.234375, "Shape__Length": 50.258838144863965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211253349648103, 39.940763775841297 ], [ -75.211287906198706, 39.9407934279985 ], [ -75.211159897920197, 39.940884022911902 ], [ -75.211125790068095, 39.940854736544303 ], [ -75.211253349648103, 39.940763775841297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 805, "ADDRESS": "2418 N NATRONA ST", "OWNER1": "SPRY GRIER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282210100", "LNIADDRESSKEY": "447154", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.24609375, "Shape__Length": 49.196470279398063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184897792516296, 39.993622981228498 ], [ -75.184906060624996, 39.9935838504624 ], [ -75.185072566789501, 39.993605076723902 ], [ -75.185063976091598, 39.9936449582653 ], [ -75.184897792516296, 39.993622981228498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 806, "ADDRESS": "2421 N 7TH ST", "OWNER1": "OLD KENSINGTON HOLDINGS L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371060400", "LNIADDRESSKEY": "642525", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.9296875, "Shape__Length": 76.194192236651418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144297135411193, 39.988664946233499 ], [ -75.1443064191578, 39.988622342713299 ], [ -75.144588290286507, 39.988659933778401 ], [ -75.1445791274991, 39.988702136856197 ], [ -75.144297135411193, 39.988664946233499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 807, "ADDRESS": "3735 HAVERFORD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242049700", "LNIADDRESSKEY": "336000", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 276.9453125, "Shape__Length": 73.681864606970251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197161040845103, 39.963532230047697 ], [ -75.197254118067704, 39.963522113738897 ], [ -75.197285755128803, 39.963700972478797 ], [ -75.197284681510396, 39.963701109646898 ], [ -75.197191846931204, 39.963712552484999 ], [ -75.197161040845103, 39.963532230047697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 808, "ADDRESS": "1437 N MYRTLEWOOD ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292267710", "LNIADDRESSKEY": "444857", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.60546875, "Shape__Length": 47.927732372711382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183488919920805, 39.978506401097398 ], [ -75.183496202025495, 39.978467844178198 ], [ -75.183658708237601, 39.978489097635503 ], [ -75.183650528466302, 39.9785275860593 ], [ -75.183488919920805, 39.978506401097398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 809, "ADDRESS": "4221 BROWN ST", "OWNER1": "PHILA HOUSING AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062005000", "LNIADDRESSKEY": "53995", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.8125, "Shape__Length": 66.667553200066877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209453444043007, 39.967011039677402 ], [ -75.209511955094001, 39.967006564271202 ], [ -75.209535022236693, 39.967190274732999 ], [ -75.209476027832295, 39.967194206734497 ], [ -75.209453444043007, 39.967011039677402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 810, "ADDRESS": "1824 N 22ND ST", "OWNER1": "JAGORA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322090400", "LNIADDRESSKEY": "673949", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 234.30859375, "Shape__Length": 89.159039322860465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170532815140106, 39.982563619618197 ], [ -75.170541850378001, 39.982522668890802 ], [ -75.170882381694796, 39.982567446117102 ], [ -75.170873713124493, 39.982609194619897 ], [ -75.170532815140106, 39.982563619618197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 811, "ADDRESS": "4235 FAIRMOUNT AVE", "OWNER1": "MARZAC LIMITED LIABILITY COMPANY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061137500", "LNIADDRESSKEY": "283690", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.9375, "Shape__Length": 76.434846397099903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208597906124197, 39.964765491182099 ], [ -75.208623767752101, 39.964951101852698 ], [ -75.208629364510401, 39.964985189122999 ], [ -75.208573805513197, 39.964989713662597 ], [ -75.208543653767606, 39.964770383647398 ], [ -75.208597906124197, 39.964765491182099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 812, "ADDRESS": "1327 S DOVER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362158405", "LNIADDRESSKEY": "123217", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-6", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.23828125, "Shape__Length": 48.99944187909302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191387565959005, 39.936611721680201 ], [ -75.191395943471406, 39.936574414230599 ], [ -75.191563554670395, 39.936597094814999 ], [ -75.191556476315697, 39.936634367059199 ], [ -75.191387565959005, 39.936611721680201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 813, "ADDRESS": "3916 WYALUSING AVE", "OWNER1": "AZRILLIAN SAM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243181900", "LNIADDRESSKEY": "625647", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.4765625, "Shape__Length": 49.717585128336808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201909871338302, 39.972318736728397 ], [ -75.201935371213196, 39.972453837610502 ], [ -75.201890729530305, 39.972458729875498 ], [ -75.201865322778303, 39.972323373136902 ], [ -75.201909871338302, 39.972318736728397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 814, "ADDRESS": "2355 HOPE ST", "OWNER1": "JOHNSON HOWARD A &", "OWNER2": "SADIE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191013200", "LNIADDRESSKEY": "731457", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.6875, "Shape__Length": 42.588327271105136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132275679637601, 39.986126746756099 ], [ -75.132283611118197, 39.986093317169598 ], [ -75.132427918060898, 39.986112793117996 ], [ -75.132420905585306, 39.986146275208498 ], [ -75.132275679637601, 39.986126746756099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 815, "ADDRESS": "6049 UPLAND ST", "OWNER1": "CAMARA ZEINABOU", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401289100", "LNIADDRESSKEY": "583839", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.41015625, "Shape__Length": 59.617069617976945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230514000265998, 39.931143853929498 ], [ -75.230552480156902, 39.931116296501898 ], [ -75.230696858902803, 39.931239188296203 ], [ -75.230657503928498, 39.931266081209202 ], [ -75.230514000265998, 39.931143853929498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 816, "ADDRESS": "3212-24 RIDGE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282275010", "LNIADDRESSKEY": "504391", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1867.83984375, "Shape__Length": 204.00577480102146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185158474375299, 39.990769119528899 ], [ -75.185491377455307, 39.990609267636401 ], [ -75.185506816127599, 39.990611095864899 ], [ -75.185483181295297, 39.990650931875997 ], [ -75.185473569030506, 39.990694578230404 ], [ -75.185464247928806, 39.990737764817602 ], [ -75.185455015516993, 39.990781355461003 ], [ -75.185673076055195, 39.990811245036902 ], [ -75.185636917362203, 39.990976292686803 ], [ -75.185555744839803, 39.990965339538199 ], [ -75.185449525308101, 39.991009939298202 ], [ -75.185455698812703, 39.991020168534199 ], [ -75.185365262145297, 39.991059768860801 ], [ -75.185158474375299, 39.990769119528899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 817, "ADDRESS": "2305 N 27TH ST", "OWNER1": "A TO Z REAL ESTATE TRANSACTION LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281059200", "LNIADDRESSKEY": "679845", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.15234375, "Shape__Length": 71.011252895903851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176483358712304, 39.990707573457598 ], [ -75.176730749587804, 39.990739298910299 ], [ -75.176720068788597, 39.990791094004202 ], [ -75.176473102245694, 39.990759216990902 ], [ -75.176483358712304, 39.990707573457598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 818, "ADDRESS": "6168 REINHARD ST", "OWNER1": "BRYANT ESTELLE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401286100", "LNIADDRESSKEY": "500574", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.4375, "Shape__Length": 60.324564399203759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232916663660404, 39.929636827204497 ], [ -75.232953758624205, 39.9296104324333 ], [ -75.2330333151953, 39.929677914151597 ], [ -75.233102362521194, 39.929736346657897 ], [ -75.233066586248896, 39.929761578852002 ], [ -75.232952489486294, 39.929666194278497 ], [ -75.232916663660404, 39.929636827204497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 819, "ADDRESS": "5933 WINDSOR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034093000", "LNIADDRESSKEY": "617132", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.41015625, "Shape__Length": 66.188737005294257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232884574027906, 39.9359893156862 ], [ -75.232933384168007, 39.935954859515398 ], [ -75.233089525626795, 39.936085098089997 ], [ -75.233056218689597, 39.936108627599602 ], [ -75.233040308888704, 39.936119787547099 ], [ -75.232884574027906, 39.9359893156862 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 820, "ADDRESS": "2519 ANNIN ST", "OWNER1": "SMITH EARTHA ANN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361247105", "LNIADDRESSKEY": "17607", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.765625, "Shape__Length": 39.355391499856914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185784286804704, 39.939022166972201 ], [ -75.185804401035, 39.938922529081204 ], [ -75.185849087313997, 39.938928123280498 ], [ -75.185828952723597, 39.939027759596399 ], [ -75.185784286804704, 39.939022166972201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 821, "ADDRESS": "2340 N 20TH ST", "OWNER1": "TOWNS DELORIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162143300", "LNIADDRESSKEY": "670215", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.16015625, "Shape__Length": 74.064945922963858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165298788973899, 39.990075472612702 ], [ -75.165308476088398, 39.990032392477602 ], [ -75.165579893760395, 39.9900697446379 ], [ -75.165570513498594, 39.990112461159001 ], [ -75.165298788973899, 39.990075472612702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 822, "ADDRESS": "3859 N 13TH ST", "OWNER1": "RASHMI REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432374700", "LNIADDRESSKEY": "656328", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.6640625, "Shape__Length": 65.557841465596596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148078383722293, 40.0119220549823 ], [ -75.148087765147196, 40.0118785670102 ], [ -75.1480960889144, 40.011879642018997 ], [ -75.148319721849504, 40.011908325419 ], [ -75.148313693046106, 40.011939284114497 ], [ -75.148310851464402, 40.011953808355699 ], [ -75.148078383722293, 40.0119220549823 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 823, "ADDRESS": "26 E RITTENHOUSE ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591100900", "LNIADDRESSKEY": "510212", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 480.07421875, "Shape__Length": 118.13795588260076 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175243603923207, 40.037726865908901 ], [ -75.175271030995205, 40.037701559784601 ], [ -75.175385307451904, 40.037770583282899 ], [ -75.175618228549297, 40.0379113069691 ], [ -75.175562609881098, 40.037964963421302 ], [ -75.175216505908793, 40.0377518403983 ], [ -75.175243603923207, 40.037726865908901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 824, "ADDRESS": "5835 N WOODSTOCK ST", "OWNER1": "TAVERAS DELBIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172392500", "LNIADDRESSKEY": "624327", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.796875, "Shape__Length": 68.795522047340086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154321880697296, 40.043593710428397 ], [ -75.154321439994803, 40.043593700469899 ], [ -75.1543049312275, 40.043575112251197 ], [ -75.154271132122602, 40.0435370306433 ], [ -75.154307500344302, 40.043538674638498 ], [ -75.154527197264201, 40.043548571979301 ], [ -75.154523826854998, 40.043601593840101 ], [ -75.154321880697296, 40.043593710428397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 825, "ADDRESS": "2701-07 CECIL B MOORE AVE", "OWNER1": "HARRISON INC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885383820", "LNIADDRESSKEY": "71849", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 692.9296875, "Shape__Length": 106.52798314773511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179007084597302, 39.981705021805801 ], [ -75.178891137450904, 39.981689141108099 ], [ -75.1789323790628, 39.981500851558899 ], [ -75.179156431268495, 39.9815288251677 ], [ -75.179118857426204, 39.981709928038804 ], [ -75.179006648046297, 39.981697177733501 ], [ -75.179007084597302, 39.981705021805801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 826, "ADDRESS": "934 N 13TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROPERTY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141209710", "LNIADDRESSKEY": "655876", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.0390625, "Shape__Length": 54.922989473528794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157483225833403, 39.970722972950902 ], [ -75.1574927024663, 39.9706805182308 ], [ -75.157679775119306, 39.970704121098699 ], [ -75.157671536472293, 39.970747088097298 ], [ -75.157483225833403, 39.970722972950902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 827, "ADDRESS": "2936 RUTLEDGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071429510", "LNIADDRESSKEY": "521942", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.58984375, "Shape__Length": 42.197295845089045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124368135797596, 39.993999160759799 ], [ -75.124375568400694, 39.9939641400304 ], [ -75.124516468275999, 39.993983192873301 ], [ -75.124508537808694, 39.994018669630201 ], [ -75.124368135797596, 39.993999160759799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 828, "ADDRESS": "4528 N BROAD ST", "OWNER1": "SINGHAL RUPALI P", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132008300", "LNIADDRESSKEY": "50823", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 342.26171875, "Shape__Length": 96.456905890827215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148533721582197, 40.022424445969101 ], [ -75.148545708013103, 40.0223660724414 ], [ -75.148896941220102, 40.022410041428103 ], [ -75.148887339030495, 40.022457086871 ], [ -75.148884281194597, 40.0224690270623 ], [ -75.148533721582197, 40.022424445969101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 829, "ADDRESS": "893 N 42ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062278410", "LNIADDRESSKEY": "687038", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 294.22265625, "Shape__Length": 108.83397120600013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207667171422699, 39.969853823128801 ], [ -75.208095627354595, 39.9698051713466 ], [ -75.208103373395602, 39.969846721501497 ], [ -75.2077100981124, 39.969891332416097 ], [ -75.207710257218096, 39.969892126571402 ], [ -75.207674795297294, 39.969895853774403 ], [ -75.207667171422699, 39.969853823128801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 830, "ADDRESS": "1513 W WINGOHOCKING ST", "OWNER1": "FIVE TOWN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132366700", "LNIADDRESSKEY": "617602", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.0234375, "Shape__Length": 57.925420110457253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150648017318204, 40.021979377321799 ], [ -75.150595651569105, 40.021973114716801 ], [ -75.150629224682305, 40.021818575166698 ], [ -75.150684687967399, 40.0218261174915 ], [ -75.150651022802705, 40.021979735932597 ], [ -75.150648017318204, 40.021979377321799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 831, "ADDRESS": "2531 W SILVER ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281407401", "LNIADDRESSKEY": "537773", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.703125, "Shape__Length": 50.062017247610143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172945393731993, 39.997205468406897 ], [ -75.172995047601404, 39.997211499274897 ], [ -75.172968613197199, 39.997344136305102 ], [ -75.172919844954706, 39.9973379957897 ], [ -75.172934888526299, 39.997261909633799 ], [ -75.172945393731993, 39.997205468406897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 832, "ADDRESS": "2732 N 12TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372256200", "LNIADDRESSKEY": "654131", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.78125, "Shape__Length": 79.316078707761562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1507170392821, 39.994358679031798 ], [ -75.150725610735094, 39.994316542116401 ], [ -75.151005752221593, 39.994352385972199 ], [ -75.151021507269306, 39.994354176446599 ], [ -75.151013459280406, 39.994396873727801 ], [ -75.1507170392821, 39.994358679031798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 833, "ADDRESS": "1216 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371327901", "LNIADDRESSKEY": "110573", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.1953125, "Shape__Length": 64.460357012795882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152720639035905, 39.987393813268604 ], [ -75.152757665684504, 39.987223474461103 ], [ -75.152759372929395, 39.987215549214 ], [ -75.152812338808204, 39.987222421947997 ], [ -75.152810632214894, 39.9872303303164 ], [ -75.152773865278704, 39.9874004666544 ], [ -75.152720639035905, 39.987393813268604 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 834, "ADDRESS": "4310 FAIRMOUNT AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061111010", "LNIADDRESSKEY": "283709", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 376.09765625, "Shape__Length": 107.94514727228628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210134787100401, 39.964179111365603 ], [ -75.210208248777406, 39.964173645519601 ], [ -75.210214385688801, 39.964224702646597 ], [ -75.210244885581304, 39.964487515438996 ], [ -75.210171552325704, 39.964492904194699 ], [ -75.210134787100401, 39.964179111365603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 835, "ADDRESS": "1240 BURNS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471173710", "LNIADDRESSKEY": "56106", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.98828125, "Shape__Length": 37.426550915135053 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160445736990894, 39.972890206701301 ], [ -75.160454696587706, 39.972849753879203 ], [ -75.160567884964607, 39.9728643986641 ], [ -75.160561078771394, 39.972895098149003 ], [ -75.160558702581994, 39.972904668515298 ], [ -75.1605439401051, 39.972902770992803 ], [ -75.160445736990894, 39.972890206701301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 836, "ADDRESS": "3107 EUCLID AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323020400", "LNIADDRESSKEY": "140105", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.94921875, "Shape__Length": 68.267168705634106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184757590420503, 39.984998132849299 ], [ -75.184775694478105, 39.984902770327203 ], [ -75.184797070209896, 39.984804515480398 ], [ -75.1848485970675, 39.984811791745699 ], [ -75.184806713948007, 39.985004695423797 ], [ -75.184757590420503, 39.984998132849299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 837, "ADDRESS": "1962 N CROSKEY ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322108400", "LNIADDRESSKEY": "104004", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.75, "Shape__Length": 72.090243596793343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170822471734397, 39.984933501745701 ], [ -75.170834340225099, 39.984883104467499 ], [ -75.171086442283297, 39.984918156104001 ], [ -75.171075114423203, 39.984969242438702 ], [ -75.170822471734397, 39.984933501745701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 838, "ADDRESS": "2019 OAKFORD ST", "OWNER1": "REISINGER NATHANIEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361065700", "LNIADDRESSKEY": "454499", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.51953125, "Shape__Length": 49.866571092809011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177994564340096, 39.936847087528697 ], [ -75.178022819604095, 39.936714668658098 ], [ -75.178070716563496, 39.936721158983602 ], [ -75.178043598717395, 39.936853409653502 ], [ -75.177994564340096, 39.936847087528697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 839, "ADDRESS": "2153 N 19TH ST", "OWNER1": "NORTH 19 ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321261500", "LNIADDRESSKEY": "668079", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.16015625, "Shape__Length": 84.156409658911599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163845354122302, 39.987010463630099 ], [ -75.163855191698005, 39.9869672901333 ], [ -75.164171378088398, 39.987008524403102 ], [ -75.164161110059993, 39.9870520103375 ], [ -75.163845354122302, 39.987010463630099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 840, "ADDRESS": "1911 N 4TH ST", "OWNER1": "WACHTMANN-SMOOT KEVIN", "OWNER2": "WACHTMANN-SMOOT BRADEN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183320800", "LNIADDRESSKEY": "634562", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.53515625, "Shape__Length": 58.514707854337878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140662767476599, 39.979996033256803 ], [ -75.140654604530894, 39.979990914554797 ], [ -75.140657886860097, 39.979982912643003 ], [ -75.140675011365801, 39.9799860433669 ], [ -75.140683869576407, 39.979950200487401 ], [ -75.140863882489597, 39.979975377229003 ], [ -75.140852973122904, 39.980022618727098 ], [ -75.140662767476599, 39.979996033256803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 841, "ADDRESS": "1556 S CAPITOL ST", "OWNER1": "HOWELL ELIZABETH PETERS", "OWNER2": "HOWELL ROGER WELLS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363256000", "LNIADDRESSKEY": "64416", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.83984375, "Shape__Length": 45.73834748588051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178929594055802, 39.931962352735603 ], [ -75.178938043708499, 39.931924967705299 ], [ -75.179091852764401, 39.931945099265597 ], [ -75.179082872528397, 39.931982667254701 ], [ -75.178929594055802, 39.931962352735603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 842, "ADDRESS": "2541 N STANLEY ST", "OWNER1": "ADAMS WILLIAM T", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282109500", "LNIADDRESSKEY": "551262", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.26171875, "Shape__Length": 52.087513375683208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181468970036406, 39.9951732228783 ], [ -75.181478936283995, 39.995133581821001 ], [ -75.181656829632402, 39.995159130205103 ], [ -75.181647534179604, 39.995198770516801 ], [ -75.181468970036406, 39.9951732228783 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 843, "ADDRESS": "4714 DEVEREAUX AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411148310", "LNIADDRESSKEY": "115427", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.23046875, "Shape__Length": 70.632811419356116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055426112934995, 40.018713259031202 ], [ -75.055458865293005, 40.018750714902801 ], [ -75.055246032249599, 40.018862514027298 ], [ -75.055212939458102, 40.018824668285099 ], [ -75.055426112934995, 40.018713259031202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 844, "ADDRESS": "2234 DIAMOND ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322266900", "LNIADDRESSKEY": "116681", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.6640625, "Shape__Length": 72.323477123428518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170930334051107, 39.9862825736896 ], [ -75.170986561255006, 39.986290220847899 ], [ -75.170939163404299, 39.986492603496899 ], [ -75.170884266229805, 39.986485245248303 ], [ -75.170930334051107, 39.9862825736896 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 845, "ADDRESS": "5242 PULASKI AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "123230910", "LNIADDRESSKEY": "492473", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.23046875, "Shape__Length": 63.108240395566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173839685037393, 40.026168975496901 ], [ -75.173879922773907, 40.026192138735802 ], [ -75.173740617392198, 40.026334846898102 ], [ -75.173699889603796, 40.026312396805501 ], [ -75.173839685037393, 40.026168975496901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 846, "ADDRESS": "6165 REINHARD ST", "OWNER1": "MILLER BENJAMIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401277900", "LNIADDRESSKEY": "500571", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.21484375, "Shape__Length": 62.62462986683839 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233132829817606, 39.929865746322498 ], [ -75.233151797811701, 39.929852235462597 ], [ -75.233168883079699, 39.929840343365598 ], [ -75.233183667463507, 39.929852741187197 ], [ -75.233198292885405, 39.929865441856698 ], [ -75.233208548654602, 39.929874032686797 ], [ -75.233220212514098, 39.929883590328501 ], [ -75.233324920051302, 39.929971337601401 ], [ -75.233287447910996, 39.9299977242162 ], [ -75.233174427450294, 39.929901541340399 ], [ -75.233132829817606, 39.929865746322498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 847, "ADDRESS": "630 CANTRELL ST", "OWNER1": "GAO FENGHUA", "OWNER2": "LIN JIAO", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393062700", "LNIADDRESSKEY": "63977", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.390625, "Shape__Length": 50.163713736530013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157768508994394, 39.922201146925602 ], [ -75.157796965937095, 39.922204289456502 ], [ -75.157817956042393, 39.922207262052503 ], [ -75.157788857848601, 39.922340077770201 ], [ -75.157740079264201, 39.922333960850999 ], [ -75.157768508994394, 39.922201146925602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 848, "ADDRESS": "859 E CHELTEN AVE", "OWNER1": "MORGAN LINDA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591012500", "LNIADDRESSKEY": "77771", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.8203125, "Shape__Length": 84.003407739443816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163493914525404, 40.046964626483202 ], [ -75.163745662986798, 40.047118266827603 ], [ -75.163711475654395, 40.047151586983901 ], [ -75.163459727103799, 40.046997947690102 ], [ -75.163493914525404, 40.046964626483202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 849, "ADDRESS": "5003 WALNUT ST", "OWNER1": "FLORENCE G HALE", "OWNER2": "ALICE NAOMI ACOSTA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "602042500", "LNIADDRESSKEY": "595020", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.38671875, "Shape__Length": 90.299921179154381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221654351180405, 39.956867039853698 ], [ -75.221659371500493, 39.956846968110298 ], [ -75.221672441173098, 39.956779974024599 ], [ -75.221689397258501, 39.956695848618097 ], [ -75.2217083354696, 39.956601756790199 ], [ -75.221762175842301, 39.956608279488101 ], [ -75.221708984978306, 39.956874191611199 ], [ -75.221654351180405, 39.956867039853698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 850, "ADDRESS": "1329 S 31ST ST", "OWNER1": "CAPOCCI JOSEPH NEMETZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362268205", "LNIADDRESSKEY": "683879", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.46484375, "Shape__Length": 51.916044560285279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195051801760002, 39.937047365385702 ], [ -75.195059860338205, 39.937008487359599 ], [ -75.195239550670493, 39.9370313020883 ], [ -75.195231229340393, 39.937069933252303 ], [ -75.195051801760002, 39.937047365385702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 851, "ADDRESS": "1831 N RINGGOLD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322154000", "LNIADDRESSKEY": "506019", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.17578125, "Shape__Length": 46.885632264334511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173937107728705, 39.983171117884503 ], [ -75.174095234948894, 39.9831937201374 ], [ -75.174087107530696, 39.983231210185501 ], [ -75.173928991796501, 39.983208881863803 ], [ -75.173937107728705, 39.983171117884503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 852, "ADDRESS": "2766 N 28TH ST", "OWNER1": "URBAN ARCHAEOLOGY GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281119300", "LNIADDRESSKEY": "681090", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.87109375, "Shape__Length": 61.088149083126744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176725357420594, 39.998315192639197 ], [ -75.176945402873898, 39.998344691190503 ], [ -75.1769362963079, 39.998383126939899 ], [ -75.176716793594494, 39.998354219440301 ], [ -75.176725357420594, 39.998315192639197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 853, "ADDRESS": "609 EMILY ST", "OWNER1": "GOLFAND DEVELOPERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393032300", "LNIADDRESSKEY": "136968", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.515625, "Shape__Length": 47.415581698468927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156965121279299, 39.923718273020597 ], [ -75.156984500523095, 39.923627391857003 ], [ -75.156991258367498, 39.923596224130399 ], [ -75.157042113335805, 39.9236028061501 ], [ -75.157016419911002, 39.923724769349199 ], [ -75.156965121279299, 39.923718273020597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 854, "ADDRESS": "2522 CECIL B MOORE AVE", "OWNER1": "CANNON MARIA L", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "324035200", "LNIADDRESSKEY": "71785", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.40625, "Shape__Length": 67.630036621061748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176349753431296, 39.980990837185203 ], [ -75.176389684239794, 39.980799181877998 ], [ -75.176439434527595, 39.980805681084099 ], [ -75.176399503258594, 39.980997352162902 ], [ -75.176349753431296, 39.980990837185203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 855, "ADDRESS": "264 W WENSLEY ST", "OWNER1": "VIBHAA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193229500", "LNIADDRESSKEY": "607195", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.05859375, "Shape__Length": 50.447991100830087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134889028853706, 40.001639587520202 ], [ -75.134917796154198, 40.001511976468699 ], [ -75.134918595319704, 40.001507577404404 ], [ -75.134922373246894, 40.001507969813701 ], [ -75.134969532518795, 40.001514025626498 ], [ -75.134969024991506, 40.001518495532501 ], [ -75.134941160753499, 40.001645514469999 ], [ -75.134889028853706, 40.001639587520202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 856, "ADDRESS": "714 WIOTA ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061178500", "LNIADDRESSKEY": "618687", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.98828125, "Shape__Length": 51.448387743160872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203483957032105, 39.965477751741602 ], [ -75.203490308012505, 39.965511760325803 ], [ -75.203483801702603, 39.965512664467703 ], [ -75.203305488429194, 39.965532063099602 ], [ -75.2032993020253, 39.965498703500501 ], [ -75.203483957032105, 39.965477751741602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 857, "ADDRESS": "2546 N 29TH ST", "OWNER1": "AYRES HARRY J", "OWNER2": "INEZ", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282010200", "LNIADDRESSKEY": "682265", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.2734375, "Shape__Length": 61.554366224146492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179133912776294, 39.995060112740298 ], [ -75.179143599117097, 39.995017419043698 ], [ -75.179360114365807, 39.995046882551101 ], [ -75.179350300726597, 39.995089654503097 ], [ -75.179133912776294, 39.995060112740298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 858, "ADDRESS": "3610 N 17TH ST", "OWNER1": "MA MICKEY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131222600", "LNIADDRESSKEY": "663502", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.4765625, "Shape__Length": 67.608825304342758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156419046765606, 40.008616484699303 ], [ -75.1564278790092, 40.008575871525103 ], [ -75.156484214780704, 40.0085831178896 ], [ -75.156674345526497, 40.008607569602802 ], [ -75.1566655119628, 40.008648182762798 ], [ -75.156419046765606, 40.008616484699303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 859, "ADDRESS": "2137 W ONTARIO ST", "OWNER1": "22ND AND ONTARIO ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112068000", "LNIADDRESSKEY": "460155", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 360.375, "Shape__Length": 106.2205785963875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164800627108704, 40.006692787321001 ], [ -75.164861274766395, 40.006385491240103 ], [ -75.164933256630903, 40.006394865293501 ], [ -75.164870233979698, 40.006701269983203 ], [ -75.164800627108704, 40.006692787321001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 860, "ADDRESS": "1928 W NORRIS ST", "OWNER1": "BELGROVE BURTON", "OWNER2": "RUTH MAY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321151400", "LNIADDRESSKEY": "452408", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.078125, "Shape__Length": 64.89606994845704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165903971543202, 39.9843162027137 ], [ -75.165942828872204, 39.984139275800402 ], [ -75.165999080343099, 39.984146764944498 ], [ -75.165960405363805, 39.984323905465097 ], [ -75.165903971543202, 39.9843162027137 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 861, "ADDRESS": "1009 W ARIZONA ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371351900", "LNIADDRESSKEY": "730180", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.765625, "Shape__Length": 55.648273473798412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149316002069099, 39.988240420366502 ], [ -75.149335697087196, 39.988155157114697 ], [ -75.149349632191502, 39.988086785866699 ], [ -75.149394660526099, 39.988092448647102 ], [ -75.149384487082301, 39.988144108995598 ], [ -75.149373434549602, 39.988196892593599 ], [ -75.149362627226495, 39.9882465225459 ], [ -75.149316002069099, 39.988240420366502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 862, "ADDRESS": "1848 N 22ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322091700", "LNIADDRESSKEY": "673973", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 273.5859375, "Shape__Length": 93.049718219826815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170402802134902, 39.983131580831497 ], [ -75.170413873110704, 39.983085065931498 ], [ -75.170763498320696, 39.983135415637499 ], [ -75.170753857024394, 39.983181801640001 ], [ -75.170594059650298, 39.9831596392645 ], [ -75.170402802134902, 39.983131580831497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 863, "ADDRESS": "2105 N REESE ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191317100", "LNIADDRESSKEY": "498694", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.10546875, "Shape__Length": 43.534599554652424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142540352437607, 39.983125727825502 ], [ -75.142626668699705, 39.983138183530599 ], [ -75.142612089713396, 39.983201895832998 ], [ -75.142541808664703, 39.983193125827803 ], [ -75.142494820592205, 39.983186207250696 ], [ -75.142502014035898, 39.983155500542502 ], [ -75.142538109134307, 39.983138282157398 ], [ -75.142540352437607, 39.983125727825502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 864, "ADDRESS": "3601 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242046310", "LNIADDRESSKEY": "335937", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 328.09765625, "Shape__Length": 99.766490950003018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194690307407598, 39.963811696994597 ], [ -75.194690255797894, 39.963813613863898 ], [ -75.194719281104696, 39.963964801676703 ], [ -75.194738031874607, 39.964061115706201 ], [ -75.194744622766507, 39.964098627252497 ], [ -75.194676792709203, 39.9641064014764 ], [ -75.1946196863815, 39.963820134330497 ], [ -75.194690307407598, 39.963811696994597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 865, "ADDRESS": "620 N 40TH ST", "OWNER1": "626-30 N 40TH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061165600", "LNIADDRESSKEY": "686189", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 405.46875, "Shape__Length": 109.18921669426689 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202958606723797, 39.964082816764801 ], [ -75.202970482985194, 39.964145431052401 ], [ -75.2025630258739, 39.964188016092699 ], [ -75.202552874137297, 39.964129696165102 ], [ -75.202958606723797, 39.964082816764801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 866, "ADDRESS": "706 E HILTON ST", "OWNER1": "19134 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331049300", "LNIADDRESSKEY": "344754", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.51171875, "Shape__Length": 52.198213081010444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116989951284097, 39.997418900620701 ], [ -75.117014144944307, 39.997286835299803 ], [ -75.117015312763499, 39.997280510955697 ], [ -75.117063000565807, 39.997286875806097 ], [ -75.117067062248097, 39.997287533238797 ], [ -75.117065902549598, 39.997293648280298 ], [ -75.117040506970497, 39.997425895530498 ], [ -75.116989951284097, 39.997418900620701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 867, "ADDRESS": "6208 VINE ST", "OWNER1": "6208 SUGAR LOUNGE INC", "OWNER2": "A PA CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341032600", "LNIADDRESSKEY": "589479", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 388.203125, "Shape__Length": 106.14497969302492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244119778438005, 39.967008836927299 ], [ -75.244148804204002, 39.966868232368299 ], [ -75.244150726104394, 39.966858151690097 ], [ -75.244165366026607, 39.966788431633603 ], [ -75.244173630931499, 39.966747814063901 ], [ -75.244181032858705, 39.9667078545179 ], [ -75.244259948270994, 39.966717524670997 ], [ -75.2442352306592, 39.966836140009697 ], [ -75.244197077461095, 39.967018568671897 ], [ -75.244119778438005, 39.967008836927299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 868, "ADDRESS": "751 N 38TH ST", "OWNER1": "COOMBS NICHOLAS HUGH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243094310", "LNIADDRESSKEY": "685859", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.9140625, "Shape__Length": 84.681248063245718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197671267131696, 39.967052768298203 ], [ -75.197721469968201, 39.9670464539699 ], [ -75.197776146262399, 39.967039819031001 ], [ -75.197830825433499, 39.967033652653399 ], [ -75.197883681610193, 39.967027542560203 ], [ -75.197935663919495, 39.967021783544901 ], [ -75.197992152078101, 39.967014335100401 ], [ -75.198002181109004, 39.967056308526601 ], [ -75.197676933314995, 39.967092112881097 ], [ -75.197671267131696, 39.967052768298203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 869, "ADDRESS": "1311 W ERIE AVE", "OWNER1": "EM 17 INVESTMENTS INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432206300", "LNIADDRESSKEY": "138916", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 300.48828125, "Shape__Length": 108.93006257412314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149392948914397, 40.009193598640401 ], [ -75.149446597444097, 40.009201061277501 ], [ -75.149373039927497, 40.0095278830659 ], [ -75.149316452219296, 40.009520518258498 ], [ -75.149392948914397, 40.009193598640401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 870, "ADDRESS": "38 FARSON ST", "OWNER1": "JOHNNESE M THORTON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441075000", "LNIADDRESSKEY": "285575", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.67578125, "Shape__Length": 53.97702855490936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221810233649094, 39.960567073262901 ], [ -75.221819588901297, 39.960522273380803 ], [ -75.222000275616196, 39.9605449212835 ], [ -75.221990849471297, 39.960589977526702 ], [ -75.221810233649094, 39.960567073262901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 871, "ADDRESS": "2469 N STANLEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282107401", "LNIADDRESSKEY": "551220", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.234375, "Shape__Length": 49.173738510717627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181700764119597, 39.994216979832203 ], [ -75.181709653559096, 39.9941753324443 ], [ -75.181869597081501, 39.994196641755998 ], [ -75.181859202644503, 39.994241496865897 ], [ -75.181700229331796, 39.994219465916899 ], [ -75.181700764119597, 39.994216979832203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 872, "ADDRESS": "1836 N 32ND ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323321400", "LNIADDRESSKEY": "684128", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 235.55859375, "Shape__Length": 90.242766767636141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186411814137003, 39.984800118190101 ], [ -75.186626067181706, 39.984828792820799 ], [ -75.186616826067606, 39.984869901057799 ], [ -75.186359280278097, 39.9848350684465 ], [ -75.186271236227498, 39.984823155746597 ], [ -75.186279834168204, 39.984782452134901 ], [ -75.186400012652996, 39.984798548120303 ], [ -75.186411814137003, 39.984800118190101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 873, "ADDRESS": "1944 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321265301", "LNIADDRESSKEY": "667994", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 242.7421875, "Shape__Length": 92.049048052168686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165056497288205, 39.9837910842895 ], [ -75.165065329623999, 39.983749516656403 ], [ -75.165418408882601, 39.983797784496304 ], [ -75.1654172197522, 39.983802062317203 ], [ -75.165410013502296, 39.983838878822702 ], [ -75.165056497288205, 39.9837910842895 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 874, "ADDRESS": "6031 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401288200", "LNIADDRESSKEY": "583821", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.3046875, "Shape__Length": 60.767419385491827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230140450398807, 39.931405004217602 ], [ -75.230141889847005, 39.9314040199719 ], [ -75.230184380469197, 39.931375067521401 ], [ -75.230327861916905, 39.931497891637797 ], [ -75.230286643215393, 39.931526984712299 ], [ -75.230140450398807, 39.931405004217602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 875, "ADDRESS": "2351 N CARLISLE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161012201", "LNIADDRESSKEY": "65104", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.796875, "Shape__Length": 70.647760791718696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156162381309102, 39.989176549308297 ], [ -75.156170180321695, 39.989141342587502 ], [ -75.156437025622196, 39.989177484701401 ], [ -75.156428320018506, 39.989212816240503 ], [ -75.156162381309102, 39.989176549308297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 876, "ADDRESS": "2529 N 11TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371188401", "LNIADDRESSKEY": "733003", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.85546875, "Shape__Length": 65.008985959945392 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149441191878694, 39.990861308632503 ], [ -75.149450393378302, 39.990817525945303 ], [ -75.149681535577002, 39.990846958441999 ], [ -75.1496720037633, 39.990890652569398 ], [ -75.149441191878694, 39.990861308632503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 877, "ADDRESS": "2533 N 11TH ST", "OWNER1": "SMITH LILLIAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371188600", "LNIADDRESSKEY": "733007", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.71484375, "Shape__Length": 65.289322337905162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149422272470204, 39.990949281279299 ], [ -75.149432221741804, 39.990903484862102 ], [ -75.1496623972685, 39.990933008116301 ], [ -75.149653150114005, 39.990977450906499 ], [ -75.149422272470204, 39.990949281279299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 878, "ADDRESS": "1634 W ERIE AVE", "OWNER1": "KENAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131044100", "LNIADDRESSKEY": "139025", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.59765625, "Shape__Length": 82.819497973714732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155688705401502, 40.009669725602997 ], [ -75.155741603093702, 40.009429252277101 ], [ -75.155794273819893, 40.009436068132601 ], [ -75.155741816791505, 40.009676551435803 ], [ -75.155688705401502, 40.009669725602997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 879, "ADDRESS": "45 N PAXON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441108200", "LNIADDRESSKEY": "474559", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 282.18359375, "Shape__Length": 100.51151415619793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223186073185701, 39.960885615850003 ], [ -75.223195306086296, 39.960841249038602 ], [ -75.223583437596702, 39.960891546539798 ], [ -75.223581935989003, 39.9608986696553 ], [ -75.223574373852102, 39.960934755939803 ], [ -75.223186073185701, 39.960885615850003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 880, "ADDRESS": "104 N 58TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042091450", "LNIADDRESSKEY": "697672", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.1171875, "Shape__Length": 75.71984648401471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236539356151198, 39.963280472160598 ], [ -75.236547776363494, 39.963238617327903 ], [ -75.2368297033087, 39.963273002057797 ], [ -75.236820779986601, 39.963314297406797 ], [ -75.236539356151198, 39.963280472160598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 881, "ADDRESS": "628 W CUMBERLAND ST", "OWNER1": "MARIA S RODRIQUEZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371375800", "LNIADDRESSKEY": "105899", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.99609375, "Shape__Length": 75.731741335329531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1438731037899, 39.989111497033001 ], [ -75.143926646396295, 39.989118660633402 ], [ -75.143879950764102, 39.989334462733503 ], [ -75.143826025022904, 39.989327434579003 ], [ -75.1438731037899, 39.989111497033001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 882, "ADDRESS": "2413 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162076801", "LNIADDRESSKEY": "668221", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.53125, "Shape__Length": 65.993597836800106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163102384310605, 39.990724866916999 ], [ -75.163104786308494, 39.990708591269701 ], [ -75.163111844464197, 39.990681749157602 ], [ -75.163348279731693, 39.990713724073998 ], [ -75.163337427391994, 39.990756568327399 ], [ -75.163102384310605, 39.990724866916999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 883, "ADDRESS": "2447 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191378001", "LNIADDRESSKEY": "639479", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.5234375, "Shape__Length": 70.633232390302538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142579349393799, 39.988877471243498 ], [ -75.142590516229603, 39.988879207106301 ], [ -75.142839019606001, 39.988912563107903 ], [ -75.142829695105206, 39.988953457042498 ], [ -75.142570833193005, 39.9889180929435 ], [ -75.142579349393799, 39.988877471243498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 884, "ADDRESS": "6033 UPLAND ST", "OWNER1": "RODAN MANAGEMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401288300", "LNIADDRESSKEY": "583823", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.93359375, "Shape__Length": 61.129252221590683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230184380469197, 39.931375067521401 ], [ -75.230218557222599, 39.931350060076703 ], [ -75.230226542420198, 39.931344206730301 ], [ -75.230371824937706, 39.931466473453902 ], [ -75.230327861916905, 39.931497891637797 ], [ -75.230184380469197, 39.931375067521401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 885, "ADDRESS": "1408 N VOGDES ST", "OWNER1": "TWINNING88 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041322400", "LNIADDRESSKEY": "590733", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.8671875, "Shape__Length": 50.391469295972676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231841476598902, 39.973917971284401 ], [ -75.232005026423906, 39.973899863027498 ], [ -75.232008329129997, 39.973899500767402 ], [ -75.232016160357205, 39.973943146781799 ], [ -75.232012485199107, 39.973943920958902 ], [ -75.231848967389197, 39.973961755127398 ], [ -75.231841476598902, 39.973917971284401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 886, "ADDRESS": "1226 W DAUPHIN ST", "OWNER1": "K&K 1336 ERIE QOF", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371328400", "LNIADDRESSKEY": "110583", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.40234375, "Shape__Length": 61.813296164217519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153169164875806, 39.987277098888498 ], [ -75.153220878504399, 39.987283830471597 ], [ -75.153182105014395, 39.987453856195003 ], [ -75.153130397413605, 39.987446963676497 ], [ -75.153169164875806, 39.987277098888498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 887, "ADDRESS": "2915 CECIL B MOORE AVE", "OWNER1": "2915 CECIL B MOORE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324053500", "LNIADDRESSKEY": "71901", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.42578125, "Shape__Length": 72.435517061244695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182402193842293, 39.982150349288297 ], [ -75.182346145044605, 39.982143002239297 ], [ -75.182389027718699, 39.981939869317301 ], [ -75.182445212892603, 39.981947477314201 ], [ -75.182402193842293, 39.982150349288297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 888, "ADDRESS": "1511 S 20TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363229910", "LNIADDRESSKEY": "671345", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.05859375, "Shape__Length": 65.154185791141643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177631683184401, 39.932602010175302 ], [ -75.177622311419299, 39.932645338021302 ], [ -75.177390162616604, 39.932615576832802 ], [ -75.177399534397793, 39.932572252381703 ], [ -75.177631683184401, 39.932602010175302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 889, "ADDRESS": "2442 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191292601", "LNIADDRESSKEY": "462506", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.23828125, "Shape__Length": 39.846889799444703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140551649205605, 39.988494239964297 ], [ -75.140559584182995, 39.988459553048202 ], [ -75.140584406228697, 39.988463115532703 ], [ -75.140664339391094, 39.988474459972203 ], [ -75.140689783365602, 39.988477117529797 ], [ -75.140682684927398, 39.9885124035047 ], [ -75.140551649205605, 39.988494239964297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 890, "ADDRESS": "6013 REGENT ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401228701", "LNIADDRESSKEY": "499950", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.23828125, "Shape__Length": 56.467004071846631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231457737750503, 39.933109047433902 ], [ -75.231462682469001, 39.933105576813396 ], [ -75.231499467851194, 39.933079707249398 ], [ -75.231632851167802, 39.933190942891798 ], [ -75.231590999181194, 39.933220216252401 ], [ -75.231457737750503, 39.933109047433902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 891, "ADDRESS": "1050 W ORLEANS ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372401900", "LNIADDRESSKEY": "463172", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.09765625, "Shape__Length": 48.876240777482863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148271946574496, 39.997031951541302 ], [ -75.148298866248993, 39.996908663549199 ], [ -75.148349519255305, 39.996915357362298 ], [ -75.148355415610297, 39.996916829014602 ], [ -75.148349411999803, 39.996947127146797 ], [ -75.148328152392907, 39.997038690125002 ], [ -75.148271946574496, 39.997031951541302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 892, "ADDRESS": "2643 N JESSUP ST", "OWNER1": "PANKEY REGINALD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371203600", "LNIADDRESSKEY": "732284", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.96484375, "Shape__Length": 58.12390018662154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149917753012005, 39.992732004430898 ], [ -75.149907843224995, 39.9927767712392 ], [ -75.149779210414394, 39.992759639250501 ], [ -75.149709201435201, 39.9927500252019 ], [ -75.149719544555396, 39.992704881912502 ], [ -75.149757213359806, 39.992710700997797 ], [ -75.149840330083407, 39.992721707812002 ], [ -75.149917753012005, 39.992732004430898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 893, "ADDRESS": "117 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885254600", "LNIADDRESSKEY": "730409", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 78.796875, "Shape__Length": 42.148975536898298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131996000370904, 39.987930968500201 ], [ -75.132039142917506, 39.987936595107797 ], [ -75.132017424138297, 39.988037365922601 ], [ -75.132015406348998, 39.988046750251499 ], [ -75.1319724973917, 39.988041063640303 ], [ -75.131974493447998, 39.988031711478499 ], [ -75.131996000370904, 39.987930968500201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 894, "ADDRESS": "2170 N DOVER ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323232800", "LNIADDRESSKEY": "122912", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.01953125, "Shape__Length": 49.370715832814682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179725659961804, 39.989211757059699 ], [ -75.179734208129304, 39.9891730676148 ], [ -75.179902469002698, 39.989195775808902 ], [ -75.179893638087293, 39.989234201018697 ], [ -75.179725659961804, 39.989211757059699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 895, "ADDRESS": "155 W PRICE ST", "OWNER1": "LARRY W TURPIN", "OWNER2": "EMANUEL L TURPIN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "593015700", "LNIADDRESSKEY": "490416", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 286.24609375, "Shape__Length": 94.039898364514912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179093984358502, 40.0339202161827 ], [ -75.179134051668399, 40.033881636454304 ], [ -75.179414939166094, 40.0340513451563 ], [ -75.179374694398803, 40.034090163155398 ], [ -75.179093984358502, 40.0339202161827 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 896, "ADDRESS": "1500 N MYRTLEWOOD ST", "OWNER1": "BONGARD JAMES", "OWNER2": "MAYLISH KYLE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292278700", "LNIADDRESSKEY": "444884", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.765625, "Shape__Length": 53.715517990520674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183623781433099, 39.979218799114598 ], [ -75.183632362063307, 39.979174741277902 ], [ -75.183813272095904, 39.979199178894198 ], [ -75.183803780052898, 39.979242989982801 ], [ -75.183623781433099, 39.979218799114598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 897, "ADDRESS": "2731 W YORK ST", "OWNER1": "LANDIS DAVID", "OWNER2": "MILDRED", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281254400", "LNIADDRESSKEY": "629426", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.59375, "Shape__Length": 51.459083170407183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177394450522698, 39.992411352831802 ], [ -75.177392927789597, 39.992411156521001 ], [ -75.177409426849195, 39.992340745108002 ], [ -75.177423754183195, 39.992279537279899 ], [ -75.177478781621105, 39.992285799343698 ], [ -75.177448633639699, 39.992418337065999 ], [ -75.177394450522698, 39.992411352831802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 898, "ADDRESS": "1527 W YORK ST", "OWNER1": "WILLIAMS JOSEPH N", "OWNER2": "WILLIAMS L REBECCA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161280200", "LNIADDRESSKEY": "629189", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.86328125, "Shape__Length": 67.402587761197722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158069407053603, 39.989770010997297 ], [ -75.158069632026695, 39.989769065504497 ], [ -75.1581070333893, 39.989774729417 ], [ -75.158132036925593, 39.989778518554701 ], [ -75.158092018640502, 39.989958349917501 ], [ -75.158028213848894, 39.989949316871098 ], [ -75.158069407053603, 39.989770010997297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 899, "ADDRESS": "2134 S CECIL ST", "OWNER1": "CARTER, SHRON P", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401045700", "LNIADDRESSKEY": "71318", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.6796875, "Shape__Length": 55.677948159836092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224665285983406, 39.9331472904477 ], [ -75.224807351771801, 39.933047226126703 ], [ -75.224838734694899, 39.933073631640902 ], [ -75.224845864743301, 39.933079630484301 ], [ -75.224703798902098, 39.933179695978303 ], [ -75.224665285983406, 39.9331472904477 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 900, "ADDRESS": "2400 N CLEVELAND ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162035901", "LNIADDRESSKEY": "90185", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.69921875, "Shape__Length": 54.616297463481104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162692323906398, 39.990407783195003 ], [ -75.162685506589895, 39.990406855773998 ], [ -75.162521008767996, 39.990384465033401 ], [ -75.162531953823006, 39.990335933021001 ], [ -75.162696116262296, 39.9903577845892 ], [ -75.162702997125507, 39.990358696548 ], [ -75.162709795156104, 39.990359591997802 ], [ -75.162699057832896, 39.990408708735799 ], [ -75.162692323906398, 39.990407783195003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 901, "ADDRESS": "5037 PARRISH ST", "OWNER1": "PHILA HOUSING DEVELOPMENT", "OWNER2": "CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442003810", "LNIADDRESSKEY": "471849", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.3046875, "Shape__Length": 63.384952027215299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221555062077201, 39.967068344270501 ], [ -75.221605844770494, 39.967062661894602 ], [ -75.221621650504503, 39.967151328363101 ], [ -75.221635259032396, 39.967240511789001 ], [ -75.221584071928504, 39.967245218947703 ], [ -75.221555062077201, 39.967068344270501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 902, "ADDRESS": "2558 N 16TH ST", "OWNER1": "EDISON HARRIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161087000", "LNIADDRESSKEY": "660652", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.11328125, "Shape__Length": 64.201007069994859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158292377476997, 39.992552128267803 ], [ -75.1585214595965, 39.992584172251703 ], [ -75.158511834035195, 39.9926260921197 ], [ -75.158282756116606, 39.992593934461297 ], [ -75.158292377476997, 39.992552128267803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 903, "ADDRESS": "6056 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401281400", "LNIADDRESSKEY": "500482", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.51171875, "Shape__Length": 60.958060271844971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230829968983201, 39.931160547365302 ], [ -75.230872080374795, 39.931131038983601 ], [ -75.231016432539505, 39.931254703509502 ], [ -75.230974307160196, 39.931284549511098 ], [ -75.230829968983201, 39.931160547365302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 904, "ADDRESS": "2331 N 6TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191374501", "LNIADDRESSKEY": "639406", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.875, "Shape__Length": 74.282365270631715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142973667012797, 39.986982806981899 ], [ -75.142982831863605, 39.986942248424199 ], [ -75.143258365237898, 39.986978747267599 ], [ -75.143249614179894, 39.987019477425697 ], [ -75.143136418399294, 39.987005025339897 ], [ -75.142973667012797, 39.986982806981899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 905, "ADDRESS": "2616 N WARNOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371182501", "LNIADDRESSKEY": "597909", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.48046875, "Shape__Length": 58.846074255111404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148853541976095, 39.992304282010601 ], [ -75.148862281733798, 39.992263776492301 ], [ -75.149069688237205, 39.992289803601302 ], [ -75.149061390960796, 39.992330802331097 ], [ -75.148853541976095, 39.992304282010601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 906, "ADDRESS": "3025 W OAKDALE ST", "OWNER1": "HOWARD STEPHENS", "OWNER2": "DOROTHY MAE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282376100", "LNIADDRESSKEY": "454439", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.91015625, "Shape__Length": 48.357521081745617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181014433718303, 39.997035439274903 ], [ -75.181043321175096, 39.996910078366703 ], [ -75.181093541302403, 39.996916634222302 ], [ -75.181064543326201, 39.997042170617199 ], [ -75.181014433718303, 39.997035439274903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 907, "ADDRESS": "1322 S CORLIES ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362255905", "LNIADDRESSKEY": "98382", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.6875, "Shape__Length": 52.524948943252426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194329972752598, 39.9371162175009 ], [ -75.194338456985406, 39.937076575260797 ], [ -75.194519356602001, 39.937098434841097 ], [ -75.194510894024106, 39.937138593401599 ], [ -75.194329972752598, 39.9371162175009 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 908, "ADDRESS": "2354 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162187101", "LNIADDRESSKEY": "672341", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.86328125, "Shape__Length": 67.218367749386147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167112285886503, 39.990643946298803 ], [ -75.167121080127899, 39.990603909392597 ], [ -75.167365522852606, 39.990634815043499 ], [ -75.167360153649, 39.990660259390303 ], [ -75.167356753338694, 39.990676400013903 ], [ -75.167112285886503, 39.990643946298803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 909, "ADDRESS": "743 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201054300", "LNIADDRESSKEY": "435759", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.421875, "Shape__Length": 60.559297458128384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147914972614302, 39.979227031512899 ], [ -75.147951503370194, 39.979064371879801 ], [ -75.148006267083602, 39.979071755156397 ], [ -75.147993391353097, 39.979136523661502 ], [ -75.147972230557897, 39.979234391391799 ], [ -75.147914972614302, 39.979227031512899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 910, "ADDRESS": "2300 N LAMBERT ST", "OWNER1": "BRESNENI IANCU FLAVIUS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162171400", "LNIADDRESSKEY": "376453", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.50390625, "Shape__Length": 60.865321917001914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166895353439202, 39.989371918079797 ], [ -75.166883679389102, 39.989422109916802 ], [ -75.166680291060501, 39.989394077859203 ], [ -75.166691526366904, 39.989343876164703 ], [ -75.166895353439202, 39.989371918079797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 911, "ADDRESS": "1928 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162254901", "LNIADDRESSKEY": "629238", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.36328125, "Shape__Length": 62.813014367481088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164625773613494, 39.990311719652297 ], [ -75.164682288670804, 39.990319570040199 ], [ -75.164644747588, 39.990489320422803 ], [ -75.164588675791606, 39.990481900102402 ], [ -75.164617115145603, 39.9903514215776 ], [ -75.164625773613494, 39.990311719652297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 912, "ADDRESS": "2312 N MARSHALL ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371049900", "LNIADDRESSKEY": "413926", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.7421875, "Shape__Length": 77.788290187170503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144326017885007, 39.986783260047901 ], [ -75.144615366276497, 39.986819667192798 ], [ -75.144607177541204, 39.986862134530199 ], [ -75.144317034306795, 39.986825145058802 ], [ -75.144326017885007, 39.986783260047901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 913, "ADDRESS": "2101 N 8TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202099300", "LNIADDRESSKEY": "645039", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.62109375, "Shape__Length": 67.943099814648406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146771748785397, 39.983547215506398 ], [ -75.146780348814204, 39.983505965873199 ], [ -75.147027356903706, 39.983538521313399 ], [ -75.147018519769105, 39.983579925515301 ], [ -75.146771748785397, 39.983547215506398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 914, "ADDRESS": "3807 WALLACE ST", "OWNER1": "FINITE DEVELOPERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242100110", "LNIADDRESSKEY": "593493", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 226.64453125, "Shape__Length": 88.336686362329019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198198922444803, 39.964611236398902 ], [ -75.198251183626795, 39.964605289768102 ], [ -75.198276229523998, 39.9647633516418 ], [ -75.198294168680306, 39.964866916912797 ], [ -75.198241770143497, 39.964872618367401 ], [ -75.198221895718703, 39.964760919011802 ], [ -75.198198922444803, 39.964611236398902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 915, "ADDRESS": "4515 OLD YORK RD", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491517210", "LNIADDRESSKEY": "457993", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RTA-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 264.0859375, "Shape__Length": 80.987703386657586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146956201441597, 40.021738275146099 ], [ -75.146666360264604, 40.021699351208497 ], [ -75.146677811000799, 40.021644594552001 ], [ -75.146959559619802, 40.021680770495003 ], [ -75.146956201441597, 40.021738275146099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 916, "ADDRESS": "907 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371331901", "LNIADDRESSKEY": "110475", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.06640625, "Shape__Length": 51.850870053567483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147625896063403, 39.987028114893903 ], [ -75.147635111976797, 39.986982865121597 ], [ -75.147653997827803, 39.986890297891399 ], [ -75.147703504371606, 39.986896642926801 ], [ -75.1476963197739, 39.9869376014734 ], [ -75.147688635279195, 39.9869724239988 ], [ -75.147676696593706, 39.9870345861383 ], [ -75.147625896063403, 39.987028114893903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 917, "ADDRESS": "1747 W LIPPINCOTT ST", "OWNER1": "11TH WARD PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111125800", "LNIADDRESSKEY": "394993", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.41015625, "Shape__Length": 51.279150138857588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159074811306596, 40.002041174077398 ], [ -75.1591027850003, 40.0019051899137 ], [ -75.159135679639405, 40.001909930571799 ], [ -75.159153647963194, 40.0019125278166 ], [ -75.159136199760496, 40.0019891382845 ], [ -75.159124342416405, 40.002047725078199 ], [ -75.159074811306596, 40.002041174077398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 918, "ADDRESS": "3202 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282343201", "LNIADDRESSKEY": "629513", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.40625, "Shape__Length": 52.744005377076085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184566947101999, 39.992907448151598 ], [ -75.184618139090503, 39.992913750564803 ], [ -75.184589642920201, 39.993053935794002 ], [ -75.184538983520596, 39.9930479516171 ], [ -75.184566947101999, 39.992907448151598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 919, "ADDRESS": "1248 HANSON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273045510", "LNIADDRESSKEY": "332210", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.375, "Shape__Length": 59.355819179845312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213718200575201, 39.942544748833299 ], [ -75.213879359964494, 39.942432782510103 ], [ -75.213911566241705, 39.942461478610603 ], [ -75.213751461813104, 39.942573209268801 ], [ -75.213718200575201, 39.942544748833299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 920, "ADDRESS": "2102 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291097100", "LNIADDRESSKEY": "419319", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.2109375, "Shape__Length": 71.9790769440894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170379053618504, 39.975917272175998 ], [ -75.170421936801901, 39.9757166264029 ], [ -75.170479704174994, 39.975724308631499 ], [ -75.170436063897498, 39.975924502664498 ], [ -75.170379053618504, 39.975917272175998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 921, "ADDRESS": "4730 DEVEREAUX AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411149110", "LNIADDRESSKEY": "115435", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.55078125, "Shape__Length": 67.868371679676216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055172655757602, 40.018423402025597 ], [ -75.055198671883005, 40.0184531547361 ], [ -75.054984774367398, 40.018563735622003 ], [ -75.054958749869598, 40.018533973655003 ], [ -75.055172655757602, 40.018423402025597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 922, "ADDRESS": "2419 N 19TH ST", "OWNER1": "BENBOW SIP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162077100", "LNIADDRESSKEY": "668227", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.72265625, "Shape__Length": 66.762528147748853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163074268343294, 39.990852272075102 ], [ -75.163079460827703, 39.9908287419467 ], [ -75.163083638984702, 39.990807622825798 ], [ -75.163320798477301, 39.990839355069703 ], [ -75.163310929810507, 39.990884397442102 ], [ -75.163074268343294, 39.990852272075102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 923, "ADDRESS": "2321 N 21ST ST", "OWNER1": "PLEASANT LEROY S", "OWNER2": "PLEASANT MARTHA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162178900", "LNIADDRESSKEY": "672308", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.26953125, "Shape__Length": 76.700783743498249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166798868342298, 39.989862287386401 ], [ -75.166809079983693, 39.989817478867003 ], [ -75.167089011855893, 39.989854680073499 ], [ -75.167078746242296, 39.989900873835303 ], [ -75.166798868342298, 39.989862287386401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 924, "ADDRESS": "2236 N CAMAC ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371253501", "LNIADDRESSKEY": "60850", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.76953125, "Shape__Length": 70.92200515248868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153157466302901, 39.9868316993796 ], [ -75.153166962384503, 39.986789938023698 ], [ -75.153426833039205, 39.986823527233199 ], [ -75.153417331174595, 39.986864869502597 ], [ -75.153157466302901, 39.9868316993796 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 925, "ADDRESS": "5843 WILLOWS AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034057110", "LNIADDRESSKEY": "615606", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 282.6640625, "Shape__Length": 102.83818743218104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234775596626207, 39.9396798991163 ], [ -75.234817560243201, 39.939651078612201 ], [ -75.235084959408297, 39.939877892223997 ], [ -75.235089466293203, 39.939881714410603 ], [ -75.235047937647593, 39.939910641409398 ], [ -75.235043410337695, 39.939906817647 ], [ -75.234775596626207, 39.9396798991163 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 926, "ADDRESS": "2902 WHARTON ST", "OWNER1": "SANKAR PRITHVI S", "OWNER2": "SWAMY PRIYA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362087800", "LNIADDRESSKEY": "610500", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.83984375, "Shape__Length": 63.692662583606534 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192209870077505, 39.937243805726801 ], [ -75.192246238648195, 39.937070362927798 ], [ -75.192302013615105, 39.937077296648297 ], [ -75.192300098918096, 39.937086458874298 ], [ -75.19226560045, 39.937251383814498 ], [ -75.192209870077505, 39.937243805726801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 927, "ADDRESS": "19 N PAXON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441106900", "LNIADDRESSKEY": "474533", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 283.484375, "Shape__Length": 100.59517437734091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223306090001998, 39.960320448506003 ], [ -75.223315594049097, 39.960277247695103 ], [ -75.223703987241393, 39.960326051584801 ], [ -75.223694471360602, 39.960370718537199 ], [ -75.223306090001998, 39.960320448506003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 928, "ADDRESS": "883 N 47TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062410010", "LNIADDRESSKEY": "688833", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.75, "Shape__Length": 62.061144855580636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215397004696996, 39.968631240942798 ], [ -75.2156185517143, 39.968612680366597 ], [ -75.215624160348895, 39.968656084944698 ], [ -75.215405021124596, 39.968674682953598 ], [ -75.215397004696996, 39.968631240942798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 929, "ADDRESS": "2002 N RANDOLPH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885843560", "LNIADDRESSKEY": "494793", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.23828125, "Shape__Length": 42.845468622035639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143418522879699, 39.981655660924702 ], [ -75.143427912393406, 39.981611931347402 ], [ -75.143560847517193, 39.981629523462502 ], [ -75.1435514480752, 39.9816728653838 ], [ -75.143418522879699, 39.981655660924702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 930, "ADDRESS": "807 DIAMOND ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201084901", "LNIADDRESSKEY": "116373", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 0.67, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.109375, "Shape__Length": 62.960002170459994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147462518715699, 39.983772876071797 ], [ -75.147497666254296, 39.983600480041403 ], [ -75.147503790369797, 39.983601441095203 ], [ -75.147552402361796, 39.983608104974898 ], [ -75.1475170704812, 39.983779851482801 ], [ -75.147469405477494, 39.983773612272103 ], [ -75.147462518715699, 39.983772876071797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 931, "ADDRESS": "4340 WAYNE AVE", "OWNER1": "RAM PHILA COMMUNITY 14 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131407400", "LNIADDRESSKEY": "603353", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.86328125, "Shape__Length": 67.977082084579038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158697589369098, 40.019222835531203 ], [ -75.158723364777202, 40.019255576712702 ], [ -75.158505398285996, 40.019356726481099 ], [ -75.1584790153358, 40.019323439938397 ], [ -75.158684928996294, 40.0192282724039 ], [ -75.158697589369098, 40.019222835531203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 932, "ADDRESS": "743 E WOODLAWN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122100410", "LNIADDRESSKEY": "623622", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 270.484375, "Shape__Length": 108.07708510357241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164308957714297, 40.0443724895378 ], [ -75.164306107264593, 40.0443707652583 ], [ -75.164338784640194, 40.044339954080499 ], [ -75.164553908390701, 40.044472690495198 ], [ -75.164677962291506, 40.0445477314302 ], [ -75.164647234480697, 40.044577490723697 ], [ -75.164308957714297, 40.0443724895378 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 933, "ADDRESS": "2327 N 6TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191374301", "LNIADDRESSKEY": "639404", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.7265625, "Shape__Length": 76.250682151928288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142983993501403, 39.986900507942202 ], [ -75.142992573825495, 39.986858774914701 ], [ -75.143275986818793, 39.986896920244398 ], [ -75.143267085265506, 39.9869382912159 ], [ -75.142983993501403, 39.986900507942202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 934, "ADDRESS": "533 E CHELTEN AVE", "OWNER1": "232 CHRISTIAN STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591005900", "LNIADDRESSKEY": "77654", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 309.421875, "Shape__Length": 95.106168032740797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168022853740695, 40.042557585874398 ], [ -75.168067946915201, 40.042513464379297 ], [ -75.168217180417301, 40.0426036390839 ], [ -75.1683480964073, 40.0426829738119 ], [ -75.168306816137601, 40.0427233608197 ], [ -75.168189410062297, 40.042654405269197 ], [ -75.168022853740695, 40.042557585874398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 935, "ADDRESS": "1937 N 7TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202014200", "LNIADDRESSKEY": "642373", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 397.34375, "Shape__Length": 99.467726508252085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145704773373296, 39.981336338395103 ], [ -75.145669412246505, 39.981332248347201 ], [ -75.145675714175397, 39.9812995874275 ], [ -75.145681475685706, 39.981264640291499 ], [ -75.146035328911793, 39.9813013638718 ], [ -75.146023209964795, 39.981369855950497 ], [ -75.145704773373296, 39.981336338395103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 936, "ADDRESS": "2220 N LAWRENCE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191263701", "LNIADDRESSKEY": "384465", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.38671875, "Shape__Length": 50.060858593480646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1408819890041, 39.984984228986399 ], [ -75.140890279308394, 39.984946261402101 ], [ -75.141062445859106, 39.984969842292202 ], [ -75.141054062729097, 39.985007484534897 ], [ -75.1408819890041, 39.984984228986399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 937, "ADDRESS": "2349 N 3RD ST", "OWNER1": "EARL MC BRIDE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191173900", "LNIADDRESSKEY": "632621", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.44140625, "Shape__Length": 58.215653175298243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138154715654693, 39.986650437479902 ], [ -75.138162448330704, 39.986614641220797 ], [ -75.138373002133207, 39.986643386248197 ], [ -75.138365984720195, 39.986679127839302 ], [ -75.138154715654693, 39.986650437479902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 938, "ADDRESS": "3546 OLD YORK RD", "OWNER1": "OPEN AIR CONCEPTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432162500", "LNIADDRESSKEY": "457822", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.69921875, "Shape__Length": 65.459809213556767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148089148063093, 40.0070034865943 ], [ -75.148099883487305, 40.0069563700484 ], [ -75.148328273663495, 40.006987950274898 ], [ -75.148318185177999, 40.007034049831702 ], [ -75.148089148063093, 40.0070034865943 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 939, "ADDRESS": "2230 SEARS ST", "OWNER1": "PETRITSCH CARINA", "OWNER2": "MERTA THOMAS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361311800", "LNIADDRESSKEY": "528120", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.06640625, "Shape__Length": 51.441087079838994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181582161118698, 39.935475353387801 ], [ -75.181612960026101, 39.935338026191097 ], [ -75.181661235307104, 39.935343895048803 ], [ -75.181631311386596, 39.935481338709998 ], [ -75.181582161118698, 39.935475353387801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 940, "ADDRESS": "580 HERMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "592084815", "LNIADDRESSKEY": "342024", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.015625, "Shape__Length": 56.346968356422352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170864553006695, 40.048939500668297 ], [ -75.170995107626197, 40.049021031375098 ], [ -75.170970139905805, 40.049044972722697 ], [ -75.170919811653405, 40.049093202483498 ], [ -75.170905717632806, 40.0490843422278 ], [ -75.170856664278006, 40.048946207283599 ], [ -75.170864553006695, 40.048939500668297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 941, "ADDRESS": "6303 E WISTER ST", "OWNER1": "BROAD LOT LLC", "OWNER2": null, "BLDG_DESC": "PARKING LOT PRIVATE", "OPA_ID": "172541200", "LNIADDRESSKEY": "620004", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.12109375, "Shape__Length": 73.534111406908835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157495968255503, 40.0507572129289 ], [ -75.157498546577699, 40.050718809033199 ], [ -75.157778164737294, 40.050730600326403 ], [ -75.157775757843595, 40.050768894339697 ], [ -75.157495968255503, 40.0507572129289 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 942, "ADDRESS": "4034 CAMBRIDGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062156900", "LNIADDRESSKEY": "63413", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.62890625, "Shape__Length": 84.414448304498308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205214222311994, 39.9729801721044 ], [ -75.205261553060097, 39.973229576644897 ], [ -75.205211906784498, 39.973234923478401 ], [ -75.205163933653296, 39.972985907866502 ], [ -75.205214222311994, 39.9729801721044 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 943, "ADDRESS": "2422 CLIFFORD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291264700", "LNIADDRESSKEY": "90831", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.28125, "Shape__Length": 75.905285024125021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174703650001902, 39.981176846769898 ], [ -75.174757195704004, 39.981183835074503 ], [ -75.174711464298497, 39.981400152241299 ], [ -75.174656929969203, 39.981393285896097 ], [ -75.174703650001902, 39.981176846769898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 944, "ADDRESS": "6136 REINHARD ST", "OWNER1": "COOK DENEISHA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401284500", "LNIADDRESSKEY": "500542", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.6015625, "Shape__Length": 60.809795054633717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2323313993124, 39.93005082458 ], [ -75.232368059420907, 39.930024886707301 ], [ -75.2323932707788, 39.930045750905499 ], [ -75.232496075921205, 39.930131716012397 ], [ -75.232518863189696, 39.930150174238797 ], [ -75.232513600178606, 39.9301543463204 ], [ -75.232492912368997, 39.930169060447703 ], [ -75.232481644012097, 39.930177066205701 ], [ -75.232443985482305, 39.930145160739798 ], [ -75.232408444426198, 39.930116043028796 ], [ -75.232355949412707, 39.930072044804 ], [ -75.2323313993124, 39.93005082458 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 945, "ADDRESS": "1218 W VENANGO ST", "OWNER1": "HERNANDEZ JOSE MEJIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432032000", "LNIADDRESSKEY": "587685", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.98046875, "Shape__Length": 47.020688917647703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148506819767803, 40.007207067334498 ], [ -75.148532497104895, 40.007092215054001 ], [ -75.148534041205394, 40.007085286287797 ], [ -75.148582671962799, 40.007091901337901 ], [ -75.148556880002403, 40.007213569495597 ], [ -75.148506819767803, 40.007207067334498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 946, "ADDRESS": "2600 GERRITT ST", "OWNER1": "WEEKS RICHARD J", "OWNER2": "WOLFE BARBARA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364226100", "LNIADDRESSKEY": "311334", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.25390625, "Shape__Length": 51.150851275820912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187863532479696, 39.934901088801702 ], [ -75.187836823920094, 39.935030771351599 ], [ -75.187825423139003, 39.935029356600197 ], [ -75.187778619770597, 39.935022781020898 ], [ -75.187804826692201, 39.934894183128002 ], [ -75.187863532479696, 39.934901088801702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 947, "ADDRESS": "1850 N 24TH ST", "OWNER1": "POLK ROBER", "OWNER2": "ELIZABETH CATER H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322149300", "LNIADDRESSKEY": "676589", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.70703125, "Shape__Length": 69.686038420065941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1735343345931, 39.983708070021102 ], [ -75.173537927215506, 39.983692369433903 ], [ -75.173543724510495, 39.983667142826299 ], [ -75.173797811978702, 39.983703377437102 ], [ -75.173788298572006, 39.983744785045502 ], [ -75.1735343345931, 39.983708070021102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 948, "ADDRESS": "2336 N 3RD ST", "OWNER1": "PHILA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191184601", "LNIADDRESSKEY": "632608", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.08203125, "Shape__Length": 58.841436338785272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138580297379605, 39.986493461556996 ], [ -75.138791422784706, 39.986520890944597 ], [ -75.138783101700696, 39.986558785624297 ], [ -75.138571979106999, 39.986531356287998 ], [ -75.138580297379605, 39.986493461556996 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 949, "ADDRESS": "2316 W TIOGA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112093900", "LNIADDRESSKEY": "573165", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.5546875, "Shape__Length": 89.311529604518554 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1671291250411, 40.0078078297405 ], [ -75.167185441682307, 40.007815240480397 ], [ -75.167127688240598, 40.008075002109102 ], [ -75.167071390285699, 40.008067595144801 ], [ -75.1671291250411, 40.0078078297405 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 950, "ADDRESS": "623 N 44TH ST", "OWNER1": "623 N 44TH ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061294100", "LNIADDRESSKEY": "687593", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.02734375, "Shape__Length": 76.217243530672363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210287530045207, 39.963501504686597 ], [ -75.210567846188198, 39.963480047384998 ], [ -75.2105746396021, 39.9635264293021 ], [ -75.210293004289298, 39.963546679363397 ], [ -75.210287530045207, 39.963501504686597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 951, "ADDRESS": "2341 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162179901", "LNIADDRESSKEY": "672328", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.64453125, "Shape__Length": 75.8927332455265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166702807266304, 39.990293475147801 ], [ -75.166712027657596, 39.990251093958598 ], [ -75.166991980236602, 39.990291068700401 ], [ -75.166982181861897, 39.990333790549499 ], [ -75.166702807266304, 39.990293475147801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 952, "ADDRESS": "2232 N 3RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191181901", "LNIADDRESSKEY": "632565", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.234375, "Shape__Length": 56.993260655085919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139103594183496, 39.984995112695202 ], [ -75.138910435998099, 39.984969230086499 ], [ -75.138919462031296, 39.984927959087599 ], [ -75.139111950763507, 39.984953809560203 ], [ -75.1391172467807, 39.984954526967002 ], [ -75.139109517812798, 39.9849958432536 ], [ -75.139103594183496, 39.984995112695202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 953, "ADDRESS": "3116 W ARIZONA ST", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282328000", "LNIADDRESSKEY": "20938", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.2421875, "Shape__Length": 46.873879990296857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183404869822397, 39.992539634544201 ], [ -75.183383455897399, 39.992536737634403 ], [ -75.183407575774794, 39.992414267755699 ], [ -75.183456373564695, 39.9924212582428 ], [ -75.183431350898502, 39.992543209009398 ], [ -75.183404869822397, 39.992539634544201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 954, "ADDRESS": "438 W NORRIS ST", "OWNER1": "ROSALIND FOSTER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183200500", "LNIADDRESSKEY": "452225", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.921875, "Shape__Length": 58.070261062898794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142116021492697, 39.981232953214302 ], [ -75.142148770202695, 39.981076414945399 ], [ -75.142201395851103, 39.981083269210004 ], [ -75.142169326190498, 39.981240160805001 ], [ -75.142116021492697, 39.981232953214302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 955, "ADDRESS": "1938 N UBER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321279201", "LNIADDRESSKEY": "581646", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.39453125, "Shape__Length": 58.811493967372925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166045340372193, 39.9838578429449 ], [ -75.165833632838996, 39.983828606927503 ], [ -75.165841053838307, 39.9837921815462 ], [ -75.166054112829997, 39.983821142761101 ], [ -75.166045340372193, 39.9838578429449 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 956, "ADDRESS": "5032 OGDEN ST", "OWNER1": "CGB 2001 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442012600", "LNIADDRESSKEY": "456668", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.1640625, "Shape__Length": 55.529690350442024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221420361301398, 39.967270819477903 ], [ -75.2214694886177, 39.967265729125899 ], [ -75.221493326364893, 39.967418357717598 ], [ -75.221445915018904, 39.967423471255799 ], [ -75.221420361301398, 39.967270819477903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 957, "ADDRESS": "1029 W INDIANA AVE", "OWNER1": "SIGHTUARY SMALL AX LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372427000", "LNIADDRESSKEY": "356848", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.8984375, "Shape__Length": 58.156793344801017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147818630617905, 39.998015532861601 ], [ -75.147850508189805, 39.997850946459202 ], [ -75.147893955761603, 39.997857557087002 ], [ -75.147863184637302, 39.9980211695744 ], [ -75.147818630617905, 39.998015532861601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 958, "ADDRESS": "2207 N 4TH ST", "OWNER1": "SV DESIGN INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191209400", "LNIADDRESSKEY": "634704", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.28125, "Shape__Length": 58.545511581014253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139667744560299, 39.984449790790002 ], [ -75.139679378018002, 39.984406644100098 ], [ -75.139697966876994, 39.984409339718603 ], [ -75.139758063230403, 39.9844170745192 ], [ -75.139817993945002, 39.984425271800099 ], [ -75.139880824535297, 39.984433826706002 ], [ -75.1398712630521, 39.984477084733399 ], [ -75.139667744560299, 39.984449790790002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 959, "ADDRESS": "738 BROOKLYN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061270810", "LNIADDRESSKEY": "52476", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.71875, "Shape__Length": 78.170662404490827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208276052329495, 39.965582268159501 ], [ -75.208567247814798, 39.965560363898 ], [ -75.208572951520495, 39.9656055606523 ], [ -75.208282039345406, 39.965626616381797 ], [ -75.208276052329495, 39.965582268159501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 960, "ADDRESS": "1609 W TIOGA ST", "OWNER1": "MDDSHEN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112098500", "LNIADDRESSKEY": "573003", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 410.875, "Shape__Length": 108.49189158235282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155443566564699, 40.006924840886199 ], [ -75.155491840558099, 40.006708248270101 ], [ -75.155571827011102, 40.006718776575198 ], [ -75.155505149979902, 40.007025869373898 ], [ -75.155425283715601, 40.007014907879402 ], [ -75.1554330539538, 40.006981054305001 ], [ -75.155443566564699, 40.006924840886199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 961, "ADDRESS": "1939 N CROSKEY ST", "OWNER1": "HARVEY SAMUEL T", "OWNER2": "HARVEY SHARON C", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322100701", "LNIADDRESSKEY": "103982", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.5390625, "Shape__Length": 73.278564425338203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170540388825998, 39.984249453578798 ], [ -75.170789683841207, 39.984283331209397 ], [ -75.170780484871997, 39.9843246972477 ], [ -75.170510687070603, 39.984288295470598 ], [ -75.170520078053499, 39.984246272647098 ], [ -75.170540388825998, 39.984249453578798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 962, "ADDRESS": "2324 N 21ST ST", "OWNER1": "ARCE DARNETTA", "OWNER2": "ARCE HERMAN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162185600", "LNIADDRESSKEY": "672311", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.671875, "Shape__Length": 67.314501607244239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167253126366504, 39.989999566579499 ], [ -75.167261452717995, 39.989955311399299 ], [ -75.167502403509701, 39.989985380256797 ], [ -75.167500126239901, 39.989996209893903 ], [ -75.167492585686603, 39.990030278780097 ], [ -75.167253126366504, 39.989999566579499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 963, "ADDRESS": "1017 W ARIZONA ST", "OWNER1": "DEERA PROPERTY BROTHERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371352300", "LNIADDRESSKEY": "730188", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.83203125, "Shape__Length": 58.060042401050843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149520673887395, 39.988108812369298 ], [ -75.149565821041307, 39.988114623063403 ], [ -75.149531772501803, 39.988277017311198 ], [ -75.149514569720395, 39.988274757929197 ], [ -75.149485837422503, 39.988270979266602 ], [ -75.149520673887395, 39.988108812369298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 964, "ADDRESS": "2424 N 19TH ST", "OWNER1": "BARNETT JOHN", "OWNER2": "BARNETT ANNIE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162090000", "LNIADDRESSKEY": "668232", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.36328125, "Shape__Length": 67.120381939916498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163695961673398, 39.991067490234002 ], [ -75.163693856210003, 39.991067217538401 ], [ -75.163462875989893, 39.9910371874712 ], [ -75.163472876213206, 39.990993648243297 ], [ -75.163703164587204, 39.991024193177402 ], [ -75.163705291351405, 39.991024483246903 ], [ -75.163713194992397, 39.991025531942398 ], [ -75.1637063235125, 39.9910573586561 ], [ -75.163703906883299, 39.9910685240989 ], [ -75.163695961673398, 39.991067490234002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 965, "ADDRESS": "425 W NORRIS ST", "OWNER1": "ARIAS SHAIRA", "OWNER2": "BONILLA EDWARD ALEJANDRO", "BLDG_DESC": "ROW 3STY FRAME", "OPA_ID": "183208200", "LNIADDRESSKEY": "452212", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.55078125, "Shape__Length": 56.602673568008193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141661609356206, 39.981473437070598 ], [ -75.141658795015104, 39.981473066758802 ], [ -75.141691392205601, 39.9813210381472 ], [ -75.141695918873694, 39.981321576897699 ], [ -75.141720720317494, 39.981324541799601 ], [ -75.141742935182904, 39.981327191118901 ], [ -75.141711184479504, 39.981480092699798 ], [ -75.141661609356206, 39.981473437070598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 966, "ADDRESS": "2718 A ST", "OWNER1": "SHIRAZ INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071361600", "LNIADDRESSKEY": "1040", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.109375, "Shape__Length": 76.029669566560571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.128917381232995, 39.991391211979099 ], [ -75.128925431043399, 39.991350450929403 ], [ -75.1290463252585, 39.991364817906401 ], [ -75.129205568067903, 39.991385848348202 ], [ -75.129196849706503, 39.991429253301099 ], [ -75.129165225887505, 39.991425453091601 ], [ -75.128916757550797, 39.991394358085401 ], [ -75.128917381232995, 39.991391211979099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 967, "ADDRESS": "4146 WESTMINSTER AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062089910", "LNIADDRESSKEY": "608012", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.78515625, "Shape__Length": 41.739252814856577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207763574229404, 39.969892195106503 ], [ -75.207782135950097, 39.969994643816001 ], [ -75.207730503983399, 39.970000511942203 ], [ -75.207711375694501, 39.969898067563598 ], [ -75.207763574229404, 39.969892195106503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 968, "ADDRESS": "2343 N 27TH ST", "OWNER1": "EDWARD FULTON", "OWNER2": "ALICE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281060900", "LNIADDRESSKEY": "679880", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.84375, "Shape__Length": 59.328385730927231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176288708913205, 39.991838927550802 ], [ -75.176492614845401, 39.991864632705202 ], [ -75.176483088584902, 39.991910295253902 ], [ -75.176279943269606, 39.991884414549403 ], [ -75.176288708913205, 39.991838927550802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 969, "ADDRESS": "712 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371356101", "LNIADDRESSKEY": "629078", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 235.9765625, "Shape__Length": 81.990207125192782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145270430643393, 39.987981872238002 ], [ -75.145318759545603, 39.987750680141403 ], [ -75.145380399381196, 39.987758156364698 ], [ -75.145331564693606, 39.987989981234499 ], [ -75.145270430643393, 39.987981872238002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 970, "ADDRESS": "2144 N FRANKLIN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202073301", "LNIADDRESSKEY": "299271", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.13671875, "Shape__Length": 66.963291289138965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146336889733405, 39.984326646365801 ], [ -75.146582487183494, 39.984358300086001 ], [ -75.146574759029804, 39.984397538810498 ], [ -75.146328863625001, 39.984365442448599 ], [ -75.146336889733405, 39.984326646365801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 971, "ADDRESS": "2900 WHARTON ST", "OWNER1": "DAO CUONG", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362087700", "LNIADDRESSKEY": "610498", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.3046875, "Shape__Length": 66.428286545398592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192177667022506, 39.937061773129201 ], [ -75.192246238648195, 39.937070362927798 ], [ -75.192209870077505, 39.937243805726801 ], [ -75.192141174141597, 39.9372346657752 ], [ -75.192177667022506, 39.937061773129201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 972, "ADDRESS": "2143 E WILLIAM ST", "OWNER1": "MASKOFF LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252076500", "LNIADDRESSKEY": "614125", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.3984375, "Shape__Length": 65.117801802075533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116445799773402, 39.9877652015278 ], [ -75.116644850141697, 39.987663473087103 ], [ -75.116674710347596, 39.987697590905803 ], [ -75.116474760112098, 39.987798735607903 ], [ -75.116445799773402, 39.9877652015278 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 973, "ADDRESS": "2411 W MONTGOMERY AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322214301", "LNIADDRESSKEY": "435918", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.90234375, "Shape__Length": 71.362455254306695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1740525226637, 39.982623717907302 ], [ -75.174098272129399, 39.982423021532 ], [ -75.174152424583696, 39.982430056377801 ], [ -75.174106005342793, 39.982630736612002 ], [ -75.1740525226637, 39.982623717907302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 974, "ADDRESS": "2026 S 61ST ST", "OWNER1": "LOOKING GLASS ASSOCS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401146900", "LNIADDRESSKEY": "701249", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.75, "Shape__Length": 65.368313972880387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231656720910493, 39.9305179831305 ], [ -75.231833436699105, 39.930393730637597 ], [ -75.231872268925599, 39.9304255809894 ], [ -75.231819900515802, 39.930462392320202 ], [ -75.231702945417993, 39.930546433556501 ], [ -75.231656720910493, 39.9305179831305 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 975, "ADDRESS": "1324 S CORLIES ST", "OWNER1": "KEISSERMAN BORIS", "OWNER2": "KEISSERMAN SOFIYA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362256000", "LNIADDRESSKEY": "98384", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.43359375, "Shape__Length": 51.775659799457273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194338456985406, 39.937076575260797 ], [ -75.194345480691695, 39.937039043747099 ], [ -75.194527082067495, 39.937061692695103 ], [ -75.194519356602001, 39.937098434841097 ], [ -75.194338456985406, 39.937076575260797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 976, "ADDRESS": "3922 FOLSOM ST", "OWNER1": "VIBHAA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243055600", "LNIADDRESSKEY": "293695", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.63671875, "Shape__Length": 62.19956758675734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200985322091398, 39.966853726573902 ], [ -75.201030440420297, 39.9668483621654 ], [ -75.201064416202001, 39.967023789162802 ], [ -75.201014610948206, 39.967029582185504 ], [ -75.200985322091398, 39.966853726573902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 977, "ADDRESS": "874 N PRESTON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062241600", "LNIADDRESSKEY": "489966", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.0625, "Shape__Length": 64.172295759837496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204773779088697, 39.970039694847898 ], [ -75.204985405150595, 39.970015518410001 ], [ -75.204995413442404, 39.970072158998697 ], [ -75.204925688553402, 39.970079478391703 ], [ -75.204854946749094, 39.970087645781803 ], [ -75.204784560906205, 39.9700963526167 ], [ -75.204773779088697, 39.970039694847898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 978, "ADDRESS": "2327 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162179201", "LNIADDRESSKEY": "672314", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.5234375, "Shape__Length": 76.568854428941563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166769737114507, 39.989992863410201 ], [ -75.166779686881796, 39.989948935371999 ], [ -75.167059617816705, 39.989986136617098 ], [ -75.167049116354804, 39.990032486125898 ], [ -75.166769737114507, 39.989992863410201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 979, "ADDRESS": "2200 N VAN PELT ST", "OWNER1": "PHILA COMMUNITY", "OWNER2": "REHAB CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162194701", "LNIADDRESSKEY": "586276", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.7578125, "Shape__Length": 69.710248229418553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168491654605305, 39.988009003265397 ], [ -75.168502117470695, 39.987959783052503 ], [ -75.168746516016697, 39.987992731400396 ], [ -75.168735054052803, 39.988042316598303 ], [ -75.168491654605305, 39.988009003265397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 980, "ADDRESS": "7020 UPLAND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403261301", "LNIADDRESSKEY": "584076", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 423.5078125, "Shape__Length": 101.91944697461469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243633648664499, 39.9215014548003 ], [ -75.243702860662793, 39.921452642642301 ], [ -75.243948009996103, 39.921658865978898 ], [ -75.243879033659198, 39.921707553918402 ], [ -75.243660065288907, 39.921523713499496 ], [ -75.243633648664499, 39.9215014548003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 981, "ADDRESS": "2540 N ALDER ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371173701", "LNIADDRESSKEY": "730141", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.08203125, "Shape__Length": 51.0501820361632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148717651416504, 39.991128558703799 ], [ -75.148726131919105, 39.9910877094377 ], [ -75.148898775141504, 39.991111353157201 ], [ -75.148888885701396, 39.991152863163798 ], [ -75.148717651416504, 39.991128558703799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 982, "ADDRESS": "5521 HAVERFORD AVE", "OWNER1": "SAMUELS COURTNEY", "OWNER2": "JOHNSON ANDREA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041052400", "LNIADDRESSKEY": "336408", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.82421875, "Shape__Length": 51.614782085423897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230602083863005, 39.967250890290202 ], [ -75.230663450328294, 39.967268245033601 ], [ -75.230682180541905, 39.9673851348469 ], [ -75.230622947706394, 39.967391588492298 ], [ -75.230602083863005, 39.967250890290202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 983, "ADDRESS": "4001 OLD YORK RD", "OWNER1": "S3 ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433166700", "LNIADDRESSKEY": "457904", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 300.08984375, "Shape__Length": 86.575350474963983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146826485700799, 40.0134758157729 ], [ -75.146826846238497, 40.013473518462597 ], [ -75.146928936920801, 40.013487326672298 ], [ -75.147108675091204, 40.013511647345901 ], [ -75.147120354192793, 40.013513234353901 ], [ -75.147129259220506, 40.013514435232999 ], [ -75.147128222616104, 40.013555146835401 ], [ -75.146814290414696, 40.013552204802103 ], [ -75.146826485700799, 40.0134758157729 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 984, "ADDRESS": "1948 N ORIANNA ST", "OWNER1": "GJ HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183316500", "LNIADDRESSKEY": "461447", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.3671875, "Shape__Length": 42.494142713708889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140355149636903, 39.980588088028298 ], [ -75.140362004503402, 39.980558019094502 ], [ -75.140510952089301, 39.980579153901601 ], [ -75.140509294376599, 39.980585795039403 ], [ -75.140503521224602, 39.980608936059902 ], [ -75.140355149636903, 39.980588088028298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 985, "ADDRESS": "1926 N 6TH ST", "OWNER1": "FORWARD LLC", "OWNER2": "PARCEL LLC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201114900", "LNIADDRESSKEY": "639289", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 242.63671875, "Shape__Length": 89.510741842927871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144713817729297, 39.980779680506899 ], [ -75.144722044372898, 39.980737310892202 ], [ -75.145063874898497, 39.980775440507401 ], [ -75.145055247303702, 39.980818993767897 ], [ -75.144713817729297, 39.980779680506899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 986, "ADDRESS": "2304 N 30TH ST", "OWNER1": "SPEARMAN GOUDY", "OWNER2": "BEULAH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282075100", "LNIADDRESSKEY": "683044", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.73828125, "Shape__Length": 67.42714363037345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181511375526298, 39.991659601507699 ], [ -75.181522062605197, 39.9916142056138 ], [ -75.181761684407306, 39.991645907304701 ], [ -75.181751281425704, 39.991690454740699 ], [ -75.181511375526298, 39.991659601507699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 987, "ADDRESS": "2348 N FAWN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371245600", "LNIADDRESSKEY": "286288", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.67, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.140625, "Shape__Length": 48.870750455336811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152467323070297, 39.988665388707098 ], [ -75.152475018090101, 39.988626939551899 ], [ -75.152641939648603, 39.988647143781201 ], [ -75.1526337658659, 39.988685517913602 ], [ -75.152467323070297, 39.988665388707098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 988, "ADDRESS": "30 N 54TH ST", "OWNER1": "STABLE GENIUS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041096100", "LNIADDRESSKEY": "693446", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.2265625, "Shape__Length": 61.890148719138935 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228591701053503, 39.961270384927197 ], [ -75.228600166426602, 39.9612302389557 ], [ -75.228816150840004, 39.961258101550897 ], [ -75.228821758947902, 39.961258820571302 ], [ -75.228813324501203, 39.961299240913903 ], [ -75.228807737489902, 39.961298505462999 ], [ -75.228591701053503, 39.961270384927197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 989, "ADDRESS": "1425 S 49TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273054810", "LNIADDRESSKEY": "689888", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.69921875, "Shape__Length": 65.13644069584511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211479225181506, 39.940348328042397 ], [ -75.2116625718443, 39.9402197864313 ], [ -75.2116920690016, 39.9402447313864 ], [ -75.211508860071604, 39.940373502470102 ], [ -75.211505836264394, 39.940370903728699 ], [ -75.211493474858898, 39.940360427412301 ], [ -75.211479225181506, 39.940348328042397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 990, "ADDRESS": "6059 UPLAND ST", "OWNER1": "JAMES MELVIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401289600", "LNIADDRESSKEY": "583849", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.28125, "Shape__Length": 59.627285736059669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230720920608604, 39.930999036905099 ], [ -75.230759370469301, 39.9309722851443 ], [ -75.230902862866301, 39.9310948182071 ], [ -75.230862589883301, 39.931122722663297 ], [ -75.230720920608604, 39.930999036905099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 991, "ADDRESS": "6162 HEGERMAN ST", "OWNER1": "CAMPOS ALECSANDOS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411363400", "LNIADDRESSKEY": "339005", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.01171875, "Shape__Length": 84.662270837192139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055512206922899, 40.0185491498396 ], [ -75.055466981755998, 40.018572527229502 ], [ -75.055286094785799, 40.018364763772603 ], [ -75.055330724658702, 40.0183416934834 ], [ -75.055512206922899, 40.0185491498396 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 992, "ADDRESS": "4211 N 9TH ST", "OWNER1": "GERALDINE BROOKS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433390600", "LNIADDRESSKEY": "648181", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.50390625, "Shape__Length": 53.422380804503334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140737507059598, 40.0161830308151 ], [ -75.140747156159406, 40.016140338933099 ], [ -75.140928254780903, 40.016162669404899 ], [ -75.140918565165904, 40.016205313075297 ], [ -75.140737507059598, 40.0161830308151 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 993, "ADDRESS": "6021 REGENT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401229101", "LNIADDRESSKEY": "499958", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.9765625, "Shape__Length": 56.798843876264407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231626311516806, 39.9329905302219 ], [ -75.231668516235104, 39.932960814098998 ], [ -75.231802053941294, 39.933072424595302 ], [ -75.231759399335601, 39.933102437227703 ], [ -75.231626311516806, 39.9329905302219 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 994, "ADDRESS": "2147 N FRANKLIN ST", "OWNER1": "DIKILI ALI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202052800", "LNIADDRESSKEY": "299274", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.609375, "Shape__Length": 62.618546730455805 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145916901727603, 39.984349052086699 ], [ -75.145925496764093, 39.984310736341001 ], [ -75.1461521818931, 39.984341590197602 ], [ -75.146144472533194, 39.984379797656104 ], [ -75.145916901727603, 39.984349052086699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 995, "ADDRESS": "809 N 40TH ST", "OWNER1": "HABITAT FOR HUMANITY PHILADELPHIA INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243159200", "LNIADDRESSKEY": "686283", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.6171875, "Shape__Length": 74.169365421772682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202724721573603, 39.967706316974301 ], [ -75.202997834263201, 39.9676753045647 ], [ -75.203006484096406, 39.967717294169603 ], [ -75.202732555214794, 39.967749965478703 ], [ -75.202724721573603, 39.967706316974301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 996, "ADDRESS": "2403 N 19TH ST", "OWNER1": "CONN SHARON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162076300", "LNIADDRESSKEY": "668211", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.2734375, "Shape__Length": 66.444065522263543 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163149170709204, 39.990512783861803 ], [ -75.163158225849401, 39.990469303322897 ], [ -75.163166442496504, 39.990470359112102 ], [ -75.163170863409206, 39.990470926150103 ], [ -75.163395058865603, 39.9904996585378 ], [ -75.163385383309205, 39.9905445926398 ], [ -75.163160922510997, 39.990514596213103 ], [ -75.163156750523399, 39.990514067446803 ], [ -75.163149170709204, 39.990512783861803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 997, "ADDRESS": "100 N SALFORD ST", "OWNER1": "STABLE GENIUS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042127200", "LNIADDRESSKEY": "522666", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.22265625, "Shape__Length": 63.477859527833331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239765830344396, 39.963577859977697 ], [ -75.239769868006405, 39.963547966618499 ], [ -75.239771650816095, 39.963534852239498 ], [ -75.239997991000905, 39.963561097834997 ], [ -75.239995962117504, 39.963571207650403 ], [ -75.239989099443505, 39.963605585854097 ], [ -75.239765830344396, 39.963577859977697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 998, "ADDRESS": "2300 N 22ND ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162213300", "LNIADDRESSKEY": "674087", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.125, "Shape__Length": 66.733060226573855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168979020595103, 39.989677918748399 ], [ -75.168986957945094, 39.989644407196899 ], [ -75.168989779885607, 39.989632492799203 ], [ -75.169226324525297, 39.989663249606302 ], [ -75.169224212227604, 39.989673598685698 ], [ -75.1692174293877, 39.989707056245201 ], [ -75.168979020595103, 39.989677918748399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 999, "ADDRESS": "3120 RIDGE AVE", "OWNER1": "ELLIS MARTHA", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "323043205", "LNIADDRESSKEY": "504374", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.59765625, "Shape__Length": 65.303488126216635 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184172623841903, 39.989577938197897 ], [ -75.184355009754398, 39.989459795551298 ], [ -75.184388569281793, 39.989494526149301 ], [ -75.184303051417601, 39.989548178679499 ], [ -75.184205425635199, 39.989610555937901 ], [ -75.184172623841903, 39.989577938197897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1000, "ADDRESS": "4117 WESTMINSTER AVE", "OWNER1": "WT INVESTMENT HOLDINGS LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062097500", "LNIADDRESSKEY": "607986", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 289.98828125, "Shape__Length": 91.517203738349522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206417100145501, 39.9705688784505 ], [ -75.2064085284687, 39.9705236022306 ], [ -75.206401510951693, 39.970479392110001 ], [ -75.206394274495494, 39.970434305414599 ], [ -75.206375954469905, 39.970328816404198 ], [ -75.206443713278006, 39.970321387223599 ], [ -75.206443850081996, 39.970322229315599 ], [ -75.206487899039502, 39.970582102303403 ], [ -75.206419689939295, 39.970588649813301 ], [ -75.206417100145501, 39.9705688784505 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1001, "ADDRESS": "2967 AMBER ST", "OWNER1": "2967 AMBER LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252438101", "LNIADDRESSKEY": "14047", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.3984375, "Shape__Length": 64.793255808492518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115043616953102, 39.989270941313897 ], [ -75.115150699437095, 39.989421865725603 ], [ -75.115098105760396, 39.989449174832203 ], [ -75.114987349479094, 39.989294667777401 ], [ -75.115043616953102, 39.989270941313897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1002, "ADDRESS": "3117 EUCLID AVE", "OWNER1": "MARGARET M ADAMS REVOCABL", "OWNER2": "ADAMS MARGARET M TR", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323020900", "LNIADDRESSKEY": "140115", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.33203125, "Shape__Length": 68.212490511009179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185011039680504, 39.9850310236788 ], [ -75.185052087025497, 39.984838021296 ], [ -75.185102738940998, 39.984844585241397 ], [ -75.185060845557899, 39.985037779342498 ], [ -75.185011039680504, 39.9850310236788 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1003, "ADDRESS": "2336 N BODINE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191165101", "LNIADDRESSKEY": "41804", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.7421875, "Shape__Length": 50.184250832553971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138026716427802, 39.986335642076398 ], [ -75.138034651134802, 39.9863000756785 ], [ -75.138210629080803, 39.986323795958299 ], [ -75.138202429454793, 39.986359019580298 ], [ -75.138026716427802, 39.986335642076398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1004, "ADDRESS": "2318 N OPAL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162124400", "LNIADDRESSKEY": "460263", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.60546875, "Shape__Length": 50.932855086867093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164802450592106, 39.989501680307001 ], [ -75.164811278807605, 39.989463013857197 ], [ -75.164986025568894, 39.989486455479501 ], [ -75.164977618343002, 39.989525066098402 ], [ -75.164802450592106, 39.989501680307001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1005, "ADDRESS": "2335 N 22ND ST", "OWNER1": "TURF WIZARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162211500", "LNIADDRESSKEY": "674119", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.48046875, "Shape__Length": 68.348119271309557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168360646101206, 39.990363176113 ], [ -75.168369742026798, 39.990321807907698 ], [ -75.168618855982501, 39.9903538465013 ], [ -75.168609671380807, 39.990394777989401 ], [ -75.168360646101206, 39.990363176113 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1006, "ADDRESS": "2029 N LAMBERT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322031301", "LNIADDRESSKEY": "376323", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.68359375, "Shape__Length": 58.046619051679897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167183509883202, 39.985432738265203 ], [ -75.167192163240003, 39.985392537135901 ], [ -75.167396432752, 39.985420765208097 ], [ -75.167389000739504, 39.985460269642701 ], [ -75.167183509883202, 39.985432738265203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1007, "ADDRESS": "1949 N ORIANNA ST", "OWNER1": "TRABAND SETH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183310300", "LNIADDRESSKEY": "461448", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 85.16015625, "Shape__Length": 44.632310376271676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140103333877803, 39.980509241289603 ], [ -75.140111246649397, 39.980476714108903 ], [ -75.140265090905999, 39.980498009029802 ], [ -75.140257406953296, 39.980531669954097 ], [ -75.140103333877803, 39.980509241289603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1008, "ADDRESS": "1220 W SOMERSET ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372334701", "LNIADDRESSKEY": "541843", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.9453125, "Shape__Length": 72.63664461253623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151165977857104, 39.995073075173401 ], [ -75.151203873074607, 39.994883008306601 ], [ -75.151206207483497, 39.994871293848398 ], [ -75.1512399668527, 39.994875798520098 ], [ -75.151265073797504, 39.994879107162198 ], [ -75.1512628849474, 39.994890309083402 ], [ -75.151225419812903, 39.995080659387597 ], [ -75.151165977857104, 39.995073075173401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1009, "ADDRESS": "1516 S LAMBERT ST", "OWNER1": "BLAIR SAVANNA JARVIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363259800", "LNIADDRESSKEY": "376855", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.37890625, "Shape__Length": 45.608509011092828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179187952533297, 39.932763026685699 ], [ -75.1791962440536, 39.932724831686997 ], [ -75.179348713193306, 39.9327450465765 ], [ -75.179340055562307, 39.932782943927599 ], [ -75.179187952533297, 39.932763026685699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1010, "ADDRESS": "2900 GRANSBACK ST", "OWNER1": "PHILA TOWNHOUSES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071510400", "LNIADDRESSKEY": "320750", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.7265625, "Shape__Length": 44.644735459947391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121795250042496, 39.993002331828698 ], [ -75.121799626612898, 39.9929823627659 ], [ -75.121804767755606, 39.992958945630299 ], [ -75.121945629277903, 39.992977822861697 ], [ -75.121936513296006, 39.993021122533598 ], [ -75.121907677017603, 39.993017287295999 ], [ -75.121795250042496, 39.993002331828698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1011, "ADDRESS": "2061 DICKINSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363046505", "LNIADDRESSKEY": "117825", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.5703125, "Shape__Length": 63.132022637511099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179308875674593, 39.933404660849703 ], [ -75.179347676665301, 39.933227488332903 ], [ -75.179396494035103, 39.933233950359401 ], [ -75.179357684606103, 39.933410769053602 ], [ -75.179308875674593, 39.933404660849703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1012, "ADDRESS": "2453 N 19TH ST", "OWNER1": "ROBINSON ROOSEVELT", "OWNER2": "RUTH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162078800", "LNIADDRESSKEY": "668261", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.77734375, "Shape__Length": 66.072203361006785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162914662831696, 39.991567829479301 ], [ -75.162921324527105, 39.991542058532701 ], [ -75.162924742553599, 39.9915265964298 ], [ -75.162933457670107, 39.991527792988997 ], [ -75.163162594628801, 39.9915588930483 ], [ -75.1631546312924, 39.991599578016299 ], [ -75.162924275904103, 39.991569093581603 ], [ -75.162914662831696, 39.991567829479301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1013, "ADDRESS": "3108 N BANCROFT ST", "OWNER1": "KBHOLDINGSI LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111199500", "LNIADDRESSKEY": "29174", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.0390625, "Shape__Length": 47.515558765716413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157045301131404, 40.000771903091497 ], [ -75.157053459487202, 40.000737203360302 ], [ -75.157217475405005, 40.000759140008 ], [ -75.157210190617803, 40.000794551010003 ], [ -75.157045301131404, 40.000771903091497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1014, "ADDRESS": "3540 KENSINGTON AVE", "OWNER1": "REAL EST HOLDINGS 3540-42K LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885391740", "LNIADDRESSKEY": "369057", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.6875, "Shape__Length": 89.176653781092071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.105139193667, 40.001145766163603 ], [ -75.105181260019194, 40.001122907537301 ], [ -75.105387098114406, 40.001346895788103 ], [ -75.105332687765198, 40.001356321790198 ], [ -75.105139193667, 40.001145766163603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1015, "ADDRESS": "3912 BROWN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243067810", "LNIADDRESSKEY": "53900", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.296875, "Shape__Length": 83.101933524721346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200930792842001, 39.967334380590003 ], [ -75.200972607316999, 39.967573379852901 ], [ -75.200915380161703, 39.9675798458956 ], [ -75.2008721629864, 39.967340863873503 ], [ -75.200930792842001, 39.967334380590003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1016, "ADDRESS": "1423 W CLEARFIELD ST", "OWNER1": "GATHER THE PEOPLE CDC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111115000", "LNIADDRESSKEY": "89253", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.76953125, "Shape__Length": 68.00705973443965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153957842252296, 40.000367893427303 ], [ -75.153995361862499, 40.000177640466497 ], [ -75.1540505135697, 40.000184642917098 ], [ -75.154013977987006, 40.0003578956604 ], [ -75.154010615892901, 40.000374051471503 ], [ -75.153957842252296, 40.000367893427303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1017, "ADDRESS": "2124 N 9TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202167001", "LNIADDRESSKEY": "647506", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.66015625, "Shape__Length": 55.789043289916243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148060185465496, 39.984331747648802 ], [ -75.148067549219903, 39.984292711196098 ], [ -75.148264353789898, 39.984319708460298 ], [ -75.148255748345605, 39.9843583304623 ], [ -75.148060185465496, 39.984331747648802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1018, "ADDRESS": "6141 REINHARD ST", "OWNER1": "KHAN EJAZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401276700", "LNIADDRESSKEY": "500547", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.703125, "Shape__Length": 62.524350343271593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232693229216693, 39.930175763182 ], [ -75.232728594129298, 39.930151456851 ], [ -75.232791508684898, 39.930204727360596 ], [ -75.232856717809099, 39.930259916639599 ], [ -75.232884409557499, 39.930282188915001 ], [ -75.2328622215949, 39.9302978702869 ], [ -75.232845898069101, 39.930308940008601 ], [ -75.2327737799461, 39.930246393351403 ], [ -75.232693229216693, 39.930175763182 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1019, "ADDRESS": "2511 N WARNOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371174800", "LNIADDRESSKEY": "597859", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.0390625, "Shape__Length": 49.555479693045498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149029451673997, 39.990559628543302 ], [ -75.149037291584193, 39.990521811316697 ], [ -75.149207784115802, 39.9905430035219 ], [ -75.149199500234104, 39.9905809075576 ], [ -75.149029451673997, 39.990559628543302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1020, "ADDRESS": "649 BROOKLYN ST", "OWNER1": "RUTH B MINES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061261900", "LNIADDRESSKEY": "52423", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 265.5234375, "Shape__Length": 80.598983909347425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207609265473593, 39.9640080997601 ], [ -75.207895248942606, 39.963985356548299 ], [ -75.207902620182693, 39.964041986860401 ], [ -75.207616767055697, 39.9640651519505 ], [ -75.207609265473593, 39.9640080997601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1021, "ADDRESS": "333 ELWOOD ST", "OWNER1": "ELLISON TIMI CRAWFORN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121011100", "LNIADDRESSKEY": "135786", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.93359375, "Shape__Length": 52.020581193228303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158349267314804, 40.032080558963699 ], [ -75.158280319600607, 40.032038268179299 ], [ -75.158260074650698, 40.032025866110601 ], [ -75.158256365364807, 40.032023590684702 ], [ -75.158324054259893, 40.031955545112297 ], [ -75.1584201463059, 40.032011924201903 ], [ -75.158350230977604, 40.032081144970398 ], [ -75.158349267314804, 40.032080558963699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1022, "ADDRESS": "1825 N BUCKNELL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322134401", "LNIADDRESSKEY": "54854", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.01953125, "Shape__Length": 48.873705144550449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172862846189105, 39.982804841409099 ], [ -75.172871023124202, 39.9827660629701 ], [ -75.173035768174103, 39.982788703817199 ], [ -75.173027440458995, 39.982828718899398 ], [ -75.172862846189105, 39.982804841409099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1023, "ADDRESS": "3027 N 10TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372185400", "LNIADDRESSKEY": "649890", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.4765625, "Shape__Length": 65.452817610815572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146203622357007, 39.998234476746298 ], [ -75.146211893067701, 39.998196411521597 ], [ -75.146451625082804, 39.998228237673601 ], [ -75.146442587900594, 39.998267123477497 ], [ -75.146203622357007, 39.998234476746298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1024, "ADDRESS": "1234 W HUNTINGDON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371420001", "LNIADDRESSKEY": "732056", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.27734375, "Shape__Length": 58.898947111440123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152198412398107, 39.991784096121002 ], [ -75.152199095799702, 39.991778824859601 ], [ -75.152241536898799, 39.991784782682203 ], [ -75.152249018328305, 39.991785919472697 ], [ -75.152247834590995, 39.991790566717803 ], [ -75.152215500081198, 39.991944409214497 ], [ -75.152214933891798, 39.991947152391901 ], [ -75.152164307748194, 39.991940380850103 ], [ -75.152164563151302, 39.991939178138999 ], [ -75.152198412398107, 39.991784096121002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1025, "ADDRESS": "2115 W YORK ST", "OWNER1": "MADDOX FRANCES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162264000", "LNIADDRESSKEY": "629285", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.77734375, "Shape__Length": 49.935069935954516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167368992003802, 39.991097934552201 ], [ -75.167399639002298, 39.990960557181303 ], [ -75.1674500833265, 39.990967156840398 ], [ -75.167438518852407, 39.991010582322801 ], [ -75.167423607114301, 39.991083075801299 ], [ -75.167389219206797, 39.991100629822199 ], [ -75.167368992003802, 39.991097934552201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1026, "ADDRESS": "2448 N CLEVELAND ST", "OWNER1": "M & V ENTERPRISES LLC SER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162038300", "LNIADDRESSKEY": "90233", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.73828125, "Shape__Length": 51.976211404162356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162484746120498, 39.991362024663097 ], [ -75.162478949347104, 39.991361249759301 ], [ -75.162311550808994, 39.991338454371203 ], [ -75.162320886476493, 39.991298042537203 ], [ -75.162487985122198, 39.991320443716603 ], [ -75.162493615667103, 39.991321200231297 ], [ -75.162496971723201, 39.991321662197599 ], [ -75.162494317169404, 39.991335223463203 ], [ -75.162489311542402, 39.991362643413503 ], [ -75.162484746120498, 39.991362024663097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1027, "ADDRESS": "2033 W WESTMORELAND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112034300", "LNIADDRESSKEY": "609233", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.2265625, "Shape__Length": 69.763287335546678 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163271625751406, 40.004644029934902 ], [ -75.163323871333205, 40.0046509296849 ], [ -75.163279315304393, 40.004847668193499 ], [ -75.163227698192898, 40.004840798355197 ], [ -75.163271625751406, 40.004644029934902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1028, "ADDRESS": "2418 N OPAL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162127600", "LNIADDRESSKEY": "460324", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.40625, "Shape__Length": 52.14643656248505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164657120471702, 39.990994423313502 ], [ -75.164665795565497, 39.990995554643099 ], [ -75.164662153557799, 39.991012526575403 ], [ -75.164657137175695, 39.9910363682013 ], [ -75.164648316376699, 39.991035217821398 ], [ -75.164646502267999, 39.991034984367701 ], [ -75.164479383390002, 39.991013117473003 ], [ -75.164487994572298, 39.990972431257198 ], [ -75.1646553891552, 39.990994207492498 ], [ -75.164657120471702, 39.990994423313502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1029, "ADDRESS": "2733 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192188701", "LNIADDRESSKEY": "462583", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.3515625, "Shape__Length": 41.989741037022981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139332923320595, 39.992887796082599 ], [ -75.139326853303601, 39.9928870464542 ], [ -75.139318218958095, 39.992885962562703 ], [ -75.139316987632, 39.992885806160999 ], [ -75.139318392295706, 39.992879244875297 ], [ -75.139325902610807, 39.992845273688097 ], [ -75.139327110736104, 39.992845462224103 ], [ -75.139329798460693, 39.992845862364902 ], [ -75.139333279857496, 39.9928463762908 ], [ -75.139334779939205, 39.992846588361402 ], [ -75.139340222314402, 39.992847323714102 ], [ -75.139459280719606, 39.992862137928398 ], [ -75.1394516104762, 39.992895928659799 ], [ -75.139450122432393, 39.992902488050497 ], [ -75.139332923320595, 39.992887796082599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1030, "ADDRESS": "2342 N 29TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282004101", "LNIADDRESSKEY": "682150", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.42578125, "Shape__Length": 66.161643689412273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179770636778699, 39.992217194683903 ], [ -75.179776695196693, 39.992181158144298 ], [ -75.179777453774705, 39.9921766295314 ], [ -75.180018722690505, 39.992208564306601 ], [ -75.180009584966101, 39.992249013311898 ], [ -75.179770636778699, 39.992217194683903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1031, "ADDRESS": "2329 N LAWRENCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191256801", "LNIADDRESSKEY": "384532", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.88671875, "Shape__Length": 48.273379793769102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140175180965997, 39.986645183723098 ], [ -75.140177588659199, 39.986633776336802 ], [ -75.140183844692004, 39.986606773031902 ], [ -75.140346956490006, 39.986629971054299 ], [ -75.140338033192506, 39.986668585341498 ], [ -75.140175180965997, 39.986645183723098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1032, "ADDRESS": "1905 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162247801", "LNIADDRESSKEY": "110644", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.63671875, "Shape__Length": 63.727202995535563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163979074627704, 39.989182626456 ], [ -75.1640172151629, 39.989007617701503 ], [ -75.164071026392506, 39.989014923202099 ], [ -75.164032691521896, 39.989190040219903 ], [ -75.163979074627704, 39.989182626456 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1033, "ADDRESS": "2409 NICHOLAS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291253700", "LNIADDRESSKEY": "451233", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.1484375, "Shape__Length": 55.655974434525987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174480189619004, 39.980547625219003 ], [ -75.174509575368106, 39.980397097031997 ], [ -75.174511704278203, 39.980397322758797 ], [ -75.174560685258996, 39.9804025159509 ], [ -75.174529277853594, 39.980553853614701 ], [ -75.174480189619004, 39.980547625219003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1034, "ADDRESS": "2354 N OPAL ST", "OWNER1": "E L GREEN & BERTHA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162126200", "LNIADDRESSKEY": "460299", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.55078125, "Shape__Length": 50.785629645615359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164652832945393, 39.990187755912203 ], [ -75.164661086432005, 39.990149882933999 ], [ -75.164836837577596, 39.990173410438601 ], [ -75.1648277285001, 39.990211183065298 ], [ -75.164652832945393, 39.990187755912203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1035, "ADDRESS": "733 W OXFORD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201028801", "LNIADDRESSKEY": "466472", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.02734375, "Shape__Length": 65.267939898387624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148376086937503, 39.976259813720503 ], [ -75.148412636878703, 39.976094365763799 ], [ -75.148471684163198, 39.976101991274 ], [ -75.148431532814001, 39.9762788354751 ], [ -75.148373921145193, 39.976270951915701 ], [ -75.148376086937503, 39.976259813720503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1036, "ADDRESS": "1241 S 52ND ST", "OWNER1": "JUNK PROPERTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511195400", "LNIADDRESSKEY": "692362", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 234.1875, "Shape__Length": 85.011216250213351 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220395846578, 39.941974651118798 ], [ -75.220434157618897, 39.942007058065002 ], [ -75.220197344227103, 39.942175926353798 ], [ -75.220157165344105, 39.942141930662899 ], [ -75.220395846578, 39.941974651118798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1037, "ADDRESS": "2024 S 70TH ST", "OWNER1": "AMAL REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403209300", "LNIADDRESSKEY": "706649", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.12109375, "Shape__Length": 79.370653211095714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243669672895393, 39.922368098058499 ], [ -75.243890940307907, 39.922211401881398 ], [ -75.243928105377705, 39.922243066412001 ], [ -75.243707140600407, 39.9223995282602 ], [ -75.243669672895393, 39.922368098058499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1038, "ADDRESS": "2007 W NORRIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322247301", "LNIADDRESSKEY": "452426", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.29296875, "Shape__Length": 55.252386034676604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166852068506898, 39.984712331917002 ], [ -75.166884707685, 39.984567682168397 ], [ -75.166940479852698, 39.984575658990003 ], [ -75.166907485313203, 39.9847203007538 ], [ -75.166852068506898, 39.984712331917002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1039, "ADDRESS": "1945 N ORIANNA ST", "OWNER1": "MARTINEZ CATHERINE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183310100", "LNIADDRESSKEY": "461444", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.8984375, "Shape__Length": 44.279869468856269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140118075790099, 39.980445145525501 ], [ -75.140125487469504, 39.9804125900542 ], [ -75.140279629950498, 39.980434311842899 ], [ -75.140272525672799, 39.980465422539801 ], [ -75.140118075790099, 39.980445145525501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1040, "ADDRESS": "3018 N 11TH ST", "OWNER1": "LEWIS WILLIAM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372236100", "LNIADDRESSKEY": "652114", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.60546875, "Shape__Length": 59.846494530899321 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148236782081995, 39.998323262177003 ], [ -75.148244912671004, 39.998282823973398 ], [ -75.148457977400298, 39.998312123446802 ], [ -75.148449730539795, 39.998351204118997 ], [ -75.148331298720706, 39.998336140009002 ], [ -75.148236782081995, 39.998323262177003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1041, "ADDRESS": "2447 N DOVER ST", "OWNER1": "TTP HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281142500", "LNIADDRESSKEY": "122972", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.13671875, "Shape__Length": 53.071851148297327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178711435524903, 39.993339280913602 ], [ -75.178703459454795, 39.993377256677299 ], [ -75.1786861811037, 39.993375274832999 ], [ -75.178526940011096, 39.993354862 ], [ -75.178517659006602, 39.993353670852599 ], [ -75.178525628160799, 39.993315919071101 ], [ -75.178535221614894, 39.993317134111699 ], [ -75.178711435524903, 39.993339280913602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1042, "ADDRESS": "2848 N 11TH ST", "OWNER1": "WALLACE S POWELSON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372234200", "LNIADDRESSKEY": "652086", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 251.171875, "Shape__Length": 89.179623228356206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148725308982307, 39.996038556514598 ], [ -75.148734928398994, 39.995993719007203 ], [ -75.149071289599704, 39.996038255718403 ], [ -75.1490612271581, 39.996083195838303 ], [ -75.148725308982307, 39.996038556514598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1043, "ADDRESS": "2232 N 7TH ST", "OWNER1": "XHIXHO ALTIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371066300", "LNIADDRESSKEY": "642486", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.84765625, "Shape__Length": 63.940793956441311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145389679918395, 39.985713692091302 ], [ -75.14539760113, 39.985670548504999 ], [ -75.145625748002104, 39.985695087655003 ], [ -75.145618195051298, 39.985737947904802 ], [ -75.145389679918395, 39.985713692091302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1044, "ADDRESS": "1355 S 31ST ST", "OWNER1": "CRAIG WESTLEY TYLER", "OWNER2": "MARTINEZ PETER MAXWELL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362269600", "LNIADDRESSKEY": "683900", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.8515625, "Shape__Length": 51.338072100591312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195157747153104, 39.936550837670602 ], [ -75.195164692860502, 39.936516496198998 ], [ -75.195165234335093, 39.936513768072203 ], [ -75.195344653946094, 39.936536511310997 ], [ -75.195344060990493, 39.936539480437602 ], [ -75.195337176503699, 39.936573324348899 ], [ -75.195157747153104, 39.936550837670602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1045, "ADDRESS": "1804 N BUCKNELL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322137001", "LNIADDRESSKEY": "54833", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.796875, "Shape__Length": 49.443330900391096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173219121260004, 39.982449049332097 ], [ -75.173228000609697, 39.982409964531698 ], [ -75.173395281217907, 39.982432629147603 ], [ -75.173386401052198, 39.982472278199801 ], [ -75.173219121260004, 39.982449049332097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1046, "ADDRESS": "2021 N LAMBERT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322030901", "LNIADDRESSKEY": "376315", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.046875, "Shape__Length": 58.885948146816638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167227985093803, 39.985227019344897 ], [ -75.167432412332502, 39.985255476167097 ], [ -75.167423093765905, 39.985298274158502 ], [ -75.167218660282401, 39.985269978238399 ], [ -75.167227985093803, 39.985227019344897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1047, "ADDRESS": "1843 WAKELING ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "622006710", "LNIADDRESSKEY": "591917", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.51171875, "Shape__Length": 51.332110656297786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.074838661241799, 40.017584550864399 ], [ -75.074926319293596, 40.017467012492403 ], [ -75.074976905288395, 40.017493226445303 ], [ -75.074876647897298, 40.017604892744302 ], [ -75.074838661241799, 40.017584550864399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1048, "ADDRESS": "2324 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162142501", "LNIADDRESSKEY": "670199", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.37890625, "Shape__Length": 73.604818251979708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165376046830701, 39.989735487758097 ], [ -75.165384732694406, 39.989695013782999 ], [ -75.165656872686597, 39.989731511450898 ], [ -75.165647568092496, 39.989773357948401 ], [ -75.165376046830701, 39.989735487758097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1049, "ADDRESS": "4813 REINHARD ST", "OWNER1": "WABER ISADORE", "OWNER2": "HELEN C", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273127200", "LNIADDRESSKEY": "500348", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.19140625, "Shape__Length": 63.271401749766255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214657442323897, 39.943134857927099 ], [ -75.214505975370997, 39.943007823669902 ], [ -75.214548187809299, 39.942978823258102 ], [ -75.214701476054202, 39.943109829462301 ], [ -75.214663441928806, 39.943136295868499 ], [ -75.214657442323897, 39.943134857927099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1050, "ADDRESS": "1716 S TAYLOR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364191910", "LNIADDRESSKEY": "566298", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.20703125, "Shape__Length": 49.327352265290784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186154231137493, 39.931147740747697 ], [ -75.186162780112298, 39.931109824774197 ], [ -75.186206265507806, 39.931115472066303 ], [ -75.186213392271696, 39.9311158408781 ], [ -75.186330546727007, 39.931130742957301 ], [ -75.186323757955407, 39.931169197225302 ], [ -75.186291775554693, 39.931165532568002 ], [ -75.186288253184799, 39.931164551687502 ], [ -75.186256295176094, 39.931160822242198 ], [ -75.186248329982405, 39.931159371497401 ], [ -75.186238535333302, 39.931158716666197 ], [ -75.186219014786303, 39.931156088558303 ], [ -75.186206584952004, 39.931154746357301 ], [ -75.1861870790095, 39.931151731135998 ], [ -75.186181723261797, 39.931151611400999 ], [ -75.186178199111396, 39.931150677780302 ], [ -75.186174606445803, 39.931151017557099 ], [ -75.186170198260101, 39.931149629434898 ], [ -75.186154231137493, 39.931147740747697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1051, "ADDRESS": "2524 N HOWARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192017801", "LNIADDRESSKEY": "731679", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.9609375, "Shape__Length": 52.249837486018286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1325511725301, 39.9886424149433 ], [ -75.132559284813993, 39.988604298498899 ], [ -75.132740299470697, 39.988629011420201 ], [ -75.132732572799597, 39.988667458784803 ], [ -75.132679698056293, 39.988659869288 ], [ -75.1325511725301, 39.9886424149433 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1052, "ADDRESS": "6133 REINHARD ST", "OWNER1": "PHILA HOUSING DEV CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401276301", "LNIADDRESSKEY": "500539", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.41796875, "Shape__Length": 62.837624770338699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232546054112703, 39.930281548543 ], [ -75.232584822661096, 39.930254060994798 ], [ -75.232634989946902, 39.930296493211003 ], [ -75.232738468211295, 39.9303851972495 ], [ -75.232726372451296, 39.930394055457803 ], [ -75.232700030964907, 39.930412192069198 ], [ -75.232600871259194, 39.9303267261472 ], [ -75.232587310160298, 39.930315821475801 ], [ -75.232546054112703, 39.930281548543 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1053, "ADDRESS": "1421 W CLEARFIELD ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111114900", "LNIADDRESSKEY": "89252", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.2578125, "Shape__Length": 67.528950445595228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153907222531899, 40.000361896696603 ], [ -75.153943868017606, 40.0001709155556 ], [ -75.153995361862499, 40.000177640466497 ], [ -75.153957842252296, 40.000367893427303 ], [ -75.153907222531899, 40.000361896696603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1054, "ADDRESS": "27 E SOMERSET ST", "OWNER1": "REINDORF IMELDA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071197810", "LNIADDRESSKEY": "541219", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.2578125, "Shape__Length": 58.262922808575858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129450071413601, 39.992275081525896 ], [ -75.129482904474401, 39.992118887077297 ], [ -75.129489983741706, 39.992119547643703 ], [ -75.129536937338997, 39.992125859072502 ], [ -75.129519481079797, 39.992209993654498 ], [ -75.129505732789596, 39.992281671736201 ], [ -75.129450071413601, 39.992275081525896 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1055, "ADDRESS": "3815 RENO ST", "OWNER1": "MCHUGH JOHN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243131700", "LNIADDRESSKEY": "500913", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.74609375, "Shape__Length": 66.258305129691621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199134507664297, 39.9684221265017 ], [ -75.199171742472103, 39.9686105233638 ], [ -75.199123335983103, 39.968615282377698 ], [ -75.199085830459694, 39.968426847943299 ], [ -75.199134507664297, 39.9684221265017 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1056, "ADDRESS": "1839 N 31ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323282201", "LNIADDRESSKEY": "683500", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.42578125, "Shape__Length": 83.762792123406726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184184361476099, 39.984568753117898 ], [ -75.184192800366503, 39.984528997770603 ], [ -75.184511743615204, 39.984570978714302 ], [ -75.184502982712303, 39.984610969029198 ], [ -75.184184361476099, 39.984568753117898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1057, "ADDRESS": "855 N OPAL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151072010", "LNIADDRESSKEY": "460190", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 68.71484375, "Shape__Length": 38.519656994522691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168868313040093, 39.970646103191903 ], [ -75.168875862539494, 39.970613919833099 ], [ -75.169004603224593, 39.970630566298397 ], [ -75.168997063353203, 39.970662459303803 ], [ -75.168868313040093, 39.970646103191903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1058, "ADDRESS": "1213 W CAMBRIA ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372389801", "LNIADDRESSKEY": "62858", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.62109375, "Shape__Length": 76.741695602842313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150528282545395, 39.996884891392803 ], [ -75.150555357573893, 39.996753611063397 ], [ -75.150573931044704, 39.996669208583299 ], [ -75.150631598976304, 39.9966755444092 ], [ -75.150609196237099, 39.996779493393497 ], [ -75.150586250751402, 39.996892683551899 ], [ -75.150528282545395, 39.996884891392803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1059, "ADDRESS": "2710 W CABOT ST", "OWNER1": "PHILLIP LEVIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292033900", "LNIADDRESSKEY": "59437", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.921875, "Shape__Length": 65.990989759315852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180543356492706, 39.975320864895998 ], [ -75.180569961087798, 39.975496569819398 ], [ -75.180505838099805, 39.975501774493303 ], [ -75.180483190383697, 39.975360477659599 ], [ -75.180477764624499, 39.9753255861553 ], [ -75.180543356492706, 39.975320864895998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1060, "ADDRESS": "116 N 58TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042092050", "LNIADDRESSKEY": "697684", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.7109375, "Shape__Length": 75.386074214765955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236490902415198, 39.963523975596701 ], [ -75.236499341465603, 39.9634838285643 ], [ -75.236780961387097, 39.963518626754897 ], [ -75.236779669638096, 39.963527511550197 ], [ -75.236773211975304, 39.9635587708907 ], [ -75.236490902415198, 39.963523975596701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1061, "ADDRESS": "2531 ANNIN ST", "OWNER1": "KNOSSOS DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361247700", "LNIADDRESSKEY": "17619", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.5859375, "Shape__Length": 39.580446063658805 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186056915267102, 39.939056133492997 ], [ -75.186077415194106, 39.938956810528502 ], [ -75.186123037540895, 39.938962569707201 ], [ -75.1861029032993, 39.9390622071965 ], [ -75.186056915267102, 39.939056133492997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1062, "ADDRESS": "2036 DICKINSON ST", "OWNER1": "TORZA RYAN ALEXANDER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363052600", "LNIADDRESSKEY": "117805", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.7890625, "Shape__Length": 63.663841946856813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179012815352195, 39.933044259648099 ], [ -75.178961244214804, 39.933037542000697 ], [ -75.179000252354598, 39.932863227058903 ], [ -75.179043408061204, 39.932868788572101 ], [ -75.179051390058305, 39.932869758151199 ], [ -75.179054413722, 39.932870115385903 ], [ -75.179015940935301, 39.9330446687242 ], [ -75.179012815352195, 39.933044259648099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1063, "ADDRESS": "3124 TASKER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "482001300", "LNIADDRESSKEY": "565534", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.8203125, "Shape__Length": 63.838798840691595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196766143062106, 39.933896683352998 ], [ -75.1968193924058, 39.933903881933297 ], [ -75.196782438638195, 39.934079940427203 ], [ -75.196729200300695, 39.934072951562001 ], [ -75.196766143062106, 39.933896683352998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1064, "ADDRESS": "5434 VINE ST", "OWNER1": "TECHWORLD CORPORATION INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041031310", "LNIADDRESSKEY": "589264", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 450.00390625, "Shape__Length": 111.82799145654573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229298793522901, 39.965174364730899 ], [ -75.229367341442796, 39.964860911437 ], [ -75.229453633613502, 39.964871544546597 ], [ -75.229385395501396, 39.9651851004203 ], [ -75.229298793522901, 39.965174364730899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1065, "ADDRESS": "1821 N 31ST ST", "OWNER1": "PHILADELPHIA REDEVELOPMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323281301", "LNIADDRESSKEY": "683491", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.421875, "Shape__Length": 84.05489450102489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184262738997603, 39.984201992390901 ], [ -75.1842712140852, 39.984161237727903 ], [ -75.184590278452902, 39.984203882314802 ], [ -75.184581813923302, 39.984244362425201 ], [ -75.184262738997603, 39.984201992390901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1066, "ADDRESS": "3115 EUCLID AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323020800", "LNIADDRESSKEY": "140113", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.125, "Shape__Length": 68.842946244272369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184958247944294, 39.985024476069299 ], [ -75.184998873615399, 39.984831012647099 ], [ -75.185052087025497, 39.984838021296 ], [ -75.185011039680504, 39.9850310236788 ], [ -75.184958247944294, 39.985024476069299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1067, "ADDRESS": "2140 N 30TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323262200", "LNIADDRESSKEY": "682997", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.49609375, "Shape__Length": 64.17218328105065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182092305372606, 39.989002413483803 ], [ -75.182101074202293, 39.988960601198599 ], [ -75.182330742485206, 39.988990934935799 ], [ -75.182322877415103, 39.989032122104902 ], [ -75.182092305372606, 39.989002413483803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1068, "ADDRESS": "2725 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192188301", "LNIADDRESSKEY": "462576", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.10546875, "Shape__Length": 38.817751814957745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139365303515305, 39.992725350565799 ], [ -75.139369372996399, 39.992705616116801 ], [ -75.139373621865005, 39.992685062438099 ], [ -75.139374039035005, 39.992685104588297 ], [ -75.139492995797696, 39.992699851138099 ], [ -75.139488705999597, 39.9927204038895 ], [ -75.139484495642193, 39.992740489915803 ], [ -75.139365825417599, 39.992725410866001 ], [ -75.139365303515305, 39.992725350565799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1069, "ADDRESS": "4158 WESTMINSTER AVE", "OWNER1": "WESTMINSTER ACQUISITIONS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062090500", "LNIADDRESSKEY": "608024", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.0390625, "Shape__Length": 40.89706458323932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208002468880494, 39.969865393945497 ], [ -75.208051680074902, 39.969859826842502 ], [ -75.208069206760598, 39.9699619777614 ], [ -75.208020982549598, 39.969967454112897 ], [ -75.208002468880494, 39.969865393945497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1070, "ADDRESS": "1750 BELFIELD AVE", "OWNER1": "AROUND WORLD TRUCKIN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171002615", "LNIADDRESSKEY": "33007", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.55078125, "Shape__Length": 82.994282134517732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153024476707998, 40.029382227932899 ], [ -75.153309260556995, 40.029256162640799 ], [ -75.153296659317107, 40.029314215209098 ], [ -75.153053440076107, 40.029421587200098 ], [ -75.153024476707998, 40.029382227932899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1071, "ADDRESS": "13 N CONESTOGA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041127350", "LNIADDRESSKEY": "95396", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.5859375, "Shape__Length": 55.378354697288593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229416375111896, 39.960977172770903 ], [ -75.229425092538094, 39.960934163738102 ], [ -75.229614764547094, 39.960956965438797 ], [ -75.229605257270407, 39.961000359201797 ], [ -75.229416375111896, 39.960977172770903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1072, "ADDRESS": "1221 W CAMBRIA ST", "OWNER1": "JIMINEZ CLAUDIO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372390200", "LNIADDRESSKEY": "62866", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 263.66796875, "Shape__Length": 80.704235969712983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150954062696997, 39.9969403449252 ], [ -75.151002369414996, 39.996724159025597 ], [ -75.151075653035804, 39.996732652477597 ], [ -75.151069313225094, 39.996758108018703 ], [ -75.151053760203794, 39.9968265869879 ], [ -75.1510282461158, 39.996951084292498 ], [ -75.150954062696997, 39.9969403449252 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1073, "ADDRESS": "2455 N 15TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161030401", "LNIADDRESSKEY": "658276", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.6875, "Shape__Length": 51.989824582491863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156665706329903, 39.990929707078898 ], [ -75.156838016916893, 39.990952218534702 ], [ -75.156828397417996, 39.990997217646701 ], [ -75.156656947749298, 39.9909741298328 ], [ -75.156665706329903, 39.990929707078898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1074, "ADDRESS": "1540 DIAMOND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321037001", "LNIADDRESSKEY": "116450", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 283.01171875, "Shape__Length": 94.323522018942512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159674622147307, 39.984758847248699 ], [ -75.159736796248495, 39.984767633196803 ], [ -75.159677942014795, 39.985039359183503 ], [ -75.159615157934098, 39.9850317037331 ], [ -75.159674622147307, 39.984758847248699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1075, "ADDRESS": "3858 MOUNT VERNON ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242066710", "LNIADDRESSKEY": "443293", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.390625, "Shape__Length": 69.82714219094396 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199000850642506, 39.963623089234098 ], [ -75.199048889763404, 39.963618547433697 ], [ -75.199085796317306, 39.963818962161298 ], [ -75.199036120697102, 39.963824127581802 ], [ -75.199000850642506, 39.963623089234098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1076, "ADDRESS": "1712 N 42ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062295110", "LNIADDRESSKEY": "687130", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.8984375, "Shape__Length": 67.224578416279044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209945203624997, 39.975461504705002 ], [ -75.209968003780304, 39.975425530046003 ], [ -75.210193004226099, 39.975508577410601 ], [ -75.210169823454194, 39.975544672081 ], [ -75.209945203624997, 39.975461504705002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1077, "ADDRESS": "3106 N 15TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111165300", "LNIADDRESSKEY": "658367", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.21875, "Shape__Length": 69.519307836372946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154930665982207, 40.000488623827998 ], [ -75.154939421126002, 40.000444927535497 ], [ -75.155190355573495, 40.000476762027397 ], [ -75.155181783792102, 40.000520607769197 ], [ -75.154930665982207, 40.000488623827998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1078, "ADDRESS": "2152 N ORKNEY ST", "OWNER1": "LAURO I WARLEY", "OWNER2": "CHAS H", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191285200", "LNIADDRESSKEY": "462371", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.421875, "Shape__Length": 49.358610433087385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141635297068504, 39.9840567707639 ], [ -75.141662468671996, 39.984060225392497 ], [ -75.141656079295004, 39.984100557482797 ], [ -75.141653314632094, 39.984119628985603 ], [ -75.141509405033005, 39.984101334819499 ], [ -75.141522661492004, 39.984042621403503 ], [ -75.141610947386098, 39.984054025621496 ], [ -75.141635297068504, 39.9840567707639 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1079, "ADDRESS": "2301 N ORKNEY ST", "OWNER1": "WHIZ WIT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191276700", "LNIADDRESSKEY": "462422", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 54.63671875, "Shape__Length": 30.527438613533356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140857259234593, 39.986240460325703 ], [ -75.140861762799105, 39.986218171170997 ], [ -75.140865182682106, 39.986201146382598 ], [ -75.140949470775794, 39.986213057091298 ], [ -75.140949807029997, 39.986213032073202 ], [ -75.140940858115897, 39.986251789979796 ], [ -75.140857259234593, 39.986240460325703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1080, "ADDRESS": "1229 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371338101", "LNIADDRESSKEY": "110586", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.96484375, "Shape__Length": 69.006966027688847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153181194330998, 39.987781279326697 ], [ -75.153218973866501, 39.987591226244 ], [ -75.1532775813629, 39.987598564279899 ], [ -75.153241753153907, 39.9877808598307 ], [ -75.153240076157502, 39.9877879951244 ], [ -75.153181194330998, 39.987781279326697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1081, "ADDRESS": "1230 W ERIE AVE", "OWNER1": "INDEPENDENCE PROPERTIES L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432057100", "LNIADDRESSKEY": "138892", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 266.06640625, "Shape__Length": 94.194384136948017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148720654036396, 40.0084911720826 ], [ -75.148781326371306, 40.008498672548001 ], [ -75.1487219524181, 40.008774057402 ], [ -75.148666284795496, 40.008766702968302 ], [ -75.148720654036396, 40.0084911720826 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1082, "ADDRESS": "2200 W NORRIS ST", "OWNER1": "B & H PROPERTY INVESTMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322241800", "LNIADDRESSKEY": "452483", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.1484375, "Shape__Length": 69.085940820685067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170025747320196, 39.984824356748298 ], [ -75.170067739055298, 39.984642920860502 ], [ -75.170136301451393, 39.984652957504501 ], [ -75.170094457153695, 39.984834332530397 ], [ -75.170025747320196, 39.984824356748298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1083, "ADDRESS": "873 BUDD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062242300", "LNIADDRESSKEY": "55176", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.4921875, "Shape__Length": 64.312253139240312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204985405150595, 39.970015518410001 ], [ -75.205197252856095, 39.969991008624397 ], [ -75.205208021848705, 39.970046923859499 ], [ -75.205138059488803, 39.970054996083398 ], [ -75.205069085396303, 39.970062944896803 ], [ -75.204995413442404, 39.970072158998697 ], [ -75.204985405150595, 39.970015518410001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1084, "ADDRESS": "3108 N ROSEWOOD ST", "OWNER1": "VAZQUEZ SORIA J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111143700", "LNIADDRESSKEY": "517590", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.96484375, "Shape__Length": 59.084111165885844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153782484401603, 40.0003943302792 ], [ -75.153791407836096, 40.0003550224435 ], [ -75.1540001448857, 40.000379263587 ], [ -75.153991686804204, 40.000421226447997 ], [ -75.153782484401603, 40.0003943302792 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1085, "ADDRESS": "2310 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191243201", "LNIADDRESSKEY": "388679", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.6328125, "Shape__Length": 46.226031374948867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140286780121997, 39.986165637038098 ], [ -75.140279477383501, 39.986200258345399 ], [ -75.140273537523697, 39.986199413726901 ], [ -75.140120072400705, 39.9861777087607 ], [ -75.140127598915299, 39.986143286270099 ], [ -75.140280797841598, 39.986164791455202 ], [ -75.140286780121997, 39.986165637038098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1086, "ADDRESS": "810 N 42ND ST", "OWNER1": "AUGUSTINE ANDERSON JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062284300", "LNIADDRESSKEY": "686965", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.8359375, "Shape__Length": 56.755755389338873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207837258468203, 39.967304099277399 ], [ -75.208038121481806, 39.967280646411297 ], [ -75.208046086403996, 39.967319154912701 ], [ -75.207843765884604, 39.967342947166998 ], [ -75.207837258468203, 39.967304099277399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1087, "ADDRESS": "1337 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291287810", "LNIADDRESSKEY": "671958", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 432.6640625, "Shape__Length": 89.071815513207468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169961988541004, 39.975424269965998 ], [ -75.170235292759699, 39.9754606546825 ], [ -75.170216253453802, 39.975548176892097 ], [ -75.169952709254403, 39.975533401650303 ], [ -75.169961988541004, 39.975424269965998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1088, "ADDRESS": "3227 RIDGE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282267200", "LNIADDRESSKEY": "504400", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.64453125, "Shape__Length": 79.153749372508813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185163554143401, 39.991598980225397 ], [ -75.185391553937194, 39.991521154870199 ], [ -75.185454338153704, 39.991638909465301 ], [ -75.185163554143401, 39.991598980225397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1089, "ADDRESS": "3328 N 16TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112202825", "LNIADDRESSKEY": "660810", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 290.46875, "Shape__Length": 100.14420074365718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155716590274494, 40.0043637924298 ], [ -75.155726812389503, 40.004316276258102 ], [ -75.156110928353399, 40.004366238117598 ], [ -75.156101640424694, 40.004409664533199 ], [ -75.155716590274494, 40.0043637924298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1090, "ADDRESS": "1337 S 31ST ST", "OWNER1": "AKINOLA AMOS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362268600", "LNIADDRESSKEY": "683887", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.9921875, "Shape__Length": 51.444277898488579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195085319022894, 39.9368927513313 ], [ -75.195093028059901, 39.936855347674197 ], [ -75.195272449597894, 39.936878608002203 ], [ -75.195264435731303, 39.9369157942686 ], [ -75.195085319022894, 39.9368927513313 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1091, "ADDRESS": "2418 N PARK AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371295700", "LNIADDRESSKEY": "470018", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.15234375, "Shape__Length": 78.739473408875909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154219950452401, 39.990014023391502 ], [ -75.154214632152303, 39.990013338852002 ], [ -75.154224345206899, 39.989969228414203 ], [ -75.154515937464595, 39.990007159990903 ], [ -75.154506442865099, 39.990050501639701 ], [ -75.154219950452401, 39.990014023391502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1092, "ADDRESS": "89 E WISTER ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121054300", "LNIADDRESSKEY": "619733", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 277.9140625, "Shape__Length": 81.360495347420397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163509387979303, 40.031786828058301 ], [ -75.163473283637202, 40.031822977933501 ], [ -75.163467981734399, 40.031828387376898 ], [ -75.163463090932893, 40.031831275355103 ], [ -75.163459832434697, 40.0318298155345 ], [ -75.1634527426246, 40.031827125140197 ], [ -75.163441008146606, 40.031820864615902 ], [ -75.163230256535499, 40.031699378114801 ], [ -75.163280253084295, 40.0316530477699 ], [ -75.163509387979303, 40.031786828058301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1093, "ADDRESS": "1811 N 8TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202090800", "LNIADDRESSKEY": "644912", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.48828125, "Shape__Length": 71.512851362128174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147662544262801, 39.979395451270499 ], [ -75.147670743742907, 39.979358093925903 ], [ -75.147937018810396, 39.979396516674498 ], [ -75.147928671815905, 39.979435014986301 ], [ -75.147662544262801, 39.979395451270499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1094, "ADDRESS": "1203 N TAYLOR ST", "OWNER1": "MBWF HOMES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291320610", "LNIADDRESSKEY": "565731", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.984375, "Shape__Length": 50.037940495624923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176221713294794, 39.974793732358698 ], [ -75.176230465814001, 39.974750195785496 ], [ -75.176395729585593, 39.974771407873298 ], [ -75.176386650151898, 39.974814727639597 ], [ -75.176221713294794, 39.974793732358698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1095, "ADDRESS": "1638 W SUSQUEHANNA AVE", "OWNER1": "RENAISSANCE REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321066000", "LNIADDRESSKEY": "559124", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.94140625, "Shape__Length": 65.530292216077186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160588225058603, 39.986771748573403 ], [ -75.160628921930297, 39.986592559155298 ], [ -75.160684372476396, 39.986599129531598 ], [ -75.160643717385398, 39.986779415770101 ], [ -75.160588225058603, 39.986771748573403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1096, "ADDRESS": "1243 W ERIE AVE", "OWNER1": "CASALINA PROPERTIES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432205700", "LNIADDRESSKEY": "138904", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 352.171875, "Shape__Length": 111.08162550705283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148790039453601, 40.009450847628003 ], [ -75.148862018941003, 40.009123310128899 ], [ -75.148865335413007, 40.009123755810897 ], [ -75.148927072424001, 40.009131924536099 ], [ -75.148916815346894, 40.009178068749797 ], [ -75.148854317508196, 40.009458912899397 ], [ -75.148800533040898, 40.009452165471899 ], [ -75.148790039453601, 40.009450847628003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1097, "ADDRESS": "4438 ELIZABETH ST", "OWNER1": "SKAHAN ANN MARIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "234249110", "LNIADDRESSKEY": "132574", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.84765625, "Shape__Length": 87.134055198870371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.090057108593996, 40.015211980268603 ], [ -75.090091187552204, 40.015176950148501 ], [ -75.090335138055906, 40.015317689223302 ], [ -75.090368954979894, 40.015339106295201 ], [ -75.090357193083506, 40.015341783616499 ], [ -75.090335354440995, 40.015345888807502 ], [ -75.090320916800195, 40.015348890463997 ], [ -75.090305504147196, 40.015352177012403 ], [ -75.0902999906708, 40.015353258939498 ], [ -75.090057108593996, 40.015211980268603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1098, "ADDRESS": "853 N 40TH ST", "OWNER1": "B&B PROJECTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243161100", "LNIADDRESSKEY": "686324", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.16015625, "Shape__Length": 71.540402388844655 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203258998306097, 39.9690250239222 ], [ -75.202994203505497, 39.969054664093299 ], [ -75.202986499419197, 39.969013915220501 ], [ -75.203251294064302, 39.9689842750671 ], [ -75.203258998306097, 39.9690250239222 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1099, "ADDRESS": "2416 N OPAL ST", "OWNER1": "WILLIAM B ROBINSON", "OWNER2": "MARGURITE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162127500", "LNIADDRESSKEY": "460322", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.375, "Shape__Length": 51.953585514252609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164665747581594, 39.990954431227202 ], [ -75.164674277013305, 39.9909555423814 ], [ -75.164670627498893, 39.990971596235603 ], [ -75.164665795565497, 39.990995554643099 ], [ -75.164657120471702, 39.990994423313502 ], [ -75.1646553891552, 39.990994207492498 ], [ -75.164487994572298, 39.990972431257198 ], [ -75.164496502130902, 39.990932274305798 ], [ -75.164663642117802, 39.9909541585494 ], [ -75.164665747581594, 39.990954431227202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1100, "ADDRESS": "3605 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "774678000", "LNIADDRESSKEY": "335940", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 327.91015625, "Shape__Length": 104.04218351569685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194832513827706, 39.963795253628497 ], [ -75.194891019956899, 39.964099742026903 ], [ -75.194824789888699, 39.964107666847497 ], [ -75.194814197872304, 39.964052317489099 ], [ -75.194805433135102, 39.964004617827598 ], [ -75.194769145516403, 39.963802555124502 ], [ -75.194832513827706, 39.963795253628497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1101, "ADDRESS": "1331 S WILTON ST", "OWNER1": "NGUYEN DAVID", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "511209400", "LNIADDRESSKEY": "616386", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.9140625, "Shape__Length": 56.480445503127498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219731532342607, 39.940813865175301 ], [ -75.2196951726294, 39.940783660041099 ], [ -75.219841662315801, 39.9406791748182 ], [ -75.219878020618197, 39.940709378748402 ], [ -75.219731532342607, 39.940813865175301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1102, "ADDRESS": "1961 N DARIEN ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202126700", "LNIADDRESSKEY": "108554", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 85.83984375, "Shape__Length": 44.582876268724668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147806910163496, 39.9817823140136 ], [ -75.147811480662099, 39.981756529073103 ], [ -75.147806145051504, 39.981755779630298 ], [ -75.147807435505001, 39.981745637494598 ], [ -75.147959258660507, 39.981766199264598 ], [ -75.147951661711105, 39.981801506954199 ], [ -75.147928587573105, 39.981797775032597 ], [ -75.147900188515294, 39.981794084555702 ], [ -75.147877075450594, 39.981791368767801 ], [ -75.147830906025305, 39.981784954098799 ], [ -75.147806910163496, 39.9817823140136 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1103, "ADDRESS": "2136 S CECIL ST", "OWNER1": "HALL, CARMEN D", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401045800", "LNIADDRESSKEY": "71320", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.65625, "Shape__Length": 55.677965430376545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224626773059796, 39.933114886029401 ], [ -75.224768838878902, 39.933014820630802 ], [ -75.2248009902641, 39.933041962749598 ], [ -75.224807351771801, 39.933047226126703 ], [ -75.224665285983406, 39.9331472904477 ], [ -75.224626773059796, 39.933114886029401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1104, "ADDRESS": "2849 W OAKDALE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281361100", "LNIADDRESSKEY": "454404", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.625, "Shape__Length": 46.724459450432875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178312009101703, 39.996709725475803 ], [ -75.178338974385994, 39.996588770816402 ], [ -75.178387791103901, 39.996595329087498 ], [ -75.178361076326098, 39.996716322030103 ], [ -75.178312009101703, 39.996709725475803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1105, "ADDRESS": "2120 N FRANKLIN ST", "OWNER1": "MURTAGH DENIS", "OWNER2": "MURTAGH PATRICK", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202072100", "LNIADDRESSKEY": "299247", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.32421875, "Shape__Length": 67.120991573577584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146435706234101, 39.983864408444802 ], [ -75.146681592711602, 39.983896729671102 ], [ -75.1466732526724, 39.983936082916102 ], [ -75.146427087077896, 39.983903400566199 ], [ -75.146435706234101, 39.983864408444802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1106, "ADDRESS": "150 N 54TH ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041100400", "LNIADDRESSKEY": "693526", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.72265625, "Shape__Length": 57.007640864801118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228183852157201, 39.963203160250401 ], [ -75.228190009869707, 39.963174409622702 ], [ -75.228191807446194, 39.963166083373203 ], [ -75.228192768635395, 39.963161638932199 ], [ -75.228391152111698, 39.963186374050203 ], [ -75.2283827207348, 39.963227841846603 ], [ -75.228183852157201, 39.963203160250401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1107, "ADDRESS": "334-36 E ARMAT ST", "OWNER1": "ROSS ELGLINA N", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122055200", "LNIADDRESSKEY": "21411", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 562.8125, "Shape__Length": 99.251703551178721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169392635484996, 40.038212913648898 ], [ -75.169541932116104, 40.038170518965899 ], [ -75.169566784438899, 40.038297875591397 ], [ -75.169573035627593, 40.0383331250883 ], [ -75.169579775889304, 40.038367111766298 ], [ -75.169586686856803, 40.038406551148803 ], [ -75.169561618990798, 40.038406164805203 ], [ -75.169553658564496, 40.038407001858403 ], [ -75.169420645178207, 40.038406737953402 ], [ -75.169392635484996, 40.038212913648898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1108, "ADDRESS": "4955 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442082910", "LNIADDRESSKEY": "314580", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.76953125, "Shape__Length": 86.088682726514477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220844235906199, 39.972615081361297 ], [ -75.220899283487498, 39.972603044305203 ], [ -75.220987205814396, 39.972849790293701 ], [ -75.220930986284202, 39.972855594808998 ], [ -75.220844235906199, 39.972615081361297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1109, "ADDRESS": "637 N 40TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242241910", "LNIADDRESSKEY": "686200", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 281.859375, "Shape__Length": 83.626304952880588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202085830366997, 39.964402595849798 ], [ -75.202084950919598, 39.964397594889597 ], [ -75.202380644491797, 39.964364571877397 ], [ -75.202392597721797, 39.964421803314401 ], [ -75.202095183243699, 39.964455434618301 ], [ -75.202085830366997, 39.964402595849798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1110, "ADDRESS": "430 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191431501", "LNIADDRESSKEY": "628994", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.80078125, "Shape__Length": 62.102772404723382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140616175023595, 39.987201112136702 ], [ -75.140614554071703, 39.987208926569501 ], [ -75.140599001103197, 39.987283739650401 ], [ -75.140592567144495, 39.987308822004401 ], [ -75.140577852165904, 39.9873749333631 ], [ -75.140530363485198, 39.987368969009303 ], [ -75.140542993011294, 39.987311901559103 ], [ -75.140546730896702, 39.987298607483702 ], [ -75.140557385867595, 39.987247619840403 ], [ -75.140560959663702, 39.9872326134698 ], [ -75.140566561586994, 39.987202434938503 ], [ -75.140568017589004, 39.987194569452399 ], [ -75.140572248779606, 39.987195148824199 ], [ -75.140616175023595, 39.987201112136702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1111, "ADDRESS": "1104 W NEVADA ST", "OWNER1": "BCM SECOND INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371313400", "LNIADDRESSKEY": "448936", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.25, "Shape__Length": 39.368768201609278 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150893803197505, 39.986635348080597 ], [ -75.150914280706402, 39.986542735368303 ], [ -75.150967289657302, 39.986550110011002 ], [ -75.150947158700504, 39.986643004263499 ], [ -75.150893803197505, 39.986635348080597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1112, "ADDRESS": "2724 RIDGE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323037201", "LNIADDRESSKEY": "504275", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.69140625, "Shape__Length": 63.7989776001059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178899219126194, 39.984979994199399 ], [ -75.1787415056979, 39.985109045899002 ], [ -75.178701156578597, 39.985079448102901 ], [ -75.178858805279305, 39.984950443437697 ], [ -75.178899219126194, 39.984979994199399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1113, "ADDRESS": "429 W NORRIS ST", "OWNER1": "HUBBARD BRENDEN", "OWNER2": "SHEMANSKI JAMIE", "BLDG_DESC": "ROW 3STY FRAME", "OPA_ID": "183208400", "LNIADDRESSKEY": "452216", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.16015625, "Shape__Length": 54.276951732523173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141753793877797, 39.981485864673502 ], [ -75.141785550667706, 39.9813328021635 ], [ -75.141819303332696, 39.981337292727702 ], [ -75.141827287633902, 39.981338377458499 ], [ -75.141803112510502, 39.981456615449503 ], [ -75.141794653974699, 39.981490791586403 ], [ -75.141753793877797, 39.981485864673502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1114, "ADDRESS": "509 E CHELTEN AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591004515", "LNIADDRESSKEY": "77642", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 325.86328125, "Shape__Length": 96.228592354870756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168567034682098, 40.042025822636603 ], [ -75.168612911727095, 40.041981492179197 ], [ -75.168732350367307, 40.042054893309 ], [ -75.168892344358895, 40.042153837027598 ], [ -75.168846867163396, 40.042197596553201 ], [ -75.168804833176196, 40.042171215312102 ], [ -75.168778278990402, 40.042154740520502 ], [ -75.168702756667102, 40.042108923093998 ], [ -75.168567034682098, 40.042025822636603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1115, "ADDRESS": "2241 W THOMPSON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291044310", "LNIADDRESSKEY": "570255", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.1484375, "Shape__Length": 73.63660742868781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173275564981594, 39.975330496029301 ], [ -75.173317947522804, 39.975122937495598 ], [ -75.173374772124305, 39.9751306139962 ], [ -75.173335286476004, 39.975320391902898 ], [ -75.173331826159696, 39.975337014483202 ], [ -75.173275564981594, 39.975330496029301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1116, "ADDRESS": "3911-15 CAMBRIDGE ST", "OWNER1": "CAPRARIO DIANE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243215750", "LNIADDRESSKEY": "63380", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 694.4765625, "Shape__Length": 105.71021574386954 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2020436043248, 39.973702788735999 ], [ -75.202077769993906, 39.973699065975801 ], [ -75.202262564578902, 39.973678940949299 ], [ -75.2022978594904, 39.9738729990545 ], [ -75.202113909544806, 39.973892369165299 ], [ -75.2020817899203, 39.973895749936098 ], [ -75.2020436043248, 39.973702788735999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1117, "ADDRESS": "1509 DEAL ST", "OWNER1": "HALLIGAN DOLORES", "OWNER2": "HORLACHER ELWOOD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "234005300", "LNIADDRESSKEY": "111242", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.9609375, "Shape__Length": 74.495213729016257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.092711781728994, 40.009321480935299 ], [ -75.092923995756195, 40.009193449071198 ], [ -75.092963811107694, 40.009232382998498 ], [ -75.092801347497996, 40.009330340976803 ], [ -75.092751664406904, 40.009360302739502 ], [ -75.092711781728994, 40.009321480935299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1118, "ADDRESS": "407 W HEWSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183191501", "LNIADDRESSKEY": "342801", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.08984375, "Shape__Length": 55.128315439153923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141393705426196, 39.980658252164702 ], [ -75.141332746151306, 39.980649624541101 ], [ -75.141294864662697, 39.980517955246 ], [ -75.141350610828198, 39.980508465342098 ], [ -75.141393705426196, 39.980658252164702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1119, "ADDRESS": "2347 N GARNET ST", "OWNER1": "SINN PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162096600", "LNIADDRESSKEY": "306729", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.1328125, "Shape__Length": 51.692981388093322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163946732809194, 39.989979088110402 ], [ -75.163954916295594, 39.989942486281599 ], [ -75.164135948371296, 39.989967085557701 ], [ -75.164127772349701, 39.990003493846999 ], [ -75.163946732809194, 39.989979088110402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1120, "ADDRESS": "2017 N 30TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323256200", "LNIADDRESSKEY": "682970", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.2578125, "Shape__Length": 82.96115831899445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182289196193494, 39.987265274006397 ], [ -75.182133673490995, 39.9873851743966 ], [ -75.182105021073397, 39.987407520369601 ], [ -75.182067814227906, 39.987376721448797 ], [ -75.182072665776204, 39.987372558081503 ], [ -75.182304277712603, 39.987194507068899 ], [ -75.182289196193494, 39.987265274006397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1121, "ADDRESS": "6115 GLENMORE AVE", "OWNER1": "CAM ISMAL A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "402139500", "LNIADDRESSKEY": "316587", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.37109375, "Shape__Length": 52.143861988103758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226956692565196, 39.9273996949278 ], [ -75.226997293279496, 39.927371380101 ], [ -75.227117646616705, 39.9274733405178 ], [ -75.227078090980399, 39.927501678379897 ], [ -75.226956692565196, 39.9273996949278 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1122, "ADDRESS": "3054 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372129601", "LNIADDRESSKEY": "108865", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.63671875, "Shape__Length": 43.860622377989159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144389275248201, 39.998600353295998 ], [ -75.144398059788401, 39.9985582373629 ], [ -75.144537492562506, 39.998577119360903 ], [ -75.144527887391902, 39.998619328178101 ], [ -75.144389275248201, 39.998600353295998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1123, "ADDRESS": "1532 DIAMOND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321036601", "LNIADDRESSKEY": "116446", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 274.88671875, "Shape__Length": 94.112794970500985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159422432347398, 39.984726202297701 ], [ -75.159483657505007, 39.984733533221501 ], [ -75.159421857619904, 39.985006610587298 ], [ -75.159361886760806, 39.984998824778302 ], [ -75.159422432347398, 39.984726202297701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1124, "ADDRESS": "2028 S 61ST ST", "OWNER1": "BOKKOR IMA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401147001", "LNIADDRESSKEY": "701250", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.59375, "Shape__Length": 67.633193771904288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231609597278094, 39.930488965584402 ], [ -75.2317930781836, 39.930360669829497 ], [ -75.231833436699105, 39.930393730637597 ], [ -75.231656720910493, 39.9305179831305 ], [ -75.231609597278094, 39.930488965584402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1125, "ADDRESS": "3902 W GIRARD AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "243221000", "LNIADDRESSKEY": "314355", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 468.1796875, "Shape__Length": 115.20679412093833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201941409899902, 39.973927113221201 ], [ -75.201944186139798, 39.973943600181997 ], [ -75.202000442885605, 39.974252976032197 ], [ -75.2019127810794, 39.974262474545 ], [ -75.201857250685705, 39.9739527115728 ], [ -75.2018576434766, 39.973950045437299 ], [ -75.201854980024194, 39.973936171639401 ], [ -75.201862157212702, 39.973935863617001 ], [ -75.2018729903685, 39.973934717752002 ], [ -75.201903623340002, 39.9739318671554 ], [ -75.201941409899902, 39.973927113221201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1126, "ADDRESS": "1702 S 20TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363242415", "LNIADDRESSKEY": "671413", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.03125, "Shape__Length": 65.771577314437451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178317663322701, 39.930388737187201 ], [ -75.178325086151304, 39.930364111160003 ], [ -75.178327325719494, 39.930346446350299 ], [ -75.178478240231897, 39.9303677392843 ], [ -75.1785629166436, 39.930379341928301 ], [ -75.178553195154294, 39.9304215357242 ], [ -75.178497546115494, 39.930414193659303 ], [ -75.178465469496601, 39.930409750945302 ], [ -75.178340233132104, 39.930392113043297 ], [ -75.178317663322701, 39.930388737187201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1127, "ADDRESS": "3122 W ARIZONA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282328300", "LNIADDRESSKEY": "20944", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.703125, "Shape__Length": 47.032586775416192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183530431674399, 39.992555595697603 ], [ -75.183555323454996, 39.992433771507002 ], [ -75.183605132829499, 39.992440575063704 ], [ -75.183580321925902, 39.9925619663343 ], [ -75.183530431674399, 39.992555595697603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1128, "ADDRESS": "2309 N 21ST ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162178300", "LNIADDRESSKEY": "672296", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.69140625, "Shape__Length": 76.520239825729405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166857701666999, 39.989600938684397 ], [ -75.166868643546294, 39.989554599102803 ], [ -75.167146364679795, 39.989593652706702 ], [ -75.167144894705103, 39.9895998095975 ], [ -75.167137428844001, 39.989631333652397 ], [ -75.1671354086224, 39.989639830935097 ], [ -75.166857701666999, 39.989600938684397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1129, "ADDRESS": "4725 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273130810", "LNIADDRESSKEY": "583618", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.33203125, "Shape__Length": 61.616385346955575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212284747456096, 39.943689224652701 ], [ -75.212323355852106, 39.943661402189903 ], [ -75.212473401847305, 39.943790019616998 ], [ -75.212435136695404, 39.943816447539398 ], [ -75.212284747456096, 39.943689224652701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1130, "ADDRESS": "2117 N 9TH ST", "OWNER1": "AUGUSTINE DAY A", "OWNER2": "AUGUSTINE EBONY C", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202160000", "LNIADDRESSKEY": "647499", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.75, "Shape__Length": 57.855987020716377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147726043902793, 39.984021874880902 ], [ -75.147729011111693, 39.984005726043399 ], [ -75.147735372117396, 39.983978611024703 ], [ -75.147935735681401, 39.984006238069497 ], [ -75.147927226962494, 39.984047796191398 ], [ -75.147726043902793, 39.984021874880902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1131, "ADDRESS": "1533 S RINGGOLD ST", "OWNER1": "TRI STATE TRIMMERS INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364154205", "LNIADDRESSKEY": "506462", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.66015625, "Shape__Length": 51.653383256093676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184927530350805, 39.933168080984103 ], [ -75.184936143877806, 39.933129022242703 ], [ -75.185113655814902, 39.933151529607002 ], [ -75.185104121678606, 39.933191647856198 ], [ -75.184927530350805, 39.933168080984103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1132, "ADDRESS": "3229 W OXFORD ST", "OWNER1": "ROBINSON CARRIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324012801", "LNIADDRESSKEY": "467076", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.40625, "Shape__Length": 77.627185799449094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187953013916299, 39.981444283554701 ], [ -75.188001376901298, 39.981224845874699 ], [ -75.188057611560296, 39.981232226976701 ], [ -75.188010642898107, 39.981452469544202 ], [ -75.187953013916299, 39.981444283554701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1133, "ADDRESS": "1129 S 54TH ST", "OWNER1": "KURT PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511070000", "LNIADDRESSKEY": "694179", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.1640625, "Shape__Length": 75.909614009093474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227094017904506, 39.943703133210803 ], [ -75.227307560392703, 39.943553210834999 ], [ -75.227342028956897, 39.943582065408599 ], [ -75.227128721543295, 39.943732395089597 ], [ -75.227094017904506, 39.943703133210803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1134, "ADDRESS": "1957 N ORIANNA ST", "OWNER1": "AMON ANDREAS", "OWNER2": "PHILOMENA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183310700", "LNIADDRESSKEY": "461456", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.14453125, "Shape__Length": 44.115165865764112 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140074091848604, 39.980639824896997 ], [ -75.140081347416398, 39.980608056525099 ], [ -75.140235110443001, 39.9806293012022 ], [ -75.140227907872301, 39.980660797101798 ], [ -75.140074091848604, 39.980639824896997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1135, "ADDRESS": "1340 N 7TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141058510", "LNIADDRESSKEY": "642121", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.94140625, "Shape__Length": 57.497279893848777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147789113493801, 39.972865204839501 ], [ -75.147984293026596, 39.972892714991197 ], [ -75.147983296191796, 39.9728995919535 ], [ -75.147982376473905, 39.972906098993597 ], [ -75.147976896209101, 39.972935664484197 ], [ -75.147779491283401, 39.9729119039118 ], [ -75.147789113493801, 39.972865204839501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1136, "ADDRESS": "2129 N UBER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321275201", "LNIADDRESSKEY": "581679", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 274.7890625, "Shape__Length": 84.191352107387146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164724825295593, 39.986721776225899 ], [ -75.164737162898007, 39.986666875951997 ], [ -75.164994433195403, 39.9867011540329 ], [ -75.165038155265904, 39.986706442241598 ], [ -75.165025709107297, 39.986761469618401 ], [ -75.164966587795206, 39.9867538512095 ], [ -75.164724825295593, 39.986721776225899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1137, "ADDRESS": "2301 N 27TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281059010", "LNIADDRESSKEY": "679843", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.57421875, "Shape__Length": 69.907283375852188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176504024504894, 39.99061130194 ], [ -75.176751396746297, 39.990643510105599 ], [ -75.176741291828094, 39.990691159942898 ], [ -75.176493512600402, 39.990658636290199 ], [ -75.176504024504894, 39.99061130194 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1138, "ADDRESS": "3542 N SMEDLEY ST", "OWNER1": "LIFT TRUST", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112221200", "LNIADDRESSKEY": "539133", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.56640625, "Shape__Length": 76.786232776560681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155781752610196, 40.007717503534401 ], [ -75.155790365337197, 40.007677544310603 ], [ -75.156078574856394, 40.007713829328701 ], [ -75.156070436751705, 40.007753445644497 ], [ -75.155781752610196, 40.007717503534401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1139, "ADDRESS": "1718 N BODINE ST", "OWNER1": "LTD 203 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183126201", "LNIADDRESSKEY": "41688", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.44140625, "Shape__Length": 48.106530155027301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140037823808896, 39.976953637027698 ], [ -75.140044393846694, 39.976920611912497 ], [ -75.140214570871905, 39.976942552237198 ], [ -75.140207426770004, 39.976975774918898 ], [ -75.140037823808896, 39.976953637027698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1140, "ADDRESS": "212 RAMSEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441104400", "LNIADDRESSKEY": "494500", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.25390625, "Shape__Length": 59.968368715888928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222608370586897, 39.9632745093041 ], [ -75.222616768445207, 39.9632345885814 ], [ -75.2228304658734, 39.963260976009202 ], [ -75.222821611159404, 39.963301338307701 ], [ -75.222608370586897, 39.9632745093041 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1141, "ADDRESS": "1606 N 17TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471263210", "LNIADDRESSKEY": "662836", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 353.63671875, "Shape__Length": 103.87608478226258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1629925738373, 39.978415279239897 ], [ -75.1630033356968, 39.978360504675102 ], [ -75.1633938103963, 39.978412555216899 ], [ -75.163391701860505, 39.978426097265 ], [ -75.163378944396499, 39.978466738367999 ], [ -75.1629925738373, 39.978415279239897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1142, "ADDRESS": "2729 W STERNER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281396801", "LNIADDRESSKEY": "553728", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.0, "Shape__Length": 48.363542017745587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176179639507893, 39.997400557892597 ], [ -75.176206184242503, 39.997274193778097 ], [ -75.176255402292199, 39.997280680856598 ], [ -75.176229552515395, 39.9974069479359 ], [ -75.176179639507893, 39.997400557892597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1143, "ADDRESS": "2237 N LAWRENCE ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191253501", "LNIADDRESSKEY": "384482", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.29296875, "Shape__Length": 49.419096243921146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140476746431304, 39.985215042464297 ], [ -75.140484791027205, 39.985177455630598 ], [ -75.140655122180306, 39.985200270066699 ], [ -75.140647025040806, 39.985237016638401 ], [ -75.140476746431304, 39.985215042464297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1144, "ADDRESS": "2144 N 20TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322007801", "LNIADDRESSKEY": "670164", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.75, "Shape__Length": 76.715472783719207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165901679769306, 39.987317936697799 ], [ -75.165911294043696, 39.987272325285801 ], [ -75.166191571561697, 39.987310084079397 ], [ -75.166188988771296, 39.987323437541797 ], [ -75.166181201960597, 39.987355695400602 ], [ -75.165901679769306, 39.987317936697799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1145, "ADDRESS": "4915 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442080900", "LNIADDRESSKEY": "314560", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 251.828125, "Shape__Length": 94.205568632665347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219760058268307, 39.9728405016211 ], [ -75.219811529779406, 39.972829966354297 ], [ -75.219869087665899, 39.972988465488498 ], [ -75.219889509077305, 39.973108425444103 ], [ -75.219834664706298, 39.973113890339903 ], [ -75.219812861410603, 39.972992754507104 ], [ -75.219760058268307, 39.9728405016211 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1146, "ADDRESS": "1503 N 27TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291379710", "LNIADDRESSKEY": "679610", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 249.48046875, "Shape__Length": 83.875513440748335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179328155266106, 39.978855046819703 ], [ -75.179317502266898, 39.9789037725158 ], [ -75.179009602815796, 39.978863931774598 ], [ -75.179020256114597, 39.978815203856399 ], [ -75.179328155266106, 39.978855046819703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1147, "ADDRESS": "3868 MOUNT VERNON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242067210", "LNIADDRESSKEY": "443298", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.625, "Shape__Length": 70.131307405462067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199247515528, 39.963597026827699 ], [ -75.199297508784099, 39.963591738861602 ], [ -75.199333142827101, 39.963793124194403 ], [ -75.199284492645205, 39.963798345179498 ], [ -75.199282425443997, 39.963787015252699 ], [ -75.199247515528, 39.963597026827699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1148, "ADDRESS": "2123 N STANLEY ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323273601", "LNIADDRESSKEY": "551137", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.265625, "Shape__Length": 46.947308418667738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183047586305406, 39.988841645095597 ], [ -75.183030522490697, 39.988914431096497 ], [ -75.182892398936403, 39.988895560716401 ], [ -75.182992106824301, 39.988833537479003 ], [ -75.183047586305406, 39.988841645095597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1149, "ADDRESS": "2205 SEYBERT ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291067410", "LNIADDRESSKEY": "531233", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 5572.26171875, "Shape__Length": 467.15584586282262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1720471422652, 39.975729241919197 ], [ -75.172080092550004, 39.975575409903399 ], [ -75.172208341224206, 39.975591476105301 ], [ -75.172216964590802, 39.9755525320464 ], [ -75.172225577388204, 39.975513827644299 ], [ -75.172234476185906, 39.975475340278301 ], [ -75.1724452359379, 39.975502964707402 ], [ -75.172421988736303, 39.975613685024797 ], [ -75.172468662254502, 39.975619988542697 ], [ -75.172522352048603, 39.975626917033601 ], [ -75.172565264862499, 39.975632909663602 ], [ -75.1726114446531, 39.9756389925479 ], [ -75.172634385620597, 39.975528040067601 ], [ -75.173173728632193, 39.975599666551297 ], [ -75.173144428689199, 39.975736333151403 ], [ -75.173197435379905, 39.975743019604003 ], [ -75.173226765011506, 39.975606725327403 ], [ -75.173497362197395, 39.975642170831399 ], [ -75.173439714377594, 39.975914671829301 ], [ -75.1720471422652, 39.975729241919197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1150, "ADDRESS": "509 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191424101", "LNIADDRESSKEY": "110407", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.72265625, "Shape__Length": 67.946529933175299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1417934363852, 39.986326911027703 ], [ -75.141835140479103, 39.986136434329097 ], [ -75.141887758826897, 39.986143046332401 ], [ -75.141859281871902, 39.986268489381899 ], [ -75.141845337480305, 39.9863336362694 ], [ -75.1417934363852, 39.986326911027703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1151, "ADDRESS": "1227 W DAUPHIN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371338001", "LNIADDRESSKEY": "110584", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.0859375, "Shape__Length": 68.824520463422644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153122426190905, 39.987775419786203 ], [ -75.153164048808407, 39.987584615723797 ], [ -75.153218973866501, 39.987591226244 ], [ -75.153181194330998, 39.987781279326697 ], [ -75.153122426190905, 39.987775419786203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1152, "ADDRESS": "1647 N 29TH ST", "OWNER1": "BRICK AND MORTAR LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324176300", "LNIADDRESSKEY": "681943", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.15625, "Shape__Length": 64.909043439611608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181852733649194, 39.981442520189503 ], [ -75.181844195476998, 39.981485997720803 ], [ -75.181612832215393, 39.981454045476397 ], [ -75.181621815238401, 39.981411545374698 ], [ -75.181852733649194, 39.981442520189503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1153, "ADDRESS": "1331 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291287500", "LNIADDRESSKEY": "671955", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.74609375, "Shape__Length": 62.81316207940143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170043303673097, 39.975345402217002 ], [ -75.170034343164104, 39.975299420236503 ], [ -75.170044093277497, 39.9753003332251 ], [ -75.170263439615795, 39.975329137972103 ], [ -75.170254142762502, 39.975372565081102 ], [ -75.170043303673097, 39.975345402217002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1154, "ADDRESS": "4321 N 7TH ST", "OWNER1": "BENISE MICHAEL C", "OWNER2": "BARBARA A", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433306200", "LNIADDRESSKEY": "643233", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.24609375, "Shape__Length": 53.981659757548179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138095966117305, 40.017671278534202 ], [ -75.138106479786799, 40.017624706200202 ], [ -75.138284659705207, 40.017647216527102 ], [ -75.1382744384685, 40.017693843956103 ], [ -75.138095966117305, 40.017671278534202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1155, "ADDRESS": "1001 W ORLEANS ST", "OWNER1": "ROBERT CURLEY TRS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372402200", "LNIADDRESSKEY": "463125", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.421875, "Shape__Length": 46.73097208050774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147051258826806, 39.997077332736303 ], [ -75.147080795162495, 39.996956362496299 ], [ -75.147087591231696, 39.9969573218874 ], [ -75.147128805163305, 39.996963125313599 ], [ -75.147100765276704, 39.997083872705801 ], [ -75.147051258826806, 39.997077332736303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1156, "ADDRESS": "1552 S LAMBERT ST", "OWNER1": "BIROUTI ALI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363261600", "LNIADDRESSKEY": "376891", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.984375, "Shape__Length": 46.656212187566197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179458236431401, 39.932106385215498 ], [ -75.179418878023398, 39.9321011995414 ], [ -75.179336925709194, 39.932090077614397 ], [ -75.179345246797595, 39.932053301239002 ], [ -75.179466356563395, 39.932068847478099 ], [ -75.179496716977894, 39.932072735595902 ], [ -75.179503176493398, 39.932073574161301 ], [ -75.179494516608202, 39.932111535667197 ], [ -75.179488331625905, 39.932110671719599 ], [ -75.179458236431401, 39.932106385215498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1157, "ADDRESS": "2337 N 22ND ST", "OWNER1": "PHILA PLAYOFFS INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162211600", "LNIADDRESSKEY": "674121", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.69921875, "Shape__Length": 68.65656814918087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1683518301747, 39.990405421220501 ], [ -75.168360646101206, 39.990363176113 ], [ -75.168609671380807, 39.990394777989401 ], [ -75.168601129183998, 39.990437029268797 ], [ -75.1683518301747, 39.990405421220501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1158, "ADDRESS": "4209 LEIDY AVE", "OWNER1": "B&B PROJECTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062199400", "LNIADDRESSKEY": "388130", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.50390625, "Shape__Length": 75.353254813341692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210423094149405, 39.975545764446998 ], [ -75.210545936172693, 39.975347939005502 ], [ -75.210593282206105, 39.975365460431199 ], [ -75.210470672918206, 39.975563211107499 ], [ -75.210423094149405, 39.975545764446998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1159, "ADDRESS": "4926 W STILES ST", "OWNER1": "MILLHOUSE PHYLLIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442094510", "LNIADDRESSKEY": "555155", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.19140625, "Shape__Length": 50.567832728135784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220304955591402, 39.972930614984399 ], [ -75.220355172241995, 39.972925080512901 ], [ -75.220379936729003, 39.973059531820198 ], [ -75.220330517144305, 39.973064454302602 ], [ -75.220304955591402, 39.972930614984399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1160, "ADDRESS": "2236 N LEITHGOW ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191240801", "LNIADDRESSKEY": "388645", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.078125, "Shape__Length": 40.250160840079211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140344738064897, 39.985121462223802 ], [ -75.140351857321704, 39.985088868548601 ], [ -75.140486847034396, 39.9851059623048 ], [ -75.140480367873593, 39.9851393127582 ], [ -75.140344738064897, 39.985121462223802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1161, "ADDRESS": "2901 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282297901", "LNIADDRESSKEY": "110751", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.0703125, "Shape__Length": 59.496236647527681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180226668293102, 39.991253143698501 ], [ -75.180233438880094, 39.991220411774002 ], [ -75.180235075072403, 39.991210954006803 ], [ -75.180234045319693, 39.991204386236603 ], [ -75.180232129370097, 39.991199103964803 ], [ -75.180242961279006, 39.991148779507697 ], [ -75.180253004264998, 39.991097130921702 ], [ -75.180316775786096, 39.9911060539226 ], [ -75.1803058499288, 39.991156618428697 ], [ -75.180296049101401, 39.991207401838501 ], [ -75.180284659198307, 39.991260825672803 ], [ -75.180226668293102, 39.991253143698501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1162, "ADDRESS": "6209 VINE ST", "OWNER1": "AZAB LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341039500", "LNIADDRESSKEY": "589480", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.3828125, "Shape__Length": 77.591206544592993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2440326791925, 39.967440788512199 ], [ -75.244080452173506, 39.967219642602799 ], [ -75.244112128338301, 39.967223606123 ], [ -75.244135608687102, 39.967226552722003 ], [ -75.244087571789194, 39.967448033011401 ], [ -75.2440326791925, 39.967440788512199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1163, "ADDRESS": "1961 S ITHAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "514227500", "LNIADDRESSKEY": "358746", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.265625, "Shape__Length": 60.460668746952749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223621068334097, 39.935314473364102 ], [ -75.223657372078804, 39.935344498102801 ], [ -75.223495322777893, 39.935457649417003 ], [ -75.223460438394099, 39.935427736984899 ], [ -75.223621068334097, 39.935314473364102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1164, "ADDRESS": "718 E HILTON ST", "OWNER1": "FINBERG LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331049900", "LNIADDRESSKEY": "344766", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.63671875, "Shape__Length": 51.610653731291428 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116688624183297, 39.9973797485234 ], [ -75.116714468943499, 39.997247302150399 ], [ -75.116715675880499, 39.997241027136297 ], [ -75.116733256712095, 39.997243315845502 ], [ -75.116757166578196, 39.9972461371812 ], [ -75.116762917104595, 39.9972470113198 ], [ -75.116761741756605, 39.997253529210496 ], [ -75.116737770474799, 39.997385776417701 ], [ -75.116704921428806, 39.997381604579402 ], [ -75.116688624183297, 39.9973797485234 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1165, "ADDRESS": "938 N 13TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPART OF PUBLIC PROPERTY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141210010", "LNIADDRESSKEY": "655878", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-4", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.8125, "Shape__Length": 43.092230509598565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157463654464706, 39.970807047371601 ], [ -75.157472362322096, 39.970769394603003 ], [ -75.157614206443796, 39.970787348958098 ], [ -75.157605292181401, 39.970824965536998 ], [ -75.157463654464706, 39.970807047371601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1166, "ADDRESS": "4205 LEIDY AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062199210", "LNIADDRESSKEY": "388128", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.4609375, "Shape__Length": 75.604471668830513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210327088069505, 39.975510545945198 ], [ -75.210450416369994, 39.975312601843797 ], [ -75.210498527899603, 39.975330399288403 ], [ -75.210375287329697, 39.975528231629198 ], [ -75.210327088069505, 39.975510545945198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1167, "ADDRESS": "2427 W SERGEANT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281295401", "LNIADDRESSKEY": "530649", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.9453125, "Shape__Length": 64.145664549799122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171934893119399, 39.994223910379397 ], [ -75.171974161444993, 39.9940436053841 ], [ -75.172022601921498, 39.9940500611077 ], [ -75.171984557255996, 39.994230151452101 ], [ -75.171934893119399, 39.994223910379397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1168, "ADDRESS": "2407 W ELKHART ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381310400", "LNIADDRESSKEY": "132783", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.18359375, "Shape__Length": 52.448209351476642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169885957352193, 40.001411600236501 ], [ -75.169943163443804, 40.001419172764699 ], [ -75.169915443517894, 40.001554568986798 ], [ -75.169860327259499, 40.001546607551902 ], [ -75.169885957352193, 40.001411600236501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1169, "ADDRESS": "310 DIAMOND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183215801", "LNIADDRESSKEY": "116260", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.20703125, "Shape__Length": 66.939752994289378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139771973008294, 39.982457993757002 ], [ -75.139810779971896, 39.982279291243998 ], [ -75.139874135397605, 39.982287433529102 ], [ -75.139835327176499, 39.982466134904897 ], [ -75.139771973008294, 39.982457993757002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1170, "ADDRESS": "6128 REINHARD ST", "OWNER1": "RODAN MANAGEMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401284100", "LNIADDRESSKEY": "500534", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.4296875, "Shape__Length": 60.413540895525394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232184852586997, 39.930154882103601 ], [ -75.232220944372898, 39.930129045548597 ], [ -75.232282485358198, 39.930180367067003 ], [ -75.232370613643198, 39.930254984115301 ], [ -75.232348077033706, 39.930271544091603 ], [ -75.232335159309201, 39.930280593695599 ], [ -75.232214543171594, 39.9301802933552 ], [ -75.232184852586997, 39.930154882103601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1171, "ADDRESS": "2737 N MARVINE ST", "OWNER1": "BCM PHILADELPHIA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372237500", "LNIADDRESSKEY": "416809", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.20703125, "Shape__Length": 73.084512163019113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149460021557005, 39.994360222569 ], [ -75.149470476500596, 39.994310487754397 ], [ -75.149510631366795, 39.9943154599517 ], [ -75.149567784679505, 39.994323670084697 ], [ -75.149622832644994, 39.994330494479698 ], [ -75.149675010304406, 39.994337286486797 ], [ -75.149729644308394, 39.994344520426402 ], [ -75.149719322386503, 39.994391857056499 ], [ -75.149718891020498, 39.994393829527702 ], [ -75.149460021557005, 39.994360222569 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1172, "ADDRESS": "1413 S NAPA ST", "OWNER1": "GUMBO BROS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364438200", "LNIADDRESSKEY": "445986", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.66015625, "Shape__Length": 54.233747166062521 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195988045456005, 39.936178186511697 ], [ -75.195978422794596, 39.936221365855801 ], [ -75.195794312038601, 39.936195891555997 ], [ -75.195803217860501, 39.936153920503898 ], [ -75.195988045456005, 39.936178186511697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1173, "ADDRESS": "2307 N 19TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162073301", "LNIADDRESSKEY": "668157", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.64453125, "Shape__Length": 67.64210199964721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163456383734101, 39.989111350043402 ], [ -75.163467200179596, 39.989067248058298 ], [ -75.163709070584304, 39.989098925866301 ], [ -75.163699329791498, 39.989142277235402 ], [ -75.163456383734101, 39.989111350043402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1174, "ADDRESS": "3544 N SMEDLEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112221325", "LNIADDRESSKEY": "539135", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.921875, "Shape__Length": 76.946976190393315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155773211354202, 40.0077572402447 ], [ -75.155781752610196, 40.007717503534401 ], [ -75.156070436751705, 40.007753445644497 ], [ -75.156061460954007, 40.007794171557499 ], [ -75.155773211354202, 40.0077572402447 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1175, "ADDRESS": "2302 N 29TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282002401", "LNIADDRESSKEY": "682125", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.62109375, "Shape__Length": 64.269264799637924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179992766731402, 39.991167808035001 ], [ -75.180002792587004, 39.991117739230504 ], [ -75.180222200952002, 39.9911463471337 ], [ -75.180212218006801, 39.991196369611401 ], [ -75.180193446708103, 39.991193418632498 ], [ -75.180055080840106, 39.991175313244298 ], [ -75.179992766731402, 39.991167808035001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1176, "ADDRESS": "3726 MANTUA AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243005700", "LNIADDRESSKEY": "409563", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.89453125, "Shape__Length": 75.991580429967712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197942614758503, 39.968475705681101 ], [ -75.197979744846094, 39.9686985968128 ], [ -75.197858765739298, 39.9686649238188 ], [ -75.197942614758503, 39.968475705681101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1177, "ADDRESS": "171-77 E CHELTEN AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591002215", "LNIADDRESSKEY": "77573", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 254.046875, "Shape__Length": 78.405582362788948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172049302345698, 40.038618081933897 ], [ -75.172063722235904, 40.038603962363702 ], [ -75.172063421360505, 40.038607485322402 ], [ -75.172051762136405, 40.038739938095297 ], [ -75.172045593064695, 40.038784725183604 ], [ -75.172038751567698, 40.0388290455478 ], [ -75.171911180448802, 40.038753933542097 ], [ -75.171941673240795, 40.038723571359498 ], [ -75.17197389127, 40.038691958319497 ], [ -75.172049302345698, 40.038618081933897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1178, "ADDRESS": "4519 N 12TH ST", "OWNER1": "SOW MAMADOU OUMAR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491441700", "LNIADDRESSKEY": "654322", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.6015625, "Shape__Length": 82.568707315338202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144232364735103, 40.021613968319201 ], [ -75.144545223726297, 40.021656225125497 ], [ -75.144536382766404, 40.0216964533058 ], [ -75.144223690451398, 40.0216542002618 ], [ -75.144232364735103, 40.021613968319201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1179, "ADDRESS": "2223 W MONTGOMERY AVE", "OWNER1": "SCB INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322212600", "LNIADDRESSKEY": "435880", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.46875, "Shape__Length": 70.853196215607539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171228516994901, 39.982261517228899 ], [ -75.171175443214807, 39.982254231549199 ], [ -75.171196094342704, 39.982154043363501 ], [ -75.171218328321103, 39.982055776112603 ], [ -75.171273286647804, 39.982063088353101 ], [ -75.171229934202799, 39.982261710129599 ], [ -75.171228516994901, 39.982261517228899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1180, "ADDRESS": "417 W DAUPHIN ST", "OWNER1": "SANCHEZ CARMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191422100", "LNIADDRESSKEY": "110373", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.0625, "Shape__Length": 58.268981589169307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140284077091593, 39.985925678282499 ], [ -75.140338542843097, 39.985933816318699 ], [ -75.140302405003894, 39.986088954881403 ], [ -75.140247518309806, 39.986081404186699 ], [ -75.140284077091593, 39.985925678282499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1181, "ADDRESS": "3442 N 23RD ST", "OWNER1": "BELL GARNELL", "OWNER2": "THELMA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112317600", "LNIADDRESSKEY": "675807", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.515625, "Shape__Length": 89.072125051942436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167002663482606, 40.007790259822599 ], [ -75.166664859154494, 40.007745874283202 ], [ -75.166674479921099, 40.007702579665803 ], [ -75.167012283997295, 40.007746966302399 ], [ -75.167002663482606, 40.007790259822599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1182, "ADDRESS": "2554 RIDGE AVE", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322221100", "LNIADDRESSKEY": "504249", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.79296875, "Shape__Length": 80.015127979576278 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176554501687903, 39.983517430880099 ], [ -75.176723651955299, 39.983377435644996 ], [ -75.176689100191794, 39.983535536355603 ], [ -75.176686921061105, 39.9835454819695 ], [ -75.176673561947794, 39.983606631441603 ], [ -75.176554501687903, 39.983517430880099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1183, "ADDRESS": "2531 W ARIZONA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281235501", "LNIADDRESSKEY": "20827", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 85.609375, "Shape__Length": 45.101924965472527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174285159308099, 39.991571967867799 ], [ -75.174267180976699, 39.991569693702502 ], [ -75.174268505242097, 39.9915635019292 ], [ -75.174292792992006, 39.9914491926558 ], [ -75.174335391897202, 39.991454887898897 ], [ -75.174311469174299, 39.991568994759199 ], [ -75.174310187669903, 39.991575140189298 ], [ -75.174285159308099, 39.991571967867799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1184, "ADDRESS": "4125 LEIDY AVE", "OWNER1": "AGE FRIENDLY VILLAGES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062195000", "LNIADDRESSKEY": "388063", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 416.34765625, "Shape__Length": 140.21693083839034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207455150589595, 39.974691118131197 ], [ -75.207561352133098, 39.974527213566098 ], [ -75.207567554878096, 39.974517662957297 ], [ -75.207709088862799, 39.974299251029599 ], [ -75.207761515946899, 39.974318691608801 ], [ -75.207620470757803, 39.974537501858798 ], [ -75.207614396599197, 39.974546941567503 ], [ -75.207508651049395, 39.9747109858016 ], [ -75.207455150589595, 39.974691118131197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1185, "ADDRESS": "1820 N MARSHALL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201148300", "LNIADDRESSKEY": "413801", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.5, "Shape__Length": 43.835687600028677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145760534186195, 39.979347662364603 ], [ -75.145767707034693, 39.979309234397903 ], [ -75.145908414206602, 39.979325548483601 ], [ -75.145912504412905, 39.979326012968301 ], [ -75.1459081169006, 39.979349721767299 ], [ -75.145905449089696, 39.979364088832099 ], [ -75.145901214674097, 39.979363605307 ], [ -75.145760534186195, 39.979347662364603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1186, "ADDRESS": "37 E SILVER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071181600", "LNIADDRESSKEY": "537566", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.046875, "Shape__Length": 63.788527233462936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129452142866498, 39.9914621805476 ], [ -75.129474417828504, 39.9913618091309 ], [ -75.1294891149889, 39.991283979564599 ], [ -75.129538578149507, 39.991289864 ], [ -75.129502778199296, 39.9914686560248 ], [ -75.129452142866498, 39.9914621805476 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1187, "ADDRESS": "2919 CECIL B MOORE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324053701", "LNIADDRESSKEY": "71905", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.68359375, "Shape__Length": 71.075089549158079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182566800319805, 39.9821689795927 ], [ -75.182608078597298, 39.9819689225749 ], [ -75.182662473433197, 39.981976216731397 ], [ -75.182620441364804, 39.982176272670003 ], [ -75.182566800319805, 39.9821689795927 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1188, "ADDRESS": "6127 VINE ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341037750", "LNIADDRESSKEY": "589445", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.78515625, "Shape__Length": 65.954403704110533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242668709265402, 39.967233387610499 ], [ -75.242685495960302, 39.967149804415101 ], [ -75.242706125034601, 39.967051185392897 ], [ -75.242761436960095, 39.967058438573098 ], [ -75.242723449108894, 39.967240242004003 ], [ -75.242668709265402, 39.967233387610499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1189, "ADDRESS": "1512 W ERIE AVE", "OWNER1": "LEO HOMES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131041000", "LNIADDRESSKEY": "138965", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.32421875, "Shape__Length": 90.10103349115127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153342759964701, 40.009373394635503 ], [ -75.1533988565416, 40.009110346338304 ], [ -75.153453683813098, 40.009117212051599 ], [ -75.1533990908178, 40.009380971265998 ], [ -75.153342759964701, 40.009373394635503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1190, "ADDRESS": "866 N 40TH ST", "OWNER1": "866 N 40 ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062231300", "LNIADDRESSKEY": "686333", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 285.69921875, "Shape__Length": 101.01964194698812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203545583648406, 39.969381650873601 ], [ -75.203821657121296, 39.969350622106703 ], [ -75.203816046645898, 39.969312503388402 ], [ -75.203881987078802, 39.9693049880836 ], [ -75.203898281793897, 39.9693850457273 ], [ -75.203553610897899, 39.969425190975201 ], [ -75.203545583648406, 39.969381650873601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1191, "ADDRESS": "1203 W ALLEGHENY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "431028800", "LNIADDRESSKEY": "10310", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 282.484375, "Shape__Length": 89.899527570707562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148818466032395, 40.001511035407603 ], [ -75.148818235615707, 40.001438264966602 ], [ -75.148858193096004, 40.001250405611799 ], [ -75.148925439452697, 40.001259038344998 ], [ -75.148871549653407, 40.001517831288801 ], [ -75.148818466032395, 40.001511035407603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1192, "ADDRESS": "2341 N 32ND ST", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282182600", "LNIADDRESSKEY": "684283", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.76953125, "Shape__Length": 57.739308266988417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184181655589398, 39.992635245905099 ], [ -75.184189452210106, 39.992596975243501 ], [ -75.184391243049106, 39.992623327390703 ], [ -75.184382688615997, 39.992664450839499 ], [ -75.184180960021905, 39.992638695863903 ], [ -75.184181655589398, 39.992635245905099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1193, "ADDRESS": "1352 S LINDENWOOD ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511122310", "LNIADDRESSKEY": "393627", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.3515625, "Shape__Length": 60.508088881406458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220131911797793, 39.939861342402203 ], [ -75.220139400679301, 39.9398570420054 ], [ -75.220177406790199, 39.9398886044116 ], [ -75.220170226297498, 39.939893621150702 ], [ -75.220017681421595, 39.940000190765701 ], [ -75.219998688703598, 39.9399844266594 ], [ -75.219989718413103, 39.939976169342401 ], [ -75.219980248526994, 39.939967851449303 ], [ -75.220033735455004, 39.939931199418297 ], [ -75.220131911797793, 39.939861342402203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1194, "ADDRESS": "3015 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282299501", "LNIADDRESSKEY": "110787", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.109375, "Shape__Length": 77.296923176372587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1819891197012, 39.991543783627499 ], [ -75.182035268416101, 39.991327070133998 ], [ -75.182095100561895, 39.991334856578298 ], [ -75.182048700393295, 39.991551564466 ], [ -75.1819891197012, 39.991543783627499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1195, "ADDRESS": "3940 ASPEN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243040010", "LNIADDRESSKEY": "23887", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.01953125, "Shape__Length": 88.392791011631857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201473186639305, 39.966117899751701 ], [ -75.201530970201105, 39.966111705982698 ], [ -75.201546175912497, 39.966182696020603 ], [ -75.201579959082395, 39.966368902471302 ], [ -75.201523515336007, 39.966375193603596 ], [ -75.201488945508899, 39.966186550461899 ], [ -75.201475797503406, 39.966127663819201 ], [ -75.201473186639305, 39.966117899751701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1196, "ADDRESS": "3128 N WENDLE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372018500", "LNIADDRESSKEY": "606905", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.6015625, "Shape__Length": 52.961251230523217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141351313450997, 39.999172414043301 ], [ -75.141359710968302, 39.9991344004167 ], [ -75.141539650845701, 39.999158461625797 ], [ -75.141544613327397, 39.9991591228858 ], [ -75.141536414954203, 39.999196834701301 ], [ -75.141351313450997, 39.999172414043301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1197, "ADDRESS": "1940 S 60TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "401140301", "LNIADDRESSKEY": "700468", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.08203125, "Shape__Length": 59.569526818146585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230877591101205, 39.932968122929204 ], [ -75.231037633028393, 39.932857237559098 ], [ -75.231072329629598, 39.932886031914599 ], [ -75.230912529761, 39.932997727916302 ], [ -75.230877591101205, 39.932968122929204 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1198, "ADDRESS": "1456 N CORLIES ST", "OWNER1": "XUE CHUXIN", "OWNER2": "JIANG ERIC", "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "292307500", "LNIADDRESSKEY": "98133", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.40625, "Shape__Length": 48.616845111905789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184976838636203, 39.979042897236603 ], [ -75.184968369381394, 39.979081238485499 ], [ -75.184803138468098, 39.979059634317402 ], [ -75.184811607813501, 39.979021293080599 ], [ -75.184976838636203, 39.979042897236603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1199, "ADDRESS": "2401 HARLAN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291134210", "LNIADDRESSKEY": "332719", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1462.4296875, "Shape__Length": 203.3780525545242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174996810142005, 39.977090564386302 ], [ -75.175022147024407, 39.976971620355698 ], [ -75.175767442790004, 39.977067199042601 ], [ -75.175743557235805, 39.977186046244903 ], [ -75.175701933592507, 39.977180809066098 ], [ -75.175637403160295, 39.977170753416203 ], [ -75.175580323480602, 39.977163653510701 ], [ -75.175523346696494, 39.977156620082098 ], [ -75.175464127476701, 39.977149037381103 ], [ -75.175405991886095, 39.977141640016598 ], [ -75.175345586165705, 39.9771343854081 ], [ -75.175291580679101, 39.977127482723603 ], [ -75.175235208503807, 39.977120528039201 ], [ -75.175175195470302, 39.9771128789477 ], [ -75.1751150062303, 39.9771049352943 ], [ -75.1750553297626, 39.977097792626999 ], [ -75.174996810142005, 39.977090564386302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1200, "ADDRESS": "536 DIAMOND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183220600", "LNIADDRESSKEY": "116338", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.1875, "Shape__Length": 64.275633872954316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143506047020793, 39.982950323415601 ], [ -75.143542468360806, 39.982776651948001 ], [ -75.143596205442094, 39.982774229984102 ], [ -75.143557716437897, 39.982956994246997 ], [ -75.143506047020793, 39.982950323415601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1201, "ADDRESS": "1441 PARRISH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152286610", "LNIADDRESSKEY": "471308", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.93359375, "Shape__Length": 39.817427642806742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161385187497103, 39.969328281663898 ], [ -75.161403498845601, 39.969246902713998 ], [ -75.161473762413394, 39.969255805214203 ], [ -75.161455266386994, 39.9693371158098 ], [ -75.161385187497103, 39.969328281663898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1202, "ADDRESS": "433 W DAUPHIN ST", "OWNER1": "GIBSON CRISTINA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191422900", "LNIADDRESSKEY": "110389", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.9375, "Shape__Length": 64.881929749289583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1408675641119, 39.986189352074298 ], [ -75.140906056932096, 39.986011070073602 ], [ -75.140945012630297, 39.986016549736199 ], [ -75.140960686450299, 39.986018759896801 ], [ -75.140922812625107, 39.986196749636498 ], [ -75.1408675641119, 39.986189352074298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1203, "ADDRESS": "2218 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191239801", "LNIADDRESSKEY": "388633", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.87890625, "Shape__Length": 40.304642173646442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140411039001506, 39.984818302462102 ], [ -75.140418157798294, 39.984785757203497 ], [ -75.140554492296701, 39.984803236248602 ], [ -75.1405463394116, 39.984835984384603 ], [ -75.140411039001506, 39.984818302462102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1204, "ADDRESS": "1736 W COURTLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132375300", "LNIADDRESSKEY": "101436", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.09375, "Shape__Length": 58.515261557807953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154256651435603, 40.023531589836999 ], [ -75.154257694168194, 40.023526809859099 ], [ -75.154306068110898, 40.023533335305601 ], [ -75.1543050782861, 40.023537842795797 ], [ -75.154270794002102, 40.023694704176798 ], [ -75.154222375693095, 40.023688225018503 ], [ -75.154256651435603, 40.023531589836999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1205, "ADDRESS": "837 N 39TH ST", "OWNER1": "CYNCON INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243151600", "LNIADDRESSKEY": "686089", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.4453125, "Shape__Length": 68.001869321850478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200292613678698, 39.968634000861698 ], [ -75.200541210741207, 39.9686077045397 ], [ -75.2005474529292, 39.968648480820697 ], [ -75.200547656127895, 39.968649774899198 ], [ -75.200300738374494, 39.968675979034799 ], [ -75.200292613678698, 39.968634000861698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1206, "ADDRESS": "6048 UPLAND ST", "OWNER1": "JOHNSON DWAIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401300300", "LNIADDRESSKEY": "583838", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.08203125, "Shape__Length": 58.343159722886597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230233549661193, 39.931010606539402 ], [ -75.230271999720202, 39.930983854942099 ], [ -75.230412938899093, 39.931103495522997 ], [ -75.230374493625305, 39.931130117754599 ], [ -75.230233549661193, 39.931010606539402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1207, "ADDRESS": "2614 N 29TH ST", "OWNER1": "LASHLEY GLADYS E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282011800", "LNIADDRESSKEY": "682297", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.3984375, "Shape__Length": 67.489652010851358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178966462781602, 39.995870861428202 ], [ -75.178975407909803, 39.995829456479797 ], [ -75.179219448456493, 39.995863244359398 ], [ -75.179211362915595, 39.995904652806999 ], [ -75.178966462781602, 39.995870861428202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1208, "ADDRESS": "2616 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281244001", "LNIADDRESSKEY": "629372", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.76171875, "Shape__Length": 51.467888951848721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1754665705908, 39.991874297409801 ], [ -75.175494360685207, 39.991738854408702 ], [ -75.1755459318276, 39.991745619915903 ], [ -75.175517890150601, 39.991881058410698 ], [ -75.1754665705908, 39.991874297409801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1209, "ADDRESS": "1913 S SALFORD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401072501", "LNIADDRESSKEY": "522948", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.30078125, "Shape__Length": 61.837290173890764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230478424936607, 39.9338348204694 ], [ -75.230646824358303, 39.933716011345602 ], [ -75.230679668453206, 39.933744507207798 ], [ -75.2305111284021, 39.933862571094203 ], [ -75.230478424936607, 39.9338348204694 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1210, "ADDRESS": "1923 N 9TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202154101", "LNIADDRESSKEY": "647439", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.16796875, "Shape__Length": 54.77846326471731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148364730810599, 39.981106447224803 ], [ -75.148371728406701, 39.981074204037498 ], [ -75.148372316389498, 39.981071428708702 ], [ -75.148380141812297, 39.981072267231198 ], [ -75.1483821045464, 39.981072472782799 ], [ -75.148492187755807, 39.9810874935702 ], [ -75.148568536898694, 39.981098106075798 ], [ -75.148561850636199, 39.981133193418003 ], [ -75.148500588463506, 39.981124759863299 ], [ -75.148488136521607, 39.981123236440901 ], [ -75.148364730810599, 39.981106447224803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1211, "ADDRESS": "2403 WHARTON ST", "OWNER1": "WILSON JACK M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361300600", "LNIADDRESSKEY": "610351", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.984375, "Shape__Length": 67.226263265719211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184019315205006, 39.936529493552499 ], [ -75.184059798877797, 39.936342427069299 ], [ -75.184113312649401, 39.936349346874501 ], [ -75.184073108698598, 39.936536758636798 ], [ -75.184019315205006, 39.936529493552499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1212, "ADDRESS": "3903 WYALUSING AVE", "OWNER1": "RAD DIVERSIFIED REIT INC", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "243189500", "LNIADDRESSKEY": "625634", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.7421875, "Shape__Length": 47.161522095078936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201550787063596, 39.972579025374898 ], [ -75.201602319254405, 39.972573076667501 ], [ -75.201625268334396, 39.9726946453275 ], [ -75.2015742544245, 39.972700121267401 ], [ -75.201550787063596, 39.972579025374898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1213, "ADDRESS": "2222 N LAWRENCE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191263801", "LNIADDRESSKEY": "384467", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.50390625, "Shape__Length": 50.397615011177187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140872979125902, 39.985022938196899 ], [ -75.1408819890041, 39.984984228986399 ], [ -75.141054062729097, 39.985007484534897 ], [ -75.141045399774896, 39.985046426898698 ], [ -75.140872979125902, 39.985022938196899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1214, "ADDRESS": "2222 N 17TH ST", "OWNER1": "G & Z REALTY INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161162500", "LNIADDRESSKEY": "663035", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.6796875, "Shape__Length": 64.675526020976463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161010959116894, 39.987473382929402 ], [ -75.161242682953997, 39.987503191728699 ], [ -75.161233558781703, 39.987545158001303 ], [ -75.161001834805404, 39.987515349183603 ], [ -75.161010959116894, 39.987473382929402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1215, "ADDRESS": "2028 DIAMOND ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": "DEPARTMENT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322264100", "LNIADDRESSKEY": "116636", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 274.765625, "Shape__Length": 90.674545136115086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167408622251699, 39.986038122977597 ], [ -75.167406975943507, 39.986037907982002 ], [ -75.167418102108101, 39.9859872363782 ], [ -75.167463705653503, 39.9857793656914 ], [ -75.167528107880202, 39.985788052223697 ], [ -75.167480855266902, 39.985998480747298 ], [ -75.167470921011898, 39.986046455859402 ], [ -75.167408622251699, 39.986038122977597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1216, "ADDRESS": "3124 W ARIZONA ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282328401", "LNIADDRESSKEY": "20946", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.36328125, "Shape__Length": 46.519156107087731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183580321925902, 39.9925619663343 ], [ -75.183605132829499, 39.992440575063704 ], [ -75.183652676151397, 39.992446393136198 ], [ -75.183628441999204, 39.992568023689103 ], [ -75.183580321925902, 39.9925619663343 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1217, "ADDRESS": "4987 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442084500", "LNIADDRESSKEY": "314596", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 297.3828125, "Shape__Length": 111.87013738476276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221725078749301, 39.972430692989903 ], [ -75.221780413595596, 39.9724199356342 ], [ -75.221839366901705, 39.972593954855903 ], [ -75.221847438478804, 39.972593246329502 ], [ -75.221874598393399, 39.972760795287201 ], [ -75.221840320177407, 39.972764246621502 ], [ -75.221725078749301, 39.972430692989903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1218, "ADDRESS": "1550 S STILLMAN ST", "OWNER1": "AMPJ PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364201300", "LNIADDRESSKEY": "555870", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.734375, "Shape__Length": 46.296403565071799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187219971819999, 39.933062889956403 ], [ -75.187374419453405, 39.933082348811297 ], [ -75.187365811938903, 39.933121246783202 ], [ -75.187211367505896, 39.933101739560897 ], [ -75.187219971819999, 39.933062889956403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1219, "ADDRESS": "2107 N REESE ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191317200", "LNIADDRESSKEY": "498696", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.06640625, "Shape__Length": 42.291189239820341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142472458720704, 39.983183023148499 ], [ -75.142494820592205, 39.983186207250696 ], [ -75.142541788185198, 39.983193125362497 ], [ -75.142612089713396, 39.983201895832998 ], [ -75.142604073657907, 39.983238242276599 ], [ -75.142464759438795, 39.9832198115244 ], [ -75.142472458720704, 39.983183023148499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1220, "ADDRESS": "2162 N DARIEN ST", "OWNER1": "RONALD G WEIKEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202145700", "LNIADDRESSKEY": "108635", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.73046875, "Shape__Length": 44.507618516090744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147411416412098, 39.984781565356101 ], [ -75.147418054768806, 39.984752184942401 ], [ -75.147568503123196, 39.984771620035403 ], [ -75.147565184307894, 39.984791517026601 ], [ -75.147572439966893, 39.984792486838302 ], [ -75.147570543542102, 39.984802583696101 ], [ -75.147411416412098, 39.984781565356101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1221, "ADDRESS": "2303 N MYRTLEWOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282038000", "LNIADDRESSKEY": "444990", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.8203125, "Shape__Length": 46.873489330343965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180713919153405, 39.991237179965701 ], [ -75.180721867548499, 39.991199396061802 ], [ -75.180880135614601, 39.991220445287802 ], [ -75.180871378286497, 39.991258597402499 ], [ -75.180713919153405, 39.991237179965701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1222, "ADDRESS": "2525 N HANCOCK ST", "OWNER1": "KULKARNI NINA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192049100", "LNIADDRESSKEY": "731249", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.00390625, "Shape__Length": 52.085268294295091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134049576180701, 39.988869934936098 ], [ -75.134051851062694, 39.988858735241401 ], [ -75.1340578032666, 39.988831515799198 ], [ -75.134238480331902, 39.988855251162697 ], [ -75.134232846836099, 39.988881800981503 ], [ -75.134230390091602, 39.988893351312697 ], [ -75.134049576180701, 39.988869934936098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1223, "ADDRESS": "5619 HEISKELL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122168500", "LNIADDRESSKEY": "339482", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.87109375, "Shape__Length": 54.590998890957223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169528908916305, 40.0389867257201 ], [ -75.169558123276204, 40.038983964955499 ], [ -75.169562228154803, 40.039023291740897 ], [ -75.169501299761507, 40.039027807666201 ], [ -75.169472591568507, 40.039029934438702 ], [ -75.169368920044406, 40.039035084794001 ], [ -75.169365143822503, 40.038995942206903 ], [ -75.169410029376095, 40.038994146256599 ], [ -75.169421722452299, 40.038993296213803 ], [ -75.169480432229406, 40.038989747504402 ], [ -75.169495756974399, 40.0389888022207 ], [ -75.169528908916305, 40.0389867257201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1224, "ADDRESS": "3018 N WOODSTOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111270400", "LNIADDRESSKEY": "624211", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.44921875, "Shape__Length": 49.680998711560761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163948397394194, 40.000327057847798 ], [ -75.164119381431306, 40.000349318406997 ], [ -75.164111552250105, 40.000387007206903 ], [ -75.163940194309006, 40.0003641412926 ], [ -75.163948397394194, 40.000327057847798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1225, "ADDRESS": "2933 W OAKDALE ST", "OWNER1": "JEAN SHAYNE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282374100", "LNIADDRESSKEY": "454421", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.8125, "Shape__Length": 45.861569128453525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179640199463606, 39.996720758618501 ], [ -75.179690887495099, 39.996727713005598 ], [ -75.179663883593506, 39.996844218324703 ], [ -75.1796128906593, 39.996836999186002 ], [ -75.179640199463606, 39.996720758618501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1226, "ADDRESS": "3534 N SMEDLEY ST", "OWNER1": "LIFT TRUST", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112220800", "LNIADDRESSKEY": "539125", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.55859375, "Shape__Length": 76.48144584133189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155815116018303, 40.0075624760211 ], [ -75.155823249492997, 40.0075246323672 ], [ -75.156112654475194, 40.007561428623397 ], [ -75.156104325249501, 40.007599493125902 ], [ -75.155815116018303, 40.0075624760211 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1227, "ADDRESS": "947 BELMONT AVE", "OWNER1": "BELMONT AVENUE DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062332200", "LNIADDRESSKEY": "34883", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.57421875, "Shape__Length": 82.534754408185293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211311223584005, 39.971096716447498 ], [ -75.211303365583603, 39.971053210032103 ], [ -75.211613760600699, 39.971020021683898 ], [ -75.211621618880102, 39.971063525827397 ], [ -75.211311223584005, 39.971096716447498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1228, "ADDRESS": "606 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371354001", "LNIADDRESSKEY": "629042", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.39453125, "Shape__Length": 66.950796814903129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143683899873906, 39.987580409546197 ], [ -75.1436445611876, 39.987764608595199 ], [ -75.143588216968297, 39.987757489338698 ], [ -75.143627555846393, 39.9875732891837 ], [ -75.143683899873906, 39.987580409546197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1229, "ADDRESS": "1946 N NEWKIRK ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323222901", "LNIADDRESSKEY": "449956", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.76171875, "Shape__Length": 48.393635218732982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179653267473896, 39.985495112653403 ], [ -75.1795646622231, 39.985416640323201 ], [ -75.179600122887905, 39.985393287408201 ], [ -75.179687544564402, 39.985472006886702 ], [ -75.179711215386405, 39.985493315432699 ], [ -75.179676645705996, 39.985515834628103 ], [ -75.179653267473896, 39.985495112653403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1230, "ADDRESS": "6043 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401288800", "LNIADDRESSKEY": "583833", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.3828125, "Shape__Length": 60.558388228316787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230389458632899, 39.931231403282403 ], [ -75.230431618798505, 39.931201138164901 ], [ -75.230536227288098, 39.931289820624301 ], [ -75.230576002405201, 39.931323384879597 ], [ -75.2305338946436, 39.931352749078201 ], [ -75.230389458632899, 39.931231403282403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1231, "ADDRESS": "2543 N 19TH ST", "OWNER1": "PLANTIN IN STANTON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162081500", "LNIADDRESSKEY": "668315", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.703125, "Shape__Length": 64.995038085921365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162658002052794, 39.992792116629197 ], [ -75.162893010386, 39.992823222210703 ], [ -75.162884225739603, 39.992864048583897 ], [ -75.162649255038005, 39.992831913299 ], [ -75.162658002052794, 39.992792116629197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1232, "ADDRESS": "891 N PRESTON ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062239010", "LNIADDRESSKEY": "489972", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 979.7421875, "Shape__Length": 134.77606896476945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204620916776506, 39.970191407365299 ], [ -75.2046480908311, 39.970332266063799 ], [ -75.204269607652506, 39.9703761302411 ], [ -75.204220800371104, 39.970363635062199 ], [ -75.204197337792706, 39.970240589221902 ], [ -75.204620916776506, 39.970191407365299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1233, "ADDRESS": "3012 RUTH ST", "OWNER1": "ELIMAX LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252563200", "LNIADDRESSKEY": "521421", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.34765625, "Shape__Length": 51.366865971480692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117666716930998, 39.993622942143404 ], [ -75.1177050108938, 39.993601783410099 ], [ -75.117815765332594, 39.993713988656303 ], [ -75.117777308762598, 39.993734997280903 ], [ -75.117666716930998, 39.993622942143404 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1234, "ADDRESS": "1548 S LAMBERT ST", "OWNER1": "HIGH END DEVELOPERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363261400", "LNIADDRESSKEY": "376887", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.80859375, "Shape__Length": 46.689110956331042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179449857386899, 39.932142451878001 ], [ -75.179480426493697, 39.932146393106599 ], [ -75.179487094491606, 39.9321472509872 ], [ -75.179478838487, 39.932184513124199 ], [ -75.179472190992499, 39.932183654576498 ], [ -75.179458397052898, 39.932181862099199 ], [ -75.179441750047602, 39.932179650895499 ], [ -75.179320184119007, 39.932163434418001 ], [ -75.179329115735101, 39.932126607531799 ], [ -75.179405274012197, 39.932136471071402 ], [ -75.179449857386899, 39.932142451878001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1235, "ADDRESS": "3635 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242047800", "LNIADDRESSKEY": "335964", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 359.734375, "Shape__Length": 89.713119198151389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195806608386903, 39.963684963294597 ], [ -75.195853526135195, 39.963919195047197 ], [ -75.195761821329498, 39.963930081867503 ], [ -75.1957589172886, 39.963930436185798 ], [ -75.195715587155206, 39.963696090540502 ], [ -75.195806608386903, 39.963684963294597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1236, "ADDRESS": "2417 N 28TH ST", "OWNER1": "TURF WIZARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281096100", "LNIADDRESSKEY": "680908", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.39453125, "Shape__Length": 63.459012468568162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177536706537197, 39.992663720291901 ], [ -75.177544355824693, 39.992626655177297 ], [ -75.177777238570499, 39.992657068701902 ], [ -75.177769084884105, 39.9926941551875 ], [ -75.177536706537197, 39.992663720291901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1237, "ADDRESS": "2215 W OXFORD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291224500", "LNIADDRESSKEY": "466750", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 351.66796875, "Shape__Length": 81.232717233494355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171640735788699, 39.9792803300166 ], [ -75.171681291699002, 39.979089077541701 ], [ -75.171736728637001, 39.979096947732401 ], [ -75.171792295937394, 39.979104160832499 ], [ -75.171751671930494, 39.979294477008402 ], [ -75.171696558495697, 39.979287452039202 ], [ -75.171640735788699, 39.9792803300166 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1238, "ADDRESS": "21 DEARBORN ST", "OWNER1": "LOOBIA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441080100", "LNIADDRESSKEY": "111277", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.328125, "Shape__Length": 46.887576890752527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222065440664593, 39.960260154774602 ], [ -75.222074038718105, 39.960219336375502 ], [ -75.222229016924103, 39.960238805704599 ], [ -75.222220352106007, 39.960279139481599 ], [ -75.222065440664593, 39.960260154774602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1239, "ADDRESS": "4211 OTTER ST", "OWNER1": "HABANA ACQUISTION CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062133900", "LNIADDRESSKEY": "465023", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 275.265625, "Shape__Length": 78.379080548795571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208880796570796, 39.971102523232602 ], [ -75.208879823617295, 39.971097149730298 ], [ -75.208961369026397, 39.971087527456703 ], [ -75.2089980779391, 39.971292429844397 ], [ -75.208916713706003, 39.971301702517898 ], [ -75.208880796570796, 39.971102523232602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1240, "ADDRESS": "3833 CAMBRIDGE ST", "OWNER1": "BIZNESS AS USUAL INC", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "243213600", "LNIADDRESSKEY": "63336", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.84765625, "Shape__Length": 76.283824943417869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200451832052494, 39.973867752083201 ], [ -75.2004919775828, 39.974085405575302 ], [ -75.200436101717102, 39.974090901407202 ], [ -75.200396703781095, 39.973873459344397 ], [ -75.200451832052494, 39.973867752083201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1241, "ADDRESS": "4935 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442081910", "LNIADDRESSKEY": "314570", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.49609375, "Shape__Length": 68.990650967721365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220295281091794, 39.972729052016398 ], [ -75.220350645784904, 39.972717506497098 ], [ -75.220417738601697, 39.972906906939102 ], [ -75.220360201140394, 39.972912682124303 ], [ -75.220295281091794, 39.972729052016398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1242, "ADDRESS": "2331 N 9TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371120401", "LNIADDRESSKEY": "647567", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.93359375, "Shape__Length": 71.831721060231757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146872892151094, 39.987712238928999 ], [ -75.146880001289404, 39.987672729353697 ], [ -75.146947219159003, 39.987681749226397 ], [ -75.146950610793695, 39.987665996341597 ], [ -75.147131017966402, 39.9876907538263 ], [ -75.147119581486393, 39.987744189662799 ], [ -75.146872892151094, 39.987712238928999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1243, "ADDRESS": "1031 W INDIANA AVE", "OWNER1": "RODRIGUEZ MARIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372427100", "LNIADDRESSKEY": "356850", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.9140625, "Shape__Length": 57.446548344579689 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147863184637302, 39.9980211695744 ], [ -75.147893955761603, 39.997857557087002 ], [ -75.1479361340879, 39.997862285078298 ], [ -75.147903497251903, 39.998026436440803 ], [ -75.147863184637302, 39.9980211695744 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1244, "ADDRESS": "2517 N 4TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192127201", "LNIADDRESSKEY": "634832", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.91796875, "Shape__Length": 58.606642134961994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138626176212895, 39.989200977355097 ], [ -75.1386348559124, 39.989161116472999 ], [ -75.138841610356593, 39.989187968587402 ], [ -75.138832891349097, 39.989228892921702 ], [ -75.138626176212895, 39.989200977355097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1245, "ADDRESS": "3912 FAIRMOUNT AVE", "OWNER1": "SMIAROWSKI JAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242226300", "LNIADDRESSKEY": "283637", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.4296875, "Shape__Length": 85.029214772450118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2007655477085, 39.965044748852499 ], [ -75.200820971185607, 39.965038822880103 ], [ -75.200865589269, 39.965286767310502 ], [ -75.200811078547702, 39.965292391478698 ], [ -75.2007655477085, 39.965044748852499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1246, "ADDRESS": "3507 N 22ND ST", "OWNER1": "N WARNOCK LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112306900", "LNIADDRESSKEY": "674439", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 469.953125, "Shape__Length": 120.8734847999109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164275252193903, 40.008034118996399 ], [ -75.164730152958199, 40.008090433358902 ], [ -75.1647166831047, 40.008152964553197 ], [ -75.164262368265, 40.008096099082501 ], [ -75.164275252193903, 40.008034118996399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1247, "ADDRESS": "1836 DIAMOND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321179901", "LNIADDRESSKEY": "116566", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 270.50390625, "Shape__Length": 83.552596853326449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164382368280897, 39.985423749116897 ], [ -75.164385072372298, 39.985411639569499 ], [ -75.164455194083104, 39.985421408391403 ], [ -75.164408532061302, 39.985650806531702 ], [ -75.164337092057195, 39.985641508050499 ], [ -75.164382368280897, 39.985423749116897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1248, "ADDRESS": "1931 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183309400", "LNIADDRESSKEY": "461430", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.51953125, "Shape__Length": 44.516032003800653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140170156866205, 39.980216943015201 ], [ -75.140177318692395, 39.980183801826001 ], [ -75.140331479263295, 39.980205039668299 ], [ -75.140323745213806, 39.9802377961811 ], [ -75.140170156866205, 39.980216943015201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1249, "ADDRESS": "2272 N COLORADO ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161197201", "LNIADDRESSKEY": "93223", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.3359375, "Shape__Length": 51.129366050102469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161506132110205, 39.988485683166701 ], [ -75.161496462085196, 39.988528794953602 ], [ -75.161326675398698, 39.988507266344698 ], [ -75.161335834105998, 39.988463819797801 ], [ -75.161506132110205, 39.988485683166701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1250, "ADDRESS": "2308 GERRITT ST", "OWNER1": "CORNERSTONE INVESTMENTS U", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364013400", "LNIADDRESSKEY": "311284", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.6171875, "Shape__Length": 52.045028765550043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183047025878693, 39.934268798953397 ], [ -75.183016475868499, 39.934407954327803 ], [ -75.182967675625605, 39.934401589984297 ], [ -75.182997489084798, 39.934262531887001 ], [ -75.183047025878693, 39.934268798953397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1251, "ADDRESS": "2502 DIAMOND ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322267600", "LNIADDRESSKEY": "116689", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.4609375, "Shape__Length": 77.318138440700224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174575003062102, 39.986739491448603 ], [ -75.174632485263601, 39.986747229161899 ], [ -75.174593764179406, 39.986965331092101 ], [ -75.174533651196896, 39.986957889103699 ], [ -75.174575003062102, 39.986739491448603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1252, "ADDRESS": "2646 N 29TH ST", "OWNER1": "WALKER ERNEST", "OWNER2": "VIRGINIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282013400", "LNIADDRESSKEY": "682323", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.02734375, "Shape__Length": 68.543958618367014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179033396896898, 39.996555805432699 ], [ -75.178825574282897, 39.996527954087398 ], [ -75.178833606614006, 39.996491284912501 ], [ -75.178835023984902, 39.996484868801197 ], [ -75.179082456139, 39.996518829746897 ], [ -75.179073163748498, 39.996561129062599 ], [ -75.179033396896898, 39.996555805432699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1253, "ADDRESS": "918 W AUBURN ST", "OWNER1": "LUGO MARISOL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372361800", "LNIADDRESSKEY": "25021", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.7734375, "Shape__Length": 46.678498310681199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146126876628998, 39.995135292863701 ], [ -75.146129827257994, 39.995121737490997 ], [ -75.146152369817102, 39.995012665595702 ], [ -75.146198690831994, 39.9950180694007 ], [ -75.1461764273688, 39.9951275024113 ], [ -75.146173608903197, 39.9951414302015 ], [ -75.146126876628998, 39.995135292863701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1254, "ADDRESS": "721 N 39TH ST", "OWNER1": "THOMAS KANE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243100700", "LNIADDRESSKEY": "686047", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.7265625, "Shape__Length": 77.623747472437771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199797697680694, 39.966161030773698 ], [ -75.200085917810895, 39.966129216902303 ], [ -75.200094731825203, 39.966172355824597 ], [ -75.199805399675697, 39.966204193435303 ], [ -75.199797697680694, 39.966161030773698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1255, "ADDRESS": "2832 JUDSON ST", "OWNER1": "KEMP CARNELL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111427800", "LNIADDRESSKEY": "365244", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.91796875, "Shape__Length": 49.719540359546016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169910137223397, 39.998431425863203 ], [ -75.169746532615605, 39.998409937778099 ], [ -75.169756145706003, 39.998366642788802 ], [ -75.169919750169697, 39.9983881319855 ], [ -75.169910137223397, 39.998431425863203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1256, "ADDRESS": "3631 N 17TH ST", "OWNER1": "BURBAGE GABRIEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131213205", "LNIADDRESSKEY": "663518", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.69140625, "Shape__Length": 84.500512654484723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155747794158501, 40.009163559406701 ], [ -75.156069013670802, 40.009205651654298 ], [ -75.156060127843702, 40.009246202777298 ], [ -75.155738928459101, 40.009204077175802 ], [ -75.155747794158501, 40.009163559406701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1257, "ADDRESS": "2222 N 21ST ST", "OWNER1": "AZAB LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162182200", "LNIADDRESSKEY": "672242", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 250.5078125, "Shape__Length": 91.400537923561302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167600040627093, 39.988380608826802 ], [ -75.167609277767099, 39.988336648930201 ], [ -75.167956359911798, 39.988383998575898 ], [ -75.167947878559204, 39.988427379702301 ], [ -75.167765236157706, 39.9884022343144 ], [ -75.167600040627093, 39.988380608826802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1258, "ADDRESS": "637 HOFFMAN ST", "OWNER1": "EQUITY TRUST COMPANY CUSTODIAN FBO CLIFF", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393006300", "LNIADDRESSKEY": "346086", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.67578125, "Shape__Length": 46.24967514625564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157325706040396, 39.925015002995998 ], [ -75.157352660145804, 39.9248940041686 ], [ -75.157357223163203, 39.924894606277498 ], [ -75.157399865909397, 39.924900214045898 ], [ -75.157399199966605, 39.924903406616302 ], [ -75.157391721555001, 39.924939200573 ], [ -75.157388934378801, 39.924946423419399 ], [ -75.157387679750798, 39.924957341305401 ], [ -75.157376936669493, 39.925005167762599 ], [ -75.157373013007501, 39.925020747767299 ], [ -75.157357440339993, 39.92501954083 ], [ -75.157325706040396, 39.925015002995998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1259, "ADDRESS": "3749 N PARK AVE", "OWNER1": "PUMA JEAN PIERRE FAREZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432381800", "LNIADDRESSKEY": "470195", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 235.98828125, "Shape__Length": 90.639733560893148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149606185365599, 40.010241385181999 ], [ -75.149596810009896, 40.010282413609197 ], [ -75.1492489329449, 40.010236387064502 ], [ -75.149257822054295, 40.010196013274502 ], [ -75.149606185365599, 40.010241385181999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1260, "ADDRESS": "5513 LANSDOWNE AVE", "OWNER1": "LAND HO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041256900", "LNIADDRESSKEY": "378464", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 266.0546875, "Shape__Length": 94.845133753428897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232246474686093, 39.9768944383299 ], [ -75.232306451479502, 39.976889064292997 ], [ -75.232355953976395, 39.977166825824298 ], [ -75.232300336705606, 39.977174406118898 ], [ -75.232246474686093, 39.9768944383299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1261, "ADDRESS": "1440 N 54TH ST", "OWNER1": "KRYB LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041286100", "LNIADDRESSKEY": "693757", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.62890625, "Shape__Length": 44.127407437755785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229579519473305, 39.975029979412398 ], [ -75.229573708496204, 39.974999112033302 ], [ -75.229572973441094, 39.974995211467501 ], [ -75.229671473068706, 39.974988315312501 ], [ -75.229683694929193, 39.9750626850687 ], [ -75.229587641624093, 39.9750730846567 ], [ -75.229579519473305, 39.975029979412398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1262, "ADDRESS": "7101-09 STENTON AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "102344910", "LNIADDRESSKEY": "553299", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1713.6171875, "Shape__Length": 176.06918259710014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1627098934202, 40.058144897321498 ], [ -75.162600938053799, 40.058249833218902 ], [ -75.162479418274899, 40.058266730752401 ], [ -75.162264702685306, 40.058303692969901 ], [ -75.162259987481093, 40.058231531613202 ], [ -75.1622641571239, 40.058095284197002 ], [ -75.162274587933993, 40.058012647305802 ], [ -75.162278552714895, 40.057951626504398 ], [ -75.162287053751101, 40.057898138978601 ], [ -75.162316292831804, 40.057916932662302 ], [ -75.162433881606603, 40.057982754403398 ], [ -75.1627098934202, 40.058144897321498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1263, "ADDRESS": "1909 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321255401", "LNIADDRESSKEY": "667966", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 263.10546875, "Shape__Length": 86.366903887710336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164714398796207, 39.983018976268099 ], [ -75.164725101642304, 39.982969003773903 ], [ -75.165042258602099, 39.983011225386399 ], [ -75.165031666011004, 39.983061038205697 ], [ -75.164896146553701, 39.983043026621303 ], [ -75.164714398796207, 39.983018976268099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1264, "ADDRESS": "2218 N MARSHALL ST", "OWNER1": "POINT BREEZE HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371048900", "LNIADDRESSKEY": "413920", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.56640625, "Shape__Length": 73.020038143410943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144903831244903, 39.985410402036898 ], [ -75.144639593532901, 39.985380657547999 ], [ -75.144648379654299, 39.985334482553398 ], [ -75.144912614351199, 39.985364224705101 ], [ -75.144903831244903, 39.985410402036898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1265, "ADDRESS": "1949 N 7TH ST", "OWNER1": "1949 N 7TH STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202014700", "LNIADDRESSKEY": "642379", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.5859375, "Shape__Length": 82.182858110315905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145675921322805, 39.981545565285899 ], [ -75.145683752744802, 39.9815014623167 ], [ -75.145992300047098, 39.981536592480502 ], [ -75.145984367797993, 39.981579550007901 ], [ -75.145675921322805, 39.981545565285899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1266, "ADDRESS": "2261 N 16TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161068301", "LNIADDRESSKEY": "660510", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.26171875, "Shape__Length": 65.661590307312338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158859927972998, 39.988017270232497 ], [ -75.1590956440198, 39.988048045205502 ], [ -75.159086299162496, 39.988090309323603 ], [ -75.158851276097195, 39.9880600185082 ], [ -75.158859927972998, 39.988017270232497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1267, "ADDRESS": "1941 N 9TH ST", "OWNER1": "K & K 1336 ERIE QOF LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202155000", "LNIADDRESSKEY": "647448", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.6640625, "Shape__Length": 52.212495276849864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148304051358807, 39.981432353779503 ], [ -75.148310667132506, 39.981399684090803 ], [ -75.148499842718294, 39.981423783731998 ], [ -75.148493247981605, 39.981455906536702 ], [ -75.148304051358807, 39.981432353779503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1268, "ADDRESS": "2263 N FAIRHILL ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191350501", "LNIADDRESSKEY": "730688", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.63671875, "Shape__Length": 65.503158341500637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142746501387094, 39.9859713595553 ], [ -75.142690362476003, 39.985963700493798 ], [ -75.142635097589903, 39.985956158120501 ], [ -75.142577831360697, 39.985948344997396 ], [ -75.142559986918002, 39.985945924687101 ], [ -75.142566679821797, 39.9859107578039 ], [ -75.142810494345298, 39.985942588483802 ], [ -75.142802704677493, 39.985979020051502 ], [ -75.142746501387094, 39.9859713595553 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1269, "ADDRESS": "2412 N NATRONA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "R E DIVISION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282209801", "LNIADDRESSKEY": "447148", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.06640625, "Shape__Length": 48.884830135603309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184923028408804, 39.993508079726901 ], [ -75.184930373788106, 39.9934684113855 ], [ -75.185096345529601, 39.993489900483901 ], [ -75.185089031855398, 39.993528150452903 ], [ -75.184923028408804, 39.993508079726901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1270, "ADDRESS": "2212 N 21ST ST", "OWNER1": "ALBUHER ROI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162181700", "LNIADDRESSKEY": "672232", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 258.4140625, "Shape__Length": 91.870809023130278 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167647013784205, 39.988162661746301 ], [ -75.167656555597006, 39.988118966617201 ], [ -75.168004755838894, 39.988163875897001 ], [ -75.167995961603594, 39.988209441704598 ], [ -75.167647013784205, 39.988162661746301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1271, "ADDRESS": "1439 N ITHAN ST", "OWNER1": "LOTIM 01 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043058000", "LNIADDRESSKEY": "358477", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.3515625, "Shape__Length": 49.763618159038842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233755008630396, 39.974310851219201 ], [ -75.2337628196629, 39.974351675403803 ], [ -75.233594537722396, 39.974369715070502 ], [ -75.233587385179007, 39.974328663169601 ], [ -75.233755008630396, 39.974310851219201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1272, "ADDRESS": "3914 BROWN ST", "OWNER1": "LIN HUA DI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243067900", "LNIADDRESSKEY": "53902", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.39453125, "Shape__Length": 83.081307510921249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200930792842001, 39.967334380590003 ], [ -75.200988266288604, 39.967328015747498 ], [ -75.201031094743698, 39.967566796491703 ], [ -75.200972606683607, 39.967573396732703 ], [ -75.200930792842001, 39.967334380590003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1273, "ADDRESS": "2907 N BAMBREY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381110805", "LNIADDRESSKEY": "28619", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.99609375, "Shape__Length": 48.282576024266319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172446943015501, 39.9996316684337 ], [ -75.172609726290105, 39.9996488104101 ], [ -75.172600430029206, 39.999689087563297 ], [ -75.172439153361196, 39.999671989541 ], [ -75.172446943015501, 39.9996316684337 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1274, "ADDRESS": "2543 N STANLEY ST", "OWNER1": "CARMEL WOOD FLOORS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282109601", "LNIADDRESSKEY": "551264", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.671875, "Shape__Length": 51.745033964489771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181460781541801, 39.9952112751389 ], [ -75.181468970036406, 39.9951732228783 ], [ -75.181647534179604, 39.995198770516801 ], [ -75.181639988076796, 39.995237030878499 ], [ -75.181460781541801, 39.9952112751389 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1275, "ADDRESS": "2552 RIDGE AVE", "OWNER1": "L & S REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322221000", "LNIADDRESSKEY": "504248", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.09765625, "Shape__Length": 67.916482439666169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176513391659, 39.983486364579797 ], [ -75.176670055089204, 39.983357373471897 ], [ -75.176713976516496, 39.983363468138002 ], [ -75.176726337323004, 39.983365180149299 ], [ -75.176723651955299, 39.983377435644996 ], [ -75.176554501687903, 39.983517430880099 ], [ -75.176513391659, 39.983486364579797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1276, "ADDRESS": "2806 W SUSQUEHANNA AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323163201", "LNIADDRESSKEY": "559218", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.33203125, "Shape__Length": 60.450532279587499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178922488367604, 39.988976215899399 ], [ -75.178976995953093, 39.988983417350497 ], [ -75.178940732969707, 39.989146946082997 ], [ -75.178887030003096, 39.9891400689854 ], [ -75.178922488367604, 39.988976215899399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1277, "ADDRESS": "605 EMILY ST", "OWNER1": "RUFFINI DAVID M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393032110", "LNIADDRESSKEY": "136964", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.828125, "Shape__Length": 46.702854620135128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156868567748802, 39.923706063451696 ], [ -75.156894675542105, 39.923583674908798 ], [ -75.156898216713103, 39.923584142428503 ], [ -75.156942299817501, 39.923589894460498 ], [ -75.156935108509799, 39.923624180044598 ], [ -75.156933340701698, 39.923632635550099 ], [ -75.156927677500605, 39.923659265493399 ], [ -75.156920240930603, 39.923693384473403 ], [ -75.156919387654995, 39.923697652901403 ], [ -75.156916311245496, 39.923711882502403 ], [ -75.156883135021303, 39.923707810862702 ], [ -75.156868567748802, 39.923706063451696 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1278, "ADDRESS": "1828 W ERIE AVE", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131048500", "LNIADDRESSKEY": "139105", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 353.14453125, "Shape__Length": 127.11735449752638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158755795634207, 40.009666336997 ], [ -75.158801530988498, 40.009671980164399 ], [ -75.158766171235996, 40.009824013643403 ], [ -75.158757792143206, 40.009860078052 ], [ -75.1587759978473, 40.009886749064997 ], [ -75.158743882804302, 40.010030055092798 ], [ -75.158736969190798, 40.010060187847202 ], [ -75.158670967229, 40.0100516218357 ], [ -75.158677661213005, 40.010021257747098 ], [ -75.158755795634207, 40.009666336997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1279, "ADDRESS": "2305 N 19TH ST", "OWNER1": "GRANT PAUL R", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162073200", "LNIADDRESSKEY": "668156", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.44140625, "Shape__Length": 67.428495611947469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163467200179596, 39.989067248058298 ], [ -75.163476974535101, 39.989023557328601 ], [ -75.163718255057503, 39.989055302918999 ], [ -75.163709070584304, 39.989098925866301 ], [ -75.163467200179596, 39.989067248058298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1280, "ADDRESS": "7026 UPLAND ST", "OWNER1": "EDWARD BLANDEN", "OWNER2": "ALBERTA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403261600", "LNIADDRESSKEY": "584082", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 414.89453125, "Shape__Length": 101.36570344762892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243843909224097, 39.921353609204097 ], [ -75.243899422646294, 39.921314040176902 ], [ -75.243906752932403, 39.921308865380098 ], [ -75.244150711832305, 39.921515561188798 ], [ -75.244083863790806, 39.921562748300303 ], [ -75.243838519531707, 39.9213578432026 ], [ -75.243843909224097, 39.921353609204097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1281, "ADDRESS": "6124 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401283900", "LNIADDRESSKEY": "500530", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.58203125, "Shape__Length": 60.638454712013157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232112392511198, 39.930206711289898 ], [ -75.232148755816894, 39.930180299574999 ], [ -75.232292554697196, 39.930300226973998 ], [ -75.232299323491006, 39.930305759033203 ], [ -75.232279167223695, 39.930320259544402 ], [ -75.232262480808402, 39.930332079181703 ], [ -75.232234442548503, 39.930308976985103 ], [ -75.232120391131801, 39.930213479950297 ], [ -75.232112392511198, 39.930206711289898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1282, "ADDRESS": "1318 S CLEVELAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361153405", "LNIADDRESSKEY": "90494", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.4921875, "Shape__Length": 47.800722985097678 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174760857606302, 39.934521426107302 ], [ -75.174768336157896, 39.934484873231398 ], [ -75.174932166515703, 39.934505413242398 ], [ -75.174924022856004, 39.934542918656298 ], [ -75.174760857606302, 39.934521426107302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1283, "ADDRESS": "1800 DIAMOND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321178101", "LNIADDRESSKEY": "116540", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.390625, "Shape__Length": 82.095970270682187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163114518020905, 39.985249310439599 ], [ -75.163177620507298, 39.9852574227735 ], [ -75.163127471606799, 39.985487998815202 ], [ -75.163064612043797, 39.985479538285198 ], [ -75.163114518020905, 39.985249310439599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1284, "ADDRESS": "1212 LEMON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141279410", "LNIADDRESSKEY": "389178", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19123", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.61328125, "Shape__Length": 36.231296083244715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157850883549102, 39.963918180276004 ], [ -75.157849709462695, 39.963923594772702 ], [ -75.1578332542543, 39.963999408581799 ], [ -75.157778570122701, 39.9639931116334 ], [ -75.157796198061902, 39.963911882177598 ], [ -75.157850883549102, 39.963918180276004 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1285, "ADDRESS": "6074 REINHARD ST", "OWNER1": "BUTTON CHARLENE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401282300", "LNIADDRESSKEY": "500501", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.3671875, "Shape__Length": 60.221684288945397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231202543950801, 39.930901276862201 ], [ -75.2312437938225, 39.930871282036698 ], [ -75.231387285711804, 39.930993846002998 ], [ -75.231346081782903, 39.931022600766099 ], [ -75.231202543950801, 39.930901276862201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1286, "ADDRESS": "2423 W MONTGOMERY AVE", "OWNER1": "JENNIE MADISON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322214900", "LNIADDRESSKEY": "435924", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.07421875, "Shape__Length": 73.855336375698727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174498762025394, 39.982688653051298 ], [ -75.174485632843599, 39.982686745602798 ], [ -75.174486663753598, 39.982682223129501 ], [ -75.174532295305696, 39.982481282942402 ], [ -75.174591223805194, 39.982488892158798 ], [ -75.174544440877099, 39.982690355018903 ], [ -75.174543439252801, 39.982694684432097 ], [ -75.174498762025394, 39.982688653051298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1287, "ADDRESS": "6020 REGENT ST", "OWNER1": "WRIGHT WILFRED", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401235000", "LNIADDRESSKEY": "499957", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.37890625, "Shape__Length": 58.48146950057491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231366241412402, 39.932806570252701 ], [ -75.231408773879394, 39.932776458227103 ], [ -75.231546307872804, 39.932892089653201 ], [ -75.231529818817606, 39.932903655623797 ], [ -75.231502389083801, 39.932922896588302 ], [ -75.231366241412402, 39.932806570252701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1288, "ADDRESS": "5444 WINDSOR ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "ROW B/GAR 2STY MASONRY", "OPA_ID": "514079300", "LNIADDRESSKEY": "616883", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.29296875, "Shape__Length": 61.961686490903361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225810611379998, 39.940602257262398 ], [ -75.225839509254897, 39.940581985563398 ], [ -75.225849679378996, 39.940574859485899 ], [ -75.225850776524297, 39.9405740772375 ], [ -75.225855291295503, 39.940577674721197 ], [ -75.226001265344905, 39.940700832507297 ], [ -75.225986533787804, 39.940711211059501 ], [ -75.225959226926904, 39.940729260807103 ], [ -75.225814868384305, 39.940606058556902 ], [ -75.225810611379998, 39.940602257262398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1289, "ADDRESS": "406 W BERKS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183040301", "LNIADDRESSKEY": "37055", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.67578125, "Shape__Length": 71.617590009560104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1413404990045, 39.979359001497002 ], [ -75.141393839706694, 39.979365727128503 ], [ -75.141349159960896, 39.979568306563003 ], [ -75.141296355522698, 39.9795612225589 ], [ -75.1413404990045, 39.979359001497002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1290, "ADDRESS": "2720 N LAWRENCE ST", "OWNER1": "SHIRAZ INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192174900", "LNIADDRESSKEY": "384668", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.75390625, "Shape__Length": 47.62608369808725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139213840305302, 39.992623396731297 ], [ -75.139222713078098, 39.992580687335398 ], [ -75.139228467868307, 39.992581446694203 ], [ -75.139378828599902, 39.992600857518397 ], [ -75.139372285522001, 39.992634238011597 ], [ -75.139370772749899, 39.992641973799998 ], [ -75.139220224804006, 39.992624154645597 ], [ -75.139213840305302, 39.992623396731297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1291, "ADDRESS": "3951 PARRISH ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243144000", "LNIADDRESSKEY": "471570", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.32421875, "Shape__Length": 69.629357793623811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202255075472195, 39.968636744850699 ], [ -75.202307456099405, 39.968631041109703 ], [ -75.202345079650698, 39.968828277473001 ], [ -75.202292651333295, 39.9688336096374 ], [ -75.202255075472195, 39.968636744850699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1292, "ADDRESS": "2420 N 19TH ST", "OWNER1": "SHABAZZ KALIFF", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162089800", "LNIADDRESSKEY": "668228", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.55859375, "Shape__Length": 65.900651917175438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163723600166307, 39.990939944669201 ], [ -75.1637314620137, 39.990940975527899 ], [ -75.163730827217506, 39.990943879388396 ], [ -75.163722837998293, 39.9909808718931 ], [ -75.163714934582501, 39.990979855865099 ], [ -75.163712848183593, 39.990979582473102 ], [ -75.163483473924003, 39.990949799239502 ], [ -75.163491670572498, 39.990909555377797 ], [ -75.163721495349606, 39.9909396550946 ], [ -75.163723600166307, 39.990939944669201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1293, "ADDRESS": "2519 N HANCOCK ST", "OWNER1": "HOWARD STREET HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192048800", "LNIADDRESSKEY": "731243", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.05078125, "Shape__Length": 52.504548105677408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134074016860893, 39.9887544603002 ], [ -75.134076495342995, 39.988743410535797 ], [ -75.134082820403094, 39.988714683616898 ], [ -75.134263485353998, 39.988738193415699 ], [ -75.134257676436206, 39.988766028828799 ], [ -75.134255199218998, 39.988777578693899 ], [ -75.134074016860893, 39.9887544603002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1294, "ADDRESS": "753 E HILTON ST", "OWNER1": "KULAKOVA GALINA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331059500", "LNIADDRESSKEY": "344801", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.8203125, "Shape__Length": 51.733704406588643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115798750063107, 39.997485453854303 ], [ -75.115825919027898, 39.997350250468102 ], [ -75.115879361898394, 39.997357409008401 ], [ -75.115850995992204, 39.997492666030503 ], [ -75.115798750063107, 39.997485453854303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1295, "ADDRESS": "2923 N PARK AVE", "OWNER1": "PHOENIX PROPCO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372279900", "LNIADDRESSKEY": "470078", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.69140625, "Shape__Length": 64.448889239308187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151929515088696, 39.997355252941801 ], [ -75.151937137535398, 39.997317624342202 ], [ -75.152176137236395, 39.997346100598001 ], [ -75.152170141281005, 39.997378462397997 ], [ -75.152157144555105, 39.9973829076268 ], [ -75.151929515088696, 39.997355252941801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1296, "ADDRESS": "780 UNION ST", "OWNER1": "HOMEOWNERSHIP DEVELOPERS", "OWNER2": "LLC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243109010", "LNIADDRESSKEY": "582461", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 537.3125, "Shape__Length": 127.70630821884566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2022882217031, 39.967425621610403 ], [ -75.202277489432106, 39.967372704943401 ], [ -75.2020318944747, 39.9674001189953 ], [ -75.202020414741099, 39.9673464919276 ], [ -75.202267626839202, 39.967319548546499 ], [ -75.202450192577302, 39.967299728881699 ], [ -75.202470814820899, 39.9674056256924 ], [ -75.2022882217031, 39.967425621610403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1297, "ADDRESS": "2601 N 29TH ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281170300", "LNIADDRESSKEY": "682284", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.27734375, "Shape__Length": 69.684810998305451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178522628667807, 39.995519777699798 ], [ -75.178530896092099, 39.995480227196403 ], [ -75.178531790474906, 39.995475943778601 ], [ -75.178577082423104, 39.9954820198231 ], [ -75.178782334968503, 39.995509556210102 ], [ -75.1787724743143, 39.995554679833198 ], [ -75.178522628667807, 39.995519777699798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1298, "ADDRESS": "266 DIAMOND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183215001", "LNIADDRESSKEY": "116243", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.32421875, "Shape__Length": 78.572099945049885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139112004820305, 39.9823611742029 ], [ -75.139116360258299, 39.982340575660302 ], [ -75.139159812104396, 39.982139081748898 ], [ -75.139218405999102, 39.982147152118799 ], [ -75.139194709544597, 39.982252812136899 ], [ -75.139169699235197, 39.982369225256498 ], [ -75.139112004820305, 39.9823611742029 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1299, "ADDRESS": "5242 N HUTCHINSON ST", "OWNER1": "COLON CARLOS E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "492160900", "LNIADDRESSKEY": "355155", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.7421875, "Shape__Length": 84.08974405068291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138361352467101, 40.0321499830428 ], [ -75.138370860156002, 40.032107256553502 ], [ -75.138488021788703, 40.032123573436898 ], [ -75.138559089653299, 40.032132315354097 ], [ -75.138652544228904, 40.032145610700098 ], [ -75.138674616834393, 40.032148579113098 ], [ -75.1386875114204, 40.032149194411502 ], [ -75.138678639671596, 40.0321911627559 ], [ -75.138361352467101, 40.0321499830428 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1300, "ADDRESS": "3351 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193119900", "LNIADDRESSKEY": "462773", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 77.7890625, "Shape__Length": 39.955736265112094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137259739676793, 40.0022619584824 ], [ -75.137267457626294, 40.002225880347098 ], [ -75.137397372643505, 40.002242781505899 ], [ -75.137389849709606, 40.002278703028701 ], [ -75.137259739676793, 40.0022619584824 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1301, "ADDRESS": "2131 N 22ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322087801", "LNIADDRESSKEY": "674046", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 257.0390625, "Shape__Length": 92.401873409723606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169300091162199, 39.9871883092665 ], [ -75.169290050594597, 39.9872319448627 ], [ -75.169164683168304, 39.987213973084003 ], [ -75.168939687434204, 39.987181719818899 ], [ -75.168948932739497, 39.9871375178721 ], [ -75.169172499172305, 39.987169851609501 ], [ -75.169300091162199, 39.9871883092665 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1302, "ADDRESS": "1706 N 27TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324134801", "LNIADDRESSKEY": "679687", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.32421875, "Shape__Length": 63.077754450031229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178882914815304, 39.981730884326701 ], [ -75.178891137450904, 39.981689141108099 ], [ -75.179007084597302, 39.981705021805801 ], [ -75.179117370281105, 39.981718776442598 ], [ -75.179108957134105, 39.981758903722898 ], [ -75.178882914815304, 39.981730884326701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1303, "ADDRESS": "6081 UPLAND ST", "OWNER1": "MCMILLAN JOSEPH L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401290700", "LNIADDRESSKEY": "583871", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.76171875, "Shape__Length": 60.212078198629108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231172287333393, 39.930682628484 ], [ -75.231212603120497, 39.930654111063397 ], [ -75.231356073561798, 39.930777239984899 ], [ -75.231315767509003, 39.930806047115297 ], [ -75.231172287333393, 39.930682628484 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1304, "ADDRESS": "2545 N 7TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371063901", "LNIADDRESSKEY": "642574", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 218.25, "Shape__Length": 88.100087966763724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143828535214197, 39.9905267343159 ], [ -75.143836929784797, 39.990488237312597 ], [ -75.144176187967702, 39.990535143437199 ], [ -75.1441674513447, 39.990573859077003 ], [ -75.143828535214197, 39.9905267343159 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1305, "ADDRESS": "3336 WATERLOO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "072047500", "LNIADDRESSKEY": "602167", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.53125, "Shape__Length": 43.993042620012453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130336321898099, 40.0011366864425 ], [ -75.130344781281394, 40.001098337005601 ], [ -75.130489263395404, 40.001117882861301 ], [ -75.130480713221601, 40.001156423955699 ], [ -75.130336321898099, 40.0011366864425 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1306, "ADDRESS": "5623 ARCH ST", "OWNER1": "AQUINO SILVIA LILIAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042032100", "LNIADDRESSKEY": "19586", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.73046875, "Shape__Length": 53.327129941184054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233192476743298, 39.962866596654898 ], [ -75.233221042678593, 39.9627265643173 ], [ -75.233273946040697, 39.962733092463203 ], [ -75.233248259952504, 39.962872865876498 ], [ -75.233192476743298, 39.962866596654898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1307, "ADDRESS": "2722 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372121401", "LNIADDRESSKEY": "108713", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.12890625, "Shape__Length": 45.648719781145203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145525734402, 39.993369916964802 ], [ -75.145681340215603, 39.993389261641298 ], [ -75.145674960138905, 39.993425000039402 ], [ -75.145518729060697, 39.9934055769709 ], [ -75.145525734402, 39.993369916964802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1308, "ADDRESS": "2453 N GRATZ ST", "OWNER1": "BULLOCK HAZEL V T/F", "OWNER2": "BULLOCK SHARON A", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162051900", "LNIADDRESSKEY": "321905", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.44921875, "Shape__Length": 51.333588380295247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162478895335695, 39.991410510458202 ], [ -75.162480404205198, 39.991402806999098 ], [ -75.162486539485002, 39.991372140701102 ], [ -75.162663568002799, 39.991396297195998 ], [ -75.1626553420368, 39.991435105481798 ], [ -75.162478895335695, 39.991410510458202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1309, "ADDRESS": "1424 W CUMBERLAND ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161289500", "LNIADDRESSKEY": "106010", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.10546875, "Shape__Length": 48.091559918337865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156302690945495, 39.990926792386503 ], [ -75.156329770338004, 39.990799412479703 ], [ -75.156376079489903, 39.990805068748301 ], [ -75.156350056217207, 39.9909327473394 ], [ -75.156302690945495, 39.990926792386503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1310, "ADDRESS": "1731 N 31ST ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324195300", "LNIADDRESSKEY": "683449", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.6953125, "Shape__Length": 60.154791456489022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184665993329702, 39.982903955008197 ], [ -75.184660163802604, 39.982864137486402 ], [ -75.184878611430605, 39.982891974495601 ], [ -75.184871371244697, 39.982931096684403 ], [ -75.184870977638795, 39.982933183860297 ], [ -75.184666594605005, 39.9829079982132 ], [ -75.184665993329702, 39.982903955008197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1311, "ADDRESS": "845 N 40TH ST", "OWNER1": "B&B PROJECTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243160700", "LNIADDRESSKEY": "686316", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 362.4921875, "Shape__Length": 106.86728194662986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202811861758704, 39.968839283590597 ], [ -75.203215338967496, 39.968794117443601 ], [ -75.203225610774993, 39.9688484484927 ], [ -75.2028209323623, 39.9688937479457 ], [ -75.202811861758704, 39.968839283590597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1312, "ADDRESS": "646 N 43RD ST", "OWNER1": "LOCKE JAMES REV PASTOR", "OWNER2": "ST IGNATIUS LEYOLA R C", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "774374000", "LNIADDRESSKEY": "687288", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 593.90625, "Shape__Length": 139.12421896026945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209378348668395, 39.964134928345999 ], [ -75.209911143958607, 39.964097173154499 ], [ -75.209919508294504, 39.964165964042003 ], [ -75.209847980788297, 39.964170667253399 ], [ -75.209386483233899, 39.964203117281997 ], [ -75.209378348668395, 39.964134928345999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1313, "ADDRESS": "2843 W OAKDALE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281360800", "LNIADDRESSKEY": "454398", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.59765625, "Shape__Length": 46.890984305817042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178189131800593, 39.996568504042799 ], [ -75.178237870958995, 39.996574866923297 ], [ -75.178211322945899, 39.996695896234797 ], [ -75.178161248703105, 39.996689906635297 ], [ -75.178189131800593, 39.996568504042799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1314, "ADDRESS": "2310 N MARSHALL ST", "OWNER1": "APM PROPERTIES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371049800", "LNIADDRESSKEY": "413925", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.44140625, "Shape__Length": 79.06033715578674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144326017885007, 39.986783260047901 ], [ -75.144336161390697, 39.986736291452303 ], [ -75.144625088526993, 39.986772720549197 ], [ -75.144615366276497, 39.986819667192798 ], [ -75.144326017885007, 39.986783260047901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1315, "ADDRESS": "1944 N UBER ST", "OWNER1": "ODEH MUNIR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321279500", "LNIADDRESSKEY": "581652", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.59375, "Shape__Length": 70.316216973352624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165808970677105, 39.9839436788887 ], [ -75.165815303922798, 39.983914370687103 ], [ -75.165817341082402, 39.983904889448503 ], [ -75.1660770718442, 39.983939769223497 ], [ -75.166075926178905, 39.983948947298103 ], [ -75.166075672250997, 39.983950118531901 ], [ -75.166069236829003, 39.983979344479998 ], [ -75.165808970677105, 39.9839436788887 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1316, "ADDRESS": "3036 W BERKS ST", "OWNER1": "BERKS ST PARTNERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323025600", "LNIADDRESSKEY": "37280", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.21484375, "Shape__Length": 72.744735567029082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183916136445703, 39.985093402586301 ], [ -75.183920417520397, 39.985066045665498 ], [ -75.183946307192898, 39.984942132006601 ], [ -75.183959586205901, 39.984886267841098 ], [ -75.184012135039097, 39.984893116827003 ], [ -75.183968448445498, 39.9850998588593 ], [ -75.183916136445703, 39.985093402586301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1317, "ADDRESS": "2359 N VAN PELT ST", "OWNER1": "BUTLER KARYN A/K/A", "OWNER2": "ROCK BUTLER KAREN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162194000", "LNIADDRESSKEY": "586391", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.40234375, "Shape__Length": 50.984457528967035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167368003109701, 39.990623038279203 ], [ -75.167373232374899, 39.990592995609802 ], [ -75.167375099828703, 39.990581931499797 ], [ -75.167548967981205, 39.9906065094223 ], [ -75.167540835936293, 39.990645657987599 ], [ -75.167368003109701, 39.990623038279203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1318, "ADDRESS": "2053 N 5TH ST", "OWNER1": "GARNICA AIDA CHAVEZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183417001", "LNIADDRESSKEY": "636593", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.71484375, "Shape__Length": 52.17152550669195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141976605688001, 39.982540031399402 ], [ -75.141984161526494, 39.982505915827701 ], [ -75.142170625082699, 39.982530786431496 ], [ -75.142163075766902, 39.982564772639797 ], [ -75.141976605688001, 39.982540031399402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1319, "ADDRESS": "2332 N BODINE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191164901", "LNIADDRESSKEY": "41802", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.859375, "Shape__Length": 49.990751884954477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138043343701099, 39.9862622018872 ], [ -75.1380511728388, 39.986227438375501 ], [ -75.138226367159007, 39.986249905273603 ], [ -75.138218804131597, 39.986285670481699 ], [ -75.138043343701099, 39.9862622018872 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1320, "ADDRESS": "529 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183030301", "LNIADDRESSKEY": "435705", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.49609375, "Shape__Length": 62.356653708593896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1441223275108, 39.978551289793501 ], [ -75.144176877806004, 39.978558186896699 ], [ -75.144141947903506, 39.978728039372399 ], [ -75.144086887687195, 39.978721341290303 ], [ -75.1441223275108, 39.978551289793501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1321, "ADDRESS": "1729 N 26TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324104100", "LNIADDRESSKEY": "678755", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.109375, "Shape__Length": 64.272488289906832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176805655551505, 39.981867368488203 ], [ -75.176814343391001, 39.981827214843499 ], [ -75.177046987789893, 39.981856288477097 ], [ -75.177037944621603, 39.981896434170103 ], [ -75.176805655551505, 39.981867368488203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1322, "ADDRESS": "2506 SHARSWOOD ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291148410", "LNIADDRESSKEY": "532724", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.9609375, "Shape__Length": 44.87150793335681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176807725949303, 39.977447889396601 ], [ -75.176830483735202, 39.977333337078399 ], [ -75.176880077937895, 39.977339446341396 ], [ -75.176856887274994, 39.977454375270298 ], [ -75.176807725949303, 39.977447889396601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1323, "ADDRESS": "2042 N RANDOLPH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885847320", "LNIADDRESSKEY": "494825", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.546875, "Shape__Length": 70.017795833934997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1432235301031, 39.982570408360303 ], [ -75.143232691646503, 39.982527704160198 ], [ -75.143444527465107, 39.982555454472902 ], [ -75.143486881720307, 39.982561333743597 ], [ -75.143477460134903, 39.9826042561835 ], [ -75.1432235301031, 39.982570408360303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1324, "ADDRESS": "1637 FRANCIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151344610", "LNIADDRESSKEY": "296633", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.05859375, "Shape__Length": 66.261929758906248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164547785816097, 39.969389333908602 ], [ -75.164552709607904, 39.969386575118001 ], [ -75.1645938127688, 39.969363499327301 ], [ -75.164733496190607, 39.9695141913122 ], [ -75.164687974261597, 39.969539408870901 ], [ -75.164547785816097, 39.969389333908602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1325, "ADDRESS": "750 E HILTON ST", "OWNER1": "FINBERG LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331051500", "LNIADDRESSKEY": "344798", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.08203125, "Shape__Length": 51.966599535717101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115896903368693, 39.997275324517503 ], [ -75.115923999959094, 39.997143036536599 ], [ -75.115925344297906, 39.997136505636099 ], [ -75.115936454407304, 39.997137534338997 ], [ -75.115975097371106, 39.997143080520303 ], [ -75.1159737346714, 39.997149594105601 ], [ -75.115946063952705, 39.997281546803499 ], [ -75.115896903368693, 39.997275324517503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1326, "ADDRESS": "1403 N 7TH ST", "OWNER1": "1401-03 N 7TH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "202000300", "LNIADDRESSKEY": "642129", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.03515625, "Shape__Length": 69.873473153027788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147292036816395, 39.973166335583997 ], [ -75.147302242114506, 39.973122575835497 ], [ -75.147554411805103, 39.973150637101199 ], [ -75.147545117323205, 39.973195272368898 ], [ -75.147292036816395, 39.973166335583997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1327, "ADDRESS": "2123 N 29TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323235900", "LNIADDRESSKEY": "682052", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.6875, "Shape__Length": 66.035351856448415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180094433377207, 39.988367827424 ], [ -75.180102592663502, 39.988327759713997 ], [ -75.180342985067796, 39.988360367140899 ], [ -75.180342604065501, 39.988362116707897 ], [ -75.180339311122495, 39.9883777104328 ], [ -75.180334100262399, 39.988400226030599 ], [ -75.180094433377207, 39.988367827424 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1328, "ADDRESS": "2620 FRANKFORD AVE", "OWNER1": "2626 FRANKFORD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885374400", "LNIADDRESSKEY": "297109", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.1796875, "Shape__Length": 79.777445437312906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123863812509498, 39.985803651095601 ], [ -75.123862785635495, 39.985803095992701 ], [ -75.123760599080001, 39.985749591763003 ], [ -75.123796916771596, 39.985707850367596 ], [ -75.124037098475199, 39.985832327845202 ], [ -75.1240439852496, 39.9858374185416 ], [ -75.123999079846797, 39.985868759384701 ], [ -75.123869779698794, 39.985799467207002 ], [ -75.123863812509498, 39.985803651095601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1329, "ADDRESS": "2641 N JESSUP ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371203501", "LNIADDRESSKEY": "732282", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.91796875, "Shape__Length": 57.27329267554277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149719544555396, 39.992704881912502 ], [ -75.149728846896096, 39.9926628269411 ], [ -75.149926747131602, 39.992689200249501 ], [ -75.149917753012005, 39.992732004430898 ], [ -75.149840330083407, 39.992721707812002 ], [ -75.149757213359806, 39.992710700997797 ], [ -75.149719544555396, 39.992704881912502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1330, "ADDRESS": "2459 N PATTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "282170501", "LNIADDRESSKEY": "474050", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.77734375, "Shape__Length": 49.868157048897217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183317553718197, 39.994207122239303 ], [ -75.183324721124706, 39.994172189309701 ], [ -75.183499946669897, 39.994193420208902 ], [ -75.183492114330903, 39.994229288845197 ], [ -75.183317553718197, 39.994207122239303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1331, "ADDRESS": "5631 WARRINGTON AVE", "OWNER1": "ROLANDO GIOVANNA S", "OWNER2": "ROLANDO GREGG", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513305300", "LNIADDRESSKEY": "599372", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.44921875, "Shape__Length": 68.916771319945639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229098068498701, 39.939522610146703 ], [ -75.2291407352931, 39.939493001857002 ], [ -75.229265070106294, 39.939596641731299 ], [ -75.229290000790698, 39.9396178067216 ], [ -75.229305815564999, 39.939631259297002 ], [ -75.2293101183961, 39.939634933073997 ], [ -75.229274850972601, 39.939659836409497 ], [ -75.229266572331198, 39.939665683262902 ], [ -75.229262146738606, 39.939661926822701 ], [ -75.229098068498701, 39.939522610146703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1332, "ADDRESS": "5624 RIDGEWOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "ROW B/GAR 2STY MASONRY", "OPA_ID": "513253010", "LNIADDRESSKEY": "505739", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.703125, "Shape__Length": 65.086889573874643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230437558811701, 39.940842039037697 ], [ -75.230445147019907, 39.940836741181599 ], [ -75.230476370665997, 39.9408147140606 ], [ -75.230480476611106, 39.940811823081098 ], [ -75.230500739163205, 39.940828451214401 ], [ -75.230639829984298, 39.940942585890198 ], [ -75.230595567207899, 39.940973481898403 ], [ -75.230457528094206, 39.940858644968998 ], [ -75.230437558811701, 39.940842039037697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1333, "ADDRESS": "2511 N NEWKIRK ST", "OWNER1": "JOHN SMITH", "OWNER2": "DELORES", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281123300", "LNIADDRESSKEY": "450091", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.67578125, "Shape__Length": 51.128259695656226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177891035521299, 39.994092955288302 ], [ -75.177899317479202, 39.994054147357701 ], [ -75.177964124137105, 39.994063449577297 ], [ -75.178075251381998, 39.994079286937399 ], [ -75.178067412434302, 39.994114171891098 ], [ -75.178066682636299, 39.994117395800401 ], [ -75.177891035521299, 39.994092955288302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1334, "ADDRESS": "2544 N 19TH ST", "OWNER1": "TURF WIZARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162094200", "LNIADDRESSKEY": "668316", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.50390625, "Shape__Length": 67.550275842587681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163045287178306, 39.992949858041698 ], [ -75.163046575595601, 39.992943520277798 ], [ -75.163054654763499, 39.992903644333801 ], [ -75.163285360951207, 39.992934957358003 ], [ -75.163294284869394, 39.992936174358803 ], [ -75.163288505029001, 39.992963012629403 ], [ -75.163284774485703, 39.992981143715703 ], [ -75.163275662049401, 39.992979955127701 ], [ -75.163045287178306, 39.992949858041698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1335, "ADDRESS": "2262 N 16TH ST", "OWNER1": "WAI HENRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161078300", "LNIADDRESSKEY": "660511", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.25, "Shape__Length": 67.755336088634508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159259310669199, 39.988140947095303 ], [ -75.159268884307906, 39.988095446721303 ], [ -75.159505566788496, 39.9881273058567 ], [ -75.159510340521607, 39.988127946326699 ], [ -75.159506546077296, 39.988142819818002 ], [ -75.159500433476097, 39.988172326436498 ], [ -75.159495908056201, 39.988171740000197 ], [ -75.159259310669199, 39.988140947095303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1336, "ADDRESS": "2527 N 11TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371188301", "LNIADDRESSKEY": "733001", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.1640625, "Shape__Length": 65.30060171833459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149450393378302, 39.990817525945303 ], [ -75.149459667677903, 39.990772874296603 ], [ -75.149690889669799, 39.990802436980999 ], [ -75.149681535577002, 39.990846958441999 ], [ -75.149450393378302, 39.990817525945303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1337, "ADDRESS": "2017 CECIL B MOORE AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472066700", "LNIADDRESSKEY": "71644", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 304.60546875, "Shape__Length": 89.028122325852536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168143575182, 39.9803462602369 ], [ -75.168148119471496, 39.980323923831897 ], [ -75.168193521132196, 39.980100831403298 ], [ -75.168267471931003, 39.980110604187502 ], [ -75.168223519691495, 39.980334163986697 ], [ -75.168219230908903, 39.980355980175098 ], [ -75.168143575182, 39.9803462602369 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1338, "ADDRESS": "5524 WESTMINSTER AVE", "OWNER1": "WEST MARVIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041055900", "LNIADDRESSKEY": "608356", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.390625, "Shape__Length": 50.553367631511726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230742502037998, 39.9673798346981 ], [ -75.230795922014494, 39.967375366204401 ], [ -75.2308002369044, 39.967400236087201 ], [ -75.230796252543499, 39.967400358090799 ], [ -75.230814778616505, 39.967506379630699 ], [ -75.230764083411799, 39.967511376477503 ], [ -75.230742502037998, 39.9673798346981 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1339, "ADDRESS": "3144 W ARIZONA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "R E DIVISION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282329401", "LNIADDRESSKEY": "20966", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.8125, "Shape__Length": 46.696854417258308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184074268298502, 39.992625285897397 ], [ -75.184098458831897, 39.9925031226974 ], [ -75.184146000776806, 39.992508940533 ], [ -75.184122372867904, 39.992631213176502 ], [ -75.184074268298502, 39.992625285897397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1340, "ADDRESS": "3538 N SMEDLEY ST", "OWNER1": "LIFT TRUST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112221000", "LNIADDRESSKEY": "539129", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.1796875, "Shape__Length": 77.272555786698248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155798293015494, 40.007640679242897 ], [ -75.155807238836402, 40.007599131617802 ], [ -75.156096082712807, 40.007636898465101 ], [ -75.1560867361936, 40.007677438052802 ], [ -75.155798293015494, 40.007640679242897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1341, "ADDRESS": "1211 W ERIE AVE", "OWNER1": "LRS REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432204100", "LNIADDRESSKEY": "138874", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 297.85546875, "Shape__Length": 108.79094710735028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147975946413993, 40.009007607819299 ], [ -75.148030402616698, 40.0090148551647 ], [ -75.147960765644896, 40.009342429554501 ], [ -75.147905922273694, 40.009334882828298 ], [ -75.147975946413993, 40.009007607819299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1342, "ADDRESS": "744 N 38TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243097610", "LNIADDRESSKEY": "685855", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.49609375, "Shape__Length": 75.382632285796234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198159883499699, 39.966912030704698 ], [ -75.198429755899298, 39.9668836004507 ], [ -75.198441471175499, 39.966882361923602 ], [ -75.198447589171295, 39.966923055626303 ], [ -75.198436693004695, 39.966924231278703 ], [ -75.198174611880702, 39.966952737972797 ], [ -75.198165751695896, 39.966953797825198 ], [ -75.198161253687005, 39.966921846102501 ], [ -75.198159883499699, 39.966912030704698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1343, "ADDRESS": "2921 PAGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323093901", "LNIADDRESSKEY": "467956", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.21484375, "Shape__Length": 44.268058418778757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181513284849004, 39.986837358454899 ], [ -75.181563514231698, 39.986843512404199 ], [ -75.181539573986001, 39.986965068064201 ], [ -75.181495066370502, 39.986930655822498 ], [ -75.181513284849004, 39.986837358454899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1344, "ADDRESS": "2964 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192206900", "LNIADDRESSKEY": "462697", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.06640625, "Shape__Length": 45.528516621568997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138774670775106, 39.996459662852502 ], [ -75.138783033689904, 39.996422616071598 ], [ -75.138935951853895, 39.996442762352402 ], [ -75.138927127154702, 39.996480395566202 ], [ -75.138774670775106, 39.996459662852502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1345, "ADDRESS": "655 N 52ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442276600", "LNIADDRESSKEY": "691582", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.24609375, "Shape__Length": 75.462464289190606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225532367762696, 39.9707415452745 ], [ -75.225543184505597, 39.970785322838097 ], [ -75.225265406335893, 39.970823507787003 ], [ -75.225255009415093, 39.970781948001701 ], [ -75.225532367762696, 39.9707415452745 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1346, "ADDRESS": "5221 N 10TH ST", "OWNER1": "MCINTYRE THOMAS A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "492166600", "LNIADDRESSKEY": "650443", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.6328125, "Shape__Length": 80.337284568511407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138790890535702, 40.031742710875598 ], [ -75.139094007086101, 40.0317847926826 ], [ -75.139084595312198, 40.031825039087501 ], [ -75.138782285200193, 40.0317826703739 ], [ -75.138790890535702, 40.031742710875598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1347, "ADDRESS": "2564 N 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281114100", "LNIADDRESSKEY": "681024", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.12890625, "Shape__Length": 63.07497950463641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1774126077852, 39.995157212304399 ], [ -75.177421064560605, 39.995117086084399 ], [ -75.177648490569595, 39.995149054389898 ], [ -75.177639418229603, 39.995188232029697 ], [ -75.1774126077852, 39.995157212304399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1348, "ADDRESS": "1506 DIAMOND ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321035300", "LNIADDRESSKEY": "116433", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 288.65625, "Shape__Length": 94.743163691692644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158539657186296, 39.984890104046698 ], [ -75.158600410486997, 39.984617647673403 ], [ -75.158663415966899, 39.984626049775599 ], [ -75.158603690874202, 39.984899077886901 ], [ -75.158539657186296, 39.984890104046698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1349, "ADDRESS": "2308 N MYRTLEWOOD ST", "OWNER1": "FORD GERALD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282048900", "LNIADDRESSKEY": "444995", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.484375, "Shape__Length": 48.306926028461703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1809557430133, 39.991384027732998 ], [ -75.180963111464607, 39.991347714123201 ], [ -75.181129504960396, 39.991368379475297 ], [ -75.181121858366893, 39.991405429076003 ], [ -75.180990070020997, 39.991387923670402 ], [ -75.1809557430133, 39.991384027732998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1350, "ADDRESS": "2544 W STERNER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281383701", "LNIADDRESSKEY": "553629", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.1796875, "Shape__Length": 51.418623594932001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1734276068578, 39.996688289654998 ], [ -75.173479800321104, 39.996694764760001 ], [ -75.173466328309601, 39.996754847099503 ], [ -75.173451063433404, 39.996829606107397 ], [ -75.173398706788802, 39.996822450443297 ], [ -75.1734276068578, 39.996688289654998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1351, "ADDRESS": "2426 MANTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361272305", "LNIADDRESSKEY": "409392", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.375, "Shape__Length": 58.91782151440286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184358767412903, 39.937897675762599 ], [ -75.184393401790601, 39.937732964165299 ], [ -75.184440812410898, 39.937739618871802 ], [ -75.184405595167505, 39.937903107835702 ], [ -75.184358767412903, 39.937897675762599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1352, "ADDRESS": "3955 BROWN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243123720", "LNIADDRESSKEY": "53932", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.453125, "Shape__Length": 71.272677945144807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202325739457294, 39.967561456687903 ], [ -75.202376668252398, 39.967555881752403 ], [ -75.202411397699393, 39.967760453351197 ], [ -75.202361027524304, 39.967765687064301 ], [ -75.202325739457294, 39.967561456687903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1353, "ADDRESS": "3031 W OAKDALE ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282376401", "LNIADDRESSKEY": "454442", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.3984375, "Shape__Length": 48.188378663538906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181193043445703, 39.996929693338402 ], [ -75.181241886021198, 39.996936122568997 ], [ -75.181212825786005, 39.997062189198097 ], [ -75.181205722362606, 39.997061562838702 ], [ -75.1811642998953, 39.997055670185397 ], [ -75.181193043445703, 39.996929693338402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1354, "ADDRESS": "2443 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162078301", "LNIADDRESSKEY": "668251", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.31640625, "Shape__Length": 65.893138345346458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162963901173001, 39.991345340952002 ], [ -75.162971449315805, 39.991314980161 ], [ -75.163209666950095, 39.991346463887197 ], [ -75.163200331847506, 39.991386874668102 ], [ -75.162961727227298, 39.991356205506499 ], [ -75.162963901173001, 39.991345340952002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1355, "ADDRESS": "4458 N UBER ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132223405", "LNIADDRESSKEY": "581806", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.4296875, "Shape__Length": 75.165035210071323 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157488385940795, 40.022531609425897 ], [ -75.157497595753199, 40.022489195900398 ], [ -75.157775176277895, 40.022526057412897 ], [ -75.157765787059603, 40.0225682247588 ], [ -75.157488385940795, 40.022531609425897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1356, "ADDRESS": "1300-04 W GIRARD AVE", "OWNER1": "SONG SO YING", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141433000", "LNIADDRESSKEY": "313956", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-4", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 294.90234375, "Shape__Length": 68.885585089069465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157439124587796, 39.970920590177201 ], [ -75.157580237939698, 39.970939059656999 ], [ -75.157552064028295, 39.971064626456503 ], [ -75.157411091182297, 39.971046304285402 ], [ -75.157439124587796, 39.970920590177201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1357, "ADDRESS": "1400 S NAPA ST", "OWNER1": "NAPA STREET HORIZON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364442400", "LNIADDRESSKEY": "445973", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.36328125, "Shape__Length": 55.934254395736851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196063933683803, 39.936498546925201 ], [ -75.196073914816097, 39.9364519404673 ], [ -75.196261995896606, 39.936477680655301 ], [ -75.196252642841003, 39.936522059856898 ], [ -75.196063933683803, 39.936498546925201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1358, "ADDRESS": "2018 W CAMBRIA ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111044200", "LNIADDRESSKEY": "62929", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.24609375, "Shape__Length": 73.08470274525888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164188213151604, 39.998277181485598 ], [ -75.164226640345404, 39.9981124157297 ], [ -75.164235001965693, 39.998076656955597 ], [ -75.164295208737798, 39.998084638975101 ], [ -75.164287389762805, 39.998119877250801 ], [ -75.164250666836097, 39.9982856162164 ], [ -75.164188213151604, 39.998277181485598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1359, "ADDRESS": "1330 N HOLLYWOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292255110", "LNIADDRESSKEY": "347089", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.0078125, "Shape__Length": 52.421466269101479 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183581915362794, 39.977138786862803 ], [ -75.183590829435104, 39.977096397725902 ], [ -75.183768165823295, 39.977119917679197 ], [ -75.183759022806299, 39.9771617047886 ], [ -75.183581915362794, 39.977138786862803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1360, "ADDRESS": "1353 S WILTON ST", "OWNER1": "URBAN PROPERTY SOLUTIONS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511210500", "LNIADDRESSKEY": "616408", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.76953125, "Shape__Length": 57.275315116066722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219317041051497, 39.940469543922397 ], [ -75.219278259054306, 39.9404373266524 ], [ -75.219424747173306, 39.9403328419289 ], [ -75.219463529180203, 39.9403650591494 ], [ -75.219317041051497, 39.940469543922397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1361, "ADDRESS": "2603 W OAKDALE ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281354301", "LNIADDRESSKEY": "454278", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.64453125, "Shape__Length": 43.185834229212389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174160735236995, 39.996203611344797 ], [ -75.174183684253407, 39.996093141878497 ], [ -75.174230860714303, 39.9960992619243 ], [ -75.1742078851847, 39.996209891859401 ], [ -75.174160735236995, 39.996203611344797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1362, "ADDRESS": "3922 W GIRARD AVE", "OWNER1": "H&M DEVELOPMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243222000", "LNIADDRESSKEY": "314365", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 450.57421875, "Shape__Length": 110.40031016132723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202826093035497, 39.973849021014601 ], [ -75.202845856516802, 39.973957782959602 ], [ -75.202881683688503, 39.974157253053001 ], [ -75.202792994961399, 39.974167325227597 ], [ -75.202737829481094, 39.973858344605603 ], [ -75.202826093035497, 39.973849021014601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1363, "ADDRESS": "2414 N NATRONA ST", "OWNER1": "WILLIAMS WALTER", "OWNER2": "PEARL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282209900", "LNIADDRESSKEY": "447150", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.47265625, "Shape__Length": 48.803903568462111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184914176636795, 39.993546536335401 ], [ -75.184923028408804, 39.993508079726901 ], [ -75.185089031855398, 39.993528150452903 ], [ -75.185080172499099, 39.993566849048797 ], [ -75.184914176636795, 39.993546536335401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1364, "ADDRESS": "1047 W ORLEANS ST", "OWNER1": "HOBAN ALLISON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372404500", "LNIADDRESSKEY": "463169", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.38671875, "Shape__Length": 46.711101889515518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148138134252093, 39.997223050105603 ], [ -75.1481648620952, 39.997100420040098 ], [ -75.148211706812802, 39.9971064137723 ], [ -75.148184743132106, 39.997229200684998 ], [ -75.148138134252093, 39.997223050105603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1365, "ADDRESS": "1822 CECIL B MOORE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "471146110", "LNIADDRESSKEY": "71569", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 234.34375, "Shape__Length": 84.381067036495224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1652681561729, 39.979308316340003 ], [ -75.165216759121193, 39.979550488065598 ], [ -75.165157877775101, 39.979541729601699 ], [ -75.165210819376597, 39.979300254932603 ], [ -75.1652681561729, 39.979308316340003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1366, "ADDRESS": "4143 WESTMINSTER AVE", "OWNER1": "PHILADELPHIA LOTUS 02A LL", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "062098800", "LNIADDRESSKEY": "608009", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.67578125, "Shape__Length": 76.923625479761469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2073382679107, 39.970224394707103 ], [ -75.207394863178294, 39.9702186209649 ], [ -75.207437424538497, 39.970436597689201 ], [ -75.207380564706497, 39.970443334172202 ], [ -75.2073382679107, 39.970224394707103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1367, "ADDRESS": "1609 W FLORA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471034400", "LNIADDRESSKEY": "293109", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.22265625, "Shape__Length": 44.771336953209371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162878807690305, 39.972527922043597 ], [ -75.162901113333803, 39.972530858813499 ], [ -75.162923047376694, 39.972533674574002 ], [ -75.162896922914399, 39.9726518733139 ], [ -75.162853503437702, 39.972646606669898 ], [ -75.162878807690305, 39.972527922043597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1368, "ADDRESS": "2135 W ONTARIO ST", "OWNER1": "22ND AND ONTARIO ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112067900", "LNIADDRESSKEY": "460154", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 353.29296875, "Shape__Length": 105.7576966486545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164731497864594, 40.006683300603697 ], [ -75.164767966691102, 40.006495745552002 ], [ -75.164792332897903, 40.006377168828102 ], [ -75.164861274766395, 40.006385491240103 ], [ -75.164800627108704, 40.006692787321001 ], [ -75.164731497864594, 40.006683300603697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1369, "ADDRESS": "5205 WARREN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "442184410", "LNIADDRESSKEY": "599156", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 244.1796875, "Shape__Length": 79.30174670148061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226927837362595, 39.976592654336201 ], [ -75.226921497327695, 39.976537161049599 ], [ -75.227049096466999, 39.976379785987596 ], [ -75.227105144726394, 39.976405730305302 ], [ -75.226953189560504, 39.976605655629001 ], [ -75.226927837362595, 39.976592654336201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1370, "ADDRESS": "2422 N 19TH ST", "OWNER1": "ARMS INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162089900", "LNIADDRESSKEY": "668230", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.80859375, "Shape__Length": 67.232678762377247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163472876213206, 39.990993648243297 ], [ -75.163473769514695, 39.990989993356202 ], [ -75.163483473924003, 39.990949799239502 ], [ -75.163712848183593, 39.990979582473102 ], [ -75.163714934582501, 39.990979855865099 ], [ -75.163722837998293, 39.9909808718931 ], [ -75.163714489092698, 39.991019580611201 ], [ -75.163713194992397, 39.991025531942398 ], [ -75.163705291351405, 39.991024483246903 ], [ -75.163703164587204, 39.991024193177402 ], [ -75.163472876213206, 39.990993648243297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1371, "ADDRESS": "150 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885237500", "LNIADDRESSKEY": "628932", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.625, "Shape__Length": 48.319686086297352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134139857347193, 39.986539219862401 ], [ -75.134168712719799, 39.986408128592402 ], [ -75.134187159953598, 39.9864107092396 ], [ -75.134211116610103, 39.986413334358403 ], [ -75.134183622410106, 39.986544440892501 ], [ -75.134139857347193, 39.986539219862401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1372, "ADDRESS": "1618 N 17TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471263810", "LNIADDRESSKEY": "662847", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 297.6796875, "Shape__Length": 94.426799509620892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163286540989603, 39.978720896660903 ], [ -75.163279280047604, 39.978758018164903 ], [ -75.163275936329995, 39.9787715481378 ], [ -75.162924459243698, 39.978723792366303 ], [ -75.162935416049194, 39.978672665684797 ], [ -75.163286540989603, 39.978720896660903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1373, "ADDRESS": "1510 GERMANTOWN AVE", "OWNER1": "ABERRA NEGASH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "182203700", "LNIADDRESSKEY": "309028", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 62.52734375, "Shape__Length": 33.495256561413804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141959508347199, 39.9739864094349 ], [ -75.142060571824103, 39.973968137130399 ], [ -75.142061864801803, 39.974008161778201 ], [ -75.141973106923899, 39.974024067010603 ], [ -75.141970469855494, 39.974024539805498 ], [ -75.141959508347199, 39.9739864094349 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1374, "ADDRESS": "1004 W STELLA ST", "OWNER1": "URBIS DEVELOPMENT LIMITED LIABILITY COMP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372406500", "LNIADDRESSKEY": "552783", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.3828125, "Shape__Length": 47.100298301520994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147056954846406, 39.997212498938403 ], [ -75.147085098419595, 39.997090157973503 ], [ -75.147134259992299, 39.9970969468988 ], [ -75.147105225957702, 39.997219025533198 ], [ -75.147056954846406, 39.997212498938403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1375, "ADDRESS": "2347 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162133701", "LNIADDRESSKEY": "670222", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.23828125, "Shape__Length": 64.931548063950316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164862164354801, 39.990120833363299 ], [ -75.164870619906097, 39.990080918493099 ], [ -75.165105910175797, 39.990112701847799 ], [ -75.165099415277197, 39.9901429254192 ], [ -75.165097327436698, 39.990152614994201 ], [ -75.164862164354801, 39.990120833363299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1376, "ADDRESS": "1909 N 4TH ST", "OWNER1": "1909 WEST KENSINGTON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183320700", "LNIADDRESSKEY": "634561", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.59765625, "Shape__Length": 55.200541309641387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140683869576407, 39.979950200487401 ], [ -75.140695223065606, 39.9799011952123 ], [ -75.140872894061403, 39.979925707125602 ], [ -75.140874873248194, 39.979925978505001 ], [ -75.140863882489597, 39.979975377229003 ], [ -75.140683869576407, 39.979950200487401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1377, "ADDRESS": "1948 N 8TH ST", "OWNER1": "HUANG YINGYI", "OWNER2": "XU JIANXI", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202112901", "LNIADDRESSKEY": "644981", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.51171875, "Shape__Length": 60.213857019089268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147829014811705, 39.981648375068303 ], [ -75.147822515408095, 39.9816780007978 ], [ -75.147818259744298, 39.981696103792899 ], [ -75.147614078033698, 39.981667697145603 ], [ -75.147622978261197, 39.981621344357997 ], [ -75.147829014811705, 39.981648375068303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1378, "ADDRESS": "2365 HOPE ST", "OWNER1": "444 MEMPHIS STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191013700", "LNIADDRESSKEY": "731467", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.4453125, "Shape__Length": 43.043047405750208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132241189542796, 39.986293011276999 ], [ -75.132248002651195, 39.9862587024626 ], [ -75.132393438065094, 39.986278235721002 ], [ -75.132386691831996, 39.986313014600697 ], [ -75.132241189542796, 39.986293011276999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1379, "ADDRESS": "736 BROOKLYN ST", "OWNER1": "ANGAMARCA CARMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061270700", "LNIADDRESSKEY": "52475", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.50390625, "Shape__Length": 79.210981434048108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208269670750099, 39.965533912995198 ], [ -75.208560608465007, 39.965512164099103 ], [ -75.208567247814798, 39.965560363898 ], [ -75.208276052329495, 39.965582268159501 ], [ -75.208269670750099, 39.965533912995198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1380, "ADDRESS": "1944 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322094301", "LNIADDRESSKEY": "674002", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 307.0625, "Shape__Length": 108.45687900996529 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1700775875224, 39.984599925118999 ], [ -75.170087849547102, 39.984555408076098 ], [ -75.170455590404003, 39.984607874321597 ], [ -75.170509816621504, 39.984615201963102 ], [ -75.170501817441405, 39.9846531136576 ], [ -75.170500097266796, 39.9846581206724 ], [ -75.1700775875224, 39.984599925118999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1381, "ADDRESS": "2136 N 5TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191307201", "LNIADDRESSKEY": "636628", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.21484375, "Shape__Length": 62.654632915476753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142321363690897, 39.983763390535202 ], [ -75.142188964773496, 39.983744391274001 ], [ -75.142132026806294, 39.983736810598899 ], [ -75.142141788582606, 39.983692719018002 ], [ -75.142221846954897, 39.983703903157704 ], [ -75.142361948072903, 39.983723141583198 ], [ -75.142350981740407, 39.983766997449401 ], [ -75.142321363690897, 39.983763390535202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1382, "ADDRESS": "2153 N REESE ST", "OWNER1": "LOPEZ ANA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191319501", "LNIADDRESSKEY": "498732", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.61328125, "Shape__Length": 44.77527818882082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1422725938219, 39.9840380942968 ], [ -75.142422465177503, 39.984057765242802 ], [ -75.142413383164097, 39.984095633836802 ], [ -75.142264158299398, 39.984074414296899 ], [ -75.1422725938219, 39.9840380942968 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1383, "ADDRESS": "421 E ASHMEAD ST", "OWNER1": "CHEBOTAR ILYA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121099010", "LNIADDRESSKEY": "23076", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.09375, "Shape__Length": 91.490255373978641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162357842874798, 40.0357583773581 ], [ -75.162390847301594, 40.035727703683797 ], [ -75.162670744909406, 40.035897769656202 ], [ -75.1626693259186, 40.035899785245697 ], [ -75.162638849499302, 40.035930178066799 ], [ -75.162357842874798, 40.0357583773581 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1384, "ADDRESS": "918 LINDLEY AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491147500", "LNIADDRESSKEY": "393891", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 275.42578125, "Shape__Length": 89.947630011000683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138939707305298, 40.029585586594003 ], [ -75.138931238853701, 40.029584410819197 ], [ -75.138936021345103, 40.029563112405697 ], [ -75.138988562845697, 40.0293294714536 ], [ -75.139053084860905, 40.029337676870803 ], [ -75.138996170508193, 40.029593399328498 ], [ -75.138939707305298, 40.029585586594003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1385, "ADDRESS": "3940 BROWN ST", "OWNER1": "MONT ALTO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243069200", "LNIADDRESSKEY": "53925", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.65234375, "Shape__Length": 82.88684914051872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201734505573597, 39.967244521177598 ], [ -75.201780284871603, 39.967481771215397 ], [ -75.201722455938494, 39.967488675921203 ], [ -75.201675842535593, 39.9672507619863 ], [ -75.201734505573597, 39.967244521177598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1386, "ADDRESS": "5523 HAVERFORD AVE", "OWNER1": "WEST MARVIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041052500", "LNIADDRESSKEY": "336409", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.90234375, "Shape__Length": 45.145993862876409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230663450328294, 39.967268245033601 ], [ -75.230727087630996, 39.967285939047102 ], [ -75.230742502037998, 39.9673798346981 ], [ -75.230682180541905, 39.9673851348469 ], [ -75.230663450328294, 39.967268245033601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1387, "ADDRESS": "1813 N 8TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202090900", "LNIADDRESSKEY": "644913", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.4453125, "Shape__Length": 71.872698899960369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147654315832, 39.979435741906698 ], [ -75.147662544262801, 39.979395451270499 ], [ -75.147928671815905, 39.979435014986301 ], [ -75.147920370079902, 39.979473401696303 ], [ -75.147654315832, 39.979435741906698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1388, "ADDRESS": "2124 BELLMORE ST", "OWNER1": "BEL MANAG INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252181400", "LNIADDRESSKEY": "34359", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.26953125, "Shape__Length": 49.095808243560903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114648487401297, 39.988823370667298 ], [ -75.114798123860396, 39.988761165183803 ], [ -75.114823172161294, 39.988794528776303 ], [ -75.114672183905697, 39.988856476871497 ], [ -75.114648487401297, 39.988823370667298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1389, "ADDRESS": "803 N 41ST ST", "OWNER1": "CHANG RUEY YU", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062243100", "LNIADDRESSKEY": "686591", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 382.234375, "Shape__Length": 99.393443157045567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205180691740296, 39.967323729667797 ], [ -75.2055428774311, 39.967309533048102 ], [ -75.205545826194594, 39.967375123937401 ], [ -75.205187006797701, 39.967388927838499 ], [ -75.205180691740296, 39.967323729667797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1390, "ADDRESS": "2350 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162186901", "LNIADDRESSKEY": "672337", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.41015625, "Shape__Length": 68.502032718128717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167129281323994, 39.990560215663201 ], [ -75.167139702324405, 39.9905154433646 ], [ -75.167382871606307, 39.990546175041104 ], [ -75.167375099828703, 39.990581931499797 ], [ -75.167373232374899, 39.990592995609802 ], [ -75.167129281323994, 39.990560215663201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1391, "ADDRESS": "727 N 41ST ST", "OWNER1": "CYNCON INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061218800", "LNIADDRESSKEY": "686566", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 234.96484375, "Shape__Length": 72.029201755449179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205423709904494, 39.965688318100703 ], [ -75.205434364118403, 39.965815512578502 ], [ -75.205423977843097, 39.965824341834399 ], [ -75.205220460067096, 39.965698414553103 ], [ -75.205423709904494, 39.965688318100703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1392, "ADDRESS": "1758 N 29TH ST", "OWNER1": "WE BUILD L L C", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324184600", "LNIADDRESSKEY": "681997", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.546875, "Shape__Length": 67.943827680456266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1817464341039, 39.983096026214 ], [ -75.181863380992596, 39.983111023066698 ], [ -75.181904812123705, 39.983116463095598 ], [ -75.181744761820298, 39.983223334219403 ], [ -75.181740117510302, 39.983227019037997 ], [ -75.181714374627106, 39.983244480063803 ], [ -75.1817464341039, 39.983096026214 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1393, "ADDRESS": "26 W WISTER ST", "OWNER1": "SIMONE MICHAEL", "OWNER2": "SIMONE TERRI", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "123065700", "LNIADDRESSKEY": "620153", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.00390625, "Shape__Length": 64.617966750106206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165532653386705, 40.029156086098098 ], [ -75.165464015651807, 40.029230579120501 ], [ -75.165326746010294, 40.029152000668503 ], [ -75.165393773396005, 40.029077938885699 ], [ -75.165532653386705, 40.029156086098098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1394, "ADDRESS": "2406 N SYDENHAM ST", "OWNER1": "W CAMPBELL KELLY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161054300", "LNIADDRESSKEY": "560059", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.62890625, "Shape__Length": 69.569062252551475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157994486878906, 39.990103257639099 ], [ -75.158004812621101, 39.990054002449 ], [ -75.158249216000698, 39.990088521818002 ], [ -75.158243471301304, 39.9901143932031 ], [ -75.1582385865932, 39.990136415264502 ], [ -75.157994486878906, 39.990103257639099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1395, "ADDRESS": "605 W CUMBERLAND ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371380401", "LNIADDRESSKEY": "105881", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.70703125, "Shape__Length": 57.401238020451586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143010137594601, 39.9895167084169 ], [ -75.1430429011684, 39.989362007186699 ], [ -75.1430784327477, 39.989366682981696 ], [ -75.143095675906295, 39.989368961137799 ], [ -75.143061964170897, 39.989523800776098 ], [ -75.143010137594601, 39.9895167084169 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1396, "ADDRESS": "1419 S NAPA ST", "OWNER1": "NAPA STREET HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364438500", "LNIADDRESSKEY": "445992", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.86328125, "Shape__Length": 54.764116708608221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195823672935802, 39.936065975978899 ], [ -75.1958335155919, 39.936020253947397 ], [ -75.196016481774507, 39.936043898439301 ], [ -75.196006766538503, 39.936089542230697 ], [ -75.195823672935802, 39.936065975978899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1397, "ADDRESS": "925 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371332800", "LNIADDRESSKEY": "110491", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.30078125, "Shape__Length": 85.589480258283984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148116543103995, 39.987202032918702 ], [ -75.148101610449501, 39.987200146895702 ], [ -75.148153113187306, 39.986955324641798 ], [ -75.148213767475198, 39.986962792779302 ], [ -75.148160650970297, 39.987207626902297 ], [ -75.148116543103995, 39.987202032918702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1398, "ADDRESS": "2103 W SUSQUEHANNA AVE", "OWNER1": "PHILA HOUSING AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162242101", "LNIADDRESSKEY": "559172", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.9375, "Shape__Length": 75.961934246646024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167774979618002, 39.987861037356197 ], [ -75.167831723858299, 39.9878683597898 ], [ -75.167786291676606, 39.988082729657599 ], [ -75.167729675113705, 39.988075895499499 ], [ -75.167774979618002, 39.987861037356197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1399, "ADDRESS": "1841 WAKELING ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "622006610", "LNIADDRESSKEY": "591916", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.69921875, "Shape__Length": 52.195126997368916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.074876647897298, 40.017604892744302 ], [ -75.074976905288395, 40.017493226445303 ], [ -75.075024784765404, 40.017517345473699 ], [ -75.074924182069793, 40.017629262818197 ], [ -75.074876647897298, 40.017604892744302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1400, "ADDRESS": "2707 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281253201", "LNIADDRESSKEY": "629402", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.5859375, "Shape__Length": 62.682323739123106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176698519959501, 39.992373491222601 ], [ -75.176740009336996, 39.9921955728122 ], [ -75.176782302564206, 39.992201082329402 ], [ -75.176741575395894, 39.9923821128151 ], [ -75.176698519959501, 39.992373491222601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1401, "ADDRESS": "524 N 35TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242164410", "LNIADDRESSKEY": "685330", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.85546875, "Shape__Length": 53.55335358258997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193068405678503, 39.963440805368201 ], [ -75.193260868056896, 39.963418319800098 ], [ -75.193268610617196, 39.963453052729399 ], [ -75.193075189389006, 39.963474840062098 ], [ -75.193068405678503, 39.963440805368201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1402, "ADDRESS": "1513 S STILLMAN ST", "OWNER1": "OVERPECK JOHN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364196600", "LNIADDRESSKEY": "555833", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.33984375, "Shape__Length": 47.391584303133627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186809109844006, 39.933717841126999 ], [ -75.186966209494898, 39.933738085086397 ], [ -75.186956633455594, 39.933778798322898 ], [ -75.186800426232395, 39.9337587849095 ], [ -75.186809109844006, 39.933717841126999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1403, "ADDRESS": "190 W MONMOUTH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071005700", "LNIADDRESSKEY": "434640", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.2421875, "Shape__Length": 44.391787915636854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133393862617993, 39.994737353177698 ], [ -75.133441448779095, 39.994744176321603 ], [ -75.133420261518197, 39.994857258480899 ], [ -75.133369828775201, 39.994850886276602 ], [ -75.133393862617993, 39.994737353177698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1404, "ADDRESS": "652 N 43RD ST", "OWNER1": "FARES JAFAR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061285100", "LNIADDRESSKEY": "687293", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 433.6328125, "Shape__Length": 107.1906856880656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209404003574605, 39.964340715558698 ], [ -75.209794617115307, 39.964313159688601 ], [ -75.209802933296103, 39.964381513660101 ], [ -75.209412298912298, 39.964408520620097 ], [ -75.209404003574605, 39.964340715558698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1405, "ADDRESS": "2705 W YORK ST", "OWNER1": "GEORGE WATERLOO JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281253100", "LNIADDRESSKEY": "629400", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.59375, "Shape__Length": 61.819553826204505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176656719801201, 39.9923654777823 ], [ -75.176697160597897, 39.992189807552101 ], [ -75.176740009336996, 39.9921955728122 ], [ -75.176698519959501, 39.992373491222601 ], [ -75.176656719801201, 39.9923654777823 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1406, "ADDRESS": "279 W CORNWALL ST", "OWNER1": "TORRES MATTHEW B", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193226200", "LNIADDRESSKEY": "98949", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.15625, "Shape__Length": 47.81729485640998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135028059599506, 40.001521516204399 ], [ -75.135054291119104, 40.001400989102301 ], [ -75.135109116137798, 40.001408282683997 ], [ -75.135081984794397, 40.001528790426001 ], [ -75.135028059599506, 40.001521516204399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1407, "ADDRESS": "2135 N WOODSTOCK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322015901", "LNIADDRESSKEY": "624030", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.98828125, "Shape__Length": 60.084589472251253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166241324496895, 39.987079208551997 ], [ -75.1662484405079, 39.987045838603599 ], [ -75.166249202773102, 39.987037925706296 ], [ -75.166461701090299, 39.987067001701497 ], [ -75.166460341946404, 39.987076287600502 ], [ -75.166453205152393, 39.987108012739903 ], [ -75.166241324496895, 39.987079208551997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1408, "ADDRESS": "2314 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162214001", "LNIADDRESSKEY": "674101", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.41015625, "Shape__Length": 66.801652663457105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168916061652595, 39.9899807641332 ], [ -75.168925258212994, 39.9899367379113 ], [ -75.169163955265603, 39.989966558867899 ], [ -75.169154758855996, 39.990010585108898 ], [ -75.168916061652595, 39.9899807641332 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1409, "ADDRESS": "1406 S 58TH ST", "OWNER1": "KENAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034121900", "LNIADDRESSKEY": "698319", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 348.76171875, "Shape__Length": 94.148929320056894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235062779398604, 39.940981428559603 ], [ -75.235118937218303, 39.941029164794301 ], [ -75.234866677137106, 39.941204010498097 ], [ -75.234811895610704, 39.941157593870003 ], [ -75.235062779398604, 39.940981428559603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1410, "ADDRESS": "5522 WESTMINSTER AVE", "OWNER1": "WEST MARVIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041055800", "LNIADDRESSKEY": "608355", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.25390625, "Shape__Length": 52.342197122813623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230682180541905, 39.9673851348469 ], [ -75.230742502037998, 39.9673798346981 ], [ -75.230764083411799, 39.967511376477503 ], [ -75.230702420677304, 39.967517791457297 ], [ -75.230682180541905, 39.9673851348469 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1411, "ADDRESS": "5519 LANSDOWNE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041257250", "LNIADDRESSKEY": "378470", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.9921875, "Shape__Length": 93.979241014734683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2324166764692, 39.976876798507199 ], [ -75.232471345936901, 39.976870453131802 ], [ -75.232524477369097, 39.977146971975301 ], [ -75.232467059761902, 39.977154545516598 ], [ -75.2324166764692, 39.976876798507199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1412, "ADDRESS": "1314 W ERIE AVE", "OWNER1": "MORRISON CHARLES A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432058400", "LNIADDRESSKEY": "138919", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 284.40625, "Shape__Length": 92.809913542631307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149565881418795, 40.008872953911002 ], [ -75.149624454885895, 40.008603046783598 ], [ -75.149674606692201, 40.008609405216198 ], [ -75.149682880022695, 40.008633659946099 ], [ -75.149630507248602, 40.0088812192284 ], [ -75.149565881418795, 40.008872953911002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1413, "ADDRESS": "5149 MASTER ST", "OWNER1": "MC WHITE PAUL J", "OWNER2": null, "BLDG_DESC": "S/D CON.APT 3STY MASONRY", "OPA_ID": "442164300", "LNIADDRESSKEY": "419650", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 309.33984375, "Shape__Length": 96.775684431979613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225762368746302, 39.974410571995499 ], [ -75.225830519348307, 39.974403946339301 ], [ -75.225878527286099, 39.974678308699801 ], [ -75.225879237424607, 39.974682322496797 ], [ -75.225835650808307, 39.974687005132502 ], [ -75.225812383984504, 39.974688975594802 ], [ -75.225762368746302, 39.974410571995499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1414, "ADDRESS": "5633 MARKET ST", "OWNER1": "S3 ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042001800", "LNIADDRESSKEY": "411009", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.2578125, "Shape__Length": 88.902910989318599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233940258182102, 39.961522174347202 ], [ -75.233993055860594, 39.961262873505 ], [ -75.234044372299294, 39.961269818142902 ], [ -75.234048998607307, 39.961270452306998 ], [ -75.234048078259804, 39.9612760577158 ], [ -75.234039326629798, 39.961329672130098 ], [ -75.233998164705099, 39.9615287803623 ], [ -75.2339857968866, 39.961527332217599 ], [ -75.233940258182102, 39.961522174347202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1415, "ADDRESS": "6214 VINE ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341032950", "LNIADDRESSKEY": "589485", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 397.68359375, "Shape__Length": 106.494879192559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244416249893405, 39.966737412559901 ], [ -75.244495955931697, 39.966747792451898 ], [ -75.244436035400597, 39.967048997840401 ], [ -75.244356554524799, 39.967038734329201 ], [ -75.244416249893405, 39.966737412559901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1416, "ADDRESS": "6048 KINGSESSING AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401260900", "LNIADDRESSKEY": "372344", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.6875, "Shape__Length": 73.422405867181837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231145200137306, 39.931510188283703 ], [ -75.2311882052052, 39.931480844698797 ], [ -75.231369760030901, 39.931635179253398 ], [ -75.231326706943605, 39.931665778742897 ], [ -75.231145200137306, 39.931510188283703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1417, "ADDRESS": "2340 N SYDENHAM ST", "OWNER1": "WILL LINK INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161053500", "LNIADDRESSKEY": "560051", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.33984375, "Shape__Length": 80.191457987844814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1584546309236, 39.989432455403197 ], [ -75.158395191900894, 39.9894249064386 ], [ -75.158328467475897, 39.989415501278998 ], [ -75.158269566953095, 39.989407578096902 ], [ -75.158159328495103, 39.989392886777097 ], [ -75.158168952860095, 39.989347193902802 ], [ -75.158463850599304, 39.989386350166001 ], [ -75.1584546309236, 39.989432455403197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1418, "ADDRESS": "813 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243147400", "LNIADDRESSKEY": "685902", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.76171875, "Shape__Length": 82.863460264468529 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197970425294898, 39.968566352742698 ], [ -75.198282068356093, 39.968536514730097 ], [ -75.198290329386495, 39.9685781424607 ], [ -75.197978526419107, 39.968612231943901 ], [ -75.197970425294898, 39.968566352742698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1419, "ADDRESS": "4819 N MARSHALL ST", "OWNER1": "MIMOSO NICHOLAS J", "OWNER2": "FERREIRA JOSE G", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491191500", "LNIADDRESSKEY": "414732", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.03515625, "Shape__Length": 63.466338792242809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135725831029106, 40.025155021068102 ], [ -75.135729162285699, 40.025116457671203 ], [ -75.135729489206199, 40.025112838497201 ], [ -75.135735873037007, 40.025113692254003 ], [ -75.135958770096195, 40.025143978017702 ], [ -75.135949971868598, 40.0251851583347 ], [ -75.135725831029106, 40.025155021068102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1420, "ADDRESS": "2364 N WOODSTOCK ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162160800", "LNIADDRESSKEY": "624176", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.90625, "Shape__Length": 60.908121167281188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166042176441493, 39.990607496436198 ], [ -75.166031882448905, 39.990656607644702 ], [ -75.165826503278097, 39.990627933536203 ], [ -75.1658371131998, 39.990578796793898 ], [ -75.166042176441493, 39.990607496436198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1421, "ADDRESS": "2155 N FRANKLIN ST", "OWNER1": "FLORENCE PRINGLE", "OWNER2": "STRAW PARTY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202053200", "LNIADDRESSKEY": "299282", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.42578125, "Shape__Length": 62.393730071151779 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145884552966606, 39.984503021155099 ], [ -75.145892810169002, 39.984465842042503 ], [ -75.146120452232196, 39.9844952354835 ], [ -75.146110967764201, 39.984533304680603 ], [ -75.145884552966606, 39.984503021155099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1422, "ADDRESS": "2710 W YORK ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281246100", "LNIADDRESSKEY": "629405", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.33984375, "Shape__Length": 63.896189308158199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177044038371804, 39.992078927205597 ], [ -75.177078458712202, 39.991903944083703 ], [ -75.177133515127096, 39.991911094466502 ], [ -75.177099471789305, 39.992086101820099 ], [ -75.177044038371804, 39.992078927205597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1423, "ADDRESS": "2430 N OPAL ST", "OWNER1": "WHITE JOSEPH V S/M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162128200", "LNIADDRESSKEY": "460336", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.3125, "Shape__Length": 51.246928788345343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164606243770294, 39.991230368238597 ], [ -75.164615711725602, 39.991231597395398 ], [ -75.164607093143601, 39.991269171571403 ], [ -75.164598125971906, 39.991268019017603 ], [ -75.164595768641306, 39.991267708003797 ], [ -75.164429709230802, 39.991246074399797 ], [ -75.164437431888501, 39.991208382067903 ], [ -75.164603970695396, 39.991230074890503 ], [ -75.164606243770294, 39.991230368238597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1424, "ADDRESS": "819 N 39TH ST", "OWNER1": "DO 2 WIN RE GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243150700", "LNIADDRESSKEY": "686080", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.19921875, "Shape__Length": 76.406643433610128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200172320633001, 39.968177946397198 ], [ -75.200457158513402, 39.968145523528598 ], [ -75.200464138098994, 39.968188412164899 ], [ -75.200180670550196, 39.968220043339002 ], [ -75.200172320633001, 39.968177946397198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1425, "ADDRESS": "2906 WHARTON ST", "OWNER1": "SANKAR PRITHVI S", "OWNER2": "SWAMY PRIYA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362088000", "LNIADDRESSKEY": "610504", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.125, "Shape__Length": 61.3997534066838 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192322308014695, 39.937259160489802 ], [ -75.192357059491101, 39.937093612724603 ], [ -75.192413638324098, 39.937100919088799 ], [ -75.192378793840007, 39.937266142683498 ], [ -75.192322308014695, 39.937259160489802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1426, "ADDRESS": "1927 N 4TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183321601", "LNIADDRESSKEY": "634572", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.26953125, "Shape__Length": 58.969304437073006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140568694190904, 39.9803442614716 ], [ -75.140578663557406, 39.9803013347939 ], [ -75.140783407166793, 39.9803296542634 ], [ -75.140773722009598, 39.980372312606001 ], [ -75.140568694190904, 39.9803442614716 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1427, "ADDRESS": "1431 HANSON ST", "OWNER1": "1431 S HANSON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273042700", "LNIADDRESSKEY": "332251", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.07421875, "Shape__Length": 50.474891633084525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211263765582004, 39.940757946023403 ], [ -75.211393193909402, 39.940666301229498 ], [ -75.211427329684795, 39.940694879722002 ], [ -75.211297441468204, 39.940786497481596 ], [ -75.211263765582004, 39.940757946023403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1428, "ADDRESS": "112 N 56TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042062750", "LNIADDRESSKEY": "695412", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.5, "Shape__Length": 57.038195753310802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232772943865299, 39.962912521586098 ], [ -75.2327640221324, 39.962954300993097 ], [ -75.232564933921694, 39.962929331615904 ], [ -75.232574073284297, 39.962888476012701 ], [ -75.232772943865299, 39.962912521586098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1429, "ADDRESS": "2523 CECIL B MOORE AVE", "OWNER1": "AZTECA HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324048400", "LNIADDRESSKEY": "71786", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.3984375, "Shape__Length": 76.161771316053461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176471282966901, 39.981387480444397 ], [ -75.176516092708397, 39.9811726579874 ], [ -75.176574182340801, 39.981180280057501 ], [ -75.1765276566898, 39.981395031393802 ], [ -75.176471282966901, 39.981387480444397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1430, "ADDRESS": "2727 OAKFORD ST", "OWNER1": "OAKFORD HOMES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362045705", "LNIADDRESSKEY": "454671", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.0390625, "Shape__Length": 49.941782952650932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189526654800403, 39.938319938450697 ], [ -75.189555252615094, 39.938187863884202 ], [ -75.189603990957806, 39.938194287039302 ], [ -75.189576621961194, 39.938326019634701 ], [ -75.189526654800403, 39.938319938450697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1431, "ADDRESS": "2920 W GLENWOOD AVE", "OWNER1": "BAILEY ROME", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324199000", "LNIADDRESSKEY": "318088", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.08203125, "Shape__Length": 45.369631546673176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182048000090603, 39.982910739666799 ], [ -75.1821189146861, 39.982972710967303 ], [ -75.182020757788194, 39.9830387977564 ], [ -75.182048000090603, 39.982910739666799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1432, "ADDRESS": "1942 CECIL B MOORE AVE", "OWNER1": "IM BUYOL", "OWNER2": "IM SAM R", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472059500", "LNIADDRESSKEY": "71625", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 245.16015625, "Shape__Length": 79.146685596531171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167207495704503, 39.9798186645234 ], [ -75.167207851974695, 39.979816995527798 ], [ -75.167254675637693, 39.979602318224899 ], [ -75.167322555086699, 39.979611422269599 ], [ -75.1672756364392, 39.979828063922596 ], [ -75.167207495704503, 39.9798186645234 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1433, "ADDRESS": "1748 N 20TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472131410", "LNIADDRESSKEY": "670055", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.00390625, "Shape__Length": 75.126075104739755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167215222882604, 39.981304327971202 ], [ -75.167225681244105, 39.981259073356199 ], [ -75.167499256675697, 39.981300500103401 ], [ -75.167489639417198, 39.981343468195199 ], [ -75.167215222882604, 39.981304327971202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1434, "ADDRESS": "2728 RIDGE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323037401", "LNIADDRESSKEY": "504277", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.96875, "Shape__Length": 66.299088647559955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178778736795095, 39.9851363483291 ], [ -75.178937573468204, 39.985008062822899 ], [ -75.178994097333202, 39.9850494026417 ], [ -75.178818251910599, 39.985165314724803 ], [ -75.178778736795095, 39.9851363483291 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1435, "ADDRESS": "2408 N 6TH ST", "OWNER1": "CARVER BLAIS INC", "OWNER2": "A PA CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371032900", "LNIADDRESSKEY": "639441", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.14453125, "Shape__Length": 78.007499976221595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143196300482302, 39.988089001396503 ], [ -75.143207095267101, 39.988040387540003 ], [ -75.143487987804306, 39.988077152735499 ], [ -75.143477546811397, 39.988126968502101 ], [ -75.143196300482302, 39.988089001396503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1436, "ADDRESS": "2803 DIAMOND ST", "OWNER1": "JACKSON SUSAN ALICIA", "OWNER2": "STREETS DONNA MARIE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323124700", "LNIADDRESSKEY": "116733", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 327.08984375, "Shape__Length": 93.940550516208347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179042874722398, 39.9879983479007 ], [ -75.179101351330303, 39.987739017791498 ], [ -75.179178196019393, 39.987747943754897 ], [ -75.179150089668298, 39.987864827438003 ], [ -75.179118353281893, 39.988008984500198 ], [ -75.179042874722398, 39.9879983479007 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1437, "ADDRESS": "4989 1/2 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442084710", "LNIADDRESSKEY": "314598", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.2734375, "Shape__Length": 67.085961587328413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221834232000504, 39.972408821608802 ], [ -75.221888345886597, 39.972397634104802 ], [ -75.221951795950602, 39.972581457216499 ], [ -75.221895038109395, 39.972587653534902 ], [ -75.221834232000504, 39.972408821608802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1438, "ADDRESS": "2441 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191377701", "LNIADDRESSKEY": "639473", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.98046875, "Shape__Length": 67.070557450163179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142618510702803, 39.988785429483002 ], [ -75.142627937149001, 39.988741844949601 ], [ -75.142867964206602, 39.988773814488297 ], [ -75.142858538304694, 39.988817350620302 ], [ -75.142618510702803, 39.988785429483002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1439, "ADDRESS": "2549 N 28TH ST", "OWNER1": "TTP HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281101200", "LNIADDRESSKEY": "681009", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.65234375, "Shape__Length": 79.48216608924524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177005188540406, 39.994796218752398 ], [ -75.177303423102501, 39.994831725639301 ], [ -75.177294031836496, 39.994873248873702 ], [ -75.176995363031594, 39.994837603838498 ], [ -75.177005188540406, 39.994796218752398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1440, "ADDRESS": "718 N 40TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061168010", "LNIADDRESSKEY": "686231", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 545.72265625, "Shape__Length": 114.97345344792336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202898506219597, 39.9659590173409 ], [ -75.203302447410096, 39.965914369506301 ], [ -75.203317838281095, 39.965996164170299 ], [ -75.202912847664507, 39.9660408372023 ], [ -75.202898506219597, 39.9659590173409 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1441, "ADDRESS": "1626 MARGARET ST", "OWNER1": "SINGHAL AJAY K", "OWNER2": "SINGHAL POONAM N", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232145100", "LNIADDRESSKEY": "410010", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 394.65625, "Shape__Length": 97.920833599998019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.082707911174396, 40.016219977938597 ], [ -75.082849432630894, 40.0160667379971 ], [ -75.082891563136897, 40.016023257106703 ], [ -75.082911774929102, 40.016002415891698 ], [ -75.082984740494197, 40.0160417674171 ], [ -75.082782690886802, 40.016260098194799 ], [ -75.082707911174396, 40.016219977938597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1442, "ADDRESS": "2717 W YORK ST", "OWNER1": "ELEANOR GOODMAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281253700", "LNIADDRESSKEY": "629412", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.68359375, "Shape__Length": 67.458628201404565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176908926337603, 39.9924135266306 ], [ -75.176949757422904, 39.992219231029999 ], [ -75.176994085577306, 39.992225254610901 ], [ -75.176951894182906, 39.992421678779699 ], [ -75.176908926337603, 39.9924135266306 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1443, "ADDRESS": "2853 N WATER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071344700", "LNIADDRESSKEY": "601347", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.70703125, "Shape__Length": 50.685459415051611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129314825699694, 39.993348810748998 ], [ -75.129307445608305, 39.993383639217598 ], [ -75.129133148930507, 39.993360492531103 ], [ -75.129128791632695, 39.9933599098649 ], [ -75.129135715301302, 39.993324958355998 ], [ -75.129140824394298, 39.993325639280101 ], [ -75.129314825699694, 39.993348810748998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1444, "ADDRESS": "5110 HARLAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442168710", "LNIADDRESSKEY": "332797", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.2890625, "Shape__Length": 84.466268176624965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224604323737907, 39.974822544023503 ], [ -75.224595324322806, 39.9747659119638 ], [ -75.224658211874498, 39.974759429079498 ], [ -75.224693682305002, 39.9750000677017 ], [ -75.224631577682104, 39.975006905714103 ], [ -75.224604323737907, 39.974822544023503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1445, "ADDRESS": "1427 N MYRTLEWOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292267210", "LNIADDRESSKEY": "444847", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.74609375, "Shape__Length": 47.989425409201488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183527746280504, 39.978318410964498 ], [ -75.183535904792905, 39.978280486330199 ], [ -75.183698969562698, 39.978301397459198 ], [ -75.183691818605396, 39.978335363296999 ], [ -75.183690999602007, 39.978339293658003 ], [ -75.183527746280504, 39.978318410964498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1446, "ADDRESS": "6076 UPLAND ST", "OWNER1": "J AND J HOME INVESTMENTS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401301700", "LNIADDRESSKEY": "583866", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.34375, "Shape__Length": 57.785823375351242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230810346913202, 39.930607007740697 ], [ -75.230950369983702, 39.930727094926198 ], [ -75.230913764815398, 39.930752630376503 ], [ -75.230773719650799, 39.930633139571199 ], [ -75.230810346913202, 39.930607007740697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1447, "ADDRESS": "6027 UPLAND ST", "OWNER1": "KAUFMAN MARSHALL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401288000", "LNIADDRESSKEY": "583817", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.6640625, "Shape__Length": 60.790052426249204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230061529004104, 39.931461042014597 ], [ -75.230104700669401, 39.931431202433501 ], [ -75.230249126752298, 39.931552853584002 ], [ -75.230205207799898, 39.9315830799965 ], [ -75.230061529004104, 39.931461042014597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1448, "ADDRESS": "4437 CRESSON ST", "OWNER1": "JAN SOKOLOWSKI", "OWNER2": "CATHERINE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "211223800", "LNIADDRESSKEY": "102927", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19127", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.5078125, "Shape__Length": 44.329916594371248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225641882966499, 40.027224547939198 ], [ -75.225638764224499, 40.027222689783102 ], [ -75.225709305892394, 40.0271289746577 ], [ -75.225760252179001, 40.027146600709699 ], [ -75.225688844549495, 40.027242763307299 ], [ -75.225641882966499, 40.027224547939198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1449, "ADDRESS": "654 N 42ND ST", "OWNER1": "ANSARI MAHMUD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061256710", "LNIADDRESSKEY": "686908", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.7109375, "Shape__Length": 77.81941755750951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207597743113695, 39.9641755042475 ], [ -75.2076025069086, 39.964216150447498 ], [ -75.207308760173603, 39.964242541164097 ], [ -75.207302512767399, 39.964202393661303 ], [ -75.207597743113695, 39.9641755042475 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1450, "ADDRESS": "5831 WILLOWS AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034056510", "LNIADDRESSKEY": "615594", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 287.47265625, "Shape__Length": 103.24011839048842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234523251564397, 39.9398554516495 ], [ -75.234565036345998, 39.939826369400997 ], [ -75.234833400564895, 39.940053156338102 ], [ -75.234838212809194, 39.940057227373401 ], [ -75.234795665539195, 39.940087065604999 ], [ -75.234790752200695, 39.940082879726504 ], [ -75.234523251564397, 39.9398554516495 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1451, "ADDRESS": "1330 S WILTON ST", "OWNER1": "ELIZABETH JAMES", "OWNER2": "FRIEDA JAMES", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511216300", "LNIADDRESSKEY": "616385", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.09765625, "Shape__Length": 57.101312318483991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220132903107299, 39.940524377538303 ], [ -75.220169140346698, 39.9405539829188 ], [ -75.220018647019302, 39.940659406244301 ], [ -75.219982960144193, 39.940629087651203 ], [ -75.220052371069599, 39.940580405990403 ], [ -75.220080881109098, 39.940560498811998 ], [ -75.220121029417299, 39.940532836192403 ], [ -75.220128090723705, 39.940527092647301 ], [ -75.220132903107299, 39.940524377538303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1452, "ADDRESS": "4914 W THOMPSON ST", "OWNER1": "MACK RODGER LYNN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442114300", "LNIADDRESSKEY": "570487", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.76171875, "Shape__Length": 72.248066676854449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220209239573407, 39.973308377451602 ], [ -75.220262366884597, 39.9733028756472 ], [ -75.220298171941195, 39.973508818008298 ], [ -75.220245156701907, 39.973514097053602 ], [ -75.220209239573407, 39.973308377451602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1453, "ADDRESS": "3526 N WARNOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432128700", "LNIADDRESSKEY": "598059", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-6", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.03125, "Shape__Length": 56.530818154666569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145865446837107, 40.006027365765704 ], [ -75.146063666462297, 40.006052962596002 ], [ -75.146054827713797, 40.006092675068402 ], [ -75.145856747601201, 40.006067790943497 ], [ -75.145865446837107, 40.006027365765704 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1454, "ADDRESS": "1956 N 8TH ST", "OWNER1": "NINETEEN FIFTY SIX PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202113300", "LNIADDRESSKEY": "644986", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.16015625, "Shape__Length": 66.041122537455564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147585683310894, 39.981802783010103 ], [ -75.147823658175398, 39.981834648858701 ], [ -75.147814947419306, 39.981875524371397 ], [ -75.147576903899605, 39.981845446603302 ], [ -75.147585683310894, 39.981802783010103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1455, "ADDRESS": "1318 N 23RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291306610", "LNIADDRESSKEY": "675347", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.8125, "Shape__Length": 61.614023279699488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173923179269494, 39.975556330250399 ], [ -75.173914927178402, 39.9755942341964 ], [ -75.173691466080101, 39.9755654420875 ], [ -75.173699715324403, 39.975527539217097 ], [ -75.173923179269494, 39.975556330250399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1456, "ADDRESS": "2547 N 19TH ST", "OWNER1": "LAND HO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162081700", "LNIADDRESSKEY": "668319", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.6640625, "Shape__Length": 65.100035942930688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162640629857506, 39.992873469695397 ], [ -75.162875046164004, 39.9929052861537 ], [ -75.1628664692049, 39.9929461183333 ], [ -75.162631485627301, 39.992914352144702 ], [ -75.162640629857506, 39.992873469695397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1457, "ADDRESS": "1619 W LEHIGH AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111003500", "LNIADDRESSKEY": "387667", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 262.33984375, "Shape__Length": 94.145731201859704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158370743689503, 39.994555242357897 ], [ -75.158429725557895, 39.994563376708598 ], [ -75.158369539715096, 39.994825126079 ], [ -75.158308308091307, 39.994838638522502 ], [ -75.158370743689503, 39.994555242357897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1458, "ADDRESS": "2118 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321268301", "LNIADDRESSKEY": "668044", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.09765625, "Shape__Length": 78.229684723465994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164499944020704, 39.986327174530899 ], [ -75.164510320503396, 39.986280869711202 ], [ -75.164760126303904, 39.9863129979653 ], [ -75.164796608717594, 39.986317994804303 ], [ -75.164786164638201, 39.986363926454104 ], [ -75.164755322809796, 39.986359911504898 ], [ -75.164547991768998, 39.986332786758197 ], [ -75.164499944020704, 39.986327174530899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1459, "ADDRESS": "2256 PALETHORP ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191114601", "LNIADDRESSKEY": "468347", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.21484375, "Shape__Length": 43.707886621111278 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135753460765997, 39.9849804959781 ], [ -75.135765015701494, 39.9849268666756 ], [ -75.135888668909999, 39.984942588124099 ], [ -75.135877179638101, 39.984996225690203 ], [ -75.135753460765997, 39.9849804959781 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1460, "ADDRESS": "3714 BROWN ST", "OWNER1": "MT VERNON MANOR INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243063600", "LNIADDRESSKEY": "53815", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 257.69921875, "Shape__Length": 79.751305337525807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197354126021906, 39.967751496169598 ], [ -75.197425821948698, 39.967743532610498 ], [ -75.197466753370307, 39.9679599796087 ], [ -75.197394176427906, 39.9679679720279 ], [ -75.197354126021906, 39.967751496169598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1461, "ADDRESS": "5655 SPRAGUE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122273400", "LNIADDRESSKEY": "544811", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.40234375, "Shape__Length": 66.077975549828736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160754047744305, 40.0483311213303 ], [ -75.160789531152204, 40.048297763645898 ], [ -75.160904536389197, 40.048187290796697 ], [ -75.160948305981293, 40.048213795112702 ], [ -75.160831698532206, 40.0483255856673 ], [ -75.160796270670701, 40.048358025581997 ], [ -75.160754047744305, 40.0483311213303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1462, "ADDRESS": "2537 W FLETCHER ST", "OWNER1": "TTP HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281186200", "LNIADDRESSKEY": "292939", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.72265625, "Shape__Length": 55.316263998790205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175284658063802, 39.989650073709598 ], [ -75.175341677657102, 39.989656833170898 ], [ -75.175312097630496, 39.9898019241135 ], [ -75.175256026474003, 39.9897944763688 ], [ -75.175284658063802, 39.989650073709598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1463, "ADDRESS": "1942 N ORIANNA ST", "OWNER1": "KC PH HOLDING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183316200", "LNIADDRESSKEY": "461441", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.86328125, "Shape__Length": 43.098167893950404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140376728608004, 39.980493809143503 ], [ -75.140385754716604, 39.980453602392203 ], [ -75.140519076297394, 39.980472415384398 ], [ -75.140525312578305, 39.980473152987599 ], [ -75.140516559338394, 39.980511175341 ], [ -75.140376728608004, 39.980493809143503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1464, "ADDRESS": "2402 N SYDENHAM ST", "OWNER1": "BCM PHILADELPHIA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161054100", "LNIADDRESSKEY": "560057", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.61328125, "Shape__Length": 69.956094335203403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158015076406201, 39.990006907174397 ], [ -75.158026480526402, 39.989957402651498 ], [ -75.158266852718199, 39.989990459157802 ], [ -75.1582705842374, 39.989990979283803 ], [ -75.158259856901594, 39.990040902314199 ], [ -75.158015076406201, 39.990006907174397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1465, "ADDRESS": "1268 S 27TH ST", "OWNER1": "GLENKEEN DEVELOPMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362132815", "LNIADDRESSKEY": "680270", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.890625, "Shape__Length": 56.160151951692249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188940184944499, 39.937061870053803 ], [ -75.188948362698497, 39.937024348806702 ], [ -75.189148062298301, 39.937050182177501 ], [ -75.189140926369703, 39.937087276194397 ], [ -75.188940184944499, 39.937061870053803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1466, "ADDRESS": "181 E CHELTEN AVE", "OWNER1": "JOSEPH L MESSA", "OWNER2": "VIRGINIA C", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591002400", "LNIADDRESSKEY": "77580", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.06640625, "Shape__Length": 57.71085782678486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171881798944199, 40.038783160608503 ], [ -75.172031783883597, 40.038874411631397 ], [ -75.172020090695398, 40.038918349420499 ], [ -75.171850504531093, 40.038812521554703 ], [ -75.171881798944199, 40.038783160608503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1467, "ADDRESS": "2446 N STANLEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282115601", "LNIADDRESSKEY": "551197", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.09375, "Shape__Length": 52.75853471583482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182063723652206, 39.993833293924403 ], [ -75.182071312186196, 39.993795566086803 ], [ -75.182244222051096, 39.993817553531599 ], [ -75.1822550424734, 39.993818504003599 ], [ -75.182247810547693, 39.993857336807899 ], [ -75.182063723652206, 39.993833293924403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1468, "ADDRESS": "4532 N BROAD ST", "OWNER1": "L&M HOMES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132008500", "LNIADDRESSKEY": "50827", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 335.7109375, "Shape__Length": 96.266688946385756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148508485919095, 40.022539663090598 ], [ -75.148520391646898, 40.022482287867703 ], [ -75.148872302103598, 40.022526642803001 ], [ -75.148863708323901, 40.022564346121399 ], [ -75.148859695120194, 40.022584243193698 ], [ -75.148508485919095, 40.022539663090598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1469, "ADDRESS": "1125 W LOUDON ST", "OWNER1": "LAWSON MARVIN L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491100905", "LNIADDRESSKEY": "402435", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 796.2578125, "Shape__Length": 169.62945560896642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142990003833205, 40.026000565676902 ], [ -75.143065621628296, 40.025658637581103 ], [ -75.143153764599504, 40.025670295158903 ], [ -75.143094382822994, 40.025928493999302 ], [ -75.143271271470198, 40.0259519657439 ], [ -75.143312040993095, 40.025957775821297 ], [ -75.143296867482505, 40.026025263596502 ], [ -75.143293779051504, 40.026040716948103 ], [ -75.142990003833205, 40.026000565676902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1470, "ADDRESS": "1841 N 18TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321215201", "LNIADDRESSKEY": "665449", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 263.93359375, "Shape__Length": 92.672038141456042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163225836691097, 39.982238715388803 ], [ -75.163235574450994, 39.982193734284699 ], [ -75.163586530691205, 39.9822413800917 ], [ -75.1635775245622, 39.982286377708803 ], [ -75.163446424974097, 39.9822689955773 ], [ -75.163225836691097, 39.982238715388803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1471, "ADDRESS": "2137 N REESE ST", "OWNER1": "PAUL J SCOLION", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191318600", "LNIADDRESSKEY": "498716", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.5859375, "Shape__Length": 42.533506545639213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142350981740407, 39.983766997449401 ], [ -75.142361948072903, 39.983723141583198 ], [ -75.1424925888941, 39.983740989064998 ], [ -75.142482474245796, 39.983784476852499 ], [ -75.142350981740407, 39.983766997449401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1472, "ADDRESS": "4173 MANTUA AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062113510", "LNIADDRESSKEY": "409600", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.296875, "Shape__Length": 92.312963659852613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208057727063306, 39.971834144957597 ], [ -75.208175156935098, 39.971572691569399 ], [ -75.208225664782006, 39.971586802833798 ], [ -75.208108806541503, 39.9718481236457 ], [ -75.208057727063306, 39.971834144957597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1473, "ADDRESS": "2160 N DARIEN ST", "OWNER1": "JAY A KRAVER", "OWNER2": "FRANCES M", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202145600", "LNIADDRESSKEY": "108633", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.65625, "Shape__Length": 44.284478053286669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147425382692504, 39.9847168069793 ], [ -75.147574413090794, 39.984735531893897 ], [ -75.147572334483996, 39.9847498481545 ], [ -75.147568503123196, 39.984771620035403 ], [ -75.147418054768806, 39.984752184942401 ], [ -75.147425382692504, 39.9847168069793 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1474, "ADDRESS": "1802 N 21ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322054700", "LNIADDRESSKEY": "672038", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 236.640625, "Shape__Length": 81.245147236756935 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169023070307205, 39.981834816942602 ], [ -75.169036525643193, 39.981836956485402 ], [ -75.169319948500799, 39.981875150517702 ], [ -75.169309346182402, 39.981923110729902 ], [ -75.169152477840001, 39.981901705915 ], [ -75.169023774311697, 39.981884674627999 ], [ -75.169012454062994, 39.981882598868502 ], [ -75.169023070307205, 39.981834816942602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1475, "ADDRESS": "6163 UPLAND ST", "OWNER1": "WILHITE PAUL A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401293900", "LNIADDRESSKEY": "583934", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.2578125, "Shape__Length": 60.374083298157899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232682997846396, 39.929551423919897 ], [ -75.232701856726095, 39.929538054898501 ], [ -75.232719197575406, 39.929526055854197 ], [ -75.232760994967606, 39.929561501775403 ], [ -75.232869622181497, 39.929651930396801 ], [ -75.232834406005495, 39.929676771617302 ], [ -75.232785663725494, 39.929636596221101 ], [ -75.232725419435496, 39.929586447698902 ], [ -75.232682997846396, 39.929551423919897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1476, "ADDRESS": "4933 W STILES ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442105310", "LNIADDRESSKEY": "555162", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.66015625, "Shape__Length": 51.289799511112641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220603388018105, 39.973119586212398 ], [ -75.220653080302895, 39.973114652729201 ], [ -75.220676781707596, 39.973251803794803 ], [ -75.220627390523006, 39.973256550212497 ], [ -75.220603388018105, 39.973119586212398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1477, "ADDRESS": "4863 MERION AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "521021950", "LNIADDRESSKEY": "428913", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 0.67, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.70703125, "Shape__Length": 67.561958665264768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218043191755797, 39.9741296743519 ], [ -75.218190012855203, 39.973977570137301 ], [ -75.218230745412797, 39.974000568094503 ], [ -75.218085495015004, 39.974153223964898 ], [ -75.218082160571299, 39.974156712721999 ], [ -75.218040249406698, 39.974132737026601 ], [ -75.218043191755797, 39.9741296743519 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1478, "ADDRESS": "1953 N 9TH ST", "OWNER1": "GOLDEN RULE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202155600", "LNIADDRESSKEY": "647454", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.46484375, "Shape__Length": 53.356104991443715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148263298038799, 39.981634105426302 ], [ -75.1482710138703, 39.981595689642099 ], [ -75.148457536410504, 39.981619616567997 ], [ -75.148449829089799, 39.9816577746383 ], [ -75.148263298038799, 39.981634105426302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1479, "ADDRESS": "4835-37 N 11TH ST", "OWNER1": "PERALTA CARLOS ROA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491399600", "LNIADDRESSKEY": "652466", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 393.6171875, "Shape__Length": 79.517216812433261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141701189920695, 40.026526036518298 ], [ -75.141709196644896, 40.026386957713001 ], [ -75.141894039950898, 40.026411338679303 ], [ -75.141864617264204, 40.026546770780897 ], [ -75.141701189920695, 40.026526036518298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1480, "ADDRESS": "2246 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191241301", "LNIADDRESSKEY": "388654", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.78515625, "Shape__Length": 40.101703425122068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140308550916799, 39.9852849825512 ], [ -75.140316014131102, 39.985252735708499 ], [ -75.140451677661503, 39.985269715298401 ], [ -75.140443984191407, 39.985301973807204 ], [ -75.140308550916799, 39.9852849825512 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1481, "ADDRESS": "1329 GROVE ST", "OWNER1": "SHLAYEN RACHEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362363700", "LNIADDRESSKEY": "327391", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.046875, "Shape__Length": 50.517366901964387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201202395367901, 39.9380535515159 ], [ -75.201206950934903, 39.938040418107903 ], [ -75.201216996650501, 39.938013769987201 ], [ -75.201383546553899, 39.938050951337999 ], [ -75.2013690311788, 39.938090122111099 ], [ -75.201202395367901, 39.9380535515159 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1482, "ADDRESS": "3810 N CAMAC ST", "OWNER1": "GREATER ST JOSEPHS", "OWNER2": "BAPTIST CHURCH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432369500", "LNIADDRESSKEY": "61063", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.80078125, "Shape__Length": 58.483195311183152 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148092478129996, 40.010925858067601 ], [ -75.148100995857007, 40.010886863504503 ], [ -75.148103286885402, 40.010876309297501 ], [ -75.148298233114303, 40.010901295016801 ], [ -75.148288246987903, 40.010949638182801 ], [ -75.148092478129996, 40.010925858067601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1483, "ADDRESS": "2729 N WARNOCK ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372209601", "LNIADDRESSKEY": "597950", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.88671875, "Shape__Length": 56.376596277168986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1479823336755, 39.9944694611481 ], [ -75.147989928491398, 39.994433137491001 ], [ -75.148192552249597, 39.994458380731203 ], [ -75.148185045679696, 39.994494544215897 ], [ -75.1479823336755, 39.9944694611481 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1484, "ADDRESS": "2508 W OXFORD ST", "OWNER1": "BLACKWELL BRITTANY", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "291219500", "LNIADDRESSKEY": "466848", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.16015625, "Shape__Length": 73.203222963953579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176360027217299, 39.979561807923602 ], [ -75.176310313573197, 39.979555486307603 ], [ -75.1763542391963, 39.979349025754502 ], [ -75.176408659362806, 39.979355581296197 ], [ -75.1763656163983, 39.979562513293303 ], [ -75.176360027217299, 39.979561807923602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1485, "ADDRESS": "177 W HUNTINGDON ST", "OWNER1": "SHIRAZ INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "192314520", "LNIADDRESSKEY": "731822", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 2323.984375, "Shape__Length": 306.63641637196292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134282274078501, 39.9905107214895 ], [ -75.1342724448333, 39.9905094207638 ], [ -75.134067498814005, 39.990482311108401 ], [ -75.134097121441997, 39.9903433229454 ], [ -75.1343447793992, 39.990373662983302 ], [ -75.134467013168305, 39.989793887812603 ], [ -75.134598666190399, 39.9898112985884 ], [ -75.134607089653201, 39.989812409576103 ], [ -75.1344495126596, 39.9905578662487 ], [ -75.1342770778339, 39.990535496121801 ], [ -75.134282274078501, 39.9905107214895 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1486, "ADDRESS": "2605 N 29TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281170501", "LNIADDRESSKEY": "682288", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.17578125, "Shape__Length": 68.652179586606152 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178504199023394, 39.995604057616603 ], [ -75.178513683175296, 39.995563390087298 ], [ -75.178763402181204, 39.9955971935454 ], [ -75.178754496955506, 39.995638663570702 ], [ -75.178504199023394, 39.995604057616603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1487, "ADDRESS": "530 W BERKS ST", "OWNER1": "ACC BUILDERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "183042400", "LNIADDRESSKEY": "37095", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.87109375, "Shape__Length": 63.386013131305219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144365521839006, 39.979782642827203 ], [ -75.144328105624894, 39.979951738361002 ], [ -75.144271728434703, 39.979943432574302 ], [ -75.144286835281093, 39.979878457145603 ], [ -75.144282665244504, 39.979877363454598 ], [ -75.144302842432694, 39.979775627711703 ], [ -75.144365521839006, 39.979782642827203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1488, "ADDRESS": "1946 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321265401", "LNIADDRESSKEY": "667996", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.6640625, "Shape__Length": 91.998355979279438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165047683915802, 39.983832153412003 ], [ -75.165056497288205, 39.9837910842895 ], [ -75.165410013502296, 39.983838878822702 ], [ -75.165400990593596, 39.983879957890302 ], [ -75.165047683915802, 39.983832153412003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1489, "ADDRESS": "2357 N 21ST ST", "OWNER1": "RUTH EDWARDS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162180700", "LNIADDRESSKEY": "672344", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.734375, "Shape__Length": 76.255726935615073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166623738767598, 39.9906448797812 ], [ -75.1666336877595, 39.990601515995401 ], [ -75.166913766676402, 39.990640977908697 ], [ -75.166903719142894, 39.990684742701198 ], [ -75.166623738767598, 39.9906448797812 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1490, "ADDRESS": "1809 N 8TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202090700", "LNIADDRESSKEY": "644911", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.69921875, "Shape__Length": 71.452998198132732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147670743742907, 39.979358093925903 ], [ -75.147678784268805, 39.979320490827099 ], [ -75.147945197922596, 39.979358578819898 ], [ -75.147937018810396, 39.979396516674498 ], [ -75.147670743742907, 39.979358093925903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1491, "ADDRESS": "1458 N HOLLYWOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292259010", "LNIADDRESSKEY": "347163", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.62109375, "Shape__Length": 56.552051477856615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183186620026405, 39.978926846026702 ], [ -75.183195390346896, 39.978886065378603 ], [ -75.1833920531937, 39.978911709723697 ], [ -75.183383275715101, 39.978953263966602 ], [ -75.183186620026405, 39.978926846026702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1492, "ADDRESS": "2300 DICKINSON ST", "OWNER1": "CLARENCE COHEN JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364034800", "LNIADDRESSKEY": "117886", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.2265625, "Shape__Length": 70.458999784786585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182960683068401, 39.933365917187601 ], [ -75.183025482464203, 39.933373895448199 ], [ -75.1829826252674, 39.933563890819002 ], [ -75.1829178691507, 39.933554800758202 ], [ -75.182960683068401, 39.933365917187601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1493, "ADDRESS": "5143R GERMANTOWN AVE", "OWNER1": "JOHNSON ROBERT", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "121154110", "LNIADDRESSKEY": "310107", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 65.48828125, "Shape__Length": 32.466839082157222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165916787107705, 40.030940422522399 ], [ -75.165966032434795, 40.030971593972303 ], [ -75.165915424879898, 40.031020797182798 ], [ -75.165865928085694, 40.030989072687802 ], [ -75.165890291205201, 40.030964376723503 ], [ -75.165916787107705, 40.030940422522399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1494, "ADDRESS": "2937 W OAKDALE ST", "OWNER1": "WOODS FLOYD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282374300", "LNIADDRESSKEY": "454423", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.37109375, "Shape__Length": 45.636172101026531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179715235742904, 39.9968513486251 ], [ -75.179740841912604, 39.996734666711397 ], [ -75.179784813829798, 39.996740745362899 ], [ -75.179791465218599, 39.9967416680337 ], [ -75.179763466402505, 39.996858425904101 ], [ -75.179715235742904, 39.9968513486251 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1495, "ADDRESS": "2125 N ORIANNA ST", "OWNER1": "DANIEL CORTES", "OWNER2": "ABIGAL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191188500", "LNIADDRESSKEY": "461538", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.14453125, "Shape__Length": 47.174673683056106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139532581379697, 39.983073795120802 ], [ -75.139540186999398, 39.9830345708869 ], [ -75.139698681704701, 39.983055504810402 ], [ -75.139690620295596, 39.9830940575605 ], [ -75.139532581379697, 39.983073795120802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1496, "ADDRESS": "1015 N 46TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062370400", "LNIADDRESSKEY": "688369", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.53125, "Shape__Length": 83.908956772830606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213225422735107, 39.971735500942799 ], [ -75.213545793556705, 39.971699349577101 ], [ -75.213552231635205, 39.971740113530601 ], [ -75.213232830535404, 39.971776124176003 ], [ -75.213225422735107, 39.971735500942799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1497, "ADDRESS": "3228 N 15TH ST", "OWNER1": "CALVIN CRAORD", "OWNER2": "THELMA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112172400", "LNIADDRESSKEY": "658412", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 240.265625, "Shape__Length": 78.488737356919188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154737857688403, 40.002751622439497 ], [ -75.154726332088401, 40.002803074673203 ], [ -75.154446209051898, 40.002768016031098 ], [ -75.154456734296403, 40.002716380146602 ], [ -75.154737857688403, 40.002751622439497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1498, "ADDRESS": "4904 W THOMPSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442113810", "LNIADDRESSKEY": "570480", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.046875, "Shape__Length": 72.049795009355748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219947762332197, 39.973334335741001 ], [ -75.220000881301999, 39.973329059122598 ], [ -75.2200334727372, 39.9735351897681 ], [ -75.219981954909599, 39.973540195366802 ], [ -75.219947762332197, 39.973334335741001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1499, "ADDRESS": "1936 N 8TH ST", "OWNER1": "WONG BEVERLY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202112301", "LNIADDRESSKEY": "644969", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.07421875, "Shape__Length": 60.172815527555152 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147671025045696, 39.981392258004 ], [ -75.147680870207196, 39.9813453139461 ], [ -75.147887782015303, 39.981372444382203 ], [ -75.147877126970897, 39.981417564671602 ], [ -75.147671025045696, 39.981392258004 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1500, "ADDRESS": "607 HOFFMAN ST", "OWNER1": "MERRING MICHAEL", "OWNER2": "MERRING JENNIFER", "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "393004900", "LNIADDRESSKEY": "346057", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.52734375, "Shape__Length": 49.18033690863853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156565201459202, 39.924923621037301 ], [ -75.1565779338965, 39.924863734444799 ], [ -75.156579179697403, 39.924857958931597 ], [ -75.156593344812293, 39.924793992714598 ], [ -75.156642489263703, 39.924800456240398 ], [ -75.156628600972894, 39.9248631875694 ], [ -75.156613614354399, 39.924930052260002 ], [ -75.156582783504305, 39.924925953624999 ], [ -75.156565201459202, 39.924923621037301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1501, "ADDRESS": "1417 S 21ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363263110", "LNIADDRESSKEY": "673298", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.10546875, "Shape__Length": 56.304713456531786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179126695803106, 39.933858782299801 ], [ -75.179137291579806, 39.933814480538302 ], [ -75.179328974908103, 39.9338398779147 ], [ -75.179319316637304, 39.933883184814398 ], [ -75.179126695803106, 39.933858782299801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1502, "ADDRESS": "6017 REGENT ST", "OWNER1": "EBURUOH LAWRENCE M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401228900", "LNIADDRESSKEY": "499954", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.046875, "Shape__Length": 56.76938797699907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231541777676199, 39.933049960817797 ], [ -75.231584066415493, 39.933020229675797 ], [ -75.231717524947399, 39.9331317259076 ], [ -75.231674660979095, 39.933161701251798 ], [ -75.231541777676199, 39.933049960817797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1503, "ADDRESS": "3902 PARRISH ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243140510", "LNIADDRESSKEY": "471545", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.5703125, "Shape__Length": 71.879691995394808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200786969342303, 39.968457722212797 ], [ -75.200840484333398, 39.968450771673702 ], [ -75.200878560281296, 39.968655418170499 ], [ -75.200825390215002, 39.968660974204496 ], [ -75.200823636355395, 39.968655793879698 ], [ -75.200821997376394, 39.968641974341701 ], [ -75.200786969342303, 39.968457722212797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1504, "ADDRESS": "5824 VINE ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042160000", "LNIADDRESSKEY": "589323", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.01953125, "Shape__Length": 70.271900939401206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236768899281998, 39.966100103156599 ], [ -75.236779763309002, 39.966049920331201 ], [ -75.236798546630396, 39.965956709397901 ], [ -75.2368113074848, 39.965903956359298 ], [ -75.236866167902306, 39.965910911954701 ], [ -75.236844124569103, 39.966015254234598 ], [ -75.236834025074501, 39.966063407426603 ], [ -75.236824905427099, 39.966107230275597 ], [ -75.236781701626001, 39.966101738445801 ], [ -75.236768899281998, 39.966100103156599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1505, "ADDRESS": "1935 N 9TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202154701", "LNIADDRESSKEY": "647445", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.63671875, "Shape__Length": 54.921534623932416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148523716263398, 39.9813131130879 ], [ -75.148516112847702, 39.981348598612499 ], [ -75.148318969611694, 39.981322447623697 ], [ -75.148325918623698, 39.981290365520799 ], [ -75.148326556445298, 39.9812873976026 ], [ -75.148333354025198, 39.981288277024298 ], [ -75.148523716263398, 39.9813131130879 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1506, "ADDRESS": "2124 N 20TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322006801", "LNIADDRESSKEY": "670144", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.453125, "Shape__Length": 76.427964526889639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165997921756102, 39.986875938058802 ], [ -75.166007529673294, 39.9868310675826 ], [ -75.166287037780407, 39.986868567839601 ], [ -75.166283937226893, 39.986878444119498 ], [ -75.166276909255004, 39.986913926678703 ], [ -75.165997921756102, 39.986875938058802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1507, "ADDRESS": "1728 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183126800", "LNIADDRESSKEY": "41693", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.23046875, "Shape__Length": 48.042418881125421 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140001186489698, 39.977127899562802 ], [ -75.140007781339506, 39.977094229655599 ], [ -75.140061534741605, 39.977101062196603 ], [ -75.140177048475493, 39.977116391481701 ], [ -75.140170257305797, 39.977149686386198 ], [ -75.140063632350703, 39.9771359288114 ], [ -75.140001186489698, 39.977127899562802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1508, "ADDRESS": "2237 N UBER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162113901", "LNIADDRESSKEY": "581715", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.38671875, "Shape__Length": 88.303824059381057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1643575140032, 39.988240759092399 ], [ -75.164366883468105, 39.9881999931115 ], [ -75.164704949987097, 39.988242443999098 ], [ -75.164695602063603, 39.988283226256101 ], [ -75.1643575140032, 39.988240759092399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1509, "ADDRESS": "2218 N 17TH ST", "OWNER1": "ERNEST HOBBS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161162300", "LNIADDRESSKEY": "663031", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.6796875, "Shape__Length": 64.674937696761802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161020083417, 39.987431416674397 ], [ -75.161029207663006, 39.987389451543997 ], [ -75.161260931221804, 39.987419260306503 ], [ -75.161251807157896, 39.987461224330097 ], [ -75.161020083417, 39.987431416674397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1510, "ADDRESS": "2238 N 4TH ST", "OWNER1": "4 STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191217400", "LNIADDRESSKEY": "634726", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.65625, "Shape__Length": 52.900787682650488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139903456897102, 39.985149728783497 ], [ -75.139913049298997, 39.985106277736001 ], [ -75.140090264435898, 39.985129893805201 ], [ -75.140080639901299, 39.985173650481997 ], [ -75.139903456897102, 39.985149728783497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1511, "ADDRESS": "920 LINDLEY AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491147600", "LNIADDRESSKEY": "393893", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 239.2265625, "Shape__Length": 87.952612846577807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139053084860905, 40.029337676870803 ], [ -75.139109136726603, 40.029345818085702 ], [ -75.139052691404402, 40.029600245874597 ], [ -75.138996170508193, 40.029593399328498 ], [ -75.139053084860905, 40.029337676870803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1512, "ADDRESS": "2904 MASCHER ST", "OWNER1": "RODRIQUEZ SAMUEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071109900", "LNIADDRESSKEY": "418215", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.1328125, "Shape__Length": 49.105906041779306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132283033944205, 39.994434519168699 ], [ -75.132291458100994, 39.994393766462302 ], [ -75.1324475130249, 39.994413977300702 ], [ -75.132455895809201, 39.9944150559703 ], [ -75.132449199956, 39.994450141232797 ], [ -75.132447732720607, 39.9944555724895 ], [ -75.132439056464094, 39.994454471359099 ], [ -75.132283033944205, 39.994434519168699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1513, "ADDRESS": "613 DIAMOND ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201082700", "LNIADDRESSKEY": "116345", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.65234375, "Shape__Length": 47.085615042524076 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144571602802301, 39.983225417147899 ], [ -75.144638985629896, 39.983233946663397 ], [ -75.144627226959102, 39.983291551207103 ], [ -75.144642379824106, 39.983292939257403 ], [ -75.144633821732199, 39.983332757087403 ], [ -75.1445525393477, 39.983322644961 ], [ -75.144571602802301, 39.983225417147899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1514, "ADDRESS": "1938-40 W ONTARIO ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112052225", "LNIADDRESSKEY": "460076", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 650.12109375, "Shape__Length": 113.43335387322185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161534413278005, 40.005815313312098 ], [ -75.161595158912604, 40.0055382769457 ], [ -75.161736243250999, 40.0055571906274 ], [ -75.161675694728103, 40.005833489287902 ], [ -75.161534413278005, 40.005815313312098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1515, "ADDRESS": "1938 S 60TH ST", "OWNER1": "SEC OF HOUSING", "OWNER2": "URBAN DEV", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "401140200", "LNIADDRESSKEY": "700466", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.765625, "Shape__Length": 60.301747932747823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230912529177104, 39.932997743670903 ], [ -75.231072329629598, 39.932886031914599 ], [ -75.231109402256806, 39.932916796442797 ], [ -75.230948787285797, 39.933028458825 ], [ -75.230912529177104, 39.932997743670903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1516, "ADDRESS": "710 N SHEDWICK ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243072610", "LNIADDRESSKEY": "533384", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.25, "Shape__Length": 57.475721648070085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192875966350996, 39.966645528165799 ], [ -75.193078408311095, 39.966624764160798 ], [ -75.193085892899902, 39.966666358147599 ], [ -75.192883003743106, 39.966685661580101 ], [ -75.192875966350996, 39.966645528165799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1517, "ADDRESS": "2938 W YORK ST", "OWNER1": "ALBERT DENNIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282338500", "LNIADDRESSKEY": "629450", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.828125, "Shape__Length": 47.091352807074585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180708456013406, 39.992551461819403 ], [ -75.180672005536394, 39.992547131970397 ], [ -75.180697370551002, 39.992420676421702 ], [ -75.180741449400003, 39.992426643409303 ], [ -75.1807166967331, 39.992552435788603 ], [ -75.180708456013406, 39.992551461819403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1518, "ADDRESS": "3108 N 15TH ST", "OWNER1": "S3 ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111165400", "LNIADDRESSKEY": "658369", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 568.296875, "Shape__Length": 119.49876664562763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154913966901205, 40.000569619502599 ], [ -75.154930665982207, 40.000488623827998 ], [ -75.155181783792102, 40.000520607769197 ], [ -75.155354809307596, 40.0005425885699 ], [ -75.155338489284702, 40.000623028600202 ], [ -75.154913966901205, 40.000569619502599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1519, "ADDRESS": "2640 N 11TH ST", "OWNER1": "ROME EMMAUEL BAPTIST", "OWNER2": "CHURCH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371198300", "LNIADDRESSKEY": "733059", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.23046875, "Shape__Length": 68.485111151298213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149457583084299, 39.992670624722699 ], [ -75.149467362616704, 39.992627048846799 ], [ -75.149713809511198, 39.992660890354003 ], [ -75.149703970180695, 39.992703852199298 ], [ -75.149622857036107, 39.992693600229103 ], [ -75.149557673656901, 39.9926838543862 ], [ -75.149457583084299, 39.992670624722699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1520, "ADDRESS": "5717 MARKET ST", "OWNER1": "PHILLIS BRIAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042003300", "LNIADDRESSKEY": "411030", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 300.58203125, "Shape__Length": 92.232316569465141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235418539849107, 39.961703769011102 ], [ -75.235473601945301, 39.961443679313298 ], [ -75.235543170874905, 39.961452683388202 ], [ -75.235488176086093, 39.961712661964398 ], [ -75.235418539849107, 39.961703769011102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1521, "ADDRESS": "2535 ANNIN ST", "OWNER1": "B & B PROJECTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361247900", "LNIADDRESSKEY": "17623", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.7265625, "Shape__Length": 39.91284572977726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186146406389497, 39.939068063150998 ], [ -75.186167348781098, 39.9389675573522 ], [ -75.186213346277, 39.9389739217998 ], [ -75.186192414904198, 39.939074137276101 ], [ -75.186146406389497, 39.939068063150998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1522, "ADDRESS": "3147 W ARIZONA ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282335601", "LNIADDRESSKEY": "20969", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.25, "Shape__Length": 44.395573552612262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184082773001904, 39.992827294236399 ], [ -75.184106137103498, 39.992713673275503 ], [ -75.184147991693905, 39.992718605996401 ], [ -75.184154876698202, 39.992719421018002 ], [ -75.184145518320705, 39.992763525716398 ], [ -75.1841306578943, 39.9928334587444 ], [ -75.184082773001904, 39.992827294236399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1523, "ADDRESS": "1444 KERBAUGH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132264205", "LNIADDRESSKEY": "369489", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 85.63671875, "Shape__Length": 45.932288468321111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151516514915897, 40.013205282204297 ], [ -75.151556369536706, 40.013193175711201 ], [ -75.151606865959494, 40.013312734831203 ], [ -75.151568342400594, 40.0133245820141 ], [ -75.151516514915897, 40.013205282204297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1524, "ADDRESS": "2218 N LAWRENCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191263601", "LNIADDRESSKEY": "384463", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.1953125, "Shape__Length": 50.21464380841276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140890279308394, 39.984946261402101 ], [ -75.140898640547306, 39.984908085942202 ], [ -75.141070392664901, 39.984930980507897 ], [ -75.141062445859106, 39.984969842292202 ], [ -75.140890279308394, 39.984946261402101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1525, "ADDRESS": "1141 S 24TH ST", "OWNER1": "2300 ALTER LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361365205", "LNIADDRESSKEY": "677278", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.15625, "Shape__Length": 60.908242388571679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183138934511206, 39.938409763862602 ], [ -75.183142623508104, 39.938391389214601 ], [ -75.183147621538097, 39.938366596003597 ], [ -75.183360815623303, 39.938393371002398 ], [ -75.183355752113997, 39.938418195417199 ], [ -75.183351799021594, 39.938437482065602 ], [ -75.183138934511206, 39.938409763862602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1526, "ADDRESS": "1750 N 31ST ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324197000", "LNIADDRESSKEY": "683460", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.9296875, "Shape__Length": 55.661837117842857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184979412089504, 39.983454355687499 ], [ -75.184988378475396, 39.9834127897917 ], [ -75.1851719915703, 39.983435898984403 ], [ -75.185180346305003, 39.983436617290899 ], [ -75.185171159070606, 39.983479033096302 ], [ -75.185163557913299, 39.983477783140799 ], [ -75.184979412089504, 39.983454355687499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1527, "ADDRESS": "2963 N TAYLOR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381034800", "LNIADDRESSKEY": "566039", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.7109375, "Shape__Length": 52.33918450038037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170569200931297, 40.000526522287402 ], [ -75.170578149523905, 40.000487374987301 ], [ -75.170759746961906, 40.000511685251098 ], [ -75.170751436290502, 40.000548961525901 ], [ -75.170569200931297, 40.000526522287402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1528, "ADDRESS": "1624 N 25TH ST", "OWNER1": "WAYLAND TEMPLE DEV", "OWNER2": "CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324085600", "LNIADDRESSKEY": "677859", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.93359375, "Shape__Length": 66.443093354266892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175923622379898, 39.980330927271098 ], [ -75.175931321448402, 39.980288672420599 ], [ -75.176171385800103, 39.980318672359097 ], [ -75.176162277380698, 39.980361072437901 ], [ -75.175923622379898, 39.980330927271098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1529, "ADDRESS": "2455 TURNER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291245010", "LNIADDRESSKEY": "580030", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.5546875, "Shape__Length": 61.55693760598286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175760663269898, 39.980260761574101 ], [ -75.175706589017196, 39.980253907155401 ], [ -75.175742228630895, 39.980085932366499 ], [ -75.175795367200195, 39.980092556297798 ], [ -75.175760663269898, 39.980260761574101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1530, "ADDRESS": "2533 W OXFORD ST", "OWNER1": "HARROD ERNEST", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324001800", "LNIADDRESSKEY": "466871", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.29296875, "Shape__Length": 66.10560461174488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176925794805697, 39.9797709128121 ], [ -75.176978893123305, 39.979776972163698 ], [ -75.176941905171802, 39.979961262517001 ], [ -75.176888492088594, 39.979954697158703 ], [ -75.176925794805697, 39.9797709128121 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1531, "ADDRESS": "2215 N 22ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162207301", "LNIADDRESSKEY": "674061", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 271.390625, "Shape__Length": 93.036474983078577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168957572154397, 39.988362543893402 ], [ -75.169040803926507, 39.988373764699901 ], [ -75.169030780456595, 39.988420254625701 ], [ -75.168948695690105, 39.988409172233602 ], [ -75.168679279328401, 39.988372807739601 ], [ -75.1686902173292, 39.988326532125001 ], [ -75.168957572154397, 39.988362543893402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1532, "ADDRESS": "1622 N 25TH ST", "OWNER1": "WAYLAND TEMPLE DEV", "OWNER2": "CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324085500", "LNIADDRESSKEY": "677858", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.4453125, "Shape__Length": 67.111155678868087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175931321448402, 39.980288672420599 ], [ -75.175936732206694, 39.980265887799199 ], [ -75.175941914600898, 39.980244145482203 ], [ -75.176180952283502, 39.980274653973702 ], [ -75.176171385800103, 39.980318672359097 ], [ -75.175931321448402, 39.980288672420599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1533, "ADDRESS": "503 DIAMOND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191384501", "LNIADDRESSKEY": "116313", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.390625, "Shape__Length": 55.913732403642172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142327035826199, 39.983086820238398 ], [ -75.142361550678004, 39.9829301283186 ], [ -75.1424045077774, 39.982935601581303 ], [ -75.142369212450902, 39.9830929853334 ], [ -75.142327035826199, 39.983086820238398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1534, "ADDRESS": "1944 N ORIANNA ST", "OWNER1": "KEISERMAN BORIS", "OWNER2": "KEISERMAN SOFIYA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183316300", "LNIADDRESSKEY": "461443", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.22265625, "Shape__Length": 41.124802716067812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140509529183902, 39.980544208040399 ], [ -75.140369419148101, 39.980525383711701 ], [ -75.140376728608004, 39.980493809143503 ], [ -75.140516559338394, 39.980511175341 ], [ -75.140509529183902, 39.980544208040399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1535, "ADDRESS": "1924 W NORRIS ST", "OWNER1": "NORETTA H LUCAS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321151200", "LNIADDRESSKEY": "452404", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.828125, "Shape__Length": 65.256615037838742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165790719001606, 39.984301063269498 ], [ -75.165829531111299, 39.984124216461197 ], [ -75.1658875137027, 39.984131921463202 ], [ -75.165848628053794, 39.984309088744801 ], [ -75.165790719001606, 39.984301063269498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1536, "ADDRESS": "2152 E MONMOUTH ST", "OWNER1": "IMI REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252124100", "LNIADDRESSKEY": "434518", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.52734375, "Shape__Length": 48.18438491526004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115546772049697, 39.9879367048703 ], [ -75.115681864684305, 39.987865249898 ], [ -75.115711767626493, 39.987897161433096 ], [ -75.115572424472603, 39.987969066254003 ], [ -75.115546772049697, 39.9879367048703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1537, "ADDRESS": "1944 N 8TH ST", "OWNER1": "COOPER JONATHAN", "OWNER2": "COOPER NANCY S", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202112700", "LNIADDRESSKEY": "644977", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.11328125, "Shape__Length": 60.036776960034651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147633690853397, 39.981574727446002 ], [ -75.147643536067207, 39.981527783391599 ], [ -75.147766055685906, 39.981544215394898 ], [ -75.147847789543206, 39.981554306237598 ], [ -75.147846366045002, 39.981567959336999 ], [ -75.147838844337201, 39.981601302248897 ], [ -75.147633690853397, 39.981574727446002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1538, "ADDRESS": "2925 PAGE ST", "OWNER1": "WHITE CALVIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323094100", "LNIADDRESSKEY": "467960", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.76953125, "Shape__Length": 54.888760807928499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181611429186205, 39.986849888221101 ], [ -75.181657617411901, 39.986855967463903 ], [ -75.181638889593998, 39.986949961871503 ], [ -75.181629510551502, 39.987003495002398 ], [ -75.181601503311697, 39.9870120720825 ], [ -75.181583123195395, 39.986998265001702 ], [ -75.181611429186205, 39.986849888221101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1539, "ADDRESS": "2107 W DAUPHIN ST", "OWNER1": "CLAYTON-MARTIN SONYA", "OWNER2": "HUDSON BRENDA S", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162250500", "LNIADDRESSKEY": "110671", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.44140625, "Shape__Length": 66.658862904133187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167623157244904, 39.9894563206947 ], [ -75.167681245960594, 39.989463592330701 ], [ -75.167638514330207, 39.989646025648 ], [ -75.167582332030193, 39.989638249520503 ], [ -75.167623157244904, 39.9894563206947 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1540, "ADDRESS": "1902 MONUMENT ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321138601", "LNIADDRESSKEY": "437391", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.08984375, "Shape__Length": 45.816793926687538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165245617270301, 39.983116804883998 ], [ -75.165269186200305, 39.983009355771898 ], [ -75.165271742286905, 39.982997704645399 ], [ -75.165318752666494, 39.983003546649698 ], [ -75.165293710329905, 39.983122783907497 ], [ -75.165245617270301, 39.983116804883998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1541, "ADDRESS": "2212 W CUMBERLAND ST", "OWNER1": "LAND HO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162283400", "LNIADDRESSKEY": "106086", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.11328125, "Shape__Length": 82.424763280250886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169029764604602, 39.992579222035701 ], [ -75.169066887383707, 39.992407543013101 ], [ -75.169079899579302, 39.992341454526098 ], [ -75.169135386127394, 39.992348875215598 ], [ -75.169083285385, 39.992587051304 ], [ -75.169073988193205, 39.992585213671802 ], [ -75.169029764604602, 39.992579222035701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1542, "ADDRESS": "2306 N LAMBERT ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162171701", "LNIADDRESSKEY": "376459", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.953125, "Shape__Length": 57.731620671727981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166653503040294, 39.989514325779702 ], [ -75.1666624397877, 39.989473856245802 ], [ -75.166865924670006, 39.989503744340396 ], [ -75.166857319329907, 39.9895421253606 ], [ -75.166653503040294, 39.989514325779702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1543, "ADDRESS": "901 W HUNTINGDON ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371424101", "LNIADDRESSKEY": "731965", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.81640625, "Shape__Length": 71.638410560730222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146471488421795, 39.9915475272322 ], [ -75.146472890511603, 39.991541014246401 ], [ -75.146491649096305, 39.9914535215215 ], [ -75.146513698606597, 39.991350693734603 ], [ -75.146517201459105, 39.991351143732203 ], [ -75.146573283085203, 39.991358283676597 ], [ -75.1465333420349, 39.991548947113301 ], [ -75.1465318554704, 39.9915560213216 ], [ -75.146471488421795, 39.9915475272322 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1544, "ADDRESS": "2108 E ORLEANS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252163701", "LNIADDRESSKEY": "463068", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.91015625, "Shape__Length": 51.791533243961425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1153710784276, 39.989069284356503 ], [ -75.115526977950296, 39.9889974365054 ], [ -75.115538850391999, 39.989011201941899 ], [ -75.115553586302397, 39.989031625263998 ], [ -75.115398679697705, 39.989102222112798 ], [ -75.1153710784276, 39.989069284356503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1545, "ADDRESS": "773 PALLAS ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "061290200", "LNIADDRESSKEY": "468920", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.28125, "Shape__Length": 69.702365762850249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210306658293504, 39.966272983572701 ], [ -75.210567145463401, 39.966251055581402 ], [ -75.210572591906697, 39.966289701855402 ], [ -75.210311005026398, 39.9663113645029 ], [ -75.210306658293504, 39.966272983572701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1546, "ADDRESS": "4920 W STILES ST", "OWNER1": "GREEN LINDA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442094250", "LNIADDRESSKEY": "555149", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.49609375, "Shape__Length": 50.291868353086834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220207697085399, 39.972940786405402 ], [ -75.220232169907106, 39.973074650176301 ], [ -75.220181988617, 39.973079782178999 ], [ -75.220159419947905, 39.9729460076775 ], [ -75.220207697085399, 39.972940786405402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1547, "ADDRESS": "1618 S LECOUNT ST", "OWNER1": "DELMASTRO GIUSEPPE", "OWNER2": "DELMASTRO VINCENT", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364287700", "LNIADDRESSKEY": "564759", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.046875, "Shape__Length": 52.014192926113154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189288518279994, 39.932731089286101 ], [ -75.189297716191007, 39.932688721977499 ], [ -75.189473406942696, 39.932712311564501 ], [ -75.189464610470495, 39.932753462475397 ], [ -75.189288518279994, 39.932731089286101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1548, "ADDRESS": "6019 REGENT ST", "OWNER1": "GWENDOLYN S PITTS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401229000", "LNIADDRESSKEY": "499956", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.4296875, "Shape__Length": 56.643856165714894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231584066415493, 39.933020229675797 ], [ -75.2316263108914, 39.932990547101802 ], [ -75.231759399335601, 39.933102437227703 ], [ -75.231756518662905, 39.933104453023702 ], [ -75.231717524947399, 39.9331317259076 ], [ -75.231584066415493, 39.933020229675797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1549, "ADDRESS": "1447 N MYRTLEWOOD ST", "OWNER1": "SHEED JAMES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292268200", "LNIADDRESSKEY": "444867", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.609375, "Shape__Length": 47.833842953310921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1834472291563, 39.978703628961803 ], [ -75.183455899082801, 39.9786649577945 ], [ -75.1836158715019, 39.978687298917698 ], [ -75.183607897973303, 39.978726953128103 ], [ -75.1834472291563, 39.978703628961803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1550, "ADDRESS": "2919 RUTLEDGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071431620", "LNIADDRESSKEY": "521925", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.61328125, "Shape__Length": 44.442276100695011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124183565229899, 39.993647696232799 ], [ -75.124191659688606, 39.993610708394201 ], [ -75.124340038128295, 39.9936304168546 ], [ -75.124331681331199, 39.993667639725601 ], [ -75.124183565229899, 39.993647696232799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1551, "ADDRESS": "2304 N ORKNEY ST", "OWNER1": "JOYCE E STANFORD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191288400", "LNIADDRESSKEY": "462424", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.5625, "Shape__Length": 45.508819589386917 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141043739841905, 39.986296283042499 ], [ -75.141051227952502, 39.986262810207499 ], [ -75.141208191678402, 39.986284546138499 ], [ -75.141203790710094, 39.986302032934297 ], [ -75.141200545716302, 39.986318852218503 ], [ -75.141043739841905, 39.986296283042499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1552, "ADDRESS": "515 W DAUPHIN ST", "OWNER1": "LA ROSA DEL MONTE EXPRESS", "OWNER2": "INC A N Y CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191424400", "LNIADDRESSKEY": "110410", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.23828125, "Shape__Length": 68.192462197379953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141950930058101, 39.986347399925201 ], [ -75.141963371520404, 39.986285394978303 ], [ -75.141973438392895, 39.986243131528497 ], [ -75.141992109927401, 39.986156379664003 ], [ -75.142045627667699, 39.986163592064599 ], [ -75.142024242452607, 39.986259358944899 ], [ -75.142015135161202, 39.986297872299197 ], [ -75.142009172190399, 39.9863259951088 ], [ -75.142003160215793, 39.986354326292101 ], [ -75.141950930058101, 39.986347399925201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1553, "ADDRESS": "2454 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191293201", "LNIADDRESSKEY": "462518", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 78.16796875, "Shape__Length": 40.080417721457664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140508221931498, 39.988696735053402 ], [ -75.1405159663923, 39.988660415209701 ], [ -75.140564460111406, 39.988667530929099 ], [ -75.1406140662274, 39.988674009666198 ], [ -75.140645767057507, 39.9886785675995 ], [ -75.140641391093794, 39.988698101395002 ], [ -75.140638340705195, 39.988714765160502 ], [ -75.140547407608295, 39.988702251580598 ], [ -75.140523675113599, 39.988698682325698 ], [ -75.140508221931498, 39.988696735053402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1554, "ADDRESS": "2615-17 W SERGEANT ST", "OWNER1": "WIDEMAN LINDA V", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281299400", "LNIADDRESSKEY": "530718", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 520.9609375, "Shape__Length": 101.02336261905707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174912224911495, 39.994592293803798 ], [ -75.174966708259504, 39.994347125299598 ], [ -75.175093638276905, 39.994364045372699 ], [ -75.175041173840398, 39.994608502366297 ], [ -75.174912224911495, 39.994592293803798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1555, "ADDRESS": "2241 PALETHORP ST", "OWNER1": "BIBILONI ANDRIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191102800", "LNIADDRESSKEY": "468332", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.4765625, "Shape__Length": 45.640421709818973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135565589234801, 39.984640081486198 ], [ -75.135573023041303, 39.984606221398501 ], [ -75.135730864228506, 39.984627161624203 ], [ -75.135724181568804, 39.9846606040864 ], [ -75.135565589234801, 39.984640081486198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1556, "ADDRESS": "2823 WHARTON ST", "OWNER1": "MABANE JOHNATHAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362077610", "LNIADDRESSKEY": "610480", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.55078125, "Shape__Length": 64.638148626521712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191252114640605, 39.937448472458499 ], [ -75.191290406497302, 39.937271268306397 ], [ -75.1913460649303, 39.9372796674079 ], [ -75.191308404053203, 39.937455660280698 ], [ -75.191252114640605, 39.937448472458499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1557, "ADDRESS": "2464 N NATRONA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282212401", "LNIADDRESSKEY": "447200", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.171875, "Shape__Length": 49.392602307085269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184711365328795, 39.994508010801397 ], [ -75.184718656362193, 39.9944692445169 ], [ -75.184887049083699, 39.994492722885603 ], [ -75.184878817149993, 39.994531435490998 ], [ -75.184711365328795, 39.994508010801397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1558, "ADDRESS": "1916 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162244701", "LNIADDRESSKEY": "110653", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.703125, "Shape__Length": 67.602879001947514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164326393780996, 39.988906741840204 ], [ -75.164368829523596, 39.988719111920901 ], [ -75.164423203159998, 39.988725946761001 ], [ -75.164380767563401, 39.988913576700298 ], [ -75.164350462956307, 39.988909766362497 ], [ -75.164326393780996, 39.988906741840204 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1559, "ADDRESS": "6170 REINHARD ST", "OWNER1": "TIMOTHY MCNEIL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401286200", "LNIADDRESSKEY": "500576", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.94140625, "Shape__Length": 60.48889617371168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232953758624205, 39.9296104324333 ], [ -75.232991344299805, 39.929583822045601 ], [ -75.233003717024104, 39.929594619498602 ], [ -75.233028922256395, 39.929616756079596 ], [ -75.233057329416496, 39.929640641036002 ], [ -75.233082974658501, 39.929662787261599 ], [ -75.233107448237703, 39.929683231912797 ], [ -75.233118002322001, 39.929692812511497 ], [ -75.233130095403993, 39.9297026690287 ], [ -75.233138556309399, 39.929710544726298 ], [ -75.233102362521194, 39.929736346657897 ], [ -75.2330333151953, 39.929677914151597 ], [ -75.232953758624205, 39.9296104324333 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1560, "ADDRESS": "2749 W STERNER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281397801", "LNIADDRESSKEY": "553748", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.08203125, "Shape__Length": 49.4600848100728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176673026005304, 39.997466716263801 ], [ -75.176699782035001, 39.997339196739901 ], [ -75.176753403670205, 39.997347265609001 ], [ -75.176726510253005, 39.997473428293603 ], [ -75.176673026005304, 39.997466716263801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1561, "ADDRESS": "650 N CONESTOGA ST", "OWNER1": "CIVETTA 1 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041145450", "LNIADDRESSKEY": "95528", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.5546875, "Shape__Length": 46.11768801030577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229626704977093, 39.970314609503397 ], [ -75.229619544319803, 39.970276574322803 ], [ -75.229774906401303, 39.970259258150698 ], [ -75.229782068606298, 39.970297293353703 ], [ -75.229626704977093, 39.970314609503397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1562, "ADDRESS": "2116 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PROP PUB", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321268201", "LNIADDRESSKEY": "668042", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.5078125, "Shape__Length": 78.021103673230172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164510320503396, 39.986280869711202 ], [ -75.164520454398101, 39.986235398496703 ], [ -75.164782460046396, 39.986269123771997 ], [ -75.164806512751397, 39.986272518391203 ], [ -75.164796608717594, 39.986317994804303 ], [ -75.164760126303904, 39.9863129979653 ], [ -75.164510320503396, 39.986280869711202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1563, "ADDRESS": "1130 WALLACE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141286610", "LNIADDRESSKEY": "593004", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19123", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.1484375, "Shape__Length": 47.92958824240948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156790833444305, 39.964432083274701 ], [ -75.156827776919599, 39.964308343465603 ], [ -75.156874088533797, 39.964314000000499 ], [ -75.156861641533794, 39.964358016122503 ], [ -75.156848898478302, 39.964403154077502 ], [ -75.156838265296201, 39.964440795941798 ], [ -75.156790833444305, 39.964432083274701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1564, "ADDRESS": "2938 W GORDON ST", "OWNER1": "STRAWBERRY MANSION", "OWNER2": "CITIZENS COUNCIL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282313100", "LNIADDRESSKEY": "319325", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.56640625, "Shape__Length": 45.076362789154558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181069850874707, 39.991709895689901 ], [ -75.181117893843606, 39.991716306036402 ], [ -75.181102538807195, 39.991786502478099 ], [ -75.181092673897894, 39.9918323357101 ], [ -75.181044860336996, 39.991826477853003 ], [ -75.181069850874707, 39.991709895689901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1565, "ADDRESS": "2354 N 31ST ST", "OWNER1": "TTP HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282137100", "LNIADDRESSKEY": "683657", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.33984375, "Shape__Length": 57.642969298528982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183053274698693, 39.992858164100902 ], [ -75.182901626119403, 39.992838717766901 ], [ -75.182910754125004, 39.9927968165997 ], [ -75.183111504793601, 39.9928229551398 ], [ -75.183103134864993, 39.992864212157102 ], [ -75.183053274698693, 39.992858164100902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1566, "ADDRESS": "2143 N 9TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202161300", "LNIADDRESSKEY": "647525", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.7421875, "Shape__Length": 57.506226959554908 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147617882223699, 39.9845165773243 ], [ -75.147620691275506, 39.984504518914498 ], [ -75.147823105925895, 39.984531692563301 ], [ -75.147814731286601, 39.9845719641337 ], [ -75.147611862671297, 39.984543490593403 ], [ -75.147617882223699, 39.9845165773243 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1567, "ADDRESS": "513 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191403101", "LNIADDRESSKEY": "558960", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.61328125, "Shape__Length": 66.663310136323432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142291765023103, 39.984761816411201 ], [ -75.142297859638205, 39.984733003921697 ], [ -75.142302276246497, 39.984707473572101 ], [ -75.142311334432307, 39.984668055811099 ], [ -75.142318473049698, 39.984634398143598 ], [ -75.142319071481694, 39.984627544825798 ], [ -75.142329612571203, 39.984581117016603 ], [ -75.142389434218401, 39.9845889241534 ], [ -75.142381800370501, 39.984621829481902 ], [ -75.142377850528902, 39.9846439364186 ], [ -75.142368599464803, 39.984688378631198 ], [ -75.142362401410907, 39.984715577070098 ], [ -75.142351573776807, 39.984769429551498 ], [ -75.142291765023103, 39.984761816411201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1568, "ADDRESS": "2937 CECIL B MOORE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324054601", "LNIADDRESSKEY": "71923", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.16796875, "Shape__Length": 70.520895171678475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183147328178606, 39.982040654136902 ], [ -75.183104897144503, 39.982240766621402 ], [ -75.183053403319406, 39.9822337954811 ], [ -75.183095956645303, 39.982033782606102 ], [ -75.183147328178606, 39.982040654136902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1569, "ADDRESS": "3231 W OXFORD ST", "OWNER1": "SMART QUINDECE TYKIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324012901", "LNIADDRESSKEY": "467078", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.61328125, "Shape__Length": 78.219677364035292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188057611560296, 39.981232226976701 ], [ -75.188116536246, 39.981239941781702 ], [ -75.188069980930095, 39.981460370419398 ], [ -75.188010642898107, 39.981452469544202 ], [ -75.188057611560296, 39.981232226976701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1570, "ADDRESS": "3000 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282295101", "LNIADDRESSKEY": "110772", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.76171875, "Shape__Length": 79.258813873283216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181749585675206, 39.990925148347102 ], [ -75.181719816430402, 39.9910628537544 ], [ -75.181702845710802, 39.991148069988597 ], [ -75.181642534247899, 39.991139644155297 ], [ -75.181656649150895, 39.991069000936498 ], [ -75.181673569741093, 39.990985653182399 ], [ -75.181688333490001, 39.990917248848199 ], [ -75.181688542061394, 39.990917270409099 ], [ -75.181749585675206, 39.990925148347102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1571, "ADDRESS": "5420 TRINITY ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "514125110", "LNIADDRESSKEY": "577275", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.421875, "Shape__Length": 81.860610637123202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223821645445099, 39.939592745469 ], [ -75.223863429985897, 39.9395632807122 ], [ -75.224073896366406, 39.939739363719397 ], [ -75.224032471976301, 39.939768192270598 ], [ -75.223821645445099, 39.939592745469 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1572, "ADDRESS": "1820 N 24TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322147801", "LNIADDRESSKEY": "676559", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.17578125, "Shape__Length": 71.433287485655782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173675794304202, 39.983076867297903 ], [ -75.173685374670498, 39.983031995681301 ], [ -75.1739429965955, 39.983068357794799 ], [ -75.173933545310504, 39.983112571208402 ], [ -75.173675794304202, 39.983076867297903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1573, "ADDRESS": "4185 LEIDY AVE", "OWNER1": "LAND WITH A PLAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062198000", "LNIADDRESSKEY": "388120", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.52734375, "Shape__Length": 85.310132201879298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209127279973103, 39.975097260373303 ], [ -75.209130313079399, 39.975092331472901 ], [ -75.209134305075807, 39.975085875205899 ], [ -75.209266481385001, 39.9748721861124 ], [ -75.209318900917793, 39.9748913036847 ], [ -75.209186629936298, 39.975104748595001 ], [ -75.209182481752407, 39.975111427782402 ], [ -75.209179207274701, 39.975116626145599 ], [ -75.209127279973103, 39.975097260373303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1574, "ADDRESS": "3629 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242047510", "LNIADDRESSKEY": "335959", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.83984375, "Shape__Length": 91.029772959371314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195583605810896, 39.963956418524397 ], [ -75.195538101533103, 39.963716382965899 ], [ -75.195596257781801, 39.9637101667278 ], [ -75.195646062986, 39.963975686128499 ], [ -75.195588635144404, 39.963982532424602 ], [ -75.195583605810896, 39.963956418524397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1575, "ADDRESS": "1507 W ERIE AVE", "OWNER1": "K HARRY B L L C", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131055800", "LNIADDRESSKEY": "138960", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.37109375, "Shape__Length": 90.034932436833344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153052339312893, 40.009919737884402 ], [ -75.153109345413498, 40.009657612415602 ], [ -75.153165223817396, 40.009663889340203 ], [ -75.153107845356899, 40.009927522372401 ], [ -75.153052339312893, 40.009919737884402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1576, "ADDRESS": "2326 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162185701", "LNIADDRESSKEY": "672313", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.05859375, "Shape__Length": 65.651891792834192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167246103303796, 39.990039852834101 ], [ -75.167253126366504, 39.989999566579499 ], [ -75.167492585686603, 39.990030278780097 ], [ -75.167492073383897, 39.9900343938994 ], [ -75.167484607199597, 39.990069818232698 ], [ -75.167246103303796, 39.990039852834101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1577, "ADDRESS": "2014 W NORRIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322238901", "LNIADDRESSKEY": "452433", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.62890625, "Shape__Length": 68.99796260555074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167006452289797, 39.984248267775101 ], [ -75.166965037078, 39.984433583304998 ], [ -75.166911692406302, 39.984426225388603 ], [ -75.166953163942296, 39.984241087966403 ], [ -75.166954883173801, 39.9842333407666 ], [ -75.167008247899801, 39.984240167519097 ], [ -75.167006452289797, 39.984248267775101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1578, "ADDRESS": "2449 SEYBERT ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291072310", "LNIADDRESSKEY": "531336", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.2265625, "Shape__Length": 56.964754425998706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176390021990997, 39.976175087249601 ], [ -75.1764136138749, 39.976056764953697 ], [ -75.176512609527506, 39.976070156486699 ], [ -75.176488463904505, 39.976187643081197 ], [ -75.176390021990997, 39.976175087249601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1579, "ADDRESS": "1928 N ORIANNA ST", "OWNER1": "BUITRAGO BRYAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183315500", "LNIADDRESSKEY": "461427", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.0859375, "Shape__Length": 41.024485362997098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140430162979797, 39.980256578649701 ], [ -75.1404376777393, 39.9802240412738 ], [ -75.140576626198595, 39.980243627516401 ], [ -75.140569481825693, 39.980275785881901 ], [ -75.140430162979797, 39.980256578649701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1580, "ADDRESS": "2202 N MARSHALL ST", "OWNER1": "MNE PROPERTIES", "OWNER2": null, "BLDG_DESC": null, "OPA_ID": "371048201", "LNIADDRESSKEY": "413913", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 340.8046875, "Shape__Length": 96.614514130193754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144719939039604, 39.984958289559501 ], [ -75.145073040720703, 39.984998035058297 ], [ -75.145062705149698, 39.985052359562502 ], [ -75.145061925544098, 39.9850564617876 ], [ -75.144708823565793, 39.985016716254599 ], [ -75.144719939039604, 39.984958289559501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1581, "ADDRESS": "2716 N MARVINE ST", "OWNER1": "JAMES WASHINGTON", "OWNER2": "GUSSIE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372243300", "LNIADDRESSKEY": "416797", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.82421875, "Shape__Length": 66.731965928482865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149924885444605, 39.994254416031801 ], [ -75.149933118379195, 39.994215625541798 ], [ -75.1501776315489, 39.9942476166961 ], [ -75.150169292307297, 39.994286969056098 ], [ -75.149924885444605, 39.994254416031801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1582, "ADDRESS": "3018 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282296001", "LNIADDRESSKEY": "110790", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.28515625, "Shape__Length": 79.495687637824489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182228544085802, 39.990984900540397 ], [ -75.182291100209696, 39.990992666736403 ], [ -75.182266523000493, 39.991103375892997 ], [ -75.182243795779101, 39.991216157082903 ], [ -75.182185049535804, 39.991209007694103 ], [ -75.182204700071196, 39.991101154911 ], [ -75.182228544085802, 39.990984900540397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1583, "ADDRESS": "2362 N FAIRHILL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191364801", "LNIADDRESSKEY": "730741", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 78.53515625, "Shape__Length": 41.637944181766613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142626368802496, 39.987603725145398 ], [ -75.142632656570896, 39.987570418674203 ], [ -75.142773836340098, 39.987587972352301 ], [ -75.142766452888495, 39.987621979262499 ], [ -75.142626368802496, 39.987603725145398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1584, "ADDRESS": "538 EDGLEY ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191386801", "LNIADDRESSKEY": "730598", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.87890625, "Shape__Length": 40.881777026205697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143204002097406, 39.983331921859097 ], [ -75.143252991884296, 39.983339676254602 ], [ -75.143229127314797, 39.983440028383498 ], [ -75.143179843943301, 39.983432864237997 ], [ -75.143204002097406, 39.983331921859097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1585, "ADDRESS": "5207 WARREN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "442184510", "LNIADDRESSKEY": "599157", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 272.1484375, "Shape__Length": 83.329231899087446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226953189560504, 39.976605655629001 ], [ -75.227105144726394, 39.976405730305302 ], [ -75.227169114572007, 39.976436119470698 ], [ -75.227013586914296, 39.976633500979901 ], [ -75.226953189560504, 39.976605655629001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1586, "ADDRESS": "1816 N 24TH ST", "OWNER1": "CRAIG FREDERICKA", "OWNER2": "JONES WANDA LIVINGSTON", "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "322147600", "LNIADDRESSKEY": "676555", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.9765625, "Shape__Length": 71.338871414143398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173694405323403, 39.982986755823902 ], [ -75.173703318700305, 39.982943449384699 ], [ -75.173962560944403, 39.9829807015443 ], [ -75.173953097447296, 39.983023577807501 ], [ -75.173694405323403, 39.982986755823902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1587, "ADDRESS": "2117 N 8TH ST", "OWNER1": "SULTAN WAMIQ S", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202100100", "LNIADDRESSKEY": "645055", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.0078125, "Shape__Length": 68.00963830774954 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146709735515202, 39.983836579545297 ], [ -75.146957011487501, 39.9838681737154 ], [ -75.146948400827398, 39.983909664141898 ], [ -75.146701028222594, 39.983877875171501 ], [ -75.146709735515202, 39.983836579545297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1588, "ADDRESS": "2621 W SELTZER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281426200", "LNIADDRESSKEY": "529714", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.9375, "Shape__Length": 48.23249650493846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174257912547802, 39.997865258146597 ], [ -75.174285396185496, 39.9977408019557 ], [ -75.174335108052802, 39.997746397669403 ], [ -75.174324140260396, 39.997800701103998 ], [ -75.1743084411209, 39.997872566098202 ], [ -75.174257912547802, 39.997865258146597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1589, "ADDRESS": "6059 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401273401", "LNIADDRESSKEY": "500485", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.11328125, "Shape__Length": 59.787924696074711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231086385931903, 39.931316317379597 ], [ -75.231126698932002, 39.931287333653302 ], [ -75.231268404452294, 39.931410116427003 ], [ -75.231227234989305, 39.931438485608503 ], [ -75.231086385931903, 39.931316317379597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1590, "ADDRESS": "2122 N 9TH ST", "OWNER1": "2122 N 9TH STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202166900", "LNIADDRESSKEY": "647504", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.78515625, "Shape__Length": 55.153608159183548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148067549219903, 39.984292711196098 ], [ -75.148076099712796, 39.984256022901498 ], [ -75.148218097989599, 39.984275603474003 ], [ -75.148272121197905, 39.984283776152701 ], [ -75.148264353789898, 39.984319708460298 ], [ -75.148067549219903, 39.984292711196098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1591, "ADDRESS": "1116 N 39TH ST", "OWNER1": "MD PROPERTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243225200", "LNIADDRESSKEY": "686094", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.49609375, "Shape__Length": 73.285206171531982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201670008507705, 39.973412576281298 ], [ -75.201936000786802, 39.9733848890139 ], [ -75.201942373837895, 39.9733842410226 ], [ -75.201950015754704, 39.973425160900099 ], [ -75.201943158452394, 39.973425879229502 ], [ -75.201677344198899, 39.973453811489101 ], [ -75.201670008507705, 39.973412576281298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1592, "ADDRESS": "6132 MORTON ST", "OWNER1": "KEESH INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "592200800", "LNIADDRESSKEY": "440329", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 345.18359375, "Shape__Length": 95.148189820332121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175683991086103, 40.044942259705202 ], [ -75.175897045973102, 40.0447332380161 ], [ -75.175959214661106, 40.0447696589911 ], [ -75.175748319584798, 40.0449814693904 ], [ -75.175683991086103, 40.044942259705202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1593, "ADDRESS": "1302 S 33RD ST", "OWNER1": "WISE WILLIAM", "OWNER2": "ANNA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362306600", "LNIADDRESSKEY": "685040", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.7890625, "Shape__Length": 39.86408843134862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197820615974507, 39.937944319306503 ], [ -75.197836129822207, 39.9379025751306 ], [ -75.197961507241899, 39.937930302631003 ], [ -75.197927615892198, 39.937967946019199 ], [ -75.197820615974507, 39.937944319306503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1594, "ADDRESS": "2317 N 21ST ST", "OWNER1": "PLEASANT LEROY S", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162178700", "LNIADDRESSKEY": "672304", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.2890625, "Shape__Length": 75.714008487634928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166818822200796, 39.989772384972603 ], [ -75.166828393393303, 39.989729592699703 ], [ -75.167107719175405, 39.9897683603823 ], [ -75.167097831116294, 39.989810710804498 ], [ -75.166818822200796, 39.989772384972603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1595, "ADDRESS": "1620-22 N 54TH ST", "OWNER1": "OMEGA HOLDING FUND LLC", "OWNER2": null, "BLDG_DESC": null, "OPA_ID": "041289310", "LNIADDRESSKEY": "693814", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 422.4296875, "Shape__Length": 101.12715252935264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230115732186206, 39.977856895826903 ], [ -75.230469115748306, 39.977816392998697 ], [ -75.230481278788403, 39.977873126593998 ], [ -75.230132810416293, 39.977944380276703 ], [ -75.230115732186206, 39.977856895826903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1596, "ADDRESS": "3918 WYALUSING AVE", "OWNER1": "HENG HUYKHENG", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243182000", "LNIADDRESSKEY": "625649", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.5703125, "Shape__Length": 50.558214093066951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201958629730299, 39.9723135968677 ], [ -75.201984147809199, 39.972448214977199 ], [ -75.201935371213196, 39.972453837610502 ], [ -75.201909871338302, 39.972318736728397 ], [ -75.201958629730299, 39.9723135968677 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1597, "ADDRESS": "2209 N ORIANNA ST", "OWNER1": "HORNE RAYMOND M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191191200", "LNIADDRESSKEY": "461582", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.90234375, "Shape__Length": 43.193888692092486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1392355426226, 39.9845194796169 ], [ -75.139242968852002, 39.984481121929598 ], [ -75.139384578735303, 39.984500898360103 ], [ -75.139376090493499, 39.9845391192694 ], [ -75.1392355426226, 39.9845194796169 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1598, "ADDRESS": "4530 N BROAD ST", "OWNER1": "BEARD RASHEEN", "OWNER2": "R&R BUILDING SERVICES LLC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132008400", "LNIADDRESSKEY": "50825", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 336.98828125, "Shape__Length": 96.279934537024474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148520391646898, 40.022482287867703 ], [ -75.148533721582197, 40.022424445969101 ], [ -75.148884281194597, 40.0224690270623 ], [ -75.148875217446999, 40.022510202173898 ], [ -75.148872302103598, 40.022526642803001 ], [ -75.148520391646898, 40.022482287867703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1599, "ADDRESS": "1822 N 22ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322090301", "LNIADDRESSKEY": "673947", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 254.94921875, "Shape__Length": 90.084623268944767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170541850378001, 39.982522668890802 ], [ -75.170550847010404, 39.982477800138099 ], [ -75.170717426523893, 39.982499018050397 ], [ -75.170891629158007, 39.9825230988098 ], [ -75.170882381694796, 39.982567446117102 ], [ -75.170541850378001, 39.982522668890802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1600, "ADDRESS": "1102 W NEVADA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371313301", "LNIADDRESSKEY": "448934", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.40234375, "Shape__Length": 39.230425218589332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1508617894347, 39.986536066209297 ], [ -75.150914280706402, 39.986542735368303 ], [ -75.150893803197505, 39.986635348080597 ], [ -75.150840600887804, 39.986628662811498 ], [ -75.1508617894347, 39.986536066209297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1601, "ADDRESS": "4127 LEIDY AVE", "OWNER1": "AGE FRIENDLY VILLAGES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062195100", "LNIADDRESSKEY": "388065", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 431.86328125, "Shape__Length": 140.72250150781178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207508651049395, 39.9747109858016 ], [ -75.207614396599197, 39.974546941567503 ], [ -75.207620470757803, 39.974537501858798 ], [ -75.207761515946899, 39.974318691608801 ], [ -75.207816230767804, 39.974339118761598 ], [ -75.207675306700096, 39.974558060151999 ], [ -75.207669322183506, 39.974567373456601 ], [ -75.207563611317497, 39.9747316279906 ], [ -75.207508651049395, 39.9747109858016 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1602, "ADDRESS": "2817 N MARVINE ST", "OWNER1": "GEORGE E PRODELL", "OWNER2": "LILLIAN PRODELL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372239200", "LNIADDRESSKEY": "416833", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.28515625, "Shape__Length": 72.415085459618496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149230711522307, 39.995336524861301 ], [ -75.149234024440304, 39.995322785038297 ], [ -75.149240508236801, 39.995295802239802 ], [ -75.149507725255205, 39.9953304366758 ], [ -75.149499460581495, 39.9953705813315 ], [ -75.149230711522307, 39.995336524861301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1603, "ADDRESS": "2350 N 16TH ST", "OWNER1": "SUELA PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161080700", "LNIADDRESSKEY": "660550", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.30859375, "Shape__Length": 84.369853531296883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159260070665596, 39.9895203423035 ], [ -75.158969397398707, 39.989479735977397 ], [ -75.158964998913405, 39.989479120851897 ], [ -75.158976388078102, 39.989428874827396 ], [ -75.159282602751006, 39.989470815171799 ], [ -75.159272578448693, 39.989522059495897 ], [ -75.159260070665596, 39.9895203423035 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1604, "ADDRESS": "2467 N STANLEY ST", "OWNER1": "HARRIS BETTY WID", "OWNER2": "HAMILTON ROY + TENIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282107300", "LNIADDRESSKEY": "551218", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.40625, "Shape__Length": 47.293722369567107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181717199302994, 39.994137619435698 ], [ -75.181877624686507, 39.994158923751897 ], [ -75.181869597081501, 39.994196641755998 ], [ -75.181709653559096, 39.9941753324443 ], [ -75.181717199302994, 39.994137619435698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1605, "ADDRESS": "5227 HAVERFORD AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441223500", "LNIADDRESSKEY": "336312", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 278.0859375, "Shape__Length": 85.491675011647814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225859801990097, 39.965816096377303 ], [ -75.225841695139493, 39.965799384351598 ], [ -75.225846439129, 39.965791815592098 ], [ -75.225875774557096, 39.965746504419599 ], [ -75.225889190865303, 39.965721444356497 ], [ -75.225921528483298, 39.965668090237301 ], [ -75.225928159416895, 39.965657677539198 ], [ -75.225964280355797, 39.965597750514803 ], [ -75.226031156279504, 39.965622949417103 ], [ -75.225937186838806, 39.965774968679398 ], [ -75.225902919398095, 39.965832358491802 ], [ -75.225897224080995, 39.965841855859701 ], [ -75.225895274269007, 39.965846391161797 ], [ -75.225891816442498, 39.965843059113297 ], [ -75.225859801990097, 39.965816096377303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1606, "ADDRESS": "2133 N UBER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321275401", "LNIADDRESSKEY": "581683", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 264.65234375, "Shape__Length": 83.645895209040063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164703127088202, 39.986828258263202 ], [ -75.164712901420202, 39.986775154091902 ], [ -75.164984635126501, 39.986811547617499 ], [ -75.165015036838, 39.986815552587501 ], [ -75.165003558129897, 39.986868280511402 ], [ -75.164973574188096, 39.9868643007161 ], [ -75.164703127088202, 39.986828258263202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1607, "ADDRESS": "676 N 39TH ST", "OWNER1": "MELON & MOUNT VERNON INVESTMENTS INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242232500", "LNIADDRESSKEY": "686033", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 240.08984375, "Shape__Length": 80.333274471948641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200154767691103, 39.965313529456601 ], [ -75.200298717926202, 39.9652976586341 ], [ -75.200446475452395, 39.965281389069403 ], [ -75.200456777115605, 39.965331185660297 ], [ -75.200164068065007, 39.965363206968497 ], [ -75.200154767691103, 39.965313529456601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1608, "ADDRESS": "2427 N 7TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371060701", "LNIADDRESSKEY": "642528", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.703125, "Shape__Length": 76.39131643495746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144269303934806, 39.988792774133699 ], [ -75.144278908969696, 39.988749468354897 ], [ -75.144560339557501, 39.988786533640699 ], [ -75.144550637709401, 39.988830192018497 ], [ -75.144269303934806, 39.988792774133699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1609, "ADDRESS": "4758 N 11TH ST", "OWNER1": "PARK YOU MOON", "OWNER2": "PARK KYUNGJA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491411100", "LNIADDRESSKEY": "652433", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 279.17578125, "Shape__Length": 85.926501578757495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142357382179199, 40.025305003828301 ], [ -75.142369213423095, 40.025250859841499 ], [ -75.142679091545403, 40.025290885601997 ], [ -75.142667262005403, 40.025345029653799 ], [ -75.142357382179199, 40.025305003828301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1610, "ADDRESS": "3343 N 20TH ST", "OWNER1": "ARMS INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112282700", "LNIADDRESSKEY": "670460", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 315.03125, "Shape__Length": 92.134982764955367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161733726617797, 40.005548444720503 ], [ -75.161404720506695, 40.0055047575622 ], [ -75.161416414214898, 40.005448198672497 ], [ -75.161750650848603, 40.005492133245603 ], [ -75.161738189692002, 40.005549045403903 ], [ -75.161733726617797, 40.005548444720503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1611, "ADDRESS": "2424 W LEHIGH AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281362800", "LNIADDRESSKEY": "387806", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.90625, "Shape__Length": 93.037129201937219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171601404274796, 39.995756729745302 ], [ -75.171656569177699, 39.995763869365398 ], [ -75.171598916122406, 39.996036981254903 ], [ -75.171542629702103, 39.996030139658302 ], [ -75.171601404274796, 39.995756729745302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1612, "ADDRESS": "4916 W THOMPSON ST", "OWNER1": "CATHEDRAL PARK CDC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442114400", "LNIADDRESSKEY": "570489", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.89453125, "Shape__Length": 71.783028645946374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220312784904806, 39.973298152021798 ], [ -75.220349945827493, 39.973503656859897 ], [ -75.220298171941195, 39.973508818008298 ], [ -75.220262366884597, 39.9733028756472 ], [ -75.220312784904806, 39.973298152021798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1613, "ADDRESS": "2222 WILDER ST", "OWNER1": "BEY FATIMAH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364022105", "LNIADDRESSKEY": "613280", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.09375, "Shape__Length": 52.717411113988547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181736995016493, 39.933720896793197 ], [ -75.181786506949095, 39.933727228055702 ], [ -75.181754723829798, 39.933867903020797 ], [ -75.181704077564405, 39.933861078944197 ], [ -75.181736995016493, 39.933720896793197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1614, "ADDRESS": "1844 WILMOT ST", "OWNER1": "VIBHAA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232128900", "LNIADDRESSKEY": "615645", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 245.9453125, "Shape__Length": 68.695049662316535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.079066735362005, 40.013237409222398 ], [ -75.079190409132494, 40.013100926734097 ], [ -75.079264381328699, 40.013141739073198 ], [ -75.079140897910904, 40.013278709250201 ], [ -75.079066735362005, 40.013237409222398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1615, "ADDRESS": "2533 N 2ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192066101", "LNIADDRESSKEY": "732692", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 308.54296875, "Shape__Length": 100.57745086722819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135002994519297, 39.989159221387297 ], [ -75.134853866450598, 39.989140154830302 ], [ -75.134864021373701, 39.989091929123298 ], [ -75.135011780713299, 39.989110642369099 ], [ -75.1352468701795, 39.9891401783661 ], [ -75.135235151180595, 39.989189254851503 ], [ -75.135002994519297, 39.989159221387297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1616, "ADDRESS": "2646 LATONA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362059905", "LNIADDRESSKEY": "382282", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.55078125, "Shape__Length": 47.756563058787442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188421019263998, 39.937422689939801 ], [ -75.188423538743507, 39.937410849508701 ], [ -75.188473448789395, 39.937417300455003 ], [ -75.188470944355402, 39.937429285384503 ], [ -75.188446638558901, 39.937541339421301 ], [ -75.188397138265202, 39.937535155531101 ], [ -75.188421019263998, 39.937422689939801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1617, "ADDRESS": "3223 RIDGE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282267000", "LNIADDRESSKEY": "504397", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.484375, "Shape__Length": 76.328273161014664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185086703105995, 39.991528528328701 ], [ -75.185347485115798, 39.991439442055999 ], [ -75.185370545089796, 39.991480321380301 ], [ -75.185109778386504, 39.991568456359197 ], [ -75.185086703105995, 39.991528528328701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1618, "ADDRESS": "2924 N 12TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372259900", "LNIADDRESSKEY": "654193", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.43359375, "Shape__Length": 80.007149736074467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150091206363001, 39.997194537030403 ], [ -75.150100131962603, 39.997153037757499 ], [ -75.150398895834797, 39.9971938164663 ], [ -75.150390155919098, 39.997236513814101 ], [ -75.150091206363001, 39.997194537030403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1619, "ADDRESS": "1721 ORTHODOX ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232101701", "LNIADDRESSKEY": "463647", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.93359375, "Shape__Length": 74.978802683721014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.0824228356757, 40.013465641299099 ], [ -75.082586495778699, 40.013286139501197 ], [ -75.082628310487806, 40.0133077289711 ], [ -75.082464101856999, 40.013487846558 ], [ -75.0824228356757, 40.013465641299099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1620, "ADDRESS": "3102 N 15TH ST", "OWNER1": "KIM JONG AE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111165100", "LNIADDRESSKEY": "658363", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.14453125, "Shape__Length": 69.44599298353765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154957209451695, 40.000358459146298 ], [ -75.155209458445995, 40.000390452841202 ], [ -75.155200004867595, 40.000433231218999 ], [ -75.154948528761693, 40.000401319176198 ], [ -75.154957209451695, 40.000358459146298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1621, "ADDRESS": "2716 W STERNER ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281388101", "LNIADDRESSKEY": "553715", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.0546875, "Shape__Length": 46.660216566193981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175929769871104, 39.997154915462502 ], [ -75.175955293997603, 39.9970339289492 ], [ -75.176003998412995, 39.99704013094 ], [ -75.175978462767802, 39.997161423547901 ], [ -75.175929769871104, 39.997154915462502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1622, "ADDRESS": "532 DIAMOND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183220401", "LNIADDRESSKEY": "116336", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.09765625, "Shape__Length": 62.305486080465684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143396534720395, 39.982936165702398 ], [ -75.143432664765996, 39.982766276444103 ], [ -75.143487235184196, 39.982773269989501 ], [ -75.143451325553201, 39.982942874814697 ], [ -75.143396534720395, 39.982936165702398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1623, "ADDRESS": "2614 N WARNOCK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371182401", "LNIADDRESSKEY": "597907", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.015625, "Shape__Length": 58.813804703193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148862281733798, 39.992263776492301 ], [ -75.148870484472198, 39.992222534608999 ], [ -75.149077396589604, 39.992248888385902 ], [ -75.149069688237205, 39.992289803601302 ], [ -75.148862281733798, 39.992263776492301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1624, "ADDRESS": "843 E MADISON ST", "OWNER1": "JETLC HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331075300", "LNIADDRESSKEY": "405207", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.17578125, "Shape__Length": 50.327952973577595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114059612160204, 39.997487975039299 ], [ -75.114110251128594, 39.997494441549499 ], [ -75.114082397731707, 39.997626664502398 ], [ -75.114031768255899, 39.997619988710603 ], [ -75.114059612160204, 39.997487975039299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1625, "ADDRESS": "2308 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162086301", "LNIADDRESSKEY": "668158", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.7265625, "Shape__Length": 63.940620195269389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1638627256213, 39.989217757509302 ], [ -75.163871285780601, 39.989177876593303 ], [ -75.163924836674894, 39.989184869948701 ], [ -75.164102663824394, 39.989208832851503 ], [ -75.164094105383398, 39.989248133791698 ], [ -75.1638627256213, 39.989217757509302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1626, "ADDRESS": "1736 MONUMENT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321138001", "LNIADDRESSKEY": "437383", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.953125, "Shape__Length": 67.418375261027421 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162951468069707, 39.982937080329897 ], [ -75.1629930588402, 39.982748497029803 ], [ -75.163045222167597, 39.982755460761503 ], [ -75.163003553933706, 39.982944428641702 ], [ -75.162951468069707, 39.982937080329897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1627, "ADDRESS": "708 N SHEDWICK ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243072510", "LNIADDRESSKEY": "533383", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.5546875, "Shape__Length": 56.213360514624277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192875449770796, 39.9666431143418 ], [ -75.192869659676205, 39.966608263850901 ], [ -75.193070626415505, 39.966587724898098 ], [ -75.193078408311095, 39.966624764160798 ], [ -75.192875966350996, 39.966645528165799 ], [ -75.192875449770796, 39.9666431143418 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1628, "ADDRESS": "2630 N 29TH ST", "OWNER1": "DAVID T DURRANT", "OWNER2": "MARIE H", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282012600", "LNIADDRESSKEY": "682313", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.2421875, "Shape__Length": 67.522250050632437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178897425964195, 39.9961990445426 ], [ -75.178906038660799, 39.996159228067697 ], [ -75.179152160777505, 39.996192370035899 ], [ -75.179143362882698, 39.996233214035698 ], [ -75.178897425964195, 39.9961990445426 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1629, "ADDRESS": "2733 W EYRE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324074701", "LNIADDRESSKEY": "280362", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.57421875, "Shape__Length": 55.616190686127069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179545039745193, 39.9827853275659 ], [ -75.1795762748188, 39.982637693694699 ], [ -75.179629452056204, 39.982645058871498 ], [ -75.179598979347205, 39.982793016172899 ], [ -75.179592951648004, 39.982791704226202 ], [ -75.179545039745193, 39.9827853275659 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1630, "ADDRESS": "2650 N CORLIES ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282104200", "LNIADDRESSKEY": "98367", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.59375, "Shape__Length": 51.26757857794972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181048625952101, 39.996825793831398 ], [ -75.180927639681002, 39.996808916645001 ], [ -75.180922448239997, 39.996808187770597 ], [ -75.180930811369095, 39.996770525755998 ], [ -75.181108912534597, 39.996796224835201 ], [ -75.181102130095098, 39.996824815274699 ], [ -75.181100185034197, 39.996832992337502 ], [ -75.181048625952101, 39.996825793831398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1631, "ADDRESS": "1436 N 27TH ST", "OWNER1": "SAEED KAMALELDIN", "OWNER2": "ZAHIR AMIRA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292061110", "LNIADDRESSKEY": "679601", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.20703125, "Shape__Length": 42.905362328489097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179672496405004, 39.978110155236202 ], [ -75.179681622465097, 39.978066642578298 ], [ -75.1798147038742, 39.978085807617198 ], [ -75.179810794730599, 39.9781005180471 ], [ -75.179807397323799, 39.978118882275403 ], [ -75.179805033165394, 39.978129323853203 ], [ -75.179672496405004, 39.978110155236202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1632, "ADDRESS": "3708 ASPEN ST", "OWNER1": "DHIMA LEFTER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243034100", "LNIADDRESSKEY": "23762", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.12109375, "Shape__Length": 61.811254941781208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197157703967605, 39.966694979566299 ], [ -75.197216666120298, 39.966688569774398 ], [ -75.1972216516711, 39.966688020707998 ], [ -75.197251318731404, 39.966847942608197 ], [ -75.197182214162595, 39.966854980469201 ], [ -75.197157703967605, 39.966694979566299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1633, "ADDRESS": "2233 N FRANKLIN ST", "OWNER1": "ROSENBERG DAVID", "OWNER2": "ROSENBERG ESTHER MALI", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371078200", "LNIADDRESSKEY": "299334", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.3515625, "Shape__Length": 64.238436657356019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145639390743099, 39.985701774211797 ], [ -75.145647164444597, 39.985660029478701 ], [ -75.145877657029899, 39.9856863603259 ], [ -75.145870654342801, 39.985728276865501 ], [ -75.145639390743099, 39.985701774211797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1634, "ADDRESS": "1243 W LEHIGH AVE", "OWNER1": "LE BLANC FRANTZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372294500", "LNIADDRESSKEY": "387593", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 284.9609375, "Shape__Length": 102.39269441748928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152150650984396, 39.994060257114903 ], [ -75.152213658539793, 39.993755485356502 ], [ -75.152269436803294, 39.9937623903391 ], [ -75.152207574160201, 39.9940673648589 ], [ -75.152150650984396, 39.994060257114903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1635, "ADDRESS": "865 E CHELTEN AVE", "OWNER1": "SINGHAL AJAY K", "OWNER2": "SINGHAL POONAM N", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591012800", "LNIADDRESSKEY": "77777", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.31640625, "Shape__Length": 84.701170160278934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163390339811102, 40.047065582045001 ], [ -75.163642088455404, 40.047219221490202 ], [ -75.163605966444194, 40.047254429606497 ], [ -75.163354217751106, 40.047100790082403 ], [ -75.163390339811102, 40.047065582045001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1636, "ADDRESS": "639 CANTRELL ST", "OWNER1": "DAVIS ANDRE SAMIR", "OWNER2": "MANZO JOANNA C", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393059210", "LNIADDRESSKEY": "63986", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.02734375, "Shape__Length": 50.49439784310308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157848526303596, 39.922569538720502 ], [ -75.157877587823506, 39.922438835048403 ], [ -75.157930581107607, 39.922445288206298 ], [ -75.157901294342395, 39.922576454201099 ], [ -75.157848526303596, 39.922569538720502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1637, "ADDRESS": "2618 LATONA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362058505", "LNIADDRESSKEY": "382254", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.1796875, "Shape__Length": 48.07403383642189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187716338401103, 39.9374490530599 ], [ -75.187743143458405, 39.937322935039802 ], [ -75.187791136045504, 39.937329132837398 ], [ -75.187766203791099, 39.937455019024398 ], [ -75.187716338401103, 39.9374490530599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1638, "ADDRESS": "2104 N FRANKLIN ST", "OWNER1": "JBS DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202071300", "LNIADDRESSKEY": "299231", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.76953125, "Shape__Length": 66.873796827953569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146499649132494, 39.983558081531498 ], [ -75.1467468249582, 39.983590044452903 ], [ -75.146738535241894, 39.983628125024602 ], [ -75.146491848246399, 39.983595399426001 ], [ -75.146499649132494, 39.983558081531498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1639, "ADDRESS": "5427 FLORENCE AVE", "OWNER1": "TISDALE HOLDING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513255900", "LNIADDRESSKEY": "293335", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.8125, "Shape__Length": 63.680228469979646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227473321714996, 39.9426221634778 ], [ -75.227517609665895, 39.942591800762699 ], [ -75.227670351513495, 39.942719553772797 ], [ -75.227626856031307, 39.942750562420301 ], [ -75.227473321714996, 39.9426221634778 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1640, "ADDRESS": "5746 BELMAR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "514109410", "LNIADDRESSKEY": "34644", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.9921875, "Shape__Length": 59.215890524911067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229641405320606, 39.937307946772897 ], [ -75.229681010110696, 39.937280656418999 ], [ -75.229823285001203, 39.937402438512002 ], [ -75.229784955646494, 39.937429225353199 ], [ -75.229641405320606, 39.937307946772897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1641, "ADDRESS": "1504 W ERIE AVE", "OWNER1": "ERIE STREET ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131040600", "LNIADDRESSKEY": "138957", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.88671875, "Shape__Length": 90.511211631518421 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153123459546606, 40.009345609512202 ], [ -75.153178723856499, 40.009081864462502 ], [ -75.153235674666305, 40.009089117319803 ], [ -75.153179979732002, 40.009353174765899 ], [ -75.153123459546606, 40.009345609512202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1642, "ADDRESS": "2141 E WILLIAM ST", "OWNER1": "MASKOFF LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252076400", "LNIADDRESSKEY": "614124", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.9765625, "Shape__Length": 64.349430241418332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116474760112098, 39.987798735607903 ], [ -75.116674710347596, 39.987697590905803 ], [ -75.116702357361405, 39.987728821946497 ], [ -75.116502857941498, 39.987830233835403 ], [ -75.116474760112098, 39.987798735607903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1643, "ADDRESS": "518 EDGLEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191385801", "LNIADDRESSKEY": "730578", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 69.86328125, "Shape__Length": 38.986485038685458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1427312236181, 39.983367172665098 ], [ -75.142742234389402, 39.983318337379401 ], [ -75.142754555357598, 39.983267065309903 ], [ -75.1427962948908, 39.983273140348999 ], [ -75.142782306808201, 39.983331837264402 ], [ -75.142772861855704, 39.983373180086097 ], [ -75.1427312236181, 39.983367172665098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1644, "ADDRESS": "338 N 52ND ST", "OWNER1": "366-368 N 52ND STREET ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441355400", "LNIADDRESSKEY": "691457", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 292.34375, "Shape__Length": 87.370960863941676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225274140180503, 39.966257715999802 ], [ -75.225279404389497, 39.966284042991298 ], [ -75.2252836219524, 39.966314311343403 ], [ -75.224967478347594, 39.966345831663197 ], [ -75.224958854460994, 39.966289868971998 ], [ -75.225274140180503, 39.966257715999802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1645, "ADDRESS": "2432 N HANCOCK ST", "OWNER1": "FORTSON-LINTON CHRISTOPHER MICHAEL JR", "OWNER2": "LINTON CARLA EFETEGUONO AGBIRO", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191098100", "LNIADDRESSKEY": "731211", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.37109375, "Shape__Length": 63.520511646821895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134915690992301, 39.987561337004202 ], [ -75.134702204243993, 39.987533694673402 ], [ -75.134711937683704, 39.987490440914399 ], [ -75.134936969733005, 39.987519216900097 ], [ -75.134926514721997, 39.987562695258198 ], [ -75.134915690992301, 39.987561337004202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1646, "ADDRESS": "3704 ASPEN ST", "OWNER1": "MERLAND JAMES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243033900", "LNIADDRESSKEY": "23760", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.40234375, "Shape__Length": 57.22193779772941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197107639327399, 39.966700426120902 ], [ -75.197135331795394, 39.966860497839903 ], [ -75.197085811037397, 39.9668659576148 ], [ -75.197065888113201, 39.966704833383702 ], [ -75.197107639327399, 39.966700426120902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1647, "ADDRESS": "866-68 N PRESTON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062241300", "LNIADDRESSKEY": "489959", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 760.24609375, "Shape__Length": 127.27054206701757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204731871368594, 39.969822907247703 ], [ -75.205155580915402, 39.969774612742398 ], [ -75.205176471136198, 39.9698830613548 ], [ -75.204752626082097, 39.969931595090799 ], [ -75.204731871368594, 39.969822907247703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1648, "ADDRESS": "1126 STATE ST", "OWNER1": "WILSON DELCINA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243233800", "LNIADDRESSKEY": "552382", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.84375, "Shape__Length": 42.775592770195225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202841392789594, 39.9734259133349 ], [ -75.202848856871199, 39.9734637826718 ], [ -75.202707849312901, 39.973480061385601 ], [ -75.202700987140602, 39.9734423822214 ], [ -75.202841392789594, 39.9734259133349 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1649, "ADDRESS": "207 E LOGAN ST", "OWNER1": "ADONAI UNITED BAPTIST CHU", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121006400", "LNIADDRESSKEY": "398777", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-2", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1062.578125, "Shape__Length": 148.65472079080376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159311930236299, 40.030258604553403 ], [ -75.159457616970499, 40.030174779542797 ], [ -75.159564729431295, 40.030237951047603 ], [ -75.159629556411801, 40.030276666846802 ], [ -75.159643486149605, 40.030284202669499 ], [ -75.159826715168805, 40.030391953119803 ], [ -75.159719866772903, 40.030497126765098 ], [ -75.159528371064397, 40.0303851272323 ], [ -75.159516953965806, 40.030380969438802 ], [ -75.159486086687096, 40.030361750569398 ], [ -75.159344135850404, 40.030277917858697 ], [ -75.159336804846603, 40.030274415353297 ], [ -75.159311930236299, 40.030258604553403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1650, "ADDRESS": "1266 S 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362141505", "LNIADDRESSKEY": "681222", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.9765625, "Shape__Length": 64.79638792810313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190463449646302, 39.937525803732001 ], [ -75.190472028232307, 39.937484261577602 ], [ -75.190705468552395, 39.937514988689898 ], [ -75.190697159028105, 39.937555489440101 ], [ -75.190463449646302, 39.937525803732001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1651, "ADDRESS": "5718 MEDIA ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043043950", "LNIADDRESSKEY": "425125", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.2734375, "Shape__Length": 63.363673592519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235617906413395, 39.974603389802901 ], [ -75.235678216358593, 39.974596861323 ], [ -75.235709152557007, 39.974766905888998 ], [ -75.235704840757805, 39.9747673598972 ], [ -75.235649372644502, 39.974773269181597 ], [ -75.235617906413395, 39.974603389802901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1652, "ADDRESS": "716 N 42ND ST", "OWNER1": "ASU PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061258900", "LNIADDRESSKEY": "686936", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.859375, "Shape__Length": 75.887692974875591 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207765012804302, 39.965180496564699 ], [ -75.207772763755699, 39.965222482732301 ], [ -75.207488247703594, 39.965243968710602 ], [ -75.207480755087602, 39.965202358782101 ], [ -75.207765012804302, 39.965180496564699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1653, "ADDRESS": "727 N PRESTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061188210", "LNIADDRESSKEY": "489900", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.3515625, "Shape__Length": 64.047808620199604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203513066390897, 39.965649024379097 ], [ -75.203528121447206, 39.965647005760601 ], [ -75.203568781041099, 39.965643184626899 ], [ -75.203752750855102, 39.965622636188897 ], [ -75.203759263479498, 39.9656573736506 ], [ -75.203569171934006, 39.965678559976702 ], [ -75.203519284373897, 39.9656832237252 ], [ -75.203513066390897, 39.965649024379097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1654, "ADDRESS": "1545 S RINGGOLD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364154815", "LNIADDRESSKEY": "506474", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.84375, "Shape__Length": 51.934036234013369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184979185007606, 39.932934000491798 ], [ -75.184988746531403, 39.932893157551 ], [ -75.185166222350702, 39.932916567302598 ], [ -75.185156710378607, 39.932956138686798 ], [ -75.184979185007606, 39.932934000491798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1655, "ADDRESS": "2429 W SERGEANT ST", "OWNER1": "LAND HO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281295501", "LNIADDRESSKEY": "530651", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.02734375, "Shape__Length": 64.017736280907371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171984557255996, 39.994230151452101 ], [ -75.172022601921498, 39.9940500611077 ], [ -75.172071300762198, 39.994056345789403 ], [ -75.172032549161599, 39.994236855008801 ], [ -75.171984557255996, 39.994230151452101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1656, "ADDRESS": "1933 DIAMOND ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321187301", "LNIADDRESSKEY": "116601", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 257.1796875, "Shape__Length": 90.014243014213491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1656791125002, 39.986280773289003 ], [ -75.165736011954493, 39.9860207195659 ], [ -75.165774127734295, 39.986025768641703 ], [ -75.165795795024493, 39.9860290935762 ], [ -75.1657497129885, 39.986236163429098 ], [ -75.165738456432607, 39.986288573175401 ], [ -75.1656791125002, 39.986280773289003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1657, "ADDRESS": "2310 GERRITT ST", "OWNER1": "MUSLIN JESSICA", "OWNER2": "PITCHER MARC", "BLDG_DESC": "ROW 3STY MAS.+OTHER", "OPA_ID": "364013500", "LNIADDRESSKEY": "311286", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.47265625, "Shape__Length": 51.732504204452141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183016475868499, 39.934407954327803 ], [ -75.183047025878693, 39.934268798953397 ], [ -75.1830945669751, 39.9342752634767 ], [ -75.1830644629067, 39.934414235125601 ], [ -75.183016475868499, 39.934407954327803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1658, "ADDRESS": "1641 MARGARET ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232156200", "LNIADDRESSKEY": "410017", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.3203125, "Shape__Length": 56.944020317020886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.082325519323106, 40.016346940646002 ], [ -75.082445891657699, 40.0162197431642 ], [ -75.082486764002994, 40.016242955145501 ], [ -75.082366865399607, 40.016369840427501 ], [ -75.082325519323106, 40.016346940646002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1659, "ADDRESS": "3106 N BANCROFT ST", "OWNER1": "PHILADELPHIA FINE INVESTM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111199400", "LNIADDRESSKEY": "29172", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.25390625, "Shape__Length": 48.131418344464706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157053459487202, 40.000737203360302 ], [ -75.157060410741295, 40.000703395400997 ], [ -75.157061106522804, 40.0006999782413 ], [ -75.157225578546104, 40.000721473546797 ], [ -75.157217475405005, 40.000759140008 ], [ -75.157053459487202, 40.000737203360302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1660, "ADDRESS": "7010 UPLAND ST", "OWNER1": "MARTINEZ VINCENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403260700", "LNIADDRESSKEY": "584066", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.69140625, "Shape__Length": 74.421652461558779 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243461855320803, 39.921708090569297 ], [ -75.243500455627995, 39.921680387499499 ], [ -75.243689362781097, 39.921840326653303 ], [ -75.243650427142796, 39.921868039350798 ], [ -75.243461855320803, 39.921708090569297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1661, "ADDRESS": "1518 S LAMBERT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363259900", "LNIADDRESSKEY": "376857", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.90234375, "Shape__Length": 45.831723005715048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1791962440536, 39.932724831686997 ], [ -75.179204800393705, 39.9326862878507 ], [ -75.179357479714199, 39.932706474780403 ], [ -75.179348713193306, 39.9327450465765 ], [ -75.1791962440536, 39.932724831686997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1662, "ADDRESS": "1336 N MARSTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292079600", "LNIADDRESSKEY": "415447", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 601.23046875, "Shape__Length": 109.87514243677724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180712106245096, 39.976782077897802 ], [ -75.181067202759095, 39.976748584502303 ], [ -75.181085607028805, 39.9768508568893 ], [ -75.180730335415205, 39.976885637131197 ], [ -75.180712106245096, 39.976782077897802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1663, "ADDRESS": "621 N 37TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242176100", "LNIADDRESSKEY": "685638", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.93359375, "Shape__Length": 42.968025178961071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195796901925107, 39.964065719881503 ], [ -75.195852900434502, 39.964058390031802 ], [ -75.195944182653193, 39.964048703329702 ], [ -75.195950946885404, 39.964082205792103 ], [ -75.195802957649704, 39.964098561235602 ], [ -75.195796901925107, 39.964065719881503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1664, "ADDRESS": "2410 N 6TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371033001", "LNIADDRESSKEY": "639443", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 303.5546875, "Shape__Length": 82.639891513789664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143182585679696, 39.988154217834101 ], [ -75.143196300482302, 39.988089001396503 ], [ -75.143477546811397, 39.988126968502101 ], [ -75.1434634572459, 39.988191579529598 ], [ -75.143182585679696, 39.988154217834101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1665, "ADDRESS": "2410 N NATRONA ST", "OWNER1": "JAMESTOWN HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282209700", "LNIADDRESSKEY": "447146", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.19921875, "Shape__Length": 48.832751959055763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184930373788106, 39.9934684113855 ], [ -75.184938643687104, 39.993429232228401 ], [ -75.185104561184403, 39.993452154961801 ], [ -75.185096345529601, 39.993489900483901 ], [ -75.184930373788106, 39.9934684113855 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1666, "ADDRESS": "912 W AUBURN ST", "OWNER1": "PARKS KENNETH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372361500", "LNIADDRESSKEY": "25015", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.3515625, "Shape__Length": 46.163176420185579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145990539696996, 39.995118336724303 ], [ -75.145992890161807, 39.995104623576097 ], [ -75.146015453418201, 39.994995552172398 ], [ -75.146059766761795, 39.9950013767671 ], [ -75.146037225798494, 39.995109868651703 ], [ -75.146034845303802, 39.9951244033008 ], [ -75.145990539696996, 39.995118336724303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1667, "ADDRESS": "1912 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202137101", "LNIADDRESSKEY": "108505", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.08203125, "Shape__Length": 46.288681098731246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148391781183605, 39.980959321255099 ], [ -75.148395346021402, 39.980959821042397 ], [ -75.148391719846202, 39.980984466217798 ], [ -75.148388973329503, 39.9809965429531 ], [ -75.148388493425401, 39.980998675376199 ], [ -75.148231308930505, 39.980978041021302 ], [ -75.1482319567139, 39.980975348140703 ], [ -75.148239838180103, 39.980941932272501 ], [ -75.148376694861895, 39.980957125406 ], [ -75.148391781183605, 39.980959321255099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1668, "ADDRESS": "2925 CECIL B MOORE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324054001", "LNIADDRESSKEY": "71911", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.3984375, "Shape__Length": 71.08749587322562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182728530000801, 39.982190437548397 ], [ -75.182770358738495, 39.981990794872303 ], [ -75.182825090788995, 39.981997999635503 ], [ -75.182783205660996, 39.982197511546502 ], [ -75.182728530000801, 39.982190437548397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1669, "ADDRESS": "2749 N FRONT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071309800", "LNIADDRESSKEY": "303029", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 305.53515625, "Shape__Length": 95.652892222393973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130516519964004, 39.9922048482848 ], [ -75.130505845325004, 39.992255559915499 ], [ -75.130157982693007, 39.992211108801101 ], [ -75.1301588292297, 39.9922065497869 ], [ -75.130150571674605, 39.992205459159003 ], [ -75.130160416052604, 39.992157259360603 ], [ -75.130177514040696, 39.992159551904798 ], [ -75.130516519964004, 39.9922048482848 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1670, "ADDRESS": "3008 N 11TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372235600", "LNIADDRESSKEY": "652105", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.1796875, "Shape__Length": 60.356749314086727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148289053135102, 39.9980766348773 ], [ -75.148405428730598, 39.998092265133501 ], [ -75.148463770213397, 39.998100197453702 ], [ -75.148501617745197, 39.998104714456296 ], [ -75.148492372972697, 39.998146335916701 ], [ -75.148280433298297, 39.9981194474448 ], [ -75.148289053135102, 39.9980766348773 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1671, "ADDRESS": "1610 N 17TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471263410", "LNIADDRESSKEY": "662839", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 369.34375, "Shape__Length": 105.53137034202919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1629668975567, 39.978529957269998 ], [ -75.162980610698, 39.978468076023603 ], [ -75.162998629489493, 39.978470303400101 ], [ -75.1630040445297, 39.978477228142303 ], [ -75.163366491654102, 39.978524133972797 ], [ -75.163361971205504, 39.978543230481201 ], [ -75.163353716639705, 39.978582264524597 ], [ -75.1629668975567, 39.978529957269998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1672, "ADDRESS": "2903 CECIL B MOORE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324052901", "LNIADDRESSKEY": "71891", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.09375, "Shape__Length": 72.329924207359753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182021222589796, 39.982099881079797 ], [ -75.182064118972505, 39.9818964106856 ], [ -75.182119123822204, 39.981903637660501 ], [ -75.182076221839495, 39.982107221698897 ], [ -75.182021222589796, 39.982099881079797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1673, "ADDRESS": "872 N PRESTON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062241510", "LNIADDRESSKEY": "489964", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.12890625, "Shape__Length": 63.512836491043842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204763487571796, 39.9699855786481 ], [ -75.204975049355795, 39.969961433468498 ], [ -75.204985405150595, 39.970015518410001 ], [ -75.204773779088697, 39.970039694847898 ], [ -75.204763487571796, 39.9699855786481 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1674, "ADDRESS": "634 W YORK ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371355200", "LNIADDRESSKEY": "629067", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.8515625, "Shape__Length": 63.631638723549102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144569438641796, 39.987890617031198 ], [ -75.144605244330407, 39.987718220866903 ], [ -75.144662135999695, 39.987725460172101 ], [ -75.1446271287423, 39.987897810277502 ], [ -75.144569438641796, 39.987890617031198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1675, "ADDRESS": "1932 N 4TH ST", "OWNER1": "DOROTHY RICCI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183326900", "LNIADDRESSKEY": "634575", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.27734375, "Shape__Length": 56.702555400383687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140899160501505, 39.980625217452797 ], [ -75.140907596391301, 39.980586189977402 ], [ -75.141055098713807, 39.980560381725198 ], [ -75.1410825193188, 39.980650084690097 ], [ -75.140899160501505, 39.980625217452797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1676, "ADDRESS": "1741 W LIPPINCOTT ST", "OWNER1": "WM A ALLEN & FANNIE D", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111125500", "LNIADDRESSKEY": "394990", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.83984375, "Shape__Length": 50.845177509261546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158926522832203, 40.002021708029702 ], [ -75.158955768891502, 40.001886429502001 ], [ -75.159003755681596, 40.001892267686699 ], [ -75.158975089903294, 40.002028268872202 ], [ -75.158926522832203, 40.002021708029702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1677, "ADDRESS": "1655 S LECOUNT ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364284310", "LNIADDRESSKEY": "564794", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.015625, "Shape__Length": 49.434496378750737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189164177767694, 39.932025411862298 ], [ -75.189173241521999, 39.9319821394323 ], [ -75.189335997383694, 39.932002748670001 ], [ -75.189326745165403, 39.932046016902497 ], [ -75.189281401078802, 39.9320396681942 ], [ -75.189263870999895, 39.932037552456499 ], [ -75.189164177767694, 39.932025411862298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1678, "ADDRESS": "1922 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183335401", "LNIADDRESSKEY": "388556", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.00390625, "Shape__Length": 41.154531644936881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141406287196602, 39.980307915378603 ], [ -75.141413284901006, 39.9802757536361 ], [ -75.141553593137502, 39.980294289494999 ], [ -75.141546493543402, 39.980326399372402 ], [ -75.141406287196602, 39.980307915378603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1679, "ADDRESS": "151 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885239320", "LNIADDRESSKEY": "628933", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.66015625, "Shape__Length": 59.00324470888944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134179618531107, 39.9868524031642 ], [ -75.1342141026539, 39.986690586838101 ], [ -75.134214329400805, 39.986689527670798 ], [ -75.134263391340696, 39.986695981028703 ], [ -75.134263134990206, 39.986697200579599 ], [ -75.134228601935504, 39.986858693686401 ], [ -75.134179618531107, 39.9868524031642 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1680, "ADDRESS": "2152 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191180301", "LNIADDRESSKEY": "632548", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.74609375, "Shape__Length": 54.366295804927788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139183956105299, 39.983738180051098 ], [ -75.139191423250395, 39.983702031931102 ], [ -75.1393845075158, 39.983727041852703 ], [ -75.139376345165502, 39.983764366898299 ], [ -75.139183956105299, 39.983738180051098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1681, "ADDRESS": "3019 W OAKDALE ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282375801", "LNIADDRESSKEY": "454436", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.890625, "Shape__Length": 48.428869908637083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180895386970406, 39.996889728347398 ], [ -75.180944743541104, 39.996896427123502 ], [ -75.180915413422497, 39.9970223750231 ], [ -75.180864903652704, 39.997015151492199 ], [ -75.180895386970406, 39.996889728347398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1682, "ADDRESS": "2445 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191377901", "LNIADDRESSKEY": "639477", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.2578125, "Shape__Length": 70.559839863216226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142590516229603, 39.988879207106301 ], [ -75.142597196525102, 39.988846587571501 ], [ -75.142600923337596, 39.988830293908897 ], [ -75.142609024152804, 39.988831074864201 ], [ -75.142849040370706, 39.988863334768702 ], [ -75.142839019606001, 39.988912563107903 ], [ -75.142590516229603, 39.988879207106301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1683, "ADDRESS": "3022 RIDGE AVE", "OWNER1": "OKIE RIDGE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323041900", "LNIADDRESSKEY": "504348", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.546875, "Shape__Length": 77.898973203250449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183466773377603, 39.9885662157863 ], [ -75.183507586165604, 39.988571448740799 ], [ -75.183501090697703, 39.988599158211699 ], [ -75.183279236259395, 39.988734164509502 ], [ -75.183244804907304, 39.988701993209098 ], [ -75.183466773377603, 39.9885662157863 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1684, "ADDRESS": "420 N DAGGETT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "343129100", "LNIADDRESSKEY": "107252", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19151", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.84375, "Shape__Length": 91.598542216674119 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.250463858008004, 39.970021250372 ], [ -75.250472460083998, 39.969979930240299 ], [ -75.250800633888701, 39.970022331885701 ], [ -75.250826280432406, 39.970022809378499 ], [ -75.250819061740103, 39.970061306900902 ], [ -75.250793151644302, 39.970058324544198 ], [ -75.250637501257103, 39.970040378843201 ], [ -75.250600711586799, 39.970035869925503 ], [ -75.250569110013302, 39.970032699351002 ], [ -75.250463858008004, 39.970021250372 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1685, "ADDRESS": "4464 N CLEVELAND ST", "OWNER1": "AARC PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132186100", "LNIADDRESSKEY": "90362", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.73828125, "Shape__Length": 52.102963132243652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155567537631001, 40.022234129710498 ], [ -75.155570273259002, 40.0222206999156 ], [ -75.155575646372498, 40.022194223293099 ], [ -75.155754072875197, 40.022217887511097 ], [ -75.155745953741402, 40.022258068514098 ], [ -75.155567537631001, 40.022234129710498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1686, "ADDRESS": "524 DIAMOND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183220001", "LNIADDRESSKEY": "116329", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.5703125, "Shape__Length": 59.512917162710281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143232169536702, 39.982740040639001 ], [ -75.143274427247704, 39.982745691411203 ], [ -75.1432381798638, 39.9829153853699 ], [ -75.143196082634603, 39.982909899289602 ], [ -75.143230383088394, 39.982746722811598 ], [ -75.143232169536702, 39.982740040639001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1687, "ADDRESS": "5816 BEAUMONT ST", "OWNER1": "JOSEPH N JONES", "OWNER2": "MURIEL A", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034074700", "LNIADDRESSKEY": "31981", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 239.48828125, "Shape__Length": 88.066852857610698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231890359947599, 39.937950189361302 ], [ -75.231932374292796, 39.937920597290997 ], [ -75.231936362529297, 39.937923167098603 ], [ -75.231987281397195, 39.937965792798799 ], [ -75.232037002638606, 39.938007376308597 ], [ -75.232086709177196, 39.938049911150301 ], [ -75.232132111520102, 39.938088256448701 ], [ -75.232160531326102, 39.938112479704401 ], [ -75.232119150701394, 39.938141907823997 ], [ -75.232076136129294, 39.938105259260297 ], [ -75.232026576111394, 39.938063823468703 ], [ -75.2319768464546, 39.938022466145902 ], [ -75.231928867706799, 39.937981871417499 ], [ -75.231890359947599, 39.937950189361302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1688, "ADDRESS": "302 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191390901", "LNIADDRESSKEY": "558894", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.5078125, "Shape__Length": 78.788346929540651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139190604194397, 39.984006809137099 ], [ -75.139236501392901, 39.9838017115366 ], [ -75.139238201519504, 39.983786355106098 ], [ -75.139299273103703, 39.983794337601203 ], [ -75.1392966992194, 39.983810028934101 ], [ -75.139252345698495, 39.984014775356798 ], [ -75.139190604194397, 39.984006809137099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1689, "ADDRESS": "2533 N STANLEY ST", "OWNER1": "WILLIAMS ALTHEA", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "282109100", "LNIADDRESSKEY": "551254", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.90234375, "Shape__Length": 52.339451656607608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181504906114498, 39.995016634044703 ], [ -75.181513716828206, 39.994975951239901 ], [ -75.181692007738306, 39.995001508474402 ], [ -75.181682924125298, 39.995042169416799 ], [ -75.181504906114498, 39.995016634044703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1690, "ADDRESS": "515-33 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "885258120", "LNIADDRESSKEY": "105878", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1044.0078125, "Shape__Length": 160.27337134161718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142091052968595, 39.989240449041198 ], [ -75.1420648055458, 39.989360695480997 ], [ -75.141950567767296, 39.989345942695998 ], [ -75.141946702842105, 39.989363654565501 ], [ -75.141908867347496, 39.9893587695137 ], [ -75.141907415531094, 39.989365423234197 ], [ -75.141846556462596, 39.989357565337002 ], [ -75.141845090739807, 39.989357375477802 ], [ -75.141850505392199, 39.989332558226202 ], [ -75.141657662393499, 39.989307656308497 ], [ -75.1416533782279, 39.989327284577399 ], [ -75.141628888994703, 39.9893241207144 ], [ -75.141627829922399, 39.989328973428997 ], [ -75.141570345413101, 39.989321549102797 ], [ -75.141601833079605, 39.989177276703003 ], [ -75.142091052968595, 39.989240449041198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1691, "ADDRESS": "1147 W COLONA ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371312901", "LNIADDRESSKEY": "92915", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.49609375, "Shape__Length": 41.332673951973575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152175202252593, 39.986566818196302 ], [ -75.1521964693884, 39.986471047075703 ], [ -75.152254436862506, 39.986478630215103 ], [ -75.152233318204395, 39.986574387811103 ], [ -75.152175202252593, 39.986566818196302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1692, "ADDRESS": "2624 W YORK ST", "OWNER1": "ROSS JUSTINA MARIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281244400", "LNIADDRESSKEY": "629378", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.40625, "Shape__Length": 51.523673955457355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175661885816297, 39.991899376618001 ], [ -75.175689164360307, 39.991764130464198 ], [ -75.175741260747202, 39.991770328762797 ], [ -75.175713463794807, 39.991905965376503 ], [ -75.175661885816297, 39.991899376618001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1693, "ADDRESS": "901 S ALDEN ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "463258000", "LNIADDRESSKEY": "7321", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.1640625, "Shape__Length": 58.233653566865058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2382709627461, 39.947104973593902 ], [ -75.238476286337203, 39.947130586393797 ], [ -75.238467834798001, 39.947171118418503 ], [ -75.238379337706505, 39.9471601054695 ], [ -75.2383676221597, 39.947158656256001 ], [ -75.238262753582603, 39.947145754181903 ], [ -75.2382709627461, 39.947104973593902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1694, "ADDRESS": "1805 N 8TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202090501", "LNIADDRESSKEY": "644909", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.4765625, "Shape__Length": 71.429140578564159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147687325467203, 39.979282964405201 ], [ -75.147695606314301, 39.979245125732099 ], [ -75.147961915398398, 39.979282114328903 ], [ -75.1479534361292, 39.9793202064361 ], [ -75.147687325467203, 39.979282964405201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1695, "ADDRESS": "2569 N STANLEY ST", "OWNER1": "BARNES SYLVESTER", "OWNER2": "BROWN TRACY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282110900", "LNIADDRESSKEY": "551290", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.0234375, "Shape__Length": 53.6943457968705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181348695273499, 39.995703288651498 ], [ -75.181355148062295, 39.995676206773801 ], [ -75.181536485213897, 39.995701607123102 ], [ -75.181530297557899, 39.995728340169201 ], [ -75.181526637145794, 39.995744200511801 ], [ -75.181354826214204, 39.995720754521798 ], [ -75.181344933366006, 39.995719082520999 ], [ -75.181348695273499, 39.995703288651498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1696, "ADDRESS": "2517 ANNIN ST", "OWNER1": "TARTAGLINI DANIEL", "OWNER2": "TARTAGLINI ERIKA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361247000", "LNIADDRESSKEY": "17606", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.86328125, "Shape__Length": 39.4882473457942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185738255857601, 39.939016689099503 ], [ -75.185759530171694, 39.938917367727498 ], [ -75.185804401035, 39.938922529081204 ], [ -75.185784286804704, 39.939022166972201 ], [ -75.185738255857601, 39.939016689099503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1697, "ADDRESS": "612-16 N 36TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242171110", "LNIADDRESSKEY": "685501", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 432.1796875, "Shape__Length": 83.922408902677347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194897429198306, 39.964132590184803 ], [ -75.194914034075495, 39.964223546080703 ], [ -75.194718215620895, 39.964245985619897 ], [ -75.194703321017798, 39.964247668777702 ], [ -75.194701580001805, 39.964247726861402 ], [ -75.194680124953095, 39.964124159079702 ], [ -75.194824789888699, 39.964107666847497 ], [ -75.194891019956899, 39.964099742026903 ], [ -75.194897429198306, 39.964132590184803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1698, "ADDRESS": "3325 N 20TH ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112281800", "LNIADDRESSKEY": "670446", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 510.78125, "Shape__Length": 104.29114785227834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161487529113998, 40.0050641032078 ], [ -75.161506723993696, 40.004976279255999 ], [ -75.161852846313906, 40.005019595196501 ], [ -75.161833832990894, 40.005109276002699 ], [ -75.161487529113998, 40.0050641032078 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1699, "ADDRESS": "3017 RIDGE AVE", "OWNER1": "CLARKE MARIO EVERTON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323047600", "LNIADDRESSKEY": "504344", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.8828125, "Shape__Length": 70.660620741436873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182701680669396, 39.988689136475401 ], [ -75.182747875179501, 39.988490543102699 ], [ -75.182856176217499, 39.988594794226003 ], [ -75.182701680669396, 39.988689136475401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1700, "ADDRESS": "507 E HAINES ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "592008215", "LNIADDRESSKEY": "329915", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 373.8046875, "Shape__Length": 87.127512483679268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170841557126494, 40.044690928087697 ], [ -75.170774715073307, 40.044752697436103 ], [ -75.170551608457004, 40.044617183026801 ], [ -75.170617914007494, 40.044553531034197 ], [ -75.170841557126494, 40.044690928087697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1701, "ADDRESS": "2516 SHARSWOOD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291148910", "LNIADDRESSKEY": "532734", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 274.84375, "Shape__Length": 66.339475219608062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177058918531301, 39.977480860532602 ], [ -75.177082316759495, 39.977364887671598 ], [ -75.177225395062905, 39.977383393524299 ], [ -75.177201925888696, 39.977499042706903 ], [ -75.177058918531301, 39.977480860532602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1702, "ADDRESS": "2118-20 W GODFREY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885156440", "LNIADDRESSKEY": "318822", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 641.73046875, "Shape__Length": 104.46326899631045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156148103833303, 40.048638882809399 ], [ -75.156323856448907, 40.048645414425302 ], [ -75.156310722541093, 40.048866620163203 ], [ -75.156310652787397, 40.048867908166798 ], [ -75.156131573093006, 40.048862253118301 ], [ -75.156148103833303, 40.048638882809399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1703, "ADDRESS": "2620 W YORK ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281244200", "LNIADDRESSKEY": "629375", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.33984375, "Shape__Length": 50.439794639303891 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175592002851502, 39.991751506315502 ], [ -75.175638822147107, 39.991757585176003 ], [ -75.175611297714994, 39.9918932121141 ], [ -75.175564525064999, 39.991887020537703 ], [ -75.175592002851502, 39.991751506315502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1704, "ADDRESS": "2325 N 21ST ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162179100", "LNIADDRESSKEY": "672312", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.6015625, "Shape__Length": 75.911524061191457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166779686881796, 39.989948935371999 ], [ -75.166788918322794, 39.989905683821497 ], [ -75.167069047149397, 39.989943760106598 ], [ -75.167059617816705, 39.989986136617098 ], [ -75.166779686881796, 39.989948935371999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1705, "ADDRESS": "5745 MARKET ST", "OWNER1": "CBA DEVELOPMENT GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042004700", "LNIADDRESSKEY": "411058", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 298.9609375, "Shape__Length": 92.095709372648116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236306135874401, 39.961815358075 ], [ -75.236322034217494, 39.961738397652198 ], [ -75.236360856390604, 39.961555905878498 ], [ -75.236430306619596, 39.9615647615245 ], [ -75.236396747349701, 39.961720481806097 ], [ -75.236376315773697, 39.961824278162901 ], [ -75.236306135874401, 39.961815358075 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1706, "ADDRESS": "6161 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401293800", "LNIADDRESSKEY": "583932", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.31640625, "Shape__Length": 61.102914753774208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232646056107498, 39.929577629380702 ], [ -75.232682997846396, 39.929551423919897 ], [ -75.232725419435496, 39.929586447698902 ], [ -75.232785663725494, 39.929636596221101 ], [ -75.232834406005495, 39.929676771617302 ], [ -75.232795424441704, 39.929704334528402 ], [ -75.232698458690507, 39.929621866464899 ], [ -75.232646056107498, 39.929577629380702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1707, "ADDRESS": "3759 N 17TH ST", "OWNER1": "RFUND INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131215000", "LNIADDRESSKEY": "663560", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.8359375, "Shape__Length": 70.374785318618081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155375246741698, 40.011227962751398 ], [ -75.155384329883802, 40.011185562285299 ], [ -75.155640623099004, 40.011219757258303 ], [ -75.155631141456993, 40.011262164504203 ], [ -75.155375246741698, 40.011227962751398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1708, "ADDRESS": "845 N 16TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151021310", "LNIADDRESSKEY": "660236", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.6171875, "Shape__Length": 44.695818030963025 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162896368191497, 39.969890659156597 ], [ -75.162905252474005, 39.969849367664601 ], [ -75.163049584598397, 39.9698674682692 ], [ -75.163041048180602, 39.969908429732101 ], [ -75.162896368191497, 39.969890659156597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1709, "ADDRESS": "2817 JUDSON ST", "OWNER1": "BERTE BOUBACARY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111412500", "LNIADDRESSKEY": "365229", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.0546875, "Shape__Length": 47.160819892800575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169513228416406, 39.998011278271498 ], [ -75.169521705359998, 39.997972411018303 ], [ -75.169679772731001, 39.997991373781403 ], [ -75.169672367611895, 39.998030169404203 ], [ -75.169513228416406, 39.998011278271498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1710, "ADDRESS": "6126 REINHARD ST", "OWNER1": "LEATHERBARRY DEVIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401284000", "LNIADDRESSKEY": "500532", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.9140625, "Shape__Length": 60.375635851230975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232148755816894, 39.930180299574999 ], [ -75.232184852586997, 39.930154882103601 ], [ -75.232214543171594, 39.9301802933552 ], [ -75.232335159309201, 39.930280593695599 ], [ -75.232299323491006, 39.930305759033203 ], [ -75.232292554697196, 39.930300226973998 ], [ -75.232148755816894, 39.930180299574999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1711, "ADDRESS": "2607 N 27TH ST", "OWNER1": "RODRIGUEZ LOURDE M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281065300", "LNIADDRESSKEY": "679953", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.984375, "Shape__Length": 54.189418396836643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175530442169801, 39.995258673841001 ], [ -75.175538893034499, 39.995221514183598 ], [ -75.175730017459202, 39.995247964335398 ], [ -75.175722061450102, 39.995284781455197 ], [ -75.175530442169801, 39.995258673841001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1712, "ADDRESS": "3810 W GIRARD AVE", "OWNER1": "WEST GIRARD PROPERTIES LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243217800", "LNIADDRESSKEY": "314323", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 264.63671875, "Shape__Length": 97.244204840148768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199811831846304, 39.974186627991998 ], [ -75.199866865022102, 39.974180693640498 ], [ -75.199921066069507, 39.974469246722997 ], [ -75.1998650707704, 39.9744756913176 ], [ -75.199811831846304, 39.974186627991998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1713, "ADDRESS": "626 E WENSLEY ST", "OWNER1": "THE SEVEN WOLFS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331128900", "LNIADDRESSKEY": "607032", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.85546875, "Shape__Length": 47.56664226027948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118038147778705, 39.999485320699698 ], [ -75.118063162077306, 39.9993682817774 ], [ -75.118064519192501, 39.999361945996597 ], [ -75.118078115964593, 39.999363739930402 ], [ -75.118114162253207, 39.9993681941448 ], [ -75.118112731215106, 39.999374850349099 ], [ -75.118087868700499, 39.999491715933203 ], [ -75.118038147778705, 39.999485320699698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1714, "ADDRESS": "4113 CAMBRIDGE ST", "OWNER1": "PARKER SHANIER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062162400", "LNIADDRESSKEY": "63445", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.3203125, "Shape__Length": 75.20463734553536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207078853629596, 39.973138069866899 ], [ -75.207136839358199, 39.973131584809899 ], [ -75.207178043312098, 39.973343342745203 ], [ -75.207121996587802, 39.973350660298998 ], [ -75.207078853629596, 39.973138069866899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1715, "ADDRESS": "1618 N 25TH ST", "OWNER1": "WAYLAND TEMPLE DEV", "OWNER2": "CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324085300", "LNIADDRESSKEY": "677856", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.0078125, "Shape__Length": 66.54418546349946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175949970528606, 39.980200238520098 ], [ -75.175959851628093, 39.980157888447899 ], [ -75.176199228339101, 39.980189950874198 ], [ -75.176189703084205, 39.980231761579503 ], [ -75.175949970528606, 39.980200238520098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1716, "ADDRESS": "2410 N 9TH ST", "OWNER1": "98 REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371131201", "LNIADDRESSKEY": "647585", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.5, "Shape__Length": 58.334710072597105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147127901814599, 39.988567607062599 ], [ -75.147225788261196, 39.988580223532701 ], [ -75.147339271314294, 39.988596016036198 ], [ -75.147333914001095, 39.988621492545597 ], [ -75.147330642444601, 39.988632508795398 ], [ -75.147120670753097, 39.9886037283012 ], [ -75.147127901814599, 39.988567607062599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1717, "ADDRESS": "2501 N MARSTON ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281082101", "LNIADDRESSKEY": "415797", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.8671875, "Shape__Length": 55.9315542288725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176664036170905, 39.9937419302546 ], [ -75.176677950046994, 39.993702168569499 ], [ -75.176679008807099, 39.993699114224697 ], [ -75.176866508338193, 39.993724321254803 ], [ -75.176856724862304, 39.993768463240301 ], [ -75.176664036170905, 39.9937419302546 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1718, "ADDRESS": "2148 E MONMOUTH ST", "OWNER1": "IMI REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252123900", "LNIADDRESSKEY": "434514", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.015625, "Shape__Length": 48.592166327145833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115600295426106, 39.987999383658398 ], [ -75.115737324653693, 39.987928246757903 ], [ -75.115767155525603, 39.987959866040903 ], [ -75.115628028302197, 39.988032694937402 ], [ -75.115600295426106, 39.987999383658398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1719, "ADDRESS": "2645 REED ST", "OWNER1": "JACINTO ISAIAS", "OWNER2": "KRAVITZ GREGG", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362113200", "LNIADDRESSKEY": "498222", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.42578125, "Shape__Length": 63.773201330610398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188798652989703, 39.935874876736897 ], [ -75.188835607349702, 39.935698836118199 ], [ -75.188889055782894, 39.935705817560297 ], [ -75.188851583101098, 39.935881717098098 ], [ -75.188798652989703, 39.935874876736897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1720, "ADDRESS": "3131 N CHADWICK ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111202300", "LNIADDRESSKEY": "74125", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.15625, "Shape__Length": 49.362172665469096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157280553459699, 40.0012458040556 ], [ -75.157130037538494, 40.001226010518998 ], [ -75.157138340852796, 40.001183641895103 ], [ -75.157301570922698, 40.0012047868994 ], [ -75.157293253954805, 40.001247477337998 ], [ -75.157280553459699, 40.0012458040556 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1721, "ADDRESS": "2202 N VAN PELT ST", "OWNER1": "BCM FIRST INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162194800", "LNIADDRESSKEY": "586278", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.359375, "Shape__Length": 68.239326626308667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168481574170698, 39.988053670695002 ], [ -75.168491654605305, 39.988009003265397 ], [ -75.168735054052803, 39.988042316598303 ], [ -75.168725118869602, 39.9880870188478 ], [ -75.168481574170698, 39.988053670695002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1722, "ADDRESS": "2645 W ARIZONA ST", "OWNER1": "GUILLORY TRACEY J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281238500", "LNIADDRESSKEY": "20880", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.03515625, "Shape__Length": 47.20344465328327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176177517256505, 39.991818250743798 ], [ -75.176203422206399, 39.991695998941601 ], [ -75.176253187750604, 39.991702305798498 ], [ -75.176227372379202, 39.991824398562699 ], [ -75.176177517256505, 39.991818250743798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1723, "ADDRESS": "805 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243147000", "LNIADDRESSKEY": "685894", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.78125, "Shape__Length": 82.255087678737453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197940485386397, 39.968389628017597 ], [ -75.198249539056206, 39.968357314444198 ], [ -75.198257749471296, 39.968400327475401 ], [ -75.197947772327694, 39.968433216325899 ], [ -75.197940485386397, 39.968389628017597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1724, "ADDRESS": "2209 N 5TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191297001", "LNIADDRESSKEY": "636661", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.26171875, "Shape__Length": 52.993430028161818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141517755860605, 39.984695174473501 ], [ -75.141528120577206, 39.984654496870697 ], [ -75.141708745504303, 39.984678784880998 ], [ -75.141699486918597, 39.984719599137598 ], [ -75.141517755860605, 39.984695174473501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1725, "ADDRESS": "1816 N FRANKLIN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202064001", "LNIADDRESSKEY": "299127", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 305.95703125, "Shape__Length": 90.988291909402449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147264618497104, 39.979597549767703 ], [ -75.147276859035898, 39.979541698289999 ], [ -75.147606528464394, 39.9795870242272 ], [ -75.147594425065705, 39.979642589391098 ], [ -75.147264618497104, 39.979597549767703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1726, "ADDRESS": "6000 UPLAND ST", "OWNER1": "WALTON SHAWNNA TR", "OWNER2": "WALTON MYRA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401297900", "LNIADDRESSKEY": "583790", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.2421875, "Shape__Length": 58.529345410358026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229316101787802, 39.931654036039802 ], [ -75.229355504969604, 39.931625903506102 ], [ -75.229416904495693, 39.931677626665603 ], [ -75.229495540130102, 39.931745653741402 ], [ -75.229454389280605, 39.931772942645502 ], [ -75.229332527299405, 39.931668485291397 ], [ -75.229316101787802, 39.931654036039802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1727, "ADDRESS": "1939 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321256901", "LNIADDRESSKEY": "667989", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 263.359375, "Shape__Length": 86.60114577821588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164561371582593, 39.983736585795199 ], [ -75.164571498345396, 39.983686906678798 ], [ -75.164890191441302, 39.983729629517804 ], [ -75.1648793893972, 39.983779438735397 ], [ -75.164561371582593, 39.983736585795199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1728, "ADDRESS": "1511 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "182297601", "LNIADDRESSKEY": "639120", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.83984375, "Shape__Length": 73.009132742230022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145409430875404, 39.974509273440198 ], [ -75.145418377866605, 39.974468855088503 ], [ -75.145688480627001, 39.974501454069603 ], [ -75.145680724519593, 39.974542544822803 ], [ -75.145409430875404, 39.974509273440198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1729, "ADDRESS": "2445 CECIL B MOORE AVE", "OWNER1": "DEPRIMA CHARLES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291263500", "LNIADDRESSKEY": "71768", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.35546875, "Shape__Length": 76.747702259072113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175402648041398, 39.981029558407201 ], [ -75.175459173650694, 39.981036452180398 ], [ -75.175412854008499, 39.981253981755799 ], [ -75.175356118101803, 39.981246567416399 ], [ -75.175402648041398, 39.981029558407201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1730, "ADDRESS": "1812 N FRANKLIN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202063801", "LNIADDRESSKEY": "299123", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 297.05859375, "Shape__Length": 90.398427112801642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147288846357995, 39.979486952702899 ], [ -75.147300859310306, 39.979432110836399 ], [ -75.147630010462805, 39.979477843938497 ], [ -75.147617923798805, 39.9795313303784 ], [ -75.147288846357995, 39.979486952702899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1731, "ADDRESS": "3757 N 7TH ST", "OWNER1": "VIBHAA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432277900", "LNIADDRESSKEY": "642919", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.0859375, "Shape__Length": 91.843371622386485 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139717599117702, 40.009278775005399 ], [ -75.139727473309605, 40.009237876851302 ], [ -75.140079935317701, 40.0092823214082 ], [ -75.140070801060503, 40.009324170092498 ], [ -75.139717599117702, 40.009278775005399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1732, "ADDRESS": "2120 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321268401", "LNIADDRESSKEY": "668046", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.04296875, "Shape__Length": 78.020545762357642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164490465752195, 39.986372499457097 ], [ -75.164499944020704, 39.986327174530899 ], [ -75.164547991768998, 39.986332786758197 ], [ -75.164755322809796, 39.986359911504898 ], [ -75.164786164638201, 39.986363926454104 ], [ -75.164776754341702, 39.986409624599503 ], [ -75.164733848562605, 39.986403821948201 ], [ -75.164490465752195, 39.986372499457097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1733, "ADDRESS": "2124 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321268601", "LNIADDRESSKEY": "668050", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.3515625, "Shape__Length": 78.326017761861038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164470394206006, 39.9864642842468 ], [ -75.164480102137404, 39.986418465558302 ], [ -75.164721753307106, 39.986449588005598 ], [ -75.164767167494901, 39.986455575557002 ], [ -75.164757690847594, 39.986501400601497 ], [ -75.164737099866201, 39.986498953429503 ], [ -75.164470394206006, 39.9864642842468 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1734, "ADDRESS": "3925 FOLSOM ST", "OWNER1": "SCB INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243061500", "LNIADDRESSKEY": "293698", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.69140625, "Shape__Length": 69.832554191422901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201083841579006, 39.967102385135099 ], [ -75.201134934450494, 39.967096878597403 ], [ -75.201173346418202, 39.967295342560703 ], [ -75.2011230810689, 39.967301689668602 ], [ -75.201083841579006, 39.967102385135099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1735, "ADDRESS": "2316 N OPAL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162124301", "LNIADDRESSKEY": "460261", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.19140625, "Shape__Length": 51.740300864250806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164811278807605, 39.989463013857197 ], [ -75.164820419538103, 39.9894210995283 ], [ -75.164994669365996, 39.989444899363399 ], [ -75.164986025568894, 39.989486455479501 ], [ -75.164811278807605, 39.989463013857197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1736, "ADDRESS": "2220 N 3RD ST", "OWNER1": "AYERS KYLE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191181300", "LNIADDRESSKEY": "632559", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.28515625, "Shape__Length": 55.458241846464972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138964078996693, 39.984724056708203 ], [ -75.138972997232997, 39.984683379055397 ], [ -75.139164809934599, 39.984709392027 ], [ -75.139155438530693, 39.9847509299967 ], [ -75.138964078996693, 39.984724056708203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1737, "ADDRESS": "1317 S HOLLYWOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362178905", "LNIADDRESSKEY": "347492", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.875, "Shape__Length": 50.550181690190811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192451801608001, 39.9369309333335 ], [ -75.192459838827503, 39.936894295112602 ], [ -75.192635762820402, 39.936918142702702 ], [ -75.192628133371898, 39.936954483683699 ], [ -75.192451801608001, 39.9369309333335 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1738, "ADDRESS": "1949 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321286301", "LNIADDRESSKEY": "670080", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 277.8046875, "Shape__Length": 93.075424692216004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166169194766695, 39.984155576410501 ], [ -75.166114791765096, 39.984147951016098 ], [ -75.166057882767902, 39.984140657737498 ], [ -75.166049178947901, 39.9841391879662 ], [ -75.166059944513606, 39.984091393857 ], [ -75.166409075508795, 39.9841388274899 ], [ -75.166399371668206, 39.9841862749849 ], [ -75.166169194766695, 39.984155576410501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1739, "ADDRESS": "2501 SEYBERT ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291072910", "LNIADDRESSKEY": "531341", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.1328125, "Shape__Length": 60.603433373721785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176810566647006, 39.9762324574736 ], [ -75.176835676147803, 39.976112235339897 ], [ -75.176947225331006, 39.9761266648324 ], [ -75.176922599305897, 39.976246882059002 ], [ -75.176810566647006, 39.9762324574736 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1740, "ADDRESS": "1538 DIAMOND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321036901", "LNIADDRESSKEY": "116449", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 285.7890625, "Shape__Length": 94.608641333508558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159551684418105, 39.985023468425098 ], [ -75.159612149955805, 39.984750698765602 ], [ -75.159674622147307, 39.984758847248699 ], [ -75.159615157934098, 39.9850317037331 ], [ -75.159551684418105, 39.985023468425098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1741, "ADDRESS": "843 N 40TH ST", "OWNER1": "NORTH 40TH STREET LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243160610", "LNIADDRESSKEY": "686314", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 361.94140625, "Shape__Length": 106.73098724539743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202994005058798, 39.968763413370802 ], [ -75.203205065671696, 39.9687397874863 ], [ -75.203215338967496, 39.968794117443601 ], [ -75.202811861758704, 39.968839283590597 ], [ -75.202801588863096, 39.9687849513465 ], [ -75.202994005058798, 39.968763413370802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1742, "ADDRESS": "2351 N 32ND ST", "OWNER1": "NIXON JEFFREY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282183100", "LNIADDRESSKEY": "684288", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.84375, "Shape__Length": 56.642372124760968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184125476925999, 39.992912909941197 ], [ -75.184133778497397, 39.992874569479298 ], [ -75.184334712470502, 39.992900290993099 ], [ -75.184326584744795, 39.9929384900652 ], [ -75.184125476925999, 39.992912909941197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1743, "ADDRESS": "2449 N STANLEY ST", "OWNER1": "PHILA HOUSING AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282106401", "LNIADDRESSKEY": "551200", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.6640625, "Shape__Length": 47.35927452339665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181793656472905, 39.993790144791298 ], [ -75.181951611525605, 39.993811893811603 ], [ -75.181944322443499, 39.993851110503797 ], [ -75.181785989219605, 39.993829949933399 ], [ -75.181793656472905, 39.993790144791298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1744, "ADDRESS": "2144 E BIRCH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252146701", "LNIADDRESSKEY": "39755", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.69921875, "Shape__Length": 48.239014402690586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1152903440898, 39.988272758514199 ], [ -75.1154313243552, 39.988202422219203 ], [ -75.115456779625305, 39.988233941143797 ], [ -75.115317275035494, 39.988304585033603 ], [ -75.1152903440898, 39.988272758514199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1745, "ADDRESS": "4981 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442084200", "LNIADDRESSKEY": "314593", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 296.5625, "Shape__Length": 108.08384092546147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221560557669406, 39.972465384106997 ], [ -75.221614440212093, 39.972454240061303 ], [ -75.221725496262593, 39.9727752419113 ], [ -75.221669815475394, 39.972780655458699 ], [ -75.221560557669406, 39.972465384106997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1746, "ADDRESS": "2336 N LEITHGOW ST", "OWNER1": "HILDEGRAD HERSCHBERGER", "OWNER2": "W OF FRANZ", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191244500", "LNIADDRESSKEY": "388706", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.37890625, "Shape__Length": 43.902270777342842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140011069507594, 39.9866605692959 ], [ -75.140018734529903, 39.986622507575902 ], [ -75.140163571989802, 39.9866430005655 ], [ -75.140155411205598, 39.986680858426503 ], [ -75.140011069507594, 39.9866605692959 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1747, "ADDRESS": "1600 W LEHIGH AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161324401", "LNIADDRESSKEY": "387648", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.91796875, "Shape__Length": 68.400393475393201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158011751965503, 39.994082932491899 ], [ -75.157969411112205, 39.994272513343603 ], [ -75.1579142418651, 39.994265013340197 ], [ -75.157956141500705, 39.994075486739398 ], [ -75.158011751965503, 39.994082932491899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1748, "ADDRESS": "6067 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401290000", "LNIADDRESSKEY": "583857", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.75, "Shape__Length": 61.209367010137335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2308784236035, 39.930887580254002 ], [ -75.230920605695403, 39.930856751198299 ], [ -75.231066717533295, 39.930980921717698 ], [ -75.231023715437999, 39.931010152692302 ], [ -75.230985662499094, 39.930978158116403 ], [ -75.2308784236035, 39.930887580254002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1749, "ADDRESS": "6044 UPLAND ST", "OWNER1": "J AND J HOME INVESTMENTS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401300100", "LNIADDRESSKEY": "583834", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.6953125, "Shape__Length": 58.900387608704733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230196026035102, 39.931036636284098 ], [ -75.230336943079706, 39.931156873383003 ], [ -75.230296667701694, 39.931184874450999 ], [ -75.230156660946903, 39.931064352090999 ], [ -75.230196026035102, 39.931036636284098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1750, "ADDRESS": "1913 W DAUPHIN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162248201", "LNIADDRESSKEY": "110650", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.70703125, "Shape__Length": 63.385019889486301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164191493616599, 39.989211172009099 ], [ -75.164230042177095, 39.9890359313668 ], [ -75.1642822446954, 39.989043072130599 ], [ -75.1642432411806, 39.989218189911 ], [ -75.164191493616599, 39.989211172009099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1751, "ADDRESS": "6158 UPLAND ST", "OWNER1": "THORNTON CARL C", "OWNER2": "DOLORES E H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401305200", "LNIADDRESSKEY": "583929", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.046875, "Shape__Length": 59.89003374034484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232285856238903, 39.929452887397197 ], [ -75.232322070691694, 39.929427085047003 ], [ -75.232389975667004, 39.929484107639503 ], [ -75.232397123795906, 39.929490099646998 ], [ -75.232399482624601, 39.929491425216 ], [ -75.232470509047701, 39.929551739600399 ], [ -75.232454675293994, 39.929563175909699 ], [ -75.232435594499194, 39.929576926322198 ], [ -75.232362952437896, 39.929517220659001 ], [ -75.232361012535705, 39.929515920053802 ], [ -75.232353174022094, 39.929509332870701 ], [ -75.232285856238903, 39.929452887397197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1752, "ADDRESS": "822 N 42ND ST", "OWNER1": "TUCKER JAMES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062284910", "LNIADDRESSKEY": "686976", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.875, "Shape__Length": 56.558104970571932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208081580782903, 39.967506590774903 ], [ -75.208089333395407, 39.967543498666899 ], [ -75.207887069437703, 39.967567404890403 ], [ -75.207879708530001, 39.967528989723 ], [ -75.208081580782903, 39.967506590774903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1753, "ADDRESS": "2559 N CORLIES ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282092101", "LNIADDRESSKEY": "98306", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.9453125, "Shape__Length": 51.053822909165646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180917293113794, 39.995457625877201 ], [ -75.1809269580137, 39.9954187991613 ], [ -75.181101352822694, 39.995442626875402 ], [ -75.181092323901694, 39.995481869912602 ], [ -75.180917293113794, 39.995457625877201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1754, "ADDRESS": "3406 N 22ND ST", "OWNER1": "SINGHAL AJAY K", "OWNER2": "SINGHAL POONAM N", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112310200", "LNIADDRESSKEY": "674415", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 344.71875, "Shape__Length": 96.607127184979092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165275996811403, 40.006627469782799 ], [ -75.165626744397798, 40.006672941556999 ], [ -75.165614438294398, 40.006731323956302 ], [ -75.165263404469002, 40.006687361663801 ], [ -75.165275996811403, 40.006627469782799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1755, "ADDRESS": "1802 N BUCKNELL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322136901", "LNIADDRESSKEY": "54831", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.10546875, "Shape__Length": 49.282479733678315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173228000609697, 39.982409964531698 ], [ -75.173235767373896, 39.982371532762798 ], [ -75.173403578741102, 39.982393402878898 ], [ -75.173395281217907, 39.982432629147603 ], [ -75.173228000609697, 39.982409964531698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1756, "ADDRESS": "1554 S STILLMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364201605", "LNIADDRESSKEY": "555874", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.70703125, "Shape__Length": 46.430441875375557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187227682614207, 39.933023875096502 ], [ -75.187236293208201, 39.932984897237603 ], [ -75.187391597973502, 39.933004938358302 ], [ -75.187383034024705, 39.933043224617897 ], [ -75.187227682614207, 39.933023875096502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1757, "ADDRESS": "1803 S 58TH ST", "OWNER1": "SOILED LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401046800", "LNIADDRESSKEY": "698440", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.3046875, "Shape__Length": 74.093746449969373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229240344197606, 39.936798493441202 ], [ -75.229248593678193, 39.936792871205498 ], [ -75.229442765150196, 39.936655255261499 ], [ -75.229481080510794, 39.936687578166001 ], [ -75.229276031120094, 39.936831113412097 ], [ -75.229240344197606, 39.936798493441202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1758, "ADDRESS": "2514 N 19TH ST", "OWNER1": "STANTON OVATION LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162092700", "LNIADDRESSKEY": "668286", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.76953125, "Shape__Length": 67.043057977045407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163182034895598, 39.992314465628297 ], [ -75.163190859420993, 39.992272624240698 ], [ -75.163421698913297, 39.992303150528002 ], [ -75.163432041389299, 39.992304527881302 ], [ -75.163429759627604, 39.992314341456897 ], [ -75.163422969983699, 39.992347895447097 ], [ -75.163412359064395, 39.992346415184699 ], [ -75.163182034895598, 39.992314465628297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1759, "ADDRESS": "2307 N REESE ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191323501", "LNIADDRESSKEY": "498798", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.8125, "Shape__Length": 59.949963362936288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141821649635403, 39.9864691827323 ], [ -75.141830843980202, 39.986427834275098 ], [ -75.1420422491598, 39.986455092823 ], [ -75.142036631710099, 39.986480242227998 ], [ -75.142033003829994, 39.986496666517503 ], [ -75.141821649635403, 39.9864691827323 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1760, "ADDRESS": "431 W NORRIS ST", "OWNER1": "HANSEN CHRIS", "OWNER2": null, "BLDG_DESC": "ROW 3STY FRAME", "OPA_ID": "183208500", "LNIADDRESSKEY": "452218", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.58984375, "Shape__Length": 56.858803383848482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141837286977207, 39.981496482973199 ], [ -75.141836060192404, 39.9815049821431 ], [ -75.141794308257303, 39.981499793953098 ], [ -75.141794653974699, 39.981490791586403 ], [ -75.141803112510502, 39.981456615449503 ], [ -75.141827287633902, 39.981338377458499 ], [ -75.141869024397295, 39.981343920071602 ], [ -75.141837286977207, 39.981496482973199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1761, "ADDRESS": "234 BERKLEY ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "133007900", "LNIADDRESSKEY": "36759", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.8125, "Shape__Length": 76.837503887119581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162777218477601, 40.021533673061299 ], [ -75.162877570473498, 40.021619353320602 ], [ -75.162747366787997, 40.021707916726101 ], [ -75.162692256758504, 40.021746651941598 ], [ -75.162724890328704, 40.021676024590597 ], [ -75.162741890716603, 40.021634286311397 ], [ -75.162760917955893, 40.021583954091497 ], [ -75.162777218477601, 40.021533673061299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1762, "ADDRESS": "630 E WENSLEY ST", "OWNER1": "LYNCH CHARLES J", "OWNER2": "KATHLEEN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331129100", "LNIADDRESSKEY": "607036", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.33984375, "Shape__Length": 46.834156363387727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118013616297105, 39.999355217300497 ], [ -75.118012198946204, 39.999361520163703 ], [ -75.117986100179607, 39.999478387794497 ], [ -75.117939631917295, 39.999472406107898 ], [ -75.117965738307802, 39.999355343813001 ], [ -75.117967133259498, 39.999349089993302 ], [ -75.117973681245104, 39.999349948562703 ], [ -75.118013616297105, 39.999355217300497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1763, "ADDRESS": "2223 N ORKNEY ST", "OWNER1": "KELLER THOMAS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191274100", "LNIADDRESSKEY": "462395", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 71.90625, "Shape__Length": 39.612896055989459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141067813676599, 39.984999753243201 ], [ -75.141074362939406, 39.984967276096199 ], [ -75.141207519653406, 39.9849851652897 ], [ -75.141200357789899, 39.985017773807897 ], [ -75.141067813676599, 39.984999753243201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1764, "ADDRESS": "1807-09 N 22ND ST", "OWNER1": "THE TRS OF GENERAL", "OWNER2": "ASSEMBLY OF THE CHURCH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "772319000", "LNIADDRESSKEY": "673933", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 531.375, "Shape__Length": 103.22068778914728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170059546912398, 39.982120874413802 ], [ -75.170069973905598, 39.982071426908497 ], [ -75.170082677171493, 39.9820735178847 ], [ -75.170399845011303, 39.9821192704499 ], [ -75.170389145569601, 39.982168727623701 ], [ -75.170378530902099, 39.982215913895097 ], [ -75.170060887473198, 39.982169989533503 ], [ -75.170049183929805, 39.982168597915901 ], [ -75.170059546912398, 39.982120874413802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1765, "ADDRESS": "2427 N 29TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282165201", "LNIADDRESSKEY": "682182", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.1015625, "Shape__Length": 68.678236590064316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179059670958793, 39.993075801478902 ], [ -75.179064768519794, 39.993050768440703 ], [ -75.179069342711202, 39.993032365256397 ], [ -75.179078435544497, 39.993033536377702 ], [ -75.179317096951095, 39.993064141484901 ], [ -75.179306840132, 39.993107564621702 ], [ -75.179069162017697, 39.993077013055697 ], [ -75.179059670958793, 39.993075801478902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1766, "ADDRESS": "2344 N SYDENHAM ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161053700", "LNIADDRESSKEY": "560055", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 65.98828125, "Shape__Length": 35.520393654618061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158143530863796, 39.989468582653799 ], [ -75.158150595128205, 39.989432843397097 ], [ -75.158261160208397, 39.989447188450001 ], [ -75.158253656677999, 39.989483466287503 ], [ -75.158143530863796, 39.989468582653799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1767, "ADDRESS": "258 DIAMOND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183214600", "LNIADDRESSKEY": "116235", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": null, "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.58203125, "Shape__Length": 59.821421564057189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138917685369705, 39.982168923739998 ], [ -75.138974518411203, 39.982176487892602 ], [ -75.138940681173494, 39.982337143117697 ], [ -75.138888299381804, 39.982329906607603 ], [ -75.138884035193996, 39.982324748091401 ], [ -75.138917685369705, 39.982168923739998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1768, "ADDRESS": "3839 FAIRMOUNT AVE", "OWNER1": "COMMONWEALTH IMPROVEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243013700", "LNIADDRESSKEY": "283602", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.48828125, "Shape__Length": 84.268360153276006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199015157771697, 39.965665526730596 ], [ -75.199071449462807, 39.965659378746302 ], [ -75.1991173065298, 39.965903209157197 ], [ -75.199060759148793, 39.965909495644702 ], [ -75.199027022469707, 39.965730075024702 ], [ -75.199015157771697, 39.965665526730596 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1769, "ADDRESS": "2947-49 DIAMOND ST", "OWNER1": "TRAN TONY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323128905", "LNIADDRESSKEY": "116796", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 267.625, "Shape__Length": 67.631226112292183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181957029787498, 39.988244305464697 ], [ -75.181987167767304, 39.988101256271101 ], [ -75.182099607813598, 39.9881159423649 ], [ -75.182068093481504, 39.988260508274003 ], [ -75.181957029787498, 39.988244305464697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1770, "ADDRESS": "643 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "371382301", "LNIADDRESSKEY": "105914", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.16015625, "Shape__Length": 55.763837646864673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144223706719103, 39.989511961401298 ], [ -75.144271521099299, 39.989518222159198 ], [ -75.144237009768105, 39.989670996358697 ], [ -75.1441903917883, 39.989665263943998 ], [ -75.144223706719103, 39.989511961401298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1771, "ADDRESS": "1448 S NAPA ST", "OWNER1": "LEMA PROPERTY GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364444800", "LNIADDRESSKEY": "446021", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.58203125, "Shape__Length": 54.093010206848177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196290638139899, 39.935449592419602 ], [ -75.196299399810897, 39.935408682442301 ], [ -75.1964845917703, 39.935432117868203 ], [ -75.196475362999493, 39.935474871279197 ], [ -75.196290638139899, 39.935449592419602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1772, "ADDRESS": "1317 S STANLEY ST", "OWNER1": "IKIGAI PROPERTIES OZ LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362258900", "LNIADDRESSKEY": "551351", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.69921875, "Shape__Length": 50.143719493823731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194505776664101, 39.937214532304999 ], [ -75.194513339231605, 39.937178270821498 ], [ -75.194688541293203, 39.937200147337599 ], [ -75.194679963247594, 39.937236725209601 ], [ -75.194505776664101, 39.937214532304999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1773, "ADDRESS": "5411 BELMAR ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "514088500", "LNIADDRESSKEY": "34447", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.4453125, "Shape__Length": 68.977439875004876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225115308673494, 39.941080468445897 ], [ -75.2250911103758, 39.941059931333697 ], [ -75.225075802131002, 39.941046956710302 ], [ -75.225038006712794, 39.941014175271903 ], [ -75.224998846595597, 39.940979769009601 ], [ -75.224957384907, 39.940944183563303 ], [ -75.225002616557106, 39.940912681430902 ], [ -75.225137086039098, 39.941027543401802 ], [ -75.225162726976194, 39.941049853440802 ], [ -75.225168187340202, 39.9410545034103 ], [ -75.225161564150895, 39.941059176829803 ], [ -75.225122917268806, 39.941086487923002 ], [ -75.225116588472702, 39.941081544029601 ], [ -75.225115308673494, 39.941080468445897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1774, "ADDRESS": "2017 N 33RD ST", "OWNER1": "BRAGG MARZELLA", "OWNER2": "GREEN ELLEN S/M", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323344100", "LNIADDRESSKEY": "684751", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.37109375, "Shape__Length": 85.908432922916404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186761994286101, 39.987665110507102 ], [ -75.186769860159202, 39.987623826255302 ], [ -75.186770538120896, 39.987620294800202 ], [ -75.187094299697094, 39.987662197861702 ], [ -75.187092978387597, 39.987667762494603 ], [ -75.187083954089402, 39.987705877502798 ], [ -75.186761994286101, 39.987665110507102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1775, "ADDRESS": "2914 PALETHORP ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071159500", "LNIADDRESSKEY": "468606", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.19140625, "Shape__Length": 49.998783618283341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133655735037806, 39.994763085256302 ], [ -75.133662593348504, 39.994726504560902 ], [ -75.133830853585806, 39.994748683363298 ], [ -75.133837240714698, 39.994749909040102 ], [ -75.133830904752102, 39.994784906835797 ], [ -75.133655735037806, 39.994763085256302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1776, "ADDRESS": "863 N 40TH ST", "OWNER1": "HALE-FOSTER AMANDA LEE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243161600", "LNIADDRESSKEY": "686330", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 364.23046875, "Shape__Length": 107.30280195369133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202891115475396, 39.969272173566601 ], [ -75.203297135184997, 39.969226724512502 ], [ -75.203307407123305, 39.969281055553701 ], [ -75.202901387180304, 39.9693265023934 ], [ -75.202891115475396, 39.969272173566601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1777, "ADDRESS": "2013 S 70TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403205801", "LNIADDRESSKEY": "706640", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.66796875, "Shape__Length": 70.831669402789089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243376016077406, 39.9226688356162 ], [ -75.243567511091896, 39.922529832295297 ], [ -75.243585676127196, 39.922544769136103 ], [ -75.243605573521094, 39.9225615976341 ], [ -75.243412371057204, 39.9226986288107 ], [ -75.2433890076517, 39.922679322238203 ], [ -75.243376016077406, 39.9226688356162 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1778, "ADDRESS": "1616 S 19TH ST", "OWNER1": "SUPERIOR PROPERTY HOLDING", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363213900", "LNIADDRESSKEY": "669404", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.7734375, "Shape__Length": 66.238648617863859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176550520337202, 39.931003622347802 ], [ -75.176559521852298, 39.930962203174701 ], [ -75.176797555296901, 39.930992563369401 ], [ -75.176788371865499, 39.931036009134097 ], [ -75.176550520337202, 39.931003622347802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1779, "ADDRESS": "2315 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162178601", "LNIADDRESSKEY": "672302", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.765625, "Shape__Length": 76.007775224486537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166828393393303, 39.989729592699703 ], [ -75.166838090489193, 39.989686223231601 ], [ -75.167117201734399, 39.989724582862898 ], [ -75.167107719175405, 39.9897683603823 ], [ -75.166828393393303, 39.989729592699703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1780, "ADDRESS": "2145 N NEWKIRK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323218701", "LNIADDRESSKEY": "449997", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.73046875, "Shape__Length": 49.219004849679919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179107943895502, 39.9886000567056 ], [ -75.179276432560201, 39.988623319447001 ], [ -75.179268106711504, 39.988660578982298 ], [ -75.179099359375201, 39.988638035750697 ], [ -75.179107943895502, 39.9886000567056 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1781, "ADDRESS": "929 W SOMERSET ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885458620", "LNIADDRESSKEY": "541773", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.2578125, "Shape__Length": 81.755188311628274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146905219641894, 39.994902877295601 ], [ -75.146954604978802, 39.994667067155703 ], [ -75.1470093708284, 39.994673612720703 ], [ -75.146992289500702, 39.994751228957199 ], [ -75.146959597678006, 39.994909688896598 ], [ -75.146905219641894, 39.994902877295601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1782, "ADDRESS": "5511 LANSDOWNE AVE", "OWNER1": "WOLFGANG HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041256800", "LNIADDRESSKEY": "378462", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.21484375, "Shape__Length": 94.499330427598608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232193672831897, 39.976898422294902 ], [ -75.232246474686093, 39.9768944383299 ], [ -75.232300336705606, 39.977174406118898 ], [ -75.232245687291993, 39.977180203377301 ], [ -75.232193672831897, 39.976898422294902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1783, "ADDRESS": "1351 S WILTON ST", "OWNER1": "ROUSE LOIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511210400", "LNIADDRESSKEY": "616406", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.7734375, "Shape__Length": 57.275342208063606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219355823085294, 39.940501761179199 ], [ -75.219317041051497, 39.940469543922397 ], [ -75.219463529180203, 39.9403650591494 ], [ -75.219502311223906, 39.940397276356698 ], [ -75.219355823085294, 39.940501761179199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1784, "ADDRESS": "2360 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162187401", "LNIADDRESSKEY": "672347", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.9375, "Shape__Length": 71.171536228795944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167094449866994, 39.990731027811101 ], [ -75.167338417057906, 39.990763437639004 ], [ -75.167335781991198, 39.990775935109802 ], [ -75.167326961034306, 39.9908177937305 ], [ -75.167083564072996, 39.990786363052599 ], [ -75.167094449866994, 39.990731027811101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1785, "ADDRESS": "2222 DIAMOND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322266301", "LNIADDRESSKEY": "116675", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.45703125, "Shape__Length": 72.819676462038103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170597315741404, 39.986236483711103 ], [ -75.170652288717903, 39.986244037523797 ], [ -75.170606096891106, 39.986448333658103 ], [ -75.170550457128599, 39.986441215348101 ], [ -75.170597315741404, 39.986236483711103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1786, "ADDRESS": "88-90 E WISTER ST", "OWNER1": "VEREETA HYMAN HOMES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121049200", "LNIADDRESSKEY": "619732", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 384.08984375, "Shape__Length": 88.282426896899196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162861904798604, 40.031533687381099 ], [ -75.162927597760699, 40.031468898718202 ], [ -75.163155624346302, 40.031605315021899 ], [ -75.163154862079097, 40.0316060558308 ], [ -75.163090077256697, 40.031670122866203 ], [ -75.162861904798604, 40.031533687381099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1787, "ADDRESS": "662 N CONESTOGA ST", "OWNER1": "CIVETTA 1 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041146050", "LNIADDRESSKEY": "95540", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.5625, "Shape__Length": 46.117842594425234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229669675064898, 39.970542817328699 ], [ -75.229662514359504, 39.970504782151103 ], [ -75.229817876951799, 39.970487465920897 ], [ -75.229825039204897, 39.970525501120903 ], [ -75.229669675064898, 39.970542817328699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1788, "ADDRESS": "634 HOFFMAN ST", "OWNER1": "MOODY DYLAN AJ", "OWNER2": "MCCALL CELINA M", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393010700", "LNIADDRESSKEY": "346083", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.52734375, "Shape__Length": 47.291978255371639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157350937532001, 39.924660307379902 ], [ -75.157400143003699, 39.924666819264701 ], [ -75.157372261467998, 39.924789586779298 ], [ -75.157323077833794, 39.924783075378201 ], [ -75.157350937532001, 39.924660307379902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1789, "ADDRESS": "4131 LEIDY AVE", "OWNER1": "AGE FRIENDLY VILLAGES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062195300", "LNIADDRESSKEY": "388069", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 425.68359375, "Shape__Length": 140.81225174838528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207621119424104, 39.974753035013698 ], [ -75.207726665841193, 39.974588712589501 ], [ -75.207732560673605, 39.974579526814402 ], [ -75.207873748299505, 39.974359719475203 ], [ -75.207927786318095, 39.9743798094715 ], [ -75.207786447799506, 39.974599740797899 ], [ -75.207780640273, 39.9746087843494 ], [ -75.207674718014303, 39.974773646979898 ], [ -75.207621119424104, 39.974753035013698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1790, "ADDRESS": "2244 N LEITHGOW ST", "OWNER1": "ROSSELL KATHRYN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191241200", "LNIADDRESSKEY": "388653", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.25390625, "Shape__Length": 40.137546994194302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140316014131102, 39.985252735708499 ], [ -75.140322465353805, 39.985220610018096 ], [ -75.140459203780594, 39.985238001481598 ], [ -75.140451677661503, 39.985269715298401 ], [ -75.140316014131102, 39.985252735708499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1791, "ADDRESS": "3118 W ARIZONA ST", "OWNER1": "HUGGINS THOMAS A", "OWNER2": "BLANCHE E", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282328100", "LNIADDRESSKEY": "20940", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.41015625, "Shape__Length": 47.192580935565488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183431350898502, 39.992543209009398 ], [ -75.183456373564695, 39.9924212582428 ], [ -75.183505686176105, 39.992427373852102 ], [ -75.183482245645607, 39.992549617917398 ], [ -75.183431350898502, 39.992543209009398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1792, "ADDRESS": "3664 N 11TH ST", "OWNER1": "DE LA CRUZ VELOZ SILVIO ANTONIO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432143300", "LNIADDRESSKEY": "652294", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.59765625, "Shape__Length": 76.569145173489247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146322325772402, 40.008410193291802 ], [ -75.146312508917404, 40.008455202999897 ], [ -75.146032477792701, 40.008418836770602 ], [ -75.146042248171, 40.008373439715797 ], [ -75.146322325772402, 40.008410193291802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1793, "ADDRESS": "6111 VANDIKE ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411341610", "LNIADDRESSKEY": "586571", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.51953125, "Shape__Length": 58.01027413255936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.056828554617596, 40.018146403056498 ], [ -75.056783887276595, 40.018169843589803 ], [ -75.056668348473195, 40.018036153930097 ], [ -75.056716005472794, 40.018016851796197 ], [ -75.0568290181984, 40.018146090679103 ], [ -75.056828554617596, 40.018146403056498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1794, "ADDRESS": "2748 N 2ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192074000", "LNIADDRESSKEY": "630538", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.15234375, "Shape__Length": 67.019500520940895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1347194513951, 39.992646188450401 ], [ -75.134727248659601, 39.992610224902698 ], [ -75.134976032731799, 39.992643635627701 ], [ -75.134967441866394, 39.992681160153801 ], [ -75.1347194513951, 39.992646188450401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1795, "ADDRESS": "2018 W OXFORD ST", "OWNER1": "KONE HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472029600", "LNIADDRESSKEY": "466686", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.18359375, "Shape__Length": 51.789146587826664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168370994418794, 39.978392396352099 ], [ -75.168427301704995, 39.978399645769201 ], [ -75.1684258293418, 39.978406414180498 ], [ -75.168398441672906, 39.978532311769897 ], [ -75.168342132817003, 39.9785250623056 ], [ -75.168370994418794, 39.978392396352099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1796, "ADDRESS": "1617 W NORRIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321017610", "LNIADDRESSKEY": "452339", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.29296875, "Shape__Length": 66.619288225367086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160942826059795, 39.983985290584897 ], [ -75.160980451356906, 39.983807450893899 ], [ -75.161043057461299, 39.983815908015004 ], [ -75.161007074083003, 39.983993542613803 ], [ -75.160942826059795, 39.983985290584897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1797, "ADDRESS": "3150 N STILLMAN ST", "OWNER1": "PRESTON C LLOYD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381104300", "LNIADDRESSKEY": "555782", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.73046875, "Shape__Length": 48.111795606458799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1714262127457, 40.0034608902752 ], [ -75.171434381648098, 40.003421870690701 ], [ -75.171596501452797, 40.0034437597267 ], [ -75.171588809468702, 40.003482371061203 ], [ -75.1714262127457, 40.0034608902752 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1798, "ADDRESS": "3910 WALLACE ST", "OWNER1": "PHILA HOUSING DEV CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242215810", "LNIADDRESSKEY": "593540", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.6640625, "Shape__Length": 77.113797667447514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200325355856805, 39.964048719449501 ], [ -75.2003157700847, 39.963998809227803 ], [ -75.200357750210301, 39.963994374375801 ], [ -75.200360351872106, 39.963999268336103 ], [ -75.200367965263595, 39.963998502726902 ], [ -75.200411462710505, 39.9642165361427 ], [ -75.200358912569499, 39.964222396234703 ], [ -75.200325355856805, 39.964048719449501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1799, "ADDRESS": "2342 TURNER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291235500", "LNIADDRESSKEY": "579961", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.68359375, "Shape__Length": 57.120962562840845 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1738699438352, 39.979736708872501 ], [ -75.173902964042796, 39.979579894491998 ], [ -75.173951454812993, 39.9795864160847 ], [ -75.173918668946101, 39.9797431535196 ], [ -75.1738699438352, 39.979736708872501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1800, "ADDRESS": "2846 W GLENWOOD AVE", "OWNER1": "SARYCHAU DARYA", "OWNER2": "SARYCHAU SIARHEI", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323052200", "LNIADDRESSKEY": "318086", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.89453125, "Shape__Length": 62.932769506060112 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181044233043096, 39.983501197069998 ], [ -75.181274765476104, 39.983530907343003 ], [ -75.181161020872395, 39.983606848493302 ], [ -75.181044233043096, 39.983501197069998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1801, "ADDRESS": "6069 UPLAND ST", "OWNER1": "JOSEPH F KINSOLVING", "OWNER2": "ROSEMARY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401290100", "LNIADDRESSKEY": "583859", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.9609375, "Shape__Length": 60.594054368298103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230920605695403, 39.930856751198299 ], [ -75.230961747449399, 39.930829123719299 ], [ -75.231106990348493, 39.9309530171898 ], [ -75.231066717533295, 39.930980921717698 ], [ -75.230920605695403, 39.930856751198299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1802, "ADDRESS": "3310 N 16TH ST", "OWNER1": "DAVID HARVEY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112201900", "LNIADDRESSKEY": "660792", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 272.09375, "Shape__Length": 99.663475306726028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155798737791898, 40.003972113610601 ], [ -75.155807169120806, 40.003931408078401 ], [ -75.156184392798295, 40.003974073432303 ], [ -75.1561949131776, 40.003975245932999 ], [ -75.156185011884006, 40.004019319616802 ], [ -75.155798737791898, 40.003972113610601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1803, "ADDRESS": "2516 N NEWKIRK ST", "OWNER1": "VIRZELLIA MONTGOMERY", "OWNER2": "TRUSTEE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281133400", "LNIADDRESSKEY": "450096", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.33984375, "Shape__Length": 50.898785230785414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178145646945396, 39.994244834728399 ], [ -75.178154328934895, 39.994205938886701 ], [ -75.178328362936597, 39.9942297943564 ], [ -75.178319835645695, 39.9942690157865 ], [ -75.178145646945396, 39.994244834728399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1804, "ADDRESS": "1953 N ORIANNA ST", "OWNER1": "SANCHEZ RAMON DEJESUS", "OWNER2": "MARIA M H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183310500", "LNIADDRESSKEY": "461452", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.5703125, "Shape__Length": 44.430374759790908 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140088478970995, 39.980575705299103 ], [ -75.140096071263699, 39.980542831820998 ], [ -75.140249874128898, 39.980564674315403 ], [ -75.140242517719102, 39.980596859378501 ], [ -75.140088478970995, 39.980575705299103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1805, "ADDRESS": "1320 S CORLIES ST", "OWNER1": "SMITH-SPANN SHADIQUA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362255805", "LNIADDRESSKEY": "98380", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.1484375, "Shape__Length": 52.18217224523984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1943218472029, 39.937155191977503 ], [ -75.194322588948296, 39.937151613485497 ], [ -75.194329972752598, 39.9371162175009 ], [ -75.194510894024106, 39.937138593401599 ], [ -75.194502809290697, 39.937177068738997 ], [ -75.1943218472029, 39.937155191977503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1806, "ADDRESS": "4310 PENNSGROVE ST", "OWNER1": "JONES JAMES L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062124600", "LNIADDRESSKEY": "478592", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.80859375, "Shape__Length": 75.120528718538623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210616863457005, 39.970060701468903 ], [ -75.210621296699301, 39.9700603637189 ], [ -75.210672587517706, 39.970054647801298 ], [ -75.210673552142794, 39.970060247478301 ], [ -75.210676677588097, 39.970078644155102 ], [ -75.210711311334094, 39.970267993727603 ], [ -75.210656220247301, 39.970274496159099 ], [ -75.210617906690402, 39.970066430152698 ], [ -75.210616863457005, 39.970060701468903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1807, "ADDRESS": "3812 N CAMAC ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432369610", "LNIADDRESSKEY": "61064", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.07421875, "Shape__Length": 54.778614383806364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148084469456705, 40.010961430155902 ], [ -75.148092478129996, 40.010925858067601 ], [ -75.148288246987903, 40.010949638182801 ], [ -75.1482871139319, 40.010955125620399 ], [ -75.148280544514193, 40.010985975203603 ], [ -75.148273325423602, 40.010985086295499 ], [ -75.148084469456705, 40.010961430155902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1808, "ADDRESS": "920 W STERNER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372297000", "LNIADDRESSKEY": "553584", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.921875, "Shape__Length": 50.030954355714684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146580631107597, 39.993429748053401 ], [ -75.146607818647297, 39.993297874122803 ], [ -75.146657841150201, 39.993304554447498 ], [ -75.1466299855296, 39.993436363679102 ], [ -75.146580631107597, 39.993429748053401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1809, "ADDRESS": "3142 N CARLISLE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111152825", "LNIADDRESSKEY": "65188", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.3828125, "Shape__Length": 50.938713751922258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154155883201298, 40.001083114037797 ], [ -75.154164346138501, 40.001042134511998 ], [ -75.154329119578307, 40.001063447064602 ], [ -75.154335542911397, 40.001064286086098 ], [ -75.154327220819198, 40.001106525727103 ], [ -75.154320194551303, 40.001105560444998 ], [ -75.154155883201298, 40.001083114037797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1810, "ADDRESS": "6060 VINE ST", "OWNER1": "PENNDREX PROPERTY DEVELOP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341029700", "LNIADDRESSKEY": "589419", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 391.0234375, "Shape__Length": 105.448068012028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241283113812798, 39.966660505093998 ], [ -75.241283316237102, 39.966659542078197 ], [ -75.241347742018107, 39.966363225316002 ], [ -75.241427108423395, 39.966373148310502 ], [ -75.241361988368993, 39.966670676407801 ], [ -75.241283113812798, 39.966660505093998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1811, "ADDRESS": "4160 WESTMINSTER AVE", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062090600", "LNIADDRESSKEY": "608026", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.53515625, "Shape__Length": 42.024029720278506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208051680074902, 39.969859826842502 ], [ -75.208104719348995, 39.969853860230899 ], [ -75.208123742313106, 39.969955770606298 ], [ -75.208069206760598, 39.9699619777614 ], [ -75.208051680074902, 39.969859826842502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1812, "ADDRESS": "2211 N ORIANNA ST", "OWNER1": "PRUNA JOSEPH", "OWNER2": "LEYBA MARIE C H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191191300", "LNIADDRESSKEY": "461584", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.75390625, "Shape__Length": 43.125886750210526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139226565368801, 39.984557850450997 ], [ -75.1392355426226, 39.9845194796169 ], [ -75.139376090493499, 39.9845391192694 ], [ -75.139367628093794, 39.984577162814098 ], [ -75.139226565368801, 39.984557850450997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1813, "ADDRESS": "753 N 44TH ST", "OWNER1": "42ND MARKET ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061298500", "LNIADDRESSKEY": "687650", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.640625, "Shape__Length": 67.614863919345353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2106339667518, 39.965935123741602 ], [ -75.210878468672007, 39.9659159846642 ], [ -75.210884447750601, 39.965960043089602 ], [ -75.210640185190002, 39.965979509588898 ], [ -75.2106339667518, 39.965935123741602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1814, "ADDRESS": "2514 TURNER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324014000", "LNIADDRESSKEY": "580040", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.4765625, "Shape__Length": 56.540415111257502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176340503809598, 39.980052152492497 ], [ -75.176372901126797, 39.979898338570102 ], [ -75.1764230940733, 39.979904767760502 ], [ -75.176391287762101, 39.980057901168898 ], [ -75.176364935600205, 39.980054924772602 ], [ -75.176340503809598, 39.980052152492497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1815, "ADDRESS": "5151 W GIRARD AVE", "OWNER1": "PEBBLE DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442089900", "LNIADDRESSKEY": "314651", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 317.265625, "Shape__Length": 116.0550018158664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225088162423901, 39.971699443589003 ], [ -75.225142962444195, 39.971687802279497 ], [ -75.2252680674396, 39.972034835232002 ], [ -75.225214968568693, 39.972040163127602 ], [ -75.225088162423901, 39.971699443589003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1816, "ADDRESS": "3959 BROWN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243123910", "LNIADDRESSKEY": "53934", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.91796875, "Shape__Length": 71.557567404049948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202427115001001, 39.967550280324097 ], [ -75.202479151807296, 39.967544198351597 ], [ -75.202515144764902, 39.967748652678097 ], [ -75.202463436721402, 39.967754355663899 ], [ -75.2024313234228, 39.967571039430901 ], [ -75.202427115001001, 39.967550280324097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1817, "ADDRESS": "101 E WISTER ST", "OWNER1": "S3 ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121054810", "LNIADDRESSKEY": "619739", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 382.28125, "Shape__Length": 97.552723090653615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163028023916993, 40.031930430350499 ], [ -75.163017771009194, 40.031924315781602 ], [ -75.1630097143603, 40.031919507597301 ], [ -75.163059607873294, 40.031870353720102 ], [ -75.163063442082702, 40.031866588248398 ], [ -75.163340063098204, 40.032030373403003 ], [ -75.163286190131103, 40.032084338162903 ], [ -75.163028023916993, 40.031930430350499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1818, "ADDRESS": "622 N 40TH ST", "OWNER1": "626-30 N 40TH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061165700", "LNIADDRESSKEY": "686190", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 398.14453125, "Shape__Length": 108.91355138782535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2025630258739, 39.964188016092699 ], [ -75.202970482985194, 39.964145431052401 ], [ -75.2029806356732, 39.964203735188597 ], [ -75.202574040278193, 39.964248468028401 ], [ -75.202574037391699, 39.964247452081501 ], [ -75.2025630258739, 39.964188016092699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1819, "ADDRESS": "4816 N 7TH ST", "OWNER1": "CURTIS PALMORE S/W", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491214000", "LNIADDRESSKEY": "643400", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.29296875, "Shape__Length": 67.497171181360414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1367891584147, 40.025241139943098 ], [ -75.136798201370397, 40.025198498728301 ], [ -75.137041920747805, 40.025230433156899 ], [ -75.137033054075303, 40.025272304645597 ], [ -75.1367891584147, 40.025241139943098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1820, "ADDRESS": "1363-65 GERMANTOWN AVE", "OWNER1": "PHILADELPHIA", "OWNER2": "REDEVELOPMENT AUTHORITY", "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "885932940", "LNIADDRESSKEY": "308997", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "ICMX", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 312.203125, "Shape__Length": 75.975357430793125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141095248592507, 39.972401288075297 ], [ -75.1413048062971, 39.972366381467999 ], [ -75.141328555800399, 39.972447957123798 ], [ -75.141100319065998, 39.972484727695402 ], [ -75.141077892431298, 39.972403666363199 ], [ -75.141095248592507, 39.972401288075297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1821, "ADDRESS": "6035 GREENWAY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401307800", "LNIADDRESSKEY": "325515", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 304.06640625, "Shape__Length": 90.589177024528951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230070918943696, 39.930899403330798 ], [ -75.229933411038402, 39.930783834757698 ], [ -75.229986510522394, 39.930746556039303 ], [ -75.230108522926699, 39.930846937880801 ], [ -75.230171659641499, 39.930900374666301 ], [ -75.230212280938503, 39.930934779809597 ], [ -75.230156449206703, 39.930973464970997 ], [ -75.230070918943696, 39.930899403330798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1822, "ADDRESS": "2011 ORTHODOX ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232106000", "LNIADDRESSKEY": "463732", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 283.09375, "Shape__Length": 91.276556028293598 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.079717871467906, 40.011357294043499 ], [ -75.079770025684894, 40.011323831611797 ], [ -75.079761575741799, 40.011314817282397 ], [ -75.079972529559697, 40.011184958112501 ], [ -75.080016422180805, 40.0112256505302 ], [ -75.079751039449505, 40.011391353260997 ], [ -75.079717871467906, 40.011357294043499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1823, "ADDRESS": "2631 N BANCROFT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161101601", "LNIADDRESSKEY": "29133", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.109375, "Shape__Length": 48.80435697806692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158326181716603, 39.993491163403903 ], [ -75.158333927455701, 39.993456261698498 ], [ -75.158503804832904, 39.993478441872703 ], [ -75.158495833171202, 39.993514354383599 ], [ -75.158326181716603, 39.993491163403903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1824, "ADDRESS": "1440 S FALLON ST", "OWNER1": "PASCHALL HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273038800", "LNIADDRESSKEY": "284083", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.72265625, "Shape__Length": 49.98049205415635 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2110849417124, 39.940621322961 ], [ -75.211117262368504, 39.940649136062497 ], [ -75.210989268209303, 39.940739393221399 ], [ -75.210954231385102, 39.940709715697501 ], [ -75.2110849417124, 39.940621322961 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1825, "ADDRESS": "2519 INGERSOLL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291091910", "LNIADDRESSKEY": "357288", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.01953125, "Shape__Length": 46.380626719155103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177200133070002, 39.976619281529103 ], [ -75.1772248078492, 39.976498888521803 ], [ -75.177273644277307, 39.9765062048888 ], [ -75.177249634886195, 39.976625613825298 ], [ -75.177220255300796, 39.976621860176401 ], [ -75.177200133070002, 39.976619281529103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1826, "ADDRESS": "1400 S NEWKIRK ST", "OWNER1": "TKRIS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364364600", "LNIADDRESSKEY": "450366", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.2578125, "Shape__Length": 49.441343960314924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191367522305697, 39.935893189841401 ], [ -75.191377017961798, 39.935854005085503 ], [ -75.191543898589799, 39.935874864044202 ], [ -75.191535271401605, 39.935914921891303 ], [ -75.191367522305697, 39.935893189841401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1827, "ADDRESS": "2326 PIERCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364104800", "LNIADDRESSKEY": "483578", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.80078125, "Shape__Length": 48.87746856112085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184337512857695, 39.930273977568802 ], [ -75.184383976927606, 39.930280030087197 ], [ -75.184358520754401, 39.930410240024699 ], [ -75.184310619145293, 39.930403977386199 ], [ -75.184337512857695, 39.930273977568802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1828, "ADDRESS": "2437 N STANLEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282105801", "LNIADDRESSKEY": "551188", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.171875, "Shape__Length": 47.096241793258187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181843694986298, 39.993558720410498 ], [ -75.182002211040896, 39.993579482929903 ], [ -75.181994358065594, 39.993618123877503 ], [ -75.181836085030298, 39.993597012013801 ], [ -75.181843694986298, 39.993558720410498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1829, "ADDRESS": "1916 W NORRIS ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321150801", "LNIADDRESSKEY": "452396", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.38671875, "Shape__Length": 68.527636757392429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165426590261006, 39.984252370984102 ], [ -75.165467568478803, 39.984061564523898 ], [ -75.165522041649595, 39.984068996963799 ], [ -75.165481314327906, 39.984259793322302 ], [ -75.165426590261006, 39.984252370984102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1830, "ADDRESS": "601 W CUMBERLAND ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371380201", "LNIADDRESSKEY": "105879", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.5234375, "Shape__Length": 64.406243705973068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142889465099898, 39.9895129515563 ], [ -75.142925314299404, 39.989346649957199 ], [ -75.142975892910698, 39.989353521418401 ], [ -75.142993218451494, 39.989355865659 ], [ -75.142957587346999, 39.989522478576802 ], [ -75.142889465099898, 39.9895129515563 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1831, "ADDRESS": "2211 N LAWRENCE ST", "OWNER1": "ADAMES ROSALIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191252200", "LNIADDRESSKEY": "384456", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.3984375, "Shape__Length": 50.04836860265582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1405820938202, 39.984727374868498 ], [ -75.140591253857394, 39.984689104961298 ], [ -75.140762381515501, 39.984711887818897 ], [ -75.140754016505994, 39.984750160044499 ], [ -75.1405820938202, 39.984727374868498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1832, "ADDRESS": "1926 N NEWKIRK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323221901", "LNIADDRESSKEY": "449936", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.11328125, "Shape__Length": 50.013165984014947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180036591361898, 39.985237995369303 ], [ -75.179949969553405, 39.9851608088942 ], [ -75.179989457057104, 39.985134610994599 ], [ -75.180076446536006, 39.985211483561102 ], [ -75.180102056418704, 39.985234093481303 ], [ -75.180062255899202, 39.985260863310401 ], [ -75.180036591361898, 39.985237995369303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1833, "ADDRESS": "2021 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183301100", "LNIADDRESSKEY": "632467", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.6015625, "Shape__Length": 65.126308933245141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139459039629699, 39.981566294297799 ], [ -75.1394124099983, 39.981560446913001 ], [ -75.139240885183298, 39.981538957045998 ], [ -75.139250613558204, 39.9814952039224 ], [ -75.139482405121498, 39.9815248009511 ], [ -75.139472719811195, 39.981568008825299 ], [ -75.139459039629699, 39.981566294297799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1834, "ADDRESS": "1609 W NORRIS ST", "OWNER1": "LAIRANI ASMA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321017210", "LNIADDRESSKEY": "452335", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.609375, "Shape__Length": 66.665190114189755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160691256476596, 39.983952952938601 ], [ -75.160727828054405, 39.983774734767302 ], [ -75.160790971909094, 39.983782833616303 ], [ -75.160754251544006, 39.983961079982898 ], [ -75.160710356381301, 39.983955431414401 ], [ -75.160691256476596, 39.983952952938601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1835, "ADDRESS": "2339 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162133301", "LNIADDRESSKEY": "670214", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.8671875, "Shape__Length": 66.845292056255772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164890183794896, 39.989957864855398 ], [ -75.164899366411703, 39.9899164661689 ], [ -75.164906481670997, 39.989917836035303 ], [ -75.165141367337796, 39.9899497712737 ], [ -75.165135207456501, 39.989977810672002 ], [ -75.165132442735995, 39.989990434702001 ], [ -75.164896790648598, 39.9899588200675 ], [ -75.164890183794896, 39.989957864855398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1836, "ADDRESS": "2200 N 29TH ST", "OWNER1": "THOMPSON DEREK N", "OWNER2": "THOMPSON BARBARA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282000210", "LNIADDRESSKEY": "682082", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.75, "Shape__Length": 70.246123310188878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180337481619304, 39.989537582120199 ], [ -75.180347927477101, 39.989486925777399 ], [ -75.180593418241799, 39.989518406710403 ], [ -75.180582775533793, 39.989568736553601 ], [ -75.180337481619304, 39.989537582120199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1837, "ADDRESS": "2242-50 N 9TH ST", "OWNER1": "IBNM LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "885432940", "LNIADDRESSKEY": "647549", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "I-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 3132.25390625, "Shape__Length": 229.26011400419449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147909814543297, 39.986471805217697 ], [ -75.147898597437404, 39.9864697454855 ], [ -75.147595698145196, 39.986429864390303 ], [ -75.147660613214597, 39.986125412812903 ], [ -75.148278705745795, 39.986205855808798 ], [ -75.148213421805707, 39.9865107194126 ], [ -75.147909814543297, 39.986471805217697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1838, "ADDRESS": "2633 N 12TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371227000", "LNIADDRESSKEY": "733150", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.12109375, "Shape__Length": 56.732570348033107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150718835891098, 39.992555290104399 ], [ -75.150727105337594, 39.992516676095697 ], [ -75.1509277227794, 39.992543787228399 ], [ -75.150918942019501, 39.992582679123601 ], [ -75.1508119503101, 39.9925684890909 ], [ -75.150806653423601, 39.992567240618897 ], [ -75.150760513634296, 39.992561537526399 ], [ -75.150718835891098, 39.992555290104399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1839, "ADDRESS": "1858 N VAN PELT ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322078900", "LNIADDRESSKEY": "586171", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.33984375, "Shape__Length": 73.592113874504804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169527924034298, 39.983243369829097 ], [ -75.169537063020002, 39.983199745487099 ], [ -75.169685121142194, 39.983218710353 ], [ -75.169799810373306, 39.983233540396398 ], [ -75.169790903209801, 39.983274381329302 ], [ -75.169789124802904, 39.983282577740503 ], [ -75.169526954071898, 39.983247974727 ], [ -75.169527924034298, 39.983243369829097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1840, "ADDRESS": "3024 N 11TH ST", "OWNER1": "BCM PHILADELPHIA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372236400", "LNIADDRESSKEY": "652120", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.62109375, "Shape__Length": 60.008318207180807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148219307238506, 39.998404625782698 ], [ -75.148433010674395, 39.998432553325998 ], [ -75.148424684529999, 39.998472632332103 ], [ -75.148211016892205, 39.998444302381102 ], [ -75.148219307238506, 39.998404625782698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1841, "ADDRESS": "2023 W STELLA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111058825", "LNIADDRESSKEY": "552852", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.84765625, "Shape__Length": 51.706165541988739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163779658060307, 39.9996059075796 ], [ -75.163807886160299, 39.999467929096603 ], [ -75.163857557282, 39.999474609637304 ], [ -75.163828414466394, 39.9996124222343 ], [ -75.163779658060307, 39.9996059075796 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1842, "ADDRESS": "1122 STATE ST", "OWNER1": "WILSON DELCINA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243233600", "LNIADDRESSKEY": "552378", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 85.390625, "Shape__Length": 42.36548283520856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202827543664199, 39.973353293560898 ], [ -75.202834058399404, 39.9733902070342 ], [ -75.2026943447636, 39.9734066101813 ], [ -75.202687245047699, 39.973369683712797 ], [ -75.202827543664199, 39.973353293560898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1843, "ADDRESS": "2424 N 30TH ST", "OWNER1": "PRIME MINISTER NORTH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282077100", "LNIADDRESSKEY": "683096", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.39453125, "Shape__Length": 69.143933138865734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181169447544605, 39.993279753065003 ], [ -75.181178024277202, 39.9932391776739 ], [ -75.1814310321477, 39.993271776420897 ], [ -75.181421688475396, 39.993313236801797 ], [ -75.181169447544605, 39.993279753065003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1844, "ADDRESS": "2523 N 11TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371188101", "LNIADDRESSKEY": "732997", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.94921875, "Shape__Length": 64.803400169203186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149468753488705, 39.990729894273599 ], [ -75.149477922244898, 39.990686965685398 ], [ -75.149708965798297, 39.990716783340297 ], [ -75.149699670374105, 39.990759773271698 ], [ -75.149468753488705, 39.990729894273599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1845, "ADDRESS": "3536 N SMEDLEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112220925", "LNIADDRESSKEY": "539127", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.03515625, "Shape__Length": 76.174282833325194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155807238836402, 40.007599131617802 ], [ -75.155815116018303, 40.0075624760211 ], [ -75.156104325249501, 40.007599493125902 ], [ -75.156096104663106, 40.007636898961003 ], [ -75.155807238836402, 40.007599131617802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1846, "ADDRESS": "3907 WYALUSING AVE", "OWNER1": "UNITED BLOCK CAPTAINS ASS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243189700", "LNIADDRESSKEY": "625638", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.078125, "Shape__Length": 46.540120163835631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201652175076006, 39.972567720285497 ], [ -75.201700434746698, 39.972562456829003 ], [ -75.201724964875396, 39.972683754234602 ], [ -75.201676309102496, 39.972688960477903 ], [ -75.201652175076006, 39.972567720285497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1847, "ADDRESS": "1322 W WILLIAM ST", "OWNER1": "BENJAMIN S WECHSLER", "OWNER2": "ALICE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372367300", "LNIADDRESSKEY": "614230", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.80078125, "Shape__Length": 41.044396772910027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152471786564803, 39.9963303871154 ], [ -75.1524928364163, 39.996229952728697 ], [ -75.152543314916898, 39.996236801802297 ], [ -75.152522786089094, 39.996337360613801 ], [ -75.152471786564803, 39.9963303871154 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1848, "ADDRESS": "3860 N CAMAC ST", "OWNER1": "GEO R MC DANIEL", "OWNER2": "MARG,T P MC DANIEL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432372000", "LNIADDRESSKEY": "61088", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.06640625, "Shape__Length": 56.911687708627646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147881896376504, 40.011895663352298 ], [ -75.147891204468195, 40.011854091776897 ], [ -75.148087765147196, 40.0118785670102 ], [ -75.148078383722293, 40.0119220549823 ], [ -75.148071462395706, 40.011921075951904 ], [ -75.147968178416903, 40.011907274327299 ], [ -75.147881896376504, 40.011895663352298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1849, "ADDRESS": "2328 GERMANTOWN AVE", "OWNER1": "BURGOS MILAGROS", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885423800", "LNIADDRESSKEY": "309242", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 347.734375, "Shape__Length": 99.283760066969478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146053171228104, 39.987058358173599 ], [ -75.146040137335504, 39.987115707529199 ], [ -75.145978557018694, 39.987107265527499 ], [ -75.145732706895103, 39.987212527537402 ], [ -75.145697404090697, 39.987162012656803 ], [ -75.145963392234407, 39.987046406641397 ], [ -75.146053171228104, 39.987058358173599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1850, "ADDRESS": "2248 N FRANKLIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371089301", "LNIADDRESSKEY": "299346", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.25390625, "Shape__Length": 75.496708423085209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145939960038106, 39.986321235634698 ], [ -75.145950053284096, 39.986264625984099 ], [ -75.146211706939098, 39.986301302916097 ], [ -75.146199763011097, 39.986357001113703 ], [ -75.145939960038106, 39.986321235634698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1851, "ADDRESS": "4555 N 18TH ST", "OWNER1": "CANTY DIANE", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "132171700", "LNIADDRESSKEY": "666233", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.5, "Shape__Length": 62.408487848706073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154347780977602, 40.023561617275803 ], [ -75.154351387754204, 40.023545143736499 ], [ -75.154347047014099, 40.023543498124397 ], [ -75.154348125251403, 40.023538364172801 ], [ -75.154353740109698, 40.023517648307298 ], [ -75.154358412403198, 40.023518285516403 ], [ -75.1545724841788, 40.023546900744002 ], [ -75.154562920714994, 40.023591385181497 ], [ -75.1543628812626, 40.0235636998068 ], [ -75.154347780977602, 40.023561617275803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1852, "ADDRESS": "1425 W PACIFIC ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131031100", "LNIADDRESSKEY": "467579", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.4453125, "Shape__Length": 52.973237382166296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152474669933497, 40.009060312047602 ], [ -75.152504086100194, 40.008924296475499 ], [ -75.152561564464193, 40.008931996348501 ], [ -75.152531656931401, 40.0090677271318 ], [ -75.152474669933497, 40.009060312047602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1853, "ADDRESS": "4407 BROWN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062007800", "LNIADDRESSKEY": "54032", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.98046875, "Shape__Length": 49.074184619091191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211386319602298, 39.966854420765202 ], [ -75.211430071625699, 39.966851359031402 ], [ -75.211444249591395, 39.9668503673836 ], [ -75.2114580652039, 39.966975131833898 ], [ -75.211401564102005, 39.966978508425598 ], [ -75.211386319602298, 39.966854420765202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1854, "ADDRESS": "3001 RIDGE AVE", "OWNER1": "WARWICK HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323046800", "LNIADDRESSKEY": "504333", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.35546875, "Shape__Length": 68.824338998850905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182430298570296, 39.988182999751899 ], [ -75.182245349539599, 39.988297987032801 ], [ -75.182278698902095, 39.988139808454498 ], [ -75.182403987923493, 39.988156103931402 ], [ -75.182430298570296, 39.988182999751899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1855, "ADDRESS": "1901-03 W CAYUGA ST", "OWNER1": "S3 ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132348100", "LNIADDRESSKEY": "70879", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 389.49609375, "Shape__Length": 86.94654925552662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156862972220594, 40.021303565588198 ], [ -75.1569091295341, 40.021094212673397 ], [ -75.156964152210605, 40.021101209288197 ], [ -75.157020922246005, 40.021108520143301 ], [ -75.156975239815097, 40.021317530169803 ], [ -75.156919764168805, 40.021310345384698 ], [ -75.156862972220594, 40.021303565588198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1856, "ADDRESS": "522 EDGLEY ST", "OWNER1": "522-24 EDGELY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191386000", "LNIADDRESSKEY": "730582", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 68.37109375, "Shape__Length": 38.773209464685316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142814504815306, 39.9833790265414 ], [ -75.1428264027994, 39.983327825948102 ], [ -75.142838748726405, 39.983279182043397 ], [ -75.142878912883603, 39.983285333891999 ], [ -75.142855149993807, 39.983385769357298 ], [ -75.142814504815306, 39.9833790265414 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1857, "ADDRESS": "3327 N 20TH ST", "OWNER1": "ALPHA OMEGA BUSINESS GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112281900", "LNIADDRESSKEY": "670448", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.0625, "Shape__Length": 90.834465098502832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161479224129906, 40.005106536249201 ], [ -75.161487529113998, 40.0050641032078 ], [ -75.161833832990894, 40.005109276002699 ], [ -75.161824487738301, 40.005153185803202 ], [ -75.161479224129906, 40.005106536249201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1858, "ADDRESS": "1414 N VOGDES ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041322750", "LNIADDRESSKEY": "590739", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.04296875, "Shape__Length": 50.288558366633396 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232039574020206, 39.974073954672498 ], [ -75.232035252729304, 39.974074665117897 ], [ -75.231871539556394, 39.974091561381599 ], [ -75.231864108438501, 39.974050115808403 ], [ -75.232027426230204, 39.974030890817403 ], [ -75.2320316912148, 39.974030001190101 ], [ -75.232039574020206, 39.974073954672498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1859, "ADDRESS": "2722 N 12TH ST", "OWNER1": "ZAHAV FINANCIAL INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372255700", "LNIADDRESSKEY": "654122", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.203125, "Shape__Length": 80.845671775260712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150760418772094, 39.994145251409101 ], [ -75.150770394119704, 39.994097117336302 ], [ -75.151066980287098, 39.994134767186999 ], [ -75.151057063718497, 39.994181370879097 ], [ -75.150760418772094, 39.994145251409101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1860, "ADDRESS": "2650 W SILVER ST", "OWNER1": "DANIEL FLAGG", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281403200", "LNIADDRESSKEY": "537850", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.51171875, "Shape__Length": 51.735763780739163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175140146130303, 39.997269614427097 ], [ -75.175192167943806, 39.9972762290516 ], [ -75.175165445209998, 39.997412180253001 ], [ -75.175113231148103, 39.997405689700599 ], [ -75.175140146130303, 39.997269614427097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1861, "ADDRESS": "725 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371383800", "LNIADDRESSKEY": "105930", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.4765625, "Shape__Length": 68.791113691882686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145309041502799, 39.989852450600303 ], [ -75.145348293934802, 39.989660144426999 ], [ -75.145402967460498, 39.9896678814859 ], [ -75.145363316536304, 39.989857486831099 ], [ -75.145362359541707, 39.989860028518997 ], [ -75.145309041502799, 39.989852450600303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1862, "ADDRESS": "3727 HAVERFORD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242049300", "LNIADDRESSKEY": "335993", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.26171875, "Shape__Length": 89.999519335707106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1968722747215, 39.963563749404798 ], [ -75.196929876419404, 39.963557793836998 ], [ -75.196972253001405, 39.963820971318299 ], [ -75.196912185192403, 39.9638256320262 ], [ -75.1968722747215, 39.963563749404798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1863, "ADDRESS": "2435 N STANLEY ST", "OWNER1": "KING MARY S/W", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282105700", "LNIADDRESSKEY": "551186", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.39453125, "Shape__Length": 47.098460659282168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181852529020802, 39.993520198279803 ], [ -75.182010581330999, 39.993541063040198 ], [ -75.182002211040896, 39.993579482929903 ], [ -75.181843694986298, 39.993558720410498 ], [ -75.181852529020802, 39.993520198279803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1864, "ADDRESS": "6039 UPLAND ST", "OWNER1": "RODAN MANAGEMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401288600", "LNIADDRESSKEY": "583829", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.265625, "Shape__Length": 59.780695132306647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230307988736797, 39.931288401122302 ], [ -75.230346471754899, 39.931260763865403 ], [ -75.230490853873306, 39.931383010654997 ], [ -75.230451464843597, 39.931411370251801 ], [ -75.230307988736797, 39.931288401122302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1865, "ADDRESS": "824 SLOAN ST", "OWNER1": "MCHUGH JOHN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243158200", "LNIADDRESSKEY": "538630", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.4921875, "Shape__Length": 40.755194026450177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202845659101698, 39.969031758602497 ], [ -75.202838341233999, 39.968993047803799 ], [ -75.202968972428394, 39.968978426410203 ], [ -75.202976291873696, 39.969017136107702 ], [ -75.202845659101698, 39.969031758602497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1866, "ADDRESS": "1900 N PATTON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323308700", "LNIADDRESSKEY": "473926", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.26171875, "Shape__Length": 50.976060442236616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185517269044695, 39.985482969115701 ], [ -75.185525652251002, 39.985442421806702 ], [ -75.185526293967897, 39.985439308517201 ], [ -75.185676210325198, 39.985459229992799 ], [ -75.185695101181196, 39.985461731146302 ], [ -75.185694842741995, 39.985463030709099 ], [ -75.185686230191607, 39.985505234139602 ], [ -75.185517269044695, 39.985482969115701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1867, "ADDRESS": "1817 N 22ND ST", "OWNER1": "ENNALS H DE SHIELDS", "OWNER2": "BERTHA W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322083400", "LNIADDRESSKEY": "673942", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 270.70703125, "Shape__Length": 89.441931026427469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170005345224993, 39.982365047072904 ], [ -75.170016549043595, 39.982316118223501 ], [ -75.170029049283897, 39.9823180435843 ], [ -75.170346972818905, 39.982363780596899 ], [ -75.170336803475905, 39.982413040196803 ], [ -75.170020495459099, 39.982367241493499 ], [ -75.170005345224993, 39.982365047072904 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1868, "ADDRESS": "2517 N STANLEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282108301", "LNIADDRESSKEY": "551238", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.41015625, "Shape__Length": 51.246958978726674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181573506198006, 39.994712329041398 ], [ -75.181582785777096, 39.994673688501599 ], [ -75.181758726551905, 39.9946981771756 ], [ -75.181749999212002, 39.994736621724698 ], [ -75.181573506198006, 39.994712329041398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1869, "ADDRESS": "1342 S HOLLYWOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362185405", "LNIADDRESSKEY": "347517", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.984375, "Shape__Length": 48.204140453098127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192839526254104, 39.936504814274699 ], [ -75.192848411916103, 39.9364662284991 ], [ -75.193011118712107, 39.936487362757497 ], [ -75.193002598778406, 39.9365262630403 ], [ -75.192839526254104, 39.936504814274699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1870, "ADDRESS": "1618 N 54TH ST", "OWNER1": "OMEGA HOLDING FUND LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041289200", "LNIADDRESSKEY": "693813", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 626.9140625, "Shape__Length": 127.90017870947425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230576732214104, 39.977804409543303 ], [ -75.230469115748306, 39.977816392998697 ], [ -75.230115732186206, 39.977856895826903 ], [ -75.230100242069696, 39.977774588681797 ], [ -75.230560354527398, 39.977721743986699 ], [ -75.230576732214104, 39.977804409543303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1871, "ADDRESS": "1925 N 4TH ST", "OWNER1": "SHAYNE BROTHER INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183321500", "LNIADDRESSKEY": "634571", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.52734375, "Shape__Length": 59.491987392236751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140578663557406, 39.9803013347939 ], [ -75.140588752496797, 39.980256895989797 ], [ -75.140793596688894, 39.980284766093597 ], [ -75.140783407166793, 39.9803296542634 ], [ -75.140578663557406, 39.9803013347939 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1872, "ADDRESS": "3132 W YORK ST", "OWNER1": "JAMESTOWN HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282342200", "LNIADDRESSKEY": "629504", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.69140625, "Shape__Length": 55.579838198954945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183704897893904, 39.992941727259598 ], [ -75.1837348919139, 39.992791324462203 ], [ -75.183785209337003, 39.992797478177302 ], [ -75.183754247620101, 39.9929485373601 ], [ -75.183704897893904, 39.992941727259598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1873, "ADDRESS": "1601 S RINGGOLD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364155505", "LNIADDRESSKEY": "506486", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.25, "Shape__Length": 54.994881377945788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185071294410903, 39.932572866653203 ], [ -75.185080978965303, 39.932528722002601 ], [ -75.185267343291898, 39.932552975762903 ], [ -75.185258597961294, 39.932596077112798 ], [ -75.185071294410903, 39.932572866653203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1874, "ADDRESS": "3818 ASPEN ST", "OWNER1": "KEISSERMAN BORIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243035500", "LNIADDRESSKEY": "23794", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.6875, "Shape__Length": 83.071221410111008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198577955376606, 39.966447361690904 ], [ -75.198628303757005, 39.966442146062398 ], [ -75.198673693033598, 39.966686127322099 ], [ -75.198623040416095, 39.966692189912401 ], [ -75.198577955376606, 39.966447361690904 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1875, "ADDRESS": "2169 N 9TH ST", "OWNER1": "LIN SIU", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202162700", "LNIADDRESSKEY": "647545", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.43359375, "Shape__Length": 55.558056567259527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147708031977103, 39.985067279846803 ], [ -75.147698822470502, 39.9851080145271 ], [ -75.147507428098194, 39.985083058195102 ], [ -75.147514721564903, 39.985041472540203 ], [ -75.147708031977103, 39.985067279846803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1876, "ADDRESS": "2610 FRANKFORD AVE", "OWNER1": "NEW KENSINGTON COMMUNITY", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885373100", "LNIADDRESSKEY": "297099", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.46484375, "Shape__Length": 78.589760088179077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123940249088093, 39.985543256207499 ], [ -75.123975839931603, 39.985501335944299 ], [ -75.1242242298474, 39.985628676902003 ], [ -75.124164491611793, 39.985658873156503 ], [ -75.123940249088093, 39.985543256207499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1877, "ADDRESS": "2344 N 20TH ST", "OWNER1": "KIMBLE LEONARD L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162143500", "LNIADDRESSKEY": "670219", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.88671875, "Shape__Length": 73.573298121186625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165279634211302, 39.990159751323098 ], [ -75.165284759595494, 39.990136846933503 ], [ -75.165286801521603, 39.990127785906097 ], [ -75.165288745366297, 39.990119108980103 ], [ -75.165561038450093, 39.990155513425897 ], [ -75.165552063722998, 39.990196384112501 ], [ -75.165279634211302, 39.990159751323098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1878, "ADDRESS": "844-46 E CHELTEN AVE", "OWNER1": "COLE VIOLA ALYNE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122118000", "LNIADDRESSKEY": "77757", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 2359.73828125, "Shape__Length": 272.98488531724462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162870445716095, 40.046318854680401 ], [ -75.162978701980606, 40.046214675777499 ], [ -75.163033286873898, 40.046162710329703 ], [ -75.163091110639002, 40.046107238519298 ], [ -75.163158067684606, 40.046148304221397 ], [ -75.1632257665986, 40.046189708700602 ], [ -75.163294301356103, 40.046231793077901 ], [ -75.163637850499498, 40.046442235156398 ], [ -75.1636137078508, 40.046464823981701 ], [ -75.163577794126496, 40.0464990760657 ], [ -75.163252492146199, 40.046302407861504 ], [ -75.163215952281803, 40.046337128903801 ], [ -75.163180184843597, 40.046371384160999 ], [ -75.163142723928004, 40.046406084440797 ], [ -75.1631067553392, 40.046441770010901 ], [ -75.163093894844707, 40.046453408693502 ], [ -75.163072334352194, 40.046473185829797 ], [ -75.163037271736997, 40.046506554777899 ], [ -75.163002270112699, 40.046540552420304 ], [ -75.162982343889695, 40.046558706227302 ], [ -75.162967444235704, 40.046549568903302 ], [ -75.162925785359704, 40.046523790895698 ], [ -75.1628848235258, 40.0464990264433 ], [ -75.162843585783094, 40.0464737737192 ], [ -75.162801590498901, 40.046448019623497 ], [ -75.1627612390878, 40.046423736273603 ], [ -75.1628155003323, 40.046372004654003 ], [ -75.162870445716095, 40.046318854680401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1879, "ADDRESS": "4912 W THOMPSON ST", "OWNER1": "ORDERING BASE INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442114200", "LNIADDRESSKEY": "570485", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.84375, "Shape__Length": 71.767282119212567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220159064102404, 39.973313348522701 ], [ -75.220209239573407, 39.973308377451602 ], [ -75.220245156701907, 39.973514097053602 ], [ -75.2201931920265, 39.973519270842701 ], [ -75.220159064102404, 39.973313348522701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1880, "ADDRESS": "1312 S 30TH ST", "OWNER1": "GILAD DEBBI", "OWNER2": "GILAD OREN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362249600", "LNIADDRESSKEY": "683268", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.62109375, "Shape__Length": 56.513957839332342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193779754247103, 39.937236685195501 ], [ -75.193788606549603, 39.937195084742697 ], [ -75.193864153338296, 39.937204715395602 ], [ -75.193984005217601, 39.937220024275803 ], [ -75.193975179177997, 39.937262641212598 ], [ -75.193854827856299, 39.9372466443115 ], [ -75.193779754247103, 39.937236685195501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1881, "ADDRESS": "2934 RUTLEDGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071429410", "LNIADDRESSKEY": "521940", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.4765625, "Shape__Length": 42.224315064932711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124375568400694, 39.9939641400304 ], [ -75.124382848980801, 39.993929793846299 ], [ -75.124524271906395, 39.993947246933203 ], [ -75.124516468275999, 39.993983192873301 ], [ -75.124375568400694, 39.9939641400304 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1882, "ADDRESS": "3116 DICKINSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364247205", "LNIADDRESSKEY": "117996", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.92578125, "Shape__Length": 62.393853592264918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196385258596095, 39.935283683974298 ], [ -75.196423448668, 39.935112731402903 ], [ -75.196477568581699, 39.935120770547798 ], [ -75.196456007663301, 39.9352186691969 ], [ -75.196438558294503, 39.935290738541603 ], [ -75.196385258596095, 39.935283683974298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1883, "ADDRESS": "765 N 40TH ST", "OWNER1": "HOMEOWNERSHIP DEVELOPERS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243115900", "LNIADDRESSKEY": "686271", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 492.26953125, "Shape__Length": 107.59294996488794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202546615119701, 39.967231781648302 ], [ -75.202921344683702, 39.967189259270398 ], [ -75.202935414845001, 39.967269928821999 ], [ -75.202561510773407, 39.967310567336703 ], [ -75.202546615119701, 39.967231781648302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1884, "ADDRESS": "4812 N 7TH ST", "OWNER1": "RICHARDSON DANIELA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491213800", "LNIADDRESSKEY": "643396", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.90234375, "Shape__Length": 67.552196313314212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136807845163602, 40.025156613402601 ], [ -75.136816543632705, 40.025114205371203 ], [ -75.137059907991599, 40.025145003159402 ], [ -75.137051516357701, 40.025188159278102 ], [ -75.136807845163602, 40.025156613402601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1885, "ADDRESS": "3103 W DAUPHIN ST", "OWNER1": "OCTANE ACQUISITIONS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281301201", "LNIADDRESSKEY": "110811", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.18359375, "Shape__Length": 75.902954819371871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183237223944303, 39.991485217296798 ], [ -75.183293368787901, 39.9914924374878 ], [ -75.183249636788005, 39.991707415810701 ], [ -75.183192987490301, 39.991699668493297 ], [ -75.183237223944303, 39.991485217296798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1886, "ADDRESS": "4219 BROWN ST", "OWNER1": "PHILA HOUSING AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062004900", "LNIADDRESSKEY": "53993", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.640625, "Shape__Length": 65.505147758068176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209396583824997, 39.967015051550398 ], [ -75.209453444043007, 39.967011039677402 ], [ -75.209476027832295, 39.967194206734497 ], [ -75.209429906132002, 39.9671972963515 ], [ -75.209416999061503, 39.967189546884804 ], [ -75.209396583824997, 39.967015051550398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1887, "ADDRESS": "2309 N 27TH ST", "OWNER1": "DE BRADY MARY", "OWNER2": "LAZORA HUGHES WILLIS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281059410", "LNIADDRESSKEY": "679847", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.94140625, "Shape__Length": 49.997207090622155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176548670989305, 39.990812945872896 ], [ -75.176710486262394, 39.990836046884802 ], [ -75.176701724756299, 39.990880855989502 ], [ -75.176593104684898, 39.990867008308001 ], [ -75.176594335153297, 39.990857219373297 ], [ -75.176541427231101, 39.990849810538201 ], [ -75.176548670989305, 39.990812945872896 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1888, "ADDRESS": "208 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191445601", "LNIADDRESSKEY": "105838", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.77734375, "Shape__Length": 55.416195598722716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135959961594907, 39.988153322629302 ], [ -75.135958355235402, 39.988160781436598 ], [ -75.1359272903385, 39.988304687133201 ], [ -75.135879610158895, 39.988297717489502 ], [ -75.135889507231397, 39.9882491310589 ], [ -75.135899325868806, 39.9882014787798 ], [ -75.135909109773294, 39.9881579997027 ], [ -75.1359098170594, 39.988154308098203 ], [ -75.135911282926301, 39.988146733463502 ], [ -75.135933646774006, 39.988149901963801 ], [ -75.135959961594907, 39.988153322629302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1889, "ADDRESS": "3905 FAIRMOUNT AVE", "OWNER1": "COMMONWEALTH IMPROVEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243015200", "LNIADDRESSKEY": "283630", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.20703125, "Shape__Length": 83.649437942722983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200322441517798, 39.965513431490102 ], [ -75.200330458081197, 39.965512496890298 ], [ -75.200375337870696, 39.965507304279399 ], [ -75.200422352202594, 39.965751659841899 ], [ -75.2003683505976, 39.9657570845118 ], [ -75.200322441517798, 39.965513431490102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1890, "ADDRESS": "852 N HOLLY ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885082160", "LNIADDRESSKEY": "347001", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.83203125, "Shape__Length": 55.848167912124794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207038485694198, 39.968936129468403 ], [ -75.207033540313304, 39.968910969724597 ], [ -75.2072331444014, 39.9688888282462 ], [ -75.207233513106402, 39.968887933161099 ], [ -75.207240619281805, 39.968925326847199 ], [ -75.2070406154632, 39.968946960551499 ], [ -75.207038485694198, 39.968936129468403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1891, "ADDRESS": "1608 W MENTOR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132394400", "LNIADDRESSKEY": "427192", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.20703125, "Shape__Length": 64.448403152371824 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151254548695704, 40.026020916211401 ], [ -75.151284972341699, 40.025890066185902 ], [ -75.151293706879102, 40.025848126608203 ], [ -75.151351095997796, 40.025855276246197 ], [ -75.151354911737599, 40.025859118709903 ], [ -75.151347355997402, 40.0258932675087 ], [ -75.151313370076807, 40.026029001546704 ], [ -75.151254548695704, 40.026020916211401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1892, "ADDRESS": "1118 N 39TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243225310", "LNIADDRESSKEY": "686095", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.74609375, "Shape__Length": 73.791970501517383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201677344198899, 39.973453811489101 ], [ -75.201943158452394, 39.973425879229502 ], [ -75.201950015754704, 39.973425160900099 ], [ -75.201956968257903, 39.973468225627201 ], [ -75.201950679398905, 39.973468892382698 ], [ -75.2016850157043, 39.973496748042798 ], [ -75.201677344198899, 39.973453811489101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1893, "ADDRESS": "3918 ASPEN ST", "OWNER1": "AHM PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243038900", "LNIADDRESSKEY": "23865", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.55078125, "Shape__Length": 85.29088956790747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200911933800199, 39.966187725405 ], [ -75.200958005259494, 39.966434959853501 ], [ -75.200900965600496, 39.966440979530702 ], [ -75.200855349621705, 39.966193899335003 ], [ -75.200911933800199, 39.966187725405 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1894, "ADDRESS": "2028 CHELTEN AVE", "OWNER1": "STATEN KEVIN L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171328700", "LNIADDRESSKEY": "77470", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 331.03125, "Shape__Length": 98.634825848422878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154268213336906, 40.051437124044597 ], [ -75.154339985692502, 40.051440052169099 ], [ -75.1543179265216, 40.0517238592128 ], [ -75.154245945884796, 40.051720314810801 ], [ -75.154268213336906, 40.051437124044597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1895, "ADDRESS": "2622 N 27TH ST", "OWNER1": "DAVID T KELLY", "OWNER2": "WILHELMINA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281075800", "LNIADDRESSKEY": "679960", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.4765625, "Shape__Length": 62.749332964020766 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175873913759901, 39.995522841854502 ], [ -75.175879873950805, 39.995497764076902 ], [ -75.175883838305893, 39.995481105421597 ], [ -75.175885527342501, 39.995481320121698 ], [ -75.176105061037404, 39.995508037287003 ], [ -75.176095502827593, 39.995552861157798 ], [ -75.175873913759901, 39.995522841854502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1896, "ADDRESS": "2203 N DELHI ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371137301", "LNIADDRESSKEY": "730512", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.0859375, "Shape__Length": 48.755768346906059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148280808378303, 39.985428906368199 ], [ -75.1482732133328, 39.985428041537098 ], [ -75.148281131885796, 39.985390918801698 ], [ -75.1482892542992, 39.9853916998538 ], [ -75.148291213841304, 39.985391953761599 ], [ -75.148393065758, 39.985405434106603 ], [ -75.148449104603301, 39.985412458519399 ], [ -75.148440608192502, 39.985449341784403 ], [ -75.148282518977595, 39.985429123097198 ], [ -75.148280808378303, 39.985428906368199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1897, "ADDRESS": "2147 N 5TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191295901", "LNIADDRESSKEY": "636639", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 249.078125, "Shape__Length": 85.349934277190883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141873810970196, 39.983917595242097 ], [ -75.141864101818797, 39.983965267311603 ], [ -75.141652681225807, 39.9839375078381 ], [ -75.141548222737001, 39.983924849696599 ], [ -75.141558025636002, 39.983876953397697 ], [ -75.141712254400204, 39.983896643226998 ], [ -75.141873810970196, 39.983917595242097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1898, "ADDRESS": "545 HERMAN ST", "OWNER1": "JOHNSON TENESHA", "OWNER2": "JOHNSON ABRAHAM H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "592090200", "LNIADDRESSKEY": "341989", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.93359375, "Shape__Length": 51.189404133091472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171609688581995, 40.048609572317901 ], [ -75.171644546309807, 40.048576535234702 ], [ -75.171780149661402, 40.048660999650998 ], [ -75.171746591067603, 40.048693517441201 ], [ -75.171609688581995, 40.048609572317901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1899, "ADDRESS": "8 E SELTZER ST", "OWNER1": "SELTZER DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071187800", "LNIADDRESSKEY": "529419", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.0703125, "Shape__Length": 54.918384209019841 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130042127897696, 39.9921910227959 ], [ -75.130040437668399, 39.992190806262798 ], [ -75.130072486915495, 39.992045668516802 ], [ -75.130127227676894, 39.992052737484499 ], [ -75.130111649326196, 39.992124614877198 ], [ -75.130107300146307, 39.992147165137503 ], [ -75.130092877635803, 39.992197774296898 ], [ -75.130042127897696, 39.9921910227959 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1900, "ADDRESS": "627 W CUMBERLAND ST", "OWNER1": "LEIVA ELMER ALEXANDER", "OWNER2": "MADRID TEOFILO ARMANDO", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371381501", "LNIADDRESSKEY": "105898", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.50390625, "Shape__Length": 57.229133471654549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143812557706596, 39.989457748748698 ], [ -75.1438645704404, 39.9894643786931 ], [ -75.143830313419798, 39.989618706069599 ], [ -75.143778301990807, 39.989612077268298 ], [ -75.143812557706596, 39.989457748748698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1901, "ADDRESS": "2434 N HANCOCK ST", "OWNER1": "KADRIU NDRICIM", "OWNER2": "KOLA LISENA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191098200", "LNIADDRESSKEY": "731213", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.55859375, "Shape__Length": 61.227621412508647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134693045640603, 39.987578332213602 ], [ -75.134702204243993, 39.987533694673402 ], [ -75.134915690992301, 39.987561337004202 ], [ -75.134908075577499, 39.987594192786197 ], [ -75.134904888779701, 39.987606226563102 ], [ -75.134693045640603, 39.987578332213602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1902, "ADDRESS": "2561 N STANLEY ST", "OWNER1": "LAURA LEE REYNOLDS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282110500", "LNIADDRESSKEY": "551282", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.95703125, "Shape__Length": 52.514456472410316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181381498365397, 39.995560283421 ], [ -75.1813909125284, 39.995520839500401 ], [ -75.181571499063807, 39.995545013401099 ], [ -75.181566287220903, 39.995568093287901 ], [ -75.181562609390198, 39.9955844533022 ], [ -75.181381498365397, 39.995560283421 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1903, "ADDRESS": "2608 N 29TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282011501", "LNIADDRESSKEY": "682291", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.328125, "Shape__Length": 66.880428996234599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178992705664498, 39.995747327089099 ], [ -75.179001620854095, 39.995707292131399 ], [ -75.179245356390396, 39.9957408478814 ], [ -75.179237074774093, 39.995780203265902 ], [ -75.178992705664498, 39.995747327089099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1904, "ADDRESS": "4941 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442082200", "LNIADDRESSKEY": "314573", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.90625, "Shape__Length": 73.787808436814785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220461218462901, 39.972694651816298 ], [ -75.220515552500302, 39.972683776142297 ], [ -75.220588626958204, 39.972889766206798 ], [ -75.220531921223596, 39.9728951419726 ], [ -75.220461218462901, 39.972694651816298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1905, "ADDRESS": "2131 N FRANKLIN ST", "OWNER1": "GROSS ABRAHAM", "OWNER2": "GROSS HENTSHE MIRIAM", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202052000", "LNIADDRESSKEY": "299258", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.109375, "Shape__Length": 62.487772824988269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145982445482801, 39.984042019510198 ], [ -75.145991031770905, 39.984003929943903 ], [ -75.146217724534594, 39.984034558611903 ], [ -75.146210036904193, 39.984072201175898 ], [ -75.145982445482801, 39.984042019510198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1906, "ADDRESS": "2706 JEFFERSON ST", "OWNER1": "CHURCH OF THE FIRST", "OWNER2": "BORN OF THE LORD JESUS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292045900", "LNIADDRESSKEY": "363021", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.0234375, "Shape__Length": 44.912326534765199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179725163713599, 39.978536719088098 ], [ -75.179750575765794, 39.9784194517567 ], [ -75.179796584764702, 39.978426204752303 ], [ -75.179771485706993, 39.978542979041102 ], [ -75.179725163713599, 39.978536719088098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1907, "ADDRESS": "6030 YOCUM ST", "OWNER1": "MARTINEZ MANCIA ANDREA SUSANA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401323900", "LNIADDRESSKEY": "628486", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.5703125, "Shape__Length": 66.451883907866531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229150365048795, 39.930307831230301 ], [ -75.229151040486599, 39.930307685024303 ], [ -75.228979163104398, 39.930426704819503 ], [ -75.228906181019397, 39.930363797662402 ], [ -75.229150365048795, 39.930307831230301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1908, "ADDRESS": "1506 S 53RD ST", "OWNER1": "CHICKEN DINNER LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "512014200", "LNIADDRESSKEY": "693301", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.6015625, "Shape__Length": 75.016076545555777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220323389233101, 39.939173521141697 ], [ -75.220361923296196, 39.9392055141033 ], [ -75.220156644696402, 39.9393516392268 ], [ -75.220118079645999, 39.939319339172599 ], [ -75.220323389233101, 39.939173521141697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1909, "ADDRESS": "2345 N 21ST ST", "OWNER1": "LADA PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162180100", "LNIADDRESSKEY": "672332", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.51171875, "Shape__Length": 76.765835041000742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166681975496203, 39.990384969477802 ], [ -75.166692673904194, 39.990339493908003 ], [ -75.166972442796407, 39.990377724470903 ], [ -75.166962434543507, 39.990423230235599 ], [ -75.166681975496203, 39.990384969477802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1910, "ADDRESS": "1834 CECIL B MOORE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "471146710", "LNIADDRESSKEY": "71581", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.91015625, "Shape__Length": 83.712656615326864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165495573508693, 39.979588378522102 ], [ -75.165547956733207, 39.979346696304503 ], [ -75.165602718681995, 39.979354135295601 ], [ -75.165552313719701, 39.979595619937101 ], [ -75.165495573508693, 39.979588378522102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1911, "ADDRESS": "1930 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183315601", "LNIADDRESSKEY": "461429", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.94140625, "Shape__Length": 41.013030968082447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140422854686193, 39.980288619526199 ], [ -75.140430162979797, 39.980256578649701 ], [ -75.140569481825693, 39.980275785881901 ], [ -75.140561884791296, 39.980308256070202 ], [ -75.140422854686193, 39.980288619526199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1912, "ADDRESS": "4936 PASCHALL AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273176010", "LNIADDRESSKEY": "472084", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.0, "Shape__Length": 70.68880544299482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212013875349996, 39.938986930963701 ], [ -75.212050255018895, 39.938961558484102 ], [ -75.212104141802897, 39.939006838059903 ], [ -75.212144923934204, 39.939041333213801 ], [ -75.212190855903998, 39.939079795213601 ], [ -75.212230936386504, 39.9391140011301 ], [ -75.212193734864996, 39.939138970303702 ], [ -75.212180619274605, 39.939127927759301 ], [ -75.212159431716501, 39.939110968345098 ], [ -75.212107903577305, 39.939066466295998 ], [ -75.212013875349996, 39.938986930963701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1913, "ADDRESS": "2929 N RINGGOLD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381016800", "LNIADDRESSKEY": "506238", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.57421875, "Shape__Length": 45.401085784210544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170261498337794, 39.999824166460499 ], [ -75.170269953893296, 39.9997869745633 ], [ -75.170422289676793, 39.999805776991202 ], [ -75.170414265208095, 39.9998431880704 ], [ -75.170261498337794, 39.999824166460499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1914, "ADDRESS": "3016 N 11TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372236001", "LNIADDRESSKEY": "652112", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.41796875, "Shape__Length": 60.498862481532207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148244912671004, 39.998282823973398 ], [ -75.148253666968003, 39.998241433561702 ], [ -75.148466767790296, 39.998269749475597 ], [ -75.148457978047006, 39.998312106567298 ], [ -75.148244912671004, 39.998282823973398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1915, "ADDRESS": "1316 W WILLIAM ST", "OWNER1": "JOHNSON ERNEST A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372367000", "LNIADDRESSKEY": "614224", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.75, "Shape__Length": 40.814765249958469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152322053598098, 39.996311265834798 ], [ -75.152343030290595, 39.996211103499398 ], [ -75.152393121903899, 39.996217653305798 ], [ -75.1523728273106, 39.996317557399998 ], [ -75.152322053598098, 39.996311265834798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1916, "ADDRESS": "648 N 43RD ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061284910", "LNIADDRESSKEY": "687290", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 520.1328125, "Shape__Length": 123.36958837409102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209386483233899, 39.964203117281997 ], [ -75.209847980788297, 39.964170667253399 ], [ -75.209856704700996, 39.964240448200101 ], [ -75.209786864234502, 39.964244850848601 ], [ -75.209395389618905, 39.964271920221698 ], [ -75.209386483233899, 39.964203117281997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1917, "ADDRESS": "1301 W ERIE AVE", "OWNER1": "BRICK AND MORTAR LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432205800", "LNIADDRESSKEY": "138906", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 307.2734375, "Shape__Length": 109.31540904929039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149046899524905, 40.0094847606589 ], [ -75.149040937846294, 40.009483971236499 ], [ -75.149096501203402, 40.009240823982999 ], [ -75.1491157387577, 40.009156619160599 ], [ -75.149172129949605, 40.009164173341802 ], [ -75.149097165622393, 40.009491439528396 ], [ -75.149046899524905, 40.0094847606589 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1918, "ADDRESS": "1819 N BUCKNELL ST", "OWNER1": "PIECE OF PHILLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322134100", "LNIADDRESSKEY": "54848", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.5234375, "Shape__Length": 48.620167777181855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172888973149099, 39.982685641797303 ], [ -75.172897645921594, 39.982647068208998 ], [ -75.173061848412203, 39.9826707273754 ], [ -75.173058901543598, 39.9826854592188 ], [ -75.173054172049206, 39.982709049664599 ], [ -75.172888973149099, 39.982685641797303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1919, "ADDRESS": "6002 N 20TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172384315", "LNIADDRESSKEY": "670642", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.47265625, "Shape__Length": 53.09879520248402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153783405493797, 40.046736309557303 ], [ -75.153787326759002, 40.046692502915498 ], [ -75.153967956726902, 40.046699696978301 ], [ -75.153964924858997, 40.046743280448702 ], [ -75.153783405493797, 40.046736309557303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1920, "ADDRESS": "1428 BLAVIS ST", "OWNER1": "STANLEY A CLARK S/M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132349100", "LNIADDRESSKEY": "40589", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 239.51953125, "Shape__Length": 88.829502995245534 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1497482554838, 40.020802872536898 ], [ -75.149766519498002, 40.020722348731297 ], [ -75.149782290947996, 40.020646700432799 ], [ -75.149801652697505, 40.020559430325001 ], [ -75.1498050237158, 40.020544241149402 ], [ -75.149860273150594, 40.020551294758398 ], [ -75.149857032326906, 40.020566374256099 ], [ -75.149804527423399, 40.020810046181403 ], [ -75.1497482554838, 40.020802872536898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1921, "ADDRESS": "1143 S 24TH ST", "OWNER1": "2300 ALTER LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361365300", "LNIADDRESSKEY": "677279", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.3828125, "Shape__Length": 62.550110600511545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183147621538097, 39.938366596003597 ], [ -75.183157603467606, 39.938317460896698 ], [ -75.183371162777107, 39.938344517735501 ], [ -75.183360815623303, 39.938393371002398 ], [ -75.183147621538097, 39.938366596003597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1922, "ADDRESS": "330 E ARMAT ST", "OWNER1": "NJA PATRICK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122055100", "LNIADDRESSKEY": "21410", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 350.12109375, "Shape__Length": 92.548584055769652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169541932116104, 40.038170518965899 ], [ -75.169567435465098, 40.0381627260264 ], [ -75.169622943437005, 40.038146870712303 ], [ -75.169638944383195, 40.0382240887539 ], [ -75.169648104946205, 40.038269413849001 ], [ -75.169675303926994, 40.0384062364854 ], [ -75.169675533361001, 40.038407370157103 ], [ -75.169586686856803, 40.038406551148803 ], [ -75.169579775889304, 40.038367111766298 ], [ -75.169573035627593, 40.0383331250883 ], [ -75.169566784438899, 40.038297875591397 ], [ -75.169541932116104, 40.038170518965899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1923, "ADDRESS": "6156 REINHARD ST", "OWNER1": "ELEANOR HUMMEL", "OWNER2": "RONALD S HUMMEL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401285500", "LNIADDRESSKEY": "500562", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.85546875, "Shape__Length": 61.015997956291002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232697893982504, 39.929791480182701 ], [ -75.232735756860194, 39.929764698012598 ], [ -75.232886844689205, 39.929889072277597 ], [ -75.232847774330907, 39.929916778545298 ], [ -75.232697893982504, 39.929791480182701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1924, "ADDRESS": "2461 N MYRTLEWOOD ST", "OWNER1": "PRIME MINISTER NORTH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282042300", "LNIADDRESSKEY": "445077", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.76171875, "Shape__Length": 55.144604155081474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180124982014902, 39.993965609659398 ], [ -75.180115931793495, 39.993964392275203 ], [ -75.180125110521601, 39.993919575403197 ], [ -75.180133325422204, 39.993920694120703 ], [ -75.180310712260606, 39.993945137479898 ], [ -75.180302053428207, 39.993989530138997 ], [ -75.180124982014902, 39.993965609659398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1925, "ADDRESS": "1958 N CROSKEY ST", "OWNER1": "KRYB LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322108200", "LNIADDRESSKEY": "104000", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.82421875, "Shape__Length": 68.654280380727741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170842503179998, 39.984846389150803 ], [ -75.170851010955403, 39.984807764676297 ], [ -75.171103912218499, 39.984842737381697 ], [ -75.171095113515904, 39.984881855397099 ], [ -75.170842503179998, 39.984846389150803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1926, "ADDRESS": "439 W ONTARIO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193244901", "LNIADDRESSKEY": "459918", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.484375, "Shape__Length": 48.811520112654527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136893808537593, 40.002773757574197 ], [ -75.136997770053298, 40.0027859079227 ], [ -75.136997218014201, 40.002788797778301 ], [ -75.136988328895498, 40.002835133294901 ], [ -75.136871438480895, 40.002878463107798 ], [ -75.136893808537593, 40.002773757574197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1927, "ADDRESS": "1961 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183310901", "LNIADDRESSKEY": "461460", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.40234375, "Shape__Length": 44.526779555518068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140059026101795, 39.980706364074599 ], [ -75.140066531723505, 39.980673537056902 ], [ -75.140220447958797, 39.980694608408903 ], [ -75.140213148471403, 39.980727521214803 ], [ -75.140059026101795, 39.980706364074599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1928, "ADDRESS": "447 W BERKS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183188201", "LNIADDRESSKEY": "37081", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.2890625, "Shape__Length": 71.64611680490745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142670738537802, 39.979927042058598 ], [ -75.142740282781901, 39.979935811090499 ], [ -75.142703435830001, 39.9801101822164 ], [ -75.142625280061196, 39.980124864839098 ], [ -75.142670738537802, 39.979927042058598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1929, "ADDRESS": "5130 WARREN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442179100", "LNIADDRESSKEY": "599137", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.9296875, "Shape__Length": 89.530414403590555 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225388999016204, 39.9754457903542 ], [ -75.225561328277806, 39.9752271003494 ], [ -75.225617004419107, 39.975221264684897 ], [ -75.225426694377006, 39.975464335511603 ], [ -75.225388999016204, 39.9754457903542 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1930, "ADDRESS": "2109 CHELTEN AVE", "OWNER1": "O AND EMM LLC", "OWNER2": null, "BLDG_DESC": "ROW CONV/APT 2STY MASONRY", "OPA_ID": "171341100", "LNIADDRESSKEY": "77518", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 342.53515625, "Shape__Length": 94.069784358307999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1557671861827, 40.052219217893203 ], [ -75.155787629731705, 40.051957731802602 ], [ -75.1558685681062, 40.051961816509703 ], [ -75.155847588985196, 40.052222484105201 ], [ -75.155818624844599, 40.0522218300719 ], [ -75.1557671861827, 40.052219217893203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1931, "ADDRESS": "1525 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291296800", "LNIADDRESSKEY": "673885", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 465.7109375, "Shape__Length": 86.748001044979091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171241813207899, 39.978293282531702 ], [ -75.171213287969707, 39.978425991553301 ], [ -75.171002062015106, 39.978399120441701 ], [ -75.171030586192003, 39.978266411439598 ], [ -75.171241813207899, 39.978293282531702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1932, "ADDRESS": "6083 UPLAND ST", "OWNER1": "YOUR OWN UNITED REAL ESTA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401290800", "LNIADDRESSKEY": "583873", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.1328125, "Shape__Length": 60.971290528899466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231212603120497, 39.930654111063397 ], [ -75.231253798928805, 39.930625018299502 ], [ -75.231304010444305, 39.930666242492897 ], [ -75.231400877565804, 39.930747420020303 ], [ -75.231356073561798, 39.930777239984899 ], [ -75.231212603120497, 39.930654111063397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1933, "ADDRESS": "2533 TURNER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "324021301", "LNIADDRESSKEY": "580059", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.171875, "Shape__Length": 62.917948100059228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176727520301199, 39.980389512375297 ], [ -75.176764254464402, 39.980217467894498 ], [ -75.176767799363503, 39.980217917920498 ], [ -75.176818264390207, 39.980224321497097 ], [ -75.176783196457095, 39.980391148200503 ], [ -75.176782112073099, 39.980396507432602 ], [ -75.176727520301199, 39.980389512375297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1934, "ADDRESS": "2049 N 3RD ST", "OWNER1": "2049 NORTH 3RD ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183302500", "LNIADDRESSKEY": "632495", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.55859375, "Shape__Length": 62.129260055559584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139342737769994, 39.982163312241497 ], [ -75.139281457212704, 39.982155357644103 ], [ -75.139218405999102, 39.982147152118799 ], [ -75.139159812104396, 39.982139081748898 ], [ -75.139119001340603, 39.982132865435702 ], [ -75.139127628792593, 39.982093761331399 ], [ -75.139351390153394, 39.982124127598397 ], [ -75.139342737769994, 39.982163312241497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1935, "ADDRESS": "2811 WHARTON ST", "OWNER1": "HSU JEFFREY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362076900", "LNIADDRESSKEY": "610468", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.89453125, "Shape__Length": 60.556239058656651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190807662798704, 39.937379767277299 ], [ -75.190843506873605, 39.937214211605998 ], [ -75.190895479044102, 39.9372220455082 ], [ -75.190862065125003, 39.937386478475702 ], [ -75.190807662798704, 39.937379767277299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1936, "ADDRESS": "3007 W DAUPHIN ST", "OWNER1": "PRIME MINISTER NORTH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282299100", "LNIADDRESSKEY": "110779", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.1796875, "Shape__Length": 77.822560582769739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181743522558406, 39.991511578165898 ], [ -75.181788987606097, 39.991295268426498 ], [ -75.181850940231399, 39.991303472985102 ], [ -75.181806789799694, 39.991519988981899 ], [ -75.181743522558406, 39.991511578165898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1937, "ADDRESS": "1806 E OAKDALE ST", "OWNER1": "KENSINGTON 2035 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314223200", "LNIADDRESSKEY": "453882", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.734375, "Shape__Length": 56.115142481904712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125756631879, 39.989264846009199 ], [ -75.125926796453797, 39.989176594131202 ], [ -75.125953232063196, 39.989205119085703 ], [ -75.1257815485463, 39.989294141567797 ], [ -75.125756631879, 39.989264846009199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1938, "ADDRESS": "2139 N REESE ST", "OWNER1": "FAIRHILL HOMES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191318800", "LNIADDRESSKEY": "498718", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.3828125, "Shape__Length": 44.665405844346381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142322296414704, 39.983810594879202 ], [ -75.142330728719699, 39.9837738231655 ], [ -75.142480439406498, 39.983793812513603 ], [ -75.1424724611025, 39.983830239773901 ], [ -75.142322296414704, 39.983810594879202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1939, "ADDRESS": "4145 LEIDY AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062196010", "LNIADDRESSKEY": "388083", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 411.40234375, "Shape__Length": 141.16724874547384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207988732243805, 39.974889910826803 ], [ -75.208237785170397, 39.974491340175398 ], [ -75.208289525755404, 39.974510669569298 ], [ -75.208040689857597, 39.974909001864397 ], [ -75.207988732243805, 39.974889910826803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1940, "ADDRESS": "2925 N RINGGOLD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381016600", "LNIADDRESSKEY": "506234", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.3203125, "Shape__Length": 45.212784145578446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170278192544998, 39.999749439911298 ], [ -75.170286282736299, 39.999712497717603 ], [ -75.170438657001696, 39.999730784035897 ], [ -75.170430635546694, 39.999767615156401 ], [ -75.170278192544998, 39.999749439911298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1941, "ADDRESS": "2237 INGERSOLL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291086800", "LNIADDRESSKEY": "357198", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.203125, "Shape__Length": 41.051933615534857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172874928020207, 39.976055190966797 ], [ -75.172897121564404, 39.975953473935803 ], [ -75.172945712304497, 39.975960029794898 ], [ -75.172924757828099, 39.9760616946947 ], [ -75.172874928020207, 39.976055190966797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1942, "ADDRESS": "2210 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191202001", "LNIADDRESSKEY": "461583", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.1640625, "Shape__Length": 49.377942893262535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139490174756702, 39.984514487608699 ], [ -75.139499697596605, 39.984471212960699 ], [ -75.139655695157401, 39.984492331090799 ], [ -75.139662705268606, 39.984493667492799 ], [ -75.139651081084693, 39.984536572242497 ], [ -75.139490174756702, 39.984514487608699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1943, "ADDRESS": "3844 FOLSOM ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243053200", "LNIADDRESSKEY": "293649", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.3828125, "Shape__Length": 76.120673411270744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199310616668697, 39.966968582716198 ], [ -75.199322543489203, 39.966967284605303 ], [ -75.199361861520799, 39.966962967719702 ], [ -75.199362766372204, 39.966967872410798 ], [ -75.199402265219206, 39.9671841088023 ], [ -75.199351226562896, 39.967188165159499 ], [ -75.199311523924905, 39.966973423264598 ], [ -75.199310616668697, 39.966968582716198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1944, "ADDRESS": "3111 W ARIZONA ST", "OWNER1": "BENJAMIN ROBINSON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282333800", "LNIADDRESSKEY": "20933", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.0703125, "Shape__Length": 44.404176593200191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183219389258596, 39.992599111778098 ], [ -75.183268191009304, 39.992605458209297 ], [ -75.183245622401202, 39.992719032622198 ], [ -75.183196680349198, 39.992712521990299 ], [ -75.183219389258596, 39.992599111778098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1945, "ADDRESS": "1338 N 54TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041284050", "LNIADDRESSKEY": "693730", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.24609375, "Shape__Length": 72.593805671855719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229372501551396, 39.9738441154513 ], [ -75.229361922169701, 39.973790430315702 ], [ -75.229613773071804, 39.9737618380368 ], [ -75.229622166574302, 39.973817392005401 ], [ -75.229605525290296, 39.973819251963903 ], [ -75.229509587870794, 39.973830007635101 ], [ -75.229372748649396, 39.973845346234398 ], [ -75.229372501551396, 39.9738441154513 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1946, "ADDRESS": "1446 BLAVIS ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132350005", "LNIADDRESSKEY": "40598", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 245.8828125, "Shape__Length": 89.520800324311551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150367389421504, 40.020614231391498 ], [ -75.150363939167605, 40.020629886190299 ], [ -75.150310308817495, 40.020874532957698 ], [ -75.150254274621403, 40.020867154332699 ], [ -75.150306451041402, 40.020622685283897 ], [ -75.150309823051401, 40.020606931855603 ], [ -75.150312180474899, 40.020607227375201 ], [ -75.150367389421504, 40.020614231391498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1947, "ADDRESS": "2105 E ORLEANS ST", "OWNER1": "RCSD DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252175100", "LNIADDRESSKEY": "463065", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.88671875, "Shape__Length": 51.959295829301368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115179246571998, 39.989253243390301 ], [ -75.115337424698893, 39.9891848021756 ], [ -75.115363036892006, 39.989218210120399 ], [ -75.115205100851796, 39.989287996084997 ], [ -75.115179246571998, 39.989253243390301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1948, "ADDRESS": "4546 DITMAN ST", "OWNER1": "COMMUNITY DEV CORP", "OWNER2": "FRANKFORD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232358420", "LNIADDRESSKEY": "730574", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 417.90625, "Shape__Length": 100.44720912876136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.0812914966927, 40.010870053722897 ], [ -75.081365290461093, 40.010824681761598 ], [ -75.081499715326501, 40.010952044948603 ], [ -75.081556812707802, 40.011007729491702 ], [ -75.081588532979794, 40.0110380951661 ], [ -75.081515824916195, 40.011083009323997 ], [ -75.0812914966927, 40.010870053722897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1949, "ADDRESS": "2524 N STANLEY ST", "OWNER1": "DOWNEY WILLARD E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282118000", "LNIADDRESSKEY": "551245", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.4765625, "Shape__Length": 50.806725474522132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1818238748114, 39.9949040660698 ], [ -75.181832349016304, 39.994865615852198 ], [ -75.182007236905605, 39.994890275419003 ], [ -75.181998252824698, 39.994928309912197 ], [ -75.1818238748114, 39.9949040660698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1950, "ADDRESS": "2149 N 22ND ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322088700", "LNIADDRESSKEY": "674055", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.53125, "Shape__Length": 92.588498706545678 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1688507008991, 39.987577781027497 ], [ -75.1688607739692, 39.987532759758203 ], [ -75.169101813857694, 39.987568017283301 ], [ -75.169211433479902, 39.987584055989302 ], [ -75.169202190468795, 39.987627661083998 ], [ -75.169093947715695, 39.987612299809598 ], [ -75.1688507008991, 39.987577781027497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1951, "ADDRESS": "2905 CECIL B MOORE AVE", "OWNER1": "1210 FENIX PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324053001", "LNIADDRESSKEY": "71892", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.41015625, "Shape__Length": 72.300222916498441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182076221839495, 39.982107221698897 ], [ -75.182119123822204, 39.981903637660501 ], [ -75.182174246895997, 39.981911029435899 ], [ -75.182130615537801, 39.982114547616 ], [ -75.182076221839495, 39.982107221698897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1952, "ADDRESS": "1934 N 4TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183327001", "LNIADDRESSKEY": "634577", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.69921875, "Shape__Length": 54.333992414521482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140888675548297, 39.980668535640199 ], [ -75.140897452073602, 39.9806299022232 ], [ -75.141084015763298, 39.980655872864901 ], [ -75.141088377249204, 39.9806612441241 ], [ -75.141080174986797, 39.980694763789501 ], [ -75.140888675548297, 39.980668535640199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1953, "ADDRESS": "4947 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442082500", "LNIADDRESSKEY": "314576", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.4921875, "Shape__Length": 79.566937955661757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220626352787306, 39.972660427393798 ], [ -75.220682530541097, 39.972648979602397 ], [ -75.220760733025202, 39.972872588991898 ], [ -75.220702117786203, 39.9728791627535 ], [ -75.220626352787306, 39.972660427393798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1954, "ADDRESS": "723 N 39TH ST", "OWNER1": "NATARAJAN SUCHITRA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243100800", "LNIADDRESSKEY": "686048", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.2890625, "Shape__Length": 77.738352576806818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199805399675697, 39.966204193435303 ], [ -75.200094731825203, 39.966172355824597 ], [ -75.200102044889107, 39.966215863463297 ], [ -75.199812852583705, 39.966247285237102 ], [ -75.199805399675697, 39.966204193435303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1955, "ADDRESS": "2703 W STERNER ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281395501", "LNIADDRESSKEY": "553702", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.06640625, "Shape__Length": 48.318491051429746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175544235210396, 39.997317783937497 ], [ -75.175569328098902, 39.997191081038999 ], [ -75.175618952880299, 39.997197883858902 ], [ -75.175592503627698, 39.9973244437207 ], [ -75.175544235210396, 39.997317783937497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1956, "ADDRESS": "1632 W SUSQUEHANNA AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "321065701", "LNIADDRESSKEY": "559118", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.21875, "Shape__Length": 63.981454906670734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160434832971006, 39.986751829569499 ], [ -75.160472186326501, 39.986572403702901 ], [ -75.160522513180993, 39.986578681731501 ], [ -75.160483272686093, 39.986758144999001 ], [ -75.160434832971006, 39.986751829569499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1957, "ADDRESS": "2245 N FRANKLIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371078801", "LNIADDRESSKEY": "299344", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.61328125, "Shape__Length": 65.622228181139832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145834589390603, 39.985934006360701 ], [ -75.145832656096601, 39.985944942561503 ], [ -75.145827152704697, 39.985975021040097 ], [ -75.145589011575794, 39.985948774468703 ], [ -75.145595645630493, 39.985908076092102 ], [ -75.145834589390603, 39.985934006360701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1958, "ADDRESS": "1328 W SILVER ST", "OWNER1": "RUDISELL ELBERT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372303400", "LNIADDRESSKEY": "537711", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.90234375, "Shape__Length": 54.829905798406024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153213347592597, 39.994681594289503 ], [ -75.153242270703601, 39.994543987314003 ], [ -75.153305377418505, 39.994551653363096 ], [ -75.153277093966807, 39.994689500076902 ], [ -75.153213347592597, 39.994681594289503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1959, "ADDRESS": "1705 N MARSHALL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201127001", "LNIADDRESSKEY": "413730", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.31640625, "Shape__Length": 52.579444636967395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145742504351702, 39.977441812853399 ], [ -75.145749567747501, 39.977404058171999 ], [ -75.145934246188503, 39.977426545418403 ], [ -75.145926850970497, 39.977463678758497 ], [ -75.145742504351702, 39.977441812853399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1960, "ADDRESS": "1847 N LEITHGOW ST", "OWNER1": "SHAH DEEP", "OWNER2": null, "BLDG_DESC": "ROW 3STY FRAME", "OPA_ID": "183165800", "LNIADDRESSKEY": "388530", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.484375, "Shape__Length": 48.493357517752024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141427164836799, 39.979200223452096 ], [ -75.141435031179, 39.979161794569997 ], [ -75.141599578774503, 39.979183670065197 ], [ -75.141591131621496, 39.9792224720684 ], [ -75.141427164836799, 39.979200223452096 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1961, "ADDRESS": "801 UNION ST", "OWNER1": "MCHUGH JOHN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243152000", "LNIADDRESSKEY": "582463", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 349.703125, "Shape__Length": 91.50874897509938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201567308119493, 39.967645990832303 ], [ -75.201887274601802, 39.967610234978203 ], [ -75.201899897767007, 39.967676379884601 ], [ -75.2015788428685, 39.967712111606801 ], [ -75.201567308119493, 39.967645990832303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1962, "ADDRESS": "2444 N GRATZ ST", "OWNER1": "PETTAWAY JOHN", "OWNER2": "LUCY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162065100", "LNIADDRESSKEY": "321896", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.93359375, "Shape__Length": 51.439947162525229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1629676687092, 39.991305867899001 ], [ -75.162972818352898, 39.991306563995202 ], [ -75.162971449315805, 39.991314980161 ], [ -75.162963901173001, 39.991345340952002 ], [ -75.162959125075204, 39.991344717472202 ], [ -75.162954872953307, 39.991344138463901 ], [ -75.162787328243098, 39.991321872076803 ], [ -75.162795882170897, 39.991282716400903 ], [ -75.162963415126598, 39.991305288858001 ], [ -75.1629676687092, 39.991305867899001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1963, "ADDRESS": "851 N 16TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151021610", "LNIADDRESSKEY": "660241", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.3984375, "Shape__Length": 61.076553637850949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162775525535295, 39.970122220150998 ], [ -75.162784891071198, 39.9700776350399 ], [ -75.162998324616296, 39.970105481732801 ], [ -75.162989016215704, 39.970148570206803 ], [ -75.162775525535295, 39.970122220150998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1964, "ADDRESS": "1244 HANSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273045300", "LNIADDRESSKEY": "332206", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.21875, "Shape__Length": 59.386426109021798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213789170597806, 39.942599254241998 ], [ -75.2139454736147, 39.942490034365598 ], [ -75.213979045005004, 39.9425186153426 ], [ -75.2138194079714, 39.9426307596285 ], [ -75.213785794726704, 39.942601614552899 ], [ -75.213789170597806, 39.942599254241998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1965, "ADDRESS": "3829 CAMBRIDGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243213400", "LNIADDRESSKEY": "63332", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.1640625, "Shape__Length": 75.830507458244924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200285468193798, 39.973885801468398 ], [ -75.200340310441106, 39.973881006930299 ], [ -75.200379899580597, 39.974096197373001 ], [ -75.200323180883203, 39.974102385091797 ], [ -75.200285468193798, 39.973885801468398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1966, "ADDRESS": "3976 PENNSGROVE ST", "OWNER1": "CHOWDHURY ANINDYA ROY", "OWNER2": "SEN BHASWATI", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243169600", "LNIADDRESSKEY": "478504", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 218.546875, "Shape__Length": 81.666858294135238 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203396018634095, 39.971510299252103 ], [ -75.203452682460195, 39.971504415192399 ], [ -75.203500337939701, 39.9717387889552 ], [ -75.203444304628903, 39.971745185966398 ], [ -75.203396018634095, 39.971510299252103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1967, "ADDRESS": "43 N PEACH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441177400", "LNIADDRESSKEY": "474982", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.33984375, "Shape__Length": 50.111122610947881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226996208938601, 39.961340683108702 ], [ -75.227004824305894, 39.961299913212798 ], [ -75.227173921539404, 39.961320588384702 ], [ -75.227165179878497, 39.961361372407701 ], [ -75.226996208938601, 39.961340683108702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1968, "ADDRESS": "3902 GERMANTOWN AVE", "OWNER1": "SEY 2 SCY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131122405", "LNIADDRESSKEY": "309726", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.4921875, "Shape__Length": 76.483572306542086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1523537861938, 40.012742792385097 ], [ -75.152629743701198, 40.012676301835803 ], [ -75.152646308754001, 40.012716218873301 ], [ -75.152370992144597, 40.012782416492797 ], [ -75.1523537861938, 40.012742792385097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1969, "ADDRESS": "2061 S 60TH ST", "OWNER1": "BRIDGES MARGARET", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401089400", "LNIADDRESSKEY": "700509", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 235.30859375, "Shape__Length": 72.518875581322476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228694258803699, 39.931665061536798 ], [ -75.228685317346404, 39.931657724549197 ], [ -75.228869593317299, 39.931528031690902 ], [ -75.228879136739906, 39.9315360598982 ], [ -75.228921327998293, 39.931571595856298 ], [ -75.228736685626203, 39.931699925867598 ], [ -75.228694258803699, 39.931665061536798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1970, "ADDRESS": "211 W HAZZARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "885260360", "LNIADDRESSKEY": "731332", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.44921875, "Shape__Length": 41.111020815233516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135893906977003, 39.989720164103701 ], [ -75.135916901122599, 39.989617164662 ], [ -75.135963861037595, 39.9896232799126 ], [ -75.135941861486998, 39.989726575699997 ], [ -75.135893906977003, 39.989720164103701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1971, "ADDRESS": "3957 BROWN ST", "OWNER1": "MD PROPERTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243123800", "LNIADDRESSKEY": "53933", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.50390625, "Shape__Length": 71.415496097918549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202376668252398, 39.967555881752403 ], [ -75.202427115001001, 39.967550280324097 ], [ -75.2024313234228, 39.967571039430901 ], [ -75.202463436721402, 39.967754355663899 ], [ -75.202411397699393, 39.967760453351197 ], [ -75.202376668252398, 39.967555881752403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1972, "ADDRESS": "2420 N 30TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282076901", "LNIADDRESSKEY": "683092", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.32421875, "Shape__Length": 69.455445084888012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181185672408105, 39.9931976793643 ], [ -75.181195350609201, 39.99315624338 ], [ -75.181448684893496, 39.993190153611998 ], [ -75.181439334493305, 39.9932312117677 ], [ -75.181185672408105, 39.9931976793643 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1973, "ADDRESS": "2416 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162089601", "LNIADDRESSKEY": "668224", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.1953125, "Shape__Length": 67.095007789925447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163733366317501, 39.990894818866103 ], [ -75.163731281341299, 39.990894546632703 ], [ -75.163502052208699, 39.990864266636301 ], [ -75.163504614648801, 39.990852541348097 ], [ -75.163511752710207, 39.990819753186301 ], [ -75.1637409673435, 39.990849871783503 ], [ -75.163743031836503, 39.9908501435552 ], [ -75.1637507678562, 39.990851171577603 ], [ -75.163747809187797, 39.9908639207314 ], [ -75.163740748633998, 39.990895791615998 ], [ -75.163733366317501, 39.990894818866103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1974, "ADDRESS": "1825 S ALLISON ST", "OWNER1": "FRANCES PATTERSON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "514209700", "LNIADDRESSKEY": "11940", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.04296875, "Shape__Length": 50.091213908064319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220426271697207, 39.934239465715699 ], [ -75.220558303508298, 39.934146966416101 ], [ -75.220591931572301, 39.934175126650601 ], [ -75.220510576891598, 39.934232637277901 ], [ -75.2204670110564, 39.934263351043803 ], [ -75.220435420426099, 39.934246840591904 ], [ -75.220426271697207, 39.934239465715699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1975, "ADDRESS": "2839 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192107900", "LNIADDRESSKEY": "461805", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.828125, "Shape__Length": 48.583495438427875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137103929293204, 39.9941531131633 ], [ -75.137112062619806, 39.994117140236099 ], [ -75.137280633263302, 39.994139419044402 ], [ -75.137273375240198, 39.994172283101499 ], [ -75.137272868575195, 39.994174528632399 ], [ -75.137103929293204, 39.9941531131633 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1976, "ADDRESS": "5444 LUDLOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "603008000", "LNIADDRESSKEY": "402855", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.07421875, "Shape__Length": 80.546451869277362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230042924008004, 39.959796078058503 ], [ -75.230093303938503, 39.959561647168002 ], [ -75.230143790511605, 39.959568864805398 ], [ -75.230095825952105, 39.959802576160698 ], [ -75.230042924008004, 39.959796078058503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1977, "ADDRESS": "135 E SPRINGER ST", "OWNER1": "ADVANCED LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "221194100", "LNIADDRESSKEY": "546052", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.71484375, "Shape__Length": 60.642758446919125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182759181860803, 40.053393132506201 ], [ -75.1828135894403, 40.053337849485203 ], [ -75.182958498418898, 40.053422555405902 ], [ -75.182903916549705, 40.053477449418999 ], [ -75.182759181860803, 40.053393132506201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1978, "ADDRESS": "182 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885229260", "LNIADDRESSKEY": "110327", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.55078125, "Shape__Length": 60.109809536459565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135459752716002, 39.985166215770299 ], [ -75.135494131310395, 39.9849988239013 ], [ -75.135540778066598, 39.985004508784201 ], [ -75.135509278413807, 39.985172424643999 ], [ -75.135459752716002, 39.985166215770299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1979, "ADDRESS": "2120R-24 HAINES ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "102122820", "LNIADDRESSKEY": "329783", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1573.375, "Shape__Length": 162.74011104673832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157074387084805, 40.0562877932989 ], [ -75.1569642322346, 40.0561440652248 ], [ -75.156847695141195, 40.055991664875201 ], [ -75.157091083087806, 40.055876759933 ], [ -75.157313219143802, 40.056171349060001 ], [ -75.157136957210895, 40.056257206985698 ], [ -75.157074387084805, 40.0562877932989 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1980, "ADDRESS": "2300 N 18TH ST", "OWNER1": "2300 N 18 STREET HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162003600", "LNIADDRESSKEY": "665652", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.7265625, "Shape__Length": 70.207905191593213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1623320310498, 39.988831506945097 ], [ -75.162337888270301, 39.9888026386717 ], [ -75.162342017837602, 39.988782259564204 ], [ -75.162568428819299, 39.988812639575201 ], [ -75.162588966336301, 39.988815392262197 ], [ -75.162578166482504, 39.988864540240101 ], [ -75.1623320310498, 39.988831506945097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1981, "ADDRESS": "4201 LEIDY AVE", "OWNER1": "GUSSIE STEIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062199000", "LNIADDRESSKEY": "388126", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.29296875, "Shape__Length": 76.162045162728532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210352211546706, 39.975276255746998 ], [ -75.210402306875196, 39.975294789782097 ], [ -75.210278908722898, 39.975492876448797 ], [ -75.210228849682807, 39.975474504219598 ], [ -75.210352211546706, 39.975276255746998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1982, "ADDRESS": "4159 LEIDY AVE", "OWNER1": "PITTS KEVIN C", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062196700", "LNIADDRESSKEY": "388097", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.0703125, "Shape__Length": 84.774601043771469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208459749804902, 39.974849711914999 ], [ -75.208598637857904, 39.974624647252 ], [ -75.208649257688506, 39.974643692619999 ], [ -75.208509523217501, 39.974868416486899 ], [ -75.208459749804902, 39.974849711914999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1983, "ADDRESS": "2536 N 15TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161040601", "LNIADDRESSKEY": "658284", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.01953125, "Shape__Length": 65.831202742414703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156697884202003, 39.9924413820372 ], [ -75.1567072764675, 39.992398506451899 ], [ -75.156808343640506, 39.992413637215598 ], [ -75.156942288737199, 39.992431638169201 ], [ -75.156933155002505, 39.992474342786302 ], [ -75.156697884202003, 39.9924413820372 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1984, "ADDRESS": "1646 S BAILEY ST", "OWNER1": "CAPITAL REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364277900", "LNIADDRESSKEY": "26812", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.01953125, "Shape__Length": 48.113002662679122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188965999137693, 39.932117431513902 ], [ -75.189129257097505, 39.932137535297699 ], [ -75.189121027153007, 39.932175877551003 ], [ -75.188957784966107, 39.932155935165099 ], [ -75.188965999137693, 39.932117431513902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1985, "ADDRESS": "2342 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191184901", "LNIADDRESSKEY": "632614", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.94921875, "Shape__Length": 58.829343561430427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138547019714906, 39.9866450437532 ], [ -75.138555338015394, 39.986607149024103 ], [ -75.138766443266803, 39.986634654578097 ], [ -75.138758141275503, 39.986672470851403 ], [ -75.138547019714906, 39.9866450437532 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1986, "ADDRESS": "5114 MALCOLM ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "511097410", "LNIADDRESSKEY": "406905", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.60546875, "Shape__Length": 52.170636252499278 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225520050713101, 39.947304003835001 ], [ -75.225558576511503, 39.947277206820203 ], [ -75.225563815631105, 39.947281642407503 ], [ -75.225680738493097, 39.947380964730797 ], [ -75.225642067060306, 39.947407742814399 ], [ -75.225525348857005, 39.947308504919199 ], [ -75.225520050713101, 39.947304003835001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1987, "ADDRESS": "1711 N MARSHALL ST", "OWNER1": "SORDONI WINSTON", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "201127300", "LNIADDRESSKEY": "413736", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.27734375, "Shape__Length": 53.551849376366611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145720001524694, 39.977561475894099 ], [ -75.145728092911199, 39.9775203927435 ], [ -75.145912689817195, 39.9775422654727 ], [ -75.1459049020972, 39.977582533342897 ], [ -75.145720001524694, 39.977561475894099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1988, "ADDRESS": "5521 LANSDOWNE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041257350", "LNIADDRESSKEY": "378472", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 249.82421875, "Shape__Length": 93.180743383307828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232471345936901, 39.976870453131802 ], [ -75.232526006385299, 39.976864350801598 ], [ -75.232579222036094, 39.977138050219999 ], [ -75.232524477369097, 39.977146971975301 ], [ -75.232471345936901, 39.976870453131802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1989, "ADDRESS": "3900 PARRISH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243140410", "LNIADDRESSKEY": "471543", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.1875, "Shape__Length": 71.522738141148594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200786969342303, 39.968457722212797 ], [ -75.200821997376394, 39.968641974341701 ], [ -75.200823636355395, 39.968655793879698 ], [ -75.200825390215002, 39.968660974204496 ], [ -75.200773263551, 39.968667199866303 ], [ -75.200769846893905, 39.968652696614399 ], [ -75.200734440018607, 39.968463487279003 ], [ -75.200786969342303, 39.968457722212797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1990, "ADDRESS": "3012 W BERKS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323024401", "LNIADDRESSKEY": "37265", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.2734375, "Shape__Length": 72.823015101202031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183291401596804, 39.985012294084399 ], [ -75.183335449793006, 39.984804366513004 ], [ -75.183386595602997, 39.984811184411498 ], [ -75.183342684107799, 39.985019372970299 ], [ -75.183291401596804, 39.985012294084399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1991, "ADDRESS": "3027 EUCLID AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323018600", "LNIADDRESSKEY": "140079", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.0546875, "Shape__Length": 56.533032890584622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183673999003304, 39.984839937170001 ], [ -75.183706655513902, 39.984686128443897 ], [ -75.183756423152303, 39.984692801609903 ], [ -75.183726758181706, 39.984824014591503 ], [ -75.183723875054895, 39.984846533933599 ], [ -75.183673999003304, 39.984839937170001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1992, "ADDRESS": "19 E SOMERSET ST", "OWNER1": "DUDNICK HARRY R", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071197410", "LNIADDRESSKEY": "541215", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.5234375, "Shape__Length": 58.400982064659658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129673996963405, 39.992304131704003 ], [ -75.129706719249697, 39.9921475314652 ], [ -75.129760709732807, 39.992154502386498 ], [ -75.129761877450505, 39.992155205938801 ], [ -75.129728300247706, 39.9923111582088 ], [ -75.129673996963405, 39.992304131704003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1993, "ADDRESS": "3063 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193116801", "LNIADDRESSKEY": "462727", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.58984375, "Shape__Length": 40.675903455213621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138261923442997, 39.997745752321499 ], [ -75.138268556857099, 39.997713324508503 ], [ -75.138405848037493, 39.997730617798403 ], [ -75.138398019681702, 39.997764645904397 ], [ -75.138261923442997, 39.997745752321499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1994, "ADDRESS": "431 W ONTARIO ST", "OWNER1": "ZAGRANICHNY ERNEST", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "193244500", "LNIADDRESSKEY": "459910", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.1484375, "Shape__Length": 57.82580582240508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136690899065798, 40.002914427567298 ], [ -75.136723923070605, 40.002751867735299 ], [ -75.136768086255898, 40.002757370283398 ], [ -75.136734943357297, 40.002920282197103 ], [ -75.136690899065798, 40.002914427567298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1995, "ADDRESS": "1007 S FRAZIER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513030100", "LNIADDRESSKEY": "301192", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.3984375, "Shape__Length": 57.074822678822144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235544299360896, 39.945045954152 ], [ -75.235556295864995, 39.945037545048002 ], [ -75.235604994555402, 39.945003391528999 ], [ -75.235611221335006, 39.944998111915297 ], [ -75.235690656327293, 39.944943241359503 ], [ -75.235716146994207, 39.944964642387902 ], [ -75.2357297665462, 39.944976353157401 ], [ -75.235654190843206, 39.945029937697903 ], [ -75.235595820308006, 39.945070811257601 ], [ -75.235584511027895, 39.945078719610301 ], [ -75.235544299360896, 39.945045954152 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1996, "ADDRESS": "2255 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162072300", "LNIADDRESSKEY": "668140", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.76953125, "Shape__Length": 69.739311907418994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163567965570195, 39.988539950239698 ], [ -75.163577000535795, 39.988499176774198 ], [ -75.163832312228607, 39.988531688859197 ], [ -75.163822932837505, 39.988573244095598 ], [ -75.163567965570195, 39.988539950239698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1997, "ADDRESS": "5955-57 N OPAL ST", "OWNER1": "BESS GEORGE", "OWNER2": "BESS CORA LEE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172363300", "LNIADDRESSKEY": "460524", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1087.19921875, "Shape__Length": 167.84850200347276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152460684949006, 40.044961206992298 ], [ -75.152468621766403, 40.044851417359702 ], [ -75.153078101967495, 40.0448778028709 ], [ -75.153069443828898, 40.044987818364298 ], [ -75.152460684949006, 40.044961206992298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1998, "ADDRESS": "2245 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162071801", "LNIADDRESSKEY": "668130", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.875, "Shape__Length": 69.75586600461925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163614313757705, 39.988329953158598 ], [ -75.1636230434449, 39.988287851697102 ], [ -75.163878354619897, 39.9883208952849 ], [ -75.163869690095197, 39.988361289679801 ], [ -75.163614313757705, 39.988329953158598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 1999, "ADDRESS": "1724 S 58TH ST", "OWNER1": "PIGOTT STEPHEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034128100", "LNIADDRESSKEY": "698423", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.73828125, "Shape__Length": 73.002158893382855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230524648583, 39.937279590972203 ], [ -75.230723298637201, 39.937139765845501 ], [ -75.230762641252497, 39.937171515082603 ], [ -75.230563528327707, 39.937312538571902 ], [ -75.230524648583, 39.937279590972203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2000, "ADDRESS": "3737 BROWN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243118200", "LNIADDRESSKEY": "53833", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.9765625, "Shape__Length": 82.326981627450607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197961421185695, 39.968045907126303 ], [ -75.198016965268806, 39.9680401946149 ], [ -75.198060643460096, 39.968278962922497 ], [ -75.198006905600295, 39.968284554576798 ], [ -75.197961421185695, 39.968045907126303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2001, "ADDRESS": "2462 N 17TH ST", "OWNER1": "CHALMERS HEATH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161170300", "LNIADDRESSKEY": "663190", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.44140625, "Shape__Length": 67.274799429282325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160158631901496, 39.991433186043402 ], [ -75.160167693111106, 39.991395589470898 ], [ -75.160407519961097, 39.991427743802099 ], [ -75.160398585337305, 39.991466939172 ], [ -75.160397328366699, 39.991472408139998 ], [ -75.160157214491903, 39.991439021932202 ], [ -75.160158631901496, 39.991433186043402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2002, "ADDRESS": "1326 W PIKE ST", "OWNER1": "1326 WEST PIKE STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432238800", "LNIADDRESSKEY": "483778", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.27734375, "Shape__Length": 84.259793005611414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1494594016268, 40.011892942108602 ], [ -75.149515643810702, 40.011900163820997 ], [ -75.149465345655699, 40.012143305505496 ], [ -75.149407511658495, 40.0121343875904 ], [ -75.1494594016268, 40.011892942108602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2003, "ADDRESS": "4019 FAIRMOUNT AVE", "OWNER1": "FAIRMOUNT AVE INVESTMENTS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061136100", "LNIADDRESSKEY": "283672", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.76171875, "Shape__Length": 70.908178930380473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203348748624705, 39.9651821957994 ], [ -75.203403138914595, 39.965176456260302 ], [ -75.203438229779493, 39.965376473080198 ], [ -75.203383541003802, 39.965382400856797 ], [ -75.203348748624705, 39.9651821957994 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2004, "ADDRESS": "2203 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162069701", "LNIADDRESSKEY": "668089", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.82421875, "Shape__Length": 69.398849712093067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163811640292295, 39.987445616434101 ], [ -75.163819586678599, 39.987404238396998 ], [ -75.1640732095141, 39.987436969898603 ], [ -75.164065181734401, 39.987478297686401 ], [ -75.163811640292295, 39.987445616434101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2005, "ADDRESS": "2155 N WOODSTOCK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322016901", "LNIADDRESSKEY": "624041", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.5, "Shape__Length": 59.766288537310238 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166373534274896, 39.987475314420003 ], [ -75.166364919015393, 39.9875150331901 ], [ -75.166153029164207, 39.987486438146398 ], [ -75.166161254962304, 39.987445952642901 ], [ -75.166373534274896, 39.987475314420003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2006, "ADDRESS": "2645 N 30TH ST", "OWNER1": "MORTON WILLIAM J", "OWNER2": "CARRIE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282072300", "LNIADDRESSKEY": "683241", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.7265625, "Shape__Length": 61.046203742885353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1800205787533, 39.996643905747803 ], [ -75.180029685239305, 39.996602633863297 ], [ -75.180246291993996, 39.996632646115003 ], [ -75.180237148684199, 39.996673191875999 ], [ -75.1801993224136, 39.996668088919698 ], [ -75.1800205787533, 39.996643905747803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2007, "ADDRESS": "2121 W BERKS ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322231001", "LNIADDRESSKEY": "37217", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.3984375, "Shape__Length": 65.652475248494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169285929909094, 39.983529261242602 ], [ -75.169229155568701, 39.983521166152201 ], [ -75.169269199206099, 39.983341444816098 ], [ -75.169324768471697, 39.983349770707697 ], [ -75.169285929909094, 39.983529261242602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2008, "ADDRESS": "6011 CEDARHURST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034009300", "LNIADDRESSKEY": "73618", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.65234375, "Shape__Length": 72.310247787758072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243514532445602, 39.944028796851299 ], [ -75.243630322567995, 39.9442155880215 ], [ -75.243579690244601, 39.9442341796085 ], [ -75.243465301985594, 39.944047983266103 ], [ -75.243514532445602, 39.944028796851299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2009, "ADDRESS": "2266 N VAN PELT ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162197901", "LNIADDRESSKEY": "586340", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.0625, "Shape__Length": 69.405244152993163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168440967637693, 39.989387057991998 ], [ -75.168430903558601, 39.989434562856502 ], [ -75.168185236838198, 39.989401793784701 ], [ -75.168195469947506, 39.989354777035203 ], [ -75.168440967637693, 39.989387057991998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2010, "ADDRESS": "3335 N 20TH ST", "OWNER1": "L&M HOMES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112282300", "LNIADDRESSKEY": "670456", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 260.89453125, "Shape__Length": 91.310345115261782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1617949834162, 40.0052881685477 ], [ -75.161784847899298, 40.005333559594398 ], [ -75.161449306002595, 40.0052886935309 ], [ -75.1614402751364, 40.005287474011801 ], [ -75.161450058940503, 40.005241979327202 ], [ -75.1614588188705, 40.005243160074897 ], [ -75.1617949834162, 40.0052881685477 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2011, "ADDRESS": "2313 N CROSKEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162221101", "LNIADDRESSKEY": "104017", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.70703125, "Shape__Length": 47.488017198766769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169187126010996, 39.989896185840898 ], [ -75.169347036744796, 39.989915772094299 ], [ -75.169339987862699, 39.989954574574398 ], [ -75.169179598756102, 39.989934897591901 ], [ -75.169187126010996, 39.989896185840898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2012, "ADDRESS": "2250 N VAN PELT ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162197101", "LNIADDRESSKEY": "586324", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.23828125, "Shape__Length": 68.30687011678441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168261157925997, 39.989053009259202 ], [ -75.168270480599602, 39.989008985918403 ], [ -75.168515657021402, 39.989041404805199 ], [ -75.168505017641706, 39.989085865949001 ], [ -75.168261157925997, 39.989053009259202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2013, "ADDRESS": "6606 LANSDOWNE AVE", "OWNER1": "COVENANT REALTY INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "344021900", "LNIADDRESSKEY": "378854", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19151", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 234.21484375, "Shape__Length": 88.724513315709061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.252147613902594, 39.974303775847901 ], [ -75.252139485305193, 39.974262172517903 ], [ -75.252194015772204, 39.974255509598997 ], [ -75.252202207926203, 39.9742976943202 ], [ -75.252244587716902, 39.974516051558602 ], [ -75.252190384875206, 39.974522318444201 ], [ -75.252147613902594, 39.974303775847901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2014, "ADDRESS": "4659 N 8TH ST", "OWNER1": "ESTUDANTE ARMANDO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491247800", "LNIADDRESSKEY": "646017", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 29.1484375, "Shape__Length": 23.333704870292365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138323311767806, 40.022941312319503 ], [ -75.138394413761503, 40.022951315641897 ], [ -75.138389244242703, 40.022974989559799 ], [ -75.138317850711303, 40.022966851477499 ], [ -75.138323311767806, 40.022941312319503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2015, "ADDRESS": "2025 W STELLA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111058925", "LNIADDRESSKEY": "552854", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.39453125, "Shape__Length": 51.954430025286129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163828414466394, 39.9996124222343 ], [ -75.163857557282, 39.999474609637304 ], [ -75.163907229276703, 39.999481305943704 ], [ -75.163879399358905, 39.999619293417098 ], [ -75.163828414466394, 39.9996124222343 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2016, "ADDRESS": "2242 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472075310", "LNIADDRESSKEY": "435886", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.27734375, "Shape__Length": 78.678442433399198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172027618713301, 39.982028533481802 ], [ -75.172076397918801, 39.981809415921397 ], [ -75.1721386127047, 39.981818212986298 ], [ -75.172090516559706, 39.982037005779297 ], [ -75.172027618713301, 39.982028533481802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2017, "ADDRESS": "5650 FLORENCE AVE", "OWNER1": "AJAVON MYRNA S", "OWNER2": "ABU SANDO M", "BLDG_DESC": "ROW B/GAR 2STY MASONRY", "OPA_ID": "513273000", "LNIADDRESSKEY": "293460", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.4609375, "Shape__Length": 69.132803642458541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2306444015137, 39.939851638662098 ], [ -75.230654501028297, 39.939844703209197 ], [ -75.230681015421496, 39.9398265550087 ], [ -75.230696666086004, 39.939814486420197 ], [ -75.230709817840093, 39.939825188572598 ], [ -75.230713915916695, 39.9398287440467 ], [ -75.230747293732406, 39.939857605185601 ], [ -75.230754225214795, 39.939863270408701 ], [ -75.230782445920397, 39.9398877801978 ], [ -75.230814405478597, 39.939914209007803 ], [ -75.230857461563801, 39.939951487390204 ], [ -75.230854127976698, 39.939953832222599 ], [ -75.230806267758496, 39.939987422100899 ], [ -75.230661137193195, 39.939865675521197 ], [ -75.2306444015137, 39.939851638662098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2018, "ADDRESS": "6043 TRINITY ST", "OWNER1": "EUNICE FREEMAN S/W", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401212700", "LNIADDRESSKEY": "577451", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.67578125, "Shape__Length": 55.476762301462934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233120354297498, 39.933447175311301 ], [ -75.232994269673995, 39.933340566087097 ], [ -75.233036880748401, 39.933311164726398 ], [ -75.233159905209305, 39.933414998125699 ], [ -75.233127536669997, 39.933453361728098 ], [ -75.233120354297498, 39.933447175311301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2019, "ADDRESS": "1430 S 49TH ST", "OWNER1": "MARY MIKHAL", "OWNER2": "ZAGA DAVID", "BLDG_DESC": "SEMI DET 2 STY MASONRY", "OPA_ID": "273061500", "LNIADDRESSKEY": "689893", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 299.90625, "Shape__Length": 86.942762255501918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211696344330093, 39.939951401018803 ], [ -75.211928036364199, 39.939789383373501 ], [ -75.211979561277303, 39.939833434920601 ], [ -75.211748485581197, 39.939995207271998 ], [ -75.211696344330093, 39.939951401018803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2020, "ADDRESS": "4800 N MARSHALL ST", "OWNER1": "SZ DEVELOPMENT LLC", "OWNER2": "SZKA DEVELOPMENT", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491196000", "LNIADDRESSKEY": "414713", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.375, "Shape__Length": 58.215082028455967 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136343999951507, 40.024837843485301 ], [ -75.136176615382695, 40.024814367788899 ], [ -75.136186810590999, 40.024766883939698 ], [ -75.136354497426694, 40.0247890127171 ], [ -75.136365324606899, 40.024790436100297 ], [ -75.136381827308199, 40.024792617117498 ], [ -75.136371991650293, 40.024835675006798 ], [ -75.136370715357003, 40.024841579192397 ], [ -75.136343999951507, 40.024837843485301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2021, "ADDRESS": "2047 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "321259301", "LNIADDRESSKEY": "668038", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.43359375, "Shape__Length": 69.268344703196377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164455194083104, 39.985421408391403 ], [ -75.164385072372298, 39.985411639569499 ], [ -75.164266904083107, 39.985397322715002 ], [ -75.164275446242002, 39.9853545885342 ], [ -75.164526830326196, 39.985387010849699 ], [ -75.164518129521497, 39.985429531985801 ], [ -75.164455194083104, 39.985421408391403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2022, "ADDRESS": "1932 W YORK ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162255100", "LNIADDRESSKEY": "629240", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.609375, "Shape__Length": 62.077603740368673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164696256833906, 39.990496009490002 ], [ -75.164732905043394, 39.990326593757302 ], [ -75.164786482779704, 39.990334023158702 ], [ -75.164750013994095, 39.990503652432899 ], [ -75.164696256833906, 39.990496009490002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2023, "ADDRESS": "3012 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372127620", "LNIADDRESSKEY": "108825", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.29296875, "Shape__Length": 39.094306215781259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144582778495902, 39.9977312054694 ], [ -75.144593261310902, 39.997683599180696 ], [ -75.144703253560706, 39.9976978956146 ], [ -75.144693274952104, 39.997746560792102 ], [ -75.144582778495902, 39.9977312054694 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2024, "ADDRESS": "6062 UPLAND ST", "OWNER1": "JOSEPH JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401301000", "LNIADDRESSKEY": "583852", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.77734375, "Shape__Length": 57.960326540441493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230503617949196, 39.930822364033602 ], [ -75.2305411578144, 39.930795850264197 ], [ -75.230682112262002, 39.930915120313301 ], [ -75.230644595409103, 39.930940973527797 ], [ -75.230503617949196, 39.930822364033602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2025, "ADDRESS": "2527 N 23RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162225200", "LNIADDRESSKEY": "675518", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.75390625, "Shape__Length": 76.425373414089208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169255878349503, 39.993743836546102 ], [ -75.1692646809732, 39.993698624490001 ], [ -75.169264839855501, 39.993697757457603 ], [ -75.169544524367893, 39.993733094011503 ], [ -75.169535315763497, 39.993777973719602 ], [ -75.169255878349503, 39.993743836546102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2026, "ADDRESS": "2946 N BAILEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381177100", "LNIADDRESSKEY": "26611", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.11328125, "Shape__Length": 51.717294469252707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173845939233402, 40.000649441896599 ], [ -75.173837094150798, 40.000692008820799 ], [ -75.173831250987007, 40.000691313434899 ], [ -75.173663659437295, 40.0006712553119 ], [ -75.173672103494695, 40.000628260427902 ], [ -75.173840327260507, 40.000648751699302 ], [ -75.173845939233402, 40.000649441896599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2027, "ADDRESS": "3129 MORSE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323008900", "LNIADDRESSKEY": "440067", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.86328125, "Shape__Length": 46.321101287663168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185521135444603, 39.984389992812197 ], [ -75.185547391720206, 39.984271213794599 ], [ -75.185597268173495, 39.984277792864702 ], [ -75.185571150365902, 39.984396784470398 ], [ -75.185521135444603, 39.984389992812197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2028, "ADDRESS": "1609 N 27TH ST", "OWNER1": "GOLDEN STAR BAPTIST CHURC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324127300", "LNIADDRESSKEY": "679654", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.37890625, "Shape__Length": 40.851314933276022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178888407711398, 39.980239059965101 ], [ -75.178897003298502, 39.980197437730197 ], [ -75.179023801466499, 39.980213335192602 ], [ -75.179015697558896, 39.980254694768099 ], [ -75.178888407711398, 39.980239059965101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2029, "ADDRESS": "2713 W FLORA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292027800", "LNIADDRESSKEY": "293139", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.70703125, "Shape__Length": 40.225993471614032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180865296320903, 39.974737913136202 ], [ -75.180885297665199, 39.974644478979002 ], [ -75.180941471628003, 39.974650555883002 ], [ -75.180920228464799, 39.974745203388999 ], [ -75.180865296320903, 39.974737913136202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2030, "ADDRESS": "1619 W NORRIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321017710", "LNIADDRESSKEY": "452340", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.85546875, "Shape__Length": 66.691242384800063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161007074083003, 39.983993542613803 ], [ -75.161043057461299, 39.983815908015004 ], [ -75.161109180255295, 39.9838244444297 ], [ -75.161069091083107, 39.984001519025 ], [ -75.161007074083003, 39.983993542613803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2031, "ADDRESS": "6011 REINHARD ST", "OWNER1": "POLLAK DAVID R", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401271000", "LNIADDRESSKEY": "500437", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.07421875, "Shape__Length": 59.229722211480151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230106709571601, 39.932002763782201 ], [ -75.230146981633794, 39.9319749068557 ], [ -75.230288812140302, 39.932094310347402 ], [ -75.230247593102206, 39.932123402282201 ], [ -75.230106709571601, 39.932002763782201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2032, "ADDRESS": "1811 N 22ND ST", "OWNER1": "WILLIE WINSTON", "OWNER2": "CLARA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322083100", "LNIADDRESSKEY": "673936", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 269.5078125, "Shape__Length": 89.212860844141701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1700379639544, 39.982217413777697 ], [ -75.170049183929805, 39.982168597915901 ], [ -75.170060887473198, 39.982169989533503 ], [ -75.170378530902099, 39.982215913895097 ], [ -75.170368353654098, 39.982265382805103 ], [ -75.170304643311397, 39.982255713225101 ], [ -75.170053666273901, 39.9822194111199 ], [ -75.1700379639544, 39.982217413777697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2033, "ADDRESS": "320 N 41ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061221200", "LNIADDRESSKEY": "686466", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 281.19140625, "Shape__Length": 77.182309643524832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2053668980179, 39.959488126366097 ], [ -75.2056086888756, 39.959470309515098 ], [ -75.205614473482996, 39.959504916971497 ], [ -75.205620133754607, 39.959536669992502 ], [ -75.205608893788494, 39.959537564992502 ], [ -75.205360322338805, 39.959556311535998 ], [ -75.205352845406196, 39.959489169566801 ], [ -75.2053668980179, 39.959488126366097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2034, "ADDRESS": "2118 N 3RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191178601", "LNIADDRESSKEY": "632514", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.95703125, "Shape__Length": 52.638823039950026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139321984300494, 39.983095585997198 ], [ -75.1393294368185, 39.983059776547798 ], [ -75.139516088203095, 39.983082559718397 ], [ -75.139508757611694, 39.983118437275103 ], [ -75.139321984300494, 39.983095585997198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2035, "ADDRESS": "726 WIOTA ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061179110", "LNIADDRESSKEY": "618693", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.4765625, "Shape__Length": 48.292039459756019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2035067809487, 39.965682575687701 ], [ -75.203513604821694, 39.965717948524301 ], [ -75.203344274852796, 39.965736886616199 ], [ -75.203338130681004, 39.965702399449398 ], [ -75.2035067809487, 39.965682575687701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2036, "ADDRESS": "5515 LANSDOWNE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041257050", "LNIADDRESSKEY": "378466", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.50390625, "Shape__Length": 93.65590415079437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232306451479502, 39.976889064292997 ], [ -75.232361135439007, 39.976882881466899 ], [ -75.232409733818997, 39.977160751527101 ], [ -75.232355953976395, 39.977166825824298 ], [ -75.232306451479502, 39.976889064292997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2037, "ADDRESS": "6049 REINHARD ST", "OWNER1": "LOTIM 01 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401272900", "LNIADDRESSKEY": "500475", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.4296875, "Shape__Length": 59.288111958475703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230882219111194, 39.931459149161803 ], [ -75.230922462464406, 39.931432049309997 ], [ -75.231063357757904, 39.931552929204599 ], [ -75.231023063343102, 39.9315814459287 ], [ -75.230882219111194, 39.931459149161803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2038, "ADDRESS": "2037 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321258801", "LNIADDRESSKEY": "668031", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.5703125, "Shape__Length": 73.192028083739302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164572401514604, 39.985167598380698 ], [ -75.164572921918307, 39.985167658533399 ], [ -75.164573089548995, 39.985167678077403 ], [ -75.164563106896907, 39.985214104398302 ], [ -75.164310090868497, 39.985181645381601 ], [ -75.164298852013602, 39.985180151029098 ], [ -75.164308502801106, 39.985134716251302 ], [ -75.164374756522307, 39.985142625237998 ], [ -75.164572401514604, 39.985167598380698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2039, "ADDRESS": "3063 N 8TH ST", "OWNER1": "GHOUSH MOHD I ABU", "OWNER2": "ABU-GHOUSH IBRAHIM", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885442340", "LNIADDRESSKEY": "645431", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.46875, "Shape__Length": 67.213022362904013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143478438975507, 39.998699397202103 ], [ -75.143489466460196, 39.998649643163702 ], [ -75.143546313896806, 39.998657736653399 ], [ -75.143722420182499, 39.9986828044023 ], [ -75.143710884463502, 39.998731610984301 ], [ -75.143478438975507, 39.998699397202103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2040, "ADDRESS": "4991 1/2 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442084910", "LNIADDRESSKEY": "314600", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.7109375, "Shape__Length": 69.971212513754978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221943747390696, 39.972386185497299 ], [ -75.221998747482104, 39.972374823751302 ], [ -75.222065492047193, 39.9725675198791 ], [ -75.222065563101296, 39.972567891980098 ], [ -75.222009650024901, 39.972574478626797 ], [ -75.221943747390696, 39.972386185497299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2041, "ADDRESS": "6053 UPLAND ST", "OWNER1": "JAMES MCCAHILL", "OWNER2": "PATRICIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401289300", "LNIADDRESSKEY": "583843", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.33984375, "Shape__Length": 59.835829940623988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230595490280507, 39.931086856392703 ], [ -75.230634861125907, 39.931058980638298 ], [ -75.230778357068502, 39.931181417078299 ], [ -75.230738966481994, 39.931209825163101 ], [ -75.230595490280507, 39.931086856392703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2042, "ADDRESS": "1400 S 27TH ST", "OWNER1": "NAGPAL LAVINA", "OWNER2": "DHINGRA ABHAY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364294800", "LNIADDRESSKEY": "680279", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.5859375, "Shape__Length": 61.263456777727932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189261468162897, 39.935619301048597 ], [ -75.189269407348405, 39.935581967049501 ], [ -75.189474673998006, 39.935607764316003 ], [ -75.1894813635205, 39.935608606318098 ], [ -75.189471736448695, 39.935654590625902 ], [ -75.189465130245594, 39.935653750483503 ], [ -75.189259764688401, 39.935627274111397 ], [ -75.189261468162897, 39.935619301048597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2043, "ADDRESS": "2448 N STANLEY ST", "OWNER1": "LVC T-CLASS REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282115701", "LNIADDRESSKEY": "551199", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.1484375, "Shape__Length": 52.985121863332402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182055198766903, 39.993871968273197 ], [ -75.182063723652206, 39.993833293924403 ], [ -75.182247810547693, 39.993857336807899 ], [ -75.182239198156495, 39.993896120710602 ], [ -75.182114203130297, 39.993880058248799 ], [ -75.182055198766903, 39.993871968273197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2044, "ADDRESS": "1801 N 22ND ST", "OWNER1": "1801 N 22ND ST", "OWNER2": "PROPERTY INC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322082700", "LNIADDRESSKEY": "673927", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 265.27734375, "Shape__Length": 88.826345794666295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170420747200694, 39.982020249203003 ], [ -75.170106178248602, 39.981977779611299 ], [ -75.1700909917177, 39.981976003355598 ], [ -75.170100834633104, 39.981928171300801 ], [ -75.170112652087496, 39.981929839157701 ], [ -75.170430900218804, 39.981970876604102 ], [ -75.170420747200694, 39.982020249203003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2045, "ADDRESS": "628 N 36TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242171900", "LNIADDRESSKEY": "685510", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 608.03125, "Shape__Length": 98.690353454166171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194799776608804, 39.964792851579602 ], [ -75.194767951478298, 39.964618880304798 ], [ -75.194979912836601, 39.9645959216572 ], [ -75.194987622533205, 39.964638054360798 ], [ -75.195011738414394, 39.964769895124 ], [ -75.194799776608804, 39.964792851579602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2046, "ADDRESS": "1840-42 CECIL B MOORE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "471147010", "LNIADDRESSKEY": "71587", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 473.453125, "Shape__Length": 100.01496346700127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165666784811805, 39.979611577878302 ], [ -75.165716381281499, 39.979369284348202 ], [ -75.165771862574502, 39.979377095357698 ], [ -75.165774282786003, 39.979368009057502 ], [ -75.165835596878793, 39.979376160867297 ], [ -75.165794142341596, 39.979563619538901 ], [ -75.165781501311301, 39.979626589532899 ], [ -75.165666784811805, 39.979611577878302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2047, "ADDRESS": "1601 N 16TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471217010", "LNIADDRESSKEY": "660325", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 622.421875, "Shape__Length": 114.75857483191821 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160889358464999, 39.978001297789298 ], [ -75.160892669873604, 39.9779880892603 ], [ -75.160901470012305, 39.977946875948597 ], [ -75.160911625406698, 39.977901985528902 ], [ -75.160989550981498, 39.9779124001235 ], [ -75.1610671041187, 39.9779221778034 ], [ -75.161146209657105, 39.977933553715303 ], [ -75.161222933559301, 39.977943617801301 ], [ -75.161290481713706, 39.977952556938803 ], [ -75.161269488296398, 39.978050350492701 ], [ -75.160889358464999, 39.978001297789298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2048, "ADDRESS": "2429 N 29TH ST", "OWNER1": "GORDON GEORGE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281165300", "LNIADDRESSKEY": "682184", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.5, "Shape__Length": 68.592216530461783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179050293906499, 39.993119227407597 ], [ -75.179056812482202, 39.993088762692999 ], [ -75.179059670958793, 39.993075801478902 ], [ -75.179069162017697, 39.993077013055697 ], [ -75.179306840132, 39.993107564621702 ], [ -75.179297462636796, 39.993151006324801 ], [ -75.179059888208798, 39.993120458191299 ], [ -75.179050293906499, 39.993119227407597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2049, "ADDRESS": "4300 FAIRMOUNT AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061110410", "LNIADDRESSKEY": "283698", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 314.38671875, "Shape__Length": 95.505233270919518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209810452396297, 39.964449929947698 ], [ -75.209802933296103, 39.964381513660101 ], [ -75.209794617115307, 39.964313159688601 ], [ -75.209786864234502, 39.964244850848601 ], [ -75.209856704700996, 39.964240448200101 ], [ -75.209889835811893, 39.964513570526101 ], [ -75.209818633792395, 39.964518523077601 ], [ -75.209810452396297, 39.964449929947698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2050, "ADDRESS": "5303 W GIRARD AVE", "OWNER1": "SDB DEVELOPERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442091800", "LNIADDRESSKEY": "314687", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.53515625, "Shape__Length": 78.834000392920814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227417061128605, 39.971350271455002 ], [ -75.227472469452806, 39.971344816504399 ], [ -75.227514879295498, 39.971570905751399 ], [ -75.227459441914107, 39.9715765864632 ], [ -75.227417061128605, 39.971350271455002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2051, "ADDRESS": "2344-48 N 19TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162088101", "LNIADDRESSKEY": "668194", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 484.7421875, "Shape__Length": 89.342380373300273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163690399679396, 39.990006277204998 ], [ -75.163708808466794, 39.989921836618102 ], [ -75.163939593448703, 39.989952474566302 ], [ -75.163920867999906, 39.990036971120098 ], [ -75.163911864915605, 39.990079099104598 ], [ -75.1636813782074, 39.990047807837399 ], [ -75.163690399679396, 39.990006277204998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2052, "ADDRESS": "2562 N 16TH ST", "OWNER1": "JAMES A JOHNSON& MARIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161087200", "LNIADDRESSKEY": "660656", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.23046875, "Shape__Length": 64.513004609884192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158264433266694, 39.992676425577301 ], [ -75.158274067193901, 39.992634329090798 ], [ -75.158504915962993, 39.992666783534602 ], [ -75.158494400231405, 39.992708392725802 ], [ -75.158264433266694, 39.992676425577301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2053, "ADDRESS": "2107 E CUMBERLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314030101", "LNIADDRESSKEY": "105547", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.66015625, "Shape__Length": 53.15898651011009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125834889130104, 39.983672207833798 ], [ -75.125833767194706, 39.983670892585501 ], [ -75.125996459621703, 39.983584758666801 ], [ -75.126019256844103, 39.983611410807903 ], [ -75.1258561502475, 39.9836968572667 ], [ -75.125834889130104, 39.983672207833798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2054, "ADDRESS": "4965 N 7TH ST", "OWNER1": "WHITE CHARLES", "OWNER2": "WHITE PATRICIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491208700", "LNIADDRESSKEY": "643489", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.21484375, "Shape__Length": 62.906680171043583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135842111443907, 40.027626762979502 ], [ -75.1358463756292, 40.027584139186501 ], [ -75.136072481069505, 40.027614068461098 ], [ -75.136063080567396, 40.027656006580102 ], [ -75.135842111443907, 40.027626762979502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2055, "ADDRESS": "1727 N STILLMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324090400", "LNIADDRESSKEY": "555464", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.640625, "Shape__Length": 50.064173620415332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175886973966797, 39.981624119798902 ], [ -75.176063722208994, 39.981647380339503 ], [ -75.176056258059603, 39.981681773505599 ], [ -75.175879950937102, 39.981659039805201 ], [ -75.175886973966797, 39.981624119798902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2056, "ADDRESS": "1927 DIAMOND ST", "OWNER1": "CALLAHAN WARD TEMPLE VII LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321187000", "LNIADDRESSKEY": "116595", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 257.97265625, "Shape__Length": 90.179091078577358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165502376085996, 39.986258078375698 ], [ -75.165559007140502, 39.985997938716203 ], [ -75.165612193006694, 39.986004535681602 ], [ -75.165618813464306, 39.986005700652903 ], [ -75.165589065261301, 39.986141469255898 ], [ -75.165576652423496, 39.986196174192102 ], [ -75.165561895802099, 39.986266221319397 ], [ -75.165502376085996, 39.986258078375698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2057, "ADDRESS": "665 N 52ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442277100", "LNIADDRESSKEY": "691592", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.0703125, "Shape__Length": 75.061335041067281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2255823118617, 39.970950747508198 ], [ -75.225594027947594, 39.970993447885803 ], [ -75.225318258515998, 39.971034514188801 ], [ -75.225307602848801, 39.970991998164301 ], [ -75.2255823118617, 39.970950747508198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2058, "ADDRESS": "110 N SALFORD ST", "OWNER1": "HOLIDAY VONIQUE", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "042127900", "LNIADDRESSKEY": "522671", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.015625, "Shape__Length": 60.450287282490841 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239730983156207, 39.963785054838702 ], [ -75.239737821703699, 39.963745114734898 ], [ -75.2399545090815, 39.9637718587433 ], [ -75.239946155763107, 39.963811958306501 ], [ -75.239730983156207, 39.963785054838702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2059, "ADDRESS": "636 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371355301", "LNIADDRESSKEY": "629069", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.00390625, "Shape__Length": 64.266087209575346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1446271287423, 39.987897810277502 ], [ -75.144662135999695, 39.987725460172101 ], [ -75.144722660131393, 39.987733620978901 ], [ -75.144686690856702, 39.9879058997059 ], [ -75.1446271287423, 39.987897810277502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2060, "ADDRESS": "2616 TITAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362068910", "LNIADDRESSKEY": "573673", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.32421875, "Shape__Length": 44.50667224019552 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187725915502895, 39.9371006134621 ], [ -75.187750700132796, 39.936984734203101 ], [ -75.187797428379696, 39.936990582772403 ], [ -75.187772523544794, 39.937105732915299 ], [ -75.187725915502895, 39.9371006134621 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2061, "ADDRESS": "2134 RIDGE AVE", "OWNER1": "2134 RIDGE AVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "881146950", "LNIADDRESSKEY": "504110", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1719.703125, "Shape__Length": 201.77676485479776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170543929534006, 39.979083104550298 ], [ -75.1704641627245, 39.978939005482097 ], [ -75.171098943144997, 39.979021942870403 ], [ -75.171063510192297, 39.979174816744703 ], [ -75.170996107991897, 39.979170802850703 ], [ -75.170992422274296, 39.979172945525399 ], [ -75.170923452672199, 39.979162787491397 ], [ -75.170932894189704, 39.979123263845302 ], [ -75.170901628083996, 39.979118934601097 ], [ -75.170893935509199, 39.979150452624303 ], [ -75.170775297786705, 39.979249760798801 ], [ -75.170543929534006, 39.979083104550298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2062, "ADDRESS": "2253 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162072200", "LNIADDRESSKEY": "668138", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.37890625, "Shape__Length": 70.172853917218035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163577000535795, 39.988499176774198 ], [ -75.163586078562204, 39.988456695727699 ], [ -75.163841725113997, 39.988489215341197 ], [ -75.163832312228607, 39.988531688859197 ], [ -75.163577000535795, 39.988499176774198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2063, "ADDRESS": "1808 S VOGDES ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "514206710", "LNIADDRESSKEY": "590883", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.30078125, "Shape__Length": 52.542109889606095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220832926053205, 39.934660627233797 ], [ -75.220924179174006, 39.9345323617666 ], [ -75.220963717388202, 39.934554172900398 ], [ -75.220938277007207, 39.9345918796093 ], [ -75.220911620111394, 39.9346279151614 ], [ -75.220874982333001, 39.934678384241799 ], [ -75.220832926053205, 39.934660627233797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2064, "ADDRESS": "4550-52 DITMAN ST", "OWNER1": "COMMUNITY DEV CORP", "OWNER2": "FRANKFORD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232358440", "LNIADDRESSKEY": "730576", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 852.8515625, "Shape__Length": 122.47836696549862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081066028723299, 40.011008652437098 ], [ -75.0812169921047, 40.010915843867899 ], [ -75.081441118334695, 40.011129166600099 ], [ -75.081440732732801, 40.011129399792097 ], [ -75.081366949480099, 40.011174981544002 ], [ -75.081292994877899, 40.011220671897902 ], [ -75.081292286461604, 40.0112211059513 ], [ -75.081066028723299, 40.011008652437098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2065, "ADDRESS": "7014 UPLAND ST", "OWNER1": "BUNCH KEVIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403260900", "LNIADDRESSKEY": "584070", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.30078125, "Shape__Length": 74.338295047858225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243539358565101, 39.921653560491499 ], [ -75.243578161918705, 39.921626021761597 ], [ -75.243767037381403, 39.921785670650003 ], [ -75.243727964530095, 39.921813139357603 ], [ -75.243539358565101, 39.921653560491499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2066, "ADDRESS": "59 N 57TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042075700", "LNIADDRESSKEY": "696497", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.78515625, "Shape__Length": 76.970936113897892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234149583061793, 39.962622566643603 ], [ -75.234158032819394, 39.962579358857099 ], [ -75.234443434922895, 39.962614260468399 ], [ -75.234434529429706, 39.962657329888003 ], [ -75.234149583061793, 39.962622566643603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2067, "ADDRESS": "1450 N FRAZIER ST", "OWNER1": "PYRAMID RENTALS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043083500", "LNIADDRESSKEY": "300989", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.29296875, "Shape__Length": 50.95076706656203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234559758134594, 39.974418425004103 ], [ -75.234561819700204, 39.974431220401101 ], [ -75.234567015119595, 39.974457819036999 ], [ -75.234391594175307, 39.974476879183001 ], [ -75.234384341638702, 39.974437921090697 ], [ -75.234559758134594, 39.974418425004103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2068, "ADDRESS": "1446 S NAPA ST", "OWNER1": "NAPA STREET HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364444700", "LNIADDRESSKEY": "446019", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.59765625, "Shape__Length": 54.752093912495248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196475362999493, 39.935474871279197 ], [ -75.196466691360399, 39.935518410834199 ], [ -75.196280762039606, 39.9354934114861 ], [ -75.196290638139899, 39.935449592419602 ], [ -75.196475362999493, 39.935474871279197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2069, "ADDRESS": "1922 N 2ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885197340", "LNIADDRESSKEY": "630202", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.91015625, "Shape__Length": 68.182878858660274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1374729553919, 39.979755201046203 ], [ -75.137480047478604, 39.979718463323699 ], [ -75.137734451920295, 39.979750562196998 ], [ -75.137732060866995, 39.979762598381001 ], [ -75.137727169412699, 39.979787344027599 ], [ -75.1374729553919, 39.979755201046203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2070, "ADDRESS": "433 W NORRIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183208600", "LNIADDRESSKEY": "452220", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.5, "Shape__Length": 54.231463522402748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141837286977207, 39.981496482973199 ], [ -75.141869024397295, 39.981343920071602 ], [ -75.141911639903, 39.981349531069398 ], [ -75.141878150407607, 39.981501361501998 ], [ -75.141837286977207, 39.981496482973199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2071, "ADDRESS": "4127 WESTMINSTER AVE", "OWNER1": "4125 WESTMINSTER AVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062098000", "LNIADDRESSKEY": "607993", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 260.51953125, "Shape__Length": 90.068778117316157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206682953162201, 39.970296095461499 ], [ -75.206743137501704, 39.970289546761897 ], [ -75.206788096524704, 39.9705503599303 ], [ -75.206727025461007, 39.970557050059099 ], [ -75.206682953162201, 39.970296095461499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2072, "ADDRESS": "2328 N FAWN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371244601", "LNIADDRESSKEY": "286268", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.8515625, "Shape__Length": 48.584097163799754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152548379211098, 39.988291290957697 ], [ -75.152556812747505, 39.988253245949799 ], [ -75.152722792841601, 39.988272316017799 ], [ -75.152714229881994, 39.988310454966502 ], [ -75.152548379211098, 39.988291290957697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2073, "ADDRESS": "536 EDGLEY ST", "OWNER1": "PHILIP R COREN", "OWNER2": "BELLE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191386700", "LNIADDRESSKEY": "730596", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.67578125, "Shape__Length": 40.709680966662091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143131919757195, 39.983425763606299 ], [ -75.143154757606496, 39.983325387046897 ], [ -75.143204002097406, 39.983331921859097 ], [ -75.143179843943301, 39.983432864237997 ], [ -75.143131919757195, 39.983425763606299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2074, "ADDRESS": "1907 W NORRIS ST", "OWNER1": "JOHNSON ELIZABETH", "OWNER2": "JOHNSON WALLACE E", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321155000", "LNIADDRESSKEY": "452387", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.625, "Shape__Length": 67.607443470718351 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165066060735299, 39.984531377899202 ], [ -75.165102999761302, 39.984342672289401 ], [ -75.165156788888396, 39.984349348406901 ], [ -75.165120164523202, 39.984538061117597 ], [ -75.165066060735299, 39.984531377899202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2075, "ADDRESS": "4449 CRESSON ST", "OWNER1": "ANDREW STEVENSON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "211224500", "LNIADDRESSKEY": "102936", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19127", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.25390625, "Shape__Length": 49.582400039010494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226023771478395, 40.027238148197497 ], [ -75.226076800672203, 40.0272561419889 ], [ -75.225994981961094, 40.027366712640202 ], [ -75.225963812626006, 40.027353471099197 ], [ -75.225942662339094, 40.0273459458258 ], [ -75.226023771478395, 40.027238148197497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2076, "ADDRESS": "1958 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183317001", "LNIADDRESSKEY": "461457", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.34375, "Shape__Length": 42.450946412722757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140319883856904, 39.980743505431697 ], [ -75.140326746191704, 39.9807132429493 ], [ -75.140474620401804, 39.980733401682201 ], [ -75.140470255969106, 39.9807526474006 ], [ -75.140467609417698, 39.9807642577194 ], [ -75.140319883856904, 39.980743505431697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2077, "ADDRESS": "2230 WILDER ST", "OWNER1": "WERTHEIMER ALEC", "OWNER2": "WERTHEIMER THALISSA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364022500", "LNIADDRESSKEY": "613288", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.6015625, "Shape__Length": 51.915539070082232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181931869736303, 39.933746603420197 ], [ -75.181980071321604, 39.9337527284328 ], [ -75.181948551200094, 39.933891990238997 ], [ -75.181900350114304, 39.933885849458797 ], [ -75.181931869736303, 39.933746603420197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2078, "ADDRESS": "300 W SUSQUEHANNA AVE", "OWNER1": "KENZO HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191390800", "LNIADDRESSKEY": "558892", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 235.2421875, "Shape__Length": 79.241662809746956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139171737166095, 39.983792742855201 ], [ -75.139174807579707, 39.9837783039792 ], [ -75.139238201519504, 39.983786355106098 ], [ -75.139236501392901, 39.9838017115366 ], [ -75.139190604194397, 39.984006809137099 ], [ -75.139127067888694, 39.983998609459903 ], [ -75.139171737166095, 39.983792742855201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2079, "ADDRESS": "1806 W TIOGA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112086225", "LNIADDRESSKEY": "573036", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 378.0546875, "Shape__Length": 117.35038082088607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158558752744298, 40.006966328785303 ], [ -75.158634069652393, 40.006617615617998 ], [ -75.158698661839793, 40.006626729936698 ], [ -75.158624567601294, 40.006974729650402 ], [ -75.158558752744298, 40.006966328785303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2080, "ADDRESS": "2216 WILDER ST", "OWNER1": "FARES JAFAR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364021800", "LNIADDRESSKEY": "613274", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.49609375, "Shape__Length": 52.872202354872186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181554422926695, 39.933841139775801 ], [ -75.181585752446395, 39.933701406391897 ], [ -75.181636819912498, 39.933707611500999 ], [ -75.1816058522069, 39.933848303566698 ], [ -75.181554422926695, 39.933841139775801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2081, "ADDRESS": "6143 UPLAND ST", "OWNER1": "TAYLOR SELENA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401292900", "LNIADDRESSKEY": "583914", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.59765625, "Shape__Length": 60.274101926651092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232315021559998, 39.929812412695597 ], [ -75.232351189888107, 39.929786754605502 ], [ -75.232364403441693, 39.9297974410701 ], [ -75.232373293493694, 39.929804471426699 ], [ -75.232391056677301, 39.929818949603401 ], [ -75.232404751146703, 39.929830792012801 ], [ -75.232417686087601, 39.929841101819498 ], [ -75.232429217206999, 39.929849737613601 ], [ -75.232443547892004, 39.929861900323999 ], [ -75.232501371769999, 39.929911833679498 ], [ -75.232465509158104, 39.929937176422101 ], [ -75.232443287489104, 39.929918103280997 ], [ -75.232424411912902, 39.929902020569699 ], [ -75.232407244016997, 39.929887860680203 ], [ -75.232327879332601, 39.929823107120903 ], [ -75.232315021559998, 39.929812412695597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2082, "ADDRESS": "1613 OGDEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152314310", "LNIADDRESSKEY": "456387", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.9375, "Shape__Length": 47.048342735823361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163545541526105, 39.970122508734597 ], [ -75.163602617245303, 39.9701289535776 ], [ -75.163594724500797, 39.970169510610702 ], [ -75.163578099909003, 39.970245173760901 ], [ -75.163520338226107, 39.9702380196631 ], [ -75.163545541526105, 39.970122508734597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2083, "ADDRESS": "2439 N LAWRENCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191260301", "LNIADDRESSKEY": "384593", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.05859375, "Shape__Length": 48.690215469615126 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139794405325503, 39.988351285836998 ], [ -75.139795849644401, 39.988341517808301 ], [ -75.139798131440003, 39.988333960563402 ], [ -75.139802123671103, 39.9883151591592 ], [ -75.139970080516505, 39.988337242419902 ], [ -75.139962102259801, 39.988374152717597 ], [ -75.139794405325503, 39.988351285836998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2084, "ADDRESS": "6031 TRINITY ST", "OWNER1": "BELFIORE MICHAEL", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "401212100", "LNIADDRESSKEY": "577440", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.95703125, "Shape__Length": 60.632513810045424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232737505926593, 39.933519482776397 ], [ -75.232778599073001, 39.9334903860629 ], [ -75.232924298663704, 39.9336117879147 ], [ -75.232880604863496, 39.933642134045897 ], [ -75.232737505926593, 39.933519482776397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2085, "ADDRESS": "3236 N 15TH ST", "OWNER1": "S & A VENTURES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112172800", "LNIADDRESSKEY": "658420", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.08203125, "Shape__Length": 77.430272506223204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154416097799896, 40.002903192964098 ], [ -75.154696923550205, 40.002937429606902 ], [ -75.154686151022105, 40.002986190177602 ], [ -75.154406046954094, 40.002950616050498 ], [ -75.154416097799896, 40.002903192964098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2086, "ADDRESS": "2723 N ORKNEY ST", "OWNER1": "ORKNEY STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192188200", "LNIADDRESSKEY": "462575", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.90234375, "Shape__Length": 39.262045964112367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139373830471598, 39.992685082950501 ], [ -75.139376218783198, 39.9926714845231 ], [ -75.139381553090402, 39.992643379056297 ], [ -75.139383327401802, 39.992643580469199 ], [ -75.139501668577694, 39.992657959359299 ], [ -75.139495698699406, 39.992686791466902 ], [ -75.1394929951488, 39.992699868017503 ], [ -75.139373830471598, 39.992685082950501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2087, "ADDRESS": "3126 W ARIZONA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "R E DIVISION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282328501", "LNIADDRESSKEY": "20948", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.5234375, "Shape__Length": 47.264173264500009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183628441999204, 39.992568023689103 ], [ -75.183652676151397, 39.992446393136198 ], [ -75.183703034829406, 39.992452533174301 ], [ -75.183679600999199, 39.992574647901797 ], [ -75.183628441999204, 39.992568023689103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2088, "ADDRESS": "940 N 13TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141210110", "LNIADDRESSKEY": "655879", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-4", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.41015625, "Shape__Length": 43.935549344995167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157454793764799, 39.970847630626203 ], [ -75.157463654464706, 39.970807047371601 ], [ -75.157605292181401, 39.970824965536998 ], [ -75.157596960484, 39.970865382801101 ], [ -75.157454793764799, 39.970847630626203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2089, "ADDRESS": "1232 W RUSH ST", "OWNER1": "BCM SECOND INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372353300", "LNIADDRESSKEY": "520835", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.74609375, "Shape__Length": 66.276642995256879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151347872091506, 39.995653720410203 ], [ -75.151387694805194, 39.995467502806299 ], [ -75.151392763101498, 39.995468149145999 ], [ -75.151438592420206, 39.995473829141702 ], [ -75.151398352000598, 39.995660021536096 ], [ -75.151347872091506, 39.995653720410203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2090, "ADDRESS": "3527 MOUNT VERNON ST", "OWNER1": "36TH HAVERFORD LLC", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "242073810", "LNIADDRESSKEY": "443197", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.64453125, "Shape__Length": 68.189525831826231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194143962771605, 39.964624742289999 ], [ -75.194109096310399, 39.964442876670098 ], [ -75.194163259865604, 39.964436442679201 ], [ -75.194195908977306, 39.964607104418199 ], [ -75.194199474478694, 39.964627607421498 ], [ -75.194145132908901, 39.964633166869099 ], [ -75.194143962771605, 39.964624742289999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2091, "ADDRESS": "420 MERCY ST", "OWNER1": "REJAUSKI STANLEY JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "392059500", "LNIADDRESSKEY": "427982", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.0390625, "Shape__Length": 48.484864876334051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154005918922394, 39.9226416782436 ], [ -75.154055875297203, 39.922648208604002 ], [ -75.154028084745903, 39.922774508358501 ], [ -75.153977982171298, 39.9227679735517 ], [ -75.154005918922394, 39.9226416782436 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2092, "ADDRESS": "7016 UPLAND ST", "OWNER1": "KENAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403261000", "LNIADDRESSKEY": "584072", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.91015625, "Shape__Length": 73.40962917653998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243578161918705, 39.921626021761597 ], [ -75.243614582203406, 39.921600672150802 ], [ -75.243802676805899, 39.921760513392798 ], [ -75.243767037381403, 39.921785670650003 ], [ -75.243578161918705, 39.921626021761597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2093, "ADDRESS": "865 N OPAL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151072510", "LNIADDRESSKEY": "460195", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 69.93359375, "Shape__Length": 38.868135027826334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168833060468302, 39.970810199244802 ], [ -75.168840627023698, 39.970778145792103 ], [ -75.168970115200295, 39.970794390131999 ], [ -75.168963466738205, 39.970827092700503 ], [ -75.168833060468302, 39.970810199244802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2094, "ADDRESS": "3216 N NEWKIRK ST", "OWNER1": "JENKINS JASPER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381269900", "LNIADDRESSKEY": "450228", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19129", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.4140625, "Shape__Length": 59.362238727058767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175626575642696, 40.005086181922401 ], [ -75.175634875563901, 40.005048051399299 ], [ -75.175847843537298, 40.00507462 ], [ -75.175838923965301, 40.005113607244198 ], [ -75.175626575642696, 40.005086181922401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2095, "ADDRESS": "30 FARSON ST", "OWNER1": "VIOLA BROWN A/K/A", "OWNER2": "VIOLA JOHNSON", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441074600", "LNIADDRESSKEY": "285567", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.40625, "Shape__Length": 52.876157717509578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221845603591305, 39.960402401069501 ], [ -75.2218542823029, 39.960361149729003 ], [ -75.222034766399005, 39.960381955083697 ], [ -75.222025870968395, 39.9604239596258 ], [ -75.221845603591305, 39.960402401069501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2096, "ADDRESS": "2409 W MONTGOMERY AVE", "OWNER1": "TRUITT LEON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322214200", "LNIADDRESSKEY": "435917", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.8671875, "Shape__Length": 71.267776514286155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174042565264202, 39.982621640577698 ], [ -75.173998800348798, 39.982615837836498 ], [ -75.174044973161202, 39.982415602613898 ], [ -75.174098272129399, 39.982423021532 ], [ -75.1740525226637, 39.982623717907302 ], [ -75.174047901829596, 39.982622373046802 ], [ -75.174042565264202, 39.982621640577698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2097, "ADDRESS": "2404 N 19TH ST", "OWNER1": "BCM SECOND INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162089000", "LNIADDRESSKEY": "668212", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.84375, "Shape__Length": 66.301882985697191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1637882172503, 39.990641523528502 ], [ -75.163786174751195, 39.990641251126704 ], [ -75.163557071403105, 39.990610958287597 ], [ -75.163559283842602, 39.990600771479599 ], [ -75.163566216790798, 39.990568946158803 ], [ -75.163795401674903, 39.990598709220798 ], [ -75.163797425153803, 39.990598981193898 ], [ -75.1638044728371, 39.9905998968446 ], [ -75.1637978643042, 39.9906336644178 ], [ -75.163795579101105, 39.990642494688103 ], [ -75.1637882172503, 39.990641523528502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2098, "ADDRESS": "2516 N STANLEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282117601", "LNIADDRESSKEY": "551237", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.0546875, "Shape__Length": 50.742854463367784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1818573196133, 39.9947506774323 ], [ -75.181866030194996, 39.994712635703401 ], [ -75.182040707104704, 39.994735661932197 ], [ -75.182032260012306, 39.994773902157696 ], [ -75.1818573196133, 39.9947506774323 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2099, "ADDRESS": "5628 FLORENCE AVE", "OWNER1": "WILDER AGATHA A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513271900", "LNIADDRESSKEY": "293438", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.453125, "Shape__Length": 69.315446018471917 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230087137716495, 39.940240804391799 ], [ -75.230106983662694, 39.940227425874397 ], [ -75.230138735268795, 39.940205282056098 ], [ -75.230155593401506, 39.940219370107997 ], [ -75.2303023257615, 39.9403419904461 ], [ -75.2302512100472, 39.940377539208598 ], [ -75.230240173876993, 39.940368496266402 ], [ -75.230161833248502, 39.940302957548802 ], [ -75.230104405283996, 39.940255175124598 ], [ -75.230087137716495, 39.940240804391799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2100, "ADDRESS": "4800 N FRANKLIN ST", "OWNER1": "VALLEY TRENTON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491237000", "LNIADDRESSKEY": "300137", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.2421875, "Shape__Length": 60.815051784125281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1374749580811, 40.0249797064712 ], [ -75.137483033778196, 40.024940944633599 ], [ -75.137483627567093, 40.024938039956602 ], [ -75.137576975206599, 40.0249500455175 ], [ -75.137698702827706, 40.024965629417302 ], [ -75.137698195548296, 40.024967923368102 ], [ -75.137689519426502, 40.02500755794 ], [ -75.1374749580811, 40.0249797064712 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2101, "ADDRESS": "1808 N 24TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322147201", "LNIADDRESSKEY": "676547", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.80859375, "Shape__Length": 71.962116590945271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173731656192203, 39.982809049594898 ], [ -75.173740903888699, 39.982764686336999 ], [ -75.174001485447903, 39.982803048577402 ], [ -75.173991999646304, 39.982846552798598 ], [ -75.173731656192203, 39.982809049594898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2102, "ADDRESS": "2642 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281245301", "LNIADDRESSKEY": "629389", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.03515625, "Shape__Length": 50.90187287531991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176131610316702, 39.991821283772502 ], [ -75.176181193315301, 39.9918274255093 ], [ -75.176153691946396, 39.991962471917901 ], [ -75.176104108809, 39.991956331294602 ], [ -75.176131610316702, 39.991821283772502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2103, "ADDRESS": "4460 N CLEVELAND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132185900", "LNIADDRESSKEY": "90358", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.65234375, "Shape__Length": 51.606106007225506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1555928206148, 40.022115172033097 ], [ -75.155771567257105, 40.022139232024998 ], [ -75.155763545429494, 40.022176867602198 ], [ -75.155584138930607, 40.0221530517342 ], [ -75.1555928206148, 40.022115172033097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2104, "ADDRESS": "4612 WAYNE AVE", "OWNER1": "4612 WAYNE AVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "133090700", "LNIADDRESSKEY": "603422", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RTA-1", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 691.15234375, "Shape__Length": 148.5280457723936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163945454621697, 40.023233804693803 ], [ -75.163916803195207, 40.023217539256699 ], [ -75.164053775728703, 40.023070773863601 ], [ -75.164179346892496, 40.022935406205299 ], [ -75.164185167022694, 40.022929025181398 ], [ -75.164202955266205, 40.022909582019601 ], [ -75.164250641345603, 40.0228620708479 ], [ -75.164280660790297, 40.022879801872399 ], [ -75.164325280699302, 40.022906163361903 ], [ -75.164070755246101, 40.023182609436397 ], [ -75.163995633754396, 40.023262290626498 ], [ -75.163945454621697, 40.023233804693803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2105, "ADDRESS": "3013 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282299401", "LNIADDRESSKEY": "110785", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.421875, "Shape__Length": 76.892908851493615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181930470470107, 39.9915357656838 ], [ -75.181977626045196, 39.991319574796997 ], [ -75.182035268416101, 39.991327070133998 ], [ -75.1819891197012, 39.991543783627499 ], [ -75.181930470470107, 39.9915357656838 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2106, "ADDRESS": "1815 N 24TH ST", "OWNER1": "START TO FINISH PAINTING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322141100", "LNIADDRESSKEY": "676554", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.81640625, "Shape__Length": 64.467435151873602 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173353127255297, 39.982678234782902 ], [ -75.173362678394, 39.982637456510197 ], [ -75.173593883270598, 39.9826697450602 ], [ -75.173585227036796, 39.982710671833303 ], [ -75.173353127255297, 39.982678234782902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2107, "ADDRESS": "2139 W ONTARIO ST", "OWNER1": "22ND AND ONTARIO ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112068100", "LNIADDRESSKEY": "460156", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 367.515625, "Shape__Length": 106.3938969039832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164870233979698, 40.006701269983203 ], [ -75.164933256630903, 40.006394865293501 ], [ -75.165005004065705, 40.006404396205497 ], [ -75.164943088013402, 40.0067103257811 ], [ -75.164870233979698, 40.006701269983203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2108, "ADDRESS": "1300 W RUSH ST", "OWNER1": "JAMES CLAUDETTE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372354000", "LNIADDRESSKEY": "520840", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.4921875, "Shape__Length": 48.485492531055698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152042696223702, 39.995655408139797 ], [ -75.152040067523401, 39.995655106496301 ], [ -75.152067667677102, 39.995529722546301 ], [ -75.152076779268398, 39.9955309761988 ], [ -75.152119270684693, 39.995536789862399 ], [ -75.152092023118797, 39.995661151262297 ], [ -75.152042696223702, 39.995655408139797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2109, "ADDRESS": "5527 JEFFERSON ST", "OWNER1": "TMELL LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041274300", "LNIADDRESSKEY": "363187", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.9609375, "Shape__Length": 84.875230439747298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233048937163403, 39.9789134359945 ], [ -75.233101959620001, 39.978907490018798 ], [ -75.233150378889803, 39.979155824472102 ], [ -75.233097748155799, 39.979161940118203 ], [ -75.233048937163403, 39.9789134359945 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2110, "ADDRESS": "5822 VINE ST", "OWNER1": "OPEN AIR CONCEPTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042159900", "LNIADDRESSKEY": "589322", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.46484375, "Shape__Length": 70.600793907903167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236712350265407, 39.966092932583898 ], [ -75.236722923154701, 39.966043854988101 ], [ -75.236736458290807, 39.965980382438403 ], [ -75.236754071910596, 39.965896673908802 ], [ -75.2368113074848, 39.965903956359298 ], [ -75.236798546630396, 39.965956709397901 ], [ -75.236779763309002, 39.966049920331201 ], [ -75.236768899281998, 39.966100103156599 ], [ -75.236712350265407, 39.966092932583898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2111, "ADDRESS": "3159 N SHERIDAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372038000", "LNIADDRESSKEY": "535306", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.8515625, "Shape__Length": 51.23096317832038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141586890675498, 39.999793629202898 ], [ -75.141416706994207, 39.999770934104603 ], [ -75.141425080873006, 39.999732469425098 ], [ -75.141601762916295, 39.999756214319497 ], [ -75.141593313125796, 39.9997944846913 ], [ -75.141586890675498, 39.999793629202898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2112, "ADDRESS": "2133 W ONTARIO ST", "OWNER1": "MICHAEL K DUNCAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112067800", "LNIADDRESSKEY": "460153", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 367.03125, "Shape__Length": 106.6877172254723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164683066396094, 40.006677502190499 ], [ -75.164656668972597, 40.006674377022399 ], [ -75.164722599300106, 40.006366523074298 ], [ -75.164792332897903, 40.006377168828102 ], [ -75.164767966691102, 40.006495745552002 ], [ -75.164731497864594, 40.006683300603697 ], [ -75.164683066396094, 40.006677502190499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2113, "ADDRESS": "2222 N LEITHGOW ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191240001", "LNIADDRESSKEY": "388635", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.01953125, "Shape__Length": 40.209000246958126 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1403968575965, 39.984883073266701 ], [ -75.140403925336102, 39.984850752103398 ], [ -75.1405399729679, 39.984868079350299 ], [ -75.140534184147498, 39.984894400630999 ], [ -75.140532824416198, 39.984900333358901 ], [ -75.1403968575965, 39.984883073266701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2114, "ADDRESS": "2749 N 9TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372135600", "LNIADDRESSKEY": "647704", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.2734375, "Shape__Length": 52.961220960478265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1455564175495, 39.994051293895602 ], [ -75.145566016344105, 39.994010324899897 ], [ -75.145746871272394, 39.994032579368501 ], [ -75.145738431643295, 39.9940734136188 ], [ -75.1455564175495, 39.994051293895602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2115, "ADDRESS": "1343 S COLORADO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "365214305", "LNIADDRESSKEY": "93631", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.4609375, "Shape__Length": 50.868128545801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172948371066397, 39.933773730728497 ], [ -75.172956581374706, 39.933735034212198 ], [ -75.173131388602997, 39.9337575635912 ], [ -75.173123217113698, 39.933796357848998 ], [ -75.172948371066397, 39.933773730728497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2116, "ADDRESS": "2241 N 19TH ST", "OWNER1": "ELATO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162071600", "LNIADDRESSKEY": "668126", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.01171875, "Shape__Length": 69.495212835803315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163632151109695, 39.9882451291679 ], [ -75.163641479395096, 39.9882048792661 ], [ -75.163897122457897, 39.988238042924699 ], [ -75.163887797487305, 39.988277632924799 ], [ -75.163632151109695, 39.9882451291679 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2117, "ADDRESS": "1946 N UBER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUBLIC PROPERTY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321279601", "LNIADDRESSKEY": "581654", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.7421875, "Shape__Length": 70.392357639727891 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165800838054295, 39.983983375824003 ], [ -75.165808970677105, 39.9839436788887 ], [ -75.166069236829003, 39.983979344479998 ], [ -75.166060347675298, 39.984018572763603 ], [ -75.165800838054295, 39.983983375824003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2118, "ADDRESS": "2329 N 22ND ST", "OWNER1": "SALLIE MC BRIDE TR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162211200", "LNIADDRESSKEY": "674116", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.265625, "Shape__Length": 69.943022421290451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1683886552769, 39.9902344610136 ], [ -75.1683970629106, 39.990195752211399 ], [ -75.168398419574103, 39.990187643188897 ], [ -75.168646359011802, 39.990220252238302 ], [ -75.168644893962593, 39.990228439916798 ], [ -75.168636152248496, 39.990268237078901 ], [ -75.1683886552769, 39.9902344610136 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2119, "ADDRESS": "1838 CECIL B MOORE AVE", "OWNER1": "PHILADELPHIA REDEVELOPMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "471146910", "LNIADDRESSKEY": "71585", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.03515625, "Shape__Length": 83.481873455032371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165611128731598, 39.979603392343499 ], [ -75.165662560344899, 39.979362430863802 ], [ -75.165716381281499, 39.979369284348202 ], [ -75.165666784811805, 39.979611577878302 ], [ -75.165611128731598, 39.979603392343499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2120, "ADDRESS": "4657 N 8TH ST", "OWNER1": "ESTUDANTE ARMANDO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491247700", "LNIADDRESSKEY": "646016", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 29.37109375, "Shape__Length": 23.401408039708208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138328528262207, 40.022916913023302 ], [ -75.138399904912703, 40.022926211908398 ], [ -75.138394413761503, 40.022951315641897 ], [ -75.138323311767806, 40.022941312319503 ], [ -75.138328528262207, 40.022916913023302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2121, "ADDRESS": "2740 W OXFORD ST", "OWNER1": "AMG PROPERTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292052700", "LNIADDRESSKEY": "466937", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.46875, "Shape__Length": 56.254444107771874 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180459030238794, 39.980096032938398 ], [ -75.180490083780398, 39.979948120005403 ], [ -75.180546444195102, 39.979955459215503 ], [ -75.180516879082504, 39.980096151222902 ], [ -75.180515368831195, 39.9801033716723 ], [ -75.180459030238794, 39.980096032938398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2122, "ADDRESS": "2412 N 9TH ST", "OWNER1": "98 REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371131301", "LNIADDRESSKEY": "647586", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.15625, "Shape__Length": 58.65261626066021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147120670753097, 39.9886037283012 ], [ -75.147330642444601, 39.988632508795398 ], [ -75.147322398585899, 39.988669882022002 ], [ -75.147111897005502, 39.988641782158098 ], [ -75.147120670753097, 39.9886037283012 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2123, "ADDRESS": "2531 N 11TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371188501", "LNIADDRESSKEY": "733005", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.99609375, "Shape__Length": 64.480159632251713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149432221741804, 39.990903484862102 ], [ -75.149441191878694, 39.990861308632503 ], [ -75.1496720037633, 39.990890652569398 ], [ -75.1496623972685, 39.990933008116301 ], [ -75.149432221741804, 39.990903484862102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2124, "ADDRESS": "2131 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191188901", "LNIADDRESSKEY": "461544", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.09765625, "Shape__Length": 44.948609125384571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139510273581493, 39.983182564903402 ], [ -75.139516791148694, 39.983149860727501 ], [ -75.1396739818057, 39.9831709418429 ], [ -75.139667060715894, 39.983202718930897 ], [ -75.139510273581493, 39.983182564903402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2125, "ADDRESS": "2352 N OPAL ST", "OWNER1": "WALTER G OAKMAN& EVA", "OWNER2": "SALLIE RILEY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162126100", "LNIADDRESSKEY": "460297", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.75390625, "Shape__Length": 50.817648163801884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164661086432005, 39.990149882933999 ], [ -75.164669637431999, 39.990111887135903 ], [ -75.164844629257701, 39.990135511280499 ], [ -75.164836837577596, 39.990173410438601 ], [ -75.164661086432005, 39.990149882933999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2126, "ADDRESS": "2514 N NAPA ST", "OWNER1": "THOMAS HENRY", "OWNER2": "AMETA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282161700", "LNIADDRESSKEY": "445841", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.640625, "Shape__Length": 51.70142984884184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182994449957505, 39.994812865134499 ], [ -75.183004375486505, 39.9947731915194 ], [ -75.183180694276203, 39.994798234940397 ], [ -75.183172043890096, 39.994837453916297 ], [ -75.182994449957505, 39.994812865134499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2127, "ADDRESS": "2639 N JESSUP ST", "OWNER1": "VELMA DAVIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371203400", "LNIADDRESSKEY": "732280", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.5859375, "Shape__Length": 57.321945362879845 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149728846896096, 39.9926628269411 ], [ -75.149737915152798, 39.992619733872601 ], [ -75.149935930932401, 39.992646948859999 ], [ -75.149926747131602, 39.992689200249501 ], [ -75.149728846896096, 39.9926628269411 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2128, "ADDRESS": "718 N PRESTON ST", "OWNER1": "ALPHAPAD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061198700", "LNIADDRESSKEY": "489893", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 299.04296875, "Shape__Length": 105.05073184622434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204309065088097, 39.9654993984729 ], [ -75.204371039506498, 39.965539460347699 ], [ -75.203947804426207, 39.965588084026301 ], [ -75.203937979807904, 39.965543376677701 ], [ -75.204309065088097, 39.9654993984729 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2129, "ADDRESS": "728 WIOTA ST", "OWNER1": "OO&A BROTHERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061179200", "LNIADDRESSKEY": "618694", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.203125, "Shape__Length": 48.441411966489035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203513604821694, 39.965717948524301 ], [ -75.2035194014544, 39.965753314329397 ], [ -75.2033510998004, 39.965772775312999 ], [ -75.203344274852796, 39.965736886616199 ], [ -75.203513604821694, 39.965717948524301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2130, "ADDRESS": "1328 W PIKE ST", "OWNER1": "KRYB LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432238900", "LNIADDRESSKEY": "483780", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.9921875, "Shape__Length": 83.914192678343383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149515643810702, 40.011900163820997 ], [ -75.149571759745996, 40.011908463869197 ], [ -75.149520328304106, 40.012150032405501 ], [ -75.149465345655699, 40.012143305505496 ], [ -75.149515643810702, 40.011900163820997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2131, "ADDRESS": "4807 N MARSHALL ST", "OWNER1": "CABRERA JEROMINO", "OWNER2": "PEREZ REINA CORRIL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491190900", "LNIADDRESSKEY": "414720", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.91796875, "Shape__Length": 69.62736731784355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135750379281802, 40.024905301701303 ], [ -75.135754415744103, 40.024864175180298 ], [ -75.136012043071005, 40.024898635950102 ], [ -75.136003147337604, 40.024939040297497 ], [ -75.135750379281802, 40.024905301701303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2132, "ADDRESS": "2206 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191201801", "LNIADDRESSKEY": "461579", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.65234375, "Shape__Length": 48.937370061250888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139679378018002, 39.984406644100098 ], [ -75.139667744560299, 39.984449790790002 ], [ -75.139665617455805, 39.984449517154601 ], [ -75.139509090755098, 39.9844285311638 ], [ -75.139511246831702, 39.984418795095799 ], [ -75.139518478237605, 39.984384930193798 ], [ -75.139638201492403, 39.984401146134701 ], [ -75.139679378018002, 39.984406644100098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2133, "ADDRESS": "1228 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371328501", "LNIADDRESSKEY": "110585", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.55078125, "Shape__Length": 61.779233924893703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153182105014395, 39.987453856195003 ], [ -75.153220878504399, 39.987283830471597 ], [ -75.153271383690793, 39.987290422063197 ], [ -75.153234313416604, 39.987460824218097 ], [ -75.153182105014395, 39.987453856195003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2134, "ADDRESS": "736 WIOTA ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061179610", "LNIADDRESSKEY": "618698", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.87109375, "Shape__Length": 50.400212932780711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2035418563717, 39.965857365121401 ], [ -75.203543332254796, 39.965865474254599 ], [ -75.203551098005406, 39.965865646603902 ], [ -75.203555947082705, 39.965891109611299 ], [ -75.203376944180505, 39.965911542740599 ], [ -75.203370085415102, 39.965876555426199 ], [ -75.2035418563717, 39.965857365121401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2135, "ADDRESS": "2500 INGERSOLL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291081910", "LNIADDRESSKEY": "357269", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.84375, "Shape__Length": 49.058817909132074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176871989342999, 39.9762482464402 ], [ -75.176847143332594, 39.976367039627497 ], [ -75.176784642181403, 39.976358191290402 ], [ -75.176808663081999, 39.976240120694897 ], [ -75.176871989342999, 39.9762482464402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2136, "ADDRESS": "2144 N 3RD ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191179900", "LNIADDRESSKEY": "632540", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.265625, "Shape__Length": 54.777757024957161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139215363091793, 39.983587883048301 ], [ -75.139223545700801, 39.983549461477701 ], [ -75.139415911882097, 39.983573487547297 ], [ -75.139407926192305, 39.983612235724301 ], [ -75.139215363091793, 39.983587883048301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2137, "ADDRESS": "4102 WESTMINSTER AVE", "OWNER1": "FLORINE POLLARD TR", "OWNER2": "LUCILE R H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062088300", "LNIADDRESSKEY": "607982", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.79296875, "Shape__Length": 82.473288158478269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206304778845904, 39.970045305608998 ], [ -75.206303565428598, 39.970038541456297 ], [ -75.206287590432794, 39.969948771734401 ], [ -75.206284174367894, 39.969925854441598 ], [ -75.206349748607494, 39.969918587506299 ], [ -75.206388923519199, 39.970150288497699 ], [ -75.206324715276494, 39.970157424687002 ], [ -75.206304778845904, 39.970045305608998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2138, "ADDRESS": "885 PALM ST", "OWNER1": "MURRELL FREDERICK", "OWNER2": null, "BLDG_DESC": "PRIV.GAR 2STY MASONRY", "OPA_ID": "062261000", "LNIADDRESSKEY": "468972", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 250.82421875, "Shape__Length": 75.357754676711849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206270579809498, 39.9698547229357 ], [ -75.206529207780093, 39.9698263305241 ], [ -75.206540126847102, 39.969884990240203 ], [ -75.206282325245695, 39.969913707341597 ], [ -75.206270579809498, 39.9698547229357 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2139, "ADDRESS": "1924 N NEWKIRK ST", "OWNER1": "NORRIS STREET PARTNERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323221800", "LNIADDRESSKEY": "449934", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.04296875, "Shape__Length": 48.562008970954295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180076446536006, 39.985211483561102 ], [ -75.179989457057104, 39.985134610994599 ], [ -75.1800246468936, 39.985111171925503 ], [ -75.180110882145001, 39.985188591834998 ], [ -75.180136621556599, 39.985211686688601 ], [ -75.180102056418704, 39.985234093481303 ], [ -75.180076446536006, 39.985211483561102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2140, "ADDRESS": "2633 CECIL B MOORE AVE", "OWNER1": "HAKIMOGLU ZEYNEP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324051000", "LNIADDRESSKEY": "71841", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.97265625, "Shape__Length": 70.213743031208963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178480794006603, 39.9816436455786 ], [ -75.178521894626897, 39.981447470269302 ], [ -75.178577518949396, 39.981454906555498 ], [ -75.178535475800103, 39.981651077656601 ], [ -75.178480794006603, 39.9816436455786 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2141, "ADDRESS": "1920 N 6TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201114600", "LNIADDRESSKEY": "639283", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.48046875, "Shape__Length": 90.053719199514916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145055514692601, 39.980643228580298 ], [ -75.145089889411807, 39.980646764833899 ], [ -75.145080680518902, 39.980690740770399 ], [ -75.144737434019902, 39.980652933828203 ], [ -75.144746043279497, 39.980609863343801 ], [ -75.145035226491999, 39.980641155235602 ], [ -75.145055514692601, 39.980643228580298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2142, "ADDRESS": "3961 RENO ST", "OWNER1": "RAD DIVERSIFIED OZ FUND LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243136600", "LNIADDRESSKEY": "500994", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.6640625, "Shape__Length": 65.992561956571492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202409808857198, 39.968200032893897 ], [ -75.202401774241295, 39.968156751566703 ], [ -75.202393387584095, 39.968111655907997 ], [ -75.202383514257093, 39.968058741433197 ], [ -75.202437929854099, 39.968052937538097 ], [ -75.202471346103593, 39.968236137402599 ], [ -75.202463574177401, 39.968237254412003 ], [ -75.202417726181295, 39.968242539004599 ], [ -75.202409808857198, 39.968200032893897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2143, "ADDRESS": "2922R W GORDON ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282312601", "LNIADDRESSKEY": "319314", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.68359375, "Shape__Length": 39.952601434159256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180584508218701, 39.991560676422999 ], [ -75.180605858210399, 39.991458906552502 ], [ -75.180650507836404, 39.991464709543003 ], [ -75.180628021503694, 39.991566599271401 ], [ -75.180584508218701, 39.991560676422999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2144, "ADDRESS": "3011 RIDGE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323047301", "LNIADDRESSKEY": "504339", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.6640625, "Shape__Length": 65.533133067009501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182565889692299, 39.988314281520204 ], [ -75.182599745855896, 39.988346665422398 ], [ -75.1824155449887, 39.988462927751101 ], [ -75.182379745131499, 39.988428743342801 ], [ -75.182565889692299, 39.988314281520204 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2145, "ADDRESS": "3022 CLIFFORD ST", "OWNER1": "SARAH ALTMAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324059200", "LNIADDRESSKEY": "90865", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.421875, "Shape__Length": 73.63949292282507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183811371984802, 39.983145391598001 ], [ -75.183851852155101, 39.983117765124199 ], [ -75.184031750001793, 39.983279131872102 ], [ -75.183992060063801, 39.9833063413408 ], [ -75.183811371984802, 39.983145391598001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2146, "ADDRESS": "6016 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401298700", "LNIADDRESSKEY": "583806", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.44140625, "Shape__Length": 58.377385387723983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2296237816835, 39.931437543624703 ], [ -75.229662239985402, 39.931410582920599 ], [ -75.229803191535595, 39.931529885525599 ], [ -75.229763828278294, 39.931556987443102 ], [ -75.2296237816835, 39.931437543624703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2147, "ADDRESS": "623 N 36TH ST", "OWNER1": "ENJ DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242168200", "LNIADDRESSKEY": "685505", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.21484375, "Shape__Length": 64.672078065976606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194311866354994, 39.964418185055102 ], [ -75.194493570084305, 39.964397763175398 ], [ -75.194536139730104, 39.964393278246298 ], [ -75.194546035153394, 39.964440954685003 ], [ -75.194321391230304, 39.9644668364868 ], [ -75.194311866354994, 39.964418185055102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2148, "ADDRESS": "1538 WILLINGTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471241310", "LNIADDRESSKEY": "614784", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.6328125, "Shape__Length": 68.782743292809386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162404590139104, 39.977334275721397 ], [ -75.162412863941995, 39.9772920187838 ], [ -75.162661910614005, 39.977323394177098 ], [ -75.162652633038306, 39.977367255958299 ], [ -75.162404590139104, 39.977334275721397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2149, "ADDRESS": "2153 N FRANKLIN ST", "OWNER1": "ISMAILOVA SARDORA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202053100", "LNIADDRESSKEY": "299280", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.65625, "Shape__Length": 62.789653919081324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145892810169002, 39.984465842042503 ], [ -75.145900843101103, 39.984426836651799 ], [ -75.146128159000796, 39.984456561689001 ], [ -75.146120452232196, 39.9844952354835 ], [ -75.145892810169002, 39.984465842042503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2150, "ADDRESS": "2405 N OPAL ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162118501", "LNIADDRESSKEY": "460311", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.7109375, "Shape__Length": 50.705023972140509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164272805895394, 39.990693917242403 ], [ -75.164265905137995, 39.990692988036699 ], [ -75.164259066426396, 39.990692044460502 ], [ -75.164266780253598, 39.9906562384406 ], [ -75.164267132968007, 39.990654666230803 ], [ -75.164274035184405, 39.990655595469299 ], [ -75.164280936538006, 39.990656508920303 ], [ -75.1644421162448, 39.990678048619699 ], [ -75.164434698761198, 39.990715957311799 ], [ -75.164272805895394, 39.990693917242403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2151, "ADDRESS": "3838 FOLSOM ST", "OWNER1": "KENAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243052900", "LNIADDRESSKEY": "293643", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.265625, "Shape__Length": 74.639265636061936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199167675362503, 39.966983716841398 ], [ -75.199212181296403, 39.966978452153903 ], [ -75.199213228337996, 39.966984052655498 ], [ -75.199253846878193, 39.967197783300598 ], [ -75.199207136576703, 39.9672031611832 ], [ -75.199168590998696, 39.966988879686902 ], [ -75.199167675362503, 39.966983716841398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2152, "ADDRESS": "713 N SHEDWICK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243071310", "LNIADDRESSKEY": "533387", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.7890625, "Shape__Length": 65.398069060295938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192505393079301, 39.966579785693398 ], [ -75.192748871229895, 39.9665530059427 ], [ -75.192754566105904, 39.966589256512201 ], [ -75.192511327809797, 39.966616349092803 ], [ -75.192505393079301, 39.966579785693398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2153, "ADDRESS": "708 WIOTA ST", "OWNER1": "KENAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061178200", "LNIADDRESSKEY": "618684", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.1484375, "Shape__Length": 51.966683581650734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203279813985603, 39.965393767942302 ], [ -75.203330769610403, 39.965388563754502 ], [ -75.203383541003802, 39.965382400856797 ], [ -75.203438229779493, 39.965376473080198 ], [ -75.203459514417503, 39.965374253732101 ], [ -75.203465465793997, 39.965373627849502 ], [ -75.203471277431603, 39.965408591918397 ], [ -75.203286368730005, 39.965429053732002 ], [ -75.203279813985603, 39.965393767942302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2154, "ADDRESS": "5440 WOODLAND AVE", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "514273200", "LNIADDRESSKEY": "623029", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 266.6328125, "Shape__Length": 84.113288800471395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219867683767802, 39.935276930679898 ], [ -75.219919160947398, 39.935240169119403 ], [ -75.220128216756194, 39.935413036987903 ], [ -75.220078058171495, 39.935449826603403 ], [ -75.219867683767802, 39.935276930679898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2155, "ADDRESS": "1930 W NORRIS ST", "OWNER1": "B J BELL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321151500", "LNIADDRESSKEY": "452410", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.36328125, "Shape__Length": 68.650218166196765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165960405363805, 39.984323905465097 ], [ -75.165999080343099, 39.984146764944498 ], [ -75.166002123356094, 39.984132857588101 ], [ -75.166035378452406, 39.984137298226003 ], [ -75.166049178947901, 39.9841391879662 ], [ -75.166057882767902, 39.984140657737498 ], [ -75.166015087494898, 39.984330778109197 ], [ -75.165960405363805, 39.984323905465097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2156, "ADDRESS": "6154 UPLAND ST", "OWNER1": "JAMES A LARKIN JR", "OWNER2": "ELEANOR", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401305000", "LNIADDRESSKEY": "583925", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.9140625, "Shape__Length": 60.167518476678119 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2322129715171, 39.929504868359601 ], [ -75.232250306010499, 39.929478252694899 ], [ -75.2323175332631, 39.929533745650403 ], [ -75.232326128599695, 39.929540832610897 ], [ -75.232327069560199, 39.929542561783997 ], [ -75.232399366297301, 39.929601953549998 ], [ -75.232362321554405, 39.929628092465101 ], [ -75.232308590429795, 39.929583551251298 ], [ -75.2322896708353, 39.929568660243 ], [ -75.232279250091295, 39.929559985741598 ], [ -75.2322129715171, 39.929504868359601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2157, "ADDRESS": "2821 N HOWARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071066300", "LNIADDRESSKEY": "351182", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.86328125, "Shape__Length": 66.56166672211026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131177864451701, 39.993124965058101 ], [ -75.131188522486994, 39.9930801040286 ], [ -75.131211636815905, 39.993082872688198 ], [ -75.131424814531599, 39.9931102550444 ], [ -75.131417194699793, 39.993144836003701 ], [ -75.131415464736193, 39.993152712043504 ], [ -75.131415060749404, 39.993154492488401 ], [ -75.131177864451701, 39.993124965058101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2158, "ADDRESS": "3862 N CAMAC ST", "OWNER1": "ELIAS JERRY X", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432372100", "LNIADDRESSKEY": "61089", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.4765625, "Shape__Length": 57.373848728862619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147875349335294, 40.011924240602802 ], [ -75.147881896376504, 40.011895663352298 ], [ -75.147968178416903, 40.011907274327299 ], [ -75.148071462395706, 40.011921075951904 ], [ -75.148078383722293, 40.0119220549823 ], [ -75.148068819365307, 40.011965958908497 ], [ -75.148062000084295, 40.011965030619997 ], [ -75.147871900461197, 40.011939282673403 ], [ -75.147875349335294, 40.011924240602802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2159, "ADDRESS": "900 W SUSQUEHANNA AVE", "OWNER1": "UNVER MUHAMMED M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201097800", "LNIADDRESSKEY": "558980", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.25390625, "Shape__Length": 66.732068640138294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147976231233699, 39.984952734332801 ], [ -75.1479359958375, 39.985138136248501 ], [ -75.147882653016595, 39.985131333761899 ], [ -75.147923355782396, 39.984945201368603 ], [ -75.147976231233699, 39.984952734332801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2160, "ADDRESS": "4936 W THOMPSON ST", "OWNER1": "IRA DEVELOPMENT LLC", "OWNER2": "YILMAZ ZAFER", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442115400", "LNIADDRESSKEY": "570509", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.76171875, "Shape__Length": 72.118945940556188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220846153893604, 39.973244463648101 ], [ -75.220880900234306, 39.973450737223601 ], [ -75.220828452056296, 39.973455964838003 ], [ -75.220793724908006, 39.973250320113102 ], [ -75.220846153893604, 39.973244463648101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2161, "ADDRESS": "625 N 36TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242168310", "LNIADDRESSKEY": "685507", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.41015625, "Shape__Length": 62.630713069506498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194321391230304, 39.9644668364868 ], [ -75.194546035153394, 39.964440954685003 ], [ -75.194554490066295, 39.964481829096997 ], [ -75.194328834131596, 39.964507334731103 ], [ -75.194321391230304, 39.9644668364868 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2162, "ADDRESS": "2420 N DELHI ST", "OWNER1": "OTIS LEVERETTE", "OWNER2": "CHARLINEA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371143000", "LNIADDRESSKEY": "730544", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.41796875, "Shape__Length": 46.257252394674694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148054967497998, 39.989043273057902 ], [ -75.148062361693604, 39.989006703832899 ], [ -75.148220082247306, 39.989029155564602 ], [ -75.148212500791203, 39.989064576257299 ], [ -75.148054967497998, 39.989043273057902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2163, "ADDRESS": "2803 W LEHIGH AVE", "OWNER1": "MUHSIN ABDUL WAHID TR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281379701", "LNIADDRESSKEY": "387933", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.9921875, "Shape__Length": 74.490027532007659 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177036008825198, 39.997173220132403 ], [ -75.177081746231593, 39.996968074757 ], [ -75.177082950649606, 39.996962684422201 ], [ -75.1771363744148, 39.9969698623132 ], [ -75.177135404772301, 39.996974467273198 ], [ -75.177091881064499, 39.997181097144498 ], [ -75.177036008825198, 39.997173220132403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2164, "ADDRESS": "2343 GERRITT ST", "OWNER1": "AZEEMUDDIN SYED OMER", "OWNER2": "MIRANDA AVELINO CRUZ III", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364009800", "LNIADDRESSKEY": "311319", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.08984375, "Shape__Length": 50.080846330730161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183757056004396, 39.934724452266401 ], [ -75.183785980813497, 39.934593352564001 ], [ -75.183836366491406, 39.934599347701301 ], [ -75.183807540493603, 39.934731126509597 ], [ -75.183757056004396, 39.934724452266401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2165, "ADDRESS": "2227 INGERSOLL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291086310", "LNIADDRESSKEY": "357188", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 331.8125, "Shape__Length": 74.146373007446385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172632291088405, 39.976023818384697 ], [ -75.172654539524402, 39.975920702676099 ], [ -75.172848843846793, 39.9759469250858 ], [ -75.172826951857004, 39.976048987887602 ], [ -75.172632291088405, 39.976023818384697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2166, "ADDRESS": "865 N 40TH ST", "OWNER1": "NORTH 40TH STREET LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243161700", "LNIADDRESSKEY": "686332", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 364.23046875, "Shape__Length": 107.30277455991772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203317679120303, 39.969335385468597 ], [ -75.202911658901698, 39.969380831219198 ], [ -75.202901387222497, 39.969326501268 ], [ -75.203307407123305, 39.969281055553701 ], [ -75.203317679120303, 39.969335385468597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2167, "ADDRESS": "2609 REED ST", "OWNER1": "MAEFIN PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362111400", "LNIADDRESSKEY": "498186", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.6875, "Shape__Length": 64.653828908918513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187836118819206, 39.935751017060802 ], [ -75.187875246203404, 39.935572430335696 ], [ -75.187928794179399, 39.935578978590001 ], [ -75.187889666931994, 39.935757565333297 ], [ -75.187836118819206, 39.935751017060802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2168, "ADDRESS": "3017 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193114801", "LNIADDRESSKEY": "462708", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 77.04296875, "Shape__Length": 42.151871208687623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138430419847097, 39.996942958607796 ], [ -75.138575297743003, 39.996962390817103 ], [ -75.138567945809697, 39.996994430625598 ], [ -75.138423083298505, 39.996974596677099 ], [ -75.138425749123101, 39.996961406658897 ], [ -75.138430419847097, 39.996942958607796 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2169, "ADDRESS": "1605 N 16TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471217110", "LNIADDRESSKEY": "660328", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 611.09375, "Shape__Length": 114.25041395411921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160869232287894, 39.978097255881302 ], [ -75.160874193633205, 39.978072640539096 ], [ -75.1608838463887, 39.978029914736197 ], [ -75.160889358464999, 39.978001297789298 ], [ -75.161269488296398, 39.978050350492701 ], [ -75.161248076523293, 39.978148133480303 ], [ -75.160869232287894, 39.978097255881302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2170, "ADDRESS": "2128 BELLMORE ST", "OWNER1": "IMI REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252181600", "LNIADDRESSKEY": "34363", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.5625, "Shape__Length": 49.142893589078888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114599728590903, 39.988757302582798 ], [ -75.114748524815397, 39.988695126303398 ], [ -75.114774072428901, 39.988729129840898 ], [ -75.114625252943, 39.988791338282702 ], [ -75.114615589394703, 39.988778462550101 ], [ -75.114599728590903, 39.988757302582798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2171, "ADDRESS": "2401 N DOUGLAS ST", "OWNER1": "HILL DONALD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282215400", "LNIADDRESSKEY": "122256", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.546875, "Shape__Length": 52.227955774794815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185151121443496, 39.993296462574399 ], [ -75.185157484641294, 39.993263913897998 ], [ -75.185159148425697, 39.993255375721297 ], [ -75.185331820194904, 39.993278690076998 ], [ -75.185337115885503, 39.993279405318603 ], [ -75.185335905145607, 39.9932848271187 ], [ -75.185327843585696, 39.993320706503503 ], [ -75.185151121443496, 39.993296462574399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2172, "ADDRESS": "2848 N HUTCHINSON ST", "OWNER1": "LOTS FOR SALE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372177400", "LNIADDRESSKEY": "354733", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.61328125, "Shape__Length": 68.890469602202614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146414542000798, 39.995542848772303 ], [ -75.146670360607004, 39.995574684775697 ], [ -75.146662793509407, 39.995612975468902 ], [ -75.146406572899295, 39.995580162862801 ], [ -75.146414542000798, 39.995542848772303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2173, "ADDRESS": "2934 W YORK ST", "OWNER1": "STRAWBERRY MANSION", "OWNER2": "CITIZENS COUNCIL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282338300", "LNIADDRESSKEY": "629448", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.54296875, "Shape__Length": 48.589016002980323 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180571890802298, 39.9925344133148 ], [ -75.180596536814605, 39.9924081185126 ], [ -75.180647784284105, 39.992414600777998 ], [ -75.180630528969203, 39.992505629918 ], [ -75.180623394518605, 39.992540240208697 ], [ -75.180571890802298, 39.9925344133148 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2174, "ADDRESS": "2427 N 27TH ST", "OWNER1": "JOSEPH SHIELDS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281062000", "LNIADDRESSKEY": "679904", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.05078125, "Shape__Length": 57.671722593958869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176056014813597, 39.992900628172798 ], [ -75.176064774383505, 39.9928591719517 ], [ -75.176080457066007, 39.992861215272498 ], [ -75.176110305068704, 39.992864963791 ], [ -75.1761937185058, 39.9928754264837 ], [ -75.176266440054704, 39.992885455659597 ], [ -75.176257611614005, 39.992926491378597 ], [ -75.176056014813597, 39.992900628172798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2175, "ADDRESS": "2226 N CAMAC ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371253001", "LNIADDRESSKEY": "60840", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.453125, "Shape__Length": 76.259911747934723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153204520419806, 39.986621593366003 ], [ -75.153213752347398, 39.9865796165437 ], [ -75.153497048442702, 39.986614365209398 ], [ -75.153487234538204, 39.986656747858099 ], [ -75.153204520419806, 39.986621593366003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2176, "ADDRESS": "532 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191414511", "LNIADDRESSKEY": "110425", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.19921875, "Shape__Length": 53.949433421376632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142604413908998, 39.9860970904409 ], [ -75.142633190073795, 39.985964883982099 ], [ -75.142635097589903, 39.985956158120501 ], [ -75.142690362476003, 39.985963700493798 ], [ -75.142688434486402, 39.985972425891099 ], [ -75.142659329350593, 39.986104432294397 ], [ -75.142604413908998, 39.9860970904409 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2177, "ADDRESS": "1760 N LAMBERT ST", "OWNER1": "MILLER JOSEPH A", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "472151900", "LNIADDRESSKEY": "376260", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.2890625, "Shape__Length": 61.294909052072953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168603171050506, 39.981533088397299 ], [ -75.168592391834096, 39.981577948464398 ], [ -75.168379758575497, 39.981549002527601 ], [ -75.168389842679005, 39.981504754172001 ], [ -75.168603171050506, 39.981533088397299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2178, "ADDRESS": "2404 N SYDENHAM ST", "OWNER1": "YM CAPITAL LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161054200", "LNIADDRESSKEY": "560058", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.14453125, "Shape__Length": 69.315282972062221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158015076406201, 39.990006907174397 ], [ -75.158259856901594, 39.990040902314199 ], [ -75.158249216000698, 39.990088521818002 ], [ -75.158004812621101, 39.990054002449 ], [ -75.158015076406201, 39.990006907174397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2179, "ADDRESS": "2958 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192206600", "LNIADDRESSKEY": "462691", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.48828125, "Shape__Length": 45.258063918231464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138963975803705, 39.996328818987202 ], [ -75.138955627379104, 39.996362787989497 ], [ -75.138954748254406, 39.996367104164598 ], [ -75.138803013630294, 39.996345049881398 ], [ -75.138811710693702, 39.996309670834599 ], [ -75.138963975803705, 39.996328818987202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2180, "ADDRESS": "2544 N STANLEY ST", "OWNER1": "PATTERSON DOROTHY L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282119000", "LNIADDRESSKEY": "551265", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.953125, "Shape__Length": 50.983270864149347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181737834394397, 39.995291560932102 ], [ -75.181746862917194, 39.995252317843899 ], [ -75.181921510702495, 39.995276149975702 ], [ -75.181911839980998, 39.995315184990702 ], [ -75.181737834394397, 39.995291560932102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2181, "ADDRESS": "2548 N STANLEY ST", "OWNER1": "CRAORD JETTER", "OWNER2": "QUEEN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282119200", "LNIADDRESSKEY": "551269", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.08203125, "Shape__Length": 50.905660924233658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181721059051299, 39.995368254617397 ], [ -75.181729520166996, 39.995329611521797 ], [ -75.181903637077099, 39.995353624389502 ], [ -75.181895424446495, 39.995392901509497 ], [ -75.181721059051299, 39.995368254617397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2182, "ADDRESS": "4139 RENO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062046610", "LNIADDRESSKEY": "501046", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.7109375, "Shape__Length": 60.958645648976791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207249684434601, 39.9675363237724 ], [ -75.207303555349895, 39.967531634024802 ], [ -75.207321095805, 39.967698247683998 ], [ -75.207321550682906, 39.967699547324997 ], [ -75.2072688398964, 39.967704601795397 ], [ -75.207268727219002, 39.967702567536101 ], [ -75.207249684434601, 39.9675363237724 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2183, "ADDRESS": "1622 W LEHIGH AVE", "OWNER1": "FAITH + LOVE HOLINESS", "OWNER2": "CHURCH OF GOOD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161325500", "LNIADDRESSKEY": "387670", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.578125, "Shape__Length": 67.117314604117354 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158575662857302, 39.994355130742598 ], [ -75.1586170199229, 39.994164963233203 ], [ -75.158665634807605, 39.994171734901698 ], [ -75.158625306794605, 39.994361877227703 ], [ -75.158575662857302, 39.994355130742598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2184, "ADDRESS": "2340 N 26TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281051201", "LNIADDRESSKEY": "678887", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.765625, "Shape__Length": 59.559140532441603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175098509666398, 39.991600306921001 ], [ -75.175108308935194, 39.991554650591198 ], [ -75.175312868741102, 39.991581306212197 ], [ -75.175312508341804, 39.991583087763203 ], [ -75.175303881612805, 39.991626014438403 ], [ -75.175098509666398, 39.991600306921001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2185, "ADDRESS": "3914 FAIRMOUNT AVE", "OWNER1": "OWNER F LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242226400", "LNIADDRESSKEY": "283639", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 239.49609375, "Shape__Length": 85.925436526064715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200879654138802, 39.965032002968996 ], [ -75.200923922411405, 39.965280342800199 ], [ -75.200865589269, 39.965286767310502 ], [ -75.200820971185607, 39.965038822880103 ], [ -75.200879654138802, 39.965032002968996 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2186, "ADDRESS": "2857 WEIKEL ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252379801", "LNIADDRESSKEY": "604983", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.21484375, "Shape__Length": 54.275620132412314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115324224813904, 39.985745485328103 ], [ -75.115433371181695, 39.985868972184797 ], [ -75.115393093906206, 39.985890019229501 ], [ -75.115283404004302, 39.985766504088197 ], [ -75.115324224813904, 39.985745485328103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2187, "ADDRESS": "2854 N PARK AVE", "OWNER1": "BCM FIRST INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372283000", "LNIADDRESSKEY": "470063", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.2109375, "Shape__Length": 68.112958300166326 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152795824803405, 39.996583757009603 ], [ -75.1528049740227, 39.996543486883297 ], [ -75.153012891737106, 39.996571339285701 ], [ -75.152996890499097, 39.996641711734398 ], [ -75.152966851520901, 39.9966380013256 ], [ -75.152973608441997, 39.996615328017398 ], [ -75.152874975247997, 39.996603264105097 ], [ -75.152876205748598, 39.996594102682103 ], [ -75.152795824803405, 39.996583757009603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2188, "ADDRESS": "1947 N MARSHALL ST", "OWNER1": "1947 MARSHALL ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201134100", "LNIADDRESSKEY": "413867", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.5234375, "Shape__Length": 70.487990394715212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145223516029205, 39.981286003405501 ], [ -75.144991357930607, 39.981259326744002 ], [ -75.144981694887093, 39.981257769385401 ], [ -75.144990384889795, 39.981212057346397 ], [ -75.144990265061594, 39.981209684939998 ], [ -75.145240213704099, 39.9812374422904 ], [ -75.145230922478405, 39.981286848401503 ], [ -75.145223516029205, 39.981286003405501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2189, "ADDRESS": "308 E HAINES ST", "OWNER1": "SPIRE PROPERTY SERVICES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591155600", "LNIADDRESSKEY": "329846", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-2", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.36328125, "Shape__Length": 65.697007097184041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172639224758996, 40.042128742425497 ], [ -75.1726712334289, 40.042098817242902 ], [ -75.172862148021395, 40.042214842970601 ], [ -75.172829916234406, 40.042245666463103 ], [ -75.172639224758996, 40.042128742425497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2190, "ADDRESS": "715 N SHEDWICK ST", "OWNER1": "706 N 34 LLC", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "243071400", "LNIADDRESSKEY": "533389", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.9453125, "Shape__Length": 65.29235036619653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192511327809797, 39.966616349092803 ], [ -75.192754566105904, 39.966589256512201 ], [ -75.192761876998404, 39.966624883109802 ], [ -75.192518166412896, 39.966652270398001 ], [ -75.192511327809797, 39.966616349092803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2191, "ADDRESS": "5228 CHESTER AVE", "OWNER1": "CENTRAL MORTGAGE CO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511279300", "LNIADDRESSKEY": "80056", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 313.21484375, "Shape__Length": 93.751692383658565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220872066358595, 39.940638122095599 ], [ -75.2211064939913, 39.940834791872803 ], [ -75.221093321933907, 39.940846059021901 ], [ -75.221069303680395, 39.940862906356202 ], [ -75.221054680783197, 39.940873174063398 ], [ -75.2210473693967, 39.940867080897398 ], [ -75.220818163740603, 39.940675798123898 ], [ -75.220832225006603, 39.940667097064797 ], [ -75.220872066358595, 39.940638122095599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2192, "ADDRESS": "620 N 35TH ST", "OWNER1": "PHILADELPHIA REDEVELOPMENT AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242165500", "LNIADDRESSKEY": "685350", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.0625, "Shape__Length": 66.662157534908189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193269539476901, 39.964398662739001 ], [ -75.193506723380295, 39.964370783980698 ], [ -75.193515445533805, 39.964416014051103 ], [ -75.193277458572297, 39.9644431755288 ], [ -75.193269539476901, 39.964398662739001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2193, "ADDRESS": "1958 N DARIEN ST", "OWNER1": "BASCO PROPERTIES CORPORATION", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202139500", "LNIADDRESSKEY": "108551", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.09375, "Shape__Length": 44.211310946913741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1480662481857, 39.981769059725302 ], [ -75.148073758677896, 39.981736007125598 ], [ -75.148226479911699, 39.981756668867597 ], [ -75.148219883159797, 39.981788840043997 ], [ -75.1480662481857, 39.981769059725302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2194, "ADDRESS": "2805 WHARTON ST", "OWNER1": "SENG ALEXANDER", "OWNER2": "SMALE DARBY", "BLDG_DESC": "ROW 3STY MAS.+OTHER", "OPA_ID": "362076600", "LNIADDRESSKEY": "610463", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.671875, "Shape__Length": 53.034217634859623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190627188433695, 39.937328283903398 ], [ -75.1906558943964, 39.937190472104803 ], [ -75.190711904864202, 39.937198960463803 ], [ -75.190682879949506, 39.937335765036799 ], [ -75.190627188433695, 39.937328283903398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2195, "ADDRESS": "6018 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401298800", "LNIADDRESSKEY": "583808", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.390625, "Shape__Length": 57.857754423909199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229662239985402, 39.931410582920599 ], [ -75.229698884385499, 39.931384564428001 ], [ -75.229839794535195, 39.931504431453803 ], [ -75.229803191535595, 39.931529885525599 ], [ -75.229662239985402, 39.931410582920599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2196, "ADDRESS": "6160 UPLAND ST", "OWNER1": "THOMAS SONYA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401305300", "LNIADDRESSKEY": "583931", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.90234375, "Shape__Length": 60.410922330290234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232322070691694, 39.929427085047003 ], [ -75.232358911068502, 39.929400813268202 ], [ -75.2324283002648, 39.929457852655098 ], [ -75.232435635787397, 39.929463880309001 ], [ -75.232436455794499, 39.929465478433798 ], [ -75.232508500217193, 39.9295249287877 ], [ -75.232470509047701, 39.929551739600399 ], [ -75.232399482624601, 39.929491425216 ], [ -75.232397123795906, 39.929490099646998 ], [ -75.232389975667004, 39.929484107639503 ], [ -75.232322070691694, 39.929427085047003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2197, "ADDRESS": "2344 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162186601", "LNIADDRESSKEY": "672331", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.6640625, "Shape__Length": 67.451861666971041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167159405811205, 39.990427728109402 ], [ -75.167169445181102, 39.990384172600898 ], [ -75.167410882283903, 39.99041581582 ], [ -75.1674077883698, 39.990428867227998 ], [ -75.167401128565601, 39.990459603027197 ], [ -75.167159405811205, 39.990427728109402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2198, "ADDRESS": "6047 UPLAND ST", "OWNER1": "DIXON GEORGE", "OWNER2": "THOMAS SHARON S/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401289000", "LNIADDRESSKEY": "583837", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.97265625, "Shape__Length": 60.427751788460519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230471906354794, 39.931172846746499 ], [ -75.230514000265998, 39.931143853929498 ], [ -75.230657503928498, 39.931266081209202 ], [ -75.2306153956537, 39.931295461192299 ], [ -75.230471906354794, 39.931172846746499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2199, "ADDRESS": "3222 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282344201", "LNIADDRESSKEY": "629523", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.296875, "Shape__Length": 53.565120499086618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185050132198, 39.993111504943101 ], [ -75.185078684624401, 39.992970387207002 ], [ -75.185127663757598, 39.992977010483202 ], [ -75.185132063343701, 39.992977607726601 ], [ -75.1851036834844, 39.993118617829701 ], [ -75.185050132198, 39.993111504943101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2200, "ADDRESS": "3518 N 23RD ST", "OWNER1": "JUDSON ST PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112319200", "LNIADDRESSKEY": "675826", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.046875, "Shape__Length": 87.929024462784156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166464556410205, 40.008719396479798 ], [ -75.166795033073498, 40.0087629080817 ], [ -75.166786403005801, 40.0088084944286 ], [ -75.1664553356445, 40.008763372467001 ], [ -75.166464556410205, 40.008719396479798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2201, "ADDRESS": "92 E WISTER ST", "OWNER1": "S3 ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121049300", "LNIADDRESSKEY": "619735", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 373.3984375, "Shape__Length": 87.608217656613121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163022672038494, 40.031729747408903 ], [ -75.162797050178895, 40.031597350606198 ], [ -75.162861904798604, 40.031533687381099 ], [ -75.163090077256697, 40.031670122866203 ], [ -75.163026630546895, 40.031732060953203 ], [ -75.163022672038494, 40.031729747408903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2202, "ADDRESS": "1707 W TIOGA ST", "OWNER1": "LIFT TRUST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112099500", "LNIADDRESSKEY": "573014", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 782.54296875, "Shape__Length": 162.25936833769237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1569849385303, 40.007361242104899 ], [ -75.156946732359401, 40.007356074575597 ], [ -75.156957212452895, 40.007312223391203 ], [ -75.156966789811307, 40.007272220558697 ], [ -75.156976368361796, 40.007232186216903 ], [ -75.156985544145797, 40.007193915528703 ], [ -75.156995355155303, 40.007152741018103 ], [ -75.157005809470903, 40.007111710557503 ], [ -75.156958866917407, 40.007105895203601 ], [ -75.156960319209105, 40.007096400876499 ], [ -75.157002854439497, 40.006902052621399 ], [ -75.157132567488802, 40.006918523369798 ], [ -75.157115910960997, 40.006991299628901 ], [ -75.157033388902903, 40.0073687685165 ], [ -75.1569849385303, 40.007361242104899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2203, "ADDRESS": "853 E MADISON ST", "OWNER1": "BROWN GEORGE J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331075800", "LNIADDRESSKEY": "405217", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.81640625, "Shape__Length": 50.079150947620384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.113811034111507, 39.997455508277099 ], [ -75.113861673075803, 39.9974619737716 ], [ -75.113832461181403, 39.997593568544602 ], [ -75.113782712114599, 39.997586848662102 ], [ -75.113811034111507, 39.997455508277099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2204, "ADDRESS": "5044 N 7TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491221100", "LNIADDRESSKEY": "643513", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.80859375, "Shape__Length": 69.368085201487801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135998527159899, 40.028792233592 ], [ -75.136007874285895, 40.0287515342932 ], [ -75.136257842025302, 40.028782161673298 ], [ -75.136261452741493, 40.0287825986277 ], [ -75.136259057596206, 40.028793586145902 ], [ -75.136252384303802, 40.028824206434997 ], [ -75.136248769858497, 40.028823866255401 ], [ -75.136234917691297, 40.028822567749202 ], [ -75.135998527159899, 40.028792233592 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2205, "ADDRESS": "3408 TAMPA ST", "OWNER1": "21 CONTRACTING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331263200", "LNIADDRESSKEY": "563959", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.73828125, "Shape__Length": 44.935953241940787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117746479380202, 40.000496551471201 ], [ -75.117755399505697, 40.000456245742598 ], [ -75.117901813639904, 40.000474498055901 ], [ -75.117892052191607, 40.000515428739099 ], [ -75.117746479380202, 40.000496551471201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2206, "ADDRESS": "28 N 51ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441098000", "LNIADDRESSKEY": "690621", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 268.453125, "Shape__Length": 99.578828712975209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222858663307605, 39.9604868935198 ], [ -75.222868012643701, 39.960445027314798 ], [ -75.223254244954603, 39.960493946168697 ], [ -75.2232484257473, 39.960524799977399 ], [ -75.223246030199306, 39.960535692101303 ], [ -75.222858663307605, 39.9604868935198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2207, "ADDRESS": "2526 MUTTER ST", "OWNER1": "HASAN JANNATUL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192046200", "LNIADDRESSKEY": "444438", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.2890625, "Shape__Length": 44.478777810930346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133902604754496, 39.988851464775202 ], [ -75.133905061553193, 39.988839914450999 ], [ -75.1339116470064, 39.9888125641586 ], [ -75.1340578032666, 39.988831515799198 ], [ -75.134051851062694, 39.988858735241401 ], [ -75.134049576180701, 39.988869934936098 ], [ -75.133902604754496, 39.988851464775202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2208, "ADDRESS": "2200 N 7TH ST", "OWNER1": "3637 REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371064700", "LNIADDRESSKEY": "642459", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.1953125, "Shape__Length": 65.562232138970188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145513252542699, 39.985040539063 ], [ -75.145521664439201, 39.9849947136791 ], [ -75.145754757764095, 39.985024829566797 ], [ -75.145747008397393, 39.985067203319403 ], [ -75.145513252542699, 39.985040539063 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2209, "ADDRESS": "2502 N LEE ST", "OWNER1": "2502 N LEE ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "311017600", "LNIADDRESSKEY": "386322", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.99609375, "Shape__Length": 57.277848586562286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130914445456, 39.9879915334595 ], [ -75.130918314915604, 39.987973776948998 ], [ -75.130921951961795, 39.987958819576598 ], [ -75.1309833718704, 39.987967072298403 ], [ -75.131033115344906, 39.987973753189003 ], [ -75.131132605292393, 39.987987113846998 ], [ -75.131125266916001, 39.988019798915502 ], [ -75.131012537864393, 39.988004152772803 ], [ -75.130914445456, 39.9879915334595 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2210, "ADDRESS": "1615 N 6TH ST", "OWNER1": "JACKSON RAYMOND", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183180001", "LNIADDRESSKEY": "639182", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.91015625, "Shape__Length": 57.714991925411198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145195177402698, 39.976015261099597 ], [ -75.145400884255594, 39.9760416448662 ], [ -75.1453936726584, 39.976079674355603 ], [ -75.145186937235806, 39.9760531579822 ], [ -75.145195177402698, 39.976015261099597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2211, "ADDRESS": "2503 N STANLEY ST", "OWNER1": "JASHER LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282107600", "LNIADDRESSKEY": "551224", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.015625, "Shape__Length": 51.187858467197955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181634901763402, 39.994438361996401 ], [ -75.181643518500096, 39.994399512904501 ], [ -75.181819222768894, 39.9944235772399 ], [ -75.181810201718406, 39.994462626781598 ], [ -75.181634901763402, 39.994438361996401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2212, "ADDRESS": "2445 N DOVER ST", "OWNER1": "BERNARD DRESHER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281142400", "LNIADDRESSKEY": "122970", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.33984375, "Shape__Length": 52.833971777603985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178719680094005, 39.993301986922503 ], [ -75.178716617863302, 39.993319747080101 ], [ -75.178711435524903, 39.993339280913602 ], [ -75.178535221614894, 39.993317134111699 ], [ -75.178525628160799, 39.993315919071101 ], [ -75.1785347520823, 39.993278645917101 ], [ -75.178543428977207, 39.993279742438901 ], [ -75.178719680094005, 39.993301986922503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2213, "ADDRESS": "6035 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401288400", "LNIADDRESSKEY": "583825", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.046875, "Shape__Length": 60.179982891408592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230226542420198, 39.931344206730301 ], [ -75.2302384015684, 39.931336101539998 ], [ -75.230267726116693, 39.931316016159698 ], [ -75.2304121110311, 39.931438778931202 ], [ -75.230371824937706, 39.931466473453902 ], [ -75.230226542420198, 39.931344206730301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2214, "ADDRESS": "1002 W STELLA ST", "OWNER1": "MELVIN ROBERTS", "OWNER2": "IZONA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372406400", "LNIADDRESSKEY": "552781", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.82421875, "Shape__Length": 47.20892525990574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147007255206901, 39.997206068325198 ], [ -75.147037040338006, 39.997083539339201 ], [ -75.147085098419595, 39.997090157973503 ], [ -75.147056954846406, 39.997212498938403 ], [ -75.147041066559396, 39.997210349008498 ], [ -75.147007255206901, 39.997206068325198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2215, "ADDRESS": "2722 N LAWRENCE ST", "OWNER1": "ROBLES FELICIA", "OWNER2": "AVECEDO GRISELA ROBLES", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192175000", "LNIADDRESSKEY": "384669", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.6796875, "Shape__Length": 47.573254169423365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139205479104803, 39.992664263908402 ], [ -75.139213840305302, 39.992623396731297 ], [ -75.139220224804006, 39.992624154645597 ], [ -75.139370772749899, 39.992641973799998 ], [ -75.139365331283699, 39.9926701241328 ], [ -75.139362685100295, 39.992683878879099 ], [ -75.139211089460005, 39.9926649715526 ], [ -75.139205479104803, 39.992664263908402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2216, "ADDRESS": "2401 NICHOLAS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291253300", "LNIADDRESSKEY": "451225", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.859375, "Shape__Length": 56.798124363227132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174276867097703, 39.980521268803997 ], [ -75.174307734893503, 39.9803714350397 ], [ -75.174364018953199, 39.980378581860599 ], [ -75.1743329097893, 39.980528683902797 ], [ -75.174276867097703, 39.980521268803997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2217, "ADDRESS": "3047 W OAKDALE ST", "OWNER1": "TURNER SHERRILL A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282377200", "LNIADDRESSKEY": "454450", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.328125, "Shape__Length": 48.293853335149045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181634655342805, 39.996989369281998 ], [ -75.181624632583194, 39.997033248341801 ], [ -75.181615801578502, 39.9970744622984 ], [ -75.181606747697401, 39.997115993378898 ], [ -75.181558557613897, 39.997109498942102 ], [ -75.181585348739304, 39.996983010928503 ], [ -75.181634655342805, 39.996989369281998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2218, "ADDRESS": "1943 N ORIANNA ST", "OWNER1": "SMITH CIARA", "OWNER2": null, "BLDG_DESC": "ROW 3STY FRAME", "OPA_ID": "183310000", "LNIADDRESSKEY": "461442", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.46875, "Shape__Length": 44.912970892444989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140125487469504, 39.9804125900542 ], [ -75.140133327652293, 39.980378674772602 ], [ -75.140287413386702, 39.980400233078001 ], [ -75.140279629950498, 39.980434311842899 ], [ -75.140125487469504, 39.9804125900542 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2219, "ADDRESS": "535 E CHELTEN AVE", "OWNER1": "232 CHRISTIAN STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591006000", "LNIADDRESSKEY": "77655", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 307.9375, "Shape__Length": 95.015434067492123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167980170155801, 40.0425984570537 ], [ -75.168022853740695, 40.042557585874398 ], [ -75.168189410062297, 40.042654405269197 ], [ -75.168306816137601, 40.0427233608197 ], [ -75.168284509125101, 40.042745152754698 ], [ -75.168263508420395, 40.0427657329016 ], [ -75.167980170155801, 40.0425984570537 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2220, "ADDRESS": "300 E CAMBRIA ST", "OWNER1": "HURLEY RUTLEDGE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071215600", "LNIADDRESSKEY": "62179", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.15625, "Shape__Length": 50.255808140386279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126255001138702, 39.993380916694399 ], [ -75.126283223869095, 39.9932466218008 ], [ -75.126284125501996, 39.993242273557101 ], [ -75.126326894179002, 39.9932473451981 ], [ -75.126325963208004, 39.993251353760201 ], [ -75.126314955932003, 39.993307329603802 ], [ -75.126297001360001, 39.993385262346699 ], [ -75.126255001138702, 39.993380916694399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2221, "ADDRESS": "2700 W CABOT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292033500", "LNIADDRESSKEY": "59432", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.87890625, "Shape__Length": 52.828789719788183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180287417293599, 39.975378049223998 ], [ -75.180307281322001, 39.975377462384003 ], [ -75.180329878810198, 39.975517871766002 ], [ -75.1802548921236, 39.975525010099403 ], [ -75.180287417293599, 39.975378049223998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2222, "ADDRESS": "1940 WHARTON ST", "OWNER1": "1940 WHARTON STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361118000", "LNIADDRESSKEY": "610233", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.41796875, "Shape__Length": 64.680539932561487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176970802402394, 39.9353040118664 ], [ -75.177001546594397, 39.935161187168198 ], [ -75.177005382375498, 39.935143380235701 ], [ -75.177007035395704, 39.935135695641399 ], [ -75.177074796961406, 39.935143986970999 ], [ -75.177069070161295, 39.935169698414299 ], [ -75.1770381608669, 39.935308038010902 ], [ -75.177037225755598, 39.935312256297202 ], [ -75.176970802402394, 39.9353040118664 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2223, "ADDRESS": "1503 W SUSQUEHANNA AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161259201", "LNIADDRESSKEY": "559086", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.15234375, "Shape__Length": 74.049067555573671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158289620339005, 39.986859157928997 ], [ -75.158334073626307, 39.986649797852003 ], [ -75.1583894914464, 39.9866572223155 ], [ -75.158343951725897, 39.986866510574401 ], [ -75.158289620339005, 39.986859157928997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2224, "ADDRESS": "2338 N BODINE ST", "OWNER1": "R + B REALTY INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191165200", "LNIADDRESSKEY": "41805", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.22265625, "Shape__Length": 50.213637085224981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138018902379002, 39.9863713069536 ], [ -75.138026716427802, 39.986335642076398 ], [ -75.138202429454793, 39.986359019580298 ], [ -75.138194723333498, 39.986394621599302 ], [ -75.138018902379002, 39.9863713069536 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2225, "ADDRESS": "930 N 13TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141209500", "LNIADDRESSKEY": "655872", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.40234375, "Shape__Length": 54.463664570465681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157502837745199, 39.970635111789697 ], [ -75.157512011772297, 39.970593988243103 ], [ -75.157699421816105, 39.970618064983903 ], [ -75.157690432231604, 39.970659306463197 ], [ -75.157502837745199, 39.970635111789697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2226, "ADDRESS": "2701 W STERNER ST", "OWNER1": "GEORGE BEIGENWALD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281395400", "LNIADDRESSKEY": "553700", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.9140625, "Shape__Length": 49.181011990052141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175515056977702, 39.9971929261947 ], [ -75.175516586149797, 39.997185771542398 ], [ -75.175569328098902, 39.997191081038999 ], [ -75.175544235210396, 39.997317783937497 ], [ -75.175489711235102, 39.997311387038401 ], [ -75.175515056977702, 39.9971929261947 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2227, "ADDRESS": "6085 UPLAND ST", "OWNER1": "LEE MARCO ANTONIO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401290900", "LNIADDRESSKEY": "583875", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 267.4375, "Shape__Length": 70.773420764340415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231253798928805, 39.930625018299502 ], [ -75.231316886224107, 39.930583203337598 ], [ -75.231487811850997, 39.930687526482203 ], [ -75.231400877565804, 39.930747420020303 ], [ -75.231303988518405, 39.930666242011398 ], [ -75.231253798928805, 39.930625018299502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2228, "ADDRESS": "4710 DEVEREAUX AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411148110", "LNIADDRESSKEY": "115425", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.7421875, "Shape__Length": 69.482910405330315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055493775685406, 40.018790638465603 ], [ -75.055523763382297, 40.018824932089302 ], [ -75.055309856845696, 40.018935503245501 ], [ -75.055279733274901, 40.018901054324097 ], [ -75.055493775685406, 40.018790638465603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2229, "ADDRESS": "1467 N FRAZIER ST", "OWNER1": "JOHN G BYRD JR", "OWNER2": "GEORGIA E WATERS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043073000", "LNIADDRESSKEY": "301006", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.4609375, "Shape__Length": 50.029504687675335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234160407922403, 39.974780208085903 ], [ -75.234159684456699, 39.974774841439597 ], [ -75.234333699831097, 39.974756443456798 ], [ -75.234340365912303, 39.974791987438799 ], [ -75.234340647144293, 39.974793445332402 ], [ -75.234166188745505, 39.974811945113203 ], [ -75.234160407922403, 39.974780208085903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2230, "ADDRESS": "2542 N STANLEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282118901", "LNIADDRESSKEY": "551263", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.640625, "Shape__Length": 50.638028383761565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181746862917194, 39.995252317843899 ], [ -75.181755302909295, 39.995214271193298 ], [ -75.181929182520093, 39.9952378912852 ], [ -75.181921510702495, 39.995276149975702 ], [ -75.181746862917194, 39.995252317843899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2231, "ADDRESS": "2342 N SYDENHAM ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161053601", "LNIADDRESSKEY": "560053", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.05078125, "Shape__Length": 36.656323716164309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158150595128205, 39.989432843397097 ], [ -75.158159328495103, 39.989392886777097 ], [ -75.158269566953095, 39.989407578096902 ], [ -75.158261160208397, 39.989447188450001 ], [ -75.158150595128205, 39.989432843397097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2232, "ADDRESS": "2406 N 6TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371032801", "LNIADDRESSKEY": "639439", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.07421875, "Shape__Length": 76.703229895836429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143217342627395, 39.987995048852703 ], [ -75.143498201806693, 39.988032716543898 ], [ -75.143487987804306, 39.988077152735499 ], [ -75.143207095267101, 39.988040387540003 ], [ -75.143217342627395, 39.987995048852703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2233, "ADDRESS": "1808 E OAKDALE ST", "OWNER1": "METROPOLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314223301", "LNIADDRESSKEY": "453884", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.6171875, "Shape__Length": 56.355588488894256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125900305974397, 39.989146230947 ], [ -75.125926796453797, 39.989176594131202 ], [ -75.125756631879, 39.989264846009199 ], [ -75.125729985101202, 39.989235269862398 ], [ -75.125900305974397, 39.989146230947 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2234, "ADDRESS": "1627 S 56TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "514027610", "LNIADDRESSKEY": "696280", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.37890625, "Shape__Length": 62.328400267128693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226179495576602, 39.938359588832299 ], [ -75.226019768152696, 39.938473294919298 ], [ -75.226014755725004, 39.938476876454303 ], [ -75.225994050534396, 39.938459253406698 ], [ -75.225977952082204, 39.9384455846291 ], [ -75.225982855908597, 39.938442130224303 ], [ -75.226013217701293, 39.938420746450198 ], [ -75.226141926352298, 39.938328070731103 ], [ -75.226179495576602, 39.938359588832299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2235, "ADDRESS": "3848 N CAMAC ST", "OWNER1": "EVLES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432371400", "LNIADDRESSKEY": "61082", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.07421875, "Shape__Length": 55.252899093431829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147937245783993, 40.011638998654703 ], [ -75.147945129750099, 40.011602327882898 ], [ -75.148134864779706, 40.011627131533203 ], [ -75.148141289035493, 40.011627970900797 ], [ -75.148134379402705, 40.011660585524098 ], [ -75.1481333937854, 40.011665512038199 ], [ -75.1481267825543, 40.011664621129498 ], [ -75.147937245783993, 40.011638998654703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2236, "ADDRESS": "2646 N HOLLYWOOD ST", "OWNER1": "MOSS ANNE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282036300", "LNIADDRESSKEY": "347453", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.2421875, "Shape__Length": 49.455263267363001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179365789338604, 39.996520210564398 ], [ -75.179373406749406, 39.996485094193702 ], [ -75.179374445467403, 39.996480362371102 ], [ -75.179541486142199, 39.996502511764199 ], [ -75.179533308942098, 39.996541934828599 ], [ -75.179365789338604, 39.996520210564398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2237, "ADDRESS": "2409 N 7TH ST", "OWNER1": "ALLEN ANTHONY JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371059800", "LNIADDRESSKEY": "642519", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 355.46875, "Shape__Length": 86.176797664667745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144509407989304, 39.988250308194502 ], [ -75.144556966818499, 39.988256643017799 ], [ -75.144612544292102, 39.988263724108997 ], [ -75.144673401386697, 39.988271423957897 ], [ -75.144657298669699, 39.988347548386201 ], [ -75.144374054672497, 39.988310281071797 ], [ -75.144390705177301, 39.988235152351599 ], [ -75.144450380273199, 39.988243051867997 ], [ -75.144509407989304, 39.988250308194502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2238, "ADDRESS": "1942 S 60TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "401140401", "LNIADDRESSKEY": "700470", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.89453125, "Shape__Length": 60.363468005030455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230996951568002, 39.932826071632398 ], [ -75.231037633028393, 39.932857237559098 ], [ -75.230877591101205, 39.932968122929204 ], [ -75.230839850250206, 39.932936166718697 ], [ -75.230996951568002, 39.932826071632398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2239, "ADDRESS": "1955 N ORIANNA ST", "OWNER1": "LEWIS WILLIAM H", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183310600", "LNIADDRESSKEY": "461454", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.12109375, "Shape__Length": 44.364615202461124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140081347416398, 39.980608056525099 ], [ -75.140088478970995, 39.980575705299103 ], [ -75.140242517719102, 39.980596859378501 ], [ -75.140235110443001, 39.9806293012022 ], [ -75.140081347416398, 39.980608056525099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2240, "ADDRESS": "5642 ARDLEIGH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122299900", "LNIADDRESSKEY": "19895", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.8515625, "Shape__Length": 61.622074671299146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159750808504995, 40.048890574697602 ], [ -75.159614890228497, 40.049019627970601 ], [ -75.159568624076101, 40.048990956225502 ], [ -75.159704547867605, 40.048861145152301 ], [ -75.159750808504995, 40.048890574697602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2241, "ADDRESS": "2906 PALETHORP ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071159100", "LNIADDRESSKEY": "468598", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.28125, "Shape__Length": 46.922598273409839 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133685065692802, 39.994624106271402 ], [ -75.1336917318649, 39.9945930816423 ], [ -75.133695674530799, 39.994593558948097 ], [ -75.1338582808946, 39.994613449769197 ], [ -75.133850830966793, 39.994646309274501 ], [ -75.133685065692802, 39.994624106271402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2242, "ADDRESS": "2413 N 30TH ST", "OWNER1": "INVESTMENT PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282064500", "LNIADDRESSKEY": "683085", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.59375, "Shape__Length": 64.094682349549728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181047835357504, 39.993000400937703 ], [ -75.181038671458097, 39.993042639058302 ], [ -75.180816853590997, 39.993013300920502 ], [ -75.180810012585198, 39.993012406718599 ], [ -75.180818147154795, 39.992970789796303 ], [ -75.180825843901005, 39.9929717842424 ], [ -75.181047835357504, 39.993000400937703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2243, "ADDRESS": "2126 W GODFREY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171291000", "LNIADDRESSKEY": "318825", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.26953125, "Shape__Length": 70.596143596881063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156569203580702, 40.0488769856481 ], [ -75.156579874345198, 40.048676260687202 ], [ -75.156634704707102, 40.048677869038002 ], [ -75.156635206730201, 40.048687778025503 ], [ -75.156623464990901, 40.048878645353597 ], [ -75.156569203580702, 40.0488769856481 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2244, "ADDRESS": "2415 N 7TH ST", "OWNER1": "OLD KENSINGTON HOLDINGS L", "OWNER2": null, "BLDG_DESC": null, "OPA_ID": "371060100", "LNIADDRESSKEY": "642522", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 317.40625, "Shape__Length": 83.664559547277989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144329849552406, 39.988514193437801 ], [ -75.1443446755803, 39.988446777718103 ], [ -75.144626605484802, 39.988483886867002 ], [ -75.144612225097802, 39.988551715939998 ], [ -75.144329849552406, 39.988514193437801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2245, "ADDRESS": "809 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243147200", "LNIADDRESSKEY": "685898", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.20703125, "Shape__Length": 82.781347147574124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197955067733602, 39.968476579570201 ], [ -75.198265927095306, 39.968443629224602 ], [ -75.1982740877108, 39.968487929585002 ], [ -75.197961485506795, 39.9685193421452 ], [ -75.197955067733602, 39.968476579570201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2246, "ADDRESS": "1952 N UBER ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321279901", "LNIADDRESSKEY": "581659", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.1875, "Shape__Length": 70.064323101398386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166035379094595, 39.984137281346499 ], [ -75.166002123356094, 39.984132857588101 ], [ -75.1659459204418, 39.984125208481998 ], [ -75.165890609565196, 39.984117741615897 ], [ -75.165832651789998, 39.984109923420696 ], [ -75.165775387155705, 39.9841020892678 ], [ -75.165782980074994, 39.984063879245397 ], [ -75.166043552352406, 39.984099245432603 ], [ -75.166035379094595, 39.984137281346499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2247, "ADDRESS": "2122 N REESE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191329300", "LNIADDRESSKEY": "498703", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.08203125, "Shape__Length": 45.274322369964679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142635141817394, 39.983598664279498 ], [ -75.142787440688807, 39.983620065819899 ], [ -75.142779127023104, 39.983657033976201 ], [ -75.142627001177004, 39.983634975232597 ], [ -75.142635141817394, 39.983598664279498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2248, "ADDRESS": "851 N 40TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243161010", "LNIADDRESSKEY": "686322", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.16015625, "Shape__Length": 71.540093386214764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203251294064302, 39.9689842750671 ], [ -75.202986499419197, 39.969013915220501 ], [ -75.202978793837303, 39.968973167439898 ], [ -75.203243588326998, 39.968943527304297 ], [ -75.203251294064302, 39.9689842750671 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2249, "ADDRESS": "4558 N BOUVIER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132166205", "LNIADDRESSKEY": "44825", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.51953125, "Shape__Length": 54.320190228016138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154167451420506, 40.023472524483502 ], [ -75.154175423863705, 40.023433985736602 ], [ -75.154359946501103, 40.023458402549899 ], [ -75.154365997032102, 40.023459200432598 ], [ -75.154362993419795, 40.023474688602903 ], [ -75.154358235413895, 40.023497132390297 ], [ -75.154351738972196, 40.023496502379103 ], [ -75.154351571292906, 40.023496481694899 ], [ -75.154167451420506, 40.023472524483502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2250, "ADDRESS": "6116 REINHARD ST", "OWNER1": "CARROL FRANK I", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401283500", "LNIADDRESSKEY": "500522", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.91796875, "Shape__Length": 60.946638568659537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231966072026196, 39.930310290356303 ], [ -75.231975883310795, 39.930303155903303 ], [ -75.231988146083395, 39.930294332974398 ], [ -75.232002573862502, 39.930284091208897 ], [ -75.232154322891105, 39.9304087388699 ], [ -75.232133289856407, 39.930423171678399 ], [ -75.232114460924393, 39.930436314895999 ], [ -75.232034810507301, 39.930369668407103 ], [ -75.231974135452603, 39.930317560503198 ], [ -75.231966072026196, 39.930310290356303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2251, "ADDRESS": "1411 N 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292093100", "LNIADDRESSKEY": "680608", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.90625, "Shape__Length": 68.441854572959855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180786325379302, 39.977641525526202 ], [ -75.180794786010793, 39.977602850968402 ], [ -75.181047463994204, 39.977637635081599 ], [ -75.181038578418097, 39.977675898066103 ], [ -75.180786325379302, 39.977641525526202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2252, "ADDRESS": "2644 W YORK ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281245400", "LNIADDRESSKEY": "629391", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.69140625, "Shape__Length": 50.888357867042444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176181193315301, 39.9918274255093 ], [ -75.176230539334995, 39.991833754501997 ], [ -75.176203010243199, 39.991968994016098 ], [ -75.176153691946396, 39.991962471917901 ], [ -75.176181193315301, 39.9918274255093 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2253, "ADDRESS": "2214 N 7TH ST", "OWNER1": "AHMAD ASHRAF S", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371065400", "LNIADDRESSKEY": "642473", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.58203125, "Shape__Length": 65.124476396914957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145460373452195, 39.9853285972588 ], [ -75.145467952606296, 39.985287307641599 ], [ -75.145633063008702, 39.985305879630403 ], [ -75.145703723608804, 39.985312949987701 ], [ -75.145700397497606, 39.985325691538399 ], [ -75.145695536913607, 39.985354508526598 ], [ -75.1456858021388, 39.985353431659597 ], [ -75.145460373452195, 39.9853285972588 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2254, "ADDRESS": "3046 GERMANTOWN AVE", "OWNER1": "FATHER'S HOUSE OF PRAYER", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885448620", "LNIADDRESSKEY": "309509", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.5859375, "Shape__Length": 74.709856756086225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147342421577207, 39.998829931646398 ], [ -75.147614547355104, 39.998758726026999 ], [ -75.147627058367107, 39.998796504479202 ], [ -75.147358139163899, 39.998865542670799 ], [ -75.147342421577207, 39.998829931646398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2255, "ADDRESS": "2344 N 22ND ST", "OWNER1": "HAPPY INDUSTRIAL STRAWBERRY CONCERN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "885113504", "LNIADDRESSKEY": "674128", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "ICMX", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 244.45703125, "Shape__Length": 89.381241949283449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168736535244307, 39.990801621004799 ], [ -75.169075904017504, 39.990845382032603 ], [ -75.169066462044597, 39.990888698830403 ], [ -75.168727094524101, 39.990844937807601 ], [ -75.168736535244307, 39.990801621004799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2256, "ADDRESS": "2211 MOORE ST", "OWNER1": "PIERRE SUSAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364106700", "LNIADDRESSKEY": "437976", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.8125, "Shape__Length": 63.84174560499028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182366418710401, 39.929847000679302 ], [ -75.182366576638699, 39.929846150507103 ], [ -75.182421862574898, 39.929853690925299 ], [ -75.182387084973897, 39.930028795303897 ], [ -75.182332369464106, 39.930021138123699 ], [ -75.182366418710401, 39.929847000679302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2257, "ADDRESS": "2362 N BODINE ST", "OWNER1": "R + B REALTY INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191166400", "LNIADDRESSKEY": "41817", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.8515625, "Shape__Length": 51.037889673661667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137925122877704, 39.986808346118003 ], [ -75.137932638199302, 39.986770629123697 ], [ -75.138110273829398, 39.986795021352002 ], [ -75.138101989110396, 39.986831807434001 ], [ -75.137925122877704, 39.986808346118003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2258, "ADDRESS": "1304 W CAMBRIA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372379900", "LNIADDRESSKEY": "62887", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.6796875, "Shape__Length": 90.938586884743927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151931017567506, 39.996711780408802 ], [ -75.151986653561707, 39.996444756755203 ], [ -75.152041581526404, 39.9964520119713 ], [ -75.151986066457496, 39.996718636304003 ], [ -75.151931017567506, 39.996711780408802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2259, "ADDRESS": "2442 N DELHI ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371144100", "LNIADDRESSKEY": "730560", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.08203125, "Shape__Length": 46.536665939723889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147962859954603, 39.9894617373184 ], [ -75.147970891380993, 39.989423328694599 ], [ -75.148127781578296, 39.989442827760001 ], [ -75.148119208947904, 39.989480612556697 ], [ -75.147962859954603, 39.9894617373184 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2260, "ADDRESS": "3815 ARCHER ST", "OWNER1": "EDWARDS HANNA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131282900", "LNIADDRESSKEY": "19762", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.578125, "Shape__Length": 44.502286602029109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159655757509398, 40.0123091019735 ], [ -75.159786834549294, 40.012248918154903 ], [ -75.159811209256901, 40.012280386400803 ], [ -75.159680370349307, 40.012339817640701 ], [ -75.159655757509398, 40.0123091019735 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2261, "ADDRESS": "3516 FRANKFORD AVE", "OWNER1": "A TO Z REAL ESTATE TRANSACTION LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "452280800", "LNIADDRESSKEY": "297552", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.21875, "Shape__Length": 74.830403661478158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.102956726777293, 39.997188729999102 ], [ -75.102998838547805, 39.997161733006102 ], [ -75.103162372997403, 39.9973395363386 ], [ -75.103116744628394, 39.997363164658097 ], [ -75.102956726777293, 39.997188729999102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2262, "ADDRESS": "2406-08 W MONTGOMERY AVE", "OWNER1": "2406 MONTGOMERY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472078100", "LNIADDRESSKEY": "435915", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 303.15625, "Shape__Length": 71.592181104962648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174077393888794, 39.982153062281398 ], [ -75.174230694973005, 39.982172993822502 ], [ -75.174214633038304, 39.982185996474797 ], [ -75.174188736792701, 39.982299719975998 ], [ -75.174046714648796, 39.982280751092702 ], [ -75.174077393888794, 39.982153062281398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2263, "ADDRESS": "5750 HAVERFORD AVE", "OWNER1": "LOL LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042187900", "LNIADDRESSKEY": "336461", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.40625, "Shape__Length": 84.265241682272091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235197780965805, 39.968300885677799 ], [ -75.235306979760594, 39.968070319880702 ], [ -75.235330495825707, 39.968076848268403 ], [ -75.235282856654393, 39.9683009448582 ], [ -75.235279838004502, 39.9683151121707 ], [ -75.235278012607594, 39.968323695814099 ], [ -75.235197780965805, 39.968300885677799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2264, "ADDRESS": "2310 N 19TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162086401", "LNIADDRESSKEY": "668160", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.53515625, "Shape__Length": 64.84172735017242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1638537886884, 39.989260918642003 ], [ -75.1638627256213, 39.989217757509302 ], [ -75.164094105383398, 39.989248133791698 ], [ -75.1640840830147, 39.989291156731298 ], [ -75.1638537886884, 39.989260918642003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2265, "ADDRESS": "2205 N 19TH ST", "OWNER1": "CUTLER PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162069801", "LNIADDRESSKEY": "668091", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.109375, "Shape__Length": 69.813394522578747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163801607309694, 39.987487882257398 ], [ -75.163811640292295, 39.987445616434101 ], [ -75.164065181734401, 39.987478297686401 ], [ -75.164055747184904, 39.987520770729802 ], [ -75.163801607309694, 39.987487882257398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2266, "ADDRESS": "4405 BROWN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062007700", "LNIADDRESSKEY": "54031", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.34765625, "Shape__Length": 49.665914343696492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211327022835206, 39.966858621825203 ], [ -75.211386319602298, 39.966854420765202 ], [ -75.211401564102005, 39.966978508425598 ], [ -75.211341298638004, 39.9669833649411 ], [ -75.211327022835206, 39.966858621825203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2267, "ADDRESS": "2411 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191376301", "LNIADDRESSKEY": "639444", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 254.72265625, "Shape__Length": 87.719216718431952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143022977732699, 39.9880604172454 ], [ -75.143012432095105, 39.988107457706001 ], [ -75.142709981714304, 39.988067235010398 ], [ -75.142685712639405, 39.988063991893902 ], [ -75.142695641236003, 39.988017163822903 ], [ -75.142722986518294, 39.988021056851302 ], [ -75.143022977732699, 39.9880604172454 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2268, "ADDRESS": "1240 W BUTLER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432218710", "LNIADDRESSKEY": "57797", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 267.37109375, "Shape__Length": 100.52252125528196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148572769613097, 40.010488850334099 ], [ -75.148639576168705, 40.010188614876803 ], [ -75.148689421283905, 40.010195322668601 ], [ -75.148693259248304, 40.010195844367402 ], [ -75.148626251583394, 40.010495333079298 ], [ -75.148572769613097, 40.010488850334099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2269, "ADDRESS": "2803 WHARTON ST", "OWNER1": "TRAN THIEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362076500", "LNIADDRESSKEY": "610462", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.3046875, "Shape__Length": 53.215306977240431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190570585072194, 39.937320540247804 ], [ -75.190599158558797, 39.9371834519429 ], [ -75.1906558943964, 39.937190472104803 ], [ -75.190627188433695, 39.937328283903398 ], [ -75.190570585072194, 39.937320540247804 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2270, "ADDRESS": "2127 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191188701", "LNIADDRESSKEY": "461540", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.67578125, "Shape__Length": 45.030053558206134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1395237908947, 39.983116038987603 ], [ -75.139530547495198, 39.983084162431602 ], [ -75.139687657023998, 39.9831046458849 ], [ -75.1396806691032, 39.983137628824203 ], [ -75.1395237908947, 39.983116038987603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2271, "ADDRESS": "2547 W SILVER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281408200", "LNIADDRESSKEY": "537789", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.94140625, "Shape__Length": 51.986013976227852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173324838677402, 39.997391013862497 ], [ -75.173331281244103, 39.997357112594798 ], [ -75.173342436316403, 39.997307810682003 ], [ -75.173353404716195, 39.9972568286951 ], [ -75.173407996844801, 39.997264164070501 ], [ -75.173380813621804, 39.997398379161801 ], [ -75.173324838677402, 39.997391013862497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2272, "ADDRESS": "1051 W MONMOUTH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372396200", "LNIADDRESSKEY": "434685", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.9375, "Shape__Length": 48.807364897198156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1483006002602, 39.996900594797197 ], [ -75.148328320903204, 39.996778260888298 ], [ -75.148384364813396, 39.996785397859703 ], [ -75.148383184131802, 39.9967905294396 ], [ -75.148355813753298, 39.996908616231401 ], [ -75.1483006002602, 39.996900594797197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2273, "ADDRESS": "2432 N 20TH ST", "OWNER1": "PLANTIN IN STANTON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162145200", "LNIADDRESSKEY": "670256", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.90625, "Shape__Length": 69.079070386429009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164972219589501, 39.991562425837799 ], [ -75.1649814366546, 39.9915179340584 ], [ -75.165229612687895, 39.991548266036403 ], [ -75.165220065856502, 39.991593154736599 ], [ -75.164972219589501, 39.991562425837799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2274, "ADDRESS": "2114 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321268101", "LNIADDRESSKEY": "668040", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.859375, "Shape__Length": 78.210366467739561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164520454398101, 39.986235398496703 ], [ -75.164527622142003, 39.986199612828599 ], [ -75.164530181284405, 39.986189080168401 ], [ -75.164770534714805, 39.986220156403 ], [ -75.164816374728701, 39.986226492537099 ], [ -75.164806512751397, 39.986272518391203 ], [ -75.164782460046396, 39.986269123771997 ], [ -75.164520454398101, 39.986235398496703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2275, "ADDRESS": "1037 W ORLEANS ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372404000", "LNIADDRESSKEY": "463159", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.63671875, "Shape__Length": 46.494438174752958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147905339559799, 39.997192433230403 ], [ -75.147932152589405, 39.997070304080502 ], [ -75.147978652596905, 39.997075967980201 ], [ -75.147952241930795, 39.997197993632199 ], [ -75.147905339559799, 39.997192433230403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2276, "ADDRESS": "28 PLEASANT ST", "OWNER1": "LOUISE WASHINGTON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "222060600", "LNIADDRESSKEY": "486065", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.375, "Shape__Length": 76.496095332354827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185369047816394, 40.054561116975599 ], [ -75.185404239998206, 40.054526343207499 ], [ -75.185413264172396, 40.054531799769897 ], [ -75.185628630366594, 40.054661694916298 ], [ -75.185592432216595, 40.054697027447098 ], [ -75.185377743328004, 40.054566389381598 ], [ -75.185369047816394, 40.054561116975599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2277, "ADDRESS": "4460 N UBER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132223505", "LNIADDRESSKEY": "581808", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.078125, "Shape__Length": 74.702222529583537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157765787059603, 40.0225682247588 ], [ -75.157757132185296, 40.022608731664803 ], [ -75.157713760469605, 40.022602997474202 ], [ -75.157569606291204, 40.022583930369699 ], [ -75.157496895897495, 40.022574486068201 ], [ -75.1574793983783, 40.022572576206002 ], [ -75.157488385940795, 40.022531609425897 ], [ -75.157765787059603, 40.0225682247588 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2278, "ADDRESS": "3446 N 23RD ST", "OWNER1": "THOMAS WENDELL D", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112317800", "LNIADDRESSKEY": "675809", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.53125, "Shape__Length": 89.072926670957287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166983414114796, 40.007876872577903 ], [ -75.166645614657696, 40.007832463449397 ], [ -75.166655239838903, 40.007789168932597 ], [ -75.166993039215399, 40.0078335746569 ], [ -75.166983414114796, 40.007876872577903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2279, "ADDRESS": "2142 N FRANKLIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202073201", "LNIADDRESSKEY": "299269", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.42578125, "Shape__Length": 66.739612656409463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146344882833603, 39.9842886728417 ], [ -75.146591381910596, 39.9843203301063 ], [ -75.146582487183494, 39.984358300086001 ], [ -75.146336889733405, 39.984326646365801 ], [ -75.146344882833603, 39.9842886728417 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2280, "ADDRESS": "2302 N 22ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162213401", "LNIADDRESSKEY": "674089", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.9453125, "Shape__Length": 66.243947574252161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168970167509897, 39.9897206146914 ], [ -75.168979020595103, 39.989677918748399 ], [ -75.1692174293877, 39.989707056245201 ], [ -75.169208613480507, 39.989749317173697 ], [ -75.168970167509897, 39.9897206146914 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2281, "ADDRESS": "2112 RIDGE AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291272600", "LNIADDRESSKEY": "504095", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 299.52734375, "Shape__Length": 105.93343358897586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170102091565397, 39.978302290891598 ], [ -75.170455863919301, 39.978184315567198 ], [ -75.1705057023796, 39.978191706881802 ], [ -75.170517566879695, 39.978212009861799 ], [ -75.170125308333994, 39.978343080266903 ], [ -75.170102091565397, 39.978302290891598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2282, "ADDRESS": "2039 N 8TH ST", "OWNER1": "MILNER CHRISTOPHER DAVID", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202098000", "LNIADDRESSKEY": "645025", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.07421875, "Shape__Length": 71.042830480454867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146916551906102, 39.982824979987797 ], [ -75.147179277880298, 39.982859052853897 ], [ -75.147170616376698, 39.982898591429397 ], [ -75.146907346043605, 39.982864507326198 ], [ -75.146916551906102, 39.982824979987797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2283, "ADDRESS": "2148 N ORKNEY ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191285111", "LNIADDRESSKEY": "462369", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.90625, "Shape__Length": 41.008431604667017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141535122952504, 39.983984936229703 ], [ -75.141548222737001, 39.983924849696599 ], [ -75.141652681225807, 39.9839375078381 ], [ -75.141640174024104, 39.983981633848899 ], [ -75.141601700709899, 39.983976165360097 ], [ -75.141598532714099, 39.983992052717497 ], [ -75.141535122952504, 39.983984936229703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2284, "ADDRESS": "2223 N 22ND ST", "OWNER1": "WILLIAMS KAREN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162207700", "LNIADDRESSKEY": "674065", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 257.6796875, "Shape__Length": 92.390736296880235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168640359494404, 39.988549346606803 ], [ -75.168649894982096, 39.9885057638934 ], [ -75.168923473760799, 39.988541803077403 ], [ -75.169002107224202, 39.988552162522602 ], [ -75.168990970724806, 39.988596499897497 ], [ -75.168640359494404, 39.988549346606803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2285, "ADDRESS": "1749 W LIPPINCOTT ST", "OWNER1": "PROPERTY REDEV CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111125900", "LNIADDRESSKEY": "394994", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.20703125, "Shape__Length": 50.626210994776528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159153647963194, 40.0019125278166 ], [ -75.159200704322004, 40.001918571300102 ], [ -75.1591726441481, 40.002054101897002 ], [ -75.159124342416405, 40.002047725078199 ], [ -75.159136199760496, 40.0019891382845 ], [ -75.159153647963194, 40.0019125278166 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2286, "ADDRESS": "4134 PENNSGROVE ST", "OWNER1": "4134 PENNSGROVE STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062120600", "LNIADDRESSKEY": "478532", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.125, "Shape__Length": 88.056811119296881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206928854900397, 39.970546095851603 ], [ -75.206984110748394, 39.970540292620399 ], [ -75.207031354285704, 39.970797706580498 ], [ -75.206974759967494, 39.970803480175697 ], [ -75.206928854900397, 39.970546095851603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2287, "ADDRESS": "2537 W ARIZONA ST", "OWNER1": "EFRATI INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281235800", "LNIADDRESSKEY": "20833", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.1875, "Shape__Length": 44.475766445356349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174395039200107, 39.991585781789901 ], [ -75.174396229141195, 39.991579811128098 ], [ -75.174418992655603, 39.991465340362097 ], [ -75.174459959160799, 39.991470450437703 ], [ -75.174435605744605, 39.991584838231503 ], [ -75.174434332457693, 39.991590805897197 ], [ -75.174395039200107, 39.991585781789901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2288, "ADDRESS": "418 W DAUPHIN ST", "OWNER1": "HARTRANFT HOUSING CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191412401", "LNIADDRESSKEY": "110374", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.44140625, "Shape__Length": 51.329932815334089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140359076744204, 39.985809015159802 ], [ -75.140388960793601, 39.985672626580801 ], [ -75.140438401585996, 39.985678473222201 ], [ -75.140407851987902, 39.985815266780797 ], [ -75.140359076744204, 39.985809015159802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2289, "ADDRESS": "4141 RENO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062046710", "LNIADDRESSKEY": "501047", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.95703125, "Shape__Length": 60.672167625825281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207303555349895, 39.967531634024802 ], [ -75.207356415836102, 39.9675270344867 ], [ -75.207357746979795, 39.9675429734489 ], [ -75.207374166636399, 39.9676902999379 ], [ -75.207373409539301, 39.967694845616002 ], [ -75.207334439466706, 39.9676983181281 ], [ -75.207321550682906, 39.967699547324997 ], [ -75.207321095805, 39.967698247683998 ], [ -75.207303555349895, 39.967531634024802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2290, "ADDRESS": "1804 N FRANKLIN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202063401", "LNIADDRESSKEY": "299115", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 291.39453125, "Shape__Length": 90.20491989656341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147336672920105, 39.9792685318263 ], [ -75.147348481746704, 39.979214621262201 ], [ -75.147677205591293, 39.979262730013602 ], [ -75.147666336963397, 39.9793150344574 ], [ -75.147336672920105, 39.9792685318263 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2291, "ADDRESS": "6127 REINHARD ST", "OWNER1": "RICHARDS DONNA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401276000", "LNIADDRESSKEY": "500533", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.33984375, "Shape__Length": 62.04098071098948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232436879047995, 39.930359652532303 ], [ -75.232452172812501, 39.93034810751 ], [ -75.232472234979198, 39.930333895474597 ], [ -75.232530507841602, 39.930382421845103 ], [ -75.232547194272001, 39.930396037303197 ], [ -75.2326285789634, 39.930463349939302 ], [ -75.232592478611096, 39.930488864328602 ], [ -75.232482871690294, 39.930397172837303 ], [ -75.232446756296, 39.930367719300797 ], [ -75.232436879047995, 39.930359652532303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2292, "ADDRESS": "2839 JACKSON ST", "OWNER1": "BONGIOVANNI JOSEPH", "OWNER2": "BONGIOVANNI DANA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "482107500", "LNIADDRESSKEY": "359761", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.609375, "Shape__Length": 51.017859832528814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193838653711396, 39.926440234790903 ], [ -75.193870300412001, 39.926304099641897 ], [ -75.193917463405796, 39.926311001857599 ], [ -75.193888147780399, 39.926446963727003 ], [ -75.193838653711396, 39.926440234790903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2293, "ADDRESS": "2327 N 3RD ST", "OWNER1": "V2 PROPERTIES ENTITY 2 LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191172800", "LNIADDRESSKEY": "632599", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.26953125, "Shape__Length": 58.918905897526223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138245829404497, 39.986225410088103 ], [ -75.138254391826393, 39.9861869194999 ], [ -75.138464155282193, 39.986213909682398 ], [ -75.138455981737906, 39.986253484728699 ], [ -75.138245829404497, 39.986225410088103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2294, "ADDRESS": "880 N 49TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442211600", "LNIADDRESSKEY": "689550", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.09765625, "Shape__Length": 65.327308751184972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218870615413806, 39.9680735970828 ], [ -75.2191078745672, 39.968051604617401 ], [ -75.219114234017596, 39.968091769550398 ], [ -75.218876320068105, 39.9681156182886 ], [ -75.218870615413806, 39.9680735970828 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2295, "ADDRESS": "4124 PENNSGROVE ST", "OWNER1": "4122-24 PENNSGROVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062120100", "LNIADDRESSKEY": "478522", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.62109375, "Shape__Length": 88.511051520135311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206701587228395, 39.970570041832197 ], [ -75.206749021031698, 39.970827975973101 ], [ -75.206691745297505, 39.970834589153903 ], [ -75.206645425778405, 39.970575987036398 ], [ -75.206701587228395, 39.970570041832197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2296, "ADDRESS": "3924 FOLSOM ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243055710", "LNIADDRESSKEY": "293697", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.296875, "Shape__Length": 63.162275755866325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201030440420297, 39.9668483621654 ], [ -75.201082032380299, 39.966842383578701 ], [ -75.201115737995096, 39.9670183046142 ], [ -75.201064416202001, 39.967023789162802 ], [ -75.201030440420297, 39.9668483621654 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2297, "ADDRESS": "6024 UPLAND ST", "OWNER1": "KAUFMAN MARSHALL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401299100", "LNIADDRESSKEY": "583814", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.08203125, "Shape__Length": 58.494722035827728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229774871404999, 39.931331444691402 ], [ -75.229814225412298, 39.9313040362305 ], [ -75.229955177259995, 39.931423371315702 ], [ -75.2299167158112, 39.931450380474999 ], [ -75.229774871404999, 39.931331444691402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2298, "ADDRESS": "4951 N 7TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491208010", "LNIADDRESSKEY": "643475", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.36328125, "Shape__Length": 70.136026093427915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135870513356394, 40.027342046632697 ], [ -75.135874661602202, 40.0273004541231 ], [ -75.135908214483194, 40.027304820846602 ], [ -75.136133587965801, 40.027334179231801 ], [ -75.136125376324699, 40.027375340251403 ], [ -75.135904284609296, 40.027346449863501 ], [ -75.135870513356394, 40.027342046632697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2299, "ADDRESS": "2039 W INDIANA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111078325", "LNIADDRESSKEY": "356961", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.83984375, "Shape__Length": 57.424968414435938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1642306806948, 39.999997059794701 ], [ -75.164280255729196, 40.000003544260203 ], [ -75.164246351249503, 40.000160158619401 ], [ -75.164202113340707, 40.000154422819897 ], [ -75.164196225666799, 40.000153822797003 ], [ -75.1642306806948, 39.999997059794701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2300, "ADDRESS": "2639 ANNIN ST", "OWNER1": "ABDALLA ABDELRAHMAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362011300", "LNIADDRESSKEY": "17652", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.69921875, "Shape__Length": 40.996396919189777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187887171551196, 39.939289857930497 ], [ -75.1879079164584, 39.939187848404202 ], [ -75.187956996202999, 39.939194118817397 ], [ -75.187935987345497, 39.939295912970003 ], [ -75.187887171551196, 39.939289857930497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2301, "ADDRESS": "1435 S FALLON ST", "OWNER1": "PASCHALL HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "273036300", "LNIADDRESSKEY": "284078", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.41015625, "Shape__Length": 51.264225629920048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210978536890593, 39.940850042067702 ], [ -75.211012172694893, 39.940879077012802 ], [ -75.210881406069802, 39.940972367635098 ], [ -75.210846362562407, 39.940943415239403 ], [ -75.210978536890593, 39.940850042067702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2302, "ADDRESS": "2931 W GORDON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282319601", "LNIADDRESSKEY": "319321", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.11328125, "Shape__Length": 55.930049753904036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180562010159093, 39.9920561283773 ], [ -75.180594720412003, 39.991906673421497 ], [ -75.180608359724999, 39.991908462026103 ], [ -75.180646773753693, 39.9919134800789 ], [ -75.180615508218395, 39.992062951619097 ], [ -75.180562010159093, 39.9920561283773 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2303, "ADDRESS": "2247 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162071900", "LNIADDRESSKEY": "668132", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.21875, "Shape__Length": 70.361945689629181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163604881123305, 39.988372942047398 ], [ -75.163614313757705, 39.988329953158598 ], [ -75.163869690095197, 39.988361289679801 ], [ -75.163859867754496, 39.988405173073197 ], [ -75.163604881123305, 39.988372942047398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2304, "ADDRESS": "1228 W HUNTINGDON ST", "OWNER1": "DUDLEY NASIR A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371419700", "LNIADDRESSKEY": "732050", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.8828125, "Shape__Length": 59.853349316620751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151997554020994, 39.991917762923897 ], [ -75.152031573585901, 39.991761492077799 ], [ -75.152032490609599, 39.991756161907198 ], [ -75.152037164399005, 39.9917567024359 ], [ -75.152086227128507, 39.991763229164398 ], [ -75.152085480539895, 39.991769080152501 ], [ -75.152051972207602, 39.991925119307901 ], [ -75.151997554020994, 39.991917762923897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2305, "ADDRESS": "2701 W SILVER ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281411601", "LNIADDRESSKEY": "537857", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.75, "Shape__Length": 52.819185908655342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175497908833506, 39.997544049955899 ], [ -75.175467802046597, 39.9976808601185 ], [ -75.1754125151122, 39.997673026984202 ], [ -75.175441633614497, 39.9975368715534 ], [ -75.175497908833506, 39.997544049955899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2306, "ADDRESS": "2355 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191196100", "LNIADDRESSKEY": "461644", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.28125, "Shape__Length": 44.941077547358788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138715347822398, 39.9868673593867 ], [ -75.138864914693897, 39.986886788031597 ], [ -75.1388565950257, 39.986924683874797 ], [ -75.138707026653506, 39.986905254060403 ], [ -75.138715347822398, 39.9868673593867 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2307, "ADDRESS": "3025 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282300001", "LNIADDRESSKEY": "110797", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.2734375, "Shape__Length": 77.946796076329676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182285941890001, 39.991583018091703 ], [ -75.182331427378102, 39.991365000092898 ], [ -75.182393380132595, 39.991373204358702 ], [ -75.182346961035194, 39.991590476180001 ], [ -75.182285941890001, 39.991583018091703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2308, "ADDRESS": "6018 REGENT ST", "OWNER1": "JACKSON MINNIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401234900", "LNIADDRESSKEY": "499955", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.0390625, "Shape__Length": 58.145598705604861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231323986509494, 39.932836494644903 ], [ -75.231366241412402, 39.932806570252701 ], [ -75.231502389083801, 39.932922896588302 ], [ -75.231460038138195, 39.932952609439901 ], [ -75.231323986509494, 39.932836494644903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2309, "ADDRESS": "922 W AUBURN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372362001", "LNIADDRESSKEY": "25025", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.4921875, "Shape__Length": 46.63718107658913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146268254907696, 39.995139353582204 ], [ -75.146265281151202, 39.995152939969003 ], [ -75.146218694564595, 39.9951468217414 ], [ -75.146221338712806, 39.995133582655797 ], [ -75.146244341998099, 39.995024521196797 ], [ -75.146291407279193, 39.995030182869598 ], [ -75.146268254907696, 39.995139353582204 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2310, "ADDRESS": "1230 BURNS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471173200", "LNIADDRESSKEY": "56099", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 60.1484375, "Shape__Length": 33.020833120115064 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160486845349794, 39.9726967129413 ], [ -75.160491284632201, 39.972675340760098 ], [ -75.160494516894104, 39.972659826107602 ], [ -75.160592916939606, 39.9726721695545 ], [ -75.160584932450206, 39.972709049331698 ], [ -75.160486845349794, 39.9726967129413 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2311, "ADDRESS": "674 N 39TH ST", "OWNER1": "COMMONWEALTH IMPROVEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242232400", "LNIADDRESSKEY": "686031", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.0703125, "Shape__Length": 79.051158362387952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200146497254494, 39.965268194026997 ], [ -75.200437498198298, 39.965234796823999 ], [ -75.200446475452395, 39.965281389069403 ], [ -75.200298717926202, 39.9652976586341 ], [ -75.200154767691103, 39.965313529456601 ], [ -75.200146497254494, 39.965268194026997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2312, "ADDRESS": "2229 N 11TH ST", "OWNER1": "LAFAYETTE JAMES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371184300", "LNIADDRESSKEY": "732951", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.390625, "Shape__Length": 42.33736286398436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150501613130999, 39.986804493933697 ], [ -75.150525420105694, 39.986699351423397 ], [ -75.150555666569403, 39.986703567339902 ], [ -75.150555895038707, 39.986703604050099 ], [ -75.150576657844297, 39.986752466933297 ], [ -75.1505765807687, 39.986752835731998 ], [ -75.150564211067802, 39.986812634435999 ], [ -75.150501613130999, 39.986804493933697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2313, "ADDRESS": "822 SLOAN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243158110", "LNIADDRESSKEY": "538629", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.49609375, "Shape__Length": 40.755170842937297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202838341233999, 39.968993047803799 ], [ -75.202831021869798, 39.968954338097497 ], [ -75.202961654496207, 39.968939715619399 ], [ -75.202968972428394, 39.968978426410203 ], [ -75.202838341233999, 39.968993047803799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2314, "ADDRESS": "2819 JUDSON ST", "OWNER1": "LOTIM 01 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111412600", "LNIADDRESSKEY": "365231", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.546875, "Shape__Length": 48.103383732506167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169503488290005, 39.998053019518103 ], [ -75.169513228416406, 39.998011278271498 ], [ -75.169672367611895, 39.998030169404203 ], [ -75.169663116013695, 39.998071196327601 ], [ -75.169503488290005, 39.998053019518103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2315, "ADDRESS": "1-05 W RITTENHOUSE ST", "OWNER1": "MC GLYNN MICHAEL E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "593023700", "LNIADDRESSKEY": "510643", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 641.92578125, "Shape__Length": 160.98275465305682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179675712270495, 40.034264351499097 ], [ -75.179671564925101, 40.034268127393403 ], [ -75.179475291561104, 40.034150477940599 ], [ -75.179374694398803, 40.034090163155398 ], [ -75.179414939166094, 40.0340513451563 ], [ -75.1794551686706, 40.0340129288778 ], [ -75.179481312356899, 40.034028038267799 ], [ -75.179520319888596, 40.034051784528401 ], [ -75.179558994258599, 40.034074927526703 ], [ -75.179598501502198, 40.034098750266303 ], [ -75.179617485175797, 40.0341102169834 ], [ -75.179658880458106, 40.0341351778073 ], [ -75.179697854140699, 40.0341586991212 ], [ -75.179736703566505, 40.034182716574399 ], [ -75.179755756004695, 40.034194071054102 ], [ -75.179777197032294, 40.034206577087602 ], [ -75.179815778862405, 40.034231007493702 ], [ -75.179855662789706, 40.0342548701054 ], [ -75.1799222938741, 40.034294549268502 ], [ -75.179912910525104, 40.034303108368803 ], [ -75.179741096577601, 40.0342001919716 ], [ -75.179675712270495, 40.034264351499097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2316, "ADDRESS": "6130 MORTON ST", "OWNER1": "ROBBINS MELVIA J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "592200700", "LNIADDRESSKEY": "440327", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 314.91796875, "Shape__Length": 93.571707962177172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175838149955297, 40.044697889338202 ], [ -75.175897045973102, 40.0447332380161 ], [ -75.175683991086103, 40.044942259705202 ], [ -75.175626577033398, 40.044908249470097 ], [ -75.175691871904604, 40.044843460379902 ], [ -75.175756146939804, 40.044780712839703 ], [ -75.175838149955297, 40.044697889338202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2317, "ADDRESS": "1302 W CAMBRIA ST", "OWNER1": "KENNEL ARCHIE AND", "OWNER2": "ELLA MAE H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372379800", "LNIADDRESSKEY": "62886", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.67578125, "Shape__Length": 91.558725151091252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151873686228299, 39.996704872826498 ], [ -75.151929613094893, 39.996437371481299 ], [ -75.151986653561707, 39.996444756755203 ], [ -75.151931017567506, 39.996711780408802 ], [ -75.151873686228299, 39.996704872826498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2318, "ADDRESS": "2001 GERMANTOWN AVE", "OWNER1": "RIDGEWOOD GLOBAL INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "183433600", "LNIADDRESSKEY": "309144", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 331.4921875, "Shape__Length": 87.404498555783405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143427912393406, 39.981611931347402 ], [ -75.143442938010807, 39.981541473695899 ], [ -75.143746428157698, 39.981581170234797 ], [ -75.143750764981604, 39.981625953771797 ], [ -75.143588780499599, 39.981633220202603 ], [ -75.143560847517193, 39.981629523462502 ], [ -75.143427912393406, 39.981611931347402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2319, "ADDRESS": "2433 CECIL B MOORE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291262910", "LNIADDRESSKEY": "71756", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.8671875, "Shape__Length": 76.824439815134085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175063521152495, 39.980988808467401 ], [ -75.175120744467606, 39.980995524345403 ], [ -75.1750748559096, 39.981213240304101 ], [ -75.175017919098195, 39.981205643338299 ], [ -75.175063521152495, 39.980988808467401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2320, "ADDRESS": "1508 WILLINGTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471239810", "LNIADDRESSKEY": "614769", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.62109375, "Shape__Length": 70.010481239318437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1625350444898, 39.976694600002901 ], [ -75.162543365878804, 39.976655470658201 ], [ -75.162801201129199, 39.976687656652103 ], [ -75.162797083808201, 39.976709389817202 ], [ -75.162793037773099, 39.976728674951502 ], [ -75.1625350444898, 39.976694600002901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2321, "ADDRESS": "3011 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282299301", "LNIADDRESSKEY": "110783", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.94921875, "Shape__Length": 76.824643461711815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181872999258999, 39.991527611885097 ], [ -75.1819175502321, 39.991312153379603 ], [ -75.181977626045196, 39.991319574796997 ], [ -75.181930470470107, 39.9915357656838 ], [ -75.181872999258999, 39.991527611885097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2322, "ADDRESS": "2051 N 5TH ST", "OWNER1": "DESIMONE CONTRACTING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183416901", "LNIADDRESSKEY": "636592", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.76171875, "Shape__Length": 53.209025310697079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141983637427899, 39.982473164146597 ], [ -75.142177216086196, 39.9824988417881 ], [ -75.142170625082699, 39.982530786431496 ], [ -75.141984161526494, 39.982505915827701 ], [ -75.141976178943807, 39.98250478272 ], [ -75.141983637427899, 39.982473164146597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2323, "ADDRESS": "26 COLLOM ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121060900", "LNIADDRESSKEY": "92661", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.390625, "Shape__Length": 60.247411607476423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165558362379699, 40.0310770973269 ], [ -75.165387004716294, 40.030974082320498 ], [ -75.165419995813494, 40.030942006476202 ], [ -75.165590636841699, 40.0310457182348 ], [ -75.165558362379699, 40.0310770973269 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2324, "ADDRESS": "2007-11 W ESTAUGH ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112076900", "LNIADDRESSKEY": "139490", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 722.56640625, "Shape__Length": 108.98076111693321 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161719726622195, 40.006963693316401 ], [ -75.161763476765103, 40.006748640880097 ], [ -75.161857286830994, 40.006761169209703 ], [ -75.161967970450405, 40.006775351645999 ], [ -75.161920069340198, 40.006989890472703 ], [ -75.1618127948054, 40.006975865943197 ], [ -75.161719726622195, 40.006963693316401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2325, "ADDRESS": "5001 WALNUT ST", "OWNER1": "BCAR & CO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "602042400", "LNIADDRESSKEY": "595018", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 264.4296875, "Shape__Length": 91.514125325197043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221593926102997, 39.956860130971599 ], [ -75.221649028286507, 39.956594663086101 ], [ -75.2217083354696, 39.956601756790199 ], [ -75.221689397258501, 39.956695848618097 ], [ -75.221672441173098, 39.956779974024599 ], [ -75.221659371500493, 39.956846968110298 ], [ -75.221654351180405, 39.956867039853698 ], [ -75.221593926102997, 39.956860130971599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2326, "ADDRESS": "2113 W BERKS ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322230601", "LNIADDRESSKEY": "37213", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.83203125, "Shape__Length": 63.125733957728386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169005032163398, 39.983482306520102 ], [ -75.169042517600701, 39.983311973725897 ], [ -75.169099991700094, 39.983319295135601 ], [ -75.169061658402796, 39.983489866793803 ], [ -75.169005032163398, 39.983482306520102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2327, "ADDRESS": "2129 E WILLIAM ST", "OWNER1": "RAMOS LYDIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252075800", "LNIADDRESSKEY": "614113", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.3359375, "Shape__Length": 65.998195732142648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116615942405403, 39.987978232206203 ], [ -75.116827501250398, 39.987870100290998 ], [ -75.116851395250194, 39.987897036254402 ], [ -75.116641124084097, 39.988004924071198 ], [ -75.116615942405403, 39.987978232206203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2328, "ADDRESS": "2560 N 18TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162013001", "LNIADDRESSKEY": "665834", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.23828125, "Shape__Length": 67.621252006049076 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161407899323393, 39.993037002044296 ], [ -75.161649319236702, 39.993069285295398 ], [ -75.161639406878805, 39.993113246474699 ], [ -75.161397918222903, 39.993081686974001 ], [ -75.161407899323393, 39.993037002044296 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2329, "ADDRESS": "1826 W ONTARIO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112051100", "LNIADDRESSKEY": "460065", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 264.14453125, "Shape__Length": 93.921996508261913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159589214137, 40.005562057658601 ], [ -75.159615990063301, 40.0054349450144 ], [ -75.159648694346203, 40.0052876054134 ], [ -75.159706044594301, 40.005294799934497 ], [ -75.159646686383297, 40.005569899183499 ], [ -75.159589214137, 40.005562057658601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2330, "ADDRESS": "1817 HART LN", "OWNER1": "D BATERIA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252049000", "LNIADDRESSKEY": "334226", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.00390625, "Shape__Length": 65.892013012749828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.120938479247798, 39.991654982548702 ], [ -75.120894806105099, 39.991608330468502 ], [ -75.121101711897794, 39.991519282667703 ], [ -75.121125626581502, 39.991552795650399 ], [ -75.120938479247798, 39.991654982548702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2331, "ADDRESS": "1742 N MARSHALL ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201146301", "LNIADDRESSKEY": "413765", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.3671875, "Shape__Length": 81.844841844951816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145969849882306, 39.978190471000801 ], [ -75.145977678289398, 39.978148608115603 ], [ -75.146286650867296, 39.978184280212702 ], [ -75.146278246908807, 39.978226420635401 ], [ -75.145969849882306, 39.978190471000801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2332, "ADDRESS": "630 W CUMBERLAND ST", "OWNER1": "CALLAHAN WARD CUMBERLAND LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371375900", "LNIADDRESSKEY": "105901", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.97265625, "Shape__Length": 74.861644962169947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143926646396295, 39.989118660633402 ], [ -75.143976744023107, 39.989125472304302 ], [ -75.143930141218306, 39.9893410343794 ], [ -75.143879950764102, 39.989334462733503 ], [ -75.143926646396295, 39.989118660633402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2333, "ADDRESS": "2820 KENSINGTON AVE", "OWNER1": "KENAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885100460", "LNIADDRESSKEY": "368645", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.26953125, "Shape__Length": 83.951195610217738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1218400488182, 39.991974541197003 ], [ -75.121882811296402, 39.9919520125083 ], [ -75.122156166147093, 39.992082322433198 ], [ -75.122155207567502, 39.992088135769698 ], [ -75.1220563317532, 39.992077215393799 ], [ -75.122054443177404, 39.9920870057489 ], [ -75.1218400488182, 39.991974541197003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2334, "ADDRESS": "2609 N 30TH ST", "OWNER1": "DIAMANTE MANAGEMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282070500", "LNIADDRESSKEY": "683205", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.390625, "Shape__Length": 62.121899886596481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180178789221799, 39.995899798279801 ], [ -75.180187604991602, 39.9958585029839 ], [ -75.180408405769995, 39.995888915218501 ], [ -75.180399138421294, 39.995930538298502 ], [ -75.180178789221799, 39.995899798279801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2335, "ADDRESS": "4123 LEIDY AVE", "OWNER1": "AGE FRIENDLY VILLAGES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062194900", "LNIADDRESSKEY": "388061", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 389.37109375, "Shape__Length": 139.45548648753487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207408468534396, 39.974673802683398 ], [ -75.2074060300599, 39.974672893827602 ], [ -75.207511965661297, 39.974508822359397 ], [ -75.207518193100995, 39.974499159674899 ], [ -75.207659603852704, 39.974280132393098 ], [ -75.207709088862799, 39.974299251029599 ], [ -75.207567554878096, 39.974517662957297 ], [ -75.207561352133098, 39.974527213566098 ], [ -75.207455150589595, 39.974691118131197 ], [ -75.207408468534396, 39.974673802683398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2336, "ADDRESS": "1341 S 31ST ST", "OWNER1": "WISHER RICHARD M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362268805", "LNIADDRESSKEY": "683891", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.35546875, "Shape__Length": 52.092831609573345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195100740679194, 39.936816719852601 ], [ -75.195109134007296, 39.936777848155103 ], [ -75.1952892207768, 39.936800687418099 ], [ -75.195280824545506, 39.936839639026402 ], [ -75.195100740679194, 39.936816719852601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2337, "ADDRESS": "2418 N 27TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281072001", "LNIADDRESSKEY": "679897", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 414.0078125, "Shape__Length": 120.36261172585725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176457303215898, 39.992843406232197 ], [ -75.176469079689397, 39.9927897987831 ], [ -75.176693278957501, 39.992817634385901 ], [ -75.176934821946602, 39.992848470143599 ], [ -75.176917649496403, 39.992901779848502 ], [ -75.176724295650502, 39.992876827914699 ], [ -75.176457303215898, 39.992843406232197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2338, "ADDRESS": "5127 RENO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441309900", "LNIADDRESSKEY": "501211", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.1328125, "Shape__Length": 47.53267501942311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223205563225406, 39.9664449467518 ], [ -75.223254104471906, 39.966439261601401 ], [ -75.223279476006198, 39.966563699739098 ], [ -75.223230788422896, 39.966569381679697 ], [ -75.223205563225406, 39.9664449467518 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2339, "ADDRESS": "572 HERMAN ST", "OWNER1": "COLE RAYMOND J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "592084400", "LNIADDRESSKEY": "342016", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.03125, "Shape__Length": 49.92924412522391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171129020840098, 40.048891710632198 ], [ -75.171094387668106, 40.0489248821291 ], [ -75.170963371009606, 40.048842824205401 ], [ -75.170996804726002, 40.048810288062903 ], [ -75.171129020840098, 40.048891710632198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2340, "ADDRESS": "1939 N 4TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183322101", "LNIADDRESSKEY": "634582", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.859375, "Shape__Length": 59.183683413004324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140509294376599, 39.980585795039403 ], [ -75.140510952089301, 39.980579153901601 ], [ -75.1405193257402, 39.9805455244136 ], [ -75.140728045945195, 39.980574579743603 ], [ -75.140719456314699, 39.980614329035902 ], [ -75.140509294376599, 39.980585795039403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2341, "ADDRESS": "2965 AMBER ST", "OWNER1": "SGANGA JOHN P", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252438000", "LNIADDRESSKEY": "14046", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.03515625, "Shape__Length": 62.697797623218086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115043616953102, 39.989270941313897 ], [ -75.115095243918006, 39.989248543182498 ], [ -75.115200640729498, 39.989395930598299 ], [ -75.115150699437095, 39.989421865725603 ], [ -75.115043616953102, 39.989270941313897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2342, "ADDRESS": "1016 W ORLEANS ST", "OWNER1": "S & L RENTALS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372400200", "LNIADDRESSKEY": "463138", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.6015625, "Shape__Length": 47.20388638284313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147439598371705, 39.996921296320103 ], [ -75.147463912944602, 39.996798771606898 ], [ -75.147514151648494, 39.996805343771499 ], [ -75.1474882260583, 39.996927799306498 ], [ -75.147439598371705, 39.996921296320103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2343, "ADDRESS": "1552 S STILLMAN ST", "OWNER1": "ALTAMURO STEPHEN N", "OWNER2": "NG CORI VANESSA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364201400", "LNIADDRESSKEY": "555872", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.33984375, "Shape__Length": 46.430005159944713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187227681977802, 39.933023891976198 ], [ -75.187383034024705, 39.933043224617897 ], [ -75.187374419453405, 39.933082348811297 ], [ -75.187219971819999, 39.933062889956403 ], [ -75.187227681977802, 39.933023891976198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2344, "ADDRESS": "2230 N 7TH ST", "OWNER1": "XHIXHO ALTIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371066200", "LNIADDRESSKEY": "642485", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.38671875, "Shape__Length": 63.671711844749069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.14539760113, 39.985670548504999 ], [ -75.145405287562696, 39.9856286779141 ], [ -75.145633828410396, 39.985652866709898 ], [ -75.145625748002104, 39.985695087655003 ], [ -75.14539760113, 39.985670548504999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2345, "ADDRESS": "1253 S 32ND ST", "OWNER1": "FENG AI DI", "OWNER2": "ZHOU IVAN", "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "362298300", "LNIADDRESSKEY": "684462", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.05078125, "Shape__Length": 64.018216299883193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196371402295, 39.938145328704699 ], [ -75.196380827914197, 39.9381012416818 ], [ -75.196388240442104, 39.938102358411101 ], [ -75.196492840154406, 39.938116809204502 ], [ -75.196606816773794, 39.938132548743297 ], [ -75.196599440038895, 39.938169459825097 ], [ -75.196598200356704, 39.938175702108197 ], [ -75.196378733953196, 39.938146378310798 ], [ -75.196371402295, 39.938145328704699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2346, "ADDRESS": "1517 W ERIE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131056300", "LNIADDRESSKEY": "138970", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 244.12890625, "Shape__Length": 90.240886293493247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153330454462093, 40.009956543501097 ], [ -75.153387597164794, 40.009693001904502 ], [ -75.153443311552095, 40.009700275112898 ], [ -75.1533860621022, 40.009963894283601 ], [ -75.153330454462093, 40.009956543501097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2347, "ADDRESS": "5052 PARRISH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441319200", "LNIADDRESSKEY": "471863", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.140625, "Shape__Length": 61.220883870796264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221929885717202, 39.966695214946 ], [ -75.221950632439601, 39.966692770838797 ], [ -75.221982417820797, 39.966689280382802 ], [ -75.222012112360105, 39.966858479991998 ], [ -75.221960301208497, 39.966863642081996 ], [ -75.221929885717202, 39.966695214946 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2348, "ADDRESS": "2347 N 30TH ST", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282063500", "LNIADDRESSKEY": "683073", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.93359375, "Shape__Length": 59.176755812829505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180947988397904, 39.992455946112798 ], [ -75.180956556256106, 39.992415064194297 ], [ -75.181155057788999, 39.992440769549901 ], [ -75.181164782999204, 39.992441325078602 ], [ -75.1811572711065, 39.992482552753501 ], [ -75.180947988397904, 39.992455946112798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2349, "ADDRESS": "2220 WILDER ST", "OWNER1": "WAN BE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364022005", "LNIADDRESSKEY": "613278", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.0078125, "Shape__Length": 52.432245970683724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181686219290896, 39.933714714030202 ], [ -75.181736995016493, 39.933720896793197 ], [ -75.181704077564405, 39.933861078944197 ], [ -75.181656091042299, 39.933854797577403 ], [ -75.181686219290896, 39.933714714030202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2350, "ADDRESS": "2349 N 19TH ST", "OWNER1": "STEWART LIZZIE M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162075400", "LNIADDRESSKEY": "668197", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.08203125, "Shape__Length": 66.74007821632074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163259568080207, 39.990005128090502 ], [ -75.163268964732595, 39.989962557383699 ], [ -75.163509079123202, 39.989994711799 ], [ -75.163499915401701, 39.990036706616003 ], [ -75.163259568080207, 39.990005128090502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2351, "ADDRESS": "2653 N 28TH ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281103301", "LNIADDRESSKEY": "681054", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.12109375, "Shape__Length": 58.318504473200939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176836286149296, 39.996300017375198 ], [ -75.176777632225594, 39.996292028309298 ], [ -75.176787850659494, 39.996245268500999 ], [ -75.176985184768, 39.996273291675102 ], [ -75.176975752872906, 39.996317538412598 ], [ -75.176975447531106, 39.996318949535002 ], [ -75.176836286149296, 39.996300017375198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2352, "ADDRESS": "531 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183030401", "LNIADDRESSKEY": "435706", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.0078125, "Shape__Length": 62.706545168109372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144176877806004, 39.978558186896699 ], [ -75.144233353053494, 39.978565127682799 ], [ -75.1441983138658, 39.978735122980801 ], [ -75.144141947903506, 39.978728039372399 ], [ -75.144176877806004, 39.978558186896699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2353, "ADDRESS": "3107 N 25TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381054900", "LNIADDRESSKEY": "678282", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.73828125, "Shape__Length": 77.618627906650175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170575807978295, 40.002504017261003 ], [ -75.170584699782495, 40.002463596000602 ], [ -75.170874982410197, 40.002501760393699 ], [ -75.170866444772102, 40.002542770782902 ], [ -75.170575807978295, 40.002504017261003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2354, "ADDRESS": "1314 S 30TH ST", "OWNER1": "YUAN IAN", "OWNER2": "SHEEHAN MOLLY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362249700", "LNIADDRESSKEY": "683270", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.375, "Shape__Length": 55.968759429051154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193788606549603, 39.937195084742697 ], [ -75.193796981621901, 39.937155552728498 ], [ -75.193872999179206, 39.937164919061601 ], [ -75.193992634423694, 39.937178789377498 ], [ -75.193991664128902, 39.937183425963397 ], [ -75.193984005217601, 39.937220024275803 ], [ -75.193864153338296, 39.937204715395602 ], [ -75.193788606549603, 39.937195084742697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2355, "ADDRESS": "2448 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191292901", "LNIADDRESSKEY": "462512", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.734375, "Shape__Length": 39.405379253824329 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140529994894095, 39.988593658657102 ], [ -75.140537644268207, 39.988560384359197 ], [ -75.140668327660805, 39.988577927207501 ], [ -75.140660880717107, 39.988611384066701 ], [ -75.140529994894095, 39.988593658657102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2356, "ADDRESS": "1219 S 28TH ST", "OWNER1": "FERRY DOWN UNDER LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362134500", "LNIADDRESSKEY": "681186", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.765625, "Shape__Length": 56.765393631630673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189848651670204, 39.9385772668915 ], [ -75.189858654176604, 39.938535458097803 ], [ -75.190054846845996, 39.938562617075299 ], [ -75.190045564849697, 39.9386042561324 ], [ -75.189848651670204, 39.9385772668915 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2357, "ADDRESS": "3026 N 11TH ST", "OWNER1": "BCM PHILADELPHIA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372236500", "LNIADDRESSKEY": "652122", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.4609375, "Shape__Length": 60.569907240556418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148211016892205, 39.998444302381102 ], [ -75.148424684529999, 39.998472632332103 ], [ -75.148416148765094, 39.998513786684597 ], [ -75.148201478405497, 39.9984859013978 ], [ -75.148211016892205, 39.998444302381102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2358, "ADDRESS": "1915 N 4TH ST", "OWNER1": "SHAYNE BROTHER INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183321000", "LNIADDRESSKEY": "634566", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.65625, "Shape__Length": 59.179021764921622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140628787845102, 39.9800803892823 ], [ -75.140638733364, 39.980038043218201 ], [ -75.140843248986002, 39.980065760487399 ], [ -75.140833714964501, 39.980110469843801 ], [ -75.140628787845102, 39.9800803892823 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2359, "ADDRESS": "1428 S FALLON ST", "OWNER1": "CHARLES J POWELL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273038200", "LNIADDRESSKEY": "284071", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.07421875, "Shape__Length": 49.851880325714852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211287906198706, 39.9407934279985 ], [ -75.211320915884301, 39.940820739339799 ], [ -75.211194054174001, 39.940912601926797 ], [ -75.211159897920197, 39.940884022911902 ], [ -75.211287906198706, 39.9407934279985 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2360, "ADDRESS": "5039 PARRISH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442003910", "LNIADDRESSKEY": "471851", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.01171875, "Shape__Length": 64.199976045217142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221605844770494, 39.967062661894602 ], [ -75.221660439428504, 39.967057045473901 ], [ -75.221689244718206, 39.967234350343197 ], [ -75.221635259032396, 39.967240511789001 ], [ -75.221621650504503, 39.967151328363101 ], [ -75.221605844770494, 39.967062661894602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2361, "ADDRESS": "1855 N BUCKNELL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322135900", "LNIADDRESSKEY": "54884", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.83203125, "Shape__Length": 48.01908768440196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172736503699298, 39.983387039918597 ], [ -75.172744762553705, 39.983349424506301 ], [ -75.1729079278266, 39.983371755220801 ], [ -75.172899931087201, 39.983409101719602 ], [ -75.172896289821907, 39.983410068509002 ], [ -75.172736503699298, 39.983387039918597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2362, "ADDRESS": "2716 A ST", "OWNER1": "LAND WITH A PLAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071361500", "LNIADDRESSKEY": "1039", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.94140625, "Shape__Length": 76.560443203300025 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.128925431043399, 39.991350450929403 ], [ -75.128934212107893, 39.991305918890099 ], [ -75.129001201314296, 39.991314379751898 ], [ -75.129106500089705, 39.991326150367797 ], [ -75.129214850648907, 39.9913396991385 ], [ -75.129205568067903, 39.991385848348202 ], [ -75.1290463252585, 39.991364817906401 ], [ -75.128925431043399, 39.991350450929403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2363, "ADDRESS": "1934 W NORRIS ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321151701", "LNIADDRESSKEY": "452414", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.30859375, "Shape__Length": 68.707933655624373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166158550923697, 39.984205098712501 ], [ -75.166149272922596, 39.984247929065504 ], [ -75.166138497616203, 39.984298173723403 ], [ -75.166127908872198, 39.984346246629599 ], [ -75.166071501238306, 39.984338431924002 ], [ -75.166114791765096, 39.984147951016098 ], [ -75.166169194766695, 39.984155576410501 ], [ -75.166158550923697, 39.984205098712501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2364, "ADDRESS": "1301 W BUTLER ST", "OWNER1": "PHILADELPHIA LAND INVESTM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432229400", "LNIADDRESSKEY": "57799", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 326.83203125, "Shape__Length": 97.348750410918953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148714644684304, 40.010921209105597 ], [ -75.148713351589095, 40.010921050286903 ], [ -75.148753686266403, 40.0107350059941 ], [ -75.148765447033895, 40.010680819345801 ], [ -75.148773214130699, 40.0106449669344 ], [ -75.148783120682197, 40.010646319905398 ], [ -75.148843535963096, 40.010654539790302 ], [ -75.148785470508599, 40.0109302122519 ], [ -75.148714644684304, 40.010921209105597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2365, "ADDRESS": "1938 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162255401", "LNIADDRESSKEY": "629243", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.70703125, "Shape__Length": 61.380401736064599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164856034264204, 39.990517452831597 ], [ -75.164893030107507, 39.990348818633102 ], [ -75.164944669255604, 39.990355977918099 ], [ -75.164908270341201, 39.990524320355803 ], [ -75.164856034264204, 39.990517452831597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2366, "ADDRESS": "1208 N SAINT BERNARD ST", "OWNER1": "BLANCHE ELIZ BROWN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442219800", "LNIADDRESSKEY": "549339", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.1796875, "Shape__Length": 50.476648830611751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222354283070302, 39.972584407456701 ], [ -75.222360822574799, 39.972622078100301 ], [ -75.222185531963007, 39.972640445559598 ], [ -75.222178941637907, 39.972602451677297 ], [ -75.222354283070302, 39.972584407456701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2367, "ADDRESS": "3914 ASPEN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243038710", "LNIADDRESSKEY": "23861", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.64453125, "Shape__Length": 85.45226834943503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200741524792093, 39.966205797791503 ], [ -75.200798079479398, 39.966199864280902 ], [ -75.200844408029099, 39.966447491928001 ], [ -75.200787590105804, 39.966453725959298 ], [ -75.200741524792093, 39.966205797791503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2368, "ADDRESS": "1952 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183316701", "LNIADDRESSKEY": "461451", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.03515625, "Shape__Length": 43.53485633667357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140341229177295, 39.980647689499698 ], [ -75.140349373801897, 39.980613507442698 ], [ -75.140497102482399, 39.980634742943302 ], [ -75.140489391110194, 39.980668548547101 ], [ -75.140341229177295, 39.980647689499698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2369, "ADDRESS": "3120 N WENDLE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372018100", "LNIADDRESSKEY": "606897", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.8984375, "Shape__Length": 53.286525513568066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141569686649902, 39.999044402367701 ], [ -75.141384018053401, 39.999020001529203 ], [ -75.141391584104795, 39.998981292113399 ], [ -75.1415772433039, 39.999005934878198 ], [ -75.141569686649902, 39.999044402367701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2370, "ADDRESS": "5523 LANSDOWNE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041257450", "LNIADDRESSKEY": "378474", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 275.33984375, "Shape__Length": 94.008149426696534 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232526006385299, 39.976864350801598 ], [ -75.232586043606105, 39.976857897876798 ], [ -75.232641076633897, 39.977130638149703 ], [ -75.232579222036094, 39.977138050219999 ], [ -75.232526006385299, 39.976864350801598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2371, "ADDRESS": "5632 FLORENCE AVE", "OWNER1": "LEE ANTHONY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513272100", "LNIADDRESSKEY": "293442", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.3203125, "Shape__Length": 68.87032314899119 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230232456169006, 39.9401394937261 ], [ -75.230238131907996, 39.940135540279002 ], [ -75.230255068576, 39.940149759560001 ], [ -75.230401237866801, 39.940272334739902 ], [ -75.230350863617005, 39.940307658816103 ], [ -75.2302056434837, 39.940184345334004 ], [ -75.230188752508298, 39.940169998657403 ], [ -75.230232456169006, 39.9401394937261 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2372, "ADDRESS": "2527 W ARIZONA ST", "OWNER1": "SUMMERS JOHN R", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281235300", "LNIADDRESSKEY": "20823", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 71.00390625, "Shape__Length": 43.55260292414026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174184647474405, 39.991559281975498 ], [ -75.174185952502697, 39.991553057109499 ], [ -75.174195122975206, 39.991510174240098 ], [ -75.174199888027303, 39.991487891015097 ], [ -75.174210436190293, 39.9914385269945 ], [ -75.174214232656098, 39.9914389996258 ], [ -75.1742455428395, 39.991442861423103 ], [ -75.174221619665204, 39.991557516749097 ], [ -75.174220313402202, 39.9915637742494 ], [ -75.174184647474405, 39.991559281975498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2373, "ADDRESS": "2416 N 6TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "S/D CON.APT 3STY MASONRY", "OPA_ID": "371033301", "LNIADDRESSKEY": "639449", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 313.4375, "Shape__Length": 83.189824895229549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1431393019365, 39.988353718847499 ], [ -75.1431538608132, 39.988286731930302 ], [ -75.143434367223605, 39.988323779043697 ], [ -75.1434201749517, 39.9883910637692 ], [ -75.1431393019365, 39.988353718847499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2374, "ADDRESS": "4906 LANCASTER AVE", "OWNER1": "SHARP ROGER", "OWNER2": null, "BLDG_DESC": "ROW CONV/APT 3STY MASONRY", "OPA_ID": "442187900", "LNIADDRESSKEY": "377641", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.453125, "Shape__Length": 65.062805301123433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219981833001, 39.973827539398002 ], [ -75.220121889529096, 39.973690983591297 ], [ -75.220161521987293, 39.973687247601099 ], [ -75.220167220370897, 39.973712020064397 ], [ -75.220023198230095, 39.973852115016903 ], [ -75.219981833001, 39.973827539398002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2375, "ADDRESS": "629 W YORK ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371364100", "LNIADDRESSKEY": "629062", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.24609375, "Shape__Length": 78.317256677842835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144390705177301, 39.988235152351599 ], [ -75.144438384032597, 39.9880149562794 ], [ -75.144497285948503, 39.9880222424229 ], [ -75.144450380273199, 39.988243051867997 ], [ -75.144390705177301, 39.988235152351599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2376, "ADDRESS": "2146 N FRANKLIN ST", "OWNER1": "2114 N8TH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202073400", "LNIADDRESSKEY": "299273", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.54296875, "Shape__Length": 66.755328311344812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146328863625001, 39.984365442448599 ], [ -75.146574759029804, 39.984397538810498 ], [ -75.146566769711995, 39.984435416700201 ], [ -75.146522428861303, 39.984429380906001 ], [ -75.146320288175701, 39.984403291259099 ], [ -75.146328863625001, 39.984365442448599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2377, "ADDRESS": "4253 MANTUA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062116600", "LNIADDRESSKEY": "409637", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 254.5546875, "Shape__Length": 91.637337151341299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210000531663397, 39.972343086643498 ], [ -75.2101167598356, 39.972087246219502 ], [ -75.210171875098595, 39.972102022843899 ], [ -75.210055127414293, 39.972357707660002 ], [ -75.210000531663397, 39.972343086643498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2378, "ADDRESS": "2020 N RANDOLPH ST", "OWNER1": "PHILADELPHIA REDEVELOPMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885845400", "LNIADDRESSKEY": "494808", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.32421875, "Shape__Length": 48.77357141013843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143324996306305, 39.9820914997511 ], [ -75.143334651844299, 39.982047937279198 ], [ -75.143484171785204, 39.982067921066701 ], [ -75.143483291981397, 39.982073945815003 ], [ -75.143493163376704, 39.982074959532902 ], [ -75.1434834651796, 39.9821125405144 ], [ -75.143324996306305, 39.9820914997511 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2379, "ADDRESS": "3235 N WOODSTOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112289300", "LNIADDRESSKEY": "624230", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.27734375, "Shape__Length": 61.617511394965575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162478102632207, 40.004102381740097 ], [ -75.162485262259395, 40.004063582075702 ], [ -75.162708161755802, 40.004090061194603 ], [ -75.162701365377004, 40.004122099052303 ], [ -75.1626997371404, 40.0041296230021 ], [ -75.162478102632207, 40.004102381740097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2380, "ADDRESS": "2010 N 8TH ST", "OWNER1": "LEX PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202114100", "LNIADDRESSKEY": "644999", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 244.32421875, "Shape__Length": 91.088707905225206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147480555400705, 39.982326086040402 ], [ -75.147489569583897, 39.982284443677003 ], [ -75.147837701742702, 39.982331170555298 ], [ -75.147828228660501, 39.982373866866801 ], [ -75.147480555400705, 39.982326086040402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2381, "ADDRESS": "3039 KENSINGTON AVE", "OWNER1": "VP KENSINGTON EMERALD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885328320", "LNIADDRESSKEY": "368764", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.9765625, "Shape__Length": 66.425622953348295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117103250217099, 39.9941158679624 ], [ -75.117241529610297, 39.994265167529797 ], [ -75.117195545699701, 39.994290597442898 ], [ -75.117053097352496, 39.994142846569702 ], [ -75.117103250217099, 39.9941158679624 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2382, "ADDRESS": "4923 PASCHALL AVE", "OWNER1": "PHILADELPHIA RENOVATION GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273169600", "LNIADDRESSKEY": "472073", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.0546875, "Shape__Length": 70.83173892245641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212270247776203, 39.939386421796399 ], [ -75.212305478891196, 39.939361522750502 ], [ -75.212486815778306, 39.939514399552401 ], [ -75.212448816500995, 39.939539962716999 ], [ -75.212270247776203, 39.939386421796399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2383, "ADDRESS": "714 N 42ND ST", "OWNER1": "L CRUZ DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061258800", "LNIADDRESSKEY": "686934", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.75, "Shape__Length": 75.918127821291122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207473745189503, 39.965159583740402 ], [ -75.207477988248499, 39.965159274565501 ], [ -75.207757361727403, 39.965138657895999 ], [ -75.207765012804302, 39.965180496564699 ], [ -75.207480755087602, 39.965202358782101 ], [ -75.207473745189503, 39.965159583740402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2384, "ADDRESS": "3115 W ARIZONA ST", "OWNER1": "WHITE ALTHEA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282334000", "LNIADDRESSKEY": "20937", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.97265625, "Shape__Length": 44.69205387152828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183317831458396, 39.9926117749445 ], [ -75.183367172996398, 39.992618213368097 ], [ -75.183344961532597, 39.992731795782902 ], [ -75.183294680543995, 39.992725803743099 ], [ -75.183317831458396, 39.9926117749445 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2385, "ADDRESS": "5707 WOODLAND AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "401134001", "LNIADDRESSKEY": "623093", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.46875, "Shape__Length": 79.226046672515679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223555309846702, 39.933312138841302 ], [ -75.223599917837106, 39.933280962617097 ], [ -75.223798101584094, 39.9334478290954 ], [ -75.223751670530703, 39.933480190597599 ], [ -75.223555309846702, 39.933312138841302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2386, "ADDRESS": "5612 MORTON ST", "OWNER1": "BROAD LOT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122174300", "LNIADDRESSKEY": "440247", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.58203125, "Shape__Length": 85.625620131559842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169005936809597, 40.038817243172403 ], [ -75.169062100524599, 40.038815023900803 ], [ -75.169107651310497, 40.038813918777997 ], [ -75.169120495187798, 40.0388137084391 ], [ -75.169179384477204, 40.0388114850292 ], [ -75.169236591549605, 40.038809417509903 ], [ -75.169293288272698, 40.038807515319299 ], [ -75.169323455971806, 40.038806694064903 ], [ -75.169327963554295, 40.038860780603798 ], [ -75.169139718432902, 40.038861323000098 ], [ -75.169113317176695, 40.038862357231601 ], [ -75.169004750428499, 40.038861110447101 ], [ -75.169005936809597, 40.038817243172403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2387, "ADDRESS": "3010 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323167001", "LNIADDRESSKEY": "559286", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.57421875, "Shape__Length": 58.088126433425153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182272971939696, 39.9894164127059 ], [ -75.182326174661995, 39.989423792844498 ], [ -75.182289872072303, 39.989580212602 ], [ -75.182237711872105, 39.989572984166003 ], [ -75.182272971939696, 39.9894164127059 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2388, "ADDRESS": "1900 W NORRIS ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321150001", "LNIADDRESSKEY": "452380", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.07421875, "Shape__Length": 70.228326262243201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165011444509403, 39.9840002888144 ], [ -75.165075113690406, 39.9840089118279 ], [ -75.165031650003797, 39.984198905338602 ], [ -75.164993707742497, 39.984194326175299 ], [ -75.164970402144704, 39.984191093695301 ], [ -75.165011444509403, 39.9840002888144 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2389, "ADDRESS": "2640 W YORK ST", "OWNER1": "J AND J HOME INVESTMENT I", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281245200", "LNIADDRESSKEY": "629387", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.13671875, "Shape__Length": 50.709547643541029 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1760827813806, 39.991815143155797 ], [ -75.176131610316702, 39.991821283772502 ], [ -75.176104108809, 39.991956331294602 ], [ -75.176055510339197, 39.991950211604099 ], [ -75.1760827813806, 39.991815143155797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2390, "ADDRESS": "2931 RIDGE AVE", "OWNER1": "HOLY NATION BAPTIST CHURC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323046200", "LNIADDRESSKEY": "504316", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.41796875, "Shape__Length": 52.630555151907345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181542611718996, 39.987710931563697 ], [ -75.1816839550808, 39.987600804833903 ], [ -75.181707894890394, 39.987619411419402 ], [ -75.181712537129599, 39.987623029237596 ], [ -75.181579520734203, 39.987725717543 ], [ -75.181542611718996, 39.987710931563697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2391, "ADDRESS": "861 E CHELTEN AVE", "OWNER1": "DUNDAR ERSAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591012600", "LNIADDRESSKEY": "77773", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.8203125, "Shape__Length": 84.003781680554766 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163459727103799, 40.046997947690102 ], [ -75.163711475654395, 40.047151586983901 ], [ -75.163677289623905, 40.047184910538697 ], [ -75.163425541070097, 40.047031270045103 ], [ -75.163459727103799, 40.046997947690102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2392, "ADDRESS": "26 FARSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441074410", "LNIADDRESSKEY": "285563", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.80078125, "Shape__Length": 53.216844673632806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2218624372139, 39.960321545810402 ], [ -75.221871114789295, 39.9602786332268 ], [ -75.222052435555298, 39.960300586622502 ], [ -75.222043178094097, 39.960342212652698 ], [ -75.2218624372139, 39.960321545810402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2393, "ADDRESS": "4129 WESTMINSTER AVE", "OWNER1": "AHM PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062098100", "LNIADDRESSKEY": "607995", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.921875, "Shape__Length": 89.984755883310825 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206743137501704, 39.970289546761897 ], [ -75.2068017942712, 39.970282981068301 ], [ -75.206848925620093, 39.970544502339401 ], [ -75.206788096524704, 39.9705503599303 ], [ -75.206743137501704, 39.970289546761897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2394, "ADDRESS": "1932 N ORIANNA ST", "OWNER1": "TORRES JOSHUA MANUEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183315700", "LNIADDRESSKEY": "461431", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.78515625, "Shape__Length": 41.11993039283908 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140414999154601, 39.980321261780297 ], [ -75.140422854686193, 39.980288619526199 ], [ -75.140561884791296, 39.980308256070202 ], [ -75.140554244328001, 39.980340789468499 ], [ -75.140414999154601, 39.980321261780297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2395, "ADDRESS": "5463 RACE ST", "OWNER1": "VEZIROGLU SEVIM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041011100", "LNIADDRESSKEY": "493961", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.75390625, "Shape__Length": 57.170400710225309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229755635242796, 39.964012544748101 ], [ -75.229786841757004, 39.963859692482998 ], [ -75.229842356602106, 39.963866424846302 ], [ -75.229809076564393, 39.964018715758002 ], [ -75.229755635242796, 39.964012544748101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2396, "ADDRESS": "2228 N 3RD ST", "OWNER1": "OLIVER DAVID", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191181700", "LNIADDRESSKEY": "632563", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.109375, "Shape__Length": 57.241070347927256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138928383644398, 39.984887233084102 ], [ -75.138937687000904, 39.984844727234098 ], [ -75.1391359909518, 39.984871951130302 ], [ -75.139135585356399, 39.984873779990501 ], [ -75.139128305356707, 39.984906160458699 ], [ -75.139126632590404, 39.984913681988701 ], [ -75.139120983776493, 39.984912925020701 ], [ -75.138928383644398, 39.984887233084102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2397, "ADDRESS": "1310 FARSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442245010", "LNIADDRESSKEY": "285750", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.87109375, "Shape__Length": 47.604466272419977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223634658334603, 39.9735424428276 ], [ -75.223641791273195, 39.973582205498097 ], [ -75.223482202149995, 39.9736002753233 ], [ -75.223474947072603, 39.973560414220699 ], [ -75.223634658334603, 39.9735424428276 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2398, "ADDRESS": "1303 W ERIE AVE", "OWNER1": "KEREM PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432205900", "LNIADDRESSKEY": "138908", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 304.18359375, "Shape__Length": 109.13550812570888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149172129949605, 40.009164173341802 ], [ -75.149227705405394, 40.009171687617297 ], [ -75.149153172884198, 40.009498661774501 ], [ -75.149097165622393, 40.009491439528396 ], [ -75.149172129949605, 40.009164173341802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2399, "ADDRESS": "3960 RENO ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243129810", "LNIADDRESSKEY": "500993", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.79296875, "Shape__Length": 69.816723938799186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202392816282497, 39.967771051067402 ], [ -75.202412884972006, 39.967893973593803 ], [ -75.202426679712403, 39.967971944223599 ], [ -75.2023777454704, 39.967976822396899 ], [ -75.202364373770095, 39.967899360084097 ], [ -75.202361858514095, 39.967892115346302 ], [ -75.202351192156101, 39.967825143353799 ], [ -75.2023446468055, 39.967786842728998 ], [ -75.202343352769603, 39.967776658547798 ], [ -75.202392816282497, 39.967771051067402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2400, "ADDRESS": "2230 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191181801", "LNIADDRESSKEY": "632564", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.8125, "Shape__Length": 55.541123958796753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138919462031296, 39.984927959087599 ], [ -75.138928383644398, 39.984887233084102 ], [ -75.139120983776493, 39.984912925020701 ], [ -75.139111950763507, 39.984953809560203 ], [ -75.138919462031296, 39.984927959087599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2401, "ADDRESS": "4207 MANTUA AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062114310", "LNIADDRESSKEY": "409608", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 238.44140625, "Shape__Length": 90.952199004956881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208897702541506, 39.971758369181799 ], [ -75.208949436331693, 39.971772233590201 ], [ -75.208831667454007, 39.972028264050898 ], [ -75.208780869352495, 39.972014582495497 ], [ -75.208897702541506, 39.971758369181799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2402, "ADDRESS": "1617 W ERIE AVE", "OWNER1": "L&M HOMES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131058500", "LNIADDRESSKEY": "139011", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.32421875, "Shape__Length": 79.656487836678295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155448095572396, 40.010189587221099 ], [ -75.155445823149606, 40.010189261058201 ], [ -75.155492695407602, 40.009972653634499 ], [ -75.155563866254894, 40.009981935210099 ], [ -75.155514589362497, 40.010198424121299 ], [ -75.155448095572396, 40.010189587221099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2403, "ADDRESS": "1855 N LEITHGOW ST", "OWNER1": "MCNEILL JOHN JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183166200", "LNIADDRESSKEY": "388538", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.62109375, "Shape__Length": 48.67026047906311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141401688732699, 39.979314675654798 ], [ -75.141565756052401, 39.9793365245052 ], [ -75.141556873836294, 39.979375751361097 ], [ -75.1413929384358, 39.9793542771707 ], [ -75.141401688732699, 39.979314675654798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2404, "ADDRESS": "3005 W YORK ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282345400", "LNIADDRESSKEY": "629457", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.375, "Shape__Length": 63.001654958111274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181347459996502, 39.992952427442503 ], [ -75.181385324069694, 39.992779181575301 ], [ -75.181438299010793, 39.992785992712697 ], [ -75.181399152089099, 39.992959903665103 ], [ -75.181347459996502, 39.992952427442503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2405, "ADDRESS": "2202 RUFFNER ST", "OWNER1": "BERGEN MICHAEL A", "OWNER2": "BERGEN ELIZABETH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131423600", "LNIADDRESSKEY": "519678", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.93359375, "Shape__Length": 44.00956877368332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165027241391797, 40.011938620602002 ], [ -75.165072552226903, 40.011917458878003 ], [ -75.165147878577699, 40.012012602310499 ], [ -75.165102263294003, 40.012032949676701 ], [ -75.165027241391797, 40.011938620602002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2406, "ADDRESS": "1410 N 25TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291334300", "LNIADDRESSKEY": "677808", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1016.19921875, "Shape__Length": 176.08705991123642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176611309512296, 39.977108222925303 ], [ -75.176629990640606, 39.977020519483503 ], [ -75.176841262639101, 39.977047153813402 ], [ -75.176843064805297, 39.977038689795798 ], [ -75.177286739963904, 39.977094621594901 ], [ -75.177266255998006, 39.977190791385297 ], [ -75.176611309512296, 39.977108222925303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2407, "ADDRESS": "2264 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162085901", "LNIADDRESSKEY": "668149", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.37890625, "Shape__Length": 60.3072146577436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163961441247196, 39.988776702355899 ], [ -75.1639703994706, 39.988737362002503 ], [ -75.164186552117798, 39.988764719035402 ], [ -75.164177953584101, 39.988803422154099 ], [ -75.163961441247196, 39.988776702355899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2408, "ADDRESS": "6125 VINE ST", "OWNER1": "HE ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341037600", "LNIADDRESSKEY": "589444", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.36328125, "Shape__Length": 65.490089426348192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2426152058474, 39.967226544442099 ], [ -75.242653718144297, 39.967044736733698 ], [ -75.242706125034601, 39.967051185392897 ], [ -75.242685495960302, 39.967149804415101 ], [ -75.242668709265402, 39.967233387610499 ], [ -75.2426152058474, 39.967226544442099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2409, "ADDRESS": "1738 S 58TH ST", "OWNER1": "MERAL EYUP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034128800", "LNIADDRESSKEY": "698437", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.8125, "Shape__Length": 72.997307281498536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230357678973704, 39.936829202943599 ], [ -75.230397150702402, 39.9368625510415 ], [ -75.230196685118898, 39.937001626177697 ], [ -75.230158842102597, 39.936969571812 ], [ -75.230357678973704, 39.936829202943599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2410, "ADDRESS": "2423 N 7TH ST", "OWNER1": "GD LUDLOW", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371060500", "LNIADDRESSKEY": "642526", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.75, "Shape__Length": 76.409730245084845 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144291151990402, 39.988692552843602 ], [ -75.144297135411193, 39.988664946233499 ], [ -75.1445791274991, 39.988702136856197 ], [ -75.144569921186701, 39.988745435938903 ], [ -75.144546488129095, 39.988741727902102 ], [ -75.144287864313696, 39.9887077921898 ], [ -75.144291151990402, 39.988692552843602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2411, "ADDRESS": "2513 N STANLEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282108101", "LNIADDRESSKEY": "551234", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.90625, "Shape__Length": 51.6157674300444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181590856246601, 39.994634842957304 ], [ -75.1815997557553, 39.994595178023303 ], [ -75.1817761385241, 39.994619048110401 ], [ -75.181770117013002, 39.994646349140901 ], [ -75.181767337137003, 39.994658908968297 ], [ -75.181590856246601, 39.994634842957304 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2412, "ADDRESS": "4152 WESTMINSTER AVE", "OWNER1": "HORNING JOEL S", "OWNER2": "HORNING RAB H/W", "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "062090200", "LNIADDRESSKEY": "608018", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.203125, "Shape__Length": 40.688441738369264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207860478550202, 39.969881301130101 ], [ -75.207907627165397, 39.969876011627498 ], [ -75.207926552967294, 39.969978241998 ], [ -75.207878607665904, 39.969983579182397 ], [ -75.207860478550202, 39.969881301130101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2413, "ADDRESS": "2723 W YORK ST", "OWNER1": "NEAL KIESHA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281254000", "LNIADDRESSKEY": "629418", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.63671875, "Shape__Length": 69.525965496544899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177034771657702, 39.992437463970703 ], [ -75.177078952128497, 39.992236071360402 ], [ -75.177132462543796, 39.9922425259658 ], [ -75.177088837782904, 39.992377276472702 ], [ -75.177085704320206, 39.992386974325299 ], [ -75.177067233012806, 39.9924435762874 ], [ -75.177034771657702, 39.992437463970703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2414, "ADDRESS": "2330 N VAN PELT ST", "OWNER1": "BCM INVESTMENTS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162199100", "LNIADDRESSKEY": "586362", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.0625, "Shape__Length": 50.814172553348712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167948398839798, 39.990096452825298 ], [ -75.167941158024107, 39.990134736215602 ], [ -75.167935425442195, 39.9901339303686 ], [ -75.167764966259995, 39.990110106587302 ], [ -75.167771837118494, 39.9900738151346 ], [ -75.167943496967595, 39.990095826722403 ], [ -75.167948398839798, 39.990096452825298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2415, "ADDRESS": "3637 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242047900", "LNIADDRESSKEY": "335966", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 249.6796875, "Shape__Length": 83.285750851855113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195806608386903, 39.963684963294597 ], [ -75.195871649588099, 39.963677851642203 ], [ -75.195917555482893, 39.963911673406002 ], [ -75.195853526135195, 39.963919195047197 ], [ -75.195806608386903, 39.963684963294597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2416, "ADDRESS": "2601 WILDER ST", "OWNER1": "WYSS MARIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364232100", "LNIADDRESSKEY": "613356", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.765625, "Shape__Length": 51.83772400018038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187806333131306, 39.934884222333899 ], [ -75.187810454011796, 39.934864326625799 ], [ -75.1878334298966, 39.934753129373398 ], [ -75.187836930700001, 39.934753562356597 ], [ -75.187892460602697, 39.934760300207898 ], [ -75.187864724702294, 39.934891701012297 ], [ -75.187806333131306, 39.934884222333899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2417, "ADDRESS": "2500 N STANLEY ST", "OWNER1": "MC CASKILL JIMMIE J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282116800", "LNIADDRESSKEY": "551221", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.66015625, "Shape__Length": 52.985637006806471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181925435657305, 39.994438639772198 ], [ -75.181934510139598, 39.994394303615998 ], [ -75.181942497849604, 39.994395352922197 ], [ -75.182111300406106, 39.994417377036598 ], [ -75.182101687018005, 39.994462104350198 ], [ -75.181925435657305, 39.994438639772198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2418, "ADDRESS": "2133 E WILLIAM ST", "OWNER1": "BMK PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252076001", "LNIADDRESSKEY": "614117", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.0390625, "Shape__Length": 65.721152584995863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116567932620299, 39.987922531625301 ], [ -75.116778949539807, 39.987814854776502 ], [ -75.1168016690673, 39.987842360737801 ], [ -75.116593144573699, 39.987949499010497 ], [ -75.116567932620299, 39.987922531625301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2419, "ADDRESS": "1747 SEYBERT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471091300", "LNIADDRESSKEY": "531182", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.234375, "Shape__Length": 48.958221647891904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165004901966796, 39.974516713750802 ], [ -75.165031511598102, 39.974388419516998 ], [ -75.165081464663004, 39.974394944112497 ], [ -75.165054911965697, 39.974522821792299 ], [ -75.165004901966796, 39.974516713750802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2420, "ADDRESS": "2620 TITAN ST", "OWNER1": "ROBINSON DEWAYNE", "OWNER2": "ROBINSON YESENIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362069105", "LNIADDRESSKEY": "573677", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.1484375, "Shape__Length": 44.797862749202459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187820554531498, 39.937112576910003 ], [ -75.187844922971806, 39.936996672568803 ], [ -75.187892250053693, 39.937002742835503 ], [ -75.187867919206894, 39.937118777545003 ], [ -75.187820554531498, 39.937112576910003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2421, "ADDRESS": "2212 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191202101", "LNIADDRESSKEY": "461585", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.140625, "Shape__Length": 49.332794977882145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139480402698695, 39.984558836688798 ], [ -75.139490174756702, 39.984514487608699 ], [ -75.139651081084693, 39.984536572242497 ], [ -75.139640760912698, 39.984580442587898 ], [ -75.139480402698695, 39.984558836688798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2422, "ADDRESS": "4039 N 13TH ST", "OWNER1": "COLON MARIA E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433173300", "LNIADDRESSKEY": "656359", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.48046875, "Shape__Length": 44.271322596344604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147545646479998, 40.0148019092452 ], [ -75.147688692134693, 40.014820399986498 ], [ -75.147679704291605, 40.014861818879801 ], [ -75.147536750697896, 40.014841459473999 ], [ -75.147545646479998, 40.0148019092452 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2423, "ADDRESS": "3978 PENNSGROVE ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243169710", "LNIADDRESSKEY": "478505", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.05078125, "Shape__Length": 81.215888587418917 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203452682460195, 39.971504415192399 ], [ -75.203507437261294, 39.971497989808903 ], [ -75.203554883815002, 39.971732357782201 ], [ -75.203500337939701, 39.9717387889552 ], [ -75.203452682460195, 39.971504415192399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2424, "ADDRESS": "152 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885237700", "LNIADDRESSKEY": "628934", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.21484375, "Shape__Length": 47.889616410101432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134183622410106, 39.986544440892501 ], [ -75.134211116610103, 39.986413334358403 ], [ -75.134252518332701, 39.986418405766599 ], [ -75.134224003732697, 39.986549891134899 ], [ -75.134183622410106, 39.986544440892501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2425, "ADDRESS": "3815 N 13TH ST", "OWNER1": "ESPAN TRUST", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432372500", "LNIADDRESSKEY": "656284", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.765625, "Shape__Length": 64.460464175461127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148278228872996, 40.010996751858102 ], [ -75.148280544514193, 40.010985975203603 ], [ -75.1482871139319, 40.010955125620399 ], [ -75.148518093163105, 40.010984587864598 ], [ -75.148508995190895, 40.0110267285053 ], [ -75.148278228872996, 40.010996751858102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2426, "ADDRESS": "2902 D ST", "OWNER1": "BARRIO FLATS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071493500", "LNIADDRESSKEY": "106640", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.65625, "Shape__Length": 58.664659924114446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122393652170004, 39.993380300724702 ], [ -75.122256305319098, 39.993362224223198 ], [ -75.1222846468672, 39.9932348268418 ], [ -75.122393652170004, 39.993380300724702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2427, "ADDRESS": "4991 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442084810", "LNIADDRESSKEY": "314599", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.00390625, "Shape__Length": 68.845453465529033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221888345886597, 39.972397634104802 ], [ -75.221943747390696, 39.972386185497299 ], [ -75.222009650024901, 39.972574478626797 ], [ -75.221951795950602, 39.972581457216499 ], [ -75.221888345886597, 39.972397634104802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2428, "ADDRESS": "2912 W ARIZONA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282324901", "LNIADDRESSKEY": "20891", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.5546875, "Shape__Length": 49.027866668823052 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180094190088298, 39.992135507283201 ], [ -75.180122272277998, 39.9920081609825 ], [ -75.180172641312893, 39.992014592265001 ], [ -75.180145192134503, 39.992142354824402 ], [ -75.180094190088298, 39.992135507283201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2429, "ADDRESS": "2642 MANTON ST", "OWNER1": "FLEMING KELSEY", "OWNER2": "TURNS MICHAEL", "BLDG_DESC": "ROW 3STY MAS.+OTHER", "OPA_ID": "362036700", "LNIADDRESSKEY": "409480", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.08203125, "Shape__Length": 54.411205945833991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1880868010591, 39.938343334385202 ], [ -75.188119503508901, 39.9381946673576 ], [ -75.188166776478894, 39.938200526798397 ], [ -75.188133460790596, 39.938349356962398 ], [ -75.1880868010591, 39.938343334385202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2430, "ADDRESS": "2723 OAKFORD ST", "OWNER1": "OAKFORD HOMES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362045505", "LNIADDRESSKEY": "454667", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.66796875, "Shape__Length": 49.849999733329938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1894298625879, 39.938307832651198 ], [ -75.189458042439, 39.938175167622603 ], [ -75.189506075487003, 39.938181398250599 ], [ -75.189477795580103, 39.938313964196702 ], [ -75.1894298625879, 39.938307832651198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2431, "ADDRESS": "2147 N 8TH ST", "OWNER1": "GLASS ESTATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202101600", "LNIADDRESSKEY": "645085", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.0546875, "Shape__Length": 68.070855514518001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146569731970004, 39.9844898717676 ], [ -75.146579025376397, 39.984448606338198 ], [ -75.1468264511294, 39.984480704203897 ], [ -75.146817407624596, 39.984522023748198 ], [ -75.146782647343997, 39.984516996007997 ], [ -75.146569731970004, 39.9844898717676 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2432, "ADDRESS": "2150 N ORKNEY ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191285121", "LNIADDRESSKEY": "462370", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.68359375, "Shape__Length": 37.042774200008971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141522661492004, 39.984042621403503 ], [ -75.141535122952504, 39.983984936229703 ], [ -75.141598532714099, 39.983992052717497 ], [ -75.141594901794093, 39.984005316588899 ], [ -75.141620075229298, 39.984008952196099 ], [ -75.141610947386098, 39.984054025621496 ], [ -75.141522661492004, 39.984042621403503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2433, "ADDRESS": "1335 S RUBY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511246100", "LNIADDRESSKEY": "519550", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.8515625, "Shape__Length": 90.486599761672096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222601623712293, 39.940574194059899 ], [ -75.222638982265096, 39.940605741346999 ], [ -75.222379487418905, 39.940786767534 ], [ -75.222342111143405, 39.9407551071466 ], [ -75.222601623712293, 39.940574194059899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2434, "ADDRESS": "2333 N 30TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282062801", "LNIADDRESSKEY": "683062", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.36328125, "Shape__Length": 58.419645718209587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181038373165606, 39.9920444819032 ], [ -75.181243772868697, 39.992070662502897 ], [ -75.181234135774105, 39.992112100534897 ], [ -75.181029494188095, 39.992085307307399 ], [ -75.181038373165606, 39.9920444819032 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2435, "ADDRESS": "4107 LEIDY AVE", "OWNER1": "3936 HAVERFORD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062194100", "LNIADDRESSKEY": "388051", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 291.8984375, "Shape__Length": 109.72897957162789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2070814688864, 39.974386188374297 ], [ -75.207249241660904, 39.9741284620154 ], [ -75.207300715662498, 39.9741481722656 ], [ -75.207095771070897, 39.974459736590298 ], [ -75.2070814688864, 39.974386188374297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2436, "ADDRESS": "4610 MERION AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062034910", "LNIADDRESSKEY": "428842", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.9453125, "Shape__Length": 69.417933494829157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214249934504707, 39.971450164132001 ], [ -75.214406075645499, 39.971296529459501 ], [ -75.214450893054902, 39.971324487871101 ], [ -75.214294965892194, 39.971477998939498 ], [ -75.214249934504707, 39.971450164132001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2437, "ADDRESS": "6146 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401285001", "LNIADDRESSKEY": "500552", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.265625, "Shape__Length": 61.026494777320082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232513776069894, 39.9299217781845 ], [ -75.232552327648193, 39.929894495369901 ], [ -75.232590974203703, 39.929928002613998 ], [ -75.232633928566898, 39.929962747546497 ], [ -75.232664297454605, 39.929987384071502 ], [ -75.232702524270294, 39.930019785098501 ], [ -75.232664486012695, 39.9300467559992 ], [ -75.232626701136297, 39.930014864713698 ], [ -75.232595572877202, 39.929989244064203 ], [ -75.232568947979701, 39.929967559383002 ], [ -75.232513776069894, 39.9299217781845 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2438, "ADDRESS": "2323 N 6TH ST", "OWNER1": "MARTIN HANNA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191374100", "LNIADDRESSKEY": "639401", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 326.40234375, "Shape__Length": 121.20994064172913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142992516839399, 39.986816587777 ], [ -75.142801458449696, 39.986790953283503 ], [ -75.142810183693499, 39.986750367857198 ], [ -75.143293561262595, 39.9868152520799 ], [ -75.143284836299301, 39.986855837542898 ], [ -75.142992516839399, 39.986816587777 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2439, "ADDRESS": "1224 W SOMERSET ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372334900", "LNIADDRESSKEY": "541847", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.50390625, "Shape__Length": 72.425161603830333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151278901283803, 39.995087914909 ], [ -75.151316139902804, 39.994896898339803 ], [ -75.151318300251006, 39.994885905259402 ], [ -75.151344115371899, 39.994889343670302 ], [ -75.151376187709602, 39.994893583727702 ], [ -75.151374150369605, 39.994904079528098 ], [ -75.151337240797005, 39.995095264619003 ], [ -75.151278901283803, 39.995087914909 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2440, "ADDRESS": "1513 W OXFORD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471134310", "LNIADDRESSKEY": "466578", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 255.79296875, "Shape__Length": 74.367556382563919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160830906036693, 39.9778912015015 ], [ -75.160870284693701, 39.9777008119855 ], [ -75.160951061387294, 39.9777106624787 ], [ -75.160911625406698, 39.977901985528902 ], [ -75.160830906036693, 39.9778912015015 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2441, "ADDRESS": "1426 S FALLON ST", "OWNER1": "3631 HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273038100", "LNIADDRESSKEY": "284070", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.15625, "Shape__Length": 49.704170131391969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211320915884301, 39.940820739339799 ], [ -75.211353927394001, 39.9408490992531 ], [ -75.211227309280403, 39.940940080907403 ], [ -75.211194054174001, 39.940912601926797 ], [ -75.211320915884301, 39.940820739339799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2442, "ADDRESS": "2220 N 7TH ST", "OWNER1": "ABDPH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371065700", "LNIADDRESSKEY": "642479", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.26953125, "Shape__Length": 63.572295973392642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145436921943798, 39.985456346820399 ], [ -75.145444883953004, 39.9854129777761 ], [ -75.145671078810594, 39.985437464673304 ], [ -75.145663520000795, 39.985480517385398 ], [ -75.145436921943798, 39.985456346820399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2443, "ADDRESS": "428 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191431401", "LNIADDRESSKEY": "628992", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.6015625, "Shape__Length": 62.096643781729341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140481517025904, 39.987361797930298 ], [ -75.140493356392099, 39.987310015037401 ], [ -75.140497094567706, 39.987297285235201 ], [ -75.140503571563002, 39.987270512194499 ], [ -75.140507078818104, 39.987250683841602 ], [ -75.140519654651897, 39.9871960805961 ], [ -75.140521465496604, 39.9871882400723 ], [ -75.140568017589004, 39.987194569452399 ], [ -75.140566561586994, 39.987202434938503 ], [ -75.140560959663702, 39.9872326134698 ], [ -75.140557385867595, 39.987247619840403 ], [ -75.140546730896702, 39.987298607483702 ], [ -75.140542993011294, 39.987311901559103 ], [ -75.140530363485198, 39.987368969009303 ], [ -75.140481517025904, 39.987361797930298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2444, "ADDRESS": "4150 WESTMINSTER AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062090110", "LNIADDRESSKEY": "608016", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.4609375, "Shape__Length": 40.736143492033079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207813141455901, 39.969886620225402 ], [ -75.207860478550202, 39.969881301130101 ], [ -75.207878607665904, 39.969983579182397 ], [ -75.207830653934394, 39.969989141410998 ], [ -75.207813141455901, 39.969886620225402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2445, "ADDRESS": "2747 W STERNER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281397701", "LNIADDRESSKEY": "553746", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.44921875, "Shape__Length": 48.469080604986388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176624254656602, 39.997460029897098 ], [ -75.176650539506198, 39.997333353528298 ], [ -75.176699782035001, 39.997339196739901 ], [ -75.176673026005304, 39.997466716263801 ], [ -75.176624254656602, 39.997460029897098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2446, "ADDRESS": "6051 REGENT ST", "OWNER1": "COOK DENEISHA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401230600", "LNIADDRESSKEY": "499988", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.13671875, "Shape__Length": 56.111478350342388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232375715355104, 39.9324806669905 ], [ -75.232416450937606, 39.932452126816102 ], [ -75.232438587229296, 39.932469537983202 ], [ -75.232515277889107, 39.932534765407802 ], [ -75.232548126867002, 39.932563727103997 ], [ -75.232507367136193, 39.9325928794728 ], [ -75.232375715355104, 39.9324806669905 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2447, "ADDRESS": "2932-40 N 20TH ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111262250", "LNIADDRESSKEY": "670394", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 529.2421875, "Shape__Length": 92.012826762408281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163541878246903, 39.999042208082898 ], [ -75.163507775221603, 39.9991990430374 ], [ -75.163407173223504, 39.999187894511202 ], [ -75.163407401883106, 39.999186851106799 ], [ -75.163357987819595, 39.999180579362204 ], [ -75.163306715341406, 39.999173540402403 ], [ -75.163340133010905, 39.999015448905404 ], [ -75.163541878246903, 39.999042208082898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2448, "ADDRESS": "725 N 39TH ST", "OWNER1": "HO KWUN KIT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243100900", "LNIADDRESSKEY": "686049", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.7265625, "Shape__Length": 77.88506349752771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199812852583705, 39.966247285237102 ], [ -75.200102044889107, 39.966215863463297 ], [ -75.200110405262706, 39.966260442920998 ], [ -75.199821510237996, 39.966290647086197 ], [ -75.199812852583705, 39.966247285237102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2449, "ADDRESS": "2530 N HOWARD ST", "OWNER1": "V2 PROPERTIES ENTITY I LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192018100", "LNIADDRESSKEY": "731685", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.99609375, "Shape__Length": 52.38690391809925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132526386623994, 39.988758042498802 ], [ -75.132533865741806, 39.988720056906601 ], [ -75.132715938090698, 39.988744536061802 ], [ -75.132707693874195, 39.988783342169803 ], [ -75.132526386623994, 39.988758042498802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2450, "ADDRESS": "3251 N 16TH ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112194400", "LNIADDRESSKEY": "660777", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.79296875, "Shape__Length": 90.43171001311795 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155426785463803, 40.003263832381499 ], [ -75.155449746868399, 40.003266882055499 ], [ -75.155460013784506, 40.003268628927998 ], [ -75.155768713859203, 40.003307974305699 ], [ -75.155758792091703, 40.003352579095598 ], [ -75.155416195154302, 40.003308373607602 ], [ -75.155426785463803, 40.003263832381499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2451, "ADDRESS": "749 N 39TH ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243102100", "LNIADDRESSKEY": "686060", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.1484375, "Shape__Length": 75.925303038947447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199973839419201, 39.967080219551598 ], [ -75.200259790942297, 39.967049789592302 ], [ -75.200269357933493, 39.967090188151197 ], [ -75.200197554598404, 39.967097103658404 ], [ -75.199981621404405, 39.9671179036079 ], [ -75.199973839419201, 39.967080219551598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2452, "ADDRESS": "1924 N 6TH ST", "OWNER1": "SANDHU SHAMINDERJIT", "OWNER2": "SANDHU SHAMINDER", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201114800", "LNIADDRESSKEY": "639287", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.46484375, "Shape__Length": 89.225270426859154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144722044372898, 39.980737310892202 ], [ -75.144730027543602, 39.980695257865001 ], [ -75.145071526599907, 39.980733283077498 ], [ -75.145063874898497, 39.980775440507401 ], [ -75.144722044372898, 39.980737310892202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2453, "ADDRESS": "2220 N LEITHGOW ST", "OWNER1": "JBA GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191239900", "LNIADDRESSKEY": "388634", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.71875, "Shape__Length": 40.128591259768058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140403925336102, 39.984850752103398 ], [ -75.140411039001506, 39.984818302462102 ], [ -75.1405463394116, 39.984835984384603 ], [ -75.1405399729679, 39.984868079350299 ], [ -75.140403925336102, 39.984850752103398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2454, "ADDRESS": "637 HUTTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061274410", "LNIADDRESSKEY": "355537", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.6015625, "Shape__Length": 56.207698670985437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208413527965305, 39.964344023086902 ], [ -75.208613442704802, 39.964326624542998 ], [ -75.208618516473095, 39.964366278565898 ], [ -75.2084182078586, 39.9643824261383 ], [ -75.208413527965305, 39.964344023086902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2455, "ADDRESS": "3722 MANTUA AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243005510", "LNIADDRESSKEY": "409561", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 293.30859375, "Shape__Length": 110.56436296975281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197753680728496, 39.9686353276375 ], [ -75.197899824915098, 39.968308092631297 ], [ -75.197915056710102, 39.968306416540699 ], [ -75.197926639785507, 39.968378406633803 ], [ -75.197805733856896, 39.968651170721898 ], [ -75.197753680728496, 39.9686353276375 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2456, "ADDRESS": "12 N 56TH ST", "OWNER1": "MINIHOUSING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042059900", "LNIADDRESSKEY": "695362", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.9921875, "Shape__Length": 77.516278399394665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2328729531135, 39.961446407752497 ], [ -75.2328804564508, 39.961410077530402 ], [ -75.232882285437597, 39.961403138317301 ], [ -75.232892465404205, 39.961404263778697 ], [ -75.233169000401304, 39.9614380889182 ], [ -75.233159871003593, 39.961482088125997 ], [ -75.2328729531135, 39.961446407752497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2457, "ADDRESS": "3817 ARCHER ST", "OWNER1": "HANNA EDWARDS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131283000", "LNIADDRESSKEY": "19764", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.37890625, "Shape__Length": 44.648892204736796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159680370349307, 40.012339817640701 ], [ -75.159811209256901, 40.012280386400803 ], [ -75.159836022262795, 40.012312460325397 ], [ -75.159705131421504, 40.012371600971498 ], [ -75.159680370349307, 40.012339817640701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2458, "ADDRESS": "2143 W SUSQUEHANNA AVE", "OWNER1": "2143 W SUSQUEHANNA AVENUE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162243300", "LNIADDRESSKEY": "559188", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.5234375, "Shape__Length": 73.704772570271103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169009355796405, 39.988238505721199 ], [ -75.169010949723102, 39.988230738782903 ], [ -75.169055568302994, 39.988034903225604 ], [ -75.169115787740694, 39.988043447452498 ], [ -75.169069997265495, 39.988246929937702 ], [ -75.169009355796405, 39.988238505721199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2459, "ADDRESS": "2213 N LAWRENCE ST", "OWNER1": "RAMON ADAMES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191252300", "LNIADDRESSKEY": "384458", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.8515625, "Shape__Length": 49.805555397975212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140573469277797, 39.9847642063039 ], [ -75.140578439768902, 39.9847450070204 ], [ -75.1405820938202, 39.984727374868498 ], [ -75.140754016505994, 39.984750160044499 ], [ -75.140745907108595, 39.984787228458202 ], [ -75.140573469277797, 39.9847642063039 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2460, "ADDRESS": "1240 W GIRARD AVE", "OWNER1": "SALTER IRMA L", "OWNER2": "SALTER OWEN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141432600", "LNIADDRESSKEY": "313952", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-4", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 279.55078125, "Shape__Length": 93.692066978495745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157060173237596, 39.970720474493902 ], [ -75.157122414669502, 39.970728264677199 ], [ -75.157069432874906, 39.970999316815103 ], [ -75.157007161272404, 39.970991735413499 ], [ -75.157060173237596, 39.970720474493902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2461, "ADDRESS": "646 N 38TH ST", "OWNER1": "MANTUA PROPERTY INVESTMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242189100", "LNIADDRESSKEY": "685811", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.1328125, "Shape__Length": 77.182200493023743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197784910897695, 39.964921229486897 ], [ -75.198069848666904, 39.964888041301499 ], [ -75.198077799086903, 39.964932935059998 ], [ -75.197793754611695, 39.964965755707098 ], [ -75.197784910897695, 39.964921229486897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2462, "ADDRESS": "650 N 38TH ST", "OWNER1": "650 N 38TH ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242189300", "LNIADDRESSKEY": "685813", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.09375, "Shape__Length": 76.99398955617616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197801657214598, 39.965008567100703 ], [ -75.198085593579293, 39.964976953626397 ], [ -75.198093265423907, 39.965020341012298 ], [ -75.198008261992101, 39.9650301690993 ], [ -75.197808276878902, 39.965053736496102 ], [ -75.197801657214598, 39.965008567100703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2463, "ADDRESS": "6018 REINHARD ST", "OWNER1": "MCHAYA 2 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401279500", "LNIADDRESSKEY": "500444", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.66796875, "Shape__Length": 60.401212302936379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230054422378601, 39.931705241951903 ], [ -75.230096497730798, 39.931676763563999 ], [ -75.230239985622305, 39.931799426867499 ], [ -75.230199676696699, 39.931828281994399 ], [ -75.230054422378601, 39.931705241951903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2464, "ADDRESS": "1222 W SOMERSET ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372334801", "LNIADDRESSKEY": "541845", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.51953125, "Shape__Length": 71.350068142922069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151318300251006, 39.994885905259402 ], [ -75.151316139902804, 39.994896898339803 ], [ -75.151278901283803, 39.995087914909 ], [ -75.151225419812903, 39.995080659387597 ], [ -75.1512628849474, 39.994890309083402 ], [ -75.151265073797504, 39.994879107162198 ], [ -75.151292891212506, 39.994882799276702 ], [ -75.151318300251006, 39.994885905259402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2465, "ADDRESS": "5132 WARREN ST", "OWNER1": "IRA DEVELOPMENT LLC", "OWNER2": "HHS REALTY LLC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442179200", "LNIADDRESSKEY": "599139", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 423.31640625, "Shape__Length": 110.99310946544691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225426694377006, 39.975464335511603 ], [ -75.225617004419107, 39.975221264684897 ], [ -75.225721451111198, 39.9752111014609 ], [ -75.2255009097791, 39.975498625985601 ], [ -75.225426694377006, 39.975464335511603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2466, "ADDRESS": "1718 S 58TH ST", "OWNER1": "KRSS-1718 SOUTH 58TH STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034127800", "LNIADDRESSKEY": "698417", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.578125, "Shape__Length": 73.263901399250699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230643640889795, 39.937380437202599 ], [ -75.230842688903095, 39.937239507878999 ], [ -75.230882176372603, 39.9372724045203 ], [ -75.230682236465299, 39.937413120606898 ], [ -75.230643640889795, 39.937380437202599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2467, "ADDRESS": "5006 W THOMPSON ST", "OWNER1": "THOMPSON STREET PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442119000", "LNIADDRESSKEY": "570571", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.1953125, "Shape__Length": 66.749138396377447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223222635147494, 39.973189637889902 ], [ -75.223193612991693, 39.973023064199602 ], [ -75.223250356924595, 39.973016657445399 ], [ -75.223277808133403, 39.973183792312703 ], [ -75.2232807998287, 39.973201944604099 ], [ -75.223225777278699, 39.973207680870701 ], [ -75.223222635147494, 39.973189637889902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2468, "ADDRESS": "2310 N CAMAC ST", "OWNER1": "RUBIN REALTY 2310 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371254800", "LNIADDRESSKEY": "60872", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.60546875, "Shape__Length": 49.216660964964269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153113912618807, 39.987811738692102 ], [ -75.153118920499793, 39.987790363828601 ], [ -75.153119194758901, 39.987789241507897 ], [ -75.153122426190905, 39.987775419786203 ], [ -75.153181194330998, 39.987781279326697 ], [ -75.153240076157502, 39.9877879951244 ], [ -75.153292047873606, 39.987792927089302 ], [ -75.153282993276903, 39.987831909790998 ], [ -75.153113912618807, 39.987811738692102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2469, "ADDRESS": "1315 S COLORADO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "365212800", "LNIADDRESSKEY": "93604", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.92578125, "Shape__Length": 49.216798446061873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172843084036003, 39.9343287715174 ], [ -75.172851826721597, 39.934287651979098 ], [ -75.173016368297695, 39.934309242393198 ], [ -75.173007766324602, 39.934350010329503 ], [ -75.172843084036003, 39.9343287715174 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2470, "ADDRESS": "4163 LEIDY AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062196910", "LNIADDRESSKEY": "388101", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 414.0703125, "Shape__Length": 141.56332585577144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208451351534293, 39.975061837065702 ], [ -75.2087006918903, 39.974662257069703 ], [ -75.208752398782295, 39.974681359126002 ], [ -75.208503736370105, 39.9750812932458 ], [ -75.208451351534293, 39.975061837065702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2471, "ADDRESS": "3745 N PARK AVE", "OWNER1": "FLORES RENTAL MANAGEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432381600", "LNIADDRESSKEY": "470191", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.6484375, "Shape__Length": 90.96105504502502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149625103169797, 40.010158597779999 ], [ -75.149615808946606, 40.0101992676382 ], [ -75.149266118689695, 40.010153479385004 ], [ -75.149276101231195, 40.010112587498398 ], [ -75.149625103169797, 40.010158597779999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2472, "ADDRESS": "2829 W LEHIGH AVE", "OWNER1": "AZAB LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281381000", "LNIADDRESSKEY": "387959", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.26171875, "Shape__Length": 76.474636567129963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177984789687301, 39.997299792684501 ], [ -75.177969981050396, 39.997297880732503 ], [ -75.178015875486494, 39.997087241271998 ], [ -75.178079600150099, 39.997095842232802 ], [ -75.178034326763196, 39.997306173517998 ], [ -75.177984789687301, 39.997299792684501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2473, "ADDRESS": "1947 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321286201", "LNIADDRESSKEY": "670079", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 277.2265625, "Shape__Length": 92.969275382566636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166059944513606, 39.984091393857 ], [ -75.166070082166101, 39.984043632913398 ], [ -75.166418960670498, 39.984091077731001 ], [ -75.166409075508795, 39.9841388274899 ], [ -75.166059944513606, 39.984091393857 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2474, "ADDRESS": "543 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183031001", "LNIADDRESSKEY": "435712", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.8984375, "Shape__Length": 55.349826268308547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144515472396705, 39.978602258118102 ], [ -75.144578635310197, 39.978610800087999 ], [ -75.144577389523306, 39.978617591411599 ], [ -75.144555210748507, 39.9787385512195 ], [ -75.144484479857098, 39.978748148426497 ], [ -75.144515472396705, 39.978602258118102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2475, "ADDRESS": "57 E ASHMEAD ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121092000", "LNIADDRESSKEY": "22984", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.04296875, "Shape__Length": 55.252326172079009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165710413167105, 40.031872532192999 ], [ -75.165738093764404, 40.031845526595099 ], [ -75.165897010200894, 40.031942822344597 ], [ -75.165869419152799, 40.031969670065102 ], [ -75.165767723617904, 40.031907770811102 ], [ -75.165710413167105, 40.031872532192999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2476, "ADDRESS": "5005 WALNUT ST", "OWNER1": "BCAR & CO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "602042600", "LNIADDRESSKEY": "595022", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.6875, "Shape__Length": 91.355058829406715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221708984978306, 39.956874191611199 ], [ -75.221762175842301, 39.956608279488101 ], [ -75.221820691752797, 39.9566152430709 ], [ -75.221766852223595, 39.9568817209394 ], [ -75.221708984978306, 39.956874191611199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2477, "ADDRESS": "2141 N REESE ST", "OWNER1": "RIOS JOSEPH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191318900", "LNIADDRESSKEY": "498720", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.953125, "Shape__Length": 45.352333920377312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142322296414704, 39.983810594879202 ], [ -75.1424724611025, 39.983830239773901 ], [ -75.142463738067406, 39.983869132429398 ], [ -75.142313602460504, 39.983849261803996 ], [ -75.142322296414704, 39.983810594879202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2478, "ADDRESS": "30 E ABBOTTSFORD AVE", "OWNER1": "AARC PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121001900", "LNIADDRESSKEY": "1506", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.62890625, "Shape__Length": 70.107758664738128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159485069431796, 40.026538925228103 ], [ -75.159490141543799, 40.026518115809601 ], [ -75.159529876336293, 40.026339001611397 ], [ -75.159579178006396, 40.026345465741699 ], [ -75.159563584152195, 40.026415638728899 ], [ -75.159534223019804, 40.0265454344636 ], [ -75.159485069431796, 40.026538925228103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2479, "ADDRESS": "1604 N 17TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471263110", "LNIADDRESSKEY": "662835", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 353.7890625, "Shape__Length": 104.09645455412627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163015515884197, 39.9783058904776 ], [ -75.163403920975895, 39.978357767068601 ], [ -75.163397998768701, 39.978388954026798 ], [ -75.1633938103963, 39.978412555216899 ], [ -75.1630033356968, 39.978360504675102 ], [ -75.163015515884197, 39.9783058904776 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2480, "ADDRESS": "2421 NICHOLAS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291254300", "LNIADDRESSKEY": "451245", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.2578125, "Shape__Length": 66.620331636715974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174772775709599, 39.980583932397998 ], [ -75.174805633618803, 39.980434674778799 ], [ -75.174904629191005, 39.980447148526302 ], [ -75.174873176814799, 39.980597452472701 ], [ -75.174772775709599, 39.980583932397998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2481, "ADDRESS": "4807 N 7TH ST", "OWNER1": "WRIGHT GERALDINE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491203500", "LNIADDRESSKEY": "643391", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.18359375, "Shape__Length": 72.362129492604936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136343870241106, 40.024964817134602 ], [ -75.136350836792801, 40.024932010655299 ], [ -75.136352834380105, 40.024922593130398 ], [ -75.136378876928205, 40.024925846115501 ], [ -75.136618224317004, 40.024955859648401 ], [ -75.136608989134203, 40.024998544906701 ], [ -75.136369827509796, 40.024968116610403 ], [ -75.136343870241106, 40.024964817134602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2482, "ADDRESS": "1141 W SILVER ST", "OWNER1": "BERNARD JURMAN", "OWNER2": "CHARLES L JURMAN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372309500", "LNIADDRESSKEY": "537681", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.1875, "Shape__Length": 59.255799072090397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150455303110903, 39.994355041511596 ], [ -75.150485969784896, 39.994210398211102 ], [ -75.150557980007704, 39.994219799152603 ], [ -75.150560148427701, 39.994220073513702 ], [ -75.150528303229194, 39.994364866966301 ], [ -75.150455303110903, 39.994355041511596 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2483, "ADDRESS": "1022 W ORLEANS ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372400501", "LNIADDRESSKEY": "463144", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.80859375, "Shape__Length": 46.860228374803143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147587537966899, 39.996940753854801 ], [ -75.147613275499296, 39.996819341474001 ], [ -75.147633031877206, 39.996821740076399 ], [ -75.147661731893905, 39.996825421530403 ], [ -75.147636721172901, 39.9969475115211 ], [ -75.147587537966899, 39.996940753854801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2484, "ADDRESS": "2561 N MOLE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161062500", "LNIADDRESSKEY": "433496", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.54296875, "Shape__Length": 41.28035252673309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157634898156999, 39.992571147967901 ], [ -75.157643581823905, 39.992533624125798 ], [ -75.157777181863395, 39.9925518911122 ], [ -75.157768606438793, 39.992589304780097 ], [ -75.157634898156999, 39.992571147967901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2485, "ADDRESS": "1231 HANSON ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273039510", "LNIADDRESSKEY": "332193", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.26953125, "Shape__Length": 44.435342221427881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213870842354694, 39.942948324246998 ], [ -75.213819794875405, 39.942936314803497 ], [ -75.2139396393395, 39.942851742063901 ], [ -75.213971317857201, 39.942878314750502 ], [ -75.2138711747142, 39.942948396918403 ], [ -75.213870842354694, 39.942948324246998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2486, "ADDRESS": "4303 MANTUA AVE", "OWNER1": "RUFFIN GAIL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062119110", "LNIADDRESSKEY": "409662", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.06640625, "Shape__Length": 91.098504204202456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211485395733604, 39.972452658230203 ], [ -75.211541825173001, 39.972466480037603 ], [ -75.211429889801707, 39.972721916709098 ], [ -75.211376199571603, 39.972708236540697 ], [ -75.211485395733604, 39.972452658230203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2487, "ADDRESS": "1439 HANSON ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273043100", "LNIADDRESSKEY": "332255", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.66015625, "Shape__Length": 50.565378115773484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211256178344797, 39.940551286300298 ], [ -75.211292253867001, 39.940580616184299 ], [ -75.211162274501305, 39.940671893896699 ], [ -75.211128586116402, 39.940643679995702 ], [ -75.211256178344797, 39.940551286300298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2488, "ADDRESS": "6057 REINHARD ST", "OWNER1": "TAX CREDIT ASSOCIATES", "OWNER2": "I-LIMITED PARTNERSHIP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401273300", "LNIADDRESSKEY": "500483", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.37890625, "Shape__Length": 59.985342234596615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231044295413099, 39.931345262049497 ], [ -75.231086385931903, 39.931316317379597 ], [ -75.231227234989305, 39.931438485608503 ], [ -75.231185112978494, 39.931467687549002 ], [ -75.231044295413099, 39.931345262049497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2489, "ADDRESS": "3033 RIDGE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323048401", "LNIADDRESSKEY": "504359", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.01953125, "Shape__Length": 64.018822269806961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183099642064803, 39.989098339054102 ], [ -75.1832682146689, 39.988994702921403 ], [ -75.183301705859506, 39.989026804757302 ], [ -75.183114522052193, 39.989142130912697 ], [ -75.183094131941502, 39.989123797745499 ], [ -75.183099642064803, 39.989098339054102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2490, "ADDRESS": "2838 N WATTS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885452880", "LNIADDRESSKEY": "602884", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.2578125, "Shape__Length": 50.160877188071538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153354093251394, 39.996288819788802 ], [ -75.153517865071706, 39.996310820670097 ], [ -75.153508761113201, 39.996355395356197 ], [ -75.153344498659706, 39.996333125448999 ], [ -75.153354093251394, 39.996288819788802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2491, "ADDRESS": "2032 CHELTEN AVE", "OWNER1": "PRICE STREET PROPERTIES L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171328900", "LNIADDRESSKEY": "77474", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 342.70703125, "Shape__Length": 99.452663747579408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154483056296996, 40.051446234326299 ], [ -75.154464357107898, 40.0517310678675 ], [ -75.154388769103505, 40.051727538913497 ], [ -75.154410393244504, 40.051443028251803 ], [ -75.154483056296996, 40.051446234326299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2492, "ADDRESS": "1435 W HAGERT ST", "OWNER1": "TURF WIZARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161286500", "LNIADDRESSKEY": "329491", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.85546875, "Shape__Length": 49.238920175320459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156657573651501, 39.990487436774004 ], [ -75.156647432835101, 39.990485160087303 ], [ -75.156674593828896, 39.990355621769702 ], [ -75.156724390408499, 39.990362163110099 ], [ -75.1566954639936, 39.990491806838698 ], [ -75.156657573651501, 39.990487436774004 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2493, "ADDRESS": "4156 W GIRARD AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062170200", "LNIADDRESSKEY": "314479", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.25, "Shape__Length": 95.64890689124384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208410814883806, 39.973241309025802 ], [ -75.208422446830795, 39.973240051846702 ], [ -75.208475634590599, 39.973523613140202 ], [ -75.208419961990302, 39.973529343712897 ], [ -75.208367183130207, 39.973246049357499 ], [ -75.208410814883806, 39.973241309025802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2494, "ADDRESS": "2362 N WOODSTOCK ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162160700", "LNIADDRESSKEY": "624174", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.6640625, "Shape__Length": 58.521581067534768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165845393101094, 39.990537443043301 ], [ -75.166051064504899, 39.990567203794399 ], [ -75.166042176441493, 39.990607496436198 ], [ -75.1658371131998, 39.990578796793898 ], [ -75.165845393101094, 39.990537443043301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2495, "ADDRESS": "2103 N FRANKLIN ST", "OWNER1": "BOB THE BUILDER REAL ESTATE INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202050600", "LNIADDRESSKEY": "299230", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.56640625, "Shape__Length": 63.339114132211101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1460969403647, 39.983504357193297 ], [ -75.146105880222095, 39.9834646797093 ], [ -75.146333795751701, 39.983494530643597 ], [ -75.146325717280504, 39.983534695088899 ], [ -75.1460969403647, 39.983504357193297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2496, "ADDRESS": "648 N 38TH ST", "OWNER1": "KIBBUTZ 03 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242189200", "LNIADDRESSKEY": "685812", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.4375, "Shape__Length": 76.648379031285344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197793754611695, 39.964965755707098 ], [ -75.198077799086903, 39.964932935059998 ], [ -75.198085593579293, 39.964976953626397 ], [ -75.197801657214598, 39.965008567100703 ], [ -75.197793754611695, 39.964965755707098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2497, "ADDRESS": "2419 MUTTER ST", "OWNER1": "VIGO IGNACIO", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885205560", "LNIADDRESSKEY": "444393", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.2109375, "Shape__Length": 42.147743429111515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134011627679101, 39.987198023158903 ], [ -75.134019290799998, 39.987161734484602 ], [ -75.134158468476997, 39.987181703980902 ], [ -75.134155826309197, 39.987199133774197 ], [ -75.1341521028166, 39.987216925236602 ], [ -75.134011627679101, 39.987198023158903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2498, "ADDRESS": "3025 N PHILIP ST", "OWNER1": "ANGEL RANCO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193014600", "LNIADDRESSKEY": "482184", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.953125, "Shape__Length": 51.834023058880227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134263115618694, 39.996597164585502 ], [ -75.134246603281298, 39.996668361168297 ], [ -75.134095801742603, 39.996598155404797 ], [ -75.134099583845995, 39.996576157490303 ], [ -75.134263115618694, 39.996597164585502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2499, "ADDRESS": "1435 HANSON ST", "OWNER1": "1435 S HANSON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273042900", "LNIADDRESSKEY": "332253", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.8671875, "Shape__Length": 50.816845888778175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211195921766603, 39.940701170060201 ], [ -75.211326090915307, 39.940609316489699 ], [ -75.211360399338105, 39.940638833614997 ], [ -75.211230512600494, 39.940730451331198 ], [ -75.211195921766603, 39.940701170060201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2500, "ADDRESS": "640 W CUMBERLAND ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371376400", "LNIADDRESSKEY": "105911", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.0390625, "Shape__Length": 75.55376216485746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144251339866003, 39.9893838553187 ], [ -75.144298243612099, 39.989168590547401 ], [ -75.144352154255401, 39.989175971789997 ], [ -75.144305264232997, 39.989390883240198 ], [ -75.144251339866003, 39.9893838553187 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2501, "ADDRESS": "1825 N 8TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202091401", "LNIADDRESSKEY": "644918", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.125, "Shape__Length": 71.948694135331124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147611750905796, 39.979639935708903 ], [ -75.147619970943197, 39.9795987573792 ], [ -75.147885225164899, 39.979634884253201 ], [ -75.147876607721699, 39.979675472429101 ], [ -75.147611750905796, 39.979639935708903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2502, "ADDRESS": "6011 REGENT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401228601", "LNIADDRESSKEY": "499948", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.66796875, "Shape__Length": 55.641427786768929 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231457737750503, 39.933109047433902 ], [ -75.231590999181194, 39.933220216252401 ], [ -75.231551294851002, 39.933247988172504 ], [ -75.231517685842505, 39.9332197989972 ], [ -75.231419128267405, 39.933136133816603 ], [ -75.231457737750503, 39.933109047433902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2503, "ADDRESS": "5811 BELMAR ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034100610", "LNIADDRESSKEY": "34649", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.875, "Shape__Length": 62.365456629904408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230579585206499, 39.937005928359099 ], [ -75.230620923604206, 39.936977047223003 ], [ -75.230771966637207, 39.937105210573499 ], [ -75.230732513191001, 39.937132972008797 ], [ -75.230579585206499, 39.937005928359099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2504, "ADDRESS": "634 CANTRELL ST", "OWNER1": "LI LING", "OWNER2": "YANG YIHUI", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393062900", "LNIADDRESSKEY": "63981", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.24609375, "Shape__Length": 50.26153667257379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157839100108404, 39.922346209736801 ], [ -75.157868130808097, 39.922214087393499 ], [ -75.157894067570197, 39.922217493915603 ], [ -75.157917748218594, 39.922220722161498 ], [ -75.157889623608, 39.922353252436501 ], [ -75.157839100108404, 39.922346209736801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2505, "ADDRESS": "4548 DITMAN ST", "OWNER1": "COMMUNITY DEV CORP", "OWNER2": "FRANKFORD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232358430", "LNIADDRESSKEY": "730575", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 424.06640625, "Shape__Length": 100.88420460885959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.0812169921047, 40.010915843867899 ], [ -75.0812914966927, 40.010870053722897 ], [ -75.081515824916195, 40.011083009323997 ], [ -75.081515159516201, 40.011083429736701 ], [ -75.081441118334695, 40.011129166600099 ], [ -75.0812169921047, 40.010915843867899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2506, "ADDRESS": "2151 N 22ND ST", "OWNER1": "CARA AND ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322088800", "LNIADDRESSKEY": "674056", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 286.0390625, "Shape__Length": 93.930385183654892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1688507008991, 39.987577781027497 ], [ -75.169093947715695, 39.987612299809598 ], [ -75.169202190468795, 39.987627661083998 ], [ -75.169191890961997, 39.987676450282699 ], [ -75.169085230648506, 39.987661365605597 ], [ -75.168840769387302, 39.987626820623603 ], [ -75.1688507008991, 39.987577781027497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2507, "ADDRESS": "2126 N 7TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202034401", "LNIADDRESSKEY": "642424", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.5546875, "Shape__Length": 69.8919477967017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145725530415305, 39.983931749230699 ], [ -75.145731061402103, 39.983900069818901 ], [ -75.145732400925496, 39.9838924753237 ], [ -75.145992684494303, 39.983922029716197 ], [ -75.145985283264096, 39.983960371426001 ], [ -75.145725530415305, 39.983931749230699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2508, "ADDRESS": "449 W NORRIS ST", "OWNER1": "COSMAS ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183209400", "LNIADDRESSKEY": "452235", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.25390625, "Shape__Length": 62.631996091614354 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142318731239598, 39.981579077256001 ], [ -75.142354779245693, 39.981407525161103 ], [ -75.142408919650407, 39.9814153158908 ], [ -75.142372899601, 39.9815861433121 ], [ -75.142318731239598, 39.981579077256001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2509, "ADDRESS": "1916 N ORIANNA ST", "OWNER1": "TOPER ERICA S", "OWNER2": null, "BLDG_DESC": "ROW 4STY MAS.+OTHER", "OPA_ID": "183314800", "LNIADDRESSKEY": "461415", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 77.02734375, "Shape__Length": 41.323107515531952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140479650818605, 39.980038568443803 ], [ -75.140486832953499, 39.980005427700803 ], [ -75.140626780283299, 39.980024649165799 ], [ -75.140618763127506, 39.980057690964102 ], [ -75.140479650818605, 39.980038568443803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2510, "ADDRESS": "2348 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162186801", "LNIADDRESSKEY": "672335", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.1796875, "Shape__Length": 68.325788194875912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167139702324405, 39.9905154433646 ], [ -75.167150011894606, 39.990469750649297 ], [ -75.167392651507399, 39.990500082953503 ], [ -75.167391288806101, 39.9905056138034 ], [ -75.167383164599798, 39.990544554176303 ], [ -75.167382871606307, 39.990546175041104 ], [ -75.167139702324405, 39.9905154433646 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2511, "ADDRESS": "4917 MARKET ST", "OWNER1": "4917 MARKET STREET LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441000800", "LNIADDRESSKEY": "410759", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.5546875, "Shape__Length": 84.139643045226691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219818481686005, 39.959765579258899 ], [ -75.219766992223597, 39.959759413887703 ], [ -75.21981711606, 39.959517645816497 ], [ -75.219874320644607, 39.9595244361347 ], [ -75.219874065346502, 39.959525671631702 ], [ -75.219826304994299, 39.959761947319301 ], [ -75.219825405600503, 39.959766408832003 ], [ -75.219818481686005, 39.959765579258899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2512, "ADDRESS": "628 E WENSLEY ST", "OWNER1": "JACOVINI ROSEANNE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331129000", "LNIADDRESSKEY": "607034", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.6328125, "Shape__Length": 47.957016084333695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118064519192501, 39.999361945996597 ], [ -75.118063162077306, 39.9993682817774 ], [ -75.118038147778705, 39.999485320699698 ], [ -75.117986100179607, 39.999478387794497 ], [ -75.118012198946204, 39.999361520163703 ], [ -75.118013616297105, 39.999355217300497 ], [ -75.1180215611694, 39.999356270080199 ], [ -75.118064519192501, 39.999361945996597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2513, "ADDRESS": "4149 W GIRARD AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062178900", "LNIADDRESSKEY": "314472", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 398.3671875, "Shape__Length": 109.74149452076301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209167066868304, 39.973730618843398 ], [ -75.209244376650702, 39.973722272039097 ], [ -75.209303273594202, 39.9740375540472 ], [ -75.209265980152495, 39.974040919127901 ], [ -75.209227171425098, 39.974045541332302 ], [ -75.209167066868304, 39.973730618843398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2514, "ADDRESS": "2326-28 N 9TH ST", "OWNER1": "HARMONY INVESTMENT GROUP LLC", "OWNER2": null, "BLDG_DESC": null, "OPA_ID": "371130000", "LNIADDRESSKEY": "647563", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 654.5546875, "Shape__Length": 126.18497484327406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147331183458306, 39.987620447519902 ], [ -75.1475415042473, 39.987647720771903 ], [ -75.147551938762405, 39.987600210043396 ], [ -75.147561690466603, 39.987555730407202 ], [ -75.147669741063496, 39.987568851808 ], [ -75.147664612646906, 39.987592754480701 ], [ -75.147628887417397, 39.987753933289603 ], [ -75.147312070429706, 39.9877134623205 ], [ -75.147331183458306, 39.987620447519902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2515, "ADDRESS": "2612 FRANKFORD AVE", "OWNER1": "NEW KENSINGTON COMMUNITY", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885373500", "LNIADDRESSKEY": "297101", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 254.65625, "Shape__Length": 86.154027753569849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123904129695603, 39.985584228424202 ], [ -75.123940249088093, 39.985543256207499 ], [ -75.124164491611793, 39.985658873156503 ], [ -75.124216498704399, 39.985685565479002 ], [ -75.124194365761298, 39.985697020246398 ], [ -75.124182480804706, 39.985703051019897 ], [ -75.124170354341601, 39.9857093826162 ], [ -75.124159685631, 39.985715425446003 ], [ -75.123904129695603, 39.985584228424202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2516, "ADDRESS": "6034 TRINITY ST", "OWNER1": "PA STAR PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "401214500", "LNIADDRESSKEY": "577443", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.56640625, "Shape__Length": 56.462368621158902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232569454841098, 39.933283592582399 ], [ -75.2326120229216, 39.933253657718303 ], [ -75.232742032638896, 39.933365028578699 ], [ -75.232698341211702, 39.9333959051527 ], [ -75.232569454841098, 39.933283592582399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2517, "ADDRESS": "3444 N 23RD ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112317725", "LNIADDRESSKEY": "675808", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.578125, "Shape__Length": 89.075189134953774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166993039215399, 40.0078335746569 ], [ -75.166655239838903, 40.007789168932597 ], [ -75.166664859154494, 40.007745874283202 ], [ -75.167002663482606, 40.007790259822599 ], [ -75.166993039215399, 40.0078335746569 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2518, "ADDRESS": "2533 W FLETCHER ST", "OWNER1": "LOTS OF PATIENCE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281186000", "LNIADDRESSKEY": "292937", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.53515625, "Shape__Length": 53.624132812904726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175185631554299, 39.989636438722499 ], [ -75.175234228633798, 39.989643090386501 ], [ -75.175205388631696, 39.989788005315901 ], [ -75.175157283184603, 39.989782171076797 ], [ -75.175185631554299, 39.989636438722499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2519, "ADDRESS": "5103 CHESTER AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511270500", "LNIADDRESSKEY": "80002", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 342.8125, "Shape__Length": 101.61336855750319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219274032459893, 39.942407813344303 ], [ -75.219326077236303, 39.942370580164301 ], [ -75.219586264458897, 39.942588663738 ], [ -75.219531637248906, 39.942625501062302 ], [ -75.219274032459893, 39.942407813344303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2520, "ADDRESS": "1824 CECIL B MOORE AVE", "OWNER1": "PHILA REDEVELOPMENT", "OWNER2": "AUTHORITY", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "471146210", "LNIADDRESSKEY": "71571", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 226.02734375, "Shape__Length": 83.895051726285942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165216759121193, 39.979550488065598 ], [ -75.1652681561729, 39.979308316340003 ], [ -75.165324872566003, 39.979316138491697 ], [ -75.165272458063598, 39.979557545111 ], [ -75.165216759121193, 39.979550488065598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2521, "ADDRESS": "2115 N DARIEN ST", "OWNER1": "ELLIOT B WARREN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202127400", "LNIADDRESSKEY": "108588", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.84765625, "Shape__Length": 44.391922526852639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147351710101404, 39.983842273711304 ], [ -75.147498541672405, 39.983862545963802 ], [ -75.147491420551006, 39.983899637179398 ], [ -75.147342811424394, 39.983879824675299 ], [ -75.147348215818596, 39.983855784113103 ], [ -75.147351710101404, 39.983842273711304 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2522, "ADDRESS": "2353 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191196001", "LNIADDRESSKEY": "461643", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.28515625, "Shape__Length": 44.940729795612071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138715347822398, 39.9868673593867 ], [ -75.138723669025296, 39.986829463587 ], [ -75.1388732343095, 39.986848893313102 ], [ -75.138864914693897, 39.986886788031597 ], [ -75.138715347822398, 39.9868673593867 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2523, "ADDRESS": "1810 E OAKDALE ST", "OWNER1": "METROPOLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314223400", "LNIADDRESSKEY": "453886", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.01953125, "Shape__Length": 56.448961102306171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125703317908901, 39.989205692115803 ], [ -75.125874511750794, 39.989116303778303 ], [ -75.125900305974397, 39.989146230947 ], [ -75.125729985101202, 39.989235269862398 ], [ -75.125703317908901, 39.989205692115803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2524, "ADDRESS": "2611 N 29TH ST", "OWNER1": "PLANET PHILLY PROPERTIES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281170800", "LNIADDRESSKEY": "682294", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.703125, "Shape__Length": 69.063527046261527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178476707217101, 39.9957300788314 ], [ -75.178486393242096, 39.995687948304699 ], [ -75.178702054155394, 39.9957173623364 ], [ -75.178735966979701, 39.995722312816099 ], [ -75.178726755139607, 39.9957652277253 ], [ -75.178476707217101, 39.9957300788314 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2525, "ADDRESS": "2015 CECIL B MOORE AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472066600", "LNIADDRESSKEY": "71642", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 245.4609375, "Shape__Length": 85.794245700841913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1680833407937, 39.980338522539697 ], [ -75.168087957243003, 39.980315751894302 ], [ -75.168133306280694, 39.980092931984402 ], [ -75.168193521132196, 39.980100831403298 ], [ -75.168148119471496, 39.980323923831897 ], [ -75.168143575182, 39.9803462602369 ], [ -75.1680833407937, 39.980338522539697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2526, "ADDRESS": "4902 W THOMPSON ST", "OWNER1": "A TO Z REAL ESTATE TRANSACTION LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442113700", "LNIADDRESSKEY": "570479", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.79296875, "Shape__Length": 71.94197359334737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219896724058501, 39.973339400300098 ], [ -75.219947762332197, 39.973334335741001 ], [ -75.219981954909599, 39.973540195366802 ], [ -75.219929049752395, 39.973545347175403 ], [ -75.219896724058501, 39.973339400300098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2527, "ADDRESS": "5224 W STILES ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442102000", "LNIADDRESSKEY": "555292", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.26171875, "Shape__Length": 59.673601040277724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226984037834299, 39.972063614669501 ], [ -75.226926262149703, 39.972069614256 ], [ -75.226896627225102, 39.971910282367901 ], [ -75.226952972674397, 39.971903848155598 ], [ -75.226984037834299, 39.972063614669501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2528, "ADDRESS": "817 N 40TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243159610", "LNIADDRESSKEY": "686292", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.05078125, "Shape__Length": 78.247817013145891 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202757032400399, 39.967879352523397 ], [ -75.203034086219304, 39.967848299111402 ], [ -75.203044568680497, 39.967902274458801 ], [ -75.202767688443998, 39.9679337676152 ], [ -75.202757032400399, 39.967879352523397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2529, "ADDRESS": "3109 N HUTCHINSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372172501", "LNIADDRESSKEY": "354816", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.40234375, "Shape__Length": 49.055547040872085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145512938494406, 39.9992546586546 ], [ -75.145681193613797, 39.999277385019397 ], [ -75.145672572884607, 39.999315248553799 ], [ -75.145505251211105, 39.999292237009897 ], [ -75.145512938494406, 39.9992546586546 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2530, "ADDRESS": "2133 N FRANKLIN ST", "OWNER1": "KINARIWALA NEAL MUKESH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202052100", "LNIADDRESSKEY": "299260", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.109375, "Shape__Length": 62.739401182976238 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145974146653501, 39.9840803250856 ], [ -75.145982445482801, 39.984042019510198 ], [ -75.146210036904193, 39.984072201175898 ], [ -75.146202050600607, 39.984110530749497 ], [ -75.145974146653501, 39.9840803250856 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2531, "ADDRESS": "2351 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162180401", "LNIADDRESSKEY": "672338", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.90625, "Shape__Length": 76.416733156128785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166652295990801, 39.9905178217168 ], [ -75.166661900484101, 39.9904741595982 ], [ -75.166942712912103, 39.990512493673201 ], [ -75.166937362243502, 39.9905369078853 ], [ -75.166933099655495, 39.990556429297101 ], [ -75.166652295990801, 39.9905178217168 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2532, "ADDRESS": "2009 N 20TH ST", "OWNER1": "LAMAJ ENEA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321286900", "LNIADDRESSKEY": "670090", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.55078125, "Shape__Length": 72.810007181703838 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166014547034493, 39.984701892901299 ], [ -75.166024067632605, 39.984659309039898 ], [ -75.166111821573907, 39.984670489735997 ], [ -75.166173334398195, 39.984679047807603 ], [ -75.166230397360906, 39.984686731921002 ], [ -75.166290001011603, 39.984694827976803 ], [ -75.166281428456202, 39.984737819509299 ], [ -75.166014547034493, 39.984701892901299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2533, "ADDRESS": "4115 CAMBRIDGE ST", "OWNER1": "SKOWYRA RACHEL LYNN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062162500", "LNIADDRESSKEY": "63447", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.015625, "Shape__Length": 74.565415134436648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207136839358199, 39.973131584809899 ], [ -75.207192003788606, 39.973125424637097 ], [ -75.207232634906802, 39.973337395106199 ], [ -75.207178043312098, 39.973343342745203 ], [ -75.207136839358199, 39.973131584809899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2534, "ADDRESS": "2239 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191228601", "LNIADDRESSKEY": "388648", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.6328125, "Shape__Length": 44.731767947906519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140080639901299, 39.985173650481997 ], [ -75.140090264435898, 39.985129893805201 ], [ -75.140231094279301, 39.985148749267204 ], [ -75.140221533593206, 39.985192523173602 ], [ -75.140080639901299, 39.985173650481997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2535, "ADDRESS": "4661 N 8TH ST", "OWNER1": "ESTUDANTE ARMANDO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491247900", "LNIADDRESSKEY": "646018", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 32.1875, "Shape__Length": 24.074926500375902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138317850711303, 40.022966851477499 ], [ -75.138389244242703, 40.022974989559799 ], [ -75.138383311125594, 40.023002099278202 ], [ -75.138312016361098, 40.022994172926801 ], [ -75.138317850711303, 40.022966851477499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2536, "ADDRESS": "2801 DIAMOND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323124601", "LNIADDRESSKEY": "116732", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 305.828125, "Shape__Length": 92.416544430037902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178971974461305, 39.987989070717603 ], [ -75.179030372251404, 39.987730205146299 ], [ -75.179101351330303, 39.987739017791498 ], [ -75.179042874722398, 39.9879983479007 ], [ -75.178971974461305, 39.987989070717603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2537, "ADDRESS": "4813 N 7TH ST", "OWNER1": "RUPNARAIN KALLAWAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491203800", "LNIADDRESSKEY": "643397", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.078125, "Shape__Length": 72.977407241254483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136342504894003, 40.025095535692401 ], [ -75.136316824370297, 40.025092162544503 ], [ -75.136321406156696, 40.0250706490421 ], [ -75.136325706448005, 40.0250476953807 ], [ -75.136352038916996, 40.025051067597097 ], [ -75.136590814684098, 40.025081746186601 ], [ -75.136581192083099, 40.025126920711401 ], [ -75.136342504894003, 40.025095535692401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2538, "ADDRESS": "2043 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321259101", "LNIADDRESSKEY": "668036", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.06640625, "Shape__Length": 69.776220332135381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164284687221894, 39.9853111121176 ], [ -75.164293955824704, 39.985266909879201 ], [ -75.164545341056098, 39.985299332187203 ], [ -75.164535748326301, 39.985343783930098 ], [ -75.164284687221894, 39.9853111121176 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2539, "ADDRESS": "4850 N SYDENHAM ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132096800", "LNIADDRESSKEY": "560594", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 624.375, "Shape__Length": 120.03222065745834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1497537637606, 40.027820177956499 ], [ -75.149788693297097, 40.027664316641498 ], [ -75.150090592670296, 40.027703922906497 ], [ -75.150101593248905, 40.027705236275999 ], [ -75.150100861804901, 40.027708458877697 ], [ -75.149744626855195, 40.027896106006402 ], [ -75.149735703392494, 40.027900804375101 ], [ -75.1497537637606, 40.027820177956499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2540, "ADDRESS": "1613 W TIOGA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112098700", "LNIADDRESSKEY": "573007", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 411.44921875, "Shape__Length": 108.54716699196874 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1555849727051, 40.007035249669002 ], [ -75.155651473509494, 40.006728926598399 ], [ -75.155731718455897, 40.006739283807697 ], [ -75.155666035598898, 40.007046172768099 ], [ -75.1555849727051, 40.007035249669002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2541, "ADDRESS": "1257 S RUBY ST", "OWNER1": "LOTIM 01 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511243900", "LNIADDRESSKEY": "519506", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.2578125, "Shape__Length": 51.060713839704761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223809310704596, 39.941303708465099 ], [ -75.223844115848095, 39.941333554776797 ], [ -75.223714767115098, 39.941425182365101 ], [ -75.223678510997303, 39.941395480875997 ], [ -75.223809310704596, 39.941303708465099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2542, "ADDRESS": "730 N 42ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061259610", "LNIADDRESSKEY": "686948", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.94140625, "Shape__Length": 75.988103685901308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207535300669704, 39.965499152838603 ], [ -75.2078194818897, 39.965477724624598 ], [ -75.207827194750095, 39.965519596191101 ], [ -75.207543783835803, 39.965542299522802 ], [ -75.207535300669704, 39.965499152838603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2543, "ADDRESS": "2503 N 7TH ST", "OWNER1": "POINT BREEZE HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371061800", "LNIADDRESSKEY": "642535", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.375, "Shape__Length": 87.614548993848402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144002051311304, 39.9897307866188 ], [ -75.144010240954799, 39.989693236657402 ], [ -75.144109973688799, 39.989706381978401 ], [ -75.144177100319595, 39.9897156108511 ], [ -75.144349515397494, 39.989739045734098 ], [ -75.144340698180102, 39.989776050992198 ], [ -75.144171660205203, 39.9897530948503 ], [ -75.144002051311304, 39.9897307866188 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2544, "ADDRESS": "1949 N 4TH ST", "OWNER1": "EUBANKS ELIZABETH", "OWNER2": null, "BLDG_DESC": "APT 2-4 UNTS 3STY FRAME", "OPA_ID": "183322600", "LNIADDRESSKEY": "634592", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.56640625, "Shape__Length": 60.023161891524055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140460871727797, 39.9807945545789 ], [ -75.140467609417698, 39.9807642577194 ], [ -75.140470255969106, 39.9807526474006 ], [ -75.140681153209698, 39.980783395544599 ], [ -75.140672589287405, 39.980824112892002 ], [ -75.140460871727797, 39.9807945545789 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2545, "ADDRESS": "2427 W THOMPSON ST", "OWNER1": "HARRISON PROPERTIES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291048700", "LNIADDRESSKEY": "570334", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.5, "Shape__Length": 84.871165410273875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176174900705902, 39.975747150574399 ], [ -75.176226450249402, 39.975499804214799 ], [ -75.1762797956155, 39.975506981131502 ], [ -75.176229563184094, 39.975753841222101 ], [ -75.176174900705902, 39.975747150574399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2546, "ADDRESS": "707 N 35TH ST", "OWNER1": "COLONEL PANKEY", "OWNER2": "RENNIE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243074000", "LNIADDRESSKEY": "685390", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.8046875, "Shape__Length": 94.733669992588361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1934372880404, 39.966500256681201 ], [ -75.1934437525899, 39.966540023645102 ], [ -75.193074049745505, 39.966579177417998 ], [ -75.193067585408699, 39.966539410433398 ], [ -75.1934372880404, 39.966500256681201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2547, "ADDRESS": "2332 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472076900", "LNIADDRESSKEY": "435901", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.37890625, "Shape__Length": 80.700823985816328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173303944187595, 39.981955850570699 ], [ -75.173250864315904, 39.982197277944302 ], [ -75.173194748000896, 39.982189570116198 ], [ -75.173240907921695, 39.981979195103698 ], [ -75.173303944187595, 39.981955850570699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2548, "ADDRESS": "3037 KENSINGTON AVE", "OWNER1": "VP KENSINGTON EMERALD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885328180", "LNIADDRESSKEY": "368763", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.92578125, "Shape__Length": 65.925947596329962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117149886622101, 39.994090338173201 ], [ -75.117288040508299, 39.994239136986003 ], [ -75.117241529610297, 39.994265167529797 ], [ -75.117103250217099, 39.9941158679624 ], [ -75.117149886622101, 39.994090338173201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2549, "ADDRESS": "2204 N MARSHALL ST", "OWNER1": "POINT BREEZE HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371048300", "LNIADDRESSKEY": "413914", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.65234375, "Shape__Length": 91.421291956640758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144708823565793, 39.985016716254599 ], [ -75.145061925544098, 39.9850564617876 ], [ -75.145054176844496, 39.985097203543397 ], [ -75.144701076121805, 39.985057458019902 ], [ -75.144708823565793, 39.985016716254599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2550, "ADDRESS": "17 FARSON ST", "OWNER1": "ROBERTSON WILLIAM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441067500", "LNIADDRESSKEY": "285554", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 244.8125, "Shape__Length": 89.123371655928281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221375733378196, 39.960097865403903 ], [ -75.221385303932095, 39.960054600869597 ], [ -75.221724053659301, 39.960094870616302 ], [ -75.221714041506104, 39.960138720102201 ], [ -75.221375733378196, 39.960097865403903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2551, "ADDRESS": "820 N 15TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151013710", "LNIADDRESSKEY": "657862", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.37890625, "Shape__Length": 85.729223235439832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161858301853997, 39.968742454092599 ], [ -75.161859914348398, 39.968734785645303 ], [ -75.161867372907494, 39.968699039355997 ], [ -75.162182883972804, 39.968739797308203 ], [ -75.162188418953093, 39.968784203726301 ], [ -75.161858301853997, 39.968742454092599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2552, "ADDRESS": "5024 RACE ST", "OWNER1": "IRA DEVELOPMENT LLC", "OWNER2": "MKOS ENTERPRISES LLC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441023200", "LNIADDRESSKEY": "493822", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.1640625, "Shape__Length": 75.14863018816952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221174748463199, 39.962632473020598 ], [ -75.221137722891299, 39.962628239899701 ], [ -75.221183207468201, 39.962415916200499 ], [ -75.221231471407194, 39.962421541277202 ], [ -75.221238835167, 39.962422397346799 ], [ -75.221236396015996, 39.962438382500402 ], [ -75.221215063181404, 39.962541028304003 ], [ -75.221194585038205, 39.962634748272301 ], [ -75.221174748463199, 39.962632473020598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2553, "ADDRESS": "2126 N 5TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191306701", "LNIADDRESSKEY": "636618", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.32421875, "Shape__Length": 56.585177218904434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142352219356795, 39.983544296274601 ], [ -75.142272467497904, 39.983533827615197 ], [ -75.142179978684396, 39.983520022900599 ], [ -75.142187796367907, 39.983488315616697 ], [ -75.142360950168595, 39.983511722221202 ], [ -75.142395002994206, 39.983516622617699 ], [ -75.142388580348893, 39.9835496354303 ], [ -75.142352219356795, 39.983544296274601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2554, "ADDRESS": "2104 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291097200", "LNIADDRESSKEY": "419320", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.34765625, "Shape__Length": 71.672754669664812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170436063897498, 39.975924502664498 ], [ -75.170479704174994, 39.975724308631499 ], [ -75.170535559881202, 39.975731060361397 ], [ -75.170492105412393, 39.975931839742699 ], [ -75.170436063897498, 39.975924502664498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2555, "ADDRESS": "3223 W ARIZONA ST", "OWNER1": "MARVIN G & JOS LEON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282336900", "LNIADDRESSKEY": "20993", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.17578125, "Shape__Length": 46.954198672221011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185130027453994, 39.992967697311101 ], [ -75.185080373782199, 39.992961720078199 ], [ -75.185104019269204, 39.992843397466302 ], [ -75.185158580352393, 39.992850403376202 ], [ -75.185158349625596, 39.992851510966801 ], [ -75.185153472839801, 39.992875178498203 ], [ -75.185134261806397, 39.992968210897601 ], [ -75.185130027453994, 39.992967697311101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2556, "ADDRESS": "6006 IRVING ST", "OWNER1": "DAI YUBAO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "031109400", "LNIADDRESSKEY": "357708", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.703125, "Shape__Length": 74.628826779343498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242152858336397, 39.957203594609901 ], [ -75.242148940760103, 39.957203074243701 ], [ -75.242193534929598, 39.956992529610702 ], [ -75.242249785396496, 39.956999626915497 ], [ -75.242204532038301, 39.957210430833896 ], [ -75.242172202212501, 39.957206146055398 ], [ -75.242167680186995, 39.957205547154899 ], [ -75.242152858336397, 39.957203594609901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2557, "ADDRESS": "2614 TITAN ST", "OWNER1": "THE CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362068800", "LNIADDRESSKEY": "573671", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.69921875, "Shape__Length": 44.500242759751195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187679546022295, 39.937094677148302 ], [ -75.187704852477694, 39.936978890646699 ], [ -75.187750700132796, 39.936984734203101 ], [ -75.187725915502895, 39.9371006134621 ], [ -75.187679546022295, 39.937094677148302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2558, "ADDRESS": "2259 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162072501", "LNIADDRESSKEY": "668144", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.2734375, "Shape__Length": 69.51658608504782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163549459745497, 39.988625290758598 ], [ -75.163558828033501, 39.988583993206298 ], [ -75.163813105550503, 39.988617255769199 ], [ -75.163804100405898, 39.988657787774301 ], [ -75.163549459745497, 39.988625290758598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2559, "ADDRESS": "2809 WHARTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362076810", "LNIADDRESSKEY": "610466", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.2265625, "Shape__Length": 63.318736610432424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190778698833299, 39.937205801808403 ], [ -75.190843506873605, 39.937214211605998 ], [ -75.190807662798704, 39.937379767277299 ], [ -75.190743693900302, 39.937371876247802 ], [ -75.190778698833299, 39.937205801808403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2560, "ADDRESS": "2034 N RANDOLPH ST", "OWNER1": "PHILADELPHIA REDEVELOPMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885865140", "LNIADDRESSKEY": "494817", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.7890625, "Shape__Length": 60.85752271869012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143251268835101, 39.982440595219899 ], [ -75.143260449384101, 39.9823968609061 ], [ -75.143473147885501, 39.982425049744997 ], [ -75.143462871714505, 39.982468952908697 ], [ -75.143251268835101, 39.982440595219899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2561, "ADDRESS": "262 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191429301", "LNIADDRESSKEY": "628948", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.640625, "Shape__Length": 63.733932185280317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138057631759807, 39.987051545316703 ], [ -75.137999715865405, 39.987044279400401 ], [ -75.138033893432393, 39.986872077619999 ], [ -75.138092799479296, 39.986879939331601 ], [ -75.138057631759807, 39.987051545316703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2562, "ADDRESS": "1917 W SUSQUEHANNA AVE", "OWNER1": "CALLAHAN WARD TEMPLE IX LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162240400", "LNIADDRESSKEY": "559155", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.88671875, "Shape__Length": 74.771351339251012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164585063813604, 39.987674226873899 ], [ -75.164630049165098, 39.987464699951303 ], [ -75.164687774501701, 39.987472657618099 ], [ -75.164643150298005, 39.987682048532001 ], [ -75.164585063813604, 39.987674226873899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2563, "ADDRESS": "727 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371383900", "LNIADDRESSKEY": "105931", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.16015625, "Shape__Length": 67.550294546827104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145402967460498, 39.9896678814859 ], [ -75.145454112516305, 39.9896747320362 ], [ -75.145416408290103, 39.9898643984654 ], [ -75.145363316536304, 39.989857486831099 ], [ -75.145402967460498, 39.9896678814859 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2564, "ADDRESS": "5137 DELANCEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "602114900", "LNIADDRESSKEY": "112850", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-6", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.015625, "Shape__Length": 57.393679398881943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225245109822396, 39.954155973699002 ], [ -75.225225472578003, 39.954153478232698 ], [ -75.225226340033601, 39.954149273894402 ], [ -75.225256187209595, 39.954002162551198 ], [ -75.225306806193899, 39.954007387370098 ], [ -75.225313066451506, 39.954008025197297 ], [ -75.225282513229899, 39.954156103102299 ], [ -75.225281591999206, 39.954160612596901 ], [ -75.225245109822396, 39.954155973699002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2565, "ADDRESS": "3928 BROWN ST", "OWNER1": "ASILLANI ILIRJAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243068600", "LNIADDRESSKEY": "53916", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.04296875, "Shape__Length": 82.570395799836717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201390728517495, 39.967283406901601 ], [ -75.201434435993306, 39.967521111142098 ], [ -75.201377513783299, 39.967527293612299 ], [ -75.201333338551294, 39.967289772671997 ], [ -75.201390728517495, 39.967283406901601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2566, "ADDRESS": "3900 WYALUSING AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243181110", "LNIADDRESSKEY": "625631", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.40234375, "Shape__Length": 50.703710604678861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201518463993807, 39.972361078633 ], [ -75.201541605230005, 39.972496482006903 ], [ -75.201493871026798, 39.972501708637097 ], [ -75.201468100556298, 39.972366585860698 ], [ -75.201518463993807, 39.972361078633 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2567, "ADDRESS": "213 W HAZZARD ST", "OWNER1": "ERSHI REAL ESTATE HOLDING", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192301500", "LNIADDRESSKEY": "731334", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.765625, "Shape__Length": 39.998055293163439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135941861486998, 39.989726575699997 ], [ -75.135963577174607, 39.989624644130302 ], [ -75.135963861037595, 39.9896232799126 ], [ -75.136006920742702, 39.989628887342398 ], [ -75.135983477966107, 39.989732133373401 ], [ -75.135941861486998, 39.989726575699997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2568, "ADDRESS": "4541 TACKAWANNA ST", "OWNER1": "COMMUNITY DEV CORP", "OWNER2": "FRANKFORD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232348901", "LNIADDRESSKEY": "563241", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 417.15625, "Shape__Length": 100.48616945737776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081515159516201, 40.011083429736701 ], [ -75.081515824916195, 40.011083009323997 ], [ -75.081588532979794, 40.0110380951661 ], [ -75.081811604144505, 40.011251617876397 ], [ -75.0817382498482, 40.011296984572802 ], [ -75.081515159516201, 40.011083429736701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2569, "ADDRESS": "1818 N 24TH ST", "OWNER1": "INFINITI PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322147700", "LNIADDRESSKEY": "676557", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.84765625, "Shape__Length": 71.706417469955284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173685354190795, 39.983031995221602 ], [ -75.173694405323403, 39.982986755823902 ], [ -75.173953097447296, 39.983023577807501 ], [ -75.173949075535006, 39.983044539693601 ], [ -75.1739429965955, 39.983068357794799 ], [ -75.173685354190795, 39.983031995221602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2570, "ADDRESS": "948 N 43RD ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062318310", "LNIADDRESSKEY": "687434", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.42578125, "Shape__Length": 70.712982645134133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210471591380994, 39.971090752418299 ], [ -75.210718579020394, 39.971062786656397 ], [ -75.210732674863806, 39.971061196345602 ], [ -75.210737108993897, 39.971084958164099 ], [ -75.210738330106594, 39.971091528714403 ], [ -75.210739322809701, 39.971096886867201 ], [ -75.210740286876003, 39.971101953813097 ], [ -75.210726042713503, 39.971103556610302 ], [ -75.210479039837693, 39.971131377893897 ], [ -75.210471591380994, 39.971090752418299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2571, "ADDRESS": "3928 FOLSOM ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243055910", "LNIADDRESSKEY": "293701", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.0234375, "Shape__Length": 62.783769307782222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201180353125594, 39.966831107812297 ], [ -75.201213418716904, 39.9670067724511 ], [ -75.201164024190305, 39.967012815680597 ], [ -75.201130658531298, 39.966836725391701 ], [ -75.201180353125594, 39.966831107812297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2572, "ADDRESS": "735 BROOKLYN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061265210", "LNIADDRESSKEY": "52474", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.37109375, "Shape__Length": 71.939886941855718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207820127363505, 39.965562914131297 ], [ -75.207834913251602, 39.965561356382601 ], [ -75.207849781919094, 39.965560363593099 ], [ -75.208089909370003, 39.965541085118403 ], [ -75.208095056293899, 39.965581047129703 ], [ -75.207824933575395, 39.965601885389503 ], [ -75.207820127363505, 39.965562914131297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2573, "ADDRESS": "2464 N MARSTON ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281088401", "LNIADDRESSKEY": "415795", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.30078125, "Shape__Length": 52.455626393258299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177136738432296, 39.993589992084701 ], [ -75.177313583026702, 39.993613202588399 ], [ -75.177304460118407, 39.993655377185597 ], [ -75.177126825281107, 39.993632035204499 ], [ -75.177136738432296, 39.993589992084701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2574, "ADDRESS": "2451 N CLEVELAND ST", "OWNER1": "URBANIAK MARZENA", "OWNER2": "SPADLO VOYTEK", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162024800", "LNIADDRESSKEY": "90236", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.89453125, "Shape__Length": 51.680103210789369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162036823365597, 39.991313625148301 ], [ -75.1620353436861, 39.991313414961503 ], [ -75.162027878557694, 39.991312424467502 ], [ -75.1620355314558, 39.991279325875702 ], [ -75.162037917052402, 39.991272286415402 ], [ -75.1620441938977, 39.991273104827798 ], [ -75.162045924569696, 39.991273337567598 ], [ -75.162212525080903, 39.991295051031699 ], [ -75.162204926997404, 39.991336050526598 ], [ -75.162036823365597, 39.991313625148301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2575, "ADDRESS": "4147 LEIDY AVE", "OWNER1": "PITTS KEVIN C", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062196100", "LNIADDRESSKEY": "388085", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 402.80859375, "Shape__Length": 140.89321956982161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208040689857597, 39.974909001864397 ], [ -75.208289525755404, 39.974510669569298 ], [ -75.208340318137701, 39.974529558971298 ], [ -75.208091225739594, 39.974928062511303 ], [ -75.208040689857597, 39.974909001864397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2576, "ADDRESS": "1833 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322045201", "LNIADDRESSKEY": "672069", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.58203125, "Shape__Length": 55.951124418479424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168506382914003, 39.982482979369799 ], [ -75.168516112456103, 39.982439239984799 ], [ -75.168527843543103, 39.982440986025999 ], [ -75.168642747339902, 39.9824572569525 ], [ -75.168706130271602, 39.982466757909201 ], [ -75.168696441764098, 39.9825104993567 ], [ -75.168626891722795, 39.982500084809701 ], [ -75.168615241565703, 39.982498404796502 ], [ -75.168518076462703, 39.982484596172903 ], [ -75.168506382914003, 39.982482979369799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2577, "ADDRESS": "1422 S FALLON ST", "OWNER1": "SMITH KEVIN M", "OWNER2": "SMITH KIMBERLY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273037900", "LNIADDRESSKEY": "284068", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.38671875, "Shape__Length": 49.967916425977243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211260969948796, 39.940969002574903 ], [ -75.211388097584006, 39.9408773068537 ], [ -75.211421771489, 39.940905875122702 ], [ -75.211293277642199, 39.940997168978001 ], [ -75.211260969948796, 39.940969002574903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2578, "ADDRESS": "2429 NICHOLAS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291254710", "LNIADDRESSKEY": "451253", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 872.08984375, "Shape__Length": 122.85423164399421 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174970771591802, 39.980610427449101 ], [ -75.175002503843103, 39.980459339122099 ], [ -75.175349804882302, 39.9805032876993 ], [ -75.175317383891198, 39.980654876483101 ], [ -75.174970771591802, 39.980610427449101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2579, "ADDRESS": "534 EDGLEY ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191386601", "LNIADDRESSKEY": "730594", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.9375, "Shape__Length": 40.850770477712096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143082532983499, 39.983418547513601 ], [ -75.1431055545482, 39.983317773054402 ], [ -75.143154757606496, 39.983325387046897 ], [ -75.143131919757195, 39.983425763606299 ], [ -75.143082532983499, 39.983418547513601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2580, "ADDRESS": "6011 UPLAND ST", "OWNER1": "LEWIS TERRIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401287200", "LNIADDRESSKEY": "583801", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.765625, "Shape__Length": 59.760014391630847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229736637004706, 39.931688908578302 ], [ -75.229753154481301, 39.931677681363603 ], [ -75.229776666100094, 39.931661369675602 ], [ -75.229920430506297, 39.931783345701 ], [ -75.229881039400496, 39.931811156584303 ], [ -75.229736637004706, 39.931688908578302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2581, "ADDRESS": "1950 N UBER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT O/PUBLIC PROPERTY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321279801", "LNIADDRESSKEY": "581658", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.49609375, "Shape__Length": 70.68926419884771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165782980074994, 39.984063879245397 ], [ -75.165791664862098, 39.984023985257998 ], [ -75.166052203994695, 39.984059141196603 ], [ -75.166043552352406, 39.984099245432603 ], [ -75.165782980074994, 39.984063879245397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2582, "ADDRESS": "2210 N 3RD ST", "OWNER1": "LTD 2210 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191180800", "LNIADDRESSKEY": "632554", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.4140625, "Shape__Length": 57.632892002670928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139010978385301, 39.984509792666699 ], [ -75.139021451843007, 39.984461945586297 ], [ -75.139214052059103, 39.984487604733502 ], [ -75.139203704494705, 39.984535455818602 ], [ -75.139010978385301, 39.984509792666699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2583, "ADDRESS": "1821 N BUCKNELL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322134201", "LNIADDRESSKEY": "54850", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.9453125, "Shape__Length": 49.449805341263158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172879603452401, 39.982726569399802 ], [ -75.172888973149099, 39.982685641797303 ], [ -75.173054172049206, 39.982709049664599 ], [ -75.173044337986894, 39.982750063710498 ], [ -75.172879603452401, 39.982726569399802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2584, "ADDRESS": "2222 N 7TH ST", "OWNER1": "POINT BREEZE HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371065801", "LNIADDRESSKEY": "642481", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.77734375, "Shape__Length": 64.064312456587359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1454288006708, 39.985500585114202 ], [ -75.145436921943798, 39.985456346820399 ], [ -75.145663520000795, 39.985480517385398 ], [ -75.145655636245706, 39.9855255145605 ], [ -75.1454288006708, 39.985500585114202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2585, "ADDRESS": "2516 N HOWARD ST", "OWNER1": "SOTO ALISA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192017400", "LNIADDRESSKEY": "731671", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.26171875, "Shape__Length": 52.525452834196976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132583372425401, 39.988490412012403 ], [ -75.132591713941196, 39.988451817619399 ], [ -75.132772983969105, 39.988474795091399 ], [ -75.132765033845402, 39.9885146722442 ], [ -75.132583372425401, 39.988490412012403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2586, "ADDRESS": "2603 WILDER ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364232200", "LNIADDRESSKEY": "613358", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.65234375, "Shape__Length": 49.985311471367439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187864724702294, 39.934891701012297 ], [ -75.187892460602697, 39.934760300207898 ], [ -75.187942703809298, 39.934766709317401 ], [ -75.187915119887606, 39.934898000900702 ], [ -75.187864724702294, 39.934891701012297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2587, "ADDRESS": "6142 REINHARD ST", "OWNER1": "KURT KEALEY", "OWNER2": "MARTHA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401284800", "LNIADDRESSKEY": "500548", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.1875, "Shape__Length": 60.644154463157101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232441229756105, 39.929973105621499 ], [ -75.232477820924998, 39.929947328381402 ], [ -75.232628964084398, 39.930071945218401 ], [ -75.232613330506894, 39.930083030052103 ], [ -75.232591651085897, 39.9300985288207 ], [ -75.232528482203705, 39.9300459306126 ], [ -75.232479277022506, 39.930005809122598 ], [ -75.232441229756105, 39.929973105621499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2588, "ADDRESS": "1802 N 24TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322146901", "LNIADDRESSKEY": "676541", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.6328125, "Shape__Length": 71.84025818428529 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173761089876095, 39.982675545010601 ], [ -75.173770504279602, 39.982632845609203 ], [ -75.174031200683302, 39.982669325002298 ], [ -75.174021107874395, 39.982713895689699 ], [ -75.173761089876095, 39.982675545010601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2589, "ADDRESS": "2026 N 19TH ST", "OWNER1": "RK PROPERTY HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321267000", "LNIADDRESSKEY": "668020", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.03125, "Shape__Length": 54.553181723484144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164782474323204, 39.985041678759899 ], [ -75.164791621125303, 39.985000666718598 ], [ -75.164969396079201, 39.985022950331597 ], [ -75.164980133494396, 39.985024386021301 ], [ -75.164972308650107, 39.985064250898901 ], [ -75.164782474323204, 39.985041678759899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2590, "ADDRESS": "4508-46 N 10TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. ACRE+", "OPA_ID": "785607080", "LNIADDRESSKEY": "650139", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 9170.51171875, "Shape__Length": 416.17545529956419 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141461710763593, 40.0220208451845 ], [ -75.141643056184606, 40.021113219025302 ], [ -75.141939501634099, 40.0211482297656 ], [ -75.141950275227302, 40.021094303948701 ], [ -75.142246830136401, 40.0211293265167 ], [ -75.142054402781099, 40.022089770772197 ], [ -75.141461710763593, 40.0220208451845 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2591, "ADDRESS": "2025 W WESTMORELAND ST", "OWNER1": "EGYROCCO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112033900", "LNIADDRESSKEY": "609225", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.81640625, "Shape__Length": 68.102745580775263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163057893188494, 40.0046167595208 ], [ -75.163111703351603, 40.0046238387866 ], [ -75.163068656294698, 40.004813438021301 ], [ -75.163014963253801, 40.004806586631801 ], [ -75.163057893188494, 40.0046167595208 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2592, "ADDRESS": "675 N 39TH ST", "OWNER1": "FATHOM ENTERPRISES QOZB LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242195000", "LNIADDRESSKEY": "686032", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.4453125, "Shape__Length": 85.061122718624148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199605096980903, 39.965307035164102 ], [ -75.199765357435396, 39.9652897536971 ], [ -75.199929193466701, 39.965272085205903 ], [ -75.199936575041093, 39.965313177436201 ], [ -75.199612201117105, 39.965348845435798 ], [ -75.199605096980903, 39.965307035164102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2593, "ADDRESS": "2407 N 6TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191376100", "LNIADDRESSKEY": "639440", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 353.1015625, "Shape__Length": 121.46713475981259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142733132056904, 39.987978988848901 ], [ -75.142551651049203, 39.987954909594002 ], [ -75.142561477108003, 39.9879107541121 ], [ -75.142746798729206, 39.987935211178403 ], [ -75.143041148684006, 39.987974668640099 ], [ -75.143032037019196, 39.988018759290703 ], [ -75.142733132056904, 39.987978988848901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2594, "ADDRESS": "2836 N 11TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372233601", "LNIADDRESSKEY": "652074", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 258.6171875, "Shape__Length": 89.616046077571966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148783385812905, 39.9957683007244 ], [ -75.148792718256104, 39.995722198661397 ], [ -75.149129978941104, 39.995764015387699 ], [ -75.149120048339199, 39.995810409140397 ], [ -75.148783385812905, 39.9957683007244 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2595, "ADDRESS": "2800 ORMES ST", "OWNER1": "SOILED LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "071404800", "LNIADDRESSKEY": "463174", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.67578125, "Shape__Length": 51.516868317406356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126032288691107, 39.9920068314334 ], [ -75.126039963325397, 39.991969270750701 ], [ -75.126213211164895, 39.9919907212279 ], [ -75.126217503040607, 39.991992463710098 ], [ -75.126219937353696, 39.991993469939501 ], [ -75.126219753704703, 39.991994433218899 ], [ -75.126212986189302, 39.992029097573102 ], [ -75.126128975534101, 39.992019084788602 ], [ -75.126032288691107, 39.9920068314334 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2596, "ADDRESS": "1924 N ORIANNA ST", "OWNER1": "HAMILL TROY", "OWNER2": "HYLDAHL LINDA KAREN", "BLDG_DESC": "ROW 3STY FRAME", "OPA_ID": "183315200", "LNIADDRESSKEY": "461423", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.94921875, "Shape__Length": 41.107481443357294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140449900554103, 39.980169334291098 ], [ -75.140457828598699, 39.9801364042305 ], [ -75.1405964769408, 39.980156176222302 ], [ -75.1405890887102, 39.980188699589597 ], [ -75.140449900554103, 39.980169334291098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2597, "ADDRESS": "3928 WYALUSING AVE", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243182500", "LNIADDRESSKEY": "625659", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.40234375, "Shape__Length": 50.611666260780147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2021611353548, 39.972291495721301 ], [ -75.202210547049006, 39.9722862260992 ], [ -75.202234928387199, 39.9724209957254 ], [ -75.202185911389705, 39.972426355214097 ], [ -75.2021611353548, 39.972291495721301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2598, "ADDRESS": "2644 MANTON ST", "OWNER1": "EVANS CHRISTINA ROSE", "OWNER2": "EVANS PETER THOMAS", "BLDG_DESC": "ROW 3STY MAS.+OTHER", "OPA_ID": "362036800", "LNIADDRESSKEY": "409481", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.078125, "Shape__Length": 54.405671268385618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188133460790596, 39.938349356962398 ], [ -75.188166776478894, 39.938200526798397 ], [ -75.188212257185796, 39.938206152469803 ], [ -75.188180796538006, 39.938355766286698 ], [ -75.188133460790596, 39.938349356962398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2599, "ADDRESS": "2038 GERMANTOWN AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183440600", "LNIADDRESSKEY": "309173", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.671875, "Shape__Length": 44.019682358593457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144048919054399, 39.982499412616399 ], [ -75.144197566590407, 39.982491375264402 ], [ -75.1441900210162, 39.9825329223655 ], [ -75.144053047233101, 39.982540902668099 ], [ -75.144048919054399, 39.982499412616399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2600, "ADDRESS": "2938 N 12TH ST", "OWNER1": "BCM THIRD INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372260600", "LNIADDRESSKEY": "654207", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.078125, "Shape__Length": 80.07337099013111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150028306967599, 39.997499439846102 ], [ -75.150037788541496, 39.997455469734597 ], [ -75.150336038080397, 39.9974982034025 ], [ -75.150325994218804, 39.997539920640897 ], [ -75.150028306967599, 39.997499439846102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2601, "ADDRESS": "2807 W LEHIGH AVE", "OWNER1": "ARMS INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281379900", "LNIADDRESSKEY": "387937", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.7109375, "Shape__Length": 75.362940625732591 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177145942082802, 39.9971880798253 ], [ -75.177191426641201, 39.996977270395298 ], [ -75.177250544565496, 39.9969852043115 ], [ -75.177204013401706, 39.997196007197303 ], [ -75.177145942082802, 39.9971880798253 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2602, "ADDRESS": "2021 N 30TH ST", "OWNER1": "ONEG DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "323256400", "LNIADDRESSKEY": "682972", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.859375, "Shape__Length": 56.936225702431038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182133673490995, 39.9873851743966 ], [ -75.182261863825104, 39.987398971598701 ], [ -75.182237637257501, 39.987512638260696 ], [ -75.182105021073397, 39.987407520369601 ], [ -75.182133673490995, 39.9873851743966 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2603, "ADDRESS": "2339 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191173401", "LNIADDRESSKEY": "632611", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.671875, "Shape__Length": 58.852363793514428 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138195143436505, 39.986458660128697 ], [ -75.138204132509699, 39.9864206128698 ], [ -75.138414732210606, 39.986447730279203 ], [ -75.138406453133996, 39.986485821864697 ], [ -75.138195143436505, 39.986458660128697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2604, "ADDRESS": "1510 DIAMOND ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321035500", "LNIADDRESSKEY": "116435", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 290.2109375, "Shape__Length": 94.862711015172323 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158666115119203, 39.984907371124898 ], [ -75.158726192995601, 39.984634415149301 ], [ -75.158790492587997, 39.984642975920899 ], [ -75.158729560597095, 39.984915798886803 ], [ -75.158666115119203, 39.984907371124898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2605, "ADDRESS": "1122 N 39TH ST", "OWNER1": "MONTANA INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243225500", "LNIADDRESSKEY": "686097", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.88671875, "Shape__Length": 73.133778228863349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201957735483305, 39.973509234996698 ], [ -75.201964256625004, 39.973508541863303 ], [ -75.2019715000974, 39.973549469785098 ], [ -75.201964895581199, 39.973550161067699 ], [ -75.201699525960606, 39.973577973742799 ], [ -75.201691809209706, 39.973537374293201 ], [ -75.201957735483305, 39.973509234996698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2606, "ADDRESS": "4021 BROWN ST", "OWNER1": "LOW INCOME RENOV", "OWNER2": "INC / A PA CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062001400", "LNIADDRESSKEY": "53949", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.015625, "Shape__Length": 85.828353928186971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204725906088001, 39.9673099987331 ], [ -75.204749654121997, 39.967560750104298 ], [ -75.204693135865796, 39.967565106251797 ], [ -75.204668348374994, 39.967314170751301 ], [ -75.204725906088001, 39.9673099987331 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2607, "ADDRESS": "3864 ASPEN ST", "OWNER1": "AHM PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243037800", "LNIADDRESSKEY": "23840", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.4609375, "Shape__Length": 84.749529350280625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199765508948403, 39.966314742048503 ], [ -75.199823750773405, 39.966308008577897 ], [ -75.199829360016096, 39.966333811903702 ], [ -75.1998373468724, 39.966377770399497 ], [ -75.199845248379006, 39.966421195404102 ], [ -75.199853799804501, 39.966466842316201 ], [ -75.199860345455406, 39.966508447562603 ], [ -75.199868590886794, 39.966552186550601 ], [ -75.199809939904796, 39.966558701470902 ], [ -75.199765508948403, 39.966314742048503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2608, "ADDRESS": "928 N 13TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141209410", "LNIADDRESSKEY": "655870", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.69140625, "Shape__Length": 55.52611133761998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157512011772297, 39.970593988243103 ], [ -75.157522095420504, 39.9705488216566 ], [ -75.157708469791203, 39.970572569766098 ], [ -75.157699421816105, 39.970618064983903 ], [ -75.157512011772297, 39.970593988243103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2609, "ADDRESS": "1823 N BUCKNELL ST", "OWNER1": "LOTS OF PATIENCE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322134300", "LNIADDRESSKEY": "54852", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.28515625, "Shape__Length": 48.795841547608852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172871023124202, 39.9827660629701 ], [ -75.172879603452401, 39.982726569399802 ], [ -75.173044337986894, 39.982750063710498 ], [ -75.173035768174103, 39.982788703817199 ], [ -75.172871023124202, 39.9827660629701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2610, "ADDRESS": "6038 ALLMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401247800", "LNIADDRESSKEY": "12059", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.3828125, "Shape__Length": 60.011438594030345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231439005556496, 39.932142578211398 ], [ -75.231474827191093, 39.932117830640898 ], [ -75.231481810246805, 39.932113003734699 ], [ -75.231609893695705, 39.932222044008199 ], [ -75.231617020117199, 39.932228035582597 ], [ -75.231618068295603, 39.932230267168599 ], [ -75.231621291398298, 39.932237092044097 ], [ -75.231582126147302, 39.932264505265302 ], [ -75.231439005556496, 39.932142578211398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2611, "ADDRESS": "6053 REINHARD ST", "OWNER1": "BAILEY RICHARD", "OWNER2": "ALBERTA H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401273100", "LNIADDRESSKEY": "500479", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.89453125, "Shape__Length": 59.625703502029069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230960037413595, 39.931404632921101 ], [ -75.2310012333961, 39.931376103362901 ], [ -75.231142088719494, 39.931498062352603 ], [ -75.231100898685995, 39.931526431039202 ], [ -75.230960037413595, 39.931404632921101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2612, "ADDRESS": "2423 CECIL B MOORE AVE", "OWNER1": "ALCAN COLD STORAGE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291262400", "LNIADDRESSKEY": "71746", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.4296875, "Shape__Length": 77.218741386364343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174779048636395, 39.980950137649899 ], [ -75.174835315292796, 39.980957718575702 ], [ -75.174790302444904, 39.981176679467801 ], [ -75.174733118734494, 39.981168915763099 ], [ -75.174779048636395, 39.980950137649899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2613, "ADDRESS": "3927 FOLSOM ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243061610", "LNIADDRESSKEY": "293700", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.6484375, "Shape__Length": 69.6770717775387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201134934450494, 39.967096878597403 ], [ -75.201184536052295, 39.967090935710701 ], [ -75.201223991006998, 39.967290083934898 ], [ -75.201173346418202, 39.967295342560703 ], [ -75.201134934450494, 39.967096878597403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2614, "ADDRESS": "1308 N 24TH ST", "OWNER1": "BSK PH DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291313000", "LNIADDRESSKEY": "676493", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.84765625, "Shape__Length": 59.579707503608049 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175522605518907, 39.975627239628302 ], [ -75.175322526571193, 39.9756024723359 ], [ -75.175331213825501, 39.9755606755594 ], [ -75.175531143013501, 39.975585914763599 ], [ -75.175541085393206, 39.975587435274498 ], [ -75.175533017724106, 39.975628376487201 ], [ -75.175522605518907, 39.975627239628302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2615, "ADDRESS": "2757 N 13TH ST", "OWNER1": "INFINITI PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372269100", "LNIADDRESSKEY": "656065", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 232.36328125, "Shape__Length": 80.729932102794308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151696119706699, 39.995092410943499 ], [ -75.1519925634462, 39.995129506572802 ], [ -75.151982692185399, 39.995177158792103 ], [ -75.151686903032797, 39.995139368406697 ], [ -75.151696119706699, 39.995092410943499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2616, "ADDRESS": "1431 OGDEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152311600", "LNIADDRESSKEY": "456349", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.16796875, "Shape__Length": 58.55147995880192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160982225465801, 39.9699647901435 ], [ -75.161015645204301, 39.969805296089802 ], [ -75.161067044132395, 39.969811695210502 ], [ -75.161033660792, 39.969971351154499 ], [ -75.160982225465801, 39.9699647901435 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2617, "ADDRESS": "934-36 W DAUPHIN ST", "OWNER1": "ESP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371323100", "LNIADDRESSKEY": "110498", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 485.8359375, "Shape__Length": 99.200978738668553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148431072169402, 39.9868536539975 ], [ -75.148483518276393, 39.9866082087796 ], [ -75.148602684416502, 39.986623789911498 ], [ -75.148549722124102, 39.986869610912997 ], [ -75.148431072169402, 39.9868536539975 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2618, "ADDRESS": "2338 N LEITHGOW ST", "OWNER1": "JENNIE SCHLITTER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191244600", "LNIADDRESSKEY": "388708", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.44140625, "Shape__Length": 44.932767069724719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140001771765697, 39.986701835315998 ], [ -75.140011069507594, 39.9866605692959 ], [ -75.140155411205598, 39.986680858426503 ], [ -75.140145343533803, 39.986723073295401 ], [ -75.140001771765697, 39.986701835315998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2619, "ADDRESS": "2957 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192195800", "LNIADDRESSKEY": "462690", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.375, "Shape__Length": 43.066038666075514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138620510101603, 39.996111575453 ], [ -75.138624260697298, 39.9960914620967 ], [ -75.138628628199399, 39.996074346286697 ], [ -75.138638577112104, 39.996075604290198 ], [ -75.138770002227602, 39.996092198377397 ], [ -75.138761282291796, 39.996130914064203 ], [ -75.138630330934603, 39.996112927403303 ], [ -75.138620510101603, 39.996111575453 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2620, "ADDRESS": "2229 N FRANKLIN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371078001", "LNIADDRESSKEY": "299330", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.44140625, "Shape__Length": 64.622151071003202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145662494071502, 39.985575345721898 ], [ -75.145892957862998, 39.985601160056802 ], [ -75.145885655197503, 39.9856448290342 ], [ -75.145655196318202, 39.985618806438197 ], [ -75.145662494071502, 39.985575345721898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2621, "ADDRESS": "2341 N 27TH ST", "OWNER1": "FERGUSON MARVIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281060800", "LNIADDRESSKEY": "679878", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.46484375, "Shape__Length": 58.240592190456972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1762978233903, 39.991797526577699 ], [ -75.176501980841493, 39.991823237357899 ], [ -75.176492614845401, 39.991864632705202 ], [ -75.176288708913205, 39.991838927550802 ], [ -75.1762978233903, 39.991797526577699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2622, "ADDRESS": "2274 N BANCROFT ST", "OWNER1": "CHISOM CLARETHA M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161106800", "LNIADDRESSKEY": "28988", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.72265625, "Shape__Length": 54.083357510699443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159930569314398, 39.988324371996903 ], [ -75.159760655153704, 39.9883023707701 ], [ -75.159771435273797, 39.988253254102602 ], [ -75.159941345400398, 39.988274820484499 ], [ -75.159946766889902, 39.988275522857002 ], [ -75.159935721408601, 39.988325035628598 ], [ -75.159930569314398, 39.988324371996903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2623, "ADDRESS": "1205 W ALLEGHENY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "431028900", "LNIADDRESSKEY": "10312", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 291.53125, "Shape__Length": 91.487959846037143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148871549653407, 40.001517831288801 ], [ -75.148925439452697, 40.001259038344998 ], [ -75.148992835251505, 40.001267593332699 ], [ -75.148939797800196, 40.001526583565997 ], [ -75.148871549653407, 40.001517831288801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2624, "ADDRESS": "755 N 44TH ST", "OWNER1": "42ND MARKET ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061298600", "LNIADDRESSKEY": "687651", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.984375, "Shape__Length": 67.399058107642659 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210640185190002, 39.965979509588898 ], [ -75.210884447750601, 39.965960043089602 ], [ -75.210889502486296, 39.9660041610231 ], [ -75.210645190731697, 39.966022707425701 ], [ -75.210640185190002, 39.965979509588898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2625, "ADDRESS": "2708 W STERNER ST", "OWNER1": "BELFIORE MICHAEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281387700", "LNIADDRESSKEY": "553707", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.37890625, "Shape__Length": 46.757894550676525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175734186786997, 39.997129316345898 ], [ -75.175759211005897, 39.997008237566703 ], [ -75.175808915054702, 39.9970146073465 ], [ -75.175783504595401, 39.997135370002901 ], [ -75.175734186786997, 39.997129316345898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2626, "ADDRESS": "2023 N RANDOLPH ST", "OWNER1": "SAMUEL GOLDFARB", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183426600", "LNIADDRESSKEY": "494811", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.13671875, "Shape__Length": 60.94308054017435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1429572751086, 39.982116837358099 ], [ -75.143170279587494, 39.982144695848703 ], [ -75.143161023458603, 39.982188186289697 ], [ -75.142947790002694, 39.982160339477602 ], [ -75.1429572751086, 39.982116837358099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2627, "ADDRESS": "2917 CECIL B MOORE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324053601", "LNIADDRESSKEY": "71903", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.875, "Shape__Length": 71.536929532350584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182608078597298, 39.9819689225749 ], [ -75.182566800319805, 39.9821689795927 ], [ -75.182510389769902, 39.982161286653003 ], [ -75.182552057356801, 39.981961430952197 ], [ -75.182608078597298, 39.9819689225749 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2628, "ADDRESS": "4015 FAIRMOUNT AVE", "OWNER1": "JBCB PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061135900", "LNIADDRESSKEY": "283670", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.3515625, "Shape__Length": 70.229169046629295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203295773651305, 39.965188209998502 ], [ -75.203330769610403, 39.965388563754502 ], [ -75.203279813985603, 39.965393767942302 ], [ -75.203263206779297, 39.965304208893997 ], [ -75.203243860303601, 39.965193860305597 ], [ -75.203295773651305, 39.965188209998502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2629, "ADDRESS": "2039 E FLETCHER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "313055801", "LNIADDRESSKEY": "292837", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.73046875, "Shape__Length": 70.299533484397003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131000217919095, 39.982784743265 ], [ -75.131010948461693, 39.982778701234402 ], [ -75.131076178297207, 39.982744565486598 ], [ -75.131118116746194, 39.982722631952299 ], [ -75.131152566521195, 39.982705250018498 ], [ -75.131186475601993, 39.982686664130298 ], [ -75.131223873346499, 39.982667287223002 ], [ -75.131248926948203, 39.982695762541503 ], [ -75.131025405950496, 39.9828129964447 ], [ -75.131000217919095, 39.982784743265 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2630, "ADDRESS": "6124 CHEW AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "592300200", "LNIADDRESSKEY": "82668", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 376.12890625, "Shape__Length": 111.75861432037614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171348669671303, 40.049358681936702 ], [ -75.171294075381397, 40.049324895055697 ], [ -75.1715620698984, 40.0490661754123 ], [ -75.171617240306205, 40.049099685648898 ], [ -75.171348669671303, 40.049358681936702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2631, "ADDRESS": "2359 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162075901", "LNIADDRESSKEY": "668205", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.4765625, "Shape__Length": 66.398484804779557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163213464799, 39.990209713229603 ], [ -75.163223167158307, 39.990169035916999 ], [ -75.163462980237398, 39.990200893044303 ], [ -75.163454859926404, 39.990241863941201 ], [ -75.163213464799, 39.990209713229603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2632, "ADDRESS": "2403 W MONTGOMERY AVE", "OWNER1": "SMITHCO REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322213900", "LNIADDRESSKEY": "435913", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.33203125, "Shape__Length": 71.151329605086758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173838930528703, 39.982593937386298 ], [ -75.173884232608202, 39.982394553276002 ], [ -75.173938443957596, 39.982401153681003 ], [ -75.173893219002494, 39.9826012490878 ], [ -75.173838930528703, 39.982593937386298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2633, "ADDRESS": "32 E ABBOTTSFORD AVE", "OWNER1": "ABDUL MUSED 12345 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121002000", "LNIADDRESSKEY": "1507", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.0859375, "Shape__Length": 70.381928642942341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159440909046594, 40.026533480305403 ], [ -75.159435298774397, 40.026532692628997 ], [ -75.159464939034805, 40.026397776433498 ], [ -75.159478969220004, 40.026332340188098 ], [ -75.159529876336293, 40.026339001611397 ], [ -75.159490141543799, 40.026518115809601 ], [ -75.159485069431796, 40.026538925228103 ], [ -75.159460598060704, 40.026536228794399 ], [ -75.159440909046594, 40.026533480305403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2634, "ADDRESS": "4550 MERION AVE", "OWNER1": "CARR REGINALD", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885065720", "LNIADDRESSKEY": "428833", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.78125, "Shape__Length": 80.013841077170071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213511259453099, 39.970708650425202 ], [ -75.213318634648701, 39.970898955650199 ], [ -75.213283445703993, 39.970877416409799 ], [ -75.213475863791402, 39.970687042477003 ], [ -75.213511259453099, 39.970708650425202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2635, "ADDRESS": "2031 DIAMOND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322271401", "LNIADDRESSKEY": "116638", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 277.046875, "Shape__Length": 92.239977942806945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167311663887006, 39.9864904546099 ], [ -75.167316551118304, 39.986471592597297 ], [ -75.167337239150797, 39.986374468116203 ], [ -75.167348646550906, 39.986319176136 ], [ -75.167355727304795, 39.986288949879601 ], [ -75.167369529437707, 39.9862257806043 ], [ -75.167433126237697, 39.986234674310097 ], [ -75.167373922704996, 39.986499270931603 ], [ -75.167311663887006, 39.9864904546099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2636, "ADDRESS": "2357 N OPAL ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162118001", "LNIADDRESSKEY": "460302", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.5390625, "Shape__Length": 47.928892450889272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164366177062902, 39.990233042927102 ], [ -75.164375075130806, 39.9901952813455 ], [ -75.164537408824501, 39.9902167500722 ], [ -75.164529385769598, 39.990254645127699 ], [ -75.164366177062902, 39.990233042927102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2637, "ADDRESS": "5513 YOCUM ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "514264800", "LNIADDRESSKEY": "628442", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 295.7890625, "Shape__Length": 89.730308682735696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221857320794399, 39.935760773049402 ], [ -75.221634054591405, 39.935573523814803 ], [ -75.221674805536793, 39.935544745511301 ], [ -75.221687709987293, 39.935535568370099 ], [ -75.221909709727697, 39.935723708602701 ], [ -75.221900375337199, 39.935730322283398 ], [ -75.221860804855893, 39.935758319168002 ], [ -75.221857320794399, 39.935760773049402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2638, "ADDRESS": "2401 WHARTON ST", "OWNER1": "YOUNG MENS REPUBLICAN", "OWNER2": "LITERARY OF 36TH WARD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361300500", "LNIADDRESSKEY": "610350", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.21484375, "Shape__Length": 68.31879694859802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183960255734902, 39.936521386434499 ], [ -75.184000653184697, 39.936336026581102 ], [ -75.184000930380293, 39.9363348074084 ], [ -75.184010015715003, 39.936335978140903 ], [ -75.184059798877797, 39.936342427069299 ], [ -75.184019315205006, 39.936529493552499 ], [ -75.183966984613093, 39.936522310729103 ], [ -75.183960255734902, 39.936521386434499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2639, "ADDRESS": "1250 N 60TH ST", "OWNER1": "MAJESTIC XPRESS SHIPPING AND LOGISTICS L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "342204700", "LNIADDRESSKEY": "699651", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19151", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 327.64453125, "Shape__Length": 119.03699602234958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239434264802199, 39.971096049619298 ], [ -75.239908463991, 39.971042124177302 ], [ -75.239917030815505, 39.971084688683497 ], [ -75.239442261564605, 39.971137039596996 ], [ -75.239434264802199, 39.971096049619298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2640, "ADDRESS": "1901 W NORRIS ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321154701", "LNIADDRESSKEY": "452381", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.5625, "Shape__Length": 71.947883050379517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164894070269398, 39.984519557093101 ], [ -75.164936548769106, 39.984321305026199 ], [ -75.164995293627996, 39.984328833928402 ], [ -75.164956039437996, 39.984527158637199 ], [ -75.164894070269398, 39.984519557093101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2641, "ADDRESS": "1324 S BANCROFT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "365153105", "LNIADDRESSKEY": "29255", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.03125, "Shape__Length": 46.209659865449758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171615083029707, 39.934002324557497 ], [ -75.171622013106699, 39.933965887913203 ], [ -75.171779836886898, 39.933986281665199 ], [ -75.171771712663897, 39.934022690345103 ], [ -75.171615083029707, 39.934002324557497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2642, "ADDRESS": "3219 RIDGE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282266800", "LNIADDRESSKEY": "504395", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.8203125, "Shape__Length": 76.879587747785763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185041053049105, 39.991447634886804 ], [ -75.185305071897801, 39.991357783109201 ], [ -75.185326521385306, 39.991397996878597 ], [ -75.185064029071597, 39.991487979679 ], [ -75.185041053049105, 39.991447634886804 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2643, "ADDRESS": "5132 HARLAN ST", "OWNER1": "PIECE OF PHILLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442169600", "LNIADDRESSKEY": "332816", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 333.13671875, "Shape__Length": 86.670003581926352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225216281268601, 39.974713840057802 ], [ -75.225303461879903, 39.974705973309 ], [ -75.225306414648998, 39.9747189664646 ], [ -75.225342761078394, 39.974933301459203 ], [ -75.225252845164206, 39.974942638633998 ], [ -75.225216281268601, 39.974713840057802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2644, "ADDRESS": "2822 KENSINGTON AVE", "OWNER1": "UNDER THE L LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885100860", "LNIADDRESSKEY": "368647", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.1484375, "Shape__Length": 69.491131235681763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121791114405795, 39.9920003209185 ], [ -75.1218400488182, 39.991974541197003 ], [ -75.122054443177404, 39.9920870057489 ], [ -75.122052995099494, 39.992094645974703 ], [ -75.121961476902001, 39.992083700250802 ], [ -75.121959577448493, 39.992083479933797 ], [ -75.121951881957102, 39.9920797120134 ], [ -75.121791114405795, 39.9920003209185 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2645, "ADDRESS": "5110 W STILES ST", "OWNER1": "TURF WIZARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442098500", "LNIADDRESSKEY": "555239", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.109375, "Shape__Length": 83.789553430041749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224151470870495, 39.972205937728297 ], [ -75.224182375914907, 39.972367554294102 ], [ -75.224194934894498, 39.972452958168397 ], [ -75.224144779413393, 39.972458559847901 ], [ -75.224134645719801, 39.972389619907602 ], [ -75.224121730410602, 39.972328484451197 ], [ -75.224108225214593, 39.972260066078803 ], [ -75.224100424900698, 39.972211793461497 ], [ -75.224151470870495, 39.972205937728297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2646, "ADDRESS": "4458 N CLEVELAND ST", "OWNER1": "BROWN AMELIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132185800", "LNIADDRESSKEY": "90356", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.19140625, "Shape__Length": 51.574581580703068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155600512899099, 40.0220773837314 ], [ -75.155779899505802, 40.022101714961003 ], [ -75.155777552656104, 40.022111528076501 ], [ -75.155771567257105, 40.022139232024998 ], [ -75.1555928206148, 40.022115172033097 ], [ -75.155600512899099, 40.0220773837314 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2647, "ADDRESS": "2251 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191275501", "LNIADDRESSKEY": "462416", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.69140625, "Shape__Length": 39.80061259566898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140963318602104, 39.985471337061398 ], [ -75.1409704283042, 39.985438985286699 ], [ -75.141103959332199, 39.985456415683501 ], [ -75.141096695397394, 39.9854895061763 ], [ -75.140963318602104, 39.985471337061398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2648, "ADDRESS": "2030 GERMANTOWN AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183440200", "LNIADDRESSKEY": "309165", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.29296875, "Shape__Length": 57.3691628592656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144235018711896, 39.982283649260999 ], [ -75.144227173978095, 39.982327576152201 ], [ -75.144033088129007, 39.982338578933401 ], [ -75.144029017191201, 39.982295559569401 ], [ -75.144235018711896, 39.982283649260999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2649, "ADDRESS": "1813 N 24TH ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322141000", "LNIADDRESSKEY": "676552", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.7265625, "Shape__Length": 64.037474386888434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173362678394, 39.982637456510197 ], [ -75.173371620258393, 39.982597841506099 ], [ -75.173602513240496, 39.982629510350598 ], [ -75.173593883270598, 39.9826697450602 ], [ -75.173362678394, 39.982637456510197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2650, "ADDRESS": "2322 N MYRTLEWOOD ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282049601", "LNIADDRESSKEY": "445009", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.46875, "Shape__Length": 48.906074837931747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180900422154494, 39.9916497645292 ], [ -75.180908852654596, 39.991610847121798 ], [ -75.181073907269095, 39.991632046830503 ], [ -75.181065221332204, 39.991672183905102 ], [ -75.180900422154494, 39.9916497645292 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2651, "ADDRESS": "5307 CHESTER AVE", "OWNER1": "FRANCIS TINNEY", "OWNER2": "LOLEEN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511274700", "LNIADDRESSKEY": "80076", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 258.04296875, "Shape__Length": 93.22445165949155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221867556345202, 39.9405823723867 ], [ -75.221909614520101, 39.940552317429301 ], [ -75.222154066665595, 39.940756556991197 ], [ -75.222111059739404, 39.940786235233503 ], [ -75.221867556345202, 39.9405823723867 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2652, "ADDRESS": "5554 MORTON ST", "OWNER1": "AZAB LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122173900", "LNIADDRESSKEY": "440245", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 534.6171875, "Shape__Length": 162.49630960815949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169020103843593, 40.0382131828257 ], [ -75.169114927349099, 40.038172112247103 ], [ -75.169176615843298, 40.038145934143898 ], [ -75.169237286695804, 40.038118926737603 ], [ -75.169339048490301, 40.0380757233035 ], [ -75.169589516352602, 40.037968109064899 ], [ -75.169599011629799, 40.038020082144001 ], [ -75.169566969180906, 40.038034918258703 ], [ -75.169513547086495, 40.038058268396902 ], [ -75.169434383379595, 40.038092324226 ], [ -75.169353075930402, 40.038127072919899 ], [ -75.169265720659695, 40.0381647648816 ], [ -75.1691843860755, 40.038200222397201 ], [ -75.169176886797899, 40.038204422676998 ], [ -75.169079215573902, 40.0382458967185 ], [ -75.169022437671899, 40.038270363945202 ], [ -75.169023817759594, 40.038227451589997 ], [ -75.169020103843593, 40.0382131828257 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2653, "ADDRESS": "1951 N MARSHALL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201134401", "LNIADDRESSKEY": "413871", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.38671875, "Shape__Length": 66.068800352319741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144974463982294, 39.981355598087298 ], [ -75.144981862020501, 39.981314064492203 ], [ -75.145221203949902, 39.981340791592501 ], [ -75.145212876146999, 39.981383094743002 ], [ -75.144974463982294, 39.981355598087298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2654, "ADDRESS": "3041 W OAKDALE ST", "OWNER1": "EUGENE ALFONZA", "OWNER2": "MAULTSBY & MATTYE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282376900", "LNIADDRESSKEY": "454447", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.35546875, "Shape__Length": 48.403532117433976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181438376317999, 39.996962700029599 ], [ -75.181487451146793, 39.996969649053597 ], [ -75.181459693413601, 39.997095632253099 ], [ -75.181409502754605, 39.9970888350744 ], [ -75.181438376317999, 39.996962700029599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2655, "ADDRESS": "1355 S DOVER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362159805", "LNIADDRESSKEY": "123245", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-6", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.87890625, "Shape__Length": 49.221652106687763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191503084960402, 39.936084621747703 ], [ -75.191510008662803, 39.936051456908402 ], [ -75.191510800583401, 39.936047637404798 ], [ -75.191513989238501, 39.936048047542599 ], [ -75.191677693473807, 39.9360693501363 ], [ -75.191680528134697, 39.936069719711398 ], [ -75.191680049270403, 39.936071869197299 ], [ -75.191672037709907, 39.936107234143002 ], [ -75.191503084960402, 39.936084621747703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2656, "ADDRESS": "2235 W THOMPSON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291044000", "LNIADDRESSKEY": "570252", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.4609375, "Shape__Length": 72.887827393914776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173110671205293, 39.9753089318666 ], [ -75.173153953730505, 39.9751013947185 ], [ -75.173206336625896, 39.975108535697402 ], [ -75.173163678979193, 39.975315619493102 ], [ -75.173110671205293, 39.9753089318666 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2657, "ADDRESS": "1823 N 8TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202091301", "LNIADDRESSKEY": "644917", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.546875, "Shape__Length": 71.823788999871667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147619970943197, 39.9795987573792 ], [ -75.147629585763696, 39.97955835402 ], [ -75.147894107644106, 39.979594447375803 ], [ -75.147885225164899, 39.979634884253201 ], [ -75.147619970943197, 39.9795987573792 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2658, "ADDRESS": "5811 WILLOWS AVE", "OWNER1": "CUDJOE THELMA D", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034055500", "LNIADDRESSKEY": "615574", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 369.46484375, "Shape__Length": 106.9729682184216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234308174768103, 39.940343426020597 ], [ -75.234253450927397, 39.940297139884898 ], [ -75.234199732613703, 39.940251438899701 ], [ -75.234145562151795, 39.940205503847203 ], [ -75.234090573421, 39.940157921141797 ], [ -75.234102246847499, 39.9401497630273 ], [ -75.234144209653095, 39.940120426919101 ], [ -75.234411186136697, 39.940347345461099 ], [ -75.234417235288007, 39.940352507944198 ], [ -75.2343634003104, 39.940390271613502 ], [ -75.234308174768103, 39.940343426020597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2659, "ADDRESS": "3048 GERMANTOWN AVE", "OWNER1": "FATHER'S HOUSE OF PRAYER", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885448780", "LNIADDRESSKEY": "309511", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.95703125, "Shape__Length": 77.191875912230032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147358139163899, 39.998865542670799 ], [ -75.147627058367107, 39.998796504479202 ], [ -75.147643236276195, 39.998844715400097 ], [ -75.147379274898398, 39.998913462832199 ], [ -75.147358139163899, 39.998865542670799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2660, "ADDRESS": "3741 BROWN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243118410", "LNIADDRESSKEY": "53835", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.28125, "Shape__Length": 82.949259572661575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198074322263494, 39.968033603370898 ], [ -75.198131655616294, 39.968027641150499 ], [ -75.198178048635597, 39.968265534988802 ], [ -75.1981197893558, 39.968272137757097 ], [ -75.198074322263494, 39.968033603370898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2661, "ADDRESS": "2100 N 6TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201118901", "LNIADDRESSKEY": "639322", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.19921875, "Shape__Length": 68.149863021906526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144244765724693, 39.983232772454997 ], [ -75.144254338198607, 39.983185258177798 ], [ -75.144493832851296, 39.983215573930501 ], [ -75.144485450961, 39.983263238017599 ], [ -75.144244765724693, 39.983232772454997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2662, "ADDRESS": "331 ELWOOD ST", "OWNER1": "AJA 88 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121011000", "LNIADDRESSKEY": "135785", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.515625, "Shape__Length": 51.937323515187295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158392194733096, 40.031887219115198 ], [ -75.158488220698203, 40.031943677749197 ], [ -75.158456875687904, 40.031975403645397 ], [ -75.1584201463059, 40.032011924201903 ], [ -75.158324054259893, 40.031955545112297 ], [ -75.158392194733096, 40.031887219115198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2663, "ADDRESS": "2525 CECIL B MOORE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324048500", "LNIADDRESSKEY": "71788", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.91796875, "Shape__Length": 77.009804895475554 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176587561599902, 39.981402855214398 ], [ -75.1765276566898, 39.981395031393802 ], [ -75.176574182340801, 39.981180280057501 ], [ -75.176635163191094, 39.981188450095601 ], [ -75.176588728440507, 39.981403009773203 ], [ -75.176587561599902, 39.981402855214398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2664, "ADDRESS": "2142 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191179801", "LNIADDRESSKEY": "632538", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.015625, "Shape__Length": 54.518025813392001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139223545700801, 39.983549461477701 ], [ -75.139231610623497, 39.983511892075001 ], [ -75.139423755020005, 39.983535171997197 ], [ -75.139415911882097, 39.983573487547297 ], [ -75.139223545700801, 39.983549461477701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2665, "ADDRESS": "2729 N 12TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372249300", "LNIADDRESSKEY": "654128", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 250.70703125, "Shape__Length": 92.53534846680094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150165186493695, 39.994360818224202 ], [ -75.150519021368297, 39.994409147975603 ], [ -75.1505101018098, 39.994451614877498 ], [ -75.150156402514199, 39.994403562985298 ], [ -75.150165186493695, 39.994360818224202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2666, "ADDRESS": "436 DIAMOND ST", "OWNER1": "436 DIAMOND ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183218400", "LNIADDRESSKEY": "116300", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.61328125, "Shape__Length": 56.002732036133551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141802905645207, 39.982716997982699 ], [ -75.141837364411501, 39.982563432594603 ], [ -75.141882658077705, 39.982569168647501 ], [ -75.141851740531493, 39.982723814659103 ], [ -75.141802905645207, 39.982716997982699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2667, "ADDRESS": "708 EMILY ST", "OWNER1": "RICHARD BROWN", "OWNER2": "RICHARD WILLIAMS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393038800", "LNIADDRESSKEY": "136999", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.12890625, "Shape__Length": 46.900502739272412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158340263080504, 39.923687929328104 ], [ -75.158340694391399, 39.923685939941599 ], [ -75.158366261570293, 39.923566150732498 ], [ -75.158415674876494, 39.923572103758303 ], [ -75.158389048007393, 39.923693868161003 ], [ -75.158340263080504, 39.923687929328104 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2668, "ADDRESS": "2610 N 6TH ST", "OWNER1": "IMPROVEMENT CO", "OWNER2": "DORADO NEIGHBORHOOD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371038000", "LNIADDRESSKEY": "639542", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.6953125, "Shape__Length": 65.00003336395352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142521904789902, 39.991133312825902 ], [ -75.142531752361094, 39.991090287485299 ], [ -75.142762833560695, 39.991122908673503 ], [ -75.142753224066894, 39.9911657626131 ], [ -75.142521904789902, 39.991133312825902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2669, "ADDRESS": "6036 REGENT ST", "OWNER1": "DAVID ROY H", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401235800", "LNIADDRESSKEY": "499973", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.6484375, "Shape__Length": 58.844903603008497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231707106692795, 39.932565766889397 ], [ -75.231750343410596, 39.932535315440603 ], [ -75.231888269753895, 39.932652244621998 ], [ -75.231844887471198, 39.932682676033103 ], [ -75.231707106692795, 39.932565766889397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2670, "ADDRESS": "2335 N 27TH ST", "OWNER1": "PLANET PHILLY PROPERTIES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281060500", "LNIADDRESSKEY": "679873", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.4375, "Shape__Length": 58.934534070246649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176334250019806, 39.991627683845003 ], [ -75.1763434786115, 39.9915832704175 ], [ -75.176546556784004, 39.991609779106 ], [ -75.176537842602599, 39.991653913504003 ], [ -75.176334250019806, 39.991627683845003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2671, "ADDRESS": "2523 N HANCOCK ST", "OWNER1": "NIEVES ZORAYA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192049001", "LNIADDRESSKEY": "731247", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.18359375, "Shape__Length": 52.124591106639031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1340578032666, 39.988831515799198 ], [ -75.134060157447905, 39.988820462075701 ], [ -75.134066276018899, 39.988793294855 ], [ -75.134247227356497, 39.988816939598003 ], [ -75.134240937073599, 39.988843700831197 ], [ -75.134238480331902, 39.988855251162697 ], [ -75.1340578032666, 39.988831515799198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2672, "ADDRESS": "2935 W OAKDALE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282374200", "LNIADDRESSKEY": "454422", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.53125, "Shape__Length": 45.848881108091206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179690887495099, 39.996727713005598 ], [ -75.179740841912604, 39.996734666711397 ], [ -75.179715235742904, 39.9968513486251 ], [ -75.179663883593506, 39.996844218324703 ], [ -75.179690887495099, 39.996727713005598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2673, "ADDRESS": "2264 N 17TH ST", "OWNER1": "ASLLANI ILIRJAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161164600", "LNIADDRESSKEY": "663077", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.6875, "Shape__Length": 64.676687970242767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160819343069207, 39.9883546796639 ], [ -75.161051069828602, 39.9883844888491 ], [ -75.161041945376596, 39.988426456230499 ], [ -75.160810218478105, 39.988396647026903 ], [ -75.160819343069207, 39.9883546796639 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2674, "ADDRESS": "2360 N BODINE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191166301", "LNIADDRESSKEY": "41816", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.8125, "Shape__Length": 51.292418766274196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137932638199302, 39.986770629123697 ], [ -75.137940649476604, 39.9867331126312 ], [ -75.138118199193002, 39.9867568428946 ], [ -75.138110273829398, 39.986795021352002 ], [ -75.137932638199302, 39.986770629123697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2675, "ADDRESS": "1519 W OXFORD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471134610", "LNIADDRESSKEY": "466581", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 251.87109375, "Shape__Length": 74.087518511974764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1610671041187, 39.9779221778034 ], [ -75.161107696225201, 39.977731814469799 ], [ -75.161187223339695, 39.977742571409898 ], [ -75.161146209657105, 39.977933553715303 ], [ -75.1610671041187, 39.9779221778034 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2676, "ADDRESS": "1540 W LEHIGH AVE", "OWNER1": "SAMPLE RENEL C", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161324201", "LNIADDRESSKEY": "387645", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.80859375, "Shape__Length": 64.81591639718512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157609076222201, 39.994236778839699 ], [ -75.157644433946103, 39.994061064721997 ], [ -75.157702829020806, 39.994067526081302 ], [ -75.157665454816694, 39.994244435824399 ], [ -75.157609076222201, 39.994236778839699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2677, "ADDRESS": "4906 W THOMPSON ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442113910", "LNIADDRESSKEY": "570481", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.98828125, "Shape__Length": 71.998904389736197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220052701342496, 39.973323834932103 ], [ -75.220085584875306, 39.973529987766902 ], [ -75.2200334727372, 39.9735351897681 ], [ -75.220000881301999, 39.973329059122598 ], [ -75.220052701342496, 39.973323834932103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2678, "ADDRESS": "663 UNION ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242234310", "LNIADDRESSKEY": "582416", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.7109375, "Shape__Length": 75.964505477451496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201059039793293, 39.964671893197 ], [ -75.201337018055796, 39.964638737191102 ], [ -75.201346227439501, 39.964684189108503 ], [ -75.201344901639104, 39.964684337606897 ], [ -75.201067372868295, 39.964716665686801 ], [ -75.201059039793293, 39.964671893197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2679, "ADDRESS": "4835 N MARSHALL ST", "OWNER1": "BRIGANTY EVELYN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491192300", "LNIADDRESSKEY": "414748", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.35546875, "Shape__Length": 58.434564349947081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135693521441496, 40.025539294795401 ], [ -75.135697176134201, 40.025478718893602 ], [ -75.135882093664307, 40.0255026596923 ], [ -75.135869567148205, 40.025562775723799 ], [ -75.135693521441496, 40.025539294795401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2680, "ADDRESS": "1510 WILLINGTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471239910", "LNIADDRESSKEY": "614770", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.1875, "Shape__Length": 70.879794094862461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162526049614996, 39.976738227127001 ], [ -75.1625350444898, 39.976694600002901 ], [ -75.162793037773099, 39.976728674951502 ], [ -75.1627837770599, 39.976771022287103 ], [ -75.162526049614996, 39.976738227127001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2681, "ADDRESS": "1944 N DARIEN ST", "OWNER1": "LUCILLE WATSON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202138800", "LNIADDRESSKEY": "108537", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.390625, "Shape__Length": 44.24622725893628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148112420206999, 39.981542364595903 ], [ -75.148119917115096, 39.981509665336603 ], [ -75.148272655700595, 39.981529861143798 ], [ -75.148266036188701, 39.981562627606003 ], [ -75.148112420206999, 39.981542364595903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2682, "ADDRESS": "139-67 E CLEARFIELD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "885093480", "LNIADDRESSKEY": "88544", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 6536.78125, "Shape__Length": 323.6227019734817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.128384499115498, 39.997417280379501 ], [ -75.127654550428602, 39.997323747453599 ], [ -75.127766568212195, 39.996797021134299 ], [ -75.127767309726195, 39.9967935567336 ], [ -75.127987452356507, 39.996822152908798 ], [ -75.128508007078594, 39.996889752671997 ], [ -75.128402746336505, 39.997402318854199 ], [ -75.128399286504802, 39.997419182504302 ], [ -75.128384499115498, 39.997417280379501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2683, "ADDRESS": "1234 HANSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273044800", "LNIADDRESSKEY": "332196", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.8515625, "Shape__Length": 58.913497355961745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213951699384197, 39.942741830835701 ], [ -75.214109859235506, 39.942631121212798 ], [ -75.214143284282201, 39.942660294690498 ], [ -75.213987245342295, 39.942770827129003 ], [ -75.213957448808401, 39.942747697338802 ], [ -75.213951699384197, 39.942741830835701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2684, "ADDRESS": "4926 N 10TH ST", "OWNER1": "FINKELSTEIN MARTY", "OWNER2": "SLUTSTY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491355500", "LNIADDRESSKEY": "650340", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 244.77734375, "Shape__Length": 86.668073803737229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140264467607693, 40.027429867919402 ], [ -75.140274247088598, 40.027384406124803 ], [ -75.140598798915704, 40.027424245908797 ], [ -75.140590242228697, 40.027469574452702 ], [ -75.140264467607693, 40.027429867919402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2685, "ADDRESS": "2331 N 22ND ST", "OWNER1": "URAL MC BRIDE & SALLIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162211300", "LNIADDRESSKEY": "674117", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.140625, "Shape__Length": 68.740829727872352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168379495964999, 39.990278036405201 ], [ -75.1683886552769, 39.9902344610136 ], [ -75.168636152248496, 39.990268237078901 ], [ -75.168627582912805, 39.990311164636204 ], [ -75.168379495964999, 39.990278036405201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2686, "ADDRESS": "2320 N 3RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191183801", "LNIADDRESSKEY": "632592", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.09765625, "Shape__Length": 60.437209095479332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1386480426346, 39.986184889921397 ], [ -75.138859171583206, 39.986212317034003 ], [ -75.138849661465301, 39.9862556245928 ], [ -75.138638533848805, 39.986228197496096 ], [ -75.1386480426346, 39.986184889921397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2687, "ADDRESS": "1252 S NEWKIRK ST", "OWNER1": "GFN HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362150700", "LNIADDRESSKEY": "450301", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.3671875, "Shape__Length": 49.409111817175635 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190924504338398, 39.937874331910201 ], [ -75.190933182748495, 39.937836854376997 ], [ -75.191102829726304, 39.937858354493798 ], [ -75.191094220984198, 39.937896237919801 ], [ -75.190924504338398, 39.937874331910201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2688, "ADDRESS": "1515 W ERIE AVE", "OWNER1": "CURRY KENNETH", "OWNER2": "THOMAS YVONNE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131056200", "LNIADDRESSKEY": "138968", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 240.90234375, "Shape__Length": 90.142333866449135 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153275344089295, 40.0099493649953 ], [ -75.153333075500299, 40.009685256705602 ], [ -75.153368019892596, 40.009690222121897 ], [ -75.153387597164794, 40.009693001904502 ], [ -75.153330454462093, 40.009956543501097 ], [ -75.153312996466198, 40.009954262150998 ], [ -75.153275344089295, 40.0099493649953 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2689, "ADDRESS": "30 GOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "223048900", "LNIADDRESSKEY": "318900", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.234375, "Shape__Length": 71.672854758850988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184686545535996, 40.048938648967301 ], [ -75.184896893450301, 40.049067081252701 ], [ -75.184864197022307, 40.049099170358197 ], [ -75.184654355344904, 40.048971185180797 ], [ -75.184686545535996, 40.048938648967301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2690, "ADDRESS": "642 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371376501", "LNIADDRESSKEY": "105913", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.41796875, "Shape__Length": 75.77853506979433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144305264232997, 39.989390883240198 ], [ -75.144352154255401, 39.989175971789997 ], [ -75.144407503381203, 39.989183032011901 ], [ -75.144359657828602, 39.989398275439299 ], [ -75.144305264232997, 39.989390883240198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2691, "ADDRESS": "5500-02 RACE ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041005950", "LNIADDRESSKEY": "493967", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 339.05078125, "Shape__Length": 79.349486406316089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230367747373904, 39.963768028679901 ], [ -75.230371429711496, 39.963745026012703 ], [ -75.230379950780701, 39.963705607580202 ], [ -75.230402047800098, 39.9636034603136 ], [ -75.230402610638606, 39.963600715624104 ], [ -75.230403761505599, 39.963595099532398 ], [ -75.230516327937806, 39.963608952154701 ], [ -75.2305136264428, 39.963618532369203 ], [ -75.2305063138067, 39.963644549118499 ], [ -75.230475496287795, 39.9637931551283 ], [ -75.230365866666304, 39.9637797870555 ], [ -75.230367747373904, 39.963768028679901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2692, "ADDRESS": "522 W BERKS ST", "OWNER1": "TRAN MICHELLE THUY", "OWNER2": "HO KHANH NHAT", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "183042000", "LNIADDRESSKEY": "37087", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.8359375, "Shape__Length": 73.122366417952037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144088409254195, 39.979920113187099 ], [ -75.144026761524302, 39.979912038997497 ], [ -75.144064588566906, 39.979724280324803 ], [ -75.144131659040198, 39.979711935463499 ], [ -75.144123591362202, 39.979748400202602 ], [ -75.144122045058694, 39.979755390807398 ], [ -75.144090745456296, 39.979920352071701 ], [ -75.144088409254195, 39.979920113187099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2693, "ADDRESS": "2735 N MARVINE ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372237401", "LNIADDRESSKEY": "416807", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.39453125, "Shape__Length": 81.84241071182511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149718891020498, 39.994393829527702 ], [ -75.149708189757504, 39.994442850354197 ], [ -75.149469685384005, 39.9944110585418 ], [ -75.149408947366993, 39.994402847111601 ], [ -75.149420001714105, 39.994355012390798 ], [ -75.149460021557005, 39.994360222569 ], [ -75.149718891020498, 39.994393829527702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2694, "ADDRESS": "2523 ANNIN ST", "OWNER1": "WRIGHT KEVIN J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361247300", "LNIADDRESSKEY": "17611", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.30078125, "Shape__Length": 39.429431197256704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185874176888206, 39.939034106890603 ], [ -75.185894989325405, 39.938934806707202 ], [ -75.185921164148894, 39.938937648907299 ], [ -75.185939558004506, 39.938939640267002 ], [ -75.185919810223595, 39.939039575819201 ], [ -75.185877156962803, 39.939034464090298 ], [ -75.185874176888206, 39.939034106890603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2695, "ADDRESS": "1615 S 59TH ST", "OWNER1": "DAVIES SAMUEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034130100", "LNIADDRESSKEY": "699310", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.83984375, "Shape__Length": 84.837621040487051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233028778603199, 39.937934025117798 ], [ -75.233069364235206, 39.937905110823102 ], [ -75.233260096787106, 39.937769201530898 ], [ -75.233304562088307, 39.937805720421899 ], [ -75.233196148182898, 39.937882762002801 ], [ -75.233143648980999, 39.937919572299698 ], [ -75.233113191196097, 39.937941325208797 ], [ -75.233072152073902, 39.937970632762998 ], [ -75.233046324247795, 39.937948788938698 ], [ -75.233028778603199, 39.937934025117798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2696, "ADDRESS": "2009 S 70TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403205601", "LNIADDRESSKEY": "706638", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.453125, "Shape__Length": 71.339792646377632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243644515589693, 39.9225933495254 ], [ -75.243666157363805, 39.922611069831802 ], [ -75.243684322119805, 39.922626055078297 ], [ -75.243491158733605, 39.922762620977998 ], [ -75.243452191447403, 39.9227309968756 ], [ -75.243644515589693, 39.9225933495254 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2697, "ADDRESS": "6167 REINHARD ST", "OWNER1": "SCOTT HENRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401278000", "LNIADDRESSKEY": "500573", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.90625, "Shape__Length": 62.223160727860275 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233168883079699, 39.929840343365598 ], [ -75.233183574212006, 39.929829816666 ], [ -75.233196357537807, 39.929821586180303 ], [ -75.233204748219805, 39.929815516285899 ], [ -75.233249123351598, 39.929852630249201 ], [ -75.233360501193104, 39.929946278991103 ], [ -75.233324920051302, 39.929971337601401 ], [ -75.233220212514098, 39.929883590328501 ], [ -75.233208548654602, 39.929874032686797 ], [ -75.233198292885405, 39.929865441856698 ], [ -75.233183667463507, 39.929852741187197 ], [ -75.233168883079699, 39.929840343365598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2698, "ADDRESS": "6015 REINHARD ST", "OWNER1": "LYONS JUANITA", "OWNER2": "HAROLD LENA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401271200", "LNIADDRESSKEY": "500441", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.75390625, "Shape__Length": 59.593246250597254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230186353429303, 39.931947063922301 ], [ -75.230227575722594, 39.931917842564303 ], [ -75.230369369622295, 39.932038194577402 ], [ -75.230327268797794, 39.932067396684502 ], [ -75.230186353429303, 39.931947063922301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2699, "ADDRESS": "1417 S NAPA ST", "OWNER1": "JBCB PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364438400", "LNIADDRESSKEY": "445990", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.30078125, "Shape__Length": 54.031978108429215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.19581343211, 39.9361089005248 ], [ -75.195823672935802, 39.936065975978899 ], [ -75.196006766538503, 39.936089542230697 ], [ -75.195997781668495, 39.936131946271303 ], [ -75.19581343211, 39.9361089005248 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2700, "ADDRESS": "3133 WHARTON ST", "OWNER1": "3133-35 WHARTON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362215900", "LNIADDRESSKEY": "610576", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.38671875, "Shape__Length": 60.825051116127867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196382100090801, 39.938095225375903 ], [ -75.196415691248404, 39.9379380323779 ], [ -75.196423750420394, 39.937939227699502 ], [ -75.196480036557901, 39.937946525515798 ], [ -75.196445413058001, 39.9381044850522 ], [ -75.196389680776207, 39.938096344722901 ], [ -75.196382100090801, 39.938095225375903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2701, "ADDRESS": "1201 N TAYLOR ST", "OWNER1": "PHILLY RESTORATION LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291320500", "LNIADDRESSKEY": "565729", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.125, "Shape__Length": 52.909690114562139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176409713195596, 39.974700923328399 ], [ -75.176395729585593, 39.974771407873298 ], [ -75.176230465814001, 39.974750195785496 ], [ -75.176237067902605, 39.974719716203502 ], [ -75.176409713195596, 39.974700923328399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2702, "ADDRESS": "1627 W OXFORD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471136010", "LNIADDRESSKEY": "466601", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 288.984375, "Shape__Length": 91.517021192128297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162589175514398, 39.978179990232803 ], [ -75.162646466412497, 39.9779207857584 ], [ -75.162713543314098, 39.977929455513902 ], [ -75.162656147348599, 39.978188657647301 ], [ -75.162589175514398, 39.978179990232803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2703, "ADDRESS": "2855 W OAKDALE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281361400", "LNIADDRESSKEY": "454409", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.8203125, "Shape__Length": 47.606263363929308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178461575262105, 39.996730146944202 ], [ -75.178488537859593, 39.996608676366598 ], [ -75.178540789757704, 39.996615860016803 ], [ -75.178514001107601, 39.996737109248599 ], [ -75.178461575262105, 39.996730146944202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2704, "ADDRESS": "920 W AUBURN ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372361901", "LNIADDRESSKEY": "25023", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.44921875, "Shape__Length": 46.387666309174705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146173608903197, 39.9951414302015 ], [ -75.1461764273688, 39.9951275024113 ], [ -75.146198690831994, 39.9950180694007 ], [ -75.146244341998099, 39.995024521196797 ], [ -75.146221338712806, 39.995133582655797 ], [ -75.146218694564595, 39.9951468217414 ], [ -75.146173608903197, 39.9951414302015 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2705, "ADDRESS": "1818 N 21ST ST", "OWNER1": "TAIDOCK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322055500", "LNIADDRESSKEY": "672054", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 226.83984375, "Shape__Length": 80.916890627538834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168934864233506, 39.982240857506397 ], [ -75.168945167705502, 39.982195260268597 ], [ -75.168956759793005, 39.9821968105488 ], [ -75.1692430971964, 39.9822355545802 ], [ -75.169233345958801, 39.982281534800599 ], [ -75.169110589641704, 39.982264556273101 ], [ -75.169021714997299, 39.982252578859999 ], [ -75.1689445591024, 39.982242171401303 ], [ -75.168934864233506, 39.982240857506397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2706, "ADDRESS": "2172 N FRANKLIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202074701", "LNIADDRESSKEY": "299299", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.69140625, "Shape__Length": 68.729398857985359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146222289676302, 39.984866530905499 ], [ -75.146247576424599, 39.984869974336299 ], [ -75.146294664638006, 39.984875427202198 ], [ -75.146304885066598, 39.984876093809298 ], [ -75.146319587078594, 39.984879054945402 ], [ -75.146352492594602, 39.984883315423502 ], [ -75.1464665199384, 39.984898379067999 ], [ -75.146455950937906, 39.984944500213203 ], [ -75.146212498150803, 39.984913105539498 ], [ -75.146222289676302, 39.984866530905499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2707, "ADDRESS": "6761 MARTINS MILL RD", "OWNER1": "4HOME PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "353306200", "LNIADDRESSKEY": "416697", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19111", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 2008.1484375, "Shape__Length": 299.51984657344707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.092447501400002, 40.054983874029197 ], [ -75.092438641553599, 40.054979268655998 ], [ -75.092352236651195, 40.054929339369401 ], [ -75.092341801513896, 40.054940478042603 ], [ -75.092270178767293, 40.054900854960998 ], [ -75.092194457610802, 40.0548589621472 ], [ -75.092123279767705, 40.0548195846577 ], [ -75.092052651430393, 40.054780511545097 ], [ -75.091981544049503, 40.054741172761702 ], [ -75.091910608944303, 40.0547019280217 ], [ -75.091839735564903, 40.054662718452803 ], [ -75.091765171164099, 40.054621465937501 ], [ -75.091693026919998, 40.054581553345301 ], [ -75.091622632914195, 40.054542609270896 ], [ -75.091536091630701, 40.054494730546601 ], [ -75.091546528340203, 40.0544835908549 ], [ -75.091561023092396, 40.054491610962799 ], [ -75.091597345839403, 40.054452840838998 ], [ -75.091661497172794, 40.054384366652101 ], [ -75.091712845392905, 40.054329557722497 ], [ -75.091721734953694, 40.054334635759503 ], [ -75.091722017385905, 40.054334796596699 ], [ -75.091763028249204, 40.0543585034046 ], [ -75.091888341761006, 40.054429806033497 ], [ -75.091961322138999, 40.0544714948673 ], [ -75.091995629070396, 40.054491090941099 ], [ -75.092056877166399, 40.054526078263201 ], [ -75.092011963749499, 40.054535910145397 ], [ -75.092020668411607, 40.054577881252797 ], [ -75.092032302278099, 40.054633972891203 ], [ -75.092044017556205, 40.054690456108801 ], [ -75.0920520996401, 40.0547294270051 ], [ -75.092080283211402, 40.054745019322802 ], [ -75.092167423439506, 40.054793227965199 ], [ -75.092440308523393, 40.054944197277301 ], [ -75.092447501400002, 40.054983874029197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2708, "ADDRESS": "1914 N ORIANNA ST", "OWNER1": "KUMAR AISHWARYA", "OWNER2": null, "BLDG_DESC": "ROW 4STY MAS.+OTHER", "OPA_ID": "183314700", "LNIADDRESSKEY": "461413", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.0625, "Shape__Length": 41.0620962848202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140486832953499, 39.980005427700803 ], [ -75.140494584334903, 39.979973284268702 ], [ -75.140633579011407, 39.979992226147097 ], [ -75.140626780283299, 39.980024649165799 ], [ -75.140486832953499, 39.980005427700803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2709, "ADDRESS": "2904 PALETHORP ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071159010", "LNIADDRESSKEY": "468597", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.17578125, "Shape__Length": 47.223384091086231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133694220557999, 39.994580709861502 ], [ -75.133698423578906, 39.994559721689299 ], [ -75.133865434307907, 39.9945817109122 ], [ -75.1338582808946, 39.994613449769197 ], [ -75.133695674530799, 39.994593558948097 ], [ -75.1336917318649, 39.9945930816423 ], [ -75.133694220557999, 39.994580709861502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2710, "ADDRESS": "2233 W THOMPSON ST", "OWNER1": "JOHNSON CHARLES ERIC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291043910", "LNIADDRESSKEY": "570251", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.69921875, "Shape__Length": 73.047809812570762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173057352271499, 39.9753016098975 ], [ -75.173100661533297, 39.975094491211102 ], [ -75.173153953730505, 39.9751013947185 ], [ -75.173110671205293, 39.9753089318666 ], [ -75.173057352271499, 39.9753016098975 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2711, "ADDRESS": "1524-26 W YORK ST", "OWNER1": "YORK STREET GARAGE INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161274310", "LNIADDRESSKEY": "629186", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 297.67578125, "Shape__Length": 72.897477135444475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158253656677999, 39.989483466287503 ], [ -75.158218255757603, 39.9896472185523 ], [ -75.158185047042593, 39.989642615690599 ], [ -75.158109812126597, 39.9896321802849 ], [ -75.158143530863796, 39.989468582653799 ], [ -75.158253656677999, 39.989483466287503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2712, "ADDRESS": "1950 N 19TH ST", "OWNER1": "INFINITE ROLLING CAPITAL LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321265600", "LNIADDRESSKEY": "668000", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.65625, "Shape__Length": 92.189207794353862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165038324924097, 39.983874901901203 ], [ -75.165391259551498, 39.983923101228903 ], [ -75.165389542103398, 39.983930219991201 ], [ -75.165382631055294, 39.983964818762097 ], [ -75.165084356353304, 39.983924636299001 ], [ -75.165029120929802, 39.983916847472102 ], [ -75.165038324924097, 39.983874901901203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2713, "ADDRESS": "2216 N LAWRENCE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191263501", "LNIADDRESSKEY": "384461", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.7578125, "Shape__Length": 50.087527366673989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140898640547306, 39.984908085942202 ], [ -75.140907025931597, 39.984869815297102 ], [ -75.141079442090003, 39.984893449144202 ], [ -75.141070392664901, 39.984930980507897 ], [ -75.140898640547306, 39.984908085942202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2714, "ADDRESS": "1505 S STILLMAN ST", "OWNER1": "BSK PH DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364196200", "LNIADDRESSKEY": "555825", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.48828125, "Shape__Length": 47.096206388593011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186867310242206, 39.933924717447603 ], [ -75.186817612108101, 39.933917723114099 ], [ -75.1867679016853, 39.933911597958797 ], [ -75.186775667134697, 39.933871182146603 ], [ -75.186931890193407, 39.933891325462199 ], [ -75.186924113724899, 39.933931531551899 ], [ -75.186867310242206, 39.933924717447603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2715, "ADDRESS": "3832 WALLACE ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242090500", "LNIADDRESSKEY": "593518", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.453125, "Shape__Length": 65.147086514146991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198938606278602, 39.964387002703901 ], [ -75.198901961094705, 39.964211981831298 ], [ -75.198957888671799, 39.964205988014101 ], [ -75.198992187271998, 39.9643860496275 ], [ -75.1989397069256, 39.964392265398203 ], [ -75.198938606278602, 39.964387002703901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2716, "ADDRESS": "2301 N 10TH ST", "OWNER1": "ISAAC DEMETRIUS", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885433920", "LNIADDRESSKEY": "732823", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.62890625, "Shape__Length": 70.784960409812669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148881535610599, 39.987049743144802 ], [ -75.148871799138107, 39.987096028636799 ], [ -75.148628121468803, 39.9870642782885 ], [ -75.148618905960504, 39.987063054641503 ], [ -75.148628139361094, 39.987016757764799 ], [ -75.148881535610599, 39.987049743144802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2717, "ADDRESS": "2025 N 19TH ST", "OWNER1": "PHILA HOUSING AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321258201", "LNIADDRESSKEY": "668019", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.08203125, "Shape__Length": 63.239065773634259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164420222012097, 39.984816433346403 ], [ -75.164429556649793, 39.984770492501298 ], [ -75.164650807529299, 39.984800671349802 ], [ -75.164640900422697, 39.984845116017297 ], [ -75.164420222012097, 39.984816433346403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2718, "ADDRESS": "3834 HAVERFORD AVE", "OWNER1": "ST PAUL UNITED HOLY CHURC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "774175000", "LNIADDRESSKEY": "336034", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.47265625, "Shape__Length": 90.221686734451595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198565862221201, 39.962941234974302 ], [ -75.198566010769994, 39.9629412157526 ], [ -75.198616324749807, 39.963208485005701 ], [ -75.198564126440601, 39.9632139173507 ], [ -75.198513132649794, 39.962946905506698 ], [ -75.198565862221201, 39.962941234974302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2719, "ADDRESS": "719 N 41ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061218400", "LNIADDRESSKEY": "686560", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 392.69921875, "Shape__Length": 99.658255154989462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205046623121305, 39.965484826574503 ], [ -75.205405165568905, 39.965468067530502 ], [ -75.205411312608504, 39.965534938958299 ], [ -75.205052351431306, 39.965552785713903 ], [ -75.205046623121305, 39.965484826574503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2720, "ADDRESS": "2439 PALETHORP ST", "OWNER1": "ALOYSUIS LA ROCHE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191108300", "LNIADDRESSKEY": "468421", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.72265625, "Shape__Length": 48.348527516594231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134937945751005, 39.987564632740799 ], [ -75.135087201813505, 39.987584088498103 ], [ -75.135079440158904, 39.9876164093534 ], [ -75.134908075577499, 39.987594192786197 ], [ -75.134915690992301, 39.987561337004202 ], [ -75.134926514721997, 39.987562695258198 ], [ -75.134937945751005, 39.987564632740799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2721, "ADDRESS": "2731 N 12TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372249401", "LNIADDRESSKEY": "654130", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 378.69921875, "Shape__Length": 99.140808434933575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1505101018098, 39.994451614877498 ], [ -75.150495928909606, 39.9945157900029 ], [ -75.150141329143196, 39.994467153415698 ], [ -75.150144961985006, 39.994446199146203 ], [ -75.150154651923401, 39.994403313848203 ], [ -75.150156402514199, 39.994403562985298 ], [ -75.1505101018098, 39.994451614877498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2722, "ADDRESS": "2220 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162182101", "LNIADDRESSKEY": "672240", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.890625, "Shape__Length": 91.441756049101471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167609277767099, 39.988336648930201 ], [ -75.167618895698993, 39.9882931481079 ], [ -75.167966299567695, 39.988339732347299 ], [ -75.167956359911798, 39.988383998575898 ], [ -75.167609277767099, 39.988336648930201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2723, "ADDRESS": "2261 N 22ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162209601", "LNIADDRESSKEY": "674085", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 244.74609375, "Shape__Length": 91.714763343462408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168459602401398, 39.989389685731702 ], [ -75.168468341233805, 39.989347229399201 ], [ -75.168819843034797, 39.989393709370802 ], [ -75.168811040699893, 39.989435068438802 ], [ -75.168459602401398, 39.989389685731702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2724, "ADDRESS": "645 UNION ST", "OWNER1": "UNION STREET FLATS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242233400", "LNIADDRESSKEY": "582398", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.85546875, "Shape__Length": 74.301307596308234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200987213398804, 39.964286988508803 ], [ -75.2010124276553, 39.964283873699998 ], [ -75.201261335316602, 39.9642516353153 ], [ -75.201262097151201, 39.964255907235298 ], [ -75.201269081529503, 39.964295862033303 ], [ -75.200994322355896, 39.964327558778201 ], [ -75.200987213398804, 39.964286988508803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2725, "ADDRESS": "5415 TRINITY ST", "OWNER1": "ELMWOOD COMMUNITY METHODI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "514122700", "LNIADDRESSKEY": "577272", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.6953125, "Shape__Length": 70.709180290677011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224037856460299, 39.939950090763197 ], [ -75.224080143098007, 39.939920071605897 ], [ -75.224177991801398, 39.940003114773901 ], [ -75.224189378519995, 39.940012859807098 ], [ -75.224255026708803, 39.940067564653901 ], [ -75.224212803547005, 39.940097568379898 ], [ -75.224037856460299, 39.939950090763197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2726, "ADDRESS": "1310 S 21ST ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361216605", "LNIADDRESSKEY": "673277", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.69921875, "Shape__Length": 73.19152141398682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179192663687999, 39.935356578801901 ], [ -75.179203114660595, 39.935311662223199 ], [ -75.179468113606802, 39.935345891632601 ], [ -75.179458513522903, 39.935391022146902 ], [ -75.179192663687999, 39.935356578801901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2727, "ADDRESS": "2423 W THOMPSON ST", "OWNER1": "HARRISON PROPERTIES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291048500", "LNIADDRESSKEY": "570330", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.28125, "Shape__Length": 84.963643228217876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176066556290493, 39.975733275364099 ], [ -75.176116504346197, 39.9754856678707 ], [ -75.176171797143894, 39.975492871624098 ], [ -75.176120274642301, 39.975739460593601 ], [ -75.176066556290493, 39.975733275364099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2728, "ADDRESS": "1408 N 27TH ST", "OWNER1": "AKLILU ELLAL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292060010", "LNIADDRESSKEY": "679590", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.55078125, "Shape__Length": 42.379177053230904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179815394263002, 39.9774579264651 ], [ -75.179946720512802, 39.977475858227798 ], [ -75.179937547037099, 39.977518386611699 ], [ -75.179804966336206, 39.977500409850897 ], [ -75.179815394263002, 39.9774579264651 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2729, "ADDRESS": "3021 GERMANTOWN AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885445860", "LNIADDRESSKEY": "309487", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.1171875, "Shape__Length": 56.479868119955938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146656831721501, 39.998151373002102 ], [ -75.146808300890001, 39.9981187480834 ], [ -75.146829135455107, 39.998173400037601 ], [ -75.146643719729994, 39.998214040069001 ], [ -75.146656831721501, 39.998151373002102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2730, "ADDRESS": "1124 N 39TH ST", "OWNER1": "MONTANA INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243225600", "LNIADDRESSKEY": "686098", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.5625, "Shape__Length": 74.956174264712615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201699525960606, 39.973577973742799 ], [ -75.201964895581199, 39.973550161067699 ], [ -75.2019715000974, 39.973549469785098 ], [ -75.201980008554102, 39.973596323996503 ], [ -75.2019731075941, 39.973597074019999 ], [ -75.201708217343196, 39.973625526940502 ], [ -75.201699525960606, 39.973577973742799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2731, "ADDRESS": "2447 CECIL B MOORE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291263610", "LNIADDRESSKEY": "71770", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.4453125, "Shape__Length": 76.788780675999078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175459173650694, 39.981036452180398 ], [ -75.175515685566396, 39.981043668856401 ], [ -75.175469581422405, 39.981261041102798 ], [ -75.175412854008499, 39.981253981755799 ], [ -75.175459173650694, 39.981036452180398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2732, "ADDRESS": "3225 RIDGE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282267100", "LNIADDRESSKEY": "504398", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.9296875, "Shape__Length": 74.425147388898111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185109778386504, 39.991568456359197 ], [ -75.185370545089796, 39.991480321380301 ], [ -75.185391553937194, 39.991521154870199 ], [ -75.185163554143401, 39.991598980225397 ], [ -75.185122375702406, 39.991593336531302 ], [ -75.185109778386504, 39.991568456359197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2733, "ADDRESS": "2345 N 27TH ST", "OWNER1": "GEORGE P LIGHTFOOT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281061000", "LNIADDRESSKEY": "679882", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.3203125, "Shape__Length": 61.784121996077801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176258429515997, 39.991927858726299 ], [ -75.176267674434797, 39.991882978269601 ], [ -75.176279943269606, 39.991884414549403 ], [ -75.176483088584902, 39.991910295253902 ], [ -75.176473849676995, 39.991954982142097 ], [ -75.176258429515997, 39.991927858726299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2734, "ADDRESS": "3017 W DAKOTA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282306501", "LNIADDRESSKEY": "107530", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.75, "Shape__Length": 58.289488164172695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182203947549098, 39.991816063601497 ], [ -75.182236065692507, 39.9916594376162 ], [ -75.182289746848397, 39.991666409465097 ], [ -75.182257327836894, 39.9918237540452 ], [ -75.182203947549098, 39.991816063601497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2735, "ADDRESS": "1751 W LIPPINCOTT ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111126025", "LNIADDRESSKEY": "394995", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.359375, "Shape__Length": 58.344784238559342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159200704322004, 40.001918571300102 ], [ -75.159236616967206, 40.001922783116598 ], [ -75.159238679883103, 40.001932469422499 ], [ -75.159283451349495, 40.002068708870603 ], [ -75.159222885424498, 40.002060733079603 ], [ -75.1591726441481, 40.002054101897002 ], [ -75.159200704322004, 40.001918571300102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2736, "ADDRESS": "5328 VINE ST", "OWNER1": "ESD INVESTMENT LLC", "OWNER2": "PHILA DEVELOPMENT GROUP LLC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441040300", "LNIADDRESSKEY": "589231", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 302.49609375, "Shape__Length": 98.226953685419858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227216472633899, 39.964623880415097 ], [ -75.227279971547105, 39.9646316928091 ], [ -75.227255554496693, 39.964735836088202 ], [ -75.227236574220996, 39.964822142023898 ], [ -75.227215940609597, 39.964915761491703 ], [ -75.227151607124796, 39.964907319165398 ], [ -75.227152351623303, 39.964903627930802 ], [ -75.227171813514204, 39.964817284167403 ], [ -75.227215263555195, 39.964623725438301 ], [ -75.227216472633899, 39.964623880415097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2737, "ADDRESS": "2314 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191288901", "LNIADDRESSKEY": "462432", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.97265625, "Shape__Length": 47.726668861014481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140997960814801, 39.986497869961802 ], [ -75.141009060366699, 39.986448408362399 ], [ -75.141126970033795, 39.986464484572501 ], [ -75.141138825666204, 39.986466268905502 ], [ -75.141156373899193, 39.986468779561598 ], [ -75.141141531605697, 39.986519090908097 ], [ -75.140997960814801, 39.986497869961802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2738, "ADDRESS": "2535 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192185700", "LNIADDRESSKEY": "462545", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 71.234375, "Shape__Length": 37.741832417733889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140044644235502, 39.989763700389901 ], [ -75.140052109144506, 39.989728149092997 ], [ -75.140172724643605, 39.989745399322203 ], [ -75.140167561576604, 39.989769558851698 ], [ -75.140165161252398, 39.989780771560497 ], [ -75.140044644235502, 39.989763700389901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2739, "ADDRESS": "2119 N 15TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321084401", "LNIADDRESSKEY": "658105", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.96875, "Shape__Length": 78.276898718399735 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157743167557996, 39.985441035012101 ], [ -75.157752389392897, 39.985399282916603 ], [ -75.157752744294896, 39.985397695005403 ], [ -75.158043485610904, 39.9854354692865 ], [ -75.158033603176904, 39.985478077090399 ], [ -75.157745481028996, 39.985441376716899 ], [ -75.157743167557996, 39.985441035012101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2740, "ADDRESS": "1221-23 S 28TH ST", "OWNER1": "GREYS FERRY 09 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362134605", "LNIADDRESSKEY": "681187", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 401.97265625, "Shape__Length": 85.800148692957208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189818714744902, 39.938433413667802 ], [ -75.190076233305703, 39.938468808344901 ], [ -75.190054846845996, 39.938562617075299 ], [ -75.189858654176604, 39.938535458097803 ], [ -75.189849619250793, 39.938534415103803 ], [ -75.189797633059698, 39.938526696439702 ], [ -75.189818714744902, 39.938433413667802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2741, "ADDRESS": "220 E CLEARFIELD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071268410", "LNIADDRESSKEY": "88556", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.26171875, "Shape__Length": 58.93412430294665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1269702564596, 39.996554613812201 ], [ -75.126923870527904, 39.9965487344747 ], [ -75.126956637931897, 39.996391184173198 ], [ -75.126957565610894, 39.996386692355699 ], [ -75.127006978092297, 39.996392350259903 ], [ -75.127005897161197, 39.996397549260301 ], [ -75.126973488531505, 39.996555026679196 ], [ -75.1269702564596, 39.996554613812201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2742, "ADDRESS": "4971 W THOMPSON ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442127810", "LNIADDRESSKEY": "570540", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 277.55859375, "Shape__Length": 102.52199830881244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221963878295398, 39.973496957988701 ], [ -75.222017267026501, 39.973491235881603 ], [ -75.222073451120906, 39.973798824442802 ], [ -75.222017333152195, 39.9738047139587 ], [ -75.221963878295398, 39.973496957988701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2743, "ADDRESS": "2035 N STILLMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322184900", "LNIADDRESSKEY": "555523", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.21484375, "Shape__Length": 53.582334765270893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174858239561303, 39.986408507700901 ], [ -75.174867632033596, 39.986364760299502 ], [ -75.175048076749604, 39.986386459594897 ], [ -75.175038784215602, 39.986430354538797 ], [ -75.174858239561303, 39.986408507700901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2744, "ADDRESS": "3943 CAMBRIDGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "243216410", "LNIADDRESSKEY": "63394", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.30078125, "Shape__Length": 78.240186578575901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203535917229104, 39.973541591472298 ], [ -75.203585627935396, 39.973536215250498 ], [ -75.203622032920805, 39.973754960236803 ], [ -75.203624001494404, 39.973766722605397 ], [ -75.203578800453698, 39.973771990562703 ], [ -75.203578296727898, 39.973769222312001 ], [ -75.203535917229104, 39.973541591472298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2745, "ADDRESS": "2307 N 6TH ST", "OWNER1": "SHEPHARDS CHAPEL", "OWNER2": "BAPTIST CHURCH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191373300", "LNIADDRESSKEY": "639391", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.14453125, "Shape__Length": 57.142105321857898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143147299175894, 39.986485194802597 ], [ -75.143154073244602, 39.986453399556503 ], [ -75.143365430738598, 39.986481379893299 ], [ -75.143358542756204, 39.986513398944197 ], [ -75.143147299175894, 39.986485194802597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2746, "ADDRESS": "2769 N TAYLOR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281017700", "LNIADDRESSKEY": "565907", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.40625, "Shape__Length": 46.755765703418035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171390962527894, 39.9976248482822 ], [ -75.1713823685634, 39.997662391909699 ], [ -75.171225101294098, 39.997641111329003 ], [ -75.171233638226994, 39.997602873776302 ], [ -75.171390962527894, 39.9976248482822 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2747, "ADDRESS": "6156 HEGERMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411363100", "LNIADDRESSKEY": "338999", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 249.3515625, "Shape__Length": 86.334079563090313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055425707916697, 40.018292594323299 ], [ -75.055475980520697, 40.018266607478303 ], [ -75.055658491961594, 40.018473532479099 ], [ -75.055610535962998, 40.0184983213096 ], [ -75.055606461963706, 40.018500427646501 ], [ -75.055425707916697, 40.018292594323299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2748, "ADDRESS": "4175 MANTUA AVE", "OWNER1": "XC INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062113600", "LNIADDRESSKEY": "409601", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.91796875, "Shape__Length": 92.320672704212768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208108806541503, 39.9718481236457 ], [ -75.208225664782006, 39.971586802833798 ], [ -75.208276762214794, 39.971600297559398 ], [ -75.208160066000303, 39.971861752653801 ], [ -75.208108806541503, 39.9718481236457 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2749, "ADDRESS": "2334 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191165001", "LNIADDRESSKEY": "41803", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.2109375, "Shape__Length": 50.918633609296656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138034651134802, 39.9863000756785 ], [ -75.138043343701099, 39.9862622018872 ], [ -75.138218804131597, 39.986285670481699 ], [ -75.138210629080803, 39.986323795958299 ], [ -75.138034651134802, 39.9863000756785 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2750, "ADDRESS": "628 DUDLEY ST", "OWNER1": "LORENTSON AMANDA", "OWNER2": "LORENTSON JOHN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393019500", "LNIADDRESSKEY": "124225", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.546875, "Shape__Length": 49.301811215167845 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157310026848705, 39.924405607035297 ], [ -75.157260697384899, 39.924399091177499 ], [ -75.157289104103697, 39.924269113896798 ], [ -75.157337457445493, 39.924275446617003 ], [ -75.157310026848705, 39.924405607035297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2751, "ADDRESS": "2136 N 20TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322007400", "LNIADDRESSKEY": "670156", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.64453125, "Shape__Length": 76.225029856600628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165940306048, 39.9871393928712 ], [ -75.165947860774494, 39.987105502342999 ], [ -75.165950188254797, 39.9870950117433 ], [ -75.1662295128761, 39.9871329753867 ], [ -75.1662240736092, 39.987160257306002 ], [ -75.166220276205706, 39.9871769036654 ], [ -75.165940306048, 39.9871393928712 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2752, "ADDRESS": "2807 N MARVINE ST", "OWNER1": "BCM PHILADELPHIA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372238700", "LNIADDRESSKEY": "416823", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.6328125, "Shape__Length": 73.329062837492216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149273985415405, 39.995133104497903 ], [ -75.149283214022006, 39.9950907730708 ], [ -75.149554037491896, 39.995123749034001 ], [ -75.149544853870495, 39.995164871879197 ], [ -75.149273985415405, 39.995133104497903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2753, "ADDRESS": "2704 JEFFERSON ST", "OWNER1": "CIVETTA 2 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292045800", "LNIADDRESSKEY": "363019", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.6484375, "Shape__Length": 44.821668367814894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179679488160801, 39.978530553559601 ], [ -75.179705510944302, 39.9784132041829 ], [ -75.179750575765794, 39.9784194517567 ], [ -75.179725163713599, 39.978536719088098 ], [ -75.179679488160801, 39.978530553559601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2754, "ADDRESS": "6519 BELFIELD AVE", "OWNER1": "WHEATCROFT RAMOND F", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "221251000", "LNIADDRESSKEY": "33183", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19119", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 458.12109375, "Shape__Length": 114.35253431217836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175877078072205, 40.056309753353297 ], [ -75.176154572574703, 40.056045852184603 ], [ -75.176156705349896, 40.056043836652997 ], [ -75.176186274186307, 40.056126451485497 ], [ -75.175944659078596, 40.056352566363401 ], [ -75.175877078072205, 40.056309753353297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2755, "ADDRESS": "1445 HANSON ST", "OWNER1": "SHAH MAHBOOB", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273043400", "LNIADDRESSKEY": "332258", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.64453125, "Shape__Length": 50.388254880428427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211157227845604, 39.940466128328801 ], [ -75.211189722905999, 39.940494911596801 ], [ -75.211060782215597, 39.940585841647703 ], [ -75.211026165672294, 39.940557252398897 ], [ -75.211157227845604, 39.940466128328801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2756, "ADDRESS": "1918 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183303100", "LNIADDRESSKEY": "632429", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.1015625, "Shape__Length": 55.378082647068368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140015683990597, 39.979963360075701 ], [ -75.140024778138098, 39.979923558103998 ], [ -75.140217491500906, 39.979951394399002 ], [ -75.140208145826406, 39.979991191789701 ], [ -75.140015683990597, 39.979963360075701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2757, "ADDRESS": "2501 N FRONT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "311009301", "LNIADDRESSKEY": "731012", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.48046875, "Shape__Length": 70.012589575113807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131193343803602, 39.987830974593301 ], [ -75.131439744358005, 39.987863774773103 ], [ -75.131429442514801, 39.987912980122303 ], [ -75.131183271107702, 39.987879169246803 ], [ -75.131193343803602, 39.987830974593301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2758, "ADDRESS": "2239 PALETHORP ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191102701", "LNIADDRESSKEY": "468330", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.09765625, "Shape__Length": 45.397510600671055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135573023041303, 39.984606221398501 ], [ -75.135579695203305, 39.984573205564502 ], [ -75.135737192479297, 39.984593569177399 ], [ -75.135730864228506, 39.984627161624203 ], [ -75.135573023041303, 39.984606221398501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2759, "ADDRESS": "1825 W ERIE AVE", "OWNER1": "MASON CHRISTINA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131062500", "LNIADDRESSKEY": "139102", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 245.859375, "Shape__Length": 89.647096283273015 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158427154368695, 40.010617551204099 ], [ -75.158485511329403, 40.010356840460602 ], [ -75.158541778196906, 40.010364477290103 ], [ -75.158484141475995, 40.010625011722098 ], [ -75.158427154368695, 40.010617551204099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2760, "ADDRESS": "3743 BROWN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243118500", "LNIADDRESSKEY": "53836", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.87109375, "Shape__Length": 82.121844087717818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198131655616294, 39.968027641150499 ], [ -75.198188072600004, 39.9680221090251 ], [ -75.198231807365502, 39.968259347929099 ], [ -75.198178048635597, 39.968265534988802 ], [ -75.198131655616294, 39.968027641150499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2761, "ADDRESS": "820 N 42ND ST", "OWNER1": "YEASMIN MAFUZA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062284800", "LNIADDRESSKEY": "686974", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.390625, "Shape__Length": 56.571595415022202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208075657219496, 39.967468917004297 ], [ -75.208081580782903, 39.967506590774903 ], [ -75.207879708530001, 39.967528989723 ], [ -75.207872478183504, 39.967491544899602 ], [ -75.208075657219496, 39.967468917004297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2762, "ADDRESS": "2445 N 19TH ST", "OWNER1": "FREDIE L DOWNER", "OWNER2": "CECELIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162078400", "LNIADDRESSKEY": "668253", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.1796875, "Shape__Length": 66.620563470681361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162952643782901, 39.991399346389002 ], [ -75.162954879679305, 39.991386855771196 ], [ -75.162961727227298, 39.991356205506499 ], [ -75.163200331847506, 39.991386874668102 ], [ -75.163190872163796, 39.991430555580003 ], [ -75.162952643782901, 39.991399346389002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2763, "ADDRESS": "3020 CLIFFORD ST", "OWNER1": "DAUPHIN INV CO INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324059100", "LNIADDRESSKEY": "90863", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.7890625, "Shape__Length": 73.445454822720194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183771585673696, 39.983171857755401 ], [ -75.183811371984802, 39.983145391598001 ], [ -75.183992060063801, 39.9833063413408 ], [ -75.183952623757506, 39.983332959548399 ], [ -75.183771585673696, 39.983171857755401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2764, "ADDRESS": "2027 W WESTMORELAND ST", "OWNER1": "EGYROCCO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112034000", "LNIADDRESSKEY": "609227", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.51171875, "Shape__Length": 68.055398600650392 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163068656294698, 40.004813438021301 ], [ -75.163111703351603, 40.0046238387866 ], [ -75.163146841495902, 40.004627548720499 ], [ -75.163164568781397, 40.004629883097103 ], [ -75.163122454703696, 40.0048202917597 ], [ -75.163068656294698, 40.004813438021301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2765, "ADDRESS": "2324 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191184001", "LNIADDRESSKEY": "632596", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.0859375, "Shape__Length": 58.842256983045758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138630214178306, 39.986266092198399 ], [ -75.138841341909199, 39.986293519310401 ], [ -75.138833022343704, 39.986331414027198 ], [ -75.138621894455198, 39.986303988025298 ], [ -75.138630214178306, 39.986266092198399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2766, "ADDRESS": "2403 NICHOLAS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291253410", "LNIADDRESSKEY": "451227", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.88671875, "Shape__Length": 55.370208637394384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1743329097893, 39.980528683902797 ], [ -75.174364018953199, 39.980378581860599 ], [ -75.174413754362703, 39.980384920566003 ], [ -75.174382669454602, 39.980534926304699 ], [ -75.1743329097893, 39.980528683902797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2767, "ADDRESS": "4722 DEVEREAUX AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411148700", "LNIADDRESSKEY": "115431", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.734375, "Shape__Length": 70.458258602756331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055296610250195, 40.018565158014198 ], [ -75.055329097604897, 40.018602311488003 ], [ -75.055115663713806, 40.018713421605597 ], [ -75.055083169328398, 40.018676262273701 ], [ -75.055296610250195, 40.018565158014198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2768, "ADDRESS": "7232 PASCHALL AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403327900", "LNIADDRESSKEY": "472450", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.96875, "Shape__Length": 89.325692438619541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243240977030794, 39.916915626378703 ], [ -75.243282439790804, 39.916886857525903 ], [ -75.243511260131299, 39.917085228931697 ], [ -75.243470739099806, 39.917114002687597 ], [ -75.243240977030794, 39.916915626378703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2769, "ADDRESS": "3911 WYALUSING AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243189910", "LNIADDRESSKEY": "625642", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.703125, "Shape__Length": 47.510117758637925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201749534897303, 39.972557147820197 ], [ -75.201802634277101, 39.972551330684098 ], [ -75.201826593736996, 39.972672743784699 ], [ -75.201774174403795, 39.972678302355398 ], [ -75.201749534897303, 39.972557147820197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2770, "ADDRESS": "4422 ELIZABETH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "234248700", "LNIADDRESSKEY": "132570", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 318.5234375, "Shape__Length": 96.088382532239123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.090351119836697, 40.014914086271403 ], [ -75.090392554198502, 40.014870022355701 ], [ -75.090680051550294, 40.015036933105698 ], [ -75.0906371669451, 40.0150810761629 ], [ -75.090351119836697, 40.014914086271403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2771, "ADDRESS": "1509 W ERIE AVE", "OWNER1": "ERIE STREET ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131055900", "LNIADDRESSKEY": "138962", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 251.796875, "Shape__Length": 90.640889050023688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153107845356899, 40.009927522372401 ], [ -75.153165223817396, 40.009663889340203 ], [ -75.153222465123207, 40.009671792991199 ], [ -75.153165279358902, 40.009935333545997 ], [ -75.153107845356899, 40.009927522372401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2772, "ADDRESS": "1834 N 32ND ST", "OWNER1": "ALCAN COLD STORAGE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323321300", "LNIADDRESSKEY": "684127", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 245.53515625, "Shape__Length": 90.821085841308971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186345568497202, 39.984747538864497 ], [ -75.186466690259294, 39.984763623189799 ], [ -75.186625780918007, 39.984784747365602 ], [ -75.186635539990206, 39.984786045416897 ], [ -75.186626067181706, 39.984828792820799 ], [ -75.186411814137003, 39.984800118190101 ], [ -75.186400012652996, 39.984798548120303 ], [ -75.186279834168204, 39.984782452134901 ], [ -75.186289022307093, 39.984740037400499 ], [ -75.186345568497202, 39.984747538864497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2773, "ADDRESS": "1946 N 8TH ST", "OWNER1": "ZHANG ZHIXIN", "OWNER2": "ZHANG BO", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202112801", "LNIADDRESSKEY": "644979", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.14453125, "Shape__Length": 60.234004723448102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147838844337201, 39.981601302248897 ], [ -75.147837787141398, 39.981605356522302 ], [ -75.147830088309703, 39.981643322158199 ], [ -75.147829014811705, 39.981648375068303 ], [ -75.147622978261197, 39.981621344357997 ], [ -75.147633690853397, 39.981574727446002 ], [ -75.147838844337201, 39.981601302248897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2774, "ADDRESS": "1918 N ORIANNA ST", "OWNER1": "KIM BENJAMIN NAMJAE", "OWNER2": "TREXLER SHANA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183314900", "LNIADDRESSKEY": "461417", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.83984375, "Shape__Length": 41.253573290702143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140471567016206, 39.980071704451603 ], [ -75.140479650818605, 39.980038568443803 ], [ -75.140618763127506, 39.980057690964102 ], [ -75.140610981445406, 39.9800906243618 ], [ -75.140471567016206, 39.980071704451603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2775, "ADDRESS": "716 W YORK ST", "OWNER1": "T&I DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371356300", "LNIADDRESSKEY": "629080", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.81640625, "Shape__Length": 80.509739389713715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145391256779106, 39.987997396350998 ], [ -75.145385626868304, 39.987996672789698 ], [ -75.145435880591705, 39.987765524333099 ], [ -75.145490967065001, 39.987772304410903 ], [ -75.145440264551993, 39.988003667958303 ], [ -75.145391256779106, 39.987997396350998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2776, "ADDRESS": "2019 ORTHODOX ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232106400", "LNIADDRESSKEY": "463740", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 304.93359375, "Shape__Length": 92.069210632107229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.079527914534196, 40.011176665069897 ], [ -75.079793726723594, 40.011012809844203 ], [ -75.079838085161697, 40.0110560281978 ], [ -75.079572248030701, 40.011220478760201 ], [ -75.079527914534196, 40.011176665069897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2777, "ADDRESS": "1624 N 26TH ST", "OWNER1": "BOPHORUS IMPORT EXPORT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324106600", "LNIADDRESSKEY": "678715", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.5, "Shape__Length": 81.426784368195626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177541051295705, 39.980365840400403 ], [ -75.177549406484005, 39.980323939176799 ], [ -75.177854583382796, 39.980360326996198 ], [ -75.177852088078396, 39.980374762715002 ], [ -75.1778466394845, 39.980404091287497 ], [ -75.177541051295705, 39.980365840400403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2778, "ADDRESS": "2238 N REESE ST", "OWNER1": "JULUIS C F RODREQUEZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191333100", "LNIADDRESSKEY": "498774", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.87109375, "Shape__Length": 66.416152520368541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142391998901005, 39.985539995472699 ], [ -75.142399401590595, 39.985503312986701 ], [ -75.142646290123906, 39.985536342422797 ], [ -75.142644843720205, 39.9855429354539 ], [ -75.142638436213304, 39.985572272454 ], [ -75.142391998901005, 39.985539995472699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2779, "ADDRESS": "1828 N ETTING ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323182701", "LNIADDRESSKEY": "139699", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.328125, "Shape__Length": 43.593633270042204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178980296852004, 39.983632618348501 ], [ -75.178988664703695, 39.983594778626902 ], [ -75.179132638251204, 39.983613817677202 ], [ -75.179123732800903, 39.983651434753703 ], [ -75.178980296852004, 39.983632618348501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2780, "ADDRESS": "3847 WALLACE ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242102110", "LNIADDRESSKEY": "593528", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 226.5078125, "Shape__Length": 86.611498630309725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199259449754294, 39.964493238690103 ], [ -75.199284291612301, 39.9644905349463 ], [ -75.199314228995604, 39.964487154969198 ], [ -75.199361087580002, 39.964741113457599 ], [ -75.199308448724096, 39.964747100627001 ], [ -75.199305374423403, 39.964733589278197 ], [ -75.199288618956402, 39.964646991672097 ], [ -75.199259449754294, 39.964493238690103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2781, "ADDRESS": "1432 S 49TH ST", "OWNER1": "PASCHALL HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273061610", "LNIADDRESSKEY": "689895", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 300.33984375, "Shape__Length": 86.887056488966266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211875811825905, 39.939745575357598 ], [ -75.211928036364199, 39.939789383373501 ], [ -75.211696344330093, 39.939951401018803 ], [ -75.211645223125004, 39.9399066498639 ], [ -75.211875811825905, 39.939745575357598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2782, "ADDRESS": "270 DIAMOND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183215200", "LNIADDRESSKEY": "116247", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 226.62109375, "Shape__Length": 79.359304963652221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139281053556303, 39.982384477511701 ], [ -75.139238530904393, 39.9823786097419 ], [ -75.139233631714006, 39.982377934025401 ], [ -75.139277256861106, 39.9821719614296 ], [ -75.139281457212704, 39.982155357644103 ], [ -75.139342737769994, 39.982163312241497 ], [ -75.139293997963506, 39.982386255284901 ], [ -75.139281053556303, 39.982384477511701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2783, "ADDRESS": "869 N 20TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151082010", "LNIADDRESSKEY": "669894", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.296875, "Shape__Length": 67.69184843248695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169018009411005, 39.971094360963001 ], [ -75.169030591699894, 39.971039981678103 ], [ -75.169259219395798, 39.971069513260503 ], [ -75.169247871442593, 39.971123387602901 ], [ -75.169018009411005, 39.971094360963001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2784, "ADDRESS": "5600 BOYER ST", "OWNER1": "BIG FISH LIL FISH PROPERTY GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122245100", "LNIADDRESSKEY": "45808", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.5859375, "Shape__Length": 79.490887990903531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161366232610007, 40.045608951480901 ], [ -75.161372590653698, 40.045602856361398 ], [ -75.161428946607103, 40.045637510014203 ], [ -75.161423267770104, 40.045642895125802 ], [ -75.161416977623702, 40.045648862257401 ], [ -75.161251804161395, 40.045805612936597 ], [ -75.161249975134893, 40.0458073455898 ], [ -75.161194152404704, 40.045773540684401 ], [ -75.161276938636306, 40.045694356743702 ], [ -75.161360813636605, 40.045614131833503 ], [ -75.161366232610007, 40.045608951480901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2785, "ADDRESS": "652 N 38TH ST", "OWNER1": "117 LAUREL LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242189400", "LNIADDRESSKEY": "685814", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.7734375, "Shape__Length": 58.028021317042082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197815946880695, 39.965087662172998 ], [ -75.197808276878902, 39.965053736496102 ], [ -75.198008261992101, 39.9650301690993 ], [ -75.198016583420298, 39.965075199507801 ], [ -75.197818352529694, 39.965098354313099 ], [ -75.197815946880695, 39.965087662172998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2786, "ADDRESS": "1548 N 7TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202023301", "LNIADDRESSKEY": "642210", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.73046875, "Shape__Length": 66.306177264453055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147246014931298, 39.9757551682398 ], [ -75.147254689248101, 39.975710342095901 ], [ -75.147255291416897, 39.975707196549202 ], [ -75.147486949274807, 39.975733309205502 ], [ -75.1474859282186, 39.975738638112503 ], [ -75.147477567329105, 39.975781859677902 ], [ -75.147246014931298, 39.9757551682398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2787, "ADDRESS": "2139 N 30TH ST", "OWNER1": "E T S REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323257800", "LNIADDRESSKEY": "682996", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.7265625, "Shape__Length": 57.963447221068925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181647408155797, 39.989238752345301 ], [ -75.181850872635096, 39.9892654372319 ], [ -75.181841871486299, 39.989306147323703 ], [ -75.181639090116605, 39.9892802514523 ], [ -75.181647408155797, 39.989238752345301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2788, "ADDRESS": "3114 DICKINSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364247104", "LNIADDRESSKEY": "117995", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.79296875, "Shape__Length": 62.372647038319265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196331901081095, 39.935275403851101 ], [ -75.196369296481905, 39.935105512556198 ], [ -75.196423448668, 39.935112731402903 ], [ -75.196385258596095, 39.935283683974298 ], [ -75.196331901081095, 39.935275403851101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2789, "ADDRESS": "1933 N 20TH ST", "OWNER1": "ATM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321285500", "LNIADDRESSKEY": "670072", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.87890625, "Shape__Length": 67.78036536108317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166245240851296, 39.983768912696902 ], [ -75.166255877774603, 39.983722839994499 ], [ -75.166491718281705, 39.983754989285202 ], [ -75.166480859325304, 39.983805247853297 ], [ -75.166355347432997, 39.9837879464812 ], [ -75.166351649209105, 39.983784365036598 ], [ -75.166245240851296, 39.983768912696902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2790, "ADDRESS": "2034 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321267401", "LNIADDRESSKEY": "668028", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.16796875, "Shape__Length": 73.059937569804347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164723120856195, 39.985324276522597 ], [ -75.164732927696093, 39.985279120040197 ], [ -75.164998408524596, 39.985313922185298 ], [ -75.164989034226593, 39.9853576051323 ], [ -75.164723120856195, 39.985324276522597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2791, "ADDRESS": "2367 N VAN PELT ST", "OWNER1": "BOONE FONTELLA A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162194400", "LNIADDRESSKEY": "586399", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.48046875, "Shape__Length": 51.072148459443625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167335781991198, 39.990775935109802 ], [ -75.167338417057906, 39.990763437639004 ], [ -75.1673439153152, 39.990737333951202 ], [ -75.167519063847294, 39.990761328030104 ], [ -75.167510738118807, 39.990800601757002 ], [ -75.167335781991198, 39.990775935109802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2792, "ADDRESS": "1621 W NORRIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321017810", "LNIADDRESSKEY": "452341", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.66015625, "Shape__Length": 67.039615903747915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161175079576395, 39.983832813582097 ], [ -75.161134745696103, 39.984009705852202 ], [ -75.161069091083107, 39.984001519025 ], [ -75.161109180255295, 39.9838244444297 ], [ -75.161175079576395, 39.983832813582097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2793, "ADDRESS": "2527 N HANCOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192049201", "LNIADDRESSKEY": "731251", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.828125, "Shape__Length": 52.288688622050934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134041324604695, 39.9889089515694 ], [ -75.134043337352793, 39.988897486855798 ], [ -75.134049576180701, 39.988869934936098 ], [ -75.134230390091602, 39.988893351312697 ], [ -75.134224505171304, 39.988920992398398 ], [ -75.134222466195496, 39.988932036414198 ], [ -75.134041324604695, 39.9889089515694 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2794, "ADDRESS": "1921 W SUSQUEHANNA AVE", "OWNER1": "NORTH PHILLY COMMUNITY CH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162240600", "LNIADDRESSKEY": "559157", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.48046875, "Shape__Length": 74.485800511510178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164746163524299, 39.987480758599602 ], [ -75.164802918172498, 39.987487792201797 ], [ -75.164758614630699, 39.987697576685598 ], [ -75.164701901333203, 39.987690029291798 ], [ -75.164746163524299, 39.987480758599602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2795, "ADDRESS": "2428 N DELHI ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371143401", "LNIADDRESSKEY": "730548", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.55859375, "Shape__Length": 46.721043874147277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148020892114303, 39.9891975098503 ], [ -75.148028920502696, 39.989159713848601 ], [ -75.148186308064894, 39.989180432616202 ], [ -75.148177693418802, 39.989218780727498 ], [ -75.148020892114303, 39.9891975098503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2796, "ADDRESS": "2112 N 30TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323260801", "LNIADDRESSKEY": "682973", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.48046875, "Shape__Length": 62.808383190737686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182386007736199, 39.9884493386214 ], [ -75.182215924238506, 39.988427737550602 ], [ -75.182241139659993, 39.9883084515617 ], [ -75.182386007736199, 39.9884493386214 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2797, "ADDRESS": "2436 N GARNET ST", "OWNER1": "PUGH GENEVA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162108400", "LNIADDRESSKEY": "306778", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.16015625, "Shape__Length": 51.044030246287065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164113274029802, 39.991327556237898 ], [ -75.164107393029198, 39.991326762625 ], [ -75.163943905821398, 39.991304718865599 ], [ -75.1639519462111, 39.991268033845898 ], [ -75.164115364639898, 39.991289689736 ], [ -75.164121329028802, 39.991290485227204 ], [ -75.164129732718095, 39.991291592461899 ], [ -75.164125718073905, 39.991310040408202 ], [ -75.164121655135801, 39.991328679858398 ], [ -75.164113274029802, 39.991327556237898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2798, "ADDRESS": "1919 RIDGE AVE", "OWNER1": "RIDGE POINTE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472078700", "LNIADDRESSKEY": "504008", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.34375, "Shape__Length": 63.019055653916922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167318379418504, 39.974202563228602 ], [ -75.167522683762598, 39.974131462495599 ], [ -75.167548227370006, 39.974179316977498 ], [ -75.167390802248306, 39.974231983881097 ], [ -75.1673154241644, 39.974222420407798 ], [ -75.167318379418504, 39.974202563228602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2799, "ADDRESS": "2939 CECIL B MOORE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324054701", "LNIADDRESSKEY": "71925", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.55859375, "Shape__Length": 71.381034490286538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183104897144503, 39.982240766621402 ], [ -75.183147328178606, 39.982040654136902 ], [ -75.183202370195701, 39.982048026706799 ], [ -75.183160122902393, 39.982248240176197 ], [ -75.183104897144503, 39.982240766621402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2800, "ADDRESS": "1242 S NEWKIRK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362150205", "LNIADDRESSKEY": "450291", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.2421875, "Shape__Length": 49.158388209559071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190886803399906, 39.938065299671102 ], [ -75.190894272548604, 39.938027648743699 ], [ -75.191062840789201, 39.938048900713397 ], [ -75.191054543761695, 39.938087402651803 ], [ -75.190886803399906, 39.938065299671102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2801, "ADDRESS": "1115 N 41ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062248910", "LNIADDRESSKEY": "686694", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 262.7890625, "Shape__Length": 92.812516962757897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205778524298495, 39.972941135251702 ], [ -75.206132616002506, 39.972901593880003 ], [ -75.206141008176999, 39.9729466239909 ], [ -75.205787421900297, 39.9729860313128 ], [ -75.205778524298495, 39.972941135251702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2802, "ADDRESS": "2347 N 27TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281061100", "LNIADDRESSKEY": "679884", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.80859375, "Shape__Length": 62.356887150424896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176248837171102, 39.991974680956297 ], [ -75.176258429515997, 39.991927858726299 ], [ -75.176473849676995, 39.991954982142097 ], [ -75.176463450216701, 39.992002125296104 ], [ -75.176248837171102, 39.991974680956297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2803, "ADDRESS": "1437 OGDEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152311900", "LNIADDRESSKEY": "456355", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.80078125, "Shape__Length": 58.828460565349403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161139963509498, 39.969984565182401 ], [ -75.161172416804106, 39.969825147271997 ], [ -75.161225735796606, 39.969831750697701 ], [ -75.161217042208705, 39.9698729664198 ], [ -75.161208508373704, 39.969913830970199 ], [ -75.161200121383104, 39.969954683065303 ], [ -75.161192957740894, 39.969990936039203 ], [ -75.161139963509498, 39.969984565182401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2804, "ADDRESS": "526 EDGLEY ST", "OWNER1": "RONALD KELLEHER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191386200", "LNIADDRESSKEY": "730586", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 69.15234375, "Shape__Length": 39.003319102528245 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142899146210993, 39.983392024017597 ], [ -75.142911048329793, 39.983342354122101 ], [ -75.142923236547205, 39.983291256973502 ], [ -75.142963673057494, 39.983297446514698 ], [ -75.142941002949996, 39.9833977941908 ], [ -75.142899146210993, 39.983392024017597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2805, "ADDRESS": "2357 HOPE ST", "OWNER1": "GRANT LYNN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191013300", "LNIADDRESSKEY": "731459", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.8359375, "Shape__Length": 42.613432607515755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132268660232398, 39.986160406633502 ], [ -75.132275679637601, 39.986126746756099 ], [ -75.132420905585306, 39.986146275208498 ], [ -75.132413122926394, 39.986179643999201 ], [ -75.132268660232398, 39.986160406633502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2806, "ADDRESS": "785 PALLAS ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061290800", "LNIADDRESSKEY": "468926", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.84765625, "Shape__Length": 69.183009016848018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210336384055694, 39.966503329562997 ], [ -75.210597000891099, 39.9664818717497 ], [ -75.210601784131896, 39.966519230677697 ], [ -75.210585058123698, 39.966520569025697 ], [ -75.210341022138493, 39.966540104145601 ], [ -75.210336384055694, 39.966503329562997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2807, "ADDRESS": "2902 PALETHORP ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071158900", "LNIADDRESSKEY": "468596", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.5546875, "Shape__Length": 48.09902266525873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133698423578906, 39.994559721689299 ], [ -75.133705373814706, 39.994524592610396 ], [ -75.133872719251301, 39.994546557917801 ], [ -75.133865434307907, 39.9945817109122 ], [ -75.133698423578906, 39.994559721689299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2808, "ADDRESS": "2201 W THOMPSON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291042310", "LNIADDRESSKEY": "570235", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.45703125, "Shape__Length": 71.051876082155161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172160615573006, 39.975178414485001 ], [ -75.172178594313493, 39.975081776960302 ], [ -75.172199942214704, 39.9749807990259 ], [ -75.172200248200497, 39.974979371035602 ], [ -75.172255728864698, 39.974986002013203 ], [ -75.1722444047941, 39.975044230164698 ], [ -75.172216021511403, 39.975185398573501 ], [ -75.172160615573006, 39.975178414485001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2809, "ADDRESS": "3027 W OAKDALE ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282376201", "LNIADDRESSKEY": "454440", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.47265625, "Shape__Length": 48.608935323230874 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181064543326201, 39.997042170617199 ], [ -75.181093541302403, 39.996916634222302 ], [ -75.181144628446503, 39.996923032635202 ], [ -75.181114980083706, 39.997049118743597 ], [ -75.181064543326201, 39.997042170617199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2810, "ADDRESS": "2110 S CECIL ST", "OWNER1": "THOMPSON WILLIAM D JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401044501", "LNIADDRESSKEY": "71294", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.140625, "Shape__Length": 54.882138541680206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225258784224295, 39.933431404024603 ], [ -75.225294669305597, 39.933461939362303 ], [ -75.225151877128596, 39.933561390259598 ], [ -75.225115992058804, 39.933530854877297 ], [ -75.225248208261704, 39.933438769994801 ], [ -75.225258784224295, 39.933431404024603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2811, "ADDRESS": "6007 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401287000", "LNIADDRESSKEY": "583797", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.76171875, "Shape__Length": 60.174945046906743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229652412214904, 39.931747892950703 ], [ -75.229692697415004, 39.93171968283 ], [ -75.229838006646304, 39.931841225516699 ], [ -75.229795915603404, 39.931870121307 ], [ -75.229652412214904, 39.931747892950703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2812, "ADDRESS": "2426 N 19TH ST", "OWNER1": "12TH STREET PROPERTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162090100", "LNIADDRESSKEY": "668234", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.84375, "Shape__Length": 67.896229857891711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1636860695275, 39.9911131932245 ], [ -75.163683942760599, 39.991112903154701 ], [ -75.163452824661903, 39.991082644710097 ], [ -75.163462875989893, 39.9910371874712 ], [ -75.163693856210003, 39.991067217538401 ], [ -75.163695961673398, 39.991067490234002 ], [ -75.163703906883299, 39.9910685240989 ], [ -75.163698131649497, 39.991095249861502 ], [ -75.163694118015698, 39.991114245184903 ], [ -75.1636860695275, 39.9911131932245 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2813, "ADDRESS": "3816 RENO ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243125510", "LNIADDRESSKEY": "500914", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.98828125, "Shape__Length": 65.559242036064148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199091779586297, 39.968153510348799 ], [ -75.1991430275216, 39.968147798640302 ], [ -75.199176170733395, 39.968332461103103 ], [ -75.199125482483694, 39.968337765177999 ], [ -75.199091779586297, 39.968153510348799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2814, "ADDRESS": "4165 MANTUA AVE", "OWNER1": "GLASS ESTATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062113100", "LNIADDRESSKEY": "409596", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.73828125, "Shape__Length": 92.409298326391195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207854142135403, 39.971778793570799 ], [ -75.207971380049599, 39.971517481409599 ], [ -75.208022826738002, 39.971531693527297 ], [ -75.207905407763704, 39.971792841797999 ], [ -75.207854142135403, 39.971778793570799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2815, "ADDRESS": "1019 W ARIZONA ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371352400", "LNIADDRESSKEY": "730190", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.40625, "Shape__Length": 57.458898816736699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149531772501803, 39.988277017311198 ], [ -75.149565821041307, 39.988114623063403 ], [ -75.149608967011801, 39.988120194680697 ], [ -75.149574081128605, 39.9882825868617 ], [ -75.149563583818093, 39.988281413092501 ], [ -75.149531772501803, 39.988277017311198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2816, "ADDRESS": "9 E SOMERSET ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071196910", "LNIADDRESSKEY": "541210", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.03125, "Shape__Length": 58.943481319355875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129951684022899, 39.992340099738101 ], [ -75.129985390941599, 39.992183505015603 ], [ -75.129989166050905, 39.992183994395702 ], [ -75.130040437668399, 39.992190806262798 ], [ -75.130042127897696, 39.9921910227959 ], [ -75.130008677736797, 39.992347493870398 ], [ -75.129951684022899, 39.992340099738101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2817, "ADDRESS": "2027 N 8TH ST", "OWNER1": "LICHTER CHAIM SCHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202097400", "LNIADDRESSKEY": "645016", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.140625, "Shape__Length": 71.512428899046569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146972641469006, 39.982571477291899 ], [ -75.147235090948001, 39.982606703845001 ], [ -75.147226094071499, 39.982647927610401 ], [ -75.146963166023696, 39.9826125775582 ], [ -75.146972641469006, 39.982571477291899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2818, "ADDRESS": "4205 N 9TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433390300", "LNIADDRESSKEY": "648178", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.44921875, "Shape__Length": 52.46422436624016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140765554253406, 40.016054934712997 ], [ -75.140773840589702, 40.016015532125998 ], [ -75.140954904698702, 40.016037684953503 ], [ -75.140945645634105, 40.016077854968401 ], [ -75.140765554253406, 40.016054934712997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2819, "ADDRESS": "6 E SELTZER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071187710", "LNIADDRESSKEY": "529417", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.04296875, "Shape__Length": 55.633574622382234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130096506445895, 39.992198260334199 ], [ -75.130092877635803, 39.992197774296898 ], [ -75.130107300146307, 39.992147165137503 ], [ -75.130111649326196, 39.992124614877198 ], [ -75.130127227676894, 39.992052737484499 ], [ -75.130177692998203, 39.992059305632203 ], [ -75.130160876689501, 39.992139360864897 ], [ -75.130157225981705, 39.9921503353752 ], [ -75.130161760747299, 39.992150681030203 ], [ -75.130160416052604, 39.992157259360603 ], [ -75.130150571674605, 39.992205459159003 ], [ -75.130096506445895, 39.992198260334199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2820, "ADDRESS": "3902 WYALUSING AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243181210", "LNIADDRESSKEY": "625633", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.203125, "Shape__Length": 50.960670629047691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201518463993807, 39.972361078633 ], [ -75.201568734934696, 39.972355812600497 ], [ -75.201592075248399, 39.972490945576801 ], [ -75.201541605230005, 39.972496482006903 ], [ -75.201518463993807, 39.972361078633 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2821, "ADDRESS": "1505 W SUSQUEHANNA AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161259301", "LNIADDRESSKEY": "559087", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.0390625, "Shape__Length": 73.703141462735488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158343951725897, 39.986866510574401 ], [ -75.1583894914464, 39.9866572223155 ], [ -75.158442860264401, 39.986663973152503 ], [ -75.158397640768399, 39.9868731233706 ], [ -75.158343951725897, 39.986866510574401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2822, "ADDRESS": "2414 SEYBERT ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291060210", "LNIADDRESSKEY": "531302", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.69140625, "Shape__Length": 57.380844656083376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175640039177694, 39.975851811526603 ], [ -75.175669736812296, 39.9756940527392 ], [ -75.175718942272795, 39.975699879003798 ], [ -75.175688564065496, 39.975857945772198 ], [ -75.175644626854094, 39.9758523976123 ], [ -75.175640039177694, 39.975851811526603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2823, "ADDRESS": "2313 N 21ST ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162178500", "LNIADDRESSKEY": "672300", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.203125, "Shape__Length": 75.63407529883635 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166838090489193, 39.989686223231601 ], [ -75.166848013855798, 39.989643487313103 ], [ -75.167126426447396, 39.989682040687903 ], [ -75.167117201734399, 39.989724582862898 ], [ -75.166838090489193, 39.989686223231601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2824, "ADDRESS": "3230 N 15TH ST", "OWNER1": "3230 N 15TH STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112172500", "LNIADDRESSKEY": "658414", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.90234375, "Shape__Length": 77.28383018660594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154446209051898, 40.002768016031098 ], [ -75.154726332088401, 40.002803074673203 ], [ -75.154715842499101, 40.002850487863 ], [ -75.154435140089802, 40.002815753982098 ], [ -75.154446209051898, 40.002768016031098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2825, "ADDRESS": "2243 N FRANKLIN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371078701", "LNIADDRESSKEY": "299343", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.1171875, "Shape__Length": 65.608208924661412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145835193337703, 39.985930589426701 ], [ -75.145834589390603, 39.985934006360701 ], [ -75.145595645630493, 39.985908076092102 ], [ -75.145602524422102, 39.985867638933499 ], [ -75.145610692202197, 39.985868497790698 ], [ -75.145841111681307, 39.985892973185699 ], [ -75.145835193337703, 39.985930589426701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2826, "ADDRESS": "5100 WYALUSING AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442067300", "LNIADDRESSKEY": "625800", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.69140625, "Shape__Length": 84.656310385200712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223210822540295, 39.969672368489803 ], [ -75.223206658898107, 39.969652514526402 ], [ -75.223183503104096, 39.969541714508999 ], [ -75.223159209566603, 39.969425457535202 ], [ -75.223179835864897, 39.969423477929702 ], [ -75.223213496406402, 39.969420253649098 ], [ -75.223261618941194, 39.969667506678697 ], [ -75.223261674427803, 39.969668297400403 ], [ -75.223220440610802, 39.969672338143702 ], [ -75.223210998744705, 39.969673258727298 ], [ -75.223210822540295, 39.969672368489803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2827, "ADDRESS": "1950 N 8TH ST", "OWNER1": "WU XIAO LIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202113001", "LNIADDRESSKEY": "644983", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.0625, "Shape__Length": 59.398717054613002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147818259744298, 39.981696103792899 ], [ -75.147815919204902, 39.9817106878019 ], [ -75.147808531857194, 39.981739988176599 ], [ -75.147604269214497, 39.981713690320497 ], [ -75.147614078033698, 39.981667697145603 ], [ -75.147818259744298, 39.981696103792899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2828, "ADDRESS": "1333 S 56TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513138500", "LNIADDRESSKEY": "696202", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.6875, "Shape__Length": 79.838423518929531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229785253989206, 39.9416908103113 ], [ -75.229984152450498, 39.941550910527802 ], [ -75.230024485828807, 39.941584213429898 ], [ -75.2298232216923, 39.941726946748098 ], [ -75.229804963353104, 39.941739875824197 ], [ -75.229764246796094, 39.941705582338301 ], [ -75.229782330164397, 39.941692873547098 ], [ -75.229785253989206, 39.9416908103113 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2829, "ADDRESS": "2330 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191184301", "LNIADDRESSKEY": "632602", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.0859375, "Shape__Length": 58.841570730281042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138605256487295, 39.986379778585203 ], [ -75.138816381678893, 39.986407204551099 ], [ -75.138808060579507, 39.986445100358097 ], [ -75.138596936779606, 39.986417673284897 ], [ -75.138605256487295, 39.986379778585203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2830, "ADDRESS": "6130 REINHARD ST", "OWNER1": "BENNETT JAMES PUREFY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401284200", "LNIADDRESSKEY": "500536", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.38671875, "Shape__Length": 60.644707838786282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232220944372898, 39.930129045548597 ], [ -75.232247221650994, 39.930110391816399 ], [ -75.232257284334906, 39.930103261733798 ], [ -75.232385628457706, 39.930208552020098 ], [ -75.232407875043606, 39.930229205840398 ], [ -75.232370613643198, 39.930254984115301 ], [ -75.232282485358198, 39.930180367067003 ], [ -75.232220944372898, 39.930129045548597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2831, "ADDRESS": "1318 W WILLIAM ST", "OWNER1": "PROPERTIES CASTLE INC", "OWNER2": "A PA CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372367100", "LNIADDRESSKEY": "614226", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.7578125, "Shape__Length": 40.843885630330931 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1523728273106, 39.996317557399998 ], [ -75.152393121903899, 39.996217653305798 ], [ -75.1524442841405, 39.996223663054501 ], [ -75.152422462086193, 39.996324031529902 ], [ -75.1523728273106, 39.996317557399998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2832, "ADDRESS": "3841 MELON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242117310", "LNIADDRESSKEY": "425811", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.39453125, "Shape__Length": 58.376832193219343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198806081140702, 39.965097189746999 ], [ -75.198851636029403, 39.965091867459101 ], [ -75.198881879398797, 39.9652566378373 ], [ -75.1988381984808, 39.9652617112326 ], [ -75.198806081140702, 39.965097189746999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2833, "ADDRESS": "6037 UPLAND ST", "OWNER1": "JONES VASHON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401288500", "LNIADDRESSKEY": "583827", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.03515625, "Shape__Length": 59.883916050560096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230267726116693, 39.931316016159698 ], [ -75.230307988736797, 39.931288401122302 ], [ -75.230451464843597, 39.931411370251801 ], [ -75.2304121110311, 39.931438778931202 ], [ -75.230267726116693, 39.931316016159698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2834, "ADDRESS": "2263 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162072700", "LNIADDRESSKEY": "668148", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.0625, "Shape__Length": 70.327515854623243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163530842997403, 39.988712965784998 ], [ -75.163541011025004, 39.988668816520899 ], [ -75.163794597696096, 39.988702080443801 ], [ -75.163785130797294, 39.9887459707152 ], [ -75.163530842997403, 39.988712965784998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2835, "ADDRESS": "1948 N UBER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT O/PUBLIC PROPERTY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321279701", "LNIADDRESSKEY": "581656", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.62109375, "Shape__Length": 70.737758911462564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165791664862098, 39.984023985257998 ], [ -75.165800838054295, 39.983983375824003 ], [ -75.166060347675298, 39.984018572763603 ], [ -75.166052203994695, 39.984059141196603 ], [ -75.165791664862098, 39.984023985257998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2836, "ADDRESS": "2121 N 29TH ST", "OWNER1": "LOGAN GERALD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323235800", "LNIADDRESSKEY": "682050", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.19140625, "Shape__Length": 65.968641508636267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180102592663502, 39.988327759713997 ], [ -75.180111283381507, 39.988288041781601 ], [ -75.180351285988095, 39.988320963704098 ], [ -75.180346535965398, 39.988343489619702 ], [ -75.180342985067796, 39.988360367140899 ], [ -75.180102592663502, 39.988327759713997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2837, "ADDRESS": "908 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201098201", "LNIADDRESSKEY": "558988", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.4375, "Shape__Length": 63.132739219083739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148120302365399, 39.984981648129803 ], [ -75.148169851235096, 39.984987961292497 ], [ -75.148130721774194, 39.985164764445202 ], [ -75.148081986512807, 39.985158001182903 ], [ -75.148120302365399, 39.984981648129803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2838, "ADDRESS": "1602 WILLINGTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471242110", "LNIADDRESSKEY": "614790", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.15625, "Shape__Length": 70.630885444569884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162237947113596, 39.978189544776498 ], [ -75.162247959977805, 39.978146182771702 ], [ -75.162503953779506, 39.978180083639003 ], [ -75.162493771236697, 39.978223522928197 ], [ -75.162237947113596, 39.978189544776498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2839, "ADDRESS": "657 N 52ND ST", "OWNER1": "BRISCOE CURTIS A", "OWNER2": "BEARD TERRY C", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442276700", "LNIADDRESSKEY": "691584", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.16796875, "Shape__Length": 74.67819241235037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2252657035433, 39.970824530201398 ], [ -75.225265406335893, 39.970823507787003 ], [ -75.225543184505597, 39.970785322838097 ], [ -75.225552157067398, 39.970825786953803 ], [ -75.225277682323096, 39.970865237307102 ], [ -75.2252657035433, 39.970824530201398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2840, "ADDRESS": "2702 W CABOT ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292033610", "LNIADDRESSKEY": "59434", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.75, "Shape__Length": 50.746726921449323 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180307281322001, 39.975377462384003 ], [ -75.180353259005898, 39.975377250811903 ], [ -75.180354853311698, 39.975389940085897 ], [ -75.180360030295802, 39.975419797258802 ], [ -75.180375116434504, 39.975513968612603 ], [ -75.180329878810198, 39.975517871766002 ], [ -75.180307281322001, 39.975377462384003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2841, "ADDRESS": "1609 N MARSTON ST", "OWNER1": "MATT JOHNSON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324137700", "LNIADDRESSKEY": "415552", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.0078125, "Shape__Length": 48.887822201042553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179528072678707, 39.980512964775897 ], [ -75.179535314672506, 39.980480484476701 ], [ -75.179709170280901, 39.980502061844902 ], [ -75.179701560840499, 39.980535356096297 ], [ -75.179528072678707, 39.980512964775897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2842, "ADDRESS": "2623 WILDER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364233205", "LNIADDRESSKEY": "613378", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.046875, "Shape__Length": 49.7144731279067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188385001607799, 39.934821515903998 ], [ -75.188434533686703, 39.934828473169503 ], [ -75.188407129465702, 39.934959446753098 ], [ -75.188358526417503, 39.934953379703003 ], [ -75.188385001607799, 39.934821515903998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2843, "ADDRESS": "2462 N MARSTON ST", "OWNER1": "BERNARD DRESHER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281088300", "LNIADDRESSKEY": "415793", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.7890625, "Shape__Length": 51.3805760108039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177136738432296, 39.993589992084701 ], [ -75.1771376270503, 39.993585901138097 ], [ -75.177145027215303, 39.993551554893401 ], [ -75.177322449286606, 39.993574439324 ], [ -75.177313583026702, 39.993613202588399 ], [ -75.177136738432296, 39.993589992084701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2844, "ADDRESS": "3341 N 20TH ST", "OWNER1": "VIBHAA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112282600", "LNIADDRESSKEY": "670459", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 317.22265625, "Shape__Length": 94.059204981302585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161416414214898, 40.005448198672497 ], [ -75.161406437032298, 40.005446523073701 ], [ -75.161411364658704, 40.005423953362502 ], [ -75.161418159696098, 40.005391432366203 ], [ -75.161427586531403, 40.005392676582701 ], [ -75.161762612804296, 40.005436789988202 ], [ -75.161750650848603, 40.005492133245603 ], [ -75.161416414214898, 40.005448198672497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2845, "ADDRESS": "1011 W STELLA ST", "OWNER1": "KEENAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372411000", "LNIADDRESSKEY": "552790", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.74609375, "Shape__Length": 46.737938971997679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147156797105694, 39.997434154563202 ], [ -75.147185806546702, 39.9973132523168 ], [ -75.147216617983204, 39.997317594446997 ], [ -75.147234796534093, 39.9973201668261 ], [ -75.147205762043697, 39.997440616878599 ], [ -75.147156797105694, 39.997434154563202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2846, "ADDRESS": "1604 N SYDENHAM ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471204910", "LNIADDRESSKEY": "559904", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.1484375, "Shape__Length": 64.270481520308067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160654051814106, 39.977999696367498 ], [ -75.160662887105303, 39.977957564826802 ], [ -75.160892669873604, 39.9779880892603 ], [ -75.160889358464999, 39.978001297789298 ], [ -75.1608838463887, 39.978029914736197 ], [ -75.160654051814106, 39.977999696367498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2847, "ADDRESS": "1724 W SUSQUEHANNA AVE", "OWNER1": "AMBASSADOR SEED OF LOVE C", "OWNER2": null, "BLDG_DESC": "STR/OFF+APTS 3STY MASONRY", "OPA_ID": "871541830", "LNIADDRESSKEY": "559138", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.1875, "Shape__Length": 71.351216043784191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162048499181097, 39.986960967150502 ], [ -75.162091697205597, 39.986761151997399 ], [ -75.162146936229604, 39.986768861182099 ], [ -75.162103996115505, 39.986968521111002 ], [ -75.162048499181097, 39.986960967150502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2848, "ADDRESS": "2132 N ORKNEY ST", "OWNER1": "CHILDS JAMES B", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191284300", "LNIADDRESSKEY": "462362", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.19921875, "Shape__Length": 40.6149468352951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141611303552807, 39.983630110579398 ], [ -75.141620652685802, 39.983586364434501 ], [ -75.141743622619003, 39.983602039294603 ], [ -75.141734406799799, 39.983645594757803 ], [ -75.141611303552807, 39.983630110579398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2849, "ADDRESS": "2331 N LAWRENCE ST", "OWNER1": "JAMESTOWN HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191256900", "LNIADDRESSKEY": "384534", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.59765625, "Shape__Length": 47.587383322824017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140166814341001, 39.986681311445601 ], [ -75.140175160485498, 39.986645183257401 ], [ -75.140338033192506, 39.986668585341498 ], [ -75.140329679694105, 39.986704907092303 ], [ -75.140166814341001, 39.986681311445601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2850, "ADDRESS": "6169 REINHARD ST", "OWNER1": "RODAN MANAGEMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401278100", "LNIADDRESSKEY": "500575", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.0703125, "Shape__Length": 62.82368115745728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233204748219805, 39.929815516285899 ], [ -75.233222173364197, 39.929802938999501 ], [ -75.233241224469097, 39.929788881467999 ], [ -75.233256183652301, 39.9298005093857 ], [ -75.233311913658497, 39.929847624678303 ], [ -75.233398189257002, 39.929919669590397 ], [ -75.233360501193104, 39.929946278991103 ], [ -75.233249123351598, 39.929852630249201 ], [ -75.233204748219805, 39.929815516285899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2851, "ADDRESS": "910 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201098300", "LNIADDRESSKEY": "558990", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.421875, "Shape__Length": 62.789282381966373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148130721774194, 39.985164764445202 ], [ -75.148169851235096, 39.984987961292497 ], [ -75.148218142222404, 39.984994279706299 ], [ -75.148177289226197, 39.9851706721293 ], [ -75.148130721774194, 39.985164764445202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2852, "ADDRESS": "1946 N ORIANNA ST", "OWNER1": "KEISSERMAN REBECCA", "OWNER2": "PYATKOVSKIY DMITRIY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183316400", "LNIADDRESSKEY": "461445", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.69921875, "Shape__Length": 43.590886031247486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140362004503402, 39.980558019094502 ], [ -75.140369419148101, 39.980525383711701 ], [ -75.140509529183902, 39.980544208040399 ], [ -75.1405193257402, 39.9805455244136 ], [ -75.140510952089301, 39.980579153901601 ], [ -75.140362004503402, 39.980558019094502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2853, "ADDRESS": "1439 N 28TH ST", "OWNER1": "HARRISON INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292094500", "LNIADDRESSKEY": "680625", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.21484375, "Shape__Length": 68.179821635405574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1806698106098, 39.9781781392482 ], [ -75.180677549470801, 39.978141365437502 ], [ -75.180930399515603, 39.978176606374497 ], [ -75.180922029794701, 39.978214541895397 ], [ -75.1806698106098, 39.9781781392482 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2854, "ADDRESS": "611 DIAMOND ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201082600", "LNIADDRESSKEY": "116343", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.3046875, "Shape__Length": 45.726995118245782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144490841723695, 39.983273886586304 ], [ -75.144495318467705, 39.983274394806301 ], [ -75.144506849850799, 39.983217222108998 ], [ -75.144571602802301, 39.983225417147899 ], [ -75.1445525393477, 39.983322644961 ], [ -75.144475791760001, 39.9833134748053 ], [ -75.144478302255706, 39.983302418826597 ], [ -75.144485047349406, 39.983302457078501 ], [ -75.144490841723695, 39.983273886586304 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2855, "ADDRESS": "48 N SAINT BERNARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441055000", "LNIADDRESSKEY": "549277", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.96875, "Shape__Length": 86.308190041209869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219805618504594, 39.9605767055426 ], [ -75.219814094038497, 39.9605335949148 ], [ -75.2201412447221, 39.960573757662303 ], [ -75.220132496448102, 39.960616298044599 ], [ -75.219805618504594, 39.9605767055426 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2856, "ADDRESS": "4320 LANCASTER AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885058140", "LNIADDRESSKEY": "377520", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.6171875, "Shape__Length": 65.861002148179892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2104463866565, 39.968049338975703 ], [ -75.210469316380596, 39.968026935106401 ], [ -75.210682357857095, 39.968010867294801 ], [ -75.210567730738404, 39.9681228658796 ], [ -75.2104463866565, 39.968049338975703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2857, "ADDRESS": "4126 PENNSGROVE ST", "OWNER1": "4126 PENNSGROVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062120200", "LNIADDRESSKEY": "478524", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.60546875, "Shape__Length": 88.456891788630742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206701587228395, 39.970570041832197 ], [ -75.206759304744594, 39.970563938499801 ], [ -75.206804946157604, 39.970822170762801 ], [ -75.206749021031698, 39.970827975973101 ], [ -75.206701587228395, 39.970570041832197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2858, "ADDRESS": "5451-59 HUNTER ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041263050", "LNIADDRESSKEY": "352624", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 2261.75390625, "Shape__Length": 194.41096805402057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231628633632297, 39.977914778698398 ], [ -75.231639379509801, 39.977912591960802 ], [ -75.231610301347999, 39.977760502072996 ], [ -75.231767729879905, 39.977728485646601 ], [ -75.231948759868899, 39.977707998168199 ], [ -75.2320259148632, 39.978111507024401 ], [ -75.2316855368652, 39.978150027293204 ], [ -75.231657929992906, 39.978005630426502 ], [ -75.231628633632297, 39.977914778698398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2859, "ADDRESS": "6143 REINHARD ST", "OWNER1": "SUBER VICTORIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401276800", "LNIADDRESSKEY": "500549", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.37109375, "Shape__Length": 62.826501969352407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232728594129298, 39.930151456851 ], [ -75.232766712321805, 39.930125133021697 ], [ -75.232815039679096, 39.930164670865601 ], [ -75.232922434148904, 39.930255588175299 ], [ -75.232884409557499, 39.930282188915001 ], [ -75.232856717809099, 39.930259916639599 ], [ -75.232791508684898, 39.930204727360596 ], [ -75.232728594129298, 39.930151456851 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2860, "ADDRESS": "710 WIOTA ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061178310", "LNIADDRESSKEY": "618685", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.6640625, "Shape__Length": 52.128044119450195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203471277431603, 39.965408591918397 ], [ -75.203477823138996, 39.965444668125699 ], [ -75.203293026613593, 39.965464907190601 ], [ -75.203286368730005, 39.965429053732002 ], [ -75.203471277431603, 39.965408591918397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2861, "ADDRESS": "4534 N BROAD ST", "OWNER1": "S3 ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132008600", "LNIADDRESSKEY": "50828", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 326.3203125, "Shape__Length": 95.729256441303974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148496258486006, 40.022595531954202 ], [ -75.148508485919095, 40.022539663090598 ], [ -75.148859695120194, 40.022584243193698 ], [ -75.148852610091495, 40.022616483345701 ], [ -75.148847469431701, 40.022640112127803 ], [ -75.148496258486006, 40.022595531954202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2862, "ADDRESS": "1907 NICHOLAS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472050700", "LNIADDRESSKEY": "451069", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.078125, "Shape__Length": 54.394151571684219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166169266860905, 39.979439416351802 ], [ -75.166200539202705, 39.979292107312098 ], [ -75.166249126383406, 39.979298843836403 ], [ -75.166218849998003, 39.979445836303498 ], [ -75.166169266860905, 39.979439416351802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2863, "ADDRESS": "1613 N MARSTON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324137901", "LNIADDRESSKEY": "415554", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.58203125, "Shape__Length": 49.102544063916369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179521237703, 39.980544632018699 ], [ -75.179694971451895, 39.980567189903603 ], [ -75.179688128376398, 39.980600194974599 ], [ -75.179513921922805, 39.980578481327697 ], [ -75.179521237703, 39.980544632018699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2864, "ADDRESS": "2302 N 30TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282075001", "LNIADDRESSKEY": "683043", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.53125, "Shape__Length": 68.138713911889184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181522062605197, 39.9916142056138 ], [ -75.181529687205895, 39.991572738296497 ], [ -75.181530582418503, 39.991567923282702 ], [ -75.181677924505095, 39.991586437200503 ], [ -75.181772245562698, 39.991598299972701 ], [ -75.1817719681016, 39.991599519138298 ], [ -75.181761684407306, 39.991645907304701 ], [ -75.181522062605197, 39.9916142056138 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2865, "ADDRESS": "924 W LEHIGH AVE", "OWNER1": "HUANG ERIC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885441480", "LNIADDRESSKEY": "387524", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.42578125, "Shape__Length": 82.42753999190721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147062904911905, 39.992814440276199 ], [ -75.147115419355202, 39.9925759045137 ], [ -75.147169949726106, 39.9925846150336 ], [ -75.147117447276301, 39.992821543893399 ], [ -75.147062904911905, 39.992814440276199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2866, "ADDRESS": "3803 RENO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243131110", "LNIADDRESSKEY": "500901", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.34765625, "Shape__Length": 66.381642722149167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1988399746905, 39.968455490614701 ], [ -75.198875908849701, 39.968643342846399 ], [ -75.198825211849993, 39.968648872977496 ], [ -75.198791139101402, 39.968460530520403 ], [ -75.1988399746905, 39.968455490614701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2867, "ADDRESS": "854 N CARLISLE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151004610", "LNIADDRESSKEY": "64919", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.91015625, "Shape__Length": 60.375765025488484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160730493380001, 39.9698539759097 ], [ -75.160740028123499, 39.969812666571897 ], [ -75.160944793895098, 39.969838146698898 ], [ -75.160953260213503, 39.969839191443597 ], [ -75.160944430258397, 39.969880677755697 ], [ -75.160730493380001, 39.9698539759097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2868, "ADDRESS": "909 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371332000", "LNIADDRESSKEY": "110477", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.625, "Shape__Length": 51.910105335385538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147676696593706, 39.9870345861383 ], [ -75.147688635279195, 39.9869724239988 ], [ -75.1476963197739, 39.9869376014734 ], [ -75.147703504371606, 39.986896642926801 ], [ -75.147754533491806, 39.986903183519303 ], [ -75.147739955706797, 39.986976827899198 ], [ -75.147738851797996, 39.986984315127998 ], [ -75.147726559589998, 39.987040955011203 ], [ -75.147676696593706, 39.9870345861383 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2869, "ADDRESS": "6040 UPLAND ST", "OWNER1": "TANG TRINH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401299900", "LNIADDRESSKEY": "583830", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.65625, "Shape__Length": 58.590376293537197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230079754982896, 39.931117967696302 ], [ -75.230118217388807, 39.931090925847499 ], [ -75.230260039783104, 39.931210457631998 ], [ -75.230221569274093, 39.931237757260902 ], [ -75.230079754982896, 39.931117967696302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2870, "ADDRESS": "2937 WHARTON ST", "OWNER1": "NGUYEN DAVID I", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362080600", "LNIADDRESSKEY": "610523", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.12109375, "Shape__Length": 54.974944518657253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193215942254895, 39.937676113808998 ], [ -75.1932476984, 39.937526119144103 ], [ -75.193254408265403, 39.937527009803603 ], [ -75.193296642615294, 39.9375326264134 ], [ -75.193264828800693, 39.937681395559402 ], [ -75.193215942254895, 39.937676113808998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2871, "ADDRESS": "2527 ANNIN ST", "OWNER1": "KNOSSOS DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361247500", "LNIADDRESSKEY": "17615", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.52734375, "Shape__Length": 39.486534162292536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185965830247, 39.939045343949999 ], [ -75.185985955129297, 39.938945416821603 ], [ -75.186031007100397, 39.938951324341801 ], [ -75.186010871307701, 39.9390509606569 ], [ -75.185965830247, 39.939045343949999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2872, "ADDRESS": "2428 N 20TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162145001", "LNIADDRESSKEY": "670252", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.28125, "Shape__Length": 67.985997373482832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165015378984094, 39.991351358573503 ], [ -75.165262046771701, 39.991382753513498 ], [ -75.165253920302703, 39.991424449693199 ], [ -75.165007091973393, 39.991393421665997 ], [ -75.165015378984094, 39.991351358573503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2873, "ADDRESS": "1828 N 32ND ST", "OWNER1": "REECE & RILEY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323321000", "LNIADDRESSKEY": "684124", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.24609375, "Shape__Length": 91.455145401153203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186306504926193, 39.984655493184697 ], [ -75.186317753458596, 39.984611205323901 ], [ -75.186516719059796, 39.9846379427755 ], [ -75.186655678600204, 39.984656102328003 ], [ -75.186664069143902, 39.984656419247401 ], [ -75.186654333342702, 39.984700627171101 ], [ -75.186646419329904, 39.984699321900699 ], [ -75.186306504926193, 39.984655493184697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2874, "ADDRESS": "2611 TITAN ST", "OWNER1": "HOFFMAN NICHOLAS", "OWNER2": "COLTON ALEXANDER", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362063100", "LNIADDRESSKEY": "573668", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.12109375, "Shape__Length": 47.840504684141067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187545515981498, 39.937289359675901 ], [ -75.187571739727005, 39.937162019096398 ], [ -75.187598798227199, 39.937165815468298 ], [ -75.187618108453606, 39.937168519693401 ], [ -75.187592267983405, 39.937295126638098 ], [ -75.187545515981498, 39.937289359675901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2875, "ADDRESS": "1026 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371324300", "LNIADDRESSKEY": "110519", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.375, "Shape__Length": 85.249421718995208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149881610342902, 39.9867825027561 ], [ -75.149939581028605, 39.986790538772802 ], [ -75.149886015086295, 39.987034734908597 ], [ -75.149827343124997, 39.987027456732797 ], [ -75.149881610342902, 39.9867825027561 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2876, "ADDRESS": "2161 N 9TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202162301", "LNIADDRESSKEY": "647541", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.87890625, "Shape__Length": 56.599013585672125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147744322109503, 39.9848984236341 ], [ -75.147733989029902, 39.984945517697298 ], [ -75.147544478716597, 39.984918975540999 ], [ -75.147554409532802, 39.984873097758303 ], [ -75.147744322109503, 39.9848984236341 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2877, "ADDRESS": "3910 BROWN ST", "OWNER1": "BROWN ST INVESTMENTS INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243067700", "LNIADDRESSKEY": "53898", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.63671875, "Shape__Length": 82.920657030273304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200815340491303, 39.967347160903799 ], [ -75.2008721629864, 39.967340863873503 ], [ -75.200915380161703, 39.9675798458956 ], [ -75.200858260941203, 39.967586282772601 ], [ -75.200815340491303, 39.967347160903799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2878, "ADDRESS": "1807 E OAKDALE ST", "OWNER1": "METROPOLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314232201", "LNIADDRESSKEY": "453883", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.8359375, "Shape__Length": 43.030603187314227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125543989856098, 39.989375210684202 ], [ -75.125666221107394, 39.9893104296359 ], [ -75.125692453632595, 39.989339320555501 ], [ -75.125572384480193, 39.989402941441099 ], [ -75.125543989856098, 39.989375210684202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2879, "ADDRESS": "3226-34 RIDGE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282275020", "LNIADDRESSKEY": "504399", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 905.9296875, "Shape__Length": 145.78800817314897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185365262145297, 39.991059768860801 ], [ -75.185455698812703, 39.991020168534199 ], [ -75.185449525308101, 39.991009939298202 ], [ -75.185555744839803, 39.990965339538199 ], [ -75.185636917362203, 39.990976292686803 ], [ -75.1855483949807, 39.991378613446997 ], [ -75.185365262145297, 39.991059768860801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2880, "ADDRESS": "1954 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183316801", "LNIADDRESSKEY": "461453", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.1015625, "Shape__Length": 42.916591902260585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140334600278095, 39.980680069063297 ], [ -75.140341229177295, 39.980647689499698 ], [ -75.140489391110194, 39.980668548547101 ], [ -75.140482154555201, 39.980700398464798 ], [ -75.140334600278095, 39.980680069063297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2881, "ADDRESS": "2503 N FRONT ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "311009401", "LNIADDRESSKEY": "731013", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.77734375, "Shape__Length": 68.439222148035356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131174451157094, 39.9879225573562 ], [ -75.131183271107702, 39.987879169246803 ], [ -75.131429442514801, 39.987912980122303 ], [ -75.131420409224106, 39.987956474881699 ], [ -75.131174451157094, 39.9879225573562 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2882, "ADDRESS": "3958 PENNSGROVE ST", "OWNER1": "HUGES RUFUS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243168700", "LNIADDRESSKEY": "478489", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.0234375, "Shape__Length": 81.708242249949507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2028998560844, 39.9715673599868 ], [ -75.202955446413597, 39.971560984945903 ], [ -75.203003114444698, 39.971796697222103 ], [ -75.202947708569297, 39.9718025594332 ], [ -75.2028998560844, 39.9715673599868 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2883, "ADDRESS": "1921 RIDGE AVE", "OWNER1": "RIDGE POINTE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472078800", "LNIADDRESSKEY": "504009", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.02734375, "Shape__Length": 54.078845650705858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167390802248306, 39.974231983881097 ], [ -75.167548227370006, 39.974179316977498 ], [ -75.167591133347898, 39.974257689865297 ], [ -75.167390802248306, 39.974231983881097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2884, "ADDRESS": "2217 N 22ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162207401", "LNIADDRESSKEY": "674062", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 258.81640625, "Shape__Length": 92.427440684296059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168948695690105, 39.988409172233602 ], [ -75.169030780456595, 39.988420254625701 ], [ -75.1690204829073, 39.988464593974399 ], [ -75.168940236482698, 39.988453682437097 ], [ -75.168669743528596, 39.988416938940098 ], [ -75.168679279328401, 39.988372807739601 ], [ -75.168948695690105, 39.988409172233602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2885, "ADDRESS": "5046 N 7TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491221200", "LNIADDRESSKEY": "643514", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.546875, "Shape__Length": 69.474937322142765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136252384303802, 40.028824206434997 ], [ -75.136249508088994, 40.028837375867603 ], [ -75.136244043792601, 40.028866009887103 ], [ -75.136239723928, 40.028865459932597 ], [ -75.135990438633598, 40.028833462731399 ], [ -75.135998527159899, 40.028792233592 ], [ -75.136234917691297, 40.028822567749202 ], [ -75.136248769858497, 40.028823866255401 ], [ -75.136252384303802, 40.028824206434997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2886, "ADDRESS": "2819 N MARVINE ST", "OWNER1": "BCM PHILADELPHIA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372239300", "LNIADDRESSKEY": "416835", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.75, "Shape__Length": 72.624603704699993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149222571649801, 39.995376656560701 ], [ -75.149230711522307, 39.995336524861301 ], [ -75.149499460581495, 39.9953705813315 ], [ -75.149490916592001, 39.995411977707597 ], [ -75.149222571649801, 39.995376656560701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2887, "ADDRESS": "2304 N 29TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282002500", "LNIADDRESSKEY": "682126", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 218.23828125, "Shape__Length": 70.519467225944396 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179981406831303, 39.991220974602001 ], [ -75.179992766731402, 39.991167808035001 ], [ -75.180055080840106, 39.991175313244298 ], [ -75.180193446708103, 39.991193418632498 ], [ -75.180212218006801, 39.991196369611401 ], [ -75.180232129370097, 39.991199103964803 ], [ -75.180234045319693, 39.991204386236603 ], [ -75.180235075072403, 39.991210954006803 ], [ -75.180233438880094, 39.991220411774002 ], [ -75.180226668293102, 39.991253143698501 ], [ -75.179981406831303, 39.991220974602001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2888, "ADDRESS": "2115 W BERKS ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322230701", "LNIADDRESSKEY": "37214", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.7265625, "Shape__Length": 63.07755714045976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169061658402796, 39.983489866793803 ], [ -75.169099991700094, 39.983319295135601 ], [ -75.169156114598593, 39.983326844046303 ], [ -75.169118635848605, 39.9834975475638 ], [ -75.169061658402796, 39.983489866793803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2889, "ADDRESS": "735 N DEKALB ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243087210", "LNIADDRESSKEY": "111098", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.73046875, "Shape__Length": 76.069696003945623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197332935974998, 39.9672706105138 ], [ -75.197340390027406, 39.967309738105399 ], [ -75.1970501438865, 39.967340097951997 ], [ -75.197043423574002, 39.967305403846602 ], [ -75.197332935974998, 39.9672706105138 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2890, "ADDRESS": "667 N 52ND ST", "OWNER1": "IRA DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442277200", "LNIADDRESSKEY": "691594", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.41015625, "Shape__Length": 74.371033858937068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225318258515998, 39.971034514188801 ], [ -75.225594027947594, 39.970993447885803 ], [ -75.2256023979227, 39.971034333470797 ], [ -75.225328436277493, 39.971075198555198 ], [ -75.225318258515998, 39.971034514188801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2891, "ADDRESS": "4466 N CLEVELAND ST", "OWNER1": "MATHIS WENDELL C JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132186200", "LNIADDRESSKEY": "90364", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.0234375, "Shape__Length": 52.159178444901684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155567537631001, 40.022234129710498 ], [ -75.155745953741402, 40.022258068514098 ], [ -75.155737525457297, 40.0222980972435 ], [ -75.155558773462502, 40.022274166608298 ], [ -75.155567537631001, 40.022234129710498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2892, "ADDRESS": "1686 N 54TH ST", "OWNER1": "MOON RHONDA PRATT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041290100", "LNIADDRESSKEY": "693821", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.76171875, "Shape__Length": 89.926138552457985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230552954034593, 39.978330322684002 ], [ -75.230210522327098, 39.978369096494099 ], [ -75.230202143837104, 39.978325303182302 ], [ -75.230544573865998, 39.9782865293651 ], [ -75.230552954034593, 39.978330322684002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2893, "ADDRESS": "1632 W ERIE AVE", "OWNER1": "1632 ERIE AVENUE LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131044000", "LNIADDRESSKEY": "139024", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.984375, "Shape__Length": 83.446306585872719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155633436975606, 40.009662851003498 ], [ -75.155685927808406, 40.009422029497301 ], [ -75.155741603093702, 40.009429252277101 ], [ -75.155688705401502, 40.009669725602997 ], [ -75.155633436975606, 40.009662851003498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2894, "ADDRESS": "1242 W HAROLD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371432301", "LNIADDRESSKEY": "731322", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.828125, "Shape__Length": 43.616019758318231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152296842212493, 39.992291054321697 ], [ -75.152295908860907, 39.992295739895901 ], [ -75.1522879790068, 39.992335376455102 ], [ -75.152281806199198, 39.992363608712701 ], [ -75.152273717973301, 39.9924008393454 ], [ -75.152252783053498, 39.992398044298902 ], [ -75.152223610943096, 39.992394192213503 ], [ -75.152229100674504, 39.992371185050203 ], [ -75.152236084676801, 39.992334379938697 ], [ -75.152245912539101, 39.992288918452502 ], [ -75.1522468573786, 39.992284506823196 ], [ -75.152262690257402, 39.992285896819403 ], [ -75.152296842212493, 39.992291054321697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2895, "ADDRESS": "6161 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401277700", "LNIADDRESSKEY": "500567", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.03515625, "Shape__Length": 62.724539831970013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233059191772895, 39.929918323962099 ], [ -75.233075270085706, 39.929907038223 ], [ -75.233085937556197, 39.929899453951897 ], [ -75.233096716262196, 39.929891631104702 ], [ -75.233104321936693, 39.929897714197402 ], [ -75.233116556527094, 39.929908846478497 ], [ -75.233127050870294, 39.929917750017097 ], [ -75.233134780348607, 39.9299244800373 ], [ -75.233251376109095, 39.930023626857199 ], [ -75.233214095260493, 39.930049389202502 ], [ -75.233099813190606, 39.929952195352698 ], [ -75.233059191772895, 39.929918323962099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2896, "ADDRESS": "625 W CUMBERLAND ST", "OWNER1": "625 W CUMBERLAND ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371381400", "LNIADDRESSKEY": "105896", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.609375, "Shape__Length": 60.905018514126894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143710539663701, 39.989603010549203 ], [ -75.143744862053097, 39.989448055097903 ], [ -75.143812557706596, 39.989457748748698 ], [ -75.143778301990807, 39.989612077268298 ], [ -75.143710539663701, 39.989603010549203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2897, "ADDRESS": "669 N 52ND ST", "OWNER1": "TAVERAS RICARDO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442277300", "LNIADDRESSKEY": "691596", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.03515625, "Shape__Length": 74.186978883361547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225328436277493, 39.971075198555198 ], [ -75.2256023979227, 39.971034333470797 ], [ -75.225613378439206, 39.971073745915298 ], [ -75.225337410883995, 39.971115565877099 ], [ -75.225329834487795, 39.971081531798603 ], [ -75.225328436277493, 39.971075198555198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2898, "ADDRESS": "1806 N 5TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183174301", "LNIADDRESSKEY": "636514", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 234.1875, "Shape__Length": 81.524213892684926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143245164341593, 39.978625138758503 ], [ -75.143543031943494, 39.978586575177999 ], [ -75.143532126259501, 39.978637056142702 ], [ -75.143237996849805, 39.978674835127499 ], [ -75.143245164341593, 39.978625138758503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2899, "ADDRESS": "1235 N 30TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292284210", "LNIADDRESSKEY": "682777", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.84375, "Shape__Length": 57.2244291281567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184597408287203, 39.975777646568403 ], [ -75.184605670020403, 39.975739755718301 ], [ -75.184810228434401, 39.9757652691194 ], [ -75.184802071749701, 39.975802629607998 ], [ -75.184597408287203, 39.975777646568403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2900, "ADDRESS": "918 BELMONT AVE", "OWNER1": "2907 HOME AVENUE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062340100", "LNIADDRESSKEY": "34857", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 307.93359375, "Shape__Length": 100.0393545080083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211850472504395, 39.970422299553299 ], [ -75.212186703830099, 39.970381489979502 ], [ -75.212256456662203, 39.970425008078401 ], [ -75.211860116753996, 39.970473127784203 ], [ -75.211850472504395, 39.970422299553299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2901, "ADDRESS": "2303 N 19TH ST", "OWNER1": "BCM SECOND INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162073100", "LNIADDRESSKEY": "668155", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.9765625, "Shape__Length": 66.549900212443561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163476974535101, 39.989023557328601 ], [ -75.163485698127403, 39.988982696886303 ], [ -75.163727103722906, 39.989014461047603 ], [ -75.163718255057503, 39.989055302918999 ], [ -75.163476974535101, 39.989023557328601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2902, "ADDRESS": "2432 N GARNET ST", "OWNER1": "BRANCH DAVID", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162108200", "LNIADDRESSKEY": "306774", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.8359375, "Shape__Length": 52.277436670339661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164139035652994, 39.991209059550798 ], [ -75.164147336059301, 39.991210148689902 ], [ -75.164142349783305, 39.9912332329965 ], [ -75.16413842835, 39.991251425127402 ], [ -75.164130067135403, 39.991250317723697 ], [ -75.164124019358795, 39.991249520354302 ], [ -75.163960745101804, 39.991227964581803 ], [ -75.163969689551806, 39.991186802736699 ], [ -75.164132884606602, 39.991208244087403 ], [ -75.164139035652994, 39.991209059550798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2903, "ADDRESS": "2137 N 30TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323257701", "LNIADDRESSKEY": "682994", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.95703125, "Shape__Length": 57.861765651077448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181647408155797, 39.989238752345301 ], [ -75.181656110259098, 39.989198712458403 ], [ -75.181860433384799, 39.989225416544301 ], [ -75.181850872635096, 39.9892654372319 ], [ -75.181647408155797, 39.989238752345301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2904, "ADDRESS": "1626 JEFFERSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471122410", "LNIADDRESSKEY": "362811", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 266.73046875, "Shape__Length": 88.127647899441797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162824840378605, 39.976351993429198 ], [ -75.162878605133599, 39.976109392823098 ], [ -75.162880365402202, 39.976102227757202 ], [ -75.162943927727795, 39.976110688661997 ], [ -75.162942229321999, 39.976118420511 ], [ -75.162889244938199, 39.976360909214002 ], [ -75.162824840378605, 39.976351993429198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2905, "ADDRESS": "15 FARSON ST", "OWNER1": "FARSON STREET ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441067400", "LNIADDRESSKEY": "285552", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.2734375, "Shape__Length": 89.102196627442353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221385303932095, 39.960054600869597 ], [ -75.221394889384101, 39.960010935718401 ], [ -75.221732384206106, 39.960050548214298 ], [ -75.221724053659301, 39.960094870616302 ], [ -75.221385303932095, 39.960054600869597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2906, "ADDRESS": "5136 WARREN ST", "OWNER1": "BRYANT P J", "OWNER2": "RHONDA I", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442179400", "LNIADDRESSKEY": "599143", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.78515625, "Shape__Length": 103.97351326232695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225755325187606, 39.975227611794203 ], [ -75.225766341651706, 39.9752869156424 ], [ -75.2257679358583, 39.975290223583599 ], [ -75.225670912591298, 39.975410162146801 ], [ -75.225576382222499, 39.975534072562198 ], [ -75.225537816176796, 39.9755158315347 ], [ -75.225755325187606, 39.975227611794203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2907, "ADDRESS": "3221 RIDGE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282266900", "LNIADDRESSKEY": "504396", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.0859375, "Shape__Length": 76.66527338564967 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185064029071597, 39.991487979679 ], [ -75.185326521385306, 39.991397996878597 ], [ -75.185336623051398, 39.991417969329603 ], [ -75.185347485115798, 39.991439442055999 ], [ -75.185086703105995, 39.991528528328701 ], [ -75.185064029071597, 39.991487979679 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2908, "ADDRESS": "4927 PASCHALL AVE", "OWNER1": "RENOVATION TEAM SIX LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273169800", "LNIADDRESSKEY": "472077", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.8515625, "Shape__Length": 71.19426684966885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212337398890099, 39.939338936964198 ], [ -75.212374037059107, 39.9393133437232 ], [ -75.212557273759501, 39.939465262334501 ], [ -75.212520161839507, 39.9394911999226 ], [ -75.212337398890099, 39.939338936964198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2909, "ADDRESS": "6172 REINHARD ST", "OWNER1": "MANGO & AUGUST REALTORS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401286300", "LNIADDRESSKEY": "500578", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.4921875, "Shape__Length": 60.623922945223313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232991344299805, 39.929583822045601 ], [ -75.233010436488698, 39.929570313935997 ], [ -75.233028000904497, 39.929557964985698 ], [ -75.233049718118195, 39.929576479585499 ], [ -75.233068138983498, 39.929592438462002 ], [ -75.233106783406001, 39.929625412769703 ], [ -75.233138817239094, 39.929652020599697 ], [ -75.233153319731599, 39.929664089006998 ], [ -75.233176937881893, 39.929683339068397 ], [ -75.233138556309399, 39.929710544726298 ], [ -75.233130095403993, 39.9297026690287 ], [ -75.233118002322001, 39.929692812511497 ], [ -75.233107448237703, 39.929683231912797 ], [ -75.233082974658501, 39.929662787261599 ], [ -75.233057329416496, 39.929640641036002 ], [ -75.233028922256395, 39.929616756079596 ], [ -75.233003717024104, 39.929594619498602 ], [ -75.232991344299805, 39.929583822045601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2910, "ADDRESS": "2326 N 29TH ST", "OWNER1": "STURDIVANT WILLIAM B", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282003300", "LNIADDRESSKEY": "682134", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.7578125, "Shape__Length": 53.842833995022175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179895073810201, 39.991633222611902 ], [ -75.180078150982297, 39.991657229623598 ], [ -75.180069744757105, 39.9916999036123 ], [ -75.179886403163593, 39.991675181123 ], [ -75.179895073810201, 39.991633222611902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2911, "ADDRESS": "2126 N 3RD ST", "OWNER1": "ELITE PAINTING AL LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191179001", "LNIADDRESSKEY": "632522", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.98828125, "Shape__Length": 53.599342363301794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139289460852297, 39.983245535507798 ], [ -75.1392983536592, 39.983207146983098 ], [ -75.139485481795205, 39.983230602165001 ], [ -75.139478031576601, 39.9832685245741 ], [ -75.139289460852297, 39.983245535507798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2912, "ADDRESS": "6015 CEDARHURST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034009500", "LNIADDRESSKEY": "73622", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.65234375, "Shape__Length": 73.01979164794372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243565108582999, 39.9440100587831 ], [ -75.243619005148304, 39.943990991180002 ], [ -75.243734738627595, 39.944177023042002 ], [ -75.243681598678606, 39.944196044164698 ], [ -75.243565108582999, 39.9440100587831 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2913, "ADDRESS": "622 N 42ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061255500", "LNIADDRESSKEY": "686897", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 302.484375, "Shape__Length": 90.189046910503237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207125759859295, 39.963218146474397 ], [ -75.207456191171502, 39.963190973367098 ], [ -75.207464158041006, 39.963247906365098 ], [ -75.207135301101104, 39.963273325902598 ], [ -75.207125759859295, 39.963218146474397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2914, "ADDRESS": "2106 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291097300", "LNIADDRESSKEY": "419322", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.3359375, "Shape__Length": 71.880872516826471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170492105412393, 39.975931839742699 ], [ -75.170535559881202, 39.975731060361397 ], [ -75.170592214367701, 39.975738250116201 ], [ -75.170548319463606, 39.9759390669184 ], [ -75.170492105412393, 39.975931839742699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2915, "ADDRESS": "1747 N CROSKEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472181900", "LNIADDRESSKEY": "103892", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.90234375, "Shape__Length": 56.586834820077733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171194780920601, 39.981568349411603 ], [ -75.171203494371895, 39.981527068173499 ], [ -75.171400756046594, 39.981553585514597 ], [ -75.171398001435094, 39.981564903422701 ], [ -75.171390774541706, 39.981594643429297 ], [ -75.171194780920601, 39.981568349411603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2916, "ADDRESS": "2252 N LEITHGOW ST", "OWNER1": "JACOB YOST", "OWNER2": "HELEN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191241600", "LNIADDRESSKEY": "388657", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 77.60546875, "Shape__Length": 41.309965964693333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140287643371295, 39.985382435923903 ], [ -75.140294837953405, 39.985349521848498 ], [ -75.1404297210549, 39.985367193269397 ], [ -75.140434667935693, 39.985373721029902 ], [ -75.1404299371208, 39.985401388613802 ], [ -75.140287643371295, 39.985382435923903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2917, "ADDRESS": "6144 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401284900", "LNIADDRESSKEY": "500550", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.4140625, "Shape__Length": 60.259393373125818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232477820924998, 39.929947328381402 ], [ -75.232513776069894, 39.9299217781845 ], [ -75.232568947979701, 39.929967559383002 ], [ -75.232595572877202, 39.929989244064203 ], [ -75.232626701136297, 39.930014864713698 ], [ -75.232663511027297, 39.930045945098897 ], [ -75.232664486012695, 39.9300467559992 ], [ -75.232628964084398, 39.930071945218401 ], [ -75.232477820924998, 39.929947328381402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2918, "ADDRESS": "1701 S RINGGOLD ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364158405", "LNIADDRESSKEY": "506542", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.03125, "Shape__Length": 50.578321153009995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185303368243197, 39.931314720888203 ], [ -75.185472001511499, 39.931336561839998 ], [ -75.185462361692601, 39.931378950545202 ], [ -75.1852937465965, 39.931357206846499 ], [ -75.185303368243197, 39.931314720888203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2919, "ADDRESS": "2417 N 19TH ST", "OWNER1": "BCM FIRST INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162077000", "LNIADDRESSKEY": "668225", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.421875, "Shape__Length": 65.673278729434628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163083638984702, 39.990807622825798 ], [ -75.1630882005594, 39.990789123039399 ], [ -75.1630923148806, 39.990766373893599 ], [ -75.163329432876594, 39.990798653680798 ], [ -75.163320798477301, 39.990839355069703 ], [ -75.163083638984702, 39.990807622825798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2920, "ADDRESS": "1953 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321286501", "LNIADDRESSKEY": "670082", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.0234375, "Shape__Length": 64.673188570297754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166149272922596, 39.984247929065504 ], [ -75.166158550923697, 39.984205098712501 ], [ -75.166388585983697, 39.984235681484499 ], [ -75.166379097325603, 39.984279088265403 ], [ -75.166149272922596, 39.984247929065504 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2921, "ADDRESS": "5811 BEAUMONT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034072100", "LNIADDRESSKEY": "31976", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.8828125, "Shape__Length": 89.066150828852429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232277968627898, 39.938472459415799 ], [ -75.232238763244297, 39.938439810494799 ], [ -75.232202766698094, 39.938409247981298 ], [ -75.232177392811394, 39.938388186528798 ], [ -75.232165695958898, 39.938378338641698 ], [ -75.232127573703593, 39.938346391457898 ], [ -75.232117065015501, 39.938337843433601 ], [ -75.232089142427697, 39.938314887974798 ], [ -75.232134907976501, 39.938282381239901 ], [ -75.232218355984699, 39.938352495179203 ], [ -75.232315925003206, 39.938433138585502 ], [ -75.232363283272605, 39.938472961556201 ], [ -75.232316927271597, 39.938505569172101 ], [ -75.232277968627898, 39.938472459415799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2922, "ADDRESS": "1123 UNION ST", "OWNER1": "KENAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243226900", "LNIADDRESSKEY": "582522", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.015625, "Shape__Length": 42.034150743213438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2029766105465, 39.9733355019562 ], [ -75.202983995406697, 39.973372128390999 ], [ -75.202844844256205, 39.973388641062698 ], [ -75.202837978282801, 39.9733521545282 ], [ -75.2029766105465, 39.9733355019562 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2923, "ADDRESS": "854 E MADISON ST", "OWNER1": "JOHN J VALENTINO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331069500", "LNIADDRESSKEY": "405218", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.203125, "Shape__Length": 50.266825832779432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.113778419884497, 39.997368081278601 ], [ -75.113806592092601, 39.997235768847901 ], [ -75.113856575593005, 39.9972423657129 ], [ -75.113828657668606, 39.997374618668701 ], [ -75.113778419884497, 39.997368081278601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2924, "ADDRESS": "3137 WHARTON ST", "OWNER1": "HATCHETT RASHEEDAH J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362216100", "LNIADDRESSKEY": "610578", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.36328125, "Shape__Length": 58.398029206630376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196587227954197, 39.937960566532702 ], [ -75.196551105957894, 39.938118267482302 ], [ -75.196498966773106, 39.938111496768201 ], [ -75.196505876055795, 39.938080330466597 ], [ -75.196533921284896, 39.9379536414462 ], [ -75.196550343197998, 39.937955779790997 ], [ -75.196587227954197, 39.937960566532702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2925, "ADDRESS": "2139 N 7TH ST", "OWNER1": "PARK ASSOC INC", "OWNER2": "A PA CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202018500", "LNIADDRESSKEY": "642436", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.4375, "Shape__Length": 70.224958071779838 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145227954444394, 39.9842375841286 ], [ -75.145226118037101, 39.984237365624203 ], [ -75.145233649571693, 39.984196172925799 ], [ -75.145492053168397, 39.984228312240802 ], [ -75.145485177028803, 39.984268262901303 ], [ -75.145227954444394, 39.9842375841286 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2926, "ADDRESS": "2346 N 20TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162143600", "LNIADDRESSKEY": "670221", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.7421875, "Shape__Length": 74.491801106198224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165269978480794, 39.990203621677701 ], [ -75.165279634211302, 39.990159751323098 ], [ -75.165552063722998, 39.990196384112501 ], [ -75.165542455472007, 39.990240127160497 ], [ -75.165269978480794, 39.990203621677701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2927, "ADDRESS": "6301 E WISTER ST", "OWNER1": "COLLINS DANE K", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885162080", "LNIADDRESSKEY": "620003", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.9609375, "Shape__Length": 75.289171925675959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157498546577699, 40.050718809033199 ], [ -75.157501296017898, 40.050674315884798 ], [ -75.157576861058899, 40.050677343359098 ], [ -75.157772706341703, 40.050685163991801 ], [ -75.157780015530307, 40.050685457313797 ], [ -75.157778164737294, 40.050730600326403 ], [ -75.157498546577699, 40.050718809033199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2928, "ADDRESS": "2550 N NAPA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282163500", "LNIADDRESSKEY": "445877", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.10546875, "Shape__Length": 51.456093610598828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182843773962105, 39.995497695648602 ], [ -75.182852363345205, 39.9954589742621 ], [ -75.183029539238305, 39.995483005388401 ], [ -75.183021018354495, 39.995521583029998 ], [ -75.182843773962105, 39.995497695648602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2929, "ADDRESS": "1422 POPLAR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152321710", "LNIADDRESSKEY": "487211", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 320.7265625, "Shape__Length": 102.75797076060763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160730424894197, 39.970265257084201 ], [ -75.160794937119505, 39.969965577173603 ], [ -75.160859672920694, 39.9699738563625 ], [ -75.160794582468299, 39.970273313768999 ], [ -75.160771939043997, 39.970270465807999 ], [ -75.160730424894197, 39.970265257084201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2930, "ADDRESS": "4514 N BROAD ST", "OWNER1": "S3 ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132007600", "LNIADDRESSKEY": "50809", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 336.0078125, "Shape__Length": 96.117730882632159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148620254518804, 40.022025036130501 ], [ -75.148632547561903, 40.0219674117563 ], [ -75.148983109148404, 40.022011881144401 ], [ -75.148979408549394, 40.022032414887498 ], [ -75.14897115222, 40.0220694962685 ], [ -75.148620254518804, 40.022025036130501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2931, "ADDRESS": "2618 W ARIZONA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281231601", "LNIADDRESSKEY": "20855", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.6015625, "Shape__Length": 45.245917879465189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175614799780703, 39.9914127764849 ], [ -75.175660368216697, 39.991418666230999 ], [ -75.175635150450702, 39.991537677311896 ], [ -75.175590069369804, 39.991531637432502 ], [ -75.175614799780703, 39.9914127764849 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2932, "ADDRESS": "740 N 38TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243097400", "LNIADDRESSKEY": "685851", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.1015625, "Shape__Length": 70.98491610238267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1983787298864, 39.9667177708669 ], [ -75.198122700041594, 39.966747459414798 ], [ -75.198115971194696, 39.966700160119302 ], [ -75.198369862575206, 39.966672180995701 ], [ -75.1983787298864, 39.9667177708669 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2933, "ADDRESS": "720 N 42ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061259110", "LNIADDRESSKEY": "686939", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.16796875, "Shape__Length": 75.667920206717042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207496843102504, 39.9652863441503 ], [ -75.207780474365507, 39.965264999597103 ], [ -75.207788225369796, 39.965306437278699 ], [ -75.207505091904395, 39.965328438229101 ], [ -75.207496843102504, 39.9652863441503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2934, "ADDRESS": "5111 RENO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441309100", "LNIADDRESSKEY": "501195", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.296875, "Shape__Length": 47.692627137552464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222814513388201, 39.966490270459701 ], [ -75.222863514173, 39.9664846282556 ], [ -75.222887439477304, 39.9666034236729 ], [ -75.222888607039195, 39.966609220284703 ], [ -75.222839350974297, 39.966614954862401 ], [ -75.222837903637199, 39.966607668818902 ], [ -75.222814513388201, 39.966490270459701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2935, "ADDRESS": "2420 NICHOLAS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291248800", "LNIADDRESSKEY": "451244", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.66015625, "Shape__Length": 60.645898789350127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174862237246799, 39.980155960908803 ], [ -75.174912594339006, 39.980162425977198 ], [ -75.174875769646107, 39.980330131816302 ], [ -75.174826680036006, 39.980323904661098 ], [ -75.174862237246799, 39.980155960908803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2936, "ADDRESS": "3026 W BERKS ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323025101", "LNIADDRESSKEY": "37272", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.14453125, "Shape__Length": 73.311559879947836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183653373279796, 39.985059139891902 ], [ -75.183658570324397, 39.985028081163698 ], [ -75.183696714655397, 39.984851600729399 ], [ -75.183750775454996, 39.984858886846098 ], [ -75.183714426585993, 39.985028345778197 ], [ -75.183707945379993, 39.985066227973398 ], [ -75.183653373279796, 39.985059139891902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2937, "ADDRESS": "1333 W SOMERSET ST", "OWNER1": "LEANNA INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372349500", "LNIADDRESSKEY": "541893", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.12109375, "Shape__Length": 70.332647994571218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153167765980797, 39.995671243118402 ], [ -75.153210409781806, 39.995474689936501 ], [ -75.1532657126765, 39.995482002619902 ], [ -75.153222677868797, 39.995678369022102 ], [ -75.153167765980797, 39.995671243118402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2938, "ADDRESS": "4447 CRESSON ST", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "211000033", "LNIADDRESSKEY": "102935", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19127", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.56640625, "Shape__Length": 48.641047342193545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2259693669521, 40.027220462027501 ], [ -75.226023771478395, 40.027238148197497 ], [ -75.225942662339094, 40.0273459458258 ], [ -75.225919540060403, 40.027336217069397 ], [ -75.225891357677, 40.027324990686402 ], [ -75.2259693669521, 40.027220462027501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2939, "ADDRESS": "4108 WESTMINSTER AVE", "OWNER1": "UNVER MUHAMMED M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062088600", "LNIADDRESSKEY": "607985", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.3515625, "Shape__Length": 82.465749842959966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206478200421898, 39.969904492679099 ], [ -75.206542406597706, 39.969897404792597 ], [ -75.2065560689405, 39.9699717768695 ], [ -75.206579319366597, 39.970098332472801 ], [ -75.206583322466301, 39.970120117365802 ], [ -75.206584921791602, 39.970128890296202 ], [ -75.206519541240596, 39.970135983714897 ], [ -75.206478200421898, 39.969904492679099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2940, "ADDRESS": "613 N 37TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242175700", "LNIADDRESSKEY": "685632", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.96484375, "Shape__Length": 45.141829357308808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1957589172886, 39.963930436185798 ], [ -75.195761821329498, 39.963930081867503 ], [ -75.195853526135195, 39.963919195047197 ], [ -75.195917555482893, 39.963911673406002 ], [ -75.195924882565606, 39.963943012469002 ], [ -75.195776345744306, 39.963960548389601 ], [ -75.195765019608103, 39.963962037443203 ], [ -75.1957589172886, 39.963930436185798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2941, "ADDRESS": "6046 UPLAND ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401300200", "LNIADDRESSKEY": "583836", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.83203125, "Shape__Length": 58.198705653956651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230196026035102, 39.931036636284098 ], [ -75.230233549661193, 39.931010606539402 ], [ -75.230374493625305, 39.931130117754599 ], [ -75.230336943079706, 39.931156873383003 ], [ -75.230196026035102, 39.931036636284098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2942, "ADDRESS": "5556 MORTON ST", "OWNER1": "MORRIS RICHARD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122174000", "LNIADDRESSKEY": "440246", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 500.55078125, "Shape__Length": 164.02410615763938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169022437671899, 40.038270363945202 ], [ -75.169079215573902, 40.0382458967185 ], [ -75.169176886797899, 40.038204422676998 ], [ -75.1691843860755, 40.038200222397201 ], [ -75.169265720659695, 40.0381647648816 ], [ -75.169353075930402, 40.038127072919899 ], [ -75.169434383379595, 40.038092324226 ], [ -75.169513547086495, 40.038058268396902 ], [ -75.169566969180906, 40.038034918258703 ], [ -75.169599011629799, 40.038020082144001 ], [ -75.169608381135305, 40.038069313319902 ], [ -75.169385660965503, 40.0381663638383 ], [ -75.169360991759604, 40.038176996773302 ], [ -75.169302404746404, 40.038202148803002 ], [ -75.169241754045103, 40.038228625100302 ], [ -75.1692310311021, 40.038233751949299 ], [ -75.1691694173158, 40.038260738167402 ], [ -75.169159543349394, 40.038265078806297 ], [ -75.169020852852398, 40.038324168315697 ], [ -75.169022437671899, 40.038270363945202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2943, "ADDRESS": "1821 W ERIE AVE", "OWNER1": "SIMMONS YOUTH", "OWNER2": "DEVELOPMENT GUILD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131062310", "LNIADDRESSKEY": "139098", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.83984375, "Shape__Length": 89.432953091536106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158171570795503, 40.010583442646301 ], [ -75.158229854697595, 40.010323020939303 ], [ -75.158285178042405, 40.010330701920601 ], [ -75.158227468245201, 40.010591475618099 ], [ -75.158171570795503, 40.010583442646301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2944, "ADDRESS": "1129 UNION ST", "OWNER1": "MOOSUDDEE ROCKSHANA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243227200", "LNIADDRESSKEY": "582528", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.62109375, "Shape__Length": 43.192954341406754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202865706226405, 39.973498282219303 ], [ -75.202858878944596, 39.9734624418899 ], [ -75.202998193636105, 39.973446061221097 ], [ -75.203005962955402, 39.973486372285002 ], [ -75.202866511863604, 39.973502523560001 ], [ -75.202865706226405, 39.973498282219303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2945, "ADDRESS": "1137 W SILVER ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372309301", "LNIADDRESSKEY": "537679", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.09765625, "Shape__Length": 54.542380512498255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150340373545006, 39.994340122837102 ], [ -75.150340555005798, 39.994339207906997 ], [ -75.150341363058999, 39.994335083770999 ], [ -75.150369156275403, 39.994194856863402 ], [ -75.150422134870595, 39.994202069877197 ], [ -75.150393889057398, 39.994342608659402 ], [ -75.150393084925895, 39.994346668686902 ], [ -75.150340373545006, 39.994340122837102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2946, "ADDRESS": "4720 DEVEREAUX AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411148610", "LNIADDRESSKEY": "115430", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.20703125, "Shape__Length": 70.421152425954872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055329097604897, 40.018602311488003 ], [ -75.055354083908298, 40.018630886651202 ], [ -75.055361559812795, 40.018639435077397 ], [ -75.055147998304804, 40.018750400346597 ], [ -75.055115663713806, 40.018713421605597 ], [ -75.055329097604897, 40.018602311488003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2947, "ADDRESS": "4560 N BOUVIER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132166300", "LNIADDRESSKEY": "44827", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.890625, "Shape__Length": 55.069869279758002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154306068110898, 40.023533335305601 ], [ -75.154257694168194, 40.023526809859099 ], [ -75.154206357110397, 40.023519926834098 ], [ -75.154158732083303, 40.0235135466693 ], [ -75.154159832749599, 40.023507252040197 ], [ -75.154167451420506, 40.023472524483502 ], [ -75.1543516540779, 40.023496500460197 ], [ -75.154358235413895, 40.023497132390297 ], [ -75.154353740109698, 40.023517648307298 ], [ -75.154348125251403, 40.023538364172801 ], [ -75.154306068110898, 40.023533335305601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2948, "ADDRESS": "311 W BERKS ST", "OWNER1": "PHILA HOUSING AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183185801", "LNIADDRESSKEY": "37045", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.0, "Shape__Length": 75.467521877936392 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140396020151996, 39.9796285259361 ], [ -75.1404620306037, 39.979637119144797 ], [ -75.140414170692296, 39.9798427536427 ], [ -75.1403488045069, 39.979833771853798 ], [ -75.140396020151996, 39.9796285259361 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2949, "ADDRESS": "2503 N MARSTON ST", "OWNER1": "DEVEAUX MARQUITA M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281082200", "LNIADDRESSKEY": "415799", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.94921875, "Shape__Length": 55.854227176607552 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176652072048299, 39.993781671452297 ], [ -75.176664036170905, 39.9937419302546 ], [ -75.176856724862304, 39.993768463240301 ], [ -75.176847574043506, 39.993809202321202 ], [ -75.176652072048299, 39.993781671452297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2950, "ADDRESS": "2532 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371036901", "LNIADDRESSKEY": "639517", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.78125, "Shape__Length": 89.521167460678413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142711763263705, 39.990337351655597 ], [ -75.142721833151896, 39.990290703613802 ], [ -75.143056756944901, 39.990338030462397 ], [ -75.143046633011707, 39.990384452045397 ], [ -75.142711763263705, 39.990337351655597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2951, "ADDRESS": "1658 N 6TH ST", "OWNER1": "M & C FINANCIAL LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201109800", "LNIADDRESSKEY": "639212", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.62890625, "Shape__Length": 51.790526588177634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145428951288395, 39.976945891503803 ], [ -75.145606338739, 39.976968890720102 ], [ -75.145597044122695, 39.977009091711501 ], [ -75.145419958486897, 39.976985358243397 ], [ -75.145428951288395, 39.976945891503803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2952, "ADDRESS": "2216 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162181901", "LNIADDRESSKEY": "672236", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 249.80859375, "Shape__Length": 91.405705316797253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167628362088195, 39.988250320762397 ], [ -75.167637064462397, 39.988206638283302 ], [ -75.167817970541506, 39.9882300689383 ], [ -75.167986180230201, 39.9882528577849 ], [ -75.167975496743594, 39.988295738865801 ], [ -75.167786396109904, 39.988270093442999 ], [ -75.167628362088195, 39.988250320762397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2953, "ADDRESS": "1901 RIDGE AVE", "OWNER1": "RIDGE POINTE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472078400", "LNIADDRESSKEY": "504005", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 266.8828125, "Shape__Length": 80.416657847499451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167217262859197, 39.9738995725207 ], [ -75.167262240727993, 39.973673810660301 ], [ -75.167366408051706, 39.9738590994628 ], [ -75.167235953782196, 39.973902266018399 ], [ -75.167217262859197, 39.9738995725207 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2954, "ADDRESS": "1310 S 30TH ST", "OWNER1": "BEDELL VICTORIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362249500", "LNIADDRESSKEY": "683266", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.40234375, "Shape__Length": 56.6966414281545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193770519743296, 39.937280083650101 ], [ -75.193779754247103, 39.937236685195501 ], [ -75.193854827856299, 39.9372466443115 ], [ -75.193975179177997, 39.937262641212598 ], [ -75.193966318473898, 39.937304467868501 ], [ -75.193845304813806, 39.9372893909933 ], [ -75.193770519743296, 39.937280083650101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2955, "ADDRESS": "1611 N 27TH ST", "OWNER1": "LIVE FREE MOVEMENT 1611 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324127500", "LNIADDRESSKEY": "679656", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.5546875, "Shape__Length": 84.559291646824391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178693834972293, 39.980274386803003 ], [ -75.178703714168805, 39.980223766332202 ], [ -75.179013706268606, 39.980263016047402 ], [ -75.179003375574894, 39.980312304191003 ], [ -75.178693834972293, 39.980274386803003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2956, "ADDRESS": "1100 W NEVADA ST", "OWNER1": "BROWN BARBARA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371313200", "LNIADDRESSKEY": "448932", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.44140625, "Shape__Length": 39.230502704405701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150790769751396, 39.986622036969202 ], [ -75.150788477012796, 39.986621727129503 ], [ -75.150808242230895, 39.986529098302 ], [ -75.1508617894347, 39.986536066209297 ], [ -75.150840600887804, 39.986628662811498 ], [ -75.150790769751396, 39.986622036969202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2957, "ADDRESS": "1255 S PEACH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511237010", "LNIADDRESSKEY": "475406", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.51171875, "Shape__Length": 51.911986594429386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223466731420601, 39.9415987745069 ], [ -75.223504275933493, 39.941630422444 ], [ -75.223372899486407, 39.941722488164501 ], [ -75.223336177803503, 39.941691809990502 ], [ -75.223466731420601, 39.9415987745069 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2958, "ADDRESS": "2408 N OPAL ST", "OWNER1": "URBAN REVIVAL INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162127100", "LNIADDRESSKEY": "460314", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.421875, "Shape__Length": 51.857527871177183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164700313726598, 39.990794059846799 ], [ -75.164708298684005, 39.990795126073401 ], [ -75.164706433430496, 39.990803966944398 ], [ -75.164699868271398, 39.9908349142326 ], [ -75.164691736189496, 39.990833827797701 ], [ -75.164688545724502, 39.9908334011607 ], [ -75.164522129736596, 39.990811276465799 ], [ -75.164530534841404, 39.990771617268202 ], [ -75.164696768955295, 39.990793593694001 ], [ -75.164700313726598, 39.990794059846799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2959, "ADDRESS": "2651 W SELTZER ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281427701", "LNIADDRESSKEY": "529744", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.09375, "Shape__Length": 47.916487628333371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175004924918895, 39.997962486801697 ], [ -75.175031635085105, 39.997837384656201 ], [ -75.175080295725905, 39.997843634475103 ], [ -75.1750545293812, 39.997968757801203 ], [ -75.175004924918895, 39.997962486801697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2960, "ADDRESS": "1330 S 31ST ST", "OWNER1": "THOMAS SHAWN D", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362274800", "LNIADDRESSKEY": "683880", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.19921875, "Shape__Length": 62.710937215274882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195438795572798, 39.9369483875169 ], [ -75.195659831340294, 39.936975394279102 ], [ -75.195651917532601, 39.937018838039599 ], [ -75.195429689113098, 39.936991756271198 ], [ -75.195438795572798, 39.9369483875169 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2961, "ADDRESS": "2845 JACKSON ST", "OWNER1": "DMAM LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "482107800", "LNIADDRESSKEY": "359764", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.58984375, "Shape__Length": 51.180198722357765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194015485373399, 39.926323423348201 ], [ -75.194064632429303, 39.926329886561298 ], [ -75.194035328007502, 39.926465558136499 ], [ -75.193985590410506, 39.926459741738199 ], [ -75.194015485373399, 39.926323423348201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2962, "ADDRESS": "5232 CHESTER AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511279510", "LNIADDRESSKEY": "80060", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 323.88671875, "Shape__Length": 94.320882619588673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220922659424104, 39.940601582659198 ], [ -75.220970527611499, 39.940567335854404 ], [ -75.220977412084807, 39.9405624105217 ], [ -75.221205684878697, 39.9407523017627 ], [ -75.221213611712997, 39.940758763256397 ], [ -75.221206790058702, 39.940763691114597 ], [ -75.221191186725804, 39.940774985760299 ], [ -75.221178920364395, 39.940783854829299 ], [ -75.221158886146, 39.940798307766698 ], [ -75.221142374885503, 39.940785048165203 ], [ -75.221009360519702, 39.940673500959903 ], [ -75.221003528649902, 39.940668698434003 ], [ -75.2209526796712, 39.940626600884897 ], [ -75.220948019700401, 39.940621839963804 ], [ -75.220922659424104, 39.940601582659198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2963, "ADDRESS": "1806 N 24TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322147101", "LNIADDRESSKEY": "676545", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.40234375, "Shape__Length": 72.221494058193571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173740903888699, 39.982764686336999 ], [ -75.173751005426297, 39.982719890612799 ], [ -75.174011285674993, 39.982758472450399 ], [ -75.174001485447903, 39.982803048577402 ], [ -75.173740903888699, 39.982764686336999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2964, "ADDRESS": "840 E MADISON ST", "OWNER1": "MICHAEL E DAVIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331068800", "LNIADDRESSKEY": "405204", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.734375, "Shape__Length": 49.883063624054117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114126392797104, 39.997413389478297 ], [ -75.114154288884293, 39.997281684463999 ], [ -75.114202885030195, 39.9972884103789 ], [ -75.114176119365297, 39.997420158254201 ], [ -75.114126392797104, 39.997413389478297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2965, "ADDRESS": "2114 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202143301", "LNIADDRESSKEY": "108587", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.2890625, "Shape__Length": 44.289527051489642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147605907101905, 39.983873717081103 ], [ -75.147753112826805, 39.983893513190303 ], [ -75.147751996772598, 39.983900210624199 ], [ -75.147748166007005, 39.983917613699603 ], [ -75.147745361442006, 39.983930091187901 ], [ -75.147597214642502, 39.983911353829598 ], [ -75.147605907101905, 39.983873717081103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2966, "ADDRESS": "2132 N 9TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202167400", "LNIADDRESSKEY": "647514", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.9375, "Shape__Length": 56.114473540782569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148026240674994, 39.984482102849299 ], [ -75.148035153280105, 39.984442537248697 ], [ -75.148231304799296, 39.984470196645901 ], [ -75.148221098684004, 39.984510700406297 ], [ -75.148026240674994, 39.984482102849299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2967, "ADDRESS": "556 LINDLEY AVE", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491145410", "LNIADDRESSKEY": "393836", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 275.66796875, "Shape__Length": 93.755353919470707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134002279964704, 40.028940347830698 ], [ -75.134063338256396, 40.028669537324603 ], [ -75.134124295583902, 40.028677147378502 ], [ -75.134063492403101, 40.028948415360297 ], [ -75.134002279964704, 40.028940347830698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2968, "ADDRESS": "1950 N ORIANNA ST", "OWNER1": "VJ ASSETS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183316600", "LNIADDRESSKEY": "461449", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 63.3984375, "Shape__Length": 41.088983955892004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140355149636903, 39.980588088028298 ], [ -75.140503521224602, 39.980608936059902 ], [ -75.140499131856302, 39.980626583022897 ], [ -75.140497102482399, 39.980634742943302 ], [ -75.140349373801897, 39.980613507442698 ], [ -75.140355149636903, 39.980588088028298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2969, "ADDRESS": "158 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885242460", "LNIADDRESSKEY": "105816", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.8828125, "Shape__Length": 57.896614182073833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134166100323398, 39.987912822784303 ], [ -75.134133086719899, 39.988066967735698 ], [ -75.134077534708695, 39.988059785263196 ], [ -75.1340852506071, 39.988029236186797 ], [ -75.134110260814296, 39.987906036980903 ], [ -75.134166100323398, 39.987912822784303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2970, "ADDRESS": "1422 W LETTERLY ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161287000", "LNIADDRESSKEY": "390597", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.95703125, "Shape__Length": 46.598356551523167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156354872630004, 39.990456045477899 ], [ -75.156403982160796, 39.990462443036101 ], [ -75.1563806371895, 39.990584217414003 ], [ -75.156333641587395, 39.990577867616302 ], [ -75.156354872630004, 39.990456045477899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2971, "ADDRESS": "3145 W ARIZONA ST", "OWNER1": "STEWART HOWARD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282335500", "LNIADDRESSKEY": "20967", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.28125, "Shape__Length": 44.322020585439518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1840580482951, 39.9927073273739 ], [ -75.184106137103498, 39.992713673275503 ], [ -75.184082773001904, 39.992827294236399 ], [ -75.184034090344994, 39.992820580279002 ], [ -75.1840580482951, 39.9927073273739 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2972, "ADDRESS": "2406 N 18TH ST", "OWNER1": "ALCHEMY INVESTMENT PARTNE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162007100", "LNIADDRESSKEY": "665720", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.3984375, "Shape__Length": 66.471453887391633 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162204509918496, 39.990476417829001 ], [ -75.162200882433893, 39.990475932839601 ], [ -75.161972094052302, 39.990445128078498 ], [ -75.161980801479999, 39.9904036062429 ], [ -75.162210273280905, 39.9904340716229 ], [ -75.162213714701807, 39.9904345208816 ], [ -75.162220741221702, 39.990435453047297 ], [ -75.162214205288393, 39.990465642897703 ], [ -75.162211662478697, 39.9904773854987 ], [ -75.162204509918496, 39.990476417829001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2973, "ADDRESS": "2346 N 29TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282004301", "LNIADDRESSKEY": "682154", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.2109375, "Shape__Length": 66.154756729007431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179752424982496, 39.992299691127798 ], [ -75.1797611328968, 39.992259537732501 ], [ -75.180001370637896, 39.9922910631389 ], [ -75.179992648849904, 39.992331586779301 ], [ -75.179752424982496, 39.992299691127798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2974, "ADDRESS": "5312 WARREN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442180700", "LNIADDRESSKEY": "599171", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.6953125, "Shape__Length": 68.086508701031249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228454194489004, 39.976869881986097 ], [ -75.228559099515195, 39.976737362957898 ], [ -75.228586169611404, 39.976931521125501 ], [ -75.228454194489004, 39.976869881986097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2975, "ADDRESS": "1750 N 20TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472131510", "LNIADDRESSKEY": "670056", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.87890625, "Shape__Length": 74.875251572416332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167204268062306, 39.981346621715403 ], [ -75.167215222882604, 39.981304327971202 ], [ -75.167489639417198, 39.981343468195199 ], [ -75.167489036389895, 39.981346082209399 ], [ -75.167479942781597, 39.981386290337802 ], [ -75.167204268062306, 39.981346621715403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2976, "ADDRESS": "1319 S DOVER ST", "OWNER1": "KOCH EQUITIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362158005", "LNIADDRESSKEY": "123213", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-6", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.33203125, "Shape__Length": 49.120342362200567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191354610591105, 39.936763431486 ], [ -75.1913629165049, 39.936725267608999 ], [ -75.191530645835499, 39.936747579202802 ], [ -75.191522322597393, 39.936785661612703 ], [ -75.191354610591105, 39.936763431486 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2977, "ADDRESS": "1628 MARGARET ST", "OWNER1": "ZERESHK LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232145200", "LNIADDRESSKEY": "410012", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 313.8984375, "Shape__Length": 89.203999827962136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.082823919398606, 40.015985060831802 ], [ -75.082891563136897, 40.016023257106703 ], [ -75.082849432630894, 40.0160667379971 ], [ -75.082707911174396, 40.016219977938597 ], [ -75.082646845999506, 40.016187222356201 ], [ -75.082713265179805, 40.016116788026203 ], [ -75.082705717651606, 40.016112518599499 ], [ -75.082759859861397, 40.016053083439303 ], [ -75.082823919398606, 40.015985060831802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2978, "ADDRESS": "3039 W OAKDALE ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282376801", "LNIADDRESSKEY": "454446", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.31640625, "Shape__Length": 48.334460730308564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181389723436794, 39.996956790956403 ], [ -75.181438376317999, 39.996962700029599 ], [ -75.181409502754605, 39.9970888350744 ], [ -75.181359636572907, 39.997082867305899 ], [ -75.181389723436794, 39.996956790956403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2979, "ADDRESS": "45-53 N SAINT BERNARD ST", "OWNER1": "SHANIGALV LLC-SERIES 4553", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441053000", "LNIADDRESSKEY": "549275", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 329.51953125, "Shape__Length": 109.45653452993916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219551657547498, 39.960494986953599 ], [ -75.219673058753301, 39.960509303142302 ], [ -75.219662965153205, 39.960561550253502 ], [ -75.219635093364104, 39.9606956947054 ], [ -75.219609240789097, 39.960828514166799 ], [ -75.219601456900705, 39.960802437621901 ], [ -75.219598329456005, 39.960786281294197 ], [ -75.219593949798195, 39.960760442009502 ], [ -75.2195784165243, 39.960660641428902 ], [ -75.219570422423104, 39.960609834557602 ], [ -75.2195581505853, 39.960536622329499 ], [ -75.219552764288395, 39.9605012665548 ], [ -75.219551657547498, 39.960494986953599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2980, "ADDRESS": "2249 PALETHORP ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191103201", "LNIADDRESSKEY": "468340", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.05859375, "Shape__Length": 45.298399920305947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135539330362107, 39.984769345665903 ], [ -75.135546716336506, 39.984737185172797 ], [ -75.135704231032904, 39.984756839662801 ], [ -75.135697549853404, 39.984790281031401 ], [ -75.135539330362107, 39.984769345665903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2981, "ADDRESS": "2320 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162214301", "LNIADDRESSKEY": "674107", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.7265625, "Shape__Length": 67.216812869623467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168888219445904, 39.990112820222897 ], [ -75.168898007322397, 39.990068146180903 ], [ -75.169136412185793, 39.990097961740098 ], [ -75.169127160951604, 39.990143968977399 ], [ -75.168888219445904, 39.990112820222897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2982, "ADDRESS": "1924 W BUTLER ST", "OWNER1": "PIBBAGE CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131081900", "LNIADDRESSKEY": "57924", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.5546875, "Shape__Length": 66.298238340258308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159442125609203, 40.011886891998202 ], [ -75.159573873934093, 40.011825029671499 ], [ -75.159575090474505, 40.011817868136902 ], [ -75.159601605978906, 40.011804779934103 ], [ -75.159606079389704, 40.011810071839399 ], [ -75.159649355425103, 40.011789576987098 ], [ -75.159620714077207, 40.011910007087998 ], [ -75.159442125609203, 40.011886891998202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2983, "ADDRESS": "3603 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242046410", "LNIADDRESSKEY": "335938", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 319.00390625, "Shape__Length": 90.462688266036352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194767561178395, 39.963802923040703 ], [ -75.194769145516403, 39.963802555124502 ], [ -75.194805433135102, 39.964004617827598 ], [ -75.194814197872304, 39.964052317489099 ], [ -75.194738031874607, 39.964061115706201 ], [ -75.194719281104696, 39.963964801676703 ], [ -75.194690255797894, 39.963813613863898 ], [ -75.194767561178395, 39.963802923040703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2984, "ADDRESS": "6009 ALLMAN ST", "OWNER1": "WIGGINS KATHLEEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401241000", "LNIADDRESSKEY": "12030", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.796875, "Shape__Length": 57.597600370876194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231085884077402, 39.932763225284297 ], [ -75.231124631457703, 39.932735850346297 ], [ -75.231263917754205, 39.932852778627499 ], [ -75.231225525462406, 39.932879611803401 ], [ -75.231085884077402, 39.932763225284297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2985, "ADDRESS": "2118R HAINES ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "102122510", "LNIADDRESSKEY": "329781", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.84765625, "Shape__Length": 67.086958810362773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156901132030001, 40.056171494937402 ], [ -75.156786523136205, 40.056021912043597 ], [ -75.156847695141195, 40.055991664875201 ], [ -75.1569642322346, 40.0561440652248 ], [ -75.156901132030001, 40.056171494937402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2986, "ADDRESS": "1218 W ALLEGHENY AVE", "OWNER1": "FAM & CO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "431025000", "LNIADDRESSKEY": "10325", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.37890625, "Shape__Length": 72.854912783048107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149814054257902, 40.000830681126502 ], [ -75.149869549442897, 40.000838547078502 ], [ -75.149825932605793, 40.001042652557203 ], [ -75.149769536280402, 40.001035330439798 ], [ -75.149814054257902, 40.000830681126502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2987, "ADDRESS": "1216 S 31ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362271605", "LNIADDRESSKEY": "683841", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.01171875, "Shape__Length": 63.571810109449828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195058237074306, 39.9387108281868 ], [ -75.195067643542401, 39.938667508933797 ], [ -75.195292756017693, 39.938696477812002 ], [ -75.195283348184901, 39.938739798176201 ], [ -75.195058237074306, 39.9387108281868 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2988, "ADDRESS": "2145 N REESE ST", "OWNER1": "FURLOW EDW J", "OWNER2": "MARY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191319100", "LNIADDRESSKEY": "498724", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.71875, "Shape__Length": 44.486246920292096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142306615417695, 39.983886066355403 ], [ -75.142455767473706, 39.983905930409399 ], [ -75.142447725636501, 39.983942371992903 ], [ -75.142298199368895, 39.983922452123899 ], [ -75.142302049210002, 39.983904016835403 ], [ -75.142306615417695, 39.983886066355403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2989, "ADDRESS": "861 N 48TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "REAL ESTATE DIV", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062427610", "LNIADDRESSKEY": "689104", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 235.67578125, "Shape__Length": 85.219191100764874 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216398777323207, 39.967947489631598 ], [ -75.216721277553603, 39.9679210975182 ], [ -75.216726821369804, 39.967966257548902 ], [ -75.216581862145006, 39.967977678047397 ], [ -75.216405095744094, 39.967992086767197 ], [ -75.216398777323207, 39.967947489631598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2990, "ADDRESS": "4125 WESTMINSTER AVE", "OWNER1": "4125 WESTMINSTER AVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062097900", "LNIADDRESSKEY": "607991", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 258.90234375, "Shape__Length": 89.987074170928963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206622774836305, 39.970302483208698 ], [ -75.206682953162201, 39.970296095461499 ], [ -75.206727025461007, 39.970557050059099 ], [ -75.206666637801504, 39.970563432068303 ], [ -75.206622774836305, 39.970302483208698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2991, "ADDRESS": "1741 N NEWKIRK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324154700", "LNIADDRESSKEY": "449862", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.4609375, "Shape__Length": 52.06768549425211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180424019922299, 39.982513485502302 ], [ -75.180435777483893, 39.9824746426291 ], [ -75.180613245445201, 39.982496154096999 ], [ -75.180605224272298, 39.9825358870415 ], [ -75.180424019922299, 39.982513485502302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2992, "ADDRESS": "2760 N 15TH ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111161600", "LNIADDRESSKEY": "658317", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.1484375, "Shape__Length": 67.401654962602365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156176006000393, 39.995562455440897 ], [ -75.156397025178194, 39.995482110782497 ], [ -75.156422465245996, 39.995522792137201 ], [ -75.156205591387305, 39.995603294713803 ], [ -75.156176006000393, 39.995562455440897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2993, "ADDRESS": "4800 N HUTCHINSON ST", "OWNER1": "MASON JAMES N", "OWNER2": "ANN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491320400", "LNIADDRESSKEY": "354952", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.515625, "Shape__Length": 75.704908642483687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139901276026904, 40.025284673834598 ], [ -75.139907875400695, 40.025254856981697 ], [ -75.139910058582302, 40.025244943557603 ], [ -75.140138454884806, 40.025274605058001 ], [ -75.140192992469395, 40.025281695502898 ], [ -75.140184209747105, 40.025322005826503 ], [ -75.139901276026904, 40.025284673834598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2994, "ADDRESS": "2912 PALETHORP ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071159400", "LNIADDRESSKEY": "468604", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.9609375, "Shape__Length": 48.653590286953346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133669508605294, 39.994691182092303 ], [ -75.133839399652999, 39.994712914881198 ], [ -75.133830853585806, 39.994748683363298 ], [ -75.133662593348504, 39.994726504560902 ], [ -75.133669508605294, 39.994691182092303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2995, "ADDRESS": "3411 N 19TH ST", "OWNER1": "JOHN W NORCUM", "OWNER2": "ROSE E NORCUM", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112268100", "LNIADDRESSKEY": "668445", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 326.50390625, "Shape__Length": 94.840425587884397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159659945685902, 40.0059937480695 ], [ -75.160005726901403, 40.006036786979003 ], [ -75.159994359191401, 40.006092982564297 ], [ -75.159647171985, 40.006051087729801 ], [ -75.159659945685902, 40.0059937480695 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2996, "ADDRESS": "11 E SOMERSET ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071197010", "LNIADDRESSKEY": "541211", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.23828125, "Shape__Length": 58.715417607757402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129895421073599, 39.992332286387096 ], [ -75.129929052736699, 39.992176544808501 ], [ -75.129985390941599, 39.992183505015603 ], [ -75.129951684022899, 39.992340099738101 ], [ -75.129895421073599, 39.992332286387096 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2997, "ADDRESS": "4122 PENNSGROVE ST", "OWNER1": "4122-24 PENNSGROVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062120000", "LNIADDRESSKEY": "478520", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 239.66015625, "Shape__Length": 88.494229215529913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206589738586302, 39.970581619490602 ], [ -75.206645425778405, 39.970575987036398 ], [ -75.206691745297505, 39.970834589153903 ], [ -75.206634913806099, 39.970840518380498 ], [ -75.206589738586302, 39.970581619490602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2998, "ADDRESS": "2812 KENSINGTON AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885100080", "LNIADDRESSKEY": "368637", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 218.1484375, "Shape__Length": 95.069169430686173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122022156847095, 39.9918786009736 ], [ -75.122064074626095, 39.991856518035902 ], [ -75.122370862482995, 39.9919928380126 ], [ -75.122363394863896, 39.992028212611402 ], [ -75.122327358418602, 39.992023598813603 ], [ -75.122328721810305, 39.992015989308697 ], [ -75.122022156847095, 39.9918786009736 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 2999, "ADDRESS": "937 N 40TH ST", "OWNER1": "INFINITI PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "243237800", "LNIADDRESSKEY": "686360", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.515625, "Shape__Length": 87.78261475777488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203442843207398, 39.972056906641598 ], [ -75.203780750244405, 39.9720192546663 ], [ -75.203784320840995, 39.972039708978798 ], [ -75.203787840611398, 39.9720598400543 ], [ -75.203452343169502, 39.972098029819001 ], [ -75.203442843207398, 39.972056906641598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3000, "ADDRESS": "1320 W WILLIAM ST", "OWNER1": "JOHN I EL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372367200", "LNIADDRESSKEY": "614228", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.67578125, "Shape__Length": 40.615825388196022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152441190139797, 39.9963264386963 ], [ -75.152422462086193, 39.996324031529902 ], [ -75.1524442841405, 39.996223663054501 ], [ -75.1524928364163, 39.996229952728697 ], [ -75.152471786564803, 39.9963303871154 ], [ -75.152441190139797, 39.9963264386963 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3001, "ADDRESS": "3009 W DAUPHIN ST", "OWNER1": "ALCAN COLD STORAGE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282299200", "LNIADDRESSKEY": "110781", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.84765625, "Shape__Length": 78.512110312175565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181806789799694, 39.991519988981899 ], [ -75.181850940231399, 39.991303472985102 ], [ -75.1819175502321, 39.991312153379603 ], [ -75.181872999258999, 39.991527611885097 ], [ -75.181806789799694, 39.991519988981899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3002, "ADDRESS": "3903 FAIRMOUNT AVE", "OWNER1": "COMMONWEALTH IMPROVEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243015100", "LNIADDRESSKEY": "283628", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.95703125, "Shape__Length": 86.342979473179795 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200271935982997, 39.965518918031798 ], [ -75.200322441517798, 39.965513431490102 ], [ -75.2003683505976, 39.9657570845118 ], [ -75.200370411460298, 39.965768043733803 ], [ -75.200317634731206, 39.965773786172697 ], [ -75.200271935982997, 39.965518918031798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3003, "ADDRESS": "2947 W GORDON ST", "OWNER1": "STELLA STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282320400", "LNIADDRESSKEY": "319330", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.22265625, "Shape__Length": 55.459957344668474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180960798393897, 39.992108481126003 ], [ -75.180993098154005, 39.991958823171203 ], [ -75.181037425533603, 39.991963748189498 ], [ -75.181043602186705, 39.991964434920199 ], [ -75.181011256674495, 39.992114221382998 ], [ -75.180960798393897, 39.992108481126003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3004, "ADDRESS": "1816 N 21ST ST", "OWNER1": "WALLOP ESTELLE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322055400", "LNIADDRESSKEY": "672052", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.55078125, "Shape__Length": 80.437040035572124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168945167705502, 39.982195260268597 ], [ -75.1689547064355, 39.982150484900799 ], [ -75.1689667208515, 39.9821524794176 ], [ -75.169134177795698, 39.982174847909903 ], [ -75.169252303152504, 39.982191286413098 ], [ -75.1692430971964, 39.9822355545802 ], [ -75.168956759793005, 39.9821968105488 ], [ -75.168945167705502, 39.982195260268597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3005, "ADDRESS": "1032 W INDIANA AVE", "OWNER1": "TURF WIZARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372419700", "LNIADDRESSKEY": "356851", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.10546875, "Shape__Length": 61.800747799163183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147758920163, 39.997702597531202 ], [ -75.147796799508797, 39.9975285558398 ], [ -75.147819755569898, 39.997531686936298 ], [ -75.147843444618999, 39.997534835770303 ], [ -75.147805613987202, 39.997708717521398 ], [ -75.147758920163, 39.997702597531202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3006, "ADDRESS": "5002 N 7TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491219000", "LNIADDRESSKEY": "643492", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.859375, "Shape__Length": 69.759698352598946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136189486948197, 40.027923410358802 ], [ -75.136198930004795, 40.027880214020598 ], [ -75.136207525333006, 40.027881892958 ], [ -75.136446797558307, 40.027912453395302 ], [ -75.136451680519997, 40.027913064588198 ], [ -75.136442229563301, 40.027955937522002 ], [ -75.136437492933396, 40.027955330785304 ], [ -75.136189486948197, 40.027923410358802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3007, "ADDRESS": "5028 N 7TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491220300", "LNIADDRESSKEY": "643505", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.5078125, "Shape__Length": 69.882653333338055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136333970909007, 40.0284502592013 ], [ -75.136326281723498, 40.028485500017602 ], [ -75.136324677926396, 40.028492830501698 ], [ -75.136320796823099, 40.0284923389653 ], [ -75.136069715346494, 40.0284607188756 ], [ -75.136080418451698, 40.0284185513596 ], [ -75.136330047358101, 40.028449766699097 ], [ -75.136333970909007, 40.0284502592013 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3008, "ADDRESS": "2333 N 22ND ST", "OWNER1": "GEORGE HARGROVE TR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162211400", "LNIADDRESSKEY": "674118", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.68359375, "Shape__Length": 68.881524024463602 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168369742026798, 39.990321807907698 ], [ -75.168379495964999, 39.990278036405201 ], [ -75.168627582912805, 39.990311164636204 ], [ -75.168618855982501, 39.9903538465013 ], [ -75.168369742026798, 39.990321807907698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3009, "ADDRESS": "1618 N 16TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471228110", "LNIADDRESSKEY": "660341", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 641.43359375, "Shape__Length": 155.2082170374203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161419969324299, 39.978261609489202 ], [ -75.161759577358097, 39.978306796778398 ], [ -75.161776072865507, 39.9783094258595 ], [ -75.162025268340699, 39.978342481802102 ], [ -75.162010333855306, 39.978406156589799 ], [ -75.161793037170298, 39.978377818313298 ], [ -75.161407206664805, 39.9783243668601 ], [ -75.161419969324299, 39.978261609489202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3010, "ADDRESS": "2172 N 7TH ST", "OWNER1": "STRYKER INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202036700", "LNIADDRESSKEY": "642458", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.03125, "Shape__Length": 65.959429605366253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145562527648707, 39.984828235762897 ], [ -75.1455710036862, 39.984785355918497 ], [ -75.145805020535093, 39.9848108805759 ], [ -75.1457948506565, 39.984859105600599 ], [ -75.145562527648707, 39.984828235762897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3011, "ADDRESS": "2614 CECIL B MOORE AVE", "OWNER1": "2612-2614 CECIL B MOORE AVENUE OWNER LLC", "OWNER2": null, "BLDG_DESC": "APT 2-4 UNTS 4STY MASONR", "OPA_ID": "324037500", "LNIADDRESSKEY": "71824", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.01171875, "Shape__Length": 73.468066760435875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177825874467601, 39.981188126552198 ], [ -75.177869204464301, 39.980981797447797 ], [ -75.177924719617707, 39.980989360008202 ], [ -75.177883570087701, 39.981195641140097 ], [ -75.177825874467601, 39.981188126552198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3012, "ADDRESS": "6041 TRINITY ST", "OWNER1": "ROCK SIMCHA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401212600", "LNIADDRESSKEY": "577450", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.26953125, "Shape__Length": 56.217656629361265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232952166964296, 39.933370381785899 ], [ -75.232994269673995, 39.933340566087097 ], [ -75.233120354297498, 39.933447175311301 ], [ -75.233088316251894, 39.933484514515598 ], [ -75.232952166964296, 39.933370381785899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3013, "ADDRESS": "1938 N 8TH ST", "OWNER1": "HO TIMOTHY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202112401", "LNIADDRESSKEY": "644971", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.83203125, "Shape__Length": 59.844731849760223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147660404434404, 39.981436475784299 ], [ -75.147671025045696, 39.981392258004 ], [ -75.147877126970897, 39.981417564671602 ], [ -75.147876934424303, 39.981422590253104 ], [ -75.1478693257435, 39.981458204018701 ], [ -75.147868253763704, 39.981462644269598 ], [ -75.147660404434404, 39.981436475784299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3014, "ADDRESS": "2439 N 20TH ST", "OWNER1": "LAND HO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162136300", "LNIADDRESSKEY": "670263", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.36328125, "Shape__Length": 66.015709429449913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1645811407233, 39.991442197995298 ], [ -75.164808019714997, 39.991472616568402 ], [ -75.164799460179495, 39.9915141419119 ], [ -75.164572081682905, 39.9914836478764 ], [ -75.164566076950194, 39.991482834606401 ], [ -75.164561030550601, 39.991482156675602 ], [ -75.164562839879395, 39.991473170384303 ], [ -75.164570361295006, 39.9914407624712 ], [ -75.164575010132594, 39.991441383016998 ], [ -75.1645811407233, 39.991442197995298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3015, "ADDRESS": "1925 NICHOLAS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472051700", "LNIADDRESSKEY": "451087", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.953125, "Shape__Length": 54.189936779799694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166638245733907, 39.979501848117003 ], [ -75.1666688473818, 39.979355056599502 ], [ -75.166718697318998, 39.979361659165598 ], [ -75.166687300505302, 39.979507304273298 ], [ -75.166638245733907, 39.979501848117003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3016, "ADDRESS": "1940 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321265101", "LNIADDRESSKEY": "667990", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 245.90234375, "Shape__Length": 92.170469209390887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165074660250099, 39.983705896920704 ], [ -75.165083491921195, 39.983664346165703 ], [ -75.165436803875394, 39.983711989615401 ], [ -75.165432422536497, 39.983729091328399 ], [ -75.165427527996798, 39.983754176867699 ], [ -75.165074660250099, 39.983705896920704 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3017, "ADDRESS": "3855 WYALUSING AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243188100", "LNIADDRESSKEY": "625606", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.5859375, "Shape__Length": 59.038688116495628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200629255311597, 39.972608815938997 ], [ -75.200678681841495, 39.9726031609923 ], [ -75.200707863988796, 39.972766810132697 ], [ -75.200659089703606, 39.972772400747097 ], [ -75.200629255311597, 39.972608815938997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3018, "ADDRESS": "4848 N 7TH ST", "OWNER1": "MCAE REALTY INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491215600", "LNIADDRESSKEY": "643432", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.546875, "Shape__Length": 67.012856397118057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136641686020397, 40.0259175783941 ], [ -75.136650680113206, 40.025875678293403 ], [ -75.136893706635504, 40.0259077098424 ], [ -75.136883761082302, 40.025948717695798 ], [ -75.136641686020397, 40.0259175783941 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3019, "ADDRESS": "1807 N 8TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202090600", "LNIADDRESSKEY": "644910", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.5234375, "Shape__Length": 71.465382225033508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147678784268805, 39.979320490827099 ], [ -75.147687325467203, 39.979282964405201 ], [ -75.1479534361292, 39.9793202064361 ], [ -75.147945197922596, 39.979358578819898 ], [ -75.147678784268805, 39.979320490827099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3020, "ADDRESS": "2151 N 19TH ST", "OWNER1": "SJ DEVELOPERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321261400", "LNIADDRESSKEY": "668077", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.25, "Shape__Length": 84.304608390836606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163855191698005, 39.9869672901333 ], [ -75.163864175163297, 39.986923437396797 ], [ -75.164180360755296, 39.986964687396203 ], [ -75.164177169113799, 39.986980831515503 ], [ -75.164171378088398, 39.987008524403102 ], [ -75.163855191698005, 39.9869672901333 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3021, "ADDRESS": "2717 N ORKNEY ST", "OWNER1": "ORKNEY STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192187900", "LNIADDRESSKEY": "462572", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.3828125, "Shape__Length": 39.189213276454943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139397490751193, 39.992561368915098 ], [ -75.139397692187899, 39.992560471347602 ], [ -75.139406260611693, 39.992521333204699 ], [ -75.139406464557297, 39.992520370370002 ], [ -75.1394461654926, 39.992525642151797 ], [ -75.139508741565393, 39.992533964918998 ], [ -75.139526697336507, 39.9925362744439 ], [ -75.139518378446994, 39.992576579462401 ], [ -75.139400765136202, 39.992561782397402 ], [ -75.139397490751193, 39.992561368915098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3022, "ADDRESS": "1509 S STILLMAN ST", "OWNER1": "RODRIGUEZ BARIDO", "OWNER2": "RODRIGUEZ MARLENE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364196400", "LNIADDRESSKEY": "555829", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.05859375, "Shape__Length": 46.629135978405415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186791872965898, 39.933796233433597 ], [ -75.186948992271397, 39.933815960897398 ], [ -75.186940413574803, 39.933854085746098 ], [ -75.186783330709602, 39.933833971652703 ], [ -75.186791872965898, 39.933796233433597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3023, "ADDRESS": "1451 N MYRTLEWOOD ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292268410", "LNIADDRESSKEY": "444871", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.21484375, "Shape__Length": 47.458213077719051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183431994500594, 39.978777406453098 ], [ -75.1834399102638, 39.978739283803897 ], [ -75.183600862203406, 39.978762323734401 ], [ -75.183593359437396, 39.978798972341103 ], [ -75.183431994500594, 39.978777406453098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3024, "ADDRESS": "1430 W LETTERLY ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161287401", "LNIADDRESSKEY": "390605", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.4296875, "Shape__Length": 46.747414587594733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156550306032301, 39.990480531660403 ], [ -75.156597295225197, 39.9904870096208 ], [ -75.156572160752802, 39.990609564648999 ], [ -75.156524526209097, 39.990602959471197 ], [ -75.156550306032301, 39.990480531660403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3025, "ADDRESS": "3924 BROWN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243068410", "LNIADDRESSKEY": "53912", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.1953125, "Shape__Length": 82.398721170348566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201218798107107, 39.967302284195902 ], [ -75.201274873329893, 39.967296356674503 ], [ -75.201319903030694, 39.967533413457701 ], [ -75.201263166970904, 39.967540212689897 ], [ -75.201218798107107, 39.967302284195902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3026, "ADDRESS": "2229 W TIOGA ST", "OWNER1": "2229 W TIOGA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112106200", "LNIADDRESSKEY": "573159", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 767.1875, "Shape__Length": 152.20832230244335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166292752228898, 40.008549012747103 ], [ -75.166187099385994, 40.0085358183889 ], [ -75.166281430847505, 40.008100158778198 ], [ -75.166387751044098, 40.008113965004398 ], [ -75.166292752228898, 40.008549012747103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3027, "ADDRESS": "2356 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191245500", "LNIADDRESSKEY": "388726", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.45703125, "Shape__Length": 44.578980538106819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139926263482806, 39.987043811069 ], [ -75.139934121396195, 39.987007285478299 ], [ -75.140083890639502, 39.987028664457704 ], [ -75.140076055032907, 39.987064611656997 ], [ -75.139926263482806, 39.987043811069 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3028, "ADDRESS": "1122 S 54TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513127510", "LNIADDRESSKEY": "694172", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.30078125, "Shape__Length": 79.137526598920601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227600434589604, 39.943531298529301 ], [ -75.227779699366394, 39.9434037850287 ], [ -75.227818718430399, 39.943376031847698 ], [ -75.227858305368898, 39.9434085926666 ], [ -75.227818867876394, 39.943436305125502 ], [ -75.227638048721104, 39.943563397076502 ], [ -75.227600434589604, 39.943531298529301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3029, "ADDRESS": "803 UNION ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243152110", "LNIADDRESSKEY": "582464", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.1796875, "Shape__Length": 84.53469948587545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2015788428685, 39.967712111606801 ], [ -75.201899897767007, 39.967676379884601 ], [ -75.201907949562795, 39.967718646880698 ], [ -75.201599849604904, 39.967753023150401 ], [ -75.201586876794195, 39.967753718246698 ], [ -75.2015788428685, 39.967712111606801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3030, "ADDRESS": "2715 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281253601", "LNIADDRESSKEY": "629410", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.11328125, "Shape__Length": 66.410337658945309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176866071546002, 39.992405134852604 ], [ -75.176907469017706, 39.992214173315098 ], [ -75.176949757422904, 39.992219231029999 ], [ -75.176908926337603, 39.9924135266306 ], [ -75.176866071546002, 39.992405134852604 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3031, "ADDRESS": "1608 N NEWKIRK ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324156401", "LNIADDRESSKEY": "449781", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.9453125, "Shape__Length": 52.765320746604871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181110115163605, 39.9805738748653 ], [ -75.1811189404646, 39.980534466238304 ], [ -75.181300480646797, 39.980557840645602 ], [ -75.181291061965894, 39.980598541341898 ], [ -75.181110115163605, 39.9805738748653 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3032, "ADDRESS": "2249 WATERLOO ST", "OWNER1": "LANTIGUA EDDY M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191042201", "LNIADDRESSKEY": "601883", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.8203125, "Shape__Length": 43.178589896939961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133607939849895, 39.984659593112603 ], [ -75.133616357496095, 39.984621161457902 ], [ -75.133757398258794, 39.984639948642702 ], [ -75.133749540995595, 39.984677974103803 ], [ -75.133607939849895, 39.984659593112603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3033, "ADDRESS": "1315 S 27TH ST", "OWNER1": "TOWER HILL DEVELOPMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362127100", "LNIADDRESSKEY": "680272", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.36328125, "Shape__Length": 60.68753834867362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188699098244697, 39.936391740695399 ], [ -75.188709994917005, 39.936342094033002 ], [ -75.188914851485094, 39.9363682694039 ], [ -75.1889037594173, 39.9364170095836 ], [ -75.188699098244697, 39.936391740695399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3034, "ADDRESS": "3015 RIDGE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323047501", "LNIADDRESSKEY": "504342", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.81640625, "Shape__Length": 59.925273078363603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182632714862606, 39.988379240080597 ], [ -75.182655233826097, 39.988399425229296 ], [ -75.182645038221494, 39.988448508319401 ], [ -75.182636888336006, 39.988485578276297 ], [ -75.182632816286201, 39.988501848405598 ], [ -75.182473545236306, 39.988479715835801 ], [ -75.182632714862606, 39.988379240080597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3035, "ADDRESS": "1446 N 27TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292061610", "LNIADDRESSKEY": "679606", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.70703125, "Shape__Length": 64.064494576004122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179627509007602, 39.978316141409401 ], [ -75.179633866258996, 39.9782860267186 ], [ -75.179635706278205, 39.978277250410997 ], [ -75.179869122552802, 39.978308882344599 ], [ -75.1798604050785, 39.978347132124803 ], [ -75.179627509007602, 39.978316141409401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3036, "ADDRESS": "1943 N MARSHALL ST", "OWNER1": "JOSEPH MUTNSON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201133900", "LNIADDRESSKEY": "413863", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.5, "Shape__Length": 60.039154347860041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145027487969301, 39.981163056165897 ], [ -75.145032852363499, 39.981131905730201 ], [ -75.145033692907504, 39.981128007618899 ], [ -75.145255047424399, 39.981152811529498 ], [ -75.145248851622597, 39.981187586608101 ], [ -75.145027487969301, 39.981163056165897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3037, "ADDRESS": "2903 W DAUPHIN ST", "OWNER1": "PHDC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282298001", "LNIADDRESSKEY": "110753", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.4296875, "Shape__Length": 58.904998375308296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180284659198307, 39.991260825672803 ], [ -75.180296049101401, 39.991207401838501 ], [ -75.1803058499288, 39.991156618428697 ], [ -75.180316775786096, 39.9911060539226 ], [ -75.180375754529706, 39.9911136307012 ], [ -75.180364893784301, 39.991164758674998 ], [ -75.180354492520294, 39.991214771797701 ], [ -75.180343949867705, 39.991268520948204 ], [ -75.180284659198307, 39.991260825672803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3038, "ADDRESS": "1306 S 33RD ST", "OWNER1": "1304 S 33RD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362306800", "LNIADDRESSKEY": "685042", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.9375, "Shape__Length": 47.354813459731446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197851909794096, 39.937857678846697 ], [ -75.197866782837906, 39.937820725025901 ], [ -75.198029052223802, 39.937855849600098 ], [ -75.197998457109705, 39.937889874477001 ], [ -75.197851909794096, 39.937857678846697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3039, "ADDRESS": "4973 W THOMPSON ST", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442127900", "LNIADDRESSKEY": "570542", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 266.1484375, "Shape__Length": 102.04401796974925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222017267026501, 39.973491235881603 ], [ -75.222071502941006, 39.973485209179401 ], [ -75.222124108238603, 39.9737932673548 ], [ -75.222073451120906, 39.973798824442802 ], [ -75.222017267026501, 39.973491235881603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3040, "ADDRESS": "5645 NELSON ST", "OWNER1": "EQUITY TRUST COMPANY CUSTODIAN FBO POONA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122259100", "LNIADDRESSKEY": "448627", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.2109375, "Shape__Length": 52.028684962147416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161333377960801, 40.046996239109298 ], [ -75.161444812813002, 40.046886927597299 ], [ -75.161485898929101, 40.046912306932903 ], [ -75.161482368299701, 40.046915772866299 ], [ -75.161374516394702, 40.047021361747802 ], [ -75.161333377960801, 40.046996239109298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3041, "ADDRESS": "323 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191400001", "LNIADDRESSKEY": "558911", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.30078125, "Shape__Length": 61.402789173552151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139679378018002, 39.984406644100098 ], [ -75.139638201492403, 39.984401146134701 ], [ -75.139674585684006, 39.984239081116499 ], [ -75.139734985885198, 39.984247096529202 ], [ -75.139697966876994, 39.984409339718603 ], [ -75.139679378018002, 39.984406644100098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3042, "ADDRESS": "1832 CECIL B MOORE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "471146610", "LNIADDRESSKEY": "71579", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.0078125, "Shape__Length": 83.792363646205928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165439905221106, 39.9795805147414 ], [ -75.165491776202799, 39.979339064282797 ], [ -75.165547956733207, 39.979346696304503 ], [ -75.165495573508693, 39.979588378522102 ], [ -75.165439905221106, 39.9795805147414 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3043, "ADDRESS": "2211 N 5TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191297101", "LNIADDRESSKEY": "636663", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.37890625, "Shape__Length": 53.424513259755102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141507840426698, 39.984736200170303 ], [ -75.141517755860605, 39.984695174473501 ], [ -75.141699486918597, 39.984719599137598 ], [ -75.141691231690899, 39.984761050018101 ], [ -75.141507840426698, 39.984736200170303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3044, "ADDRESS": "2128 W GODFREY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171291100", "LNIADDRESSKEY": "318826", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.9140625, "Shape__Length": 66.536587512586991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156623464990901, 40.048878645353597 ], [ -75.156635206730201, 40.048687778025503 ], [ -75.156683511174194, 40.048689464283903 ], [ -75.156673206349794, 40.048880623093602 ], [ -75.156623464990901, 40.048878645353597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3045, "ADDRESS": "1615 W NORRIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321017510", "LNIADDRESSKEY": "452338", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.52734375, "Shape__Length": 66.547597264431943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160879995223695, 39.983977232673801 ], [ -75.160917796286398, 39.983799203246399 ], [ -75.160980451356906, 39.983807450893899 ], [ -75.160942826059795, 39.983985290584897 ], [ -75.160879995223695, 39.983977232673801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3046, "ADDRESS": "3965 BROWN ST", "OWNER1": "J & V REAL ESTATE INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243124200", "LNIADDRESSKEY": "53937", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.609375, "Shape__Length": 71.537381188479415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202585215246501, 39.967532641641199 ], [ -75.20263532029, 39.967526080849701 ], [ -75.202670503550095, 39.967731451933702 ], [ -75.202618500581906, 39.967737213764003 ], [ -75.202585215246501, 39.967532641641199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3047, "ADDRESS": "12 E SELTZER ST", "OWNER1": "SELTZER DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071188000", "LNIADDRESSKEY": "529423", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.20703125, "Shape__Length": 55.607090727091183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129929052736699, 39.992176544808501 ], [ -75.129927989690998, 39.992176392146597 ], [ -75.129959689709693, 39.992031051608201 ], [ -75.130015994854503, 39.992038334291301 ], [ -75.129985390941599, 39.992183505015603 ], [ -75.129929052736699, 39.992176544808501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3048, "ADDRESS": "528 EDGLEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191386301", "LNIADDRESSKEY": "730588", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.05859375, "Shape__Length": 39.518124064712026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142963673057494, 39.983297446514698 ], [ -75.143007105577297, 39.983303624131899 ], [ -75.142984478649495, 39.983404488631201 ], [ -75.142941002949996, 39.9833977941908 ], [ -75.142963673057494, 39.983297446514698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3049, "ADDRESS": "4995 1/2 W GIRARD AVE", "OWNER1": "RICHARDS ROBERT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442085300", "LNIADDRESSKEY": "314604", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.8359375, "Shape__Length": 79.196210365127158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222266416472195, 39.972318063741596 ], [ -75.222319458311802, 39.972306965047103 ], [ -75.222387254056997, 39.972504085503303 ], [ -75.222397515549204, 39.972531778478597 ], [ -75.222361025241199, 39.972535004418603 ], [ -75.222339446326401, 39.972536673468397 ], [ -75.222266416472195, 39.972318063741596 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3050, "ADDRESS": "1745 W LIPPINCOTT ST", "OWNER1": "OSCAR BUCKHOLTZ", "OWNER2": "T/F LORETTA COTTON", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111125700", "LNIADDRESSKEY": "394992", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.1328125, "Shape__Length": 51.248802053709063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159053436953002, 40.001898756786098 ], [ -75.1591027850003, 40.0019051899137 ], [ -75.159074811306596, 40.002041174077398 ], [ -75.159024548067606, 40.002034543459899 ], [ -75.159034358859898, 40.001985647094997 ], [ -75.159053436953002, 40.001898756786098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3051, "ADDRESS": "2333 N LAWRENCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191257001", "LNIADDRESSKEY": "384536", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.4140625, "Shape__Length": 47.872028008390323 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140157993425802, 39.986718363648599 ], [ -75.140163029086906, 39.986695265558197 ], [ -75.140164414731203, 39.986692508401497 ], [ -75.140166814341001, 39.986681311445601 ], [ -75.140329679694105, 39.986704907092303 ], [ -75.140322052308207, 39.986741422178604 ], [ -75.140157993425802, 39.986718363648599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3052, "ADDRESS": "4443 CRESSON ST", "OWNER1": "STANKAVICK MAGGIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "211000032", "LNIADDRESSKEY": "102931", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19127", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.97265625, "Shape__Length": 47.082616745194976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225787823778305, 40.027283126463601 ], [ -75.225863312261794, 40.027182684796301 ], [ -75.225916326345697, 40.027201082653399 ], [ -75.225840203570897, 40.027303927334401 ], [ -75.225826978484406, 40.027299252185898 ], [ -75.225787823778305, 40.027283126463601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3053, "ADDRESS": "752 E HILTON ST", "OWNER1": "CREN INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331051600", "LNIADDRESSKEY": "344800", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.37109375, "Shape__Length": 52.448985102136959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1158451554018, 39.997267737469002 ], [ -75.115872222754405, 39.997136205692001 ], [ -75.115873566857204, 39.997129643250602 ], [ -75.115885653516301, 39.997130903857197 ], [ -75.115925344297906, 39.997136505636099 ], [ -75.115923999959094, 39.997143036536599 ], [ -75.115896903368693, 39.997275324517503 ], [ -75.1158451554018, 39.997267737469002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3054, "ADDRESS": "1814 N FRANKLIN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202063901", "LNIADDRESSKEY": "299125", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 302.609375, "Shape__Length": 90.734339835702997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147276859035898, 39.979541698289999 ], [ -75.147288846357995, 39.979486952702899 ], [ -75.147617923798805, 39.9795313303784 ], [ -75.147606528464394, 39.9795870242272 ], [ -75.147276859035898, 39.979541698289999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3055, "ADDRESS": "2137 E WILLIAM ST", "OWNER1": "MASKOFF LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252076200", "LNIADDRESSKEY": "614121", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.12109375, "Shape__Length": 66.139244126998648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116519099324407, 39.987868586029499 ], [ -75.116731147520596, 39.987760819178 ], [ -75.116755052613897, 39.987787467088403 ], [ -75.116544278277502, 39.987895874787299 ], [ -75.116519099324407, 39.987868586029499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3056, "ADDRESS": "5939 SPRINGFIELD AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034116700", "LNIADDRESSKEY": "546438", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.21875, "Shape__Length": 78.149226644691524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232249369520602, 39.935393394401302 ], [ -75.232069561835999, 39.935244178112903 ], [ -75.232111852623902, 39.9352143826016 ], [ -75.232245755593496, 39.935325355144201 ], [ -75.232291811552898, 39.935363505286503 ], [ -75.232311092447105, 39.935379468491298 ], [ -75.232274619840197, 39.935405360968801 ], [ -75.232268811142902, 39.9354095210686 ], [ -75.232249369520602, 39.935393394401302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3057, "ADDRESS": "5048 N 7TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491221300", "LNIADDRESSKEY": "643515", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.20703125, "Shape__Length": 69.364148936655269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136244043792601, 40.028866009887103 ], [ -75.136239423057503, 40.028883619949397 ], [ -75.136234329907595, 40.028906991434503 ], [ -75.136230802621697, 40.028906556378203 ], [ -75.136112811971103, 40.028891797224802 ], [ -75.135981065437903, 40.028874838328797 ], [ -75.135990438633598, 40.028833462731399 ], [ -75.136239723928, 40.028865459932597 ], [ -75.136244043792601, 40.028866009887103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3058, "ADDRESS": "2133 N 22ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322087910", "LNIADDRESSKEY": "674047", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 268.15234375, "Shape__Length": 92.887937410488306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1689290112039, 39.987227743422601 ], [ -75.168939687434204, 39.987181719818899 ], [ -75.169164683168304, 39.987213973084003 ], [ -75.169290050594597, 39.9872319448627 ], [ -75.169279621377598, 39.987277523540897 ], [ -75.169156499037896, 39.987260036975599 ], [ -75.1689290112039, 39.987227743422601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3059, "ADDRESS": "2338 N FAIRHILL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191363700", "LNIADDRESSKEY": "730720", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.3046875, "Shape__Length": 62.861862128253946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142723798351597, 39.987148422052201 ], [ -75.142731744027998, 39.987107931548699 ], [ -75.142893680496599, 39.9871295674685 ], [ -75.142957594808493, 39.9871372746289 ], [ -75.142948437647405, 39.987178203905202 ], [ -75.142723798351597, 39.987148422052201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3060, "ADDRESS": "3136 EUCLID AVE", "OWNER1": "HOLMES TERRENCE R", "OWNER2": "HOLMES TRINA L", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323016000", "LNIADDRESSKEY": "140134", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.625, "Shape__Length": 67.883309204008356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185568944037996, 39.984813139952401 ], [ -75.185610007147403, 39.984620798874801 ], [ -75.185615281364093, 39.984621560942102 ], [ -75.185659736768997, 39.984627938888103 ], [ -75.185622885980294, 39.984798645136102 ], [ -75.185619812077903, 39.984819564336597 ], [ -75.185568944037996, 39.984813139952401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3061, "ADDRESS": "2216-40 N 9TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885432660", "LNIADDRESSKEY": "647548", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "I-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 5807.08984375, "Shape__Length": 305.98476937066835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147781119163596, 39.9855601913806 ], [ -75.148399746919793, 39.9856413228664 ], [ -75.148278705745795, 39.986205855808798 ], [ -75.147660613257798, 39.986125411687603 ], [ -75.147781119163596, 39.9855601913806 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3062, "ADDRESS": "2331 N 21ST ST", "OWNER1": "RFUND INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162179400", "LNIADDRESSKEY": "672318", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.0703125, "Shape__Length": 76.134333657591313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166750561744195, 39.990079349346601 ], [ -75.166759831324399, 39.990036212409301 ], [ -75.167040436653906, 39.990072784645903 ], [ -75.167030362683604, 39.990116709908001 ], [ -75.166750561744195, 39.990079349346601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3063, "ADDRESS": "2350 N 19TH ST", "OWNER1": "J & J HOME INVESTMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162088400", "LNIADDRESSKEY": "668198", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.10546875, "Shape__Length": 64.099636433712618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163672459100198, 39.990088841838599 ], [ -75.1636813782074, 39.990047807837399 ], [ -75.163911864915605, 39.990079099104598 ], [ -75.163903141784104, 39.990119412218696 ], [ -75.163672459100198, 39.990088841838599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3064, "ADDRESS": "1549 S 58TH ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885583980", "LNIADDRESSKEY": "698385", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.34765625, "Shape__Length": 86.78862064731905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232291772184197, 39.939481342434703 ], [ -75.232545501254506, 39.939303584988103 ], [ -75.232574085253503, 39.939335242698398 ], [ -75.232325113069507, 39.9395089622966 ], [ -75.232291772184197, 39.939481342434703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3065, "ADDRESS": "1433 S FALLON ST", "OWNER1": "PASCHALL HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273036200", "LNIADDRESSKEY": "284075|751649", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.4453125, "Shape__Length": 50.993341831033291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210881406069802, 39.940972367635098 ], [ -75.211012172694893, 39.940879077012802 ], [ -75.211046989138197, 39.9409090559788 ], [ -75.210915127353005, 39.941000211798197 ], [ -75.210881406069802, 39.940972367635098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3066, "ADDRESS": "2323 N 27TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281059910", "LNIADDRESSKEY": "679861", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.6796875, "Shape__Length": 66.464925045911741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176399095844204, 39.991225030684703 ], [ -75.176393610442801, 39.991224343432997 ], [ -75.176385975632101, 39.991223382734098 ], [ -75.176380824023397, 39.991222735627801 ], [ -75.176389859587303, 39.991181751850803 ], [ -75.176401955787298, 39.991183296876002 ], [ -75.176631062829003, 39.991212548103299 ], [ -75.176622040242407, 39.9912531931814 ], [ -75.176399095844204, 39.991225030684703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3067, "ADDRESS": "2309 N 6TH ST", "OWNER1": "JAMES ROBINSON", "OWNER2": "RUBY L", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191373400", "LNIADDRESSKEY": "639393", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.765625, "Shape__Length": 57.264795382279281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143140418822497, 39.986517584561199 ], [ -75.143147299175894, 39.986485194802597 ], [ -75.143358542756204, 39.986513398944197 ], [ -75.143351579720402, 39.986545771067497 ], [ -75.143140418822497, 39.986517584561199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3068, "ADDRESS": "2006 N VAN PELT ST", "OWNER1": "FUENTES LUIS", "OWNER2": "POLLOCK JERSON", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322079301", "LNIADDRESSKEY": "586200", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.73046875, "Shape__Length": 65.17496409846818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169126234351396, 39.985123901342 ], [ -75.169134480106493, 39.985086689051101 ], [ -75.1693736922672, 39.985118536433397 ], [ -75.169364748162096, 39.985157022612398 ], [ -75.169126234351396, 39.985123901342 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3069, "ADDRESS": "2119 N 29TH ST", "OWNER1": "THRONTON DUDLEY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323235700", "LNIADDRESSKEY": "682048", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.82421875, "Shape__Length": 65.507823501275695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180111283381507, 39.988288041781601 ], [ -75.180120540374304, 39.9882494166146 ], [ -75.180359218047599, 39.988282485680898 ], [ -75.180351285988095, 39.988320963704098 ], [ -75.180111283381507, 39.988288041781601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3070, "ADDRESS": "427 W NORRIS ST", "OWNER1": "GEHRET PAUL M", "OWNER2": "MCCORD JESSICA L", "BLDG_DESC": "ROW 3STY FRAME", "OPA_ID": "183208300", "LNIADDRESSKEY": "452214", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.35546875, "Shape__Length": 54.638724983365528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141711184479504, 39.981480092699798 ], [ -75.141742935182904, 39.981327191118901 ], [ -75.141785550667706, 39.9813328021635 ], [ -75.141753793877797, 39.981485864673502 ], [ -75.141711184479504, 39.981480092699798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3071, "ADDRESS": "807 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243147100", "LNIADDRESSKEY": "685896", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.609375, "Shape__Length": 82.475492023476122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197947772327694, 39.968433216325899 ], [ -75.198257749471296, 39.968400327475401 ], [ -75.198265927095306, 39.968443629224602 ], [ -75.197955067733602, 39.968476579570201 ], [ -75.197947772327694, 39.968433216325899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3072, "ADDRESS": "2011 N 20TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321287001", "LNIADDRESSKEY": "670092", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.4453125, "Shape__Length": 73.729282553967266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1660055167265, 39.984748098618503 ], [ -75.166014547034493, 39.984701892901299 ], [ -75.166281428456202, 39.984737819509299 ], [ -75.166271454724594, 39.984783505067803 ], [ -75.1660055167265, 39.984748098618503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3073, "ADDRESS": "747 E HILTON ST", "OWNER1": "FINBERG LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331059200", "LNIADDRESSKEY": "344795", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.8515625, "Shape__Length": 50.887322543831715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115978359462105, 39.997370238514499 ], [ -75.116027260958901, 39.997376648540097 ], [ -75.115998884687997, 39.9975121801684 ], [ -75.115950219658998, 39.997505598731898 ], [ -75.115978359462105, 39.997370238514499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3074, "ADDRESS": "3010 W DAUPHIN ST", "OWNER1": "MOORE WILLIAM A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282295600", "LNIADDRESSKEY": "110782", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.31640625, "Shape__Length": 78.657932032697872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181943744809203, 39.991178091374898 ], [ -75.181989203181899, 39.990955236711898 ], [ -75.182046760222903, 39.990962231206602 ], [ -75.182002103569502, 39.991185457471701 ], [ -75.181943744809203, 39.991178091374898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3075, "ADDRESS": "903 N MAY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062404500", "LNIADDRESSKEY": "420464", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.9609375, "Shape__Length": 46.174644277061645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215123218201796, 39.969511865610897 ], [ -75.2151308651856, 39.969511309237397 ], [ -75.215128828804396, 39.9694990782139 ], [ -75.215150348828502, 39.9694972808432 ], [ -75.215288258291807, 39.969486786422301 ], [ -75.215292349460498, 39.969517504067198 ], [ -75.215137946509799, 39.969529245799301 ], [ -75.215126134395106, 39.969529742821301 ], [ -75.215123218201796, 39.969511865610897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3076, "ADDRESS": "1429 OGDEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152311510", "LNIADDRESSKEY": "456348", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.7109375, "Shape__Length": 59.050207230302973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160936055341693, 39.969920095238102 ], [ -75.160944430258397, 39.969880677755697 ], [ -75.160953260213503, 39.969839191443597 ], [ -75.160961889073405, 39.969798602736802 ], [ -75.161015645204301, 39.969805296089802 ], [ -75.160982225465801, 39.9699647901435 ], [ -75.160927966508893, 39.969957536937997 ], [ -75.160936055341693, 39.969920095238102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3077, "ADDRESS": "619 CANTRELL ST", "OWNER1": "BIG RENTALS INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393058100", "LNIADDRESSKEY": "63966", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.109375, "Shape__Length": 50.513386328882262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157321305857195, 39.922502682680502 ], [ -75.157349799503805, 39.9223715146438 ], [ -75.157402671750006, 39.922378415820504 ], [ -75.157374164479506, 39.922509406735102 ], [ -75.157321305857195, 39.922502682680502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3078, "ADDRESS": "4801 N 7TH ST", "OWNER1": "LOHIDAJAT FELIX", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491203200", "LNIADDRESSKEY": "643385", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.671875, "Shape__Length": 72.559017371769897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136397459648805, 40.024839124399698 ], [ -75.136371991650293, 40.024835675006798 ], [ -75.136381827308199, 40.024792617117498 ], [ -75.136407173138196, 40.024795966868098 ], [ -75.136641995173704, 40.024826957468903 ], [ -75.136646021184703, 40.024827484958998 ], [ -75.136637467793804, 40.024866123249701 ], [ -75.136636276213395, 40.024871463973902 ], [ -75.136397459648805, 40.024839124399698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3079, "ADDRESS": "2939 WHARTON ST", "OWNER1": "NGO HA THE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362080700", "LNIADDRESSKEY": "610525", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.375, "Shape__Length": 54.740021778429281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193264828800693, 39.937681395559402 ], [ -75.193296642615294, 39.9375326264134 ], [ -75.193344684304293, 39.937538661912598 ], [ -75.193313204616103, 39.937688002774102 ], [ -75.193264828800693, 39.937681395559402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3080, "ADDRESS": "708 N 40TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061167510", "LNIADDRESSKEY": "686221", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 534.95703125, "Shape__Length": 114.18917713305687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2028229946376, 39.965559814414902 ], [ -75.203050925097699, 39.965531217204003 ], [ -75.203226597995993, 39.9655124034511 ], [ -75.203242073128607, 39.965593038830903 ], [ -75.203096842351002, 39.965608949115399 ], [ -75.202919576952198, 39.965628887367401 ], [ -75.202837798030899, 39.965637663231597 ], [ -75.2028229946376, 39.965559814414902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3081, "ADDRESS": "2520 N HOWARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192017601", "LNIADDRESSKEY": "731675", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.76171875, "Shape__Length": 52.249240337094719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132575284413605, 39.988527899420397 ], [ -75.132756287888597, 39.988552935308803 ], [ -75.132748174258495, 39.9885910517337 ], [ -75.132567147946204, 39.988566643779002 ], [ -75.132575284413605, 39.988527899420397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3082, "ADDRESS": "2651 KENSINGTON AVE", "OWNER1": "METROPOLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "311050600", "LNIADDRESSKEY": "368567", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.01171875, "Shape__Length": 62.646117594053877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125679320968402, 39.989409641653701 ], [ -75.125731176119501, 39.989382875180297 ], [ -75.125855805138897, 39.989523406077403 ], [ -75.125810181174998, 39.989547800083201 ], [ -75.125750189294607, 39.989485784825497 ], [ -75.125698719152894, 39.989432073621998 ], [ -75.125679320968402, 39.989409641653701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3083, "ADDRESS": "3013 RIDGE AVE", "OWNER1": "VERGAUX PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323047400", "LNIADDRESSKEY": "504340", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.8671875, "Shape__Length": 62.822213948448571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182599745855896, 39.988346665422398 ], [ -75.182632714862606, 39.988379240080597 ], [ -75.182473545236306, 39.988479715835801 ], [ -75.1824263455254, 39.988473792270298 ], [ -75.182415544393095, 39.988462943505503 ], [ -75.182599745855896, 39.988346665422398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3084, "ADDRESS": "3762 N 10TH ST", "OWNER1": "C O B I C ENTERPRISE INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432363500", "LNIADDRESSKEY": "650041", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.6328125, "Shape__Length": 84.216221157730089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144130625004095, 40.009860218515598 ], [ -75.144140301194398, 40.009815673170998 ], [ -75.144456754356199, 40.009854111630702 ], [ -75.144448164700293, 40.009896569887999 ], [ -75.144130625004095, 40.009860218515598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3085, "ADDRESS": "3220 W YORK ST", "OWNER1": "WILLIAMS CHARLES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282344100", "LNIADDRESSKEY": "629522", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.88671875, "Shape__Length": 52.709126083287124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1850282748306, 39.992964424590902 ], [ -75.185078684624401, 39.992970387207002 ], [ -75.185050132198, 39.993111504943101 ], [ -75.185000432561793, 39.993105075019997 ], [ -75.1850282748306, 39.992964424590902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3086, "ADDRESS": "1225 W WILLIAM ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372368901", "LNIADDRESSKEY": "614201", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.94140625, "Shape__Length": 63.817994276152348 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151056560634402, 39.996359157742802 ], [ -75.151094461556497, 39.996181020520098 ], [ -75.151144940525796, 39.996187853328898 ], [ -75.151106537886207, 39.996365979206203 ], [ -75.151056560634402, 39.996359157742802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3087, "ADDRESS": "8528 LUTHER PL", "OWNER1": "SMITH EDWARD J", "OWNER2": "WIDOWER", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "405222600", "LNIADDRESSKEY": "403280", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19153", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1249.26953125, "Shape__Length": 142.30997689495754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2479428479229, 39.8916193264048 ], [ -75.248230619637198, 39.891779291560297 ], [ -75.248073542512699, 39.891954046464598 ], [ -75.247777356349602, 39.891802103011599 ], [ -75.2479428479229, 39.8916193264048 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3088, "ADDRESS": "5109 N WARNOCK ST", "OWNER1": "MELENDEZ JUAN F", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "492197000", "LNIADDRESSKEY": "598402", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 319.4140625, "Shape__Length": 79.509549773061991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140024659926596, 40.0301347114941 ], [ -75.140152569348103, 40.030151755301098 ], [ -75.140277332336794, 40.030169355928102 ], [ -75.140260926613607, 40.030244247676997 ], [ -75.140006938877605, 40.030210539666399 ], [ -75.140024659926596, 40.0301347114941 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3089, "ADDRESS": "77-79 E WISTER ST", "OWNER1": "PAKAL PROPERTY", "OWNER2": null, "BLDG_DESC": "HSE WORSHIP ALL 1 STY MAS", "OPA_ID": "776294000", "LNIADDRESSKEY": "619727", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 4063.15625, "Shape__Length": 362.36441365917045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163759810443096, 40.032017387612598 ], [ -75.1636145062091, 40.031933822748599 ], [ -75.163501048812606, 40.031868625778898 ], [ -75.163224455438595, 40.031711272616 ], [ -75.163230256535499, 40.031699378114801 ], [ -75.163441008146606, 40.031820864615902 ], [ -75.1634527426246, 40.031827125140197 ], [ -75.163459832434697, 40.0318298155345 ], [ -75.163463090932893, 40.031831275355103 ], [ -75.163467981734399, 40.031828387376898 ], [ -75.163473283637202, 40.031822977933501 ], [ -75.163509387979303, 40.031786828058301 ], [ -75.163593444785306, 40.031703463718401 ], [ -75.163364869212003, 40.0315676970665 ], [ -75.163459918029602, 40.031468283295297 ], [ -75.163660217020706, 40.031586695801799 ], [ -75.163714703457501, 40.031528955931599 ], [ -75.163728184674298, 40.031536514930302 ], [ -75.163768944584703, 40.031559774561103 ], [ -75.163808962671993, 40.031582662698099 ], [ -75.163848516198797, 40.031605669880399 ], [ -75.163890470713099, 40.031628956365999 ], [ -75.163931550480797, 40.0316515147167 ], [ -75.1639717380109, 40.031673842349797 ], [ -75.164013531851793, 40.031697464177199 ], [ -75.1640205866819, 40.031701072783399 ], [ -75.164202334181198, 40.031803414856398 ], [ -75.164133655200104, 40.031871152013998 ], [ -75.164077795932499, 40.031926087173197 ], [ -75.164046016558899, 40.031957709022599 ], [ -75.164012908933103, 40.031990620941997 ], [ -75.163902835701506, 40.032099095561499 ], [ -75.163759810443096, 40.032017387612598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3090, "ADDRESS": "2339 N 27TH ST", "OWNER1": "FLORENCE A WHITE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281060700", "LNIADDRESSKEY": "679877", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.2421875, "Shape__Length": 58.698343076416364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1762978233903, 39.991797526577699 ], [ -75.176306262617103, 39.991754547207996 ], [ -75.176510643807205, 39.991780455583701 ], [ -75.176501980841493, 39.991823237357899 ], [ -75.1762978233903, 39.991797526577699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3091, "ADDRESS": "2119 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321259801", "LNIADDRESSKEY": "668045", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 240.89453125, "Shape__Length": 84.680541942534774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164011674007099, 39.9862501150401 ], [ -75.164020298150803, 39.986204158211201 ], [ -75.164336056996603, 39.986245493973698 ], [ -75.1643256879902, 39.986291637892201 ], [ -75.164011674007099, 39.9862501150401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3092, "ADDRESS": "524 EDGLEY ST", "OWNER1": "MUTTER STREET PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191386100", "LNIADDRESSKEY": "730584", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.2265625, "Shape__Length": 39.702291630237319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142855149993807, 39.983385769357298 ], [ -75.142878912883603, 39.983285333891999 ], [ -75.142923236547205, 39.983291256973502 ], [ -75.142911048329793, 39.983342354122101 ], [ -75.142899146210993, 39.983392024017597 ], [ -75.142855149993807, 39.983385769357298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3093, "ADDRESS": "1684 N 54TH ST", "OWNER1": "CURRY JANETTE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041290000", "LNIADDRESSKEY": "693820", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.7578125, "Shape__Length": 89.925645988499383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230544573865998, 39.9782865293651 ], [ -75.230202143837104, 39.978325303182302 ], [ -75.230193766820705, 39.978281509901898 ], [ -75.230536196591899, 39.978242737234901 ], [ -75.230544573865998, 39.9782865293651 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3094, "ADDRESS": "2361 N VAN PELT ST", "OWNER1": "BLACKMON MARIO A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162194100", "LNIADDRESSKEY": "586393", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.8671875, "Shape__Length": 50.657747072517516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167360153649, 39.990660259390303 ], [ -75.167365522852606, 39.990634815043499 ], [ -75.167368003109701, 39.990623038279203 ], [ -75.167540835936293, 39.990645657987599 ], [ -75.1675340984375, 39.990686177061498 ], [ -75.167360153649, 39.990660259390303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3095, "ADDRESS": "6054 REINHARD ST", "OWNER1": "WESLEY DOUGLAS J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401281300", "LNIADDRESSKEY": "500480", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.140625, "Shape__Length": 60.495442119786802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230788749159899, 39.931189721676297 ], [ -75.230829968983201, 39.931160547365302 ], [ -75.230974307160196, 39.931284549511098 ], [ -75.230934032552994, 39.9313125350482 ], [ -75.230788749159899, 39.931189721676297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3096, "ADDRESS": "2020 S 61ST ST", "OWNER1": "JEREMIAH P GLAVIN", "OWNER2": "GRACE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401146600", "LNIADDRESSKEY": "701246", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.265625, "Shape__Length": 59.560304555830484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231831024132902, 39.930623863193098 ], [ -75.231827335220601, 39.930621123124197 ], [ -75.231809924600299, 39.930611262329002 ], [ -75.231791595440399, 39.930600172899098 ], [ -75.231852697622003, 39.930559925717901 ], [ -75.231915947989904, 39.930514842272103 ], [ -75.231951095494196, 39.930490177755999 ], [ -75.231983093682402, 39.930517154535401 ], [ -75.231989774065298, 39.930522782655203 ], [ -75.231935432225896, 39.930560856027498 ], [ -75.231927319604793, 39.930566206636598 ], [ -75.231903128026403, 39.9305828112808 ], [ -75.231889664534805, 39.930592413102701 ], [ -75.2318597619863, 39.930613985222102 ], [ -75.231851102334304, 39.930619372242901 ], [ -75.231836036017398, 39.930627616651101 ], [ -75.231831024132902, 39.930623863193098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3097, "ADDRESS": "2201 N DELHI ST", "OWNER1": "VILLAGE OF ARTS AND HUMANITIES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371137200", "LNIADDRESSKEY": "730511", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.734375, "Shape__Length": 47.327860482380466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1482892542992, 39.9853916998538 ], [ -75.148296469169495, 39.985353224276999 ], [ -75.148456099932702, 39.985374284305102 ], [ -75.148449104603301, 39.985412458519399 ], [ -75.148393065758, 39.985405434106603 ], [ -75.148291213841304, 39.985391953761599 ], [ -75.1482892542992, 39.9853916998538 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3098, "ADDRESS": "2459 N GARNET ST", "OWNER1": "MOORE CARL S JR", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "162100300", "LNIADDRESSKEY": "306801", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.57421875, "Shape__Length": 49.834609700092706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163579698354198, 39.991673684402997 ], [ -75.163588214971099, 39.991634382548298 ], [ -75.1637573725653, 39.991657232577801 ], [ -75.163749215884295, 39.9916964287996 ], [ -75.163579698354198, 39.991673684402997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3099, "ADDRESS": "1330 PARRISH ST", "OWNER1": "BLUSTEIN DOV", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141379100", "LNIADDRESSKEY": "471288", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.15625, "Shape__Length": 71.974434818928955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159016882248807, 39.968683599585198 ], [ -75.1590751979153, 39.968545430994503 ], [ -75.159098667018895, 39.9684898478165 ], [ -75.159153623845498, 39.968503484490498 ], [ -75.159072040155493, 39.968696918721797 ], [ -75.159016882248807, 39.968683599585198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3100, "ADDRESS": "1743 W LIPPINCOTT ST", "OWNER1": "READ T", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111125600", "LNIADDRESSKEY": "394991", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.296875, "Shape__Length": 51.204324397010367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159003755681596, 40.001892267686699 ], [ -75.159053436953002, 40.001898756786098 ], [ -75.159034358859898, 40.001985647094997 ], [ -75.159024548067606, 40.002034543459899 ], [ -75.158975089903294, 40.002028268872202 ], [ -75.159003755681596, 40.001892267686699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3101, "ADDRESS": "1826 N 24TH ST", "OWNER1": "WAYNE DEVELOPMENT GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322148100", "LNIADDRESSKEY": "676565", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.55078125, "Shape__Length": 70.80395852305378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173647898471302, 39.9832090357231 ], [ -75.173657104516593, 39.9831657347301 ], [ -75.173913383012206, 39.983201051975399 ], [ -75.173904392747701, 39.983244728370302 ], [ -75.173647898471302, 39.9832090357231 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3102, "ADDRESS": "4517 N MARVINE ST", "OWNER1": "VELAZQUEZ ANEUDY GARCIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491416800", "LNIADDRESSKEY": "416979", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.03515625, "Shape__Length": 77.618627553933536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143537105607805, 40.021331598758501 ], [ -75.143547506701793, 40.021287875180199 ], [ -75.143835254732906, 40.0213260984398 ], [ -75.143824308882998, 40.021368181081897 ], [ -75.143537105607805, 40.021331598758501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3103, "ADDRESS": "837 SLOAN ST", "OWNER1": "ANDERSON ROBERT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243156700", "LNIADDRESSKEY": "538634", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.3828125, "Shape__Length": 44.518604435621995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202588433590293, 39.968843465318898 ], [ -75.202729192091695, 39.968829083679601 ], [ -75.202737165452106, 39.968872913229603 ], [ -75.202597339040906, 39.9688881208467 ], [ -75.202588433590293, 39.968843465318898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3104, "ADDRESS": "5518 WESTMINSTER AVE", "OWNER1": "WELSH ROBERT L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041055600", "LNIADDRESSKEY": "608353", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.40625, "Shape__Length": 52.183752891851178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230566292839896, 39.967400241958103 ], [ -75.2305657660565, 39.967394120509198 ], [ -75.2306147668492, 39.967388474996 ], [ -75.230615963594403, 39.967391805677302 ], [ -75.230622947706394, 39.967391588492298 ], [ -75.230644394728401, 39.967523352598398 ], [ -75.230587173689003, 39.967528640812603 ], [ -75.230566292839896, 39.967400241958103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3105, "ADDRESS": "3829 FAIRMOUNT AVE", "OWNER1": "COMMONWEALTH IMPROVEMENT FUND LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243013200", "LNIADDRESSKEY": "283592", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.30859375, "Shape__Length": 83.924008551906866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198731490347996, 39.965697165432402 ], [ -75.1987863511401, 39.965691743740997 ], [ -75.198833769977497, 39.9659346899874 ], [ -75.198777950147601, 39.965941089371597 ], [ -75.198731490347996, 39.965697165432402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3106, "ADDRESS": "1456 N FRAZIER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043083850", "LNIADDRESSKEY": "300995", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.69140625, "Shape__Length": 50.804199984564988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234405318603393, 39.974553779274203 ], [ -75.234581577856702, 39.974534737478798 ], [ -75.234585024014393, 39.974553705759703 ], [ -75.234588590630295, 39.974572820840002 ], [ -75.234412329817502, 39.974591862613998 ], [ -75.234405318603393, 39.974553779274203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3107, "ADDRESS": "5001 N FRANKLIN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491230900", "LNIADDRESSKEY": "300244", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.85546875, "Shape__Length": 63.679611133872207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136451680519997, 40.027913064588198 ], [ -75.136461029726206, 40.027867963812902 ], [ -75.136466453484402, 40.027868684172397 ], [ -75.136683993463294, 40.027897863156603 ], [ -75.136674314786305, 40.027942278429997 ], [ -75.136674086269096, 40.027943304900397 ], [ -75.136456623954501, 40.027913741354901 ], [ -75.136451680519997, 40.027913064588198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3108, "ADDRESS": "2209 N 8TH ST", "OWNER1": "AHM PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371096500", "LNIADDRESSKEY": "645110", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.8125, "Shape__Length": 68.225974561180607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146391616234695, 39.985299275137301 ], [ -75.146636948978298, 39.985332502819801 ], [ -75.146627065736297, 39.985375479203903 ], [ -75.146380864098703, 39.985341959233502 ], [ -75.146391616234695, 39.985299275137301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3109, "ADDRESS": "638 W ROCKLAND ST", "OWNER1": "194 ROOSEVELT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491109600", "LNIADDRESSKEY": "512742", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 505.01171875, "Shape__Length": 98.76532890605273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135638998993201, 40.026078894707801 ], [ -75.135664972573807, 40.025839008677501 ], [ -75.135805353561096, 40.025857534184503 ], [ -75.1357556040942, 40.026093591386299 ], [ -75.135638998993201, 40.026078894707801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3110, "ADDRESS": "3002 N 11TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372235301", "LNIADDRESSKEY": "652102", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.07421875, "Shape__Length": 60.145247051725249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148314457845999, 39.997955134854102 ], [ -75.148528382716705, 39.997982712493602 ], [ -75.148519674278006, 39.998022911236198 ], [ -75.148465699890494, 39.998016465485698 ], [ -75.148305929363005, 39.997995564043201 ], [ -75.148314457845999, 39.997955134854102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3111, "ADDRESS": "7019 UPLAND ST", "OWNER1": "KAMARA AYUBA FUMBA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403256900", "LNIADDRESSKEY": "584075", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 415.62890625, "Shape__Length": 102.15965925403766 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243912308928401, 39.921837898087503 ], [ -75.243964649016206, 39.921801531398003 ], [ -75.243980160281097, 39.921790764529902 ], [ -75.244226483739595, 39.921999832994999 ], [ -75.244159388616595, 39.922046886368499 ], [ -75.243912308928401, 39.921837898087503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3112, "ADDRESS": "1947 N ORIANNA ST", "OWNER1": "ETHEL GREGG", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183310200", "LNIADDRESSKEY": "461446", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.36328125, "Shape__Length": 44.301406846347732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140111246649397, 39.980476714108903 ], [ -75.140118075790099, 39.980445145525501 ], [ -75.140272525672799, 39.980465422539801 ], [ -75.140265090905999, 39.980498009029802 ], [ -75.140111246649397, 39.980476714108903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3113, "ADDRESS": "2350 N 26TH ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "885258240", "LNIADDRESSKEY": "678897", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.63671875, "Shape__Length": 62.504891433394249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175263825547304, 39.991848375445002 ], [ -75.175242365493105, 39.991845588595901 ], [ -75.175146643089406, 39.991833124746897 ], [ -75.175052652914303, 39.991820893394703 ], [ -75.175062237302399, 39.991774263659202 ], [ -75.175267810740607, 39.991800733726102 ], [ -75.175277824449594, 39.991801941577897 ], [ -75.175268725552996, 39.991849016956799 ], [ -75.175263825547304, 39.991848375445002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3114, "ADDRESS": "300-06 E HAINES ST", "OWNER1": "PHILA HOUSING AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591155515", "LNIADDRESSKEY": "329841", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-2", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 742.59765625, "Shape__Length": 110.02350643286141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1726712334289, 40.042098817242902 ], [ -75.172642527875894, 40.042082634098897 ], [ -75.172778615716993, 40.041954101641203 ], [ -75.172996180322997, 40.0420852167166 ], [ -75.172862148021395, 40.042214842970601 ], [ -75.1726712334289, 40.042098817242902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3115, "ADDRESS": "6037 REINHARD ST", "OWNER1": "GREEN RHONDA K", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401272300", "LNIADDRESSKEY": "500463", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.7421875, "Shape__Length": 59.232112469766427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230634952671707, 39.931633804169202 ], [ -75.230675257710104, 39.931605045667702 ], [ -75.230816163935799, 39.931725668197203 ], [ -75.230775866643597, 39.931754217436797 ], [ -75.230634952671707, 39.931633804169202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3116, "ADDRESS": "2134 N 3RD ST", "OWNER1": "RESAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191179401", "LNIADDRESSKEY": "632530", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.50390625, "Shape__Length": 54.313542794173081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139257580983795, 39.983396145009998 ], [ -75.139265372658002, 39.983357570380299 ], [ -75.139455814951006, 39.983382003141799 ], [ -75.139446980806099, 39.983421038369102 ], [ -75.139257580983795, 39.983396145009998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3117, "ADDRESS": "825 N 40TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243160010", "LNIADDRESSKEY": "686300", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.04296875, "Shape__Length": 76.078839799368041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202808599521902, 39.9681539837052 ], [ -75.203089405650601, 39.968120675327299 ], [ -75.203097700549606, 39.968164834096001 ], [ -75.202816189636394, 39.968196868824897 ], [ -75.202808599521902, 39.9681539837052 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3118, "ADDRESS": "1830 N 22ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322090700", "LNIADDRESSKEY": "673955", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 304.484375, "Shape__Length": 93.295904417440852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170501133961693, 39.982705326287501 ], [ -75.1705128216867, 39.982653054249703 ], [ -75.170855584453506, 39.982701428309902 ], [ -75.170844922025907, 39.982754851937997 ], [ -75.170638214714202, 39.982725881281603 ], [ -75.170501133961693, 39.982705326287501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3119, "ADDRESS": "3901 WYALUSING AVE", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243189400", "LNIADDRESSKEY": "625632", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.3359375, "Shape__Length": 45.332003410423106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2015742544245, 39.972700121267401 ], [ -75.201529909538607, 39.972704940023398 ], [ -75.201508857779899, 39.972583058707798 ], [ -75.201550787063596, 39.972579025374898 ], [ -75.2015742544245, 39.972700121267401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3120, "ADDRESS": "1912 N ORIANNA ST", "OWNER1": "BROWER LUKE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183314600", "LNIADDRESSKEY": "461411", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.421875, "Shape__Length": 55.842022567153393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140648410133295, 39.9799939655842 ], [ -75.140633579011407, 39.979992226147097 ], [ -75.140494584334903, 39.979973284268702 ], [ -75.140505375582904, 39.9799258463934 ], [ -75.140683869576407, 39.979950200487401 ], [ -75.140675011365801, 39.9799860433669 ], [ -75.140657886860097, 39.979982912643003 ], [ -75.140654604530894, 39.979990914554797 ], [ -75.140662767476599, 39.979996033256803 ], [ -75.140648410133295, 39.9799939655842 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3121, "ADDRESS": "1750 N CROSKEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472183400", "LNIADDRESSKEY": "103895", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.59375, "Shape__Length": 49.259817351724081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171526223721798, 39.981640420661002 ], [ -75.171535831689795, 39.981599289020401 ], [ -75.171699929759399, 39.98162180357 ], [ -75.171690470602599, 39.981662874368197 ], [ -75.171526223721798, 39.981640420661002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3122, "ADDRESS": "1224 PENNOCK ST", "OWNER1": "SHIPP GEORGE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292087600", "LNIADDRESSKEY": "478300", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 78.4765625, "Shape__Length": 41.594730678880865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181285581781296, 39.9749610044571 ], [ -75.181426509327693, 39.974978634846302 ], [ -75.181418443058703, 39.975012434787502 ], [ -75.181278556005907, 39.974994424478901 ], [ -75.181285581781296, 39.9749610044571 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3123, "ADDRESS": "1402 N 30TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292297900", "LNIADDRESSKEY": "682818", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.5390625, "Shape__Length": 60.487385277977218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184500140522402, 39.977952925384997 ], [ -75.184509741867899, 39.977908955639201 ], [ -75.184720630440097, 39.977936269551201 ], [ -75.184710747969305, 39.977979895148799 ], [ -75.184500140522402, 39.977952925384997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3124, "ADDRESS": "1450 N 27TH ST", "OWNER1": "KENNY EVANS JESSICA R", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292061800", "LNIADDRESSKEY": "679608", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.296875, "Shape__Length": 63.374270388818204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179843300495605, 39.978423721299897 ], [ -75.179706492351997, 39.9784055686955 ], [ -75.179661839200094, 39.978399507147998 ], [ -75.179611168465598, 39.978392457092603 ], [ -75.179619575278906, 39.978355263563003 ], [ -75.179851081871902, 39.978386416890203 ], [ -75.179843300495605, 39.978423721299897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3125, "ADDRESS": "2170 N FRANKLIN ST", "OWNER1": "MOGUL TIER LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202074600", "LNIADDRESSKEY": "299297", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.26953125, "Shape__Length": 66.687673936191999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146222289676302, 39.984866530905499 ], [ -75.146230461543297, 39.984827755029102 ], [ -75.146475428875505, 39.984859507270002 ], [ -75.1464665199384, 39.984898379067999 ], [ -75.146352492594602, 39.984883315423502 ], [ -75.146319587078594, 39.984879054945402 ], [ -75.146304885066598, 39.984876093809298 ], [ -75.146294664638006, 39.984875427202198 ], [ -75.146247576424599, 39.984869974336299 ], [ -75.146222289676302, 39.984866530905499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3126, "ADDRESS": "4526 N BROAD ST", "OWNER1": "S 3 ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132008200", "LNIADDRESSKEY": "50821", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 330.28125, "Shape__Length": 95.851681877542475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148545708013103, 40.0223660724414 ], [ -75.148558958666399, 40.022309227749297 ], [ -75.148909511277594, 40.022353938141599 ], [ -75.148899133783402, 40.022403707373599 ], [ -75.148896941220102, 40.022410041428103 ], [ -75.148545708013103, 40.0223660724414 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3127, "ADDRESS": "2030 CHELTEN AVE", "OWNER1": "FULL CIRCLE NETWORK LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171328800", "LNIADDRESSKEY": "77472", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 326.0703125, "Shape__Length": 98.54576961697741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154339985692502, 40.051440052169099 ], [ -75.154410393244504, 40.051443028251803 ], [ -75.154388769103505, 40.051727538913497 ], [ -75.1543179265216, 40.0517238592128 ], [ -75.154339985692502, 40.051440052169099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3128, "ADDRESS": "1449 N FRAZIER ST", "OWNER1": "JACKSON DA'AYNE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043072100", "LNIADDRESSKEY": "300988", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.9296875, "Shape__Length": 50.041454583908397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234097812584906, 39.974442262222901 ], [ -75.234095818459096, 39.974431047288398 ], [ -75.234269868622604, 39.974412279649499 ], [ -75.234275763364494, 39.974447146748197 ], [ -75.234276158685603, 39.974449476603603 ], [ -75.234102435298993, 39.974468509328197 ], [ -75.234097812584906, 39.974442262222901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3129, "ADDRESS": "1536 W ERIE AVE", "OWNER1": "16TH TRANSFORMATION DEVEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131042300", "LNIADDRESSKEY": "138989", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 893.7265625, "Shape__Length": 124.83186097552813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154208707560599, 40.009482844963102 ], [ -75.154265260589199, 40.009209956261202 ], [ -75.154463511341604, 40.009235088502798 ], [ -75.154404869921507, 40.009507800549997 ], [ -75.154208707560599, 40.009482844963102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3130, "ADDRESS": "1242 N 4TH ST", "OWNER1": "WEXLER BRIAN ADAM", "OWNER2": null, "BLDG_DESC": "ROW 3STY MAS.+OTHER", "OPA_ID": "182227100", "LNIADDRESSKEY": "634384", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.97265625, "Shape__Length": 57.389671674369907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142964910394099, 39.971072150608599 ], [ -75.142974963513197, 39.971023648351199 ], [ -75.143166442638204, 39.971051889202698 ], [ -75.143156392317195, 39.9710986818477 ], [ -75.142964910394099, 39.971072150608599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3131, "ADDRESS": "2149 N REESE ST", "OWNER1": "IGNACIO MARRERO", "OWNER2": "MARTHA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191319300", "LNIADDRESSKEY": "498728", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.33203125, "Shape__Length": 45.056438489936887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142281015525995, 39.983999388526101 ], [ -75.142289616284799, 39.983960976276798 ], [ -75.1424384016738, 39.983981089936002 ], [ -75.142430934881105, 39.984019446866803 ], [ -75.142281015525995, 39.983999388526101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3132, "ADDRESS": "1431 N FRAZIER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043071200", "LNIADDRESSKEY": "300970", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.28515625, "Shape__Length": 49.888367057086995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234037600367799, 39.974114135347399 ], [ -75.234032952651802, 39.974088564562699 ], [ -75.234205480744905, 39.974068974171701 ], [ -75.234212675804201, 39.974106674130397 ], [ -75.234039985371098, 39.974126099922003 ], [ -75.234037600367799, 39.974114135347399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3133, "ADDRESS": "3108 N BROAD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "111141025", "LNIADDRESSKEY": "50540", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 282.58984375, "Shape__Length": 90.100564301845708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153357208541806, 40.000287814830997 ], [ -75.153689530949606, 40.000329521646897 ], [ -75.153679039918003, 40.000380755038698 ], [ -75.153346177261, 40.000338923350498 ], [ -75.153357208541806, 40.000287814830997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3134, "ADDRESS": "3610 MOUNT VERNON ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242061310", "LNIADDRESSKEY": "443208", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.52734375, "Shape__Length": 69.122935044900501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195066393886407, 39.964073634855602 ], [ -75.195062063619801, 39.964051744197597 ], [ -75.195081010879704, 39.964049247979403 ], [ -75.195104039883702, 39.964046295287702 ], [ -75.195138248330494, 39.964225679393699 ], [ -75.195142833587994, 39.964249703228496 ], [ -75.195100298018701, 39.964254414390297 ], [ -75.195095817478901, 39.964230408652902 ], [ -75.195066393886407, 39.964073634855602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3135, "ADDRESS": "2125 N 18TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321221700", "LNIADDRESSKEY": "665564", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.8046875, "Shape__Length": 69.468777282007835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162388031912599, 39.986489556839601 ], [ -75.162396477246403, 39.986449398619499 ], [ -75.162652476156097, 39.986482912244199 ], [ -75.162643042328099, 39.986522579667501 ], [ -75.162529122177304, 39.986507857889599 ], [ -75.162388031912599, 39.986489556839601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3136, "ADDRESS": "2423 N LAWRENCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191259500", "LNIADDRESSKEY": "384577", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.375, "Shape__Length": 48.985240793286465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139868487953507, 39.988008857613998 ], [ -75.140035829511405, 39.988031120522898 ], [ -75.140027749991702, 39.988068495926697 ], [ -75.139859775237497, 39.988046895501803 ], [ -75.139866850682495, 39.988013817677697 ], [ -75.139868487953507, 39.988008857613998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3137, "ADDRESS": "1519 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "182298101", "LNIADDRESSKEY": "639128", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.890625, "Shape__Length": 76.665208628549408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145366549711994, 39.974699208564203 ], [ -75.145377689462805, 39.974650779222401 ], [ -75.145654700856198, 39.974683003475 ], [ -75.145645124963494, 39.974730549290001 ], [ -75.145366549711994, 39.974699208564203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3138, "ADDRESS": "3816 WYALUSING AVE", "OWNER1": "JOHNSON LARRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243177910", "LNIADDRESSKEY": "625567", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.26171875, "Shape__Length": 57.953468488591554 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199679007261096, 39.9724363857339 ], [ -75.199708032677293, 39.972595760935597 ], [ -75.199657073958505, 39.972601479397099 ], [ -75.199630970578099, 39.972441282759704 ], [ -75.199679007261096, 39.9724363857339 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3139, "ADDRESS": "3050 W OXFORD ST", "OWNER1": "COLLIER TAHIRA", "OWNER2": "CULLOM CHRISTOPHER A", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292226300", "LNIADDRESSKEY": "467048", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.72265625, "Shape__Length": 77.130164926432116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185302106320293, 39.980687314488101 ], [ -75.185347937921094, 39.980469062311101 ], [ -75.185402588277, 39.9804756513551 ], [ -75.185405363089203, 39.980475987045203 ], [ -75.185395270483596, 39.980524636759398 ], [ -75.185358277936203, 39.980694679752503 ], [ -75.185302106320293, 39.980687314488101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3140, "ADDRESS": "5715 MARKET ST", "OWNER1": "PHILLIPS BRIAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042003200", "LNIADDRESSKEY": "411028", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.296875, "Shape__Length": 89.316874358399531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235362456456301, 39.9616965763595 ], [ -75.235409622213098, 39.9614766759505 ], [ -75.235416626551597, 39.961436273419899 ], [ -75.235473601945301, 39.961443679313298 ], [ -75.235418539849107, 39.961703769011102 ], [ -75.235362456456301, 39.9616965763595 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3141, "ADDRESS": "1508 S CLEVELAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363182505", "LNIADDRESSKEY": "90512", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.33203125, "Shape__Length": 50.029576290174433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175158383626396, 39.932377311569297 ], [ -75.175167385232101, 39.932335376655097 ], [ -75.175337019609998, 39.932358399285697 ], [ -75.175325117666503, 39.932397883663398 ], [ -75.175158383626396, 39.932377311569297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3142, "ADDRESS": "2944 GERMANTOWN AVE", "OWNER1": "BRICK AND MORTAR LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372205100", "LNIADDRESSKEY": "309472", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.5, "Shape__Length": 80.558691738809102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146904348879701, 39.997451997409797 ], [ -75.146900134644198, 39.997416503006903 ], [ -75.146899259243398, 39.997407632883103 ], [ -75.147205362027705, 39.997449409650201 ], [ -75.147196502121801, 39.997493006226598 ], [ -75.147091233171693, 39.997477965570603 ], [ -75.146904348879701, 39.997451997409797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3143, "ADDRESS": "3041 W SEDGLEY AVE", "OWNER1": "KENTUCKY HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323062000", "LNIADDRESSKEY": "528675", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.33203125, "Shape__Length": 60.706549488319567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184137650526495, 39.983875511555603 ], [ -75.184177144718007, 39.983848491371802 ], [ -75.184300875144203, 39.983958550833101 ], [ -75.184289414718904, 39.9840111669998 ], [ -75.184137650526495, 39.983875511555603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3144, "ADDRESS": "2604 RIDGE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322221401", "LNIADDRESSKEY": "504252", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 235.5703125, "Shape__Length": 89.873934821895929 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1771485266638, 39.983592761332901 ], [ -75.177217044204895, 39.983602276913999 ], [ -75.176948674381407, 39.983785941484797 ], [ -75.176907902343004, 39.983755335669798 ], [ -75.1771485266638, 39.983592761332901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3145, "ADDRESS": "2336 N 29TH ST", "OWNER1": "LEGACY LEAVERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282003800", "LNIADDRESSKEY": "682144", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.56640625, "Shape__Length": 66.446122201694934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179814378635399, 39.992011116263598 ], [ -75.179823601548406, 39.991969540663298 ], [ -75.180063135182394, 39.992000840712002 ], [ -75.180054190410004, 39.992042808864198 ], [ -75.179814378635399, 39.992011116263598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3146, "ADDRESS": "2741 W STERNER ST", "OWNER1": "WILLIE MAE TALTON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281397400", "LNIADDRESSKEY": "553740", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.6875, "Shape__Length": 48.19341119971925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176476884341099, 39.997439752147301 ], [ -75.176503107493104, 39.997313590251999 ], [ -75.176552716609194, 39.997320231257099 ], [ -75.176525159035407, 39.997446250619298 ], [ -75.176476884341099, 39.997439752147301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3147, "ADDRESS": "134 N 57TH ST", "OWNER1": "MT CARMEL HUMAN DEVELOPME", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042082401", "LNIADDRESSKEY": "696529", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.6171875, "Shape__Length": 75.140866816670908 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234490781869894, 39.963729250965301 ], [ -75.2344985812462, 39.963691154434997 ], [ -75.234781733465596, 39.9637258773787 ], [ -75.234773568633599, 39.963764756536698 ], [ -75.234490781869894, 39.963729250965301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3148, "ADDRESS": "2400 N OPAL ST", "OWNER1": "URBAN REVIVAL INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162126700", "LNIADDRESSKEY": "460306", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.2734375, "Shape__Length": 53.911545816284033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164726758526797, 39.990671354932303 ], [ -75.164722087795596, 39.990670733898298 ], [ -75.164557472797696, 39.990649197177802 ], [ -75.164567187394994, 39.990603217569799 ], [ -75.164567443216001, 39.990601997951501 ], [ -75.164731881892806, 39.990623240111397 ], [ -75.164737178401694, 39.990623923669403 ], [ -75.164744414183502, 39.990624860392799 ], [ -75.164734537567497, 39.990672368089797 ], [ -75.164726758526797, 39.990671354932303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3149, "ADDRESS": "5646 ADDISON ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "604133300", "LNIADDRESSKEY": "3447", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.26953125, "Shape__Length": 62.728690626620427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235832455568001, 39.953481062434001 ], [ -75.235887666508305, 39.953487882243998 ], [ -75.235855650682694, 39.953659706538502 ], [ -75.235801568118603, 39.953652959874198 ], [ -75.235832455568001, 39.953481062434001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3150, "ADDRESS": "3040 RUTH ST", "OWNER1": "ELI MAX LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252564600", "LNIADDRESSKEY": "521440", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.08984375, "Shape__Length": 51.909226642893145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117093149459507, 39.993937491481802 ], [ -75.117134245091407, 39.993915463503697 ], [ -75.117244640307604, 39.994026612496697 ], [ -75.117201930583505, 39.9940492161927 ], [ -75.117093149459507, 39.993937491481802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3151, "ADDRESS": "2922 RIDGE AVE", "OWNER1": "UNG IM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323039401", "LNIADDRESSKEY": "504308", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.140625, "Shape__Length": 68.005088424957265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181559820724104, 39.986995487630303 ], [ -75.181596732925897, 39.987024038869301 ], [ -75.181416785449002, 39.987161446847701 ], [ -75.181381370108397, 39.987133734328403 ], [ -75.181559820724104, 39.986995487630303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3152, "ADDRESS": "2151 N WOODSTOCK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322016701", "LNIADDRESSKEY": "624039", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.375, "Shape__Length": 60.217665320360368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166170586792703, 39.987406105854802 ], [ -75.166171778352606, 39.987399571038601 ], [ -75.166179407271201, 39.987364844223698 ], [ -75.166392238876, 39.987393460426397 ], [ -75.166382699957595, 39.987434866954999 ], [ -75.166170586792703, 39.987406105854802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3153, "ADDRESS": "801 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243146800", "LNIADDRESSKEY": "685891", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.3125, "Shape__Length": 81.246617614876271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197927614330894, 39.968304504147397 ], [ -75.1982340553309, 39.968270891378097 ], [ -75.198241374176703, 39.968313673973299 ], [ -75.197933237179797, 39.968345008918298 ], [ -75.197927614330894, 39.968304504147397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3154, "ADDRESS": "2644 N CORLIES ST", "OWNER1": "HENDRIX WORTHY E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282103900", "LNIADDRESSKEY": "98361", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.80078125, "Shape__Length": 51.691584646379184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180947388976605, 39.996695762656202 ], [ -75.180956408989104, 39.996656761573703 ], [ -75.181133961075602, 39.996683109448199 ], [ -75.181125387629706, 39.996721379455202 ], [ -75.180947388976605, 39.996695762656202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3155, "ADDRESS": "2138 N DOVER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323231200", "LNIADDRESSKEY": "122880", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.61328125, "Shape__Length": 48.978314725774318 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179859250967297, 39.988600650027301 ], [ -75.179868212283495, 39.988563226736403 ], [ -75.180035627286003, 39.988586078009497 ], [ -75.180027529114895, 39.988623406885502 ], [ -75.179859250967297, 39.988600650027301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3156, "ADDRESS": "2419 N 7TH ST", "OWNER1": "OLD KENSINGTON HOLDINGS L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371060301", "LNIADDRESSKEY": "642524", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.1328125, "Shape__Length": 76.760556055393138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1443064191578, 39.988622342713299 ], [ -75.144316071223301, 39.988578344213401 ], [ -75.144598013007695, 39.988615195772802 ], [ -75.144588290286507, 39.988659933778401 ], [ -75.1443064191578, 39.988622342713299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3157, "ADDRESS": "2251 N 19TH ST", "OWNER1": "PHILADELPHIA DEVELOPMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162072100", "LNIADDRESSKEY": "668136", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.11328125, "Shape__Length": 70.178555872238036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163586078562204, 39.988456695727699 ], [ -75.163595146119903, 39.988414489254502 ], [ -75.163850829802996, 39.9884466064835 ], [ -75.163841725113997, 39.988489215341197 ], [ -75.163586078562204, 39.988456695727699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3158, "ADDRESS": "943 BELMONT AVE", "OWNER1": "ADAMS IRMA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062332000", "LNIADDRESSKEY": "34879", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.5625, "Shape__Length": 82.533762637948172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211295508971702, 39.9710097058991 ], [ -75.211287652327798, 39.9709662028908 ], [ -75.2115980455346, 39.970933013427398 ], [ -75.2116059023313, 39.970976517539803 ], [ -75.211295508971702, 39.9710097058991 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3159, "ADDRESS": "1710 BELFIELD AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171000600", "LNIADDRESSKEY": "32967", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 305.2578125, "Shape__Length": 105.68126316855761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152770261229605, 40.028475556280497 ], [ -75.152818920986206, 40.028454410609797 ], [ -75.152848426689999, 40.028494362236898 ], [ -75.152799749306297, 40.028515393768402 ], [ -75.152686639600503, 40.028564257914802 ], [ -75.152573816556199, 40.028612709463701 ], [ -75.152486757355007, 40.028650959576503 ], [ -75.152458059718796, 40.028611832541102 ], [ -75.152534592882503, 40.028577971104298 ], [ -75.152770261229605, 40.028475556280497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3160, "ADDRESS": "3000 W BERKS ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323023801", "LNIADDRESSKEY": "37258", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.37109375, "Shape__Length": 73.595978317001794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182982693307096, 39.984957819819797 ], [ -75.183023691207694, 39.984763527357501 ], [ -75.183077783185993, 39.984770023855503 ], [ -75.183033103799403, 39.984979097278398 ], [ -75.182979683124699, 39.984972034626502 ], [ -75.182982693307096, 39.984957819819797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3161, "ADDRESS": "212 W CUMBERLAND ST", "OWNER1": "LEDIJU ADEYEMI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191445800", "LNIADDRESSKEY": "730435", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.375, "Shape__Length": 56.144659770372222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136061331032806, 39.988174523534902 ], [ -75.136029794357398, 39.988318176359599 ], [ -75.135978898565597, 39.988311439870898 ], [ -75.136009394086003, 39.988167602287398 ], [ -75.136010955753093, 39.988160239321701 ], [ -75.136062959931607, 39.988167049471798 ], [ -75.136061331032806, 39.988174523534902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3162, "ADDRESS": "4710 GRISCOM ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232433910", "LNIADDRESSKEY": "327039", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.03515625, "Shape__Length": 77.350255361168749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.084512589767897, 40.017382340470498 ], [ -75.084546122982601, 40.0173452696488 ], [ -75.084584888220405, 40.017367189629297 ], [ -75.084637568928201, 40.0173945752923 ], [ -75.084689915949696, 40.017421954310699 ], [ -75.084740606453593, 40.017448246269701 ], [ -75.084783173163302, 40.017471060849203 ], [ -75.084748686058603, 40.017508401308 ], [ -75.084538934149407, 40.017396993584697 ], [ -75.084512589767897, 40.017382340470498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3163, "ADDRESS": "1900 N 22ND ST", "OWNER1": "ROLAND M RAGIN", "OWNER2": "JAMES M RAGIN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322092100", "LNIADDRESSKEY": "673981", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.21875, "Shape__Length": 73.159875107509933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170313951696798, 39.983525002625001 ], [ -75.170325388067099, 39.983473805041598 ], [ -75.170582602020204, 39.983508230601402 ], [ -75.170572378561104, 39.983558375376397 ], [ -75.170313951696798, 39.983525002625001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3164, "ADDRESS": "1228 W ERIE AVE", "OWNER1": "MODERN CONCEPTIONS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432057000", "LNIADDRESSKEY": "138890", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 262.10546875, "Shape__Length": 93.934386043515971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148662563017496, 40.008483617444497 ], [ -75.148720654036396, 40.0084911720826 ], [ -75.148666284795496, 40.008766702968302 ], [ -75.148609719455095, 40.008759231307003 ], [ -75.148662563017496, 40.008483617444497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3165, "ADDRESS": "2308 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191243101", "LNIADDRESSKEY": "388677", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.6953125, "Shape__Length": 46.472461292888937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140293623555905, 39.986129860987703 ], [ -75.140286780121997, 39.986165637038098 ], [ -75.140280797841598, 39.986164791455202 ], [ -75.140127598915299, 39.986143286270099 ], [ -75.140135454868698, 39.986107339531898 ], [ -75.140288288290094, 39.986129095441399 ], [ -75.140293623555905, 39.986129860987703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3166, "ADDRESS": "1940 N NEWKIRK ST", "OWNER1": "ST6 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323222600", "LNIADDRESSKEY": "449950", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.4921875, "Shape__Length": 49.950329238913341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179762551826798, 39.985421442666897 ], [ -75.179675069811907, 39.985343736658201 ], [ -75.179714752655997, 39.985317334864298 ], [ -75.179802484456602, 39.985394514840003 ], [ -75.179827227832604, 39.985416266350803 ], [ -75.1797871025544, 39.985443255195499 ], [ -75.179762551826798, 39.985421442666897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3167, "ADDRESS": "1846 WILMOT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232129010", "LNIADDRESSKEY": "615646", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 294.21875, "Shape__Length": 72.710433482377027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.079190409132494, 40.013100926734097 ], [ -75.079066735362005, 40.013237409222398 ], [ -75.078977775893094, 40.013188027230697 ], [ -75.079102853227894, 40.013051576359999 ], [ -75.079190409132494, 40.013100926734097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3168, "ADDRESS": "2362 N 20TH ST", "OWNER1": "EVOLVE ALLIANCE GROUP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162144400", "LNIADDRESSKEY": "670235", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 234.9140625, "Shape__Length": 76.994234166410322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165479383318797, 39.990529024128897 ], [ -75.165468778563195, 39.990580788545302 ], [ -75.165195331364998, 39.990543309371802 ], [ -75.165206474386906, 39.990491719280499 ], [ -75.165479383318797, 39.990529024128897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3169, "ADDRESS": "6070 REGENT ST", "OWNER1": "SAPP CARL", "OWNER2": "SAPP RENEE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401237500", "LNIADDRESSKEY": "500007", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.79296875, "Shape__Length": 59.304678348860008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232593962616207, 39.931961623066897 ], [ -75.232636553907298, 39.931931591863901 ], [ -75.232686209905907, 39.931973722234197 ], [ -75.232759598684098, 39.932035346245598 ], [ -75.232774028845697, 39.9320477205681 ], [ -75.232774812884998, 39.932051396949397 ], [ -75.232732638893296, 39.932080904649503 ], [ -75.232593962616207, 39.931961623066897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3170, "ADDRESS": "4132 PENNSGROVE ST", "OWNER1": "PARRISH CONDOMINIUMS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062120500", "LNIADDRESSKEY": "478530", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.80078125, "Shape__Length": 88.01690604543802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206928854900397, 39.970546095851603 ], [ -75.206974759967494, 39.970803480175697 ], [ -75.206918822232694, 39.970809623064902 ], [ -75.206872689518804, 39.970552733725299 ], [ -75.206928854900397, 39.970546095851603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3171, "ADDRESS": "5016 ARCH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUBLIC PROP R E DIV", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441012210", "LNIADDRESSKEY": "19474", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.5078125, "Shape__Length": 78.385550779774718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221228845928493, 39.961077823160302 ], [ -75.221274151760198, 39.960853357919298 ], [ -75.221330261739993, 39.960859784356799 ], [ -75.221282096810199, 39.961084509833697 ], [ -75.221228845928493, 39.961077823160302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3172, "ADDRESS": "13 E SOMERSET ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071197110", "LNIADDRESSKEY": "541212", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.7578125, "Shape__Length": 58.757335329251774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129838405631503, 39.992325455969301 ], [ -75.129872967204093, 39.992168994537998 ], [ -75.129927989690998, 39.992176392146597 ], [ -75.129929052736699, 39.992176544808501 ], [ -75.129895421073599, 39.992332286387096 ], [ -75.129838405631503, 39.992325455969301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3173, "ADDRESS": "2419 N OPAL ST", "OWNER1": "HOLDEN WENDELL", "OWNER2": "HOLDEN RUTH H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162119200", "LNIADDRESSKEY": "460325", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.71875, "Shape__Length": 51.664994849069771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164222705853106, 39.990924318003898 ], [ -75.164385383852505, 39.990946133670398 ], [ -75.164377331966193, 39.990986396612797 ], [ -75.164213968865397, 39.990964420214297 ], [ -75.164207150829398, 39.990963509763297 ], [ -75.164200707627302, 39.990962638165399 ], [ -75.164206673178398, 39.990935869366297 ], [ -75.164209486449593, 39.990922552666198 ], [ -75.164215865919005, 39.990923405933799 ], [ -75.164222705853106, 39.990924318003898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3174, "ADDRESS": "5050 N 7TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491221400", "LNIADDRESSKEY": "643516", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.73046875, "Shape__Length": 69.380350118618466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136234329907595, 40.028906991434503 ], [ -75.136231292214305, 40.028927587247601 ], [ -75.136225316281397, 40.028948278372098 ], [ -75.136221831443706, 40.028947844281703 ], [ -75.135972098439098, 40.0289165464131 ], [ -75.135981065437903, 40.028874838328797 ], [ -75.136112811971103, 40.028891797224802 ], [ -75.136230802621697, 40.028906556378203 ], [ -75.136234329907595, 40.028906991434503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3175, "ADDRESS": "5004 N 7TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491219100", "LNIADDRESSKEY": "643493", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.5390625, "Shape__Length": 68.807892184509441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136442229563301, 40.027955937522002 ], [ -75.136433150008102, 40.027995709254 ], [ -75.136428829590599, 40.027995175060703 ], [ -75.136193487845105, 40.0279654136055 ], [ -75.1361805846891, 40.027963444027101 ], [ -75.136189486948197, 40.027923410358802 ], [ -75.136437492933396, 40.027955330785304 ], [ -75.136442229563301, 40.027955937522002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3176, "ADDRESS": "1757 N WOODSTOCK ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472136910", "LNIADDRESSKEY": "623945", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.34765625, "Shape__Length": 59.687567275136125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167705262016995, 39.981417216189598 ], [ -75.167695926422994, 39.981459402245797 ], [ -75.167486156929002, 39.981428970455198 ], [ -75.167494959820601, 39.981388707354903 ], [ -75.167705262016995, 39.981417216189598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3177, "ADDRESS": "3636 N 17TH ST", "OWNER1": "MC KOY JOHN E", "OWNER2": "FLETCHER GORDON", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131223900", "LNIADDRESSKEY": "663523", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 232.8671875, "Shape__Length": 84.581253484477514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156267889134298, 40.009249025835999 ], [ -75.156585029155593, 40.009290380235399 ], [ -75.156575185125007, 40.0093340531702 ], [ -75.156258363621703, 40.009293672284798 ], [ -75.156267889134298, 40.009249025835999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3178, "ADDRESS": "6042 REGENT ST", "OWNER1": "EMMANUEL N OKAI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401236100", "LNIADDRESSKEY": "499979", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.3671875, "Shape__Length": 58.705417900038512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231877709426996, 39.932445586510802 ], [ -75.232015490164201, 39.9325630112684 ], [ -75.231972862068005, 39.9325929119289 ], [ -75.231835203801694, 39.932475538237497 ], [ -75.231877709426996, 39.932445586510802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3179, "ADDRESS": "4997 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442085400", "LNIADDRESSKEY": "314605", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.43359375, "Shape__Length": 72.984750015835672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222319458311802, 39.972306965047103 ], [ -75.222375350503597, 39.972295268006 ], [ -75.222442376898798, 39.972490566103701 ], [ -75.222444886387393, 39.9724979881696 ], [ -75.222387254056997, 39.972504085503303 ], [ -75.222319458311802, 39.972306965047103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3180, "ADDRESS": "619 N 37TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242176000", "LNIADDRESSKEY": "685636", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.9140625, "Shape__Length": 43.962266590833607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195789967469807, 39.964029506093603 ], [ -75.195938084762304, 39.9640119596869 ], [ -75.195944182653193, 39.964048703329702 ], [ -75.195852900434502, 39.964058390031802 ], [ -75.195796901925107, 39.964065719881503 ], [ -75.195789967469807, 39.964029506093603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3181, "ADDRESS": "2612 N 29TH ST", "OWNER1": "LYTLE MARCIA", "OWNER2": "LYTLE RHONDA ETAL", "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "282011700", "LNIADDRESSKEY": "682295", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.58203125, "Shape__Length": 67.516637920904202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178975407909803, 39.995829456479797 ], [ -75.178983936779105, 39.995787945348901 ], [ -75.179228268420303, 39.995821273459903 ], [ -75.179219448456493, 39.995863244359398 ], [ -75.178975407909803, 39.995829456479797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3182, "ADDRESS": "1538 S CAPITOL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363255105", "LNIADDRESSKEY": "64398", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.84375, "Shape__Length": 46.743635211524378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179008954081496, 39.932314350883502 ], [ -75.178855683768504, 39.932294342809101 ], [ -75.178864005738305, 39.932257550714397 ], [ -75.179017256368098, 39.932276994079203 ], [ -75.179022570401301, 39.932277677470701 ], [ -75.179014476550805, 39.9323150547159 ], [ -75.179008954081496, 39.932314350883502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3183, "ADDRESS": "2957 ROSEHILL ST", "OWNER1": "OPPORTUNITY ZONE DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071427200", "LNIADDRESSKEY": "516755", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.9921875, "Shape__Length": 44.23429292837654 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124431552027701, 39.994441042484098 ], [ -75.124439574238707, 39.994402134915703 ], [ -75.1245847477647, 39.994421269639503 ], [ -75.124576320853095, 39.994460344786297 ], [ -75.124431552027701, 39.994441042484098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3184, "ADDRESS": "1621 W LEHIGH AVE", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111003600", "LNIADDRESSKEY": "387669", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.171875, "Shape__Length": 87.679051044604634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158369539715096, 39.994825126079 ], [ -75.158429725557895, 39.994563376708598 ], [ -75.158486076216306, 39.994570662108103 ], [ -75.158431205559594, 39.9948117844637 ], [ -75.158369539715096, 39.994825126079 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3185, "ADDRESS": "3901 BROWN ST", "OWNER1": "REKR LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243121400", "LNIADDRESSKEY": "53889", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 272.140625, "Shape__Length": 92.989809994185407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200659108580794, 39.967747132912301 ], [ -75.2007084811071, 39.968017491881596 ], [ -75.200648165157901, 39.968024228177498 ], [ -75.200597390855705, 39.9677543696246 ], [ -75.200659108580794, 39.967747132912301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3186, "ADDRESS": "15 E SOMERSET ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071197210", "LNIADDRESSKEY": "541213", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.20703125, "Shape__Length": 58.14974484575518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129787477689504, 39.992318425476597 ], [ -75.129816869917093, 39.992161749193997 ], [ -75.129872967204093, 39.992168994537998 ], [ -75.129838405631503, 39.992325455969301 ], [ -75.129787477689504, 39.992318425476597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3187, "ADDRESS": "6041 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401288700", "LNIADDRESSKEY": "583831", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.234375, "Shape__Length": 60.702237619591109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230346471754899, 39.931260763865403 ], [ -75.230389458632899, 39.931231403282403 ], [ -75.2305338946436, 39.931352749078201 ], [ -75.230490853873306, 39.931383010654997 ], [ -75.230346471754899, 39.931260763865403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3188, "ADDRESS": "2307 PALETHORP ST", "OWNER1": "ROBINSON- BOWLING DEVELOPMENT GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191104401", "LNIADDRESSKEY": "468360", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.359375, "Shape__Length": 50.033223737870728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135350669970705, 39.9855150941274 ], [ -75.135352413986695, 39.985503527540899 ], [ -75.135358357537001, 39.985480885052603 ], [ -75.135535619505305, 39.985504911314898 ], [ -75.135527557042494, 39.985538516057197 ], [ -75.135350669970705, 39.9855150941274 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3189, "ADDRESS": "2812 CANTRELL ST", "OWNER1": "MC HALE SONJA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "482088500", "LNIADDRESSKEY": "64256", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19145", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.7109375, "Shape__Length": 44.969823348403914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193091763319899, 39.9268593469344 ], [ -75.193115851690294, 39.926744950311999 ], [ -75.193166075773604, 39.926751760030399 ], [ -75.193142570427796, 39.926865670727999 ], [ -75.193091763319899, 39.9268593469344 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3190, "ADDRESS": "5062 N 7TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491222000", "LNIADDRESSKEY": "643522", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.80859375, "Shape__Length": 68.854550940013354 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135918454344207, 40.029163298029601 ], [ -75.135927305988105, 40.029124586601398 ], [ -75.136176635096405, 40.029155473276298 ], [ -75.136180538236999, 40.029155964192 ], [ -75.136174547319101, 40.029187923385003 ], [ -75.136172941870001, 40.0291958665252 ], [ -75.136167933537706, 40.029195236701298 ], [ -75.135918454344207, 40.029163298029601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3191, "ADDRESS": "623 N 37TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242176200", "LNIADDRESSKEY": "685640", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 85.78125, "Shape__Length": 43.55947518586936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195802957649704, 39.964098561235602 ], [ -75.195950946885404, 39.964082205792103 ], [ -75.195957132489099, 39.964117161761898 ], [ -75.195809732531202, 39.9641339977304 ], [ -75.195802957649704, 39.964098561235602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3192, "ADDRESS": "1956 N DARIEN ST", "OWNER1": "LESTER HOBBS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202139400", "LNIADDRESSKEY": "108549", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.578125, "Shape__Length": 43.942106864775248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148073758677896, 39.981736007125598 ], [ -75.148079671872495, 39.981707463959999 ], [ -75.148080338853106, 39.981704270322602 ], [ -75.148138058218805, 39.981711640531799 ], [ -75.148233084028803, 39.981724305264699 ], [ -75.148226479911699, 39.981756668867597 ], [ -75.148073758677896, 39.981736007125598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3193, "ADDRESS": "260 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191429221", "LNIADDRESSKEY": "628946", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.44140625, "Shape__Length": 66.491249289968408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137939590614906, 39.987035831262297 ], [ -75.137976691512193, 39.986855845860198 ], [ -75.138035375351095, 39.986863317357198 ], [ -75.138033893432393, 39.986872077619999 ], [ -75.137999715865405, 39.987044279400401 ], [ -75.137939590614906, 39.987035831262297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3194, "ADDRESS": "2301 N LAWRENCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191255401", "LNIADDRESSKEY": "384505", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.765625, "Shape__Length": 46.102249460522287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140293623555905, 39.986129860987703 ], [ -75.1403021109994, 39.986096605762903 ], [ -75.140307113727701, 39.9860972995494 ], [ -75.140461047975606, 39.986118757017103 ], [ -75.140454270831199, 39.986152810250502 ], [ -75.140300021753006, 39.986130780225103 ], [ -75.140293623555905, 39.986129860987703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3195, "ADDRESS": "4955 N 7TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491208200", "LNIADDRESSKEY": "643479", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.34765625, "Shape__Length": 67.842386964966309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135862000029405, 40.027427437599897 ], [ -75.135866154073796, 40.027385770888202 ], [ -75.135900196021296, 40.027389993319296 ], [ -75.136116458909299, 40.027416871519897 ], [ -75.136106922561893, 40.027457050682003 ], [ -75.135896287030306, 40.027431574381403 ], [ -75.135862000029405, 40.027427437599897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3196, "ADDRESS": "455 DEARBORN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441347610", "LNIADDRESSKEY": "111388", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.8203125, "Shape__Length": 56.195228711124393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221354801736695, 39.9651554426083 ], [ -75.221361484390499, 39.965194856554 ], [ -75.221162460231298, 39.965214794936301 ], [ -75.221156027476496, 39.965175433786897 ], [ -75.221279691249293, 39.965162975203697 ], [ -75.221354801736695, 39.9651554426083 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3197, "ADDRESS": "1027 W INDIANA AVE", "OWNER1": "YEAL JIMENEZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372426900", "LNIADDRESSKEY": "356846", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.71484375, "Shape__Length": 56.972606512741478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147778933930795, 39.998010587400699 ], [ -75.147814266321504, 39.997846110859697 ], [ -75.147850508189805, 39.997850946459202 ], [ -75.147818630617905, 39.998015532861601 ], [ -75.147778933930795, 39.998010587400699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3198, "ADDRESS": "2703 W YORK ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281253000", "LNIADDRESSKEY": "629398", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.0625, "Shape__Length": 60.761161565392911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176616815977596, 39.9923583121208 ], [ -75.176656527572902, 39.9921841899356 ], [ -75.176697160597897, 39.992189807552101 ], [ -75.176656719801201, 39.9923654777823 ], [ -75.176616815977596, 39.9923583121208 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3199, "ADDRESS": "1939 N 7TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202014301", "LNIADDRESSKEY": "642375", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 344.50390625, "Shape__Length": 90.858371037701204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145692323903802, 39.981401986981901 ], [ -75.145697220724003, 39.981379739263403 ], [ -75.145704773373296, 39.981336338395103 ], [ -75.146023209964795, 39.981369855950497 ], [ -75.146010991058006, 39.981435494028503 ], [ -75.145692323903802, 39.981401986981901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3200, "ADDRESS": "615 N 37TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242175810", "LNIADDRESSKEY": "685633", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.46484375, "Shape__Length": 43.263777537835743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195928412193297, 39.963963353554497 ], [ -75.195930754293698, 39.9639768171754 ], [ -75.195782876408998, 39.963994109861098 ], [ -75.195780208536902, 39.963980396838799 ], [ -75.195776345744306, 39.963960548389601 ], [ -75.195924882565606, 39.963943012469002 ], [ -75.195928412193297, 39.963963353554497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3201, "ADDRESS": "327 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191400201", "LNIADDRESSKEY": "558914", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.83984375, "Shape__Length": 61.366138160784963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139758063230403, 39.9844170745192 ], [ -75.139794823094903, 39.9842550180134 ], [ -75.139854639838802, 39.984262939000601 ], [ -75.139817993945002, 39.984425271800099 ], [ -75.139758063230403, 39.9844170745192 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3202, "ADDRESS": "6166 HEGERMAN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411363610", "LNIADDRESSKEY": "339009", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 315.31640625, "Shape__Length": 89.969801659658557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055172655757602, 40.018423402025597 ], [ -75.055238111803703, 40.018389566457898 ], [ -75.055417992110904, 40.018597851502498 ], [ -75.055354083908298, 40.018630886651202 ], [ -75.055329097604897, 40.018602311488003 ], [ -75.055296610250195, 40.018565158014198 ], [ -75.055265159847394, 40.018529191217503 ], [ -75.055231618755201, 40.018490833747997 ], [ -75.055198671883005, 40.0184531547361 ], [ -75.055172655757602, 40.018423402025597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3203, "ADDRESS": "431 W BERKS ST", "OWNER1": "KIM JUMI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183187700", "LNIADDRESSKEY": "37076", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.94921875, "Shape__Length": 66.267194507354489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142208725050097, 39.980065621847402 ], [ -75.142251849050794, 39.979872388674998 ], [ -75.142301836484293, 39.979879181839401 ], [ -75.1422626391427, 39.980055256434802 ], [ -75.142208725050097, 39.980065621847402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3204, "ADDRESS": "528 W BERKS ST", "OWNER1": "BEFIRST INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "183042300", "LNIADDRESSKEY": "37093", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.57421875, "Shape__Length": 60.746600480952708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144253587900096, 39.979770335369601 ], [ -75.144302842432694, 39.979775627711703 ], [ -75.144282665244504, 39.979877363454598 ], [ -75.144286835281093, 39.979878457145603 ], [ -75.144271728434703, 39.979943432574302 ], [ -75.144221930203997, 39.979937769720202 ], [ -75.144253587900096, 39.979770335369601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3205, "ADDRESS": "2801 WINTON ST", "OWNER1": "BROTHERLY LOVE REAL ESTATE INVESTMENTS L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "482093900", "LNIADDRESSKEY": "618559", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.97265625, "Shape__Length": 52.267878233536109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192817524985898, 39.926696322312203 ], [ -75.192844610342306, 39.926561843772802 ], [ -75.192900496396007, 39.9265689409267 ], [ -75.192874659997898, 39.926703625277199 ], [ -75.192817524985898, 39.926696322312203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3206, "ADDRESS": "2546 TURNER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324015600", "LNIADDRESSKEY": "580072", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.00390625, "Shape__Length": 56.856474290854123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177154027668394, 39.979997032243503 ], [ -75.1772046037443, 39.9800038244516 ], [ -75.177172437306396, 39.980158239537197 ], [ -75.177121702022504, 39.980151202727498 ], [ -75.177154027668394, 39.979997032243503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3207, "ADDRESS": "2013 ORTHODOX ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232106100", "LNIADDRESSKEY": "463734", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 317.57421875, "Shape__Length": 95.049192081789485 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.079706374450595, 40.011347918256298 ], [ -75.079697202771698, 40.011338596550502 ], [ -75.079662744630099, 40.0113059095534 ], [ -75.079926434129305, 40.011141135143099 ], [ -75.079972529559697, 40.011184958112501 ], [ -75.079761575741799, 40.011314817282397 ], [ -75.079770025684894, 40.011323831611797 ], [ -75.079717871467906, 40.011357294043499 ], [ -75.079706374450595, 40.011347918256298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3208, "ADDRESS": "1813 N 22ND ST", "OWNER1": "RCA REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322083200", "LNIADDRESSKEY": "673938", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 274.26171875, "Shape__Length": 89.466438681769702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170027239516301, 39.982267483051501 ], [ -75.1700379639544, 39.982217413777697 ], [ -75.170053666273901, 39.9822194111199 ], [ -75.170304643311397, 39.982255713225101 ], [ -75.170368353654098, 39.982265382805103 ], [ -75.170357942192695, 39.982314426352197 ], [ -75.170121946191003, 39.982280911894797 ], [ -75.170038431016394, 39.982268556815299 ], [ -75.170027239516301, 39.982267483051501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3209, "ADDRESS": "2521 N HANCOCK ST", "OWNER1": "NIEVES ZORAYA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192048901", "LNIADDRESSKEY": "731245", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.40625, "Shape__Length": 52.376699688671515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134066276018899, 39.988793294855 ], [ -75.134069744310807, 39.988775593311203 ], [ -75.134071666053401, 39.988766528879701 ], [ -75.134074016860893, 39.9887544603002 ], [ -75.134255199218998, 39.988777578693899 ], [ -75.134249172361393, 39.9888061682528 ], [ -75.134247227356497, 39.988816939598003 ], [ -75.134066276018899, 39.988793294855 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3210, "ADDRESS": "2307 N 21ST ST", "OWNER1": "THINNER MICHAEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162178200", "LNIADDRESSKEY": "672294", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.3046875, "Shape__Length": 76.265231155150175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166868643546294, 39.989554599102803 ], [ -75.166878882925801, 39.989509097421802 ], [ -75.167156155883802, 39.989547803039201 ], [ -75.167146364679795, 39.989593652706702 ], [ -75.166868643546294, 39.989554599102803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3211, "ADDRESS": "5111 MASTER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442163100", "LNIADDRESSKEY": "419621", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.67, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.22265625, "Shape__Length": 81.90145693287819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224627073207003, 39.9745200131416 ], [ -75.224684039190706, 39.974513884219199 ], [ -75.224723145174707, 39.9747525722156 ], [ -75.224702814022805, 39.974754446003097 ], [ -75.2246729386178, 39.974757770967599 ], [ -75.224627073207003, 39.9745200131416 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3212, "ADDRESS": "3104 N 15TH ST", "OWNER1": "KIM JONG AE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111165200", "LNIADDRESSKEY": "658365", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.88671875, "Shape__Length": 69.524117186966507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154948528761693, 40.000401319176198 ], [ -75.155200004867595, 40.000433231218999 ], [ -75.155190355573495, 40.000476762027397 ], [ -75.154939421126002, 40.000444927535497 ], [ -75.154948528761693, 40.000401319176198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3213, "ADDRESS": "900 W SILVER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372298701", "LNIADDRESSKEY": "537613", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.20703125, "Shape__Length": 47.08910734101363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146081537322502, 39.993582140200203 ], [ -75.146057029374703, 39.993699323983101 ], [ -75.146001821848301, 39.993693397511997 ], [ -75.146027273433106, 39.993574558121203 ], [ -75.146081537322502, 39.993582140200203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3214, "ADDRESS": "2916R W GORDON ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282312301", "LNIADDRESSKEY": "319305", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 77.9453125, "Shape__Length": 40.253752987199604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1804618590796, 39.991440675567802 ], [ -75.180508666998307, 39.991446478501103 ], [ -75.180486296169093, 39.991547515958402 ], [ -75.180440279210501, 39.9915418591183 ], [ -75.1804618590796, 39.991440675567802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3215, "ADDRESS": "1918 S ALDEN ST", "OWNER1": "VIN PARTNERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401021600", "LNIADDRESSKEY": "7388", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.30078125, "Shape__Length": 55.026780743563286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227375864143994, 39.935826242204399 ], [ -75.227412873799494, 39.935858150809601 ], [ -75.227272327713294, 39.935957385740799 ], [ -75.227234724101095, 39.9359256735071 ], [ -75.227375864143994, 39.935826242204399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3216, "ADDRESS": "2669 N DOUGLAS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282225100", "LNIADDRESSKEY": "122422", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.10546875, "Shape__Length": 44.442095971135274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184253017741597, 39.997631166999298 ], [ -75.184266513986501, 39.997590734031697 ], [ -75.184406980099197, 39.997620712340002 ], [ -75.184392921163706, 39.997660536953902 ], [ -75.184384508075198, 39.9976591077804 ], [ -75.184322739607595, 39.997645830530303 ], [ -75.184290844141898, 39.997639620358299 ], [ -75.184253017741597, 39.997631166999298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3217, "ADDRESS": "2339 N 6TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191374801", "LNIADDRESSKEY": "639412", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.85546875, "Shape__Length": 70.980183974941198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142948437647405, 39.987178203905202 ], [ -75.142957594808493, 39.9871372746289 ], [ -75.143217970486006, 39.987171784882399 ], [ -75.143208538526196, 39.987213354417698 ], [ -75.142948437647405, 39.987178203905202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3218, "ADDRESS": "768 N 37TH ST", "OWNER1": "AUDREY R DAVIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243084200", "LNIADDRESSKEY": "685738", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.12109375, "Shape__Length": 69.477323384766493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197057482586999, 39.9675010063836 ], [ -75.197064897810293, 39.967541163657799 ], [ -75.196807787220393, 39.967568311500003 ], [ -75.196801281552894, 39.9675279480673 ], [ -75.197057482586999, 39.9675010063836 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3219, "ADDRESS": "4156 WESTMINSTER AVE", "OWNER1": "WILLIE WINSTON", "OWNER2": "CLARA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062090400", "LNIADDRESSKEY": "608022", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.21875, "Shape__Length": 40.527993094766792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207956037349803, 39.9698705709799 ], [ -75.208002468880494, 39.969865393945497 ], [ -75.208020982549598, 39.969967454112897 ], [ -75.2079733504941, 39.969972830937401 ], [ -75.207956037349803, 39.9698705709799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3220, "ADDRESS": "4601-03 PULASKI AVE", "OWNER1": "O S E INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "133109100", "LNIADDRESSKEY": "492271", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RTA-1", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1047.76171875, "Shape__Length": 144.90451690256612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1647755159822, 40.021985525646897 ], [ -75.164862095031296, 40.021925349844103 ], [ -75.165105462915506, 40.021756153257101 ], [ -75.165109873996101, 40.021758686415303 ], [ -75.165254710096093, 40.021841901457499 ], [ -75.165243171738098, 40.021847573792598 ], [ -75.1651641632956, 40.0219027631058 ], [ -75.165099597212802, 40.021948186110997 ], [ -75.165053335971393, 40.021980318964303 ], [ -75.165016708376498, 40.0220061723508 ], [ -75.1649801614453, 40.022029868487003 ], [ -75.164893614122207, 40.022091980021102 ], [ -75.1647755159822, 40.021985525646897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3221, "ADDRESS": "3337 N 20TH ST", "OWNER1": "KRANSTON ALBERT S", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112282400", "LNIADDRESSKEY": "670457", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.0234375, "Shape__Length": 91.04060741759703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161430991753505, 40.005332481041599 ], [ -75.1614402751364, 40.005287474011801 ], [ -75.161449306002595, 40.0052886935309 ], [ -75.161784847899298, 40.005333559594398 ], [ -75.161775840364996, 40.0053779444074 ], [ -75.161439898025407, 40.005333665090298 ], [ -75.161430991753505, 40.005332481041599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3222, "ADDRESS": "2108 S CECIL ST", "OWNER1": "BRIGGS, SHARON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401044400", "LNIADDRESSKEY": "71292", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.140625, "Shape__Length": 54.882163096882721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225294669305597, 39.933461939362303 ], [ -75.225330554460996, 39.933492473563497 ], [ -75.225187760768705, 39.933591925598598 ], [ -75.225151877128596, 39.933561390259598 ], [ -75.225294669305597, 39.933461939362303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3223, "ADDRESS": "2858 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372126701", "LNIADDRESSKEY": "108807", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.5859375, "Shape__Length": 43.100474020211408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145036748169105, 39.9955172807108 ], [ -75.145178875991604, 39.9955362547664 ], [ -75.145170077208604, 39.9955738405381 ], [ -75.145028711083995, 39.995554705807599 ], [ -75.145036748169105, 39.9955172807108 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3224, "ADDRESS": "2601 W OAKDALE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281354201", "LNIADDRESSKEY": "454276", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.34765625, "Shape__Length": 46.938639005855727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174097259068603, 39.996195093719997 ], [ -75.174119264104903, 39.9960846515105 ], [ -75.174183684253407, 39.996093141878497 ], [ -75.174160735236995, 39.996203611344797 ], [ -75.174097259068603, 39.996195093719997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3225, "ADDRESS": "2949 N RINGGOLD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381017825", "LNIADDRESSKEY": "506258", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.90625, "Shape__Length": 45.431185520807148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170178700618806, 40.0002027653792 ], [ -75.170187138627995, 40.0001643803758 ], [ -75.170338887599897, 40.0001837328414 ], [ -75.170330330887495, 40.000221389870902 ], [ -75.170178700618806, 40.0002027653792 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3226, "ADDRESS": "2623 W GORDON ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281224401", "LNIADDRESSKEY": "319259", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.86328125, "Shape__Length": 51.206135318124147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175738511639395, 39.991280064819001 ], [ -75.175786844861094, 39.991285983862603 ], [ -75.175758865557896, 39.991423116578297 ], [ -75.175710520333396, 39.991416970876699 ], [ -75.175738511639395, 39.991280064819001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3227, "ADDRESS": "2937 PAGE ST", "OWNER1": "NORRIS STREET PARTNERS LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323094700", "LNIADDRESSKEY": "467972", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 366.09765625, "Shape__Length": 85.62299895397021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181841160737903, 39.986970349195602 ], [ -75.1819423619459, 39.986892095961402 ], [ -75.182011459422895, 39.986901362526098 ], [ -75.182081219189897, 39.986909725962597 ], [ -75.181872884541605, 39.987071871945602 ], [ -75.181830457298304, 39.987040052868899 ], [ -75.181790590333193, 39.987010339737303 ], [ -75.181841160737903, 39.986970349195602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3228, "ADDRESS": "2154 N 5TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191308101", "LNIADDRESSKEY": "636646", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.65625, "Shape__Length": 54.92329935726309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142058440305405, 39.984064565702802 ], [ -75.1422487489547, 39.984091522598 ], [ -75.142239646867296, 39.984131550925099 ], [ -75.142049451159707, 39.984104967129198 ], [ -75.142058440305405, 39.984064565702802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3229, "ADDRESS": "2918 RIDGE AVE", "OWNER1": "UNG IM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323039101", "LNIADDRESSKEY": "504304", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.859375, "Shape__Length": 68.563544217257373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181293577538, 39.987066339267002 ], [ -75.181472870460595, 39.986928546292503 ], [ -75.181510294099994, 39.986957432243997 ], [ -75.181333291626103, 39.987096179800403 ], [ -75.181293577538, 39.987066339267002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3230, "ADDRESS": "2208 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191180701", "LNIADDRESSKEY": "632553", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.5625, "Shape__Length": 60.95260009042439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139214052059103, 39.984487604733502 ], [ -75.139021451843007, 39.984461945586297 ], [ -75.139031949486295, 39.9844140021955 ], [ -75.139239639772697, 39.984442874357697 ], [ -75.139227962820996, 39.984490420391403 ], [ -75.139214052059103, 39.984487604733502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3231, "ADDRESS": "2106 N 5TH ST", "OWNER1": "DS HOME BUILDERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191305700", "LNIADDRESSKEY": "636598", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.859375, "Shape__Length": 58.666647085008762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142252419216405, 39.983190967880802 ], [ -75.142260954779701, 39.983154747016002 ], [ -75.142472458720704, 39.983183023148499 ], [ -75.142464759438795, 39.9832198115244 ], [ -75.142252419216405, 39.983190967880802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3232, "ADDRESS": "1526 N 4TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "182233601", "LNIADDRESSKEY": "634490", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.08203125, "Shape__Length": 80.445466555112489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142255665204402, 39.974411065805398 ], [ -75.142555245911396, 39.974449709926198 ], [ -75.1425464170391, 39.974493565925002 ], [ -75.142246701589798, 39.974454079646399 ], [ -75.142255665204402, 39.974411065805398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3233, "ADDRESS": "3140 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282342601", "LNIADDRESSKEY": "629508", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.23828125, "Shape__Length": 55.539491898613505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183903921341496, 39.9929680994628 ], [ -75.183933885164706, 39.992816856883003 ], [ -75.183983283923794, 39.992822910008499 ], [ -75.183952904794495, 39.992974063349799 ], [ -75.183903921341496, 39.9929680994628 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3234, "ADDRESS": "1451 N 28TH ST", "OWNER1": "HARRY LEWIS", "OWNER2": "WILLIE HW", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292095100", "LNIADDRESSKEY": "680637", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.5, "Shape__Length": 69.03084233783963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180619716985305, 39.978413380995001 ], [ -75.180628476562802, 39.978372923506399 ], [ -75.180880402992898, 39.978406015217601 ], [ -75.180871296742893, 39.978447900947003 ], [ -75.180619716985305, 39.978413380995001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3235, "ADDRESS": "1718 N MARSHALL ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201145101", "LNIADDRESSKEY": "413741", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 240.953125, "Shape__Length": 83.302220887003685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146074926195098, 39.977637491738697 ], [ -75.146084048262196, 39.977589757640096 ], [ -75.146313075186598, 39.977615765527197 ], [ -75.146392580147804, 39.977625403741698 ], [ -75.146384016461298, 39.977671714526103 ], [ -75.146074926195098, 39.977637491738697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3236, "ADDRESS": "7012 UPLAND ST", "OWNER1": "HOLLAND LISA J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403260800", "LNIADDRESSKEY": "584068", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.41015625, "Shape__Length": 74.244204471409489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243500455627995, 39.921680387499499 ], [ -75.243539358565101, 39.921653560491499 ], [ -75.243727964530095, 39.921813139357603 ], [ -75.243689362781097, 39.921840326653303 ], [ -75.243500455627995, 39.921680387499499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3237, "ADDRESS": "6029 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401288100", "LNIADDRESSKEY": "583819", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.24609375, "Shape__Length": 59.054098081332988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230104700669401, 39.931431202433501 ], [ -75.230139331234199, 39.931405833321399 ], [ -75.230140450398807, 39.931405004217602 ], [ -75.230286643215393, 39.931526984712299 ], [ -75.230249126752298, 39.931552853584002 ], [ -75.230104700669401, 39.931431202433501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3238, "ADDRESS": "5026 N 7TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491220210", "LNIADDRESSKEY": "643504", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.1796875, "Shape__Length": 69.313990904004726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136080418451698, 40.0284185513596 ], [ -75.136089372879795, 40.028377166224601 ], [ -75.136338915771006, 40.0284089753915 ], [ -75.136342859205996, 40.028409484113901 ], [ -75.1363351905228, 40.0284447253972 ], [ -75.136333970909007, 40.0284502592013 ], [ -75.136330047358101, 40.028449766699097 ], [ -75.136080418451698, 40.0284185513596 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3239, "ADDRESS": "60 E ASHMEAD ST", "OWNER1": "NIMR REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121079900", "LNIADDRESSKEY": "22987", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.1953125, "Shape__Length": 70.435596470054918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165314920724001, 40.031798202972404 ], [ -75.165347631112297, 40.031766892315801 ], [ -75.165553905729496, 40.031892045964597 ], [ -75.165521202639098, 40.031924243215201 ], [ -75.1653427753606, 40.031815642750502 ], [ -75.165314920724001, 40.031798202972404 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3240, "ADDRESS": "1943 N 18TH ST", "OWNER1": "1943 NORTH 18TH STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321217701", "LNIADDRESSKEY": "665501", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.83984375, "Shape__Length": 73.66711137723523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163001120067705, 39.983690448777502 ], [ -75.163010057729394, 39.983648916310301 ], [ -75.163077559596601, 39.983658110007603 ], [ -75.163282703817799, 39.983684109354797 ], [ -75.163274329875605, 39.983724607114098 ], [ -75.163001120067705, 39.983690448777502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3241, "ADDRESS": "3850 N CAMAC ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432371510", "LNIADDRESSKEY": "61083", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.06640625, "Shape__Length": 56.84211046109494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147928072316404, 40.011682523991297 ], [ -75.147937245783993, 40.011638998654703 ], [ -75.1481267825543, 40.011664621129498 ], [ -75.1481333937854, 40.011665512038199 ], [ -75.148125446592204, 40.011700586583402 ], [ -75.148123995637505, 40.011707259540202 ], [ -75.148117756796694, 40.0117064739296 ], [ -75.147928072316404, 40.011682523991297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3242, "ADDRESS": "2619-21 W SERGEANT ST", "OWNER1": "MAYRANT JIMMIE", "OWNER2": "MAYRANT NICOLE DANIELLE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281299500", "LNIADDRESSKEY": "530719", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 512.7421875, "Shape__Length": 100.63172783513593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175041173840398, 39.994608502366297 ], [ -75.175093638276905, 39.994364045372699 ], [ -75.175219608635999, 39.994379783724902 ], [ -75.175166579681999, 39.994625855555903 ], [ -75.175048179290002, 39.9946094647959 ], [ -75.175041173840398, 39.994608502366297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3243, "ADDRESS": "1932 N 8TH ST", "OWNER1": "GOODWILL INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202112100", "LNIADDRESSKEY": "644965", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.79296875, "Shape__Length": 59.686832576504813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147700398937403, 39.981254534064199 ], [ -75.147907349968605, 39.981280633692101 ], [ -75.147900796653303, 39.981312241573796 ], [ -75.1478967245706, 39.9813249809037 ], [ -75.147690673019099, 39.981298901655698 ], [ -75.147700398937403, 39.981254534064199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3244, "ADDRESS": "1600 N SYDENHAM ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471204710", "LNIADDRESSKEY": "559902", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.421875, "Shape__Length": 64.960770712657251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160673685481598, 39.977916702962297 ], [ -75.160682230507305, 39.977871163532697 ], [ -75.160752162853001, 39.977880768350602 ], [ -75.160830906036693, 39.9778912015015 ], [ -75.160911625406698, 39.977901985528902 ], [ -75.160901470012305, 39.977946875948597 ], [ -75.160673685481598, 39.977916702962297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3245, "ADDRESS": "1827 N 31ST ST", "OWNER1": "PHILADELPHIA REDEVELOPMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323281601", "LNIADDRESSKEY": "683495", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.1875, "Shape__Length": 84.120934386545485 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184236047892796, 39.984325517648003 ], [ -75.184244881364705, 39.984284190973497 ], [ -75.184563986063395, 39.9843268680577 ], [ -75.184555534850404, 39.984366994818203 ], [ -75.184236047892796, 39.984325517648003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3246, "ADDRESS": "3813 ARCHER ST", "OWNER1": "HAIRSTON HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131282800", "LNIADDRESSKEY": "19760", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.4921875, "Shape__Length": 45.095784282189776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1596308317759, 40.012276107554598 ], [ -75.159761241002698, 40.012215843375799 ], [ -75.159786834549294, 40.012248918154903 ], [ -75.159655757509398, 40.0123091019735 ], [ -75.1596308317759, 40.012276107554598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3247, "ADDRESS": "3980 PENNSGROVE ST", "OWNER1": "GIBBS DUDLEY J", "OWNER2": "ELLEN JANET", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243169800", "LNIADDRESSKEY": "478506", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.66796875, "Shape__Length": 81.094066575371627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203507437261294, 39.971497989808903 ], [ -75.203561970244806, 39.971491897353502 ], [ -75.203608547550999, 39.971726536584598 ], [ -75.203554883815002, 39.971732357782201 ], [ -75.203507437261294, 39.971497989808903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3248, "ADDRESS": "3812 MELON ST", "OWNER1": "LATNEY ESTHER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242108800", "LNIADDRESSKEY": "425782", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.84375, "Shape__Length": 58.734292816211699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198436644270402, 39.9650196760645 ], [ -75.198410479284803, 39.964865715957401 ], [ -75.198461526808401, 39.964859742236698 ], [ -75.198470147409196, 39.964916884273698 ], [ -75.198489830343306, 39.965020327229603 ], [ -75.198437845276302, 39.965026747512901 ], [ -75.198436644270402, 39.9650196760645 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3249, "ADDRESS": "749 E HILTON ST", "OWNER1": "19134 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331059300", "LNIADDRESSKEY": "344797", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.171875, "Shape__Length": 51.210415728947652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115928039756895, 39.997363619097101 ], [ -75.115978359462105, 39.997370238514499 ], [ -75.115950219658998, 39.997505598731898 ], [ -75.115899937921199, 39.997499092804503 ], [ -75.115928039756895, 39.997363619097101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3250, "ADDRESS": "1459 N FRAZIER ST", "OWNER1": "MOODY TERENCE R", "OWNER2": "MOODY TRACY K", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043072600", "LNIADDRESSKEY": "300998", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.49609375, "Shape__Length": 50.601037849132332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234136514375905, 39.974649197616699 ], [ -75.2341310203186, 39.974622721928903 ], [ -75.234304846806793, 39.974603208254202 ], [ -75.234312241596001, 39.974642830575597 ], [ -75.234138632583097, 39.974661607963 ], [ -75.234136514375905, 39.974649197616699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3251, "ADDRESS": "2332 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162186001", "LNIADDRESSKEY": "672319", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.3515625, "Shape__Length": 66.536720123634638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167218933651498, 39.9901690382273 ], [ -75.167228964342499, 39.990125708899399 ], [ -75.167466431119607, 39.990155924674703 ], [ -75.167457242185904, 39.990199724593097 ], [ -75.167218933651498, 39.9901690382273 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3252, "ADDRESS": "2426-30 N HANCOCK ST", "OWNER1": "SHIRAZ INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191098000", "LNIADDRESSKEY": "731207", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 781.39453125, "Shape__Length": 128.2189472262192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134711937683704, 39.987490440914399 ], [ -75.134720922938698, 39.987448669185603 ], [ -75.134741976460901, 39.9873492850136 ], [ -75.134983401868396, 39.987380627329202 ], [ -75.135118332428405, 39.987398244064899 ], [ -75.135126672951301, 39.987399333984797 ], [ -75.135105916360004, 39.9874948235448 ], [ -75.135098200760297, 39.987493854858101 ], [ -75.134957989404398, 39.987476219148803 ], [ -75.134947163590198, 39.987474345013702 ], [ -75.134936969733005, 39.987519216900097 ], [ -75.134711937683704, 39.987490440914399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3253, "ADDRESS": "2532 N ALDER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371173300", "LNIADDRESSKEY": "730137", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.8203125, "Shape__Length": 50.85333879587305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148752202519006, 39.990967352983503 ], [ -75.1487608072933, 39.990927119225603 ], [ -75.148933337434798, 39.990949308571103 ], [ -75.148924783944594, 39.990989849848603 ], [ -75.148752202519006, 39.990967352983503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3254, "ADDRESS": "4217 BROWN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062004800", "LNIADDRESSKEY": "53991", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.28125, "Shape__Length": 60.022755424179955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209338684864306, 39.967019910988697 ], [ -75.209396583824997, 39.967015051550398 ], [ -75.209416999061503, 39.967189546884804 ], [ -75.209356486646797, 39.967154501626403 ], [ -75.209338684864306, 39.967019910988697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3255, "ADDRESS": "3920-26 OLD YORK RD", "OWNER1": "STEEN TERRY L", "OWNER2": "STEEN ANITA I", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885969760", "LNIADDRESSKEY": "457900", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "I-2", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 475.87109375, "Shape__Length": 105.87596558606745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147577517243505, 40.012898176932602 ], [ -75.147367580371395, 40.012950160054302 ], [ -75.147372775163007, 40.012668679875198 ], [ -75.147577517243505, 40.012898176932602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3256, "ADDRESS": "2163 N 29TH ST", "OWNER1": "2163 N 29TH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323237900", "LNIADDRESSKEY": "682078", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.3671875, "Shape__Length": 66.437704880802087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179922009787404, 39.989156752472901 ], [ -75.179930426774206, 39.989117076850498 ], [ -75.180172365309403, 39.989149912911003 ], [ -75.180164897664795, 39.989189384550798 ], [ -75.179922009787404, 39.989156752472901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3257, "ADDRESS": "2241 N LEITHGOW ST", "OWNER1": "STEFAN SENIAK", "OWNER2": "AHOFIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191228700", "LNIADDRESSKEY": "388650", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.6171875, "Shape__Length": 44.709785641583998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140072813648004, 39.985216979520303 ], [ -75.140069748759004, 39.985216571939503 ], [ -75.140080639901299, 39.985173650481997 ], [ -75.140221533593206, 39.985192523173602 ], [ -75.140212123875997, 39.9852356067248 ], [ -75.140072813648004, 39.985216979520303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3258, "ADDRESS": "1524 S STILLMAN ST", "OWNER1": "GENTILUCCI JOSEPH", "OWNER2": "KRAMER STEPHEN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364200005", "LNIADDRESSKEY": "555844", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.9765625, "Shape__Length": 46.371623272399432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1871110657342, 39.933562118236601 ], [ -75.187264623214801, 39.933581895200497 ], [ -75.187255066173506, 39.933622109947898 ], [ -75.187102444077794, 39.933601967568798 ], [ -75.1871110657342, 39.933562118236601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3259, "ADDRESS": "725 W ROCKLAND ST", "OWNER1": "KEEPING IT REAL ESTATE LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491123100", "LNIADDRESSKEY": "512781", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.6953125, "Shape__Length": 78.854702870772712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137335539093201, 40.026658603423201 ], [ -75.137386271558896, 40.026435544993802 ], [ -75.1374437707384, 40.026443623148097 ], [ -75.1373933997357, 40.026666544531999 ], [ -75.137335539093201, 40.026658603423201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3260, "ADDRESS": "5629 WARRINGTON AVE", "OWNER1": "THOMAS BOYKIN", "OWNER2": "MARY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513305200", "LNIADDRESSKEY": "599370", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.44140625, "Shape__Length": 68.32892714425769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229221960449806, 39.939690139069597 ], [ -75.229170783700496, 39.939646587448401 ], [ -75.229056558867597, 39.939551551213398 ], [ -75.229098068498701, 39.939522610146703 ], [ -75.229262146738606, 39.939661926822701 ], [ -75.229266572331198, 39.939665683262902 ], [ -75.229232745723095, 39.9396895697163 ], [ -75.229226508178002, 39.939693995052899 ], [ -75.229221960449806, 39.939690139069597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3261, "ADDRESS": "534 DIAMOND ST", "OWNER1": "THOMAS P WINTER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183220500", "LNIADDRESSKEY": "116337", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.77734375, "Shape__Length": 62.908890615616357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143451325553201, 39.982942874814697 ], [ -75.143487235184196, 39.982773269989501 ], [ -75.143522145437998, 39.982777642161203 ], [ -75.143542468360806, 39.982776651948001 ], [ -75.143506047020793, 39.982950323415601 ], [ -75.143451325553201, 39.982942874814697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3262, "ADDRESS": "2149 N FRANKLIN ST", "OWNER1": "SPOLIZINO ANTHONY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202052900", "LNIADDRESSKEY": "299276", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.56640625, "Shape__Length": 63.221477872908288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145908229743696, 39.984389412530099 ], [ -75.145916901727603, 39.984349052086699 ], [ -75.146144472533194, 39.984379797656104 ], [ -75.146135825147596, 39.984419481779703 ], [ -75.145908229743696, 39.984389412530099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3263, "ADDRESS": "2130 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191284201", "LNIADDRESSKEY": "462361", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.4140625, "Shape__Length": 40.798086740447296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141743622619003, 39.983602039294603 ], [ -75.141620652685802, 39.983586364434501 ], [ -75.141629713686697, 39.983543029589498 ], [ -75.141740088345301, 39.983557128606797 ], [ -75.141753930215899, 39.983558990690099 ], [ -75.141745082193196, 39.983602233523399 ], [ -75.141743622619003, 39.983602039294603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3264, "ADDRESS": "4919 MARKET ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441000910", "LNIADDRESSKEY": "410760", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.5859375, "Shape__Length": 83.270961999347819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219967844429902, 39.959782800352002 ], [ -75.219965237289301, 39.959782500714802 ], [ -75.220015958017299, 39.959543196454199 ], [ -75.220018065407203, 39.959543435515002 ], [ -75.220073660806804, 39.959549578693697 ], [ -75.2200213648903, 39.959788977758301 ], [ -75.219967844429902, 39.959782800352002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3265, "ADDRESS": "2546 N STANLEY ST", "OWNER1": "LEWIS MARY ESTHER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282119100", "LNIADDRESSKEY": "551267", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.859375, "Shape__Length": 50.631837169075574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181729520166996, 39.995329611521797 ], [ -75.181737834394397, 39.995291560932102 ], [ -75.181911839980998, 39.995315184990702 ], [ -75.181903637077099, 39.995353624389502 ], [ -75.181729520166996, 39.995329611521797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3266, "ADDRESS": "5415 FLORENCE AVE", "OWNER1": "ARDELL MILLER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513255300", "LNIADDRESSKEY": "293323", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.5234375, "Shape__Length": 63.958774438562244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227413305907206, 39.9429012904206 ], [ -75.227367429395201, 39.942932698234301 ], [ -75.227214893613606, 39.942804480832898 ], [ -75.227259430088196, 39.942773657412197 ], [ -75.227413305907206, 39.9429012904206 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3267, "ADDRESS": "4922 PASCHALL AVE", "OWNER1": "PAUL O WILLIAMS", "OWNER2": "HELEN A", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273175300", "LNIADDRESSKEY": "472072", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.39453125, "Shape__Length": 70.499144852623687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211757733180804, 39.939167283628102 ], [ -75.211793040511694, 39.939142579013797 ], [ -75.211974723047206, 39.939295126437599 ], [ -75.2119395020582, 39.939319203443198 ], [ -75.211757733180804, 39.939167283628102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3268, "ADDRESS": "2654 W SELTZER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281419700", "LNIADDRESSKEY": "529747", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.390625, "Shape__Length": 49.259674385047461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175148263549005, 39.997770201621499 ], [ -75.175174054665206, 39.997644997743699 ], [ -75.175228942929195, 39.997651757731603 ], [ -75.175224145412997, 39.9976765552179 ], [ -75.175202969567806, 39.997777329199103 ], [ -75.175148263549005, 39.997770201621499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3269, "ADDRESS": "1370 S MELVILLE ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "272160710", "LNIADDRESSKEY": "426312", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.49609375, "Shape__Length": 67.664260568836028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207913354546207, 39.943340122609897 ], [ -75.207946492211093, 39.943367922049099 ], [ -75.207805824660994, 39.9434663891955 ], [ -75.207769968185701, 39.943492804786899 ], [ -75.207758198424997, 39.943500071806497 ], [ -75.2077257201029, 39.943473109092501 ], [ -75.207913354546207, 39.943340122609897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3270, "ADDRESS": "2165 N 29TH ST", "OWNER1": "RUTH WEBB WID", "OWNER2": "LEONARD L WEBB H/ SON", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323238000", "LNIADDRESSKEY": "682079", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.5625, "Shape__Length": 66.583496068751487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1799131487751, 39.989196515010804 ], [ -75.179922009787404, 39.989156752472901 ], [ -75.180164897664795, 39.989189384550798 ], [ -75.180159571016802, 39.989212751257902 ], [ -75.180157585436604, 39.989221460119801 ], [ -75.180155875505307, 39.989228998208297 ], [ -75.1799131487751, 39.989196515010804 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3271, "ADDRESS": "2320 N BODINE ST", "OWNER1": "R + B REALTY INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191164300", "LNIADDRESSKEY": "41795", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.1171875, "Shape__Length": 50.292149881677659 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1380876967105, 39.986047056882697 ], [ -75.138095044460698, 39.986011560468697 ], [ -75.138271900230095, 39.986035279249201 ], [ -75.138264723827405, 39.986069939367397 ], [ -75.1380876967105, 39.986047056882697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3272, "ADDRESS": "1433 HANSON ST", "OWNER1": "SMITH THEODORE III", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273042800", "LNIADDRESSKEY": "332252", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.49609375, "Shape__Length": 50.110021313943363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211230512600494, 39.940730451331198 ], [ -75.211360399338105, 39.940638833614997 ], [ -75.211393193909402, 39.940666301229498 ], [ -75.211263765582004, 39.940757946023403 ], [ -75.211230512600494, 39.940730451331198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3273, "ADDRESS": "1701 W ERIE AVE", "OWNER1": "SINGHAL AJAY K", "OWNER2": "SINGHAL POONAM N", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131059100", "LNIADDRESSKEY": "139031", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 266.69921875, "Shape__Length": 93.641833541519873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156018926516793, 40.010322868191103 ], [ -75.156048106033893, 40.010190152126199 ], [ -75.156078882150297, 40.010050185150902 ], [ -75.156081405675195, 40.010050532742198 ], [ -75.156137190557999, 40.0100581598725 ], [ -75.156078031247304, 40.010330860928903 ], [ -75.156018926516793, 40.010322868191103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3274, "ADDRESS": "164 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885242780", "LNIADDRESSKEY": "730427", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.5703125, "Shape__Length": 57.192726266251142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134238688536001, 39.988081592389499 ], [ -75.134272240475596, 39.987926541763301 ], [ -75.134323633863204, 39.9879333872194 ], [ -75.134289291355401, 39.988088324106997 ], [ -75.134238688536001, 39.988081592389499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3275, "ADDRESS": "1642 FRANCIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151340910", "LNIADDRESSKEY": "296638", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.96875, "Shape__Length": 58.722284380892255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164453003815794, 39.969061335664698 ], [ -75.164509510170603, 39.969068411471703 ], [ -75.164500082262407, 39.969109707709002 ], [ -75.164574105928196, 39.9691899284716 ], [ -75.164527564108795, 39.969215525061202 ], [ -75.164440026190405, 39.969120476495803 ], [ -75.164446205130005, 39.9690951631556 ], [ -75.164453003815794, 39.969061335664698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3276, "ADDRESS": "2874 AMBER ST", "OWNER1": "SGANGA JOHN P", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252447500", "LNIADDRESSKEY": "14042", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.3125, "Shape__Length": 48.099520014743561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117072144592001, 39.988712344659703 ], [ -75.116984960965794, 39.988612963608396 ], [ -75.117025317775401, 39.988592046202498 ], [ -75.117113122988002, 39.988691635202798 ], [ -75.117119164857598, 39.988698496607697 ], [ -75.117077905740999, 39.988718893277102 ], [ -75.117072144592001, 39.988712344659703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3277, "ADDRESS": "2806 CECIL B MOORE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324040200", "LNIADDRESSKEY": "71871", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.328125, "Shape__Length": 70.486116075936764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180564903598594, 39.981521874320599 ], [ -75.180609552130207, 39.981324826140401 ], [ -75.180663915141196, 39.981332362694403 ], [ -75.180619527306703, 39.981529721946302 ], [ -75.180564903598594, 39.981521874320599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3278, "ADDRESS": "3663 N 21ST ST", "OWNER1": "CULLARS KENNETH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131296000", "LNIADDRESSKEY": "672566", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.02734375, "Shape__Length": 91.571599961917514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162213688127096, 40.010466094053598 ], [ -75.162577616022702, 40.010512741284401 ], [ -75.162567977003505, 40.0105566276277 ], [ -75.162252938575307, 40.010515966919399 ], [ -75.162213688127096, 40.010466094053598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3279, "ADDRESS": "5410 LANCASTER AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041280400", "LNIADDRESSKEY": "377764", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 517.38671875, "Shape__Length": 126.20023849647463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230930529163004, 39.9785911346289 ], [ -75.230950012759706, 39.978705333326303 ], [ -75.230753369525999, 39.978960073408302 ], [ -75.230672859917107, 39.978921328023802 ], [ -75.230930529163004, 39.9785911346289 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3280, "ADDRESS": "2876 AMBER ST", "OWNER1": "ANDREW R ROTZ", "OWNER2": "SARAH HELEN ROTZ", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252447600", "LNIADDRESSKEY": "14043", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.53515625, "Shape__Length": 48.821230136138325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117028453059604, 39.988734410984101 ], [ -75.116941268986594, 39.988635608800202 ], [ -75.116984960965794, 39.988612963608396 ], [ -75.117072144592001, 39.988712344659703 ], [ -75.117077905740999, 39.988718893277102 ], [ -75.117034757933496, 39.9887415509885 ], [ -75.117028453059604, 39.988734410984101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3281, "ADDRESS": "1454 N FRAZIER ST", "OWNER1": "STUMPF JOHN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043083700", "LNIADDRESSKEY": "300993", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.6953125, "Shape__Length": 50.715394200108172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234574008207105, 39.974496433555103 ], [ -75.234577184783703, 39.974511929348402 ], [ -75.234581577856702, 39.974534737478798 ], [ -75.234405318603393, 39.974553779274203 ], [ -75.234398871948898, 39.974515709436098 ], [ -75.234574008207105, 39.974496433555103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3282, "ADDRESS": "1407 S NAPA ST", "OWNER1": "PHILLY 2 BUY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364437900", "LNIADDRESSKEY": "445980", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.9921875, "Shape__Length": 54.997918076402946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195960964115699, 39.936303123016302 ], [ -75.195951273822502, 39.936348140033601 ], [ -75.195766149773306, 39.936323964232599 ], [ -75.1957759549923, 39.936279240362602 ], [ -75.195960964115699, 39.936303123016302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3283, "ADDRESS": "913 W DAUPHIN ST", "OWNER1": "DAUPHIN STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371332200", "LNIADDRESSKEY": "110481", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.62109375, "Shape__Length": 61.079503283968286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147806811191998, 39.986909963011101 ], [ -75.147855924166606, 39.986916186429298 ], [ -75.147865516423494, 39.986917435574099 ], [ -75.147831280748804, 39.987080228366402 ], [ -75.147773366889496, 39.987072886359101 ], [ -75.147777709800494, 39.987048159460201 ], [ -75.147806811191998, 39.986909963011101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3284, "ADDRESS": "4951 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "ROW CONV/APT 3STY MASONRY", "OPA_ID": "442082700", "LNIADDRESSKEY": "314578", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 218.5, "Shape__Length": 82.400763721738031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220735021592105, 39.972638063203199 ], [ -75.220789097657502, 39.972626761624703 ], [ -75.220872697998999, 39.9728612906314 ], [ -75.220816427272098, 39.972867368767403 ], [ -75.220735021592105, 39.972638063203199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3285, "ADDRESS": "2855 WEIKEL ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252379701", "LNIADDRESSKEY": "604982", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.40625, "Shape__Length": 54.422171893114736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115366178151803, 39.985723880978 ], [ -75.115474160802293, 39.985847663199202 ], [ -75.115433371181695, 39.985868972184797 ], [ -75.115324224813904, 39.985745485328103 ], [ -75.115366178151803, 39.985723880978 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3286, "ADDRESS": "1005 W STELLA ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372410700", "LNIADDRESSKEY": "552784", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.953125, "Shape__Length": 46.199329673123316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147015848983401, 39.997414354967603 ], [ -75.147042871486605, 39.9972933761603 ], [ -75.147089844984293, 39.997300404937803 ], [ -75.147061824768997, 39.997421168537599 ], [ -75.147015848983401, 39.997414354967603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3287, "ADDRESS": "4053 W GIRARD AVE", "OWNER1": "LEKASI BERTI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062176600", "LNIADDRESSKEY": "314421", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 303.4453125, "Shape__Length": 92.267837730089937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206201763508901, 39.974053889455597 ], [ -75.206266286293101, 39.974046857084303 ], [ -75.206272112615096, 39.974046228267902 ], [ -75.206320715563905, 39.974306542330403 ], [ -75.206249697277002, 39.9743141233971 ], [ -75.206201763508901, 39.974053889455597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3288, "ADDRESS": "2350 REED ST", "OWNER1": "SUPERIOR PROPERTY HOLDING", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364004800", "LNIADDRESSKEY": "498174", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.984375, "Shape__Length": 66.089520458470972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184061822270607, 39.934959929927899 ], [ -75.184099986462499, 39.934779903634499 ], [ -75.184150847533203, 39.934786603044302 ], [ -75.184158431896606, 39.934787610668202 ], [ -75.184119770475604, 39.934967480565199 ], [ -75.184061822270607, 39.934959929927899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3289, "ADDRESS": "1712 BELFIELD AVE", "OWNER1": "WILLIAMS WILLIE L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171000700", "LNIADDRESSKEY": "32969", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 288.7421875, "Shape__Length": 105.00518212626402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152486757355007, 40.028650959576503 ], [ -75.152573816556199, 40.028612709463701 ], [ -75.152686639600503, 40.028564257914802 ], [ -75.152799749306297, 40.028515393768402 ], [ -75.152848426689999, 40.028494362236898 ], [ -75.152875896729199, 40.028531576030701 ], [ -75.152827284983402, 40.028552576396699 ], [ -75.152725241292302, 40.028596645140098 ], [ -75.152647902467606, 40.028630199029102 ], [ -75.152514339838405, 40.028688562314002 ], [ -75.152486757355007, 40.028650959576503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3290, "ADDRESS": "780 N 38TH ST", "OWNER1": "WILLIAMS JOAN O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243099400", "LNIADDRESSKEY": "685884", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.80078125, "Shape__Length": 75.882955557102449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198592313491204, 39.967741218975497 ], [ -75.198599843775199, 39.967783910514299 ], [ -75.198318371563104, 39.967815435025898 ], [ -75.198310852907497, 39.967772438507701 ], [ -75.198592313491204, 39.967741218975497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3291, "ADDRESS": "5134 HARLAN ST", "OWNER1": "STEWART VICKI K W", "OWNER2": null, "BLDG_DESC": "SEMI DET 2 STY MASONRY", "OPA_ID": "442169700", "LNIADDRESSKEY": "332818", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.14453125, "Shape__Length": 75.541034719368966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225306414648998, 39.9747189664646 ], [ -75.225362311412894, 39.974712265197098 ], [ -75.225398829743298, 39.974927651361902 ], [ -75.225342761078394, 39.974933301459203 ], [ -75.225306414648998, 39.9747189664646 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3292, "ADDRESS": "4311 FAIRMOUNT AVE", "OWNER1": "4311 FAIRMOUNT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061138900", "LNIADDRESSKEY": "283710", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.6328125, "Shape__Length": 76.33856130399235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210148285870602, 39.964655181162698 ], [ -75.210203799319402, 39.964651315971501 ], [ -75.210231299402395, 39.9648699909499 ], [ -75.210175658466, 39.964874481785401 ], [ -75.210148285870602, 39.964655181162698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3293, "ADDRESS": "1908 N DARIEN ST", "OWNER1": "BORKOWSKI ARKADIUSZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202136900", "LNIADDRESSKEY": "108501", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.515625, "Shape__Length": 40.511183626346956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148246933246895, 39.980908789154697 ], [ -75.148254177299705, 39.9808750051846 ], [ -75.148389773328901, 39.980892490979599 ], [ -75.148383075001206, 39.9809256746342 ], [ -75.148246933246895, 39.980908789154697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3294, "ADDRESS": "1723 ORTHODOX ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232101801", "LNIADDRESSKEY": "463649", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.16796875, "Shape__Length": 75.502609310073439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.082586495778699, 40.013286139501197 ], [ -75.0824228356757, 40.013465641299099 ], [ -75.082378468219105, 40.013441768004 ], [ -75.082542256174506, 40.013263300928202 ], [ -75.082586495778699, 40.013286139501197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3295, "ADDRESS": "2457 N 19TH ST", "OWNER1": "CHRISTOU EVANS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162079000", "LNIADDRESSKEY": "668265", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.27734375, "Shape__Length": 66.682364644185469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163145220032604, 39.991641986205998 ], [ -75.163135635584794, 39.991684520012797 ], [ -75.162905211080997, 39.991654727770801 ], [ -75.162896161095702, 39.991653557450199 ], [ -75.162903028508694, 39.9916218106492 ], [ -75.162905589746799, 39.991610696909 ], [ -75.162914744420306, 39.991611886482602 ], [ -75.163145220032604, 39.991641986205998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3296, "ADDRESS": "2629 N WARNOCK ST", "OWNER1": "CITY PODS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371178500", "LNIADDRESSKEY": "597919", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.03125, "Shape__Length": 59.898563825409781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148486663147494, 39.992344519942101 ], [ -75.148495516441997, 39.992303808659102 ], [ -75.148708100008406, 39.992330388500399 ], [ -75.148698339062094, 39.992371288713997 ], [ -75.148486663147494, 39.992344519942101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3297, "ADDRESS": "2138 N FRANKLIN ST", "OWNER1": "SYK HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202073001", "LNIADDRESSKEY": "299265", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.1015625, "Shape__Length": 67.272588217440244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146362140694606, 39.984210221646201 ], [ -75.146607725125705, 39.984242777173598 ], [ -75.146599363389598, 39.984282694186902 ], [ -75.146353484829604, 39.984250130845901 ], [ -75.146362140694606, 39.984210221646201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3298, "ADDRESS": "2503 N WARNOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371174400", "LNIADDRESSKEY": "597851", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.8359375, "Shape__Length": 49.061037284945542 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149062123668699, 39.990408615754298 ], [ -75.149070020383405, 39.990371493598701 ], [ -75.149238792151095, 39.990394403761798 ], [ -75.149231158021195, 39.990431209762299 ], [ -75.149062123668699, 39.990408615754298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3299, "ADDRESS": "8544 LUTHER PL", "OWNER1": "STUCKEY ANGELA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "405223100", "LNIADDRESSKEY": "718124", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19153", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1864.07421875, "Shape__Length": 173.41852616099555 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.248024361393405, 39.891529274432301 ], [ -75.248266173019601, 39.8912621985911 ], [ -75.248556988945097, 39.891416135304901 ], [ -75.248315212903606, 39.891685162045199 ], [ -75.248024361393405, 39.891529274432301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3300, "ADDRESS": "2326 N MYRTLEWOOD ST", "OWNER1": "WILSON LOSA", "OWNER2": "MOLLIE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282049800", "LNIADDRESSKEY": "445013", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.390625, "Shape__Length": 48.799680800366986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180884412303996, 39.991725071913102 ], [ -75.180892596036202, 39.991686020589199 ], [ -75.181057656319993, 39.991707075156199 ], [ -75.181049610383099, 39.991746357078902 ], [ -75.180884412303996, 39.991725071913102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3301, "ADDRESS": "1338 N 7TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141058400", "LNIADDRESSKEY": "642120", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.12890625, "Shape__Length": 77.183673256261926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148046839444405, 39.972915540384001 ], [ -75.147998810952103, 39.972908631853102 ], [ -75.147982376473905, 39.972906098993597 ], [ -75.147983296191796, 39.9728995919535 ], [ -75.147984293026596, 39.972892714991197 ], [ -75.147789113493801, 39.972865204839501 ], [ -75.147795632690801, 39.972830646482997 ], [ -75.147796844341997, 39.9728241618323 ], [ -75.147797317956702, 39.972821657598203 ], [ -75.148064694961406, 39.972854722027598 ], [ -75.148052459675498, 39.972907236521998 ], [ -75.148049245032993, 39.972915643360899 ], [ -75.148046839444405, 39.972915540384001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3302, "ADDRESS": "17 E SOMERSET ST", "OWNER1": "DEJESUS YANELLYS BETH RUI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071197300", "LNIADDRESSKEY": "541214", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.84765625, "Shape__Length": 58.832117270983218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129728300247706, 39.9923111582088 ], [ -75.129761877450505, 39.992155205938801 ], [ -75.129816869917093, 39.992161749193997 ], [ -75.129787477689504, 39.992318425476597 ], [ -75.129728300247706, 39.9923111582088 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3303, "ADDRESS": "1635 N MARSTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324139000", "LNIADDRESSKEY": "415565", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.56640625, "Shape__Length": 74.445787844704768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179589479154799, 39.981080160468203 ], [ -75.179315220649599, 39.981045034183502 ], [ -75.179323880581194, 39.981003332271598 ], [ -75.179598720865698, 39.981038052599402 ], [ -75.179590771796796, 39.981080317814097 ], [ -75.179589479154799, 39.981080160468203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3304, "ADDRESS": "2120 N 31ST ST", "OWNER1": "29 PEARLS INVESMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323296500", "LNIADDRESSKEY": "683601", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.0703125, "Shape__Length": 56.884197130480885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183993294875094, 39.988764396934698 ], [ -75.183985294639498, 39.988803066230098 ], [ -75.183784177887901, 39.988778049285699 ], [ -75.183792896364693, 39.988738122257999 ], [ -75.183993294875094, 39.988764396934698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3305, "ADDRESS": "1930 N 8TH ST", "OWNER1": "YU CHANGYE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202112001", "LNIADDRESSKEY": "644963", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.57421875, "Shape__Length": 59.714856031831928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147916181780602, 39.981236633251697 ], [ -75.147915145548097, 39.981240140630902 ], [ -75.1479084151742, 39.981276370112603 ], [ -75.147907349968605, 39.981280633692101 ], [ -75.147700398937403, 39.981254534064199 ], [ -75.147710169984407, 39.981209523265697 ], [ -75.147916181780602, 39.981236633251697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3306, "ADDRESS": "1705 S 58TH ST", "OWNER1": "CARSON KIM", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "514054100", "LNIADDRESSKEY": "698406", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.8359375, "Shape__Length": 68.542956070808444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230835266547899, 39.937832365283199 ], [ -75.230870428084799, 39.937861668782503 ], [ -75.230679566977102, 39.937994670178 ], [ -75.230647093794005, 39.937967440527601 ], [ -75.230835266547899, 39.937832365283199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3307, "ADDRESS": "1945 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321257201", "LNIADDRESSKEY": "667995", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 257.45703125, "Shape__Length": 86.262864966726454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164530078853204, 39.983882667527403 ], [ -75.164540761367903, 39.983833774679802 ], [ -75.164858459806396, 39.983877298487101 ], [ -75.164848739247802, 39.983925696069598 ], [ -75.164530078853204, 39.983882667527403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3308, "ADDRESS": "6037 TRINITY ST", "OWNER1": "HARRY MAC MILLAN", "OWNER2": "RITA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401212400", "LNIADDRESSKEY": "577446", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.41015625, "Shape__Length": 60.747032873294401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232866039844197, 39.933431019496197 ], [ -75.232909255664396, 39.933399987135303 ], [ -75.233054151743602, 39.933521596435099 ], [ -75.233011297290304, 39.933551364124398 ], [ -75.232866039844197, 39.933431019496197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3309, "ADDRESS": "5115 RANSTEAD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "602017350", "LNIADDRESSKEY": "495282", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-6", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.84375, "Shape__Length": 60.557357606759624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223581722762304, 39.959035907691998 ], [ -75.223617804393896, 39.958872267732801 ], [ -75.223672632114202, 39.958878778571297 ], [ -75.223636550611204, 39.959042418547703 ], [ -75.223581722762304, 39.959035907691998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3310, "ADDRESS": "193 W TIOGA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "072202710", "LNIADDRESSKEY": "572683", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.8359375, "Shape__Length": 42.992750788533534 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131651164393006, 40.003737969675697 ], [ -75.131607410838299, 40.003732167033199 ], [ -75.131631227754397, 40.003624948815897 ], [ -75.131681932202099, 40.00363150466 ], [ -75.131657294885898, 40.003738769498803 ], [ -75.131651164393006, 40.003737969675697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3311, "ADDRESS": "138 N 57TH ST", "OWNER1": "TRADING PLACES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042082600", "LNIADDRESSKEY": "696533", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.6328125, "Shape__Length": 75.787644287606426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234482378788897, 39.963770607124999 ], [ -75.234765115446095, 39.963805256795702 ], [ -75.234756608067002, 39.963845481062698 ], [ -75.234473449437203, 39.9638120643706 ], [ -75.234482378788897, 39.963770607124999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3312, "ADDRESS": "3025 N MARVINE ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372242801", "LNIADDRESSKEY": "416886", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.3828125, "Shape__Length": 55.226754020184444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148629702123102, 39.9984985887696 ], [ -75.148546952915396, 39.998487670657497 ], [ -75.1484836169396, 39.9984793684078 ], [ -75.148435352349495, 39.998473180446403 ], [ -75.148443069393096, 39.998434780426599 ], [ -75.148638136061194, 39.998460623959197 ], [ -75.148629702123102, 39.9984985887696 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3313, "ADDRESS": "2032 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183337900", "LNIADDRESSKEY": "388591", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.46484375, "Shape__Length": 46.151590781204789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141032757474605, 39.982040975915702 ], [ -75.141039339066594, 39.982009289029698 ], [ -75.141041492130697, 39.981999585532499 ], [ -75.141173832598497, 39.982016199416897 ], [ -75.141191607449599, 39.982018230945897 ], [ -75.141189453152904, 39.982027967079503 ], [ -75.141182846861099, 39.982060298768403 ], [ -75.141132228580105, 39.982053538114201 ], [ -75.141032757474605, 39.982040975915702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3314, "ADDRESS": "2419 N 10TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371160101", "LNIADDRESSKEY": "732881", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.734375, "Shape__Length": 63.488084317977851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148233899367696, 39.9890311615654 ], [ -75.148448978724105, 39.989062344345498 ], [ -75.148437776372802, 39.989111868414199 ], [ -75.148222449421695, 39.989081679010297 ], [ -75.148233899367696, 39.9890311615654 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3315, "ADDRESS": "2855 N FAIRHILL ST", "OWNER1": "LAND HO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192260810", "LNIADDRESSKEY": "281643", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.65234375, "Shape__Length": 71.648744229318851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140802346608396, 39.9951253539245 ], [ -75.140551865990204, 39.995091628077802 ], [ -75.140564451570896, 39.995042828741497 ], [ -75.140595529685697, 39.995046711338802 ], [ -75.140816700459595, 39.995075805238301 ], [ -75.140806081393805, 39.9951208773942 ], [ -75.140805005832405, 39.995125431265201 ], [ -75.140802346608396, 39.9951253539245 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3316, "ADDRESS": "1310 S LINDENWOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511220200", "LNIADDRESSKEY": "393585", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.30859375, "Shape__Length": 60.602231676343628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220781309015507, 39.940644808693698 ], [ -75.220876714053404, 39.940576809053702 ], [ -75.220883379114596, 39.940571056725901 ], [ -75.2209328901438, 39.940535991338898 ], [ -75.220939578823405, 39.940531255406 ], [ -75.220977412084807, 39.9405624105217 ], [ -75.220970527611499, 39.940567335854404 ], [ -75.220922659424104, 39.940601582659198 ], [ -75.220872066358595, 39.940638122095599 ], [ -75.220832225006603, 39.940667097064797 ], [ -75.220818163740603, 39.940675798123898 ], [ -75.220809965547303, 39.940668766366997 ], [ -75.220781309015507, 39.940644808693698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3317, "ADDRESS": "1942 N 19TH ST", "OWNER1": "SINGHAL RUPALI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321265200", "LNIADDRESSKEY": "667992", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.16015625, "Shape__Length": 92.66838956607954 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165065329623999, 39.983749516656403 ], [ -75.165074660250099, 39.983705896920704 ], [ -75.165427527996798, 39.983754176867699 ], [ -75.165425281867101, 39.983764184993497 ], [ -75.165418408283102, 39.9837978002505 ], [ -75.165065329623999, 39.983749516656403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3318, "ADDRESS": "4456 N CLEVELAND ST", "OWNER1": "MARTIN PAUL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132185700", "LNIADDRESSKEY": "90354", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.04296875, "Shape__Length": 51.287263414374962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155608826284507, 40.022040899042203 ], [ -75.155787878220806, 40.022065206932403 ], [ -75.155779899505802, 40.022101714961003 ], [ -75.155600512899099, 40.0220773837314 ], [ -75.155608826284507, 40.022040899042203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3319, "ADDRESS": "1349 S WILTON ST", "OWNER1": "SQUIRREL HILLS HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511210300", "LNIADDRESSKEY": "616404", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.7734375, "Shape__Length": 57.275590799131095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219394608121704, 39.940533977362001 ], [ -75.219355823085294, 39.940501761179199 ], [ -75.219502311223906, 39.940397276356698 ], [ -75.219541096270106, 39.940429492490097 ], [ -75.219394608121704, 39.940533977362001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3320, "ADDRESS": "1740 N MARSHALL ST", "OWNER1": "BEITAR JERUSALEM HOLDINGS INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201146200", "LNIADDRESSKEY": "413763", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 226.0703125, "Shape__Length": 82.61905472860596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145977678289398, 39.978148608115603 ], [ -75.145985577978394, 39.978104312964 ], [ -75.146295135910904, 39.978140062523103 ], [ -75.146286650867296, 39.978184280212702 ], [ -75.145977678289398, 39.978148608115603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3321, "ADDRESS": "3218 HARTVILLE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "073175300", "LNIADDRESSKEY": "335173", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.94921875, "Shape__Length": 44.373031840193306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.119847843022896, 39.9981138746233 ], [ -75.119707902777506, 39.998096885796599 ], [ -75.119715304101604, 39.998058399010901 ], [ -75.119856120562105, 39.998074957392397 ], [ -75.119862505357005, 39.998075716382999 ], [ -75.119856478617805, 39.998102498774998 ], [ -75.119853497277603, 39.998114552677499 ], [ -75.119847843022896, 39.9981138746233 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3322, "ADDRESS": "2103 E BIRCH ST", "OWNER1": "MC MANIS JAMES S/M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252153000", "LNIADDRESSKEY": "39714", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.6171875, "Shape__Length": 53.305902993364249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115607656384796, 39.989082951206697 ], [ -75.115761939939802, 39.989003571633603 ], [ -75.115789098376396, 39.989037096061203 ], [ -75.1156361028725, 39.989118940269201 ], [ -75.115607656384796, 39.989082951206697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3323, "ADDRESS": "6029 TRINITY ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401212000", "LNIADDRESSKEY": "577438", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.78125, "Shape__Length": 60.292611444730724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232695683223398, 39.933549079282798 ], [ -75.232737505926593, 39.933519482776397 ], [ -75.232880604863496, 39.933642134045897 ], [ -75.232839354609894, 39.9336709683122 ], [ -75.232695683223398, 39.933549079282798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3324, "ADDRESS": "2334 N 12TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371233000", "LNIADDRESSKEY": "653998", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.828125, "Shape__Length": 59.277665094436628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152067852602599, 39.988170591177102 ], [ -75.152278900653798, 39.988196468792701 ], [ -75.152270195043499, 39.988236684712902 ], [ -75.152059154596898, 39.988209533440497 ], [ -75.152067852602599, 39.988170591177102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3325, "ADDRESS": "3608 MOUNT VERNON ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "774697000", "LNIADDRESSKEY": "443206", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 267.90625, "Shape__Length": 73.324675482758295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194984322339096, 39.964123599384301 ], [ -75.194976822214301, 39.964082939986803 ], [ -75.195042207150706, 39.964076158558697 ], [ -75.195066393886407, 39.964073634855602 ], [ -75.195095817478901, 39.964230408652902 ], [ -75.195100298018701, 39.964254414390297 ], [ -75.195010796280798, 39.964264655905097 ], [ -75.195006296482902, 39.964240618199497 ], [ -75.194984322339096, 39.964123599384301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3326, "ADDRESS": "1842 N MARSTON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323195001", "LNIADDRESSKEY": "415627", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.34375, "Shape__Length": 43.655792712672131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179337539920098, 39.983948331755997 ], [ -75.179345847954096, 39.983909863343499 ], [ -75.179488499488897, 39.983929500774103 ], [ -75.179481076799703, 39.983967827968897 ], [ -75.179337539920098, 39.983948331755997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3327, "ADDRESS": "2635 CECIL B MOORE AVE", "OWNER1": "ONE KEY HOMES PHL LLC", "OWNER2": null, "BLDG_DESC": "ROW CONV/APT 3STY MASONRY", "OPA_ID": "324051100", "LNIADDRESSKEY": "71843", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.51171875, "Shape__Length": 70.533697574255527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178535475800103, 39.981651077656601 ], [ -75.178577518949396, 39.981454906555498 ], [ -75.178634824879396, 39.981462203668599 ], [ -75.178592348587998, 39.9816576386416 ], [ -75.178535475800103, 39.981651077656601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3328, "ADDRESS": "1539 OGDEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152313410", "LNIADDRESSKEY": "456373", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.875, "Shape__Length": 66.770185807587296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162636371942796, 39.970198618578401 ], [ -75.162675170525901, 39.970013292762999 ], [ -75.162678007045002, 39.970013647300199 ], [ -75.1627297390298, 39.970020148912099 ], [ -75.162690313537993, 39.9702054121773 ], [ -75.162636371942796, 39.970198618578401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3329, "ADDRESS": "6066 ALLMAN ST", "OWNER1": "HARPER DEANNA LYN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401249000", "LNIADDRESSKEY": "12083", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.15625, "Shape__Length": 59.225868284325102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232165121283103, 39.931729243549398 ], [ -75.232123697331005, 39.931693838294898 ], [ -75.232165993893304, 39.931663866116999 ], [ -75.232220959156507, 39.931710755649597 ], [ -75.232305638696303, 39.931782991563303 ], [ -75.232263362380706, 39.931812416882003 ], [ -75.232195681186397, 39.931754980214997 ], [ -75.232188317061002, 39.931747467530997 ], [ -75.232171210720793, 39.931734438591597 ], [ -75.232165121283103, 39.931729243549398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3330, "ADDRESS": "816 N 15TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151013510", "LNIADDRESSKEY": "657858", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.0, "Shape__Length": 79.341671644457435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162172097440305, 39.9686478485674 ], [ -75.162177110629798, 39.968693886447298 ], [ -75.161876984600198, 39.968656264146396 ], [ -75.161886666850904, 39.9686116366859 ], [ -75.162172097440305, 39.9686478485674 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3331, "ADDRESS": "2440 N OPAL ST", "OWNER1": "AVON V P TALLY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162128700", "LNIADDRESSKEY": "460346", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.28125, "Shape__Length": 51.777000588319055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164562723478497, 39.991432191841497 ], [ -75.164571689428797, 39.991433377031903 ], [ -75.164570361295006, 39.9914407624712 ], [ -75.164562839879395, 39.991473170384303 ], [ -75.164554143937906, 39.991472008169303 ], [ -75.164551308575795, 39.991471637957403 ], [ -75.164385558464105, 39.991449559633701 ], [ -75.164394148770896, 39.991410001474499 ], [ -75.164559971509306, 39.991431823508201 ], [ -75.164562723478497, 39.991432191841497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3332, "ADDRESS": "4822 N FRANKLIN ST", "OWNER1": "PHL LIVING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491238100", "LNIADDRESSKEY": "300159", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.5703125, "Shape__Length": 60.555376339100093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1373849541759, 40.025390104032603 ], [ -75.137600686916997, 40.025417547544798 ], [ -75.137592294322005, 40.025457463372803 ], [ -75.137375701036405, 40.025430031805598 ], [ -75.1373849541759, 40.025390104032603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3333, "ADDRESS": "2364 N FAIRHILL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191364901", "LNIADDRESSKEY": "730742", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.83984375, "Shape__Length": 41.699947004140327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142766452888495, 39.987621979262499 ], [ -75.142758587219603, 39.987656571018803 ], [ -75.142619049643599, 39.9876377335085 ], [ -75.142626368802496, 39.987603725145398 ], [ -75.142766452888495, 39.987621979262499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3334, "ADDRESS": "918 N 17TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471257210", "LNIADDRESSKEY": "662724", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.3984375, "Shape__Length": 80.691437779164346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164820736503899, 39.971415041944901 ], [ -75.164753267343798, 39.971406380210396 ], [ -75.164547859486902, 39.9713800388378 ], [ -75.164558471947004, 39.971330742358099 ], [ -75.164851932289196, 39.971367691341399 ], [ -75.164839979934797, 39.971417506150097 ], [ -75.164820736503899, 39.971415041944901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3335, "ADDRESS": "2638 N BANCROFT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161114401", "LNIADDRESSKEY": "29140", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.19921875, "Shape__Length": 49.085565692312151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158577867862107, 39.993643826509398 ], [ -75.158745057918907, 39.993666719392301 ], [ -75.158737519568803, 39.993704978712003 ], [ -75.1585699183305, 39.993681883944902 ], [ -75.158577867862107, 39.993643826509398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3336, "ADDRESS": "5128 WARREN ST", "OWNER1": "MAXINE HANNA WID", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442179000", "LNIADDRESSKEY": "599135", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.9296875, "Shape__Length": 106.91056070435268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225349978225907, 39.9754285224708 ], [ -75.225491384954296, 39.9752616533953 ], [ -75.225376059651495, 39.975270802224301 ], [ -75.225399084381493, 39.975243212280098 ], [ -75.225447047349107, 39.975238046062202 ], [ -75.225545906115499, 39.975229388618303 ], [ -75.225561328277806, 39.9752271003494 ], [ -75.225388999016204, 39.9754457903542 ], [ -75.225349978225907, 39.9754285224708 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3337, "ADDRESS": "2840 WINTON ST", "OWNER1": "KURT PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "482101800", "LNIADDRESSKEY": "618597", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.6796875, "Shape__Length": 55.043367377298324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193851148887205, 39.926607400270697 ], [ -75.193884195395597, 39.926459094419798 ], [ -75.1939342187069, 39.926465092927401 ], [ -75.1939014725899, 39.926613777151999 ], [ -75.193851148887205, 39.926607400270697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3338, "ADDRESS": "915 W DUNCANNON AVE", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "492028900", "LNIADDRESSKEY": "125087", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 333.6328125, "Shape__Length": 91.947184769312528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138498136561793, 40.0315250441651 ], [ -75.138554029690894, 40.031274134909999 ], [ -75.138633269279694, 40.031284093156103 ], [ -75.138603379057699, 40.031421094124099 ], [ -75.138602742915197, 40.031427269677998 ], [ -75.138596913662994, 40.031452881572697 ], [ -75.138583282035, 40.031513955966098 ], [ -75.138577833575795, 40.031535078168197 ], [ -75.138498136561793, 40.0315250441651 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3339, "ADDRESS": "2820 N BAMBREY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381123700", "LNIADDRESSKEY": "28562", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.67578125, "Shape__Length": 49.224030399657146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173172919994599, 39.998463179455598 ], [ -75.173171978862598, 39.998467527113498 ], [ -75.173165627810903, 39.998500671326397 ], [ -75.1731530077641, 39.998499082693598 ], [ -75.172996500739799, 39.998474839309999 ], [ -75.173004499195201, 39.998438071724102 ], [ -75.173161095317795, 39.998461624445298 ], [ -75.173172919994599, 39.998463179455598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3340, "ADDRESS": "2460 N 17TH ST", "OWNER1": "STUMPF JOHN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161170200", "LNIADDRESSKEY": "663188", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.33984375, "Shape__Length": 66.218693069382724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160167693111106, 39.991395589470898 ], [ -75.160176165134203, 39.9913548204146 ], [ -75.160416317427703, 39.991387191560001 ], [ -75.160407519961097, 39.991427743802099 ], [ -75.160167693111106, 39.991395589470898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3341, "ADDRESS": "1759 N CROSKEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472182510", "LNIADDRESSKEY": "103903", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.30859375, "Shape__Length": 55.757486200349149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171154072779203, 39.981754166357803 ], [ -75.171350144190697, 39.981780623237199 ], [ -75.171341973854993, 39.981819208016297 ], [ -75.171145455921106, 39.981792902147802 ], [ -75.171154072779203, 39.981754166357803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3342, "ADDRESS": "85-87 E WISTER ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121054200", "LNIADDRESSKEY": "619730", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 496.40234375, "Shape__Length": 95.170340860186826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163509387979303, 40.031786828058301 ], [ -75.163280253084295, 40.0316530477699 ], [ -75.163364869212003, 40.0315676970665 ], [ -75.163593444785306, 40.031703463718401 ], [ -75.163509387979303, 40.031786828058301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3343, "ADDRESS": "2920 RIDGE AVE", "OWNER1": "UNG IM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323039301", "LNIADDRESSKEY": "504306", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.609375, "Shape__Length": 69.025904709260956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181519390075195, 39.986964616377499 ], [ -75.181559820724104, 39.986995487630303 ], [ -75.181381370108397, 39.987133734328403 ], [ -75.181342103571794, 39.9871031312125 ], [ -75.181519390075195, 39.986964616377499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3344, "ADDRESS": "4663 HAWTHORNE ST", "OWNER1": "BIG HOUSES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232290700", "LNIADDRESSKEY": "337173", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 303.5859375, "Shape__Length": 97.00714531139289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.080354935612903, 40.014093532766502 ], [ -75.080657734668804, 40.014255537062503 ], [ -75.0806187545044, 40.014298349280999 ], [ -75.080318016190105, 40.014134038833198 ], [ -75.080354935612903, 40.014093532766502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3345, "ADDRESS": "754 N DEKALB ST", "OWNER1": "MD PROPERTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243090900", "LNIADDRESSKEY": "111114", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.0703125, "Shape__Length": 69.187788928522963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197449696845297, 39.967321695707803 ], [ -75.197708692573798, 39.967291752470302 ], [ -75.197714389384203, 39.967330244028297 ], [ -75.197462610175407, 39.9673577202621 ], [ -75.197456340494796, 39.967358435615701 ], [ -75.197449696845297, 39.967321695707803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3346, "ADDRESS": "1958 N 8TH ST", "OWNER1": "INFINITE GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202113400", "LNIADDRESSKEY": "644987", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.07421875, "Shape__Length": 66.815641048529699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147567158067403, 39.981890329570099 ], [ -75.147576903899605, 39.981845446603302 ], [ -75.147814947419306, 39.981875524371397 ], [ -75.147805229506503, 39.981919682666401 ], [ -75.147567158067403, 39.981890329570099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3347, "ADDRESS": "49 E ASHMEAD ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121091605", "LNIADDRESSKEY": "22976", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.98046875, "Shape__Length": 55.788313284668291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165829828777305, 40.031755948642598 ], [ -75.165859587110901, 40.031727281220903 ], [ -75.166019075000406, 40.031823880114203 ], [ -75.165990374327507, 40.031851782986202 ], [ -75.165898577650907, 40.031797570331001 ], [ -75.165872023241306, 40.031782303231502 ], [ -75.165829828777305, 40.031755948642598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3348, "ADDRESS": "3234 N 15TH ST", "OWNER1": "S & A VENTURES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112172700", "LNIADDRESSKEY": "658418", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.81640625, "Shape__Length": 76.393681650045608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154426465088505, 40.002858984655397 ], [ -75.154706877537706, 40.002892535043898 ], [ -75.154696923550205, 40.002937429606902 ], [ -75.154416097799896, 40.002903192964098 ], [ -75.154426465088505, 40.002858984655397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3349, "ADDRESS": "3415 N 19TH ST", "OWNER1": "RAM PHILA COMMUNITY 4 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112268400", "LNIADDRESSKEY": "668450", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 375.80859375, "Shape__Length": 109.03557476328788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159558785269397, 40.006151906142698 ], [ -75.159571714100593, 40.006096567994298 ], [ -75.159635314681907, 40.006104177248702 ], [ -75.1599828764177, 40.006145628928103 ], [ -75.159970729011903, 40.006200839455602 ], [ -75.159623269090503, 40.006158938408603 ], [ -75.159558785269397, 40.006151906142698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3350, "ADDRESS": "1316 W ERIE AVE", "OWNER1": "BAKER WARREN E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432058500", "LNIADDRESSKEY": "138921", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 283.3515625, "Shape__Length": 91.657902406575673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149762648046107, 40.008897881636798 ], [ -75.149630507248602, 40.0088812192284 ], [ -75.149682880022695, 40.008633659946099 ], [ -75.149768322734502, 40.008898591315202 ], [ -75.149762648046107, 40.008897881636798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3351, "ADDRESS": "1506 W ERIE AVE", "OWNER1": "195 DEVELOPER & MANAGEMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131040700", "LNIADDRESSKEY": "138959", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 235.2734375, "Shape__Length": 89.779557069998035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153179979732002, 40.009353174765899 ], [ -75.153235674666305, 40.009089117319803 ], [ -75.153289644361607, 40.009095963715602 ], [ -75.153233534417595, 40.0093593506746 ], [ -75.153179979732002, 40.009353174765899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3352, "ADDRESS": "2401 STEWART ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291177300", "LNIADDRESSKEY": "554546", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 2609.59765625, "Shape__Length": 352.32562366252773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174875169024901, 39.977637910907397 ], [ -75.176285976686998, 39.9778180797178 ], [ -75.176262020521804, 39.977929110273202 ], [ -75.175605894690804, 39.977845321550902 ], [ -75.175605018997203, 39.977849383492199 ], [ -75.175506458887995, 39.977836796145702 ], [ -75.175507334587294, 39.977832734205101 ], [ -75.174851212123102, 39.977748940076403 ], [ -75.174875169024901, 39.977637910907397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3353, "ADDRESS": "3021-25 N 7TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "885442260", "LNIADDRESSKEY": "642683", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "I-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 755.0, "Shape__Length": 125.06321839096759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142323352309901, 39.997523650228501 ], [ -75.142429769812495, 39.997538238195403 ], [ -75.142419367107195, 39.997593519466498 ], [ -75.142634219334298, 39.9976225314484 ], [ -75.142606982513399, 39.997745068928801 ], [ -75.142283679632897, 39.997699826787098 ], [ -75.142323352309901, 39.997523650228501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3354, "ADDRESS": "1704 W ERIE AVE", "OWNER1": "BFN INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131044800", "LNIADDRESSKEY": "139034", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 232.66015625, "Shape__Length": 87.095421177054959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156271066448696, 40.009743091518402 ], [ -75.1563259217412, 40.009489701062797 ], [ -75.156381462098196, 40.009497161503603 ], [ -75.156325927114906, 40.009750214512799 ], [ -75.156271066448696, 40.009743091518402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3355, "ADDRESS": "2224 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162182301", "LNIADDRESSKEY": "672244", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.10546875, "Shape__Length": 91.358554032155922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167589793732802, 39.9884247081864 ], [ -75.167600040627093, 39.988380608826802 ], [ -75.167765236157706, 39.9884022343144 ], [ -75.167947878559204, 39.988427379702301 ], [ -75.167937311990798, 39.988469957066002 ], [ -75.167589793732802, 39.9884247081864 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3356, "ADDRESS": "617 N 37TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242175900", "LNIADDRESSKEY": "685634", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.421875, "Shape__Length": 43.706482108623831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195782876408998, 39.963994109861098 ], [ -75.195930754293698, 39.9639768171754 ], [ -75.195938084762304, 39.9640119596869 ], [ -75.195789967469807, 39.964029506093603 ], [ -75.195782876408998, 39.963994109861098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3357, "ADDRESS": "2114 N 31ST ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323296201", "LNIADDRESSKEY": "683596", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.07421875, "Shape__Length": 58.260351837240087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183808819262197, 39.9886561383762 ], [ -75.183818607452494, 39.988613979360998 ], [ -75.184020460920493, 39.988638318948702 ], [ -75.184010342323404, 39.988682599226699 ], [ -75.183808819262197, 39.9886561383762 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3358, "ADDRESS": "2128 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191179101", "LNIADDRESSKEY": "632524", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.2265625, "Shape__Length": 53.555666895969225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139281954810002, 39.983283231381002 ], [ -75.139289460852297, 39.983245535507798 ], [ -75.139478031576601, 39.9832685245741 ], [ -75.139470770430506, 39.983305870123701 ], [ -75.139281954810002, 39.983283231381002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3359, "ADDRESS": "266 W WENSLEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193229601", "LNIADDRESSKEY": "607197", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.61328125, "Shape__Length": 51.271460335752309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134941160753499, 40.001645514469999 ], [ -75.134969024991506, 40.001518495532501 ], [ -75.134969532518795, 40.001514025626498 ], [ -75.134974309681297, 40.001514634516397 ], [ -75.135025389528195, 40.001521181696702 ], [ -75.135024631174005, 40.001526194387402 ], [ -75.134995279555, 40.001653163686697 ], [ -75.134941160753499, 40.001645514469999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3360, "ADDRESS": "505 DIAMOND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191384600", "LNIADDRESSKEY": "116315", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.16796875, "Shape__Length": 55.922318927157789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1424045077774, 39.982935601581303 ], [ -75.1424473859106, 39.982941492008798 ], [ -75.142411339495396, 39.983098230243598 ], [ -75.142369212450902, 39.9830929853334 ], [ -75.1424045077774, 39.982935601581303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3361, "ADDRESS": "2219 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162207501", "LNIADDRESSKEY": "674063", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 255.78515625, "Shape__Length": 92.271351414114761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168940236482698, 39.988453682437097 ], [ -75.1690204829073, 39.988464593974399 ], [ -75.169011338908902, 39.988507783439097 ], [ -75.168931935051802, 39.988497277153897 ], [ -75.1686596360382, 39.988461202571102 ], [ -75.168669743528596, 39.988416938940098 ], [ -75.168940236482698, 39.988453682437097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3362, "ADDRESS": "1526 S STILLMAN ST", "OWNER1": "MANNINO ANDREW TR", "OWNER2": "1526 SOUTH STILLMAN STREET TRUST", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364200100", "LNIADDRESSKEY": "555846", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.28125, "Shape__Length": 45.714126598068205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1871110657342, 39.933562118236601 ], [ -75.187119641243001, 39.933524074397397 ], [ -75.187272282997299, 39.933544234090697 ], [ -75.187264623214801, 39.933581895200497 ], [ -75.1871110657342, 39.933562118236601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3363, "ADDRESS": "2330 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191164801", "LNIADDRESSKEY": "41801", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.1015625, "Shape__Length": 50.107552935954324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1380511728388, 39.986227438375501 ], [ -75.138059187969702, 39.986191341076498 ], [ -75.138234566802794, 39.986214680524498 ], [ -75.138226367159007, 39.986249905273603 ], [ -75.1380511728388, 39.986227438375501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3364, "ADDRESS": "4940 N 7TH ST", "OWNER1": "PHILA REDEVELOPMENT", "OWNER2": "AUTHORITY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491217600", "LNIADDRESSKEY": "643464", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.7734375, "Shape__Length": 68.131835611225839 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136354310955596, 40.027170668842203 ], [ -75.136363667365501, 40.027129146423498 ], [ -75.136610804099107, 40.027161272013501 ], [ -75.136601516408405, 40.027203182326097 ], [ -75.136481615517795, 40.027187428309198 ], [ -75.136354310955596, 40.027170668842203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3365, "ADDRESS": "4130 PENNSGROVE ST", "OWNER1": "JOSEPH L FRIESON T/F", "OWNER2": "MARY FRIESON", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062120400", "LNIADDRESSKEY": "478528", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.796875, "Shape__Length": 88.265181044234282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206872689518804, 39.970552733725299 ], [ -75.206918822232694, 39.970809623064902 ], [ -75.206861553186997, 39.970816058529898 ], [ -75.206815871790894, 39.970558341232199 ], [ -75.206872689518804, 39.970552733725299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3366, "ADDRESS": "1217 W ERIE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432204410", "LNIADDRESSKEY": "138880", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 298.19140625, "Shape__Length": 108.82655646474933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148141703335398, 40.009029402775397 ], [ -75.148196193254407, 40.009036344458799 ], [ -75.148126146684604, 40.0093642317633 ], [ -75.1480712282344, 40.009356426624798 ], [ -75.148141703335398, 40.009029402775397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3367, "ADDRESS": "4245 LEIDY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062201310", "LNIADDRESSKEY": "388148", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.44140625, "Shape__Length": 80.98530538735821 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211324562875404, 39.975897758100402 ], [ -75.211458561844296, 39.975685605968799 ], [ -75.211508512719405, 39.975705200620602 ], [ -75.211375803115899, 39.975917090757797 ], [ -75.211324562875404, 39.975897758100402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3368, "ADDRESS": "2029 S 70TH ST", "OWNER1": "PLOTZ LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403206600", "LNIADDRESSKEY": "706655", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.3359375, "Shape__Length": 72.343234918403624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243293144740306, 39.922304562184898 ], [ -75.243100806468902, 39.9224425949363 ], [ -75.243073095631701, 39.922420243621403 ], [ -75.243067900251802, 39.922415794003797 ], [ -75.243058389274097, 39.922408026729499 ], [ -75.243099566759199, 39.922379153649899 ], [ -75.243141681040598, 39.922349270525302 ], [ -75.243161818352604, 39.922335155218903 ], [ -75.243251590534399, 39.922270430751396 ], [ -75.243256800148899, 39.922274494370903 ], [ -75.243293144740306, 39.922304562184898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3369, "ADDRESS": "3801 RENO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243131010", "LNIADDRESSKEY": "500899", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.34375, "Shape__Length": 66.944408219274848 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198739029879604, 39.968466835611103 ], [ -75.198738853999004, 39.968465945336099 ], [ -75.198791139101402, 39.968460530520403 ], [ -75.198825211849993, 39.968648872977496 ], [ -75.198774494302299, 39.968654949990501 ], [ -75.198739029879604, 39.968466835611103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3370, "ADDRESS": "6052 VINE ST", "OWNER1": "PENNDREX PROPERTY DEVELOP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341029300", "LNIADDRESSKEY": "589413", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 374.01171875, "Shape__Length": 104.70722154505778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240969782037098, 39.966622317366998 ], [ -75.241033869917004, 39.966324445906402 ], [ -75.241110249591202, 39.9663341112255 ], [ -75.241044802831098, 39.966631372993398 ], [ -75.240969782037098, 39.966622317366998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3371, "ADDRESS": "2361 N 19TH ST", "OWNER1": "BATHRUS B WILLIAMS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162076000", "LNIADDRESSKEY": "668206", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.9375, "Shape__Length": 66.197189783422374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163204904123404, 39.990249594095097 ], [ -75.163213464799, 39.990209713229603 ], [ -75.163454859926404, 39.990241863941201 ], [ -75.163445380152297, 39.990281659912199 ], [ -75.163204904123404, 39.990249594095097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3372, "ADDRESS": "2632 ELLSWORTH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362004505", "LNIADDRESSKEY": "134304", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.68359375, "Shape__Length": 41.656347671363072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187671329436796, 39.939369874006999 ], [ -75.1876930052766, 39.939265418795699 ], [ -75.187741524812495, 39.939272112648297 ], [ -75.187720968264202, 39.939375754933401 ], [ -75.187671329436796, 39.939369874006999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3373, "ADDRESS": "1427 S 49TH ST", "OWNER1": "1427 S 49TH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273054900", "LNIADDRESSKEY": "689890", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.96875, "Shape__Length": 66.421908317261753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211461670953696, 39.9403333511612 ], [ -75.211445823405597, 39.940319766933598 ], [ -75.211628955618593, 39.9401913647905 ], [ -75.2116625718443, 39.9402197864313 ], [ -75.211479225181506, 39.940348328042397 ], [ -75.211461670953696, 39.9403333511612 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3374, "ADDRESS": "2646 W YORK ST", "OWNER1": "J & J HOME INVESTMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281245500", "LNIADDRESSKEY": "629393", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.8515625, "Shape__Length": 50.082683788007834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176203010243199, 39.991968994016098 ], [ -75.176230539334995, 39.991833754501997 ], [ -75.176276116636799, 39.991839418942 ], [ -75.176267674434797, 39.991882978269601 ], [ -75.176258429515997, 39.991927858726299 ], [ -75.176248837171102, 39.991974680956297 ], [ -75.176203010243199, 39.991968994016098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3375, "ADDRESS": "34 FARSON ST", "OWNER1": "MINIHOUSING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441074800", "LNIADDRESSKEY": "285571", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.95703125, "Shape__Length": 52.098657223089688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221829002414196, 39.960482633002101 ], [ -75.221837085717297, 39.960443302311702 ], [ -75.222017075292896, 39.960465564294601 ], [ -75.222008812448195, 39.960504648895899 ], [ -75.221829002414196, 39.960482633002101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3376, "ADDRESS": "2938 FRENCH ST", "OWNER1": "GEORGE BUTTS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323153600", "LNIADDRESSKEY": "301672", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.30078125, "Shape__Length": 52.930565894151144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181421955475599, 39.989038222899701 ], [ -75.181453412986798, 39.988897411948003 ], [ -75.181503767276197, 39.988903632881197 ], [ -75.181472594542797, 39.989044659702202 ], [ -75.181421955475599, 39.989038222899701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3377, "ADDRESS": "1139 N 41ST ST", "OWNER1": "ENGLISHTOWN HOLDING COMPANY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062249900", "LNIADDRESSKEY": "686713", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 311.9296875, "Shape__Length": 85.051774071883358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2059454599719, 39.973496755087403 ], [ -75.205968449830607, 39.973494332006403 ], [ -75.205968374931501, 39.973494103968697 ], [ -75.205965333433198, 39.973481898895798 ], [ -75.206235515562597, 39.973452473433397 ], [ -75.206238149813402, 39.973465508529898 ], [ -75.2062464629945, 39.973506475605298 ], [ -75.206248834068205, 39.973518134216 ], [ -75.206176082842703, 39.973525612608 ], [ -75.206123218732401, 39.973531823296497 ], [ -75.206061028991101, 39.973538682047597 ], [ -75.2060007987494, 39.973544696718299 ], [ -75.205954880159794, 39.973548417990202 ], [ -75.205953003168005, 39.973538108316298 ], [ -75.2059454599719, 39.973496755087403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3378, "ADDRESS": "1438 BLAVIS ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132349605", "LNIADDRESSKEY": "40594", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 239.8203125, "Shape__Length": 89.155511808974254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150029660720193, 40.020838663799303 ], [ -75.150053466818804, 40.020732230507001 ], [ -75.150081741612595, 40.0205945294271 ], [ -75.1500849155982, 40.020579013669497 ], [ -75.1501418265089, 40.020586443768202 ], [ -75.150138163441298, 40.020601610571902 ], [ -75.150085438106004, 40.020845632388301 ], [ -75.150029660720193, 40.020838663799303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3379, "ADDRESS": "2345 N GARNET ST", "OWNER1": "SINN PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162096500", "LNIADDRESSKEY": "306727", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.8671875, "Shape__Length": 51.881482850271311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163954916295594, 39.989942486281599 ], [ -75.163962884784596, 39.989905493297996 ], [ -75.164144153779105, 39.989929905309197 ], [ -75.164135948371296, 39.989967085557701 ], [ -75.163954916295594, 39.989942486281599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3380, "ADDRESS": "2408 N 18TH ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162007200", "LNIADDRESSKEY": "665721", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.80859375, "Shape__Length": 66.631277889336715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162195204156603, 39.990518812563003 ], [ -75.162191367200407, 39.990518291314999 ], [ -75.161962311093106, 39.990487899473898 ], [ -75.161972094052302, 39.990445128078498 ], [ -75.162200882433893, 39.990475932839601 ], [ -75.162204509918496, 39.990476417829001 ], [ -75.162211662478697, 39.9904773854987 ], [ -75.162205443904597, 39.990504165400701 ], [ -75.162201313291007, 39.990519611419401 ], [ -75.162195204156603, 39.990518812563003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3381, "ADDRESS": "1910 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183314500", "LNIADDRESSKEY": "461409", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.9609375, "Shape__Length": 54.837491511017916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140505375582904, 39.9799258463934 ], [ -75.140516603357298, 39.979876839400802 ], [ -75.140695223065606, 39.9799011952123 ], [ -75.140683869576407, 39.979950200487401 ], [ -75.140505375582904, 39.9799258463934 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3382, "ADDRESS": "346 W PENN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "124017810", "LNIADDRESSKEY": "477803", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.796875, "Shape__Length": 58.210897554848458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175812669230595, 40.026200367030803 ], [ -75.175845205267706, 40.026170129724797 ], [ -75.176008650767201, 40.026272446036899 ], [ -75.175978420496804, 40.026301606554 ], [ -75.175812669230595, 40.026200367030803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3383, "ADDRESS": "2225 MASCHER ST", "OWNER1": "2225 NORTH MASCHER LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191053201", "LNIADDRESSKEY": "417910", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1534.96484375, "Shape__Length": 156.80332529502783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1339423966824, 39.984198673185404 ], [ -75.133999858577198, 39.983926039946802 ], [ -75.134337374415395, 39.983969858215701 ], [ -75.134280753326607, 39.984244074033498 ], [ -75.134097531925093, 39.984219280323501 ], [ -75.1339423966824, 39.984198673185404 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3384, "ADDRESS": "6162 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401305400", "LNIADDRESSKEY": "583933", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.18359375, "Shape__Length": 60.042922041070213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232358911068502, 39.929400813268202 ], [ -75.232394714168606, 39.929375372400401 ], [ -75.232395944138005, 39.929377237435901 ], [ -75.232464176976094, 39.929433268202096 ], [ -75.232471105788207, 39.929438980586298 ], [ -75.232473107753094, 39.9294397509641 ], [ -75.232544705662804, 39.929499368313401 ], [ -75.232508500217193, 39.9295249287877 ], [ -75.232436455794499, 39.929465478433798 ], [ -75.232435635787397, 39.929463880309001 ], [ -75.2324283002648, 39.929457852655098 ], [ -75.232358911068502, 39.929400813268202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3385, "ADDRESS": "3115 HOPE ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071055410", "LNIADDRESSKEY": "348774", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.859375, "Shape__Length": 49.016462682594977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129841341777194, 39.997387642400703 ], [ -75.129849287312297, 39.997349587619098 ], [ -75.130017780187202, 39.997372406788898 ], [ -75.130010479257606, 39.997408445606602 ], [ -75.129841341777194, 39.997387642400703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3386, "ADDRESS": "2001 PEMBERTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "301072610", "LNIADDRESSKEY": "476490", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.21484375, "Shape__Length": 52.391249127961842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175398527933396, 39.943672765402901 ], [ -75.175389396938698, 39.9436716571796 ], [ -75.175414293888096, 39.943537406432903 ], [ -75.175472346029494, 39.943544625747499 ], [ -75.175446931032695, 39.943678688052501 ], [ -75.175398527933396, 39.943672765402901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3387, "ADDRESS": "1849 N 33RD ST", "OWNER1": "PHILADELPHIA REDEVELOPMEN", "OWNER2": "AUTHORITY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323341100", "LNIADDRESSKEY": "684721", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 263.21484375, "Shape__Length": 90.631002017343889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187211948032299, 39.985525320123102 ], [ -75.187222174181599, 39.985476996488202 ], [ -75.187562126706894, 39.985526611091899 ], [ -75.187551876218294, 39.985571162361303 ], [ -75.187211948032299, 39.985525320123102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3388, "ADDRESS": "1610 N NEWKIRK ST", "OWNER1": "CLINE JOSHUA CHARLES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324156500", "LNIADDRESSKEY": "449783", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.90234375, "Shape__Length": 53.431433277669896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181100925817702, 39.980616289223398 ], [ -75.181110115163605, 39.9805738748653 ], [ -75.181291061965894, 39.980598541341898 ], [ -75.181281975581598, 39.9806410233398 ], [ -75.181100925817702, 39.980616289223398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3389, "ADDRESS": "658 N CONESTOGA ST", "OWNER1": "CIVETTA 1 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041145850", "LNIADDRESSKEY": "95536", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.5546875, "Shape__Length": 46.117791066399604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229655352199501, 39.9704667469409 ], [ -75.229648191510194, 39.970428711762402 ], [ -75.2298035539322, 39.970411395551501 ], [ -75.229810716169297, 39.970449430752502 ], [ -75.229655352199501, 39.9704667469409 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3390, "ADDRESS": "4133 WESTMINSTER AVE", "OWNER1": "DIPLAN LILIANA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062098300", "LNIADDRESSKEY": "607999", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.4453125, "Shape__Length": 89.982830988158057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206860349306794, 39.9702774120776 ], [ -75.206921183626903, 39.970270860797299 ], [ -75.206967055487496, 39.970531355109102 ], [ -75.206907094555802, 39.970538069935998 ], [ -75.206860349306794, 39.9702774120776 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3391, "ADDRESS": "4547 TACKAWANNA ST", "OWNER1": "COMMUNITY DEV CORP", "OWNER2": "FRANKFORD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232348905", "LNIADDRESSKEY": "732469", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 420.578125, "Shape__Length": 100.68186564842614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081292994877899, 40.011220671897902 ], [ -75.081366949480099, 40.011174981544002 ], [ -75.081590122621805, 40.011388587026602 ], [ -75.081589864592402, 40.011388742090404 ], [ -75.081516189224601, 40.011434294913002 ], [ -75.081292994877899, 40.011220671897902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3392, "ADDRESS": "2747 N FRONT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071309710", "LNIADDRESSKEY": "303027", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 288.9921875, "Shape__Length": 93.276192861264619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130179385294895, 39.992108316123897 ], [ -75.130368184412205, 39.992133017670703 ], [ -75.130526793113503, 39.992154788618301 ], [ -75.130524046272299, 39.992168942986901 ], [ -75.130516519964004, 39.9922048482848 ], [ -75.130177514040696, 39.992159551904798 ], [ -75.130179816290706, 39.992145498897202 ], [ -75.130171667803396, 39.992144845505102 ], [ -75.130179385294895, 39.992108316123897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3393, "ADDRESS": "2911 W ARIZONA ST", "OWNER1": "WILLIAM WOOD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282331200", "LNIADDRESSKEY": "20890", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.8359375, "Shape__Length": 42.442663308250388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180030288335701, 39.992210322317099 ], [ -75.180074965575201, 39.992215949316297 ], [ -75.180053212984106, 39.992326124407299 ], [ -75.180008178312804, 39.992319957802103 ], [ -75.180030288335701, 39.992210322317099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3394, "ADDRESS": "1437 HANSON ST", "OWNER1": "1818 INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273043000", "LNIADDRESSKEY": "332254", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.87890625, "Shape__Length": 50.597204927812037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211292253867001, 39.940580616184299 ], [ -75.211326090915307, 39.940609316489699 ], [ -75.211195921766603, 39.940701170060201 ], [ -75.211162274501305, 39.940671893896699 ], [ -75.211292253867001, 39.940580616184299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3395, "ADDRESS": "3204 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282343301", "LNIADDRESSKEY": "629514", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.04296875, "Shape__Length": 52.780939323330813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184618139090503, 39.992913750564803 ], [ -75.184668780754706, 39.992920201711001 ], [ -75.1846413484637, 39.993060523353698 ], [ -75.184589642920201, 39.993053935794002 ], [ -75.184618139090503, 39.992913750564803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3396, "ADDRESS": "6023 REINHARD ST", "OWNER1": "RICHLEY DONALD", "OWNER2": "HEMPHILL NOONLEY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401271600", "LNIADDRESSKEY": "500449", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.66015625, "Shape__Length": 59.72713463350064 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230349400875596, 39.931831313743103 ], [ -75.230392353236198, 39.931802854516398 ], [ -75.230532326681001, 39.931924327491103 ], [ -75.230491145836993, 39.931952986743298 ], [ -75.230349400875596, 39.931831313743103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3397, "ADDRESS": "1323 S DOVER ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362158205", "LNIADDRESSKEY": "123215", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-6", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.5078125, "Shape__Length": 49.057470750404626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191370999745004, 39.936687422000603 ], [ -75.191379498221394, 39.936649117130997 ], [ -75.191547087782297, 39.936672377276899 ], [ -75.191538943133693, 39.936709641501402 ], [ -75.191370999745004, 39.936687422000603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3398, "ADDRESS": "58 DEARBORN ST", "OWNER1": "CARTER SALES 21 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441087800", "LNIADDRESSKEY": "111314", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.484375, "Shape__Length": 47.682573343428601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222335599171103, 39.9610055907538 ], [ -75.222326823413496, 39.9610466631663 ], [ -75.222321025069604, 39.961046535420998 ], [ -75.222169041166396, 39.961027099569101 ], [ -75.222177708710703, 39.960986105872301 ], [ -75.222329926595506, 39.961005465779699 ], [ -75.222335599171103, 39.9610055907538 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3399, "ADDRESS": "2947 W ARIZONA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "R E DIVISION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282333001", "LNIADDRESSKEY": "20926", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.41015625, "Shape__Length": 43.503925356281243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180889963144296, 39.992435868079703 ], [ -75.180912993316795, 39.992324012914303 ], [ -75.180960724807605, 39.992330384810202 ], [ -75.180960356814296, 39.992333454650399 ], [ -75.180959413517101, 39.992341203625699 ], [ -75.180936561336296, 39.992441698789598 ], [ -75.180921686507503, 39.992439898340898 ], [ -75.180889963144296, 39.992435868079703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3400, "ADDRESS": "640 W ROCKLAND ST", "OWNER1": "636 ROCKLAND CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491109700", "LNIADDRESSKEY": "512743", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 232.78515625, "Shape__Length": 82.757963220121582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135896717196999, 40.026100768160902 ], [ -75.135936158321897, 40.025918382192401 ], [ -75.135945088688501, 40.025877044951699 ], [ -75.136005243926704, 40.025884765324903 ], [ -75.135996056641901, 40.025926193581199 ], [ -75.135953030736701, 40.026119991637103 ], [ -75.135894266193304, 40.026112141840201 ], [ -75.135896717196999, 40.026100768160902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3401, "ADDRESS": "2363 HOPE ST", "OWNER1": "444 MEMPHIS STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191013600", "LNIADDRESSKEY": "731465", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.640625, "Shape__Length": 42.625291425102759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132248002651195, 39.9862587024626 ], [ -75.132255366160905, 39.986225308353099 ], [ -75.132400010240602, 39.986244743589801 ], [ -75.132393438065094, 39.986278235721002 ], [ -75.132248002651195, 39.9862587024626 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3402, "ADDRESS": "2427 N 19TH ST", "OWNER1": "NAR INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162077501", "LNIADDRESSKEY": "668235", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.84375, "Shape__Length": 65.395089814258483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163036682075301, 39.991018136503598 ], [ -75.163043057145401, 39.9909893936236 ], [ -75.163045922669397, 39.990979093148297 ], [ -75.163284149619201, 39.9910103021463 ], [ -75.163275944536494, 39.991049110938597 ], [ -75.163036682075301, 39.991018136503598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3403, "ADDRESS": "2505 N 28TH ST", "OWNER1": "GEORGE BRODSKY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281099000", "LNIADDRESSKEY": "680965", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.6171875, "Shape__Length": 80.084166750016578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177209132221805, 39.993857589931999 ], [ -75.177507911524302, 39.993897396276303 ], [ -75.177498749884194, 39.993940054312198 ], [ -75.177199708032504, 39.993899984149003 ], [ -75.177209132221805, 39.993857589931999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3404, "ADDRESS": "2332 N ORKNEY ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191289711", "LNIADDRESSKEY": "462447", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.39453125, "Shape__Length": 48.067039933081702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141053730221998, 39.986876845184703 ], [ -75.140916501838305, 39.986859007501003 ], [ -75.140928076223304, 39.986809766189303 ], [ -75.140955312326795, 39.986812675055802 ], [ -75.140977786302699, 39.986816248289401 ], [ -75.141007234233797, 39.9868194000165 ], [ -75.141029952397503, 39.986823172510398 ], [ -75.141064850848196, 39.986826835561601 ], [ -75.141075944251497, 39.986828796292997 ], [ -75.141065109998294, 39.9868784407549 ], [ -75.141053730221998, 39.986876845184703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3405, "ADDRESS": "2933 N STILLMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381081400", "LNIADDRESSKEY": "555627", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.6953125, "Shape__Length": 46.65888888276519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171871753346494, 40.000110228525799 ], [ -75.171877811039394, 40.000074571838702 ], [ -75.172037427916393, 40.000092555768902 ], [ -75.172028826814895, 40.000131368581897 ], [ -75.171871753346494, 40.000110228525799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3406, "ADDRESS": "1921 N 9TH ST", "OWNER1": "SECRETARY OF HOUSING", "OWNER2": "URBAN DEVELOPMENT", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202154000", "LNIADDRESSKEY": "647438", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.28125, "Shape__Length": 55.278579091262692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148576225598404, 39.9810604307498 ], [ -75.148568536898694, 39.981098106075798 ], [ -75.148492187755807, 39.9810874935702 ], [ -75.1483821045464, 39.981072472782799 ], [ -75.148380141812297, 39.981072267231198 ], [ -75.148372316389498, 39.981071428708702 ], [ -75.148372917046302, 39.981068895816399 ], [ -75.148380885060305, 39.981034289176201 ], [ -75.148576225598404, 39.9810604307498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3407, "ADDRESS": "6674 MUSGRAVE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "221235910", "LNIADDRESSKEY": "444154", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.5859375, "Shape__Length": 48.378520611695507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182677692423596, 40.053604784957301 ], [ -75.182735839666194, 40.053641354266396 ], [ -75.182738697859307, 40.053641772907199 ], [ -75.182655384386294, 40.053726441654199 ], [ -75.182592932802905, 40.053687777005003 ], [ -75.182677692423596, 40.053604784957301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3408, "ADDRESS": "2738 N 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281117900", "LNIADDRESSKEY": "681076", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.03125, "Shape__Length": 62.64585390276217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176836564038595, 39.997787652009897 ], [ -75.176842600421097, 39.997762221122599 ], [ -75.176844774782296, 39.997751292165198 ], [ -75.176845861642803, 39.997745836126299 ], [ -75.177068754058794, 39.997775398298799 ], [ -75.177065764375499, 39.997790145040803 ], [ -75.177060087589297, 39.997816599888303 ], [ -75.176836564038595, 39.997787652009897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3409, "ADDRESS": "2050 S 70TH ST", "OWNER1": "SHERIFF MADAGBEH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403210900", "LNIADDRESSKEY": "706673", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.9375, "Shape__Length": 49.95897103913164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242864437182405, 39.9216645636739 ], [ -75.242975732684201, 39.921585561898297 ], [ -75.2430083822737, 39.921613082556199 ], [ -75.242882225565197, 39.921705606575003 ], [ -75.242847775151503, 39.921676386425197 ], [ -75.242864437182405, 39.9216645636739 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3410, "ADDRESS": "1821 N 8TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202091201", "LNIADDRESSKEY": "644916", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.26171875, "Shape__Length": 72.181552163680294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147629585763696, 39.97955835402 ], [ -75.147638212142496, 39.979516428046303 ], [ -75.147903145397393, 39.979552708665103 ], [ -75.147894107644106, 39.979594447375803 ], [ -75.147629585763696, 39.97955835402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3411, "ADDRESS": "3003 W YORK ST", "OWNER1": "COLLINS BERRICK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282345300", "LNIADDRESSKEY": "629456", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.6171875, "Shape__Length": 62.932619596680922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181295450047301, 39.992945573664102 ], [ -75.181332168919695, 39.992772141127801 ], [ -75.181385324069694, 39.992779181575301 ], [ -75.181347459996502, 39.992952427442503 ], [ -75.181295450047301, 39.992945573664102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3412, "ADDRESS": "1903 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321255101", "LNIADDRESSKEY": "667963", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 250.53515625, "Shape__Length": 85.675118699521207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164745728889201, 39.982870815121899 ], [ -75.164749744307599, 39.982855060091197 ], [ -75.164756507304006, 39.982823279321998 ], [ -75.165073263537295, 39.982866087633496 ], [ -75.165063182136294, 39.9829135107627 ], [ -75.164745728889201, 39.982870815121899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3413, "ADDRESS": "2040 N 25TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322182200", "LNIADDRESSKEY": "677990", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.83203125, "Shape__Length": 67.532497837473215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174574165114606, 39.986507928225002 ], [ -75.174584619645202, 39.986464364604203 ], [ -75.174826325361195, 39.986493613065903 ], [ -75.174817498947107, 39.9865373742917 ], [ -75.174574165114606, 39.986507928225002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3414, "ADDRESS": "3759 N 7TH ST", "OWNER1": "ANIVEL ANIVEL LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432278000", "LNIADDRESSKEY": "642920", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 269.078125, "Shape__Length": 93.07285107397513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139709353366996, 40.009319870113998 ], [ -75.139717599117702, 40.009278775005399 ], [ -75.140070801060503, 40.009324170092498 ], [ -75.140059915405899, 40.009369590934398 ], [ -75.139708289968993, 40.0093251664725 ], [ -75.139709353366996, 40.009319870113998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3415, "ADDRESS": "2527 W OXFORD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324001510", "LNIADDRESSKEY": "466865", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.4140625, "Shape__Length": 66.520451522869095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176729630799599, 39.979933950616697 ], [ -75.176766588204302, 39.979749901780998 ], [ -75.176821992247795, 39.979757044564501 ], [ -75.176783707643807, 39.9799412731412 ], [ -75.176729630799599, 39.979933950616697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3416, "ADDRESS": "1312 S 28TH ST", "OWNER1": "ARCADA CONSTRUCTION LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362142800", "LNIADDRESSKEY": "681234", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.1796875, "Shape__Length": 63.088234878575243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190641443573796, 39.936745665109299 ], [ -75.190870168240195, 39.936772562164201 ], [ -75.190861423785293, 39.9368117963106 ], [ -75.190632817695203, 39.936785127139402 ], [ -75.190641443573796, 39.936745665109299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3417, "ADDRESS": "5525 MASTER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "041231900", "LNIADDRESSKEY": "419784", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 270.5234375, "Shape__Length": 69.544557042115002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232279707774296, 39.973681474440397 ], [ -75.232279500369103, 39.973680277196699 ], [ -75.232352656533394, 39.973671420564401 ], [ -75.232382624130807, 39.9736683873397 ], [ -75.232411293908498, 39.973826439440302 ], [ -75.232306454754394, 39.973837131660197 ], [ -75.232297288338202, 39.973785428502602 ], [ -75.232280207288198, 39.973684387732597 ], [ -75.232279707774296, 39.973681474440397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3418, "ADDRESS": "2857 N RINGGOLD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381014800", "LNIADDRESSKEY": "506198", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.234375, "Shape__Length": 48.39911201888296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170484754106695, 39.998880901855799 ], [ -75.170492968243096, 39.998841770721697 ], [ -75.170656873820406, 39.998861073888499 ], [ -75.170648239845903, 39.998900195598701 ], [ -75.170484754106695, 39.998880901855799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3419, "ADDRESS": "2525 ANNIN ST", "OWNER1": "WRIGHT KEVIN J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361247400", "LNIADDRESSKEY": "17613", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.4921875, "Shape__Length": 39.778607581007584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185919810223595, 39.939039575819201 ], [ -75.185939558004506, 39.938939640267002 ], [ -75.185985955129297, 39.938945416821603 ], [ -75.185965830247, 39.939045343949999 ], [ -75.185919810223595, 39.939039575819201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3420, "ADDRESS": "4512 N BROAD ST", "OWNER1": "TRIUMPH COMMUNITY DEVELOP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132007500", "LNIADDRESSKEY": "50807", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 337.890625, "Shape__Length": 96.21201943169936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148632547561903, 40.0219674117563 ], [ -75.148645190766999, 40.021909441663603 ], [ -75.148996056704306, 40.021954142041899 ], [ -75.148991212427205, 40.021978793440901 ], [ -75.148983109148404, 40.022011881144401 ], [ -75.148632547561903, 40.0219674117563 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3421, "ADDRESS": "1956 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183305000", "LNIADDRESSKEY": "632448", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.23828125, "Shape__Length": 54.308828834324864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139854035083303, 39.980678973642902 ], [ -75.139862319319107, 39.980641698649997 ], [ -75.140054069881103, 39.980667934233303 ], [ -75.140046352166294, 39.980704642088199 ], [ -75.139854035083303, 39.980678973642902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3422, "ADDRESS": "1903 W DAUPHIN ST", "OWNER1": "MC CANTS JEAN J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162247700", "LNIADDRESSKEY": "110643", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.2421875, "Shape__Length": 63.415547411212586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163926978001797, 39.9891759711115 ], [ -75.163964863055796, 39.989000523001501 ], [ -75.1640172151629, 39.989007617701503 ], [ -75.163979074627704, 39.989182626456 ], [ -75.163926978001797, 39.9891759711115 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3423, "ADDRESS": "2032 S 70TH ST", "OWNER1": "GAYMON RANSOM 3RD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403209900", "LNIADDRESSKEY": "706658", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 413.734375, "Shape__Length": 102.48143698048617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243216137227094, 39.9219868078997 ], [ -75.243489121272006, 39.921794748364597 ], [ -75.243550218520696, 39.921846183640596 ], [ -75.243277082428506, 39.922037288323402 ], [ -75.243216137227094, 39.9219868078997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3424, "ADDRESS": "2539 N STANLEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282109401", "LNIADDRESSKEY": "551260", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.36328125, "Shape__Length": 52.112113463548212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181478936283995, 39.995133581821001 ], [ -75.181487445282698, 39.995093714438198 ], [ -75.181666125670205, 39.995119474138299 ], [ -75.181656829632402, 39.995159130205103 ], [ -75.181478936283995, 39.995133581821001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3425, "ADDRESS": "1127 UNION ST", "OWNER1": "ROBINSON KENYATTA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243227100", "LNIADDRESSKEY": "582526", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.21875, "Shape__Length": 42.477580585198048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202851705219004, 39.973424675856798 ], [ -75.202955903983195, 39.9734122223851 ], [ -75.202990837188395, 39.973408130088202 ], [ -75.202997420745007, 39.973442078520698 ], [ -75.202998193636105, 39.973446061221097 ], [ -75.202858878944596, 39.9734624418899 ], [ -75.202851705219004, 39.973424675856798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3426, "ADDRESS": "2725 W YORK ST", "OWNER1": "MANSFIELD CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281254100", "LNIADDRESSKEY": "629420", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.37890625, "Shape__Length": 52.51153889861866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177132462543796, 39.9922425259658 ], [ -75.177180069678002, 39.992248847099603 ], [ -75.177151684700803, 39.9923840360808 ], [ -75.177088837782904, 39.992377276472702 ], [ -75.177132462543796, 39.9922425259658 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3427, "ADDRESS": "1607 N 27TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324127200", "LNIADDRESSKEY": "679652", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 85.48046875, "Shape__Length": 40.573752020563461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178897003298502, 39.980197437730197 ], [ -75.178905308257598, 39.980156840641698 ], [ -75.179032336006998, 39.980172743239798 ], [ -75.179023801466499, 39.980213335192602 ], [ -75.178897003298502, 39.980197437730197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3428, "ADDRESS": "2758 N 15TH ST", "OWNER1": "LEANNA INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111161500", "LNIADDRESSKEY": "658315", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.6484375, "Shape__Length": 67.370566323541254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156149007499593, 39.995525237013901 ], [ -75.156372393297602, 39.9954427372639 ], [ -75.156397025178194, 39.995482110782497 ], [ -75.156176006000393, 39.995562455440897 ], [ -75.156149007499593, 39.995525237013901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3429, "ADDRESS": "935 W DAUPHIN ST", "OWNER1": "BOTEN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371333300", "LNIADDRESSKEY": "110499", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.8125, "Shape__Length": 85.259107739765483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148395522441007, 39.987237873270303 ], [ -75.148415748510402, 39.987144770926399 ], [ -75.148426387815306, 39.987095718399303 ], [ -75.148446977413201, 39.986993162453103 ], [ -75.148506364010103, 39.9870008922788 ], [ -75.148454373574396, 39.987244832997398 ], [ -75.148395522441007, 39.987237873270303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3430, "ADDRESS": "1934 N 6TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201115301", "LNIADDRESSKEY": "639297", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.2109375, "Shape__Length": 94.819547693800047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144680787888703, 39.9809524460183 ], [ -75.144689540749795, 39.9809100230271 ], [ -75.145056364686198, 39.980953234153397 ], [ -75.145047767327398, 39.9809938226133 ], [ -75.144680787888703, 39.9809524460183 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3431, "ADDRESS": "2500 TURNER ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324013301", "LNIADDRESSKEY": "580031", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.15234375, "Shape__Length": 57.884422705541255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1760804230709, 39.979861442050399 ], [ -75.176049285955401, 39.980014590390098 ], [ -75.175991568631503, 39.980007138563302 ], [ -75.1760236913033, 39.979854527044502 ], [ -75.1760804230709, 39.979861442050399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3432, "ADDRESS": "2213 N ORIANNA ST", "OWNER1": "PHILADELPHIA REDEVELOPMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191191401", "LNIADDRESSKEY": "461586", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.90625, "Shape__Length": 43.208478383746041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139219156212704, 39.984597401255201 ], [ -75.139226565368801, 39.984557850450997 ], [ -75.139367628093794, 39.984577162814098 ], [ -75.139359135464005, 39.984615497377 ], [ -75.139219156212704, 39.984597401255201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3433, "ADDRESS": "5431 FLORENCE AVE", "OWNER1": "MILLER ALEXANDER JACOB", "OWNER2": "LYNCH SELAH FROST", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513256100", "LNIADDRESSKEY": "293339", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.88671875, "Shape__Length": 63.554069988372703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227559844405505, 39.942562038217602 ], [ -75.227603125345297, 39.942531170165203 ], [ -75.227755422944696, 39.942660170183999 ], [ -75.227712563544003, 39.942690403350397 ], [ -75.227559844405505, 39.942562038217602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3434, "ADDRESS": "2426 WATERLOO ST", "OWNER1": "2429 N MASCHER LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191051301", "LNIADDRESSKEY": "601930", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.390625, "Shape__Length": 52.557596943824556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1332702659343, 39.987331554822497 ], [ -75.133281242330696, 39.987281107789201 ], [ -75.133448852026106, 39.987304450838401 ], [ -75.133438167112004, 39.9873533401259 ], [ -75.133432413452695, 39.987353096327602 ], [ -75.1332702659343, 39.987331554822497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3435, "ADDRESS": "2027 N RANDOLPH ST", "OWNER1": "PHILADELPHIA REDEVELOPMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183426800", "LNIADDRESSKEY": "494813", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.88671875, "Shape__Length": 60.86563633065407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142938970316905, 39.982203936678303 ], [ -75.143151774957303, 39.982231515845697 ], [ -75.143142055122794, 39.982275109506702 ], [ -75.142929261494501, 39.982247239994898 ], [ -75.142938970316905, 39.982203936678303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3436, "ADDRESS": "1959 N DARIEN ST", "OWNER1": "JOHN R CARTER", "OWNER2": "GAY CARTER", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202126600", "LNIADDRESSKEY": "108552", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.96484375, "Shape__Length": 44.819855318406844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147815919204902, 39.9817106878019 ], [ -75.147966928419194, 39.981728990945797 ], [ -75.147959258660507, 39.981766199264598 ], [ -75.147807435505001, 39.981745637494598 ], [ -75.147808531857194, 39.981739988176599 ], [ -75.147815919204902, 39.9817106878019 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3437, "ADDRESS": "1226 W ERIE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432056910", "LNIADDRESSKEY": "138888", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.6796875, "Shape__Length": 93.145047015520518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148608473945004, 40.008476621984499 ], [ -75.148662563017496, 40.008483617444497 ], [ -75.148609719455095, 40.008759231307003 ], [ -75.148555845249504, 40.0087521269419 ], [ -75.148608473945004, 40.008476621984499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3438, "ADDRESS": "3037 W OAKDALE ST", "OWNER1": "JOSEPH R DANDRIDGE", "OWNER2": "LOIS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282376700", "LNIADDRESSKEY": "454445", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.9375, "Shape__Length": 48.236367254169231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181340451597706, 39.996950095395803 ], [ -75.181389723436794, 39.996956790956403 ], [ -75.181359636572907, 39.997082867305899 ], [ -75.181311034781501, 39.997075605576697 ], [ -75.181340451597706, 39.996950095395803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3439, "ADDRESS": "1035 PALLAS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062322010", "LNIADDRESSKEY": "468952", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-6", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.6328125, "Shape__Length": 71.130076448036505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211158765899896, 39.972091107348596 ], [ -75.211179934578297, 39.972197980661903 ], [ -75.210944822394694, 39.9721345716043 ], [ -75.210940781704096, 39.972112655421199 ], [ -75.211158765899896, 39.972091107348596 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3440, "ADDRESS": "2636 N 6TH ST", "OWNER1": "IMPROVEMENT CO", "OWNER2": "DORADO NEIGHBORHOOD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371039300", "LNIADDRESSKEY": "639568", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.40234375, "Shape__Length": 63.951643271722858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142404878986099, 39.991669802116697 ], [ -75.142413543085794, 39.991629763815503 ], [ -75.142643470578406, 39.991661359985201 ], [ -75.142634431004794, 39.991702485639102 ], [ -75.142404878986099, 39.991669802116697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3441, "ADDRESS": "3607 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "774679000", "LNIADDRESSKEY": "335942", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 488.70703125, "Shape__Length": 118.69308276923269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194921510394806, 39.963786831186297 ], [ -75.194964739013599, 39.964018239899801 ], [ -75.194976822214301, 39.964082939986803 ], [ -75.194984322339096, 39.964123599384301 ], [ -75.194975074025606, 39.964124440855997 ], [ -75.194954460482194, 39.964126642037598 ], [ -75.194938623510495, 39.964128320007099 ], [ -75.194897441518293, 39.964132690696196 ], [ -75.194891019956899, 39.964099742026903 ], [ -75.194832513827706, 39.963795253628497 ], [ -75.194921510394806, 39.963786831186297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3442, "ADDRESS": "2460 N STANLEY ST", "OWNER1": "PRODIGAL SON INVESTMENTS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282116300", "LNIADDRESSKEY": "551211", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.84765625, "Shape__Length": 52.206979878462533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182005957535097, 39.9940994765347 ], [ -75.1820142361058, 39.994061779905202 ], [ -75.182196162536201, 39.99408643564 ], [ -75.182187977246102, 39.994123875326899 ], [ -75.182005957535097, 39.9940994765347 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3443, "ADDRESS": "2146 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191180001", "LNIADDRESSKEY": "632542", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.76953125, "Shape__Length": 54.546867003017447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139207626744195, 39.983625588320599 ], [ -75.139215363091793, 39.983587883048301 ], [ -75.139407926192305, 39.983612235724301 ], [ -75.139399868814806, 39.983650144318801 ], [ -75.139207626744195, 39.983625588320599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3444, "ADDRESS": "1711 N 17TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471255710", "LNIADDRESSKEY": "662870", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 298.19921875, "Shape__Length": 96.454008335882548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162116518285004, 39.979884548823797 ], [ -75.162127487063202, 39.979835357405697 ], [ -75.162490490904005, 39.979881584621999 ], [ -75.162479066099607, 39.979931185885803 ], [ -75.162116518285004, 39.979884548823797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3445, "ADDRESS": "2107 E ORLEANS ST", "OWNER1": "RCSD DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252175200", "LNIADDRESSKEY": "463067", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.28125, "Shape__Length": 51.656130824022569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115154845423007, 39.989220475904602 ], [ -75.115312052182006, 39.989150576409898 ], [ -75.115337424698893, 39.9891848021756 ], [ -75.115179246571998, 39.989253243390301 ], [ -75.115154845423007, 39.989220475904602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3446, "ADDRESS": "1338 S STANLEY ST", "OWNER1": "ZERESHK LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362263200", "LNIADDRESSKEY": "551372", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.59375, "Shape__Length": 52.016751899018985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194893824101996, 39.936868093221896 ], [ -75.194901044657698, 39.936829792326598 ], [ -75.195082594175304, 39.936853809905998 ], [ -75.195074595808805, 39.936891126026502 ], [ -75.194893824101996, 39.936868093221896 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3447, "ADDRESS": "1237 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371390901", "LNIADDRESSKEY": "105988", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.12109375, "Shape__Length": 58.356244604640708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152457265167001, 39.9907533816897 ], [ -75.152489484537796, 39.990592605450402 ], [ -75.1525388294679, 39.990599427842596 ], [ -75.152507226181598, 39.990759412749597 ], [ -75.152457265167001, 39.9907533816897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3448, "ADDRESS": "1551 S STILLMAN ST", "OWNER1": "JOHN A COPELAND", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364198500", "LNIADDRESSKEY": "555871", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.83984375, "Shape__Length": 46.283246105694133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186956229094207, 39.933032703521398 ], [ -75.186964809502996, 39.9329945302824 ], [ -75.187120129795005, 39.933014701639102 ], [ -75.187110639538801, 39.9330531451306 ], [ -75.186956229094207, 39.933032703521398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3449, "ADDRESS": "1845 N LEITHGOW ST", "OWNER1": "YOUSEF MORHAF A SHEIKH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183165700", "LNIADDRESSKEY": "388528", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.859375, "Shape__Length": 48.173088251611034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141435031179, 39.979161794569997 ], [ -75.141443659751303, 39.979123722023203 ], [ -75.141607046875507, 39.979146344884498 ], [ -75.141599578774503, 39.979183670065197 ], [ -75.141435031179, 39.979161794569997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3450, "ADDRESS": "2454 N STANLEY ST", "OWNER1": "ISAAC DEMETRIUS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282116000", "LNIADDRESSKEY": "551205", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.06640625, "Shape__Length": 52.581698310177742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1820303511617, 39.993985878946397 ], [ -75.182038558480798, 39.993947858610497 ], [ -75.182109181674505, 39.993957433894302 ], [ -75.182221498538496, 39.993971762119997 ], [ -75.182214069215206, 39.994009734547497 ], [ -75.182142366323106, 39.994001022670702 ], [ -75.1820303511617, 39.993985878946397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3451, "ADDRESS": "2301 N 6TH ST", "OWNER1": "GD LUDLOW LLC", "OWNER2": null, "BLDG_DESC": null, "OPA_ID": "191373000", "LNIADDRESSKEY": "639388", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 394.25390625, "Shape__Length": 124.04180571341405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1428999421246, 39.986325598350298 ], [ -75.142910015127498, 39.986277210274402 ], [ -75.142920503163396, 39.986278577044402 ], [ -75.143395829469199, 39.986340167246297 ], [ -75.143385198054801, 39.986389494378997 ], [ -75.1428999421246, 39.986325598350298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3452, "ADDRESS": "3751 N PARK AVE", "OWNER1": "LEO HOMES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432381900", "LNIADDRESSKEY": "470197", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.44140625, "Shape__Length": 90.05069410990582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149596810009896, 40.010282413609197 ], [ -75.149588013777404, 40.010320903015803 ], [ -75.149239734621602, 40.0102752356322 ], [ -75.1492489329449, 40.010236387064502 ], [ -75.149596810009896, 40.010282413609197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3453, "ADDRESS": "6138 REINHARD ST", "OWNER1": "RODAN MANAGEMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401284600", "LNIADDRESSKEY": "500544", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.29296875, "Shape__Length": 60.303595762627793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232368059420907, 39.930024886707301 ], [ -75.232403366062698, 39.929999903448902 ], [ -75.232493650407406, 39.930073971954002 ], [ -75.232518530419398, 39.930094699331299 ], [ -75.232554851018705, 39.930124849993803 ], [ -75.232545854209505, 39.930130890769497 ], [ -75.232518863189696, 39.930150174238797 ], [ -75.232496075921205, 39.930131716012397 ], [ -75.2323932707788, 39.930045750905499 ], [ -75.232368059420907, 39.930024886707301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3454, "ADDRESS": "6031 REGENT ST", "OWNER1": "HART JOHN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401229600", "LNIADDRESSKEY": "499968", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.1015625, "Shape__Length": 56.989904203738199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231838363110995, 39.932841794085498 ], [ -75.231881721489202, 39.932811457880703 ], [ -75.232014921966098, 39.932922576438003 ], [ -75.231971170012798, 39.932953387211299 ], [ -75.231838363110995, 39.932841794085498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3455, "ADDRESS": "1911 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321119901", "LNIADDRESSKEY": "435854", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.015625, "Shape__Length": 60.982829815087371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165837714641896, 39.9815399244467 ], [ -75.165862661194893, 39.981416815082198 ], [ -75.165872382762402, 39.9813755580021 ], [ -75.165928946480406, 39.981383053137499 ], [ -75.165910360650102, 39.981464007579604 ], [ -75.165893356661201, 39.981546867243701 ], [ -75.165837714641896, 39.9815399244467 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3456, "ADDRESS": "2212 N 3RD ST", "OWNER1": "RIDGEWOOD GLOBAL INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191180901", "LNIADDRESSKEY": "632555", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.8984375, "Shape__Length": 60.760456537402121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139214212918603, 39.984536854934703 ], [ -75.139217756539495, 39.984537338753697 ], [ -75.139207401511399, 39.984584850659402 ], [ -75.139204106780596, 39.984584405164 ], [ -75.139203940621499, 39.984584385616301 ], [ -75.139000531787502, 39.984557511961597 ], [ -75.139010978385301, 39.984509792666699 ], [ -75.139203704494705, 39.984535455818602 ], [ -75.139214212918603, 39.984536854934703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3457, "ADDRESS": "1810 N 24TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322147301", "LNIADDRESSKEY": "676549", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.0703125, "Shape__Length": 72.727747215416002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173722062464293, 39.982855355777197 ], [ -75.173731656192203, 39.982809049594898 ], [ -75.173991999646304, 39.982846552798598 ], [ -75.173981799043304, 39.982893925466001 ], [ -75.173722062464293, 39.982855355777197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3458, "ADDRESS": "871 N 47TH ST", "OWNER1": "NORMAN FREDERICK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062409400", "LNIADDRESSKEY": "688821", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.3515625, "Shape__Length": 87.435031327313084 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215330300367597, 39.968310067589002 ], [ -75.215430845693504, 39.968302037450798 ], [ -75.215578239957495, 39.9682904626886 ], [ -75.215580099613106, 39.968306333222003 ], [ -75.215583025020607, 39.968330674177899 ], [ -75.215244679440104, 39.968356616253999 ], [ -75.215239287936598, 39.9683169713689 ], [ -75.215330300367597, 39.968310067589002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3459, "ADDRESS": "2200 N MARSHALL ST", "OWNER1": "PITT RAYMOND REV", "OWNER2": "PITT THOMASINA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371048100", "LNIADDRESSKEY": "413912", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 275.83203125, "Shape__Length": 78.024631392560039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144984173724197, 39.984988032705402 ], [ -75.144719939039604, 39.984958289559501 ], [ -75.144732419439194, 39.984892677792402 ], [ -75.144995724576304, 39.984927257447801 ], [ -75.144984173724197, 39.984988032705402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3460, "ADDRESS": "2216 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162083501", "LNIADDRESSKEY": "668101", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.0546875, "Shape__Length": 60.6138690840408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164174586071297, 39.987804319493598 ], [ -75.164183635871694, 39.987763144245903 ], [ -75.164398417990299, 39.987790615360097 ], [ -75.164389368316407, 39.987831790624703 ], [ -75.164174586071297, 39.987804319493598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3461, "ADDRESS": "2525 W OXFORD ST", "OWNER1": "ESPARZA BENJAMIN", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "324001400", "LNIADDRESSKEY": "466863", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.09375, "Shape__Length": 67.034391733027817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176710134275794, 39.979742300690702 ], [ -75.176766588204302, 39.979749901780998 ], [ -75.176729630799599, 39.979933950616697 ], [ -75.176672238679402, 39.979926764338799 ], [ -75.176710134275794, 39.979742300690702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3462, "ADDRESS": "2437 PALETHORP ST", "OWNER1": "JOHN J WENTZEL", "OWNER2": "MILDRED", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191108200", "LNIADDRESSKEY": "468420", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.41015625, "Shape__Length": 46.338635768583956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134937945751005, 39.987564632740799 ], [ -75.134948370794902, 39.987521362060903 ], [ -75.135096011089203, 39.987540378912399 ], [ -75.135087201813505, 39.987584088498103 ], [ -75.134937945751005, 39.987564632740799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3463, "ADDRESS": "2543 W ARIZONA ST", "OWNER1": "ARNOLD TERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281236100", "LNIADDRESSKEY": "20839", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.296875, "Shape__Length": 45.344708072444632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1745882707947, 39.991486741078397 ], [ -75.174564331968995, 39.991601283485402 ], [ -75.174563126242703, 39.991607091612302 ], [ -75.174543395181601, 39.991604585571999 ], [ -75.174519597584194, 39.991601585079799 ], [ -75.174520763361997, 39.991595710733499 ], [ -75.174543117763605, 39.991481520218102 ], [ -75.1745882707947, 39.991486741078397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3464, "ADDRESS": "2721 N ORKNEY ST", "OWNER1": "ORKNEY STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192188100", "LNIADDRESSKEY": "462574", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.921875, "Shape__Length": 39.099355139555229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139510135272801, 39.9926181904329 ], [ -75.139503380577295, 39.992649954414901 ], [ -75.139501668577694, 39.992657959359299 ], [ -75.139383327401802, 39.992643580469199 ], [ -75.139381553090402, 39.992643379056297 ], [ -75.139383005417301, 39.992635577695197 ], [ -75.139389258560101, 39.992602159071403 ], [ -75.139391655323095, 39.992602471501101 ], [ -75.139510135272801, 39.9926181904329 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3465, "ADDRESS": "1005 W ARIZONA ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371351700", "LNIADDRESSKEY": "730176", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.83203125, "Shape__Length": 55.156037195377976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149236410007802, 39.988230008746498 ], [ -75.149243727011296, 39.988192148126998 ], [ -75.149268529526296, 39.988076405360601 ], [ -75.149313242110907, 39.988082092554201 ], [ -75.149294733552907, 39.988169752369203 ], [ -75.14927965679, 39.988235663862703 ], [ -75.149236410007802, 39.988230008746498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3466, "ADDRESS": "2634 ELLSWORTH ST", "OWNER1": "WILSON DOROTHY KING", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362004600", "LNIADDRESSKEY": "134306", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.02734375, "Shape__Length": 41.415052408697086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187720968264202, 39.939375754933401 ], [ -75.187741524812495, 39.939272112648297 ], [ -75.187790221713996, 39.939277439781598 ], [ -75.187768846884893, 39.939381676479996 ], [ -75.187720968264202, 39.939375754933401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3467, "ADDRESS": "2133 N WOODSTOCK ST", "OWNER1": "PETITT HELEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322015800", "LNIADDRESSKEY": "624028", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.07421875, "Shape__Length": 59.892649751612709 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166249202773102, 39.987037925706296 ], [ -75.166255404927895, 39.9870131432561 ], [ -75.166257943448301, 39.987001530007198 ], [ -75.166258282539403, 39.986998120541799 ], [ -75.166470808305306, 39.987026471823903 ], [ -75.166469495661204, 39.987032341670997 ], [ -75.166461701090299, 39.987067001701497 ], [ -75.166249202773102, 39.987037925706296 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3468, "ADDRESS": "6103 E WISTER ST", "OWNER1": "DAGLI KENAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172537100", "LNIADDRESSKEY": "619950", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 296.0, "Shape__Length": 88.577429780225216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157634692562297, 40.047645815828403 ], [ -75.157637475526798, 40.047590006680601 ], [ -75.157960772262896, 40.047601767596497 ], [ -75.157958888842899, 40.047658741332398 ], [ -75.157634692562297, 40.047645815828403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3469, "ADDRESS": "1449 N MYRTLEWOOD ST", "OWNER1": "WIMPENNY ANDREW DANIEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292268300", "LNIADDRESSKEY": "444869", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.0390625, "Shape__Length": 46.87177791551261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1834399102638, 39.978739283803897 ], [ -75.1834472291563, 39.978703628961803 ], [ -75.183607897973303, 39.978726953128103 ], [ -75.183600862203406, 39.978762323734401 ], [ -75.1834399102638, 39.978739283803897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3470, "ADDRESS": "1106 W NEVADA ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371313601", "LNIADDRESSKEY": "448938", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.44140625, "Shape__Length": 38.963762609852104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150947158700504, 39.986643004263499 ], [ -75.150967289657302, 39.986550110011002 ], [ -75.1510182190151, 39.986556502729599 ], [ -75.150999303580903, 39.986649391852801 ], [ -75.150947158700504, 39.986643004263499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3471, "ADDRESS": "1109 N 42ND ST", "OWNER1": "A TO Z REAL ESTATE TRANSACTION INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062281400", "LNIADDRESSKEY": "687093", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.0859375, "Shape__Length": 80.30153085795871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208400306741694, 39.973184480920501 ], [ -75.208701015952599, 39.973152211928003 ], [ -75.208709105135299, 39.973195252896403 ], [ -75.208647359837599, 39.973202026021099 ], [ -75.208588495779694, 39.973208475493003 ], [ -75.208408812496501, 39.9732281595901 ], [ -75.208400306741694, 39.973184480920501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3472, "ADDRESS": "3856 N CAMAC ST", "OWNER1": "JERRY X ELIAS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432371800", "LNIADDRESSKEY": "61086", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.31640625, "Shape__Length": 57.271753326315974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147899330243703, 40.011812718660401 ], [ -75.147908717332299, 40.011769085539498 ], [ -75.148099046337094, 40.011793193147099 ], [ -75.148106098032301, 40.011794095165001 ], [ -75.1480971440551, 40.011832966089798 ], [ -75.148096161363796, 40.011837281102899 ], [ -75.148089713886407, 40.011836473869003 ], [ -75.147899330243703, 40.011812718660401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3473, "ADDRESS": "3112 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282341200", "LNIADDRESSKEY": "629496", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.33984375, "Shape__Length": 55.537308050408711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183213285685895, 39.9928787004946 ], [ -75.183243212832707, 39.992727344614799 ], [ -75.183292326942194, 39.992734262275697 ], [ -75.183273907028394, 39.9928312461441 ], [ -75.183271879164494, 39.992841081495101 ], [ -75.183262373526006, 39.992885231270698 ], [ -75.183213285685895, 39.9928787004946 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3474, "ADDRESS": "644 N CONESTOGA ST", "OWNER1": "LOTIM 01 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041145100", "LNIADDRESSKEY": "95522", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.5546875, "Shape__Length": 46.117477704324337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229605221524906, 39.970200505053597 ], [ -75.229598059429094, 39.970162469839501 ], [ -75.229753422717707, 39.970145153728502 ], [ -75.229760583477898, 39.970183187775397 ], [ -75.229605221524906, 39.970200505053597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3475, "ADDRESS": "1343 W SOMERSET ST", "OWNER1": "SUMAYYAH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372350001", "LNIADDRESSKEY": "541898", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.4453125, "Shape__Length": 72.706433826621549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153440969333403, 39.995707260670102 ], [ -75.153484992318297, 39.9955102723248 ], [ -75.153539975329807, 39.995518254529102 ], [ -75.153495443354004, 39.995720937077699 ], [ -75.153438610748196, 39.995715251159901 ], [ -75.153440969333403, 39.995707260670102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3476, "ADDRESS": "2210 N 7TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371065201", "LNIADDRESSKEY": "642469", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.30859375, "Shape__Length": 64.403590706179202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1454756222046, 39.985245530146301 ], [ -75.1454828957947, 39.985205908367199 ], [ -75.145717380273197, 39.985231913440202 ], [ -75.145710441558904, 39.985271511294101 ], [ -75.1454756222046, 39.985245530146301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3477, "ADDRESS": "3517 MOUNT VERNON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242073310", "LNIADDRESSKEY": "443187", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.1875, "Shape__Length": 65.718733707753415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193840462189996, 39.964473645398002 ], [ -75.193893429670993, 39.9644672975123 ], [ -75.193928081596596, 39.964650415335903 ], [ -75.193876399779597, 39.964657678248898 ], [ -75.193840462189996, 39.964473645398002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3478, "ADDRESS": "1932 N NEWKIRK ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323222201", "LNIADDRESSKEY": "449942", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.7265625, "Shape__Length": 49.753291271182995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179922979907005, 39.985313632021501 ], [ -75.179835810915307, 39.985236513171401 ], [ -75.179874677087199, 39.985210641526798 ], [ -75.179961806364005, 39.9852877267964 ], [ -75.179987273057606, 39.985310251318701 ], [ -75.179948406829098, 39.985336124126597 ], [ -75.179922979907005, 39.985313632021501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3479, "ADDRESS": "3942 BROWN ST", "OWNER1": "MONT ATLO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243069300", "LNIADDRESSKEY": "53926", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 321.56640625, "Shape__Length": 88.098807275753643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201816587753001, 39.967235560198802 ], [ -75.201862440829302, 39.967472489726902 ], [ -75.201780284871603, 39.967481771215397 ], [ -75.201734505573597, 39.967244521177598 ], [ -75.201816587753001, 39.967235560198802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3480, "ADDRESS": "2915 N BAMBREY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381111200", "LNIADDRESSKEY": "28627", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.58203125, "Shape__Length": 47.488720322324973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172406466296493, 39.999825544998998 ], [ -75.172414704198502, 39.999787536045503 ], [ -75.172576199173307, 39.999805024180503 ], [ -75.172567731595393, 39.999843029113102 ], [ -75.172406466296493, 39.999825544998998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3481, "ADDRESS": "2243 N 16TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161067401", "LNIADDRESSKEY": "660492", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.63671875, "Shape__Length": 64.628487995348436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158936666365605, 39.987681211352204 ], [ -75.158945863164007, 39.987638991205799 ], [ -75.159177302112795, 39.987668702016897 ], [ -75.159168290304805, 39.987710490487501 ], [ -75.158936666365605, 39.987681211352204 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3482, "ADDRESS": "3205 RIDGE AVE", "OWNER1": "PETER E COSTELLO & SONS I", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282266100", "LNIADDRESSKEY": "504387", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.23046875, "Shape__Length": 81.256151490523877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184880395865804, 39.991172974909297 ], [ -75.185137010995803, 39.991086021509098 ], [ -75.185143365660096, 39.991094787292297 ], [ -75.185165074815899, 39.9911247872027 ], [ -75.184869022345197, 39.991224433031199 ], [ -75.184880395865804, 39.991172974909297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3483, "ADDRESS": "1265 S RUBY ST", "OWNER1": "ADSE INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511244300", "LNIADDRESSKEY": "519514", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.2265625, "Shape__Length": 53.991071001211296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223700913646795, 39.941213082781701 ], [ -75.223570683207697, 39.941304223393502 ], [ -75.223526631584903, 39.941266806528297 ], [ -75.223657047497298, 39.941175202658698 ], [ -75.223700913646795, 39.941213082781701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3484, "ADDRESS": "4237 FAIRMOUNT AVE", "OWNER1": "L CRUZ DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061137600", "LNIADDRESSKEY": "283692", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.0859375, "Shape__Length": 75.727616157400888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208649664811801, 39.964761174160202 ], [ -75.208680425599994, 39.964981017686398 ], [ -75.208629364510401, 39.964985189122999 ], [ -75.208623767752101, 39.964951101852698 ], [ -75.208597906124197, 39.964765491182099 ], [ -75.208649664811801, 39.964761174160202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3485, "ADDRESS": "6174 REINHARD ST", "OWNER1": "EM 17 INVESTMENTS INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401286400", "LNIADDRESSKEY": "500580", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.3828125, "Shape__Length": 60.60593430170043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233028000904497, 39.929557964985698 ], [ -75.233046038000495, 39.929545255872299 ], [ -75.233054012616606, 39.929539675784298 ], [ -75.233065727064101, 39.929531470282797 ], [ -75.233081128149394, 39.929544752242599 ], [ -75.233087117593797, 39.929549799758803 ], [ -75.233126732022797, 39.929583165884303 ], [ -75.233144834219104, 39.929598684149497 ], [ -75.233170933317197, 39.9296198728711 ], [ -75.233207192848596, 39.929649974683798 ], [ -75.233214502793103, 39.9296566954919 ], [ -75.233176937881893, 39.929683339068397 ], [ -75.233153319731599, 39.929664089006998 ], [ -75.233138817239094, 39.929652020599697 ], [ -75.233106783406001, 39.929625412769703 ], [ -75.233068138983498, 39.929592438462002 ], [ -75.233049718118195, 39.929576479585499 ], [ -75.233028000904497, 39.929557964985698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3486, "ADDRESS": "944 N 13TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141210310", "LNIADDRESSKEY": "655881", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-4", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.4609375, "Shape__Length": 42.335956765235785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157439124587796, 39.970920590177201 ], [ -75.157447041727707, 39.970885514476301 ], [ -75.157588212332698, 39.970903018899698 ], [ -75.157580237939698, 39.970939059656999 ], [ -75.157439124587796, 39.970920590177201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3487, "ADDRESS": "4661 HAWTHORNE ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232290601", "LNIADDRESSKEY": "337171", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 352.27734375, "Shape__Length": 99.339384502172621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.080397940891601, 40.014045398973003 ], [ -75.080399837015193, 40.014043556507097 ], [ -75.080699803083206, 40.014208316207103 ], [ -75.080657734668804, 40.014255537062503 ], [ -75.080354935612903, 40.014093532766502 ], [ -75.080357201433301, 40.014090297779802 ], [ -75.080397940891601, 40.014045398973003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3488, "ADDRESS": "2220 N REESE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191332201", "LNIADDRESSKEY": "498756", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.1328125, "Shape__Length": 55.233183357371928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142465744853098, 39.985196074952597 ], [ -75.142473741077595, 39.985158117486499 ], [ -75.142668890739799, 39.9851845709019 ], [ -75.142660246572603, 39.985222513659203 ], [ -75.142465744853098, 39.985196074952597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3489, "ADDRESS": "4560 N MARVINE ST", "OWNER1": "1229-1247 NORTH 27TH ST", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491431000", "LNIADDRESSKEY": "417021", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.62109375, "Shape__Length": 71.214580781431607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144020132018198, 40.022351346224802 ], [ -75.1438202730602, 40.022325177012902 ], [ -75.143793130731794, 40.0223216270549 ], [ -75.143793453050804, 40.0223203290168 ], [ -75.143803529566796, 40.0222807089566 ], [ -75.144064967985898, 40.022314562528699 ], [ -75.1440545770445, 40.022355851370897 ], [ -75.144020132018198, 40.022351346224802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3490, "ADDRESS": "1463 N 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292095710", "LNIADDRESSKEY": "680648", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.55859375, "Shape__Length": 69.83996956162423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180578398549599, 39.978605539143103 ], [ -75.180829832789399, 39.978639473633997 ], [ -75.180820008804901, 39.978683728718302 ], [ -75.180569210863695, 39.978650113673403 ], [ -75.180578398549599, 39.978605539143103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3491, "ADDRESS": "1653 S LECOUNT ST", "OWNER1": "RIZAJ RENATO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364284200", "LNIADDRESSKEY": "564792", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.46875, "Shape__Length": 48.001899164619957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189164177767694, 39.932025411862298 ], [ -75.189263870999895, 39.932037552456499 ], [ -75.189281401078802, 39.9320396681942 ], [ -75.189326745165403, 39.932046016902497 ], [ -75.189318564071201, 39.932084230737999 ], [ -75.189155791930304, 39.932064009676601 ], [ -75.189164177767694, 39.932025411862298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3492, "ADDRESS": "1429 N 17TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471250510", "LNIADDRESSKEY": "662783", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 311.03125, "Shape__Length": 93.377599397314299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163013723044898, 39.975870786411697 ], [ -75.163025863403007, 39.975816091356101 ], [ -75.163367608509105, 39.975861564467898 ], [ -75.163355973200495, 39.975916189846302 ], [ -75.163013723044898, 39.975870786411697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3493, "ADDRESS": "264 DIAMOND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183214900", "LNIADDRESSKEY": "116241", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.21875, "Shape__Length": 79.306019634297087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139050727434693, 39.982353171127897 ], [ -75.139076526064102, 39.9822391456551 ], [ -75.139085514178504, 39.9821912321204 ], [ -75.139089946178402, 39.982192025610601 ], [ -75.139104126667903, 39.982194363130802 ], [ -75.139119001340603, 39.982132865435702 ], [ -75.139159812104396, 39.982139081748898 ], [ -75.139116360258299, 39.982340575660302 ], [ -75.139112004820305, 39.9823611742029 ], [ -75.139050727434693, 39.982353171127897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3494, "ADDRESS": "2212 N MARSHALL ST", "OWNER1": "POINT BREEZE HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371048600", "LNIADDRESSKEY": "413917", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.5625, "Shape__Length": 73.020395165263977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144930183237705, 39.985271875732103 ], [ -75.144665946052996, 39.9852421313037 ], [ -75.144674729299197, 39.985195953989802 ], [ -75.144938966265002, 39.985225699523298 ], [ -75.144930183237705, 39.985271875732103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3495, "ADDRESS": "618 N 36TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "S/D OFF/STR 3STY MASONRY", "OPA_ID": "871530450", "LNIADDRESSKEY": "685502", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.53125, "Shape__Length": 62.399664657364468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194711321880206, 39.964290032114903 ], [ -75.194703321017798, 39.964247668777702 ], [ -75.194718215620895, 39.964245985619897 ], [ -75.194914034075495, 39.964223546080703 ], [ -75.194919208471006, 39.964251283932001 ], [ -75.194923564502801, 39.964274706881703 ], [ -75.194724288754202, 39.964297301452497 ], [ -75.194712927408403, 39.964298595903301 ], [ -75.194711321880206, 39.964290032114903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3496, "ADDRESS": "1923 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321256101", "LNIADDRESSKEY": "667973", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.8671875, "Shape__Length": 86.173742321760201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164640871346094, 39.983361269071501 ], [ -75.164651409738696, 39.983312888801301 ], [ -75.164969283405796, 39.983355593000503 ], [ -75.164958921688793, 39.983404299387402 ], [ -75.164640871346094, 39.983361269071501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3497, "ADDRESS": "819 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243147700", "LNIADDRESSKEY": "685908", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 327.7421875, "Shape__Length": 93.960825441320367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197990401639004, 39.968699865483302 ], [ -75.198306445307907, 39.968671704278101 ], [ -75.198328535874197, 39.968796413830802 ], [ -75.197991238428102, 39.9687015926269 ], [ -75.197990401639004, 39.968699865483302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3498, "ADDRESS": "2203 N 7TH ST", "OWNER1": "SBY INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371057200", "LNIADDRESSKEY": "642462", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.125, "Shape__Length": 75.412544482794559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145337274251702, 39.985027777358297 ], [ -75.145326941769994, 39.9850821030779 ], [ -75.145062705149698, 39.985052359562502 ], [ -75.145073040720703, 39.984998035058297 ], [ -75.145337274251702, 39.985027777358297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3499, "ADDRESS": "3206 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282343401", "LNIADDRESSKEY": "629515", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.72265625, "Shape__Length": 53.031848673018565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1846413484637, 39.993060523353698 ], [ -75.184668780754706, 39.992920201711001 ], [ -75.184721416427806, 39.9929265847721 ], [ -75.184693528270103, 39.993066766716801 ], [ -75.1846413484637, 39.993060523353698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3500, "ADDRESS": "3845 N 13TH ST", "OWNER1": "PEREZ GLEIDY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432374000", "LNIADDRESSKEY": "656314", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.5703125, "Shape__Length": 64.393326675272576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148149474117602, 40.0115921921929 ], [ -75.148152421689801, 40.011577654589097 ], [ -75.148383348297003, 40.0116079707065 ], [ -75.148374758929904, 40.011649944912598 ], [ -75.148144090278706, 40.011618894664402 ], [ -75.148149474117602, 40.0115921921929 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3501, "ADDRESS": "2121 N 15TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "ROW CONV/APT 3STY MASONRY", "OPA_ID": "321084501", "LNIADDRESSKEY": "658106", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.9453125, "Shape__Length": 78.257577144018768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157733619976597, 39.985483649231298 ], [ -75.157743167557996, 39.985441035012101 ], [ -75.157745481028996, 39.985441376716899 ], [ -75.158033603176904, 39.985478077090399 ], [ -75.158024749508797, 39.985521158636097 ], [ -75.157733619976597, 39.985483649231298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3502, "ADDRESS": "2257 N 22ND ST", "OWNER1": "MISHPUCHEH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162209400", "LNIADDRESSKEY": "674083", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 268.07421875, "Shape__Length": 92.79242591671003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168477846580302, 39.989304483961398 ], [ -75.1684868971833, 39.989258794367998 ], [ -75.168838002367593, 39.9893035241641 ], [ -75.168828967474596, 39.9893499236818 ], [ -75.168477846580302, 39.989304483961398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3503, "ADDRESS": "6034 UPLAND ST", "OWNER1": "BRENDA WILLIAMS S/W", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401299600", "LNIADDRESSKEY": "583824", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.53515625, "Shape__Length": 57.993291884224803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230004667224904, 39.931170560029102 ], [ -75.230067843837304, 39.931222966101501 ], [ -75.230145588674304, 39.931290716371301 ], [ -75.230108977955993, 39.931315832492103 ], [ -75.229967155607497, 39.931196300521201 ], [ -75.230004667224904, 39.931170560029102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3504, "ADDRESS": "2564 N 8TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371110201", "LNIADDRESSKEY": "645199", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.64453125, "Shape__Length": 71.215537934708877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145828661788698, 39.9910768476553 ], [ -75.145817698196495, 39.991121767084998 ], [ -75.145561782068995, 39.991087460029597 ], [ -75.145572211475695, 39.991042270582398 ], [ -75.145828661788698, 39.9910768476553 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3505, "ADDRESS": "1437 S 49TH ST", "OWNER1": "AL-KHATIB MOHAMMED", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273055400", "LNIADDRESSKEY": "689899", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.31640625, "Shape__Length": 66.650952108966337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2112792161507, 39.940176757262002 ], [ -75.211461865508298, 39.940048941613298 ], [ -75.2114644408571, 39.9400512071958 ], [ -75.211495803453005, 39.940078852576001 ], [ -75.211404166461904, 39.940143269936598 ], [ -75.211313370014096, 39.940207076257003 ], [ -75.2112792161507, 39.940176757262002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3506, "ADDRESS": "2729 N GRATZ ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111212200", "LNIADDRESSKEY": "321985", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.66796875, "Shape__Length": 50.610505410376604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161529462057899, 39.995871097446802 ], [ -75.161537826414801, 39.995830341642097 ], [ -75.161709108763404, 39.995852145391801 ], [ -75.161702686673294, 39.995883708461903 ], [ -75.161700645297003, 39.995892737915298 ], [ -75.161529462057899, 39.995871097446802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3507, "ADDRESS": "2047 E ORLEANS ST", "OWNER1": "MC CRAY RAYMOND", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252173100", "LNIADDRESSKEY": "463024", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.80078125, "Shape__Length": 51.745026294046546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115728024381795, 39.990122591097602 ], [ -75.115882548266597, 39.990063043994603 ], [ -75.115908642111506, 39.990103490890398 ], [ -75.115902512462299, 39.990105913647703 ], [ -75.115755361118701, 39.990163986732398 ], [ -75.115728024381795, 39.990122591097602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3508, "ADDRESS": "2228 N 7TH ST", "OWNER1": "ABDPH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371066100", "LNIADDRESSKEY": "642484", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.34375, "Shape__Length": 63.881172471575937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145405287562696, 39.9856286779141 ], [ -75.1454131703521, 39.985585733932297 ], [ -75.145641109161005, 39.985610002535203 ], [ -75.145633828410396, 39.985652866709898 ], [ -75.145405287562696, 39.9856286779141 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3509, "ADDRESS": "2645 KENSINGTON AVE", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "ROW CONV/APT 3STY MASONRY", "OPA_ID": "311050300", "LNIADDRESSKEY": "368562", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.71875, "Shape__Length": 58.899595398585539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125895538772298, 39.989296731989597 ], [ -75.125935599352104, 39.989276369001097 ], [ -75.125940526181793, 39.9892833497182 ], [ -75.126057115502306, 39.989413378700597 ], [ -75.126018420578703, 39.989434207698899 ], [ -75.125895538772298, 39.989296731989597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3510, "ADDRESS": "3035 W OAKDALE ST", "OWNER1": "HIRSHEL G HOWARD", "OWNER2": "DOROTHY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282376600", "LNIADDRESSKEY": "454444", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.28125, "Shape__Length": 48.129125022352653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181262408011406, 39.997069004383803 ], [ -75.181291605914396, 39.996943167203703 ], [ -75.181340451597706, 39.996950095395803 ], [ -75.181311034781501, 39.997075605576697 ], [ -75.181262408011406, 39.997069004383803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3511, "ADDRESS": "435 W BERKS ST", "OWNER1": "CARON-GERSTINE KELLY JANE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183187900", "LNIADDRESSKEY": "37078", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.734375, "Shape__Length": 56.208596955134936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142353233443899, 39.979885831310398 ], [ -75.142401603683396, 39.979892152940998 ], [ -75.142370231404996, 39.980034682358202 ], [ -75.142316303173899, 39.980045416918401 ], [ -75.142353233443899, 39.979885831310398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3512, "ADDRESS": "6013 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401287301", "LNIADDRESSKEY": "583803", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.04296875, "Shape__Length": 60.371322346325563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229776666100094, 39.931661369675602 ], [ -75.229818118769003, 39.931632169294701 ], [ -75.229962518186596, 39.931754498222098 ], [ -75.229920430506297, 39.931783345701 ], [ -75.229776666100094, 39.931661369675602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3513, "ADDRESS": "162 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885242740", "LNIADDRESSKEY": "730426", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.578125, "Shape__Length": 57.816538791272109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134185139684703, 39.988074101970398 ], [ -75.134217091441798, 39.987919771748402 ], [ -75.134272240475596, 39.987926541763301 ], [ -75.134238688536001, 39.988081592389499 ], [ -75.134210418975698, 39.988077224626402 ], [ -75.134185139684703, 39.988074101970398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3514, "ADDRESS": "1511 W OXFORD ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471134200", "LNIADDRESSKEY": "466576", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 249.91796875, "Shape__Length": 73.884305320950034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160752162853001, 39.977880768350602 ], [ -75.160791177476199, 39.977690064297498 ], [ -75.160870284693701, 39.9777008119855 ], [ -75.160830906036693, 39.9778912015015 ], [ -75.160752162853001, 39.977880768350602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3515, "ADDRESS": "319-21 W SUSQUEHANNA AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191399901", "LNIADDRESSKEY": "558908", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 325.25390625, "Shape__Length": 74.988815170743649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139518499366204, 39.984384913780197 ], [ -75.139553096723404, 39.984222986103298 ], [ -75.139674585727207, 39.984239079991198 ], [ -75.139638222015506, 39.984401145475303 ], [ -75.139518499366204, 39.984384913780197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3516, "ADDRESS": "3706 ASPEN ST", "OWNER1": "V2 PROPERTIES ENTITY 4 LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243034000", "LNIADDRESSKEY": "23761", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.7421875, "Shape__Length": 57.761695582947837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197107639327399, 39.966700426120902 ], [ -75.197157703967605, 39.966694979566299 ], [ -75.197182214162595, 39.966854980469201 ], [ -75.197135331795394, 39.966860497839903 ], [ -75.197107639327399, 39.966700426120902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3517, "ADDRESS": "1237 S PEACH ST", "OWNER1": "ZERESHK INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511236100", "LNIADDRESSKEY": "475388", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.64453125, "Shape__Length": 51.494878925948157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223790865576902, 39.941872015003597 ], [ -75.2238267861309, 39.941902289077603 ], [ -75.223695531099693, 39.941994471594299 ], [ -75.223659736036197, 39.941964167581801 ], [ -75.223790865576902, 39.941872015003597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3518, "ADDRESS": "1428 N 17TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471260110", "LNIADDRESSKEY": "662782", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 339.8046875, "Shape__Length": 94.110269002321616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163517030341296, 39.9760049165235 ], [ -75.163519030523702, 39.975995870354602 ], [ -75.163530434077202, 39.975944559982999 ], [ -75.163868112492807, 39.975988439731204 ], [ -75.163855035389304, 39.9760490300459 ], [ -75.163517030341296, 39.9760049165235 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3519, "ADDRESS": "2264 N 16TH ST", "OWNER1": "WAI HENRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161078400", "LNIADDRESSKEY": "660513", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.39453125, "Shape__Length": 67.161022131879051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159500433476097, 39.988172326436498 ], [ -75.159498270959403, 39.9881823036932 ], [ -75.159489855777394, 39.988215594420701 ], [ -75.159486497230404, 39.988215163842 ], [ -75.159249784794994, 39.988184657775903 ], [ -75.159259310669199, 39.988140947095303 ], [ -75.159495908056201, 39.988171740000197 ], [ -75.159500433476097, 39.988172326436498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3520, "ADDRESS": "3929 WYALUSING AVE", "OWNER1": "THOMAS SHARONN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243190800", "LNIADDRESSKEY": "625660", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.40625, "Shape__Length": 46.45556291402076 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202196684964406, 39.972507772685503 ], [ -75.202244644175906, 39.972502711814499 ], [ -75.202267529637595, 39.972624874698099 ], [ -75.202220512939505, 39.972629392252898 ], [ -75.202196684964406, 39.972507772685503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3521, "ADDRESS": "1218 N 50TH ST", "OWNER1": "CHARLES A BELLACCHIO", "OWNER2": "ANTONIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442236000", "LNIADDRESSKEY": "690207", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.765625, "Shape__Length": 70.784100588241159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222791883076198, 39.972591369815298 ], [ -75.222786872146997, 39.972559939620098 ], [ -75.223048672595596, 39.972533047283598 ], [ -75.223054499530903, 39.972568476721499 ], [ -75.223055285153393, 39.972573250167699 ], [ -75.222793480830703, 39.972601383562697 ], [ -75.222791883076198, 39.972591369815298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3522, "ADDRESS": "2148 N 3RD ST", "OWNER1": "SOPHIA HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191180100", "LNIADDRESSKEY": "632544", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.46484375, "Shape__Length": 54.618992377650279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139199856238704, 39.983663648719499 ], [ -75.139207626744195, 39.983625588320599 ], [ -75.139399868814806, 39.983650144318801 ], [ -75.139392453924899, 39.983688211691202 ], [ -75.139199856238704, 39.983663648719499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3523, "ADDRESS": "3022 N 11TH ST", "OWNER1": "VIBHAA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372236300", "LNIADDRESSKEY": "652118", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.23828125, "Shape__Length": 60.310493043080115 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148219307238506, 39.998404625782698 ], [ -75.148227867258001, 39.998363376258702 ], [ -75.148390807876197, 39.9983858002782 ], [ -75.148441420074803, 39.998391944604599 ], [ -75.148433010674395, 39.998432553325998 ], [ -75.148219307238506, 39.998404625782698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3524, "ADDRESS": "1268 S 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362141605", "LNIADDRESSKEY": "681224", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.39453125, "Shape__Length": 64.573148171640909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190472028232307, 39.937484261577602 ], [ -75.190480511564701, 39.9374441994565 ], [ -75.190713806690198, 39.937474310628602 ], [ -75.190705468552395, 39.937514988689898 ], [ -75.190472028232307, 39.937484261577602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3525, "ADDRESS": "803 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243146900", "LNIADDRESSKEY": "685893", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.16015625, "Shape__Length": 82.259240505121738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197933237179797, 39.968345008918298 ], [ -75.198241374176703, 39.968313673973299 ], [ -75.198249539056206, 39.968357314444198 ], [ -75.197940485386397, 39.968389628017597 ], [ -75.197933237179797, 39.968345008918298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3526, "ADDRESS": "2717 EARP ST", "OWNER1": "KEYSTONE PROPERTY GROUP L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362103000", "LNIADDRESSKEY": "128513", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.83984375, "Shape__Length": 51.414840013654064 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189514354078298, 39.936345900924202 ], [ -75.189543298191097, 39.936209079029801 ], [ -75.189592214068298, 39.936214635585401 ], [ -75.189563940217198, 39.936352037836798 ], [ -75.189514354078298, 39.936345900924202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3527, "ADDRESS": "2459 N CLEVELAND ST", "OWNER1": "BETSKIP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162025200", "LNIADDRESSKEY": "90244", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.33984375, "Shape__Length": 51.157933080820314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162180474993903, 39.991447564226 ], [ -75.162171953979396, 39.991485269970703 ], [ -75.162007441089301, 39.991463747690801 ], [ -75.162003035671901, 39.991463310479702 ], [ -75.161994518344301, 39.991462457316302 ], [ -75.161997151658099, 39.991448879813099 ], [ -75.162003760897093, 39.991424494167703 ], [ -75.162011560465601, 39.991425507971499 ], [ -75.162180474993903, 39.991447564226 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3528, "ADDRESS": "2002 W TIOGA ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112088200", "LNIADDRESSKEY": "573077", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 603.67578125, "Shape__Length": 134.96174716619709 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1616361723799, 40.007349088621197 ], [ -75.1616871325988, 40.007118111125202 ], [ -75.161703197896202, 40.007042581896798 ], [ -75.161719726622195, 40.006963693316401 ], [ -75.1618127948054, 40.006975865943197 ], [ -75.161732171641404, 40.007361955841702 ], [ -75.1616361723799, 40.007349088621197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3529, "ADDRESS": "4718 DEVEREAUX AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411148500", "LNIADDRESSKEY": "115429", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.203125, "Shape__Length": 70.211166259131716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055361559812795, 40.018639435077397 ], [ -75.055393668878494, 40.018676156161199 ], [ -75.055179637883001, 40.018786584486399 ], [ -75.055147998304804, 40.018750400346597 ], [ -75.055361559812795, 40.018639435077397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3530, "ADDRESS": "801 E MADISON ST", "OWNER1": "DE LOS SANTOS GERARDO", "OWNER2": "WHITMER ANA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331073200", "LNIADDRESSKEY": "405165", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.28515625, "Shape__Length": 50.581775936604103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115084601801001, 39.997757468391299 ], [ -75.1151120064293, 39.997627024609102 ], [ -75.115166163006506, 39.997634135661897 ], [ -75.115138834537106, 39.9977642421903 ], [ -75.115084601801001, 39.997757468391299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3531, "ADDRESS": "1800 N 27TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323170301", "LNIADDRESSKEY": "679741", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.66796875, "Shape__Length": 66.090391538942967 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178592232683101, 39.983055956080598 ], [ -75.178602616103007, 39.983009199859197 ], [ -75.178834453523805, 39.983040879254801 ], [ -75.178824655558998, 39.983086600058101 ], [ -75.178592232683101, 39.983055956080598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3532, "ADDRESS": "1427 S PAXON ST", "OWNER1": "HUNTER MARGARET J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273105400", "LNIADDRESSKEY": "474933", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.953125, "Shape__Length": 56.237069313355569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216033901581994, 39.939451307371698 ], [ -75.216031690647796, 39.939449388947402 ], [ -75.216029500222405, 39.939447469849902 ], [ -75.216046713493, 39.939434568261198 ], [ -75.216175394113705, 39.939342482783601 ], [ -75.216210679136495, 39.939372293680897 ], [ -75.216072197749696, 39.939471110517303 ], [ -75.216063655763094, 39.939477240071099 ], [ -75.216052139716197, 39.939467072380701 ], [ -75.216033901581994, 39.939451307371698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3533, "ADDRESS": "3314 N 16TH ST", "OWNER1": "MCLENDON ANTWAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112202130", "LNIADDRESSKEY": "660796", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 273.203125, "Shape__Length": 99.612313292287041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155780320453999, 40.004056956206703 ], [ -75.155789042656806, 40.004015192921599 ], [ -75.156175310839501, 40.0040625598782 ], [ -75.156165915144101, 40.004106049186497 ], [ -75.155780320453999, 40.004056956206703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3534, "ADDRESS": "1601 S 24TH ST", "OWNER1": "TASKER HOMES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364136600", "LNIADDRESSKEY": "677428", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.82421875, "Shape__Length": 63.143165780377302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184388793316202, 39.932482740726101 ], [ -75.184396396859498, 39.932448817711098 ], [ -75.184619080732006, 39.932479429646698 ], [ -75.184610933373705, 39.932516096475403 ], [ -75.184609418761099, 39.932522929421303 ], [ -75.184504719456797, 39.932508610602902 ], [ -75.184396469834397, 39.932494051206298 ], [ -75.184386728261401, 39.932491946781099 ], [ -75.184388793316202, 39.932482740726101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3535, "ADDRESS": "2208 E NORRIS ST", "OWNER1": "PHILADELPHIA REDEVELOPMENT AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "181263700", "LNIADDRESSKEY": "451939", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.73828125, "Shape__Length": 78.702932937700794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129724686285797, 39.978087769012099 ], [ -75.129898802921204, 39.977912522546703 ], [ -75.129924522393793, 39.977921475790303 ], [ -75.129952602271501, 39.977936641432002 ], [ -75.129774137254699, 39.978116528088997 ], [ -75.129724686285797, 39.978087769012099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3536, "ADDRESS": "724 N 37TH ST", "OWNER1": "T & H PROPERTY MANAGEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243082000", "LNIADDRESSKEY": "685702", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.98046875, "Shape__Length": 74.999939528039448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196616019481695, 39.966512508889799 ], [ -75.196897748319202, 39.9664807364517 ], [ -75.196903929771906, 39.9665146921431 ], [ -75.196904877956896, 39.966520113648102 ], [ -75.196622522736504, 39.966551840632697 ], [ -75.196616019481695, 39.966512508889799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3537, "ADDRESS": "2925 RUTLEDGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071432200", "LNIADDRESSKEY": "521931", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.70703125, "Shape__Length": 44.33413886530208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124160463381799, 39.9937556717124 ], [ -75.1241684172318, 39.9937180037616 ], [ -75.124243834627805, 39.993728079281503 ], [ -75.124315796349805, 39.993738075702602 ], [ -75.124308376366699, 39.993774966348802 ], [ -75.124160463381799, 39.9937556717124 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3538, "ADDRESS": "800 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243147910", "LNIADDRESSKEY": "685890", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.1640625, "Shape__Length": 75.868255260152822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198632599940495, 39.9679649211241 ], [ -75.198640885987899, 39.968008692650599 ], [ -75.198358651701795, 39.968039282436202 ], [ -75.198352358841305, 39.967997085793897 ], [ -75.198632599940495, 39.9679649211241 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3539, "ADDRESS": "2909 FRANKFORD AVE", "OWNER1": "2911 FRANKFORD ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885326620", "LNIADDRESSKEY": "297225", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.640625, "Shape__Length": 86.987932854058684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117146181365399, 39.989584882521903 ], [ -75.117147916469193, 39.989583939074798 ], [ -75.117168925971896, 39.989606359952901 ], [ -75.117339409002199, 39.989798360409502 ], [ -75.117289000668904, 39.989817434538502 ], [ -75.117102557805197, 39.989607901031597 ], [ -75.117146181365399, 39.989584882521903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3540, "ADDRESS": "2348 N 20TH ST", "OWNER1": "HUTCHINSON ANNA B", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162143700", "LNIADDRESSKEY": "670223", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.453125, "Shape__Length": 74.882088908697909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165260002821498, 39.990248241679701 ], [ -75.165269978480794, 39.990203621677701 ], [ -75.165542455472007, 39.990240127160497 ], [ -75.165532490506706, 39.9902855864933 ], [ -75.165260002821498, 39.990248241679701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3541, "ADDRESS": "2617 W GORDON ST", "OWNER1": "WOODSTOCK MANAGEMENT CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281224100", "LNIADDRESSKEY": "319253", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.73046875, "Shape__Length": 51.043326642044256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175594280900796, 39.991261338203202 ], [ -75.175641860006493, 39.9912672572883 ], [ -75.175612834364102, 39.991404366507297 ], [ -75.1755657539493, 39.991398538562201 ], [ -75.175594280900796, 39.991261338203202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3542, "ADDRESS": "1654 N 6TH ST", "OWNER1": "FELTON DONOVAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201109601", "LNIADDRESSKEY": "639210", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.1640625, "Shape__Length": 49.471004309106114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145434766774002, 39.976908996021102 ], [ -75.145441839414403, 39.976872644906003 ], [ -75.145613748815705, 39.976895293400602 ], [ -75.145605382248107, 39.9769320994574 ], [ -75.145434766774002, 39.976908996021102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3543, "ADDRESS": "4609 N CAMAC ST", "OWNER1": "ALPHA OMEGA BUSINESS GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491470200", "LNIADDRESSKEY": "61149", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.2109375, "Shape__Length": 76.589562841540115 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145113440815507, 40.022875804977701 ], [ -75.144830360297306, 40.022842542970601 ], [ -75.144840240465598, 40.0227987117404 ], [ -75.145122141513895, 40.022831592195601 ], [ -75.145113440815507, 40.022875804977701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3544, "ADDRESS": "1541 W LEHIGH AVE", "OWNER1": "MC DOUGALD SHIRLEY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111002500", "LNIADDRESSKEY": "387646", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.640625, "Shape__Length": 72.330855279269144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157593531381707, 39.994662057044003 ], [ -75.157639867758405, 39.9944590253779 ], [ -75.157694701883699, 39.994465986341801 ], [ -75.157655521528, 39.994635311528199 ], [ -75.157647539036802, 39.994669804645298 ], [ -75.157593531381707, 39.994662057044003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3545, "ADDRESS": "3144 W YORK ST", "OWNER1": "CAMERON LOUIS", "OWNER2": "AMINA ABDUL-RAHIM", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282342800", "LNIADDRESSKEY": "629510", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.12109375, "Shape__Length": 55.267212236185486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184003042738894, 39.9929799719337 ], [ -75.184032901649303, 39.992829291244703 ], [ -75.1840814954287, 39.992835567352401 ], [ -75.184051186737307, 39.992986528572601 ], [ -75.184003042738894, 39.9929799719337 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3546, "ADDRESS": "1752 N 31ST ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324197100", "LNIADDRESSKEY": "683462", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.78515625, "Shape__Length": 55.646139711168118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184970673909106, 39.983496507834303 ], [ -75.184979412089504, 39.983454355687499 ], [ -75.185163557913299, 39.983477783140799 ], [ -75.185171159070606, 39.983479033096302 ], [ -75.185162966634294, 39.983520616300403 ], [ -75.184970673909106, 39.983496507834303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3547, "ADDRESS": "612 N SHEDWICK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242157710", "LNIADDRESSKEY": "533358", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.546875, "Shape__Length": 65.483252249320373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192662690510403, 39.965474354059097 ], [ -75.192902138548007, 39.965447676836902 ], [ -75.192909432562999, 39.965487639149799 ], [ -75.1926699887794, 39.9655136553707 ], [ -75.192662690510403, 39.965474354059097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3548, "ADDRESS": "2820 N 26TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381151400", "LNIADDRESSKEY": "678967", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.9140625, "Shape__Length": 57.873329389816234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173584243618706, 39.9985848639135 ], [ -75.1735942312486, 39.9985409350924 ], [ -75.173793080173496, 39.9985651131392 ], [ -75.173783350215899, 39.998609432940299 ], [ -75.173584243618706, 39.9985848639135 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3549, "ADDRESS": "2427 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191235101", "LNIADDRESSKEY": "388762", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.6015625, "Shape__Length": 44.810409314892638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139453414282698, 39.987985634109897 ], [ -75.139605594583998, 39.988005973763698 ], [ -75.139597850692496, 39.988041696641403 ], [ -75.139578481753205, 39.988038547417702 ], [ -75.139509002433499, 39.988029520210802 ], [ -75.139469589265303, 39.988024448655601 ], [ -75.139445865758802, 39.988020652993598 ], [ -75.139453414282698, 39.987985634109897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3550, "ADDRESS": "2008 N VAN PELT ST", "OWNER1": "BROWN CLINTON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322079400", "LNIADDRESSKEY": "586202", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.27734375, "Shape__Length": 65.171161611307909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169340103278799, 39.985192335579697 ], [ -75.169117977127499, 39.985162532471698 ], [ -75.169126234351396, 39.985123901342 ], [ -75.169364748162096, 39.985157022612398 ], [ -75.169356723225505, 39.9851945146915 ], [ -75.169340103278799, 39.985192335579697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3551, "ADDRESS": "6119 N BEECHWOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172503600", "LNIADDRESSKEY": "32368", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 307.55859375, "Shape__Length": 89.067308037566264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156839905745898, 40.0479660386275 ], [ -75.157150910974195, 40.047977282174301 ], [ -75.157147961230095, 40.0480369078591 ], [ -75.1568244175145, 40.048023350609498 ], [ -75.156828269011299, 40.047965905466697 ], [ -75.156839905745898, 40.0479660386275 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3552, "ADDRESS": "2427 CECIL B MOORE AVE", "OWNER1": "UNITED DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291262600", "LNIADDRESSKEY": "71750", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.47265625, "Shape__Length": 77.197778293044038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174847470370395, 39.981184280607103 ], [ -75.174892956883994, 39.980966105195698 ], [ -75.174950546030402, 39.980973635774298 ], [ -75.174904867924596, 39.981191887996502 ], [ -75.174847470370395, 39.981184280607103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3553, "ADDRESS": "5833 N WOODSTOCK ST", "OWNER1": "DAVID WEEKS JR", "OWNER2": "ANNA L", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172392400", "LNIADDRESSKEY": "624325", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.296875, "Shape__Length": 69.66009494702044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154328897654594, 40.043539641321203 ], [ -75.154307500344302, 40.043538674638498 ], [ -75.1542877767899, 40.043537777309702 ], [ -75.154271132122602, 40.0435370306433 ], [ -75.154272394401801, 40.043510622221397 ], [ -75.154273185275201, 40.043493778698199 ], [ -75.154310533879794, 40.043495574368102 ], [ -75.154529890650394, 40.043506124014897 ], [ -75.154527197264201, 40.043548571979301 ], [ -75.154328897654594, 40.043539641321203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3554, "ADDRESS": "1925 S SALFORD ST", "OWNER1": "VANDER L FIELDS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401073100", "LNIADDRESSKEY": "522960", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.35546875, "Shape__Length": 61.484907940540424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230280366873004, 39.9336657601106 ], [ -75.230448312131301, 39.933548505657399 ], [ -75.230480658436704, 39.933576296876403 ], [ -75.230312508116299, 39.933694031157899 ], [ -75.230280366873004, 39.9336657601106 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3555, "ADDRESS": "6050 VINE ST", "OWNER1": "GARDNER THEODORE H", "OWNER2": "GARDNER GRACE L", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341029250", "LNIADDRESSKEY": "589411", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 393.99609375, "Shape__Length": 105.80303410948423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2409612243829, 39.9663157643106 ], [ -75.241033869917004, 39.966324445906402 ], [ -75.240969782037098, 39.966622317366998 ], [ -75.240930260730806, 39.9666169718341 ], [ -75.240889170948705, 39.9666126405196 ], [ -75.240902180233107, 39.966557635537903 ], [ -75.240953757278803, 39.966314875726702 ], [ -75.2409612243829, 39.9663157643106 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3556, "ADDRESS": "2915 RUTLEDGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071431610", "LNIADDRESSKEY": "521921", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.109375, "Shape__Length": 43.876277509050524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124198519237595, 39.993574225037698 ], [ -75.124206295563098, 39.993539518530199 ], [ -75.124354865562594, 39.9935602146031 ], [ -75.124351520176305, 39.9935757258501 ], [ -75.124349325606104, 39.993589120103202 ], [ -75.124348111907395, 39.993594491746101 ], [ -75.124301371444702, 39.993588635849598 ], [ -75.124198519237595, 39.993574225037698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3557, "ADDRESS": "2807 WHARTON ST", "OWNER1": "DAVIS SHANE D", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362076700", "LNIADDRESSKEY": "610464", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.49609375, "Shape__Length": 53.097395530178815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190682879949506, 39.937335765036799 ], [ -75.190711904864202, 39.937198960463803 ], [ -75.190767675738101, 39.937204331589797 ], [ -75.1907390443574, 39.9373429661199 ], [ -75.190682879949506, 39.937335765036799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3558, "ADDRESS": "2023 OAKFORD ST", "OWNER1": "LOCHBIHLER KYLE MARK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361065900", "LNIADDRESSKEY": "454503", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.6328125, "Shape__Length": 50.195867472301593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178091194895202, 39.936859538449397 ], [ -75.178119483809894, 39.936727346693097 ], [ -75.178169267665794, 39.936733734002303 ], [ -75.178141159090103, 39.936866188853799 ], [ -75.178091194895202, 39.936859538449397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3559, "ADDRESS": "4712 DEVEREAUX AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411148210", "LNIADDRESSKEY": "115426", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.171875, "Shape__Length": 71.185165228698224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055458865293005, 40.018750714902801 ], [ -75.055493775685406, 40.018790638465603 ], [ -75.055279733274901, 40.018901054324097 ], [ -75.055246032294306, 40.018862512901997 ], [ -75.055458865293005, 40.018750714902801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3560, "ADDRESS": "5229 CHESTER AVE", "OWNER1": "CBA DEVELOPMENT GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511273400", "LNIADDRESSKEY": "80057", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 255.265625, "Shape__Length": 92.492287241157484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221109811150399, 39.941115956658898 ], [ -75.2211524021819, 39.941086816965601 ], [ -75.221393290605306, 39.941290012132903 ], [ -75.221349625994904, 39.9413193377301 ], [ -75.221109811150399, 39.941115956658898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3561, "ADDRESS": "3021 W OAKDALE ST", "OWNER1": "CITY OF PHILA", "OWNER2": "REAL ESTATE DIVISION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282375901", "LNIADDRESSKEY": "454437", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.17578125, "Shape__Length": 48.264895963264649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180915413422497, 39.9970223750231 ], [ -75.180944743541104, 39.996896427123502 ], [ -75.180993977357303, 39.996903042040003 ], [ -75.180964487256603, 39.997028808420197 ], [ -75.180915413422497, 39.9970223750231 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3562, "ADDRESS": "2429 CECIL B MOORE AVE", "OWNER1": "UNITED DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291262700", "LNIADDRESSKEY": "71752", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.39453125, "Shape__Length": 77.057714229898863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174950546030402, 39.980973635774298 ], [ -75.175007708524802, 39.9809814146655 ], [ -75.174962307614095, 39.981198963578699 ], [ -75.174904867924596, 39.981191887996502 ], [ -75.174950546030402, 39.980973635774298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3563, "ADDRESS": "3632 N 22ND ST", "OWNER1": "LIM DENNIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131298900", "LNIADDRESSKEY": "674466", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 452.0, "Shape__Length": 102.36601943220866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164419916456595, 40.010552809582997 ], [ -75.164435815808304, 40.010475502423198 ], [ -75.164789266015404, 40.0105220530697 ], [ -75.164771899024998, 40.0105987944982 ], [ -75.164419916456595, 40.010552809582997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3564, "ADDRESS": "2265 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162072800", "LNIADDRESSKEY": "668150", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.91015625, "Shape__Length": 69.501140649762377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163522130005006, 39.988754664413101 ], [ -75.163530842997403, 39.988712965784998 ], [ -75.163785130797294, 39.9887459707152 ], [ -75.1637771460083, 39.988786122505601 ], [ -75.163522130005006, 39.988754664413101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3565, "ADDRESS": "5617 MARKET ST", "OWNER1": "URBANIAK MARZENA", "OWNER2": "SPADLO VOYTEK", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042001000", "LNIADDRESSKEY": "411001", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 271.50390625, "Shape__Length": 91.119517014513576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233408640297199, 39.961456224169403 ], [ -75.233346884688601, 39.961448906106 ], [ -75.233401553546898, 39.961187195823101 ], [ -75.233463879325299, 39.961194366441802 ], [ -75.233409786992596, 39.961456363072401 ], [ -75.233408640297199, 39.961456224169403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3566, "ADDRESS": "6156 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401305100", "LNIADDRESSKEY": "583927", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.0625, "Shape__Length": 59.839659252057089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232250306010499, 39.929478252694899 ], [ -75.232285856238903, 39.929452887397197 ], [ -75.232353174022094, 39.929509332870701 ], [ -75.232361012535705, 39.929515920053802 ], [ -75.232362952437896, 39.929517220659001 ], [ -75.232435594499194, 39.929576926322198 ], [ -75.232399366297301, 39.929601953549998 ], [ -75.232327069560199, 39.929542561783997 ], [ -75.232326128599695, 39.929540832610897 ], [ -75.2323175332631, 39.929533745650403 ], [ -75.232250306010499, 39.929478252694899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3567, "ADDRESS": "922 W SUSQUEHANNA AVE", "OWNER1": "BEFIRSTINVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201098700", "LNIADDRESSKEY": "558997", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.6953125, "Shape__Length": 65.905331133491103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148700346352101, 39.985241108421697 ], [ -75.148683191100503, 39.985238737346599 ], [ -75.148723782669293, 39.985057631017 ], [ -75.148778486932201, 39.985065012464901 ], [ -75.148738868290806, 39.985246447208802 ], [ -75.148700346352101, 39.985241108421697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3568, "ADDRESS": "2817 N NEWKIRK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381263900", "LNIADDRESSKEY": "450209", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.94140625, "Shape__Length": 66.445058069953376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176838847052906, 39.998898821394803 ], [ -75.176848273297296, 39.998854735591699 ], [ -75.176984490794098, 39.9988718457871 ], [ -75.1770030480983, 39.998872729132998 ], [ -75.177085024658595, 39.9988837061655 ], [ -75.1770764873269, 39.998927602423102 ], [ -75.176987395820305, 39.998915756363601 ], [ -75.176976426255095, 39.998915977888799 ], [ -75.176838847052906, 39.998898821394803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3569, "ADDRESS": "2406 N GARNET ST", "OWNER1": "PLANTIN IN STANTON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162106900", "LNIADDRESSKEY": "306748", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.6171875, "Shape__Length": 51.659866084873613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164241861828899, 39.990736066797297 ], [ -75.164235939314295, 39.9907352880224 ], [ -75.164071545514403, 39.9907134019399 ], [ -75.164080372204694, 39.990674252331097 ], [ -75.1642445707961, 39.990696263526402 ], [ -75.164250347051095, 39.990697037879698 ], [ -75.164257769717395, 39.990698027273403 ], [ -75.164250872736702, 39.990730031389603 ], [ -75.164249346808205, 39.990737073363 ], [ -75.164241861828899, 39.990736066797297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3570, "ADDRESS": "1939 N 9TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202154901", "LNIADDRESSKEY": "647447", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.921875, "Shape__Length": 51.984308159765945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148312830472904, 39.981389722796798 ], [ -75.148319439470498, 39.981357229779398 ], [ -75.148509494074304, 39.981381349334598 ], [ -75.148503014868595, 39.981410991321198 ], [ -75.148312830472904, 39.981389722796798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3571, "ADDRESS": "726 N 37TH ST", "OWNER1": "ABDUL MUSED 1234 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243082100", "LNIADDRESSKEY": "685703", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.83203125, "Shape__Length": 74.68157335763226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196629255835504, 39.966587277258299 ], [ -75.196622522736504, 39.966551840632697 ], [ -75.196904877956896, 39.966520113648102 ], [ -75.196910896548701, 39.966558402934297 ], [ -75.196629887606605, 39.966590563097 ], [ -75.196629255835504, 39.966587277258299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3572, "ADDRESS": "2645 N HOLLYWOOD ST", "OWNER1": "WITHERSPOON DARRLY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282025000", "LNIADDRESSKEY": "347452", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.8125, "Shape__Length": 47.250108323739816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1791103162778, 39.996446720752601 ], [ -75.179118891312399, 39.996407355052298 ], [ -75.179277075440694, 39.9964293064806 ], [ -75.179268232011694, 39.996467989295702 ], [ -75.1791103162778, 39.996446720752601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3573, "ADDRESS": "2316 N 19TH ST", "OWNER1": "G & Z REALTY INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162086700", "LNIADDRESSKEY": "668166", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.046875, "Shape__Length": 64.561939558051208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163826358533399, 39.989386324501801 ], [ -75.163827716708795, 39.989379843014603 ], [ -75.163835266016306, 39.989343937580401 ], [ -75.164066193975302, 39.989374077349403 ], [ -75.164057109522702, 39.989416155079297 ], [ -75.163826358533399, 39.989386324501801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3574, "ADDRESS": "2627 W SELTZER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281426500", "LNIADDRESSKEY": "529720", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.2890625, "Shape__Length": 47.52634488667676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174407343234506, 39.997884311161002 ], [ -75.174434326356007, 39.997759762619303 ], [ -75.174450132836, 39.997761891133102 ], [ -75.174481370184495, 39.997766090171098 ], [ -75.174475128586806, 39.997799108503003 ], [ -75.174463089731901, 39.997854047909001 ], [ -75.174455304403907, 39.997891319295398 ], [ -75.174407343234506, 39.997884311161002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3575, "ADDRESS": "3860 BROWN ST", "OWNER1": "3858 GIRARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243067000", "LNIADDRESSKEY": "53887", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.59375, "Shape__Length": 75.28447800378666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1999846865519, 39.967455388114402 ], [ -75.199983928340103, 39.967451566768602 ], [ -75.200037546825897, 39.967445778963999 ], [ -75.200038208821894, 39.967449356026002 ], [ -75.200044287964403, 39.967482181853903 ], [ -75.200051777415695, 39.967522631119799 ], [ -75.200059560832003, 39.967564763914098 ], [ -75.200067465756106, 39.967607559394303 ], [ -75.200076571243002, 39.967663020406803 ], [ -75.200027467866093, 39.967668505375599 ], [ -75.1999846865519, 39.967455388114402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3576, "ADDRESS": "3117 W ARIZONA ST", "OWNER1": "WHITE MONICA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282334100", "LNIADDRESSKEY": "20939", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.84375, "Shape__Length": 44.321146322916277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183344961532597, 39.992731795782902 ], [ -75.183367172996398, 39.992618213368097 ], [ -75.183415542309604, 39.992624340581699 ], [ -75.183392745246096, 39.992738425737898 ], [ -75.183344961532597, 39.992731795782902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3577, "ADDRESS": "2337 N 21ST ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162179700", "LNIADDRESSKEY": "672324", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.453125, "Shape__Length": 75.77543986211289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1667222071883, 39.9902071710953 ], [ -75.166731018358902, 39.990165038610201 ], [ -75.167011417298497, 39.990203201056602 ], [ -75.167001521754003, 39.9902457450223 ], [ -75.1667222071883, 39.9902071710953 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3578, "ADDRESS": "2447 N 5TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191304700", "LNIADDRESSKEY": "636796", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.484375, "Shape__Length": 52.22526899079282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140660253657998, 39.988671336237601 ], [ -75.140669418876001, 39.9886291334726 ], [ -75.140845489065399, 39.988652802094499 ], [ -75.140836432145704, 39.988694894705297 ], [ -75.140787227098997, 39.988688875693803 ], [ -75.140742723423799, 39.988683205689902 ], [ -75.1407154201314, 39.988678748882599 ], [ -75.140660253657998, 39.988671336237601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3579, "ADDRESS": "1917 N 4TH ST", "OWNER1": "REAL BUILDERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183321100", "LNIADDRESSKEY": "634567", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.265625, "Shape__Length": 59.509755721221239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140628787845102, 39.9800803892823 ], [ -75.140833714964501, 39.980110469843801 ], [ -75.140823009795994, 39.980154605201498 ], [ -75.140618620582302, 39.9801252295157 ], [ -75.140628787845102, 39.9800803892823 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3580, "ADDRESS": "1215 W ERIE AVE", "OWNER1": "FLORES RENTAL MANAGEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432204300", "LNIADDRESSKEY": "138878", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 307.71484375, "Shape__Length": 109.18200928443585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148014845420406, 40.009349684137703 ], [ -75.148084880824996, 40.009022101856402 ], [ -75.148141703335398, 40.009029402775397 ], [ -75.1480712282344, 40.009356426624798 ], [ -75.148014845420406, 40.009349684137703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3581, "ADDRESS": "851 E MADISON ST", "OWNER1": "19134 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331075700", "LNIADDRESSKEY": "405215", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.84375, "Shape__Length": 50.445211099964823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.113861673075803, 39.9974619737716 ], [ -75.113912617182706, 39.9974686895292 ], [ -75.113884420412703, 39.997600581312902 ], [ -75.113877205685696, 39.997599626101 ], [ -75.113832461181403, 39.997593568544602 ], [ -75.113861673075803, 39.9974619737716 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3582, "ADDRESS": "2738 N FRONT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071036710", "LNIADDRESSKEY": "303018", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.90234375, "Shape__Length": 62.139036379584141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130763291547595, 39.992078972811797 ], [ -75.130769108582498, 39.992052072538598 ], [ -75.130772880640095, 39.992034684353399 ], [ -75.130986086271406, 39.992063987425098 ], [ -75.130989817738794, 39.992064507312399 ], [ -75.1309869836291, 39.992078193418003 ], [ -75.130980694578199, 39.992108678021097 ], [ -75.130975816105703, 39.992108018207297 ], [ -75.130763291547595, 39.992078972811797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3583, "ADDRESS": "2611 N 30TH ST", "OWNER1": "BAXTER DOROTHY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282070601", "LNIADDRESSKEY": "683207", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.640625, "Shape__Length": 62.449736304812447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180170048730801, 39.995943012160403 ], [ -75.180178789221799, 39.995899798279801 ], [ -75.180399138421294, 39.995930538298502 ], [ -75.180389699768696, 39.995973398685202 ], [ -75.180170048730801, 39.995943012160403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3584, "ADDRESS": "3100 N 15TH ST", "OWNER1": "KIM JONG AE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111165000", "LNIADDRESSKEY": "658361", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.15625, "Shape__Length": 73.117187960590286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154957209451695, 40.000358459146298 ], [ -75.154968572094504, 40.000303553442301 ], [ -75.155221073763997, 40.000335521292499 ], [ -75.155220637574502, 40.000337623193502 ], [ -75.155209458445995, 40.000390452841202 ], [ -75.154957209451695, 40.000358459146298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3585, "ADDRESS": "1621 W SUSQUEHANNA AVE", "OWNER1": "SR & JR INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161260700", "LNIADDRESSKEY": "559109", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.6328125, "Shape__Length": 60.959214368931427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160154835546706, 39.9870514024445 ], [ -75.160191435276801, 39.9868884989328 ], [ -75.160244374590704, 39.986894964422497 ], [ -75.160249318366695, 39.9868955591446 ], [ -75.160239165420407, 39.9869376125122 ], [ -75.1602305920605, 39.986975026370999 ], [ -75.160211700869894, 39.987058278649798 ], [ -75.1602064013763, 39.987057643237897 ], [ -75.160154835546706, 39.9870514024445 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3586, "ADDRESS": "2423 N STANLEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282105101", "LNIADDRESSKEY": "551174", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.359375, "Shape__Length": 47.195690466072861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181901921808205, 39.993289807983501 ], [ -75.182060023712395, 39.993310431650798 ], [ -75.182051359662793, 39.993349457657999 ], [ -75.181893039913007, 39.993328474334099 ], [ -75.181901921808205, 39.993289807983501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3587, "ADDRESS": "2312 N 19TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162086501", "LNIADDRESSKEY": "668162", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.828125, "Shape__Length": 63.813814884236727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163844734083298, 39.989300594697902 ], [ -75.1638537886884, 39.989260918642003 ], [ -75.1640840830147, 39.989291156731298 ], [ -75.164075457836404, 39.989331133054698 ], [ -75.163844734083298, 39.989300594697902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3588, "ADDRESS": "2419 W MONTGOMERY AVE", "OWNER1": "GEORGE W RIDDICK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322214700", "LNIADDRESSKEY": "435922", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.4453125, "Shape__Length": 73.674450335154646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174432199889395, 39.9826745530018 ], [ -75.174431124346697, 39.982679171331803 ], [ -75.174372469352505, 39.982671488209903 ], [ -75.1743737134274, 39.982666325171103 ], [ -75.174421205004904, 39.982466070988302 ], [ -75.174478457874898, 39.982474239579503 ], [ -75.174432199889395, 39.9826745530018 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3589, "ADDRESS": "4846 TACKAWANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232342400", "LNIADDRESSKEY": "563333", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.078125, "Shape__Length": 75.845275216170833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.076440052961999, 40.015957235306601 ], [ -75.076671870410607, 40.016085002152799 ], [ -75.076640969365897, 40.016119005435002 ], [ -75.076633536838202, 40.016115544709798 ], [ -75.076407735458503, 40.015991012948099 ], [ -75.076440052961999, 40.015957235306601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3590, "ADDRESS": "2333 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191173101", "LNIADDRESSKEY": "632605", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.8125, "Shape__Length": 58.878395519979804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138221082958694, 39.9863409730889 ], [ -75.138229618123205, 39.986301935636398 ], [ -75.138439325845695, 39.986330955269104 ], [ -75.138431799543, 39.986369042585601 ], [ -75.138221082958694, 39.9863409730889 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3591, "ADDRESS": "6163 REINHARD ST", "OWNER1": "CARTER SALES 21 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401277800", "LNIADDRESSKEY": "500569", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.73046875, "Shape__Length": 62.521089132236881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233096716262196, 39.929891631104702 ], [ -75.233113624575907, 39.929879461454199 ], [ -75.233132829817606, 39.929865746322498 ], [ -75.233174427450294, 39.929901541340399 ], [ -75.233287447910996, 39.9299977242162 ], [ -75.233251376109095, 39.930023626857199 ], [ -75.233134780348607, 39.9299244800373 ], [ -75.233127050870294, 39.929917750017097 ], [ -75.233116556527094, 39.929908846478497 ], [ -75.233104321936693, 39.929897714197402 ], [ -75.233096716262196, 39.929891631104702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3592, "ADDRESS": "1328 S 31ST ST", "OWNER1": "YALAMANCHI THAMMAYEE", "OWNER2": "VENKATA NAGA SURESH YALAMANCHI", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362274700", "LNIADDRESSKEY": "683878", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.375, "Shape__Length": 62.670595262149163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195429689113098, 39.936991756271198 ], [ -75.195651917532601, 39.937018838039599 ], [ -75.195643368331801, 39.9370618644476 ], [ -75.195421160609698, 39.9370342673 ], [ -75.195429689113098, 39.936991756271198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3593, "ADDRESS": "1814 E OAKDALE ST", "OWNER1": "METROPOLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314223600", "LNIADDRESSKEY": "453890", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.94140625, "Shape__Length": 56.547874708747173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125651325109899, 39.989146567277501 ], [ -75.125717047450905, 39.989113444655402 ], [ -75.125822429135397, 39.989058402362502 ], [ -75.125838215554197, 39.989075060619498 ], [ -75.125849418332706, 39.989087793723002 ], [ -75.125778497003495, 39.989125263265201 ], [ -75.125677525775799, 39.989176811266901 ], [ -75.125651325109899, 39.989146567277501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3594, "ADDRESS": "2208-10 N MARSHALL ST", "OWNER1": "PITT RAYMOND REV", "OWNER2": "PITT THOMASINA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371048500", "LNIADDRESSKEY": "413916", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 511.04296875, "Shape__Length": 100.25660022114624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144674729299197, 39.985195953989802 ], [ -75.144693177723497, 39.985098966731499 ], [ -75.145012143293201, 39.985134869518802 ], [ -75.145002649000503, 39.985184780089 ], [ -75.144993695141906, 39.985231861329403 ], [ -75.144938966265002, 39.985225699523298 ], [ -75.144674729299197, 39.985195953989802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3595, "ADDRESS": "2353 N 32ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282183200", "LNIADDRESSKEY": "684289", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.47265625, "Shape__Length": 56.449626988465788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184117439741001, 39.992950337283297 ], [ -75.184125476925999, 39.992912909941197 ], [ -75.184326584744795, 39.9929384900652 ], [ -75.1843230532251, 39.992957626277899 ], [ -75.184319736621106, 39.992975492366199 ], [ -75.184117439741001, 39.992950337283297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3596, "ADDRESS": "1829 W ERIE AVE", "OWNER1": "REUBEN T JONES SR", "OWNER2": "GEORGEIANNA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131062700", "LNIADDRESSKEY": "139106", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 236.1015625, "Shape__Length": 89.072815383652312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158540936163703, 40.010632563601398 ], [ -75.158599454589904, 40.010371985975297 ], [ -75.158653629402494, 40.010379559762598 ], [ -75.158595612055294, 40.010639601354001 ], [ -75.158540936163703, 40.010632563601398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3597, "ADDRESS": "3861 N 13TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432374810", "LNIADDRESSKEY": "656330", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.765625, "Shape__Length": 65.23430517243979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148068819365307, 40.011965958908497 ], [ -75.148078383722293, 40.0119220549823 ], [ -75.148310851464402, 40.011953808355699 ], [ -75.148309015536597, 40.011960666310301 ], [ -75.148299210750395, 40.011997165182201 ], [ -75.148068819365307, 40.011965958908497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3598, "ADDRESS": "3731-33 BRANDYWINE ST", "OWNER1": "CASABLANCA INVESTORS LLC", "OWNER2": null, "BLDG_DESC": "APT 2-4 UNTS 3STY MASONR", "OPA_ID": "242025610", "LNIADDRESSKEY": "46990", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 254.50390625, "Shape__Length": 73.757484670344567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196888223243604, 39.962969337578699 ], [ -75.196946041113094, 39.962963224643097 ], [ -75.196970972516397, 39.963100829244198 ], [ -75.196972359498005, 39.963108516408802 ], [ -75.196976820581398, 39.963134730219402 ], [ -75.196872827786507, 39.963146021352003 ], [ -75.196867786362006, 39.963119633567302 ], [ -75.196884861835997, 39.963117901807003 ], [ -75.196858735644298, 39.9629724859007 ], [ -75.196888223243604, 39.962969337578699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3599, "ADDRESS": "2237 W THOMPSON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291044110", "LNIADDRESSKEY": "570253", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.7109375, "Shape__Length": 73.393223828307157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173163678979193, 39.975315619493102 ], [ -75.173206336625896, 39.975108535697402 ], [ -75.173261097235098, 39.975115938402098 ], [ -75.173219913879606, 39.975322830066098 ], [ -75.173163678979193, 39.975315619493102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3600, "ADDRESS": "3904 BROWN ST", "OWNER1": "2436 MARSHALL ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243067400", "LNIADDRESSKEY": "53892", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.3828125, "Shape__Length": 83.135608096496071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200656257413101, 39.967364775312603 ], [ -75.200714404329005, 39.967358329837602 ], [ -75.200742147306897, 39.967599354672899 ], [ -75.200686121610801, 39.967605670473198 ], [ -75.200656257413101, 39.967364775312603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3601, "ADDRESS": "1304 S 33RD ST", "OWNER1": "1304 S 33RD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362306700", "LNIADDRESSKEY": "685041", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.515625, "Shape__Length": 45.414106467669953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197961507241899, 39.937930302631003 ], [ -75.197836129822207, 39.9379025751306 ], [ -75.197851909794096, 39.937857678846697 ], [ -75.197998457109705, 39.937889874477001 ], [ -75.197961507241899, 39.937930302631003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3602, "ADDRESS": "2316 WATERLOO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191050201", "LNIADDRESSKEY": "601897", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.953125, "Shape__Length": 48.949744959164867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133669690704295, 39.985550180461999 ], [ -75.1336801466324, 39.985503460788799 ], [ -75.133804091953095, 39.985518875769799 ], [ -75.133809677429596, 39.9855202127168 ], [ -75.133831156127599, 39.985522959389598 ], [ -75.133835540498097, 39.985523397214898 ], [ -75.133825106635996, 39.9855706490074 ], [ -75.133669690704295, 39.985550180461999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3603, "ADDRESS": "4802 N FRANKLIN ST", "OWNER1": "RIVERA LIGIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491237100", "LNIADDRESSKEY": "300139", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.828125, "Shape__Length": 60.443986665106777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137466616114096, 40.025021008764597 ], [ -75.1374749580811, 40.0249797064712 ], [ -75.137689519426502, 40.02500755794 ], [ -75.137680765713, 40.025048142451098 ], [ -75.137466616114096, 40.025021008764597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3604, "ADDRESS": "932 N 13TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141209600", "LNIADDRESSKEY": "655874", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.66015625, "Shape__Length": 55.589818069141351 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1574927024663, 39.9706805182308 ], [ -75.157502837745199, 39.970635111789697 ], [ -75.157690432231604, 39.970659306463197 ], [ -75.157679775119306, 39.970704121098699 ], [ -75.1574927024663, 39.9706805182308 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3605, "ADDRESS": "3108 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282341001", "LNIADDRESSKEY": "629494", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.5625, "Shape__Length": 56.132212148792448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183113518385596, 39.992865057048697 ], [ -75.183145276596605, 39.992715160101199 ], [ -75.183194950357901, 39.992721139754302 ], [ -75.183164578877495, 39.992873711060803 ], [ -75.183113186621298, 39.992866628648997 ], [ -75.183113518385596, 39.992865057048697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3606, "ADDRESS": "6026 REGENT ST", "OWNER1": "PHILADELPHIA LAND ACQUISI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401235300", "LNIADDRESSKEY": "499963", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.625, "Shape__Length": 58.013438400867223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231493666678702, 39.932716375636602 ], [ -75.231534823059604, 39.932687232327197 ], [ -75.231672455363906, 39.932803606830298 ], [ -75.231631417354095, 39.932832398021098 ], [ -75.231493666678702, 39.932716375636602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3607, "ADDRESS": "6129 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401276100", "LNIADDRESSKEY": "500535", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.78125, "Shape__Length": 62.597548693671008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232472234979198, 39.930333895474597 ], [ -75.232494575759901, 39.930318040710098 ], [ -75.232510426815296, 39.9303067342898 ], [ -75.232559762649004, 39.930348390323303 ], [ -75.232665270026203, 39.930437171632299 ], [ -75.2326285789634, 39.930463349939302 ], [ -75.232547194272001, 39.930396037303197 ], [ -75.232530507841602, 39.930382421845103 ], [ -75.232472234979198, 39.930333895474597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3608, "ADDRESS": "2005 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322085701", "LNIADDRESSKEY": "674009", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 364.70703125, "Shape__Length": 92.220153823930701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169446536457798, 39.985057704770199 ], [ -75.169764904375, 39.985098895099 ], [ -75.169749436996597, 39.985168347784096 ], [ -75.169430855028395, 39.985125769550201 ], [ -75.169446536457798, 39.985057704770199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3609, "ADDRESS": "947 N 48TH ST", "OWNER1": "GOLFAND DEVELOPERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062431900", "LNIADDRESSKEY": "689186", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 303.64453125, "Shape__Length": 105.97659266102187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216992642987293, 39.970095911144398 ], [ -75.216998460922198, 39.970140481415903 ], [ -75.216583060137694, 39.970168997359799 ], [ -75.216576775681304, 39.9701240304571 ], [ -75.216992642987293, 39.970095911144398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3610, "ADDRESS": "2353 N 20TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162134001", "LNIADDRESSKEY": "670228", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.6484375, "Shape__Length": 65.667342781900317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164835071791899, 39.990245103866897 ], [ -75.164844705628894, 39.990202893169901 ], [ -75.165079873912603, 39.990234545426397 ], [ -75.165070741641699, 39.990276815865201 ], [ -75.164835071791899, 39.990245103866897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3611, "ADDRESS": "1512 S CLEVELAND ST", "OWNER1": "CHIAVACCI DAVID", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363182900", "LNIADDRESSKEY": "90516", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.078125, "Shape__Length": 50.56475041532557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175176086595002, 39.932294724574803 ], [ -75.175184964048199, 39.932253285808301 ], [ -75.175354807164894, 39.932275234140199 ], [ -75.175345965881505, 39.9323168021239 ], [ -75.175176086595002, 39.932294724574803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3612, "ADDRESS": "1622-24 S 57TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513148710", "LNIADDRESSKEY": "697397", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 488.5, "Shape__Length": 101.27622350130892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230747480610901, 39.939263364631103 ], [ -75.230788275267301, 39.939234504125103 ], [ -75.230816556056794, 39.939258530945501 ], [ -75.2308277817788, 39.939268062283901 ], [ -75.230844524958997, 39.939281341319798 ], [ -75.230867173645507, 39.9393002146073 ], [ -75.230826415371894, 39.939329238120003 ], [ -75.230812456510407, 39.939339166849003 ], [ -75.230618452336202, 39.939477192082997 ], [ -75.230578996111902, 39.939443973957502 ], [ -75.230540856541595, 39.939411944773703 ], [ -75.230677633131805, 39.9393127840465 ], [ -75.230747480610901, 39.939263364631103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3613, "ADDRESS": "2501 N OPAL ST", "OWNER1": "PLANTIN IN STANTON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162121800", "LNIADDRESSKEY": "460376", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.27734375, "Shape__Length": 51.671242848053751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164129833685195, 39.992091912627203 ], [ -75.164121259212294, 39.992132163783502 ], [ -75.163952629172599, 39.992109730536399 ], [ -75.163945163928801, 39.992108740167097 ], [ -75.163953937689399, 39.992068218702002 ], [ -75.1639612975913, 39.992069206697501 ], [ -75.164129833685195, 39.992091912627203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3614, "ADDRESS": "1704 N MARSHALL ST", "OWNER1": "BAROLIN NOLAN A", "OWNER2": "LEKULITCH MELISSA J", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201144600", "LNIADDRESSKEY": "413729", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.421875, "Shape__Length": 59.652884847422982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146129517626406, 39.977345976277299 ], [ -75.146325274954293, 39.977368053154699 ], [ -75.146313449217899, 39.977421819080703 ], [ -75.146119759462593, 39.9773999174963 ], [ -75.146129517626406, 39.977345976277299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3615, "ADDRESS": "2646 N CORLIES ST", "OWNER1": "SIEVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282104000", "LNIADDRESSKEY": "98363", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.94921875, "Shape__Length": 51.404560885300626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180939302882294, 39.9967338825033 ], [ -75.180947388976605, 39.996695762656202 ], [ -75.181125387629706, 39.996721379455202 ], [ -75.181117163486803, 39.996758738248403 ], [ -75.180939302882294, 39.9967338825033 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3616, "ADDRESS": "1425 HANSON ST", "OWNER1": "1425 S HANSON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273042400", "LNIADDRESSKEY": "332247", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.609375, "Shape__Length": 50.407482716720509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211364790644396, 39.9408436329702 ], [ -75.211495173687197, 39.940751655548503 ], [ -75.211496756736807, 39.940753028573901 ], [ -75.211527481374304, 39.940779821885698 ], [ -75.211398487082704, 39.9408721848516 ], [ -75.211364790644396, 39.9408436329702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3617, "ADDRESS": "516 W BERKS ST", "OWNER1": "BERKS STREET INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "183041600", "LNIADDRESSKEY": "37083", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.1796875, "Shape__Length": 54.520475009977801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143874351188501, 39.979759295567099 ], [ -75.143934828039505, 39.979748165004601 ], [ -75.143906197168107, 39.979897666732001 ], [ -75.143849926904593, 39.979890239407901 ], [ -75.143849358666799, 39.979890244524 ], [ -75.143874351188501, 39.979759295567099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3618, "ADDRESS": "2509 HARLAN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291137610", "LNIADDRESSKEY": "332778", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 563.38671875, "Shape__Length": 100.31808006250597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176932808412801, 39.977338548454803 ], [ -75.176957170462998, 39.977222565690298 ], [ -75.177250735360204, 39.977260355191802 ], [ -75.177227336140902, 39.977375280631797 ], [ -75.176932808412801, 39.977338548454803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3619, "ADDRESS": "6081 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401274501", "LNIADDRESSKEY": "500508", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.44921875, "Shape__Length": 59.725027328803215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231536846204904, 39.9310006928728 ], [ -75.2315771143749, 39.930972869171498 ], [ -75.231718854659505, 39.931094717365298 ], [ -75.231677662309593, 39.931123714642901 ], [ -75.231536846204904, 39.9310006928728 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3620, "ADDRESS": "1827 N MARSHALL ST", "OWNER1": "EL CINCO REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201131300", "LNIADDRESSKEY": "413808", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.89453125, "Shape__Length": 58.942450665939838 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145342455077298, 39.979504177211403 ], [ -75.145350606434903, 39.9794604351749 ], [ -75.145556108682996, 39.979484830405603 ], [ -75.145547552984794, 39.9795276284677 ], [ -75.145342455077298, 39.979504177211403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3621, "ADDRESS": "1127 S 54TH ST", "OWNER1": "KINDER HERBERT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511069900", "LNIADDRESSKEY": "694177", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.08984375, "Shape__Length": 77.363259432802494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227128721543295, 39.943732395089597 ], [ -75.227342028956897, 39.943582065408599 ], [ -75.227381721885294, 39.943615709922803 ], [ -75.227361610920397, 39.9436277115298 ], [ -75.227166633563797, 39.9437643888472 ], [ -75.227128721543295, 39.943732395089597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3622, "ADDRESS": "1934 N 3RD ST", "OWNER1": "SOPHIA HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183303900", "LNIADDRESSKEY": "632437", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.22265625, "Shape__Length": 54.947660952326146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139946308450803, 39.980269191023503 ], [ -75.139955083392195, 39.980230573398899 ], [ -75.140147614879098, 39.980256649787002 ], [ -75.1401388317921, 39.980295444064303 ], [ -75.139946308450803, 39.980269191023503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3623, "ADDRESS": "1238 BURNS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471173600", "LNIADDRESSKEY": "56104", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 78.53515625, "Shape__Length": 37.817021917325818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160454696587706, 39.972849753879203 ], [ -75.160463842485697, 39.972807677798897 ], [ -75.160576568075697, 39.972822940592501 ], [ -75.160573126736395, 39.972840676040903 ], [ -75.160567884964607, 39.9728643986641 ], [ -75.160454696587706, 39.972849753879203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3624, "ADDRESS": "4133 LEIDY AVE", "OWNER1": "AGE FRIENDLY VILLAGES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062195400", "LNIADDRESSKEY": "388071", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 424.984375, "Shape__Length": 140.82305220307271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207674718014303, 39.974773646979898 ], [ -75.207780640273, 39.9746087843494 ], [ -75.207786447799506, 39.974599740797899 ], [ -75.207927786318095, 39.9743798094715 ], [ -75.207981559315797, 39.974399667194 ], [ -75.207840271737197, 39.9746199229469 ], [ -75.207834553894202, 39.974628838968499 ], [ -75.207729042607596, 39.974793323319901 ], [ -75.207674718014303, 39.974773646979898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3625, "ADDRESS": "1454 N 57TH ST", "OWNER1": "CBA DEVELOPMENT GROUP II LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043106800", "LNIADDRESSKEY": "696778", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.37109375, "Shape__Length": 78.939323764237869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235395521449504, 39.974460293030504 ], [ -75.235403280713101, 39.974500842269698 ], [ -75.235105468709307, 39.974533791915299 ], [ -75.235097809075, 39.974492810105602 ], [ -75.235395521449504, 39.974460293030504 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3626, "ADDRESS": "327 ELWOOD ST", "OWNER1": "TUCKER GLORIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121010800", "LNIADDRESSKEY": "135781", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.75, "Shape__Length": 56.298015945973283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158497093680396, 40.0317464575622 ], [ -75.158630248747102, 40.031801465290798 ], [ -75.158553673452104, 40.031877628022499 ], [ -75.158454345233196, 40.031817597860702 ], [ -75.158476466610196, 40.031784696373997 ], [ -75.158497093680396, 40.0317464575622 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3627, "ADDRESS": "4843 HAVERFORD AVE", "OWNER1": "BUNCH KEVIN SR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441216900", "LNIADDRESSKEY": "336216", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.96875, "Shape__Length": 92.134806139142881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.217806360965099, 39.963159908787397 ], [ -75.217857265763399, 39.963179037611397 ], [ -75.217754191677102, 39.963343906196201 ], [ -75.217764314292396, 39.9634236147241 ], [ -75.217711254915002, 39.963428005098002 ], [ -75.217699690960998, 39.963330226726498 ], [ -75.217806360965099, 39.963159908787397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3628, "ADDRESS": "4045 CAMBRIDGE ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062161010", "LNIADDRESSKEY": "63424", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.95703125, "Shape__Length": 56.517957776420609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205464879398804, 39.973317569079697 ], [ -75.205530224962502, 39.973310361664701 ], [ -75.205557741034994, 39.9734533889321 ], [ -75.205493215758096, 39.973459953443502 ], [ -75.205464879398804, 39.973317569079697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3629, "ADDRESS": "2019 N 16TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321093001", "LNIADDRESSKEY": "660424", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.234375, "Shape__Length": 71.557074185898728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159909519597505, 39.984286771854897 ], [ -75.159645542480405, 39.984252820666001 ], [ -75.159654369584601, 39.984212208333702 ], [ -75.159918346591198, 39.984246158376997 ], [ -75.159909519597505, 39.984286771854897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3630, "ADDRESS": "2013 N 20TH ST", "OWNER1": "CUMMINGS BONITA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321287100", "LNIADDRESSKEY": "670094", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.08203125, "Shape__Length": 72.787014827308809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165996516891497, 39.984791886922203 ], [ -75.1660055167265, 39.984748098618503 ], [ -75.166271454724594, 39.984783505067803 ], [ -75.166267653856096, 39.984802439926703 ], [ -75.166262434450701, 39.984826180174998 ], [ -75.165996516891497, 39.984791886922203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3631, "ADDRESS": "2551 N GARNET ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162103401", "LNIADDRESSKEY": "306860", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.76171875, "Shape__Length": 51.507438646987595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163293573251593, 39.992963658443799 ], [ -75.163466645009507, 39.992985629570398 ], [ -75.163457381367394, 39.993024123944998 ], [ -75.163285277302407, 39.993002078881197 ], [ -75.163279645366202, 39.993001355039198 ], [ -75.163284774485703, 39.992981143715703 ], [ -75.163288505029001, 39.992963012629403 ], [ -75.163293573251593, 39.992963658443799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3632, "ADDRESS": "805 W TIOGA ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432004510", "LNIADDRESSKEY": "572814", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 85.99609375, "Shape__Length": 43.17332408308539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142641250836505, 40.005071152121403 ], [ -75.142686990442598, 40.0050765755228 ], [ -75.142665980394796, 40.005187535556097 ], [ -75.1426180801041, 40.005182159935202 ], [ -75.142641250836505, 40.005071152121403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3633, "ADDRESS": "2438 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191292401", "LNIADDRESSKEY": "462502", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.0, "Shape__Length": 39.757186006712189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140566038636294, 39.988426814721201 ], [ -75.1405738323067, 39.988392527799299 ], [ -75.140674052167398, 39.988406573619798 ], [ -75.140704749995194, 39.988409947544397 ], [ -75.140698819040395, 39.988436684579902 ], [ -75.140697071694305, 39.988444510782102 ], [ -75.140667130936606, 39.988441058333699 ], [ -75.140566038636294, 39.988426814721201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3634, "ADDRESS": "6075 UPLAND ST", "OWNER1": "HENRY DONSTON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401290400", "LNIADDRESSKEY": "583865", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.85546875, "Shape__Length": 60.620854245350948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231045058598895, 39.930771005848499 ], [ -75.231086252368499, 39.930742524648601 ], [ -75.231231513417399, 39.930865337162999 ], [ -75.231188519475197, 39.930894391554602 ], [ -75.231045058598895, 39.930771005848499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3635, "ADDRESS": "3432 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193066300", "LNIADDRESSKEY": "41854", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.62890625, "Shape__Length": 52.500952730142089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134353206018204, 40.003124492252901 ], [ -75.134361664657803, 40.003085577159503 ], [ -75.134543600530904, 40.003105906944398 ], [ -75.134534603307102, 40.003145727696399 ], [ -75.134353206018204, 40.003124492252901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3636, "ADDRESS": "3519 MOUNT VERNON ST", "OWNER1": "EAST RENTALS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242073400", "LNIADDRESSKEY": "443189", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.63671875, "Shape__Length": 66.279480084981401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193893429670993, 39.9644672975123 ], [ -75.193949142716093, 39.964461462397203 ], [ -75.193984095746004, 39.964644361656703 ], [ -75.193928081596596, 39.964650415335903 ], [ -75.193893429670993, 39.9644672975123 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3637, "ADDRESS": "2421 N OPAL ST", "OWNER1": "BEST ERVIN J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162119300", "LNIADDRESSKEY": "460327", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.15625, "Shape__Length": 50.855832914592973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164205887946096, 39.991001635934701 ], [ -75.164199069906502, 39.991000725483197 ], [ -75.164192876451295, 39.990999909067298 ], [ -75.164197767646996, 39.9909771289622 ], [ -75.164200707627302, 39.990962638165399 ], [ -75.164207150829398, 39.990963509763297 ], [ -75.164213968865397, 39.990964420214297 ], [ -75.164377331966193, 39.990986396612797 ], [ -75.164369402318201, 39.991023487355697 ], [ -75.164205887946096, 39.991001635934701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3638, "ADDRESS": "3409 N 19TH ST", "OWNER1": "SINGHAL POONAM N", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112268000", "LNIADDRESSKEY": "668443", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 299.03125, "Shape__Length": 93.394894911144604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159671124564099, 40.005941932820903 ], [ -75.1600176927588, 40.005984683111301 ], [ -75.160005726901403, 40.006036786979003 ], [ -75.159659945685902, 40.0059937480695 ], [ -75.159671124564099, 40.005941932820903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3639, "ADDRESS": "2443 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191377801", "LNIADDRESSKEY": "639475", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.78515625, "Shape__Length": 67.725647793694549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142618510702803, 39.988785429483002 ], [ -75.142858538304694, 39.988817350620302 ], [ -75.142849040370706, 39.988863334768702 ], [ -75.142609024152804, 39.988831074864201 ], [ -75.142618510702803, 39.988785429483002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3640, "ADDRESS": "1327 S 31ST ST", "OWNER1": "PAUL OLIVIER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362268100", "LNIADDRESSKEY": "683877", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.32421875, "Shape__Length": 51.466513716118342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195043979692997, 39.937084427518897 ], [ -75.195051801760002, 39.937047365385702 ], [ -75.195231229340393, 39.937069933252303 ], [ -75.195223068516, 39.937107680498997 ], [ -75.195043979692997, 39.937084427518897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3641, "ADDRESS": "2201 N 8TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371096100", "LNIADDRESSKEY": "645106", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.08203125, "Shape__Length": 68.868195658621829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146431968023094, 39.985125692068799 ], [ -75.146675108366495, 39.985159224725898 ], [ -75.146665441707896, 39.985205833760098 ], [ -75.146477377566995, 39.985180934354297 ], [ -75.146421409035597, 39.985172619852698 ], [ -75.146431968023094, 39.985125692068799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3642, "ADDRESS": "5810 HADFIELD ST", "OWNER1": "CITY BLOCK ACQUISITION X LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034052400", "LNIADDRESSKEY": "329212", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.953125, "Shape__Length": 92.592688608703611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234582554122696, 39.940575181543899 ], [ -75.234527550057095, 39.940528550402099 ], [ -75.234472973616107, 39.940482266484402 ], [ -75.2344181715941, 39.940435833432097 ], [ -75.234394837611006, 39.940416187882597 ], [ -75.234434996087401, 39.9403880858764 ], [ -75.234677300406005, 39.940594167702699 ], [ -75.234637659104905, 39.940621894834102 ], [ -75.234582554122696, 39.940575181543899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3643, "ADDRESS": "3606 MOUNT VERNON ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242061110", "LNIADDRESSKEY": "443204", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.69921875, "Shape__Length": 59.043510482331641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194914006289196, 39.964223545461898 ], [ -75.194897413731994, 39.964132690077399 ], [ -75.194938595724196, 39.964128319388301 ], [ -75.194954432695994, 39.964126641418801 ], [ -75.194975046239307, 39.964124440237299 ], [ -75.194996759493705, 39.964241662729002 ], [ -75.195001234816999, 39.964265845177501 ], [ -75.194923536716402, 39.964274706262898 ], [ -75.194919180684707, 39.964251283313203 ], [ -75.194914006289196, 39.964223545461898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3644, "ADDRESS": "2452 N ORKNEY ST", "OWNER1": "FRANK J SOKOL JR", "OWNER2": "EVA SOLKOL JR", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191293100", "LNIADDRESSKEY": "462516", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.859375, "Shape__Length": 39.290278983660727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1405159663923, 39.988660415209701 ], [ -75.140523261541205, 39.988627100196901 ], [ -75.140653414495603, 39.988644808951499 ], [ -75.140645767057507, 39.9886785675995 ], [ -75.1406140662274, 39.988674009666198 ], [ -75.140564460111406, 39.988667530929099 ], [ -75.1405159663923, 39.988660415209701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3645, "ADDRESS": "1409 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291288500", "LNIADDRESSKEY": "671969", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1746.59375, "Shape__Length": 169.28673579957723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169796687025098, 39.975978798042803 ], [ -75.170112239946803, 39.976019987022703 ], [ -75.170042171664704, 39.976353219556799 ], [ -75.169726368989402, 39.976311397471697 ], [ -75.169796687025098, 39.975978798042803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3646, "ADDRESS": "1222 PENNOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292087510", "LNIADDRESSKEY": "478299", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 77.57421875, "Shape__Length": 41.502848782756956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181293086091898, 39.974928207834203 ], [ -75.181433542347904, 39.974945021262002 ], [ -75.181426509327693, 39.974978634846302 ], [ -75.181285581781296, 39.9749610044571 ], [ -75.181293086091898, 39.974928207834203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3647, "ADDRESS": "3854 N CAMAC ST", "OWNER1": "STRIVE REAL ESTATE LLC", "OWNER2": "HARRIS DETRA L", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432371700", "LNIADDRESSKEY": "61085", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.17578125, "Shape__Length": 57.408050771041466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147908717332299, 40.011769085539498 ], [ -75.147918113078504, 40.011725226232997 ], [ -75.148108425272596, 40.011749769315102 ], [ -75.148115496847794, 40.011750687550901 ], [ -75.1481072160678, 40.0117889621649 ], [ -75.148106098032301, 40.011794095165001 ], [ -75.148099046337094, 40.011793193147099 ], [ -75.147908717332299, 40.011769085539498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3648, "ADDRESS": "641 W CUMBERLAND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "371382201", "LNIADDRESSKEY": "105912", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.25390625, "Shape__Length": 56.852653253228873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144172038776006, 39.989505082658098 ], [ -75.144223706719103, 39.989511961401298 ], [ -75.1441903917883, 39.989665263943998 ], [ -75.144138356219898, 39.989658117798299 ], [ -75.144172038776006, 39.989505082658098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3649, "ADDRESS": "1808 N FRANKLIN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202063601", "LNIADDRESSKEY": "299119", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 305.56640625, "Shape__Length": 90.907353506680693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147312797616195, 39.979377573623204 ], [ -75.147324886967894, 39.979322379836901 ], [ -75.147654443617398, 39.979368444192097 ], [ -75.147641377293596, 39.979424536019998 ], [ -75.147312797616195, 39.979377573623204 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3650, "ADDRESS": "751 E HILTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331059400", "LNIADDRESSKEY": "344799", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.765625, "Shape__Length": 50.86048764949075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115850995992204, 39.997492666030503 ], [ -75.115879361898394, 39.997357409008401 ], [ -75.115928039756895, 39.997363619097101 ], [ -75.115899937921199, 39.997499092804503 ], [ -75.115850995992204, 39.997492666030503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3651, "ADDRESS": "2136 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191284501", "LNIADDRESSKEY": "462364", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.5234375, "Shape__Length": 44.26079690578463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141601944257999, 39.983674082874799 ], [ -75.141740921036799, 39.983692055351597 ], [ -75.141732095931502, 39.9837352345073 ], [ -75.141592016544493, 39.983717606381099 ], [ -75.141601944257999, 39.983674082874799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3652, "ADDRESS": "2357 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162134201", "LNIADDRESSKEY": "670232", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.58203125, "Shape__Length": 67.564466758388761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165000228964402, 39.990354231093001 ], [ -75.164817077102597, 39.990328586465502 ], [ -75.164808743459901, 39.990327834504697 ], [ -75.1648178819094, 39.990285983194298 ], [ -75.164826181950204, 39.990287040742899 ], [ -75.165061761562498, 39.990318395949302 ], [ -75.165059321016798, 39.990329657735799 ], [ -75.165052552867607, 39.990361019440599 ], [ -75.165000228964402, 39.990354231093001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3653, "ADDRESS": "1330 W PIKE ST", "OWNER1": "BOOKER SIDNEY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432239000", "LNIADDRESSKEY": "483782", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.3984375, "Shape__Length": 83.89218675599156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149571759745996, 40.011908463869197 ], [ -75.149627375492003, 40.011914527044098 ], [ -75.149576465942701, 40.012157235947399 ], [ -75.149520328304106, 40.012150032405501 ], [ -75.149571759745996, 40.011908463869197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3654, "ADDRESS": "4020 CAMBRIDGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062156200", "LNIADDRESSKEY": "63403", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.37109375, "Shape__Length": 84.456033907576781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204862601412003, 39.973018556994099 ], [ -75.204911587526595, 39.973268481585301 ], [ -75.204862293819801, 39.973273949840198 ], [ -75.204813877939799, 39.973023891458801 ], [ -75.204862601412003, 39.973018556994099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3655, "ADDRESS": "816 DIAMOND ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201080300", "LNIADDRESSKEY": "116381", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.91796875, "Shape__Length": 57.845286055018093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147886171618794, 39.983517406581299 ], [ -75.147919140633505, 39.983366835578501 ], [ -75.147921088486498, 39.983358642162003 ], [ -75.147969737206097, 39.983365451990402 ], [ -75.147967511368904, 39.983373220130503 ], [ -75.147935364664306, 39.983524227636799 ], [ -75.147886171618794, 39.983517406581299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3656, "ADDRESS": "626 CANTRELL ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393062510", "LNIADDRESSKEY": "63973", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.90234375, "Shape__Length": 50.07167180093937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157643994458994, 39.922321553003201 ], [ -75.157649514834503, 39.922295934576198 ], [ -75.157660311368204, 39.922246690209498 ], [ -75.1576724151451, 39.922188981041799 ], [ -75.157698760231796, 39.9221920747258 ], [ -75.157721045242397, 39.922194577675803 ], [ -75.157692596411394, 39.922327890098799 ], [ -75.157643994458994, 39.922321553003201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3657, "ADDRESS": "718 N 42ND ST", "OWNER1": "L CRUZ DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061259000", "LNIADDRESSKEY": "686937", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.7734375, "Shape__Length": 76.014421947522266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207488247703594, 39.965243968710602 ], [ -75.207772763755699, 39.965222482732301 ], [ -75.207780474365507, 39.965264999597103 ], [ -75.207499784750297, 39.965286118761497 ], [ -75.207496843102504, 39.9652863441503 ], [ -75.207488247703594, 39.965243968710602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3658, "ADDRESS": "1517 S STILLMAN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364196805", "LNIADDRESSKEY": "555837", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.7109375, "Shape__Length": 46.218331608776715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186817694232204, 39.933679023762402 ], [ -75.186826263620006, 39.933641108198401 ], [ -75.186981579279802, 39.933661440662398 ], [ -75.186973017869093, 39.933699146929598 ], [ -75.186817694232204, 39.933679023762402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3659, "ADDRESS": "321 W BERKS ST", "OWNER1": "DIDIA MORRIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183186300", "LNIADDRESSKEY": "37050", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.3984375, "Shape__Length": 76.173969888066239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140754097200301, 39.9798991808821 ], [ -75.140802015952303, 39.979685472187001 ], [ -75.140860879743997, 39.979693516363398 ], [ -75.1408116694993, 39.979907083087902 ], [ -75.140754097200301, 39.9798991808821 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3660, "ADDRESS": "1401 S 54TH ST", "OWNER1": "FLORES PORFIRIO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511255400", "LNIADDRESSKEY": "694285", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 290.59765625, "Shape__Length": 98.30415069763788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223601735995899, 39.940846918323601 ], [ -75.223604078884406, 39.9408452940717 ], [ -75.223883369747298, 39.940651595022302 ], [ -75.223924531799298, 39.940686207952702 ], [ -75.223645940761401, 39.940880760446298 ], [ -75.223643706103203, 39.940882307119402 ], [ -75.223601735995899, 39.940846918323601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3661, "ADDRESS": "2549 N STANLEY ST", "OWNER1": "ROBBINS DANIEL", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "282109900", "LNIADDRESSKEY": "551270", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.2578125, "Shape__Length": 51.906512917962537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181434150798907, 39.995327999760299 ], [ -75.181442610905606, 39.995289968220298 ], [ -75.181622244616904, 39.995314927137699 ], [ -75.181613924464003, 39.995353171305098 ], [ -75.181434150798907, 39.995327999760299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3662, "ADDRESS": "1945 N 4TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183322401", "LNIADDRESSKEY": "634588", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.09765625, "Shape__Length": 60.47768991490274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140489391110194, 39.980668548547101 ], [ -75.140700037034904, 39.980698743576298 ], [ -75.140691113420701, 39.980741774006397 ], [ -75.140479408194807, 39.980711329621101 ], [ -75.140482154555201, 39.980700398464798 ], [ -75.140489391110194, 39.980668548547101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3663, "ADDRESS": "1527 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "182298501", "LNIADDRESSKEY": "639136", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 273.62109375, "Shape__Length": 90.072583985736813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145273538627507, 39.974882331622098 ], [ -75.145282495464201, 39.974832917928502 ], [ -75.145618381213595, 39.9748722980748 ], [ -75.145608928495193, 39.974921555245103 ], [ -75.145273538627507, 39.974882331622098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3664, "ADDRESS": "2316 N 21ST ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162185200", "LNIADDRESSKEY": "672303", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.83203125, "Shape__Length": 67.115718854229954 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167539223736696, 39.989806859530098 ], [ -75.167532832392098, 39.989838278262098 ], [ -75.167529759419494, 39.989850202749501 ], [ -75.167288646374004, 39.989819984999102 ], [ -75.167297735736895, 39.989777149189898 ], [ -75.167539223736696, 39.989806859530098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3665, "ADDRESS": "624 N SHEDWICK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242158300", "LNIADDRESSKEY": "533369", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.421875, "Shape__Length": 59.813045551551546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192703924160796, 39.9657012705716 ], [ -75.192924751050498, 39.965675081512899 ], [ -75.192927835727502, 39.965693301055097 ], [ -75.1929308591249, 39.965709843357502 ], [ -75.192710181893702, 39.965735358883997 ], [ -75.192703924160796, 39.9657012705716 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3666, "ADDRESS": "1830 CECIL B MOORE AVE", "OWNER1": "PHILA REDEVELOPMENT", "OWNER2": "AUTHORITY", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "471146510", "LNIADDRESSKEY": "71577", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 218.54296875, "Shape__Length": 83.362648889616352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165385487284894, 39.979572841276401 ], [ -75.165437431425104, 39.979331666169003 ], [ -75.165491776202799, 39.979339064282797 ], [ -75.165439905221106, 39.9795805147414 ], [ -75.165385487284894, 39.979572841276401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3667, "ADDRESS": "2542 N 19TH ST", "OWNER1": "UK INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162094100", "LNIADDRESSKEY": "668314", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.33203125, "Shape__Length": 66.600164616481379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163294371139401, 39.992893201238601 ], [ -75.163303857384903, 39.992894493982099 ], [ -75.163297427295703, 39.992923526213801 ], [ -75.163294284869394, 39.992936174358803 ], [ -75.163285360951207, 39.992934957358003 ], [ -75.163054654763499, 39.992903644333801 ], [ -75.163063484974202, 39.992861657792801 ], [ -75.163294371139401, 39.992893201238601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3668, "ADDRESS": "740 BROOKLYN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061270910", "LNIADDRESSKEY": "52477", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.11328125, "Shape__Length": 78.268639399468725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208282039345406, 39.965626616381797 ], [ -75.208572951520495, 39.9656055606523 ], [ -75.208579186067993, 39.965650026962997 ], [ -75.208569302789002, 39.965651017647197 ], [ -75.208288242939105, 39.965672452677602 ], [ -75.208282039345406, 39.965626616381797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3669, "ADDRESS": "2430 NICHOLAS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291249300", "LNIADDRESSKEY": "451254", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 418.44921875, "Shape__Length": 83.175463002905602 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175083261418393, 39.980307867486303 ], [ -75.1751088234858, 39.98018741365 ], [ -75.175157618023505, 39.980193119362397 ], [ -75.175208342425606, 39.980199898885203 ], [ -75.1752577556814, 39.980206392180598 ], [ -75.175224055288496, 39.9803746198399 ], [ -75.175207333712805, 39.9803724066131 ], [ -75.175192322098695, 39.980370425466099 ], [ -75.175174975426302, 39.980368134012799 ], [ -75.175157865079598, 39.980366251062101 ], [ -75.175123391926206, 39.980362463721001 ], [ -75.175074948713004, 39.980356331140797 ], [ -75.175080091967601, 39.9803301065676 ], [ -75.175083261418393, 39.980307867486303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3670, "ADDRESS": "605 HOFFMAN ST", "OWNER1": "MCKENZIE CONOR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393004800", "LNIADDRESSKEY": "346055", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.3203125, "Shape__Length": 47.620029744464837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156537912713503, 39.9249200057073 ], [ -75.156520248983696, 39.924898957098499 ], [ -75.156531913399803, 39.924845669971198 ], [ -75.1565452446238, 39.924787649645303 ], [ -75.156593344812293, 39.924793992714598 ], [ -75.156579179697403, 39.924857958931597 ], [ -75.1565779338965, 39.924863734444799 ], [ -75.156565201459202, 39.924923621037301 ], [ -75.156537912713503, 39.9249200057073 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3671, "ADDRESS": "1148 W NEVADA ST", "OWNER1": "1148 W NEVADA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371315600", "LNIADDRESSKEY": "448974", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.99609375, "Shape__Length": 39.238555815420895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152149357439001, 39.986705589327201 ], [ -75.1522032618672, 39.986712564688197 ], [ -75.152182086199602, 39.986804871210097 ], [ -75.152129138574495, 39.986797531185999 ], [ -75.152149357439001, 39.986705589327201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3672, "ADDRESS": "6056 VINE ST", "OWNER1": "INDEPENDENT COMMUNITY ASS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341029500", "LNIADDRESSKEY": "589417", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 389.19921875, "Shape__Length": 105.20570957011276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2411256429547, 39.966641071632097 ], [ -75.241188274769499, 39.966344006185999 ], [ -75.241267680637606, 39.966353414335998 ], [ -75.241248800670306, 39.966443738323697 ], [ -75.241203776267298, 39.966649792016099 ], [ -75.241203575628802, 39.966650706642397 ], [ -75.2411256429547, 39.966641071632097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3673, "ADDRESS": "2555-61 GERMANTOWN AVE", "OWNER1": "BIBLE TABERNACLE BAPTIST", "OWNER2": null, "BLDG_DESC": "HSE WORSHIP ALL2STY MASON", "OPA_ID": "777738000", "LNIADDRESSKEY": "309314", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1170.10546875, "Shape__Length": 140.61448841905241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147833812684198, 39.991158173144399 ], [ -75.147993978330106, 39.9910903825118 ], [ -75.148242878325902, 39.991122139630001 ], [ -75.148252477161094, 39.991315355724197 ], [ -75.147821703049999, 39.9912603941684 ], [ -75.147845212010395, 39.991174107076901 ], [ -75.147833812684198, 39.991158173144399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3674, "ADDRESS": "1812 E OAKDALE ST", "OWNER1": "METROPOLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314223501", "LNIADDRESSKEY": "453888", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.29296875, "Shape__Length": 56.23945954308406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125677525775799, 39.989176811266901 ], [ -75.125778497003495, 39.989125263265201 ], [ -75.125849418332706, 39.989087793723002 ], [ -75.125874511750794, 39.989116303778303 ], [ -75.125703317908901, 39.989205692115803 ], [ -75.125677525775799, 39.989176811266901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3675, "ADDRESS": "3830 WALLACE ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242090410", "LNIADDRESSKEY": "593516", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 324.4609375, "Shape__Length": 83.551269849157023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198738387393107, 39.964195949136503 ], [ -75.198804942250206, 39.964189224246503 ], [ -75.198826791168798, 39.964187018309403 ], [ -75.198876127754602, 39.964400620905401 ], [ -75.198844592087198, 39.964403610459101 ], [ -75.1987805535543, 39.964409698680299 ], [ -75.198738387393107, 39.964195949136503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3676, "ADDRESS": "1929 N NAPA ST", "OWNER1": "PHILA HOUSING DEVELOPMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323299001", "LNIADDRESSKEY": "445734", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.70703125, "Shape__Length": 49.734264727300733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184643469918498, 39.985937876906902 ], [ -75.184649282945898, 39.985913214437197 ], [ -75.184652050130197, 39.985899881656898 ], [ -75.184822583591696, 39.985922133523097 ], [ -75.184814363165302, 39.985960025325099 ], [ -75.184643469918498, 39.985937876906902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3677, "ADDRESS": "341 E ARMAT ST", "OWNER1": "GLORIA SHINE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122058300", "LNIADDRESSKEY": "21417", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.0390625, "Shape__Length": 89.93064247087608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169301764245404, 40.038541600851801 ], [ -75.169360302761604, 40.038542545540899 ], [ -75.169359902088203, 40.038553659532703 ], [ -75.169352699249799, 40.038753543778498 ], [ -75.169352421445794, 40.038773525363098 ], [ -75.169352476450896, 40.0387852949425 ], [ -75.169351962376595, 40.038804900677498 ], [ -75.169323455971806, 40.038806694064903 ], [ -75.169293288272698, 40.038807515319299 ], [ -75.169294673250107, 40.038774372298803 ], [ -75.169293636692004, 40.038772962577099 ], [ -75.169293787456695, 40.038755782538097 ], [ -75.169295615704002, 40.038693375594697 ], [ -75.169297560443894, 40.0386422384246 ], [ -75.1693012730493, 40.038553438124403 ], [ -75.169301764245404, 40.038541600851801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3678, "ADDRESS": "2351 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191195900", "LNIADDRESSKEY": "461642", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.28515625, "Shape__Length": 44.940521152035565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138723669025296, 39.986829463587 ], [ -75.138731988712706, 39.986791568878601 ], [ -75.138881553959095, 39.986810997468702 ], [ -75.1388732343095, 39.986848893313102 ], [ -75.138723669025296, 39.986829463587 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3679, "ADDRESS": "4881 1/2 MERION AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "521022900", "LNIADDRESSKEY": "428923", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.44140625, "Shape__Length": 67.357545486116635 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218445678724905, 39.974361165433699 ], [ -75.2185945692746, 39.974205801948699 ], [ -75.218635219074798, 39.974228749501897 ], [ -75.218486560308904, 39.974384650867798 ], [ -75.218445678724905, 39.974361165433699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3680, "ADDRESS": "2736 N WARNOCK ST", "OWNER1": "BCM PHILADELPHIA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372216700", "LNIADDRESSKEY": "597955", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.546875, "Shape__Length": 58.166021406748911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148298095552505, 39.994660869272302 ], [ -75.148305398379506, 39.994623410452199 ], [ -75.148513972895699, 39.994651431354299 ], [ -75.148505853317801, 39.994689419044001 ], [ -75.148298095552505, 39.994660869272302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3681, "ADDRESS": "712 WIOTA ST", "OWNER1": "BROAD LOT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061178400", "LNIADDRESSKEY": "618686", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.9375, "Shape__Length": 51.371788982801284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203477823138996, 39.965444668125699 ], [ -75.203483957032105, 39.965477751741602 ], [ -75.2032993020253, 39.965498703500501 ], [ -75.203293026613593, 39.965464907190601 ], [ -75.203477823138996, 39.965444668125699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3682, "ADDRESS": "2549 N GARNET ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162103301", "LNIADDRESSKEY": "306859", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.3515625, "Shape__Length": 51.737281423598368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163475070490506, 39.992946535153202 ], [ -75.163466645009507, 39.992985629570398 ], [ -75.163293573251593, 39.992963658443799 ], [ -75.163288505029001, 39.992963012629403 ], [ -75.163294284869394, 39.992936174358803 ], [ -75.163297427295703, 39.992923526213801 ], [ -75.163302120714505, 39.992924132045999 ], [ -75.163475070490506, 39.992946535153202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3683, "ADDRESS": "531 N CONESTOGA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041134400", "LNIADDRESSKEY": "95512", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.8515625, "Shape__Length": 67.790549397845112 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228711600547001, 39.968661610015701 ], [ -75.228704683847795, 39.968620490828499 ], [ -75.228952883218795, 39.968595163999098 ], [ -75.228959800065795, 39.9686362831713 ], [ -75.228711600547001, 39.968661610015701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3684, "ADDRESS": "2840 W HUNTINGDON ST", "OWNER1": "JACKSON BOURNE PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281307000", "LNIADDRESSKEY": "354211", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.05078125, "Shape__Length": 59.35590306992335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178426314102794, 39.995182457452302 ], [ -75.178495309290099, 39.995191853181097 ], [ -75.178463097975794, 39.995340110357098 ], [ -75.178393575784597, 39.995330783896698 ], [ -75.178426314102794, 39.995182457452302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3685, "ADDRESS": "2335 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162133101", "LNIADDRESSKEY": "670210", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.98828125, "Shape__Length": 65.122072373130266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164915022080507, 39.989875729102003 ], [ -75.164925019651903, 39.989834961458897 ], [ -75.165159052471196, 39.989866137500599 ], [ -75.165150575278702, 39.989907164654298 ], [ -75.164915022080507, 39.989875729102003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3686, "ADDRESS": "1502 N HOLLYWOOD ST", "OWNER1": "NOVY NICOLAS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292259300", "LNIADDRESSKEY": "347169", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.8671875, "Shape__Length": 53.255206967049403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183137013960703, 39.979196547456702 ], [ -75.183146195994595, 39.979153745368599 ], [ -75.183325984460296, 39.979177949187097 ], [ -75.183317206529296, 39.979220598143201 ], [ -75.183137013960703, 39.979196547456702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3687, "ADDRESS": "2329 W SEDGLEY AVE", "OWNER1": "KENTUCKY HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162350400", "LNIADDRESSKEY": "528606", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.28125, "Shape__Length": 47.248126852380651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171496935601198, 39.991075000768198 ], [ -75.171560999755499, 39.991165002766003 ], [ -75.171551960822597, 39.991208774788497 ], [ -75.171534527515604, 39.991206496666798 ], [ -75.171454791900501, 39.991095929491102 ], [ -75.171496935601198, 39.991075000768198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3688, "ADDRESS": "1308 S 28TH ST", "OWNER1": "WORRELL BRANDON", "OWNER2": "WORRELL NANCY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362142600", "LNIADDRESSKEY": "681232", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.6640625, "Shape__Length": 64.833761091635267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190615304533097, 39.9368642706171 ], [ -75.190625452348797, 39.936818894766901 ], [ -75.190853816284999, 39.9368458975514 ], [ -75.190841995097202, 39.936892316163402 ], [ -75.190615304533097, 39.9368642706171 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3689, "ADDRESS": "3631 FAIRMOUNT AVE", "OWNER1": "COMMONWEALTH IMPROVEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243010100", "LNIADDRESSKEY": "283535", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 245.859375, "Shape__Length": 79.269672039530491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196236267809695, 39.965969174836403 ], [ -75.196304443701294, 39.965961745228199 ], [ -75.196313505115398, 39.966009919870103 ], [ -75.196345352204304, 39.966179223882399 ], [ -75.196278995702102, 39.966186725548603 ], [ -75.196276638613497, 39.966187012091098 ], [ -75.196236267809695, 39.965969174836403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3690, "ADDRESS": "2031 W WESTMORELAND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUBLIC PROPERTY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112034200", "LNIADDRESSKEY": "609231", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.51171875, "Shape__Length": 70.191156789099139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163175545005899, 40.004827049551999 ], [ -75.163217523920693, 40.004636878849297 ], [ -75.163271625751406, 40.004644029934902 ], [ -75.163227698192898, 40.004840798355197 ], [ -75.163174055905102, 40.004833690268903 ], [ -75.163175545005899, 40.004827049551999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3691, "ADDRESS": "517 W DAUPHIN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191424501", "LNIADDRESSKEY": "110411", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.95703125, "Shape__Length": 69.532909270282246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142003160215793, 39.986354326292101 ], [ -75.142009172190399, 39.9863259951088 ], [ -75.142015135161202, 39.986297872299197 ], [ -75.142024242452607, 39.986259358944899 ], [ -75.142045627667699, 39.986163592064599 ], [ -75.142103659802203, 39.986171633467599 ], [ -75.142063161994102, 39.986362362912701 ], [ -75.142042752464306, 39.986359593658399 ], [ -75.142003160215793, 39.986354326292101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3692, "ADDRESS": "426 N DAGGETT ST", "OWNER1": "UA INVESTMENT GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "343129400", "LNIADDRESSKEY": "107258", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19151", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.69921875, "Shape__Length": 92.169442677333166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.250768121567901, 39.970178868002201 ], [ -75.250439278512104, 39.9701409498972 ], [ -75.250447745360404, 39.970099287823501 ], [ -75.250776525636596, 39.970138349925399 ], [ -75.250803246850396, 39.970141526770803 ], [ -75.250795054307801, 39.970181985260801 ], [ -75.250768121567901, 39.970178868002201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3693, "ADDRESS": "5517 LANSDOWNE AVE", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041257100", "LNIADDRESSKEY": "378468", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 258.44921875, "Shape__Length": 94.152960665426249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232361135439007, 39.976882881466899 ], [ -75.2324166764692, 39.976876798507199 ], [ -75.232467059761902, 39.977154545516598 ], [ -75.232409733818997, 39.977160751527101 ], [ -75.232361135439007, 39.976882881466899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3694, "ADDRESS": "3344 N 15TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112176025", "LNIADDRESSKEY": "658469", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 342.484375, "Shape__Length": 102.92510633396304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154020294027902, 40.004689175916901 ], [ -75.154033474638794, 40.004637284748902 ], [ -75.154421073858998, 40.004685605562599 ], [ -75.154405337416193, 40.004739616067901 ], [ -75.154020294027902, 40.004689175916901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3695, "ADDRESS": "2505 N FRONT ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "311009506", "LNIADDRESSKEY": "731015", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.8515625, "Shape__Length": 68.42222109536381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131165107111102, 39.9879659808106 ], [ -75.131174451157094, 39.9879225573562 ], [ -75.131420409224106, 39.987956474881699 ], [ -75.131411965632495, 39.987999371523699 ], [ -75.131165107111102, 39.9879659808106 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3696, "ADDRESS": "3017 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372114801", "LNIADDRESSKEY": "108830", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.82421875, "Shape__Length": 42.572381684622954 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144318247040403, 39.9977694986598 ], [ -75.144326782526605, 39.997732230203802 ], [ -75.144465843129794, 39.9977509585908 ], [ -75.144458495461194, 39.997788415074098 ], [ -75.144318247040403, 39.9977694986598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3697, "ADDRESS": "2649 N STANLEY ST", "OWNER1": "GARDNER DIANE S/W", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282113400", "LNIADDRESSKEY": "551340", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.6171875, "Shape__Length": 51.103030235824342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181122052840394, 39.996794005082599 ], [ -75.181130464992293, 39.996755586178203 ], [ -75.181306061048105, 39.996781003636897 ], [ -75.181297543918106, 39.996819451738098 ], [ -75.181122052840394, 39.996794005082599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3698, "ADDRESS": "1915 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321255701", "LNIADDRESSKEY": "667969", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 262.2890625, "Shape__Length": 86.418721105226822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164682293166905, 39.983166007183897 ], [ -75.164693604814801, 39.983116581131398 ], [ -75.1650108045297, 39.983159351145503 ], [ -75.165000340137397, 39.9832091026529 ], [ -75.164682293166905, 39.983166007183897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3699, "ADDRESS": "2001-15 N 30TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323256101", "LNIADDRESSKEY": "682969", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 2561.6796875, "Shape__Length": 269.76710094485156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181759433787605, 39.987426949969802 ], [ -75.182010152527297, 39.987232948956802 ], [ -75.181923540981202, 39.987165355566297 ], [ -75.181889509868597, 39.9871908213944 ], [ -75.181850335683393, 39.987157188625197 ], [ -75.1818063524872, 39.987123885224896 ], [ -75.181872884541605, 39.987071871945602 ], [ -75.182081219189897, 39.986909725962597 ], [ -75.182356480030194, 39.9869450612115 ], [ -75.182304277712603, 39.987194507068899 ], [ -75.182072665776204, 39.987372558081503 ], [ -75.182036885629699, 39.987343951242302 ], [ -75.182034075534503, 39.987341792394197 ], [ -75.1819951592108, 39.987311906892302 ], [ -75.181803248309393, 39.987460846528897 ], [ -75.181759433787605, 39.987426949969802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3700, "ADDRESS": "2464 PALETHORP ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191121000", "LNIADDRESSKEY": "468435", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 69.5859375, "Shape__Length": 39.684545429528036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135078866791403, 39.988124950124799 ], [ -75.135075779900703, 39.9881245407854 ], [ -75.135081887550399, 39.988093842383201 ], [ -75.135085535801593, 39.988094312942003 ], [ -75.135217629474198, 39.988111073119597 ], [ -75.1352109394645, 39.988142257202497 ], [ -75.135078866791403, 39.988124950124799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3701, "ADDRESS": "8 OSBORN ST", "OWNER1": "ABOZID MAGHOWRY SAEID", "OWNER2": "RASHID SALEM", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "211000310", "LNIADDRESSKEY": "464833", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19128", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 289.3125, "Shape__Length": 74.141523363930673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211681908197306, 40.0173860388444 ], [ -75.211797971985504, 40.017539750655096 ], [ -75.211711727429602, 40.017578528884897 ], [ -75.211594627748099, 40.017424475355497 ], [ -75.211594264720105, 40.017423998810003 ], [ -75.211678092129503, 40.017387691165503 ], [ -75.211681908197306, 40.0173860388444 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3702, "ADDRESS": "2112 N 19TH ST", "OWNER1": "RIDGEWOOD GLOBAL INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321268000", "LNIADDRESSKEY": "668039", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.02734375, "Shape__Length": 78.270668195814807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1646629252038, 39.986159088747002 ], [ -75.164794617170699, 39.986175998358299 ], [ -75.164826757063096, 39.986180027895401 ], [ -75.164816374728701, 39.986226492537099 ], [ -75.164770534714805, 39.986220156403 ], [ -75.164530181284405, 39.986189080168401 ], [ -75.164540098372896, 39.9861432650616 ], [ -75.164602584467701, 39.9861510563588 ], [ -75.1646629252038, 39.986159088747002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3703, "ADDRESS": "1519 S 53RD ST", "OWNER1": "SHEED KEITH D", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "512012100", "LNIADDRESSKEY": "693314", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.30078125, "Shape__Length": 72.741418826747804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219385226030695, 39.939307088905601 ], [ -75.219584499228603, 39.939164249678903 ], [ -75.219621615380007, 39.939196630579502 ], [ -75.219422414052104, 39.939336989201003 ], [ -75.219385226030695, 39.939307088905601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3704, "ADDRESS": "4309 FAIRMOUNT AVE", "OWNER1": "L CRUZ DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061138800", "LNIADDRESSKEY": "283707", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.79296875, "Shape__Length": 77.025457469702999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210090126246001, 39.964659825681402 ], [ -75.210148285870602, 39.964655181162698 ], [ -75.210175658466, 39.964874481785401 ], [ -75.210117904885806, 39.964879457418903 ], [ -75.210090126246001, 39.964659825681402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3705, "ADDRESS": "2228 N 19TH ST", "OWNER1": "MOR MANAGEMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162084100", "LNIADDRESSKEY": "668113", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.578125, "Shape__Length": 60.098264860938869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164121920665707, 39.988047075011202 ], [ -75.164130545750794, 39.988007711375303 ], [ -75.164345998645402, 39.988035197682898 ], [ -75.164337405222099, 39.988073771404501 ], [ -75.164121920665707, 39.988047075011202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3706, "ADDRESS": "2257 N 16TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161068101", "LNIADDRESSKEY": "660506", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.8828125, "Shape__Length": 65.512245634821994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158870081290502, 39.9879752338679 ], [ -75.158872356160998, 39.987959551214502 ], [ -75.158876741623502, 39.987960505059398 ], [ -75.158878394026502, 39.987952885971197 ], [ -75.158882622140297, 39.987933250276498 ], [ -75.159113278986098, 39.987963184560002 ], [ -75.159104762102004, 39.988005162150003 ], [ -75.158870081290502, 39.9879752338679 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3707, "ADDRESS": "2614 N 11TH ST", "OWNER1": "ROBERT MILTON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371197000", "LNIADDRESSKEY": "733041", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.8203125, "Shape__Length": 68.956909839972809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149581815879301, 39.992102134243602 ], [ -75.149592371441898, 39.992057446287603 ], [ -75.149838706397802, 39.992091978821897 ], [ -75.149829305386504, 39.992136079131498 ], [ -75.149581815879301, 39.992102134243602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3708, "ADDRESS": "3003 RIDGE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323046901", "LNIADDRESSKEY": "504334", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.68359375, "Shape__Length": 65.263917130006533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182430298570296, 39.988182999751899 ], [ -75.182464632407303, 39.988217152478498 ], [ -75.182278672887307, 39.988330633921301 ], [ -75.182245349539599, 39.988297987032801 ], [ -75.182430298570296, 39.988182999751899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3709, "ADDRESS": "707 W CUMBERLAND ST", "OWNER1": "BMEN DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371382900", "LNIADDRESSKEY": "105921", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.28125, "Shape__Length": 71.08394418730181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144736161648794, 39.9895803858509 ], [ -75.1447927079208, 39.989587890900403 ], [ -75.1447518816437, 39.9897857238754 ], [ -75.144694495513903, 39.989778198619497 ], [ -75.144736161648794, 39.9895803858509 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3710, "ADDRESS": "1942 N NEWKIRK ST", "OWNER1": "CAMILLA L NEWBY TE", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "323222700", "LNIADDRESSKEY": "449952", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.10546875, "Shape__Length": 48.806303019290915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179726316815305, 39.985445875270599 ], [ -75.179638967347898, 39.985367994252897 ], [ -75.179675069811907, 39.985343736658201 ], [ -75.179762551826798, 39.985421442666897 ], [ -75.1797871025544, 39.985443255195499 ], [ -75.179750094571801, 39.985467105112299 ], [ -75.179726316815305, 39.985445875270599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3711, "ADDRESS": "3515 MOUNT VERNON ST", "OWNER1": "STRONG PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242073200", "LNIADDRESSKEY": "443185", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.25390625, "Shape__Length": 65.642554836612362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193788629547896, 39.964479357428502 ], [ -75.193840462189996, 39.964473645398002 ], [ -75.193876399779597, 39.964657678248898 ], [ -75.193825525648194, 39.964663508511201 ], [ -75.193788629547896, 39.964479357428502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3712, "ADDRESS": "4954 LANCASTER AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442190110", "LNIADDRESSKEY": "377677", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.78125, "Shape__Length": 78.307912876073743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2214030780017, 39.974584679981596 ], [ -75.221556788454507, 39.974387475249401 ], [ -75.221575134033898, 39.9743860098962 ], [ -75.2215764066178, 39.974393468923999 ], [ -75.221584114353206, 39.974438563682803 ], [ -75.221452162984704, 39.974608474613902 ], [ -75.2214030780017, 39.974584679981596 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3713, "ADDRESS": "2331 N 30TH ST", "OWNER1": "E&E ENTERPRISE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282062700", "LNIADDRESSKEY": "683060", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.91015625, "Shape__Length": 57.981627077328397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181046844254098, 39.992005032672999 ], [ -75.1812520835105, 39.992031000184603 ], [ -75.181243772868697, 39.992070662502897 ], [ -75.181038373165606, 39.9920444819032 ], [ -75.181046844254098, 39.992005032672999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3714, "ADDRESS": "2312 GERMANTOWN AVE", "OWNER1": "GLASS ESTATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "371010500", "LNIADDRESSKEY": "309230", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.59375, "Shape__Length": 67.259108065288075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145610549291405, 39.986743212574403 ], [ -75.145679532571904, 39.986752596515899 ], [ -75.145670903180402, 39.986795118112902 ], [ -75.145488963805406, 39.986872653590297 ], [ -75.145453317440797, 39.9868229361172 ], [ -75.145607711965297, 39.986758172716797 ], [ -75.145610549291405, 39.986743212574403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3715, "ADDRESS": "1332 S WILTON ST", "OWNER1": "EZ HOUSE CASH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511216400", "LNIADDRESSKEY": "616387", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.546875, "Shape__Length": 57.050533999418363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220098788762101, 39.940494029470003 ], [ -75.220132903107299, 39.940524377538303 ], [ -75.220128090723705, 39.940527092647301 ], [ -75.220121029417299, 39.940532836192403 ], [ -75.220080881109098, 39.940560498811998 ], [ -75.220052371069599, 39.940580405990403 ], [ -75.219982960144193, 39.940629087651203 ], [ -75.219947200504095, 39.9405990737813 ], [ -75.220077543797899, 39.9405095198222 ], [ -75.220098788762101, 39.940494029470003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3716, "ADDRESS": "1943 N 20TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321286001", "LNIADDRESSKEY": "670077", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 268.60546875, "Shape__Length": 92.8257141759983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166079684738406, 39.983997197929497 ], [ -75.1660888885052, 39.983951932043297 ], [ -75.166089072808603, 39.983950936066101 ], [ -75.166194947367202, 39.9839655712452 ], [ -75.166439675597999, 39.983998225933902 ], [ -75.166429825121497, 39.984044525841 ], [ -75.166079684738406, 39.983997197929497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3717, "ADDRESS": "2214 N MARSHALL ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371048701", "LNIADDRESSKEY": "413918", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.55859375, "Shape__Length": 73.019758494020351 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144921397315997, 39.985318050748397 ], [ -75.144657162838101, 39.985288307491601 ], [ -75.144665946052996, 39.9852421313037 ], [ -75.144930181817998, 39.985271874573598 ], [ -75.144921397315997, 39.985318050748397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3718, "ADDRESS": "2617 WILDER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364232905", "LNIADDRESSKEY": "613372", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.27734375, "Shape__Length": 49.510756527165952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188209554785999, 39.934934077256599 ], [ -75.188237512729401, 39.934803987807101 ], [ -75.188286228396194, 39.9348093152201 ], [ -75.188258912542807, 39.934940692823901 ], [ -75.188209554785999, 39.934934077256599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3719, "ADDRESS": "1550 S LAMBERT ST", "OWNER1": "ECKSTEIN ADRIAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363261500", "LNIADDRESSKEY": "376889", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.81640625, "Shape__Length": 46.281535378182824 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179449857386899, 39.932142451878001 ], [ -75.179405274012197, 39.932136471071402 ], [ -75.179329115735101, 39.932126607531799 ], [ -75.179336925709194, 39.932090077614397 ], [ -75.179418878023398, 39.9321011995414 ], [ -75.179458236431401, 39.932106385215498 ], [ -75.179488331625905, 39.932110671719599 ], [ -75.179494516608202, 39.932111535667197 ], [ -75.179487094491606, 39.9321472509872 ], [ -75.179480426493697, 39.932146393106599 ], [ -75.179449857386899, 39.932142451878001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3720, "ADDRESS": "6025 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401271701", "LNIADDRESSKEY": "500451", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.96875, "Shape__Length": 59.269070844898231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230392353236198, 39.931802854516398 ], [ -75.230431770367403, 39.931774335625001 ], [ -75.2305060964825, 39.931838318682601 ], [ -75.230572605029707, 39.931896294863598 ], [ -75.230532326681001, 39.931924327491103 ], [ -75.230392353236198, 39.931802854516398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3721, "ADDRESS": "2531 W FLETCHER ST", "OWNER1": "STRAWBERRY MANSION PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281185900", "LNIADDRESSKEY": "292936", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.36328125, "Shape__Length": 53.395081459466205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175138792384899, 39.989630923455998 ], [ -75.175185631554299, 39.989636438722499 ], [ -75.175157283184603, 39.989782171076797 ], [ -75.175109126143894, 39.989775496592301 ], [ -75.175138792384899, 39.989630923455998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3722, "ADDRESS": "1826 CECIL B MOORE AVE", "OWNER1": "PHILA REDEVELOPMENT", "OWNER2": "AUTHORITY", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "471146310", "LNIADDRESSKEY": "71573", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 232.53515625, "Shape__Length": 84.223683601562612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165272458063598, 39.979557545111 ], [ -75.165324872566003, 39.979316138491697 ], [ -75.165383256716694, 39.979324223429899 ], [ -75.165329579144498, 39.979565779574699 ], [ -75.165272458063598, 39.979557545111 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3723, "ADDRESS": "2718 N LAWRENCE ST", "OWNER1": "MINOR WALLACE I/T/F", "OWNER2": "MINOR ROBERT ET AL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192174800", "LNIADDRESSKEY": "384667", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.46484375, "Shape__Length": 47.064818051001694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139222713078098, 39.992580687335398 ], [ -75.139231172864598, 39.992540530828997 ], [ -75.139236908380497, 39.992541258213301 ], [ -75.139386884711499, 39.992560305507901 ], [ -75.139379609418, 39.992596925418802 ], [ -75.139378828599902, 39.992600857518397 ], [ -75.139228467868307, 39.992581446694203 ], [ -75.139222713078098, 39.992580687335398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3724, "ADDRESS": "2422 SEYBERT ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291060600", "LNIADDRESSKEY": "531310", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.61328125, "Shape__Length": 57.44350597104534 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175834158807206, 39.975876283511802 ], [ -75.1758648996326, 39.975718064916897 ], [ -75.175912829674203, 39.975723862487897 ], [ -75.175882627878707, 39.975882771196098 ], [ -75.175834158807206, 39.975876283511802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3725, "ADDRESS": "3038 W BERKS ST", "OWNER1": "2951 FRANKFORD AVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323025701", "LNIADDRESSKEY": "37282", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.3359375, "Shape__Length": 72.305589387025876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183968448445498, 39.9850998588593 ], [ -75.184012135039097, 39.984893116827003 ], [ -75.184062777754207, 39.984899923173202 ], [ -75.184018406089294, 39.985107053106802 ], [ -75.183968448445498, 39.9850998588593 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3726, "ADDRESS": "2006-08 W TIOGA ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112088400", "LNIADDRESSKEY": "573079", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1229.28515625, "Shape__Length": 156.84646491569936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161920069340198, 40.006989890472703 ], [ -75.162111923199802, 40.007014978018198 ], [ -75.162028000572505, 40.007400219966101 ], [ -75.161854600212493, 40.007378192789098 ], [ -75.161836571147404, 40.007375496647697 ], [ -75.161920069340198, 40.006989890472703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3727, "ADDRESS": "1220 PETERS ST", "OWNER1": "BEBOPS PROPS LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "021175910", "LNIADDRESSKEY": "481411", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19147", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.67578125, "Shape__Length": 41.588410568279514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163922427714596, 39.936463487192803 ], [ -75.163964437821207, 39.936470543357103 ], [ -75.163941770007, 39.936579211804499 ], [ -75.1638994601051, 39.936572342592001 ], [ -75.163922427714596, 39.936463487192803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3728, "ADDRESS": "6050 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401300401", "LNIADDRESSKEY": "583840", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.84375, "Shape__Length": 58.439354980708593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230310462305894, 39.9309567646076 ], [ -75.230451393405303, 39.931076662873899 ], [ -75.230412938899093, 39.931103495522997 ], [ -75.230271999720202, 39.930983854942099 ], [ -75.230310462305894, 39.9309567646076 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3729, "ADDRESS": "6123 VANDIKE ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411342210", "LNIADDRESSKEY": "586583", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.6796875, "Shape__Length": 67.608197995947634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.056546339199997, 40.0182945022 ], [ -75.0564984252903, 40.018319644912999 ], [ -75.056361674244599, 40.018160506217598 ], [ -75.0564132626983, 40.018139592327501 ], [ -75.056546339199997, 40.0182945022 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3730, "ADDRESS": "2315 N 27TH ST", "OWNER1": "AUCGO PARTNERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281059500", "LNIADDRESSKEY": "679853", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.125, "Shape__Length": 66.760046526492431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176415990034599, 39.991052412979499 ], [ -75.176422153189506, 39.991019182199103 ], [ -75.176423709239103, 39.991010771229703 ], [ -75.176436741528804, 39.991012497170303 ], [ -75.176666957221002, 39.991042887072098 ], [ -75.176657966076903, 39.991082742219398 ], [ -75.176428296927696, 39.9910539616004 ], [ -75.176415990034599, 39.991052412979499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3731, "ADDRESS": "2617 JEFFERSON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291194500", "LNIADDRESSKEY": "363005", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.9765625, "Shape__Length": 74.793680079988022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178381208488602, 39.9784961588187 ], [ -75.178422276822104, 39.978501124645 ], [ -75.178375214133894, 39.9787236515335 ], [ -75.178332863246197, 39.978717641061998 ], [ -75.178381208488602, 39.9784961588187 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3732, "ADDRESS": "6082 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401282701", "LNIADDRESSKEY": "500509", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.21484375, "Shape__Length": 60.556374085526386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231370992923402, 39.930783741729797 ], [ -75.231413120568106, 39.930753781891802 ], [ -75.231556617268097, 39.9308762173589 ], [ -75.231513615607298, 39.930905997002398 ], [ -75.231370992923402, 39.930783741729797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3733, "ADDRESS": "766 N 38TH ST", "OWNER1": "CHURCH OF FAITH INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "774351000", "LNIADDRESSKEY": "685874", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.31640625, "Shape__Length": 76.766236007393417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198539277273895, 39.967438118225502 ], [ -75.198546743544398, 39.967483096900899 ], [ -75.198264488403794, 39.967514298628103 ], [ -75.198256662531904, 39.967468844536199 ], [ -75.198539277273895, 39.967438118225502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3734, "ADDRESS": "2200 N FRANKLIN ST", "OWNER1": "EMPTYLOTS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371087100", "LNIADDRESSKEY": "299301", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.12109375, "Shape__Length": 69.905523283466508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1461624357825, 39.985137745335898 ], [ -75.146171281325806, 39.985091214567099 ], [ -75.146420859162006, 39.985124634774699 ], [ -75.146409505874601, 39.985171543412598 ], [ -75.1461624357825, 39.985137745335898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3735, "ADDRESS": "5421 FLORENCE AVE", "OWNER1": "FLEMMING WILLIAM JR", "OWNER2": "HARRIET H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513255600", "LNIADDRESSKEY": "293329", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.1640625, "Shape__Length": 62.674231729367939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227347054545007, 39.942711493251601 ], [ -75.227387567457896, 39.942683578235702 ], [ -75.227541352043303, 39.942810871191199 ], [ -75.227500600771094, 39.9428395705188 ], [ -75.227347054545007, 39.942711493251601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3736, "ADDRESS": "1727 N 31ST ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324195100", "LNIADDRESSKEY": "683447", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.27734375, "Shape__Length": 61.429298373684006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184668494792504, 39.9828221868692 ], [ -75.184676763944793, 39.982781911873197 ], [ -75.184895886180101, 39.982809634414402 ], [ -75.184887244654306, 39.982850933882602 ], [ -75.184668494792504, 39.9828221868692 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3737, "ADDRESS": "2048 S 70TH ST", "OWNER1": "SANOURY ZIYAD M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403210800", "LNIADDRESSKEY": "706672", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.50390625, "Shape__Length": 50.289042338863609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2430083822737, 39.921613082556199 ], [ -75.243042966459399, 39.9216420476724 ], [ -75.242916095282595, 39.9217346687321 ], [ -75.242882225565197, 39.921705606575003 ], [ -75.2430083822737, 39.921613082556199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3738, "ADDRESS": "2510 CECIL B MOORE AVE", "OWNER1": "KNOBELSDORF KURT", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "324034600", "LNIADDRESSKEY": "71775", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.88671875, "Shape__Length": 67.475877643307925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176048575257596, 39.980952293828501 ], [ -75.176086701425703, 39.980761226588598 ], [ -75.176137180801405, 39.9807678402641 ], [ -75.176118236031101, 39.980864117627902 ], [ -75.176098325582302, 39.980958794307703 ], [ -75.176048575257596, 39.980952293828501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3739, "ADDRESS": "5732 LUDLOW ST", "OWNER1": "KUMAS HOMES LLC", "OWNER2": "HHS REALTY LLC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "604015600", "LNIADDRESSKEY": "402941", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.33203125, "Shape__Length": 69.723342699309299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236023981101297, 39.960332806672199 ], [ -75.235980338426003, 39.960534541581403 ], [ -75.235934592073406, 39.9605286816698 ], [ -75.235978236343101, 39.96032694681 ], [ -75.236023981101297, 39.960332806672199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3740, "ADDRESS": "2427 N 30TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282065201", "LNIADDRESSKEY": "683099", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.10546875, "Shape__Length": 64.552521583879013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1807447842518, 39.9933084366792 ], [ -75.180753827443297, 39.993266066355602 ], [ -75.180762232840195, 39.993267140864099 ], [ -75.180983901775207, 39.993295444099097 ], [ -75.180974375088695, 39.993338947899602 ], [ -75.180752875096601, 39.993309504147703 ], [ -75.1807447842518, 39.9933084366792 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3741, "ADDRESS": "1444 N 27TH ST", "OWNER1": "PARKER FREDRINA J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292061500", "LNIADDRESSKEY": "679605", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.83984375, "Shape__Length": 63.851604762554715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1796442916595, 39.978239206045401 ], [ -75.179877000918594, 39.978271257994301 ], [ -75.179869122552802, 39.978308882344599 ], [ -75.179635706278205, 39.978277250410997 ], [ -75.1796442916595, 39.978239206045401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3742, "ADDRESS": "1819 W ERIE AVE", "OWNER1": "SIMMONS YOUTH DEV", "OWNER2": "GUILD INC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131062210", "LNIADDRESSKEY": "139096", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 236.11328125, "Shape__Length": 89.057419513846497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158117612575197, 40.010576292496303 ], [ -75.158156314154397, 40.0103999609967 ], [ -75.158175267410897, 40.0103158566113 ], [ -75.158229854697595, 40.010323020939303 ], [ -75.158171570150998, 40.010583459525797 ], [ -75.158117612575197, 40.010576292496303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3743, "ADDRESS": "1327 S 54TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511253400", "LNIADDRESSKEY": "694261", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.953125, "Shape__Length": 75.865592200414184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224595272822896, 39.9415864247418 ], [ -75.224807237623494, 39.941437826051803 ], [ -75.224842842281006, 39.9414681412769 ], [ -75.2246317233827, 39.9416171280672 ], [ -75.224595272822896, 39.9415864247418 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3744, "ADDRESS": "3113 W ARIZONA ST", "OWNER1": "WILSON JAMES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282333900", "LNIADDRESSKEY": "20935", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.26171875, "Shape__Length": 44.611198357836642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183245622401202, 39.992719032622198 ], [ -75.183268191009304, 39.992605458209297 ], [ -75.183307256180896, 39.992610425722297 ], [ -75.183317831458396, 39.9926117749445 ], [ -75.183294680543995, 39.992725803743099 ], [ -75.183245622401202, 39.992719032622198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3745, "ADDRESS": "2120 N 3RD ST", "OWNER1": "RIVERA-PEREZ RUTH P", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191178701", "LNIADDRESSKEY": "632516", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.5, "Shape__Length": 53.146532672845517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139313800257796, 39.983132943206797 ], [ -75.139321984300494, 39.983095585997198 ], [ -75.139508757611694, 39.983118437275103 ], [ -75.139501444713602, 39.983155492195301 ], [ -75.139313800257796, 39.983132943206797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3746, "ADDRESS": "3866 CAMBRIDGE ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243210210", "LNIADDRESSKEY": "63369", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.5078125, "Shape__Length": 86.359756581112208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201182304091702, 39.973417960425301 ], [ -75.201236585126694, 39.973411412937601 ], [ -75.201284298583005, 39.973664712389997 ], [ -75.201231813333294, 39.9736709134853 ], [ -75.201182304091702, 39.973417960425301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3747, "ADDRESS": "4653 N 8TH ST", "OWNER1": "ESTUDANTE ARMANDO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491247500", "LNIADDRESSKEY": "646014", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 29.26171875, "Shape__Length": 23.408624749610983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1383391050055, 40.022867423913098 ], [ -75.138410708137897, 40.022876889001097 ], [ -75.138405540803802, 40.022900468362003 ], [ -75.138333622819999, 40.022892979485299 ], [ -75.138339012683105, 40.022867729287199 ], [ -75.1383391050055, 40.022867423913098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3748, "ADDRESS": "228 W HAZZARD ST", "OWNER1": "IRIZARRY HECTOR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192301201", "LNIADDRESSKEY": "731349", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 78.34765625, "Shape__Length": 41.068998302886996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136318626171203, 39.989599747808498 ], [ -75.136341282794504, 39.989494048802499 ], [ -75.136386356512901, 39.989500702089899 ], [ -75.136363208446298, 39.989605019229899 ], [ -75.136318626171203, 39.989599747808498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3749, "ADDRESS": "2220 DIAMOND ST", "OWNER1": "LEANNA INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322266200", "LNIADDRESSKEY": "116674", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.1484375, "Shape__Length": 72.700508093856143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170597315741404, 39.986236483711103 ], [ -75.170550457128599, 39.986441215348101 ], [ -75.170496484146, 39.986433812359301 ], [ -75.170542166038203, 39.9862291500271 ], [ -75.170597315741404, 39.986236483711103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3750, "ADDRESS": "3936 W GIRARD AVE", "OWNER1": "REVIVAL CENTER", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "243222600", "LNIADDRESSKEY": "314371", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.08984375, "Shape__Length": 71.088026751552448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203285519067506, 39.9739111226638 ], [ -75.203343246985497, 39.973904827494998 ], [ -75.203379501613199, 39.974102968896602 ], [ -75.203322189683504, 39.974109370177104 ], [ -75.203285519067506, 39.9739111226638 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3751, "ADDRESS": "1406 N 27TH ST", "OWNER1": "KEHL MATTHEW T", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292059910", "LNIADDRESSKEY": "679589", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.62109375, "Shape__Length": 42.847541809870769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179824873047394, 39.977413985834701 ], [ -75.1799565233826, 39.977430508006499 ], [ -75.179946720512802, 39.977475858227798 ], [ -75.179815394263002, 39.9774579264651 ], [ -75.179824873047394, 39.977413985834701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3752, "ADDRESS": "3812 W GIRARD AVE", "OWNER1": "WEST GIRARD PROPERTIES LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243217900", "LNIADDRESSKEY": "314324", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 255.58203125, "Shape__Length": 96.818666648427651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199866865022102, 39.974180693640498 ], [ -75.199918472960505, 39.9741744410005 ], [ -75.199976573510199, 39.974462968082399 ], [ -75.199921066069507, 39.974469246722997 ], [ -75.199866865022102, 39.974180693640498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3753, "ADDRESS": "3509 N 22ND ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112307000", "LNIADDRESSKEY": "674440", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 452.5703125, "Shape__Length": 120.08480872211518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164249300802098, 40.008155206428 ], [ -75.164262368265, 40.008096099082501 ], [ -75.1647166831047, 40.008152964553197 ], [ -75.164702505689405, 40.008213691299296 ], [ -75.164249300802098, 40.008155206428 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3754, "ADDRESS": "1514 N AMERICAN ST", "OWNER1": "MILLER L", "OWNER2": "WEBER G", "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "881340003", "LNIADDRESSKEY": "14460", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "ICMX", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 475.16015625, "Shape__Length": 87.540438651698224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140090283796596, 39.974214975611702 ], [ -75.140301604118505, 39.974241343186101 ], [ -75.140292465083704, 39.974284699806802 ], [ -75.140283326037405, 39.9743280564266 ], [ -75.140273044908895, 39.974376829251199 ], [ -75.140061722670694, 39.974350462716401 ], [ -75.140090283796596, 39.974214975611702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3755, "ADDRESS": "2557 N STANLEY ST", "OWNER1": "PETTYJOHN JAMES A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282110300", "LNIADDRESSKEY": "551278", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.88671875, "Shape__Length": 52.451154089998298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181398518471596, 39.995483788970397 ], [ -75.181407791548096, 39.9954447450936 ], [ -75.181588375215696, 39.9954695315949 ], [ -75.181579876221804, 39.9955085928042 ], [ -75.181398518471596, 39.995483788970397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3756, "ADDRESS": "1925 N NEWKIRK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323215601", "LNIADDRESSKEY": "449935", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.19921875, "Shape__Length": 49.789650187658296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179696117922006, 39.985046170513897 ], [ -75.179732374186102, 39.985022254228703 ], [ -75.179847444786802, 39.985123468201301 ], [ -75.179811999681704, 39.985148079572802 ], [ -75.179696117922006, 39.985046170513897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3757, "ADDRESS": "2126 N FRONT ST", "OWNER1": "GETKA JOSEPH", "OWNER2": "GETKA HELEN", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885200640", "LNIADDRESSKEY": "730940", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 344.734375, "Shape__Length": 102.78216728364119 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133221088720404, 39.982409448024598 ], [ -75.1332091993565, 39.982462406106301 ], [ -75.133071490978594, 39.982445370033503 ], [ -75.132823809921803, 39.982412592148499 ], [ -75.132835563574901, 39.982358794178097 ], [ -75.133221088720404, 39.982409448024598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3758, "ADDRESS": "3101 W DAUPHIN ST", "OWNER1": "OCTANE ACQUISITIONS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281301101", "LNIADDRESSKEY": "110810", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.65234375, "Shape__Length": 75.65248223381866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183237223944303, 39.991485217296798 ], [ -75.183192987490301, 39.991699668493297 ], [ -75.183136843078302, 39.991693013650099 ], [ -75.183181422458105, 39.991478908018699 ], [ -75.183237223944303, 39.991485217296798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3759, "ADDRESS": "924 W SUSQUEHANNA AVE", "OWNER1": "V2 PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201098800", "LNIADDRESSKEY": "558999", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.2109375, "Shape__Length": 64.638799545292045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148738868290806, 39.985246447208802 ], [ -75.148778486932201, 39.985065012464901 ], [ -75.148828687382107, 39.985071824406702 ], [ -75.1487883356249, 39.985252678285399 ], [ -75.148738868290806, 39.985246447208802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3760, "ADDRESS": "5721 CHESTER AVE", "OWNER1": "WILWIN ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "401112400", "LNIADDRESSKEY": "80227", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 263.36328125, "Shape__Length": 85.915362301281618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227945226750606, 39.936304537260703 ], [ -75.227994020699299, 39.936270001685799 ], [ -75.228208388119896, 39.936451595907101 ], [ -75.228159235703103, 39.936486170993703 ], [ -75.227945226750606, 39.936304537260703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3761, "ADDRESS": "6149 VINE ST", "OWNER1": "HELMESI RENI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341038800", "LNIADDRESSKEY": "589466", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.4140625, "Shape__Length": 78.208932741094287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243400583876493, 39.967367211097702 ], [ -75.243448163197698, 39.967144545256403 ], [ -75.243504187553995, 39.967151217856902 ], [ -75.243456897969295, 39.967373970009902 ], [ -75.243400583876493, 39.967367211097702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3762, "ADDRESS": "1810 N FRANKLIN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202221601", "LNIADDRESSKEY": "299121", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 295.515625, "Shape__Length": 90.326961811330762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147300859310306, 39.979432110836399 ], [ -75.147312797616195, 39.979377573623204 ], [ -75.147641377293596, 39.979424536019998 ], [ -75.147630010462805, 39.979477843938497 ], [ -75.147300859310306, 39.979432110836399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3763, "ADDRESS": "2231 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162071100", "LNIADDRESSKEY": "668116", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.8515625, "Shape__Length": 70.212650313548721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163677289955302, 39.988039925250298 ], [ -75.163687089224695, 39.987996687829401 ], [ -75.163942052793502, 39.988029449783397 ], [ -75.163932620196206, 39.988071905969299 ], [ -75.163677289955302, 39.988039925250298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3764, "ADDRESS": "4921 PASCHALL AVE", "OWNER1": "PHILADELPHIA RENOVATION GROUP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273169500", "LNIADDRESSKEY": "472071", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.76953125, "Shape__Length": 70.486219368762505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212234508319099, 39.939412003356097 ], [ -75.212270247776203, 39.939386421796399 ], [ -75.212448816500995, 39.939539962716999 ], [ -75.2124126835878, 39.939564874516897 ], [ -75.212234508319099, 39.939412003356097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3765, "ADDRESS": "2112 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191178201", "LNIADDRESSKEY": "632508", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.28515625, "Shape__Length": 57.109977153424538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139350834506104, 39.982959416288601 ], [ -75.139359374476399, 39.982918778439299 ], [ -75.139559337589802, 39.982944669916797 ], [ -75.139555780117405, 39.982959823045697 ], [ -75.139551419034007, 39.982984951367101 ], [ -75.139350834506104, 39.982959416288601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3766, "ADDRESS": "636 W CUMBERLAND ST", "OWNER1": "CUMBERLAND STREET INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371376200", "LNIADDRESSKEY": "105907", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.42578125, "Shape__Length": 75.801560557080506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144141938534204, 39.989369813705501 ], [ -75.144189834508794, 39.989153846175803 ], [ -75.144243838111805, 39.989161551695403 ], [ -75.144196946293803, 39.989376463068197 ], [ -75.144141938534204, 39.989369813705501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3767, "ADDRESS": "3608 SEARS ST", "OWNER1": "CALABRESE EDWARD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362235000", "LNIADDRESSKEY": "528217", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.60546875, "Shape__Length": 47.954440197562747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202220662565395, 39.9384120280004 ], [ -75.202268272283007, 39.938422322026703 ], [ -75.202221908297304, 39.938544705056103 ], [ -75.202174559368302, 39.938534126231303 ], [ -75.202220662565395, 39.9384120280004 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3768, "ADDRESS": "2129 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321260300", "LNIADDRESSKEY": "668055", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 244.2890625, "Shape__Length": 84.979279530394962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163961212725695, 39.986478491506197 ], [ -75.163970924475393, 39.986432043354299 ], [ -75.164286049353507, 39.986473559791101 ], [ -75.164276952765306, 39.986520392366501 ], [ -75.163961212725695, 39.986478491506197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3769, "ADDRESS": "2338 N 29TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282003901", "LNIADDRESSKEY": "682146", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.68359375, "Shape__Length": 66.681678252182252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179805385753895, 39.992053809762503 ], [ -75.179814378635399, 39.992011116263598 ], [ -75.180054190410004, 39.992042808864198 ], [ -75.180053940355407, 39.992043883351997 ], [ -75.180044934665304, 39.992085255472603 ], [ -75.179805385753895, 39.992053809762503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3770, "ADDRESS": "1322 W BRISTOL ST", "OWNER1": "KONE HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433207700", "LNIADDRESSKEY": "49956", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.49609375, "Shape__Length": 82.541666615837627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147935135660802, 40.0182682294476 ], [ -75.147983189212596, 40.018032469686801 ], [ -75.148041985425493, 40.0180393793391 ], [ -75.147994752031494, 40.018265212704598 ], [ -75.147992619431406, 40.018275448387897 ], [ -75.147935135660802, 40.0182682294476 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3771, "ADDRESS": "2219 N 19TH ST", "OWNER1": "PHILADELPHIA DEVELOPMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162070500", "LNIADDRESSKEY": "668104", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.10546875, "Shape__Length": 70.258050391295882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163735517488405, 39.987785416470203 ], [ -75.163745654349498, 39.987741540174 ], [ -75.164000288968793, 39.987774149318902 ], [ -75.163990876281602, 39.9878166228509 ], [ -75.163735517488405, 39.987785416470203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3772, "ADDRESS": "6036 UPLAND ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401299700", "LNIADDRESSKEY": "583826", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.4375, "Shape__Length": 58.320864601873197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230043115338106, 39.931143905319097 ], [ -75.230183127395506, 39.931264283775199 ], [ -75.230145588674304, 39.931290716371301 ], [ -75.230067843837304, 39.931222966101501 ], [ -75.230004667224904, 39.931170560029102 ], [ -75.230043115338106, 39.931143905319097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3773, "ADDRESS": "1225 W SUSQUEHANNA AVE", "OWNER1": "BAIG SOHAIL R", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371307500", "LNIADDRESSKEY": "559047", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.12890625, "Shape__Length": 72.558570237377651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153349227772793, 39.9862207897365 ], [ -75.153392570393905, 39.986013985271597 ], [ -75.153445779616206, 39.986021056957902 ], [ -75.1533996870468, 39.986227412912598 ], [ -75.153349227772793, 39.9862207897365 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3774, "ADDRESS": "310 W YORK ST", "OWNER1": "RAMOS JOSE M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191430000", "LNIADDRESSKEY": "628965", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.3984375, "Shape__Length": 63.765024284396191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138703490807202, 39.987127514589602 ], [ -75.138742712636301, 39.986948865703802 ], [ -75.138791973428795, 39.986955264196297 ], [ -75.138752753188399, 39.987133913132197 ], [ -75.138703490807202, 39.987127514589602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3775, "ADDRESS": "2310 N 22ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162213801", "LNIADDRESSKEY": "674097", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.5625, "Shape__Length": 66.835657079900486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168933766484898, 39.989895372222598 ], [ -75.168943245152803, 39.989851127090098 ], [ -75.169181933316494, 39.989881174195801 ], [ -75.169172745526197, 39.989924974251899 ], [ -75.168933766484898, 39.989895372222598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3776, "ADDRESS": "3340 H ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331346100", "LNIADDRESSKEY": "328604", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.25390625, "Shape__Length": 71.495023558886984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.112769003497903, 39.999223998851001 ], [ -75.112778016621405, 39.999182954482002 ], [ -75.112910577286399, 39.999200572868403 ], [ -75.113040976158103, 39.9992182371751 ], [ -75.113031391727603, 39.999259365298002 ], [ -75.112769003497903, 39.999223998851001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3777, "ADDRESS": "3604 MELON ST", "OWNER1": "MASKOFF LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242104700", "LNIADDRESSKEY": "425714", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.203125, "Shape__Length": 91.215418301452004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195179539398595, 39.965100220732801 ], [ -75.195229861835699, 39.965094587065401 ], [ -75.195279544975904, 39.965366649721801 ], [ -75.195228710433398, 39.965372545693398 ], [ -75.195179539398595, 39.965100220732801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3778, "ADDRESS": "2340 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191184801", "LNIADDRESSKEY": "632612", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.0859375, "Shape__Length": 58.841535156377461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138563659232403, 39.986569254361001 ], [ -75.138774765875496, 39.9865967588077 ], [ -75.138766444729598, 39.9866346546114 ], [ -75.138555338015394, 39.986607149024103 ], [ -75.138563659232403, 39.986569254361001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3779, "ADDRESS": "3213 RIDGE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282266500", "LNIADDRESSKEY": "504392", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.6171875, "Shape__Length": 88.010779760249079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184919239335301, 39.991349161343599 ], [ -75.185242347828904, 39.991238449619097 ], [ -75.185263355061394, 39.991279283100098 ], [ -75.184997584049796, 39.991369514590303 ], [ -75.184991618184, 39.991358789909 ], [ -75.184919239335301, 39.991349161343599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3780, "ADDRESS": "2841 W OAKDALE ST", "OWNER1": "PHILA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281360701", "LNIADDRESSKEY": "454396", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.35546875, "Shape__Length": 46.901835263651158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178112204107094, 39.996682713581897 ], [ -75.178140185857501, 39.9965614922857 ], [ -75.178189131800593, 39.996568504042799 ], [ -75.178161248703105, 39.996689906635297 ], [ -75.178112204107094, 39.996682713581897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3781, "ADDRESS": "2326 N BODINE ST", "OWNER1": "DVARGAS CONSTRUCTION LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191164600", "LNIADDRESSKEY": "41799", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.16796875, "Shape__Length": 50.32337416487492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138065961201704, 39.986156126674203 ], [ -75.138072904180504, 39.986120077056697 ], [ -75.138249727901595, 39.986143456125603 ], [ -75.138242289318697, 39.986178498842897 ], [ -75.138065961201704, 39.986156126674203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3782, "ADDRESS": "628 CANTRELL ST", "OWNER1": "HVK PROPERTIES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393062600", "LNIADDRESSKEY": "63975", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.05859375, "Shape__Length": 49.87243549947587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157721045242397, 39.922194577675803 ], [ -75.157746899667899, 39.9221979181726 ], [ -75.157768508994394, 39.922201146925602 ], [ -75.157740079264201, 39.922333960850999 ], [ -75.157692596411394, 39.922327890098799 ], [ -75.157721045242397, 39.922194577675803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3783, "ADDRESS": "520 EDGLEY ST", "OWNER1": "HARRY ABEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191385900", "LNIADDRESSKEY": "730580", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 70.01953125, "Shape__Length": 39.040871467231376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142772861855704, 39.983373180086097 ], [ -75.142782306808201, 39.983331837264402 ], [ -75.1427962948908, 39.983273140348999 ], [ -75.142838748726405, 39.983279182043397 ], [ -75.1428264027994, 39.983327825948102 ], [ -75.142814504815306, 39.9833790265414 ], [ -75.142772861855704, 39.983373180086097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3784, "ADDRESS": "4303 FAIRMOUNT AVE", "OWNER1": "KIBBUTZ 03 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061138500", "LNIADDRESSKEY": "283701", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 395.17578125, "Shape__Length": 115.46152082155399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209879447820001, 39.964675407257801 ], [ -75.209949400357502, 39.964670250182301 ], [ -75.209992724321793, 39.965011977444597 ], [ -75.209922058239201, 39.965017184080402 ], [ -75.209897101543007, 39.964829080018497 ], [ -75.209890773112306, 39.964766395698398 ], [ -75.209879447820001, 39.964675407257801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3785, "ADDRESS": "445 W DAUPHIN ST", "OWNER1": "V I P ROYALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191423400", "LNIADDRESSKEY": "110397", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.1328125, "Shape__Length": 65.477772072945314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141246222245798, 39.986057748121297 ], [ -75.141303074782996, 39.986065924178703 ], [ -75.141264166447201, 39.986244148414599 ], [ -75.141206579397206, 39.986235955645597 ], [ -75.141246222245798, 39.986057748121297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3786, "ADDRESS": "2130 BELLMORE ST", "OWNER1": "IMI REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252181700", "LNIADDRESSKEY": "34365", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.38671875, "Shape__Length": 49.321192162984559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114574706856899, 39.988721635163401 ], [ -75.114722222204307, 39.9886600906392 ], [ -75.114748524815397, 39.988695126303398 ], [ -75.114599728590903, 39.988757302582798 ], [ -75.114579016325706, 39.988727778903602 ], [ -75.114574706856899, 39.988721635163401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3787, "ADDRESS": "1929 N 19TH ST", "OWNER1": "POINTE MID-RISE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321256401", "LNIADDRESSKEY": "667979", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.69140625, "Shape__Length": 84.51929085732651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164612129280201, 39.983495931594199 ], [ -75.164621799814896, 39.983452158489897 ], [ -75.164938915374904, 39.983496102597201 ], [ -75.164930407796206, 39.983538483945701 ], [ -75.164612129280201, 39.983495931594199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3788, "ADDRESS": "1929 DIAMOND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321187101", "LNIADDRESSKEY": "116597", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 250.3125, "Shape__Length": 89.751600759322187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165561895802099, 39.986266221319397 ], [ -75.165576652423496, 39.986196174192102 ], [ -75.165589065261301, 39.986141469255898 ], [ -75.165618813464306, 39.986005700652903 ], [ -75.165662193967094, 39.9860111431245 ], [ -75.165676892670305, 39.986013101555699 ], [ -75.165634716788404, 39.986203430616001 ], [ -75.165631388172599, 39.986217105154402 ], [ -75.165619337345802, 39.986273301542298 ], [ -75.165561895802099, 39.986266221319397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3789, "ADDRESS": "1206 N SAINT BERNARD ST", "OWNER1": "CATHEDRAL PARK CDC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442219700", "LNIADDRESSKEY": "549338", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.5, "Shape__Length": 50.308425041202597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222176140911102, 39.972563992792203 ], [ -75.222347969724396, 39.972548015581097 ], [ -75.222354283070302, 39.972584407456701 ], [ -75.222178941637907, 39.972602451677297 ], [ -75.2221723145543, 39.972564344359903 ], [ -75.222176140911102, 39.972563992792203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3790, "ADDRESS": "4223 BROWN ST", "OWNER1": "OKOLO EFEDUA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062005100", "LNIADDRESSKEY": "53997", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.48046875, "Shape__Length": 66.812594526095154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209511955094001, 39.967006564271202 ], [ -75.209560783394494, 39.967002213455103 ], [ -75.209569402979298, 39.9670014368469 ], [ -75.209594239660206, 39.967185975975497 ], [ -75.209591004846303, 39.967186210696397 ], [ -75.209535022236693, 39.967190274732999 ], [ -75.209511955094001, 39.967006564271202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3791, "ADDRESS": "2525 N STANLEY ST", "OWNER1": "COHEN TERRANCE L", "OWNER2": "THOMPSON DUANE", "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "282108700", "LNIADDRESSKEY": "551246", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.453125, "Shape__Length": 51.637947939883176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181538778250996, 39.994865285696903 ], [ -75.181547393633707, 39.994826436579999 ], [ -75.181725561604395, 39.994851362565697 ], [ -75.181716590533497, 39.994889591048498 ], [ -75.181538778250996, 39.994865285696903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3792, "ADDRESS": "4226 ASPEN ST", "OWNER1": "CAM ISMAIL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061149200", "LNIADDRESSKEY": "23960", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 271.09765625, "Shape__Length": 93.394493539589163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208675530152902, 39.965454631800498 ], [ -75.208736389079704, 39.965449531942603 ], [ -75.208772313824099, 39.965722877597798 ], [ -75.208711833152805, 39.965727954322801 ], [ -75.208675530152902, 39.965454631800498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3793, "ADDRESS": "259 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191437000", "LNIADDRESSKEY": "628945", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.1484375, "Shape__Length": 49.199364069640616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137816301433105, 39.987278746786998 ], [ -75.137810231977298, 39.987277995952901 ], [ -75.137837069265501, 39.987149099283101 ], [ -75.137844221569694, 39.987150018924702 ], [ -75.137886719509794, 39.987155500268699 ], [ -75.137860853769695, 39.987284226465903 ], [ -75.137816301433105, 39.987278746786998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3794, "ADDRESS": "6210 VINE ST", "OWNER1": "OVERBROOK WORSHIP CENTER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341032700", "LNIADDRESSKEY": "589481", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 397.30078125, "Shape__Length": 106.50204985953528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244275206487899, 39.967028576398597 ], [ -75.244197077461095, 39.967018568671897 ], [ -75.2442352306592, 39.966836140009697 ], [ -75.244259948270994, 39.966717524670997 ], [ -75.244310083605498, 39.966724245098 ], [ -75.244338597293705, 39.9667275921461 ], [ -75.244305404099507, 39.9668914313051 ], [ -75.244304253424204, 39.966897627529903 ], [ -75.244303132988193, 39.966903599166997 ], [ -75.244277333466698, 39.967028848095701 ], [ -75.244275206487899, 39.967028576398597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3795, "ADDRESS": "2233 N LEITHGOW ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191228300", "LNIADDRESSKEY": "388642", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.8125, "Shape__Length": 45.933685528901435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140102987872694, 39.985043102668101 ], [ -75.140112573115701, 39.985000329463801 ], [ -75.140259468206096, 39.985018966918297 ], [ -75.140249884359605, 39.985062772961797 ], [ -75.140102987872694, 39.985043102668101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3796, "ADDRESS": "634 W CUMBERLAND ST", "OWNER1": "VJ ASSETS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371376100", "LNIADDRESSKEY": "105905", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.0625, "Shape__Length": 76.228708617112815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143982181234193, 39.989348019669002 ], [ -75.144029133804594, 39.989132610807403 ], [ -75.144085824274498, 39.989140200581403 ], [ -75.144038920054498, 39.989351644939099 ], [ -75.144038006555903, 39.989355799306701 ], [ -75.143991659400001, 39.989349540226002 ], [ -75.143982181234193, 39.989348019669002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3797, "ADDRESS": "5010 W THOMPSON ST", "OWNER1": "OZKAN SERDAR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442119200", "LNIADDRESSKEY": "570573", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 316.6953125, "Shape__Length": 100.08409701887791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223317491469601, 39.972902138898199 ], [ -75.223347507533106, 39.972898948044602 ], [ -75.223398732745096, 39.973171012911898 ], [ -75.223402124738996, 39.973189108690903 ], [ -75.2233348973039, 39.973196284799798 ], [ -75.223331613651695, 39.973178110314201 ], [ -75.223282395599199, 39.972905573785503 ], [ -75.223317491469601, 39.972902138898199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3798, "ADDRESS": "329 ELWOOD ST", "OWNER1": "MELVIN HARRIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121010900", "LNIADDRESSKEY": "135783", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.45703125, "Shape__Length": 51.891983785400811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158454345233196, 40.031817597860702 ], [ -75.158553673452104, 40.031877628022499 ], [ -75.158488220698203, 40.031943677749197 ], [ -75.158392194733096, 40.031887219115198 ], [ -75.158407894391402, 40.031871469979698 ], [ -75.158430163281395, 40.031847905225199 ], [ -75.158440770776707, 40.031835361423497 ], [ -75.158454345233196, 40.031817597860702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3799, "ADDRESS": "6032 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401299501", "LNIADDRESSKEY": "583822", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.671875, "Shape__Length": 58.449358668982867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229967155607497, 39.931196300521201 ], [ -75.230108977955993, 39.931315832492103 ], [ -75.230070507326602, 39.931343132070303 ], [ -75.229929590512, 39.931223443129703 ], [ -75.229967155607497, 39.931196300521201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3800, "ADDRESS": "3118 DICKINSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364247300", "LNIADDRESSKEY": "117997", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.921875, "Shape__Length": 61.934380324314489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196438558294503, 39.935290738541603 ], [ -75.196456007663301, 39.9352186691969 ], [ -75.196477568581699, 39.935120770547798 ], [ -75.196529194979107, 39.935127772051601 ], [ -75.196491582470102, 39.935297883807699 ], [ -75.196438558294503, 39.935290738541603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3801, "ADDRESS": "2425 N 19TH ST", "OWNER1": "NAR INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162077401", "LNIADDRESSKEY": "668233", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.80078125, "Shape__Length": 66.231067623364964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163051670853307, 39.990949240278702 ], [ -75.163054608779007, 39.990937039165601 ], [ -75.163293213638894, 39.990968240897701 ], [ -75.163284149619201, 39.9910103021463 ], [ -75.163045922669397, 39.990979093148297 ], [ -75.163051670853307, 39.990949240278702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3802, "ADDRESS": "2142 N 20TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322007700", "LNIADDRESSKEY": "670162", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.1171875, "Shape__Length": 76.184897534721259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165911294043696, 39.987272325285801 ], [ -75.165920511958305, 39.987228895541897 ], [ -75.166200921570905, 39.987266448931102 ], [ -75.166197668089296, 39.987282575936 ], [ -75.166191571561697, 39.987310084079397 ], [ -75.165911294043696, 39.987272325285801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3803, "ADDRESS": "4923 MARKET ST", "OWNER1": "LIPSCOMB BLANCHE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441001101", "LNIADDRESSKEY": "410762", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 234.66015625, "Shape__Length": 84.199724451555923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220076596278801, 39.959795901278703 ], [ -75.220127025196604, 39.959555462040598 ], [ -75.220183911074301, 39.959561261959401 ], [ -75.220137174998399, 39.9598037817414 ], [ -75.220076596278801, 39.959795901278703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3804, "ADDRESS": "2011 S 70TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403205701", "LNIADDRESSKEY": "706639", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.22265625, "Shape__Length": 71.365708981030153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243605573521094, 39.9225615976341 ], [ -75.243625468004794, 39.922577910245998 ], [ -75.243644515589693, 39.9225933495254 ], [ -75.243452191447403, 39.9227309968756 ], [ -75.243412371057204, 39.9226986288107 ], [ -75.243605573521094, 39.9225615976341 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3805, "ADDRESS": "2360 N FAIRHILL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191364701", "LNIADDRESSKEY": "730740", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.40625, "Shape__Length": 41.397048073347868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142632656570896, 39.987570418674203 ], [ -75.142640293136395, 39.987537981920603 ], [ -75.142780962077495, 39.987555186103499 ], [ -75.142773836340098, 39.987587972352301 ], [ -75.142632656570896, 39.987570418674203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3806, "ADDRESS": "1231 S RUBY ST", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "511242600", "LNIADDRESSKEY": "519480", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.31640625, "Shape__Length": 51.531013754044196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224276411834197, 39.941698671130197 ], [ -75.224312440395295, 39.9417282863201 ], [ -75.224180526116896, 39.941820793853999 ], [ -75.224144732390599, 39.9417904900249 ], [ -75.224276411834197, 39.941698671130197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3807, "ADDRESS": "2515 ANNIN ST", "OWNER1": "TARTAGLINI DANIEL", "OWNER2": "TARTAGLINI ERIKA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361246900", "LNIADDRESSKEY": "17605", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 77.59375, "Shape__Length": 39.887365053271893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185691881167202, 39.939010317154001 ], [ -75.1857104220107, 39.938919654200497 ], [ -75.185712425178707, 39.9389103825417 ], [ -75.185759530171694, 39.938917367727498 ], [ -75.185738255857601, 39.939016689099503 ], [ -75.185691881167202, 39.939010317154001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3808, "ADDRESS": "1616 N 16TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471228010", "LNIADDRESSKEY": "660339", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 352.44921875, "Shape__Length": 95.071816910554745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161419969324299, 39.978261609489202 ], [ -75.161433370108298, 39.978198625489398 ], [ -75.161739480117205, 39.978240365450397 ], [ -75.161772449945104, 39.978245026215497 ], [ -75.161759577358097, 39.978306796778398 ], [ -75.161419969324299, 39.978261609489202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3809, "ADDRESS": "1636 W SUSQUEHANNA AVE", "OWNER1": "DIDIA VICTOR", "OWNER2": "GARTENBERG REBECCA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321065900", "LNIADDRESSKEY": "559122", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.15234375, "Shape__Length": 64.535447301518403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160537016556702, 39.986764934853497 ], [ -75.160576948866293, 39.986585487179099 ], [ -75.160628921930297, 39.986592559155298 ], [ -75.160588225058603, 39.986771748573403 ], [ -75.160537016556702, 39.986764934853497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3810, "ADDRESS": "1943 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321257101", "LNIADDRESSKEY": "667993", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.7265625, "Shape__Length": 86.147353956774069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164540761367903, 39.983833774679802 ], [ -75.164550748358906, 39.983785575712702 ], [ -75.164868622289902, 39.9838283297034 ], [ -75.164858459806396, 39.983877298487101 ], [ -75.164540761367903, 39.983833774679802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3811, "ADDRESS": "6605 N UBER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "102021500", "LNIADDRESSKEY": "582005", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.921875, "Shape__Length": 71.714640396592458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150455808246093, 40.054912781801001 ], [ -75.150450466228705, 40.0549558455455 ], [ -75.150209996528304, 40.054933639695498 ], [ -75.150185602568698, 40.054931379131801 ], [ -75.150192384279606, 40.054889073293403 ], [ -75.150217303719003, 40.054891313085101 ], [ -75.150455808246093, 40.054912781801001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3812, "ADDRESS": "6085 REGENT ST", "OWNER1": "COHEN JERRY H", "OWNER2": "COHEN STEVEN A COPART", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401232300", "LNIADDRESSKEY": "500021", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.55859375, "Shape__Length": 56.976242044527098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2330925352923, 39.931978465516003 ], [ -75.233135309936202, 39.931948020319403 ], [ -75.233268264194194, 39.932060146758602 ], [ -75.233224300865004, 39.932090454420198 ], [ -75.233205252430295, 39.932073369082097 ], [ -75.2330925352923, 39.931978465516003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3813, "ADDRESS": "1418 N 27TH ST", "OWNER1": "SPRUILL KHALIL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292060500", "LNIADDRESSKEY": "679595", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.234375, "Shape__Length": 42.67389544344524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179758486170996, 39.977717082407899 ], [ -75.179762112632105, 39.977699319104701 ], [ -75.179765092925507, 39.977684781590398 ], [ -75.179767383711194, 39.977673531965202 ], [ -75.179900132682207, 39.977691480995198 ], [ -75.179890884343394, 39.977734361346698 ], [ -75.179758486170996, 39.977717082407899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3814, "ADDRESS": "2120 BELLMORE ST", "OWNER1": "LINDA CONST CORP", "OWNER2": "A PA CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252181200", "LNIADDRESSKEY": "34355", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.93359375, "Shape__Length": 49.862162420436519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114696453488705, 39.988891531191101 ], [ -75.114849038616299, 39.988828958594802 ], [ -75.114874045808605, 39.988862288568903 ], [ -75.114721825598707, 39.988925757093099 ], [ -75.114696453488705, 39.988891531191101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3815, "ADDRESS": "1309 S HOLLYWOOD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362178505", "LNIADDRESSKEY": "347484", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.2734375, "Shape__Length": 51.212878741931291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192424845513997, 39.937053487653102 ], [ -75.192600792984905, 39.937076721999603 ], [ -75.192593052117999, 39.937115478575201 ], [ -75.192416336692702, 39.937092081806099 ], [ -75.192424845513997, 39.937053487653102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3816, "ADDRESS": "4932 SHELDON ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121179950", "LNIADDRESSKEY": "534165", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.62890625, "Shape__Length": 91.82175526269647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158877002596896, 40.032400113635397 ], [ -75.159099990208404, 40.032179498427702 ], [ -75.159137003554093, 40.032201466722498 ], [ -75.158916382886304, 40.032423215492599 ], [ -75.158877002596896, 40.032400113635397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3817, "ADDRESS": "2519 N STANLEY ST", "OWNER1": "HAMMOND ROBERT", "OWNER2": "WILLNETTA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282108400", "LNIADDRESSKEY": "551240", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.90625, "Shape__Length": 51.602681815113037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181563820118797, 39.994751766889003 ], [ -75.181573506198006, 39.994712329041398 ], [ -75.181749999212002, 39.994736621724698 ], [ -75.181741250853094, 39.9947756604696 ], [ -75.181563820118797, 39.994751766889003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3818, "ADDRESS": "1309 W ERIE AVE", "OWNER1": "837 E CHELTEN AVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432206200", "LNIADDRESSKEY": "138914", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 308.859375, "Shape__Length": 109.38214064307974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149259682600402, 40.009512970224499 ], [ -75.149336592209394, 40.009185754771202 ], [ -75.149392948914397, 40.009193598640401 ], [ -75.149316452219296, 40.009520518258498 ], [ -75.149259682600402, 40.009512970224499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3819, "ADDRESS": "2509 N NEWKIRK ST", "OWNER1": "NEWTON JASON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281123200", "LNIADDRESSKEY": "450089", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.1953125, "Shape__Length": 50.960283540316254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177899317479202, 39.994054147357701 ], [ -75.177908018546304, 39.994016993163299 ], [ -75.178082691867203, 39.994040540106297 ], [ -75.178083755604305, 39.994040677693299 ], [ -75.178075251381998, 39.994079286937399 ], [ -75.177964124137105, 39.994063449577297 ], [ -75.177899317479202, 39.994054147357701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3820, "ADDRESS": "1455 N 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292095300", "LNIADDRESSKEY": "680641", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.26953125, "Shape__Length": 68.375513309558571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180603506605607, 39.978489071253897 ], [ -75.180611568986393, 39.978450403556899 ], [ -75.180863427075593, 39.978484767572901 ], [ -75.180854670509703, 39.9785240650925 ], [ -75.180603506605607, 39.978489071253897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3821, "ADDRESS": "2159 N 9TH ST", "OWNER1": "6901 SHERMAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202162100", "LNIADDRESSKEY": "647540", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.84375, "Shape__Length": 54.74636156330579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147562721671093, 39.984833889116402 ], [ -75.147753126161405, 39.984857340748903 ], [ -75.147744322109503, 39.9848984236341 ], [ -75.147554409532802, 39.984873097758303 ], [ -75.147562721671093, 39.984833889116402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3822, "ADDRESS": "2154 N 3RD ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191180400", "LNIADDRESSKEY": "632550", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.8125, "Shape__Length": 55.190780681398621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139356082533794, 39.983801980961402 ], [ -75.139299273103703, 39.983794337601203 ], [ -75.139238201519504, 39.983786355106098 ], [ -75.139174807579707, 39.9837783039792 ], [ -75.139183956105299, 39.983738180051098 ], [ -75.139376345165502, 39.983764366898299 ], [ -75.139368259289597, 39.983803015934299 ], [ -75.139356082533794, 39.983801980961402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3823, "ADDRESS": "1910 N 24TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322150000", "LNIADDRESSKEY": "676606", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.25390625, "Shape__Length": 64.092094729570888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173448276634701, 39.984112823696996 ], [ -75.173677830927403, 39.984141786210699 ], [ -75.173668718912694, 39.984183685990097 ], [ -75.173439258837007, 39.984154436126097 ], [ -75.173448276634701, 39.984112823696996 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3824, "ADDRESS": "2326 N 27TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281070301", "LNIADDRESSKEY": "679864", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.07421875, "Shape__Length": 67.666623149377472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176758086222705, 39.991463576148803 ], [ -75.176758725925097, 39.991460528176901 ], [ -75.176765376973606, 39.991429372762198 ], [ -75.176768686548698, 39.991413906760499 ], [ -75.176812977234704, 39.991419784295502 ], [ -75.177004172075996, 39.991445186711303 ], [ -75.1770035948947, 39.9914477056153 ], [ -75.176993012933494, 39.991494150938202 ], [ -75.176758086222705, 39.991463576148803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3825, "ADDRESS": "2403 CECIL B MOORE AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "782086000", "LNIADDRESSKEY": "71726", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.265625, "Shape__Length": 77.244621358713857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174165759283198, 39.981097764687497 ], [ -75.174207783920494, 39.980879785480802 ], [ -75.174270185378901, 39.980887504378103 ], [ -75.174221146185602, 39.981104262972401 ], [ -75.174165759283198, 39.981097764687497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3826, "ADDRESS": "2929 RUTLEDGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071432400", "LNIADDRESSKEY": "521935", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.796875, "Shape__Length": 44.384368350488892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124145407721301, 39.993826884631197 ], [ -75.124153435116298, 39.9937889435503 ], [ -75.124301077763107, 39.993809247918399 ], [ -75.124293221783802, 39.993846014835803 ], [ -75.124145407721301, 39.993826884631197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3827, "ADDRESS": "2004 N 3RD ST", "OWNER1": "FENBERS MICHAEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183305400", "LNIADDRESSKEY": "632451", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.31640625, "Shape__Length": 57.445642204485836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139735753748198, 39.981215173991998 ], [ -75.1397454567457, 39.981171500222899 ], [ -75.139943479089993, 39.981197589153901 ], [ -75.139933813969193, 39.981240280557003 ], [ -75.139735753748198, 39.981215173991998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3828, "ADDRESS": "2108 N 5TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191305801", "LNIADDRESSKEY": "636600", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.58203125, "Shape__Length": 91.011946809292624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142448262630595, 39.983258157009303 ], [ -75.142376730258903, 39.983248648918199 ], [ -75.142344246175995, 39.983243848355102 ], [ -75.142287715787901, 39.983236034858997 ], [ -75.142243854777107, 39.983229542009497 ], [ -75.142250997414905, 39.983197416176402 ], [ -75.142252419216405, 39.983190967880802 ], [ -75.142464759438795, 39.9832198115244 ], [ -75.142604073657907, 39.983238242276599 ], [ -75.142595067026093, 39.983277966446799 ], [ -75.142448262630595, 39.983258157009303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3829, "ADDRESS": "2405 W MONTGOMERY AVE", "OWNER1": "TRUITT LEON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322214000", "LNIADDRESSKEY": "435914", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.4609375, "Shape__Length": 70.68880185530432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173893219002494, 39.9826012490878 ], [ -75.173938443957596, 39.982401153681003 ], [ -75.173990532434104, 39.982408448619701 ], [ -75.173944476996596, 39.982608364346603 ], [ -75.173893219002494, 39.9826012490878 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3830, "ADDRESS": "2600 REED ST", "OWNER1": "MERIT PROPETIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364214300", "LNIADDRESSKEY": "498177", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.15625, "Shape__Length": 61.100112595964262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187695634375501, 39.935423276245601 ], [ -75.1877257991665, 39.9352785339753 ], [ -75.187727564041296, 39.9352700622428 ], [ -75.187786820127101, 39.935277398086399 ], [ -75.187752640934903, 39.935439718356001 ], [ -75.187693688734299, 39.935432661842597 ], [ -75.187695634375501, 39.935423276245601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3831, "ADDRESS": "2822 WHARTON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362086610", "LNIADDRESSKEY": "610479", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.47265625, "Shape__Length": 60.763028379294234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1913242059955, 39.937127187487398 ], [ -75.191361341457906, 39.9369645617424 ], [ -75.191416736150202, 39.936972148528596 ], [ -75.191381970799696, 39.937135246132499 ], [ -75.1913242059955, 39.937127187487398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3832, "ADDRESS": "1318 S CORLIES ST", "OWNER1": "1318 CORLIES STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362255700", "LNIADDRESSKEY": "98378", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.4453125, "Shape__Length": 51.50592254427476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194315468446106, 39.937192301999403 ], [ -75.1943218472029, 39.937155191977503 ], [ -75.194502809290697, 39.937177068738997 ], [ -75.194495031715107, 39.937214067636098 ], [ -75.194315468446106, 39.937192301999403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3833, "ADDRESS": "1950 N DARIEN ST", "OWNER1": "KNOX RUFUS", "OWNER2": "KNOX CALUA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202139100", "LNIADDRESSKEY": "108543", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 78.6171875, "Shape__Length": 43.780137330878006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148153971569698, 39.981645780810602 ], [ -75.148127307640095, 39.981642773955897 ], [ -75.148093573635293, 39.981638318344402 ], [ -75.148099260732494, 39.981606351805702 ], [ -75.148252828916199, 39.9816279044583 ], [ -75.148246323623994, 39.981658223859696 ], [ -75.148165530539799, 39.981647074535204 ], [ -75.148153971569698, 39.981645780810602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3834, "ADDRESS": "1852 N 24TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322149401", "LNIADDRESSKEY": "676591", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.9296875, "Shape__Length": 72.476593722009113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1735343345931, 39.983708070021102 ], [ -75.173788298572006, 39.983744785045502 ], [ -75.1737770727986, 39.983795439151599 ], [ -75.173523166672197, 39.983758853799699 ], [ -75.1735343345931, 39.983708070021102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3835, "ADDRESS": "1838 N BAILEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322198601", "LNIADDRESSKEY": "26512", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.01171875, "Shape__Length": 45.433293371562769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177349371608599, 39.983619509648797 ], [ -75.177358074638903, 39.983580614345399 ], [ -75.177507853751706, 39.983599591864397 ], [ -75.177499433604098, 39.983639331459003 ], [ -75.177349371608599, 39.983619509648797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3836, "ADDRESS": "1322 N 7TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141057610", "LNIADDRESSKEY": "642104", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.7265625, "Shape__Length": 76.804396758111153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147858402902997, 39.972497065896199 ], [ -75.147866877121103, 39.9724519772655 ], [ -75.148147135972295, 39.9724861547096 ], [ -75.148139235421397, 39.972533239736201 ], [ -75.147858402902997, 39.972497065896199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3837, "ADDRESS": "4143 LEIDY AVE", "OWNER1": "LAND WITH A PLAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062195900", "LNIADDRESSKEY": "388081", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 414.43359375, "Shape__Length": 141.32777312982964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207936564076505, 39.974870813974697 ], [ -75.208185439967494, 39.974471934294797 ], [ -75.208237785170397, 39.974491340175398 ], [ -75.207988732243805, 39.974889910826803 ], [ -75.207936564076505, 39.974870813974697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3838, "ADDRESS": "5430 WOODLAND AVE", "OWNER1": "UN BOING", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "514272700", "LNIADDRESSKEY": "623022", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.49609375, "Shape__Length": 84.074096781771402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219662471096299, 39.935423814112099 ], [ -75.219873463276102, 39.935597563098199 ], [ -75.219825322805306, 39.935633543432999 ], [ -75.219613228560902, 39.935459608989198 ], [ -75.219662471096299, 39.935423814112099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3839, "ADDRESS": "6131 REINHARD ST", "OWNER1": "RODAN MANAGEMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401276200", "LNIADDRESSKEY": "500537", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.546875, "Shape__Length": 61.86869035570912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232510426815296, 39.9303067342898 ], [ -75.232546054112703, 39.930281548543 ], [ -75.232587310160298, 39.930315821475801 ], [ -75.232600871259194, 39.9303267261472 ], [ -75.232700030964907, 39.930412192069198 ], [ -75.232686577372604, 39.930422083643897 ], [ -75.232672775373004, 39.930431823409798 ], [ -75.232665270026203, 39.930437171632299 ], [ -75.232559762649004, 39.930348390323303 ], [ -75.232510426815296, 39.9303067342898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3840, "ADDRESS": "1938 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183304101", "LNIADDRESSKEY": "632439", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.0390625, "Shape__Length": 55.11742065608631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139929414589702, 39.980344021944703 ], [ -75.139937771134797, 39.980304863201802 ], [ -75.140130656484899, 39.9803315276951 ], [ -75.140121326187696, 39.980370922222498 ], [ -75.139929414589702, 39.980344021944703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3841, "ADDRESS": "3865 ASPEN ST", "OWNER1": "COMMONWEALTH IMPROVEMENT FUND LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243047700", "LNIADDRESSKEY": "23841", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.6484375, "Shape__Length": 75.629626880097533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199902620281605, 39.9669035939053 ], [ -75.199895488759907, 39.966870341477602 ], [ -75.199858441507502, 39.966692556120002 ], [ -75.199910152058294, 39.966686225925201 ], [ -75.199955005670304, 39.966897149165597 ], [ -75.199956268443998, 39.966903126118403 ], [ -75.199938128881001, 39.966905302102397 ], [ -75.199903565260698, 39.966909692189098 ], [ -75.199902920034205, 39.9669050838475 ], [ -75.199902620281605, 39.9669035939053 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3842, "ADDRESS": "2227 N 22ND ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162207900", "LNIADDRESSKEY": "674067", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 255.984375, "Shape__Length": 92.329681634714532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168620547778502, 39.988638317673299 ], [ -75.168630047846804, 39.988594588875998 ], [ -75.168906428285993, 39.988631352222299 ], [ -75.168981575792202, 39.988641359603797 ], [ -75.168980998925903, 39.988644941677499 ], [ -75.168979909687593, 39.988651526121103 ], [ -75.168972222837496, 39.988685075965599 ], [ -75.1688980754559, 39.988675219464596 ], [ -75.168620547778502, 39.988638317673299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3843, "ADDRESS": "1438 POPLAR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152322510", "LNIADDRESSKEY": "487223", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 476.1328125, "Shape__Length": 109.64860909402496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161239920143402, 39.970329270950302 ], [ -75.161303755638897, 39.970030236656903 ], [ -75.161398248670196, 39.970042217668798 ], [ -75.161399311997798, 39.970042355410499 ], [ -75.1613800594113, 39.970133562368702 ], [ -75.161336169123103, 39.970341355817297 ], [ -75.161239920143402, 39.970329270950302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3844, "ADDRESS": "676 N 36TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242174310", "LNIADDRESSKEY": "685543", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.6796875, "Shape__Length": 69.426064627788776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195001167110206, 39.965897075032601 ], [ -75.195254520961399, 39.965868832955401 ], [ -75.195262466986094, 39.965911033964503 ], [ -75.195241598002696, 39.965913357915298 ], [ -75.1950088160185, 39.965939349410903 ], [ -75.195001167110206, 39.965897075032601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3845, "ADDRESS": "317 N 41ST ST", "OWNER1": "MAYAS COUCH 1031 KH LIMITED LIABILITY CO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061211610", "LNIADDRESSKEY": "686463", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 279.96484375, "Shape__Length": 75.411972496571138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204886213051296, 39.959445289036204 ], [ -75.205132893359703, 39.959428339625099 ], [ -75.205139686736999, 39.959498642490601 ], [ -75.204893441041904, 39.959514571039797 ], [ -75.204886213051296, 39.959445289036204 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3846, "ADDRESS": "2409 RIDGE AVE", "OWNER1": "CITY CENTER RENTALS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472089600", "LNIADDRESSKEY": "504199", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 337.53515625, "Shape__Length": 108.73009288996039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174224105321201, 39.982016338903698 ], [ -75.174082674749897, 39.9821304032101 ], [ -75.174077393888794, 39.982153062281398 ], [ -75.174046714648796, 39.982280751092702 ], [ -75.173985210372507, 39.982273083775802 ], [ -75.174016934197198, 39.9821278160153 ], [ -75.174021782046196, 39.982108274867599 ], [ -75.174177989607401, 39.981981967536903 ], [ -75.174224105321201, 39.982016338903698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3847, "ADDRESS": "2328 N MYRTLEWOOD ST", "OWNER1": "PATTERSON TACEY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282049900", "LNIADDRESSKEY": "445014", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.875, "Shape__Length": 48.194847934142388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180876876482898, 39.991762478753103 ], [ -75.180884412303996, 39.991725071913102 ], [ -75.181049610383099, 39.991746357078902 ], [ -75.181041819641706, 39.991783305464601 ], [ -75.180876876482898, 39.991762478753103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3848, "ADDRESS": "822-28 N 15TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151013820", "LNIADDRESSKEY": "657864", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1223.23828125, "Shape__Length": 139.52988580136397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161812905418103, 39.968952266897297 ], [ -75.161818837077803, 39.968924863371598 ], [ -75.161858301853997, 39.968742454092599 ], [ -75.162188418953093, 39.968784203726301 ], [ -75.162193324938201, 39.968828675923298 ], [ -75.162198620060494, 39.9688524436514 ], [ -75.162198854064798, 39.968853447930996 ], [ -75.162185539598894, 39.968915885432502 ], [ -75.162168041463602, 39.9689973853162 ], [ -75.161812905418103, 39.968952266897297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3849, "ADDRESS": "3912 FOLSOM ST", "OWNER1": "V2 PROPERTIES ENTITY 4 LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243055100", "LNIADDRESSKEY": "293685", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.96875, "Shape__Length": 62.354736477680731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200775350001607, 39.966878705936502 ], [ -75.200814914174799, 39.967052597078599 ], [ -75.200766417060194, 39.967057581122603 ], [ -75.2007244253614, 39.966884764535799 ], [ -75.200775350001607, 39.966878705936502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3850, "ADDRESS": "3010 N 11TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372235701", "LNIADDRESSKEY": "652107", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.08984375, "Shape__Length": 59.833430035968277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148280433298297, 39.9981194474448 ], [ -75.148492372972697, 39.998146335916701 ], [ -75.148483758982806, 39.998187890580198 ], [ -75.148462003029394, 39.998185688966501 ], [ -75.148445172674201, 39.998182970517398 ], [ -75.148272131294405, 39.998159430128901 ], [ -75.148280433298297, 39.9981194474448 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3851, "ADDRESS": "1656 N 6TH ST", "OWNER1": "M & C FINANCIAL LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201109700", "LNIADDRESSKEY": "639211", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.0703125, "Shape__Length": 50.94873726315533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145428951288395, 39.976945891503803 ], [ -75.145434766774002, 39.976908996021102 ], [ -75.145605382248107, 39.9769320994574 ], [ -75.145613814822298, 39.976932935065399 ], [ -75.145606338739, 39.976968890720102 ], [ -75.145428951288395, 39.976945891503803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3852, "ADDRESS": "2242 N 7TH ST", "OWNER1": "E BARGAIN SQUARE CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371066800", "LNIADDRESSKEY": "642491", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 316.5703125, "Shape__Length": 77.232706864124481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145351136355899, 39.985923654078803 ], [ -75.145358796668702, 39.9858819315657 ], [ -75.145595645630493, 39.985908076092102 ], [ -75.145589011575794, 39.985948774468703 ], [ -75.145582893535902, 39.985988998003201 ], [ -75.145581709935698, 39.985988592715799 ], [ -75.145343936319307, 39.985962881072098 ], [ -75.145351136355899, 39.985923654078803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3853, "ADDRESS": "6051 REINHARD ST", "OWNER1": "HENG LIU HUYKHENG", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401273000", "LNIADDRESSKEY": "500477", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.015625, "Shape__Length": 58.622888949046455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230922462464406, 39.931432049309997 ], [ -75.230960037413595, 39.931404632921101 ], [ -75.231100898685995, 39.931526431039202 ], [ -75.231063357757904, 39.931552929204599 ], [ -75.230922462464406, 39.931432049309997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3854, "ADDRESS": "2918R W GORDON ST", "OWNER1": "PHILA HOUSING DEVEL CORP.", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282312401", "LNIADDRESSKEY": "319308", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.34765625, "Shape__Length": 41.406798684898554 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180508666998307, 39.991446478501103 ], [ -75.180525251259894, 39.991448526760401 ], [ -75.180560008664699, 39.991452657713701 ], [ -75.180537711822097, 39.991553986285197 ], [ -75.180486296169093, 39.991547515958402 ], [ -75.180508666998307, 39.991446478501103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3855, "ADDRESS": "2529 W OXFORD ST", "OWNER1": "SMITH ANNA CHRISTINE", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "324001600", "LNIADDRESSKEY": "466867", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.91015625, "Shape__Length": 66.053773367695072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176783707643807, 39.9799412731412 ], [ -75.176821992247795, 39.979757044564501 ], [ -75.176874056381294, 39.979763853394303 ], [ -75.176836904837103, 39.9799480105317 ], [ -75.176783707643807, 39.9799412731412 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3856, "ADDRESS": "2027 N 19TH ST", "OWNER1": "PASSMORE INVESTMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321258300", "LNIADDRESSKEY": "668021", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.03515625, "Shape__Length": 62.410282543568869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164411491302104, 39.984859163287403 ], [ -75.164420222012097, 39.984816433346403 ], [ -75.164640900422697, 39.984845116017297 ], [ -75.164637258072901, 39.984864297677497 ], [ -75.164633848376994, 39.984882290733204 ], [ -75.164632852692606, 39.984887523476402 ], [ -75.164411491302104, 39.984859163287403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3857, "ADDRESS": "4809 GLENMORE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273177110", "LNIADDRESSKEY": "316525", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.64453125, "Shape__Length": 53.193705532259926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209886451534004, 39.940269815367301 ], [ -75.209923914949002, 39.940244064332198 ], [ -75.209985326147105, 39.940295298240201 ], [ -75.210051098787801, 39.940350884810996 ], [ -75.210014097048202, 39.9403766145766 ], [ -75.209886451534004, 39.940269815367301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3858, "ADDRESS": "4263 MANTUA AVE", "OWNER1": "ATA 7 REAL ESTATE SALES &", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062117100", "LNIADDRESSKEY": "409642", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.2109375, "Shape__Length": 91.333676686131597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2102719771339, 39.972414766603102 ], [ -75.210275530756803, 39.972407107897602 ], [ -75.2103900214438, 39.972160754608502 ], [ -75.210411785430196, 39.972166475610202 ], [ -75.210444918942997, 39.972175172636298 ], [ -75.210339932676007, 39.972401021162298 ], [ -75.210326603425699, 39.972429709145899 ], [ -75.2102719771339, 39.972414766603102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3859, "ADDRESS": "3901 FAIRMOUNT AVE", "OWNER1": "COMMONWEALTH IMPROVEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243015000", "LNIADDRESSKEY": "283626", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 316.9921875, "Shape__Length": 91.654793884953108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200221463331701, 39.965666452157798 ], [ -75.200195721562906, 39.965527347150697 ], [ -75.200271935982997, 39.965518918031798 ], [ -75.200317634731206, 39.965773786172697 ], [ -75.200243006792903, 39.965781783186898 ], [ -75.200228499923, 39.965704457511798 ], [ -75.200221463331701, 39.965666452157798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3860, "ADDRESS": "4134 WESTMINSTER AVE", "OWNER1": "4134 WESTMINSTER LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062089200", "LNIADDRESSKEY": "608000", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.7890625, "Shape__Length": 74.837672747088263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206912991261206, 39.9698780546587 ], [ -75.206971743464905, 39.969871119337597 ], [ -75.206991658737905, 39.9699821892657 ], [ -75.207009419691005, 39.970081364377997 ], [ -75.206950636396002, 39.970087991565798 ], [ -75.206912991261206, 39.9698780546587 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3861, "ADDRESS": "1323 W ERIE AVE", "OWNER1": "CASALINA PROPERTIES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432206900", "LNIADDRESSKEY": "138926", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 299.046875, "Shape__Length": 108.73619072060491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149701407302103, 40.0095709209482 ], [ -75.149646579183795, 40.009564037656403 ], [ -75.149720318383103, 40.009237333590598 ], [ -75.149775504191993, 40.009244660822098 ], [ -75.149701407302103, 40.0095709209482 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3862, "ADDRESS": "1424 N 7TH ST", "OWNER1": "USP-I LLC", "OWNER2": null, "BLDG_DESC": "APT 2-4 UNTS 3STY MASONR", "OPA_ID": "202020300", "LNIADDRESSKEY": "642149", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 302.10546875, "Shape__Length": 85.192945947205743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147620516289507, 39.973764726840201 ], [ -75.147632013516997, 39.973703634819898 ], [ -75.147931971352605, 39.973738953201199 ], [ -75.147917229089501, 39.973800003196899 ], [ -75.147620516289507, 39.973764726840201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3863, "ADDRESS": "3401 N 17TH ST", "OWNER1": "SHEN JENNIFER LEE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112225300", "LNIADDRESSKEY": "663440", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 251.44921875, "Shape__Length": 89.111367099027575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156563064175401, 40.005354090390497 ], [ -75.156572370980399, 40.005310165431098 ], [ -75.156625928943399, 40.005317290470998 ], [ -75.156908168239994, 40.005354873631703 ], [ -75.156898065291898, 40.005400974607497 ], [ -75.156563064175401, 40.005354090390497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3864, "ADDRESS": "804 E WILLARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331081100", "LNIADDRESSKEY": "613785", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.546875, "Shape__Length": 50.507565581213157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114987611906599, 39.997892214356803 ], [ -75.1149510364517, 39.997887344906303 ], [ -75.114979309274503, 39.997755631479798 ], [ -75.115031253045899, 39.997762482309497 ], [ -75.115002708420505, 39.997894221043403 ], [ -75.114987611906599, 39.997892214356803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3865, "ADDRESS": "2244 N REESE ST", "OWNER1": "JACKSON BRYAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191333400", "LNIADDRESSKEY": "498780", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.4375, "Shape__Length": 65.80463997973763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142369670639795, 39.985645621811003 ], [ -75.142377085659902, 39.985611326188398 ], [ -75.142623492596698, 39.985643828887603 ], [ -75.142620642045202, 39.985655837823103 ], [ -75.142615662471201, 39.985678566730101 ], [ -75.142369670639795, 39.985645621811003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3866, "ADDRESS": "926 W SUSQUEHANNA AVE", "OWNER1": "WILLIS CHARLES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201098900", "LNIADDRESSKEY": "559001", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.7421875, "Shape__Length": 65.574382953812957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1487883356249, 39.985252678285399 ], [ -75.148828687382107, 39.985071824406702 ], [ -75.148882662945894, 39.985078545059601 ], [ -75.148842398811396, 39.985259867217898 ], [ -75.1487883356249, 39.985252678285399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3867, "ADDRESS": "2231 N FRANKLIN ST", "OWNER1": "MAGNUSZEWSKA AGATA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371078100", "LNIADDRESSKEY": "299332", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.63671875, "Shape__Length": 64.028401550845217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145647164444597, 39.985660029478701 ], [ -75.145655196318202, 39.985618806438197 ], [ -75.145885655197503, 39.9856448290342 ], [ -75.145877657029899, 39.9856863603259 ], [ -75.145647164444597, 39.985660029478701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3868, "ADDRESS": "2112 N UBER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321280401", "LNIADDRESSKEY": "581662", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 270.09375, "Shape__Length": 83.972719394620611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165293263101503, 39.986353215269901 ], [ -75.165305142780795, 39.986299869021302 ], [ -75.165473940680002, 39.986321369577702 ], [ -75.165477618131504, 39.986321113382303 ], [ -75.165586124163397, 39.986335486185901 ], [ -75.165606884869007, 39.986338435965003 ], [ -75.165595360530205, 39.986392338733999 ], [ -75.1655775979373, 39.986389939633398 ], [ -75.165293263101503, 39.986353215269901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3869, "ADDRESS": "3312 N 16TH ST", "OWNER1": "LIN QING", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112202000", "LNIADDRESSKEY": "660794", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 277.12109375, "Shape__Length": 99.819255971594956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155789042656806, 40.004015192921599 ], [ -75.155798737791898, 40.003972113610601 ], [ -75.156185011884006, 40.004019319616802 ], [ -75.156175310839501, 40.0040625598782 ], [ -75.155789042656806, 40.004015192921599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3870, "ADDRESS": "1849 N 22ND ST", "OWNER1": "BERNARD L MOSKOWITZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322085000", "LNIADDRESSKEY": "673974", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 265.69140625, "Shape__Length": 89.718640324585721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1698367816374, 39.983140118766798 ], [ -75.169847180701893, 39.983091992886102 ], [ -75.170181701085895, 39.983137282351301 ], [ -75.170171878270907, 39.983184582141298 ], [ -75.1698367816374, 39.983140118766798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3871, "ADDRESS": "3038 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282340501", "LNIADDRESSKEY": "629488", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.4453125, "Shape__Length": 76.769283442836013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182297184090103, 39.992756157025397 ], [ -75.182343523967802, 39.992538256111303 ], [ -75.182376786485705, 39.992542594079502 ], [ -75.182399832160996, 39.992545591875597 ], [ -75.182352703200095, 39.992763299460201 ], [ -75.182297184090103, 39.992756157025397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3872, "ADDRESS": "1934 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162255200", "LNIADDRESSKEY": "629241", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.21875, "Shape__Length": 61.749783314937694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164750013994095, 39.990503652432899 ], [ -75.164786482779704, 39.990334023158702 ], [ -75.164806762530205, 39.9903369453286 ], [ -75.164838922094305, 39.990341586824499 ], [ -75.164802730773204, 39.990510546600497 ], [ -75.164750013994095, 39.990503652432899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3873, "ADDRESS": "903 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371331700", "LNIADDRESSKEY": "110471", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.8359375, "Shape__Length": 52.186089017364786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147522437892306, 39.987014919613699 ], [ -75.147551272383595, 39.986877167675999 ], [ -75.147602210936299, 39.9868833199709 ], [ -75.147583652996005, 39.986976039919 ], [ -75.147574344435498, 39.9870215286102 ], [ -75.147522437892306, 39.987014919613699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3874, "ADDRESS": "1900 MONUMENT ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321138501", "LNIADDRESSKEY": "437389", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.14453125, "Shape__Length": 45.024627561578555 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165202117198206, 39.983111398938597 ], [ -75.165227158099995, 39.982992165043697 ], [ -75.165271742286905, 39.982997704645399 ], [ -75.165269186200305, 39.983009355771898 ], [ -75.165245617270301, 39.983116804883998 ], [ -75.165202117198206, 39.983111398938597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3875, "ADDRESS": "6025 UPLAND ST", "OWNER1": "YANCY MATTHEW", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401287900", "LNIADDRESSKEY": "583815", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.29296875, "Shape__Length": 59.416839453932653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230023241059598, 39.9314879097359 ], [ -75.230061529004104, 39.931461042014597 ], [ -75.230205207799898, 39.9315830799965 ], [ -75.230167608979301, 39.931610576712103 ], [ -75.230023241059598, 39.9314879097359 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3876, "ADDRESS": "3825 WALLACE ST", "OWNER1": "JOHNSON LORENZO W", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242101000", "LNIADDRESSKEY": "593511", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.6328125, "Shape__Length": 86.564748098584317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198676998319897, 39.964557083506001 ], [ -75.198729626987003, 39.964551950104699 ], [ -75.198764376454406, 39.964743418417001 ], [ -75.198766138071306, 39.964760077766201 ], [ -75.198775629920306, 39.964806342608497 ], [ -75.198723257568901, 39.964812479598599 ], [ -75.198712271642293, 39.964755800815297 ], [ -75.198712058327104, 39.964750879958899 ], [ -75.198676998319897, 39.964557083506001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3877, "ADDRESS": "4312 FAIRMOUNT AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061111110", "LNIADDRESSKEY": "283711", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 356.02734375, "Shape__Length": 107.10776102268721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210214385688801, 39.964224702646597 ], [ -75.210208248777406, 39.964173645519601 ], [ -75.2102775517331, 39.964168505411898 ], [ -75.210287257293601, 39.964252365935899 ], [ -75.2102973020544, 39.964335023244601 ], [ -75.2103071208697, 39.964414211196001 ], [ -75.210315145101802, 39.964482010170997 ], [ -75.210244885581304, 39.964487515438996 ], [ -75.210214385688801, 39.964224702646597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3878, "ADDRESS": "2853 W OAKDALE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281361300", "LNIADDRESSKEY": "454408", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.90625, "Shape__Length": 46.868653999725439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178412496383302, 39.996723857642202 ], [ -75.1784397986535, 39.996602313592597 ], [ -75.178488537859593, 39.996608676366598 ], [ -75.178461575262105, 39.996730146944202 ], [ -75.178412496383302, 39.996723857642202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3879, "ADDRESS": "4111 N BROAD ST", "OWNER1": "GUITTIEREZ MARIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433405400", "LNIADDRESSKEY": "50735", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 289.58984375, "Shape__Length": 100.9278182819758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149213399504902, 40.0156952444326 ], [ -75.149223213746296, 40.015649782814698 ], [ -75.149609514155799, 40.015700653607297 ], [ -75.149612163720604, 40.015701004191101 ], [ -75.149601358230399, 40.015745008514799 ], [ -75.149213399504902, 40.0156952444326 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3880, "ADDRESS": "1437 S FALLON ST", "OWNER1": "CHERRY GERTRUDE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273036400", "LNIADDRESSKEY": "284080", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.2265625, "Shape__Length": 50.810577033847231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210945077309901, 39.940823027006701 ], [ -75.210978536890593, 39.940850042067702 ], [ -75.210846362562407, 39.940943415239403 ], [ -75.210813127463496, 39.940914856510901 ], [ -75.210945077309901, 39.940823027006701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3881, "ADDRESS": "2551 N 28TH ST", "OWNER1": "O&G PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281101300", "LNIADDRESSKEY": "681011", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.80859375, "Shape__Length": 79.728415176373971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176986899763406, 39.994880098420602 ], [ -75.176995363031594, 39.994837603838498 ], [ -75.177294031836496, 39.994873248873702 ], [ -75.177285153704403, 39.994915605781202 ], [ -75.176986899763406, 39.994880098420602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3882, "ADDRESS": "1674 N 54TH ST", "OWNER1": "HESTONVILLE RESIDENTS ASS", "OWNER2": null, "BLDG_DESC": "PRIV.GAR 1STY MASONRY", "OPA_ID": "041289500", "LNIADDRESSKEY": "693815", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 642.6796875, "Shape__Length": 158.51002730850223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230541332038698, 39.978213021374799 ], [ -75.230513274145295, 39.978066364040501 ], [ -75.230502683382397, 39.978067564109899 ], [ -75.230160252970407, 39.978106337770399 ], [ -75.230150901074495, 39.978057452722901 ], [ -75.230551055323403, 39.977976032957798 ], [ -75.230629110013595, 39.978203082310401 ], [ -75.230541332038698, 39.978213021374799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3883, "ADDRESS": "1722 S 58TH ST", "OWNER1": "IM LISTENING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034128000", "LNIADDRESSKEY": "698421", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.06640625, "Shape__Length": 73.464848290775251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230563528327707, 39.937312538571902 ], [ -75.230762641252497, 39.937171515082603 ], [ -75.230801655892094, 39.937204771902501 ], [ -75.230603544406193, 39.937346447029903 ], [ -75.230563528327707, 39.937312538571902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3884, "ADDRESS": "936 N 13TH ST", "OWNER1": "AZHAKATHU INVESTMENT GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141209900", "LNIADDRESSKEY": "655877", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-4", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.37109375, "Shape__Length": 42.830664334375371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157472362322096, 39.970769394603003 ], [ -75.157481230115906, 39.970731923398397 ], [ -75.157487941929901, 39.970732800361802 ], [ -75.157621632023293, 39.9707503452263 ], [ -75.157614206443796, 39.970787348958098 ], [ -75.157472362322096, 39.970769394603003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3885, "ADDRESS": "2132 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191179301", "LNIADDRESSKEY": "632528", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.87109375, "Shape__Length": 53.950038420265585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139265372658002, 39.983357570380299 ], [ -75.139273561520696, 39.983320051098701 ], [ -75.1394628495013, 39.983344039742903 ], [ -75.139455814951006, 39.983382003141799 ], [ -75.139265372658002, 39.983357570380299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3886, "ADDRESS": "1817 N 8TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202091001", "LNIADDRESSKEY": "644914", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.8515625, "Shape__Length": 71.873700204167477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147647443770197, 39.979476740191998 ], [ -75.147654315832, 39.979435741906698 ], [ -75.147920370079902, 39.979473401696303 ], [ -75.147911720605407, 39.979513183860703 ], [ -75.147647443770197, 39.979476740191998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3887, "ADDRESS": "748 E HILTON ST", "OWNER1": "ATL DEVELOPMENT CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331051400", "LNIADDRESSKEY": "344796", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.05078125, "Shape__Length": 52.170928114817798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116025130952096, 39.997149483865797 ], [ -75.1160237607927, 39.997156189875497 ], [ -75.115996626282595, 39.997288365503103 ], [ -75.115946063952705, 39.997281546803499 ], [ -75.1159737346714, 39.997149594105601 ], [ -75.115975097371106, 39.997143080520303 ], [ -75.115987040866699, 39.997144256738302 ], [ -75.116025130952096, 39.997149483865797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3888, "ADDRESS": "1915 TITAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361090010", "LNIADDRESSKEY": "573528", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.84375, "Shape__Length": 52.061882238762237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176038888656706, 39.935926554258302 ], [ -75.176068264680794, 39.935787309865198 ], [ -75.176117296282001, 39.935793681201901 ], [ -75.176088404319998, 39.935932856504103 ], [ -75.176038888656706, 39.935926554258302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3889, "ADDRESS": "3104 N BROAD ST", "OWNER1": "FIERSTADT AND SONS QOZB LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "111140805", "LNIADDRESSKEY": "50538", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 264.37109375, "Shape__Length": 89.347972196645898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153366320571195, 40.000239177865403 ], [ -75.1533757466579, 40.000192208129398 ], [ -75.153709943253006, 40.000232570848098 ], [ -75.153700017245797, 40.000281092566397 ], [ -75.153366320571195, 40.000239177865403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3890, "ADDRESS": "1828 CECIL B MOORE AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "471146410", "LNIADDRESSKEY": "71575", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.0390625, "Shape__Length": 83.541656507856516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165329579144498, 39.979565779574699 ], [ -75.165383256716694, 39.979324223429899 ], [ -75.165437431425104, 39.979331666169003 ], [ -75.165385487284894, 39.979572841276401 ], [ -75.165329579144498, 39.979565779574699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3891, "ADDRESS": "2329 N 6TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191374401", "LNIADDRESSKEY": "639405", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.2890625, "Shape__Length": 75.96319739652067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142974989460399, 39.986941263872303 ], [ -75.142983993501403, 39.986900507942202 ], [ -75.143267085265506, 39.9869382912159 ], [ -75.143258365237898, 39.986978747267599 ], [ -75.142982831863605, 39.986942248424199 ], [ -75.142974989460399, 39.986941263872303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3892, "ADDRESS": "1124 W GLENWOOD AVE", "OWNER1": "GONZALEZ-ORTIZ VIVIAN", "OWNER2": "ORTIZ VENANCIO", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372460700", "LNIADDRESSKEY": "317912", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.58984375, "Shape__Length": 60.9473300969251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148763187002302, 39.998461056508901 ], [ -75.148809905139004, 39.998443545132098 ], [ -75.148907380803095, 39.998595861516797 ], [ -75.148861334055894, 39.998613888214102 ], [ -75.148763187002302, 39.998461056508901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3893, "ADDRESS": "6090 UPLAND ST", "OWNER1": "SUMMERVILLE ROBERT", "OWNER2": "SUMMERVILLE MARIETA V", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401302400", "LNIADDRESSKEY": "583878", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.1953125, "Shape__Length": 59.494233472226462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231061727558696, 39.930465858539499 ], [ -75.231039207371197, 39.930447503867299 ], [ -75.231068574531093, 39.930425146466703 ], [ -75.231124382866497, 39.930459384812202 ], [ -75.231145289898507, 39.930472675345897 ], [ -75.231231534804493, 39.9305280212672 ], [ -75.231179262170002, 39.930566736648203 ], [ -75.2311568474165, 39.930546127318898 ], [ -75.231061727558696, 39.930465858539499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3894, "ADDRESS": "2229-33 N 12TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371220701", "LNIADDRESSKEY": "653954", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1049.8359375, "Shape__Length": 181.31378739323418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151806748930099, 39.986755397815202 ], [ -75.151840717028506, 39.986593871813803 ], [ -75.1518772910363, 39.986429938255803 ], [ -75.1519359835698, 39.986437167426701 ], [ -75.151914129713404, 39.986532956761302 ], [ -75.151964367293502, 39.9865388333331 ], [ -75.152015758356598, 39.986545750765799 ], [ -75.152067665743104, 39.986552873581502 ], [ -75.152122692692203, 39.986559552277903 ], [ -75.152175202252593, 39.986566818196302 ], [ -75.152233318204395, 39.986574387811103 ], [ -75.1522032618672, 39.986712564688197 ], [ -75.152149357439001, 39.986705589327201 ], [ -75.152096877026395, 39.986698630405598 ], [ -75.152044397441699, 39.986691688372701 ], [ -75.151989974278806, 39.986684571672598 ], [ -75.151938195224105, 39.986677919132497 ], [ -75.151885033849595, 39.986670122518397 ], [ -75.151865259554299, 39.986763026104001 ], [ -75.151806748930099, 39.986755397815202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3895, "ADDRESS": "1939 N ORIANNA ST", "OWNER1": "FRED FOUNTAIN", "OWNER2": "GWENDOLYN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183309800", "LNIADDRESSKEY": "461438", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.98046875, "Shape__Length": 44.398571182031851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140140874299107, 39.980345349742898 ], [ -75.140148162087698, 39.980313274626603 ], [ -75.140302505386003, 39.980334146111097 ], [ -75.140295035268494, 39.980366586508701 ], [ -75.140140874299107, 39.980345349742898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3896, "ADDRESS": "7457 THOURON AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "502161600", "LNIADDRESSKEY": "570944", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 461.02734375, "Shape__Length": 112.86515531758077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160344133976693, 40.067031317233898 ], [ -75.160582891986706, 40.066768657566897 ], [ -75.1606554511783, 40.0668107695316 ], [ -75.160413749692495, 40.067071396549998 ], [ -75.160344133976693, 40.067031317233898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3897, "ADDRESS": "30 S 44TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "272130000", "LNIADDRESSKEY": "687714", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-4", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.65234375, "Shape__Length": 68.220694079329434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2099621316666, 39.957261140418701 ], [ -75.209953190038107, 39.957301998887701 ], [ -75.209704557494504, 39.957271088882699 ], [ -75.2097131192277, 39.957229787284099 ], [ -75.2099621316666, 39.957261140418701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3898, "ADDRESS": "2051 N RANDOLPH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183428001", "LNIADDRESSKEY": "494834", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.16796875, "Shape__Length": 60.881462602326003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142826916924804, 39.982726563109601 ], [ -75.143040174050597, 39.982754410644098 ], [ -75.143031141358705, 39.982797568269802 ], [ -75.142817898403095, 39.982769882101202 ], [ -75.142826916924804, 39.982726563109601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3899, "ADDRESS": "1427 W CLEARFIELD ST", "OWNER1": "GATHER THE PEOPLE CDC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111115200", "LNIADDRESSKEY": "89255", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.359375, "Shape__Length": 64.629620060370016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154074036850901, 40.000365942746399 ], [ -75.15410853457, 40.0001922091636 ], [ -75.154168579309697, 40.0002000475234 ], [ -75.154134361294496, 40.000373593726799 ], [ -75.154074036850901, 40.000365942746399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3900, "ADDRESS": "2359 N OPAL ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162118101", "LNIADDRESSKEY": "460304", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.84765625, "Shape__Length": 47.376976409070238 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164468595757199, 39.990283661391402 ], [ -75.164415032191499, 39.990275861616603 ], [ -75.164358510431697, 39.9902681888952 ], [ -75.164366177062902, 39.990233042927102 ], [ -75.164529385769598, 39.990254645127699 ], [ -75.164521320565399, 39.990290877986503 ], [ -75.164468595757199, 39.990283661391402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3901, "ADDRESS": "672 N 39TH ST", "OWNER1": "WILSON GREGORY A", "OWNER2": "WILSON JOSEPHINE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242232310", "LNIADDRESSKEY": "686029", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.96875, "Shape__Length": 79.771175650641567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200136949622404, 39.965220074262497 ], [ -75.200430580457294, 39.965187460835999 ], [ -75.200437498198298, 39.965234796823999 ], [ -75.200146497254494, 39.965268194026997 ], [ -75.200136949622404, 39.965220074262497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3902, "ADDRESS": "2131 E WILLIAM ST", "OWNER1": "KEREM PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252075900", "LNIADDRESSKEY": "614115", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.25390625, "Shape__Length": 66.095574163228065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116593144573699, 39.987949499010497 ], [ -75.1168016690673, 39.987842360737801 ], [ -75.116827501250398, 39.987870100290998 ], [ -75.116615942405403, 39.987978232206203 ], [ -75.116593144573699, 39.987949499010497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3903, "ADDRESS": "2250 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191241501", "LNIADDRESSKEY": "388656", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 71.1640625, "Shape__Length": 39.80925462841131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140294837953405, 39.985349521848498 ], [ -75.140301700019293, 39.985318211916201 ], [ -75.140436739826399, 39.985335080478201 ], [ -75.140429742997895, 39.985367193768298 ], [ -75.140294837953405, 39.985349521848498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3904, "ADDRESS": "246 N WANAMAKER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042225850", "LNIADDRESSKEY": "597358", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.25390625, "Shape__Length": 66.549518040035849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236928506082506, 39.9657106234677 ], [ -75.236683032283807, 39.965679277801598 ], [ -75.236691070878507, 39.965641492724501 ], [ -75.2369366513784, 39.965672759623899 ], [ -75.236928506082506, 39.9657106234677 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3905, "ADDRESS": "729 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201053601", "LNIADDRESSKEY": "435752", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.84765625, "Shape__Length": 58.849940124743632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147569308849398, 39.979180296283602 ], [ -75.147605963872195, 39.979018235360002 ], [ -75.147654494049902, 39.979024236292297 ], [ -75.147618538301799, 39.9791866194332 ], [ -75.147569308849398, 39.979180296283602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3906, "ADDRESS": "3035 KENSINGTON AVE", "OWNER1": "VP KENSINGTON EMERALD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885327880", "LNIADDRESSKEY": "368762", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.51171875, "Shape__Length": 65.849117312117016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117195798122907, 39.994065148771703 ], [ -75.117335266140699, 39.994214121833501 ], [ -75.117288040508299, 39.994239136986003 ], [ -75.117149886622101, 39.994090338173201 ], [ -75.117195798122907, 39.994065148771703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3907, "ADDRESS": "623 CANTRELL ST", "OWNER1": "KING ELLEN G", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393058301", "LNIADDRESSKEY": "63970", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.8125, "Shape__Length": 51.349718095946614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157428556100001, 39.922516552864501 ], [ -75.157456539240002, 39.922385034254802 ], [ -75.157512810977295, 39.922392319715101 ], [ -75.157484987013603, 39.922523502926701 ], [ -75.157428556100001, 39.922516552864501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3908, "ADDRESS": "94 E SEYMOUR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121034210", "LNIADDRESSKEY": "531469", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.94921875, "Shape__Length": 52.807423886500771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161861579800501, 40.030776585805498 ], [ -75.162002204257902, 40.030862303455898 ], [ -75.161966628906896, 40.030896675146401 ], [ -75.161825772752493, 40.030811000661203 ], [ -75.161837411252705, 40.030799446135802 ], [ -75.161861579800501, 40.030776585805498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3909, "ADDRESS": "2944 N RINGGOLD ST", "OWNER1": "PHILLIPS JAMES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381025600", "LNIADDRESSKEY": "506253", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.80859375, "Shape__Length": 42.532294453371868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170495943897905, 40.000167387961298 ], [ -75.170503677933596, 40.000129873492 ], [ -75.170643414519304, 40.000146553306003 ], [ -75.170635955525796, 40.000183961336298 ], [ -75.170495943897905, 40.000167387961298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3910, "ADDRESS": "4956 KERSHAW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442136900", "LNIADDRESSKEY": "370036", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.90625, "Shape__Length": 67.544097165586209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222142733449402, 39.9738265291871 ], [ -75.222192905180194, 39.973821074000803 ], [ -75.222226138319897, 39.974012387565999 ], [ -75.222175083285805, 39.974018484419901 ], [ -75.222142733449402, 39.9738265291871 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3911, "ADDRESS": "751 N DEKALB ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243088000", "LNIADDRESSKEY": "111111", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.58203125, "Shape__Length": 72.302087984686793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197395261162896, 39.967582832923398 ], [ -75.197403454621806, 39.967626280388899 ], [ -75.197138226509196, 39.967655907483199 ], [ -75.197129056297698, 39.967614501567603 ], [ -75.197395261162896, 39.967582832923398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3912, "ADDRESS": "2441 N DOVER ST", "OWNER1": "TTP HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281142200", "LNIADDRESSKEY": "122966", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.96484375, "Shape__Length": 52.925437543974311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178542711232396, 39.9932411191635 ], [ -75.178550671794198, 39.993203593567202 ], [ -75.178559890464101, 39.993204767548299 ], [ -75.178736177726904, 39.993227173876399 ], [ -75.178727915492701, 39.993264934872201 ], [ -75.178551658375795, 39.993242271294498 ], [ -75.178542711232396, 39.9932411191635 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3913, "ADDRESS": "5200 W MONTGOMERY AVE", "OWNER1": "TURNER NAEEMAH", "OWNER2": null, "BLDG_DESC": "APT 2-4 UNTS 2STY STONE", "OPA_ID": "521065709", "LNIADDRESSKEY": "748703", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 2354.64453125, "Shape__Length": 260.04700688970024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227825476463906, 39.983581604288901 ], [ -75.227957367679394, 39.983244091439097 ], [ -75.227967068528599, 39.983272319983598 ], [ -75.227986576216196, 39.983330457505197 ], [ -75.228007624858805, 39.983391690020802 ], [ -75.228023701428498, 39.983437274458197 ], [ -75.228037491305599, 39.983477295670703 ], [ -75.228052026900897, 39.983519235496999 ], [ -75.228066468804698, 39.983560899584397 ], [ -75.228081402498503, 39.983602252369799 ], [ -75.228095578287693, 39.983644893817797 ], [ -75.22810977364, 39.983685826052202 ], [ -75.228126061064103, 39.9837291265735 ], [ -75.228142502736603, 39.983776750760398 ], [ -75.228159785093297, 39.983825392396902 ], [ -75.228174056969905, 39.9838665526783 ], [ -75.228192416094799, 39.983915571609799 ], [ -75.2282065755671, 39.983959760144003 ], [ -75.228212875964999, 39.983979146121698 ], [ -75.228033856888203, 39.984014188468102 ], [ -75.228033860568004, 39.984019766845002 ], [ -75.228015541631905, 39.984023248723602 ], [ -75.228020272021993, 39.984037521970301 ], [ -75.227993735812106, 39.984043353951698 ], [ -75.227825476463906, 39.983581604288901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3914, "ADDRESS": "3006-08 RIDGE AVE", "OWNER1": "3006 RIDGE AVE LLC", "OWNER2": null, "BLDG_DESC": null, "OPA_ID": "323041200", "LNIADDRESSKEY": "504336", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 349.51171875, "Shape__Length": 83.338071095729234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182730787437194, 39.988201391714703 ], [ -75.182995784413706, 39.988236173614503 ], [ -75.182978882968996, 39.988314621580301 ], [ -75.182896772047599, 39.9883651900887 ], [ -75.182730787437194, 39.988201391714703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3915, "ADDRESS": "2709 W YORK ST", "OWNER1": "WILLIAM R ROBINSON", "OWNER2": "LILLIAN M", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281253300", "LNIADDRESSKEY": "629404", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.53125, "Shape__Length": 63.564009430043129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176741575395894, 39.9923821128151 ], [ -75.176782302564206, 39.992201082329402 ], [ -75.176825764260101, 39.992206167519697 ], [ -75.176784435899904, 39.992389812115597 ], [ -75.176741575395894, 39.9923821128151 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3916, "ADDRESS": "2716 N LAWRENCE ST", "OWNER1": "YOUR OWN UNITED REAL ESTA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192174700", "LNIADDRESSKEY": "384666", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.78515625, "Shape__Length": 46.749119802207538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139231172864598, 39.992540530828997 ], [ -75.1392391385736, 39.992501799089403 ], [ -75.139395398612606, 39.992520376604404 ], [ -75.139387118649495, 39.992559133867601 ], [ -75.139386884711499, 39.992560305507901 ], [ -75.139236908380497, 39.992541258213301 ], [ -75.139231172864598, 39.992540530828997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3917, "ADDRESS": "2111 N REESE ST", "OWNER1": "GILBERT W LUTZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191317400", "LNIADDRESSKEY": "498697", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.71484375, "Shape__Length": 44.472015653357175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142448262630595, 39.983258157009303 ], [ -75.142595067026093, 39.983277966446799 ], [ -75.142586872193206, 39.983310197914598 ], [ -75.1424324150221, 39.983288859680499 ], [ -75.142434488954095, 39.983279573338599 ], [ -75.142443279162507, 39.983280418414303 ], [ -75.142448262630595, 39.983258157009303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3918, "ADDRESS": "2727 N GRATZ ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111212125", "LNIADDRESSKEY": "321983", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.98828125, "Shape__Length": 50.760909880436166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161537826414801, 39.995830341642097 ], [ -75.161545438873205, 39.995788988852802 ], [ -75.161716611105902, 39.995810951167201 ], [ -75.161709108763404, 39.995852145391801 ], [ -75.161537826414801, 39.995830341642097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3919, "ADDRESS": "2238 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191240901", "LNIADDRESSKEY": "388647", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.94140625, "Shape__Length": 40.231434677670642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140337594998897, 39.985154103787202 ], [ -75.140344738064897, 39.985121462223802 ], [ -75.140480367873593, 39.9851393127582 ], [ -75.1404723320708, 39.985172288808101 ], [ -75.140337594998897, 39.985154103787202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3920, "ADDRESS": "1849 N LEITHGOW ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183165901", "LNIADDRESSKEY": "388532", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.87109375, "Shape__Length": 48.199787782960236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141418565411001, 39.979238070278598 ], [ -75.141427164836799, 39.979200223452096 ], [ -75.141591131621496, 39.9792224720684 ], [ -75.1415829905023, 39.979259861916702 ], [ -75.141418565411001, 39.979238070278598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3921, "ADDRESS": "2608-10 W HUNTINGDON ST", "OWNER1": "MAYRANT JIMMIE", "OWNER2": "WILLIAMS ROXANNE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281303920", "LNIADDRESSKEY": "354163", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 342.984375, "Shape__Length": 81.677448751501387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174664081986705, 39.994839776024698 ], [ -75.174701239448297, 39.994674559899899 ], [ -75.174718822464001, 39.994676275491798 ], [ -75.174723773642, 39.994655109172101 ], [ -75.174771609471705, 39.994661501725297 ], [ -75.174772638716405, 39.994658687754402 ], [ -75.174817527857201, 39.994664320400297 ], [ -75.174820268405, 39.994664994571401 ], [ -75.174819326169995, 39.994671615018099 ], [ -75.174816205413904, 39.994671545005502 ], [ -75.174808745893799, 39.994704101287297 ], [ -75.174804696647101, 39.994719710579801 ], [ -75.174777056626993, 39.994854448404197 ], [ -75.174664081986705, 39.994839776024698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3922, "ADDRESS": "2727 N 12TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372249200", "LNIADDRESSKEY": "654126", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.421875, "Shape__Length": 93.082071614594213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150516059276498, 39.994408758780402 ], [ -75.150165186493695, 39.994360818224202 ], [ -75.150174302782105, 39.994316469290702 ], [ -75.150235054533198, 39.9943248574519 ], [ -75.150288048397599, 39.994332247696498 ], [ -75.150340373545006, 39.994340122837102 ], [ -75.150393084925895, 39.994346668686902 ], [ -75.150448505445098, 39.994354129582298 ], [ -75.150455303110903, 39.994355041511596 ], [ -75.150528303229194, 39.994364866966301 ], [ -75.150518998819294, 39.994409163232802 ], [ -75.150516059276498, 39.994408758780402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3923, "ADDRESS": "3146 W ARIZONA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282329500", "LNIADDRESSKEY": "20968", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.97265625, "Shape__Length": 46.857745333697167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184122372867904, 39.992631213176502 ], [ -75.184146000776806, 39.992508940533 ], [ -75.184194358103696, 39.992514841898497 ], [ -75.184171281189904, 39.992634160293399 ], [ -75.184170656211407, 39.992637369683898 ], [ -75.184122372867904, 39.992631213176502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3924, "ADDRESS": "1944 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183304400", "LNIADDRESSKEY": "632442", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.82421875, "Shape__Length": 54.435884969614591 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1399033792149, 39.980457140033302 ], [ -75.139911908763693, 39.980420032801199 ], [ -75.140104334846797, 39.9804461226204 ], [ -75.140095894960794, 39.9804830708458 ], [ -75.1399033792149, 39.980457140033302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3925, "ADDRESS": "6117 VINE ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341037250", "LNIADDRESSKEY": "589439", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.53125, "Shape__Length": 78.531459514066896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242245576469202, 39.967222544678101 ], [ -75.242248432143199, 39.967209856912703 ], [ -75.242293788394605, 39.966999297278399 ], [ -75.242350633667598, 39.967006406224002 ], [ -75.242350227384605, 39.967008332227302 ], [ -75.242327273706294, 39.967116539891698 ], [ -75.242308525166607, 39.967203336131597 ], [ -75.242302192008196, 39.967229617088002 ], [ -75.242245576469202, 39.967222544678101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3926, "ADDRESS": "2127 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322087600", "LNIADDRESSKEY": "674044", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 255.1875, "Shape__Length": 92.436285384551041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168958314994299, 39.987095221270401 ], [ -75.168967753857302, 39.987051974244999 ], [ -75.169187908878101, 39.987083103848903 ], [ -75.169319580717996, 39.9871017320664 ], [ -75.169309682747198, 39.987145468855502 ], [ -75.169180123809397, 39.987126951210499 ], [ -75.168958314994299, 39.987095221270401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3927, "ADDRESS": "5425 FLORENCE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513255810", "LNIADDRESSKEY": "293333", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.45703125, "Shape__Length": 63.486149744378714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227430847968606, 39.942652726003097 ], [ -75.227473321714996, 39.9426221634778 ], [ -75.227626856031307, 39.942750562420301 ], [ -75.227584414646003, 39.9427808047338 ], [ -75.227430847968606, 39.942652726003097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3928, "ADDRESS": "1314 S 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362142905", "LNIADDRESSKEY": "681235", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1468.01953125, "Shape__Length": 187.12911568618398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190673276788502, 39.936599863574401 ], [ -75.190902338555006, 39.936628364009998 ], [ -75.190918428068997, 39.936630691724602 ], [ -75.190929827730102, 39.936575104947799 ], [ -75.191101860061096, 39.936598255399304 ], [ -75.191032807030595, 39.936912273825897 ], [ -75.190869361580894, 39.936889605467897 ], [ -75.190896073376294, 39.936774156086102 ], [ -75.190870168240195, 39.936772562164201 ], [ -75.190641443573796, 39.936745665109299 ], [ -75.190673276788502, 39.936599863574401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3929, "ADDRESS": "2018 N FRANKLIN ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202068700", "LNIADDRESSKEY": "299198", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.6015625, "Shape__Length": 64.27601780106815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146751344475405, 39.982411657891099 ], [ -75.146751900928507, 39.982409172433002 ], [ -75.146759656310607, 39.982374142086599 ], [ -75.1468013810522, 39.982379488890402 ], [ -75.146995119006405, 39.982405435670898 ], [ -75.146986805655004, 39.982443032547003 ], [ -75.146751344475405, 39.982411657891099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3930, "ADDRESS": "2118 N FRANKLIN ST", "OWNER1": "WINDER TREVOR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202072000", "LNIADDRESSKEY": "299245", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.171875, "Shape__Length": 67.168250793044294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146443464118903, 39.983824929379999 ], [ -75.146690203093897, 39.9838579625901 ], [ -75.146681592711602, 39.983896729671102 ], [ -75.146435706234101, 39.983864408444802 ], [ -75.146443464118903, 39.983824929379999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3931, "ADDRESS": "835 E MADISON ST", "OWNER1": "19134 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331074900", "LNIADDRESSKEY": "405199", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.64453125, "Shape__Length": 50.157694226062674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114233081855801, 39.997646518798703 ], [ -75.114260948071802, 39.997513958223799 ], [ -75.114310037028702, 39.997520404822502 ], [ -75.114282610081204, 39.997653007029299 ], [ -75.114233081855801, 39.997646518798703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3932, "ADDRESS": "2805 W LEHIGH AVE", "OWNER1": "BROTHERLY LOVE REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281379800", "LNIADDRESSKEY": "387935", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.46484375, "Shape__Length": 74.465574943165265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177091881064499, 39.997181097144498 ], [ -75.177135404772301, 39.996974467273198 ], [ -75.1771363744148, 39.9969698623132 ], [ -75.177191426641201, 39.996977270395298 ], [ -75.177145942082802, 39.9971880798253 ], [ -75.177091881064499, 39.997181097144498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3933, "ADDRESS": "4441 CRESSON ST", "OWNER1": "ISABELLE KENNEDY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "211000031", "LNIADDRESSKEY": "102929", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19127", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.8984375, "Shape__Length": 45.651287456560013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225782094643506, 40.027280985687099 ], [ -75.225739217080104, 40.027262858999102 ], [ -75.2258124331358, 40.0271648665532 ], [ -75.225863330705394, 40.027182700969099 ], [ -75.225787822314402, 40.027283126431399 ], [ -75.225782094643506, 40.027280985687099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3934, "ADDRESS": "1905 NICHOLAS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472050600", "LNIADDRESSKEY": "451067", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.546875, "Shape__Length": 54.232860355147579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166121227633795, 39.9794326279359 ], [ -75.1661516211948, 39.979285831846397 ], [ -75.166200539202705, 39.979292107312098 ], [ -75.166169266860905, 39.979439416351802 ], [ -75.166121227633795, 39.9794326279359 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3935, "ADDRESS": "4807 N FRANKLIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491225500", "LNIADDRESSKEY": "300144", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.74609375, "Shape__Length": 60.916327186212975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137091907150904, 40.025056701230497 ], [ -75.137100929399693, 40.025014059525297 ], [ -75.137315293427903, 40.025042697851603 ], [ -75.137306721805999, 40.025084559176001 ], [ -75.137091907150904, 40.025056701230497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3936, "ADDRESS": "1510 S LAMBERT ST", "OWNER1": "CLARK HAYES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363259500", "LNIADDRESSKEY": "376849", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.41015625, "Shape__Length": 45.183447956862906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179170692876696, 39.932838467840099 ], [ -75.179323323455705, 39.932858830538798 ], [ -75.179315133451794, 39.9328948845382 ], [ -75.179242992212494, 39.932885626834498 ], [ -75.179162543132804, 39.9328751185272 ], [ -75.179170692876696, 39.932838467840099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3937, "ADDRESS": "4279 MANTUA AVE", "OWNER1": "MD PROPERTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062117900", "LNIADDRESSKEY": "409650", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 260.15625, "Shape__Length": 91.47022084187509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210713375300699, 39.972533051796901 ], [ -75.210793286950107, 39.972358100949997 ], [ -75.210829590527197, 39.9722786294965 ], [ -75.210886075066497, 39.972293789713603 ], [ -75.210859538627702, 39.972351829606502 ], [ -75.210770255154102, 39.9725471576321 ], [ -75.210713375300699, 39.972533051796901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3938, "ADDRESS": "1815 W ERIE AVE", "OWNER1": "NICLAS GENE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131062000", "LNIADDRESSKEY": "139092", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 244.25390625, "Shape__Length": 89.73381367085338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158003181210802, 40.010561265010701 ], [ -75.158032218586698, 40.010438732437798 ], [ -75.158035219566997, 40.010420552348698 ], [ -75.158041914621194, 40.010392316966197 ], [ -75.158042680593994, 40.0103892876961 ], [ -75.158054733168697, 40.010332785608597 ], [ -75.158061537302004, 40.0103006186242 ], [ -75.158117798532999, 40.010308400825203 ], [ -75.158087284963102, 40.010447084600301 ], [ -75.158061275907698, 40.010568830710604 ], [ -75.158003181210802, 40.010561265010701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3939, "ADDRESS": "1913 N 19TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321255600", "LNIADDRESSKEY": "667968", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 261.453125, "Shape__Length": 86.313215900682408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164693584335197, 39.983116580670099 ], [ -75.164704309533604, 39.983066560251103 ], [ -75.165021491730997, 39.983110361508899 ], [ -75.1650108045297, 39.983159351145503 ], [ -75.164693584335197, 39.983116580670099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3940, "ADDRESS": "1427 S 19TH ST", "OWNER1": "ALCARAZ JAVIER", "OWNER2": "CRAIGHEAD ELIZABETH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363199800", "LNIADDRESSKEY": "669324", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.55859375, "Shape__Length": 66.025562964000827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175637241703498, 39.933222551182503 ], [ -75.175647510396004, 39.9331797583067 ], [ -75.175648835369799, 39.933179578563603 ], [ -75.175883231570893, 39.933209986110001 ], [ -75.175873178205507, 39.933253702870303 ], [ -75.175637241703498, 39.933222551182503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3941, "ADDRESS": "3405 N 19TH ST", "OWNER1": "PIECE OF PHILLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112267800", "LNIADDRESSKEY": "668439", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 321.88671875, "Shape__Length": 94.555491073719708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159682681262396, 40.005887354345099 ], [ -75.159694848932105, 40.005831079975202 ], [ -75.160041047024805, 40.005873612370799 ], [ -75.160028985151399, 40.005929309128703 ], [ -75.159682681262396, 40.005887354345099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3942, "ADDRESS": "3222 TURNER ST", "OWNER1": "SERRANO THAIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324019100", "LNIADDRESSKEY": "580130", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.4296875, "Shape__Length": 82.266625822907315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187603488912401, 39.981718349399401 ], [ -75.187655404736006, 39.981486966075998 ], [ -75.187717323247696, 39.981495892205999 ], [ -75.187667028332498, 39.981726538001197 ], [ -75.187603488912401, 39.981718349399401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3943, "ADDRESS": "1505 S 49TH ST", "OWNER1": "1505 S 49TH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273055900", "LNIADDRESSKEY": "689906", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.0, "Shape__Length": 72.071440474385057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2109077037167, 39.939890179893297 ], [ -75.210913576983003, 39.939887666597599 ], [ -75.210935779739003, 39.939871812798501 ], [ -75.210938546714203, 39.939870084435903 ], [ -75.210958901340902, 39.939856076193998 ], [ -75.211020170659097, 39.939813603241703 ], [ -75.211110682605394, 39.939750708757302 ], [ -75.211144600090293, 39.939780023589798 ], [ -75.211139085975006, 39.939783576495202 ], [ -75.211113740924901, 39.939800554602598 ], [ -75.211083185907199, 39.9398224607381 ], [ -75.211064601136698, 39.939834525973602 ], [ -75.211057830024004, 39.9398397280411 ], [ -75.210997615823501, 39.939880903275302 ], [ -75.2109801482314, 39.939893298443501 ], [ -75.210942126481299, 39.939919441775402 ], [ -75.210935388259401, 39.939913698507098 ], [ -75.2109077037167, 39.939890179893297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3944, "ADDRESS": "2037 W OXFORD ST", "OWNER1": "ANGLIN ANDREW G", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "472033400", "LNIADDRESSKEY": "466705", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.08984375, "Shape__Length": 69.244952070016325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1688250115443, 39.978914755762403 ], [ -75.168826611437893, 39.978920078448802 ], [ -75.168824591075605, 39.978925819771497 ], [ -75.168786603607899, 39.978920807170603 ], [ -75.168772352419296, 39.9789098467743 ], [ -75.168812975125704, 39.978722013733297 ], [ -75.168866648010905, 39.978729443569399 ], [ -75.168850386967094, 39.978797297004299 ], [ -75.168834676899195, 39.978867177723203 ], [ -75.1688250115443, 39.978914755762403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3945, "ADDRESS": "6079 UPLAND ST", "OWNER1": "MERCER GLADYS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401290600", "LNIADDRESSKEY": "583869", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.671875, "Shape__Length": 61.064373276062867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231128335948796, 39.930713756639904 ], [ -75.231172307797607, 39.930682628933504 ], [ -75.231315767509003, 39.930806047115297 ], [ -75.231273640998396, 39.9308359742829 ], [ -75.231128335948796, 39.930713756639904 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3946, "ADDRESS": "2429 N 19TH ST", "OWNER1": "PAT REILLY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162077600", "LNIADDRESSKEY": "668237", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.8515625, "Shape__Length": 67.417456642285671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163026798242299, 39.991063033225501 ], [ -75.163034046559602, 39.991030086516403 ], [ -75.163036682075301, 39.991018136503598 ], [ -75.163275944536494, 39.991049110938597 ], [ -75.163274725552597, 39.991055241909102 ], [ -75.163269822108504, 39.991079988172402 ], [ -75.163266487598506, 39.991093260445197 ], [ -75.163266044517997, 39.991094974778399 ], [ -75.163026798242299, 39.991063033225501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3947, "ADDRESS": "1434 S 49TH ST", "OWNER1": "PASCHALL HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273061710", "LNIADDRESSKEY": "689897", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 288.98828125, "Shape__Length": 86.038927821695523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211875811825905, 39.939745575357598 ], [ -75.211645223125004, 39.9399066498639 ], [ -75.2115964875657, 39.9398647400862 ], [ -75.211824388058602, 39.939702188236097 ], [ -75.211875811825905, 39.939745575357598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3948, "ADDRESS": "2248 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191241401", "LNIADDRESSKEY": "388655", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.4765625, "Shape__Length": 40.27285650733549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140301700019293, 39.985318211916201 ], [ -75.140308550916799, 39.9852849825512 ], [ -75.140443984191407, 39.985301973807204 ], [ -75.140436739826399, 39.985335080478201 ], [ -75.140301700019293, 39.985318211916201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3949, "ADDRESS": "1724 N LAMBERT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472150100", "LNIADDRESSKEY": "376223", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.88671875, "Shape__Length": 59.197622803661702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168530711812494, 39.980858262285203 ], [ -75.168539219205101, 39.980819669485797 ], [ -75.168751489415897, 39.980847092181797 ], [ -75.168743306140101, 39.980884902770597 ], [ -75.168530711812494, 39.980858262285203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3950, "ADDRESS": "2312 N MYRTLEWOOD ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282049101", "LNIADDRESSKEY": "444999", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.015625, "Shape__Length": 49.486977354858709 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180939731112801, 39.991462140597498 ], [ -75.180948271275994, 39.991420323262901 ], [ -75.181114031202895, 39.991441716659999 ], [ -75.181105567089801, 39.991482068186301 ], [ -75.180939731112801, 39.991462140597498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3951, "ADDRESS": "2524 CECIL B MOORE AVE", "OWNER1": "2802 CECIL B MOORE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324035300", "LNIADDRESSKEY": "71787", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.37109375, "Shape__Length": 69.111379824470191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176399503258594, 39.980997352162902 ], [ -75.176439434527595, 39.980805681084099 ], [ -75.176495488051202, 39.980812821676999 ], [ -75.1764562283565, 39.981004507831798 ], [ -75.176399503258594, 39.980997352162902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3952, "ADDRESS": "3004 WHARTON ST", "OWNER1": "3004 WHARTON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362221200", "LNIADDRESSKEY": "610535", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.10546875, "Shape__Length": 60.632810869786681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1938414047642, 39.937465475876699 ], [ -75.193874297255206, 39.937301916946701 ], [ -75.193930272524199, 39.937309096477598 ], [ -75.193900858356301, 39.937453115749598 ], [ -75.193896880566001, 39.937472595859802 ], [ -75.1938414047642, 39.937465475876699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3953, "ADDRESS": "1235 HANSON ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273039710", "LNIADDRESSKEY": "332197", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.234375, "Shape__Length": 59.13580236831956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213705896415405, 39.9429114717178 ], [ -75.213873614654105, 39.942795508059803 ], [ -75.213907653341593, 39.942824469924297 ], [ -75.213764176696301, 39.9429244148793 ], [ -75.213705896415405, 39.9429114717178 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3954, "ADDRESS": "2824 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372125000", "LNIADDRESSKEY": "108773", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 78.5390625, "Shape__Length": 41.663260490247858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145165855027997, 39.9949270493317 ], [ -75.145171945048602, 39.994893462317499 ], [ -75.145312636062002, 39.9949113798464 ], [ -75.145306645393902, 39.994945241679801 ], [ -75.145165855027997, 39.9949270493317 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3955, "ADDRESS": "5188 LANCASTER AVE", "OWNER1": "SHELTON ROLAND E", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "442193600", "LNIADDRESSKEY": "377746", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 319.37890625, "Shape__Length": 95.122329453400567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226635327233794, 39.976713424469999 ], [ -75.226453189559905, 39.976946847942898 ], [ -75.226392219917798, 39.976917737327 ], [ -75.226572484189404, 39.976684109447397 ], [ -75.226635327233794, 39.976713424469999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3956, "ADDRESS": "1441 HANSON ST", "OWNER1": "MOULTRIE GEORGE T/F", "OWNER2": "MOULTRIE BENET L ETAL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273043200", "LNIADDRESSKEY": "332256", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.89453125, "Shape__Length": 50.237052347361278 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211094429394606, 39.940615117840998 ], [ -75.211224599146206, 39.940523247505602 ], [ -75.211227030465096, 39.940525413047403 ], [ -75.211256178344797, 39.940551286300298 ], [ -75.211128586116402, 39.940643679995702 ], [ -75.211094429394606, 39.940615117840998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3957, "ADDRESS": "1429 HANSON ST", "OWNER1": "ODUMOSU OLUDARE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273042600", "LNIADDRESSKEY": "332250", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.16015625, "Shape__Length": 50.691401993200188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211297441468204, 39.940786497481596 ], [ -75.211427329684795, 39.940694879722002 ], [ -75.211461459515604, 39.940724166485403 ], [ -75.211331907250795, 39.940815760184599 ], [ -75.211297441468204, 39.940786497481596 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3958, "ADDRESS": "5151-53 MASTER ST", "OWNER1": "YD REAL ESTATE DEVELOPMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442164400", "LNIADDRESSKEY": "419651", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 636.07421875, "Shape__Length": 111.86400729121483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225830519348307, 39.974403946339301 ], [ -75.225971132423993, 39.974390790873102 ], [ -75.226020741100896, 39.974662706121997 ], [ -75.225967939963198, 39.974667847243602 ], [ -75.225928922198094, 39.974673630514097 ], [ -75.225878527286099, 39.974678308699801 ], [ -75.225830519348307, 39.974403946339301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3959, "ADDRESS": "1325 S DOVER ST", "OWNER1": "KOCH EQUITIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362158305", "LNIADDRESSKEY": "123216", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-6", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.7578125, "Shape__Length": 49.166909724468958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191379498221394, 39.936649117130997 ], [ -75.191387565959005, 39.936611721680201 ], [ -75.191556476315697, 39.936634367059199 ], [ -75.191547087782297, 39.936672377276899 ], [ -75.191379498221394, 39.936649117130997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3960, "ADDRESS": "3747 N PARK AVE", "OWNER1": "APISTAR FERRIOL C ETUX", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432381700", "LNIADDRESSKEY": "470193", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 245.625, "Shape__Length": 91.29318004755649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149615808946606, 40.0101992676382 ], [ -75.149606185365599, 40.010241385181999 ], [ -75.149257822054295, 40.010196013274502 ], [ -75.149266118689695, 40.010153479385004 ], [ -75.149615808946606, 40.0101992676382 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3961, "ADDRESS": "2260 N LEITHGOW ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191242101", "LNIADDRESSKEY": "388665", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.953125, "Shape__Length": 46.82280829711631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140253806336801, 39.985537143613598 ], [ -75.140261734310499, 39.985500957483303 ], [ -75.140410292521807, 39.985520504275797 ], [ -75.140421426834493, 39.985521965938403 ], [ -75.140413329133693, 39.985558760914103 ], [ -75.140402342356197, 39.9855572699433 ], [ -75.140253806336801, 39.985537143613598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3962, "ADDRESS": "1902 W NORRIS ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321150101", "LNIADDRESSKEY": "452382", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.62109375, "Shape__Length": 68.40263087440718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165031650003797, 39.984198905338602 ], [ -75.165075113690406, 39.9840089118279 ], [ -75.165129130861203, 39.984016205791001 ], [ -75.165086468302405, 39.984206619440599 ], [ -75.165031650003797, 39.984198905338602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3963, "ADDRESS": "709 N DEKALB ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243085700", "LNIADDRESSKEY": "111072", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.30859375, "Shape__Length": 67.591195706496606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197142879796203, 39.966259354473401 ], [ -75.197149241589699, 39.966295797560498 ], [ -75.196897607751495, 39.966327289692998 ], [ -75.196890857467096, 39.966290048437799 ], [ -75.197142879796203, 39.966259354473401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3964, "ADDRESS": "2318 W TIOGA ST", "OWNER1": "RNS ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112094000", "LNIADDRESSKEY": "573167", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.51953125, "Shape__Length": 89.309458702367351 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167183987842506, 40.008082404577401 ], [ -75.167127688240598, 40.008075002109102 ], [ -75.167185441682307, 40.007815240480397 ], [ -75.167241741117905, 40.007822641795201 ], [ -75.167183987842506, 40.008082404577401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3965, "ADDRESS": "2948 N BONSALL ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111404300", "LNIADDRESSKEY": "42657", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.90234375, "Shape__Length": 46.297412034991815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168910485410706, 40.000039164131998 ], [ -75.168918827881001, 40.000001114938001 ], [ -75.169074119822696, 40.000021516215497 ], [ -75.169064856782697, 40.000060092087601 ], [ -75.168910485410706, 40.000039164131998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3966, "ADDRESS": "3144 WESTMONT ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323145900", "LNIADDRESSKEY": "608460", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.08203125, "Shape__Length": 60.427396498857874 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184880656506294, 39.988922426333403 ], [ -75.184917485092598, 39.988753540923803 ], [ -75.184963734202896, 39.988759715893501 ], [ -75.184961403943404, 39.988770899402098 ], [ -75.184945432762007, 39.988847530339001 ], [ -75.184927625703395, 39.9889295037759 ], [ -75.184880656506294, 39.988922426333403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3967, "ADDRESS": "2432 N CHADWICK ST", "OWNER1": "YWO INVESTMENTS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161138400", "LNIADDRESSKEY": "73944", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.94140625, "Shape__Length": 48.703683867630822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159715711323798, 39.990610299762302 ], [ -75.1598811164842, 39.9906320065814 ], [ -75.159872366297293, 39.990670737549202 ], [ -75.1597070872416, 39.990648486197799 ], [ -75.159715711323798, 39.990610299762302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3968, "ADDRESS": "1928 S 60TH ST", "OWNER1": "INVESTING IN GENERATIONS FOUNDATION", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "401139700", "LNIADDRESSKEY": "700456", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.28125, "Shape__Length": 71.639586665548705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231328234892402, 39.933045061734902 ], [ -75.231131401503006, 39.933183122156599 ], [ -75.231094615543398, 39.933151960739202 ], [ -75.231290724904397, 39.933013659230497 ], [ -75.231328234892402, 39.933045061734902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3969, "ADDRESS": "749 N DEKALB ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243087910", "LNIADDRESSKEY": "111109", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.5625, "Shape__Length": 76.688426425025483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1973877410841, 39.967545460830102 ], [ -75.197395261162896, 39.967582832923398 ], [ -75.197129056297698, 39.967614501567603 ], [ -75.197103999685396, 39.967616732696897 ], [ -75.197097453281302, 39.967577448459899 ], [ -75.1973877410841, 39.967545460830102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3970, "ADDRESS": "1323 W SOMERSET ST", "OWNER1": "OSCAR CASTLEBERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372349000", "LNIADDRESSKEY": "541886", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.3671875, "Shape__Length": 68.643600205451861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152674739048607, 39.995599815841999 ], [ -75.152716903760705, 39.995409813639597 ], [ -75.152772195707797, 39.995416835736997 ], [ -75.152729953249107, 39.995607802539503 ], [ -75.152674739048607, 39.995599815841999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3971, "ADDRESS": "2336 N 20TH ST", "OWNER1": "LEVIAS CONTRACTOR LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162143100", "LNIADDRESSKEY": "670211", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.5859375, "Shape__Length": 73.405935423332508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165317906742899, 39.989990548841199 ], [ -75.1653274292714, 39.989949060921496 ], [ -75.165598754776596, 39.989986056194397 ], [ -75.165589726725699, 39.990026136168197 ], [ -75.165317906742899, 39.989990548841199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3972, "ADDRESS": "2413 W MONTGOMERY AVE", "OWNER1": "1ST NATIONAL CONSTRUCTION COMPANY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322214400", "LNIADDRESSKEY": "435919", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.50390625, "Shape__Length": 71.496840968101381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174106005342793, 39.982630736612002 ], [ -75.174152424583696, 39.982430056377801 ], [ -75.174206775264096, 39.9824373850971 ], [ -75.174160036763496, 39.9826381877049 ], [ -75.174106005342793, 39.982630736612002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3973, "ADDRESS": "3852 FAIRMOUNT AVE", "OWNER1": "COMMONWEALTH IMPROVEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242126700", "LNIADDRESSKEY": "283615", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.10546875, "Shape__Length": 83.229969302048005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199293707762706, 39.965222270774802 ], [ -75.199349676241795, 39.965215793367904 ], [ -75.199392573515098, 39.965457542985398 ], [ -75.199337275445899, 39.965462922579 ], [ -75.199293707762706, 39.965222270774802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3974, "ADDRESS": "2351 NICHOLAS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291253200", "LNIADDRESSKEY": "451223", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.75390625, "Shape__Length": 58.088090262423627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174010006295305, 39.980460245233999 ], [ -75.174018036992507, 39.980415338814801 ], [ -75.174041461804606, 39.980307668747599 ], [ -75.1741007074625, 39.9803157043497 ], [ -75.174078287974297, 39.980422848500602 ], [ -75.174068590332396, 39.980467509147999 ], [ -75.174010006295305, 39.980460245233999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3975, "ADDRESS": "2214 N LEITHGOW ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191239601", "LNIADDRESSKEY": "388631", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.4375, "Shape__Length": 40.288926574298365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140425504694704, 39.984752152797903 ], [ -75.140431697557005, 39.984719699112901 ], [ -75.140567909515099, 39.984737658532197 ], [ -75.140561271028801, 39.9847702800432 ], [ -75.140425504694704, 39.984752152797903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3976, "ADDRESS": "1935 N 20TH ST", "OWNER1": "ZAIN REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321285600", "LNIADDRESSKEY": "670073", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.96875, "Shape__Length": 75.981171620290354 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166200610406506, 39.983816719289798 ], [ -75.166211004989094, 39.983767127176499 ], [ -75.166244600107603, 39.983771977490598 ], [ -75.166245240851296, 39.983768912696902 ], [ -75.166351649209105, 39.983784365036598 ], [ -75.166355347432997, 39.9837879464812 ], [ -75.166480859325304, 39.983805247853297 ], [ -75.166479594126102, 39.9838131820919 ], [ -75.166470541516503, 39.983852826820403 ], [ -75.166200610406506, 39.983816719289798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3977, "ADDRESS": "2216 N LEITHGOW ST", "OWNER1": "PABLO SANTOS & CARMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191239700", "LNIADDRESSKEY": "388632", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.2578125, "Shape__Length": 40.526240137951611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140418157798294, 39.984785757203497 ], [ -75.140425504694704, 39.984752152797903 ], [ -75.140561271028801, 39.9847702800432 ], [ -75.140554492296701, 39.984803236248602 ], [ -75.140418157798294, 39.984785757203497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3978, "ADDRESS": "2335 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162179601", "LNIADDRESSKEY": "672322", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.54296875, "Shape__Length": 75.967944866913797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166731018358902, 39.990165038610201 ], [ -75.166740636147594, 39.990122102102802 ], [ -75.167020643605696, 39.990160658923799 ], [ -75.167011417298497, 39.990203201056602 ], [ -75.166731018358902, 39.990165038610201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3979, "ADDRESS": "2331 W SEDGLEY AVE", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162350500", "LNIADDRESSKEY": "528607", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 59.08984375, "Shape__Length": 39.102829677265134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171496935601198, 39.991075000768198 ], [ -75.171544187586804, 39.9910508834447 ], [ -75.171558337758199, 39.991052975186399 ], [ -75.171559328855693, 39.991092006815698 ], [ -75.171559116428796, 39.991129609207199 ], [ -75.171560999755499, 39.991165002766003 ], [ -75.171496935601198, 39.991075000768198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3980, "ADDRESS": "609 W CUMBERLAND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371380601", "LNIADDRESSKEY": "105883", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.5078125, "Shape__Length": 57.134796767955322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143112776932, 39.989530564864097 ], [ -75.143147139359101, 39.989375707330197 ], [ -75.143197497364497, 39.989382299996898 ], [ -75.143163429800495, 39.989537680075301 ], [ -75.143112776932, 39.989530564864097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3981, "ADDRESS": "753 N DEKALB ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243088110", "LNIADDRESSKEY": "111113", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.75390625, "Shape__Length": 71.19690710755593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197138226509196, 39.967655907483199 ], [ -75.197403454621806, 39.967626280388899 ], [ -75.197410915434801, 39.967665230175498 ], [ -75.197145667805003, 39.967695372682101 ], [ -75.197138226509196, 39.967655907483199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3982, "ADDRESS": "2425 N 30TH ST", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282065100", "LNIADDRESSKEY": "683097", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.3359375, "Shape__Length": 64.597166036793809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180753827443297, 39.993266066355602 ], [ -75.180763260845794, 39.993222786861097 ], [ -75.180771539818707, 39.993223874307098 ], [ -75.1809932896047, 39.993252823559096 ], [ -75.180983901775207, 39.993295444099097 ], [ -75.180762232840195, 39.993267140864099 ], [ -75.180753827443297, 39.993266066355602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3983, "ADDRESS": "1601 S NEWKIRK ST", "OWNER1": "CHEN YEN YU", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364359200", "LNIADDRESSKEY": "450478", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.46875, "Shape__Length": 53.562551031847939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191565665609303, 39.933401457254803 ], [ -75.191574414441902, 39.933358741897202 ], [ -75.191757223860805, 39.933382985670598 ], [ -75.191747624648599, 39.933424392501699 ], [ -75.191565665609303, 39.933401457254803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3984, "ADDRESS": "3935 FOLSOM ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243062010", "LNIADDRESSKEY": "293708", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.375, "Shape__Length": 69.414993286370631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201333687052994, 39.967075582240497 ], [ -75.201383709218305, 39.967070132900403 ], [ -75.201420375363696, 39.967268800132402 ], [ -75.201371241056094, 39.967274028193899 ], [ -75.201333687052994, 39.967075582240497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3985, "ADDRESS": "1502 HANSON ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273048310", "LNIADDRESSKEY": "332260", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.921875, "Shape__Length": 48.73127369952487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2109351481038, 39.939924590818798 ], [ -75.210952576677698, 39.939939048053603 ], [ -75.210967992046207, 39.939953542935299 ], [ -75.210843780000204, 39.940040111811001 ], [ -75.210815130829204, 39.940015507510701 ], [ -75.210809711833605, 39.940010874644003 ], [ -75.210866742303395, 39.9399731113973 ], [ -75.2108695646575, 39.939969900986398 ], [ -75.210879699278394, 39.939963178615997 ], [ -75.210904078610696, 39.939945696016103 ], [ -75.2109351481038, 39.939924590818798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3986, "ADDRESS": "2610 EARP ST", "OWNER1": "DELMASTRO ANTHONY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362105700", "LNIADDRESSKEY": "128454", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.62109375, "Shape__Length": 51.033254789485014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187842958797603, 39.9359017443429 ], [ -75.187873766717004, 39.935766640313702 ], [ -75.187923203011096, 39.935772274540497 ], [ -75.187890324703304, 39.935908976671001 ], [ -75.187842958797603, 39.9359017443429 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3987, "ADDRESS": "741 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201054201", "LNIADDRESSKEY": "435758", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.50390625, "Shape__Length": 59.079509079615868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147865998878004, 39.979220070060201 ], [ -75.1479009322575, 39.979058066880199 ], [ -75.147951503370194, 39.979064371879801 ], [ -75.147914972614302, 39.979227031512899 ], [ -75.147865998878004, 39.979220070060201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3988, "ADDRESS": "1932 W NORRIS ST", "OWNER1": "BEATRICE KAVITSKY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321151600", "LNIADDRESSKEY": "452412", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.59375, "Shape__Length": 68.920175587724316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166015087494898, 39.984330778109197 ], [ -75.166057882767902, 39.984140657737498 ], [ -75.166114791765096, 39.984147951016098 ], [ -75.166071501238306, 39.984338431924002 ], [ -75.166015087494898, 39.984330778109197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3989, "ADDRESS": "2639 REED ST", "OWNER1": "KANTOR JULIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362112905", "LNIADDRESSKEY": "498216", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.50390625, "Shape__Length": 64.30443683605688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188636333733896, 39.935853504077002 ], [ -75.188675375316194, 39.935677139575503 ], [ -75.188730040528597, 39.935684598771601 ], [ -75.188690978024596, 39.935860978588899 ], [ -75.188636333733896, 39.935853504077002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3990, "ADDRESS": "1417 W CLEARFIELD ST", "OWNER1": "GATHER THE PEOPLE", "OWNER2": "COMMUNITY DEV", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111114705", "LNIADDRESSKEY": "89248", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.19140625, "Shape__Length": 69.096368697329723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153792938374394, 40.000347319564298 ], [ -75.153833269783505, 40.0001570007162 ], [ -75.153888751364605, 40.000164107564999 ], [ -75.153852471270199, 40.000355371765799 ], [ -75.153792938374394, 40.000347319564298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3991, "ADDRESS": "1944 CHELTEN AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171326800", "LNIADDRESSKEY": "77437", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19138", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.53125, "Shape__Length": 79.77170970847196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151945459578997, 40.051602430414597 ], [ -75.151940437122903, 40.051602123113803 ], [ -75.151960219834706, 40.051374732661003 ], [ -75.152020804666506, 40.051378408235699 ], [ -75.152000667581504, 40.051605758018397 ], [ -75.151945459578997, 40.051602430414597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3992, "ADDRESS": "3825 FAIRMOUNT AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243013010", "LNIADDRESSKEY": "283588", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.1328125, "Shape__Length": 79.512406209882826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198661481128198, 39.965939756517599 ], [ -75.198618846846998, 39.965710005940899 ], [ -75.198671835212494, 39.965704204790299 ], [ -75.198716765142606, 39.9659330873627 ], [ -75.198661481128198, 39.965939756517599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3993, "ADDRESS": "2224 N LEITHGOW ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191240101", "LNIADDRESSKEY": "388636", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.96484375, "Shape__Length": 40.23394989377833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140389887502096, 39.9849150249781 ], [ -75.1403968575965, 39.984883073266701 ], [ -75.140532824416198, 39.984900333358901 ], [ -75.140526208236395, 39.984932906945602 ], [ -75.140389887502096, 39.9849150249781 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3994, "ADDRESS": "6115 REINHARD ST", "OWNER1": "ROBERT L JOHNSON", "OWNER2": "NOREEN M", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401275400", "LNIADDRESSKEY": "500521", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.78515625, "Shape__Length": 62.647248485127299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232217424104704, 39.930512886321502 ], [ -75.232252873101402, 39.930488017726603 ], [ -75.232409891288398, 39.930618503166002 ], [ -75.232372761927195, 39.930645252916101 ], [ -75.232365864719597, 39.930639829541299 ], [ -75.232357261322406, 39.930632403410101 ], [ -75.232349402841393, 39.930625798897502 ], [ -75.232339825336297, 39.930617577648697 ], [ -75.232326526098902, 39.9306063565895 ], [ -75.232318661037795, 39.930599929877097 ], [ -75.232308322578106, 39.930591320258301 ], [ -75.232295789895701, 39.930580889755198 ], [ -75.232253936560198, 39.930544652946999 ], [ -75.232217424104704, 39.930512886321502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3995, "ADDRESS": "2210 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191239401", "LNIADDRESSKEY": "388629", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.37890625, "Shape__Length": 40.218538366176631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140439894442096, 39.984686340415401 ], [ -75.1404469377335, 39.984654082892099 ], [ -75.140583093730797, 39.984672428463703 ], [ -75.140574673757001, 39.984705041006499 ], [ -75.140439894442096, 39.984686340415401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3996, "ADDRESS": "2122 N FRANKLIN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202072201", "LNIADDRESSKEY": "299249", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.33984375, "Shape__Length": 66.792225765538319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146418799995303, 39.983941368551598 ], [ -75.146427087077896, 39.983903400566199 ], [ -75.1466732526724, 39.983936082916102 ], [ -75.146664969433104, 39.9839739541436 ], [ -75.146418799995303, 39.983941368551598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3997, "ADDRESS": "1805 S 58TH ST", "OWNER1": "SOLIED LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401046900", "LNIADDRESSKEY": "698441", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.5, "Shape__Length": 74.218375440111629 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229201812938101, 39.936755622913502 ], [ -75.229396693814394, 39.936616394086997 ], [ -75.229442765150196, 39.936655255261499 ], [ -75.229248593678193, 39.936792871205498 ], [ -75.229201812938101, 39.936755622913502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3998, "ADDRESS": "2934 WHARTON ST", "OWNER1": "VUONG TOAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362089200", "LNIADDRESSKEY": "610520", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.2421875, "Shape__Length": 62.348779397837077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1932424543416, 39.937380522110999 ], [ -75.193278012992494, 39.937212944569303 ], [ -75.1933363932378, 39.9372207906912 ], [ -75.193300012237103, 39.9373879467148 ], [ -75.1932424543416, 39.937380522110999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 3999, "ADDRESS": "618 EMILY ST", "OWNER1": "DAMAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393037000", "LNIADDRESSKEY": "136976", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.45703125, "Shape__Length": 50.187425619919175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157070968780403, 39.9233979463718 ], [ -75.157132516144102, 39.923406881903801 ], [ -75.1571050782333, 39.9235306752851 ], [ -75.157046271773496, 39.923522897585599 ], [ -75.157070968780403, 39.9233979463718 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4000, "ADDRESS": "1946 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183304500", "LNIADDRESSKEY": "632443", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.78125, "Shape__Length": 54.295104593400701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139895667669904, 39.980493685835803 ], [ -75.1399033792149, 39.980457140033302 ], [ -75.140095894960794, 39.9804830708458 ], [ -75.140087450741305, 39.980520131600002 ], [ -75.139895667669904, 39.980493685835803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4001, "ADDRESS": "1420 DEAL ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "234001200", "LNIADDRESSKEY": "111226", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 699.82421875, "Shape__Length": 194.17502305331627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.093974515111199, 40.009126388434403 ], [ -75.094031319344296, 40.0091635378745 ], [ -75.093516467262603, 40.009640132013701 ], [ -75.093474791584796, 40.009598867740799 ], [ -75.093974515111199, 40.009126388434403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4002, "ADDRESS": "1758 N LAMBERT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472151800", "LNIADDRESSKEY": "376258", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.18359375, "Shape__Length": 59.087240627696772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168389842679005, 39.981504754172001 ], [ -75.168398657579701, 39.981467473642098 ], [ -75.168610980032796, 39.981495769459698 ], [ -75.168603171050506, 39.981533088397299 ], [ -75.168389842679005, 39.981504754172001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4003, "ADDRESS": "1534 S 58TH ST", "OWNER1": "SINGHAL AJAY K", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034125300", "LNIADDRESSKEY": "698375", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 336.03515625, "Shape__Length": 94.637570253058101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232953372921898, 39.938961921897203 ], [ -75.233000422787001, 39.939001045178998 ], [ -75.233006637083705, 39.939006838684499 ], [ -75.232963987377005, 39.939037739420598 ], [ -75.232927558986503, 39.939062391989602 ], [ -75.232865099830605, 39.939107446208403 ], [ -75.232835671345697, 39.939127384740097 ], [ -75.232818840889706, 39.939140232981501 ], [ -75.232747648590504, 39.9391892693396 ], [ -75.232727541656999, 39.939167293100901 ], [ -75.232703309834804, 39.9391408249584 ], [ -75.232781273861903, 39.939085375742998 ], [ -75.232953372921898, 39.938961921897203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4004, "ADDRESS": "4714 N MARVINE ST", "OWNER1": "PLOTZ LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491434200", "LNIADDRESSKEY": "417078", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.53515625, "Shape__Length": 70.95600225701989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143601278599405, 40.024428289170302 ], [ -75.143340060078998, 40.024393957671002 ], [ -75.143348654307999, 40.024352514343001 ], [ -75.143609290502596, 40.024388348576402 ], [ -75.143601278599405, 40.024428289170302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4005, "ADDRESS": "2427 N OPAL ST", "OWNER1": "SIEVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162119601", "LNIADDRESSKEY": "460333", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.43359375, "Shape__Length": 51.245780156769101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164180228671498, 39.991119603340003 ], [ -75.164173453047496, 39.9911186938428 ], [ -75.164167238279603, 39.991117860051503 ], [ -75.164171548577002, 39.991094954233603 ], [ -75.164176281760504, 39.991079054326903 ], [ -75.164181890402006, 39.991079809139102 ], [ -75.164188688567194, 39.9910807033759 ], [ -75.164351916051203, 39.991102403065803 ], [ -75.164345266331395, 39.991133412630198 ], [ -75.164343513628097, 39.9911414496232 ], [ -75.164180228671498, 39.991119603340003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4006, "ADDRESS": "1125 UNION ST", "OWNER1": "EMERALD PROPERTIES OF PHI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243227000", "LNIADDRESSKEY": "582524", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.80078125, "Shape__Length": 41.923003448874177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202983995406697, 39.973372128390999 ], [ -75.202990837188395, 39.973408130088202 ], [ -75.202955903983195, 39.9734122223851 ], [ -75.202851705219004, 39.973424675856798 ], [ -75.202844844256205, 39.973388641062698 ], [ -75.202983995406697, 39.973372128390999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4007, "ADDRESS": "2448 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291104300", "LNIADDRESSKEY": "419456", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.09375, "Shape__Length": 61.554213977334555 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176471005023004, 39.976702601200302 ], [ -75.176506787252293, 39.976537949668099 ], [ -75.176564070765096, 39.9765451832141 ], [ -75.176529199809394, 39.976710128879297 ], [ -75.176471005023004, 39.976702601200302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4008, "ADDRESS": "2609 N 29TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281170700", "LNIADDRESSKEY": "682292", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.74609375, "Shape__Length": 69.205584962921904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178495549228501, 39.995644307972597 ], [ -75.178745374567299, 39.995679758190199 ], [ -75.178735966979701, 39.995722312816099 ], [ -75.178702054155394, 39.9957173623364 ], [ -75.178486393242096, 39.995687948304699 ], [ -75.178495549228501, 39.995644307972597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4009, "ADDRESS": "268 DIAMOND ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183215100", "LNIADDRESSKEY": "116245", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 234.6875, "Shape__Length": 79.835383299465306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139277256861106, 39.9821719614296 ], [ -75.139233631714006, 39.982377934025401 ], [ -75.139169699235197, 39.982369225256498 ], [ -75.139194709544597, 39.982252812136899 ], [ -75.139218405999102, 39.982147152118799 ], [ -75.139281457212704, 39.982155357644103 ], [ -75.139277256861106, 39.9821719614296 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4010, "ADDRESS": "1612 W LEHIGH AVE", "OWNER1": "RHANEY ANTHONY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161325000", "LNIADDRESSKEY": "387660", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.54296875, "Shape__Length": 68.31822040901281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1582158366474, 39.994306626464699 ], [ -75.158256424379999, 39.994115732140699 ], [ -75.158310617108299, 39.9941230331086 ], [ -75.158269139137701, 39.994313584107999 ], [ -75.1582158366474, 39.994306626464699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4011, "ADDRESS": "10 E SELTZER ST", "OWNER1": "SELTZER DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071187900", "LNIADDRESSKEY": "529421", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.63671875, "Shape__Length": 55.352223181936111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129985390941599, 39.992183505015603 ], [ -75.130015994854503, 39.992038334291301 ], [ -75.130072486915495, 39.992045668516802 ], [ -75.130040437668399, 39.992190806262798 ], [ -75.129989166050905, 39.992183994395702 ], [ -75.129985390941599, 39.992183505015603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4012, "ADDRESS": "2403 N DOUGLAS ST", "OWNER1": "COLCLOUGH BRENDA RENEE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282215500", "LNIADDRESSKEY": "122257", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.17578125, "Shape__Length": 52.048305000699372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185142755959902, 39.993338718806498 ], [ -75.185151121443496, 39.993296462574399 ], [ -75.185327843585696, 39.993320706503503 ], [ -75.185319236898707, 39.993361055101403 ], [ -75.185142755959902, 39.993338718806498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4013, "ADDRESS": "2648 N HOLLYWOOD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282036401", "LNIADDRESSKEY": "347455", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.359375, "Shape__Length": 48.997359986307671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179357641558298, 39.996557732018701 ], [ -75.179365789338604, 39.996520210564398 ], [ -75.179533308942098, 39.996541934828599 ], [ -75.179525411184301, 39.996580010381699 ], [ -75.179357641558298, 39.996557732018701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4014, "ADDRESS": "2628 N 29TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282012501", "LNIADDRESSKEY": "682311", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.9453125, "Shape__Length": 67.767165722383936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178906038660799, 39.996159228067697 ], [ -75.178914841813096, 39.996117707316401 ], [ -75.179160652016193, 39.996151309682801 ], [ -75.179152160777505, 39.996192370035899 ], [ -75.178906038660799, 39.996159228067697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4015, "ADDRESS": "615 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371380901", "LNIADDRESSKEY": "105886", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.84375, "Shape__Length": 57.454524079378174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143267232297504, 39.989551256453503 ], [ -75.1433011269784, 39.989395453448203 ], [ -75.143352886827699, 39.9894026421482 ], [ -75.143317916175306, 39.989558098614701 ], [ -75.143267232297504, 39.989551256453503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4016, "ADDRESS": "3033 W OAKDALE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282376501", "LNIADDRESSKEY": "454443", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.42578125, "Shape__Length": 48.410706892974702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181212825786005, 39.997062189198097 ], [ -75.181241886021198, 39.996936122568997 ], [ -75.181291605914396, 39.996943167203703 ], [ -75.181262408011406, 39.997069004383803 ], [ -75.181212825786005, 39.997062189198097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4017, "ADDRESS": "2613 N 29TH ST", "OWNER1": "LAVESTA G BRYANT", "OWNER2": "HELEN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281170900", "LNIADDRESSKEY": "682296", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.51953125, "Shape__Length": 69.512499332423715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178466893388901, 39.995775042426501 ], [ -75.178476707217101, 39.9957300788314 ], [ -75.178726755139607, 39.9957652277253 ], [ -75.178716697042802, 39.995808332036603 ], [ -75.178466893388901, 39.995775042426501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4018, "ADDRESS": "1117 N 41ST ST", "OWNER1": "1117 N 41ST STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062249000", "LNIADDRESSKEY": "686696", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 268.671875, "Shape__Length": 93.094347790827882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206141008176999, 39.9729466239909 ], [ -75.206149662077095, 39.972993030554399 ], [ -75.205795559199103, 39.973031685378899 ], [ -75.205787421900297, 39.9729860313128 ], [ -75.206141008176999, 39.9729466239909 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4019, "ADDRESS": "2904 WHARTON ST", "OWNER1": "SANKAR PRITHVI S", "OWNER2": "SWAMY PRIYA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362087900", "LNIADDRESSKEY": "610502", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.953125, "Shape__Length": 61.432778371051448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.19226560045, 39.937251383814498 ], [ -75.192300098918096, 39.937086458874298 ], [ -75.192357059491101, 39.937093612724603 ], [ -75.192322308014695, 39.937259160489802 ], [ -75.19226560045, 39.937251383814498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4020, "ADDRESS": "2524 MUTTER ST", "OWNER1": "KEMELLY MARGARET AND", "OWNER2": "GEORGE W LEARY EXS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192046100", "LNIADDRESSKEY": "444436", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.984375, "Shape__Length": 44.310458516246861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1339116470064, 39.9888125641586 ], [ -75.133913325593696, 39.988801640328901 ], [ -75.133919357507395, 39.988774519569603 ], [ -75.134066276018899, 39.988793294855 ], [ -75.134060157447905, 39.988820462075701 ], [ -75.1340578032666, 39.988831515799198 ], [ -75.1339116470064, 39.9888125641586 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4021, "ADDRESS": "1760 S 60TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034139610", "LNIADDRESSKEY": "700433", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.796875, "Shape__Length": 88.532616915169854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232993510037204, 39.934755986589501 ], [ -75.233144154965004, 39.934651758750903 ], [ -75.233154924291199, 39.934644209354197 ], [ -75.2332028245266, 39.934611103764503 ], [ -75.233222681342696, 39.9345973702276 ], [ -75.233251607648199, 39.934578452261199 ], [ -75.233284905617694, 39.9346088753 ], [ -75.233280419433598, 39.934611854882398 ], [ -75.2332577692097, 39.9346269461983 ], [ -75.233238064244503, 39.934640569322802 ], [ -75.233028201520895, 39.934785520143897 ], [ -75.232993510037204, 39.934755986589501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4022, "ADDRESS": "2638 N 11TH ST", "OWNER1": "T&I DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371198200", "LNIADDRESSKEY": "733058", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.31640625, "Shape__Length": 68.279428717820338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149476376495201, 39.992584309339698 ], [ -75.149650026568594, 39.992608570446798 ], [ -75.149722567289402, 39.992618257656801 ], [ -75.149713809511198, 39.992660890354003 ], [ -75.149467362616704, 39.992627048846799 ], [ -75.149476376495201, 39.992584309339698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4023, "ADDRESS": "2313 N LAWRENCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191256000", "LNIADDRESSKEY": "384516", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.29296875, "Shape__Length": 45.525135610387501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140250459038299, 39.986340244775199 ], [ -75.140257698601999, 39.986306734795598 ], [ -75.140414915187506, 39.986329508108902 ], [ -75.140407412529896, 39.986363351124297 ], [ -75.140250459038299, 39.986340244775199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4024, "ADDRESS": "2607 REED ST", "OWNER1": "MAEFIN PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362111300", "LNIADDRESSKEY": "498184", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.9765625, "Shape__Length": 64.711854196437656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187783135805006, 39.9357444982818 ], [ -75.187821128424602, 39.9355654345893 ], [ -75.187875246203404, 39.935572430335696 ], [ -75.187836118819206, 39.935751017060802 ], [ -75.187783135805006, 39.9357444982818 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4025, "ADDRESS": "2404 N 6TH ST", "OWNER1": "YONA CONSTRUCTION LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371032700", "LNIADDRESSKEY": "639437", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.671875, "Shape__Length": 76.439711394090708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143217342627395, 39.987995048852703 ], [ -75.143227158577901, 39.987951183673502 ], [ -75.143400161958496, 39.987973892363897 ], [ -75.143507663037894, 39.987988246362399 ], [ -75.1435070499532, 39.987991134855399 ], [ -75.143498201806693, 39.988032716543898 ], [ -75.143217342627395, 39.987995048852703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4026, "ADDRESS": "1353 S DOVER ST", "OWNER1": "SMALE CONNOR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362159700", "LNIADDRESSKEY": "123243", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-6", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.19921875, "Shape__Length": 49.536821071129793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191494940497904, 39.9361235145454 ], [ -75.191503084960402, 39.936084621747703 ], [ -75.191672037709907, 39.936107234143002 ], [ -75.191664918595905, 39.936142249582502 ], [ -75.191664275846406, 39.936145410173403 ], [ -75.191494940497904, 39.9361235145454 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4027, "ADDRESS": "2641 REED ST", "OWNER1": "HO TAM KINH", "OWNER2": "CUNG HIEN LONG", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362113005", "LNIADDRESSKEY": "498218", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.69921875, "Shape__Length": 63.963081599905713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188690978024596, 39.935860978588899 ], [ -75.188730040528597, 39.935684598771601 ], [ -75.188783369417195, 39.935691995436599 ], [ -75.188744552923396, 39.9358679460261 ], [ -75.188690978024596, 39.935860978588899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4028, "ADDRESS": "911 W DAUPHIN ST", "OWNER1": "1825 DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371332100", "LNIADDRESSKEY": "110479", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.984375, "Shape__Length": 52.288918935745116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147754533491806, 39.986903183519303 ], [ -75.147806811191998, 39.986909963011101 ], [ -75.147777709800494, 39.987048159460201 ], [ -75.147726559589998, 39.987040955011203 ], [ -75.147738851797996, 39.986984315127998 ], [ -75.147739955706797, 39.986976827899198 ], [ -75.147754533491806, 39.986903183519303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4029, "ADDRESS": "2351 GERRITT ST", "OWNER1": "NAGPAL LAVINA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364010200", "LNIADDRESSKEY": "311327", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.87890625, "Shape__Length": 50.447442177704325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183955994188494, 39.934750777894799 ], [ -75.183983564634204, 39.934617875108898 ], [ -75.184035227093304, 39.934625510408303 ], [ -75.184005854027106, 39.934757373876501 ], [ -75.183955994188494, 39.934750777894799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4030, "ADDRESS": "2912 W LEHIGH AVE", "OWNER1": "APOSTOLIC ASSEMBLY OF OUR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282377500", "LNIADDRESSKEY": "387981", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.390625, "Shape__Length": 75.681532904561593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179058773593496, 39.996775118935801 ], [ -75.179115366540401, 39.996783334344698 ], [ -75.179065594083198, 39.996996322292702 ], [ -75.179009693400602, 39.996988653964301 ], [ -75.179058773593496, 39.996775118935801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4031, "ADDRESS": "862 UNION ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243155900", "LNIADDRESSKEY": "582496", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.41015625, "Shape__Length": 70.422560376546812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202403473574705, 39.9694130240417 ], [ -75.202660134787806, 39.969385677888297 ], [ -75.202667831267902, 39.9694279526937 ], [ -75.202411422963394, 39.9694574500001 ], [ -75.202403473574705, 39.9694130240417 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4032, "ADDRESS": "1306 S 28TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362142505", "LNIADDRESSKEY": "681231", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.2578125, "Shape__Length": 64.286690600878927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190605168127803, 39.936908760354001 ], [ -75.190615304533097, 39.9368642706171 ], [ -75.190841995097202, 39.936892316163402 ], [ -75.190829498710897, 39.936938364935997 ], [ -75.190713082364496, 39.936923001003201 ], [ -75.190605168127803, 39.936908760354001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4033, "ADDRESS": "2824 WHARTON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362086710", "LNIADDRESSKEY": "610481", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.09375, "Shape__Length": 62.090578075690303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191479568640602, 39.936980176019802 ], [ -75.191443987722906, 39.937143255445399 ], [ -75.191381970799696, 39.937135246132499 ], [ -75.191416736150202, 39.936972148528596 ], [ -75.191479568640602, 39.936980176019802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4034, "ADDRESS": "1937 N 4TH ST", "OWNER1": "SHIN JEARY J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183322010", "LNIADDRESSKEY": "634580", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.42578125, "Shape__Length": 57.449815821654141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1405193257402, 39.9805455244136 ], [ -75.140527838936606, 39.980511044379099 ], [ -75.140736001962694, 39.980539280612497 ], [ -75.140728045945195, 39.980574579743603 ], [ -75.1405193257402, 39.9805455244136 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4035, "ADDRESS": "3909 FAIRMOUNT AVE", "OWNER1": "RAINEY CHARLES JR", "OWNER2": "STEWARD CHANDRA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243015400", "LNIADDRESSKEY": "283634", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.95703125, "Shape__Length": 84.25575357648728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200433801193199, 39.9655013176408 ], [ -75.200489441188495, 39.965495171379501 ], [ -75.200536744565895, 39.965739128982896 ], [ -75.200480200451295, 39.9657453362721 ], [ -75.200433801193199, 39.9655013176408 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4036, "ADDRESS": "1217 S 27TH ST", "OWNER1": "SGS EAGLE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362124400", "LNIADDRESSKEY": "680226", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 0.67, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.53515625, "Shape__Length": 56.141234180783314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188296422857704, 39.938313229749603 ], [ -75.188303693052106, 39.938274801899098 ], [ -75.1885028110554, 39.938300591790401 ], [ -75.188494600115703, 39.938338982872899 ], [ -75.188296422857704, 39.938313229749603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4037, "ADDRESS": "2239 N 19TH ST", "OWNER1": "PHILADELPHIA DEVELOPMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162071500", "LNIADDRESSKEY": "668124", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.61328125, "Shape__Length": 69.849481435791176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163641479395096, 39.9882048792661 ], [ -75.163649829294101, 39.988163945070298 ], [ -75.163905154460195, 39.988196071014499 ], [ -75.163897122457897, 39.988238042924699 ], [ -75.163641479395096, 39.9882048792661 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4038, "ADDRESS": "2641 N 30TH ST", "OWNER1": "BUSH CHARLES JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282072100", "LNIADDRESSKEY": "683237", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.22265625, "Shape__Length": 61.351713070537798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180037901048607, 39.996561099890997 ], [ -75.180046570068299, 39.996519237059701 ], [ -75.180263705005004, 39.996549680079298 ], [ -75.180254889788003, 39.996590959625799 ], [ -75.180037901048607, 39.996561099890997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4039, "ADDRESS": "2955 N BAILEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381166400", "LNIADDRESSKEY": "26620", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.7265625, "Shape__Length": 50.6473605470416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173322403159204, 40.000796004398602 ], [ -75.173330553002003, 40.000755211537403 ], [ -75.173502604163403, 40.000775418665 ], [ -75.173493834377297, 40.000815956601201 ], [ -75.173322403159204, 40.000796004398602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4040, "ADDRESS": "756 N 38TH ST", "OWNER1": "KIRAN MICHAEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243098200", "LNIADDRESSKEY": "685864", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.81640625, "Shape__Length": 74.954638774950013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198200970925896, 39.967152273062503 ], [ -75.198470467576797, 39.967122141570698 ], [ -75.198482291194495, 39.967120825483597 ], [ -75.198489111203799, 39.967161808474103 ], [ -75.198477437464305, 39.967163031036897 ], [ -75.198207601045596, 39.967191059027201 ], [ -75.198200970925896, 39.967152273062503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4041, "ADDRESS": "2531 TURNER ST", "OWNER1": "MIDAS HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324021200", "LNIADDRESSKEY": "580057", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.83984375, "Shape__Length": 62.420360773225489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176675528366005, 39.980382447193897 ], [ -75.176711260743801, 39.9802108803256 ], [ -75.176764254464402, 39.980217467894498 ], [ -75.176727520301199, 39.980389512375297 ], [ -75.176675528366005, 39.980382447193897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4042, "ADDRESS": "2223 N FRANKLIN ST", "OWNER1": "UNITED DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371077700", "LNIADDRESSKEY": "299324", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.26171875, "Shape__Length": 63.952144575274133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145915542320196, 39.9854762222066 ], [ -75.145908253246603, 39.9855174373373 ], [ -75.145677563148197, 39.985490964651099 ], [ -75.145683996432894, 39.985450650280399 ], [ -75.145915542320196, 39.9854762222066 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4043, "ADDRESS": "2015 GERMANTOWN AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "183434310", "LNIADDRESSKEY": "309155", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.9140625, "Shape__Length": 67.995934048051694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143776166922095, 39.981889576060297 ], [ -75.143780929274698, 39.981934755571402 ], [ -75.143569143761795, 39.981944501877599 ], [ -75.143528003354803, 39.9819386670911 ], [ -75.143537740815603, 39.981894606398903 ], [ -75.143573206227899, 39.981899264859202 ], [ -75.143776166922095, 39.981889576060297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4044, "ADDRESS": "23 E SOMERSET ST", "OWNER1": "MACEY NANICE R", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071197610", "LNIADDRESSKEY": "541217", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.0234375, "Shape__Length": 59.271585644106224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129561617183498, 39.992289540835799 ], [ -75.129592222537497, 39.992133504991997 ], [ -75.129598588077798, 39.9921336503145 ], [ -75.129651424620903, 39.992141191873301 ], [ -75.129621195596698, 39.9922972689834 ], [ -75.129561617183498, 39.992289540835799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4045, "ADDRESS": "14 E SELTZER ST", "OWNER1": "SELTZER DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071188100", "LNIADDRESSKEY": "529425", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.203125, "Shape__Length": 55.289388770209221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129872967204093, 39.992168994537998 ], [ -75.129903389471806, 39.992024173344497 ], [ -75.129959689709693, 39.992031051608201 ], [ -75.129927989690998, 39.992176392146597 ], [ -75.129872967204093, 39.992168994537998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4046, "ADDRESS": "2805 N MARVINE ST", "OWNER1": "BCM PHILADELPHIA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372238600", "LNIADDRESSKEY": "416821", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.9453125, "Shape__Length": 73.855324351078536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149283214022006, 39.9950907730708 ], [ -75.149291901777801, 39.995047269326399 ], [ -75.149563633776197, 39.9950811038035 ], [ -75.149554037491896, 39.995123749034001 ], [ -75.149283214022006, 39.9950907730708 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4047, "ADDRESS": "2416 N NATRONA ST", "OWNER1": "STONE WILLIAM S", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282210000", "LNIADDRESSKEY": "447152", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.2109375, "Shape__Length": 48.618454404197301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184906060624996, 39.9935838504624 ], [ -75.184914176636795, 39.993546536335401 ], [ -75.185080172499099, 39.993566849048797 ], [ -75.185072566789501, 39.993605076723902 ], [ -75.184906060624996, 39.9935838504624 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4048, "ADDRESS": "1822 NORTH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152097810", "LNIADDRESSKEY": "452716", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.12109375, "Shape__Length": 62.760216658674779 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1678381089163, 39.966607346909299 ], [ -75.167768426990193, 39.966598638176002 ], [ -75.167802611062001, 39.966438402876797 ], [ -75.167871409605198, 39.966447204339801 ], [ -75.1678381089163, 39.966607346909299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4049, "ADDRESS": "554 W HUNTINGDON ST", "OWNER1": "SHIRAZ INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192311800", "LNIADDRESSKEY": "731895", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.72265625, "Shape__Length": 61.420955368802538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142397067501093, 39.990671445556501 ], [ -75.142433868447, 39.990506068972799 ], [ -75.142489938446403, 39.9905134843588 ], [ -75.142453500569303, 39.990678675485803 ], [ -75.142397067501093, 39.990671445556501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4050, "ADDRESS": "1302 S 28TH ST", "OWNER1": "BANKS MICHAEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362142300", "LNIADDRESSKEY": "681229", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.140625, "Shape__Length": 62.751612976612144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190587413670997, 39.936984868802 ], [ -75.190597135373906, 39.936945253279298 ], [ -75.190703986333403, 39.936958824860298 ], [ -75.190821902236905, 39.936973804419203 ], [ -75.190812085614894, 39.937015400059103 ], [ -75.190693687532104, 39.936999313879902 ], [ -75.190587413670997, 39.936984868802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4051, "ADDRESS": "951 BELMONT AVE", "OWNER1": "951 BELMONT AVE INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062332400", "LNIADDRESSKEY": "34887", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.5625, "Shape__Length": 82.53437865397332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211637335511199, 39.971150532987402 ], [ -75.211326941203794, 39.971183725932903 ], [ -75.211319081636503, 39.971140221736903 ], [ -75.211629477169595, 39.971107029970398 ], [ -75.211637335511199, 39.971150532987402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4052, "ADDRESS": "2602 N HOLLYWOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282034101", "LNIADDRESSKEY": "347409", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.85546875, "Shape__Length": 47.396792592580745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179547178870294, 39.995676679410799 ], [ -75.179555192779802, 39.995641605697699 ], [ -75.179718245861807, 39.995662778090001 ], [ -75.179710671269405, 39.995698975523901 ], [ -75.179547178870294, 39.995676679410799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4053, "ADDRESS": "507 W SUSQUEHANNA AVE", "OWNER1": "ROCK NOIRE INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191402800", "LNIADDRESSKEY": "558954", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.79296875, "Shape__Length": 66.829994615865274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142111174093102, 39.9847382723176 ], [ -75.142149465199907, 39.9845569388198 ], [ -75.142209923473999, 39.984566162732698 ], [ -75.142209524790204, 39.984567813807097 ], [ -75.142196278731902, 39.984623562037399 ], [ -75.142194104917394, 39.984635409514901 ], [ -75.142171417297604, 39.9847460091787 ], [ -75.142111174093102, 39.9847382723176 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4054, "ADDRESS": "2215 N LAWRENCE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191252401", "LNIADDRESSKEY": "384460", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.8828125, "Shape__Length": 50.052523379284082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140566313394999, 39.984802634405099 ], [ -75.140573469277797, 39.9847642063039 ], [ -75.140745907108595, 39.984787228458202 ], [ -75.140737642404005, 39.984825099755703 ], [ -75.140566313394999, 39.984802634405099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4055, "ADDRESS": "2453 N CLEVELAND ST", "OWNER1": "URBANIAK MARZENA", "OWNER2": "SPADLO VOYTEK", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162024900", "LNIADDRESSKEY": "90238", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.84765625, "Shape__Length": 50.730740861937285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162020487482295, 39.991348527093002 ], [ -75.162026101744104, 39.9913222009748 ], [ -75.162027878557694, 39.991312424467502 ], [ -75.1620353436861, 39.991313414961503 ], [ -75.162036823365597, 39.991313625148301 ], [ -75.162204926997404, 39.991336050526598 ], [ -75.162197749371998, 39.991372625375803 ], [ -75.162028681891996, 39.9913496308898 ], [ -75.162020487482295, 39.991348527093002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4056, "ADDRESS": "1316 S CLEVELAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361153305", "LNIADDRESSKEY": "90493", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.99609375, "Shape__Length": 48.257539396684194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174752269819507, 39.934560726944099 ], [ -75.174760857606302, 39.934521426107302 ], [ -75.174924022856004, 39.934542918656298 ], [ -75.174915752845394, 39.934581017027902 ], [ -75.174752269819507, 39.934560726944099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4057, "ADDRESS": "1866 W HUNTING PARK AVE", "OWNER1": "MCIVOR JAMISA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131103900", "LNIADDRESSKEY": "353112", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.21484375, "Shape__Length": 65.948198210755933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158356903837799, 40.013478592602802 ], [ -75.158406418090806, 40.013453419683898 ], [ -75.158506075843107, 40.013584304892703 ], [ -75.158516775295396, 40.0135983612155 ], [ -75.158527175699902, 40.013612040244801 ], [ -75.158479595277399, 40.013634324056902 ], [ -75.158468618721898, 40.013620389870901 ], [ -75.158356903837799, 40.013478592602802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4058, "ADDRESS": "2529 ANNIN ST", "OWNER1": "KNOSSOS DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361247600", "LNIADDRESSKEY": "17617", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.078125, "Shape__Length": 39.646004535841087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186010871307701, 39.9390509606569 ], [ -75.186031007100397, 39.938951324341801 ], [ -75.186077415194106, 39.938956810528502 ], [ -75.186056915267102, 39.939056133492997 ], [ -75.186010871307701, 39.9390509606569 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4059, "ADDRESS": "2618-28 W HUNTINGDON ST", "OWNER1": "TOP LINE PROPERTIES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281304020", "LNIADDRESSKEY": "354166", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 2690.67578125, "Shape__Length": 236.16449782007496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174997771979804, 39.994883112282103 ], [ -75.175025266758396, 39.994747791129498 ], [ -75.175034464260193, 39.9946970103097 ], [ -75.175029747357001, 39.994695937035502 ], [ -75.175048179290002, 39.9946094647959 ], [ -75.175166579681999, 39.994625855555903 ], [ -75.175219608635999, 39.994379783724902 ], [ -75.175470722857298, 39.994412594117399 ], [ -75.175418736548906, 39.994658301994903 ], [ -75.175362075416402, 39.994931631389797 ], [ -75.174997771979804, 39.994883112282103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4060, "ADDRESS": "5144 HARLAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442170200", "LNIADDRESSKEY": "332828", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.0, "Shape__Length": 68.653856249290541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225597991894901, 39.9747096316149 ], [ -75.225613576019597, 39.974708220872202 ], [ -75.225647352520994, 39.9747051729424 ], [ -75.225682140147001, 39.974901726114197 ], [ -75.225632112331198, 39.974905541681899 ], [ -75.225597991894901, 39.9747096316149 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4061, "ADDRESS": "505 MERCY ST", "OWNER1": "CK PROPERTY GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "392054100", "LNIADDRESSKEY": "428012", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.53125, "Shape__Length": 46.573528493927945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155363247054495, 39.923164214758799 ], [ -75.155389254754596, 39.923043709619499 ], [ -75.155438494798304, 39.923050009166801 ], [ -75.155412484260097, 39.923170514251296 ], [ -75.155363247054495, 39.923164214758799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4062, "ADDRESS": "1310 W WILLIAM ST", "OWNER1": "THOMAS LEE HENDERSON", "OWNER2": "LOIS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372366700", "LNIADDRESSKEY": "614218", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.484375, "Shape__Length": 40.971561757019074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152172012184394, 39.996291443591801 ], [ -75.152176257039997, 39.996271970656501 ], [ -75.152177768261794, 39.996259301618601 ], [ -75.152193356456607, 39.996191515978602 ], [ -75.152243815878094, 39.996198364753397 ], [ -75.152230701742496, 39.996256792995503 ], [ -75.152226793760306, 39.996278982244 ], [ -75.152223403845497, 39.996298538726499 ], [ -75.152187231564398, 39.996293545012897 ], [ -75.152174680886105, 39.996291810334597 ], [ -75.152172012184394, 39.996291443591801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4063, "ADDRESS": "524 W BERKS ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "183042101", "LNIADDRESSKEY": "37089", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.4921875, "Shape__Length": 64.94401836622481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144090745456296, 39.979920352071701 ], [ -75.144122004545395, 39.979755607259001 ], [ -75.144194551530603, 39.979763726154502 ], [ -75.144163095912702, 39.979930087233299 ], [ -75.144090745456296, 39.979920352071701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4064, "ADDRESS": "2623 REED ST", "OWNER1": "FD & KMK DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362112100", "LNIADDRESSKEY": "498200", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.3359375, "Shape__Length": 64.565090670931284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188209142190999, 39.935799440374701 ], [ -75.1882471987374, 39.935621989674303 ], [ -75.188302368655798, 39.935628283406103 ], [ -75.188263857841307, 39.935805562919299 ], [ -75.188209142190999, 39.935799440374701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4065, "ADDRESS": "1610 OGDEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152305910", "LNIADDRESSKEY": "456384", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.23046875, "Shape__Length": 67.130962624697489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163496724339794, 39.970004315657803 ], [ -75.163523964313995, 39.969876487576002 ], [ -75.163534081500998, 39.969833061396301 ], [ -75.163537859953493, 39.969810868942503 ], [ -75.163587332958798, 39.969832101545698 ], [ -75.163550205367301, 39.970011016254603 ], [ -75.163496724339794, 39.970004315657803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4066, "ADDRESS": "4161 WESTMINSTER AVE", "OWNER1": "ABC UA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062099700", "LNIADDRESSKEY": "608027", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.77734375, "Shape__Length": 76.233041804227156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207816066840806, 39.970171228551102 ], [ -75.207868565292202, 39.970165170096998 ], [ -75.2078790421523, 39.970221675474399 ], [ -75.207887408154207, 39.970265705875804 ], [ -75.207896926424894, 39.970309181783101 ], [ -75.207905254115204, 39.970354275643601 ], [ -75.207910981476502, 39.9703848361562 ], [ -75.2078582598797, 39.970390164382302 ], [ -75.207834183895699, 39.970269878678899 ], [ -75.207816066840806, 39.970171228551102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4067, "ADDRESS": "1936 S 65TH ST", "OWNER1": "DARBUNDO FRANK JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403007800", "LNIADDRESSKEY": "704347", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.61328125, "Shape__Length": 67.799490724834428 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237422646520201, 39.928042177680901 ], [ -75.237462158312695, 39.928012658453902 ], [ -75.237602850840503, 39.927912560101603 ], [ -75.237642048243202, 39.927945368149899 ], [ -75.237543019353296, 39.9280160259773 ], [ -75.237535036965099, 39.928021831443999 ], [ -75.237501608023393, 39.9280454078825 ], [ -75.237460841022795, 39.928074335373203 ], [ -75.237422646520201, 39.928042177680901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4068, "ADDRESS": "6013 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401271100", "LNIADDRESSKEY": "500439", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.9375, "Shape__Length": 58.683256122464925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230146981633794, 39.9319749068557 ], [ -75.230186353429303, 39.931947063922301 ], [ -75.230327268797794, 39.932067396684502 ], [ -75.230288812140302, 39.932094310347402 ], [ -75.230146981633794, 39.9319749068557 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4069, "ADDRESS": "179 E CHELTEN AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591002315", "LNIADDRESSKEY": "77578", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.24609375, "Shape__Length": 51.245299935825891 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171881798944199, 40.038783160608503 ], [ -75.171911180448802, 40.038753933542097 ], [ -75.172038751567698, 40.0388290455478 ], [ -75.172034293291304, 40.038858074053202 ], [ -75.172031783883597, 40.038874411631397 ], [ -75.171881798944199, 40.038783160608503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4070, "ADDRESS": "3041 KENSINGTON AVE", "OWNER1": "VP KENSINGTON EMERALD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885328840", "LNIADDRESSKEY": "368766", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.984375, "Shape__Length": 66.207686111259576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117007579941699, 39.994168141816999 ], [ -75.117053097352496, 39.994142846569702 ], [ -75.117195545699701, 39.994290597442898 ], [ -75.117148029660598, 39.994317170291502 ], [ -75.117007579941699, 39.994168141816999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4071, "ADDRESS": "1730 N MARSHALL ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201145701", "LNIADDRESSKEY": "413753", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.26171875, "Shape__Length": 81.275892052368434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146019213919104, 39.9779276437324 ], [ -75.146027101403504, 39.9778875222827 ], [ -75.146336391699904, 39.977921444490804 ], [ -75.146328908345794, 39.977960881340501 ], [ -75.146019213919104, 39.9779276437324 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4072, "ADDRESS": "5521 JEFFERSON ST", "OWNER1": "JAMANDA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041274000", "LNIADDRESSKEY": "363181", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.06640625, "Shape__Length": 84.832258672929981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232892831301498, 39.978933368224098 ], [ -75.232946709965603, 39.978926362156997 ], [ -75.2329947342227, 39.979174042686203 ], [ -75.232940689313907, 39.979180433583203 ], [ -75.232892831301498, 39.978933368224098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4073, "ADDRESS": "2210 W CUMBERLAND ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162283300", "LNIADDRESSKEY": "106084", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.328125, "Shape__Length": 82.167099933510045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169026192130403, 39.992334072687697 ], [ -75.169037822261799, 39.992335784832001 ], [ -75.169079899579302, 39.992341454526098 ], [ -75.169066887383707, 39.992407543013101 ], [ -75.169029764604602, 39.992579222035701 ], [ -75.168975949419405, 39.992571934614404 ], [ -75.168999019460998, 39.992455697735799 ], [ -75.169026192130403, 39.992334072687697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4074, "ADDRESS": "1701 S TAYLOR ST", "OWNER1": "NI REAL ESTATE INVESTMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364182100", "LNIADDRESSKEY": "566283", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.34375, "Shape__Length": 51.000066018312395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1857773787697, 39.931420765820398 ], [ -75.185787038479106, 39.931377844815401 ], [ -75.185956582735599, 39.9313988517101 ], [ -75.185947814833398, 39.931441985257202 ], [ -75.1857773787697, 39.931420765820398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4075, "ADDRESS": "6011 ALLMAN ST", "OWNER1": "MOODY TERENCE", "OWNER2": "MOODY TRACY MYERS H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401241100", "LNIADDRESSKEY": "12032", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.81640625, "Shape__Length": 58.082814458889949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231124631457703, 39.932735850346297 ], [ -75.231164236126602, 39.932707882673199 ], [ -75.231304262583507, 39.932824616553603 ], [ -75.231263917754205, 39.932852778627499 ], [ -75.231124631457703, 39.932735850346297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4076, "ADDRESS": "2259 N 22ND ST", "OWNER1": "MISHPUCHEH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162209500", "LNIADDRESSKEY": "674084", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.76953125, "Shape__Length": 92.090341423836165 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168468341233805, 39.989347229399201 ], [ -75.168477846580302, 39.989304483961398 ], [ -75.168828967474596, 39.9893499236818 ], [ -75.168819843034797, 39.989393709370802 ], [ -75.168468341233805, 39.989347229399201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4077, "ADDRESS": "732 WIOTA ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061179410", "LNIADDRESSKEY": "618696", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.890625, "Shape__Length": 48.242090208694904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203529476510894, 39.9657896941128 ], [ -75.203535509338195, 39.965822663982102 ], [ -75.203363877107705, 39.965842099499397 ], [ -75.203357957479298, 39.965809470008402 ], [ -75.203529476510894, 39.9657896941128 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4078, "ADDRESS": "532 EDGLEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191386501", "LNIADDRESSKEY": "730592", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.99609375, "Shape__Length": 40.988712229960917 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143055592018698, 39.983310835575899 ], [ -75.1431055545482, 39.983317773054402 ], [ -75.143082532983499, 39.983418547513601 ], [ -75.143032463110004, 39.983411124415397 ], [ -75.143055592018698, 39.983310835575899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4079, "ADDRESS": "1416 N 27TH ST", "OWNER1": "HARTRUM ALISON", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "292060400", "LNIADDRESSKEY": "679594", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.63671875, "Shape__Length": 42.856086985153979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179767383711194, 39.977673531965202 ], [ -75.179775337719803, 39.977638860127101 ], [ -75.179777446366501, 39.977629638202501 ], [ -75.179909581172694, 39.977647798720803 ], [ -75.179900132682207, 39.977691480995198 ], [ -75.179767383711194, 39.977673531965202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4080, "ADDRESS": "2126 N MARSTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323198501", "LNIADDRESSKEY": "415690", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.69921875, "Shape__Length": 50.919522168833424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178291770410496, 39.988191770636902 ], [ -75.178301051929395, 39.988153646204204 ], [ -75.178475681632193, 39.988177949887302 ], [ -75.178469002064801, 39.9882154557435 ], [ -75.178291770410496, 39.988191770636902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4081, "ADDRESS": "2312 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191243301", "LNIADDRESSKEY": "388681", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.8828125, "Shape__Length": 46.524410377243605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140279477383501, 39.986200258345399 ], [ -75.140272180285606, 39.986235266094198 ], [ -75.140266176264802, 39.986234452678502 ], [ -75.140112251182501, 39.986213284616099 ], [ -75.140120072400705, 39.9861777087607 ], [ -75.140273537523697, 39.986199413726901 ], [ -75.140279477383501, 39.986200258345399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4082, "ADDRESS": "5436 VINE ST", "OWNER1": "KIRAN REALTY LLC", "OWNER2": null, "BLDG_DESC": null, "OPA_ID": "041031400", "LNIADDRESSKEY": "589266", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 469.17578125, "Shape__Length": 112.64738690062276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229385395501396, 39.9651851004203 ], [ -75.229453633613502, 39.964871544546597 ], [ -75.229543357822195, 39.964882816105799 ], [ -75.229475918663297, 39.965196309611599 ], [ -75.229385395501396, 39.9651851004203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4083, "ADDRESS": "1803 N 8TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202090401", "LNIADDRESSKEY": "644908", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.078125, "Shape__Length": 71.426830263650047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147695606314301, 39.979245125732099 ], [ -75.147703456002802, 39.979208146766403 ], [ -75.147731101916705, 39.979210144340499 ], [ -75.147969891259507, 39.979242946476603 ], [ -75.147961915398398, 39.979282114328903 ], [ -75.147695606314301, 39.979245125732099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4084, "ADDRESS": "2604 N 29TH ST", "OWNER1": "TRADE ENTERPRISE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282011300", "LNIADDRESSKEY": "682287", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.2421875, "Shape__Length": 67.196936580010473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179010120686996, 39.9956660056014 ], [ -75.179018010214605, 39.995625367644699 ], [ -75.179262395938807, 39.995657793644 ], [ -75.179254498033103, 39.995698656679401 ], [ -75.179010120686996, 39.9956660056014 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4085, "ADDRESS": "4141 LEIDY AVE", "OWNER1": "3936 HAVERFORD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062195800", "LNIADDRESSKEY": "388079", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 411.79296875, "Shape__Length": 141.18133299814428 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207885106830105, 39.974851184361498 ], [ -75.208133272065794, 39.9744528375318 ], [ -75.208185439967494, 39.974471934294797 ], [ -75.207936564076505, 39.974870813974697 ], [ -75.207885106830105, 39.974851184361498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4086, "ADDRESS": "821 DIAMOND ST", "OWNER1": "SESAY ABASS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201085600", "LNIADDRESSKEY": "116386", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.87109375, "Shape__Length": 62.262071718864888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147919296595504, 39.983832559700701 ], [ -75.147952247988101, 39.983661662393402 ], [ -75.148007259387001, 39.983669212257396 ], [ -75.147971505986206, 39.983839417588101 ], [ -75.147919296595504, 39.983832559700701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4087, "ADDRESS": "69 E DUVAL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "592161615", "LNIADDRESSKEY": "127135", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.96484375, "Shape__Length": 62.494785095724922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181451314642999, 40.045177639552797 ], [ -75.181480849973696, 40.045153137053703 ], [ -75.1816414643489, 40.045285137662297 ], [ -75.181615500424201, 40.045311106480199 ], [ -75.181451314642999, 40.045177639552797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4088, "ADDRESS": "3962 PENNSGROVE ST", "OWNER1": "3962 PENNSGROVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243168900", "LNIADDRESSKEY": "478493", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.3046875, "Shape__Length": 81.464995551474075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203010169944505, 39.971554849677297 ], [ -75.203064553792501, 39.97154828675 ], [ -75.203112645940806, 39.971783863099198 ], [ -75.203058727481505, 39.971790306863703 ], [ -75.203010169944505, 39.971554849677297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4089, "ADDRESS": "2126 N REESE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191329500", "LNIADDRESSKEY": "498706", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.55859375, "Shape__Length": 45.716636642342237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142618235052296, 39.983672819480397 ], [ -75.142771232455303, 39.983694526361802 ], [ -75.142762145926994, 39.983732557059703 ], [ -75.142610222924006, 39.9837106639635 ], [ -75.142618235052296, 39.983672819480397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4090, "ADDRESS": "2343 N 32ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282182701", "LNIADDRESSKEY": "684284", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.27734375, "Shape__Length": 56.833419662103147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184156577970796, 39.992759807373901 ], [ -75.184164362088595, 39.992721325823197 ], [ -75.184181841697495, 39.992723521953103 ], [ -75.184366470811199, 39.992747025122199 ], [ -75.184365674801896, 39.992750343316899 ], [ -75.184357254161696, 39.992785715684199 ], [ -75.184156577970796, 39.992759807373901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4091, "ADDRESS": "2828 WHARTON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362087010", "LNIADDRESSKEY": "610485", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.9296875, "Shape__Length": 60.278292112001338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191612549695705, 39.937165746525999 ], [ -75.191648395094006, 39.937005075270498 ], [ -75.191706135294396, 39.937012697342197 ], [ -75.191670310975695, 39.937172773291103 ], [ -75.191612549695705, 39.937165746525999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4092, "ADDRESS": "2613 N 27TH ST", "OWNER1": "LAWRENCE STEVEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281065600", "LNIADDRESSKEY": "679956", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.83984375, "Shape__Length": 55.158398262947024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175628776708805, 39.995388112262397 ], [ -75.175558477623596, 39.995378813957302 ], [ -75.175503672034594, 39.995371041175503 ], [ -75.175510706075102, 39.995333671792899 ], [ -75.175515383326598, 39.995334131468802 ], [ -75.175706331520502, 39.9953602555888 ], [ -75.175698795741894, 39.995397613728699 ], [ -75.175628776708805, 39.995388112262397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4093, "ADDRESS": "2821 JUDSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111412700", "LNIADDRESSKEY": "365233", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.97265625, "Shape__Length": 48.506180402652035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169494858906802, 39.998095897358901 ], [ -75.169501680724395, 39.998060893162403 ], [ -75.169503488290005, 39.998053019518103 ], [ -75.169663116013695, 39.998071196327601 ], [ -75.169654644077497, 39.998113787140397 ], [ -75.169494858906802, 39.998095897358901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4094, "ADDRESS": "1709 N 29TH ST", "OWNER1": "MAURY DOTSON & MALISSA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324177000", "LNIADDRESSKEY": "681948", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.87890625, "Shape__Length": 63.697213203957801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181495760077397, 39.9819926612589 ], [ -75.181724563320202, 39.982023057353601 ], [ -75.181714855744303, 39.982063655884197 ], [ -75.181486654339295, 39.982033950126798 ], [ -75.181495760077397, 39.9819926612589 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4095, "ADDRESS": "2465 N DOVER ST", "OWNER1": "E&E ENTERPRISE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281143400", "LNIADDRESSKEY": "122990", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.34375, "Shape__Length": 52.113219559334382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178637685021997, 39.9936785612256 ], [ -75.178630733678801, 39.993712675457303 ], [ -75.178453435435898, 39.993689827375903 ], [ -75.178444071588899, 39.993688618599897 ], [ -75.178451285167, 39.993654735504997 ], [ -75.178460880173404, 39.993655949459203 ], [ -75.178637685021997, 39.9936785612256 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4096, "ADDRESS": "2224 WILDER ST", "OWNER1": "CIVETTA PROPERTY GROUP LIMITED LIABILITY", "OWNER2": "CIVETTA PROPERTY GROUP LLC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364022200", "LNIADDRESSKEY": "613282", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.1171875, "Shape__Length": 52.332202841011913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181786506949095, 39.933727228055702 ], [ -75.181834696346399, 39.9337336749687 ], [ -75.181803322493394, 39.9338740527661 ], [ -75.181754723829798, 39.933867903020797 ], [ -75.181786506949095, 39.933727228055702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4097, "ADDRESS": "1819 N 31ST ST", "OWNER1": "PHILADELPHIA REDEVELOPMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323281200", "LNIADDRESSKEY": "683489", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.32421875, "Shape__Length": 83.929862071683615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1842712140852, 39.984161237727903 ], [ -75.184280308457105, 39.984120754822897 ], [ -75.184598591840299, 39.984163527219401 ], [ -75.184590278452902, 39.984203882314802 ], [ -75.1842712140852, 39.984161237727903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4098, "ADDRESS": "3851 ASPEN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243047010", "LNIADDRESSKEY": "23827", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.7734375, "Shape__Length": 75.751207011076843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1994929664815, 39.966727424184498 ], [ -75.199548052264007, 39.966721605039602 ], [ -75.1995875522679, 39.966932247266499 ], [ -75.199588671802005, 39.966938139949697 ], [ -75.199559252659597, 39.966941645293304 ], [ -75.199535328111295, 39.966943869448102 ], [ -75.199534185656304, 39.966938041577798 ], [ -75.199493281011897, 39.966729027082202 ], [ -75.1994929664815, 39.966727424184498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4099, "ADDRESS": "4132 RENO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062041510", "LNIADDRESSKEY": "501039", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.3828125, "Shape__Length": 48.705181434376598 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207082336491396, 39.967424451911 ], [ -75.207077969403699, 39.967383298658397 ], [ -75.207073023279406, 39.967339118716602 ], [ -75.207127866070493, 39.967334191555302 ], [ -75.207141005126701, 39.9674600071396 ], [ -75.207087204081006, 39.9674640045858 ], [ -75.207082336491396, 39.967424451911 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4100, "ADDRESS": "1304 S 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362142405", "LNIADDRESSKEY": "681230", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.19921875, "Shape__Length": 61.288855595564584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190597135373906, 39.936945253279298 ], [ -75.190605168127803, 39.936908760354001 ], [ -75.190713082364496, 39.936923001003201 ], [ -75.190829498710897, 39.936938364935997 ], [ -75.190821902236905, 39.936973804419203 ], [ -75.190703986333403, 39.936958824860298 ], [ -75.190597135373906, 39.936945253279298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4101, "ADDRESS": "2465 N STANLEY ST", "OWNER1": "CGB HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282107201", "LNIADDRESSKEY": "551216", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.90234375, "Shape__Length": 47.830449583848107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181725803999001, 39.994097963665702 ], [ -75.181886117850297, 39.994120007683598 ], [ -75.181877624686507, 39.994158923751897 ], [ -75.181717199302994, 39.994137619435698 ], [ -75.181725803999001, 39.994097963665702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4102, "ADDRESS": "2043 DIAMOND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322272001", "LNIADDRESSKEY": "116650", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 287.0078125, "Shape__Length": 93.063036088433009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167678789933902, 39.986541142978602 ], [ -75.167737348115807, 39.986275274791097 ], [ -75.167802260580302, 39.986283763152102 ], [ -75.167743389603402, 39.986550124392501 ], [ -75.167678789933902, 39.986541142978602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4103, "ADDRESS": "6113 REINHARD ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401275300", "LNIADDRESSKEY": "500519", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.80078125, "Shape__Length": 62.789323577904355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232180278014098, 39.930538941875099 ], [ -75.232217424104704, 39.930512886321502 ], [ -75.232253936560198, 39.930544652946999 ], [ -75.232295789895701, 39.930580889755198 ], [ -75.232308322578106, 39.930591320258301 ], [ -75.232318661037795, 39.930599929877097 ], [ -75.232326526098902, 39.9306063565895 ], [ -75.232339825336297, 39.930617577648697 ], [ -75.232349402841393, 39.930625798897502 ], [ -75.232357261322406, 39.930632403410101 ], [ -75.232365864719597, 39.930639829541299 ], [ -75.232372761927195, 39.930645252916101 ], [ -75.232336640664997, 39.930670734109 ], [ -75.232303697326401, 39.930642688148097 ], [ -75.232288604288996, 39.930630170812798 ], [ -75.232275595066497, 39.930620164576297 ], [ -75.232248644958801, 39.930597618989999 ], [ -75.2322018700591, 39.930558033901903 ], [ -75.232180278014098, 39.930538941875099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4104, "ADDRESS": "4830 N PENN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885316880", "LNIADDRESSKEY": "477350", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-4", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 409.24609375, "Shape__Length": 108.48362892115145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.083513302590902, 40.019843495601897 ], [ -75.083560034496699, 40.019791819334898 ], [ -75.083894983795702, 40.0199667485319 ], [ -75.083849844820506, 40.0200179291786 ], [ -75.083513302590902, 40.019843495601897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4105, "ADDRESS": "6600 LANSDOWNE AVE", "OWNER1": "COVENANT REALTY INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "344021600", "LNIADDRESSKEY": "378848", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19151", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 295.16796875, "Shape__Length": 91.805564415827916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.252012682208701, 39.974532925861901 ], [ -75.2519832329249, 39.974371461457203 ], [ -75.251974342083599, 39.974322684280999 ], [ -75.2519670028571, 39.974282387662001 ], [ -75.252034577164395, 39.974274267600101 ], [ -75.2520424258948, 39.974315478547297 ], [ -75.252084107139197, 39.974534029003898 ], [ -75.2520555006206, 39.974537646592701 ], [ -75.252034829462801, 39.974540274633902 ], [ -75.252014495576006, 39.974542846943699 ], [ -75.252012682208701, 39.974532925861901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4106, "ADDRESS": "1442 N 54TH ST", "OWNER1": "TURNER WILLIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041286200", "LNIADDRESSKEY": "693759", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.171875, "Shape__Length": 42.369720774552704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229595919025002, 39.9751170954329 ], [ -75.229587641624093, 39.9750730846567 ], [ -75.229683694929193, 39.9750626850687 ], [ -75.229695600409599, 39.9751342592903 ], [ -75.229601046543607, 39.975144368590598 ], [ -75.229595919025002, 39.9751170954329 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4107, "ADDRESS": "2020 N 3RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183306201", "LNIADDRESSKEY": "632466", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.49609375, "Shape__Length": 59.25982840330186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139661290154393, 39.9815502432904 ], [ -75.139670896338799, 39.981509662337999 ], [ -75.139880461717098, 39.981536947589703 ], [ -75.139876088823698, 39.981558045826098 ], [ -75.139871807920699, 39.981576712266197 ], [ -75.139661290154393, 39.9815502432904 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4108, "ADDRESS": "1503 S 49TH ST", "OWNER1": "SANNI SOFIYATU", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273055800", "LNIADDRESSKEY": "689904", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.171875, "Shape__Length": 72.931160877505974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210942126481299, 39.939919441775402 ], [ -75.2109801482314, 39.939893298443501 ], [ -75.210997615823501, 39.939880903275302 ], [ -75.211057830024004, 39.9398397280411 ], [ -75.211064601136698, 39.939834525973602 ], [ -75.211083185907199, 39.9398224607381 ], [ -75.211113740924901, 39.939800554602598 ], [ -75.211139085975006, 39.939783576495202 ], [ -75.211144600090293, 39.939780023589798 ], [ -75.211178079630002, 39.939808215979298 ], [ -75.211078823317493, 39.939877042641598 ], [ -75.210975879134395, 39.939948156094196 ], [ -75.210971688797798, 39.939951012989603 ], [ -75.2109385010355, 39.9399222954072 ], [ -75.210942126481299, 39.939919441775402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4109, "ADDRESS": "2122 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291098100", "LNIADDRESSKEY": "419338", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1063.94921875, "Shape__Length": 135.49937987488732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171241243152494, 39.975711667334103 ], [ -75.171174559261104, 39.976021038802401 ], [ -75.170947525344502, 39.975991563019598 ], [ -75.1710025999745, 39.975736899351503 ], [ -75.171241243152494, 39.975711667334103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4110, "ADDRESS": "1931 DIAMOND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321187201", "LNIADDRESSKEY": "116599", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 257.43359375, "Shape__Length": 90.068908978632294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165619337345802, 39.986273301542298 ], [ -75.165631388172599, 39.986217105154402 ], [ -75.165634716788404, 39.986203430616001 ], [ -75.165676892670305, 39.986013101555699 ], [ -75.165724816216695, 39.986019242095502 ], [ -75.165736011954493, 39.9860207195659 ], [ -75.1656791125002, 39.986280773289003 ], [ -75.165619337345802, 39.986273301542298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4111, "ADDRESS": "2508 N STANLEY ST", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282117200", "LNIADDRESSKEY": "551229", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.3671875, "Shape__Length": 51.50234912972207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181892194479204, 39.994593854146402 ], [ -75.181900732134096, 39.9945531821025 ], [ -75.182076429571893, 39.994577439597599 ], [ -75.182067385498499, 39.994617101328203 ], [ -75.181892194479204, 39.994593854146402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4112, "ADDRESS": "2727 W STERNER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281396700", "LNIADDRESSKEY": "553726", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.69140625, "Shape__Length": 48.175042595436196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176130544840703, 39.997393556594503 ], [ -75.176157358119099, 39.9972678753956 ], [ -75.176206184242503, 39.997274193778097 ], [ -75.176205363937598, 39.997278140962898 ], [ -75.176179639507893, 39.997400557892597 ], [ -75.176130544840703, 39.997393556594503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4113, "ADDRESS": "2863 JUDSON ST", "OWNER1": "WILEY CLARK J", "OWNER2": "BLANCHE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111414800", "LNIADDRESSKEY": "365273", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.4609375, "Shape__Length": 48.694321384047299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169491509261704, 39.998905406386697 ], [ -75.169482961822496, 39.998946625952499 ], [ -75.169320797105797, 39.998926215956303 ], [ -75.169330557911294, 39.998884476312298 ], [ -75.169491509261704, 39.998905406386697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4114, "ADDRESS": "914 W AUBURN ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372361600", "LNIADDRESSKEY": "25017", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.578125, "Shape__Length": 46.781596095333441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146034845303802, 39.9951244033008 ], [ -75.146037225798494, 39.995109868651703 ], [ -75.146059766761795, 39.9950013767671 ], [ -75.146106987553594, 39.995006801021098 ], [ -75.146083847882593, 39.995115632982198 ], [ -75.146081881196096, 39.995129725382498 ], [ -75.146078292900498, 39.995129321867701 ], [ -75.146034845303802, 39.9951244033008 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4115, "ADDRESS": "534 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191414601", "LNIADDRESSKEY": "110427", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.11328125, "Shape__Length": 54.297673089523613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142659329350593, 39.986104432294397 ], [ -75.142688434486402, 39.985972425891099 ], [ -75.142690362476003, 39.985963700493798 ], [ -75.142746501387094, 39.9859713595553 ], [ -75.142744657646702, 39.985980102635097 ], [ -75.142716830361806, 39.986112121185201 ], [ -75.142659329350593, 39.986104432294397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4116, "ADDRESS": "1512 GERMANTOWN AVE", "OWNER1": "ABERRA NEGASH A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "182203900", "LNIADDRESSKEY": "309029", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 60.4375, "Shape__Length": 32.073684671657944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141970469855494, 39.974024539805498 ], [ -75.141973106923899, 39.974024067010603 ], [ -75.142061864801803, 39.974008161778201 ], [ -75.142062553349604, 39.974051423127598 ], [ -75.141983070756794, 39.974066335176097 ], [ -75.141970469855494, 39.974024539805498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4117, "ADDRESS": "5604 HEISKELL ST", "OWNER1": "CHARLES G POOLE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122162400", "LNIADDRESSKEY": "339470", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.2734375, "Shape__Length": 51.222235987278069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169664989413306, 40.038621236258301 ], [ -75.169845104830301, 40.0386188345147 ], [ -75.169847841152105, 40.038638433298402 ], [ -75.169850706990403, 40.038655165268601 ], [ -75.169668448357996, 40.038659324278903 ], [ -75.169664989413306, 40.038621236258301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4118, "ADDRESS": "1941 N ORIANNA ST", "OWNER1": "CHEW JOEL", "OWNER2": "ISAAC FRANCHESCA", "BLDG_DESC": "ROW 3STY FRAME", "OPA_ID": "183309900", "LNIADDRESSKEY": "461440", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.078125, "Shape__Length": 44.74733736210576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140133327652293, 39.980378674772602 ], [ -75.140140874299107, 39.980345349742898 ], [ -75.140295035268494, 39.980366586508701 ], [ -75.140287413386702, 39.980400233078001 ], [ -75.140133327652293, 39.980378674772602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4119, "ADDRESS": "1341 W SOMERSET ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372349900", "LNIADDRESSKEY": "541897", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.7890625, "Shape__Length": 70.329175610318373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153386309653897, 39.995700124809197 ], [ -75.153430331115104, 39.995503716477401 ], [ -75.153484992318297, 39.9955102723248 ], [ -75.153440969333403, 39.995707260670102 ], [ -75.153386309653897, 39.995700124809197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4120, "ADDRESS": "2928 W FLETCHER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282287801", "LNIADDRESSKEY": "292992", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.62890625, "Shape__Length": 53.279239890176157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181386353191698, 39.9902941699522 ], [ -75.181416632991301, 39.990155169580802 ], [ -75.181469530661801, 39.990161221046201 ], [ -75.181440737537699, 39.990301914809699 ], [ -75.181386353191698, 39.9902941699522 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4121, "ADDRESS": "93 E WISTER ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121054500", "LNIADDRESSKEY": "619736", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.84375, "Shape__Length": 88.052358842610829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163162945388095, 40.031770836299103 ], [ -75.1631955454002, 40.031739718591503 ], [ -75.163462780610203, 40.031906000728803 ], [ -75.163433208862003, 40.0319358171703 ], [ -75.163162945388095, 40.031770836299103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4122, "ADDRESS": "1435 S 49TH ST", "OWNER1": "1819 INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273055300", "LNIADDRESSKEY": "689898", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.515625, "Shape__Length": 65.785427200593787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211404166461904, 39.940143269936598 ], [ -75.211495803453005, 39.940078852576001 ], [ -75.211526478367901, 39.9401047753272 ], [ -75.211346543333207, 39.9402356008151 ], [ -75.211330557214197, 39.940221771358999 ], [ -75.211313370014096, 39.940207076257003 ], [ -75.211404166461904, 39.940143269936598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4123, "ADDRESS": "4825 PASCHALL AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP R E", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273167710", "LNIADDRESSKEY": "472040", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.75390625, "Shape__Length": 74.438034613228368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210878051255406, 39.940355347504699 ], [ -75.210915652689707, 39.940328712847098 ], [ -75.211106075936996, 39.940489481921702 ], [ -75.211069190066198, 39.940516035624 ], [ -75.210878051255406, 39.940355347504699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4124, "ADDRESS": "3735 BROWN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243118100", "LNIADDRESSKEY": "53832", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 236.4921875, "Shape__Length": 83.505382484214508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197901383220994, 39.968053066009603 ], [ -75.197961421185695, 39.968045907126303 ], [ -75.198006905600295, 39.968284554576798 ], [ -75.197946864811897, 39.968291198726 ], [ -75.197901383220994, 39.968053066009603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4125, "ADDRESS": "2347 N 32ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282182901", "LNIADDRESSKEY": "684286", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.8125, "Shape__Length": 56.916953840305901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184141519763401, 39.992837183950698 ], [ -75.1841479929587, 39.992797899354798 ], [ -75.184350421719799, 39.992824009032802 ], [ -75.184342282217401, 39.992862481524 ], [ -75.184141519763401, 39.992837183950698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4126, "ADDRESS": "3028 W BERKS ST", "OWNER1": "CHARLES H BELL", "OWNER2": "ELEANOR", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323025200", "LNIADDRESSKEY": "37273", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.4609375, "Shape__Length": 72.454408704247783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183707945379993, 39.985066227973398 ], [ -75.183714426585993, 39.985028345778197 ], [ -75.183750775454996, 39.984858886846098 ], [ -75.183801802854006, 39.984865508193003 ], [ -75.183760608625903, 39.985055057183203 ], [ -75.183758219547101, 39.985072832493799 ], [ -75.183707945379993, 39.985066227973398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4127, "ADDRESS": "1049 W MONMOUTH ST", "OWNER1": "MCCOY MICHAEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372396100", "LNIADDRESSKEY": "434684", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.48046875, "Shape__Length": 47.602881931491737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148249828946902, 39.996894237289403 ], [ -75.148277693400203, 39.996771439246103 ], [ -75.148281573033202, 39.9967719619207 ], [ -75.148328320903204, 39.996778260888298 ], [ -75.1483006002602, 39.996900594797197 ], [ -75.148249828946902, 39.996894237289403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4128, "ADDRESS": "613 JEFFERSON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201013101", "LNIADDRESSKEY": "732162", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.06640625, "Shape__Length": 56.885322564476155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146170075241002, 39.974480529580603 ], [ -75.1462057032888, 39.974320687050501 ], [ -75.146248498509394, 39.974326429004698 ], [ -75.146212611035693, 39.974487007875602 ], [ -75.146170075241002, 39.974480529580603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4129, "ADDRESS": "2323 E YORK ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "313160300", "LNIADDRESSKEY": "628815", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.6796875, "Shape__Length": 67.090890054976768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125574615250201, 39.979356481804203 ], [ -75.125604457680794, 39.979390548453502 ], [ -75.125412519096699, 39.979493051172597 ], [ -75.125400710621093, 39.9794992932841 ], [ -75.125371528217698, 39.9794654995952 ], [ -75.125574615250201, 39.979356481804203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4130, "ADDRESS": "2429 N 30TH ST", "OWNER1": "LEGACY LAND VAULT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282065300", "LNIADDRESSKEY": "683101", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.71875, "Shape__Length": 64.347256114719414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180735846799394, 39.993350759813701 ], [ -75.1807447842518, 39.9933084366792 ], [ -75.180752875096601, 39.993309504147703 ], [ -75.180974375088695, 39.993338947899602 ], [ -75.180965416328903, 39.993381334768799 ], [ -75.180743542352701, 39.993351786899403 ], [ -75.180735846799394, 39.993350759813701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4131, "ADDRESS": "2917 N LECOUNT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381188000", "LNIADDRESSKEY": "564553", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.58203125, "Shape__Length": 50.519007275413273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173982459568293, 40.000081349360897 ], [ -75.173991484907305, 40.000040704502901 ], [ -75.174161709801197, 40.000063109839601 ], [ -75.174153179961195, 40.0001039753123 ], [ -75.173982459568293, 40.000081349360897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4132, "ADDRESS": "4436 ELIZABETH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "234249010", "LNIADDRESSKEY": "132573", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.078125, "Shape__Length": 96.704111693509361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.090091187552204, 40.015176950148501 ], [ -75.090124632558002, 40.015143630818798 ], [ -75.090438144574705, 40.015325072584297 ], [ -75.090391128416101, 40.015334494135601 ], [ -75.090368954979894, 40.015339106295201 ], [ -75.090335138055906, 40.015317689223302 ], [ -75.090091187552204, 40.015176950148501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4133, "ADDRESS": "3130 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "R E DIVISION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282342101", "LNIADDRESSKEY": "629503", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.671875, "Shape__Length": 55.172239822194584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183656485077194, 39.992936744609302 ], [ -75.183687505254696, 39.992785267785699 ], [ -75.1837348919139, 39.992791324462203 ], [ -75.183704897893904, 39.992941727259598 ], [ -75.183656485077194, 39.992936744609302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4134, "ADDRESS": "232 E INDIANA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071237610", "LNIADDRESSKEY": "356362", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.14453125, "Shape__Length": 60.557057622573808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126943716092001, 39.995017671672301 ], [ -75.1269748259311, 39.994849863604202 ], [ -75.127025363167903, 39.994856209482997 ], [ -75.126998163679602, 39.994998798211903 ], [ -75.126993356794202, 39.9950239159826 ], [ -75.126954374625896, 39.995019012237201 ], [ -75.126943716092001, 39.995017671672301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4135, "ADDRESS": "1765 N CROSKEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472182810", "LNIADDRESSKEY": "103906", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.875, "Shape__Length": 55.51706763307331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171129880426193, 39.981867572795501 ], [ -75.171325328556193, 39.981894451569602 ], [ -75.171316720651305, 39.9819324138263 ], [ -75.171121017074697, 39.981906206186203 ], [ -75.171129880426193, 39.981867572795501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4136, "ADDRESS": "3134 W YORK ST", "OWNER1": "JAMESTOWN HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282342300", "LNIADDRESSKEY": "629505", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.68359375, "Shape__Length": 55.892099544781061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183754247620101, 39.9929485373601 ], [ -75.183785209337003, 39.992797478177302 ], [ -75.183835808041394, 39.992803977163398 ], [ -75.183804430606401, 39.992955461800399 ], [ -75.183754247620101, 39.9929485373601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4137, "ADDRESS": "1761 N CROSKEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472182600", "LNIADDRESSKEY": "103904", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.1171875, "Shape__Length": 54.830994741505322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171145455921106, 39.981792902147802 ], [ -75.171341973854993, 39.981819208016297 ], [ -75.171333844290601, 39.9818545207794 ], [ -75.171137729322894, 39.981828627157903 ], [ -75.171145455921106, 39.981792902147802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4138, "ADDRESS": "2909-11 W DAUPHIN ST", "OWNER1": "JAMESTOWN HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282298300", "LNIADDRESSKEY": "110759", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 623.26171875, "Shape__Length": 116.87061851497216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180525707164307, 39.9911329298833 ], [ -75.1805875648122, 39.991140889731398 ], [ -75.180650300098506, 39.991148951408803 ], [ -75.180587656266198, 39.991450890064797 ], [ -75.180525424836105, 39.991442275380699 ], [ -75.180463396289696, 39.991434374750199 ], [ -75.180525707164307, 39.9911329298833 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4139, "ADDRESS": "1226 W HUNTINGDON ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371419600", "LNIADDRESSKEY": "732048", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.2265625, "Shape__Length": 59.692821685278048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151944392014101, 39.991910449588801 ], [ -75.151977409182706, 39.991754624596702 ], [ -75.151978466236699, 39.991748925925798 ], [ -75.152032490609599, 39.991756161907198 ], [ -75.152031573585901, 39.991761492077799 ], [ -75.151997554020994, 39.991917762923897 ], [ -75.151944392014101, 39.991910449588801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4140, "ADDRESS": "4274 ORCHARD ST", "OWNER1": "RODRIGUEZ DIONICIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232250600", "LNIADDRESSKEY": "461031", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 278.66796875, "Shape__Length": 89.948494358938021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.086849267966002, 40.009505370737898 ], [ -75.086880057746498, 40.0094584988611 ], [ -75.087148421170895, 40.009559768385998 ], [ -75.087181826144104, 40.009572359152202 ], [ -75.087154318347899, 40.009617340711301 ], [ -75.086849267966002, 40.009505370737898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4141, "ADDRESS": "826 N 42ND ST", "OWNER1": "800 N 42 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062285100", "LNIADDRESSKEY": "686979", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.01171875, "Shape__Length": 55.947487268176062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208096443891094, 39.967579651258198 ], [ -75.208102290281005, 39.967614889483102 ], [ -75.207901297687101, 39.9676406450535 ], [ -75.2079000329705, 39.967634153462903 ], [ -75.207894293811293, 39.967604462148799 ], [ -75.208096443891094, 39.967579651258198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4142, "ADDRESS": "1608 BELFIELD AVE", "OWNER1": "SOSA-CAMPOS IRMA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132382400", "LNIADDRESSKEY": "32953", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.6484375, "Shape__Length": 75.723894398923051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151227953681598, 40.026895139780002 ], [ -75.151217473820594, 40.026880765654802 ], [ -75.151239781606094, 40.026884140208203 ], [ -75.151290170986996, 40.026891728381798 ], [ -75.151344314020903, 40.0268998846431 ], [ -75.151400270193804, 40.026908324054503 ], [ -75.151448825345199, 40.026915645398603 ], [ -75.151494440843194, 40.026922528536502 ], [ -75.151306442310798, 40.0270029037694 ], [ -75.151227953681598, 40.026895139780002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4143, "ADDRESS": "3253 N RANDOLPH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193160401", "LNIADDRESSKEY": "494923", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.375, "Shape__Length": 53.929144646461225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139033742447594, 40.0010579885748 ], [ -75.139043856017196, 40.001015757910302 ], [ -75.139044130310793, 40.0010146040823 ], [ -75.139050324982605, 40.0010154061004 ], [ -75.1392258085815, 40.001037709350598 ], [ -75.139223829176302, 40.001046111420102 ], [ -75.139215416565307, 40.001081737993701 ], [ -75.139040771860394, 40.001058905312597 ], [ -75.139033742447594, 40.0010579885748 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4144, "ADDRESS": "2914 N BONSALL ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111402600", "LNIADDRESSKEY": "42623", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.703125, "Shape__Length": 46.186866109349339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169052002795496, 39.999401309661302 ], [ -75.169060315679502, 39.9993640346662 ], [ -75.169215975627594, 39.999382460701803 ], [ -75.169208810031506, 39.9994198752524 ], [ -75.169052002795496, 39.999401309661302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4145, "ADDRESS": "36 E CLAPIER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121022100", "LNIADDRESSKEY": "86526", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.16015625, "Shape__Length": 79.731901884438969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162056075202699, 40.029708565339597 ], [ -75.162099387229802, 40.029665389360403 ], [ -75.162322564758199, 40.029803938382997 ], [ -75.162278444545805, 40.029846870981103 ], [ -75.162056075202699, 40.029708565339597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4146, "ADDRESS": "2523 N STANLEY ST", "OWNER1": "STANISLAW SWIRGOWSKI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282108600", "LNIADDRESSKEY": "551244", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.0, "Shape__Length": 51.395324984045658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181547393633707, 39.994826436579999 ], [ -75.181556097902202, 39.994788605340503 ], [ -75.181733732611306, 39.994813728868401 ], [ -75.181725561604395, 39.994851362565697 ], [ -75.181547393633707, 39.994826436579999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4147, "ADDRESS": "3920 ASPEN ST", "OWNER1": "EQUITY TRUST COMPANY CUSTODIAN FBO AJAY ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243039000", "LNIADDRESSKEY": "23867", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.14453125, "Shape__Length": 85.111198019331681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200911933800199, 39.966187725405 ], [ -75.200967683435806, 39.966182064500202 ], [ -75.201014286518202, 39.966429101248501 ], [ -75.200958005259494, 39.966434959853501 ], [ -75.200911933800199, 39.966187725405 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4148, "ADDRESS": "2046 S 70TH ST", "OWNER1": "BAILEY DAVID", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403210700", "LNIADDRESSKEY": "706671", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.53125, "Shape__Length": 50.044344958961233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242916095282595, 39.9217346687321 ], [ -75.243042966459399, 39.9216420476724 ], [ -75.243076008290004, 39.921669722170698 ], [ -75.242949840571001, 39.921763099714902 ], [ -75.242916095282595, 39.9217346687321 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4149, "ADDRESS": "1262 S PEACH ST", "OWNER1": "SIMPSON JOSEPH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511240800", "LNIADDRESSKEY": "475413", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.99609375, "Shape__Length": 51.720599967753927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223562851935, 39.941310966062197 ], [ -75.223598164206905, 39.941341258353297 ], [ -75.223466923355005, 39.941434181976497 ], [ -75.223430635359094, 39.941404238687397 ], [ -75.223562851935, 39.941310966062197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4150, "ADDRESS": "2611-21 W HUNTINGDON ST", "OWNER1": "GARNER DANA", "OWNER2": "GARNER MONICA H", "BLDG_DESC": "APTS 5-50 UNTS MASONRY", "OPA_ID": "881070270", "LNIADDRESSKEY": "354164", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 2591.46484375, "Shape__Length": 228.19796589214656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174864368354903, 39.995513239351297 ], [ -75.174702912109694, 39.995493094846701 ], [ -75.174747160409694, 39.995273585124202 ], [ -75.174621353121495, 39.995257366779803 ], [ -75.174677395097603, 39.994990487425198 ], [ -75.175056123604904, 39.995038864856298 ], [ -75.174999342993999, 39.995305953046199 ], [ -75.174953251937893, 39.995524341421103 ], [ -75.174864368354903, 39.995513239351297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4151, "ADDRESS": "2426 N DELHI ST", "OWNER1": "BRISTOL CHARLES L JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371143301", "LNIADDRESSKEY": "730547", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.1640625, "Shape__Length": 47.055256909796931 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148028920502696, 39.989159713848601 ], [ -75.148037429028193, 39.989120315904799 ], [ -75.148194725395697, 39.989141807472897 ], [ -75.148186308064894, 39.989180432616202 ], [ -75.148028920502696, 39.989159713848601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4152, "ADDRESS": "1952 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183304800", "LNIADDRESSKEY": "632446", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.09375, "Shape__Length": 53.861125646736681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139871415483498, 39.980601315573203 ], [ -75.139879832113905, 39.980566042735198 ], [ -75.140071280274398, 39.980591417697703 ], [ -75.140063312211396, 39.9806275544681 ], [ -75.139871415483498, 39.980601315573203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4153, "ADDRESS": "1235 W VENANGO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432044100", "LNIADDRESSKEY": "587702", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.359375, "Shape__Length": 75.483305232440827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149028906562506, 40.007630615009496 ], [ -75.149049759691096, 40.007531144114502 ], [ -75.149073819159, 40.007417480466202 ], [ -75.149129623293106, 40.0074245314728 ], [ -75.149084678749801, 40.007638504384502 ], [ -75.149028906562506, 40.007630615009496 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4154, "ADDRESS": "903 N 48TH ST", "OWNER1": "BROWN LEON", "OWNER2": "BROWN MARILYN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062429700", "LNIADDRESSKEY": "689144", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 314.25, "Shape__Length": 106.57276207659264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216451302984098, 39.9691567300871 ], [ -75.216866730136104, 39.969124006538699 ], [ -75.216867708131403, 39.969131459129997 ], [ -75.216873154296493, 39.969172491536398 ], [ -75.2164563846856, 39.969200816746898 ], [ -75.216451302984098, 39.9691567300871 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4155, "ADDRESS": "7025 UPLAND ST", "OWNER1": "LONDON PAULINE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403257200", "LNIADDRESSKEY": "584081", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.48046875, "Shape__Length": 90.710063831597267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244116302132497, 39.921694814156403 ], [ -75.244149432104905, 39.9216712631601 ], [ -75.244384393159905, 39.921869379174701 ], [ -75.244381979687802, 39.921888863348897 ], [ -75.244381767041901, 39.921890664067398 ], [ -75.244363327635497, 39.921903608224603 ], [ -75.244116302132497, 39.921694814156403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4156, "ADDRESS": "1919 W SUSQUEHANNA AVE", "OWNER1": "NORTH PHILLY COMMUNITY CH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162240500", "LNIADDRESSKEY": "559156", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.078125, "Shape__Length": 74.874919195906088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164687774501701, 39.987472657618099 ], [ -75.164746163524299, 39.987480758599602 ], [ -75.164701901333203, 39.987690029291798 ], [ -75.164643150298005, 39.987682048532001 ], [ -75.164687774501701, 39.987472657618099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4157, "ADDRESS": "1435 N 28TH ST", "OWNER1": "HARRISON INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292094300", "LNIADDRESSKEY": "680621", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.7890625, "Shape__Length": 68.543417971310802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180685400551397, 39.978104449977103 ], [ -75.180693884841205, 39.978065694863297 ], [ -75.180946860450106, 39.978100937455203 ], [ -75.180938466338006, 39.978138937754302 ], [ -75.180685400551397, 39.978104449977103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4158, "ADDRESS": "2647 W ARIZONA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281238601", "LNIADDRESSKEY": "20882", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.5390625, "Shape__Length": 47.432758562694204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176227372379202, 39.991824398562699 ], [ -75.176253187750604, 39.991702305798498 ], [ -75.176304501428703, 39.991709258908301 ], [ -75.176278197496103, 39.991830954418297 ], [ -75.176227372379202, 39.991824398562699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4159, "ADDRESS": "2434 N GARNET ST", "OWNER1": "PUGH GENEVA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162108300", "LNIADDRESSKEY": "306776", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.671875, "Shape__Length": 51.975959590733495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164121329028802, 39.991290485227204 ], [ -75.164115364639898, 39.991289689736 ], [ -75.1639519462111, 39.991268033845898 ], [ -75.163960745101804, 39.991227964581803 ], [ -75.164124019358795, 39.991249520354302 ], [ -75.164130067135403, 39.991250317723697 ], [ -75.16413842835, 39.991251425127402 ], [ -75.164134052083, 39.991271717639798 ], [ -75.164131940502699, 39.991281487757298 ], [ -75.164129732718095, 39.991291592461899 ], [ -75.164121329028802, 39.991290485227204 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4160, "ADDRESS": "3010 W NEVADA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282291700", "LNIADDRESSKEY": "448998", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.6328125, "Shape__Length": 60.000893052916737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182198890208696, 39.990895643083903 ], [ -75.182233297075499, 39.990732845705601 ], [ -75.182287025541697, 39.990740173403601 ], [ -75.182253064893601, 39.990902286999798 ], [ -75.182198890208696, 39.990895643083903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4161, "ADDRESS": "3939 FOLSOM ST", "OWNER1": "STRATEGIC EQUITY GROUP LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243062200", "LNIADDRESSKEY": "293712", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.90625, "Shape__Length": 68.758770737483218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201433510839607, 39.967064436495001 ], [ -75.201480933613993, 39.9670596062562 ], [ -75.201492564866996, 39.967127051412803 ], [ -75.201501807805101, 39.967170489177803 ], [ -75.201516672158107, 39.967257333823298 ], [ -75.201470392498706, 39.967263527462002 ], [ -75.201433510839607, 39.967064436495001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4162, "ADDRESS": "4928 W STILES ST", "OWNER1": "MILLHOUSE PHYLLIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442094602", "LNIADDRESSKEY": "555157", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.0546875, "Shape__Length": 50.611857749441562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220355172241995, 39.972925080512901 ], [ -75.220392395457694, 39.972920775520002 ], [ -75.220403434907297, 39.972919696660298 ], [ -75.220429738597005, 39.973055035582099 ], [ -75.220379936729003, 39.973059531820198 ], [ -75.220355172241995, 39.972925080512901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4163, "ADDRESS": "6060 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401281601", "LNIADDRESSKEY": "500486", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.7578125, "Shape__Length": 60.025357813806522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230913247243606, 39.931103330979902 ], [ -75.230952634108903, 39.931075019613701 ], [ -75.231096997976394, 39.931198329527298 ], [ -75.231057630200795, 39.931226125541798 ], [ -75.230913247243606, 39.931103330979902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4164, "ADDRESS": "5830 WHITBY AVE", "OWNER1": "DORVAL HENRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034048200", "LNIADDRESSKEY": "611974", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 374.85546875, "Shape__Length": 107.33101534369206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235599893221305, 39.940519888976603 ], [ -75.235614060143106, 39.940509978877699 ], [ -75.235888479368995, 39.940741345737003 ], [ -75.2358336125628, 39.940779844303698 ], [ -75.235559455482203, 39.940548194740998 ], [ -75.235599893221305, 39.940519888976603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4165, "ADDRESS": "1334 S 30TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "782840200", "LNIADDRESSKEY": "683290", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.5859375, "Shape__Length": 56.639336935645481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193875080518595, 39.9367822353504 ], [ -75.193883956350604, 39.936737749939397 ], [ -75.193965732680397, 39.936748228919903 ], [ -75.194077996869197, 39.936762627536297 ], [ -75.194069450344003, 39.936805557049901 ], [ -75.193875080518595, 39.9367822353504 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4166, "ADDRESS": "4845 N MARSHALL ST", "OWNER1": "MC CAIN ROMA J", "OWNER2": "HOUS DOROTHY P", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491192800", "LNIADDRESSKEY": "414758", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.96875, "Shape__Length": 49.571839851065803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135664972573807, 40.025839008677501 ], [ -75.135669960734702, 40.025780251663399 ], [ -75.135817913049294, 40.0258003686317 ], [ -75.135805353561096, 40.025857534184503 ], [ -75.135664972573807, 40.025839008677501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4167, "ADDRESS": "2618 W YORK ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281244100", "LNIADDRESSKEY": "629373", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.234375, "Shape__Length": 50.314196344493197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1755459318276, 39.991745619915903 ], [ -75.175592002851502, 39.991751506315502 ], [ -75.175564525064999, 39.991887020537703 ], [ -75.175517890150601, 39.991881058410698 ], [ -75.1755459318276, 39.991745619915903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4168, "ADDRESS": "1004 S 60TH ST", "OWNER1": "GRIFFIN NATHANIEL G", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "033211500", "LNIADDRESSKEY": "700329", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 331.609375, "Shape__Length": 96.044521558601929 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243863248836703, 39.947737905357997 ], [ -75.243875752796896, 39.947681083741003 ], [ -75.244227601148495, 39.9477236848779 ], [ -75.2442152460507, 39.947780445583099 ], [ -75.243863248836703, 39.947737905357997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4169, "ADDRESS": "4445 CRESSON ST", "OWNER1": "MATILDA MEAR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "211224300", "LNIADDRESSKEY": "102933", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19127", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.6015625, "Shape__Length": 47.691628452614296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225874258013604, 40.027317941855799 ], [ -75.225840203570897, 40.027303927334401 ], [ -75.225916346294994, 40.027201097732998 ], [ -75.2259693669521, 40.027220462027501 ], [ -75.225891357677, 40.027324990686402 ], [ -75.225874258013604, 40.027317941855799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4170, "ADDRESS": "1537 N BEECHWOOD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291292100", "LNIADDRESSKEY": "32127", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 65.40625, "Shape__Length": 35.584458293339679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170524219170005, 39.978456713692999 ], [ -75.170635276760706, 39.978421246824901 ], [ -75.170621017753803, 39.978486083147601 ], [ -75.170532585325702, 39.978473649336202 ], [ -75.170524219170005, 39.978456713692999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4171, "ADDRESS": "1943 N 4TH ST", "OWNER1": "SUMER DEVELOPMENT CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183322300", "LNIADDRESSKEY": "634586", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.78515625, "Shape__Length": 60.073032435824118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140499131856302, 39.980626583022897 ], [ -75.140709490844998, 39.980656660011803 ], [ -75.140700037034904, 39.980698743576298 ], [ -75.140489391110194, 39.980668548547101 ], [ -75.140497102482399, 39.980634742943302 ], [ -75.140499131856302, 39.980626583022897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4172, "ADDRESS": "2418 N 9TH ST", "OWNER1": "98 REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371131601", "LNIADDRESSKEY": "647589", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.52734375, "Shape__Length": 59.696262139115461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147305005870706, 39.988748603978003 ], [ -75.147296043807401, 39.988788861076799 ], [ -75.147085193829696, 39.9887610934069 ], [ -75.147094309523993, 39.988719581755902 ], [ -75.147305005870706, 39.988748603978003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4173, "ADDRESS": "2421 N 10TH ST", "OWNER1": "ADVANCED ROOFING TECHNOLOGIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371160200", "LNIADDRESSKEY": "732882", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.4453125, "Shape__Length": 62.185731343561237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148212309107606, 39.9891270204972 ], [ -75.148222449421695, 39.989081679010297 ], [ -75.148437776372802, 39.989111868414199 ], [ -75.148427980616006, 39.989157507179499 ], [ -75.148212309107606, 39.9891270204972 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4174, "ADDRESS": "2128 N 7TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202034501", "LNIADDRESSKEY": "642426", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.64453125, "Shape__Length": 69.246222022937957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145718458232096, 39.983969180478098 ], [ -75.145725530415305, 39.983931749230699 ], [ -75.145985283264096, 39.983960371426001 ], [ -75.145977030488396, 39.983997438016203 ], [ -75.145718458232096, 39.983969180478098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4175, "ADDRESS": "2638 W YORK ST", "OWNER1": "EDWARD YOUNG JR", "OWNER2": "RUTH MAE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281245100", "LNIADDRESSKEY": "629386", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.5, "Shape__Length": 50.970700665025802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176033213030294, 39.991808615395698 ], [ -75.1760827813806, 39.991815143155797 ], [ -75.176055510339197, 39.991950211604099 ], [ -75.176005682915999, 39.991943871742301 ], [ -75.176033213030294, 39.991808615395698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4176, "ADDRESS": "1944 N NEWKIRK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323222801", "LNIADDRESSKEY": "449954", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.88671875, "Shape__Length": 49.505385567485163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179687544564402, 39.985472006886702 ], [ -75.179600122887905, 39.985393287408201 ], [ -75.179638967347898, 39.985367994252897 ], [ -75.179726316815305, 39.985445875270599 ], [ -75.179750094571801, 39.985467105112299 ], [ -75.179711215386405, 39.985493315432699 ], [ -75.179687544564402, 39.985472006886702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4177, "ADDRESS": "1717R-31 N 31ST ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324195400", "LNIADDRESSKEY": "683442", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 758.5546875, "Shape__Length": 133.06600134663134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184427230598104, 39.9827293766675 ], [ -75.184712279571201, 39.982537863153901 ], [ -75.184646385825104, 39.9828633136839 ], [ -75.184652516314102, 39.982906248669202 ], [ -75.184618600369305, 39.982902121903003 ], [ -75.184427230598104, 39.9827293766675 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4178, "ADDRESS": "6114 E WISTER ST", "OWNER1": "DELIVERANCE TABERNACLE", "OWNER2": "INC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122316100", "LNIADDRESSKEY": "619957", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 317.44921875, "Shape__Length": 95.49147576792609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158196238372994, 40.046873440158798 ], [ -75.158552981716795, 40.046887098389803 ], [ -75.158549427826301, 40.046941932824602 ], [ -75.158192684237903, 40.046928273457198 ], [ -75.158196238372994, 40.046873440158798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4179, "ADDRESS": "3610 HAVERFORD AVE", "OWNER1": "BROOKINS ROY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242036500", "LNIADDRESSKEY": "335945", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.3984375, "Shape__Length": 73.138291709083774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194918166651703, 39.963407458687399 ], [ -75.194977459011994, 39.963400878382501 ], [ -75.194980130864906, 39.963415142256999 ], [ -75.195015651189905, 39.963604654792697 ], [ -75.194956361665007, 39.963611232931797 ], [ -75.194920841417201, 39.963421722628397 ], [ -75.194918166651703, 39.963407458687399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4180, "ADDRESS": "541 W MONTGOMERY AVE", "OWNER1": "BELL MELINDA A", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "183030900", "LNIADDRESSKEY": "435711", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.671875, "Shape__Length": 58.006560327243356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144426567370402, 39.978755732266997 ], [ -75.144459007579599, 39.978595044023699 ], [ -75.144515472396705, 39.978602258118102 ], [ -75.144484479857098, 39.978748148426497 ], [ -75.144426567370402, 39.978755732266997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4181, "ADDRESS": "1822 N 4TH ST", "OWNER1": "COHEN JOSHUA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183154000", "LNIADDRESSKEY": "634539", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.54296875, "Shape__Length": 56.319744581432445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141321725351702, 39.978678824158997 ], [ -75.141329329926194, 39.978641264451298 ], [ -75.1415297021654, 39.978666903025399 ], [ -75.141520633060395, 39.9787055467229 ], [ -75.141321725351702, 39.978678824158997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4182, "ADDRESS": "3984 PENNSGROVE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243170000", "LNIADDRESSKEY": "478508", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 232.4375, "Shape__Length": 82.498589612555563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203663141811802, 39.971719946506099 ], [ -75.203617189396795, 39.971484838004699 ], [ -75.203676544510998, 39.971478111427501 ], [ -75.203723432444804, 39.971712870121998 ], [ -75.203663141811802, 39.971719946506099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4183, "ADDRESS": "1910 W NORRIS ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321150501", "LNIADDRESSKEY": "452390", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.53515625, "Shape__Length": 68.944743731582307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165356314765702, 39.9840467759972 ], [ -75.165312584562599, 39.9842372141024 ], [ -75.165256108085899, 39.984229558498001 ], [ -75.165299622531094, 39.984039292376004 ], [ -75.165356314765702, 39.9840467759972 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4184, "ADDRESS": "2644 LATONA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362059805", "LNIADDRESSKEY": "382280", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.88671875, "Shape__Length": 47.459587074003444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1883491635257, 39.9375290225871 ], [ -75.188373427826306, 39.937416404509698 ], [ -75.188376091866104, 39.937404067248004 ], [ -75.188423538743507, 39.937410849508701 ], [ -75.188421019263998, 39.937422689939801 ], [ -75.188397138265202, 39.937535155531101 ], [ -75.1883491635257, 39.9375290225871 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4185, "ADDRESS": "3861 ASPEN ST", "OWNER1": "NANM LLC", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "243047510", "LNIADDRESSKEY": "23837", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.51171875, "Shape__Length": 74.414635489741798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199798384399699, 39.966915607711798 ], [ -75.199758186092694, 39.966704561492399 ], [ -75.199805719539995, 39.966699041760599 ], [ -75.199849204841996, 39.9669067912548 ], [ -75.199849687834501, 39.966910106427001 ], [ -75.199850452456005, 39.966915394302902 ], [ -75.199847156098599, 39.966916175868903 ], [ -75.199804330617994, 39.966921284433802 ], [ -75.199799132909106, 39.966916333889898 ], [ -75.199798384399699, 39.966915607711798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4186, "ADDRESS": "1425 S PAXON ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273105300", "LNIADDRESSKEY": "474931", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.953125, "Shape__Length": 54.044403802116676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216246172998794, 39.939402076518903 ], [ -75.216106043942901, 39.939501840214703 ], [ -75.216091297525097, 39.939489037812599 ], [ -75.216082142795898, 39.939480679245797 ], [ -75.216072197749696, 39.939471110517303 ], [ -75.216210679136495, 39.939372293680897 ], [ -75.216246172998794, 39.939402076518903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4187, "ADDRESS": "1928 N 8TH ST", "OWNER1": "DRAYTON TYMIKA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202111901", "LNIADDRESSKEY": "644961", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.5546875, "Shape__Length": 60.403711277631743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147719136097507, 39.981161447638499 ], [ -75.147925091960602, 39.981190587018602 ], [ -75.147921932688803, 39.981203040698702 ], [ -75.147916181780602, 39.981236633251697 ], [ -75.147710169984407, 39.981209523265697 ], [ -75.147719136097507, 39.981161447638499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4188, "ADDRESS": "2204 N LEITHGOW ST", "OWNER1": "JBA GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191239100", "LNIADDRESSKEY": "388626", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.12890625, "Shape__Length": 40.496618692285061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140461266719498, 39.9845887838352 ], [ -75.140468394512396, 39.9845559650933 ], [ -75.140604639956294, 39.984574683223002 ], [ -75.140598343932794, 39.984607118801897 ], [ -75.140461266719498, 39.9845887838352 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4189, "ADDRESS": "1024 W ORLEANS ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372400600", "LNIADDRESSKEY": "463146", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.15625, "Shape__Length": 46.946970546402035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147636721172901, 39.9969475115211 ], [ -75.147661731893905, 39.996825421530403 ], [ -75.147711329077595, 39.996831768450903 ], [ -75.147685052479801, 39.996953571835597 ], [ -75.147636721172901, 39.9969475115211 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4190, "ADDRESS": "1461 N 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292095610", "LNIADDRESSKEY": "680647", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.171875, "Shape__Length": 68.010755772893361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180578398549599, 39.978605539143103 ], [ -75.180586690643395, 39.978568036642002 ], [ -75.1808380204873, 39.978600857158703 ], [ -75.180829832789399, 39.978639473633997 ], [ -75.180578398549599, 39.978605539143103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4191, "ADDRESS": "5407 VINE ST", "OWNER1": "FALLIENS DARRELL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041033700", "LNIADDRESSKEY": "589243", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 391.08984375, "Shape__Length": 112.79223795067648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227986987533598, 39.965554376680998 ], [ -75.228009595733397, 39.9654470501535 ], [ -75.228024808944696, 39.965371316726703 ], [ -75.228025565933805, 39.965367287887901 ], [ -75.228052392306694, 39.965225896139501 ], [ -75.228082563808897, 39.965229735321302 ], [ -75.228112614809902, 39.965233942381602 ], [ -75.228124438803505, 39.965235427622702 ], [ -75.2281020696241, 39.965353236892803 ], [ -75.228058800916102, 39.96556396727 ], [ -75.228054817446903, 39.965563476517602 ], [ -75.228052108009095, 39.965563126392702 ], [ -75.227986987533598, 39.965554376680998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4192, "ADDRESS": "4453 CRESSON ST", "OWNER1": "MILTON FIELDS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "211000035", "LNIADDRESSKEY": "102938", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19127", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.44921875, "Shape__Length": 38.713801703578248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226126687929707, 40.027274083599302 ], [ -75.226177689322896, 40.027290824317802 ], [ -75.226115322143499, 40.027370534316198 ], [ -75.226068474546906, 40.027353739574302 ], [ -75.226126687929707, 40.027274083599302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4193, "ADDRESS": "3124 N ROSEWOOD ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111144500", "LNIADDRESSKEY": "517598", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.65234375, "Shape__Length": 58.799180673800521 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153722026876295, 40.000681766322003 ], [ -75.153931426117296, 40.000707941712903 ], [ -75.153923341812401, 40.000746140009603 ], [ -75.153713606018101, 40.000722214045503 ], [ -75.153722026876295, 40.000681766322003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4194, "ADDRESS": "1611-15 POINT BREEZE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364119305", "LNIADDRESSKEY": "486721", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.3828125, "Shape__Length": 49.921274219017484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181833684582998, 39.931917905898104 ], [ -75.181861927474102, 39.931784438581403 ], [ -75.181944077355496, 39.931828624615598 ], [ -75.181855870238394, 39.931920934565099 ], [ -75.181833684582998, 39.931917905898104 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4195, "ADDRESS": "1242 BURNS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471173810", "LNIADDRESSKEY": "56107", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.18359375, "Shape__Length": 37.451117237001355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160437288770495, 39.9729309920505 ], [ -75.160445736990894, 39.972890206701301 ], [ -75.1605439401051, 39.972902770992803 ], [ -75.160558702581994, 39.972904668515298 ], [ -75.160550371142307, 39.972945118625198 ], [ -75.160535524906194, 39.972943267641398 ], [ -75.160437288770495, 39.9729309920505 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4196, "ADDRESS": "1820 W ROCKLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171021000", "LNIADDRESSKEY": "512947", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.5, "Shape__Length": 68.697910542810334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154324915795996, 40.028297390240198 ], [ -75.154367586600998, 40.028302884537197 ], [ -75.154364219849796, 40.028319089820201 ], [ -75.154327805614997, 40.028494310873 ], [ -75.154272615294204, 40.028487179816501 ], [ -75.1542953006076, 40.028385315625101 ], [ -75.154310049249005, 40.028312191312303 ], [ -75.154313310619301, 40.028295983648803 ], [ -75.154324915795996, 40.028297390240198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4197, "ADDRESS": "2314 TURNER ST", "OWNER1": "HARMON ANGELO", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "291234100", "LNIADDRESSKEY": "579933", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.046875, "Shape__Length": 57.347437689051837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173182398006105, 39.979647572361102 ], [ -75.173215642351593, 39.9794914896177 ], [ -75.173265525998701, 39.979498300693002 ], [ -75.173233474778101, 39.979654426005702 ], [ -75.173182398006105, 39.979647572361102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4198, "ADDRESS": "4611 N CAMAC ST", "OWNER1": "JACKASHERR LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491470300", "LNIADDRESSKEY": "61151", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.90234375, "Shape__Length": 75.596026126593244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145104256754294, 40.022915702171701 ], [ -75.144821280268701, 40.022883007895899 ], [ -75.144830360297306, 40.022842542970601 ], [ -75.145113440815507, 40.022875804977701 ], [ -75.145104256754294, 40.022915702171701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4199, "ADDRESS": "1732 N BONSALL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472189710", "LNIADDRESSKEY": "42491", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.51953125, "Shape__Length": 49.905478660005258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172471381226501, 39.981603652767497 ], [ -75.172506832463, 39.981583879967502 ], [ -75.1726085488325, 39.9816980679484 ], [ -75.172571997077995, 39.981717558149597 ], [ -75.172471381226501, 39.981603652767497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4200, "ADDRESS": "2550 RIDGE AVE", "OWNER1": "L&S REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322220900", "LNIADDRESSKEY": "504247", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.125, "Shape__Length": 64.534010712137388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176627478630706, 39.983325211136801 ], [ -75.176670055089204, 39.983357373471897 ], [ -75.176513391659, 39.983486364579797 ], [ -75.176470674123706, 39.983454602226303 ], [ -75.176627478630706, 39.983325211136801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4201, "ADDRESS": "2314 N MARSHALL ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371050000", "LNIADDRESSKEY": "413927", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.69921875, "Shape__Length": 78.228899855998634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144317034306795, 39.986825145058802 ], [ -75.144607177541204, 39.986862134530199 ], [ -75.144598175375705, 39.9869056150714 ], [ -75.144308146922796, 39.986868338734197 ], [ -75.144317034306795, 39.986825145058802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4202, "ADDRESS": "2119 W BERKS ST", "OWNER1": "1859 N VAN PELT ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322230900", "LNIADDRESSKEY": "37216", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.7578125, "Shape__Length": 65.87145044590865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169174188378506, 39.983505777416802 ], [ -75.169210876177303, 39.983333846486602 ], [ -75.1692371287686, 39.983337273897597 ], [ -75.169269199206099, 39.983341444816098 ], [ -75.169229155568701, 39.983521166152201 ], [ -75.169172810523904, 39.983513371264301 ], [ -75.169174188378506, 39.983505777416802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4203, "ADDRESS": "1423 HANSON ST", "OWNER1": "MCGUINN JOHN D", "OWNER2": "MCGUINN BRENDAN FRANCIS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273042300", "LNIADDRESSKEY": "332245", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.1640625, "Shape__Length": 50.5698663189456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211398487082704, 39.9408721848516 ], [ -75.211527481374304, 39.940779821885698 ], [ -75.211532168354793, 39.940783842726901 ], [ -75.211561715677306, 39.940809095162003 ], [ -75.211432622963699, 39.940900763342498 ], [ -75.211398487082704, 39.9408721848516 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4204, "ADDRESS": "1041 W ORLEANS ST", "OWNER1": "PARKER HARRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372404200", "LNIADDRESSKEY": "463163", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.26171875, "Shape__Length": 46.517599978588812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147997908007994, 39.997204671412902 ], [ -75.148022802220694, 39.997082320799301 ], [ -75.148070082614396, 39.9970878739555 ], [ -75.148043418123095, 39.997210489670898 ], [ -75.148024003443297, 39.997207922062202 ], [ -75.147997908007994, 39.997204671412902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4205, "ADDRESS": "3725 MELON ST", "OWNER1": "EDISON DEALS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242114700", "LNIADDRESSKEY": "425757", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.93359375, "Shape__Length": 58.654871334978957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197017050794798, 39.965279503560801 ], [ -75.197058035899602, 39.965274972294402 ], [ -75.197089489961698, 39.965443440651597 ], [ -75.197048506389095, 39.965447967460499 ], [ -75.197043432693306, 39.965420796223199 ], [ -75.197017050794798, 39.965279503560801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4206, "ADDRESS": "2317 N ORIANNA ST", "OWNER1": "ISMAEL MORALEZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191194200", "LNIADDRESSKEY": "461625", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.80078125, "Shape__Length": 43.341474178606447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138874623003801, 39.986141940502897 ], [ -75.1390241723185, 39.986161366324097 ], [ -75.139017041966497, 39.9861938481788 ], [ -75.138867492625593, 39.986174421223097 ], [ -75.138874623003801, 39.986141940502897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4207, "ADDRESS": "2734 N 12TH ST", "OWNER1": "WILLIAMS WILBERT EARL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372256301", "LNIADDRESSKEY": "654133", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.9375, "Shape__Length": 80.214492830961362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150707729956196, 39.994404216353601 ], [ -75.1507170392821, 39.994358679031798 ], [ -75.151013459280406, 39.994396873727801 ], [ -75.151003874805795, 39.9944419532033 ], [ -75.150707729956196, 39.994404216353601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4208, "ADDRESS": "2614 N 6TH ST", "OWNER1": "IMPROVEMENT CO", "OWNER2": "DORADO NEIGHBORHOOD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371038200", "LNIADDRESSKEY": "639546", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.3984375, "Shape__Length": 64.780193406577027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142503690034005, 39.991218561437897 ], [ -75.142513170202605, 39.991175800311197 ], [ -75.142743798183602, 39.991207685912798 ], [ -75.142734318198904, 39.991250445933296 ], [ -75.142503690034005, 39.991218561437897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4209, "ADDRESS": "3042 W YORK ST", "OWNER1": "PRIME MINISTER NORTH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282340700", "LNIADDRESSKEY": "629492", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.87890625, "Shape__Length": 75.650196081162022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182407780786406, 39.992771043551997 ], [ -75.182455907929494, 39.992552956201003 ], [ -75.182505878450797, 39.992559409066999 ], [ -75.182459876543106, 39.992775045923899 ], [ -75.182459442479001, 39.992777115294899 ], [ -75.182407780786406, 39.992771043551997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4210, "ADDRESS": "3029 CLIFFORD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324066600", "LNIADDRESSKEY": "90872", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.390625, "Shape__Length": 45.553228213815892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184579151282094, 39.9831099420581 ], [ -75.184549048204602, 39.983129677019001 ], [ -75.184491945551301, 39.983078654696797 ], [ -75.184600084930295, 39.983005631592498 ], [ -75.184579151282094, 39.9831099420581 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4211, "ADDRESS": "2529 W ARIZONA ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281235401", "LNIADDRESSKEY": "20825", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.40625, "Shape__Length": 46.15833077906818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174232035461202, 39.991565262677298 ], [ -75.174220313402202, 39.9915637742494 ], [ -75.174221619665204, 39.991557516749097 ], [ -75.1742455428395, 39.991442861423103 ], [ -75.174292792992006, 39.9914491926558 ], [ -75.174268505242097, 39.9915635019292 ], [ -75.174267180976699, 39.991569693702502 ], [ -75.174232035461202, 39.991565262677298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4212, "ADDRESS": "64 E ASHMEAD ST", "OWNER1": "KRYB LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121080100", "LNIADDRESSKEY": "22991", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.84765625, "Shape__Length": 70.724259097308845 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165282493687201, 40.031829228294001 ], [ -75.165489991591102, 40.031954732824602 ], [ -75.165457081211599, 40.031986908499498 ], [ -75.165370742981395, 40.031934719391103 ], [ -75.1652947988064, 40.031888794168196 ], [ -75.165249576724406, 40.031859921595 ], [ -75.165282493687201, 40.031829228294001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4213, "ADDRESS": "1767 N 29TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324179901", "LNIADDRESSKEY": "682002", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.21484375, "Shape__Length": 63.827934499174496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181240949318607, 39.983173435898102 ], [ -75.181466928610206, 39.983202689125797 ], [ -75.181457709008896, 39.983246441961597 ], [ -75.181231772017796, 39.983216608513999 ], [ -75.181240949318607, 39.983173435898102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4214, "ADDRESS": "1700 W ERIE AVE", "OWNER1": "PITTS KEVIN C", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131044600", "LNIADDRESSKEY": "139030", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.69140625, "Shape__Length": 89.946541688660375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156171726207305, 40.009730352667503 ], [ -75.156162003476197, 40.009729134008097 ], [ -75.156220410245396, 40.009467328364103 ], [ -75.156277397348902, 40.009474758468997 ], [ -75.156275025428499, 40.0094852794467 ], [ -75.156218335389298, 40.009736160771702 ], [ -75.156171726207305, 40.009730352667503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4215, "ADDRESS": "3221 W ARIZONA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282336801", "LNIADDRESSKEY": "20991", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.703125, "Shape__Length": 46.255323970852572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185029138096098, 39.992955448431701 ], [ -75.185053578335896, 39.992837176249402 ], [ -75.185097447333305, 39.992842589497798 ], [ -75.185104019269204, 39.992843397466302 ], [ -75.185080373782199, 39.992961720078199 ], [ -75.185029138096098, 39.992955448431701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4216, "ADDRESS": "3005 RIDGE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323047001", "LNIADDRESSKEY": "504335", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.69921875, "Shape__Length": 65.192742011017373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182464632407303, 39.988217152478498 ], [ -75.1824989416276, 39.988249207542502 ], [ -75.182313505334704, 39.9883637977265 ], [ -75.182278672887307, 39.988330633921301 ], [ -75.182464632407303, 39.988217152478498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4217, "ADDRESS": "3871 CAMBRIDGE ST", "OWNER1": "WEST GIRARD PROPERTIES LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243215500", "LNIADDRESSKEY": "63374", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.8671875, "Shape__Length": 75.160396857936348 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201457969638099, 39.973756792624798 ], [ -75.201515342650794, 39.973749346216202 ], [ -75.201553850982805, 39.973962109866697 ], [ -75.201545835254805, 39.973962996163003 ], [ -75.201496666603404, 39.973968464640599 ], [ -75.201457969638099, 39.973756792624798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4218, "ADDRESS": "2232 N 4TH ST", "OWNER1": "AMBOAGE JOSE CLEMENTE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191217101", "LNIADDRESSKEY": "634720", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.84765625, "Shape__Length": 51.316412200498256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139932052634805, 39.985020210589802 ], [ -75.139941568871095, 39.984977064156197 ], [ -75.140108626568605, 39.984999433302796 ], [ -75.140112573115701, 39.985000329463801 ], [ -75.140102987872694, 39.985043102668101 ], [ -75.139932052634805, 39.985020210589802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4219, "ADDRESS": "1719 N 31ST ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324194700", "LNIADDRESSKEY": "683443", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.02734375, "Shape__Length": 61.544364783329456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1847113189434, 39.982616553872703 ], [ -75.184930403148996, 39.982645308291801 ], [ -75.184921109096706, 39.982686093117302 ], [ -75.1847026621558, 39.982658255063598 ], [ -75.1847113189434, 39.982616553872703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4220, "ADDRESS": "1804 N 24TH ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322147000", "LNIADDRESSKEY": "676543", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.25390625, "Shape__Length": 72.095301823893593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173751005426297, 39.982719890612799 ], [ -75.173761089876095, 39.982675545010601 ], [ -75.174021107874395, 39.982713895689699 ], [ -75.174011285674993, 39.982758472450399 ], [ -75.173751005426297, 39.982719890612799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4221, "ADDRESS": "6009 REINHARD ST", "OWNER1": "THOMAS WILLIAM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401270900", "LNIADDRESSKEY": "500435", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.75, "Shape__Length": 59.596990010843989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230064535621594, 39.932033383258798 ], [ -75.230106709571601, 39.932002763782201 ], [ -75.230247593102206, 39.932123402282201 ], [ -75.230206402757403, 39.932152350674002 ], [ -75.230064535621594, 39.932033383258798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4222, "ADDRESS": "2521 ANNIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361247200", "LNIADDRESSKEY": "17609", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.40234375, "Shape__Length": 39.559785952789966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185828952723597, 39.939027759596399 ], [ -75.185849087313997, 39.938928123280498 ], [ -75.185894989325405, 39.938934806707202 ], [ -75.185874176888206, 39.939034106890603 ], [ -75.185828952723597, 39.939027759596399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4223, "ADDRESS": "1414 N 27TH ST", "OWNER1": "LEE ALANA D", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292060310", "LNIADDRESSKEY": "679593", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.55078125, "Shape__Length": 42.443868462008595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179786237939197, 39.977586682305301 ], [ -75.179918649747705, 39.977605799585703 ], [ -75.179909581172694, 39.977647798720803 ], [ -75.179777446366501, 39.977629638202501 ], [ -75.179786237939197, 39.977586682305301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4224, "ADDRESS": "1332 S 30TH ST", "OWNER1": "ZHOU YUNYUN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362250697", "LNIADDRESSKEY": "683288", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.91015625, "Shape__Length": 56.065373853899587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193866055300703, 39.936823962600201 ], [ -75.193875080518595, 39.9367822353504 ], [ -75.194069450344003, 39.936805557049901 ], [ -75.1940609433112, 39.9368468915333 ], [ -75.193866055300703, 39.936823962600201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4225, "ADDRESS": "2841 JACKSON ST", "OWNER1": "BONGIOVANNI JOSEPH", "OWNER2": "BONGIOVANNI DANA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "482107600", "LNIADDRESSKEY": "359762", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.08203125, "Shape__Length": 51.42677132049063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193937594256099, 39.9263135138903 ], [ -75.193967978594102, 39.9263167545298 ], [ -75.1939374975166, 39.926453640995 ], [ -75.193907657581207, 39.926449848227499 ], [ -75.193888147780399, 39.926446963727003 ], [ -75.193917463405796, 39.926311001857599 ], [ -75.193937594256099, 39.9263135138903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4226, "ADDRESS": "75 E WISTER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121054010", "LNIADDRESSKEY": "619726", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 281.21875, "Shape__Length": 76.170997261557872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163714703457501, 40.031528955931599 ], [ -75.163660217020706, 40.031586695801799 ], [ -75.163459918029602, 40.031468283295297 ], [ -75.163512525401003, 40.031415063710099 ], [ -75.163685110154205, 40.031512364091697 ], [ -75.163714703457501, 40.031528955931599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4227, "ADDRESS": "916 W AUBURN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372361701", "LNIADDRESSKEY": "25019", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.12109375, "Shape__Length": 46.322115772648772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146129827257994, 39.995121737490997 ], [ -75.146126876628998, 39.995135292863701 ], [ -75.146081881196096, 39.995129725382498 ], [ -75.146083847882593, 39.995115632982198 ], [ -75.146106987553594, 39.995006801021098 ], [ -75.146152369817102, 39.995012665595702 ], [ -75.146129827257994, 39.995121737490997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4228, "ADDRESS": "3413R N 19TH ST", "OWNER1": "HASFORD D KELLOG", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112268300", "LNIADDRESSKEY": "668448", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 46.71484375, "Shape__Length": 27.375220491698315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159575899698794, 40.006078608323101 ], [ -75.159581896493094, 40.006052178293999 ], [ -75.159645280054306, 40.006060023669001 ], [ -75.159635314681907, 40.006104177248702 ], [ -75.159571714100593, 40.006096567994298 ], [ -75.159575899698794, 40.006078608323101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4229, "ADDRESS": "1233 HANSON ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROPERTY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273039610", "LNIADDRESSKEY": "332195", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.99609375, "Shape__Length": 51.464974753252562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213764176696301, 39.9429244148793 ], [ -75.213907653341593, 39.942824469924297 ], [ -75.2139396393395, 39.942851742063901 ], [ -75.213819794875405, 39.942936314803497 ], [ -75.213764176696301, 39.9429244148793 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4230, "ADDRESS": "2203 N 8TH ST", "OWNER1": "TONA HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371096200", "LNIADDRESSKEY": "645107", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.99609375, "Shape__Length": 67.59161104622865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1464113069799, 39.9852147702018 ], [ -75.146421409035597, 39.985172619852698 ], [ -75.146477377566995, 39.985180934354297 ], [ -75.146665441707896, 39.985205833760098 ], [ -75.146655221411706, 39.985247787725697 ], [ -75.1464113069799, 39.9852147702018 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4231, "ADDRESS": "2611 CECIL B MOORE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324049901", "LNIADDRESSKEY": "71821", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.5390625, "Shape__Length": 73.512877930882084 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177602145898007, 39.981542211283497 ], [ -75.177605352675599, 39.981532804519503 ], [ -75.177625147350795, 39.981432822574803 ], [ -75.177646213191395, 39.981335302977598 ], [ -75.177701898677796, 39.981341660975701 ], [ -75.177657818124302, 39.9815489237753 ], [ -75.177602145898007, 39.981542211283497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4232, "ADDRESS": "3823 WALLACE ST", "OWNER1": "JOSEPH TAYLOR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242100900", "LNIADDRESSKEY": "593509", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.828125, "Shape__Length": 86.726894643043082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198625267090605, 39.964562912593998 ], [ -75.198676998319897, 39.964557083506001 ], [ -75.198712058327104, 39.964750879958899 ], [ -75.198712271642293, 39.964755800815297 ], [ -75.198723257568901, 39.964812479598599 ], [ -75.198670623354204, 39.964818885548901 ], [ -75.198625267090605, 39.964562912593998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4233, "ADDRESS": "1929 N NEWKIRK ST", "OWNER1": "ST6 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323215800", "LNIADDRESSKEY": "449939", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.21875, "Shape__Length": 50.278795404445816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179623685449599, 39.985094052147701 ], [ -75.179661273083894, 39.985069311993001 ], [ -75.179775837414098, 39.985171174690201 ], [ -75.179737506252394, 39.985196720403898 ], [ -75.179623685449599, 39.985094052147701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4234, "ADDRESS": "321 E WISTER ST", "OWNER1": "321 WISTER ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121056100", "LNIADDRESSKEY": "619763", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-2", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 4309.65625, "Shape__Length": 273.85790262130217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161431671531602, 40.033467513834204 ], [ -75.161703419706996, 40.033202132149299 ], [ -75.161939981933301, 40.033336421898902 ], [ -75.162139322939396, 40.033448143383303 ], [ -75.162270560874404, 40.033523349342801 ], [ -75.162336768833995, 40.033559514337803 ], [ -75.162065490814101, 40.033828003071399 ], [ -75.161431671531602, 40.033467513834204 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4235, "ADDRESS": "2337 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191173301", "LNIADDRESSKEY": "632609", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.05859375, "Shape__Length": 59.626303941801282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138204132509699, 39.9864206128698 ], [ -75.138212755557504, 39.986380014142703 ], [ -75.138423993990997, 39.986406738360003 ], [ -75.138414732210606, 39.986447730279203 ], [ -75.138204132509699, 39.9864206128698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4236, "ADDRESS": "1321 W SELTZER ST", "OWNER1": "GROOVER HUNTER I/T/F", "OWNER2": "DAMION LAMAR WATERS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372325100", "LNIADDRESSKEY": "529569", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.62890625, "Shape__Length": 51.762271003704726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152691233863806, 39.995106678616601 ], [ -75.152721706342604, 39.994966996167904 ], [ -75.152768207762904, 39.994972593986297 ], [ -75.152738177137294, 39.995112786508301 ], [ -75.152691233863806, 39.995106678616601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4237, "ADDRESS": "1930 N 6TH ST", "OWNER1": "SDA HOLDING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201115100", "LNIADDRESSKEY": "639293", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.77734375, "Shape__Length": 90.062601597635876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144696816346794, 39.980866761211203 ], [ -75.144705448826201, 39.980822514296598 ], [ -75.144858822820495, 39.980839746748401 ], [ -75.145047168065503, 39.980859739278003 ], [ -75.145038054225594, 39.980905586989003 ], [ -75.144696816346794, 39.980866761211203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4238, "ADDRESS": "1139 W SILVER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372309401", "LNIADDRESSKEY": "537680", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.65625, "Shape__Length": 55.222990209570717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150393889057398, 39.994342608659402 ], [ -75.150422134870595, 39.994202069877197 ], [ -75.1504787344211, 39.9942094448351 ], [ -75.150448533551398, 39.994353969161502 ], [ -75.150448505445098, 39.994354129582298 ], [ -75.150393058068701, 39.994346796473998 ], [ -75.150393136403295, 39.994346395041902 ], [ -75.150393889057398, 39.994342608659402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4239, "ADDRESS": "6052 REINHARD ST", "OWNER1": "THOMAS EDWARD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401281200", "LNIADDRESSKEY": "500478", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.2578125, "Shape__Length": 60.488095989995962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230748466522201, 39.931217883793003 ], [ -75.230788749159899, 39.931189721676297 ], [ -75.230934032552994, 39.9313125350482 ], [ -75.2308928124299, 39.931341676729801 ], [ -75.230748466522201, 39.931217883793003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4240, "ADDRESS": "1511 S STILLMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364196505", "LNIADDRESSKEY": "555831", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.0546875, "Shape__Length": 46.334518452453601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186800426232395, 39.9337587849095 ], [ -75.186956633455594, 39.933778798322898 ], [ -75.186948992271397, 39.933815960897398 ], [ -75.186791872965898, 39.933796233433597 ], [ -75.186800426232395, 39.9337587849095 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4241, "ADDRESS": "417 E ASHMEAD ST", "OWNER1": "SAND BOX 257 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121098900", "LNIADDRESSKEY": "23073", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.57421875, "Shape__Length": 60.270663302190506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162614147534299, 40.0357832529753 ], [ -75.162583705397495, 40.035813823377602 ], [ -75.162409961068803, 40.035707645235298 ], [ -75.162441127761696, 40.035678977700101 ], [ -75.162614147534299, 40.0357832529753 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4242, "ADDRESS": "2422 N OPAL ST", "OWNER1": "ALEXANDER EVELYN E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162127800", "LNIADDRESSKEY": "460328", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.51953125, "Shape__Length": 52.409868157889505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164461606509704, 39.991094169940801 ], [ -75.164462308848996, 39.991091106541901 ], [ -75.164471001192396, 39.991052711860299 ], [ -75.1646378449623, 39.991074653659801 ], [ -75.164639763765507, 39.991074906365803 ], [ -75.164648835006105, 39.9910760939228 ], [ -75.164644011530001, 39.991098214449103 ], [ -75.164639950849505, 39.991117337134497 ], [ -75.164630859121502, 39.991116149115499 ], [ -75.1646288569262, 39.991115894530999 ], [ -75.164461606509704, 39.991094169940801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4243, "ADDRESS": "6119 CALLOWHILL ST", "OWNER1": "WHITE PAMELA BUTLER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341050700", "LNIADDRESSKEY": "60032", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19151", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.6640625, "Shape__Length": 70.714458510165315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242139225943205, 39.9687175547419 ], [ -75.2421818063345, 39.968520925757097 ], [ -75.242191413177395, 39.968521748396803 ], [ -75.242237995482697, 39.9685276825182 ], [ -75.2421967937928, 39.968724438509398 ], [ -75.242139225943205, 39.9687175547419 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4244, "ADDRESS": "1215 W DAUPHIN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371337401", "LNIADDRESSKEY": "110572", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.77734375, "Shape__Length": 67.625166376572309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152671892287302, 39.987713318578699 ], [ -75.152712352664693, 39.987528855175398 ], [ -75.152771884011003, 39.987536651372402 ], [ -75.152731337659503, 39.987720112716602 ], [ -75.152671892287302, 39.987713318578699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4245, "ADDRESS": "1241 W VENANGO ST", "OWNER1": "RDS RENTAL MANAGEMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432044400", "LNIADDRESSKEY": "587708", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.1796875, "Shape__Length": 75.992186724333237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149197872597995, 40.0076539318542 ], [ -75.149244032482002, 40.007439422174102 ], [ -75.149301391389599, 40.007446911523097 ], [ -75.149258471782304, 40.007640345448699 ], [ -75.1492538347064, 40.007661261185298 ], [ -75.149197872597995, 40.0076539318542 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4246, "ADDRESS": "4219 MANTUA AVE", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062114900", "LNIADDRESSKEY": "409614", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.8984375, "Shape__Length": 92.003996928698783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209095090947599, 39.972099220714 ], [ -75.209211256822996, 39.971842348111601 ], [ -75.209223857319998, 39.971846028397898 ], [ -75.209266842311393, 39.971858553544003 ], [ -75.209150805153399, 39.972114220579002 ], [ -75.209095090947599, 39.972099220714 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4247, "ADDRESS": "3906 BROWN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243067510", "LNIADDRESSKEY": "53894", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.37890625, "Shape__Length": 82.875550613450343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200768933253997, 39.967352304009502 ], [ -75.200799814431306, 39.967592866955499 ], [ -75.200742147306897, 39.967599354672899 ], [ -75.200714404329005, 39.967358329837602 ], [ -75.200768933253997, 39.967352304009502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4248, "ADDRESS": "55 E ASHMEAD ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121091900", "LNIADDRESSKEY": "22982", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.796875, "Shape__Length": 57.598618557903684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165738093764404, 40.031845526595099 ], [ -75.165771982288007, 40.031812436925598 ], [ -75.165874989924006, 40.031876235304502 ], [ -75.165931289830894, 40.031909387781099 ], [ -75.165897010200894, 40.031942822344597 ], [ -75.165738093764404, 40.031845526595099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4249, "ADDRESS": "2931 N 13TH ST", "OWNER1": "PHOENIX PROPCO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372272500", "LNIADDRESSKEY": "656113", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.90234375, "Shape__Length": 81.419755886596946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151166145386497, 39.9974316620442 ], [ -75.151465703033296, 39.997473632861499 ], [ -75.151456301124796, 39.997519410290202 ], [ -75.151156553598696, 39.997478531018501 ], [ -75.151166145386497, 39.9974316620442 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4250, "ADDRESS": "2422 N 30TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "R E DIVISION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282077001", "LNIADDRESSKEY": "683094", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.39453125, "Shape__Length": 69.270858276702526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181178024277202, 39.9932391776739 ], [ -75.181185672408105, 39.9931976793643 ], [ -75.181439334493305, 39.9932312117677 ], [ -75.1814310321477, 39.993271776420897 ], [ -75.181178024277202, 39.9932391776739 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4251, "ADDRESS": "4663 N 8TH ST", "OWNER1": "ESTUDANTE ARMANDO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491248000", "LNIADDRESSKEY": "646019", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 33.4609375, "Shape__Length": 24.376637535555339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138312016361098, 40.022994172926801 ], [ -75.138383311125594, 40.023002099278202 ], [ -75.138377034369299, 40.023030829778399 ], [ -75.138306055596104, 40.0230221526256 ], [ -75.138312016361098, 40.022994172926801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4252, "ADDRESS": "2409 N GRATZ ST", "OWNER1": "PECNA PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162049700", "LNIADDRESSKEY": "321861", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.10546875, "Shape__Length": 51.150110459843638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162664881977506, 39.990562060492103 ], [ -75.162671804010401, 39.990528880067302 ], [ -75.162673749669196, 39.990524007758196 ], [ -75.162849110176793, 39.9905456925473 ], [ -75.162840863787594, 39.990585580475098 ], [ -75.162664881977506, 39.990562060492103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4253, "ADDRESS": "3974 RENO ST", "OWNER1": "BLUESTONE REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243130500", "LNIADDRESSKEY": "501007", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.328125, "Shape__Length": 69.835826712678752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202670552787396, 39.967739077778099 ], [ -75.202718460108599, 39.967734177812801 ], [ -75.202757090728298, 39.967934789250599 ], [ -75.202709042901105, 39.967940622034398 ], [ -75.202670552787396, 39.967739077778099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4254, "ADDRESS": "2832 W GLENWOOD AVE", "OWNER1": "LEDBETTER ELIJAH", "OWNER2": "LEDBETTER MARY H/D", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323051500", "LNIADDRESSKEY": "318078", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.65234375, "Shape__Length": 64.474566876486193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180753843124705, 39.983624669675301 ], [ -75.180875135627204, 39.983734194093401 ], [ -75.180915841820607, 39.983770456458601 ], [ -75.180873624606093, 39.983797398825097 ], [ -75.180742460092404, 39.983678496887997 ], [ -75.180751258330602, 39.983636491636602 ], [ -75.180753843124705, 39.983624669675301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4255, "ADDRESS": "2136 N 3RD ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191179500", "LNIADDRESSKEY": "632532", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.33203125, "Shape__Length": 53.989112807268384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139249581536404, 39.983434716039 ], [ -75.139257580983795, 39.983396145009998 ], [ -75.139446980806099, 39.983421038369102 ], [ -75.1394385646839, 39.983458987235302 ], [ -75.139249581536404, 39.983434716039 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4256, "ADDRESS": "2047 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183302400", "LNIADDRESSKEY": "632493", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.83984375, "Shape__Length": 62.862407543269697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139127628792593, 39.982093761331399 ], [ -75.139134366708305, 39.9820580313704 ], [ -75.139135514841996, 39.982051625311101 ], [ -75.139360068857798, 39.982083686626297 ], [ -75.139351390153394, 39.982124127598397 ], [ -75.139127628792593, 39.982093761331399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4257, "ADDRESS": "3659 N 21ST ST", "OWNER1": "LYNCH ANTHONY", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "131295800", "LNIADDRESSKEY": "672562", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 305.640625, "Shape__Length": 112.27123431546465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162139580453498, 40.010368832737903 ], [ -75.162596252043699, 40.010428016453098 ], [ -75.162587020229097, 40.010470058135397 ], [ -75.162176403906898, 40.010417473977398 ], [ -75.162139580453498, 40.010368832737903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4258, "ADDRESS": "6002 REINHARD ST", "OWNER1": "DAVIS ROY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401278700", "LNIADDRESSKEY": "500428", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.01953125, "Shape__Length": 60.802021604123169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229724024001399, 39.931937017221998 ], [ -75.229765069266406, 39.931908630063099 ], [ -75.229911221268495, 39.932031722860998 ], [ -75.229872709557796, 39.932058973051902 ], [ -75.229870000564404, 39.932060895716099 ], [ -75.229724024001399, 39.931937017221998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4259, "ADDRESS": "1939 N 20TH ST", "OWNER1": "BLUE CORNER PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321285800", "LNIADDRESSKEY": "670075", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.30078125, "Shape__Length": 76.369411747151247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166190585813695, 39.983862627823299 ], [ -75.166460794198898, 39.983899725973899 ], [ -75.166454105564895, 39.983930686324697 ], [ -75.166450722920104, 39.983946327256703 ], [ -75.166450497705, 39.983947321187202 ], [ -75.166449568586998, 39.983951346955003 ], [ -75.166179446918306, 39.983914735030403 ], [ -75.166190585813695, 39.983862627823299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4260, "ADDRESS": "2003 N ORIANNA ST", "OWNER1": "ROSARIO IDA AMPARO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183311400", "LNIADDRESSKEY": "461465", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.91015625, "Shape__Length": 40.482275088981723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139934957413203, 39.981326644832997 ], [ -75.139939135929097, 39.9813106036707 ], [ -75.139942415507207, 39.981295057899302 ], [ -75.140080982600495, 39.9813126211087 ], [ -75.140071712125902, 39.981344473180897 ], [ -75.139934957413203, 39.981326644832997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4261, "ADDRESS": "2431 CECIL B MOORE AVE", "OWNER1": "HUFF HELEN B", "OWNER2": "BOONE JANIN W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291262800", "LNIADDRESSKEY": "71754", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.86328125, "Shape__Length": 76.485396388555586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175007708524802, 39.9809814146655 ], [ -75.175063521152495, 39.980988808467401 ], [ -75.175017919098195, 39.981205643338299 ], [ -75.174962307614095, 39.981198963578699 ], [ -75.175007708524802, 39.9809814146655 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4262, "ADDRESS": "808 N PRESTON ST", "OWNER1": "BENJAMIN RINGER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062239600", "LNIADDRESSKEY": "489926", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.4375, "Shape__Length": 72.435608723826149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2043141283648, 39.967566386161103 ], [ -75.204309062064297, 39.967534405242901 ], [ -75.204573224645699, 39.967507398234197 ], [ -75.204580238793298, 39.9675522053438 ], [ -75.204316160866398, 39.967579214250598 ], [ -75.2043141283648, 39.967566386161103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4263, "ADDRESS": "1717 N 31ST ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324194600", "LNIADDRESSKEY": "683441", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.484375, "Shape__Length": 61.656205041005499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184719282300804, 39.982575497171197 ], [ -75.184938559915196, 39.982603546355797 ], [ -75.184930403148996, 39.982645308291801 ], [ -75.1847113189434, 39.982616553872703 ], [ -75.184719282300804, 39.982575497171197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4264, "ADDRESS": "2120 HAINES ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "102122710", "LNIADDRESSKEY": "329782", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 273.765625, "Shape__Length": 81.409444842493897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157220349698605, 40.056478205644098 ], [ -75.157074387084805, 40.0562877932989 ], [ -75.157136957210895, 40.056257206985698 ], [ -75.157287495431106, 40.056447014082799 ], [ -75.157220349698605, 40.056478205644098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4265, "ADDRESS": "4900 WESTMINSTER AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442048000", "LNIADDRESSKEY": "608185", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.671875, "Shape__Length": 61.293122409959494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218986990324396, 39.9685240297582 ], [ -75.218987958256406, 39.968531208426 ], [ -75.219008741068905, 39.968686963174001 ], [ -75.218947014973693, 39.968692774702099 ], [ -75.218928578934396, 39.968535363185303 ], [ -75.2189277657465, 39.9685285100378 ], [ -75.218986990324396, 39.9685240297582 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4266, "ADDRESS": "4655 N 8TH ST", "OWNER1": "ESTUDANTE ARMANDO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491247600", "LNIADDRESSKEY": "646015", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 29.52734375, "Shape__Length": 23.458831437674863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138333622819999, 40.022892979485299 ], [ -75.138405540803802, 40.022900468362003 ], [ -75.138399904912703, 40.022926211908398 ], [ -75.138328528262207, 40.022916913023302 ], [ -75.138333622819999, 40.022892979485299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4267, "ADDRESS": "1634 W SUSQUEHANNA AVE", "OWNER1": "SAIMAR CAPITAL INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321065800", "LNIADDRESSKEY": "559120", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.375, "Shape__Length": 65.091573082086953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160483250742402, 39.986758144503902 ], [ -75.160522513180993, 39.986578681731501 ], [ -75.160576948866293, 39.986585487179099 ], [ -75.160537016556702, 39.986764934853497 ], [ -75.160483250742402, 39.986758144503902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4268, "ADDRESS": "4177 MANTUA AVE", "OWNER1": "XC INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062113700", "LNIADDRESSKEY": "409602", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 236.9140625, "Shape__Length": 92.128154699911477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208160066000303, 39.971861752653801 ], [ -75.208276762214794, 39.971600297559398 ], [ -75.208326767857798, 39.971613317577201 ], [ -75.208210242773305, 39.971875211243301 ], [ -75.208160066000303, 39.971861752653801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4269, "ADDRESS": "3401 N 19TH ST", "OWNER1": "HOLLAND ERICKA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112267600", "LNIADDRESSKEY": "668435", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 315.99609375, "Shape__Length": 94.275998600968578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159706253944407, 40.005777174963498 ], [ -75.159719081518901, 40.005721721890303 ], [ -75.160064830627107, 40.005764453582799 ], [ -75.1600630399831, 40.0057729244105 ], [ -75.160053282842298, 40.005818807037102 ], [ -75.159706253944407, 40.005777174963498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4270, "ADDRESS": "1015 W ARIZONA ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371352201", "LNIADDRESSKEY": "730186", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.6015625, "Shape__Length": 57.314493335005764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149444300415496, 39.9882655251524 ], [ -75.149477037362999, 39.988103471752801 ], [ -75.149520673887395, 39.988108812369298 ], [ -75.149485837422503, 39.988270979266602 ], [ -75.149465256280195, 39.988268272787501 ], [ -75.149444300415496, 39.9882655251524 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4271, "ADDRESS": "2406-08 N 9TH ST", "OWNER1": "98 REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371131101", "LNIADDRESSKEY": "647584", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 443.21875, "Shape__Length": 101.51607294821059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147333914001095, 39.988621492545597 ], [ -75.147339271314294, 39.988596016036198 ], [ -75.147225788261196, 39.988580223532701 ], [ -75.147127901814599, 39.988567607062599 ], [ -75.147144325780204, 39.988492312942697 ], [ -75.147462310894696, 39.988534680398303 ], [ -75.147439788004505, 39.988635709064297 ], [ -75.147333914001095, 39.988621492545597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4272, "ADDRESS": "7018 UPLAND ST", "OWNER1": "FULLARD ALEXANDER", "OWNER2": "FULLARD MARY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403261200", "LNIADDRESSKEY": "584074", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 279.05859375, "Shape__Length": 87.721055149388434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243609176137397, 39.9215593695709 ], [ -75.243660065288907, 39.921523713499496 ], [ -75.243879033659198, 39.921707553918402 ], [ -75.243827457620597, 39.9217436298037 ], [ -75.243609176137397, 39.9215593695709 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4273, "ADDRESS": "1914 W NORRIS ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321150710", "LNIADDRESSKEY": "452394", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.91796875, "Shape__Length": 68.780875426904956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165370087754397, 39.984244860138901 ], [ -75.165412588080898, 39.984054264797599 ], [ -75.165467568478803, 39.984061564523898 ], [ -75.165426590261006, 39.984252370984102 ], [ -75.165370087754397, 39.984244860138901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4274, "ADDRESS": "1301 S 54TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511252110", "LNIADDRESSKEY": "694235", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.84765625, "Shape__Length": 76.042552612177246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225068063749902, 39.941984604244702 ], [ -75.225281521005897, 39.941837506156901 ], [ -75.225317725317396, 39.941868075441697 ], [ -75.225105054224699, 39.942015948868203 ], [ -75.225068063749902, 39.941984604244702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4275, "ADDRESS": "2114 S CECIL ST", "OWNER1": "WILSON, BENJAMIN W", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401044701", "LNIADDRESSKEY": "71298", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.14453125, "Shape__Length": 54.882550581889973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225187015620193, 39.933370333347597 ], [ -75.225222900595199, 39.9334008698331 ], [ -75.225212324633404, 39.933408235800101 ], [ -75.225080108441404, 39.933500320641201 ], [ -75.2250442219744, 39.933469785204203 ], [ -75.225187015620193, 39.933370333347597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4276, "ADDRESS": "5703 MASTER ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043037210", "LNIADDRESSKEY": "419833", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.25390625, "Shape__Length": 69.500936573895132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234952223185104, 39.973383533172303 ], [ -75.235006415703197, 39.973377532095398 ], [ -75.235042170677403, 39.973573022991701 ], [ -75.234988293390302, 39.973578966801803 ], [ -75.234952223185104, 39.973383533172303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4277, "ADDRESS": "1959 N ORIANNA ST", "OWNER1": "BANKS WESTON GEORGE", "OWNER2": "WESTON MARK", "BLDG_DESC": "ROW 3STY FRAME", "OPA_ID": "183310800", "LNIADDRESSKEY": "461458", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.55859375, "Shape__Length": 44.747894806931377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140066531723505, 39.980673537056902 ], [ -75.140074091848604, 39.980639824896997 ], [ -75.140227907872301, 39.980660797101798 ], [ -75.140220447958797, 39.980694608408903 ], [ -75.140066531723505, 39.980673537056902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4278, "ADDRESS": "3968 PENNSGROVE ST", "OWNER1": "MCHUGH JOHN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243169200", "LNIADDRESSKEY": "478499", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 218.23828125, "Shape__Length": 81.825991904251509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203174791128504, 39.971535629298202 ], [ -75.203231599820597, 39.971529201201903 ], [ -75.203277446425801, 39.971764871792097 ], [ -75.203222154275096, 39.971771059893797 ], [ -75.203174791128504, 39.971535629298202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4279, "ADDRESS": "4759 N MARSHALL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491190300", "LNIADDRESSKEY": "414711", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19120", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.9765625, "Shape__Length": 76.730556963354374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136076547575101, 40.024647440584602 ], [ -75.136062369200303, 40.024686740324 ], [ -75.135780552169393, 40.024653243824297 ], [ -75.135782477907497, 40.024612488228101 ], [ -75.136076547575101, 40.024647440584602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4280, "ADDRESS": "1460 KERBAUGH ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132265005", "LNIADDRESSKEY": "369505", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.96875, "Shape__Length": 46.18705022239412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151834952341105, 40.013108563877303 ], [ -75.151876674247902, 40.013095886837498 ], [ -75.151925312094306, 40.013214726860198 ], [ -75.151883922760703, 40.013227476768499 ], [ -75.151834952341105, 40.013108563877303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4281, "ADDRESS": "1625 N 8TH ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202086701", "LNIADDRESSKEY": "644895", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.5234375, "Shape__Length": 91.846699760841332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148159139184898, 39.976686506448502 ], [ -75.148169730968803, 39.9766430133078 ], [ -75.148299422690897, 39.976660703419 ], [ -75.148518710670004, 39.976691482317797 ], [ -75.148509159830198, 39.9767345970034 ], [ -75.148159139184898, 39.976686506448502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4282, "ADDRESS": "3962 RENO ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243129910", "LNIADDRESSKEY": "500995", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.95703125, "Shape__Length": 68.550717574255415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202392816282497, 39.967771051067402 ], [ -75.2024342558054, 39.967766023382801 ], [ -75.202437048551801, 39.967775353348301 ], [ -75.202456324533401, 39.9678903767268 ], [ -75.202459905579204, 39.967902690751401 ], [ -75.202470837830305, 39.967967025312099 ], [ -75.202426679712403, 39.967971944223599 ], [ -75.202412884972006, 39.967893973593803 ], [ -75.202392816282497, 39.967771051067402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4283, "ADDRESS": "5415-17 LANSDOWNE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041254900", "LNIADDRESSKEY": "378425", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1060.5859375, "Shape__Length": 154.35296511101109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230312348135797, 39.977114284793203 ], [ -75.230472254050795, 39.977096323785702 ], [ -75.230523156714398, 39.9773672007355 ], [ -75.2305259457153, 39.977376193091501 ], [ -75.230548493143502, 39.977499840771301 ], [ -75.230518909257498, 39.9775026240697 ], [ -75.230390228760797, 39.977518158926102 ], [ -75.230312348135797, 39.977114284793203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4284, "ADDRESS": "5565 BAYNTON ST", "OWNER1": "ODESSA LAWSON TR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122152400", "LNIADDRESSKEY": "31597", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.484375, "Shape__Length": 65.932233147177428 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170416479277705, 40.0380744564591 ], [ -75.170450654686206, 40.038100063749503 ], [ -75.170457623867406, 40.038106491306202 ], [ -75.170455186143201, 40.0381082903912 ], [ -75.170337309561901, 40.038195833196802 ], [ -75.170289764456498, 40.0382356127352 ], [ -75.1702494518984, 40.038206513541397 ], [ -75.170322429667493, 40.038148155341901 ], [ -75.170347055606598, 40.038129251070401 ], [ -75.170416479277705, 40.0380744564591 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4285, "ADDRESS": "2029-31 N 33RD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323344710", "LNIADDRESSKEY": "684757", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 470.6796875, "Shape__Length": 98.469143164247342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186708660294499, 39.987929942241202 ], [ -75.186717458839595, 39.987885052260999 ], [ -75.187039103372001, 39.9879264407721 ], [ -75.187029957596906, 39.987970566171199 ], [ -75.187020683503405, 39.988014172876902 ], [ -75.186699833448301, 39.987973913686197 ], [ -75.186708660294499, 39.987929942241202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4286, "ADDRESS": "3846 FOLSOM ST", "OWNER1": "EMERALD PROPERTIES OF PHI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243053300", "LNIADDRESSKEY": "293651", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.3125, "Shape__Length": 75.588635416038542 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199361861520799, 39.966962967719702 ], [ -75.199374821941504, 39.9669620146894 ], [ -75.199409144696006, 39.966958505770599 ], [ -75.199409990356202, 39.9669627649265 ], [ -75.199452607667595, 39.967177426283101 ], [ -75.199402265219206, 39.9671841088023 ], [ -75.199362766372204, 39.966967872410798 ], [ -75.199361861520799, 39.966962967719702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4287, "ADDRESS": "2115 N REESE ST", "OWNER1": "LOPEZ CARMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191317600", "LNIADDRESSKEY": "498699", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.6953125, "Shape__Length": 44.719948268817269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142417779141596, 39.983352942341703 ], [ -75.142424362072504, 39.983321206989899 ], [ -75.142580695955601, 39.983342248861298 ], [ -75.142574316706302, 39.983374134137698 ], [ -75.142417779141596, 39.983352942341703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4288, "ADDRESS": "2226 N 7TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371066001", "LNIADDRESSKEY": "642483", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.37890625, "Shape__Length": 63.294828922800576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145413170395202, 39.985585732807003 ], [ -75.145420823615098, 39.985544040539601 ], [ -75.145647820658198, 39.985568772058897 ], [ -75.145641109161005, 39.985610002535203 ], [ -75.145413170395202, 39.985585732807003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4289, "ADDRESS": "2209 N 22ND ST", "OWNER1": "LONG FRANK", "OWNER2": "LONG KIM", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162207000", "LNIADDRESSKEY": "674058", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.90234375, "Shape__Length": 90.599140245687437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168974621437798, 39.9882729295053 ], [ -75.168710407027504, 39.988236972628599 ], [ -75.168719090794596, 39.988198191181297 ], [ -75.168981900553007, 39.988234696482003 ], [ -75.169009355796405, 39.988238505721199 ], [ -75.169069997265495, 39.988246929937702 ], [ -75.169060705382506, 39.988284650303697 ], [ -75.168974621437798, 39.9882729295053 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4290, "ADDRESS": "3826 MELON ST", "OWNER1": "CAMA SDIRA LLC FBO JOE H", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242109500", "LNIADDRESSKEY": "425796", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.8046875, "Shape__Length": 59.94694046817655 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198832080611794, 39.964816560557601 ], [ -75.198864350627204, 39.964978651591402 ], [ -75.198808863196604, 39.964984639396299 ], [ -75.198807292766404, 39.964978478764401 ], [ -75.198801579947499, 39.964949288670397 ], [ -75.198793100593704, 39.96490954147 ], [ -75.198777499880904, 39.964822923276003 ], [ -75.198832080611794, 39.964816560557601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4291, "ADDRESS": "1502 W ERIE AVE", "OWNER1": "ERIE STREET ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131040500", "LNIADDRESSKEY": "138955", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 232.48828125, "Shape__Length": 89.619741176485945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153070336367705, 40.009339104303898 ], [ -75.153125600275999, 40.009075375033902 ], [ -75.153178723856499, 40.009081864462502 ], [ -75.153123459546606, 40.009345609512202 ], [ -75.153070336367705, 40.009339104303898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4292, "ADDRESS": "5423 FLORENCE AVE", "OWNER1": "VICTOR DUNOFF", "OWNER2": "ROBERTA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513255700", "LNIADDRESSKEY": "293331", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.76171875, "Shape__Length": 63.514900990919884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227387567457896, 39.942683578235702 ], [ -75.227430847968606, 39.942652726003097 ], [ -75.227584414646003, 39.9427808047338 ], [ -75.227541352043303, 39.942810871191199 ], [ -75.227387567457896, 39.942683578235702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4293, "ADDRESS": "611 JEFFERSON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201013001", "LNIADDRESSKEY": "732160", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.38671875, "Shape__Length": 56.346379054944606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146128725332602, 39.974474239236599 ], [ -75.146163870210003, 39.974315546944702 ], [ -75.1462057032888, 39.974320687050501 ], [ -75.146170075241002, 39.974480529580603 ], [ -75.146128725332602, 39.974474239236599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4294, "ADDRESS": "617 W CUMBERLAND ST", "OWNER1": "LASKY CLIFFORD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371381000", "LNIADDRESSKEY": "105888", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.5078125, "Shape__Length": 57.618974552622561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143317916175306, 39.989558098614701 ], [ -75.143352886827699, 39.9894026421482 ], [ -75.143404672042294, 39.989409170275998 ], [ -75.143369957547094, 39.989565051548098 ], [ -75.143317916175306, 39.989558098614701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4295, "ADDRESS": "2017 N RANDOLPH ST", "OWNER1": "PHILADELPHIA REDEVELOPMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183426300", "LNIADDRESSKEY": "494805", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.57421875, "Shape__Length": 60.886039753791927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142976029398596, 39.982029507223402 ], [ -75.142985319499701, 39.981985630127198 ], [ -75.1431976673599, 39.982013649359402 ], [ -75.143188720406002, 39.982057324776598 ], [ -75.142976029398596, 39.982029507223402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4296, "ADDRESS": "505 E HAINES ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "592008115", "LNIADDRESSKEY": "329914", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 379.3984375, "Shape__Length": 87.645985958317013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170617914007494, 40.044553531034197 ], [ -75.170684286028205, 40.044489784766199 ], [ -75.170908537894803, 40.044627163824799 ], [ -75.170841557126494, 40.044690928087697 ], [ -75.170617914007494, 40.044553531034197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4297, "ADDRESS": "1604 W MENTOR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132394200", "LNIADDRESSKEY": "427188", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.2578125, "Shape__Length": 64.058098037584074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151235377955899, 40.025839810254602 ], [ -75.151230237271903, 40.025873288379401 ], [ -75.151224836578194, 40.025897716651698 ], [ -75.1512213083017, 40.025919769189002 ], [ -75.151217828754099, 40.025940549014898 ], [ -75.1511986278622, 40.0260132185986 ], [ -75.151169656241805, 40.026009225823898 ], [ -75.151141616427594, 40.026006609034901 ], [ -75.151178760828799, 40.025832242161002 ], [ -75.151235377955899, 40.025839810254602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4298, "ADDRESS": "2600 N 30TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282082301", "LNIADDRESSKEY": "683196", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.48046875, "Shape__Length": 62.971776467613154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180613293567504, 39.995784886983699 ], [ -75.180622526061995, 39.995744181013599 ], [ -75.180848272918297, 39.995774058894803 ], [ -75.180847064841103, 39.995779399624702 ], [ -75.180839220165296, 39.995814429897798 ], [ -75.180613293567504, 39.995784886983699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4299, "ADDRESS": "626-30 N 40TH ST", "OWNER1": "626-30 N 40TH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061165910", "LNIADDRESSKEY": "686192", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1214.5390625, "Shape__Length": 144.66078332577698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202586347949904, 39.964309092836899 ], [ -75.202993600168895, 39.964267502138597 ], [ -75.203027054696406, 39.964446899351998 ], [ -75.203025797864896, 39.9644468872198 ], [ -75.2026191647101, 39.964491457231802 ], [ -75.202586347949904, 39.964309092836899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4300, "ADDRESS": "3862 ASPEN ST", "OWNER1": "WM ASBELL", "OWNER2": "DORA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243037700", "LNIADDRESSKEY": "23838", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.09765625, "Shape__Length": 83.983094979631986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199710732498801, 39.966320713452802 ], [ -75.199765508948403, 39.966314742048503 ], [ -75.199809939904796, 39.966558701470902 ], [ -75.199754339335399, 39.966564864067202 ], [ -75.199710732498801, 39.966320713452802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4301, "ADDRESS": "1942 N UBER ST", "OWNER1": "FLOWERS LASHAUNA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321279400", "LNIADDRESSKEY": "581650", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.01171875, "Shape__Length": 70.019232955347348 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165817341082402, 39.983904889448503 ], [ -75.165825353571805, 39.9838666562095 ], [ -75.166036672488104, 39.983895642468497 ], [ -75.166086029198198, 39.983902057305798 ], [ -75.1660770718442, 39.983939769223497 ], [ -75.165817341082402, 39.983904889448503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4302, "ADDRESS": "2618 TITAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362069010", "LNIADDRESSKEY": "573675", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.7578125, "Shape__Length": 44.789689329550768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187772523544794, 39.937105732915299 ], [ -75.187797428379696, 39.936990582772403 ], [ -75.187844922971806, 39.936996672568803 ], [ -75.187820554531498, 39.937112576910003 ], [ -75.187772523544794, 39.937105732915299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4303, "ADDRESS": "522 DIAMOND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "183219901", "LNIADDRESSKEY": "116327", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.08984375, "Shape__Length": 57.600548388274532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143187597164697, 39.9827411399908 ], [ -75.143230383088394, 39.982746722811598 ], [ -75.143196082634603, 39.982909899289602 ], [ -75.143155238044798, 39.982904505844402 ], [ -75.143152873995405, 39.9829022435163 ], [ -75.143187597164697, 39.9827411399908 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4304, "ADDRESS": "4456 N UBER ST", "OWNER1": "FIRST PKTAM LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132223300", "LNIADDRESSKEY": "581804", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.07421875, "Shape__Length": 74.710359846912212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157497595753199, 40.022489195900398 ], [ -75.157501835199696, 40.022470979581499 ], [ -75.157506898994498, 40.022449283677503 ], [ -75.157784137373596, 40.022484091014597 ], [ -75.157775176277895, 40.022526057412897 ], [ -75.157497595753199, 40.022489195900398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4305, "ADDRESS": "7110 YOCUM ST", "OWNER1": "GLASGOW TYRIQUE WALTER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "773676350", "LNIADDRESSKEY": "628605", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.4375, "Shape__Length": 64.508799035066971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243822401140505, 39.919691144108498 ], [ -75.243882938384999, 39.919648139515303 ], [ -75.244022999541997, 39.9197643744766 ], [ -75.243960795888398, 39.919808262862503 ], [ -75.243822401140505, 39.919691144108498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4306, "ADDRESS": "3034 N AMERICAN ST", "OWNER1": "GEORGE DEANE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193059300", "LNIADDRESSKEY": "14592", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.03515625, "Shape__Length": 46.096223237345654 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134954859607205, 39.996824500599303 ], [ -75.134947024298796, 39.996859769510202 ], [ -75.1349368685851, 39.9968584422787 ], [ -75.134789924949303, 39.9968393289329 ], [ -75.134797855468904, 39.996802692643499 ], [ -75.134944414797303, 39.996823037260199 ], [ -75.134954859607205, 39.996824500599303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4307, "ADDRESS": "1310 N 23RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291306210", "LNIADDRESSKEY": "675339", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 422.515625, "Shape__Length": 83.949171899375727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173732721198604, 39.975375922299698 ], [ -75.173845391854002, 39.975390418319201 ], [ -75.173956190583397, 39.9754046728562 ], [ -75.173947931099505, 39.975442618309799 ], [ -75.173939680498606, 39.975480522290702 ], [ -75.173931429845993, 39.975518427396104 ], [ -75.173707967527406, 39.975489635286401 ], [ -75.173716219678596, 39.975451732480501 ], [ -75.173724471863196, 39.975413828548497 ], [ -75.173732721198604, 39.975375922299698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4308, "ADDRESS": "4926 PASCHALL AVE", "OWNER1": "V2 PROPERTIES ENTITY 5 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273175500", "LNIADDRESSKEY": "472076", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.390625, "Shape__Length": 71.581644758031757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211827836716793, 39.939118122116199 ], [ -75.211866604182404, 39.939090481326197 ], [ -75.212010032428694, 39.939211521020397 ], [ -75.212029265448706, 39.939227535083198 ], [ -75.212048317161404, 39.939242801803601 ], [ -75.212047544401102, 39.939243317421599 ], [ -75.2120093457238, 39.939269713960897 ], [ -75.211957838010704, 39.939227485075797 ], [ -75.211827836716793, 39.939118122116199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4309, "ADDRESS": "258 E PHIL ELLENA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "221198610", "LNIADDRESSKEY": "481528", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 347.53515625, "Shape__Length": 81.023157673289546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181468126855094, 40.055021509136303 ], [ -75.181663267747794, 40.055144158193102 ], [ -75.181597726372999, 40.055207027205199 ], [ -75.181394580010306, 40.055090807950698 ], [ -75.181468126855094, 40.055021509136303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4310, "ADDRESS": "214 W CUMBERLAND ST", "OWNER1": "LNS GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191445900", "LNIADDRESSKEY": "105844", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.87109375, "Shape__Length": 55.187080135830442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136061331032806, 39.988174523534902 ], [ -75.136062959931607, 39.988167049471798 ], [ -75.136110508364496, 39.988172532729997 ], [ -75.136108617523305, 39.988180839906697 ], [ -75.136076027907905, 39.988324081321899 ], [ -75.136029794357398, 39.988318176359599 ], [ -75.136061331032806, 39.988174523534902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4311, "ADDRESS": "5008 W THOMPSON ST", "OWNER1": "THOMPSON STREET PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442119100", "LNIADDRESSKEY": "570572", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.2734375, "Shape__Length": 96.883842753974022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2232679241977, 39.972907657423903 ], [ -75.223282395599199, 39.972905573785503 ], [ -75.223331613651695, 39.973178110314201 ], [ -75.2233348973039, 39.973196284799798 ], [ -75.2232807998287, 39.973201944604099 ], [ -75.223277808133403, 39.973183792312703 ], [ -75.223250356924595, 39.973016657445399 ], [ -75.223248576375994, 39.973008171378503 ], [ -75.223232615855395, 39.972911216009997 ], [ -75.2232679241977, 39.972907657423903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4312, "ADDRESS": "5234 CHESTER AVE", "OWNER1": "HOLLY JAMES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511279600", "LNIADDRESSKEY": "80062", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 293.91015625, "Shape__Length": 92.678498735802933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220977412084807, 39.9405624105217 ], [ -75.220981176762507, 39.940559736472402 ], [ -75.221026883883695, 39.940527296927797 ], [ -75.221131818949502, 39.9406134801877 ], [ -75.221201446163604, 39.940671497879997 ], [ -75.221217096157801, 39.940684271090902 ], [ -75.221256570531096, 39.940718041403898 ], [ -75.221263739135196, 39.940722938710202 ], [ -75.221232118614907, 39.9407454051385 ], [ -75.221217162518798, 39.940756214002697 ], [ -75.221213611712997, 39.940758763256397 ], [ -75.221205684878697, 39.9407523017627 ], [ -75.220977412084807, 39.9405624105217 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4313, "ADDRESS": "3034 W BERKS ST", "OWNER1": "BERKS ST PARTNERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323025500", "LNIADDRESSKEY": "37278", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.68359375, "Shape__Length": 73.215783894162087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183862052903294, 39.9850861318113 ], [ -75.183873481055599, 39.985025471192102 ], [ -75.183905273747399, 39.984878976197002 ], [ -75.183959586205901, 39.984886267841098 ], [ -75.183946307192898, 39.984942132006601 ], [ -75.183920417520397, 39.985066045665498 ], [ -75.183916136445703, 39.985093402586301 ], [ -75.183862052903294, 39.9850861318113 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4314, "ADDRESS": "4937 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442082010", "LNIADDRESSKEY": "314571", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.33203125, "Shape__Length": 71.114685021328981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220350645784904, 39.972717506497098 ], [ -75.220407931652502, 39.972705550550302 ], [ -75.220476496951704, 39.972901012225698 ], [ -75.220417738601697, 39.972906906939102 ], [ -75.220350645784904, 39.972717506497098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4315, "ADDRESS": "3810 MELON ST", "OWNER1": "WPRE V LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242108600", "LNIADDRESSKEY": "425780", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.01171875, "Shape__Length": 58.725992963831565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198351596251797, 39.9648717406522 ], [ -75.198402439405498, 39.964866181380401 ], [ -75.198429156750706, 39.965020477009197 ], [ -75.198430412188202, 39.965027774919598 ], [ -75.198379705591904, 39.965033046668999 ], [ -75.198351596251797, 39.9648717406522 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4316, "ADDRESS": "2814 N WATER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071335610", "LNIADDRESSKEY": "601308", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.4765625, "Shape__Length": 49.63619063445099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129554105271396, 39.9927264479184 ], [ -75.129555834584707, 39.992718556119101 ], [ -75.129561868035694, 39.992690918616397 ], [ -75.129729191057606, 39.9927133569932 ], [ -75.129735361657794, 39.992714191646499 ], [ -75.129727224040906, 39.992749647076799 ], [ -75.129721512421696, 39.992748871331003 ], [ -75.129554105271396, 39.9927264479184 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4317, "ADDRESS": "2808 W SUSQUEHANNA AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323163301", "LNIADDRESSKEY": "559219", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.5546875, "Shape__Length": 60.556392787437993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178940732969707, 39.989146946082997 ], [ -75.178976995953093, 39.988983417350497 ], [ -75.179030540590304, 39.988990064483097 ], [ -75.178995218156999, 39.9891547428142 ], [ -75.178940732969707, 39.989146946082997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4318, "ADDRESS": "3934 W GIRARD AVE", "OWNER1": "MILLENNIUM DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "243222500", "LNIADDRESSKEY": "314370", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.73828125, "Shape__Length": 71.051510799153988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203285519067506, 39.9739111226638 ], [ -75.203322189683504, 39.974109370177104 ], [ -75.203265199231495, 39.974115552186703 ], [ -75.203228331686702, 39.9739169781719 ], [ -75.203285519067506, 39.9739111226638 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4319, "ADDRESS": "5600 HEISKELL ST", "OWNER1": "TARASCA ELLEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122162200", "LNIADDRESSKEY": "339468", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.4375, "Shape__Length": 56.599788732807752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169658056516994, 40.038545994679097 ], [ -75.1698532131105, 40.038534065871097 ], [ -75.1698592322265, 40.038560008313397 ], [ -75.169864295190393, 40.038580190957497 ], [ -75.169661082183495, 40.038582799160999 ], [ -75.169658056516994, 40.038545994679097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4320, "ADDRESS": "2904 GRANSBACK ST", "OWNER1": "PHILA TOWNHOUSES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071510600", "LNIADDRESSKEY": "320752", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.81640625, "Shape__Length": 44.042782895102839 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1217746636257, 39.993096147411997 ], [ -75.121784180755398, 39.993052776969499 ], [ -75.121897048878097, 39.993067724525801 ], [ -75.121922341800499, 39.9930710607847 ], [ -75.121913370264394, 39.9931144110665 ], [ -75.1217746636257, 39.993096147411997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4321, "ADDRESS": "7017 UPLAND ST", "OWNER1": "HAYES BRUCE", "OWNER2": "HAYES MICHELE E", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403256800", "LNIADDRESSKEY": "584073", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 413.7421875, "Shape__Length": 102.06407699211545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243844920533206, 39.921885524883201 ], [ -75.243853303974902, 39.921879598252097 ], [ -75.243878433165605, 39.921861835913298 ], [ -75.243912308928401, 39.921837898087503 ], [ -75.244159388616595, 39.922046886368499 ], [ -75.244092879224795, 39.922093404025503 ], [ -75.243844920533206, 39.921885524883201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4322, "ADDRESS": "5901 TRINITY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401101601", "LNIADDRESSKEY": "577347", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 226.453125, "Shape__Length": 84.91868523364468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230870837967998, 39.935439464565498 ], [ -75.230865997186299, 39.935435586438501 ], [ -75.230793587596395, 39.935374015431897 ], [ -75.230780695884206, 39.935363109499797 ], [ -75.230699134085796, 39.935294228526402 ], [ -75.230691904982606, 39.935287606199502 ], [ -75.230687345102893, 39.935284636358404 ], [ -75.230657122349498, 39.9352594067743 ], [ -75.230699392535598, 39.935230223995198 ], [ -75.2307586153362, 39.935280318400501 ], [ -75.230912484787098, 39.935410719639997 ], [ -75.230917213475195, 39.935414740588598 ], [ -75.230876347545404, 39.935443890096799 ], [ -75.230870837967998, 39.935439464565498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4323, "ADDRESS": "6085 REINHARD ST", "OWNER1": "MOON THELMA M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401274700", "LNIADDRESSKEY": "500512", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.9375, "Shape__Length": 59.997523389813104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231616504926706, 39.930945040825598 ], [ -75.231624653886797, 39.930939303606301 ], [ -75.231657697778104, 39.930916027815201 ], [ -75.231801256876196, 39.931037352724204 ], [ -75.231760047133804, 39.931066268558197 ], [ -75.231616504926706, 39.930945040825598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4324, "ADDRESS": "2930 WHARTON ST", "OWNER1": "FREDERICK DENNIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362089000", "LNIADDRESSKEY": "610516", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.9921875, "Shape__Length": 62.903060346572587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193123732721403, 39.937365189227201 ], [ -75.193116354570193, 39.937364250999501 ], [ -75.193154071455297, 39.937196093151798 ], [ -75.193161239358105, 39.9371970582256 ], [ -75.193211952434595, 39.937203831348903 ], [ -75.193177316541707, 39.937371961039702 ], [ -75.193123732721403, 39.937365189227201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4325, "ADDRESS": "1734 S 58TH ST", "OWNER1": "HOUSE PETER L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034128600", "LNIADDRESSKEY": "698433", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.11328125, "Shape__Length": 73.375411085589889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230474444683495, 39.936929661456702 ], [ -75.230276230098895, 39.937069029451798 ], [ -75.230234915286701, 39.937034012268697 ], [ -75.2304365202193, 39.936895815789804 ], [ -75.230474444683495, 39.936929661456702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4326, "ADDRESS": "316 MECHANIC ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "592018900", "LNIADDRESSKEY": "424277", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 308.5546875, "Shape__Length": 93.099809329057763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173959816585906, 40.041862826618299 ], [ -75.173961427601597, 40.041861266832498 ], [ -75.174004810700396, 40.041819538606902 ], [ -75.174275384191304, 40.041984676178302 ], [ -75.174231174700694, 40.042027755509402 ], [ -75.173959816585906, 40.041862826618299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4327, "ADDRESS": "3960 PENNSGROVE ST", "OWNER1": "STODDART RANDALL J", "OWNER2": "NARANJO NICOLE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243168800", "LNIADDRESSKEY": "478491", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.03515625, "Shape__Length": 81.69060361114613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202955446413597, 39.971560984945903 ], [ -75.203010169944505, 39.971554849677297 ], [ -75.203058727481505, 39.971790306863703 ], [ -75.203003114444698, 39.971796697222103 ], [ -75.202955446413597, 39.971560984945903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4328, "ADDRESS": "1512 N MYRTLEWOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292279310", "LNIADDRESSKEY": "444896", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.2578125, "Shape__Length": 53.29140244946916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183568758432699, 39.979469986565398 ], [ -75.183577706463097, 39.979428373053501 ], [ -75.1837590860993, 39.979452062141299 ], [ -75.183749994326305, 39.979494189405102 ], [ -75.183568758432699, 39.979469986565398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4329, "ADDRESS": "1244 BURNS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471173910", "LNIADDRESSKEY": "56108", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.01171875, "Shape__Length": 37.872237559612117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160550371142307, 39.972945118625198 ], [ -75.160549463238397, 39.972950272227301 ], [ -75.160541663461501, 39.972987220368097 ], [ -75.160526795234404, 39.972985370013397 ], [ -75.160428889948193, 39.972973246045399 ], [ -75.160437288770495, 39.9729309920505 ], [ -75.160535524906194, 39.972943267641398 ], [ -75.160550371142307, 39.972945118625198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4330, "ADDRESS": "2504 DIAMOND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322267701", "LNIADDRESSKEY": "116690", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.23046875, "Shape__Length": 76.292406181363049 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174632485263601, 39.986747229161899 ], [ -75.174686266894398, 39.986753594237697 ], [ -75.174648761630095, 39.986972303490099 ], [ -75.174593764179406, 39.986965331092101 ], [ -75.174632485263601, 39.986747229161899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4331, "ADDRESS": "3217 RIDGE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282266700", "LNIADDRESSKEY": "504394", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.15234375, "Shape__Length": 77.206283980204745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185283246790107, 39.9913169313621 ], [ -75.185305071897801, 39.991357783109201 ], [ -75.185041053049105, 39.991447634886804 ], [ -75.185018288785898, 39.991407809522798 ], [ -75.185283246790107, 39.9913169313621 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4332, "ADDRESS": "2844 N 11TH ST", "OWNER1": "COMEROTA MARK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372234001", "LNIADDRESSKEY": "652082", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.24609375, "Shape__Length": 89.400203136103229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148743917284705, 39.995948368270703 ], [ -75.148754185687807, 39.995903561236901 ], [ -75.149090611221396, 39.995948050929599 ], [ -75.149080880677701, 39.995993578602402 ], [ -75.148743917284705, 39.995948368270703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4333, "ADDRESS": "433 W BERKS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183187801", "LNIADDRESSKEY": "37077", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.58984375, "Shape__Length": 61.43904703186054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142301836484293, 39.979879181839401 ], [ -75.142321664946905, 39.9798817441689 ], [ -75.142353233443899, 39.979885831310398 ], [ -75.142316303173899, 39.980045416918401 ], [ -75.1422626391427, 39.980055256434802 ], [ -75.142301836484293, 39.979879181839401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4334, "ADDRESS": "2809 N MARVINE ST", "OWNER1": "YULTUZ A. SEVINC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372238800", "LNIADDRESSKEY": "416825", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.65625, "Shape__Length": 73.190733277314493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149266352599398, 39.995173150828201 ], [ -75.149273985415405, 39.995133104497903 ], [ -75.149544853870495, 39.995164871879197 ], [ -75.149535023534099, 39.995208657227401 ], [ -75.149266352599398, 39.995173150828201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4335, "ADDRESS": "1723 N MARSHALL ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201127901", "LNIADDRESSKEY": "413746", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.58203125, "Shape__Length": 52.801977326281651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1456755078584, 39.977793399306499 ], [ -75.145683208920602, 39.977755433843903 ], [ -75.145867598700605, 39.977776157633798 ], [ -75.145860699341796, 39.977814560274098 ], [ -75.1456755078584, 39.977793399306499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4336, "ADDRESS": "5419 FLORENCE AVE", "OWNER1": "KURT PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513255500", "LNIADDRESSKEY": "293327", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.59765625, "Shape__Length": 64.534144229737876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227301247551196, 39.942743868885998 ], [ -75.227347054545007, 39.942711493251601 ], [ -75.227500600771094, 39.9428395705188 ], [ -75.227454410721506, 39.942872647326197 ], [ -75.227301247551196, 39.942743868885998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4337, "ADDRESS": "1940 N UBER ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321279301", "LNIADDRESSKEY": "581648", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.71875, "Shape__Length": 59.024727291138987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165825353571805, 39.9838666562095 ], [ -75.165833632838996, 39.983828606927503 ], [ -75.166045340372193, 39.9838578429449 ], [ -75.166036672488104, 39.983895642468497 ], [ -75.165825353571805, 39.9838666562095 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4338, "ADDRESS": "2336 GERRITT ST", "OWNER1": "PORCARI GIULIA", "OWNER2": "BANKS JOHN DALTON", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364014800", "LNIADDRESSKEY": "311312", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.78125, "Shape__Length": 51.575497167417254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183688682288505, 39.934353586674902 ], [ -75.183736831745307, 39.9343599834516 ], [ -75.183705551569602, 39.934497977230002 ], [ -75.183657272649498, 39.934491674403802 ], [ -75.183688682288505, 39.934353586674902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4339, "ADDRESS": "235 W SEYMOUR ST", "OWNER1": "STRATEGIC EQUITY GROUP I", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "133074600", "LNIADDRESSKEY": "531592", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 299.0703125, "Shape__Length": 86.994103290347482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168599172373305, 40.024515997437497 ], [ -75.168853770084098, 40.024654724338603 ], [ -75.168819816350705, 40.024691858895501 ], [ -75.168809220280806, 40.024703065844101 ], [ -75.168552842137103, 40.024562654475503 ], [ -75.168562562664405, 40.024552975358198 ], [ -75.168599172373305, 40.024515997437497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4340, "ADDRESS": "6080 UPLAND ST", "OWNER1": "KEITA MORRIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401301900", "LNIADDRESSKEY": "583870", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.12109375, "Shape__Length": 58.465331894537158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230848801271705, 39.930580127662203 ], [ -75.230887256851105, 39.930553213810903 ], [ -75.231027272147799, 39.9306735113394 ], [ -75.230988806462904, 39.930700697567502 ], [ -75.230913691598005, 39.930634295194999 ], [ -75.230848801271705, 39.930580127662203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4341, "ADDRESS": "514 W BERKS ST", "OWNER1": "BERKS STREET INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "183041500", "LNIADDRESSKEY": "37082", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.27734375, "Shape__Length": 52.62265994570194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143793621436501, 39.979774154783001 ], [ -75.143874351188501, 39.979759295567099 ], [ -75.143849358666799, 39.979890244524 ], [ -75.143773379977802, 39.9798802161514 ], [ -75.143793621436501, 39.979774154783001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4342, "ADDRESS": "1320 S 31ST ST", "OWNER1": "TQT LOVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362274300", "LNIADDRESSKEY": "683870", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.10546875, "Shape__Length": 62.636512064950736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195383920820305, 39.937202145818503 ], [ -75.195392928734606, 39.9371597265608 ], [ -75.1956156232757, 39.937188317820898 ], [ -75.195607112271105, 39.937229781830098 ], [ -75.195383920820305, 39.937202145818503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4343, "ADDRESS": "2206 N 7TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371065001", "LNIADDRESSKEY": "642465", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.5625, "Shape__Length": 64.590197981821007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145490269387807, 39.9851657403606 ], [ -75.145497661484697, 39.985125471408701 ], [ -75.145732590829098, 39.985151513582899 ], [ -75.145724864933996, 39.985191518181502 ], [ -75.145490269387807, 39.9851657403606 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4344, "ADDRESS": "4841 N WARNOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491369510", "LNIADDRESSKEY": "598309", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.60546875, "Shape__Length": 80.356840353139575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140839031564497, 40.026283867752703 ], [ -75.140848104126405, 40.026242032235999 ], [ -75.141149566019195, 40.0262796700774 ], [ -75.141140766544098, 40.026321494923401 ], [ -75.140839031564497, 40.026283867752703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4345, "ADDRESS": "1721 N MARSHALL ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201127801", "LNIADDRESSKEY": "413744", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.1015625, "Shape__Length": 53.672144073870172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145683208920602, 39.977755433843903 ], [ -75.145691065422497, 39.977713910621702 ], [ -75.145875695800598, 39.977734961976402 ], [ -75.145867598700605, 39.977776157633798 ], [ -75.145683208920602, 39.977755433843903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4346, "ADDRESS": "3901 N PERCY ST", "OWNER1": "LJG GROUP INCORPORATED", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433143900", "LNIADDRESSKEY": "480818", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.546875, "Shape__Length": 49.254671450966264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1424048464322, 40.011404803528301 ], [ -75.142415322629105, 40.011360743875201 ], [ -75.142575028485197, 40.011380829179799 ], [ -75.142565254015096, 40.011425726963303 ], [ -75.1424048464322, 40.011404803528301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4347, "ADDRESS": "3942 ASPEN ST", "OWNER1": "HOMEOWNERSHIP DEVELOPERS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243040100", "LNIADDRESSKEY": "23889", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 330.765625, "Shape__Length": 93.027506800295967 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201530970201105, 39.966111705982698 ], [ -75.201608012263407, 39.966103583796603 ], [ -75.201628268273694, 39.966198011882199 ], [ -75.201646871006304, 39.966295739214402 ], [ -75.201658591744007, 39.966360799805301 ], [ -75.201595164150902, 39.966367339062103 ], [ -75.201579959082395, 39.966368902471302 ], [ -75.201546175912497, 39.966182696020603 ], [ -75.201530970201105, 39.966111705982698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4348, "ADDRESS": "2641 FEDERAL ST", "OWNER1": "HALLMAN CHAZ JORDAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362025200", "LNIADDRESSKEY": "287755", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.26171875, "Shape__Length": 41.38711153548256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188063280626693, 39.939033941852301 ], [ -75.188085503479201, 39.938930482027601 ], [ -75.188133503298602, 39.938936518761899 ], [ -75.1881122381577, 39.939040113739097 ], [ -75.188063280626693, 39.939033941852301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4349, "ADDRESS": "1252 N 25TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291332810", "LNIADDRESSKEY": "677785", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.84765625, "Shape__Length": 89.926307952668566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177047992888106, 39.975190093377797 ], [ -75.177057064988901, 39.975146918691799 ], [ -75.177260712012497, 39.975174857948097 ], [ -75.177396917347906, 39.975193241136303 ], [ -75.177391484199106, 39.975236545853697 ], [ -75.177047992888106, 39.975190093377797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4350, "ADDRESS": "5449 HUNTER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP.", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041262950", "LNIADDRESSKEY": "352623", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 786.765625, "Shape__Length": 152.68048538611856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231610301347999, 39.977760502072996 ], [ -75.231639379509801, 39.977912591960802 ], [ -75.231628633632297, 39.977914778698398 ], [ -75.231657929992906, 39.978005630426502 ], [ -75.2316855368652, 39.978150027293204 ], [ -75.231514892055998, 39.978169336740201 ], [ -75.231502429537699, 39.978104191537298 ], [ -75.231515688538295, 39.978102689533799 ], [ -75.231499581409906, 39.978018498383101 ], [ -75.231555657500195, 39.978012147125497 ], [ -75.231511362781006, 39.977780634981897 ], [ -75.231610301347999, 39.977760502072996 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4351, "ADDRESS": "2410 N SYDENHAM ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161054501", "LNIADDRESSKEY": "560061", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.421875, "Shape__Length": 69.792780289368423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157972380133899, 39.990201991943103 ], [ -75.157983418334197, 39.990152753970101 ], [ -75.158227852207702, 39.990186483422598 ], [ -75.158216820538101, 39.990235593167696 ], [ -75.157972380133899, 39.990201991943103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4352, "ADDRESS": "919 W STERNER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372298201", "LNIADDRESSKEY": "553583", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.61328125, "Shape__Length": 46.142285720062951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146448317906803, 39.993621716570402 ], [ -75.146472507670097, 39.9935002862006 ], [ -75.146519111659103, 39.993505921573004 ], [ -75.146493438311197, 39.993627818366903 ], [ -75.146448317906803, 39.993621716570402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4353, "ADDRESS": "2408 N SYDENHAM ST", "OWNER1": "PHILADELPHIA QUALITY ROOFING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161054400", "LNIADDRESSKEY": "560060", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.57421875, "Shape__Length": 69.913523489737671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157983418334197, 39.990152753970101 ], [ -75.157994486878906, 39.990103257639099 ], [ -75.1582385865932, 39.990136415264502 ], [ -75.158238357927701, 39.990137457533599 ], [ -75.158227852207702, 39.990186483422598 ], [ -75.157983418334197, 39.990152753970101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4354, "ADDRESS": "2129 N ORIANNA ST", "OWNER1": "DAKU HAZBI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191188800", "LNIADDRESSKEY": "461542", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.6171875, "Shape__Length": 45.379185058582955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139516791148694, 39.983149860727501 ], [ -75.1395237908947, 39.983116038987603 ], [ -75.1396806691032, 39.983137628824203 ], [ -75.1396739818057, 39.9831709418429 ], [ -75.139516791148694, 39.983149860727501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4355, "ADDRESS": "2326 N 3RD ST", "OWNER1": "MONGUE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191184101", "LNIADDRESSKEY": "632598", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.0859375, "Shape__Length": 58.841966038610792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138621894455198, 39.986303988025298 ], [ -75.138833022343704, 39.986331414027198 ], [ -75.138824701306206, 39.986369308710302 ], [ -75.138613574766097, 39.9863418827263 ], [ -75.138621894455198, 39.986303988025298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4356, "ADDRESS": "4925 PASCHALL AVE", "OWNER1": "PHILADELPHIA RENOVATION GROUP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273169700", "LNIADDRESSKEY": "472075", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.84375, "Shape__Length": 69.894085708934142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212305478891196, 39.939361522750502 ], [ -75.212337419356899, 39.939338937416998 ], [ -75.212520161839507, 39.9394911999226 ], [ -75.212486815778306, 39.939514399552401 ], [ -75.212305478891196, 39.939361522750502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4357, "ADDRESS": "3914 WYALUSING AVE", "OWNER1": "SERRANO THAIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243181800", "LNIADDRESSKEY": "625645", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.578125, "Shape__Length": 50.62791360312815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201865322778303, 39.972323373136902 ], [ -75.201890729530305, 39.972458729875498 ], [ -75.201842485612303, 39.972464122153198 ], [ -75.201816331942993, 39.972329167782597 ], [ -75.201865322778303, 39.972323373136902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4358, "ADDRESS": "2206 N MARSHALL ST", "OWNER1": "PITT RAYMOND REV", "OWNER2": "PITT THOMASINA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371048400", "LNIADDRESSKEY": "413915", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 242.12109375, "Shape__Length": 91.64635491569085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145054176844496, 39.985097203543397 ], [ -75.145053530317696, 39.985100584593098 ], [ -75.145046278700505, 39.985138711153901 ], [ -75.145012143293201, 39.985134869518802 ], [ -75.144693177723497, 39.985098966731499 ], [ -75.144701076121805, 39.985057458019902 ], [ -75.145054176844496, 39.985097203543397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4359, "ADDRESS": "1936 S 60TH ST", "OWNER1": "CARRIGAN PATRICK S", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "401140100", "LNIADDRESSKEY": "700464", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.81640625, "Shape__Length": 60.313751004962924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231109402256806, 39.932916796442797 ], [ -75.231145419884101, 39.932946698733403 ], [ -75.230985433191506, 39.933059487697498 ], [ -75.230948787285797, 39.933028458825 ], [ -75.231109402256806, 39.932916796442797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4360, "ADDRESS": "242 W RITTENHOUSE ST", "OWNER1": "MC GLYNN MICHAEL E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "593023500", "LNIADDRESSKEY": "510694", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 292.078125, "Shape__Length": 72.55849086518667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179675712270495, 40.034264351499097 ], [ -75.179741096577601, 40.0342001919716 ], [ -75.179912910525104, 40.034303108368803 ], [ -75.1798463974323, 40.034368291282199 ], [ -75.179714345430995, 40.034290250606702 ], [ -75.179714117547903, 40.034287408454297 ], [ -75.179675712270495, 40.034264351499097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4361, "ADDRESS": "1412 N MYRTLEWOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292276110", "LNIADDRESSKEY": "444832", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.84765625, "Shape__Length": 53.7846914417159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183851202779707, 39.978086556805202 ], [ -75.183858993480996, 39.978048946038697 ], [ -75.184048417012406, 39.978071509283197 ], [ -75.184040102530304, 39.978109656838498 ], [ -75.183851202779707, 39.978086556805202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4362, "ADDRESS": "811 UNION ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243152510", "LNIADDRESSKEY": "582470", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.55078125, "Shape__Length": 81.474484663379826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201623214055999, 39.967877405466403 ], [ -75.201931156162402, 39.967841671856696 ], [ -75.201939391255905, 39.9678835408466 ], [ -75.201631382964806, 39.9679182244681 ], [ -75.201623214055999, 39.967877405466403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4363, "ADDRESS": "1531 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "182298801", "LNIADDRESSKEY": "639140", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 272.5390625, "Shape__Length": 97.203868208779724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145219515502504, 39.974959029076103 ], [ -75.145227700456402, 39.974916078461902 ], [ -75.145601791508199, 39.974959630361496 ], [ -75.145593353576004, 39.975004832314198 ], [ -75.145219515502504, 39.974959029076103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4364, "ADDRESS": "2460 PALETHORP ST", "OWNER1": "PHILA HOUSING", "OWNER2": "DEVELOPMENT CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191120801", "LNIADDRESSKEY": "468433", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.79296875, "Shape__Length": 40.089254983544265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135089302434594, 39.988061288370503 ], [ -75.135096114575802, 39.988028606870699 ], [ -75.13523147363, 39.988046537301003 ], [ -75.135224602342404, 39.988078588995499 ], [ -75.135089302434594, 39.988061288370503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4365, "ADDRESS": "2846 N 11TH ST", "OWNER1": "CARTER THERESA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372234100", "LNIADDRESSKEY": "652084", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 251.89453125, "Shape__Length": 89.324814680741966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148734928398994, 39.995993719007203 ], [ -75.148743917284705, 39.995948368270703 ], [ -75.149080880677701, 39.995993578602402 ], [ -75.1490725834811, 39.996032384482803 ], [ -75.149071289599704, 39.996038255718403 ], [ -75.148734928398994, 39.995993719007203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4366, "ADDRESS": "1715 N 31ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324194501", "LNIADDRESSKEY": "683440", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.70703125, "Shape__Length": 60.412441978593264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184741679926304, 39.982536182194998 ], [ -75.184947002953095, 39.982563081513597 ], [ -75.184938559915196, 39.982603546355797 ], [ -75.184719282300804, 39.982575497171197 ], [ -75.184726076802207, 39.9825476332786 ], [ -75.184741679926304, 39.982536182194998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4367, "ADDRESS": "164 W ROCKLAND ST", "OWNER1": "ECO REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "422114400", "LNIADDRESSKEY": "512656", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19120", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.140625, "Shape__Length": 48.530508463737235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125808245446393, 40.0248099334081 ], [ -75.125828689491598, 40.024716114999599 ], [ -75.125921013228407, 40.024726928598 ], [ -75.125900227810703, 40.024821433009102 ], [ -75.125808245446393, 40.0248099334081 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4368, "ADDRESS": "2628 EARP ST", "OWNER1": "TATE NICOLE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362106600", "LNIADDRESSKEY": "128472", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.50390625, "Shape__Length": 50.86282163822694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188283489371202, 39.935959186548203 ], [ -75.188314709752404, 39.9358230926385 ], [ -75.188363073011601, 39.935829443786602 ], [ -75.188331338384103, 39.935964705176303 ], [ -75.188283489371202, 39.935959186548203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4369, "ADDRESS": "157 W PRICE ST", "OWNER1": "KRYB LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "593015800", "LNIADDRESSKEY": "490418", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 287.4609375, "Shape__Length": 94.090910963789938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179134051668399, 40.033881636454304 ], [ -75.179174091413302, 40.033842700197297 ], [ -75.179203388882698, 40.033860378294797 ], [ -75.179242915774793, 40.033884217370002 ], [ -75.179281212857404, 40.033907336253698 ], [ -75.179321991829099, 40.033931928637699 ], [ -75.179361231474104, 40.033955617079499 ], [ -75.179399721526494, 40.033979174977802 ], [ -75.179441025908304, 40.0340037464155 ], [ -75.1794551686706, 40.0340129288778 ], [ -75.179414939166094, 40.0340513451563 ], [ -75.179134051668399, 40.033881636454304 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4370, "ADDRESS": "2150 N 3RD ST", "OWNER1": "WALTER PAGE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191180200", "LNIADDRESSKEY": "632546", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.69140625, "Shape__Length": 54.898986202256346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139191423250395, 39.983702031931102 ], [ -75.139199856238704, 39.983663648719499 ], [ -75.139392453924899, 39.983688211691202 ], [ -75.1393845075158, 39.983727041852703 ], [ -75.139191423250395, 39.983702031931102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4371, "ADDRESS": "1682 N 54TH ST", "OWNER1": "HHS REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041289900", "LNIADDRESSKEY": "693819", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.76953125, "Shape__Length": 89.925966699375707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230536196591899, 39.978242737234901 ], [ -75.230193766820705, 39.978281509901898 ], [ -75.230185388352396, 39.978237716588701 ], [ -75.230527817949394, 39.978198942821301 ], [ -75.230536196591899, 39.978242737234901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4372, "ADDRESS": "2030 DIAMOND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322264201", "LNIADDRESSKEY": "116637", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 266.40234375, "Shape__Length": 90.0416849498136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167470921011898, 39.986046455859402 ], [ -75.167480855266902, 39.985998480747298 ], [ -75.167528107880202, 39.985788052223697 ], [ -75.167589769382005, 39.9857965813191 ], [ -75.167532427610297, 39.986054675149902 ], [ -75.167470921011898, 39.986046455859402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4373, "ADDRESS": "1616 N 25TH ST", "OWNER1": "WAYLAND TEMPLE DEV", "OWNER2": "CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324085200", "LNIADDRESSKEY": "677855", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.45703125, "Shape__Length": 66.987541767953545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175959851628093, 39.980157888447899 ], [ -75.175966806876005, 39.980119227718603 ], [ -75.175967525335807, 39.980115181394503 ], [ -75.176208704896794, 39.980146141081903 ], [ -75.176207816441305, 39.980150230897799 ], [ -75.176199228339101, 39.980189950874198 ], [ -75.175959851628093, 39.980157888447899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4374, "ADDRESS": "1219 W WINGOHOCKING ST", "OWNER1": "REASON LARRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491013300", "LNIADDRESSKEY": "617553", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 319.76171875, "Shape__Length": 101.70635547077131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1453491268433, 40.021461389149103 ], [ -75.145409190261802, 40.021165935272599 ], [ -75.145474691638299, 40.021172483561102 ], [ -75.145421968577907, 40.021431800738299 ], [ -75.145414886425698, 40.021466636843101 ], [ -75.145414525083297, 40.021468418297999 ], [ -75.1453491268433, 40.021461389149103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4375, "ADDRESS": "6054 VINE ST", "OWNER1": "PENNDREX PROPERTY DEVELOP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341029400", "LNIADDRESSKEY": "589415", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 391.796875, "Shape__Length": 105.406193277981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241044802831098, 39.966631372993398 ], [ -75.241110249591202, 39.9663341112255 ], [ -75.241188274769499, 39.966344006185999 ], [ -75.2411256429547, 39.966641071632097 ], [ -75.241044802831098, 39.966631372993398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4376, "ADDRESS": "2548 S SHERIDAN ST", "OWNER1": "NI REAL ESTATE INVESTMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393157900", "LNIADDRESSKEY": "535442", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.82421875, "Shape__Length": 47.705291883551915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159027344103094, 39.916863530726999 ], [ -75.159031440236006, 39.916845053301401 ], [ -75.159036088781903, 39.916823057493303 ], [ -75.1590886164323, 39.916829565014297 ], [ -75.159193988712204, 39.916843052296997 ], [ -75.159186511569104, 39.9168838120993 ], [ -75.159027344103094, 39.916863530726999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4377, "ADDRESS": "2311 N 6TH ST", "OWNER1": "JAMES WHITE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191373500", "LNIADDRESSKEY": "639394", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.73046875, "Shape__Length": 57.416599143432926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143133417670001, 39.986550374783 ], [ -75.143140418822497, 39.986517584561199 ], [ -75.143351579720402, 39.986545771067497 ], [ -75.143344440505203, 39.986578880279602 ], [ -75.143133417670001, 39.986550374783 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4378, "ADDRESS": "6157 REINHARD ST", "OWNER1": "RODAN MANAGEMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401277500", "LNIADDRESSKEY": "500563", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.76953125, "Shape__Length": 62.738812255828222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232985935276801, 39.929970747751902 ], [ -75.2330037705904, 39.9299578416259 ], [ -75.233023190902898, 39.929943969052701 ], [ -75.233178510427095, 39.930074544545803 ], [ -75.233140178191604, 39.930101557577501 ], [ -75.233015937298504, 39.929995102451002 ], [ -75.232985935276801, 39.929970747751902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4379, "ADDRESS": "1911 W ERIE AVE", "OWNER1": "EQUITY TRUST COMPANY CUSTODIAN FBO AJAY ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131063800", "LNIADDRESSKEY": "139124", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 565.671875, "Shape__Length": 108.95533465763862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159603788811907, 40.010787780269197 ], [ -75.159546950072396, 40.0107808394919 ], [ -75.159535835387501, 40.010779283371797 ], [ -75.159481702596807, 40.010771710958402 ], [ -75.159541004985499, 40.010496560917701 ], [ -75.159665803444099, 40.010512933516402 ], [ -75.159603788811907, 40.010787780269197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4380, "ADDRESS": "2308 PIERCE ST", "OWNER1": "SEDZIAFA TINA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364103900", "LNIADDRESSKEY": "483560", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.12109375, "Shape__Length": 49.503713463644459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183871899738804, 39.930346785946199 ], [ -75.183897659894996, 39.930216840812797 ], [ -75.183947332092004, 39.930223320069899 ], [ -75.183921073270398, 39.930354269943798 ], [ -75.183871899738804, 39.930346785946199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4381, "ADDRESS": "2348 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191165701", "LNIADDRESSKEY": "41810", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.515625, "Shape__Length": 51.015741585195656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137978621854799, 39.9865526582592 ], [ -75.137987024252496, 39.986515440119398 ], [ -75.138164064114505, 39.986539354693598 ], [ -75.138156297968706, 39.986576326026501 ], [ -75.137978621854799, 39.9865526582592 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4382, "ADDRESS": "3004 N 11TH ST", "OWNER1": "FIVE TOWN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372235400", "LNIADDRESSKEY": "652103", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.40234375, "Shape__Length": 60.488166998823417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148305929363005, 39.997995564043201 ], [ -75.148465699890494, 39.998016465485698 ], [ -75.148519674278006, 39.998022911236198 ], [ -75.148510503870298, 39.998064809194098 ], [ -75.148339314190096, 39.998043245805199 ], [ -75.148297535933906, 39.998037398505097 ], [ -75.148305929363005, 39.997995564043201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4383, "ADDRESS": "4465 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132205600", "LNIADDRESSKEY": "668655", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.609375, "Shape__Length": 62.653719974791066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156206433884293, 40.022402265895202 ], [ -75.156215032620594, 40.022364900112997 ], [ -75.156435842470202, 40.022394373680001 ], [ -75.156427033335305, 40.022430654630398 ], [ -75.156425165568095, 40.022438398355398 ], [ -75.156205203505706, 40.022407590142997 ], [ -75.156206433884293, 40.022402265895202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4384, "ADDRESS": "1617 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA COMMUNITY DEVELOPMENT COALI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161260500", "LNIADDRESSKEY": "559105", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.609375, "Shape__Length": 61.723679982431548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1600369548689, 39.987036667672001 ], [ -75.160073688222994, 39.986872993458803 ], [ -75.160133953399793, 39.986880785497597 ], [ -75.160097361135797, 39.9870435281059 ], [ -75.1600369548689, 39.987036667672001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4385, "ADDRESS": "1690 N 54TH ST", "OWNER1": "LEWIS AUBREY C", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041290300", "LNIADDRESSKEY": "693823", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.765625, "Shape__Length": 89.925744499334726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230227279339402, 39.978456683115901 ], [ -75.230218900827794, 39.978412889805298 ], [ -75.230561331288598, 39.978374115938202 ], [ -75.230569708595098, 39.978417908066298 ], [ -75.230227279339402, 39.978456683115901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4386, "ADDRESS": "6164 REINHARD ST", "OWNER1": "MILLER KEVIN V", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401285900", "LNIADDRESSKEY": "500570", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.17578125, "Shape__Length": 60.082371465547055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232844210444, 39.9296879485712 ], [ -75.232879924236698, 39.929662666645498 ], [ -75.232953129386601, 39.929723577021001 ], [ -75.2330299882357, 39.929787549836803 ], [ -75.232994637422607, 39.929812629168197 ], [ -75.232976091271695, 39.929797247547597 ], [ -75.232948830868196, 39.929774629990703 ], [ -75.232865606290702, 39.929704988654102 ], [ -75.232844210444, 39.9296879485712 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4387, "ADDRESS": "3953 BROWN ST", "OWNER1": "TIDA INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243123600", "LNIADDRESSKEY": "53931", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.41796875, "Shape__Length": 71.311204191544292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202274515112606, 39.967567106129003 ], [ -75.202325739457294, 39.967561456687903 ], [ -75.202361027524304, 39.967765687064301 ], [ -75.202330301010804, 39.967769389346202 ], [ -75.2023257922977, 39.967741611498802 ], [ -75.202305387746193, 39.967743253279401 ], [ -75.202274515112606, 39.967567106129003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4388, "ADDRESS": "2606 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324077400", "LNIADDRESSKEY": "435963", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.69921875, "Shape__Length": 71.61478324768612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177245118392193, 39.982597323123301 ], [ -75.177270080936495, 39.982498182388703 ], [ -75.177311326525, 39.982502975709401 ], [ -75.177324770020405, 39.982505437244299 ], [ -75.177278199802799, 39.982705905682103 ], [ -75.177223001480897, 39.982698833109602 ], [ -75.177245118392193, 39.982597323123301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4389, "ADDRESS": "2202 N 18TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162000300", "LNIADDRESSKEY": "665586", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.4375, "Shape__Length": 69.284124112629129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162668936915395, 39.987297787099799 ], [ -75.162678391936595, 39.987254798781002 ], [ -75.162929961190002, 39.987287486539898 ], [ -75.162920551121005, 39.987329298936999 ], [ -75.162668936915395, 39.987297787099799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4390, "ADDRESS": "6008 IRVING ST", "OWNER1": "SIDDIQS REAL FRUIT WATER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "031109500", "LNIADDRESSKEY": "357710", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.015625, "Shape__Length": 75.169140320436412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242204532038301, 39.957210430833896 ], [ -75.242249785396496, 39.956999626915497 ], [ -75.242307795650305, 39.957006745764801 ], [ -75.242263324335696, 39.9572173415485 ], [ -75.2422379640727, 39.9572143533955 ], [ -75.242204532038301, 39.957210430833896 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4391, "ADDRESS": "7131 1/2 VANDIKE ST", "OWNER1": "ULATOWSKI WALTER S", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "651272700", "LNIADDRESSKEY": "586879", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19135", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.234375, "Shape__Length": 81.992855801472444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.037355314882802, 40.028188332556397 ], [ -75.037191042881204, 40.028001468576797 ], [ -75.037248463199106, 40.027970873643099 ], [ -75.037415588836396, 40.028160352670497 ], [ -75.037357219142905, 40.028190505148203 ], [ -75.037355314882802, 40.028188332556397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4392, "ADDRESS": "5648 FLORENCE AVE", "OWNER1": "OKAY EMANUEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513272900", "LNIADDRESSKEY": "293458", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.16796875, "Shape__Length": 69.137215911102771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230806267758496, 39.939987422100899 ], [ -75.230754158569297, 39.9400243671992 ], [ -75.2306096909807, 39.939901668796999 ], [ -75.230592880942396, 39.939887388153998 ], [ -75.230611988293106, 39.9398741543828 ], [ -75.230627985411203, 39.939862884038199 ], [ -75.2306444015137, 39.939851638662098 ], [ -75.230661137193195, 39.939865675521197 ], [ -75.230806267758496, 39.939987422100899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4393, "ADDRESS": "2120 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202143601", "LNIADDRESSKEY": "108593", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.7578125, "Shape__Length": 44.138946398996232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147581355564995, 39.983986161857999 ], [ -75.147729011111693, 39.984005726043399 ], [ -75.147726043902793, 39.984021874880902 ], [ -75.147721203696406, 39.984042657546098 ], [ -75.147573376572893, 39.984022105096898 ], [ -75.147581355564995, 39.983986161857999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4394, "ADDRESS": "526 DIAMOND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183220100", "LNIADDRESSKEY": "116331", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.265625, "Shape__Length": 61.886393785935198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1432381798638, 39.9829153853699 ], [ -75.143274427247704, 39.982745691411203 ], [ -75.143327276788895, 39.9827527754682 ], [ -75.143291204975398, 39.982922247046602 ], [ -75.1432381798638, 39.9829153853699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4395, "ADDRESS": "32 S CECIL ST", "OWNER1": "AJA 88 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "604275300", "LNIADDRESSKEY": "70947", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.109375, "Shape__Length": 61.585694320190207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236385625546902, 39.960493514449396 ], [ -75.236394791234702, 39.960453577062196 ], [ -75.236614727827998, 39.960480479913301 ], [ -75.236605940877894, 39.960521537214603 ], [ -75.236385625546902, 39.960493514449396 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4396, "ADDRESS": "2100 W WESTMORELAND ST", "OWNER1": "SCOTT CHARLES R", "OWNER2": "SCOTT GLADYS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112024900", "LNIADDRESSKEY": "609246", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.5546875, "Shape__Length": 52.208004023670433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164112846398396, 40.004612415013199 ], [ -75.164056528805304, 40.004605106293504 ], [ -75.164085936305796, 40.004471116513002 ], [ -75.164142252284805, 40.004478426310698 ], [ -75.164112846398396, 40.004612415013199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4397, "ADDRESS": "6145 E WISTER ST", "OWNER1": "PLOTZ LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "172538500", "LNIADDRESSKEY": "619971", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 289.375, "Shape__Length": 88.025476026337572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157888192223098, 40.048809825947103 ], [ -75.157566731772803, 40.048797607459299 ], [ -75.157569490203699, 40.048742443112602 ], [ -75.157891776639602, 40.048754439214598 ], [ -75.157891544869997, 40.048761042930202 ], [ -75.157889825070299, 40.0488098954525 ], [ -75.157888192223098, 40.048809825947103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4398, "ADDRESS": "5525 LANSDOWNE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041257550", "LNIADDRESSKEY": "378476", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 254.7890625, "Shape__Length": 92.609516990752041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232586043606105, 39.976857897876798 ], [ -75.232644301844601, 39.976851374361999 ], [ -75.232695827445397, 39.9771221027761 ], [ -75.232641076633897, 39.977130638149703 ], [ -75.232586043606105, 39.976857897876798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4399, "ADDRESS": "3134 N 8TH ST", "OWNER1": "FAN HENMEI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372106400", "LNIADDRESSKEY": "645456", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.83984375, "Shape__Length": 55.99498875935258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143712434498397, 39.9995474285695 ], [ -75.143908489386106, 39.999574850044603 ], [ -75.143900418570098, 39.999614193491297 ], [ -75.143704227242793, 39.999587042592402 ], [ -75.143712434498397, 39.9995474285695 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4400, "ADDRESS": "1554 S ETTING ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364315700", "LNIADDRESSKEY": "139927", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.09375, "Shape__Length": 54.188136828426074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1902646674652, 39.933422478503601 ], [ -75.190273276100299, 39.933380710662099 ], [ -75.190458781434501, 39.933403985031198 ], [ -75.190450072362793, 39.933446169611699 ], [ -75.1902646674652, 39.933422478503601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4401, "ADDRESS": "3920 W GIRARD AVE", "OWNER1": "H&M DEVELOPMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243221900", "LNIADDRESSKEY": "314364", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 446.05859375, "Shape__Length": 110.27880221293213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202737829481094, 39.973858344605603 ], [ -75.202792994961399, 39.974167325227597 ], [ -75.202706241349603, 39.974176619249903 ], [ -75.202649365699799, 39.973867971152202 ], [ -75.202737829481094, 39.973858344605603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4402, "ADDRESS": "2411 N 7TH ST", "OWNER1": "GD LUDLOW LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371059900", "LNIADDRESSKEY": "642520", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 315.4609375, "Shape__Length": 83.658773582353248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144359875725996, 39.988377242953298 ], [ -75.144374054672497, 39.988310281071797 ], [ -75.144657298669699, 39.988347548386201 ], [ -75.144642464882907, 39.988414640721501 ], [ -75.144359875725996, 39.988377242953298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4403, "ADDRESS": "6078 REGENT ST", "OWNER1": "LOTIM 01 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401237900", "LNIADDRESSKEY": "500015", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.4921875, "Shape__Length": 59.195746280539296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232763309368806, 39.931842445508401 ], [ -75.232805808229799, 39.931812654359803 ], [ -75.232944942484707, 39.9319314614512 ], [ -75.232902776561701, 39.931961308387699 ], [ -75.232883007772202, 39.931942740811103 ], [ -75.232763309368806, 39.931842445508401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4404, "ADDRESS": "2049 S CECIL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401035200", "LNIADDRESSKEY": "71267", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.87109375, "Shape__Length": 53.171975636510311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225572504376899, 39.934301872116599 ], [ -75.225710790274405, 39.934205958146002 ], [ -75.225746305103897, 39.934235803799098 ], [ -75.225607383904105, 39.934331333293102 ], [ -75.225572504376899, 39.934301872116599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4405, "ADDRESS": "3210 W SUSQUEHANNA AVE", "OWNER1": "BLOCKER ROZENA", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "323169200", "LNIADDRESSKEY": "559329", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.6875, "Shape__Length": 73.307888842747502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185401130165602, 39.9899712964882 ], [ -75.185446979818494, 39.989762184218499 ], [ -75.185497638289903, 39.9897692154507 ], [ -75.185460862535507, 39.989943937361097 ], [ -75.185454454575805, 39.9899782262478 ], [ -75.185401130165602, 39.9899712964882 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4406, "ADDRESS": "7000 GRAYS AVE", "OWNER1": "SMN INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "406191200", "LNIADDRESSKEY": "322999", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.7265625, "Shape__Length": 78.226966066757299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238651232413403, 39.918097314145001 ], [ -75.238693928836597, 39.918066978026602 ], [ -75.2388903676339, 39.918235521579298 ], [ -75.238850055903299, 39.918264218380401 ], [ -75.238651232413403, 39.918097314145001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4407, "ADDRESS": "2719 N ORKNEY ST", "OWNER1": "ORKNEY STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192188000", "LNIADDRESSKEY": "462573", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.640625, "Shape__Length": 39.406179714032646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139389258560101, 39.992602159071403 ], [ -75.139390059002594, 39.992598211650197 ], [ -75.139397490751193, 39.992561368915098 ], [ -75.139400765136202, 39.992561782397402 ], [ -75.139518378446994, 39.992576579462401 ], [ -75.139511198172997, 39.992612862531402 ], [ -75.139510135272801, 39.9926181904329 ], [ -75.139391655323095, 39.992602471501101 ], [ -75.139389258560101, 39.992602159071403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4408, "ADDRESS": "2810 KENSINGTON AVE", "OWNER1": "E VENANGO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "071564700", "LNIADDRESSKEY": "368635", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.07421875, "Shape__Length": 86.622814835615799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122064074626095, 39.991856518035902 ], [ -75.122111853418104, 39.991831345843202 ], [ -75.122380487309997, 39.991952081851402 ], [ -75.122370862482995, 39.9919928380126 ], [ -75.122064074626095, 39.991856518035902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4409, "ADDRESS": "2545 N STANLEY ST", "OWNER1": "CARMEL WOOD FLOORS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282109701", "LNIADDRESSKEY": "551266", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.484375, "Shape__Length": 52.04334261264561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181452024995494, 39.9952505242942 ], [ -75.181460781541801, 39.9952112751389 ], [ -75.181639988076796, 39.995237030878499 ], [ -75.181631002536307, 39.995275678002301 ], [ -75.181452024995494, 39.9952505242942 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4410, "ADDRESS": "3006 N 11TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372235501", "LNIADDRESSKEY": "652104", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.015625, "Shape__Length": 59.714616725744875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148297535933906, 39.998037398505097 ], [ -75.148339314190096, 39.998043245805199 ], [ -75.148510503870298, 39.998064809194098 ], [ -75.148501617745197, 39.998104714456296 ], [ -75.148463770213397, 39.998100197453702 ], [ -75.148405428730598, 39.998092265133501 ], [ -75.148289053135102, 39.9980766348773 ], [ -75.148297535933906, 39.998037398505097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4411, "ADDRESS": "2359 HOPE ST", "OWNER1": "SANDERS LARRY", "OWNER2": "SANDERS LODDIE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191013400", "LNIADDRESSKEY": "731461", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.73828125, "Shape__Length": 42.454705514909627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132261864530804, 39.986193732602104 ], [ -75.132268660232398, 39.986160406633502 ], [ -75.132413122926394, 39.986179643999201 ], [ -75.132406860937294, 39.9862127242288 ], [ -75.132261864530804, 39.986193732602104 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4412, "ADDRESS": "2407 N 19TH ST", "OWNER1": "ABC CONSTRUCTION COMPANY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162076500", "LNIADDRESSKEY": "668215", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.39453125, "Shape__Length": 65.102968612459961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163130905799093, 39.990595615927298 ], [ -75.163131993895206, 39.990590691621797 ], [ -75.163139770219004, 39.990555451333996 ], [ -75.163147359254197, 39.990556492979401 ], [ -75.163151259128497, 39.990557015613199 ], [ -75.163375405170299, 39.990587552329401 ], [ -75.1633675934455, 39.990627031111302 ], [ -75.163130905799093, 39.990595615927298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4413, "ADDRESS": "761 N 44TH ST", "OWNER1": "LOUD TIMEEKA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061298900", "LNIADDRESSKEY": "687654", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.12890625, "Shape__Length": 67.487655725557573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210656466826293, 39.966108858541297 ], [ -75.210900636844997, 39.966090196346201 ], [ -75.210906252511904, 39.966133875064102 ], [ -75.210661751866795, 39.966152998478499 ], [ -75.210656466826293, 39.966108858541297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4414, "ADDRESS": "2743 W STERNER ST", "OWNER1": "LEIB GERSON C", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281397500", "LNIADDRESSKEY": "553742", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.58203125, "Shape__Length": 48.473655847420886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176525159035407, 39.997446250619298 ], [ -75.176552716609194, 39.997320231257099 ], [ -75.176602733459106, 39.997327203492901 ], [ -75.176575876942806, 39.997452964899203 ], [ -75.176525159035407, 39.997446250619298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4415, "ADDRESS": "5107 W GIRARD AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442087700", "LNIADDRESSKEY": "314628", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.43359375, "Shape__Length": 91.095110252184085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223950191158494, 39.971943465631803 ], [ -75.223997493658004, 39.971933996776897 ], [ -75.224016348535002, 39.972031515790398 ], [ -75.224048280684201, 39.9722089202278 ], [ -75.223997626902403, 39.972213833995397 ], [ -75.223954522550102, 39.9719836171111 ], [ -75.223950191158494, 39.971943465631803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4416, "ADDRESS": "323 N HOLLY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061229000", "LNIADDRESSKEY": "346880", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.08203125, "Shape__Length": 45.277581976784774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2056086888756, 39.959470309515098 ], [ -75.205765745127806, 39.959458721000402 ], [ -75.205771546662803, 39.9594934256804 ], [ -75.205614473482996, 39.959504916971497 ], [ -75.2056086888756, 39.959470309515098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4417, "ADDRESS": "2540 TURNER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324015301", "LNIADDRESSKEY": "580066", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.171875, "Shape__Length": 56.212569267818296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176974767052897, 39.980132014614597 ], [ -75.177008320850106, 39.979978629676303 ], [ -75.177056598449198, 39.9799847250681 ], [ -75.177022564817705, 39.980139146686298 ], [ -75.176974767052897, 39.980132014614597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4418, "ADDRESS": "1921 S REDFIELD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401061601", "LNIADDRESSKEY": "497376", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.7421875, "Shape__Length": 60.604874060906674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230067992712094, 39.933916233775101 ], [ -75.230101790182601, 39.933944976003403 ], [ -75.229935904110803, 39.9340586160558 ], [ -75.2299030231231, 39.934031119273598 ], [ -75.230067992712094, 39.933916233775101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4419, "ADDRESS": "2343 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191173601", "LNIADDRESSKEY": "632615", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.49609375, "Shape__Length": 58.826208911694842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138178813629395, 39.986536361062598 ], [ -75.138186580483506, 39.986498647526702 ], [ -75.138397626681098, 39.986526191846004 ], [ -75.138390318268094, 39.986564056610099 ], [ -75.138178813629395, 39.986536361062598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4420, "ADDRESS": "625 N 37TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242176300", "LNIADDRESSKEY": "685642", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.48046875, "Shape__Length": 45.109713972199771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195815859891894, 39.964170501018003 ], [ -75.195812400213597, 39.964149935107798 ], [ -75.195809732531202, 39.9641339977304 ], [ -75.195957132489099, 39.964117161761898 ], [ -75.195960276630103, 39.964133819284001 ], [ -75.195963765162006, 39.964152450919201 ], [ -75.195964780632295, 39.964157792841803 ], [ -75.195816476811501, 39.964174141303502 ], [ -75.195815859891894, 39.964170501018003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4421, "ADDRESS": "1458 N FRAZIER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043083950", "LNIADDRESSKEY": "300997", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.76953125, "Shape__Length": 51.118397048058625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234412329817502, 39.974591862613998 ], [ -75.234588590630295, 39.974572820840002 ], [ -75.234593112606902, 39.9745949549228 ], [ -75.234596144169004, 39.974611560265501 ], [ -75.234419860881701, 39.974631245772102 ], [ -75.234412329817502, 39.974591862613998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4422, "ADDRESS": "2444 N STANLEY ST", "OWNER1": "LVC T-CLASS REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282115501", "LNIADDRESSKEY": "551195", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.8359375, "Shape__Length": 52.471269036558738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182071312186196, 39.993795566086803 ], [ -75.182079527729002, 39.993757869169997 ], [ -75.182178261385502, 39.993771151361003 ], [ -75.182263213094402, 39.993781450293099 ], [ -75.1822550424734, 39.993818504003599 ], [ -75.182244222051096, 39.993817553531599 ], [ -75.182071312186196, 39.993795566086803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4423, "ADDRESS": "2409 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191376201", "LNIADDRESSKEY": "639442", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.89453125, "Shape__Length": 80.004540449144869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142733132056904, 39.987978988848901 ], [ -75.143032037019196, 39.988018759290703 ], [ -75.143022977732699, 39.9880604172454 ], [ -75.142722986518294, 39.988021056851302 ], [ -75.142733132056904, 39.987978988848901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4424, "ADDRESS": "1326 S CORLIES ST", "OWNER1": "HENDERSON ARIEL", "OWNER2": "REINFORD BRENDA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362256105", "LNIADDRESSKEY": "98386", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.76171875, "Shape__Length": 52.097373646338276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194345480691695, 39.937039043747099 ], [ -75.194354335270305, 39.937001263581998 ], [ -75.194535169420107, 39.937023185879703 ], [ -75.194527082067495, 39.937061692695103 ], [ -75.194345480691695, 39.937039043747099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4425, "ADDRESS": "1109 S 27TH ST", "OWNER1": "ZMV PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362123300", "LNIADDRESSKEY": "680210", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.66015625, "Shape__Length": 54.167374842780006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188090475410604, 39.939254132078801 ], [ -75.188099912678695, 39.939211513393403 ], [ -75.188283642111898, 39.939234524891901 ], [ -75.188275577054696, 39.939277384849802 ], [ -75.188090475410604, 39.939254132078801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4426, "ADDRESS": "433 W ONTARIO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193244601", "LNIADDRESSKEY": "459912", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.56640625, "Shape__Length": 56.549699541727989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136734943357297, 40.002920282197103 ], [ -75.136768086255898, 40.002757370283398 ], [ -75.136813244125506, 40.002763170268601 ], [ -75.1367821632915, 40.002911168768001 ], [ -75.136751860498407, 40.002922972785903 ], [ -75.136734943357297, 40.002920282197103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4427, "ADDRESS": "621 CANTRELL ST", "OWNER1": "VONGKINGKEO FLORENTINA", "OWNER2": "VONGKINGKEO GUILLERMO RAFAEL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393058200", "LNIADDRESSKEY": "63968", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.94140625, "Shape__Length": 50.835437436818552 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157374164479506, 39.922509406735102 ], [ -75.157402671750006, 39.922378415820504 ], [ -75.157456539240002, 39.922385034254802 ], [ -75.157428556100001, 39.922516552864501 ], [ -75.157374164479506, 39.922509406735102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4428, "ADDRESS": "1946 N 18TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321227701", "LNIADDRESSKEY": "665504", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 239.82421875, "Shape__Length": 89.646612795878653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163458268411404, 39.983714276770499 ], [ -75.163467546064595, 39.983672075048297 ], [ -75.163808898937901, 39.9837178580852 ], [ -75.163800251112804, 39.9837600582551 ], [ -75.163458268411404, 39.983714276770499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4429, "ADDRESS": "1611 W NORRIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321017310", "LNIADDRESSKEY": "452336", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.703125, "Shape__Length": 66.611650269719945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160790971909094, 39.983782833616303 ], [ -75.160854494217403, 39.983790875644303 ], [ -75.160816226662902, 39.983969039819499 ], [ -75.160754251544006, 39.983961079982898 ], [ -75.160790971909094, 39.983782833616303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4430, "ADDRESS": "3001 WHARTON ST", "OWNER1": "SAW COURTNEY", "OWNER2": "FIELDS JOSEPH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362212000", "LNIADDRESSKEY": "610532", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.01171875, "Shape__Length": 54.999349149751858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193663798864705, 39.937718432986401 ], [ -75.193693043379596, 39.9375856309074 ], [ -75.193694736139904, 39.937577930105597 ], [ -75.1937553869261, 39.937586101420997 ], [ -75.193723828684597, 39.937726429420003 ], [ -75.193663798864705, 39.937718432986401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4431, "ADDRESS": "2624 EARP ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362106405", "LNIADDRESSKEY": "128468", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.765625, "Shape__Length": 50.997398795138636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188185647182905, 39.935947200327298 ], [ -75.188216250537707, 39.935810286253798 ], [ -75.1882646137786, 39.935816637443402 ], [ -75.188233472257494, 39.935952266830803 ], [ -75.188185647182905, 39.935947200327298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4432, "ADDRESS": "218 SHEDAKER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121012110", "LNIADDRESSKEY": "533284", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 268.1640625, "Shape__Length": 86.282052047641841 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159670475610895, 40.030774224900497 ], [ -75.1597104801466, 40.030733698494203 ], [ -75.159723222226106, 40.030741030693903 ], [ -75.1597671783979, 40.0307673304685 ], [ -75.159834215271005, 40.030808045550202 ], [ -75.159873321503795, 40.030832285202997 ], [ -75.159961635143304, 40.030886392728199 ], [ -75.159921377905206, 40.030927476655798 ], [ -75.15979875843, 40.030853026468201 ], [ -75.159670475610895, 40.030774224900497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4433, "ADDRESS": "3035 RIDGE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323048501", "LNIADDRESSKEY": "504360", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.06640625, "Shape__Length": 65.538896757472145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183114522052193, 39.989142130912697 ], [ -75.183301705859506, 39.989026804757302 ], [ -75.183335175137401, 39.989058906092701 ], [ -75.183147259623894, 39.989174763303097 ], [ -75.183114522052193, 39.989142130912697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4434, "ADDRESS": "29 S CECIL ST", "OWNER1": "PHILADELPHIA SUBURBAN DEV", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "604268700", "LNIADDRESSKEY": "70944", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.5234375, "Shape__Length": 39.573151075682844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236140512471295, 39.960446527073103 ], [ -75.236249506727404, 39.9604604918581 ], [ -75.236240510891093, 39.960510907023398 ], [ -75.236129644544107, 39.960496549823802 ], [ -75.236140512471295, 39.960446527073103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4435, "ADDRESS": "2507 N STANLEY ST", "OWNER1": "JTW CHURCH NEW HOPE", "OWNER2": "MINISTRIES", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282107800", "LNIADDRESSKEY": "551228", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.9375, "Shape__Length": 51.034883659036929 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181618547670396, 39.994514451279301 ], [ -75.181627282334304, 39.994475814311897 ], [ -75.181802427291501, 39.994500269355903 ], [ -75.181793693548698, 39.994538923249102 ], [ -75.181618547670396, 39.994514451279301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4436, "ADDRESS": "1947 N 7TH ST", "OWNER1": "LEFKOWITZ ERNEST", "OWNER2": "GRUNFELD ABRAHAM", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202014600", "LNIADDRESSKEY": "642378", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.3359375, "Shape__Length": 81.953787530910674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145683752744802, 39.9815014623167 ], [ -75.145691745291401, 39.981459151530601 ], [ -75.146000277981798, 39.981493588685602 ], [ -75.145992300047098, 39.981536592480502 ], [ -75.145683752744802, 39.9815014623167 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4437, "ADDRESS": "1434 N 27TH ST", "OWNER1": "DRAYTON MYLES W", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292061000", "LNIADDRESSKEY": "679600", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.80078125, "Shape__Length": 42.948657617776519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179681622465097, 39.978066642578298 ], [ -75.179682975021194, 39.978060805037302 ], [ -75.179691713046594, 39.978023135755102 ], [ -75.179824179680693, 39.978041948010002 ], [ -75.1798147038742, 39.978085807617198 ], [ -75.179681622465097, 39.978066642578298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4438, "ADDRESS": "1453 N 28TH ST", "OWNER1": "DEJONGE ZACHARY D", "OWNER2": "DEJONGE MEGAN K", "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "292095200", "LNIADDRESSKEY": "680639", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.84765625, "Shape__Length": 67.809961242191804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180611568986393, 39.978450403556899 ], [ -75.180619716985305, 39.978413380995001 ], [ -75.180871296742893, 39.978447900947003 ], [ -75.180863427075593, 39.978484767572901 ], [ -75.180611568986393, 39.978450403556899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4439, "ADDRESS": "2936 N 12TH ST", "OWNER1": "BCM THIRD INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372260500", "LNIADDRESSKEY": "654205", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.34375, "Shape__Length": 79.791524853011836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150037788541496, 39.997455469734597 ], [ -75.150045492398505, 39.997421211766898 ], [ -75.150047186643405, 39.997413641031798 ], [ -75.150343816529798, 39.997455452747801 ], [ -75.150336038080397, 39.9974982034025 ], [ -75.150037788541496, 39.997455469734597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4440, "ADDRESS": "59 E ASHMEAD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121092100", "LNIADDRESSKEY": "22986", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.37890625, "Shape__Length": 54.960950218918192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165682656812706, 40.031899295058999 ], [ -75.165710413167105, 40.031872532192999 ], [ -75.165767723617904, 40.031907770811102 ], [ -75.165869419152799, 40.031969670065102 ], [ -75.165842911938597, 40.031995026211099 ], [ -75.165682656812706, 40.031899295058999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4441, "ADDRESS": "3634 N 22ND ST", "OWNER1": "GIBSON LIONEL", "OWNER2": "GIBSON HELEN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131299000", "LNIADDRESSKEY": "674468", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 447.2734375, "Shape__Length": 102.07594954184437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1646438757205, 40.010660455932999 ], [ -75.1645895553971, 40.010653413313499 ], [ -75.1645318344207, 40.010645939314799 ], [ -75.164474635476395, 40.010638526598399 ], [ -75.164403156918098, 40.0106295500035 ], [ -75.164419916456595, 40.010552809582997 ], [ -75.164771899024998, 40.0105987944982 ], [ -75.164755791856606, 40.010674952728401 ], [ -75.1646438757205, 40.010660455932999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4442, "ADDRESS": "1462 N FRAZIER ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043084150", "LNIADDRESSKEY": "301001", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.04296875, "Shape__Length": 50.679357923268007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234426347665902, 39.974668786027301 ], [ -75.234603289079402, 39.974649435914202 ], [ -75.234608621151807, 39.974676891235603 ], [ -75.234610209107601, 39.974687178240998 ], [ -75.234433965553805, 39.974705785702703 ], [ -75.234426347665902, 39.974668786027301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4443, "ADDRESS": "1246 N 4TH ST", "OWNER1": "WYLIE PEYTON THRESHER", "OWNER2": "WYLIE SARA WEBSTER", "BLDG_DESC": "ROW 3STY FRAME", "OPA_ID": "182227300", "LNIADDRESSKEY": "634386", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.0390625, "Shape__Length": 56.533031553241734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143087071233097, 39.971177095213797 ], [ -75.142946759328495, 39.971157496389999 ], [ -75.142956129289502, 39.971112606353302 ], [ -75.143051532294905, 39.971125944306898 ], [ -75.143147501095598, 39.9711392634985 ], [ -75.143138661634694, 39.971183988774499 ], [ -75.143087071233097, 39.971177095213797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4444, "ADDRESS": "2152 N NATRONA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323338000", "LNIADDRESSKEY": "447094", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.72265625, "Shape__Length": 59.7381418274962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185818851159397, 39.989722906852101 ], [ -75.185827902117097, 39.989681358549198 ], [ -75.186038490353695, 39.989710936413204 ], [ -75.186029842756994, 39.9897512672419 ], [ -75.185818851159397, 39.989722906852101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4445, "ADDRESS": "916 W ROCKLAND ST", "OWNER1": "ELLIS ERICKA NICOLE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491113400", "LNIADDRESSKEY": "512798", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.671875, "Shape__Length": 79.048968426078773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139272525646007, 40.026533104724301 ], [ -75.139321068602797, 40.026307916702997 ], [ -75.139377470491297, 40.026315082561602 ], [ -75.139354508857807, 40.026417050654302 ], [ -75.139327950724294, 40.026540570511798 ], [ -75.139272525646007, 40.026533104724301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4446, "ADDRESS": "1922 W NORRIS ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321151101", "LNIADDRESSKEY": "452402", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.65234375, "Shape__Length": 64.967189551490236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165829531111299, 39.984124216461197 ], [ -75.165790719001606, 39.984301063269498 ], [ -75.165734075010306, 39.984293421024802 ], [ -75.165772257038, 39.984116591580502 ], [ -75.165829531111299, 39.984124216461197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4447, "ADDRESS": "1417 S PAXON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273104810", "LNIADDRESSKEY": "474923", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.63671875, "Shape__Length": 54.284196657555526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216397109105699, 39.939529757976302 ], [ -75.216381540365404, 39.93954014949 ], [ -75.216323628005796, 39.939580312856798 ], [ -75.216304077366701, 39.939594098767202 ], [ -75.216292581467002, 39.939602501181497 ], [ -75.216256528455204, 39.939628172767797 ], [ -75.216234638442302, 39.9396098133248 ], [ -75.216222010215702, 39.939598040952099 ], [ -75.216360022349306, 39.939498311440801 ], [ -75.216397109105699, 39.939529757976302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4448, "ADDRESS": "6160 REINHARD ST", "OWNER1": "STELLA D GREGORIO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401285700", "LNIADDRESSKEY": "500566", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.4453125, "Shape__Length": 60.082306882545446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232771578935996, 39.929739338532301 ], [ -75.232807680031797, 39.929713791451803 ], [ -75.2328500452291, 39.929749749853201 ], [ -75.232956793292203, 39.929839460262201 ], [ -75.232921854931107, 39.9298641454292 ], [ -75.232873762098706, 39.929825112827601 ], [ -75.232771578935996, 39.929739338532301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4449, "ADDRESS": "1806 N FRANKLIN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202063501", "LNIADDRESSKEY": "299117", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 294.7265625, "Shape__Length": 90.409171572632502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147324886967894, 39.979322379836901 ], [ -75.147336672920105, 39.9792685318263 ], [ -75.147666336963397, 39.9793150344574 ], [ -75.147654443617398, 39.979368444192097 ], [ -75.147324886967894, 39.979322379836901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4450, "ADDRESS": "1317 S DOVER ST", "OWNER1": "BHATTI SARWAT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362157905", "LNIADDRESSKEY": "123212", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-6", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.07421875, "Shape__Length": 48.157695427515087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191347267300003, 39.936797166982302 ], [ -75.191354610591105, 39.936763431486 ], [ -75.191522322597393, 39.936785661612703 ], [ -75.191516145039799, 39.936820729585399 ], [ -75.191347267300003, 39.936797166982302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4451, "ADDRESS": "1722 N 27TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324135400", "LNIADDRESSKEY": "679701", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 451.99609375, "Shape__Length": 142.04587257126582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1790019991913, 39.982141027723202 ], [ -75.178802720302201, 39.982116172256703 ], [ -75.178800093242501, 39.982115838591803 ], [ -75.1788109569369, 39.982066868745001 ], [ -75.179163727002603, 39.982111106018898 ], [ -75.179392956151204, 39.982140758340002 ], [ -75.179359694753202, 39.982163644589598 ], [ -75.179330620272395, 39.982183288620497 ], [ -75.179272136067993, 39.982174999142799 ], [ -75.1790019991913, 39.982141027723202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4452, "ADDRESS": "2060 E AUBURN ST", "OWNER1": "APPLE CORE INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252053900", "LNIADDRESSKEY": "24884", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.359375, "Shape__Length": 72.674938932495053 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118533096102297, 39.988287136575998 ], [ -75.118545731809107, 39.988280687705704 ], [ -75.118571103292297, 39.988312252415298 ], [ -75.118561954728506, 39.988317394779699 ], [ -75.118341867871095, 39.9884304116202 ], [ -75.118313939051703, 39.988398869313599 ], [ -75.118533096102297, 39.988287136575998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4453, "ADDRESS": "2641 N STANLEY ST", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282113000", "LNIADDRESSKEY": "551332", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.36328125, "Shape__Length": 51.387010879436147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181155865632505, 39.996642607060998 ], [ -75.181163283149303, 39.9966027636993 ], [ -75.181339809149506, 39.996627975547 ], [ -75.181330809802304, 39.996666978243397 ], [ -75.181155865632505, 39.996642607060998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4454, "ADDRESS": "5823 BELMAR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034101200", "LNIADDRESSKEY": "34661", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.859375, "Shape__Length": 61.523498063166528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230827269495094, 39.936832925425797 ], [ -75.230866114081707, 39.936805795928102 ], [ -75.231016280254096, 39.936933342785203 ], [ -75.230978159513199, 39.9369601661259 ], [ -75.230827269495094, 39.936832925425797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4455, "ADDRESS": "1223 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371337800", "LNIADDRESSKEY": "110580", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.859375, "Shape__Length": 66.723539267387338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152901728373493, 39.987739443420999 ], [ -75.152909525611705, 39.987702140850303 ], [ -75.152923480882293, 39.987637510062001 ], [ -75.152941984652102, 39.987557506069002 ], [ -75.153000354751498, 39.987565001059501 ], [ -75.152960372194997, 39.987746331929301 ], [ -75.152901728373493, 39.987739443420999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4456, "ADDRESS": "1315 S STANLEY ST", "OWNER1": "BALSANO VINCENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362258805", "LNIADDRESSKEY": "551349", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.38671875, "Shape__Length": 49.974092810736835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194498169517502, 39.9372508896532 ], [ -75.194505776664101, 39.937214532304999 ], [ -75.194679963247594, 39.937236725209601 ], [ -75.194672960905507, 39.937272564448101 ], [ -75.194498169517502, 39.9372508896532 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4457, "ADDRESS": "34 S CECIL ST", "OWNER1": "SUNSHINE DAY ASSOC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "604275400", "LNIADDRESSKEY": "70949", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.3046875, "Shape__Length": 61.573420442462087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236394791234702, 39.960453577062196 ], [ -75.236402193230802, 39.960413167430502 ], [ -75.236623338763707, 39.960440224019798 ], [ -75.236614727827998, 39.960480479913301 ], [ -75.236394791234702, 39.960453577062196 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4458, "ADDRESS": "2224 N 17TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161162601", "LNIADDRESSKEY": "663037", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.6796875, "Shape__Length": 64.675565920366637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160992710482802, 39.987557315437101 ], [ -75.161001834805404, 39.987515349183603 ], [ -75.161233558781703, 39.987545158001303 ], [ -75.161224434598196, 39.987587124273098 ], [ -75.160992710482802, 39.987557315437101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4459, "ADDRESS": "1908 CECIL B MOORE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472057710", "LNIADDRESSKEY": "71595", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.71484375, "Shape__Length": 80.111290614875216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1661962833806, 39.979675518437503 ], [ -75.166244113015097, 39.979457608081901 ], [ -75.166302163130695, 39.9794650892308 ], [ -75.166260347258898, 39.9796907114115 ], [ -75.166246108877004, 39.9796888106913 ], [ -75.166194864788693, 39.979681982817297 ], [ -75.1661962833806, 39.979675518437503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4460, "ADDRESS": "1615 W TIOGA ST", "OWNER1": "W TIOGA HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112098800", "LNIADDRESSKEY": "573009", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 391.21484375, "Shape__Length": 107.52083281788188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155666035598898, 40.007046172768099 ], [ -75.155731718455897, 40.006739283807697 ], [ -75.155804699411902, 40.006749975760201 ], [ -75.155808180139701, 40.006750490278499 ], [ -75.155743101061802, 40.007055845421 ], [ -75.155666035598898, 40.007046172768099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4461, "ADDRESS": "892 N 49TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442212200", "LNIADDRESSKEY": "689562", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.953125, "Shape__Length": 51.566713993084448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2189117108815, 39.968401634117299 ], [ -75.219077448809699, 39.968386349820598 ], [ -75.219090588480597, 39.968385140606699 ], [ -75.219094918817504, 39.9684246481036 ], [ -75.219082621366695, 39.968425763270197 ], [ -75.218916178298699, 39.968440838306996 ], [ -75.2189117108815, 39.968401634117299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4462, "ADDRESS": "5413 TRINITY ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "514122610", "LNIADDRESSKEY": "577270", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.8046875, "Shape__Length": 69.614249357237512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223999400813994, 39.939977339237501 ], [ -75.224037856460299, 39.939950090763197 ], [ -75.224212803547005, 39.940097568379898 ], [ -75.224173771577796, 39.940125127454699 ], [ -75.223999400813994, 39.939977339237501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4463, "ADDRESS": "642 N 42ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061256100", "LNIADDRESSKEY": "686901", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 255.85546875, "Shape__Length": 83.774952957278231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2072468524578, 39.963875528524902 ], [ -75.207553240730206, 39.963849369699801 ], [ -75.207560174521404, 39.9639003162793 ], [ -75.207252995300095, 39.9639263280798 ], [ -75.207245023060693, 39.963875680571498 ], [ -75.2072468524578, 39.963875528524902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4464, "ADDRESS": "2524 TURNER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324014500", "LNIADDRESSKEY": "580050", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.84375, "Shape__Length": 56.414985839902528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176585743368406, 39.980083218206403 ], [ -75.1766183935745, 39.9799293614684 ], [ -75.176667547156498, 39.979935557759198 ], [ -75.176635059593494, 39.980089529655899 ], [ -75.176585743368406, 39.980083218206403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4465, "ADDRESS": "2459 N DOVER ST", "OWNER1": "YOUNG ADAM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281143100", "LNIADDRESSKEY": "122984", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.5234375, "Shape__Length": 53.506747992211444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178661224449996, 39.993566669403002 ], [ -75.178653195003605, 39.993606014631297 ], [ -75.178476710720204, 39.993583797501003 ], [ -75.178467679499406, 39.993582660375502 ], [ -75.178475725272605, 39.9935428481241 ], [ -75.178485397564202, 39.993544224863697 ], [ -75.178489024959504, 39.9935447577597 ], [ -75.178661224449996, 39.993566669403002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4466, "ADDRESS": "2769 JUDSON ST", "OWNER1": "TRADING PLACES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111411900", "LNIADDRESSKEY": "365221", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.00390625, "Shape__Length": 46.428772011280081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169813659255198, 39.997413409738499 ], [ -75.169805769302798, 39.9974527902651 ], [ -75.169651530356902, 39.997432381982598 ], [ -75.169659655625594, 39.997392861465698 ], [ -75.169813659255198, 39.997413409738499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4467, "ADDRESS": "1729 N 31ST ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324195200", "LNIADDRESSKEY": "683448", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.578125, "Shape__Length": 61.562287324735991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184668494792504, 39.9828221868692 ], [ -75.184887244654306, 39.982850933882602 ], [ -75.184878611430605, 39.982891974495601 ], [ -75.184660163802604, 39.982864137486402 ], [ -75.184668494792504, 39.9828221868692 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4468, "ADDRESS": "3403 N 19TH ST", "OWNER1": "RAM PHILA COMMUNITY 4 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112267700", "LNIADDRESSKEY": "668437", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 312.8515625, "Shape__Length": 94.149841590801557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159694848932105, 40.005831079975202 ], [ -75.159706253944407, 40.005777174963498 ], [ -75.160053282842298, 40.005818807037102 ], [ -75.160041047024805, 40.005873612370799 ], [ -75.159694848932105, 40.005831079975202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4469, "ADDRESS": "336 N 52ND ST", "OWNER1": "366-368 N 52ND STREET ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441355300", "LNIADDRESSKEY": "691455", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 283.0, "Shape__Length": 86.980857757451219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224948375067299, 39.966235863409402 ], [ -75.225265473560697, 39.9662028966641 ], [ -75.225268976953501, 39.966228120607298 ], [ -75.225274140180503, 39.966257715999802 ], [ -75.224958854460994, 39.966289868971998 ], [ -75.224948375067299, 39.966235863409402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4470, "ADDRESS": "1460 N FRAZIER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043084050", "LNIADDRESSKEY": "300999", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.00390625, "Shape__Length": 50.788799334728168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234419860881701, 39.974631245772102 ], [ -75.234596144169004, 39.974611560265501 ], [ -75.234601219341201, 39.974635753985197 ], [ -75.234603289079402, 39.974649435914202 ], [ -75.234426347665902, 39.974668786027301 ], [ -75.234419860881701, 39.974631245772102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4471, "ADDRESS": "2002 N 3RD ST", "OWNER1": "FILIPINO VETERANS ASSN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183305301", "LNIADDRESSKEY": "632450", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.87109375, "Shape__Length": 60.013829763603461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139943479089993, 39.981197589153901 ], [ -75.1397454567457, 39.981171500222899 ], [ -75.139754293829796, 39.981127500410601 ], [ -75.139962907710796, 39.981156618877698 ], [ -75.139954102326897, 39.981199797240599 ], [ -75.139943479089993, 39.981197589153901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4472, "ADDRESS": "1562 N FELTON ST", "OWNER1": "PRIME RENTALS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "342348800", "LNIADDRESSKEY": "288172", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19151", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.71875, "Shape__Length": 81.538326598786767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244874762955604, 39.975210054144597 ], [ -75.244882765883403, 39.975252090067698 ], [ -75.244574357547606, 39.975284962449898 ], [ -75.244567075488007, 39.9752432316835 ], [ -75.244874762955604, 39.975210054144597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4473, "ADDRESS": "4843 N WARNOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491369600", "LNIADDRESSKEY": "598311", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.62890625, "Shape__Length": 80.694736472572828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140830090959994, 40.026327720049203 ], [ -75.140839031564497, 40.026283867752703 ], [ -75.141140766544098, 40.026321494923401 ], [ -75.141131697342601, 40.026363781046001 ], [ -75.140830090959994, 40.026327720049203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4474, "ADDRESS": "610 CECIL B MOORE AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "885275020", "LNIADDRESSKEY": "730367", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.69921875, "Shape__Length": 56.755184680520813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145792992904703, 39.977035462729198 ], [ -75.145827447838798, 39.976881685686102 ], [ -75.145877722326603, 39.976889113438602 ], [ -75.145862733061904, 39.976957074081596 ], [ -75.145853152039905, 39.977000396261097 ], [ -75.145843496540706, 39.977042911462199 ], [ -75.145792992904703, 39.977035462729198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4475, "ADDRESS": "3932 W GIRARD AVE", "OWNER1": "BRYANT BEVERLY", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "243222400", "LNIADDRESSKEY": "314369", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.7890625, "Shape__Length": 72.910202759000455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203166502167505, 39.973923698076703 ], [ -75.203228331686702, 39.9739169781719 ], [ -75.203265199231495, 39.974115552186703 ], [ -75.203199951339997, 39.974122937324402 ], [ -75.203163809301998, 39.973923993081101 ], [ -75.203166502167505, 39.973923698076703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4476, "ADDRESS": "2146 E MONMOUTH ST", "OWNER1": "IMI REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252123800", "LNIADDRESSKEY": "434512", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.2734375, "Shape__Length": 48.836876744384909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115628028302197, 39.988032694937402 ], [ -75.115767155525603, 39.987959866040903 ], [ -75.115797415499699, 39.987991785746303 ], [ -75.115657856803693, 39.988063846785202 ], [ -75.115628028302197, 39.988032694937402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4477, "ADDRESS": "5240 N HUTCHINSON ST", "OWNER1": "LOHIDAJAT FELIX", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "492160800", "LNIADDRESSKEY": "355153", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 338.01171875, "Shape__Length": 90.414139955523041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138370860156002, 40.032107256553502 ], [ -75.138378221288903, 40.032066398175402 ], [ -75.138384211363302, 40.0320436923624 ], [ -75.138614744882901, 40.032074516612902 ], [ -75.138701466463104, 40.032085160746703 ], [ -75.1386875114204, 40.032149194411502 ], [ -75.138674616834393, 40.032148579113098 ], [ -75.138652544228904, 40.032145610700098 ], [ -75.138559089653299, 40.032132315354097 ], [ -75.138488021788703, 40.032123573436898 ], [ -75.138370860156002, 40.032107256553502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4478, "ADDRESS": "820 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243148910", "LNIADDRESSKEY": "685909", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.5390625, "Shape__Length": 76.215612238411651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198724897267098, 39.968467149828903 ], [ -75.198733569812603, 39.968510688919999 ], [ -75.198449769572406, 39.968541646230101 ], [ -75.198442691390696, 39.968499739600603 ], [ -75.198724897267098, 39.968467149828903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4479, "ADDRESS": "50 N SAINT BERNARD ST", "OWNER1": "IRA DEVELOPMENT LLC", "OWNER2": "MKOS ENTERPRISES LLC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441055100", "LNIADDRESSKEY": "549278", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 238.1796875, "Shape__Length": 86.594257466095073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219796819686394, 39.9606205974153 ], [ -75.219805618504594, 39.9605767055426 ], [ -75.220132496448102, 39.960616298044599 ], [ -75.220123480293907, 39.960660411521502 ], [ -75.219796819686394, 39.9606205974153 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4480, "ADDRESS": "2242 N REESE ST", "OWNER1": "GALLOWAY RICHARD D III", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191333300", "LNIADDRESSKEY": "498778", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.3515625, "Shape__Length": 66.331191085581324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142377085659902, 39.985611326188398 ], [ -75.142384668181094, 39.985574841508601 ], [ -75.142630348268398, 39.985607166624099 ], [ -75.142628612488707, 39.985616911163099 ], [ -75.142623492596698, 39.985643828887603 ], [ -75.142377085659902, 39.985611326188398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4481, "ADDRESS": "1016 W SOMERSET ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372331600", "LNIADDRESSKEY": "541789", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.42578125, "Shape__Length": 58.777370014912563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148082605803395, 39.994673297948196 ], [ -75.148112937836203, 39.994522199654902 ], [ -75.148176920541701, 39.994529921054699 ], [ -75.148146027653894, 39.994680908662801 ], [ -75.148082605803395, 39.994673297948196 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4482, "ADDRESS": "5532 BEAUMONT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513287600", "LNIADDRESSKEY": "31890", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.19140625, "Shape__Length": 57.536560544237553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228277795181, 39.940922096456603 ], [ -75.228288581999095, 39.940914708921802 ], [ -75.2283212714147, 39.940892118812698 ], [ -75.228324091672604, 39.940894581976302 ], [ -75.228453715651199, 39.941007528032301 ], [ -75.228412163159504, 39.941037000663599 ], [ -75.228280759253593, 39.940924626979303 ], [ -75.228277795181, 39.940922096456603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4483, "ADDRESS": "6064 UPLAND ST", "OWNER1": "BRIDGES LARRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401301100", "LNIADDRESSKEY": "583854", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.36328125, "Shape__Length": 58.228234789369317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2305411578144, 39.930795850264197 ], [ -75.230579622816094, 39.930768728362203 ], [ -75.230719655363998, 39.930888558128501 ], [ -75.230682112262002, 39.930915120313301 ], [ -75.2305411578144, 39.930795850264197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4484, "ADDRESS": "1720 N ALLISON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041344300", "LNIADDRESSKEY": "11807", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.62109375, "Shape__Length": 91.413751841076532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233326895992903, 39.979311586464199 ], [ -75.233680092877904, 39.979272511127498 ], [ -75.233687712179105, 39.9793132691522 ], [ -75.233334515086597, 39.9793523445123 ], [ -75.233326895992903, 39.979311586464199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4485, "ADDRESS": "3951 BROWN ST", "OWNER1": "ROBERT RATLEY", "OWNER2": "FRANCES-", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243123500", "LNIADDRESSKEY": "53930", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.0625, "Shape__Length": 63.705808488851915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202221007388204, 39.9675733006356 ], [ -75.202274515112606, 39.967567106129003 ], [ -75.202305387746193, 39.967743253279401 ], [ -75.202252428322595, 39.967749928500297 ], [ -75.202221007388204, 39.9675733006356 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4486, "ADDRESS": "1907-15 RIDGE AVE", "OWNER1": "TARKEN REI, LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472078500", "LNIADDRESSKEY": "504006", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 746.390625, "Shape__Length": 118.90881320680576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167323057295704, 39.974132434399401 ], [ -75.167318861499894, 39.974121007450897 ], [ -75.167299002703004, 39.974067445663401 ], [ -75.167278343846405, 39.9740145596462 ], [ -75.167192042175202, 39.974003541741098 ], [ -75.167217262859197, 39.9738995725207 ], [ -75.167235953782196, 39.973902266018399 ], [ -75.167366408051706, 39.9738590994628 ], [ -75.1674962408336, 39.974085200584398 ], [ -75.1673278739257, 39.974142972053201 ], [ -75.167323057295704, 39.974132434399401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4487, "ADDRESS": "5608 HEISKELL ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122162505", "LNIADDRESSKEY": "339472", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.7265625, "Shape__Length": 52.821419909818388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169672450972499, 40.038701341662097 ], [ -75.169856709357902, 40.038693649420097 ], [ -75.169859372303193, 40.038709667285303 ], [ -75.169862996959097, 40.038730720884601 ], [ -75.169675787762699, 40.038742102943502 ], [ -75.169675716626401, 40.038741199207202 ], [ -75.169672749320299, 40.038705056028697 ], [ -75.169672450972499, 40.038701341662097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4488, "ADDRESS": "731 N 39TH ST", "OWNER1": "COMMONWEALTH IMPROVEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243101200", "LNIADDRESSKEY": "686052", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.6640625, "Shape__Length": 77.891805112047422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1998373468724, 39.966377770399497 ], [ -75.2001275533393, 39.966347225918703 ], [ -75.200134777986307, 39.966390828447402 ], [ -75.199845248379006, 39.966421195404102 ], [ -75.1998373468724, 39.966377770399497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4489, "ADDRESS": "2928 N TAYLOR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381042900", "LNIADDRESSKEY": "566004", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.06640625, "Shape__Length": 50.978003755536989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171033489631796, 39.999917907094101 ], [ -75.171042103319806, 39.999880396589703 ], [ -75.171219945779697, 39.999902011115601 ], [ -75.171211246099801, 39.999938472271801 ], [ -75.171154407080707, 39.999931713876499 ], [ -75.171033489631796, 39.999917907094101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4490, "ADDRESS": "2306 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191288501", "LNIADDRESSKEY": "462425", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.0, "Shape__Length": 46.259861545289638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141206284522696, 39.986320014333998 ], [ -75.141198299604795, 39.986351137731702 ], [ -75.141193400065404, 39.986350463224298 ], [ -75.141166031388394, 39.986346665015901 ], [ -75.141154398948501, 39.986345626849499 ], [ -75.141035993035302, 39.986329362556702 ], [ -75.141043719361505, 39.986296282576902 ], [ -75.141200545716302, 39.986318852218503 ], [ -75.141206284522696, 39.986320014333998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4491, "ADDRESS": "3918 BROWN ST", "OWNER1": "W S GRANT&CECELIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243068100", "LNIADDRESSKEY": "53906", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 226.953125, "Shape__Length": 82.907410234447696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201102540197098, 39.967315354370001 ], [ -75.201146859620494, 39.967553458641703 ], [ -75.201088488323094, 39.9675603025538 ], [ -75.201045550385601, 39.967321664690203 ], [ -75.201102540197098, 39.967315354370001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4492, "ADDRESS": "2509 N STANLEY ST", "OWNER1": "OSBORNE WILSON", "OWNER2": "BETTY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282107900", "LNIADDRESSKEY": "551230", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.109375, "Shape__Length": 51.472619815248905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181609480183397, 39.994554725142699 ], [ -75.181618547670396, 39.994514451279301 ], [ -75.181793693548698, 39.994538923249102 ], [ -75.181784933148606, 39.994578785024999 ], [ -75.181609480183397, 39.994554725142699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4493, "ADDRESS": "2518 N 19TH ST", "OWNER1": "BLOUNT DANNY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162092901", "LNIADDRESSKEY": "668290", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.79296875, "Shape__Length": 66.585086978324611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163164213496898, 39.992398289806303 ], [ -75.163165138126701, 39.9923938134502 ], [ -75.163172817771397, 39.992356734033599 ], [ -75.163403300040997, 39.992388380822902 ], [ -75.163413014670496, 39.992389711367302 ], [ -75.163412470232103, 39.992392471974 ], [ -75.163404961735097, 39.992431135416602 ], [ -75.163394390567802, 39.992429687584199 ], [ -75.163164213496898, 39.992398289806303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4494, "ADDRESS": "123 PLEASANT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "222071710", "LNIADDRESSKEY": "486100", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.6171875, "Shape__Length": 73.552821006723462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184671983512899, 40.055789558688801 ], [ -75.184655206109795, 40.055779447570401 ], [ -75.184699715350504, 40.055736289809303 ], [ -75.184903117310498, 40.055859278692999 ], [ -75.184887094475897, 40.0558747178586 ], [ -75.184858299574202, 40.055901720100998 ], [ -75.184671983512899, 40.055789558688801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4495, "ADDRESS": "2522 N NAPA ST", "OWNER1": "HOWARD FORD JR", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "282162100", "LNIADDRESSKEY": "445849", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.0546875, "Shape__Length": 50.840232098516353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1829620776073, 39.994964021000598 ], [ -75.182970391460898, 39.994926503051197 ], [ -75.183146504800007, 39.994951413527403 ], [ -75.183137271945697, 39.994988879401497 ], [ -75.1829620776073, 39.994964021000598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4496, "ADDRESS": "3837 MOUNT VERNON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242078810", "LNIADDRESSKEY": "443273", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 276.65234375, "Shape__Length": 80.257400088369295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198700704101, 39.963968807816599 ], [ -75.198763451262906, 39.963963109901897 ], [ -75.198771943353904, 39.963962331275503 ], [ -75.198815123550503, 39.964132902380001 ], [ -75.198824202927298, 39.964173935593898 ], [ -75.198802390338102, 39.964176304519199 ], [ -75.1987391595395, 39.964183183285499 ], [ -75.198700704101, 39.963968807816599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4497, "ADDRESS": "301 N 60TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042270300", "LNIADDRESSKEY": "699517", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.62109375, "Shape__Length": 68.501453059624367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239422405130497, 39.966696132534402 ], [ -75.239413233271506, 39.966694320197199 ], [ -75.239422151026801, 39.9666508475269 ], [ -75.239668785959495, 39.966682067347499 ], [ -75.239662068381193, 39.966717576082303 ], [ -75.239659791206407, 39.966725924650099 ], [ -75.239586065105797, 39.966716413285297 ], [ -75.239422405130497, 39.966696132534402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4498, "ADDRESS": "1807 N 21ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322043901", "LNIADDRESSKEY": "672043", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.5, "Shape__Length": 51.516765251816238 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168646034684201, 39.981918154924898 ], [ -75.168655627426901, 39.981875814657698 ], [ -75.168667935543994, 39.9818777842776 ], [ -75.168827498459393, 39.981899974553201 ], [ -75.168820882235593, 39.981934032753898 ], [ -75.168819053327894, 39.9819424386286 ], [ -75.168646034684201, 39.981918154924898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4499, "ADDRESS": "2079 CHELTEN AVE", "OWNER1": "PARKINS DOROTHY", "OWNER2": "PARKINS WAYNE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171340300", "LNIADDRESSKEY": "77505", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 342.4921875, "Shape__Length": 94.666263456340488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154902100487206, 40.052180400328403 ], [ -75.154922170119406, 40.051916745684601 ], [ -75.155002071396595, 40.051920469696498 ], [ -75.1549820595299, 40.052184269814603 ], [ -75.154902100487206, 40.052180400328403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4500, "ADDRESS": "2613 CECIL B MOORE AVE", "OWNER1": "2613 CECIL B MOORE LLC", "OWNER2": null, "BLDG_DESC": "ROW CONV/APT 4STY MASONRY", "OPA_ID": "324050005", "LNIADDRESSKEY": "71823", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.22265625, "Shape__Length": 73.906023673282675 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177657818124302, 39.9815489237753 ], [ -75.177701898677796, 39.981341660975701 ], [ -75.177760064082605, 39.981349492496697 ], [ -75.177722615416897, 39.981521086494602 ], [ -75.177715709188007, 39.981551285656501 ], [ -75.177714632053707, 39.981555952405799 ], [ -75.177657818124302, 39.9815489237753 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4501, "ADDRESS": "21 FARSON ST", "OWNER1": "FARSON STREET ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441067700", "LNIADDRESSKEY": "285558", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.13671875, "Shape__Length": 88.77501175779615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221358078465002, 39.960181072130503 ], [ -75.221367338049006, 39.9601388492814 ], [ -75.221706117275104, 39.960179989186301 ], [ -75.221698774345199, 39.960212952605197 ], [ -75.221696737196496, 39.960222112545502 ], [ -75.221358078465002, 39.960181072130503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4502, "ADDRESS": "3312 N 21ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112299700", "LNIADDRESSKEY": "672440", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.9921875, "Shape__Length": 78.738565133056412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163944566016895, 40.0050863369731 ], [ -75.163945621894797, 40.005079033253303 ], [ -75.163950110168599, 40.005056401747197 ], [ -75.163953351977597, 40.005046231357397 ], [ -75.164166779833906, 40.0050733163785 ], [ -75.164217755225295, 40.005079699428201 ], [ -75.164249369765599, 40.005084605716704 ], [ -75.164240366285696, 40.005125235798197 ], [ -75.163944566016895, 40.0050863369731 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4503, "ADDRESS": "2501 N 7TH ST", "OWNER1": "TABAK STEVEN", "OWNER2": "RASKIN EDUARD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371061700", "LNIADDRESSKEY": "642534", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.15625, "Shape__Length": 87.9943597253733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144235487323797, 39.989683922987801 ], [ -75.144286327020794, 39.989690524978698 ], [ -75.144357936835704, 39.989700372485203 ], [ -75.144349515397494, 39.989739045734098 ], [ -75.144177100319595, 39.9897156108511 ], [ -75.144109973688799, 39.989706381978401 ], [ -75.144010240954799, 39.989693236657402 ], [ -75.144018251589003, 39.989655390925499 ], [ -75.144055405868997, 39.989660941205798 ], [ -75.144120167539498, 39.989668457412499 ], [ -75.144235487323797, 39.989683922987801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4504, "ADDRESS": "1678 N 54TH ST", "OWNER1": "DAVIS GEORGE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041289700", "LNIADDRESSKEY": "693817", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.7578125, "Shape__Length": 89.925774382052751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230519440738604, 39.9781551495645 ], [ -75.230177009853094, 39.978193924400102 ], [ -75.2301686314064, 39.978150131085599 ], [ -75.230511060571502, 39.9781113573681 ], [ -75.230519440738604, 39.9781551495645 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4505, "ADDRESS": "2511 N NAPA ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282151001", "LNIADDRESSKEY": "445838", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.75390625, "Shape__Length": 52.002081818811241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182731368791394, 39.994697915396003 ], [ -75.182740585995106, 39.994658660695599 ], [ -75.182853901416294, 39.994673800116402 ], [ -75.182919366829907, 39.994682324733603 ], [ -75.182910508872794, 39.994721491747903 ], [ -75.182731368791394, 39.994697915396003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4506, "ADDRESS": "1433 N MYRTLEWOOD ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292267510", "LNIADDRESSKEY": "444853", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.05078125, "Shape__Length": 47.89428276812901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183503803448502, 39.9784313746067 ], [ -75.183504608253998, 39.978425573207197 ], [ -75.183511701255, 39.9783936862896 ], [ -75.183674954157098, 39.978414584760301 ], [ -75.183666810290305, 39.9784521234224 ], [ -75.183503803448502, 39.9784313746067 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4507, "ADDRESS": "28 N 54TH ST", "OWNER1": "SOILED LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041096000", "LNIADDRESSKEY": "693444", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.46875, "Shape__Length": 62.692912722076969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228600166426602, 39.9612302389557 ], [ -75.228609142623796, 39.961187607321399 ], [ -75.228825201637306, 39.961214599827201 ], [ -75.228830851273301, 39.961215303992397 ], [ -75.228827646141696, 39.9612305640266 ], [ -75.228821758947902, 39.961258820571302 ], [ -75.228816150840004, 39.961258101550897 ], [ -75.228600166426602, 39.9612302389557 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4508, "ADDRESS": "23 DEARBORN ST", "OWNER1": "LOOBIA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441080200", "LNIADDRESSKEY": "111279", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.7421875, "Shape__Length": 47.102715082333688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222056688995394, 39.960301679325298 ], [ -75.222065440664593, 39.960260154774602 ], [ -75.222220352106007, 39.960279139481599 ], [ -75.222212680534597, 39.960319801481603 ], [ -75.222056688995394, 39.960301679325298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4509, "ADDRESS": "1238 S NEWKIRK ST", "OWNER1": "AGBA JIDEOFOR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362150000", "LNIADDRESSKEY": "450287", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.9140625, "Shape__Length": 49.776458222000436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190868903001302, 39.938141903837902 ], [ -75.190869744855704, 39.938137925522497 ], [ -75.190877138636694, 39.938102820516299 ], [ -75.191046798611794, 39.938124031542401 ], [ -75.191038795636501, 39.938163038974302 ], [ -75.190868903001302, 39.938141903837902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4510, "ADDRESS": "36 N 51ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441098400", "LNIADDRESSKEY": "690629", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 282.046875, "Shape__Length": 100.24313716970869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222821942186002, 39.960660885198699 ], [ -75.222831692837303, 39.960616690869898 ], [ -75.222839305315304, 39.960617583854102 ], [ -75.223218154518506, 39.9606656464114 ], [ -75.223208294883804, 39.960709983653402 ], [ -75.2231578690334, 39.960702780072403 ], [ -75.222821942186002, 39.960660885198699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4511, "ADDRESS": "1917 RIDGE AVE", "OWNER1": "RIDGE POINTE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472078600", "LNIADDRESSKEY": "504007", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.12109375, "Shape__Length": 61.632810592948445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1673278739257, 39.974142972053201 ], [ -75.1674962408336, 39.974085200584398 ], [ -75.167522683762598, 39.974131462495599 ], [ -75.167318379418504, 39.974202563228602 ], [ -75.167329630568304, 39.974147477244401 ], [ -75.1673278739257, 39.974142972053201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4512, "ADDRESS": "2551 N STANLEY ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282110001", "LNIADDRESSKEY": "551272", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.20703125, "Shape__Length": 52.052786742214593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181425173046605, 39.9953664375602 ], [ -75.181434150798907, 39.995327999760299 ], [ -75.181613924464003, 39.995353171305098 ], [ -75.1816054764586, 39.995391427252798 ], [ -75.181425173046605, 39.9953664375602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4513, "ADDRESS": "6065 UPLAND ST", "OWNER1": "DELORIS AYDLETT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401289900", "LNIADDRESSKEY": "583855", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.3671875, "Shape__Length": 59.957255632281978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230839969193298, 39.930915009952898 ], [ -75.2308784236035, 39.930887580254002 ], [ -75.230985662499094, 39.930978158116403 ], [ -75.231023715437999, 39.931010152692302 ], [ -75.230984311136794, 39.931038383735 ], [ -75.230839969193298, 39.930915009952898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4514, "ADDRESS": "3631 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "242047600", "LNIADDRESSKEY": "335960", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.24609375, "Shape__Length": 91.28872678903376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195596257781801, 39.9637101667278 ], [ -75.1956547491788, 39.963702860946 ], [ -75.195705566443195, 39.9639687576189 ], [ -75.195646062986, 39.963975686128499 ], [ -75.195596257781801, 39.9637101667278 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4515, "ADDRESS": "6162 REINHARD ST", "OWNER1": "RODAN MANAGEMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401285800", "LNIADDRESSKEY": "500568", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.89453125, "Shape__Length": 60.593549926296404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232807680031797, 39.929713791451803 ], [ -75.232844210444, 39.9296879485712 ], [ -75.232865606290702, 39.929704988654102 ], [ -75.232948830868196, 39.929774629990703 ], [ -75.232976091271695, 39.929797247547597 ], [ -75.232994637422607, 39.929812629168197 ], [ -75.232956793292203, 39.929839460262201 ], [ -75.2328500452291, 39.929749749853201 ], [ -75.232807680031797, 39.929713791451803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4516, "ADDRESS": "4051 OLD YORK RD", "OWNER1": "NJ LIVING LLC", "OWNER2": "PHL LIVING LLC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433169200", "LNIADDRESSKEY": "457943", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 410.25, "Shape__Length": 119.75123421892876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147110491439093, 40.014551794142903 ], [ -75.147110059065298, 40.014634125152099 ], [ -75.1466446348674, 40.014574777485997 ], [ -75.146649392643099, 40.0145479978029 ], [ -75.147110491439093, 40.014551794142903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4517, "ADDRESS": "2631-33 W SERGEANT ST", "OWNER1": "MAYRANT JIMMIE", "OWNER2": "MAYRANT NICOLE DANIELLE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281299700", "LNIADDRESSKEY": "530720", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 518.390625, "Shape__Length": 100.92287303669994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175470722857298, 39.994412594117399 ], [ -75.175598404401995, 39.994429627341603 ], [ -75.175545410054795, 39.994674280999703 ], [ -75.175418736548906, 39.994658301994903 ], [ -75.175470722857298, 39.994412594117399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4518, "ADDRESS": "3974 PENNSGROVE ST", "OWNER1": "BUTTS RUDOLPH A", "OWNER2": "ELIZABETH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243169500", "LNIADDRESSKEY": "478503", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.125, "Shape__Length": 81.592034742412608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203341931938098, 39.9715162393531 ], [ -75.203396018634095, 39.971510299252103 ], [ -75.203444304628903, 39.971745185966398 ], [ -75.203387821051294, 39.971751879299099 ], [ -75.203341931938098, 39.9715162393531 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4519, "ADDRESS": "2236 N 7TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371066500", "LNIADDRESSKEY": "642488", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.37890625, "Shape__Length": 64.011623532693079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145373925723405, 39.985799510481399 ], [ -75.145381658338295, 39.985757390906301 ], [ -75.145611129982598, 39.985782135842399 ], [ -75.145604144058495, 39.985824183398002 ], [ -75.145373925723405, 39.985799510481399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4520, "ADDRESS": "2501 W OXFORD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324000201", "LNIADDRESSKEY": "466841", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.84375, "Shape__Length": 67.553115959882007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176024385787798, 39.979845048205298 ], [ -75.176063112401593, 39.979659717 ], [ -75.176120755844707, 39.979667990440198 ], [ -75.176083087418107, 39.979852522095101 ], [ -75.176024385787798, 39.979845048205298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4521, "ADDRESS": "4019 BROWN ST", "OWNER1": "RYAN INVESTMENT CO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062001300", "LNIADDRESSKEY": "53948", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 226.51953125, "Shape__Length": 85.53582789628166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204612911864302, 39.967318179187302 ], [ -75.204668348374994, 39.967314170751301 ], [ -75.204693135865796, 39.967565106251797 ], [ -75.204637794164597, 39.967569391613701 ], [ -75.204612911864302, 39.967318179187302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4522, "ADDRESS": "1623 W LEHIGH AVE", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111003700", "LNIADDRESSKEY": "387671", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.57421875, "Shape__Length": 80.432947141715673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158486076216306, 39.994570662108103 ], [ -75.158536723203298, 39.994577528133199 ], [ -75.158486069864495, 39.994799853649603 ], [ -75.158431205559594, 39.9948117844637 ], [ -75.158486076216306, 39.994570662108103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4523, "ADDRESS": "2106 N FRANKLIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202071401", "LNIADDRESSKEY": "299233", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.62890625, "Shape__Length": 66.885940411290449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146491848246399, 39.983595399426001 ], [ -75.146738535241894, 39.983628125024602 ], [ -75.146730252076594, 39.983665996257201 ], [ -75.146483789047196, 39.983633421014098 ], [ -75.146491848246399, 39.983595399426001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4524, "ADDRESS": "2544 RIDGE AVE", "OWNER1": "SHEED JAMES", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "322220600", "LNIADDRESSKEY": "504244", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.359375, "Shape__Length": 66.30311821674924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176511276512002, 39.983224774788098 ], [ -75.176509472339902, 39.983233131763399 ], [ -75.176545381745996, 39.983260953816497 ], [ -75.1763873200576, 39.983391993611001 ], [ -75.176345971346805, 39.983361164042002 ], [ -75.176511276512002, 39.983224774788098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4525, "ADDRESS": "650 N 43RD ST", "OWNER1": "L CRUZ DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061285000", "LNIADDRESSKEY": "687292", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 437.03515625, "Shape__Length": 107.4190148685235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209395389618905, 39.964271920221698 ], [ -75.209786864234502, 39.964244850848601 ], [ -75.209794617115307, 39.964313159688601 ], [ -75.209404003574605, 39.964340715558698 ], [ -75.209395389618905, 39.964271920221698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4526, "ADDRESS": "1617 N 17TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471253910", "LNIADDRESSKEY": "662846", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 301.26171875, "Shape__Length": 94.122498816256496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162464590788503, 39.978356418115297 ], [ -75.162467297920998, 39.978343115957401 ], [ -75.162815953898104, 39.978390083135999 ], [ -75.162804476149901, 39.978442778220199 ], [ -75.162456046808401, 39.978394235965602 ], [ -75.162464590788503, 39.978356418115297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4527, "ADDRESS": "2531 N STANLEY ST", "OWNER1": "RUSHING CARRIE B", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282109000", "LNIADDRESSKEY": "551252", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.37109375, "Shape__Length": 51.041922510081037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181513716828206, 39.994975951239901 ], [ -75.181522219134393, 39.994939550341698 ], [ -75.181699596758705, 39.994964860752098 ], [ -75.181692007738306, 39.995001508474402 ], [ -75.181513716828206, 39.994975951239901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4528, "ADDRESS": "3519 N 16TH ST", "OWNER1": "TRIO INVESTMENT GROUP LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112199200", "LNIADDRESSKEY": "660877", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 322.55859375, "Shape__Length": 107.02261346522049 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154492071912898, 40.007190216743197 ], [ -75.154501108174799, 40.007143985954698 ], [ -75.154560387699803, 40.0071512379007 ], [ -75.154722173751296, 40.007171014478203 ], [ -75.154813409025095, 40.007182878807697 ], [ -75.154911306882994, 40.0071965042331 ], [ -75.154915413594594, 40.0071970802313 ], [ -75.154905494737093, 40.007243265191697 ], [ -75.154901093288501, 40.007242698298903 ], [ -75.154492071912898, 40.007190216743197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4529, "ADDRESS": "5005 KERSHAW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442145910", "LNIADDRESSKEY": "370057", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.2109375, "Shape__Length": 60.989994033814817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223148228167304, 39.974036934834302 ], [ -75.2231989831905, 39.974031620442901 ], [ -75.223229249010501, 39.974200269020599 ], [ -75.223177769235605, 39.9742059380048 ], [ -75.223148228167304, 39.974036934834302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4530, "ADDRESS": "2214 N 19TH ST", "OWNER1": "G & Z REALTY INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162083400", "LNIADDRESSKEY": "668099", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.93359375, "Shape__Length": 60.093615934626577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164183635871694, 39.987763144245903 ], [ -75.164192244082599, 39.987724183430799 ], [ -75.1644070659693, 39.987750606870897 ], [ -75.164398417990299, 39.987790615360097 ], [ -75.164183635871694, 39.987763144245903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4531, "ADDRESS": "4167 MANTUA AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062113210", "LNIADDRESSKEY": "409597", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.58203125, "Shape__Length": 92.057137082487117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207905407763704, 39.971792841797999 ], [ -75.208022826738002, 39.971531693527297 ], [ -75.208054583193402, 39.971540247 ], [ -75.208072815985005, 39.971545149154998 ], [ -75.207955946112193, 39.971806180118101 ], [ -75.207905407763704, 39.971792841797999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4532, "ADDRESS": "6159 UPLAND ST", "OWNER1": "WILHITE PAUL A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401293700", "LNIADDRESSKEY": "583930", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.703125, "Shape__Length": 60.596819036519506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232609266182394, 39.929603724412097 ], [ -75.232646056107498, 39.929577629380702 ], [ -75.232698458690507, 39.929621866464899 ], [ -75.232795424441704, 39.929704334528402 ], [ -75.232778460682198, 39.929716341862097 ], [ -75.232759456475094, 39.929729723474303 ], [ -75.232643019985403, 39.929631917603103 ], [ -75.232609266182394, 39.929603724412097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4533, "ADDRESS": "1707 N 29TH ST", "OWNER1": "BRICK AND MORTAR LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324176900", "LNIADDRESSKEY": "681947", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.140625, "Shape__Length": 64.55215125187982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181505072364004, 39.981949201072901 ], [ -75.181733933077695, 39.981979196362403 ], [ -75.181724563320202, 39.982023057353601 ], [ -75.181495760077397, 39.9819926612589 ], [ -75.181505072364004, 39.981949201072901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4534, "ADDRESS": "4232 LANCASTER AVE", "OWNER1": "C N D HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "STR/OFF+APTS 3STY MASONRY", "OPA_ID": "871287800", "LNIADDRESSKEY": "377483", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.63671875, "Shape__Length": 58.856784339137285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209243110632499, 39.9670916712722 ], [ -75.2092876748858, 39.967120125135999 ], [ -75.209158874006107, 39.967243425786997 ], [ -75.209114079518699, 39.967216078387601 ], [ -75.209243110632499, 39.9670916712722 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4535, "ADDRESS": "6710 WOOLSTON AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "102404500", "LNIADDRESSKEY": "624845", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.59375, "Shape__Length": 68.272917798415222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153743212100807, 40.055947167279001 ], [ -75.153955140652897, 40.055849191952902 ], [ -75.153985673193404, 40.055888376636702 ], [ -75.153772455115401, 40.055985500703599 ], [ -75.153743212100807, 40.055947167279001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4536, "ADDRESS": "2345 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191173701", "LNIADDRESSKEY": "632617", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.27734375, "Shape__Length": 59.195099278563355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138170776263706, 39.986574826427997 ], [ -75.138178813629395, 39.986536361062598 ], [ -75.138390318268094, 39.986564056610099 ], [ -75.138382285229198, 39.986603135908197 ], [ -75.138170776263706, 39.986574826427997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4537, "ADDRESS": "3465 DILLMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193041500", "LNIADDRESSKEY": "118466", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.734375, "Shape__Length": 42.034730530867499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133098343550699, 40.003499683647 ], [ -75.133106132973694, 40.003463446310697 ], [ -75.133114164079601, 40.003464483101197 ], [ -75.133244748737098, 40.003481452621401 ], [ -75.133237373539501, 40.003517812035298 ], [ -75.133106352668605, 40.003500721062998 ], [ -75.133098343550699, 40.003499683647 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4538, "ADDRESS": "2166 N 32ND ST", "OWNER1": "LEE LYNELL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323329201", "LNIADDRESSKEY": "684271", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.07421875, "Shape__Length": 64.994812782162697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185167337601399, 39.989896870424502 ], [ -75.185399230249999, 39.989928359246498 ], [ -75.185389338556405, 39.9899699844688 ], [ -75.185156620126094, 39.989939847837199 ], [ -75.185167337601399, 39.989896870424502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4539, "ADDRESS": "6332 N BEECHWOOD ST", "OWNER1": "HARRY CHESTNUT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172523000", "LNIADDRESSKEY": "32438", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 293.1328125, "Shape__Length": 88.055851736933619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157315442414202, 40.051595077804002 ], [ -75.157064454213, 40.051582691631801 ], [ -75.157068305499806, 40.051526939269003 ], [ -75.157390254942797, 40.051542039628004 ], [ -75.157386145568907, 40.051597994530802 ], [ -75.157315442414202, 40.051595077804002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4540, "ADDRESS": "2455 N 19TH ST", "OWNER1": "LEIVAS CONTRACTOR LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162078900", "LNIADDRESSKEY": "668263", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.9765625, "Shape__Length": 66.729474499105791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162905589746799, 39.991610696909 ], [ -75.162912007955498, 39.991581939238898 ], [ -75.162914662831696, 39.991567829479301 ], [ -75.162924275904103, 39.991569093581603 ], [ -75.1631546312924, 39.991599578016299 ], [ -75.163145220032604, 39.991641986205998 ], [ -75.162914744420306, 39.991611886482602 ], [ -75.162905589746799, 39.991610696909 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4541, "ADDRESS": "1625 W NORRIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321018010", "LNIADDRESSKEY": "452343", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.1953125, "Shape__Length": 66.527011100331961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161197645366997, 39.9840175725829 ], [ -75.161210718668698, 39.983949502849001 ], [ -75.161233929302298, 39.983840298363901 ], [ -75.161297909615499, 39.983848964292697 ], [ -75.161261431672699, 39.984025878250598 ], [ -75.161197645366997, 39.9840175725829 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4542, "ADDRESS": "2514 NICHOLAS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324026200", "LNIADDRESSKEY": "451285", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.1015625, "Shape__Length": 59.268577569095228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1761935141555, 39.980500563775102 ], [ -75.176227726511996, 39.980336458233801 ], [ -75.176276816259701, 39.980342684789797 ], [ -75.176262662114596, 39.980407088184599 ], [ -75.176241833607193, 39.980506644673703 ], [ -75.1761935141555, 39.980500563775102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4543, "ADDRESS": "636 HOFFMAN ST", "OWNER1": "ANGLIM KEVIN T", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393010810", "LNIADDRESSKEY": "346085", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.234375, "Shape__Length": 47.411114968329031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157372261467998, 39.924789586779298 ], [ -75.157400143003699, 39.924666819264701 ], [ -75.157449864481094, 39.924672957609197 ], [ -75.157439531144703, 39.924717714102698 ], [ -75.1574234310593, 39.924788519315001 ], [ -75.157421721212899, 39.924795992900798 ], [ -75.157372261467998, 39.924789586779298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4544, "ADDRESS": "1443 HANSON ST", "OWNER1": "1819 INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273043300", "LNIADDRESSKEY": "332257", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.92578125, "Shape__Length": 50.519179268595025 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211060782215597, 39.940585841647703 ], [ -75.211189722905999, 39.940494911596801 ], [ -75.211207872390005, 39.940509659551601 ], [ -75.211224599146206, 39.940523247505602 ], [ -75.211094429394606, 39.940615117840998 ], [ -75.211060782215597, 39.940585841647703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4545, "ADDRESS": "7 E SOMERSET ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071196810", "LNIADDRESSKEY": "541209", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.0234375, "Shape__Length": 58.339033316243665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130008677736797, 39.992347493870398 ], [ -75.130042127897696, 39.9921910227959 ], [ -75.130092877635803, 39.992197774296898 ], [ -75.130096506445895, 39.992198260334199 ], [ -75.130079066523706, 39.992277624427899 ], [ -75.130063683440994, 39.992354229899597 ], [ -75.130008677736797, 39.992347493870398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4546, "ADDRESS": "5523 JEFFERSON ST", "OWNER1": "TMELL LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041274100", "LNIADDRESSKEY": "363183", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.2578125, "Shape__Length": 83.98559284803585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232946709965603, 39.978926362156997 ], [ -75.232998327096396, 39.978919901120797 ], [ -75.233042689786402, 39.979167986730197 ], [ -75.2329947342227, 39.979174042686203 ], [ -75.232946709965603, 39.978926362156997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4547, "ADDRESS": "122 W ASHMEAD ST", "OWNER1": "SOILED LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "123090700", "LNIADDRESSKEY": "23140", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.81640625, "Shape__Length": 74.099317331412664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168196114402306, 40.028278079856896 ], [ -75.168223095504203, 40.028248446174601 ], [ -75.168309275992002, 40.028294777580001 ], [ -75.168318940195505, 40.028299265632299 ], [ -75.168351081319898, 40.028316463179202 ], [ -75.168388876755898, 40.028337688081201 ], [ -75.168398311839198, 40.0283415751815 ], [ -75.168444132791507, 40.0283662691687 ], [ -75.168441200227207, 40.028369491944602 ], [ -75.168443397740404, 40.028371265655402 ], [ -75.168411253530493, 40.028405991179902 ], [ -75.168401046511605, 40.028399249664403 ], [ -75.168389970418801, 40.028393825489502 ], [ -75.168303988895204, 40.028347804966003 ], [ -75.168246016460103, 40.028315648792898 ], [ -75.168188674760302, 40.028286246974297 ], [ -75.168196114402306, 40.028278079856896 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4548, "ADDRESS": "1312-26 N 16TH ST", "OWNER1": "CITY PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "782360050", "LNIADDRESSKEY": "660288", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 4403.1328125, "Shape__Length": 301.13614327093046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162670310035097, 39.974145120291602 ], [ -75.162646549377598, 39.974253578242703 ], [ -75.162631170042701, 39.974323782181301 ], [ -75.162615789213405, 39.9743939860846 ], [ -75.162600409772097, 39.974464191144001 ], [ -75.162585028836304, 39.974534396168302 ], [ -75.162569649374305, 39.974604600097997 ], [ -75.162554269837599, 39.974674805150798 ], [ -75.162538888849397, 39.974745009043097 ], [ -75.162523509292001, 39.974815212966199 ], [ -75.162505448813704, 39.974897649678901 ], [ -75.162153606533096, 39.974852025009604 ], [ -75.162318470078006, 39.9740994960937 ], [ -75.162670310035097, 39.974145120291602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4549, "ADDRESS": "2505 N STANLEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "282107701", "LNIADDRESSKEY": "551226", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.453125, "Shape__Length": 50.693931250672613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181627282334304, 39.994475814311897 ], [ -75.181634901763402, 39.994438361996401 ], [ -75.181810201718406, 39.994462626781598 ], [ -75.181802427291501, 39.994500269355903 ], [ -75.181627282334304, 39.994475814311897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4550, "ADDRESS": "2225 N 22ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162207801", "LNIADDRESSKEY": "674066", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 263.265625, "Shape__Length": 92.618192522192075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168906428285993, 39.988631352222299 ], [ -75.168630047846804, 39.988594588875998 ], [ -75.168640359494404, 39.988549346606803 ], [ -75.168990970724806, 39.988596499897497 ], [ -75.168981575792202, 39.988641359603797 ], [ -75.168906428285993, 39.988631352222299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4551, "ADDRESS": "2726 RIDGE AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323037301", "LNIADDRESSKEY": "504276", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.515625, "Shape__Length": 63.017800689823432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178937573468204, 39.985008062822899 ], [ -75.178778736795095, 39.9851363483291 ], [ -75.1787415056979, 39.985109045899002 ], [ -75.178899219126194, 39.984979994199399 ], [ -75.178937573468204, 39.985008062822899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4552, "ADDRESS": "811 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243147300", "LNIADDRESSKEY": "685900", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 245.4140625, "Shape__Length": 84.071334279004617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197961485506795, 39.9685193421452 ], [ -75.1982740877108, 39.968487929585002 ], [ -75.198282068356093, 39.968536514730097 ], [ -75.197970425294898, 39.968566352742698 ], [ -75.197961485506795, 39.9685193421452 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4553, "ADDRESS": "1106 S 27TH ST", "OWNER1": "B & B PROJECTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "362128700", "LNIADDRESSKEY": "680207", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "I-2", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.1171875, "Shape__Length": 45.935486477540216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188439373223204, 39.939339170685798 ], [ -75.188447480962694, 39.939298552932797 ], [ -75.188598550511898, 39.9393174174131 ], [ -75.188590376135593, 39.939357631611301 ], [ -75.188439373223204, 39.939339170685798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4554, "ADDRESS": "2726 N 19TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111220500", "LNIADDRESSKEY": "668346", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.734375, "Shape__Length": 54.964556817825667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162465461220293, 39.9957759276529 ], [ -75.162473684132706, 39.995737216162702 ], [ -75.162476917244007, 39.995737643817598 ], [ -75.162666704497397, 39.995762796074303 ], [ -75.162658596972506, 39.995801172295899 ], [ -75.162465461220293, 39.9957759276529 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4555, "ADDRESS": "189 W NORRIS ST", "OWNER1": "PEREZ CARMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183205100", "LNIADDRESSKEY": "452176", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.5703125, "Shape__Length": 56.654802106226562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136504059888395, 39.980644031337903 ], [ -75.136560745508405, 39.9806515449337 ], [ -75.1365298316382, 39.980795985764203 ], [ -75.1365289215194, 39.980800043297897 ], [ -75.136471936424101, 39.980793232425398 ], [ -75.136504059888395, 39.980644031337903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4556, "ADDRESS": "2131 N UBER ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321275301", "LNIADDRESSKEY": "581681", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 269.03515625, "Shape__Length": 83.943996293353379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164712901420202, 39.986775154091902 ], [ -75.164724825295593, 39.986721776225899 ], [ -75.164966587795206, 39.9867538512095 ], [ -75.165025709107297, 39.986761469618401 ], [ -75.165015036838, 39.986815552587501 ], [ -75.164984635126501, 39.986811547617499 ], [ -75.164712901420202, 39.986775154091902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4557, "ADDRESS": "661 N 52ND ST", "OWNER1": "DANIEL THEOPHILUS E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442276900", "LNIADDRESSKEY": "691588", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.953125, "Shape__Length": 74.230101264353834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225286942338997, 39.970905288807401 ], [ -75.225561893190005, 39.970866541544801 ], [ -75.225570929000895, 39.970906958621299 ], [ -75.225296453939606, 39.970946409019398 ], [ -75.225286942338997, 39.970905288807401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4558, "ADDRESS": "3128 N BANCROFT ST", "OWNER1": "BCM SECOND INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111200500", "LNIADDRESSKEY": "29194", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.4375, "Shape__Length": 49.307469276275476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156964025742099, 40.001161359892698 ], [ -75.156973044788202, 40.001118927480199 ], [ -75.1571366384497, 40.001140401923699 ], [ -75.157136457062407, 40.001141316864398 ], [ -75.157127330695701, 40.001182152063102 ], [ -75.156964025742099, 40.001161359892698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4559, "ADDRESS": "931 N 47TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062412210", "LNIADDRESSKEY": "688854", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.73828125, "Shape__Length": 88.608730460835972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215439720702093, 39.970090022955802 ], [ -75.215438500384394, 39.970082870210902 ], [ -75.215598304389403, 39.970071795825902 ], [ -75.215793985465893, 39.970057113320799 ], [ -75.215799483158193, 39.9700984363743 ], [ -75.215659753475407, 39.9701088416776 ], [ -75.215613475918801, 39.970105982643403 ], [ -75.215545740963293, 39.970102100041501 ], [ -75.215541509642193, 39.970112758899901 ], [ -75.215439720702093, 39.970090022955802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4560, "ADDRESS": "4924 PASCHALL AVE", "OWNER1": "V2 PROPERTIES ENTITY 5 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273175400", "LNIADDRESSKEY": "472074", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.265625, "Shape__Length": 70.461827131831413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211793040511694, 39.939142579013797 ], [ -75.211827836716793, 39.939118122116199 ], [ -75.211957838010704, 39.939227485075797 ], [ -75.2120093457238, 39.939269713960897 ], [ -75.211982529045798, 39.9392891250546 ], [ -75.211974723047206, 39.939295126437599 ], [ -75.211793040511694, 39.939142579013797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4561, "ADDRESS": "6013 ALLMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401241200", "LNIADDRESSKEY": "12034", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.671875, "Shape__Length": 58.03346356884289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231164236126602, 39.932707882673199 ], [ -75.231204509144007, 39.932679446506498 ], [ -75.231343148290506, 39.932797455188897 ], [ -75.231304262583507, 39.932824616553603 ], [ -75.231164236126602, 39.932707882673199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4562, "ADDRESS": "523 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183030101", "LNIADDRESSKEY": "435702", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.171875, "Shape__Length": 63.209263613166918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143950668859404, 39.978528532216799 ], [ -75.144006790179702, 39.978535996681003 ], [ -75.143974078675001, 39.978707543856203 ], [ -75.143916922607005, 39.9787002969043 ], [ -75.143950668859404, 39.978528532216799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4563, "ADDRESS": "4502 N 19TH ST", "OWNER1": "KENAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132212400", "LNIADDRESSKEY": "668658", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.95703125, "Shape__Length": 79.63248358218182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156571268903207, 40.022642922115999 ], [ -75.1568693499066, 40.022684311257798 ], [ -75.156860009528501, 40.022725721665402 ], [ -75.156562240588997, 40.022684403748599 ], [ -75.156571268903207, 40.022642922115999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4564, "ADDRESS": "2914 W LEHIGH AVE", "OWNER1": "TURF WIZARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282377600", "LNIADDRESSKEY": "387983", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.1640625, "Shape__Length": 75.730777084137813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179065594083198, 39.996996322292702 ], [ -75.179115366540401, 39.996783334344698 ], [ -75.179172667557495, 39.996791645547901 ], [ -75.179122690301298, 39.997003936277999 ], [ -75.179065594083198, 39.996996322292702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4565, "ADDRESS": "5039 WOODLAND AVE", "OWNER1": "SHEN JENNIFER LEE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273147800", "LNIADDRESSKEY": "622931", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 312.640625, "Shape__Length": 102.22359511746424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215377415773204, 39.939467170981203 ], [ -75.215330979690904, 39.939499995408099 ], [ -75.215064352769602, 39.939276166313299 ], [ -75.215111817798402, 39.939242703625901 ], [ -75.215377415773204, 39.939467170981203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4566, "ADDRESS": "3950 ASPEN ST", "OWNER1": "HOMEOWNERSHIP DEVELOPERS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243040500", "LNIADDRESSKEY": "23897", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.9296875, "Shape__Length": 74.657308477068099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201963894970802, 39.9660949112859 ], [ -75.202019947087507, 39.966088712609199 ], [ -75.202058180715397, 39.966299360619303 ], [ -75.202001341252, 39.9663067221502 ], [ -75.201963894970802, 39.9660949112859 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4567, "ADDRESS": "2968 N RINGGOLD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381026800", "LNIADDRESSKEY": "506277", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.9453125, "Shape__Length": 42.612385119368405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170396851640206, 40.000621818430297 ], [ -75.170405694924298, 40.0005832488023 ], [ -75.170543965949193, 40.000600444275697 ], [ -75.1705357548297, 40.000637255374002 ], [ -75.170535326465497, 40.000639163780498 ], [ -75.170396851640206, 40.000621818430297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4568, "ADDRESS": "105 E SEYMOUR ST", "OWNER1": "CURRY SHAIKA D", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121038510", "LNIADDRESSKEY": "531478", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.78125, "Shape__Length": 51.066733716814625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161865306562206, 40.031189143020597 ], [ -75.161896355052505, 40.031158570737801 ], [ -75.162037621619902, 40.031243416421503 ], [ -75.162005867993301, 40.031273231767699 ], [ -75.161865306562206, 40.031189143020597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4569, "ADDRESS": "2553 N CORLIES ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282091810", "LNIADDRESSKEY": "98300", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.796875, "Shape__Length": 51.104925220999192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180943888452305, 39.995341900684203 ], [ -75.180952889634298, 39.995302850753397 ], [ -75.181127925895396, 39.995326901148502 ], [ -75.181119184382595, 39.995365747417303 ], [ -75.180943888452305, 39.995341900684203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4570, "ADDRESS": "2358 N OPAL ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162126401", "LNIADDRESSKEY": "460303", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.1875, "Shape__Length": 50.934675924995666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164635928036205, 39.990265184560002 ], [ -75.164644357271996, 39.990226541794499 ], [ -75.1648195694832, 39.990250461512403 ], [ -75.164811049745794, 39.990288714813502 ], [ -75.164635928036205, 39.990265184560002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4571, "ADDRESS": "25 DEARBORN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441080300", "LNIADDRESSKEY": "111281", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.6875, "Shape__Length": 47.239949478116003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222203429784301, 39.9603612497231 ], [ -75.222047991699696, 39.960342882966401 ], [ -75.222056688995394, 39.960301679325298 ], [ -75.222212680534597, 39.960319801481603 ], [ -75.222203429784301, 39.9603612497231 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4572, "ADDRESS": "6022 UPLAND ST", "OWNER1": "GULLUP CHARLES", "OWNER2": "MEBANS VERNITA S", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401299000", "LNIADDRESSKEY": "583812", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.33984375, "Shape__Length": 58.129782740099969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229737345590195, 39.931357523800301 ], [ -75.229774871404999, 39.931331444691402 ], [ -75.2299167158112, 39.931450380474999 ], [ -75.2298791807236, 39.9314767488722 ], [ -75.229737345590195, 39.931357523800301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4573, "ADDRESS": "2423 N 19TH ST", "OWNER1": "GALVAN WILY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162077300", "LNIADDRESSKEY": "668231", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.03515625, "Shape__Length": 66.402646101581112 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163054608779007, 39.990937039165601 ], [ -75.163061394291901, 39.990908014958002 ], [ -75.163064405218904, 39.990893897452899 ], [ -75.163301573956701, 39.9909253562546 ], [ -75.163293213638894, 39.990968240897701 ], [ -75.163054608779007, 39.990937039165601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4574, "ADDRESS": "2426 N GRATZ ST", "OWNER1": "SHABAZZ JABARI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162064200", "LNIADDRESSKEY": "321878", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.51171875, "Shape__Length": 52.033013926377087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163046291325401, 39.990948506342399 ], [ -75.163051670853307, 39.990949240278702 ], [ -75.163045922669397, 39.990979093148297 ], [ -75.163043057145401, 39.9909893936236 ], [ -75.163037469868797, 39.990988655004699 ], [ -75.163033153396597, 39.990988074548397 ], [ -75.162865526148195, 39.9909658063957 ], [ -75.162873988904707, 39.990925198025103 ], [ -75.163041976361498, 39.990947924794099 ], [ -75.163046291325401, 39.990948506342399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4575, "ADDRESS": "2324 MCCLELLAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "482016800", "LNIADDRESSKEY": "422351", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19145", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.69140625, "Shape__Length": 53.594354922960484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184507177237506, 39.929430744415001 ], [ -75.184559828795201, 39.929437613308899 ], [ -75.184527335376202, 39.929579561433798 ], [ -75.184476155593302, 39.929573114014403 ], [ -75.184488606897105, 39.929515587103801 ], [ -75.184494528920794, 39.929489073324099 ], [ -75.184507177237506, 39.929430744415001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4576, "ADDRESS": "802 E WILLARD ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331081000", "LNIADDRESSKEY": "613783", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.6953125, "Shape__Length": 50.329539208458996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115002708420505, 39.997894221043403 ], [ -75.115031253045899, 39.997762482309497 ], [ -75.115082114751004, 39.997769178754602 ], [ -75.115053733873395, 39.997901002350297 ], [ -75.115002708420505, 39.997894221043403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4577, "ADDRESS": "2143 N REESE ST", "OWNER1": "BYNUM HENRY SR", "OWNER2": "AMELIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191319000", "LNIADDRESSKEY": "498722", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.46484375, "Shape__Length": 44.635579995703452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142313602460504, 39.983849261803996 ], [ -75.142463738067406, 39.983869132429398 ], [ -75.142455767473706, 39.983905930409399 ], [ -75.142306615417695, 39.983886066355403 ], [ -75.142313602460504, 39.983849261803996 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4578, "ADDRESS": "1424 S FALLON ST", "OWNER1": "1424 SOUTH FALLON STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273038000", "LNIADDRESSKEY": "284069", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.64453125, "Shape__Length": 49.964909696999499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211227309280403, 39.940940080907403 ], [ -75.211353927394001, 39.9408490992531 ], [ -75.211388097584006, 39.9408773068537 ], [ -75.211260969948796, 39.940969002574903 ], [ -75.211227309280403, 39.940940080907403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4579, "ADDRESS": "5140 WARREN ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442179600", "LNIADDRESSKEY": "599146", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.31640625, "Shape__Length": 71.91686273430264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225651039956503, 39.975568872719897 ], [ -75.225784866443107, 39.975396758297599 ], [ -75.2258046747924, 39.975506452360897 ], [ -75.225728984960398, 39.975604873636698 ], [ -75.225651039956503, 39.975568872719897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4580, "ADDRESS": "5235 N 10TH ST", "OWNER1": "STEVEN THOMPKINS", "OWNER2": "JANICE L GREEN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "492167300", "LNIADDRESSKEY": "650457", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.23046875, "Shape__Length": 80.681219044327037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138719290835496, 40.0320677381767 ], [ -75.138728933264701, 40.032026415814997 ], [ -75.138818773321702, 40.032039936320203 ], [ -75.1388520935473, 40.032043788884899 ], [ -75.138909444274503, 40.032052539708801 ], [ -75.139030593291196, 40.032069866859104 ], [ -75.139021520129106, 40.032111668462399 ], [ -75.138719290835496, 40.0320677381767 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4581, "ADDRESS": "1948 N 19TH ST", "OWNER1": "WELAMA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321265500", "LNIADDRESSKEY": "667998", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.70703125, "Shape__Length": 92.504473961351707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165038324924097, 39.983874901901203 ], [ -75.165047683915802, 39.983832153412003 ], [ -75.165400990593596, 39.983879957890302 ], [ -75.165398268971799, 39.9838925344636 ], [ -75.165391259551498, 39.983923101228903 ], [ -75.165038324924097, 39.983874901901203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4582, "ADDRESS": "4334 WAYNE AVE", "OWNER1": "SESSOMS MAE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131407100", "LNIADDRESSKEY": "603347", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.53125, "Shape__Length": 65.439961758042074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158601204954394, 40.019120250041098 ], [ -75.158628039083098, 40.019154917409097 ], [ -75.158420945009098, 40.019250235022099 ], [ -75.158394407149004, 40.019216058587098 ], [ -75.158601204954394, 40.019120250041098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4583, "ADDRESS": "2647 FEDERAL ST", "OWNER1": "QIU SHUO", "OWNER2": "SHEN RIJING", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "362025500", "LNIADDRESSKEY": "287759", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.32421875, "Shape__Length": 71.903321371093483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188186994003999, 39.939155765733297 ], [ -75.1882297906118, 39.9389481807519 ], [ -75.1882788537973, 39.938954886524002 ], [ -75.188235273793794, 39.939161599190001 ], [ -75.188186994003999, 39.939155765733297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4584, "ADDRESS": "3001 EUCLID AVE", "OWNER1": "LEONARD CONNOR", "OWNER2": "SARAH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323017300", "LNIADDRESSKEY": "140052", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.34375, "Shape__Length": 57.295340591559565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183026040951304, 39.984755164479502 ], [ -75.183057903438396, 39.984610703018298 ], [ -75.183059979402202, 39.984601255057001 ], [ -75.183112016785898, 39.984608302507702 ], [ -75.183079600432094, 39.984762423935301 ], [ -75.183026040951304, 39.984755164479502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4585, "ADDRESS": "1621 N 6TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "ROW CONV/APT 3STY MASONRY", "OPA_ID": "183180301", "LNIADDRESSKEY": "639188", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.796875, "Shape__Length": 58.397683833843153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145162292609299, 39.9761668537286 ], [ -75.145170494688003, 39.976128958235201 ], [ -75.145379247977004, 39.976155733299599 ], [ -75.145372036355596, 39.976193762787403 ], [ -75.145162292609299, 39.9761668537286 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4586, "ADDRESS": "2323 N 19TH ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162074100", "LNIADDRESSKEY": "668173", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.92578125, "Shape__Length": 67.248712490160685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1633786667756, 39.989460962082603 ], [ -75.163388838735699, 39.989417829938503 ], [ -75.163630205892105, 39.989449528079398 ], [ -75.1636205924042, 39.989492302283402 ], [ -75.1633786667756, 39.989460962082603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4587, "ADDRESS": "4017 FAIRMOUNT AVE", "OWNER1": "STEAD HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061136000", "LNIADDRESSKEY": "283671", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.65234375, "Shape__Length": 70.598740129499888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203295773651305, 39.965188209998502 ], [ -75.203348748624705, 39.9651821957994 ], [ -75.203383541003802, 39.965382400856797 ], [ -75.203330769610403, 39.965388563754502 ], [ -75.203295773651305, 39.965188209998502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4588, "ADDRESS": "2433 N 15TH ST", "OWNER1": "G B CHP HOME INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161029301", "LNIADDRESSKEY": "658257", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.7734375, "Shape__Length": 52.368758952011042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156777059269203, 39.990414195251802 ], [ -75.156786503501294, 39.990369950165501 ], [ -75.156960139264896, 39.990392846185102 ], [ -75.156950668716505, 39.990437783345797 ], [ -75.156777059269203, 39.990414195251802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4589, "ADDRESS": "53 E ASHMEAD ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUBLIC PROPERTY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121091805", "LNIADDRESSKEY": "22980", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.0078125, "Shape__Length": 56.41619858580097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165771982288007, 40.031812436925598 ], [ -75.165803040628802, 40.031782104863801 ], [ -75.165870893560296, 40.031824092718701 ], [ -75.165961716233895, 40.031879105656003 ], [ -75.165931289830894, 40.031909387781099 ], [ -75.165874989924006, 40.031876235304502 ], [ -75.165771982288007, 40.031812436925598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4590, "ADDRESS": "5331 PENTRIDGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511128200", "LNIADDRESSKEY": "480249", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.14453125, "Shape__Length": 63.907843773029768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227042974998099, 39.944246511715498 ], [ -75.227082954980403, 39.944218278723703 ], [ -75.227240354193498, 39.944350406535897 ], [ -75.227201447663106, 39.944377905228002 ], [ -75.227042974998099, 39.944246511715498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4591, "ADDRESS": "2421 W MONTGOMERY AVE", "OWNER1": "JENNIE MADISON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322214800", "LNIADDRESSKEY": "435923", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.3203125, "Shape__Length": 72.780170990098441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174431124346697, 39.982679171331803 ], [ -75.174432199889395, 39.9826745530018 ], [ -75.174478457874898, 39.982474239579503 ], [ -75.174532295305696, 39.982481282942402 ], [ -75.174486663753598, 39.982682223129501 ], [ -75.174485632843599, 39.982686745602798 ], [ -75.174431124346697, 39.982679171331803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4592, "ADDRESS": "2434 N 17TH ST", "OWNER1": "MOSLEY MARY E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161168900", "LNIADDRESSKEY": "663162", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.9375, "Shape__Length": 66.645812508298178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160288663841101, 39.990853081139797 ], [ -75.160298424717396, 39.990810342026101 ], [ -75.160537561672498, 39.990841835212798 ], [ -75.160528332675497, 39.990884376856499 ], [ -75.160288663841101, 39.990853081139797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4593, "ADDRESS": "2338 N 3RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191184701", "LNIADDRESSKEY": "632610", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.2265625, "Shape__Length": 58.853237919630665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138571979106999, 39.986531356287998 ], [ -75.138783101700696, 39.986558785624297 ], [ -75.138774765875496, 39.9865967588077 ], [ -75.138563659232403, 39.986569254361001 ], [ -75.138571979106999, 39.986531356287998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4594, "ADDRESS": "5120 HAVERFORD AVE", "OWNER1": "PAGE ANTHONY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441045100", "LNIADDRESSKEY": "336280", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.21875, "Shape__Length": 80.1150290686125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2227845236972, 39.964104032130102 ], [ -75.2228417045567, 39.964111609854399 ], [ -75.222791520379303, 39.964342254896998 ], [ -75.222735840611307, 39.964329809908797 ], [ -75.2227845236972, 39.964104032130102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4595, "ADDRESS": "735 W CUMBERLAND ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371384300", "LNIADDRESSKEY": "105935", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.8671875, "Shape__Length": 69.308042267003572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1456158464445, 39.9896957950955 ], [ -75.145675202258104, 39.989703847755202 ], [ -75.145634724603397, 39.989893724997799 ], [ -75.145575837558297, 39.989886006199001 ], [ -75.1456158464445, 39.9896957950955 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4596, "ADDRESS": "2642 N 11TH ST", "OWNER1": "ROME EMMANUEL", "OWNER2": "BAPTIST CHURCH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371198400", "LNIADDRESSKEY": "733060", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.77734375, "Shape__Length": 68.866516540686391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1494554488484, 39.9927159539752 ], [ -75.149447776389394, 39.9927149095356 ], [ -75.149457583084299, 39.992670624722699 ], [ -75.149557673656901, 39.9926838543862 ], [ -75.149622857036107, 39.992693600229103 ], [ -75.149703970180695, 39.992703852199298 ], [ -75.149695057242695, 39.992748318334201 ], [ -75.1494554488484, 39.9927159539752 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4597, "ADDRESS": "1708 BELFIELD AVE", "OWNER1": "ROSMAND PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171000500", "LNIADDRESSKEY": "32965", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 303.25, "Shape__Length": 104.38704591018501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152428584764294, 40.028571656250897 ], [ -75.152741011224407, 40.0284360451558 ], [ -75.152769563572903, 40.028423649781402 ], [ -75.152791032199602, 40.028426456547798 ], [ -75.152799043956094, 40.028427508343398 ], [ -75.152818920986206, 40.028454410609797 ], [ -75.152770261229605, 40.028475556280497 ], [ -75.152534592882503, 40.028577971104298 ], [ -75.152458059718796, 40.028611832541102 ], [ -75.152428584764294, 40.028571656250897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4598, "ADDRESS": "1628 S BAILEY ST", "OWNER1": "MILLER LAQUETA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364277000", "LNIADDRESSKEY": "26800", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.0859375, "Shape__Length": 48.173917368861858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188883712018594, 39.932503015503102 ], [ -75.188891977549602, 39.932464238194598 ], [ -75.189054754032, 39.932484911338399 ], [ -75.189046394693307, 39.9325239287081 ], [ -75.188883712018594, 39.932503015503102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4599, "ADDRESS": "905 W DAUPHIN ST", "OWNER1": "MORGAN HALL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371331800", "LNIADDRESSKEY": "110473", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.23828125, "Shape__Length": 52.256045154529453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147574344435498, 39.9870215286102 ], [ -75.147583652996005, 39.986976039919 ], [ -75.147602210936299, 39.9868833199709 ], [ -75.147653997827803, 39.986890297891399 ], [ -75.147635111976797, 39.986982865121597 ], [ -75.147625896063403, 39.987028114893903 ], [ -75.147574344435498, 39.9870215286102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4600, "ADDRESS": "2515 N STANLEY ST", "OWNER1": "BLUE RAYMOND T", "OWNER2": "BLUE BETTY B H/S", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282108200", "LNIADDRESSKEY": "551236", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.59765625, "Shape__Length": 51.362209402316438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181582785777096, 39.994673688501599 ], [ -75.181590856246601, 39.994634842957304 ], [ -75.181767337137003, 39.994658908968297 ], [ -75.181758726551905, 39.9946981771756 ], [ -75.181582785777096, 39.994673688501599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4601, "ADDRESS": "2605 N 27TH ST", "OWNER1": "MINNIE L JORDAN TR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281065200", "LNIADDRESSKEY": "679952", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.5078125, "Shape__Length": 54.503933909844967 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175538893034499, 39.995221514183598 ], [ -75.1755484537981, 39.995182733945697 ], [ -75.175737621547, 39.995208803449799 ], [ -75.175730017459202, 39.995247964335398 ], [ -75.175538893034499, 39.995221514183598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4602, "ADDRESS": "2229 N 19TH ST", "OWNER1": "ZALAZAR DAIANA YANET", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162071000", "LNIADDRESSKEY": "668114", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.35546875, "Shape__Length": 69.908574680669687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163687089224695, 39.987996687829401 ], [ -75.163697132294004, 39.987955275953098 ], [ -75.163952472894096, 39.987987514784201 ], [ -75.163942052793502, 39.988029449783397 ], [ -75.163687089224695, 39.987996687829401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4603, "ADDRESS": "2026 DICKINSON ST", "OWNER1": "KLEMENZ DAVID", "OWNER2": "LUC KIRY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363052100", "LNIADDRESSKEY": "117795", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.6328125, "Shape__Length": 63.52071875019309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178700516766099, 39.933003568039197 ], [ -75.178699099967702, 39.933003390984801 ], [ -75.178709549877794, 39.932956297355297 ], [ -75.178727499939001, 39.932875344026698 ], [ -75.178738067231706, 39.932827930915202 ], [ -75.1787912283514, 39.932835231679903 ], [ -75.178787495452596, 39.932854202145698 ], [ -75.178751447388393, 39.933010045064798 ], [ -75.178700516766099, 39.933003568039197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4604, "ADDRESS": "1929-31 N 20TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321285401", "LNIADDRESSKEY": "670071", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1019.2421875, "Shape__Length": 170.01270485768796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166255877774603, 39.983722839994499 ], [ -75.165867930976702, 39.983670147302902 ], [ -75.1658882294291, 39.983572288957603 ], [ -75.16613726352, 39.983605750826698 ], [ -75.166512915497805, 39.983656651018002 ], [ -75.166491718281705, 39.983754989285202 ], [ -75.166255877774603, 39.983722839994499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4605, "ADDRESS": "2240 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191241001", "LNIADDRESSKEY": "388649", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.1171875, "Shape__Length": 40.259146791091361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140330351808601, 39.985187178943399 ], [ -75.140337594998897, 39.985154103787202 ], [ -75.1404723320708, 39.985172288808101 ], [ -75.140465997547807, 39.985205189785702 ], [ -75.140330351808601, 39.985187178943399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4606, "ADDRESS": "5138 WARREN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442179550", "LNIADDRESSKEY": "599145", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 345.5, "Shape__Length": 95.774206924972646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225576360282005, 39.975534072079498 ], [ -75.225670912591298, 39.975410162146801 ], [ -75.2257679358583, 39.975290223583599 ], [ -75.225784866443107, 39.975396758297599 ], [ -75.225651039956503, 39.975568872719897 ], [ -75.225576360282005, 39.975534072079498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4607, "ADDRESS": "539 W MONTGOMERY AVE", "OWNER1": "HEAVENLY HOME DEVELOPERS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183030800", "LNIADDRESSKEY": "435710", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.45703125, "Shape__Length": 61.460906564538426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144403430940898, 39.978587575255801 ], [ -75.144459007579599, 39.978595044023699 ], [ -75.144426567370402, 39.978755732266997 ], [ -75.144392078827096, 39.978760607623897 ], [ -75.144368357777793, 39.978757360337198 ], [ -75.144403430940898, 39.978587575255801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4608, "ADDRESS": "2127 N LEITHGOW ST", "OWNER1": "RODRIGUEZ MANUEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191226100", "LNIADDRESSKEY": "388610", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.7734375, "Shape__Length": 41.968570131443364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140644116848605, 39.983255967772401 ], [ -75.140634624154004, 39.983303435190003 ], [ -75.140525402840098, 39.983289361319102 ], [ -75.140509557115905, 39.983287259803397 ], [ -75.140521031245697, 39.9832400480608 ], [ -75.140523366850402, 39.983240343315998 ], [ -75.140644116848605, 39.983255967772401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4609, "ADDRESS": "901 W DAUPHIN ST", "OWNER1": "RUSH REALTY COMPANY INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371331600", "LNIADDRESSKEY": "110469", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.875, "Shape__Length": 53.99586970413543 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147462420704002, 39.987007256069603 ], [ -75.147491297005004, 39.986870020926602 ], [ -75.147551272383595, 39.986877167675999 ], [ -75.147522437892306, 39.987014919613699 ], [ -75.147462420704002, 39.987007256069603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4610, "ADDRESS": "3007 W YORK ST", "OWNER1": "ROSS ELGLINA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282345500", "LNIADDRESSKEY": "629458", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.47265625, "Shape__Length": 62.960073991864178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181399152089099, 39.992959903665103 ], [ -75.181438299010793, 39.992785992712697 ], [ -75.181489773461905, 39.992793141915797 ], [ -75.181452759919694, 39.992966052071402 ], [ -75.181399152089099, 39.992959903665103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4611, "ADDRESS": "6033 ALLMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401242201", "LNIADDRESSKEY": "12054", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.59375, "Shape__Length": 57.799469766395063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231565879861193, 39.932427728976997 ], [ -75.231605446068897, 39.932400276135397 ], [ -75.231742860729796, 39.932518563782203 ], [ -75.2317039990198, 39.932545678500098 ], [ -75.231565879861193, 39.932427728976997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4612, "ADDRESS": "2016 W CAMBRIA ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111044100", "LNIADDRESSKEY": "62927", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.19921875, "Shape__Length": 73.535787008775941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164126912582205, 39.998269884323697 ], [ -75.164152127852702, 39.998149344633397 ], [ -75.164162147179098, 39.998101435849499 ], [ -75.164168964336397, 39.998068818366903 ], [ -75.164235001965693, 39.998076656955597 ], [ -75.164226640345404, 39.9981124157297 ], [ -75.164188213151604, 39.998277181485598 ], [ -75.164126912582205, 39.998269884323697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4613, "ADDRESS": "2507 N 28TH ST", "OWNER1": "ARJUN KARL OWEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281099100", "LNIADDRESSKEY": "680967", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.265625, "Shape__Length": 80.028221278038615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177190497984398, 39.993942832544498 ], [ -75.177199708032504, 39.993899984149003 ], [ -75.177498749884194, 39.993940054312198 ], [ -75.177489003056394, 39.993982118080403 ], [ -75.177190497984398, 39.993942832544498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4614, "ADDRESS": "2762 N 15TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111161700", "LNIADDRESSKEY": "658318", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.24609375, "Shape__Length": 66.288572264235185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156224683707805, 39.995629630387 ], [ -75.156205591387305, 39.995603294713803 ], [ -75.156422465245996, 39.995522792137201 ], [ -75.156447966668793, 39.995563554836998 ], [ -75.156233722065295, 39.995642118868602 ], [ -75.156224683707805, 39.995629630387 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4615, "ADDRESS": "3910 ASPEN ST", "OWNER1": "AHM PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "243038500", "LNIADDRESSKEY": "23857", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.41015625, "Shape__Length": 85.388870419058946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200628193979398, 39.966217948131401 ], [ -75.200685240696501, 39.966211736160403 ], [ -75.200731844497597, 39.966459273119398 ], [ -75.200675289588602, 39.966465206597299 ], [ -75.200643272557301, 39.966293432626699 ], [ -75.200628193979398, 39.966217948131401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4616, "ADDRESS": "1816 E OAKDALE ST", "OWNER1": "ADDIS JENNA DANIELLE", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "314223700", "LNIADDRESSKEY": "453892", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.5703125, "Shape__Length": 56.160245706174109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125626030260506, 39.989117247272901 ], [ -75.125795684194301, 39.9890286775682 ], [ -75.125822429135397, 39.989058402362502 ], [ -75.125717047450905, 39.989113444655402 ], [ -75.125651325109899, 39.989146567277501 ], [ -75.125626030260506, 39.989117247272901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4617, "ADDRESS": "23 FARSON ST", "OWNER1": "FARSON STREET ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441067800", "LNIADDRESSKEY": "285560", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.19921875, "Shape__Length": 89.28673077509464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221349293341603, 39.960225175009697 ], [ -75.221358078465002, 39.960181072130503 ], [ -75.221696737196496, 39.960222112545502 ], [ -75.221691331397807, 39.960249154038102 ], [ -75.221687933029003, 39.960266182364897 ], [ -75.221349293341603, 39.960225175009697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4618, "ADDRESS": "1549 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "182299801", "LNIADDRESSKEY": "639158", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 314.69140625, "Shape__Length": 98.846413388614423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145143727547705, 39.975366126980397 ], [ -75.145153141187293, 39.975313547562301 ], [ -75.145525171049201, 39.975361163784697 ], [ -75.145515352242001, 39.975410687452303 ], [ -75.145257555965301, 39.9753799622939 ], [ -75.145143727547705, 39.975366126980397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4619, "ADDRESS": "761 N 40TH ST", "OWNER1": "HOMEOWNERSHIP DEVELOPERS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243115700", "LNIADDRESSKEY": "686269", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 375.765625, "Shape__Length": 102.43324661761494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2025212308005, 39.967097522492097 ], [ -75.2028973899546, 39.967052065390703 ], [ -75.202908220780799, 39.967114076440602 ], [ -75.202532383636196, 39.967156558408703 ], [ -75.2025212308005, 39.967097522492097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4620, "ADDRESS": "1800 N 24TH ST", "OWNER1": "INFINITI PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322146800", "LNIADDRESSKEY": "676539", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.27734375, "Shape__Length": 73.170967667662978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173770504279602, 39.982632845609203 ], [ -75.173779878320701, 39.982585729212403 ], [ -75.173838930528703, 39.982593937386298 ], [ -75.173893219002494, 39.9826012490878 ], [ -75.173944476996596, 39.982608364346603 ], [ -75.173998800348798, 39.982615837836498 ], [ -75.174042565264202, 39.982621640577698 ], [ -75.174031200683302, 39.982669325002298 ], [ -75.173770504279602, 39.982632845609203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4621, "ADDRESS": "1500 HANSON ST", "OWNER1": "VITALIANO FARRO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273048200", "LNIADDRESSKEY": "332259", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.32421875, "Shape__Length": 50.791642578713919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210843780000204, 39.940040111811001 ], [ -75.210967992046207, 39.939953542935299 ], [ -75.210971688797798, 39.939951012989603 ], [ -75.210975879134395, 39.939948156094196 ], [ -75.211009137911603, 39.939976618451396 ], [ -75.210961110883304, 39.940009937536601 ], [ -75.210938916254193, 39.940025533609301 ], [ -75.210933815115496, 39.940028096660903 ], [ -75.210930597211302, 39.940031281423103 ], [ -75.210878142088802, 39.940067631180099 ], [ -75.210877132598398, 39.940068334139198 ], [ -75.210866589377602, 39.940060185423498 ], [ -75.210849742818198, 39.940045853686101 ], [ -75.210843780000204, 39.940040111811001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4622, "ADDRESS": "2834 WHARTON ST", "OWNER1": "LRS PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362087300", "LNIADDRESSKEY": "610491", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.3046875, "Shape__Length": 60.082205167288592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191783186001203, 39.937188170999399 ], [ -75.191818888106297, 39.937027448073998 ], [ -75.191875848579102, 39.937034602163202 ], [ -75.191838591491702, 39.937195515671597 ], [ -75.191783186001203, 39.937188170999399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4623, "ADDRESS": "2608 EARP ST", "OWNER1": "NI ZHENG N", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362105600", "LNIADDRESSKEY": "128452", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.4921875, "Shape__Length": 51.512951378972318 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187793643449197, 39.9358956938161 ], [ -75.187820668242694, 39.935759264140202 ], [ -75.187873766717004, 39.935766640313702 ], [ -75.187842958797603, 39.9359017443429 ], [ -75.187793643449197, 39.9358956938161 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4624, "ADDRESS": "942 N 13TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141210200", "LNIADDRESSKEY": "655880", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-4", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.8515625, "Shape__Length": 43.077013473228838 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157447041727707, 39.970885514476301 ], [ -75.157454793764799, 39.970847630626203 ], [ -75.157596960484, 39.970865382801101 ], [ -75.157588212332698, 39.970903018899698 ], [ -75.157447041727707, 39.970885514476301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4625, "ADDRESS": "5630 FLORENCE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513272010", "LNIADDRESSKEY": "293440", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.8125, "Shape__Length": 68.78286253816745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230138735268795, 39.940205282056098 ], [ -75.230147825926693, 39.940199001355097 ], [ -75.230188752508298, 39.940169998657403 ], [ -75.2302056434837, 39.940184345334004 ], [ -75.230350863617005, 39.940307658816103 ], [ -75.2303023257615, 39.9403419904461 ], [ -75.230155593401506, 39.940219370107997 ], [ -75.230138735268795, 39.940205282056098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4626, "ADDRESS": "1300 N 51ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442253400", "LNIADDRESSKEY": "690755", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.8203125, "Shape__Length": 72.467410024290302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224049398455506, 39.9732876480412 ], [ -75.224308411560997, 39.973260819817703 ], [ -75.224316558960794, 39.973309922213602 ], [ -75.2240584699029, 39.973336657048897 ], [ -75.224049398455506, 39.9732876480412 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4627, "ADDRESS": "2029 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183409100", "LNIADDRESSKEY": "462325", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.02734375, "Shape__Length": 40.445823240904389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141731283402507, 39.982002175006997 ], [ -75.141732520105805, 39.9819934181455 ], [ -75.141738880495694, 39.981966948750603 ], [ -75.141871223010895, 39.981984045048399 ], [ -75.141865714585705, 39.982011243366301 ], [ -75.141863582079097, 39.982020414614098 ], [ -75.141731283402507, 39.982002175006997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4628, "ADDRESS": "2426 NICHOLAS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291249100", "LNIADDRESSKEY": "451250", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.53125, "Shape__Length": 60.68117999692128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175008238536094, 39.980347853750501 ], [ -75.174975584647001, 39.980343655551998 ], [ -75.175010299693497, 39.980175209697499 ], [ -75.175058435882093, 39.980181173237 ], [ -75.175025795569098, 39.980350118413803 ], [ -75.175008238536094, 39.980347853750501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4629, "ADDRESS": "2928 N BONSALL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111403300", "LNIADDRESSKEY": "42637", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.54296875, "Shape__Length": 46.074019134985711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168993720355203, 39.999664153951997 ], [ -75.169002414100902, 39.999624566286698 ], [ -75.169156231655904, 39.999645708068201 ], [ -75.169149103981496, 39.999682123343497 ], [ -75.168993720355203, 39.999664153951997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4630, "ADDRESS": "513 W DAUPHIN ST", "OWNER1": "AHMAD ASHRAF", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191424300", "LNIADDRESSKEY": "110409", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.79296875, "Shape__Length": 67.821700781124605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141898766385196, 39.986340992006603 ], [ -75.141940839973699, 39.986150684730397 ], [ -75.1419424260162, 39.986150866061401 ], [ -75.141992109927401, 39.986156379664003 ], [ -75.141973438392895, 39.986243131528497 ], [ -75.141963371520404, 39.986285394978303 ], [ -75.141950930058101, 39.986347399925201 ], [ -75.141898766385196, 39.986340992006603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4631, "ADDRESS": "6211 VINE ST", "OWNER1": "TRADING PLACES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341039600", "LNIADDRESSKEY": "589482", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.1328125, "Shape__Length": 77.919417584715518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244087571789194, 39.967448033011401 ], [ -75.244135608687102, 39.967226552722003 ], [ -75.244191346350703, 39.967233025009698 ], [ -75.244143127137903, 39.967455484544899 ], [ -75.244087571789194, 39.967448033011401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4632, "ADDRESS": "4726 DEVEREAUX AVE", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411148900", "LNIADDRESSKEY": "115433", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.62109375, "Shape__Length": 70.659684602430218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055231618755201, 40.018490833747997 ], [ -75.055265159847394, 40.018529191217503 ], [ -75.055051242559799, 40.018639750365999 ], [ -75.055018798743205, 40.018602647390097 ], [ -75.055231618755201, 40.018490833747997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4633, "ADDRESS": "18 S 44TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "272129400", "LNIADDRESSKEY": "687703", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-4", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.45703125, "Shape__Length": 60.901790575401201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209629903273296, 39.957625888288597 ], [ -75.209639363990306, 39.957584461313502 ], [ -75.209854974652103, 39.957611739066699 ], [ -75.209847175685695, 39.957652447133903 ], [ -75.209629903273296, 39.957625888288597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4634, "ADDRESS": "2229 W SERGEANT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162310101", "LNIADDRESSKEY": "530576", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.6484375, "Shape__Length": 65.04504954589639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169066523811594, 39.993858494879603 ], [ -75.169101383368201, 39.993676914617602 ], [ -75.169147849763206, 39.9936823608423 ], [ -75.169153421387506, 39.993683017714197 ], [ -75.169117022369804, 39.9938653844236 ], [ -75.169066523811594, 39.993858494879603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4635, "ADDRESS": "2230 N LEITHGOW ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191240401", "LNIADDRESSKEY": "388639", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.87109375, "Shape__Length": 40.198840953922826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140368198618503, 39.9850120900498 ], [ -75.140375706705399, 39.984979778900403 ], [ -75.140511296604799, 39.984998127438502 ], [ -75.140504301100094, 39.9850302080999 ], [ -75.140368198618503, 39.9850120900498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4636, "ADDRESS": "2237 N LEITHGOW ST", "OWNER1": "2216 NORKNEY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191228500", "LNIADDRESSKEY": "388646", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.09375, "Shape__Length": 45.509071705986692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140090264435898, 39.985129893805201 ], [ -75.140092681689595, 39.985119341483802 ], [ -75.140088709430501, 39.985118542723797 ], [ -75.140094251161102, 39.9850861215496 ], [ -75.140240449830799, 39.985105969704598 ], [ -75.140231094279301, 39.985148749267204 ], [ -75.140090264435898, 39.985129893805201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4637, "ADDRESS": "1133 N 41ST ST", "OWNER1": "DUCK RIVER LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062249600", "LNIADDRESSKEY": "686710", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.8359375, "Shape__Length": 73.631981368710683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205941118750005, 39.973352517429397 ], [ -75.206210825830397, 39.973322356196398 ], [ -75.206215953059996, 39.9733465694448 ], [ -75.206220031631702, 39.973365793791402 ], [ -75.205949179896095, 39.973396300210197 ], [ -75.205941118750005, 39.973352517429397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4638, "ADDRESS": "2134 N 7TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202034801", "LNIADDRESSKEY": "642431", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.99609375, "Shape__Length": 68.86930828747964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145697404420801, 39.984084330769299 ], [ -75.145704540949296, 39.984045756686101 ], [ -75.145960714006705, 39.984074314589201 ], [ -75.145952696989994, 39.984112868707101 ], [ -75.145697404420801, 39.984084330769299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4639, "ADDRESS": "1916 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183303000", "LNIADDRESSKEY": "632428", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.875, "Shape__Length": 55.423062378338933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140024778138098, 39.979923558103998 ], [ -75.140033236150899, 39.979883965793903 ], [ -75.140226565698697, 39.979911575066197 ], [ -75.140217491500906, 39.979951394399002 ], [ -75.140024778138098, 39.979923558103998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4640, "ADDRESS": "820 VINE ST", "OWNER1": "PHILADELPHIA REDEVELOPMEN", "OWNER2": "AUTHORITY", "BLDG_DESC": "PARKING LOT PRIVATE", "OPA_ID": "885000097", "LNIADDRESSKEY": "589151", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "CMX-4", "ZIPCODE": "19107", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 19304.53125, "Shape__Length": 658.79511943728687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152633986105002, 39.9562930598767 ], [ -75.152701277023695, 39.956018256390998 ], [ -75.152709899733793, 39.955963096337904 ], [ -75.152797654668802, 39.955582573197397 ], [ -75.152800952985999, 39.955556549834 ], [ -75.152802015409705, 39.9555161609007 ], [ -75.152802127350498, 39.9555115862549 ], [ -75.152804017882403, 39.955506502253499 ], [ -75.152805207216701, 39.955503337317097 ], [ -75.1528178998078, 39.955469385921397 ], [ -75.152826789188097, 39.955422597867702 ], [ -75.152828232637603, 39.955415005667199 ], [ -75.152828470511807, 39.955397794818701 ], [ -75.152829008794598, 39.955357410913301 ], [ -75.152836191199697, 39.955115838943797 ], [ -75.152877700268903, 39.95512038951 ], [ -75.152946255038302, 39.955128679999 ], [ -75.153018412219694, 39.955137486739197 ], [ -75.153102837668001, 39.955148135546203 ], [ -75.153430660131207, 39.955189455723499 ], [ -75.153573691751504, 39.955206750058501 ], [ -75.153788602668598, 39.955234116865803 ], [ -75.153774322585093, 39.955302464887303 ], [ -75.153761679448905, 39.955365851548301 ], [ -75.153754440653799, 39.955402360342099 ], [ -75.153749007693705, 39.955429948239697 ], [ -75.153740970004904, 39.9554687117745 ], [ -75.153735582654704, 39.9554946079136 ], [ -75.153729534957293, 39.9555251462521 ], [ -75.153723096505601, 39.955557676010102 ], [ -75.153709823883702, 39.955623822434603 ], [ -75.1537014662795, 39.955665480009898 ], [ -75.153674886736596, 39.955798093066299 ], [ -75.153727249689595, 39.955804211202597 ], [ -75.153759800975607, 39.955808153253102 ], [ -75.153666625228198, 39.956255678024597 ], [ -75.153799249669802, 39.956468289234898 ], [ -75.153745482042893, 39.9564606560511 ], [ -75.153711697831696, 39.956452394995999 ], [ -75.153663610942601, 39.9564363148829 ], [ -75.153613003380698, 39.956422048442597 ], [ -75.153510932053806, 39.956415997950202 ], [ -75.153364979429497, 39.956407134093901 ], [ -75.153186136663294, 39.956395606388099 ], [ -75.1527140668626, 39.956364221040999 ], [ -75.152665888346405, 39.956350009170798 ], [ -75.152637766918701, 39.956321259545099 ], [ -75.152633986105002, 39.9562930598767 ] ], [ [ -75.153012934455305, 39.955912631565603 ], [ -75.153089109352607, 39.9560374667644 ], [ -75.153124377177406, 39.956026509056898 ], [ -75.153046212943906, 39.9559005735304 ], [ -75.153012934455305, 39.955912631565603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4641, "ADDRESS": "2624 N 27TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281075901", "LNIADDRESSKEY": "679962", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.35546875, "Shape__Length": 61.757545210578229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175866591015506, 39.995563428150298 ], [ -75.175873913759901, 39.995522841854502 ], [ -75.176095502827593, 39.995552861157798 ], [ -75.176085946671705, 39.995593187899601 ], [ -75.175866591015506, 39.995563428150298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4642, "ADDRESS": "1033 W INDIANA AVE", "OWNER1": "SOILED LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372427200", "LNIADDRESSKEY": "356852", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.04296875, "Shape__Length": 57.756726190562986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147903497251903, 39.998026436440803 ], [ -75.1479361340879, 39.997862285078298 ], [ -75.1479796663249, 39.997868864930503 ], [ -75.147945275984497, 39.998031735400097 ], [ -75.147903497251903, 39.998026436440803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4643, "ADDRESS": "2940 FRENCH ST", "OWNER1": "SHIELDS DANIEL", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "323153700", "LNIADDRESSKEY": "301674", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.65234375, "Shape__Length": 52.72718009044091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181503767276197, 39.988903632881197 ], [ -75.181552941377007, 39.988911132720801 ], [ -75.181522047307297, 39.989051956303904 ], [ -75.1815001676988, 39.989047582201003 ], [ -75.181472594542797, 39.989044659702202 ], [ -75.181503767276197, 39.988903632881197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4644, "ADDRESS": "4551 TACKAWANNA ST", "OWNER1": "COMMUNITY DEV CORP", "OWNER2": "FRANKFORD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232348909", "LNIADDRESSKEY": "732471", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 438.26953125, "Shape__Length": 101.51341505613377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081218804716599, 40.011266502023602 ], [ -75.081442253645207, 40.011480018471602 ], [ -75.081365182405904, 40.011527668283698 ], [ -75.081170788615793, 40.011341893190398 ], [ -75.081142314890201, 40.011313746215698 ], [ -75.081218804716599, 40.011266502023602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4645, "ADDRESS": "1539 N 6TH ST", "OWNER1": "PRESTIGE DESIGN ON 6TH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "182299200", "LNIADDRESSKEY": "639148", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 273.0234375, "Shape__Length": 96.839012882907468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145187511093994, 39.975134670805801 ], [ -75.145195918413705, 39.975090274596099 ], [ -75.145567481139693, 39.975136412566499 ], [ -75.145559094491006, 39.975180810393397 ], [ -75.145187511093994, 39.975134670805801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4646, "ADDRESS": "1702 N NEWKIRK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324158701", "LNIADDRESSKEY": "449823", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.4375, "Shape__Length": 50.273081316323079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180874932182107, 39.981823483840699 ], [ -75.180883666600806, 39.981784782738103 ], [ -75.181055745162396, 39.981806913994198 ], [ -75.1810477775512, 39.981845278625599 ], [ -75.180874932182107, 39.981823483840699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4647, "ADDRESS": "2270 N COLORADO ST", "OWNER1": "ARCHIE SKELOR", "OWNER2": "THOMAS TAYLOR", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161197100", "LNIADDRESSKEY": "93222", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.81640625, "Shape__Length": 50.045349539956362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161335834105998, 39.988463819797801 ], [ -75.161344490562101, 39.988424214893598 ], [ -75.161514344435403, 39.9884461650948 ], [ -75.161506132110205, 39.988485683166701 ], [ -75.161335834105998, 39.988463819797801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4648, "ADDRESS": "1132 S 54TH ST", "OWNER1": "ALB INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513128000", "LNIADDRESSKEY": "694182", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.7734375, "Shape__Length": 79.366317342017538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227581799297099, 39.943239511657403 ], [ -75.227611525924203, 39.943218372494997 ], [ -75.227620774195202, 39.943211804874899 ], [ -75.227662668571199, 39.943246529348201 ], [ -75.227623689827396, 39.943274300256398 ], [ -75.227446632727606, 39.943400442992903 ], [ -75.227404943967301, 39.943365303998597 ], [ -75.227581799297099, 39.943239511657403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4649, "ADDRESS": "3016 W BERKS ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323024601", "LNIADDRESSKEY": "37267", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.03125, "Shape__Length": 73.22349323202846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183393504819904, 39.985025925677697 ], [ -75.183403245873606, 39.984970013982199 ], [ -75.183437244871001, 39.984817814359801 ], [ -75.183490427023401, 39.984825065183799 ], [ -75.183461588603294, 39.9849555059563 ], [ -75.183447086497296, 39.985032604301402 ], [ -75.183393504819904, 39.985025925677697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4650, "ADDRESS": "1501 W OAKDALE ST", "OWNER1": "OPEN AIR CONCEPTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161318700", "LNIADDRESSKEY": "454057", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.43359375, "Shape__Length": 50.677877612310731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156380478374302, 39.993882871052797 ], [ -75.156379477552207, 39.993882735811503 ], [ -75.156387981187606, 39.993844465765498 ], [ -75.156407064039598, 39.993758591850899 ], [ -75.156407900390803, 39.993754790433798 ], [ -75.156458489388697, 39.993762042395197 ], [ -75.156464991798501, 39.993762978832699 ], [ -75.156437226010993, 39.9938907464756 ], [ -75.156380478374302, 39.993882871052797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4651, "ADDRESS": "2412 N SYDENHAM ST", "OWNER1": "PADIE GADSON", "OWNER2": "ELIZABETH GADSON", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161054600", "LNIADDRESSKEY": "560062", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.1875, "Shape__Length": 69.085174346597626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1579621371217, 39.990248541442298 ], [ -75.157972380133899, 39.990201991943103 ], [ -75.158216820538101, 39.990235593167696 ], [ -75.158212651346105, 39.990255325907498 ], [ -75.1582069234004, 39.9902824072851 ], [ -75.1579621371217, 39.990248541442298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4652, "ADDRESS": "1935 N 4TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183322001", "LNIADDRESSKEY": "634578", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.51953125, "Shape__Length": 57.765397700469492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1407445757755, 39.980503753377398 ], [ -75.140736001962694, 39.980539280612497 ], [ -75.140527838936606, 39.980511044379099 ], [ -75.140536287958497, 39.980474385788597 ], [ -75.140539101603594, 39.980474773007401 ], [ -75.1407445757755, 39.980503753377398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4653, "ADDRESS": "2313 N 27TH ST", "OWNER1": "DE BRADY MARY", "OWNER2": "LAZORA HUGHES WILLIS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281059430", "LNIADDRESSKEY": "679851", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 607.90234375, "Shape__Length": 118.92541608416828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176423709239103, 39.991010771229703 ], [ -75.176373738046706, 39.991004378733599 ], [ -75.176324597561006, 39.990998167024102 ], [ -75.176277084521601, 39.990992169735598 ], [ -75.176296473824394, 39.990896981248198 ], [ -75.176302484139498, 39.990869986552397 ], [ -75.176367704370307, 39.990878800085397 ], [ -75.176365445436403, 39.990894707479299 ], [ -75.176467444638604, 39.990919014087801 ], [ -75.176681618187501, 39.990973465073601 ], [ -75.176666957221002, 39.991042887072098 ], [ -75.176436741528804, 39.991012497170303 ], [ -75.176423709239103, 39.991010771229703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4654, "ADDRESS": "1534-40 N MARSHALL ST", "OWNER1": "IN THE MIXX LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201141801", "LNIADDRESSKEY": "413665", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 894.73828125, "Shape__Length": 119.82191279645622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146482225644306, 39.975486318627198 ], [ -75.146743972428595, 39.975522544643297 ], [ -75.146725871470693, 39.975616683780203 ], [ -75.146716750871505, 39.975672572190099 ], [ -75.146707234101001, 39.975727910999403 ], [ -75.146444599209801, 39.975693943224897 ], [ -75.146482225644306, 39.975486318627198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4655, "ADDRESS": "2564 N 16TH ST", "OWNER1": "GLADYS RAY HUNTLEY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161087300", "LNIADDRESSKEY": "660657", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.41015625, "Shape__Length": 64.03822737103367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158264433266694, 39.992676425577301 ], [ -75.158494400231405, 39.992708392725802 ], [ -75.158484884611298, 39.9927490423878 ], [ -75.158319628432295, 39.992727143310397 ], [ -75.158256568757807, 39.992718852593903 ], [ -75.158257833249394, 39.992709355142303 ], [ -75.158264433266694, 39.992676425577301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4656, "ADDRESS": "2346 N 16TH ST", "OWNER1": "ATM INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161080500", "LNIADDRESSKEY": "660546", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.078125, "Shape__Length": 81.407254968612818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1589864563379, 39.989385272140503 ], [ -75.1589944147712, 39.989351874272202 ], [ -75.158996509646698, 39.9893431355205 ], [ -75.159301231176599, 39.989385171638503 ], [ -75.159292518932702, 39.989426741627199 ], [ -75.1589864563379, 39.989385272140503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4657, "ADDRESS": "1553 S STILLMAN ST", "OWNER1": "WILSON JOHN THOMAS 2ND", "OWNER2": "SINGLEMAN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364198600", "LNIADDRESSKEY": "555873", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.94140625, "Shape__Length": 47.895126955348523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186964809502996, 39.9329945302824 ], [ -75.186973931605394, 39.9329530489277 ], [ -75.186974488007706, 39.932950514883302 ], [ -75.187128901368794, 39.932970874319999 ], [ -75.187120129795005, 39.933014701639102 ], [ -75.186964809502996, 39.9329945302824 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4658, "ADDRESS": "2636 N CORLIES ST", "OWNER1": "LEIVAS CONTRACTOR INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282103500", "LNIADDRESSKEY": "98353", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.6796875, "Shape__Length": 51.549714283703416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180980574773798, 39.996544883368003 ], [ -75.1809828129458, 39.996535035861598 ], [ -75.180989268019502, 39.996506777106902 ], [ -75.181166870508406, 39.996531240703298 ], [ -75.181158766064897, 39.996569810657299 ], [ -75.180980574773798, 39.996544883368003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4659, "ADDRESS": "3101 CLIFFORD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324066901", "LNIADDRESSKEY": "90885", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.71875, "Shape__Length": 86.329270700683793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185075940937807, 39.9832948167616 ], [ -75.185014700090505, 39.983286790749702 ], [ -75.185065199751307, 39.9830404492618 ], [ -75.185126573496106, 39.983048284504697 ], [ -75.185095524024803, 39.983191862466697 ], [ -75.185075940937807, 39.9832948167616 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4660, "ADDRESS": "2514 N HOWARD ST", "OWNER1": "SOTO ALISA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192017300", "LNIADDRESSKEY": "731669", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.03515625, "Shape__Length": 52.036427968540139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132591713941196, 39.988451817619399 ], [ -75.132599528401201, 39.988413791241399 ], [ -75.132781485286699, 39.9884379782237 ], [ -75.132772983969105, 39.988474795091399 ], [ -75.132591713941196, 39.988451817619399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4661, "ADDRESS": "2457 SEYBERT ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291072700", "LNIADDRESSKEY": "531340", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.296875, "Shape__Length": 45.232734048004637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176609648581405, 39.976083260783497 ], [ -75.176657902630296, 39.976089324343 ], [ -75.176633373158793, 39.976206400278102 ], [ -75.176585492752096, 39.976199861921401 ], [ -75.176609648581405, 39.976083260783497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4662, "ADDRESS": "2217 N LAWRENCE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191252501", "LNIADDRESSKEY": "384462", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.734375, "Shape__Length": 49.903092327813198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140557220274104, 39.984840228939099 ], [ -75.140566313394999, 39.984802634405099 ], [ -75.140737642404005, 39.984825099755703 ], [ -75.140729404957895, 39.984862794846798 ], [ -75.140557220274104, 39.984840228939099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4663, "ADDRESS": "915 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371304000", "LNIADDRESSKEY": "558995", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.18359375, "Shape__Length": 61.644219966573601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148231543907102, 39.985344610767797 ], [ -75.148285350536597, 39.985351923667899 ], [ -75.148248948543795, 39.985519906877499 ], [ -75.148195384173306, 39.985512840478101 ], [ -75.148231543907102, 39.985344610767797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4664, "ADDRESS": "1907 N 19TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321255301", "LNIADDRESSKEY": "667965", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 260.20703125, "Shape__Length": 86.181019347149586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164725101642304, 39.982969003773903 ], [ -75.164735868834796, 39.982919532791897 ], [ -75.165052826678703, 39.982962056240297 ], [ -75.165042258602099, 39.983011225386399 ], [ -75.164725101642304, 39.982969003773903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4665, "ADDRESS": "2004 N RANDOLPH ST", "OWNER1": "ANTONIO PEREZ", "OWNER2": "CARMEN", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885843600", "LNIADDRESSKEY": "494795", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.1484375, "Shape__Length": 43.09479260882464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143408973166302, 39.981699177375198 ], [ -75.143418522879699, 39.981655660924702 ], [ -75.1435514480752, 39.9816728653838 ], [ -75.143543849830195, 39.981716845139402 ], [ -75.143408973166302, 39.981699177375198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4666, "ADDRESS": "3147 W DAKOTA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282309400", "LNIADDRESSKEY": "107566", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.8984375, "Shape__Length": 56.466629612673813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184344724874506, 39.992091159512803 ], [ -75.184375476423597, 39.991936742625697 ], [ -75.184424941793907, 39.9919432644624 ], [ -75.184393591469004, 39.992097410062499 ], [ -75.184344724874506, 39.992091159512803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4667, "ADDRESS": "1519 S LECOUNT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364279600", "LNIADDRESSKEY": "564709", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.4453125, "Shape__Length": 52.495882986078875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188740434832695, 39.933941885727201 ], [ -75.188749960083101, 39.933902492336003 ], [ -75.188930112622103, 39.933926132778602 ], [ -75.188927837757305, 39.933939252481203 ], [ -75.188921467048303, 39.9339660616549 ], [ -75.188740434832695, 39.933941885727201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4668, "ADDRESS": "1851 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183166001", "LNIADDRESSKEY": "388534", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.87109375, "Shape__Length": 48.438376475707173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141410109346594, 39.979276034117397 ], [ -75.141418565411001, 39.979238070278598 ], [ -75.1415829905023, 39.979259861916702 ], [ -75.141580166018599, 39.9792728715544 ], [ -75.141574362280195, 39.979298498745699 ], [ -75.141410109346594, 39.979276034117397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4669, "ADDRESS": "6000 N 20TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172384200", "LNIADDRESSKEY": "670641", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.078125, "Shape__Length": 53.081866494988219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153787326759002, 40.046692502915498 ], [ -75.153792332696995, 40.046643902602703 ], [ -75.153971708796405, 40.046660271079901 ], [ -75.153967956726902, 40.046699696978301 ], [ -75.153787326759002, 40.046692502915498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4670, "ADDRESS": "4308 FAIRMOUNT AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061110810", "LNIADDRESSKEY": "283706", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 362.92578125, "Shape__Length": 107.50558644493253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210063009502093, 39.964184357660002 ], [ -75.210063419319596, 39.964184044623899 ], [ -75.210064561485893, 39.964184892073099 ], [ -75.210133419776795, 39.964179823298501 ], [ -75.210134787100401, 39.964179111365603 ], [ -75.210171552325704, 39.964492904194699 ], [ -75.210101183535997, 39.964498003757903 ], [ -75.210063009502093, 39.964184357660002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4671, "ADDRESS": "2408 N 19TH ST", "OWNER1": "CHRISTINE N BRYCE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162089200", "LNIADDRESSKEY": "668216", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.2890625, "Shape__Length": 67.078815000543855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163770012478096, 39.990725564394403 ], [ -75.163767968470793, 39.990725293084701 ], [ -75.163538747516796, 39.990695351214001 ], [ -75.163548508183794, 39.990650371715603 ], [ -75.163777707308398, 39.990680344613899 ], [ -75.1637797498515, 39.990680615890597 ], [ -75.163787006928104, 39.990681570048203 ], [ -75.163781007252297, 39.9907086928349 ], [ -75.163776977340703, 39.990726463538799 ], [ -75.163770012478096, 39.990725564394403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4672, "ADDRESS": "1952 N 8TH ST", "OWNER1": "QIU YIQIONG", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202113101", "LNIADDRESSKEY": "644984", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.05859375, "Shape__Length": 59.135573720731784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147808531857194, 39.981739988176599 ], [ -75.147807435505001, 39.981745637494598 ], [ -75.147806145051504, 39.981755779630298 ], [ -75.147799688914802, 39.981784810539899 ], [ -75.147595453782202, 39.981757256371203 ], [ -75.147604269214497, 39.981713690320497 ], [ -75.147808531857194, 39.981739988176599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4673, "ADDRESS": "1832 N 22ND ST", "OWNER1": "ZAIN REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322090800", "LNIADDRESSKEY": "673957", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 286.0234375, "Shape__Length": 92.717568796244251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170489734260798, 39.982755025646398 ], [ -75.170491292372503, 39.982748193815901 ], [ -75.170492695361304, 39.982742131118002 ], [ -75.170501133961693, 39.982705326287501 ], [ -75.170638214714202, 39.982725881281603 ], [ -75.170844922025907, 39.982754851937997 ], [ -75.170837588466497, 39.982790166794203 ], [ -75.170836403057507, 39.982795975343898 ], [ -75.170834508374497, 39.982805039759697 ], [ -75.170603166307203, 39.982771985698399 ], [ -75.170489734260798, 39.982755025646398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4674, "ADDRESS": "304 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191391001", "LNIADDRESSKEY": "558896", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.07421875, "Shape__Length": 77.749051187298051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139356082533794, 39.983801980961402 ], [ -75.139354847767706, 39.983811173718301 ], [ -75.139308982150098, 39.9840225431969 ], [ -75.139252345698495, 39.984014775356798 ], [ -75.1392966992194, 39.983810028934101 ], [ -75.139299273103703, 39.983794337601203 ], [ -75.139356082533794, 39.983801980961402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4675, "ADDRESS": "3142 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282342701", "LNIADDRESSKEY": "629509", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.7421875, "Shape__Length": 55.614522825122293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183952904794495, 39.992974063349799 ], [ -75.183983283923794, 39.992822910008499 ], [ -75.184032901649303, 39.992829291244703 ], [ -75.184003042738894, 39.9929799719337 ], [ -75.183952904794495, 39.992974063349799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4676, "ADDRESS": "1616 PAGE ST", "OWNER1": "PHILADELPHIA REDEVELOPMENT AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321020901", "LNIADDRESSKEY": "467823", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.2578125, "Shape__Length": 53.325774965816713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160849950089997, 39.984125517682799 ], [ -75.160877315891398, 39.983986488740499 ], [ -75.160933870533299, 39.983993729305503 ], [ -75.160903725714405, 39.9841325345093 ], [ -75.160849950089997, 39.984125517682799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4677, "ADDRESS": "2114 RIDGE AVE", "OWNER1": "PHILADELPHIA HOUSING AUTHORITY", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "291272700", "LNIADDRESSKEY": "504097", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 316.5078125, "Shape__Length": 108.55075539389064 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170125308333994, 39.978343080266903 ], [ -75.170517566879695, 39.978212009861799 ], [ -75.170541108307404, 39.978254741373 ], [ -75.170148301085106, 39.978384603432303 ], [ -75.170125308333994, 39.978343080266903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4678, "ADDRESS": "1702 W ERIE AVE", "OWNER1": "JIMOH JAWAD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131044700", "LNIADDRESSKEY": "139032", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.49609375, "Shape__Length": 88.805945371143522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156218335389298, 40.009736160771702 ], [ -75.156275025428499, 40.0094852794467 ], [ -75.156277397348902, 40.009474758468997 ], [ -75.156327946616003, 40.009481171376002 ], [ -75.1563259217412, 40.009489701062797 ], [ -75.156271066448696, 40.009743091518402 ], [ -75.156218335389298, 40.009736160771702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4679, "ADDRESS": "2345 N 32ND ST", "OWNER1": "ROSS RICHARD A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282182800", "LNIADDRESSKEY": "684285", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.75390625, "Shape__Length": 56.738113941928276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1841479929587, 39.992797899354798 ], [ -75.1841555465911, 39.992764394107901 ], [ -75.184156577970796, 39.992759807373901 ], [ -75.184357254161696, 39.992785715684199 ], [ -75.184350421719799, 39.992824009032802 ], [ -75.1841479929587, 39.992797899354798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4680, "ADDRESS": "1409 N 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292093000", "LNIADDRESSKEY": "680607", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.3046875, "Shape__Length": 68.478144565861541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180794786010793, 39.977602850968402 ], [ -75.180802798112396, 39.977564423156501 ], [ -75.181055781615498, 39.977599408938097 ], [ -75.181047463994204, 39.977637635081599 ], [ -75.180794786010793, 39.977602850968402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4681, "ADDRESS": "3138 W ARIZONA ST", "OWNER1": "DANIEL J POWELL", "OWNER2": "ROSETTA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282329100", "LNIADDRESSKEY": "20960", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.515625, "Shape__Length": 47.187695047431859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183926045841602, 39.992606125858899 ], [ -75.183950665354999, 39.992483699719003 ], [ -75.184000055598702, 39.992490010566399 ], [ -75.1839755116563, 39.992612647888897 ], [ -75.183926045841602, 39.992606125858899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4682, "ADDRESS": "1224 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371328301", "LNIADDRESSKEY": "110581", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.65625, "Shape__Length": 61.798052054245375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153077918178099, 39.987439956815699 ], [ -75.153117951186303, 39.987270427023297 ], [ -75.153169164875806, 39.987277098888498 ], [ -75.153130397413605, 39.987446963676497 ], [ -75.153077918178099, 39.987439956815699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4683, "ADDRESS": "815 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243147500", "LNIADDRESSKEY": "685904", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.80859375, "Shape__Length": 82.531363856012092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197978526419107, 39.968612231943901 ], [ -75.198290329386495, 39.9685781424607 ], [ -75.198297613216099, 39.968621859065202 ], [ -75.197984155961194, 39.968652560037199 ], [ -75.197978526419107, 39.968612231943901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4684, "ADDRESS": "210 W CUMBERLAND ST", "OWNER1": "VU ANTHONY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191445700", "LNIADDRESSKEY": "105840", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.1015625, "Shape__Length": 56.140101672698933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136009394086003, 39.988167602287398 ], [ -75.135978898565597, 39.988311439870898 ], [ -75.1359272903385, 39.988304687133201 ], [ -75.135958355235402, 39.988160781436598 ], [ -75.135959961594907, 39.988153322629302 ], [ -75.136010955753093, 39.988160239321701 ], [ -75.136009394086003, 39.988167602287398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4685, "ADDRESS": "627 N 36TH ST", "OWNER1": "PRIME RENTALS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242168400", "LNIADDRESSKEY": "685509", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.69921875, "Shape__Length": 62.885362737546146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194328834131596, 39.964507334731103 ], [ -75.194554490066295, 39.964481829096997 ], [ -75.194560644284806, 39.964523749242503 ], [ -75.194348390660195, 39.964548214295903 ], [ -75.194337070490803, 39.964549541163002 ], [ -75.194328834131596, 39.964507334731103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4686, "ADDRESS": "2138 N 3RD ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191179600", "LNIADDRESSKEY": "632534", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.078125, "Shape__Length": 54.217973011583183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139239801804194, 39.983472713839099 ], [ -75.139249581536404, 39.983434716039 ], [ -75.1394385646839, 39.983458987235302 ], [ -75.139431154433694, 39.983497506352798 ], [ -75.139239801804194, 39.983472713839099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4687, "ADDRESS": "1423 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291289200", "LNIADDRESSKEY": "671976", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.3203125, "Shape__Length": 85.069218966862508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169981964372894, 39.976577446080299 ], [ -75.169678921008696, 39.976537264524097 ], [ -75.169689252185407, 39.976490362520998 ], [ -75.170003910602404, 39.976531999034002 ], [ -75.169994827539298, 39.976579154375003 ], [ -75.169981964372894, 39.976577446080299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4688, "ADDRESS": "847 N OPAL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151071610", "LNIADDRESSKEY": "460186", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 68.96875, "Shape__Length": 38.350640062371603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168896558697398, 39.970516973316201 ], [ -75.168904221383599, 39.970484584142397 ], [ -75.169031142012997, 39.970500044228302 ], [ -75.169024700275401, 39.970532816772703 ], [ -75.168896558697398, 39.970516973316201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4689, "ADDRESS": "4838 MULBERRY ST", "OWNER1": "MICHAEL BERGEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232312600", "LNIADDRESSKEY": "443584", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 287.3359375, "Shape__Length": 81.63398658714361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.077722769504206, 40.016487696112002 ], [ -75.077768452434498, 40.016438721127699 ], [ -75.078000444047603, 40.016565329156798 ], [ -75.077952516094797, 40.016618087041003 ], [ -75.077722769504206, 40.016487696112002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4690, "ADDRESS": "2605 WILDER ST", "OWNER1": "SANTANA MANNY", "OWNER2": "SANTANA THALIA LEE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364232300", "LNIADDRESSKEY": "613360", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.42578125, "Shape__Length": 49.521827636211526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187942703809298, 39.934766709317401 ], [ -75.187990948415106, 39.934772849630903 ], [ -75.187963721394794, 39.9349040681061 ], [ -75.187915119887606, 39.934898000900702 ], [ -75.187942703809298, 39.934766709317401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4691, "ADDRESS": "4824 N 12TH ST", "OWNER1": "PAULA DAVIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491462500", "LNIADDRESSKEY": "654470", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 266.91015625, "Shape__Length": 82.873711373261955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143698435970407, 40.026455398868897 ], [ -75.143994581756999, 40.026494456038698 ], [ -75.143983034357504, 40.026548905069497 ], [ -75.143686888681103, 40.0265092667197 ], [ -75.143698435970407, 40.026455398868897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4692, "ADDRESS": "2110 E ORLEANS ST", "OWNER1": "WARD TWO FIVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252163800", "LNIADDRESSKEY": "463070", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.1953125, "Shape__Length": 51.472181061156647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115346409609799, 39.989035301134699 ], [ -75.1155018703965, 39.988965023429202 ], [ -75.115526977950296, 39.9889974365054 ], [ -75.1153710784276, 39.989069284356503 ], [ -75.115346409609799, 39.989035301134699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4693, "ADDRESS": "2640 N CORLIES ST", "OWNER1": "SIEVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282103700", "LNIADDRESSKEY": "98357", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.91796875, "Shape__Length": 50.893146926274817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180965191151898, 39.996619673193003 ], [ -75.180972948984305, 39.996582449260799 ], [ -75.181150144995797, 39.996608256423201 ], [ -75.181142499881005, 39.99664412912 ], [ -75.180965191151898, 39.996619673193003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4694, "ADDRESS": "1945 N 7TH ST", "OWNER1": "LEFKOWITZ ERNEST", "OWNER2": "GRUNFELD ABRAHAM", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202014500", "LNIADDRESSKEY": "642377", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 260.83203125, "Shape__Length": 84.401056479268419 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145691745291401, 39.981459151530601 ], [ -75.145701209556094, 39.981408508159603 ], [ -75.146009455236594, 39.9814416807314 ], [ -75.146000277981798, 39.981493588685602 ], [ -75.145691745291401, 39.981459151530601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4695, "ADDRESS": "1438 N 27TH ST", "OWNER1": "SPENCER MICHELLE A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292061210", "LNIADDRESSKEY": "679602", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.703125, "Shape__Length": 43.000450324229703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179663419966602, 39.978154522713098 ], [ -75.179672496405004, 39.978110155236202 ], [ -75.179805033165394, 39.978129323853203 ], [ -75.179800380246206, 39.978152044507503 ], [ -75.179795440705604, 39.978173518725796 ], [ -75.179663419966602, 39.978154522713098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4696, "ADDRESS": "5800 VINE ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042158950", "LNIADDRESSKEY": "589310", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.4921875, "Shape__Length": 72.964772905793026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236022271859696, 39.965796143592101 ], [ -75.236077244857896, 39.965802861018801 ], [ -75.236064690830403, 39.965865870715099 ], [ -75.236051755588505, 39.9659306774264 ], [ -75.236036203168496, 39.966008420266498 ], [ -75.235979871678495, 39.966001624629797 ], [ -75.235991331384199, 39.965946118775904 ], [ -75.2360086300246, 39.9658624822764 ], [ -75.236022271859696, 39.965796143592101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4697, "ADDRESS": "1948 N DARIEN ST", "OWNER1": "BASCO PROPERTIES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202139000", "LNIADDRESSKEY": "108541", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.35546875, "Shape__Length": 44.440609482085087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148099260732494, 39.981606351805702 ], [ -75.148104928298395, 39.981578754773302 ], [ -75.148105832087097, 39.981574309580999 ], [ -75.148259499695797, 39.9815938000174 ], [ -75.148252828916199, 39.9816279044583 ], [ -75.148099260732494, 39.981606351805702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4698, "ADDRESS": "2735 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192188801", "LNIADDRESSKEY": "462585", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.90625, "Shape__Length": 41.891449643552932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139332923320595, 39.992887796082599 ], [ -75.139450122432393, 39.992902488050497 ], [ -75.139444477867201, 39.992927732474101 ], [ -75.139441213081, 39.9929423426398 ], [ -75.139324850332898, 39.992928251972998 ], [ -75.139317193556295, 39.992927335605799 ], [ -75.139309328778097, 39.992926382971397 ], [ -75.139307744653095, 39.992926185883199 ], [ -75.139310186508794, 39.9929155372716 ], [ -75.139316987632, 39.992885806160999 ], [ -75.139318218958095, 39.992885962562703 ], [ -75.139326853303601, 39.9928870464542 ], [ -75.139332923320595, 39.992887796082599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4699, "ADDRESS": "1915 W DAUPHIN ST", "OWNER1": "LEROY KEYES JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162248300", "LNIADDRESSKEY": "110652", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.50390625, "Shape__Length": 64.115048649748175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164297997190204, 39.989225452387998 ], [ -75.1642432411806, 39.989218189911 ], [ -75.1642822446954, 39.989043072130599 ], [ -75.164336700607095, 39.989050521549899 ], [ -75.164333098941597, 39.989067511275302 ], [ -75.164299582164404, 39.9892256649186 ], [ -75.164297997190204, 39.989225452387998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4700, "ADDRESS": "1753 BELFIELD AVE", "OWNER1": "MOORE JAMES W", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171006500", "LNIADDRESSKEY": "33010", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 264.9609375, "Shape__Length": 95.824558410387553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152577511035602, 40.029808145878903 ], [ -75.152560545703693, 40.029805989426997 ], [ -75.152556880074499, 40.0298009734516 ], [ -75.152578960120394, 40.029791107750398 ], [ -75.1526786330124, 40.029746598041697 ], [ -75.1528930716986, 40.029652182456303 ], [ -75.152921828060997, 40.029691439088502 ], [ -75.1526406344354, 40.029816230893303 ], [ -75.152614259528093, 40.029812829976301 ], [ -75.152592911794997, 40.029810107012501 ], [ -75.152577511035602, 40.029808145878903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4701, "ADDRESS": "1108 W NEVADA ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371313651", "LNIADDRESSKEY": "448940", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.9375, "Shape__Length": 39.130273331167118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150999303580903, 39.986649391852801 ], [ -75.1510182190151, 39.986556502729599 ], [ -75.151070826419598, 39.986563963964301 ], [ -75.151051784445897, 39.9866563355219 ], [ -75.150999303580903, 39.986649391852801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4702, "ADDRESS": "806 E WILLARD ST", "OWNER1": "BERFIELD PAMELA J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331081200", "LNIADDRESSKEY": "613787", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.51171875, "Shape__Length": 49.540001905484949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114933193613396, 39.997884823528501 ], [ -75.114903989447001, 39.997880687543699 ], [ -75.114930956207701, 39.997749122098902 ], [ -75.114979309274503, 39.997755631479798 ], [ -75.1149510364517, 39.997887344906303 ], [ -75.114933193613396, 39.997884823528501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4703, "ADDRESS": "1617 W HUNTINGDON ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161309701", "LNIADDRESSKEY": "353950", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.5, "Shape__Length": 62.191883633658222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158786689759793, 39.992934899330201 ], [ -75.158749515501, 39.993106122820897 ], [ -75.158697333543202, 39.993099448592801 ], [ -75.158734415991503, 39.992928447171501 ], [ -75.158786689759793, 39.992934899330201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4704, "ADDRESS": "1629 W OXFORD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471136110", "LNIADDRESSKEY": "466603", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 292.15234375, "Shape__Length": 91.710917078624817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162656147348599, 39.978188657647301 ], [ -75.162713543314098, 39.977929455513902 ], [ -75.162780914265099, 39.977938630796899 ], [ -75.162723989325301, 39.978198118387603 ], [ -75.162656147348599, 39.978188657647301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4705, "ADDRESS": "3009 RIDGE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323047201", "LNIADDRESSKEY": "504338", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.84375, "Shape__Length": 64.86079204014186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182532735212007, 39.9882827028135 ], [ -75.182565889692299, 39.988314281520204 ], [ -75.182379745131499, 39.988428743342801 ], [ -75.182347060260398, 39.988396401345 ], [ -75.182532735212007, 39.9882827028135 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4706, "ADDRESS": "2729 N FRONT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071308800", "LNIADDRESSKEY": "303009", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.109375, "Shape__Length": 92.129518012049743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1302993400829, 39.991521819304999 ], [ -75.130304417291299, 39.991493983120201 ], [ -75.130308682971005, 39.991494774267899 ], [ -75.130311528796796, 39.991480749432803 ], [ -75.130322143807604, 39.991482104470997 ], [ -75.130660847458302, 39.991525395578002 ], [ -75.130655936897497, 39.991548915161403 ], [ -75.1306515926385, 39.991568078820698 ], [ -75.1302993400829, 39.991521819304999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4707, "ADDRESS": "2348 N 16TH ST", "OWNER1": "ATM INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161080600", "LNIADDRESSKEY": "660548", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.8046875, "Shape__Length": 82.15918317318966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158976388078102, 39.989428874827396 ], [ -75.1589864563379, 39.989385272140503 ], [ -75.159292518932702, 39.989426741627199 ], [ -75.159282602751006, 39.989470815171799 ], [ -75.158976388078102, 39.989428874827396 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4708, "ADDRESS": "2729 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281254301", "LNIADDRESSKEY": "629424", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.8828125, "Shape__Length": 54.496711790990915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177201925361302, 39.992389451024998 ], [ -75.177231207283498, 39.992255474851802 ], [ -75.177281765329397, 39.992261863211702 ], [ -75.177249798513998, 39.9924080780224 ], [ -75.177199237065906, 39.992401738003899 ], [ -75.177201925361302, 39.992389451024998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4709, "ADDRESS": "1332 N 17TH ST", "OWNER1": "ORTIZ HAFIZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471259000", "LNIADDRESSKEY": "662758", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.59375, "Shape__Length": 67.030003228644333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164008693089102, 39.974807702221199 ], [ -75.163929957150799, 39.974797738745004 ], [ -75.163853092443105, 39.974788689118498 ], [ -75.163782288244605, 39.974780064352998 ], [ -75.163782970568604, 39.974776984740998 ], [ -75.1637923615761, 39.974735075019098 ], [ -75.164031221427905, 39.974765782191099 ], [ -75.164022340185795, 39.974809186714303 ], [ -75.164008693089102, 39.974807702221199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4710, "ADDRESS": "2300-06 PIERCE ST", "OWNER1": "POINT BREEZE CIVIC ASSOCI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "773715550", "LNIADDRESSKEY": "483555", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 450.8046875, "Shape__Length": 87.614745126795853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183620001974305, 39.9303159533589 ], [ -75.183732589328798, 39.930195576133997 ], [ -75.183897659894996, 39.930216840812797 ], [ -75.183871899738804, 39.930346785946199 ], [ -75.183620001974305, 39.9303159533589 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4711, "ADDRESS": "1433 S 49TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273055210", "LNIADDRESSKEY": "689896", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.6640625, "Shape__Length": 65.957889776507727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211363823783998, 39.940250620084299 ], [ -75.211346543333207, 39.9402356008151 ], [ -75.211526478367901, 39.9401047753272 ], [ -75.211529543728503, 39.940107358094103 ], [ -75.2115602166608, 39.9401332954331 ], [ -75.211376867011097, 39.940261917904103 ], [ -75.211363823783998, 39.940250620084299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4712, "ADDRESS": "4239 MANTUA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062115910", "LNIADDRESSKEY": "409630", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.58203125, "Shape__Length": 91.22629311264933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209739889287604, 39.971986458773003 ], [ -75.209792976206799, 39.971999416832098 ], [ -75.209677677425503, 39.972256132353401 ], [ -75.209623996352406, 39.9722416778161 ], [ -75.209739889287604, 39.971986458773003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4713, "ADDRESS": "1919 S REDFIELD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401061501", "LNIADDRESSKEY": "497374", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.8125, "Shape__Length": 60.206371884098516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229935904110803, 39.9340586160558 ], [ -75.230101790182601, 39.933944976003403 ], [ -75.230133679508697, 39.9339721119388 ], [ -75.229968993830894, 39.934086165843297 ], [ -75.229935904110803, 39.9340586160558 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4714, "ADDRESS": "3043 W OAKDALE ST", "OWNER1": "GEORGE ALDRIDGE JR", "OWNER2": "LILLIE M", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282377000", "LNIADDRESSKEY": "454448", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.93359375, "Shape__Length": 48.553893837071413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181487451146793, 39.996969649053597 ], [ -75.181537834130594, 39.996976353644897 ], [ -75.181510239853907, 39.997102470032097 ], [ -75.181459693413601, 39.997095632253099 ], [ -75.181487451146793, 39.996969649053597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4715, "ADDRESS": "5101 W STILES ST", "OWNER1": "HAWK RICHARD C SR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442109400", "LNIADDRESSKEY": "555234", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "I-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.28515625, "Shape__Length": 89.56175453962426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223962629564895, 39.972588149156799 ], [ -75.223991695959896, 39.972762041949203 ], [ -75.224005899469802, 39.972849431582802 ], [ -75.224007939307, 39.972861615183902 ], [ -75.223967830616004, 39.9728657778615 ], [ -75.223935148870098, 39.972695577280497 ], [ -75.223922909283701, 39.972627493084502 ], [ -75.223918006844897, 39.972593131463 ], [ -75.223962629564895, 39.972588149156799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4716, "ADDRESS": "2333 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162133001", "LNIADDRESSKEY": "670208", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.1015625, "Shape__Length": 65.111164937941183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164925019651903, 39.989834961458897 ], [ -75.164933219069994, 39.989793541752597 ], [ -75.165167690906202, 39.989824759203103 ], [ -75.165159052471196, 39.989866137500599 ], [ -75.164925019651903, 39.989834961458897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4717, "ADDRESS": "607 EMILY ST", "OWNER1": "VEGA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393032200", "LNIADDRESSKEY": "136966", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.8203125, "Shape__Length": 46.934488546343495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156916311245496, 39.923711882502403 ], [ -75.156919387654995, 39.923697652901403 ], [ -75.156920240930603, 39.923693384473403 ], [ -75.156927677500605, 39.923659265493399 ], [ -75.156933340701698, 39.923632635550099 ], [ -75.156935108509799, 39.923624180044598 ], [ -75.156942299817501, 39.923589894460498 ], [ -75.156991258367498, 39.923596224130399 ], [ -75.156984500523095, 39.923627391857003 ], [ -75.156965121279299, 39.923718273020597 ], [ -75.156916311245496, 39.923711882502403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4718, "ADDRESS": "805 UNION ST", "OWNER1": "MCHUGH JOHN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243152200", "LNIADDRESSKEY": "582465", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.91796875, "Shape__Length": 80.688172747995537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201599849604904, 39.967753023150401 ], [ -75.201907949562795, 39.967718646880698 ], [ -75.201915541150399, 39.967757535024298 ], [ -75.201607289406198, 39.967791504747296 ], [ -75.201599849604904, 39.967753023150401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4719, "ADDRESS": "2524 N MYRTLEWOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282054501", "LNIADDRESSKEY": "445104", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.84375, "Shape__Length": 52.376331748410458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180230145081595, 39.994685679725897 ], [ -75.180238062068398, 39.994647621459997 ], [ -75.180420477294305, 39.9946726603442 ], [ -75.180412431359599, 39.9947102978903 ], [ -75.180230145081595, 39.994685679725897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4720, "ADDRESS": "537 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183030701", "LNIADDRESSKEY": "435709", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.69140625, "Shape__Length": 62.987652636604174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144345562793305, 39.9785803450103 ], [ -75.144403430940898, 39.978587575255801 ], [ -75.144368357777793, 39.978757360337198 ], [ -75.144310713568103, 39.978750280451699 ], [ -75.144345562793305, 39.9785803450103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4721, "ADDRESS": "2121 N 8TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202100300", "LNIADDRESSKEY": "645059", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.30859375, "Shape__Length": 67.596293699880377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146683032887097, 39.983959726801103 ], [ -75.146691634606398, 39.983921185904798 ], [ -75.146939351261906, 39.983951145739397 ], [ -75.146930975688306, 39.983991964605202 ], [ -75.146683032887097, 39.983959726801103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4722, "ADDRESS": "2805 DIAMOND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323124801", "LNIADDRESSKEY": "116734", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 251.7578125, "Shape__Length": 89.999955023691115 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179118353878295, 39.988008968745902 ], [ -75.179150089668298, 39.987864827438003 ], [ -75.179178196019393, 39.987747943754897 ], [ -75.179208836548199, 39.987751741928399 ], [ -75.179234159946304, 39.987755404105101 ], [ -75.179176571575795, 39.988017236451299 ], [ -75.179118353878295, 39.988008968745902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4723, "ADDRESS": "2303 N GRATZ ST", "OWNER1": "ROSE ROSE MARIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162045900", "LNIADDRESSKEY": "321785", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.48046875, "Shape__Length": 45.718998116487576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163036229835797, 39.988960429345703 ], [ -75.163045033239698, 39.988920747681703 ], [ -75.1631955431194, 39.988940598110602 ], [ -75.163186926458806, 39.988980299760698 ], [ -75.163036229835797, 39.988960429345703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4724, "ADDRESS": "2631 ANNIN ST", "OWNER1": "AUTOSOURCE EXPORT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362010900", "LNIADDRESSKEY": "17644", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.2890625, "Shape__Length": 40.956315530488588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1876930052766, 39.939265418795699 ], [ -75.187713433777802, 39.939164047577599 ], [ -75.187762293606994, 39.939169475222997 ], [ -75.187741524812495, 39.939272112648297 ], [ -75.1876930052766, 39.939265418795699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4725, "ADDRESS": "1676 N 54TH ST", "OWNER1": "KEESH INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041289600", "LNIADDRESSKEY": "693816", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.76171875, "Shape__Length": 89.925792595964893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230511060571502, 39.9781113573681 ], [ -75.2301686314064, 39.978150131085599 ], [ -75.230160252970407, 39.978106337770399 ], [ -75.230502683382397, 39.978067564109899 ], [ -75.230511060571502, 39.9781113573681 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4726, "ADDRESS": "912 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201098400", "LNIADDRESSKEY": "558992", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.328125, "Shape__Length": 64.060843726372482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148177289226197, 39.9851706721293 ], [ -75.148218142222404, 39.984994279706299 ], [ -75.148269682545305, 39.985001122269402 ], [ -75.1482310784248, 39.9851784362994 ], [ -75.148177289226197, 39.9851706721293 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4727, "ADDRESS": "164 N 60TH ST", "OWNER1": "WALDO HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341081200", "LNIADDRESSKEY": "699473", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.01953125, "Shape__Length": 69.012000287051876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2402353308307, 39.964994149639601 ], [ -75.240242607714706, 39.9649587815057 ], [ -75.240490891037396, 39.964989438835502 ], [ -75.240483263029503, 39.965028055268398 ], [ -75.240482154177499, 39.965033705023203 ], [ -75.2403901819048, 39.965021393912401 ], [ -75.240233543522905, 39.965002831036898 ], [ -75.2402353308307, 39.964994149639601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4728, "ADDRESS": "6016 REINHARD ST", "OWNER1": "JAMES NORMA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401279400", "LNIADDRESSKEY": "500442", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.2890625, "Shape__Length": 59.82017155992385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230015965859707, 39.931732154398098 ], [ -75.230054422378601, 39.931705241951903 ], [ -75.230199676696699, 39.931828281994399 ], [ -75.230162111386505, 39.9318554235535 ], [ -75.230015965859707, 39.931732154398098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4729, "ADDRESS": "2430 N DELHI ST", "OWNER1": "BCM FIRST INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371143500", "LNIADDRESSKEY": "730549", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.37109375, "Shape__Length": 46.689131244352218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148012094001203, 39.989235675840803 ], [ -75.148020892114303, 39.9891975098503 ], [ -75.148177693418802, 39.989218780727498 ], [ -75.148169308145597, 39.989256568647797 ], [ -75.148012094001203, 39.989235675840803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4730, "ADDRESS": "531 E CHELTEN AVE", "OWNER1": "232 CHRISTIAN STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591005800", "LNIADDRESSKEY": "77653", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 318.04296875, "Shape__Length": 95.481718389616546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168067946915201, 40.042513464379297 ], [ -75.168111259205801, 40.042471510318499 ], [ -75.168393714335494, 40.0426382670653 ], [ -75.1683480964073, 40.0426829738119 ], [ -75.168217180417301, 40.0426036390839 ], [ -75.168067946915201, 40.042513464379297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4731, "ADDRESS": "2404 N 18TH ST", "OWNER1": "J & J HOME INVESTMENTS IN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162007000", "LNIADDRESSKEY": "665719", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.6171875, "Shape__Length": 66.293053262625321 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162213714701807, 39.9904345208816 ], [ -75.162210273280905, 39.9904340716229 ], [ -75.161980801479999, 39.9904036062429 ], [ -75.1619893575253, 39.990362790543699 ], [ -75.162219468476493, 39.990392963974401 ], [ -75.162222721813606, 39.990393392098298 ], [ -75.162229477414797, 39.990394286619903 ], [ -75.162222621357699, 39.9904268062635 ], [ -75.162220741221702, 39.990435453047297 ], [ -75.162213714701807, 39.9904345208816 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4732, "ADDRESS": "1554 S TAYLOR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364190910", "LNIADDRESSKEY": "566252", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.765625, "Shape__Length": 51.318509163105126 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1858590751973, 39.932848431105597 ], [ -75.185868663904799, 39.932807396120303 ], [ -75.186042604293903, 39.932830208512499 ], [ -75.186033730253001, 39.9328704125383 ], [ -75.1858590751973, 39.932848431105597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4733, "ADDRESS": "3970 PENNSGROVE ST", "OWNER1": "PACHHAL SAGARIKA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243169300", "LNIADDRESSKEY": "478501", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.87109375, "Shape__Length": 81.397352147363748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203231599820597, 39.971529201201903 ], [ -75.203285892762693, 39.971522797207598 ], [ -75.203331342905102, 39.971758427437898 ], [ -75.203277446425801, 39.971764871792097 ], [ -75.203231599820597, 39.971529201201903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4734, "ADDRESS": "54 DEARBORN ST", "OWNER1": "TRADING PLACES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441087600", "LNIADDRESSKEY": "111310", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.20703125, "Shape__Length": 47.368745493310598 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222186672529006, 39.960944504897 ], [ -75.2221949726638, 39.960907209589003 ], [ -75.222195573743406, 39.960904546865201 ], [ -75.222347826616399, 39.9609241023647 ], [ -75.222352975653493, 39.9609242158039 ], [ -75.222344375504306, 39.960964502586002 ], [ -75.222339000973605, 39.960963723070499 ], [ -75.222186672529006, 39.960944504897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4735, "ADDRESS": "3845 MELON ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242117610", "LNIADDRESSKEY": "425815", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.48046875, "Shape__Length": 58.317469609462101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198908423431703, 39.965085875874003 ], [ -75.198953955908195, 39.965081149963801 ], [ -75.198985132086094, 39.9652456031721 ], [ -75.198940953652695, 39.965249971770298 ], [ -75.198908423431703, 39.965085875874003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4736, "ADDRESS": "3014 N 11TH ST", "OWNER1": "HUERTAS GRISEL COLON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372235900", "LNIADDRESSKEY": "652110", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.4453125, "Shape__Length": 59.875677746120203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148253666968003, 39.998241433561702 ], [ -75.148262378092994, 39.998201169572297 ], [ -75.148474994056201, 39.998230135607798 ], [ -75.148466767790296, 39.998269749475597 ], [ -75.148253666968003, 39.998241433561702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4737, "ADDRESS": "2511 TURNER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324020201", "LNIADDRESSKEY": "580037", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.93359375, "Shape__Length": 61.30561623577465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176218876368495, 39.980147545019797 ], [ -75.176264964000595, 39.980153366375603 ], [ -75.176229016382706, 39.980325638975998 ], [ -75.176180708660198, 39.980319251988099 ], [ -75.176218876368495, 39.980147545019797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4738, "ADDRESS": "3045 W SEDGLEY AVE", "OWNER1": "ESTHER KEAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323062200", "LNIADDRESSKEY": "528677", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.41796875, "Shape__Length": 57.466648257999019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184217917959302, 39.983820903977097 ], [ -75.184328024745994, 39.983747425021299 ], [ -75.184347325544906, 39.983750145057499 ], [ -75.184312843383694, 39.983905203811403 ], [ -75.184217917959302, 39.983820903977097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4739, "ADDRESS": "2314 N MYRTLEWOOD ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282049201", "LNIADDRESSKEY": "445001", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.50390625, "Shape__Length": 48.89389408539239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180931086792199, 39.991500634250997 ], [ -75.180939731112801, 39.991462140597498 ], [ -75.181105567089801, 39.991482068186301 ], [ -75.1811045764005, 39.991488864409497 ], [ -75.181097118413305, 39.991521469491701 ], [ -75.180931086792199, 39.991500634250997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4740, "ADDRESS": "1438 S FALLON ST", "OWNER1": "1819 INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273038700", "LNIADDRESSKEY": "284081", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.64453125, "Shape__Length": 49.96946695751214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211117262368504, 39.940649136062497 ], [ -75.211150963994299, 39.9406769954902 ], [ -75.211021987775993, 39.940768278363102 ], [ -75.210989268209303, 39.940739393221399 ], [ -75.211117262368504, 39.940649136062497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4741, "ADDRESS": "2433 N 19TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162077801", "LNIADDRESSKEY": "668241", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.00390625, "Shape__Length": 65.333364602526956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163008817341805, 39.991144436810401 ], [ -75.163016547226604, 39.991108228016401 ], [ -75.163016950372906, 39.991106447460297 ], [ -75.163256961258995, 39.991138116810603 ], [ -75.163248569405098, 39.991175792870202 ], [ -75.163008817341805, 39.991144436810401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4742, "ADDRESS": "6005 UPLAND ST", "OWNER1": "DUDLEY CHARLES W", "OWNER2": "DUDLEY MINNIE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401286900", "LNIADDRESSKEY": "583795", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.2265625, "Shape__Length": 60.100017834203918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229611183184204, 39.931777291904197 ], [ -75.229652412214904, 39.931747892950703 ], [ -75.229795915603404, 39.931870121307 ], [ -75.229754740490506, 39.931898618247303 ], [ -75.229611183184204, 39.931777291904197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4743, "ADDRESS": "2855 N WATTS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372285001", "LNIADDRESSKEY": "602893", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.6484375, "Shape__Length": 47.919329699594329 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153009737625098, 39.996610503905899 ], [ -75.153018788857494, 39.996571682188502 ], [ -75.153179404798607, 39.996593434189897 ], [ -75.153171304076395, 39.996632599535097 ], [ -75.153009737625098, 39.996610503905899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4744, "ADDRESS": "1824 W ERIE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131048305", "LNIADDRESSKEY": "139101", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 444.671875, "Shape__Length": 129.49302162165162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158532281107199, 40.010033887237 ], [ -75.1585394517151, 40.010003662308101 ], [ -75.158618137151294, 40.009648061416399 ], [ -75.158687199016299, 40.009657148164301 ], [ -75.158608771779399, 40.010012593866399 ], [ -75.158602642858, 40.010043003367301 ], [ -75.158532281107199, 40.010033887237 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4745, "ADDRESS": "2562 N 29TH ST", "OWNER1": "BJA REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282011000", "LNIADDRESSKEY": "682281", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.06640625, "Shape__Length": 61.507724466625419 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179054570086294, 39.995406473881602 ], [ -75.179064788240893, 39.9953635826161 ], [ -75.179280588217594, 39.995392628152999 ], [ -75.179270642595895, 39.9954349770479 ], [ -75.179270444105995, 39.995435810542602 ], [ -75.179054570086294, 39.995406473881602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4746, "ADDRESS": "2123 N 8TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202100401", "LNIADDRESSKEY": "645061", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.671875, "Shape__Length": 67.939168347061582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146674321896, 39.984001118075398 ], [ -75.146683032887097, 39.983959726801103 ], [ -75.146930975688306, 39.983991964605202 ], [ -75.146922211967293, 39.984031985147404 ], [ -75.146674321896, 39.984001118075398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4747, "ADDRESS": "2410 N 18TH ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162007300", "LNIADDRESSKEY": "665722", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.41796875, "Shape__Length": 67.023522351773252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162185538025895, 39.990562940384997 ], [ -75.162181492460306, 39.990562398665602 ], [ -75.161953496856, 39.990532223312599 ], [ -75.161962311093106, 39.990487899473898 ], [ -75.162191367200407, 39.990518291314999 ], [ -75.162195204156603, 39.990518812563003 ], [ -75.162201313291007, 39.990519611419401 ], [ -75.162195802896093, 39.9905432154385 ], [ -75.162192522732298, 39.9905638558416 ], [ -75.162185538025895, 39.990562940384997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4748, "ADDRESS": "3852 N CAMAC ST", "OWNER1": "STRIVE REAL ESTATE LLC", "OWNER2": "HARRIS DETRA L", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432371600", "LNIADDRESSKEY": "61084", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.7734375, "Shape__Length": 57.073644483963754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147918113078504, 40.011725226232997 ], [ -75.147928072316404, 40.011682523991297 ], [ -75.148117756796694, 40.0117064739296 ], [ -75.148123995637505, 40.011707259540202 ], [ -75.148116813926606, 40.011744221047302 ], [ -75.148115496847794, 40.011750687550901 ], [ -75.148108425272596, 40.011749769315102 ], [ -75.147918113078504, 40.011725226232997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4749, "ADDRESS": "2219 W MONTGOMERY AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322212410", "LNIADDRESSKEY": "435877", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.03515625, "Shape__Length": 70.430931034338371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171068926209699, 39.982240021229302 ], [ -75.171113469046404, 39.982041524237701 ], [ -75.171166185353698, 39.9820488503468 ], [ -75.171143360547703, 39.982146635785902 ], [ -75.171121668016696, 39.982247219533903 ], [ -75.171068926209699, 39.982240021229302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4750, "ADDRESS": "2714 CECIL B MOORE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324039501", "LNIADDRESSKEY": "71857", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.4765625, "Shape__Length": 75.254331265398292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179340828293604, 39.981381042973602 ], [ -75.179384299596194, 39.9811725248545 ], [ -75.179445208010307, 39.981179869597497 ], [ -75.179402637483605, 39.981388923740703 ], [ -75.179340828293604, 39.981381042973602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4751, "ADDRESS": "2104 E BIRCH ST", "OWNER1": "MARTINEZ HAROLD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252144700", "LNIADDRESSKEY": "39715", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.83984375, "Shape__Length": 51.316346125073096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115824409323196, 39.988928547336201 ], [ -75.115976694070099, 39.988855874833497 ], [ -75.116004304156206, 39.988889118992198 ], [ -75.115852139056003, 39.988961423729798 ], [ -75.115824409323196, 39.988928547336201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4752, "ADDRESS": "3051-53 FONTAIN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323110101", "LNIADDRESSKEY": "293966", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 289.97265625, "Shape__Length": 72.092750030879515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183819388490306, 39.987708194964704 ], [ -75.183784022341499, 39.987870636767497 ], [ -75.183676661523407, 39.987856805845801 ], [ -75.183712038289798, 39.987694360928899 ], [ -75.183819388490306, 39.987708194964704 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4753, "ADDRESS": "2708 W YORK ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281246001", "LNIADDRESSKEY": "629403", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.80078125, "Shape__Length": 63.397902211581481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176991065659294, 39.992072081406498 ], [ -75.177025489160002, 39.991897018403598 ], [ -75.177078458712202, 39.991903944083703 ], [ -75.177044038371804, 39.992078927205597 ], [ -75.176991065659294, 39.992072081406498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4754, "ADDRESS": "2312 N ORKNEY ST", "OWNER1": "JOHN GALT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191288800", "LNIADDRESSKEY": "462430", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.29296875, "Shape__Length": 40.510816598199497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141009059761402, 39.986448424116503 ], [ -75.141019539938995, 39.9864020119131 ], [ -75.141137980997101, 39.986417326440197 ], [ -75.141136934345795, 39.986424943319101 ], [ -75.141134678863494, 39.986432354768297 ], [ -75.141126970033795, 39.986464484572501 ], [ -75.141009059761402, 39.986448424116503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4755, "ADDRESS": "511 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191424201", "LNIADDRESSKEY": "110408", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.01953125, "Shape__Length": 68.188963236513771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141845337480305, 39.9863336362694 ], [ -75.141859281871902, 39.986268489381899 ], [ -75.141887758826897, 39.986143046332401 ], [ -75.141940839973699, 39.986150684730397 ], [ -75.141898766385196, 39.986340992006603 ], [ -75.141845337480305, 39.9863336362694 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4756, "ADDRESS": "19 FARSON ST", "OWNER1": "HELEN B SMITH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441067600", "LNIADDRESSKEY": "285556", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.50390625, "Shape__Length": 88.391224849624976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221367338049006, 39.9601388492814 ], [ -75.221375733378196, 39.960097865403903 ], [ -75.221714041506104, 39.960138720102201 ], [ -75.221706117275104, 39.960179989186301 ], [ -75.221367338049006, 39.9601388492814 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4757, "ADDRESS": "857 N OPAL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151072110", "LNIADDRESSKEY": "460191", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 70.3046875, "Shape__Length": 38.768806983807032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168861850777006, 39.9706788741412 ], [ -75.168862211833201, 39.970677076855097 ], [ -75.168868313040093, 39.970646103191903 ], [ -75.168997063353203, 39.970662459303803 ], [ -75.168991205088602, 39.970694244844999 ], [ -75.168990967460701, 39.970695529076998 ], [ -75.168861850777006, 39.9706788741412 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4758, "ADDRESS": "1951 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC BROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321286401", "LNIADDRESSKEY": "670081", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.39453125, "Shape__Length": 66.567808059483141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166158550923697, 39.984205098712501 ], [ -75.166169194766695, 39.984155576410501 ], [ -75.166399371668206, 39.9841862749849 ], [ -75.166388585983697, 39.984235681484499 ], [ -75.166158550923697, 39.984205098712501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4759, "ADDRESS": "2526 N STANLEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282118101", "LNIADDRESSKEY": "551247", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.40625, "Shape__Length": 50.655702985502984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181815332223096, 39.994941497741799 ], [ -75.1818238748114, 39.9949040660698 ], [ -75.181998252824698, 39.994928309912197 ], [ -75.181989527096505, 39.994966753386599 ], [ -75.181815332223096, 39.994941497741799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4760, "ADDRESS": "2514 CECIL B MOORE AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324034801", "LNIADDRESSKEY": "71777", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.12890625, "Shape__Length": 67.89495632340342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176148287321993, 39.9809657815481 ], [ -75.1761706506731, 39.980861698119902 ], [ -75.176187013184105, 39.980774374083502 ], [ -75.176239351059706, 39.980781705153603 ], [ -75.176231330316199, 39.980826386665903 ], [ -75.176200486066094, 39.980971804170998 ], [ -75.176148287321993, 39.9809657815481 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4761, "ADDRESS": "2152 N 8TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202117901", "LNIADDRESSKEY": "645090", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.9140625, "Shape__Length": 57.332731541384682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146948826218903, 39.9847569373798 ], [ -75.146957603682907, 39.984717095097999 ], [ -75.147158821161895, 39.984741630923203 ], [ -75.147157331450899, 39.984748754621002 ], [ -75.147155161151602, 39.984758393625597 ], [ -75.147149539878995, 39.984783123048501 ], [ -75.146948826218903, 39.9847569373798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4762, "ADDRESS": "3040 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282340601", "LNIADDRESSKEY": "629490", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.703125, "Shape__Length": 76.770508582545858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182352703200095, 39.992763299460201 ], [ -75.182399832160996, 39.992545591875597 ], [ -75.182455907929494, 39.992552956201003 ], [ -75.182407780786406, 39.992771043551997 ], [ -75.182352703200095, 39.992763299460201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4763, "ADDRESS": "2555 N STANLEY ST", "OWNER1": "LVC T-CLASS REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282110201", "LNIADDRESSKEY": "551276", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.38671875, "Shape__Length": 52.280915735573799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181407791548096, 39.9954447450936 ], [ -75.181417077179901, 39.9954059109821 ], [ -75.1815969854011, 39.995430279155798 ], [ -75.181588375215696, 39.9954695315949 ], [ -75.181407791548096, 39.9954447450936 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4764, "ADDRESS": "3225 HARTVILLE ST", "OWNER1": "MARTINEZ OSCAR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "073182500", "LNIADDRESSKEY": "335177", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 85.7109375, "Shape__Length": 43.813689650262781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.119457413133901, 39.998045492999502 ], [ -75.119465833764806, 39.998010447862498 ], [ -75.119613665248394, 39.998032019339099 ], [ -75.119606453450004, 39.998066141599999 ], [ -75.119457413133901, 39.998045492999502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4765, "ADDRESS": "2520 N NAPA ST", "OWNER1": "EARL - DAISEY OAKMAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282162000", "LNIADDRESSKEY": "445847", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.80859375, "Shape__Length": 50.756951644170314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182970391460898, 39.994926503051197 ], [ -75.182978578649696, 39.994889546525997 ], [ -75.183154347339396, 39.9949141587092 ], [ -75.183146504800007, 39.994951413527403 ], [ -75.182970391460898, 39.994926503051197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4766, "ADDRESS": "6305 E WISTER ST", "OWNER1": "BROAD LOT LLC", "OWNER2": null, "BLDG_DESC": "PARKING LOT PRIVATE", "OPA_ID": "172541300", "LNIADDRESSKEY": "620005", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.91015625, "Shape__Length": 73.17889253042388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157493592547496, 40.050794686593697 ], [ -75.157495968255503, 40.0507572129289 ], [ -75.157775757843595, 40.050768894339697 ], [ -75.157773024195393, 40.050805844099102 ], [ -75.157493592547496, 40.050794686593697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4767, "ADDRESS": "1546 OGDEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152305410", "LNIADDRESSKEY": "456378", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.69921875, "Shape__Length": 44.489665830037481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162861848271106, 39.969810732186602 ], [ -75.162899966985805, 39.9698159604458 ], [ -75.162893535271905, 39.969847893866401 ], [ -75.162905252474005, 39.969849367664601 ], [ -75.162896368191497, 39.969890659156597 ], [ -75.162888541777903, 39.9699300406932 ], [ -75.1628378848757, 39.969923369673097 ], [ -75.162861848271106, 39.969810732186602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4768, "ADDRESS": "2038 DICKINSON ST", "OWNER1": "JAG ONE PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363052700", "LNIADDRESSKEY": "117807", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.68359375, "Shape__Length": 65.065174549352719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179220815517496, 39.932891754404203 ], [ -75.179182076712294, 39.933066737690197 ], [ -75.1791223282234, 39.9330586440906 ], [ -75.179160475154305, 39.932883841270801 ], [ -75.179220815517496, 39.932891754404203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4769, "ADDRESS": "2007 GERMANTOWN AVE", "OWNER1": "PEREZ ANTONIO", "OWNER2": "CASMEN H/W", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "183433900", "LNIADDRESSKEY": "309150", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 254.5703125, "Shape__Length": 92.785709318296497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143400168255496, 39.981742437056297 ], [ -75.143408973166302, 39.981699177375198 ], [ -75.143543849830195, 39.981716845139402 ], [ -75.143583753557806, 39.981722168664 ], [ -75.143759122733101, 39.981713948145398 ], [ -75.143763550833896, 39.981757459934698 ], [ -75.143580094762001, 39.981766157925001 ], [ -75.143400168255496, 39.981742437056297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4770, "ADDRESS": "1848 N 24TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322149200", "LNIADDRESSKEY": "676587", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.3984375, "Shape__Length": 70.05447838525437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173543724510495, 39.983667142826299 ], [ -75.173553455865502, 39.983624933721302 ], [ -75.173808023816804, 39.983661195993399 ], [ -75.173797811978702, 39.983703377437102 ], [ -75.173543724510495, 39.983667142826299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4771, "ADDRESS": "7023 UPLAND ST", "OWNER1": "LONDON PAULINE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403257100", "LNIADDRESSKEY": "584079", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 419.73828125, "Shape__Length": 102.30405538283999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244048560908695, 39.9217429334062 ], [ -75.244060040858599, 39.921734785910303 ], [ -75.244116302132497, 39.921694814156403 ], [ -75.244363327635497, 39.921903608224603 ], [ -75.244295289981594, 39.9219512368593 ], [ -75.244048560908695, 39.9217429334062 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4772, "ADDRESS": "2006 N ORKNEY ST", "OWNER1": "CHARLES FRANK", "OWNER2": "JORDAN WEINERMAN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183410510", "LNIADDRESSKEY": "462312", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.8203125, "Shape__Length": 49.076670248331453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142045851625596, 39.981596781756203 ], [ -75.142054633789698, 39.981553602734699 ], [ -75.142063542701706, 39.981554095764601 ], [ -75.142071756732605, 39.981555184572102 ], [ -75.142083075809495, 39.981556698716297 ], [ -75.142158555844304, 39.981567022060297 ], [ -75.142211814628894, 39.981574326568001 ], [ -75.142216253013601, 39.981574991686998 ], [ -75.142206582878799, 39.9816178115314 ], [ -75.142119568126802, 39.981606097576702 ], [ -75.142100907143899, 39.981603658613501 ], [ -75.142045851625596, 39.981596781756203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4773, "ADDRESS": "5429 NORFOLK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "463122700", "LNIADDRESSKEY": "451724", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.8984375, "Shape__Length": 63.054489360291463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231966798977396, 39.948793049828801 ], [ -75.231967702808404, 39.948788443052301 ], [ -75.232000886600702, 39.948618080133699 ], [ -75.232051966120096, 39.9486238110904 ], [ -75.232019324731496, 39.948794782837197 ], [ -75.232018413731396, 39.948799583171002 ], [ -75.231966798977396, 39.948793049828801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4774, "ADDRESS": "2235 N FRANKLIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371078301", "LNIADDRESSKEY": "299336", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.39453125, "Shape__Length": 64.589621170221918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145631953237597, 39.985745022268503 ], [ -75.145639390743099, 39.985701774211797 ], [ -75.145870654342801, 39.985728276865501 ], [ -75.145863049698207, 39.985770732748101 ], [ -75.145631953237597, 39.985745022268503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4775, "ADDRESS": "183 E CHELTEN AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591002515", "LNIADDRESSKEY": "77582", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.234375, "Shape__Length": 67.031820284261926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171850504531093, 40.038812521554703 ], [ -75.172020090695398, 40.038918349420499 ], [ -75.172005815012398, 40.038978349463903 ], [ -75.171822259150105, 40.038843353130403 ], [ -75.171850504531093, 40.038812521554703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4776, "ADDRESS": "1465 N FRAZIER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043072900", "LNIADDRESSKEY": "301004", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.046875, "Shape__Length": 50.455989007784467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234326243510793, 39.974717335608197 ], [ -75.234333699831097, 39.974756443456798 ], [ -75.234159684456699, 39.974774841439597 ], [ -75.234159508720893, 39.974773934339098 ], [ -75.234152512909503, 39.9747365450853 ], [ -75.234326243510793, 39.974717335608197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4777, "ADDRESS": "2349 N 30TH ST", "OWNER1": "INNOVATIVE TREATMENT ALTE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282063600", "LNIADDRESSKEY": "683074", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.88671875, "Shape__Length": 59.18786312758283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180939457370698, 39.992495892930599 ], [ -75.180947988397904, 39.992455946112798 ], [ -75.1811572711065, 39.992482552753501 ], [ -75.181148780937406, 39.992523629014002 ], [ -75.180939457370698, 39.992495892930599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4778, "ADDRESS": "3002 W DAUPHIN ST", "OWNER1": "ALCAN COLD STORAGE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282295200", "LNIADDRESSKEY": "110774", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.37890625, "Shape__Length": 79.061038498825525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181702845710802, 39.991148069988597 ], [ -75.181719816430402, 39.9910628537544 ], [ -75.181749585675206, 39.990925148347102 ], [ -75.181808919650194, 39.990932778514697 ], [ -75.181781094139893, 39.991059550869799 ], [ -75.181762424788701, 39.9911558836097 ], [ -75.181702845710802, 39.991148069988597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4779, "ADDRESS": "1607 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161281301", "LNIADDRESSKEY": "629206", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.9453125, "Shape__Length": 65.507295196140774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159451660558901, 39.989951373608001 ], [ -75.159413498707806, 39.990126041628699 ], [ -75.159351451480902, 39.990117064761797 ], [ -75.159389417379003, 39.989942586053999 ], [ -75.159451660558901, 39.989951373608001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4780, "ADDRESS": "2539 W OXFORD ST", "OWNER1": "OSUAGWU NNAMDI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324002100", "LNIADDRESSKEY": "466877", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.47265625, "Shape__Length": 66.472989871031004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177051365286303, 39.979975161758098 ], [ -75.177088071124999, 39.979790542939497 ], [ -75.177142441366996, 39.979797306489601 ], [ -75.177105105715299, 39.979981975399497 ], [ -75.177051365286303, 39.979975161758098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4781, "ADDRESS": "2803 GERMANTOWN AVE", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372192500", "LNIADDRESSKEY": "309407", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.33984375, "Shape__Length": 60.860838248377533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147117250339306, 39.994731945959202 ], [ -75.147335555669002, 39.994759270619603 ], [ -75.1473251735312, 39.994799384029903 ], [ -75.147109166246494, 39.9947722725205 ], [ -75.147117250339306, 39.994731945959202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4782, "ADDRESS": "3337 HOPE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "072013200", "LNIADDRESSKEY": "348852", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.625, "Shape__Length": 47.504384485883875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129083880187807, 40.000927651513599 ], [ -75.129090968073299, 40.000894460748 ], [ -75.129091745116199, 40.0008917067086 ], [ -75.129255204196397, 40.0009126706411 ], [ -75.129247722459795, 40.000948478913102 ], [ -75.129083880187807, 40.000927651513599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4783, "ADDRESS": "724 WIOTA ST", "OWNER1": "AJA 88 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061179000", "LNIADDRESSKEY": "618692", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.234375, "Shape__Length": 47.762743458096836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203500901582103, 39.965649963992597 ], [ -75.2035067809487, 39.965682575687701 ], [ -75.203338130681004, 39.965702399449398 ], [ -75.203331338542995, 39.965668993746903 ], [ -75.203500901582103, 39.965649963992597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4784, "ADDRESS": "3029 W OAKDALE ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282376301", "LNIADDRESSKEY": "454441", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.7421875, "Shape__Length": 48.247853597332053 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181114980083706, 39.997049118743597 ], [ -75.181144628446503, 39.996923032635202 ], [ -75.181193043445703, 39.996929693338402 ], [ -75.1811642998953, 39.997055670185397 ], [ -75.181114980083706, 39.997049118743597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4785, "ADDRESS": "1905 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321255201", "LNIADDRESSKEY": "667964", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.44921875, "Shape__Length": 86.008004588377375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164735868834796, 39.982919532791897 ], [ -75.164745728889201, 39.982870815121899 ], [ -75.165063182136294, 39.9829135107627 ], [ -75.165052826678703, 39.982962056240297 ], [ -75.164735868834796, 39.982919532791897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4786, "ADDRESS": "806 E WASHINGTON LN", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "592141815", "LNIADDRESSKEY": "600293", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 439.00390625, "Shape__Length": 89.179002181606734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172367835698395, 40.051089538149903 ], [ -75.172450009802006, 40.051011395786702 ], [ -75.172596797469296, 40.051099736600001 ], [ -75.172660785780494, 40.051138635060902 ], [ -75.172578840692793, 40.0512179269938 ], [ -75.172367835698395, 40.051089538149903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4787, "ADDRESS": "2930 N BONSALL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111403400", "LNIADDRESSKEY": "42639", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.6875, "Shape__Length": 46.120797950247294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168985716504295, 39.999701002278897 ], [ -75.168993720355203, 39.999664153951997 ], [ -75.169149103981496, 39.999682123343497 ], [ -75.169140158948593, 39.999721158002799 ], [ -75.168985716504295, 39.999701002278897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4788, "ADDRESS": "5824 WARRINGTON AVE", "OWNER1": "KIRK MORGAGE CO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034083700", "LNIADDRESSKEY": "599476", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.77734375, "Shape__Length": 76.56758554837144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2314481927896, 39.937274084188701 ], [ -75.231493531123306, 39.937242356708502 ], [ -75.231683312494596, 39.937403963015797 ], [ -75.231643926277997, 39.937431613611601 ], [ -75.231639711450796, 39.937434567558803 ], [ -75.2314481927896, 39.937274084188701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4789, "ADDRESS": "2343 N 21ST ST", "OWNER1": "RFUND INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162180000", "LNIADDRESSKEY": "672330", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.69140625, "Shape__Length": 76.537633130373138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166692673904194, 39.990339493908003 ], [ -75.166702807266304, 39.990293475147801 ], [ -75.166982181861897, 39.990333790549499 ], [ -75.166972442796407, 39.990377724470903 ], [ -75.166692673904194, 39.990339493908003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4790, "ADDRESS": "5416 TRINITY ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "514124910", "LNIADDRESSKEY": "577273", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.65234375, "Shape__Length": 81.75670062915232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223736412662703, 39.939652541546103 ], [ -75.223777546480505, 39.939623659398102 ], [ -75.223987898864806, 39.939800013731201 ], [ -75.223946963782495, 39.939828626653501 ], [ -75.223736412662703, 39.939652541546103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4791, "ADDRESS": "6139 GLENMORE AVE", "OWNER1": "ROSA S GREENE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "402140700", "LNIADDRESSKEY": "316611", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.75390625, "Shape__Length": 51.866113919696915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227436425178198, 39.927061809306103 ], [ -75.227476457074602, 39.927034738697998 ], [ -75.227596265337198, 39.927136686620202 ], [ -75.227557108083602, 39.9271644702781 ], [ -75.227436425178198, 39.927061809306103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4792, "ADDRESS": "4673 GERMANTOWN AVE", "OWNER1": "KAJEN PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121147500", "LNIADDRESSKEY": "309979", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.0703125, "Shape__Length": 71.513103865695058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159896481865502, 40.026400096034997 ], [ -75.159874943927704, 40.026399077540802 ], [ -75.159882624857801, 40.0263609992951 ], [ -75.1599037876246, 40.0263619440029 ], [ -75.159966432900504, 40.0263648717169 ], [ -75.159982483999798, 40.026365169525498 ], [ -75.159996557526995, 40.0263584747766 ], [ -75.160063343359795, 40.026327644673401 ], [ -75.160104076356603, 40.026309186965499 ], [ -75.160113109178099, 40.026304361883597 ], [ -75.160123810184501, 40.026317901073902 ], [ -75.160139211303004, 40.026337382586497 ], [ -75.159995615108301, 40.026404056162399 ], [ -75.159925080804697, 40.026401239989497 ], [ -75.159896481865502, 40.026400096034997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4793, "ADDRESS": "2641 N HOLLYWOOD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282024801", "LNIADDRESSKEY": "347448", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.41796875, "Shape__Length": 47.083625930555058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179127582739994, 39.996368782595297 ], [ -75.179135397667196, 39.996330656780401 ], [ -75.179293597242904, 39.996352156904202 ], [ -75.179285162389107, 39.996391187875503 ], [ -75.179127582739994, 39.996368782595297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4794, "ADDRESS": "631 CANTRELL ST", "OWNER1": "MARTIN DAMALI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393058700", "LNIADDRESSKEY": "63978", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.73828125, "Shape__Length": 49.17951023282356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157630522396602, 39.9225419462189 ], [ -75.157659115199607, 39.922410924523199 ], [ -75.157706655199803, 39.922417109207501 ], [ -75.157677578392196, 39.9225476683349 ], [ -75.157630522396602, 39.9225419462189 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4795, "ADDRESS": "2220 N 17TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161162401", "LNIADDRESSKEY": "663033", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.68359375, "Shape__Length": 64.675625826515358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161020083417, 39.987431416674397 ], [ -75.161251807157896, 39.987461224330097 ], [ -75.161242682953997, 39.987503191728699 ], [ -75.161010959116894, 39.987473382929402 ], [ -75.161020083417, 39.987431416674397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4796, "ADDRESS": "1210 LEMON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141279310", "LNIADDRESSKEY": "389177", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19123", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.7421875, "Shape__Length": 37.423025398687926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157770482020595, 39.963992186682901 ], [ -75.157710502295899, 39.963985276749099 ], [ -75.157728133153299, 39.963904049620503 ], [ -75.157788111388697, 39.963910958386599 ], [ -75.157770482020595, 39.963992186682901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4797, "ADDRESS": "2369 N 3RD ST", "OWNER1": "PEREZ EDWIND", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191174900", "LNIADDRESSKEY": "632635", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": null, "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.32421875, "Shape__Length": 62.18563684882362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138080869130803, 39.9870038232132 ], [ -75.138292231345204, 39.987033660103002 ], [ -75.138281145418006, 39.9870821802267 ], [ -75.138070488349996, 39.987053306568001 ], [ -75.138080869130803, 39.9870038232132 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4798, "ADDRESS": "1601 DIAMOND ST", "OWNER1": "SUSQUEHANNA SQUARE HOUSIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321042501", "LNIADDRESSKEY": "116454", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 279.53515625, "Shape__Length": 94.131014045775444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159941043277101, 39.985262319284999 ], [ -75.159892679837796, 39.985475427697601 ], [ -75.159879454898999, 39.9855337257437 ], [ -75.159820068954602, 39.985527097677398 ], [ -75.159817794846603, 39.985526836868203 ], [ -75.159843394900406, 39.985412754591401 ], [ -75.159878896361306, 39.985254420447298 ], [ -75.159941043277101, 39.985262319284999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4799, "ADDRESS": "6117 UPLAND ST", "OWNER1": "RADY INC", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "401291600", "LNIADDRESSKEY": "583888", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.83984375, "Shape__Length": 60.832564437424395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231875477923694, 39.9301230877265 ], [ -75.231955662532002, 39.930189439726597 ], [ -75.232028274072206, 39.930248241719802 ], [ -75.231991125051906, 39.930274378236 ], [ -75.231926654875295, 39.9302218479747 ], [ -75.231839457, 39.9301481531269 ], [ -75.231875477923694, 39.9301230877265 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4800, "ADDRESS": "4971 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442083700", "LNIADDRESSKEY": "314588", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 277.875, "Shape__Length": 99.975594010185375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221284846839197, 39.972522610621503 ], [ -75.221341435985195, 39.972510801042397 ], [ -75.221441478024602, 39.972804011317301 ], [ -75.221385524512897, 39.9728094356119 ], [ -75.221284846839197, 39.972522610621503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4801, "ADDRESS": "2213 W MONTGOMERY AVE", "OWNER1": "CITY HALL ANNEX", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322212101", "LNIADDRESSKEY": "435874", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.5625, "Shape__Length": 70.208384710388998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170934875526697, 39.982106616417802 ], [ -75.170945265202803, 39.982062568459 ], [ -75.170955269715094, 39.982019834081498 ], [ -75.171005103756897, 39.982026337516302 ], [ -75.170961918753505, 39.982226043061601 ], [ -75.170910411593994, 39.982218872428597 ], [ -75.170934875526697, 39.982106616417802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4802, "ADDRESS": "1901 N PATTON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323305000", "LNIADDRESSKEY": "473927", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.36328125, "Shape__Length": 50.969017898705374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185232297379599, 39.985446844317998 ], [ -75.185240911466295, 39.985405770589999 ], [ -75.185241654811904, 39.985402176406602 ], [ -75.185409707261201, 39.985424614128398 ], [ -75.185408911404807, 39.985428513482397 ], [ -75.1854005366135, 39.985468254569298 ], [ -75.185232297379599, 39.985446844317998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4803, "ADDRESS": "824 N 42ND ST", "OWNER1": "JAMES C DEVORE", "OWNER2": "JEAN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062285000", "LNIADDRESSKEY": "686978", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.50390625, "Shape__Length": 56.324746748687659 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208089333395407, 39.967543498666899 ], [ -75.208096443891094, 39.967579651258198 ], [ -75.207894293811293, 39.967604462148799 ], [ -75.207887069437703, 39.967567404890403 ], [ -75.208089333395407, 39.967543498666899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4804, "ADDRESS": "3032 W BERKS ST", "OWNER1": "FRANKLIN FOUNDATIONS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323025400", "LNIADDRESSKEY": "37276", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.39453125, "Shape__Length": 72.461801944040218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183811269677093, 39.985079708545399 ], [ -75.183854799659997, 39.984872125121697 ], [ -75.183905273747399, 39.984878976197002 ], [ -75.183873481055599, 39.985025471192102 ], [ -75.183862052903294, 39.9850861318113 ], [ -75.183811269677093, 39.985079708545399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4805, "ADDRESS": "2740 N 12TH ST", "OWNER1": "ACKERMAN ROBIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372256600", "LNIADDRESSKEY": "654137", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.01171875, "Shape__Length": 81.188949331358288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150657852427003, 39.994649979685597 ], [ -75.150667513017495, 39.994602918588399 ], [ -75.150667796952206, 39.994601507039 ], [ -75.150954976892805, 39.994638009317597 ], [ -75.150958252954396, 39.994638421377999 ], [ -75.150964696767304, 39.994639244172603 ], [ -75.150955304312006, 39.9946869567165 ], [ -75.150945668083097, 39.994685755290398 ], [ -75.150657852427003, 39.994649979685597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4806, "ADDRESS": "1534 W ERIE AVE", "OWNER1": "17TH STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131042200", "LNIADDRESSKEY": "138987", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.1015625, "Shape__Length": 92.053943567391926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154155594626104, 40.0094760668091 ], [ -75.154211795604098, 40.009212390959497 ], [ -75.154214402254397, 40.009203438590099 ], [ -75.154265260589199, 40.009209956261202 ], [ -75.154208707560599, 40.009482844963102 ], [ -75.154155594626104, 40.0094760668091 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4807, "ADDRESS": "642 N CONESTOGA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041145050", "LNIADDRESSKEY": "95520", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.0078125, "Shape__Length": 47.313745401364606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229598059429094, 39.970162469839501 ], [ -75.229590132203398, 39.970120359954898 ], [ -75.229745493977006, 39.970103042697197 ], [ -75.229753422717707, 39.970145153728502 ], [ -75.229598059429094, 39.970162469839501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4808, "ADDRESS": "1444 S FALLON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273039010", "LNIADDRESSKEY": "284087", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.63671875, "Shape__Length": 49.955988614189565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210918744615995, 39.940680333416303 ], [ -75.210887802788505, 39.940654308863202 ], [ -75.210889307971101, 39.940653262107503 ], [ -75.211017111384095, 39.940564193540503 ], [ -75.211050338342105, 39.940592380368102 ], [ -75.210921423768298, 39.940682601308801 ], [ -75.210918744615995, 39.940680333416303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4809, "ADDRESS": "801 N 41ST ST", "OWNER1": "CHANG RUEY YU", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062243000", "LNIADDRESSKEY": "686589", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 308.3046875, "Shape__Length": 96.235681839062224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205176205668494, 39.967277382769602 ], [ -75.205402888028203, 39.967260970713397 ], [ -75.205520107417996, 39.967252995808003 ], [ -75.205540249951, 39.967251621330298 ], [ -75.2055428774311, 39.967309533048102 ], [ -75.205180691740296, 39.967323729667797 ], [ -75.205176205668494, 39.967277382769602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4810, "ADDRESS": "2528 MUTTER ST", "OWNER1": "STRIEN J EDWARD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192046300", "LNIADDRESSKEY": "444439", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.140625, "Shape__Length": 44.548373428658486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133894281924896, 39.988889592266702 ], [ -75.133896515489596, 39.988878971667198 ], [ -75.133902604754496, 39.988851464775202 ], [ -75.134049576180701, 39.988869934936098 ], [ -75.134043337352793, 39.988897486855798 ], [ -75.134041324604695, 39.9889089515694 ], [ -75.133894281924896, 39.988889592266702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4811, "ADDRESS": "1336 PARRISH ST", "OWNER1": "ABC 123 INVESTING INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141379400", "LNIADDRESSKEY": "471292", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.1171875, "Shape__Length": 66.513862103620312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159183302360802, 39.968724497321098 ], [ -75.159258218685295, 39.9685477096941 ], [ -75.159312294338093, 39.968560810562003 ], [ -75.159236615498202, 39.968737291552699 ], [ -75.159183302360802, 39.968724497321098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4812, "ADDRESS": "2109 E ORLEANS ST", "OWNER1": "NEW AGE ESTATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252175300", "LNIADDRESSKEY": "463069", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.734375, "Shape__Length": 51.296438013578886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115130583736104, 39.989187888441997 ], [ -75.115287818506104, 39.989118360173201 ], [ -75.115312052182006, 39.989150576409898 ], [ -75.115154845423007, 39.989220475904602 ], [ -75.115130583736104, 39.989187888441997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4813, "ADDRESS": "1907 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162247901", "LNIADDRESSKEY": "110645", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.20703125, "Shape__Length": 63.481435605880527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164071026392506, 39.989014923202099 ], [ -75.164123802412007, 39.989021883241399 ], [ -75.164085028185696, 39.989197006142902 ], [ -75.164032691521896, 39.989190040219903 ], [ -75.164071026392506, 39.989014923202099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4814, "ADDRESS": "3349 N 2ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "072090710", "LNIADDRESSKEY": "630709", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.25390625, "Shape__Length": 52.353257691616498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132380206888897, 40.001672838747503 ], [ -75.132389011161393, 40.0016337582096 ], [ -75.132569982442405, 40.001656696842801 ], [ -75.132561615010005, 40.001695465236097 ], [ -75.132380206888897, 40.001672838747503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4815, "ADDRESS": "2908 PALETHORP ST", "OWNER1": "SHABAZZ AMIR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071159200", "LNIADDRESSKEY": "468600", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.328125, "Shape__Length": 47.8306327443333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133677448890893, 39.994656961963798 ], [ -75.133685065692802, 39.994624106271402 ], [ -75.133850830966793, 39.994646309274501 ], [ -75.1338537933552, 39.994646118873902 ], [ -75.133846772598602, 39.994678747136497 ], [ -75.133677448890893, 39.994656961963798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4816, "ADDRESS": "2450 N STANLEY ST", "OWNER1": "STEWART ROBERT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282115800", "LNIADDRESSKEY": "551201", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.7421875, "Shape__Length": 52.643570215893078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182046882707098, 39.993909534545999 ], [ -75.182055198766903, 39.993871968273197 ], [ -75.182114203130297, 39.993880058248799 ], [ -75.182239198156495, 39.993896120710602 ], [ -75.182230708453005, 39.993933828397999 ], [ -75.182046882707098, 39.993909534545999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4817, "ADDRESS": "3024 W BERKS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323025001", "LNIADDRESSKEY": "37271", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.15625, "Shape__Length": 72.652455502708321 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183601807452902, 39.985052892750097 ], [ -75.183645929562005, 39.984845193112001 ], [ -75.183696714655397, 39.984851600729399 ], [ -75.183658570324397, 39.985028081163698 ], [ -75.183653373279796, 39.985059139891902 ], [ -75.183601807452902, 39.985052892750097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4818, "ADDRESS": "3331 N 20TH ST", "OWNER1": "STRATEGIC EQUITY GROUP IN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112282100", "LNIADDRESSKEY": "670452", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.26171875, "Shape__Length": 90.991460219882981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161459591341398, 40.005193206033901 ], [ -75.161469655834594, 40.0051496830175 ], [ -75.161814666361394, 40.005196906918599 ], [ -75.161804810372104, 40.005240997795703 ], [ -75.1614689952183, 40.0051945139273 ], [ -75.161459591341398, 40.005193206033901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4819, "ADDRESS": "2756 N LAWRENCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192176701", "LNIADDRESSKEY": "384686", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.82421875, "Shape__Length": 43.995662535017814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139058068930595, 39.993342124703901 ], [ -75.139065558070101, 39.9933076045509 ], [ -75.139071709005407, 39.993308421357099 ], [ -75.139082802346095, 39.993309914850997 ], [ -75.139102703766198, 39.9933128498541 ], [ -75.139151269426094, 39.993318710806697 ], [ -75.139187099074107, 39.993322766080802 ], [ -75.139214818509402, 39.993326233666799 ], [ -75.139213913964198, 39.993330146057197 ], [ -75.139207621878697, 39.993356423182597 ], [ -75.139206202023303, 39.993362274566401 ], [ -75.139182680569803, 39.993359193044 ], [ -75.139165290035194, 39.993357411036001 ], [ -75.139113770561295, 39.993350452357198 ], [ -75.139063799579802, 39.993342980380397 ], [ -75.139058068930595, 39.993342124703901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4820, "ADDRESS": "6037 REGENT ST", "OWNER1": "MCAE REALTY INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401229900", "LNIADDRESSKEY": "499974", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.94921875, "Shape__Length": 56.947092123928705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2319669138965, 39.932751767829103 ], [ -75.232010251400695, 39.932721399584999 ], [ -75.232143369798607, 39.932832483529197 ], [ -75.232099536721904, 39.932863196837097 ], [ -75.2319669138965, 39.932751767829103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4821, "ADDRESS": "4973 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442083800", "LNIADDRESSKEY": "314589", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 277.21484375, "Shape__Length": 101.38275977186753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221341435985195, 39.972510801042397 ], [ -75.221394962347006, 39.9724996323556 ], [ -75.221497976765306, 39.972798017865102 ], [ -75.221441478024602, 39.972804011317301 ], [ -75.221341435985195, 39.972510801042397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4822, "ADDRESS": "6120 REINHARD ST", "OWNER1": "HAYNES HENRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401283700", "LNIADDRESSKEY": "500526", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.09375, "Shape__Length": 60.611253118651149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232039281948502, 39.930258010329702 ], [ -75.232075451201297, 39.930232336572203 ], [ -75.232149490925295, 39.930294410052198 ], [ -75.232172133027703, 39.930312284018299 ], [ -75.232225753471099, 39.930358128173701 ], [ -75.232188855883805, 39.930384270273798 ], [ -75.232143929268901, 39.930345660521503 ], [ -75.232107811799395, 39.930315675240699 ], [ -75.232039281948502, 39.930258010329702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4823, "ADDRESS": "6072 UPLAND ST", "OWNER1": "TEICH TIFFANY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401301500", "LNIADDRESSKEY": "583862", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.40234375, "Shape__Length": 58.252917045210907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230695883453095, 39.930687605722099 ], [ -75.230734350125502, 39.930660435378996 ], [ -75.230874390480693, 39.930780055645201 ], [ -75.2308359351413, 39.930806919945397 ], [ -75.230695883453095, 39.930687605722099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4824, "ADDRESS": "414 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191412201", "LNIADDRESSKEY": "110370", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.3125, "Shape__Length": 52.068419838383669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140310762920507, 39.985802758241803 ], [ -75.1402581514742, 39.985794871842202 ], [ -75.140288160525103, 39.985658550325198 ], [ -75.140339270130795, 39.985665128743598 ], [ -75.140310762920507, 39.985802758241803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4825, "ADDRESS": "765 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243095010", "LNIADDRESSKEY": "685873", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.19140625, "Shape__Length": 84.005917362315586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197734360409399, 39.967344582899699 ], [ -75.198051693242803, 39.967305942100197 ], [ -75.198061649010896, 39.967349283418699 ], [ -75.197742664151306, 39.967385100015498 ], [ -75.197734360409399, 39.967344582899699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4826, "ADDRESS": "52 N SAINT BERNARD ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441055210", "LNIADDRESSKEY": "549279", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.20703125, "Shape__Length": 86.092738814277638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220123480293907, 39.960660411521502 ], [ -75.220114031848297, 39.960702613229998 ], [ -75.219787831414195, 39.960663406162098 ], [ -75.219796819686394, 39.9606205974153 ], [ -75.220123480293907, 39.960660411521502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4827, "ADDRESS": "6023 UPLAND ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401287800", "LNIADDRESSKEY": "583813", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.59765625, "Shape__Length": 60.614714189837265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229981912150805, 39.931517209763904 ], [ -75.230023241059598, 39.9314879097359 ], [ -75.230167608979301, 39.931610576712103 ], [ -75.230125484800894, 39.931640374012602 ], [ -75.230085732085101, 39.931606245843199 ], [ -75.229981912150805, 39.931517209763904 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4828, "ADDRESS": "3480-82 SAINT VINCENT ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "551441600", "LNIADDRESSKEY": "550746", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19149", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 490.9921875, "Shape__Length": 113.43802078031544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.043773105559595, 40.035771282178402 ], [ -75.043827017181101, 40.035743036297802 ], [ -75.043874939740704, 40.035718291777599 ], [ -75.043926989012903, 40.035692064251101 ], [ -75.043977525277299, 40.035665415855398 ], [ -75.044032606239995, 40.0356362456982 ], [ -75.044085911636301, 40.0356079842919 ], [ -75.044121835587006, 40.035589615749203 ], [ -75.044148767256402, 40.035604758282901 ], [ -75.043907556090801, 40.035846476694203 ], [ -75.043773105559595, 40.035771282178402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4829, "ADDRESS": "935 N 40TH ST", "OWNER1": "FOFANA MBALLOU", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "243237700", "LNIADDRESSKEY": "686359", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.8515625, "Shape__Length": 88.391856803299106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203434480434694, 39.972015633004197 ], [ -75.203772871048201, 39.971976829493002 ], [ -75.203780750244405, 39.9720192546663 ], [ -75.203442843207398, 39.972056906641598 ], [ -75.203434480434694, 39.972015633004197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4830, "ADDRESS": "47 N PEACH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441177600", "LNIADDRESSKEY": "474986", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.76171875, "Shape__Length": 49.898990214926044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226987486421194, 39.961382643343399 ], [ -75.227156257868501, 39.961403071482103 ], [ -75.227147569377195, 39.9614435661016 ], [ -75.226978876846204, 39.961422704956298 ], [ -75.226987486421194, 39.961382643343399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4831, "ADDRESS": "6042 UPLAND ST", "OWNER1": "FLORENCE T REILLY W/O", "OWNER2": "CHARLES J", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401300000", "LNIADDRESSKEY": "583832", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.19140625, "Shape__Length": 58.168040555223229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230156660946903, 39.931064352090999 ], [ -75.230296667701694, 39.931184874450999 ], [ -75.230260039783104, 39.931210457631998 ], [ -75.230118217388807, 39.931090925847499 ], [ -75.230156660946903, 39.931064352090999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4832, "ADDRESS": "4716 DEVEREAUX AVE", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411148400", "LNIADDRESSKEY": "115428", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.9296875, "Shape__Length": 70.611015934488947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055393668878494, 40.018676156161199 ], [ -75.055426112934995, 40.018713259031202 ], [ -75.055212939458102, 40.018824668285099 ], [ -75.055179637883001, 40.018786584486399 ], [ -75.055393668878494, 40.018676156161199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4833, "ADDRESS": "2102-04 N 5TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191305601", "LNIADDRESSKEY": "636596", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 270.0, "Shape__Length": 77.378117326903066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142451902658294, 39.983112595117099 ], [ -75.142540352437607, 39.983125727825502 ], [ -75.142538109134307, 39.983138282157398 ], [ -75.142502014035898, 39.983155500542502 ], [ -75.142494820592205, 39.983186207250696 ], [ -75.142472458720704, 39.983183023148499 ], [ -75.142260954779701, 39.983154747016002 ], [ -75.142275552114199, 39.983087857938301 ], [ -75.142409468187694, 39.983106586378398 ], [ -75.142451902658294, 39.983112595117099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4834, "ADDRESS": "2719 W YORK ST", "OWNER1": "JAMES CURRY", "OWNER2": "BETHE RICH HOLINESS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281253800", "LNIADDRESSKEY": "629414", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.16015625, "Shape__Length": 67.550509533588553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176951894182906, 39.992421678779699 ], [ -75.176994085577306, 39.992225254610901 ], [ -75.177035503241399, 39.9922300675222 ], [ -75.176992309877704, 39.992429210570599 ], [ -75.176951894182906, 39.992421678779699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4835, "ADDRESS": "4811 REINHARD ST", "OWNER1": "CIPPOLLONE ALBERT P", "OWNER2": "MARY R", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273127100", "LNIADDRESSKEY": "500347", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.96484375, "Shape__Length": 57.231974873403558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214558015336095, 39.943111123955198 ], [ -75.214473847793897, 39.943039868261302 ], [ -75.214468325724198, 39.943035200638803 ], [ -75.214505975370997, 39.943007823669902 ], [ -75.214657442323897, 39.943134857927099 ], [ -75.214558015336095, 39.943111123955198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4836, "ADDRESS": "2236 N REESE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191333001", "LNIADDRESSKEY": "498772", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.50390625, "Shape__Length": 67.085399543351116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142399401590595, 39.985503312986701 ], [ -75.1424080744127, 39.985464628679303 ], [ -75.142653900697894, 39.9854975213401 ], [ -75.142652825589394, 39.985503138439803 ], [ -75.142648699301802, 39.9855200030592 ], [ -75.142646290728806, 39.985536326668601 ], [ -75.142399401590595, 39.985503312986701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4837, "ADDRESS": "39 FARSON ST", "OWNER1": "CITY BLOCK ACQUISITION XI LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441068600", "LNIADDRESSKEY": "285576", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.8515625, "Shape__Length": 88.611256188408575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221275837060901, 39.960572818249197 ], [ -75.221284900752906, 39.960531929071202 ], [ -75.221624252134106, 39.960573516517996 ], [ -75.221615477175007, 39.960614557367499 ], [ -75.221275837060901, 39.960572818249197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4838, "ADDRESS": "13 FARSON ST", "OWNER1": "FARSON STREET ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441067300", "LNIADDRESSKEY": "285550", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.3203125, "Shape__Length": 88.617936819233051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221394889384101, 39.960010935718401 ], [ -75.221403066669097, 39.959968495298703 ], [ -75.221707068813799, 39.960004146375297 ], [ -75.221741773490507, 39.960008215573602 ], [ -75.221732384206106, 39.960050548214298 ], [ -75.221394889384101, 39.960010935718401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4839, "ADDRESS": "1240 S NEWKIRK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362150105", "LNIADDRESSKEY": "450289", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.1328125, "Shape__Length": 49.02254296860901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190877138636694, 39.938102820516299 ], [ -75.190886803399906, 39.938065299671102 ], [ -75.191054543761695, 39.938087402651803 ], [ -75.191046798611794, 39.938124031542401 ], [ -75.190877138636694, 39.938102820516299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4840, "ADDRESS": "1510 S CLEVELAND ST", "OWNER1": "SUPERIOR PROPERTY HOLDING", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363182600", "LNIADDRESSKEY": "90514", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.03125, "Shape__Length": 50.458609193286065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175167385232101, 39.932335376655097 ], [ -75.175176086595002, 39.932294724574803 ], [ -75.175345965881505, 39.9323168021239 ], [ -75.175337019609998, 39.932358399285697 ], [ -75.175167385232101, 39.932335376655097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4841, "ADDRESS": "2932 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282338200", "LNIADDRESSKEY": "629447", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.73046875, "Shape__Length": 49.088817224518216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180517687453602, 39.992526832065302 ], [ -75.180543852661103, 39.992401410346098 ], [ -75.180596536814605, 39.9924081185126 ], [ -75.180571890802298, 39.9925344133148 ], [ -75.180517687453602, 39.992526832065302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4842, "ADDRESS": "3412 N 22ND ST", "OWNER1": "RAD DIVERSIFIED REIT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112310500", "LNIADDRESSKEY": "674418", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 355.53125, "Shape__Length": 97.017216931517311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165237000789602, 40.006811002477299 ], [ -75.165587393702296, 40.006854773584699 ], [ -75.165573640893001, 40.006916493208102 ], [ -75.165223739633205, 40.006871379360497 ], [ -75.165237000789602, 40.006811002477299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4843, "ADDRESS": "1906-08 W TIOGA ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112102005", "LNIADDRESSKEY": "573067", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1497.140625, "Shape__Length": 159.8581535752914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160385056624605, 40.007201781107298 ], [ -75.160459022653697, 40.006862402542197 ], [ -75.160724065665306, 40.006896025864101 ], [ -75.1606512267076, 40.007234995250002 ], [ -75.160385056624605, 40.007201781107298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4844, "ADDRESS": "2316 N 22ND ST", "OWNER1": "JAMES R YOUNG", "OWNER2": "ESTHER", "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "162214100", "LNIADDRESSKEY": "674103", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.390625, "Shape__Length": 66.880829028195222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168906591503102, 39.990024784202099 ], [ -75.168916061652595, 39.9899807641332 ], [ -75.169154758855996, 39.990010585108898 ], [ -75.169145273811907, 39.990055039598403 ], [ -75.168906591503102, 39.990024784202099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4845, "ADDRESS": "5705 MASTER ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043037310", "LNIADDRESSKEY": "419834", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.171875, "Shape__Length": 69.500965916924073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235006415703197, 39.973377532095398 ], [ -75.235060029150105, 39.973371356122797 ], [ -75.235096475561903, 39.973566797956799 ], [ -75.235042170677403, 39.973573022991701 ], [ -75.235006415703197, 39.973377532095398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4846, "ADDRESS": "3515 N 7TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432088200", "LNIADDRESSKEY": "642802", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.7421875, "Shape__Length": 85.575547955886606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1406605983818, 40.005125562295298 ], [ -75.1406617570496, 40.005120527139503 ], [ -75.140670328070698, 40.005084049227101 ], [ -75.140995213935298, 40.005127139363402 ], [ -75.140985999498298, 40.005167826213899 ], [ -75.1406605983818, 40.005125562295298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4847, "ADDRESS": "6039 TRINITY ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401212500", "LNIADDRESSKEY": "577448", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.76953125, "Shape__Length": 59.410809608864305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232909255664396, 39.933399987135303 ], [ -75.232952166964296, 39.933370381785899 ], [ -75.233088316251894, 39.933484514515598 ], [ -75.233059998456298, 39.933517549758903 ], [ -75.233054151743602, 39.933521596435099 ], [ -75.232909255664396, 39.933399987135303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4848, "ADDRESS": "4918 GERMANTOWN AVE", "OWNER1": "AJA 88 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "123127500", "LNIADDRESSKEY": "310017", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 410.90234375, "Shape__Length": 129.88909462999078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162684798052297, 40.0284895973017 ], [ -75.1627700012628, 40.028404711956 ], [ -75.162775437436196, 40.028407880978797 ], [ -75.162829026198395, 40.0283536195262 ], [ -75.163006413986594, 40.028182200434003 ], [ -75.163057763585201, 40.028213081604399 ], [ -75.162914683353605, 40.028352518375002 ], [ -75.162822589915507, 40.028439409909303 ], [ -75.162817130444907, 40.028436851927601 ], [ -75.162732926482093, 40.028518084806599 ], [ -75.162684798052297, 40.0284895973017 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4849, "ADDRESS": "2208 N 7TH ST", "OWNER1": "2208 N 7TH STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371065100", "LNIADDRESSKEY": "642467", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.9140625, "Shape__Length": 64.577929493437409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1454828957947, 39.985205908367199 ], [ -75.145490269387807, 39.9851657403606 ], [ -75.145724864933996, 39.985191518181502 ], [ -75.145717380273197, 39.985231913440202 ], [ -75.1454828957947, 39.985205908367199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4850, "ADDRESS": "1752 BELFIELD AVE", "OWNER1": "RUIZ PEDRO JOSE TENA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171002700", "LNIADDRESSKEY": "33009", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.7421875, "Shape__Length": 72.166618602096747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153053440076107, 40.029421587200098 ], [ -75.153296659317107, 40.029314215209098 ], [ -75.153284237331505, 40.029371449651201 ], [ -75.153081308885106, 40.029460453179702 ], [ -75.153053440076107, 40.029421587200098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4851, "ADDRESS": "4163 MANTUA AVE", "OWNER1": "GLASS ESTATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062113000", "LNIADDRESSKEY": "409595", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 239.015625, "Shape__Length": 92.104963025052427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207803265293805, 39.971764448718801 ], [ -75.207921430857894, 39.971504090820702 ], [ -75.207971380049599, 39.971517481409599 ], [ -75.207854142135403, 39.971778793570799 ], [ -75.207803265293805, 39.971764448718801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4852, "ADDRESS": "3414 N 22ND ST", "OWNER1": "RAD DIVERSIFIED REIT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112310600", "LNIADDRESSKEY": "674419", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 354.46875, "Shape__Length": 97.00828993146493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165223739633205, 40.006871379360497 ], [ -75.165573640893001, 40.006916493208102 ], [ -75.165561440181307, 40.006978183572301 ], [ -75.165211153370095, 40.0069316092547 ], [ -75.165223739633205, 40.006871379360497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4853, "ADDRESS": "1431 N MYRTLEWOOD ST", "OWNER1": "CUEVAS JAMIE ME", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "292267400", "LNIADDRESSKEY": "444851", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.09375, "Shape__Length": 47.635025469860224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183511701255, 39.9783936862896 ], [ -75.183519314865094, 39.978356893752597 ], [ -75.183682797969894, 39.978378361619797 ], [ -75.183674954157098, 39.978414584760301 ], [ -75.183511701255, 39.9783936862896 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4854, "ADDRESS": "2446 N 29TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "784634850", "LNIADDRESSKEY": "682201", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.66015625, "Shape__Length": 63.715966535675861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179481157450894, 39.993572315204503 ], [ -75.179489541735293, 39.993529656524601 ], [ -75.179707605286296, 39.993558558360697 ], [ -75.179716593727406, 39.993559742859702 ], [ -75.179707872699097, 39.993601862416398 ], [ -75.179698509480801, 39.993600636863 ], [ -75.179481157450894, 39.993572315204503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4855, "ADDRESS": "1504 N HOLLYWOOD ST", "OWNER1": "BOGATIR JACOB", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292259400", "LNIADDRESSKEY": "347171", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.34765625, "Shape__Length": 52.45399030696008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183128364704103, 39.979236911839799 ], [ -75.183137013960703, 39.979196547456702 ], [ -75.183317206529296, 39.979220598143201 ], [ -75.183308912421694, 39.979259857733403 ], [ -75.183128364704103, 39.979236911839799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4856, "ADDRESS": "849 N 40TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243160900", "LNIADDRESSKEY": "686320", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.16015625, "Shape__Length": 71.540373242397436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203243588326998, 39.968943527304297 ], [ -75.202978793795097, 39.968973168565299 ], [ -75.202971089727299, 39.968932419691299 ], [ -75.203235884103705, 39.968902778447998 ], [ -75.203243588326998, 39.968943527304297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4857, "ADDRESS": "2355 N OPAL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162117901", "LNIADDRESSKEY": "460300", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.6953125, "Shape__Length": 48.692305403846028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164375075130806, 39.9901952813455 ], [ -75.164383268722702, 39.990154601498098 ], [ -75.164546242410694, 39.990176295243799 ], [ -75.164537408824501, 39.9902167500722 ], [ -75.164375075130806, 39.9901952813455 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4858, "ADDRESS": "1231 N 17TH ST", "OWNER1": "GRIT 17TH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471246610", "LNIADDRESSKEY": "662732", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.57421875, "Shape__Length": 66.356039317606559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163723908309393, 39.9731156487832 ], [ -75.163732557911999, 39.973073367583403 ], [ -75.163971323731701, 39.973103122322598 ], [ -75.163962294132702, 39.973146006537903 ], [ -75.163723908309393, 39.9731156487832 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4859, "ADDRESS": "2120 N 7TH ST", "OWNER1": "JACOB Y MOTT TRADING INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202034100", "LNIADDRESSKEY": "642418", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.64453125, "Shape__Length": 71.18930376163398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145745919129894, 39.983818630288098 ], [ -75.145753997977593, 39.983778465884001 ], [ -75.146017921857705, 39.983806505773401 ], [ -75.146008308726906, 39.983847893431403 ], [ -75.145745919129894, 39.983818630288098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4860, "ADDRESS": "2501 N STANLEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282107501", "LNIADDRESSKEY": "551222", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.3515625, "Shape__Length": 52.725688553755006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181653653292599, 39.994355409975903 ], [ -75.181828946926004, 39.9943792556261 ], [ -75.181819222768894, 39.9944235772399 ], [ -75.181643518500096, 39.994399512904501 ], [ -75.181653653292599, 39.994355409975903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4861, "ADDRESS": "4269 MANTUA AVE", "OWNER1": "LEV INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062117400", "LNIADDRESSKEY": "409645", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 258.2734375, "Shape__Length": 91.533850296498557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210436682660699, 39.972458824069797 ], [ -75.210469219206402, 39.972388778302502 ], [ -75.210554688464995, 39.972204731101897 ], [ -75.210610514792194, 39.9722195221213 ], [ -75.210535028886099, 39.972382545792001 ], [ -75.210492822414693, 39.97247365474 ], [ -75.210436682660699, 39.972458824069797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4862, "ADDRESS": "2328 N 27TH ST", "OWNER1": "JTPN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281070400", "LNIADDRESSKEY": "679866", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.28515625, "Shape__Length": 66.135264086417891 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176758086222705, 39.991463576148803 ], [ -75.176993012933494, 39.991494150938202 ], [ -75.176983957331998, 39.991538454533398 ], [ -75.176748794041202, 39.991508052374897 ], [ -75.176758086222705, 39.991463576148803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4863, "ADDRESS": "3933 BROWN ST", "OWNER1": "41 DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243123000", "LNIADDRESSKEY": "53921", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 254.41015625, "Shape__Length": 92.779772674846939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201509728059506, 39.9676518366499 ], [ -75.201567308119493, 39.967645990832303 ], [ -75.2015788428685, 39.967712111606801 ], [ -75.201586876794195, 39.967753718246698 ], [ -75.201618136362598, 39.967918413430198 ], [ -75.201561725106004, 39.967924350560502 ], [ -75.201509728059506, 39.9676518366499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4864, "ADDRESS": "3145 W DAKOTA ST", "OWNER1": "MC LEAN ROBERT", "OWNER2": "JULIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282309300", "LNIADDRESSKEY": "107565", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.22265625, "Shape__Length": 56.366461460594685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184295327799305, 39.9920844938827 ], [ -75.184326935243504, 39.9919307572534 ], [ -75.184332317502395, 39.991931426049803 ], [ -75.184342789227202, 39.991932723309397 ], [ -75.184375476423597, 39.991936742625697 ], [ -75.184344724874506, 39.992091159512803 ], [ -75.184295327799305, 39.9920844938827 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4865, "ADDRESS": "1224 N TAYLOR ST", "OWNER1": "SIDDIQUE ANTHONY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291323110", "LNIADDRESSKEY": "565751", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.3125, "Shape__Length": 51.614844921849759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176423203250096, 39.975184336215499 ], [ -75.176421555713603, 39.975184121316403 ], [ -75.176429118728294, 39.975148215530503 ], [ -75.176430754513802, 39.975140433683002 ], [ -75.176602104623896, 39.975163039986498 ], [ -75.176593708314002, 39.975206568803799 ], [ -75.176423203250096, 39.975184336215499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4866, "ADDRESS": "3831 FAIRMOUNT AVE", "OWNER1": "JMC INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243013300", "LNIADDRESSKEY": "283594", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.328125, "Shape__Length": 84.427527872114879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1987863511401, 39.965691743740997 ], [ -75.198845092756699, 39.965684474528601 ], [ -75.198889996967395, 39.965928556415797 ], [ -75.198833769977497, 39.9659346899874 ], [ -75.1987863511401, 39.965691743740997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4867, "ADDRESS": "2309 N REESE ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191323601", "LNIADDRESSKEY": "498800", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.875, "Shape__Length": 59.611369262589108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141813302830002, 39.986509164001397 ], [ -75.141814938862595, 39.986502592182099 ], [ -75.141821649635403, 39.9864691827323 ], [ -75.142033003829994, 39.986496666517503 ], [ -75.142024266443499, 39.986537556840197 ], [ -75.141813302830002, 39.986509164001397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4868, "ADDRESS": "2114 N 30TH ST", "OWNER1": "FINITE DEVELOPERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323260900", "LNIADDRESSKEY": "682974", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.74609375, "Shape__Length": 60.3749048719108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182207356051805, 39.988468119472401 ], [ -75.182215924238506, 39.988427737550602 ], [ -75.182386007736199, 39.9884493386214 ], [ -75.182402241117998, 39.988465063991598 ], [ -75.182437462274706, 39.988499025961801 ], [ -75.182429769466907, 39.988496855882701 ], [ -75.182406866003703, 39.988494586555802 ], [ -75.182207356051805, 39.988468119472401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4869, "ADDRESS": "4916 GERMANTOWN AVE", "OWNER1": "ETHEART-HARPER SABINE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "123127400", "LNIADDRESSKEY": "310016", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 598.2109375, "Shape__Length": 161.24688774773693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162621557258603, 40.028451048481301 ], [ -75.162708906562898, 40.028364325031603 ], [ -75.162714342730197, 40.028367494057299 ], [ -75.162980080886896, 40.028110599424203 ], [ -75.163022421962594, 40.028069754031598 ], [ -75.163068300600102, 40.028096724319902 ], [ -75.163025909355099, 40.0281383096832 ], [ -75.163014476662497, 40.028151093204997 ], [ -75.162993385787303, 40.028174652663701 ], [ -75.163006413986594, 40.028182200434003 ], [ -75.162829026198395, 40.0283536195262 ], [ -75.162775437436196, 40.028407880978797 ], [ -75.1627700012628, 40.028404711956 ], [ -75.162684798052297, 40.0284895973017 ], [ -75.162621557258603, 40.028451048481301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4870, "ADDRESS": "1645 MARGARET ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232156400", "LNIADDRESSKEY": "410019", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.4453125, "Shape__Length": 57.879261687102215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.082241655619796, 40.016300016800997 ], [ -75.082300384702293, 40.016238012329801 ], [ -75.082362547922898, 40.0161724125023 ], [ -75.082406092973201, 40.016196943558597 ], [ -75.082285873738996, 40.016324530877299 ], [ -75.082241655619796, 40.016300016800997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4871, "ADDRESS": "4457 N GRATZ ST", "OWNER1": "PETER BARNWELL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132190400", "LNIADDRESSKEY": "322257", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.12109375, "Shape__Length": 52.580705114505399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155788500909196, 40.0221092446806 ], [ -75.155791027369403, 40.022098565015 ], [ -75.155797210581994, 40.022070092912699 ], [ -75.155979276155705, 40.022096160241801 ], [ -75.155971919452398, 40.022133376115299 ], [ -75.155788500909196, 40.0221092446806 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4872, "ADDRESS": "1830 N 32ND ST", "OWNER1": "SCOTT PAUL WILLIAM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323321100", "LNIADDRESSKEY": "684125", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 254.3515625, "Shape__Length": 91.332348623147666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186519675291706, 39.984728392388497 ], [ -75.186298787145901, 39.9846994882475 ], [ -75.186306504926193, 39.984655493184697 ], [ -75.186646419329904, 39.984699321900699 ], [ -75.186654333342702, 39.984700627171101 ], [ -75.186644544741796, 39.984745108722699 ], [ -75.186635340417098, 39.984743582042299 ], [ -75.186519675291706, 39.984728392388497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4873, "ADDRESS": "4191 LEIDY AVE", "OWNER1": "MCHUGH JOHN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062198300", "LNIADDRESSKEY": "388123", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 232.55078125, "Shape__Length": 85.507815273793724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209281246687198, 39.975155202550702 ], [ -75.209285239893603, 39.975148713644202 ], [ -75.209289436222605, 39.975141842929901 ], [ -75.209419558190106, 39.974928705098897 ], [ -75.209471894394994, 39.974947821880797 ], [ -75.209345789590898, 39.975152698667699 ], [ -75.209341263984697, 39.975160545312697 ], [ -75.209337013203694, 39.975167736931603 ], [ -75.209332873143893, 39.975174238356097 ], [ -75.209281246687198, 39.975155202550702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4874, "ADDRESS": "2122-24 HAINES ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "102122815", "LNIADDRESSKEY": "329784", "COUNCILDISTRICT": "9", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 756.78515625, "Shape__Length": 111.72403376444711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157287495431106, 40.056447014082799 ], [ -75.157136957210895, 40.056257206985698 ], [ -75.157313219143802, 40.056171349060001 ], [ -75.157465802097903, 40.056367488890899 ], [ -75.157287495431106, 40.056447014082799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4875, "ADDRESS": "1521 W VENANGO ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131003010", "LNIADDRESSKEY": "587765", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.52734375, "Shape__Length": 71.45414790212827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154146155900094, 40.008074922785497 ], [ -75.154106275361102, 40.008270893464697 ], [ -75.154044864547203, 40.008263508644703 ], [ -75.154086385593402, 40.008066849756503 ], [ -75.154146155900094, 40.008074922785497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4876, "ADDRESS": "4938 PASCHALL AVE", "OWNER1": "1819 INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273176100", "LNIADDRESSKEY": "472085", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.5703125, "Shape__Length": 70.495703605025582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212050255018895, 39.938961558484102 ], [ -75.212085784384001, 39.938936505054102 ], [ -75.212148250268299, 39.938988695923499 ], [ -75.212161944278407, 39.9390010565984 ], [ -75.212179291067997, 39.939014883387799 ], [ -75.212183904260002, 39.939018644659797 ], [ -75.212266016940106, 39.9390892125192 ], [ -75.212254787748293, 39.939097200347 ], [ -75.212230936386504, 39.9391140011301 ], [ -75.212190855903998, 39.939079795213601 ], [ -75.212144923934204, 39.939041333213801 ], [ -75.212104141802897, 39.939006838059903 ], [ -75.212050255018895, 39.938961558484102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4877, "ADDRESS": "518 W BERKS ST", "OWNER1": "BERKS STREET INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "183041800", "LNIADDRESSKEY": "37084", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.96875, "Shape__Length": 60.947132899259458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143934828039505, 39.979748165004601 ], [ -75.143999110443005, 39.979736332433802 ], [ -75.143965948369299, 39.979905718193002 ], [ -75.143906197168107, 39.979897666732001 ], [ -75.143934828039505, 39.979748165004601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4878, "ADDRESS": "2306 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191243001", "LNIADDRESSKEY": "388675", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.0546875, "Shape__Length": 45.736203268246335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1403021109994, 39.986096605762903 ], [ -75.140293623555905, 39.986129860987703 ], [ -75.140288288290094, 39.986129095441399 ], [ -75.140135454868698, 39.986107339531898 ], [ -75.140142182818494, 39.986074608572203 ], [ -75.140166127918505, 39.986078602863898 ], [ -75.140188136988698, 39.986081198213803 ], [ -75.140295294421406, 39.986095677012301 ], [ -75.1403021109994, 39.986096605762903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4879, "ADDRESS": "2303 N 10TH ST", "OWNER1": "DAUPHIN PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371156700", "LNIADDRESSKEY": "732825", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.47265625, "Shape__Length": 70.23742123345454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148618801600904, 39.987109009935502 ], [ -75.148609563582696, 39.987107800419203 ], [ -75.148618905960504, 39.987063054641503 ], [ -75.148628121468803, 39.9870642782885 ], [ -75.148871799138107, 39.987096028636799 ], [ -75.148862425184703, 39.987140532692898 ], [ -75.148618801600904, 39.987109009935502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4880, "ADDRESS": "525 W MONTGOMERY AVE", "OWNER1": "V2 PROPERTIES ENTITY 2 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183030110", "LNIADDRESSKEY": "435703", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.9609375, "Shape__Length": 63.220759276151206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144006790179702, 39.978535996681003 ], [ -75.144064678675306, 39.978542694831901 ], [ -75.144029398544205, 39.978714571130801 ], [ -75.143974078675001, 39.978707543856203 ], [ -75.144006790179702, 39.978535996681003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4881, "ADDRESS": "2817 W OXFORD ST", "OWNER1": "HUMMEL NATHAN D", "OWNER2": null, "BLDG_DESC": "APT 2-4 UNTS 3STY MASONR", "OPA_ID": "324006400", "LNIADDRESSKEY": "466951", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.7734375, "Shape__Length": 67.007195421070151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181217238705699, 39.980343761283997 ], [ -75.181268963858699, 39.980350690033099 ], [ -75.181227040569794, 39.9805394650705 ], [ -75.181177729102103, 39.980532429277403 ], [ -75.181217238705699, 39.980343761283997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4882, "ADDRESS": "3930 BROWN ST", "OWNER1": "ATLAS BUILD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243068700", "LNIADDRESSKEY": "53918", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.41796875, "Shape__Length": 82.49225994183584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201447668590703, 39.967277289022597 ], [ -75.201492066103, 39.967513928483797 ], [ -75.201434435993306, 39.967521111142098 ], [ -75.201390728517495, 39.967283406901601 ], [ -75.201447668590703, 39.967277289022597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4883, "ADDRESS": "910 N 43RD ST", "OWNER1": "UNITY PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062316400", "LNIADDRESSKEY": "687396", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.859375, "Shape__Length": 74.941708671861377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210564166053004, 39.970072091829302 ], [ -75.210571251824007, 39.970112354505098 ], [ -75.210291734828203, 39.9701436138633 ], [ -75.210283965234197, 39.970102030704197 ], [ -75.210564166053004, 39.970072091829302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4884, "ADDRESS": "4649-51 N 8TH ST", "OWNER1": "ESTUDANTE ARMANDO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491247400", "LNIADDRESSKEY": "646013", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 59.06640625, "Shape__Length": 34.483556385555381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138328291566694, 40.022865993138304 ], [ -75.138333773176896, 40.022850237294001 ], [ -75.1384263914168, 40.022805094086799 ], [ -75.138410708137897, 40.022876889001097 ], [ -75.1383391050055, 40.022867423913098 ], [ -75.138328291566694, 40.022865993138304 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4885, "ADDRESS": "748 N DEKALB ST", "OWNER1": "KAY GEORGE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243090600", "LNIADDRESSKEY": "111108", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.1171875, "Shape__Length": 69.054815288955027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197686173985204, 39.9671784782659 ], [ -75.197693650639295, 39.967217009416601 ], [ -75.1974347371183, 39.967244811174403 ], [ -75.197428047486397, 39.967209295610097 ], [ -75.197686173985204, 39.9671784782659 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4886, "ADDRESS": "741 N PRESTON ST", "OWNER1": "TIDA INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061188900", "LNIADDRESSKEY": "489907", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.7421875, "Shape__Length": 65.19553369431496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203561758811205, 39.965926073675199 ], [ -75.203555947082705, 39.965891109611299 ], [ -75.203798515775503, 39.9658637863295 ], [ -75.203805561732196, 39.9659005020645 ], [ -75.203755096198606, 39.9659060552233 ], [ -75.2037042247605, 39.965911229940502 ], [ -75.203650097756906, 39.965916686029999 ], [ -75.203597498161997, 39.965922160224601 ], [ -75.203561758811205, 39.965926073675199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4887, "ADDRESS": "1426 W CUMBERLAND ST", "OWNER1": "A G CONSULTING SERVICES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161289600", "LNIADDRESSKEY": "106011", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.7578125, "Shape__Length": 48.714635524928461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156350056217207, 39.9909327473394 ], [ -75.156376079489903, 39.990805068748301 ], [ -75.156425795169994, 39.990811512650097 ], [ -75.156399167598195, 39.990939143807303 ], [ -75.156350056217207, 39.9909327473394 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4888, "ADDRESS": "4627 GERMANTOWN AVE", "OWNER1": "S3 ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121145200", "LNIADDRESSKEY": "309955", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 295.0703125, "Shape__Length": 92.633236068363146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159473639614902, 40.025231493192003 ], [ -75.159805835236895, 40.025212775867203 ], [ -75.159810734074796, 40.025265179046698 ], [ -75.159527042628795, 40.025281557670198 ], [ -75.159448602363398, 40.025268891562 ], [ -75.159455750473498, 40.025232685569698 ], [ -75.159473639614902, 40.025231493192003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4889, "ADDRESS": "2205 N 8TH ST", "OWNER1": "AHM PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371096300", "LNIADDRESSKEY": "645108", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.5, "Shape__Length": 67.805869111486928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146400265072998, 39.985256802369697 ], [ -75.1464113069799, 39.9852147702018 ], [ -75.146655221411706, 39.985247787725697 ], [ -75.146645823067104, 39.985290146647898 ], [ -75.146400265072998, 39.985256802369697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4890, "ADDRESS": "1239 W VENANGO ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "432044310", "LNIADDRESSKEY": "587706", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.640625, "Shape__Length": 76.015014769602985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149141035296196, 40.007646471167902 ], [ -75.149187276954706, 40.007432010662598 ], [ -75.149240027847696, 40.007438896714604 ], [ -75.149244032482002, 40.007439422174102 ], [ -75.149197872597995, 40.0076539318542 ], [ -75.149141035296196, 40.007646471167902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4891, "ADDRESS": "1240 W ERIE AVE", "OWNER1": "DEVEAUX MARQUITA M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432057600", "LNIADDRESSKEY": "138902", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 255.20703125, "Shape__Length": 94.16020644172454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148994351140502, 40.008810534674801 ], [ -75.148943357146294, 40.008803753660899 ], [ -75.149005692689798, 40.008527082025502 ], [ -75.149060578910095, 40.0085340311579 ], [ -75.149022433331496, 40.008706230275102 ], [ -75.149007476972301, 40.008773804648698 ], [ -75.148999189196502, 40.008811175881597 ], [ -75.148994351140502, 40.008810534674801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4892, "ADDRESS": "6135 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401276401", "LNIADDRESSKEY": "500541", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.30078125, "Shape__Length": 61.964433060121721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232584822661096, 39.930254060994798 ], [ -75.232621183852601, 39.930228294426001 ], [ -75.232637091506604, 39.930242555008597 ], [ -75.232656178344399, 39.930259770817202 ], [ -75.2326731182674, 39.930273296090697 ], [ -75.232722431596301, 39.930317852767502 ], [ -75.232742349203093, 39.9303340866905 ], [ -75.232773120477603, 39.930360859492502 ], [ -75.232747919268206, 39.9303792948213 ], [ -75.232738468211295, 39.9303851972495 ], [ -75.232634989946902, 39.930296493211003 ], [ -75.232584822661096, 39.930254060994798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4893, "ADDRESS": "1514 S LAMBERT ST", "OWNER1": "KROUT DANIELLE", "OWNER2": "LEAL JONATHAN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363259700", "LNIADDRESSKEY": "376853", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.6953125, "Shape__Length": 45.506734096575059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179179244128505, 39.932800600776602 ], [ -75.179187952533297, 39.932763026685699 ], [ -75.179340055562307, 39.932782943927599 ], [ -75.179331394899705, 39.9328209211751 ], [ -75.179179244128505, 39.932800600776602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4894, "ADDRESS": "1427 HANSON ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273042500", "LNIADDRESSKEY": "332249", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.546875, "Shape__Length": 50.275785001176871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211461459515604, 39.940724166485403 ], [ -75.211495173687197, 39.940751655548503 ], [ -75.211364790644396, 39.9408436329702 ], [ -75.211331907250795, 39.940815760184599 ], [ -75.211461459515604, 39.940724166485403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4895, "ADDRESS": "4619 GERMANTOWN AVE", "OWNER1": "AJA 88 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121144800", "LNIADDRESSKEY": "309951", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.60546875, "Shape__Length": 82.600578242820276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159785036746399, 40.025002829661503 ], [ -75.159790803995804, 40.0250550102826 ], [ -75.159484688633896, 40.025072736839398 ], [ -75.159488471891294, 40.025019788405501 ], [ -75.159785036746399, 40.025002829661503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4896, "ADDRESS": "5325 N 3RD ST", "OWNER1": "PHILA NEWTOWN RAILROAD CO", "OWNER2": null, "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "885497840", "LNIADDRESSKEY": "633137", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "ICMX", "ZIPCODE": "19120", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 2598.234375, "Shape__Length": 323.09172474534085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127124536111694, 40.032134296191103 ], [ -75.1271346483923, 40.032010638441498 ], [ -75.127138064440501, 40.0320110734868 ], [ -75.127138460959102, 40.032011125341 ], [ -75.127141445486501, 40.032011504353903 ], [ -75.127143938605201, 40.032011822587698 ], [ -75.127541370883094, 40.0320624839309 ], [ -75.128025014198201, 40.032124127975401 ], [ -75.128414359023395, 40.032173752417698 ], [ -75.128384342979601, 40.032298254494997 ], [ -75.127133275902096, 40.032134975582601 ], [ -75.127124536111694, 40.032134296191103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4897, "ADDRESS": "6072 REGENT ST", "OWNER1": "JOHN D FRASIER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401237600", "LNIADDRESSKEY": "500009", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.203125, "Shape__Length": 59.625570766956912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232636553907298, 39.931931591863901 ], [ -75.232678753942295, 39.931901972147301 ], [ -75.2327897440871, 39.931994822249301 ], [ -75.232819372220405, 39.932020248843898 ], [ -75.232774812884998, 39.932051396949397 ], [ -75.232774028845697, 39.9320477205681 ], [ -75.232759598684098, 39.932035346245598 ], [ -75.232686209905907, 39.931973722234197 ], [ -75.232636553907298, 39.931931591863901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4898, "ADDRESS": "3835 FAIRMOUNT AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243013510", "LNIADDRESSKEY": "283598", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.9453125, "Shape__Length": 84.365660183668894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198901137159893, 39.965678208503 ], [ -75.198957343414605, 39.965672075568499 ], [ -75.199004569547498, 39.965915725862303 ], [ -75.198947053514601, 39.965922120277703 ], [ -75.198945924171397, 39.965919258126497 ], [ -75.198921410128193, 39.965789933462503 ], [ -75.198901137159893, 39.965678208503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4899, "ADDRESS": "6160 HEGERMAN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411363310", "LNIADDRESSKEY": "339003", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.01171875, "Shape__Length": 85.157894234904816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055558954592101, 40.018524984827103 ], [ -75.055514704544606, 40.018547859130599 ], [ -75.055512206922899, 40.0185491498396 ], [ -75.055330724658702, 40.0183416934834 ], [ -75.055377523126594, 40.018317501580803 ], [ -75.055558954592101, 40.018524984827103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4900, "ADDRESS": "1925 W LEHIGH AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111005900", "LNIADDRESSKEY": "387703", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.171875, "Shape__Length": 78.781490291085674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163355457063105, 39.995428099450201 ], [ -75.163403806555493, 39.995205300126599 ], [ -75.163461708303004, 39.995212102180602 ], [ -75.163413869060804, 39.995435235135197 ], [ -75.163355457063105, 39.995428099450201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4901, "ADDRESS": "4671 GERMANTOWN AVE", "OWNER1": "KAJEN PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121147400", "LNIADDRESSKEY": "309978", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.66015625, "Shape__Length": 86.309314613699186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159882624857801, 40.0263609992951 ], [ -75.159832261293801, 40.026358750622997 ], [ -75.159779785011196, 40.026356890142402 ], [ -75.159781560561697, 40.026351593926101 ], [ -75.159782546488401, 40.026343878693702 ], [ -75.159787217397195, 40.026320949586498 ], [ -75.159932485229504, 40.026328062081703 ], [ -75.1599606767642, 40.026329438987297 ], [ -75.160087552665999, 40.026271287029097 ], [ -75.160113109178099, 40.026304361883597 ], [ -75.160104076356603, 40.026309186965499 ], [ -75.160063343359795, 40.026327644673401 ], [ -75.159996557526995, 40.0263584747766 ], [ -75.159982483999798, 40.026365169525498 ], [ -75.159966432900504, 40.0263648717169 ], [ -75.1599037876246, 40.0263619440029 ], [ -75.159882624857801, 40.0263609992951 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4902, "ADDRESS": "2933 RIDGE AVE", "OWNER1": "GALLON COMPANY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323046300", "LNIADDRESSKEY": "504318", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.6015625, "Shape__Length": 49.873373784486489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181579520734203, 39.987725717543 ], [ -75.181712537129599, 39.987623029237596 ], [ -75.181735563508198, 39.987640856276201 ], [ -75.1817404299413, 39.987644624397902 ], [ -75.181615127936794, 39.9877417470558 ], [ -75.181579520734203, 39.987725717543 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4903, "ADDRESS": "1930 W YORK ST", "OWNER1": "5967 REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162255000", "LNIADDRESSKEY": "629239", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.16796875, "Shape__Length": 61.509122698181571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164644747588, 39.990489320422803 ], [ -75.164682288670804, 39.990319570040199 ], [ -75.164732905043394, 39.990326593757302 ], [ -75.164696256833906, 39.990496009490002 ], [ -75.164644747588, 39.990489320422803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4904, "ADDRESS": "1920 S ALDEN ST", "OWNER1": "RML PROPERTY MANAGEMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401021700", "LNIADDRESSKEY": "7390", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.68359375, "Shape__Length": 54.064751771093178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227341429194695, 39.935797178808102 ], [ -75.227375864143994, 39.935826242204399 ], [ -75.227234724101095, 39.9359256735071 ], [ -75.227200357409501, 39.935896466283701 ], [ -75.227341429194695, 39.935797178808102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4905, "ADDRESS": "1212 W OAKDALE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371440301", "LNIADDRESSKEY": "454040", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.66796875, "Shape__Length": 48.106046640933457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151355130106495, 39.993007835990198 ], [ -75.151359724042905, 39.9929858233536 ], [ -75.151365258727495, 39.992961688715603 ], [ -75.151373964154004, 39.992918216782499 ], [ -75.151381672785504, 39.992881621836197 ], [ -75.151429941837506, 39.992888130859598 ], [ -75.151404010109005, 39.993014261994702 ], [ -75.151402404604198, 39.993014048822403 ], [ -75.151355130106495, 39.993007835990198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4906, "ADDRESS": "1347 W PIKE ST", "OWNER1": "INFINITI PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433003300", "LNIADDRESSKEY": "483798", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.9140625, "Shape__Length": 73.979026713081012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149948558786505, 40.012333905517799 ], [ -75.150001634156197, 40.012340604759402 ], [ -75.149960427481901, 40.012533610320098 ], [ -75.1499010703577, 40.012553512176098 ], [ -75.149948558786505, 40.012333905517799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4907, "ADDRESS": "6109 UPLAND ST", "OWNER1": "BROOKS VIVIAN B", "OWNER2": "BROOKS LARRY E", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401291200", "LNIADDRESSKEY": "583880", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.11328125, "Shape__Length": 62.501795312811907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231729310370895, 39.9302247845173 ], [ -75.231879773697202, 39.930351305425702 ], [ -75.231838383172501, 39.930380572076203 ], [ -75.231817839442002, 39.930363711565199 ], [ -75.231762734156305, 39.9303178346075 ], [ -75.231736743063195, 39.9302959857011 ], [ -75.231714959113006, 39.930278130490997 ], [ -75.231686282771406, 39.930254724698699 ], [ -75.231688045407694, 39.930253505388698 ], [ -75.2316912260615, 39.930251286702799 ], [ -75.231729310370895, 39.9302247845173 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4908, "ADDRESS": "1519 W VENANGO ST", "OWNER1": "LIU LIJION", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131003005", "LNIADDRESSKEY": "587763", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.04296875, "Shape__Length": 73.1000171820167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153812649806099, 40.008231998749899 ], [ -75.153850910037804, 40.008037861125999 ], [ -75.153911717944894, 40.008046184122001 ], [ -75.153868671150605, 40.008248756301597 ], [ -75.153810858708397, 40.008241033750501 ], [ -75.153812649806099, 40.008231998749899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4909, "ADDRESS": "511 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191403001", "LNIADDRESSKEY": "558958", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.98828125, "Shape__Length": 66.791207394137871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142231219240102, 39.984753799053202 ], [ -75.142269799184405, 39.984573133210297 ], [ -75.142329612571203, 39.984581117016603 ], [ -75.142319071481694, 39.984627544825798 ], [ -75.142318473049698, 39.984634398143598 ], [ -75.142311334432307, 39.984668055811099 ], [ -75.142302276246497, 39.984707473572101 ], [ -75.142297859638205, 39.984733003921697 ], [ -75.142291765023103, 39.984761816411201 ], [ -75.142231219240102, 39.984753799053202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4910, "ADDRESS": "3812 FOLSOM ST", "OWNER1": "WOODWARD SYLVESTER", "OWNER2": "WOODWARD ERIE L", "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "243051610", "LNIADDRESSKEY": "293617", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.6328125, "Shape__Length": 75.91494623802339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198521341717694, 39.967055007033302 ], [ -75.198527420879202, 39.9670543358149 ], [ -75.1985710298149, 39.967049534591801 ], [ -75.198571826483601, 39.967053421000699 ], [ -75.198584983209798, 39.967117547569401 ], [ -75.198591247937301, 39.9671515703239 ], [ -75.198597001600902, 39.967186339685 ], [ -75.198611410689495, 39.967269579652601 ], [ -75.198559958223399, 39.967275141274797 ], [ -75.198555018351101, 39.967238229846203 ], [ -75.198522036126803, 39.9670588100781 ], [ -75.198521341717694, 39.967055007033302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4911, "ADDRESS": "2263 N 22ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162209701", "LNIADDRESSKEY": "674086", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 269.890625, "Shape__Length": 92.931831189554572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168459602401398, 39.989389685731702 ], [ -75.168811040699893, 39.989435068438802 ], [ -75.168801142564305, 39.989480448416302 ], [ -75.168449578032394, 39.9894367240896 ], [ -75.168459602401398, 39.989389685731702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4912, "ADDRESS": "2942 W YORK ST", "OWNER1": "LEIVAS CONTRACTOR INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282338700", "LNIADDRESSKEY": "629452", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.44921875, "Shape__Length": 49.228488742705181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180762483872897, 39.992559231640897 ], [ -75.180787803868597, 39.992432839265199 ], [ -75.180841399647505, 39.992439294041297 ], [ -75.180814905175197, 39.9925662728254 ], [ -75.180762483872897, 39.992559231640897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4913, "ADDRESS": "1833 WILLINGTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321104501", "LNIADDRESSKEY": "614882", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.44921875, "Shape__Length": 70.629243502112558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161107718784194, 39.981381898655698 ], [ -75.161190004570599, 39.981392411381897 ], [ -75.161370473267397, 39.981414117348002 ], [ -75.161361774316703, 39.981453785481499 ], [ -75.161099293702193, 39.981419332798403 ], [ -75.161107718784194, 39.981381898655698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4914, "ADDRESS": "416 W DAUPHIN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191412301", "LNIADDRESSKEY": "110372", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.83203125, "Shape__Length": 51.431137382494185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140388960793601, 39.985672626580801 ], [ -75.140359076744204, 39.985809015159802 ], [ -75.140310762920507, 39.985802758241803 ], [ -75.140339270130795, 39.985665128743598 ], [ -75.140388960793601, 39.985672626580801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4915, "ADDRESS": "2616 N 11TH ST", "OWNER1": "11TH ST TRIPLEX LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371197100", "LNIADDRESSKEY": "733043", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.3203125, "Shape__Length": 68.93697966201961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149572014906397, 39.992146273904503 ], [ -75.149581815879301, 39.992102134243602 ], [ -75.149829305386504, 39.992136079131498 ], [ -75.149819624082994, 39.992179850976498 ], [ -75.149572014906397, 39.992146273904503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4916, "ADDRESS": "707 N DEKALB ST", "OWNER1": "JAMES M JOHNSON", "OWNER2": "ELRELA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243085600", "LNIADDRESSKEY": "111070", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.3828125, "Shape__Length": 66.786871834233139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196884459127105, 39.966254620404698 ], [ -75.197136388758196, 39.966226389773098 ], [ -75.197142879796203, 39.966259354473401 ], [ -75.196890857467096, 39.966290048437799 ], [ -75.196884459127105, 39.966254620404698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4917, "ADDRESS": "4728 DEVEREAUX AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411149000", "LNIADDRESSKEY": "115434", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.4609375, "Shape__Length": 70.857225821276913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055198671883005, 40.0184531547361 ], [ -75.055231618755201, 40.018490833747997 ], [ -75.055018798743205, 40.018602647390097 ], [ -75.054984774367398, 40.018563735622003 ], [ -75.055198671883005, 40.0184531547361 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4918, "ADDRESS": "2602-04 W HUNTINGDON ST", "OWNER1": "DIVINE LIGHT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281303800", "LNIADDRESSKEY": "354159", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 573.8515625, "Shape__Length": 108.88819592016887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174474274300707, 39.994815673713802 ], [ -75.174533488279096, 39.994543078841701 ], [ -75.174593490426403, 39.9945508403028 ], [ -75.174659588674402, 39.994559255459698 ], [ -75.174601482415099, 39.994831922541898 ], [ -75.174474274300707, 39.994815673713802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4919, "ADDRESS": "2406 N 19TH ST", "OWNER1": "I M LISTENING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162089100", "LNIADDRESSKEY": "668214", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.69140625, "Shape__Length": 65.43955633600217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1637797498515, 39.990680615890597 ], [ -75.163777707308398, 39.990680344613899 ], [ -75.163548508183794, 39.990650371715603 ], [ -75.163550744530696, 39.990640057051799 ], [ -75.163557071403105, 39.990610958287597 ], [ -75.163786174751195, 39.990641251126704 ], [ -75.1637882172503, 39.990641523528502 ], [ -75.163795579101105, 39.990642494688103 ], [ -75.163788961783396, 39.990672071214597 ], [ -75.163787006928104, 39.990681570048203 ], [ -75.1637797498515, 39.990680615890597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4920, "ADDRESS": "3119 EUCLID AVE", "OWNER1": "UNCHARTED WATERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323021000", "LNIADDRESSKEY": "140117", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.4140625, "Shape__Length": 67.547768944186515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185060845557899, 39.985037779342498 ], [ -75.185102738940998, 39.984844585241397 ], [ -75.185150128148507, 39.984851012053497 ], [ -75.185107610380399, 39.985044111124303 ], [ -75.185060845557899, 39.985037779342498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4921, "ADDRESS": "2361 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162180901", "LNIADDRESSKEY": "672348", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.40234375, "Shape__Length": 77.572650325085348 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166894296089296, 39.990726409794 ], [ -75.166883420721405, 39.990773767896997 ], [ -75.166603377165501, 39.990736095231803 ], [ -75.166614364329305, 39.990686919617602 ], [ -75.166894296089296, 39.990726409794 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4922, "ADDRESS": "3048 REDNER ST", "OWNER1": "KEMMERER BRNDAN J", "OWNER2": "KEMMERER HEATHER M", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292219100", "LNIADDRESSKEY": "497647", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.56640625, "Shape__Length": 57.934920198766946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185346526153097, 39.980212372606601 ], [ -75.185380493363596, 39.980058044317701 ], [ -75.185435454657096, 39.980065268756 ], [ -75.185401775874197, 39.9802197161302 ], [ -75.185346526153097, 39.980212372606601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4923, "ADDRESS": "6112 E WISTER ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122316000", "LNIADDRESSKEY": "619955", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 328.27734375, "Shape__Length": 102.12721399865218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158196238372994, 40.046873440158798 ], [ -75.1581997108553, 40.046819861933898 ], [ -75.158605074787403, 40.046836441530999 ], [ -75.158552981716795, 40.046887098389803 ], [ -75.158196238372994, 40.046873440158798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4924, "ADDRESS": "6068 ALLMAN ST", "OWNER1": "LEON DAVID", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401249100", "LNIADDRESSKEY": "12085", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.83984375, "Shape__Length": 59.126202041512911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232220959156507, 39.931710755649597 ], [ -75.232165993893304, 39.931663866116999 ], [ -75.232208063504103, 39.931634372101101 ], [ -75.232283718347503, 39.931699253733399 ], [ -75.232291694903694, 39.931706070321702 ], [ -75.232347244865693, 39.931753568411501 ], [ -75.232305638696303, 39.931782991563303 ], [ -75.232220959156507, 39.931710755649597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4925, "ADDRESS": "2418 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162089701", "LNIADDRESSKEY": "668226", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.01953125, "Shape__Length": 67.371621922327449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163723600166307, 39.990939944669201 ], [ -75.163721495349606, 39.9909396550946 ], [ -75.163491670572498, 39.990909555377797 ], [ -75.163498406488301, 39.990880175256102 ], [ -75.163502052208699, 39.990864266636301 ], [ -75.163731281341299, 39.990894546632703 ], [ -75.163733366317501, 39.990894818866103 ], [ -75.163740748633998, 39.990895791615998 ], [ -75.163739003110194, 39.9909042150734 ], [ -75.1637314620137, 39.990940975527899 ], [ -75.163723600166307, 39.990939944669201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4926, "ADDRESS": "4939 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442082100", "LNIADDRESSKEY": "314572", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.45703125, "Shape__Length": 71.936486958568622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220407931652502, 39.972705550550302 ], [ -75.220455349453701, 39.972695844657302 ], [ -75.220461218462901, 39.972694651816298 ], [ -75.220531921223596, 39.9728951419726 ], [ -75.220476496951704, 39.972901012225698 ], [ -75.220407931652502, 39.972705550550302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4927, "ADDRESS": "2206 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191239201", "LNIADDRESSKEY": "388627", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.5078125, "Shape__Length": 40.405370037044158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140454181624506, 39.984621024640703 ], [ -75.140461266071, 39.984588800714697 ], [ -75.140598343932794, 39.984607118801897 ], [ -75.140590377306594, 39.984639402643197 ], [ -75.140454181624506, 39.984621024640703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4928, "ADDRESS": "842 E CHELTEN AVE", "OWNER1": "HARRIS DAWNAH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122117800", "LNIADDRESSKEY": "77755", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 314.6484375, "Shape__Length": 108.73176801745184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163678910346405, 40.046402843755999 ], [ -75.163641409861697, 40.046438011829103 ], [ -75.163307933980605, 40.0462323422013 ], [ -75.163343743151401, 40.046196411961802 ], [ -75.163678910346405, 40.046402843755999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4929, "ADDRESS": "1834 KINSEY ST", "OWNER1": "BEKMEZ INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232067600", "LNIADDRESSKEY": "372855", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.52734375, "Shape__Length": 62.569311779957502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.083374344991697, 40.010555871932802 ], [ -75.083437521210897, 40.010618515315898 ], [ -75.083280744111704, 40.010690285320798 ], [ -75.083261247216001, 40.010663588570402 ], [ -75.083253488734996, 40.010651914480597 ], [ -75.083237605938393, 40.010630347491102 ], [ -75.083231508452897, 40.010622290232398 ], [ -75.083227421434501, 40.0106185359557 ], [ -75.083374344991697, 40.010555871932802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4930, "ADDRESS": "1821 N MARSHALL ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201131001", "LNIADDRESSKEY": "413802", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.86328125, "Shape__Length": 58.674697958688448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145367694960797, 39.979374372276403 ], [ -75.145375610248806, 39.979331898699598 ], [ -75.145580486246303, 39.979356198589898 ], [ -75.145579471156694, 39.979361366561903 ], [ -75.145571981136399, 39.979399319916602 ], [ -75.145367694960797, 39.979374372276403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4931, "ADDRESS": "1700 N NEWKIRK ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324158601", "LNIADDRESSKEY": "449821", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.9296875, "Shape__Length": 51.776757719248877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180883666600806, 39.981784782738103 ], [ -75.180892925961004, 39.9817399834076 ], [ -75.181064182175405, 39.981763338512998 ], [ -75.181055745162396, 39.981806913994198 ], [ -75.180883666600806, 39.981784782738103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4932, "ADDRESS": "2211 W DAUPHIN ST", "OWNER1": "ATALAN MUHARREM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162252000", "LNIADDRESSKEY": "110684", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.984375, "Shape__Length": 54.823434072170215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169233411614499, 39.989674724567102 ], [ -75.169235515135, 39.989664567881903 ], [ -75.169287274598702, 39.989671293181303 ], [ -75.169255685701103, 39.989818159986498 ], [ -75.169205090881903, 39.9898116861159 ], [ -75.169233411614499, 39.989674724567102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4933, "ADDRESS": "6121 VANDIKE ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411342110", "LNIADDRESSKEY": "586581", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.48828125, "Shape__Length": 65.826366962311411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.056594402776298, 40.0182692785054 ], [ -75.056546339199997, 40.0182945022 ], [ -75.0564132626983, 40.018139592327501 ], [ -75.056433421814106, 40.018131304796398 ], [ -75.056461974731207, 40.018119843121703 ], [ -75.056594402776298, 40.0182692785054 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4934, "ADDRESS": "1613 N 27TH ST", "OWNER1": "WILLIE THOMAS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324127600", "LNIADDRESSKEY": "679658", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.60546875, "Shape__Length": 81.50670004026874 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178685337181804, 39.980313963668401 ], [ -75.178693834972293, 39.980274386803003 ], [ -75.179003375574894, 39.980312304191003 ], [ -75.178995357012795, 39.980351988670101 ], [ -75.178685337181804, 39.980313963668401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4935, "ADDRESS": "6117 VANDIKE ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411341900", "LNIADDRESSKEY": "586577", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.27734375, "Shape__Length": 63.354413129137136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.0566896425251, 40.018219300187702 ], [ -75.056641285826998, 40.018244676980899 ], [ -75.056514976034805, 40.018098356375802 ], [ -75.056567249315606, 40.018077163390103 ], [ -75.0566896425251, 40.018219300187702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4936, "ADDRESS": "3912 ASPEN ST", "OWNER1": "H2R INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243038600", "LNIADDRESSKEY": "23859", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.66796875, "Shape__Length": 85.282085206029677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200685240696501, 39.966211736160403 ], [ -75.200741524792093, 39.966205797791503 ], [ -75.200787590105804, 39.966453725959298 ], [ -75.200731844497597, 39.966459273119398 ], [ -75.200685240696501, 39.966211736160403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4937, "ADDRESS": "1325 DORRANCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361157900", "LNIADDRESSKEY": "121831", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.953125, "Shape__Length": 47.564736014406854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174969126705406, 39.934393711043498 ], [ -75.174977151942102, 39.9343560092505 ], [ -75.1751389745274, 39.934376439693899 ], [ -75.175130894450902, 39.934413930779499 ], [ -75.174969126705406, 39.934393711043498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4938, "ADDRESS": "4106 GERMANTOWN AVE", "OWNER1": "PHILLY HOLDINGS 18 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131125300", "LNIADDRESSKEY": "309775", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.390625, "Shape__Length": 65.021805498937397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154129414574498, 40.016176381427698 ], [ -75.154105084938806, 40.016130895391797 ], [ -75.1543116412182, 40.016058561803199 ], [ -75.154333043214706, 40.016095495152797 ], [ -75.154192247915404, 40.016144799907302 ], [ -75.154196563851798, 40.016152865851701 ], [ -75.154129414574498, 40.016176381427698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4939, "ADDRESS": "3723 ASPEN ST", "OWNER1": "LAND WITH A PLAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243043700", "LNIADDRESSKEY": "23774", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.96484375, "Shape__Length": 48.596124709509567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197381133614101, 39.966961395388999 ], [ -75.197436694999396, 39.966955200397301 ], [ -75.197460656230504, 39.967077436852797 ], [ -75.197403308838403, 39.967083753180397 ], [ -75.197381133614101, 39.966961395388999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4940, "ADDRESS": "2439 N STANLEY ST", "OWNER1": "WALKER DENNET J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282105900", "LNIADDRESSKEY": "551190", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.73046875, "Shape__Length": 47.34282973136051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181836085030298, 39.993597012013801 ], [ -75.181994358065594, 39.993618123877503 ], [ -75.181985560838299, 39.993657339492401 ], [ -75.181827545842296, 39.993636603932302 ], [ -75.181836085030298, 39.993597012013801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4941, "ADDRESS": "734 BROOKLYN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "REAL ESTATE DIV", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061270610", "LNIADDRESSKEY": "52473", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.015625, "Shape__Length": 78.86183612660129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208263762737005, 39.965487453669702 ], [ -75.208554647959602, 39.965464285676902 ], [ -75.208560608465007, 39.965512164099103 ], [ -75.208269670750099, 39.965533912995198 ], [ -75.208263762737005, 39.965487453669702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4942, "ADDRESS": "3714 ASPEN ST", "OWNER1": "BHATTI SARWAT A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243034400", "LNIADDRESSKEY": "23767", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.04296875, "Shape__Length": 68.1071738054099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197422529476597, 39.966630234721499 ], [ -75.1974718529504, 39.966624449433397 ], [ -75.197508389134299, 39.966819020213002 ], [ -75.197459150777505, 39.966824211623099 ], [ -75.197422529476597, 39.966630234721499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4943, "ADDRESS": "1437 W HAGERT ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161286601", "LNIADDRESSKEY": "329493", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.09375, "Shape__Length": 50.023440658628488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156724390408499, 39.990362163110099 ], [ -75.156776315944498, 39.990368897817802 ], [ -75.156747008294005, 39.990499209833303 ], [ -75.1566954639936, 39.990491806838698 ], [ -75.156724390408499, 39.990362163110099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4944, "ADDRESS": "2116 RIDGE AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291272810", "LNIADDRESSKEY": "504098", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1848.984375, "Shape__Length": 192.25557062307558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170148301085106, 39.978384603432303 ], [ -75.170541108307404, 39.978254741373 ], [ -75.170635276760706, 39.978421246824901 ], [ -75.170524219170005, 39.978456713692999 ], [ -75.170532585325702, 39.978473649336202 ], [ -75.170621017753803, 39.978486083147601 ], [ -75.170595291499495, 39.978604614431603 ], [ -75.170594873489506, 39.978604557732901 ], [ -75.170434543700097, 39.978582898752499 ], [ -75.170286678148898, 39.978629738876698 ], [ -75.170148301085106, 39.978384603432303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4945, "ADDRESS": "4919 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442081110", "LNIADDRESSKEY": "314562", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 279.31640625, "Shape__Length": 98.532736574413605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219866219385295, 39.972818550339703 ], [ -75.219922469013994, 39.972806830820701 ], [ -75.219981734994604, 39.9729706868292 ], [ -75.220005213378997, 39.973096888257999 ], [ -75.219947277254803, 39.973102671344698 ], [ -75.219923803925596, 39.972979677571097 ], [ -75.219866219385295, 39.972818550339703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4946, "ADDRESS": "1445 N FRAZIER ST", "OWNER1": "HOLLOWAY ZANE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043071900", "LNIADDRESSKEY": "300984", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.2578125, "Shape__Length": 50.284156344355964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234255609552406, 39.974335077246003 ], [ -75.2342623706148, 39.974374299377303 ], [ -75.234088613376997, 39.974393104959802 ], [ -75.234084119269994, 39.974360026624502 ], [ -75.234083136523793, 39.9743548626479 ], [ -75.234255609552406, 39.974335077246003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4947, "ADDRESS": "3958 MOUNT VERNON ST", "OWNER1": "VILLAGE ON THE GREEN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242211400", "LNIADDRESSKEY": "443346", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.53125, "Shape__Length": 63.66308222653263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201624289589205, 39.9633353158234 ], [ -75.201671863250098, 39.963330295198702 ], [ -75.201706610997903, 39.963509721612397 ], [ -75.201657518802506, 39.963515577996198 ], [ -75.201624289589205, 39.9633353158234 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4948, "ADDRESS": "6175 REINHARD ST", "OWNER1": "MILLER BENJAMIN COLE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401278400", "LNIADDRESSKEY": "500581", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.84375, "Shape__Length": 62.642015838052316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233316454952202, 39.929736274468702 ], [ -75.233349783489899, 39.9297103758052 ], [ -75.2333506466763, 39.929709702107097 ], [ -75.233387281880098, 39.929740407888197 ], [ -75.233398751264204, 39.929750121170798 ], [ -75.233426495727798, 39.929773813542198 ], [ -75.233441105290694, 39.9297858369587 ], [ -75.233486823515307, 39.929823463460401 ], [ -75.233508147344693, 39.929841308230301 ], [ -75.233505951202005, 39.929842937017803 ], [ -75.233494156026296, 39.929851623951897 ], [ -75.233472126394204, 39.929867501498101 ], [ -75.233459575225993, 39.9298587150356 ], [ -75.2333777231824, 39.929789877934397 ], [ -75.233326561348306, 39.929746054704196 ], [ -75.233316454952202, 39.929736274468702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4949, "ADDRESS": "4169 MANTUA AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062113310", "LNIADDRESSKEY": "409598", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.55078125, "Shape__Length": 92.193050186662887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207955946112193, 39.971806180118101 ], [ -75.208072815985005, 39.971545149154998 ], [ -75.208124061985501, 39.97155913153 ], [ -75.208006850137295, 39.971819800195803 ], [ -75.207955946112193, 39.971806180118101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4950, "ADDRESS": "2937 WESTMONT ST", "OWNER1": "PRIME MINISTER NORTH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323147800", "LNIADDRESSKEY": "608408", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.9296875, "Shape__Length": 51.790875310440285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181406127821404, 39.988878218678501 ], [ -75.1814370365408, 39.988741425218599 ], [ -75.181487675388198, 39.988747862014499 ], [ -75.181456184997202, 39.988885094100198 ], [ -75.181406127821404, 39.988878218678501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4951, "ADDRESS": "4213 N 9TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433390700", "LNIADDRESSKEY": "648182", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.234375, "Shape__Length": 53.413045998279564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140727541825001, 40.016225715512498 ], [ -75.140737507059598, 40.0161830308151 ], [ -75.140918565165904, 40.016205313075297 ], [ -75.140908926465499, 40.0162476988584 ], [ -75.140727541825001, 40.016225715512498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4952, "ADDRESS": "2352 N 19TH ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162088500", "LNIADDRESSKEY": "668200", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.52734375, "Shape__Length": 63.65766516495664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1636639691162, 39.9901279505779 ], [ -75.163672459100198, 39.990088841838599 ], [ -75.163903141784104, 39.990119412218696 ], [ -75.163894413670306, 39.990158740860601 ], [ -75.1636639691162, 39.9901279505779 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4953, "ADDRESS": "260 W CORNWALL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193221600", "LNIADDRESSKEY": "98930", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.05078125, "Shape__Length": 48.265212696922077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134623645440399, 40.001231993650897 ], [ -75.134650299180095, 40.001110862422699 ], [ -75.134650816026905, 40.001106683310297 ], [ -75.134679144022002, 40.001110245753701 ], [ -75.134701057977296, 40.001113227321198 ], [ -75.134700985009403, 40.001116756546303 ], [ -75.134673889301396, 40.001238490411403 ], [ -75.134623645440399, 40.001231993650897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4954, "ADDRESS": "5210 KERSHAW ST", "OWNER1": "MARVINE A KING", "OWNER2": "EDNA L", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442140900", "LNIADDRESSKEY": "370115", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.66796875, "Shape__Length": 80.738103400645343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226701792088207, 39.973280557614402 ], [ -75.226721380414403, 39.973388907561699 ], [ -75.226746582714995, 39.973515855899997 ], [ -75.226694737800301, 39.9735212109495 ], [ -75.226672190414803, 39.973402317329999 ], [ -75.226661459563999, 39.973349419191003 ], [ -75.226649689419403, 39.973286117580102 ], [ -75.226701792088207, 39.973280557614402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4955, "ADDRESS": "5526 WESTMINSTER AVE", "OWNER1": "WEST MARVIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041056000", "LNIADDRESSKEY": "608357", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.6171875, "Shape__Length": 52.469672721382608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230795943115794, 39.967375349774002 ], [ -75.230856592334106, 39.967370250475099 ], [ -75.230877583738604, 39.967500182259698 ], [ -75.230814883040097, 39.967506366155902 ], [ -75.230796273018697, 39.967400358540303 ], [ -75.2308002369044, 39.967400236087201 ], [ -75.230795943115794, 39.967375349774002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4956, "ADDRESS": "1923 W VENANGO ST", "OWNER1": "ALI JIHAD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131011800", "LNIADDRESSKEY": "587883", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 330.94921875, "Shape__Length": 116.98851182329547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160219971708997, 40.009222356418398 ], [ -75.160164098122607, 40.009215066019799 ], [ -75.160241410998907, 40.008861141807301 ], [ -75.160297790129107, 40.008868571972798 ], [ -75.160230909800404, 40.009173170033598 ], [ -75.160220105782798, 40.009222374084203 ], [ -75.160219971708997, 40.009222356418398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4957, "ADDRESS": "755 N DEKALB ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243088210", "LNIADDRESSKEY": "111115", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.17578125, "Shape__Length": 71.009382359542599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197145667805003, 39.967695372682101 ], [ -75.197410915434801, 39.967665230175498 ], [ -75.197418362936801, 39.9677045344364 ], [ -75.1971531461475, 39.967733306993999 ], [ -75.197145667805003, 39.967695372682101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4958, "ADDRESS": "2627 N WARNOCK ST", "OWNER1": "CITY PODS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371178400", "LNIADDRESSKEY": "597918", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.7265625, "Shape__Length": 58.593716196925257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148495516441997, 39.992303808659102 ], [ -75.148503430204798, 39.992267363810399 ], [ -75.148715721795796, 39.992294452856697 ], [ -75.148708100008406, 39.992330388500399 ], [ -75.148495516441997, 39.992303808659102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4959, "ADDRESS": "2243 N LEITHGOW ST", "OWNER1": "GUZMAN MARIA E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191228801", "LNIADDRESSKEY": "388652", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.0859375, "Shape__Length": 44.249190450094311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140064415306, 39.985261021998198 ], [ -75.1400728355909, 39.985216980019302 ], [ -75.140212123875997, 39.9852356067248 ], [ -75.140202587364499, 39.985279284319802 ], [ -75.140064415306, 39.985261021998198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4960, "ADDRESS": "2609 W OAKDALE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281354601", "LNIADDRESSKEY": "454284", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.796875, "Shape__Length": 44.499847531532097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1743017642155, 39.996221928683099 ], [ -75.174327978417296, 39.996112079823803 ], [ -75.174380747219899, 39.996118858013503 ], [ -75.174355848978294, 39.996228799481401 ], [ -75.1743017642155, 39.996221928683099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4961, "ADDRESS": "4943 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442082310", "LNIADDRESSKEY": "314574", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.921875, "Shape__Length": 75.89971364724525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220515552500302, 39.972683776142297 ], [ -75.220561414406802, 39.972673632711903 ], [ -75.220570730511398, 39.972671581062798 ], [ -75.220646451791794, 39.972884174063402 ], [ -75.220588626958204, 39.972889766206798 ], [ -75.220515552500302, 39.972683776142297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4962, "ADDRESS": "2361 HOPE ST", "OWNER1": "444 MEMPHIS STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191013500", "LNIADDRESSKEY": "731463", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.5546875, "Shape__Length": 42.080877079045464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132255366160905, 39.986225308353099 ], [ -75.132261864530804, 39.986193732602104 ], [ -75.132406860937294, 39.9862127242288 ], [ -75.132400010240602, 39.986244743589801 ], [ -75.132255366160905, 39.986225308353099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4963, "ADDRESS": "1922 N ORIANNA ST", "OWNER1": "MAIORANA JEREMY", "OWNER2": null, "BLDG_DESC": "ROW 3STY FRAME", "OPA_ID": "183315100", "LNIADDRESSKEY": "461421", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.85546875, "Shape__Length": 41.129109300375866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140457828598699, 39.9801364042305 ], [ -75.140464362177894, 39.980103797238698 ], [ -75.140603920554199, 39.980123316230497 ], [ -75.1405964769408, 39.980156176222302 ], [ -75.140457828598699, 39.9801364042305 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4964, "ADDRESS": "2631 W OAKDALE ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281355801", "LNIADDRESSKEY": "454307", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.67, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.94921875, "Shape__Length": 43.735387389699142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174854156878197, 39.996294239512999 ], [ -75.174878996033101, 39.996183634385602 ], [ -75.174928484067806, 39.996190160772102 ], [ -75.174903659074005, 39.996300394558702 ], [ -75.174854156878197, 39.996294239512999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4965, "ADDRESS": "2608 N 6TH ST", "OWNER1": "TAVOR PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371037900", "LNIADDRESSKEY": "639540", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.46484375, "Shape__Length": 65.567766453090172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142531752361094, 39.991090287485299 ], [ -75.142541283485002, 39.991045626358201 ], [ -75.142772418064595, 39.991077425434497 ], [ -75.142762833560695, 39.991122908673503 ], [ -75.142531752361094, 39.991090287485299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4966, "ADDRESS": "2353 HOPE ST", "OWNER1": "JAMES JANET", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191013100", "LNIADDRESSKEY": "731455", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.1640625, "Shape__Length": 41.760582393850157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132283611118197, 39.986093317169598 ], [ -75.1322903074702, 39.986062568118399 ], [ -75.132435181535698, 39.986081991669899 ], [ -75.132427918060898, 39.986112793117996 ], [ -75.132283611118197, 39.986093317169598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4967, "ADDRESS": "3712 ASPEN ST", "OWNER1": "BHATTI SARWAT A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243034300", "LNIADDRESSKEY": "23765", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.0, "Shape__Length": 68.557745214462031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197372182048198, 39.966635418312201 ], [ -75.197422529476597, 39.966630234721499 ], [ -75.197459150777505, 39.966824211623099 ], [ -75.197407297872402, 39.966830424928297 ], [ -75.197372182048198, 39.966635418312201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4968, "ADDRESS": "1942 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183304300", "LNIADDRESSKEY": "632441", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.328125, "Shape__Length": 53.918999306892623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139911908763693, 39.980420032801199 ], [ -75.139920107460298, 39.9803844486567 ], [ -75.140112324945093, 39.980411049556203 ], [ -75.140104334846797, 39.9804461226204 ], [ -75.139911908763693, 39.980420032801199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4969, "ADDRESS": "4561 N 18TH ST", "OWNER1": "TAGGART RICHARD FREEMAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132172000", "LNIADDRESSKEY": "666236", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.9140625, "Shape__Length": 63.30926218047253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154320250903695, 40.023701415150498 ], [ -75.154330642974102, 40.023649518319701 ], [ -75.154345454841902, 40.023651481706203 ], [ -75.154451079495502, 40.023665442687602 ], [ -75.154463556947903, 40.023667578549599 ], [ -75.154469792193595, 40.0236690248286 ], [ -75.154480607870198, 40.023670752585701 ], [ -75.154507044026502, 40.023674138743502 ], [ -75.154543878916101, 40.023678663192896 ], [ -75.154534033121394, 40.023727235243904 ], [ -75.154533594910106, 40.023729385528199 ], [ -75.154320250903695, 40.023701415150498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4970, "ADDRESS": "1201-07 PARRISH ST", "OWNER1": "POPLAR ENTERPRISE", "OWNER2": "DEV CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141382010", "LNIADDRESSKEY": "471226", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19123", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1040.42578125, "Shape__Length": 154.48283821433853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156560998843403, 39.968457262742 ], [ -75.156587573171095, 39.968391174514998 ], [ -75.156597142168096, 39.968351252683497 ], [ -75.156393455317996, 39.968322356168997 ], [ -75.1564200357396, 39.968196303093798 ], [ -75.156812518049605, 39.968292898236001 ], [ -75.156730245400198, 39.968498726904102 ], [ -75.156560998843403, 39.968457262742 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4971, "ADDRESS": "920 W SUSQUEHANNA AVE", "OWNER1": "GOLDEN RULE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201098600", "LNIADDRESSKEY": "558996", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.90625, "Shape__Length": 65.819633226979676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148723782669293, 39.985057631017 ], [ -75.148683191100503, 39.985238737346599 ], [ -75.148629506149007, 39.985232071619301 ], [ -75.148668245758003, 39.985050085380799 ], [ -75.148723782669293, 39.985057631017 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4972, "ADDRESS": "6101 E WISTER ST", "OWNER1": "DAGLI KENAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172537000", "LNIADDRESSKEY": "619949", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 313.0234375, "Shape__Length": 89.621516651601794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157637475526798, 40.047590006680601 ], [ -75.157640420478998, 40.047530494637002 ], [ -75.157965893834898, 40.047542353093398 ], [ -75.157960772262896, 40.047601767596497 ], [ -75.157637475526798, 40.047590006680601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4973, "ADDRESS": "2230 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162084201", "LNIADDRESSKEY": "668115", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.5625, "Shape__Length": 60.698418673574366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164112346679403, 39.988088286875097 ], [ -75.164121920665707, 39.988047075011202 ], [ -75.164337405222099, 39.988073771404501 ], [ -75.164328401062207, 39.988114287697201 ], [ -75.164112346679403, 39.988088286875097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4974, "ADDRESS": "2426 N MOLE ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161064201", "LNIADDRESSKEY": "433477", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.203125, "Shape__Length": 36.830621399311795 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1582698814358, 39.990406404409697 ], [ -75.158278902793299, 39.990363890889697 ], [ -75.158386351192902, 39.990378680117701 ], [ -75.158376964518098, 39.990421444438503 ], [ -75.1582698814358, 39.990406404409697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4975, "ADDRESS": "2417 N OPAL ST", "OWNER1": "WHITE DONALD P", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162119100", "LNIADDRESSKEY": "460323", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.9765625, "Shape__Length": 50.829468601759828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164222705853106, 39.990924318003898 ], [ -75.164215865919005, 39.990923405933799 ], [ -75.164209486449593, 39.990922552666198 ], [ -75.164215547933196, 39.990893802667799 ], [ -75.1642174556372, 39.990884963886003 ], [ -75.164224024092903, 39.990885852946199 ], [ -75.164230862560302, 39.990886764983003 ], [ -75.164393435136702, 39.990908578265 ], [ -75.164385383852505, 39.990946133670398 ], [ -75.164222705853106, 39.990924318003898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4976, "ADDRESS": "2239 N UBER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162114001", "LNIADDRESSKEY": "581716", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 235.48046875, "Shape__Length": 88.634057037115383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164348136436502, 39.988282314404998 ], [ -75.1643575140032, 39.988240759092399 ], [ -75.164695602063603, 39.988283226256101 ], [ -75.164686178249497, 39.988325424775901 ], [ -75.164348136436502, 39.988282314404998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4977, "ADDRESS": "2407 N OPAL ST", "OWNER1": "LUCAS TONEY K", "OWNER2": "LARKINS WARREN D JR", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162118600", "LNIADDRESSKEY": "460313", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.6171875, "Shape__Length": 50.860561407174472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164272805895394, 39.990693917242403 ], [ -75.164434698761198, 39.990715957311799 ], [ -75.164426621293202, 39.990753624756302 ], [ -75.1642645505042, 39.990731871246702 ], [ -75.164257668762005, 39.990730942469 ], [ -75.164250872736702, 39.990730031389603 ], [ -75.164257769717395, 39.990698027273403 ], [ -75.164259066426396, 39.990692044460502 ], [ -75.164265905137995, 39.990692988036699 ], [ -75.164272805895394, 39.990693917242403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4978, "ADDRESS": "2326 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472076600", "LNIADDRESSKEY": "435898", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.30078125, "Shape__Length": 64.301446000995895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172988853071999, 39.982161283034301 ], [ -75.173021292916104, 39.982015450426303 ], [ -75.173115635875504, 39.982028513853798 ], [ -75.173083396768803, 39.982174077308599 ], [ -75.172988853071999, 39.982161283034301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4979, "ADDRESS": "2222 N 3RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191181401", "LNIADDRESSKEY": "632560", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.67578125, "Shape__Length": 55.453213454602448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138955154960399, 39.9847648468565 ], [ -75.138964078996693, 39.984724056708203 ], [ -75.139155438530693, 39.9847509299967 ], [ -75.139147299885494, 39.9847920117097 ], [ -75.138955154960399, 39.9847648468565 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4980, "ADDRESS": "2144 E MONMOUTH ST", "OWNER1": "IMI REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252123700", "LNIADDRESSKEY": "434510", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.14453125, "Shape__Length": 49.422586129728032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115657856803693, 39.988063846785202 ], [ -75.115797415499699, 39.987991785746303 ], [ -75.115826471482094, 39.988026094823198 ], [ -75.115687628772505, 39.988098608205 ], [ -75.115657856803693, 39.988063846785202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4981, "ADDRESS": "1135 N 41ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062249710", "LNIADDRESSKEY": "686711", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.52734375, "Shape__Length": 73.559493950675801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205949179896095, 39.973396300210197 ], [ -75.206220031631702, 39.973365793791402 ], [ -75.206228108441906, 39.973408576782099 ], [ -75.205956815344805, 39.973439137635197 ], [ -75.205949179896095, 39.973396300210197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4982, "ADDRESS": "840 E CHELTEN AVE", "OWNER1": "RAM PHILA COMMUNITY 12 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122117700", "LNIADDRESSKEY": "77753", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 281.94140625, "Shape__Length": 107.61487274781726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163343743151401, 40.046196411961802 ], [ -75.163376113569598, 40.046164884570899 ], [ -75.163427086869603, 40.046196080004798 ], [ -75.163712397256305, 40.046371165711598 ], [ -75.163678910346405, 40.046402843755999 ], [ -75.163343743151401, 40.046196411961802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4983, "ADDRESS": "2120 S CECIL ST", "OWNER1": "SEAWRIGHT, WILLIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401045000", "LNIADDRESSKEY": "71304", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.68359375, "Shape__Length": 55.677513389685153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225074580196804, 39.933274658680801 ], [ -75.225112856107799, 39.933307228913598 ], [ -75.225102263609202, 39.933314606895003 ], [ -75.224970062527902, 39.933406679552697 ], [ -75.224931786671107, 39.933374108147 ], [ -75.225074580196804, 39.933274658680801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4984, "ADDRESS": "2510 W OXFORD ST", "OWNER1": "ENLOW GAYLE J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291219600", "LNIADDRESSKEY": "466850", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.12890625, "Shape__Length": 72.867956211800248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176408659362806, 39.979355581296197 ], [ -75.176462484405107, 39.979362349845402 ], [ -75.176417787220302, 39.979569244762203 ], [ -75.1763656163983, 39.979562513293303 ], [ -75.176408659362806, 39.979355581296197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4985, "ADDRESS": "2150 N 7TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202035601", "LNIADDRESSKEY": "642446", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.46875, "Shape__Length": 66.842436266211394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1456409306832, 39.984395228304699 ], [ -75.145647784520506, 39.984355857163003 ], [ -75.145894440800504, 39.984384521345497 ], [ -75.145886444146299, 39.984423077048298 ], [ -75.1456409306832, 39.984395228304699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4986, "ADDRESS": "757 N DEKALB ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243088310", "LNIADDRESSKEY": "111117", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.96484375, "Shape__Length": 73.10459500587406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197146594359594, 39.967741528194303 ], [ -75.197153786530194, 39.967740220696797 ], [ -75.1971531461475, 39.967733306993999 ], [ -75.197418362936801, 39.9677045344364 ], [ -75.197425821948698, 39.967743532610498 ], [ -75.197354126021906, 39.967751496169598 ], [ -75.197281547428204, 39.967759538031501 ], [ -75.1972116612707, 39.9677672511908 ], [ -75.1971498440262, 39.9677737743012 ], [ -75.197146594359594, 39.967741528194303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4987, "ADDRESS": "2106 E ORLEANS ST", "OWNER1": "KMW REAL ESTATE WORKS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252163600", "LNIADDRESSKEY": "463066", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.61328125, "Shape__Length": 51.65730938324333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115398679697705, 39.989102222112798 ], [ -75.115553586302397, 39.989031625263998 ], [ -75.115579719254697, 39.989064594597401 ], [ -75.115426227696304, 39.989137062065097 ], [ -75.115398679697705, 39.989102222112798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4988, "ADDRESS": "4312 PENNSGROVE ST", "OWNER1": "MAESTRO HOMELLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062124700", "LNIADDRESSKEY": "478594", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.94140625, "Shape__Length": 74.541237091294121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210672587517706, 39.970054647801298 ], [ -75.210677269260998, 39.9700538492798 ], [ -75.210725199963505, 39.970048896911699 ], [ -75.210726209162402, 39.970054400716798 ], [ -75.210764623596106, 39.970262596178799 ], [ -75.210711311334094, 39.970267993727603 ], [ -75.210676677588097, 39.970078644155102 ], [ -75.210673552142794, 39.970060247478301 ], [ -75.210672587517706, 39.970054647801298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4989, "ADDRESS": "6055 REINHARD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401273201", "LNIADDRESSKEY": "500481", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.67578125, "Shape__Length": 60.417785878611951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2310012333961, 39.931376103362901 ], [ -75.231044295413099, 39.931345262049497 ], [ -75.231185112978494, 39.931467687549002 ], [ -75.231142068254997, 39.931498061903199 ], [ -75.2310012333961, 39.931376103362901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4990, "ADDRESS": "2255 N ORKNEY ST", "OWNER1": "WALTER JOHNSON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191275800", "LNIADDRESSKEY": "462418", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.125, "Shape__Length": 45.174005337283312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140923366293094, 39.9855430658872 ], [ -75.140924202199102, 39.985539296090202 ], [ -75.140930694475202, 39.985509944201802 ], [ -75.140937030929507, 39.985510830465401 ], [ -75.141087402345207, 39.985531738720297 ], [ -75.141085446894806, 39.985540640296698 ], [ -75.1410801269991, 39.985564554141199 ], [ -75.140929598677602, 39.985543917123202 ], [ -75.140923366293094, 39.9855430658872 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4991, "ADDRESS": "3822 MOUNT VERNON ST", "OWNER1": "OWNER F LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242064810", "LNIADDRESSKEY": "443258", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.65234375, "Shape__Length": 71.592291893954851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198105458520502, 39.963710292657098 ], [ -75.198151427912507, 39.963705640998697 ], [ -75.1981564704015, 39.9637325603317 ], [ -75.198155363998097, 39.963734115863303 ], [ -75.198174872413006, 39.963830493378502 ], [ -75.198189780493706, 39.963913197170598 ], [ -75.198142338615298, 39.963918041348897 ], [ -75.198109847146398, 39.963738487014403 ], [ -75.198108012349195, 39.963738236721603 ], [ -75.198105458520502, 39.963710292657098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4992, "ADDRESS": "1318 W GLENWOOD AVE", "OWNER1": "1318 WEST GLENWOOD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372462700", "LNIADDRESSKEY": "317933", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 232.51953125, "Shape__Length": 75.381028667391448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151929515088696, 39.997355252941801 ], [ -75.152157144555105, 39.9973829076268 ], [ -75.151902006985196, 39.997478205079297 ], [ -75.151929515088696, 39.997355252941801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4993, "ADDRESS": "1952 N 19TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321265710", "LNIADDRESSKEY": "668002", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.43359375, "Shape__Length": 91.402363879329556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165020664996703, 39.983956794995798 ], [ -75.165029120929802, 39.983916847472102 ], [ -75.165084356353304, 39.983924636299001 ], [ -75.165382631055294, 39.983964818762097 ], [ -75.165382218959707, 39.983967952898396 ], [ -75.165374626049896, 39.984002809996703 ], [ -75.165020664996703, 39.983956794995798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4994, "ADDRESS": "2115 N 9TH ST", "OWNER1": "C & J DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202159900", "LNIADDRESSKEY": "647497", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.01953125, "Shape__Length": 57.040040582093262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147735372117396, 39.983978611024703 ], [ -75.147737240946697, 39.983968659955003 ], [ -75.147744371183904, 39.983938434710097 ], [ -75.147944371877202, 39.983966778836198 ], [ -75.147935735681401, 39.984006238069497 ], [ -75.147735372117396, 39.983978611024703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4995, "ADDRESS": "3833 FAIRMOUNT AVE", "OWNER1": "COMMONWEALTH IMPROVEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243013400", "LNIADDRESSKEY": "283596", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.65234375, "Shape__Length": 84.325860103551634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198845092756699, 39.965684474528601 ], [ -75.198901137159893, 39.965678208503 ], [ -75.198921410128193, 39.965789933462503 ], [ -75.198945924171397, 39.965919258126497 ], [ -75.198947053514601, 39.965922120277703 ], [ -75.198889996967395, 39.965928556415797 ], [ -75.198845092756699, 39.965684474528601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4996, "ADDRESS": "1325 W WILLIAM ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372371001", "LNIADDRESSKEY": "614233", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.4375, "Shape__Length": 40.126689732351075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152487406838802, 39.9965022720178 ], [ -75.152508044177694, 39.996404391691698 ], [ -75.152558476166703, 39.9964108522651 ], [ -75.152537085395906, 39.996508715549901 ], [ -75.152487406838802, 39.9965022720178 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4997, "ADDRESS": "3868 CAMBRIDGE ST", "OWNER1": "MD PROPERTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243210300", "LNIADDRESSKEY": "63371", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.046875, "Shape__Length": 86.818826496871253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201236585126694, 39.973411412937601 ], [ -75.201292224897799, 39.973405442963397 ], [ -75.201340215155298, 39.973658120085098 ], [ -75.201284298583005, 39.973664712389997 ], [ -75.201236585126694, 39.973411412937601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4998, "ADDRESS": "1537 N 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292097300", "LNIADDRESSKEY": "680680", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.23046875, "Shape__Length": 50.501532045902238 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180415191117703, 39.979699569541403 ], [ -75.180422562655593, 39.979666979470998 ], [ -75.180603032331007, 39.9796892509831 ], [ -75.1805947163094, 39.979723512691102 ], [ -75.180415191117703, 39.979699569541403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 4999, "ADDRESS": "1758 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183128301", "LNIADDRESSKEY": "41709", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.2421875, "Shape__Length": 46.836920070572276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139897422476906, 39.977618181759397 ], [ -75.139904618591601, 39.9775841065563 ], [ -75.140068104517695, 39.977604622179399 ], [ -75.140061823894996, 39.977637733844603 ], [ -75.139897422476906, 39.977618181759397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5000, "ADDRESS": "762 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243098510", "LNIADDRESSKEY": "685870", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.35546875, "Shape__Length": 75.483958174162822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198503315872898, 39.967238757144401 ], [ -75.198510482775703, 39.967280520459397 ], [ -75.198497440983004, 39.967281923213399 ], [ -75.198228107614398, 39.967311042529403 ], [ -75.1982212550718, 39.967270929393699 ], [ -75.198490628293001, 39.967240199309401 ], [ -75.198503315872898, 39.967238757144401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5001, "ADDRESS": "2332 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191184401", "LNIADDRESSKEY": "632604", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.0859375, "Shape__Length": 58.841419906091033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138588617019394, 39.986455569109197 ], [ -75.138596936779606, 39.986417673284897 ], [ -75.138808060579507, 39.986445100358097 ], [ -75.138799740976907, 39.9864829950724 ], [ -75.138588617019394, 39.986455569109197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5002, "ADDRESS": "1230 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371328601", "LNIADDRESSKEY": "110587", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.00390625, "Shape__Length": 61.927845609727136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153234313416604, 39.987460824218097 ], [ -75.153271383690793, 39.987290422063197 ], [ -75.153323409198407, 39.987297192191498 ], [ -75.153285959337893, 39.987467683758098 ], [ -75.153234313416604, 39.987460824218097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5003, "ADDRESS": "826 SLOAN ST", "OWNER1": "CHESTER TEST S/M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243158300", "LNIADDRESSKEY": "538631", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.49609375, "Shape__Length": 40.755594975090794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202852978440205, 39.969070469433198 ], [ -75.202845659101698, 39.969031758602497 ], [ -75.202976291873696, 39.969017136107702 ], [ -75.202983611285106, 39.969055846929997 ], [ -75.202852978440205, 39.969070469433198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5004, "ADDRESS": "1611 W TIOGA ST", "OWNER1": "MDDSHEN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112098600", "LNIADDRESSKEY": "573005", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 406.16796875, "Shape__Length": 108.35107738075924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155505149979902, 40.007025869373898 ], [ -75.155571827011102, 40.006718776575198 ], [ -75.155651473509494, 40.006728926598399 ], [ -75.1555849727051, 40.007035249669002 ], [ -75.155505149979902, 40.007025869373898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5005, "ADDRESS": "647 UNION ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242233510", "LNIADDRESSKEY": "582400", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.7265625, "Shape__Length": 75.201059980423366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200994322355896, 39.964327558778201 ], [ -75.201269081529503, 39.964295862033303 ], [ -75.201278572547807, 39.964340514941497 ], [ -75.201001943416301, 39.964372346991901 ], [ -75.200994322355896, 39.964327558778201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5006, "ADDRESS": "4634 GREENE ST", "OWNER1": "WALKER SHARON", "OWNER2": "DENZIL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "123158300", "LNIADDRESSKEY": "324717", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 305.69140625, "Shape__Length": 94.480765663176655 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162503083964197, 40.024932630407797 ], [ -75.162549028066906, 40.024971580298299 ], [ -75.1625265679656, 40.024986500736603 ], [ -75.162506860176606, 40.024998549255997 ], [ -75.162474496273205, 40.025018631223297 ], [ -75.162272947016803, 40.025144757146897 ], [ -75.1622288312969, 40.025102962846603 ], [ -75.162268213202594, 40.025078638757698 ], [ -75.162369932966399, 40.025015243492497 ], [ -75.162425995970494, 40.024980752226298 ], [ -75.162503083964197, 40.024932630407797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5007, "ADDRESS": "1303 W BUTLER ST", "OWNER1": "PHILADELPHIA LAND INVESTM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432229500", "LNIADDRESSKEY": "57801", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 319.3203125, "Shape__Length": 96.919616028587342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148854725964199, 40.010938648175603 ], [ -75.148785470508599, 40.0109302122519 ], [ -75.148843535963096, 40.010654539790302 ], [ -75.148913880529093, 40.0106629845911 ], [ -75.148854725964199, 40.010938648175603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5008, "ADDRESS": "2636 N NAPA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282166100", "LNIADDRESSKEY": "445922", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.3515625, "Shape__Length": 63.502092573461589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182573563490095, 39.9967769099949 ], [ -75.182581120379595, 39.996741840523804 ], [ -75.182816644986502, 39.996773176523902 ], [ -75.182809409207707, 39.996807773401599 ], [ -75.182701933077396, 39.996794144284998 ], [ -75.182573563490095, 39.9967769099949 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5009, "ADDRESS": "2946 N BONSALL ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111404200", "LNIADDRESSKEY": "42655", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.24609375, "Shape__Length": 45.861978372343607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168918827881001, 40.000001114938001 ], [ -75.168927726189196, 39.999963853112803 ], [ -75.169081842868906, 39.999984889075698 ], [ -75.169074119822696, 40.000021516215497 ], [ -75.168918827881001, 40.000001114938001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5010, "ADDRESS": "2920R W GORDON ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282312501", "LNIADDRESSKEY": "319311", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 78.28515625, "Shape__Length": 40.391350692066524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180537711822097, 39.991553986285197 ], [ -75.180560008664699, 39.991452657713701 ], [ -75.180586145620794, 39.991456450397401 ], [ -75.180605858210399, 39.991458906552502 ], [ -75.180584508218701, 39.991560676422999 ], [ -75.180537711822097, 39.991553986285197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5011, "ADDRESS": "1933 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321256601", "LNIADDRESSKEY": "667983", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 258.8046875, "Shape__Length": 86.169299810716794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164593080352603, 39.983588417441901 ], [ -75.164603051236497, 39.983539524326801 ], [ -75.164920607960198, 39.983582351018299 ], [ -75.164910101351396, 39.983631554201999 ], [ -75.164593080352603, 39.983588417441901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5012, "ADDRESS": "2176 N DARIEN ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202146501", "LNIADDRESSKEY": "108645", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 0.67, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.984375, "Shape__Length": 45.877556376162389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147357798453896, 39.985063560511598 ], [ -75.147358105611005, 39.985062116833902 ], [ -75.147366715770701, 39.985021706467599 ], [ -75.147514721564903, 39.985041472540203 ], [ -75.147507428098194, 39.985083058195102 ], [ -75.147357798453896, 39.985063560511598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5013, "ADDRESS": "2233 N LAWRENCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191253301", "LNIADDRESSKEY": "384478", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.171875, "Shape__Length": 49.740033480326289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140492917023394, 39.985139388600103 ], [ -75.1405003820351, 39.985101643297703 ], [ -75.140671849372097, 39.985124338256597 ], [ -75.140663550809407, 39.985161983524897 ], [ -75.140492917023394, 39.985139388600103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5014, "ADDRESS": "620 DIAMOND ST", "OWNER1": "SOVEREIGN DEVELOPERS LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201078000", "LNIADDRESSKEY": "116349", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.25390625, "Shape__Length": 65.242432229794488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144823168414206, 39.9831218599208 ], [ -75.144855515634305, 39.982943968951602 ], [ -75.144912591612297, 39.982950116540401 ], [ -75.144880106813801, 39.983129422381801 ], [ -75.144823168414206, 39.9831218599208 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5015, "ADDRESS": "1917 N 19TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321255801", "LNIADDRESSKEY": "667970", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 254.34765625, "Shape__Length": 85.989666651874728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164672641569197, 39.983214246376299 ], [ -75.164682293166905, 39.983166007183897 ], [ -75.165000340137397, 39.9832091026529 ], [ -75.164989940062796, 39.983257163951897 ], [ -75.164672641569197, 39.983214246376299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5016, "ADDRESS": "1960 N ORIANNA ST", "OWNER1": "HINDS TYRESHA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183317100", "LNIADDRESSKEY": "461459", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.69921875, "Shape__Length": 43.779366828493963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140312356527701, 39.980779072205401 ], [ -75.140319883856904, 39.980743505431697 ], [ -75.140467609417698, 39.9807642577194 ], [ -75.140460871727797, 39.9807945545789 ], [ -75.140459833609299, 39.980799206155503 ], [ -75.140312356527701, 39.980779072205401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5017, "ADDRESS": "3900 FOLSOM ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243054510", "LNIADDRESSKEY": "293673", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.24609375, "Shape__Length": 63.828118439886886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200444672778801, 39.966918025128003 ], [ -75.200503257540902, 39.9669110579039 ], [ -75.200537024860694, 39.967083111821402 ], [ -75.200477251367104, 39.967089924259199 ], [ -75.200444672778801, 39.966918025128003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5018, "ADDRESS": "2428 N 19TH ST", "OWNER1": "MCLENDON CHRISTOPHER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162090200", "LNIADDRESSKEY": "668236", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.05078125, "Shape__Length": 66.402858610912418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163677270362697, 39.991153842493603 ], [ -75.163675121006605, 39.991153568808699 ], [ -75.163444023867299, 39.991122794990297 ], [ -75.163452824661903, 39.991082644710097 ], [ -75.163683942760599, 39.991112903154701 ], [ -75.1636860695275, 39.9911131932245 ], [ -75.163694118015698, 39.991114245184903 ], [ -75.163689449068102, 39.991132838305496 ], [ -75.163685172555304, 39.991154891157997 ], [ -75.163677270362697, 39.991153842493603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5019, "ADDRESS": "2102 E BIRCH ST", "OWNER1": "VOYTEC PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252144600", "LNIADDRESSKEY": "39713", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.109375, "Shape__Length": 51.246283275309409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115852139056003, 39.988961423729798 ], [ -75.116004304156206, 39.988889118992198 ], [ -75.116031975909706, 39.988922397221003 ], [ -75.115953683576095, 39.988959047421403 ], [ -75.115878993761299, 39.988994134742903 ], [ -75.115852139056003, 39.988961423729798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5020, "ADDRESS": "2453 N CARLISLE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161015201", "LNIADDRESSKEY": "65140", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.51171875, "Shape__Length": 62.567777146814599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155839516117496, 39.990768715764297 ], [ -75.155847107181401, 39.990731295739501 ], [ -75.156075364302893, 39.990761713302803 ], [ -75.156066920883006, 39.990799485747203 ], [ -75.155839516117496, 39.990768715764297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5021, "ADDRESS": "2535 W FLETCHER ST", "OWNER1": "STRAWBERRY MANSION PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281186100", "LNIADDRESSKEY": "292938", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.359375, "Shape__Length": 53.940164023997831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175234228633798, 39.989643090386501 ], [ -75.175284658063802, 39.989650073709598 ], [ -75.175256026474003, 39.9897944763688 ], [ -75.175205388631696, 39.989788005315901 ], [ -75.175234228633798, 39.989643090386501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5022, "ADDRESS": "250 W WENSLEY ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193228801", "LNIADDRESSKEY": "607181", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.4140625, "Shape__Length": 49.566447537925271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134544392319697, 40.001594934908297 ], [ -75.134573013552298, 40.0014679006349 ], [ -75.134573713587102, 40.001463338256002 ], [ -75.134621455859602, 40.001469503229501 ], [ -75.134620758298695, 40.001474001467102 ], [ -75.134592030544397, 40.001601065985597 ], [ -75.134544392319697, 40.001594934908297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5023, "ADDRESS": "7021 UPLAND ST", "OWNER1": "BUNCH KEVIN SR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403257000", "LNIADDRESSKEY": "584077", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 423.3828125, "Shape__Length": 102.46488180676894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243980160281097, 39.921790764529902 ], [ -75.244048560908695, 39.9217429334062 ], [ -75.244295289981594, 39.9219512368593 ], [ -75.244226483739595, 39.921999832994999 ], [ -75.243980160281097, 39.921790764529902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5024, "ADDRESS": "501 E HAINES ST", "OWNER1": "CAMPBELL NADIJAH", "OWNER2": "CAMPBELL ANGELINE", "BLDG_DESC": "DET CONV. APT 3 STY STONE", "OPA_ID": "592008000", "LNIADDRESSKEY": "329912", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 392.5390625, "Shape__Length": 88.472730069121965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170684286028205, 40.044489784766199 ], [ -75.170711632729507, 40.044461737633704 ], [ -75.170752790494802, 40.044424023026998 ], [ -75.1707544501065, 40.044425043519702 ], [ -75.170977455556795, 40.044561555392796 ], [ -75.170908537894803, 40.044627163824799 ], [ -75.170684286028205, 40.044489784766199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5025, "ADDRESS": "3842 ASPEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243036710", "LNIADDRESSKEY": "23818", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.2265625, "Shape__Length": 82.876560219794499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199171471392503, 39.966381055479303 ], [ -75.199221781594503, 39.966375177630901 ], [ -75.199267361026898, 39.966619178604802 ], [ -75.199217268235302, 39.966624836058898 ], [ -75.199171471392503, 39.966381055479303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5026, "ADDRESS": "867 N 40TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243161800", "LNIADDRESSKEY": "686334", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 364.23828125, "Shape__Length": 107.30323848517223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203327952554005, 39.969389716540299 ], [ -75.202921932017702, 39.969435162327102 ], [ -75.202911658901698, 39.969380831219198 ], [ -75.203317679120303, 39.969335385468597 ], [ -75.203327952554005, 39.969389716540299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5027, "ADDRESS": "1926 S ALDEN ST", "OWNER1": "LOMBARD PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401022000", "LNIADDRESSKEY": "7396", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.63671875, "Shape__Length": 53.147370372836704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227235691527795, 39.935708371807401 ], [ -75.227269218128001, 39.935736560435203 ], [ -75.227129171162304, 39.935834726097802 ], [ -75.227096746589595, 39.935806803814401 ], [ -75.227235691527795, 39.935708371807401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5028, "ADDRESS": "5614 MORTON ST", "OWNER1": "BROAD LOT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122174400", "LNIADDRESSKEY": "440248", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 236.90234375, "Shape__Length": 85.739638803363022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169004750428499, 40.038861110447101 ], [ -75.169113317176695, 40.038862357231601 ], [ -75.169139718432902, 40.038861323000098 ], [ -75.169327963554295, 40.038860780603798 ], [ -75.169332552529895, 40.038906099871099 ], [ -75.169169473849394, 40.038906094997003 ], [ -75.169149907741399, 40.0389066385926 ], [ -75.169003772973895, 40.038906110934199 ], [ -75.169004750428499, 40.038861110447101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5029, "ADDRESS": "2324 N 22ND ST", "OWNER1": "HALFON SHOSHANA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162214500", "LNIADDRESSKEY": "674111", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.609375, "Shape__Length": 66.687454037763715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168869549520196, 39.9902015264298 ], [ -75.168879018212607, 39.990157507456502 ], [ -75.169117088615593, 39.990188426027402 ], [ -75.169108805656407, 39.990231570665003 ], [ -75.168869549520196, 39.9902015264298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5030, "ADDRESS": "4451 CRESSON ST", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "211000034", "LNIADDRESSKEY": "102937", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19127", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.15234375, "Shape__Length": 47.761940561505227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225994981961094, 40.027366712640202 ], [ -75.226076800672203, 40.0272561419889 ], [ -75.226126687929707, 40.027274083599302 ], [ -75.226068474546906, 40.027353739574302 ], [ -75.226057271968102, 40.027352784964798 ], [ -75.226020637898003, 40.027377093974401 ], [ -75.225998803607396, 40.027368264128498 ], [ -75.225994981961094, 40.027366712640202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5031, "ADDRESS": "2325 N 30TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282062501", "LNIADDRESSKEY": "683058", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.609375, "Shape__Length": 57.644339092399242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181092673897894, 39.9918323357101 ], [ -75.181102538807195, 39.991786502478099 ], [ -75.181297893683606, 39.991811152849102 ], [ -75.181287756531901, 39.991857528492503 ], [ -75.181092673897894, 39.9918323357101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5032, "ADDRESS": "2867 N MARVINE ST", "OWNER1": "PEKTER BERNARD", "OWNER2": "JEANETTE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372241700", "LNIADDRESSKEY": "416871", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": null, "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.8203125, "Shape__Length": 74.239200364076723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149015875081801, 39.996355593924299 ], [ -75.149018401273494, 39.996342706889898 ], [ -75.149024243827199, 39.996312742962999 ], [ -75.149297655243998, 39.996349388897897 ], [ -75.149292425734401, 39.996374819954902 ], [ -75.149288977304906, 39.996391523317001 ], [ -75.149015875081801, 39.996355593924299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5033, "ADDRESS": "1921 N 19TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321256001", "LNIADDRESSKEY": "667972", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 261.578125, "Shape__Length": 86.36833102701938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164651409738696, 39.983312888801301 ], [ -75.164662273535299, 39.983263113655298 ], [ -75.164979497098898, 39.983306351679701 ], [ -75.164969283405796, 39.983355593000503 ], [ -75.164651409738696, 39.983312888801301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5034, "ADDRESS": "2901 D ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071503710", "LNIADDRESSKEY": "106639", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.23046875, "Shape__Length": 58.392104764258718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121945629277903, 39.992977822861697 ], [ -75.122147791741, 39.993004907258197 ], [ -75.122138537072203, 39.993048010046998 ], [ -75.121936513296006, 39.993021122533598 ], [ -75.121945629277903, 39.992977822861697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5035, "ADDRESS": "2502 N STANLEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282116901", "LNIADDRESSKEY": "551223", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.56640625, "Shape__Length": 51.148424147667605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181917748734605, 39.9944773001993 ], [ -75.181925435657305, 39.994438639772198 ], [ -75.182101687018005, 39.994462104350198 ], [ -75.182092790486806, 39.994501156696202 ], [ -75.181917748734605, 39.9944773001993 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5036, "ADDRESS": "6021 REINHARD ST", "OWNER1": "LOTIM 01 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401271500", "LNIADDRESSKEY": "500447", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.36328125, "Shape__Length": 59.751419463064266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230308167671893, 39.931860792813303 ], [ -75.230349400875596, 39.931831313743103 ], [ -75.230491145836993, 39.931952986743298 ], [ -75.230449944535295, 39.931981644405603 ], [ -75.230308167671893, 39.931860792813303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5037, "ADDRESS": "3710 FAIRMOUNT AVE", "OWNER1": "WILSON CHARMAYNE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242122800", "LNIADDRESSKEY": "283536", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 285.01953125, "Shape__Length": 94.03444779988881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196837691442497, 39.965729192917102 ], [ -75.196786954175494, 39.9654574714069 ], [ -75.196850518365807, 39.965450444554399 ], [ -75.196901255881698, 39.9657221660365 ], [ -75.196837691442497, 39.965729192917102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5038, "ADDRESS": "2403 N OPAL ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162118401", "LNIADDRESSKEY": "460309", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.9921875, "Shape__Length": 51.64286931667025 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164280936538006, 39.990656508920303 ], [ -75.164274035184405, 39.990655595469299 ], [ -75.164267132968007, 39.990654666230803 ], [ -75.164275837655097, 39.990613756881203 ], [ -75.164282906048598, 39.990614705630698 ], [ -75.164289828100394, 39.9906156522093 ], [ -75.164451520189303, 39.990637461356002 ], [ -75.1644421162448, 39.990678048619699 ], [ -75.164280936538006, 39.990656508920303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5039, "ADDRESS": "4669 GERMANTOWN AVE", "OWNER1": "KAJEN PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121147300", "LNIADDRESSKEY": "309977", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.87890625, "Shape__Length": 44.14272328876455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159934624569601, 40.026296724586899 ], [ -75.159987591677094, 40.026272515050998 ], [ -75.160010366566297, 40.026262002521101 ], [ -75.160062097614798, 40.026238279780202 ], [ -75.160087552665999, 40.026271287029097 ], [ -75.1599606767642, 40.026329438987297 ], [ -75.159934624569601, 40.026296724586899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5040, "ADDRESS": "1946 N 22ND ST", "OWNER1": "AHM PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322094400", "LNIADDRESSKEY": "674003", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 307.7265625, "Shape__Length": 108.35769540976493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170185808429395, 39.984660372934798 ], [ -75.170136301451393, 39.984652957504501 ], [ -75.170067739055298, 39.984642920860502 ], [ -75.1700775875224, 39.984599925118999 ], [ -75.170500097266796, 39.9846581206724 ], [ -75.1704939030014, 39.984688254386597 ], [ -75.170490869542903, 39.9847013556492 ], [ -75.170432701508005, 39.984693536200197 ], [ -75.170185808429395, 39.984660372934798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5041, "ADDRESS": "2603-05 W HUNTINGDON ST", "OWNER1": "JEFFERSON RASHI", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "281310400", "LNIADDRESSKEY": "354160", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 556.328125, "Shape__Length": 106.67733684425892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174370336023898, 39.995224702058998 ], [ -75.174426281554503, 39.994959271270702 ], [ -75.1745523744205, 39.994975125708599 ], [ -75.174496258646101, 39.995241196951298 ], [ -75.174370336023898, 39.995224702058998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5042, "ADDRESS": "2967 N FAIRHILL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192264400", "LNIADDRESSKEY": "281717", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.921875, "Shape__Length": 68.176822929571316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140207291710595, 39.996677219815901 ], [ -75.140216265571695, 39.9966362212135 ], [ -75.140464577937294, 39.996668706771302 ], [ -75.140455236713905, 39.996709970723998 ], [ -75.140207291710595, 39.996677219815901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5043, "ADDRESS": "2511 N STANLEY ST", "OWNER1": "LVC T-CLASS REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282108001", "LNIADDRESSKEY": "551232", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.4296875, "Shape__Length": 51.689284953766027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1815997557553, 39.994595178023303 ], [ -75.181609480183397, 39.994554725142699 ], [ -75.181784933148606, 39.994578785024999 ], [ -75.181779127424605, 39.994605414 ], [ -75.1817761385241, 39.994619048110401 ], [ -75.1815997557553, 39.994595178023303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5044, "ADDRESS": "2234 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191182001", "LNIADDRESSKEY": "632566", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.453125, "Shape__Length": 55.760377542713698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138901310476498, 39.985010917797197 ], [ -75.138910435998099, 39.984969230086499 ], [ -75.139103594183496, 39.984995112695202 ], [ -75.139092927656804, 39.985036555874203 ], [ -75.138901310476498, 39.985010917797197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5045, "ADDRESS": "1804 E OAKDALE ST", "OWNER1": "METROPOLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314223101", "LNIADDRESSKEY": "453880", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.62890625, "Shape__Length": 56.89549391698278 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1257815485463, 39.989294141567797 ], [ -75.125953232063196, 39.989205119085703 ], [ -75.125979970188297, 39.989236084848599 ], [ -75.125809026635494, 39.9893249789992 ], [ -75.1257815485463, 39.989294141567797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5046, "ADDRESS": "1948 N 3RD ST", "OWNER1": "ADEYOJU OLADAPO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183304600", "LNIADDRESSKEY": "632444", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.7578125, "Shape__Length": 53.988004049052435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139887492815006, 39.980529753694903 ], [ -75.139895667669904, 39.980493685835803 ], [ -75.140087450741305, 39.980520131600002 ], [ -75.140079646873801, 39.980555805826 ], [ -75.139887492815006, 39.980529753694903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5047, "ADDRESS": "3422 OLD YORK RD", "OWNER1": "TEMPLE UNIVERSITY HOSPITA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "431140200", "LNIADDRESSKEY": "457766", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.36328125, "Shape__Length": 68.1883578860988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148604415122804, 40.004775308478003 ], [ -75.148848027088604, 40.004805730303303 ], [ -75.148844992527401, 40.004818650870398 ], [ -75.148836995468201, 40.004852305212097 ], [ -75.148594559443694, 40.004818747434904 ], [ -75.148604415122804, 40.004775308478003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5048, "ADDRESS": "2766 N HEMBERGER ST", "OWNER1": "FRANCIS B REID", "OWNER2": "FARRIE L", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111354100", "LNIADDRESSKEY": "340544", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.890625, "Shape__Length": 47.917076479918578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168352073913098, 39.997239048308501 ], [ -75.168354679940094, 39.997227855506601 ], [ -75.168360966114804, 39.997200867353101 ], [ -75.168522578749105, 39.997221894846902 ], [ -75.168513973615305, 39.997260808710998 ], [ -75.168352073913098, 39.997239048308501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5049, "ADDRESS": "3014 W BERKS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323024501", "LNIADDRESSKEY": "37266", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.078125, "Shape__Length": 72.725089909074214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183342684107799, 39.985019372970299 ], [ -75.183386595602997, 39.984811184411498 ], [ -75.183437244871001, 39.984817814359801 ], [ -75.183403245873606, 39.984970013982199 ], [ -75.183393504819904, 39.985025925677697 ], [ -75.183342684107799, 39.985019372970299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5050, "ADDRESS": "1122 W GLENWOOD AVE", "OWNER1": "LAND HO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372460600", "LNIADDRESSKEY": "317911", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.7578125, "Shape__Length": 59.424927120734026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1487350217635, 39.998497026704101 ], [ -75.148741676729799, 39.998468838185303 ], [ -75.148763187002302, 39.998461056508901 ], [ -75.148861334055894, 39.998613888214102 ], [ -75.148810698413598, 39.998633503700702 ], [ -75.1487350217635, 39.998497026704101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5051, "ADDRESS": "2050 S 61ST ST", "OWNER1": "JAMES W EDEN JR", "OWNER2": "KATHLEEN E", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401148100", "LNIADDRESSKEY": "701263", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.26953125, "Shape__Length": 75.944120066104034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230979280471601, 39.9301131261062 ], [ -75.231030524904895, 39.930078385284403 ], [ -75.231067148725302, 39.930052335520699 ], [ -75.231118831858495, 39.930016491566199 ], [ -75.231144260759507, 39.929999302713 ], [ -75.231167035128095, 39.929983635672997 ], [ -75.231188613629101, 39.929968618110202 ], [ -75.231191858932803, 39.929966352429403 ], [ -75.231208554656206, 39.929980259992298 ], [ -75.2312314463814, 39.929999283900699 ], [ -75.231174976409505, 39.930038293384499 ], [ -75.231131242029207, 39.930068669461399 ], [ -75.231076738092, 39.930107126298097 ], [ -75.231026732928498, 39.930142296431598 ], [ -75.230979280471601, 39.9301131261062 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5052, "ADDRESS": "1702 N 42ND ST", "OWNER1": "1704 N42 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062294600", "LNIADDRESSKEY": "687120", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.0390625, "Shape__Length": 68.07511817532145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210060902738704, 39.9752748855392 ], [ -75.210084674543197, 39.975236451230799 ], [ -75.210310151174099, 39.975319669970702 ], [ -75.210285362285603, 39.975358372386999 ], [ -75.210060902738704, 39.9752748855392 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5053, "ADDRESS": "3604 FAIRMOUNT AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242122010", "LNIADDRESSKEY": "283517", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 752.23046875, "Shape__Length": 115.56401063587269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195345755007494, 39.965690597636701 ], [ -75.195344388622601, 39.965681782397603 ], [ -75.195336128647099, 39.965638510089903 ], [ -75.195384406772405, 39.965633185600801 ], [ -75.195512087299605, 39.965618829214897 ], [ -75.195514956721894, 39.9656327877492 ], [ -75.195559767130206, 39.965877917664798 ], [ -75.195383835531601, 39.965897406639598 ], [ -75.195345755007494, 39.965690597636701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5054, "ADDRESS": "4814 N 7TH ST", "OWNER1": "RICHARDSON DANIELA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491213910", "LNIADDRESSKEY": "643398", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.88671875, "Shape__Length": 67.455653902993589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136798201370397, 40.025198498728301 ], [ -75.136807845163602, 40.025156613402601 ], [ -75.137051516357701, 40.025188159278102 ], [ -75.137041920747805, 40.025230433156899 ], [ -75.136798201370397, 40.025198498728301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5055, "ADDRESS": "2402 N OPAL ST", "OWNER1": "URBAN REVIVAL INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162126800", "LNIADDRESSKEY": "460308", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.90234375, "Shape__Length": 52.703614007131463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164717492073507, 39.990714411840898 ], [ -75.164713194886801, 39.990713863417703 ], [ -75.164547871594195, 39.9906921981053 ], [ -75.164557472797696, 39.990649197177802 ], [ -75.164722087795596, 39.990670733898298 ], [ -75.164726758526797, 39.990671354932303 ], [ -75.164734537567497, 39.990672368089797 ], [ -75.164725206747406, 39.990715423549098 ], [ -75.164717492073507, 39.990714411840898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5056, "ADDRESS": "2035 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": null, "OPA_ID": "291109000", "LNIADDRESSKEY": "419301", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 361.99609375, "Shape__Length": 82.214875556700846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169537586171003, 39.976143729961201 ], [ -75.169578419845806, 39.975951323184198 ], [ -75.169691669178306, 39.975965621174304 ], [ -75.169650829702405, 39.976158188910297 ], [ -75.169537586171003, 39.976143729961201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5057, "ADDRESS": "2332 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191244301", "LNIADDRESSKEY": "388702", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.9765625, "Shape__Length": 46.972491944086009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140027383741, 39.986585048269802 ], [ -75.140036385895101, 39.986544919825398 ], [ -75.1401812068125, 39.986565800986298 ], [ -75.140178453422095, 39.9865791174375 ], [ -75.140189064862398, 39.9865810830646 ], [ -75.140183844692004, 39.986606773031902 ], [ -75.140027383741, 39.986585048269802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5058, "ADDRESS": "624 CANTRELL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393062410", "LNIADDRESSKEY": "63971", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.77734375, "Shape__Length": 50.219849399898969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157594242944995, 39.922315173002602 ], [ -75.1576104548937, 39.922243063833001 ], [ -75.157623664316901, 39.922182139377803 ], [ -75.157652072545901, 39.922186021931502 ], [ -75.1576724151451, 39.922188981041799 ], [ -75.157660311368204, 39.922246690209498 ], [ -75.157649514834503, 39.922295934576198 ], [ -75.157643994458994, 39.922321553003201 ], [ -75.157594242944995, 39.922315173002602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5059, "ADDRESS": "2221 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162070601", "LNIADDRESSKEY": "668106", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.734375, "Shape__Length": 69.468814740411204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163726172257896, 39.987825537601097 ], [ -75.163735517488405, 39.987785416470203 ], [ -75.163990876281602, 39.9878166228509 ], [ -75.163981881761998, 39.987856881422204 ], [ -75.163726172257896, 39.987825537601097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5060, "ADDRESS": "3869 CAMBRIDGE ST", "OWNER1": "WEST GIRARD PROPERTIES LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243215400", "LNIADDRESSKEY": "63372", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.953125, "Shape__Length": 74.992854600641351 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201401060234105, 39.9737630408288 ], [ -75.201457969638099, 39.973756792624798 ], [ -75.201496666603404, 39.973968464640599 ], [ -75.201439100627297, 39.9739749235369 ], [ -75.201401060234105, 39.9737630408288 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5061, "ADDRESS": "277 W WESTMORELAND ST", "OWNER1": "LJG GROUP INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193217300", "LNIADDRESSKEY": "609025", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.66015625, "Shape__Length": 58.002437536534877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1351058078601, 40.001163812510001 ], [ -75.1351076032973, 40.001158565524001 ], [ -75.135139064114497, 40.001017088208002 ], [ -75.135139465965395, 40.001009924085899 ], [ -75.135195919882307, 40.001017351596801 ], [ -75.135162996649598, 40.001165775170101 ], [ -75.135161774930197, 40.001170841505001 ], [ -75.1351058078601, 40.001163812510001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5062, "ADDRESS": "2113 N REESE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191317501", "LNIADDRESSKEY": "498698", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.36328125, "Shape__Length": 44.631904648369435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142424362072504, 39.983321206989899 ], [ -75.1424324150221, 39.983288859680499 ], [ -75.142586872193206, 39.983310197914598 ], [ -75.142580695955601, 39.983342248861298 ], [ -75.142424362072504, 39.983321206989899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5063, "ADDRESS": "3982 PENNSGROVE ST", "OWNER1": "INGRAM DOROTHY", "OWNER2": "BOWDEN EFFIE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243169900", "LNIADDRESSKEY": "478507", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.63671875, "Shape__Length": 81.391454091004206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203561970244806, 39.971491897353502 ], [ -75.203617189396795, 39.971484838004699 ], [ -75.203663141811802, 39.971719946506099 ], [ -75.203608547550999, 39.971726536584598 ], [ -75.203561970244806, 39.971491897353502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5064, "ADDRESS": "4537 MERION AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062038610", "LNIADDRESSKEY": "428828", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.96875, "Shape__Length": 55.649240624688346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213308932888495, 39.971067303895602 ], [ -75.213327572975103, 39.971078709307903 ], [ -75.213347451721503, 39.971091126443298 ], [ -75.213225338834306, 39.971212627700197 ], [ -75.213186220174606, 39.971188050777698 ], [ -75.213308932888495, 39.971067303895602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5065, "ADDRESS": "2726 EARP ST", "OWNER1": "EDDLEMAN JOHN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362109400", "LNIADDRESSKEY": "128522", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.59375, "Shape__Length": 51.297005200099086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189815365032999, 39.936158152620997 ], [ -75.189844292772904, 39.9360206207554 ], [ -75.189892655447096, 39.936026955471696 ], [ -75.189864323839998, 39.9361636953778 ], [ -75.189815365032999, 39.936158152620997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5066, "ADDRESS": "819 DIAMOND ST", "OWNER1": "PELZER FUNERAL HOME INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201085500", "LNIADDRESSKEY": "116384", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.99609375, "Shape__Length": 61.3798582469027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147869389328605, 39.983825802415403 ], [ -75.147903536759998, 39.983654835377401 ], [ -75.147952247988101, 39.983661662393402 ], [ -75.147919296595504, 39.983832559700701 ], [ -75.147869389328605, 39.983825802415403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5067, "ADDRESS": "348 W PENN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "124017910", "LNIADDRESSKEY": "477805", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.8046875, "Shape__Length": 58.117642785537548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175845205267706, 40.026170129724797 ], [ -75.175875376514199, 40.026140323697 ], [ -75.176039804996705, 40.0262426788928 ], [ -75.176008650767201, 40.026272446036899 ], [ -75.175845205267706, 40.026170129724797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5068, "ADDRESS": "2029 WATKINS ST", "OWNER1": "HERRMANN TIMOTHY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363135200", "LNIADDRESSKEY": "602659", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.953125, "Shape__Length": 46.346101117441961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179039580054095, 39.9303372850773 ], [ -75.179067087387594, 39.930216778676403 ], [ -75.179084598787995, 39.930219330309598 ], [ -75.179095582322603, 39.930220689294899 ], [ -75.179115008888104, 39.930223042837902 ], [ -75.179087415851299, 39.930343612650503 ], [ -75.179039580054095, 39.9303372850773 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5069, "ADDRESS": "4445 N 17TH ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132140905", "LNIADDRESSKEY": "663684", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.28125, "Shape__Length": 54.202941229458553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153223834056803, 40.021436013776899 ], [ -75.153233945234803, 40.021394765210097 ], [ -75.153419808891798, 40.0214179413069 ], [ -75.153410109281296, 40.021459424448402 ], [ -75.153223834056803, 40.021436013776899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5070, "ADDRESS": "1944 S 65TH ST", "OWNER1": "SINGER DANIELLE S", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403008200", "LNIADDRESSKEY": "704355", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.80078125, "Shape__Length": 68.799551729983321 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237264043650299, 39.927908603324099 ], [ -75.237304469125206, 39.927879812579498 ], [ -75.237355005760307, 39.927844296693998 ], [ -75.237361429538694, 39.9278387465341 ], [ -75.237364977685104, 39.927837342140101 ], [ -75.2373933580554, 39.9278161058321 ], [ -75.237416453375801, 39.927800798271299 ], [ -75.237445174968798, 39.927779392607299 ], [ -75.237486283052505, 39.927814288960803 ], [ -75.237437055287799, 39.927848947225797 ], [ -75.237390028406494, 39.927882396805202 ], [ -75.237346073941495, 39.9279137366565 ], [ -75.237337074068407, 39.927919326101403 ], [ -75.237305563227693, 39.9279436855795 ], [ -75.237295271374606, 39.927934917509297 ], [ -75.237264043650299, 39.927908603324099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5071, "ADDRESS": "1703 N MARSHALL ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201126901", "LNIADDRESSKEY": "413728", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.75390625, "Shape__Length": 52.87402535819681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145749567747501, 39.977404058171999 ], [ -75.145757311055107, 39.977364950493801 ], [ -75.145940863917303, 39.977388345871802 ], [ -75.145934246188503, 39.977426545418403 ], [ -75.145749567747501, 39.977404058171999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5072, "ADDRESS": "3435 N 23RD ST", "OWNER1": "12TH STREET PROPERTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112314005", "LNIADDRESSKEY": "675803", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1179.54296875, "Shape__Length": 145.02063104394213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166280383731504, 40.007672590465098 ], [ -75.166353029045695, 40.007347947788702 ], [ -75.166571149826694, 40.007376813029403 ], [ -75.166498504018094, 40.007701456935798 ], [ -75.166280383731504, 40.007672590465098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5073, "ADDRESS": "2504 EMERALD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "311071101", "LNIADDRESSKEY": "135874", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.796875, "Shape__Length": 56.711806347013294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127584327661296, 39.985835170907002 ], [ -75.1276237591658, 39.985814197207802 ], [ -75.127739431040794, 39.985945655375502 ], [ -75.127734976569101, 39.9859481327887 ], [ -75.127700070481097, 39.985966421247603 ], [ -75.127584327661296, 39.985835170907002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5074, "ADDRESS": "624 N 42ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061255600", "LNIADDRESSKEY": "686898", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 286.2578125, "Shape__Length": 88.935902349350826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207464158041006, 39.963247906365098 ], [ -75.207470133537797, 39.963300911909002 ], [ -75.207143860974796, 39.9633272739826 ], [ -75.207135301101104, 39.963273325902598 ], [ -75.207464158041006, 39.963247906365098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5075, "ADDRESS": "6061 UPLAND ST", "OWNER1": "KAMARA AYUBA F", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401289700", "LNIADDRESSKEY": "583851", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.46484375, "Shape__Length": 59.880193513594193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230759370469301, 39.9309722851443 ], [ -75.230797866111601, 39.930943744771596 ], [ -75.230942215114098, 39.931067440868503 ], [ -75.230902862866301, 39.9310948182071 ], [ -75.230759370469301, 39.9309722851443 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5076, "ADDRESS": "2626 N STANLEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282121601", "LNIADDRESSKEY": "551317", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.53515625, "Shape__Length": 51.711860798876927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181493549461393, 39.9964117043939 ], [ -75.181494407230005, 39.996407339047003 ], [ -75.181501067026204, 39.996373120162701 ], [ -75.181679848414902, 39.996398544146103 ], [ -75.181671158390301, 39.996437117921602 ], [ -75.181493549461393, 39.9964117043939 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5077, "ADDRESS": "647 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371382501", "LNIADDRESSKEY": "105917", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.56640625, "Shape__Length": 64.829566382964842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144322862470105, 39.989524835525998 ], [ -75.144392960740902, 39.9895347286649 ], [ -75.144357936835704, 39.989700372485203 ], [ -75.144286327020794, 39.989690524978698 ], [ -75.144322862470105, 39.989524835525998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5078, "ADDRESS": "2039 N WOODSTOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322013301", "LNIADDRESSKEY": "623989", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.9921875, "Shape__Length": 56.567286143731771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166600658152802, 39.985487114107897 ], [ -75.166609665591096, 39.985445889322698 ], [ -75.166805988765702, 39.985471473053998 ], [ -75.166797583838303, 39.985512873595603 ], [ -75.166600658152802, 39.985487114107897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5079, "ADDRESS": "2055 N 5TH ST", "OWNER1": "SEXTON FRANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183417110", "LNIADDRESSKEY": "636595", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.484375, "Shape__Length": 51.890084996105358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142163075766902, 39.982564772639797 ], [ -75.142155567233303, 39.982597696568099 ], [ -75.141967897719496, 39.982572009017801 ], [ -75.141976605688001, 39.982540031399402 ], [ -75.142163075766902, 39.982564772639797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5080, "ADDRESS": "1624 W LEHIGH AVE", "OWNER1": "HAROLD L PILGRIM", "OWNER2": "CARMEN PILGRIM", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161325600", "LNIADDRESSKEY": "387672", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.79296875, "Shape__Length": 67.124712919945623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158625306794605, 39.994361877227703 ], [ -75.158665634807605, 39.994171734901698 ], [ -75.158714210199193, 39.994178505657899 ], [ -75.158675109762001, 39.994368869429501 ], [ -75.158625306794605, 39.994361877227703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5081, "ADDRESS": "1305 W ERIE AVE", "OWNER1": "837 E CHELTEN AVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432206000", "LNIADDRESSKEY": "138910", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 297.2265625, "Shape__Length": 108.92801469813982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149153172884198, 40.009498661774501 ], [ -75.149227705405394, 40.009171687617297 ], [ -75.149282553048394, 40.009178587327398 ], [ -75.1492071859509, 40.009506440249297 ], [ -75.149153172884198, 40.009498661774501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5082, "ADDRESS": "3100 W BERKS ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323026400", "LNIADDRESSKEY": "37293", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.58203125, "Shape__Length": 69.393779069868359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184660653792605, 39.984994193435902 ], [ -75.184620566159694, 39.985186137071302 ], [ -75.18456285872, 39.985178286693703 ], [ -75.184601476316402, 39.984998093167398 ], [ -75.184604134737199, 39.9849865149259 ], [ -75.184660653792605, 39.984994193435902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5083, "ADDRESS": "3227 W OXFORD ST", "OWNER1": "DAVIS ALFONSO T", "OWNER2": "EBRON SABRINA MARLENE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324012701", "LNIADDRESSKEY": "467074", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.78515625, "Shape__Length": 76.226723096898013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187901445307901, 39.981437087664901 ], [ -75.187950083397496, 39.981218123542703 ], [ -75.188001376901298, 39.981224845874699 ], [ -75.187953013916299, 39.981444283554701 ], [ -75.187901445307901, 39.981437087664901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5084, "ADDRESS": "838 E CHELTEN AVE", "OWNER1": "THOMAS DANIEL S", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122117600", "LNIADDRESSKEY": "77751", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 300.98046875, "Shape__Length": 110.47447554503776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163376113569598, 40.046164884570899 ], [ -75.163368493217106, 40.046160118939703 ], [ -75.163402877251599, 40.046126896800502 ], [ -75.163459071448401, 40.046161448922298 ], [ -75.163499915217898, 40.046186581053803 ], [ -75.163747001158598, 40.046338786363698 ], [ -75.163712397256305, 40.046371165711598 ], [ -75.163427086869603, 40.046196080004798 ], [ -75.163376113569598, 40.046164884570899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5085, "ADDRESS": "4208 WALLACE ST", "OWNER1": "CUS CONSTRUCTION INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061094300", "LNIADDRESSKEY": "593605", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-6", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.51953125, "Shape__Length": 57.679007826775788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207418787373896, 39.963422427639202 ], [ -75.207440965475897, 39.963581020416903 ], [ -75.207390920002496, 39.9635849085725 ], [ -75.207367332546397, 39.963426510927 ], [ -75.207418787373896, 39.963422427639202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5086, "ADDRESS": "3448 N 23RD ST", "OWNER1": "LIU LIJION", "OWNER2": "SHANG RUI", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112317900", "LNIADDRESSKEY": "675810", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.51953125, "Shape__Length": 89.072611156428735 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166973789130296, 40.007920167122002 ], [ -75.166635988043595, 40.007875756807103 ], [ -75.166645614657696, 40.007832463449397 ], [ -75.166983414114796, 40.007876872577903 ], [ -75.166973789130296, 40.007920167122002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5087, "ADDRESS": "439 N 52ND ST", "OWNER1": "LOTS OF PATIENCE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442271300", "LNIADDRESSKEY": "691496", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 275.27734375, "Shape__Length": 83.787757260768615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224952060757303, 39.967830938631998 ], [ -75.224961839064505, 39.967886879419098 ], [ -75.224661360329094, 39.967917212083499 ], [ -75.224651752357005, 39.9678617750684 ], [ -75.224952060757303, 39.967830938631998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5088, "ADDRESS": "2250 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162085200", "LNIADDRESSKEY": "668135", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.546875, "Shape__Length": 60.233617607623593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164023431261199, 39.988494356874902 ], [ -75.164032049469498, 39.9884551383782 ], [ -75.164248206128093, 39.988482367010597 ], [ -75.164239952491698, 39.988520819987201 ], [ -75.164023431261199, 39.988494356874902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5089, "ADDRESS": "1956 N ORIANNA ST", "OWNER1": "MAHMUD ASIYA S", "OWNER2": "LERARIO ZANE V", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183316900", "LNIADDRESSKEY": "461455", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.49609375, "Shape__Length": 43.174607367815511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140326746191704, 39.9807132429493 ], [ -75.140334600278095, 39.980680069063297 ], [ -75.140482154555201, 39.980700398464798 ], [ -75.140479408194807, 39.980711329621101 ], [ -75.140474620401804, 39.980733401682201 ], [ -75.140326746191704, 39.9807132429493 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5090, "ADDRESS": "4272 ORCHARD ST", "OWNER1": "KURT PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232250500", "LNIADDRESSKEY": "461029", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 276.7890625, "Shape__Length": 83.461407573580203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.086880057746498, 40.0094584988611 ], [ -75.086889357707093, 40.009443173926201 ], [ -75.086911681274998, 40.009406389884802 ], [ -75.087181900415004, 40.009509523603199 ], [ -75.087148421170895, 40.009559768385998 ], [ -75.086880057746498, 40.0094584988611 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5091, "ADDRESS": "3720 MANTUA AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243005410", "LNIADDRESSKEY": "409560", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 309.27734375, "Shape__Length": 110.67032751226618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197836209406603, 39.9683150930761 ], [ -75.197899824915098, 39.968308092631297 ], [ -75.197753680728496, 39.9686353276375 ], [ -75.197699801956801, 39.968620701949902 ], [ -75.197836209406603, 39.9683150930761 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5092, "ADDRESS": "807 UNION ST", "OWNER1": "MCHUGH JOHN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243152300", "LNIADDRESSKEY": "582466", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.93359375, "Shape__Length": 81.904151249924752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201607289406198, 39.967791504747296 ], [ -75.201915541150399, 39.967757535024298 ], [ -75.201924306393394, 39.967799786327198 ], [ -75.201615569974294, 39.967834341102801 ], [ -75.201607289406198, 39.967791504747296 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5093, "ADDRESS": "2218 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162083601", "LNIADDRESSKEY": "668103", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.15234375, "Shape__Length": 60.39261207172288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164165908511904, 39.987845101049103 ], [ -75.164174586071297, 39.987804319493598 ], [ -75.164389368316407, 39.987831790624703 ], [ -75.164381076408802, 39.9878717913667 ], [ -75.164165908511904, 39.987845101049103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5094, "ADDRESS": "2407 W MONTGOMERY AVE", "OWNER1": "SMITH ROLAND TERRELL", "OWNER2": "SMITH TUNISHA RENEE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322214100", "LNIADDRESSKEY": "435916", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.41796875, "Shape__Length": 71.326322616689225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173944476996596, 39.982608364346603 ], [ -75.173990532434104, 39.982408448619701 ], [ -75.174044973161202, 39.982415602613898 ], [ -75.173998800348798, 39.982615837836498 ], [ -75.173944476996596, 39.982608364346603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5095, "ADDRESS": "2443 SEYBERT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291072000", "LNIADDRESSKEY": "531331", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.65234375, "Shape__Length": 45.89798435621725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176243716624299, 39.976156088944897 ], [ -75.176267349340606, 39.976037816018597 ], [ -75.176316841478695, 39.976044390658501 ], [ -75.176292599401407, 39.976162714123603 ], [ -75.176243716624299, 39.976156088944897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5096, "ADDRESS": "2356 N OPAL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162126301", "LNIADDRESSKEY": "460301", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.69921875, "Shape__Length": 51.069084364771257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164644357271996, 39.990226541794499 ], [ -75.164652832945393, 39.990187755912203 ], [ -75.1648277285001, 39.990211183065298 ], [ -75.1648195694832, 39.990250461512403 ], [ -75.164644357271996, 39.990226541794499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5097, "ADDRESS": "1837 N 22ND ST", "OWNER1": "ASA PROPERTIES TWO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322084400", "LNIADDRESSKEY": "673962", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 268.55078125, "Shape__Length": 89.693335038909908 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169898735824702, 39.982854659170997 ], [ -75.169909404481501, 39.982806024642798 ], [ -75.169921640076396, 39.982807750345799 ], [ -75.170093487359495, 39.982830988713999 ], [ -75.170242844051899, 39.982851594881403 ], [ -75.170232441628499, 39.982899817574598 ], [ -75.169914445597598, 39.982856464104898 ], [ -75.169898735824702, 39.982854659170997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5098, "ADDRESS": "3964 RENO ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243130010", "LNIADDRESSKEY": "500997", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.86328125, "Shape__Length": 69.898730980408757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2024342558054, 39.967766023382801 ], [ -75.202482564434405, 39.967760454419199 ], [ -75.202503912005298, 39.967884485399303 ], [ -75.2025087383048, 39.967904967646199 ], [ -75.202518891620898, 39.9679621275518 ], [ -75.202470837830305, 39.967967025312099 ], [ -75.202459905579204, 39.967902690751401 ], [ -75.202456324533401, 39.9678903767268 ], [ -75.202437048551801, 39.967775353348301 ], [ -75.2024342558054, 39.967766023382801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5099, "ADDRESS": "881 N 48TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062428610", "LNIADDRESSKEY": "689124", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.71484375, "Shape__Length": 81.072650891020615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216481676277994, 39.968476606984403 ], [ -75.216492092422897, 39.968475386360304 ], [ -75.216495437116194, 39.968474992816297 ], [ -75.216611914663602, 39.968463330997501 ], [ -75.216659463742403, 39.968458480384598 ], [ -75.216788855630995, 39.968445410759202 ], [ -75.216794096017097, 39.968492547412403 ], [ -75.216649968606603, 39.968503534758902 ], [ -75.216556633616506, 39.968510935665499 ], [ -75.216501035852502, 39.968515302184301 ], [ -75.216491349375801, 39.968516071526302 ], [ -75.216481676277994, 39.968476606984403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5100, "ADDRESS": "2420 N OPAL ST", "OWNER1": "ALEXANDER EVELYN E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162127700", "LNIADDRESSKEY": "460326", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.171875, "Shape__Length": 51.833349387697098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164648316376699, 39.991035217821398 ], [ -75.164657137175695, 39.9910363682013 ], [ -75.164652977774097, 39.991055891867802 ], [ -75.164648835006105, 39.9910760939228 ], [ -75.164639763765507, 39.991074906365803 ], [ -75.1646378449623, 39.991074653659801 ], [ -75.164471001192396, 39.991052711860299 ], [ -75.164479383390002, 39.991013117473003 ], [ -75.164646502267999, 39.991034984367701 ], [ -75.164648316376699, 39.991035217821398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5101, "ADDRESS": "3844 ASPEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243036810", "LNIADDRESSKEY": "23820", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.3203125, "Shape__Length": 83.861767920156979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199221781594503, 39.966375177630901 ], [ -75.199277129563399, 39.966369073876102 ], [ -75.199277837806704, 39.9663730551718 ], [ -75.199321483653307, 39.966612773903798 ], [ -75.199267361026898, 39.966619178604802 ], [ -75.199221781594503, 39.966375177630901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5102, "ADDRESS": "4827 PASCHALL AVE", "OWNER1": "HENRIETTA HARRELL W/O", "OWNER2": "WILLIAM", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273167800", "LNIADDRESSKEY": "472042", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.23046875, "Shape__Length": 75.77594980429609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210915652689707, 39.940328712847098 ], [ -75.210959364191297, 39.940299375279302 ], [ -75.211148419175302, 39.940459759223899 ], [ -75.211106075936996, 39.940489481921702 ], [ -75.210915652689707, 39.940328712847098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5103, "ADDRESS": "2221 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191274001", "LNIADDRESSKEY": "462393", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 73.859375, "Shape__Length": 39.873183146875213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141074362939406, 39.984967276096199 ], [ -75.1410821923497, 39.984934214227501 ], [ -75.141214909857297, 39.984951529164597 ], [ -75.141207519653406, 39.9849851652897 ], [ -75.141074362939406, 39.984967276096199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5104, "ADDRESS": "1516 N 25TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291336100", "LNIADDRESSKEY": "677835", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.20703125, "Shape__Length": 79.915428783780513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176250204007204, 39.978805503041798 ], [ -75.176545514333895, 39.978844961925098 ], [ -75.176536584686104, 39.978889300958002 ], [ -75.176240727312404, 39.978850442475498 ], [ -75.176250204007204, 39.978805503041798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5105, "ADDRESS": "4189 LEIDY AVE", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062198210", "LNIADDRESSKEY": "388122", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 226.6171875, "Shape__Length": 85.056787556088025 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209272733603299, 39.975152047515998 ], [ -75.209230150179707, 39.975136597421297 ], [ -75.209230626951907, 39.975135592097097 ], [ -75.209233972740407, 39.975130170060801 ], [ -75.209238187740993, 39.9751233481906 ], [ -75.2093691861335, 39.974910890929301 ], [ -75.209412239239001, 39.974926109229102 ], [ -75.209419558190106, 39.974928705098897 ], [ -75.209289436222605, 39.975141842929901 ], [ -75.209285239893603, 39.975148713644202 ], [ -75.209281246687198, 39.975155202550702 ], [ -75.209272733603299, 39.975152047515998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5106, "ADDRESS": "5513 SPRAGUE ST", "OWNER1": "PLOTZ LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122270700", "LNIADDRESSKEY": "544762", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.13671875, "Shape__Length": 75.470367585847811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158552981716795, 40.046887098389803 ], [ -75.158605074787403, 40.046836441530999 ], [ -75.158625090990299, 40.046816809441601 ], [ -75.158709402699202, 40.0468680148714 ], [ -75.158543742805193, 40.047029121932098 ], [ -75.158545872465794, 40.046996767226098 ], [ -75.158549427826301, 40.046941932824602 ], [ -75.158552981716795, 40.046887098389803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5107, "ADDRESS": "540 EDGLEY ST", "OWNER1": "540 EDGLEY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191386900", "LNIADDRESSKEY": "730600", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.265625, "Shape__Length": 40.779071193932261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143252991884296, 39.983339676254602 ], [ -75.143301597700301, 39.983346487097599 ], [ -75.143278343686404, 39.983447336275702 ], [ -75.143229127314797, 39.983440028383498 ], [ -75.143252991884296, 39.983339676254602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5108, "ADDRESS": "2262 N 7TH ST", "OWNER1": "MATTIE FRISBY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371067800", "LNIADDRESSKEY": "642496", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.34375, "Shape__Length": 73.346811697566835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1455143057252, 39.986409057507998 ], [ -75.145502821872398, 39.986471603710598 ], [ -75.145256387071598, 39.986439757647098 ], [ -75.145267071974601, 39.9863815565271 ], [ -75.1455143057252, 39.986409057507998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5109, "ADDRESS": "3729 HAVERFORD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242049410", "LNIADDRESSKEY": "335995", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 275.42578125, "Shape__Length": 91.450055781018051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196929876419404, 39.963557793836998 ], [ -75.196991837397206, 39.963550694104597 ], [ -75.197037328991001, 39.963814569321798 ], [ -75.196972253001405, 39.963820971318299 ], [ -75.196929876419404, 39.963557793836998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5110, "ADDRESS": "2234 N 7TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371066401", "LNIADDRESSKEY": "642487", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.73046875, "Shape__Length": 64.356282151823606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145381658338295, 39.985757390906301 ], [ -75.145389679788906, 39.985713695467197 ], [ -75.145618195051298, 39.985737947904802 ], [ -75.145611129982598, 39.985782135842399 ], [ -75.145381658338295, 39.985757390906301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5111, "ADDRESS": "1026 W ORLEANS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372400701", "LNIADDRESSKEY": "463148", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.30859375, "Shape__Length": 46.889780975136304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147685052479801, 39.996953571835597 ], [ -75.147711329077595, 39.996831768450903 ], [ -75.1477589028393, 39.996837876886502 ], [ -75.147734296807599, 39.996960378148799 ], [ -75.147685052479801, 39.996953571835597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5112, "ADDRESS": "950 N 42ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062291410", "LNIADDRESSKEY": "687082", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 387.75, "Shape__Length": 90.295991674353488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208928182898305, 39.971433056894902 ], [ -75.208941954935199, 39.971515217964502 ], [ -75.208727691671996, 39.971537537979799 ], [ -75.208619298001395, 39.971508266108501 ], [ -75.208612157847796, 39.971468388391798 ], [ -75.208928182898305, 39.971433056894902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5113, "ADDRESS": "1720 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183138301", "LNIADDRESSKEY": "632386", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 257.1015625, "Shape__Length": 94.399784681080547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140637963975706, 39.9770588782986 ], [ -75.140648015937302, 39.977015921964799 ], [ -75.141009985859895, 39.977062711237103 ], [ -75.141001027255797, 39.9771050313297 ], [ -75.140637963975706, 39.9770588782986 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5114, "ADDRESS": "2805 GERMANTOWN AVE", "OWNER1": "CHARLES ALLISON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372192600", "LNIADDRESSKEY": "309409", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.09765625, "Shape__Length": 60.311693982423634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147109166246494, 39.9947722725205 ], [ -75.1473251735312, 39.994799384029903 ], [ -75.147320118145501, 39.994818613183099 ], [ -75.147314417660795, 39.994839390979301 ], [ -75.147100472174898, 39.994812085183199 ], [ -75.147109166246494, 39.9947722725205 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5115, "ADDRESS": "2325 N 6TH ST", "OWNER1": "SIDNEY JOHNSON SON", "OWNER2": "LULU JOHNSON MOTHER", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191374200", "LNIADDRESSKEY": "639403", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.44921875, "Shape__Length": 78.150960848753911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142992573825495, 39.986858774914701 ], [ -75.142983755793594, 39.986857574482499 ], [ -75.142988201692106, 39.986838944351199 ], [ -75.142992516839399, 39.986816587777 ], [ -75.143284836299301, 39.986855837542898 ], [ -75.143275986818793, 39.986896920244398 ], [ -75.142992573825495, 39.986858774914701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5116, "ADDRESS": "1528 N 24TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885356500", "LNIADDRESSKEY": "676521", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 6296.34375, "Shape__Length": 401.30567272038888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174511881370805, 39.979318429446202 ], [ -75.1745552519168, 39.979118485966403 ], [ -75.174756389210799, 39.979145454062298 ], [ -75.174766981206005, 39.979147384525596 ], [ -75.174784203090695, 39.979065657205503 ], [ -75.175981760154897, 39.979223174242101 ], [ -75.175921997778701, 39.9795041400603 ], [ -75.174511881370805, 39.979318429446202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5117, "ADDRESS": "1226 W SOMERSET ST", "OWNER1": "MYERS MORGAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372335000", "LNIADDRESSKEY": "541849", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.5625, "Shape__Length": 71.642759304635689 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151431657973305, 39.994900868436901 ], [ -75.151429701036705, 39.994910947084499 ], [ -75.151392443883793, 39.995101882172101 ], [ -75.151337240797005, 39.995095264619003 ], [ -75.151374150369605, 39.994904079528098 ], [ -75.151376187709602, 39.994893583727702 ], [ -75.151397597350694, 39.994896582256899 ], [ -75.151431657973305, 39.994900868436901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5118, "ADDRESS": "168 W HUNTINGDON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192304800", "LNIADDRESSKEY": "731818", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.0, "Shape__Length": 62.572338133998478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133599911036299, 39.989550234008803 ], [ -75.133633119758898, 39.989392709148497 ], [ -75.133635250537694, 39.989382553616601 ], [ -75.133694311459905, 39.989390621554698 ], [ -75.133692197424296, 39.989400342724899 ], [ -75.133657656201805, 39.989558176235299 ], [ -75.133599911036299, 39.989550234008803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5119, "ADDRESS": "4535 MERION AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062038510", "LNIADDRESSKEY": "428827", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.8359375, "Shape__Length": 55.547480077255535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213270074612396, 39.971044183368797 ], [ -75.213308932888495, 39.971067303895602 ], [ -75.213186220174606, 39.971188050777698 ], [ -75.2131464365266, 39.971164426589802 ], [ -75.213163229781998, 39.971148421027998 ], [ -75.213270074612396, 39.971044183368797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5120, "ADDRESS": "3926 ASPEN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243039310", "LNIADDRESSKEY": "23873", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.48828125, "Shape__Length": 85.095051779159832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201137024905293, 39.966164548087797 ], [ -75.201183135713407, 39.966411301264699 ], [ -75.201127104496393, 39.966417245470602 ], [ -75.201080760454602, 39.966170003921498 ], [ -75.201137024905293, 39.966164548087797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5121, "ADDRESS": "2726 N LAWRENCE ST", "OWNER1": "JACKSON LEON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192175200", "LNIADDRESSKEY": "384671", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.25, "Shape__Length": 47.855831543235119 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139188505033403, 39.992745992536697 ], [ -75.139197479534403, 39.992704446649199 ], [ -75.139202192391195, 39.992705037019697 ], [ -75.1393546550228, 39.992724286190601 ], [ -75.139351489082102, 39.992740705152798 ], [ -75.139346566307296, 39.9927662565688 ], [ -75.139193467629497, 39.992746638144197 ], [ -75.139188505033403, 39.992745992536697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5122, "ADDRESS": "3739 BROWN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243118310", "LNIADDRESSKEY": "53834", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.6171875, "Shape__Length": 83.149562044178552 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198016965268806, 39.9680401946149 ], [ -75.198074322263494, 39.968033603370898 ], [ -75.1981197893558, 39.968272137757097 ], [ -75.198060643460096, 39.968278962922497 ], [ -75.198016965268806, 39.9680401946149 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5123, "ADDRESS": "2135 E WILLIAM ST", "OWNER1": "BMK PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252076101", "LNIADDRESSKEY": "614119", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.71484375, "Shape__Length": 65.952705541949143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116544278277502, 39.987895874787299 ], [ -75.116755052613897, 39.987787467088403 ], [ -75.116778949539807, 39.987814854776502 ], [ -75.116567932620299, 39.987922531625301 ], [ -75.116544278277502, 39.987895874787299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5124, "ADDRESS": "2562 N NAPA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282164101", "LNIADDRESSKEY": "445885", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.328125, "Shape__Length": 51.659274251584058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182793461269199, 39.995722520008698 ], [ -75.182801996105397, 39.995684700667297 ], [ -75.182980647113297, 39.995708539593899 ], [ -75.182972725047406, 39.995746808513303 ], [ -75.182793461269199, 39.995722520008698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5125, "ADDRESS": "2408 N NATRONA ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282209601", "LNIADDRESSKEY": "447145", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.84375, "Shape__Length": 48.374257601729454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184938643687104, 39.993429232228401 ], [ -75.184939445797298, 39.9934257519851 ], [ -75.184947099980604, 39.9933929100564 ], [ -75.185113053308399, 39.993414881889301 ], [ -75.185104561184403, 39.993452154961801 ], [ -75.184938643687104, 39.993429232228401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5126, "ADDRESS": "5537 BAYNTON ST", "OWNER1": "ELAM CATHY B ROSS", "OWNER2": "TYRONE ELAM", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122151300", "LNIADDRESSKEY": "31587", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.0078125, "Shape__Length": 77.914639885559055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169469948022197, 40.037678264639702 ], [ -75.169712385221104, 40.037560653218698 ], [ -75.169753612473102, 40.037590497352198 ], [ -75.169500648751594, 40.037714160304198 ], [ -75.169469948022197, 40.037678264639702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5127, "ADDRESS": "2526 N HOWARD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192017901", "LNIADDRESSKEY": "731681", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.7734375, "Shape__Length": 52.424702879634928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132541981765399, 39.9886813120835 ], [ -75.1325511725301, 39.9886424149433 ], [ -75.132679698056293, 39.988659869288 ], [ -75.132732572799597, 39.988667458784803 ], [ -75.132724197824103, 39.988705327098501 ], [ -75.132541981765399, 39.9886813120835 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5128, "ADDRESS": "3224 W MONTGOMERY AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324084100", "LNIADDRESSKEY": "436076", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.04296875, "Shape__Length": 93.266914998889291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187136186010093, 39.9839273742706 ], [ -75.1871952477875, 39.983651659986997 ], [ -75.187249537354504, 39.983658996880699 ], [ -75.187189878587105, 39.983933892579898 ], [ -75.187136186010093, 39.9839273742706 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5129, "ADDRESS": "1756 N LAMBERT ST", "OWNER1": "TRAN KELLY", "OWNER2": "TRAN TOMMY", "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "472151700", "LNIADDRESSKEY": "376256", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.69140625, "Shape__Length": 59.536906840292673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168398657579701, 39.981467473642098 ], [ -75.168406509835194, 39.981428479802702 ], [ -75.168619705835098, 39.981456939419402 ], [ -75.168610980032796, 39.981495769459698 ], [ -75.168398657579701, 39.981467473642098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5130, "ADDRESS": "118 N 56TH ST", "OWNER1": "POE MJUMBE WAWATU", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042063000", "LNIADDRESSKEY": "695415", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.04296875, "Shape__Length": 77.374312208239616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232522275998406, 39.963140980001199 ], [ -75.232531239644302, 39.963095783375501 ], [ -75.232568531020107, 39.963100212345601 ], [ -75.232677646397306, 39.963113890278699 ], [ -75.232702957319205, 39.963117154226197 ], [ -75.2327281247494, 39.963120301269001 ], [ -75.2328158628669, 39.963130849861301 ], [ -75.232806554538897, 39.963175715710697 ], [ -75.232522275998406, 39.963140980001199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5131, "ADDRESS": "2214 WILDER ST", "OWNER1": "YOUNGS ELIJAH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364021700", "LNIADDRESSKEY": "613272", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.62109375, "Shape__Length": 52.542157274586138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181504589973997, 39.933834978048303 ], [ -75.181535329781596, 39.933694747174798 ], [ -75.181585752446395, 39.933701406391897 ], [ -75.181554422926695, 39.933841139775801 ], [ -75.181504589973997, 39.933834978048303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5132, "ADDRESS": "1614-18 N 22ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472176900", "LNIADDRESSKEY": "673895", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 449.73828125, "Shape__Length": 89.38755861282965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171093097919893, 39.979982221107697 ], [ -75.171249140527195, 39.980002251030399 ], [ -75.171239154831696, 39.980048281305301 ], [ -75.171295984636799, 39.980055577059098 ], [ -75.171289937422301, 39.980097127696901 ], [ -75.171281744045899, 39.980148354298798 ], [ -75.171063110791806, 39.980120284191599 ], [ -75.171093097919893, 39.979982221107697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5133, "ADDRESS": "933 N 47TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062412310", "LNIADDRESSKEY": "688855", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.90625, "Shape__Length": 71.882247325664807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215592551605098, 39.970123783772998 ], [ -75.215541509642193, 39.970112758899901 ], [ -75.215545740963293, 39.970102100041501 ], [ -75.215613475918801, 39.970105982643403 ], [ -75.215659753475407, 39.9701088416776 ], [ -75.215799483158193, 39.9700984363743 ], [ -75.215809259030905, 39.970172769719198 ], [ -75.215592551605098, 39.970123783772998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5134, "ADDRESS": "1968 N PATTON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323312100", "LNIADDRESSKEY": "473994", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.70703125, "Shape__Length": 50.680474987588283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1852381227161, 39.986798000704702 ], [ -75.185245737523104, 39.986761176554197 ], [ -75.185414032381004, 39.986783410125803 ], [ -75.185406616438797, 39.986818304938097 ], [ -75.185404881610594, 39.986826519417797 ], [ -75.1852370203151, 39.986804472346698 ], [ -75.1852381227161, 39.986798000704702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5135, "ADDRESS": "4305 MANTUA AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062119210", "LNIADDRESSKEY": "409663", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 249.33203125, "Shape__Length": 90.919014035264581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211429889801707, 39.972721916709098 ], [ -75.211541825173001, 39.972466480037603 ], [ -75.211596022664807, 39.972482250415098 ], [ -75.211483292944905, 39.972736542184201 ], [ -75.211429889801707, 39.972721916709098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5136, "ADDRESS": "2005 N 5TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183414601", "LNIADDRESSKEY": "636554", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.296875, "Shape__Length": 83.746214455217682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142206582878799, 39.9816178115314 ], [ -75.142280287672705, 39.981627433329201 ], [ -75.142361979295103, 39.981638075631501 ], [ -75.142353228645604, 39.981680400543397 ], [ -75.142165873063803, 39.981655333088398 ], [ -75.142110810419197, 39.981648068661798 ], [ -75.142037113059203, 39.981638253204402 ], [ -75.142045851625596, 39.981596781756203 ], [ -75.142100907143899, 39.981603658613501 ], [ -75.142119568126802, 39.981606097576702 ], [ -75.142206582878799, 39.9816178115314 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5137, "ADDRESS": "1906R N CROSKEY ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322105501", "LNIADDRESSKEY": "103951", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.5234375, "Shape__Length": 37.880849669016392 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1712287094755, 39.983794513818502 ], [ -75.171238905878894, 39.983745609533699 ], [ -75.171342654016399, 39.983759966915002 ], [ -75.171332453412901, 39.983808983739699 ], [ -75.1712287094755, 39.983794513818502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5138, "ADDRESS": "4205 MANTUA AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062114210", "LNIADDRESSKEY": "409607", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 235.46875, "Shape__Length": 90.784675900599098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208730050836905, 39.972000899338802 ], [ -75.208847235007696, 39.971744856026099 ], [ -75.208897702541506, 39.971758369181799 ], [ -75.208780869352495, 39.972014582495497 ], [ -75.208730050836905, 39.972000899338802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5139, "ADDRESS": "1823 N MARSHALL ST", "OWNER1": "ORR ALLISON V", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201131100", "LNIADDRESSKEY": "413804", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.6640625, "Shape__Length": 58.489658296878254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145359419254206, 39.979416967194297 ], [ -75.145367694960797, 39.979374372276403 ], [ -75.145571981136399, 39.979399319916602 ], [ -75.145564409493005, 39.9794410433189 ], [ -75.145359419254206, 39.979416967194297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5140, "ADDRESS": "2529 TURNER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324021101", "LNIADDRESSKEY": "580055", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.77734375, "Shape__Length": 61.711529687792634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176626190251795, 39.980376166811197 ], [ -75.176632272099397, 39.9803478357139 ], [ -75.176634055697306, 39.980335575768599 ], [ -75.176661472751405, 39.980204266629798 ], [ -75.176711238802199, 39.980210879833599 ], [ -75.176675528366005, 39.980382447193897 ], [ -75.176626190251795, 39.980376166811197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5141, "ADDRESS": "2214 N 21ST ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162181800", "LNIADDRESSKEY": "672234", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.62890625, "Shape__Length": 91.760453082705723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167637064462397, 39.988206638283302 ], [ -75.167647013784205, 39.988162661746301 ], [ -75.167995961603594, 39.988209441704598 ], [ -75.167986180230201, 39.9882528577849 ], [ -75.167817970541506, 39.9882300689383 ], [ -75.167637064462397, 39.988206638283302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5142, "ADDRESS": "2456 N STANLEY ST", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282116100", "LNIADDRESSKEY": "551207", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.4921875, "Shape__Length": 52.532682956744345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182022657513897, 39.994023635965704 ], [ -75.1820303511617, 39.993985878946397 ], [ -75.182142366323106, 39.994001022670702 ], [ -75.182214069215206, 39.994009734547497 ], [ -75.182205082898406, 39.994047834326103 ], [ -75.182153074480198, 39.994041496819598 ], [ -75.182118922202804, 39.9940368156606 ], [ -75.182022657513897, 39.994023635965704 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5143, "ADDRESS": "2760 N RINGGOLD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281014000", "LNIADDRESSKEY": "506131", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.14453125, "Shape__Length": 46.982657918388497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171090660494301, 39.997465851140802 ], [ -75.171098433952395, 39.997427821697698 ], [ -75.1712569984943, 39.9974491316068 ], [ -75.171248743748805, 39.997487150246698 ], [ -75.171090660494301, 39.997465851140802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5144, "ADDRESS": "5024 W THOMPSON ST", "OWNER1": "DREAMLAND LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442119900", "LNIADDRESSKEY": "570580", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.76953125, "Shape__Length": 84.484855286705297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223714384601493, 39.972900077741897 ], [ -75.223761434698105, 39.972894068877203 ], [ -75.223804924223003, 39.973131403185398 ], [ -75.223807659100501, 39.9731463095913 ], [ -75.223801304957803, 39.973147007636399 ], [ -75.223767014005603, 39.973150799394602 ], [ -75.223760618322103, 39.9731515122904 ], [ -75.223757742203503, 39.973135877470099 ], [ -75.223714384601493, 39.972900077741897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5145, "ADDRESS": "2073 E ELKHART ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252223101", "LNIADDRESSKEY": "132718", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.73828125, "Shape__Length": 59.739440591213693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.113617656961395, 39.990688473680301 ], [ -75.113806856195595, 39.9906076246114 ], [ -75.113831685820003, 39.990642288759297 ], [ -75.113642545669293, 39.990723236088499 ], [ -75.113617656961395, 39.990688473680301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5146, "ADDRESS": "2540 RIDGE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322220400", "LNIADDRESSKEY": "504242", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 268.66015625, "Shape__Length": 101.33977343754859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176262327970406, 39.983298468877997 ], [ -75.176545780886798, 39.983064608617497 ], [ -75.176528695315298, 39.983143888471098 ], [ -75.176303848850694, 39.9833297370783 ], [ -75.176262327970406, 39.983298468877997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5147, "ADDRESS": "4461 N GRATZ ST", "OWNER1": "TUCKER LOUISE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132190600", "LNIADDRESSKEY": "322261", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.71875, "Shape__Length": 52.60259526305704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1557724289747, 40.022184144654503 ], [ -75.155774489392797, 40.022174696737601 ], [ -75.155780696852304, 40.022146127198098 ], [ -75.155964069713704, 40.022170919858297 ], [ -75.155955601877594, 40.022208690660399 ], [ -75.1557724289747, 40.022184144654503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5148, "ADDRESS": "6175 UPLAND ST", "OWNER1": "TOWER HILL INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401294500", "LNIADDRESSKEY": "583944", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.83984375, "Shape__Length": 61.895938438324016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232901767622295, 39.929396787881601 ], [ -75.2329301610079, 39.929376955095002 ], [ -75.232943553507297, 39.929367561082799 ], [ -75.232966373698702, 39.929386825211701 ], [ -75.232985331452397, 39.929402426478497 ], [ -75.233012858685399, 39.929425775188598 ], [ -75.233026927050801, 39.929437674158201 ], [ -75.233047486354593, 39.929455260096297 ], [ -75.233092845159305, 39.929494087337901 ], [ -75.233080456053898, 39.929502971802002 ], [ -75.233053255574106, 39.9295222338977 ], [ -75.232958948386297, 39.929443741487503 ], [ -75.232901767622295, 39.929396787881601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5149, "ADDRESS": "6001 REINHARD ST", "OWNER1": "THE LIBERIAN ASSOC OF", "OWNER2": "DELAWARE VALLEY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401270500", "LNIADDRESSKEY": "500427", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.203125, "Shape__Length": 60.248239791182243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229896261221896, 39.932152258405303 ], [ -75.229895186084207, 39.932151347297101 ], [ -75.229940052300293, 39.932119852255497 ], [ -75.230080950672601, 39.932240089217203 ], [ -75.230036125664597, 39.932270472488 ], [ -75.229896261221896, 39.932152258405303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5150, "ADDRESS": "3611 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242046810", "LNIADDRESSKEY": "335946", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 239.66015625, "Shape__Length": 92.533465869128378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1950619362933, 39.963769936802699 ], [ -75.195078322445497, 39.963852818158799 ], [ -75.1951133499783, 39.964044939355098 ], [ -75.195104039883702, 39.964046295287702 ], [ -75.195081010879704, 39.964049247979403 ], [ -75.195062063619801, 39.964051744197597 ], [ -75.195008918547899, 39.963776510471902 ], [ -75.1950619362933, 39.963769936802699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5151, "ADDRESS": "3401 KEIM ST", "OWNER1": "BARTSCH ROBERT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331279400", "LNIADDRESSKEY": "367407", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.91015625, "Shape__Length": 48.784932450664947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117038496268904, 40.000245187113897 ], [ -75.117048946439098, 40.0001984043353 ], [ -75.117054096896794, 40.0001990867367 ], [ -75.117202982176494, 40.000218476745701 ], [ -75.117201697718102, 40.000225088998597 ], [ -75.117193833785194, 40.000265756800999 ], [ -75.117043834214002, 40.000245906478298 ], [ -75.117038496268904, 40.000245187113897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5152, "ADDRESS": "3136 W YORK ST", "OWNER1": "PRIME MINISTER NORTH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282342400", "LNIADDRESSKEY": "629506", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.9453125, "Shape__Length": 55.690914578008403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183804430606401, 39.992955461800399 ], [ -75.183835808041394, 39.992803977163398 ], [ -75.183885113012707, 39.992810303042802 ], [ -75.183860021432906, 39.9929352177938 ], [ -75.183853738746507, 39.992961706670698 ], [ -75.183804430606401, 39.992955461800399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5153, "ADDRESS": "1319 N 25TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291326000", "LNIADDRESSKEY": "677806", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.734375, "Shape__Length": 58.236582856196712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176488882114299, 39.975916807086499 ], [ -75.176690419924199, 39.975941084695002 ], [ -75.1766817292024, 39.9759852736656 ], [ -75.176479731301399, 39.975959110494998 ], [ -75.176488882114299, 39.975916807086499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5154, "ADDRESS": "5409 VINE ST", "OWNER1": "FALLIENS DARRELL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041033800", "LNIADDRESSKEY": "589244", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 372.28125, "Shape__Length": 112.09731104484254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228058800916102, 39.96556396727 ], [ -75.2281020696241, 39.965353236892803 ], [ -75.228124438803505, 39.965235427622702 ], [ -75.228178840411999, 39.965242248925698 ], [ -75.228193248687901, 39.965244064637297 ], [ -75.228127885235693, 39.965572593454802 ], [ -75.228058800916102, 39.96556396727 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5155, "ADDRESS": "2107 CHELTEN AVE", "OWNER1": "RICHARD M JOHNSON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "171341000", "LNIADDRESSKEY": "77516", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 345.66015625, "Shape__Length": 94.30065476507059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155685725735495, 40.052215057134703 ], [ -75.155706304540601, 40.051953913113003 ], [ -75.155760765887507, 40.051956464059501 ], [ -75.155787629731705, 40.051957731802602 ], [ -75.1557671861827, 40.052219217893203 ], [ -75.155685725735495, 40.052215057134703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5156, "ADDRESS": "3922 BROWN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243068310", "LNIADDRESSKEY": "53910", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.3359375, "Shape__Length": 82.629335394838932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201218798107107, 39.967302284195902 ], [ -75.201263166970904, 39.967540212689897 ], [ -75.201205984337506, 39.967546664097497 ], [ -75.201162271413494, 39.967308540664398 ], [ -75.201218798107107, 39.967302284195902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5157, "ADDRESS": "1324 N SMEDLEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471231910", "LNIADDRESSKEY": "538989", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.94921875, "Shape__Length": 68.763592774673157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163041887868204, 39.974524495659097 ], [ -75.163051689848601, 39.974480031862001 ], [ -75.163298102261507, 39.9745110077098 ], [ -75.163292382480606, 39.974537155785001 ], [ -75.163288284496105, 39.974555890141097 ], [ -75.163041887868204, 39.974524495659097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5158, "ADDRESS": "1619 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183180201", "LNIADDRESSKEY": "639186", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.19140625, "Shape__Length": 58.175047332447832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145178697016505, 39.9760910559895 ], [ -75.145386461053107, 39.976117703844402 ], [ -75.145379247977004, 39.976155733299599 ], [ -75.145170494688003, 39.976128958235201 ], [ -75.145178697016505, 39.9760910559895 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5159, "ADDRESS": "5563 BAYNTON ST", "OWNER1": "BRYANT JOSEPH D", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122152300", "LNIADDRESSKEY": "31596", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.2265625, "Shape__Length": 79.764202438954925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1702044384255, 40.038181355418097 ], [ -75.170228237985398, 40.038162143160399 ], [ -75.170276051905503, 40.038124658255001 ], [ -75.170377108123006, 40.0380453784514 ], [ -75.170416479277705, 40.0380744564591 ], [ -75.170347055606598, 40.038129251070401 ], [ -75.170322429667493, 40.038148155341901 ], [ -75.1702494518984, 40.038206513541397 ], [ -75.170289764456498, 40.0382356127352 ], [ -75.170283683018596, 40.038240021753303 ], [ -75.1702044384255, 40.038181355418097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5160, "ADDRESS": "3972 PENNSGROVE ST", "OWNER1": "AJA 88 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243169400", "LNIADDRESSKEY": "478502", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.19921875, "Shape__Length": 81.875519417516102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203285892762693, 39.971522797207598 ], [ -75.203341931938098, 39.9715162393531 ], [ -75.203387821051294, 39.971751879299099 ], [ -75.203331342905102, 39.971758427437898 ], [ -75.203285892762693, 39.971522797207598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5161, "ADDRESS": "2130 N 7TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202034601", "LNIADDRESSKEY": "642428", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.9453125, "Shape__Length": 69.325932859892134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145711350872602, 39.984007528842199 ], [ -75.145718458232096, 39.983969180478098 ], [ -75.145977030488396, 39.983997438016203 ], [ -75.145968720922099, 39.984035985497101 ], [ -75.145711350872602, 39.984007528842199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5162, "ADDRESS": "2561 N 16TH ST", "OWNER1": "HEILER AGNES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161075200", "LNIADDRESSKEY": "660655", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.6953125, "Shape__Length": 60.735610584776303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1578597841023, 39.9926757509037 ], [ -75.157866624645195, 39.992647534603996 ], [ -75.157868406625994, 39.992639288866798 ], [ -75.158080070332502, 39.992669780309498 ], [ -75.158071523322306, 39.992706453551399 ], [ -75.158070171108506, 39.992712225567303 ], [ -75.157947377397306, 39.992694719920898 ], [ -75.157857945788805, 39.992683285817499 ], [ -75.1578597841023, 39.9926757509037 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5163, "ADDRESS": "2324 N MYRTLEWOOD ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282049701", "LNIADDRESSKEY": "445011", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.6015625, "Shape__Length": 47.738379485132299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180892596036202, 39.991686020589199 ], [ -75.180900422154494, 39.9916497645292 ], [ -75.181065221332204, 39.991672183905102 ], [ -75.181057656319993, 39.991707075156199 ], [ -75.180892596036202, 39.991686020589199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5164, "ADDRESS": "3915 BROWN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243122110", "LNIADDRESSKEY": "53903", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 249.26953125, "Shape__Length": 91.843693993814483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200995842364406, 39.967709526575902 ], [ -75.201051835170603, 39.967703581557103 ], [ -75.201104797730906, 39.967973214800097 ], [ -75.201048918645697, 39.967979517146503 ], [ -75.200995842364406, 39.967709526575902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5165, "ADDRESS": "4243 FAIRMOUNT AVE", "OWNER1": "JP HOLDINGS GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061137900", "LNIADDRESSKEY": "283695", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.3984375, "Shape__Length": 76.596810872442646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208808556121099, 39.964746735280798 ], [ -75.208838785306398, 39.964967421805902 ], [ -75.208785649222193, 39.964972128502197 ], [ -75.208753491996404, 39.964751496113998 ], [ -75.208808556121099, 39.964746735280798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5166, "ADDRESS": "2172 N DOVER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323232901", "LNIADDRESSKEY": "122914", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.1796875, "Shape__Length": 49.757725843147533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179719785647904, 39.989239608655801 ], [ -75.179725659961804, 39.989211757059699 ], [ -75.179893638087293, 39.989234201018697 ], [ -75.179887332353104, 39.989262930457002 ], [ -75.179884825347997, 39.9892743509442 ], [ -75.179717181777406, 39.9892519628958 ], [ -75.179719785647904, 39.989239608655801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5167, "ADDRESS": "2318 N 21ST ST", "OWNER1": "TWINNING88 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162185300", "LNIADDRESSKEY": "672305", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.53515625, "Shape__Length": 67.227757306468092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1672793520369, 39.989863782533497 ], [ -75.167288646374004, 39.989819984999102 ], [ -75.167529759419494, 39.989850202749501 ], [ -75.167524440007497, 39.989876535721301 ], [ -75.167520608167194, 39.989893553012102 ], [ -75.1672793520369, 39.989863782533497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5168, "ADDRESS": "603 W CUMBERLAND ST", "OWNER1": "625 W CUMBERLAND ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371380300", "LNIADDRESSKEY": "730447", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.109375, "Shape__Length": 60.415926300435871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142957587346999, 39.989522478576802 ], [ -75.142993218451494, 39.989355865659 ], [ -75.143018978034902, 39.989359046820702 ], [ -75.1430429011684, 39.989362007186699 ], [ -75.143010137594601, 39.9895167084169 ], [ -75.143007984591307, 39.989529119519503 ], [ -75.142957587346999, 39.989522478576802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5169, "ADDRESS": "1930 N NEWKIRK ST", "OWNER1": "SOLARI MAIER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323222100", "LNIADDRESSKEY": "449940", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.91015625, "Shape__Length": 48.986652926292187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179961806364005, 39.9852877267964 ], [ -75.179874677087199, 39.985210641526798 ], [ -75.179912108438103, 39.985186703069402 ], [ -75.179998199415607, 39.985263524039901 ], [ -75.180023699976502, 39.9852862756915 ], [ -75.179987273057606, 39.985310251318701 ], [ -75.179961806364005, 39.9852877267964 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5170, "ADDRESS": "1412 N 27TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292060210", "LNIADDRESSKEY": "679592", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.8828125, "Shape__Length": 42.183028308360804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179796154178604, 39.977545573891497 ], [ -75.179927793614198, 39.977563512686501 ], [ -75.179918649747705, 39.977605799585703 ], [ -75.179786237939197, 39.977586682305301 ], [ -75.179796154178604, 39.977545573891497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5171, "ADDRESS": "1049 W ORLEANS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372404600", "LNIADDRESSKEY": "463171", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.88671875, "Shape__Length": 47.123201672262411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148184743132106, 39.997229200684998 ], [ -75.148211706812802, 39.9971064137723 ], [ -75.148259506814099, 39.997112623982503 ], [ -75.148233730358101, 39.997235614638498 ], [ -75.148184743132106, 39.997229200684998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5172, "ADDRESS": "1441 N 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292094610", "LNIADDRESSKEY": "680627", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.58203125, "Shape__Length": 68.652403631141198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180661346289497, 39.978217410636503 ], [ -75.1806698106098, 39.9781781392482 ], [ -75.180922029794701, 39.978214541895397 ], [ -75.180913494045896, 39.978253538017903 ], [ -75.180661346289497, 39.978217410636503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5173, "ADDRESS": "3937 FOLSOM ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243062110", "LNIADDRESSKEY": "293710", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.75390625, "Shape__Length": 69.576210321947102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201383709218305, 39.967070132900403 ], [ -75.201433510839607, 39.967064436495001 ], [ -75.201470392498706, 39.967263527462002 ], [ -75.201420375363696, 39.967268800132402 ], [ -75.201383709218305, 39.967070132900403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5174, "ADDRESS": "1501 W TUCKER ST", "OWNER1": "HAINES WARMES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161312900", "LNIADDRESSKEY": "577690", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.34375, "Shape__Length": 48.995275656752824 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156458954536504, 39.993521592706102 ], [ -75.156484490040796, 39.993401721643103 ], [ -75.156544957936305, 39.9934104063991 ], [ -75.156520383561997, 39.993529767588903 ], [ -75.156458954536504, 39.993521592706102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5175, "ADDRESS": "2312 N 22ND ST", "OWNER1": "EARL TAITE WID", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162213900", "LNIADDRESSKEY": "674099", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.37890625, "Shape__Length": 66.076281593313638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168925258212994, 39.9899367379113 ], [ -75.168933766484898, 39.989895372222598 ], [ -75.169172745526197, 39.989924974251899 ], [ -75.169163955265603, 39.989966558867899 ], [ -75.168925258212994, 39.9899367379113 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5176, "ADDRESS": "2356 N 21ST ST", "OWNER1": "CASTLE PROPERTIES INC", "OWNER2": "A PENNA CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162187200", "LNIADDRESSKEY": "672343", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.44921875, "Shape__Length": 69.362869906666759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167102459987802, 39.990692358570499 ], [ -75.167112285886503, 39.990643946298803 ], [ -75.167356753338694, 39.990676400013903 ], [ -75.167351893189107, 39.9906994703788 ], [ -75.167346675692997, 39.990724275039597 ], [ -75.167102459987802, 39.990692358570499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5177, "ADDRESS": "3913 WYALUSING AVE", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243190000", "LNIADDRESSKEY": "625644", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.70703125, "Shape__Length": 47.450252070734614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201802634277101, 39.972551330684098 ], [ -75.201854610813101, 39.972545827592697 ], [ -75.201879020198703, 39.9726675412454 ], [ -75.201826593736996, 39.972672743784699 ], [ -75.201802634277101, 39.972551330684098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5178, "ADDRESS": "2302 N ORKNEY ST", "OWNER1": "JOYCE E STANFORD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191288300", "LNIADDRESSKEY": "462423", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.1171875, "Shape__Length": 45.505918791879523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141051227952502, 39.986262810207499 ], [ -75.141058739738796, 39.986228759003502 ], [ -75.141214985353102, 39.986250091163498 ], [ -75.141212347645194, 39.986260363682199 ], [ -75.141210370117406, 39.9862731177558 ], [ -75.141208191678402, 39.986284546138499 ], [ -75.141051227952502, 39.986262810207499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5179, "ADDRESS": "3860 MOUNT VERNON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242066810", "LNIADDRESSKEY": "443294", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.609375, "Shape__Length": 70.324340773308307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199048889763404, 39.963618547433697 ], [ -75.199099784321305, 39.963612683801998 ], [ -75.1991367761362, 39.963813599337598 ], [ -75.199085796317306, 39.963818962161298 ], [ -75.199048889763404, 39.963618547433697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5180, "ADDRESS": "2413 N GRATZ ST", "OWNER1": "HIRA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162049900", "LNIADDRESSKEY": "321865", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.46875, "Shape__Length": 50.792314562443515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162656465722606, 39.990600331761698 ], [ -75.162832332583704, 39.990623028113703 ], [ -75.162823446109797, 39.990660999343298 ], [ -75.162648201000493, 39.990637930684798 ], [ -75.162654843336, 39.9906077105504 ], [ -75.162656465722606, 39.990600331761698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5181, "ADDRESS": "1826 N 22ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322090500", "LNIADDRESSKEY": "673951", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.4609375, "Shape__Length": 89.195990026470298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170532815140106, 39.982563619618197 ], [ -75.170873713124493, 39.982609194619897 ], [ -75.1708653331237, 39.982650514868297 ], [ -75.170524172640199, 39.982604676031201 ], [ -75.170532815140106, 39.982563619618197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5182, "ADDRESS": "5606 HEISKELL ST", "OWNER1": "PAYING YOUR SELF LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122162500", "LNIADDRESSKEY": "339471", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.88671875, "Shape__Length": 52.600855436112781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169668448357996, 40.038659324278903 ], [ -75.169850706990403, 40.038655165268601 ], [ -75.169854290910493, 40.038677829638303 ], [ -75.169856709357902, 40.038693649420097 ], [ -75.169672450972499, 40.038701341662097 ], [ -75.169668448357996, 40.038659324278903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5183, "ADDRESS": "3114 W YORK ST", "OWNER1": "FLORAS DEVELOPMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282341300", "LNIADDRESSKEY": "629497", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.12109375, "Shape__Length": 55.759826826049483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183262373526006, 39.992885231270698 ], [ -75.183271879164494, 39.992841081495101 ], [ -75.183273907028394, 39.9928312461441 ], [ -75.183292326942194, 39.992734262275697 ], [ -75.183342876635095, 39.992740389845103 ], [ -75.183312667201093, 39.992891433090598 ], [ -75.183262373526006, 39.992885231270698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5184, "ADDRESS": "2355 N 32ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282183301", "LNIADDRESSKEY": "684290", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.69921875, "Shape__Length": 58.24068742120361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184308197860801, 39.993019096708402 ], [ -75.184154395086594, 39.992999522803103 ], [ -75.184109258921694, 39.992993774525502 ], [ -75.184109520115996, 39.992992442365299 ], [ -75.184117439741001, 39.992950337283297 ], [ -75.184319736621106, 39.992975492366199 ], [ -75.184309427787099, 39.993019253720199 ], [ -75.184308197860801, 39.993019096708402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5185, "ADDRESS": "428 DIAMOND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183218000", "LNIADDRESSKEY": "116296", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.4921875, "Shape__Length": 63.162134536137465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141595786388805, 39.982509147355699 ], [ -75.141594693224306, 39.982514699838703 ], [ -75.141557824595694, 39.982684604496399 ], [ -75.141538287300506, 39.982682064438897 ], [ -75.141516085571197, 39.982679061737301 ], [ -75.141507196519797, 39.982678085946297 ], [ -75.141510483844002, 39.982662330825697 ], [ -75.141543992922195, 39.982510065049802 ], [ -75.141545191928401, 39.982502290573599 ], [ -75.141595786388805, 39.982509147355699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5186, "ADDRESS": "819 UNION ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243152910", "LNIADDRESSKEY": "582478", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.28125, "Shape__Length": 83.636466525741724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201649717956499, 39.968044913145597 ], [ -75.201962818551493, 39.968009036088603 ], [ -75.201971761121399, 39.968053273534501 ], [ -75.2016571082372, 39.968089164574103 ], [ -75.201649717956499, 39.968044913145597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5187, "ADDRESS": "2425 N MARSTON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281080101", "LNIADDRESSKEY": "415756", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.03125, "Shape__Length": 56.633316645889764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176940626656105, 39.992869524005499 ], [ -75.1769533005954, 39.99283094298 ], [ -75.177151398064396, 39.992856258771099 ], [ -75.177143109369894, 39.992894695963798 ], [ -75.176940626656105, 39.992869524005499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5188, "ADDRESS": "3032 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282340300", "LNIADDRESSKEY": "629483", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.3359375, "Shape__Length": 76.336374383709369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182142826037193, 39.9927363100633 ], [ -75.182188237602602, 39.992518033660602 ], [ -75.182242189727901, 39.992525060007701 ], [ -75.182196838785401, 39.9927428219559 ], [ -75.182142826037193, 39.9927363100633 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5189, "ADDRESS": "4301 FAIRMOUNT AVE", "OWNER1": "CRUZ DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061138400", "LNIADDRESSKEY": "283699", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 401.02734375, "Shape__Length": 115.82728654290297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209841168849294, 39.964953444875398 ], [ -75.209832176694903, 39.964885238125099 ], [ -75.209823455439405, 39.964817067779897 ], [ -75.209815654633104, 39.964748903170197 ], [ -75.209807259856007, 39.9646809664277 ], [ -75.209879447820001, 39.964675407257801 ], [ -75.209890773112306, 39.964766395698398 ], [ -75.209897101543007, 39.964829080018497 ], [ -75.209922058239201, 39.965017184080402 ], [ -75.209849842567806, 39.965022339472903 ], [ -75.209841168849294, 39.964953444875398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5190, "ADDRESS": "1616 N 54TH ST", "OWNER1": "OMEGA HOLDING FUND LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041289100", "LNIADDRESSKEY": "693812", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 606.24609375, "Shape__Length": 127.08594961173928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230546085337494, 39.977643251279602 ], [ -75.230555887516104, 39.977691922053403 ], [ -75.230560354527398, 39.977721743986699 ], [ -75.230100242069696, 39.977774588681797 ], [ -75.230084249248407, 39.9776939947767 ], [ -75.230546085337494, 39.977643251279602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5191, "ADDRESS": "2337 N 27TH ST", "OWNER1": "HERMAN L WILSON", "OWNER2": "AMANDA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281060600", "LNIADDRESSKEY": "679875", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.44140625, "Shape__Length": 59.227791727131816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176306262617103, 39.991754547207996 ], [ -75.176315017555595, 39.991710462167298 ], [ -75.176521093971004, 39.991736957029303 ], [ -75.176510643807205, 39.991780455583701 ], [ -75.176306262617103, 39.991754547207996 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5192, "ADDRESS": "2528 N HOWARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192018001", "LNIADDRESSKEY": "731683", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.03515625, "Shape__Length": 52.631925232405969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132541982372601, 39.988681296329403 ], [ -75.132724197824103, 39.988705327098501 ], [ -75.132715938697899, 39.988744520307698 ], [ -75.132533865741806, 39.988720056906601 ], [ -75.132541982372601, 39.988681296329403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5193, "ADDRESS": "1954 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183304901", "LNIADDRESSKEY": "632447", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.15625, "Shape__Length": 55.289723201999777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139862319319107, 39.980641698649997 ], [ -75.139871435962206, 39.980601316038999 ], [ -75.140063312211396, 39.9806275544681 ], [ -75.140054069881103, 39.980667934233303 ], [ -75.139862319319107, 39.980641698649997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5194, "ADDRESS": "1726 S 58TH ST", "OWNER1": "AKBULAK BURAK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034128200", "LNIADDRESSKEY": "698425", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.81640625, "Shape__Length": 72.578060517976439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230486662989804, 39.937247388303703 ], [ -75.230686158631599, 39.9371079196914 ], [ -75.230723298637201, 39.937139765845501 ], [ -75.230524648583, 39.937279590972203 ], [ -75.230486662989804, 39.937247388303703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5195, "ADDRESS": "1925 MONUMENT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321143001", "LNIADDRESSKEY": "437414", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.86328125, "Shape__Length": 46.14206398026333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1657786375483, 39.983410880010801 ], [ -75.165738299231705, 39.983405909251999 ], [ -75.165764837930297, 39.983280111302903 ], [ -75.165805865659394, 39.983285661838202 ], [ -75.1657786375483, 39.983410880010801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5196, "ADDRESS": "936 N 42ND ST", "OWNER1": "A TO Z REAL ESTATE TRANSACTION LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "881822200", "LNIADDRESSKEY": "687075", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 378.25, "Shape__Length": 92.326569149976962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208552384240306, 39.971135210573898 ], [ -75.208867685857996, 39.9710990253216 ], [ -75.2088812050836, 39.971172249614703 ], [ -75.208565297738602, 39.971207244560802 ], [ -75.208552384240306, 39.971135210573898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5197, "ADDRESS": "527 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183030200", "LNIADDRESSKEY": "435704", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.76953125, "Shape__Length": 63.307561776220894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144064678675306, 39.978542694831901 ], [ -75.144113469831893, 39.978549509616897 ], [ -75.1441223275108, 39.978551289793501 ], [ -75.144086887687195, 39.978721341290303 ], [ -75.144029398544205, 39.978714571130801 ], [ -75.144064678675306, 39.978542694831901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5198, "ADDRESS": "348 E ARMAT ST", "OWNER1": "SALAMAN JOEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122055700", "LNIADDRESSKEY": "21423", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.0859375, "Shape__Length": 65.548301882439532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169159543349394, 40.038265078806297 ], [ -75.169153537159204, 40.038407554924703 ], [ -75.169018277209602, 40.038407336933801 ], [ -75.169020852852398, 40.038324168315697 ], [ -75.169159543349394, 40.038265078806297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5199, "ADDRESS": "328 E ARMAT ST", "OWNER1": "RIVERWARDS DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122055020", "LNIADDRESSKEY": "21409", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "ICMX", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1183.65625, "Shape__Length": 144.91926995904547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169827925484299, 40.038096583625901 ], [ -75.169879755744802, 40.038146314703503 ], [ -75.169950162580804, 40.038212121494198 ], [ -75.170005811778395, 40.0381860753455 ], [ -75.170026785547094, 40.0382132873629 ], [ -75.170053970519803, 40.038243777789802 ], [ -75.170068316389305, 40.038264836807798 ], [ -75.170072272919995, 40.038266563266198 ], [ -75.1700870032154, 40.038289998324998 ], [ -75.170100579027306, 40.038306492184702 ], [ -75.170117663963197, 40.038330160329302 ], [ -75.170082510328797, 40.0383429253354 ], [ -75.170045343412696, 40.038355728453098 ], [ -75.170001526896399, 40.038368574787299 ], [ -75.169944197056395, 40.038382746141998 ], [ -75.1699184325836, 40.038388002583297 ], [ -75.169849645197104, 40.038398449880098 ], [ -75.169811623083305, 40.038402335094098 ], [ -75.169761573490703, 40.038405385851398 ], [ -75.169759339757903, 40.0383929557686 ], [ -75.169755111676594, 40.038369584271003 ], [ -75.169751898791901, 40.038352038095702 ], [ -75.169746501279903, 40.038322466142901 ], [ -75.169742834135405, 40.038306924650598 ], [ -75.169735331360599, 40.038267633040498 ], [ -75.169728632362904, 40.038232019847101 ], [ -75.169723160829804, 40.038208248746798 ], [ -75.169717979847405, 40.038185661120202 ], [ -75.169827925484299, 40.038096583625901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5200, "ADDRESS": "1736 S 58TH ST", "OWNER1": "SOILED LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034128700", "LNIADDRESSKEY": "698435", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.58203125, "Shape__Length": 73.06163208315283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230397150702402, 39.9368625510415 ], [ -75.2304365202193, 39.936895815789804 ], [ -75.230234915286701, 39.937034012268697 ], [ -75.230196685118898, 39.937001626177697 ], [ -75.230397150702402, 39.9368625510415 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5201, "ADDRESS": "829 E WOODLAWN ST", "OWNER1": "ROBINSON SAMUEL JR T/F", "OWNER2": "SMITH L A & ETAL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122102300", "LNIADDRESSKEY": "623651", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.46875, "Shape__Length": 79.83646615124394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163467953310402, 40.045572470555101 ], [ -75.163236463510003, 40.0454288217475 ], [ -75.163267904525597, 40.045398563039903 ], [ -75.163506777188303, 40.045548245869597 ], [ -75.163476583009299, 40.045577743202898 ], [ -75.163467953310402, 40.045572470555101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5202, "ADDRESS": "1422 N 60TH ST", "OWNER1": "HAND 2 HAND HOUSING", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "342207900", "LNIADDRESSKEY": "699692", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19151", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.2890625, "Shape__Length": 85.426745064067092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239840673991793, 39.9733029720649 ], [ -75.240167452594207, 39.973265517202897 ], [ -75.240174931787806, 39.973306350506299 ], [ -75.239849409995799, 39.973343817118597 ], [ -75.239840673991793, 39.9733029720649 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5203, "ADDRESS": "6058 VINE ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341029625", "LNIADDRESSKEY": "589418", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 392.34375, "Shape__Length": 105.53382988935209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241203575628802, 39.966650706642397 ], [ -75.241248800670306, 39.966443738323697 ], [ -75.241267680637606, 39.966353414335998 ], [ -75.241347742018107, 39.966363225316002 ], [ -75.241283113812798, 39.966660505093998 ], [ -75.241203575628802, 39.966650706642397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5204, "ADDRESS": "313 W BERKS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183185901", "LNIADDRESSKEY": "37046", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 221.8984375, "Shape__Length": 77.192642783677329 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140519041722001, 39.979866836052103 ], [ -75.140567204459899, 39.979652778208703 ], [ -75.140629907485703, 39.979661263453103 ], [ -75.140580675879804, 39.979875329676702 ], [ -75.140519041722001, 39.979866836052103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5205, "ADDRESS": "2427 N STANLEY ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282105300", "LNIADDRESSKEY": "551178", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.35546875, "Shape__Length": 47.214912978883198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181877349137395, 39.993404772202197 ], [ -75.181885402097905, 39.993365877821603 ], [ -75.182043595837897, 39.9933868267997 ], [ -75.182035751816201, 39.993425774293001 ], [ -75.181877349137395, 39.993404772202197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5206, "ADDRESS": "2611 N 27TH ST", "OWNER1": "WILLIAM L LOGAN SR", "OWNER2": "DOROTHY IRENE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281065500", "LNIADDRESSKEY": "679955", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.55078125, "Shape__Length": 54.813465143928823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175515383326598, 39.995334131468802 ], [ -75.175523441767595, 39.9952951564822 ], [ -75.175714620701598, 39.995320174142499 ], [ -75.175706331520502, 39.9953602555888 ], [ -75.175515383326598, 39.995334131468802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5207, "ADDRESS": "1432 S FALLON ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273038410", "LNIADDRESSKEY": "284074", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.04296875, "Shape__Length": 50.109484333468302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211091181415895, 39.940826519157099 ], [ -75.211219675842102, 39.9407352086481 ], [ -75.211253349648103, 39.940763775841297 ], [ -75.211125790068095, 39.940854736544303 ], [ -75.211091181415895, 39.940826519157099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5208, "ADDRESS": "752 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243098010", "LNIADDRESSKEY": "685860", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.90234375, "Shape__Length": 75.374509271547197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198186361022394, 39.967072171949802 ], [ -75.198456900767596, 39.967042709040399 ], [ -75.198467376902798, 39.967041571348098 ], [ -75.198470721946094, 39.9670534455311 ], [ -75.1984726437246, 39.967060306628099 ], [ -75.198473298364505, 39.967064077253802 ], [ -75.198476419564898, 39.967081911117603 ], [ -75.198463838539496, 39.967083322986902 ], [ -75.198194356114598, 39.967113664260097 ], [ -75.198186361022394, 39.967072171949802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5209, "ADDRESS": "3232 N 15TH ST", "OWNER1": "BLUE BELL GREETINGS INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112172600", "LNIADDRESSKEY": "658416", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.40234375, "Shape__Length": 75.794174933089266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154435140089802, 40.002815753982098 ], [ -75.154715842499101, 40.002850487863 ], [ -75.154706877537706, 40.002892535043898 ], [ -75.154426465088505, 40.002858984655397 ], [ -75.154435140089802, 40.002815753982098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5210, "ADDRESS": "2653 KENSINGTON AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "311050701", "LNIADDRESSKEY": "368569", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.3515625, "Shape__Length": 61.882485968463008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125634087503897, 39.989433706632802 ], [ -75.125668395634705, 39.989415228252 ], [ -75.125679320968402, 39.989409641653701 ], [ -75.125698719152894, 39.989432073621998 ], [ -75.125750189294607, 39.989485784825497 ], [ -75.125810181174998, 39.989547800083201 ], [ -75.125765175679902, 39.9895719514194 ], [ -75.125682018519697, 39.989482984985301 ], [ -75.125634087503897, 39.989433706632802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5211, "ADDRESS": "47 PLEASANT ST", "OWNER1": "THOMAS ARMSTRONG", "OWNER2": "REBECCA J", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "222071300", "LNIADDRESSKEY": "486082", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.44140625, "Shape__Length": 74.308089859112471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185387980974099, 40.055400391346097 ], [ -75.185179856403195, 40.055269206838901 ], [ -75.185214771648404, 40.055235102692301 ], [ -75.185432278321201, 40.055357857038402 ], [ -75.185387980974099, 40.055400391346097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5212, "ADDRESS": "3022 W BERKS ST", "OWNER1": "RICHARD J GAFFNEY", "OWNER2": "SARAH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323024900", "LNIADDRESSKEY": "37270", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.02734375, "Shape__Length": 72.970799866132694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183550529780206, 39.985046265720598 ], [ -75.183593061257696, 39.984837966272799 ], [ -75.183645929562005, 39.984845193112001 ], [ -75.183601807452902, 39.985052892750097 ], [ -75.183550529780206, 39.985046265720598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5213, "ADDRESS": "732 N 42ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061259710", "LNIADDRESSKEY": "686950", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.1484375, "Shape__Length": 75.74775540132751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207543783835803, 39.965542299522802 ], [ -75.207827194750095, 39.965519596191101 ], [ -75.207834913251602, 39.965561356382601 ], [ -75.207820127363505, 39.965562914131297 ], [ -75.207550956073803, 39.9655840634003 ], [ -75.207543783835803, 39.965542299522802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5214, "ADDRESS": "2637 WATERLOO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192024801", "LNIADDRESSKEY": "601990", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.01171875, "Shape__Length": 43.898939996019948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132384195128793, 39.990377133478802 ], [ -75.1323927830326, 39.990339221608799 ], [ -75.132537418537297, 39.990360171121601 ], [ -75.132529208148796, 39.990397560005 ], [ -75.132384195128793, 39.990377133478802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5215, "ADDRESS": "2318 N 3RD ST", "OWNER1": "MONGUE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191183701", "LNIADDRESSKEY": "632590", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.08984375, "Shape__Length": 58.842432212218405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138656360822395, 39.986146995184498 ], [ -75.138856934555506, 39.986173050234598 ], [ -75.138867489699805, 39.986174421156498 ], [ -75.138859171583206, 39.986212317034003 ], [ -75.1386480426346, 39.986184889921397 ], [ -75.138656360822395, 39.986146995184498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5216, "ADDRESS": "5052 N 7TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491221500", "LNIADDRESSKEY": "643517", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.1640625, "Shape__Length": 69.471835642061507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136225316281397, 40.028948278372098 ], [ -75.136220479912595, 40.0289725905117 ], [ -75.136216072416701, 40.028990673958198 ], [ -75.136212629213503, 40.0289902239209 ], [ -75.135963565836093, 40.028958425442298 ], [ -75.135972098439098, 40.0289165464131 ], [ -75.136221831443706, 40.028947844281703 ], [ -75.136225316281397, 40.028948278372098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5217, "ADDRESS": "3905 WALLACE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242219110", "LNIADDRESSKEY": "593535", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 244.13671875, "Shape__Length": 91.274675353508513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200516088975405, 39.964335776612998 ], [ -75.200517140027202, 39.964335655806998 ], [ -75.200566215699794, 39.964604912485797 ], [ -75.200511345902598, 39.964610641147097 ], [ -75.200461934268503, 39.964341956997004 ], [ -75.200516088975405, 39.964335776612998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5218, "ADDRESS": "138 E SHARPNACK ST", "OWNER1": "JONES HAROLD L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "221108300", "LNIADDRESSKEY": "531966", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 342.88671875, "Shape__Length": 90.817099504821627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181374251060006, 40.051370951516702 ], [ -75.181427138896893, 40.0513191006795 ], [ -75.181680155360596, 40.051471521425 ], [ -75.181627267598302, 40.051523372378199 ], [ -75.181374251060006, 40.051370951516702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5219, "ADDRESS": "2856 N PARK AVE", "OWNER1": "BCM FIRST INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372283100", "LNIADDRESSKEY": "470064", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.51171875, "Shape__Length": 58.804881774370102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152787836991195, 39.996623295431299 ], [ -75.152795824803405, 39.996583757009603 ], [ -75.152876205748598, 39.996594102682103 ], [ -75.152874975247997, 39.996603264105097 ], [ -75.152973608441997, 39.996615328017398 ], [ -75.152966851520901, 39.9966380013256 ], [ -75.152996890499097, 39.996641711734398 ], [ -75.152996075113606, 39.996649898187201 ], [ -75.152787836991195, 39.996623295431299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5220, "ADDRESS": "2136 N 7TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202034901", "LNIADDRESSKEY": "642433", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.44140625, "Shape__Length": 68.711846483236059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145689976424705, 39.984123365642901 ], [ -75.145697404420801, 39.984084330769299 ], [ -75.145952696989994, 39.984112868707101 ], [ -75.1459440948272, 39.9841514095477 ], [ -75.145689976424705, 39.984123365642901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5221, "ADDRESS": "2522 N 19TH ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162093100", "LNIADDRESSKEY": "668294", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.5078125, "Shape__Length": 66.820714816069994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163395321659394, 39.992474554363298 ], [ -75.1633879014488, 39.992505402358397 ], [ -75.1633859490492, 39.992515948673002 ], [ -75.163376068039597, 39.992514564821398 ], [ -75.163145605588198, 39.992482386834403 ], [ -75.163155030087196, 39.992439672596397 ], [ -75.1633850258725, 39.992473065432598 ], [ -75.163395321659394, 39.992474554363298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5222, "ADDRESS": "1323 W WILLIAM ST", "OWNER1": "STABLE GENIUS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372370900", "LNIADDRESSKEY": "614231", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.40234375, "Shape__Length": 40.089697090711752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152437375086805, 39.996495223546702 ], [ -75.152458000786893, 39.996397649311 ], [ -75.152508044177694, 39.996404391691698 ], [ -75.152487406838802, 39.9965022720178 ], [ -75.152437375086805, 39.996495223546702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5223, "ADDRESS": "2739 N 13TH ST", "OWNER1": "INFINITI PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372268200", "LNIADDRESSKEY": "656056", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.35546875, "Shape__Length": 79.480911743996984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1517914308412, 39.994633636339799 ], [ -75.151800202935803, 39.994588956269297 ], [ -75.152094086687299, 39.994626654862401 ], [ -75.152085718075995, 39.994671166131702 ], [ -75.1517914308412, 39.994633636339799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5224, "ADDRESS": "2832 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192203600", "LNIADDRESSKEY": "462621", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.12890625, "Shape__Length": 43.534975419964184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139386193015596, 39.994347849068603 ], [ -75.139249222393303, 39.994331112587602 ], [ -75.139257755022797, 39.994295084418098 ], [ -75.139393813168994, 39.9943120907176 ], [ -75.139403449140602, 39.994313293113201 ], [ -75.139401314660603, 39.994322496945003 ], [ -75.139395831458103, 39.9943489873231 ], [ -75.139386193015596, 39.994347849068603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5225, "ADDRESS": "1312 N 24TH ST", "OWNER1": "SASS,SHANTEE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291313210", "LNIADDRESSKEY": "676496", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 547.4921875, "Shape__Length": 95.551115046079019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175315144287694, 39.975643557308103 ], [ -75.175514988211603, 39.975668464626303 ], [ -75.175490706472999, 39.975792783299703 ], [ -75.175501668321104, 39.975793787203699 ], [ -75.175493938351295, 39.975833542149303 ], [ -75.175283147922897, 39.975806132165999 ], [ -75.175315144287694, 39.975643557308103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5226, "ADDRESS": "1807 S ALLISON ST", "OWNER1": "PERRY DARRELLE M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "514208700", "LNIADDRESSKEY": "11923", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.87109375, "Shape__Length": 63.684209814534412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220915522709504, 39.934514035996898 ], [ -75.220960661646401, 39.934484372629001 ], [ -75.221129167908998, 39.934628247916997 ], [ -75.220915522709504, 39.934514035996898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5227, "ADDRESS": "5625 KINGSESSING AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "514152710", "LNIADDRESSKEY": "372225", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.4375, "Shape__Length": 68.816231998744854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225302663952306, 39.936160252583797 ], [ -75.225473752821003, 39.936304274901197 ], [ -75.2254332755181, 39.936333044784497 ], [ -75.2252625436617, 39.936187289085701 ], [ -75.225302663952306, 39.936160252583797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5228, "ADDRESS": "28 W WISTER ST", "OWNER1": "JOHN C BOBER", "OWNER2": "JOSEPHINE S", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "123065800", "LNIADDRESSKEY": "620154", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 226.11328125, "Shape__Length": 61.995423350605066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165453600705703, 40.029012355752201 ], [ -75.165594668719194, 40.029089714189404 ], [ -75.165532653386705, 40.029156086098098 ], [ -75.165393773396005, 40.029077938885699 ], [ -75.165453600705703, 40.029012355752201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5229, "ADDRESS": "2443 N HANCOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191088901", "LNIADDRESSKEY": "731221", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.15234375, "Shape__Length": 53.127094279404226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134331473952599, 39.987619935052201 ], [ -75.134332913111194, 39.987620128908397 ], [ -75.134501223185495, 39.9876427283683 ], [ -75.134490571456396, 39.987692409142298 ], [ -75.1343201185623, 39.987669938787199 ], [ -75.134331473952599, 39.987619935052201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5230, "ADDRESS": "2341 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191173501", "LNIADDRESSKEY": "632613", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.08203125, "Shape__Length": 59.517985479219753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138186580483506, 39.986498647526702 ], [ -75.138195143436505, 39.986458660128697 ], [ -75.138406453133996, 39.986485821864697 ], [ -75.138397626681098, 39.986526191846004 ], [ -75.138186580483506, 39.986498647526702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5231, "ADDRESS": "814 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243148610", "LNIADDRESSKEY": "685903", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.375, "Shape__Length": 75.713305812050706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198687205457404, 39.968259738166203 ], [ -75.198694788412396, 39.968301576037497 ], [ -75.198412106253798, 39.968331236996399 ], [ -75.198404496603601, 39.968290075389703 ], [ -75.198687205457404, 39.968259738166203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5232, "ADDRESS": "6152 HEGERMAN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411362910", "LNIADDRESSKEY": "338995", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.09765625, "Shape__Length": 85.163218047825865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055750328489196, 40.018426058814903 ], [ -75.055708235173597, 40.018447819191998 ], [ -75.055702602855405, 40.018450729193702 ], [ -75.0555198938671, 40.018243907754503 ], [ -75.055565751449393, 40.018220202791099 ], [ -75.055750328489196, 40.018426058814903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5233, "ADDRESS": "2721 W YORK ST", "OWNER1": "EMANUEL M MOORE", "OWNER2": "VIRGINIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281253900", "LNIADDRESSKEY": "629416", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.18359375, "Shape__Length": 68.796737250993317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176992309877704, 39.992429210570599 ], [ -75.177035503241399, 39.9922300675222 ], [ -75.177078952128497, 39.992236071360402 ], [ -75.177034771657702, 39.992437463970703 ], [ -75.176992309877704, 39.992429210570599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5234, "ADDRESS": "4148 WESTMINSTER AVE", "OWNER1": "LILLIE MAY SHEPHERD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062090000", "LNIADDRESSKEY": "608014", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.88671875, "Shape__Length": 41.079111900503506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207763574229404, 39.969892195106503 ], [ -75.207813141455901, 39.969886620225402 ], [ -75.207830653934394, 39.969989141410998 ], [ -75.207782135950097, 39.969994643816001 ], [ -75.207763574229404, 39.969892195106503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5235, "ADDRESS": "3407 N 19TH ST", "OWNER1": "SINGHAL POONAM N", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112267900", "LNIADDRESSKEY": "668441", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 315.94921875, "Shape__Length": 94.287056329361221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159671124564099, 40.005941932820903 ], [ -75.159682681262396, 40.005887354345099 ], [ -75.160028985151399, 40.005929309128703 ], [ -75.1600176927588, 40.005984683111301 ], [ -75.159671124564099, 40.005941932820903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5236, "ADDRESS": "2016 N RANDOLPH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885845180", "LNIADDRESSKEY": "494804", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.2734375, "Shape__Length": 53.853284103194227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143517713006602, 39.982027157001603 ], [ -75.1433440994428, 39.982004337421898 ], [ -75.1433531131146, 39.981960599312501 ], [ -75.143534496565394, 39.981984062751899 ], [ -75.143525454452401, 39.9820280108408 ], [ -75.143517713006602, 39.982027157001603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5237, "ADDRESS": "2202 W NORRIS ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322241901", "LNIADDRESSKEY": "452484", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.26171875, "Shape__Length": 64.803655972779069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170094457153695, 39.984834332530397 ], [ -75.170136301451393, 39.984652957504501 ], [ -75.170185808429395, 39.984660372934798 ], [ -75.170184221474699, 39.984667962091898 ], [ -75.170145579381298, 39.984841203130301 ], [ -75.170094457153695, 39.984834332530397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5238, "ADDRESS": "2643 N STANLEY ST", "OWNER1": "ROBINSON SUSAN S/W", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282113100", "LNIADDRESSKEY": "551334", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.20703125, "Shape__Length": 50.34746789333974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181147572946699, 39.996678449498702 ], [ -75.181155865632505, 39.996642607060998 ], [ -75.181330809802304, 39.996666978243397 ], [ -75.181322604679906, 39.996703837413698 ], [ -75.181147572946699, 39.996678449498702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5239, "ADDRESS": "2432 N OPAL ST", "OWNER1": "PALMER OBIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162128300", "LNIADDRESSKEY": "460338", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.03515625, "Shape__Length": 52.374239640950037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164589113716104, 39.991309856263697 ], [ -75.164586653110504, 39.9913095271556 ], [ -75.164420710970504, 39.991287541407701 ], [ -75.164429709230802, 39.991246074399797 ], [ -75.164595768641306, 39.991267708003797 ], [ -75.164598125971906, 39.991268019017603 ], [ -75.164607093143601, 39.991269171571403 ], [ -75.164598372472398, 39.991311080709501 ], [ -75.164589113716104, 39.991309856263697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5240, "ADDRESS": "4051 W GIRARD AVE", "OWNER1": "4000 GIRARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062176500", "LNIADDRESSKEY": "314419", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 304.44921875, "Shape__Length": 92.297694031691378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206131176670695, 39.974061722152399 ], [ -75.206201763508901, 39.974053889455597 ], [ -75.206249697277002, 39.9743141233971 ], [ -75.206178460993499, 39.974321974393703 ], [ -75.206131176670695, 39.974061722152399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5241, "ADDRESS": "1114 N 39TH ST", "OWNER1": "AHM PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243225100", "LNIADDRESSKEY": "686093", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.4453125, "Shape__Length": 79.205646634152856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201669701862002, 39.9734106829927 ], [ -75.201662944015695, 39.973369653206298 ], [ -75.201928597712794, 39.973342636446702 ], [ -75.201960208771695, 39.973339421253897 ], [ -75.201960967512903, 39.973343194164897 ], [ -75.201936006956998, 39.973346169601299 ], [ -75.201942373837895, 39.9733842410226 ], [ -75.201936000786802, 39.9733848890139 ], [ -75.201670008507705, 39.973412576281298 ], [ -75.201669701862002, 39.9734106829927 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5242, "ADDRESS": "2330 N MYRTLEWOOD ST", "OWNER1": "HARTWELL ISAIAH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282050000", "LNIADDRESSKEY": "445015", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.0, "Shape__Length": 49.238292307000769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181041819641706, 39.991783305464601 ], [ -75.181032715608694, 39.991824545927599 ], [ -75.180868155284998, 39.991803002460799 ], [ -75.180876876482898, 39.991762478753103 ], [ -75.181041819641706, 39.991783305464601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5243, "ADDRESS": "2326 SEYBERT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291058600", "LNIADDRESSKEY": "531282", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.04296875, "Shape__Length": 58.970100126175865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174370653460002, 39.975652949502603 ], [ -75.174406014070996, 39.975490503294097 ], [ -75.174455279966494, 39.975496852923698 ], [ -75.174419919512601, 39.975659298022002 ], [ -75.174370653460002, 39.975652949502603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5244, "ADDRESS": "2321-23 N 30TH ST", "OWNER1": "STARKEY MARK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282062400", "LNIADDRESSKEY": "683057", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 260.1953125, "Shape__Length": 77.961405554014007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181102538807195, 39.991786502478099 ], [ -75.181117893843606, 39.991716306036402 ], [ -75.181069850874707, 39.991709895689901 ], [ -75.181071301069593, 39.9917014811749 ], [ -75.181314701487295, 39.991733590476599 ], [ -75.181297893683606, 39.991811152849102 ], [ -75.181102538807195, 39.991786502478099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5245, "ADDRESS": "2127 N WOODSTOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322015501", "LNIADDRESSKEY": "624022", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.18359375, "Shape__Length": 59.328794552788928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166276909255004, 39.986913926678703 ], [ -75.166283937226893, 39.986878444119498 ], [ -75.166496771529907, 39.986907527624297 ], [ -75.166489112852503, 39.986945236145097 ], [ -75.166275865417106, 39.9869165791944 ], [ -75.166276909255004, 39.986913926678703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5246, "ADDRESS": "1266 S RINGGOLD ST", "OWNER1": "KOBAYASHI TATSUYA", "OWNER2": "KOBAYASHI EMILY F", "BLDG_DESC": "ROW 3STY MAS.+OTHER", "OPA_ID": "361382800", "LNIADDRESSKEY": "506330", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.3828125, "Shape__Length": 55.272728400722926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184421091398406, 39.9368314264322 ], [ -75.184427636059596, 39.936800606226797 ], [ -75.184618276444695, 39.936826729175799 ], [ -75.184612800308997, 39.936851414884003 ], [ -75.184609115198796, 39.936868032685403 ], [ -75.184418820431105, 39.936842208031003 ], [ -75.184421091398406, 39.9368314264322 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5247, "ADDRESS": "2303 N 27TH ST", "OWNER1": "ANNIE L DRAYTON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281059100", "LNIADDRESSKEY": "679844", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.75, "Shape__Length": 70.199053539931427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176493512600402, 39.990658636290199 ], [ -75.176741291828094, 39.990691159942898 ], [ -75.176730749587804, 39.990739298910299 ], [ -75.176483358712304, 39.990707573457598 ], [ -75.176493512600402, 39.990658636290199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5248, "ADDRESS": "5418 TRINITY ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "514125010", "LNIADDRESSKEY": "577274", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 232.80859375, "Shape__Length": 82.765352507749213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223777546480505, 39.939623659398102 ], [ -75.223821645445099, 39.939592745469 ], [ -75.224032471976301, 39.939768192270598 ], [ -75.223987898864806, 39.939800013731201 ], [ -75.223777546480505, 39.939623659398102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5249, "ADDRESS": "1428 N 54TH ST", "OWNER1": "WILDER BERRY", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "041285500", "LNIADDRESSKEY": "693745", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.609375, "Shape__Length": 64.795415561219784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229510075174701, 39.974658738094398 ], [ -75.229744667557298, 39.974635148715301 ], [ -75.229752080122495, 39.974675917170998 ], [ -75.229517697131598, 39.974700605878198 ], [ -75.229510075174701, 39.974658738094398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5250, "ADDRESS": "535 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183030601", "LNIADDRESSKEY": "435708", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.0078125, "Shape__Length": 62.659761903448249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144289907682406, 39.978572747135701 ], [ -75.144345562793305, 39.9785803450103 ], [ -75.144310713568103, 39.978750280451699 ], [ -75.144254546764003, 39.978742927735901 ], [ -75.144289907682406, 39.978572747135701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5251, "ADDRESS": "670 N 36TH ST", "OWNER1": "OWNER F LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242174000", "LNIADDRESSKEY": "685540", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.0, "Shape__Length": 69.184247763077948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1949778604165, 39.965769822656299 ], [ -75.1952308536911, 39.965741153643997 ], [ -75.195238847771805, 39.965782581985998 ], [ -75.194985673065304, 39.965811634412098 ], [ -75.1949778604165, 39.965769822656299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5252, "ADDRESS": "2329 N 3RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191172901", "LNIADDRESSKEY": "632601", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.6796875, "Shape__Length": 58.246729403462098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138238191094601, 39.986262333651602 ], [ -75.138245829404497, 39.986225410088103 ], [ -75.138455981737906, 39.986253484728699 ], [ -75.138448490463105, 39.986289671683998 ], [ -75.138238191094601, 39.986262333651602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5253, "ADDRESS": "2333 N 21ST ST", "OWNER1": "RFUND INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162179500", "LNIADDRESSKEY": "672320", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.2890625, "Shape__Length": 76.072455559727331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166740636147594, 39.990122102102802 ], [ -75.166750561744195, 39.990079349346601 ], [ -75.167030362683604, 39.990116709908001 ], [ -75.167020643605696, 39.990160658923799 ], [ -75.166740636147594, 39.990122102102802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5254, "ADDRESS": "2622 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281244301", "LNIADDRESSKEY": "629376", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.37109375, "Shape__Length": 51.214263369498795 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175611297714994, 39.9918932121141 ], [ -75.175638822147107, 39.991757585176003 ], [ -75.175689164360307, 39.991764130464198 ], [ -75.175661885816297, 39.991899376618001 ], [ -75.175611297714994, 39.9918932121141 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5255, "ADDRESS": "5633 WARRINGTON AVE", "OWNER1": "5633 WARRINGTON LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513305400", "LNIADDRESSKEY": "599374", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.203125, "Shape__Length": 68.953808855043746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229305815564999, 39.939631259297002 ], [ -75.229290000790698, 39.9396178067216 ], [ -75.229265070106294, 39.939596641731299 ], [ -75.2291407352931, 39.939493001857002 ], [ -75.229183819769403, 39.939462821588997 ], [ -75.229232211719307, 39.9395029907013 ], [ -75.229349482848406, 39.939600592847903 ], [ -75.229353851840997, 39.939604218522398 ], [ -75.229331020625295, 39.9396201757284 ], [ -75.2293176878851, 39.9396295864534 ], [ -75.2293101183961, 39.939634933073997 ], [ -75.229305815564999, 39.939631259297002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5256, "ADDRESS": "2328 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191164701", "LNIADDRESSKEY": "41800", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.20703125, "Shape__Length": 50.209513983389648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138059187969702, 39.986191341076498 ], [ -75.138065961201704, 39.986156126674203 ], [ -75.138242289318697, 39.986178498842897 ], [ -75.138234566802794, 39.986214680524498 ], [ -75.138059187969702, 39.986191341076498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5257, "ADDRESS": "1800 N BUCKNELL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322136801", "LNIADDRESSKEY": "54829", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.43359375, "Shape__Length": 50.561802916258756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173235767373896, 39.982371532762798 ], [ -75.173245903681604, 39.982328027431599 ], [ -75.1734129166949, 39.982350523835898 ], [ -75.173403578741102, 39.982393402878898 ], [ -75.173235767373896, 39.982371532762798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5258, "ADDRESS": "2522 MUTTER ST", "OWNER1": "NIEVES ZORAYA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192046001", "LNIADDRESSKEY": "444434", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.98828125, "Shape__Length": 44.5427243756872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133919357507395, 39.988774519569603 ], [ -75.133921562944707, 39.988763526656101 ], [ -75.133928140280602, 39.988735322457202 ], [ -75.134074016860893, 39.9887544603002 ], [ -75.134071666053401, 39.988766528879701 ], [ -75.134069744310807, 39.988775593311203 ], [ -75.134066276018899, 39.988793294855 ], [ -75.133919357507395, 39.988774519569603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5259, "ADDRESS": "2403 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191375901", "LNIADDRESSKEY": "639436", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.9765625, "Shape__Length": 79.518419680678676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142766586875794, 39.987843922020197 ], [ -75.142778140620095, 39.987845377204401 ], [ -75.143061490545506, 39.987883134099498 ], [ -75.143052069858996, 39.987926540839602 ], [ -75.142757138393705, 39.987888086093697 ], [ -75.142766586875794, 39.987843922020197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5260, "ADDRESS": "939 N 40TH ST", "OWNER1": "MD PROPERTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "243237900", "LNIADDRESSKEY": "686361", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 236.0859375, "Shape__Length": 88.211511338459445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203452343169502, 39.972098029819001 ], [ -75.203787840611398, 39.9720598400543 ], [ -75.203788591010095, 39.972061065177002 ], [ -75.203789419336005, 39.972062437315799 ], [ -75.203797086344494, 39.972102713389297 ], [ -75.203459318875005, 39.972139950678098 ], [ -75.203452343169502, 39.972098029819001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5261, "ADDRESS": "2924 W GLENWOOD AVE", "OWNER1": "WM JAS MC LAUGHLIN", "OWNER2": "JESSIE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324199200", "LNIADDRESSKEY": "318090", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.9765625, "Shape__Length": 46.281241693658643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182071459352002, 39.982868869787502 ], [ -75.182241325954493, 39.982890804414801 ], [ -75.182158634325305, 39.982946357631498 ], [ -75.182071459352002, 39.982868869787502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5262, "ADDRESS": "2137 N 22ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322088101", "LNIADDRESSKEY": "674049", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.10546875, "Shape__Length": 92.183113027128996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169269557822403, 39.987321223942402 ], [ -75.169259670221706, 39.987364686152198 ], [ -75.169140823090501, 39.987348278934803 ], [ -75.168909298307895, 39.987316330438098 ], [ -75.168919381306097, 39.987272163099199 ], [ -75.169148636269099, 39.987304271150897 ], [ -75.169269557822403, 39.987321223942402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5263, "ADDRESS": "1955 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321286601", "LNIADDRESSKEY": "670083", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.5625, "Shape__Length": 66.850585876014918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166138497616203, 39.984298173723403 ], [ -75.166149272922596, 39.984247929065504 ], [ -75.166379097325603, 39.984279088265403 ], [ -75.166367979501601, 39.984330066315202 ], [ -75.166138497616203, 39.984298173723403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5264, "ADDRESS": "6029 REINHARD ST", "OWNER1": "DORSETT RONALD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401271900", "LNIADDRESSKEY": "500455", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.76171875, "Shape__Length": 59.792990864617153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230472965436604, 39.9317452904059 ], [ -75.230514155864796, 39.931716921944897 ], [ -75.230526247911001, 39.931727358730903 ], [ -75.230655925951595, 39.931837918418402 ], [ -75.230613814612298, 39.931867410965801 ], [ -75.230472965436604, 39.9317452904059 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5265, "ADDRESS": "3936 BROWN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243069010", "LNIADDRESSKEY": "53923", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.9765625, "Shape__Length": 82.324285233642811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201562028814607, 39.967263999531397 ], [ -75.201617799879003, 39.967257242921299 ], [ -75.201662497018503, 39.967494806857196 ], [ -75.201606207868707, 39.967501439361001 ], [ -75.201562028814607, 39.967263999531397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5266, "ADDRESS": "2406 HARLAN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": null, "OPA_ID": "291124800", "LNIADDRESSKEY": "332724", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 464.171875, "Shape__Length": 88.787983240227575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1754023165972, 39.976839488638099 ], [ -75.175457336137001, 39.976846204540003 ], [ -75.175435008262994, 39.976959863015999 ], [ -75.175189372884105, 39.976930124824797 ], [ -75.175211771435201, 39.976816273129302 ], [ -75.175259943098894, 39.976821238436301 ], [ -75.175330677022401, 39.976830143914498 ], [ -75.1754023165972, 39.976839488638099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5267, "ADDRESS": "1507 S STILLMAN ST", "OWNER1": "BAHRADIN MHUDY SOLIMAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364196300", "LNIADDRESSKEY": "555827", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.87109375, "Shape__Length": 46.321370100700349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186775667134697, 39.933871182146603 ], [ -75.186783330709602, 39.933833971652703 ], [ -75.186940413574803, 39.933854085746098 ], [ -75.186931890193407, 39.933891325462199 ], [ -75.186775667134697, 39.933871182146603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5268, "ADDRESS": "2036 N RANDOLPH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885846420", "LNIADDRESSKEY": "494819", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.7578125, "Shape__Length": 60.455552792282667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143242060273195, 39.982483991013702 ], [ -75.143251268835101, 39.982440595219899 ], [ -75.143462871714505, 39.982468952908697 ], [ -75.143452989947505, 39.982511849127398 ], [ -75.143242060273195, 39.982483991013702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5269, "ADDRESS": "3731 HAVERFORD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242049500", "LNIADDRESSKEY": "335996", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 422.0390625, "Shape__Length": 100.97121183175737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196991837397206, 39.963550694104597 ], [ -75.197084731352604, 39.9635409770544 ], [ -75.197133963282198, 39.9638123991611 ], [ -75.197132763258594, 39.963812550409202 ], [ -75.197039133218198, 39.963824006963797 ], [ -75.197037328991001, 39.963814569321798 ], [ -75.196991837397206, 39.963550694104597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5270, "ADDRESS": "1220 PENNOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292087410", "LNIADDRESSKEY": "478298", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.92578125, "Shape__Length": 43.062191166948494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181300591857806, 39.974895411243402 ], [ -75.181448293143703, 39.974913998513898 ], [ -75.181442507283606, 39.974946220922597 ], [ -75.181433542347904, 39.974945021262002 ], [ -75.181293086091898, 39.974928207834203 ], [ -75.181300591857806, 39.974895411243402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5271, "ADDRESS": "116 N 56TH ST", "OWNER1": "KENAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042062900", "LNIADDRESSKEY": "695414", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.05859375, "Shape__Length": 76.849643100218358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232531239644302, 39.963095783375501 ], [ -75.232539904831796, 39.963053032036001 ], [ -75.232685216900293, 39.963071291732803 ], [ -75.232771609982706, 39.963081956135497 ], [ -75.232824838878798, 39.963087605270601 ], [ -75.2328158628669, 39.963130849861301 ], [ -75.2327281247494, 39.963120301269001 ], [ -75.232702957319205, 39.963117154226197 ], [ -75.232677646397306, 39.963113890278699 ], [ -75.232568531020107, 39.963100212345601 ], [ -75.232531239644302, 39.963095783375501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5272, "ADDRESS": "2128 RIDGE AVE", "OWNER1": "KIKMAC LLC", "OWNER2": null, "BLDG_DESC": "STR/OFF+APTS 3STY MASONRY", "OPA_ID": "871538730", "LNIADDRESSKEY": "504106", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 371.1640625, "Shape__Length": 83.867697854012761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170286678148898, 39.978629738876698 ], [ -75.170434543700097, 39.978582898752499 ], [ -75.170594873489506, 39.978604557732901 ], [ -75.170580313359196, 39.9786740443989 ], [ -75.170515394413101, 39.978676357082499 ], [ -75.170316039486593, 39.978682014603699 ], [ -75.170286678148898, 39.978629738876698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5273, "ADDRESS": "2215 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322212201", "LNIADDRESSKEY": "435875", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.04296875, "Shape__Length": 71.166895863670476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171016262880102, 39.982232954184298 ], [ -75.170961918753505, 39.982226043061601 ], [ -75.171005103756897, 39.982026337516302 ], [ -75.171061124685806, 39.982034350624502 ], [ -75.171016262880102, 39.982232954184298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5274, "ADDRESS": "5979 N BEECHWOOD ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172499515", "LNIADDRESSKEY": "32293", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 341.125, "Shape__Length": 98.153237105035089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157020695506404, 40.045081091390003 ], [ -75.1570215784906, 40.045071713730202 ], [ -75.157348667825303, 40.0450848833663 ], [ -75.157348137680103, 40.045107003717 ], [ -75.157344861187099, 40.045129626343503 ], [ -75.157344426386501, 40.0451327599474 ], [ -75.1570995978349, 40.045192583429703 ], [ -75.157101342350998, 40.045084346656502 ], [ -75.157020695506404, 40.045081091390003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5275, "ADDRESS": "4187 LEIDY AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062198110", "LNIADDRESSKEY": "388121", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.3125, "Shape__Length": 84.971329763941668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209179207274701, 39.975116626145599 ], [ -75.209182481752407, 39.975111427782402 ], [ -75.209186629936298, 39.975104748595001 ], [ -75.209318900917793, 39.9748913036847 ], [ -75.2093691861335, 39.974910890929301 ], [ -75.209238187740993, 39.9751233481906 ], [ -75.209233972740407, 39.975130170060801 ], [ -75.209230626951907, 39.975135592097097 ], [ -75.209179207274701, 39.975116626145599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5276, "ADDRESS": "2425 N 7TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371060601", "LNIADDRESSKEY": "642527", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.515625, "Shape__Length": 75.863371790540299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144278908969696, 39.988749468354897 ], [ -75.144287864313696, 39.9887077921898 ], [ -75.144546488129095, 39.988741727902102 ], [ -75.144569921186701, 39.988745435938903 ], [ -75.144560339557501, 39.988786533640699 ], [ -75.144278908969696, 39.988749468354897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5277, "ADDRESS": "2523 W SILVER ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281407201", "LNIADDRESSKEY": "537767", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.484375, "Shape__Length": 51.21372116319872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172842437748201, 39.997190680227497 ], [ -75.172892691414305, 39.997198578439601 ], [ -75.172880996278096, 39.997263182026202 ], [ -75.172866460252493, 39.997330832578101 ], [ -75.172809785037103, 39.997323709218698 ], [ -75.172842437748201, 39.997190680227497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5278, "ADDRESS": "3903 BROWN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243121510", "LNIADDRESSKEY": "53891", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 255.828125, "Shape__Length": 92.2469195421168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200659108580794, 39.967747132912301 ], [ -75.200714765793194, 39.967740615219597 ], [ -75.200767408527199, 39.968010935315299 ], [ -75.2007084811071, 39.968017491881596 ], [ -75.200659108580794, 39.967747132912301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5279, "ADDRESS": "1709 N 17TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471255610", "LNIADDRESSKEY": "662869", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 286.37109375, "Shape__Length": 95.875994849931146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162127487063202, 39.979835357405697 ], [ -75.162138224649297, 39.979788352495703 ], [ -75.162501052811095, 39.979833689347899 ], [ -75.162490490904005, 39.979881584621999 ], [ -75.162127487063202, 39.979835357405697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5280, "ADDRESS": "4139 LEIDY AVE", "OWNER1": "FOR REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062195700", "LNIADDRESSKEY": "388077", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 405.8515625, "Shape__Length": 140.8826679786157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207833181627905, 39.974831738073497 ], [ -75.208082933883603, 39.9744341360447 ], [ -75.208133272065794, 39.9744528375318 ], [ -75.207885106830105, 39.974851184361498 ], [ -75.207833181627905, 39.974831738073497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5281, "ADDRESS": "6019 ALLMAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401241501", "LNIADDRESSKEY": "12040", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.41015625, "Shape__Length": 57.932117900871447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231286015975201, 39.932622028732403 ], [ -75.231325260370994, 39.932594778396599 ], [ -75.231464100206907, 39.932713017715301 ], [ -75.231425388080297, 39.932740037645097 ], [ -75.231286015975201, 39.932622028732403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5282, "ADDRESS": "816 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243148700", "LNIADDRESSKEY": "685905", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.5078125, "Shape__Length": 75.809087167929064 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198694788412396, 39.968301576037497 ], [ -75.198702318994805, 39.968343171724598 ], [ -75.198419267720894, 39.968373146607199 ], [ -75.198412106253798, 39.968331236996399 ], [ -75.198694788412396, 39.968301576037497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5283, "ADDRESS": "3546 N SMEDLEY ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112221400", "LNIADDRESSKEY": "539137", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.0390625, "Shape__Length": 76.976731464835439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156061460954007, 40.007794171557499 ], [ -75.156051982780895, 40.007834820795701 ], [ -75.156003087781002, 40.007829073574896 ], [ -75.155935538444098, 40.007821051001898 ], [ -75.155864687268803, 40.007811664201803 ], [ -75.155764991691399, 40.007798449500797 ], [ -75.155773211354202, 40.0077572402447 ], [ -75.156061460954007, 40.007794171557499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5284, "ADDRESS": "608 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371354101", "LNIADDRESSKEY": "629043", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.39453125, "Shape__Length": 66.950479569100992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1437402439133, 39.987587529880997 ], [ -75.143700905418797, 39.987771727823997 ], [ -75.1436445611876, 39.987764608595199 ], [ -75.143683899873906, 39.987580409546197 ], [ -75.1437402439133, 39.987587529880997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5285, "ADDRESS": "2903 D ST", "OWNER1": "CHURCH OF GOSPEL", "OWNER2": "MINISTRY INC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071503805", "LNIADDRESSKEY": "106641", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.18359375, "Shape__Length": 66.968909124926796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122138537072203, 39.993048010046998 ], [ -75.1221277913356, 39.993098236239298 ], [ -75.121922341800499, 39.9930710607847 ], [ -75.121897048878097, 39.993067724525801 ], [ -75.121907677017603, 39.993017287295999 ], [ -75.121936513296006, 39.993021122533598 ], [ -75.122138537072203, 39.993048010046998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5286, "ADDRESS": "1725 N 26TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324103900", "LNIADDRESSKEY": "678751", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.09765625, "Shape__Length": 64.450234324182674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176823302903799, 39.981786536818802 ], [ -75.176832030728306, 39.981745868240203 ], [ -75.177064652914098, 39.981774941346103 ], [ -75.177056512085201, 39.981812833341401 ], [ -75.177055925267794, 39.981815608817001 ], [ -75.176823302903799, 39.981786536818802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5287, "ADDRESS": "6066 REINHARD ST", "OWNER1": "MANGO + AUGUST R E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401281900", "LNIADDRESSKEY": "500492", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.75390625, "Shape__Length": 60.543545460954405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231034103362504, 39.931018569801097 ], [ -75.231067986126803, 39.930994731457503 ], [ -75.231076203233897, 39.930989367434101 ], [ -75.231220575778195, 39.931112483667597 ], [ -75.231178504874194, 39.931140864564298 ], [ -75.231034103362504, 39.931018569801097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5288, "ADDRESS": "1445 N PERTH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202076200", "LNIADDRESSKEY": "481357", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 66.05859375, "Shape__Length": 37.25016675461449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148461418936293, 39.974299438167002 ], [ -75.148467270602396, 39.974266976411599 ], [ -75.148590236622894, 39.974282385156798 ], [ -75.148584107795699, 39.974314937493602 ], [ -75.148461418936293, 39.974299438167002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5289, "ADDRESS": "6604 LANSDOWNE AVE", "OWNER1": "COVENANT REALTY INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "344021800", "LNIADDRESSKEY": "378852", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19151", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.47265625, "Shape__Length": 88.088344217406302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.252096283575, 39.9743094778973 ], [ -75.252088358874602, 39.974268023159702 ], [ -75.252139485305193, 39.974262172517903 ], [ -75.252147613902594, 39.974303775847901 ], [ -75.252190384875206, 39.974522318444201 ], [ -75.252138095863202, 39.974528450143502 ], [ -75.252096283575, 39.9743094778973 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5290, "ADDRESS": "3002 PAGE ST", "OWNER1": "KRYB LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323087300", "LNIADDRESSKEY": "467982", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.49609375, "Shape__Length": 64.540464182397869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182583894209898, 39.986989915751401 ], [ -75.182619557768405, 39.986810414656503 ], [ -75.18267048445, 39.986816405768103 ], [ -75.182636698579103, 39.986996706852302 ], [ -75.182583894209898, 39.986989915751401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5291, "ADDRESS": "6039 REINHARD ST", "OWNER1": "BRASBY GREGORY P", "OWNER2": "WASHINGTON KATHERINE V", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401272400", "LNIADDRESSKEY": "500465", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.19140625, "Shape__Length": 59.389033127457061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230675257710104, 39.931605045667702 ], [ -75.230715582402098, 39.931575755996199 ], [ -75.230856439420194, 39.931697666947102 ], [ -75.230816163935799, 39.931725668197203 ], [ -75.230675257710104, 39.931605045667702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5292, "ADDRESS": "606 HOFFMAN ST", "OWNER1": "HOLLOWAY REALTY II LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393009300", "LNIADDRESSKEY": "346056", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.83203125, "Shape__Length": 47.083622026870422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156644485910405, 39.924693255350199 ], [ -75.156671988743298, 39.924571092111698 ], [ -75.156720796236996, 39.924577564880799 ], [ -75.156693898193893, 39.924699790236701 ], [ -75.156644485910405, 39.924693255350199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5293, "ADDRESS": "2322 N 21ST ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162185500", "LNIADDRESSKEY": "672309", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.4453125, "Shape__Length": 68.215803542601094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167511686180205, 39.989938035826903 ], [ -75.1675077988982, 39.989957049869503 ], [ -75.167502403509701, 39.989985380256797 ], [ -75.167261452717995, 39.989955311399299 ], [ -75.167269802516998, 39.989908783937203 ], [ -75.167511686180205, 39.989938035826903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5294, "ADDRESS": "3003 EUCLID AVE", "OWNER1": "PHILADELPHIA", "OWNER2": "REDEVELOPMENT AUTHORITY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323017400", "LNIADDRESSKEY": "140054", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.109375, "Shape__Length": 56.364998602758462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183079600432094, 39.984762423935301 ], [ -75.183112016785898, 39.984608302507702 ], [ -75.183160510200295, 39.984614868597703 ], [ -75.1831288546488, 39.984768813335002 ], [ -75.183079600432094, 39.984762423935301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5295, "ADDRESS": "2265 N 18TH ST", "OWNER1": "G&B1513 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161246300", "LNIADDRESSKEY": "665649", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.9453125, "Shape__Length": 63.828047613662577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161976041495194, 39.988546106075397 ], [ -75.161985477378707, 39.988505826049902 ], [ -75.162214531642206, 39.9885349768061 ], [ -75.162205618483199, 39.988576412923301 ], [ -75.161976041495194, 39.988546106075397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5296, "ADDRESS": "3000 W LEHIGH AVE", "OWNER1": "DOWD SHAREEF", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282379500", "LNIADDRESSKEY": "388012", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.0703125, "Shape__Length": 74.04393215520038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180361658323207, 39.996956398362599 ], [ -75.180412123024396, 39.996963185244397 ], [ -75.180364983737903, 39.997173137638796 ], [ -75.180310855823194, 39.997166251841897 ], [ -75.1803593226701, 39.996956088163799 ], [ -75.180361658323207, 39.996956398362599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5297, "ADDRESS": "5134 WARREN ST", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442179300", "LNIADDRESSKEY": "599141", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.609375, "Shape__Length": 108.07547761612449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2255009097791, 39.975498625985601 ], [ -75.225721451111198, 39.9752111014609 ], [ -75.225752719652405, 39.9752075174193 ], [ -75.225755325187606, 39.975227611794203 ], [ -75.225537816176796, 39.9755158315347 ], [ -75.2255009097791, 39.975498625985601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5298, "ADDRESS": "2251 N FRANKLIN ST", "OWNER1": "4 CASTLE LLC", "OWNER2": "GLASS ESTATES LLC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371079100", "LNIADDRESSKEY": "299349", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.83984375, "Shape__Length": 59.99010366969398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145617102276802, 39.986035647507897 ], [ -75.145812432221902, 39.986056651786498 ], [ -75.145803234955494, 39.986111314152701 ], [ -75.145607121341797, 39.986090009383602 ], [ -75.145617102276802, 39.986035647507897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5299, "ADDRESS": "1923 N 4TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183321401", "LNIADDRESSKEY": "634570", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.3359375, "Shape__Length": 59.212712124257742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140588752496797, 39.980256895989797 ], [ -75.140598599801706, 39.980212725376497 ], [ -75.140803204595301, 39.980241412206098 ], [ -75.140793596688894, 39.980284766093597 ], [ -75.140588752496797, 39.980256895989797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5300, "ADDRESS": "2111 W YORK ST", "OWNER1": "FLESHER DANIEL", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "162263800", "LNIADDRESSKEY": "629283", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.0234375, "Shape__Length": 51.480031500863653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167272323524102, 39.991085072252197 ], [ -75.167300965807797, 39.990947472970198 ], [ -75.167349495847304, 39.990953739022899 ], [ -75.167320846297997, 39.991091531869401 ], [ -75.167272323524102, 39.991085072252197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5301, "ADDRESS": "2151 N FRANKLIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202053001", "LNIADDRESSKEY": "299278", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.67578125, "Shape__Length": 62.333489456301081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145900843101103, 39.984426836651799 ], [ -75.145908229743696, 39.984389412530099 ], [ -75.146135825147596, 39.984419481779703 ], [ -75.146128159000796, 39.984456561689001 ], [ -75.145900843101103, 39.984426836651799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5302, "ADDRESS": "6089 REINHARD ST", "OWNER1": "MONDAL AMINUL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401274900", "LNIADDRESSKEY": "500515", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 244.1640625, "Shape__Length": 68.357364864240878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231698849017405, 39.930888689731198 ], [ -75.231752017410201, 39.9308495263924 ], [ -75.231923024589904, 39.930951723170899 ], [ -75.231841527672202, 39.931009495202296 ], [ -75.231729970963798, 39.930915035785802 ], [ -75.231698849017405, 39.930888689731198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5303, "ADDRESS": "904 W BOSTON ST", "OWNER1": "MILTON FLEXER", "OWNER2": "FREDA FLEXER", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371368300", "LNIADDRESSKEY": "730230", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.21875, "Shape__Length": 58.247566814335173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147392546982203, 39.988637459176203 ], [ -75.147355711705998, 39.988796968388201 ], [ -75.147306584702605, 39.988790503445102 ], [ -75.147343075119394, 39.988630711615002 ], [ -75.147392546982203, 39.988637459176203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5304, "ADDRESS": "2308 N 22ND ST", "OWNER1": "TAYLOR ELLIS", "OWNER2": "MALCOLM C", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162213700", "LNIADDRESSKEY": "674095", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.8359375, "Shape__Length": 66.781376819588488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168943245152803, 39.989851127090098 ], [ -75.168952466741203, 39.989806441436698 ], [ -75.169190241889197, 39.989837353243601 ], [ -75.169181933316494, 39.989881174195801 ], [ -75.168943245152803, 39.989851127090098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5305, "ADDRESS": "817 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243147600", "LNIADDRESSKEY": "685906", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 250.80078125, "Shape__Length": 84.809236008729357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197984155961194, 39.968652560037199 ], [ -75.198297613216099, 39.968621859065202 ], [ -75.198306445307907, 39.968671704278101 ], [ -75.197990401639004, 39.968699865483302 ], [ -75.197984155961194, 39.968652560037199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5306, "ADDRESS": "1951 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183310401", "LNIADDRESSKEY": "461450", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 85.53125, "Shape__Length": 44.680203784475168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140096071263699, 39.980542831820998 ], [ -75.140103333877803, 39.980509241289603 ], [ -75.140257386474602, 39.9805316694884 ], [ -75.140249852187495, 39.980564673816403 ], [ -75.140096071263699, 39.980542831820998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5307, "ADDRESS": "3710 HAVERFORD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242038010", "LNIADDRESSKEY": "335977", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.828125, "Shape__Length": 51.2690996412285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196330929832598, 39.963315533397697 ], [ -75.196378951773994, 39.963309735429199 ], [ -75.196403038292502, 39.963448062448499 ], [ -75.196354339164998, 39.9634529105628 ], [ -75.196330929832598, 39.963315533397697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5308, "ADDRESS": "3902 N DELHI ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433153600", "LNIADDRESSKEY": "113633", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.421875, "Shape__Length": 48.42071759749561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143172103771803, 40.011547655360097 ], [ -75.143181705200206, 40.011504011655703 ], [ -75.1433392066034, 40.011524722725397 ], [ -75.143329269752897, 40.011568407255503 ], [ -75.143172103771803, 40.011547655360097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5309, "ADDRESS": "724 N 42ND ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061259300", "LNIADDRESSKEY": "686942", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.25, "Shape__Length": 76.137620542591648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207512483331996, 39.965371657582502 ], [ -75.207514458184804, 39.965371491860203 ], [ -75.207795938988596, 39.965348874244597 ], [ -75.207803664012602, 39.965392649452099 ], [ -75.207521840952495, 39.965414356250797 ], [ -75.207520182340204, 39.9654144805519 ], [ -75.207512483331996, 39.965371657582502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5310, "ADDRESS": "2017 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183295100", "LNIADDRESSKEY": "41723", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.4453125, "Shape__Length": 57.471970410282353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138765223515605, 39.981408486078202 ], [ -75.138970808081297, 39.9814346518843 ], [ -75.138962845290607, 39.981472118848501 ], [ -75.1387571949831, 39.981446251125 ], [ -75.138765223515605, 39.981408486078202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5311, "ADDRESS": "2431 W THOMPSON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291048900", "LNIADDRESSKEY": "570338", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 452.74609375, "Shape__Length": 97.51400280709403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176283263231895, 39.975760510258198 ], [ -75.176334792862505, 39.975513679241502 ], [ -75.176445378518807, 39.975528087636697 ], [ -75.176393846270102, 39.9757744185737 ], [ -75.176283263231895, 39.975760510258198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5312, "ADDRESS": "2334 N VAN PELT ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162199301", "LNIADDRESSKEY": "586366", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.0078125, "Shape__Length": 51.411228568219173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167747809397, 39.990189288049002 ], [ -75.1677565160429, 39.990149926019598 ], [ -75.167927173978697, 39.990172915212902 ], [ -75.167932741580799, 39.9901736700456 ], [ -75.167924962588899, 39.990212359173697 ], [ -75.167918926963793, 39.990211821317999 ], [ -75.167747809397, 39.990189288049002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5313, "ADDRESS": "6033 REGENT ST", "OWNER1": "REID ISAAC", "OWNER2": "BLOUNT CARL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401229700", "LNIADDRESSKEY": "499970", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.04296875, "Shape__Length": 56.963145883298751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231881721489202, 39.932811457880703 ], [ -75.231886171480696, 39.932808348041299 ], [ -75.231925596102897, 39.932780730925401 ], [ -75.232058218958699, 39.9328921588559 ], [ -75.232014921966098, 39.932922576438003 ], [ -75.231881721489202, 39.932811457880703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5314, "ADDRESS": "2560 N 11TH ST", "OWNER1": "HOPE PARTNERSHIP FOR EDUC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371196201", "LNIADDRESSKEY": "733031", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 934.9609375, "Shape__Length": 123.05395443814083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149739971921505, 39.991383141104698 ], [ -75.149981926857507, 39.991415977103003 ], [ -75.149933355273305, 39.991647277963501 ], [ -75.149690411125803, 39.991615627963697 ], [ -75.149739971921505, 39.991383141104698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5315, "ADDRESS": "939 W DAUPHIN ST", "OWNER1": "938 W DAUPHIN STREET LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371333500", "LNIADDRESSKEY": "110502", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.42578125, "Shape__Length": 78.547644770694134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148526942226994, 39.987235596928699 ], [ -75.1485365452303, 39.987191693886103 ], [ -75.148545602153106, 39.987146183659704 ], [ -75.148566233467307, 39.987056218145902 ], [ -75.148576343608894, 39.987010006468701 ], [ -75.148628139361094, 39.987016757764799 ], [ -75.148618905960504, 39.987063054641503 ], [ -75.148609563582696, 39.987107800419203 ], [ -75.148590715006904, 39.987198853782601 ], [ -75.148582117660396, 39.987242763855001 ], [ -75.148526942226994, 39.987235596928699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5316, "ADDRESS": "2134-44 N 29TH ST", "OWNER1": "DIVERSIFIED COMMUNITY SER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "772350000", "LNIADDRESSKEY": "682063", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1452.828125, "Shape__Length": 157.07970358550864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180447758214598, 39.9889914323646 ], [ -75.180711266131397, 39.989025766061602 ], [ -75.180679280466506, 39.989176043652897 ], [ -75.180637833873405, 39.989358107712498 ], [ -75.180376434353093, 39.989322852491398 ], [ -75.180447758214598, 39.9889914323646 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5317, "ADDRESS": "2219 N 8TH ST", "OWNER1": "BAYVIEW 806 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371097000", "LNIADDRESSKEY": "645115", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.9453125, "Shape__Length": 68.095624925355096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146332716696506, 39.985557099599802 ], [ -75.146343519418593, 39.985514739895798 ], [ -75.146589365658002, 39.985548800366999 ], [ -75.146580097505506, 39.985589937976499 ], [ -75.146332716696506, 39.985557099599802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5318, "ADDRESS": "2800 N LEE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071319810", "LNIADDRESSKEY": "386383", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.3984375, "Shape__Length": 52.056395187677339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130059586636307, 39.992537534516401 ], [ -75.130069141943807, 39.992493034719601 ], [ -75.130146169652804, 39.992502079919703 ], [ -75.130235907758404, 39.992514687017596 ], [ -75.130240827464704, 39.992515379339402 ], [ -75.130230481555898, 39.9925613590583 ], [ -75.130225875179207, 39.9925607054235 ], [ -75.130059586636307, 39.992537534516401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5319, "ADDRESS": "1011 W ARIZONA ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371352000", "LNIADDRESSKEY": "730182", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.87109375, "Shape__Length": 55.449395401054382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149362627226495, 39.9882465225459 ], [ -75.149373434549602, 39.988196892593599 ], [ -75.149384487082301, 39.988144108995598 ], [ -75.149394660526099, 39.988092448647102 ], [ -75.149439510763202, 39.9880983652913 ], [ -75.149415291436597, 39.988210930565401 ], [ -75.149407353603394, 39.988252387964103 ], [ -75.149362627226495, 39.9882465225459 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5320, "ADDRESS": "6007 CEDARHURST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034009100", "LNIADDRESSKEY": "73614", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.90234375, "Shape__Length": 72.891601666336783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243359144632805, 39.944086591035898 ], [ -75.2434113898492, 39.944067470546599 ], [ -75.243528097035806, 39.944253234460497 ], [ -75.243476783143805, 39.9442732448152 ], [ -75.243359144632805, 39.944086591035898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5321, "ADDRESS": "4209 N 9TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433390500", "LNIADDRESSKEY": "648180", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.9140625, "Shape__Length": 53.701975001508018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140747156159406, 40.016140338933099 ], [ -75.140756215833306, 40.0160971662512 ], [ -75.1409379659341, 40.016118931482097 ], [ -75.140928254780903, 40.016162669404899 ], [ -75.140747156159406, 40.016140338933099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5322, "ADDRESS": "2613 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192281401", "LNIADDRESSKEY": "639545", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.36328125, "Shape__Length": 70.883325559684053 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142086593721302, 39.991123069292001 ], [ -75.142087122246707, 39.991115826947301 ], [ -75.142096910693994, 39.991077055370702 ], [ -75.142350333126203, 39.991112392510097 ], [ -75.142340046697299, 39.991158149226699 ], [ -75.142086593721302, 39.991123069292001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5323, "ADDRESS": "1228 HANSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273044500", "LNIADDRESSKEY": "332190", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.88671875, "Shape__Length": 58.794313170424083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214052590547794, 39.942827352384001 ], [ -75.2142106773466, 39.942716366200699 ], [ -75.214244588583497, 39.942744825089299 ], [ -75.214086879293106, 39.9428552227522 ], [ -75.214052590547794, 39.942827352384001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5324, "ADDRESS": "2449 N DOVER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281142601", "LNIADDRESSKEY": "122974", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.28125, "Shape__Length": 53.287807181100746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178703459454795, 39.993377256677299 ], [ -75.178694555841204, 39.993415906567101 ], [ -75.178518426964601, 39.993393713219298 ], [ -75.178509353936306, 39.993392559392198 ], [ -75.178517659006602, 39.993353670852599 ], [ -75.178526940011096, 39.993354862 ], [ -75.1786861811037, 39.993375274832999 ], [ -75.178703459454795, 39.993377256677299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5325, "ADDRESS": "3924 ASPEN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243039210", "LNIADDRESSKEY": "23871", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 230.7734375, "Shape__Length": 85.260578981837767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201080760454602, 39.966170003921498 ], [ -75.201127104496393, 39.966417245470602 ], [ -75.201070576565101, 39.966422969131102 ], [ -75.2010239747447, 39.966175932438098 ], [ -75.201080760454602, 39.966170003921498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5326, "ADDRESS": "2850 C ST", "OWNER1": "SOILED LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071439300", "LNIADDRESSKEY": "58874", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.2265625, "Shape__Length": 71.733875247057256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124335029651107, 39.992919794954098 ], [ -75.124342462579605, 39.9928825667184 ], [ -75.124480507703097, 39.992900635307102 ], [ -75.124611845190302, 39.992917066990103 ], [ -75.124603345565305, 39.992954770911702 ], [ -75.124465620608603, 39.992937128775203 ], [ -75.124335029651107, 39.992919794954098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5327, "ADDRESS": "1512 W LEHIGH AVE", "OWNER1": "STAR LIGHT REAL ESTATE IN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161322800", "LNIADDRESSKEY": "387617", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.88671875, "Shape__Length": 63.856082673266293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156820628222604, 39.994129649180898 ], [ -75.156858606374996, 39.993955654583999 ], [ -75.156912678730393, 39.993962228179697 ], [ -75.156876706033799, 39.994137509248297 ], [ -75.156820628222604, 39.994129649180898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5328, "ADDRESS": "3540 N SMEDLEY ST", "OWNER1": "LITTLEPAGE GARNETT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112221100", "LNIADDRESSKEY": "539131", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.61328125, "Shape__Length": 75.860839883566356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155790365337197, 40.007677544310603 ], [ -75.155798293015494, 40.007640679242897 ], [ -75.1560867361936, 40.007677438052802 ], [ -75.156078574856394, 40.007713829328701 ], [ -75.155790365337197, 40.007677544310603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5329, "ADDRESS": "3833 BROWN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243120310", "LNIADDRESSKEY": "53865", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.7578125, "Shape__Length": 77.556618297112465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199587542452406, 39.967859353566602 ], [ -75.199629669892602, 39.968082063432902 ], [ -75.199575766360994, 39.968088216387699 ], [ -75.199532825121594, 39.967865938911601 ], [ -75.199587542452406, 39.967859353566602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5330, "ADDRESS": "2232 DIAMOND ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322266800", "LNIADDRESSKEY": "116680", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.98828125, "Shape__Length": 72.812580545531915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170826679015804, 39.986477550587097 ], [ -75.170873285114197, 39.9862744732987 ], [ -75.170930334051107, 39.9862825736896 ], [ -75.170884266229805, 39.986485245248303 ], [ -75.170826679015804, 39.986477550587097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5331, "ADDRESS": "2165 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202129901", "LNIADDRESSKEY": "108638", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.15234375, "Shape__Length": 43.607349326723195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147147929650998, 39.984794499083101 ], [ -75.147149539878995, 39.984783123048501 ], [ -75.147155161151602, 39.984758393625597 ], [ -75.147301272460794, 39.984777262179797 ], [ -75.147293270327793, 39.984813802931399 ], [ -75.147147929650998, 39.984794499083101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5332, "ADDRESS": "2862 N BONSALL ST", "OWNER1": "ALBERT BIZZELL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111401800", "LNIADDRESSKEY": "42607", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.78125, "Shape__Length": 48.897758798356378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169319898709901, 39.998884236682898 ], [ -75.169311150458199, 39.9989247264078 ], [ -75.169147356055902, 39.998904698498499 ], [ -75.169156628563499, 39.9988636720784 ], [ -75.169319898709901, 39.998884236682898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5333, "ADDRESS": "4967 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442083510", "LNIADDRESSKEY": "314586", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 262.40625, "Shape__Length": 96.241518125854014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221175872091095, 39.972545339118298 ], [ -75.221230264233995, 39.972533996998401 ], [ -75.221328518003006, 39.972815030390301 ], [ -75.221272041436393, 39.972820427336501 ], [ -75.221175872091095, 39.972545339118298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5334, "ADDRESS": "113 E CUMBERLAND ST", "OWNER1": "111 E CUMBERLAND LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314022300", "LNIADDRESSKEY": "105392", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.99609375, "Shape__Length": 55.450939352050511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131034904192305, 39.987965411092297 ], [ -75.1310675526437, 39.9878143862245 ], [ -75.131116532318401, 39.987820823270198 ], [ -75.131083070541607, 39.987971716962797 ], [ -75.131034904192305, 39.987965411092297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5335, "ADDRESS": "847 N 40TH ST", "OWNER1": "NORTH 40TH STREET LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243160810", "LNIADDRESSKEY": "686318", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 363.5703125, "Shape__Length": 107.13790079367145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2028209323623, 39.9688937479457 ], [ -75.203225610774993, 39.9688484484927 ], [ -75.203235884103705, 39.968902778447998 ], [ -75.202971089727299, 39.968932419691299 ], [ -75.202830001475704, 39.968948213392899 ], [ -75.2028209323623, 39.9688937479457 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5336, "ADDRESS": "1625 W OXFORD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471135910", "LNIADDRESSKEY": "466599", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 288.74609375, "Shape__Length": 91.52151698095814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162521708250907, 39.978170570522401 ], [ -75.162580361187196, 39.977911396785601 ], [ -75.162646466412497, 39.9779207857584 ], [ -75.162589175514398, 39.978179990232803 ], [ -75.162521708250907, 39.978170570522401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5337, "ADDRESS": "2411 CLIFFORD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291266500", "LNIADDRESSKEY": "90820", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.53515625, "Shape__Length": 54.964450093322903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174416953773104, 39.981605678628902 ], [ -75.174443173738993, 39.981478421260199 ], [ -75.174496488529897, 39.981485404499402 ], [ -75.174464886238795, 39.981640783327997 ], [ -75.174416953773104, 39.981605678628902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5338, "ADDRESS": "2305 N 21ST ST", "OWNER1": "IM LISTENING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162178100", "LNIADDRESSKEY": "672292", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.42578125, "Shape__Length": 75.786344272075524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166878882925801, 39.989509097421802 ], [ -75.166888733938293, 39.989464990329999 ], [ -75.167166118817903, 39.989503520495802 ], [ -75.167156155883802, 39.989547803039201 ], [ -75.166878882925801, 39.989509097421802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5339, "ADDRESS": "3910 FAIRMOUNT AVE", "OWNER1": "MA YUJIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242226200", "LNIADDRESSKEY": "283635", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.33984375, "Shape__Length": 85.767343063593643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200708399088398, 39.965050894381001 ], [ -75.2007655477085, 39.965044748852499 ], [ -75.200811078547702, 39.965292391478698 ], [ -75.200752147055098, 39.965299158534997 ], [ -75.200708399088398, 39.965050894381001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5340, "ADDRESS": "1204 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371327301", "LNIADDRESSKEY": "110563", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.04296875, "Shape__Length": 64.121548067595796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152401594754295, 39.987352371164597 ], [ -75.152440241876207, 39.987182406999104 ], [ -75.152441048030994, 39.987178862840203 ], [ -75.152447314936197, 39.987174990633399 ], [ -75.152494082491003, 39.987181223169401 ], [ -75.152492374613402, 39.9871891641668 ], [ -75.152455620625602, 39.987359477538597 ], [ -75.152401594754295, 39.987352371164597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5341, "ADDRESS": "2113 W YORK ST", "OWNER1": "ROBERTS ROSEMARY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162263900", "LNIADDRESSKEY": "629284", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.5546875, "Shape__Length": 51.632492222561424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167320846297997, 39.991091531869401 ], [ -75.167349495847304, 39.990953739022899 ], [ -75.167393302892904, 39.990959640870003 ], [ -75.167399639002298, 39.990960557181303 ], [ -75.167368992003802, 39.991097934552201 ], [ -75.167320846297997, 39.991091531869401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5342, "ADDRESS": "2030 S 70TH ST", "OWNER1": "GAYMON RANSON III", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403209800", "LNIADDRESSKEY": "706656", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 413.09765625, "Shape__Length": 102.40119921892926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243277082428506, 39.922037288323402 ], [ -75.243550218520696, 39.921846183640596 ], [ -75.243610186154299, 39.921896481463698 ], [ -75.243359178729094, 39.922074561888799 ], [ -75.243338690780206, 39.922089105417697 ], [ -75.243277082428506, 39.922037288323402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5343, "ADDRESS": "438 DIAMOND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183218501", "LNIADDRESSKEY": "116302", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.5234375, "Shape__Length": 55.90537775770018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141851740531493, 39.982723814659103 ], [ -75.141882658077705, 39.982569168647501 ], [ -75.141929723091494, 39.982575138656401 ], [ -75.141897027521196, 39.982729727377702 ], [ -75.141851740531493, 39.982723814659103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5344, "ADDRESS": "2409 N 30TH ST", "OWNER1": "PRIME MINISTER NORTH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282064300", "LNIADDRESSKEY": "683081", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.7109375, "Shape__Length": 64.026478528188775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180827892623299, 39.992928161505198 ], [ -75.180836580536507, 39.992886315946997 ], [ -75.180844130101704, 39.992887291330199 ], [ -75.181065630240596, 39.992916153788101 ], [ -75.181056281887393, 39.992958275155303 ], [ -75.180835065322498, 39.992929112685999 ], [ -75.180827892623299, 39.992928161505198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5345, "ADDRESS": "2858 N 11TH ST", "OWNER1": "WATSON RONALD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372234701", "LNIADDRESSKEY": "652096", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.359375, "Shape__Length": 88.988598015267101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148676562497201, 39.996264935698498 ], [ -75.148686291887699, 39.996219408027301 ], [ -75.149021277979102, 39.996262139815101 ], [ -75.149011297756402, 39.996307646058298 ], [ -75.148676562497201, 39.996264935698498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5346, "ADDRESS": "3937 FAIRMOUNT AVE", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243016810", "LNIADDRESSKEY": "283657", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 239.50390625, "Shape__Length": 85.41781015645482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2012260002506, 39.965415123527798 ], [ -75.201284933850104, 39.965408340506301 ], [ -75.201331389933003, 39.965654279130597 ], [ -75.201272279583094, 39.965660735018801 ], [ -75.2012260002506, 39.965415123527798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5347, "ADDRESS": "337 E ARMAT ST", "OWNER1": "BENTLEY WINSTON G", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122058100", "LNIADDRESSKEY": "21413", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.703125, "Shape__Length": 86.795011071579751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169423292724403, 40.038541719484599 ], [ -75.169485463531004, 40.038542551998802 ], [ -75.169485065350102, 40.038554101911103 ], [ -75.169478667784503, 40.038738368310703 ], [ -75.169478184343106, 40.038746110658003 ], [ -75.169428580575996, 40.038747333227697 ], [ -75.169428480425907, 40.0387935461372 ], [ -75.169416082062597, 40.038793639251899 ], [ -75.169416446439897, 40.038745448925901 ], [ -75.169417897923793, 40.0387006528087 ], [ -75.169420747877794, 40.038632336782499 ], [ -75.169420738373006, 40.038613282416797 ], [ -75.169422850799805, 40.038553879976 ], [ -75.169423292724403, 40.038541719484599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5348, "ADDRESS": "5971 TRINITY ST", "OWNER1": "NGUYEN KHANH THI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401105100", "LNIADDRESSKEY": "577417", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 212.51953125, "Shape__Length": 83.793113746064336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232056650553503, 39.934274032569398 ], [ -75.232096487157904, 39.934246649672701 ], [ -75.232307124707802, 39.934425574023301 ], [ -75.232313276630506, 39.934430787317602 ], [ -75.232274283422797, 39.934457479270399 ], [ -75.232268656786502, 39.934452777558803 ], [ -75.232197981594396, 39.934393550943298 ], [ -75.232140671735095, 39.934345481476598 ], [ -75.2320877613151, 39.934299620279504 ], [ -75.232056650553503, 39.934274032569398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5349, "ADDRESS": "317 W BERKS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183186101", "LNIADDRESSKEY": "37048", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.29296875, "Shape__Length": 75.998268764929591 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140638378258004, 39.979883122300301 ], [ -75.140688116410104, 39.979669470780998 ], [ -75.140745624398306, 39.979677403098201 ], [ -75.140695516424799, 39.9798908536361 ], [ -75.140638378258004, 39.979883122300301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5350, "ADDRESS": "1738 W COURTLAND ST", "OWNER1": "PURNELL KEITH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132375400", "LNIADDRESSKEY": "101437", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.57421875, "Shape__Length": 58.389098885670691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154270794002102, 40.023694704176798 ], [ -75.1543050782861, 40.023537842795797 ], [ -75.154306068110898, 40.023533335305601 ], [ -75.154348125251403, 40.023538364172801 ], [ -75.154347047014099, 40.023543498124397 ], [ -75.154351387754204, 40.023545143736499 ], [ -75.154347780977602, 40.023561617275803 ], [ -75.154339237727697, 40.0236057373208 ], [ -75.154330642974102, 40.023649518319701 ], [ -75.154320250903695, 40.023701415150498 ], [ -75.154270794002102, 40.023694704176798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5351, "ADDRESS": "2305 N REESE ST", "OWNER1": "2020 REESE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191323400", "LNIADDRESSKEY": "498796", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.36328125, "Shape__Length": 59.512004171164492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141830843980202, 39.986427834275098 ], [ -75.141840275437701, 39.986387974513498 ], [ -75.142051060013699, 39.986414462086202 ], [ -75.1420422491598, 39.986455092823 ], [ -75.141830843980202, 39.986427834275098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5352, "ADDRESS": "1625 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183180501", "LNIADDRESSKEY": "639192", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.3671875, "Shape__Length": 57.001663947825918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145132774605798, 39.976301883160303 ], [ -75.145336335357399, 39.976326379097898 ], [ -75.1453292674625, 39.976363713554498 ], [ -75.145124427831604, 39.976339237006798 ], [ -75.145132774605798, 39.976301883160303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5353, "ADDRESS": "4969 W THOMPSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442127710", "LNIADDRESSKEY": "570538", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 269.99609375, "Shape__Length": 102.10166166968116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221909423241698, 39.973502657705502 ], [ -75.221963878295398, 39.973496957988701 ], [ -75.222017333152195, 39.9738047139587 ], [ -75.221965022596905, 39.973809621895001 ], [ -75.221909423241698, 39.973502657705502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5354, "ADDRESS": "3831 GERMANTOWN AVE", "OWNER1": "MURRAY ERIC C", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "132249400", "LNIADDRESSKEY": "309705", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 249.58984375, "Shape__Length": 91.376613050153253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151315292239502, 40.0117827265451 ], [ -75.151648835506606, 40.0116937165987 ], [ -75.151666962650594, 40.011735507226398 ], [ -75.1516495336936, 40.011740110070598 ], [ -75.151332686896694, 40.011823903725798 ], [ -75.151315292239502, 40.0117827265451 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5355, "ADDRESS": "2322 N 3RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191183901", "LNIADDRESSKEY": "632594", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.08984375, "Shape__Length": 58.842084763408366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138638533848805, 39.986228197496096 ], [ -75.138849661465301, 39.9862556245928 ], [ -75.138841341909199, 39.986293519310401 ], [ -75.138630214178306, 39.986266092198399 ], [ -75.138638533848805, 39.986228197496096 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5356, "ADDRESS": "2944 W WISHART ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381340700", "LNIADDRESSKEY": "619214", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.56640625, "Shape__Length": 60.134041436702454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178386095451899, 40.004030897720497 ], [ -75.178438858069399, 40.0040374304849 ], [ -75.178405112611998, 40.004201176616903 ], [ -75.178352213073495, 40.004194930222397 ], [ -75.178386095451899, 40.004030897720497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5357, "ADDRESS": "1007 W ARIZONA ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371351800", "LNIADDRESSKEY": "730178", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.375, "Shape__Length": 53.471464942671467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.14927965679, 39.988235663862703 ], [ -75.149294733552907, 39.988169752369203 ], [ -75.149313242110907, 39.988082092554201 ], [ -75.149349632191502, 39.988086785866699 ], [ -75.149335697087196, 39.988155157114697 ], [ -75.149316002069099, 39.988240420366502 ], [ -75.14927965679, 39.988235663862703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5358, "ADDRESS": "4806 N 7TH ST", "OWNER1": "TELINGUN TUGCE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491213500", "LNIADDRESSKEY": "643390", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.83984375, "Shape__Length": 67.557216676475164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136835592755702, 40.025028445914998 ], [ -75.136844634397903, 40.024985304600101 ], [ -75.137088148703498, 40.025017637488801 ], [ -75.137078933249498, 40.025059855821802 ], [ -75.136835592755702, 40.025028445914998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5359, "ADDRESS": "2141 N 7TH ST", "OWNER1": "ESTELLE DE BOWSE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202018600", "LNIADDRESSKEY": "642438", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.671875, "Shape__Length": 70.484985154315495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145219399905201, 39.984280865377201 ], [ -75.145227954444394, 39.9842375841286 ], [ -75.145485177028803, 39.984268262901303 ], [ -75.145477632044802, 39.984309810084703 ], [ -75.145219399905201, 39.984280865377201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5360, "ADDRESS": "2636 N 29TH ST", "OWNER1": "BERNARD YATES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282012900", "LNIADDRESSKEY": "682318", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.09765625, "Shape__Length": 67.514258658071796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178870832581794, 39.9963201855888 ], [ -75.178878971643798, 39.996280696385703 ], [ -75.179125956438, 39.996314309354801 ], [ -75.179117506385893, 39.996354242112503 ], [ -75.178870832581794, 39.9963201855888 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5361, "ADDRESS": "2818 KENSINGTON AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885100420", "LNIADDRESSKEY": "368643", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.296875, "Shape__Length": 79.321684265413452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121882811296402, 39.9919520125083 ], [ -75.121930300173503, 39.9919269948088 ], [ -75.122163840235402, 39.992038361270303 ], [ -75.122156166147093, 39.992082322433198 ], [ -75.121882811296402, 39.9919520125083 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5362, "ADDRESS": "861 N 40TH ST", "OWNER1": "857861N40 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243161510", "LNIADDRESSKEY": "686329", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 364.234375, "Shape__Length": 107.3029621499354 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202880843829007, 39.9692178436134 ], [ -75.203286863263102, 39.969172393470302 ], [ -75.203297135184997, 39.969226724512502 ], [ -75.202891115475396, 39.969272173566601 ], [ -75.202880843829007, 39.9692178436134 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5363, "ADDRESS": "6155 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401293500", "LNIADDRESSKEY": "583926", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.82421875, "Shape__Length": 61.038387786820536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232534596684303, 39.929656972842899 ], [ -75.232553681944196, 39.929643141422297 ], [ -75.232571916048002, 39.929630211456598 ], [ -75.232611920060094, 39.929662651532702 ], [ -75.232622424468701, 39.929671280536802 ], [ -75.232699597301703, 39.929734744654098 ], [ -75.232723945247102, 39.929754589721 ], [ -75.2327027657808, 39.929769035180001 ], [ -75.232684861604298, 39.929782101927103 ], [ -75.232652926622805, 39.929753934034999 ], [ -75.232576446453905, 39.929691596695697 ], [ -75.232534596684303, 39.929656972842899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5364, "ADDRESS": "775 PALLAS ST", "OWNER1": "LONDON KEVIN", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "061290300", "LNIADDRESSKEY": "468921", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.6796875, "Shape__Length": 69.84632968337587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210311005026398, 39.9663113645029 ], [ -75.210572591906697, 39.966289701855402 ], [ -75.210577538184495, 39.966328337059402 ], [ -75.210316505455296, 39.9663502856665 ], [ -75.210311005026398, 39.9663113645029 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5365, "ADDRESS": "2228 DIAMOND ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322266600", "LNIADDRESSKEY": "116678", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.54296875, "Shape__Length": 72.281120574208359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170716649357303, 39.986462940166703 ], [ -75.170762838957401, 39.986259272402201 ], [ -75.170816085627095, 39.986266482122602 ], [ -75.170771568994894, 39.986470284359697 ], [ -75.170716649357303, 39.986462940166703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5366, "ADDRESS": "2606 N 29TH ST", "OWNER1": "PEARSALL FALISHA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282011400", "LNIADDRESSKEY": "682289", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.49609375, "Shape__Length": 67.469780840476588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179001620854095, 39.995707292131399 ], [ -75.179010120686996, 39.9956660056014 ], [ -75.179254498033103, 39.995698656679401 ], [ -75.179245356390396, 39.9957408478814 ], [ -75.179001620854095, 39.995707292131399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5367, "ADDRESS": "2328 N 3RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191184201", "LNIADDRESSKEY": "632600", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.0859375, "Shape__Length": 58.841955644691168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138613574766097, 39.9863418827263 ], [ -75.138824701306206, 39.986369308710302 ], [ -75.138816381678893, 39.986407204551099 ], [ -75.138605256487295, 39.986379778585203 ], [ -75.138613574766097, 39.9863418827263 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5368, "ADDRESS": "2007 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322085801", "LNIADDRESSKEY": "674011", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 478.1953125, "Shape__Length": 107.39553858746832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169356723225505, 39.9851945146915 ], [ -75.169364748162096, 39.985157022612398 ], [ -75.1693736922672, 39.985118536433397 ], [ -75.169430855028395, 39.985125769550201 ], [ -75.169749436996597, 39.985168347784096 ], [ -75.169732680291503, 39.985244798263103 ], [ -75.169356723225505, 39.9851945146915 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5369, "ADDRESS": "1013 W ARIZONA ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371352100", "LNIADDRESSKEY": "730184", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.5859375, "Shape__Length": 56.280966479570857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149444300415496, 39.9882655251524 ], [ -75.149415320951604, 39.988262159845902 ], [ -75.149405683453793, 39.9882604424064 ], [ -75.149407353603394, 39.988252387964103 ], [ -75.149415291436597, 39.988210930565401 ], [ -75.149439510763202, 39.9880983652913 ], [ -75.149477037362999, 39.988103471752801 ], [ -75.149444300415496, 39.9882655251524 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5370, "ADDRESS": "2856 N 11TH ST", "OWNER1": "WATSON RONALD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372234600", "LNIADDRESSKEY": "652094", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 252.203125, "Shape__Length": 88.925950526095846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148686291887699, 39.996219408027301 ], [ -75.148697408343693, 39.996174330762898 ], [ -75.149032087669895, 39.996216846085296 ], [ -75.149024096396701, 39.996249307832002 ], [ -75.149021277979102, 39.996262139815101 ], [ -75.148686291887699, 39.996219408027301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5371, "ADDRESS": "2050 N ORKNEY ST", "OWNER1": "WALLACE JAMES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183411800", "LNIADDRESSKEY": "462343", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 66.6171875, "Shape__Length": 37.339596033974317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141873400460895, 39.982391703519298 ], [ -75.141994163810807, 39.982408053336101 ], [ -75.141991117554397, 39.9824409817993 ], [ -75.141866788966894, 39.982424712015401 ], [ -75.141873400460895, 39.982391703519298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5372, "ADDRESS": "2303 N LAWRENCE ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191255501", "LNIADDRESSKEY": "384507", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.08984375, "Shape__Length": 46.741509744933524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140454270831199, 39.986152810250502 ], [ -75.140446198174899, 39.986188380407803 ], [ -75.140292489448896, 39.986166460646103 ], [ -75.140286780121997, 39.986165637038098 ], [ -75.140293623555905, 39.986129860987703 ], [ -75.140300021753006, 39.986130780225103 ], [ -75.140454270831199, 39.986152810250502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5373, "ADDRESS": "1936 N 3RD ST", "OWNER1": "MCCALL JUSTIN MICHAEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183304000", "LNIADDRESSKEY": "632438", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.38671875, "Shape__Length": 54.176023107615535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139937771134797, 39.980304863201802 ], [ -75.139946308450803, 39.980269191023503 ], [ -75.1401388317921, 39.980295444064303 ], [ -75.140130656484899, 39.9803315276951 ], [ -75.139937771134797, 39.980304863201802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5374, "ADDRESS": "2209 N LAWRENCE ST", "OWNER1": "MIKZTUCK JOHN", "OWNER2": "ANNA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191252100", "LNIADDRESSKEY": "384454", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.30859375, "Shape__Length": 49.870315571410529 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140591253857394, 39.984689104961298 ], [ -75.140599684361305, 39.984650768910498 ], [ -75.140770620135498, 39.984674161217001 ], [ -75.140762381515501, 39.984711887818897 ], [ -75.140591253857394, 39.984689104961298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5375, "ADDRESS": "2334 FERNON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364076400", "LNIADDRESSKEY": "289702", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.83984375, "Shape__Length": 47.779656672895861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184160353965595, 39.932039414354897 ], [ -75.184170868946694, 39.931997157946299 ], [ -75.184188199780095, 39.931915802624303 ], [ -75.184203283086902, 39.931917815970003 ], [ -75.184238781396303, 39.931922639952603 ], [ -75.184210932836294, 39.932045784232699 ], [ -75.184160353965595, 39.932039414354897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5376, "ADDRESS": "346 N 62ND ST", "OWNER1": "WALDO HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341229300", "LNIADDRESSKEY": "701652", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 301.92578125, "Shape__Length": 109.45150107659785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243637056826898, 39.968146350796502 ], [ -75.243645915604105, 39.968104408253801 ], [ -75.244076444258795, 39.968156319236499 ], [ -75.244067161816801, 39.968198960959398 ], [ -75.243637056826898, 39.968146350796502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5377, "ADDRESS": "2322 N 22ND ST", "OWNER1": "HALFON SHOSHANA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162214400", "LNIADDRESSKEY": "674109", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.78515625, "Shape__Length": 66.990287012285123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168879018212607, 39.990157507456502 ], [ -75.168888219445904, 39.990112820222897 ], [ -75.169127160951604, 39.990143968977399 ], [ -75.169117088615593, 39.990188426027402 ], [ -75.168879018212607, 39.990157507456502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5378, "ADDRESS": "5525 JEFFERSON ST", "OWNER1": "ALBERT H SAPP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041274200", "LNIADDRESSKEY": "363185", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.86328125, "Shape__Length": 84.787655913438357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232998327096396, 39.978919901120797 ], [ -75.233048937163403, 39.9789134359945 ], [ -75.233097748155799, 39.979161940118203 ], [ -75.233042689786402, 39.979167986730197 ], [ -75.232998327096396, 39.978919901120797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5379, "ADDRESS": "2414 N 9TH ST", "OWNER1": "98 REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371131401", "LNIADDRESSKEY": "647587", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.453125, "Shape__Length": 59.335309626496112 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147111897005502, 39.988641782158098 ], [ -75.147322398585899, 39.988669882022002 ], [ -75.147313426879194, 39.988710429482303 ], [ -75.147102862939505, 39.988680668060098 ], [ -75.147111897005502, 39.988641782158098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5380, "ADDRESS": "2697 DIAMOND ST", "OWNER1": "AMTRAK", "OWNER2": null, "BLDG_DESC": "VAC LAND INDUS. ACRE+", "OPA_ID": "885000040", "LNIADDRESSKEY": "116717", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "ICMX", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 29648.5546875, "Shape__Length": 1017.6162195028556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174062211030503, 39.988903589868201 ], [ -75.176830583648794, 39.987442030104198 ], [ -75.1774338577181, 39.987524691527902 ], [ -75.177358597628597, 39.9879486143154 ], [ -75.175686376181105, 39.988778895904197 ], [ -75.174802482486598, 39.988686335776897 ], [ -75.174628094956702, 39.988876101206998 ], [ -75.174388317688795, 39.989054405704799 ], [ -75.174295535580598, 39.989123654526402 ], [ -75.173963306446396, 39.989312682321703 ], [ -75.174062211030503, 39.988903589868201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5381, "ADDRESS": "1409 S NAPA ST", "OWNER1": "PHILLY 2 BUY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364438000", "LNIADDRESSKEY": "445982", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.01171875, "Shape__Length": 54.201045513870014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195970154080399, 39.936260868832399 ], [ -75.195960964115699, 39.936303123016302 ], [ -75.1957759549923, 39.936279240362602 ], [ -75.195785421199304, 39.9362368797172 ], [ -75.195970154080399, 39.936260868832399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5382, "ADDRESS": "5354 IRVING ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "603057900", "LNIADDRESSKEY": "357575", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 234.3125, "Shape__Length": 78.663338939247609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229499492303802, 39.955614379544599 ], [ -75.229542347303493, 39.955415101528502 ], [ -75.229546295822004, 39.955396714460797 ], [ -75.229611519376903, 39.955404676265402 ], [ -75.229607682944703, 39.95542229094 ], [ -75.229603921659304, 39.955439536730502 ], [ -75.229574605625302, 39.955574264083303 ], [ -75.229570236983804, 39.955594350437401 ], [ -75.229564250505007, 39.955621912183901 ], [ -75.229499492303802, 39.955614379544599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5383, "ADDRESS": "6000-14 CALLOWHILL ST", "OWNER1": "CHURCH OF GOD IN", "OWNER2": "CHRIST OF PHILA", "BLDG_DESC": "HSE WORSHIP ALL 1 STY MAS", "OPA_ID": "774082000", "LNIADDRESSKEY": "59973", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19151", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 2098.6875, "Shape__Length": 183.81231676545721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239663324485903, 39.967755615995799 ], [ -75.240059499425797, 39.967804435595703 ], [ -75.240100663095205, 39.967809043611702 ], [ -75.240097207633497, 39.967825474230303 ], [ -75.240039778305402, 39.968098909569903 ], [ -75.239601896902002, 39.968044277196199 ], [ -75.239663324485903, 39.967755615995799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5384, "ADDRESS": "2851 N RINGGOLD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381014500", "LNIADDRESSKEY": "506192", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.8671875, "Shape__Length": 48.119958808974715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170509719189099, 39.9987649978696 ], [ -75.170518161150198, 39.998726499184102 ], [ -75.170681652306598, 39.998746180445004 ], [ -75.170673270650397, 39.998784211968697 ], [ -75.170509719189099, 39.9987649978696 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5385, "ADDRESS": "3207 LATONA ST", "OWNER1": "AYCOCK WILLIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362202700", "LNIADDRESSKEY": "382329", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.515625, "Shape__Length": 44.270405341939295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196837786437598, 39.9385836417391 ], [ -75.196875077655406, 39.938470634154797 ], [ -75.196921102832903, 39.938480169833802 ], [ -75.196882747318796, 39.938592572590103 ], [ -75.196837786437598, 39.9385836417391 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5386, "ADDRESS": "3017 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282299601", "LNIADDRESSKEY": "110789", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 209.19921875, "Shape__Length": 76.967122083940637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182048700393295, 39.991551564466 ], [ -75.182095100561895, 39.991334856578298 ], [ -75.182152531917893, 39.991342395564303 ], [ -75.182107224470599, 39.9915595626548 ], [ -75.182048700393295, 39.991551564466 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5387, "ADDRESS": "2536 JASPER ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "311054401", "LNIADDRESSKEY": "361626", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.16796875, "Shape__Length": 56.200239562143715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127514626731895, 39.987267326623602 ], [ -75.127566481249701, 39.9872394150552 ], [ -75.127671415603302, 39.987359762638803 ], [ -75.127620179279802, 39.987387930531199 ], [ -75.127514626731895, 39.987267326623602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5388, "ADDRESS": "2224-50 GERMANTOWN AVE", "OWNER1": "GERMANTOWN OWNER LLC", "OWNER2": null, "BLDG_DESC": null, "OPA_ID": "884347620", "LNIADDRESSKEY": "309210", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 4756.9609375, "Shape__Length": 322.06533992736615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144624091069005, 39.985462143152397 ], [ -75.1452414336012, 39.985531633782401 ], [ -75.145092891799194, 39.986312627376599 ], [ -75.144595100184205, 39.9856138691528 ], [ -75.144624091069005, 39.985462143152397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5389, "ADDRESS": "18 E SELTZER ST", "OWNER1": "BKN REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071188300", "LNIADDRESSKEY": "529429", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.9609375, "Shape__Length": 55.561914306365651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129761877450505, 39.992155205938801 ], [ -75.129760709732807, 39.992154502386498 ], [ -75.129789666316, 39.992009116153604 ], [ -75.129846850689702, 39.992016418991398 ], [ -75.129816869917093, 39.992161749193997 ], [ -75.129761877450505, 39.992155205938801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5390, "ADDRESS": "2110-12 W GLENWOOD AVE", "OWNER1": "BEZERRA JEANNE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162344500", "LNIADDRESSKEY": "318034", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.48046875, "Shape__Length": 45.491626494454856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167186664092895, 39.991160197261799 ], [ -75.167194755341598, 39.991119933919101 ], [ -75.167204252061893, 39.991084603720701 ], [ -75.167208233883002, 39.991085129185599 ], [ -75.167227855052403, 39.991108686226099 ], [ -75.167275636698193, 39.9911594264344 ], [ -75.167225529411994, 39.9911841546744 ], [ -75.167175089862894, 39.991209956634101 ], [ -75.167186664092895, 39.991160197261799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5391, "ADDRESS": "813 UNION ST", "OWNER1": "CITY OF PHILA", "OWNER2": "REAL ESTATE DIV", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243152610", "LNIADDRESSKEY": "582472", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.484375, "Shape__Length": 82.985565262577225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201631382964806, 39.9679182244681 ], [ -75.201939391255905, 39.9678835408466 ], [ -75.201947530646706, 39.967926244518701 ], [ -75.201634299047797, 39.967961682755202 ], [ -75.2016282044588, 39.967928115610398 ], [ -75.201633116410704, 39.967927305677598 ], [ -75.201631382964806, 39.9679182244681 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5392, "ADDRESS": "2722 W OXFORD ST", "OWNER1": "LOL LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292051800", "LNIADDRESSKEY": "466928", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 240.89453125, "Shape__Length": 82.614718505785362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1799872705502, 39.979940568608697 ], [ -75.180014647913893, 39.9798084684166 ], [ -75.180016776736096, 39.9797987142164 ], [ -75.180078850139694, 39.979806811178499 ], [ -75.180077297577895, 39.979816270814098 ], [ -75.180030032816106, 39.980039808509602 ], [ -75.179967990597106, 39.980032003926503 ], [ -75.179969039412001, 39.980026997520298 ], [ -75.1799872705502, 39.979940568608697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5393, "ADDRESS": "2224 N 7TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371065901", "LNIADDRESSKEY": "642482", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.2890625, "Shape__Length": 63.753330555789155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145420823615098, 39.985544040539601 ], [ -75.1454288006708, 39.985500585114202 ], [ -75.145655636245706, 39.9855255145605 ], [ -75.145647820658198, 39.985568772058897 ], [ -75.145420823615098, 39.985544040539601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5394, "ADDRESS": "5809 CHESTER AVE", "OWNER1": "CARDULLO JOHN", "OWNER2": "CARDULLO PASQUALE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401113600", "LNIADDRESSKEY": "80243", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 280.51953125, "Shape__Length": 91.624209692263918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229050170578702, 39.935712194078697 ], [ -75.229041343361899, 39.935704601732397 ], [ -75.228997148414805, 39.935666571121601 ], [ -75.228936417702798, 39.935614201408001 ], [ -75.228965037755103, 39.935594552452002 ], [ -75.228984690846005, 39.935580702520802 ], [ -75.228990949414396, 39.935585837250997 ], [ -75.229030474845899, 39.935619396512799 ], [ -75.2290740534213, 39.935657122991103 ], [ -75.229114543190207, 39.935691783489702 ], [ -75.229155003935404, 39.935726635923302 ], [ -75.229215572175804, 39.935780000925099 ], [ -75.229168185600699, 39.935812198308902 ], [ -75.229050170578702, 39.935712194078697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5395, "ADDRESS": "5109 MASTER ST", "OWNER1": "ASSOCIATION OF ISLAMIC CH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442163000", "LNIADDRESSKEY": "419620", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 291.7109375, "Shape__Length": 86.550103425153054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224556006061704, 39.9745273149735 ], [ -75.224627073207003, 39.9745200131416 ], [ -75.2246729386178, 39.974757770967599 ], [ -75.224658211874498, 39.974759429079498 ], [ -75.224595324322806, 39.9747659119638 ], [ -75.224556006061704, 39.9745273149735 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5396, "ADDRESS": "1819 N 22ND ST", "OWNER1": "ZYC 618 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322083500", "LNIADDRESSKEY": "673944", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 274.31640625, "Shape__Length": 89.685626963822997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169994856441704, 39.982415540613502 ], [ -75.170005345224993, 39.982365047072904 ], [ -75.170020495459099, 39.982367241493499 ], [ -75.170336803475905, 39.982413040196803 ], [ -75.170325843526598, 39.982462184039903 ], [ -75.170011102973504, 39.982417550194903 ], [ -75.169994856441704, 39.982415540613502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5397, "ADDRESS": "3908 ASPEN ST", "OWNER1": "HOMEOWNERSHIP DEVELOPERS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243038400", "LNIADDRESSKEY": "23855", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 232.3984375, "Shape__Length": 85.280687272300582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200571901966399, 39.966224096879202 ], [ -75.200628193979398, 39.966217948131401 ], [ -75.200643272557301, 39.966293432626699 ], [ -75.200675289588602, 39.966465206597299 ], [ -75.200618252090905, 39.966471128198798 ], [ -75.200571901966399, 39.966224096879202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5398, "ADDRESS": "2612-16 W HUNTINGDON ST", "OWNER1": "CROWN ROYAL ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281304015", "LNIADDRESSKEY": "354165", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 494.57421875, "Shape__Length": 89.529248806392062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174777056626993, 39.994854448404197 ], [ -75.174804696647101, 39.994719710579801 ], [ -75.175025266758396, 39.994747791129498 ], [ -75.174997771979804, 39.994883112282103 ], [ -75.174777056626993, 39.994854448404197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5399, "ADDRESS": "2609 TITAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362063010", "LNIADDRESSKEY": "573666", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.98046875, "Shape__Length": 46.922185832390213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187502467939197, 39.937284190153399 ], [ -75.187530268892303, 39.937157239593397 ], [ -75.187571717799202, 39.9371620186065 ], [ -75.187545515981498, 39.937289359675901 ], [ -75.187502467939197, 39.937284190153399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5400, "ADDRESS": "5103 W STILES ST", "OWNER1": "CITY OF PHILA", "OWNER2": "REAL ESTATE DIV", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442109506", "LNIADDRESSKEY": "555235", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "I-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.25390625, "Shape__Length": 86.182483133784359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223962629564895, 39.972588149156799 ], [ -75.224005802774599, 39.972583844461603 ], [ -75.224048796902593, 39.972845186119599 ], [ -75.224005899469802, 39.972849431582802 ], [ -75.223991695959896, 39.972762041949203 ], [ -75.223962629564895, 39.972588149156799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5401, "ADDRESS": "2328 N VAN PELT ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162199000", "LNIADDRESSKEY": "586360", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.50390625, "Shape__Length": 51.128383617299761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167957614603196, 39.990059101361901 ], [ -75.167948398839798, 39.990096452825298 ], [ -75.167943496967595, 39.990095826722403 ], [ -75.167771837118494, 39.9900738151346 ], [ -75.1677802293881, 39.990035557657599 ], [ -75.167951441670397, 39.9900582856094 ], [ -75.167957614603196, 39.990059101361901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5402, "ADDRESS": "6078 REINHARD ST", "OWNER1": "RODAN MANAGEMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401282500", "LNIADDRESSKEY": "500505", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.7578125, "Shape__Length": 60.87938932770718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231284921150504, 39.930844040430003 ], [ -75.231329795993304, 39.930812271389001 ], [ -75.231471451352704, 39.930936390805201 ], [ -75.2314302602026, 39.930965355359497 ], [ -75.231284921150504, 39.930844040430003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5403, "ADDRESS": "2929 N 13TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372267701", "LNIADDRESSKEY": "656111", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.6640625, "Shape__Length": 80.658661234453803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151166145386497, 39.9974316620442 ], [ -75.151175404299707, 39.997387444665698 ], [ -75.151474832710505, 39.997430606387802 ], [ -75.151465703033296, 39.997473632861499 ], [ -75.151166145386497, 39.9974316620442 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5404, "ADDRESS": "1341-43 CHURCH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "234030810", "LNIADDRESSKEY": "85938", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 401.30859375, "Shape__Length": 99.906973580304808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.091268795383797, 40.012895278696597 ], [ -75.091291666413596, 40.0128712246484 ], [ -75.091474452769205, 40.012685029831196 ], [ -75.091483601421203, 40.012676245941599 ], [ -75.091540729299297, 40.0127121302245 ], [ -75.0915545614114, 40.012719189123999 ], [ -75.091532685683802, 40.012741395489599 ], [ -75.091518956923807, 40.012754700156599 ], [ -75.091506505778696, 40.012768033278299 ], [ -75.091394445238606, 40.012882197099799 ], [ -75.091340154054606, 40.0129387786208 ], [ -75.091332639254105, 40.012933108284301 ], [ -75.091268795383797, 40.012895278696597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5405, "ADDRESS": "408 W BERKS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183040401", "LNIADDRESSKEY": "37056", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.11328125, "Shape__Length": 71.576420625334435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141349159960896, 39.979568306563003 ], [ -75.141393839706694, 39.979365727128503 ], [ -75.141446441695905, 39.979373161266899 ], [ -75.141422947094696, 39.979483516063802 ], [ -75.141402088137994, 39.9795754091232 ], [ -75.141349159960896, 39.979568306563003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5406, "ADDRESS": "3902 BROWN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243067310", "LNIADDRESSKEY": "53890", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 244.14453125, "Shape__Length": 84.190898216485465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200656257413101, 39.967364775312603 ], [ -75.200686121610801, 39.967605670473198 ], [ -75.200627360273799, 39.967612296003203 ], [ -75.200591400860205, 39.967371959168602 ], [ -75.200656257413101, 39.967364775312603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5407, "ADDRESS": "1740 MONUMENT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321138201", "LNIADDRESSKEY": "437387", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.58203125, "Shape__Length": 68.600214025552646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163056576133698, 39.982951410598702 ], [ -75.163097294195396, 39.982762630771198 ], [ -75.163152136626493, 39.982769137884702 ], [ -75.163155035119203, 39.982769493794699 ], [ -75.163113745600697, 39.982956214325803 ], [ -75.163113162532895, 39.982958876074299 ], [ -75.163109931445604, 39.982958449595401 ], [ -75.163056576133698, 39.982951410598702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5408, "ADDRESS": "2211 N 22ND ST", "OWNER1": "LONG FRANK", "OWNER2": "LONG KIM", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162207100", "LNIADDRESSKEY": "674059", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 271.125, "Shape__Length": 93.009430217157004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168965771594102, 39.9883193973888 ], [ -75.168699169708205, 39.988283419463201 ], [ -75.168710407027504, 39.988236972628599 ], [ -75.168974621437798, 39.9882729295053 ], [ -75.169060705382506, 39.988284650303697 ], [ -75.1690506908689, 39.988330866749202 ], [ -75.168965771594102, 39.9883193973888 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5409, "ADDRESS": "1630 N 17TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471264410", "LNIADDRESSKEY": "662859", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 354.5625, "Shape__Length": 97.388359152803517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163223760548306, 39.979014232046197 ], [ -75.1632099584196, 39.979074032217802 ], [ -75.163174766406499, 39.9790693544481 ], [ -75.163110842194897, 39.979060981310298 ], [ -75.163048181560299, 39.979052412492699 ], [ -75.162986131574897, 39.979044339449899 ], [ -75.162923594570699, 39.979036369147501 ], [ -75.162858586428797, 39.979027858805303 ], [ -75.162871489937103, 39.978966329858899 ], [ -75.163223760548306, 39.979014232046197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5410, "ADDRESS": "2425 CECIL B MOORE AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291262510", "LNIADDRESSKEY": "71748", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.76171875, "Shape__Length": 77.290288865506341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174790302444904, 39.981176679467801 ], [ -75.174835315292796, 39.980957718575702 ], [ -75.174892956883994, 39.980966105195698 ], [ -75.174847470370395, 39.981184280607103 ], [ -75.174790302444904, 39.981176679467801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5411, "ADDRESS": "1745 FOULKROD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232182010", "LNIADDRESSKEY": "296050", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 364.69921875, "Shape__Length": 108.34500229356858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.078350591888096, 40.016049196294098 ], [ -75.078318900465803, 40.016031919164703 ], [ -75.078558163679801, 40.015771857174698 ], [ -75.078600003339702, 40.015794979326202 ], [ -75.078615769329105, 40.015803502805902 ], [ -75.078471000790401, 40.015960144713503 ], [ -75.0784566397096, 40.015976108143803 ], [ -75.078378113859799, 40.016063732972597 ], [ -75.078350591888096, 40.016049196294098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5412, "ADDRESS": "6122 REINHARD ST", "OWNER1": "RODAN MANAGEMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401283800", "LNIADDRESSKEY": "500528", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.5078125, "Shape__Length": 60.589423257359002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232075451201297, 39.930232336572203 ], [ -75.232112392511198, 39.930206711289898 ], [ -75.232120391131801, 39.930213479950297 ], [ -75.232234442548503, 39.930308976985103 ], [ -75.232262480808402, 39.930332079181703 ], [ -75.232225753471099, 39.930358128173701 ], [ -75.232172133027703, 39.930312284018299 ], [ -75.232149490925295, 39.930294410052198 ], [ -75.232075451201297, 39.930232336572203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5413, "ADDRESS": "855 N 40TH ST", "OWNER1": "B&B PROJECTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243161200", "LNIADDRESSKEY": "686325", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.2421875, "Shape__Length": 70.941125518928317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203001522973395, 39.9690933737891 ], [ -75.202994203505497, 39.969054664093299 ], [ -75.203258995380907, 39.969025023857199 ], [ -75.203266315038704, 39.969063732410902 ], [ -75.203001522973395, 39.9690933737891 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5414, "ADDRESS": "1825 N MARSHALL ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201131201", "LNIADDRESSKEY": "413806", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.16015625, "Shape__Length": 59.053563647550249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145350606434903, 39.9794604351749 ], [ -75.145359419254206, 39.979416967194297 ], [ -75.145564409493005, 39.9794410433189 ], [ -75.145556108682996, 39.979484830405603 ], [ -75.145350606434903, 39.9794604351749 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5415, "ADDRESS": "2352 N 21ST ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162187000", "LNIADDRESSKEY": "672339", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.078125, "Shape__Length": 67.70119162877765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167121080127899, 39.990603909392597 ], [ -75.167129281323994, 39.990560215663201 ], [ -75.167373232374899, 39.990592995609802 ], [ -75.167368003109701, 39.990623038279203 ], [ -75.167365522852606, 39.990634815043499 ], [ -75.167121080127899, 39.990603909392597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5416, "ADDRESS": "2940 W YORK ST", "OWNER1": "ALBERT DENNIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282338600", "LNIADDRESSKEY": "629451", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.59375, "Shape__Length": 47.494210771557817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180741449400003, 39.992426643409303 ], [ -75.180787803868597, 39.992432839265199 ], [ -75.180762483872897, 39.992559231640897 ], [ -75.1807166967331, 39.992552435788603 ], [ -75.180741449400003, 39.992426643409303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5417, "ADDRESS": "733 N 39TH ST", "OWNER1": "CAMA SDIRA LLC FBO JOE H", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243101300", "LNIADDRESSKEY": "686053", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.7578125, "Shape__Length": 78.309297915479675 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199845248379006, 39.966421195404102 ], [ -75.200134777986307, 39.966390828447402 ], [ -75.200142983664193, 39.966435630841403 ], [ -75.199853799804501, 39.966466842316201 ], [ -75.199845248379006, 39.966421195404102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5418, "ADDRESS": "2102 N 6TH ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201119000", "LNIADDRESSKEY": "639323", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.91015625, "Shape__Length": 85.873719572097855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144234173621101, 39.983284003946899 ], [ -75.144244765724693, 39.983232772454997 ], [ -75.144485450961, 39.983263238017599 ], [ -75.144493832851296, 39.983215573930501 ], [ -75.144506849850799, 39.983217222108998 ], [ -75.144495318467705, 39.983274394806301 ], [ -75.144490841723695, 39.983273886586304 ], [ -75.144485047349406, 39.983302457078501 ], [ -75.144478302255706, 39.983302418826597 ], [ -75.144475791760001, 39.9833134748053 ], [ -75.144234173621101, 39.983284003946899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5419, "ADDRESS": "1913 N 4TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "183320901", "LNIADDRESSKEY": "634565", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.578125, "Shape__Length": 59.122660583906573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140648410133295, 39.9799939655842 ], [ -75.140662767476599, 39.979996033256803 ], [ -75.140852973122904, 39.980022618727098 ], [ -75.140843248986002, 39.980065760487399 ], [ -75.140638733364, 39.980038043218201 ], [ -75.140648410133295, 39.9799939655842 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5420, "ADDRESS": "2224 DIAMOND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322266401", "LNIADDRESSKEY": "116676", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.1875, "Shape__Length": 72.799086014442452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170652288717903, 39.986244037523797 ], [ -75.170707448540199, 39.986251645064598 ], [ -75.170662032256004, 39.986455957520299 ], [ -75.170606096891106, 39.986448333658103 ], [ -75.170652288717903, 39.986244037523797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5421, "ADDRESS": "2205 N 7TH ST", "OWNER1": "MNE PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "APT 2-4 UNTS 3STY MASONR", "OPA_ID": "371057300", "LNIADDRESSKEY": "642464", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.50390625, "Shape__Length": 73.621603260577018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145326941769994, 39.9850821030779 ], [ -75.145317765658703, 39.985130328096403 ], [ -75.145053530317696, 39.985100584593098 ], [ -75.145054176844496, 39.985097203543397 ], [ -75.145061925544098, 39.9850564617876 ], [ -75.145062705149698, 39.985052359562502 ], [ -75.145326941769994, 39.9850821030779 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5422, "ADDRESS": "3110 N 15TH ST", "OWNER1": "S3 ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111165500", "LNIADDRESSKEY": "658371", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 588.11328125, "Shape__Length": 120.33401517115412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154913966901205, 40.000569619502599 ], [ -75.155338489284702, 40.000623028600202 ], [ -75.1553216851987, 40.000706247463803 ], [ -75.154897138351799, 40.000653465096399 ], [ -75.154913966901205, 40.000569619502599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5423, "ADDRESS": "1803 N 22ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322082801", "LNIADDRESSKEY": "673929", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 268.62109375, "Shape__Length": 89.069119311695999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170080005401601, 39.982025260338602 ], [ -75.1700909917177, 39.981976003355598 ], [ -75.170106178248602, 39.981977779611299 ], [ -75.170420747200694, 39.982020249203003 ], [ -75.170410313829805, 39.982069293387397 ], [ -75.170191634949504, 39.982039455866499 ], [ -75.1700978864408, 39.982027289759301 ], [ -75.170080005401601, 39.982025260338602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5424, "ADDRESS": "2533 W SILVER ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281407501", "LNIADDRESSKEY": "537775", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.7109375, "Shape__Length": 49.682060566769081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172995047601404, 39.997211499274897 ], [ -75.173041560722297, 39.997217443846502 ], [ -75.173016153856807, 39.997350635550298 ], [ -75.172968613197199, 39.997344136305102 ], [ -75.172995047601404, 39.997211499274897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5425, "ADDRESS": "4927 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442081500", "LNIADDRESSKEY": "314566", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.88671875, "Shape__Length": 59.866451180903489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220084024819101, 39.9727725282657 ], [ -75.220128075345698, 39.972763230301901 ], [ -75.220188660868999, 39.972929872343101 ], [ -75.220142445712497, 39.972934833852896 ], [ -75.220084024819101, 39.9727725282657 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5426, "ADDRESS": "815 UNION ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243152710", "LNIADDRESSKEY": "582474", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 218.96484375, "Shape__Length": 82.924708228973174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201634299047797, 39.967961682755202 ], [ -75.201947530646706, 39.967926244518701 ], [ -75.201955283680803, 39.967968634394801 ], [ -75.201641970933096, 39.968004006657701 ], [ -75.201634299047797, 39.967961682755202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5427, "ADDRESS": "4209 WYALUSING AVE", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062145210", "LNIADDRESSKEY": "625737", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.0625, "Shape__Length": 62.54169650702196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209492986255597, 39.971593073948299 ], [ -75.209525374670207, 39.971752214283597 ], [ -75.2094306671477, 39.9717272443959 ], [ -75.209406728881802, 39.971602641841002 ], [ -75.209492986255597, 39.971593073948299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5428, "ADDRESS": "5054 N 7TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491221600", "LNIADDRESSKEY": "643518", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.25390625, "Shape__Length": 69.128545812483651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136216072416701, 40.028990673958198 ], [ -75.136210623053501, 40.0290156479128 ], [ -75.136207061238593, 40.029031896752599 ], [ -75.136203659833598, 40.029031464560603 ], [ -75.135981325769905, 40.029003078900899 ], [ -75.135954218655101, 40.028999124736998 ], [ -75.135963565836093, 40.028958425442298 ], [ -75.136212629213503, 40.0289902239209 ], [ -75.136216072416701, 40.028990673958198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5429, "ADDRESS": "2625 W LEHIGH AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281376601", "LNIADDRESSKEY": "387878", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.125, "Shape__Length": 68.758601761014873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174688153499105, 39.996653709915797 ], [ -75.174742593812297, 39.996660636929398 ], [ -75.174703230838205, 39.996852434135299 ], [ -75.174648272123207, 39.996845349061601 ], [ -75.174688153499105, 39.996653709915797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5430, "ADDRESS": "2340 N 29TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282004001", "LNIADDRESSKEY": "682148", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.0078125, "Shape__Length": 66.653352479303436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179916343331698, 39.9921122774306 ], [ -75.179796416410099, 39.992096422696797 ], [ -75.179805385753895, 39.992053809762503 ], [ -75.180044934665304, 39.992085255472603 ], [ -75.180035876230093, 39.992126898967499 ], [ -75.180035623108594, 39.992128054477597 ], [ -75.179916343331698, 39.9921122774306 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5431, "ADDRESS": "2767 JUDSON ST", "OWNER1": "PEARL V SIMPSON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111411800", "LNIADDRESSKEY": "365219", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.015625, "Shape__Length": 46.179055090056963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169659655625594, 39.997392861465698 ], [ -75.169667717928107, 39.997354419623001 ], [ -75.1698217597026, 39.9973745013436 ], [ -75.169813659255198, 39.997413409738499 ], [ -75.169659655625594, 39.997392861465698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5432, "ADDRESS": "2560 N 16TH ST", "OWNER1": "GINYARD ROBERT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161087100", "LNIADDRESSKEY": "660654", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.6875, "Shape__Length": 63.965615236073226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158282756116606, 39.992593934461297 ], [ -75.158511834035195, 39.9926260921197 ], [ -75.158509709967603, 39.992635054334102 ], [ -75.158504915962993, 39.992666783534602 ], [ -75.158274067193901, 39.992634329090798 ], [ -75.158282756116606, 39.992593934461297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5433, "ADDRESS": "6023 ALLMAN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "401241701", "LNIADDRESSKEY": "12044", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.0546875, "Shape__Length": 58.3797400310089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231364631988598, 39.932567449752398 ], [ -75.231405336823997, 39.932539199822799 ], [ -75.231544982450004, 39.932656618812302 ], [ -75.231504357921295, 39.932684951644902 ], [ -75.231364631988598, 39.932567449752398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5434, "ADDRESS": "8019 BRUNSWICK AVE", "OWNER1": "GREEN CATHERINE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "405190009", "LNIADDRESSKEY": "54319", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19153", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 434.3359375, "Shape__Length": 100.93071570081558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244222764589196, 39.899990011162501 ], [ -75.244274467983004, 39.899929549473597 ], [ -75.244569660220506, 39.900081365892497 ], [ -75.244511073486606, 39.900146885001099 ], [ -75.244222764589196, 39.899990011162501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5435, "ADDRESS": "2309 N 19TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162073401", "LNIADDRESSKEY": "668159", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.73828125, "Shape__Length": 67.372261078097196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163447461301104, 39.989154124040198 ], [ -75.163456383734101, 39.989111350043402 ], [ -75.163699329791498, 39.989142277235402 ], [ -75.163689668993399, 39.989185181024801 ], [ -75.163447461301104, 39.989154124040198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5436, "ADDRESS": "4501 N 18TH ST", "OWNER1": "D&G PROPERTY GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132169000", "LNIADDRESSKEY": "666181", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.0390625, "Shape__Length": 62.484911235739361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154607320645496, 40.0223858332714 ], [ -75.154617808306796, 40.022336904054299 ], [ -75.154830846550198, 40.022365060783699 ], [ -75.154820074349601, 40.0224137729736 ], [ -75.154619524840498, 40.022387447113502 ], [ -75.154607320645496, 40.0223858332714 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5437, "ADDRESS": "1941 N 19TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321257001", "LNIADDRESSKEY": "667991", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.05859375, "Shape__Length": 86.289841785906688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164550748358906, 39.983785575712702 ], [ -75.164561371582593, 39.983736585795199 ], [ -75.1648793893972, 39.983779438735397 ], [ -75.164868622289902, 39.9838283297034 ], [ -75.164550748358906, 39.983785575712702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5438, "ADDRESS": "2215 W DAUPHIN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162252201", "LNIADDRESSKEY": "110686", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.06640625, "Shape__Length": 57.377632343776568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169308892932904, 39.989832025699201 ], [ -75.169341027690507, 39.989678498021 ], [ -75.169394372853006, 39.989684839952901 ], [ -75.169392442593406, 39.9896942909876 ], [ -75.169362967783798, 39.9898390125066 ], [ -75.169308892932904, 39.989832025699201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5439, "ADDRESS": "6154 HEGERMAN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411363010", "LNIADDRESSKEY": "338997", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.55859375, "Shape__Length": 84.415729372627638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055702602855405, 40.018450729193702 ], [ -75.055658491961594, 40.018473532479099 ], [ -75.055475980520697, 40.018266607478303 ], [ -75.0555198938671, 40.018243907754503 ], [ -75.055702602855405, 40.018450729193702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5440, "ADDRESS": "1608 N SYDENHAM ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471205110", "LNIADDRESSKEY": "559906", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.16015625, "Shape__Length": 63.687981930549171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160636888630904, 39.978082745513298 ], [ -75.160645941659595, 39.978043696985203 ], [ -75.160874193633205, 39.978072640539096 ], [ -75.160869232287894, 39.978097255881302 ], [ -75.160864924994002, 39.978115697120998 ], [ -75.160636888630904, 39.978082745513298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5441, "ADDRESS": "1712 S TAYLOR ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364191710", "LNIADDRESSKEY": "566294", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.59375, "Shape__Length": 49.263937563709391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186137983658895, 39.931223752762797 ], [ -75.186145644436493, 39.931186074847098 ], [ -75.186150987452294, 39.931186532177897 ], [ -75.186198897677599, 39.931192584739399 ], [ -75.186314276632203, 39.931207398709603 ], [ -75.186306583729205, 39.931245930749697 ], [ -75.186191227208198, 39.931230520355498 ], [ -75.186137983658895, 39.931223752762797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5442, "ADDRESS": "137 E SPRINGER ST", "OWNER1": "ADVANCED LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "221194200", "LNIADDRESSKEY": "546053", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.19921875, "Shape__Length": 60.524410347623082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182705077044204, 40.053448197016998 ], [ -75.182759181860803, 40.053393132506201 ], [ -75.182903916549705, 40.053477449418999 ], [ -75.182888585438903, 40.053494015379599 ], [ -75.182849836175706, 40.053532450345998 ], [ -75.182705077044204, 40.053448197016998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5443, "ADDRESS": "2936 W YORK ST", "OWNER1": "MC KINNEY HARRY", "OWNER2": "MAMIE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282338400", "LNIADDRESSKEY": "629449", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.2890625, "Shape__Length": 48.139784711405554 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180623394518605, 39.992540240208697 ], [ -75.180630528969203, 39.992505629918 ], [ -75.180647784284105, 39.992414600777998 ], [ -75.180697370551002, 39.992420676421702 ], [ -75.180672005536394, 39.992547131970397 ], [ -75.180623394518605, 39.992540240208697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5444, "ADDRESS": "2649 FEDERAL ST", "OWNER1": "2649 FEDERAL LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "362025600", "LNIADDRESSKEY": "287760", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.80859375, "Shape__Length": 74.845495430342524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188235273793794, 39.939161599190001 ], [ -75.1882788537973, 39.938954886524002 ], [ -75.188340945225903, 39.9389626243414 ], [ -75.188339964361106, 39.938966986970897 ], [ -75.188334222857307, 39.938992650129002 ], [ -75.188322457166706, 39.939052562381903 ], [ -75.188319809996898, 39.939065575777498 ], [ -75.188297935401394, 39.9391692371358 ], [ -75.188235273793794, 39.939161599190001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5445, "ADDRESS": "2623 W LEHIGH AVE", "OWNER1": "MIRANDO OLIVIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281376501", "LNIADDRESSKEY": "387876", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.62109375, "Shape__Length": 68.995113148410624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174631488812906, 39.996646860239402 ], [ -75.174688153499105, 39.996653709915797 ], [ -75.174648272123207, 39.996845349061601 ], [ -75.174593151186798, 39.996838680418598 ], [ -75.174631488812906, 39.996646860239402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5446, "ADDRESS": "2626 N 12TH ST", "OWNER1": "JACKSON HARRISON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371238700", "LNIADDRESSKEY": "733143", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.01171875, "Shape__Length": 69.992621831677411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151097925195998, 39.992577640511001 ], [ -75.151350068056203, 39.9926121874906 ], [ -75.151340944309197, 39.992652892832403 ], [ -75.151340263093203, 39.992655923980898 ], [ -75.151088803136702, 39.992622697797401 ], [ -75.151097305674099, 39.9925807045909 ], [ -75.151097925195998, 39.992577640511001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5447, "ADDRESS": "1917 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162248401", "LNIADDRESSKEY": "110654", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.16796875, "Shape__Length": 64.353121708440767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164404631809006, 39.989240137697301 ], [ -75.164441602218602, 39.989068875468398 ], [ -75.164442518150096, 39.989064624162403 ], [ -75.164497358088497, 39.989071871543302 ], [ -75.164461421144793, 39.989247913302201 ], [ -75.164404631809006, 39.989240137697301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5448, "ADDRESS": "3867 CAMBRIDGE ST", "OWNER1": "WEST GIRARD PROPERTIES LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243215300", "LNIADDRESSKEY": "63370", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.54296875, "Shape__Length": 74.673561096353183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201401060234105, 39.9737630408288 ], [ -75.201439100627297, 39.9739749235369 ], [ -75.201383580420298, 39.973981557360098 ], [ -75.201346029626706, 39.973768959068799 ], [ -75.201401060234105, 39.9737630408288 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5449, "ADDRESS": "1443 N FRAZIER ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043071850", "LNIADDRESSKEY": "300982", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.9765625, "Shape__Length": 49.726163886619752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2342482756723, 39.974298357458899 ], [ -75.234255609552406, 39.974335077246003 ], [ -75.234083136523793, 39.9743548626479 ], [ -75.234076220469206, 39.974319827859603 ], [ -75.234075834700903, 39.974317240302902 ], [ -75.2342482756723, 39.974298357458899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5450, "ADDRESS": "607 W CUMBERLAND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371380501", "LNIADDRESSKEY": "105882", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.79296875, "Shape__Length": 57.184419496584141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143061964170897, 39.989523800776098 ], [ -75.143095675906295, 39.989368961137799 ], [ -75.143147139359101, 39.989375707330197 ], [ -75.143112776932, 39.989530564864097 ], [ -75.143061964170897, 39.989523800776098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5451, "ADDRESS": "2134 N 20TH ST", "OWNER1": "ROBERT LADD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322007300", "LNIADDRESSKEY": "670154", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.75390625, "Shape__Length": 75.990525775430967 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165950188254797, 39.9870950117433 ], [ -75.165958767818495, 39.987051810899203 ], [ -75.166238718607403, 39.987089321220402 ], [ -75.166231865877094, 39.987120696842197 ], [ -75.1662295128761, 39.9871329753867 ], [ -75.165950188254797, 39.9870950117433 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5452, "ADDRESS": "1960 N TAYLOR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322173001", "LNIADDRESSKEY": "565847", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.578125, "Shape__Length": 52.122008060291066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173572719913096, 39.984838332103898 ], [ -75.173671450839507, 39.984955707997401 ], [ -75.173629375683603, 39.984978846442402 ], [ -75.173530663110796, 39.984860987755901 ], [ -75.173572719913096, 39.984838332103898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5453, "ADDRESS": "6158 HEGERMAN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411363210", "LNIADDRESSKEY": "339001", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.234375, "Shape__Length": 85.446484016013486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055606461963706, 40.018500427646501 ], [ -75.055563394977796, 40.018522689985303 ], [ -75.055558954592101, 40.018524984827103 ], [ -75.055377523126594, 40.018317501580803 ], [ -75.055425707916697, 40.018292594323299 ], [ -75.055606461963706, 40.018500427646501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5454, "ADDRESS": "2337 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162133201", "LNIADDRESSKEY": "670212", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.51953125, "Shape__Length": 67.141961742851365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164899366411703, 39.9899164661689 ], [ -75.164900756512196, 39.989910259073604 ], [ -75.164908304974205, 39.989874900928598 ], [ -75.164915022080507, 39.989875729102003 ], [ -75.165150575278702, 39.989907164654298 ], [ -75.165141367337796, 39.9899497712737 ], [ -75.164906481670997, 39.989917836035303 ], [ -75.164899366411703, 39.9899164661689 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5455, "ADDRESS": "2537 N OPAL ST", "OWNER1": "BCM INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162123600", "LNIADDRESSKEY": "460408", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.55859375, "Shape__Length": 50.871813610025534 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163813609952498, 39.992759790608197 ], [ -75.163979660742001, 39.992782858569598 ], [ -75.163971134518405, 39.992821838120399 ], [ -75.163805353107605, 39.992798307690201 ], [ -75.163796912000606, 39.992797101607302 ], [ -75.163805208615202, 39.992758616957403 ], [ -75.163813609952498, 39.992759790608197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5456, "ADDRESS": "2425 W THOMPSON ST", "OWNER1": "HARRISON PROPERTIES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291048600", "LNIADDRESSKEY": "570332", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.30859375, "Shape__Length": 85.012782533332185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176120274642301, 39.975739460593601 ], [ -75.176171797143894, 39.975492871624098 ], [ -75.176226450249402, 39.975499804214799 ], [ -75.176174900705902, 39.975747150574399 ], [ -75.176120274642301, 39.975739460593601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5457, "ADDRESS": "2862 ROSEHILL ST", "OWNER1": "TURF WIZARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071414300", "LNIADDRESSKEY": "516701", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "ICMX", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.2734375, "Shape__Length": 59.49150654124881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125026317317904, 39.993202698772897 ], [ -75.125029442596599, 39.993186891895 ], [ -75.125234995283904, 39.993208744673801 ], [ -75.125226177224903, 39.993254694759898 ], [ -75.125020687258896, 39.993231215922698 ], [ -75.125026317317904, 39.993202698772897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5458, "ADDRESS": "2323-25 W SEDGLEY AVE", "OWNER1": "TENNESSEE HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162350200", "LNIADDRESSKEY": "528604", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.82421875, "Shape__Length": 48.244737234868417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171412793857897, 39.991117456140103 ], [ -75.171473384695702, 39.991197934162003 ], [ -75.171299620481904, 39.991174943609799 ], [ -75.171412793857897, 39.991117456140103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5459, "ADDRESS": "1810 W BERKS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321129301", "LNIADDRESSKEY": "37158", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.0703125, "Shape__Length": 64.17895200326943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164490132645497, 39.982587618768598 ], [ -75.164530838105307, 39.982413942640299 ], [ -75.164585661632302, 39.982421480309 ], [ -75.164545158220093, 39.982596467477997 ], [ -75.164489707866593, 39.982589431502902 ], [ -75.164490132645497, 39.982587618768598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5460, "ADDRESS": "3916 BROWN ST", "OWNER1": "DAVID P SMITH T/F", "OWNER2": "KATRESE D SMITH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243068000", "LNIADDRESSKEY": "53904", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.76953125, "Shape__Length": 82.899785123424437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200988266288604, 39.967328015747498 ], [ -75.201045550385601, 39.967321664690203 ], [ -75.201088488323094, 39.9675603025538 ], [ -75.201031094743698, 39.967566796491703 ], [ -75.200988266288604, 39.967328015747498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5461, "ADDRESS": "1805 N 22ND ST", "OWNER1": "THE TRS OF GENERAL", "OWNER2": "ASSEMBLY OF THE CHURCH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322082900", "LNIADDRESSKEY": "673931", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 266.9609375, "Shape__Length": 88.849521669266039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170069973905598, 39.982071426908497 ], [ -75.170080005401601, 39.982025260338602 ], [ -75.1700978864408, 39.982027289759301 ], [ -75.170191634949504, 39.982039455866499 ], [ -75.170410313829805, 39.982069293387397 ], [ -75.170399845011303, 39.9821192704499 ], [ -75.170082677171493, 39.9820735178847 ], [ -75.170069973905598, 39.982071426908497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5462, "ADDRESS": "2439 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191377601", "LNIADDRESSKEY": "639471", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.5625, "Shape__Length": 67.15200480282536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142627937149001, 39.988741844949601 ], [ -75.142637355668597, 39.988697970782397 ], [ -75.142877016844906, 39.988729626772702 ], [ -75.142867964206602, 39.988773814488297 ], [ -75.142627937149001, 39.988741844949601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5463, "ADDRESS": "2851 N WATER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071344600", "LNIADDRESSKEY": "601345", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.39453125, "Shape__Length": 50.874139695975835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129322000741197, 39.993312769097699 ], [ -75.129314825699694, 39.993348810748998 ], [ -75.129140824394298, 39.993325639280101 ], [ -75.129135715301302, 39.993324958355998 ], [ -75.1291442369686, 39.993289350670501 ], [ -75.129148657172394, 39.993289934772498 ], [ -75.129322000741197, 39.993312769097699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5464, "ADDRESS": "4983 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442084310", "LNIADDRESSKEY": "314594", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 304.859375, "Shape__Length": 109.89533347058847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221614440212093, 39.972454240061303 ], [ -75.221669081979499, 39.9724429516654 ], [ -75.221781456923196, 39.972769623894798 ], [ -75.221725496262593, 39.9727752419113 ], [ -75.221614440212093, 39.972454240061303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5465, "ADDRESS": "2412 N OPAL ST", "OWNER1": "YETTA COWAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162127300", "LNIADDRESSKEY": "460318", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.8828125, "Shape__Length": 52.491349806861002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164673716401893, 39.990917422441299 ], [ -75.164671297637298, 39.990917110044997 ], [ -75.164504368747004, 39.990895183262303 ], [ -75.164513286338803, 39.990853101742097 ], [ -75.164679907950401, 39.990875327938099 ], [ -75.164682702324598, 39.990875697224098 ], [ -75.164690980111203, 39.990876802709302 ], [ -75.164688684847604, 39.9908881308329 ], [ -75.164682120011307, 39.990918530761 ], [ -75.164673716401893, 39.990917422441299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5466, "ADDRESS": "2239 W THOMPSON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291044210", "LNIADDRESSKEY": "570254", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.44921875, "Shape__Length": 73.623531074687449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173219913879606, 39.975322830066098 ], [ -75.173261097235098, 39.975115938402098 ], [ -75.173317947522804, 39.975122937495598 ], [ -75.173275564981594, 39.975330496029301 ], [ -75.173219913879606, 39.975322830066098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5467, "ADDRESS": "2311 N CROSKEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162221001", "LNIADDRESSKEY": "104015", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.390625, "Shape__Length": 47.198275635958666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169187126010996, 39.989896185840898 ], [ -75.169195508044098, 39.989858137534199 ], [ -75.169355377982001, 39.989878255585097 ], [ -75.169353279469107, 39.989887702836299 ], [ -75.169347036744796, 39.989915772094299 ], [ -75.169187126010996, 39.989896185840898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5468, "ADDRESS": "2806 D ST", "OWNER1": "KENSINGTON CORRIDOR PARTN", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885098180", "LNIADDRESSKEY": "106597", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.25390625, "Shape__Length": 82.477252552078212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122925102130495, 39.991708222656698 ], [ -75.122915451961603, 39.991753428226502 ], [ -75.1226085459042, 39.991712809674397 ], [ -75.122617598442005, 39.991668976902297 ], [ -75.122925102130495, 39.991708222656698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5469, "ADDRESS": "1204 W VENANGO ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432031310", "LNIADDRESSKEY": "587675", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.68359375, "Shape__Length": 47.573172526696581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148189376987403, 40.007038836759797 ], [ -75.148238854581905, 40.007045213231599 ], [ -75.148211149903304, 40.007168660291597 ], [ -75.1481616527726, 40.007162218043199 ], [ -75.148189376987403, 40.007038836759797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5470, "ADDRESS": "2553 N GARNET ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162103501", "LNIADDRESSKEY": "306861", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.7578125, "Shape__Length": 51.367847801365912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163271714960104, 39.993039558459799 ], [ -75.163279645366202, 39.993001355039198 ], [ -75.163285277302407, 39.993002078881197 ], [ -75.163457381367394, 39.993024123944998 ], [ -75.163449514012299, 39.993062327670003 ], [ -75.163277011685594, 39.993040240959701 ], [ -75.163271714960104, 39.993039558459799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5471, "ADDRESS": "722 N 42ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061259210", "LNIADDRESSKEY": "686940", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.8984375, "Shape__Length": 75.959355990741756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207505091904395, 39.965328438229101 ], [ -75.207788225369796, 39.965306437278699 ], [ -75.207793606890704, 39.965335587963096 ], [ -75.207795939578205, 39.965348858490103 ], [ -75.207512483331996, 39.965371657582502 ], [ -75.207505091904395, 39.965328438229101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5472, "ADDRESS": "2367 N 3RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191174801", "LNIADDRESSKEY": "632634", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.0078125, "Shape__Length": 59.18713884221426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138080869130803, 39.9870038232132 ], [ -75.138089471216801, 39.986965448417003 ], [ -75.138300554055306, 39.986994779994703 ], [ -75.138292231345204, 39.987033660103002 ], [ -75.138080869130803, 39.9870038232132 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5473, "ADDRESS": "2036 S 61ST ST", "OWNER1": "ORDERING BASE INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401147400", "LNIADDRESSKEY": "701254", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.56640625, "Shape__Length": 61.494386471318236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231301928553904, 39.930306522170604 ], [ -75.2313718091672, 39.930257683325102 ], [ -75.231421116120799, 39.930223271440397 ], [ -75.2314631373943, 39.9301939219337 ], [ -75.231503727716898, 39.930227471113902 ], [ -75.231505556962901, 39.9302289945526 ], [ -75.231449400325602, 39.930266851019802 ], [ -75.231345486860207, 39.930336880615201 ], [ -75.231301928553904, 39.930306522170604 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5474, "ADDRESS": "2602 REED ST", "OWNER1": "AGA HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364214400", "LNIADDRESSKEY": "498179", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.34375, "Shape__Length": 59.157939765788981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187786820127101, 39.935277398086399 ], [ -75.187837716949801, 39.935283710336002 ], [ -75.187803081689196, 39.935445906676598 ], [ -75.187752640934903, 39.935439718356001 ], [ -75.187786820127101, 39.935277398086399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5475, "ADDRESS": "845 E MADISON ST", "OWNER1": "19134 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331075400", "LNIADDRESSKEY": "405209", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.1796875, "Shape__Length": 49.449378821624663 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.113984619191399, 39.997613779136501 ], [ -75.114012555336004, 39.997482107731599 ], [ -75.114059612160204, 39.997487975039299 ], [ -75.114031768255899, 39.997619988710603 ], [ -75.113984619191399, 39.997613779136501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5476, "ADDRESS": "2438 N GARNET ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162108502", "LNIADDRESSKEY": "306780", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.27734375, "Shape__Length": 51.656458496501514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164104789029807, 39.991366536723497 ], [ -75.164099014825297, 39.991365745516298 ], [ -75.163935404793406, 39.991343617888298 ], [ -75.163943905821398, 39.991304718865599 ], [ -75.164107393029198, 39.991326762625 ], [ -75.164113274029802, 39.991327556237898 ], [ -75.164121655135801, 39.991328679858398 ], [ -75.164117591209106, 39.991347883547199 ], [ -75.164113149658306, 39.991367659883203 ], [ -75.164104789029807, 39.991366536723497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5477, "ADDRESS": "3050 REDNER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292219210", "LNIADDRESSKEY": "497649", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.125, "Shape__Length": 58.267831484658842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185401796353005, 39.980219716587797 ], [ -75.185435454657096, 39.980065268756 ], [ -75.185491338104697, 39.980072498006898 ], [ -75.185458864414699, 39.980227214470503 ], [ -75.185401796353005, 39.980219716587797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5478, "ADDRESS": "2438 N OPAL ST", "OWNER1": "KSK CONSTRUCTION", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162128600", "LNIADDRESSKEY": "460344", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.0078125, "Shape__Length": 51.998346704461568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164562723478497, 39.991432191841497 ], [ -75.164559971509306, 39.991431823508201 ], [ -75.164394148770896, 39.991410001474499 ], [ -75.1644029196883, 39.991369545241703 ], [ -75.164568729257198, 39.991391672187198 ], [ -75.164571398432997, 39.991392022887602 ], [ -75.164580553326701, 39.991393244995201 ], [ -75.164579327370205, 39.991397908291297 ], [ -75.164571689428797, 39.991433377031903 ], [ -75.164562723478497, 39.991432191841497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5479, "ADDRESS": "1461 N FRAZIER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PRO", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043072750", "LNIADDRESSKEY": "301000", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.453125, "Shape__Length": 50.099370677100758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2341434513569, 39.974689874214697 ], [ -75.234138632583097, 39.974661607963 ], [ -75.234312241596001, 39.974642830575597 ], [ -75.234319556755096, 39.974680097300897 ], [ -75.234145264315799, 39.974699182949998 ], [ -75.2341434513569, 39.974689874214697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5480, "ADDRESS": "644 W CUMBERLAND ST", "OWNER1": "JUANES MARCO A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371376600", "LNIADDRESSKEY": "105915", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.9765625, "Shape__Length": 77.699528512271399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144359657828602, 39.989398275439299 ], [ -75.144407503381203, 39.989183032011901 ], [ -75.144470331464504, 39.9891912452253 ], [ -75.144422963747402, 39.989406595255602 ], [ -75.144368706546203, 39.989399464100501 ], [ -75.144359657828602, 39.989398275439299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5481, "ADDRESS": "2419 AMBER ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "311136501", "LNIADDRESSKEY": "13886", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.875, "Shape__Length": 66.805111523180031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127736975596605, 39.982597950038802 ], [ -75.127874371517706, 39.9827584378315 ], [ -75.127834113771797, 39.9827792068618 ], [ -75.127745501836401, 39.982677559085197 ], [ -75.127694986585894, 39.982619610897899 ], [ -75.127736975596605, 39.982597950038802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5482, "ADDRESS": "2534 MUTTER ST", "OWNER1": "CDG DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192046600", "LNIADDRESSKEY": "444445", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.94921875, "Shape__Length": 44.742068281735648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133870190532306, 39.989002528312703 ], [ -75.133872555303896, 39.988991732751899 ], [ -75.133878603988094, 39.988963113296798 ], [ -75.134025478020902, 39.988982483413999 ], [ -75.134019324651206, 39.989010553116998 ], [ -75.134016967378997, 39.989021686735299 ], [ -75.133870190532306, 39.989002528312703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5483, "ADDRESS": "2328 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162185801", "LNIADDRESSKEY": "672315", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.66796875, "Shape__Length": 66.494838861707663 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167237793452202, 39.990083673645401 ], [ -75.167246103303796, 39.990039852834101 ], [ -75.167484607199597, 39.990069818232698 ], [ -75.167475526157801, 39.990112976354403 ], [ -75.167237793452202, 39.990083673645401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5484, "ADDRESS": "1940 N 3RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183304201", "LNIADDRESSKEY": "632440", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.0625, "Shape__Length": 55.342357428950379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139920107460298, 39.9803844486567 ], [ -75.139929414589702, 39.980344021944703 ], [ -75.140121326187696, 39.980370922222498 ], [ -75.140112345423702, 39.9804110500219 ], [ -75.139920107460298, 39.9803844486567 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5485, "ADDRESS": "2429-31 N ORIANNA ST", "OWNER1": "SIBRE J FRANCIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191198000", "LNIADDRESSKEY": "461675", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.4296875, "Shape__Length": 53.43285300755295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138475873174201, 39.988004276294298 ], [ -75.138490708576199, 39.987934024316402 ], [ -75.138623663978095, 39.987950735972603 ], [ -75.138634842078801, 39.987952134598601 ], [ -75.138633794465804, 39.987957026970598 ], [ -75.138621429904205, 39.9880229990071 ], [ -75.138475873174201, 39.988004276294298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5486, "ADDRESS": "4921 MARKET ST", "OWNER1": "DONALD T DENNIS-MUSA E", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441001000", "LNIADDRESSKEY": "410761", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.9296875, "Shape__Length": 82.851662499549263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2200213648903, 39.959788977758301 ], [ -75.220073660806804, 39.959549578693697 ], [ -75.220127025196604, 39.959555462040598 ], [ -75.220076596278801, 39.959795901278703 ], [ -75.2200213648903, 39.959788977758301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5487, "ADDRESS": "3136 N 8TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372106501", "LNIADDRESSKEY": "645458", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.43359375, "Shape__Length": 56.044251885863858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143695153103096, 39.999626845294202 ], [ -75.143704227242793, 39.999587042592402 ], [ -75.143900418570098, 39.999614193491297 ], [ -75.143891386875794, 39.999653465567199 ], [ -75.143695153103096, 39.999626845294202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5488, "ADDRESS": "2358 N 21ST ST", "OWNER1": "PECNA PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162187300", "LNIADDRESSKEY": "672345", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.875, "Shape__Length": 66.595076503630665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167094449866994, 39.990731027811101 ], [ -75.167102459987802, 39.990692358570499 ], [ -75.167346675692997, 39.990724275039597 ], [ -75.1673439153152, 39.990737333951202 ], [ -75.167338417057906, 39.990763437639004 ], [ -75.167094449866994, 39.990731027811101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5489, "ADDRESS": "708 E HILTON ST", "OWNER1": "VALENTINO JOHN J", "OWNER2": "VALENTINO MARY CLARE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331049400", "LNIADDRESSKEY": "344756", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.640625, "Shape__Length": 51.939721393335468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116940790504998, 39.9974126787817 ], [ -75.116963368881201, 39.997280125903004 ], [ -75.116964428262904, 39.997273879038303 ], [ -75.117011701969602, 39.997280121783 ], [ -75.117015312763499, 39.997280510955697 ], [ -75.117014144944307, 39.997286835299803 ], [ -75.116989951284097, 39.997418900620701 ], [ -75.116940790504998, 39.9974126787817 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5490, "ADDRESS": "4800 N 7TH ST", "OWNER1": "LOTIM 01 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491213200", "LNIADDRESSKEY": "643384", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.99609375, "Shape__Length": 67.936685248033911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136862699960901, 40.024902183027798 ], [ -75.136870323236806, 40.024863232978703 ], [ -75.136871394508105, 40.024857744224803 ], [ -75.137075033149301, 40.024883897662001 ], [ -75.137115073115496, 40.0248890322408 ], [ -75.137106327166407, 40.024932679241999 ], [ -75.136862699960901, 40.024902183027798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5491, "ADDRESS": "3140 W ARIZONA ST", "OWNER1": "BAPTISTE DEAN", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "282339201", "LNIADDRESSKEY": "20962", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.80078125, "Shape__Length": 47.108370337330037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1839755116563, 39.992612647888897 ], [ -75.184000055598702, 39.992490010566399 ], [ -75.184049695436201, 39.992496342739599 ], [ -75.184024115565705, 39.9926186516957 ], [ -75.184018150461796, 39.9926179056596 ], [ -75.183981311162896, 39.992613358690001 ], [ -75.1839755116563, 39.992612647888897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5492, "ADDRESS": "2501 N 28TH ST", "OWNER1": "JACKSON GEORGE T", "OWNER2": "EVONNE R", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281098800", "LNIADDRESSKEY": "680961", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.47265625, "Shape__Length": 79.700131071680815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177219129919294, 39.993813855925701 ], [ -75.177227177981806, 39.993775703909897 ], [ -75.177227789684693, 39.993772815237499 ], [ -75.177526309048602, 39.993812825200997 ], [ -75.177517252453498, 39.993854952869299 ], [ -75.177219129919294, 39.993813855925701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5493, "ADDRESS": "2634 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281244901", "LNIADDRESSKEY": "629384", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.54296875, "Shape__Length": 50.92001714309999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175934285547896, 39.991796144529097 ], [ -75.175984111350303, 39.991802485514398 ], [ -75.175956593980004, 39.991937403131402 ], [ -75.175906770512498, 39.991930997991602 ], [ -75.175934285547896, 39.991796144529097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5494, "ADDRESS": "5611 HEISKELL ST", "OWNER1": "SIMPSON SYDNEY", "OWNER2": "SIMPSON HARRIET", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122168100", "LNIADDRESSKEY": "339474", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.6953125, "Shape__Length": 54.650997629643186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169473867423505, 40.038834817416401 ], [ -75.169534325067403, 40.038833274409598 ], [ -75.169543204237399, 40.038833054917298 ], [ -75.169546925756194, 40.038869746641502 ], [ -75.169479376286802, 40.038873596848603 ], [ -75.169353207071893, 40.038880788225903 ], [ -75.169350705549704, 40.038837949718399 ], [ -75.169473867423505, 40.038834817416401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5495, "ADDRESS": "146 W CUMBERLAND ST", "OWNER1": "COLLEEN P DAVIS", "OWNER2": "CHERYLE L WILKERSON", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191444000", "LNIADDRESSKEY": "105807", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.203125, "Shape__Length": 47.751616101660161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133734814708106, 39.987879618776503 ], [ -75.133776299328005, 39.987885335332599 ], [ -75.133746802112, 39.988015073877001 ], [ -75.133704965878394, 39.988009816703503 ], [ -75.133734814708106, 39.987879618776503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5496, "ADDRESS": "2051 S 56TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "514218200", "LNIADDRESSKEY": "696413", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.85546875, "Shape__Length": 51.382241843421376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220438332888506, 39.933712332489002 ], [ -75.220486427168694, 39.933671336849002 ], [ -75.220547107495705, 39.933619609691199 ], [ -75.2205616740426, 39.933607985958503 ], [ -75.220563702918895, 39.933609723460499 ], [ -75.220600290614598, 39.933641060803801 ], [ -75.220590875578196, 39.933645914519801 ], [ -75.2204634211231, 39.9337336156078 ], [ -75.220438332888506, 39.933712332489002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5497, "ADDRESS": "2417 N 7TH ST", "OWNER1": "OLD KENSINGTON HOLDINGS L", "OWNER2": null, "BLDG_DESC": null, "OPA_ID": "371060200", "LNIADDRESSKEY": "642523", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 299.64453125, "Shape__Length": 82.54610405527373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144316071223301, 39.988578344213401 ], [ -75.144328929908497, 39.988518508725299 ], [ -75.144329849552406, 39.988514193437801 ], [ -75.144612225097802, 39.988551715939998 ], [ -75.144598013007695, 39.988615195772802 ], [ -75.144316071223301, 39.988578344213401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5498, "ADDRESS": "748 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243097800", "LNIADDRESSKEY": "685857", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.20703125, "Shape__Length": 75.379731194893324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198174696761001, 39.967001211727599 ], [ -75.198173396604005, 39.966993428529797 ], [ -75.198443474365604, 39.966964020707302 ], [ -75.198454434651595, 39.966962813818498 ], [ -75.198461610473601, 39.967004883678499 ], [ -75.198450651956193, 39.9670060433047 ], [ -75.198180216414301, 39.967034411538798 ], [ -75.198174696761001, 39.967001211727599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5499, "ADDRESS": "1706 W ERIE AVE", "OWNER1": "JIMOH MARZUQ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131044900", "LNIADDRESSKEY": "139036", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.7265625, "Shape__Length": 86.675306989150158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156325927114906, 40.009750214512799 ], [ -75.156381462098196, 40.009497161503603 ], [ -75.156434281086305, 40.009503933108803 ], [ -75.156379758252598, 40.009757411082703 ], [ -75.156325927114906, 40.009750214512799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5500, "ADDRESS": "2101 N FRANKLIN ST", "OWNER1": "KEYSTONE PROPERTY GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202050500", "LNIADDRESSKEY": "299229", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.2421875, "Shape__Length": 65.093988332204788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146105880222095, 39.9834646797093 ], [ -75.146114999259694, 39.983423039811797 ], [ -75.146116014484605, 39.983418403440801 ], [ -75.146343884590294, 39.983448365955503 ], [ -75.146333795751701, 39.983494530643597 ], [ -75.146105880222095, 39.9834646797093 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5501, "ADDRESS": "3539 ASPEN ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243042810", "LNIADDRESSKEY": "23746", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.28125, "Shape__Length": 61.85747817886724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195046150461096, 39.967391967508 ], [ -75.195014506854505, 39.967228454328897 ], [ -75.195067935697395, 39.967222697279098 ], [ -75.195099202103606, 39.967386202041602 ], [ -75.195100410219695, 39.967392531485203 ], [ -75.195047415130404, 39.967398427731197 ], [ -75.195046150461096, 39.967391967508 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5502, "ADDRESS": "2350 N BODINE ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191165801", "LNIADDRESSKEY": "41811", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.171875, "Shape__Length": 50.502394132859578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137971578820796, 39.986587804572103 ], [ -75.137978621854799, 39.9865526582592 ], [ -75.138156297968706, 39.986576326026501 ], [ -75.138148824337506, 39.986611820706102 ], [ -75.137971578820796, 39.986587804572103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5503, "ADDRESS": "904 W SUSQUEHANNA AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201098001", "LNIADDRESSKEY": "558984", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.703125, "Shape__Length": 63.117794822756586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148023887028501, 39.984968484500797 ], [ -75.148072838149105, 39.9849750747332 ], [ -75.148034520535703, 39.985151508825197 ], [ -75.147984939656098, 39.985144920069501 ], [ -75.148023887028501, 39.984968484500797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5504, "ADDRESS": "1814 N MARSHALL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201148000", "LNIADDRESSKEY": "413795", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.03515625, "Shape__Length": 45.037657662481116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145927082171198, 39.979247452597399 ], [ -75.145923284728397, 39.979247027418403 ], [ -75.145782267374997, 39.979231705315698 ], [ -75.145789544700406, 39.979193262824701 ], [ -75.145939819185998, 39.979210906746502 ], [ -75.145933121892, 39.979248427597398 ], [ -75.145927082171198, 39.979247452597399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5505, "ADDRESS": "2349 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162180301", "LNIADDRESSKEY": "672336", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.2734375, "Shape__Length": 76.860931166733266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166661900484101, 39.9904741595982 ], [ -75.166672492564501, 39.990428746960298 ], [ -75.166952505028206, 39.990466627144897 ], [ -75.166942712912103, 39.990512493673201 ], [ -75.166661900484101, 39.9904741595982 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5506, "ADDRESS": "7028 UPLAND ST", "OWNER1": "KELLAM RAYMOND", "OWNER2": "GLORIA E", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403261700", "LNIADDRESSKEY": "584084", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 413.62109375, "Shape__Length": 101.29637229357151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243968210008504, 39.9212659438857 ], [ -75.243974325982805, 39.921261886807201 ], [ -75.244218708290504, 39.921467334838603 ], [ -75.244150711832305, 39.921515561188798 ], [ -75.243906752932403, 39.921308865380098 ], [ -75.243968210008504, 39.9212659438857 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5507, "ADDRESS": "5969 TRINITY ST", "OWNER1": "NGUYEN KHANH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401105000", "LNIADDRESSKEY": "577415", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.234375, "Shape__Length": 84.453520637664695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232227501443901, 39.934481872741301 ], [ -75.232108568336201, 39.934381754690797 ], [ -75.232042990318106, 39.934325137894803 ], [ -75.232015998260707, 39.934302541809899 ], [ -75.232056650553503, 39.934274032569398 ], [ -75.2320877613151, 39.934299620279504 ], [ -75.232140671735095, 39.934345481476598 ], [ -75.232197981594396, 39.934393550943298 ], [ -75.232268656786502, 39.934452777558803 ], [ -75.232274283422797, 39.934457479270399 ], [ -75.232233410312702, 39.934486854328597 ], [ -75.232227501443901, 39.934481872741301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5508, "ADDRESS": "2832 WHARTON ST", "OWNER1": "SAINT-ELOI NATHALIE E", "OWNER2": "SAINT-ELOI NATHANIEL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362087200", "LNIADDRESSKEY": "610489", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.80078125, "Shape__Length": 60.085522142358528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191726220108393, 39.937180613544697 ], [ -75.191763089643402, 39.937020013532901 ], [ -75.191818888106297, 39.937027448073998 ], [ -75.191783186001203, 39.937188170999399 ], [ -75.191726220108393, 39.937180613544697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5509, "ADDRESS": "2435 PALETHORP ST", "OWNER1": "GANTA MISSION GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191108100", "LNIADDRESSKEY": "468419", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.359375, "Shape__Length": 46.709058000041182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134948370794902, 39.987521362060903 ], [ -75.134957989404398, 39.987476219148803 ], [ -75.135098200760297, 39.987493854858101 ], [ -75.135105916360004, 39.9874948235448 ], [ -75.135096011089203, 39.987540378912399 ], [ -75.134948370794902, 39.987521362060903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5510, "ADDRESS": "2323 N CROSKEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162221601", "LNIADDRESSKEY": "104023", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.8828125, "Shape__Length": 48.029266056421335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169139297159006, 39.990128463986899 ], [ -75.169148706476903, 39.990086002414401 ], [ -75.169309213719401, 39.990105392637602 ], [ -75.169302725610606, 39.9901393399971 ], [ -75.169287547557005, 39.990146540217502 ], [ -75.169139297159006, 39.990128463986899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5511, "ADDRESS": "5429 FLORENCE AVE", "OWNER1": "THOMAS KA-RON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513256000", "LNIADDRESSKEY": "293337", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.109375, "Shape__Length": 63.099924185576128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227517609665895, 39.942591800762699 ], [ -75.227559844405505, 39.942562038217602 ], [ -75.227712563544003, 39.942690403350397 ], [ -75.227670351513495, 39.942719553772797 ], [ -75.227517609665895, 39.942591800762699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5512, "ADDRESS": "610 W NORRIS ST", "OWNER1": "ABAZI ENAM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201068101", "LNIADDRESSKEY": "452258", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.89453125, "Shape__Length": 69.24147330241253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144964388054603, 39.981413433445098 ], [ -75.144967607914893, 39.981395597606301 ], [ -75.145026247088893, 39.981403554537302 ], [ -75.145025901383804, 39.981409285070299 ], [ -75.145018840392694, 39.981445314319799 ], [ -75.144989919292101, 39.981592960337501 ], [ -75.144937573243396, 39.981586968557501 ], [ -75.144967446626296, 39.981439117784802 ], [ -75.144972463217499, 39.981414326298797 ], [ -75.144964388054603, 39.981413433445098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5513, "ADDRESS": "2529 W FLETCHER ST", "OWNER1": "TROLIO JONATHAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281185800", "LNIADDRESSKEY": "292935", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.7265625, "Shape__Length": 52.588253961298769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175065293547704, 39.989770273999099 ], [ -75.175094873788098, 39.9896246503897 ], [ -75.175138792384899, 39.989630923455998 ], [ -75.175109126143894, 39.989775496592301 ], [ -75.175065293547704, 39.989770273999099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5514, "ADDRESS": "2310 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191288701", "LNIADDRESSKEY": "462428", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.74609375, "Shape__Length": 38.162125987229025 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141019539938995, 39.9864020119131 ], [ -75.141028748849195, 39.986362469264002 ], [ -75.141146407689405, 39.986379087126799 ], [ -75.141141438050497, 39.986404782824003 ], [ -75.141137980997101, 39.986417326440197 ], [ -75.141019539938995, 39.9864020119131 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5515, "ADDRESS": "2332 N VAN PELT ST", "OWNER1": "SOLOMON A ALTMAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162199200", "LNIADDRESSKEY": "586364", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.51953125, "Shape__Length": 51.45134351203702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167941158024107, 39.990134736215602 ], [ -75.167932741580799, 39.9901736700456 ], [ -75.167927173978697, 39.990172915212902 ], [ -75.1677565160429, 39.990149926019598 ], [ -75.167764966259995, 39.990110106587302 ], [ -75.167935425442195, 39.9901339303686 ], [ -75.167941158024107, 39.990134736215602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5516, "ADDRESS": "3661 N 21ST ST", "OWNER1": "AUTREY MARCELLUS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131295900", "LNIADDRESSKEY": "672564", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 274.8515625, "Shape__Length": 101.90616407899383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162213688127096, 40.010466094053598 ], [ -75.162176403906898, 40.010417473977398 ], [ -75.162587020229097, 40.010470058135397 ], [ -75.162577616022702, 40.010512741284401 ], [ -75.162213688127096, 40.010466094053598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5517, "ADDRESS": "2625 REED ST", "OWNER1": "FD & KMK DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362112200", "LNIADDRESSKEY": "498202", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.73046875, "Shape__Length": 64.030785620176303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188263857841307, 39.935805562919299 ], [ -75.188302368655798, 39.935628283406103 ], [ -75.188355158937995, 39.935636071443497 ], [ -75.188316825402296, 39.935812532760004 ], [ -75.188263857841307, 39.935805562919299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5518, "ADDRESS": "1820 HARRISON ST", "OWNER1": "RONALD BATTIS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232202900", "LNIADDRESSKEY": "334111", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 364.52734375, "Shape__Length": 113.04354273942542 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.076600846144501, 40.016461708053001 ], [ -75.076851634958601, 40.016183361973198 ], [ -75.076906081802605, 40.016213710641701 ], [ -75.076654881154894, 40.016490837601197 ], [ -75.076600846144501, 40.016461708053001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5519, "ADDRESS": "1747 FOULKROD ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232182110", "LNIADDRESSKEY": "296051", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 364.1875, "Shape__Length": 108.22922416939764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.078499835447104, 40.015740484160403 ], [ -75.078558163679801, 40.015771857174698 ], [ -75.078318900465803, 40.016031919164703 ], [ -75.078261457777401, 40.016000969853202 ], [ -75.078499835447104, 40.015740484160403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5520, "ADDRESS": "1701-03 N 17TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471255310", "LNIADDRESSKEY": "662865", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 447.39453125, "Shape__Length": 103.7988990867408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162159146077599, 39.9796913151607 ], [ -75.162175881321005, 39.979616154708403 ], [ -75.162376199313698, 39.979642578731301 ], [ -75.162428035863897, 39.979648679465697 ], [ -75.162538099303006, 39.979662074627797 ], [ -75.162521857755394, 39.979736391416203 ], [ -75.162159146077599, 39.9796913151607 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5521, "ADDRESS": "2607 N 29TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281170601", "LNIADDRESSKEY": "682290", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.55078125, "Shape__Length": 68.581172473569623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178495549228501, 39.995644307972597 ], [ -75.178504199023394, 39.995604057616603 ], [ -75.178754496955506, 39.995638663570702 ], [ -75.178745374567299, 39.995679758190199 ], [ -75.178495549228501, 39.995644307972597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5522, "ADDRESS": "2312 N CARLISLE ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161019301", "LNIADDRESSKEY": "65065", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.60546875, "Shape__Length": 75.260995403264687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156970903897701, 39.988329922422402 ], [ -75.157029430410105, 39.9883377578807 ], [ -75.157046616872407, 39.988340450503003 ], [ -75.157035790763999, 39.988387421498501 ], [ -75.156764495357905, 39.988351019109899 ], [ -75.156775145603703, 39.988303673619001 ], [ -75.156958882152793, 39.988328636053097 ], [ -75.156970903897701, 39.988329922422402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5523, "ADDRESS": "1802 W TIOGA ST", "OWNER1": "1800 1804 TIOGA HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112086000", "LNIADDRESSKEY": "573034", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 380.83203125, "Shape__Length": 119.13521057298853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158429878524501, 40.006949282795603 ], [ -75.158508098411502, 40.0065942515239 ], [ -75.158572269986806, 40.006602873250102 ], [ -75.1584947394891, 40.006957387393399 ], [ -75.158429878524501, 40.006949282795603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5524, "ADDRESS": "5050 OGDEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442013500", "LNIADDRESSKEY": "456685", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.47265625, "Shape__Length": 55.846638699589441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221865565172607, 39.967224517695797 ], [ -75.221914651471806, 39.9672194262509 ], [ -75.221940571088396, 39.967372422704898 ], [ -75.2219117666898, 39.9673751735683 ], [ -75.221891484638803, 39.967377515286302 ], [ -75.221865565172607, 39.967224517695797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5525, "ADDRESS": "5515 SPRAGUE ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122270800", "LNIADDRESSKEY": "544763", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.6171875, "Shape__Length": 89.152869773948154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158543742805193, 40.047029121932098 ], [ -75.158709517413499, 40.046867889064501 ], [ -75.158759729035197, 40.046898382398801 ], [ -75.158538285516897, 40.047113762925598 ], [ -75.158542228146302, 40.047052971415802 ], [ -75.158543742805193, 40.047029121932098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5526, "ADDRESS": "1922 N DARIEN ST", "OWNER1": "UNCOMMON PROPERTIES L P", "OWNER2": null, "BLDG_DESC": "APT 2-4 UNTS 2STY MASONR", "OPA_ID": "202137601", "LNIADDRESSKEY": "108515", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.51171875, "Shape__Length": 46.137588073627512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148191359942103, 39.9811593712299 ], [ -75.148200082082298, 39.981125298657403 ], [ -75.148200797980905, 39.981122509335201 ], [ -75.148357074918394, 39.981143301101902 ], [ -75.148356514827398, 39.981145883343601 ], [ -75.148349477641901, 39.981178624572699 ], [ -75.148191359942103, 39.9811593712299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5527, "ADDRESS": "3818 POPLAR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243194600", "LNIADDRESSKEY": "487639", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.6953125, "Shape__Length": 75.859127919166838 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199835950659804, 39.972873992708003 ], [ -75.199877555497096, 39.973092323127702 ], [ -75.199825224542906, 39.973097736369702 ], [ -75.199783444993301, 39.972879579993098 ], [ -75.199835950659804, 39.972873992708003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5528, "ADDRESS": "2435 N DELHI ST", "OWNER1": "ROBERT KAUFFMAN", "OWNER2": "JOSEPH S REINHEIMEN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371139300", "LNIADDRESSKEY": "730553", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.98828125, "Shape__Length": 45.179770273962703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147719379800193, 39.989330546339801 ], [ -75.147721844617294, 39.989318190667902 ], [ -75.147769602709303, 39.989297494665003 ], [ -75.147889402560097, 39.989313623528403 ], [ -75.147880891171397, 39.9893508769702 ], [ -75.147719379800193, 39.989330546339801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5529, "ADDRESS": "2109 N 9TH ST", "OWNER1": "PELZER WILLIAM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202159600", "LNIADDRESSKEY": "647491", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.0078125, "Shape__Length": 56.719100811035133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147759231421801, 39.983856866634902 ], [ -75.147768105153503, 39.9838216036703 ], [ -75.147969890140899, 39.983848231226801 ], [ -75.147961537230699, 39.983885761942702 ], [ -75.147759696946906, 39.983859504791297 ], [ -75.147759231421801, 39.983856866634902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5530, "ADDRESS": "3121 W ARIZONA ST", "OWNER1": "ETHEL DORRAH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282334300", "LNIADDRESSKEY": "20943", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.078125, "Shape__Length": 44.591215457541836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183443384196295, 39.992744942692703 ], [ -75.183465952524898, 39.9926313671156 ], [ -75.183515339726398, 39.992637179168 ], [ -75.183492667457301, 39.992751298665901 ], [ -75.183443384196295, 39.992744942692703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5531, "ADDRESS": "1911 W DAUPHIN ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162248100", "LNIADDRESSKEY": "110648", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.66796875, "Shape__Length": 63.530168540204997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164138677459704, 39.9892041469028 ], [ -75.164177450309197, 39.989029056617099 ], [ -75.164230042177095, 39.9890359313668 ], [ -75.164191493616599, 39.989211172009099 ], [ -75.164138677459704, 39.9892041469028 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5532, "ADDRESS": "1246 W LEHIGH AVE", "OWNER1": "PHILADELPHIA SUBURBAN DEV", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371453300", "LNIADDRESSKEY": "387595", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 293.625, "Shape__Length": 108.85053139253441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152272171438398, 39.993553376432899 ], [ -75.152272724681097, 39.9935509719704 ], [ -75.152310293846398, 39.993384674199902 ], [ -75.152323077301205, 39.993329897736103 ], [ -75.152345247572995, 39.993225879031399 ], [ -75.152398748666798, 39.993232586010897 ], [ -75.152387946412006, 39.993282120589001 ], [ -75.152354578267904, 39.993435067998497 ], [ -75.152329871435398, 39.993548396518001 ], [ -75.152327203640198, 39.993560602388698 ], [ -75.152272171438398, 39.993553376432899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5533, "ADDRESS": "746 N 38TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243097710", "LNIADDRESSKEY": "685856", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.484375, "Shape__Length": 74.933335520119584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198165751695896, 39.966953797825198 ], [ -75.198174611880702, 39.966952737972797 ], [ -75.198436693004695, 39.966924231278703 ], [ -75.198447589171295, 39.966923055626303 ], [ -75.198454434651595, 39.966962813818498 ], [ -75.198443474365604, 39.966964020707302 ], [ -75.198173396604005, 39.966993428529797 ], [ -75.198165751695896, 39.966953797825198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5534, "ADDRESS": "2089 E CLEMENTINE ST", "OWNER1": "V2 PROPERTIES ENTITY 7 LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252266100", "LNIADDRESSKEY": "89835", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.0390625, "Shape__Length": 68.427924709549501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.111247793916306, 39.991442600523598 ], [ -75.111225313827902, 39.991416532713501 ], [ -75.111343344226199, 39.9913664524883 ], [ -75.111459019616603, 39.991318753046002 ], [ -75.111479947585806, 39.991347572694899 ], [ -75.111248656744806, 39.991443570947901 ], [ -75.111247793916306, 39.991442600523598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5535, "ADDRESS": "4738 N 11TH ST", "OWNER1": "WAITES DEMARCUS R", "OWNER2": "SAUNDERS VINCENT K", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491410100", "LNIADDRESSKEY": "652416", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.5546875, "Shape__Length": 74.100142722851814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142473759506998, 40.024773757827198 ], [ -75.142746761663304, 40.024809777916097 ], [ -75.142737253085102, 40.0248520541654 ], [ -75.142664893854104, 40.024842754873298 ], [ -75.142464548688807, 40.024815943959098 ], [ -75.142473759506998, 40.024773757827198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5536, "ADDRESS": "2340 N 21ST ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162186400", "LNIADDRESSKEY": "672327", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.73828125, "Shape__Length": 67.361132837379898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167180033593894, 39.990341079953801 ], [ -75.167189503400607, 39.990297061120103 ], [ -75.167429985800595, 39.990329004935397 ], [ -75.167425331261995, 39.990351097823201 ], [ -75.167419710719599, 39.990373796306699 ], [ -75.167180033593894, 39.990341079953801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5537, "ADDRESS": "3819 ARCHER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131283105", "LNIADDRESSKEY": "19766", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.59375, "Shape__Length": 44.932411887680658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159726988442998, 40.012400416382697 ], [ -75.159705131421504, 40.012371600971498 ], [ -75.159836022262795, 40.012312460325397 ], [ -75.159836462985993, 40.012313001867199 ], [ -75.159860754162906, 40.012345048246097 ], [ -75.159730085278895, 40.012404935014203 ], [ -75.159726988442998, 40.012400416382697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5538, "ADDRESS": "3001 W YORK ST", "OWNER1": "HENRY RODNEY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282345200", "LNIADDRESSKEY": "629455", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.84375, "Shape__Length": 63.099515222595976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181241537687995, 39.992938611964398 ], [ -75.181278205137303, 39.992766000463398 ], [ -75.181332168919695, 39.992772141127801 ], [ -75.181295450047301, 39.992945573664102 ], [ -75.181241537687995, 39.992938611964398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5539, "ADDRESS": "3721 HAVERFORD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242049000", "LNIADDRESSKEY": "335987", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 276.09765625, "Shape__Length": 90.851716965947432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196687671741998, 39.963582806258501 ], [ -75.196752078374502, 39.9635763726384 ], [ -75.196795146737102, 39.963836196956699 ], [ -75.196795156219395, 39.963837035103701 ], [ -75.196731041985103, 39.963844055283197 ], [ -75.196687671741998, 39.963582806258501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5540, "ADDRESS": "3110 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282341100", "LNIADDRESSKEY": "629495", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.90625, "Shape__Length": 55.586390366470695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183164578877495, 39.992873711060803 ], [ -75.183194950357901, 39.992721139754302 ], [ -75.183243212832707, 39.992727344614799 ], [ -75.183213285685895, 39.9928787004946 ], [ -75.183164578877495, 39.992873711060803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5541, "ADDRESS": "1221 W SUSQUEHANNA AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371307301", "LNIADDRESSKEY": "559043", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.98046875, "Shape__Length": 74.063813744644449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153091104903496, 39.986187578852601 ], [ -75.153140193554904, 39.985981273897401 ], [ -75.153196252555603, 39.9859883302152 ], [ -75.153150541534899, 39.986195677956303 ], [ -75.153091104903496, 39.986187578852601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5542, "ADDRESS": "260 DIAMOND ST", "OWNER1": "GJ HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183214700", "LNIADDRESSKEY": "116237", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.0859375, "Shape__Length": 58.379810212669597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138940681173494, 39.982337143117697 ], [ -75.138974518411203, 39.982176487892602 ], [ -75.139024203949106, 39.982184049337903 ], [ -75.139021813433999, 39.982199921663003 ], [ -75.138989490088505, 39.982344088829301 ], [ -75.138940681173494, 39.982337143117697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5543, "ADDRESS": "2348 GREENWICH ST", "OWNER1": "JEFFERSON HENRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364049600", "LNIADDRESSKEY": "326118", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-6", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.87109375, "Shape__Length": 49.66475923982415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184201217770607, 39.933289023642303 ], [ -75.184229597263098, 39.933158223632397 ], [ -75.1842792935673, 39.933164703236002 ], [ -75.184251027739194, 39.933295091334102 ], [ -75.184201217770607, 39.933289023642303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5544, "ADDRESS": "1828 N 22ND ST", "OWNER1": "GUO JING FEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322090600", "LNIADDRESSKEY": "673953", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 282.59765625, "Shape__Length": 91.972251088668983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170524172640199, 39.982604676031201 ], [ -75.1708653331237, 39.982650514868297 ], [ -75.170855584453506, 39.982701428309902 ], [ -75.1705128216867, 39.982653054249703 ], [ -75.170524172640199, 39.982604676031201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5545, "ADDRESS": "2743 N 13TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372268401", "LNIADDRESSKEY": "656058", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.78125, "Shape__Length": 79.211999192511229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151749556266296, 39.9948302369027 ], [ -75.151758648421406, 39.994788177034302 ], [ -75.152054695364896, 39.994825199353599 ], [ -75.152046088054504, 39.9948672217851 ], [ -75.151749556266296, 39.9948302369027 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5546, "ADDRESS": "6644 YOCUM ST", "OWNER1": "AMARE PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403140600", "LNIADDRESSKEY": "628565", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.76953125, "Shape__Length": 67.920363202343381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236902111847598, 39.9244164960825 ], [ -75.236944548434707, 39.924387105369298 ], [ -75.237110337354196, 39.924528253036598 ], [ -75.237067998830696, 39.924557839674399 ], [ -75.236902111847598, 39.9244164960825 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5547, "ADDRESS": "2110 N 5TH ST", "OWNER1": "WACLAW RYMKIEWICZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191305900", "LNIADDRESSKEY": "636602", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.3203125, "Shape__Length": 55.685063968093814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142236638731603, 39.983261939859901 ], [ -75.142241878416996, 39.983238460020303 ], [ -75.142243854777107, 39.983229542009497 ], [ -75.142287715787901, 39.983236034858997 ], [ -75.142344246175995, 39.983243848355102 ], [ -75.142376730258903, 39.983248648918199 ], [ -75.142448262630595, 39.983258157009303 ], [ -75.142443279162507, 39.983280418414303 ], [ -75.142434488954095, 39.983279573338599 ], [ -75.1424324150221, 39.983288859680499 ], [ -75.142236638731603, 39.983261939859901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5548, "ADDRESS": "2301 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUBLIC PROP R E DIV", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162073001", "LNIADDRESSKEY": "668154", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.640625, "Shape__Length": 67.969998435971661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163495513647106, 39.988937348088101 ], [ -75.163738131412103, 39.988969766878299 ], [ -75.163727103722906, 39.989014461047603 ], [ -75.163485698127403, 39.988982696886303 ], [ -75.163495513647106, 39.988937348088101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5549, "ADDRESS": "712 N 42ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061258710", "LNIADDRESSKEY": "686932", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.3828125, "Shape__Length": 75.676452911908555 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207466293192098, 39.965118023139503 ], [ -75.207749531994295, 39.965096508926997 ], [ -75.207757361727403, 39.965138657895999 ], [ -75.207473745821204, 39.965159566860599 ], [ -75.207466293192098, 39.965118023139503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5550, "ADDRESS": "2533 W ARIZONA ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281235601", "LNIADDRESSKEY": "20829", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.234375, "Shape__Length": 44.312049579350088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174340453060097, 39.991578946978599 ], [ -75.174310187669903, 39.991575140189298 ], [ -75.174311469174299, 39.991568994759199 ], [ -75.174335391897202, 39.991454887898897 ], [ -75.174374676495603, 39.991460138213498 ], [ -75.174351555223595, 39.991574117776501 ], [ -75.174350319820803, 39.9915801673827 ], [ -75.174340453060097, 39.991578946978599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5551, "ADDRESS": "863 E CHELTEN AVE", "OWNER1": "EQUITY TRUST COMPANY CUSTODIAN FBO POONA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591012700", "LNIADDRESSKEY": "77775", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.375, "Shape__Length": 84.369524560756375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163425541070097, 40.047031270045103 ], [ -75.163677289623905, 40.047184910538697 ], [ -75.163642088455404, 40.047219221490202 ], [ -75.163390339811102, 40.047065582045001 ], [ -75.163425541070097, 40.047031270045103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5552, "ADDRESS": "1021 W ERIE AVE", "OWNER1": "GRAY HAYWARD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432201100", "LNIADDRESSKEY": "138842", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.0390625, "Shape__Length": 81.010213273732248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144881555738905, 40.008847213173198 ], [ -75.144930916559701, 40.008611917788699 ], [ -75.144984363390193, 40.008619804813897 ], [ -75.144932948649995, 40.0088539723886 ], [ -75.144881555738905, 40.008847213173198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5553, "ADDRESS": "2329 N 30TH ST", "OWNER1": "SAMUEL MOMIT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282062600", "LNIADDRESSKEY": "683059", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.55859375, "Shape__Length": 57.76838130649184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181046844254098, 39.992005032672999 ], [ -75.181055279610007, 39.991965985844701 ], [ -75.181243423321703, 39.9919901370247 ], [ -75.181260504704298, 39.991992324693598 ], [ -75.1812520835105, 39.992031000184603 ], [ -75.181046844254098, 39.992005032672999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5554, "ADDRESS": "6672 MUSGRAVE ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "221235800", "LNIADDRESSKEY": "444152", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.69140625, "Shape__Length": 53.452333153927377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182513228217402, 40.053639393441102 ], [ -75.182573963596397, 40.0535787546671 ], [ -75.182597071018904, 40.053555688313303 ], [ -75.182677692423596, 40.053604784957301 ], [ -75.182592932802905, 40.053687777005003 ], [ -75.182513228217402, 40.053639393441102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5555, "ADDRESS": "2236 N 4TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191217301", "LNIADDRESSKEY": "634724", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.66796875, "Shape__Length": 52.550270880509458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139913049298997, 39.985106277736001 ], [ -75.139922587899093, 39.985063083382101 ], [ -75.140094251161102, 39.9850861215496 ], [ -75.140088709430501, 39.985118542723797 ], [ -75.1400926597466, 39.985119340984802 ], [ -75.140090264435898, 39.985129893805201 ], [ -75.139913049298997, 39.985106277736001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5556, "ADDRESS": "1202 S BUCKNELL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361358905", "LNIADDRESSKEY": "54901", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 123.1796875, "Shape__Length": 52.300481189798568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183020313192102, 39.938119000587399 ], [ -75.183029948216799, 39.938077385672699 ], [ -75.183206487373496, 39.938099906600499 ], [ -75.183197923271294, 39.938142029788303 ], [ -75.183020313192102, 39.938119000587399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5557, "ADDRESS": "2425 N STANLEY ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282105201", "LNIADDRESSKEY": "551176", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.3125, "Shape__Length": 46.756204254116746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181885402097905, 39.993365877821603 ], [ -75.181893039913007, 39.993328474334099 ], [ -75.182051359662793, 39.993349457657999 ], [ -75.182043595837897, 39.9933868267997 ], [ -75.181885402097905, 39.993365877821603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5558, "ADDRESS": "2412 N CLARION ST", "OWNER1": "STRATEGIC EQUITY GROUP IN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371278600", "LNIADDRESSKEY": "87580", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.19921875, "Shape__Length": 39.39794908647832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153808716886701, 39.989508987596899 ], [ -75.153817311609004, 39.989470541824303 ], [ -75.153941839905102, 39.989487463944698 ], [ -75.153933223775397, 39.989525360745802 ], [ -75.153808716886701, 39.989508987596899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5559, "ADDRESS": "4802 N 7TH ST", "OWNER1": "TEMPLE ST PAULDIVINE", "OWNER2": "APOSTOLIC FAITH", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491213300", "LNIADDRESSKEY": "643386", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19120", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.20703125, "Shape__Length": 67.034227819139389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136853910371499, 40.024942621380703 ], [ -75.136862699960901, 40.024902183027798 ], [ -75.137106327166407, 40.024932679241999 ], [ -75.137097007558907, 40.024974330940999 ], [ -75.136853910371499, 40.024942621380703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5560, "ADDRESS": "12 N 58TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042088850", "LNIADDRESSKEY": "697626", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.73828125, "Shape__Length": 42.521011929278011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236828684339002, 39.961931840069603 ], [ -75.236837588335206, 39.961889914729397 ], [ -75.236970175584005, 39.961906084930902 ], [ -75.236962339925697, 39.961949162175699 ], [ -75.236828684339002, 39.961931840069603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5561, "ADDRESS": "2927 PAGE ST", "OWNER1": "MARIANNE B REEVES", "OWNER2": "DAVID REEVES", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323094200", "LNIADDRESSKEY": "467962", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.4765625, "Shape__Length": 52.412342209066047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181657617411901, 39.986855967463903 ], [ -75.181708333409503, 39.986862534314199 ], [ -75.181686636766202, 39.986986831972402 ], [ -75.181629510551502, 39.987003495002398 ], [ -75.181638889593998, 39.986949961871503 ], [ -75.181657617411901, 39.986855967463903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5562, "ADDRESS": "2058 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183300000", "LNIADDRESSKEY": "41756", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.5, "Shape__Length": 49.899983516275157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139085514178504, 39.9821912321204 ], [ -75.139024203949106, 39.982184049337903 ], [ -75.138974518411203, 39.982176487892602 ], [ -75.138917685369705, 39.982168923739998 ], [ -75.138926297115802, 39.982130802532403 ], [ -75.138944045280098, 39.982133527590896 ], [ -75.139097605564103, 39.982155253407498 ], [ -75.139089946178402, 39.982192025610601 ], [ -75.139085514178504, 39.9821912321204 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5563, "ADDRESS": "1912 W NORRIS ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321150610", "LNIADDRESSKEY": "452392", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.53515625, "Shape__Length": 69.039186034423736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165312584562599, 39.9842372141024 ], [ -75.165356314765702, 39.9840467759972 ], [ -75.165364547509895, 39.9840479277414 ], [ -75.165412588080898, 39.984054264797599 ], [ -75.165370087754397, 39.984244860138901 ], [ -75.165312584562599, 39.9842372141024 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5564, "ADDRESS": "2414 W TORONTO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381313300", "LNIADDRESSKEY": "574746", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.81640625, "Shape__Length": 47.964695398841386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170008750852404, 40.001697681365499 ], [ -75.170033702692294, 40.001575006040902 ], [ -75.170086666209102, 40.001582273661199 ], [ -75.170085992310604, 40.001587868450301 ], [ -75.170085017885299, 40.001593085943703 ], [ -75.1700825918779, 40.001603976481597 ], [ -75.170061052853697, 40.001704708875302 ], [ -75.170008750852404, 40.001697681365499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5565, "ADDRESS": "1200 W VENANGO ST", "OWNER1": "GRIFFIN PATRICK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432031110", "LNIADDRESSKEY": "587674", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.84765625, "Shape__Length": 60.415360728111423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148189376987403, 40.007038836759797 ], [ -75.1481616527726, 40.007162218043199 ], [ -75.1480560671544, 40.007148509459498 ], [ -75.148084539694807, 40.007023644959098 ], [ -75.148189376987403, 40.007038836759797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5566, "ADDRESS": "1688 N 54TH ST", "OWNER1": "LOTS AND FOUND LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041290200", "LNIADDRESSKEY": "693822", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.76171875, "Shape__Length": 89.926139989748407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230561331288598, 39.978374115938202 ], [ -75.230218900827794, 39.978412889805298 ], [ -75.230210522327098, 39.978369096494099 ], [ -75.230552954034593, 39.978330322684002 ], [ -75.230561331288598, 39.978374115938202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5567, "ADDRESS": "3837 FAIRMOUNT AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243013610", "LNIADDRESSKEY": "283600", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.10546875, "Shape__Length": 84.400070287164922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198957343414605, 39.965672075568499 ], [ -75.199015157771697, 39.965665526730596 ], [ -75.199027022469707, 39.965730075024702 ], [ -75.199060759148793, 39.965909495644702 ], [ -75.199004569547498, 39.965915725862303 ], [ -75.198957343414605, 39.965672075568499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5568, "ADDRESS": "1700 N 42ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062294510", "LNIADDRESSKEY": "687118", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.7734375, "Shape__Length": 71.295540392563112 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210084674543197, 39.975236451230799 ], [ -75.210113580091402, 39.975187958229199 ], [ -75.210339895047099, 39.975271695524597 ], [ -75.210310151174099, 39.975319669970702 ], [ -75.210084674543197, 39.975236451230799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5569, "ADDRESS": "6164 HEGERMAN ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411363500", "LNIADDRESSKEY": "339007", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 236.359375, "Shape__Length": 85.619673752988035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055238111803703, 40.018389566457898 ], [ -75.055286094785799, 40.018364763772603 ], [ -75.055466981755998, 40.018572527229502 ], [ -75.055417992110904, 40.018597851502498 ], [ -75.055238111803703, 40.018389566457898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5570, "ADDRESS": "3858 N CAMAC ST", "OWNER1": "ELIAS JERRY X", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432371900", "LNIADDRESSKEY": "61087", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.80859375, "Shape__Length": 56.522250869747054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148096161363796, 40.011837281102899 ], [ -75.148087765147196, 40.0118785670102 ], [ -75.147891204468195, 40.011854091776897 ], [ -75.147899330243703, 40.011812718660401 ], [ -75.148089713886407, 40.011836473869003 ], [ -75.148096161363796, 40.011837281102899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5571, "ADDRESS": "2228 N 17TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161162801", "LNIADDRESSKEY": "663041", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.68359375, "Shape__Length": 64.6759698366523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160983586148802, 39.987599281689697 ], [ -75.161215310403307, 39.987629090544097 ], [ -75.161206186154402, 39.9876710579397 ], [ -75.160974461760603, 39.987641249066897 ], [ -75.160983586148802, 39.987599281689697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5572, "ADDRESS": "1824 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322055801", "LNIADDRESSKEY": "672060", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.66015625, "Shape__Length": 80.786566905224404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168905744899803, 39.982375206077002 ], [ -75.168915782737699, 39.982329973409101 ], [ -75.168928317498697, 39.9823315291246 ], [ -75.169213857763594, 39.9823708837461 ], [ -75.169204453225404, 39.982415984262303 ], [ -75.168917337615994, 39.982376740606902 ], [ -75.168905744899803, 39.982375206077002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5573, "ADDRESS": "6023 REGENT ST", "OWNER1": "KITTLES EUGENE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401229200", "LNIADDRESSKEY": "499960", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.73828125, "Shape__Length": 57.144278299797229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231668516235104, 39.932960814098998 ], [ -75.231712632507794, 39.932929769294901 ], [ -75.231845073270705, 39.933042162045801 ], [ -75.231802053941294, 39.933072424595302 ], [ -75.231668516235104, 39.932960814098998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5574, "ADDRESS": "2519 CECIL B MOORE AVE", "OWNER1": "2519 CECIL B MOORE AVENUE OWNER LLC", "OWNER2": null, "BLDG_DESC": "APT 2-4 UNTS 3STY MASONR", "OPA_ID": "324048200", "LNIADDRESSKEY": "71782", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.82421875, "Shape__Length": 76.25839740674374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176358753619397, 39.981372689696698 ], [ -75.176404260839803, 39.981157706093299 ], [ -75.176462113270603, 39.981165482831003 ], [ -75.176416158196602, 39.981380119656997 ], [ -75.176358753619397, 39.981372689696698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5575, "ADDRESS": "6237 LANSDOWNE AVE", "OWNER1": "LIBRA LOUNGE INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "342056300", "LNIADDRESSKEY": "378794", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19151", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 242.26171875, "Shape__Length": 62.393948151727329 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244943398715193, 39.975476538722198 ], [ -75.245071786825804, 39.975461932998599 ], [ -75.245096508273306, 39.975573889296399 ], [ -75.244966080113301, 39.975590418060797 ], [ -75.244943398715193, 39.975476538722198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5576, "ADDRESS": "28 FARSON ST", "OWNER1": "MINIHOUSING LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441074500", "LNIADDRESSKEY": "285565", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.62109375, "Shape__Length": 52.330344982754823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2218542823029, 39.960361149729003 ], [ -75.2218624372139, 39.960321545810402 ], [ -75.222043178094097, 39.960342212652698 ], [ -75.222034766399005, 39.960381955083697 ], [ -75.2218542823029, 39.960361149729003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5577, "ADDRESS": "2327 N 22ND ST", "OWNER1": "SALLIE MC BRIDE", "OWNER2": "ADA MC BRIDE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162211100", "LNIADDRESSKEY": "674114", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.453125, "Shape__Length": 69.659651113995807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168398419574103, 39.990187643188897 ], [ -75.168408093442494, 39.990141547519698 ], [ -75.168655937484402, 39.9901733491253 ], [ -75.168646359011802, 39.990220252238302 ], [ -75.168398419574103, 39.990187643188897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5578, "ADDRESS": "2409 W OXFORD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291228900", "LNIADDRESSKEY": "466799", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1037.49609375, "Shape__Length": 130.40272349032082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174678954018205, 39.979673493753303 ], [ -75.174718806336898, 39.979485673230698 ], [ -75.1750520890225, 39.979530582054103 ], [ -75.175011670498094, 39.979717374076003 ], [ -75.174678954018205, 39.979673493753303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5579, "ADDRESS": "4933 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442081810", "LNIADDRESSKEY": "314569", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.94921875, "Shape__Length": 66.984231642455512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220241255347204, 39.972739548080803 ], [ -75.220295281091794, 39.972729052016398 ], [ -75.220360201140394, 39.972912682124303 ], [ -75.220304576990301, 39.972918258442803 ], [ -75.220241255347204, 39.972739548080803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5580, "ADDRESS": "1942 S 65TH ST", "OWNER1": "RIDGON WILSON O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403008100", "LNIADDRESSKEY": "704353", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 186.7265625, "Shape__Length": 68.303159113059536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237486283052505, 39.927814288960803 ], [ -75.237525650798304, 39.927847551281097 ], [ -75.237494351825504, 39.927871287006496 ], [ -75.237470246254304, 39.927889586277502 ], [ -75.237386901240001, 39.927948869035099 ], [ -75.237346421473106, 39.927977980724997 ], [ -75.237328128362506, 39.927962508505601 ], [ -75.237305563227693, 39.9279436855795 ], [ -75.237337074068407, 39.927919326101403 ], [ -75.237346073941495, 39.9279137366565 ], [ -75.237390028406494, 39.927882396805202 ], [ -75.237437055287799, 39.927848947225797 ], [ -75.237486283052505, 39.927814288960803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5581, "ADDRESS": "1010 W MONMOUTH ST", "OWNER1": "EARL R BROWN S/M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372392000", "LNIADDRESSKEY": "434645", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.0390625, "Shape__Length": 46.469705913754076 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147450714473507, 39.996578242754801 ], [ -75.147407467096002, 39.9965735376311 ], [ -75.147407697200194, 39.996572462750301 ], [ -75.147433938852799, 39.996453223155903 ], [ -75.147483821932298, 39.996460317752501 ], [ -75.147457290031596, 39.996578956102397 ], [ -75.147450714473507, 39.996578242754801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5582, "ADDRESS": "2646 W ARIZONA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281233001", "LNIADDRESSKEY": "20881", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.44140625, "Shape__Length": 45.394036004227942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176322218837797, 39.991626623439799 ], [ -75.176277402422301, 39.991620783484898 ], [ -75.176302397395105, 39.991500976654301 ], [ -75.176347460425106, 39.991506952777598 ], [ -75.176322218837797, 39.991626623439799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5583, "ADDRESS": "4724 DEVEREAUX AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "411148810", "LNIADDRESSKEY": "115432", "COUNCILDISTRICT": "6", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19135", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.12890625, "Shape__Length": 70.136981085847651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055265159847394, 40.018529191217503 ], [ -75.055296610250195, 40.018565158014198 ], [ -75.055083169328398, 40.018676262273701 ], [ -75.055051242559799, 40.018639750365999 ], [ -75.055265159847394, 40.018529191217503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5584, "ADDRESS": "2413 N 7TH ST", "OWNER1": "OLD KENSINGTON HOLDINGS L", "OWNER2": null, "BLDG_DESC": null, "OPA_ID": "371060000", "LNIADDRESSKEY": "642521", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 326.14453125, "Shape__Length": 84.225850401240351 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1443446755803, 39.988446777718103 ], [ -75.144359875725996, 39.988377242953298 ], [ -75.144642464882907, 39.988414640721501 ], [ -75.144626605484802, 39.988483886867002 ], [ -75.1443446755803, 39.988446777718103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5585, "ADDRESS": "1925 DIAMOND ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321186900", "LNIADDRESSKEY": "116593", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 255.359375, "Shape__Length": 89.989183011674982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165443675009996, 39.9862504696668 ], [ -75.165454942569298, 39.986197238015897 ], [ -75.165500286777203, 39.985989765336299 ], [ -75.165550458810699, 39.9859962629276 ], [ -75.165559007140502, 39.985997938716203 ], [ -75.165502376085996, 39.986258078375698 ], [ -75.165443675009996, 39.9862504696668 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5586, "ADDRESS": "2401 N MYRTLEWOOD ST", "OWNER1": "COOK VALERIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282039300", "LNIADDRESSKEY": "445017", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.90625, "Shape__Length": 54.397022828939477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180390290208706, 39.992692350844003 ], [ -75.180400511721999, 39.992648718477597 ], [ -75.180406788319502, 39.992649551640397 ], [ -75.180583309933198, 39.992672976287103 ], [ -75.180574642865295, 39.992717015130097 ], [ -75.180397462280794, 39.9926933178063 ], [ -75.180390290208706, 39.992692350844003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5587, "ADDRESS": "2535 W ARIZONA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281235701", "LNIADDRESSKEY": "20831", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.6875, "Shape__Length": 45.387041475498727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174350319820803, 39.9915801673827 ], [ -75.174351555223595, 39.991574117776501 ], [ -75.174374676495603, 39.991460138213498 ], [ -75.174418992655603, 39.991465340362097 ], [ -75.174396229141195, 39.991579811128098 ], [ -75.174395039200107, 39.991585781789901 ], [ -75.174350319820803, 39.9915801673827 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5588, "ADDRESS": "3814 W GIRARD AVE", "OWNER1": "WEST GIRARD PROPERTIES LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243218000", "LNIADDRESSKEY": "314325", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 277.2890625, "Shape__Length": 97.93301265344661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199918472960505, 39.9741744410005 ], [ -75.199977402797202, 39.974167964738399 ], [ -75.200033933189999, 39.9744569896135 ], [ -75.199976573510199, 39.974462968082399 ], [ -75.199918472960505, 39.9741744410005 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5589, "ADDRESS": "2611 W SERGEANT ST", "OWNER1": "JOSEPH SHELTON", "OWNER2": "ELEANOR T", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281299300", "LNIADDRESSKEY": "530717", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 520.37890625, "Shape__Length": 101.0831186147669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174786516847306, 39.994576271556099 ], [ -75.174837270544103, 39.994330536261202 ], [ -75.174966708259504, 39.994347125299598 ], [ -75.174912224911495, 39.994592293803798 ], [ -75.174786516847306, 39.994576271556099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5590, "ADDRESS": "2327 W SEDGLEY AVE", "OWNER1": "RADCLIFF REALTY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162350300", "LNIADDRESSKEY": "528605", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.03125, "Shape__Length": 44.397570490135251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171473384695702, 39.991197934162003 ], [ -75.171412793857897, 39.991117456140103 ], [ -75.171454791900501, 39.991095929491102 ], [ -75.171534527515604, 39.991206496666798 ], [ -75.171473384695702, 39.991197934162003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5591, "ADDRESS": "3760 N 10TH ST", "OWNER1": "VIBHAA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432363400", "LNIADDRESSKEY": "650039", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.43359375, "Shape__Length": 83.913301438623975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144140301194398, 40.009815673170998 ], [ -75.144148350053996, 40.009772541533998 ], [ -75.144465622573804, 40.0098125618414 ], [ -75.144456754356199, 40.009854111630702 ], [ -75.144140301194398, 40.009815673170998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5592, "ADDRESS": "716 E HILTON ST", "OWNER1": "FINBERG LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331049800", "LNIADDRESSKEY": "344764", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.015625, "Shape__Length": 53.095503060586921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116818459829901, 39.997254588140898 ], [ -75.116817252902194, 39.997260863156001 ], [ -75.1167919427361, 39.997393048123101 ], [ -75.116737770474799, 39.997385776417701 ], [ -75.116761741756605, 39.997253529210496 ], [ -75.116762917104595, 39.9972470113198 ], [ -75.116783824111096, 39.997250004790502 ], [ -75.116805320683696, 39.997252900279399 ], [ -75.116818459829901, 39.997254588140898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5593, "ADDRESS": "3215 RIDGE AVE", "OWNER1": "DOO POLE INC", "OWNER2": "REDEVELOPMENT AUTHORITY O", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282266600", "LNIADDRESSKEY": "504393", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 192.640625, "Shape__Length": 76.600415951504175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185263355061394, 39.991279283100098 ], [ -75.185283246790107, 39.9913169313621 ], [ -75.185018288785898, 39.991407809522798 ], [ -75.185005787348203, 39.9913842694788 ], [ -75.184997584049796, 39.991369514590303 ], [ -75.185263355061394, 39.991279283100098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5594, "ADDRESS": "610 N SHEDWICK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242157610", "LNIADDRESSKEY": "533357", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.71875, "Shape__Length": 64.826182465265731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192656503931104, 39.965436704969697 ], [ -75.192895853672894, 39.965410380344501 ], [ -75.192902138548007, 39.965447676836902 ], [ -75.192662690510403, 39.965474354059097 ], [ -75.192656503931104, 39.965436704969697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5595, "ADDRESS": "3030 W BERKS ST", "OWNER1": "BERKS ST PARTNERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323025300", "LNIADDRESSKEY": "37274", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.9140625, "Shape__Length": 73.026462605642678 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183758219547101, 39.985072832493799 ], [ -75.183760608625903, 39.985055057183203 ], [ -75.183801802854006, 39.984865508193003 ], [ -75.183854799659997, 39.984872125121697 ], [ -75.183811269677093, 39.985079708545399 ], [ -75.183758219547101, 39.985072832493799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5596, "ADDRESS": "1226 PENNOCK ST", "OWNER1": "SHIPP GEORGE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292087700", "LNIADDRESSKEY": "478301", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 78.99609375, "Shape__Length": 41.584919027737243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181418443058703, 39.975012434787502 ], [ -75.181410377377503, 39.975046218973901 ], [ -75.181270482341702, 39.975028417963202 ], [ -75.181278556005907, 39.974994424478901 ], [ -75.181418443058703, 39.975012434787502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5597, "ADDRESS": "2620 N 29TH ST", "OWNER1": "YOUNG JULIAN R JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282012100", "LNIADDRESSKEY": "682303", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.28515625, "Shape__Length": 67.457975656502882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178940499000902, 39.995994176761499 ], [ -75.178949004364199, 39.995953326222697 ], [ -75.179193788383799, 39.995986324394799 ], [ -75.179184533660703, 39.996028174055397 ], [ -75.178940499000902, 39.995994176761499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5598, "ADDRESS": "3917 BROWN ST", "OWNER1": "BROWN ST INVESTMENTS INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243122200", "LNIADDRESSKEY": "53905", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.6015625, "Shape__Length": 92.099435574003195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201051835170603, 39.967703581557103 ], [ -75.201109281491298, 39.967697362458097 ], [ -75.201162624732405, 39.967966374548702 ], [ -75.201104797730906, 39.967973214800097 ], [ -75.201051835170603, 39.967703581557103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5599, "ADDRESS": "2858 N PARK AVE", "OWNER1": "MILDRED M PRIMUS", "OWNER2": "DONALD ALVIN PRIMUS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372283200", "LNIADDRESSKEY": "470065", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.7109375, "Shape__Length": 58.796135647348024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152779771234293, 39.996663186865099 ], [ -75.152787836991195, 39.996623295431299 ], [ -75.152996075113606, 39.996649898187201 ], [ -75.152987760054799, 39.996690299825801 ], [ -75.152779771234293, 39.996663186865099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5600, "ADDRESS": "6003 UPLAND ST", "OWNER1": "LAM TONY SIK-YUEN", "OWNER2": "HUYNH HIENG LY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401286800", "LNIADDRESSKEY": "583793", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.09375, "Shape__Length": 60.362474312502542 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229569098345294, 39.931806058230499 ], [ -75.229611183184204, 39.931777291904197 ], [ -75.229754740490506, 39.931898618247303 ], [ -75.229712590941006, 39.931928577026 ], [ -75.229569098345294, 39.931806058230499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5601, "ADDRESS": "4549 TACKAWANNA ST", "OWNER1": "COMMUNITY DEV CORP", "OWNER2": "FRANKFORD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232348907", "LNIADDRESSKEY": "732470", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 421.32421875, "Shape__Length": 100.72577606152697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081218804716599, 40.011266502023602 ], [ -75.081292994877899, 40.011220671897902 ], [ -75.081516189224601, 40.011434294913002 ], [ -75.081515716222796, 40.011434590272998 ], [ -75.081442253645207, 40.011480018471602 ], [ -75.081218804716599, 40.011266502023602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5602, "ADDRESS": "2145 N WOODSTOCK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322016401", "LNIADDRESSKEY": "624036", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.26953125, "Shape__Length": 59.842382509200853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166197668089296, 39.987282575936 ], [ -75.166200921570905, 39.987266448931102 ], [ -75.166205824165999, 39.987242266811101 ], [ -75.166418331665994, 39.987271117825401 ], [ -75.166409548119105, 39.987311412838103 ], [ -75.166197668089296, 39.987282575936 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5603, "ADDRESS": "2353 N 30TH ST", "OWNER1": "BID PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282063800", "LNIADDRESSKEY": "683076", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.38671875, "Shape__Length": 59.821576600357233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181000857234295, 39.992589101508202 ], [ -75.180922264341604, 39.992579170306101 ], [ -75.180930481430096, 39.992535910880903 ], [ -75.181140212173602, 39.9925634150703 ], [ -75.181139930115293, 39.992564794061103 ], [ -75.181131198626801, 39.992605591237997 ], [ -75.181000857234295, 39.992589101508202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5604, "ADDRESS": "166 W ROCKLAND ST", "OWNER1": "REZK WAGDY BERNABA", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "422114500", "LNIADDRESSKEY": "512657", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19120", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.55078125, "Shape__Length": 48.926551560637535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125900227810703, 40.024821433009102 ], [ -75.125921013228407, 40.024726928598 ], [ -75.126012654494701, 40.024738002466201 ], [ -75.125994537825093, 40.024833470023701 ], [ -75.125900227810703, 40.024821433009102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5605, "ADDRESS": "2609 N 27TH ST", "OWNER1": "CHARLES FRANK", "OWNER2": "BERTHA 1/2 INT", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281065400", "LNIADDRESSKEY": "679954", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.24609375, "Shape__Length": 53.823113294890724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175523441767595, 39.9952951564822 ], [ -75.175530442169801, 39.995258673841001 ], [ -75.175722061450102, 39.995284781455197 ], [ -75.175714620701598, 39.995320174142499 ], [ -75.175523441767595, 39.9952951564822 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5606, "ADDRESS": "5226 CHESTER AVE", "OWNER1": "CAN PROPERTIES 1 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511279200", "LNIADDRESSKEY": "80054", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 319.62890625, "Shape__Length": 94.578943082402816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2207099240578, 39.940749334023202 ], [ -75.220912375126602, 39.940918426729503 ], [ -75.220946846835901, 39.940949330906399 ], [ -75.220893587129495, 39.940987182204303 ], [ -75.220866326525893, 39.940963964874001 ], [ -75.220806144009103, 39.940912667221902 ], [ -75.220656922877694, 39.940788141466697 ], [ -75.2207099240578, 39.940749334023202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5607, "ADDRESS": "1904 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322057801", "LNIADDRESSKEY": "672101", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.2109375, "Shape__Length": 73.013998847977746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168679647770404, 39.983398967698001 ], [ -75.168689006593794, 39.983355622038701 ], [ -75.168955319737094, 39.9833920624624 ], [ -75.168945293231701, 39.983435876292802 ], [ -75.168679647770404, 39.983398967698001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5608, "ADDRESS": "1325 S 23RD ST", "OWNER1": "WAVEBROOK LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361337700", "LNIADDRESSKEY": "676059", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.26953125, "Shape__Length": 60.597967193093623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182140554075602, 39.935304478956901 ], [ -75.182150526680701, 39.935259470351703 ], [ -75.182150803038596, 39.935258235396297 ], [ -75.182159324577498, 39.935259376761799 ], [ -75.182359370787594, 39.935286375295803 ], [ -75.182349716857203, 39.9353312784243 ], [ -75.182140554075602, 39.935304478956901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5609, "ADDRESS": "50 N 58TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042090850", "LNIADDRESSKEY": "697663", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.17578125, "Shape__Length": 68.033763860255547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236633714109303, 39.962856179449801 ], [ -75.236635370210394, 39.962848800541202 ], [ -75.236642392382393, 39.962815812401601 ], [ -75.236890761249597, 39.962847866007998 ], [ -75.2368833064684, 39.962888001961197 ], [ -75.236633714109303, 39.962856179449801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5610, "ADDRESS": "2450 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191293001", "LNIADDRESSKEY": "462514", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.61328125, "Shape__Length": 39.354559584350149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140523261541205, 39.988627100196901 ], [ -75.140529994894095, 39.988593658657102 ], [ -75.140660880717107, 39.988611384066701 ], [ -75.140653414495603, 39.988644808951499 ], [ -75.140523261541205, 39.988627100196901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5611, "ADDRESS": "4017 BROWN ST", "OWNER1": "TIDA INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062001200", "LNIADDRESSKEY": "53946", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.6953125, "Shape__Length": 84.415514536715662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204555317736705, 39.9673227366468 ], [ -75.204612911864302, 39.967318179187302 ], [ -75.204637794164597, 39.967569391613701 ], [ -75.2045948688652, 39.967572711259898 ], [ -75.204555317736705, 39.9673227366468 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5612, "ADDRESS": "3218 W YORK ST", "OWNER1": "3218 YORK LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282344000", "LNIADDRESSKEY": "629521", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.49609375, "Shape__Length": 52.896174619527045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184970476752994, 39.993101375972302 ], [ -75.1849490323672, 39.993098736593303 ], [ -75.184977080343103, 39.992958186503301 ], [ -75.1850282748306, 39.992964424590902 ], [ -75.185000432561793, 39.993105075019997 ], [ -75.184970476752994, 39.993101375972302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5613, "ADDRESS": "2240 N 7TH ST", "OWNER1": "REKR LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371066700", "LNIADDRESSKEY": "642490", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.63671875, "Shape__Length": 64.919014397055307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145358796668702, 39.9858819315657 ], [ -75.1453660260932, 39.985842548686399 ], [ -75.145595233799995, 39.985866891208701 ], [ -75.145602524422102, 39.985867638933499 ], [ -75.145595645630493, 39.985908076092102 ], [ -75.145358796668702, 39.9858819315657 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5614, "ADDRESS": "2011 N 22ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322086001", "LNIADDRESSKEY": "674015", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 552.57421875, "Shape__Length": 122.45408890842899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169254163642094, 39.985337431755802 ], [ -75.169271310210803, 39.985262295444798 ], [ -75.169321900450697, 39.985268800795801 ], [ -75.169715202381994, 39.985322618961298 ], [ -75.169699699712993, 39.985396388957099 ], [ -75.169254163642094, 39.985337431755802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5615, "ADDRESS": "2411 N 30TH ST", "OWNER1": "AMERICAN HOUSING TRUSTIII", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282064400", "LNIADDRESSKEY": "683083", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.3828125, "Shape__Length": 64.207255014587574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180818147154795, 39.992970789796303 ], [ -75.180827892623299, 39.992928161505198 ], [ -75.180835065322498, 39.992929112685999 ], [ -75.181056281887393, 39.992958275155303 ], [ -75.181047835357504, 39.993000400937703 ], [ -75.180825843901005, 39.9929717842424 ], [ -75.180818147154795, 39.992970789796303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5616, "ADDRESS": "2447 N 19TH ST", "OWNER1": "BARKSDALE FREDERICK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162078500", "LNIADDRESSKEY": "668255", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.640625, "Shape__Length": 66.624425392176917 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162943182227906, 39.991442495642701 ], [ -75.162947081404198, 39.9914243199377 ], [ -75.162952643782901, 39.991399346389002 ], [ -75.163190872163796, 39.991430555580003 ], [ -75.163181045034307, 39.9914745030201 ], [ -75.162943182227906, 39.991442495642701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5617, "ADDRESS": "2501 AMBER ST", "OWNER1": "BMK PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "311138901", "LNIADDRESSKEY": "13919", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.13671875, "Shape__Length": 41.092333416131432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125800156956004, 39.983731557232304 ], [ -75.125850147262696, 39.983704135461501 ], [ -75.125919036825294, 39.9837836348078 ], [ -75.125899208013095, 39.983794062460298 ], [ -75.125869649139503, 39.983809555536403 ], [ -75.125800156956004, 39.983731557232304 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5618, "ADDRESS": "1555 S MARSTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364324605", "LNIADDRESSKEY": "416154", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.51953125, "Shape__Length": 54.597422090692199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190471282934794, 39.933403941932397 ], [ -75.190514763141806, 39.933409812686698 ], [ -75.190655828599006, 39.933429354730499 ], [ -75.190646167434394, 39.933472388675497 ], [ -75.190461568302396, 39.9334483926338 ], [ -75.190471282934794, 39.933403941932397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5619, "ADDRESS": "917 N MAY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062405200", "LNIADDRESSKEY": "420475", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.65234375, "Shape__Length": 51.374228137369279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215329711671998, 39.9698030659249 ], [ -75.215335838429993, 39.9698471757333 ], [ -75.215163848539106, 39.969860301749002 ], [ -75.215158462422494, 39.969815450323502 ], [ -75.215162327765, 39.969815149408497 ], [ -75.215329711671998, 39.9698030659249 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5620, "ADDRESS": "1235 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371390800", "LNIADDRESSKEY": "105987", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.9140625, "Shape__Length": 58.703856426533505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152415756304606, 39.990748218779999 ], [ -75.152406533951194, 39.990746623624801 ], [ -75.152438255716802, 39.990586303539402 ], [ -75.152489484537796, 39.990592605450402 ], [ -75.152457265167001, 39.9907533816897 ], [ -75.152415756304606, 39.990748218779999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5621, "ADDRESS": "2932 RUTLEDGE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071429310", "LNIADDRESSKEY": "521938", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.21484375, "Shape__Length": 41.931922153345091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124382848980801, 39.993929793846299 ], [ -75.124390355460605, 39.993894452688899 ], [ -75.124530980694004, 39.993914128827697 ], [ -75.124524271906395, 39.993947246933203 ], [ -75.124382848980801, 39.993929793846299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5622, "ADDRESS": "2328 N 16TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161079601", "LNIADDRESSKEY": "660528", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 244.07421875, "Shape__Length": 87.400709898371758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159077965398495, 39.988982890489503 ], [ -75.159087659769796, 39.988938069740698 ], [ -75.159415333803693, 39.988983219767597 ], [ -75.159406820096805, 39.989027840807204 ], [ -75.159077965398495, 39.988982890489503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5623, "ADDRESS": "1236 W HUNTINGDON ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371420100", "LNIADDRESSKEY": "732058", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.1015625, "Shape__Length": 60.069662738509251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152214933891798, 39.991947152391901 ], [ -75.152215500081198, 39.991944409214497 ], [ -75.152247834590995, 39.991790566717803 ], [ -75.152249018328305, 39.991785919472697 ], [ -75.1522897499122, 39.991791627973903 ], [ -75.152303007297505, 39.991793508174197 ], [ -75.152305425433795, 39.991793836585302 ], [ -75.152304049063005, 39.991798045855901 ], [ -75.152270974181306, 39.991954288592801 ], [ -75.152214933891798, 39.991947152391901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5624, "ADDRESS": "2025 CECIL B MOORE AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472067100", "LNIADDRESSKEY": "71652", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 396.6640625, "Shape__Length": 99.153393509480168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168557389359705, 39.980148709864501 ], [ -75.168499149115704, 39.9804170294843 ], [ -75.168409797583394, 39.980404799791401 ], [ -75.168469414402793, 39.980136247628003 ], [ -75.168557389359705, 39.980148709864501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5625, "ADDRESS": "2533 ANNIN ST", "OWNER1": "PASSMORE INVESTMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361247800", "LNIADDRESSKEY": "17621", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.8125, "Shape__Length": 39.31838186919731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1861029032993, 39.9390622071965 ], [ -75.186123037540895, 39.938962569707201 ], [ -75.186167348781098, 39.9389675573522 ], [ -75.186146406389497, 39.939068063150998 ], [ -75.1861029032993, 39.9390622071965 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5626, "ADDRESS": "4931 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442081710", "LNIADDRESSKEY": "314568", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.55078125, "Shape__Length": 66.314520423134212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220182682400903, 39.972751748122697 ], [ -75.220241255347204, 39.972739548080803 ], [ -75.220304576990301, 39.972918258442803 ], [ -75.220245294060405, 39.972924205700402 ], [ -75.220182682400903, 39.972751748122697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5627, "ADDRESS": "5617 ELLIOTT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513097100", "LNIADDRESSKEY": "133558", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.44921875, "Shape__Length": 64.952708465478736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233790672748199, 39.944075872626499 ], [ -75.233638284530798, 39.943947233723101 ], [ -75.233679277921993, 39.943918698622902 ], [ -75.233832188130293, 39.944046834228402 ], [ -75.233838199376606, 39.944051882153097 ], [ -75.2338334284686, 39.944056291486298 ], [ -75.233797190647493, 39.944081384418197 ], [ -75.233790672748199, 39.944075872626499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5628, "ADDRESS": "2207 N 8TH ST", "OWNER1": "AHM PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371096400", "LNIADDRESSKEY": "645109", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.078125, "Shape__Length": 67.97294942464913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146400265072998, 39.985256802369697 ], [ -75.146645823067104, 39.985290146647898 ], [ -75.146636948978298, 39.985332502819801 ], [ -75.146391616234695, 39.985299275137301 ], [ -75.146400265072998, 39.985256802369697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5629, "ADDRESS": "2355 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162134101", "LNIADDRESSKEY": "670230", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.41015625, "Shape__Length": 67.439536564129455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165070741641699, 39.990276815865201 ], [ -75.165061761562498, 39.990318395949302 ], [ -75.164826181950204, 39.990287040742899 ], [ -75.1648178819094, 39.990285983194298 ], [ -75.164827095244206, 39.990243779921499 ], [ -75.164835071791899, 39.990245103866897 ], [ -75.165070741641699, 39.990276815865201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5630, "ADDRESS": "1500 W GLENWOOD AVE", "OWNER1": "TURF WIZARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111017700", "LNIADDRESSKEY": "317941", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.76953125, "Shape__Length": 68.169043161583758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156416727483801, 39.995795926476603 ], [ -75.156365919524902, 39.995814686466197 ], [ -75.156315011228799, 39.995745558912098 ], [ -75.156310733477895, 39.995744494786699 ], [ -75.1562450131768, 39.995656010905499 ], [ -75.156312799271305, 39.995630606664697 ], [ -75.156416727483801, 39.995795926476603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5631, "ADDRESS": "2309 N 11TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371185201", "LNIADDRESSKEY": "732958", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.01953125, "Shape__Length": 85.1954829177064 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150086951523306, 39.987438480229201 ], [ -75.1500964506657, 39.987392866167198 ], [ -75.150414262600904, 39.987435302692099 ], [ -75.150404175787401, 39.9874809361269 ], [ -75.150086951523306, 39.987438480229201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5632, "ADDRESS": "2709 W ARIZONA ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281238820", "LNIADDRESSKEY": "20883", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.83203125, "Shape__Length": 60.500879774038573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1769656678498, 39.991943550417702 ], [ -75.176912527786499, 39.991936602843502 ], [ -75.176905513906206, 39.991970301121 ], [ -75.176852736629002, 39.991963401071303 ], [ -75.1768611703082, 39.991922877926797 ], [ -75.176870763640096, 39.991876791128 ], [ -75.177025489160002, 39.991897018403598 ], [ -75.177015069150301, 39.991950008703 ], [ -75.1769656678498, 39.991943550417702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5633, "ADDRESS": "1440 N 27TH ST", "OWNER1": "NETTI LAUREN ASHLEY DYE", "OWNER2": "NETTI MARK DAVID", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292061300", "LNIADDRESSKEY": "679603", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.078125, "Shape__Length": 43.472769358858443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179663419966602, 39.978154522713098 ], [ -75.179795440109402, 39.978173534480199 ], [ -75.1797930402562, 39.978183797308702 ], [ -75.179785892981499, 39.978219277854002 ], [ -75.179653297151305, 39.978200543759797 ], [ -75.179663419966602, 39.978154522713098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5634, "ADDRESS": "2R NOLAN CT", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152286200", "LNIADDRESSKEY": "451591", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 55.66796875, "Shape__Length": 34.333128583234313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161260962698606, 39.9693977766728 ], [ -75.161268160312503, 39.969362281316997 ], [ -75.161327509394994, 39.969370085074601 ], [ -75.161360090163598, 39.969373318178199 ], [ -75.161354186239294, 39.969400717805598 ], [ -75.161368265889493, 39.969403420887602 ], [ -75.161367305132401, 39.9694110398353 ], [ -75.161260962698606, 39.9693977766728 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5635, "ADDRESS": "100 N YEWDALL ST", "OWNER1": "LEX HUMPHRIES & IRENE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041122400", "LNIADDRESSKEY": "628011", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.703125, "Shape__Length": 57.673988101769162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2289470833217, 39.962241753373497 ], [ -75.228955785775099, 39.962202000016802 ], [ -75.228956842785806, 39.962197219802199 ], [ -75.229155241192103, 39.962222035073502 ], [ -75.229144223124393, 39.962266056719599 ], [ -75.2289470833217, 39.962241753373497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5636, "ADDRESS": "6086 UPLAND ST", "OWNER1": "TRAN JERRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401302200", "LNIADDRESSKEY": "583876", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.0546875, "Shape__Length": 58.109419382957576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231003512208503, 39.930472252938401 ], [ -75.231142659845105, 39.930592239569101 ], [ -75.231105999117403, 39.930618725535197 ], [ -75.2309650597238, 39.930499085804897 ], [ -75.231003512208503, 39.930472252938401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5637, "ADDRESS": "136 W HUNTINGDON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192303201", "LNIADDRESSKEY": "731786", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.5859375, "Shape__Length": 59.959519460553786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132456007691601, 39.989397594455397 ], [ -75.132487683174304, 39.989248385149203 ], [ -75.132489414368195, 39.989237736221099 ], [ -75.132546482692504, 39.989245260371298 ], [ -75.132513693451301, 39.989404906317397 ], [ -75.132456007691601, 39.989397594455397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5638, "ADDRESS": "1705 N 29TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324176801", "LNIADDRESSKEY": "681946", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.94921875, "Shape__Length": 63.458191203133516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1815136859815, 39.981909271852302 ], [ -75.181742629349003, 39.981939284744897 ], [ -75.181733933716004, 39.9819791794827 ], [ -75.181505072364004, 39.981949201072901 ], [ -75.1815136859815, 39.981909271852302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5639, "ADDRESS": "2218 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162182001", "LNIADDRESSKEY": "672238", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.58984375, "Shape__Length": 91.251431981272674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167618895698993, 39.9882931481079 ], [ -75.167628362088195, 39.988250320762397 ], [ -75.167786396109904, 39.988270093442999 ], [ -75.167975496743594, 39.988295738865801 ], [ -75.167969275084403, 39.988329288953402 ], [ -75.167966299567695, 39.988339732347299 ], [ -75.167618895698993, 39.9882931481079 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5640, "ADDRESS": "1908 W NORRIS ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321150401", "LNIADDRESSKEY": "452388", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.34375, "Shape__Length": 69.074835115066122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165199315267003, 39.984221944170599 ], [ -75.165242170888206, 39.984031373777697 ], [ -75.165252011626507, 39.984032707033101 ], [ -75.165299622531094, 39.984039292376004 ], [ -75.165256108085899, 39.984229558498001 ], [ -75.165199315267003, 39.984221944170599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5641, "ADDRESS": "2211 INGERSOLL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291085500", "LNIADDRESSKEY": "357172", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1171.796875, "Shape__Length": 221.18977598197645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171985691443297, 39.976023950210397 ], [ -75.172184441784907, 39.976051175764901 ], [ -75.172185284978994, 39.9760471649236 ], [ -75.172194140646099, 39.976004840525697 ], [ -75.172203334540299, 39.9759574611559 ], [ -75.1720057565567, 39.975931406252499 ], [ -75.1720247801113, 39.9758398052304 ], [ -75.1724513393047, 39.975894281246902 ], [ -75.172427140733603, 39.976009622669103 ], [ -75.172255153526294, 39.975987769584698 ], [ -75.172253618005698, 39.975997293718102 ], [ -75.172222002161305, 39.976144127848997 ], [ -75.171966984001699, 39.976111076913803 ], [ -75.171985691443297, 39.976023950210397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5642, "ADDRESS": "4248 N 16TH ST", "OWNER1": "CHONG WAN KIM", "OWNER2": "JUNG MIN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132117300", "LNIADDRESSKEY": "661061", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.8984375, "Shape__Length": 60.952775477369343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152589671446904, 40.018622534257197 ], [ -75.152595887900006, 40.018596512694103 ], [ -75.152724252591696, 40.018544689562198 ], [ -75.1527979936956, 40.018650346218301 ], [ -75.152589671446904, 40.018622534257197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5643, "ADDRESS": "533 W MONTGOMERY AVE", "OWNER1": "BSK PH DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183030500", "LNIADDRESSKEY": "435707", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.53515625, "Shape__Length": 62.791956648059625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144233353053494, 39.978565127682799 ], [ -75.144289907682406, 39.978572747135701 ], [ -75.144254546764003, 39.978742927735901 ], [ -75.144198293387603, 39.978735122515701 ], [ -75.144233353053494, 39.978565127682799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5644, "ADDRESS": "4523 OLD YORK RD", "OWNER1": "RAMDAS PRIYA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491517600", "LNIADDRESSKEY": "458001", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RTA-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 280.59375, "Shape__Length": 87.733497273677827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146943820053096, 40.0219468755704 ], [ -75.146621534157902, 40.021903751646398 ], [ -75.146631295450803, 40.0218509547026 ], [ -75.1469471536561, 40.0218927244076 ], [ -75.146943820053096, 40.0219468755704 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5645, "ADDRESS": "2512 CECIL B MOORE AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324034701", "LNIADDRESSKEY": "71776", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.53515625, "Shape__Length": 67.498890300397193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176098325582302, 39.980958794307703 ], [ -75.176118236031101, 39.980864117627902 ], [ -75.176137180801405, 39.9807678402641 ], [ -75.176187013184105, 39.980774374083502 ], [ -75.1761706506731, 39.980861698119902 ], [ -75.176148287321993, 39.9809657815481 ], [ -75.176098325582302, 39.980958794307703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5646, "ADDRESS": "3972 RENO ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243130410", "LNIADDRESSKEY": "501005", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.40625, "Shape__Length": 69.678486933853705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2026233323014, 39.967744670978099 ], [ -75.202670552787396, 39.967739077778099 ], [ -75.202709042901105, 39.967940622034398 ], [ -75.202662692846701, 39.967945912468103 ], [ -75.202627857445805, 39.967769788959799 ], [ -75.2026233323014, 39.967744670978099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5647, "ADDRESS": "1619 W SUSQUEHANNA AVE", "OWNER1": "PHILADELPHIA COMMUNITY DEVELOPMENT COALI", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161260600", "LNIADDRESSKEY": "559107", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.9765625, "Shape__Length": 61.005155788054331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160133953399793, 39.986880785497597 ], [ -75.160191435276801, 39.9868884989328 ], [ -75.160154835546706, 39.9870514024445 ], [ -75.160097361135797, 39.9870435281059 ], [ -75.160133953399793, 39.986880785497597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5648, "ADDRESS": "2902 GRANSBACK ST", "OWNER1": "PHILA TOWNHOUSES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071510505", "LNIADDRESSKEY": "320751", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.52734375, "Shape__Length": 40.309527956983587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121784180755398, 39.993052776969499 ], [ -75.121795250042496, 39.993002331828698 ], [ -75.121907677017603, 39.993017287295999 ], [ -75.121897048878097, 39.993067724525801 ], [ -75.121784180755398, 39.993052776969499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5649, "ADDRESS": "3104-06 RIDGE AVE", "OWNER1": "FINITE DEVELOPERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323042500", "LNIADDRESSKEY": "504367", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 290.75, "Shape__Length": 70.971620405141266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183715650682004, 39.989101925748301 ], [ -75.1839157294323, 39.9891272743575 ], [ -75.183893565837906, 39.989240729522301 ], [ -75.183816577065599, 39.989231141303698 ], [ -75.183710287948301, 39.989131820726797 ], [ -75.183715650682004, 39.989101925748301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5650, "ADDRESS": "2449 N CLEVELAND ST", "OWNER1": "URBANIAK MARZENA", "OWNER2": "SPADLO VOYTEK", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162024700", "LNIADDRESSKEY": "90234", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.0078125, "Shape__Length": 51.472109992835065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162045924569696, 39.991273337567598 ], [ -75.1620441938977, 39.991273104827798 ], [ -75.162037917052402, 39.991272286415402 ], [ -75.162044615509501, 39.991236183940302 ], [ -75.1620455961896, 39.991232466835299 ], [ -75.162052916033502, 39.991233388729 ], [ -75.162054877215695, 39.991233643560001 ], [ -75.162222563420897, 39.991254914088799 ], [ -75.162212525080903, 39.991295051031699 ], [ -75.162045924569696, 39.991273337567598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5651, "ADDRESS": "3916 ASPEN ST", "OWNER1": "AHM PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243038800", "LNIADDRESSKEY": "23863", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 232.26171875, "Shape__Length": 85.380013639337676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200855349621705, 39.966193899335003 ], [ -75.200900965600496, 39.966440979530702 ], [ -75.200844408029099, 39.966447491928001 ], [ -75.200798079479398, 39.966199864280902 ], [ -75.200855349621705, 39.966193899335003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5652, "ADDRESS": "2404 N OPAL ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162126901", "LNIADDRESSKEY": "460310", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.59765625, "Shape__Length": 51.537556138546258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164717492073507, 39.990714411840898 ], [ -75.164725206747406, 39.990715423549098 ], [ -75.164724770271306, 39.990717542366497 ], [ -75.164716957012303, 39.9907543125111 ], [ -75.164709095171602, 39.990753281719897 ], [ -75.164705175698202, 39.990752773339501 ], [ -75.164539168286694, 39.9907308831215 ], [ -75.164547871594195, 39.9906921981053 ], [ -75.164713194886801, 39.990713863417703 ], [ -75.164717492073507, 39.990714411840898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5653, "ADDRESS": "3832 FOLSOM ST", "OWNER1": "MCHUGH JOHN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243052600", "LNIADDRESSKEY": "293637", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.17578125, "Shape__Length": 76.115254238966173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199015039465294, 39.967000924934403 ], [ -75.199058293403795, 39.966995518718903 ], [ -75.199067077973297, 39.966994796120098 ], [ -75.199067980395199, 39.966999764956697 ], [ -75.199107335975697, 39.967214257091399 ], [ -75.199055806106003, 39.967220752006703 ], [ -75.199015856808501, 39.967005391821701 ], [ -75.199015039465294, 39.967000924934403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5654, "ADDRESS": "2363 N BEECHWOOD ST", "OWNER1": "WASHINGTON JANET", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162203900", "LNIADDRESSKEY": "32180", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.96875, "Shape__Length": 49.929982304387821 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167811739182198, 39.990757241297203 ], [ -75.167818157064602, 39.9907251620293 ], [ -75.167819536851297, 39.990719181052199 ], [ -75.167991170150501, 39.990741934144502 ], [ -75.167983682288707, 39.990779550861099 ], [ -75.167811739182198, 39.990757241297203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5655, "ADDRESS": "1844 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183166901", "LNIADDRESSKEY": "388527", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.859375, "Shape__Length": 45.984192339470731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141733102684, 39.979120225198201 ], [ -75.141804156478102, 39.979128966056599 ], [ -75.141868976788103, 39.979137967283997 ], [ -75.141880379757694, 39.9791836841449 ], [ -75.141723884902305, 39.979162170030698 ], [ -75.141733102684, 39.979120225198201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5656, "ADDRESS": "2207 N 7TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371057401", "LNIADDRESSKEY": "642466", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.42578125, "Shape__Length": 70.656392184441174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145046278700505, 39.985138711153901 ], [ -75.145053530317696, 39.985100584593098 ], [ -75.145317765658703, 39.985130328096403 ], [ -75.145310515606198, 39.985168455832302 ], [ -75.145046278700505, 39.985138711153901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5657, "ADDRESS": "3633 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242047700", "LNIADDRESSKEY": "335962", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 263.56640625, "Shape__Length": 91.580708519686823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195715587155206, 39.963696090540502 ], [ -75.1957589172886, 39.963930436185798 ], [ -75.195765019608103, 39.963962037443203 ], [ -75.195705566443195, 39.9639687576189 ], [ -75.1956547491788, 39.963702860946 ], [ -75.195715587155206, 39.963696090540502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5658, "ADDRESS": "1615 W FLORA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471034700", "LNIADDRESSKEY": "293113", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.83984375, "Shape__Length": 47.239188332193741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1630267753536, 39.972652043750799 ], [ -75.163021920053396, 39.972677211174101 ], [ -75.162978673839504, 39.9726717378717 ], [ -75.162980741568603, 39.972662032114002 ], [ -75.163005758422599, 39.972544276915897 ], [ -75.1630488116392, 39.972549857359702 ], [ -75.1630267753536, 39.972652043750799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5659, "ADDRESS": "3764 N 10TH ST", "OWNER1": "C O B I C ENTERPRISE INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432363600", "LNIADDRESSKEY": "650042", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 199.390625, "Shape__Length": 82.569522199428249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144448164700293, 40.009896569887999 ], [ -75.144439359619199, 40.009937008348601 ], [ -75.144123624658505, 40.0098956848637 ], [ -75.144130625004095, 40.009860218515598 ], [ -75.144448164700293, 40.009896569887999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5660, "ADDRESS": "5530 MATTHEWS ST", "OWNER1": "AJA 88 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122288100", "LNIADDRESSKEY": "420033", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.203125, "Shape__Length": 52.815035746691308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158949349965695, 40.047882598700298 ], [ -75.158994463956006, 40.047909601507101 ], [ -75.158881827376604, 40.048017804693004 ], [ -75.1588377935485, 40.047990568291603 ], [ -75.158949349965695, 40.047882598700298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5661, "ADDRESS": "3907 FAIRMOUNT AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243015310", "LNIADDRESSKEY": "283632", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 234.25390625, "Shape__Length": 84.76245029616517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200375337870696, 39.965507304279399 ], [ -75.200433801193199, 39.9655013176408 ], [ -75.200480200451295, 39.9657453362721 ], [ -75.200422352202594, 39.965751659841899 ], [ -75.200375337870696, 39.965507304279399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5662, "ADDRESS": "852 N CARLISLE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151004510", "LNIADDRESSKEY": "64918", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.6484375, "Shape__Length": 60.02035558360042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160740028123499, 39.969812666571897 ], [ -75.160748909264797, 39.969772067803298 ], [ -75.160961889073405, 39.969798602736802 ], [ -75.160953260213503, 39.969839191443597 ], [ -75.160944793895098, 39.969838146698898 ], [ -75.160740028123499, 39.969812666571897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5663, "ADDRESS": "1250 S NEWKIRK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362150605", "LNIADDRESSKEY": "450299", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.03125, "Shape__Length": 49.571233360402772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190917091726902, 39.9379132410075 ], [ -75.190924504338398, 39.937874331910201 ], [ -75.191094220984198, 39.937896237919801 ], [ -75.191086675795802, 39.937934240806797 ], [ -75.190917091726902, 39.9379132410075 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5664, "ADDRESS": "2015 ORTHODOX ST", "OWNER1": "PHILADELPHIA INVESTMENT GROUP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232106201", "LNIADDRESSKEY": "463736", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 300.4375, "Shape__Length": 91.875621099446704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.079883618757407, 40.011098678049997 ], [ -75.079926434129305, 40.011141135143099 ], [ -75.079662744630099, 40.0113059095534 ], [ -75.079616607083096, 40.0112636814452 ], [ -75.079883618757407, 40.011098678049997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5665, "ADDRESS": "1244 N 4TH ST", "OWNER1": "SKOVDAL JONAS", "OWNER2": "SKOVDAL RACHEL", "BLDG_DESC": "ROW 3STY FRAME", "OPA_ID": "182227201", "LNIADDRESSKEY": "634385", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 129.29296875, "Shape__Length": 55.24811998617939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142956129289502, 39.971112606353302 ], [ -75.142964910394099, 39.971072150608599 ], [ -75.143156392317195, 39.9710986818477 ], [ -75.143147501095598, 39.9711392634985 ], [ -75.143051532294905, 39.971125944306898 ], [ -75.142956129289502, 39.971112606353302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5666, "ADDRESS": "1655 S RINGGOLD ST", "OWNER1": "SECRETARY OF HOUSING", "OWNER2": "URBAN DEVELOPMENT", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364158200", "LNIADDRESSKEY": "506540", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.45703125, "Shape__Length": 54.656674439735809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1852789893519, 39.931535209304997 ], [ -75.185286902061193, 39.931491411324998 ], [ -75.185473422248094, 39.931511460579998 ], [ -75.185465557465093, 39.931554534328697 ], [ -75.1852789893519, 39.931535209304997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5667, "ADDRESS": "2714 W STERNER ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281388001", "LNIADDRESSKEY": "553713", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.44140625, "Shape__Length": 46.354768223248584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175882313931595, 39.9971484193265 ], [ -75.175908052914195, 39.9970272912255 ], [ -75.175955293997603, 39.9970339289492 ], [ -75.175929769871104, 39.997154915462502 ], [ -75.175882313931595, 39.9971484193265 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5668, "ADDRESS": "2342 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191165401", "LNIADDRESSKEY": "41807", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.93359375, "Shape__Length": 50.418422405677241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138002943150894, 39.986444050535297 ], [ -75.138010929481993, 39.986407485177502 ], [ -75.138186734047693, 39.986431380620402 ], [ -75.138179001448705, 39.986467175756097 ], [ -75.138002943150894, 39.986444050535297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5669, "ADDRESS": "2512 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162147001", "LNIADDRESSKEY": "670295", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.484375, "Shape__Length": 65.623348248218804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164642024296796, 39.992398298600101 ], [ -75.164818621030804, 39.992422345109198 ], [ -75.164615233722699, 39.992524525445198 ], [ -75.164642024296796, 39.992398298600101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5670, "ADDRESS": "2644 W ARIZONA ST", "OWNER1": "HENRY LESSE & AIDEE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281232900", "LNIADDRESSKEY": "20879", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.390625, "Shape__Length": 46.652185227386262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176252049176099, 39.991494593679498 ], [ -75.176302397395105, 39.991500976654301 ], [ -75.176277402422301, 39.991620783484898 ], [ -75.176226821808498, 39.991614425699098 ], [ -75.176252049176099, 39.991494593679498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5671, "ADDRESS": "2463 N MYRTLEWOOD ST", "OWNER1": "BOLDEN CRYSTAL M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282042400", "LNIADDRESSKEY": "445079", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.83984375, "Shape__Length": 55.026122414882799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180276380215602, 39.9940315765664 ], [ -75.180135589216405, 39.994012627604697 ], [ -75.180116697421994, 39.994010092903103 ], [ -75.180106834506105, 39.9940087593383 ], [ -75.180115931793495, 39.993964392275203 ], [ -75.180124982014902, 39.993965609659398 ], [ -75.180302053428207, 39.993989530138997 ], [ -75.180292164931899, 39.994033719572101 ], [ -75.180288683435407, 39.994033238429601 ], [ -75.180276380215602, 39.9940315765664 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5672, "ADDRESS": "1240 N 27TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292057200", "LNIADDRESSKEY": "679546", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.50390625, "Shape__Length": 48.213943872419208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180315355264895, 39.975246041514801 ], [ -75.180332513903707, 39.975243830835304 ], [ -75.180333432534994, 39.975249460199599 ], [ -75.180351409970896, 39.975363555711702 ], [ -75.180353259005898, 39.975377250811903 ], [ -75.180307281322001, 39.975377462384003 ], [ -75.180287417293599, 39.975378049223998 ], [ -75.1802890271276, 39.975368736157698 ], [ -75.180314234544099, 39.975251287332902 ], [ -75.180315355264895, 39.975246041514801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5673, "ADDRESS": "1345 W PIKE ST", "OWNER1": "INFINITI PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "433003200", "LNIADDRESSKEY": "483797", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 215.96875, "Shape__Length": 82.454274426503588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149839821499896, 40.012573547986399 ], [ -75.149892634545907, 40.012326594367202 ], [ -75.149948558786505, 40.012333905517799 ], [ -75.1499010703577, 40.012553512176098 ], [ -75.149839821499896, 40.012573547986399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5674, "ADDRESS": "2256 N LEITHGOW ST", "OWNER1": "JOHA CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191241900", "LNIADDRESSKEY": "388661", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.421875, "Shape__Length": 47.176244862990714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140437749309399, 39.985446782938503 ], [ -75.140429294179796, 39.985484649889102 ], [ -75.140418368458, 39.985483208737797 ], [ -75.140269924300895, 39.985463439291699 ], [ -75.140278207568102, 39.985425665302998 ], [ -75.140426573234194, 39.985445303433501 ], [ -75.140437749309399, 39.985446782938503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5675, "ADDRESS": "2503 N OPAL ST", "OWNER1": "ELLERBE RUFUS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162121910", "LNIADDRESSKEY": "460378", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.53125, "Shape__Length": 51.000678543459706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163936736892197, 39.992146770252099 ], [ -75.163945163928801, 39.992108740167097 ], [ -75.163952629172599, 39.992109730536399 ], [ -75.164121259212294, 39.992132163783502 ], [ -75.1641127892009, 39.992170209805003 ], [ -75.163944493502001, 39.992147799848098 ], [ -75.163936736892197, 39.992146770252099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5676, "ADDRESS": "1716 N BODINE ST", "OWNER1": "LTD 203 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183126101", "LNIADDRESSKEY": "41687", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.7578125, "Shape__Length": 48.091123551028765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140044393846694, 39.976920611912497 ], [ -75.140051564708301, 39.976887761519798 ], [ -75.140221860612598, 39.976909882491199 ], [ -75.140214570871905, 39.976942552237198 ], [ -75.140044393846694, 39.976920611912497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5677, "ADDRESS": "754 N 38TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243098110", "LNIADDRESSKEY": "685862", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.734375, "Shape__Length": 74.729700969174061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198194356114598, 39.967113664260097 ], [ -75.198463838539496, 39.967083322986902 ], [ -75.198476419564898, 39.967081911117603 ], [ -75.198482291194495, 39.967120825483597 ], [ -75.198470467576797, 39.967122141570698 ], [ -75.198200970925896, 39.967152273062503 ], [ -75.198194356114598, 39.967113664260097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5678, "ADDRESS": "2409 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191175501", "LNIADDRESSKEY": "632643", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.76171875, "Shape__Length": 60.466642589978363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137986839333706, 39.987448309323099 ], [ -75.138181130999399, 39.987472687385399 ], [ -75.138172825001703, 39.9875126524745 ], [ -75.137979421687604, 39.987487520864001 ], [ -75.137956577322697, 39.987484857659403 ], [ -75.137964835739098, 39.987445599929899 ], [ -75.137976957726494, 39.987447504403399 ], [ -75.137986839333706, 39.987448309323099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5679, "ADDRESS": "611 W CUMBERLAND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371380701", "LNIADDRESSKEY": "105884", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.26171875, "Shape__Length": 57.421574256747085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143163429800495, 39.989537680075301 ], [ -75.143197497364497, 39.989382299996898 ], [ -75.143242351628302, 39.9893881222863 ], [ -75.143248377654302, 39.989388904503201 ], [ -75.143215689026206, 39.989544411645603 ], [ -75.143163429800495, 39.989537680075301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5680, "ADDRESS": "2922 N BONSALL ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111403000", "LNIADDRESSKEY": "42631", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.50390625, "Shape__Length": 46.15637834735336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169018440693804, 39.999550872308099 ], [ -75.169027004978304, 39.999514150332899 ], [ -75.169183248320195, 39.999532686380903 ], [ -75.169174335871006, 39.999570286910497 ], [ -75.169018440693804, 39.999550872308099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5681, "ADDRESS": "2363 N 19TH ST", "OWNER1": "WILLIAMS BRANDI NICOLE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162076100", "LNIADDRESSKEY": "668207", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.98828125, "Shape__Length": 68.214463802995979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163194852621302, 39.990293939681898 ], [ -75.163204904123404, 39.990249594095097 ], [ -75.163445380152297, 39.990281659912199 ], [ -75.163438877518402, 39.990311528457298 ], [ -75.163435144215697, 39.990328660482596 ], [ -75.163194299411501, 39.990296392618198 ], [ -75.163194852621302, 39.990293939681898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5682, "ADDRESS": "649 N 52ND ST", "OWNER1": "WALDO HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442276300", "LNIADDRESSKEY": "691576", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.17578125, "Shape__Length": 74.910577207631277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225232856637405, 39.970693094083899 ], [ -75.225225051555398, 39.970660135035502 ], [ -75.225501914514197, 39.970617255010701 ], [ -75.225505329615899, 39.970633046925698 ], [ -75.225510854701298, 39.970658589007698 ], [ -75.225234740860401, 39.9707010012539 ], [ -75.225232856637405, 39.970693094083899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5683, "ADDRESS": "2534 RIDGE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322220100", "LNIADDRESSKEY": "504239", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 274.44921875, "Shape__Length": 96.571161752466793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1763820424611, 39.9829987468475 ], [ -75.176437658991205, 39.983019708161798 ], [ -75.176177795529298, 39.9832348988758 ], [ -75.176135177308595, 39.983203267011703 ], [ -75.1763820424611, 39.9829987468475 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5684, "ADDRESS": "5713 MARKET ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042003150", "LNIADDRESSKEY": "411026", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 239.6875, "Shape__Length": 89.007234139763511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235306771374695, 39.961689971299698 ], [ -75.235362755295299, 39.961429306067302 ], [ -75.235416626551597, 39.961436273419899 ], [ -75.235409622213098, 39.9614766759505 ], [ -75.235362456456301, 39.9616965763595 ], [ -75.235306771374695, 39.961689971299698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5685, "ADDRESS": "2401 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162076200", "LNIADDRESSKEY": "668209", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.81640625, "Shape__Length": 67.976499713317182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163170863409206, 39.990470926150103 ], [ -75.163166442496504, 39.990470359112102 ], [ -75.163158225849401, 39.990469303322897 ], [ -75.163167481396101, 39.990429325493601 ], [ -75.163169736900997, 39.990419623958303 ], [ -75.163177452981202, 39.990420635803503 ], [ -75.163182166707799, 39.9904212421023 ], [ -75.163405739900995, 39.990450315223498 ], [ -75.163404823285902, 39.990454582275298 ], [ -75.163395058865603, 39.9904996585378 ], [ -75.163170863409206, 39.990470926150103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5686, "ADDRESS": "2262 RUFFNER ST", "OWNER1": "GEORGE M SMITH", "OWNER2": "ETHEL M", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131426700", "LNIADDRESSKEY": "519738", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.3203125, "Shape__Length": 44.218034552921381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166458626599905, 40.011274179642299 ], [ -75.166533139244905, 40.011369452498499 ], [ -75.166487249809194, 40.011390676094997 ], [ -75.166412735827507, 40.011295400925498 ], [ -75.166458626599905, 40.011274179642299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5687, "ADDRESS": "1334 PARRISH ST", "OWNER1": "BLUTSTEIN DOV", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141379300", "LNIADDRESSKEY": "471291", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.95703125, "Shape__Length": 66.723395794839973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159128759380806, 39.968710482572597 ], [ -75.159203081982199, 39.968534374229598 ], [ -75.159258218685295, 39.9685477096941 ], [ -75.159183302360802, 39.968724497321098 ], [ -75.159128759380806, 39.968710482572597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5688, "ADDRESS": "2028 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321267101", "LNIADDRESSKEY": "668022", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.65625, "Shape__Length": 54.922191581030752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164774427495104, 39.985082410358899 ], [ -75.164782474323204, 39.985041678759899 ], [ -75.164972309249706, 39.985064235144698 ], [ -75.164963137667996, 39.985106439359001 ], [ -75.164774395363395, 39.985082715980397 ], [ -75.164774427495104, 39.985082410358899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5689, "ADDRESS": "5447 HUNTER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041262850", "LNIADDRESSKEY": "352622", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 273.73046875, "Shape__Length": 83.433382634480665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231423922365295, 39.977798426410303 ], [ -75.231511362781006, 39.977780634981897 ], [ -75.231555657500195, 39.978012147125497 ], [ -75.231499581409906, 39.978018498383101 ], [ -75.231423922365295, 39.977798426410303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5690, "ADDRESS": "2706 W STERNER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281387601", "LNIADDRESSKEY": "553705", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.2109375, "Shape__Length": 46.810398479219806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175683884059495, 39.9971221267039 ], [ -75.175709696350694, 39.997001855118498 ], [ -75.175759211005897, 39.997008237566703 ], [ -75.175734186786997, 39.997129316345898 ], [ -75.175683884059495, 39.9971221267039 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5691, "ADDRESS": "314 N 62ND ST", "OWNER1": "CITY BLOCK ACQUISITION XI LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341227700", "LNIADDRESSKEY": "701620", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.41015625, "Shape__Length": 89.332490438610776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2437818924423, 39.967464101155798 ], [ -75.243791525758098, 39.967419885875103 ], [ -75.243792526945199, 39.967420004599802 ], [ -75.244130299599306, 39.967462457393196 ], [ -75.244120266644998, 39.967506163918998 ], [ -75.2437818924423, 39.967464101155798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5692, "ADDRESS": "2354 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191166001", "LNIADDRESSKEY": "41813", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.328125, "Shape__Length": 51.005982625473777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137955838751594, 39.986660938324299 ], [ -75.137963475485293, 39.986624060917201 ], [ -75.138141279450394, 39.9866476831833 ], [ -75.138132878981807, 39.986684852946603 ], [ -75.137955838751594, 39.986660938324299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5693, "ADDRESS": "4463 N GRATZ ST", "OWNER1": "ARTHUR JONES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132190700", "LNIADDRESSKEY": "322263", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.1484375, "Shape__Length": 53.050697389979071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1557640616127, 40.022223691591499 ], [ -75.155765456955194, 40.022216275084098 ], [ -75.1557724289747, 40.022184144654503 ], [ -75.155955601877594, 40.022208690660399 ], [ -75.155947876079694, 40.022247897325698 ], [ -75.1557640616127, 40.022223691591499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5694, "ADDRESS": "1823 HART LN", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252049300", "LNIADDRESSKEY": "334232", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.515625, "Shape__Length": 67.009491784234314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.120828635476499, 39.991506240853496 ], [ -75.121030097428104, 39.991420808882502 ], [ -75.121054256224895, 39.991452893711802 ], [ -75.120835506285999, 39.9915458283673 ], [ -75.120807258036095, 39.991515439483699 ], [ -75.120828635476499, 39.991506240853496 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5695, "ADDRESS": "651 N 52ND ST", "OWNER1": "LOTS OF PATIENCE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442276400", "LNIADDRESSKEY": "691578", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.6796875, "Shape__Length": 74.71361777186894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225235852926701, 39.970704911276002 ], [ -75.225234740860401, 39.9707010012539 ], [ -75.225510854701298, 39.970658589007698 ], [ -75.225521155955093, 39.970701033018798 ], [ -75.225246100991498, 39.970740905252498 ], [ -75.225235852926701, 39.970704911276002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5696, "ADDRESS": "437 W ONTARIO ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "193244801", "LNIADDRESSKEY": "459916", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 83.9375, "Shape__Length": 45.177677749072139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1368228268839, 40.002896490928698 ], [ -75.136850541749396, 40.002768403875201 ], [ -75.136893808537593, 40.002773757574197 ], [ -75.136871438480895, 40.002878463107798 ], [ -75.1368228268839, 40.002896490928698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5697, "ADDRESS": "2234 N 4TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191217201", "LNIADDRESSKEY": "634722", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.35546875, "Shape__Length": 51.359790474449909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139922587899093, 39.985063083382101 ], [ -75.139932052634805, 39.985020210589802 ], [ -75.140102987872694, 39.985043102668101 ], [ -75.140094251161102, 39.9850861215496 ], [ -75.139922587899093, 39.985063083382101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5698, "ADDRESS": "2035 N 19TH ST", "OWNER1": "CHENG FENG INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321258700", "LNIADDRESSKEY": "668029", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.5546875, "Shape__Length": 62.527775374726339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164464614408601, 39.985042981252398 ], [ -75.164376040027904, 39.985031846142199 ], [ -75.164376225179595, 39.985030867080297 ], [ -75.164384690730202, 39.984987373188197 ], [ -75.164604680666002, 39.985016540469601 ], [ -75.164596109023194, 39.985059517279701 ], [ -75.164594962070495, 39.985059377689304 ], [ -75.164464614408601, 39.985042981252398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5699, "ADDRESS": "2031 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291108810", "LNIADDRESSKEY": "419297", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.81640625, "Shape__Length": 69.668014349619028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169424886925896, 39.976128701984798 ], [ -75.169466578262302, 39.975936347189098 ], [ -75.169523314341106, 39.975943587734498 ], [ -75.169482987053797, 39.976136456389703 ], [ -75.169424886925896, 39.976128701984798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5700, "ADDRESS": "2517 N GARNET ST", "OWNER1": "EDITH V RUSSELL", "OWNER2": "DOROTHY E MAYER", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162101700", "LNIADDRESSKEY": "306828", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.5859375, "Shape__Length": 52.028317662194141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163424937604503, 39.992356208856897 ], [ -75.163421329250298, 39.992355757001398 ], [ -75.163422969983699, 39.992347895447097 ], [ -75.163429759627604, 39.992314341456897 ], [ -75.163433888657195, 39.992314886136803 ], [ -75.163606811557003, 39.992337416868999 ], [ -75.163598241238603, 39.992378088185603 ], [ -75.163424937604503, 39.992356208856897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5701, "ADDRESS": "4137 LEIDY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062195610", "LNIADDRESSKEY": "388075", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 415.6484375, "Shape__Length": 140.76767119785671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208082933883603, 39.9744341360447 ], [ -75.207833181627905, 39.974831738073497 ], [ -75.207781487557398, 39.974812296881701 ], [ -75.208027864003896, 39.974416972924097 ], [ -75.208082933883603, 39.9744341360447 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5702, "ADDRESS": "2455 N CLEVELAND ST", "OWNER1": "BETSKIP LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162025000", "LNIADDRESSKEY": "90240", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.7109375, "Shape__Length": 51.46306811265692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162197749371998, 39.991372625375803 ], [ -75.162188607961895, 39.991411203508598 ], [ -75.162019880765399, 39.991388652550199 ], [ -75.162011894317502, 39.991387586103698 ], [ -75.162017142654193, 39.991361525418903 ], [ -75.162020487482295, 39.991348527093002 ], [ -75.162028681891996, 39.9913496308898 ], [ -75.162197749371998, 39.991372625375803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5703, "ADDRESS": "1039 W ORLEANS ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372404101", "LNIADDRESSKEY": "463161", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.46875, "Shape__Length": 46.143335922375542 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147952241930795, 39.997197993632199 ], [ -75.147978652596905, 39.997075967980201 ], [ -75.148022802220694, 39.997082320799301 ], [ -75.147997908007994, 39.997204671412902 ], [ -75.147952241930795, 39.997197993632199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5704, "ADDRESS": "1415 S NAPA ST", "OWNER1": "GUMBO BROS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364438300", "LNIADDRESSKEY": "445988", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.9375, "Shape__Length": 55.10140455153519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195997781668495, 39.936131946271303 ], [ -75.195988045456005, 39.936178186511697 ], [ -75.195803217860501, 39.936153920503898 ], [ -75.19581343211, 39.9361089005248 ], [ -75.195997781668495, 39.936131946271303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5705, "ADDRESS": "3723 HAVERFORD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242049110", "LNIADDRESSKEY": "335989", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.85546875, "Shape__Length": 89.386320076922999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196807819062201, 39.963570358823397 ], [ -75.196855128003804, 39.963831035451598 ], [ -75.196825633233303, 39.963833780413502 ], [ -75.196795156219395, 39.963837035103701 ], [ -75.196795146737102, 39.963836196956699 ], [ -75.196752078374502, 39.9635763726384 ], [ -75.196807819062201, 39.963570358823397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5706, "ADDRESS": "2446 N LEITHGOW ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191248301", "LNIADDRESSKEY": "388781", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.4609375, "Shape__Length": 44.08320980453955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139633145016901, 39.988384532132201 ], [ -75.139641465009603, 39.988349097166299 ], [ -75.139758769656297, 39.9883646124552 ], [ -75.139789668914304, 39.988369296563498 ], [ -75.139785667541204, 39.988391611748398 ], [ -75.139782565651302, 39.9884046961377 ], [ -75.139633145016901, 39.988384532132201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5707, "ADDRESS": "1729 SEYBERT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471090410", "LNIADDRESSKEY": "531166", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.828125, "Shape__Length": 48.755312959740138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164589763632705, 39.974332074305202 ], [ -75.164637833672202, 39.974337993535499 ], [ -75.164612421716896, 39.9744661862836 ], [ -75.164562806593594, 39.974460666973101 ], [ -75.164589763632705, 39.974332074305202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5708, "ADDRESS": "6012 REINHARD ST", "OWNER1": "PARDRES SENDY G", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401279200", "LNIADDRESSKEY": "500438", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.51953125, "Shape__Length": 60.349749327049338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2299317297648, 39.931790896579997 ], [ -75.229972003525603, 39.931762992450899 ], [ -75.230118131724694, 39.931886728674201 ], [ -75.230077017066606, 39.931913598503201 ], [ -75.2299317297648, 39.931790896579997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5709, "ADDRESS": "6166 REINHARD ST", "OWNER1": "SEC OF HOUSING", "OWNER2": "URBAN DEV", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401286000", "LNIADDRESSKEY": "500572", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.28125, "Shape__Length": 60.37985797733397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232879924236698, 39.929662666645498 ], [ -75.232916663660404, 39.929636827204497 ], [ -75.232952489486294, 39.929666194278497 ], [ -75.233066586248896, 39.929761578852002 ], [ -75.2330299882357, 39.929787549836803 ], [ -75.232953129386601, 39.929723577021001 ], [ -75.232879924236698, 39.929662666645498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5710, "ADDRESS": "1937 N 9TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202154800", "LNIADDRESSKEY": "647446", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.3046875, "Shape__Length": 54.24878243712255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148313436664395, 39.981350355189498 ], [ -75.148318969611694, 39.981322447623697 ], [ -75.148516112847702, 39.981348598612499 ], [ -75.148509494074304, 39.981381349334598 ], [ -75.148319439470498, 39.981357229779398 ], [ -75.148320527755999, 39.981351789762002 ], [ -75.148313436664395, 39.981350355189498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5711, "ADDRESS": "4131 WESTMINSTER AVE", "OWNER1": "UNITY PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062098200", "LNIADDRESSKEY": "607997", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 250.94140625, "Shape__Length": 89.676035897539847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2068017942712, 39.970282981068301 ], [ -75.206860349306794, 39.9702774120776 ], [ -75.206907094555802, 39.970538069935998 ], [ -75.206848925620093, 39.970544502339401 ], [ -75.2068017942712, 39.970282981068301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5712, "ADDRESS": "1354 S NEWKIRK ST", "OWNER1": "DOUGHERTY KATHLEEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362154600", "LNIADDRESSKEY": "450365", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.02734375, "Shape__Length": 46.869148324760999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191329870474902, 39.936061736073199 ], [ -75.191337341827307, 39.936027939239402 ], [ -75.191337898134606, 39.936025404048699 ], [ -75.191497852071194, 39.936046172728901 ], [ -75.191497119932606, 39.9360494923801 ], [ -75.191489814433595, 39.936082810883001 ], [ -75.191329870474902, 39.936061736073199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5713, "ADDRESS": "1950 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183304701", "LNIADDRESSKEY": "632445", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.8359375, "Shape__Length": 53.945694483102017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139879832113905, 39.980566042735198 ], [ -75.139887492815006, 39.980529753694903 ], [ -75.140079626395206, 39.980555805360297 ], [ -75.140071280274398, 39.980591417697703 ], [ -75.139879832113905, 39.980566042735198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5714, "ADDRESS": "2003 N 5TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183414511", "LNIADDRESSKEY": "636552", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.2265625, "Shape__Length": 47.507103441691811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142370735988294, 39.9815960887397 ], [ -75.142361979295103, 39.981638075631501 ], [ -75.142280287672705, 39.981627433329201 ], [ -75.142206582878799, 39.9816178115314 ], [ -75.142216253013601, 39.981574991686998 ], [ -75.142264224017296, 39.981580836870997 ], [ -75.142370735988294, 39.9815960887397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5715, "ADDRESS": "1232 W ERIE AVE", "OWNER1": "K&K 1332 ERIE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432057200", "LNIADDRESSKEY": "138894", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 258.5859375, "Shape__Length": 93.916472931077053 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148781326371306, 40.008498672548001 ], [ -75.148837673235903, 40.008505801297297 ], [ -75.148778475949001, 40.008781512292401 ], [ -75.1487219524181, 40.008774057402 ], [ -75.148781326371306, 40.008498672548001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5716, "ADDRESS": "2137 N WOODSTOCK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322016001", "LNIADDRESSKEY": "624032", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.90234375, "Shape__Length": 60.128253286956287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166231865877094, 39.987120696842197 ], [ -75.166238718607403, 39.987089321220402 ], [ -75.166241324496895, 39.987079208551997 ], [ -75.166453205152393, 39.987108012739903 ], [ -75.166444392614693, 39.987149032418799 ], [ -75.166231865877094, 39.987120696842197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5717, "ADDRESS": "1613 N 17TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471253710", "LNIADDRESSKEY": "662842", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 318.23828125, "Shape__Length": 94.844335152196834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1624793273336, 39.978288627928599 ], [ -75.162483739346499, 39.978267964615199 ], [ -75.162491714149098, 39.978233519498502 ], [ -75.162839707448697, 39.978280843344798 ], [ -75.162827255100495, 39.9783354502649 ], [ -75.1624793273336, 39.978288627928599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5718, "ADDRESS": "37 FARSON ST", "OWNER1": "SILA HOMES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441068500", "LNIADDRESSKEY": "285574", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 243.68359375, "Shape__Length": 89.193909701575834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221284900752906, 39.960531929071202 ], [ -75.221293690849805, 39.960488245269701 ], [ -75.221632289561697, 39.960530348824101 ], [ -75.221624252134106, 39.960573516517996 ], [ -75.221284900752906, 39.960531929071202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5719, "ADDRESS": "2447 SEYBERT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291072200", "LNIADDRESSKEY": "531335", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.86328125, "Shape__Length": 45.501864821620664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176341808263402, 39.976169040250497 ], [ -75.176365686606999, 39.976051466595798 ], [ -75.1764136138749, 39.976056764953697 ], [ -75.176390021990997, 39.976175087249601 ], [ -75.176341808263402, 39.976169040250497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5720, "ADDRESS": "2501 INGERSOLL ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291091010", "LNIADDRESSKEY": "357270", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.81640625, "Shape__Length": 48.251924326518164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176823095956394, 39.976447630915096 ], [ -75.176798237850207, 39.976567859811503 ], [ -75.176742135019097, 39.976560991864403 ], [ -75.1767668770797, 39.976439423499201 ], [ -75.176823095956394, 39.976447630915096 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5721, "ADDRESS": "682 BROOKLYN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061270000", "LNIADDRESSKEY": "52454", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.3125, "Shape__Length": 76.516691473426903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208148154532694, 39.964550504004897 ], [ -75.208267225588301, 39.964541019952598 ], [ -75.208421444202898, 39.964529992016999 ], [ -75.208436231634195, 39.964528934286903 ], [ -75.208441218574094, 39.964570359119399 ], [ -75.208153489780301, 39.9645920818568 ], [ -75.208148154532694, 39.964550504004897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5722, "ADDRESS": "2634 N CORLIES ST", "OWNER1": "LEIVAS CONTRACTOR INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282103400", "LNIADDRESSKEY": "98351", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.0859375, "Shape__Length": 51.633358406105401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180989268019502, 39.996506777106902 ], [ -75.180998599739397, 39.996467315598998 ], [ -75.181175877991294, 39.996493108801097 ], [ -75.181166870508406, 39.996531240703298 ], [ -75.180989268019502, 39.996506777106902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5723, "ADDRESS": "2602 N 22ND ST", "OWNER1": "CARRIE HIGLLAND", "OWNER2": "JAMES THOMAS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162218300", "LNIADDRESSKEY": "674158", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.15625, "Shape__Length": 74.0880079564825 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167989728407207, 39.994151966745697 ], [ -75.168260945880107, 39.994187308530897 ], [ -75.1682521304174, 39.9942306821683 ], [ -75.167980544747394, 39.994195622660897 ], [ -75.167989728407207, 39.994151966745697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5724, "ADDRESS": "2525 N 11TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371188201", "LNIADDRESSKEY": "732999", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.33984375, "Shape__Length": 64.766829001260078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149459667677903, 39.990772874296603 ], [ -75.149468753488705, 39.990729894273599 ], [ -75.149699670374105, 39.990759773271698 ], [ -75.149690889669799, 39.990802436980999 ], [ -75.149459667677903, 39.990772874296603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5725, "ADDRESS": "1463 N FRAZIER ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043072850", "LNIADDRESSKEY": "301002", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.171875, "Shape__Length": 50.086822817588398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234151194977699, 39.9747308264065 ], [ -75.234145264315799, 39.974699182949998 ], [ -75.234319556755096, 39.974680097300897 ], [ -75.234326243510793, 39.974717335608197 ], [ -75.234152512909503, 39.9747365450853 ], [ -75.234151194977699, 39.9747308264065 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5726, "ADDRESS": "705 N 35TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243073910", "LNIADDRESSKEY": "685389", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 249.28515625, "Shape__Length": 94.68453064225794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193429214025997, 39.966458762214003 ], [ -75.193429862790097, 39.966462098007902 ], [ -75.1934372880404, 39.966500256681201 ], [ -75.193067585408699, 39.966539410433398 ], [ -75.193061810206501, 39.966505834085197 ], [ -75.193064348853, 39.966498508028302 ], [ -75.193429214025997, 39.966458762214003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5727, "ADDRESS": "3836 MELON ST", "OWNER1": "WPRE V LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242110000", "LNIADDRESSKEY": "425806", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.1796875, "Shape__Length": 59.148422826739292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199099573406599, 39.964787657039999 ], [ -75.199131266913099, 39.964947849813399 ], [ -75.1990777712751, 39.964953768277397 ], [ -75.199045636705605, 39.964793631003303 ], [ -75.199099573406599, 39.964787657039999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5728, "ADDRESS": "229 W SEYMOUR ST", "OWNER1": "GUALBERTO ANDRE LUIZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "133074500", "LNIADDRESSKEY": "531588", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 286.36328125, "Shape__Length": 88.070076041011021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168411822413006, 40.024703578870202 ], [ -75.168454345822894, 40.024661108235101 ], [ -75.168540456389806, 40.024709162314899 ], [ -75.168654379646398, 40.024771817346704 ], [ -75.168715297100604, 40.0248053133867 ], [ -75.168674233624799, 40.024851847839201 ], [ -75.168411822413006, 40.024703578870202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5729, "ADDRESS": "1815 N 22ND ST", "OWNER1": "MY REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322083300", "LNIADDRESSKEY": "673940", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 270.96875, "Shape__Length": 89.309888484507439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170016549043595, 39.982316118223501 ], [ -75.170027239516301, 39.982267483051501 ], [ -75.170038431016394, 39.982268556815299 ], [ -75.170121946191003, 39.982280911894797 ], [ -75.170357942192695, 39.982314426352197 ], [ -75.170346972818905, 39.982363780596899 ], [ -75.170029049283897, 39.9823180435843 ], [ -75.170016549043595, 39.982316118223501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5730, "ADDRESS": "1806 HARLAN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471115500", "LNIADDRESSKEY": "332566", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 70.2421875, "Shape__Length": 36.816181466666613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165360598353104, 39.975683161477399 ], [ -75.165382711068801, 39.975595403935699 ], [ -75.165430041464901, 39.975600934484298 ], [ -75.165409189147894, 39.975689156287899 ], [ -75.165360598353104, 39.975683161477399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5731, "ADDRESS": "5101 MASTER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442162610", "LNIADDRESSKEY": "419612", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.609375, "Shape__Length": 74.156094445225193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224331265558007, 39.974549594685399 ], [ -75.224369348788997, 39.9747701266066 ], [ -75.224326769352601, 39.974773622376198 ], [ -75.224288902866505, 39.974552934155 ], [ -75.224331265558007, 39.974549594685399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5732, "ADDRESS": "2878 AMBER ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252447701", "LNIADDRESSKEY": "14044", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.26953125, "Shape__Length": 50.935959683266006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116976532224896, 39.988760639353899 ], [ -75.116889918965398, 39.988662221899801 ], [ -75.116941268986594, 39.988635608800202 ], [ -75.117028453059604, 39.988734410984101 ], [ -75.117034757933496, 39.9887415509885 ], [ -75.116982975032002, 39.988767960478803 ], [ -75.116976532224896, 39.988760639353899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5733, "ADDRESS": "1937 N 18TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321217401", "LNIADDRESSKEY": "665495", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.8671875, "Shape__Length": 72.636873460131824 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1632997287428, 39.983606295033603 ], [ -75.163147768792797, 39.983586347590403 ], [ -75.163140593773093, 39.983584912054503 ], [ -75.163125099532806, 39.983583482720697 ], [ -75.163105747144996, 39.983580484249799 ], [ -75.163073366617198, 39.983576772016001 ], [ -75.163068679375698, 39.983576021010101 ], [ -75.163026915083805, 39.983570550878198 ], [ -75.163035750764394, 39.983532771094801 ], [ -75.163307454159195, 39.983568523996901 ], [ -75.1632997287428, 39.983606295033603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5734, "ADDRESS": "3966 PENNSGROVE ST", "OWNER1": "SMITH WILLIAM W", "OWNER2": "MARGARET", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243169100", "LNIADDRESSKEY": "478497", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.26171875, "Shape__Length": 81.421374399554182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203120521017794, 39.971542516910702 ], [ -75.203174791128504, 39.971535629298202 ], [ -75.203222154275096, 39.971771059893797 ], [ -75.203168218917298, 39.971777954962597 ], [ -75.203120521017794, 39.971542516910702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5735, "ADDRESS": "251 E SHARPNACK ST", "OWNER1": "SILVA INVESTMENTS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "221124700", "LNIADDRESSKEY": "532015", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.625, "Shape__Length": 60.369305176964112 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179757750608204, 40.053539303497303 ], [ -75.179807892431697, 40.053490921611903 ], [ -75.179955634396904, 40.053583820741103 ], [ -75.179905985640801, 40.053631374656298 ], [ -75.179757750608204, 40.053539303497303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5736, "ADDRESS": "2107 E DAKOTA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "313114900", "LNIADDRESSKEY": "107395", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.94140625, "Shape__Length": 45.962574616942078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.128926855393104, 39.981851194914 ], [ -75.129039315468205, 39.981792120736202 ], [ -75.129075480262301, 39.981832392459403 ], [ -75.129079338406996, 39.981836671468102 ], [ -75.128968087429399, 39.981895371216901 ], [ -75.128926855393104, 39.981851194914 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5737, "ADDRESS": "4241 FAIRMOUNT AVE", "OWNER1": "L CRUZ DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061137800", "LNIADDRESSKEY": "283694", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.953125, "Shape__Length": 76.151198562812198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208701433522606, 39.964756549869897 ], [ -75.208711947335402, 39.964755524713802 ], [ -75.208753491364902, 39.9647515129938 ], [ -75.208785649222193, 39.964972128502197 ], [ -75.208733062248399, 39.964976750478201 ], [ -75.208701433522606, 39.964756549869897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5738, "ADDRESS": "4411 BROWN ST", "OWNER1": "ZAITSEVA OLGA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062008000", "LNIADDRESSKEY": "54034", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.12109375, "Shape__Length": 48.3594791566737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211496578778394, 39.966847075296101 ], [ -75.211551914312494, 39.966844060304602 ], [ -75.211566970413799, 39.966967047924797 ], [ -75.211567028676797, 39.9669675256186 ], [ -75.211513372027397, 39.966971517057203 ], [ -75.211513232036395, 39.966970484565302 ], [ -75.211496578778394, 39.966847075296101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5739, "ADDRESS": "2213 W DAUPHIN ST", "OWNER1": "ANN MALKIN", "OWNER2": "PEARL MARKOWITZ", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162252100", "LNIADDRESSKEY": "110685", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.875, "Shape__Length": 57.614297562985513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169253946750501, 39.989825889879199 ], [ -75.169255685701103, 39.989818159986498 ], [ -75.169287274598702, 39.989671293181303 ], [ -75.169341027690507, 39.989678498021 ], [ -75.169308892932904, 39.989832025699201 ], [ -75.169253946750501, 39.989825889879199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5740, "ADDRESS": "344 SHEDAKER ST", "OWNER1": "GD DESIGN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121014700", "LNIADDRESSKEY": "533336", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.81640625, "Shape__Length": 83.885963282604735 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158236001413599, 40.0322087020742 ], [ -75.158270335402094, 40.032173948695203 ], [ -75.158333632921497, 40.032212114851497 ], [ -75.158334515594206, 40.0322126348333 ], [ -75.158522154956998, 40.032325757747302 ], [ -75.158523138517793, 40.032326359969197 ], [ -75.158521963877703, 40.032327461986597 ], [ -75.158488189856101, 40.032359101550703 ], [ -75.158236001413599, 40.0322087020742 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5741, "ADDRESS": "845 N OPAL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151071510", "LNIADDRESSKEY": "460185", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19130", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 68.90625, "Shape__Length": 38.260807548312997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168904221383599, 39.970484584142397 ], [ -75.168911815753304, 39.970451257502702 ], [ -75.169038639170793, 39.970468118725002 ], [ -75.169031142012997, 39.970500044228302 ], [ -75.168904221383599, 39.970484584142397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5742, "ADDRESS": "1617 N 30TH ST", "OWNER1": "30TH STREET REVOCABLE TRUST", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324188700", "LNIADDRESSKEY": "682907", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.7734375, "Shape__Length": 53.3437984248094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183497678898604, 39.981024419737402 ], [ -75.1834544760532, 39.9810187457919 ], [ -75.183455466573406, 39.981014190813198 ], [ -75.183463412195707, 39.980977454129899 ], [ -75.183645689285498, 39.981000825495798 ], [ -75.183636253112098, 39.981042606048298 ], [ -75.183497678898604, 39.981024419737402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5743, "ADDRESS": "1419 W CLEARFIELD ST", "OWNER1": "GATHER THE PEOPLE CDC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111114800", "LNIADDRESSKEY": "89250", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.76953125, "Shape__Length": 68.520167958031394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153852471270199, 40.000355371765799 ], [ -75.153888751364605, 40.000164107564999 ], [ -75.153943868017606, 40.0001709155556 ], [ -75.153907222531899, 40.000361896696603 ], [ -75.153852471270199, 40.000355371765799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5744, "ADDRESS": "2301 N GRATZ ST", "OWNER1": "BROWN WALLACE H", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162045800", "LNIADDRESSKEY": "321783", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 105.3359375, "Shape__Length": 46.413916106561892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163045033239698, 39.988920747681703 ], [ -75.163054205970894, 39.988878558254903 ], [ -75.163182768405207, 39.9888958033983 ], [ -75.163204931297997, 39.988898785198501 ], [ -75.163201548051404, 39.988913877547802 ], [ -75.1631955431194, 39.988940598110602 ], [ -75.163045033239698, 39.988920747681703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5745, "ADDRESS": "6060 LIMEKILN PIKE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172311100", "LNIADDRESSKEY": "392005", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 618.62890625, "Shape__Length": 121.37223928073642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148400367470103, 40.045968260981802 ], [ -75.148519637113594, 40.045971285333799 ], [ -75.148664413378995, 40.045975901941702 ], [ -75.148728569076596, 40.045977128369202 ], [ -75.1487277567647, 40.046107182045397 ], [ -75.148729536444094, 40.046210679473297 ], [ -75.1486395327574, 40.046144016949597 ], [ -75.148414888328205, 40.045980116116603 ], [ -75.148400367470103, 40.045968260981802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5746, "ADDRESS": "2342 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162186501", "LNIADDRESSKEY": "672329", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.49609375, "Shape__Length": 66.923698504305008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167419710719599, 39.990373796306699 ], [ -75.167415219525097, 39.990393249518398 ], [ -75.167410882283903, 39.99041581582 ], [ -75.167169445181102, 39.990384172600898 ], [ -75.167180033593894, 39.990341079953801 ], [ -75.167419710719599, 39.990373796306699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5747, "ADDRESS": "3012 N 11TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372235801", "LNIADDRESSKEY": "652109", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.75390625, "Shape__Length": 60.339091244385919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148262378092994, 39.998201169572297 ], [ -75.148272131294405, 39.998159430128901 ], [ -75.148445172674201, 39.998182970517398 ], [ -75.148462003029394, 39.998185688966501 ], [ -75.148483758982806, 39.998187890580198 ], [ -75.148474994056201, 39.998230135607798 ], [ -75.148262378092994, 39.998201169572297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5748, "ADDRESS": "1312 S 21ST ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361216705", "LNIADDRESSKEY": "673278", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.67578125, "Shape__Length": 73.572452752658563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179203114660595, 39.935311662223199 ], [ -75.179212004950799, 39.935265419959997 ], [ -75.179477800994306, 39.935299071424303 ], [ -75.179468113606802, 39.935345891632601 ], [ -75.179203114660595, 39.935311662223199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5749, "ADDRESS": "3043 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372116101", "LNIADDRESSKEY": "108854", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.984375, "Shape__Length": 43.608133323845315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144215715254006, 39.9982260252374 ], [ -75.144356368295306, 39.998245869981702 ], [ -75.144347438737796, 39.998285773992201 ], [ -75.144207267696501, 39.998266456014797 ], [ -75.144215715254006, 39.9982260252374 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5750, "ADDRESS": "3024 CLIFFORD ST", "OWNER1": "DRESHER BERNARD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324059300", "LNIADDRESSKEY": "90867", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.05859375, "Shape__Length": 73.639858042331866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183851852155101, 39.983117765124199 ], [ -75.183892669751501, 39.983090662009502 ], [ -75.184072258001805, 39.983251892250998 ], [ -75.184031750001793, 39.983279131872102 ], [ -75.183851852155101, 39.983117765124199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5751, "ADDRESS": "3814 RENO ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243125410", "LNIADDRESSKEY": "500912", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.29296875, "Shape__Length": 65.112819168701463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1990427229441, 39.9681594149124 ], [ -75.199091779586297, 39.968153510348799 ], [ -75.199125482483694, 39.968337765177999 ], [ -75.1990755828852, 39.968343233177201 ], [ -75.1990427229441, 39.9681594149124 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5752, "ADDRESS": "3725 HAVERFORD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242049211", "LNIADDRESSKEY": "335991", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 260.89453125, "Shape__Length": 90.158647471887122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196811014932706, 39.9635700278671 ], [ -75.1968722747215, 39.963563749404798 ], [ -75.196912185192403, 39.9638256320262 ], [ -75.196855128003804, 39.963831035451598 ], [ -75.196807819062201, 39.963570358823397 ], [ -75.196811014932706, 39.9635700278671 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5753, "ADDRESS": "5823 CHESTER AVE", "OWNER1": "5828 TRINITY ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401114300", "LNIADDRESSKEY": "80250", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 299.99609375, "Shape__Length": 93.235510206861406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229293685490106, 39.935363706776997 ], [ -75.229311756005202, 39.935351853758803 ], [ -75.229317648840393, 39.935346534493497 ], [ -75.229324460962999, 39.935342976610301 ], [ -75.229345508636897, 39.935328206719198 ], [ -75.229383702566295, 39.935361494451598 ], [ -75.229515580875102, 39.935472747880603 ], [ -75.229579177241106, 39.935526873006097 ], [ -75.229527404946396, 39.935562697520403 ], [ -75.229293685490106, 39.935363706776997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5754, "ADDRESS": "2626 N 27TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281076001", "LNIADDRESSKEY": "679963", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.9921875, "Shape__Length": 61.62994803115717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175858091781805, 39.995604069153998 ], [ -75.175866591015506, 39.995563428150298 ], [ -75.176085946671705, 39.995593187899601 ], [ -75.176077538875305, 39.995634201507997 ], [ -75.175858091781805, 39.995604069153998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5755, "ADDRESS": "703 N 40TH ST", "OWNER1": "701 N 40TH ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243112810", "LNIADDRESSKEY": "686216", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 213.734375, "Shape__Length": 78.128571808960928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202273651008895, 39.965351829371002 ], [ -75.2025621738713, 39.965319112847297 ], [ -75.202571048038294, 39.965364589864201 ], [ -75.202281967019005, 39.965395987563703 ], [ -75.202273651008895, 39.965351829371002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5756, "ADDRESS": "726 N 42ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061259410", "LNIADDRESSKEY": "686944", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.02734375, "Shape__Length": 75.66689658083078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207520182340204, 39.9654144805519 ], [ -75.207803664012602, 39.965392649452099 ], [ -75.207811025925906, 39.9654344332804 ], [ -75.207527627201301, 39.965456233578898 ], [ -75.207520182340204, 39.9654144805519 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5757, "ADDRESS": "1623 W OXFORD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471135810", "LNIADDRESSKEY": "466597", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 285.66015625, "Shape__Length": 91.300410834916789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162455126475393, 39.978161541280798 ], [ -75.162514379555304, 39.977903106421998 ], [ -75.162580361187196, 39.977911396785601 ], [ -75.162521708250907, 39.978170570522401 ], [ -75.162455126475393, 39.978161541280798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5758, "ADDRESS": "3120 W ARIZONA ST", "OWNER1": "LEIVA TEOFILO ARMANDO MAD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282328200", "LNIADDRESSKEY": "20942", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.9609375, "Shape__Length": 46.906804566581627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183482245645607, 39.992549617917398 ], [ -75.183505686176105, 39.992427373852102 ], [ -75.183555323454996, 39.992433771507002 ], [ -75.183530431674399, 39.992555595697603 ], [ -75.183482245645607, 39.992549617917398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5759, "ADDRESS": "2267 N 18TH ST", "OWNER1": "G & B 1513 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161246400", "LNIADDRESSKEY": "665651", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.91796875, "Shape__Length": 65.003415427796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162205618483199, 39.988576412923301 ], [ -75.162196165723302, 39.988620981419999 ], [ -75.161966241712904, 39.988590440351302 ], [ -75.161976041495194, 39.988546106075397 ], [ -75.162205618483199, 39.988576412923301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5760, "ADDRESS": "1822 N 21ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322055700", "LNIADDRESSKEY": "672058", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 217.22265625, "Shape__Length": 80.373821635810742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168915782737699, 39.982329973409101 ], [ -75.168925050831902, 39.982286272047197 ], [ -75.168936180685407, 39.982287811933503 ], [ -75.169223616131205, 39.982326951241802 ], [ -75.169213857763594, 39.9823708837461 ], [ -75.168928317498697, 39.9823315291246 ], [ -75.168915782737699, 39.982329973409101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5761, "ADDRESS": "1602 N SYDENHAM ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471204810", "LNIADDRESSKEY": "559903", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 156.640625, "Shape__Length": 63.816923771456018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160662887105303, 39.977957564826802 ], [ -75.160673685481598, 39.977916702962297 ], [ -75.160901470012305, 39.977946875948597 ], [ -75.160892669873604, 39.9779880892603 ], [ -75.160662887105303, 39.977957564826802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5762, "ADDRESS": "2044 N RANDOLPH ST", "OWNER1": "PHILADELPHIA REDEVELOPMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885847480", "LNIADDRESSKEY": "494827", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.171875, "Shape__Length": 82.858450543515602 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143397747170397, 39.982635943475401 ], [ -75.143214125878799, 39.982611767903698 ], [ -75.1432235301031, 39.982570408360303 ], [ -75.143477460134903, 39.9826042561835 ], [ -75.143532436948703, 39.982611033684897 ], [ -75.143530524283705, 39.982653241411398 ], [ -75.143397747170397, 39.982635943475401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5763, "ADDRESS": "32 N 58TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042089900", "LNIADDRESSKEY": "697645", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 184.703125, "Shape__Length": 75.229969240925186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236712033176104, 39.962488291258097 ], [ -75.236720448695806, 39.962448773268797 ], [ -75.237002330616704, 39.962484882063698 ], [ -75.236993835223103, 39.962524268802802 ], [ -75.236712033176104, 39.962488291258097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5764, "ADDRESS": "2353 N OPAL ST", "OWNER1": "CENTRAL NORTH PHILA COMM", "OWNER2": "ECONOMIC DEV CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162117800", "LNIADDRESSKEY": "460298", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.12109375, "Shape__Length": 47.095849890977412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164383268722702, 39.990154601498098 ], [ -75.164391797739299, 39.990119379222797 ], [ -75.164553902207999, 39.990141325935902 ], [ -75.164546242410694, 39.990176295243799 ], [ -75.164383268722702, 39.990154601498098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5765, "ADDRESS": "4985 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442084410", "LNIADDRESSKEY": "314595", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 322.7890625, "Shape__Length": 112.27642400644606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221669081979499, 39.9724429516654 ], [ -75.221725078749301, 39.972430692989903 ], [ -75.221840320177407, 39.972764246621502 ], [ -75.221781456923196, 39.972769623894798 ], [ -75.221669081979499, 39.9724429516654 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5766, "ADDRESS": "3800 MELON ST", "OWNER1": "LIU RONG", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242108110", "LNIADDRESSKEY": "425773", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.96484375, "Shape__Length": 59.239769522807407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198083425126597, 39.964902512708797 ], [ -75.198136938987403, 39.964896110821797 ], [ -75.198153108916898, 39.9649865305106 ], [ -75.198159091778805, 39.965024110509603 ], [ -75.198158572886896, 39.965029546676597 ], [ -75.198163668738601, 39.965057853615903 ], [ -75.198111838312002, 39.965064051940601 ], [ -75.198083425126597, 39.964902512708797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5767, "ADDRESS": "2140 N 3RD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191179701", "LNIADDRESSKEY": "632536", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.1796875, "Shape__Length": 54.557093593442197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139231610623497, 39.983511892075001 ], [ -75.139239801804194, 39.983472713839099 ], [ -75.139431154433694, 39.983497506352798 ], [ -75.139423755020005, 39.983535171997197 ], [ -75.139231610623497, 39.983511892075001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5768, "ADDRESS": "2340 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191165301", "LNIADDRESSKEY": "41806", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.74609375, "Shape__Length": 50.484165022638578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138010929481993, 39.986407485177502 ], [ -75.138018902379002, 39.9863713069536 ], [ -75.138194723333498, 39.986394621599302 ], [ -75.138186734047693, 39.986431380620402 ], [ -75.138010929481993, 39.986407485177502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5769, "ADDRESS": "2643 REED ST", "OWNER1": "LO TSZ YAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361113105", "LNIADDRESSKEY": "498220", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.44140625, "Shape__Length": 63.799384578321039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188744552923396, 39.9358679460261 ], [ -75.188783369417195, 39.935691995436599 ], [ -75.188835607349702, 39.935698836118199 ], [ -75.188798652989703, 39.935874876736897 ], [ -75.188744552923396, 39.9358679460261 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5770, "ADDRESS": "1822 N 24TH ST", "OWNER1": "DOCKERY TAKESHA P", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322147900", "LNIADDRESSKEY": "676561", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.25390625, "Shape__Length": 71.292467501090201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173666640874899, 39.983120943217898 ], [ -75.173675794304202, 39.983076867297903 ], [ -75.173933545310504, 39.983112571208402 ], [ -75.173923364721801, 39.983157252545801 ], [ -75.173666640874899, 39.983120943217898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5771, "ADDRESS": "1749 N 26TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324105100", "LNIADDRESSKEY": "678775", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.02734375, "Shape__Length": 63.667519915025387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1767262368693, 39.982239050455298 ], [ -75.176955317793499, 39.982267656908199 ], [ -75.176947208641195, 39.982308033021901 ], [ -75.176717285395398, 39.982279551831198 ], [ -75.1767262368693, 39.982239050455298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5772, "ADDRESS": "1434 S FALLON ST", "OWNER1": "KURT PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273038500", "LNIADDRESSKEY": "284077", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.578125, "Shape__Length": 50.115575249154077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211057944809397, 39.940797960467201 ], [ -75.211186000014095, 39.940706657167098 ], [ -75.211219675842102, 39.9407352086481 ], [ -75.211091181415895, 39.940826519157099 ], [ -75.211057944809397, 39.940797960467201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5773, "ADDRESS": "3841 FAIRMOUNT AVE", "OWNER1": "COOL SPACES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243013800", "LNIADDRESSKEY": "283604", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 226.265625, "Shape__Length": 84.179771664216901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199071449462807, 39.965659378746302 ], [ -75.199095691463697, 39.965656484874998 ], [ -75.199127467619505, 39.965653225779597 ], [ -75.199173711920494, 39.9658968057335 ], [ -75.1991173065298, 39.965903209157197 ], [ -75.199071449462807, 39.965659378746302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5774, "ADDRESS": "2139 E WILLIAM ST", "OWNER1": "MASKOFF LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252076300", "LNIADDRESSKEY": "614123", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.55078125, "Shape__Length": 67.855687018836463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116491069671397, 39.9878358955064 ], [ -75.116502857941498, 39.987830233835403 ], [ -75.116702357361405, 39.987728821946497 ], [ -75.116731147520596, 39.987760819178 ], [ -75.116519099324407, 39.987868586029499 ], [ -75.116491069671397, 39.9878358955064 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5775, "ADDRESS": "1747 N 26TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324105000", "LNIADDRESSKEY": "678773", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.38671875, "Shape__Length": 66.777203262378507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176965560053404, 39.982224073712899 ], [ -75.176955317793499, 39.982267656908199 ], [ -75.1767262368693, 39.982239050455298 ], [ -75.176716946102403, 39.982237616761303 ], [ -75.176725560792093, 39.982199396404297 ], [ -75.176725996686898, 39.982193958434799 ], [ -75.176732125395006, 39.982194804273199 ], [ -75.176965560053404, 39.982224073712899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5776, "ADDRESS": "2649 W SILVER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281411200", "LNIADDRESSKEY": "537849", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.546875, "Shape__Length": 50.473981957998475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175047958854506, 39.997479875644999 ], [ -75.175096374250103, 39.997486523164497 ], [ -75.175070219940295, 39.997620761661402 ], [ -75.175021297684793, 39.997614232283702 ], [ -75.175047958854506, 39.997479875644999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5777, "ADDRESS": "2359 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162180801", "LNIADDRESSKEY": "672346", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.546875, "Shape__Length": 75.727699866341254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166614364329305, 39.990686919617602 ], [ -75.166623738767598, 39.9906448797812 ], [ -75.166903719142894, 39.990684742701198 ], [ -75.166894296089296, 39.990726409794 ], [ -75.166614364329305, 39.990686919617602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5778, "ADDRESS": "2400 N 26TH ST", "OWNER1": "UNDER AGREEMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281051800", "LNIADDRESSKEY": "678898", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.55078125, "Shape__Length": 61.91962843757922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175008375588902, 39.992005341903699 ], [ -75.175018704930693, 39.9919556339064 ], [ -75.175218590310706, 39.991981831156998 ], [ -75.175228475153304, 39.991983117213003 ], [ -75.1752178433875, 39.992032463668302 ], [ -75.175208291736197, 39.992031233515199 ], [ -75.175008375588902, 39.992005341903699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5779, "ADDRESS": "2942 N RINGGOLD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381025500", "LNIADDRESSKEY": "506251", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.67, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.84375, "Shape__Length": 42.800358763491175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170503677933596, 40.000129873492 ], [ -75.1705123249873, 40.000091493166202 ], [ -75.170652341268607, 40.000108518262202 ], [ -75.170643414519304, 40.000146553306003 ], [ -75.170503677933596, 40.000129873492 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5780, "ADDRESS": "705 W CUMBERLAND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371382801", "LNIADDRESSKEY": "105920", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.296875, "Shape__Length": 71.005844192108526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144679477560004, 39.989572618601301 ], [ -75.144736161648794, 39.9895803858509 ], [ -75.144694495513903, 39.989778198619497 ], [ -75.144638629769403, 39.989770965763498 ], [ -75.144679477560004, 39.989572618601301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5781, "ADDRESS": "3102 N BROAD ST", "OWNER1": "CHANG CHANG HWAN", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "111140700", "LNIADDRESSKEY": "50537", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 258.7578125, "Shape__Length": 89.212409346298173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1533757466579, 40.000192208129398 ], [ -75.153383109120796, 40.000155314655402 ], [ -75.153385155732707, 40.000145108486599 ], [ -75.153720755222196, 40.0001866156693 ], [ -75.153709921305193, 40.000232570351798 ], [ -75.1533757466579, 40.000192208129398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5782, "ADDRESS": "1332 N 7TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141058110", "LNIADDRESSKEY": "642114", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.90625, "Shape__Length": 76.859776445122748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147815212602893, 39.972729712147498 ], [ -75.147823364058794, 39.972683229753898 ], [ -75.148103679622295, 39.972719810915301 ], [ -75.148103184603997, 39.972727230859199 ], [ -75.148095396878801, 39.972765904034901 ], [ -75.147815212602893, 39.972729712147498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5783, "ADDRESS": "2729 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192188501", "LNIADDRESSKEY": "462579", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.4921875, "Shape__Length": 38.1707263780918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139348616582694, 39.992806699430901 ], [ -75.139353744996001, 39.992782845488399 ], [ -75.139354808390394, 39.9927781145268 ], [ -75.139357204690796, 39.992767545970402 ], [ -75.139475330408104, 39.992783192677003 ], [ -75.139473229781998, 39.9927931552646 ], [ -75.139467225290005, 39.992821744434004 ], [ -75.139348616582694, 39.992806699430901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5784, "ADDRESS": "2165 N 9TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202162501", "LNIADDRESSKEY": "647543", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.7578125, "Shape__Length": 54.644246194686438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147527186249803, 39.984998360909699 ], [ -75.147535969011699, 39.984958372295203 ], [ -75.147724847033501, 39.984985561250298 ], [ -75.147716005524799, 39.985026015949103 ], [ -75.147527186249803, 39.984998360909699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5785, "ADDRESS": "864 N PRESTON ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062241200", "LNIADDRESSKEY": "489957", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 394.875, "Shape__Length": 111.87190535387174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204721830149296, 39.9697671522622 ], [ -75.205144567810194, 39.9697174013981 ], [ -75.205155580915402, 39.969774612742398 ], [ -75.204731871368594, 39.969822907247703 ], [ -75.204721830149296, 39.9697671522622 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5786, "ADDRESS": "6125 REINHARD ST", "OWNER1": "LOTIM 01 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401275900", "LNIADDRESSKEY": "500531", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.296875, "Shape__Length": 62.203157250514295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232399655183698, 39.9303855611603 ], [ -75.232418570112401, 39.930373451426298 ], [ -75.232436879047995, 39.930359652532303 ], [ -75.232446756296, 39.930367719300797 ], [ -75.232482871690294, 39.930397172837303 ], [ -75.232592478611096, 39.930488864328602 ], [ -75.232556435709299, 39.930514525254097 ], [ -75.232442772459805, 39.930420455022102 ], [ -75.232399655183698, 39.9303855611603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5787, "ADDRESS": "1231 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371338201", "LNIADDRESSKEY": "110588", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.58203125, "Shape__Length": 65.450120697053947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153241753153907, 39.9877808598307 ], [ -75.1532775813629, 39.987598564279899 ], [ -75.153332049323694, 39.987605067544301 ], [ -75.153293209097001, 39.987786682271 ], [ -75.153241753153907, 39.9877808598307 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5788, "ADDRESS": "1523 W OXFORD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471134810", "LNIADDRESSKEY": "466583", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.796875, "Shape__Length": 71.561488533719086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161261572971995, 39.977752276694403 ], [ -75.161330663646197, 39.9777624917594 ], [ -75.161290481713706, 39.977952556938803 ], [ -75.161222933559301, 39.977943617801301 ], [ -75.161261572971995, 39.977752276694403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5789, "ADDRESS": "3413 N 19TH ST", "OWNER1": "PIECE OF PHILLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112268200", "LNIADDRESSKEY": "668447", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 304.9296875, "Shape__Length": 93.866745721255796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159635314681907, 40.006104177248702 ], [ -75.159645280054306, 40.006060023669001 ], [ -75.159647171985, 40.006051087729801 ], [ -75.159994359191401, 40.006092982564297 ], [ -75.1599828764177, 40.006145628928103 ], [ -75.159635314681907, 40.006104177248702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5790, "ADDRESS": "1436 S FALLON ST", "OWNER1": "AJA 88 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273038600", "LNIADDRESSKEY": "284079", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.01171875, "Shape__Length": 50.697827128391189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211150963994299, 39.9406769954902 ], [ -75.211186000014095, 39.940706657167098 ], [ -75.211057944809397, 39.940797960467201 ], [ -75.211021987775993, 39.940768278363102 ], [ -75.211150963994299, 39.9406769954902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5791, "ADDRESS": "6166 UPLAND ST", "OWNER1": "MC ELWAINE ELIZABETH S/W", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401305600", "LNIADDRESSKEY": "583937", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.55859375, "Shape__Length": 58.304467585628956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232433806449706, 39.929347070986701 ], [ -75.232482613993994, 39.929334601616397 ], [ -75.232540631138406, 39.929382702297701 ], [ -75.232545323327102, 39.929386593993399 ], [ -75.232547339506297, 39.929387573037403 ], [ -75.232545812397404, 39.929388635350698 ], [ -75.232618429180604, 39.929447325595497 ], [ -75.232582566020795, 39.929472651462902 ], [ -75.232510772088204, 39.929413270850603 ], [ -75.232503061696093, 39.929406621168098 ], [ -75.232433806449706, 39.929347070986701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5792, "ADDRESS": "2409 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162076601", "LNIADDRESSKEY": "668217", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.51953125, "Shape__Length": 66.726521034420657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163120132415699, 39.990640766290198 ], [ -75.163123432669494, 39.990629508145702 ], [ -75.163130905799093, 39.990595615927298 ], [ -75.1633675934455, 39.990627031111302 ], [ -75.163356242727701, 39.990671927460603 ], [ -75.163120132415699, 39.990640766290198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5793, "ADDRESS": "4459 N GRATZ ST", "OWNER1": "MC ALLISTER LUZERNE V", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132190500", "LNIADDRESSKEY": "322259", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.52734375, "Shape__Length": 52.404255623740404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155780696852304, 40.022146127198098 ], [ -75.155782657580602, 40.0221370644662 ], [ -75.155788500909196, 40.0221092446806 ], [ -75.155971919452398, 40.022133376115299 ], [ -75.155964069713704, 40.022170919858297 ], [ -75.155780696852304, 40.022146127198098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5794, "ADDRESS": "4109 LEIDY AVE", "OWNER1": "MORRIS WAHIYD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062194200", "LNIADDRESSKEY": "388052", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 361.890625, "Shape__Length": 129.07154865741452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207095771070897, 39.974459736590298 ], [ -75.207300715662498, 39.9741481722656 ], [ -75.207353170783307, 39.974167405300797 ], [ -75.207211335389701, 39.974383795262803 ], [ -75.207110413339194, 39.974538708494798 ], [ -75.207095771070897, 39.974459736590298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5795, "ADDRESS": "1509 W SUSQUEHANNA AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161259501", "LNIADDRESSKEY": "559089", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.45703125, "Shape__Length": 73.848179914628275 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158451071459396, 39.986879907132597 ], [ -75.158497449915799, 39.986671153609201 ], [ -75.158551246590605, 39.9866782035079 ], [ -75.158512776690998, 39.986854331835303 ], [ -75.1585060067206, 39.986887320639298 ], [ -75.158451071459396, 39.986879907132597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5796, "ADDRESS": "1636 W ERIE AVE", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131044200", "LNIADDRESSKEY": "139026", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.92578125, "Shape__Length": 83.240872938824822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155741816791505, 40.009676551435803 ], [ -75.155794273819893, 40.009436068132601 ], [ -75.155849088653696, 40.009443271417503 ], [ -75.1557970626436, 40.0096834423667 ], [ -75.155741816791505, 40.009676551435803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5797, "ADDRESS": "1222 W DAUPHIN ST", "OWNER1": "RUBIN REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371328200", "LNIADDRESSKEY": "110579", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.1796875, "Shape__Length": 62.129095301041815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153025582146796, 39.987433034262601 ], [ -75.153063297726902, 39.987263306760802 ], [ -75.153117951186303, 39.987270427023297 ], [ -75.153077918178099, 39.987439956815699 ], [ -75.153025582146796, 39.987433034262601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5798, "ADDRESS": "2526 N 10TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371169100", "LNIADDRESSKEY": "732916", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.2578125, "Shape__Length": 66.472375640738747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148272631504199, 39.990691778403203 ], [ -75.148282744791402, 39.990643325524303 ], [ -75.148514457023794, 39.990672643795101 ], [ -75.148504639421105, 39.990720491825002 ], [ -75.148272631504199, 39.990691778403203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5799, "ADDRESS": "2346 N BODINE ST", "OWNER1": "AGUSTIN VISENT", "OWNER2": "ANA VISENT", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191165600", "LNIADDRESSKEY": "41809", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.44140625, "Shape__Length": 50.653658092422354 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137987024252496, 39.986515440119398 ], [ -75.137994746977597, 39.986479257329499 ], [ -75.138171658429499, 39.986503234296002 ], [ -75.138164064114505, 39.986539354693598 ], [ -75.137987024252496, 39.986515440119398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5800, "ADDRESS": "2344 N 29TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282004201", "LNIADDRESSKEY": "682152", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.0703125, "Shape__Length": 66.551689931765495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1797611328968, 39.992259537732501 ], [ -75.179770636778699, 39.992217194683903 ], [ -75.180009584966101, 39.992249013311898 ], [ -75.180001370637896, 39.9922910631389 ], [ -75.1797611328968, 39.992259537732501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5801, "ADDRESS": "447 W NORRIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183209301", "LNIADDRESSKEY": "452233", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.9453125, "Shape__Length": 62.199947552101733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142266344746901, 39.981571970570897 ], [ -75.142302363408703, 39.981401224237601 ], [ -75.142354779245693, 39.981407525161103 ], [ -75.142318731239598, 39.981579077256001 ], [ -75.142266344746901, 39.981571970570897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5802, "ADDRESS": "2409 N OPAL ST", "OWNER1": "SIEVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162118701", "LNIADDRESSKEY": "460315", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.65625, "Shape__Length": 51.277482903472936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164256040298795, 39.9907709795675 ], [ -75.1642491600157, 39.990770050822199 ], [ -75.164242425432306, 39.990769141126599 ], [ -75.164249346808205, 39.990737073363 ], [ -75.164250872736702, 39.990730031389603 ], [ -75.164257668762005, 39.990730942469 ], [ -75.1642645505042, 39.990731871246702 ], [ -75.164426621293202, 39.990753624756302 ], [ -75.1644182097872, 39.990792912134701 ], [ -75.164256040298795, 39.9907709795675 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5803, "ADDRESS": "1615 N 26TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324101501", "LNIADDRESSKEY": "678707", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.7421875, "Shape__Length": 60.112340919904703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177401658376098, 39.980143115538503 ], [ -75.177392492418903, 39.980186514530502 ], [ -75.177183047218506, 39.980159702774202 ], [ -75.177192356155103, 39.980115856495402 ], [ -75.177401658376098, 39.980143115538503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5804, "ADDRESS": "313 W NORRIS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183206701", "LNIADDRESSKEY": "452185", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.046875, "Shape__Length": 56.011408715648059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140316801741605, 39.981139469794499 ], [ -75.140286037852107, 39.981290040697203 ], [ -75.140233666669701, 39.9812825459829 ], [ -75.1402599031682, 39.981157100777303 ], [ -75.140263500132207, 39.981133293078699 ], [ -75.140316801741605, 39.981139469794499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5805, "ADDRESS": "2365 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191174701", "LNIADDRESSKEY": "632633", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.6484375, "Shape__Length": 59.193285052876881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138089471216801, 39.986965448417003 ], [ -75.138097434784896, 39.986926658134102 ], [ -75.138308400412399, 39.986955684063602 ], [ -75.138300554055306, 39.986994779994703 ], [ -75.138089471216801, 39.986965448417003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5806, "ADDRESS": "126 N 54TH ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041099250", "LNIADDRESSKEY": "693502", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.80078125, "Shape__Length": 56.991092920421757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228289902961393, 39.962709655492098 ], [ -75.228298716277493, 39.9626685835253 ], [ -75.228498225638106, 39.962694020108898 ], [ -75.228489417734593, 39.962734318476102 ], [ -75.228289902961393, 39.962709655492098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5807, "ADDRESS": "4900 GRAYS AVE", "OWNER1": "4900 GRAYS AVENUE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "885993240", "LNIADDRESSKEY": "322692", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "I-2", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 8026.6890889853239, "Shape__Length": 362.0361741098227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209247763862095, 39.938287356286203 ], [ -75.209583305148499, 39.937796673878402 ], [ -75.210496662341598, 39.938166776327698 ], [ -75.210060625903594, 39.938474816719904 ], [ -75.210031015574302, 39.938492739096901 ], [ -75.209998171359999, 39.938506968525999 ], [ -75.209962869993305, 39.938517168497903 ], [ -75.209925946315806, 39.938523097795297 ], [ -75.209888273535199, 39.938524616197597 ], [ -75.209850742574901, 39.938521687796403 ], [ -75.209814241004196, 39.938514381844698 ], [ -75.209779632048395, 39.938502871119702 ], [ -75.209247763862095, 39.938287356286203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5808, "ADDRESS": "424 N 54TH ST", "OWNER1": "RYSING SUN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041103300", "LNIADDRESSKEY": "693589", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 318.73828125, "Shape__Length": 95.458931549470208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2280848091482, 39.966922010574102 ], [ -75.228379582761505, 39.966891656321899 ], [ -75.228433335696295, 39.966886099286299 ], [ -75.228451433601094, 39.966940932997801 ], [ -75.228175444024302, 39.966968041108302 ], [ -75.228093852324307, 39.966976370527902 ], [ -75.2280848091482, 39.966922010574102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5809, "ADDRESS": "1940 W YORK ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162255501", "LNIADDRESSKEY": "629244", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.30859375, "Shape__Length": 61.694422475199673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164908270341201, 39.990524320355803 ], [ -75.164944669255604, 39.990355977918099 ], [ -75.164998211116099, 39.990363196925699 ], [ -75.164962090835701, 39.990531416131802 ], [ -75.164908270341201, 39.990524320355803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5810, "ADDRESS": "1045 W ORLEANS ST", "OWNER1": "PARKER HARRY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372404400", "LNIADDRESSKEY": "463167", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.68359375, "Shape__Length": 47.395896403930522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148087294105196, 39.9972163046586 ], [ -75.148116109642302, 39.997093881854603 ], [ -75.1481648620952, 39.997100420040098 ], [ -75.148138134252093, 39.997223050105603 ], [ -75.148087294105196, 39.9972163046586 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5811, "ADDRESS": "2035 N 25TH ST", "OWNER1": "ISAAC LEROY CANADY", "OWNER2": "LEONA CANADY", "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "322179700", "LNIADDRESSKEY": "677987", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 298.953125, "Shape__Length": 83.49039324962061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174434722181303, 39.986307444743701 ], [ -75.174416979519407, 39.9863928837907 ], [ -75.174399091652404, 39.986474467748799 ], [ -75.1743152277718, 39.986383250350897 ], [ -75.174219983796107, 39.986279396450797 ], [ -75.174434722181303, 39.986307444743701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5812, "ADDRESS": "3638 N 17TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131224005", "LNIADDRESSKEY": "663525", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.58203125, "Shape__Length": 84.279623838016747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156258363621703, 40.009293672284798 ], [ -75.156575185125007, 40.0093340531702 ], [ -75.156565666656903, 40.009378021783803 ], [ -75.156249242948903, 40.0093365393599 ], [ -75.156258363621703, 40.009293672284798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5813, "ADDRESS": "2946 W YORK ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282338901", "LNIADDRESSKEY": "629454", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.4765625, "Shape__Length": 47.69820009841132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180908666717798, 39.992577398442798 ], [ -75.180861698866707, 39.992571931116402 ], [ -75.180887800223303, 39.992445394029801 ], [ -75.180934977526704, 39.992451979909298 ], [ -75.180908666717798, 39.992577398442798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5814, "ADDRESS": "2843 GERMANTOWN AVE", "OWNER1": "MT CALVARY BIBLEWAY", "OWNER2": "UNITED CHURCH OF GOD", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "777168000", "LNIADDRESSKEY": "309444", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 219.6875, "Shape__Length": 83.772204086363161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146828052621501, 39.995515151330103 ], [ -75.147136161559402, 39.995553572623002 ], [ -75.147126113080901, 39.995595901085302 ], [ -75.146809509278, 39.995554918562902 ], [ -75.146818778168296, 39.995514328307799 ], [ -75.146828052621501, 39.995515151330103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5815, "ADDRESS": "2318 N 22ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162214201", "LNIADDRESSKEY": "674105", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.6875, "Shape__Length": 66.507893057009952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168898007322397, 39.990068146180903 ], [ -75.168906591503102, 39.990024784202099 ], [ -75.169145273811907, 39.990055039598403 ], [ -75.169136412185793, 39.990097961740098 ], [ -75.168898007322397, 39.990068146180903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5816, "ADDRESS": "2416 N 9TH ST", "OWNER1": "98 REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371131501", "LNIADDRESSKEY": "647588", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.3515625, "Shape__Length": 59.024700590585738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147102862939505, 39.988680668060098 ], [ -75.147313426879194, 39.988710429482303 ], [ -75.147305005870706, 39.988748603978003 ], [ -75.147094309523993, 39.988719581755902 ], [ -75.147102862939505, 39.988680668060098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5817, "ADDRESS": "1359-61 GERMANTOWN AVE", "OWNER1": "PHILADELPHIA", "OWNER2": "REDEVELOPMENT AUTHORITY", "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "885932800", "LNIADDRESSKEY": "308996", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "ICMX", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 292.00390625, "Shape__Length": 72.310164828589308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141070029357905, 39.972318729495498 ], [ -75.141281834770894, 39.9722853235603 ], [ -75.1413048062971, 39.972366381467999 ], [ -75.141095248592507, 39.972401288075297 ], [ -75.141070029357905, 39.972318729495498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5818, "ADDRESS": "305 W NORRIS ST", "OWNER1": "YAGCI CENGIZ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183206401", "LNIADDRESSKEY": "452181", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.34375, "Shape__Length": 54.160560752416224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139954102326897, 39.981199797240599 ], [ -75.139962907710796, 39.981156618877698 ], [ -75.139973765425296, 39.981106361224903 ], [ -75.140020836929097, 39.981112703863097 ], [ -75.139990177585105, 39.981260004113103 ], [ -75.139942205187296, 39.9812542052411 ], [ -75.139954102326897, 39.981199797240599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5819, "ADDRESS": "2359 N FAWN ST", "OWNER1": "ROSA H WILLIAMS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371242700", "LNIADDRESSKEY": "286295", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.5, "Shape__Length": 48.11794488322559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152157683618796, 39.988811262264797 ], [ -75.152165292185799, 39.988774503958801 ], [ -75.152330723461901, 39.988796430764197 ], [ -75.152327017512505, 39.9888138863503 ], [ -75.152323003933105, 39.988832800255899 ], [ -75.152157683618796, 39.988811262264797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5820, "ADDRESS": "2033 N 21ST ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": null, "OPA_ID": "322051200", "LNIADDRESSKEY": "672173", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.95703125, "Shape__Length": 76.36638918459056 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167710743372496, 39.985664943947199 ], [ -75.167719523134807, 39.9856219885245 ], [ -75.168001824585701, 39.9856581138081 ], [ -75.167992593895306, 39.985701381216501 ], [ -75.167710743372496, 39.985664943947199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5821, "ADDRESS": "1610 BELFIELD AVE", "OWNER1": "AUGUST 4TH HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132382500", "LNIADDRESSKEY": "32954", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.59765625, "Shape__Length": 71.651991549630935 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151306442310798, 40.0270029037694 ], [ -75.151494440843194, 40.026922528536502 ], [ -75.151497839137903, 40.026923041297103 ], [ -75.151546332014604, 40.026930344296403 ], [ -75.151570599379994, 40.026934004145602 ], [ -75.151466234234206, 40.026988352760299 ], [ -75.151342207730494, 40.027052927813003 ], [ -75.151341245411601, 40.027050664755201 ], [ -75.151306442310798, 40.0270029037694 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5822, "ADDRESS": "1943 N 32ND ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323315300", "LNIADDRESSKEY": "684176", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.72265625, "Shape__Length": 67.584552768812046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185462479615694, 39.986624794412798 ], [ -75.185473092384697, 39.9865712717096 ], [ -75.185703340511793, 39.986602160295 ], [ -75.185692406277695, 39.986654739909902 ], [ -75.185462479615694, 39.986624794412798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5823, "ADDRESS": "734 W ALLEGHENY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372444700", "LNIADDRESSKEY": "10289", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.921875, "Shape__Length": 62.953247000815935 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143345676425199, 40.000217282970603 ], [ -75.143381985610304, 40.000046784990303 ], [ -75.143423351687105, 40.0000519478087 ], [ -75.143438830132098, 40.000053878306701 ], [ -75.143401768754003, 40.000224327686396 ], [ -75.143345676425199, 40.000217282970603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5824, "ADDRESS": "808 E WASHINGTON LN", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "592141915", "LNIADDRESSKEY": "600295", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 427.0546875, "Shape__Length": 106.72496090771683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172225406016494, 40.051076900878599 ], [ -75.172272001591693, 40.051032000488902 ], [ -75.172367835698395, 40.051089538149903 ], [ -75.172578840692793, 40.0512179269938 ], [ -75.172515838104104, 40.051278111081501 ], [ -75.172225406016494, 40.051076900878599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5825, "ADDRESS": "2216 N MARSHALL ST", "OWNER1": "POINT BREEZE HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371048800", "LNIADDRESSKEY": "413919", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.5546875, "Shape__Length": 73.019121100948695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144912614351199, 39.985364224705101 ], [ -75.144648379654299, 39.985334482553398 ], [ -75.144657162838101, 39.985288307491601 ], [ -75.144921397315997, 39.985318050748397 ], [ -75.144912614351199, 39.985364224705101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5826, "ADDRESS": "5925 RACE ST", "OWNER1": "PHILADELPHIA HOUSING DEVE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042143050", "LNIADDRESSKEY": "494087", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 165.12890625, "Shape__Length": 67.928426264734668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238881850082507, 39.964993679565801 ], [ -75.238882232982206, 39.964991834150503 ], [ -75.238934973571006, 39.964999420372699 ], [ -75.238934774695494, 39.9650002866058 ], [ -75.238893040610606, 39.965189663187701 ], [ -75.238863676515606, 39.965186102441201 ], [ -75.238841790066004, 39.965183141198601 ], [ -75.238881850082507, 39.964993679565801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5827, "ADDRESS": "5652 BOYER ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122254105", "LNIADDRESSKEY": "45860", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19138", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.171875, "Shape__Length": 81.634124208607219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162636239913695, 40.046348737338498 ], [ -75.162678088833005, 40.046373907047098 ], [ -75.162484593323995, 40.046562180997299 ], [ -75.162441960798105, 40.046536653435901 ], [ -75.162636239913695, 40.046348737338498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5828, "ADDRESS": "849 E MADISON ST", "OWNER1": "LOESCH DAWN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331075600", "LNIADDRESSKEY": "405213", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.69140625, "Shape__Length": 49.614110996856112 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.113912617182706, 39.9974686895292 ], [ -75.113960638612497, 39.997475095995597 ], [ -75.113931860858898, 39.997606829155998 ], [ -75.113884420412703, 39.997600581312902 ], [ -75.113912617182706, 39.9974686895292 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5829, "ADDRESS": "2356 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191166101", "LNIADDRESSKEY": "41814", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.56640625, "Shape__Length": 50.717927068274342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137948366226397, 39.986697124553899 ], [ -75.137955838751594, 39.986660938324299 ], [ -75.138132878981807, 39.986684852946603 ], [ -75.138125909870396, 39.986721048389299 ], [ -75.137948366226397, 39.986697124553899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5830, "ADDRESS": "6164 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401305500", "LNIADDRESSKEY": "583935", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.07421875, "Shape__Length": 60.921640098699683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232394714168606, 39.929375372400401 ], [ -75.232433806449706, 39.929347070986701 ], [ -75.232503061696093, 39.929406621168098 ], [ -75.232510772088204, 39.929413270850603 ], [ -75.232582566020795, 39.929472651462902 ], [ -75.232544705662804, 39.929499368313401 ], [ -75.232473107753094, 39.9294397509641 ], [ -75.232471105788207, 39.929438980586298 ], [ -75.232464176976094, 39.929433268202096 ], [ -75.232395944138005, 39.929377237435901 ], [ -75.232394714168606, 39.929375372400401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5831, "ADDRESS": "3408 H ST", "OWNER1": "PEGUERO ANGEL LEONEL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331347000", "LNIADDRESSKEY": "328623", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.5546875, "Shape__Length": 71.497730496531588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.112634628438101, 39.9998391347008 ], [ -75.112643128772802, 39.999797836406401 ], [ -75.112907230005007, 39.999830743209202 ], [ -75.112898226830893, 39.999870965625597 ], [ -75.112634628438101, 39.9998391347008 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5832, "ADDRESS": "3015 W OXFORD ST", "OWNER1": "3015 OXFORD AOF LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324011100", "LNIADDRESSKEY": "467028", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.7578125, "Shape__Length": 73.4767535176492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184252746625802, 39.980939844900902 ], [ -75.184297824411004, 39.980734471913898 ], [ -75.184354895248802, 39.980741905077203 ], [ -75.184312671731703, 39.980936059 ], [ -75.184310185254105, 39.980947545345501 ], [ -75.184252746625802, 39.980939844900902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5833, "ADDRESS": "6134 REINHARD ST", "OWNER1": "SEC OF HOUSING", "OWNER2": "URBAN DEV", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401284400", "LNIADDRESSKEY": "500540", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.109375, "Shape__Length": 60.486884452046368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232295405520205, 39.930076308552003 ], [ -75.2323313993124, 39.93005082458 ], [ -75.232355949412707, 39.930072044804 ], [ -75.232408444426198, 39.930116043028796 ], [ -75.232443985482305, 39.930145160739798 ], [ -75.232481644012097, 39.930177066205701 ], [ -75.232471173205496, 39.9301850252752 ], [ -75.232446453097893, 39.930202359495098 ], [ -75.232363509978796, 39.930132464937302 ], [ -75.232295405520205, 39.930076308552003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5834, "ADDRESS": "1918 W NORRIS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321150901", "LNIADDRESSKEY": "452398", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.40625, "Shape__Length": 68.884373732245976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165522041649595, 39.984068996963799 ], [ -75.165578990846697, 39.984076308310001 ], [ -75.165536887891605, 39.984266976848303 ], [ -75.165481314327906, 39.984259793322302 ], [ -75.165522041649595, 39.984068996963799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5835, "ADDRESS": "828 N 42ND ST", "OWNER1": "800 N 42 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062285200", "LNIADDRESSKEY": "686980", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.1015625, "Shape__Length": 56.642611561644713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208102290281005, 39.967614889483102 ], [ -75.208110339852496, 39.967652819832502 ], [ -75.207908606247202, 39.9676788169144 ], [ -75.207901297687101, 39.9676406450535 ], [ -75.208102290281005, 39.967614889483102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5836, "ADDRESS": "2344 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191165501", "LNIADDRESSKEY": "41808", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.66796875, "Shape__Length": 50.382201212566436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137994746977597, 39.986479257329499 ], [ -75.138002943150894, 39.986444050535297 ], [ -75.138179001448705, 39.986467175756097 ], [ -75.138171658429499, 39.986503234296002 ], [ -75.137994746977597, 39.986479257329499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5837, "ADDRESS": "5323 W GIRARD AVE", "OWNER1": "CAMPBELL BENAIAH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442092800", "LNIADDRESSKEY": "314707", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 364.734375, "Shape__Length": 127.67969221787627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227967152480105, 39.971289680805697 ], [ -75.228022748087298, 39.971283712760801 ], [ -75.228094579673794, 39.971675544837296 ], [ -75.228037354906306, 39.971681976045197 ], [ -75.227967152480105, 39.971289680805697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5838, "ADDRESS": "2402 N 6TH ST", "OWNER1": "LOTTIE BOWMAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371032600", "LNIADDRESSKEY": "639435", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.6875, "Shape__Length": 75.820779176355884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1432362774419, 39.987905223553703 ], [ -75.143517523075502, 39.9879431894364 ], [ -75.143514095693007, 39.987960424733203 ], [ -75.143509372381004, 39.9879841100718 ], [ -75.143426814378302, 39.987973482878203 ], [ -75.143227779615401, 39.987947554271898 ], [ -75.1432362774419, 39.987905223553703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5839, "ADDRESS": "4519 N MARVINE ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "491416910", "LNIADDRESSKEY": "416981", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.61328125, "Shape__Length": 77.101575311780664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143824308882998, 40.021368181081897 ], [ -75.143815575374404, 40.021410522295 ], [ -75.143528428186002, 40.021372474815998 ], [ -75.143537105607805, 40.021331598758501 ], [ -75.143824308882998, 40.021368181081897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5840, "ADDRESS": "2330 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472076800", "LNIADDRESSKEY": "435900", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.296875, "Shape__Length": 71.564368976380251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173240907921695, 39.981979195103698 ], [ -75.173194748000896, 39.982189570116198 ], [ -75.173137567249498, 39.9821817099659 ], [ -75.173177274576503, 39.982004461122202 ], [ -75.173240907921695, 39.981979195103698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5841, "ADDRESS": "2300 N 17TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161164801", "LNIADDRESSKEY": "663081", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.7421875, "Shape__Length": 68.28885298372343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160749919197201, 39.9886530393944 ], [ -75.160760822364395, 39.988603942319301 ], [ -75.160991237655693, 39.988634222084997 ], [ -75.1609997251728, 39.988635348342598 ], [ -75.160988478277403, 39.988683518646297 ], [ -75.160980466418707, 39.988684241191002 ], [ -75.1609800697411, 39.9886841995813 ], [ -75.160749919197201, 39.9886530393944 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5842, "ADDRESS": "1104 W SOMERSET ST", "OWNER1": "SPENCER ENTERPRISES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372332201", "LNIADDRESSKEY": "541801", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.44921875, "Shape__Length": 60.74809963980546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149354829158597, 39.994672726559102 ], [ -75.149319493408598, 39.994840184643699 ], [ -75.149273041205603, 39.9948338454465 ], [ -75.149268686993807, 39.994832602497397 ], [ -75.149303383668595, 39.994665966768302 ], [ -75.149354829158597, 39.994672726559102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5843, "ADDRESS": "2931 W CLEMENTINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "381335400", "LNIADDRESSKEY": "89984", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 78.48046875, "Shape__Length": 39.10056987173089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1779948171679, 40.003966035361898 ], [ -75.178013849855205, 40.003871402868398 ], [ -75.178056630640697, 40.003876955333403 ], [ -75.178064368914903, 40.003877967761902 ], [ -75.178044276069798, 40.003972365899799 ], [ -75.1779948171679, 40.003966035361898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5844, "ADDRESS": "2150 E MONMOUTH ST", "OWNER1": "IMI REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252124000", "LNIADDRESSKEY": "434516", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.51953125, "Shape__Length": 47.853136676207669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115572424472603, 39.987969066254003 ], [ -75.115711767626493, 39.987897161433096 ], [ -75.115737324653693, 39.987928246757903 ], [ -75.115600295426106, 39.987999383658398 ], [ -75.115572424472603, 39.987969066254003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5845, "ADDRESS": "2910 PALETHORP ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071159300", "LNIADDRESSKEY": "468602", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 96.5078125, "Shape__Length": 48.369513444760059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133677448890893, 39.994656961963798 ], [ -75.133846772598602, 39.994678747136497 ], [ -75.133839399652999, 39.994712914881198 ], [ -75.133669508605294, 39.994691182092303 ], [ -75.133677448890893, 39.994656961963798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5846, "ADDRESS": "2864 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372127000", "LNIADDRESSKEY": "108813", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 86.81640625, "Shape__Length": 42.866926280834349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1450123142709, 39.995626437902899 ], [ -75.145153837593298, 39.9956453340682 ], [ -75.145147545687095, 39.995673836995401 ], [ -75.1451455360898, 39.995681980546003 ], [ -75.145003548361601, 39.995663202228499 ], [ -75.1450123142709, 39.995626437902899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5847, "ADDRESS": "1124 W SOMERSET ST", "OWNER1": "BIDDLE MICHELE A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372333200", "LNIADDRESSKEY": "541812", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 163.6796875, "Shape__Length": 71.183394380544939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149947381147399, 39.994923080003502 ], [ -75.149989316760994, 39.994717872120198 ], [ -75.150037686164197, 39.994724545032298 ], [ -75.149995027947995, 39.994929430215798 ], [ -75.149947381147399, 39.994923080003502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5848, "ADDRESS": "2215 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162070300", "LNIADDRESSKEY": "668100", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.015625, "Shape__Length": 69.453606774660273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163754774340603, 39.9876985284642 ], [ -75.163763777281702, 39.987658013308199 ], [ -75.164018755819896, 39.987690388020802 ], [ -75.164012544560805, 39.987719231491802 ], [ -75.164010102734807, 39.987730524765503 ], [ -75.163754774340603, 39.9876985284642 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5849, "ADDRESS": "1945 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321286101", "LNIADDRESSKEY": "670078", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 270.65234375, "Shape__Length": 92.724112486173397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166070082166101, 39.984043632913398 ], [ -75.166079684738406, 39.983997197929497 ], [ -75.166429825121497, 39.984044525841 ], [ -75.166418960670498, 39.984091077731001 ], [ -75.166070082166101, 39.984043632913398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5850, "ADDRESS": "2504 N STANLEY ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282117000", "LNIADDRESSKEY": "551225", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.1953125, "Shape__Length": 50.775730792208122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181909325581501, 39.9945149451597 ], [ -75.181917748734605, 39.9944773001993 ], [ -75.182092790486806, 39.994501156696202 ], [ -75.182085030838806, 39.994538993333897 ], [ -75.181909325581501, 39.9945149451597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5851, "ADDRESS": "2075 E CLEMENTINE ST", "OWNER1": "V2 PROPERTIES ENTITY 6 LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252265400", "LNIADDRESSKEY": "89821", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.58984375, "Shape__Length": 64.619807325057408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.111386531457001, 39.9916114885092 ], [ -75.111522436921703, 39.991554467725898 ], [ -75.111529266782995, 39.991552384536902 ], [ -75.111604590119001, 39.991520006325302 ], [ -75.111625287517995, 39.9915493364851 ], [ -75.111410849121, 39.991639371306398 ], [ -75.111386531457001, 39.9916114885092 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5852, "ADDRESS": "2529 N STANLEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282108901", "LNIADDRESSKEY": "551250", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.9609375, "Shape__Length": 51.109223098957919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181522219134393, 39.994939550341698 ], [ -75.181530597707194, 39.994903129780504 ], [ -75.181708175134304, 39.9949270266859 ], [ -75.181699596758705, 39.994964860752098 ], [ -75.181522219134393, 39.994939550341698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5853, "ADDRESS": "2847 N 12TH ST", "OWNER1": "GEENA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372252200", "LNIADDRESSKEY": "654181", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.6171875, "Shape__Length": 59.144298988563392 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1499079804682, 39.996221249293001 ], [ -75.150118836291995, 39.996250029505198 ], [ -75.150109876738995, 39.996288862117702 ], [ -75.149899020841602, 39.996260080763797 ], [ -75.1499079804682, 39.996221249293001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5854, "ADDRESS": "2424 N DELHI ST", "OWNER1": "REYNOLD L MARTIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371143200", "LNIADDRESSKEY": "730546", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.39453125, "Shape__Length": 46.927831137938867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148037429028193, 39.989120315904799 ], [ -75.148046528971904, 39.989081914606203 ], [ -75.148203346055794, 39.989102766837597 ], [ -75.148194725395697, 39.989141807472897 ], [ -75.148037429028193, 39.989120315904799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5855, "ADDRESS": "1418 N ITHAN ST", "OWNER1": "COLLINGWOOD GREGORY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "043059800", "LNIADDRESSKEY": "358456", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.0859375, "Shape__Length": 50.264031341787145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233813060170107, 39.973844369019098 ], [ -75.233983431225994, 39.973825891707897 ], [ -75.233989457122505, 39.973859504813397 ], [ -75.233990943001999, 39.973866339906401 ], [ -75.233820163288996, 39.973885097714998 ], [ -75.233813060170107, 39.973844369019098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5856, "ADDRESS": "1937 N 19TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321256801", "LNIADDRESSKEY": "667987", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 260.15625, "Shape__Length": 86.457679974104977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164571498345396, 39.983686906678798 ], [ -75.164582060741907, 39.983637898495601 ], [ -75.164900549090504, 39.983680455642002 ], [ -75.164890191441302, 39.983729629517804 ], [ -75.164571498345396, 39.983686906678798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5857, "ADDRESS": "4700 PASCHALL AVE", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273170510", "LNIADDRESSKEY": "471999", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 561.7109375, "Shape__Length": 114.39932785807102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209044905220694, 39.941364186503201 ], [ -75.209043205385299, 39.941365389977697 ], [ -75.2088444060401, 39.941504869161101 ], [ -75.208808253887497, 39.941530231079 ], [ -75.208647563281303, 39.941384753728997 ], [ -75.208646004644706, 39.941383315881502 ], [ -75.208632331850495, 39.941370939486497 ], [ -75.208636084609793, 39.941370828921201 ], [ -75.208696698288307, 39.941368932823501 ], [ -75.209053375601599, 39.941357765292999 ], [ -75.209054130316005, 39.9413577335837 ], [ -75.209053571406798, 39.941358124400899 ], [ -75.209044905220694, 39.941364186503201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5858, "ADDRESS": "2009 N 22ND ST", "OWNER1": "MANTUA HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322085900", "LNIADDRESSKEY": "674013", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 505.71484375, "Shape__Length": 111.60112819737834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169321900450697, 39.985268800795801 ], [ -75.169340103278799, 39.985192335579697 ], [ -75.169356723225505, 39.9851945146915 ], [ -75.169732680291503, 39.985244798263103 ], [ -75.169715202381994, 39.985322618961298 ], [ -75.169321900450697, 39.985268800795801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5859, "ADDRESS": "3860 ASPEN ST", "OWNER1": "OH HOONHO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243037600", "LNIADDRESSKEY": "23836", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.78515625, "Shape__Length": 84.34737403363826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199710732498801, 39.966320713452802 ], [ -75.199754339335399, 39.966564864067202 ], [ -75.199697620234701, 39.966571228153001 ], [ -75.199654449638103, 39.966326652473903 ], [ -75.199690203365904, 39.966322368885201 ], [ -75.199710732498801, 39.966320713452802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5860, "ADDRESS": "1843 W ERIE AVE", "OWNER1": "ERIE STREET ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131063400", "LNIADDRESSKEY": "139114", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 278.078125, "Shape__Length": 91.303401763814648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158995034686896, 40.010693251085101 ], [ -75.158935264591506, 40.010685099558998 ], [ -75.158992573057205, 40.010424333403499 ], [ -75.159049851378498, 40.010432411779803 ], [ -75.159056837101801, 40.010433391601701 ], [ -75.158998996505105, 40.010693792126197 ], [ -75.158995034686896, 40.010693251085101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5861, "ADDRESS": "35 E SEYMOUR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121035310", "LNIADDRESSKEY": "531413", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 350.1875, "Shape__Length": 90.616168274800572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163111685526005, 40.029964439973703 ], [ -75.1631675303192, 40.029910439774298 ], [ -75.163416125775399, 40.030062712802597 ], [ -75.163361471489395, 40.030115193568598 ], [ -75.163111685526005, 40.029964439973703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5862, "ADDRESS": "1960 N CROSKEY ST", "OWNER1": "HASAN SYED R", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322108300", "LNIADDRESSKEY": "104002", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.8125, "Shape__Length": 67.883409720345256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170834340225099, 39.984883104467499 ], [ -75.170842503179998, 39.984846389150803 ], [ -75.171095113515904, 39.984881855397099 ], [ -75.171086442283297, 39.984918156104001 ], [ -75.170834340225099, 39.984883104467499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5863, "ADDRESS": "2346 N 3RD ST", "OWNER1": "2346 N 3RD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191185101", "LNIADDRESSKEY": "632618", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.08203125, "Shape__Length": 58.84031291246793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138530380117004, 39.986720834268098 ], [ -75.138538698436093, 39.986682939540302 ], [ -75.138749818691394, 39.986710365495199 ], [ -75.138741499023894, 39.986748260204998 ], [ -75.138530380117004, 39.986720834268098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5864, "ADDRESS": "5627 WARRINGTON AVE", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513305100", "LNIADDRESSKEY": "599368", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.54296875, "Shape__Length": 68.890941462914697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229179948298494, 39.939719649154597 ], [ -75.229013542274899, 39.939581554981103 ], [ -75.229056558867597, 39.939551551213398 ], [ -75.229170783700496, 39.939646587448401 ], [ -75.229221960449806, 39.939690139069597 ], [ -75.229226508178002, 39.939693995052899 ], [ -75.229211262994099, 39.939704750144003 ], [ -75.229189849129, 39.939719769901998 ], [ -75.229184560099498, 39.939723473886602 ], [ -75.229179948298494, 39.939719649154597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5865, "ADDRESS": "2451 N DOUGLAS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282217901", "LNIADDRESSKEY": "122302", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.8515625, "Shape__Length": 49.825936423081501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184946713891094, 39.994268089865898 ], [ -75.184954644041895, 39.9942296115331 ], [ -75.185125811450305, 39.994253972611702 ], [ -75.185117319228397, 39.994291245684103 ], [ -75.184946713891094, 39.994268089865898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5866, "ADDRESS": "2311 N 21ST ST", "OWNER1": "BIBBS HELEN", "OWNER2": "BIBBS DANTE ET AL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162178400", "LNIADDRESSKEY": "672298", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.4375, "Shape__Length": 75.41064052636186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166848013855798, 39.989643487313103 ], [ -75.166857701666999, 39.989600938684397 ], [ -75.1671354086224, 39.989639830935097 ], [ -75.167126426447396, 39.989682040687903 ], [ -75.166848013855798, 39.989643487313103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5867, "ADDRESS": "419 W DAUPHIN ST", "OWNER1": "MCHUGH JOHN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191422200", "LNIADDRESSKEY": "110375", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.0625, "Shape__Length": 57.659647870290215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140338542843097, 39.985933816318699 ], [ -75.140390662261694, 39.985940869308003 ], [ -75.1403542897542, 39.986096631012003 ], [ -75.140302405003894, 39.986088954881403 ], [ -75.140338542843097, 39.985933816318699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5868, "ADDRESS": "1704 N 23RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "472186500", "LNIADDRESSKEY": "675375", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 210.1640625, "Shape__Length": 73.986807747486978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172740373187807, 39.9812233281408 ], [ -75.172685469369398, 39.9812164457962 ], [ -75.172463348466195, 39.981188627866302 ], [ -75.172473671706996, 39.981139858118503 ], [ -75.172717348299898, 39.981170663806601 ], [ -75.172740373187807, 39.9812233281408 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5869, "ADDRESS": "747 N 39TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243102010", "LNIADDRESSKEY": "686059", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.6328125, "Shape__Length": 77.357470059427783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199964908123206, 39.9670379812734 ], [ -75.200251777814103, 39.9670042988418 ], [ -75.200260064192307, 39.967049763002997 ], [ -75.199973839419201, 39.967080219551598 ], [ -75.199964908123206, 39.9670379812734 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5870, "ADDRESS": "2429 SEYBERT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291071300", "LNIADDRESSKEY": "531317", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.53515625, "Shape__Length": 48.077273651395686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175901412507798, 39.9761196531053 ], [ -75.175927911212199, 39.975992675420997 ], [ -75.175978664400105, 39.976000777554098 ], [ -75.175955052843605, 39.976119599397897 ], [ -75.1759377253548, 39.976124594276797 ], [ -75.175901412507798, 39.9761196531053 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5871, "ADDRESS": "2200 RUFFNER ST", "OWNER1": "CAVDAR NESLIHAN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131423500", "LNIADDRESSKEY": "519676", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.45703125, "Shape__Length": 44.337634879355434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164980180379104, 40.011960547059701 ], [ -75.165027241391797, 40.011938620602002 ], [ -75.165102263294003, 40.012032949676701 ], [ -75.165054751885606, 40.012054625004502 ], [ -75.164980180379104, 40.011960547059701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5872, "ADDRESS": "3200 W YORK ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282343101", "LNIADDRESSKEY": "629512", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.94140625, "Shape__Length": 52.738341400237466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184566947101999, 39.992907448151598 ], [ -75.184538983520596, 39.9930479516171 ], [ -75.184487764875996, 39.993041809630398 ], [ -75.184516860093296, 39.992901315700003 ], [ -75.184566947101999, 39.992907448151598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5873, "ADDRESS": "3101 EUCLID AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323020101", "LNIADDRESSKEY": "140099", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.73828125, "Shape__Length": 68.709436624801953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184605960948304, 39.984978091888301 ], [ -75.184646842696395, 39.984785665948401 ], [ -75.184700363189194, 39.984792295318101 ], [ -75.184676198337101, 39.984900546452401 ], [ -75.184658350835207, 39.984985276027302 ], [ -75.184605960948304, 39.984978091888301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5874, "ADDRESS": "2541 W ARIZONA ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281236001", "LNIADDRESSKEY": "20837", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 80.98828125, "Shape__Length": 44.529613408653255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174492065556507, 39.991598097585197 ], [ -75.174479071138094, 39.991596452240003 ], [ -75.174480218229604, 39.991590530171599 ], [ -75.174502594079996, 39.991475775884901 ], [ -75.174543117763605, 39.991481520218102 ], [ -75.174520763361997, 39.991595710733499 ], [ -75.174519597584194, 39.991601585079799 ], [ -75.174492065556507, 39.991598097585197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5875, "ADDRESS": "2334 N 3RD ST", "OWNER1": "AGK INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191184501", "LNIADDRESSKEY": "632606", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.08984375, "Shape__Length": 58.841312900937623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138580297379605, 39.986493461556996 ], [ -75.138588617019394, 39.986455569109197 ], [ -75.138799740976907, 39.9864829950724 ], [ -75.138791422784706, 39.986520890944597 ], [ -75.138580297379605, 39.986493461556996 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5876, "ADDRESS": "3912 WYALUSING AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243181710", "LNIADDRESSKEY": "625643", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.70703125, "Shape__Length": 50.518345141246598 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201816331942993, 39.972329167782597 ], [ -75.201842485612303, 39.972464122153198 ], [ -75.201793952160301, 39.9724694280169 ], [ -75.2017682235211, 39.9723343062496 ], [ -75.201816331942993, 39.972329167782597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5877, "ADDRESS": "2330 N 27TH ST", "OWNER1": "PLANET PHILLY PROPERTIES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281070500", "LNIADDRESSKEY": "679868", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.28515625, "Shape__Length": 64.746093363680899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176740351105494, 39.991548355682902 ], [ -75.176748794041202, 39.991508052374897 ], [ -75.176983957331998, 39.991538454533398 ], [ -75.176975177963598, 39.991577670226299 ], [ -75.176740351105494, 39.991548355682902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5878, "ADDRESS": "3843 N 13TH ST", "OWNER1": "SOLEADO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432373900", "LNIADDRESSKEY": "656312", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.46875, "Shape__Length": 64.448606183685413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148152421689801, 40.011577654589097 ], [ -75.148157613078894, 40.011553221703998 ], [ -75.148161553124098, 40.011535756878096 ], [ -75.148170563882005, 40.011536944310201 ], [ -75.148285866216099, 40.011552210827503 ], [ -75.148392319708407, 40.011566423004602 ], [ -75.148383348297003, 40.0116079707065 ], [ -75.148152421689801, 40.011577654589097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5879, "ADDRESS": "2339 N 32ND ST", "OWNER1": "JAMESTOWN HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282182500", "LNIADDRESSKEY": "684282", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.64453125, "Shape__Length": 56.561737895249365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184197132379595, 39.992560119941999 ], [ -75.1843987238057, 39.9925850811928 ], [ -75.184391243049106, 39.992623327390703 ], [ -75.184189452210106, 39.992596975243501 ], [ -75.184197132379595, 39.992560119941999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5880, "ADDRESS": "2026 N WOODSTOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322023000", "LNIADDRESSKEY": "623976", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.1015625, "Shape__Length": 57.872101593648914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166973852734301, 39.985363234712501 ], [ -75.166983411118593, 39.985322377077502 ], [ -75.1671859195135, 39.985350630092597 ], [ -75.167177477190407, 39.9853907875411 ], [ -75.166973852734301, 39.985363234712501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5881, "ADDRESS": "2343 N 31ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282125201", "LNIADDRESSKEY": "683647", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.2734375, "Shape__Length": 67.34590019180223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182508668059995, 39.992604832807302 ], [ -75.182518058657806, 39.9925609879799 ], [ -75.182610486845704, 39.992573032942097 ], [ -75.1827581411045, 39.992592261945298 ], [ -75.182750048735997, 39.992636668547199 ], [ -75.182508668059995, 39.992604832807302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5882, "ADDRESS": "419 E ASHMEAD ST", "OWNER1": "AMAM MANAGEMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121099000", "LNIADDRESSKEY": "23075", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 558.28515625, "Shape__Length": 141.32436553405046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162390847301594, 40.035727703683797 ], [ -75.162409961068803, 40.035707645235298 ], [ -75.162583705397495, 40.035813823377602 ], [ -75.162614147534299, 40.0357832529753 ], [ -75.162646504837994, 40.035751371934403 ], [ -75.162676993443895, 40.035720657274901 ], [ -75.162708100101497, 40.035690794473503 ], [ -75.162733907762401, 40.035666792779701 ], [ -75.162777763265794, 40.035693040600897 ], [ -75.162841848034802, 40.035731076580802 ], [ -75.162760259771105, 40.035811143195403 ], [ -75.162670744909406, 40.035897769656202 ], [ -75.162390847301594, 40.035727703683797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5883, "ADDRESS": "1523 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161267701", "LNIADDRESSKEY": "110618", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.9921875, "Shape__Length": 69.769837775832258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158128418827602, 39.988436360406702 ], [ -75.158173550221406, 39.988246601543899 ], [ -75.158232614270602, 39.988254625350599 ], [ -75.158188511209005, 39.988445987613296 ], [ -75.158128418827602, 39.988436360406702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5884, "ADDRESS": "2411 N OPAL ST", "OWNER1": "THOMAS CORREY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162118800", "LNIADDRESSKEY": "460317", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.80859375, "Shape__Length": 50.696788877397694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164247986034894, 39.990808034834203 ], [ -75.164241126872795, 39.990807089670199 ], [ -75.164234455151799, 39.9908061825166 ], [ -75.164241023219702, 39.990775702717499 ], [ -75.164242425432306, 39.990769141126599 ], [ -75.1642491600157, 39.990770050822199 ], [ -75.164256040298795, 39.9907709795675 ], [ -75.1644182097872, 39.990792912134701 ], [ -75.164410208063501, 39.990830243403899 ], [ -75.164247986034894, 39.990808034834203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5885, "ADDRESS": "4726 GRISCOM ST", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232434700", "LNIADDRESSKEY": "327055", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 320.3515625, "Shape__Length": 107.32732819679214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.084232992861004, 40.0176891790478 ], [ -75.084268234485194, 40.0176491970618 ], [ -75.084427203608399, 40.017734504780101 ], [ -75.084612890342697, 40.017832473719601 ], [ -75.0845769761913, 40.0178719401206 ], [ -75.084291707550605, 40.017718800994103 ], [ -75.084289696403303, 40.017718238459103 ], [ -75.084232992861004, 40.0176891790478 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5886, "ADDRESS": "636 CANTRELL ST", "OWNER1": "LI LING", "OWNER2": "YANG YIHUI", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "393063000", "LNIADDRESSKEY": "63983", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.0234375, "Shape__Length": 50.13923387239285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157889623608, 39.922353252436501 ], [ -75.157917748218594, 39.922220722161498 ], [ -75.157941800283098, 39.922223570234102 ], [ -75.157967715086897, 39.922226977369398 ], [ -75.157938910300402, 39.9223592028263 ], [ -75.157889623608, 39.922353252436501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5887, "ADDRESS": "1721 N 31ST ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324194800", "LNIADDRESSKEY": "683444", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.96875, "Shape__Length": 61.548869528861502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1847026621558, 39.982658255063598 ], [ -75.184921109096706, 39.982686093117302 ], [ -75.184913160468696, 39.982726762725498 ], [ -75.184692730677298, 39.982699283539802 ], [ -75.1847026621558, 39.982658255063598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5888, "ADDRESS": "1242 W GIRARD AVE", "OWNER1": "POENG TAI J", "OWNER2": "POENG DELAN HAN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141432700", "LNIADDRESSKEY": "313953", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-4", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 294.0234375, "Shape__Length": 94.440769266601265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157122414669502, 39.970728264677199 ], [ -75.157185252438097, 39.970735810385001 ], [ -75.157137555353799, 39.971007819909303 ], [ -75.157069432874906, 39.970999316815103 ], [ -75.157122414669502, 39.970728264677199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5889, "ADDRESS": "2440 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191292501", "LNIADDRESSKEY": "462504", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 71.19921875, "Shape__Length": 39.149205415628728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140559584182995, 39.988459553048202 ], [ -75.140566038636294, 39.988426814721201 ], [ -75.140667130936606, 39.988441058333699 ], [ -75.140697071694305, 39.988444510782102 ], [ -75.140689783365602, 39.988477117529797 ], [ -75.140664339391094, 39.988474459972203 ], [ -75.140584406228697, 39.988463115532703 ], [ -75.140559584182995, 39.988459553048202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5890, "ADDRESS": "2457 N CLEVELAND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162025101", "LNIADDRESSKEY": "90242", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.86328125, "Shape__Length": 50.723172934416972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162188607961895, 39.991411203508598 ], [ -75.162180474993903, 39.991447564226 ], [ -75.162011560465601, 39.991425507971499 ], [ -75.162003760897093, 39.991424494167703 ], [ -75.162007241740298, 39.9914073891496 ], [ -75.162011894317502, 39.991387586103698 ], [ -75.162019880765399, 39.991388652550199 ], [ -75.162188607961895, 39.991411203508598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5891, "ADDRESS": "124-34 E CUMBERLAND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314001101", "LNIADDRESSKEY": "105403", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1107.578125, "Shape__Length": 137.22635958995176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130365140786296, 39.987589280063503 ], [ -75.130395699378496, 39.987445171457097 ], [ -75.1303960816185, 39.987443423181404 ], [ -75.130755951082094, 39.987382948907602 ], [ -75.130702104913397, 39.987624971062701 ], [ -75.130700255850499, 39.987633279118597 ], [ -75.130365140786296, 39.987589280063503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5892, "ADDRESS": "2724 N LAWRENCE ST", "OWNER1": "VIGO IGNACIO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192175100", "LNIADDRESSKEY": "384670", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.99609375, "Shape__Length": 47.308292296692116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139197479534403, 39.992704446649199 ], [ -75.139205479104803, 39.992664263908402 ], [ -75.139211089460005, 39.9926649715526 ], [ -75.139362685100295, 39.992683878879099 ], [ -75.139358631188301, 39.992704274807501 ], [ -75.1393546550228, 39.992724286190601 ], [ -75.139202192391195, 39.992705037019697 ], [ -75.139197479534403, 39.992704446649199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5893, "ADDRESS": "2312 GERRITT ST", "OWNER1": "CHESLEY CHRISTOPHER F", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364013600", "LNIADDRESSKEY": "311288", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.7109375, "Shape__Length": 52.001464485970018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1830945669751, 39.9342752634767 ], [ -75.183144795388202, 39.934282044915399 ], [ -75.183112741716698, 39.934420538201202 ], [ -75.1830644629067, 39.934414235125601 ], [ -75.1830945669751, 39.9342752634767 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5894, "ADDRESS": "3709 OLD YORK RD", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432367310", "LNIADDRESSKEY": "457883", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.49609375, "Shape__Length": 85.37183540577152 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147127551020006, 40.009069525012201 ], [ -75.147450952948702, 40.009111449950701 ], [ -75.147443747086399, 40.009152859659501 ], [ -75.147118670645398, 40.0091108640801 ], [ -75.147127551020006, 40.009069525012201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5895, "ADDRESS": "3906 W GIRARD AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "243221200", "LNIADDRESSKEY": "314357", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 451.0625, "Shape__Length": 110.67893263784704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202031847530094, 39.973934101645099 ], [ -75.202119827234299, 39.973924545912901 ], [ -75.202176853935796, 39.974234099809401 ], [ -75.202137347652396, 39.974238333603999 ], [ -75.202088100051498, 39.974243639530698 ], [ -75.202031847530094, 39.973934101645099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5896, "ADDRESS": "2615 W GORDON ST", "OWNER1": "LAND HO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281224000", "LNIADDRESSKEY": "319251", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 111.30859375, "Shape__Length": 51.402140764158908 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175516640700906, 39.991392181834499 ], [ -75.175545710154196, 39.991255042082898 ], [ -75.175594280900796, 39.991261338203202 ], [ -75.1755657539493, 39.991398538562201 ], [ -75.175516640700906, 39.991392181834499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5897, "ADDRESS": "1926 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183315301", "LNIADDRESSKEY": "461425", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.0859375, "Shape__Length": 40.904315380076547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140442658247494, 39.9802012967032 ], [ -75.140449900554103, 39.980169334291098 ], [ -75.1405890887102, 39.980188699589597 ], [ -75.140581871268907, 39.980220549946502 ], [ -75.140442658247494, 39.9802012967032 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5898, "ADDRESS": "654 N 43RD ST", "OWNER1": "CRUZ DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061285200", "LNIADDRESSKEY": "687294", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 436.30859375, "Shape__Length": 107.23966107705021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209412298912298, 39.964408520620097 ], [ -75.209802933296103, 39.964381513660101 ], [ -75.209810452396297, 39.964449929947698 ], [ -75.209420681793304, 39.964477311964401 ], [ -75.209412298912298, 39.964408520620097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5899, "ADDRESS": "2335 N 3RD ST", "OWNER1": "BROTHERLY LOVE REAL ESTATE INVESTMENTS L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191173200", "LNIADDRESSKEY": "632607", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 134.5, "Shape__Length": 58.934797808606596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138212755557504, 39.986380014142703 ], [ -75.138221082958694, 39.9863409730889 ], [ -75.138431799543, 39.986369042585601 ], [ -75.138423993990997, 39.986406738360003 ], [ -75.138212755557504, 39.986380014142703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5900, "ADDRESS": "730 WIOTA ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061179310", "LNIADDRESSKEY": "618695", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 102.4375, "Shape__Length": 49.089908881143714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2035194014544, 39.965753314329397 ], [ -75.203526307496205, 39.9657859488089 ], [ -75.203529476510894, 39.9657896941128 ], [ -75.203357957479298, 39.965809470008402 ], [ -75.2033510998004, 39.965772775312999 ], [ -75.2035194014544, 39.965753314329397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5901, "ADDRESS": "3945 ASPEN ST", "OWNER1": "HOMEOWNERSHIP DEVELOPERS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243050510", "LNIADDRESSKEY": "23892", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.05078125, "Shape__Length": 86.17019347035469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201611794477799, 39.966504964140697 ], [ -75.2016738851067, 39.966497624819198 ], [ -75.201721818470702, 39.966743337001397 ], [ -75.201659292112197, 39.966750502242803 ], [ -75.201611794477799, 39.966504964140697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5902, "ADDRESS": "3142 W ARIZONA ST", "OWNER1": "CITY OF PHILA", "OWNER2": "R E DIVISION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282329301", "LNIADDRESSKEY": "20964", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.48828125, "Shape__Length": 47.134512527072786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184024115565705, 39.9926186516957 ], [ -75.184049695436201, 39.992496342739599 ], [ -75.184098458831897, 39.9925031226974 ], [ -75.184074268298502, 39.992625285897397 ], [ -75.184031852093497, 39.992619678351502 ], [ -75.184024115565705, 39.9926186516957 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5903, "ADDRESS": "2259 N ORKNEY ST", "OWNER1": "JAMES J ZAVIN S/M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191276000", "LNIADDRESSKEY": "462420", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 88.20703125, "Shape__Length": 45.392917436463421 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140914390866598, 39.985611403757702 ], [ -75.140908407373402, 39.985610590841098 ], [ -75.140915886963199, 39.985576844135203 ], [ -75.140921994148997, 39.985577676757501 ], [ -75.141072637769298, 39.985598058487 ], [ -75.141065093701997, 39.985631884827697 ], [ -75.140914390866598, 39.985611403757702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5904, "ADDRESS": "1415 ADAMS AVE", "OWNER1": "COMMONWEALTH OF PENNA", "OWNER2": "GENERAL STATE AUTH", "BLDG_DESC": "PARKING LOT COMMERCIAL", "OPA_ID": "885222980", "LNIADDRESSKEY": "2885", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.27734375, "Shape__Length": 77.58432862177014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.092946884012605, 40.010415278337099 ], [ -75.093168981396204, 40.010261360402602 ], [ -75.093199130532, 40.010290187302402 ], [ -75.092977065746993, 40.010444880941201 ], [ -75.092946884012605, 40.010415278337099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5905, "ADDRESS": "2252 N 9TH ST", "OWNER1": "IBNM LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371128500", "LNIADDRESSKEY": "647550", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.984375, "Shape__Length": 81.386166450617267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147586321857801, 39.986473836705102 ], [ -75.147595698145196, 39.986429864390303 ], [ -75.147898597437404, 39.9864697454855 ], [ -75.147889731133006, 39.986513519895702 ], [ -75.147586321857801, 39.986473836705102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5906, "ADDRESS": "2212 N LEITHGOW ST", "OWNER1": "PHILADELPHIA REDEVELOPMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191239501", "LNIADDRESSKEY": "388630", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.5, "Shape__Length": 40.363419805114674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140431697557005, 39.984719699112901 ], [ -75.140439894442096, 39.984686340415401 ], [ -75.140574673757001, 39.984705041006499 ], [ -75.140567909515099, 39.984737658532197 ], [ -75.140431697557005, 39.984719699112901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5907, "ADDRESS": "2026R S 70TH ST", "OWNER1": "ANNA LEVIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403209500", "LNIADDRESSKEY": "706652", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 63.97265625, "Shape__Length": 33.536498471881814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243928096400893, 39.922243071846999 ], [ -75.243890950829297, 39.922211394227602 ], [ -75.243863336008303, 39.922187703851797 ], [ -75.243876478000303, 39.922186135036199 ], [ -75.243944879171195, 39.922177979219299 ], [ -75.2439575544592, 39.922188633432 ], [ -75.243979873052197, 39.922207395604701 ], [ -75.243937021977104, 39.9222369227993 ], [ -75.243936867313806, 39.92223679328 ], [ -75.243928096400893, 39.922243071846999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5908, "ADDRESS": "6147 E WISTER ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "172538615", "LNIADDRESSKEY": "619972", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 289.7734375, "Shape__Length": 88.169989978488246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157562613863107, 40.048853256957997 ], [ -75.157566731772803, 40.048797607459299 ], [ -75.157889825070299, 40.0488098954525 ], [ -75.157886390563107, 40.048864657109498 ], [ -75.157562613863107, 40.048853256957997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5909, "ADDRESS": "404 W BERKS ST", "OWNER1": "SPANISH CAPITAL INVESTMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183040200", "LNIADDRESSKEY": "37054", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 177.12109375, "Shape__Length": 71.411632730554572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141243594163399, 39.979554122615397 ], [ -75.141287824320102, 39.979352355178101 ], [ -75.141340498399501, 39.979359017251099 ], [ -75.141296355522698, 39.9795612225589 ], [ -75.141243594163399, 39.979554122615397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5910, "ADDRESS": "5323 PENTRIDGE ST", "OWNER1": "PALMER WILSTON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "511127805", "LNIADDRESSKEY": "480241", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.0546875, "Shape__Length": 63.962678335213468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226886044723102, 39.944357298489898 ], [ -75.226925530626801, 39.944329410576103 ], [ -75.227083458799001, 39.944460808042599 ], [ -75.2270426325763, 39.944489247673502 ], [ -75.226886044723102, 39.944357298489898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5911, "ADDRESS": "2100 SHARSWOOD ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291138702", "LNIADDRESSKEY": "532553", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1772.99609375, "Shape__Length": 182.86727962997188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170768238161003, 39.976481595424502 ], [ -75.170727310616499, 39.976671157744697 ], [ -75.170164453099702, 39.976599227789102 ], [ -75.170205383591096, 39.976409666827301 ], [ -75.170768238161003, 39.976481595424502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5912, "ADDRESS": "1812 N MARSHALL ST", "OWNER1": "F&F PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201147900", "LNIADDRESSKEY": "413793", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 95.55078125, "Shape__Length": 45.182642468738493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145789544700406, 39.979193262824701 ], [ -75.145796800499497, 39.979154885168903 ], [ -75.145947658745001, 39.979172574991402 ], [ -75.145943172283097, 39.979194512165698 ], [ -75.145939819185998, 39.979210906746502 ], [ -75.145789544700406, 39.979193262824701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5913, "ADDRESS": "7024 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403261501", "LNIADDRESSKEY": "584080", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 409.21875, "Shape__Length": 101.10239409377023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243791223738995, 39.9213903061558 ], [ -75.243838519531707, 39.9213578432026 ], [ -75.244083863790806, 39.921562748300303 ], [ -75.244016832986006, 39.921610367235999 ], [ -75.243771549587095, 39.921404367491398 ], [ -75.243791223738995, 39.9213903061558 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5914, "ADDRESS": "5014 ARCH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441012110", "LNIADDRESSKEY": "19472", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.04296875, "Shape__Length": 81.509012752749442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221158300500704, 39.961068643548202 ], [ -75.221169360369899, 39.961014629144103 ], [ -75.221182098618101, 39.960954332348997 ], [ -75.221195951008099, 39.960890014622997 ], [ -75.221205847111705, 39.960845323559901 ], [ -75.221274151760198, 39.960853357919298 ], [ -75.221228845928493, 39.961077823160302 ], [ -75.221158300500704, 39.961068643548202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5915, "ADDRESS": "5115 MALCOLM ST", "OWNER1": "KOFFO REAL ESTATE LLC", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "511094100", "LNIADDRESSKEY": "406906", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.08203125, "Shape__Length": 65.986788689555539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2259475609292, 39.947481780061104 ], [ -75.225899041005306, 39.947480487162103 ], [ -75.225826460782002, 39.947480243792903 ], [ -75.225754512450806, 39.947479337408097 ], [ -75.225701258011597, 39.947478617113198 ], [ -75.225707276636101, 39.947474477702499 ], [ -75.225834634035607, 39.947387058829399 ], [ -75.225940858868796, 39.947476152266198 ], [ -75.2259475609292, 39.947481780061104 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5916, "ADDRESS": "4500 N 19TH ST", "OWNER1": "AARC PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132212300", "LNIADDRESSKEY": "668656", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.64453125, "Shape__Length": 80.933642967129259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156571268903207, 40.022642922115999 ], [ -75.1565717769912, 40.022640628114701 ], [ -75.156581143407195, 40.022597428670601 ], [ -75.156582976329105, 40.022597727981598 ], [ -75.156610456217294, 40.022602314187203 ], [ -75.156655151326007, 40.022608530317903 ], [ -75.156879428161901, 40.022638387651902 ], [ -75.1568693499066, 40.022684311257798 ], [ -75.156571268903207, 40.022642922115999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5917, "ADDRESS": "937 W DAUPHIN ST", "OWNER1": "DAUPHIN PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371333400", "LNIADDRESSKEY": "110500", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 277.1796875, "Shape__Length": 87.418793279901081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148454373574396, 39.987244832997398 ], [ -75.148506364010103, 39.9870008922788 ], [ -75.148564687053494, 39.987008484213298 ], [ -75.148576343608894, 39.987010006468701 ], [ -75.148566233467307, 39.987056218145902 ], [ -75.148545602153106, 39.987146183659704 ], [ -75.1485365452303, 39.987191693886103 ], [ -75.148526942226994, 39.987235596928699 ], [ -75.148518247358496, 39.987234465040601 ], [ -75.148514144633893, 39.987252393577101 ], [ -75.148454373574396, 39.987244832997398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5918, "ADDRESS": "1720 N BODINE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183126301", "LNIADDRESSKEY": "41689", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.59765625, "Shape__Length": 48.19670096392764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140038519896905, 39.976988440232098 ], [ -75.140030533627495, 39.976987420643802 ], [ -75.140037823808896, 39.976953637027698 ], [ -75.140207426770004, 39.976975774918898 ], [ -75.140200427971095, 39.977009063976503 ], [ -75.140038519896905, 39.976988440232098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5919, "ADDRESS": "1231 W LEHIGH AVE", "OWNER1": "CHURCH OF THE LIVING GOD", "OWNER2": "DEL MUNDO LA LUZ", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372293900", "LNIADDRESSKEY": "387581", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 390.81640625, "Shape__Length": 131.801392888853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151790882988905, 39.994116610237903 ], [ -75.151872751448593, 39.993713321281803 ], [ -75.151931656046401, 39.993720683505998 ], [ -75.151869099349497, 39.9940251589965 ], [ -75.151866698537106, 39.994035857189701 ], [ -75.151858024043193, 39.994079635075003 ], [ -75.151849361366601, 39.994123639608198 ], [ -75.151790882988905, 39.994116610237903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5920, "ADDRESS": "5535 BAYNTON ST", "OWNER1": "JOSEPH L MESSA", "OWNER2": "VIRGINIA C", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122151200", "LNIADDRESSKEY": "31585", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 321.03515625, "Shape__Length": 83.24160001017836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169410821493699, 40.037611732245402 ], [ -75.169434825191203, 40.037601486428699 ], [ -75.169450446473903, 40.037595470617298 ], [ -75.169488869025997, 40.037580504196598 ], [ -75.169570295895198, 40.037549223622598 ], [ -75.169591652244307, 40.037539660507399 ], [ -75.169652904298403, 40.037516115703802 ], [ -75.169712385221104, 40.037560653218698 ], [ -75.169469948022197, 40.037678264639702 ], [ -75.169410821493699, 40.037611732245402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5921, "ADDRESS": "7022 UPLAND ST", "OWNER1": "SCOTT TERESA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403261400", "LNIADDRESSKEY": "584078", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 420.69921875, "Shape__Length": 101.7743637937985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243702860662793, 39.921452642642301 ], [ -75.243771549587095, 39.921404367491398 ], [ -75.244016832986006, 39.921610367235999 ], [ -75.243948009996103, 39.921658865978898 ], [ -75.243702860662793, 39.921452642642301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5922, "ADDRESS": "2534 PAGE ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322256001", "LNIADDRESSKEY": "467925", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 116.66796875, "Shape__Length": 50.728409796533448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175576035464601, 39.985949206160399 ], [ -75.175607410464096, 39.985982810379603 ], [ -75.175466537239998, 39.986061007328303 ], [ -75.175435354683302, 39.9860267305015 ], [ -75.175576035464601, 39.985949206160399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5923, "ADDRESS": "1509 S CLEVELAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363177905", "LNIADDRESSKEY": "90513", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.609375, "Shape__Length": 51.163747908736951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175050961990394, 39.9323160781342 ], [ -75.175041221571902, 39.932360946145103 ], [ -75.174985313766101, 39.932353758775903 ], [ -75.174931427761805, 39.932346843156601 ], [ -75.174872726122402, 39.932339335083803 ], [ -75.174878640535496, 39.9323114677685 ], [ -75.174882042237698, 39.932295165979198 ], [ -75.175050961990394, 39.9323160781342 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5924, "ADDRESS": "2304 N 22ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162213501", "LNIADDRESSKEY": "674091", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.58203125, "Shape__Length": 66.479917785079735 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168961323010194, 39.989763084447198 ], [ -75.168970167509897, 39.9897206146914 ], [ -75.169208613480507, 39.989749317173697 ], [ -75.169200012976901, 39.989793114668799 ], [ -75.168961323010194, 39.989763084447198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5925, "ADDRESS": "4712 GRISCOM ST", "OWNER1": "AARC PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232434001", "LNIADDRESSKEY": "327041", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.7265625, "Shape__Length": 77.489757012868068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.084487024222597, 40.017426304478697 ], [ -75.084477783137302, 40.017421398922103 ], [ -75.084512589767897, 40.017382340470498 ], [ -75.084520592199397, 40.017386782519303 ], [ -75.084538954638703, 40.017396994060299 ], [ -75.084748686058603, 40.017508401308 ], [ -75.084712617009203, 40.0175459618331 ], [ -75.084487024222597, 40.017426304478697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5926, "ADDRESS": "107 E SEYMOUR ST", "OWNER1": "CURRY SHAIKA D", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121038610", "LNIADDRESSKEY": "531479", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.73046875, "Shape__Length": 55.798628453138846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161822088889295, 40.031231467348697 ], [ -75.161865306562206, 40.031189143020597 ], [ -75.162005867993301, 40.031273231767699 ], [ -75.161962416837099, 40.031315647745402 ], [ -75.161819627837602, 40.031233878414902 ], [ -75.161822088889295, 40.031231467348697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5927, "ADDRESS": "1836 KINSEY ST", "OWNER1": "LANIER DERRICK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232067700", "LNIADDRESSKEY": "372856", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 234.4921875, "Shape__Length": 61.810030306060348 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.083278856939202, 40.010484288687699 ], [ -75.083292938861803, 40.0104758948344 ], [ -75.083374344991697, 40.010555871932802 ], [ -75.083227421434501, 40.0106185359557 ], [ -75.083201383441605, 40.010583852724203 ], [ -75.083177749715901, 40.010544566959098 ], [ -75.083278856939202, 40.010484288687699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5928, "ADDRESS": "7400 WHEELER ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "404216510", "LNIADDRESSKEY": "611150", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19153", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 3239.73046875, "Shape__Length": 290.03291944103597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245327391851902, 39.912759046526403 ], [ -75.245517749095697, 39.912626755201501 ], [ -75.245462324820295, 39.912579638869097 ], [ -75.245424973191007, 39.9125474064099 ], [ -75.245388591850201, 39.912516150187201 ], [ -75.2453493726468, 39.912482448829103 ], [ -75.245311056293602, 39.912449529646203 ], [ -75.245274072682804, 39.912417752292399 ], [ -75.245235961996102, 39.912385008764701 ], [ -75.245198935817299, 39.912353197794197 ], [ -75.245146757914299, 39.912308367541499 ], [ -75.245165595860598, 39.912294971391503 ], [ -75.245206721646497, 39.912266556082201 ], [ -75.245249247875904, 39.912236450457797 ], [ -75.245290599135899, 39.912207867730999 ], [ -75.245332410363204, 39.912178390666902 ], [ -75.245346502179501, 39.912190367508202 ], [ -75.245864073933106, 39.9126302148726 ], [ -75.245485540085696, 39.9128934246624 ], [ -75.245327391851902, 39.912759046526403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5929, "ADDRESS": "4953 W GIRARD AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442082810", "LNIADDRESSKEY": "314579", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.7890625, "Shape__Length": 84.471991954323471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220789097657502, 39.972626761624703 ], [ -75.220844235906199, 39.972615081361297 ], [ -75.220930986284202, 39.972855594808998 ], [ -75.220872697998999, 39.9728612906314 ], [ -75.220789097657502, 39.972626761624703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5930, "ADDRESS": "2141 W SUSQUEHANNA AVE", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162243201", "LNIADDRESSKEY": "559186", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 193.875, "Shape__Length": 71.158564495716234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168951694766804, 39.988222201552098 ], [ -75.168996135745701, 39.988026651471003 ], [ -75.169055568302994, 39.988034903225604 ], [ -75.169010949723102, 39.988230738782903 ], [ -75.168951694766804, 39.988222201552098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5931, "ADDRESS": "5519 HAVERFORD AVE", "OWNER1": "WEBCO REALTY CO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041052300", "LNIADDRESSKEY": "336407", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 141.54296875, "Shape__Length": 58.273565241309385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230539564338002, 39.967233527088602 ], [ -75.230602083863005, 39.967250890290202 ], [ -75.230622947706394, 39.967391588492298 ], [ -75.230615963594403, 39.967391805677302 ], [ -75.2306147668492, 39.967388474996 ], [ -75.2305657660565, 39.967394120509198 ], [ -75.230539564338002, 39.967233527088602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5932, "ADDRESS": "2854 N 11TH ST", "OWNER1": "WATSON RONALD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372234501", "LNIADDRESSKEY": "652092", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 251.22265625, "Shape__Length": 88.825271509206075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148697408343693, 39.996174330762898 ], [ -75.148707066036195, 39.996128495118803 ], [ -75.149041361944896, 39.9961722597792 ], [ -75.149032087669895, 39.996216846085296 ], [ -75.148697408343693, 39.996174330762898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5933, "ADDRESS": "4957 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442083000", "LNIADDRESSKEY": "314581", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.53125, "Shape__Length": 88.368258615678315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220899283487498, 39.972603044305203 ], [ -75.220956843557403, 39.972591031062102 ], [ -75.221045395009199, 39.972843963837398 ], [ -75.220987205814396, 39.972849790293701 ], [ -75.220899283487498, 39.972603044305203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5934, "ADDRESS": "1326 S 31ST ST", "OWNER1": "WHARTON FERRY ASSOC LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362274605", "LNIADDRESSKEY": "683876", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 155.01171875, "Shape__Length": 62.509929731324448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195411615561099, 39.937076497772502 ], [ -75.195421160609698, 39.9370342673 ], [ -75.195643368331801, 39.9370618644476 ], [ -75.195634177553103, 39.9371035869992 ], [ -75.195411615561099, 39.937076497772502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5935, "ADDRESS": "3855 ASPEN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243047210", "LNIADDRESSKEY": "23831", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.0390625, "Shape__Length": 75.557518593434864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199599557096505, 39.966715414571802 ], [ -75.199650676579495, 39.966709507216301 ], [ -75.199651213950403, 39.966711841502303 ], [ -75.199652783419793, 39.966718693620201 ], [ -75.199690939836401, 39.966921036962297 ], [ -75.199692181067704, 39.9669276261234 ], [ -75.199655313314096, 39.966930852180603 ], [ -75.199640679903794, 39.966933363962397 ], [ -75.199639403135095, 39.966926629849901 ], [ -75.199599939909007, 39.966717421060601 ], [ -75.199599557096505, 39.966715414571802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5936, "ADDRESS": "3408 N 22ND ST", "OWNER1": "ABREU EDWARD", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112310300", "LNIADDRESSKEY": "674416", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 364.77734375, "Shape__Length": 97.495611200246515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165263404469002, 40.006687361663801 ], [ -75.165614438294398, 40.006731323956302 ], [ -75.165599992511204, 40.006794204932703 ], [ -75.165250505117498, 40.006749777356397 ], [ -75.165263404469002, 40.006687361663801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5937, "ADDRESS": "2812 JACKSON ST", "OWNER1": "KRYB LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "482109020", "LNIADDRESSKEY": "359737", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.35546875, "Shape__Length": 105.54664822151599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193287003520396, 39.926080437993598 ], [ -75.193358241251502, 39.925779520697503 ], [ -75.193412458529394, 39.925756490116903 ], [ -75.193335983391094, 39.926086945099797 ], [ -75.193287003520396, 39.926080437993598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5938, "ADDRESS": "3130 N BANCROFT ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111200630", "LNIADDRESSKEY": "29196", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 113.87890625, "Shape__Length": 49.204013554424627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157034849467905, 40.001213507825902 ], [ -75.156956047898603, 40.001203141186799 ], [ -75.156964018211198, 40.001161365354001 ], [ -75.157127339346005, 40.001182155637302 ], [ -75.157118991572105, 40.001224576191099 ], [ -75.157114553053006, 40.001223992769503 ], [ -75.157034849467905, 40.001213507825902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5939, "ADDRESS": "4221R-23 POWELTON AVE", "OWNER1": "DREXEL INSTITUTE", "OWNER2": "OF TECHNOLOGY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "774537000", "LNIADDRESSKEY": "489022", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 397.52734375, "Shape__Length": 100.57505033413393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207433652106303, 39.9590423006332 ], [ -75.207411409121505, 39.959056653968901 ], [ -75.207183835740494, 39.959203513805903 ], [ -75.207057889940302, 39.959087933531201 ], [ -75.207093235705003, 39.9590836409403 ], [ -75.207433652106303, 39.9590423006332 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5940, "ADDRESS": "1944 W CAYUGA ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132384915", "LNIADDRESSKEY": "70915", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 251.8515625, "Shape__Length": 94.253975147995263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1585942412609, 40.020463254404099 ], [ -75.158586190196502, 40.020452779730903 ], [ -75.158410903186393, 40.020224746754998 ], [ -75.158457070979694, 40.020203479549203 ], [ -75.158646252727905, 40.020445744459302 ], [ -75.158641322717699, 40.020448025401699 ], [ -75.158612513609796, 40.0204613545285 ], [ -75.158609546196004, 40.020463107614702 ], [ -75.158606846253207, 40.020463380060399 ], [ -75.158598849912593, 40.020467549259799 ], [ -75.1585942412609, 40.020463254404099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5941, "ADDRESS": "2212 N 11TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371192001", "LNIADDRESSKEY": "651886", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.48828125, "Shape__Length": 67.788614295744097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150926192379501, 39.985994218922897 ], [ -75.150935467155605, 39.985952075408498 ], [ -75.151180818843201, 39.985984152789598 ], [ -75.151171554592807, 39.986026025126698 ], [ -75.150926192379501, 39.985994218922897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5942, "ADDRESS": "2210 N 11TH ST", "OWNER1": "JONES RUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371191900", "LNIADDRESSKEY": "651884", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.703125, "Shape__Length": 67.934041690831791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150944636508001, 39.985909893465298 ], [ -75.1511906342581, 39.985941880715799 ], [ -75.151180818843201, 39.985984152789598 ], [ -75.150935467155605, 39.985952075408498 ], [ -75.150944636508001, 39.985909893465298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5943, "ADDRESS": "2208 N 11TH ST", "OWNER1": "RUTH EDWARDS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371191800", "LNIADDRESSKEY": "651882", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.18359375, "Shape__Length": 67.713816150301611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150954528959105, 39.985868481374197 ], [ -75.151199544338397, 39.985900003736901 ], [ -75.1511906342581, 39.985941880715799 ], [ -75.150944636508001, 39.985909893465298 ], [ -75.150954528959105, 39.985868481374197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5944, "ADDRESS": "2206 N 11TH ST", "OWNER1": "RUTH EDWARDS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371191700", "LNIADDRESSKEY": "651880", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 170.51953125, "Shape__Length": 67.72056928943492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1509631096975, 39.985826184735899 ], [ -75.151208787626402, 39.9858586782928 ], [ -75.151199544338397, 39.985900003736901 ], [ -75.150954528959105, 39.985868481374197 ], [ -75.1509631096975, 39.985826184735899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5945, "ADDRESS": "2204 N 11TH ST", "OWNER1": "ERNEST BOYD & CLARA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371191600", "LNIADDRESSKEY": "651878", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.19140625, "Shape__Length": 67.795440093418307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150972667260305, 39.9857846085077 ], [ -75.151217928701399, 39.985816465282198 ], [ -75.151208787626402, 39.9858586782928 ], [ -75.1509631096975, 39.985826184735899 ], [ -75.150972667260305, 39.9857846085077 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5946, "ADDRESS": "2202 N 11TH ST", "OWNER1": "TEACH SOLAIS N 11TH LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371191500", "LNIADDRESSKEY": "651876", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 183.140625, "Shape__Length": 70.729961483690943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151217928701399, 39.985816465282198 ], [ -75.150972667260305, 39.9857846085077 ], [ -75.1509825461345, 39.985741637343601 ], [ -75.151239804533304, 39.985775563281997 ], [ -75.151229978709196, 39.985818108807898 ], [ -75.151217928701399, 39.985816465282198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5947, "ADDRESS": "2200 N 11TH ST", "OWNER1": "TEACH SOLAIS N 11TH LP", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "371191400", "LNIADDRESSKEY": "651874", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 191.5234375, "Shape__Length": 71.379540796955098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1512504159777, 39.985730891118003 ], [ -75.151239804533304, 39.985775563281997 ], [ -75.1509825461345, 39.985741637343601 ], [ -75.150992203252997, 39.985697076489103 ], [ -75.151249527281607, 39.985730775261899 ], [ -75.1512504159777, 39.985730891118003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5948, "ADDRESS": "1511 N 4TH ST", "OWNER1": "LARRY JOHNSON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "182223500", "LNIADDRESSKEY": "634478", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 57.4375, "Shape__Length": 31.271645468391753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142062553349604, 39.974051423127598 ], [ -75.142061864801803, 39.974008161778201 ], [ -75.142150763861096, 39.974021254589601 ], [ -75.142143463469907, 39.974060792234397 ], [ -75.142062553349604, 39.974051423127598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5949, "ADDRESS": "4301-05 HORROCKS ST", "OWNER1": "LOL LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "234222100", "LNIADDRESSKEY": "349129", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 196.125, "Shape__Length": 66.120837388200783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.093181328393499, 40.0151561983918 ], [ -75.093410371768499, 40.015108965378502 ], [ -75.093385453586393, 40.015142322981902 ], [ -75.093338892548402, 40.015201625222197 ], [ -75.093327118127505, 40.015216341522098 ], [ -75.093312817763504, 40.0152342172006 ], [ -75.093181328393499, 40.0151561983918 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5950, "ADDRESS": "1821 MARGARET ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232160001", "LNIADDRESSKEY": "410074", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 228.125, "Shape__Length": 87.823674726748919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.078911929923194, 40.014245552506402 ], [ -75.078954547562404, 40.014269691676603 ], [ -75.078757700584603, 40.014481240259798 ], [ -75.078711937050002, 40.014457607872302 ], [ -75.078911929923194, 40.014245552506402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5951, "ADDRESS": "234 N FELTON ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341257150", "LNIADDRESSKEY": "748132", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.25, "Shape__Length": 95.843669795223732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244966333632306, 39.966518615017002 ], [ -75.244969166270394, 39.966506021296603 ], [ -75.245246258773093, 39.9665405080396 ], [ -75.245320987025494, 39.966549806752198 ], [ -75.245310263254098, 39.966604374385298 ], [ -75.245295457850503, 39.966602394496398 ], [ -75.245305971184607, 39.9665594101564 ], [ -75.244966333632306, 39.966518615017002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5952, "ADDRESS": "6014 VINE ST", "OWNER1": "SOILED LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "341028500", "LNIADDRESSKEY": "589387", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 176.99609375, "Shape__Length": 69.767226365125026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240353024070899, 39.966344199388999 ], [ -75.240407328702204, 39.966351359610499 ], [ -75.240366977767295, 39.966546610971797 ], [ -75.240324463802594, 39.966541212160699 ], [ -75.240312306147004, 39.9665396735871 ], [ -75.240337833435603, 39.966416321660802 ], [ -75.240353024070899, 39.966344199388999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5953, "ADDRESS": "3902 FOLSOM ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243054610", "LNIADDRESSKEY": "293675", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.5234375, "Shape__Length": 60.106486540458562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200545567667703, 39.966906028855398 ], [ -75.200579376919706, 39.967078294299803 ], [ -75.200537024860694, 39.967083111821402 ], [ -75.200503257540902, 39.9669110579039 ], [ -75.200545567667703, 39.966906028855398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5954, "ADDRESS": "3904 FOLSOM ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243054710", "LNIADDRESSKEY": "293677", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.66796875, "Shape__Length": 60.167448142318285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200545567667703, 39.966906028855398 ], [ -75.200587876410097, 39.966900997508198 ], [ -75.200621726385506, 39.967073467695002 ], [ -75.200579376919706, 39.967078294299803 ], [ -75.200545567667703, 39.966906028855398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5955, "ADDRESS": "3906 FOLSOM ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243054810", "LNIADDRESSKEY": "293679", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 120.8203125, "Shape__Length": 60.229175181065749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200587876410097, 39.966900997508198 ], [ -75.200630186608706, 39.966895966177802 ], [ -75.200664078432496, 39.967068650142103 ], [ -75.200621726385506, 39.967073467695002 ], [ -75.200587876410097, 39.966900997508198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5956, "ADDRESS": "932 N MAY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062407810", "LNIADDRESSKEY": "420477", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.47265625, "Shape__Length": 47.152898484654301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215433306840694, 39.970044582342403 ], [ -75.215593859492998, 39.970032428659898 ], [ -75.215598302758906, 39.970071800294903 ], [ -75.215438500384394, 39.970082870210902 ], [ -75.215433306840694, 39.970044582342403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5957, "ADDRESS": "3651 BROWN ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243116310", "LNIADDRESSKEY": "53800", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "I-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 16099.90234375, "Shape__Length": 641.48784362757863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195509522112204, 39.9685945551701 ], [ -75.195461243189598, 39.9683148023448 ], [ -75.1967253093799, 39.9681762052113 ], [ -75.196790604786997, 39.968532531888599 ], [ -75.197551057345393, 39.968734161373298 ], [ -75.197655497167204, 39.969165054858699 ], [ -75.195509522112204, 39.9685945551701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5958, "ADDRESS": "895 N 40TH ST", "OWNER1": "889 & 895 N 40TH ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243162700", "LNIADDRESSKEY": "686352", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "I-2", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 642.53125, "Shape__Length": 136.39591409270125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203120401286995, 39.970223496763303 ], [ -75.203056376767506, 39.9702006171227 ], [ -75.2030457543908, 39.970138690696999 ], [ -75.203267269073294, 39.970207328612197 ], [ -75.2034699999964, 39.970185713468098 ], [ -75.203500470966006, 39.970348558083103 ], [ -75.203494788576407, 39.9703490255133 ], [ -75.203352772620704, 39.9703094089639 ], [ -75.203234487795697, 39.970265769999401 ], [ -75.203120401286995, 39.970223496763303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5959, "ADDRESS": "895R N 40TH ST", "OWNER1": "NATIONAL RAILROAD", "OWNER2": "PASSENGER CORP-AMTRAK", "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "875100460", "LNIADDRESSKEY": "686353", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "I-2", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 567.8671875, "Shape__Length": 121.76037962697013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203083492771796, 39.970343875025399 ], [ -75.203082530932505, 39.9703388812583 ], [ -75.203073379341504, 39.970285394979499 ], [ -75.203072005186499, 39.970284917355102 ], [ -75.203060754587497, 39.970230063387099 ], [ -75.203056376767506, 39.9702006171227 ], [ -75.203120401286995, 39.970223496763303 ], [ -75.203234487795697, 39.970265769999401 ], [ -75.203352772620704, 39.9703094089639 ], [ -75.203494788576407, 39.9703490255133 ], [ -75.203198988583296, 39.970381632880297 ], [ -75.203083492771796, 39.970343875025399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5960, "ADDRESS": "538 W YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191434301", "LNIADDRESSKEY": "629040", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 72.96484375, "Shape__Length": 41.094130029060608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142792810944002, 39.9875494105329 ], [ -75.142833562079304, 39.987554869497103 ], [ -75.142820959662899, 39.987607389864003 ], [ -75.142808797472199, 39.987663011861201 ], [ -75.142768009304802, 39.9876573335507 ], [ -75.142770021323102, 39.987648594292601 ], [ -75.142791331881995, 39.987555823746099 ], [ -75.142791711297903, 39.987554140696403 ], [ -75.142792810944002, 39.9875494105329 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5961, "ADDRESS": "6180 UPLAND ST", "OWNER1": "JANES WILLIAM D JR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401305900", "LNIADDRESSKEY": "583945", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 74.75390625, "Shape__Length": 43.786930018165918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232840814058704, 39.929291649547203 ], [ -75.232791642429802, 39.9292503159527 ], [ -75.2329465997325, 39.929210480644301 ], [ -75.232951604037297, 39.929215030143801 ], [ -75.232840814058704, 39.929291649547203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5962, "ADDRESS": "7016 GREENWAY AVE", "OWNER1": "JAMES P HARPER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403273100", "LNIADDRESSKEY": "325704", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.3203125, "Shape__Length": 61.49302328362657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243047631148798, 39.921152167916397 ], [ -75.243181024879704, 39.921161482468101 ], [ -75.243003097864801, 39.921284826256702 ], [ -75.243047631148798, 39.921152167916397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5963, "ADDRESS": "6045 OGONTZ AVE", "OWNER1": "RAGSDALE SHARIAH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172240600", "LNIADDRESSKEY": "456965", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19141", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 122.8125, "Shape__Length": 74.736787031473199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150885169789703, 40.047426392620999 ], [ -75.150587769004005, 40.0473874430187 ], [ -75.150588123159594, 40.0473781987113 ], [ -75.150891962701294, 40.047385714467197 ], [ -75.150885169789703, 40.047426392620999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5964, "ADDRESS": "2342 N 27TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281071001", "LNIADDRESSKEY": "679879", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.17578125, "Shape__Length": 57.268730337506753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176667653786893, 39.991897578676401 ], [ -75.176677245655597, 39.991851495236801 ], [ -75.176870763640096, 39.991876791128 ], [ -75.1768611703082, 39.991922877926797 ], [ -75.176667653786893, 39.991897578676401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5965, "ADDRESS": "2344 N 27TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281071101", "LNIADDRESSKEY": "679881", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.29296875, "Shape__Length": 55.632079810016585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176659218532293, 39.991938101773897 ], [ -75.176667653786893, 39.991897578676401 ], [ -75.1768611703082, 39.991922877926797 ], [ -75.176852736629002, 39.991963401071303 ], [ -75.176659218532293, 39.991938101773897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5966, "ADDRESS": "2346 N 27TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281071201", "LNIADDRESSKEY": "679883", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.05078125, "Shape__Length": 67.712101390286662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176650670457505, 39.991979167453501 ], [ -75.176659218532293, 39.991938101773897 ], [ -75.176852736629002, 39.991963401071303 ], [ -75.176905513906206, 39.991970301121 ], [ -75.176896965976098, 39.992011366819 ], [ -75.176650670457505, 39.991979167453501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5967, "ADDRESS": "2348 N 27TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281071301", "LNIADDRESSKEY": "679885", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.1484375, "Shape__Length": 69.588607115713117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176896965976098, 39.992011366819 ], [ -75.176887125589403, 39.992058640795499 ], [ -75.176640759882105, 39.992026782223597 ], [ -75.176650670457505, 39.991979167453501 ], [ -75.176896965976098, 39.992011366819 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5968, "ADDRESS": "2706 W YORK ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281245901", "LNIADDRESSKEY": "629401", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.078125, "Shape__Length": 47.042101833019196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176941651430099, 39.992065691525198 ], [ -75.1769656678498, 39.991943550417702 ], [ -75.177015069150301, 39.991950008703 ], [ -75.176991065659294, 39.992072081406498 ], [ -75.176941651430099, 39.992065691525198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5969, "ADDRESS": "2704 W YORK ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281245801", "LNIADDRESSKEY": "629399", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.1015625, "Shape__Length": 48.060258800230898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176905513906206, 39.991970301121 ], [ -75.176912527786499, 39.991936602843502 ], [ -75.1769656678498, 39.991943550417702 ], [ -75.176941651430099, 39.992065691525198 ], [ -75.176887125589403, 39.992058640795499 ], [ -75.176896965976098, 39.992011366819 ], [ -75.176905513906206, 39.991970301121 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5970, "ADDRESS": "722 W YORK ST", "OWNER1": "SVEN NORDSTROM", "OWNER2": "BARBARA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "371356600", "LNIADDRESSKEY": "629083", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 276.00390625, "Shape__Length": 81.420323617517028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145669434465105, 39.987877572585298 ], [ -75.145634591080395, 39.988028342700602 ], [ -75.145549802217204, 39.988017920959997 ], [ -75.145600091539706, 39.987786402706902 ], [ -75.145604162812504, 39.987786801437402 ], [ -75.145669434465105, 39.987877572585298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5971, "ADDRESS": "1700 POPLAR ST", "OWNER1": "MQ MANAGEMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "152324800", "LNIADDRESSKEY": "487277", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19130", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.65625, "Shape__Length": 40.069286755003802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164682939454707, 39.9706658782913 ], [ -75.164744151927806, 39.970690260375598 ], [ -75.164738162844699, 39.9707182382582 ], [ -75.164727589898504, 39.970767617858201 ], [ -75.164665025619797, 39.970761098356398 ], [ -75.164666471755694, 39.9707534092339 ], [ -75.164682939454707, 39.9706658782913 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5972, "ADDRESS": "3300 GERMANTOWN AVE", "OWNER1": "WAKEFIELD CAPITAL ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "431148400", "LNIADDRESSKEY": "309571", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": null, "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 65.91015625, "Shape__Length": 41.76878078471789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148970978713507, 40.0028449658531 ], [ -75.148954824491796, 40.002789817855501 ], [ -75.149108963768896, 40.0028116346068 ], [ -75.148970978713507, 40.0028449658531 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5973, "ADDRESS": "8100 MARIO LANZA BLVD", "OWNER1": "UH US PENROSE 2021 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. ACRE+", "OPA_ID": "885713140", "LNIADDRESSKEY": "410233", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CA-2", "ZIPCODE": "19153", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 12760.94701731205, "Shape__Length": 676.11137039106427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241168278503807, 39.897640723753 ], [ -75.240573804202, 39.897753195586397 ], [ -75.239931767497197, 39.898466777922302 ], [ -75.239930994574095, 39.898466365685401 ], [ -75.239630043155401, 39.898305725222798 ], [ -75.241132524825801, 39.896635789687302 ], [ -75.241109027568598, 39.896760947213998 ], [ -75.241093494569995, 39.896886833324203 ], [ -75.241085962614903, 39.897013149894299 ], [ -75.241086449540205, 39.897139597782797 ], [ -75.241094954192903, 39.897265877539297 ], [ -75.241111456432407, 39.897391690112798 ], [ -75.241135917178397, 39.897516737560501 ], [ -75.241168278503807, 39.897640723753 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5974, "ADDRESS": "3400 GRAYS FERRY AVE", "OWNER1": "PHILADELPHIA", "OWNER2": "REDEVELOPMENT AUTHORITY", "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "362381815", "LNIADDRESSKEY": "323250", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "I-2", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1963.5703125, "Shape__Length": 233.97728990414998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199368067326404, 39.939110309438703 ], [ -75.199368421291098, 39.939110273386397 ], [ -75.199151921029994, 39.9397070952569 ], [ -75.198968653453207, 39.939669677426501 ], [ -75.198773159418707, 39.939629706665002 ], [ -75.199368067326404, 39.939110309438703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5975, "ADDRESS": "830 N 15TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151014210", "LNIADDRESSKEY": "657869|767686", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 281.80859375, "Shape__Length": 94.21908578730239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161802472338096, 39.969000462337398 ], [ -75.161812905418103, 39.968952266897297 ], [ -75.162168041463602, 39.9689973853162 ], [ -75.162157881663703, 39.969044715212803 ], [ -75.161802472338096, 39.969000462337398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5976, "ADDRESS": "832 N 15TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "151014310", "LNIADDRESSKEY": "657871|767687", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19130", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 299.2421875, "Shape__Length": 95.095093262719246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161802472338096, 39.969000462337398 ], [ -75.162157881663703, 39.969044715212803 ], [ -75.1621469058977, 39.969095750157003 ], [ -75.162096060072898, 39.969089368489499 ], [ -75.162038679526901, 39.969081883208801 ], [ -75.161988498615301, 39.969075876896497 ], [ -75.161938311137803, 39.9690695820887 ], [ -75.161888923551999, 39.969063385266203 ], [ -75.1618415693423, 39.969056761253498 ], [ -75.161791580962699, 39.969050773838703 ], [ -75.161802472338096, 39.969000462337398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5977, "ADDRESS": "3126 N 5TH ST", "OWNER1": "ANTER ASSOCIATES LIMITED", "OWNER2": null, "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "874556420", "LNIADDRESSKEY": "637075", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 31.66796875, "Shape__Length": 30.502042410332823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1388084001495, 39.998981354461698 ], [ -75.138864166359298, 39.999066759335001 ], [ -75.138797007392796, 39.999034118246499 ], [ -75.1388084001495, 39.998981354461698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5978, "ADDRESS": "5642 HEISKELL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122164400", "LNIADDRESSKEY": "339505", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.82421875, "Shape__Length": 68.40003708701191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169961495526096, 40.039516249479497 ], [ -75.169735655542794, 40.039529955788801 ], [ -75.169731841947396, 40.0394916356802 ], [ -75.170002073926298, 40.039475745934197 ], [ -75.169961495526096, 40.039516249479497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5979, "ADDRESS": "753 N 38TH ST", "OWNER1": "COOBS NICHOLAS H", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243094400", "LNIADDRESSKEY": "685861", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.63671875, "Shape__Length": 85.273650387663196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198010220135004, 39.967097017954202 ], [ -75.197684520053002, 39.967133518438501 ], [ -75.197676933314995, 39.967092112881097 ], [ -75.198002181109004, 39.967056308526601 ], [ -75.198010220135004, 39.967097017954202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5980, "ADDRESS": "407 MANTON ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "021280505", "LNIADDRESSKEY": "759511|760088", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19147", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.62890625, "Shape__Length": 41.586513988346965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151463822775696, 39.932903337121402 ], [ -75.151440545534697, 39.933012145147302 ], [ -75.151398255591502, 39.933006447529003 ], [ -75.151421386336807, 39.932897646327199 ], [ -75.151463822775696, 39.932903337121402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5981, "ADDRESS": "4700-62 N 8TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTHO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "785606930", "LNIADDRESSKEY": "646020", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19120", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 16603.609375, "Shape__Length": 572.62661149562427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138202028756893, 40.024863964746103 ], [ -75.138506872593098, 40.023469789343899 ], [ -75.139222292495205, 40.023562474637401 ], [ -75.138917601424396, 40.024956669722897 ], [ -75.138202022964705, 40.024864648264803 ], [ -75.138202028756893, 40.024863964746103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5982, "ADDRESS": "4712-64 N 9TH ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. ACRE+", "OPA_ID": "785590010", "LNIADDRESSKEY": "648314", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-3", "ZIPCODE": "19141", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 13931.3046875, "Shape__Length": 546.57325434869097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139468532816494, 40.023592802335102 ], [ -75.140069040898197, 40.023670450503801 ], [ -75.139764046010697, 40.025064606750398 ], [ -75.139163527367003, 40.0249869581505 ], [ -75.139468532816494, 40.023592802335102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5983, "ADDRESS": "1933-43 N 31ST ST", "OWNER1": "FRIENDS REHABILITATION", "OWNER2": "PROGRAM INC", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323283950", "LNIADDRESSKEY": "683530", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 944.84375, "Shape__Length": 124.69041178331774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183978140337899, 39.985922617390798 ], [ -75.184208855758996, 39.985952147698903 ], [ -75.184155453233799, 39.986199730472499 ], [ -75.183925917780698, 39.986168903099397 ], [ -75.183978140337899, 39.985922617390798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5984, "ADDRESS": "3230-38 DIAMOND ST", "OWNER1": "REDEVELOPMENT AUTH PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323123150", "LNIADDRESSKEY": "116899", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1594.23046875, "Shape__Length": 161.43008742241381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186551700999402, 39.988499508756 ], [ -75.186605636004401, 39.988233755702502 ], [ -75.186859607097603, 39.988266427433999 ], [ -75.186861301418702, 39.988258196263601 ], [ -75.186966949115501, 39.988271903706099 ], [ -75.186909771352006, 39.988544742997703 ], [ -75.186551700999402, 39.988499508756 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5985, "ADDRESS": "3200-04 W DAUPHIN ST", "OWNER1": "REDEVELOPMENT AUTH PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282296830", "LNIADDRESSKEY": "110826", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 555.8359375, "Shape__Length": 95.576663446252581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184797559851205, 39.991550034084199 ], [ -75.1848418727309, 39.991346175455099 ], [ -75.1849854445598, 39.991365776677299 ], [ -75.185002055217097, 39.991395970151203 ], [ -75.184962488898506, 39.991571789629702 ], [ -75.184797559851205, 39.991550034084199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5986, "ADDRESS": "1142 S 24TH ST", "OWNER1": "CV DEVELOPERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361370700", "LNIADDRESSKEY": "765851", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.515625, "Shape__Length": 60.749902993338132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183551951073397, 39.9384075784535 ], [ -75.183765345316402, 39.938434600445802 ], [ -75.183757238161405, 39.938477262110098 ], [ -75.183543642932804, 39.938450677103503 ], [ -75.183551951073397, 39.9384075784535 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5987, "ADDRESS": "2203 N 26TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281038400", "LNIADDRESSKEY": "678816", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 2299.21875, "Shape__Length": 231.68818977816716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175473202532601, 39.989072790948498 ], [ -75.175375430645303, 39.989516490681801 ], [ -75.174752670104397, 39.989435791783002 ], [ -75.175472737689205, 39.989072886390701 ], [ -75.175473202532601, 39.989072790948498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5988, "ADDRESS": "7860 NIXON ST", "OWNER1": "CHARABI TALAL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "212413105", "LNIADDRESSKEY": "766755", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19128", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.921875, "Shape__Length": 45.625206660468208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.252203652802805, 40.0459207387769 ], [ -75.252151893428703, 40.045969386133201 ], [ -75.252050590454303, 40.045905578344303 ], [ -75.252132858644302, 40.045866663989997 ], [ -75.252203652802805, 40.0459207387769 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5989, "ADDRESS": "7866 NIXON ST", "OWNER1": "CHARABI TALAL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "212413130", "LNIADDRESSKEY": "766758", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19128", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 53.4296875, "Shape__Length": 36.318993449764939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.252412368405203, 40.0460801666596 ], [ -75.252388303389793, 40.046102785304498 ], [ -75.252336943875804, 40.0460607897191 ], [ -75.252319861116703, 40.046074858874498 ], [ -75.252301205593099, 40.046063221322299 ], [ -75.252341099333407, 40.046025728045699 ], [ -75.252412368405203, 40.0460801666596 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5990, "ADDRESS": "7864 NIXON ST", "OWNER1": "CHARABI TALAL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "212413120", "LNIADDRESSKEY": "766757", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19128", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 81.22265625, "Shape__Length": 36.66918361095945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2522265502122, 40.046016303205299 ], [ -75.252272377479201, 40.045973233463798 ], [ -75.252341099333407, 40.046025728045699 ], [ -75.252301205593099, 40.046063221322299 ], [ -75.2522265502122, 40.046016303205299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5991, "ADDRESS": "7862 NIXON ST", "OWNER1": "CHARABI TALAL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "212413110", "LNIADDRESSKEY": "766756", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19128", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.48828125, "Shape__Length": 38.761199367769038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.252151893428703, 40.045969386133201 ], [ -75.252203652802805, 40.0459207387769 ], [ -75.252272377479201, 40.045973233463798 ], [ -75.2522265502122, 40.046016303205299 ], [ -75.252151893428703, 40.045969386133201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5992, "ADDRESS": "2010-22 N 10TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "885282402", "LNIADDRESSKEY": "732750", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "I-2", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1814.66796875, "Shape__Length": 177.82593486471967 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150429646900804, 39.982798186242803 ], [ -75.150380664904205, 39.983013520828102 ], [ -75.149966666434807, 39.982957790584997 ], [ -75.150031118563803, 39.982670917621498 ], [ -75.150303537525204, 39.982707589481898 ], [ -75.1502950281088, 39.982745000785101 ], [ -75.1502879553681, 39.982776090189802 ], [ -75.150429646900804, 39.982798186242803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5993, "ADDRESS": "4527R DITMAN ST", "OWNER1": "PHDC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232362215", "LNIADDRESSKEY": "765863|765864|766667", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 45.28515625, "Shape__Length": 26.968952425549617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.0819062908311, 40.010051121791101 ], [ -75.081854826279894, 40.010077710473702 ], [ -75.081818083697001, 40.010042094471999 ], [ -75.081819506367097, 40.010041375166502 ], [ -75.081870069491202, 40.010015808504797 ], [ -75.0819062908311, 40.010051121791101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5994, "ADDRESS": "2919 N BONSALL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111389700", "LNIADDRESSKEY": "42628", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.85546875, "Shape__Length": 46.931944211901005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168740808583095, 39.999387540351997 ], [ -75.168899064480001, 39.999408637003697 ], [ -75.168890531300505, 39.9994465039575 ], [ -75.168732272391594, 39.999425407228301 ], [ -75.168740808583095, 39.999387540351997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5995, "ADDRESS": "2939 N BONSALL ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111390700", "LNIADDRESSKEY": "42648", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.8515625, "Shape__Length": 46.932064287221792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168655478172994, 39.9997662165595 ], [ -75.1688137366029, 39.999787307734898 ], [ -75.168805204791298, 39.999825174714701 ], [ -75.168646944812707, 39.999804083494702 ], [ -75.168655478172994, 39.9997662165595 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5996, "ADDRESS": "2967 N BONSALL ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111392000", "LNIADDRESSKEY": "42676", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.00390625, "Shape__Length": 47.732383522342801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168536021968393, 40.000296353853201 ], [ -75.168694283016904, 40.000317446350898 ], [ -75.168685139853295, 40.000358024017402 ], [ -75.168526874409096, 40.000336929157797 ], [ -75.168536021968393, 40.000296353853201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5997, "ADDRESS": "2937 N BONSALL ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111390600", "LNIADDRESSKEY": "42646", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.85546875, "Shape__Length": 46.932039176124619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168664010103399, 39.999728348465403 ], [ -75.168822268404895, 39.9997494407543 ], [ -75.1688137366029, 39.999787307734898 ], [ -75.168655478172994, 39.9997662165595 ], [ -75.168664010103399, 39.999728348465403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5998, "ADDRESS": "2923 N BONSALL ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111389900", "LNIADDRESSKEY": "42632", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.8671875, "Shape__Length": 46.933152719790385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168723737696496, 39.999463273011401 ], [ -75.168881995185004, 39.999484370844797 ], [ -75.168873461943605, 39.999522238922602 ], [ -75.1687152041128, 39.999501147829299 ], [ -75.168723737696496, 39.999463273011401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 5999, "ADDRESS": "2915 N BONSALL ST", "OWNER1": "FLOYD TEACHEY", "OWNER2": "CATHERINE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111389500", "LNIADDRESSKEY": "42624", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.8515625, "Shape__Length": 46.931846672379237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168757878011206, 39.999311806531601 ], [ -75.168916133822606, 39.999332900909202 ], [ -75.168907599113297, 39.999370770082102 ], [ -75.168749343301897, 39.999349673442197 ], [ -75.168754825931003, 39.999325333074303 ], [ -75.168757878011206, 39.999311806531601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6000, "ADDRESS": "2917 N BONSALL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111389600", "LNIADDRESSKEY": "42626", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.85546875, "Shape__Length": 46.931595510003703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168749343301897, 39.999349673442197 ], [ -75.168907599113297, 39.999370770082102 ], [ -75.168899064480001, 39.999408637003697 ], [ -75.168740808583095, 39.999387540351997 ], [ -75.168749343301897, 39.999349673442197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6001, "ADDRESS": "1517 W FLORA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471032910", "LNIADDRESSKEY": "293093", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.03125, "Shape__Length": 40.350052288588017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161587656546303, 39.972450638446801 ], [ -75.161590534809704, 39.9724361474481 ], [ -75.161605993514797, 39.972358153879298 ], [ -75.161664003663702, 39.9723648617477 ], [ -75.161645320587098, 39.972458210249201 ], [ -75.161587656546303, 39.972450638446801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6002, "ADDRESS": "2117 W BERKS ST", "OWNER1": "UNLIMITED HOLDINGS INC", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "322230800", "LNIADDRESSKEY": "37215", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.39453125, "Shape__Length": 62.939757205189366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169118635207198, 39.983497564443397 ], [ -75.169156114598593, 39.983326844046303 ], [ -75.169210876177303, 39.983333846486602 ], [ -75.169174188378506, 39.983505777416802 ], [ -75.169118635207198, 39.983497564443397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6003, "ADDRESS": "1513 S LAMBERT ST", "OWNER1": "GENTILUCCI MARK D", "OWNER2": "GENTILUCCI JOSEPH P", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363256600", "LNIADDRESSKEY": "376852", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.015625, "Shape__Length": 45.65284471282272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178910834891795, 39.932804190594403 ], [ -75.178918635048305, 39.932767386796598 ], [ -75.179073430094803, 39.932788073167401 ], [ -75.179064662321395, 39.932824468972903 ], [ -75.178910834891795, 39.932804190594403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6004, "ADDRESS": "1400 N 27TH ST", "OWNER1": "PAYTON TUERE F", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292059600", "LNIADDRESSKEY": "679585", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 109.25390625, "Shape__Length": 44.590540932861614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179842832664804, 39.977325859221303 ], [ -75.179853543379494, 39.977276481547698 ], [ -75.179854689636002, 39.977276636740001 ], [ -75.179949449173805, 39.977289108207401 ], [ -75.179986998703399, 39.977294043111598 ], [ -75.179975348565804, 39.977343334433598 ], [ -75.179842832664804, 39.977325859221303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6005, "ADDRESS": "1410 N 27TH ST", "OWNER1": "3637 REALTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292060100", "LNIADDRESSKEY": "679591", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 99.14453125, "Shape__Length": 43.150653391374391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179796154178604, 39.977545573891497 ], [ -75.179804966336206, 39.977500409850897 ], [ -75.179937547037099, 39.977518386611699 ], [ -75.179927793614198, 39.977563512686501 ], [ -75.179796154178604, 39.977545573891497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6006, "ADDRESS": "421 W DAUPHIN ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191422301", "LNIADDRESSKEY": "110377", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.29296875, "Shape__Length": 57.988296596290326 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1403542897542, 39.986096631012003 ], [ -75.140390662261694, 39.985940869308003 ], [ -75.140443753352798, 39.985947669554498 ], [ -75.140406691973595, 39.9861039483391 ], [ -75.1403542897542, 39.986096631012003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6007, "ADDRESS": "1341 N 8TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141081715", "LNIADDRESSKEY": "644820", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 324.359375, "Shape__Length": 104.96324711569498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148988667298696, 39.972901761811301 ], [ -75.149087183188399, 39.972914523245997 ], [ -75.149077704680295, 39.972957836701099 ], [ -75.149331031820495, 39.972990650652598 ], [ -75.1493215535003, 39.973033963002401 ], [ -75.148969708728899, 39.972988387545797 ], [ -75.148988667298696, 39.972901761811301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6008, "ADDRESS": "327 N 56TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "041210150", "LNIADDRESSKEY": "695443", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.34375, "Shape__Length": 77.45077645460745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231662468422996, 39.966235016893201 ], [ -75.231673928038205, 39.966303076254398 ], [ -75.231368954894606, 39.966265144727302 ], [ -75.231368810811105, 39.966264293501901 ], [ -75.231662468422996, 39.966235016893201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6009, "ADDRESS": "2550 N LEE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "311020000", "LNIADDRESSKEY": "386370", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.11328125, "Shape__Length": 57.375365814825251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130749231322497, 39.988777531247798 ], [ -75.130755665261304, 39.988745486685801 ], [ -75.130967222628996, 39.988772156337802 ], [ -75.130960373620894, 39.988805740075399 ], [ -75.130749231322497, 39.988777531247798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6010, "ADDRESS": "2713 W THOMPSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292040700", "LNIADDRESSKEY": "570395", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.2265625, "Shape__Length": 52.160790008972008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180620755675903, 39.976205745160101 ], [ -75.180651323425806, 39.976061175349997 ], [ -75.180700354706701, 39.976067326685303 ], [ -75.180671107231106, 39.9762011454713 ], [ -75.180620755675903, 39.976205745160101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6011, "ADDRESS": "1822R-34 POINT BREEZE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "482268900", "LNIADDRESSKEY": "486768", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19145", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1128.9375, "Shape__Length": 140.25508401296113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185094087685599, 39.929255917710996 ], [ -75.185093481463497, 39.929258918032197 ], [ -75.185047620503298, 39.929493223837497 ], [ -75.184707889668402, 39.929448533405697 ], [ -75.184736337808502, 39.929417091550398 ], [ -75.184765263697997, 39.929385239153198 ], [ -75.184796754825697, 39.929350497826498 ], [ -75.184823025408306, 39.929321515429798 ], [ -75.1848519260529, 39.929289632038603 ], [ -75.1848799458662, 39.929258721175898 ], [ -75.184951549923198, 39.929178819655398 ], [ -75.185045980360499, 39.929230238489701 ], [ -75.185094056165596, 39.929255900112103 ], [ -75.185094087685599, 39.929255917710996 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6012, "ADDRESS": "1820 S 58TH ST", "OWNER1": "J&V 1820 S 58 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "401055000", "LNIADDRESSKEY": "698453", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 225.8984375, "Shape__Length": 76.741348757208044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229483504284005, 39.936097109868498 ], [ -75.229527226313905, 39.936133823440301 ], [ -75.229320225968394, 39.936278056923001 ], [ -75.229276341089204, 39.936240645924798 ], [ -75.229483504284005, 39.936097109868498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6013, "ADDRESS": "2007 S 70TH ST", "OWNER1": "TURF WIZARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403205500", "LNIADDRESSKEY": "706637", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 956.56640625, "Shape__Length": 237.82479370104852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243488864249102, 39.922800450841898 ], [ -75.2434137360584, 39.922758720003699 ], [ -75.243410227063507, 39.9227567726101 ], [ -75.243383135421894, 39.922741463786501 ], [ -75.243309758783099, 39.922700512233497 ], [ -75.243298306864602, 39.922735143851703 ], [ -75.243234004366997, 39.922723487077498 ], [ -75.243234244287507, 39.922722653272302 ], [ -75.243248161928307, 39.9226779202397 ], [ -75.243147753907394, 39.922620032487103 ], [ -75.243117384984004, 39.922597091487198 ], [ -75.243076681659105, 39.922564833515302 ], [ -75.243006527336902, 39.9225057690307 ], [ -75.242966758776106, 39.922474305182803 ], [ -75.243000643184004, 39.922450189855603 ], [ -75.243032702532204, 39.922427291503297 ], [ -75.243058389274097, 39.922408026729499 ], [ -75.243067900251802, 39.922415794003797 ], [ -75.243073095631701, 39.922420243621403 ], [ -75.243100806468902, 39.9224425949363 ], [ -75.243139806308207, 39.922474477786501 ], [ -75.243146990768693, 39.922481195214303 ], [ -75.243179544583498, 39.922507359975498 ], [ -75.243217624405204, 39.922538608882398 ], [ -75.243256566208899, 39.922570957812098 ], [ -75.243295522606104, 39.922602872317498 ], [ -75.243324946999707, 39.922627033739502 ], [ -75.243334450320106, 39.9226350103039 ], [ -75.243376016077406, 39.9226688356162 ], [ -75.2433890076517, 39.922679322238203 ], [ -75.243412371057204, 39.9226986288107 ], [ -75.243452191447403, 39.9227309968756 ], [ -75.243491158733605, 39.922762620977998 ], [ -75.243684322119805, 39.922626055078297 ], [ -75.243706804243899, 39.922645422290003 ], [ -75.243488864249102, 39.922800450841898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6014, "ADDRESS": "1601 S 21ST ST", "OWNER1": "REVIEN HOMES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363266500", "LNIADDRESSKEY": "673341", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 133.10546875, "Shape__Length": 63.527369140652894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179527924206397, 39.931819774261797 ], [ -75.179765447002197, 39.931849741708398 ], [ -75.179758258133006, 39.931883510452401 ], [ -75.179520735179807, 39.931853544116201 ], [ -75.179527924206397, 39.931819774261797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6015, "ADDRESS": "2055 FERNON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363081805", "LNIADDRESSKEY": "289614", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.44140625, "Shape__Length": 46.181205458528552 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179425767942107, 39.931518866504298 ], [ -75.179475030809598, 39.931525082848701 ], [ -75.179449658003094, 39.931644277783803 ], [ -75.179400393547297, 39.931638062521102 ], [ -75.179425767942107, 39.931518866504298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6016, "ADDRESS": "1623 S 20TH ST", "OWNER1": "DAVID HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "APT 2-4 UNTS 3STY MASONR", "OPA_ID": "363232500", "LNIADDRESSKEY": "671394", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.24609375, "Shape__Length": 66.824462574201931 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177726569817594, 39.931024995517298 ], [ -75.177735321732399, 39.930981029813601 ], [ -75.177974778408299, 39.931010365290597 ], [ -75.177966132729793, 39.931053808552001 ], [ -75.177726569817594, 39.931024995517298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6017, "ADDRESS": "1625 S 20TH ST", "OWNER1": "WOODLAND INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363232600", "LNIADDRESSKEY": "671396", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.91015625, "Shape__Length": 67.317172065852318 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177744249151303, 39.930936176043403 ], [ -75.177983916935105, 39.930964451918904 ], [ -75.177974778408299, 39.931010365290597 ], [ -75.177735321732399, 39.930981029813601 ], [ -75.177744249151303, 39.930936176043403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6018, "ADDRESS": "1945 MOUNTAIN ST", "OWNER1": "1945 MOUNTAIN ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "363098700", "LNIADDRESSKEY": "440814", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.6015625, "Shape__Length": 47.331887813138522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177686872296206, 39.930929406400097 ], [ -75.1777342215007, 39.930934992669798 ], [ -75.177706222283504, 39.931059728167099 ], [ -75.177659167868498, 39.931053772327203 ], [ -75.177686872296206, 39.930929406400097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6019, "ADDRESS": "2916 RIDGE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323039000", "LNIADDRESSKEY": "504302", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 171.75390625, "Shape__Length": 68.703313224441558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181256287411003, 39.987037795237597 ], [ -75.181433037851605, 39.986897930537602 ], [ -75.181472870460595, 39.986928546292503 ], [ -75.181293577538, 39.987066339267002 ], [ -75.181256287411003, 39.987037795237597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6020, "ADDRESS": "2265 N PHILIP ST", "OWNER1": "PHILADELPHIA N U N E INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191149800", "LNIADDRESSKEY": "482081", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.390625, "Shape__Length": 50.690836721772264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136776386283103, 39.985117328785797 ], [ -75.136769770826305, 39.985149874056702 ], [ -75.136587312258499, 39.985127926476501 ], [ -75.136593927843805, 39.985095380090698 ], [ -75.136776386283103, 39.985117328785797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6021, "ADDRESS": "2205 N PHILIP ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191146700", "LNIADDRESSKEY": "482051", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 91.046875, "Shape__Length": 47.785704462348122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136804621972402, 39.984122343782303 ], [ -75.136811859605501, 39.9840898734966 ], [ -75.136980997021794, 39.984111841857597 ], [ -75.136974498014396, 39.984144029378697 ], [ -75.136804621972402, 39.984122343782303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6022, "ADDRESS": "2271 N PHILIP ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191150101", "LNIADDRESSKEY": "482084", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.390625, "Shape__Length": 50.690672768479835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136568672424502, 39.9852196170743 ], [ -75.136572242720703, 39.985202058579503 ], [ -75.136754702945595, 39.985224006217003 ], [ -75.136748083079496, 39.985256551386598 ], [ -75.136565625738299, 39.985234602679903 ], [ -75.136568672424502, 39.9852196170743 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6023, "ADDRESS": "2269 N PHILIP ST", "OWNER1": "PHILADELPHIA N.U.N.E. INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191150000", "LNIADDRESSKEY": "482083", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.39453125, "Shape__Length": 50.691033685898361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136761316997195, 39.985191459788503 ], [ -75.136754702945595, 39.985224006217003 ], [ -75.136572242720703, 39.985202058579503 ], [ -75.136577767676201, 39.985174873229703 ], [ -75.136578859783299, 39.985169512227998 ], [ -75.136761316997195, 39.985191459788503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6024, "ADDRESS": "2267 N PHILIP ST", "OWNER1": "PHILADELPHIA N.U.N.E. INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191149900", "LNIADDRESSKEY": "482082", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.71875, "Shape__Length": 53.349093341619799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136769770826305, 39.985149874056702 ], [ -75.136761316997195, 39.985191459788503 ], [ -75.136578859783299, 39.985169512227998 ], [ -75.1365867235575, 39.985130821125601 ], [ -75.136587312258499, 39.985127926476501 ], [ -75.136769770826305, 39.985149874056702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6025, "ADDRESS": "2263 N PHILIP ST", "OWNER1": "NORRIS SQUARE NEIGHBORHOO", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191149700", "LNIADDRESSKEY": "482080", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.390625, "Shape__Length": 50.691077442858813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136776386283103, 39.985117328785797 ], [ -75.136593927843805, 39.985095380090698 ], [ -75.136595650695199, 39.9850869068989 ], [ -75.136600546391804, 39.985062832645902 ], [ -75.1367830032396, 39.985084782422597 ], [ -75.136776386283103, 39.985117328785797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6026, "ADDRESS": "626 N 53RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442330900", "LNIADDRESSKEY": "692723", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19131", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.66796875, "Shape__Length": 65.141945863140748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227337617591701, 39.969962989345603 ], [ -75.227339310712097, 39.969962804697801 ], [ -75.227346333446206, 39.970004715811001 ], [ -75.227345156363995, 39.970004839723998 ], [ -75.227110757688806, 39.970029410215098 ], [ -75.227103182445703, 39.969988624445797 ], [ -75.227337617591701, 39.969962989345603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6027, "ADDRESS": "2712 W CABOT ST", "OWNER1": "SPENCER DEREK", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "292034000", "LNIADDRESSKEY": "59439", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 280.41796875, "Shape__Length": 93.382590623804887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180591639257003, 39.9752203592545 ], [ -75.180612222039798, 39.975353903932898 ], [ -75.180633344608694, 39.975490944224497 ], [ -75.180569961087798, 39.975496569819398 ], [ -75.180543356492706, 39.975320864895998 ], [ -75.180527607541606, 39.975226486135803 ], [ -75.180591639257003, 39.9752203592545 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6028, "ADDRESS": "2152 N 7TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202035701", "LNIADDRESSKEY": "642447", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 158.84765625, "Shape__Length": 66.727372103339576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145633180940607, 39.984434481129803 ], [ -75.1456409306832, 39.984395228304699 ], [ -75.145886444146299, 39.984423077048298 ], [ -75.145878410602293, 39.984462098192097 ], [ -75.145633180940607, 39.984434481129803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6029, "ADDRESS": "5184 LANCASTER AVE", "OWNER1": "BELL-DOLIVEIRA HELEN", "OWNER2": "DOLIVEIRA YOHANN", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "442193400", "LNIADDRESSKEY": "377744", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 384.48046875, "Shape__Length": 97.947731683123493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226419953840406, 39.976612887692198 ], [ -75.226496482616596, 39.976648711621998 ], [ -75.226393482860601, 39.976780592748703 ], [ -75.226318074900803, 39.976880987047203 ], [ -75.226243629382495, 39.976844919372098 ], [ -75.226283366395293, 39.976792743659502 ], [ -75.226313174800495, 39.976752907242201 ], [ -75.226354213734595, 39.976698390515303 ], [ -75.226382248058997, 39.9766617383859 ], [ -75.226419953840406, 39.976612887692198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6030, "ADDRESS": "1461-65 N 52ND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "MISC.LIBRARY MASONRY", "OPA_ID": "783729400", "LNIADDRESSKEY": "691713", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 327.44140625, "Shape__Length": 89.058984293673134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226477316987399, 39.976539725615098 ], [ -75.226617650051494, 39.976362771922197 ], [ -75.226644014037703, 39.976618105257202 ], [ -75.226477316987399, 39.976539725615098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6031, "ADDRESS": "1926-28 N 7TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "S/D CON.APT 3STY MASONRY", "OPA_ID": "202031901", "LNIADDRESSKEY": "642363", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 791.4375, "Shape__Length": 118.53756667545289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146240388300299, 39.981164160834801 ], [ -75.146266359939602, 39.9810240229831 ], [ -75.146611368671202, 39.981064009697398 ], [ -75.146604893845307, 39.981101728220999 ], [ -75.146587851078706, 39.981201064349797 ], [ -75.146240388300299, 39.981164160834801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6032, "ADDRESS": "1922 N 7TH ST", "OWNER1": "PRADERA CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202031801", "LNIADDRESSKEY": "642360", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 768.23828125, "Shape__Length": 117.30277431920391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146291120529398, 39.980890305583202 ], [ -75.146637572642305, 39.980928713279802 ], [ -75.146623192327198, 39.981003127877599 ], [ -75.146611368671202, 39.981064009697398 ], [ -75.146266359939602, 39.9810240229831 ], [ -75.146291120529398, 39.980890305583202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6033, "ADDRESS": "1949 N MARSHALL ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201134301", "LNIADDRESSKEY": "413869", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.91796875, "Shape__Length": 66.749936637342373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144981862020501, 39.981314064492203 ], [ -75.144989572819696, 39.9812697966385 ], [ -75.145221199854802, 39.981296654969 ], [ -75.145229356572997, 39.9812975969595 ], [ -75.145221203949902, 39.981340791592501 ], [ -75.144981862020501, 39.981314064492203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6034, "ADDRESS": "1953 N MARSHALL ST", "OWNER1": "1953 N MARSHALL LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201134500", "LNIADDRESSKEY": "413872", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.3359375, "Shape__Length": 65.890985306141829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145197123070105, 39.9814256156738 ], [ -75.145085601091097, 39.981410929610298 ], [ -75.145026247088893, 39.981403554537302 ], [ -75.144967607914893, 39.981395597606301 ], [ -75.144974463982294, 39.981355598087298 ], [ -75.145212876146999, 39.981383094743002 ], [ -75.145204941071299, 39.981426647963801 ], [ -75.145197123070105, 39.9814256156738 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6035, "ADDRESS": "635 DIAMOND ST", "OWNER1": "WOODS ELLE TY", "OWNER2": "YILMAZ GOZDE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201083700", "LNIADDRESSKEY": "116364", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.609375, "Shape__Length": 65.93071826985863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145391955873393, 39.983507430024098 ], [ -75.145431396300296, 39.983327605028798 ], [ -75.145487669392395, 39.983335571059101 ], [ -75.145452290909404, 39.983514393512301 ], [ -75.145391955873393, 39.983507430024098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6036, "ADDRESS": "631 DIAMOND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201083501", "LNIADDRESSKEY": "116360", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 175.26171875, "Shape__Length": 66.587034975607196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145277197577798, 39.983494541524202 ], [ -75.145316376534296, 39.983312227187497 ], [ -75.145374799478802, 39.983319872646902 ], [ -75.145335176155797, 39.9835006451788 ], [ -75.145277197577798, 39.983494541524202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6037, "ADDRESS": "633 DIAMOND ST", "OWNER1": "ABDPH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201083600", "LNIADDRESSKEY": "116362", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 169.94140625, "Shape__Length": 65.919288953861809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145335176155797, 39.9835006451788 ], [ -75.145374799478802, 39.983319872646902 ], [ -75.145431396300296, 39.983327605028798 ], [ -75.145391955873393, 39.983507430024098 ], [ -75.145335176155797, 39.9835006451788 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6038, "ADDRESS": "1111 S 24TH ST", "OWNER1": "VE HOMES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "881000226", "LNIADDRESSKEY": "677254", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 760.29296875, "Shape__Length": 111.44312027767445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183011937134296, 39.9390299019271 ], [ -75.183021052749993, 39.938986469984997 ], [ -75.183233946023506, 39.939013512126301 ], [ -75.183224820767407, 39.939056621755199 ], [ -75.183215270918296, 39.9390987701886 ], [ -75.183206392006994, 39.939142562214002 ], [ -75.183197049527806, 39.939186424955501 ], [ -75.183188818268505, 39.939229184049097 ], [ -75.182976577477206, 39.939202591180297 ], [ -75.182985065429605, 39.939159740985502 ], [ -75.182994152898601, 39.939115970535802 ], [ -75.183003150992405, 39.939072358014599 ], [ -75.183011937134296, 39.9390299019271 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6039, "ADDRESS": "2107 W SUSQUEHANNA AVE", "OWNER1": "LAO SUELY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162242300", "LNIADDRESSKEY": "559174", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.359375, "Shape__Length": 76.076689882750031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167847246744799, 39.988091178475798 ], [ -75.167893395287606, 39.987876678289503 ], [ -75.167950168188696, 39.987884903449398 ], [ -75.167904886300505, 39.988099181004102 ], [ -75.167847246744799, 39.988091178475798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6040, "ADDRESS": "2264 N VAN PELT ST", "OWNER1": "RYSING SUN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162197800", "LNIADDRESSKEY": "586338", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.1953125, "Shape__Length": 67.200920929902622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168195469947506, 39.989354777035203 ], [ -75.168202864590597, 39.989315175980998 ], [ -75.168448942160296, 39.989347066763898 ], [ -75.168440967637693, 39.989387057991998 ], [ -75.168195469947506, 39.989354777035203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6041, "ADDRESS": "2012 N WOODSTOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322022300", "LNIADDRESSKEY": "623962", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.44921875, "Shape__Length": 58.189217990083506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167036622038594, 39.985077617886397 ], [ -75.1670449347654, 39.985035941573003 ], [ -75.167248515345705, 39.985064622956997 ], [ -75.167240387251695, 39.985105335972797 ], [ -75.167036622038594, 39.985077617886397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6042, "ADDRESS": "2153 N WOODSTOCK ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322016800", "LNIADDRESSKEY": "624040", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.140625, "Shape__Length": 59.840357317464367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166161254962304, 39.987445952642901 ], [ -75.1661619602272, 39.987442809336699 ], [ -75.166170586792703, 39.987406105854802 ], [ -75.166382699957595, 39.987434866954999 ], [ -75.166373554755793, 39.987475314881003 ], [ -75.166161254962304, 39.987445952642901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6043, "ADDRESS": "2149 N WOODSTOCK ST", "OWNER1": "EVA BURKE WID", "OWNER2": "CARL BURKE SON", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322016600", "LNIADDRESSKEY": "624038", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.35546875, "Shape__Length": 60.237756731337036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166179407271201, 39.987364844223698 ], [ -75.166181201960597, 39.987355695400602 ], [ -75.166188988771296, 39.987323437541797 ], [ -75.166401368865905, 39.987352334143203 ], [ -75.166392238876, 39.987393460426397 ], [ -75.166179407271201, 39.987364844223698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6044, "ADDRESS": "2147 N WOODSTOCK ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322016500", "LNIADDRESSKEY": "624037", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.5390625, "Shape__Length": 59.999504764326339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166188988771296, 39.987323437541797 ], [ -75.166191571561697, 39.987310084079397 ], [ -75.166197668089296, 39.987282575936 ], [ -75.166409548119105, 39.987311412838103 ], [ -75.166407266320405, 39.987326207945898 ], [ -75.166401368865905, 39.987352334143203 ], [ -75.166188988771296, 39.987323437541797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6045, "ADDRESS": "1906 N 21ST ST", "OWNER1": "JAMES & ROSA GRAY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322057900", "LNIADDRESSKEY": "672103", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.28125, "Shape__Length": 73.462541967458037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168669803534101, 39.983444606782903 ], [ -75.168679647770404, 39.983398967698001 ], [ -75.168945293231701, 39.983435876292802 ], [ -75.168935918863596, 39.983480752217702 ], [ -75.168669803534101, 39.983444606782903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6046, "ADDRESS": "1902 N 21ST ST", "OWNER1": "BALLARD CLIFFORD L JR", "OWNER2": "BALLARD TREMAINE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322057700", "LNIADDRESSKEY": "672099", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 194.93359375, "Shape__Length": 73.250115011212984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168689006593794, 39.983355622038701 ], [ -75.168697142480397, 39.983317988333802 ], [ -75.168698413678399, 39.983312084872502 ], [ -75.168965512099803, 39.983347736530902 ], [ -75.168963201435005, 39.983354487222698 ], [ -75.168955319737094, 39.9833920624624 ], [ -75.168689006593794, 39.983355622038701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6047, "ADDRESS": "2439 CECIL B MOORE AVE", "OWNER1": "OA PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291263200", "LNIADDRESSKEY": "71762", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 208.68359375, "Shape__Length": 77.13505719550048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175184476436996, 39.981226274283998 ], [ -75.175231740619296, 39.981008718672499 ], [ -75.175289870280693, 39.981015277975999 ], [ -75.175242034078295, 39.981232981829898 ], [ -75.175184476436996, 39.981226274283998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6048, "ADDRESS": "1732 W COURTLAND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132375105", "LNIADDRESSKEY": "101434", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.52734375, "Shape__Length": 58.489710212448585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154157627788507, 40.0235188253194 ], [ -75.154158732083303, 40.0235135466693 ], [ -75.154206357110397, 40.023519926834098 ], [ -75.1541726033049, 40.023682102668403 ], [ -75.154124923835596, 40.023675496007101 ], [ -75.154157627788507, 40.0235188253194 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6049, "ADDRESS": "1734 W COURTLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132375200", "LNIADDRESSKEY": "101435", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.00390625, "Shape__Length": 59.077696760525434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154206357110397, 40.023519926834098 ], [ -75.154257694168194, 40.023526809859099 ], [ -75.154256651435603, 40.023531589836999 ], [ -75.154222375693095, 40.023688225018503 ], [ -75.1541726033049, 40.023682102668403 ], [ -75.154206357110397, 40.023519926834098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6050, "ADDRESS": "1905 W CAYUGA ST", "OWNER1": "S3 ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132348200", "LNIADDRESSKEY": "70880", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.5234375, "Shape__Length": 74.427454549008147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156975239815097, 40.021317530169803 ], [ -75.157020901755004, 40.021108519680602 ], [ -75.157077865556104, 40.021115705361503 ], [ -75.157031977046103, 40.021324630788101 ], [ -75.156975239815097, 40.021317530169803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6051, "ADDRESS": "2625 W MONTGOMERY AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322218100", "LNIADDRESSKEY": "435978", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.8515625, "Shape__Length": 71.558172309347754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177742902795401, 39.9831072269942 ], [ -75.177787710341093, 39.982906766192201 ], [ -75.177842708223494, 39.982914188769101 ], [ -75.177797037655495, 39.983115290237599 ], [ -75.177742902795401, 39.9831072269942 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6052, "ADDRESS": "2242 N LAWRENCE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191264800", "LNIADDRESSKEY": "384487", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 108.890625, "Shape__Length": 49.906761859549022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140789022483602, 39.985408794725103 ], [ -75.140789935479305, 39.985404657262201 ], [ -75.140791841357398, 39.985395979818797 ], [ -75.140797382582605, 39.985370651906699 ], [ -75.140968506197595, 39.9853935480782 ], [ -75.140959699290605, 39.9854318902374 ], [ -75.140789022483602, 39.985408794725103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6053, "ADDRESS": "2218 N 3RD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191181201", "LNIADDRESSKEY": "632558", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.546875, "Shape__Length": 57.296855228386043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139164809934599, 39.984709392027 ], [ -75.138972997232997, 39.984683379055397 ], [ -75.138982074914594, 39.984641867077997 ], [ -75.139173615203802, 39.984667841178002 ], [ -75.139181495134594, 39.984668907942599 ], [ -75.1391809141859, 39.984671489673303 ], [ -75.139172651272602, 39.984704912117202 ], [ -75.139172189158302, 39.984710382077601 ], [ -75.139164809934599, 39.984709392027 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6054, "ADDRESS": "2358 N FAIRHILL ST", "OWNER1": "STABLE GENIUS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191364600", "LNIADDRESSKEY": "730739", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 77.25390625, "Shape__Length": 41.473765881040542 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142640293136395, 39.987537981920603 ], [ -75.142647388468106, 39.987504387446997 ], [ -75.142788036996393, 39.987522655491198 ], [ -75.142780962077495, 39.987555186103499 ], [ -75.142640293136395, 39.987537981920603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6055, "ADDRESS": "2356 N FAIRHILL ST", "OWNER1": "MUSTAFA MOHAMMAD ABDEL JA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191364500", "LNIADDRESSKEY": "730737", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.375, "Shape__Length": 42.747233586285979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142788036996393, 39.987522655491198 ], [ -75.142647388468106, 39.987504387446997 ], [ -75.142654145808805, 39.987471930719103 ], [ -75.1427898376879, 39.987489939744798 ], [ -75.142787326455903, 39.987503520792103 ], [ -75.142798696999904, 39.987504826524102 ], [ -75.142794543193901, 39.987523511714897 ], [ -75.142788036996393, 39.987522655491198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6056, "ADDRESS": "2731 N WARNOCK ST", "OWNER1": "KNIPFING MICHAEL", "OWNER2": "BERARDI ROCCO", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372209700", "LNIADDRESSKEY": "597952", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.09765625, "Shape__Length": 56.29728624313573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148112937836203, 39.994522199654902 ], [ -75.148064509171505, 39.9945154761512 ], [ -75.148017591613396, 39.9945097870133 ], [ -75.147972615884896, 39.994504286037703 ], [ -75.1479823336755, 39.9944694611481 ], [ -75.148185045033003, 39.994494561095401 ], [ -75.148176920541701, 39.994529921054699 ], [ -75.148112937836203, 39.994522199654902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6057, "ADDRESS": "2727 N WARNOCK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372209501", "LNIADDRESSKEY": "597948", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.13671875, "Shape__Length": 56.832117673824406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147989928491398, 39.994433137491001 ], [ -75.147998912708204, 39.994395024142001 ], [ -75.148200490052105, 39.994420210988302 ], [ -75.148192552249597, 39.994458380731203 ], [ -75.147989928491398, 39.994433137491001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6058, "ADDRESS": "1106 W SOMERSET ST", "OWNER1": "PHILLY RISE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372332300", "LNIADDRESSKEY": "541802", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.94140625, "Shape__Length": 60.633543147313468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149319493408598, 39.994840184643699 ], [ -75.149354829158597, 39.994672726559102 ], [ -75.149404738885394, 39.9946790956296 ], [ -75.149370285622894, 39.994846493755198 ], [ -75.149319493408598, 39.994840184643699 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6059, "ADDRESS": "2845 N 12TH ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372252100", "LNIADDRESSKEY": "654179", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 136.30078125, "Shape__Length": 59.117477163820098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150118836291995, 39.996250029505198 ], [ -75.1499079804682, 39.996221249293001 ], [ -75.149916919037096, 39.9961825085729 ], [ -75.150127776207498, 39.996211288801902 ], [ -75.150118836291995, 39.996250029505198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6060, "ADDRESS": "2125 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291110800", "LNIADDRESSKEY": "419341", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 656.02734375, "Shape__Length": 102.94118020537671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171109464080104, 39.976346502010401 ], [ -75.1711482787656, 39.976154757822698 ], [ -75.171354195757203, 39.976181389015302 ], [ -75.171315215203805, 39.976373661130602 ], [ -75.171109464080104, 39.976346502010401 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6061, "ADDRESS": "1407 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291294702", "LNIADDRESSKEY": "673862", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 366.47265625, "Shape__Length": 77.204611233274022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171458878888501, 39.976384948889702 ], [ -75.171651775319802, 39.976409642609397 ], [ -75.171627556626007, 39.9765243549868 ], [ -75.171434952966905, 39.976499151981898 ], [ -75.171458878888501, 39.976384948889702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6062, "ADDRESS": "3016 CLIFFORD ST", "OWNER1": "WALNUT INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324058900", "LNIADDRESSKEY": "90859", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.17578125, "Shape__Length": 74.093317439296257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183689617731204, 39.9832265722766 ], [ -75.183731133187706, 39.983198711079197 ], [ -75.183911427211896, 39.983361215390303 ], [ -75.183870631998303, 39.9833883032477 ], [ -75.183689617731204, 39.9832265722766 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6063, "ADDRESS": "3043 W SEDGLEY AVE", "OWNER1": "CLYDE WILLIAMS", "OWNER2": "MARY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323062100", "LNIADDRESSKEY": "528676", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.98046875, "Shape__Length": 51.196058668799914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184177144718007, 39.983848491371802 ], [ -75.184217917364094, 39.9838209197315 ], [ -75.184312843383694, 39.983905203811403 ], [ -75.184300875144203, 39.983958550833101 ], [ -75.184177144718007, 39.983848491371802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6064, "ADDRESS": "2922 W GLENWOOD AVE", "OWNER1": "LAGOS HOMES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324199100", "LNIADDRESSKEY": "318089", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 84.0625, "Shape__Length": 40.629184404449539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182048000090603, 39.982910739666799 ], [ -75.182058199821697, 39.982867074046503 ], [ -75.182071459352002, 39.982868869787502 ], [ -75.182158634325305, 39.982946357631498 ], [ -75.1821189146861, 39.982972710967303 ], [ -75.182048000090603, 39.982910739666799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6065, "ADDRESS": "3249 N 16TH ST", "OWNER1": "3221 N 16TH ST LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112194300", "LNIADDRESSKEY": "660776", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 303.91796875, "Shape__Length": 95.084868615787016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155426785463803, 40.003263832381499 ], [ -75.155414707473199, 40.003262301364302 ], [ -75.155423860123406, 40.0032218858424 ], [ -75.155425906478001, 40.003211680763798 ], [ -75.155780306814506, 40.0032558139551 ], [ -75.155768713859203, 40.003307974305699 ], [ -75.155460013784506, 40.003268628927998 ], [ -75.155449746868399, 40.003266882055499 ], [ -75.155426785463803, 40.003263832381499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6066, "ADDRESS": "3103 CLIFFORD ST", "OWNER1": "MIRAKA ASTRIT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "324067000", "LNIADDRESSKEY": "90887", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 238.78515625, "Shape__Length": 85.571273106195733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185095524024803, 39.983191862466697 ], [ -75.185126573496106, 39.983048284504697 ], [ -75.185184159638396, 39.9830554235091 ], [ -75.185156882535296, 39.9831873501427 ], [ -75.185134174728304, 39.983301986028302 ], [ -75.185075940342799, 39.983294832515902 ], [ -75.185095524024803, 39.983191862466697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6067, "ADDRESS": "2741 N 13TH ST", "OWNER1": "JAMES HUSE", "OWNER2": "RUTH HUSE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372268300", "LNIADDRESSKEY": "656057", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.17578125, "Shape__Length": 80.395001431212393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151758648421406, 39.994788177034302 ], [ -75.151767625802293, 39.994744179629102 ], [ -75.151768140992303, 39.9947416605537 ], [ -75.152064126451094, 39.9947792130626 ], [ -75.152054695364896, 39.994825199353599 ], [ -75.151758648421406, 39.994788177034302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6068, "ADDRESS": "2745 N 13TH ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372268500", "LNIADDRESSKEY": "656059", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.46484375, "Shape__Length": 79.535783881450016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151740771585906, 39.994873062838899 ], [ -75.151749556266296, 39.9948302369027 ], [ -75.152046088054504, 39.9948672217851 ], [ -75.152037248813897, 39.994910368619202 ], [ -75.151740771585906, 39.994873062838899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6069, "ADDRESS": "2201 N 19TH ST", "OWNER1": "SMART TOMMIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162069600", "LNIADDRESSKEY": "668088", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.73046875, "Shape__Length": 70.399820743196827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163819586678599, 39.987404238396998 ], [ -75.163828746177202, 39.987359648543297 ], [ -75.163976055325605, 39.987378683689897 ], [ -75.164080445268795, 39.987392255594003 ], [ -75.164082696269105, 39.987392548458203 ], [ -75.1640732095141, 39.987436969898603 ], [ -75.163819586678599, 39.987404238396998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6070, "ADDRESS": "1209 N 41ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062250700", "LNIADDRESSKEY": "686718", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 287.5390625, "Shape__Length": 93.802213055550396 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2060772888522, 39.974543971065202 ], [ -75.206429816218403, 39.974505023494103 ], [ -75.206439506704797, 39.974554563715301 ], [ -75.206100477501593, 39.974591635758102 ], [ -75.206086332420796, 39.974592836995399 ], [ -75.2060772888522, 39.974543971065202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6071, "ADDRESS": "1201 N 41ST ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062250310", "LNIADDRESSKEY": "686714", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 287.69921875, "Shape__Length": 93.74741153892532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206050002614504, 39.974397580429397 ], [ -75.206040610830698, 39.9743490626716 ], [ -75.206040454136399, 39.974348204370898 ], [ -75.206047554402105, 39.974347136411701 ], [ -75.206110963697199, 39.974340176294199 ], [ -75.206179436056402, 39.974332876751099 ], [ -75.206251666371898, 39.974324789876199 ], [ -75.206321427414395, 39.974317164045402 ], [ -75.206393131267802, 39.9743097265236 ], [ -75.206402635770402, 39.974358602641999 ], [ -75.206050002614504, 39.974397580429397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6072, "ADDRESS": "4047 W GIRARD AVE", "OWNER1": "CTDS PROPERTY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062176300", "LNIADDRESSKEY": "314415", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 282.6796875, "Shape__Length": 93.701283180068444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206045804385099, 39.974336796893901 ], [ -75.205997421477406, 39.974076263446001 ], [ -75.206060820873603, 39.9740695610543 ], [ -75.206108987657601, 39.974329734909098 ], [ -75.206110963697199, 39.974340176294199 ], [ -75.206047554402105, 39.974347136411701 ], [ -75.206045804385099, 39.974336796893901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6073, "ADDRESS": "4161 LEIDY AVE", "OWNER1": "3936 HAVERFORD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062196800", "LNIADDRESSKEY": "388099", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 404.07421875, "Shape__Length": 141.13192240669625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208401242453604, 39.975043140804502 ], [ -75.208503346481905, 39.974877822433598 ], [ -75.208509523217501, 39.974868416486899 ], [ -75.208649257688506, 39.974643692619999 ], [ -75.2087006918903, 39.974662257069703 ], [ -75.208451351534293, 39.975061837065702 ], [ -75.208401242453604, 39.975043140804502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6074, "ADDRESS": "4165 LEIDY AVE", "OWNER1": "4264 PARKSIDE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062197000", "LNIADDRESSKEY": "388103", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 413.70703125, "Shape__Length": 141.42377666277679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208503736370105, 39.9750812932458 ], [ -75.208752398782295, 39.974681359126002 ], [ -75.208804079769294, 39.974701154356602 ], [ -75.208665237764507, 39.974924963377198 ], [ -75.208659644573103, 39.974933914859903 ], [ -75.208555213885006, 39.975100390304704 ], [ -75.208503736370105, 39.9750812932458 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6075, "ADDRESS": "4167 LEIDY AVE", "OWNER1": "PITTS KEVIN C", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062197100", "LNIADDRESSKEY": "388105", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.1171875, "Shape__Length": 84.796182282718647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208665237764507, 39.974924963377198 ], [ -75.208804079769294, 39.974701154356602 ], [ -75.208855780699494, 39.974720417287301 ], [ -75.208715930293096, 39.974944497987899 ], [ -75.208665237764507, 39.974924963377198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6076, "ADDRESS": "4169 LEIDY AVE", "OWNER1": "PITTS KEVIN C", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062197200", "LNIADDRESSKEY": "388107", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 409.48828125, "Shape__Length": 141.27531986879148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208907508139205, 39.974738972367703 ], [ -75.208658399821303, 39.975138557930002 ], [ -75.208606934921704, 39.9751191221957 ], [ -75.208710371390694, 39.974953393919598 ], [ -75.208715930293096, 39.974944497987899 ], [ -75.208855780699494, 39.974720417287301 ], [ -75.208907508139205, 39.974738972367703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6077, "ADDRESS": "1618 JEFFERSON ST", "OWNER1": "UNION RESIDENTIAL", "OWNER2": "DEVELOPMENT CORP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471122010", "LNIADDRESSKEY": "362806", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 269.15625, "Shape__Length": 87.257681723923412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162402514665402, 39.976282551418201 ], [ -75.162455580652505, 39.976036504600899 ], [ -75.162521183581802, 39.9760458497001 ], [ -75.162468415459202, 39.9762914234676 ], [ -75.162402514665402, 39.976282551418201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6078, "ADDRESS": "3623 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242047200", "LNIADDRESSKEY": "335955", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.75, "Shape__Length": 83.175838533013746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195418440964303, 39.963729806250001 ], [ -75.195464364892302, 39.963968674268301 ], [ -75.195407242006098, 39.963975817838403 ], [ -75.195388331465097, 39.963879290897196 ], [ -75.195360363632801, 39.963736686395997 ], [ -75.195361453775604, 39.963736693774798 ], [ -75.195418440964303, 39.963729806250001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6079, "ADDRESS": "3627 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242047400", "LNIADDRESSKEY": "335957", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.00390625, "Shape__Length": 83.653739521872325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1954781643757, 39.9637231733345 ], [ -75.195538054522004, 39.963715414463202 ], [ -75.195538101533103, 39.963716382965899 ], [ -75.195583605810896, 39.963956418524397 ], [ -75.195525614193599, 39.963961559470597 ], [ -75.1954781643757, 39.9637231733345 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6080, "ADDRESS": "3625 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242047300", "LNIADDRESSKEY": "335956", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 238.56640625, "Shape__Length": 83.709403005277352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195420026759507, 39.963729438357298 ], [ -75.1954781643757, 39.9637231733345 ], [ -75.195525614193599, 39.963961559470597 ], [ -75.195465970532197, 39.963968323710603 ], [ -75.195464364892302, 39.963968674268301 ], [ -75.195418440964303, 39.963729806250001 ], [ -75.195420026759507, 39.963729438357298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6081, "ADDRESS": "3615 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "STR/OFF+APTS 3STY MASONRY", "OPA_ID": "871600760", "LNIADDRESSKEY": "335949", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 605.578125, "Shape__Length": 160.94617695452683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195157051333098, 39.963759127606998 ], [ -75.1951836608919, 39.9637562377373 ], [ -75.195272667264106, 39.9642103279729 ], [ -75.195277571824505, 39.964235359028599 ], [ -75.195189510153597, 39.964244633755001 ], [ -75.195184680619604, 39.9642204107667 ], [ -75.195149087142198, 39.964040528438801 ], [ -75.195146039539296, 39.964026368828797 ], [ -75.195162123925698, 39.964025311277702 ], [ -75.195170188076304, 39.964024782427103 ], [ -75.195168782075498, 39.964017061025601 ], [ -75.195164477566607, 39.9640094687988 ], [ -75.195163931674799, 39.964005653267897 ], [ -75.195117057502202, 39.963763668988101 ], [ -75.195118780208603, 39.963763513632301 ], [ -75.195157051333098, 39.963759127606998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6082, "ADDRESS": "3612 MOUNT VERNON ST", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242061410", "LNIADDRESSKEY": "443210", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.56640625, "Shape__Length": 70.173551693553108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195149087142198, 39.964040528438801 ], [ -75.195184680619604, 39.9642204107667 ], [ -75.195189510153597, 39.964244633755001 ], [ -75.195142833587994, 39.964249703228496 ], [ -75.195138248330494, 39.964225679393699 ], [ -75.195104039883702, 39.964046295287702 ], [ -75.1951133499783, 39.964044939355098 ], [ -75.195149087142198, 39.964040528438801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6083, "ADDRESS": "3613 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "242046900", "LNIADDRESSKEY": "335948", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 247.87109375, "Shape__Length": 93.788479479649666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195117057502202, 39.963763668988101 ], [ -75.195163931674799, 39.964005653267897 ], [ -75.195164477566607, 39.9640094687988 ], [ -75.195168782075498, 39.964017061025601 ], [ -75.195170188076304, 39.964024782427103 ], [ -75.195162123925698, 39.964025311277702 ], [ -75.195146039539296, 39.964026368828797 ], [ -75.195149087142198, 39.964040528438801 ], [ -75.1951133499783, 39.964044939355098 ], [ -75.195078322445497, 39.963852818158799 ], [ -75.1950619362933, 39.963769936802699 ], [ -75.195117057502202, 39.963763668988101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6084, "ADDRESS": "3609 HAVERFORD AVE", "OWNER1": "PHILA REDEVELOPMENT AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "774680000", "LNIADDRESSKEY": "335944", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 433.08984375, "Shape__Length": 106.97906324880586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195008918547899, 39.963776510471902 ], [ -75.195062063619801, 39.964051744197597 ], [ -75.195066393886407, 39.964073634855602 ], [ -75.195042207150706, 39.964076158558697 ], [ -75.194976822214301, 39.964082939986803 ], [ -75.194964739013599, 39.964018239899801 ], [ -75.194921510394806, 39.963786831186297 ], [ -75.195008918547899, 39.963776510471902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6085, "ADDRESS": "4508 WESTMINSTER AVE", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062094000", "LNIADDRESSKEY": "608097", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.5625, "Shape__Length": 70.637931637101175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213170873989995, 39.969084589407402 ], [ -75.213178117411204, 39.969083589509196 ], [ -75.213219916948503, 39.969080676485902 ], [ -75.213257126792598, 39.969283139866 ], [ -75.213207798479203, 39.969288497110199 ], [ -75.213172156940701, 39.969091743566999 ], [ -75.213170873989995, 39.969084589407402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6086, "ADDRESS": "4510 WESTMINSTER AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062094100", "LNIADDRESSKEY": "608098", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.71875, "Shape__Length": 70.123573042792685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213219916948503, 39.969080676485902 ], [ -75.213227886164105, 39.969079917880997 ], [ -75.213269851797506, 39.969077025405497 ], [ -75.213271130556194, 39.969084292096298 ], [ -75.213305369983203, 39.969277677521497 ], [ -75.213257126792598, 39.969283139866 ], [ -75.213219916948503, 39.969080676485902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6087, "ADDRESS": "4512 WESTMINSTER AVE", "OWNER1": "PHILADELPHIA", "OWNER2": "REDEVELOPMENT AUTHORITY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062094200", "LNIADDRESSKEY": "608099", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 159.3515625, "Shape__Length": 69.486742723794904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213271130556194, 39.969084292096298 ], [ -75.213269851797506, 39.969077025405497 ], [ -75.213274060720906, 39.969076538435203 ], [ -75.2133177888239, 39.969073603816199 ], [ -75.213319131107596, 39.969080855016898 ], [ -75.213354476487197, 39.969272654333999 ], [ -75.213305369983203, 39.969277677521497 ], [ -75.213271130556194, 39.969084292096298 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6088, "ADDRESS": "1703 S RINGGOLD ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364158500", "LNIADDRESSKEY": "506544", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19145", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.76171875, "Shape__Length": 49.646155374043538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185303368243197, 39.931314720888203 ], [ -75.185312884376799, 39.931275069626203 ], [ -75.185480610418907, 39.931297068227899 ], [ -75.185472001511499, 39.931336561839998 ], [ -75.185303368243197, 39.931314720888203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6089, "ADDRESS": "1728 N MARSHALL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201145601", "LNIADDRESSKEY": "413751", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 285.1875, "Shape__Length": 85.984109389727067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146027101403504, 39.9778875222827 ], [ -75.146037597209599, 39.977831260783198 ], [ -75.146346941853196, 39.977865973721599 ], [ -75.146346238739298, 39.977869535949097 ], [ -75.146337808401299, 39.977912901165098 ], [ -75.146336391699904, 39.977921444490804 ], [ -75.146027101403504, 39.9778875222827 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6090, "ADDRESS": "2041 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321259000", "LNIADDRESSKEY": "668035", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 179.3984375, "Shape__Length": 69.523340772000978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164293955824704, 39.985266909879201 ], [ -75.164302203917899, 39.985223669008199 ], [ -75.1645548583748, 39.9852568609789 ], [ -75.164545341056098, 39.985299332187203 ], [ -75.164293955824704, 39.985266909879201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6091, "ADDRESS": "823 E CHELTEN AVE", "OWNER1": "HUBI KATHLEEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591010800", "LNIADDRESSKEY": "77738", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 406.02734375, "Shape__Length": 136.07455894702753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164305243151901, 40.046174192569197 ], [ -75.164341918244602, 40.0461384437045 ], [ -75.164774629363194, 40.046400655533802 ], [ -75.164737861327893, 40.046436346129099 ], [ -75.164305243151901, 40.046174192569197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6092, "ADDRESS": "829 E CHELTEN AVE", "OWNER1": "42ND MARKET ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591011000", "LNIADDRESSKEY": "77743", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 612.23046875, "Shape__Length": 142.77739511527156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164183357412895, 40.046292600345602 ], [ -75.164238647865105, 40.046238709669701 ], [ -75.164671353924703, 40.046500907125697 ], [ -75.164667254339705, 40.046504887440797 ], [ -75.164615863815797, 40.046554733820699 ], [ -75.164183357412895, 40.046292600345602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6093, "ADDRESS": "831 E CHELTEN AVE", "OWNER1": "42ND MARKET ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591011100", "LNIADDRESSKEY": "77745", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 611.62890625, "Shape__Length": 142.7215066613403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164128069758306, 40.046346492186103 ], [ -75.164183357412895, 40.046292600345602 ], [ -75.164615863815797, 40.046554733820699 ], [ -75.164612907185401, 40.046557601202203 ], [ -75.164560467964293, 40.046608507424999 ], [ -75.164128069758306, 40.046346492186103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6094, "ADDRESS": "833 E CHELTEN AVE", "OWNER1": "REVIVE INVEST 2018 LLC", "OWNER2": null, "BLDG_DESC": "DET CONV. APT 3 STY MASON", "OPA_ID": "591011200", "LNIADDRESSKEY": "77746", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 611.6328125, "Shape__Length": 142.6884795678053 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164560467964293, 40.046608507424999 ], [ -75.1645585886302, 40.046610331350998 ], [ -75.164505033919397, 40.046662319564099 ], [ -75.1643897905915, 40.046592481971302 ], [ -75.164072782058795, 40.046400382874502 ], [ -75.164128069758306, 40.046346492186103 ], [ -75.164560467964293, 40.046608507424999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6095, "ADDRESS": "825 E CHELTEN AVE", "OWNER1": "825 E CHELTEN AVE BUILDERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591010900", "LNIADDRESSKEY": "77740", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 734.45703125, "Shape__Length": 146.76662587637793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164671353924703, 40.046500907125697 ], [ -75.164238647865105, 40.046238709669701 ], [ -75.164305243151901, 40.046174192569197 ], [ -75.164737861327893, 40.046436346129099 ], [ -75.164721572768897, 40.046452156115102 ], [ -75.164671353924703, 40.046500907125697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6096, "ADDRESS": "821 E CHELTEN AVE", "OWNER1": "HUBI KATHLEEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591010700", "LNIADDRESSKEY": "77736", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 406.10546875, "Shape__Length": 136.1022456997683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164341918244602, 40.0461384437045 ], [ -75.164378570300599, 40.046102683047799 ], [ -75.164616979650006, 40.046247153052903 ], [ -75.164811391674704, 40.046364960293701 ], [ -75.164775891070803, 40.046399425888801 ], [ -75.164774622213798, 40.046400650867902 ], [ -75.164341918244602, 40.0461384437045 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6097, "ADDRESS": "1431 S 49TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273055115", "LNIADDRESSKEY": "689894", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.828125, "Shape__Length": 67.08634591177757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2115602166608, 39.9401332954331 ], [ -75.211560419495299, 39.940133466607797 ], [ -75.211593956990299, 39.940161800932302 ], [ -75.211414350700807, 39.940293343342098 ], [ -75.211394869687297, 39.940277226833302 ], [ -75.211376867011097, 39.940261917904103 ], [ -75.2115602166608, 39.9401332954331 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6098, "ADDRESS": "1429 S 49TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273055010", "LNIADDRESSKEY": "689892", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 151.83203125, "Shape__Length": 66.267342853515984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211593956990299, 39.940161800932302 ], [ -75.211628955618593, 39.9401913647905 ], [ -75.211445823405597, 39.940319766933598 ], [ -75.211429220923605, 39.9403056332769 ], [ -75.2114145508218, 39.940293508825597 ], [ -75.211414350700807, 39.940293343342098 ], [ -75.211593956990299, 39.940161800932302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6099, "ADDRESS": "1423 S 49TH ST", "OWNER1": "1423 SOUTH 49TH STREET LL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273054700", "LNIADDRESSKEY": "689886", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.71875, "Shape__Length": 65.515422403974654 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2116920690016, 39.9402447313864 ], [ -75.211722742646302, 39.940270652927303 ], [ -75.211539510210997, 39.9403995046302 ], [ -75.211508860071604, 39.940373502470102 ], [ -75.2116920690016, 39.9402447313864 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6100, "ADDRESS": "1421 S 49TH ST", "OWNER1": "JOHN JONES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "273054600", "LNIADDRESSKEY": "689884", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 147.68359375, "Shape__Length": 66.034662886998944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211539510210997, 39.9403995046302 ], [ -75.211722742646302, 39.940270652927303 ], [ -75.211756461813593, 39.940299141013497 ], [ -75.211570161592903, 39.940425474147702 ], [ -75.211539510210997, 39.9403995046302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6101, "ADDRESS": "2237 N 17TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161147900", "LNIADDRESSKEY": "663050", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.4765625, "Shape__Length": 67.373542711168923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160538193714302, 39.987731604657498 ], [ -75.160533020577603, 39.987730956344997 ], [ -75.160534227662893, 39.987725679969699 ], [ -75.160542815864503, 39.987687298959102 ], [ -75.160547591682899, 39.9876879225395 ], [ -75.160784419557501, 39.987718670708603 ], [ -75.160775000807007, 39.987761788112202 ], [ -75.160538193714302, 39.987731604657498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6102, "ADDRESS": "2255 N 16TH ST", "OWNER1": "STOKES AND STOKES PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161068000", "LNIADDRESSKEY": "660504", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.65234375, "Shape__Length": 64.465580904297568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158882622140297, 39.987933250276498 ], [ -75.158891673146798, 39.987891591104002 ], [ -75.159122906180599, 39.987921233159398 ], [ -75.159113278986098, 39.987963184560002 ], [ -75.158882622140297, 39.987933250276498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6103, "ADDRESS": "2263 N 16TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "REAL ESTATE DIV", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161068401", "LNIADDRESSKEY": "660512", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 160.3125, "Shape__Length": 65.104003757856248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158842047620396, 39.9881014157557 ], [ -75.158851276097195, 39.9880600185082 ], [ -75.159086299162496, 39.988090309323603 ], [ -75.159076743363599, 39.988130925449497 ], [ -75.158842047620396, 39.9881014157557 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6104, "ADDRESS": "2330 N 16TH ST", "OWNER1": "CARDONA QUINONES ANGEL L", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161079700", "LNIADDRESSKEY": "660530", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 246.4609375, "Shape__Length": 87.607147747159104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159371513058602, 39.989070034789997 ], [ -75.159068003407697, 39.989027011413398 ], [ -75.159077965398495, 39.988982890489503 ], [ -75.159406820096805, 39.989027840807204 ], [ -75.159397279481794, 39.989073050233301 ], [ -75.159371513058602, 39.989070034789997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6105, "ADDRESS": "2147 N 19TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321261200", "LNIADDRESSKEY": "668073", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.0, "Shape__Length": 83.858505977779203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163874038688903, 39.986879620257497 ], [ -75.163884274095807, 39.986836456849304 ], [ -75.164198324089199, 39.986877641793903 ], [ -75.164189353699697, 39.986921156965501 ], [ -75.163874038688903, 39.986879620257497 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6106, "ADDRESS": "709 N 35TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243074110", "LNIADDRESSKEY": "685391", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 254.3203125, "Shape__Length": 95.397672863681436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193074049745505, 39.966579177417998 ], [ -75.1934437525899, 39.966540023645102 ], [ -75.193452121788596, 39.966582620537999 ], [ -75.193081440065498, 39.966619931367703 ], [ -75.193074049745505, 39.966579177417998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6107, "ADDRESS": "3624 BROWN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243062610", "LNIADDRESSKEY": "53797", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.96875, "Shape__Length": 69.224768866523206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196546351302203, 39.967861029884297 ], [ -75.196582767768106, 39.968053164488502 ], [ -75.196528216799805, 39.968059204751803 ], [ -75.196486918916193, 39.967867654142502 ], [ -75.196491140339205, 39.967866797526 ], [ -75.196524920634502, 39.967863212061303 ], [ -75.196546351302203, 39.967861029884297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6108, "ADDRESS": "822 N 38TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243149000", "LNIADDRESSKEY": "685910", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.76953125, "Shape__Length": 76.883223764124551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198449769572406, 39.968541646230101 ], [ -75.198733569812603, 39.968510688919999 ], [ -75.198741574217706, 39.968555259447299 ], [ -75.198457262846404, 39.968585868664299 ], [ -75.198449769572406, 39.968541646230101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6109, "ADDRESS": "1620 N 16TH ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471228210", "LNIADDRESSKEY": "660343", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 622.87890625, "Shape__Length": 155.02453807588449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161407206664805, 39.9783243668601 ], [ -75.161793037170298, 39.978377818313298 ], [ -75.162010333855306, 39.978406156589799 ], [ -75.161999069104994, 39.9784691899428 ], [ -75.161393832589297, 39.978386610374002 ], [ -75.161407206664805, 39.9783243668601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6110, "ADDRESS": "3201 W SUSQUEHANNA AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282279900", "LNIADDRESSKEY": "559324", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 359.953125, "Shape__Length": 128.70463037163131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185031526026904, 39.990500323950201 ], [ -75.185035119776003, 39.990484493563201 ], [ -75.185119877389695, 39.9901108785118 ], [ -75.185175346781506, 39.990118743825498 ], [ -75.185092179934799, 39.990487465938799 ], [ -75.185027929027896, 39.990516201567502 ], [ -75.185031526026904, 39.990500323950201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6111, "ADDRESS": "3203 W SUSQUEHANNA AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282280000", "LNIADDRESSKEY": "559325", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 329.4453125, "Shape__Length": 118.10366487319889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185175346781506, 39.990118743825498 ], [ -75.185218301543998, 39.9901244745163 ], [ -75.1852271638095, 39.990125655772601 ], [ -75.185232020720804, 39.990126312790899 ], [ -75.185156327767103, 39.990459170592899 ], [ -75.185092179934799, 39.990487465938799 ], [ -75.185175346781506, 39.990118743825498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6112, "ADDRESS": "2201 N NATRONA ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282197900", "LNIADDRESSKEY": "447101", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.0, "Shape__Length": 65.415340159406639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185544730143206, 39.990453969045902 ], [ -75.1855076064044, 39.990404212562801 ], [ -75.185754851831504, 39.9904365955137 ], [ -75.185744578024099, 39.990481131495102 ], [ -75.185544730143206, 39.990453969045902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6113, "ADDRESS": "3200 RIDGE AVE", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "784374600", "LNIADDRESSKEY": "504384", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 2228.07421875, "Shape__Length": 193.27146203802749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185158474375299, 39.990769119528899 ], [ -75.185011689824904, 39.990561618947602 ], [ -75.185027929027896, 39.990516201567502 ], [ -75.185092179934799, 39.990487465938799 ], [ -75.185156327767103, 39.990459170592899 ], [ -75.185220470583502, 39.990430386302698 ], [ -75.1852850438014, 39.990401408868003 ], [ -75.185348916946694, 39.990372744623997 ], [ -75.185417370130295, 39.990342025889603 ], [ -75.185419753962904, 39.9903332616528 ], [ -75.185446646992801, 39.990322030033198 ], [ -75.185479183455598, 39.990366119187598 ], [ -75.185500906909894, 39.990395234115198 ], [ -75.1855076064044, 39.990404212562801 ], [ -75.185544730143206, 39.990453969045902 ], [ -75.185533069935204, 39.990452548479098 ], [ -75.185598666274103, 39.990534628449602 ], [ -75.185491377455307, 39.990609267636401 ], [ -75.185158474375299, 39.990769119528899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6114, "ADDRESS": "3012 W DAUPHIN ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282295701", "LNIADDRESSKEY": "110784", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 224.1015625, "Shape__Length": 79.423695603738253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182046760222903, 39.990962231206602 ], [ -75.182108199400702, 39.990969601973703 ], [ -75.182079250442897, 39.991106698481502 ], [ -75.182068424030902, 39.991163535254401 ], [ -75.182062142329201, 39.991193313881901 ], [ -75.182002103569502, 39.991185457471701 ], [ -75.182046760222903, 39.990962231206602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6115, "ADDRESS": "3014 W DAUPHIN ST", "OWNER1": "KENTUCKY HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282295800", "LNIADDRESSKEY": "110786", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.39453125, "Shape__Length": 79.930863924102582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182062142329201, 39.991193313881901 ], [ -75.182068424030902, 39.991163535254401 ], [ -75.182079270925001, 39.991106698939703 ], [ -75.182108199400702, 39.990969601973703 ], [ -75.182170744747296, 39.990977691232104 ], [ -75.182145608561996, 39.991094271457399 ], [ -75.182125010977003, 39.991201184014997 ], [ -75.182062142329201, 39.991193313881901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6116, "ADDRESS": "3016 W DAUPHIN ST", "OWNER1": "BULK BOY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282295900", "LNIADDRESSKEY": "110788", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 218.69921875, "Shape__Length": 79.09095140789637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182125010977003, 39.991201184014997 ], [ -75.182145608561996, 39.991094271457399 ], [ -75.182170744747296, 39.990977691232104 ], [ -75.182228544085802, 39.990984900540397 ], [ -75.182204700071196, 39.991101154911 ], [ -75.182185049535804, 39.991209007694103 ], [ -75.182125010977003, 39.991201184014997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6117, "ADDRESS": "3027 W DAUPHIN ST", "OWNER1": "KENTUCKY HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282300100", "LNIADDRESSKEY": "110799", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.0703125, "Shape__Length": 77.232751959321945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182346961035194, 39.991590476180001 ], [ -75.182393380132595, 39.991373204358702 ], [ -75.182450991569695, 39.991379893515401 ], [ -75.182406324650302, 39.9915978814347 ], [ -75.182346961035194, 39.991590476180001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6118, "ADDRESS": "2729-31 E THOMPSON ST", "OWNER1": "CONRAIL", "OWNER2": null, "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "875103920", "LNIADDRESSKEY": "569318", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 3584.88671875, "Shape__Length": 558.35246057832558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.113685554812207, 39.979064288580901 ], [ -75.1134979524182, 39.979162868553999 ], [ -75.112311227550506, 39.977815375514403 ], [ -75.112485210504204, 39.977724698526799 ], [ -75.1126352183677, 39.977889084984596 ], [ -75.112641276033798, 39.977895729649298 ], [ -75.112532436671998, 39.977952921557197 ], [ -75.112530707543797, 39.977953830151897 ], [ -75.112611208414705, 39.978044502826499 ], [ -75.112814407083704, 39.9782733739926 ], [ -75.112875921266905, 39.978342648772603 ], [ -75.113084159677001, 39.9785772058558 ], [ -75.113185225083697, 39.978691044218799 ], [ -75.113224361993502, 39.978669752197902 ], [ -75.113399457569798, 39.978866964149397 ], [ -75.113470911157094, 39.978829418825299 ], [ -75.113522228570105, 39.978887217475503 ], [ -75.113548306154897, 39.978873513842501 ], [ -75.113714215744906, 39.979048829804903 ], [ -75.113685554812207, 39.979064288580901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6119, "ADDRESS": "1932 N 32ND ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323323500", "LNIADDRESSKEY": "684165", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 262.390625, "Shape__Length": 75.55664567737233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186159955367501, 39.986519677791399 ], [ -75.186146712666996, 39.986581988579204 ], [ -75.185893132944898, 39.9865500998581 ], [ -75.185906375871696, 39.986487789099499 ], [ -75.186159955367501, 39.986519677791399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6120, "ADDRESS": "2845 GERMANTOWN AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "777169000", "LNIADDRESSKEY": "309446", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 368.22265625, "Shape__Length": 114.78601114019557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146678066450704, 39.995589609245897 ], [ -75.1466822775119, 39.995568346060203 ], [ -75.146676661273702, 39.995567783944402 ], [ -75.146682105822507, 39.995538906953598 ], [ -75.146809509278, 39.995554918562902 ], [ -75.147126113080901, 39.995595901085302 ], [ -75.1471143149043, 39.995646169532797 ], [ -75.146678066450704, 39.995589609245897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6121, "ADDRESS": "5927 E WISTER ST", "OWNER1": "JOSEPH JONES", "OWNER2": "LOUISE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172530400", "LNIADDRESSKEY": "619872", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 207.4296875, "Shape__Length": 82.404562975933857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157868492136799, 40.044106543039099 ], [ -75.157869092328895, 40.044066128028597 ], [ -75.158186620750399, 40.044074163471898 ], [ -75.158185373118698, 40.044114499674201 ], [ -75.157868492136799, 40.044106543039099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6122, "ADDRESS": "5921 E WISTER ST", "OWNER1": "PETER DE PAUL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172530200", "LNIADDRESSKEY": "619871", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 390.20703125, "Shape__Length": 89.315413552547369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157890533665693, 40.0440628016989 ], [ -75.157894847785798, 40.043982284089303 ], [ -75.158187373609493, 40.043988159415399 ], [ -75.158185845086706, 40.044071528521599 ], [ -75.157890533665693, 40.0440628016989 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6123, "ADDRESS": "5915 E WISTER ST", "OWNER1": "DE PAUL PETER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "172530100", "LNIADDRESSKEY": "619870", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19138", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 618.51953125, "Shape__Length": 103.12662669950333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157900036283195, 40.043850298820203 ], [ -75.158192449569, 40.0438591055374 ], [ -75.158187373609493, 40.043988159415399 ], [ -75.157894847785798, 40.043982284089303 ], [ -75.157900036283195, 40.043850298820203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6124, "ADDRESS": "2221 W MONTGOMERY AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322212510", "LNIADDRESSKEY": "435878", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 174.671875, "Shape__Length": 70.430787351593082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171121668016696, 39.982247219533903 ], [ -75.171143360547703, 39.982146635785902 ], [ -75.171166185353698, 39.9820488503468 ], [ -75.171218328321103, 39.982055776112603 ], [ -75.171196094342704, 39.982154043363501 ], [ -75.171175443214807, 39.982254231549199 ], [ -75.171121668016696, 39.982247219533903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6125, "ADDRESS": "426 W YORK ST", "OWNER1": "BERKS ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191431300", "LNIADDRESSKEY": "628990", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.203125, "Shape__Length": 62.721732321088425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140430741136001, 39.987355227192602 ], [ -75.140468577329699, 39.987189165135497 ], [ -75.140470291822396, 39.987181660305197 ], [ -75.140487064170898, 39.987183104853898 ], [ -75.140521465496604, 39.9871882400723 ], [ -75.140519654651897, 39.9871960805961 ], [ -75.140507078818104, 39.987250683841602 ], [ -75.140503571563002, 39.987270512194499 ], [ -75.140497094567706, 39.987297285235201 ], [ -75.140493356392099, 39.987310015037401 ], [ -75.140481517025904, 39.987361797930298 ], [ -75.140430741136001, 39.987355227192602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6126, "ADDRESS": "1805 E OAKDALE ST", "OWNER1": "MOORE JAMES", "OWNER2": "MOORE MARY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314232100", "LNIADDRESSKEY": "453881", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.6640625, "Shape__Length": 43.851379132139137 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125572384480193, 39.989402941441099 ], [ -75.125692453632595, 39.989339320555501 ], [ -75.125721609840198, 39.9893728071034 ], [ -75.125719813417206, 39.989373749275202 ], [ -75.125603274829501, 39.989434937052103 ], [ -75.125572384480193, 39.989402941441099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6127, "ADDRESS": "1809 E OAKDALE ST", "OWNER1": "KENSINGTON 2035 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "314232300", "LNIADDRESSKEY": "453885", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19125", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.60546875, "Shape__Length": 44.286982860767388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125514001971894, 39.989345363241902 ], [ -75.125639304246704, 39.989279734523798 ], [ -75.125644643362193, 39.989285821401602 ], [ -75.125666221107394, 39.9893104296359 ], [ -75.125543989856098, 39.989375210684202 ], [ -75.125514001971894, 39.989345363241902 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6128, "ADDRESS": "1718 W TIOGA ST", "OWNER1": "17 WEST B LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112085500", "LNIADDRESSKEY": "573024", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1963.46484375, "Shape__Length": 239.56817870942785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157502904435702, 40.0068399847301 ], [ -75.157652971158697, 40.0061603913352 ], [ -75.157709861262106, 40.006167185634801 ], [ -75.157827528383507, 40.006183385883801 ], [ -75.157675061210995, 40.006863061544799 ], [ -75.157502904435702, 40.0068399847301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6129, "ADDRESS": "3610 N 16TH ST", "OWNER1": "LIFT TRUST", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131176600", "LNIADDRESSKEY": "660897", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 320.8515625, "Shape__Length": 96.317928404006153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154792946220098, 40.008546818234301 ], [ -75.154804541362495, 40.008491885123398 ], [ -75.154906423668706, 40.008505504842397 ], [ -75.154975414472403, 40.008513688984003 ], [ -75.155035356403701, 40.008521652790797 ], [ -75.155105599472606, 40.008530527405497 ], [ -75.155160426448504, 40.008537392304099 ], [ -75.155148468688296, 40.0085913970848 ], [ -75.154792946220098, 40.008546818234301 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6130, "ADDRESS": "3633 N 17TH ST", "OWNER1": "TIREOGHAIN CONSTRUCTION I", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131213300", "LNIADDRESSKEY": "663520", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.421875, "Shape__Length": 85.090892589199925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155729537129304, 40.009246889671502 ], [ -75.155738928459101, 40.009204077175802 ], [ -75.156060127843702, 40.009246202777298 ], [ -75.1560508615934, 40.009288468500202 ], [ -75.155729537129304, 40.009246889671502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6131, "ADDRESS": "3629 N 17TH ST", "OWNER1": "3629 N 17TH STREET LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131213100", "LNIADDRESSKEY": "663516", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 240.1640625, "Shape__Length": 88.053309244100873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155747794158501, 40.009163559406701 ], [ -75.155749324024498, 40.009156985013497 ], [ -75.155736938158, 40.009154706010897 ], [ -75.155745425119406, 40.009118580027298 ], [ -75.155795715358494, 40.0091251326118 ], [ -75.156078584528501, 40.009162006372101 ], [ -75.156069013670802, 40.009205651654298 ], [ -75.155747794158501, 40.009163559406701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6132, "ADDRESS": "3635 N 17TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PRO", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131213405", "LNIADDRESSKEY": "663522", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 223.79296875, "Shape__Length": 84.976913006394966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155729537129304, 40.009246889671502 ], [ -75.156050862195301, 40.009288452746098 ], [ -75.156042105228494, 40.009330537382397 ], [ -75.155719963852206, 40.009288407348102 ], [ -75.155729537129304, 40.009246889671502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6133, "ADDRESS": "2312 N 27TH ST", "OWNER1": "PEBBLE DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281069600", "LNIADDRESSKEY": "679850", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 131.70703125, "Shape__Length": 56.641042601761171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176867052318599, 39.990957262778899 ], [ -75.177065894122293, 39.990984932527397 ], [ -75.177056616698806, 39.991023461301502 ], [ -75.1768579965903, 39.990998246134701 ], [ -75.176867052318599, 39.990957262778899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6134, "ADDRESS": "2301 N 29TH ST", "OWNER1": "STRAWBERRY SQUARE SHOPPIN", "OWNER2": null, "BLDG_DESC": "SHOP.CENT. N'HOOD MASONRY", "OPA_ID": "882084705", "LNIADDRESSKEY": "682124", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CA-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 46161.61328125, "Shape__Length": 1103.3658670306945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178053407140595, 39.992210291777802 ], [ -75.178106614240505, 39.991955825436897 ], [ -75.176940344975407, 39.9917989391706 ], [ -75.176959961100806, 39.991704933746803 ], [ -75.176969510310698, 39.991660317980099 ], [ -75.176978793219703, 39.991617744918202 ], [ -75.176987108060402, 39.991579195696801 ], [ -75.177015795532697, 39.991446495820298 ], [ -75.177551865422103, 39.991516703153998 ], [ -75.177579684525398, 39.991380921387503 ], [ -75.177637659909294, 39.991102462294997 ], [ -75.177643727313196, 39.991076034204703 ], [ -75.177644937262102, 39.9910707645004 ], [ -75.177390976835994, 39.991038867905502 ], [ -75.1774555573854, 39.990734641593598 ], [ -75.179748092481404, 39.991034870149299 ], [ -75.179580132276698, 39.991823540028399 ], [ -75.179380719915898, 39.991797587370698 ], [ -75.179293138476794, 39.992207807941 ], [ -75.179205291442898, 39.992197118672301 ], [ -75.179192671509, 39.992254771020299 ], [ -75.179481541638197, 39.992293770399399 ], [ -75.179460499913503, 39.992393998392899 ], [ -75.178053407140595, 39.992210291777802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6135, "ADDRESS": "2950-54 GERRITT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "364231650", "LNIADDRESSKEY": "311440", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 317.54296875, "Shape__Length": 71.288538004432439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193761054578204, 39.935686698212599 ], [ -75.193916409065693, 39.935706168296697 ], [ -75.193890371761299, 39.935829467556097 ], [ -75.193735024872197, 39.935809788127798 ], [ -75.193761054578204, 39.935686698212599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6136, "ADDRESS": "1546 N 7TH ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202023201", "LNIADDRESSKEY": "642209", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.9140625, "Shape__Length": 65.88902717347878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147255291416897, 39.975707196549202 ], [ -75.147256179409396, 39.975702589947701 ], [ -75.147263331010905, 39.975665257295802 ], [ -75.1472641948167, 39.975660747005399 ], [ -75.147496311881298, 39.975686371121299 ], [ -75.147487205303307, 39.97573209075 ], [ -75.147486949274807, 39.975733309205502 ], [ -75.147255291416897, 39.975707196549202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6137, "ADDRESS": "1957 N 20TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "321286701", "LNIADDRESSKEY": "670084", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.13671875, "Shape__Length": 65.948154239842154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166130201604005, 39.984346556162997 ], [ -75.166127908872198, 39.984346246629599 ], [ -75.166138497616203, 39.984298173723403 ], [ -75.166367979501601, 39.984330066315202 ], [ -75.166357488108403, 39.984377239289401 ], [ -75.166130201604005, 39.984346556162997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6138, "ADDRESS": "18 E RITTENHOUSE ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591100615", "LNIADDRESSKEY": "510205", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 399.00390625, "Shape__Length": 90.322704643673859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175565173620399, 40.037596121385498 ], [ -75.175796674117393, 40.0377360864357 ], [ -75.175798622401203, 40.037737258615302 ], [ -75.175731638645402, 40.037801945584697 ], [ -75.175497686776396, 40.0376613600761 ], [ -75.175565173620399, 40.037596121385498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6139, "ADDRESS": "30 E RITTENHOUSE ST", "OWNER1": "30 RITTENHOUSE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591101000", "LNIADDRESSKEY": "510215", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 4361.51171875, "Shape__Length": 457.18552483814727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175439515029595, 40.038083021939798 ], [ -75.175265789430298, 40.037975107282399 ], [ -75.175233170105003, 40.038005761642999 ], [ -75.175229846008307, 40.038008217841003 ], [ -75.175183384009102, 40.037979756315501 ], [ -75.175136899448106, 40.037951311158501 ], [ -75.175165322961107, 40.0379234966816 ], [ -75.175088068174603, 40.037875274939502 ], [ -75.175140496573604, 40.037824996936102 ], [ -75.175063233944897, 40.037777564508801 ], [ -75.175012847822003, 40.037746371598097 ], [ -75.174952290264102, 40.037709648184098 ], [ -75.174726631657506, 40.037921979083201 ], [ -75.174698151086204, 40.037904882434198 ], [ -75.174768238205203, 40.037839685597298 ], [ -75.174814350474094, 40.037796116057898 ], [ -75.174903533842993, 40.037711811125902 ], [ -75.174960501842406, 40.037657974624601 ], [ -75.175183650099001, 40.037446537590597 ], [ -75.175300073385102, 40.0373373894667 ], [ -75.175354555195895, 40.037369496235499 ], [ -75.175421319126499, 40.037411210497098 ], [ -75.1754678086985, 40.037370422027003 ], [ -75.175513894479195, 40.037401067845998 ], [ -75.175557976689802, 40.037430378040597 ], [ -75.175583570570296, 40.037407464611597 ], [ -75.175638353595204, 40.037442721392303 ], [ -75.175690983606501, 40.0374739001224 ], [ -75.175590875973398, 40.037571470308897 ], [ -75.175565173620399, 40.037596121385498 ], [ -75.175497686776396, 40.0376613600761 ], [ -75.175432584803104, 40.037724524675902 ], [ -75.175385307451904, 40.037770583282899 ], [ -75.175271030995205, 40.037701559784601 ], [ -75.175243603923207, 40.037726865908901 ], [ -75.175216505908793, 40.0377518403983 ], [ -75.175562609881098, 40.037964963421302 ], [ -75.175439515029595, 40.038083021939798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6140, "ADDRESS": "1835 N 21ST ST", "OWNER1": "NEW PENN VALLEY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322045300", "LNIADDRESSKEY": "672071", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.0546875, "Shape__Length": 54.915989711060305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168509462448299, 39.9825243319899 ], [ -75.168497695598006, 39.982522987220399 ], [ -75.168506382914003, 39.982482979369799 ], [ -75.168518076462703, 39.982484596172903 ], [ -75.168615241565703, 39.982498404796502 ], [ -75.168626891722795, 39.982500084809701 ], [ -75.168696441764098, 39.9825104993567 ], [ -75.168688338709003, 39.9825505845577 ], [ -75.168509462448299, 39.9825243319899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6141, "ADDRESS": "1805 N 21ST ST", "OWNER1": "VEGA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322043800", "LNIADDRESSKEY": "672041", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 124.59765625, "Shape__Length": 51.731352351486507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168667935543994, 39.9818777842776 ], [ -75.168655627426901, 39.981875814657698 ], [ -75.168664948802203, 39.981832871364198 ], [ -75.168677580832494, 39.981834638783099 ], [ -75.168837561076998, 39.981856323729197 ], [ -75.168827498459393, 39.981899974553201 ], [ -75.168667935543994, 39.9818777842776 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6142, "ADDRESS": "1830 ORTHODOX ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232091520", "LNIADDRESSKEY": "766784", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 234.109375, "Shape__Length": 74.701705386967603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081014525377896, 40.0119555215133 ], [ -75.081220094733396, 40.011828706556003 ], [ -75.081264774793596, 40.011871529710596 ], [ -75.081059205391895, 40.011998344747603 ], [ -75.081014525377896, 40.0119555215133 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6143, "ADDRESS": "1824 RIDGE AVE", "OWNER1": "ZHENG HUI", "OWNER2": "ZHENG FENG", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471270710", "LNIADDRESSKEY": "503990", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19130", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 279.41796875, "Shape__Length": 91.660982483156275 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166793229240994, 39.972044136109901 ], [ -75.166485089136302, 39.9721717091629 ], [ -75.166454340154402, 39.972127741095903 ], [ -75.166755735358095, 39.972002961478701 ], [ -75.166793229240994, 39.972044136109901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6144, "ADDRESS": "2764 HELEN ST", "OWNER1": "SOMERSET VENTURES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252519700", "LNIADDRESSKEY": "339581", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 172.54296875, "Shape__Length": 80.731834738907267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121658289203097, 39.989587239658803 ], [ -75.121696681649098, 39.989567227359203 ], [ -75.121872455099194, 39.989771237764501 ], [ -75.121838561173604, 39.989788742402197 ], [ -75.121658289203097, 39.989587239658803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6145, "ADDRESS": "2766 HELEN ST", "OWNER1": "SOMERSET VENTURES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252519800", "LNIADDRESSKEY": "339583", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 182.671875, "Shape__Length": 81.656090085775787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121794178290202, 39.989803233936598 ], [ -75.121619512612298, 39.989607453764499 ], [ -75.121658289203097, 39.989587239658803 ], [ -75.121838561173604, 39.989788742402197 ], [ -75.121822907194897, 39.989796831095802 ], [ -75.121818114347207, 39.989790143842797 ], [ -75.121794178290202, 39.989803233936598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6146, "ADDRESS": "2768 HELEN ST", "OWNER1": "SOMERSET VENTURRES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "252519900", "LNIADDRESSKEY": "339585", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.828125, "Shape__Length": 79.101961938665198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121619512612298, 39.989607453764499 ], [ -75.121794178290202, 39.989803233936598 ], [ -75.121770326918806, 39.989816292176201 ], [ -75.121757394167901, 39.9898233799601 ], [ -75.121582082207695, 39.989626972231697 ], [ -75.121619512612298, 39.989607453764499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6147, "ADDRESS": "2942 N SYDENHAM ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111182625", "LNIADDRESSKEY": "560136", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.21484375, "Shape__Length": 45.130492453822626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156270486769898, 39.998367587263502 ], [ -75.156110000135897, 39.998347187394998 ], [ -75.156118052013895, 39.998309721445601 ], [ -75.1562537769139, 39.998326973640502 ], [ -75.156270486769898, 39.998367587263502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6148, "ADDRESS": "2954 N SYDENHAM ST", "OWNER1": "METROPOLY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111183200", "LNIADDRESSKEY": "560148", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.53125, "Shape__Length": 54.584378944312242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156062336817499, 39.998577403829799 ], [ -75.156071250889795, 39.998537725094501 ], [ -75.156255576050896, 39.998561185364203 ], [ -75.156261023583895, 39.998561878344802 ], [ -75.156252468141105, 39.9986016789491 ], [ -75.156246429012796, 39.998600908403503 ], [ -75.156062336817499, 39.998577403829799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6149, "ADDRESS": "2950 N SYDENHAM ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111183025", "LNIADDRESSKEY": "560144", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 117.43359375, "Shape__Length": 53.952224844910461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156080009201503, 39.998498865017503 ], [ -75.156085456268897, 39.9984613897659 ], [ -75.156277377838407, 39.998485790901199 ], [ -75.156269429632303, 39.998522768148 ], [ -75.156264548820204, 39.998522152170302 ], [ -75.156080009201503, 39.998498865017503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6150, "ADDRESS": "2953 N HICKS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111170100", "LNIADDRESSKEY": "342968", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.67, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.734375, "Shape__Length": 54.618004849761334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155296982080202, 39.9984041845292 ], [ -75.155305266051499, 39.998366251964597 ], [ -75.155312577321794, 39.998367224760898 ], [ -75.155497592099493, 39.998391781946502 ], [ -75.1554886931129, 39.9984299461495 ], [ -75.155304127028003, 39.9984051411775 ], [ -75.155296982080202, 39.9984041845292 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6151, "ADDRESS": "2941 N HICKS ST", "OWNER1": "INDIANA OZ LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111169500", "LNIADDRESSKEY": "342956", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 128.08203125, "Shape__Length": 55.435372434444993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155346499500695, 39.998177439762202 ], [ -75.155355308873794, 39.998137099837798 ], [ -75.1553636915759, 39.9981381238795 ], [ -75.155549303424806, 39.998160759555702 ], [ -75.155540552996897, 39.9981999430168 ], [ -75.155354711921106, 39.998178398010602 ], [ -75.155346499500695, 39.998177439762202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6152, "ADDRESS": "2937 N HICKS ST", "OWNER1": "NORTH DISTRICT OWNER II LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111169300", "LNIADDRESSKEY": "342953", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.03125, "Shape__Length": 54.299465933777782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155363165039603, 39.998101125197998 ], [ -75.1553709360021, 39.9980655405748 ], [ -75.155379648292794, 39.998066638515198 ], [ -75.155565154408805, 39.998089851810498 ], [ -75.155557166702295, 39.998125554309603 ], [ -75.155371707867801, 39.998102212550997 ], [ -75.155363165039603, 39.998101125197998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6153, "ADDRESS": "2951 N HICKS ST", "OWNER1": "NORTH DISTRICT OWNER II LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111170000", "LNIADDRESSKEY": "342966", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 121.98828125, "Shape__Length": 54.706014702686346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155305266051499, 39.998366251964597 ], [ -75.155313424155906, 39.998328892079599 ], [ -75.155320923048805, 39.998329821813002 ], [ -75.155506345818907, 39.998353050197402 ], [ -75.155499620229094, 39.998383122828002 ], [ -75.155497592099493, 39.998391781946502 ], [ -75.155312577321794, 39.998367224760898 ], [ -75.155305266051499, 39.998366251964597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6154, "ADDRESS": "2939 N HICKS ST", "OWNER1": "INDIANA OZ LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111169400", "LNIADDRESSKEY": "342954", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.73828125, "Shape__Length": 54.243697550865754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155355308873794, 39.998137099837798 ], [ -75.155363165039603, 39.998101125197998 ], [ -75.155371707867801, 39.998102212550997 ], [ -75.155557166702295, 39.998125554309603 ], [ -75.155549303424806, 39.998160759555702 ], [ -75.1553636915759, 39.9981381238795 ], [ -75.155355308873794, 39.998137099837798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6155, "ADDRESS": "5945 BELMAR ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034105210", "LNIADDRESSKEY": "34741", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 180.98046875, "Shape__Length": 65.685175746620544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232762075785502, 39.935449960972797 ], [ -75.232807878559598, 39.935417533671398 ], [ -75.232964988818793, 39.935548712728803 ], [ -75.232918102801406, 39.9355815510498 ], [ -75.232762075785502, 39.935449960972797 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6156, "ADDRESS": "1679 ORTHODOX ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232101200", "LNIADDRESSKEY": "463638", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.6328125, "Shape__Length": 92.410621467316531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.083132820413496, 40.013919792908403 ], [ -75.083085509325898, 40.013895182505799 ], [ -75.083286181436804, 40.013668310177898 ], [ -75.083333587460501, 40.013692813454 ], [ -75.083132820413496, 40.013919792908403 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6157, "ADDRESS": "4676 HAWTHORNE ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232282700", "LNIADDRESSKEY": "337181", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 261.66015625, "Shape__Length": 99.501731556376882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.080944117822796, 40.014662225993199 ], [ -75.080920425132902, 40.014688439494201 ], [ -75.080913529401698, 40.014696024758599 ], [ -75.080591177190797, 40.014523550423299 ], [ -75.080621765738897, 40.014489750618303 ], [ -75.080944117822796, 40.014662225993199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6158, "ADDRESS": "4674 HAWTHORNE ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232282600", "LNIADDRESSKEY": "337179", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 261.65234375, "Shape__Length": 99.501678227471984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.080652354212305, 40.014455951930302 ], [ -75.080974706257706, 40.014628426094298 ], [ -75.080944117822796, 40.014662225993199 ], [ -75.080621765738897, 40.014489750618303 ], [ -75.080652354212305, 40.014455951930302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6159, "ADDRESS": "4658 HAWTHORNE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232282001", "LNIADDRESSKEY": "337169", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.46875, "Shape__Length": 58.80566132763785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081074023942506, 40.014283516815198 ], [ -75.081046334518803, 40.014312176114203 ], [ -75.080868552477497, 40.0142170563932 ], [ -75.080895061315701, 40.014187763742299 ], [ -75.081074023942506, 40.014283516815198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6160, "ADDRESS": "3724 MANTUA AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243005600", "LNIADDRESSKEY": "409562", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 220.76953125, "Shape__Length": 91.340264119866276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197805733856896, 39.968651170721898 ], [ -75.197926639151405, 39.968378423513599 ], [ -75.197942614758503, 39.968475705681101 ], [ -75.197858765739298, 39.9686649238188 ], [ -75.197805733856896, 39.968651170721898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6161, "ADDRESS": "6050 EASTWICK AVE", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "885485040", "LNIADDRESSKEY": "128773", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "I-1", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 6762.828125, "Shape__Length": 323.84114882830806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220224012011499, 39.923191797556598 ], [ -75.220280441578694, 39.923332777491197 ], [ -75.220286739935204, 39.9233353412586 ], [ -75.220014603192496, 39.923731548276599 ], [ -75.219327615541104, 39.923451821250502 ], [ -75.219477824745994, 39.923244664763203 ], [ -75.219669278012105, 39.9229659248643 ], [ -75.220224012011499, 39.923191797556598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6162, "ADDRESS": "2910 S EDGEWOOD ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILADELPHIA", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885480680", "LNIADDRESSKEY": "130969", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19142", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 15035.90234375, "Shape__Length": 495.04765512094394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219982174896302, 39.924248519417098 ], [ -75.220432209669994, 39.923593317242798 ], [ -75.220586134136198, 39.923655990640398 ], [ -75.220713002188404, 39.923707648091003 ], [ -75.220817629423806, 39.923750248584298 ], [ -75.221055446794594, 39.923847080429603 ], [ -75.221544797246196, 39.924046324889503 ], [ -75.221542747763607, 39.924049198937603 ], [ -75.2215153789776, 39.924087582838901 ], [ -75.2214872586013, 39.924127020098602 ], [ -75.221460295624397, 39.924164835170103 ], [ -75.221434973188295, 39.924200348316901 ], [ -75.221368302982398, 39.924297417130902 ], [ -75.221338066339001, 39.9243414399564 ], [ -75.221312297678907, 39.924378956973698 ], [ -75.221286112964705, 39.9244170797433 ], [ -75.221258076964901, 39.924457898469498 ], [ -75.221232142699506, 39.924495657341097 ], [ -75.221206112553403, 39.924533554874301 ], [ -75.221178255799202, 39.924574113993401 ], [ -75.221158289679195, 39.924603182550598 ], [ -75.221091620228606, 39.924700248984699 ], [ -75.219982174896302, 39.924248519417098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6163, "ADDRESS": "4533 PULASKI AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "133108005", "LNIADDRESSKEY": "492259", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RTA-1", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 406.72265625, "Shape__Length": 102.42371770087922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164135004148505, 40.021209499155098 ], [ -75.163895144415307, 40.021374729404698 ], [ -75.163894301844394, 40.021374005385503 ], [ -75.163851754598596, 40.021403314504198 ], [ -75.163793430235103, 40.021353267336004 ], [ -75.164061459772796, 40.021168631981297 ], [ -75.164135004148505, 40.021209499155098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6164, "ADDRESS": "4536 WAYNE AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "133088700", "LNIADDRESSKEY": "603395", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.46875, "Shape__Length": 89.170161985100762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162453377983695, 40.022415809696199 ], [ -75.162406339655803, 40.022389931316297 ], [ -75.162623682331997, 40.022240217845102 ], [ -75.162640784184404, 40.022254891017802 ], [ -75.162683331022905, 40.022225582315698 ], [ -75.162703905413593, 40.022243236112601 ], [ -75.162453377983695, 40.022415809696199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6165, "ADDRESS": "45 PLEASANT ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "222071210", "LNIADDRESSKEY": "486080", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 146.23828125, "Shape__Length": 69.859907524061384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185432278321201, 40.055357857038402 ], [ -75.185214771648404, 40.055235102692301 ], [ -75.185245199918796, 40.055205396645597 ], [ -75.185455603275301, 40.055334802859797 ], [ -75.185432278321201, 40.055357857038402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6166, "ADDRESS": "901 E WESTMORELAND ST", "OWNER1": "ESPERANZA HEALTH CENTER INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331109100", "LNIADDRESSKEY": "608769", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.31640625, "Shape__Length": 74.339830241159078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.112771533662695, 39.9983370565093 ], [ -75.112714289874404, 39.998329865522898 ], [ -75.112758588871301, 39.998121255104202 ], [ -75.112815832532107, 39.998128444943198 ], [ -75.112771533662695, 39.9983370565093 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6167, "ADDRESS": "903 E WESTMORELAND ST", "OWNER1": "ESPERANZA HEALTH CENTER", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331109200", "LNIADDRESSKEY": "608771", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.265625, "Shape__Length": 74.140455245332717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.112657929215402, 39.998322786027003 ], [ -75.112702229843904, 39.998114175663602 ], [ -75.112758590334394, 39.998121255137796 ], [ -75.112714289874404, 39.998329865522898 ], [ -75.112657929215402, 39.998322786027003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6168, "ADDRESS": "905 E WESTMORELAND ST", "OWNER1": "ESPERANZA HEALTH CENTER INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "331109300", "LNIADDRESSKEY": "608773", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 195.265625, "Shape__Length": 74.140447192329589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.112702229843904, 39.998114175663602 ], [ -75.112657929215402, 39.998322786027003 ], [ -75.112601568611893, 39.998315705378197 ], [ -75.112645867902103, 39.998107096128102 ], [ -75.112702229843904, 39.998114175663602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6169, "ADDRESS": "4422-24 RIDGE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885471320", "LNIADDRESSKEY": "504597", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "SP-PO-A", "ZIPCODE": "19129", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 4841.9921875, "Shape__Length": 295.955585533705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199048489442603, 40.010061887283598 ], [ -75.199457081138505, 40.010188346458797 ], [ -75.199375723711398, 40.010309209710599 ], [ -75.199316316069201, 40.010397463277997 ], [ -75.199242646088507, 40.010506905807397 ], [ -75.199213569632903, 40.010550099320803 ], [ -75.199041241276802, 40.010806101146002 ], [ -75.198648283222099, 40.010653454508599 ], [ -75.199048489442603, 40.010061887283598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6170, "ADDRESS": "1900-02 N 4TH ST", "OWNER1": "NLA DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183326200", "LNIADDRESSKEY": "634557", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 324.171875, "Shape__Length": 72.104656345975627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141079641925501, 39.979848311873504 ], [ -75.141105165499994, 39.979731919102598 ], [ -75.1412726692636, 39.979753515346999 ], [ -75.141263842765596, 39.979793877613602 ], [ -75.141249549053001, 39.979859067166601 ], [ -75.141247185858006, 39.979869860631801 ], [ -75.141079641925501, 39.979848311873504 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6171, "ADDRESS": "518 MERCY ST", "OWNER1": "KAVANAGH KIMBERLY A", "OWNER2": "KAVANAGH THOMAS", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "392061800", "LNIADDRESSKEY": "428025", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.5234375, "Shape__Length": 46.573522925759107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155725521016706, 39.922882525610099 ], [ -75.155699036524496, 39.923002969341297 ], [ -75.155649822837205, 39.922996554495597 ], [ -75.155676305952596, 39.9228761107426 ], [ -75.155725521016706, 39.922882525610099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6172, "ADDRESS": "516 MERCY ST", "OWNER1": "BAMERT JONATHAN STEPHEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "392061700", "LNIADDRESSKEY": "428023", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.52734375, "Shape__Length": 46.573518524683578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155676305952596, 39.9228761107426 ], [ -75.155649822837205, 39.922996554495597 ], [ -75.155600607697806, 39.922990139595697 ], [ -75.155627092359396, 39.922869695887201 ], [ -75.155676305952596, 39.9228761107426 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6173, "ADDRESS": "514 MERCY ST", "OWNER1": "TARICA JESSICA R", "OWNER2": "GONSKI PHILIP M", "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "392061600", "LNIADDRESSKEY": "428021", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19148", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.53125, "Shape__Length": 46.573697670937662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155600607697806, 39.922990139595697 ], [ -75.155551392567602, 39.922983724674701 ], [ -75.155577877313902, 39.922863280977502 ], [ -75.155627092359396, 39.922869695887201 ], [ -75.155600607697806, 39.922990139595697 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6174, "ADDRESS": "1911 CECIL B MOORE AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "471064610", "LNIADDRESSKEY": "71597", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 278.2109375, "Shape__Length": 92.939667296564323 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166177467684605, 39.980123855514996 ], [ -75.166234303643705, 39.979855933235797 ], [ -75.166298161531898, 39.979864769390701 ], [ -75.166238495591799, 39.980132006281003 ], [ -75.166177467684605, 39.980123855514996 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6175, "ADDRESS": "1957 N 9TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202155801", "LNIADDRESSKEY": "647456", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.640625, "Shape__Length": 52.54136212049638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148249567115698, 39.9817090766498 ], [ -75.148255587716307, 39.981672377171897 ], [ -75.148442098390603, 39.981696045932097 ], [ -75.148432898507195, 39.981732730787002 ], [ -75.148249567115698, 39.9817090766498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6176, "ADDRESS": "2016 N FRANKLIN ST", "OWNER1": "KHETRAPAL QOF LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202068601", "LNIADDRESSKEY": "299197", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 140.8984375, "Shape__Length": 63.841307015900504 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1468013810522, 39.982379488890402 ], [ -75.146759656310607, 39.982374142086599 ], [ -75.146766576918196, 39.982338430554101 ], [ -75.147002368577503, 39.982368854219303 ], [ -75.146995119006405, 39.982405435670898 ], [ -75.1468013810522, 39.982379488890402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6177, "ADDRESS": "6733 CROWSON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "222198120", "LNIADDRESSKEY": "105190", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 233.828125, "Shape__Length": 90.225954929393936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182659132709801, 40.055598520263899 ], [ -75.182437964726901, 40.055807533287698 ], [ -75.182396022178906, 40.055781902718699 ], [ -75.182617425791605, 40.055572667535401 ], [ -75.182659132709801, 40.055598520263899 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6178, "ADDRESS": "645 W CUMBERLAND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "ROW 3 STY MASONRY", "OPA_ID": "371382401", "LNIADDRESSKEY": "105916", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.52734375, "Shape__Length": 60.363847713118645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144235487323797, 39.989683922987801 ], [ -75.144237009768105, 39.989670996358697 ], [ -75.144271521099299, 39.989518222159198 ], [ -75.144322862470105, 39.989524835525998 ], [ -75.144286327020794, 39.989690524978698 ], [ -75.144235487323797, 39.989683922987801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6179, "ADDRESS": "96 COLLOM ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "776131000", "LNIADDRESSKEY": "92713", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 788.22265625, "Shape__Length": 172.03407752102655 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164084495959898, 40.032276925032299 ], [ -75.164015476030599, 40.032233088657797 ], [ -75.1640261686602, 40.032222706460402 ], [ -75.164172541830496, 40.032080633664997 ], [ -75.1641287163377, 40.032055837639398 ], [ -75.164012908933103, 40.031990620941997 ], [ -75.164037473422795, 40.031966204691798 ], [ -75.164414023276706, 40.032194234788101 ], [ -75.164398337841703, 40.0322096460281 ], [ -75.164316078025905, 40.032290424948002 ], [ -75.164165388794302, 40.032197922027699 ], [ -75.164084495959898, 40.032276925032299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6180, "ADDRESS": "4628 WAYNE AVE", "OWNER1": "RAM PHILA COMMUNITY 3 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "133091500", "LNIADDRESSKEY": "603436", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 471.0234375, "Shape__Length": 97.108894335643072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164577333858901, 40.023589095863997 ], [ -75.164762541878304, 40.023388030282597 ], [ -75.164865040064498, 40.023457152434503 ], [ -75.164842056744803, 40.023477606140403 ], [ -75.164662258581899, 40.023636255642501 ], [ -75.164577333858901, 40.023589095863997 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6181, "ADDRESS": "1928 W BUTLER ST", "OWNER1": "TRACHTMAN JOSEPHION", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131082100", "LNIADDRESSKEY": "57927", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.578125, "Shape__Length": 49.682444592705792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159668229202794, 40.0119163015924 ], [ -75.159699712517806, 40.011783458778801 ], [ -75.159733133871498, 40.0117877267419 ], [ -75.159747331049303, 40.011806810691901 ], [ -75.159720541095496, 40.011923252787398 ], [ -75.159668229202794, 40.0119163015924 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6182, "ADDRESS": "2259-63 GERMANTOWN AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "885116004", "LNIADDRESSKEY": "309225", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 366.41015625, "Shape__Length": 93.060997875828249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144803784005902, 39.986246602397799 ], [ -75.144909017953097, 39.9863928965407 ], [ -75.144908950919202, 39.986392888261499 ], [ -75.144567226816307, 39.986348311060397 ], [ -75.144803784005902, 39.986246602397799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6183, "ADDRESS": "537 W BERKS ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183189401", "LNIADDRESSKEY": "37100", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.2265625, "Shape__Length": 68.597458411461062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144401642741002, 39.980159017769999 ], [ -75.144429677610603, 39.9801626389185 ], [ -75.144389557655899, 39.980345004826397 ], [ -75.144333250356695, 39.980355399116 ], [ -75.144377494743793, 39.980155934249503 ], [ -75.144401642741002, 39.980159017769999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6184, "ADDRESS": "541 W BERKS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183189601", "LNIADDRESSKEY": "37102", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 138.0, "Shape__Length": 58.574227859541068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144482730294499, 39.9801694917074 ], [ -75.144535866020902, 39.980176355367 ], [ -75.144503235356396, 39.980324018425001 ], [ -75.144446407593506, 39.980334509075597 ], [ -75.144482730294499, 39.9801694917074 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6185, "ADDRESS": "539 W BERKS ST", "OWNER1": "STANFORD BERNARD", "OWNER2": "STANFORD REBECCA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183189500", "LNIADDRESSKEY": "37101", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 153.26171875, "Shape__Length": 63.679639901182803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144429657175195, 39.980162637328299 ], [ -75.144482730294499, 39.9801694917074 ], [ -75.144446407593506, 39.980334509075597 ], [ -75.144389556193204, 39.9803450047932 ], [ -75.144429657175195, 39.980162637328299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6186, "ADDRESS": "543 W BERKS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "183189701", "LNIADDRESSKEY": "37103", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 197.33203125, "Shape__Length": 60.153904145862484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144622996481004, 39.980187609502501 ], [ -75.144600967972394, 39.980305976666202 ], [ -75.144503235356396, 39.980324018425001 ], [ -75.144535866020902, 39.980176355367 ], [ -75.144622996481004, 39.980187609502501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6187, "ADDRESS": "2333 N PHILIP ST", "OWNER1": "SANTIAGO CELINA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191151000", "LNIADDRESSKEY": "482090", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.046875, "Shape__Length": 41.354927245201964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136595188656898, 39.985964272833201 ], [ -75.1364542139804, 39.985947028092902 ], [ -75.136460938991902, 39.9859144954671 ], [ -75.136601913602505, 39.985931740199099 ], [ -75.136595188656898, 39.985964272833201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6188, "ADDRESS": "2337 N PHILIP ST", "OWNER1": "SANTIAGO CELINA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191151200", "LNIADDRESSKEY": "482092", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 75.52734375, "Shape__Length": 41.288756108195571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136581734357605, 39.986029338 ], [ -75.136440759549501, 39.986012093243303 ], [ -75.136441038306302, 39.986010746929097 ], [ -75.136447440760307, 39.9859797860029 ], [ -75.136588415502999, 39.985997030751399 ], [ -75.136581734357605, 39.986029338 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6189, "ADDRESS": "2335 N PHILIP ST", "OWNER1": "SANTIAGO CELINA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191151100", "LNIADDRESSKEY": "482091", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 76.5859375, "Shape__Length": 41.42128234936856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136588415502999, 39.985997030751399 ], [ -75.136447440760307, 39.9859797860029 ], [ -75.136451961707394, 39.9859578814457 ], [ -75.1364542139804, 39.985947028092902 ], [ -75.136595188656898, 39.985964272833201 ], [ -75.136588415502999, 39.985997030751399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6190, "ADDRESS": "620R S 12TH ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "023278335", "LNIADDRESSKEY": "655089", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19147", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 43.19921875, "Shape__Length": 26.644073914845897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162248822561097, 39.942622695585897 ], [ -75.162180238560595, 39.942613827451403 ], [ -75.162188510649003, 39.942575926965198 ], [ -75.162257094612301, 39.942584795094703 ], [ -75.162250889510403, 39.942613219594499 ], [ -75.162248822561097, 39.942622695585897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6191, "ADDRESS": "2019 W STELLA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111058625", "LNIADDRESSKEY": "552850", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 112.3671875, "Shape__Length": 51.629696510316194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163680701713901, 39.999592829916999 ], [ -75.163708938878301, 39.999455156876898 ], [ -75.163757804541603, 39.999461529863297 ], [ -75.163729974328405, 39.999599517300503 ], [ -75.163680701713901, 39.999592829916999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6192, "ADDRESS": "2021 W STELLA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111058725", "LNIADDRESSKEY": "552851", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.23828125, "Shape__Length": 51.845263526945523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163757804541603, 39.999461529863297 ], [ -75.163807886160299, 39.999467929096603 ], [ -75.163779658060307, 39.9996059075796 ], [ -75.163729974328405, 39.999599517300503 ], [ -75.163757804541603, 39.999461529863297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6193, "ADDRESS": "3915 WALLACE ST", "OWNER1": "TUNSTALL CALVIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242219600", "LNIADDRESSKEY": "593545", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.75, "Shape__Length": 91.479199123588302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200742449378694, 39.964312081045499 ], [ -75.200798161117106, 39.964306258359997 ], [ -75.200848514646296, 39.9645749959247 ], [ -75.200791920129305, 39.964580895883898 ], [ -75.200742449378694, 39.964312081045499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6194, "ADDRESS": "1201 S 26TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361394100", "LNIADDRESSKEY": "679263", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.07421875, "Shape__Length": 42.114245282185955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186674122764501, 39.9386197285558 ], [ -75.186683007217795, 39.9385792194918 ], [ -75.186816814593001, 39.938595712709102 ], [ -75.186807906270701, 39.938636313601798 ], [ -75.186674122764501, 39.9386197285558 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6195, "ADDRESS": "1403 N PERTH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202075100", "LNIADDRESSKEY": "481343", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.83203125, "Shape__Length": 49.623412393614799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148622754268004, 39.9733782037613 ], [ -75.148625455481607, 39.973365504294399 ], [ -75.148648903724407, 39.973368529436797 ], [ -75.1486564551236, 39.973332924478598 ], [ -75.148790729043199, 39.973350636961797 ], [ -75.148780850199998, 39.973397402367397 ], [ -75.148622754268004, 39.9733782037613 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6196, "ADDRESS": "4934 SHELDON ST", "OWNER1": "C/O LAZAR ASSOC INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121180000", "LNIADDRESSKEY": "534166", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 198.3671875, "Shape__Length": 90.80986724034338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159137003554093, 40.032201466722498 ], [ -75.159171656339495, 40.032222059514403 ], [ -75.158951460193407, 40.0324437041739 ], [ -75.158916382886304, 40.032423215492599 ], [ -75.159137003554093, 40.032201466722498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6197, "ADDRESS": "2316-18 N 29TH ST", "OWNER1": "RIDGEWOOD GLOBAL INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "282003000", "LNIADDRESSKEY": "682131", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 484.5, "Shape__Length": 109.72860712970532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180255594307098, 39.991566998347601 ], [ -75.180156505465305, 39.991553753772898 ], [ -75.180101226382305, 39.991546374602301 ], [ -75.179918133168101, 39.991521754574201 ], [ -75.179925495612096, 39.991486117768197 ], [ -75.179928033824694, 39.991473874679599 ], [ -75.179934770452604, 39.991447074037801 ], [ -75.179934947248, 39.991446271591897 ], [ -75.180311298850597, 39.991496076762303 ], [ -75.1803060739893, 39.991522863964903 ], [ -75.180315429267296, 39.991523750291996 ], [ -75.180306435061595, 39.991567572308298 ], [ -75.180305130593894, 39.991573797243802 ], [ -75.180255594307098, 39.991566998347601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6198, "ADDRESS": "3607 SEARS ST", "OWNER1": "NANM LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362232305", "LNIADDRESSKEY": "528216", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 104.109375, "Shape__Length": 48.572503247196693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202105944727293, 39.938601507486702 ], [ -75.202154028197697, 39.9386118515013 ], [ -75.202108913229296, 39.938736111551798 ], [ -75.202060829677805, 39.938725767518399 ], [ -75.202105944727293, 39.938601507486702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6199, "ADDRESS": "5223 HAVERFORD AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "441223300", "LNIADDRESSKEY": "336309", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 280.05859375, "Shape__Length": 83.863934083454239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225701227439998, 39.965761718304996 ], [ -75.225829727533906, 39.9655497687897 ], [ -75.225897372788197, 39.965573404571799 ], [ -75.225772783992596, 39.965781055725699 ], [ -75.225701227439998, 39.965761718304996 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6200, "ADDRESS": "2702 WHARTON ST", "OWNER1": "NEIGHBORHOOD GARDENS TRUS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362083010", "LNIADDRESSKEY": "610418", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.390625, "Shape__Length": 59.730672058958007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189060641802101, 39.936851543232898 ], [ -75.189095907784804, 39.936689088095797 ], [ -75.189148666466494, 39.936695874921597 ], [ -75.189113402110607, 39.936858328982296 ], [ -75.189060641802101, 39.936851543232898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6201, "ADDRESS": "2704 WHARTON ST", "OWNER1": "NEIGHBORHOOD GARDENS TRUS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362083105", "LNIADDRESSKEY": "610419", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.38671875, "Shape__Length": 59.730538443241855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189113402110607, 39.936858328982296 ], [ -75.189148667928293, 39.936695874954196 ], [ -75.1892014266205, 39.936702661755803 ], [ -75.189166162387195, 39.936865115832703 ], [ -75.189113402110607, 39.936858328982296 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6202, "ADDRESS": "1514 N MARSTON ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "292083400", "LNIADDRESSKEY": "415516", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 85.0546875, "Shape__Length": 40.077664843735889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180202703132295, 39.978962378676599 ], [ -75.180192026186205, 39.978961026841198 ], [ -75.180200634592893, 39.978919001613299 ], [ -75.180323799509694, 39.9789356069654 ], [ -75.180315668404106, 39.978976626998701 ], [ -75.180202703132295, 39.978962378676599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6203, "ADDRESS": "2221 N 22ND ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162207600", "LNIADDRESSKEY": "674064", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 260.25, "Shape__Length": 92.609420591315697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168931935051802, 39.988497277153897 ], [ -75.169011338908902, 39.988507783439097 ], [ -75.169002107224202, 39.988552162522602 ], [ -75.168923473760799, 39.988541803077403 ], [ -75.168649894982096, 39.9885057638934 ], [ -75.1686596360382, 39.988461202571102 ], [ -75.168931935051802, 39.988497277153897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6204, "ADDRESS": "996-98 N MARSHALL ST", "OWNER1": "YANG SHU", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "141029430", "LNIADDRESSKEY": "413544", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19123", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 272.64453125, "Shape__Length": 81.539117972714465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147582321318595, 39.9696029303784 ], [ -75.147593002594505, 39.969545466746197 ], [ -75.147880555517901, 39.969577113118802 ], [ -75.147869873017598, 39.969634576744397 ], [ -75.147582321318595, 39.9696029303784 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6205, "ADDRESS": "2502 MUTTER ST", "OWNER1": "FOURTH ST ASSOCIATES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192045000", "LNIADDRESSKEY": "444416", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.5078125, "Shape__Length": 46.976490857647853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134001201893099, 39.988390229562803 ], [ -75.134003658658401, 39.988378679236199 ], [ -75.134008102539099, 39.988358001770997 ], [ -75.134009311783601, 39.988358158854901 ], [ -75.134116381678098, 39.988372238164096 ], [ -75.134169012796093, 39.988378547624997 ], [ -75.134174767802605, 39.988379823088003 ], [ -75.134170575465703, 39.988402182196999 ], [ -75.134168806215897, 39.988410557442698 ], [ -75.134001201893099, 39.988390229562803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6206, "ADDRESS": "1220 W VENANGO ST", "OWNER1": "BCM INVESTMENTS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432032100", "LNIADDRESSKEY": "587687", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.21875, "Shape__Length": 47.144836773188231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148556880002403, 40.007213569495597 ], [ -75.148582671962799, 40.007091901337901 ], [ -75.148633572466494, 40.007098374077302 ], [ -75.148631908829799, 40.007105670680403 ], [ -75.148606043353396, 40.007219971346998 ], [ -75.148556880002403, 40.007213569495597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6207, "ADDRESS": "206 E PRICE ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591057100", "LNIADDRESSKEY": "489999", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1220.34375, "Shape__Length": 149.65871102983459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172979906513504, 40.038428182196903 ], [ -75.173117812734006, 40.0385139056431 ], [ -75.173335092465095, 40.038646190885899 ], [ -75.173224304318097, 40.038753158089001 ], [ -75.173210154184403, 40.038766816452402 ], [ -75.173200988199497, 40.038775670487802 ], [ -75.172844340417797, 40.038558644481697 ], [ -75.172979906513504, 40.038428182196903 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6208, "ADDRESS": "228 E PRICE ST", "OWNER1": "MCCLEARY PAUL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "591057615", "LNIADDRESSKEY": "490007", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1159.85546875, "Shape__Length": 146.89291157915579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172341911939697, 40.0390452352894 ], [ -75.172467446148701, 40.038923827726897 ], [ -75.172477434541904, 40.038929741754401 ], [ -75.172555210130199, 40.038975848311999 ], [ -75.172821625538305, 40.039138542466802 ], [ -75.172824576854396, 40.0391403498896 ], [ -75.172697905343298, 40.039263467889199 ], [ -75.172461929766698, 40.0391209454068 ], [ -75.172341300399594, 40.039045827495599 ], [ -75.172341911939697, 40.0390452352894 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6209, "ADDRESS": "2419 N ORIANNA ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191197500", "LNIADDRESSKEY": "461665", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 87.89453125, "Shape__Length": 45.42964850446856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138506306816495, 39.9877948929567 ], [ -75.138513741442694, 39.987761210678201 ], [ -75.138670954114204, 39.987780923873999 ], [ -75.138664173823997, 39.987814459990403 ], [ -75.138506306816495, 39.9877948929567 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6210, "ADDRESS": "6144 UPLAND ST", "OWNER1": "WYNDER DANA", "OWNER2": "WYNDER JEAN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401304500", "LNIADDRESSKEY": "583915", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 137.83984375, "Shape__Length": 60.623182110670449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232027458694105, 39.929632733802798 ], [ -75.232064918946804, 39.929606636777201 ], [ -75.232130888320697, 39.929661649472997 ], [ -75.232142384189899, 39.929671235074998 ], [ -75.232215369659599, 39.929731819006001 ], [ -75.232178819393496, 39.929757598186299 ], [ -75.232027458694105, 39.929632733802798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6211, "ADDRESS": "6136 UPLAND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401304101", "LNIADDRESSKEY": "583907", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 132.53515625, "Shape__Length": 60.006077183188076 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231919001054607, 39.929710675095698 ], [ -75.232069212616494, 39.9298349670363 ], [ -75.232033478340298, 39.929860198713499 ], [ -75.231883346570697, 39.929735490640802 ], [ -75.231919001054607, 39.929710675095698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6212, "ADDRESS": "2358 N BODINE ST", "OWNER1": "BOYER WILLIAM", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191166200", "LNIADDRESSKEY": "41815", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 106.03515625, "Shape__Length": 50.700266507869628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137940649476604, 39.9867331126312 ], [ -75.137948366226397, 39.986697124553899 ], [ -75.138125909870396, 39.986721048389299 ], [ -75.138118199193002, 39.9867568428946 ], [ -75.137940649476604, 39.9867331126312 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6213, "ADDRESS": "2364 N BODINE ST", "OWNER1": "R + B REALTY INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191166500", "LNIADDRESSKEY": "41818", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.765625, "Shape__Length": 51.54798945357831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138035375351095, 39.986863317357198 ], [ -75.137976691512193, 39.986855845860198 ], [ -75.137916059152303, 39.9868475674959 ], [ -75.137925122877704, 39.986808346118003 ], [ -75.138101989110396, 39.986831807434001 ], [ -75.138094177913302, 39.986870405212002 ], [ -75.138035375351095, 39.986863317357198 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6214, "ADDRESS": "2745 W STERNER ST", "OWNER1": "GELLER MORRIS B", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281397600", "LNIADDRESSKEY": "553744", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.02734375, "Shape__Length": 48.034830351974463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176575876942806, 39.997452964899203 ], [ -75.176602733459106, 39.997327203492901 ], [ -75.176650539506198, 39.997333353528298 ], [ -75.176624254656602, 39.997460029897098 ], [ -75.176575876942806, 39.997452964899203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6215, "ADDRESS": "2722 N 28TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281117100", "LNIADDRESSKEY": "681068", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 149.28515625, "Shape__Length": 62.143595854720687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176907734662507, 39.9974609683523 ], [ -75.176912965288096, 39.997435197289199 ], [ -75.176915567048297, 39.997420215476097 ], [ -75.177138662155102, 39.997449927368102 ], [ -75.177135877479202, 39.9974642113066 ], [ -75.177129644782895, 39.997489879953399 ], [ -75.176907734662507, 39.9974609683523 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6216, "ADDRESS": "1300 W ERIE AVE", "OWNER1": "MOORE ERNEST", "OWNER2": "MOORE JOHN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432057700", "LNIADDRESSKEY": "138905", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 245.25, "Shape__Length": 91.846571899203241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149233255874293, 40.0085535958778 ], [ -75.149288201577093, 40.0085605608894 ], [ -75.149229917918206, 40.008830056592402 ], [ -75.149175358071702, 40.008823871796501 ], [ -75.149233255874293, 40.0085535958778 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6217, "ADDRESS": "3517 N 16TH ST", "OWNER1": "RESIDENCES AT N 16TH LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112199100", "LNIADDRESSKEY": "660875", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 398.56640625, "Shape__Length": 100.12950095457596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154560387699803, 40.0071512379007 ], [ -75.154570246885996, 40.007106083281201 ], [ -75.154575178152399, 40.007083481231 ], [ -75.1549290770743, 40.007128106454303 ], [ -75.154915413594594, 40.0071970802313 ], [ -75.154813409025095, 40.007182878807697 ], [ -75.154722173751296, 40.007171014478203 ], [ -75.154560387699803, 40.0071512379007 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6218, "ADDRESS": "315 W BERKS ST", "OWNER1": "CLAUS JESSIE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183186000", "LNIADDRESSKEY": "37047", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.8359375, "Shape__Length": 76.216538665955483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140580675879804, 39.979875329676702 ], [ -75.140629907485703, 39.979661263453103 ], [ -75.140688116410104, 39.979669470780998 ], [ -75.140638378258004, 39.979883122300301 ], [ -75.140580675879804, 39.979875329676702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6219, "ADDRESS": "2731 N ORKNEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "192188601", "LNIADDRESSKEY": "462581", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 79.953125, "Shape__Length": 38.764491942322685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139467225290005, 39.992821744434004 ], [ -75.139466001262306, 39.992827987713802 ], [ -75.139459280719606, 39.992862137928398 ], [ -75.139340326189298, 39.992847326076699 ], [ -75.139340138064497, 39.992847306030001 ], [ -75.139346898040998, 39.992813769413402 ], [ -75.139348323769198, 39.992806660108897 ], [ -75.139348907933197, 39.992806738719501 ], [ -75.139467225290005, 39.992821744434004 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6220, "ADDRESS": "1020 W ORLEANS ST", "OWNER1": "YOUR OWN UNITED REAL ESTA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372400400", "LNIADDRESSKEY": "463142", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.2421875, "Shape__Length": 46.860201904976051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147538221003899, 39.996934735350202 ], [ -75.147565756402003, 39.996812380500202 ], [ -75.147613275499296, 39.996819341474001 ], [ -75.147587537966899, 39.996940753854801 ], [ -75.147555453771702, 39.996936803066198 ], [ -75.147538221003899, 39.996934735350202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6221, "ADDRESS": "2808 KENSINGTON AVE", "OWNER1": "E VENANGO LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "071564600", "LNIADDRESSKEY": "368634", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2.5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 185.8828125, "Shape__Length": 76.953582492571243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122111853418104, 39.991831345843202 ], [ -75.122160877282894, 39.991805518481698 ], [ -75.122388990110196, 39.991911637889203 ], [ -75.122380487309997, 39.991952081851402 ], [ -75.122111853418104, 39.991831345843202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6222, "ADDRESS": "7016 1/2 GREENWAY AVE", "OWNER1": "JANES FRANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403273200", "LNIADDRESSKEY": "325705", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 299.0234375, "Shape__Length": 104.94182856675438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242962521493794, 39.920946411099102 ], [ -75.242994683327794, 39.920923689580597 ], [ -75.243232356350504, 39.921124063553101 ], [ -75.243181024879704, 39.921161482468101 ], [ -75.243047634113395, 39.921152166855002 ], [ -75.243091890056505, 39.921015958153802 ], [ -75.242963363972706, 39.9209468484813 ], [ -75.242962521493794, 39.920946411099102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6223, "ADDRESS": "3737 HAVERFORD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242049800", "LNIADDRESSKEY": "336001", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.68359375, "Shape__Length": 70.554635729668888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197254118067704, 39.963522113738897 ], [ -75.197334278947395, 39.963513468075703 ], [ -75.1973669279392, 39.963692122924598 ], [ -75.197285755128803, 39.963700972478797 ], [ -75.197254118067704, 39.963522113738897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6224, "ADDRESS": "3733 HAVERFORD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242049610", "LNIADDRESSKEY": "335998", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 336.9296875, "Shape__Length": 96.806502038911006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197084731352604, 39.9635409770544 ], [ -75.197161040845103, 39.963532230047697 ], [ -75.197191846931204, 39.963712552484999 ], [ -75.197198536374898, 39.963752501023599 ], [ -75.197205731827495, 39.963792928217103 ], [ -75.197207848210297, 39.963806289926097 ], [ -75.197133963282198, 39.9638123991611 ], [ -75.197084731352604, 39.9635409770544 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6225, "ADDRESS": "3827 FAIRMOUNT AVE", "OWNER1": "COMMONWEALTH IMPROVEMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "243013100", "LNIADDRESSKEY": "283590", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 237.44921875, "Shape__Length": 84.799335804494632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198716765142606, 39.9659330873627 ], [ -75.198671835212494, 39.965704204790299 ], [ -75.198731490347996, 39.965697165432402 ], [ -75.198777950147601, 39.965941089371597 ], [ -75.198733337935394, 39.965945849202598 ], [ -75.198719560854698, 39.965947350504798 ], [ -75.198718542571996, 39.965942154963102 ], [ -75.198716765142606, 39.9659330873627 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6226, "ADDRESS": "1675 ORTHODOX ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "232101000", "LNIADDRESSKEY": "463636", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 251.09375, "Shape__Length": 92.300749117744544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.083427464026201, 40.013741473844803 ], [ -75.0832274172149, 40.013968841865903 ], [ -75.083180228021007, 40.013944296281501 ], [ -75.083380995070399, 40.013717314494002 ], [ -75.083427464026201, 40.013741473844803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6227, "ADDRESS": "3747 N 16TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131172305", "LNIADDRESSKEY": "660962", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.12890625, "Shape__Length": 88.651965266053793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153755577495104, 40.01088981014 ], [ -75.153764087873796, 40.010850347661297 ], [ -75.154105010096302, 40.010894390969497 ], [ -75.154098029439396, 40.010933306899197 ], [ -75.153755577495104, 40.01088981014 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6228, "ADDRESS": "5116 W STILES ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442098800", "LNIADDRESSKEY": "555244", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 205.6953125, "Shape__Length": 83.998301474357163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224251099115193, 39.972195605679701 ], [ -75.224301564186703, 39.972190687647299 ], [ -75.22432897214, 39.972339912801303 ], [ -75.224331904103394, 39.972359126923401 ], [ -75.224347867736398, 39.972438045321098 ], [ -75.224297467903895, 39.972443447974101 ], [ -75.224282481095003, 39.9723675502661 ], [ -75.224251099115193, 39.972195605679701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6229, "ADDRESS": "5112 W STILES ST", "OWNER1": "TURF WIZARD LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442098600", "LNIADDRESSKEY": "555241", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 200.74609375, "Shape__Length": 83.885537923526925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224182375914907, 39.972367554294102 ], [ -75.224151470870495, 39.972205937728297 ], [ -75.224200236929406, 39.972201046537897 ], [ -75.224232819384298, 39.972372275367597 ], [ -75.224247439047701, 39.972448439806399 ], [ -75.224194934894498, 39.972452958168397 ], [ -75.224182375914907, 39.972367554294102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6230, "ADDRESS": "1915 S REDFIELD ST", "OWNER1": "MORRISON JOSEPHINE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401061300", "LNIADDRESSKEY": "497370", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 139.79296875, "Shape__Length": 60.768414895563041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230002957657604, 39.934114960183599 ], [ -75.230166280717, 39.933999264632398 ], [ -75.230200964578501, 39.934028961089702 ], [ -75.230036275871797, 39.934143096114298 ], [ -75.230002957657604, 39.934114960183599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6231, "ADDRESS": "1917 S REDFIELD ST", "OWNER1": "CLARK MAURICE J", "OWNER2": "BREDNA D H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401061400", "LNIADDRESSKEY": "497372", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.93359375, "Shape__Length": 60.450083378000201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229968993830894, 39.934086165843297 ], [ -75.230133679508697, 39.9339721119388 ], [ -75.230166280717, 39.933999264632398 ], [ -75.230002957657604, 39.934114960183599 ], [ -75.229968993830894, 39.934086165843297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6232, "ADDRESS": "1666 KINSEY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND IND < ACRE", "OPA_ID": "885299260", "LNIADDRESSKEY": "372812", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1029.03515625, "Shape__Length": 203.2121031995909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.085113182284402, 40.012344107153801 ], [ -75.085191927382198, 40.012375488899799 ], [ -75.084839434683602, 40.012929745607799 ], [ -75.084828538647997, 40.0129477567367 ], [ -75.084772377044601, 40.0128686889135 ], [ -75.084767430122199, 40.0128617228062 ], [ -75.085087215073301, 40.012354071372002 ], [ -75.085093706594407, 40.012356913897101 ], [ -75.085102714865897, 40.012360830757899 ], [ -75.085113182284402, 40.012344107153801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6233, "ADDRESS": "7008 UPLAND ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403260601", "LNIADDRESSKEY": "584065", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 222.19921875, "Shape__Length": 84.570012517034186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243550218520696, 39.921846183640596 ], [ -75.243489121272006, 39.921794748364597 ], [ -75.243426472570803, 39.921741635952202 ], [ -75.243422229387306, 39.921738060856299 ], [ -75.243391609836607, 39.921712245905297 ], [ -75.243432305583298, 39.921683926434497 ], [ -75.243460897446099, 39.9217085212535 ], [ -75.243461855320803, 39.921708090569297 ], [ -75.243650427142796, 39.921868039350798 ], [ -75.243610186154299, 39.921896481463698 ], [ -75.243550218520696, 39.921846183640596 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6234, "ADDRESS": "4635 GERMANTOWN AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121145605", "LNIADDRESSKEY": "309959", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 410.05078125, "Shape__Length": 109.99682587388467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159440244421702, 40.025439508543798 ], [ -75.1594367460862, 40.025416361375903 ], [ -75.159433650170598, 40.025395836230999 ], [ -75.159461459540395, 40.025404490484298 ], [ -75.159663451400306, 40.0254306475859 ], [ -75.159826546225602, 40.025421141061003 ], [ -75.159837413612706, 40.025505596204397 ], [ -75.159831443680702, 40.0255065574135 ], [ -75.159830029518403, 40.025506799200699 ], [ -75.159817138755997, 40.025508878120903 ], [ -75.159451340372598, 40.0254603110142 ], [ -75.159449133119296, 40.025457150466302 ], [ -75.159445415095306, 40.025451811420901 ], [ -75.159440244421702, 40.025439508543798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6235, "ADDRESS": "4633 GERMANTOWN AVE", "OWNER1": "WILSON DRAKE DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "121145500", "LNIADDRESSKEY": "309958", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 290.34375, "Shape__Length": 99.926404771079802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159433650170598, 40.025395836230999 ], [ -75.159437948857999, 40.025361242976402 ], [ -75.159607212256105, 40.025381841442503 ], [ -75.159821020245104, 40.025369239569201 ], [ -75.159826546225602, 40.025421141061003 ], [ -75.159663451400306, 40.0254306475859 ], [ -75.159461459540395, 40.025404490484298 ], [ -75.159433650170598, 40.025395836230999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6236, "ADDRESS": "6063 REINHARD ST", "OWNER1": "LOTIM 01 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401273600", "LNIADDRESSKEY": "500489", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 154.98828125, "Shape__Length": 60.65357677198989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231166083886805, 39.9312596663843 ], [ -75.231209103561596, 39.931229371437801 ], [ -75.231351296381106, 39.931352308971 ], [ -75.231307773415907, 39.931382288831003 ], [ -75.231166083886805, 39.9312596663843 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6237, "ADDRESS": "6083 REINHARD ST", "OWNER1": "NICHOLSON PAUL", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401274600", "LNIADDRESSKEY": "500510", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.0, "Shape__Length": 59.607509930568803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2315771143749, 39.930972869171498 ], [ -75.231616504926706, 39.930945040825598 ], [ -75.231760047133804, 39.931066268558197 ], [ -75.231718854659505, 39.931094717365298 ], [ -75.2315771143749, 39.930972869171498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6238, "ADDRESS": "6087 REINHARD ST", "OWNER1": "FELLOWSHIP OF INTERCESSOR", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401274800", "LNIADDRESSKEY": "500514", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 143.48828125, "Shape__Length": 59.541511578063549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231657697778104, 39.930916027815201 ], [ -75.231666499034404, 39.930910176525302 ], [ -75.231698849017405, 39.930888689731198 ], [ -75.231729970963798, 39.930915035785802 ], [ -75.231841527672202, 39.931009495202296 ], [ -75.231801256876196, 39.931037352724204 ], [ -75.231657697778104, 39.930916027815201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6239, "ADDRESS": "1930 W BUTLER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131082205", "LNIADDRESSKEY": "57928", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 125.36328125, "Shape__Length": 54.292838441448581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159747331049303, 40.011806810691901 ], [ -75.159849671253397, 40.011940448167699 ], [ -75.159720541095496, 40.011923252787398 ], [ -75.159747331049303, 40.011806810691901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6240, "ADDRESS": "1926 W BUTLER ST", "OWNER1": "STEPHENS JON", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131082000", "LNIADDRESSKEY": "57925", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 103.5390625, "Shape__Length": 48.899541866918653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159649355425103, 40.011789576987098 ], [ -75.159671604426606, 40.011778940134803 ], [ -75.159699712517806, 40.011783458778801 ], [ -75.159668229202794, 40.0119163015924 ], [ -75.159620714077207, 40.011910007087998 ], [ -75.159649355425103, 40.011789576987098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6241, "ADDRESS": "4434 ELIZABETH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "234248910", "LNIADDRESSKEY": "132572", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19124", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 284.26953125, "Shape__Length": 106.45860597710748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.090124632558002, 40.015143630818798 ], [ -75.090157049734401, 40.015110336100797 ], [ -75.090507386967502, 40.015311073844202 ], [ -75.090460672798898, 40.015320714162002 ], [ -75.090438144574705, 40.015325072584297 ], [ -75.090124632558002, 40.015143630818798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6242, "ADDRESS": "5844 BEAUMONT ST", "OWNER1": "JONAS CHRYSTAL J TR", "OWNER2": "STEPHANS CORTLANT G TR", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034076100", "LNIADDRESSKEY": "32009", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 241.14453125, "Shape__Length": 88.44729933226067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232475550133699, 39.937535562666 ], [ -75.232517292058205, 39.9375059644129 ], [ -75.232554449646699, 39.937536811356502 ], [ -75.2325937149797, 39.937568977208599 ], [ -75.232632152070195, 39.937600318475504 ], [ -75.2326715839679, 39.937633084865404 ], [ -75.232709976527303, 39.937665037804699 ], [ -75.232717574075295, 39.9376713628684 ], [ -75.232737104418007, 39.937687958778099 ], [ -75.232748336779395, 39.937696797433297 ], [ -75.232706834570493, 39.937727270493703 ], [ -75.232692941496396, 39.937715650174198 ], [ -75.232646060231005, 39.9376765462099 ], [ -75.232570662922498, 39.937614121339898 ], [ -75.232496226127296, 39.937553457550202 ], [ -75.232475550133699, 39.937535562666 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6243, "ADDRESS": "857 N ORKNEY ST", "OWNER1": "PHILLIPS DONALD J M", "OWNER2": "MARCUS SHELLEY JOAN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "056223110", "LNIADDRESSKEY": "462234", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19123", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 90.9375, "Shape__Length": 42.770258303657506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145381145386494, 39.965356505670599 ], [ -75.145391555629004, 39.965317748025299 ], [ -75.145446582961299, 39.9653255577431 ], [ -75.145528271573895, 39.965335778061103 ], [ -75.145518689792894, 39.9653764083751 ], [ -75.145437922291606, 39.965365144629097 ], [ -75.145381145386494, 39.965356505670599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6244, "ADDRESS": "2121 W HUNTING PARK AVE", "OWNER1": "JENKINS THOMAS", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131114800", "LNIADDRESSKEY": "353198", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 794.9375, "Shape__Length": 169.31918726690995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164044356798101, 40.011360773266297 ], [ -75.164126790232501, 40.011322652978002 ], [ -75.164337063090699, 40.011591607750603 ], [ -75.164467055583998, 40.011759537942702 ], [ -75.164384828640294, 40.011797727329601 ], [ -75.164044356798101, 40.011360773266297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6245, "ADDRESS": "2119 W HUNTING PARK AVE", "OWNER1": "L&M INVESTMENT GROUP LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131114700", "LNIADDRESSKEY": "353197", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 794.21484375, "Shape__Length": 169.21583373061108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163962508646605, 40.0113989066801 ], [ -75.164044356798101, 40.011360773266297 ], [ -75.164384828640294, 40.011797727329601 ], [ -75.164300634588699, 40.011835260795799 ], [ -75.163962508646605, 40.0113989066801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6246, "ADDRESS": "2123 W HUNTING PARK AVE", "OWNER1": "MENDELSOHN SCOTT", "OWNER2": null, "BLDG_DESC": "VAC LAND COMM. < ACRE", "OPA_ID": "131114900", "LNIADDRESSKEY": "353199", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 494.3671875, "Shape__Length": 112.83601178898451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164126790232501, 40.011322652978002 ], [ -75.164210814720803, 40.011283519909497 ], [ -75.164419632268604, 40.011553233517702 ], [ -75.164337061584305, 40.011591608842998 ], [ -75.164126790232501, 40.011322652978002 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6247, "ADDRESS": "3333 N 20TH ST", "OWNER1": "DAVIS WILLIAM J", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112282200", "LNIADDRESSKEY": "670454", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 275.16015625, "Shape__Length": 92.140483293098043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161450058940503, 40.005241979327202 ], [ -75.161459591341398, 40.005193206033901 ], [ -75.161468973268796, 40.0051945134325 ], [ -75.161804810372104, 40.005240997795703 ], [ -75.1617949834162, 40.0052881685477 ], [ -75.1614588188705, 40.005243160074897 ], [ -75.161450058940503, 40.005241979327202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6248, "ADDRESS": "3329 N 20TH ST", "OWNER1": "CROSTON STEPHEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112282000", "LNIADDRESSKEY": "670450", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 249.87109375, "Shape__Length": 90.850225201842377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161469655834594, 40.0051496830175 ], [ -75.161479224129906, 40.005106536249201 ], [ -75.161824487738301, 40.005153185803202 ], [ -75.161814666361394, 40.005196906918599 ], [ -75.161469655834594, 40.0051496830175 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6249, "ADDRESS": "4155 W GIRARD AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062179200", "LNIADDRESSKEY": "314478", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 294.359375, "Shape__Length": 105.2016868190959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2093586252075, 39.973709939554197 ], [ -75.209414661391506, 39.973703491267401 ], [ -75.209473831794, 39.974018762331603 ], [ -75.209424444678803, 39.974023907246902 ], [ -75.2094166363959, 39.974024847112403 ], [ -75.2093586252075, 39.973709939554197 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6250, "ADDRESS": "2612 CECIL B MOORE AVE", "OWNER1": "2612 2614 CECIL B MOORE AVENUE OWNER LLC", "OWNER2": null, "BLDG_DESC": "APT 2-4 UNTS 4STY MASONR", "OPA_ID": "324037400", "LNIADDRESSKEY": "71822", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 227.20703125, "Shape__Length": 75.468093541867347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177760743064795, 39.9811794124901 ], [ -75.177774358486502, 39.981107049943297 ], [ -75.177802347635804, 39.980973882674803 ], [ -75.177869204464301, 39.980981797447797 ], [ -75.177825874467601, 39.981188126552198 ], [ -75.177760743064795, 39.9811794124901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6251, "ADDRESS": "2725 OAKFORD ST", "OWNER1": "DAMIEN BREEN CONSTUCTION", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "362045600", "LNIADDRESSKEY": "454669", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19146", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 107.68359375, "Shape__Length": 50.002326460768643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189477795580103, 39.938313964196702 ], [ -75.189506075487003, 39.938181398250599 ], [ -75.189555252615094, 39.938187863884202 ], [ -75.189526654800403, 39.938319938450697 ], [ -75.189477795580103, 39.938313964196702 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6252, "ADDRESS": "1521 W DAUPHIN ST", "OWNER1": "ADVOCATE COMMUNITY DEV", "OWNER2": "CORP A PA NON PROFIT", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161267600", "LNIADDRESSKEY": "110616", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.64453125, "Shape__Length": 66.776863258958059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158080890727902, 39.988429726711203 ], [ -75.158125973943697, 39.988240159368601 ], [ -75.158173550221406, 39.988246601543899 ], [ -75.158128418827602, 39.988436360406702 ], [ -75.158080890727902, 39.988429726711203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6253, "ADDRESS": "1926R-28 W BUTLER ST", "OWNER1": "EMIL SCHURGOT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131082001", "LNIADDRESSKEY": "57926", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 12.48046875, "Shape__Length": 16.867919091607416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159711067790099, 40.011760019364999 ], [ -75.159733133871498, 40.0117877267419 ], [ -75.159699712517806, 40.011783458778801 ], [ -75.159671605070699, 40.0117789232552 ], [ -75.159711067790099, 40.011760019364999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6254, "ADDRESS": "2243 W THOMPSON ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291044410", "LNIADDRESSKEY": "570256", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.30859375, "Shape__Length": 68.244018474864461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173390203909705, 39.975327524380397 ], [ -75.173349713977103, 39.975322265597399 ], [ -75.173335286476004, 39.975320391902898 ], [ -75.173374772124305, 39.9751306139962 ], [ -75.173429834704393, 39.975137813914301 ], [ -75.173390203909705, 39.975327524380397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6255, "ADDRESS": "7014 GREENWAY AVE", "OWNER1": "JANES FRANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "403273005", "LNIADDRESSKEY": "325703", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1884.94140625, "Shape__Length": 179.52547470544624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243047631148798, 39.921152167916397 ], [ -75.243003097864801, 39.921284826256702 ], [ -75.242960249200294, 39.921314529956 ], [ -75.242916442783397, 39.9213483088418 ], [ -75.242903490683105, 39.9213373556316 ], [ -75.242858504602495, 39.9212997646435 ], [ -75.242773786349403, 39.921227486067799 ], [ -75.242735758020004, 39.9211948663554 ], [ -75.242776876634196, 39.921167573360897 ], [ -75.242738847456295, 39.921134937862902 ], [ -75.242702520337701, 39.921104419738903 ], [ -75.242667052911202, 39.921074983574002 ], [ -75.242631612827296, 39.921044806928002 ], [ -75.242853199610195, 39.920889038789198 ], [ -75.242962521493794, 39.920946411099102 ], [ -75.242963363972706, 39.9209468484813 ], [ -75.243091890056505, 39.921015958153802 ], [ -75.243047631148798, 39.921152167916397 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6256, "ADDRESS": "3238 N 16TH ST", "OWNER1": "TIOGA AND TEMPLE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112201300", "LNIADDRESSKEY": "660775", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-3", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 517.83984375, "Shape__Length": 123.80022098087846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155898158878202, 40.003551446270897 ], [ -75.155912852489905, 40.003483753729299 ], [ -75.156372912568003, 40.0035428079307 ], [ -75.156358220951404, 40.003610498313499 ], [ -75.155898158878202, 40.003551446270897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6257, "ADDRESS": "1850 N 22ND ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "322091800", "LNIADDRESSKEY": "673975", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 276.2890625, "Shape__Length": 93.416752045538374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170392491449306, 39.983179047621299 ], [ -75.170402802134902, 39.983131580831497 ], [ -75.170594059650298, 39.9831596392645 ], [ -75.170753857024394, 39.983181801640001 ], [ -75.1707435637137, 39.983228817213302 ], [ -75.170633346912595, 39.983213799183602 ], [ -75.170392491449306, 39.983179047621299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6258, "ADDRESS": "8504 LUTHER PL", "OWNER1": "HARLAN JAMES M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "405221700", "LNIADDRESSKEY": "403272", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19153", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 3225.6640625, "Shape__Length": 241.02773664498994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.247285064300897, 39.892345846694099 ], [ -75.247581535901105, 39.8925014725463 ], [ -75.247417865117598, 39.892683594690602 ], [ -75.247170448650607, 39.892958879589798 ], [ -75.246874237671705, 39.892799599232603 ], [ -75.247285064300897, 39.892345846694099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6259, "ADDRESS": "440 W NORRIS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "183200601", "LNIADDRESSKEY": "452227", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.234375, "Shape__Length": 58.678408440894003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142169326190498, 39.981240160805001 ], [ -75.142201395851103, 39.981083269210004 ], [ -75.1422572954028, 39.981090535726203 ], [ -75.1422252236719, 39.981246912577902 ], [ -75.142169326190498, 39.981240160805001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6260, "ADDRESS": "2800 W DAUPHIN ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "HEALTH FAC.MED.CENT MASON", "OPA_ID": "784086450", "LNIADDRESSKEY": "110738", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 9625.5, "Shape__Length": 513.62744663887861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179465087538901, 39.990861565102698 ], [ -75.178375152811896, 39.990718735156001 ], [ -75.178419209282097, 39.990514372774797 ], [ -75.178642271641493, 39.990543823597697 ], [ -75.1786408498469, 39.990551480749197 ], [ -75.178752931624501, 39.990566323074397 ], [ -75.178754262687306, 39.9905588576067 ], [ -75.178810764864494, 39.990566006931601 ], [ -75.178821183344496, 39.9905161080627 ], [ -75.178832403335605, 39.990463873256402 ], [ -75.178875054737901, 39.990263708378599 ], [ -75.178907172695702, 39.990113072627302 ], [ -75.179538818999703, 39.990195955862902 ], [ -75.179499355275894, 39.990373195156302 ], [ -75.179482971952993, 39.990448897214399 ], [ -75.179461278050695, 39.990548111600098 ], [ -75.179848340410004, 39.990599947912301 ], [ -75.179805031107804, 39.990802942172998 ], [ -75.179486378751506, 39.990763050116698 ], [ -75.179465087538901, 39.990861565102698 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6261, "ADDRESS": "2710 W STERNER ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "281387801", "LNIADDRESSKEY": "553709", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 97.96875, "Shape__Length": 46.570208723049433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175783504595401, 39.997135370002901 ], [ -75.175808915054702, 39.9970146073465 ], [ -75.175857607241994, 39.997021131237503 ], [ -75.1758323847029, 39.9971418834754 ], [ -75.175783504595401, 39.997135370002901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6262, "ADDRESS": "2247-49 N REESE ST", "OWNER1": "POLITIS CONSTANTINE", "OWNER2": "POLITIS KATHLEEN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191322500", "LNIADDRESSKEY": "498783", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 260.79296875, "Shape__Length": 67.426289178387051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142023822714805, 39.985651450018601 ], [ -75.142037938386295, 39.9856074562503 ], [ -75.142045016694098, 39.985569961123097 ], [ -75.142046141709201, 39.985570099314799 ], [ -75.142084816906504, 39.985574185772599 ], [ -75.142115306921994, 39.985578554760302 ], [ -75.142234648653499, 39.985594403357901 ], [ -75.142216624185096, 39.985676899110601 ], [ -75.142023822714805, 39.985651450018601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6263, "ADDRESS": "946 N 43RD ST", "OWNER1": "BARBOUR ANTHONY EST OF", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "062318200", "LNIADDRESSKEY": "687432", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 178.09765625, "Shape__Length": 70.873145205976712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210464002660302, 39.971049415424602 ], [ -75.210711031147198, 39.971021449459897 ], [ -75.210724981554705, 39.9710198728257 ], [ -75.210732674863806, 39.971061196345602 ], [ -75.210718579020394, 39.971062786656397 ], [ -75.210471591380994, 39.971090752418299 ], [ -75.210464002660302, 39.971049415424602 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6264, "ADDRESS": "1960 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202139600", "LNIADDRESSKEY": "108553", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 82.578125, "Shape__Length": 44.168568096700128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148059373839303, 39.981801443098 ], [ -75.1480662481857, 39.981769059725302 ], [ -75.148219883159797, 39.981788840043997 ], [ -75.148212511922793, 39.981821202022999 ], [ -75.148207510543699, 39.9818205559097 ], [ -75.148158243808297, 39.981814199550499 ], [ -75.148059373839303, 39.981801443098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6265, "ADDRESS": "5523 BEAUMONT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513279500", "LNIADDRESSKEY": "31881", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.5546875, "Shape__Length": 63.457269341326196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228431237254696, 39.941378556839801 ], [ -75.228296911402495, 39.941265297918299 ], [ -75.228341394913301, 39.941234165479798 ], [ -75.228492891508793, 39.941362116429801 ], [ -75.228461168388904, 39.941383502477798 ], [ -75.228447890105798, 39.941392576434801 ], [ -75.228431237254696, 39.941378556839801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6266, "ADDRESS": "5525 BEAUMONT ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "513279610", "LNIADDRESSKEY": "31883", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 157.52734375, "Shape__Length": 62.694628393086745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228341394913301, 39.941234165479798 ], [ -75.2283844298573, 39.941204807678602 ], [ -75.228516494176006, 39.941318645225998 ], [ -75.228533885167494, 39.941333631587902 ], [ -75.228510195767001, 39.9413501013697 ], [ -75.228492891508793, 39.941362116429801 ], [ -75.228341394913301, 39.941234165479798 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6267, "ADDRESS": "3958 MELON ST", "OWNER1": "V2 PROPERTIES ENTITY 3 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242223000", "LNIADDRESSKEY": "425868", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 189.25390625, "Shape__Length": 73.942938109934687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202032142024805, 39.964407545068802 ], [ -75.202085830366997, 39.964402595849798 ], [ -75.202095183243699, 39.964455434618301 ], [ -75.202105172955299, 39.964510221308899 ], [ -75.202114659370096, 39.9645661737596 ], [ -75.202122301074198, 39.964608753751897 ], [ -75.202122976958194, 39.964612509057098 ], [ -75.202067339409794, 39.964618575055098 ], [ -75.202032963164896, 39.964411915157498 ], [ -75.202032142024805, 39.964407545068802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6268, "ADDRESS": "3954 MELON ST", "OWNER1": "MELON2018 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "242222800", "LNIADDRESSKEY": "425864", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 188.58203125, "Shape__Length": 73.959923488952228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201925618716899, 39.964419236236999 ], [ -75.201979758242004, 39.964413458026499 ], [ -75.202015613827001, 39.964624261630398 ], [ -75.201961014731694, 39.964629995867803 ], [ -75.201959407768499, 39.964620353216198 ], [ -75.201925618716899, 39.964419236236999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6269, "ADDRESS": "5901 ARCH ST", "OWNER1": "JEAN LESLY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "042038500", "LNIADDRESSKEY": "19697", "COUNCILDISTRICT": "4", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19139", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.37890625, "Shape__Length": 68.234817395015185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238507519313401, 39.963583088993097 ], [ -75.238511098567201, 39.963565016812197 ], [ -75.238549201669699, 39.963391115419697 ], [ -75.238601211146701, 39.963397460468201 ], [ -75.238559747589505, 39.963589180936999 ], [ -75.238507519313401, 39.963583088993097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6270, "ADDRESS": "771 PALLAS ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061290110", "LNIADDRESSKEY": "468919", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 168.37109375, "Shape__Length": 69.909799448629201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210301271949803, 39.966233242768801 ], [ -75.210562362314406, 39.966211972359602 ], [ -75.210566767962902, 39.966241537146999 ], [ -75.210567145463401, 39.966251055581402 ], [ -75.210306658293504, 39.966272983572701 ], [ -75.210304671938601, 39.966262219929902 ], [ -75.210301271949803, 39.966233242768801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6271, "ADDRESS": "769 PALLAS ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061290010", "LNIADDRESSKEY": "468918", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.48828125, "Shape__Length": 69.700072413382202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210301273664697, 39.966233236049199 ], [ -75.210295607913906, 39.9661954487405 ], [ -75.210558020952206, 39.966173796538797 ], [ -75.210562372551806, 39.966211972586201 ], [ -75.210301273664697, 39.966233236049199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6272, "ADDRESS": "767 PALLAS ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061289910", "LNIADDRESSKEY": "468917", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 166.59765625, "Shape__Length": 70.050429080841326 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210290732117301, 39.966156538022297 ], [ -75.210552567515705, 39.966134946257 ], [ -75.210558028054294, 39.966173802327297 ], [ -75.210295605115206, 39.966195445299697 ], [ -75.210290732117301, 39.966156538022297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6273, "ADDRESS": "2117 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291110400", "LNIADDRESSKEY": "419333", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 654.078125, "Shape__Length": 102.81708785009849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170837155452006, 39.976311166746299 ], [ -75.170877294734098, 39.976118755244599 ], [ -75.170945105190299, 39.976128168767303 ], [ -75.171012493027405, 39.976136876718499 ], [ -75.171080551229295, 39.976146127914198 ], [ -75.171042793073596, 39.976338765305499 ], [ -75.170974454930302, 39.976329864826802 ], [ -75.170905784751795, 39.976320533368302 ], [ -75.170837155452006, 39.976311166746299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6274, "ADDRESS": "1333 N 27TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291378700", "LNIADDRESSKEY": "679573", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 94.68359375, "Shape__Length": 40.741198590184958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179786258282704, 39.976772131538901 ], [ -75.179681850680097, 39.976781787773199 ], [ -75.179673225970106, 39.976731436430903 ], [ -75.179797770131103, 39.9767199189873 ], [ -75.179786258282704, 39.976772131538901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6275, "ADDRESS": "3813 N 13TH ST", "OWNER1": "WEINER LOUIS D", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "432372400", "LNIADDRESSKEY": "656283", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 206.20703125, "Shape__Length": 68.023620853479784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1482871139319, 40.010955125620399 ], [ -75.148288246987903, 40.010949638182801 ], [ -75.148298233114303, 40.010901295016801 ], [ -75.148314271250896, 40.010903364749403 ], [ -75.1485300135313, 40.0109312112643 ], [ -75.148518093163105, 40.010984587864598 ], [ -75.1482871139319, 40.010955125620399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6276, "ADDRESS": "634 N 40TH ST", "OWNER1": "SHRAIM RAMY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061166300", "LNIADDRESSKEY": "686197", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 399.33203125, "Shape__Length": 108.91719075554154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203038069597696, 39.964507350117501 ], [ -75.203048282973199, 39.964566849422802 ], [ -75.202644473321399, 39.964609290523001 ], [ -75.20264180193, 39.964609569090001 ], [ -75.202630610316504, 39.964549936522602 ], [ -75.203038069597696, 39.964507350117501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6277, "ADDRESS": "632 N 40TH ST", "OWNER1": "6901 SHERMAN LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061166200", "LNIADDRESSKEY": "686195", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 399.7421875, "Shape__Length": 108.98070862478906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2026191647101, 39.964491457231802 ], [ -75.203025797864896, 39.9644468872198 ], [ -75.203038069597696, 39.964507350117501 ], [ -75.202630610316504, 39.964549936522602 ], [ -75.2026191647101, 39.964491457231802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6278, "ADDRESS": "4016 ASPEN ST", "OWNER1": "ASPEN & BELMONT INVESTMEN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061145400", "LNIADDRESSKEY": "23911", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.90625, "Shape__Length": 71.370446847922551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203437430490695, 39.965939327444502 ], [ -75.203490161537403, 39.965933705321902 ], [ -75.203528417536702, 39.966137081008704 ], [ -75.203477550381706, 39.966142721994402 ], [ -75.203437430490695, 39.965939327444502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6279, "ADDRESS": "4014 ASPEN ST", "OWNER1": "MARU CORP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061145300", "LNIADDRESSKEY": "23910", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 181.8984375, "Shape__Length": 71.917286732268309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203437430490695, 39.965939327444502 ], [ -75.203477550381706, 39.966142721994402 ], [ -75.203422657651004, 39.9661484515605 ], [ -75.203383922029801, 39.965945032525099 ], [ -75.203437430490695, 39.965939327444502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6280, "ADDRESS": "738 WIOTA ST", "OWNER1": "CORNELIUS C BOYCE", "OWNER2": "HATTIE", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061179700", "LNIADDRESSKEY": "618699", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 100.76953125, "Shape__Length": 50.178846694687138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203376944180505, 39.965911542740599 ], [ -75.203555947082705, 39.965891109611299 ], [ -75.203561758811205, 39.965926073675199 ], [ -75.203543383362998, 39.965928032123401 ], [ -75.203490161537403, 39.965933705321902 ], [ -75.203437430490695, 39.965939327444502 ], [ -75.203383922029801, 39.965945032525099 ], [ -75.203376944180505, 39.965911542740599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6281, "ADDRESS": "716 N 40TH ST", "OWNER1": "4I DEVELOPMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "061167900", "LNIADDRESSKEY": "686229", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19104", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 533.11328125, "Shape__Length": 114.32339325565921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202883582636403, 39.965878748922897 ], [ -75.203287524161297, 39.965834665412601 ], [ -75.203302447410096, 39.965914369506301 ], [ -75.202898506219597, 39.9659590173409 ], [ -75.202883582636403, 39.965878748922897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6282, "ADDRESS": "4353 GERMANTOWN AVE", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "132259420", "LNIADDRESSKEY": "309865", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19140", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 190.3203125, "Shape__Length": 72.458369434306448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156620083790301, 40.0203342257659 ], [ -75.156655145335193, 40.020368902592899 ], [ -75.156443728067202, 40.020495262787101 ], [ -75.156408666608101, 40.020460584770397 ], [ -75.156620083790301, 40.0203342257659 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6283, "ADDRESS": "5823 PENTRIDGE ST", "OWNER1": "FADEYLBI PROPERTIES INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034062000", "LNIADDRESSKEY": "480435", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 274.75390625, "Shape__Length": 101.56325286520928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2337408780907, 39.9392665799447 ], [ -75.233782406898996, 39.939237653418701 ], [ -75.2340523081063, 39.939464605530901 ], [ -75.234012347157204, 39.939493033834303 ], [ -75.2337408780907, 39.9392665799447 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6284, "ADDRESS": "5821 PENTRIDGE ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034061900", "LNIADDRESSKEY": "480433", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 262.83984375, "Shape__Length": 101.08025983329424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233700669260998, 39.939294905844598 ], [ -75.2337408780907, 39.9392665799447 ], [ -75.234012347157204, 39.939493033834303 ], [ -75.233974636305206, 39.939519529292902 ], [ -75.233700669260998, 39.939294905844598 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6285, "ADDRESS": "5810 WILLOWS AVE", "OWNER1": "S3 ENTERPRISES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034058400", "LNIADDRESSKEY": "615573", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 447.3203125, "Shape__Length": 109.47826387153799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233888699647906, 39.939913038322999 ], [ -75.233834008150694, 39.939868187518798 ], [ -75.233779077462998, 39.939821895477003 ], [ -75.2337273243688, 39.939777431188404 ], [ -75.233673487402299, 39.939732663246197 ], [ -75.233683560164806, 39.939725888 ], [ -75.233687633715604, 39.939729556577198 ], [ -75.233745043205502, 39.939689098832297 ], [ -75.2340101228328, 39.939911172200297 ], [ -75.233941725727504, 39.939959916972597 ], [ -75.233888699647906, 39.939913038322999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6286, "ADDRESS": "5836 WILLOWS AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034059710", "LNIADDRESSKEY": "615599", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.16015625, "Shape__Length": 100.3839618856036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234209320411395, 39.939353778586799 ], [ -75.234248529587106, 39.939326445332398 ], [ -75.234517313199603, 39.939552532742297 ], [ -75.234479989556107, 39.939578730517198 ], [ -75.234209320411395, 39.939353778586799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6287, "ADDRESS": "5838 WILLOWS AVE", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034059810", "LNIADDRESSKEY": "615601", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 265.25390625, "Shape__Length": 100.7050349160551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234248529587106, 39.939326445332398 ], [ -75.234287520574497, 39.939298720977597 ], [ -75.234556570970497, 39.9395238467025 ], [ -75.234517313199603, 39.939552532742297 ], [ -75.234248529587106, 39.939326445332398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6288, "ADDRESS": "5840 WILLOWS AVE", "OWNER1": "HOUSES OF INFINITY LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034059900", "LNIADDRESSKEY": "615603", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.2734375, "Shape__Length": 100.37462856628987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234287520574497, 39.939298720977597 ], [ -75.234326296814302, 39.939271184487801 ], [ -75.234594856682904, 39.9394982184848 ], [ -75.234556570970497, 39.9395238467025 ], [ -75.234287520574497, 39.939298720977597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6289, "ADDRESS": "5842 WILLOWS AVE", "OWNER1": "RODAN MANGAMENT INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034060000", "LNIADDRESSKEY": "615605", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 277.05078125, "Shape__Length": 101.48020230309227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234326296814302, 39.939271184487801 ], [ -75.234367162538206, 39.939242614872498 ], [ -75.234636807544604, 39.939469188286203 ], [ -75.234594856682904, 39.9394982184848 ], [ -75.234326296814302, 39.939271184487801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6290, "ADDRESS": "5852 WILLOWS AVE", "OWNER1": "IDS ENTERPRISE INC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034060500", "LNIADDRESSKEY": "615615", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 259.48046875, "Shape__Length": 100.84386627624893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234523174524796, 39.939131668723398 ], [ -75.234562998800797, 39.939104075179998 ], [ -75.234832123396998, 39.939331152539502 ], [ -75.2347950739303, 39.9393578553506 ], [ -75.234523174524796, 39.939131668723398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6291, "ADDRESS": "5858 WILLOWS AVE", "OWNER1": "VIN PARTNERS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034060800", "LNIADDRESSKEY": "615621", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.859375, "Shape__Length": 100.10062893295957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234641931033906, 39.939049580751998 ], [ -75.234678502750896, 39.939022737997199 ], [ -75.234946934969699, 39.939249865224298 ], [ -75.234910226100695, 39.9392758671314 ], [ -75.234641931033906, 39.939049580751998 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6292, "ADDRESS": "5941 WARRINGTON AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "034081500", "LNIADDRESSKEY": "599551", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19143", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.73046875, "Shape__Length": 83.410202789883243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233567061807605, 39.936406248248097 ], [ -75.2336078770184, 39.936377306163202 ], [ -75.233823353979801, 39.936558735952701 ], [ -75.233794001389398, 39.936579546953404 ], [ -75.233783874211099, 39.936586658879001 ], [ -75.233567061807605, 39.936406248248097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6293, "ADDRESS": "1860 E WILLARD ST", "OWNER1": "WERTHEIMER MARC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "452021301", "LNIADDRESSKEY": "613859", "COUNCILDISTRICT": "1", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 265.15234375, "Shape__Length": 68.673044289469615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1104799054865, 39.996162015019003 ], [ -75.110567332084898, 39.996116632220598 ], [ -75.110610648214603, 39.996165809754501 ], [ -75.1106485086394, 39.996207965556899 ], [ -75.110681683554702, 39.996244231242898 ], [ -75.110637911784806, 39.996266825052302 ], [ -75.1105932032266, 39.996290349019802 ], [ -75.1104799054865, 39.996162015019003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6294, "ADDRESS": "1916 ROWAN ST", "OWNER1": "ELLIS STARLING TR FR", "OWNER2": "LOUIS STARLING ETAL", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131354600", "LNIADDRESSKEY": "518345", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 231.71484375, "Shape__Length": 87.486809234713959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156944585230306, 40.019579175787101 ], [ -75.156897172709193, 40.019601120449501 ], [ -75.156722885303395, 40.019378529152597 ], [ -75.156771718244897, 40.019358397276498 ], [ -75.156944585230306, 40.019579175787101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6295, "ADDRESS": "1918 ROWAN ST", "OWNER1": "CARDENAS NUBE N", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131354700", "LNIADDRESSKEY": "518347", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 229.71484375, "Shape__Length": 86.840643033160944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156820701918605, 40.019338460250303 ], [ -75.156991997763797, 40.019557229979903 ], [ -75.156944585230306, 40.019579175787101 ], [ -75.156771718244897, 40.019358397276498 ], [ -75.156820701918605, 40.019338460250303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6296, "ADDRESS": "1920 ROWAN ST", "OWNER1": "JAMES W JAMISON", "OWNER2": "NANCY", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131354800", "LNIADDRESSKEY": "518349", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.04296875, "Shape__Length": 85.585708439708213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157036958612196, 40.019536420386103 ], [ -75.156991997763797, 40.019557229979903 ], [ -75.156820701918605, 40.019338460250303 ], [ -75.156866929550205, 40.019319267374698 ], [ -75.157036958612196, 40.019536420386103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6297, "ADDRESS": "2265 N 21ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162177701", "LNIADDRESSKEY": "672285", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.2734375, "Shape__Length": 72.954521265965596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167229734909299, 39.9891906747851 ], [ -75.167220553021593, 39.989232633396597 ], [ -75.166952205871098, 39.9891978882643 ], [ -75.166961387919898, 39.989155929674197 ], [ -75.167229734909299, 39.9891906747851 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6298, "ADDRESS": "2247 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162176801", "LNIADDRESSKEY": "672267", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.2734375, "Shape__Length": 72.954116225812172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167312362867605, 39.988813040296897 ], [ -75.167303181081905, 39.9888549989155 ], [ -75.167034835381003, 39.988820253975902 ], [ -75.167044017327697, 39.988778295378701 ], [ -75.167312362867605, 39.988813040296897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6299, "ADDRESS": "2245 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162176701", "LNIADDRESSKEY": "672265", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.26953125, "Shape__Length": 72.954071238778724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167321544641894, 39.988771081677498 ], [ -75.167312362867605, 39.988813040296897 ], [ -75.167044017327697, 39.988778295378701 ], [ -75.167053199263094, 39.988736336780697 ], [ -75.167321544641894, 39.988771081677498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6300, "ADDRESS": "2243 N 21ST ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162176601", "LNIADDRESSKEY": "672263", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.265625, "Shape__Length": 72.953887072140148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167330726404899, 39.988729123057297 ], [ -75.167321544641894, 39.988771081677498 ], [ -75.167053199263094, 39.988736336780697 ], [ -75.167062382650101, 39.988694378214802 ], [ -75.167330726404899, 39.988729123057297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6301, "ADDRESS": "2241 N 21ST ST", "OWNER1": "NORMAN GORNISH S/M", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162176500", "LNIADDRESSKEY": "672261", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.2734375, "Shape__Length": 72.953843055954408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167339908156507, 39.9886871644363 ], [ -75.167330726404899, 39.988729123057297 ], [ -75.167062382650101, 39.988694378214802 ], [ -75.167071564605607, 39.988652418489998 ], [ -75.167339908156507, 39.9886871644363 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6302, "ADDRESS": "2239 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162176401", "LNIADDRESSKEY": "672259", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.26953125, "Shape__Length": 72.95398164145513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1673490914025, 39.988645204722097 ], [ -75.167339908156507, 39.9886871644363 ], [ -75.167071564605607, 39.988652418489998 ], [ -75.167080746506898, 39.9886104598896 ], [ -75.1673490914025, 39.988645204722097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6303, "ADDRESS": "2235 N 21ST ST", "OWNER1": "S S B HATZFIELD CO", "OWNER2": "G F C FRANKS ESQ", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162176200", "LNIADDRESSKEY": "672255", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.28515625, "Shape__Length": 72.95486285557692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167358273131498, 39.988603246099601 ], [ -75.167089928396905, 39.988568501288398 ], [ -75.167099111866904, 39.988526539343503 ], [ -75.167367456440402, 39.988561284133198 ], [ -75.167358273131498, 39.988603246099601 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6304, "ADDRESS": "2233 N 21ST ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162176100", "LNIADDRESSKEY": "672253", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.265625, "Shape__Length": 72.953801211539897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167376638146607, 39.988519325509102 ], [ -75.167367456440402, 39.988561284133198 ], [ -75.167099111866904, 39.988526539343503 ], [ -75.167108293734202, 39.988484580740703 ], [ -75.167376638146607, 39.988519325509102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6305, "ADDRESS": "2231 N 21ST ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLIC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "162176001", "LNIADDRESSKEY": "672251", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 187.26953125, "Shape__Length": 72.953756215025138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167385819841599, 39.988477366884098 ], [ -75.167376638146607, 39.988519325509102 ], [ -75.167108293734202, 39.988484580740703 ], [ -75.167117475590103, 39.9884426221372 ], [ -75.167385819841599, 39.988477366884098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6306, "ADDRESS": "1946 E YORK ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "313137300", "LNIADDRESSKEY": "628679", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19125", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 162.23828125, "Shape__Length": 63.65844614635057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130371992275897, 39.984416366342302 ], [ -75.130560724745393, 39.984317430052201 ], [ -75.130592878238602, 39.984353725142803 ], [ -75.130404145715204, 39.984452661485797 ], [ -75.130371992275897, 39.984416366342302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6307, "ADDRESS": "1315 N 7TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141046200", "LNIADDRESSKEY": "642098", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 256.3828125, "Shape__Length": 85.801370265085708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147743421283195, 39.972131988992103 ], [ -75.147734661499101, 39.972180938770798 ], [ -75.147416867386596, 39.972145513635901 ], [ -75.147426074942302, 39.972096612325402 ], [ -75.147475650381693, 39.972102138214197 ], [ -75.147743421283195, 39.972131988992103 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6308, "ADDRESS": "1345 N 7TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141047510", "LNIADDRESSKEY": "642124", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 173.7265625, "Shape__Length": 64.216524465719687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147372587011802, 39.972885517935097 ], [ -75.147382084959006, 39.972840808454798 ], [ -75.1476057044501, 39.972865718369903 ], [ -75.147596466062396, 39.972914775546201 ], [ -75.147372587011802, 39.972885517935097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6309, "ADDRESS": "1563 N DARIEN ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "202119000", "LNIADDRESSKEY": "108494", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 60.1875, "Shape__Length": 33.935776857718309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149224790127704, 39.975965973017502 ], [ -75.149175533653903, 39.975959572181203 ], [ -75.149119239913304, 39.975952257221103 ], [ -75.149126768642603, 39.975917971714701 ], [ -75.149232315880099, 39.9759316874378 ], [ -75.149224790127704, 39.975965973017502 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6310, "ADDRESS": "1300-04 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141009526", "LNIADDRESSKEY": "639075", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 838.4921875, "Shape__Length": 119.34451339100796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146406803084503, 39.971652181334299 ], [ -75.146712848610505, 39.971692074276099 ], [ -75.146695422622798, 39.971784440182603 ], [ -75.146706013390698, 39.971785628782897 ], [ -75.146697746645799, 39.971828952670997 ], [ -75.146693140375604, 39.971853538399401 ], [ -75.146375390818903, 39.971817880457699 ], [ -75.146406803084503, 39.971652181334299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6311, "ADDRESS": "1434 W GLENWOOD AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111017400", "LNIADDRESSKEY": "317937", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 118.86328125, "Shape__Length": 51.787644413305216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155671950606205, 39.996067933181799 ], [ -75.155623795636004, 39.996085927254498 ], [ -75.155545808174196, 39.995962470889197 ], [ -75.155593963077493, 39.995944476849203 ], [ -75.155671950606205, 39.996067933181799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6312, "ADDRESS": "1439 W SOMERSET ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111030600", "LNIADDRESSKEY": "541915", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 167.35546875, "Shape__Length": 65.36295198585411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1554682108397, 39.995767569188999 ], [ -75.155524536143304, 39.995774809276 ], [ -75.155486880881199, 39.995948093383298 ], [ -75.155485704546507, 39.995953508942698 ], [ -75.155429383444996, 39.995946270061197 ], [ -75.1554682108397, 39.995767569188999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6313, "ADDRESS": "1255 N 23RD ST", "OWNER1": "GLF QOZ FUND LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291301610", "LNIADDRESSKEY": "675330", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 127.28515625, "Shape__Length": 66.526458776570536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1734246910232, 39.974821041883096 ], [ -75.173422361415902, 39.974803998721697 ], [ -75.173675947587398, 39.974775808556103 ], [ -75.173664185107199, 39.974834011209502 ], [ -75.173504828670701, 39.974813958341699 ], [ -75.1734246910232, 39.974821041883096 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6314, "ADDRESS": "3000 EUCLID AVE", "OWNER1": "KDM PHA LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323012102", "LNIADDRESSKEY": "140051", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 145.8359375, "Shape__Length": 58.589145496248939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1833413432188, 39.984412224521499 ], [ -75.183313647376593, 39.984542337166801 ], [ -75.1831791269029, 39.9845231600763 ], [ -75.1833413432188, 39.984412224521499 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6315, "ADDRESS": "3039 W SEDGLEY AVE", "OWNER1": "KENTUCKY HOLDINGS LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323061900", "LNIADDRESSKEY": "528674", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 164.58984375, "Shape__Length": 70.07368913437665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184098419431507, 39.983901651240302 ], [ -75.184137650526495, 39.983875511555603 ], [ -75.184289414718904, 39.9840111669998 ], [ -75.184277982107702, 39.984062542646598 ], [ -75.184098419431507, 39.983901651240302 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6316, "ADDRESS": "1801 N 31ST ST", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "323280310", "LNIADDRESSKEY": "683471", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 1954.30078125, "Shape__Length": 180.68511274552864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184361161532195, 39.983751647072303 ], [ -75.1846782728921, 39.983793231909303 ], [ -75.184598591840299, 39.984163527219401 ], [ -75.184280308457105, 39.984120754822897 ], [ -75.184361161532195, 39.983751647072303 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6317, "ADDRESS": "1430-32 W GLENWOOD AVE", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "111017300", "LNIADDRESSKEY": "317936", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19132", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.1796875, "Shape__Length": 59.752137287167869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155623795636004, 39.996085927254498 ], [ -75.155508525094106, 39.996129002403201 ], [ -75.155505553862099, 39.996128619890101 ], [ -75.155539684186394, 39.995971554391403 ], [ -75.155536223863507, 39.995966074579002 ], [ -75.155545808174196, 39.995962470889197 ], [ -75.155623795636004, 39.996085927254498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6318, "ADDRESS": "1946 N 6TH ST", "OWNER1": "SRD I LP", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201115900", "LNIADDRESSKEY": "639308", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 253.4765625, "Shape__Length": 92.213655308934506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144616050420893, 39.981222927166897 ], [ -75.144624122181, 39.981179445784498 ], [ -75.144977379126402, 39.981218256239401 ], [ -75.144969306168207, 39.9812617364882 ], [ -75.144616050420893, 39.981222927166897 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6319, "ADDRESS": "1944 N 6TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201115801", "LNIADDRESSKEY": "639306", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 290.4296875, "Shape__Length": 94.074475609302979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144624122181, 39.981179445784498 ], [ -75.144633372670697, 39.981129624318001 ], [ -75.144986627899598, 39.9811684347113 ], [ -75.144977379126402, 39.981218256239401 ], [ -75.144624122181, 39.981179445784498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6320, "ADDRESS": "1936 N 6TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT PUB PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201115401", "LNIADDRESSKEY": "639299", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 265.26953125, "Shape__Length": 96.144324106183817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144657515950996, 39.980999604265001 ], [ -75.144665561697096, 39.980956265327201 ], [ -75.145036478549301, 39.980997016159201 ], [ -75.145028432991793, 39.9810403562483 ], [ -75.144657515950996, 39.980999604265001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6321, "ADDRESS": "1938 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201115500", "LNIADDRESSKEY": "639301", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 265.2734375, "Shape__Length": 96.144169306208312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144649465806395, 39.9810429431027 ], [ -75.144657515950996, 39.980999604265001 ], [ -75.145028432991793, 39.9810403562483 ], [ -75.145020383122102, 39.981083693986598 ], [ -75.144649465806395, 39.9810429431027 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6322, "ADDRESS": "1945 N MARSHALL ST", "OWNER1": "BICKEL DEREK J", "OWNER2": "BICKEL LARA P", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201134000", "LNIADDRESSKEY": "413865", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 201.6015625, "Shape__Length": 70.638225106463793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144998152657394, 39.9811697009509 ], [ -75.145014886526596, 39.981171539319597 ], [ -75.145016109833506, 39.9811649524638 ], [ -75.145026220617297, 39.981166058209404 ], [ -75.145027487969301, 39.981163056165897 ], [ -75.145248851622597, 39.981187586608101 ], [ -75.145240213704099, 39.9812374422904 ], [ -75.144990265061594, 39.981209684939998 ], [ -75.144998152657394, 39.9811697009509 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6323, "ADDRESS": "608 W NORRIS ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201068001", "LNIADDRESSKEY": "452256", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 130.7734375, "Shape__Length": 62.886001577526628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144910927792594, 39.981441112307202 ], [ -75.144935505302399, 39.981443812383503 ], [ -75.144957360904201, 39.981446213025002 ], [ -75.144958978217105, 39.981438667641498 ], [ -75.144964388054603, 39.981413433445098 ], [ -75.144972463217499, 39.981414326298797 ], [ -75.144967446626296, 39.981439117784802 ], [ -75.144937573243396, 39.981586968557501 ], [ -75.1448829706993, 39.981579765466201 ], [ -75.144910927792594, 39.981441112307202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6324, "ADDRESS": "1942 N 6TH ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "201115700", "LNIADDRESSKEY": "639304", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 271.21875, "Shape__Length": 98.516518647312608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144633372670697, 39.981129624318001 ], [ -75.144641419996603, 39.981086283164601 ], [ -75.145012337587303, 39.981127032949097 ], [ -75.1450105850071, 39.9811364640289 ], [ -75.145021167645098, 39.981137711133698 ], [ -75.145016109833506, 39.9811649524638 ], [ -75.145014886526596, 39.981171539319597 ], [ -75.144998152657394, 39.9811697009509 ], [ -75.144986627899598, 39.9811684347113 ], [ -75.144633372670697, 39.981129624318001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6325, "ADDRESS": "2900 ROSEHILL ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071414400", "LNIADDRESSKEY": "516702", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 93.1796875, "Shape__Length": 44.544775741007918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125146137150097, 39.993387136611503 ], [ -75.125138040740595, 39.993425060402402 ], [ -75.124990209957801, 39.993405964675802 ], [ -75.124998306447594, 39.993368040895298 ], [ -75.125146137150097, 39.993387136611503 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6326, "ADDRESS": "2902 ROSEHILL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071414510", "LNIADDRESSKEY": "516703", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.859375, "Shape__Length": 44.146503487122544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124990209957801, 39.993405964675802 ], [ -75.125138040740595, 39.993425060402402 ], [ -75.125130232372797, 39.993461631355302 ], [ -75.124982400093103, 39.993442534459902 ], [ -75.124990209957801, 39.993405964675802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6327, "ADDRESS": "2904 ROSEHILL ST", "OWNER1": "RODRIGUEZ MILDRED", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071414610", "LNIADDRESSKEY": "516704", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.85546875, "Shape__Length": 44.146342829854433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124974591683099, 39.993479104276801 ], [ -75.124982400093103, 39.993442534459902 ], [ -75.125130232372797, 39.993461631355302 ], [ -75.1251224240836, 39.993498200056997 ], [ -75.124974591683099, 39.993479104276801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6328, "ADDRESS": "2906 ROSEHILL ST", "OWNER1": "CITY OF PHILADELPHIA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "071414700", "LNIADDRESSKEY": "516705", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19134", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 89.85546875, "Shape__Length": 44.146364889779043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124966781845004, 39.9935156729345 ], [ -75.124974591683099, 39.993479104276801 ], [ -75.1251224240836, 39.993498200056997 ], [ -75.125114615786003, 39.993534768758103 ], [ -75.124966781845004, 39.9935156729345 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6329, "ADDRESS": "6176 REINHARD ST", "OWNER1": "MARTHA W HARVEY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401286500", "LNIADDRESSKEY": "500582", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "CMX-1", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 142.5625, "Shape__Length": 60.737287779923115 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2330764455306, 39.929523613455402 ], [ -75.233104817416304, 39.929504361296502 ], [ -75.2331387603829, 39.929533415562702 ], [ -75.233164788297202, 39.929555696308398 ], [ -75.233197278817698, 39.929583521480502 ], [ -75.2332021097736, 39.929587657210298 ], [ -75.233225000849501, 39.929606314667602 ], [ -75.233232535594695, 39.929612455886698 ], [ -75.233250013907394, 39.929627282442802 ], [ -75.233252429240906, 39.929629334536003 ], [ -75.233214502793103, 39.9296566954919 ], [ -75.233207192848596, 39.929649974683798 ], [ -75.233170933317197, 39.9296198728711 ], [ -75.233144834219104, 39.929598684149497 ], [ -75.233126732022797, 39.929583165884303 ], [ -75.233087117593797, 39.929549799758803 ], [ -75.233081128149394, 39.929544752242599 ], [ -75.233065727064101, 39.929531470282797 ], [ -75.233070355634197, 39.9295280737513 ], [ -75.2330764455306, 39.929523613455402 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6330, "ADDRESS": "1324 N FRANKLIN ST", "OWNER1": "PHILADELPHIA HOUSING", "OWNER2": "DEVELOPMENT CORPORATION", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "141072110", "LNIADDRESSKEY": "298956", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 277.875, "Shape__Length": 93.763563715492637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148604148860599, 39.972550156305203 ], [ -75.1486144056462, 39.972502887026302 ], [ -75.148968090632295, 39.972548311628202 ], [ -75.148957834042804, 39.972595582063903 ], [ -75.148604148860599, 39.972550156305203 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6331, "ADDRESS": "2120-22 N FAIRHILL ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191357201", "LNIADDRESSKEY": "730625", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 126.43359375, "Shape__Length": 45.560655382555737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143466693906404, 39.983489084275099 ], [ -75.143585052548403, 39.983482658486103 ], [ -75.143591082145306, 39.983548379669799 ], [ -75.143472721969701, 39.9835548043065 ], [ -75.143466693906404, 39.983489084275099 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6332, "ADDRESS": "2160 N FAIRHILL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191358600", "LNIADDRESSKEY": "730657", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.046875, "Shape__Length": 47.847181499976152 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143568840809095, 39.984260101856201 ], [ -75.143403436835499, 39.984238728118598 ], [ -75.143411220746799, 39.984203081404502 ], [ -75.143576626055605, 39.984224456289397 ], [ -75.143568840809095, 39.984260101856201 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6333, "ADDRESS": "2164 N FAIRHILL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191358800", "LNIADDRESSKEY": "730659", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 98.046875, "Shape__Length": 47.847555053057818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143561057017195, 39.984295747455597 ], [ -75.143553273174007, 39.984331394179698 ], [ -75.143387867655306, 39.984310018136 ], [ -75.143395650076897, 39.984274372515102 ], [ -75.143561057017195, 39.984295747455597 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6334, "ADDRESS": "2170 N FAIRHILL ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191359100", "LNIADDRESSKEY": "730662", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 92.0234375, "Shape__Length": 47.847306791006794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143364514490401, 39.984416954862297 ], [ -75.1433722983992, 39.984381309276301 ], [ -75.143537702666904, 39.984402684183998 ], [ -75.143531101738901, 39.984432915600301 ], [ -75.143464234565201, 39.984424274405598 ], [ -75.143463053083096, 39.984429689744303 ], [ -75.1434208220318, 39.9844242322648 ], [ -75.143364514490401, 39.984416954862297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6335, "ADDRESS": "532 W SUSQUEHANNA AVE", "OWNER1": "PHILA HOUSING AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191395000", "LNIADDRESSKEY": "558972", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 119.14453125, "Shape__Length": 50.198746779362097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143336726154701, 39.984544192238801 ], [ -75.143364514490401, 39.984416954862297 ], [ -75.1434208220318, 39.9844242322648 ], [ -75.143393035261496, 39.9845514696881 ], [ -75.143336726154701, 39.984544192238801 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6336, "ADDRESS": "536 W SUSQUEHANNA AVE", "OWNER1": "PHILA HOUSING AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191395200", "LNIADDRESSKEY": "558974", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19122", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 115.421875, "Shape__Length": 49.801648771992475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143447584470195, 39.984558519051703 ], [ -75.143475371184493, 39.9844312804899 ], [ -75.143529918842404, 39.984438329781099 ], [ -75.143502133690205, 39.9845655683893 ], [ -75.143447584470195, 39.984558519051703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6337, "ADDRESS": "2118 N FAIRHILL ST", "OWNER1": "MUTAH ARAFAT A", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "191357100", "LNIADDRESSKEY": "730624", "COUNCILDISTRICT": "7", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19122", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 144.8359375, "Shape__Length": 52.268039157611199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143461670084804, 39.983434316445603 ], [ -75.143624374853403, 39.983425485161398 ], [ -75.143629398805601, 39.983480252983803 ], [ -75.143585052548403, 39.983482658486103 ], [ -75.143466693906404, 39.983489084275099 ], [ -75.143461670084804, 39.983434316445603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6338, "ADDRESS": "720 LOCUST AVE", "OWNER1": "704-702 LOCUST AVE LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "122000013", "LNIADDRESSKEY": "396456", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19144", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 9211.46484375, "Shape__Length": 392.02775951708998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163395762961102, 40.043394786894098 ], [ -75.1627955281064, 40.043029831130497 ], [ -75.163317354949498, 40.042524558988099 ], [ -75.163413717499097, 40.042582373271301 ], [ -75.163508030306403, 40.042490023434503 ], [ -75.164011641413197, 40.042797159327797 ], [ -75.163395762961102, 40.043394786894098 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6339, "ADDRESS": "6080 REINHARD ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401282600", "LNIADDRESSKEY": "500507", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.64453125, "Shape__Length": 60.378530441929691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231329795993304, 39.930812271389001 ], [ -75.231370992923402, 39.930783741729797 ], [ -75.231513615607298, 39.930905997002398 ], [ -75.231471451352704, 39.930936390805201 ], [ -75.231329795993304, 39.930812271389001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6340, "ADDRESS": "6084 REINHARD ST", "OWNER1": "ZAMBRANO DAVID", "OWNER2": "JOYCE H/W", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401282800", "LNIADDRESSKEY": "500511", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 148.08984375, "Shape__Length": 60.149330975765182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231413120568106, 39.930753781891802 ], [ -75.231455218319596, 39.930724627774801 ], [ -75.231596908916899, 39.930847797257599 ], [ -75.231556617268097, 39.9308762173589 ], [ -75.231413120568106, 39.930753781891802 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6341, "ADDRESS": "6045 TRINITY ST", "OWNER1": "PHILADELPHIA LAND BANK", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "401212801", "LNIADDRESSKEY": "577452", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19142", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 150.03125, "Shape__Length": 54.437833537701906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233036880748401, 39.933311164726398 ], [ -75.233089898401701, 39.933274995501598 ], [ -75.233198516682293, 39.933369195266202 ], [ -75.233159905209305, 39.933414998125699 ], [ -75.233036880748401, 39.933311164726398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6342, "ADDRESS": "2533 N BOUVIER ST", "OWNER1": "MATHIS ROBERTA", "OWNER2": null, "BLDG_DESC": "ROW 2 STY MASONRY", "OPA_ID": "161222700", "LNIADDRESSKEY": "44518", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 110.08984375, "Shape__Length": 50.311347251362655 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160680842774298, 39.992310591035299 ], [ -75.160688550349903, 39.992272238572603 ], [ -75.160861733283397, 39.9922950699059 ], [ -75.160853147725703, 39.992333371037901 ], [ -75.160680842774298, 39.992310591035299 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6343, "ADDRESS": "2535 N BOUVIER ST", "OWNER1": "LADA PROPERTIES LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "161222800", "LNIADDRESSKEY": "44520", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19132", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 114.51953125, "Shape__Length": 50.69174598037921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160672166384401, 39.992350695518603 ], [ -75.160680842774298, 39.992310591035299 ], [ -75.160853147725703, 39.992333371037901 ], [ -75.160844483147997, 39.992373168326601 ], [ -75.160672166384401, 39.992350695518603 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6344, "ADDRESS": "1741 W ERIE AVE", "OWNER1": "NICLAS GENE", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "131061100", "LNIADDRESSKEY": "139071", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 248.41015625, "Shape__Length": 92.240151292404889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157364561800094, 40.010217523142003 ], [ -75.157419729201393, 40.010224604099299 ], [ -75.1573609519982, 40.010495370386401 ], [ -75.157305784383098, 40.010488289400897 ], [ -75.157364561800094, 40.010217523142003 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6345, "ADDRESS": "3346 N 17TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112233625", "LNIADDRESSKEY": "663437", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 358.5546875, "Shape__Length": 91.844665900400187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1571475889981, 40.005248244233599 ], [ -75.157162351705594, 40.005180444994799 ], [ -75.157382344305304, 40.005209001920001 ], [ -75.157382196896506, 40.005209678858797 ], [ -75.157408593520003, 40.005213109794802 ], [ -75.157480179432397, 40.005222327583297 ], [ -75.157465465222202, 40.005289900444197 ], [ -75.1571475889981, 40.005248244233599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6346, "ADDRESS": "3342 N 17TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112233425", "LNIADDRESSKEY": "663433", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 358.63671875, "Shape__Length": 91.779772060137077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157177185464306, 40.005112318488102 ], [ -75.157191773507904, 40.005045294681501 ], [ -75.157509803058005, 40.005086248081398 ], [ -75.157494868613, 40.005154834120901 ], [ -75.157177185464306, 40.005112318488102 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6347, "ADDRESS": "3340 N 17TH ST", "OWNER1": "GLOBAL URBAN TRANSFORMATION DEVELOPMENT ", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112233300", "LNIADDRESSKEY": "663431", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 358.61328125, "Shape__Length": 91.777744451121066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1571917715289, 40.005045308151999 ], [ -75.157206534191204, 40.004977507781703 ], [ -75.157524562012497, 40.005018459982502 ], [ -75.157509799658797, 40.005086260393597 ], [ -75.1571917715289, 40.005045308151999 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6348, "ADDRESS": "3336 N 17TH ST", "OWNER1": "KOTARJA RUSHDI", "OWNER2": "KOTARJA LUAN", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112233100", "LNIADDRESSKEY": "663427", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 332.91796875, "Shape__Length": 99.4132426065608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157218325307994, 40.004923358283101 ], [ -75.157230114899704, 40.004869209875302 ], [ -75.157599782044002, 40.004916809672302 ], [ -75.157587991189601, 40.004970960335498 ], [ -75.157218325307994, 40.004923358283101 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6349, "ADDRESS": "3320 N 17TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112232325", "LNIADDRESSKEY": "663411", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 332.8984375, "Shape__Length": 99.412270298280916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1573244164166, 40.004436134864498 ], [ -75.157694077913405, 40.004483745545599 ], [ -75.157682285831996, 40.004537893935797 ], [ -75.1573126240486, 40.004490283216697 ], [ -75.1573244164166, 40.004436134864498 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6350, "ADDRESS": "3318 N 17TH ST", "OWNER1": "QING LIN", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112232200", "LNIADDRESSKEY": "663409", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 332.90234375, "Shape__Length": 99.412191129329443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157336208765699, 40.0043819865109 ], [ -75.157705869976098, 40.0044295971542 ], [ -75.157694077913405, 40.004483745545599 ], [ -75.1573244164166, 40.004436134864498 ], [ -75.157336208765699, 40.0043819865109 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6351, "ADDRESS": "3316 N 17TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112232125", "LNIADDRESSKEY": "663407", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 332.90625, "Shape__Length": 99.411972291632978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157348001095997, 40.004327838156001 ], [ -75.157717661977003, 40.004375449886801 ], [ -75.157705869976098, 40.0044295971542 ], [ -75.157336208765699, 40.0043819865109 ], [ -75.157348001095997, 40.004327838156001 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6352, "ADDRESS": "3314 N 17TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": "DEPT OF PUBLC PROP", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112232025", "LNIADDRESSKEY": "663405", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 332.90234375, "Shape__Length": 99.412077620773374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157359793407494, 40.004273689799803 ], [ -75.157729454001995, 40.004321301492702 ], [ -75.157717661977003, 40.004375449886801 ], [ -75.157348001095997, 40.004327838156001 ], [ -75.157359793407494, 40.004273689799803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6353, "ADDRESS": "3312 N 17TH ST", "OWNER1": "16TH AND 17TH INVESTMENT", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112231900", "LNIADDRESSKEY": "663403", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 332.9140625, "Shape__Length": 99.412182608225407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157371588626802, 40.004219541508398 ], [ -75.157741247557496, 40.004267150879699 ], [ -75.157729454001995, 40.004321301492702 ], [ -75.157359793407494, 40.004273689799803 ], [ -75.157371588626802, 40.004219541508398 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6354, "ADDRESS": "3344 N 17TH ST", "OWNER1": "CITY OF PHILA", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112233525", "LNIADDRESSKEY": "663435", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 358.109375, "Shape__Length": 91.880900911866632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157162351705594, 40.005180444994799 ], [ -75.157177178190807, 40.0051123171976 ], [ -75.157494859833207, 40.005154833922703 ], [ -75.157480179432397, 40.005222327583297 ], [ -75.157408593520003, 40.005213109794802 ], [ -75.157382196939494, 40.005209677733603 ], [ -75.157382344348306, 40.0052090007947 ], [ -75.157162351705594, 40.005180444994799 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6355, "ADDRESS": "3338 N 17TH ST", "OWNER1": "JEAN JAMES", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "112233200", "LNIADDRESSKEY": "663429", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19140", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 332.91796875, "Shape__Length": 99.413042697345134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157206534191204, 40.004977507781703 ], [ -75.157218325307994, 40.004923358283101 ], [ -75.157587991189601, 40.004970960335498 ], [ -75.157576200402204, 40.0050251087467 ], [ -75.157524562012497, 40.005018459982502 ], [ -75.157206534191204, 40.004977507781703 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6356, "ADDRESS": "4917 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442081000", "LNIADDRESSKEY": "314561", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 263.82421875, "Shape__Length": 96.589530514034067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219811529779406, 39.972829966354297 ], [ -75.219866219385295, 39.972818550339703 ], [ -75.219923803925596, 39.972979677571097 ], [ -75.219947277254803, 39.973102671344698 ], [ -75.219889509077305, 39.973108425444103 ], [ -75.219869087665899, 39.972988465488498 ], [ -75.219811529779406, 39.972829966354297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6357, "ADDRESS": "4921 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442081200", "LNIADDRESSKEY": "314563", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 275.09765625, "Shape__Length": 99.951760798328891 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219922469013994, 39.972806830820701 ], [ -75.219955937690997, 39.9727998471839 ], [ -75.219977496543507, 39.972795341114697 ], [ -75.220037781300505, 39.9729638788465 ], [ -75.220060881983997, 39.973091813115602 ], [ -75.220005213378997, 39.973096888257999 ], [ -75.219981734994604, 39.9729706868292 ], [ -75.219922469013994, 39.972806830820701 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6358, "ADDRESS": "4925 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY O", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442081400", "LNIADDRESSKEY": "314565", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 270.62109375, "Shape__Length": 102.87410298952774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220032306706003, 39.972783477180599 ], [ -75.220084024819101, 39.9727725282657 ], [ -75.220142445712497, 39.972934833852896 ], [ -75.220146530614301, 39.972949512216204 ], [ -75.220168507367106, 39.973081177721497 ], [ -75.220116303826501, 39.9730866029875 ], [ -75.220093080359504, 39.972952411963 ], [ -75.220032306706003, 39.972783477180599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6359, "ADDRESS": "4929 W GIRARD AVE", "OWNER1": "REDEVELOPMENT AUTHORITY", "OWNER2": "OF PHILA", "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "442081600", "LNIADDRESSKEY": "314567", "COUNCILDISTRICT": "3", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19131", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 161.03125, "Shape__Length": 63.792358117574082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220128075345698, 39.972763230301901 ], [ -75.220182682400903, 39.972751748122697 ], [ -75.220245294060405, 39.972924205700402 ], [ -75.220188660868999, 39.972929872343101 ], [ -75.220128075345698, 39.972763230301901 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6360, "ADDRESS": "1334 S CAPITOL ST", "OWNER1": "PHILADELPHIA REDEVELOPMENT AUTHORITY", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "361195522", "LNIADDRESSKEY": "64364", "COUNCILDISTRICT": "2", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19146", "LAND_RANK": 0.5, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 101.8828125, "Shape__Length": 47.681623544142496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178249598169998, 39.9347311306297 ], [ -75.178411655073006, 39.934750671919097 ], [ -75.1784039157222, 39.934788639361997 ], [ -75.178241857311704, 39.934769096903601 ], [ -75.178249598169998, 39.9347311306297 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6361, "ADDRESS": "2849 N 12TH ST", "OWNER1": "BCM SECOND INVESTMENT LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "372252300", "LNIADDRESSKEY": "654183", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19133", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 135.9765625, "Shape__Length": 59.090944546209926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149890103213707, 39.996298732981501 ], [ -75.149899020841602, 39.996260080763797 ], [ -75.150109876738995, 39.996288862117702 ], [ -75.150100957807297, 39.9963275131933 ], [ -75.149890103213707, 39.996298732981501 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6362, "ADDRESS": "128 E PHIL ELLENA ST", "OWNER1": "PROPERTIES11 LLC", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "221196700", "LNIADDRESSKEY": "481484", "COUNCILDISTRICT": "8", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19119", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 302.80859375, "Shape__Length": 80.892573705718277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182816093736903, 40.053687111125399 ], [ -75.182871257677107, 40.053632643492598 ], [ -75.183087531949297, 40.053761115501402 ], [ -75.183034230598807, 40.053814892784096 ], [ -75.182816093736903, 40.053687111125399 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6363, "ADDRESS": "2411 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291115400", "LNIADDRESSKEY": "419423", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RSA-5", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 152.203125, "Shape__Length": 54.585551211986107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175428558524203, 39.976706688122199 ], [ -75.175497380246995, 39.976715637321803 ], [ -75.1754720578828, 39.9768480496462 ], [ -75.175457336137001, 39.976846204540003 ], [ -75.1754023165972, 39.976839488638099 ], [ -75.175428558524203, 39.976706688122199 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6364, "ADDRESS": "1315 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291293900", "LNIADDRESSKEY": "673850", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 203.3046875, "Shape__Length": 72.448991621581058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171571352811, 39.975645879970898 ], [ -75.171582949957795, 39.975597752738601 ], [ -75.171841279475899, 39.9756327936242 ], [ -75.1718315381503, 39.975678854201398 ], [ -75.171831421563596, 39.975678840319397 ], [ -75.171571352811, 39.975645879970898 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6365, "ADDRESS": "2138 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291098900", "LNIADDRESSKEY": "419354", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 357.75390625, "Shape__Length": 122.63131322156644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171542832476604, 39.975681557873202 ], [ -75.171510491219195, 39.9758274114565 ], [ -75.171459203956601, 39.976058711548802 ], [ -75.171401779938606, 39.976051114123599 ], [ -75.171481562152096, 39.975686439818297 ], [ -75.171542832476604, 39.975681557873202 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6366, "ADDRESS": "1317 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291294000", "LNIADDRESSKEY": "673851", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 202.65234375, "Shape__Length": 76.258232709187808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171541106767094, 39.975689341022097 ], [ -75.171542832476604, 39.975681557873202 ], [ -75.171563145817103, 39.975679938589003 ], [ -75.171571352811, 39.975645879970898 ], [ -75.171831421563596, 39.975678840319397 ], [ -75.1718315381503, 39.975678854201398 ], [ -75.171821795178005, 39.975724919246097 ], [ -75.171550473210203, 39.9756905290795 ], [ -75.171541106767094, 39.975689341022097 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6367, "ADDRESS": "1319 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291294100", "LNIADDRESSKEY": "673852", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 214.84375, "Shape__Length": 76.949969440013632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171530906239198, 39.975735345083599 ], [ -75.171541106767094, 39.975689341022097 ], [ -75.171550473210203, 39.9756905290795 ], [ -75.171821795178005, 39.975724919246097 ], [ -75.171812053826102, 39.975770979821498 ], [ -75.171552633185101, 39.9757380981968 ], [ -75.171530906239198, 39.975735345083599 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6368, "ADDRESS": "1323 N 22ND ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291294300", "LNIADDRESSKEY": "673855", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 216.578125, "Shape__Length": 77.221962044992864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171510491219195, 39.9758274114565 ], [ -75.171520705782896, 39.975781346893399 ], [ -75.171660039055197, 39.975799007529702 ], [ -75.171802312460898, 39.975817040396002 ], [ -75.171792490867404, 39.975863478719397 ], [ -75.171510491219195, 39.9758274114565 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6369, "ADDRESS": "2148 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291099400", "LNIADDRESSKEY": "419360", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "CMX-2", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 211.55859375, "Shape__Length": 78.197832122943282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1717329304998, 39.975867197492803 ], [ -75.171732967964999, 39.975867020384399 ], [ -75.1717901429855, 39.975874579390599 ], [ -75.171743272405806, 39.976096184801399 ], [ -75.171685586109604, 39.976088553470198 ], [ -75.1717329304998, 39.975867197492803 ] ] ] } }, +{ "type": "Feature", "properties": { "OBJECTID": 6370, "ADDRESS": "2140 MASTER ST", "OWNER1": "PHILADELPHIA HOUSING AUTH", "OWNER2": null, "BLDG_DESC": "VAC LAND RES < ACRE", "OPA_ID": "291099010", "LNIADDRESSKEY": "419356", "COUNCILDISTRICT": "5", "ZONINGBASEDISTRICT": "RM-1", "ZIPCODE": "19121", "LAND_RANK": 1.0, "DATE_UPDATE": "2025-03-24T00:00:00Z", "Shape__Area": 204.51171875, "Shape__Length": 77.68114332410741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171563228046494, 39.975845023023503 ], [ -75.171515379681694, 39.976066143491899 ], [ -75.171459203956601, 39.976058711548802 ], [ -75.171508200217602, 39.975837745287002 ], [ -75.171563228046494, 39.975845023023503 ] ] ] } } +] +} diff --git a/data/bus_transit_shelters.geojson b/data/bus_transit_shelters.geojson new file mode 100644 index 00000000..b7e2160b --- /dev/null +++ b/data/bus_transit_shelters.geojson @@ -0,0 +1,494 @@ +{ +"type": "FeatureCollection", +"name": "bus_transit_shelters", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "objectid": 1, "site": "Chestnut St & 60th St -", "siteid": "pa-002294", "stopid": "419", "lat": 39.960388, "long": -75.241198, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.241198018, 39.960387999 ] } }, +{ "type": "Feature", "properties": { "objectid": 2, "site": "Roosevelt Blvd & Broad St NE", "siteid": "pa-002180", "stopid": "20856", "lat": 40.018173, "long": -75.149088, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.149088002, 40.018172987000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 3, "site": "Roosevelt Blvd & Broad St - FS SE", "siteid": "pa-002181", "stopid": "4", "lat": 40.018128, "long": -75.148887, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.148886959, 40.018127994000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 4, "site": "35th & Grays Ferry NE", "siteid": "pa-002338", "stopid": "30283", "lat": 39.940019, "long": -75.199595, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.199594971, 39.9400190100001 ] } }, +{ "type": "Feature", "properties": { "objectid": 5, "site": "60th St & Haverford Av NW", "siteid": "pa-001485", "stopid": "21811", "lat": 39.970066, "long": -75.239236, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.239236007, 39.970066033000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 6, "site": "Grays Ferry Av & 35th St -", "siteid": "pa-002284", "stopid": "24640", "lat": 39.939879, "long": -75.199928, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.199927976, 39.939878987 ] } }, +{ "type": "Feature", "properties": { "objectid": 7, "site": "57th St & Baltimore Av - FS", "siteid": "pa-002336", "stopid": "24451", "lat": 39.946529, "long": -75.237858, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.237857992, 39.946529006 ] } }, +{ "type": "Feature", "properties": { "objectid": 8, "site": "Erie Av & Germantown Av NE", "siteid": "pa-002184", "stopid": "21261", "lat": 40.009233, "long": -75.150671, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.150671014, 40.009232968000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 9, "site": "52nd St & Baltimore Av NW", "siteid": "pa-001683", "stopid": "771", "lat": 39.94787, "long": -75.227498, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.227497991, 39.947870006000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 10, "site": "Erie Av & Broad St SW", "siteid": "pa-002183", "stopid": "21260", "lat": 40.009208, "long": -75.151439, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.151438982999906, 40.009207992 ] } }, +{ "type": "Feature", "properties": { "objectid": 11, "site": "Stenton Av & Washington Ln SW", "siteid": "pa-002190", "stopid": "254", "lat": 40.058873, "long": -75.164433, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.164433023999905, 40.058873033 ] } }, +{ "type": "Feature", "properties": { "objectid": 12, "site": "Chelten Av & Baynton St SW", "siteid": "pa-002004", "stopid": "213", "lat": 40.038722, "long": -75.171649, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.1716490109999, 40.038721989000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 13, "site": "52nd St & Chestnut St NW", "siteid": "pa-001201", "stopid": "21701", "lat": 39.958574, "long": -75.22527, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.225269989, 39.958573994000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 14, "site": "Woodland & Av 70th St SW", "siteid": "pa-001640", "stopid": "20707", "lat": 39.920483, "long": -75.24148, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.241479999, 39.920483034 ] } }, +{ "type": "Feature", "properties": { "objectid": 15, "site": "Hunting Park Av & Clarissa", "siteid": "pa-002037", "stopid": "23050", "lat": 40.014518, "long": -75.156555, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.156554979, 40.014518000000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 16, "site": "Torresdale Av & Church St NE", "siteid": "pa-001999", "stopid": "17978", "lat": 40.008594, "long": -75.083699, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.083699004, 40.008593967 ] } }, +{ "type": "Feature", "properties": { "objectid": 17, "site": "54th St & Chester Av SE", "siteid": "pa-002193", "stopid": "21257", "lat": 39.939558, "long": -75.222632, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.222631997, 39.939558026 ] } }, +{ "type": "Feature", "properties": { "objectid": 18, "site": "Market St & 12th-PBS1", "siteid": "pa-000049", "stopid": "10262", "lat": 39.951963, "long": -75.159478, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.159478007, 39.95196302 ] } }, +{ "type": "Feature", "properties": { "objectid": 19, "site": "Market St Between 12th & 13th Marriott-PBS1", "siteid": "pa-000066", "stopid": "30082", "lat": 39.952086, "long": -75.160478, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.160478011, 39.952086010000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 20, "site": "Torresdale Av & Bridge St NE", "siteid": "pa-001998", "stopid": "502", "lat": 40.01326, "long": -75.07038, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.070380042999901, 40.013259975 ] } }, +{ "type": "Feature", "properties": { "objectid": 21, "site": "Broad St & Pine St - Shelter 542", "siteid": "pa-001330", "stopid": "5281", "lat": 39.945469, "long": -75.164962, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.164962042, 39.945468969 ] } }, +{ "type": "Feature", "properties": { "objectid": 22, "site": "11th St & Chestnut St - Shelter 2050", "siteid": "pa-001288", "stopid": "16844", "lat": 39.950123, "long": -75.158575, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.158575019999901, 39.950122967 ] } }, +{ "type": "Feature", "properties": { "objectid": 23, "site": "8th St & Arch St - Shelter 216", "siteid": "pa-001140", "stopid": "16289", "lat": 39.953218, "long": -75.153191, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.153190967999905, 39.953217974 ] } }, +{ "type": "Feature", "properties": { "objectid": 24, "site": "19th St & Vine St - Shelter 63", "siteid": "pa-001100", "stopid": "2784", "lat": 39.959158, "long": -75.170374, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.170374032, 39.959158034 ] } }, +{ "type": "Feature", "properties": { "objectid": 25, "site": "Broad St & Walnut St - Shelter AA-02", "siteid": "pa-001326", "stopid": "15186", "lat": 39.949526, "long": -75.164377, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.164376969, 39.949525972000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 26, "site": "Juniper St & Commerce St - Shelter 2054", "siteid": "pa-001293", "stopid": "20968", "lat": 39.952859, "long": -75.162445, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.162444961999896, 39.952858995 ] } }, +{ "type": "Feature", "properties": { "objectid": 27, "site": "Chestnut St & Broad St - Shelter CH14", "siteid": "pa-001115", "stopid": "6115", "lat": 39.950863, "long": -75.16425, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.164250037, 39.950862989 ] } }, +{ "type": "Feature", "properties": { "objectid": 28, "site": "Chestnut St & 21st St - Shelter CH21", "siteid": "pa-001280", "stopid": "6065", "lat": 39.952246, "long": -75.175546, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.175545993, 39.952245979 ] } }, +{ "type": "Feature", "properties": { "objectid": 29, "site": "Wayne Av & Chelten Av NW", "siteid": "pa-001639", "stopid": "31352", "lat": 40.03174, "long": -75.179039, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.179039002, 40.031739984000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 30, "site": "19th St & Chestnut St - Shelter 54", "siteid": "pa-001287", "stopid": "14923", "lat": 39.951696, "long": -75.172002, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.1720019589999, 39.951695968 ] } }, +{ "type": "Feature", "properties": { "objectid": 31, "site": "Chestnut St & 18th-PBS1", "siteid": "pa-000068", "stopid": "6062", "lat": 39.951641, "long": -75.170502, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.170502042, 39.951641015000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 32, "site": "Chestnut St & 22nd-PBS1", "siteid": "pa-000055", "stopid": "6066", "lat": 39.952405, "long": -75.176673, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.176673019, 39.952404984 ] } }, +{ "type": "Feature", "properties": { "objectid": 33, "site": "Oregon & Broad-PBS1", "siteid": "pa-000072", "stopid": "98", "lat": 39.916648, "long": -75.170824, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.170823997999904, 39.916648024 ] } }, +{ "type": "Feature", "properties": { "objectid": 34, "site": "Spring Garden & 7th-PBS1", "siteid": "pa-000086", "stopid": "22025", "lat": 39.961317, "long": -75.150073, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.150073005, 39.961316982 ] } }, +{ "type": "Feature", "properties": { "objectid": 35, "site": "Civic Center Blvd & Osler Circle (34TH Street)-PBS1", "siteid": "pa-000088", "stopid": "21439", "lat": 39.947498, "long": -75.194707, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.194706967999906, 39.947497983000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 36, "site": "Market St & 6th-PBS1", "siteid": "pa-000065", "stopid": "10329", "lat": 39.950722, "long": -75.150705, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.150704969999893, 39.950722023 ] } }, +{ "type": "Feature", "properties": { "objectid": 37, "site": "Broad & Arch St.-PBS1", "siteid": "pa-000093", "stopid": "17261", "lat": 39.954262, "long": -75.163063, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.163063002999905, 39.954261984 ] } }, +{ "type": "Feature", "properties": { "objectid": 38, "site": "Broad & Tasker-PBS1", "siteid": "pa-000094", "stopid": "17189", "lat": 39.930635, "long": -75.16849, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.168489995999906, 39.930634995 ] } }, +{ "type": "Feature", "properties": { "objectid": 39, "site": "Broad & Federal-PBS1", "siteid": "pa-000073", "stopid": "17180", "lat": 39.935838, "long": -75.167351, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.167351021999906, 39.935838011 ] } }, +{ "type": "Feature", "properties": { "objectid": 40, "site": "Arch & 20th-PBS1", "siteid": "pa-000054", "stopid": "4465", "lat": 39.955649, "long": -75.172599, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.172598979, 39.955648968 ] } }, +{ "type": "Feature", "properties": { "objectid": 41, "site": "Arch & 4th-PBS1", "siteid": "pa-000051", "stopid": "3492", "lat": 39.95248, "long": -75.147044, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.147043976, 39.952479975000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 42, "site": "Vine & 20th-PBS1", "siteid": "pa-000050", "stopid": "15950", "lat": 39.959316, "long": -75.171624, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.171624037999905, 39.959315989000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 43, "site": "Walnut St & 17th-PBS1", "siteid": "pa-000096", "stopid": "14081", "lat": 39.949976, "long": -75.16893, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.16892999, 39.949976009000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 44, "site": "Erie Av & I St SW", "siteid": "pa-002143", "stopid": "17576", "lat": 40.005358, "long": -75.109599, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.109598961, 40.005358000000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 45, "site": "Ogontz Av & Walnut Ln NW", "siteid": "pa-001589", "stopid": "14888", "lat": 40.064326, "long": -75.153673, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.153673004, 40.064326026000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 46, "site": "Rising Sun Av & Wyoming Av NW", "siteid": "pa-001950", "stopid": "845", "lat": 40.021902, "long": -75.125621, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.125621043, 40.021902006000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 47, "site": "5th St & Olney Av NW", "siteid": "pa-001483", "stopid": "16242", "lat": 40.036516, "long": -75.130584, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.130583965, 40.036515967000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 48, "site": "52nd St & Lancaster Av - FS SW", "siteid": "pa-001465", "stopid": "21692", "lat": 39.977017, "long": -75.22692, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.226920015, 39.977016969 ] } }, +{ "type": "Feature", "properties": { "objectid": 49, "site": "Lehigh Av & American St NE", "siteid": "pa-001727", "stopid": "30806", "lat": 39.991653, "long": -75.136017, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.136016976, 39.991652998000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 50, "site": "Erie Av & 5th St SW", "siteid": "pa-001778", "stopid": "18195", "lat": 40.007337, "long": -75.136957, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.136956972999897, 40.007337003 ] } }, +{ "type": "Feature", "properties": { "objectid": 51, "site": "52nd St & Haverford Av - FS NE", "siteid": "pa-001463", "stopid": "780", "lat": 39.965197, "long": -75.224591, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.224591043, 39.965196996 ] } }, +{ "type": "Feature", "properties": { "objectid": 52, "site": "Henry Av & Abbottsford - FS SW", "siteid": "pa-001946", "stopid": "16536", "lat": 40.011198, "long": -75.181971, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.181971013, 40.011198029000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 53, "site": "Erie Av & L St", "siteid": "pa-001968", "stopid": "18016", "lat": 40.005655, "long": -75.103176, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.103176006, 40.005654981000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 54, "site": "Chestnut St & 56th St SW", "siteid": "pa-001948", "stopid": "19079", "lat": 39.959421, "long": -75.233252, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.23325197, 39.959420994 ] } }, +{ "type": "Feature", "properties": { "objectid": 55, "site": "Oxford Ave & Martins Mill Rd - FS SW", "siteid": "pa-001947", "stopid": "478", "lat": 40.043875, "long": -75.089011, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.089011012, 40.0438749670001 ] } }, +{ "type": "Feature", "properties": { "objectid": 56, "site": "5th St & Olney Av SE", "siteid": "pa-001761", "stopid": "18570", "lat": 40.036346, "long": -75.130454, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.130453979, 40.036346016 ] } }, +{ "type": "Feature", "properties": { "objectid": 57, "site": "20th St & Washington Av", "siteid": "pa-002032", "stopid": "SEPTA357", "lat": 39.938941, "long": -75.1763, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.176300038, 39.938941034 ] } }, +{ "type": "Feature", "properties": { "objectid": 58, "site": "Ridge Av & Roxborough Av", "siteid": "pa-002024", "stopid": "16187", "lat": 40.030042, "long": -75.2115, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.2114999839999, 40.030041987 ] } }, +{ "type": "Feature", "properties": { "objectid": 59, "site": "29th St & Oxford St", "siteid": "pa-002033", "stopid": "2901", "lat": 39.980445, "long": -75.1823, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.182299976, 39.980445021 ] } }, +{ "type": "Feature", "properties": { "objectid": 60, "site": "52nd St & Pine St", "siteid": "pa-002028", "stopid": "21705", "lat": 39.953633, "long": -75.2263, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.226299997999902, 39.953633005 ] } }, +{ "type": "Feature", "properties": { "objectid": 61, "site": "Frankford Av & Levick St", "siteid": "pa-002035", "stopid": "1138", "lat": 40.028593, "long": -75.0579, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.057900017999899, 40.028593023 ] } }, +{ "type": "Feature", "properties": { "objectid": 62, "site": "Germantown Av & Coulter St", "siteid": "pa-002022", "stopid": "15701", "lat": 40.03316, "long": -75.1707, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.170700031, 40.033159993 ] } }, +{ "type": "Feature", "properties": { "objectid": 63, "site": "52nd St & Chestnut St - Shelter 2012", "siteid": "pa-001104", "stopid": "3574", "lat": 39.958332, "long": -75.225122, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.225122036999906, 39.958332031 ] } }, +{ "type": "Feature", "properties": { "objectid": 64, "site": "Parkside Av & 51st St SW", "siteid": "pa-001601", "stopid": "21724", "lat": 39.980721, "long": -75.221581, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.221580968, 39.9807209780001 ] } }, +{ "type": "Feature", "properties": { "objectid": 65, "site": "Frankford Av & Sheffield Av - NW", "siteid": "pa-001881", "stopid": "21934", "lat": 40.039466, "long": -75.033359, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.033359032, 40.039466003 ] } }, +{ "type": "Feature", "properties": { "objectid": 66, "site": "Roosevelt Blvd & Levick St SE", "siteid": "pa-001710", "stopid": "22481", "lat": 40.034919, "long": -75.069644, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.069643963, 40.034918989000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 67, "site": "Belmont Av & Monument Rd", "siteid": "pa-001892", "stopid": "22208", "lat": 39.99565, "long": -75.218526, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.218525977, 39.995650003 ] } }, +{ "type": "Feature", "properties": { "objectid": 68, "site": "29th St & Dauphin St NW", "siteid": "pa-001457", "stopid": "746", "lat": 39.991088, "long": -75.179961, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.179961033, 39.991088024000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 69, "site": "Ridge Av & Green Ln - Shelter 187", "siteid": "pa-001124", "stopid": "12275", "lat": 40.034101, "long": -75.21599, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.215990033, 40.034100986 ] } }, +{ "type": "Feature", "properties": { "objectid": 70, "site": "Allegheny Av & Aramingo Av - Shelter 507", "siteid": "pa-001106", "stopid": "4356", "lat": 39.988488, "long": -75.106219, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.10621896, 39.988488014 ] } }, +{ "type": "Feature", "properties": { "objectid": 71, "site": "Stenton Av & Rittenhouse St SW", "siteid": "pa-001735", "stopid": "18474", "lat": 40.055116, "long": -75.15786, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.157859961, 40.0551159870001 ] } }, +{ "type": "Feature", "properties": { "objectid": 72, "site": "Old York Rd & Stenton Av - Shelter 198", "siteid": "pa-001188", "stopid": "21221", "lat": 40.048787, "long": -75.144968, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.144967968999893, 40.048787013 ] } }, +{ "type": "Feature", "properties": { "objectid": 73, "site": "Chelten Av & Chew Av SW", "siteid": "pa-001746", "stopid": "497", "lat": 40.045366, "long": -75.164837, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.164836996, 40.045365968 ] } }, +{ "type": "Feature", "properties": { "objectid": 74, "site": "22nd St & Indiana Av - Shelter 2021", "siteid": "pa-001103", "stopid": "3133", "lat": 40.000102, "long": -75.166517, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.166517026, 40.0001019870001 ] } }, +{ "type": "Feature", "properties": { "objectid": 75, "site": "Germantown Av & Tioga St - Shelter 130", "siteid": "pa-001148", "stopid": "16884", "lat": 40.005797, "long": -75.149654, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.149654031, 40.005797003000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 76, "site": "Parkside Av & Belmont Av SW", "siteid": "pa-001602", "stopid": "22002", "lat": 39.977771, "long": -75.213703, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.213703011999897, 39.977771018 ] } }, +{ "type": "Feature", "properties": { "objectid": 77, "site": "Frankford Av & Megargee St - FS SW", "siteid": "pa-001706", "stopid": "21923", "lat": 40.048853, "long": -75.012412, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.012412027, 40.048853028 ] } }, +{ "type": "Feature", "properties": { "objectid": 78, "site": "Frankford Av & Tolbut St NW", "siteid": "pa-001702", "stopid": "21920", "lat": 40.051555, "long": -75.00905, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.009049992, 40.051554984000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 79, "site": "6th & Lehigh NW", "siteid": "pa-002072", "stopid": "16266", "lat": 39.992577, "long": -75.142198, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.142198014, 39.992577014000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 80, "site": "Cottman Av & Roosevelt Blvd SW", "siteid": "pa-001701", "stopid": "1013", "lat": 40.044667, "long": -75.054791, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.054791038, 40.044666994000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 81, "site": "22nd St & Lehigh Av - Shelter 2024", "siteid": "pa-001078", "stopid": "596", "lat": 39.995472, "long": -75.167525, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.167525025, 39.995471968000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 82, "site": "Pratt St & Horrocks St NW", "siteid": "pa-001734", "stopid": "23773", "lat": 40.025982, "long": -75.084324, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.084323962, 40.025981989 ] } }, +{ "type": "Feature", "properties": { "objectid": 83, "site": "University Av & Baltimore Av - MBFS - Shelter 46", "siteid": "pa-001193", "stopid": "21435", "lat": 39.94882, "long": -75.199407, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.199407043, 39.948820026000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 84, "site": "54th St & City Av - MBFS", "siteid": "pa-001472", "stopid": "30138", "lat": 39.995986, "long": -75.23457, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.234569978, 39.995985979000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 85, "site": "54th St & Berks St - Shelter 2009", "siteid": "pa-001199", "stopid": "21688", "lat": 39.985978, "long": -75.23202, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.232020019999894, 39.985978001 ] } }, +{ "type": "Feature", "properties": { "objectid": 86, "site": "Germantown Av & Chelten Av - Shelter 307", "siteid": "pa-001089", "stopid": "949", "lat": 40.035817, "long": -75.174643, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.174643005999897, 40.035816971 ] } }, +{ "type": "Feature", "properties": { "objectid": 87, "site": "Henry Av & Indian Queen Ln - MBFS", "siteid": "pa-001563", "stopid": "19703", "lat": 40.012702, "long": -75.18349, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.183489973999897, 40.012701991 ] } }, +{ "type": "Feature", "properties": { "objectid": 88, "site": "62nd St & Woodland Av - FS SW", "siteid": "pa-001493", "stopid": "24538", "lat": 39.927944, "long": -75.230512, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.230512018, 39.927944027000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 89, "site": "62nd St & Woodland Av SE", "siteid": "pa-001494", "stopid": "24436", "lat": 39.92806, "long": -75.230416, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.230415987999905, 39.928060033000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 90, "site": "Chew Av & Church Ln", "siteid": "pa-001891", "stopid": "15919", "lat": 40.043306, "long": -75.161227, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.161227026999896, 40.043306024000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 91, "site": "Oregon Av & 20th St - FS - Shelter 43", "siteid": "pa-001072", "stopid": "96", "lat": 39.917885, "long": -75.180648, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.180647974, 39.917885023000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 92, "site": "Walnut Ln & Johnson SE", "siteid": "pa-001773", "stopid": "20555", "lat": 40.033372, "long": -75.196838, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.196838041, 40.033371977000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 93, "site": "Academy Rd & Grant Av - FS - Shelter 101", "siteid": "pa-001075", "stopid": "415", "lat": 40.069035, "long": -75.007849, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.007849033999904, 40.069034968 ] } }, +{ "type": "Feature", "properties": { "objectid": 94, "site": "Spruce St & 49th St - Shelter 142", "siteid": "pa-001213", "stopid": "22192", "lat": 39.953885, "long": -75.219885, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.219885038, 39.953884969 ] } }, +{ "type": "Feature", "properties": { "objectid": 95, "site": "Lehigh Av & Glenwood Av - FS - Shelter 783", "siteid": "pa-001182", "stopid": "20525", "lat": 39.994713, "long": -75.159984, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.159984027999897, 39.994713022 ] } }, +{ "type": "Feature", "properties": { "objectid": 96, "site": "54th St & Upland Way - Shelter 564", "siteid": "pa-001200", "stopid": "21689", "lat": 39.982517, "long": -75.230791, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.230791035, 39.982516981000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 97, "site": "Bustleton Av & Hendrix St - Shelter 228", "siteid": "pa-001229", "stopid": "23239", "lat": 40.119025, "long": -75.018053, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.018052998, 40.119024979000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 98, "site": "Cottman Av & Roosevelt Blvd - FS - Shelter 225", "siteid": "pa-001161", "stopid": "17681", "lat": 40.045102, "long": -75.055232, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.055232020999895, 40.045102031 ] } }, +{ "type": "Feature", "properties": { "objectid": 99, "site": "Lehigh Av & Lawrence St - Shelter 275", "siteid": "pa-001120", "stopid": "9380", "lat": 39.991945, "long": -75.139383, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.139382962999903, 39.991945015000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 100, "site": "Passyunk Ave and 24th St NE", "siteid": "pa-001604", "stopid": "24926", "lat": 39.922424, "long": -75.18681, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.186809968, 39.922423986000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 101, "site": "Germantown Av & Haines St - Shelter 487", "siteid": "pa-001134", "stopid": "15652", "lat": 40.038464, "long": -75.1771, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.177099988, 40.038464011 ] } }, +{ "type": "Feature", "properties": { "objectid": 102, "site": "Lehigh Av & Germantown Av - Shelter 229", "siteid": "pa-001181", "stopid": "20519", "lat": 39.993141, "long": -75.147718, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.147717982, 39.993141011 ] } }, +{ "type": "Feature", "properties": { "objectid": 103, "site": "State Rd & Rhawn Corrections - MBNS", "siteid": "pa-001633", "stopid": "22700", "lat": 40.032552, "long": -75.019589, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.019589026999896, 40.03255203 ] } }, +{ "type": "Feature", "properties": { "objectid": 104, "site": "Lindbergh Blvd & 70th St - Shelter 217", "siteid": "pa-001243", "stopid": "24944", "lat": 39.911403, "long": -75.230242, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.230241985, 39.911403034 ] } }, +{ "type": "Feature", "properties": { "objectid": 105, "site": "Conshohocken Av & W Country Club - Shelter 116", "siteid": "pa-001220", "stopid": "22307", "lat": 40.002761, "long": -75.207701, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.207701008999905, 40.00276101 ] } }, +{ "type": "Feature", "properties": { "objectid": 106, "site": "52nd St & Market St - Shelter 2011", "siteid": "pa-001084", "stopid": "769", "lat": 39.960158, "long": -75.224888, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.224888026, 39.960158023000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 107, "site": "Erie Ave & St Chris Dr FS", "siteid": "pa-001584", "stopid": "18197", "lat": 40.007407, "long": -75.125292, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.125291989999894, 40.00740698 ] } }, +{ "type": "Feature", "properties": { "objectid": 108, "site": "Erie Av & A St - Shelter 517", "siteid": "pa-001165", "stopid": "18146", "lat": 40.007521, "long": -75.125061, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.125061033, 40.007520994000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 109, "site": "City Av & 47th St - FS NE", "siteid": "pa-001581", "stopid": "6237", "lat": 40.002653, "long": -75.223302, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.22330196, 40.0026529740001 ] } }, +{ "type": "Feature", "properties": { "objectid": 110, "site": "Parkside Av & 40th St SW", "siteid": "pa-001625", "stopid": "635", "lat": 39.974418, "long": -75.204495, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.204495010999906, 39.9744180060001 ] } }, +{ "type": "Feature", "properties": { "objectid": 111, "site": "Frankford Av & Bridge St - FS NE", "siteid": "pa-001586", "stopid": "30388", "lat": 40.023434, "long": -75.076475, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.076475022, 40.023434006000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 112, "site": "29th St & Cecil B Moore Av NW", "siteid": "pa-001576", "stopid": "2887", "lat": 39.981845, "long": -75.181942, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.181941997, 39.981845034000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 113, "site": "Spring Garden St & 8th St - FS - Shelter 282", "siteid": "pa-001168", "stopid": "18439", "lat": 39.961391, "long": -75.151569, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.151568969, 39.961391 ] } }, +{ "type": "Feature", "properties": { "objectid": 114, "site": "7th St & Girard Av SE", "siteid": "pa-001547", "stopid": "737", "lat": 39.970314, "long": -75.148082, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.148081979, 39.970314013000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 115, "site": "Rising Sun Av & Levick St NE", "siteid": "pa-001626", "stopid": "16726", "lat": 40.049646, "long": -75.095645, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.09564498, 40.049646029 ] } }, +{ "type": "Feature", "properties": { "objectid": 116, "site": "Market St & Schuylkill Av SW", "siteid": "pa-001521", "stopid": "21529", "lat": 39.954552, "long": -75.181375, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.181374981, 39.954552026 ] } }, +{ "type": "Feature", "properties": { "objectid": 117, "site": "Germantown & Armat Ave SE", "siteid": "pa-001940", "stopid": "15655", "lat": 40.035041, "long": -75.173843, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.173842965999896, 40.035041004 ] } }, +{ "type": "Feature", "properties": { "objectid": 118, "site": "Lehigh Av & Germantown Av - FS SE", "siteid": "pa-001593", "stopid": "9378", "lat": 39.992983, "long": -75.147685, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.147685014, 39.992982996000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 119, "site": "Lehigh Av & Broad St SW", "siteid": "pa-001610", "stopid": "9375", "lat": 39.993943, "long": -75.155001, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.155000983, 39.9939429880001 ] } }, +{ "type": "Feature", "properties": { "objectid": 120, "site": "Cottman Av & Whitaker Av - FS NE", "siteid": "pa-001567", "stopid": "1027", "lat": 40.057512, "long": -75.076887, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.076886988999902, 40.057512003000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 121, "site": "Chestnut St & 9th St SW", "siteid": "pa-001468", "stopid": "6114", "lat": 39.949768, "long": -75.155661, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.155660975, 39.949767966 ] } }, +{ "type": "Feature", "properties": { "objectid": 122, "site": "Frankford Av & Knorr St - Shelter 779", "siteid": "pa-001206", "stopid": "21824", "lat": 40.0322, "long": -75.051072, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.051072013, 40.032200003000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 123, "site": "Greene St and Chelten Ave FS NW", "siteid": "pa-001562", "stopid": "1348", "lat": 40.034261, "long": -75.176642, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.176642027, 40.03426097 ] } }, +{ "type": "Feature", "properties": { "objectid": 124, "site": "Chelten Av & Greene St FS SW", "siteid": "pa-001775", "stopid": "15663", "lat": 40.03402, "long": -75.176726, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.17672602, 40.034020031000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 125, "site": "Market St & 11th St NE", "siteid": "pa-001542", "stopid": "10258", "lat": 39.951755, "long": -75.158169, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.158168981999907, 39.951754984 ] } }, +{ "type": "Feature", "properties": { "objectid": 126, "site": "Arch & 17th-PBS1", "siteid": "pa-000081", "stopid": "4463", "lat": 39.955068, "long": -75.167876, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.167875997, 39.9550679970001 ] } }, +{ "type": "Feature", "properties": { "objectid": 127, "site": "Market East Headhouse - 01", "siteid": "pa-001907", "stopid": " ", "lat": 39.951779, "long": -75.159304, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.159304003, 39.951779017 ] } }, +{ "type": "Feature", "properties": { "objectid": 128, "site": "Rising Sun Av & Adams Av NE", "siteid": "pa-001571", "stopid": "16736", "lat": 40.039392, "long": -75.109786, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.10978599, 40.039392001000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 129, "site": "Castor Av & Everett Av - Shelter 88", "siteid": "pa-001178", "stopid": "20449", "lat": 40.041822, "long": -75.075012, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.075012026, 40.041821993 ] } }, +{ "type": "Feature", "properties": { "objectid": 130, "site": "Bustleton Av & Tyson Av - Shelter 79", "siteid": "pa-001233", "stopid": "23289", "lat": 40.042988, "long": -75.063146, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.063145999, 40.042988025 ] } }, +{ "type": "Feature", "properties": { "objectid": 131, "site": "Olney Av & Ogontz Av SW", "siteid": "pa-001600", "stopid": "15792", "lat": 40.038935, "long": -75.150165, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.150164993, 40.038934988 ] } }, +{ "type": "Feature", "properties": { "objectid": 132, "site": "Lansdowne Av & 75th St - FS - Shelter 2018", "siteid": "pa-001197", "stopid": "21484", "lat": 39.972371, "long": -75.260091, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.260091025, 39.972370997 ] } }, +{ "type": "Feature", "properties": { "objectid": 133, "site": "56th St & Haverford Av NW", "siteid": "pa-001532", "stopid": "24514", "lat": 39.967628, "long": -75.232061, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.232060982999897, 39.967627978 ] } }, +{ "type": "Feature", "properties": { "objectid": 134, "site": "Morris St & 30th St SW", "siteid": "pa-001612", "stopid": "24180", "lat": 39.932542, "long": -75.19478, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.194780001, 39.932541975 ] } }, +{ "type": "Feature", "properties": { "objectid": 135, "site": "Morris St & 27th St SW", "siteid": "pa-001570", "stopid": "24183", "lat": 39.931953, "long": -75.190048, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.190048035, 39.931953024 ] } }, +{ "type": "Feature", "properties": { "objectid": 136, "site": "Bustleton Av & Strahle St SE", "siteid": "pa-001578", "stopid": "23111", "lat": 40.066532, "long": -75.051129, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.051128966, 40.066531973 ] } }, +{ "type": "Feature", "properties": { "objectid": 137, "site": "Bustleton Av & Solly Av - Shelter 138", "siteid": "pa-001228", "stopid": "23109", "lat": 40.062937, "long": -75.051615, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.051615044999906, 40.0629369850001 ] } }, +{ "type": "Feature", "properties": { "objectid": 138, "site": "Olney Av & B St NE", "siteid": "pa-001616", "stopid": "16739", "lat": 40.034842, "long": -75.117479, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.117478982, 40.034842024000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 139, "site": "Bustleton Av & Tomlinson Rd - Shelter 244", "siteid": "pa-001087", "stopid": "878", "lat": 40.113105, "long": -75.023061, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.023061016, 40.113105012000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 140, "site": "Spruce St & 38th St - Shelter 286", "siteid": "pa-001210", "stopid": "22129", "lat": 39.951262, "long": -75.199188, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.199188034, 39.951261988 ] } }, +{ "type": "Feature", "properties": { "objectid": 141, "site": "Bustleton Av & Bleigh Av - Shelter 227", "siteid": "pa-001226", "stopid": "23100", "lat": 40.049515, "long": -75.058195, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.058195025, 40.049515032 ] } }, +{ "type": "Feature", "properties": { "objectid": 142, "site": "Bustleton Av & Rhawn St - Shelter 102", "siteid": "pa-001231", "stopid": "23278", "lat": 40.059759, "long": -75.052129, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.052128970999902, 40.059759011 ] } }, +{ "type": "Feature", "properties": { "objectid": 143, "site": "Bustleton Av & Bowler St NW", "siteid": "pa-001555", "stopid": "23251", "lat": 40.091309, "long": -75.032736, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.032735961, 40.091309002000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 144, "site": "Bustleton Av & Glendale Av - FS - Shelter 161", "siteid": "pa-001232", "stopid": "23281", "lat": 40.054733, "long": -75.054223, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.054223034, 40.054732996 ] } }, +{ "type": "Feature", "properties": { "objectid": 145, "site": "60th St & Master St NW", "siteid": "pa-001489", "stopid": "21809", "lat": 39.97286, "long": -75.23976, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.239759995, 39.972859986000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 146, "site": "52nd St & Master St - FS SW", "siteid": "pa-001577", "stopid": "21694", "lat": 39.974032, "long": -75.226449, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.226449027999905, 39.974032015 ] } }, +{ "type": "Feature", "properties": { "objectid": 147, "site": "Bustleton Av & Lawler St - Shelter 289", "siteid": "pa-001230", "stopid": "23243", "lat": 40.110046, "long": -75.025169, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.025169002, 40.110045971 ] } }, +{ "type": "Feature", "properties": { "objectid": 148, "site": "Cecil B Moore Av & Broad St - Shelter 18", "siteid": "pa-001070", "stopid": "58", "lat": 39.978687, "long": -75.158225, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.158225037, 39.978687030000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 149, "site": "Ridge Av & Cathedral Rd - FS - Shelter 845", "siteid": "pa-001171", "stopid": "19281", "lat": 40.063387, "long": -75.239683, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.239683009, 40.063387031 ] } }, +{ "type": "Feature", "properties": { "objectid": 150, "site": "Ridge Av & Shurs Ln - Shelter 105", "siteid": "pa-001260", "stopid": "31281", "lat": 40.027137, "long": -75.209617, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.209617024999901, 40.027137011 ] } }, +{ "type": "Feature", "properties": { "objectid": 151, "site": "6th St & Erie Av NW", "siteid": "pa-001544", "stopid": "724", "lat": 40.007954, "long": -75.138828, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.138827984, 40.007953997000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 152, "site": "Snyder Av & 20th St SW", "siteid": "pa-001526", "stopid": "1069", "lat": 39.925563, "long": -75.17943, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.179430038, 39.925563026000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 153, "site": "5th St & Lehigh Av SE", "siteid": "pa-001534", "stopid": "18540", "lat": 39.991826, "long": -75.140189, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.140189022, 39.991826019 ] } }, +{ "type": "Feature", "properties": { "objectid": 154, "site": "Godfrey Av & 5th St NE", "siteid": "pa-001540", "stopid": "865", "lat": 40.045691, "long": -75.128258, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.128257957, 40.045690971 ] } }, +{ "type": "Feature", "properties": { "objectid": 155, "site": "Chelten Av & Germantown Av - FS - Shelter 2027", "siteid": "pa-001113", "stopid": "5805", "lat": 40.035575, "long": -75.175143, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.175143008, 40.035575007 ] } }, +{ "type": "Feature", "properties": { "objectid": 156, "site": "54th St & Montgomery Av - Shelter 2007", "siteid": "pa-001214", "stopid": "22217", "lat": 39.984227, "long": -75.231418, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.231417968999907, 39.984226967 ] } }, +{ "type": "Feature", "properties": { "objectid": 157, "site": "29th St & Allegheny Av - FS SW", "siteid": "pa-001528", "stopid": "4341", "lat": 40.00446, "long": -75.177053, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.177053005999895, 40.004460029 ] } }, +{ "type": "Feature", "properties": { "objectid": 158, "site": "Lindbergh Blvd & 72nd St - FS", "siteid": "pa-001595", "stopid": "24898", "lat": 39.909125, "long": -75.232594, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.232594043999896, 39.909125025 ] } }, +{ "type": "Feature", "properties": { "objectid": 159, "site": "12th St & Thompson St - NW", "siteid": "pa-001882", "stopid": "16117", "lat": 39.972847, "long": -75.155396, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.155395972, 39.972846974 ] } }, +{ "type": "Feature", "properties": { "objectid": 160, "site": "11th St & Girard Av - SE", "siteid": "pa-001883", "stopid": "1185", "lat": 39.970545, "long": -75.154142, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.154142013999902, 39.970544987 ] } }, +{ "type": "Feature", "properties": { "objectid": 161, "site": "34th St & Spruce St - Shelter 280", "siteid": "pa-001196", "stopid": "21450", "lat": 39.950651, "long": -75.192635, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.192635004, 39.950651024000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 162, "site": "12th St & Market St - Shelter 2005", "siteid": "pa-001083", "stopid": "756", "lat": 39.952162, "long": -75.159869, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.159869043, 39.952161966000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 163, "site": "Frankford Av & Battersby St NW", "siteid": "pa-001585", "stopid": "1158", "lat": 40.027292, "long": -75.064626, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.064625974, 40.02729199 ] } }, +{ "type": "Feature", "properties": { "objectid": 164, "site": "Ogontz Av & 74th Av - Shelter 92", "siteid": "pa-001122", "stopid": "11111", "lat": 40.067132, "long": -75.156446, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.156446012999893, 40.067132002 ] } }, +{ "type": "Feature", "properties": { "objectid": 165, "site": "Wyoming Av & C St NE", "siteid": "pa-001572", "stopid": "22149", "lat": 40.020859, "long": -75.118031, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.118030996999906, 40.02085903 ] } }, +{ "type": "Feature", "properties": { "objectid": 166, "site": "Frankford Av & Rhawn St - FS SW", "siteid": "pa-001536", "stopid": "957", "lat": 40.041369, "long": -75.028579, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.028579007, 40.041368985000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 167, "site": "5th St & Hunting Park Av SE", "siteid": "pa-001533", "stopid": "18555", "lat": 40.014899, "long": -75.135112, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.135112013, 40.014899015 ] } }, +{ "type": "Feature", "properties": { "objectid": 168, "site": "Rising Sun Av & Unruh Av - Shelter 90", "siteid": "pa-001142", "stopid": "16435", "lat": 40.053477, "long": -75.091963, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.091962966, 40.053477019000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 169, "site": "76th St & City Av - FS", "siteid": "pa-001535", "stopid": "563", "lat": 39.978456, "long": -75.270777, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.270777025, 39.978456015000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 170, "site": "Germantown Pk & Rodgers Dr - Shelter 207", "siteid": "pa-001258", "stopid": "30718", "lat": 40.085104, "long": -75.229056, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.229056028999906, 40.085104009000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 171, "site": "29th St & Girard Av NW", "siteid": "pa-001520", "stopid": "92", "lat": 39.97478, "long": -75.183524, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.183524019999894, 39.97477997 ] } }, +{ "type": "Feature", "properties": { "objectid": 172, "site": "Ridge Av & Jefferson St NW", "siteid": "pa-001523", "stopid": "12293", "lat": 39.977456, "long": -75.169606, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.169605973, 39.977456017000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 173, "site": "Market St & 5th St - Shelter 114", "siteid": "pa-001105", "stopid": "3582", "lat": 39.95061, "long": -75.148706, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.148706039, 39.95060998 ] } }, +{ "type": "Feature", "properties": { "objectid": 174, "site": "Broad St & 66th Av - Shelter 75", "siteid": "pa-001133", "stopid": "15574", "lat": 40.05379, "long": -75.141617, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.141616983999896, 40.053790019000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 175, "site": "22nd St & South St - Shelter 429", "siteid": "pa-001246", "stopid": "25069", "lat": 39.945179, "long": -75.178536, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.178536035, 39.945179026000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 176, "site": "Spring Garden St & 8th St - Shelter 724", "siteid": "pa-001209", "stopid": "22041", "lat": 39.961668, "long": -75.151575, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.151574987999894, 39.961667998000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 177, "site": "Cecil B Moore Av & 29th St SW", "siteid": "pa-001458", "stopid": "25372", "lat": 39.981756, "long": -75.182065, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.182064977, 39.981756033000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 178, "site": "Lehigh Av & 22nd St - Shelter 500", "siteid": "pa-001184", "stopid": "20598", "lat": 39.995684, "long": -75.167415, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.167414982, 39.995684 ] } }, +{ "type": "Feature", "properties": { "objectid": 179, "site": "Cecil B Moore Av & 26th St SW", "siteid": "pa-001456", "stopid": "25375", "lat": 39.981167, "long": -75.177394, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.177394007, 39.981167024000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 180, "site": "Dauphin St & Broad St SW", "siteid": "pa-001481", "stopid": "646", "lat": 39.987913, "long": -75.156136, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.156136004, 39.987913034 ] } }, +{ "type": "Feature", "properties": { "objectid": 181, "site": "Market St & 9th St NE-PN60", "siteid": "pa-000183", "stopid": "10341", "lat": 39.951381, "long": -75.155009, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.155008978, 39.9513809850001 ] } }, +{ "type": "Feature", "properties": { "objectid": 182, "site": "60th St & Lansdowne Av NW", "siteid": "pa-001455", "stopid": "709", "lat": 39.976062, "long": -75.240347, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.240347044, 39.976061972 ] } }, +{ "type": "Feature", "properties": { "objectid": 183, "site": "Market St & 9th St NE", "siteid": "pa-001505", "stopid": "10341", "lat": 39.951364, "long": -75.155029, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.15502901, 39.951363976 ] } }, +{ "type": "Feature", "properties": { "objectid": 184, "site": "Olney Av & 20th St - FS SE (Remove Onley & 18th MBNS)", "siteid": "pa-001511", "stopid": "15789", "lat": 40.039366, "long": -75.15403, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.154029994, 40.039366004 ] } }, +{ "type": "Feature", "properties": { "objectid": 185, "site": "Chestnut St & 7th St SW", "siteid": "pa-001466", "stopid": "6112", "lat": 39.949377, "long": -75.152486, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.15248597, 39.949377016 ] } }, +{ "type": "Feature", "properties": { "objectid": 186, "site": "29th St & Cecil B Moore Av SE", "siteid": "pa-001454", "stopid": "2886", "lat": 39.981685, "long": -75.18186, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.181859980999903, 39.981684997 ] } }, +{ "type": "Feature", "properties": { "objectid": 187, "site": "Chestnut St & 13th St SW", "siteid": "pa-001460", "stopid": "6059", "lat": 39.95054, "long": -75.161858, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.161858003, 39.950540014000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 188, "site": "Chestnut St & 16th St SW", "siteid": "pa-001461", "stopid": "14907", "lat": 39.951203, "long": -75.167287, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.1672869719999, 39.9512029710001 ] } }, +{ "type": "Feature", "properties": { "objectid": 189, "site": "Chew Av & Penn Blvd SW", "siteid": "pa-001474", "stopid": "15779", "lat": 40.041724, "long": -75.158872, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.1588720029999, 40.041723992000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 190, "site": "Market St & 10th St NE", "siteid": "pa-001496", "stopid": "10257", "lat": 39.951555, "long": -75.156575, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.156575011, 39.951555004000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 191, "site": "Spruce St & 60th St - FS - Shelter 518", "siteid": "pa-001079", "stopid": "670", "lat": 39.956465, "long": -75.241677, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.241676998999907, 39.956465019000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 192, "site": "Market St & 10th St NW", "siteid": "pa-001653", "stopid": "NJT4", "lat": 39.951678, "long": -75.157163, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.157162958, 39.9516779940001 ] } }, +{ "type": "Feature", "properties": { "objectid": 193, "site": "Market St & 9th St NW", "siteid": "pa-001652", "stopid": "NJT3", "lat": 39.951463, "long": -75.155538, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.155537996, 39.951463002 ] } }, +{ "type": "Feature", "properties": { "objectid": 194, "site": "Erie Av & Kensington Av - FS - Shelter 86", "siteid": "pa-001085", "stopid": "827", "lat": 40.00595, "long": -75.096614, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.096613992999906, 40.005949966000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 195, "site": "Chelten Av & Germantown Av - Shelter 2026", "siteid": "pa-001135", "stopid": "15664", "lat": 40.035644, "long": -75.174873, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.174872975, 40.035643992000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 196, "site": "JFK Blvd & 17th St NE", "siteid": "pa-001566", "stopid": "8936", "lat": 39.954043, "long": -75.168139, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.168139024, 39.954043006 ] } }, +{ "type": "Feature", "properties": { "objectid": 197, "site": "Market St & 9th St - MBFS", "siteid": "pa-001580", "stopid": "30081", "lat": 39.9515, "long": -75.156128, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.156128009, 39.951499982 ] } }, +{ "type": "Feature", "properties": { "objectid": 198, "site": "Market St & 7th St NW", "siteid": "pa-001654", "stopid": "NJT1", "lat": 39.951074, "long": -75.152393, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.152392994, 39.951073989000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 199, "site": "33rd St & Dauphin St - Shelter 180", "siteid": "pa-001144", "stopid": "16549", "lat": 39.991862, "long": -75.186444, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.186443993999902, 39.991862014 ] } }, +{ "type": "Feature", "properties": { "objectid": 200, "site": "Market St & 8th St NE", "siteid": "pa-001579", "stopid": "10338", "lat": 39.951164, "long": -75.1534, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.153400006, 39.951163994000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 201, "site": "Ridge Ave & Jefferson St SE", "siteid": "pa-001609", "stopid": "17874", "lat": 39.977188, "long": -75.169283, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.169283027999896, 39.9771880320001 ] } }, +{ "type": "Feature", "properties": { "objectid": 202, "site": "Market St & 11th St - MBNS - Shelter 1002", "siteid": "pa-001121", "stopid": "10259", "lat": 39.951744, "long": -75.159198, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.159198002, 39.951743966 ] } }, +{ "type": "Feature", "properties": { "objectid": 203, "site": "Chestnut St & 12th St SW-PN53", "siteid": "pa-000186", "stopid": "6058", "lat": 39.950383, "long": -75.160412, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.160411984999897, 39.950383002000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 204, "site": "19th & JFK-PN52", "siteid": "pa-000185", "stopid": "21319", "lat": 39.953781, "long": -75.171558, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.171558011999906, 39.953780988 ] } }, +{ "type": "Feature", "properties": { "objectid": 205, "site": "Chestnut St & 15th St SW-PN55", "siteid": "pa-000188", "stopid": "6060", "lat": 39.951051, "long": -75.165798, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.165798014, 39.951050988000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 206, "site": "Chestnut St & 6th St SW-PN58", "siteid": "pa-000181", "stopid": "6111", "lat": 39.949219, "long": -75.15096, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.150960002, 39.949218968 ] } }, +{ "type": "Feature", "properties": { "objectid": 207, "site": "Chestnut St & 17th St SW-PN54", "siteid": "pa-000187", "stopid": "6061", "lat": 39.951442, "long": -75.168931, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.168930977999906, 39.951441998000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 208, "site": "Market St & 9th-PBS1", "siteid": "pa-000067", "stopid": "10340", "lat": 39.951323, "long": -75.155708, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.155707956999905, 39.951323002 ] } }, +{ "type": "Feature", "properties": { "objectid": 209, "site": "Chestnut St & 8th St SW-PN56", "siteid": "pa-000189", "stopid": "6113", "lat": 39.949606, "long": -75.154203, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.154203009999904, 39.949605994000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 210, "site": "Ogontz Av & Stenton Av - Shelter 2127", "siteid": "pa-001390", "stopid": "80", "lat": 40.051743, "long": -75.150221, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.150220958, 40.0517429820001 ] } }, +{ "type": "Feature", "properties": { "objectid": 211, "site": "Torresdale Av & Cheltenham Av - Shelter 167", "siteid": "pa-001391", "stopid": "17980", "lat": 40.015591, "long": -75.063351, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.063350995, 40.015591001000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 212, "site": "52nd St & Baltimore Av - Shelter 2126", "siteid": "pa-001389", "stopid": "777", "lat": 39.947644, "long": -75.227179, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.227178999, 39.947643982 ] } }, +{ "type": "Feature", "properties": { "objectid": 213, "site": "Haverford Av & 59th St - Shelter 2129", "siteid": "pa-001388", "stopid": "558", "lat": 39.969003, "long": -75.237056, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.237055976, 39.969002988000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 214, "site": "Ridge Av & Girard Av - Shelter 2125", "siteid": "pa-001387", "stopid": "917", "lat": 39.972216, "long": -75.166319, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.166319036999894, 39.972216032000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 215, "site": "Germantown Av & Sedgwick St - Shelter 191", "siteid": "pa-001386", "stopid": "17402", "lat": 40.056876, "long": -75.187981, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.187981012, 40.056875998000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 216, "site": "Cottman Av & Ditman St - Shelter 2128", "siteid": "pa-001385", "stopid": "1021", "lat": 40.030813, "long": -75.035589, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.03558901, 40.030812990000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 217, "site": "Vine St & 57th St - Shelter 2124", "siteid": "pa-001384", "stopid": "24466", "lat": 39.96591, "long": -75.233683, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.233682981, 39.965910003 ] } }, +{ "type": "Feature", "properties": { "objectid": 218, "site": "JFK & 15th St-PN59", "siteid": "pa-000182", "stopid": "17842", "lat": 39.953683, "long": -75.164838, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.164837985, 39.953682998 ] } }, +{ "type": "Feature", "properties": { "objectid": 219, "site": "JFK Blvd & 15th St - Shelter 551", "siteid": "pa-001383", "stopid": "17842", "lat": 39.953634, "long": -75.164758, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.164758034, 39.953633969000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 220, "site": "52nd St & Wyalusing Av - FS - Shelter 2123", "siteid": "pa-001382", "stopid": "21696", "lat": 39.969347, "long": -75.225461, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.225460971, 39.969347011 ] } }, +{ "type": "Feature", "properties": { "objectid": 221, "site": "Belmont Av & Mantua Av - Shelter 303", "siteid": "pa-001381", "stopid": "30846", "lat": 39.972607, "long": -75.212168, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.212167971, 39.97260699 ] } }, +{ "type": "Feature", "properties": { "objectid": 222, "site": "Allegheny Av & E St - Shelter 2121", "siteid": "pa-001379", "stopid": "4362", "lat": 39.99734, "long": -75.119179, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.119179044, 39.997339979000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 223, "site": "Allegheny Av & 23rd St - Shelter 2122", "siteid": "pa-001380", "stopid": "15013", "lat": 40.003429, "long": -75.167664, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.167663994999899, 40.003428966000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 224, "site": "Chestnut St & 34th St - Shelter 35", "siteid": "pa-001378", "stopid": "21354", "lat": 39.954306, "long": -75.191994, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.191993966, 39.954305986000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 225, "site": "Aramingo Av & Allegheny Av - Shelter 2119", "siteid": "pa-001376", "stopid": "17818", "lat": 39.988385, "long": -75.106453, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.106452971, 39.98838498 ] } }, +{ "type": "Feature", "properties": { "objectid": 226, "site": "Washington Ln & Stenton Av - Shelter 2117", "siteid": "pa-001374", "stopid": "21620", "lat": 40.05978, "long": -75.165349, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.165349036, 40.059779982000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 227, "site": "Roosevelt Blvd & Woodward St - Shelter 177", "siteid": "pa-001372", "stopid": "10", "lat": 40.071402, "long": -75.038293, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.038293029, 40.071402034000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 228, "site": "Ogontz Av & 76th Av - Shelter 171", "siteid": "pa-001373", "stopid": "11113", "lat": 40.069882, "long": -75.157071, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.157070970999897, 40.069881974000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 229, "site": "Roosevelt Blvd & Solly Av - FS - Shelter 2116", "siteid": "pa-001371", "stopid": "21", "lat": 40.05889, "long": -75.045051, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.045050965, 40.058890016000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 230, "site": "Chestnut St & 45th St - Shelter 2115", "siteid": "pa-001370", "stopid": "19149", "lat": 39.95672, "long": -75.211587, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.211587031, 39.956720003 ] } }, +{ "type": "Feature", "properties": { "objectid": 231, "site": "29th St & Ridge Av - Shelter 2114", "siteid": "pa-001369", "stopid": "747", "lat": 39.98701, "long": -75.180862, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.180862042999905, 39.987010016 ] } }, +{ "type": "Feature", "properties": { "objectid": 232, "site": "Erie Av & B St - Shelter 2113", "siteid": "pa-001368", "stopid": "18198", "lat": 40.007163, "long": -75.12363, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.123630017, 40.007162988000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 233, "site": "Arch St & 11th St - Shelter 302", "siteid": "pa-001367", "stopid": "14933", "lat": 39.953807, "long": -75.157757, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.157757014, 39.953807018000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 234, "site": "Roosevelt Blvd & C St - Shelter 2112", "siteid": "pa-001366", "stopid": "124", "lat": 40.026936, "long": -75.116973, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.116972961, 40.0269360140001 ] } }, +{ "type": "Feature", "properties": { "objectid": 235, "site": "Spruce St & 40th St - Shelter 2111", "siteid": "pa-001365", "stopid": "674", "lat": 39.951811, "long": -75.202942, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.202942004, 39.95181097 ] } }, +{ "type": "Feature", "properties": { "objectid": 236, "site": "Broad St & Godfrey Av - Shelter 2110", "siteid": "pa-001364", "stopid": "17323", "lat": 40.047345, "long": -75.142727, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.142727032, 40.04734498 ] } }, +{ "type": "Feature", "properties": { "objectid": 237, "site": "Broad St & Hunting Park Av - Shelter 2109", "siteid": "pa-001363", "stopid": "30489", "lat": 40.017177, "long": -75.149594, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.149594023, 40.017177011 ] } }, +{ "type": "Feature", "properties": { "objectid": 238, "site": "Torresdale Av & Levick St - Shelter 2108", "siteid": "pa-001362", "stopid": "17971", "lat": 40.021683, "long": -75.051703, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.05170299, 40.021682969 ] } }, +{ "type": "Feature", "properties": { "objectid": 239, "site": "Market St & 60th St - FS - Shelter 2107", "siteid": "pa-001361", "stopid": "19029", "lat": 39.962095, "long": -75.240957, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.240957, 39.962095027 ] } }, +{ "type": "Feature", "properties": { "objectid": 240, "site": "60th St & Market St - Shelter 2106", "siteid": "pa-001360", "stopid": "711", "lat": 39.962116, "long": -75.240806, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.240805993, 39.962116027 ] } }, +{ "type": "Feature", "properties": { "objectid": 241, "site": "Castor Av & Elgin Av - Shelter 2104", "siteid": "pa-001358", "stopid": "890", "lat": 40.051604, "long": -75.065894, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.065894036, 40.051604012 ] } }, +{ "type": "Feature", "properties": { "objectid": 242, "site": "Washington Ln & Thouron St - Shelter 2105", "siteid": "pa-001359", "stopid": "18175", "lat": 40.06605, "long": -75.159303, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.159303015, 40.066049981 ] } }, +{ "type": "Feature", "properties": { "objectid": 243, "site": "Germantown Av & Ashmead St - Shelter 536", "siteid": "pa-001357", "stopid": "15704", "lat": 40.030914, "long": -75.166821, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.166821016, 40.030914033 ] } }, +{ "type": "Feature", "properties": { "objectid": 244, "site": "Allegheny Av & 3rd St - Shelter 2103", "siteid": "pa-001356", "stopid": "15025", "lat": 39.999325, "long": -75.13572, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.135719993, 39.999324994000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 245, "site": "Chestnut St & 37th St - Shelter 2102", "siteid": "pa-001355", "stopid": "623", "lat": 39.954893, "long": -75.196577, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.196576991, 39.954893023000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 246, "site": "Broad St & Chestnut St SW - FS Shelter AA01", "siteid": "pa-001795", "stopid": "15185", "lat": 39.950482, "long": -75.16409, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.164089957, 39.950482029000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 247, "site": "Oxford Av & Pratt St - Shelter 89", "siteid": "pa-001353", "stopid": "11552", "lat": 40.026197, "long": -75.084792, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.084791983999907, 40.026197022000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 248, "site": "5th St & Westmoreland St - Shelter 2101", "siteid": "pa-001354", "stopid": "18545", "lat": 40.001215, "long": -75.138142, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.138142031, 40.001214989000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 249, "site": "Ridge Av & Walnut Ln - Shelter 644", "siteid": "pa-001351", "stopid": "14892", "lat": 40.026876, "long": -75.209314, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.209314022999905, 40.026876031 ] } }, +{ "type": "Feature", "properties": { "objectid": 250, "site": "Susquehanna Av & 27th St - Shelter 2100", "siteid": "pa-001352", "stopid": "25200", "lat": 39.989043, "long": -75.177082, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.177082022, 39.989043029000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 251, "site": "Broad St & 65th Av - Shelter 2099", "siteid": "pa-001350", "stopid": "15455", "lat": 40.051951, "long": -75.141784, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.14178398, 40.051950989 ] } }, +{ "type": "Feature", "properties": { "objectid": 252, "site": "22nd St & Somerset St - Shelter 2019", "siteid": "pa-001349", "stopid": "30809", "lat": 39.99731, "long": -75.167289, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.167289038, 39.997309974000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 253, "site": "Cottman Av & Castor Av - Shelter 2098", "siteid": "pa-001348", "stopid": "17506", "lat": 40.051239, "long": -75.066262, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.066261986, 40.051239018 ] } }, +{ "type": "Feature", "properties": { "objectid": 254, "site": "33rd St & Cecil B Moore Av - Shelter 2097", "siteid": "pa-001347", "stopid": "16555", "lat": 39.982718, "long": -75.188409, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.188408969, 39.982717972000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 255, "site": "Cottman Av & Oxford Av - Shelter 2096", "siteid": "pa-001346", "stopid": "1028", "lat": 40.061232, "long": -75.083338, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.083337970999906, 40.061231996000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 256, "site": "57th St & Lansdowne Av - Shelter 2095", "siteid": "pa-001345", "stopid": "24473", "lat": 39.976366, "long": -75.235247, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.235247038, 39.976366033 ] } }, +{ "type": "Feature", "properties": { "objectid": 257, "site": "Broad St & Girard Av - Shelter 2094", "siteid": "pa-001344", "stopid": "143", "lat": 39.971618, "long": -75.159517, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.159516993999901, 39.971617991000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 258, "site": "Broad St & Girard Av - Shelter 2093", "siteid": "pa-001343", "stopid": "164", "lat": 39.971291, "long": -75.159359, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.15935898, 39.971290983000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 259, "site": "56th St & Vine St - Shelter 2092", "siteid": "pa-001342", "stopid": "24465", "lat": 39.96536, "long": -75.231883, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.231883027, 39.965360033 ] } }, +{ "type": "Feature", "properties": { "objectid": 260, "site": "56th St & Vine St - FS - Shelter 2091", "siteid": "pa-001341", "stopid": "24515", "lat": 39.965358, "long": -75.232026, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.232026038999905, 39.965357968 ] } }, +{ "type": "Feature", "properties": { "objectid": 261, "site": "Roosevelt Blvd & Fulmer St - Shelter 2090", "siteid": "pa-001340", "stopid": "22773", "lat": 40.083696, "long": -75.026411, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.026411013, 40.08369601 ] } }, +{ "type": "Feature", "properties": { "objectid": 262, "site": "Broad St & Lombard St - Shelter 2088", "siteid": "pa-001339", "stopid": "15190", "lat": 39.944734, "long": -75.165385, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.165384968999902, 39.944733986000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 263, "site": "Farragut St & Market St - FS - Shelter 2089", "siteid": "pa-001338", "stopid": "941", "lat": 39.958451, "long": -75.214119, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.214119022, 39.958451016 ] } }, +{ "type": "Feature", "properties": { "objectid": 264, "site": "Market St & 8th St - SW", "siteid": "pa-001794", "stopid": "18457", "lat": 39.951166, "long": -75.154298, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.154297960999898, 39.951165991 ] } }, +{ "type": "Feature", "properties": { "objectid": 265, "site": "Roosevelt Blvd & Tyson Av - Shelter 2086", "siteid": "pa-001337", "stopid": "22915", "lat": 40.040692, "long": -75.058993, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.058992998, 40.040691978 ] } }, +{ "type": "Feature", "properties": { "objectid": 266, "site": "Spruce St & 47th St - Shelter 2087", "siteid": "pa-001336", "stopid": "22122", "lat": 39.953323, "long": -75.216257, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.216257012, 39.9533229890001 ] } }, +{ "type": "Feature", "properties": { "objectid": 267, "site": "Roosevelt Blvd & Plaza Dr - FS - Shelter 2084", "siteid": "pa-001334", "stopid": "21945", "lat": 40.10163, "long": -75.006707, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.0067070059999, 40.101629976 ] } }, +{ "type": "Feature", "properties": { "objectid": 268, "site": "Roosevelt Blvd & Unruh Av - Shelter 2085", "siteid": "pa-001335", "stopid": "22484", "lat": 40.036684, "long": -75.06256, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.062560028, 40.036683991000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 269, "site": "Roosevelt Blvd & Holme Av - Shelter 2083", "siteid": "pa-001333", "stopid": "9", "lat": 40.058506, "long": -75.044302, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.044302039999906, 40.058506015 ] } }, +{ "type": "Feature", "properties": { "objectid": 270, "site": "Ogontz Av & 78th Av - Shelter 2082", "siteid": "pa-001332", "stopid": "11117", "lat": 40.071622, "long": -75.157709, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.157709043999901, 40.071622011 ] } }, +{ "type": "Feature", "properties": { "objectid": 271, "site": "Chew Av & Washington Ln - Shelter 2081", "siteid": "pa-001098", "stopid": "1340", "lat": 40.050785, "long": -75.173258, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.173257984, 40.050784972 ] } }, +{ "type": "Feature", "properties": { "objectid": 272, "site": "Cheltenham Av & Mt Airy Av - Shelter 2080", "siteid": "pa-001331", "stopid": "17193", "lat": 40.081116, "long": -75.1707, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.170700031, 40.081116024 ] } }, +{ "type": "Feature", "properties": { "objectid": 273, "site": "Stenton Av & Mt Airy Av - Shelter 2079", "siteid": "pa-001329", "stopid": "237", "lat": 40.068844, "long": -75.181567, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.181567040999894, 40.068843993 ] } }, +{ "type": "Feature", "properties": { "objectid": 274, "site": "Morris St & Broad St - Shelter 111", "siteid": "pa-001328", "stopid": "541", "lat": 39.92924, "long": -75.16877, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.168769999999896, 39.929239995 ] } }, +{ "type": "Feature", "properties": { "objectid": 275, "site": "Hunting Park Av & 22nd St - Shelter 2078", "siteid": "pa-001327", "stopid": "8712", "lat": 40.010846, "long": -75.164677, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.164677006, 40.010846028000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 276, "site": "JFK Blvd & 19th St - Shelter 48", "siteid": "pa-001325", "stopid": "8939", "lat": 39.954459, "long": -75.171195, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.171195001999905, 39.954458995 ] } }, +{ "type": "Feature", "properties": { "objectid": 277, "site": "16th St & Arch St - FS - Shelter 645", "siteid": "pa-001324", "stopid": "14934", "lat": 39.954219, "long": -75.166413, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.166413001, 39.954219015 ] } }, +{ "type": "Feature", "properties": { "objectid": 278, "site": "Roosevelt Blvd & Cottman Ave - Shelter BLVD2079", "siteid": "pa-001323", "stopid": "8-b", "lat": 40.044675, "long": -75.053569, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.05356897, 40.044674972 ] } }, +{ "type": "Feature", "properties": { "objectid": 279, "site": "Roosevelt Blvd & Rhawn St - Shelter BLVD2081", "siteid": "pa-001309", "stopid": "22498", "lat": 40.056914, "long": -75.045873, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.045873013999895, 40.056914021000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 280, "site": "Roosevelt Blvd & Welsh Rd - Shelter BLVD2083", "siteid": "pa-001315", "stopid": "22513-b", "lat": 40.074077, "long": -75.034818, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.034817986, 40.074076975 ] } }, +{ "type": "Feature", "properties": { "objectid": 281, "site": "Roosevelt Blvd & Grant Ave - Shelter BLVD2085", "siteid": "pa-001313", "stopid": "21200-b", "lat": 40.081115, "long": -75.027944, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.027943987999905, 40.081114993 ] } }, +{ "type": "Feature", "properties": { "objectid": 282, "site": "Roosevelt Blvd & Red Lion Rd - Shelter BLVD2086", "siteid": "pa-001310", "stopid": "22525", "lat": 40.094477, "long": -75.015091, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.015090982999894, 40.094476982000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 283, "site": "Roosevelt Blvd & Cottman Ave - Shelter BLVD2088", "siteid": "pa-001321", "stopid": "22-b", "lat": 40.044915, "long": -75.054472, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.054471957, 40.044914978000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 284, "site": "Roosevelt Blvd & Rhawn St - Shelter BLVD2090", "siteid": "pa-001319", "stopid": "22905-b", "lat": 40.056583, "long": -75.047333, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.047332955999906, 40.056583021 ] } }, +{ "type": "Feature", "properties": { "objectid": 285, "site": "Roosevelt Blvd & Welsh Rd - FS - Shelter BLVD2092", "siteid": "pa-001249", "stopid": "27759", "lat": 40.074737, "long": -75.03502, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.035020017, 40.074737016 ] } }, +{ "type": "Feature", "properties": { "objectid": 286, "site": "Roosevelt Blvd & Grant Ave - Shelter BLVD2094", "siteid": "pa-001317", "stopid": "22900-b", "lat": 40.080724, "long": -75.029297, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.02929703, 40.080723969000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 287, "site": "Broad St & 66th Av - Shelter 2076", "siteid": "pa-001307", "stopid": "15463", "lat": 40.053439, "long": -75.14139, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.141389978999896, 40.053438994 ] } }, +{ "type": "Feature", "properties": { "objectid": 288, "site": "Hunting Park Av & Henry Av - FS - Shelter 2077", "siteid": "pa-001308", "stopid": "16537", "lat": 40.005076, "long": -75.178389, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.178388981, 40.005076018000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 289, "site": "Roosevelt Blvd & Cottman Av - Shelter BLVD2078", "siteid": "pa-001322", "stopid": "8-a", "lat": 40.04472, "long": -75.053517, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.053516958, 40.044720016 ] } }, +{ "type": "Feature", "properties": { "objectid": 290, "site": "Roosevelt Blvd & Welsh Rd - Shelter BLVD2082", "siteid": "pa-001314", "stopid": "22513-a", "lat": 40.073978, "long": -75.034915, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.034915004, 40.073977989000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 291, "site": "Roosevelt Blvd & Grant Av - Shelter BLVD2084", "siteid": "pa-001312", "stopid": "21200-a", "lat": 40.080942, "long": -75.028129, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.0281290409999, 40.080941991 ] } }, +{ "type": "Feature", "properties": { "objectid": 292, "site": "Roosevelt Blvd & Cottman Av - Shelter BLVD2087", "siteid": "pa-001320", "stopid": "22-a", "lat": 40.045015, "long": -75.054369, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.05436901, 40.0450149690001 ] } }, +{ "type": "Feature", "properties": { "objectid": 293, "site": "Roosevelt Blvd & Rhawn St - Shelter BLVD2089", "siteid": "pa-001318", "stopid": "22905-a", "lat": 40.056664, "long": -75.047262, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.047261988999907, 40.056664018 ] } }, +{ "type": "Feature", "properties": { "objectid": 294, "site": "Roosevelt Blvd & Welsh Rd - Shelter BLVD2091", "siteid": "pa-001311", "stopid": "22898", "lat": 40.074804, "long": -75.034959, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.034959022, 40.074803968 ] } }, +{ "type": "Feature", "properties": { "objectid": 295, "site": "Roosevelt Blvd & Grant Av - Shelter BLVD2093", "siteid": "pa-001316", "stopid": "22900-a", "lat": 40.080861, "long": -75.029137, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.02913704, 40.080861023000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 296, "site": "Roosevelt Blvd & Red Lion Rd - SE", "siteid": "pa-001793", "stopid": "21949", "lat": 40.095061, "long": -75.015456, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.015455968, 40.095061028 ] } }, +{ "type": "Feature", "properties": { "objectid": 297, "site": "Roosevelt Blvd & Rhawn St", "siteid": "pa-001880", "stopid": "22498", "lat": 40.056789, "long": -75.046061, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.046061031, 40.05678902 ] } }, +{ "type": "Feature", "properties": { "objectid": 298, "site": "Chelten Av & Wayne Av - Shelter 2075", "siteid": "pa-001306", "stopid": "15661", "lat": 40.031898, "long": -75.178847, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.178847032, 40.031897978000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 299, "site": "Champlost St & A St - Shelter 176", "siteid": "pa-001305", "stopid": "17952", "lat": 40.041234, "long": -75.118078, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.118077979, 40.041233983 ] } }, +{ "type": "Feature", "properties": { "objectid": 300, "site": "Allegheny Av & 27th St - Shelter 2073", "siteid": "pa-001304", "stopid": "4339", "lat": 40.004249, "long": -75.173958, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.173958040999906, 40.004248988 ] } }, +{ "type": "Feature", "properties": { "objectid": 301, "site": "Broad St & Snyder Av - MBNS - Shelter 2074", "siteid": "pa-001303", "stopid": "31566", "lat": 39.924995, "long": -75.169719, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.169718981, 39.924995027000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 302, "site": "Cecil B Moore Av & 33rd St - FS - Shelter 2071", "siteid": "pa-001301", "stopid": "30884", "lat": 39.982576, "long": -75.188224, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.188224006, 39.982575971000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 303, "site": "Allegheny Av & Broad St - Shelter 2070", "siteid": "pa-001300", "stopid": "20603", "lat": 40.001561, "long": -75.153032, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.153031966, 40.001560984 ] } }, +{ "type": "Feature", "properties": { "objectid": 304, "site": "Allegheny Av & 5th St - Shelter 2069", "siteid": "pa-001299", "stopid": "20604", "lat": 39.99973, "long": -75.138652, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.138652003999894, 39.9997299730001 ] } }, +{ "type": "Feature", "properties": { "objectid": 305, "site": "Cottman Av & Bustleton Av - FS - Shelter 2068", "siteid": "pa-001298", "stopid": "1024", "lat": 40.047897, "long": -75.060127, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.060127031, 40.047896972 ] } }, +{ "type": "Feature", "properties": { "objectid": 306, "site": "Cottman Av & Bustleton Av - Shelter 2067", "siteid": "pa-001297", "stopid": "1056", "lat": 40.047707, "long": -75.060148, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.060147962, 40.047706969000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 307, "site": "University Av & Veterans Hosp - Shelter 57", "siteid": "pa-001296", "stopid": "21451", "lat": 39.949226, "long": -75.199381, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.199380992, 39.949225992 ] } }, +{ "type": "Feature", "properties": { "objectid": 308, "site": "Market & 4th Northeast Corner-PBS1", "siteid": "pa-000080", "stopid": "10311", "lat": 39.950414, "long": -75.147069, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.147069039, 39.950413991000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 309, "site": "Broad & Cecil B. Moore-PBS1", "siteid": "pa-000079", "stopid": "17277", "lat": 39.978522, "long": -75.157777, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.157776957, 39.978522029 ] } }, +{ "type": "Feature", "properties": { "objectid": 310, "site": "Market St & 20th St SW-PBS2", "siteid": "pa-000090", "stopid": "18448", "lat": 39.953605, "long": -75.17357, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.173569968, 39.953604978 ] } }, +{ "type": "Feature", "properties": { "objectid": 311, "site": "20th & Market-PBS1", "siteid": "pa-000078", "stopid": "2821", "lat": 39.953919, "long": -75.173193, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.173193034999898, 39.953918986000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 312, "site": "Fairmount Ave & 23rd-PBS1", "siteid": "pa-000092", "stopid": "25158", "lat": 39.96742, "long": -75.17522, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.175219994, 39.967419989000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 313, "site": "Broad & Jackson St-PBS1", "siteid": "pa-000082", "stopid": "17237", "lat": 39.922963, "long": -75.169873, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.169873041999907, 39.922963003000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 314, "site": "Walnut St & 38th-PBS1", "siteid": "pa-000089", "stopid": "21363", "lat": 39.953667, "long": -75.198388, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.198387994, 39.953667022 ] } }, +{ "type": "Feature", "properties": { "objectid": 315, "site": "Walnut St & 22nd-PBS1", "siteid": "pa-000077", "stopid": "14089", "lat": 39.951002, "long": -75.177113, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.177113014, 39.951002026 ] } }, +{ "type": "Feature", "properties": { "objectid": 316, "site": "Walnut St & 19th-PBS1", "siteid": "pa-000087", "stopid": "14085", "lat": 39.950375, "long": -75.172084, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.172083975, 39.950375013 ] } }, +{ "type": "Feature", "properties": { "objectid": 317, "site": "Walnut St & 18th-PBS1", "siteid": "pa-000084", "stopid": "14084", "lat": 39.950161, "long": -75.1704, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.170399993, 39.950160981000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 318, "site": "Walnut St & 15th-PBS1", "siteid": "pa-000076", "stopid": "14079", "lat": 39.949585, "long": -75.165739, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.165738995, 39.949584990000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 319, "site": "Walnut St & 7th-PBS1", "siteid": "pa-000091", "stopid": "14881", "lat": 39.947934, "long": -75.152462, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.152461984999903, 39.947933984 ] } }, +{ "type": "Feature", "properties": { "objectid": 320, "site": "20th & Locust St.-PBS1", "siteid": "pa-000085", "stopid": "21315", "lat": 39.949286, "long": -75.174033, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.17403296, 39.949285975000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 321, "site": "21st & Market NW Corner-PBS1", "siteid": "pa-000075", "stopid": "25204", "lat": 39.954012, "long": -75.175103, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.175103033, 39.9540120180001 ] } }, +{ "type": "Feature", "properties": { "objectid": 322, "site": "Broad & Race-PBS1", "siteid": "pa-000083", "stopid": "17262", "lat": 39.956096, "long": -75.162666, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.162666037999898, 39.956096004000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 323, "site": "G St & Hunting Park Av - FS - Shelter 2056", "siteid": "pa-001094", "stopid": "1131", "lat": 40.011649, "long": -75.112349, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.112348972999897, 40.011648967 ] } }, +{ "type": "Feature", "properties": { "objectid": 324, "site": "Bustleton Av & Cottman Av - Shelter 41", "siteid": "pa-001295", "stopid": "868", "lat": 40.04755, "long": -75.059901, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.059901015, 40.047549974 ] } }, +{ "type": "Feature", "properties": { "objectid": 325, "site": "Bustleton Av & Cottman Av - Shelter 2055", "siteid": "pa-001294", "stopid": "1488", "lat": 40.047827, "long": -75.05986, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.059859962, 40.047826967 ] } }, +{ "type": "Feature", "properties": { "objectid": 326, "site": "Market & 4th-PBS2", "siteid": "pa-000056", "stopid": "14930", "lat": 39.950311, "long": -75.147538, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.147537959, 39.950310969 ] } }, +{ "type": "Feature", "properties": { "objectid": 327, "site": "22nd St & Cambria St", "siteid": "pa-001792", "stopid": "3110", "lat": 39.99862, "long": -75.16683, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.166829999, 39.998619975000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 328, "site": "Cottman Av & Oxford Av - SW", "siteid": "pa-001791", "stopid": "1008", "lat": 40.061288, "long": -75.083657, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.083656963, 40.0612880300001 ] } }, +{ "type": "Feature", "properties": { "objectid": 329, "site": "Erie Av & 6th St - Shelter 2053", "siteid": "pa-001292", "stopid": "18194", "lat": 40.007545, "long": -75.138948, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.138947999, 40.007545007 ] } }, +{ "type": "Feature", "properties": { "objectid": 330, "site": "Chelten Av & Greene St - Shelter 2052", "siteid": "pa-001291", "stopid": "21954", "lat": 40.034019, "long": -75.176731, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.17673096, 40.034019 ] } }, +{ "type": "Feature", "properties": { "objectid": 331, "site": "Frankford Av & Cottman Av - Shelter 2051", "siteid": "pa-001290", "stopid": "958", "lat": 40.037031, "long": -75.04046, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.040460035, 40.0370309750001 ] } }, +{ "type": "Feature", "properties": { "objectid": 332, "site": "22nd St & Somerset St - Shelter 2020", "siteid": "pa-001289", "stopid": "3163", "lat": 39.997059, "long": -75.16717, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.167170010999897, 39.997058996000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 333, "site": "Girard Ave & 29th St NE", "siteid": "pa-001790", "stopid": "21019", "lat": 39.974632, "long": -75.183227, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.183227036999895, 39.974632032 ] } }, +{ "type": "Feature", "properties": { "objectid": 334, "site": "Chestnut St & 19th St - Shelter CH19", "siteid": "pa-001286", "stopid": "14906", "lat": 39.951826, "long": -75.172002, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.1720019589999, 39.951825982000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 335, "site": "Allegheny Av & Frankford Av - NE", "siteid": "pa-001789", "stopid": "24143", "lat": 39.993019, "long": -75.11043, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.110429992, 39.99301899 ] } }, +{ "type": "Feature", "properties": { "objectid": 336, "site": "Bustleton Av & Levick St - Shelter 106", "siteid": "pa-001285", "stopid": "23295", "lat": 40.035711, "long": -75.070542, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.070542009, 40.035710983000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 337, "site": "Bustleton Av & Magee Av - Shelter 242", "siteid": "pa-001284", "stopid": "505", "lat": 40.038145, "long": -75.067777, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.067776994, 40.038145026 ] } }, +{ "type": "Feature", "properties": { "objectid": 338, "site": "Roosevelt Blvd & 5th St NE", "siteid": "pa-001788", "stopid": "25", "lat": 40.024284, "long": -75.132895, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.132894971, 40.0242839860001 ] } }, +{ "type": "Feature", "properties": { "objectid": 339, "site": "21st St & Winter St - FS - Shelter 77", "siteid": "pa-001283", "stopid": "3103", "lat": 39.958891, "long": -75.174028, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.174028018999905, 39.958891009000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 340, "site": "Midvale Av & Henry Av - Shelter 2047", "siteid": "pa-001282", "stopid": "267", "lat": 40.017084, "long": -75.188295, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.188294973, 40.017083997 ] } }, +{ "type": "Feature", "properties": { "objectid": 341, "site": "Walnut St & 13th St - Shelter WA13", "siteid": "pa-001281", "stopid": "14887", "lat": 39.949099, "long": -75.16184, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.161840036999905, 39.9490990030001 ] } }, +{ "type": "Feature", "properties": { "objectid": 342, "site": "Arch St & 15th St - Shelter 2046", "siteid": "pa-001279", "stopid": "4462", "lat": 39.954643, "long": -75.164725, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.164724975999903, 39.9546429910001 ] } }, +{ "type": "Feature", "properties": { "objectid": 343, "site": "Broad St & Rockland St - Shelter 257", "siteid": "pa-001156", "stopid": "17311", "lat": 40.02755, "long": -75.147113, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.147112966, 40.027550011000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 344, "site": "Oregon Av & 20th St - Shelter 2045", "siteid": "pa-001278", "stopid": "21346", "lat": 39.918137, "long": -75.180735, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.180735021, 39.918136981 ] } }, +{ "type": "Feature", "properties": { "objectid": 345, "site": "Rising Sun Av & Comly St - Shelter 165", "siteid": "pa-001277", "stopid": "16730", "lat": 40.045196, "long": -75.100986, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.100986003999907, 40.045195971 ] } }, +{ "type": "Feature", "properties": { "objectid": 346, "site": "16th St & JFK Blvd - Shelter 2044", "siteid": "pa-001276", "stopid": "3040", "lat": 39.953644, "long": -75.166556, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.166556012999905, 39.953644022 ] } }, +{ "type": "Feature", "properties": { "objectid": 347, "site": "Fox St & Roberts Av - Mid-Block", "siteid": "pa-001787", "stopid": "25827", "lat": 40.012045, "long": -75.176082, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.176082016999899, 40.012044997 ] } }, +{ "type": "Feature", "properties": { "objectid": 348, "site": "Bustleton Av & Verree Rd - Shelter 51", "siteid": "pa-001275", "stopid": "880", "lat": 40.108069, "long": -75.026551, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.02655097, 40.108068987 ] } }, +{ "type": "Feature", "properties": { "objectid": 349, "site": "Wayne Av & School House Ln - Shelter 233", "siteid": "pa-001274", "stopid": "16446", "lat": 40.030479, "long": -75.176542, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.176542045, 40.030478974000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 350, "site": "Torresdale Av & Cottman Av - FS - Shelter 2043", "siteid": "pa-001223", "stopid": "22706", "lat": 40.029977, "long": -75.035305, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.035304963, 40.029976985000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 351, "site": "Walnut St & 63rd St - Shelter 2042", "siteid": "pa-001273", "stopid": "21385", "lat": 39.959715, "long": -75.247295, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.247294973, 39.959715008 ] } }, +{ "type": "Feature", "properties": { "objectid": 352, "site": "Market & 9th-PN51", "siteid": "pa-000184", "stopid": "31178", "lat": 39.951317, "long": -75.154453, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.154453011, 39.95131701 ] } }, +{ "type": "Feature", "properties": { "objectid": 353, "site": "Roosevelt Blvd & 5th St - Shelter 2048", "siteid": "pa-001272", "stopid": "25", "lat": 40.02362, "long": -75.13325, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.133249985, 40.023620018 ] } }, +{ "type": "Feature", "properties": { "objectid": 354, "site": "Cottman Av & Frankford Av - NW", "siteid": "pa-001786", "stopid": "31379", "lat": 40.036659, "long": -75.04086, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.040859965, 40.036659025000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 355, "site": "Broad St & Snyder Av - Shelter 2039", "siteid": "pa-001271", "stopid": "17238", "lat": 39.924252, "long": -75.169475, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.169474997999899, 39.9242519700001 ] } }, +{ "type": "Feature", "properties": { "objectid": 356, "site": "Jefferson St & 52nd St - Shelter 2037", "siteid": "pa-001270", "stopid": "22218", "lat": 39.979446, "long": -75.225517, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.225517026, 39.979446016 ] } }, +{ "type": "Feature", "properties": { "objectid": 357, "site": "11th St & Nedro Av", "siteid": "pa-001785", "stopid": "17718", "lat": 40.042309, "long": -75.1386, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.138599992, 40.042308971000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 358, "site": "18th St & Vine St - Shelter 2034", "siteid": "pa-001269", "stopid": "15948", "lat": 39.958399, "long": -75.168761, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.168761017, 39.958399029000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 359, "site": "Farragut St & Market St - Shelter 2032", "siteid": "pa-001268", "stopid": "938", "lat": 39.958519, "long": -75.213991, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.213991012, 39.958518977 ] } }, +{ "type": "Feature", "properties": { "objectid": 360, "site": "Walnut St & 40th St - Shelter 2031", "siteid": "pa-001267", "stopid": "433", "lat": 39.954162, "long": -75.202438, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.202437959, 39.954161998000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 361, "site": "Roosevelt Blvd & Southampton Rd - Shelter 2029", "siteid": "pa-001266", "stopid": "30293", "lat": 40.113827, "long": -74.987805, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -74.987805014999907, 40.113826985000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 362, "site": "Roosevelt Blvd & Southampton - FS - Shelter 2030", "siteid": "pa-001265", "stopid": "22765", "lat": 40.114149, "long": -74.98852, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -74.988519983999893, 40.114148982000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 363, "site": "Snyder Av & Swanson St - Shelter 2028", "siteid": "pa-001264", "stopid": "24274", "lat": 39.921389, "long": -75.145989, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.145988993999893, 39.921388998000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 364, "site": "Spring Garden St & 17th St - Shelter 193", "siteid": "pa-001263", "stopid": "20412", "lat": 39.96317, "long": -75.166115, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.16611503, 39.963170022 ] } }, +{ "type": "Feature", "properties": { "objectid": 365, "site": "8th & Race St-PBS1", "siteid": "pa-000061", "stopid": "18442", "lat": 39.955299, "long": -75.152792, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.152792026, 39.955299023 ] } }, +{ "type": "Feature", "properties": { "objectid": 366, "site": "Broad St. & Pattison-PBS2", "siteid": "pa-000057", "stopid": "31487", "lat": 39.905924, "long": -75.173233, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.173233009999905, 39.905923970000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 367, "site": "Broad St. & Pattison-PBS1", "siteid": "pa-000052", "stopid": "356", "lat": 39.905144, "long": -75.17342, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.173420039999897, 39.905143978000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 368, "site": "Market & 13th-PBS1", "siteid": "pa-000071", "stopid": "10263", "lat": 39.95205, "long": -75.161643, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.161643036, 39.952049995 ] } }, +{ "type": "Feature", "properties": { "objectid": 369, "site": "Market & 21st-PBS2", "siteid": "pa-000070", "stopid": "18447", "lat": 39.95368, "long": -75.174821, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.174820962, 39.953679968000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 370, "site": "Market St & 11th-PBS1", "siteid": "pa-000062", "stopid": "32173", "lat": 39.951851, "long": -75.158615, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.158614994999894, 39.951850980000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 371, "site": "Market St Between 10th & 11th-PBS1", "siteid": "pa-000053", "stopid": "10255", "lat": 39.9515, "long": -75.157206, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.157205988, 39.951499982 ] } }, +{ "type": "Feature", "properties": { "objectid": 372, "site": "Walnut St & 11th-PBS1", "siteid": "pa-000064", "stopid": "14885", "lat": 39.948711, "long": -75.158712, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.158712013, 39.948711010000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 373, "site": "Walnut St & 16th-PBS1", "siteid": "pa-000063", "stopid": "14080", "lat": 39.949787, "long": -75.167378, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.167377971, 39.949786973000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 374, "site": "15th & Market-PBS1", "siteid": "pa-000059", "stopid": "515", "lat": 39.952856, "long": -75.165307, "productgroup": "Digital" }, "geometry": { "type": "Point", "coordinates": [ -75.165306995, 39.952856034 ] } }, +{ "type": "Feature", "properties": { "objectid": 375, "site": "JFK Blvd & 18th-PBS1", "siteid": "pa-000060", "stopid": "8938", "lat": 39.954273, "long": -75.169611, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.169611002999901, 39.954273002 ] } }, +{ "type": "Feature", "properties": { "objectid": 376, "site": "Market St & 8th St", "siteid": "pa-000058", "stopid": " ", "lat": 39.951279, "long": -75.153994, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.153993972, 39.951278997 ] } }, +{ "type": "Feature", "properties": { "objectid": 377, "site": "Cecil B Moore Av & Broad St - Shelter 481", "siteid": "pa-001069", "stopid": "53", "lat": 39.978706, "long": -75.157752, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.157751984, 39.978706029000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 378, "site": "Broad St & Arch St - Shelter 215", "siteid": "pa-001110", "stopid": "5131", "lat": 39.95454, "long": -75.16328, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.163280035999904, 39.954539975 ] } }, +{ "type": "Feature", "properties": { "objectid": 379, "site": "Red Lion Rd & Roosevelt Blvd - Shelter BLVD2095", "siteid": "pa-001253", "stopid": "30200", "lat": 40.094571, "long": -75.015921, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.015921025999901, 40.094570990000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 380, "site": "Broad St & S Penn Square - Shelter 1", "siteid": "pa-001177", "stopid": "20414", "lat": 39.95144, "long": -75.163563, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.163563005999904, 39.951440001 ] } }, +{ "type": "Feature", "properties": { "objectid": 381, "site": "Lombard St & 8th St - Shelter 15", "siteid": "pa-001215", "stopid": "22263", "lat": 39.943439, "long": -75.155163, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.155163038999902, 39.943438999000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 382, "site": "20th St & Chestnut St - Shelter 21", "siteid": "pa-001189", "stopid": "21316", "lat": 39.951974, "long": -75.173465, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.173464955, 39.95197397 ] } }, +{ "type": "Feature", "properties": { "objectid": 383, "site": "Lombard St & 12th St - Shelter 66", "siteid": "pa-001216", "stopid": "22267", "lat": 39.944218, "long": -75.161494, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.161494005999899, 39.944218005 ] } }, +{ "type": "Feature", "properties": { "objectid": 384, "site": "16th St & Spring Garden St - Shelter 73", "siteid": "pa-001125", "stopid": "13188", "lat": 39.962671, "long": -75.164632, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.164632001, 39.962670981 ] } }, +{ "type": "Feature", "properties": { "objectid": 385, "site": "Lombard St & 17th St - Shelter 103", "siteid": "pa-001217", "stopid": "22271", "lat": 39.945298, "long": -75.170002, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.17000204, 39.945298034000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 386, "site": "4th St & Market St - Shelter 113", "siteid": "pa-001086", "stopid": "850", "lat": 39.950487, "long": -75.147304, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.147304038, 39.950486988000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 387, "site": "Vine St & 19th St - Shelter 135", "siteid": "pa-001097", "stopid": "1321", "lat": 39.959131, "long": -75.170184, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.170184037999903, 39.9591309730001 ] } }, +{ "type": "Feature", "properties": { "objectid": 388, "site": "4th St & Arch St - Shelter 253", "siteid": "pa-001164", "stopid": "18093", "lat": 39.952533, "long": -75.146821, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.146821014, 39.952533000000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 389, "site": "Arch St & 19th St - Shelter 258", "siteid": "pa-001107", "stopid": "4464", "lat": 39.955434, "long": -75.170957, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.170957039, 39.955433988 ] } }, +{ "type": "Feature", "properties": { "objectid": 390, "site": "Arch St & 7th St - Shelter 259", "siteid": "pa-001108", "stopid": "4471", "lat": 39.953002, "long": -75.151364, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.151363973999906, 39.953002022000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 391, "site": "JFK Blvd & 20th St - Shelter 263", "siteid": "pa-001118", "stopid": "8941", "lat": 39.954683, "long": -75.172859, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.172859042, 39.954682999 ] } }, +{ "type": "Feature", "properties": { "objectid": 392, "site": "17th St & Market St - Shelter 407", "siteid": "pa-001068", "stopid": "34", "lat": 39.953071, "long": -75.168503, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.168503020999907, 39.953071022000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 393, "site": "16th St & Chestnut St - Shelter 513", "siteid": "pa-001099", "stopid": "2660", "lat": 39.951137, "long": -75.16715, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.167149979, 39.951137000000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 394, "site": "Columbus Blvd & Dock St - Shelter 552", "siteid": "pa-001259", "stopid": "30892", "lat": 39.94502, "long": -75.141776, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.141775985, 39.945020005000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 395, "site": "7th St & Chestnut St - Shelter 556", "siteid": "pa-001170", "stopid": "18516", "lat": 39.949233, "long": -75.15233, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.152330021999902, 39.949233017 ] } }, +{ "type": "Feature", "properties": { "objectid": 396, "site": "19th St & JFK Blvd - Shelter 844", "siteid": "pa-001261", "stopid": "31348", "lat": 39.954516, "long": -75.171415, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.171415, 39.954516012 ] } }, +{ "type": "Feature", "properties": { "objectid": 397, "site": "Rising Sun Av & Cottman Av - Shelter 119", "siteid": "pa-001138", "stopid": "15874", "lat": 40.06148, "long": -75.083952, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.08395197, 40.061479988 ] } }, +{ "type": "Feature", "properties": { "objectid": 398, "site": "Old Lancaster Rd & City Line Av - Shelter 125", "siteid": "pa-001257", "stopid": "30592", "lat": 39.997205, "long": -75.23554, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.235539979, 39.997205027 ] } }, +{ "type": "Feature", "properties": { "objectid": 399, "site": "Old York Rd & Champlost Av - Shelter 170", "siteid": "pa-001123", "stopid": "11217", "lat": 40.044453, "long": -75.144482, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.144481981, 40.044452982000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 400, "site": "Arch St & 8th St - Shelter 2004", "siteid": "pa-001109", "stopid": "4472", "lat": 39.953172, "long": -75.152947, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.152946985, 39.953171974 ] } }, +{ "type": "Feature", "properties": { "objectid": 401, "site": "12th St & Walnut St - Shelter 36", "siteid": "pa-001139", "stopid": "16132", "lat": 39.948968, "long": -75.160581, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.160580958, 39.94896802 ] } }, +{ "type": "Feature", "properties": { "objectid": 402, "site": "11th St & Locust St - Shelter 96", "siteid": "pa-001147", "stopid": "16842", "lat": 39.947481, "long": -75.159187, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.159187042, 39.947480972 ] } }, +{ "type": "Feature", "properties": { "objectid": 403, "site": "Broad St & Locust St - Shelter AA04", "siteid": "pa-001129", "stopid": "15187", "lat": 39.94829, "long": -75.16463, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.164630025, 39.948290027 ] } }, +{ "type": "Feature", "properties": { "objectid": 404, "site": "Broad St & Spruce St - Shelter AA05", "siteid": "pa-001112", "stopid": "5318", "lat": 39.946861, "long": -75.164649, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.164648978999907, 39.946861021000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 405, "site": "Broad St & Spruce St - Shelter AA06", "siteid": "pa-001130", "stopid": "15188", "lat": 39.947047, "long": -75.164905, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.164904999, 39.947046966000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 406, "site": "Broad St & Pine St - Shelter AA07", "siteid": "pa-001131", "stopid": "15189", "lat": 39.945629, "long": -75.165215, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.165215007, 39.945629022 ] } }, +{ "type": "Feature", "properties": { "objectid": 407, "site": "Chestnut St & 20th St - Shelter CH20", "siteid": "pa-001114", "stopid": "6064", "lat": 39.952032, "long": -75.1736, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.173599972, 39.952032021 ] } }, +{ "type": "Feature", "properties": { "objectid": 408, "site": "Walnut St & 8th St - Shelter WA08", "siteid": "pa-001126", "stopid": "14882", "lat": 39.948131, "long": -75.154148, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.154148033, 39.948131013000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 409, "site": "Walnut St & 10th St - Shelter WA10", "siteid": "pa-001127", "stopid": "14884", "lat": 39.948517, "long": -75.157224, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.157224044, 39.948517012 ] } }, +{ "type": "Feature", "properties": { "objectid": 410, "site": "Walnut St & Broad St - MBNS - Shelter WA14", "siteid": "pa-001073", "stopid": "130", "lat": 39.949305, "long": -75.163651, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.163651041, 39.9493049820001 ] } }, +{ "type": "Feature", "properties": { "objectid": 411, "site": "5th St & Roosevelt Blvd - Shelter 2040", "siteid": "pa-001212", "stopid": "22162", "lat": 40.023467, "long": -75.133251, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.133250973, 40.023467026 ] } }, +{ "type": "Feature", "properties": { "objectid": 412, "site": "Bustleton Av & Rhawn St - Shelter 40", "siteid": "pa-001227", "stopid": "23107", "lat": 40.059403, "long": -75.052019, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.052019017, 40.059402999 ] } }, +{ "type": "Feature", "properties": { "objectid": 413, "site": "Castor Av & Hoffnagle St - Shelter 160", "siteid": "pa-001179", "stopid": "20463", "lat": 40.065743, "long": -75.052658, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.052657989, 40.065743019 ] } }, +{ "type": "Feature", "properties": { "objectid": 414, "site": "Cottman Av & Loretto Av - Shelter 168", "siteid": "pa-001117", "stopid": "6461", "lat": 40.052157, "long": -75.067894, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.067894044999903, 40.052157001000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 415, "site": "Broad St & Berks St - Shelter 218", "siteid": "pa-001149", "stopid": "17160", "lat": 39.981642, "long": -75.157166, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.157166012999895, 39.981641976 ] } }, +{ "type": "Feature", "properties": { "objectid": 416, "site": "Hunting Park Av & L St - Shelter 192", "siteid": "pa-001162", "stopid": "17904", "lat": 40.010752, "long": -75.102349, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.102349016999895, 40.010751973 ] } }, +{ "type": "Feature", "properties": { "objectid": 417, "site": "Verree Rd & Susquehanna Rd - Shelter 245", "siteid": "pa-001225", "stopid": "22972", "lat": 40.08037, "long": -75.06855, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.068549995, 40.080369990000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 418, "site": "Roosevelt Blvd & Hornig Rd - Shelter 278", "siteid": "pa-001224", "stopid": "22766", "lat": 40.112489, "long": -74.990974, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -74.990974002, 40.112488969 ] } }, +{ "type": "Feature", "properties": { "objectid": 419, "site": "Roosevelt Blvd & Langdon St - Shelter 310", "siteid": "pa-001235", "stopid": "23319", "lat": 40.027407, "long": -75.099277, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.099276959, 40.027407002000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 420, "site": "State Rd & Rhawn St - Shelter 592", "siteid": "pa-001093", "stopid": "1019", "lat": 40.031348, "long": -75.021701, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.021700966, 40.031347989 ] } }, +{ "type": "Feature", "properties": { "objectid": 421, "site": "Girard Av & 11th St - Shelter 67", "siteid": "pa-001096", "stopid": "1185", "lat": 39.970867, "long": -75.154009, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.154008973, 39.970866972000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 422, "site": "Girard Av & 8th St - Shelter 72", "siteid": "pa-001187", "stopid": "20999", "lat": 39.970624, "long": -75.149742, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.149741976, 39.970624020000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 423, "site": "17th St & Girard Av - Shelter 112", "siteid": "pa-001067", "stopid": "32", "lat": 39.972114, "long": -75.164151, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.164151042999904, 39.972114006 ] } }, +{ "type": "Feature", "properties": { "objectid": 424, "site": "Olney Av & 18th St - MBNS - Shelter 122", "siteid": "pa-001137", "stopid": "15791", "lat": 40.039188, "long": -75.152408, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.152407996, 40.0391880130001 ] } }, +{ "type": "Feature", "properties": { "objectid": 425, "site": "Germantown Av & Erie Av - Shelter 156", "siteid": "pa-001262", "stopid": "31613", "lat": 40.009409, "long": -75.150938, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.150937993, 40.009408973000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 426, "site": "Broad St & Loudon St - Shelter 163", "siteid": "pa-001155", "stopid": "17310", "lat": 40.026045, "long": -75.147459, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.147458996999902, 40.026045000000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 427, "site": "22nd St & Winter St - Shelter 269", "siteid": "pa-001101", "stopid": "2850", "lat": 39.959082, "long": -75.175485, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.175484997, 39.959082016 ] } }, +{ "type": "Feature", "properties": { "objectid": 428, "site": "33rd St & Diamond St - Shelter 181", "siteid": "pa-001145", "stopid": "16551", "lat": 39.988769, "long": -75.187114, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.187113957999898, 39.988769032 ] } }, +{ "type": "Feature", "properties": { "objectid": 429, "site": "Broad St & Montgomery Av - Shelter 212", "siteid": "pa-001150", "stopid": "17161", "lat": 39.980294, "long": -75.157591, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.157591006, 39.980293997 ] } }, +{ "type": "Feature", "properties": { "objectid": 430, "site": "Lehigh Av & Front St - Shelter 276", "siteid": "pa-001119", "stopid": "9377", "lat": 39.990803, "long": -75.131, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.130999975, 39.990803024000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 431, "site": "Broad St & Norris St - Shelter 238", "siteid": "pa-001153", "stopid": "17280", "lat": 39.983084, "long": -75.156851, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.156850974, 39.983084021 ] } }, +{ "type": "Feature", "properties": { "objectid": 432, "site": "Broad St & Ruscomb St - Shelter 240", "siteid": "pa-001157", "stopid": "17312", "lat": 40.029032, "long": -75.146725, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.146724983999903, 40.029032014 ] } }, +{ "type": "Feature", "properties": { "objectid": 433, "site": "Lehigh Av & 20th St - FS - Shelter 505", "siteid": "pa-001183", "stopid": "20527", "lat": 39.995317, "long": -75.164294, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.164293965, 39.995316986 ] } }, +{ "type": "Feature", "properties": { "objectid": 434, "site": "Frankford Av & Allegheny Av - Shelter 2049", "siteid": "pa-001237", "stopid": "24143", "lat": 39.993048, "long": -75.110199, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.110199034999894, 39.993048033 ] } }, +{ "type": "Feature", "properties": { "objectid": 435, "site": "Ridge Av & Domino Ln - FS - Shelter 195", "siteid": "pa-001088", "stopid": "907", "lat": 40.045259, "long": -75.232004, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.23200403, 40.045259032 ] } }, +{ "type": "Feature", "properties": { "objectid": 436, "site": "Ridge Av & Lincoln Dr - FS - Shelter 837", "siteid": "pa-001066", "stopid": "2", "lat": 40.015008, "long": -75.206933, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.206933039, 40.015007994 ] } }, +{ "type": "Feature", "properties": { "objectid": 437, "site": "Oregon Av & 21st St - FS - Shelter 44", "siteid": "pa-001071", "stopid": "95", "lat": 39.918167, "long": -75.182671, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.18267098, 39.91816702 ] } }, +{ "type": "Feature", "properties": { "objectid": 438, "site": "Passyunk Av & 19th St - Shelter 154", "siteid": "pa-001242", "stopid": "24922", "lat": 39.924043, "long": -75.177854, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.177854033999907, 39.924043023 ] } }, +{ "type": "Feature", "properties": { "objectid": 439, "site": "Broad St & Curtin St - Shelter 262", "siteid": "pa-001151", "stopid": "17229", "lat": 39.910413, "long": -75.172663, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.172663029, 39.910413012 ] } }, +{ "type": "Feature", "properties": { "objectid": 440, "site": "Broad St & Christian St - Shelter 546", "siteid": "pa-001132", "stopid": "15195", "lat": 39.940134, "long": -75.166401, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.166400962999901, 39.940134032000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 441, "site": "Oregon Av & 5th St - Shelter 684", "siteid": "pa-001143", "stopid": "16496", "lat": 39.915031, "long": -75.156548, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.156547971999899, 39.915031017 ] } }, +{ "type": "Feature", "properties": { "objectid": 442, "site": "Moyamensing Av & 16th St - Shelter 751", "siteid": "pa-001241", "stopid": "24615", "lat": 39.915987, "long": -75.174792, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.174792037, 39.915987005 ] } }, +{ "type": "Feature", "properties": { "objectid": 443, "site": "11th St & Zinkoff Blvd - FS - Shelter 810", "siteid": "pa-001190", "stopid": "21349", "lat": 39.902567, "long": -75.169111, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.169111001, 39.902567023000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 444, "site": "Pattison Av & Lawrence St - Shelter 811", "siteid": "pa-001240", "stopid": "24560", "lat": 39.903471, "long": -75.158297, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.158296992, 39.903471018000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 445, "site": "Pattison Av & 20th St - Shelter 812", "siteid": "pa-001159", "stopid": "17350", "lat": 39.9067, "long": -75.183244, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.183244015999904, 39.906700027 ] } }, +{ "type": "Feature", "properties": { "objectid": 446, "site": "Broad St & Zinkoff Blvd - MBNS - Shelter 815", "siteid": "pa-001255", "stopid": "30558", "lat": 39.90282, "long": -75.173953, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.173953009999906, 39.902820002 ] } }, +{ "type": "Feature", "properties": { "objectid": 447, "site": "Lindbergh Blvd & 80th St - Shelter 219", "siteid": "pa-001175", "stopid": "19559", "lat": 39.9021, "long": -75.247143, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.2471429779999, 39.902099998 ] } }, +{ "type": "Feature", "properties": { "objectid": 448, "site": "Lindbergh Blvd & 78th St - Shelter 220", "siteid": "pa-001244", "stopid": "24947", "lat": 39.903685, "long": -75.243082, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.243081963999899, 39.90368499 ] } }, +{ "type": "Feature", "properties": { "objectid": 449, "site": "65th St & Woodland Av - Shelter 255", "siteid": "pa-001095", "stopid": "1143", "lat": 39.925545, "long": -75.234204, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.234204003999906, 39.925544977000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 450, "site": "9th St & Chestnut St - Shelter 314", "siteid": "pa-001245", "stopid": "24989", "lat": 39.908918, "long": -75.232826, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.232825988999906, 39.908918030000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 451, "site": "Woodland Av & 50th St - Shelter 519", "siteid": "pa-001074", "stopid": "317", "lat": 39.940047, "long": -75.213835, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.213834974999898, 39.940046974 ] } }, +{ "type": "Feature", "properties": { "objectid": 452, "site": "84th St & Lindbergh Blvd - Shelter 841", "siteid": "pa-001174", "stopid": "19555", "lat": 39.897063, "long": -75.251204, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.251203991999901, 39.897062993000098 ] } }, +{ "type": "Feature", "properties": { "objectid": 453, "site": "16th St & Fitzwater St - Shelter 719", "siteid": "pa-001102", "stopid": "3033", "lat": 39.94213, "long": -75.16911, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.169110013, 39.942130007000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 454, "site": "Chestnut St & 32nd St - Shelter 234", "siteid": "pa-001191", "stopid": "21356", "lat": 39.953779, "long": -75.187587, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.187587010999906, 39.953778991 ] } }, +{ "type": "Feature", "properties": { "objectid": 455, "site": "Bartram Av & 84th St - MBNS - Shelter 736", "siteid": "pa-001252", "stopid": "30159", "lat": 39.890734, "long": -75.244011, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.244011002, 39.8907339780001 ] } }, +{ "type": "Feature", "properties": { "objectid": 456, "site": "33rd St & Walnut St - Shelter 285", "siteid": "pa-001195", "stopid": "21443", "lat": 39.952448, "long": -75.189992, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.189991979999903, 39.952448023 ] } }, +{ "type": "Feature", "properties": { "objectid": 457, "site": "Bartram Av & 84th St - MBFS - Shelter 737", "siteid": "pa-001092", "stopid": "990", "lat": 39.890984, "long": -75.244021, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.244020973, 39.8909839680001 ] } }, +{ "type": "Feature", "properties": { "objectid": 458, "site": "Chestnut St & 40th St - Shelter 638", "siteid": "pa-001076", "stopid": "421", "lat": 39.95562, "long": -75.202372, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.202372023, 39.955619979000097 ] } }, +{ "type": "Feature", "properties": { "objectid": 459, "site": "Walnut St & 39th St - Shelter 639", "siteid": "pa-001192", "stopid": "21364", "lat": 39.953852, "long": -75.200142, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.200142045, 39.953851984 ] } }, +{ "type": "Feature", "properties": { "objectid": 460, "site": "54th St & Berks St - Shelter 2008", "siteid": "pa-001205", "stopid": "21763", "lat": 39.985789, "long": -75.23177, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.231770019, 39.985788996 ] } }, +{ "type": "Feature", "properties": { "objectid": 461, "site": "52nd St & Walnut St - Shelter 2014", "siteid": "pa-001202", "stopid": "21702", "lat": 39.957056, "long": -75.225581, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.225580986, 39.957056031 ] } }, +{ "type": "Feature", "properties": { "objectid": 462, "site": "52nd St & Walnut St - Shelter 2015", "siteid": "pa-001203", "stopid": "21743", "lat": 39.956852, "long": -75.225452, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.225451988, 39.956852004 ] } }, +{ "type": "Feature", "properties": { "objectid": 463, "site": "Haverford Av & Overbrook Av - Shelter 2016", "siteid": "pa-001254", "stopid": "30349", "lat": 39.979015, "long": -75.268406, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.268406011, 39.979014966000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 464, "site": "Haverford Av & Woodbine Av - Shelter 2017", "siteid": "pa-001172", "stopid": "19532", "lat": 39.976367, "long": -75.264188, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.264187971999903, 39.976366997000099 ] } }, +{ "type": "Feature", "properties": { "objectid": 465, "site": "Lancaster Av & 41st St - Shelter 137", "siteid": "pa-001185", "stopid": "20634", "lat": 39.965097, "long": -75.20555, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.205549993, 39.965097026000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 466, "site": "City Av & Presidential Blvd - Shelter 260", "siteid": "pa-001080", "stopid": "699", "lat": 40.00819, "long": -75.211252, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.211251959, 40.008190004 ] } }, +{ "type": "Feature", "properties": { "objectid": 467, "site": "60th St & Lansdowne Av - Shelter 271", "siteid": "pa-001208", "stopid": "21870", "lat": 39.975874, "long": -75.240198, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.240198012999898, 39.975873972 ] } }, +{ "type": "Feature", "properties": { "objectid": 468, "site": "Ford Rd & Cranston Rd - FS - Shelter 279", "siteid": "pa-001221", "stopid": "22311", "lat": 39.999811, "long": -75.209991, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.209990994, 39.999810969000102 ] } }, +{ "type": "Feature", "properties": { "objectid": 469, "site": "Baltimore Av & 58th St - Shelter 306", "siteid": "pa-001186", "stopid": "20861", "lat": 39.945779, "long": -75.240319, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.240319015999901, 39.94577902 ] } }, +{ "type": "Feature", "properties": { "objectid": 470, "site": "16th St & Moyamensing Av - FS NE", "siteid": "pa-001452", "stopid": "10848", "lat": 39.916251, "long": -75.174768, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.174767962, 39.916251027 ] } }, +{ "type": "Feature", "properties": { "objectid": 471, "site": "Erie Av & St Chris Dr - MBFS", "siteid": "pa-001543", "stopid": "18146", "lat": 40.007407, "long": -75.125292, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.125291989999894, 40.00740698 ] } }, +{ "type": "Feature", "properties": { "objectid": 472, "site": "Schuylkill Av & JFK Blvd NE", "siteid": "pa-001632", "stopid": "30576", "lat": 39.955211, "long": -75.180794, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.18079404, 39.95521102 ] } }, +{ "type": "Feature", "properties": { "objectid": 473, "site": "Market St & 10th St - MBFS", "siteid": "pa-001575", "stopid": "17833", "lat": 39.951719, "long": -75.157874, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.157873975, 39.951718968000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 474, "site": "Girard Av & 39th St - Shelter 175", "siteid": "pa-002225", "stopid": " ", "lat": 39.974537, "long": -75.201628, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.201628038, 39.9745370320001 ] } }, +{ "type": "Feature", "properties": { "objectid": 475, "site": "63rd St & Lebanon Av - Shelter 717", "siteid": "pa-002228", "stopid": " ", "lat": 39.980932, "long": -75.246668, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.246668039, 39.980932024 ] } }, +{ "type": "Feature", "properties": { "objectid": 476, "site": "Walnut St & S 21st St - Shelter WA21", "siteid": "pa-002222", "stopid": "14088", "lat": 39.950809, "long": -75.175529, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.175529013999906, 39.950808999000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 477, "site": "Lancaster Av & 47th St - Shelter 596", "siteid": "pa-002226", "stopid": " ", "lat": 39.971554, "long": -75.216157, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.21615703, 39.971553966000101 ] } }, +{ "type": "Feature", "properties": { "objectid": 478, "site": "Chester Av & 43rd St - Shelter 484", "siteid": "pa-002224", "stopid": " ", "lat": 39.94836, "long": -75.209199, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.209199038999898, 39.9483599960001 ] } }, +{ "type": "Feature", "properties": { "objectid": 479, "site": "Baltimore Av & 43rd St - Shelter 251", "siteid": "pa-002223", "stopid": " ", "lat": 39.949462, "long": -75.209449, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.20944904, 39.949461996 ] } }, +{ "type": "Feature", "properties": { "objectid": 480, "site": "Lancaster Av & 47th St - Shelter 670", "siteid": "pa-002227", "stopid": " ", "lat": 39.971631, "long": -75.215927, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.215926971, 39.971631002 ] } }, +{ "type": "Feature", "properties": { "objectid": 481, "site": "Ridge Av & Hermitage St - Shelter 188", "siteid": "pa-001163", "stopid": "18045", "lat": 40.036688, "long": -75.218963, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.218963007999903, 40.036687981 ] } }, +{ "type": "Feature", "properties": { "objectid": 482, "site": "58th St & Greenway Av - Shelter 718", "siteid": "pa-001239", "stopid": "24537", "lat": 39.933513, "long": -75.226008, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.226007954999901, 39.933513011 ] } }, +{ "type": "Feature", "properties": { "objectid": 483, "site": "Rising Sun Av & Roosevelt Blvd NW", "siteid": "pa-001760", "stopid": "17966", "lat": 40.026231, "long": -75.121867, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.121866983, 40.026231004000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 484, "site": "Walnut St & 34th-PBS1", "siteid": "pa-000095", "stopid": "21360", "lat": 39.952863, "long": -75.191867, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.191867034, 39.952862989 ] } }, +{ "type": "Feature", "properties": { "objectid": 485, "site": "Spring Garden & 17th St-PBS1", "siteid": "pa-000048", "stopid": "22020", "lat": 39.96298, "long": -75.166563, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.166563019, 39.9629799900001 ] } }, +{ "type": "Feature", "properties": { "objectid": 486, "site": "Walnut St & 20th-PBS1", "siteid": "pa-000074", "stopid": "14086", "lat": 39.95057, "long": -75.173646, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.173645966, 39.950569970000103 ] } }, +{ "type": "Feature", "properties": { "objectid": 487, "site": "Market St & 7th-PBS1", "siteid": "pa-000069", "stopid": "10331", "lat": 39.950879, "long": -75.152215, "productgroup": "Static" }, "geometry": { "type": "Point", "coordinates": [ -75.152215038, 39.950879034 ] } } +] +} diff --git a/data/phs_landcare.geojson b/data/phs_landcare.geojson new file mode 100644 index 00000000..4f167e62 --- /dev/null +++ b/data/phs_landcare.geojson @@ -0,0 +1,9449 @@ +{ +"type": "FeatureCollection", +"name": "phs_landcare", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "address": "2140 CHURCH LA", "addr_range": "2140 CHURCH LN; 5979 N BEECHWOOD ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1029, "objectid": 1, "Shape__Area": 163.34375, "Shape__Length": 54.337247103079996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157020695043201, 40.045081091554998 ], [ -75.157012270729993, 40.0452142606919 ], [ -75.1570995979488, 40.045192583833 ], [ -75.157101342490705, 40.045084346384499 ], [ -75.157020695043201, 40.045081091554998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "829 E WOODLAWN ST", "addr_range": "829 E WOODLAWN ST", "zipcode": 19138, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1200, "objectid": 2, "Shape__Area": 190.46484375, "Shape__Length": 79.836517899853831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163467952864394, 40.045572470270002 ], [ -75.163476583123298, 40.045577743606103 ], [ -75.163506777026498, 40.0455482458162 ], [ -75.163267904053797, 40.045398563429899 ], [ -75.163236463063996, 40.045428821462401 ], [ -75.163467952864394, 40.045572470270002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5979 N BEECHWOOD ST", "addr_range": "2140 CHURCH LN; 5979 N BEECHWOOD ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2149, "objectid": 3, "Shape__Area": 341.125, "Shape__Length": 98.153423099342305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157020695043201, 40.045081091554998 ], [ -75.157101342490705, 40.045084346384499 ], [ -75.1570995979488, 40.045192583833 ], [ -75.157344425923398, 40.045132760112402 ], [ -75.157344861025294, 40.045129626289999 ], [ -75.157348138103998, 40.045107003676698 ], [ -75.157348667964996, 40.045084883094397 ], [ -75.157021578613097, 40.045071713908399 ], [ -75.157020695043201, 40.045081091554998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6116 E WISTER ST", "addr_range": "6112-6118 E WISTER ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2000, "objectid": 4, "Shape__Area": 317.44921875, "Shape__Length": 95.491727775676367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158192684670496, 40.046928273191902 ], [ -75.158189128126807, 40.046983108012697 ], [ -75.158545872605501, 40.046996766954102 ], [ -75.158549427655998, 40.046941932996198 ], [ -75.158192684670496, 40.046928273191902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2120R-24 HAINES ST", "addr_range": "2118-2128 HAINES ST", "zipcode": 19138, "district": "9", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 9910, "objectid": 5, "Shape__Area": 1573.21875, "Shape__Length": 162.74005493098269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157074386923, 40.056287793245403 ], [ -75.157313219283495, 40.056171348788098 ], [ -75.157091082616006, 40.055876760323002 ], [ -75.156847694669395, 40.055991665265203 ], [ -75.157074386923, 40.056287793245403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2118 HAINES ST", "addr_range": "2118-2128 HAINES ST", "zipcode": 19138, "district": "9", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2871, "objectid": 6, "Shape__Area": 455.96875, "Shape__Length": 129.00187945067916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157157864219201, 40.056506568585 ], [ -75.157220349244, 40.056478205584 ], [ -75.156964232374307, 40.056144064952903 ], [ -75.156901132453996, 40.0561714948971 ], [ -75.157157864219201, 40.056506568585 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2120 HAINES ST", "addr_range": "2118-2128 HAINES ST", "zipcode": 19138, "district": "9", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1724, "objectid": 7, "Shape__Area": 273.765625, "Shape__Length": 81.409491588267358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157220349244, 40.056478205584 ], [ -75.157287495269401, 40.056447014029303 ], [ -75.157136956764802, 40.056257206700501 ], [ -75.157074386923, 40.056287793245403 ], [ -75.157220349244, 40.056478205584 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2118R HAINES ST", "addr_range": "2118-2128 HAINES ST", "zipcode": 19138, "district": "9", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1296, "objectid": 8, "Shape__Area": 205.85546875, "Shape__Length": 67.08691407006701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156901132453996, 40.0561714948971 ], [ -75.156964232374307, 40.056144064952903 ], [ -75.156847694669395, 40.055991665265203 ], [ -75.1567865226816, 40.0560219119835 ], [ -75.156901132453996, 40.0561714948971 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2122-24 HAINES ST", "addr_range": "2118-2128 HAINES ST", "zipcode": 19138, "district": "9", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 4766, "objectid": 9, "Shape__Area": 756.7890625, "Shape__Length": 111.72425413086077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157287495269401, 40.056447014029303 ], [ -75.157465802504703, 40.056367489300797 ], [ -75.157313219283495, 40.056171348788098 ], [ -75.157136956764802, 40.056257206700501 ], [ -75.157287495269401, 40.056447014029303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4804 N 7TH ST", "addr_range": "4800-4806 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1096, "objectid": 10, "Shape__Area": 173.98046875, "Shape__Length": 67.626224881007815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136844634804405, 40.024985305009999 ], [ -75.137088148231697, 40.025017637878697 ], [ -75.137097007982703, 40.024974330900797 ], [ -75.136853910218505, 40.024942621102099 ], [ -75.136844634804405, 40.024985305009999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4800 N FRANKLIN ST", "addr_range": "4800-4802 N FRANKLIN ST", "zipcode": 19120, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 940, "objectid": 11, "Shape__Area": 149.24609375, "Shape__Length": 60.815062896295565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137474958487701, 40.024979706881098 ], [ -75.137689519273593, 40.025007557661503 ], [ -75.137698195085306, 40.024967923532998 ], [ -75.137698702958701, 40.024965629370399 ], [ -75.1375769753204, 40.024950045920797 ], [ -75.137483627112701, 40.024938039896497 ], [ -75.137483033607793, 40.024940944805202 ], [ -75.137474958487701, 40.024979706881098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4819 N MARSHALL ST", "addr_range": "4819 N MARSHALL ST", "zipcode": 19120, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 983, "objectid": 12, "Shape__Area": 156.03515625, "Shape__Length": 63.466320731044078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135725830858703, 40.025155021239598 ], [ -75.135949971405495, 40.025185158499603 ], [ -75.135958769917295, 40.025143978414199 ], [ -75.135735872883998, 40.025113691975498 ], [ -75.135729489044493, 40.025112838443597 ], [ -75.135729162123994, 40.025116457617798 ], [ -75.135725830858703, 40.025155021239598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "705 W ROCKLAND ST", "addr_range": "705 W ROCKLAND ST", "zipcode": 19120, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1326, "objectid": 13, "Shape__Area": 210.36328125, "Shape__Length": 78.902603892831522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136628576571795, 40.026560288794201 ], [ -75.136684222650402, 40.026568036154899 ], [ -75.136732613565798, 40.026352485610403 ], [ -75.136735174886695, 40.026344224755903 ], [ -75.136677745912095, 40.026335971015101 ], [ -75.136653615538407, 40.026448583998302 ], [ -75.136629795154093, 40.026549339369303 ], [ -75.136628576571795, 40.026560288794201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5044 N 7TH ST", "addr_range": "5044-5054 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1101, "objectid": 14, "Shape__Area": 174.82421875, "Shape__Length": 69.368175274620057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135998527583794, 40.028792233551798 ], [ -75.136234917236905, 40.028822567688998 ], [ -75.136248770291004, 40.028823865990198 ], [ -75.136252384710303, 40.028824206845002 ], [ -75.136259057434501, 40.028793586092299 ], [ -75.136261453165304, 40.028782598587497 ], [ -75.136257842457795, 40.028782161408103 ], [ -75.136007874115606, 40.028751534464703 ], [ -75.135998527583794, 40.028792233551798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5001 N FRANKLIN ST", "addr_range": "5001 N FRANKLIN ST", "zipcode": 19120, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1058, "objectid": 15, "Shape__Area": 167.859375, "Shape__Length": 63.679686059375356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136451680340997, 40.027913064984801 ], [ -75.136456623784099, 40.027913741526497 ], [ -75.136674085797296, 40.0279433052904 ], [ -75.136674315192806, 40.027942278839902 ], [ -75.136683993000204, 40.0278978633214 ], [ -75.1364664530212, 40.027868684337299 ], [ -75.136461029573198, 40.027867963534398 ], [ -75.136451680340997, 40.027913064984801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4801 N 7TH ST", "addr_range": "4801 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1208, "objectid": 16, "Shape__Area": 191.6640625, "Shape__Length": 72.559007705728234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136397459185702, 40.0248391245646 ], [ -75.136636276628494, 40.024871464158799 ], [ -75.136637467933596, 40.024866122977798 ], [ -75.136646021591204, 40.024827485368903 ], [ -75.136641995003401, 40.024826957640499 ], [ -75.136407172683803, 40.024795966807901 ], [ -75.1363818271291, 40.024792617514102 ], [ -75.136371992065506, 40.024835675191703 ], [ -75.136397459185702, 40.0248391245646 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4951 N 7TH ST", "addr_range": "4951 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1113, "objectid": 17, "Shape__Area": 176.5859375, "Shape__Length": 70.555735873967535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135869233888201, 40.027341879827098 ], [ -75.135904284723097, 40.027346450266798 ], [ -75.136125375879004, 40.027375339966198 ], [ -75.136133587812793, 40.027334178953197 ], [ -75.135908214622901, 40.027304820574798 ], [ -75.135872329620497, 40.027300150956599 ], [ -75.135869233888201, 40.027341879827098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5048 N 7TH ST", "addr_range": "5044-5054 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1098, "objectid": 18, "Shape__Area": 174.2109375, "Shape__Length": 69.364140823767713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136244043622298, 40.0288660100586 ], [ -75.1362397234562, 40.028865460322599 ], [ -75.135990438161897, 40.028833463121302 ], [ -75.135981065568899, 40.028874838282 ], [ -75.136112811507999, 40.028891797389598 ], [ -75.136230802451394, 40.0289065565497 ], [ -75.136234330021395, 40.028906991837701 ], [ -75.136239422602998, 40.0288836198892 ], [ -75.136244043622298, 40.0288660100586 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5062 N 7TH ST", "addr_range": "5062 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1045, "objectid": 19, "Shape__Area": 165.80859375, "Shape__Length": 68.854486244647319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135918454466605, 40.029163298207799 ], [ -75.136167933074603, 40.029195236866101 ], [ -75.136172941717007, 40.029195866246702 ], [ -75.136174547450096, 40.029187923338199 ], [ -75.136180538066597, 40.029155964363497 ], [ -75.136176635210106, 40.029155473679502 ], [ -75.135927306127897, 40.029124586329502 ], [ -75.135918454466605, 40.029163298207799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4955 N 7TH ST", "addr_range": "4955 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1059, "objectid": 20, "Shape__Area": 168.05078125, "Shape__Length": 68.07401143582382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136116459333195, 40.027416871479701 ], [ -75.135900195549496, 40.0273899937092 ], [ -75.135865344977006, 40.027385670202499 ], [ -75.135860723010396, 40.027427283239099 ], [ -75.135896287454102, 40.0274315743412 ], [ -75.136106922098804, 40.027457050846898 ], [ -75.136116459333195, 40.027416871479701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4835 N MARSHALL ST", "addr_range": "4835 N MARSHALL ST", "zipcode": 19120, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1130, "objectid": 21, "Shape__Area": 179.35546875, "Shape__Length": 58.43448972052353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135693520995702, 40.025539294510203 ], [ -75.135869566685102, 40.025562775888801 ], [ -75.135882093778093, 40.025502660095498 ], [ -75.135697176256599, 40.025478719071799 ], [ -75.135693520995702, 40.025539294510203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4807 N 7TH ST", "addr_range": "4807 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1180, "objectid": 22, "Shape__Area": 187.1796875, "Shape__Length": 72.36226764191548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136343869769306, 40.024964817524598 ], [ -75.136369827924995, 40.024968116795201 ], [ -75.1366089889639, 40.024998545078198 ], [ -75.136618224749498, 40.024955859383098 ], [ -75.136378876775197, 40.024925845836897 ], [ -75.136352834795204, 40.024922593315303 ], [ -75.136350837225294, 40.024932010390003 ], [ -75.136343869769306, 40.024964817524598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5046 N 7TH ST", "addr_range": "5044-5054 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1093, "objectid": 23, "Shape__Area": 173.53125, "Shape__Length": 69.475025697532502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136252384710303, 40.028824206845002 ], [ -75.136248770291004, 40.028823865990198 ], [ -75.136234917236905, 40.028822567688998 ], [ -75.135998527583794, 40.028792233551798 ], [ -75.135990438161897, 40.028833463121302 ], [ -75.1362397234562, 40.028865460322599 ], [ -75.136244043622298, 40.0288660100586 ], [ -75.1362495076432, 40.028837375582299 ], [ -75.136252384710303, 40.028824206845002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4813 N 7TH ST", "addr_range": "4813 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1242, "objectid": 24, "Shape__Area": 197.08203125, "Shape__Length": 72.977334353045606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136342504439597, 40.025095535632197 ], [ -75.136581191912896, 40.025126920882897 ], [ -75.136590814221094, 40.025081746351503 ], [ -75.136352038764002, 40.0250510673185 ], [ -75.136325705984902, 40.025047695545602 ], [ -75.136321405684996, 40.025070649432102 ], [ -75.136316824501293, 40.0250921624977 ], [ -75.136342504439597, 40.025095535632197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4800 N MARSHALL ST", "addr_range": "4800 N MARSHALL ST", "zipcode": 19120, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 985, "objectid": 25, "Shape__Area": 156.37890625, "Shape__Length": 58.214961985067561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136343999772507, 40.024837843881897 ], [ -75.136370715772102, 40.024841579377302 ], [ -75.136371992065506, 40.024835675191703 ], [ -75.1363818271291, 40.024792617514102 ], [ -75.136365325022098, 40.024790436285102 ], [ -75.136354497833196, 40.024789013126998 ], [ -75.136186811006098, 40.024766884124602 ], [ -75.136176615522501, 40.024814367517003 ], [ -75.136343999772507, 40.024837843881897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "638 W ROCKLAND ST", "addr_range": "4845 N MARSHALL ST; 638 W ROCKLAND ST", "zipcode": 19120, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 3218, "objectid": 26, "Shape__Area": 510.46484375, "Shape__Length": 98.772316065012902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135682965622706, 40.026084441455197 ], [ -75.135755604216598, 40.026093591564504 ], [ -75.135805353683494, 40.0258575343627 ], [ -75.135664972997702, 40.025839008637298 ], [ -75.135654971509993, 40.025905388152502 ], [ -75.135639604818905, 40.026072412301403 ], [ -75.135638998822799, 40.026078894879298 ], [ -75.135660783759903, 40.026081647883402 ], [ -75.135682965622706, 40.026084441455197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "725 W ROCKLAND ST", "addr_range": "725 W ROCKLAND ST", "zipcode": 19120, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1353, "objectid": 27, "Shape__Area": 214.703125, "Shape__Length": 78.854758220090744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1373355386215, 40.026658603813097 ], [ -75.137393399573995, 40.026666544478502 ], [ -75.137443770275297, 40.026443623313 ], [ -75.137386271104404, 40.026435544933598 ], [ -75.1373355386215, 40.026658603813097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5050 N 7TH ST", "addr_range": "5044-5054 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1101, "objectid": 28, "Shape__Area": 174.71875, "Shape__Length": 69.380313187010614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136234330021395, 40.028906991837701 ], [ -75.136230802451394, 40.0289065565497 ], [ -75.136112811507999, 40.028891797389598 ], [ -75.135981065568899, 40.028874838282 ], [ -75.135972098578804, 40.028916546141197 ], [ -75.136221831858904, 40.0289478444666 ], [ -75.136225316102397, 40.028948278768802 ], [ -75.136231292328105, 40.028927587650799 ], [ -75.136234330021395, 40.028906991837701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4965 N 7TH ST", "addr_range": "4965 N 7TH ST", "zipcode": 19120, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 968, "objectid": 29, "Shape__Area": 153.59375, "Shape__Length": 62.621852341365241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136071815359301, 40.027619450383803 ], [ -75.135880992929501, 40.027594570775001 ], [ -75.135845859450001, 40.027589982231497 ], [ -75.135842463593903, 40.027631316829897 ], [ -75.135878464698706, 40.027636263007103 ], [ -75.136062413867506, 40.027661551114797 ], [ -75.136071815359301, 40.027619450383803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4822 N FRANKLIN ST", "addr_range": "4822 N FRANKLIN ST", "zipcode": 19120, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 905, "objectid": 30, "Shape__Area": 143.5703125, "Shape__Length": 60.555515298000998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137384953721394, 40.025390103972398 ], [ -75.137375701442906, 40.025430032215503 ], [ -75.137592294444403, 40.025457463551 ], [ -75.137600687056704, 40.025417547272902 ], [ -75.137384953721394, 40.025390103972398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4940 N 7TH ST", "addr_range": "4940 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1082, "objectid": 31, "Shape__Area": 171.76953125, "Shape__Length": 68.131882251917219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136354310492493, 40.027170669006999 ], [ -75.136481615347506, 40.027187428480701 ], [ -75.1366015165395, 40.027203182279202 ], [ -75.136610803653397, 40.027161271728303 ], [ -75.136363667195198, 40.027129146595001 ], [ -75.136354310492493, 40.027170669006999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4802 N FRANKLIN ST", "addr_range": "4800-4802 N FRANKLIN ST", "zipcode": 19120, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 919, "objectid": 32, "Shape__Area": 145.82421875, "Shape__Length": 60.444004533987339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137466615642296, 40.025021009154599 ], [ -75.137680765844095, 40.025048142404202 ], [ -75.137689519273593, 40.025007557661503 ], [ -75.137474958487701, 40.024979706881098 ], [ -75.137466615642296, 40.025021009154599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "640 W ROCKLAND ST", "addr_range": "640 W ROCKLAND ST; 4844-4846 N MARSHALL ST", "zipcode": 19120, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1467, "objectid": 33, "Shape__Area": 232.78515625, "Shape__Length": 82.757834836049653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135896716733996, 40.026100768325797 ], [ -75.135894266315702, 40.026112142018398 ], [ -75.135953030290906, 40.026119991351798 ], [ -75.135996056755602, 40.025926193984503 ], [ -75.136005243480895, 40.025884765039599 ], [ -75.135945088216801, 40.025877045341602 ], [ -75.135936158168903, 40.025918381913797 ], [ -75.135896716733996, 40.026100768325797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4845 N MARSHALL ST", "addr_range": "4845 N MARSHALL ST; 638 W ROCKLAND ST", "zipcode": 19120, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 869, "objectid": 34, "Shape__Area": 137.96875, "Shape__Length": 49.571691612245118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135664972997702, 40.025839008637298 ], [ -75.135805353683494, 40.0258575343627 ], [ -75.135817912603599, 40.025800368346502 ], [ -75.135669961141204, 40.025780252073297 ], [ -75.135664972997702, 40.025839008637298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4806 N 7TH ST", "addr_range": "4800-4806 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1089, "objectid": 35, "Shape__Area": 172.83203125, "Shape__Length": 67.556929186383854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136835592602694, 40.025028445636401 ], [ -75.137078933096504, 40.025059855543198 ], [ -75.137088148231697, 40.025017637878697 ], [ -75.136844634804405, 40.024985305009999 ], [ -75.136835592602694, 40.025028445636401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5052 N 7TH ST", "addr_range": "5044-5054 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1116, "objectid": 36, "Shape__Area": 177.1640625, "Shape__Length": 69.471772038308387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136225316102397, 40.028948278768802 ], [ -75.136221831858904, 40.0289478444666 ], [ -75.135972098578804, 40.028916546141197 ], [ -75.135963565683099, 40.028958425163701 ], [ -75.136212629353196, 40.028990223648997 ], [ -75.136216071953598, 40.028990674123001 ], [ -75.136220480319096, 40.028972590921597 ], [ -75.136225316102397, 40.028948278768802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5054 N 7TH ST", "addr_range": "5044-5054 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1092, "objectid": 37, "Shape__Area": 173.26171875, "Shape__Length": 69.128627606069159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136216071953598, 40.028990674123001 ], [ -75.136212629353196, 40.028990223648997 ], [ -75.135963565683099, 40.028958425163701 ], [ -75.135954219061603, 40.028999125146903 ], [ -75.135981325616896, 40.029003078622303 ], [ -75.136203659370494, 40.029031464725499 ], [ -75.136207061645095, 40.029031897162497 ], [ -75.136210623468699, 40.029015648097598 ], [ -75.136216071953598, 40.028990674123001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4800 N 7TH ST", "addr_range": "4800-4806 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1122, "objectid": 38, "Shape__Area": 178.01171875, "Shape__Length": 67.93675793424589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136862699497897, 40.024902183192701 ], [ -75.137106326694706, 40.024932679631902 ], [ -75.137115072953804, 40.024889032187303 ], [ -75.137075033555803, 40.024883898071899 ], [ -75.136871394337703, 40.0248577443964 ], [ -75.136870322765105, 40.024863233368499 ], [ -75.136862699497897, 40.024902183192701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4802 N 7TH ST", "addr_range": "4800-4806 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1047, "objectid": 39, "Shape__Area": 166.19921875, "Shape__Length": 67.034153541245885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136853910218505, 40.024942621102099 ], [ -75.137097007982703, 40.024974330900797 ], [ -75.137106326694706, 40.024932679631902 ], [ -75.136862699497897, 40.024902183192701 ], [ -75.136853910218505, 40.024942621102099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5002 N 7TH ST", "addr_range": "5002-5004 N 7TH ST", "zipcode": 19120, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1133, "objectid": 40, "Shape__Area": 179.85546875, "Shape__Length": 69.759604384848743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136189486769297, 40.027923410755399 ], [ -75.136437493064506, 40.027955330738401 ], [ -75.136442229392998, 40.027955937693498 ], [ -75.136451680340997, 40.027913064984801 ], [ -75.136446797671994, 40.027912453798599 ], [ -75.136207524870002, 40.027881893122903 ], [ -75.136198930411396, 40.027880214430603 ], [ -75.136189486769297, 40.027923410755399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5004 N 7TH ST", "addr_range": "5002-5004 N 7TH ST", "zipcode": 19120, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1062, "objectid": 41, "Shape__Area": 168.5390625, "Shape__Length": 68.807855007386266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136442229392998, 40.027955937693498 ], [ -75.136437493064506, 40.027955330738401 ], [ -75.136189486769297, 40.027923410755399 ], [ -75.136180584518698, 40.027963444198697 ], [ -75.136193487967603, 40.027965413783697 ], [ -75.136428829136193, 40.027995175000498 ], [ -75.1364331498377, 40.027995709425497 ], [ -75.136442229392998, 40.027955937693498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4850 N SYDENHAM ST", "addr_range": "4850 N SYDENHAM ST", "zipcode": 19141, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3935, "objectid": 42, "Shape__Area": 624.38671875, "Shape__Length": 120.03230613031526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149753764193093, 40.027820177691297 ], [ -75.149735703515006, 40.027900804553298 ], [ -75.149744626986305, 40.027896105959499 ], [ -75.150100861918702, 40.027708459280902 ], [ -75.150101593655407, 40.027705236685897 ], [ -75.150090592810002, 40.027703922634601 ], [ -75.149788693135406, 40.027664316588002 ], [ -75.149753764193093, 40.027820177691297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1708 BELFIELD AVE", "addr_range": "1708-1712 BELFIELD AVE", "zipcode": 19141, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1911, "objectid": 43, "Shape__Area": 303.25, "Shape__Length": 104.38699735482452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152428585170895, 40.028571656660802 ], [ -75.152458060125298, 40.028611832950901 ], [ -75.152534592720798, 40.028577971050801 ], [ -75.152770261352103, 40.028475556458702 ], [ -75.152818920815903, 40.0284544107814 ], [ -75.152799044379904, 40.028427508303203 ], [ -75.1527910326149, 40.028426456732603 ], [ -75.152769563686704, 40.028423650184699 ], [ -75.1527410116569, 40.028436044890398 ], [ -75.152428585170895, 40.028571656660802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4900 N 12TH ST", "addr_range": "4900 N 12TH ST", "zipcode": 19141, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2103, "objectid": 44, "Shape__Area": 333.68359375, "Shape__Length": 87.204388364946055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143519473265002, 40.027329484994802 ], [ -75.143818053422194, 40.027368615130001 ], [ -75.143822910455199, 40.027349138977499 ], [ -75.143832105015406, 40.027301922438703 ], [ -75.143533810239205, 40.027261930226999 ], [ -75.143519473265002, 40.027329484994802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4722 N 13TH ST", "addr_range": "4722 N 13TH ST", "zipcode": 19141, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1445, "objectid": 45, "Shape__Area": 229.328125, "Shape__Length": 81.810010930403422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145677998720899, 40.024913206109296 ], [ -75.145668489259606, 40.024958286513403 ], [ -75.145971702711506, 40.024997161337502 ], [ -75.145980976233403, 40.024951107867601 ], [ -75.145677998720899, 40.024913206109296 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1710 BELFIELD AVE", "addr_range": "1708-1712 BELFIELD AVE", "zipcode": 19141, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1924, "objectid": 46, "Shape__Area": 305.25390625, "Shape__Length": 105.68125374847999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152770261352103, 40.028475556458702 ], [ -75.152534592720798, 40.028577971050801 ], [ -75.152458060125298, 40.028611832950901 ], [ -75.152486757176007, 40.028650959973099 ], [ -75.152573816394494, 40.028612709410197 ], [ -75.152686639723001, 40.028564258092999 ], [ -75.152799749420097, 40.028515394171698 ], [ -75.152848426812398, 40.028494362415103 ], [ -75.152818920815903, 40.0284544107814 ], [ -75.152770261352103, 40.028475556458702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4714 N MARVINE ST", "addr_range": "4714 N MARVINE ST", "zipcode": 19141, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1112, "objectid": 47, "Shape__Area": 176.53125, "Shape__Length": 70.955874033217953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143601279014604, 40.0244282893552 ], [ -75.143609290332293, 40.024388348747898 ], [ -75.143348654723198, 40.024352514527898 ], [ -75.143340060511505, 40.024393957405699 ], [ -75.143601279014604, 40.0244282893552 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1610 BELFIELD AVE", "addr_range": "1608-1610 BELFIELD AVE", "zipcode": 19141, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1220, "objectid": 48, "Shape__Area": 193.58984375, "Shape__Length": 71.651998664666465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151306442140495, 40.027002903940897 ], [ -75.1513412452327, 40.027050665151897 ], [ -75.151342207568803, 40.027052927759499 ], [ -75.1514662346666, 40.026988352495003 ], [ -75.151570599519602, 40.026934003873698 ], [ -75.151546332137102, 40.0269303444746 ], [ -75.151497838984795, 40.026923041018598 ], [ -75.151494440956995, 40.0269225289397 ], [ -75.151306442140495, 40.027002903940897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4824 N 12TH ST", "addr_range": "4824 N 12TH ST", "zipcode": 19141, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1682, "objectid": 49, "Shape__Area": 266.91015625, "Shape__Length": 82.87376551435031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143698436101502, 40.026455398822101 ], [ -75.143686888235294, 40.026509266434502 ], [ -75.143983034488599, 40.026548905022601 ], [ -75.143994582172198, 40.026494456223602 ], [ -75.143698436101502, 40.026455398822101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "920 LINDLEY AVE", "addr_range": "918-920 LINDLEY AVE", "zipcode": 19141, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1507, "objectid": 50, "Shape__Area": 239.2265625, "Shape__Length": 87.952511288844605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139053085267406, 40.029337677280701 ], [ -75.138996170914794, 40.029593399738403 ], [ -75.139052691242696, 40.029600245821101 ], [ -75.139109137141901, 40.0293458182705 ], [ -75.139053085267406, 40.029337677280701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1543 W LOUDON ST", "addr_range": "1543 W LOUDON ST", "zipcode": 19141, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1426, "objectid": 51, "Shape__Area": 226.33984375, "Shape__Length": 77.08269425345128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150552050866196, 40.026845991680098 ], [ -75.150616464282095, 40.026853703644498 ], [ -75.150662400147795, 40.026641976953798 ], [ -75.150598818815496, 40.026632833205497 ], [ -75.150552050866196, 40.026845991680098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "918 LINDLEY AVE", "addr_range": "918-920 LINDLEY AVE", "zipcode": 19141, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1736, "objectid": 52, "Shape__Area": 275.421875, "Shape__Length": 89.947676289858563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138939707737805, 40.0295855863287 ], [ -75.138996170914794, 40.029593399738403 ], [ -75.139053085267406, 40.029337677280701 ], [ -75.138988562968194, 40.029329471631797 ], [ -75.138936021191995, 40.0295631121271 ], [ -75.138931238984696, 40.029584410772301 ], [ -75.138939707737805, 40.0295855863287 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4835-37 N 11TH ST", "addr_range": "4835-4837 N 11TH ST", "zipcode": 19141, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2481, "objectid": 53, "Shape__Area": 393.62109375, "Shape__Length": 79.517276797909545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141701190043094, 40.026526036696502 ], [ -75.141864617403897, 40.026546770509 ], [ -75.141894040374794, 40.0264113386391 ], [ -75.141709196483205, 40.026386957659497 ], [ -75.141701190043094, 40.026526036696502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4800 N HUTCHINSON ST", "addr_range": "4800 N HUTCHINSON ST", "zipcode": 19141, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1188, "objectid": 54, "Shape__Area": 188.51953125, "Shape__Length": 75.70497359397379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139901276433505, 40.025284674244503 ], [ -75.140184210162303, 40.025322006011301 ], [ -75.140192992591807, 40.025281695681102 ], [ -75.140138455308602, 40.025274605017799 ], [ -75.139910059014795, 40.0252449432923 ], [ -75.139907875230307, 40.0252548571533 ], [ -75.139901276433505, 40.025284674244503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1712 BELFIELD AVE", "addr_range": "1708-1712 BELFIELD AVE", "zipcode": 19141, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1820, "objectid": 55, "Shape__Area": 288.73828125, "Shape__Length": 105.00512690071879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152486757176007, 40.028650959973099 ], [ -75.152514339375301, 40.028688562478898 ], [ -75.152647902021798, 40.028630198743897 ], [ -75.152725240837896, 40.02859664508 ], [ -75.152827284520399, 40.028552576561601 ], [ -75.152875896283405, 40.028531575745497 ], [ -75.152848426812398, 40.028494362415103 ], [ -75.152799749420097, 40.028515394171698 ], [ -75.152686639723001, 40.028564258092999 ], [ -75.152573816394494, 40.028612709410197 ], [ -75.152486757176007, 40.028650959973099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4926 N 10TH ST", "addr_range": "4926 N 10TH ST", "zipcode": 19141, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1543, "objectid": 56, "Shape__Area": 244.78125, "Shape__Length": 86.668010682645445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140264467437405, 40.027429868090998 ], [ -75.140590242661204, 40.027469574187499 ], [ -75.140598798443904, 40.0274242462987 ], [ -75.140274247521006, 40.0273844058595 ], [ -75.140264467437405, 40.027429868090998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1608 BELFIELD AVE", "addr_range": "1608-1610 BELFIELD AVE", "zipcode": 19141, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1535, "objectid": 57, "Shape__Area": 243.65234375, "Shape__Length": 75.723909672611896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151227953209997, 40.026895140169998 ], [ -75.151306442140495, 40.027002903940897 ], [ -75.151494440956995, 40.0269225289397 ], [ -75.151448825467597, 40.0269156455768 ], [ -75.151400269722103, 40.026908324444499 ], [ -75.151344314453397, 40.026899884377798 ], [ -75.151290170816793, 40.026891728553402 ], [ -75.151239781719994, 40.026884140611401 ], [ -75.151217473641594, 40.026880766051399 ], [ -75.151227953209997, 40.026895140169998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4738 N 11TH ST", "addr_range": "4738 N 11TH ST", "zipcode": 19141, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1213, "objectid": 58, "Shape__Area": 192.55859375, "Shape__Length": 74.100188829293501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142473759354004, 40.024773757548601 ], [ -75.142464548811205, 40.024815944137202 ], [ -75.142664893408394, 40.0248427545881 ], [ -75.142737252622098, 40.024852054330303 ], [ -75.142746761785801, 40.024809778094301 ], [ -75.142473759354004, 40.024773757548601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5221 N 10TH ST", "addr_range": "5221 N 10TH ST", "zipcode": 19141, "district": "9", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1277, "objectid": 59, "Shape__Area": 202.62890625, "Shape__Length": 80.337200614945658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1387908906581, 40.031742711053802 ], [ -75.138782285331303, 40.031782670327097 ], [ -75.139084595736094, 40.031825039047298 ], [ -75.139094006631595, 40.031784792622503 ], [ -75.1387908906581, 40.031742711053802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "915 W DUNCANNON AVE", "addr_range": "915 W DUNCANNON AVE", "zipcode": 19141, "district": "9", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2102, "objectid": 60, "Shape__Area": 333.6328125, "Shape__Length": 91.94725846634887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138498136976906, 40.031525044349998 ], [ -75.138577833112706, 40.0315350783331 ], [ -75.138583281571897, 40.031513956131 ], [ -75.138596913217199, 40.0314528812874 ], [ -75.138602743037595, 40.031427269856202 ], [ -75.138603379180196, 40.031421094302303 ], [ -75.138633269694907, 40.031284093340901 ], [ -75.138554029245199, 40.031274134624702 ], [ -75.138498136976906, 40.031525044349998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5235 N 10TH ST", "addr_range": "5235 N 10TH ST", "zipcode": 19141, "district": "9", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1318, "objectid": 61, "Shape__Area": 209.234375, "Shape__Length": 80.681163337297932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138719291242097, 40.032067738586598 ], [ -75.139021520535593, 40.032111668872297 ], [ -75.139030592836704, 40.032069866798899 ], [ -75.138909444414296, 40.032052539436897 ], [ -75.138852093979807, 40.032043788619703 ], [ -75.138818773461495, 40.032039936048399 ], [ -75.138728933671203, 40.032026416224902 ], [ -75.138719291242097, 40.032067738586598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5731-51 KEMBLE AVE", "addr_range": "5731-51 KEMBLE AVE", "zipcode": 19141, "district": "8", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 23036, "objectid": 62, "Shape__Area": 3655.87890625, "Shape__Length": 252.44592698949228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152080969880103, 40.0418962783544 ], [ -75.152353816047494, 40.041750358201703 ], [ -75.152355122816004, 40.041749662435002 ], [ -75.152258452271695, 40.041642439267697 ], [ -75.151952124574294, 40.041302699711501 ], [ -75.151926943371194, 40.041315639104297 ], [ -75.151544616930295, 40.041521336532099 ], [ -75.151891794742497, 40.041763669568901 ], [ -75.152080969880103, 40.0418962783544 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6045 OGONTZ AVE", "addr_range": "6045 OGONTZ AVE", "zipcode": 19141, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 773, "objectid": 63, "Shape__Area": 122.8125, "Shape__Length": 74.736754895457835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150885169335098, 40.047426392560901 ], [ -75.150891962229494, 40.047385714857199 ], [ -75.1505881227136, 40.047378198426102 ], [ -75.150587768549499, 40.047387442958602 ], [ -75.150885169335098, 40.047426392560901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4601-03 PULASKI AVE", "addr_range": "4601-03 PULASKI AVE", "zipcode": 19144, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 6606, "objectid": 64, "Shape__Area": 1047.76953125, "Shape__Length": 144.90459472964258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164775515527793, 40.0219855255868 ], [ -75.164893614537405, 40.0220919802059 ], [ -75.164980161585007, 40.022029868215 ], [ -75.165016708498996, 40.022006172528897 ], [ -75.165053336395204, 40.021980318924001 ], [ -75.165099597644996, 40.021948185845602 ], [ -75.165164163133895, 40.021902763052402 ], [ -75.165243171860595, 40.021847573970803 ], [ -75.165254709934402, 40.021841901404002 ], [ -75.165109874135794, 40.0217586861434 ], [ -75.165105463339401, 40.021756153216799 ], [ -75.164862095455106, 40.021925349803801 ], [ -75.164775515527793, 40.0219855255868 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "34 E ABBOTTSFORD AVE", "addr_range": "30-34 E ABBOTTSFORD AVE", "zipcode": 19144, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1504, "objectid": 65, "Shape__Area": 238.609375, "Shape__Length": 75.432611923037214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159380548239596, 40.026496494046597 ], [ -75.159378246518699, 40.026517800696801 ], [ -75.159378300708497, 40.026525715538803 ], [ -75.159435299180998, 40.026532693038803 ], [ -75.159464939148705, 40.026397776836703 ], [ -75.159478969359697, 40.026332339916202 ], [ -75.159392510048093, 40.026321556907497 ], [ -75.159385012954004, 40.026432244233099 ], [ -75.159382754768401, 40.026476023193297 ], [ -75.159380940201302, 40.026492826745198 ], [ -75.159380548239596, 40.026496494046597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "227 W SEYMOUR ST", "addr_range": "225-229 W SEYMOUR ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1936, "objectid": 66, "Shape__Area": 307.18359375, "Shape__Length": 89.83151396078361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168364158851105, 40.024751092636002 ], [ -75.168632441550002, 40.024897704056599 ], [ -75.168674233471705, 40.024851847560598 ], [ -75.1684118222514, 40.024703578816798 ], [ -75.168364158851105, 40.024751092636002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "234 BERKLEY ST", "addr_range": "234 BERKLEY ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1385, "objectid": 67, "Shape__Area": 219.8125, "Shape__Length": 76.837615033865973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162777218909994, 40.021533672795996 ], [ -75.162760918078405, 40.021583954269701 ], [ -75.162741890563495, 40.021634286032899 ], [ -75.162724889874298, 40.0216760245305 ], [ -75.162692257165105, 40.021746652351403 ], [ -75.162747367203195, 40.021707916910898 ], [ -75.162877570604607, 40.021619353273699 ], [ -75.162777218909994, 40.021533672795996 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "32 E ABBOTTSFORD AVE", "addr_range": "30-34 E ABBOTTSFORD AVE", "zipcode": 19144, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1059, "objectid": 68, "Shape__Area": 168.0859375, "Shape__Length": 70.381891721972551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159440908893501, 40.026533480026899 ], [ -75.159460598183202, 40.026536228972603 ], [ -75.159485068968806, 40.026538925392998 ], [ -75.159490141097905, 40.026518115524397 ], [ -75.159529875881802, 40.0263390015513 ], [ -75.159478969359697, 40.026332339916202 ], [ -75.159464939148705, 40.026397776836703 ], [ -75.159435299180998, 40.026532693038803 ], [ -75.159440908893501, 40.026533480026899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "30 E ABBOTTSFORD AVE", "addr_range": "30-34 E ABBOTTSFORD AVE", "zipcode": 19144, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1031, "objectid": 69, "Shape__Area": 163.62890625, "Shape__Length": 70.108054076018931 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159485068968806, 40.026538925392998 ], [ -75.159534223426405, 40.026545434873498 ], [ -75.159563584558796, 40.026415639138698 ], [ -75.159579178430306, 40.026345465701397 ], [ -75.159529875881802, 40.0263390015513 ], [ -75.159490141097905, 40.026518115524397 ], [ -75.159485068968806, 40.026538925392998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "235 W SEYMOUR ST", "addr_range": "235 W SEYMOUR ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1885, "objectid": 70, "Shape__Area": 299.0703125, "Shape__Length": 86.994038680048249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168599172220198, 40.024515997159 ], [ -75.168562563088202, 40.024552975317903 ], [ -75.168552842560899, 40.024562654435101 ], [ -75.168809220127699, 40.024703065565603 ], [ -75.168819816765904, 40.024691859080299 ], [ -75.168853770197998, 40.024654724741801 ], [ -75.168599172220198, 40.024515997159 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4918 GERMANTOWN AVE", "addr_range": "4916-4918 GERMANTOWN AVE", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2590, "objectid": 71, "Shape__Area": 410.8984375, "Shape__Length": 129.88927929770546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162684797589193, 40.028489597466702 ], [ -75.162732926010506, 40.028518085196701 ], [ -75.162817130868703, 40.028436851887299 ], [ -75.162822590029407, 40.028439410312501 ], [ -75.162914683760206, 40.0283525187848 ], [ -75.163057763423396, 40.028213081550902 ], [ -75.163006414117703, 40.0281822003871 ], [ -75.162829026045301, 40.028353619247603 ], [ -75.162775437851394, 40.028407881163503 ], [ -75.162770000791198, 40.028404712346003 ], [ -75.162684797589193, 40.028489597466702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4916 GERMANTOWN AVE", "addr_range": "4916-4918 GERMANTOWN AVE", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 3770, "objectid": 72, "Shape__Area": 598.2109375, "Shape__Length": 161.24698291468493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162621557105496, 40.028451048202697 ], [ -75.162684797589193, 40.028489597466702 ], [ -75.162770000791198, 40.028404712346003 ], [ -75.162775437851394, 40.028407881163503 ], [ -75.162829026045301, 40.028353619247603 ], [ -75.163006414117703, 40.0281822003871 ], [ -75.162993386202501, 40.028174652848399 ], [ -75.163014476199393, 40.028151093369999 ], [ -75.163025909193394, 40.028138309629703 ], [ -75.163068300154293, 40.028096724034697 ], [ -75.163022421800903, 40.028069753978201 ], [ -75.162980081319304, 40.028110599158801 ], [ -75.162714343136898, 40.028367494467098 ], [ -75.162708906117103, 40.028364324746498 ], [ -75.162621557105496, 40.028451048202697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4619 GERMANTOWN AVE", "addr_range": "4619 GERMANTOWN AVE", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1617, "objectid": 73, "Shape__Area": 256.60546875, "Shape__Length": 82.600568926627616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159785036877395, 40.0250028296146 ], [ -75.159488472323702, 40.025019788140199 ], [ -75.159484688773503, 40.025072736567502 ], [ -75.159790804118302, 40.025055010460697 ], [ -75.159785036877395, 40.0250028296146 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4627 GERMANTOWN AVE", "addr_range": "4627 GERMANTOWN AVE", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1860, "objectid": 74, "Shape__Area": 295.0703125, "Shape__Length": 92.63347432841914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159473639160396, 40.025231493131898 ], [ -75.159455750027604, 40.0252326852845 ], [ -75.159448601900394, 40.025268891727002 ], [ -75.159527043035396, 40.025281558080103 ], [ -75.159810734481397, 40.025265179456497 ], [ -75.159805834782503, 40.025212775807098 ], [ -75.159473639160396, 40.025231493131898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4671 GERMANTOWN AVE", "addr_range": "4669-4673 GERMANTOWN AVE", "zipcode": 19144, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1277, "objectid": 75, "Shape__Area": 202.671875, "Shape__Length": 86.309369761529325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159882624980199, 40.026360999473198 ], [ -75.159903787152999, 40.026361944393003 ], [ -75.159966433315802, 40.026364871901698 ], [ -75.159982484406498, 40.026365169935303 ], [ -75.159996557950905, 40.026358474736298 ], [ -75.160063343792203, 40.026327644408198 ], [ -75.160104075910795, 40.0263091866804 ], [ -75.160113108723706, 40.026304361823499 ], [ -75.160087552805606, 40.026271286757101 ], [ -75.159960677170801, 40.026329439397202 ], [ -75.159932485360599, 40.0263280620348 ], [ -75.159787217218295, 40.026320949983102 ], [ -75.1597825460168, 40.026343879083697 ], [ -75.159781560107206, 40.026351593866003 ], [ -75.159779785124996, 40.026356890545699 ], [ -75.159832261416199, 40.026358750801101 ], [ -75.159882624980199, 40.026360999473198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4673 GERMANTOWN AVE", "addr_range": "4669-4673 GERMANTOWN AVE", "zipcode": 19144, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1059, "objectid": 76, "Shape__Area": 168.07421875, "Shape__Length": 71.513277941196165 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159896481695199, 40.026400096206601 ], [ -75.159925080918498, 40.026401240392701 ], [ -75.159995615514902, 40.026404056572296 ], [ -75.160139211726801, 40.026337382546203 ], [ -75.1601238105997, 40.0263179012587 ], [ -75.160113108723706, 40.026304361823499 ], [ -75.160104075910795, 40.0263091866804 ], [ -75.160063343792203, 40.026327644408198 ], [ -75.159996557950905, 40.026358474736298 ], [ -75.159982484406498, 40.026365169935303 ], [ -75.159966433315802, 40.026364871901698 ], [ -75.159903787152999, 40.026361944393003 ], [ -75.159882624980199, 40.026360999473198 ], [ -75.159874943748804, 40.026399077937398 ], [ -75.159896481695199, 40.026400096206601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4669 GERMANTOWN AVE", "addr_range": "4669-4673 GERMANTOWN AVE", "zipcode": 19144, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 579, "objectid": 77, "Shape__Area": 91.875, "Shape__Length": 44.142793252225928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159934624709194, 40.026296724314903 ], [ -75.159960677170801, 40.026329439397202 ], [ -75.160087552805606, 40.026271286757101 ], [ -75.160062097453107, 40.026238279726698 ], [ -75.160010366688795, 40.026262002699298 ], [ -75.159987591816801, 40.026272514779002 ], [ -75.159934624709194, 40.026296724314903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "128 E PHIL ELLENA ST", "addr_range": "128 E PHIL ELLENA ST; 6672-6674 MUSGRAVE ST", "zipcode": 19119, "district": "8", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 3889, "objectid": 78, "Shape__Area": 617.55078125, "Shape__Length": 143.19872624011128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182603875739403, 40.053545491358697 ], [ -75.182598048681498, 40.053552582714701 ], [ -75.182597070564299, 40.053555688253297 ], [ -75.182677692856103, 40.053604784691899 ], [ -75.182735839220101, 40.053641353981298 ], [ -75.182738698283302, 40.053641772866897 ], [ -75.1830342310313, 40.053814892518702 ], [ -75.183087532364695, 40.0537611156861 ], [ -75.182794735272694, 40.053587186024203 ], [ -75.182649597268806, 40.053500201315998 ], [ -75.182603875739403, 40.053545491358697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6674 MUSGRAVE ST", "addr_range": "128 E PHIL ELLENA ST; 6672-6674 MUSGRAVE ST", "zipcode": 19119, "district": "8", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 847, "objectid": 79, "Shape__Area": 134.58984375, "Shape__Length": 48.378761616030999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182677692856103, 40.053604784691899 ], [ -75.182592932632602, 40.053687777176599 ], [ -75.182655384793193, 40.053726442063997 ], [ -75.182738698283302, 40.053641772866897 ], [ -75.182735839220101, 40.053641353981298 ], [ -75.182677692856103, 40.053604784691899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6672 MUSGRAVE ST", "addr_range": "128 E PHIL ELLENA ST; 6672-6674 MUSGRAVE ST", "zipcode": 19119, "district": "8", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1100, "objectid": 80, "Shape__Area": 174.6875, "Shape__Length": 53.452431960338984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182513228357095, 40.053639393169099 ], [ -75.182592932632602, 40.053687777176599 ], [ -75.182677692856103, 40.053604784691899 ], [ -75.182598301315096, 40.053556441068203 ], [ -75.182597070564299, 40.053555688253297 ], [ -75.182573964011894, 40.053578754851799 ], [ -75.182513228357095, 40.053639393169099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6519 BELFIELD AVE", "addr_range": "429 E UPSAL ST; 6519 BELFIELD AVE (501 E UPSAL ST)", "zipcode": 19119, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2885, "objectid": 81, "Shape__Area": 458.1171875, "Shape__Length": 114.35244049209081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1758770784962, 40.056309753312902 ], [ -75.175944658925403, 40.056352566084897 ], [ -75.1761862746189, 40.056126451220102 ], [ -75.176156704895206, 40.056043836592998 ], [ -75.176154572998598, 40.056045852144202 ], [ -75.1758770784962, 40.056309753312902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2107 CHELTEN AVE", "addr_range": "2107 CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2177, "objectid": 82, "Shape__Area": 345.6484375, "Shape__Length": 94.300524245328376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155685726159504, 40.052215057094401 ], [ -75.155767185736707, 40.052219217607998 ], [ -75.155787629578597, 40.051957731524098 ], [ -75.155760765415707, 40.051956464449503 ], [ -75.155706304973194, 40.051953912847601 ], [ -75.155685726159504, 40.052215057094401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "859 E CHELTEN AVE", "addr_range": "859-865 E CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1391, "objectid": 83, "Shape__Area": 167.8125, "Shape__Length": 80.316282308714818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163467994673596, 40.046995882386199 ], [ -75.163671132553105, 40.047121918075597 ], [ -75.163716318943898, 40.047148162876397 ], [ -75.163742541453104, 40.047123832114004 ], [ -75.163560196846305, 40.047011352841999 ], [ -75.1634941700014, 40.046970083767398 ], [ -75.163490159232893, 40.046974022793599 ], [ -75.163467994673596, 40.046995882386199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5640 BOYER ST", "addr_range": "5640 BOYER ST", "zipcode": 19138, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1213, "objectid": 84, "Shape__Area": 192.55078125, "Shape__Length": 75.486151769562809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162045117079401, 40.046298732776698 ], [ -75.162088239359207, 40.046324045146001 ], [ -75.162252074331406, 40.046165022760697 ], [ -75.162264030872706, 40.046153411335403 ], [ -75.162261920558393, 40.0461521221997 ], [ -75.162221112948501, 40.0461271683821 ], [ -75.162209369913398, 40.046138622430199 ], [ -75.162045117079401, 40.046298732776698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "865 E CHELTEN AVE", "addr_range": "859-865 E CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1469, "objectid": 85, "Shape__Area": 211.91015625, "Shape__Length": 83.154998271414613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163364263894493, 40.047101290824997 ], [ -75.163411228562893, 40.047128737196303 ], [ -75.163552375890106, 40.047217107871198 ], [ -75.163610996854302, 40.047252940137398 ], [ -75.163643609751901, 40.047221112680099 ], [ -75.163450248720807, 40.047100471605802 ], [ -75.163395698394595, 40.0470667933294 ], [ -75.163361658387799, 40.047099766207999 ], [ -75.163364263894493, 40.047101290824997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5645 NELSON ST", "addr_range": "5645 NELSON ST", "zipcode": 19138, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 744, "objectid": 86, "Shape__Area": 118.2109375, "Shape__Length": 52.02863243325011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161333377514794, 40.0469962388241 ], [ -75.161374516525797, 40.047021361700899 ], [ -75.161482368715099, 40.046915773050998 ], [ -75.161485898465997, 40.046912307097799 ], [ -75.161444812642699, 40.046886927768803 ], [ -75.161333377514794, 40.0469962388241 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "861 E CHELTEN AVE", "addr_range": "859-865 E CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1391, "objectid": 87, "Shape__Area": 214.59765625, "Shape__Length": 82.910160104264463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163430776267603, 40.047032458051703 ], [ -75.163679730510793, 40.047185221331198 ], [ -75.163711616628404, 40.047150990708701 ], [ -75.163464070647095, 40.046999790928197 ], [ -75.163449907314302, 40.047013690016897 ], [ -75.163430776267603, 40.047032458051703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5600 BOYER ST", "addr_range": "5600 BOYER ST", "zipcode": 19138, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1597, "objectid": 88, "Shape__Area": 253.5859375, "Shape__Length": 79.490855341215848 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161366232439704, 40.045608951652497 ], [ -75.161360813173502, 40.045614131998398 ], [ -75.161276939060301, 40.0456943567034 ], [ -75.161194152527202, 40.045773540862598 ], [ -75.1612499749817, 40.045807345311196 ], [ -75.161251804275395, 40.045805613339802 ], [ -75.161416977754797, 40.045648862210498 ], [ -75.161423267608399, 40.045642895072397 ], [ -75.161428946746696, 40.045637509742299 ], [ -75.161372590491993, 40.045602856307902 ], [ -75.161366232439704, 40.045608951652497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "829 E CHELTEN AVE", "addr_range": "821-831 E CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 3857, "objectid": 89, "Shape__Area": 603.6015625, "Shape__Length": 142.10526035108333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164182970945404, 40.046299822227802 ], [ -75.164221615837306, 40.046323743642297 ], [ -75.164588356798802, 40.046548211702003 ], [ -75.1646116432551, 40.046562953781603 ], [ -75.164644895479299, 40.046530817883202 ], [ -75.164664839756298, 40.0465116165513 ], [ -75.164666711860704, 40.046509805300502 ], [ -75.164636650812497, 40.046491235530503 ], [ -75.164263478900395, 40.046262141224702 ], [ -75.164238005498106, 40.046246463246099 ], [ -75.164182970945404, 40.046299822227802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "831 E CHELTEN AVE", "addr_range": "821-831 E CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 3853, "objectid": 90, "Shape__Area": 599.4140625, "Shape__Length": 142.02941978446088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164128472894504, 40.046352790508898 ], [ -75.164161505303994, 40.046373215813901 ], [ -75.164543743316102, 40.0466071420962 ], [ -75.164557068465896, 40.0466163395065 ], [ -75.1646107291606, 40.046563836924904 ], [ -75.1646116432551, 40.046562953781603 ], [ -75.164588356798802, 40.046548211702003 ], [ -75.164221615837306, 40.046323743642297 ], [ -75.164182970945404, 40.046299822227802 ], [ -75.164144443482698, 40.0463371750485 ], [ -75.164128472894504, 40.046352790508898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "823 E CHELTEN AVE", "addr_range": "821-831 E CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2558, "objectid": 91, "Shape__Area": 380.59765625, "Shape__Length": 134.93664803342949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164305369311805, 40.0461811144649 ], [ -75.164311828056398, 40.046185015267802 ], [ -75.164595723499502, 40.046359308904897 ], [ -75.164734328501495, 40.046444462863199 ], [ -75.164764995385298, 40.046414669948703 ], [ -75.164768503892304, 40.046411202519799 ], [ -75.164542216134805, 40.046271831722599 ], [ -75.164417549804, 40.046194616526101 ], [ -75.164340868045898, 40.046146724429697 ], [ -75.164327410663006, 40.046159735792799 ], [ -75.164305369311805, 40.0461811144649 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "825 E CHELTEN AVE", "addr_range": "821-831 E CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 4627, "objectid": 92, "Shape__Area": 741.4609375, "Shape__Length": 146.62558682860546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164238005498106, 40.046246463246099 ], [ -75.164263478900395, 40.046262141224702 ], [ -75.164636650812497, 40.046491235530503 ], [ -75.164666711860704, 40.046509805300502 ], [ -75.164683807293699, 40.046493280732101 ], [ -75.164705538666794, 40.046472313983102 ], [ -75.164718844685495, 40.046459459549901 ], [ -75.164734328501495, 40.046444462863199 ], [ -75.164595723499502, 40.046359308904897 ], [ -75.164311828056398, 40.046185015267802 ], [ -75.164305369311805, 40.0461811144649 ], [ -75.164238005498106, 40.046246463246099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "863 E CHELTEN AVE", "addr_range": "859-865 E CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1432, "objectid": 93, "Shape__Area": 229.13671875, "Shape__Length": 84.014713501584055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163395698394595, 40.0470667933294 ], [ -75.163450248720807, 40.047100471605802 ], [ -75.163643609751901, 40.047221112680099 ], [ -75.163679730510793, 40.047185221331198 ], [ -75.163430776267603, 40.047032458051703 ], [ -75.163395698394595, 40.0470667933294 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "821 E CHELTEN AVE", "addr_range": "821-831 E CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2558, "objectid": 94, "Shape__Area": 431.2109375, "Shape__Length": 136.32697454530557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164340868045898, 40.046146724429697 ], [ -75.164417549804, 40.046194616526101 ], [ -75.164542216134805, 40.046271831722599 ], [ -75.164768503892304, 40.046411202519799 ], [ -75.164773494395604, 40.046406285375497 ], [ -75.164807641612896, 40.046372686507397 ], [ -75.164765744350504, 40.046346581027201 ], [ -75.164617518083205, 40.046255763038999 ], [ -75.164379305402804, 40.046109546118103 ], [ -75.164340868045898, 40.046146724429697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2077 CHELTEN AVE", "addr_range": "2077-2079 CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2173, "objectid": 95, "Shape__Area": 345.1015625, "Shape__Length": 94.745755453727696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154821666669093, 40.052176310300098 ], [ -75.154902100609704, 40.0521804005066 ], [ -75.154922169966298, 40.051916745405997 ], [ -75.154841387701694, 40.0519130032392 ], [ -75.154821666669093, 40.052176310300098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2034 CHELTEN AVE", "addr_range": "2034 CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2484, "objectid": 96, "Shape__Area": 394.47265625, "Shape__Length": 102.04272258895097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154625391105995, 40.051453027865499 ], [ -75.154604865985206, 40.051737918601503 ], [ -75.154688715712098, 40.051740972482101 ], [ -75.154712082866894, 40.051455857617903 ], [ -75.154625391105995, 40.051453027865499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6002 N 20TH ST", "addr_range": "6000-6002 N 20TH ST", "zipcode": 19138, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 809, "objectid": 97, "Shape__Area": 128.48046875, "Shape__Length": 53.099026121591265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153783405030595, 40.046736309722199 ], [ -75.153964924680096, 40.046743280845298 ], [ -75.153967956857997, 40.046699696931398 ], [ -75.153787326313093, 40.0466925026303 ], [ -75.153783405030595, 40.046736309722199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2030 CHELTEN AVE", "addr_range": "2028-2032 CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2054, "objectid": 98, "Shape__Area": 326.0703125, "Shape__Length": 98.545938069416863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154339985539295, 40.051440051890502 ], [ -75.154317926066994, 40.051723859152702 ], [ -75.154388769217306, 40.051727539316801 ], [ -75.154410393367002, 40.051443028429901 ], [ -75.154339985539295, 40.051440051890502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2028 CHELTEN AVE", "addr_range": "2028-2032 CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2085, "objectid": 99, "Shape__Area": 331.0390625, "Shape__Length": 98.634729306869446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154268213476598, 40.0514371237727 ], [ -75.154245946317303, 40.051720314545499 ], [ -75.154317926066994, 40.051723859152702 ], [ -75.154339985539295, 40.051440051890502 ], [ -75.154268213476598, 40.0514371237727 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2032 CHELTEN AVE", "addr_range": "2028-2032 CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2158, "objectid": 100, "Shape__Area": 342.7109375, "Shape__Length": 99.452727260808899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154483056428106, 40.051446234279403 ], [ -75.154410393367002, 40.051443028429901 ], [ -75.154388769217306, 40.051727539316801 ], [ -75.154464357230495, 40.051731068045598 ], [ -75.154483056428106, 40.051446234279403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6000 N 20TH ST", "addr_range": "6000-6002 N 20TH ST", "zipcode": 19138, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 813, "objectid": 101, "Shape__Area": 129.0859375, "Shape__Length": 53.081973565343212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153787326313093, 40.0466925026303 ], [ -75.153967956857997, 40.046699696931398 ], [ -75.153971709211802, 40.046660271264699 ], [ -75.153792332543802, 40.046643902324199 ], [ -75.153787326313093, 40.0466925026303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2079 CHELTEN AVE", "addr_range": "2077-2079 CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2157, "objectid": 102, "Shape__Area": 342.4921875, "Shape__Length": 94.666424184221057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154902100609704, 40.0521804005066 ], [ -75.154982059945198, 40.052184269999401 ], [ -75.155002071243402, 40.051920469417901 ], [ -75.154922169966298, 40.051916745405997 ], [ -75.154902100609704, 40.0521804005066 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "838 E CHELTEN AVE", "addr_range": "838-842 E CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1896, "objectid": 103, "Shape__Area": 300.98046875, "Shape__Length": 110.4744749971977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163376113106494, 40.046164884735902 ], [ -75.163427086690604, 40.046196080401501 ], [ -75.163712397671603, 40.046371165896304 ], [ -75.163747000686897, 40.0463387867538 ], [ -75.163499915641907, 40.0461865810136 ], [ -75.1634590709767, 40.0461614493124 ], [ -75.163402877081296, 40.046126896972098 ], [ -75.163368492762601, 40.046160118879598 ], [ -75.163376113106494, 40.046164884735902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "842 E CHELTEN AVE", "addr_range": "838-842 E CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1982, "objectid": 104, "Shape__Area": 314.64453125, "Shape__Length": 108.731801004377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163678910468903, 40.046402843934302 ], [ -75.163343742980999, 40.046196412133398 ], [ -75.163307934120297, 40.046232341929297 ], [ -75.163641409682796, 40.0464380122257 ], [ -75.163678910468903, 40.046402843934302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "840 E CHELTEN AVE", "addr_range": "838-842 E CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1776, "objectid": 105, "Shape__Area": 281.94140625, "Shape__Length": 107.61497723677866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163343742980999, 40.046196412133398 ], [ -75.163678910468903, 40.046402843934302 ], [ -75.163712397671603, 40.046371165896304 ], [ -75.163427086690604, 40.046196080401501 ], [ -75.163376113106494, 40.046164884735902 ], [ -75.163343742980999, 40.046196412133398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5927 E WISTER ST", "addr_range": "5915-5927 E WISTER ST", "zipcode": 19138, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1306, "objectid": 106, "Shape__Area": 207.4375, "Shape__Length": 82.404507843633013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157868736395201, 40.0440879540241 ], [ -75.158185616997599, 40.044095910652103 ], [ -75.158186864637401, 40.0440555742246 ], [ -75.157869336587098, 40.044047539013697 ], [ -75.157868736395201, 40.0440879540241 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5921 E WISTER ST", "addr_range": "5915-5927 E WISTER ST", "zipcode": 19138, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2458, "objectid": 107, "Shape__Area": 390.2109375, "Shape__Length": 89.31553989842979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157892978894395, 40.044035322251702 ], [ -75.158188289610493, 40.044044049055003 ], [ -75.158189818741107, 40.043960679286698 ], [ -75.157897292742803, 40.043954803960197 ], [ -75.157892978894395, 40.044035322251702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5915 E WISTER ST", "addr_range": "5915-5927 E WISTER ST", "zipcode": 19138, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 3897, "objectid": 108, "Shape__Area": 618.50390625, "Shape__Length": 103.12655315236293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157902481233407, 40.0438228186907 ], [ -75.157897292742803, 40.043954803960197 ], [ -75.158189818741107, 40.043960679286698 ], [ -75.158194894668199, 40.043831626083502 ], [ -75.157955063388201, 40.0438244088799 ], [ -75.157902481233407, 40.0438228186907 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5559 ARDLEIGH ST", "addr_range": "5559 ARDLEIGH ST", "zipcode": 19138, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 770, "objectid": 109, "Shape__Area": 122.37109375, "Shape__Length": 55.788270927467778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1591440124961, 40.049104358367003 ], [ -75.159181879603295, 40.049127828745497 ], [ -75.159296437047004, 40.0490176223554 ], [ -75.1593074573953, 40.049007005547502 ], [ -75.159304300349703, 40.049005064745799 ], [ -75.159269070994398, 40.048983410871699 ], [ -75.1591440124961, 40.049104358367003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5539 SPRAGUE ST", "addr_range": "5535-5539 Sprague St", "zipcode": 19138, "district": "8", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2039, "objectid": 110, "Shape__Area": 323.66796875, "Shape__Length": 96.839755835705589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159407192199396, 40.047291962298097 ], [ -75.1592412732778, 40.047450966267398 ], [ -75.159193877819206, 40.047498579186197 ], [ -75.159249308215493, 40.047532746069201 ], [ -75.159465001915805, 40.047323748194003 ], [ -75.1594748250984, 40.0473142333501 ], [ -75.159419624421105, 40.047280039317997 ], [ -75.159407192199396, 40.047291962298097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5642 ARDLEIGH ST", "addr_range": "5642 ARDLEIGH ST", "zipcode": 19138, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1013, "objectid": 111, "Shape__Area": 160.85546875, "Shape__Length": 61.62218473175102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159750808937602, 40.048890574432299 ], [ -75.159704547421697, 40.048861144867203 ], [ -75.159568624499997, 40.0489909561852 ], [ -75.159614890351094, 40.049019628148699 ], [ -75.159750808937602, 40.048890574432299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5535 SPRAGUE ST", "addr_range": "5535-5539 Sprague St", "zipcode": 19138, "district": "8", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2047, "objectid": 112, "Shape__Area": 325.03125, "Shape__Length": 97.077830472209257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159308397143604, 40.047212407416403 ], [ -75.159081284711803, 40.047429899920203 ], [ -75.159137873829494, 40.047464544401898 ], [ -75.1592748949233, 40.047332872576298 ], [ -75.159364572629102, 40.0472458161791 ], [ -75.159308397143604, 40.047212407416403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6118 E WISTER ST", "addr_range": "6112-6118 E WISTER ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2049, "objectid": 113, "Shape__Area": 325.36328125, "Shape__Length": 95.890674357318545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158189128126807, 40.046983108012697 ], [ -75.158185485235194, 40.047039313131002 ], [ -75.158542227700295, 40.047052971130597 ], [ -75.158543742342005, 40.047029122097001 ], [ -75.158545872605501, 40.046996766954102 ], [ -75.158189128126807, 40.046983108012697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6303 E WISTER ST", "addr_range": "6301-6305 E WISTER ST", "zipcode": 19138, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1096, "objectid": 114, "Shape__Area": 174.12109375, "Shape__Length": 73.534079549357969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157495967792201, 40.050757213093902 ], [ -75.157775757397602, 40.050768894054599 ], [ -75.157778164282703, 40.050730600266299 ], [ -75.157498546717406, 40.050718808761303 ], [ -75.157495967792201, 40.050757213093902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5835 N WOODSTOCK ST", "addr_range": "5833-5835 N WOODSTOCK ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1258, "objectid": 115, "Shape__Area": 199.79296875, "Shape__Length": 68.795349163557248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154321880242705, 40.043593710368299 ], [ -75.154523826400506, 40.043601593779897 ], [ -75.154527196801098, 40.043548572144303 ], [ -75.1543075004668, 40.043538674816702 ], [ -75.154271132555195, 40.043537030377998 ], [ -75.154304930764297, 40.0435751124161 ], [ -75.154321439833097, 40.043593700416402 ], [ -75.154321880242705, 40.043593710368299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6301 E WISTER ST", "addr_range": "6301-6305 E WISTER ST", "zipcode": 19138, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1278, "objectid": 116, "Shape__Area": 202.95703125, "Shape__Length": 75.289140436067456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157498546717406, 40.050718808761303 ], [ -75.157778164282703, 40.050730600266299 ], [ -75.157780015670099, 40.050685457041801 ], [ -75.157772706171301, 40.050685164163397 ], [ -75.157576861181496, 40.050677343537302 ], [ -75.157501296157704, 40.050674315612802 ], [ -75.157498546717406, 40.050718808761303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6103 E WISTER ST", "addr_range": "6101-6103 E WISTER ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1864, "objectid": 117, "Shape__Area": 296.0, "Shape__Length": 88.57749902703506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157634692409204, 40.047645815549799 ], [ -75.157958888956898, 40.047658741735603 ], [ -75.157960772376896, 40.047601767999701 ], [ -75.157637475373704, 40.047590006401997 ], [ -75.157634692409204, 40.047645815549799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5833 N WOODSTOCK ST", "addr_range": "5833-5835 N WOODSTOCK ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1123, "objectid": 118, "Shape__Area": 178.3046875, "Shape__Length": 69.660001530854188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154328898078504, 40.043539641280901 ], [ -75.154527196801098, 40.043548572144303 ], [ -75.154529890781504, 40.0435061239681 ], [ -75.154310533700894, 40.043495574764698 ], [ -75.154273185707794, 40.043493778432897 ], [ -75.154272394825696, 40.043510622181103 ], [ -75.154271132555195, 40.043537030377998 ], [ -75.154287776611, 40.043537777706298 ], [ -75.1543075004668, 40.043538674816702 ], [ -75.154328898078504, 40.043539641280901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6145 E WISTER ST", "addr_range": "6145-6147 E WISTER ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1823, "objectid": 119, "Shape__Area": 289.375, "Shape__Length": 88.025378312436771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157888191768507, 40.048809825886998 ], [ -75.157889824624306, 40.048809895167402 ], [ -75.157891544406795, 40.048761043095098 ], [ -75.157891776762099, 40.048754439392802 ], [ -75.157569490343406, 40.048742442840698 ], [ -75.157566731903898, 40.048797607412403 ], [ -75.157888191768507, 40.048809825886998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6305 E WISTER ST", "addr_range": "6301-6305 E WISTER ST", "zipcode": 19138, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1064, "objectid": 120, "Shape__Area": 168.9140625, "Shape__Length": 73.179019784129551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157493592084293, 40.050794686758699 ], [ -75.157773024317905, 40.0508058442772 ], [ -75.157775757397602, 40.050768894054599 ], [ -75.157495967792201, 40.050757213093902 ], [ -75.157493592084293, 40.050794686758699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6114 E WISTER ST", "addr_range": "6112-6118 E WISTER ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1999, "objectid": 121, "Shape__Area": 317.4453125, "Shape__Length": 95.491378758221344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158196238796904, 40.046873440118503 ], [ -75.158192684670496, 40.046928273191902 ], [ -75.158549427655998, 40.046941932996198 ], [ -75.158552981563702, 40.046887098111299 ], [ -75.158196238796904, 40.046873440118503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6094-98 N BEECHWOOD ST", "addr_range": "6090-6098 N BEECHWOOD ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 3697, "objectid": 122, "Shape__Area": 586.859375, "Shape__Length": 104.72797192813989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157352981024303, 40.047247826242902 ], [ -75.157346389321503, 40.0473599529846 ], [ -75.157669025061196, 40.047371441012601 ], [ -75.157672537821497, 40.047314633789803 ], [ -75.157676820276194, 40.047259068415798 ], [ -75.157586872933507, 40.047256006931299 ], [ -75.157449604736897, 40.047251877431201 ], [ -75.157352981024303, 40.047247826242902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6101 E WISTER ST", "addr_range": "6101-6103 E WISTER ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1972, "objectid": 123, "Shape__Area": 313.015625, "Shape__Length": 89.621353183515225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157637475373704, 40.047590006401997 ], [ -75.157960772376896, 40.047601767999701 ], [ -75.157965893363098, 40.0475423534835 ], [ -75.157640420885699, 40.0475304950469 ], [ -75.157637475373704, 40.047590006401997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5513 SPRAGUE ST", "addr_range": "5513-5515 SPRAGUE ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1613, "objectid": 124, "Shape__Area": 256.12890625, "Shape__Length": 75.470394055153463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158552981563702, 40.046887098111299 ], [ -75.158549427655998, 40.046941932996198 ], [ -75.158545872605501, 40.046996766954102 ], [ -75.158543742342005, 40.047029122097001 ], [ -75.158709402244597, 40.046868014811302 ], [ -75.158625091414294, 40.0468168094013 ], [ -75.158605074918597, 40.046836441484103 ], [ -75.158552981563702, 40.046887098111299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6112 E WISTER ST", "addr_range": "6112-6118 E WISTER ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2068, "objectid": 125, "Shape__Area": 328.27734375, "Shape__Length": 102.12710703861647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158196238796904, 40.046873440118503 ], [ -75.158552981563702, 40.046887098111299 ], [ -75.158605074918597, 40.046836441484103 ], [ -75.158199710977897, 40.046819862112002 ], [ -75.158196238796904, 40.046873440118503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6147 E WISTER ST", "addr_range": "6145-6147 E WISTER ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1825, "objectid": 126, "Shape__Area": 289.76953125, "Shape__Length": 88.169892908446414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157562613709999, 40.048853256679401 ], [ -75.157886390108501, 40.0488646570494 ], [ -75.157889824624306, 40.048809895167402 ], [ -75.157566731903898, 40.048797607412403 ], [ -75.157562613709999, 40.048853256679401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5530 MATTHEWS ST", "addr_range": "5530 MATTHEWS ST", "zipcode": 19138, "district": "8", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 801, "objectid": 127, "Shape__Area": 127.203125, "Shape__Length": 52.81517846720299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158949350380993, 40.047882598885103 ], [ -75.158837793076799, 40.047990568681598 ], [ -75.158881827792001, 40.048017804877801 ], [ -75.158994464371304, 40.047909601691799 ], [ -75.158949350380993, 40.047882598885103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5537 SPRAGUE ST", "addr_range": "5535-5539 Sprague St", "zipcode": 19138, "district": "8", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1999, "objectid": 128, "Shape__Area": 317.37890625, "Shape__Length": 96.973752944475692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159137873829494, 40.047464544401898 ], [ -75.159193877819206, 40.047498579186197 ], [ -75.1592412732778, 40.047450966267398 ], [ -75.159407192199396, 40.047291962298097 ], [ -75.159419624421105, 40.047280039317997 ], [ -75.159364572629102, 40.0472458161791 ], [ -75.1592748949233, 40.047332872576298 ], [ -75.159137873829494, 40.047464544401898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6132 MORTON ST", "addr_range": "6130-6132 MORTON ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2174, "objectid": 129, "Shape__Area": 345.18359375, "Shape__Length": 95.148221655230344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175683991225796, 40.044942259433199 ], [ -75.175748319414495, 40.044981469562003 ], [ -75.175959214482305, 40.044769659387804 ], [ -75.175897045527094, 40.044733237731101 ], [ -75.175683991225796, 40.044942259433199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "51 E ASHMEAD ST", "addr_range": "49-61 E ASHMEAD ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 704, "objectid": 130, "Shape__Area": 111.7734375, "Shape__Length": 55.193837335839177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165803040165798, 40.031782105028903 ], [ -75.165870893398704, 40.031824092665197 ], [ -75.165961716356406, 40.031879105834101 ], [ -75.165990373864403, 40.031851783151197 ], [ -75.165898578057593, 40.0317975707408 ], [ -75.165872022795298, 40.031782302946397 ], [ -75.165829828322799, 40.0317559485825 ], [ -75.165803040165798, 40.031782105028903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5550 MORTON ST", "addr_range": "344-348 E ARMAT ST; 5550-5556 MORTON ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 5168, "objectid": 131, "Shape__Area": 820.1484375, "Shape__Length": 167.70816784236268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169300164215301, 40.038003003120899 ], [ -75.168996295619607, 40.038139431763497 ], [ -75.169012199933803, 40.038193806627802 ], [ -75.169020103380504, 40.038213182990802 ], [ -75.169114926903106, 40.038172111961998 ], [ -75.169176616258596, 40.038145934328597 ], [ -75.169237286835397, 40.0381189264657 ], [ -75.169339048612798, 40.038075723481697 ], [ -75.169589516492195, 40.037968108792903 ], [ -75.169584109024001, 40.037938793619702 ], [ -75.169580632458903, 40.0379248849814 ], [ -75.169573629672897, 40.037916006762501 ], [ -75.169562945971094, 40.037904112152802 ], [ -75.169551633083103, 40.037890576178903 ], [ -75.169300164215301, 40.038003003120899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "171-77 E CHELTEN AVE", "addr_range": "171-183 E CHELTEN AVE", "zipcode": 19144, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1600, "objectid": 132, "Shape__Area": 254.0546875, "Shape__Length": 78.405597915858124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172049302476907, 40.038618081887002 ], [ -75.171973890824006, 40.038691958034399 ], [ -75.171941672786204, 40.038723571299499 ], [ -75.171911180855602, 40.038753933951902 ], [ -75.172038751397395, 40.038829045719403 ], [ -75.172045592894406, 40.0387847253552 ], [ -75.172051761664804, 40.0387399384853 ], [ -75.172063421181704, 40.038607485719098 ], [ -75.1720637226598, 40.0386039623234 ], [ -75.172049302476907, 40.038618081887002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "308 E HAINES ST", "addr_range": "300-308 E HAINES ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 972, "objectid": 133, "Shape__Area": 154.3671875, "Shape__Length": 65.696908943714206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172639225174294, 40.042128742610302 ], [ -75.172829916658301, 40.042245666422701 ], [ -75.172862148135394, 40.042214843373799 ], [ -75.172671233844198, 40.0420988174277 ], [ -75.172639225174294, 40.042128742610302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "181 E CHELTEN AVE", "addr_range": "171-183 E CHELTEN AVE", "zipcode": 19144, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 813, "objectid": 134, "Shape__Area": 129.05859375, "Shape__Length": 57.710767940448711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171881798765398, 40.038783161005099 ], [ -75.171850504360805, 40.0388125217263 ], [ -75.172020090525095, 40.038918349592102 ], [ -75.172031783411896, 40.038874412021499 ], [ -75.171881798765398, 40.038783161005099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "330 E ARMAT ST", "addr_range": "328-336 E ARMAT ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2206, "objectid": 135, "Shape__Area": 350.11328125, "Shape__Length": 92.548657421941641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169541931661499, 40.038170518905901 ], [ -75.169566784561496, 40.038297875769501 ], [ -75.169573035465902, 40.038333125034796 ], [ -75.169579776296004, 40.038367112176097 ], [ -75.169586687263603, 40.038406551558602 ], [ -75.169675533793495, 40.038407369891701 ], [ -75.169675303756705, 40.038406236657003 ], [ -75.169648105060205, 40.038269414252198 ], [ -75.169638944522802, 40.038224088481897 ], [ -75.169622943559503, 40.0381468708905 ], [ -75.169567435303406, 40.038162725972903 ], [ -75.169541931661499, 40.038170518905901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "507 E HAINES ST", "addr_range": "501-507 E HAINES ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2355, "objectid": 136, "Shape__Area": 373.8046875, "Shape__Length": 87.127565673398507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170841556956205, 40.0446909282593 ], [ -75.170617913552903, 40.044553530974198 ], [ -75.170551607985303, 40.044617183416797 ], [ -75.170774714618702, 40.044752697375998 ], [ -75.170841556956205, 40.0446909282593 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "24 E RITTENHOUSE ST", "addr_range": "18-30 E RITTENHOUSE ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1753, "objectid": 137, "Shape__Area": 278.2734375, "Shape__Length": 82.939140864941379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1753853078757, 40.037770583242498 ], [ -75.175618228387506, 40.037911306915603 ], [ -75.175664702894096, 40.037866471812499 ], [ -75.1754325849342, 40.037724524628999 ], [ -75.1753853078757, 40.037770583242498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6124 CHEW AVE", "addr_range": "6124-6126 CHEW AVE", "zipcode": 19144, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2369, "objectid": 138, "Shape__Area": 376.12109375, "Shape__Length": 111.75859336993184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171348670103896, 40.049358681671301 ], [ -75.1716172404373, 40.049099685602002 ], [ -75.171562069719499, 40.049066175809003 ], [ -75.171294074909696, 40.0493248954458 ], [ -75.171348670103896, 40.049358681671301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5612 MORTON ST", "addr_range": "335-337, 341 E ARMAT ST; 5611 HEISKELL ST; 5612-5614 MORTON ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1616, "objectid": 139, "Shape__Area": 256.58203125, "Shape__Length": 85.625649079257414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169005936656404, 40.038817242893899 ], [ -75.169004749956798, 40.038861110837203 ], [ -75.169113317591993, 40.038862357416299 ], [ -75.169139717961201, 40.0388613233903 ], [ -75.169327963108401, 40.0388607803187 ], [ -75.169323455517201, 40.038806694004798 ], [ -75.169293288688095, 40.038807515503997 ], [ -75.169236591964903, 40.038809417694701 ], [ -75.169179384901099, 40.038811484988898 ], [ -75.169120495620206, 40.038813708173699 ], [ -75.169107651734393, 40.038813918737702 ], [ -75.169062100345698, 40.038815024297399 ], [ -75.169005936656404, 40.038817242893899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "300-06 E HAINES ST", "addr_range": "300-308 E HAINES ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 4679, "objectid": 140, "Shape__Area": 742.6796875, "Shape__Length": 110.02370071744264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172671233844198, 40.0420988174277 ], [ -75.172862148135394, 40.042214843373799 ], [ -75.172996180436996, 40.042085217119897 ], [ -75.172918679083097, 40.0420384710823 ], [ -75.172916853574094, 40.042037366933499 ], [ -75.172778615555302, 40.041954101587699 ], [ -75.172642527404307, 40.042082634488899 ], [ -75.172671233844198, 40.0420988174277 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "99 E WISTER ST", "addr_range": "69-101 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 2967, "objectid": 141, "Shape__Area": 470.7578125, "Shape__Length": 101.6923906172988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163132774644396, 40.031800993672697 ], [ -75.163063441920897, 40.031866588194902 ], [ -75.163340063220701, 40.0320303735812 ], [ -75.163404741371096, 40.031963610869902 ], [ -75.163132774644396, 40.031800993672697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6130 MORTON ST", "addr_range": "6130-6132 MORTON ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1984, "objectid": 142, "Shape__Area": 314.9140625, "Shape__Length": 93.571545868901794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175838150077794, 40.0446978895163 ], [ -75.175756146786597, 40.044780712561199 ], [ -75.175691872044297, 40.044843460107899 ], [ -75.175626577147398, 40.044908249873302 ], [ -75.175683991225796, 40.044942259433199 ], [ -75.175897045527094, 40.044733237731101 ], [ -75.175838150077794, 40.0446978895163 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "331 ELWOOD ST", "addr_range": "327-333 ELWOOD ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1062, "objectid": 143, "Shape__Area": 168.51953125, "Shape__Length": 51.937384040141957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158392194864106, 40.031887219068302 ], [ -75.158324054089604, 40.0319555452838 ], [ -75.158420146436896, 40.032011924155 ], [ -75.158456875509003, 40.031975404042001 ], [ -75.158488220837896, 40.031943677477202 ], [ -75.158392194864106, 40.031887219068302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5554 MORTON ST", "addr_range": "344-348 E ARMAT ST; 5550-5556 MORTON ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 3369, "objectid": 144, "Shape__Area": 534.62109375, "Shape__Length": 162.49642383415647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169020103380504, 40.038213182990802 ], [ -75.169023818166394, 40.038227451999802 ], [ -75.169022438087296, 40.0382703641299 ], [ -75.169079215395001, 40.038245897115097 ], [ -75.169176886352005, 40.0382044223918 ], [ -75.1691843864823, 40.038200222806999 ], [ -75.169265721092202, 40.038164764616198 ], [ -75.169353075475897, 40.038127072859801 ], [ -75.169434382933602, 40.038092323940901 ], [ -75.169513546924705, 40.038058268343399 ], [ -75.169566968709304, 40.038034918648798 ], [ -75.169599011450899, 40.038020082540697 ], [ -75.169589516492195, 40.037968108792903 ], [ -75.169339048612798, 40.038075723481697 ], [ -75.169237286835397, 40.0381189264657 ], [ -75.169176616258596, 40.038145934328597 ], [ -75.169114926903106, 40.038172111961998 ], [ -75.169020103380504, 40.038213182990802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5556 MORTON ST", "addr_range": "344-348 E ARMAT ST; 5550-5556 MORTON ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 3154, "objectid": 145, "Shape__Area": 500.5546875, "Shape__Length": 164.02401408961134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169022438087296, 40.0382703641299 ], [ -75.169020852389295, 40.038324168480798 ], [ -75.169159543471906, 40.038265078984502 ], [ -75.169169416861294, 40.038260738107397 ], [ -75.1692310315089, 40.038233752359098 ], [ -75.169241754176198, 40.038228625053399 ], [ -75.169302404567603, 40.038202149199698 ], [ -75.169360991899197, 40.038176996501299 ], [ -75.169385661096698, 40.038166363791397 ], [ -75.169608380965002, 40.038069313491498 ], [ -75.169599011450899, 40.038020082540697 ], [ -75.169566968709304, 40.038034918648798 ], [ -75.169513546924705, 40.038058268343399 ], [ -75.169434382933602, 40.038092323940901 ], [ -75.169353075475897, 40.038127072859801 ], [ -75.169265721092202, 40.038164764616198 ], [ -75.1691843864823, 40.038200222806999 ], [ -75.169176886352005, 40.0382044223918 ], [ -75.169079215395001, 40.038245897115097 ], [ -75.169022438087296, 40.0382703641299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "57 E ASHMEAD ST", "addr_range": "49-61 E ASHMEAD ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 712, "objectid": 146, "Shape__Area": 113.05078125, "Shape__Length": 55.252385964081654 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165710413582303, 40.031872532377797 ], [ -75.165767724024604, 40.031907771220901 ], [ -75.165869418681197, 40.031969670455197 ], [ -75.165897010340601, 40.0319428220727 ], [ -75.165738093309997, 40.031845526535001 ], [ -75.165710413582303, 40.031872532377797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "341 E ARMAT ST", "addr_range": "335-337, 341 E ARMAT ST; 5611 HEISKELL ST; 5612-5614 MORTON ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1588, "objectid": 147, "Shape__Area": 252.0390625, "Shape__Length": 89.930538731955764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169301763782201, 40.038541601016902 ], [ -75.169301272586196, 40.038553438289398 ], [ -75.169297560265093, 40.038642238821197 ], [ -75.169295615550794, 40.0386933753161 ], [ -75.169293787295004, 40.0387557824846 ], [ -75.169293636831696, 40.038772962305103 ], [ -75.169294673381103, 40.038774372252 ], [ -75.169293288688095, 40.038807515503997 ], [ -75.169323455517201, 40.038806694004798 ], [ -75.169351961913506, 40.0388049008425 ], [ -75.169352476590504, 40.038785294670603 ], [ -75.169352421284103, 40.038773525309601 ], [ -75.169352699389506, 40.038753543506502 ], [ -75.169359902202203, 40.0385536599359 ], [ -75.169360302582703, 40.038542545937602 ], [ -75.169301763782201, 40.038541601016902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "60 E ASHMEAD ST", "addr_range": "60-64 E ASHMEAD ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1091, "objectid": 148, "Shape__Area": 173.19140625, "Shape__Length": 70.435393958807765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165314921156494, 40.031798202707002 ], [ -75.165342775500207, 40.031815642478598 ], [ -75.165521202485905, 40.031924242936697 ], [ -75.165553905567805, 40.0318920459111 ], [ -75.165347631527595, 40.031766892500599 ], [ -75.165314921156494, 40.031798202707002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5565 BAYNTON ST", "addr_range": "5563-5567 BAYNTON ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1042, "objectid": 149, "Shape__Area": 165.484375, "Shape__Length": 65.932235243664195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170416479124597, 40.038074456180702 ], [ -75.170347056039105, 40.038129250805 ], [ -75.170322430100001, 40.038148155076499 ], [ -75.170249452029395, 40.038206513494501 ], [ -75.170289764889006, 40.038235612469798 ], [ -75.170337309994295, 40.0381958329314 ], [ -75.170455186549901, 40.038108290800999 ], [ -75.170457623998502, 40.038106491259299 ], [ -75.170450654524402, 40.038100063696 ], [ -75.170416479124597, 40.038074456180702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "179 E CHELTEN AVE", "addr_range": "171-183 E CHELTEN AVE", "zipcode": 19144, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 682, "objectid": 150, "Shape__Area": 108.25, "Shape__Length": 51.245275507975599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171881798765398, 40.038783161005099 ], [ -75.172031783411896, 40.038874412021499 ], [ -75.172034293698104, 40.038858074463 ], [ -75.172038751397395, 40.038829045719403 ], [ -75.171911180855602, 40.038753933951902 ], [ -75.171881798765398, 40.038783161005099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5600 HEISKELL ST", "addr_range": "5600-5608 HEISKELL ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 847, "objectid": 151, "Shape__Area": 134.4296875, "Shape__Length": 56.600078926711454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169864295597193, 40.038580191367302 ], [ -75.169859232348998, 40.038560008491601 ], [ -75.169853213542893, 40.038534065605702 ], [ -75.169658056363801, 40.0385459944006 ], [ -75.169661082013207, 40.038582799332602 ], [ -75.169864295597193, 40.038580191367302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "329 ELWOOD ST", "addr_range": "327-333 ELWOOD ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1042, "objectid": 152, "Shape__Area": 165.44921875, "Shape__Length": 51.891905938664145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158454345062907, 40.031817598032298 ], [ -75.158440771192005, 40.031835361608302 ], [ -75.158430162835501, 40.031847904940101 ], [ -75.158407894212502, 40.031871470376302 ], [ -75.158392194864106, 40.031887219068302 ], [ -75.158488220837896, 40.031943677477202 ], [ -75.158553673591797, 40.031877627750497 ], [ -75.158454345062907, 40.031817598032298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "18 E RITTENHOUSE ST", "addr_range": "18-30 E RITTENHOUSE ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2514, "objectid": 153, "Shape__Area": 399.55859375, "Shape__Length": 90.324563180929772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175547557526201, 40.037612136365503 ], [ -75.175497687208804, 40.037661359810699 ], [ -75.175731638466601, 40.0378019459814 ], [ -75.175798622222402, 40.037737259011998 ], [ -75.175796673955702, 40.037736086382303 ], [ -75.175565173760006, 40.037596121113502 ], [ -75.175547557526201, 40.037612136365503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5611 HEISKELL ST", "addr_range": "335-337, 341 E ARMAT ST; 5611 HEISKELL ST; 5612-5614 MORTON ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 785, "objectid": 154, "Shape__Area": 124.69921875, "Shape__Length": 54.651158792556771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169473866951904, 40.038834817806404 ], [ -75.169350705095198, 40.038837949658301 ], [ -75.169353206893007, 40.038880788622599 ], [ -75.169479376417897, 40.0388735968017 ], [ -75.169546925870193, 40.0388697470447 ], [ -75.169543204351399, 40.038833055320502 ], [ -75.169534324595702, 40.0388332747997 ], [ -75.169473866951904, 40.038834817806404 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "348 E ARMAT ST", "addr_range": "344-348 E ARMAT ST; 5550-5556 MORTON ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1563, "objectid": 155, "Shape__Area": 248.0859375, "Shape__Length": 65.548390212414958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169159543471906, 40.038265078984502 ], [ -75.169020852389295, 40.038324168480798 ], [ -75.1690182776249, 40.0384073371185 ], [ -75.169153537566004, 40.038407555334501 ], [ -75.169159543471906, 40.038265078984502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "344 SHEDAKER ST", "addr_range": "344 SHEDAKER ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1404, "objectid": 156, "Shape__Area": 222.8203125, "Shape__Length": 83.886017609579625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158236001234698, 40.032208702470903 ], [ -75.158488189392997, 40.032359101715599 ], [ -75.158521963698803, 40.032327462383201 ], [ -75.158523138063302, 40.032326359909099 ], [ -75.158522155389505, 40.032325757481999 ], [ -75.1583345151397, 40.032212634773202 ], [ -75.158333632467006, 40.032212114791399 ], [ -75.158270335249, 40.032173948416599 ], [ -75.158236001234698, 40.032208702470903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4934 SHELDON ST", "addr_range": "343-345 SHEDAKER ST; 4932-4934 SHELDON ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1250, "objectid": 157, "Shape__Area": 198.34375, "Shape__Length": 90.809829966804955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158920134364607, 40.032419447561303 ], [ -75.158916382716001, 40.032423215664103 ], [ -75.158951460324502, 40.032443704126997 ], [ -75.158961818268807, 40.0324332679794 ], [ -75.159171655867794, 40.032222059904498 ], [ -75.159137003099701, 40.0322014666624 ], [ -75.158920134364607, 40.032419447561303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "26 E RITTENHOUSE ST", "addr_range": "18-30 E RITTENHOUSE ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 3025, "objectid": 158, "Shape__Area": 480.08203125, "Shape__Length": 118.13792749815511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175243603468601, 40.037726865848803 ], [ -75.175216506315607, 40.037751840807999 ], [ -75.175562610012193, 40.0379649633743 ], [ -75.175618228387506, 40.037911306915603 ], [ -75.1753853078757, 40.037770583242498 ], [ -75.175271030842097, 40.037701559506097 ], [ -75.175243603468601, 40.037726865848803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "421 E ASHMEAD ST", "addr_range": "417-421 E ASHMEAD ST", "zipcode": 19144, "district": "8", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1469, "objectid": 159, "Shape__Area": 233.08984375, "Shape__Length": 91.490363853815452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162357843290096, 40.035758377542898 ], [ -75.162638849027701, 40.035930178456802 ], [ -75.162669326333898, 40.035899785430502 ], [ -75.162670745341799, 40.0358977693908 ], [ -75.162390846847103, 40.035727703623699 ], [ -75.162357843290096, 40.035758377542898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "572 HERMAN ST", "addr_range": "572 HERMAN ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 724, "objectid": 160, "Shape__Area": 115.0390625, "Shape__Length": 49.929297713900105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171129020669795, 40.0488917108039 ], [ -75.170996804271397, 40.048810288002898 ], [ -75.170963371132103, 40.048842824383598 ], [ -75.171094387489205, 40.048924882525803 ], [ -75.171129020669795, 40.0488917108039 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "545 HERMAN ST", "addr_range": "545 HERMAN ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 749, "objectid": 161, "Shape__Area": 118.92578125, "Shape__Length": 51.189403913287876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171609688118807, 40.048609572482903 ], [ -75.171746591207295, 40.048693517169198 ], [ -75.171780149792596, 40.048660999604103 ], [ -75.171644546725204, 40.0485765354195 ], [ -75.171609688118807, 40.048609572482903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "419 E ASHMEAD ST", "addr_range": "417-421 E ASHMEAD ST", "zipcode": 19144, "district": "8", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 3518, "objectid": 162, "Shape__Area": 558.30078125, "Shape__Length": 141.32437496286963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162390846847103, 40.035727703623699 ], [ -75.162670745341799, 40.0358977693908 ], [ -75.162760259316599, 40.035811143135298 ], [ -75.1628418475632, 40.035731076970897 ], [ -75.162777763689704, 40.035693040560602 ], [ -75.162733907600696, 40.035666792726197 ], [ -75.162708100223995, 40.0356907946517 ], [ -75.162676993867805, 40.035720657234599 ], [ -75.1626465043921, 40.035751371649297 ], [ -75.162614147656797, 40.035783253153397 ], [ -75.162583705812807, 40.0358138235623 ], [ -75.162409960906999, 40.035707645181802 ], [ -75.162390846847103, 40.035727703623699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "417 E ASHMEAD ST", "addr_range": "417-421 E ASHMEAD ST", "zipcode": 19144, "district": "8", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 854, "objectid": 163, "Shape__Area": 135.58203125, "Shape__Length": 60.270722630333573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162614147656797, 40.035783253153397 ], [ -75.162441127298607, 40.035678977865103 ], [ -75.162409960906999, 40.035707645181802 ], [ -75.162583705812807, 40.0358138235623 ], [ -75.162614147656797, 40.035783253153397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1670-86 KINSEY ST", "addr_range": "1666-1686 KINSEY ST", "zipcode": 19124, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 19372, "objectid": 164, "Shape__Area": 3071.79296875, "Shape__Length": 235.31761390887246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.084760791766797, 40.012852444965397 ], [ -75.084767430244398, 40.012861722984503 ], [ -75.085087214902899, 40.012354071543399 ], [ -75.085078332468299, 40.012350672996199 ], [ -75.084712066197994, 40.0122107113542 ], [ -75.084518186572197, 40.012509222627301 ], [ -75.084617234780893, 40.012652025526201 ], [ -75.084760791766797, 40.012852444965397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4543 TACKAWANNA ST", "addr_range": "4541-4551 TACKAWANNA ST; 4546-4556 DITMAN ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 2668, "objectid": 165, "Shape__Area": 423.1015625, "Shape__Length": 100.79472532732598 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081440732278494, 40.011129399731701 ], [ -75.0816638636921, 40.011342988106101 ], [ -75.081737326920603, 40.011297543118303 ], [ -75.081738249988106, 40.011296984300898 ], [ -75.081515159363505, 40.011083429458097 ], [ -75.081440732278494, 40.011129399731701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4338 TACKAWANNA ST", "addr_range": "4338 TACKAWANNA ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1187, "objectid": 166, "Shape__Area": 188.2265625, "Shape__Length": 75.477025434154555 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.083703940018097, 40.010228661524302 ], [ -75.083878474577503, 40.010401864048099 ], [ -75.083920501350207, 40.010376917986001 ], [ -75.083745639631601, 40.0102034817684 ], [ -75.083703940018097, 40.010228661524302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4545 TACKAWANNA ST", "addr_range": "4541-4551 TACKAWANNA ST; 4546-4556 DITMAN ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 2645, "objectid": 167, "Shape__Area": 419.515625, "Shape__Length": 100.62209633483332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081366949620005, 40.011174981272099 ], [ -75.081590122460199, 40.011388586972998 ], [ -75.081663735276194, 40.011343065314101 ], [ -75.0816638636921, 40.011342988106101 ], [ -75.081440732278494, 40.011129399731701 ], [ -75.081366949620005, 40.011174981272099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1841 WAKELING ST", "addr_range": "1841-1843 WAKELING ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 792, "objectid": 168, "Shape__Area": 125.6953125, "Shape__Length": 52.195152308096567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.074876647744603, 40.017604892465698 ], [ -75.074924181606704, 40.017629262982801 ], [ -75.075024784887603, 40.017517345652003 ], [ -75.074976904825206, 40.017493226609901 ], [ -75.074876647744603, 40.017604892465698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1843 WAKELING ST", "addr_range": "1841-1843 WAKELING ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 740, "objectid": 169, "Shape__Area": 117.51171875, "Shape__Length": 51.332015853006865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.0748386607698, 40.017584551254103 ], [ -75.074876647744603, 40.017604892465698 ], [ -75.074976904825206, 40.017493226609901 ], [ -75.074926319415894, 40.0174670126707 ], [ -75.0748386607698, 40.017584551254103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4546 DITMAN ST", "addr_range": "4541-4551 TACKAWANNA ST; 4546-4556 DITMAN ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 2635, "objectid": 170, "Shape__Area": 417.90625, "Shape__Length": 100.44720316266445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081291497116396, 40.010870053683 ], [ -75.081515825029598, 40.0110830097274 ], [ -75.0815885325256, 40.011038095105803 ], [ -75.081556813113806, 40.011007729901799 ], [ -75.081499715750297, 40.010952044908599 ], [ -75.081365290015697, 40.010824681476201 ], [ -75.081291497116396, 40.010870053683 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2011 ORTHODOX ST", "addr_range": "2011-2015 ORTHODOX ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1785, "objectid": 171, "Shape__Area": 283.0859375, "Shape__Length": 91.276467358693594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.0797178710136, 40.011357293983103 ], [ -75.079751039279103, 40.011391353432401 ], [ -75.080016422001506, 40.011225650926797 ], [ -75.079972529096594, 40.011184958277198 ], [ -75.079761576165595, 40.0113148172424 ], [ -75.079770025239497, 40.011323831326301 ], [ -75.0797178710136, 40.011357293983103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4710 GRISCOM ST", "addr_range": "4710-4712 GRISCOM ST; 1509 ARROTT ST (behind)", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1330, "objectid": 172, "Shape__Area": 211.03515625, "Shape__Length": 77.350356040189197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.084512589588599, 40.017382340867002 ], [ -75.084538933703897, 40.017396993299201 ], [ -75.084748685905794, 40.017508401029403 ], [ -75.084783173595895, 40.0174710605841 ], [ -75.084740606274295, 40.017448246666198 ], [ -75.084689916071895, 40.017421954489002 ], [ -75.084637569360893, 40.017394575027197 ], [ -75.084584887766098, 40.017367189568901 ], [ -75.084546123415294, 40.017345269383704 ], [ -75.084512589588599, 40.017382340867002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4548 DITMAN ST", "addr_range": "4541-4551 TACKAWANNA ST; 4546-4556 DITMAN ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 2674, "objectid": 173, "Shape__Area": 424.05859375, "Shape__Length": 100.88425531278943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081216991659304, 40.010915843582502 ], [ -75.081441118767302, 40.011129166335003 ], [ -75.081515825029598, 40.0110830097274 ], [ -75.081291497116396, 40.010870053683 ], [ -75.081216991659304, 40.010915843582502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1218 W VENANGO ST", "addr_range": "1218-1220 W VENANGO ST", "zipcode": 19140, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 630, "objectid": 174, "Shape__Area": 99.984375, "Shape__Length": 47.020817772293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148506819304799, 40.007207067499401 ], [ -75.148556880141996, 40.007213569223701 ], [ -75.148582672377898, 40.007091901522699 ], [ -75.148534040751002, 40.0070852862276 ], [ -75.148532496934607, 40.007092215225498 ], [ -75.148506819304799, 40.007207067499401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2013 ORTHODOX ST", "addr_range": "2011-2015 ORTHODOX ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2002, "objectid": 175, "Shape__Area": 317.5703125, "Shape__Length": 95.048969794906284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.079706374297999, 40.011347917977702 ], [ -75.0797178710136, 40.011357293983103 ], [ -75.079770025239497, 40.011323831326301 ], [ -75.079761576165595, 40.0113148172424 ], [ -75.079972529096594, 40.011184958277198 ], [ -75.079926434535395, 40.011141135553203 ], [ -75.079662744175806, 40.011305909492897 ], [ -75.079697202592399, 40.011338596946999 ], [ -75.079706374297999, 40.011347917977702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4661 HAWTHORNE ST", "addr_range": "4661 HAWTHORNE ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2205, "objectid": 176, "Shape__Area": 349.703125, "Shape__Length": 99.340394038950848 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.080397941306501, 40.0140453991581 ], [ -75.080357201564397, 40.014090297732999 ], [ -75.080354935735201, 40.014093532944798 ], [ -75.080544737724395, 40.014194136451003 ], [ -75.080576482842304, 40.0142110905241 ], [ -75.080657735074894, 40.0142555374726 ], [ -75.080699803507002, 40.0142083161671 ], [ -75.080399837146302, 40.014043556460301 ], [ -75.080397941306501, 40.0140453991581 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4550-52 DITMAN ST", "addr_range": "4541-4551 TACKAWANNA ST; 4546-4556 DITMAN ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 5378, "objectid": 177, "Shape__Area": 852.8125, "Shape__Length": 122.47500746072873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081066838230996, 40.011009413211603 ], [ -75.081293095681801, 40.011221866717399 ], [ -75.0814419068017, 40.011129926206998 ], [ -75.081217801896898, 40.010916604873202 ], [ -75.081066838230996, 40.011009413211603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4541 TACKAWANNA ST", "addr_range": "4541-4551 TACKAWANNA ST; 4546-4556 DITMAN ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 2630, "objectid": 178, "Shape__Area": 417.1484375, "Shape__Length": 100.48620552420947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081515159363505, 40.011083429458097 ], [ -75.081738249988106, 40.011296984300898 ], [ -75.081811604568301, 40.0112516178364 ], [ -75.0815885325256, 40.011038095105803 ], [ -75.081515159363505, 40.011083429458097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4547 TACKAWANNA ST", "addr_range": "4541-4551 TACKAWANNA ST; 4546-4556 DITMAN ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 2652, "objectid": 179, "Shape__Area": 420.57421875, "Shape__Length": 100.68185844274637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081292994991301, 40.011220672301199 ], [ -75.081516189355696, 40.011434294866199 ], [ -75.0815898644219, 40.0113887422619 ], [ -75.081590122460199, 40.011388586972998 ], [ -75.081366949620005, 40.011174981272099 ], [ -75.081292994991301, 40.011220672301199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4274 ORCHARD ST", "addr_range": "4272-4274 ORCHARD ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1757, "objectid": 180, "Shape__Area": 278.66796875, "Shape__Length": 89.948549003490854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.086849267494102, 40.009505371127702 ], [ -75.0871543178759, 40.009617341100999 ], [ -75.087181825672204, 40.009572359541899 ], [ -75.087148420707805, 40.009559768550602 ], [ -75.086880057877593, 40.009458498814297 ], [ -75.086849267494102, 40.009505371127702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4272 ORCHARD ST", "addr_range": "4272-4274 ORCHARD ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1745, "objectid": 181, "Shape__Area": 276.79296875, "Shape__Length": 83.46125578359414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.086880057877593, 40.009458498814297 ], [ -75.087148420707805, 40.009559768550602 ], [ -75.087181899951901, 40.009509523767903 ], [ -75.086911681689998, 40.009406390069898 ], [ -75.086889358113197, 40.009443174336297 ], [ -75.086880057877593, 40.009458498814297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1645 MARGARET ST", "addr_range": "1645 MARGARET ST", "zipcode": 19124, "district": "7", "year": "2012", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 873, "objectid": 182, "Shape__Area": 138.44921875, "Shape__Length": 57.879241188108182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.082241655750806, 40.016300016754201 ], [ -75.082285873878902, 40.016324530605502 ], [ -75.082406093405794, 40.0161969432936 ], [ -75.082362547459795, 40.016172412666997 ], [ -75.082300384549598, 40.016238012051197 ], [ -75.082241655750806, 40.016300016754201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4549 TACKAWANNA ST", "addr_range": "4541-4551 TACKAWANNA ST; 4546-4556 DITMAN ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 2657, "objectid": 183, "Shape__Area": 421.3203125, "Shape__Length": 100.72573722095144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081218805140395, 40.011266501983599 ], [ -75.081442253173194, 40.011480018861299 ], [ -75.081515716061304, 40.011434590219402 ], [ -75.081516189355696, 40.011434294866199 ], [ -75.081292994991301, 40.011220672301199 ], [ -75.081218805140395, 40.011266501983599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4551 TACKAWANNA ST", "addr_range": "4541-4551 TACKAWANNA ST; 4546-4556 DITMAN ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 2764, "objectid": 184, "Shape__Area": 438.2734375, "Shape__Length": 101.51347203579286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081218805140395, 40.011266501983599 ], [ -75.081142314444804, 40.011313745930302 ], [ -75.081170788454202, 40.011341893136802 ], [ -75.081365182820804, 40.011527668468801 ], [ -75.081442253173194, 40.011480018861299 ], [ -75.081218805140395, 40.011266501983599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2015 ORTHODOX ST", "addr_range": "2011-2015 ORTHODOX ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1894, "objectid": 185, "Shape__Area": 300.43359375, "Shape__Length": 91.87563322744171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.079883618870895, 40.011098678453301 ], [ -75.079616606921505, 40.011263681391597 ], [ -75.079662744175806, 40.011305909492897 ], [ -75.079926434535395, 40.011141135553203 ], [ -75.079883618870895, 40.011098678453301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4726 GRISCOM ST", "addr_range": "4726 GRISCOM ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2020, "objectid": 186, "Shape__Area": 320.359375, "Shape__Length": 107.32723018182463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.084232992406697, 40.017689178987503 ], [ -75.084289695948996, 40.0177182383987 ], [ -75.084291707078606, 40.017718801383701 ], [ -75.084576976623893, 40.017871939855603 ], [ -75.084612889888405, 40.017832473659197 ], [ -75.084427203739494, 40.017734504733298 ], [ -75.084268234607407, 40.017649197240097 ], [ -75.084232992406697, 40.017689178987503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1820 HARRISON ST", "addr_range": "1820 HARRISON ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2298, "objectid": 187, "Shape__Area": 364.53515625, "Shape__Length": 113.04365135405737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.076600846284407, 40.016461707781197 ], [ -75.076654881569894, 40.0164908377863 ], [ -75.076906082226401, 40.016213710601697 ], [ -75.076851634504294, 40.016183361912702 ], [ -75.076600846284407, 40.016461707781197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4712 GRISCOM ST", "addr_range": "4710-4712 GRISCOM ST; 1509 ARROTT ST (behind)", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1366, "objectid": 188, "Shape__Area": 216.71484375, "Shape__Length": 77.489558178904261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.084487024637497, 40.017426304663701 ], [ -75.084712616856393, 40.017545961554397 ], [ -75.084748685905794, 40.017508401029403 ], [ -75.084538954778694, 40.017396993788502 ], [ -75.084520592632003, 40.017386782254199 ], [ -75.084512589588599, 40.017382340867002 ], [ -75.084477783543406, 40.0174213993322 ], [ -75.084487024637497, 40.017426304663701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4674 HAWTHORNE ST", "addr_range": "4674-4676 HAWTHORN ST", "zipcode": 19124, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1650, "objectid": 189, "Shape__Area": 260.1640625, "Shape__Length": 100.11214382979971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.080630985982395, 40.014478342864003 ], [ -75.080722677732794, 40.014526594273697 ], [ -75.080795744763094, 40.0145654175532 ], [ -75.080957806500294, 40.014651237225202 ], [ -75.080987419593697, 40.014617364417497 ], [ -75.080661346923193, 40.014445211960798 ], [ -75.080655432554806, 40.014451651151099 ], [ -75.080630985982395, 40.014478342864003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4676 HAWTHORNE ST", "addr_range": "4674-4676 HAWTHORN ST", "zipcode": 19124, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1650, "objectid": 190, "Shape__Area": 261.19921875, "Shape__Length": 100.30117827520853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.0806017037049, 40.0145117565351 ], [ -75.080763619291105, 40.0145975884097 ], [ -75.080827695345207, 40.014631511834601 ], [ -75.080926489538399, 40.014685765119197 ], [ -75.080957806500294, 40.014651237225202 ], [ -75.080795744763094, 40.0145654175532 ], [ -75.080722677732794, 40.014526594273697 ], [ -75.080630985982395, 40.014478342864003 ], [ -75.0806081571248, 40.014504393699298 ], [ -75.0806017037049, 40.0145117565351 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1825-27 MARGARET ST", "addr_range": "1821-1827 MARGARET ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2899, "objectid": 191, "Shape__Area": 459.703125, "Shape__Length": 99.977140556973893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.078868002544795, 40.014221236605799 ], [ -75.078778679813993, 40.014171907083004 ], [ -75.078583037351805, 40.014384836759803 ], [ -75.078610568087399, 40.014400541801102 ], [ -75.078639423958805, 40.014416103765498 ], [ -75.0786679719061, 40.014431837865203 ], [ -75.078670569709899, 40.0144332714912 ], [ -75.078868002544795, 40.014221236605799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1747 FOULKROD ST", "addr_range": "1745-1747 FOULKROD ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2296, "objectid": 192, "Shape__Area": 364.18359375, "Shape__Length": 108.22920711775734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.078499834984001, 40.015740484325001 ], [ -75.078261458192401, 40.016000970038299 ], [ -75.078318900295301, 40.0160319193362 ], [ -75.078558163819807, 40.015771856902902 ], [ -75.078499834984001, 40.015740484325001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1816 MARGARET ST", "addr_range": "1816-1822 MARGARET ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 3868, "objectid": 193, "Shape__Area": 613.39453125, "Shape__Length": 108.70788261850737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.078941254314898, 40.014094362248997 ], [ -75.079019780766401, 40.014136667371801 ], [ -75.079057033521295, 40.014158555246503 ], [ -75.079254600876695, 40.013942930422097 ], [ -75.079249675631402, 40.013940220859901 ], [ -75.079204052835195, 40.013914721602497 ], [ -75.079189468121896, 40.0139065631124 ], [ -75.079137089862002, 40.013877457502097 ], [ -75.078941254314898, 40.014094362248997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4301-05 HORROCKS ST", "addr_range": "4301-4305 HORROCKS ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1236, "objectid": 194, "Shape__Area": 196.7890625, "Shape__Length": 66.122400811032989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.093236059261301, 40.0151891296385 ], [ -75.093274214888396, 40.015211430128304 ], [ -75.093312817876907, 40.015234217603897 ], [ -75.093327117974795, 40.015216341243502 ], [ -75.093338892102906, 40.0152016249369 ], [ -75.093385453717502, 40.015142322935098 ], [ -75.093410371890798, 40.015108965556699 ], [ -75.093181327948002, 40.015156198106403 ], [ -75.093204178301704, 40.0151704973756 ], [ -75.093236059261301, 40.0151891296385 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1831 CHURCH ST", "addr_range": "1831 CHURCH ST", "zipcode": 19124, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2359, "objectid": 195, "Shape__Area": 374.11328125, "Shape__Length": 105.99992122731213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.084968803308698, 40.009562342363303 ], [ -75.0848237839554, 40.009508246604099 ], [ -75.084816012262294, 40.0098140751996 ], [ -75.084834471492499, 40.009818598929698 ], [ -75.084834521108107, 40.009819454266299 ], [ -75.084835542013494, 40.009819655469897 ], [ -75.084839975172997, 40.009820451278699 ], [ -75.084842532435204, 40.009808679101297 ], [ -75.084848099167004, 40.009793494269502 ], [ -75.084855914701606, 40.009766335475 ], [ -75.084871851589497, 40.009716554506099 ], [ -75.084873507975502, 40.009712805890402 ], [ -75.084876194086604, 40.009708466669501 ], [ -75.084904893978702, 40.009662529358302 ], [ -75.084952236910695, 40.009588105057396 ], [ -75.084953175538601, 40.009586611298197 ], [ -75.084952059849897, 40.009586197953404 ], [ -75.084966284051006, 40.009562461389301 ], [ -75.084968803308698, 40.009562342363303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4232 PAUL ST", "addr_range": "4232 PAUL ST", "zipcode": 19124, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2000, "objectid": 196, "Shape__Area": 306.484375, "Shape__Length": 94.148953063356444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.088113889607399, 40.008964380445597 ], [ -75.088429657812597, 40.009084769752498 ], [ -75.088459378890605, 40.0090367756925 ], [ -75.088144261358707, 40.008915305887101 ], [ -75.088113889607399, 40.008964380445597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1745 FOULKROD ST", "addr_range": "1745-1747 FOULKROD ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2299, "objectid": 197, "Shape__Area": 364.6953125, "Shape__Length": 108.34520252444136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.078350592019206, 40.016049196247401 ], [ -75.078378114265902, 40.016063733382701 ], [ -75.078456639849605, 40.0159761078719 ], [ -75.078471001205301, 40.0159601448986 ], [ -75.0786157694602, 40.015803502759098 ], [ -75.078600003453104, 40.015794979729598 ], [ -75.078558163819807, 40.015771856902902 ], [ -75.078318900295301, 40.0160319193362 ], [ -75.078350592019206, 40.016049196247401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1834 KINSEY ST", "addr_range": "1834-1836 KINSEY ST", "zipcode": 19124, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1435, "objectid": 198, "Shape__Area": 227.53515625, "Shape__Length": 62.569319728243627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.083374344546201, 40.010555871647298 ], [ -75.083227420980293, 40.010618535895297 ], [ -75.083231508300102, 40.010622289953702 ], [ -75.083237606078299, 40.010630347219198 ], [ -75.083253488263097, 40.010651914870301 ], [ -75.0832612473382, 40.010663588748699 ], [ -75.083280744535401, 40.010690285280802 ], [ -75.083437520765401, 40.010618515030501 ], [ -75.083374344546201, 40.010555871647298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1836 KINSEY ST", "addr_range": "1834-1836 KINSEY ST", "zipcode": 19124, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1478, "objectid": 199, "Shape__Area": 234.48828125, "Shape__Length": 61.809965584473346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.083278856467203, 40.010484289077503 ], [ -75.083177749244001, 40.010544567348802 ], [ -75.083201383856505, 40.010583852909299 ], [ -75.083227420980293, 40.010618535895297 ], [ -75.083374344546201, 40.010555871647298 ], [ -75.083292939276703, 40.010475895019397 ], [ -75.083278856467203, 40.010484289077503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4730 DEVEREAUX AVE", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 942, "objectid": 200, "Shape__Area": 177.28515625, "Shape__Length": 69.986578020677058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.054963720355303, 40.018539051887103 ], [ -75.054991236105707, 40.018572695876998 ], [ -75.055185607967204, 40.0184720559472 ], [ -75.055206266065994, 40.0184613533646 ], [ -75.055176363647007, 40.018426041439902 ], [ -75.055155494609295, 40.0184368030408 ], [ -75.055149095000701, 40.018440102957399 ], [ -75.054961781678898, 40.018536669066499 ], [ -75.054963720355303, 40.018539051887103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6162 HEGERMAN ST", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1380, "objectid": 201, "Shape__Area": 214.12109375, "Shape__Length": 83.030455334423422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055293503266498, 40.018365308142599 ], [ -75.055454423962303, 40.018550117628202 ], [ -75.055470404859506, 40.018568465843003 ], [ -75.055515556318497, 40.018544974541797 ], [ -75.055499711699497, 40.018526853892098 ], [ -75.0553381530801, 40.018342289002398 ], [ -75.055293503266498, 40.018365308142599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4714 DEVEREAUX AVE", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1193, "objectid": 202, "Shape__Area": 190.52734375, "Shape__Length": 71.04123153740646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055409584018193, 40.018734239666401 ], [ -75.055219904515099, 40.0188333943522 ], [ -75.055252568255895, 40.018871479613203 ], [ -75.055441843230597, 40.018771977486502 ], [ -75.055467153452199, 40.018758659258197 ], [ -75.055434312673995, 40.018721312368299 ], [ -75.055409584018193, 40.018734239666401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4710 DEVEREAUX AVE", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1089, "objectid": 203, "Shape__Area": 180.953125, "Shape__Length": 70.438557160539531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055305425026802, 40.018931156607501 ], [ -75.055318109960098, 40.018945946745703 ], [ -75.055506456657398, 40.018847631030297 ], [ -75.055533540069206, 40.018833484886102 ], [ -75.055502416076294, 40.018798352531299 ], [ -75.055476002362795, 40.018811983666403 ], [ -75.055286970690403, 40.018909606568897 ], [ -75.055305425026802, 40.018931156607501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4720 DEVEREAUX AVE", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1174, "objectid": 204, "Shape__Area": 187.52734375, "Shape__Length": 70.743747981602056 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055121798383098, 40.018722569703698 ], [ -75.055154343191901, 40.018759426779297 ], [ -75.055346111495595, 40.018659933772902 ], [ -75.055369382410206, 40.018647858910001 ], [ -75.055352593402105, 40.018629232214899 ], [ -75.055336041408395, 40.018610982310797 ], [ -75.0553140752085, 40.018622428218798 ], [ -75.055121798383098, 40.018722569703698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6166 HEGERMAN ST", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1988, "objectid": 205, "Shape__Area": 331.51953125, "Shape__Length": 89.530132943717106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055336041408395, 40.018610982310797 ], [ -75.055352593402105, 40.018629232214899 ], [ -75.055421479967606, 40.018594077944897 ], [ -75.055405305508501, 40.018575321511399 ], [ -75.055245474938005, 40.018390005920999 ], [ -75.055217325891206, 40.0184045477748 ], [ -75.055199939405696, 40.018413666509701 ], [ -75.055198803344098, 40.018414268778699 ], [ -75.055190346144897, 40.018418712493997 ], [ -75.055176363647007, 40.018426041439902 ], [ -75.055206266065994, 40.0184613533646 ], [ -75.055238907338705, 40.018499439008203 ], [ -75.055272356873303, 40.018537800408801 ], [ -75.055303506185496, 40.018573883130401 ], [ -75.055336041408395, 40.018610982310797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4722 DEVEREAUX AVE", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1177, "objectid": 206, "Shape__Area": 187.05859375, "Shape__Length": 70.569990449001992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055090079753498, 40.018685005763899 ], [ -75.055121798383098, 40.018722569703698 ], [ -75.0553140752085, 40.018622428218798 ], [ -75.055336041408395, 40.018610982310797 ], [ -75.055303506185496, 40.018573883130401 ], [ -75.055282119432903, 40.0185850209566 ], [ -75.055090079753498, 40.018685005763899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6156 HEGERMAN ST", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1572, "objectid": 207, "Shape__Area": 243.18359375, "Shape__Length": 84.652879128451204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055433192124895, 40.0182932235832 ], [ -75.055594268424798, 40.018478310438603 ], [ -75.055609790385404, 40.018496116246297 ], [ -75.055613386019402, 40.018493749770002 ], [ -75.055661780923799, 40.018469351479197 ], [ -75.055646170225202, 40.018451655326302 ], [ -75.055483269540204, 40.018267090690202 ], [ -75.055439901556994, 40.018289528153801 ], [ -75.055433192124895, 40.0182932235832 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4712 DEVEREAUX AVE", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1243, "objectid": 208, "Shape__Area": 198.48828125, "Shape__Length": 71.615983191312438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055252568255895, 40.018871479613203 ], [ -75.055286970690403, 40.018909606568897 ], [ -75.055476002362795, 40.018811983666403 ], [ -75.055502416076294, 40.018798352531299 ], [ -75.055467153452199, 40.018758659258197 ], [ -75.055441843230597, 40.018771977486502 ], [ -75.055252568255895, 40.018871479613203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4718 DEVEREAUX AVE", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1155, "objectid": 209, "Shape__Area": 183.90234375, "Shape__Length": 70.543344709046849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055154343191901, 40.018759426779297 ], [ -75.055186121245697, 40.018795525188501 ], [ -75.055377527872594, 40.018696701228102 ], [ -75.055401436125294, 40.018684365594801 ], [ -75.055369382410206, 40.018647858910001 ], [ -75.055346111495595, 40.018659933772902 ], [ -75.055154343191901, 40.018759426779297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4716 DEVEREAUX AVE", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1191, "objectid": 210, "Shape__Area": 190.2578125, "Shape__Length": 70.969941511138074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055186121245697, 40.018795525188501 ], [ -75.055219904515099, 40.0188333943522 ], [ -75.055409584018193, 40.018734239666401 ], [ -75.055434312673995, 40.018721312368299 ], [ -75.055401436125294, 40.018684365594801 ], [ -75.055377527872594, 40.018696701228102 ], [ -75.055186121245697, 40.018795525188501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6160 HEGERMAN ST", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1437, "objectid": 211, "Shape__Area": 222.515625, "Shape__Length": 83.479100241144224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.0553381530801, 40.018342289002398 ], [ -75.055499711699497, 40.018526853892098 ], [ -75.055515556318497, 40.018544974541797 ], [ -75.055517856635007, 40.018543561615999 ], [ -75.0555621819598, 40.018520776254199 ], [ -75.055546498893904, 40.018502836908503 ], [ -75.055384966576796, 40.018318109613702 ], [ -75.0553381530801, 40.018342289002398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4728 DEVEREAUX AVE", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1213, "objectid": 212, "Shape__Area": 193.78515625, "Shape__Length": 71.140350049204571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.054991236105707, 40.018572695876998 ], [ -75.055025461945704, 40.0186115441171 ], [ -75.055218264554497, 40.018510287024903 ], [ -75.055238907338705, 40.018499439008203 ], [ -75.055206266065994, 40.0184613533646 ], [ -75.055185607967204, 40.0184720559472 ], [ -75.054991236105707, 40.018572695876998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4724 DEVEREAUX AVE", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1148, "objectid": 213, "Shape__Area": 182.34765625, "Shape__Length": 70.214421335080402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055057828434897, 40.018648639419297 ], [ -75.055090079753498, 40.018685005763899 ], [ -75.055282119432903, 40.0185850209566 ], [ -75.055303506185496, 40.018573883130401 ], [ -75.055272356873303, 40.018537800408801 ], [ -75.055251143461007, 40.018548763889697 ], [ -75.055057828434897, 40.018648639419297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4726 DEVEREAUX AVE", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1195, "objectid": 214, "Shape__Area": 189.984375, "Shape__Length": 70.809307558388724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055025461945704, 40.0186115441171 ], [ -75.055057828434897, 40.018648639419297 ], [ -75.055251143461007, 40.018548763889697 ], [ -75.055272356873303, 40.018537800408801 ], [ -75.055238907338705, 40.018499439008203 ], [ -75.055218264554497, 40.018510287024903 ], [ -75.055025461945704, 40.0186115441171 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6152 HEGERMAN ST", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1438, "objectid": 215, "Shape__Area": 223.03125, "Shape__Length": 83.551610586761271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055527353707802, 40.018244589823702 ], [ -75.055690282457206, 40.018429009985802 ], [ -75.055705791726396, 40.018446574902804 ], [ -75.055711648152496, 40.018443761390699 ], [ -75.055754009595105, 40.018422413000401 ], [ -75.055737966826001, 40.018404530116698 ], [ -75.055573182889702, 40.0182209360011 ], [ -75.055527353707802, 40.018244589823702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6164 HEGERMAN ST", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1490, "objectid": 216, "Shape__Area": 231.5234375, "Shape__Length": 84.081006929782291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055245474938005, 40.018390005920999 ], [ -75.055405305508501, 40.018575321511399 ], [ -75.055421479967606, 40.018594077944897 ], [ -75.055470404859506, 40.018568465843003 ], [ -75.055454423962303, 40.018550117628202 ], [ -75.055293503266498, 40.018365308142599 ], [ -75.055245474938005, 40.018390005920999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6154 HEGERMAN ST", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1352, "objectid": 217, "Shape__Area": 209.44140625, "Shape__Length": 82.744282685864846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055483269540204, 40.018267090690202 ], [ -75.055646170225202, 40.018451655326302 ], [ -75.055661780923799, 40.018469351479197 ], [ -75.055705791726396, 40.018446574902804 ], [ -75.055690282457206, 40.018429009985802 ], [ -75.055527353707802, 40.018244589823702 ], [ -75.055483269540204, 40.018267090690202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6158 HEGERMAN ST", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1470, "objectid": 218, "Shape__Area": 228.0, "Shape__Length": 83.771352111636816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055384966576796, 40.018318109613702 ], [ -75.055546498893904, 40.018502836908503 ], [ -75.0555621819598, 40.018520776254199 ], [ -75.055566435813503, 40.018518183744099 ], [ -75.055609790385404, 40.018496116246297 ], [ -75.055594268424798, 40.018478310438603 ], [ -75.055433192124895, 40.0182932235832 ], [ -75.055424208460494, 40.018297704517998 ], [ -75.055384966576796, 40.018318109613702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6115 VANDIKE ST", "addr_range": "6111-6123 VANDIKE ST", "zipcode": 19135, "district": "6", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 962, "objectid": 219, "Shape__Area": 157.74609375, "Shape__Length": 62.897087945364468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.056578897304107, 40.0180825700605 ], [ -75.056600744087206, 40.018107940612502 ], [ -75.056704987245496, 40.018228999643704 ], [ -75.056751991859102, 40.018204744000599 ], [ -75.056650433522293, 40.018087908124699 ], [ -75.056628237190793, 40.018062368095698 ], [ -75.0565984041897, 40.018073936066997 ], [ -75.056578897304107, 40.0180825700605 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6113 VANDIKE ST", "addr_range": "6111-6123 VANDIKE ST", "zipcode": 19135, "district": "6", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 961, "objectid": 220, "Shape__Area": 158.26953125, "Shape__Length": 61.978645808416857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.056650433522293, 40.018087908124699 ], [ -75.056751991859102, 40.018204744000599 ], [ -75.056799685144796, 40.018180054869397 ], [ -75.056702251506707, 40.018067038912903 ], [ -75.056680002189296, 40.018041239050703 ], [ -75.056628237190793, 40.018062368095698 ], [ -75.056650433522293, 40.018087908124699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6119 VANDIKE ST", "addr_range": "6111-6123 VANDIKE ST", "zipcode": 19135, "district": "6", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1057, "objectid": 221, "Shape__Area": 172.90234375, "Shape__Length": 66.386648303764375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.056472967202396, 40.0181245293562 ], [ -75.056495765402502, 40.018150228603098 ], [ -75.056609609281196, 40.018278717708398 ], [ -75.056656558910404, 40.0182542842077 ], [ -75.056548414298902, 40.018129006817396 ], [ -75.056526285003201, 40.0181033728296 ], [ -75.056524066370997, 40.018104352484997 ], [ -75.056472967202396, 40.0181245293562 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6111 VANDIKE ST", "addr_range": "6111-6123 VANDIKE ST", "zipcode": 19135, "district": "6", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 873, "objectid": 222, "Shape__Area": 150.48046875, "Shape__Length": 60.302495721936687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.056702251506707, 40.018067038912903 ], [ -75.056799685144796, 40.018180054869397 ], [ -75.056847251984394, 40.018155893470201 ], [ -75.056841216227596, 40.018148932777798 ], [ -75.056752515997502, 40.018046777488998 ], [ -75.0567306002023, 40.018021550416599 ], [ -75.056701944336595, 40.0180324855571 ], [ -75.056680002189296, 40.018041239050703 ], [ -75.056702251506707, 40.018067038912903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6123 VANDIKE ST", "addr_range": "6111-6123 VANDIKE ST", "zipcode": 19135, "district": "6", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1114, "objectid": 223, "Shape__Area": 180.6953125, "Shape__Length": 68.852515606229233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.056394790702498, 40.018190900241201 ], [ -75.056513252948506, 40.018328752441697 ], [ -75.056560933048999, 40.018303336852199 ], [ -75.056446459918902, 40.018170092526603 ], [ -75.056424916059001, 40.018145003870004 ], [ -75.056373306864501, 40.018165894076901 ], [ -75.056394790702498, 40.018190900241201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6117 VANDIKE ST", "addr_range": "6111-6123 VANDIKE ST", "zipcode": 19135, "district": "6", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1035, "objectid": 224, "Shape__Area": 169.32421875, "Shape__Length": 64.908073598941698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.056548414298902, 40.018129006817396 ], [ -75.056656558910404, 40.0182542842077 ], [ -75.056704987245496, 40.018228999643704 ], [ -75.056600744087206, 40.018107940612502 ], [ -75.056578897304107, 40.0180825700605 ], [ -75.056526285003201, 40.0181033728296 ], [ -75.056548414298902, 40.018129006817396 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6121 VANDIKE ST", "addr_range": "6111-6123 VANDIKE ST", "zipcode": 19135, "district": "6", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1056, "objectid": 225, "Shape__Area": 172.171875, "Shape__Length": 67.250555337118939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.056424916059001, 40.018145003870004 ], [ -75.056446459918902, 40.018170092526603 ], [ -75.056560933048999, 40.018303336852199 ], [ -75.056609609281196, 40.018278717708398 ], [ -75.056495765402502, 40.018150228603098 ], [ -75.056472967202396, 40.0181245293562 ], [ -75.056445061323899, 40.018136142495401 ], [ -75.056424916059001, 40.018145003870004 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1202 W ERIE AVE", "addr_range": "1202 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1285, "objectid": 226, "Shape__Area": 203.80078125, "Shape__Length": 78.85607302438963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147861521296605, 40.008428147829598 ], [ -75.147856688823197, 40.008433873305599 ], [ -75.1478105931768, 40.0086553326542 ], [ -75.147866319465606, 40.008662833450202 ], [ -75.147910003241293, 40.0084348401871 ], [ -75.147861521296605, 40.008428147829598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1311 W ERIE AVE", "addr_range": "1301-1305, 1309-1311 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1895, "objectid": 227, "Shape__Area": 300.48828125, "Shape__Length": 108.93058761880842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149377860930599, 40.009189916298702 ], [ -75.149303777651696, 40.009517164261503 ], [ -75.149360419334997, 40.009524282292404 ], [ -75.149431562934495, 40.009197145213399 ], [ -75.149377860930599, 40.009189916298702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3546 OLD YORK RD", "addr_range": "1200-1204 W VENANGO ST; 3546-3548 OLD YORK RD", "zipcode": 19140, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1120, "objectid": 228, "Shape__Area": 177.69140625, "Shape__Length": 65.459828582889045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148089148478206, 40.007003486779098 ], [ -75.148318185300397, 40.007034050009899 ], [ -75.148328273217899, 40.0069879499897 ], [ -75.148099883626898, 40.006956369776397 ], [ -75.148089148478206, 40.007003486779098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1241 W ERIE AVE", "addr_range": "1239-1243 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1935, "objectid": 229, "Shape__Area": 306.8046875, "Shape__Length": 109.2228164970101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148733636987302, 40.009442943588098 ], [ -75.148735868998898, 40.009443252751197 ], [ -75.148781136966207, 40.009449597092498 ], [ -75.148790039877298, 40.009450847587701 ], [ -75.148862019373297, 40.009123309863703 ], [ -75.148808213987607, 40.009116029682602 ], [ -75.148805981365697, 40.0091157367251 ], [ -75.148733636987302, 40.009442943588098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1243 W ERIE AVE", "addr_range": "1239-1243 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2221, "objectid": 230, "Shape__Area": 352.1796875, "Shape__Length": 111.08162602467758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148790039877298, 40.009450847587701 ], [ -75.148800532577894, 40.009452165636802 ], [ -75.148854317639206, 40.009458912852502 ], [ -75.148916815460694, 40.009178069153101 ], [ -75.148927072563694, 40.009131924264103 ], [ -75.148865335819494, 40.009123756220802 ], [ -75.148862019373297, 40.009123309863703 ], [ -75.148790039877298, 40.009450847587701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1303 W ERIE AVE", "addr_range": "1301-1305, 1309-1311 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1918, "objectid": 231, "Shape__Area": 304.18359375, "Shape__Length": 109.13628787115189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149156827831604, 40.009161454940802 ], [ -75.149084280643805, 40.009489043929896 ], [ -75.1491403406514, 40.009496020948397 ], [ -75.1492124579772, 40.009168726736902 ], [ -75.149156827831604, 40.009161454940802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1309 W ERIE AVE", "addr_range": "1301-1305, 1309-1311 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1948, "objectid": 232, "Shape__Area": 308.85546875, "Shape__Length": 109.38262846259792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149246953153394, 40.009509863659403 ], [ -75.149303777651696, 40.009517164261503 ], [ -75.149377860930599, 40.009189916298702 ], [ -75.149321447634406, 40.009182318694997 ], [ -75.149246953153394, 40.009509863659403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1217 W ERIE AVE", "addr_range": "1211-1217 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1880, "objectid": 233, "Shape__Area": 298.19921875, "Shape__Length": 108.82664801658234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148141702863796, 40.0090294031654 ], [ -75.148071227771396, 40.009356426789701 ], [ -75.148126146230297, 40.009364231703103 ], [ -75.148196193686701, 40.009036344193497 ], [ -75.148141702863796, 40.0090294031654 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1228 W ERIE AVE", "addr_range": "1226-1232 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1653, "objectid": 234, "Shape__Area": 262.10546875, "Shape__Length": 93.934350388336028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148662563157103, 40.008483617172601 ], [ -75.148609719887403, 40.008759231041701 ], [ -75.148666285227904, 40.008766702702999 ], [ -75.148720654167406, 40.008491172035697 ], [ -75.148662563157103, 40.008483617172601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3212 GERMANTOWN AVE", "addr_range": "3200-3212 GERMANTOWN AVE", "zipcode": 19140, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1356, "objectid": 235, "Shape__Area": 215.0546875, "Shape__Length": 79.821740834897241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148729000768498, 40.0013776631261 ], [ -75.148441611044007, 40.0014460109319 ], [ -75.148459285376902, 40.001488580995499 ], [ -75.148746143194302, 40.001419350704197 ], [ -75.148729000768498, 40.0013776631261 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1213 W ERIE AVE", "addr_range": "1211-1217 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1866, "objectid": 236, "Shape__Area": 295.86328125, "Shape__Length": 108.74668996383267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148030402171003, 40.009014854879503 ], [ -75.147960765465996, 40.009342429951097 ], [ -75.148014844957501, 40.009349684302599 ], [ -75.148084881239996, 40.0090221020412 ], [ -75.148030402171003, 40.009014854879503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3204 GERMANTOWN AVE", "addr_range": "3200-3212 GERMANTOWN AVE", "zipcode": 19140, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1411, "objectid": 237, "Shape__Area": 223.69921875, "Shape__Length": 83.080441145762748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148376037762404, 40.001277216319998 ], [ -75.148392760395495, 40.0013194269454 ], [ -75.148687457262994, 40.001250180749103 ], [ -75.148692264963898, 40.001229735630801 ], [ -75.148557276279206, 40.001212330664799 ], [ -75.148552871608004, 40.001236474587301 ], [ -75.148376037762404, 40.001277216319998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1239 W VENANGO ST", "addr_range": "1239-1241 W VENANGO ST", "zipcode": 19140, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1278, "objectid": 238, "Shape__Area": 202.640625, "Shape__Length": 76.014959572607779 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149141034841904, 40.007646471107797 ], [ -75.149197872737702, 40.007653931582297 ], [ -75.149244032036293, 40.007439421888897 ], [ -75.149240027384806, 40.007438896879499 ], [ -75.149187276775805, 40.007432011059201 ], [ -75.149141034841904, 40.007646471107797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1240 W ERIE AVE", "addr_range": "1240 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1609, "objectid": 239, "Shape__Area": 255.203125, "Shape__Length": 94.160234547916218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1489943512628, 40.008810534852898 ], [ -75.1489991893189, 40.008811176059801 ], [ -75.149007476802097, 40.008773804820301 ], [ -75.149022433169804, 40.008706230221499 ], [ -75.149060578748504, 40.008534031104404 ], [ -75.149005692510897, 40.008527082422098 ], [ -75.148943356692001, 40.008803753600802 ], [ -75.1489943512628, 40.008810534852898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1305 W ERIE AVE", "addr_range": "1301-1305, 1309-1311 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1874, "objectid": 240, "Shape__Area": 297.22265625, "Shape__Length": 108.92866207702616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1491403406514, 40.009496020948397 ], [ -75.149194410491305, 40.009503563747302 ], [ -75.1492673557903, 40.009175387243999 ], [ -75.1492124579772, 40.009168726736902 ], [ -75.1491403406514, 40.009496020948397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1204 W VENANGO ST", "addr_range": "1200-1204 W VENANGO ST; 3546-3548 OLD YORK RD", "zipcode": 19140, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 641, "objectid": 241, "Shape__Area": 101.6875, "Shape__Length": 47.573348645583856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148165393832599, 40.007145554847902 ], [ -75.148161652602397, 40.007162218214802 ], [ -75.1482111497331, 40.007168660463201 ], [ -75.148214739886299, 40.007152636999201 ], [ -75.148237285766896, 40.0070522544626 ], [ -75.148238854997004, 40.007045213416397 ], [ -75.148189376541595, 40.007038836474599 ], [ -75.148165393832599, 40.007145554847902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1200 W VENANGO ST", "addr_range": "1200-1204 W VENANGO ST; 3546-3548 OLD YORK RD", "zipcode": 19140, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1372, "objectid": 242, "Shape__Area": 217.61328125, "Shape__Length": 60.41542696210162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148141586260806, 40.0070321598878 ], [ -75.148121702778298, 40.007029193621698 ], [ -75.148084539808494, 40.007023645362402 ], [ -75.148082797769106, 40.0070313429378 ], [ -75.148078943125796, 40.007048213669599 ], [ -75.148060196193896, 40.007130451947198 ], [ -75.1480572255293, 40.007143425979997 ], [ -75.148056067577997, 40.007148509419302 ], [ -75.148113469787901, 40.007155967914798 ], [ -75.148161652602397, 40.007162218214802 ], [ -75.148165394453599, 40.007145538643599 ], [ -75.148189376541595, 40.007038836474599 ], [ -75.148141586260806, 40.0070321598878 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1300 W ERIE AVE", "addr_range": "1300 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1546, "objectid": 243, "Shape__Area": 244.94140625, "Shape__Length": 91.749392968493396 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149233255402706, 40.008553596267802 ], [ -75.149175357910096, 40.008823871742997 ], [ -75.149229917446604, 40.008830056982397 ], [ -75.149288053670105, 40.008561221314999 ], [ -75.149233255402706, 40.008553596267802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3200-02 GERMANTOWN AVE", "addr_range": "3200-3212 GERMANTOWN AVE", "zipcode": 19140, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1174, "objectid": 244, "Shape__Area": 186.1171875, "Shape__Length": 62.168907632902027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148557276279206, 40.001212330664799 ], [ -75.148342773675907, 40.001186417242998 ], [ -75.148340272716993, 40.0011887617813 ], [ -75.148376037762404, 40.001277216319998 ], [ -75.148552871608004, 40.001236474587301 ], [ -75.148557276279206, 40.001212330664799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1323 W ERIE AVE", "addr_range": "1323 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1886, "objectid": 245, "Shape__Area": 299.0546875, "Shape__Length": 108.73602440511678 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149701406856494, 40.009570920663002 ], [ -75.149775504305794, 40.009244661225303 ], [ -75.149720317911601, 40.0092373339806 ], [ -75.149646579314805, 40.009564037609501 ], [ -75.149701406856494, 40.009570920663002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3208 GERMANTOWN AVE", "addr_range": "3200-3212 GERMANTOWN AVE", "zipcode": 19140, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1346, "objectid": 246, "Shape__Area": 213.5, "Shape__Length": 79.752607738070566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148409179856799, 40.001361355886303 ], [ -75.148424866658303, 40.001403816040501 ], [ -75.148712908857405, 40.001334855054502 ], [ -75.148695847063905, 40.0012932657066 ], [ -75.148409179856799, 40.001361355886303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1021 W ERIE AVE", "addr_range": "1021 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1293, "objectid": 247, "Shape__Area": 205.0390625, "Shape__Length": 81.010137146608656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144881555275902, 40.0088472133381 ], [ -75.144932948789702, 40.008853972116697 ], [ -75.144984363228502, 40.008619804760301 ], [ -75.144930916966203, 40.008611918198497 ], [ -75.144881555275902, 40.0088472133381 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3600 OLD YORK RD", "addr_range": "3600 OLD YORK ROAD", "zipcode": 19140, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1389, "objectid": 248, "Shape__Area": 220.3515625, "Shape__Length": 83.842433949729582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148011883506001, 40.007320651587001 ], [ -75.148318641836894, 40.007361278236097 ], [ -75.148329007630096, 40.007362658333498 ], [ -75.148337701905405, 40.007320669618601 ], [ -75.148021738013796, 40.007279027970498 ], [ -75.148011883506001, 40.007320651587001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1206 W ERIE AVE", "addr_range": "1206 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1289, "objectid": 249, "Shape__Area": 204.4375, "Shape__Length": 78.969286141042772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1479261186348, 40.008670701338701 ], [ -75.147980693617797, 40.0086775479745 ], [ -75.148021444000307, 40.008450600053898 ], [ -75.147967441929893, 40.008443025779698 ], [ -75.1479261186348, 40.008670701338701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3302 GERMANTOWN AVE", "addr_range": "3300-3302 GERMANTOWN AVE", "zipcode": 19140, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1398, "objectid": 250, "Shape__Area": 221.71484375, "Shape__Length": 79.106402497374276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149097367527006, 40.002814441832001 ], [ -75.148970976288297, 40.002844963721003 ], [ -75.148987954956596, 40.002902928060799 ], [ -75.149284841089894, 40.002834712807903 ], [ -75.149108960069199, 40.0028116428076 ], [ -75.149097367527006, 40.002814441832001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1230 W ERIE AVE", "addr_range": "1226-1232 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1678, "objectid": 251, "Shape__Area": 266.06640625, "Shape__Length": 94.194320185831614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148720654167406, 40.008491172035697 ], [ -75.148666285227904, 40.008766702702999 ], [ -75.1487219528331, 40.008774057586798 ], [ -75.148781326201103, 40.008498672719597 ], [ -75.148720654167406, 40.008491172035697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1211 W ERIE AVE", "addr_range": "1211-1217 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1878, "objectid": 252, "Shape__Area": 297.85546875, "Shape__Length": 108.79081006808322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147975946527694, 40.009007608222603 ], [ -75.147905922706101, 40.009334882563003 ], [ -75.147960765465996, 40.009342429951097 ], [ -75.148030402171003, 40.009014854879503 ], [ -75.147975946527694, 40.009007608222603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3664 N 11TH ST", "addr_range": "3664 N 11TH ST", "zipcode": 19140, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1328, "objectid": 253, "Shape__Area": 210.6015625, "Shape__Length": 76.569144217700284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146322325886103, 40.008410193695099 ], [ -75.146042248603393, 40.008373439450502 ], [ -75.146032477639693, 40.008418836491998 ], [ -75.146312509039802, 40.008455203178102 ], [ -75.146322325886103, 40.008410193695099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1301 W ERIE AVE", "addr_range": "1301-1305, 1309-1311 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1938, "objectid": 254, "Shape__Area": 307.27734375, "Shape__Length": 109.31618848105259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149033966889206, 40.009482584499601 ], [ -75.149084280643805, 40.009489043929896 ], [ -75.149156827831604, 40.009161454940802 ], [ -75.149100381200398, 40.009154147501697 ], [ -75.149081766155604, 40.009238435126903 ], [ -75.149027999226504, 40.009481821295601 ], [ -75.149033966889206, 40.009482584499601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1226 W ERIE AVE", "addr_range": "1226-1232 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1555, "objectid": 255, "Shape__Area": 246.671875, "Shape__Length": 93.145008040223985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148608474351406, 40.008476622394397 ], [ -75.148555844803795, 40.008752126656702 ], [ -75.148609719887403, 40.008759231041701 ], [ -75.148662563157103, 40.008483617172601 ], [ -75.148608474351406, 40.008476622394397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3210 GERMANTOWN AVE", "addr_range": "3200-3212 GERMANTOWN AVE", "zipcode": 19140, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1362, "objectid": 256, "Shape__Area": 216.046875, "Shape__Length": 79.97516662845095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148440045549705, 40.0014420425032 ], [ -75.148441611044007, 40.0014460109319 ], [ -75.148729000768498, 40.0013776631261 ], [ -75.148712908857405, 40.001334855054502 ], [ -75.148424866658303, 40.001403816040501 ], [ -75.148440045549705, 40.0014420425032 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1215 W ERIE AVE", "addr_range": "1211-1217 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1940, "objectid": 257, "Shape__Area": 307.7109375, "Shape__Length": 109.18189737772039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148014844957501, 40.009349684302599 ], [ -75.148071227771396, 40.009356426789701 ], [ -75.148141702863796, 40.0090294031654 ], [ -75.148084881239996, 40.0090221020412 ], [ -75.148014844957501, 40.009349684302599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3206 GERMANTOWN AVE", "addr_range": "3200-3212 GERMANTOWN AVE", "zipcode": 19140, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1336, "objectid": 258, "Shape__Area": 211.92578125, "Shape__Length": 80.520894661720334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148392760395495, 40.0013194269454 ], [ -75.148409179856799, 40.001361355886303 ], [ -75.148695847063905, 40.0012932657066 ], [ -75.148685447650493, 40.001265448941801 ], [ -75.148687457262994, 40.001250180749103 ], [ -75.148392760395495, 40.0013194269454 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1241 W VENANGO ST", "addr_range": "1239-1241 W VENANGO ST", "zipcode": 19140, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1275, "objectid": 259, "Shape__Area": 202.171875, "Shape__Length": 75.992251972692415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149197872737702, 40.007653931582297 ], [ -75.149253834536097, 40.007661261356802 ], [ -75.149258471904801, 40.007640345626903 ], [ -75.149301391236705, 40.0074469112446 ], [ -75.149244032036293, 40.007439421888897 ], [ -75.149197872737702, 40.007653931582297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3300 GERMANTOWN AVE", "addr_range": "3300-3302 GERMANTOWN AVE", "zipcode": 19140, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 415, "objectid": 260, "Shape__Area": 65.91015625, "Shape__Length": 41.768792000731509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148970978560499, 40.002844965574603 ], [ -75.149108963891393, 40.002811634784997 ], [ -75.148954824631403, 40.002789817583498 ], [ -75.148970978560499, 40.002844965574603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2924 N 12TH ST", "addr_range": "2924 N 12TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1321, "objectid": 261, "Shape__Area": 209.42578125, "Shape__Length": 80.007149970073925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150091206502594, 39.997194536758499 ], [ -75.150390156342795, 39.997236513773899 ], [ -75.1503988962412, 39.997193816876198 ], [ -75.150100131499698, 39.997153037922502 ], [ -75.150091206502594, 39.997194536758499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1220 W VENANGO ST", "addr_range": "1218-1220 W VENANGO ST", "zipcode": 19140, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 638, "objectid": 262, "Shape__Area": 101.35546875, "Shape__Length": 47.191546433389398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148556880141996, 40.007213569223701 ], [ -75.148606043777093, 40.007219971306696 ], [ -75.148631908650898, 40.007105671076999 ], [ -75.148633594929706, 40.007098326331899 ], [ -75.148582724387495, 40.007091645009702 ], [ -75.148556880141996, 40.007213569223701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1232 W ERIE AVE", "addr_range": "1226-1232 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1630, "objectid": 263, "Shape__Area": 258.5859375, "Shape__Length": 93.916370938871793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148781326201103, 40.008498672719597 ], [ -75.1487219528331, 40.008774057586798 ], [ -75.148778475503306, 40.008781512007197 ], [ -75.148837673651002, 40.008505801482102 ], [ -75.148781326201103, 40.008498672719597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3709 OLD YORK RD", "addr_range": "3709 OLD YORK RD", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1403, "objectid": 264, "Shape__Area": 222.5, "Shape__Length": 85.37196485536721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1471275508584, 40.009069524958697 ], [ -75.147118670767796, 40.009110864258197 ], [ -75.147443747501498, 40.009152859844299 ], [ -75.147450953363702, 40.009111450135599 ], [ -75.1471275508584, 40.009069524958697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1504 W ERIE AVE", "addr_range": "1502-1506 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1569, "objectid": 265, "Shape__Area": 248.890625, "Shape__Length": 90.511100425382324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153123459979, 40.0093456092469 ], [ -75.153179979269098, 40.009353174930901 ], [ -75.153235674797301, 40.0090891172729 ], [ -75.153178724280195, 40.009081864422299 ], [ -75.153123459979, 40.0093456092469 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1512 W ERIE AVE", "addr_range": "1512 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1534, "objectid": 266, "Shape__Area": 243.32421875, "Shape__Length": 90.101098472723422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153342759794498, 40.009373394807099 ], [ -75.153399091232998, 40.009380971450803 ], [ -75.153453683642894, 40.009117212223103 ], [ -75.153398856672695, 40.009110346291401 ], [ -75.153342759794498, 40.009373394807099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1517 W ERIE AVE", "addr_range": "1515-1519 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1539, "objectid": 267, "Shape__Area": 244.12890625, "Shape__Length": 90.240821615692283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153330454584506, 40.009956543679301 ], [ -75.153386061656505, 40.009963893998403 ], [ -75.153443311390504, 40.009700275059402 ], [ -75.153387597304402, 40.009693001632499 ], [ -75.153330454584506, 40.009956543679301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1515 W ERIE AVE", "addr_range": "1515-1519 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1519, "objectid": 268, "Shape__Area": 240.90625, "Shape__Length": 90.142462030052798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153275343634903, 40.009949364935103 ], [ -75.153312996304606, 40.009954262097501 ], [ -75.153330454584506, 40.009956543679301 ], [ -75.153387597304402, 40.009693001632499 ], [ -75.153368019713696, 40.0096902225185 ], [ -75.153333075330096, 40.009685256877098 ], [ -75.153275343634903, 40.009949364935103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1701 W ERIE AVE", "addr_range": "1701-1703 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1682, "objectid": 269, "Shape__Area": 266.703125, "Shape__Length": 93.641832881676478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156018926630594, 40.0103228685944 ], [ -75.156078030801595, 40.010330860643698 ], [ -75.156137190973197, 40.010058160057199 ], [ -75.156081405496394, 40.010050533138902 ], [ -75.156078881988705, 40.010050185097398 ], [ -75.156048106165002, 40.010190152079304 ], [ -75.156018926630594, 40.0103228685944 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1509 W ERIE AVE", "addr_range": "1507-1509 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1588, "objectid": 270, "Shape__Area": 251.796875, "Shape__Length": 90.640769185048285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1531078454707, 40.009927522775598 ], [ -75.153165279197196, 40.0099353334925 ], [ -75.153222464651606, 40.009671793381202 ], [ -75.153165223345795, 40.009663889730199 ], [ -75.1531078454707, 40.009927522775598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2133 W ONTARIO ST", "addr_range": "2133-2141 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2315, "objectid": 271, "Shape__Area": 367.01953125, "Shape__Length": 106.68775046575901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164683066819705, 40.006677502150197 ], [ -75.164731497410301, 40.0066833005436 ], [ -75.164767966228297, 40.006495745717103 ], [ -75.164792333037497, 40.006377168556199 ], [ -75.164722598837201, 40.006366523239301 ], [ -75.164656668526803, 40.006674376737301 ], [ -75.164683066819705, 40.006677502150197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1700 W ERIE AVE", "addr_range": "1700-1706 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1555, "objectid": 272, "Shape__Area": 246.6953125, "Shape__Length": 89.946569662872008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156171726622404, 40.009730352852301 ], [ -75.156218335236204, 40.009736160493098 ], [ -75.156275024956997, 40.009485279836802 ], [ -75.156277397781196, 40.009474758203602 ], [ -75.156220410075093, 40.0094673285356 ], [ -75.156162003314506, 40.0097291339546 ], [ -75.156171726622404, 40.009730352852301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3516 N 23RD ST", "addr_range": "3516-3518 N 23RD ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2276, "objectid": 273, "Shape__Area": 360.96875, "Shape__Length": 93.90969262930841 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1664645559473, 40.0087193966448 ], [ -75.166795032602096, 40.008762908471802 ], [ -75.166809230484503, 40.008697216931097 ], [ -75.166479820651801, 40.0086537291441 ], [ -75.1664645559473, 40.0087193966448 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3613 N 16TH ST", "addr_range": "3613 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2577, "objectid": 274, "Shape__Area": 408.65234375, "Shape__Length": 100.36845736403895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154239650772297, 40.008578719957903 ], [ -75.1545940841321, 40.0086238241743 ], [ -75.154609154591398, 40.008554221560502 ], [ -75.154268848892499, 40.008511354161698 ], [ -75.154254755269804, 40.008509891225401 ], [ -75.154239650772297, 40.008578719957903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "327 ELWOOD ST", "addr_range": "327-333 ELWOOD ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1214, "objectid": 275, "Shape__Area": 192.7421875, "Shape__Length": 56.297913791160411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158497093794196, 40.031746457965497 ], [ -75.158476466147107, 40.031784696538999 ], [ -75.158454345062907, 40.031817598032298 ], [ -75.158553673591797, 40.031877627750497 ], [ -75.158630248869599, 40.031801465469002 ], [ -75.158497093794196, 40.031746457965497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "157 W PRICE ST", "addr_range": "155-157 W PRICE ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1811, "objectid": 276, "Shape__Area": 287.45703125, "Shape__Length": 94.090867120034787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179134051799494, 40.033881636407401 ], [ -75.179414939012901, 40.034051344877703 ], [ -75.179455168508895, 40.034012928824303 ], [ -75.179441026332199, 40.034003746375198 ], [ -75.179399721364803, 40.033979174924397 ], [ -75.179361231019598, 40.033955617019501 ], [ -75.179321991951596, 40.033931928815797 ], [ -75.179281212971404, 40.033907336656902 ], [ -75.179242915905903, 40.033884217323099 ], [ -75.179203388419694, 40.033860378459799 ], [ -75.179174091260094, 40.033842699918701 ], [ -75.179134051799494, 40.033881636407401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "505 E HAINES ST", "addr_range": "501-507 E HAINES ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2390, "objectid": 277, "Shape__Area": 379.40234375, "Shape__Length": 87.646214727908415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170617913552903, 40.044553530974198 ], [ -75.170841556956205, 40.0446909282593 ], [ -75.170908538318699, 40.044627163784398 ], [ -75.170684285875097, 40.044489784487702 ], [ -75.170617913552903, 40.044553530974198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "49 E ASHMEAD ST", "addr_range": "49-61 E ASHMEAD ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 756, "objectid": 278, "Shape__Area": 119.97265625, "Shape__Length": 55.788337798542621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165829828322799, 40.0317559485825 ], [ -75.165872022795298, 40.031782302946397 ], [ -75.165898578057593, 40.0317975707408 ], [ -75.165990373864403, 40.031851783151197 ], [ -75.166019074537303, 40.031823880279198 ], [ -75.165859587241997, 40.031727281174 ], [ -75.165829828322799, 40.0317559485825 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "22 E RITTENHOUSE ST", "addr_range": "18-30 E RITTENHOUSE ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2468, "objectid": 279, "Shape__Area": 391.76171875, "Shape__Length": 89.857120710081205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1754325849342, 40.037724524628999 ], [ -75.175664702894096, 40.037866471812499 ], [ -75.175731638466601, 40.0378019459814 ], [ -75.175497687208804, 40.037661359810699 ], [ -75.1754325849342, 40.037724524628999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4932 SHELDON ST", "addr_range": "343-345 SHEDAKER ST; 4932-4934 SHELDON ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1371, "objectid": 280, "Shape__Area": 217.62890625, "Shape__Length": 91.821741352201343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158877002435204, 40.0324001135819 ], [ -75.158916382716001, 40.032423215664103 ], [ -75.159137003099701, 40.0322014666624 ], [ -75.1590999906322, 40.0321794983874 ], [ -75.158877002435204, 40.0324001135819 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "335 E ARMAT ST", "addr_range": "335-337, 341 E ARMAT ST; 5611 HEISKELL ST; 5612-5614 MORTON ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1823, "objectid": 281, "Shape__Area": 289.4375, "Shape__Length": 97.161253559134749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169485463946401, 40.0385425521835 ], [ -75.169485065756803, 40.038554102320902 ], [ -75.169478668191203, 40.038738368720502 ], [ -75.169478183871504, 40.038746111047999 ], [ -75.169428580422903, 40.0387473329492 ], [ -75.169428480548504, 40.038793546315397 ], [ -75.169473937434304, 40.038792181699399 ], [ -75.169532641398604, 40.038790422696998 ], [ -75.169543621461003, 40.038790088221198 ], [ -75.169544518136604, 40.0385431373724 ], [ -75.169485463946401, 40.0385425521835 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5604 HEISKELL ST", "addr_range": "5600-5608 HEISKELL ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 688, "objectid": 282, "Shape__Area": 109.2890625, "Shape__Length": 51.222501757086086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169845104668596, 40.038618834461197 ], [ -75.169664989260099, 40.038621235979797 ], [ -75.169668447886295, 40.038659324668998 ], [ -75.169850707397202, 40.0386551656783 ], [ -75.169847840981802, 40.038638433469998 ], [ -75.169845104668596, 40.038618834461197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "183 E CHELTEN AVE", "addr_range": "171-183 E CHELTEN AVE", "zipcode": 19144, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1079, "objectid": 283, "Shape__Area": 171.234375, "Shape__Length": 67.031639496664837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171850504360805, 40.0388125217263 ], [ -75.171822259289698, 40.0388433528584 ], [ -75.172005814566404, 40.038978349178798 ], [ -75.172020090525095, 40.038918349592102 ], [ -75.171850504360805, 40.0388125217263 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "64 E ASHMEAD ST", "addr_range": "60-64 E ASHMEAD ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1102, "objectid": 284, "Shape__Area": 174.83984375, "Shape__Length": 70.724408473081354 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165282493525496, 40.031829228240497 ], [ -75.165249576838306, 40.031859921998198 ], [ -75.1652947989203, 40.031888794571501 ], [ -75.165370743121002, 40.0319347191191 ], [ -75.165457081032699, 40.031986908896101 ], [ -75.165489992014898, 40.0319547327843 ], [ -75.165282493525496, 40.031829228240497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5608 HEISKELL ST", "addr_range": "5600-5608 HEISKELL ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 741, "objectid": 285, "Shape__Area": 117.71875, "Shape__Length": 52.821532813769615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169672749459906, 40.038705055756701 ], [ -75.169675717058794, 40.0387411989418 ], [ -75.1696757881694, 40.0387421033533 ], [ -75.169862997365897, 40.038730721294399 ], [ -75.169859372735701, 40.038709667019901 ], [ -75.169856708903396, 40.038693649359999 ], [ -75.169672451112206, 40.038701341390201 ], [ -75.169672749459906, 40.038705055756701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "53 E ASHMEAD ST", "addr_range": "49-61 E ASHMEAD ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 800, "objectid": 286, "Shape__Area": 127.015625, "Shape__Length": 56.416257413219228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165771982410604, 40.031812437103802 ], [ -75.165874990046504, 40.031876235482699 ], [ -75.165931289944794, 40.031909388184303 ], [ -75.165961716356406, 40.031879105834101 ], [ -75.165870893398704, 40.031824092665197 ], [ -75.165803040165798, 40.031782105028903 ], [ -75.165771982410604, 40.031812437103802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "105 E SEYMOUR ST", "addr_range": "105-107 E SEYMOUR ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 704, "objectid": 287, "Shape__Area": 111.78515625, "Shape__Length": 51.066609596648107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161865306693201, 40.031189142973702 ], [ -75.162005868425794, 40.031273231502297 ], [ -75.162037621759595, 40.031243416149501 ], [ -75.161896355166405, 40.031158571141098 ], [ -75.161865306693201, 40.031189142973702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "321 E WISTER ST", "addr_range": "321 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2012", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 27162, "objectid": 288, "Shape__Area": 4309.66796875, "Shape__Length": 273.85794932031916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161431671361299, 40.0334675140058 ], [ -75.162065490351097, 40.033828003236302 ], [ -75.162336768672304, 40.033559514284299 ], [ -75.162270560988304, 40.033523349746098 ], [ -75.162139323371903, 40.033448143117901 ], [ -75.161939981487393, 40.033336421613797 ], [ -75.161703419545205, 40.033202132095802 ], [ -75.161431671361299, 40.0334675140058 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "55 E ASHMEAD ST", "addr_range": "49-61 E ASHMEAD ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 868, "objectid": 289, "Shape__Area": 137.79296875, "Shape__Length": 57.598603560284083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165738093309997, 40.031845526535001 ], [ -75.165897010340601, 40.0319428220727 ], [ -75.165931289944794, 40.031909388184303 ], [ -75.165874990046504, 40.031876235482699 ], [ -75.165771982410604, 40.031812437103802 ], [ -75.165738093309997, 40.031845526535001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "337 E ARMAT ST", "addr_range": "335-337, 341 E ARMAT ST; 5611 HEISKELL ST; 5612-5614 MORTON ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1353, "objectid": 290, "Shape__Area": 214.70703125, "Shape__Length": 86.795104264959178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169423292855498, 40.038541719437703 ], [ -75.169422850328203, 40.038553880366102 ], [ -75.169420737909903, 40.038613282581899 ], [ -75.169420748310301, 40.038632336517097 ], [ -75.169417898339105, 40.038700652993498 ], [ -75.169416446846597, 40.0387454493357 ], [ -75.169416081909404, 40.038793638973402 ], [ -75.169428480548504, 40.038793546315397 ], [ -75.169428580422903, 40.0387473329492 ], [ -75.169478183871504, 40.038746111047999 ], [ -75.169478668191203, 40.038738368720502 ], [ -75.169485065756803, 40.038554102320902 ], [ -75.169485463946401, 40.0385425521835 ], [ -75.169423292855498, 40.038541719437703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5563 BAYNTON ST", "addr_range": "5563-5567 BAYNTON ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1097, "objectid": 291, "Shape__Area": 174.2265625, "Shape__Length": 79.764118611370208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170204438849296, 40.038181355377802 ], [ -75.170283683451103, 40.038240021488001 ], [ -75.170289764889006, 40.038235612469798 ], [ -75.170249452029395, 40.038206513494501 ], [ -75.170322430100001, 40.038148155076499 ], [ -75.170347056039105, 40.038129250805 ], [ -75.170416479124597, 40.038074456180702 ], [ -75.170377107961301, 40.038045378398003 ], [ -75.1702760514424, 40.038124658420003 ], [ -75.170228238400696, 40.038162143345097 ], [ -75.170204438849296, 40.038181355377802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5606 HEISKELL ST", "addr_range": "5600-5608 HEISKELL ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 755, "objectid": 292, "Shape__Area": 119.8828125, "Shape__Length": 52.600715070008718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169668447886295, 40.038659324668998 ], [ -75.169672451112206, 40.038701341390201 ], [ -75.169856708903396, 40.038693649359999 ], [ -75.169854290731706, 40.038677830034999 ], [ -75.169850707397202, 40.0386551656783 ], [ -75.169668447886295, 40.038659324668998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "328 E ARMAT ST", "addr_range": "328-336 E ARMAT ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 7459, "objectid": 293, "Shape__Area": 1183.6484375, "Shape__Length": 144.91943076474257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169827925331205, 40.038096583347397 ], [ -75.169717979401497, 40.038185660834998 ], [ -75.169723160969497, 40.038208248474803 ], [ -75.169728632769704, 40.038232020256899 ], [ -75.169735331793007, 40.038267632775103 ], [ -75.169742834542205, 40.038306925060397 ], [ -75.169746501118198, 40.038322466089497 ], [ -75.169751898931494, 40.038352037823699 ], [ -75.169755111807603, 40.0383695842241 ], [ -75.1697593398805, 40.038392955946698 ], [ -75.169761573906001, 40.038405386036203 ], [ -75.1698116229216, 40.038402335040701 ], [ -75.169849645035399, 40.038398449826602 ], [ -75.169918433007396, 40.038388002542902 ], [ -75.169944196593306, 40.038382746307001 ], [ -75.170001527036106, 40.038368574515303 ], [ -75.170045342966702, 40.038355728168 ], [ -75.170082510752593, 40.038342925295098 ], [ -75.170117664395605, 40.038330160064 ], [ -75.170100578857003, 40.038306492356298 ], [ -75.170087003355107, 40.038289998053102 ], [ -75.170072273335407, 40.038266563450897 ], [ -75.170068315943396, 40.0382648365227 ], [ -75.170053970366695, 40.038243777511298 ], [ -75.170026785376805, 40.038213287534496 ], [ -75.170005811616704, 40.038186075291897 ], [ -75.169950162126298, 40.0382121214341 ], [ -75.169879755867299, 40.038146314881601 ], [ -75.169827925331205, 40.038096583347397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "107 E SEYMOUR ST", "addr_range": "105-107 E SEYMOUR ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1006, "objectid": 294, "Shape__Area": 159.73046875, "Shape__Length": 55.798680661848664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161822089020305, 40.031231467301801 ], [ -75.161819628244302, 40.0312338788247 ], [ -75.161962416374095, 40.031315647910397 ], [ -75.162005868425794, 40.031273231502297 ], [ -75.161865306693201, 40.031189142973702 ], [ -75.161822089020305, 40.031231467301801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "30 E RITTENHOUSE ST", "addr_range": "18-30 E RITTENHOUSE ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 27486, "objectid": 295, "Shape__Area": 4361.05859375, "Shape__Length": 457.1851572213501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175439515169103, 40.038083021667802 ], [ -75.175562610012193, 40.0379649633743 ], [ -75.175216506315607, 40.037751840807999 ], [ -75.175243603468601, 40.037726865848803 ], [ -75.175271030842097, 40.037701559506097 ], [ -75.1753853078757, 40.037770583242498 ], [ -75.1754325849342, 40.037724524628999 ], [ -75.175497687208804, 40.037661359810699 ], [ -75.175565173760006, 40.037596121113502 ], [ -75.175591088816702, 40.037570845673997 ], [ -75.175677942507605, 40.037486535930398 ], [ -75.175690983134899, 40.037473900512502 ], [ -75.175638353709203, 40.0374427217955 ], [ -75.175583570994107, 40.037407464571302 ], [ -75.175557976511101, 40.0374303784373 ], [ -75.175509496793694, 40.037398148387098 ], [ -75.175467809105299, 40.037370422436801 ], [ -75.175421319541798, 40.037411210681803 ], [ -75.175354554724294, 40.037369496625601 ], [ -75.1753000735076, 40.037337389644797 ], [ -75.175183649644495, 40.037446537530599 ], [ -75.174960501965003, 40.037657974802698 ], [ -75.174903534249793, 40.037711811535601 ], [ -75.174814350303805, 40.037796116229501 ], [ -75.174768238612003, 40.037839686007104 ], [ -75.174698151518697, 40.037904882168903 ], [ -75.174726632064306, 40.0379219794929 ], [ -75.174952289800999, 40.0377096483491 ], [ -75.175012847367498, 40.037746371537999 ], [ -75.175063233791803, 40.037777564230197 ], [ -75.175140496980404, 40.037824997345801 ], [ -75.1750880682971, 40.037875275117699 ], [ -75.175165322807899, 40.037923496403103 ], [ -75.175136899863404, 40.0379513113432 ], [ -75.175183384123102, 40.037979756718698 ], [ -75.175229845553801, 40.038008217780998 ], [ -75.175233170537496, 40.038005761377597 ], [ -75.175265789837198, 40.037975107692098 ], [ -75.175439515169103, 40.038083021667802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "501 E HAINES ST", "addr_range": "501-507 E HAINES ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2473, "objectid": 296, "Shape__Area": 392.52734375, "Shape__Length": 88.472729239979003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170684285875097, 40.044489784487702 ], [ -75.170908538318699, 40.044627163784398 ], [ -75.170977455989302, 40.044561555127402 ], [ -75.170754449643397, 40.044425043684697 ], [ -75.170752790901602, 40.044424023436903 ], [ -75.170711633161901, 40.044461737368302 ], [ -75.170684285875097, 40.044489784487702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5614 MORTON ST", "addr_range": "335-337, 341 E ARMAT ST; 5611 HEISKELL ST; 5612-5614 MORTON ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1492, "objectid": 297, "Shape__Area": 236.8984375, "Shape__Length": 85.739480981013926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169004749956798, 40.038861110837203 ], [ -75.169003773406303, 40.038906110668798 ], [ -75.169149907855399, 40.038906638995897 ], [ -75.169169474281802, 40.038906094731601 ], [ -75.169332552075403, 40.038906099811001 ], [ -75.169327963108401, 40.0388607803187 ], [ -75.169139717961201, 40.0388613233903 ], [ -75.169113317591993, 40.038862357416299 ], [ -75.169004749956798, 40.038861110837203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5602 HEISKELL ST", "addr_range": "5600-5608 HEISKELL ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 808, "objectid": 298, "Shape__Area": 128.24609375, "Shape__Length": 57.134727200839478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169864295597193, 40.038580191367302 ], [ -75.169661082013207, 40.038582799332602 ], [ -75.169664989260099, 40.038621235979797 ], [ -75.169845104668596, 40.038618834461197 ], [ -75.169860721427895, 40.0386190086654 ], [ -75.1698737891207, 40.038618398491103 ], [ -75.169864295597193, 40.038580191367302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4633 GERMANTOWN AVE", "addr_range": "4633-4635 GERMANTOWN AVE", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1830, "objectid": 299, "Shape__Area": 285.32421875, "Shape__Length": 99.031489827237124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159437982775003, 40.025397174841302 ], [ -75.159438231885105, 40.025398324750597 ], [ -75.1594445912922, 40.025399242180498 ], [ -75.159663451832699, 40.025430647320597 ], [ -75.159826546632303, 40.0254211414709 ], [ -75.159821020651705, 40.025369239979099 ], [ -75.159607212688499, 40.025381841177101 ], [ -75.159464405127594, 40.025362485311 ], [ -75.159442915457305, 40.025361838359601 ], [ -75.159437982775003, 40.025397174841302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4635 GERMANTOWN AVE", "addr_range": "4633-4635 GERMANTOWN AVE", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2585, "objectid": 300, "Shape__Area": 410.04296875, "Shape__Length": 109.99678465994864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159440243958699, 40.0254395087087 ], [ -75.159445415217803, 40.025451811598998 ], [ -75.159449132966202, 40.025457150187698 ], [ -75.159451339909594, 40.025460311179202 ], [ -75.159817139171295, 40.0255088783057 ], [ -75.159830029640901, 40.025506799378903 ], [ -75.159831444104398, 40.025506557373198 ], [ -75.159837413442503, 40.025505596375901 ], [ -75.159826546632303, 40.0254211414709 ], [ -75.159663451832699, 40.025430647320597 ], [ -75.159461459947096, 40.025404490894203 ], [ -75.1594445912922, 40.025399242180498 ], [ -75.159437982775003, 40.025397174841302 ], [ -75.159433650585896, 40.025395836415797 ], [ -75.159436746518693, 40.025416361110601 ], [ -75.159440243958699, 40.0254395087087 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "229 W SEYMOUR ST", "addr_range": "225-229 W SEYMOUR ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1805, "objectid": 301, "Shape__Area": 286.359375, "Shape__Length": 88.070028883354922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1684118222514, 40.024703578816798 ], [ -75.168674233471705, 40.024851847560598 ], [ -75.1687152975244, 40.024805313346299 ], [ -75.168654380061596, 40.024771817531501 ], [ -75.168540456503806, 40.024709162718203 ], [ -75.168454345644093, 40.024661108631697 ], [ -75.1684118222514, 40.024703578816798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "69 E WISTER ST", "addr_range": "69-101 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1633, "objectid": 302, "Shape__Area": 259.10546875, "Shape__Length": 68.865373072487287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163584621895893, 40.0313445827572 ], [ -75.163753861800501, 40.031440503718201 ], [ -75.163812541661997, 40.031378715373798 ], [ -75.163774835519305, 40.031357330379997 ], [ -75.163645007109295, 40.031283720400303 ], [ -75.163584621895893, 40.0313445827572 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "71 E WISTER ST", "addr_range": "69-101 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 837, "objectid": 303, "Shape__Area": 132.85546875, "Shape__Length": 58.313040542618857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163553860999798, 40.031374823626699 ], [ -75.163723149994496, 40.031472163933799 ], [ -75.163753861800501, 40.031440503718201 ], [ -75.163584621895893, 40.0313445827572 ], [ -75.163553860999798, 40.031374823626699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "92 E WISTER ST", "addr_range": "88-92 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2353, "objectid": 304, "Shape__Area": 373.39453125, "Shape__Length": 87.608179040755886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163022671584002, 40.031729747348898 ], [ -75.163026630669293, 40.0317320611314 ], [ -75.163090077095006, 40.031670122812699 ], [ -75.162861904929699, 40.031533687334203 ], [ -75.162797050594193, 40.031597350791003 ], [ -75.163022671584002, 40.031729747348898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "88-90 E WISTER ST", "addr_range": "88-92 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2420, "objectid": 305, "Shape__Area": 384.0859375, "Shape__Length": 88.282413044280588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162861904929699, 40.031533687334203 ], [ -75.163090077095006, 40.031670122812699 ], [ -75.163154862210106, 40.031606055784003 ], [ -75.163155624175999, 40.031605315193403 ], [ -75.162927597900406, 40.031468898446299 ], [ -75.162861904929699, 40.031533687334203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "77-79 E WISTER ST", "addr_range": "69-101 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 25610, "objectid": 306, "Shape__Area": 4063.32421875, "Shape__Length": 362.03307660625461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163759810574106, 40.032017387565702 ], [ -75.163902835832602, 40.032099095514603 ], [ -75.164012909339803, 40.031990621351802 ], [ -75.164046016672799, 40.031957709425903 ], [ -75.164077796046399, 40.031926087576402 ], [ -75.164133655047095, 40.031871151735402 ], [ -75.164202334613705, 40.031803414591103 ], [ -75.164020586503099, 40.031701073180002 ], [ -75.164013531974305, 40.031697464355403 ], [ -75.163971738150494, 40.031673842077801 ], [ -75.163931550026305, 40.031651514656602 ], [ -75.163890470551394, 40.031628956312503 ], [ -75.163848516321195, 40.031605670058497 ], [ -75.163808962493206, 40.031582663094802 ], [ -75.163768944715699, 40.031559774514299 ], [ -75.163728185089596, 40.0315365151151 ], [ -75.163713719607202, 40.031530901315698 ], [ -75.163707704017796, 40.031535247494197 ], [ -75.163660216574797, 40.031586695516701 ], [ -75.163459918462095, 40.031468283029902 ], [ -75.163364869618704, 40.031567697476298 ], [ -75.163593444632198, 40.031703463439896 ], [ -75.163509387524797, 40.031786827998197 ], [ -75.163473283759799, 40.031822978111698 ], [ -75.163467981279894, 40.0318283873168 ], [ -75.163463091339594, 40.031831275764901 ], [ -75.163459832264394, 40.031829815706097 ], [ -75.163452742755695, 40.031827125093301 ], [ -75.163441008277701, 40.031820864568999 ], [ -75.163230256959295, 40.031699378074499 ], [ -75.163224455285501, 40.031711272337397 ], [ -75.163501048341004, 40.031868626169 ], [ -75.163614506348793, 40.031933822476702 ], [ -75.163759810574106, 40.032017387565702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "101 E WISTER ST", "addr_range": "69-101 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 2409, "objectid": 307, "Shape__Area": 382.27734375, "Shape__Length": 97.552701700574715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1630280240567, 40.031930430078603 ], [ -75.163286189668, 40.032084338327898 ], [ -75.163340063220701, 40.0320303735812 ], [ -75.163063441920897, 40.031866588194902 ], [ -75.163059607418802, 40.031870353659997 ], [ -75.163009714792693, 40.031919507331899 ], [ -75.163017771441602, 40.0319243155162 ], [ -75.1630280240567, 40.031930430078603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "85-87 E WISTER ST", "addr_range": "69-101 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 3128, "objectid": 308, "Shape__Area": 496.3984375, "Shape__Length": 95.170279467401429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163509387524797, 40.031786827998197 ], [ -75.163593444632198, 40.031703463439896 ], [ -75.163364869618704, 40.031567697476298 ], [ -75.163280252629804, 40.031653047709803 ], [ -75.163509387524797, 40.031786827998197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "93 E WISTER ST", "addr_range": "69-101 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1360, "objectid": 309, "Shape__Area": 215.84375, "Shape__Length": 88.052364324397672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163162945527702, 40.031770836027199 ], [ -75.163433209294496, 40.031935816904898 ], [ -75.163462781034099, 40.031906000688501 ], [ -75.163195545238494, 40.031739718537999 ], [ -75.163162945527702, 40.031770836027199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "75 E WISTER ST", "addr_range": "69-101 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1772, "objectid": 310, "Shape__Area": 264.1015625, "Shape__Length": 74.913822329527932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163707704017796, 40.031535247494197 ], [ -75.163512525239298, 40.031415063656603 ], [ -75.163459918462095, 40.031468283029902 ], [ -75.163660216574797, 40.031586695516701 ], [ -75.163707704017796, 40.031535247494197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "91 E WISTER ST", "addr_range": "69-101 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1467, "objectid": 311, "Shape__Area": 232.796875, "Shape__Length": 88.83626100438606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163195545238494, 40.031739718537999 ], [ -75.163462781034099, 40.031906000688501 ], [ -75.163501048341004, 40.031868626169 ], [ -75.163224455285501, 40.031711272337397 ], [ -75.163195545238494, 40.031739718537999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "89 E WISTER ST", "addr_range": "69-101 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1751, "objectid": 312, "Shape__Area": 277.91015625, "Shape__Length": 81.360430824296486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163509387524797, 40.031786827998197 ], [ -75.163280252629804, 40.031653047709803 ], [ -75.163230256959295, 40.031699378074499 ], [ -75.163441008277701, 40.031820864568999 ], [ -75.163452742755695, 40.031827125093301 ], [ -75.163459832264394, 40.031829815706097 ], [ -75.163463091339594, 40.031831275764901 ], [ -75.163467981279894, 40.0318283873168 ], [ -75.163473283759799, 40.031822978111698 ], [ -75.163509387524797, 40.031786827998197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "73 E WISTER ST", "addr_range": "69-101 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1095, "objectid": 313, "Shape__Area": 174.59375, "Shape__Length": 62.087027127245356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163512525239298, 40.031415063656603 ], [ -75.163671560515795, 40.031505304686 ], [ -75.163685110586499, 40.031512363826302 ], [ -75.1636905717573, 40.031506603186102 ], [ -75.163723149994496, 40.031472163933799 ], [ -75.163553860999798, 40.031374823626699 ], [ -75.163512525239298, 40.031415063656603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "95 E WISTER ST", "addr_range": "69-101 E WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1291, "objectid": 314, "Shape__Area": 204.86328125, "Shape__Length": 87.547807466470644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163162945527702, 40.031770836027199 ], [ -75.163132774644396, 40.031800993672697 ], [ -75.163404741371096, 40.031963610869902 ], [ -75.163433209294496, 40.031935816904898 ], [ -75.163162945527702, 40.031770836027199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "62 E ASHMEAD ST", "addr_range": "60-64 E ASHMEAD ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1052, "objectid": 315, "Shape__Area": 167.0546875, "Shape__Length": 70.22411021301015 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165282493525496, 40.031829228240497 ], [ -75.165489992014898, 40.0319547327843 ], [ -75.165521202485905, 40.031924242936697 ], [ -75.165342775500207, 40.031815642478598 ], [ -75.165314921156494, 40.031798202707002 ], [ -75.165282493525496, 40.031829228240497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6126 CHEW AVE", "addr_range": "6124-6126 CHEW AVE", "zipcode": 19144, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2156, "objectid": 316, "Shape__Area": 342.28125, "Shape__Length": 110.52507092874185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171348670103896, 40.049358681671301 ], [ -75.171397236279304, 40.049389335778898 ], [ -75.171591716045697, 40.049203407437297 ], [ -75.171632396685197, 40.0491645201339 ], [ -75.171667983461603, 40.049130500180297 ], [ -75.1716172404373, 40.049099685602002 ], [ -75.171348670103896, 40.049358681671301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "155 W PRICE ST", "addr_range": "155-157 W PRICE ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1804, "objectid": 317, "Shape__Area": 286.25, "Shape__Length": 94.039859440315936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1790939847739, 40.033920216367399 ], [ -75.1793746942285, 40.034090163327001 ], [ -75.179414939012901, 40.034051344877703 ], [ -75.179134051799494, 40.033881636407401 ], [ -75.1790939847739, 40.033920216367399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5801 MC MAHON AVE", "addr_range": "5801 MCMAHON AVE", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2470, "objectid": 318, "Shape__Area": 392.125, "Shape__Length": 99.855831416047792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1670863403683, 40.0453207886748 ], [ -75.167154387948202, 40.045363004826299 ], [ -75.167378915858393, 40.045147517610403 ], [ -75.167311576358102, 40.045104318286803 ], [ -75.167133515223995, 40.0452754562656 ], [ -75.1670863403683, 40.0453207886748 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "343-45 SHEDAKER ST", "addr_range": "343-345 SHEDAKER ST; 4932-4934 SHELDON ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1303, "objectid": 319, "Shape__Area": 206.8671875, "Shape__Length": 58.805856993107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158742078857102, 40.032319984026302 ], [ -75.158767255280296, 40.032335043989598 ], [ -75.158867673322803, 40.032395115112301 ], [ -75.158868762643493, 40.032394060271898 ], [ -75.158900844396001, 40.032362785399997 ], [ -75.158932638155704, 40.032331408514899 ], [ -75.158805305003796, 40.032257333906102 ], [ -75.158774274377905, 40.032287971121299 ], [ -75.158758971808396, 40.032303181898897 ], [ -75.158742078857102, 40.032319984026302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "334-36 E ARMAT ST", "addr_range": "328-336 E ARMAT ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 3546, "objectid": 320, "Shape__Area": 562.8125, "Shape__Length": 99.25180340569824 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169392635616106, 40.038212913602003 ], [ -75.169420644723701, 40.038406737893403 ], [ -75.169553658118502, 40.038407001573297 ], [ -75.169561618820495, 40.038406164976699 ], [ -75.169586687263603, 40.038406551558602 ], [ -75.169579776296004, 40.038367112176097 ], [ -75.169573035465902, 40.038333125034796 ], [ -75.169566784561496, 40.038297875769501 ], [ -75.169541931661499, 40.038170518905901 ], [ -75.169392635616106, 40.038212913602003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5335 BELFIELD AVE", "addr_range": "5335 BELFIELD AVE", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 10718, "objectid": 321, "Shape__Area": 1700.72265625, "Shape__Length": 167.27199407985685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165219197283093, 40.037355218601199 ], [ -75.165614054006994, 40.037477344918003 ], [ -75.165628757115797, 40.037433233267301 ], [ -75.165628787148705, 40.037432444655501 ], [ -75.165662770722307, 40.0373281241231 ], [ -75.165703163055596, 40.037199751969901 ], [ -75.165619358853704, 40.037183842088197 ], [ -75.165478400983702, 40.037157088149797 ], [ -75.165342939873, 40.037131374961199 ], [ -75.165328627139701, 40.037129440968101 ], [ -75.165242137713193, 40.037336003558899 ], [ -75.165240323679896, 40.037339590216 ], [ -75.165219197283093, 40.037355218601199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "260 E ARMAT ST", "addr_range": "260 E ARMAT ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1148, "objectid": 322, "Shape__Area": 182.30078125, "Shape__Length": 67.162046158045811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170514885606806, 40.037961732239701 ], [ -75.170562342131902, 40.0379970850924 ], [ -75.170563950988594, 40.037995589502998 ], [ -75.170608475498895, 40.037954161650397 ], [ -75.170421428627193, 40.037838879779102 ], [ -75.170389928377404, 40.0378686544556 ], [ -75.170514885606806, 40.037961732239701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "333 ELWOOD ST", "addr_range": "327-333 ELWOOD ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1064, "objectid": 323, "Shape__Area": 168.92578125, "Shape__Length": 52.020444977538226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1583492674458, 40.032080558916903 ], [ -75.158350230824496, 40.032081144691901 ], [ -75.158420146436896, 40.032011924155 ], [ -75.158324054089604, 40.0319555452838 ], [ -75.158256365788702, 40.0320235906444 ], [ -75.158260074178997, 40.032025866500597 ], [ -75.158280320024502, 40.032038268138898 ], [ -75.1583492674458, 40.032080558916903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1911 W ERIE AVE", "addr_range": "1911-1913 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3567, "objectid": 324, "Shape__Area": 565.67578125, "Shape__Length": 108.9554171384393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1596037883576, 40.0107877802091 ], [ -75.159665802998305, 40.010512933231297 ], [ -75.159541004531206, 40.010496560857703 ], [ -75.159481702125305, 40.010771711348397 ], [ -75.159535834941806, 40.010779283086698 ], [ -75.159546950496093, 40.010780839451598 ], [ -75.1596037883576, 40.0107877802091 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3232 N 15TH ST", "addr_range": "3228-3236 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1251, "objectid": 325, "Shape__Area": 198.38671875, "Shape__Length": 75.794109632554779 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154435140203603, 40.002815754385402 ], [ -75.1544264649268, 40.0028589846019 ], [ -75.154706877668801, 40.002892534997002 ], [ -75.154715842621599, 40.002850488041098 ], [ -75.154435140203603, 40.002815754385402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2137 W ONTARIO ST", "addr_range": "2133-2141 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2273, "objectid": 326, "Shape__Area": 360.375, "Shape__Length": 106.22054185439825 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164800626955696, 40.006692787042397 ], [ -75.164870234119306, 40.0067012697113 ], [ -75.164933256469197, 40.006394865239997 ], [ -75.164861274604803, 40.006385491186599 ], [ -75.164800626955696, 40.006692787042397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3612 N 16TH ST", "addr_range": "3610-3612 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2081, "objectid": 327, "Shape__Area": 329.96484375, "Shape__Length": 96.654320664616819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154792946067005, 40.008546817955803 ], [ -75.154780928798303, 40.008602885140498 ], [ -75.155136445550397, 40.0086470615881 ], [ -75.155148468225406, 40.008591397249702 ], [ -75.154792946067005, 40.008546817955803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3538 N SMEDLEY ST", "addr_range": "3534-3546 N SMEDLEY ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1243, "objectid": 328, "Shape__Area": 197.18359375, "Shape__Length": 77.272583405383102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155798292561201, 40.007640679182799 ], [ -75.156086735730696, 40.007677438217698 ], [ -75.156096082267098, 40.007636898179904 ], [ -75.155807238373498, 40.007599131782698 ], [ -75.155798292561201, 40.007640679182799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2135 W ONTARIO ST", "addr_range": "2133-2141 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2228, "objectid": 329, "Shape__Area": 353.296875, "Shape__Length": 105.75770407764475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164731497410301, 40.0066833005436 ], [ -75.164800626955696, 40.006692787042397 ], [ -75.164861274604803, 40.006385491186599 ], [ -75.164792333037497, 40.006377168556199 ], [ -75.164767966228297, 40.006495745717103 ], [ -75.164731497410301, 40.0066833005436 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1507 W ERIE AVE", "addr_range": "1507-1509 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1534, "objectid": 330, "Shape__Area": 243.37109375, "Shape__Length": 90.034784689887445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153052339452501, 40.0099197376124 ], [ -75.1531078454707, 40.009927522775598 ], [ -75.153165223345795, 40.009663889730199 ], [ -75.153109345828597, 40.009657612600499 ], [ -75.153052339452501, 40.0099197376124 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1519 W ERIE AVE", "addr_range": "1515-1519 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1545, "objectid": 331, "Shape__Area": 245.0234375, "Shape__Length": 90.346164268972686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153443311390504, 40.009700275059402 ], [ -75.153386061656505, 40.009963893998403 ], [ -75.153442126355003, 40.009971319513198 ], [ -75.153498931830498, 40.009707239995002 ], [ -75.153443311390504, 40.009700275059402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3544 N SMEDLEY ST", "addr_range": "3534-3546 N SMEDLEY ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1216, "objectid": 332, "Shape__Area": 192.92578125, "Shape__Length": 76.946985071700851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155773210899895, 40.007757240184603 ], [ -75.1560614604997, 40.007794171497402 ], [ -75.1560704368828, 40.0077534455977 ], [ -75.155781752439907, 40.007717503705997 ], [ -75.155773210899895, 40.007757240184603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3406 N 22ND ST", "addr_range": "3406-3408 N 22ND ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2174, "objectid": 333, "Shape__Area": 344.7109375, "Shape__Length": 96.607053712986229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165275996348498, 40.006627469947702 ], [ -75.165263404307296, 40.006687361610297 ], [ -75.165614438434005, 40.006731323684399 ], [ -75.165626744218997, 40.006672941953703 ], [ -75.165275996348498, 40.006627469947702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1536 W ERIE AVE", "addr_range": "1534-1536 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 5638, "objectid": 334, "Shape__Area": 893.93359375, "Shape__Length": 124.83170491129513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154208707691694, 40.009482844916199 ], [ -75.154316207124097, 40.009496527252701 ], [ -75.1544048694672, 40.009507800489899 ], [ -75.154463511162703, 40.009235088899501 ], [ -75.154374498192297, 40.009223678927199 ], [ -75.154265260711597, 40.009209956439399 ], [ -75.154208707691694, 40.009482844916199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3636 N 17TH ST", "addr_range": "3636-3638 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1468, "objectid": 335, "Shape__Area": 232.87109375, "Shape__Length": 84.581299358818484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156267889549497, 40.009249026020797 ], [ -75.156258363744101, 40.009293672462903 ], [ -75.156575184946206, 40.009334053566803 ], [ -75.156585029579304, 40.009290380195097 ], [ -75.156267889549497, 40.009249026020797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2139 W ONTARIO ST", "addr_range": "2133-2141 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2318, "objectid": 336, "Shape__Area": 367.51953125, "Shape__Length": 106.39385208245157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164870234119306, 40.0067012697113 ], [ -75.164943088445696, 40.006710325515797 ], [ -75.165005003904099, 40.006404396152 ], [ -75.164933256469197, 40.006394865239997 ], [ -75.164870234119306, 40.0067012697113 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1506 W ERIE AVE", "addr_range": "1502-1506 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1483, "objectid": 337, "Shape__Area": 235.27734375, "Shape__Length": 89.779703736099904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153179979269098, 40.009353174930901 ], [ -75.153233534540007, 40.009359350852797 ], [ -75.153289644776706, 40.0090959639004 ], [ -75.153235674797301, 40.0090891172729 ], [ -75.153179979269098, 40.009353174930901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1819 W ERIE AVE", "addr_range": "1813-1821 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1489, "objectid": 338, "Shape__Area": 236.109375, "Shape__Length": 89.057281652825282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158117612990296, 40.010576292681002 ], [ -75.158171569998004, 40.010583459247201 ], [ -75.1582298542519, 40.010323020654198 ], [ -75.158175266939395, 40.010315857001402 ], [ -75.158156313708702, 40.010399960711503 ], [ -75.158117612990296, 40.010576292681002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1502 W ERIE AVE", "addr_range": "1502-1506 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1466, "objectid": 339, "Shape__Area": 232.48046875, "Shape__Length": 89.619741176284492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153070336791401, 40.009339104263603 ], [ -75.153123459979, 40.0093456092469 ], [ -75.153178724280195, 40.009081864422299 ], [ -75.153125600708293, 40.009075374768599 ], [ -75.153070336791401, 40.009339104263603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3632 N 22ND ST", "addr_range": "3632-3634 N 22ND ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2850, "objectid": 340, "Shape__Area": 452.0, "Shape__Length": 102.36588839339804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164419916002203, 40.010552809522999 ], [ -75.164771899155994, 40.010598794451298 ], [ -75.1647892655525, 40.010522053234801 ], [ -75.164435816214805, 40.010475502833003 ], [ -75.164429229881094, 40.0105075297434 ], [ -75.164419916002203, 40.010552809522999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1704 W ERIE AVE", "addr_range": "1700-1706 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1467, "objectid": 341, "Shape__Area": 232.66015625, "Shape__Length": 87.095189943522826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156271066588303, 40.009743091246499 ], [ -75.156325926669098, 40.009750214227601 ], [ -75.156381461652501, 40.009497161218398 ], [ -75.156325922156398, 40.009489701247603 ], [ -75.156271066588303, 40.009743091246499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1521 W VENANGO ST", "addr_range": "1521 W VENANGO ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1245, "objectid": 342, "Shape__Area": 197.53125, "Shape__Length": 71.454212787625636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154146155729805, 40.008074922957 ], [ -75.154086385423099, 40.008066849927999 ], [ -75.154044864084199, 40.008263508809698 ], [ -75.154106275483599, 40.008270893643001 ], [ -75.154146155729805, 40.008074922957 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3540 N SMEDLEY ST", "addr_range": "3534-3546 N SMEDLEY ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1107, "objectid": 343, "Shape__Area": 175.61328125, "Shape__Length": 75.860886759730803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155790365752296, 40.007677544495401 ], [ -75.156078575262896, 40.007713829738499 ], [ -75.156086735730696, 40.007677438217698 ], [ -75.155798292561201, 40.007640679182799 ], [ -75.155790365752296, 40.007677544495401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1716-18 W TIOGA ST", "addr_range": "1716-18 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 12385, "objectid": 344, "Shape__Area": 1956.84375, "Shape__Length": 239.32330704319367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1575040190354, 40.006840010074697 ], [ -75.157675071249201, 40.006863055189299 ], [ -75.157699113719602, 40.006761494839701 ], [ -75.157808667797894, 40.006265622416599 ], [ -75.157827527912005, 40.006183386273797 ], [ -75.157709883188502, 40.006167059712503 ], [ -75.157654086642495, 40.0061604162481 ], [ -75.157577624870299, 40.006505492879697 ], [ -75.1575040190354, 40.006840010074697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3408 N 22ND ST", "addr_range": "3406-3408 N 22ND ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2300, "objectid": 345, "Shape__Area": 364.78125, "Shape__Length": 97.495658204963462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165263404307296, 40.006687361610297 ], [ -75.165250505248494, 40.006749777309501 ], [ -75.165599992943498, 40.006794204667401 ], [ -75.165614438434005, 40.006731323684399 ], [ -75.165263404307296, 40.006687361610297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3635 N 17TH ST", "addr_range": "3629-3635 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1411, "objectid": 346, "Shape__Area": 223.75, "Shape__Length": 84.974798316585492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155729537243204, 40.009246890074799 ], [ -75.155719964869405, 40.009288391778597 ], [ -75.156042104782699, 40.009330537097199 ], [ -75.1560508626104, 40.009288452930797 ], [ -75.155729537243204, 40.009246890074799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1706 W ERIE AVE", "addr_range": "1700-1706 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1417, "objectid": 347, "Shape__Area": 224.71875, "Shape__Length": 86.675417657924271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156325926669098, 40.009750214227601 ], [ -75.156379758667597, 40.009757411267501 ], [ -75.156434280907405, 40.0095039335054 ], [ -75.156381461652501, 40.009497161218398 ], [ -75.156325926669098, 40.009750214227601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3638 N 17TH ST", "addr_range": "3636-3638 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1441, "objectid": 348, "Shape__Area": 228.58203125, "Shape__Length": 84.279457705122184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156258363744101, 40.009293672462903 ], [ -75.156249243364002, 40.009336539544698 ], [ -75.156565666495297, 40.009378021730299 ], [ -75.156575184946206, 40.009334053566803 ], [ -75.156258363744101, 40.009293672462903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3610 N 16TH ST", "addr_range": "3610-3612 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2023, "objectid": 349, "Shape__Area": 320.84765625, "Shape__Length": 96.31783671800423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154797681790896, 40.008547408850497 ], [ -75.155148468225406, 40.008591397249702 ], [ -75.155160426295495, 40.008537392025502 ], [ -75.155105599586406, 40.008530527808702 ], [ -75.155035356242095, 40.008521652737301 ], [ -75.1549754148961, 40.0085136889438 ], [ -75.154906423489905, 40.008505505239 ], [ -75.154804541476295, 40.008491885526603 ], [ -75.154792946067005, 40.008546817955803 ], [ -75.154797681790896, 40.008547408850497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1938-40 W ONTARIO ST", "addr_range": "1938-1940 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4100, "objectid": 350, "Shape__Area": 650.1171875, "Shape__Length": 113.4332619168037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161534413107802, 40.005815313483602 ], [ -75.161675694867697, 40.005833489015899 ], [ -75.161736242787995, 40.005557190792302 ], [ -75.161595158441102, 40.005538277335702 ], [ -75.161534413107802, 40.005815313483602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2033 W WESTMORELAND ST", "addr_range": "2025-2033 W WESTMORELAND ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1073, "objectid": 351, "Shape__Area": 170.23046875, "Shape__Length": 69.763158037466255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163271625279904, 40.004644030324997 ], [ -75.163227698625207, 40.004840798089901 ], [ -75.163279314850101, 40.004847668133401 ], [ -75.163323871748304, 40.004650929869598 ], [ -75.163271625279904, 40.004644030324997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3325 N 20TH ST", "addr_range": "3325-3337 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 3221, "objectid": 352, "Shape__Area": 510.77734375, "Shape__Length": 104.29110246555524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161487528952406, 40.005064103154297 ], [ -75.161833832829203, 40.005109275949202 ], [ -75.161852846160897, 40.005019594917997 ], [ -75.161506723814895, 40.004976279652602 ], [ -75.161487528952406, 40.005064103154297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2025 W WESTMORELAND ST", "addr_range": "2025-2033 W WESTMORELAND ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1071, "objectid": 353, "Shape__Area": 169.8125, "Shape__Length": 68.102717362551488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163057893620802, 40.004616759255498 ], [ -75.163014963100693, 40.004806586353297 ], [ -75.163068656115897, 40.004813438417898 ], [ -75.163111703172802, 40.004623839183203 ], [ -75.163057893620802, 40.004616759255498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3327 N 20TH ST", "addr_range": "3325-3337 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1564, "objectid": 354, "Shape__Area": 248.05859375, "Shape__Length": 90.834578592640469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161479224536393, 40.005106536659 ], [ -75.161824488144802, 40.005153186213001 ], [ -75.161833832829203, 40.005109275949202 ], [ -75.161487528952406, 40.005064103154297 ], [ -75.161479224536393, 40.005106536659 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3230 N 15TH ST", "addr_range": "3228-3236 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1399, "objectid": 355, "Shape__Area": 221.90234375, "Shape__Length": 77.283784782909166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154446209165798, 40.002768016434402 ], [ -75.154435140203603, 40.002815754385402 ], [ -75.154715842621599, 40.002850488041098 ], [ -75.154726331918098, 40.002803074844699 ], [ -75.154446209165798, 40.002768016434402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3310 N 16TH ST", "addr_range": "3310-3314 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1716, "objectid": 356, "Shape__Area": 272.09765625, "Shape__Length": 99.663613457131802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155798737320495, 40.003972114000597 ], [ -75.156185011705205, 40.004019320013398 ], [ -75.156194913299998, 40.003975246111203 ], [ -75.1561843923526, 40.003974073147099 ], [ -75.155807168950602, 40.003931408249997 ], [ -75.155798737320495, 40.003972114000597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3444 N 23RD ST", "addr_range": "3442-3448 N 23RD ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1529, "objectid": 357, "Shape__Area": 242.50390625, "Shape__Length": 88.75932633699594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166665599015801, 40.007729166708302 ], [ -75.166656349862805, 40.007772240603998 ], [ -75.166992829611402, 40.007815435633503 ], [ -75.167002516021995, 40.007771888609497 ], [ -75.166665599015801, 40.007729166708302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2027 W WESTMORELAND ST", "addr_range": "2025-2033 W WESTMORELAND ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1062, "objectid": 358, "Shape__Area": 168.515625, "Shape__Length": 68.055466216067146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163068656115897, 40.004813438417898 ], [ -75.163122454533493, 40.004820291931303 ], [ -75.163164569196496, 40.004629883281901 ], [ -75.163146841050207, 40.004627548435401 ], [ -75.163111703172802, 40.004623839183203 ], [ -75.163068656115897, 40.004813438417898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2031 W WESTMORELAND ST", "addr_range": "2025-2033 W WESTMORELAND ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1113, "objectid": 359, "Shape__Area": 176.51171875, "Shape__Length": 70.190944470775037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163175545438094, 40.004827049286597 ], [ -75.163174056320202, 40.004833690453701 ], [ -75.163227698625207, 40.004840798089901 ], [ -75.163271625279904, 40.004644030324997 ], [ -75.163217524335707, 40.004636879034202 ], [ -75.163175545438094, 40.004827049286597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3236 N 15TH ST", "addr_range": "3228-3236 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1413, "objectid": 360, "Shape__Area": 224.07421875, "Shape__Length": 77.430337776012294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154416097930905, 40.002903192917202 ], [ -75.154406047377805, 40.002950616010203 ], [ -75.154686151144503, 40.002986190355699 ], [ -75.154696923982499, 40.0029374293416 ], [ -75.154416097930905, 40.002903192917202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3519 N 16TH ST", "addr_range": "3519 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2034, "objectid": 361, "Shape__Area": 322.5859375, "Shape__Length": 107.02264947135714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154492072026699, 40.007190217146501 ], [ -75.154901093402202, 40.0072426987021 ], [ -75.1549054948768, 40.007243264919801 ], [ -75.154915414009693, 40.007197080415999 ], [ -75.154911306996794, 40.007196504636397 ], [ -75.1548134085794, 40.007182878522499 ], [ -75.154722174157797, 40.007171014888101 ], [ -75.154501108607107, 40.007143985689403 ], [ -75.154492072026699, 40.007190217146501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3329 N 20TH ST", "addr_range": "3325-3337 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1576, "objectid": 362, "Shape__Area": 249.87890625, "Shape__Length": 90.850271188891895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161812559477497, 40.005196617447702 ], [ -75.161814666767896, 40.005196907328397 ], [ -75.161824488144802, 40.005153186213001 ], [ -75.161479224536393, 40.005106536659 ], [ -75.161469655664305, 40.005149683189003 ], [ -75.161812559477497, 40.005196617447702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3238 N 16TH ST", "addr_range": "3238 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3266, "objectid": 363, "Shape__Area": 535.84375, "Shape__Length": 125.95845114151594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155881567818398, 40.003478606316101 ], [ -75.155865806032807, 40.0035482745254 ], [ -75.155939542424704, 40.003557711079097 ], [ -75.155991413346101, 40.003563975698597 ], [ -75.156034804459793, 40.003569954084497 ], [ -75.156140118087507, 40.003582989057598 ], [ -75.156332985310897, 40.003608156500903 ], [ -75.156348973622102, 40.003539170921002 ], [ -75.156161650037902, 40.003515400990899 ], [ -75.156073044109405, 40.003503953612601 ], [ -75.155881567818398, 40.003478606316101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3633 N 17TH ST", "addr_range": "3629-3635 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1434, "objectid": 364, "Shape__Area": 227.4296875, "Shape__Length": 85.090985468970374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156049192309297, 40.009288253911301 ], [ -75.156050862025694, 40.009288468234899 ], [ -75.156060128267498, 40.009246202737103 ], [ -75.156058356182996, 40.009245968981404 ], [ -75.155738928891395, 40.0092040769105 ], [ -75.155729537243204, 40.009246890074799 ], [ -75.156049192309297, 40.009288253911301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3629 N 17TH ST", "addr_range": "3629-3635 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1514, "objectid": 365, "Shape__Area": 240.14453125, "Shape__Length": 88.053202004977095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156067136947897, 40.009205399942203 ], [ -75.156069013810495, 40.009205651382402 ], [ -75.156078584668194, 40.009162006100198 ], [ -75.155795715782205, 40.009125132571597 ], [ -75.155745425241903, 40.009118580205502 ], [ -75.155736938297593, 40.009154705739 ], [ -75.155749324155593, 40.009156984966602 ], [ -75.155747794582197, 40.009163559366399 ], [ -75.156067136947897, 40.009205399942203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1903 W ERIE AVE", "addr_range": "1903-1907 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3346, "objectid": 366, "Shape__Area": 530.640625, "Shape__Length": 107.30592080190563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159245635708004, 40.010740931071297 ], [ -75.159360877187794, 40.010756152859997 ], [ -75.159423003026802, 40.010481180556198 ], [ -75.159306747048106, 40.0104655962447 ], [ -75.159245635708004, 40.010740931071297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2316 W TIOGA ST", "addr_range": "2316-2320 W TIOGA AVE", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1469, "objectid": 367, "Shape__Area": 232.92578125, "Shape__Length": 88.41102218455012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1670741846157, 40.008046360468697 ], [ -75.167127445906999, 40.008053087327397 ], [ -75.167184626348202, 40.007794797003598 ], [ -75.167129537378003, 40.007787609176802 ], [ -75.1670741846157, 40.008046360468697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2013 W ESTAUGH ST", "addr_range": "2000-2008 W TIOGA ST; 2007-2013 W ESTAUGH ST", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 4321, "objectid": 368, "Shape__Area": 685.08203125, "Shape__Length": 106.57178819861791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161967969979003, 40.006775352036001 ], [ -75.161920069462596, 40.0069898906509 ], [ -75.162111923606304, 40.007014978428003 ], [ -75.162159796907204, 40.006800615732097 ], [ -75.161967969979003, 40.006775352036001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2006-08 W TIOGA ST", "addr_range": "2000-2008 W TIOGA ST; 2007-2013 W ESTAUGH ST", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 7753, "objectid": 369, "Shape__Area": 1229.28515625, "Shape__Length": 156.84639230482668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161920069462596, 40.0069898906509 ], [ -75.161836570701695, 40.007375496362499 ], [ -75.161854599741005, 40.0073781931791 ], [ -75.162028000419397, 40.007400219687497 ], [ -75.162111923606304, 40.007014978428003 ], [ -75.161920069462596, 40.0069898906509 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2002 W TIOGA ST", "addr_range": "2000-2008 W TIOGA ST; 2007-2013 W ESTAUGH ST", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 3807, "objectid": 370, "Shape__Area": 603.67578125, "Shape__Length": 134.96159084829426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161636172812194, 40.007349088355802 ], [ -75.1617321717724, 40.007361955794799 ], [ -75.161812794333898, 40.006975866333299 ], [ -75.161719726761802, 40.006963693044398 ], [ -75.161703198027297, 40.007042581849902 ], [ -75.161687132428497, 40.007118111296698 ], [ -75.161636172812194, 40.007349088355802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1906-08 W TIOGA ST", "addr_range": "1906-1908 W TIOGA AVE", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 9460, "objectid": 371, "Shape__Area": 1499.77734375, "Shape__Length": 159.8589368453712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160593443910201, 40.007228163554601 ], [ -75.160651226244696, 40.007234995414898 ], [ -75.160724065779206, 40.006896026267299 ], [ -75.160459022199404, 40.006862402482199 ], [ -75.160417043564394, 40.007052879167503 ], [ -75.1603850561618, 40.0072017812723 ], [ -75.160555004297294, 40.007223621324698 ], [ -75.160593443910201, 40.007228163554601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1824 W ERIE AVE", "addr_range": "1824 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2804, "objectid": 372, "Shape__Area": 444.6640625, "Shape__Length": 129.49320683465956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1585322815138, 40.010033887646898 ], [ -75.1586026429718, 40.010043003770498 ], [ -75.158608771901896, 40.010012594044497 ], [ -75.158687199439996, 40.009657148124099 ], [ -75.158618136697001, 40.009648061356302 ], [ -75.158539452121602, 40.010003662717899 ], [ -75.1585322815138, 40.010033887646898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1636 W ERIE AVE", "addr_range": "1632-1636 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1387, "objectid": 373, "Shape__Area": 219.9296875, "Shape__Length": 83.240946836093428 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155741816320003, 40.009676551825798 ], [ -75.155797062481895, 40.009683442313197 ], [ -75.155849088784805, 40.0094432713706 ], [ -75.155794274243604, 40.009436068092398 ], [ -75.155741816320003, 40.009676551825798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "435 W ONTARIO ST", "addr_range": "431-439 W ONTARIO ST", "zipcode": 19140, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 535, "objectid": 374, "Shape__Area": 84.84375, "Shape__Length": 49.877428063478114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136813243662601, 40.002763170433397 ], [ -75.136782163129894, 40.002911168714398 ], [ -75.136795296598294, 40.002906551692 ], [ -75.136822826704901, 40.002896491325401 ], [ -75.136850542173093, 40.002768403835098 ], [ -75.136813243662601, 40.002763170433397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "439 W ONTARIO ST", "addr_range": "431-439 W ONTARIO ST", "zipcode": 19140, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 842, "objectid": 375, "Shape__Area": 133.48046875, "Shape__Length": 48.81133234432199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136893808952706, 40.002773757759101 ], [ -75.136871438620503, 40.002878462835902 ], [ -75.136988329017896, 40.002835133473098 ], [ -75.136997218136599, 40.002788797956498 ], [ -75.136997769874299, 40.002785908319296 ], [ -75.136893808952706, 40.002773757759101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "437 W ONTARIO ST", "addr_range": "431-439 W ONTARIO ST", "zipcode": 19140, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 529, "objectid": 376, "Shape__Area": 83.9375, "Shape__Length": 45.177769296643447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136822826704901, 40.002896491325401 ], [ -75.136871438620503, 40.002878462835902 ], [ -75.136893808952706, 40.002773757759101 ], [ -75.136850542173093, 40.002768403835098 ], [ -75.136822826704901, 40.002896491325401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "279 W CORNWALL ST", "addr_range": "279 W CORNWALL ST", "zipcode": 19140, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 691, "objectid": 377, "Shape__Area": 109.61328125, "Shape__Length": 47.818367853888581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135028059153996, 40.001521515919102 ], [ -75.135081985226705, 40.001528790160798 ], [ -75.135083043016493, 40.0015246875668 ], [ -75.135083343089406, 40.001523436572903 ], [ -75.135109116268794, 40.0014082826372 ], [ -75.135097729399803, 40.001406765433003 ], [ -75.135054291258797, 40.001400988830397 ], [ -75.135028892338397, 40.001516248591699 ], [ -75.135028059153996, 40.001521515919102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "431 W ONTARIO ST", "addr_range": "431-439 W ONTARIO ST", "zipcode": 19140, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 751, "objectid": 378, "Shape__Area": 119.1484375, "Shape__Length": 57.825940464395799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136690898594196, 40.002914427957201 ], [ -75.136734942885695, 40.002920282587098 ], [ -75.136768086662201, 40.002757370693303 ], [ -75.136723923502899, 40.002751867470103 ], [ -75.136690898594196, 40.002914427957201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "433 W ONTARIO ST", "addr_range": "431-439 W ONTARIO ST", "zipcode": 19140, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 741, "objectid": 379, "Shape__Area": 117.57421875, "Shape__Length": 56.549576528181262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136734942885695, 40.002920282587098 ], [ -75.1367518606381, 40.0029229725139 ], [ -75.136782163129894, 40.002911168714398 ], [ -75.136813243662601, 40.002763170433397 ], [ -75.136768086662201, 40.002757370693303 ], [ -75.136734942885695, 40.002920282587098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1235 W BUTLER ST", "addr_range": "1235-1237 W BUTLER ST; 3813-3815 N 13TH ST; 3810-3812 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1983, "objectid": 380, "Shape__Area": 314.4296875, "Shape__Length": 96.214197024739889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148453989116902, 40.010605445758998 ], [ -75.148395811990994, 40.010879069088297 ], [ -75.148465088830605, 40.010889084995497 ], [ -75.148522520359606, 40.0106152194885 ], [ -75.148453989116902, 40.010605445758998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1237 W BUTLER ST", "addr_range": "1235-1237 W BUTLER ST; 3813-3815 N 13TH ST; 3810-3812 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2076, "objectid": 381, "Shape__Area": 329.19921875, "Shape__Length": 96.795208657783093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148522520359606, 40.0106152194885 ], [ -75.148465088830605, 40.010889084995497 ], [ -75.148536973052003, 40.010897291224701 ], [ -75.1485958300335, 40.0106250536912 ], [ -75.148522520359606, 40.0106152194885 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1328 W PIKE ST", "addr_range": "1326-1330 W PIKE ST", "zipcode": 19140, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1412, "objectid": 382, "Shape__Area": 224.00390625, "Shape__Length": 83.914094894109809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149515643950394, 40.0119001635491 ], [ -75.1494653460622, 40.012143305915401 ], [ -75.149520328151098, 40.012150032126897 ], [ -75.149571759567095, 40.011908464265801 ], [ -75.149515643950394, 40.0119001635491 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3810 N CAMAC ST", "addr_range": "1235-1237 W BUTLER ST; 3813-3815 N 13TH ST; 3810-3812 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1001, "objectid": 383, "Shape__Area": 158.8046875, "Shape__Length": 58.483370397052909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148092477667007, 40.010925858232604 ], [ -75.148288247394404, 40.010949638592699 ], [ -75.148298233228104, 40.010901295419998 ], [ -75.148103286723796, 40.010876309243997 ], [ -75.148100995703999, 40.010886863225899 ], [ -75.148092477667007, 40.010925858232604 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1301 W BUTLER ST", "addr_range": "1301-1303 WBUTLER ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2061, "objectid": 384, "Shape__Area": 326.83203125, "Shape__Length": 97.348926139706975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148714644505503, 40.0109212095022 ], [ -75.148785470631097, 40.010930212430097 ], [ -75.148843536076896, 40.010654540193599 ], [ -75.148783120511993, 40.010646320077001 ], [ -75.148773213685004, 40.010644966649203 ], [ -75.148765446854995, 40.010680819742397 ], [ -75.148753686087503, 40.010735006390703 ], [ -75.148713351126105, 40.010921050451799 ], [ -75.148714644505503, 40.0109212095022 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3812 N CAMAC ST", "addr_range": "1235-1237 W BUTLER ST; 3813-3815 N 13TH ST; 3810-3812 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 738, "objectid": 385, "Shape__Area": 117.07421875, "Shape__Length": 54.778677954070183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1480844692951, 40.010961430102398 ], [ -75.148273325847398, 40.010985086255197 ], [ -75.148280544938004, 40.0109859751635 ], [ -75.148287113778807, 40.010955125341802 ], [ -75.148288247394404, 40.010949638592699 ], [ -75.148092477667007, 40.010925858232604 ], [ -75.1480844692951, 40.010961430102398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3815 N 13TH ST", "addr_range": "1235-1237 W BUTLER ST; 3813-3815 N 13TH ST; 3810-3812 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1013, "objectid": 386, "Shape__Area": 160.76171875, "Shape__Length": 64.460483755126504 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148278228995494, 40.010996752036299 ], [ -75.148508995029204, 40.011026728451803 ], [ -75.148518092717396, 40.010984587579401 ], [ -75.148287113778807, 40.010955125341802 ], [ -75.148280544938004, 40.0109859751635 ], [ -75.148278228995494, 40.010996752036299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1330 W PIKE ST", "addr_range": "1326-1330 W PIKE ST", "zipcode": 19140, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1415, "objectid": 387, "Shape__Area": 224.40234375, "Shape__Length": 83.892049246260314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149571759567095, 40.011908464265801 ], [ -75.149520328151098, 40.012150032126897 ], [ -75.149576466073697, 40.012157235900503 ], [ -75.149627375029098, 40.011914527209001 ], [ -75.149571759567095, 40.011908464265801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1326 W PIKE ST", "addr_range": "1326-1330 W PIKE ST", "zipcode": 19140, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1452, "objectid": 388, "Shape__Area": 230.265625, "Shape__Length": 84.260016341288576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149409960309498, 40.012123013801002 ], [ -75.149407511488306, 40.012134387762003 ], [ -75.1494653460622, 40.012143305915401 ], [ -75.149515643950394, 40.0119001635491 ], [ -75.149459401465094, 40.011892942055098 ], [ -75.149409960309498, 40.012123013801002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1303 W BUTLER ST", "addr_range": "1301-1303 WBUTLER ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2013, "objectid": 389, "Shape__Area": 319.31640625, "Shape__Length": 96.91959947881017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148854726095195, 40.0109386481287 ], [ -75.148913880668701, 40.010662984319197 ], [ -75.148843536076896, 40.010654540193599 ], [ -75.148785470631097, 40.010930212430097 ], [ -75.148854726095195, 40.0109386481287 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3813 N 13TH ST", "addr_range": "1235-1237 W BUTLER ST; 3813-3815 N 13TH ST; 3810-3812 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1300, "objectid": 390, "Shape__Area": 206.203125, "Shape__Length": 68.023490921353641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148287113778807, 40.010955125341802 ], [ -75.148518092717396, 40.010984587579401 ], [ -75.148530013670893, 40.010931210992403 ], [ -75.148298233228104, 40.010901295419998 ], [ -75.148288247394404, 40.010949638592699 ], [ -75.148287113778807, 40.010955125341802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1320 W BRISTOL ST", "addr_range": "1320-1322 W BRISTOL ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1749, "objectid": 391, "Shape__Area": 277.47265625, "Shape__Length": 85.348180935938686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147935136093196, 40.018268229182397 ], [ -75.147983188749606, 40.018032469851804 ], [ -75.147911789173804, 40.018023500455101 ], [ -75.147864680136493, 40.018259185637099 ], [ -75.147935136093196, 40.018268229182397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4001 OLD YORK RD", "addr_range": "4001 OLD YORK RD", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1892, "objectid": 392, "Shape__Area": 300.09765625, "Shape__Length": 86.575375086372588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146826486107301, 40.013475816182797 ], [ -75.146814290253104, 40.013552204748599 ], [ -75.147128223048497, 40.013555146570098 ], [ -75.147129259067597, 40.013514434954402 ], [ -75.147120353721107, 40.013513234743897 ], [ -75.1471086755149, 40.013511647305599 ], [ -75.146928936759195, 40.013487326618801 ], [ -75.146826846068294, 40.0134735186341 ], [ -75.146826486107301, 40.013475816182797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3846 N CAMAC ST", "addr_range": "3846-3862 CAMAC ST; 3859-3861 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 741, "objectid": 393, "Shape__Area": 117.3828125, "Shape__Length": 54.873375898974054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147945129863899, 40.011602328286202 ], [ -75.148134865194805, 40.011627131718001 ], [ -75.148141289450606, 40.011627971085701 ], [ -75.148149474532701, 40.011592192377698 ], [ -75.148142591420793, 40.011591279540703 ], [ -75.147953723040303, 40.011566268710197 ], [ -75.147945129863899, 40.011602328286202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3862 N CAMAC ST", "addr_range": "3846-3862 CAMAC ST; 3859-3861 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 904, "objectid": 394, "Shape__Area": 143.47265625, "Shape__Length": 57.373921283148803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147875349750393, 40.0119242407876 ], [ -75.147871900006905, 40.011939282613199 ], [ -75.148061999629903, 40.0119650305599 ], [ -75.148068818902303, 40.0119659590734 ], [ -75.148078384154601, 40.011922054716997 ], [ -75.148071462518203, 40.011921076130101 ], [ -75.147968178539301, 40.011907274505504 ], [ -75.147881896197603, 40.011895663748902 ], [ -75.147875349750393, 40.0119242407876 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3848 N CAMAC ST", "addr_range": "3846-3862 CAMAC ST; 3859-3861 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 763, "objectid": 395, "Shape__Area": 121.078125, "Shape__Length": 55.252972756281899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147937245622401, 40.0116389986012 ], [ -75.148126782099993, 40.0116646210694 ], [ -75.148133394191902, 40.011665512447998 ], [ -75.148134379826402, 40.011660585483902 ], [ -75.148141289450606, 40.011627971085701 ], [ -75.148134865194805, 40.011627131718001 ], [ -75.147945129863899, 40.011602328286202 ], [ -75.147937245622401, 40.0116389986012 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1240 W BUTLER ST", "addr_range": "1240 W BUTLER ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1686, "objectid": 396, "Shape__Area": 267.37890625, "Shape__Length": 100.52246499855264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148572769158804, 40.010488850274001 ], [ -75.148626251129002, 40.010495333019101 ], [ -75.148693259387997, 40.010195844095499 ], [ -75.148689420820901, 40.010195322833503 ], [ -75.148639576575206, 40.010188615286701 ], [ -75.148572769158804, 40.010488850274001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3860 N CAMAC ST", "addr_range": "3846-3862 CAMAC ST; 3859-3861 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 877, "objectid": 397, "Shape__Area": 139.0625, "Shape__Length": 56.91169670116345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147881896197603, 40.011895663748902 ], [ -75.147968178539301, 40.011907274505504 ], [ -75.148071462518203, 40.011921076130101 ], [ -75.148078384154601, 40.011922054716997 ], [ -75.148087764692903, 40.011878566950003 ], [ -75.147891204599205, 40.011854091730001 ], [ -75.147881896197603, 40.011895663748902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3850 N CAMAC ST", "addr_range": "3846-3862 CAMAC ST; 3859-3861 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 877, "objectid": 398, "Shape__Area": 139.0625, "Shape__Length": 56.842313999359462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147928072137404, 40.011682524388 ], [ -75.148117757203096, 40.011706474339498 ], [ -75.148123996044006, 40.011707259950001 ], [ -75.1481254470159, 40.011700586543199 ], [ -75.148133394191902, 40.011665512447998 ], [ -75.148126782099993, 40.0116646210694 ], [ -75.147937245622401, 40.0116389986012 ], [ -75.147928072137404, 40.011682524388 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3854 N CAMAC ST", "addr_range": "3846-3862 CAMAC ST; 3859-3861 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 903, "objectid": 399, "Shape__Area": 143.1796875, "Shape__Length": 57.408096659176991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147908717463395, 40.011769085492602 ], [ -75.148099045874105, 40.011793193312101 ], [ -75.148106098146101, 40.011794095568298 ], [ -75.148107215888899, 40.011788962561504 ], [ -75.148115496686103, 40.011750687497297 ], [ -75.148108425102393, 40.011749769486599 ], [ -75.147918113510897, 40.011725225967702 ], [ -75.147908717463395, 40.011769085492602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3745 N PARK AVE", "addr_range": "3745-3747 N PARK AVE", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1498, "objectid": 400, "Shape__Area": 237.6484375, "Shape__Length": 90.960945141558426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149625102715504, 40.010158597719901 ], [ -75.149276101646294, 40.010112587683203 ], [ -75.149266118519407, 40.0101534795565 ], [ -75.149615809086299, 40.010199267366303 ], [ -75.149625102715504, 40.010158597719901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3856 N CAMAC ST", "addr_range": "3846-3862 CAMAC ST; 3859-3861 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 897, "objectid": 401, "Shape__Area": 142.3203125, "Shape__Length": 57.27180837268893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147899330064803, 40.011812719057097 ], [ -75.148089714301506, 40.011836474053801 ], [ -75.148096160892194, 40.011837281492902 ], [ -75.148097144177498, 40.011832966268003 ], [ -75.148106098146101, 40.011794095568298 ], [ -75.148099045874105, 40.011793193312101 ], [ -75.147908717463395, 40.011769085492602 ], [ -75.147899330064803, 40.011812719057097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4111 N BROAD ST", "addr_range": "4111 N BROAD ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1826, "objectid": 402, "Shape__Area": 289.58984375, "Shape__Length": 100.92773545187744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149213399351794, 40.015695244154102 ], [ -75.149601357776007, 40.015745008454701 ], [ -75.1496121638517, 40.015701004144297 ], [ -75.149609513684197, 40.0157006539973 ], [ -75.149223213868694, 40.015649782992902 ], [ -75.149213399351794, 40.015695244154102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1322 W BRISTOL ST", "addr_range": "1320-1322 W BRISTOL ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1434, "objectid": 403, "Shape__Area": 227.48828125, "Shape__Length": 82.541574560861449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147935136093196, 40.018268229182397 ], [ -75.147992618959805, 40.0182754487778 ], [ -75.147994751568504, 40.018265212869501 ], [ -75.148041985255304, 40.018039379510697 ], [ -75.147983188749606, 40.018032469851804 ], [ -75.147935136093196, 40.018268229182397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3747 N PARK AVE", "addr_range": "3745-3747 N PARK AVE", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1549, "objectid": 404, "Shape__Area": 245.62109375, "Shape__Length": 91.293364783831606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149615809086299, 40.010199267366303 ], [ -75.149266118519407, 40.0101534795565 ], [ -75.149257821884007, 40.010196013445999 ], [ -75.1496061857721, 40.010241385592003 ], [ -75.149615809086299, 40.010199267366303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3852 N CAMAC ST", "addr_range": "3846-3862 CAMAC ST; 3859-3861 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 887, "objectid": 405, "Shape__Area": 140.7734375, "Shape__Length": 57.073485438373879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147918113510897, 40.011725225967702 ], [ -75.148108425102393, 40.011749769486599 ], [ -75.148115496686103, 40.011750687497297 ], [ -75.148116814350303, 40.011744221007099 ], [ -75.148123996044006, 40.011707259950001 ], [ -75.148117757203096, 40.011706474339498 ], [ -75.147928072137404, 40.011682524388 ], [ -75.147918113510897, 40.011725225967702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4051 OLD YORK RD", "addr_range": "4051 OLD YORK RD; 1218 W LYCOMING ST", "zipcode": 19140, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2587, "objectid": 406, "Shape__Area": 410.25, "Shape__Length": 119.7512008829778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147110491862904, 40.014551794102701 ], [ -75.146649393058198, 40.014547997987798 ], [ -75.146644634998395, 40.014574777439101 ], [ -75.147110059497706, 40.014634124886904 ], [ -75.147110491862904, 40.014551794102701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1347 W PIKE ST", "addr_range": "1345-1347 W PIKE ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1153, "objectid": 407, "Shape__Area": 182.91015625, "Shape__Length": 73.979100076470246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1499485586248, 40.012333905464303 ], [ -75.149901069903393, 40.012553512116 ], [ -75.149960427027494, 40.01253361026 ], [ -75.150001634295805, 40.012340604487498 ], [ -75.1499485586248, 40.012333905464303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1345 W PIKE ST", "addr_range": "1345-1347 W PIKE ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1362, "objectid": 408, "Shape__Area": 215.96875, "Shape__Length": 82.454273950075162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149839821054201, 40.012573547701201 ], [ -75.149901069903393, 40.012553512116 ], [ -75.1499485586248, 40.012333905464303 ], [ -75.149892634392899, 40.012326594088698 ], [ -75.149839821054201, 40.012573547701201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3757 N 7TH ST", "addr_range": "3757-3759 N 7TH ST", "zipcode": 19140, "district": "7", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1533, "objectid": 409, "Shape__Area": 243.08984375, "Shape__Length": 91.843576137408078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139717598646001, 40.009278775395302 ], [ -75.140070801466905, 40.009324170502403 ], [ -75.140079935164707, 40.009282321129596 ], [ -75.139727472838004, 40.009237877241198 ], [ -75.139717598646001, 40.009278775395302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3759 N 7TH ST", "addr_range": "3757-3759 N 7TH ST", "zipcode": 19140, "district": "7", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1697, "objectid": 410, "Shape__Area": 269.0703125, "Shape__Length": 93.072916077027642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139709353790707, 40.009319870073803 ], [ -75.139708290100003, 40.009325166425597 ], [ -75.140059915812301, 40.009369591344402 ], [ -75.140070801466905, 40.009324170502403 ], [ -75.139717598646001, 40.009278775395302 ], [ -75.139709353790707, 40.009319870073803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1736 W COURTLAND ST", "addr_range": "4555, 4561 N 18TH ST; 1732-1738 W COURTLAND ST; 4556-4560 N BOUVIER ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 820, "objectid": 411, "Shape__Area": 130.09765625, "Shape__Length": 58.515271705796955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154256651867897, 40.023531589571697 ], [ -75.154222376108294, 40.023688225203301 ], [ -75.154270794425997, 40.023694704136503 ], [ -75.154305078718494, 40.023537842530601 ], [ -75.154306067940695, 40.023533335477197 ], [ -75.154257693713802, 40.023526809799002 ], [ -75.154256651867897, 40.023531589571697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4462 N CLEVELAND ST", "addr_range": "4456-4468 N CLEVELAND ST; 4457-4463 GRATZ ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 771, "objectid": 412, "Shape__Area": 122.4375, "Shape__Length": 52.541944215156384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155584138484798, 40.022153051449003 ], [ -75.155575646787696, 40.022194223477896 ], [ -75.155754073290396, 40.022217887695902 ], [ -75.155763545853304, 40.022176867561903 ], [ -75.155584138484798, 40.022153051449003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4464 N CLEVELAND ST", "addr_range": "4456-4468 N CLEVELAND ST; 4457-4463 GRATZ ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 748, "objectid": 413, "Shape__Area": 118.734375, "Shape__Length": 52.103044249472646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1555675374521, 40.022234130107101 ], [ -75.155745953562501, 40.022258068910801 ], [ -75.155754073290396, 40.022217887695902 ], [ -75.155575646787696, 40.022194223477896 ], [ -75.155570272795998, 40.022220700080503 ], [ -75.1555675374521, 40.022234130107101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4558 N BOUVIER ST", "addr_range": "4555, 4561 N 18TH ST; 1732-1738 W COURTLAND ST; 4556-4560 N BOUVIER ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 766, "objectid": 414, "Shape__Area": 121.51953125, "Shape__Length": 54.320016330592082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154167451551601, 40.023472524436599 ], [ -75.154351571423902, 40.023496481648003 ], [ -75.154351739387394, 40.023496502563901 ], [ -75.154358234959503, 40.023497132330199 ], [ -75.154362993559502, 40.023474688331 ], [ -75.154365996586193, 40.023459200147499 ], [ -75.154359946907604, 40.023458402959797 ], [ -75.154175423977605, 40.0234339861398 ], [ -75.154167451551601, 40.023472524436599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4466 N CLEVELAND ST", "addr_range": "4456-4468 N CLEVELAND ST; 4457-4463 GRATZ ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 750, "objectid": 415, "Shape__Area": 119.01171875, "Shape__Length": 52.159058783265891 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1555675374521, 40.022234130107101 ], [ -75.155558773869103, 40.022274167018097 ], [ -75.155737525588407, 40.022298097196703 ], [ -75.155745953562501, 40.022258068910801 ], [ -75.1555675374521, 40.022234130107101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4458 N CLEVELAND ST", "addr_range": "4456-4468 N CLEVELAND ST; 4457-4463 GRATZ ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 707, "objectid": 416, "Shape__Area": 112.1953125, "Shape__Length": 51.574627835363472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155600512737394, 40.022077383677903 ], [ -75.1555928207286, 40.022115172436301 ], [ -75.155771567086802, 40.022139232196501 ], [ -75.155777552795698, 40.022111527804498 ], [ -75.155779899059993, 40.022101714675799 ], [ -75.155600512737394, 40.022077383677903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4560 N BOUVIER ST", "addr_range": "4555, 4561 N 18TH ST; 1732-1738 W COURTLAND ST; 4556-4560 N BOUVIER ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 825, "objectid": 417, "Shape__Area": 130.90234375, "Shape__Length": 55.069792378838024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154306067940695, 40.023533335477197 ], [ -75.154348125089797, 40.023538364119403 ], [ -75.154353739930798, 40.023517648703901 ], [ -75.154358234959503, 40.023497132330199 ], [ -75.154351653907597, 40.023496500631701 ], [ -75.154167451551601, 40.023472524436599 ], [ -75.154159832286595, 40.0235072522051 ], [ -75.154158732489904, 40.023513547079197 ], [ -75.154206357525595, 40.023519927018903 ], [ -75.154257693713802, 40.023526809799002 ], [ -75.154306067940695, 40.023533335477197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4558 N MARVINE ST", "addr_range": "4556-4560 N MARVINE ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1123, "objectid": 418, "Shape__Area": 178.26171875, "Shape__Length": 71.113496510037166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143812787832701, 40.022239426813996 ], [ -75.143803529999204, 40.022280708691298 ], [ -75.144064967522894, 40.022314562693701 ], [ -75.144074096238398, 40.022273953633999 ], [ -75.143812787832701, 40.022239426813996 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4532 N BROAD ST", "addr_range": "4526-4534 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2116, "objectid": 419, "Shape__Area": 335.71484375, "Shape__Length": 96.266773703002897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148508485447493, 40.0225396634806 ], [ -75.148859695544004, 40.022584243153503 ], [ -75.148863707877993, 40.022564345836301 ], [ -75.148872301649206, 40.022526642742797 ], [ -75.148520391777893, 40.0224822878208 ], [ -75.148508485447493, 40.0225396634806 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4534 N BROAD ST", "addr_range": "4526-4534 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2057, "objectid": 420, "Shape__Area": 326.32421875, "Shape__Length": 95.729348861875494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148496258332898, 40.022595531675599 ], [ -75.148847469846899, 40.022640112312601 ], [ -75.148852609637004, 40.022616483285603 ], [ -75.148859695544004, 40.022584243153503 ], [ -75.148508485447493, 40.0225396634806 ], [ -75.148496258332898, 40.022595531675599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1734 W COURTLAND ST", "addr_range": "4555, 4561 N 18TH ST; 1732-1738 W COURTLAND ST; 4556-4560 N BOUVIER ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 857, "objectid": 421, "Shape__Area": 136.01953125, "Shape__Length": 59.077683040965084 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154172836941896, 40.023680930720801 ], [ -75.1541726034188, 40.0236821030716 ], [ -75.154222376108294, 40.023688225203301 ], [ -75.154256651867897, 40.023531589571697 ], [ -75.154257693713802, 40.023526809799002 ], [ -75.154206357525595, 40.023519927018903 ], [ -75.154205304038996, 40.023524980437301 ], [ -75.154172836941896, 40.023680930720801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4528 N BROAD ST", "addr_range": "4526-4534 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2157, "objectid": 422, "Shape__Area": 342.265625, "Shape__Length": 96.457146115995272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148533721119094, 40.022424446134004 ], [ -75.148884281316995, 40.022469027240497 ], [ -75.148887339454305, 40.022457086830798 ], [ -75.148896941643898, 40.0224100413879 ], [ -75.148545707859995, 40.022366072162903 ], [ -75.148533721119094, 40.022424446134004 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4556 N BOUVIER ST", "addr_range": "4555, 4561 N 18TH ST; 1732-1738 W COURTLAND ST; 4556-4560 N BOUVIER ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 788, "objectid": 423, "Shape__Area": 125.02734375, "Shape__Length": 54.602416568642099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1543740540085, 40.023419018503297 ], [ -75.154368587332101, 40.023418330001498 ], [ -75.154184060458803, 40.023395122269001 ], [ -75.154175423977605, 40.0234339861398 ], [ -75.154359946907604, 40.023458402959797 ], [ -75.154365996586193, 40.023459200147499 ], [ -75.154371740861507, 40.023430717284903 ], [ -75.1543740540085, 40.023419018503297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4516 N 11TH ST", "addr_range": "4516 N 11TH ST; 4517-4521 N MARVINE ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1711, "objectid": 424, "Shape__Area": 271.41015625, "Shape__Length": 82.54915267162211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143510464924702, 40.021413850053598 ], [ -75.143522384088101, 40.021358442937803 ], [ -75.143229606447306, 40.021321248787899 ], [ -75.143217037763904, 40.021377206073801 ], [ -75.143510464924702, 40.021413850053598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4515 OLD YORK RD", "addr_range": "4515 OLD YORK ROAD", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1665, "objectid": 425, "Shape__Area": 264.0859375, "Shape__Length": 80.987596925166358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146956201279906, 40.021738275092602 ], [ -75.1469595597422, 40.0216807706732 ], [ -75.1466778114074, 40.021644594961899 ], [ -75.146666360378504, 40.021699351611801 ], [ -75.146956201279906, 40.021738275092602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3765 N 17TH ST", "addr_range": "3759-3765 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1190, "objectid": 426, "Shape__Area": 188.7265625, "Shape__Length": 70.934773724536583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155356904784, 40.011309130814801 ], [ -75.155346394146704, 40.011353737822603 ], [ -75.155602649142807, 40.011387868255497 ], [ -75.1556128307367, 40.011344171028398 ], [ -75.155356904784, 40.011309130814801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4340 WAYNE AVE", "addr_range": "4340 WAYNE AVE", "zipcode": 19140, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1007, "objectid": 427, "Shape__Area": 159.86328125, "Shape__Length": 67.977037402204473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158697589491595, 40.0192228357094 ], [ -75.158684929420104, 40.019228272363698 ], [ -75.158479015759497, 40.019323439898102 ], [ -75.158505398107195, 40.019356726877803 ], [ -75.158723364624095, 40.019255576434098 ], [ -75.158697589491595, 40.0192228357094 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4530 N BROAD ST", "addr_range": "4526-4534 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2124, "objectid": 428, "Shape__Area": 336.98046875, "Shape__Length": 96.279869222410227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148520391777893, 40.0224822878208 ], [ -75.148872301649206, 40.022526642742797 ], [ -75.148875216992593, 40.0225102021138 ], [ -75.148884281316995, 40.022469027240497 ], [ -75.148533721119094, 40.022424446134004 ], [ -75.148520391777893, 40.0224822878208 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4521 N MARVINE ST", "addr_range": "4516 N 11TH ST; 4517-4521 N MARVINE ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1308, "objectid": 429, "Shape__Area": 207.546875, "Shape__Length": 77.603744232714675 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143528428024297, 40.021372474762501 ], [ -75.143519861646098, 40.021414853539198 ], [ -75.143805643441993, 40.021455158864001 ], [ -75.1438155749114, 40.021410522459902 ], [ -75.143528428024297, 40.021372474762501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4458 N UBER ST", "addr_range": "4456-4460 N UBER ST", "zipcode": 19140, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1232, "objectid": 430, "Shape__Area": 195.4296875, "Shape__Length": 75.165145357917794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157488385486403, 40.022531609365799 ], [ -75.157765786880802, 40.022568225155503 ], [ -75.157775176684495, 40.022526057822702 ], [ -75.157497596185607, 40.022489195635004 ], [ -75.157488385486403, 40.022531609365799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4618 N MARVINE ST", "addr_range": "4618 N MARVINE ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1164, "objectid": 431, "Shape__Area": 184.69140625, "Shape__Length": 71.671717719840174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143929659722204, 40.022937314631498 ], [ -75.143938974449995, 40.022895131213701 ], [ -75.143677105748395, 40.022861461809001 ], [ -75.143667091330897, 40.022903855484699 ], [ -75.143929659722204, 40.022937314631498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1428 BLAVIS ST", "addr_range": "1428 BLAVIS ST", "zipcode": 19140, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1510, "objectid": 432, "Shape__Area": 239.515625, "Shape__Length": 88.829392711143328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1497482553048, 40.020802872933501 ], [ -75.149804526969007, 40.020810046121198 ], [ -75.149857032458002, 40.020566374209203 ], [ -75.149860272679007, 40.020551295148401 ], [ -75.149805023244198, 40.020544241539397 ], [ -75.149801652243099, 40.020559430264903 ], [ -75.149782291363195, 40.020646700617597 ], [ -75.1497665199132, 40.020722348916202 ], [ -75.1497482553048, 40.020802872933501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1446 BLAVIS ST", "addr_range": "1446 BLAVIS ST", "zipcode": 19140, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1550, "objectid": 433, "Shape__Area": 245.88671875, "Shape__Length": 89.520763187338162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150367388967197, 40.0206142313314 ], [ -75.150312180890097, 40.020607227559999 ], [ -75.150309822597094, 40.020606931795498 ], [ -75.1503064511639, 40.020622685462001 ], [ -75.150254274166997, 40.0208671542727 ], [ -75.1503103083718, 40.020874532672501 ], [ -75.150363939307297, 40.020629885918297 ], [ -75.150367388967197, 40.0206142313314 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3759 N 17TH ST", "addr_range": "3759-3765 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1140, "objectid": 434, "Shape__Area": 180.828125, "Shape__Length": 70.374600024520632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155375246872694, 40.011227962704503 ], [ -75.1556311413039, 40.011262164225698 ], [ -75.155640623212804, 40.0112197576615 ], [ -75.155384330298901, 40.011185562470096 ], [ -75.155375246872694, 40.011227962704503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4460 N UBER ST", "addr_range": "4456-4460 N UBER ST", "zipcode": 19140, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1179, "objectid": 435, "Shape__Area": 187.08984375, "Shape__Length": 74.702140491587755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157765786880802, 40.022568225155503 ], [ -75.157488385486403, 40.022531609365799 ], [ -75.157479398784901, 40.022572576615801 ], [ -75.157496895727206, 40.022574486239897 ], [ -75.157569606120902, 40.022583930541302 ], [ -75.157713760299302, 40.022602997645699 ], [ -75.157757132032202, 40.0226087313862 ], [ -75.157765786880802, 40.022568225155503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1901-03 W CAYUGA ST", "addr_range": "1901-1905 W CAYUGA ST", "zipcode": 19140, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2455, "objectid": 436, "Shape__Area": 389.5, "Shape__Length": 86.946531113915952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156862971757505, 40.0213035657532 ], [ -75.156919764592601, 40.021310345344503 ], [ -75.156975239937594, 40.021317530347901 ], [ -75.157020921774304, 40.021108520533303 ], [ -75.156964151764797, 40.021101209003099 ], [ -75.156909129957796, 40.021094212633102 ], [ -75.156862971757505, 40.0213035657532 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2209 N 5TH ST", "addr_range": "2209 N 5TH ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 777, "objectid": 437, "Shape__Area": 123.25390625, "Shape__Length": 52.993365424416666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1415177559916, 39.984695174426598 ], [ -75.141699487333597, 39.984719599322503 ], [ -75.141708745618004, 39.984678785284203 ], [ -75.141528120690893, 39.984654497274001 ], [ -75.1415177559916, 39.984695174426598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4526 N BROAD ST", "addr_range": "4526-4534 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2082, "objectid": 438, "Shape__Area": 330.28515625, "Shape__Length": 95.851588985133802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148545707859995, 40.022366072162903 ], [ -75.148896941643898, 40.0224100413879 ], [ -75.148899133329095, 40.022403707313501 ], [ -75.148909511391494, 40.022353938544903 ], [ -75.148558959081498, 40.022309227934201 ], [ -75.148545707859995, 40.022366072162903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4517 N MARVINE ST", "addr_range": "4516 N 11TH ST; 4517-4521 N MARVINE ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1299, "objectid": 439, "Shape__Area": 206.03515625, "Shape__Length": 77.618621598134936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1435371054462, 40.021331598704997 ], [ -75.143824308437203, 40.0213681807966 ], [ -75.143835255156702, 40.021326098399598 ], [ -75.143547507134201, 40.021287874914997 ], [ -75.1435371054462, 40.021331598704997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4555 N 18TH ST", "addr_range": "4555, 4561 N 18TH ST; 1732-1738 W COURTLAND ST; 4556-4560 N BOUVIER ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1005, "objectid": 440, "Shape__Area": 159.49609375, "Shape__Length": 62.408402729733993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154347780824594, 40.023561616997199 ], [ -75.154362881677798, 40.023563699991499 ], [ -75.154562921121595, 40.023591385591402 ], [ -75.154572483733006, 40.023546900458904 ], [ -75.154358412809799, 40.023518285926301 ], [ -75.154353739930798, 40.023517648703901 ], [ -75.154348125089797, 40.023538364119403 ], [ -75.154347047437895, 40.023543498084202 ], [ -75.154351387575304, 40.023545144133102 ], [ -75.154347780824594, 40.023561616997199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4514 N BROAD ST", "addr_range": "4512-4514 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2118, "objectid": 441, "Shape__Area": 336.00390625, "Shape__Length": 96.117740164202502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148620254073094, 40.022025035845303 ], [ -75.148971152049796, 40.022069496440103 ], [ -75.148979408981802, 40.022032414622103 ], [ -75.148983109270901, 40.022011881322598 ], [ -75.148632547090202, 40.021967412146303 ], [ -75.148620254073094, 40.022025035845303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4560 N MARVINE ST", "addr_range": "4556-4560 N MARVINE ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1132, "objectid": 442, "Shape__Area": 179.625, "Shape__Length": 71.214524300941392 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144020132131999, 40.022351346628 ], [ -75.144054577468296, 40.022355851330701 ], [ -75.144064967522894, 40.022314562693701 ], [ -75.143803529999204, 40.022280708691298 ], [ -75.143793453457306, 40.022320329426698 ], [ -75.1437931305788, 40.022321626776296 ], [ -75.143820272588499, 40.022325177402898 ], [ -75.144020132131999, 40.022351346628 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4456 N CLEVELAND ST", "addr_range": "4456-4468 N CLEVELAND ST; 4457-4463 GRATZ ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 687, "objectid": 443, "Shape__Area": 109.046875, "Shape__Length": 51.287115011555564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155608826406905, 40.022040899220301 ], [ -75.155600512737394, 40.022077383677903 ], [ -75.155779899059993, 40.022101714675799 ], [ -75.155787878334706, 40.0220652073357 ], [ -75.155608826406905, 40.022040899220301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4460 N CLEVELAND ST", "addr_range": "4456-4468 N CLEVELAND ST; 4457-4463 GRATZ ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 710, "objectid": 444, "Shape__Area": 112.64453125, "Shape__Length": 51.606041662731279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1555928207286, 40.022115172436301 ], [ -75.155584138484798, 40.022153051449003 ], [ -75.155763545853304, 40.022176867561903 ], [ -75.155771567086802, 40.022139232196501 ], [ -75.1555928207286, 40.022115172436301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4456 N UBER ST", "addr_range": "4456-4460 N UBER ST", "zipcode": 19140, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1192, "objectid": 445, "Shape__Area": 189.0703125, "Shape__Length": 74.710416352171436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157497596185607, 40.022489195635004 ], [ -75.157775176684495, 40.022526057822702 ], [ -75.157784136927802, 40.022484090729399 ], [ -75.157506898841405, 40.022449283398899 ], [ -75.157501834728095, 40.022470979971601 ], [ -75.157497596185607, 40.022489195635004 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4609 N CAMAC ST", "addr_range": "4609-4611 N CAMAC ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1300, "objectid": 446, "Shape__Area": 206.2109375, "Shape__Length": 76.589627786607466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145113440937905, 40.022875805155898 ], [ -75.145122141352203, 40.022831592142197 ], [ -75.144840240303907, 40.022798711687003 ], [ -75.1448303601357, 40.022842542917097 ], [ -75.145113440937905, 40.022875805155898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4512 N BROAD ST", "addr_range": "4512-4514 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2130, "objectid": 447, "Shape__Area": 337.89453125, "Shape__Length": 96.21224857598682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148632547090202, 40.021967412146303 ], [ -75.148983109270901, 40.022011881322598 ], [ -75.148991211955604, 40.021978793830897 ], [ -75.148996056844098, 40.021954141770003 ], [ -75.148645190906706, 40.021909441391699 ], [ -75.148632547090202, 40.021967412146303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1438 BLAVIS ST", "addr_range": "1438 BLAVIS ST", "zipcode": 19140, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1512, "objectid": 448, "Shape__Area": 239.8203125, "Shape__Length": 89.155411561103094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150029661135306, 40.0208386639842 ], [ -75.150085437952896, 40.020845632109697 ], [ -75.150138163262397, 40.020601610968498 ], [ -75.15014182633, 40.020586444164799 ], [ -75.150084915445206, 40.020579013391 ], [ -75.150081741752203, 40.020594529155197 ], [ -75.1500534672425, 40.020732230466699 ], [ -75.150029661135306, 40.0208386639842 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1219 W WINGOHOCKING ST", "addr_range": "1219 W WINGOHOCKING ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2016, "objectid": 449, "Shape__Area": 319.76953125, "Shape__Length": 101.7062044667087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145349126690206, 40.021461388870499 ], [ -75.145414525223003, 40.021468418026103 ], [ -75.145414886556793, 40.021466636796198 ], [ -75.145421968114903, 40.021431800903301 ], [ -75.145474691752199, 40.021172483964399 ], [ -75.145409190677, 40.021165935457397 ], [ -75.145349126690206, 40.021461388870499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1609 W TIOGA ST", "addr_range": "1609-1615 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2592, "objectid": 450, "Shape__Area": 411.0859375, "Shape__Length": 108.49306128900359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155443566101795, 40.006924841051202 ], [ -75.155440950454405, 40.006936258198799 ], [ -75.155433054386094, 40.006981054039699 ], [ -75.155432868659702, 40.006982081507402 ], [ -75.155425283545398, 40.007014908050998 ], [ -75.155505149534207, 40.0070258690887 ], [ -75.155571827434798, 40.006718776534903 ], [ -75.155491840990393, 40.006708248004799 ], [ -75.155443566101795, 40.006924841051202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3542 N SMEDLEY ST", "addr_range": "3534-3546 N SMEDLEY ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1202, "objectid": 451, "Shape__Area": 190.5625, "Shape__Length": 76.786213053059853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155781752439907, 40.007717503705997 ], [ -75.1560704368828, 40.0077534455977 ], [ -75.156078575262896, 40.007713829738499 ], [ -75.155790365752296, 40.007677544495401 ], [ -75.155781752439907, 40.007717503705997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3442 N 23RD ST", "addr_range": "3442-3448 N 23RD ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1521, "objectid": 452, "Shape__Area": 241.19140625, "Shape__Length": 88.799007394164931 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166665599015801, 40.007729166708302 ], [ -75.167002516021995, 40.007771888609497 ], [ -75.167011994410302, 40.007728819848197 ], [ -75.166674215895, 40.007686142557098 ], [ -75.166665599015801, 40.007729166708302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2029 W WESTMORELAND ST", "addr_range": "2025-2033 W WESTMORELAND ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1059, "objectid": 453, "Shape__Area": 167.90625, "Shape__Length": 68.068198485702283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163122454533493, 40.004820291931303 ], [ -75.163175545438094, 40.004827049286597 ], [ -75.163217524335707, 40.004636879034202 ], [ -75.163164569196496, 40.004629883281901 ], [ -75.163122454533493, 40.004820291931303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3534 N SMEDLEY ST", "addr_range": "3534-3546 N SMEDLEY ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1151, "objectid": 454, "Shape__Area": 182.5625, "Shape__Length": 76.481437183968694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155815116140801, 40.007562476199297 ], [ -75.156104324795194, 40.007599493065797 ], [ -75.156112654606304, 40.007561428576501 ], [ -75.155823249030107, 40.007524632532103 ], [ -75.155815116140801, 40.007562476199297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3518 N 23RD ST", "addr_range": "3516-3518 N 23RD ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1551, "objectid": 455, "Shape__Area": 246.04296875, "Shape__Length": 87.92894208541469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1664645559473, 40.0087193966448 ], [ -75.166455335491406, 40.008763372188497 ], [ -75.166786402534299, 40.008808494818702 ], [ -75.166795032602096, 40.008762908471802 ], [ -75.1664645559473, 40.0087193966448 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3446 N 23RD ST", "addr_range": "3442-3448 N 23RD ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1502, "objectid": 456, "Shape__Area": 238.203125, "Shape__Length": 88.545554745498364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166656349862805, 40.007772240603998 ], [ -75.166646479374407, 40.0078151383358 ], [ -75.166983598708995, 40.007857542272603 ], [ -75.166992829611402, 40.007815435633503 ], [ -75.166656349862805, 40.007772240603998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3335 N 20TH ST", "addr_range": "3325-3337 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1645, "objectid": 457, "Shape__Area": 260.8984375, "Shape__Length": 91.310354440048101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161794983822702, 40.005288168957499 ], [ -75.161458819302794, 40.005243159809602 ], [ -75.161450059364199, 40.0052419792869 ], [ -75.161440275542901, 40.0052874744216 ], [ -75.161449305841003, 40.005288693477397 ], [ -75.161784848021796, 40.005333559772502 ], [ -75.161794983822702, 40.005288168957499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3251 N 16TH ST", "addr_range": "3221-3251 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1594, "objectid": 458, "Shape__Area": 252.79296875, "Shape__Length": 90.431662405541061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155426785603396, 40.003263832109504 ], [ -75.155416195586596, 40.0033083733422 ], [ -75.1557587925154, 40.003352579055303 ], [ -75.155768713413593, 40.003307974020501 ], [ -75.155460013338796, 40.0032686286429 ], [ -75.155449746414106, 40.003266881995401 ], [ -75.155426785603396, 40.003263832109504 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3536 N SMEDLEY ST", "addr_range": "3534-3546 N SMEDLEY ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1122, "objectid": 459, "Shape__Area": 178.03515625, "Shape__Length": 76.17420876298776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155807238373498, 40.007599131782698 ], [ -75.156096104510098, 40.007636898682499 ], [ -75.156104324795194, 40.007599493065797 ], [ -75.155815116140801, 40.007562476199297 ], [ -75.155807238373498, 40.007599131782698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1821 W ERIE AVE", "addr_range": "1813-1821 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1525, "objectid": 460, "Shape__Area": 241.83984375, "Shape__Length": 89.433083237231187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158171570616602, 40.010583443042897 ], [ -75.158227467773699, 40.010591476008102 ], [ -75.158285177587999, 40.010330701860497 ], [ -75.1582298542519, 40.010323020654198 ], [ -75.158171570616602, 40.010583443042897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3663 N 21ST ST", "addr_range": "3659-3663 N 21ST ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1558, "objectid": 461, "Shape__Area": 247.03125, "Shape__Length": 91.57158168798901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162213687664206, 40.010466094218501 ], [ -75.162252938112402, 40.010515967084402 ], [ -75.162567977435799, 40.010556627362298 ], [ -75.1625776155512, 40.010512741674397 ], [ -75.162213687664206, 40.010466094218501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1613 W TIOGA ST", "addr_range": "1609-1615 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2595, "objectid": 462, "Shape__Area": 411.4453125, "Shape__Length": 108.54705651199457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155584972836195, 40.007035249622099 ], [ -75.155666035437207, 40.007046172714603 ], [ -75.155731718294206, 40.006739283754101 ], [ -75.155651473330593, 40.006728926995102 ], [ -75.155584972836195, 40.007035249622099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3337 N 20TH ST", "addr_range": "3325-3337 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1614, "objectid": 463, "Shape__Area": 256.01953125, "Shape__Length": 91.0404212307633 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161430991893099, 40.005332480769702 ], [ -75.161439898139307, 40.005333665493502 ], [ -75.161775840203305, 40.005377944354002 ], [ -75.161784848021796, 40.005333559772502 ], [ -75.161449305841003, 40.005288693477397 ], [ -75.161440275542901, 40.0052874744216 ], [ -75.161430991893099, 40.005332480769702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3401 N 17TH ST", "addr_range": "3401 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1586, "objectid": 464, "Shape__Area": 251.44921875, "Shape__Length": 89.111450352008575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156563064289202, 40.005354090793702 ], [ -75.156898065414396, 40.005400974785701 ], [ -75.156908168371004, 40.0053548735848 ], [ -75.156625929065896, 40.005317290649202 ], [ -75.156572370810196, 40.005310165602602 ], [ -75.156563064289202, 40.005354090793702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3312 N 16TH ST", "addr_range": "3310-3314 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1748, "objectid": 465, "Shape__Area": 277.12109375, "Shape__Length": 99.819210766990778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155789042185305, 40.004015193311602 ], [ -75.156175310686507, 40.004062559599703 ], [ -75.156185011705205, 40.004019320013398 ], [ -75.155798737320495, 40.003972114000597 ], [ -75.155789042185305, 40.004015193311602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3314 N 16TH ST", "addr_range": "3310-3314 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1723, "objectid": 466, "Shape__Area": 273.203125, "Shape__Length": 99.612380604986328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1557803205678, 40.004056956609901 ], [ -75.156165915266598, 40.004106049364701 ], [ -75.156175310686507, 40.004062559599703 ], [ -75.155789042185305, 40.004015193311602 ], [ -75.1557803205678, 40.004056956609901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1702 W ERIE AVE", "addr_range": "1700-1706 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1415, "objectid": 467, "Shape__Area": 224.49609375, "Shape__Length": 88.805991092309284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156218335236204, 40.009736160493098 ], [ -75.156271066588303, 40.009743091246499 ], [ -75.156325922156398, 40.009489701247603 ], [ -75.156327947048297, 40.0094811711106 ], [ -75.156277397781196, 40.009474758203602 ], [ -75.156275024956997, 40.009485279836802 ], [ -75.156218335236204, 40.009736160493098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3412 N 22ND ST", "addr_range": "3412-3414 N 22ND ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2242, "objectid": 468, "Shape__Area": 355.53515625, "Shape__Length": 97.017280635902154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165237001204702, 40.006811002661998 ], [ -75.165223739178899, 40.006871379300499 ], [ -75.1655736407142, 40.006916493604699 ], [ -75.165587394117395, 40.006854773769497 ], [ -75.165237001204702, 40.006811002661998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3414 N 22ND ST", "addr_range": "3412-3414 N 22ND ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2235, "objectid": 469, "Shape__Area": 354.4609375, "Shape__Length": 97.008242362962307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165223739178899, 40.006871379300499 ], [ -75.1652111529243, 40.006931608969502 ], [ -75.165561439726901, 40.006978183512203 ], [ -75.1655736407142, 40.006916493604699 ], [ -75.165223739178899, 40.006871379300499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3659 N 21ST ST", "addr_range": "3659-3663 N 21ST ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1927, "objectid": 470, "Shape__Area": 305.640625, "Shape__Length": 112.27131603971623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162139580007803, 40.010368832452798 ], [ -75.162176403745207, 40.010417473923901 ], [ -75.162587020360206, 40.0104700580886 ], [ -75.162596251873495, 40.010428016624701 ], [ -75.162139580007803, 40.010368832452798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1843 W ERIE AVE", "addr_range": "1843 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1753, "objectid": 471, "Shape__Area": 278.078125, "Shape__Length": 91.303428992146081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158995034533802, 40.010693250806597 ], [ -75.158998996618905, 40.010693792529501 ], [ -75.159056836948693, 40.010433391323097 ], [ -75.159049850915594, 40.010432411944699 ], [ -75.158992572878404, 40.010424333800103 ], [ -75.158935264438497, 40.010685099280401 ], [ -75.158995034533802, 40.010693250806597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1741 W ERIE AVE", "addr_range": "1741 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1566, "objectid": 472, "Shape__Area": 248.07421875, "Shape__Length": 92.59868146659602 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157309400652693, 40.010490970221397 ], [ -75.157363423202298, 40.010498073777498 ], [ -75.157425542344299, 40.010226244969402 ], [ -75.157370084023, 40.010218850424103 ], [ -75.157309400652693, 40.010490970221397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1615 W TIOGA ST", "addr_range": "1609-1615 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2467, "objectid": 473, "Shape__Area": 391.21484375, "Shape__Length": 107.52097090732804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155666035437207, 40.007046172714603 ], [ -75.155743101175602, 40.007055845824297 ], [ -75.155808180270697, 40.006750490231603 ], [ -75.155804698966193, 40.006749975475003 ], [ -75.155731718294206, 40.006739283754101 ], [ -75.155666035437207, 40.007046172714603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3634 N 22ND ST", "addr_range": "3632-3634 N 22ND ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2826, "objectid": 474, "Shape__Area": 448.20703125, "Shape__Length": 102.09352503104753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164643875851596, 40.010660455885997 ], [ -75.164755792263193, 40.010674953138199 ], [ -75.164771899155994, 40.010598794451298 ], [ -75.164419916002203, 40.010552809522999 ], [ -75.164417235978505, 40.010558230942301 ], [ -75.164407079504898, 40.010609666399397 ], [ -75.164403157341795, 40.010629549963198 ], [ -75.164474635030601, 40.010638526313301 ], [ -75.164531834835799, 40.010645939499497 ], [ -75.164589554951306, 40.0106534130284 ], [ -75.164643875851596, 40.010660455885997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3331 N 20TH ST", "addr_range": "3325-3337 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1591, "objectid": 475, "Shape__Area": 252.25, "Shape__Length": 90.991515663088137 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161459590887105, 40.005193205973796 ], [ -75.161468995065206, 40.005194513648803 ], [ -75.1618048102019, 40.005240997967299 ], [ -75.161814666767896, 40.005196907328397 ], [ -75.161469655664305, 40.005149683189003 ], [ -75.161459590887105, 40.005193205973796 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3333 N 20TH ST", "addr_range": "3325-3337 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1735, "objectid": 476, "Shape__Area": 275.15234375, "Shape__Length": 92.140543217051388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161450059364199, 40.0052419792869 ], [ -75.161458819302794, 40.005243159809602 ], [ -75.161794983822702, 40.005288168957499 ], [ -75.1618048102019, 40.005240997967299 ], [ -75.161802682974795, 40.005240708537997 ], [ -75.161468972823002, 40.005194513147302 ], [ -75.161459590887105, 40.005193205973796 ], [ -75.161450059364199, 40.0052419792869 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3661 N 21ST ST", "addr_range": "3659-3663 N 21ST ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1733, "objectid": 477, "Shape__Area": 274.8515625, "Shape__Length": 101.90628499582937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162213687664206, 40.010466094218501 ], [ -75.1625776155512, 40.010512741674397 ], [ -75.162587020360206, 40.0104700580886 ], [ -75.162176403745207, 40.010417473923901 ], [ -75.162213687664206, 40.010466094218501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1611 W TIOGA ST", "addr_range": "1609-1615 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2561, "objectid": 478, "Shape__Area": 406.16015625, "Shape__Length": 108.3510018675953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155505149534207, 40.0070258690887 ], [ -75.155584972836195, 40.007035249622099 ], [ -75.155651473330593, 40.006728926995102 ], [ -75.155571827434798, 40.006718776534903 ], [ -75.155505149534207, 40.0070258690887 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3228 N 15TH ST", "addr_range": "3228-3236 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1515, "objectid": 479, "Shape__Area": 240.265625, "Shape__Length": 78.488774372149948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154737857819399, 40.002751622392601 ], [ -75.1544567347201, 40.0027163801063 ], [ -75.154446209165798, 40.002768016434402 ], [ -75.154726331918098, 40.002803074844699 ], [ -75.154737857819399, 40.002751622392601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2004 W TIOGA ST", "addr_range": "2000-2008 W TIOGA ST; 2007-2013 W ESTAUGH ST", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 4282, "objectid": 480, "Shape__Area": 678.96875, "Shape__Length": 137.53282838794695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1617321717724, 40.007361955794799 ], [ -75.161836570701695, 40.007375496362499 ], [ -75.161920069462596, 40.0069898906509 ], [ -75.161812794333898, 40.006975866333299 ], [ -75.1617321717724, 40.007361955794799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3610 N 17TH ST", "addr_range": "3610 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1050, "objectid": 481, "Shape__Area": 165.96484375, "Shape__Length": 68.159157641102439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156416547531293, 40.008573303034098 ], [ -75.156407708729603, 40.008613129246299 ], [ -75.156653230885297, 40.008644822026 ], [ -75.156664380186896, 40.0085998725461 ], [ -75.156637565505903, 40.008601040952598 ], [ -75.156473505980799, 40.008580344523303 ], [ -75.156416547531293, 40.008573303034098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1634 W ERIE AVE", "addr_range": "1632-1636 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1334, "objectid": 482, "Shape__Area": 211.59375, "Shape__Length": 82.819691100835811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155688704938598, 40.009669725767999 ], [ -75.155741816320003, 40.009676551825798 ], [ -75.155794274243604, 40.009436068092398 ], [ -75.155741603233295, 40.009429252005198 ], [ -75.155688704938598, 40.009669725767999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2000 W TIOGA ST", "addr_range": "2000-2008 W TIOGA ST; 2007-2013 W ESTAUGH ST", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 6686, "objectid": 483, "Shape__Area": 1060.1328125, "Shape__Length": 204.00330524517676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161579554928196, 40.007115363366502 ], [ -75.161531068429696, 40.007335306445 ], [ -75.161636172812194, 40.007349088355802 ], [ -75.161687132428497, 40.007118111296698 ], [ -75.161703198027297, 40.007042581849902 ], [ -75.161719726761802, 40.006963693044398 ], [ -75.161763476302298, 40.006748641045 ], [ -75.161766578750203, 40.006738717823701 ], [ -75.161767461123901, 40.006735949072898 ], [ -75.161665618861093, 40.006722432722398 ], [ -75.161579554928196, 40.007115363366502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3631 N 17TH ST", "addr_range": "3629-3635 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1366, "objectid": 484, "Shape__Area": 216.6953125, "Shape__Length": 84.500475955195071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155747794582197, 40.009163559366399 ], [ -75.155738928891395, 40.0092040769105 ], [ -75.156060128267498, 40.009246202737103 ], [ -75.156069013810495, 40.009205651382402 ], [ -75.155747794582197, 40.009163559366399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1707 W TIOGA ST", "addr_range": "1707 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4935, "objectid": 485, "Shape__Area": 782.54296875, "Shape__Length": 162.25928393568483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156984938644101, 40.007361242508097 ], [ -75.157033388749895, 40.007368768237903 ], [ -75.157115910515301, 40.006991299343703 ], [ -75.157132567310001, 40.006918523766402 ], [ -75.157002853976607, 40.006902052786401 ], [ -75.156960319331603, 40.007096401054703 ], [ -75.156958867031307, 40.007105895606799 ], [ -75.157005809894599, 40.007111710517201 ], [ -75.1569953555789, 40.007152740977801 ], [ -75.156985543682893, 40.007193915693598 ], [ -75.156976368776895, 40.007232186401701 ], [ -75.156966790243601, 40.007272220293402 ], [ -75.156957212867994, 40.007312223576001 ], [ -75.156946732783098, 40.007356074535402 ], [ -75.156984938644101, 40.007361242508097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1828 W ERIE AVE", "addr_range": "1828 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2227, "objectid": 486, "Shape__Area": 353.16015625, "Shape__Length": 127.11726786732149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158755795472501, 40.009666336943603 ], [ -75.158677661335503, 40.010021257925303 ], [ -75.158670967075906, 40.010051621557103 ], [ -75.158736969614594, 40.010060187806999 ], [ -75.158743882341298, 40.010030055257801 ], [ -75.158775997392894, 40.009886749004998 ], [ -75.1587577919816, 40.009860077998503 ], [ -75.158766170773106, 40.009824013808299 ], [ -75.158801530516996, 40.009671980554401 ], [ -75.158755795472501, 40.009666336943603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1632 W ERIE AVE", "addr_range": "1632-1636 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1400, "objectid": 487, "Shape__Area": 221.984375, "Shape__Length": 83.446324563013562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155633437106601, 40.009662850956602 ], [ -75.155688704938598, 40.009669725767999 ], [ -75.155741603233295, 40.009429252005198 ], [ -75.1556859282407, 40.009422029231999 ], [ -75.155633437106601, 40.009662850956602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3344 N 15TH ST", "addr_range": "3344 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2160, "objectid": 488, "Shape__Area": 333.13671875, "Shape__Length": 102.38484429527492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154019919926697, 40.004689119428498 ], [ -75.154405336961901, 40.004739616007797 ], [ -75.154416712838099, 40.004688241278501 ], [ -75.154031294628993, 40.004636649066398 ], [ -75.154019919926697, 40.004689119428498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2007-11 W ESTAUGH ST", "addr_range": "2000-2008 W TIOGA ST; 2007-2013 W ESTAUGH ST", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 4557, "objectid": 489, "Shape__Area": 722.5703125, "Shape__Length": 108.98065964490567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161719726761802, 40.006963693044398 ], [ -75.161812794333898, 40.006975866333299 ], [ -75.161920069462596, 40.0069898906509 ], [ -75.161967969979003, 40.006775352036001 ], [ -75.161857286970601, 40.0067611689378 ], [ -75.161763476302298, 40.006748641045 ], [ -75.161719726761802, 40.006963693044398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3234 N 15TH ST", "addr_range": "3228-3236 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1311, "objectid": 490, "Shape__Area": 207.8203125, "Shape__Length": 76.393700400705725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1544264649268, 40.0028589846019 ], [ -75.154416097930905, 40.002903192917202 ], [ -75.154696923982499, 40.0029374293416 ], [ -75.154706877668801, 40.002892534997002 ], [ -75.1544264649268, 40.0028589846019 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3509 N 22ND ST", "addr_range": "3507-3509 N 22ND ST", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2854, "objectid": 491, "Shape__Area": 452.57421875, "Shape__Length": 120.08475300453958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164249300356303, 40.008155206142803 ], [ -75.164702505519202, 40.0082136914709 ], [ -75.164716682658906, 40.008152964268099 ], [ -75.164262368679999, 40.008096099267199 ], [ -75.164249300356303, 40.008155206142803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2318 W TIOGA ST", "addr_range": "2316-2320 W TIOGA AVE", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1505, "objectid": 492, "Shape__Area": 238.72265625, "Shape__Length": 88.634496847325892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167127445906999, 40.008053087327397 ], [ -75.167182620089207, 40.008060196876997 ], [ -75.1672405352152, 40.007802454656201 ], [ -75.167184626348202, 40.007794797003598 ], [ -75.167127445906999, 40.008053087327397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3435 N 23RD ST", "addr_range": "3435 N 23RD ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 7420, "objectid": 493, "Shape__Area": 1176.3828125, "Shape__Length": 144.99241256118322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166489534615806, 40.0076950281411 ], [ -75.166559908956998, 40.007369927444799 ], [ -75.166342238781596, 40.007341768581398 ], [ -75.166272570755595, 40.007668110442197 ], [ -75.166489534615806, 40.0076950281411 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3448 N 23RD ST", "addr_range": "3442-3448 N 23RD ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1548, "objectid": 494, "Shape__Area": 245.48828125, "Shape__Length": 88.956946595879259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166646479374407, 40.0078151383358 ], [ -75.166636766661497, 40.0078588469257 ], [ -75.166973691628897, 40.007901406893701 ], [ -75.166983598708995, 40.007857542272603 ], [ -75.166646479374407, 40.0078151383358 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1519 W VENANGO ST", "addr_range": "1519 W VENANGO ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1261, "objectid": 495, "Shape__Area": 200.0390625, "Shape__Length": 73.100147049778627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153812650229796, 40.008231998709597 ], [ -75.153810858822297, 40.008241034153698 ], [ -75.153868670679003, 40.0082487566917 ], [ -75.153911718084601, 40.008046183849999 ], [ -75.153850909876198, 40.008037861072502 ], [ -75.153812650229796, 40.008231998709597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3249 N 16TH ST", "addr_range": "3221-3251 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1917, "objectid": 496, "Shape__Area": 303.91796875, "Shape__Length": 95.084673050146478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155426785603396, 40.003263832109504 ], [ -75.155449746414106, 40.003266881995401 ], [ -75.155460013338796, 40.0032686286429 ], [ -75.155768713413593, 40.003307974020501 ], [ -75.1557803066529, 40.003255813901603 ], [ -75.155768290328993, 40.003254316977099 ], [ -75.155425906884503, 40.003211681173603 ], [ -75.155423860254402, 40.003221885795597 ], [ -75.155414707311607, 40.003262301310798 ], [ -75.155426785603396, 40.003263832109504 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2121 W HUNTING PARK AVE", "addr_range": "2119-2123 W HUNTING PARK AVE", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 5013, "objectid": 497, "Shape__Area": 794.94140625, "Shape__Length": 169.3190993660142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164044156150794, 40.0113616221835 ], [ -75.164384628271506, 40.011798576704102 ], [ -75.164466854630902, 40.0117603873042 ], [ -75.164336862429096, 40.011592457118503 ], [ -75.164126589267795, 40.011323502563897 ], [ -75.164085831481302, 40.011342346558799 ], [ -75.164044156150794, 40.0113616221835 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2119 W HUNTING PARK AVE", "addr_range": "2119-2123 W HUNTING PARK AVE", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 5008, "objectid": 498, "Shape__Area": 794.22265625, "Shape__Length": 169.21590220135863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163962308282294, 40.011399755828798 ], [ -75.164300433641898, 40.011836109931899 ], [ -75.164384628271506, 40.011798576704102 ], [ -75.164044156150794, 40.0113616221835 ], [ -75.163962308282294, 40.011399755828798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2920 W GLENWOOD AVE", "addr_range": "2920-2924 W GLENWOOD AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 549, "objectid": 499, "Shape__Area": 87.0859375, "Shape__Length": 45.369641904649022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182047999928997, 39.982910739613303 ], [ -75.182020757618005, 39.983038797928003 ], [ -75.182118914223395, 39.982972711132298 ], [ -75.182047999928997, 39.982910739613303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2123 W HUNTING PARK AVE", "addr_range": "2119-2123 W HUNTING PARK AVE", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 3117, "objectid": 500, "Shape__Area": 494.36328125, "Shape__Length": 112.83591252847806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164126790397702, 40.011322652030799 ], [ -75.164337061181399, 40.011591607432599 ], [ -75.164419631865698, 40.011553232107303 ], [ -75.164210814610598, 40.011283518505699 ], [ -75.1641760265952, 40.011299726359098 ], [ -75.164140897625103, 40.011316086904003 ], [ -75.164126790397702, 40.011322652030799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3221-47 N 16TH ST", "addr_range": "3221-3251 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 16755, "objectid": 501, "Shape__Area": 2656.0859375, "Shape__Length": 212.41648697091136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155784374905807, 40.003256324807403 ], [ -75.155882532626407, 40.002807622390897 ], [ -75.155525578115601, 40.0027662028183 ], [ -75.155425906884503, 40.003211681173603 ], [ -75.155784374905807, 40.003256324807403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3312 N 17TH ST", "addr_range": "3312-3320 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2100, "objectid": 502, "Shape__Area": 334.51171875, "Shape__Length": 99.386748413176079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157364301610897, 40.004272249920803 ], [ -75.157733351159393, 40.004321043901598 ], [ -75.157744335813206, 40.0042661307833 ], [ -75.157375617914397, 40.004217986745999 ], [ -75.157364301610897, 40.004272249920803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3546 N SMEDLEY ST", "addr_range": "3534-3546 N SMEDLEY ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1249, "objectid": 503, "Shape__Area": 198.02734375, "Shape__Length": 76.976906154770134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1560614604997, 40.007794171497402 ], [ -75.155773210899895, 40.007757240184603 ], [ -75.155764991512498, 40.0077984498974 ], [ -75.155864687683902, 40.007811664386601 ], [ -75.155935538867794, 40.007821050961702 ], [ -75.156003087619396, 40.0078290735214 ], [ -75.156051983187396, 40.007834821205599 ], [ -75.1560614604997, 40.007794171497402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1686 N 54TH ST", "addr_range": "1674-1692 N 54TH ST", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1574, "objectid": 504, "Shape__Area": 249.37109375, "Shape__Length": 90.9715411468177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2301901136113, 39.978305909931798 ], [ -75.230198304863904, 39.978351111670598 ], [ -75.230212833078198, 39.978349786348502 ], [ -75.230545400919496, 39.978312985177602 ], [ -75.230539241900701, 39.978271148255402 ], [ -75.230205563368997, 39.978304588627402 ], [ -75.2301901136113, 39.978305909931798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5449 HUNTER ST", "addr_range": "5447-5459 HUNTER ST", "zipcode": 19131, "district": "4", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 5572, "objectid": 505, "Shape__Area": 882.72265625, "Shape__Length": 154.61452088405915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231522840355595, 39.978105412921899 ], [ -75.231534049155201, 39.978168718705902 ], [ -75.231700462256299, 39.978151028712503 ], [ -75.231677989155003, 39.978006701484603 ], [ -75.231647273344905, 39.977908908200099 ], [ -75.231659952262703, 39.977907138469398 ], [ -75.231634002856296, 39.977753096088499 ], [ -75.231516507400997, 39.977773277677798 ], [ -75.231556490648899, 39.978014996738899 ], [ -75.2315150450884, 39.978019534615903 ], [ -75.231506003440998, 39.978020965190801 ], [ -75.2315132042214, 39.978047703497097 ], [ -75.231522840355595, 39.978105412921899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1682 N 54TH ST", "addr_range": "1674-1692 N 54TH ST", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1604, "objectid": 506, "Shape__Area": 254.17578125, "Shape__Length": 91.365524919301336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230176733047699, 39.978218151918703 ], [ -75.230183095982696, 39.97826237828 ], [ -75.230200113016906, 39.978260607554603 ], [ -75.230531936718506, 39.978226901232702 ], [ -75.230525306153297, 39.978181959034998 ], [ -75.2301943484226, 39.978216636700303 ], [ -75.230176733047699, 39.978218151918703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1678 N 54TH ST", "addr_range": "1674-1692 N 54TH ST", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1598, "objectid": 507, "Shape__Area": 253.14453125, "Shape__Length": 91.221917189723442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230164470037906, 39.978142604416298 ], [ -75.230168863821802, 39.978172699563601 ], [ -75.230185263946396, 39.978171172979998 ], [ -75.230518054120196, 39.978136279692798 ], [ -75.230511359465396, 39.9780925290056 ], [ -75.230177969159897, 39.978126683789597 ], [ -75.230162484172695, 39.978128955768 ], [ -75.230164470037906, 39.978142604416298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1676 N 54TH ST", "addr_range": "1674-1692 N 54TH ST", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1703, "objectid": 508, "Shape__Area": 269.7734375, "Shape__Length": 92.346593302237551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230154371290595, 39.978081611375003 ], [ -75.230162484172695, 39.978128955768 ], [ -75.230177969159897, 39.978126683789597 ], [ -75.230511359465396, 39.9780925290056 ], [ -75.230504493588299, 39.9780454381699 ], [ -75.230170467298095, 39.9780798213324 ], [ -75.230154371290595, 39.978081611375003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1674 N 54TH ST", "addr_range": "1674-1692 N 54TH ST", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1703, "objectid": 509, "Shape__Area": 687.98828125, "Shape__Length": 164.64056607740486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230504493588299, 39.9780454381699 ], [ -75.230514395323198, 39.9780439959221 ], [ -75.230515663288699, 39.978051615553397 ], [ -75.230540860642606, 39.978202692767702 ], [ -75.230632319049207, 39.978192546183003 ], [ -75.230630862170202, 39.978189419277903 ], [ -75.230556908157894, 39.977952498764402 ], [ -75.230144578565401, 39.978030426990301 ], [ -75.230149018037395, 39.978053639530302 ], [ -75.230154371290595, 39.978081611375003 ], [ -75.230170467298095, 39.9780798213324 ], [ -75.230504493588299, 39.9780454381699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5447 HUNTER ST", "addr_range": "5447-5459 HUNTER ST", "zipcode": 19131, "district": "4", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1657, "objectid": 510, "Shape__Area": 262.61328125, "Shape__Length": 85.115079700484657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231516507400997, 39.977773277677798 ], [ -75.231434896714802, 39.977788541591799 ], [ -75.231506003440998, 39.978020965190801 ], [ -75.2315150450884, 39.978019534615903 ], [ -75.231556490648899, 39.978014996738899 ], [ -75.231516507400997, 39.977773277677798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1688 N 54TH ST", "addr_range": "1674-1692 N 54TH ST", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1664, "objectid": 511, "Shape__Area": 263.703125, "Shape__Length": 91.602462982641754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230198304863904, 39.978351111670598 ], [ -75.230205503280501, 39.978397725994697 ], [ -75.230220048235907, 39.9783959181051 ], [ -75.230551999444501, 39.978359360154897 ], [ -75.230545400919496, 39.978312985177602 ], [ -75.230212833078198, 39.978349786348502 ], [ -75.230198304863904, 39.978351111670598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1420 N ITHAN ST", "addr_range": "1418-1420 N ITHAN ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 741, "objectid": 512, "Shape__Area": 117.48046875, "Shape__Length": 50.682698947229959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233820162843202, 39.973885097430198 ], [ -75.233827687348906, 39.973926882997397 ], [ -75.233998983471906, 39.973907733753002 ], [ -75.233997274543, 39.973897878138501 ], [ -75.233990943141293, 39.973866339634398 ], [ -75.233820162843202, 39.973885097430198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1451 N FRAZIER ST", "addr_range": "1449-1451 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 702, "objectid": 513, "Shape__Area": 111.2109375, "Shape__Length": 50.434730609465078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234276158523897, 39.974449476550198 ], [ -75.234102435438203, 39.974468509056202 ], [ -75.234105523103693, 39.974483003486597 ], [ -75.234110212684001, 39.974507398034497 ], [ -75.234283545127198, 39.974488228108399 ], [ -75.234276158523897, 39.974449476550198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5823 LANSDOWNE AVE", "addr_range": "5815-5823 LANSDOWNE AVE", "zipcode": 19131, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1347, "objectid": 514, "Shape__Area": 213.47265625, "Shape__Length": 68.962794130486742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237722292338006, 39.9762864901151 ], [ -75.237756371780307, 39.9764691622117 ], [ -75.237827166051005, 39.976455140121502 ], [ -75.237794409943007, 39.976278575126003 ], [ -75.237722292338006, 39.9762864901151 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1325 N CONESTOGA ST", "addr_range": "1325 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2806, "objectid": 515, "Shape__Area": 444.515625, "Shape__Length": 131.26027807211725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229521542314103, 39.9731453206116 ], [ -75.229528915125002, 39.973195066197299 ], [ -75.229637534778504, 39.973182428713599 ], [ -75.230044775297401, 39.973136985622297 ], [ -75.230034536085398, 39.973083179409798 ], [ -75.229521289653903, 39.973143671644202 ], [ -75.229521542314103, 39.9731453206116 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1328-30 N CONESTOGA ST", "addr_range": "1328-1330 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3705, "objectid": 516, "Shape__Area": 586.84765625, "Shape__Length": 132.43053818117579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230178592851402, 39.973086713144497 ], [ -75.230193042623199, 39.973159132682703 ], [ -75.230685790395697, 39.973102831153597 ], [ -75.230679609972995, 39.973060445047402 ], [ -75.230675367619298, 39.973031353343302 ], [ -75.230178592851402, 39.973086713144497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1452 N FRAZIER ST", "addr_range": "1448-1462 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 707, "objectid": 517, "Shape__Area": 112.0546875, "Shape__Length": 50.780984840989092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234567015526295, 39.974457819446599 ], [ -75.234391594598804, 39.974476879142401 ], [ -75.234398871787207, 39.9745157093827 ], [ -75.234574008045499, 39.974496433501699 ], [ -75.234569759343799, 39.974471418844999 ], [ -75.234567015526295, 39.974457819446599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1440 N 54TH ST", "addr_range": "1440-1442 N 54TH ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 767, "objectid": 518, "Shape__Area": 121.62890625, "Shape__Length": 44.12748855451008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229579519595802, 39.975029979590502 ], [ -75.229587641445704, 39.975073085053502 ], [ -75.229683694759203, 39.975062685240403 ], [ -75.229671473492203, 39.974988315271901 ], [ -75.229572973864506, 39.974995211427 ], [ -75.229573708635399, 39.974999111761299 ], [ -75.229579519595802, 39.975029979590502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1439 N ITHAN ST", "addr_range": "1439 N ITHAN ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 715, "objectid": 519, "Shape__Area": 113.35546875, "Shape__Length": 49.763590140111198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233755009045495, 39.9743108514037 ], [ -75.233587384708201, 39.974328663559902 ], [ -75.233594538154193, 39.974369714804801 ], [ -75.233762819785497, 39.9743516755819 ], [ -75.233755009045495, 39.9743108514037 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5519 LANSDOWNE AVE", "addr_range": "5511-5525 LANSDOWNE AVE", "zipcode": 19131, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1622, "objectid": 520, "Shape__Area": 256.98828125, "Shape__Length": 93.979167017675366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232416676892598, 39.976876798466598 ], [ -75.232467059892798, 39.977154545469602 ], [ -75.232524476923302, 39.977146971690402 ], [ -75.232471346368698, 39.976870452866201 ], [ -75.232416676892598, 39.976876798466598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5513 LANSDOWNE AVE", "addr_range": "5511-5525 LANSDOWNE AVE", "zipcode": 19131, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1679, "objectid": 521, "Shape__Area": 266.0546875, "Shape__Length": 94.845158318605058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232246474507804, 39.976894438726603 ], [ -75.232300337112406, 39.977174406528498 ], [ -75.232355954399907, 39.977166825783797 ], [ -75.232306451886203, 39.976889064702597 ], [ -75.232246474507804, 39.976894438726603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5523 LANSDOWNE AVE", "addr_range": "5511-5525 LANSDOWNE AVE", "zipcode": 19131, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1738, "objectid": 522, "Shape__Area": 275.34765625, "Shape__Length": 94.00799679326262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232526006792099, 39.976864351211198 ], [ -75.232579222175303, 39.977138049948003 ], [ -75.232641076463906, 39.977130638321398 ], [ -75.232586044021204, 39.976857898061397 ], [ -75.232526006792099, 39.976864351211198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5511 LANSDOWNE AVE", "addr_range": "5511-5525 LANSDOWNE AVE", "zipcode": 19131, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1567, "objectid": 523, "Shape__Area": 248.21484375, "Shape__Length": 94.499408966786774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232193672670306, 39.976898422241497 ], [ -75.232245687698807, 39.977180203786801 ], [ -75.232300337112406, 39.977174406528498 ], [ -75.232246474507804, 39.976894438726603 ], [ -75.232193672670306, 39.976898422241497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5817 LANSDOWNE AVE", "addr_range": "5815-5823 LANSDOWNE AVE", "zipcode": 19131, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1447, "objectid": 524, "Shape__Area": 229.3359375, "Shape__Length": 73.891165989309954 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237510737446996, 39.9763097298856 ], [ -75.237547795525302, 39.976510484450699 ], [ -75.237616646982701, 39.976496842519602 ], [ -75.2375813607174, 39.976301974224 ], [ -75.237510737446996, 39.9763097298856 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1338 N 54TH ST", "addr_range": "1338 N 54TH ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1441, "objectid": 525, "Shape__Area": 228.25, "Shape__Length": 72.593860714326269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229372501398203, 39.973844115172902 ], [ -75.229372748496104, 39.973845345956001 ], [ -75.229509588302506, 39.9738300073695 ], [ -75.229605525421206, 39.9738192519169 ], [ -75.229622166412696, 39.973817391951997 ], [ -75.229613773503601, 39.9737618377712 ], [ -75.229361922008096, 39.973790430262298 ], [ -75.229372501398203, 39.973844115172902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5521 LANSDOWNE AVE", "addr_range": "5511-5525 LANSDOWNE AVE", "zipcode": 19131, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1577, "objectid": 526, "Shape__Area": 249.82421875, "Shape__Length": 93.180670478633459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232471346368698, 39.976870452866201 ], [ -75.232524476923302, 39.977146971690402 ], [ -75.232579222175303, 39.977138049948003 ], [ -75.232526006792099, 39.976864351211198 ], [ -75.232471346368698, 39.976870452866201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5515 LANSDOWNE AVE", "addr_range": "5511-5525 LANSDOWNE AVE", "zipcode": 19131, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1568, "objectid": 527, "Shape__Area": 248.5, "Shape__Length": 93.655673964484919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232306451886203, 39.976889064702597 ], [ -75.232355954399907, 39.977166825783797 ], [ -75.232409733356505, 39.977160751692303 ], [ -75.232361135269102, 39.976882881638602 ], [ -75.232306451886203, 39.976889064702597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5527 JEFFERSON ST", "addr_range": "5521-5527 JEFFERSON ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1372, "objectid": 528, "Shape__Area": 217.46484375, "Shape__Length": 84.908634870132431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233048936985099, 39.978913436391203 ], [ -75.233055134750103, 39.978942956484197 ], [ -75.233059971077296, 39.978967402945401 ], [ -75.233060924974097, 39.978972760462099 ], [ -75.233063677704806, 39.978984377902897 ], [ -75.2330645014966, 39.978993277982902 ], [ -75.233070910479597, 39.979022755855297 ], [ -75.2330765888819, 39.979056683938502 ], [ -75.233078921211501, 39.979063843944303 ], [ -75.233088245934098, 39.979108505366398 ], [ -75.233091756217505, 39.979130810810098 ], [ -75.233094056894501, 39.9791388567008 ], [ -75.233094412819298, 39.979145085879999 ], [ -75.233096278384593, 39.979149576810997 ], [ -75.233097747994194, 39.979161940064898 ], [ -75.233150378736497, 39.979155824193597 ], [ -75.233141765433899, 39.979107228416197 ], [ -75.233133984316098, 39.979067275216501 ], [ -75.233124467295298, 39.979019901189098 ], [ -75.233102489398803, 39.978910129340903 ], [ -75.233101959441598, 39.978907490415502 ], [ -75.233048936985099, 39.978913436391203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2709 W SILVER ST", "addr_range": "2709 W SILVER ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 700, "objectid": 529, "Shape__Area": 106.6875, "Shape__Length": 50.79039882715945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175618080737607, 39.997700172674897 ], [ -75.175665299687694, 39.997706293506504 ], [ -75.175693383775496, 39.997569792037602 ], [ -75.175646498480802, 39.997563679599203 ], [ -75.175618080737607, 39.997700172674897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5750 HAVERFORD AVE", "addr_range": "5750 HAVERFORD AVE", "zipcode": 19131, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1385, "objectid": 530, "Shape__Area": 219.40234375, "Shape__Length": 84.265180936585921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235197780812499, 39.968300885399401 ], [ -75.235278013039306, 39.968323695548499 ], [ -75.235279837842896, 39.968315112117303 ], [ -75.235282856476104, 39.968300945254903 ], [ -75.235330495940005, 39.9680768486716 ], [ -75.235306979590703, 39.968070320052298 ], [ -75.235197780812499, 39.968300885399401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4904 LANCASTER AVE", "addr_range": "4900-4904 LANCASTER AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 817, "objectid": 531, "Shape__Area": 129.42578125, "Shape__Length": 58.626529800105153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220047983593801, 39.973698542321301 ], [ -75.219940701945603, 39.973802324662202 ], [ -75.219981832830996, 39.973827539569697 ], [ -75.220121889960893, 39.973690983325703 ], [ -75.220047983593801, 39.973698542321301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "633 N 53RD ST", "addr_range": "633-637 N 53RD ST", "zipcode": 19131, "district": "3", "year": "2003", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 973, "objectid": 532, "Shape__Area": 154.14453125, "Shape__Length": 65.547312166502849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226918590685401, 39.970185919903003 ], [ -75.226886251627107, 39.970013565199899 ], [ -75.226810196032005, 39.970197783008402 ], [ -75.226918590685401, 39.970185919903003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "635 N 53RD ST", "addr_range": "633-637 N 53RD ST", "zipcode": 19131, "district": "3", "year": "2003", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 599, "objectid": 533, "Shape__Area": 94.94921875, "Shape__Length": 42.147158694621055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226918590685401, 39.970185919903003 ], [ -75.226810196032005, 39.970197783008402 ], [ -75.226789137876807, 39.970248153329599 ], [ -75.226926223924096, 39.970232724272797 ], [ -75.226918590685401, 39.970185919903003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1469 N 52ND ST", "addr_range": "1467-1469 N 52ND ST; 5184-5194 LANCASTER AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1112, "objectid": 534, "Shape__Area": 176.265625, "Shape__Length": 70.879205364961749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226650494744007, 39.976671945348699 ], [ -75.226449186735493, 39.976575640392397 ], [ -75.226419959019694, 39.976612893612803 ], [ -75.226496475793397, 39.9766487096201 ], [ -75.226572484596204, 39.976684109856997 ], [ -75.226635327657206, 39.976713424429498 ], [ -75.226656333761397, 39.976722580047102 ], [ -75.226650494744007, 39.976671945348699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "659 N 52ND ST", "addr_range": "649-665, 669 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1171, "objectid": 535, "Shape__Area": 185.48046875, "Shape__Length": 74.134233647738156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225552156905707, 39.970825786900399 ], [ -75.225277682144693, 39.970865237703798 ], [ -75.225286942461494, 39.970905288985399 ], [ -75.225561893613403, 39.9708665415043 ], [ -75.225552156905707, 39.970825786900399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4618 MERION AVE", "addr_range": "4606-4622 MERION AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 913, "objectid": 536, "Shape__Area": 144.6171875, "Shape__Length": 68.740572247331158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214417872582004, 39.971551303063102 ], [ -75.214450807927193, 39.971571486141798 ], [ -75.214616246840706, 39.971413478650703 ], [ -75.214579871808496, 39.971391171641898 ], [ -75.214572603530399, 39.971398941656197 ], [ -75.214417872582004, 39.971551303063102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "663 N 52ND ST", "addr_range": "649-665, 669 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1299, "objectid": 537, "Shape__Area": 205.7734375, "Shape__Length": 75.47186708003585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225296453485498, 39.970946408959598 ], [ -75.225307602987996, 39.970991997892199 ], [ -75.225582311407507, 39.970950747448299 ], [ -75.225570928530004, 39.9709069590116 ], [ -75.225296453485498, 39.970946408959598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4614 MERION AVE", "addr_range": "4606-4622 MERION AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 933, "objectid": 538, "Shape__Area": 147.8359375, "Shape__Length": 66.716076425811977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214339909821902, 39.971504251840599 ], [ -75.2143765911472, 39.971526823380401 ], [ -75.214532906748502, 39.971374707876898 ], [ -75.214495552000997, 39.971352233230299 ], [ -75.214339909821902, 39.971504251840599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "655 N 52ND ST", "addr_range": "649-665, 669 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1251, "objectid": 539, "Shape__Area": 198.24609375, "Shape__Length": 75.462605664177218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225532368186094, 39.970741545233999 ], [ -75.225255009253502, 39.970781947948304 ], [ -75.225265406742594, 39.970823508196503 ], [ -75.225543184628194, 39.970785323016301 ], [ -75.225532368186094, 39.970741545233999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5205 WARREN ST", "addr_range": "5205-5207 WARREN ST; 1472-78 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1539, "objectid": 540, "Shape__Area": 243.8046875, "Shape__Length": 79.301832279888274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226927837501904, 39.976592654064099 ], [ -75.226953189674802, 39.976605656032099 ], [ -75.227049798695404, 39.976478243658399 ], [ -75.227105144865703, 39.976405730033299 ], [ -75.227049096882098, 39.976379786172203 ], [ -75.226921497166003, 39.976537160996202 ], [ -75.226927837501904, 39.976592654064099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5207 WARREN ST", "addr_range": "5205-5207 WARREN ST; 1472-78 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1719, "objectid": 541, "Shape__Area": 272.328125, "Shape__Length": 83.337551463264148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226953189674802, 39.976605656032099 ], [ -75.226970395135893, 39.976613464833299 ], [ -75.226993244898495, 39.976624977386997 ], [ -75.227002117974806, 39.976629217944001 ], [ -75.227013587036893, 39.976633501158098 ], [ -75.227066049090794, 39.9765664679759 ], [ -75.227114151607793, 39.976505659424902 ], [ -75.227169114402102, 39.976436119642401 ], [ -75.227105144865703, 39.976405730033299 ], [ -75.227049798695404, 39.976478243658399 ], [ -75.226953189674802, 39.976605656032099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1254 N 52ND ST", "addr_range": "1252-1254 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1675, "objectid": 542, "Shape__Area": 265.4375, "Shape__Length": 88.072211850898043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226255737061607, 39.972835085578197 ], [ -75.226264484797298, 39.972883282217701 ], [ -75.226420026528501, 39.972867504508102 ], [ -75.226593112131994, 39.972848694902098 ], [ -75.226583357553594, 39.972799412974702 ], [ -75.226255737061607, 39.972835085578197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4616 MERION AVE", "addr_range": "4606-4622 MERION AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1016, "objectid": 543, "Shape__Area": 160.921875, "Shape__Length": 67.629633274437879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2143765911472, 39.971526823380401 ], [ -75.214417872582004, 39.971551303063102 ], [ -75.214572603530399, 39.971398941656197 ], [ -75.214532906748502, 39.971374707876898 ], [ -75.2143765911472, 39.971526823380401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1472-78 N 52ND ST", "addr_range": "5205-5207 WARREN ST; 1472-78 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1713, "objectid": 544, "Shape__Area": 271.4140625, "Shape__Length": 80.685423630856235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227049096882098, 39.976379786172203 ], [ -75.226941429361503, 39.976328867894701 ], [ -75.226931504243495, 39.976324764579203 ], [ -75.226918569231003, 39.9763187092991 ], [ -75.226904183480301, 39.976312299563801 ], [ -75.226894308189998, 39.976307390947902 ], [ -75.226896055220195, 39.9763224057359 ], [ -75.226897144516201, 39.976329779120498 ], [ -75.226899762410298, 39.976357417106598 ], [ -75.226904150152805, 39.976383692053403 ], [ -75.226903892252693, 39.9763906348741 ], [ -75.226905110337498, 39.9763978831486 ], [ -75.226908404474202, 39.976424278210203 ], [ -75.226917840852494, 39.976500779427603 ], [ -75.226918209735302, 39.976511184145501 ], [ -75.226919352413802, 39.976520462510599 ], [ -75.226921430733796, 39.976525424046201 ], [ -75.226920139393101, 39.976529732154297 ], [ -75.226921497166003, 39.976537160996202 ], [ -75.227049096882098, 39.976379786172203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4610 MERION AVE", "addr_range": "4606-4622 MERION AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1148, "objectid": 545, "Shape__Area": 181.94140625, "Shape__Length": 69.417992594784778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214249934928105, 39.9714501640916 ], [ -75.214294966014805, 39.971477999117603 ], [ -75.214450893486699, 39.9713244876055 ], [ -75.214406075483893, 39.971296529406096 ], [ -75.214249934928105, 39.9714501640916 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4620 MERION AVE", "addr_range": "4606-4622 MERION AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 4743, "objectid": 546, "Shape__Area": 751.2734375, "Shape__Length": 148.88856629021728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214450807927193, 39.971571486141798 ], [ -75.2145079963596, 39.971604264108898 ], [ -75.214613735540297, 39.971502096077302 ], [ -75.214634864169597, 39.971482188580701 ], [ -75.214648985028802, 39.971468153941501 ], [ -75.214668976233497, 39.971463534720499 ], [ -75.214698900448496, 39.971457780756403 ], [ -75.2147156859277, 39.971472786579803 ], [ -75.214757520589302, 39.971498761409102 ], [ -75.214784273381994, 39.971472963964302 ], [ -75.214900503573801, 39.971360277625102 ], [ -75.214856523869898, 39.971333981552199 ], [ -75.214809854255193, 39.971304580648898 ], [ -75.214759878632705, 39.971273365047999 ], [ -75.214616246840706, 39.971413478650703 ], [ -75.214450807927193, 39.971571486141798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "657 N 52ND ST", "addr_range": "649-665, 669 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1200, "objectid": 547, "Shape__Area": 190.1640625, "Shape__Length": 74.67812654134616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225265703674197, 39.970824530154403 ], [ -75.225277682144693, 39.970865237703798 ], [ -75.225552156905707, 39.970825786900399 ], [ -75.225543184628194, 39.970785323016301 ], [ -75.225265406742594, 39.970823508196503 ], [ -75.225265703674197, 39.970824530154403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4900 LANCASTER AVE", "addr_range": "4900-4904 LANCASTER AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1118, "objectid": 548, "Shape__Area": 177.1875, "Shape__Length": 64.303411451812977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219969799084097, 39.973706828657697 ], [ -75.219810531567902, 39.973724627493802 ], [ -75.219897251379706, 39.973776381042697 ], [ -75.219940701945603, 39.973802324662202 ], [ -75.220047983593801, 39.973698542321301 ], [ -75.219969799084097, 39.973706828657697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "637 N 53RD ST", "addr_range": "633-637 N 53RD ST", "zipcode": 19131, "district": "3", "year": "2003", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 667, "objectid": 549, "Shape__Area": 105.65625, "Shape__Length": 47.021784853732647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226926223924096, 39.970232724272797 ], [ -75.226789137876807, 39.970248153329599 ], [ -75.226769966626506, 39.970293594336901 ], [ -75.226933435949206, 39.970275578417301 ], [ -75.226926223924096, 39.970232724272797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "653 N 52ND ST", "addr_range": "649-665, 669 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1191, "objectid": 550, "Shape__Area": 188.6484375, "Shape__Length": 74.649332868204993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225254523744695, 39.970779761355899 ], [ -75.225255009253502, 39.970781947948304 ], [ -75.225532368186094, 39.970741545233999 ], [ -75.225521156378505, 39.970701032978297 ], [ -75.225246100829906, 39.970740905199101 ], [ -75.225254523744695, 39.970779761355899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "665 N 52ND ST", "addr_range": "649-665, 669 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1244, "objectid": 551, "Shape__Area": 197.07421875, "Shape__Length": 75.061222352112523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225582311407507, 39.970950747448299 ], [ -75.225307602987996, 39.970991997892199 ], [ -75.225318258931097, 39.971034514373301 ], [ -75.225594027501899, 39.970993447600897 ], [ -75.225582311407507, 39.970950747448299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4989 W GIRARD AVE", "addr_range": "4977-4991 1/2 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1039, "objectid": 552, "Shape__Area": 164.69921875, "Shape__Length": 65.430023886851345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221780413124705, 39.972419936024501 ], [ -75.2218393670409, 39.9725939545839 ], [ -75.221847438593002, 39.9725932467327 ], [ -75.221895038541206, 39.9725876532694 ], [ -75.221834231847296, 39.972408821330298 ], [ -75.221780413124705, 39.972419936024501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4923 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1781, "objectid": 553, "Shape__Area": 282.08203125, "Shape__Length": 101.81979680082721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219977496966905, 39.972795341074303 ], [ -75.220037780854696, 39.9729638785616 ], [ -75.220060881513106, 39.973091813505903 ], [ -75.220116303363994, 39.973086603152801 ], [ -75.220093080791301, 39.972952411697399 ], [ -75.220032306845297, 39.972783476908603 ], [ -75.219977496966905, 39.972795341074303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4993 W GIRARD AVE", "addr_range": "4993-4997 1/2 W GIRARD AVE; 1206-1208 N ST BERNARD ST", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1234, "objectid": 554, "Shape__Area": 195.5859375, "Shape__Length": 73.92895635499228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222102854220793, 39.972352309077003 ], [ -75.222101080551099, 39.972352673651201 ], [ -75.222125883277201, 39.972424837732802 ], [ -75.2221303258044, 39.972437783841301 ], [ -75.222133387128196, 39.9724466846721 ], [ -75.222169872625599, 39.972552829587499 ], [ -75.222173826207893, 39.972552449963402 ], [ -75.222227693482694, 39.972547332300103 ], [ -75.222156423646695, 39.972341093236402 ], [ -75.222102854220793, 39.972352309077003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4995 W GIRARD AVE", "addr_range": "4993-4997 1/2 W GIRARD AVE; 1206-1208 N ST BERNARD ST", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1248, "objectid": 555, "Shape__Area": 197.671875, "Shape__Length": 76.973819368352409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222212042905397, 39.972329454907801 ], [ -75.222285977696302, 39.972541782120601 ], [ -75.222339446448999, 39.972536673646601 ], [ -75.222266416302205, 39.972318063913299 ], [ -75.222212042905397, 39.972329454907801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4955 W GIRARD AVE", "addr_range": "4951-4957 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1463, "objectid": 556, "Shape__Area": 231.7734375, "Shape__Length": 86.088608862803341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220844236020397, 39.972615081764502 ], [ -75.220930986423497, 39.972855594537002 ], [ -75.220987205351904, 39.972849790458902 ], [ -75.220899283919294, 39.972603044039602 ], [ -75.220844236020397, 39.972615081764502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5186 LANCASTER AVE", "addr_range": "1467-1469 N 52ND ST; 5184-5194 LANCASTER AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2466, "objectid": 557, "Shape__Area": 390.6328125, "Shape__Length": 98.311915058199546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226572484596204, 39.976684109856997 ], [ -75.226496475793397, 39.9766487096201 ], [ -75.2263934780851, 39.976780598675603 ], [ -75.226318078534106, 39.976880979418702 ], [ -75.226392219472004, 39.9769177370421 ], [ -75.226572484596204, 39.976684109856997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4997 1/2 W GIRARD AVE", "addr_range": "4993-4997 1/2 W GIRARD AVE; 1206-1208 N ST BERNARD ST", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1206, "objectid": 558, "Shape__Area": 191.13671875, "Shape__Length": 72.423063213201615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222375350927095, 39.972295267965499 ], [ -75.222442377021395, 39.972490566281799 ], [ -75.2225004457013, 39.972484575164003 ], [ -75.222430568659206, 39.972283717996 ], [ -75.222375350927095, 39.972295267965499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4993 1/2 W GIRARD AVE", "addr_range": "4993-4997 1/2 W GIRARD AVE; 1206-1208 N ST BERNARD ST", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1280, "objectid": 559, "Shape__Area": 202.828125, "Shape__Length": 75.868607974623544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222156423646695, 39.972341093236402 ], [ -75.222227693482694, 39.972547332300103 ], [ -75.222285977696302, 39.972541782120601 ], [ -75.222212042905397, 39.972329454907801 ], [ -75.222156423646695, 39.972341093236402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4989 1/2 W GIRARD AVE", "addr_range": "4977-4991 1/2 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1081, "objectid": 560, "Shape__Area": 171.2734375, "Shape__Length": 67.086020262479636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221834231847296, 39.972408821330298 ], [ -75.221895038541206, 39.9725876532694 ], [ -75.221951796382399, 39.972581456950998 ], [ -75.221888346025906, 39.972397633832799 ], [ -75.221834231847296, 39.972408821330298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4915 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1590, "objectid": 561, "Shape__Area": 251.83203125, "Shape__Length": 94.205426059954988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219760058390904, 39.972840501799197 ], [ -75.219812860947997, 39.972992754672397 ], [ -75.219834665138094, 39.973113890074302 ], [ -75.219889508614799, 39.973108425609396 ], [ -75.219869088072599, 39.972988465898098 ], [ -75.219811529333697, 39.972829966069398 ], [ -75.219760058390904, 39.972840501799197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4987 W GIRARD AVE", "addr_range": "4977-4991 1/2 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1877, "objectid": 562, "Shape__Area": 297.38671875, "Shape__Length": 111.86994979290668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221725078295194, 39.972430692929997 ], [ -75.2218403200241, 39.972764246342997 ], [ -75.221874597922493, 39.972760795677502 ], [ -75.221847438593002, 39.9725932467327 ], [ -75.2218393670409, 39.9725939545839 ], [ -75.221780413124705, 39.972419936024501 ], [ -75.221725078295194, 39.972430692929997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1208 N ST BERNARD ST", "addr_range": "4993-4997 1/2 W GIRARD AVE; 1206-1208 N ST BERNARD ST", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 689, "objectid": 563, "Shape__Area": 109.18359375, "Shape__Length": 50.47654682341512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222354282908697, 39.972584407403303 ], [ -75.222178941467902, 39.972602451848999 ], [ -75.2221855318097, 39.972640445281101 ], [ -75.222360822120606, 39.972622078040501 ], [ -75.222354282908697, 39.972584407403303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4947 W GIRARD AVE", "addr_range": "4947 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1366, "objectid": 564, "Shape__Area": 216.4921875, "Shape__Length": 79.567082765977332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220626352634099, 39.972660427115301 ], [ -75.220702118192804, 39.972879163163199 ], [ -75.220760732554297, 39.972872589382099 ], [ -75.220682530972994, 39.972648979336803 ], [ -75.220626352634099, 39.972660427115301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4981 W GIRARD AVE", "addr_range": "4977-4991 1/2 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1872, "objectid": 565, "Shape__Area": 296.56640625, "Shape__Length": 108.08405070845296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221560557516199, 39.972465383828499 ], [ -75.221669815589607, 39.972780655861897 ], [ -75.221725496376706, 39.972775242314498 ], [ -75.221614440635506, 39.972454240020802 ], [ -75.221560557516199, 39.972465383828499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4543 MERION AVE", "addr_range": "4535-4545 MERION AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 715, "objectid": 566, "Shape__Area": 113.31640625, "Shape__Length": 53.42338012472414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213303849351206, 39.971262334626097 ], [ -75.213312480717093, 39.971267958475003 ], [ -75.213313462953195, 39.971268592869798 ], [ -75.213363908796396, 39.971263115417202 ], [ -75.213465205074499, 39.971162672926503 ], [ -75.213435253139295, 39.971144520587799 ], [ -75.213426994324493, 39.971139582536601 ], [ -75.213303849351206, 39.971262334626097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4935 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1133, "objectid": 567, "Shape__Area": 179.49609375, "Shape__Length": 68.990666225634172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220295281523704, 39.972729051750797 ], [ -75.220360201271205, 39.9729126820774 ], [ -75.220417739008397, 39.972906907348701 ], [ -75.220350646191605, 39.972717506906797 ], [ -75.220295281523704, 39.972729051750797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4941 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1211, "objectid": 568, "Shape__Area": 191.91015625, "Shape__Length": 73.788077943967039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220461218017107, 39.972694651531398 ], [ -75.220531920777901, 39.972895141687701 ], [ -75.220588627364904, 39.972889766616497 ], [ -75.220515552932099, 39.972683775876803 ], [ -75.220461218017107, 39.972694651531398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "669 N 52ND ST", "addr_range": "649-665, 669 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1162, "objectid": 569, "Shape__Area": 184.0234375, "Shape__Length": 74.187033613844505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225328436115902, 39.971075198501801 ], [ -75.225329834326203, 39.971081531745199 ], [ -75.225337410714005, 39.971115566048702 ], [ -75.225613378570202, 39.971073745868402 ], [ -75.225602397468606, 39.971034333410898 ], [ -75.225328436115902, 39.971075198501801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4991 1/2 W GIRARD AVE", "addr_range": "4977-4991 1/2 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1141, "objectid": 570, "Shape__Area": 180.71484375, "Shape__Length": 69.97116588211469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221943747521607, 39.972386185450397 ], [ -75.222009650164196, 39.972574478354801 ], [ -75.222065562931306, 39.972567892151801 ], [ -75.222065492453893, 39.972567520288699 ], [ -75.221998747613, 39.9723748237043 ], [ -75.221943747521607, 39.972386185450397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4954 LANCASTER AVE", "addr_range": "4954 LANCASTER AVE", "zipcode": 19131, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1311, "objectid": 571, "Shape__Area": 207.78125, "Shape__Length": 78.307901873952858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221403077547606, 39.974584679921797 ], [ -75.221452162522198, 39.974608474779103 ], [ -75.221584114492401, 39.9744385634108 ], [ -75.221576406748696, 39.974393468876997 ], [ -75.221575133855495, 39.974386010292797 ], [ -75.221556787983502, 39.974387475639702 ], [ -75.221403077547606, 39.974584679921797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5188 LANCASTER AVE", "addr_range": "1467-1469 N 52ND ST; 5184-5194 LANCASTER AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2016, "objectid": 572, "Shape__Area": 319.3828125, "Shape__Length": 95.122425030758734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226635327657206, 39.976713424429498 ], [ -75.226572484596204, 39.976684109856997 ], [ -75.226392219472004, 39.9769177370421 ], [ -75.226453189381601, 39.976946848339601 ], [ -75.226635327657206, 39.976713424429498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1467 N 52ND ST", "addr_range": "1467-1469 N 52ND ST; 5184-5194 LANCASTER AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 939, "objectid": 573, "Shape__Area": 148.82421875, "Shape__Length": 62.130336742830792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226477307447894, 39.9765397179223 ], [ -75.226449186735493, 39.976575640392397 ], [ -75.226650494744007, 39.976671945348699 ], [ -75.226644019166798, 39.976618112528101 ], [ -75.226477307447894, 39.9765397179223 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5151-53 MASTER ST", "addr_range": "5151-53 MASTER ST", "zipcode": 19131, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4026, "objectid": 574, "Shape__Area": 637.75390625, "Shape__Length": 111.87018520380148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225830519470904, 39.974403946517398 ], [ -75.225878527425394, 39.974678308427698 ], [ -75.225928922613207, 39.974673630698597 ], [ -75.225943675082206, 39.974671294539498 ], [ -75.225967939492307, 39.974667847633903 ], [ -75.226010837623207, 39.974663665401202 ], [ -75.226020740922607, 39.974662706518799 ], [ -75.225971131969899, 39.974390790813302 ], [ -75.225965566353906, 39.974391184667901 ], [ -75.225900671906302, 39.974395866944398 ], [ -75.225830519470904, 39.974403946517398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1252 N 52ND ST", "addr_range": "1252-1254 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1468, "objectid": 575, "Shape__Area": 232.52734375, "Shape__Length": 86.410671170656229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226575912568194, 39.972756177072398 ], [ -75.226247181300806, 39.9727924387999 ], [ -75.226255737061607, 39.972835085578197 ], [ -75.226583357553594, 39.972799412974702 ], [ -75.226575912568194, 39.972756177072398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "903 N 48TH ST", "addr_range": "903 N 48th ST", "zipcode": 19131, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1984, "objectid": 576, "Shape__Area": 314.25, "Shape__Length": 106.57273834510799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216451303415994, 39.969156729821499 ], [ -75.216456384214695, 39.9692008171371 ], [ -75.216873153825702, 39.969172491926599 ], [ -75.216867708262299, 39.969131459083002 ], [ -75.216866729665298, 39.969124006929 ], [ -75.216451303415994, 39.969156729821499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "661 N 52ND ST", "addr_range": "649-665, 669 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1180, "objectid": 577, "Shape__Area": 186.953125, "Shape__Length": 74.230125703065525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225286942461494, 39.970905288985399 ], [ -75.225296453485498, 39.970946408959598 ], [ -75.225570928530004, 39.9709069590116 ], [ -75.225561893613403, 39.9708665415043 ], [ -75.225286942461494, 39.970905288985399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5210 KERSHAW ST", "addr_range": "5210 KERSHAW ST", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1260, "objectid": 578, "Shape__Area": 199.6640625, "Shape__Length": 80.738307368912984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226701791625601, 39.973280557779603 ], [ -75.226649688973595, 39.973286117295203 ], [ -75.226661459410707, 39.973349418912498 ], [ -75.226672189960595, 39.9734023172702 ], [ -75.226694737329396, 39.9735212113399 ], [ -75.226746583130094, 39.973515856084603 ], [ -75.226721380261196, 39.973388907283301 ], [ -75.226701791625601, 39.973280557779603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5192-94 LANCASTER AVE", "addr_range": "1467-1469 N 52ND ST; 5184-5194 LANCASTER AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2701, "objectid": 579, "Shape__Area": 430.42578125, "Shape__Length": 95.095041322047763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226501413787602, 39.9769694047881 ], [ -75.226663130190502, 39.977046547031101 ], [ -75.226690767748593, 39.977012094222196 ], [ -75.226683999077693, 39.976954043699799 ], [ -75.226682796178196, 39.976941847479402 ], [ -75.226679637701494, 39.976913504734 ], [ -75.226674167604003, 39.976867313759598 ], [ -75.226672831484905, 39.9768570012981 ], [ -75.226671204817507, 39.976839314992702 ], [ -75.226669492568007, 39.976834650721898 ], [ -75.226668837258899, 39.976819031939897 ], [ -75.226663233730307, 39.9767792387157 ], [ -75.226654148878396, 39.976775654808002 ], [ -75.226611872921794, 39.976828467005298 ], [ -75.226588177145302, 39.976859460145 ], [ -75.226582804603495, 39.976865338145302 ], [ -75.226575696746906, 39.9768739503562 ], [ -75.226562586053205, 39.976890684605898 ], [ -75.226558601602505, 39.976896964339197 ], [ -75.226533797558503, 39.9769273357374 ], [ -75.2265183811611, 39.976948097195297 ], [ -75.226513686219405, 39.9769531999181 ], [ -75.226508540828107, 39.976960308266698 ], [ -75.226501413787602, 39.9769694047881 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4608 MERION AVE", "addr_range": "4606-4622 MERION AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1011, "objectid": 580, "Shape__Area": 160.21484375, "Shape__Length": 68.046756600853286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214209710525793, 39.971427110563504 ], [ -75.214249934928105, 39.9714501640916 ], [ -75.214406075483893, 39.971296529406096 ], [ -75.214367075852195, 39.971272665065101 ], [ -75.214366051483395, 39.971272029748398 ], [ -75.214209710525793, 39.971427110563504 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4622 MERION AVE", "addr_range": "4606-4622 MERION AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1125, "objectid": 581, "Shape__Area": 178.2421875, "Shape__Length": 69.568527678283616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2147156859277, 39.971472786579803 ], [ -75.214698900448496, 39.971457780756403 ], [ -75.214668976233497, 39.971463534720499 ], [ -75.214648985028802, 39.971468153941501 ], [ -75.214634864169597, 39.971482188580701 ], [ -75.214613735540297, 39.971502096077302 ], [ -75.2145079963596, 39.971604264108898 ], [ -75.214551265388906, 39.971631624010598 ], [ -75.2147156859277, 39.971472786579803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5184 LANCASTER AVE", "addr_range": "1467-1469 N 52ND ST; 5184-5194 LANCASTER AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2427, "objectid": 582, "Shape__Area": 384.7734375, "Shape__Length": 97.94907267343855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226419953369501, 39.976612888082499 ], [ -75.226382247905704, 39.976661738107403 ], [ -75.226354213573003, 39.976698390461898 ], [ -75.226313175215495, 39.9767529074267 ], [ -75.226283366526204, 39.976792743612599 ], [ -75.226243629505007, 39.976844919550203 ], [ -75.226311837682005, 39.976877981506803 ], [ -75.226318074722499, 39.976880987443899 ], [ -75.226321555663006, 39.976875840912399 ], [ -75.226339339994496, 39.976852246559901 ], [ -75.226363755520595, 39.976820544895197 ], [ -75.226393482999896, 39.9767805924767 ], [ -75.226420107668204, 39.976746924751502 ], [ -75.226496482747507, 39.976648711575002 ], [ -75.226419953369501, 39.976612888082499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5190 LANCASTER AVE", "addr_range": "1467-1469 N 52ND ST; 5184-5194 LANCASTER AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1536, "objectid": 583, "Shape__Area": 243.12890625, "Shape__Length": 90.740675053683148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226453181457899, 39.976946840957403 ], [ -75.226476828807606, 39.9769583215976 ], [ -75.226501413787602, 39.9769694047881 ], [ -75.226508518594699, 39.976960307777802 ], [ -75.226513686219405, 39.9769531999181 ], [ -75.2265183811611, 39.976948097195297 ], [ -75.226533797558503, 39.9769273357374 ], [ -75.226558601602505, 39.976896964339197 ], [ -75.226562586053205, 39.976890684605898 ], [ -75.226575696746906, 39.9768739503562 ], [ -75.226582804603495, 39.976865338145302 ], [ -75.226588177145302, 39.976859460145 ], [ -75.226611872921794, 39.976828467005298 ], [ -75.226654148878396, 39.976775654808002 ], [ -75.226662820191194, 39.976779084562097 ], [ -75.226660189233797, 39.976751768839001 ], [ -75.226657631918798, 39.976730950925898 ], [ -75.226656019954802, 39.976722452413298 ], [ -75.226635318362696, 39.976713422423103 ], [ -75.226616341444299, 39.976738102425699 ], [ -75.226610871960006, 39.976743753046101 ], [ -75.2266084604979, 39.976748326642202 ], [ -75.226587982518097, 39.976773312408902 ], [ -75.226580058518394, 39.976784695260498 ], [ -75.226567442338407, 39.976800602456699 ], [ -75.226563145713897, 39.9768051345986 ], [ -75.226541009825894, 39.976834710522901 ], [ -75.226536694474504, 39.976839242252197 ], [ -75.226533108361707, 39.976844950501501 ], [ -75.226529609610395, 39.976848338801503 ], [ -75.226519349893195, 39.976861120893702 ], [ -75.226510283504695, 39.976872769642398 ], [ -75.226486954262995, 39.976904045626704 ], [ -75.226481862154202, 39.976909719856899 ], [ -75.226478254969706, 39.976915427641302 ], [ -75.226466854159995, 39.9769290396831 ], [ -75.226456959936399, 39.976942701071998 ], [ -75.226453181457899, 39.976946840957403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4612 MERION AVE", "addr_range": "4606-4622 MERION AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1128, "objectid": 584, "Shape__Area": 178.67578125, "Shape__Length": 69.016164899845677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214294966014805, 39.971477999117603 ], [ -75.214339909821902, 39.971504251840599 ], [ -75.214495552000997, 39.971352233230299 ], [ -75.214450893486699, 39.9713244876055 ], [ -75.214294966014805, 39.971477999117603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3604 MELON ST", "addr_range": "3604 MELON ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1434, "objectid": 585, "Shape__Area": 227.19921875, "Shape__Length": 91.215385343618152 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195179539813594, 39.9651002209174 ], [ -75.195228709970806, 39.9653725458585 ], [ -75.195279544805899, 39.965366649893397 ], [ -75.195229862242201, 39.9650945874752 ], [ -75.195179539813594, 39.9651002209174 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "649 N 52ND ST", "addr_range": "649-665, 669 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1200, "objectid": 586, "Shape__Area": 190.1640625, "Shape__Length": 74.91073360941202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225232857052504, 39.970693094268498 ], [ -75.225234741275401, 39.970701001438499 ], [ -75.225510854823895, 39.970658589185803 ], [ -75.225505329454293, 39.970633046872301 ], [ -75.225501914945994, 39.9706172547451 ], [ -75.225225051092906, 39.970660135200703 ], [ -75.225232857052504, 39.970693094268498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "651 N 52ND ST", "addr_range": "649-665, 669 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1204, "objectid": 587, "Shape__Area": 190.6796875, "Shape__Length": 74.713577156440138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225235852480907, 39.970704910991103 ], [ -75.225246100829906, 39.970740905199101 ], [ -75.225521156378505, 39.970701032978297 ], [ -75.225510854823895, 39.970658589185803 ], [ -75.225234741275401, 39.970701001438499 ], [ -75.225235852480907, 39.970704910991103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4917 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1665, "objectid": 588, "Shape__Area": 263.8203125, "Shape__Length": 96.589703372393714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219811529333697, 39.972829966069398 ], [ -75.219869088072599, 39.972988465898098 ], [ -75.219889508614799, 39.973108425609396 ], [ -75.219947277669903, 39.973102671529197 ], [ -75.219923803471403, 39.972979677511297 ], [ -75.2198669396263, 39.972820565037601 ], [ -75.219866219499494, 39.9728185507429 ], [ -75.219811529333697, 39.972829966069398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4925 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1708, "objectid": 589, "Shape__Area": 270.63671875, "Shape__Length": 102.87411207031761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220032306845297, 39.972783476908603 ], [ -75.220093080791301, 39.972952411697399 ], [ -75.220116303363994, 39.973086603152801 ], [ -75.220168506912898, 39.973081177661697 ], [ -75.220146531037798, 39.972949512175703 ], [ -75.220142446127497, 39.972934834037503 ], [ -75.220084841968003, 39.972774771024298 ], [ -75.220084024941599, 39.972772528443798 ], [ -75.220068144385706, 39.972775885034501 ], [ -75.220032306845297, 39.972783476908603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4900 KERSHAW ST", "addr_range": "4900 KERSHAW ST; 4928 LANCASTER AVE", "zipcode": 19131, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 563, "objectid": 590, "Shape__Area": 89.265625, "Shape__Length": 45.528685177568306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220674815764497, 39.9740799509635 ], [ -75.220570826608693, 39.974181935981399 ], [ -75.220690172328403, 39.974171091237601 ], [ -75.220676525926606, 39.974090287979401 ], [ -75.220674815764497, 39.9740799509635 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4991 W GIRARD AVE", "addr_range": "4977-4991 1/2 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1136, "objectid": 591, "Shape__Area": 180.00390625, "Shape__Length": 68.845389930550326 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221888346025906, 39.972397633832799 ], [ -75.221951796382399, 39.972581456950998 ], [ -75.222009650164196, 39.972574478354801 ], [ -75.221943747521607, 39.972386185450397 ], [ -75.221888346025906, 39.972397633832799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4997 W GIRARD AVE", "addr_range": "4993-4997 1/2 W GIRARD AVE; 1206-1208 N ST BERNARD ST", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1221, "objectid": 592, "Shape__Area": 193.43359375, "Shape__Length": 72.984812357040525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222319457849295, 39.972306965212297 ], [ -75.222387254488794, 39.972504085237702 ], [ -75.222444886810905, 39.972497988129099 ], [ -75.222442377021395, 39.972490566281799 ], [ -75.222375350927095, 39.972295267965499 ], [ -75.222319457849295, 39.972306965212297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4944 W THOMPSON ST", "addr_range": "4944 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1116, "objectid": 593, "Shape__Area": 176.75390625, "Shape__Length": 71.989726545647869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221059406648394, 39.9732239357986 ], [ -75.221007180038995, 39.973228879152899 ], [ -75.221040009576498, 39.973434883599097 ], [ -75.221092351774601, 39.973429670672097 ], [ -75.221059406648394, 39.9732239357986 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4973 W THOMPSON ST", "addr_range": "4969-4973 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1680, "objectid": 594, "Shape__Area": 266.1328125, "Shape__Length": 102.04403213198273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222017684968407, 39.973493484921903 ], [ -75.222073451235104, 39.9737988248459 ], [ -75.222124108377898, 39.973793267082698 ], [ -75.222071503071902, 39.973485209132498 ], [ -75.222069735403196, 39.973485411659297 ], [ -75.2220172674499, 39.973491235841003 ], [ -75.222017684968407, 39.973493484921903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4545 MERION AVE", "addr_range": "4535-4545 MERION AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1021, "objectid": 595, "Shape__Area": 161.75390625, "Shape__Length": 61.090250326824915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213465205074499, 39.971162672926503 ], [ -75.213363908796396, 39.971263115417202 ], [ -75.2135872147378, 39.971239197067902 ], [ -75.213465205074499, 39.971162672926503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5100 WYALUSING AVE", "addr_range": "5100 WYALUSING AVE", "zipcode": 19131, "district": "3", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1355, "objectid": 596, "Shape__Area": 214.6953125, "Shape__Length": 84.656280055703732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223210822378704, 39.969672368436399 ], [ -75.223210998867202, 39.969673258905402 ], [ -75.223220441042699, 39.969672337878102 ], [ -75.223261673965297, 39.969668297565697 ], [ -75.223261619055407, 39.969667507081901 ], [ -75.223213496228098, 39.969420254045801 ], [ -75.223179836279897, 39.969423478114301 ], [ -75.223159209112495, 39.969425457475403 ], [ -75.223183502925707, 39.969541714905702 ], [ -75.223206659037402, 39.969652514254399 ], [ -75.223210822378704, 39.969672368436399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4995 1/2 W GIRARD AVE", "addr_range": "4993-4997 1/2 W GIRARD AVE; 1206-1208 N ST BERNARD ST", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1312, "objectid": 597, "Shape__Area": 207.8359375, "Shape__Length": 79.196110630303139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222266416302205, 39.972318063913299 ], [ -75.222339446448999, 39.972536673646601 ], [ -75.222361025656298, 39.972535004603102 ], [ -75.222397515395997, 39.9725317782001 ], [ -75.222387254488794, 39.972504085237702 ], [ -75.222319457849295, 39.972306965212297 ], [ -75.222266416302205, 39.972318063913299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5006 W THOMPSON ST", "addr_range": "5006-5010 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1074, "objectid": 598, "Shape__Area": 170.19140625, "Shape__Length": 66.748923386598108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223222635554194, 39.973189638299502 ], [ -75.223225777417994, 39.973207680598698 ], [ -75.223280799374606, 39.973201944544201 ], [ -75.223277807980097, 39.973183792034298 ], [ -75.223250356746206, 39.973016657842102 ], [ -75.223193613122604, 39.973023064152599 ], [ -75.223222635554194, 39.973189638299502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4541 MERION AVE", "addr_range": "4535-4545 MERION AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 809, "objectid": 599, "Shape__Area": 128.15625, "Shape__Length": 56.215520980435009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213265430230393, 39.971236984369703 ], [ -75.213303849351206, 39.971262334626097 ], [ -75.213426994324493, 39.971139582536601 ], [ -75.213385958390106, 39.971114722282202 ], [ -75.213265430230393, 39.971236984369703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5110 W STILES ST", "addr_range": "5110-5112 W STILES ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1320, "objectid": 600, "Shape__Area": 209.12109375, "Shape__Length": 83.789311769650453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224151470399605, 39.972205938118698 ], [ -75.224100425315797, 39.972211793646103 ], [ -75.224108224760499, 39.972260066018997 ], [ -75.224121729964907, 39.972328484166198 ], [ -75.224134645257294, 39.972389620072803 ], [ -75.224144779552702, 39.972458559575898 ], [ -75.224194934724494, 39.972452958340099 ], [ -75.224182376029106, 39.9723675546972 ], [ -75.224151470399605, 39.972205938118698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5303 W GIRARD AVE", "addr_range": "5303 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1304, "objectid": 601, "Shape__Area": 206.52734375, "Shape__Length": 78.834006024544905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227417061267801, 39.971350271182899 ], [ -75.227459441459999, 39.971576586403302 ], [ -75.227514878824607, 39.9715709061417 ], [ -75.227472468998599, 39.971344816444599 ], [ -75.227417061267801, 39.971350271182899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4971 W THOMPSON ST", "addr_range": "4969-4973 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1752, "objectid": 602, "Shape__Area": 277.55859375, "Shape__Length": 102.52215913114239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221963878142105, 39.973496957710303 ], [ -75.2220173327065, 39.9738047136739 ], [ -75.222073451235104, 39.9737988248459 ], [ -75.2220172674499, 39.973491235841003 ], [ -75.221963878142105, 39.973496957710303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4937 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1201, "objectid": 603, "Shape__Area": 190.33203125, "Shape__Length": 71.114680793695527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220350646191605, 39.972717506906797 ], [ -75.220417739008397, 39.972906907348701 ], [ -75.220476496773301, 39.972901012622401 ], [ -75.220407931499395, 39.972705550271897 ], [ -75.220350646191605, 39.972717506906797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1206 N ST BERNARD ST", "addr_range": "4993-4997 1/2 W GIRARD AVE; 1206-1208 N ST BERNARD ST", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 678, "objectid": 604, "Shape__Area": 107.5, "Shape__Length": 50.308507003637921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222176140440197, 39.972563993182497 ], [ -75.222172314401007, 39.972564344081498 ], [ -75.222178941467902, 39.972602451848999 ], [ -75.222354282908697, 39.972584407403303 ], [ -75.222347970139396, 39.972548015765597 ], [ -75.222176140440197, 39.972563993182497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5010 W THOMPSON ST", "addr_range": "5006-5010 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1999, "objectid": 605, "Shape__Area": 316.703125, "Shape__Length": 100.0841128671579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223317491307895, 39.972902138844802 ], [ -75.223282395437593, 39.972905573732099 ], [ -75.223331613490103, 39.973178110260797 ], [ -75.223334896858105, 39.973196284514898 ], [ -75.223402124569006, 39.973189108862499 ], [ -75.223398732859295, 39.973171013315103 ], [ -75.2233475073715, 39.972898947991197 ], [ -75.223317491307895, 39.972902138844802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4535 MERION AVE", "addr_range": "4535-4545 MERION AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 775, "objectid": 606, "Shape__Area": 122.83203125, "Shape__Length": 55.547402169899172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213270075027495, 39.971044183553403 ], [ -75.213163230213794, 39.971148420762397 ], [ -75.2131464369333, 39.971164426999501 ], [ -75.213186220313901, 39.971188050505702 ], [ -75.213308933320405, 39.971067303630001 ], [ -75.213270075027495, 39.971044183553403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4939 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1158, "objectid": 607, "Shape__Area": 183.453125, "Shape__Length": 71.936533642130172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220407931499395, 39.972705550271897 ], [ -75.220476496773301, 39.972901012622401 ], [ -75.220531920777901, 39.972895141687701 ], [ -75.220461218017107, 39.972694651531398 ], [ -75.220455349868701, 39.972695844841901 ], [ -75.220407931499395, 39.972705550271897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4919 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1763, "objectid": 608, "Shape__Area": 279.32421875, "Shape__Length": 98.532633124261309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219866219499494, 39.9728185507429 ], [ -75.219923803471403, 39.972979677511297 ], [ -75.219947277669903, 39.973102671529197 ], [ -75.220005212908106, 39.9730968886483 ], [ -75.219981735117202, 39.972970687007297 ], [ -75.219922469136506, 39.972806830998898 ], [ -75.219866219499494, 39.9728185507429 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4943 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1274, "objectid": 609, "Shape__Area": 201.91796875, "Shape__Length": 75.899822616149081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220515552932099, 39.972683775876803 ], [ -75.220588627364904, 39.972889766616497 ], [ -75.220646452223605, 39.972884173797802 ], [ -75.220570730943194, 39.972671580797197 ], [ -75.220561414838599, 39.972673632446302 ], [ -75.220515552932099, 39.972683775876803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4539 MERION AVE", "addr_range": "4535-4545 MERION AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 786, "objectid": 610, "Shape__Area": 124.51171875, "Shape__Length": 55.721576947759715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213347451568296, 39.9710911261649 ], [ -75.213225339249306, 39.971212627884803 ], [ -75.213265430230393, 39.971236984369703 ], [ -75.213385979451402, 39.971114722747799 ], [ -75.213347451568296, 39.9710911261649 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4931 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1114, "objectid": 611, "Shape__Area": 176.55078125, "Shape__Length": 66.314487553996827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220182682540099, 39.972751747850801 ], [ -75.2202452941997, 39.972924205428399 ], [ -75.2203045774137, 39.972918258402302 ], [ -75.220241255753905, 39.972739548490402 ], [ -75.220182682540099, 39.972751747850801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4927 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 801, "objectid": 612, "Shape__Area": 126.8984375, "Shape__Length": 59.866458697616281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220084024941599, 39.972772528443798 ], [ -75.220142446127497, 39.972934834037503 ], [ -75.220188661008294, 39.972929872071099 ], [ -75.220128075484894, 39.972763230029898 ], [ -75.220084024941599, 39.972772528443798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4953 W GIRARD AVE", "addr_range": "4951-4957 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1450, "objectid": 613, "Shape__Area": 229.7890625, "Shape__Length": 84.472047020729633 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220789097203294, 39.972626761564896 ], [ -75.220872697536507, 39.9728612907967 ], [ -75.220930986423497, 39.972855594537002 ], [ -75.220844236020397, 39.972615081764502 ], [ -75.220789097203294, 39.972626761564896 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4537 MERION AVE", "addr_range": "4535-4545 MERION AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 782, "objectid": 614, "Shape__Area": 123.96875, "Shape__Length": 55.64928770838727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213308933320405, 39.971067303630001 ], [ -75.213186220313901, 39.971188050505702 ], [ -75.213225339249306, 39.971212627884803 ], [ -75.213347451568296, 39.9710911261649 ], [ -75.213327573089202, 39.971078709711101 ], [ -75.213308933320405, 39.971067303630001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4983 W GIRARD AVE", "addr_range": "4977-4991 1/2 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1924, "objectid": 615, "Shape__Area": 304.85546875, "Shape__Length": 109.89530954774509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221614440635506, 39.972454240020802 ], [ -75.221725496376706, 39.972775242314498 ], [ -75.221781456460704, 39.97276962406 ], [ -75.221669082110495, 39.972442951618497 ], [ -75.221614440635506, 39.972454240020802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4933 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1066, "objectid": 616, "Shape__Area": 168.9453125, "Shape__Length": 66.984185568034476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220241255753905, 39.972739548490402 ], [ -75.2203045774137, 39.972918258402302 ], [ -75.220360201271205, 39.9729126820774 ], [ -75.220295281523704, 39.972729051750797 ], [ -75.220241255753905, 39.972739548490402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4929 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1016, "objectid": 617, "Shape__Area": 161.03125, "Shape__Length": 63.792358536815506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220128909956799, 39.972765538767597 ], [ -75.220188661008294, 39.972929872071099 ], [ -75.2202452941997, 39.972924205428399 ], [ -75.220183537468699, 39.972754104791903 ], [ -75.220182682540099, 39.972751747850801 ], [ -75.220128075484894, 39.972763230029898 ], [ -75.220128909956799, 39.972765538767597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4985 W GIRARD AVE", "addr_range": "4977-4991 1/2 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 2038, "objectid": 618, "Shape__Area": 322.79296875, "Shape__Length": 112.27639453723512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221669082110495, 39.972442951618497 ], [ -75.221781456460704, 39.97276962406 ], [ -75.2218403200241, 39.972764246342997 ], [ -75.221725078295194, 39.972430692929997 ], [ -75.221669082110495, 39.972442951618497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4921 W GIRARD AVE", "addr_range": "4915-4943 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1736, "objectid": 619, "Shape__Area": 275.09765625, "Shape__Length": 99.951859613550283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219923304839099, 39.972809137963303 ], [ -75.219981735117202, 39.972970687007297 ], [ -75.220005212908106, 39.9730968886483 ], [ -75.220060881513106, 39.973091813505903 ], [ -75.220037780854696, 39.9729638785616 ], [ -75.219977496966905, 39.972795341074303 ], [ -75.219955937228505, 39.972799847349101 ], [ -75.219922469136506, 39.972806830998898 ], [ -75.219923304839099, 39.972809137963303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5008 W THOMPSON ST", "addr_range": "5006-5010 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1567, "objectid": 620, "Shape__Area": 248.27734375, "Shape__Length": 96.88381404056733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223267924336994, 39.9729076571519 ], [ -75.223232615392902, 39.972911216175198 ], [ -75.223248576197705, 39.973008171775199 ], [ -75.223250356746206, 39.973016657842102 ], [ -75.223277807980097, 39.973183792034298 ], [ -75.223280799374606, 39.973201944544201 ], [ -75.223334896858105, 39.973196284514898 ], [ -75.223331613490103, 39.973178110260797 ], [ -75.223282395437593, 39.972905573732099 ], [ -75.223267924336994, 39.9729076571519 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5101 W STILES ST", "addr_range": "5101-5103 W STILES ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1232, "objectid": 621, "Shape__Area": 195.28125, "Shape__Length": 89.561791549195348 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223962629110702, 39.972588149097 ], [ -75.223918006683306, 39.972593131409504 ], [ -75.223922909690401, 39.972627493494102 ], [ -75.223935148407605, 39.972695577445698 ], [ -75.223967830730203, 39.972865778264598 ], [ -75.224007938836195, 39.972861615574097 ], [ -75.2240058998932, 39.972849431542301 ], [ -75.223991696090707, 39.9727620419022 ], [ -75.223962629110702, 39.972588149097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "931 N 47TH ST", "addr_range": "931-933 N 47TH ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1223, "objectid": 622, "Shape__Area": 193.7265625, "Shape__Length": 88.60853695590508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215439721133905, 39.9700900226903 ], [ -75.215541509480602, 39.970112758846497 ], [ -75.215545741102602, 39.970102099769498 ], [ -75.215613475757195, 39.970105982589999 ], [ -75.215659753305502, 39.970108841849303 ], [ -75.215799482704099, 39.970098436314402 ], [ -75.2157939853127, 39.970057113042301 ], [ -75.215598304219398, 39.970071795997598 ], [ -75.215438500790995, 39.970082870620601 ], [ -75.215439721133905, 39.9700900226903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4969 W THOMPSON ST", "addr_range": "4969-4973 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1704, "objectid": 623, "Shape__Area": 270.0, "Shape__Length": 102.10169262625949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221909422779206, 39.973502657870803 ], [ -75.221965022711103, 39.973809622298198 ], [ -75.2220173327065, 39.9738047136739 ], [ -75.221963878142105, 39.973496957710303 ], [ -75.221909422779206, 39.973502657870803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "933 N 47TH ST", "addr_range": "931-933 N 47TH ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1009, "objectid": 624, "Shape__Area": 159.921875, "Shape__Length": 71.882264783624066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215592551736094, 39.970123783726201 ], [ -75.215809259462702, 39.970172769453598 ], [ -75.215799482704099, 39.970098436314402 ], [ -75.215659753305502, 39.970108841849303 ], [ -75.215613475757195, 39.970105982589999 ], [ -75.215545741102602, 39.970102099769498 ], [ -75.215541509480602, 39.970112758846497 ], [ -75.215592551736094, 39.970123783726201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5024 W THOMPSON ST", "addr_range": "5024 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1236, "objectid": 625, "Shape__Area": 195.76171875, "Shape__Length": 84.484855777145015 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223714384431602, 39.9729000779137 ], [ -75.223757742618602, 39.973135877654698 ], [ -75.223760618168896, 39.973151512011903 ], [ -75.2237670141281, 39.9731507995727 ], [ -75.223801304779499, 39.973147008033102 ], [ -75.2238076592147, 39.973146309994398 ], [ -75.223804924061398, 39.973131403132001 ], [ -75.223761434243997, 39.972894068817297 ], [ -75.223714384431602, 39.9729000779137 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5116 W STILES ST", "addr_range": "5116 W STILES ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1298, "objectid": 626, "Shape__Area": 205.7109375, "Shape__Length": 83.998248280645953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224251099254502, 39.972195605407599 ], [ -75.224282480624197, 39.9723675506565 ], [ -75.224297468026407, 39.972443448152198 ], [ -75.224347867583205, 39.972438045042701 ], [ -75.224347354361697, 39.972435470407 ], [ -75.224331904535205, 39.9723591266578 ], [ -75.224328972254099, 39.9723399132045 ], [ -75.224301563732595, 39.9721906875874 ], [ -75.224251099254502, 39.972195605407599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5103 W STILES ST", "addr_range": "5101-5103 W STILES ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1163, "objectid": 627, "Shape__Area": 184.25390625, "Shape__Length": 86.182401130036212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223962629110702, 39.972588149097 ], [ -75.223991696090707, 39.9727620419022 ], [ -75.2240058998932, 39.972849431542301 ], [ -75.224048797033603, 39.972845186072597 ], [ -75.224005802303694, 39.972583844851897 ], [ -75.223962629110702, 39.972588149097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5112 W STILES ST", "addr_range": "5110-5112 W STILES ST", "zipcode": 19131, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1267, "objectid": 628, "Shape__Area": 200.7578125, "Shape__Length": 83.885445519441021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224194683436195, 39.9724512445163 ], [ -75.224194934724494, 39.972452958340099 ], [ -75.224247438602006, 39.9724484395215 ], [ -75.224232819515194, 39.972372275320602 ], [ -75.224200237043505, 39.972201046941102 ], [ -75.224151470399605, 39.972205938118698 ], [ -75.224182376029106, 39.9723675546972 ], [ -75.224194683436195, 39.9724512445163 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4910 W THOMPSON ST", "addr_range": "4910-4916 THOMPSON ST; 4902-4906 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1151, "objectid": 629, "Shape__Area": 182.453125, "Shape__Length": 72.409655483001657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220105480410695, 39.973318679114499 ], [ -75.220138977102494, 39.973524684169703 ], [ -75.220193192458396, 39.9735192705771 ], [ -75.220159063631499, 39.973313348913003 ], [ -75.220105480410695, 39.973318679114499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4904 W THOMPSON ST", "addr_range": "4910-4916 THOMPSON ST; 4902-4906 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1117, "objectid": 630, "Shape__Area": 177.046875, "Shape__Length": 72.049960898589276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219947762179004, 39.973334335462503 ], [ -75.219981954739595, 39.973540195538398 ], [ -75.220033473143801, 39.973535190177799 ], [ -75.220000880847905, 39.973329059062799 ], [ -75.219947762179004, 39.973334335462503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4916 W THOMPSON ST", "addr_range": "4910-4916 THOMPSON ST; 4902-4906 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1091, "objectid": 631, "Shape__Area": 172.8984375, "Shape__Length": 71.783018193262279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220312785328304, 39.973298151981197 ], [ -75.220262366731404, 39.973302875368702 ], [ -75.220298172080405, 39.973508817736302 ], [ -75.2203499456743, 39.9735036565814 ], [ -75.220312785328304, 39.973298151981197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4914 W THOMPSON ST", "addr_range": "4910-4916 THOMPSON ST; 4902-4906 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1135, "objectid": 632, "Shape__Area": 179.765625, "Shape__Length": 72.248124929168071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220209239687605, 39.9733083778547 ], [ -75.220245156231002, 39.973514097443797 ], [ -75.220298172080405, 39.973508817736302 ], [ -75.220262366731404, 39.973302875368702 ], [ -75.220209239687605, 39.9733083778547 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4912 W THOMPSON ST", "addr_range": "4910-4916 THOMPSON ST; 4902-4906 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1091, "objectid": 633, "Shape__Area": 172.83984375, "Shape__Length": 71.767142191319223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220159063631499, 39.973313348913003 ], [ -75.220193192458396, 39.9735192705771 ], [ -75.220245156231002, 39.973514097443797 ], [ -75.220209239687605, 39.9733083778547 ], [ -75.220159063631499, 39.973313348913003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4906 W THOMPSON ST", "addr_range": "4910-4916 THOMPSON ST; 4902-4906 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1111, "objectid": 634, "Shape__Area": 175.984375, "Shape__Length": 71.998914348623799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220052701172506, 39.973323835103798 ], [ -75.220000880847905, 39.973329059062799 ], [ -75.220033473143801, 39.973535190177799 ], [ -75.2200855844128, 39.973529987932103 ], [ -75.220052701172506, 39.973323835103798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4951 W GIRARD AVE", "addr_range": "4951-4957 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1379, "objectid": 635, "Shape__Area": 218.5, "Shape__Length": 82.400647969105364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2207350217314, 39.972638062931203 ], [ -75.220816427411407, 39.9728673684954 ], [ -75.220872697536507, 39.9728612907967 ], [ -75.220789097203294, 39.972626761564896 ], [ -75.2207350217314, 39.972638062931203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4957 W GIRARD AVE", "addr_range": "4951-4957 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1556, "objectid": 636, "Shape__Area": 246.5390625, "Shape__Length": 88.368328074980894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220899283919294, 39.972603044039602 ], [ -75.220987205351904, 39.972849790458902 ], [ -75.221045394839194, 39.972843964009101 ], [ -75.2209568439809, 39.972591031021601 ], [ -75.220899283919294, 39.972603044039602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5104 PARKSIDE AVE", "addr_range": "5100-5104 PARKSIDE AVE", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2972, "objectid": 637, "Shape__Area": 278.55859375, "Shape__Length": 86.655364763107031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221941954163896, 39.980524383573197 ], [ -75.221877578920299, 39.980500381944303 ], [ -75.221873681134198, 39.980506549911802 ], [ -75.221738218316801, 39.980720390157401 ], [ -75.221801138549296, 39.980743021824701 ], [ -75.221941954163896, 39.980524383573197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5100-02 PARKSIDE AVE", "addr_range": "5100-5104 PARKSIDE AVE", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 3129, "objectid": 638, "Shape__Area": 495.7109375, "Shape__Length": 98.953282259317703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221877578920299, 39.980500381944303 ], [ -75.221766323231407, 39.980458501544597 ], [ -75.221624486404394, 39.980677472085603 ], [ -75.221738218316801, 39.980720390157401 ], [ -75.221877578920299, 39.980500381944303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4635-37 W GIRARD AVE", "addr_range": "4635-37 W GIRARD AVE", "zipcode": 19131, "district": "4", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 54337, "objectid": 639, "Shape__Area": 8575.359375, "Shape__Length": 404.7324078707997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216074938729705, 39.973678936492902 ], [ -75.216057284824103, 39.973899400810303 ], [ -75.216134979033001, 39.973921169079397 ], [ -75.216316495236001, 39.973971972276999 ], [ -75.216333875139895, 39.973944130375202 ], [ -75.216604547470894, 39.973508849517501 ], [ -75.216812673527699, 39.973174191417201 ], [ -75.216814923662994, 39.973170566810701 ], [ -75.216705421644207, 39.973101188008698 ], [ -75.216679308757605, 39.973085652218003 ], [ -75.216678488350396, 39.9730851673879 ], [ -75.216363329887201, 39.972897799286898 ], [ -75.216362003995599, 39.972897931291001 ], [ -75.216357734354204, 39.972898368609698 ], [ -75.216223925557003, 39.972912242084497 ], [ -75.216007498064599, 39.9729346732314 ], [ -75.216007782199597, 39.9729360661456 ], [ -75.216098703289603, 39.973382216679603 ], [ -75.216074938729705, 39.973678936492902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5200 W MONTGOMERY AVE #J", "addr_range": "5200 W MONTGOMERY AVE #J", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 14930, "objectid": 640, "Shape__Area": 2365.34765625, "Shape__Length": 260.05478906306558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227825476586403, 39.983581604466998 ], [ -75.227924961150805, 39.983859418230701 ], [ -75.227953376092998, 39.983942929845703 ], [ -75.227993735341201, 39.984043354341999 ], [ -75.228020272428793, 39.9840375223799 ], [ -75.228015541186096, 39.984023248438703 ], [ -75.228033860113797, 39.984019766785202 ], [ -75.228033856425498, 39.984014188633303 ], [ -75.228212876095995, 39.983979146074802 ], [ -75.228206575388796, 39.983959760540699 ], [ -75.228192415924795, 39.983915571781402 ], [ -75.228174056524097, 39.983866552393501 ], [ -75.228159784647403, 39.983825392112003 ], [ -75.228142502875897, 39.983776750488303 ], [ -75.228126060609895, 39.983729126513602 ], [ -75.228109774055099, 39.983685826236801 ], [ -75.228095578126002, 39.983644893764399 ], [ -75.228081402328499, 39.983602252541502 ], [ -75.228066468943993, 39.983560899312401 ], [ -75.228052027332694, 39.983519235231398 ], [ -75.228037491712399, 39.983477296080302 ], [ -75.228023701266906, 39.983437274404899 ], [ -75.228007624981302, 39.9833916901989 ], [ -75.227986575770402, 39.983330457220298 ], [ -75.227967068960496, 39.983272319717997 ], [ -75.227957367501105, 39.9832440918359 ], [ -75.227825476586403, 39.983581604466998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "750 E HILTON ST", "addr_range": "748-754 E HILTON ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 719, "objectid": 641, "Shape__Area": 114.07421875, "Shape__Length": 51.966561560382175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115896903215798, 39.997275324238899 ], [ -75.115946064083701, 39.997281546756703 ], [ -75.115973734793698, 39.997149594283798 ], [ -75.115975096916898, 39.997143080459999 ], [ -75.115936454822204, 39.997137534524001 ], [ -75.115925344136301, 39.997136505582603 ], [ -75.115924000072695, 39.997143036939804 ], [ -75.115896903215798, 39.997275324238899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2718 A ST", "addr_range": "2716-2718 A ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1294, "objectid": 642, "Shape__Area": 205.109375, "Shape__Length": 76.029519932552986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.128917380770204, 39.991391212143903 ], [ -75.128916757983106, 39.991394357820198 ], [ -75.129165225725899, 39.991425453038097 ], [ -75.129196849261007, 39.991429253015902 ], [ -75.129205568181504, 39.991385848751499 ], [ -75.129046324786998, 39.991364818296297 ], [ -75.128925430890504, 39.991350450650799 ], [ -75.128917380770204, 39.991391212143903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1443 N FRAZIER ST", "addr_range": "1443-1445 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 669, "objectid": 643, "Shape__Area": 105.98046875, "Shape__Length": 49.726009469132862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234248275209893, 39.9742983576242 ], [ -75.234075834522599, 39.974317240699698 ], [ -75.234076220015098, 39.974319827799803 ], [ -75.234083136370501, 39.974354862369502 ], [ -75.2342556093908, 39.974335077192599 ], [ -75.234248275209893, 39.9742983576242 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "626 E WENSLEY ST", "addr_range": "626-630 E WENSLEY ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 642, "objectid": 644, "Shape__Area": 101.8671875, "Shape__Length": 47.566715713637727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118038147599705, 39.999485321096202 ], [ -75.118087868246207, 39.999491715872999 ], [ -75.118112730760899, 39.999374850288802 ], [ -75.1181141626856, 39.999368193879597 ], [ -75.118078116388304, 39.999363739890299 ], [ -75.118064519616198, 39.999361945956501 ], [ -75.118063162216998, 39.999368281505603 ], [ -75.118038147599705, 39.999485321096202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "630 E WENSLEY ST", "addr_range": "626-630 E WENSLEY ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 601, "objectid": 645, "Shape__Area": 95.34765625, "Shape__Length": 46.834017450997905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118013615825504, 39.999355217690301 ], [ -75.117973681092195, 39.999349948284099 ], [ -75.117967133683194, 39.999349089953199 ], [ -75.117965738447595, 39.999355343541197 ], [ -75.117939632057002, 39.999472405836002 ], [ -75.117986100000607, 39.9994783881911 ], [ -75.118012198775901, 39.9993615203351 ], [ -75.118013615825504, 39.999355217690301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "11 E SOMERSET ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 922, "objectid": 646, "Shape__Area": 146.23828125, "Shape__Length": 58.715270618254095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129895421195897, 39.992332286565301 ], [ -75.129951683861293, 39.992340099684498 ], [ -75.129985390487505, 39.992183504955399 ], [ -75.1299290528504, 39.992176545211699 ], [ -75.129895421195897, 39.992332286565301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "12 E SELTZER ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 865, "objectid": 647, "Shape__Area": 137.2109375, "Shape__Length": 55.607081803431413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1299290528504, 39.992176545211699 ], [ -75.129985390487505, 39.992183504955399 ], [ -75.130015994675503, 39.992038334687898 ], [ -75.129959689556799, 39.992031051329597 ], [ -75.129927989236805, 39.9921763920863 ], [ -75.1299290528504, 39.992176545211699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "753 E HILTON ST", "addr_range": "747-753 E HILTON ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 749, "objectid": 648, "Shape__Area": 118.828125, "Shape__Length": 51.733657194102406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115798749617696, 39.997485453568899 ], [ -75.115850995537997, 39.997492665970199 ], [ -75.115879361728105, 39.997357409179799 ], [ -75.115825918866406, 39.997350250414598 ], [ -75.115798749617696, 39.997485453568899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "749 E HILTON ST", "addr_range": "747-753 E HILTON ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 714, "objectid": 649, "Shape__Area": 113.171875, "Shape__Length": 51.210516704521339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115928039311399, 39.997363618811796 ], [ -75.115899937768305, 39.997499092525899 ], [ -75.115950219506104, 39.997505598453301 ], [ -75.115978359894498, 39.997370238249303 ], [ -75.115928039311399, 39.997363618811796 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "8 E SELTZER ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 833, "objectid": 650, "Shape__Area": 132.0703125, "Shape__Length": 54.918532671369235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130042128330004, 39.992191022530697 ], [ -75.130092878050803, 39.992197774481802 ], [ -75.130107300569904, 39.9921471650973 ], [ -75.130111649732399, 39.992124615287203 ], [ -75.130127227807904, 39.992052737437703 ], [ -75.130072486469999, 39.992045668231597 ], [ -75.130040438083398, 39.992190806447603 ], [ -75.130042128330004, 39.992191022530697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "628 E WENSLEY ST", "addr_range": "626-630 E WENSLEY ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 666, "objectid": 651, "Shape__Area": 105.62890625, "Shape__Length": 47.957172577522876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118064519616198, 39.999361945956501 ], [ -75.118021561584399, 39.999356270265103 ], [ -75.118013615825504, 39.999355217690301 ], [ -75.118012198775901, 39.9993615203351 ], [ -75.117986100000607, 39.9994783881911 ], [ -75.118038147599705, 39.999485321096202 ], [ -75.118063162216998, 39.999368281505603 ], [ -75.118064519616198, 39.999361945956501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "15 E SOMERSET ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 878, "objectid": 652, "Shape__Area": 139.2109375, "Shape__Length": 58.149947949165423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129787477235297, 39.9923184254164 ], [ -75.129838406037706, 39.992325456379199 ], [ -75.129872967618994, 39.992168994722903 ], [ -75.129816869454302, 39.9921617493588 ], [ -75.129787477235297, 39.9923184254164 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5815 LANSDOWNE AVE", "addr_range": "5815-5823 LANSDOWNE AVE", "zipcode": 19131, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1502, "objectid": 653, "Shape__Area": 238.01953125, "Shape__Length": 75.762587518307626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237439818715004, 39.976317525886699 ], [ -75.237478224637201, 39.976524261956797 ], [ -75.237547795525302, 39.976510484450699 ], [ -75.237510737446996, 39.9763097298856 ], [ -75.237458310820699, 39.976315497176898 ], [ -75.237439818715004, 39.976317525886699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1459 N FRAZIER ST", "addr_range": "1459-1465 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 710, "objectid": 654, "Shape__Area": 112.4921875, "Shape__Length": 50.601168126236672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234136514506801, 39.974649197569804 ], [ -75.234138632404793, 39.974661608359803 ], [ -75.234312241125195, 39.974642830965998 ], [ -75.234304846946102, 39.974603207982099 ], [ -75.234131020148695, 39.974622722100499 ], [ -75.234136514506801, 39.974649197569804 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "666 N CONESTOGA ST", "addr_range": "666-668 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 611, "objectid": 655, "Shape__Area": 96.87890625, "Shape__Length": 45.919512522604627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229639373396296, 39.970590776709003 ], [ -75.229645218546693, 39.970629172223198 ], [ -75.229800546387693, 39.9706122086627 ], [ -75.229793397147205, 39.970574525135603 ], [ -75.229639373396296, 39.970590776709003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1448 N FRAZIER ST", "addr_range": "1448-1462 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 685, "objectid": 656, "Shape__Area": 108.6328125, "Shape__Length": 50.482799768296132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234377023760501, 39.974400169749998 ], [ -75.234384342045502, 39.974437921500297 ], [ -75.234559757981302, 39.974418424725599 ], [ -75.234555254782293, 39.974388392253701 ], [ -75.234552977877101, 39.974381443423603 ], [ -75.234377023760501, 39.974400169749998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1456 N FRAZIER ST", "addr_range": "1448-1462 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 698, "objectid": 657, "Shape__Area": 110.6875, "Shape__Length": 50.804237491071682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234405318742603, 39.9745537790022 ], [ -75.234412329647498, 39.9745918627858 ], [ -75.234588591062007, 39.974572820574402 ], [ -75.234585024421193, 39.974553706169303 ], [ -75.234581577686697, 39.9745347376506 ], [ -75.234405318742603, 39.9745537790022 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1449 N FRAZIER ST", "addr_range": "1449-1451 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 675, "objectid": 658, "Shape__Area": 106.9296875, "Shape__Length": 50.04134189234118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234097812114001, 39.974442262613302 ], [ -75.234102435438203, 39.974468509056202 ], [ -75.234276158523897, 39.974449476550198 ], [ -75.234275763487105, 39.974447146926302 ], [ -75.234269869037703, 39.974412279834098 ], [ -75.234095818581594, 39.974431047466503 ], [ -75.234097812114001, 39.974442262613302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5517 LANSDOWNE AVE", "addr_range": "5511-5525 LANSDOWNE AVE", "zipcode": 19131, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1631, "objectid": 659, "Shape__Area": 258.44921875, "Shape__Length": 94.153089482531797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232361135269102, 39.976882881638602 ], [ -75.232409733356505, 39.977160751692303 ], [ -75.232467059892798, 39.977154545469602 ], [ -75.232416676892598, 39.976876798466598 ], [ -75.232361135269102, 39.976882881638602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1450 N FRAZIER ST", "addr_range": "1448-1462 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 715, "objectid": 660, "Shape__Area": 113.296875, "Shape__Length": 50.950752695825031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234559757981302, 39.974418424725599 ], [ -75.234384342045502, 39.974437921500297 ], [ -75.234391594598804, 39.974476879142401 ], [ -75.234567015526295, 39.974457819446599 ], [ -75.234561819522, 39.974431220797896 ], [ -75.234559757981302, 39.974418424725599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1454 N FRAZIER ST", "addr_range": "1448-1462 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 698, "objectid": 661, "Shape__Area": 110.703125, "Shape__Length": 50.715356797490159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234574008045499, 39.974496433501699 ], [ -75.234398871787207, 39.9745157093827 ], [ -75.234405318742603, 39.9745537790022 ], [ -75.234581577686697, 39.9745347376506 ], [ -75.2345771852154, 39.974511929082801 ], [ -75.234574008045499, 39.974496433501699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5521 JEFFERSON ST", "addr_range": "5521-5527 JEFFERSON ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1395, "objectid": 662, "Shape__Area": 221.0625, "Shape__Length": 84.832298439423028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232892831139793, 39.9789333681708 ], [ -75.2329406888514, 39.979180433748397 ], [ -75.232994734061094, 39.979174042632799 ], [ -75.232946710372403, 39.978926362566497 ], [ -75.232892831139793, 39.9789333681708 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "644 N CONESTOGA ST", "addr_range": "642-644 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 624, "objectid": 663, "Shape__Area": 98.9140625, "Shape__Length": 46.107033892540692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229725923437599, 39.970151374065601 ], [ -75.229571300430095, 39.9701668537259 ], [ -75.229578071392496, 39.970206269687502 ], [ -75.229732416815395, 39.970189783813197 ], [ -75.229725923437599, 39.970151374065601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1460 N FRAZIER ST", "addr_range": "1448-1462 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 694, "objectid": 664, "Shape__Area": 110.0, "Shape__Length": 50.788876523854256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234419860435906, 39.974631245487302 ], [ -75.234426348080902, 39.974668786211801 ], [ -75.234603288608596, 39.974649436304503 ], [ -75.234601218870395, 39.974635754375598 ], [ -75.234596144584103, 39.974611560450001 ], [ -75.234419860435906, 39.974631245487302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5523 JEFFERSON ST", "addr_range": "5521-5527 JEFFERSON ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1289, "objectid": 665, "Shape__Area": 204.24609375, "Shape__Length": 83.985412860981398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232946710372403, 39.978926362566497 ], [ -75.232994734061094, 39.979174042632799 ], [ -75.233042689633095, 39.979167986451799 ], [ -75.232998326642203, 39.978919901060998 ], [ -75.232972055944103, 39.978923193751001 ], [ -75.232946710372403, 39.978926362566497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1442 N 54TH ST", "addr_range": "1440-1442 N 54TH ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 708, "objectid": 666, "Shape__Area": 112.1796875, "Shape__Length": 42.369795767266289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229595919431702, 39.9751170958424 ], [ -75.229601046365204, 39.975144368987301 ], [ -75.229695600523897, 39.975134259693398 ], [ -75.229683694759203, 39.975062685240403 ], [ -75.229587641445704, 39.975073085053502 ], [ -75.229595919431702, 39.9751170958424 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1465 N FRAZIER ST", "addr_range": "1459-1465 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 701, "objectid": 667, "Shape__Area": 111.04296875, "Shape__Length": 50.455967625951942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234326243633404, 39.974717335786302 ], [ -75.2341525133413, 39.974736544819699 ], [ -75.234159508843405, 39.974773934517202 ], [ -75.234159684888496, 39.974774841173897 ], [ -75.234333700237897, 39.974756443866298 ], [ -75.234326243633404, 39.974717335786302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5525 LANSDOWNE AVE", "addr_range": "5511-5525 LANSDOWNE AVE", "zipcode": 19131, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1608, "objectid": 668, "Shape__Area": 254.78125, "Shape__Length": 92.609477209377417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232586044021204, 39.976857898061397 ], [ -75.232641076463906, 39.977130638321398 ], [ -75.232695827267094, 39.977122103172903 ], [ -75.232644301390494, 39.9768513743022 ], [ -75.232586044021204, 39.976857898061397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1458 N FRAZIER ST", "addr_range": "1448-1462 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 718, "objectid": 669, "Shape__Area": 113.765625, "Shape__Length": 51.118550869265007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234412329647498, 39.9745918627858 ], [ -75.234419860435906, 39.974631245487302 ], [ -75.234596144584103, 39.974611560450001 ], [ -75.2345931127212, 39.974594955325898 ], [ -75.234588591062007, 39.974572820574402 ], [ -75.234412329647498, 39.9745918627858 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1462 N FRAZIER ST", "addr_range": "1448-1462 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 688, "objectid": 670, "Shape__Area": 109.0390625, "Shape__Length": 50.679204299988498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234426348080902, 39.974668786211801 ], [ -75.234433965968904, 39.974705785887302 ], [ -75.234610209230198, 39.974687178419103 ], [ -75.234608621575205, 39.974676891195003 ], [ -75.234603288608596, 39.974649436304503 ], [ -75.234426348080902, 39.974668786211801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1445 N FRAZIER ST", "addr_range": "1443-1445 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 696, "objectid": 671, "Shape__Area": 110.26171875, "Shape__Length": 50.284379794920355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2342556093908, 39.974335077192599 ], [ -75.234083136370501, 39.974354862369502 ], [ -75.234084119685093, 39.974360026809002 ], [ -75.234088612906106, 39.974393105350103 ], [ -75.234262370728999, 39.9743742997805 ], [ -75.2342556093908, 39.974335077192599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5525 JEFFERSON ST", "addr_range": "5521-5527 JEFFERSON ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1378, "objectid": 672, "Shape__Area": 218.3671875, "Shape__Length": 84.820309925640473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232998326642203, 39.978919901060998 ], [ -75.233042689633095, 39.979167986451799 ], [ -75.233097747994194, 39.979161940064898 ], [ -75.233096278384593, 39.979149576810997 ], [ -75.233094412819298, 39.979145085879999 ], [ -75.233094056894501, 39.9791388567008 ], [ -75.233091756217505, 39.979130810810098 ], [ -75.233088245934098, 39.979108505366398 ], [ -75.233078921211501, 39.979063843944303 ], [ -75.2330765888819, 39.979056683938502 ], [ -75.233070910479597, 39.979022755855297 ], [ -75.2330645014966, 39.978993277982902 ], [ -75.233063677704806, 39.978984377902897 ], [ -75.233060924974097, 39.978972760462099 ], [ -75.233059971077296, 39.978967402945401 ], [ -75.233055134750103, 39.978942956484197 ], [ -75.233048936985099, 39.978913436391203 ], [ -75.232998326642203, 39.978919901060998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5819 LANSDOWNE AVE", "addr_range": "5815-5823 LANSDOWNE AVE", "zipcode": 19131, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1423, "objectid": 673, "Shape__Area": 225.43359375, "Shape__Length": 72.309819051365125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2375813607174, 39.976301974224 ], [ -75.237616646982701, 39.976496842519602 ], [ -75.237687055633003, 39.976482894062599 ], [ -75.237652539575606, 39.976294490169003 ], [ -75.2375813607174, 39.976301974224 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5821 LANSDOWNE AVE", "addr_range": "5815-5823 LANSDOWNE AVE", "zipcode": 19131, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1355, "objectid": 674, "Shape__Area": 214.65625, "Shape__Length": 70.264555867273216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237652539575606, 39.976294490169003 ], [ -75.237687055633003, 39.976482894062599 ], [ -75.237756371780307, 39.9764691622117 ], [ -75.237722292338006, 39.9762864901151 ], [ -75.237652539575606, 39.976294490169003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1461 N FRAZIER ST", "addr_range": "1459-1465 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 678, "objectid": 675, "Shape__Area": 107.44921875, "Shape__Length": 50.099176806408877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234143451471098, 39.974689874617901 ], [ -75.234145263861706, 39.974699182890198 ], [ -75.234319556309202, 39.974680097015998 ], [ -75.234312241125195, 39.974642830965998 ], [ -75.234138632404793, 39.974661608359803 ], [ -75.234143451471098, 39.974689874617901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1463 N FRAZIER ST", "addr_range": "1459-1465 N FRAZIER ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 676, "objectid": 676, "Shape__Area": 107.1796875, "Shape__Length": 50.086847865422371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234151194531904, 39.974730826121601 ], [ -75.2341525133413, 39.974736544819699 ], [ -75.234326243633404, 39.974717335786302 ], [ -75.234319556309202, 39.974680097015998 ], [ -75.234145263861706, 39.974699182890198 ], [ -75.234151194531904, 39.974730826121601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "642 N CONESTOGA ST", "addr_range": "642-644 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 674, "objectid": 677, "Shape__Area": 106.7421875, "Shape__Length": 47.005905805964609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229565415373699, 39.970124991194901 ], [ -75.229571300430095, 39.9701668537259 ], [ -75.229725923437599, 39.970151374065601 ], [ -75.229719743848804, 39.970108988804398 ], [ -75.229593556452997, 39.970122078311498 ], [ -75.229566888078296, 39.970124845145897 ], [ -75.229565415373699, 39.970124991194901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3761 N 17TH ST", "addr_range": "3759-3765 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1069, "objectid": 678, "Shape__Area": 169.5546875, "Shape__Length": 69.566195109977457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155366488778, 40.011267338366999 ], [ -75.155622270058302, 40.011302327539802 ], [ -75.1556311413039, 40.011262164225698 ], [ -75.155375246872694, 40.011227962704503 ], [ -75.155366488778, 40.011267338366999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4611 N CAMAC ST", "addr_range": "4609-4611 N CAMAC ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1190, "objectid": 679, "Shape__Area": 188.90234375, "Shape__Length": 75.596017073942079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145104256885404, 40.022915702124799 ], [ -75.145113440937905, 40.022875805155898 ], [ -75.1448303601357, 40.022842542917097 ], [ -75.1448212806838, 40.022883008080697 ], [ -75.145104256885404, 40.022915702124799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4334 WAYNE AVE", "addr_range": "4334 WAYNE AVE", "zipcode": 19140, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 986, "objectid": 680, "Shape__Area": 156.53515625, "Shape__Length": 65.440096073127705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158601204775593, 40.019120250437702 ], [ -75.158394406703195, 40.0192160583019 ], [ -75.158420944830297, 40.019250235418703 ], [ -75.158628039515406, 40.019154917143801 ], [ -75.158601204775593, 40.019120250437702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4457 N GRATZ ST", "addr_range": "4456-4468 N CLEVELAND ST; 4457-4463 GRATZ ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 732, "objectid": 681, "Shape__Area": 116.1328125, "Shape__Length": 52.580743227688245 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155788500437595, 40.022109245070602 ], [ -75.155971919006603, 40.022133375830101 ], [ -75.155979275976804, 40.022096160638498 ], [ -75.1557972101362, 40.022070092627501 ], [ -75.155791027508997, 40.022098564743096 ], [ -75.155788500437595, 40.022109245070602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3763 N 17TH ST", "addr_range": "3759-3765 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1125, "objectid": 682, "Shape__Area": 178.49609375, "Shape__Length": 70.204016054491547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155356904784, 40.011309130814801 ], [ -75.1556128307367, 40.011344171028398 ], [ -75.155622270058302, 40.011302327539802 ], [ -75.155366488778, 40.011267338366999 ], [ -75.155356904784, 40.011309130814801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4106 GERMANTOWN AVE", "addr_range": "4106-4108 GERMANTOWN AVE", "zipcode": 19140, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1005, "objectid": 683, "Shape__Area": 159.39453125, "Shape__Length": 65.021931551359046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154129414981099, 40.016176381837603 ], [ -75.154196564266996, 40.016152866036499 ], [ -75.154192247461097, 40.016144799847098 ], [ -75.154333042768897, 40.016095494867599 ], [ -75.154311641624702, 40.016058562213097 ], [ -75.154105084484499, 40.016130895331699 ], [ -75.154129414981099, 40.016176381837603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4561 N 18TH ST", "addr_range": "4555, 4561 N 18TH ST; 1732-1738 W COURTLAND ST; 4556-4560 N BOUVIER ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1146, "objectid": 684, "Shape__Area": 181.91015625, "Shape__Length": 63.309516547807469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154320250432093, 40.023701415540501 ], [ -75.154533595325304, 40.023729385712898 ], [ -75.154534032675599, 40.023727234958699 ], [ -75.154543879348495, 40.023678662927502 ], [ -75.154507043856199, 40.023674138915098 ], [ -75.154480608285397, 40.023670752770599 ], [ -75.154469792600196, 40.023669025238497 ], [ -75.1544635567776, 40.023667578721202 ], [ -75.154451079635194, 40.023665442415698 ], [ -75.154345455274296, 40.023651481440901 ], [ -75.154330642803799, 40.023649518491297 ], [ -75.154320250432093, 40.023701415540501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1738 W COURTLAND ST", "addr_range": "4555, 4561 N 18TH ST; 1732-1738 W COURTLAND ST; 4556-4560 N BOUVIER ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 810, "objectid": 685, "Shape__Area": 128.5703125, "Shape__Length": 58.388930032040079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154270794425997, 40.023694704136503 ], [ -75.154320250432093, 40.023701415540501 ], [ -75.154330642803799, 40.023649518491297 ], [ -75.154339237548797, 40.023605737717403 ], [ -75.154347780824594, 40.023561616997199 ], [ -75.154351387575304, 40.023545144133102 ], [ -75.154347047437895, 40.023543498084202 ], [ -75.154348125089797, 40.023538364119403 ], [ -75.154306067940695, 40.023533335477197 ], [ -75.154305078718494, 40.023537842530601 ], [ -75.154270794425997, 40.023694704136503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4461 N GRATZ ST", "addr_range": "4456-4468 N CLEVELAND ST; 4457-4463 GRATZ ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 729, "objectid": 686, "Shape__Area": 115.7265625, "Shape__Length": 52.602714747385953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155772428804397, 40.022184144826099 ], [ -75.155955602, 40.022208690838497 ], [ -75.155964070146098, 40.022170919593002 ], [ -75.155780696673503, 40.022146127594702 ], [ -75.155774489239704, 40.022174696458997 ], [ -75.155772428804397, 40.022184144826099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1905 W CAYUGA ST", "addr_range": "1901-1905 W CAYUGA ST", "zipcode": 19140, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1245, "objectid": 687, "Shape__Area": 197.515625, "Shape__Length": 74.427446551327037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156975239937594, 40.021317530347901 ], [ -75.157031977159903, 40.021324631191298 ], [ -75.157077865394498, 40.021115705307999 ], [ -75.157020901868805, 40.0211085200838 ], [ -75.157020417610596, 40.0211107661951 ], [ -75.156975239937594, 40.021317530347901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1732 W COURTLAND ST", "addr_range": "4555, 4561 N 18TH ST; 1732-1738 W COURTLAND ST; 4556-4560 N BOUVIER ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 810, "objectid": 688, "Shape__Area": 128.51953125, "Shape__Length": 58.489700093905974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154157628203706, 40.023518825504297 ], [ -75.154124923682502, 40.023675495728597 ], [ -75.1541726034188, 40.0236821030716 ], [ -75.154205304038996, 40.023524980437301 ], [ -75.154206357525595, 40.023519927018903 ], [ -75.154158732489904, 40.023513547079197 ], [ -75.154157628203706, 40.023518825504297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4519 N MARVINE ST", "addr_range": "4516 N 11TH ST; 4517-4521 N MARVINE ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1252, "objectid": 689, "Shape__Area": 198.60546875, "Shape__Length": 77.10157587969411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143824308437203, 40.0213681807966 ], [ -75.1435371054462, 40.021331598704997 ], [ -75.143528428024297, 40.021372474762501 ], [ -75.1438155749114, 40.021410522459902 ], [ -75.143824308437203, 40.0213681807966 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4501 N 18TH ST", "addr_range": "4501 N 18TH ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1090, "objectid": 690, "Shape__Area": 173.03125, "Shape__Length": 62.484865932963359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154607320767994, 40.022385833449597 ], [ -75.154619524670196, 40.022387447285098 ], [ -75.154820074489294, 40.022413772701697 ], [ -75.154830846078596, 40.022365061173701 ], [ -75.154617807861001, 40.022336903769101 ], [ -75.154607320767994, 40.022385833449597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4248 N 16TH ST", "addr_range": "4248 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1172, "objectid": 691, "Shape__Area": 185.90234375, "Shape__Length": 60.952825381775234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152589671577999, 40.018622534210301 ], [ -75.1527979938095, 40.018650346621499 ], [ -75.152724252722706, 40.018544689515302 ], [ -75.152595888022503, 40.0185965128722 ], [ -75.152589671577999, 40.018622534210301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4523 OLD YORK RD", "addr_range": "4523-4525 OLD YORK RD", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1769, "objectid": 692, "Shape__Area": 280.59375, "Shape__Length": 87.73343495756319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146943819581395, 40.021946875960403 ], [ -75.146947153778498, 40.021892724585797 ], [ -75.146631295271803, 40.021850955099303 ], [ -75.146621534288997, 40.021903751599602 ], [ -75.146943819581395, 40.021946875960403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4468 N CLEVELAND ST", "addr_range": "4456-4468 N CLEVELAND ST; 4457-4463 GRATZ ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 794, "objectid": 693, "Shape__Area": 126.0546875, "Shape__Length": 52.922335221972901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1555492077606, 40.0223159752165 ], [ -75.155728324432602, 40.022340784935501 ], [ -75.155737525588407, 40.022298097196703 ], [ -75.155558773869103, 40.022274167018097 ], [ -75.155556392966901, 40.022284333460199 ], [ -75.1555492077606, 40.0223159752165 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1920 ROWAN ST", "addr_range": "1916-1920 ROWAN ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1362, "objectid": 694, "Shape__Area": 221.71484375, "Shape__Length": 86.275816818760021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156815005723999, 40.019338714268997 ], [ -75.1569917323162, 40.0195581463515 ], [ -75.157033506058596, 40.019539794392898 ], [ -75.156869490465795, 40.019321325188898 ], [ -75.156861424297105, 40.019319515796496 ], [ -75.156815005723999, 40.019338714268997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4459 N GRATZ ST", "addr_range": "4456-4468 N CLEVELAND ST; 4457-4463 GRATZ ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 715, "objectid": 695, "Shape__Area": 113.515625, "Shape__Length": 52.404275561429976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155780696673503, 40.022146127594702 ], [ -75.155964070146098, 40.022170919593002 ], [ -75.155971919006603, 40.022133375830101 ], [ -75.155788500437595, 40.022109245070602 ], [ -75.155782658004398, 40.022137064425898 ], [ -75.155780696673503, 40.022146127594702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4463 N GRATZ ST", "addr_range": "4456-4468 N CLEVELAND ST; 4457-4463 GRATZ ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 757, "objectid": 696, "Shape__Area": 120.15234375, "Shape__Length": 53.050630753136502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155764061450995, 40.022223691538002 ], [ -75.155947875926699, 40.022247897047201 ], [ -75.155955602, 40.022208690838497 ], [ -75.155772428804397, 40.022184144826099 ], [ -75.155765457077607, 40.022216275262302 ], [ -75.155764061450995, 40.022223691538002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1690 N 54TH ST", "addr_range": "1674-1692 N 54TH ST", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1731, "objectid": 697, "Shape__Area": 274.32421875, "Shape__Length": 91.933685242120902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230205503280501, 39.978397725994697 ], [ -75.230213636483796, 39.9784438932261 ], [ -75.230227795025698, 39.978442399407498 ], [ -75.230559994797602, 39.978409313019199 ], [ -75.230551999444501, 39.978359360154897 ], [ -75.230220048235907, 39.9783959181051 ], [ -75.230205503280501, 39.978397725994697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1680 N 54TH ST", "addr_range": "1674-1692 N 54TH ST", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1653, "objectid": 698, "Shape__Area": 261.88671875, "Shape__Length": 91.733967653656464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230168863821802, 39.978172699563601 ], [ -75.230176733047699, 39.978218151918703 ], [ -75.2301943484226, 39.978216636700303 ], [ -75.230525306153297, 39.978181959034998 ], [ -75.230518054120196, 39.978136279692798 ], [ -75.230185263946396, 39.978171172979998 ], [ -75.230168863821802, 39.978172699563601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1692 N 54TH ST", "addr_range": "1674-1692 N 54TH ST", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1921, "objectid": 699, "Shape__Area": 304.3671875, "Shape__Length": 93.421997160844754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230213636483796, 39.9784438932261 ], [ -75.230222756378197, 39.978497432448698 ], [ -75.2302329779356, 39.978496399991201 ], [ -75.230569122170394, 39.978462594687699 ], [ -75.230568294259498, 39.978459497808103 ], [ -75.230559994797602, 39.978409313019199 ], [ -75.230227795025698, 39.978442399407498 ], [ -75.230213636483796, 39.9784438932261 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5451-59 HUNTER ST", "addr_range": "5447-5459 HUNTER ST", "zipcode": 19131, "district": "4", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 13732, "objectid": 700, "Shape__Area": 2175.31640625, "Shape__Length": 192.04042171267304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231634002856296, 39.977753096088499 ], [ -75.231659952262703, 39.977907138469398 ], [ -75.231647273344905, 39.977908908200099 ], [ -75.231677989155003, 39.978006701484603 ], [ -75.231700462256299, 39.978151028712503 ], [ -75.232025214093895, 39.978115905126501 ], [ -75.232029715090903, 39.978115424543503 ], [ -75.232024198156097, 39.978086223857801 ], [ -75.231981575481797, 39.977860276678598 ], [ -75.231951974501399, 39.977711489059097 ], [ -75.231900414313799, 39.977715322201298 ], [ -75.2318463111, 39.977719357204002 ], [ -75.231773007754697, 39.977727001919398 ], [ -75.231634002856296, 39.977753096088499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1684 N 54TH ST", "addr_range": "1674-1692 N 54TH ST", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1593, "objectid": 701, "Shape__Area": 252.48828125, "Shape__Length": 91.216074590210098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230183095982696, 39.97826237828 ], [ -75.2301901136113, 39.978305909931798 ], [ -75.230205563368997, 39.978304588627402 ], [ -75.230539241900701, 39.978271148255402 ], [ -75.230531936718506, 39.978226901232702 ], [ -75.230200113016906, 39.978260607554603 ], [ -75.230183095982696, 39.97826237828 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3005 W YORK ST", "addr_range": "3001-3007 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 955, "objectid": 702, "Shape__Area": 151.37890625, "Shape__Length": 63.001774949674761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181347459533796, 39.992952427607598 ], [ -75.181399151910398, 39.992959904061799 ], [ -75.181438299417394, 39.992785993122503 ], [ -75.181385323899605, 39.992779181746897 ], [ -75.181347459533796, 39.992952427607598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3116 W YORK ST", "addr_range": "2354 N 31ST ST; 3108-3116 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 767, "objectid": 703, "Shape__Area": 121.6484375, "Shape__Length": 55.423499241396044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183312667607694, 39.992891433500297 ], [ -75.183360441048805, 39.9928983691293 ], [ -75.183391814974897, 39.992746948710298 ], [ -75.183342877058607, 39.992740389804702 ], [ -75.183312667607694, 39.992891433500297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2448 N STANLEY ST", "addr_range": "2444-2456 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 751, "objectid": 704, "Shape__Area": 119.140625, "Shape__Length": 52.9852514924996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182055199190501, 39.993871968232902 ], [ -75.182114203545396, 39.993880058433497 ], [ -75.182239198563096, 39.9938961211204 ], [ -75.182247810962807, 39.993857336992598 ], [ -75.182063723197899, 39.993833293864299 ], [ -75.182055199190501, 39.993871968232902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3223 W ARIZONA ST", "addr_range": "3220-3222 W YORK ST; 3221-3223 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 669, "objectid": 705, "Shape__Area": 106.1640625, "Shape__Length": 46.954031971562436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185130027869107, 39.9929676974958 ], [ -75.185134261928894, 39.992968211075798 ], [ -75.185153472962298, 39.9928751786764 ], [ -75.185158349756605, 39.992851510919898 ], [ -75.185158580190702, 39.992850403322699 ], [ -75.185104019675805, 39.992843397876001 ], [ -75.185080374214294, 39.992961719812797 ], [ -75.185130027869107, 39.9929676974958 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2452 N STANLEY ST", "addr_range": "2444-2456 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 738, "objectid": 706, "Shape__Area": 117.02734375, "Shape__Length": 52.676451783819147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182038558913007, 39.993947858345003 ], [ -75.182109181805501, 39.993957433847399 ], [ -75.182221498368307, 39.993971762291601 ], [ -75.182230708868104, 39.993933828582598 ], [ -75.182046882252806, 39.9939095344861 ], [ -75.182038558913007, 39.993947858345003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2435 N STANLEY ST", "addr_range": "2435-2439 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 639, "objectid": 707, "Shape__Area": 101.390625, "Shape__Length": 47.098469811865137 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181852529444498, 39.993520198239402 ], [ -75.181843694816195, 39.9935587205822 ], [ -75.182002211472906, 39.993579482664501 ], [ -75.1820105817376, 39.993541063449896 ], [ -75.181852529444498, 39.993520198239402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3140 W YORK ST", "addr_range": "3145-3147 W ARIZONA ST; 2343-2355 N 32ND ST; 3138-3146 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 777, "objectid": 708, "Shape__Area": 123.234375, "Shape__Length": 55.539511752731087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183903921179805, 39.992968099409303 ], [ -75.183952905209594, 39.992974063534497 ], [ -75.183983283762103, 39.992822909955002 ], [ -75.183933884986004, 39.9928168572796 ], [ -75.183903921179805, 39.992968099409303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2623 W GORDON ST", "addr_range": "2615-2625 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 693, "objectid": 709, "Shape__Area": 109.86328125, "Shape__Length": 51.206227534868994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175738511477803, 39.991280064765498 ], [ -75.175710520163307, 39.991416971048302 ], [ -75.175758865404802, 39.991423116299799 ], [ -75.175786845293203, 39.991285983597201 ], [ -75.175738511477803, 39.991280064765498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2533 W FLETCHER ST", "addr_range": "2529-2537 W FLETCHER ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 735, "objectid": 710, "Shape__Area": 116.53515625, "Shape__Length": 53.624086860387948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175185631969399, 39.989636438907198 ], [ -75.175157283298603, 39.989782171480002 ], [ -75.175205388470005, 39.989788005262497 ], [ -75.175234228480704, 39.989643090107997 ], [ -75.175185631969399, 39.989636438907198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3003 W YORK ST", "addr_range": "3001-3007 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 956, "objectid": 711, "Shape__Area": 151.62109375, "Shape__Length": 62.932693363989358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181295449584496, 39.992945573829097 ], [ -75.181347459533796, 39.992952427607598 ], [ -75.181385323899605, 39.992779181746897 ], [ -75.181332168465502, 39.992772141067803 ], [ -75.181295449584496, 39.992945573829097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2353 N 32ND ST", "addr_range": "3145-3147 W ARIZONA ST; 2343-2355 N 32ND ST; 3138-3146 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 785, "objectid": 712, "Shape__Area": 124.4765625, "Shape__Length": 56.449684854058688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184117439863499, 39.992950337461401 ], [ -75.184319737036205, 39.992975492550897 ], [ -75.184323053631701, 39.992957626687698 ], [ -75.184326584591702, 39.992938489786702 ], [ -75.184125477349596, 39.992912909900902 ], [ -75.184117439863499, 39.992950337461401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2469 N STANLEY ST", "addr_range": "2467-2469 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 746, "objectid": 713, "Shape__Area": 118.2421875, "Shape__Length": 49.173554294242386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181700763940896, 39.994216980228899 ], [ -75.181700229462805, 39.994219465870003 ], [ -75.181859202181798, 39.994241497030899 ], [ -75.181869596610298, 39.9941966421462 ], [ -75.181709653681594, 39.994175332622497 ], [ -75.181700763940896, 39.994216980228899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2349 N 32ND ST", "addr_range": "3145-3147 W ARIZONA ST; 2343-2355 N 32ND ST; 3138-3146 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 790, "objectid": 714, "Shape__Area": 125.3046875, "Shape__Length": 56.385090777618736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184133778929507, 39.992874569213797 ], [ -75.184334712007697, 39.9929002911582 ], [ -75.1843422823314, 39.992862481927297 ], [ -75.184141519610193, 39.992837183672201 ], [ -75.184133778929507, 39.992874569213797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2425 N 29TH ST", "addr_range": "2425-2429 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1071, "objectid": 715, "Shape__Area": 169.7734375, "Shape__Length": 68.174423315302079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179069342842197, 39.993032365209501 ], [ -75.179078435666995, 39.993033536555899 ], [ -75.179317097366095, 39.993064141669599 ], [ -75.179326366316104, 39.993023001869503 ], [ -75.179087180901007, 39.992992433696301 ], [ -75.179077440907804, 39.992991183883497 ], [ -75.179073082004294, 39.993013863807903 ], [ -75.179069342842197, 39.993032365209501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3223 W GORDON ST", "addr_range": "3223 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 729, "objectid": 716, "Shape__Area": 115.66796875, "Shape__Length": 49.782026446963826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185145706981004, 39.992630274860801 ], [ -75.185199613453094, 39.992637379204197 ], [ -75.185224427572805, 39.992516423583098 ], [ -75.185225811339905, 39.992509715855903 ], [ -75.185170011170896, 39.992503376511998 ], [ -75.185145706981004, 39.992630274860801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2419 N 28TH ST", "addr_range": "2417-2419 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 970, "objectid": 717, "Shape__Area": 153.765625, "Shape__Length": 64.196208145420059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177528073192306, 39.9927035190452 ], [ -75.177760348395196, 39.992733920333798 ], [ -75.177769084714001, 39.992694155359104 ], [ -75.177536706668107, 39.992663720244998 ], [ -75.177528073192306, 39.9927035190452 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3202 W YORK ST", "addr_range": "3200-3206 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 747, "objectid": 718, "Shape__Area": 118.40625, "Shape__Length": 52.744134955169606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184566946656304, 39.9929074478666 ], [ -75.184538983066403, 39.993047951557102 ], [ -75.184589642758596, 39.993053935740498 ], [ -75.184618138937395, 39.992913750286199 ], [ -75.184566946656304, 39.9929074478666 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2311 N 27TH ST", "addr_range": "2301-2315 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 6842, "objectid": 719, "Shape__Area": 1084.24609375, "Shape__Length": 180.2396975433505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176302484546, 39.990869986962103 ], [ -75.176367704217299, 39.9908787998069 ], [ -75.176365444965199, 39.990894707869401 ], [ -75.1764674450706, 39.9909190138223 ], [ -75.176681618025896, 39.990973465020197 ], [ -75.176701724895807, 39.990880855717499 ], [ -75.176593104815893, 39.990867008261098 ], [ -75.176594335576894, 39.990857219332902 ], [ -75.176541426768296, 39.990849810703203 ], [ -75.176548671404305, 39.990812946057602 ], [ -75.176464402556903, 39.990802433076901 ], [ -75.176473102652196, 39.990759217400701 ], [ -75.176483359135901, 39.990707573417303 ], [ -75.176493513015501, 39.990658636474897 ], [ -75.176504024326206, 39.990611302336603 ], [ -75.176469742192197, 39.990606794487697 ], [ -75.176359471052507, 39.990592263754699 ], [ -75.176320301206701, 39.9907830811241 ], [ -75.176302484546, 39.990869986962103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3122 W ARIZONA ST", "addr_range": "3116-3126 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 635, "objectid": 720, "Shape__Area": 100.69921875, "Shape__Length": 47.03245627714314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183530431796797, 39.9925555958757 ], [ -75.183580322065396, 39.992561966062297 ], [ -75.1836051332361, 39.992440575473402 ], [ -75.183555323861597, 39.992433771916801 ], [ -75.183530431796797, 39.9925555958757 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2308 N MYRTLEWOOD ST", "addr_range": "2308-2314 N MYRTLEWOOD ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 634, "objectid": 721, "Shape__Area": 100.4921875, "Shape__Length": 48.306966597398272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180955742567605, 39.9913840274479 ], [ -75.180990069549793, 39.991387924060497 ], [ -75.181121857895505, 39.991405429466099 ], [ -75.181129505366997, 39.991368379885103 ], [ -75.180963111595602, 39.991347714076397 ], [ -75.180955742567605, 39.9913840274479 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3144 W ARIZONA ST", "addr_range": "3138-3146 W ARIZONA ST; 2339-2341 N 32ND ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 610, "objectid": 722, "Shape__Area": 96.8125, "Shape__Length": 46.696841695011528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184074268145395, 39.9926252856189 ], [ -75.184122372422195, 39.992631212891503 ], [ -75.184146001191905, 39.992508940717599 ], [ -75.184098458678804, 39.992503122418903 ], [ -75.184074268145395, 39.9926252856189 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2301 N 27TH ST", "addr_range": "2301-2315 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1234, "objectid": 723, "Shape__Area": 195.57421875, "Shape__Length": 69.907135848403016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176504024326206, 39.990611302336603 ], [ -75.176493513015501, 39.990658636474897 ], [ -75.176741291666502, 39.990691159889401 ], [ -75.176751396576094, 39.990643510277202 ], [ -75.176504024326206, 39.990611302336603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2442 N CORLIES ST", "addr_range": "2442-2448 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 626, "objectid": 724, "Shape__Area": 99.2421875, "Shape__Length": 47.131593068194483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181640170023499, 39.993667956277299 ], [ -75.181800845051498, 39.993689266087202 ], [ -75.181808696037606, 39.993651819169301 ], [ -75.181649344292694, 39.993630957046101 ], [ -75.181640170023499, 39.993667956277299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2448 N 29TH ST", "addr_range": "2446-2448 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1011, "objectid": 725, "Shape__Area": 160.36328125, "Shape__Length": 63.794155873388789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179470762716306, 39.993614380321198 ], [ -75.179689287350996, 39.993643309180499 ], [ -75.179698148553101, 39.993644474388098 ], [ -75.179707872528994, 39.993601862587902 ], [ -75.179698509912996, 39.993600636597598 ], [ -75.179481157289203, 39.993572315150999 ], [ -75.179470762716306, 39.993614380321198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2343 N 27TH ST", "addr_range": "2337-2347 N 27TH ST; 2645-2647 W ARIZONA ST; 2638-2646 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 970, "objectid": 726, "Shape__Area": 153.8515625, "Shape__Length": 59.328401037422978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176288709319806, 39.9918389279606 ], [ -75.176279942815398, 39.991884414489398 ], [ -75.176483089, 39.991910295438601 ], [ -75.176492615251902, 39.991864633115 ], [ -75.176288709319806, 39.9918389279606 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3116 W ARIZONA ST", "addr_range": "3116-3126 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 619, "objectid": 727, "Shape__Area": 98.2421875, "Shape__Length": 46.87382565761385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183404869368204, 39.992539634484203 ], [ -75.183431351322, 39.992543208969003 ], [ -75.183456373695705, 39.992421258195897 ], [ -75.183407575303505, 39.9924142681459 ], [ -75.183383456329494, 39.992536737369001 ], [ -75.183404869368204, 39.992539634484203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2304 N 30TH ST", "addr_range": "2302-2306 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1134, "objectid": 728, "Shape__Area": 179.734375, "Shape__Length": 67.42718074730368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181511375364593, 39.991659601454202 ], [ -75.181751281849301, 39.991690454700297 ], [ -75.1817616842456, 39.991645907251304 ], [ -75.181522063037306, 39.991614205348299 ], [ -75.181511375364593, 39.991659601454202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2531 W ARIZONA ST", "addr_range": "2527-2543 W ARIZONA", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 540, "objectid": 729, "Shape__Area": 85.61328125, "Shape__Length": 45.101927165920898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174285159430596, 39.991571968046003 ], [ -75.174310188102098, 39.991575139923903 ], [ -75.174311469589398, 39.991568994943897 ], [ -75.174335391735497, 39.9914548878454 ], [ -75.1742927928304, 39.991449192602403 ], [ -75.174268505648598, 39.991563502338998 ], [ -75.1742671813832, 39.9915696941123 ], [ -75.174285159430596, 39.991571968046003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2938 W GORDON ST", "addr_range": "2330-2332 N MYRTLEWOOD ST; 2321-2325 N 30TH ST; 2938 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 584, "objectid": 730, "Shape__Area": 92.5625, "Shape__Length": 45.076310013704116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181069850428997, 39.991709895404803 ], [ -75.181044860743597, 39.991826478262801 ], [ -75.181092674037401, 39.991832335438197 ], [ -75.181102538628593, 39.991786502874803 ], [ -75.181117893372303, 39.991716306426497 ], [ -75.181069850428997, 39.991709895404803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3000 W DAUPHIN ST", "addr_range": "3000-3002 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1418, "objectid": 731, "Shape__Area": 224.76171875, "Shape__Length": 79.258824658382693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181749585220999, 39.990925148287097 ], [ -75.181688541882707, 39.990917270805802 ], [ -75.181688333027296, 39.9909172490133 ], [ -75.181673569286801, 39.990985653122401 ], [ -75.181656649574506, 39.991069000896204 ], [ -75.181642534378796, 39.991139644108401 ], [ -75.181702846125901, 39.991148070173303 ], [ -75.1817198165528, 39.991062853932497 ], [ -75.181749585220999, 39.990925148287097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3015 W DAUPHIN ST", "addr_range": "3007-3017 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1357, "objectid": 732, "Shape__Area": 215.109375, "Shape__Length": 77.297043474454142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181989119823697, 39.991543783805703 ], [ -75.182048700816907, 39.991551564425698 ], [ -75.182095100994005, 39.991334856312903 ], [ -75.182035268547097, 39.991327070087102 ], [ -75.181989119823697, 39.991543783805703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2464 N NATRONA ST", "addr_range": "2464 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 682, "objectid": 733, "Shape__Area": 108.171875, "Shape__Length": 49.392637323151369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184711364874502, 39.994508010741399 ], [ -75.184878816988402, 39.994531435437501 ], [ -75.184887049214694, 39.9944927228387 ], [ -75.184718656192004, 39.994469244688503 ], [ -75.184711364874502, 39.994508010741399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2713 W YORK ST", "addr_range": "2701-2725 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 832, "objectid": 734, "Shape__Area": 132.00390625, "Shape__Length": 65.273427507838846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176825051186498, 39.992397574094298 ], [ -75.176866071375798, 39.9924051350242 ], [ -75.176907469424293, 39.992214173724904 ], [ -75.176864243600306, 39.992210012434803 ], [ -75.176843089964507, 39.992313671731601 ], [ -75.176825051186498, 39.992397574094298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2707 W YORK ST", "addr_range": "2701-2725 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 811, "objectid": 735, "Shape__Area": 128.5859375, "Shape__Length": 62.682400192559733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176698520073401, 39.992373491625798 ], [ -75.176741575819506, 39.992382112774699 ], [ -75.176782302678205, 39.992201082732699 ], [ -75.176740008882803, 39.992195572752202 ], [ -75.176698520073401, 39.992373491625798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2705 W YORK ST", "addr_range": "2701-2725 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 792, "objectid": 736, "Shape__Area": 125.59375, "Shape__Length": 61.819637835724706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176656719338396, 39.992365477947303 ], [ -75.176698520073401, 39.992373491625798 ], [ -75.176740008882803, 39.992195572752202 ], [ -75.176697160126594, 39.992189807942196 ], [ -75.176656719338396, 39.992365477947303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2711 W YORK ST", "addr_range": "2701-2725 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 777, "objectid": 737, "Shape__Area": 123.26953125, "Shape__Length": 63.657206220008348 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1767844357298, 39.9923898122872 ], [ -75.176825051186498, 39.992397574094298 ], [ -75.176843089964507, 39.992313671731601 ], [ -75.176864243600306, 39.992210012434803 ], [ -75.176825764098496, 39.9922061674662 ], [ -75.1767844357298, 39.9923898122872 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2621 W GORDON ST", "addr_range": "2615-2625 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 722, "objectid": 738, "Shape__Area": 114.50390625, "Shape__Length": 51.675664467612108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175688440559497, 39.991273525800899 ], [ -75.175659915042203, 39.991410677781801 ], [ -75.175710520163307, 39.991416971048302 ], [ -75.175738511477803, 39.991280064765498 ], [ -75.175688440559497, 39.991273525800899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2710 W YORK ST", "addr_range": "2704-2710 W YORK ST; 2342-2348 N 27TH ST; 2709 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1011, "objectid": 739, "Shape__Area": 160.33984375, "Shape__Length": 63.896207235540444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177044038795401, 39.992078927165203 ], [ -75.1770994713265, 39.992086101985102 ], [ -75.177133515533598, 39.991911094876201 ], [ -75.177078458266607, 39.991903943798697 ], [ -75.177044038795401, 39.992078927165203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2329 N 32ND ST", "addr_range": "2329 N 32ND ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 869, "objectid": 740, "Shape__Area": 137.796875, "Shape__Length": 57.608829264210549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184228653361103, 39.9924058810644 ], [ -75.184388602831405, 39.992426366482597 ], [ -75.184429582342005, 39.992432295657899 ], [ -75.184438166539906, 39.992389785993197 ], [ -75.184434536389602, 39.992389349856502 ], [ -75.184236874983299, 39.9923652509218 ], [ -75.184228653361103, 39.9924058810644 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2717 W YORK ST", "addr_range": "2701-2725 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 900, "objectid": 741, "Shape__Area": 142.68359375, "Shape__Length": 67.458721806413109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176908926184495, 39.992413526352003 ], [ -75.176951894313802, 39.992421678732804 ], [ -75.176994086009401, 39.992225254345499 ], [ -75.176949756960198, 39.992219231195001 ], [ -75.176908926184495, 39.992413526352003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 N 29TH ST", "addr_range": "2342-2346 N 29TH ST; 2911 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1018, "objectid": 742, "Shape__Area": 161.42578125, "Shape__Length": 66.161604985009575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179770636909694, 39.992217194637 ], [ -75.180009585105594, 39.992249013039903 ], [ -75.1800187231226, 39.992208564041199 ], [ -75.179777454189704, 39.992176629716198 ], [ -75.179776694733903, 39.9921811583093 ], [ -75.179770636909694, 39.992217194637 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3146 W YORK ST", "addr_range": "3145-3147 W ARIZONA ST; 2343-2355 N 32ND ST; 3138-3146 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 742, "objectid": 743, "Shape__Area": 117.66015625, "Shape__Length": 54.94966895224362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184051186868302, 39.992986528525599 ], [ -75.184097794266194, 39.992992115997403 ], [ -75.184098101902904, 39.992990639813002 ], [ -75.184129029454695, 39.992841627559599 ], [ -75.184081495860795, 39.992835567086999 ], [ -75.184051186868302, 39.992986528525599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2418 N NATRONA ST", "addr_range": "2408-2418 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 689, "objectid": 744, "Shape__Area": 109.23828125, "Shape__Length": 49.196479067202183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184897792655804, 39.993622980956502 ], [ -75.185063975938505, 39.993644957986803 ], [ -75.185072567213098, 39.993605076683501 ], [ -75.184906060471903, 39.993583850183903 ], [ -75.184897792655804, 39.993622980956502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2930 W DAUPHIN ST", "addr_range": "2912-2930 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 16538, "objectid": 745, "Shape__Area": 2620.7265625, "Shape__Length": 204.98615847548666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180503503526396, 39.990998073194 ], [ -75.180759717865499, 39.991030937988299 ], [ -75.180983538307004, 39.991058144139203 ], [ -75.181049773640694, 39.990729333320502 ], [ -75.181016905530896, 39.9907256802069 ], [ -75.180951525971693, 39.990716656499202 ], [ -75.180887041781205, 39.990708829514404 ], [ -75.180825331051906, 39.9907009204112 ], [ -75.180759800807493, 39.990692505907496 ], [ -75.180634087857996, 39.990676231680297 ], [ -75.180571135238395, 39.990668422582701 ], [ -75.180503503526396, 39.990998073194 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2645 W ARIZONA ST", "addr_range": "2337-2347 N 27TH ST; 2645-2647 W ARIZONA ST; 2638-2646 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 637, "objectid": 746, "Shape__Area": 101.03515625, "Shape__Length": 47.203379680188533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1761775176886, 39.991818250478403 ], [ -75.176227371916397, 39.991824398727701 ], [ -75.1762531878815, 39.991702305751602 ], [ -75.176203421743594, 39.991695999106703 ], [ -75.1761775176886, 39.991818250478403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2341 N 32ND ST", "addr_range": "3138-3146 W ARIZONA ST; 2339-2341 N 32ND ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 875, "objectid": 747, "Shape__Area": 138.76953125, "Shape__Length": 57.739335972948702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184181655728906, 39.992635245633103 ], [ -75.184180959550702, 39.992638696254097 ], [ -75.184382688437296, 39.992664451236202 ], [ -75.184391242586301, 39.992623327555698 ], [ -75.184189452031504, 39.992596975640197 ], [ -75.184181655728906, 39.992635245633103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3124 W ARIZONA ST", "addr_range": "3116-3126 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 608, "objectid": 748, "Shape__Area": 96.3671875, "Shape__Length": 46.518982198052214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183580322065396, 39.992561966062297 ], [ -75.183628442422801, 39.992568023648701 ], [ -75.183652675697203, 39.9924463930762 ], [ -75.1836051332361, 39.992440575473402 ], [ -75.183580322065396, 39.992561966062297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2464 N MARSTON ST", "addr_range": "2462-2464 MARSTON ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 784, "objectid": 749, "Shape__Area": 124.3046875, "Shape__Length": 52.455607568912924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177136737978103, 39.993589992024702 ], [ -75.177126825403604, 39.993632035382603 ], [ -75.177304459672797, 39.993655376900499 ], [ -75.1773069519774, 39.993643826833299 ], [ -75.177313582873595, 39.993613202309902 ], [ -75.177136737978103, 39.993589992024702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2427 N 29TH ST", "addr_range": "2425-2429 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1130, "objectid": 750, "Shape__Area": 179.1015625, "Shape__Length": 68.678392627254183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179059670496102, 39.993075801643897 ], [ -75.179069162424199, 39.993077013465403 ], [ -75.179306839953298, 39.993107565018299 ], [ -75.179317097366095, 39.993064141669599 ], [ -75.179078435666995, 39.993033536555899 ], [ -75.179069342842197, 39.993032365209501 ], [ -75.179064768642306, 39.9930507686189 ], [ -75.179059670496102, 39.993075801643897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2401 N DOUGLAS ST", "addr_range": "2401-2405 N DOUGLAS ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 766, "objectid": 751, "Shape__Area": 121.54296875, "Shape__Length": 52.227788467224009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185151121290303, 39.993296462295902 ], [ -75.185327843140001, 39.993320706218398 ], [ -75.185335904691399, 39.993284827058702 ], [ -75.185337115707, 39.993279405715299 ], [ -75.185331819740696, 39.993278690017 ], [ -75.185159148857693, 39.993255375455803 ], [ -75.185157485056394, 39.993263914082704 ], [ -75.185151121290303, 39.993296462295902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2427 N 27TH ST", "addr_range": "2427 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 877, "objectid": 752, "Shape__Area": 139.0546875, "Shape__Length": 57.671657061504277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176056015245706, 39.992900627907403 ], [ -75.176257611736503, 39.992926491556801 ], [ -75.1762664404784, 39.992885455619302 ], [ -75.176193718628298, 39.992875426661897 ], [ -75.176110305182704, 39.992864964194297 ], [ -75.176080457489704, 39.992861215232203 ], [ -75.176064774497405, 39.992859172354997 ], [ -75.176056015245706, 39.992900627907403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2347 N 30TH ST", "addr_range": "2347-2349 N 30TH ST; 2947 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 889, "objectid": 753, "Shape__Area": 140.9375, "Shape__Length": 59.176752821288886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1809479882277, 39.992455946284402 ], [ -75.181157270652307, 39.992482552693502 ], [ -75.181164783431299, 39.9924413248132 ], [ -75.181155058221094, 39.992440769284499 ], [ -75.180956556370006, 39.992415064597601 ], [ -75.1809479882277, 39.992455946284402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2527 W ARIZONA ST", "addr_range": "2527-2543 W ARIZONA", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 448, "objectid": 754, "Shape__Area": 71.0078125, "Shape__Length": 43.552566435229338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174184647588305, 39.991559282378702 ], [ -75.174220312947995, 39.991563774189302 ], [ -75.174221619779104, 39.991557517152302 ], [ -75.174245542970496, 39.9914428613761 ], [ -75.174214232485895, 39.991438999797403 ], [ -75.174210436312705, 39.991438527172697 ], [ -75.174199888442402, 39.991487891199696 ], [ -75.174195122512401, 39.9915101744051 ], [ -75.174185952057002, 39.991553056824401 ], [ -75.174184647588305, 39.991559282378702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3118 W ARIZONA ST", "addr_range": "3116-3126 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 639, "objectid": 755, "Shape__Area": 101.40625, "Shape__Length": 47.192495422396632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183431351322, 39.992543208969003 ], [ -75.183482245191399, 39.992549617857399 ], [ -75.183505686591204, 39.992427374036801 ], [ -75.183456373695705, 39.992421258195897 ], [ -75.183431351322, 39.992543208969003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2420 N 30TH ST", "addr_range": "2420-2424 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1099, "objectid": 756, "Shape__Area": 174.31640625, "Shape__Length": 69.455509793547492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181185672237902, 39.993197679535797 ], [ -75.181439334916902, 39.993231211727299 ], [ -75.181448685015994, 39.993190153790202 ], [ -75.181195350740197, 39.993156243333097 ], [ -75.181185672237902, 39.993197679535797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2417 N 28TH ST", "addr_range": "2417-2419 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 904, "objectid": 757, "Shape__Area": 143.39453125, "Shape__Length": 63.458902295753703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177536706668107, 39.992663720244998 ], [ -75.177769084714001, 39.992694155359104 ], [ -75.177777238116306, 39.992657068641797 ], [ -75.177544355646006, 39.992626655574 ], [ -75.177536706668107, 39.992663720244998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3103 W DAUPHIN ST", "addr_range": "3101-3103 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1269, "objectid": 758, "Shape__Area": 201.19140625, "Shape__Length": 75.902961203930545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183237223774199, 39.991485217468401 ], [ -75.183192987027596, 39.991699668658399 ], [ -75.183249636342197, 39.991707415525603 ], [ -75.183293369203, 39.991492437672498 ], [ -75.183237223774199, 39.991485217468401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2309 N 27TH ST", "addr_range": "2301-2315 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 725, "objectid": 759, "Shape__Area": 114.9453125, "Shape__Length": 49.99726595614495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176548671404305, 39.990812946057602 ], [ -75.176541426768296, 39.990849810703203 ], [ -75.176594335576894, 39.990857219332902 ], [ -75.176593104815893, 39.990867008261098 ], [ -75.176701724895807, 39.990880855717499 ], [ -75.176710486401902, 39.990836046612799 ], [ -75.176548671404305, 39.990812946057602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2723 W YORK ST", "addr_range": "2701-2725 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 919, "objectid": 760, "Shape__Area": 145.62890625, "Shape__Length": 69.526052452990143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177034771771602, 39.9924374643739 ], [ -75.177067233427906, 39.992443576472098 ], [ -75.177085704150002, 39.992386974496902 ], [ -75.177088837311601, 39.992377276862797 ], [ -75.177132462657696, 39.992242526368997 ], [ -75.177078951966905, 39.992236071306898 ], [ -75.177034771771602, 39.9924374643739 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2333 N 30TH ST", "addr_range": "2329-2333 N 30TH ST; 2947 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 885, "objectid": 761, "Shape__Area": 140.36328125, "Shape__Length": 58.41961825780578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181038372995502, 39.992044482074803 ], [ -75.181029494319006, 39.992085307260503 ], [ -75.181234135604001, 39.992112100706599 ], [ -75.181243772991195, 39.992070662681101 ], [ -75.181038372995502, 39.992044482074803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2424 N 30TH ST", "addr_range": "2420-2424 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1087, "objectid": 762, "Shape__Area": 172.40234375, "Shape__Length": 69.144053152118929 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181169447365903, 39.9932797534616 ], [ -75.181421688898993, 39.993313236761502 ], [ -75.181431031968998, 39.993271776817501 ], [ -75.181178023831507, 39.993239177388801 ], [ -75.181169447365903, 39.9932797534616 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2912 W ARIZONA ST", "addr_range": "2912 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 678, "objectid": 763, "Shape__Area": 107.55078125, "Shape__Length": 49.027792599038825 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180094189616995, 39.992135507673297 ], [ -75.180145191680296, 39.992142354764397 ], [ -75.180172640850202, 39.992014592430102 ], [ -75.180122272099396, 39.992008161379196 ], [ -75.180094189616995, 39.992135507673297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2903 W DAUPHIN ST", "addr_range": "2300-2304 N 29TH ST; 2901-2903 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 955, "objectid": 764, "Shape__Area": 151.42578125, "Shape__Length": 58.904897008976874 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180284659630402, 39.991260825407302 ], [ -75.180343949405, 39.991268521113199 ], [ -75.180354492341607, 39.991214772194297 ], [ -75.180364893923795, 39.991164758403002 ], [ -75.1803757546692, 39.991113630429197 ], [ -75.180316775607395, 39.991106054319197 ], [ -75.180305849465995, 39.991156618593699 ], [ -75.180296048939795, 39.991207401784997 ], [ -75.180284659630402, 39.991260825407302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3220 W YORK ST", "addr_range": "3220-3222 W YORK ST; 3221-3223 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 737, "objectid": 765, "Shape__Area": 116.890625, "Shape__Length": 52.709070514262194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185028274668994, 39.992964424537398 ], [ -75.185000432976906, 39.993105075204703 ], [ -75.185050131726797, 39.993111505333303 ], [ -75.185078684445699, 39.992970387603698 ], [ -75.185028274668994, 39.992964424537398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3025 W DAUPHIN ST", "addr_range": "3025-3027 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1402, "objectid": 766, "Shape__Area": 222.26953125, "Shape__Length": 77.946694282116809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182285941719798, 39.991583018263398 ], [ -75.182346960589499, 39.991590475895002 ], [ -75.182393379979402, 39.991373204080197 ], [ -75.182331427793102, 39.991365000277497 ], [ -75.182285941719798, 39.991583018263398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2640 W YORK ST", "addr_range": "2337-2347 N 27TH ST; 2645-2647 W ARIZONA ST; 2638-2646 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 688, "objectid": 767, "Shape__Area": 109.1328125, "Shape__Length": 50.709483618675847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176082781511596, 39.991815143108902 ], [ -75.176055510478704, 39.991950211332203 ], [ -75.176104108931497, 39.9919563314727 ], [ -75.176131609862495, 39.991821283712497 ], [ -75.176082781511596, 39.991815143108902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2304 N 29TH ST", "addr_range": "2300-2304 N 29TH ST; 2901-2903 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1377, "objectid": 768, "Shape__Area": 218.234375, "Shape__Length": 70.51942415131569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179981406652601, 39.991220974998697 ], [ -75.180226668432596, 39.991253143426498 ], [ -75.180233438425802, 39.991220411714004 ], [ -75.180235075479004, 39.991210954416502 ], [ -75.180234044856903, 39.991204386401598 ], [ -75.180232129199894, 39.991199104136498 ], [ -75.180212218129299, 39.991196369789499 ], [ -75.180193446839098, 39.991193418585603 ], [ -75.180055080962603, 39.991175313422502 ], [ -75.1799927665528, 39.991167808431697 ], [ -75.179981406652601, 39.991220974998697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2335 N 27TH ST", "addr_range": "2335 N 27TH ST; 2644-2646 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 943, "objectid": 769, "Shape__Area": 149.44140625, "Shape__Length": 58.93459997054746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176334249841105, 39.9916276842416 ], [ -75.176537842423897, 39.991653913900599 ], [ -75.176546556312701, 39.991609779496102 ], [ -75.176343478157193, 39.991583270357502 ], [ -75.176334249841105, 39.9916276842416 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3011 W DAUPHIN ST", "addr_range": "3007-3017 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1331, "objectid": 770, "Shape__Area": 210.9453125, "Shape__Length": 76.824495140879364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181872999674098, 39.991527612069802 ], [ -75.181930470902202, 39.991535765418398 ], [ -75.181977626159096, 39.991319575200201 ], [ -75.181917550346, 39.9913121537828 ], [ -75.181872999674098, 39.991527612069802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3132 W YORK ST", "addr_range": "3130-3136 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 786, "objectid": 771, "Shape__Area": 124.69140625, "Shape__Length": 55.579838376087274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183704897431099, 39.9929417274247 ], [ -75.1837542477341, 39.992948537763297 ], [ -75.183785208874198, 39.992797478342403 ], [ -75.1837348920279, 39.992791324865401 ], [ -75.183704897431099, 39.9929417274247 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2341 N 27TH ST", "addr_range": "2337-2347 N 27TH ST; 2645-2647 W ARIZONA ST; 2638-2646 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 886, "objectid": 772, "Shape__Area": 140.46484375, "Shape__Length": 58.240777445295528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176297823529794, 39.991797526305803 ], [ -75.176288709319806, 39.9918389279606 ], [ -75.176492615251902, 39.991864633115 ], [ -75.176501980980902, 39.991823237086003 ], [ -75.176297823529794, 39.991797526305803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2460 N STANLEY ST", "addr_range": "2460 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 718, "objectid": 773, "Shape__Area": 113.84375, "Shape__Length": 52.206748411538243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182005957967206, 39.994099476269298 ], [ -75.182187977092994, 39.994123875048302 ], [ -75.182196162667196, 39.994086435593097 ], [ -75.182014236512401, 39.994061780314901 ], [ -75.182005957967206, 39.994099476269298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3013 W DAUPHIN ST", "addr_range": "3007-3017 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1321, "objectid": 774, "Shape__Area": 209.4296875, "Shape__Length": 76.892807937393485 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181930470902202, 39.991535765418398 ], [ -75.181989119823697, 39.991543783805703 ], [ -75.182035268547097, 39.991327070087102 ], [ -75.181977626159096, 39.991319575200201 ], [ -75.181930470902202, 39.991535765418398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2322 N MYRTLEWOOD ST", "addr_range": "2330-2332 N MYRTLEWOOD ST; 2321-2325 N 30TH ST; 2938 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 684, "objectid": 775, "Shape__Area": 108.4609375, "Shape__Length": 48.905908070591352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180900422561095, 39.991649764938998 ], [ -75.181065220886495, 39.991672183619997 ], [ -75.181073907099005, 39.991632047002099 ], [ -75.180908853078193, 39.991610847081503 ], [ -75.180900422561095, 39.991649764938998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2454 N STANLEY ST", "addr_range": "2444-2456 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 732, "objectid": 776, "Shape__Area": 116.0703125, "Shape__Length": 52.581772647586547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1820303512756, 39.993985879349601 ], [ -75.182142366445603, 39.994001022848899 ], [ -75.182214069329106, 39.994009734950801 ], [ -75.182221498368307, 39.993971762291601 ], [ -75.182109181805501, 39.993957433847399 ], [ -75.182038558913007, 39.993947858345003 ], [ -75.1820303512756, 39.993985879349601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3112 W YORK ST", "addr_range": "2354 N 31ST ST; 3108-3116 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 784, "objectid": 777, "Shape__Area": 124.33984375, "Shape__Length": 55.537418391454409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183213285799894, 39.992878700897897 ], [ -75.183262373640005, 39.992885231673903 ], [ -75.183271879304002, 39.992841081223098 ], [ -75.183273907452005, 39.992831246103698 ], [ -75.183292327357293, 39.992734262460402 ], [ -75.183243213256304, 39.992727344574398 ], [ -75.183213285799894, 39.992878700897897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3126 W ARIZONA ST", "addr_range": "3116-3126 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 646, "objectid": 778, "Shape__Area": 102.51953125, "Shape__Length": 47.264267721883918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183628442422801, 39.992568023648701 ], [ -75.183679601113198, 39.992574648305002 ], [ -75.183703034960402, 39.992452533127398 ], [ -75.183652675697203, 39.9924463930762 ], [ -75.183628442422801, 39.992568023648701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2429 N 29TH ST", "addr_range": "2425-2429 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1126, "objectid": 779, "Shape__Area": 178.5, "Shape__Length": 68.592207415831012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179050293736296, 39.9931192275792 ], [ -75.179059888055704, 39.993120457912802 ], [ -75.179297462767806, 39.993151006277898 ], [ -75.179306839953298, 39.993107565018299 ], [ -75.179069162424199, 39.993077013465403 ], [ -75.179059670496102, 39.993075801643897 ], [ -75.179056812320596, 39.993088762639502 ], [ -75.179050293736296, 39.9931192275792 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2642 W YORK ST", "addr_range": "2337-2347 N 27TH ST; 2645-2647 W ARIZONA ST; 2638-2646 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 700, "objectid": 780, "Shape__Area": 111.0390625, "Shape__Length": 50.901909298657138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176131609862495, 39.991821283712497 ], [ -75.176104108931497, 39.9919563314727 ], [ -75.176153691784705, 39.991962471864397 ], [ -75.176181193721803, 39.991827425919098 ], [ -75.176131609862495, 39.991821283712497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3144 W YORK ST", "addr_range": "3145-3147 W ARIZONA ST; 2343-2355 N 32ND ST; 3138-3146 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 764, "objectid": 781, "Shape__Area": 121.1171875, "Shape__Length": 55.267340506001702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184003042852893, 39.992979972336798 ], [ -75.184051186868302, 39.992986528525599 ], [ -75.184081495860795, 39.992835567086999 ], [ -75.184032902081398, 39.992829290979202 ], [ -75.184003042852893, 39.992979972336798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2531 W FLETCHER ST", "addr_range": "2529-2537 W FLETCHER ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 721, "objectid": 782, "Shape__Area": 114.375, "Shape__Length": 53.395199488445051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175138792799999, 39.989630923640703 ], [ -75.175109125681104, 39.989775496757403 ], [ -75.175157283298603, 39.989782171480002 ], [ -75.175185631969399, 39.989636438907198 ], [ -75.175138792799999, 39.989630923640703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3038 W YORK ST", "addr_range": "3038-3042 W YORK ST; 2343 N 31ST ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1277, "objectid": 783, "Shape__Area": 202.453125, "Shape__Length": 76.769227630580289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182297183936996, 39.9927561567469 ], [ -75.182352703038404, 39.992763299406803 ], [ -75.182399831990907, 39.9925455920473 ], [ -75.182376786315601, 39.992542594251098 ], [ -75.182343523806097, 39.992538256057799 ], [ -75.182297183936996, 39.9927561567469 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2423 N STANLEY ST", "addr_range": "2423-2427 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 645, "objectid": 784, "Shape__Area": 102.36328125, "Shape__Length": 47.195801402481607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181901921947599, 39.993289807711598 ], [ -75.181893039759899, 39.993328474055602 ], [ -75.182051360077807, 39.993349457842697 ], [ -75.182060023843405, 39.993310431603902 ], [ -75.181901921947599, 39.993289807711598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3206 W YORK ST", "addr_range": "3200-3206 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 768, "objectid": 785, "Shape__Area": 121.71484375, "Shape__Length": 53.031937329958197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184641348000994, 39.9930605235187 ], [ -75.184693527807397, 39.993066766881903 ], [ -75.184721416842905, 39.992926584956798 ], [ -75.184668780885602, 39.992920201664099 ], [ -75.184641348000994, 39.9930605235187 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3204 W YORK ST", "addr_range": "3200-3206 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 751, "objectid": 786, "Shape__Area": 119.046875, "Shape__Length": 52.781020888907207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184618138937395, 39.992913750286199 ], [ -75.184589642758596, 39.993053935740498 ], [ -75.184641348000994, 39.9930605235187 ], [ -75.184668780885602, 39.992920201664099 ], [ -75.184618138937395, 39.992913750286199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2617 W GORDON ST", "addr_range": "2615-2625 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 679, "objectid": 787, "Shape__Area": 107.734375, "Shape__Length": 51.043261983759194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175594281333005, 39.9912613379378 ], [ -75.175565753787694, 39.991398538508697 ], [ -75.175612834210995, 39.991404366228799 ], [ -75.175641859560898, 39.991267257003301 ], [ -75.175594281333005, 39.9912613379378 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2345 N 32ND ST", "addr_range": "3145-3147 W ARIZONA ST; 2343-2355 N 32ND ST; 3138-3146 W YORK ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 806, "objectid": 788, "Shape__Area": 127.75390625, "Shape__Length": 56.738047301815683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184147993089695, 39.992797899307902 ], [ -75.184350421274004, 39.992824008747803 ], [ -75.184357254301105, 39.992785715412197 ], [ -75.184156578101806, 39.992759807326998 ], [ -75.184155546145405, 39.992764393822902 ], [ -75.184147993089695, 39.992797899307902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3142 W YORK ST", "addr_range": "3145-3147 W ARIZONA ST; 2343-2355 N 32ND ST; 3138-3146 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 787, "objectid": 789, "Shape__Area": 124.75390625, "Shape__Length": 55.614680397258589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183952905209594, 39.992974063534497 ], [ -75.184003042852893, 39.992979972336798 ], [ -75.184032902081398, 39.992829290979202 ], [ -75.183983283762103, 39.992822909955002 ], [ -75.183952905209594, 39.992974063534497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2343 N 32ND ST", "addr_range": "3145-3147 W ARIZONA ST; 2343-2355 N 32ND ST; 3138-3146 W YORK ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 815, "objectid": 790, "Shape__Area": 129.28515625, "Shape__Length": 56.833308970711101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184156578101806, 39.992759807326998 ], [ -75.184357254301105, 39.992785715412197 ], [ -75.184365674339105, 39.992750343482001 ], [ -75.184366470950593, 39.992747024850303 ], [ -75.184181841544401, 39.992723521674499 ], [ -75.184164362495196, 39.992721326233003 ], [ -75.184156578101806, 39.992759807326998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2347 N 32ND ST", "addr_range": "3145-3147 W ARIZONA ST; 2343-2355 N 32ND ST; 3138-3146 W YORK ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 819, "objectid": 791, "Shape__Area": 129.8125, "Shape__Length": 56.916989524444304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184141519610193, 39.992837183672201 ], [ -75.1843422823314, 39.992862481927297 ], [ -75.184350421274004, 39.992824008747803 ], [ -75.184147993089695, 39.992797899307902 ], [ -75.184141519610193, 39.992837183672201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2932 W YORK ST", "addr_range": "2932-2938 W YORK ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 705, "objectid": 792, "Shape__Area": 111.734375, "Shape__Length": 49.088788495034329 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180517687860203, 39.9925268324751 ], [ -75.180571890933294, 39.992534413267897 ], [ -75.180596536928505, 39.992408118915797 ], [ -75.180543853093198, 39.992401410080703 ], [ -75.180517687860203, 39.9925268324751 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3130 W YORK ST", "addr_range": "3130-3136 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 755, "objectid": 793, "Shape__Area": 119.66796875, "Shape__Length": 55.172219545494372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183656485500805, 39.992936744568901 ], [ -75.183704897431099, 39.9929417274247 ], [ -75.1837348920279, 39.992791324865401 ], [ -75.183687504809001, 39.992785267500601 ], [ -75.183656485500805, 39.992936744568901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3040 W YORK ST", "addr_range": "3038-3042 W YORK ST; 2343 N 31ST ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1272, "objectid": 794, "Shape__Area": 201.69921875, "Shape__Length": 76.770675267792512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182352703038404, 39.992763299406803 ], [ -75.182407781193007, 39.992771043961802 ], [ -75.182455908353106, 39.992552956160701 ], [ -75.182399831990907, 39.9925455920473 ], [ -75.182352703038404, 39.992763299406803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3134 W YORK ST", "addr_range": "3130-3136 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 799, "objectid": 795, "Shape__Area": 126.68359375, "Shape__Length": 55.892184151995409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1837542477341, 39.992948537763297 ], [ -75.183804430135197, 39.992955462190501 ], [ -75.1838358078883, 39.992803976885 ], [ -75.183785208874198, 39.992797478342403 ], [ -75.1837542477341, 39.992948537763297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3042 W YORK ST", "addr_range": "3038-3042 W YORK ST; 2343 N 31ST ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1160, "objectid": 796, "Shape__Area": 183.875, "Shape__Length": 75.650224503582734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182407781193007, 39.992771043961802 ], [ -75.182459442308897, 39.992777115466502 ], [ -75.1824598766826, 39.992775045652003 ], [ -75.182505878590305, 39.992559408795103 ], [ -75.182455908353106, 39.992552956160701 ], [ -75.182407781193007, 39.992771043961802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3221 W ARIZONA ST", "addr_range": "3220-3222 W YORK ST; 3221-3223 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 629, "objectid": 797, "Shape__Area": 99.703125, "Shape__Length": 46.255165914114457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185029138528193, 39.992955448166398 ], [ -75.185080374214294, 39.992961719812797 ], [ -75.185104019675805, 39.992843397876001 ], [ -75.1850974468706, 39.992842589662899 ], [ -75.185053578750995, 39.9928371764342 ], [ -75.185029138528193, 39.992955448166398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3108 W YORK ST", "addr_range": "2354 N 31ST ST; 3108-3116 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 804, "objectid": 798, "Shape__Area": 127.5546875, "Shape__Length": 56.132296625123715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183113517939901, 39.992865056763698 ], [ -75.183113186743697, 39.992866628827201 ], [ -75.183164578999893, 39.992873711239 ], [ -75.183194950789996, 39.9927211394889 ], [ -75.183145276418003, 39.992715160497902 ], [ -75.183113517939901, 39.992865056763698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2444 N STANLEY ST", "addr_range": "2444-2456 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 718, "objectid": 799, "Shape__Area": 113.8359375, "Shape__Length": 52.471279018974229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182071311723405, 39.993795566251897 ], [ -75.182244221881007, 39.993817553703202 ], [ -75.182255042896998, 39.993818503963197 ], [ -75.182263212623099, 39.993781450683201 ], [ -75.182178261232394, 39.993771151082498 ], [ -75.182079528161196, 39.993757868904602 ], [ -75.182071311723405, 39.993795566251897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2403 N DOUGLAS ST", "addr_range": "2401-2405 N DOUGLAS ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 764, "objectid": 800, "Shape__Area": 121.18359375, "Shape__Length": 52.048388918746959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185142755488698, 39.993338719196601 ], [ -75.185319236745599, 39.993361054822898 ], [ -75.185327843140001, 39.993320706218398 ], [ -75.185151121290303, 39.993296462295902 ], [ -75.185142755488698, 39.993338719196601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2408 N NATRONA ST", "addr_range": "2408-2418 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 642, "objectid": 801, "Shape__Area": 101.84765625, "Shape__Length": 48.374331059456125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184938643801104, 39.993429232631698 ], [ -75.1851045613069, 39.993452155139998 ], [ -75.185113052854106, 39.993414881829302 ], [ -75.184947099526298, 39.993392909996402 ], [ -75.184939445343105, 39.993425751925002 ], [ -75.184938643801104, 39.993429232631698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2416 N NATRONA ST", "addr_range": "2408-2418 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 657, "objectid": 802, "Shape__Area": 104.21484375, "Shape__Length": 48.618564005600284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184906060471903, 39.993583850183903 ], [ -75.185072567213098, 39.993605076683501 ], [ -75.185080172914198, 39.993566849233602 ], [ -75.184914176483602, 39.993546536056897 ], [ -75.184906060471903, 39.993583850183903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2942 W YORK ST", "addr_range": "2940-2946 W YORK; 2353 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 703, "objectid": 803, "Shape__Area": 111.4453125, "Shape__Length": 49.228380809364751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180762484296494, 39.992559231600502 ], [ -75.180814904996595, 39.992566273222103 ], [ -75.180841399193298, 39.992439293981299 ], [ -75.180787803689995, 39.992432839661802 ], [ -75.180762484296494, 39.992559231600502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2353 N 30TH ST", "addr_range": "2940-2946 W YORK; 2353 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 936, "objectid": 804, "Shape__Area": 148.3984375, "Shape__Length": 59.821575520205968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181000857657907, 39.9925891014678 ], [ -75.1811311990419, 39.992605591422702 ], [ -75.181139930229193, 39.9925647944643 ], [ -75.181140212011996, 39.992563415016903 ], [ -75.180930481845195, 39.992535911065602 ], [ -75.180922264179998, 39.992579170252597 ], [ -75.181000857657907, 39.9925891014678 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2439 N STANLEY ST", "addr_range": "2435-2439 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 654, "objectid": 805, "Shape__Area": 103.73046875, "Shape__Length": 47.342793287305327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181836084877204, 39.993597011735297 ], [ -75.181827545973306, 39.9936366038853 ], [ -75.181985561261897, 39.993657339452 ], [ -75.181994357594306, 39.993618124267599 ], [ -75.181836084877204, 39.993597011735297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3200 W YORK ST", "addr_range": "3200-3206 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 744, "objectid": 806, "Shape__Area": 117.94140625, "Shape__Length": 52.738288127722036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184566946656304, 39.9929074478666 ], [ -75.184516859622093, 39.992901316090197 ], [ -75.184487764705906, 39.993041809802001 ], [ -75.184538983066403, 39.993047951557102 ], [ -75.184566946656304, 39.9929074478666 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3007 W YORK ST", "addr_range": "3001-3007 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 955, "objectid": 807, "Shape__Area": 151.46875, "Shape__Length": 62.959945571739432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181399151910398, 39.992959904061799 ], [ -75.181452759465401, 39.992966052011397 ], [ -75.181489773291801, 39.9927931420874 ], [ -75.181438299417394, 39.992785993122503 ], [ -75.181399151910398, 39.992959904061799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2450 N STANLEY ST", "addr_range": "2444-2456 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 724, "objectid": 808, "Shape__Area": 114.7421875, "Shape__Length": 52.643662059611785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182046882252806, 39.9939095344861 ], [ -75.182230708868104, 39.993933828582598 ], [ -75.182239198563096, 39.9938961211204 ], [ -75.182114203545396, 39.993880058433497 ], [ -75.182055199190501, 39.993871968232902 ], [ -75.182046882252806, 39.9939095344861 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2343 N 31ST ST", "addr_range": "3038-3042 W YORK ST; 2343 N 31ST ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1112, "objectid": 809, "Shape__Area": 176.26953125, "Shape__Length": 67.345927790194921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1825086676143, 39.992604832522197 ], [ -75.182750048264793, 39.992636668937401 ], [ -75.182758140658706, 39.992592261660299 ], [ -75.182610486976699, 39.992573032895301 ], [ -75.182518059089901, 39.992560987714498 ], [ -75.1825086676143, 39.992604832522197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2456 N STANLEY ST", "addr_range": "2444-2456 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 728, "objectid": 810, "Shape__Area": 115.49609375, "Shape__Length": 52.532608440929117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182022657343794, 39.9940236361373 ], [ -75.182118921757095, 39.994036815375601 ], [ -75.182153074017506, 39.9940414969846 ], [ -75.182205083330601, 39.994047834060702 ], [ -75.182214069329106, 39.994009734950801 ], [ -75.182142366445603, 39.994001022848899 ], [ -75.1820303512756, 39.993985879349601 ], [ -75.182022657343794, 39.9940236361373 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2615 W GORDON ST", "addr_range": "2615-2625 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 702, "objectid": 811, "Shape__Area": 111.30859375, "Shape__Length": 51.402150435598472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175516641107393, 39.991392182244198 ], [ -75.175565753787694, 39.991398538508697 ], [ -75.175594281333005, 39.9912613379378 ], [ -75.175545709975495, 39.991255042479501 ], [ -75.175516641107393, 39.991392182244198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3136 W YORK ST", "addr_range": "3130-3136 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 788, "objectid": 812, "Shape__Area": 124.94140625, "Shape__Length": 55.691053208933695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183804430135197, 39.992955462190501 ], [ -75.183853738584901, 39.992961706617301 ], [ -75.183860021563802, 39.992935217746897 ], [ -75.183885113135204, 39.992810303220899 ], [ -75.1838358078883, 39.992803976885 ], [ -75.183804430135197, 39.992955462190501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2401 N MYRTLEWOOD ST", "addr_range": "2401 N MYRTLEWOOD ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 845, "objectid": 813, "Shape__Area": 133.90625, "Shape__Length": 54.397047945009831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180390290055598, 39.992692350565399 ], [ -75.180397462420302, 39.992693317534403 ], [ -75.180574642411003, 39.992717015070099 ], [ -75.180583310339699, 39.992672976696802 ], [ -75.180406787865195, 39.992649551580399 ], [ -75.180400511276304, 39.992648718192498 ], [ -75.180390290055598, 39.992692350565399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2535 W FLETCHER ST", "addr_range": "2529-2537 W FLETCHER ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 765, "objectid": 814, "Shape__Area": 121.36328125, "Shape__Length": 53.940292731628467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175234228480704, 39.989643090107997 ], [ -75.175205388470005, 39.989788005262497 ], [ -75.175256026613496, 39.989794476096797 ], [ -75.175284658495897, 39.989650073444203 ], [ -75.175234228480704, 39.989643090107997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3114 W YORK ST", "addr_range": "2354 N 31ST ST; 3108-3116 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 789, "objectid": 815, "Shape__Area": 125.125, "Shape__Length": 55.759956347523193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183262373640005, 39.992885231673903 ], [ -75.183312667607694, 39.992891433500297 ], [ -75.183342877058607, 39.992740389804702 ], [ -75.183292327357293, 39.992734262460402 ], [ -75.183273907452005, 39.992831246103698 ], [ -75.183271879304002, 39.992841081223098 ], [ -75.183262373640005, 39.992885231673903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2355 N 32ND ST", "addr_range": "3145-3147 W ARIZONA ST; 2343-2355 N 32ND ST; 3138-3146 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 919, "objectid": 816, "Shape__Area": 145.69921875, "Shape__Length": 58.240740433791444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184308197991697, 39.993019096661499 ], [ -75.184309427909596, 39.993019253898403 ], [ -75.184319737036205, 39.992975492550897 ], [ -75.184117439863499, 39.992950337461401 ], [ -75.184109519670301, 39.9929924420803 ], [ -75.1841092584759, 39.992993774240396 ], [ -75.184154395518604, 39.992999522537602 ], [ -75.184308197991697, 39.993019096661499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2940 W YORK ST", "addr_range": "2940-2946 W YORK; 2353 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 609, "objectid": 817, "Shape__Area": 96.59765625, "Shape__Length": 47.494144944878471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180741449514002, 39.9924266438125 ], [ -75.180716696278907, 39.992552435728598 ], [ -75.180762484296494, 39.992559231600502 ], [ -75.180787803689995, 39.992432839661802 ], [ -75.180741449514002, 39.9924266438125 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2936 W YORK ST", "addr_range": "2932-2938 W YORK ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 645, "objectid": 818, "Shape__Area": 102.29296875, "Shape__Length": 48.139933096892811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180623394632605, 39.992540240611902 ], [ -75.180672005658906, 39.992547132148601 ], [ -75.180697370974599, 39.9924206763813 ], [ -75.180647783821399, 39.992414600943 ], [ -75.180630528498, 39.992505630308102 ], [ -75.180623394632605, 39.992540240611902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2539 W ARIZONA ST", "addr_range": "2527-2543 W ARIZONA", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 551, "objectid": 819, "Shape__Area": 87.32421875, "Shape__Length": 45.303538790041614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174502594494996, 39.991475776069599 ], [ -75.174459959291795, 39.9914704503908 ], [ -75.174435606176701, 39.991584837966101 ], [ -75.174434332597102, 39.9915908056253 ], [ -75.174443197591799, 39.991591923578 ], [ -75.174479071260606, 39.991596452418101 ], [ -75.174480217758401, 39.991590530561702 ], [ -75.174502594494996, 39.991475776069599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2529 W FLETCHER ST", "addr_range": "2529-2537 W FLETCHER ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 667, "objectid": 820, "Shape__Area": 105.7265625, "Shape__Length": 52.588291223224424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175065293962803, 39.989770274183797 ], [ -75.175109125681104, 39.989775496757403 ], [ -75.175138792799999, 39.989630923640703 ], [ -75.175094873333904, 39.989624650329702 ], [ -75.175065293962803, 39.989770274183797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2427 N STANLEY ST", "addr_range": "2423-2427 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 645, "objectid": 821, "Shape__Area": 102.34765625, "Shape__Length": 47.214877691250209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181877349276803, 39.993404771930201 ], [ -75.182035752222802, 39.9934257747028 ], [ -75.182043595392201, 39.993386826514602 ], [ -75.181885402513004, 39.993365878006301 ], [ -75.181877349276803, 39.993404771930201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3110 W YORK ST", "addr_range": "2354 N 31ST ST; 3108-3116 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 769, "objectid": 822, "Shape__Area": 121.91015625, "Shape__Length": 55.586536049040916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183164578999893, 39.992873711239 ], [ -75.183213285799894, 39.992878700897897 ], [ -75.183243213256304, 39.992727344574398 ], [ -75.183194950789996, 39.9927211394889 ], [ -75.183164578999893, 39.992873711239 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2400 N 26TH ST", "addr_range": "2400 N 26TH ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1088, "objectid": 823, "Shape__Area": 172.54296875, "Shape__Length": 61.919453992383772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175008376012499, 39.992005341863397 ], [ -75.175208292151197, 39.992031233699898 ], [ -75.175217842941805, 39.992032463383197 ], [ -75.1752284749832, 39.991983117384599 ], [ -75.175218590132005, 39.991981831553701 ], [ -75.175018704467902, 39.991955634071402 ], [ -75.175008376012499, 39.992005341863397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3001 W YORK ST", "addr_range": "3001-3007 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 977, "objectid": 824, "Shape__Area": 154.83984375, "Shape__Length": 63.099451092199033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181241537827503, 39.992938611692502 ], [ -75.181295449584496, 39.992945573829097 ], [ -75.181332168465502, 39.992772141067803 ], [ -75.181278204682997, 39.9927660004034 ], [ -75.181241537827503, 39.992938611692502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2644 W YORK ST", "addr_range": "2337-2347 N 27TH ST; 2645-2647 W ARIZONA ST; 2638-2646 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 698, "objectid": 825, "Shape__Area": 110.6953125, "Shape__Length": 50.888291621033972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176181193721803, 39.991827425919098 ], [ -75.176153691784705, 39.991962471864397 ], [ -75.176203010675394, 39.991968993750703 ], [ -75.176230539750094, 39.991833754686702 ], [ -75.176181193721803, 39.991827425919098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "13 E SOMERSET ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 926, "objectid": 826, "Shape__Area": 146.7578125, "Shape__Length": 58.757271984007531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129838406037706, 39.992325456379199 ], [ -75.129895421195897, 39.992332286565301 ], [ -75.1299290528504, 39.992176545211699 ], [ -75.129927989236805, 39.9921763920863 ], [ -75.129872967618994, 39.992168994722903 ], [ -75.129838406037706, 39.992325456379199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "748 E HILTON ST", "addr_range": "748-754 E HILTON ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 732, "objectid": 827, "Shape__Area": 116.046875, "Shape__Length": 52.170858093977429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116025130480494, 39.997149484255701 ], [ -75.115987040713804, 39.997144256459698 ], [ -75.115975096916898, 39.997143080459999 ], [ -75.115973734793698, 39.997149594283798 ], [ -75.115946064083701, 39.997281546756703 ], [ -75.115996626413704, 39.997288365456299 ], [ -75.116023760923696, 39.997156189828701 ], [ -75.116025130480494, 39.997149484255701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "17 E SOMERSET ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 932, "objectid": 828, "Shape__Area": 147.84765625, "Shape__Length": 58.832080368137881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129728300077502, 39.992311158380303 ], [ -75.129787477235297, 39.9923184254164 ], [ -75.129816869454302, 39.9921617493588 ], [ -75.129761876996398, 39.992155205878603 ], [ -75.129728300077502, 39.992311158380303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "10 E SELTZER ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 849, "objectid": 829, "Shape__Area": 134.640625, "Shape__Length": 55.352269273603703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129985390487505, 39.992183504955399 ], [ -75.129989165872004, 39.992183994792299 ], [ -75.130040438083398, 39.992190806447603 ], [ -75.130072486469999, 39.992045668231597 ], [ -75.130015994675503, 39.992038334687898 ], [ -75.129985390487505, 39.992183504955399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3410 TAMPA ST", "addr_range": "3408-3410 TAMPA ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 592, "objectid": 830, "Shape__Area": 93.91796875, "Shape__Length": 44.267332056656343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117738955890403, 40.000535422073803 ], [ -75.117884021594307, 40.000554432562403 ], [ -75.117892052305194, 40.000515429142403 ], [ -75.117746478934606, 40.000496551185897 ], [ -75.117738955890403, 40.000535422073803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "16 E SELTZER ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 857, "objectid": 831, "Shape__Area": 135.81640625, "Shape__Length": 55.41892540385011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129816869454302, 39.9921617493588 ], [ -75.129872967618994, 39.992168994722903 ], [ -75.129903389886707, 39.992024173529302 ], [ -75.129846851113399, 39.992016418951302 ], [ -75.129816869454302, 39.9921617493588 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2800 ORMES ST", "addr_range": "2800 ORMES ST", "zipcode": 19134, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 711, "objectid": 832, "Shape__Area": 112.66796875, "Shape__Length": 51.516876279426292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126032288538198, 39.992006831154796 ], [ -75.1261289750625, 39.992019085178399 ], [ -75.126212986604202, 39.992029097758 ], [ -75.126219753250496, 39.991994433158702 ], [ -75.1262199369082, 39.991993469654098 ], [ -75.126217502887698, 39.991992463431501 ], [ -75.126213211304602, 39.991990720955997 ], [ -75.126039963748994, 39.991969270710499 ], [ -75.126032288538198, 39.992006831154796 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2902 D ST", "addr_range": "2902 D ST", "zipcode": 19134, "district": "7", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 919, "objectid": 833, "Shape__Area": 119.34765625, "Shape__Length": 53.075221288114463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122263387930204, 39.993352329493099 ], [ -75.122388326885201, 39.993368939346901 ], [ -75.122289056986801, 39.993237626105802 ], [ -75.122263387930204, 39.993352329493099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "18 E SELTZER ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 864, "objectid": 834, "Shape__Area": 136.96875, "Shape__Length": 55.56203618102743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129761876996398, 39.992155205878603 ], [ -75.129816869454302, 39.9921617493588 ], [ -75.129846851113399, 39.992016418951302 ], [ -75.129789665853195, 39.9920091163184 ], [ -75.129760709270002, 39.992154502551301 ], [ -75.129761876996398, 39.992155205878603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2900 ROSEHILL ST", "addr_range": "2900-2906 ROSEHILL ST", "zipcode": 19134, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 588, "objectid": 835, "Shape__Area": 99.93359375, "Shape__Length": 46.186276943891812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124985813341297, 39.993402531854898 ], [ -75.125037498001802, 39.993410081394799 ], [ -75.125080977883599, 39.9934157187148 ], [ -75.125139880870705, 39.993423062056898 ], [ -75.125148243763903, 39.993384547879899 ], [ -75.124994309593603, 39.993363812599803 ], [ -75.124985813341297, 39.993402531854898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2904 ROSEHILL ST", "addr_range": "2900-2906 ROSEHILL ST", "zipcode": 19134, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 567, "objectid": 836, "Shape__Area": 93.5625, "Shape__Length": 45.580815199791651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124969402161597, 39.993477356263398 ], [ -75.125123670752501, 39.993497568513803 ], [ -75.125131546634506, 39.9934613498299 ], [ -75.124977444285193, 39.9934406575385 ], [ -75.124969402161597, 39.993477356263398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "905 E WESTMORELAND ST", "addr_range": "901-905 E WESTMORELAND ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1231, "objectid": 837, "Shape__Area": 195.37109375, "Shape__Length": 74.550726452674368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.112652677916302, 39.9981057996281 ], [ -75.112605439381994, 39.998316161882101 ], [ -75.112661710869205, 39.998323289813001 ], [ -75.112708089090106, 39.998113536693801 ], [ -75.112652677916302, 39.9981057996281 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "545 E WESTMORELAND ST", "addr_range": "543-545 E WESTMORELAND ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 809, "objectid": 838, "Shape__Area": 128.4765625, "Shape__Length": 53.043132872481145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.119032744669497, 39.999069898204901 ], [ -75.1190891681008, 39.999077519301103 ], [ -75.119090167194699, 39.999072929833197 ], [ -75.119118956408997, 39.998940634749403 ], [ -75.119062673387603, 39.998933202495202 ], [ -75.119034369876502, 39.9990618793557 ], [ -75.119033884023295, 39.999064289284497 ], [ -75.119032744669497, 39.999069898204901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "543 E WESTMORELAND ST", "addr_range": "543-545 E WESTMORELAND ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 809, "objectid": 839, "Shape__Area": 128.30859375, "Shape__Length": 53.102109277122828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1190891681008, 39.999077519301103 ], [ -75.119116183566305, 39.9990811659166 ], [ -75.119145454225603, 39.999085116498797 ], [ -75.119145836814795, 39.999084918030498 ], [ -75.119146024179301, 39.999084829518701 ], [ -75.119146633214498, 39.9990800869463 ], [ -75.119146829044297, 39.9990785704979 ], [ -75.119146840745501, 39.999078510397197 ], [ -75.119146853582293, 39.999078451223497 ], [ -75.119148335390406, 39.999071653584402 ], [ -75.119174682430497, 39.998950620339997 ], [ -75.119175242884495, 39.998948068856897 ], [ -75.119167097764205, 39.998946991969603 ], [ -75.119118956408997, 39.998940634749403 ], [ -75.119090167194699, 39.999072929833197 ], [ -75.1190891681008, 39.999077519301103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2862 ROSEHILL ST", "addr_range": "2862 ROSEHILL ST", "zipcode": 19134, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 967, "objectid": 840, "Shape__Area": 153.27734375, "Shape__Length": 59.491405921362244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125026316872393, 39.9932026984876 ], [ -75.125020686796006, 39.993231216087501 ], [ -75.125226177071994, 39.993254694481301 ], [ -75.125234994829697, 39.993208744613497 ], [ -75.125029443011499, 39.993186892079898 ], [ -75.125026316872393, 39.9932026984876 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "752 E HILTON ST", "addr_range": "748-754 E HILTON ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 753, "objectid": 841, "Shape__Area": 119.37890625, "Shape__Length": 52.448857076678763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1158451558167, 39.9972677376539 ], [ -75.115896903215798, 39.997275324238899 ], [ -75.115924000072695, 39.997143036939804 ], [ -75.115925344136301, 39.997136505582603 ], [ -75.115885653345998, 39.997130904028801 ], [ -75.115873566385602, 39.997129643640498 ], [ -75.115872222300197, 39.997136205631797 ], [ -75.1158451558167, 39.9972677376539 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6 E SELTZER ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 801, "objectid": 842, "Shape__Area": 127.0390625, "Shape__Length": 55.633505469872105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130096506000399, 39.992198260048902 ], [ -75.130150571229095, 39.992205458873798 ], [ -75.130160416458807, 39.992157259770501 ], [ -75.130161760860901, 39.992150681433401 ], [ -75.1301572255189, 39.992150335540003 ], [ -75.130160876244005, 39.992139360579699 ], [ -75.130177692845294, 39.9920593053536 ], [ -75.130127227807904, 39.992052737437703 ], [ -75.130111649732399, 39.992124615287203 ], [ -75.130107300569904, 39.9921471650973 ], [ -75.130092878050803, 39.992197774481802 ], [ -75.130096506000399, 39.992198260048902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3408 TAMPA ST", "addr_range": "3408-3410 TAMPA ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 622, "objectid": 843, "Shape__Area": 98.734375, "Shape__Length": 44.936034402847199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117746478934606, 40.000496551185897 ], [ -75.117892052305194, 40.000515429142403 ], [ -75.117901813168203, 40.000474498445698 ], [ -75.117755399060201, 40.0004562454573 ], [ -75.117746478934606, 40.000496551185897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "9 E SOMERSET ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 934, "objectid": 844, "Shape__Area": 148.02734375, "Shape__Length": 58.943656221300913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129951683861293, 39.992340099684498 ], [ -75.130008677265295, 39.992347494260301 ], [ -75.130042128330004, 39.992191022530697 ], [ -75.130040438083398, 39.992190806447603 ], [ -75.129989165872004, 39.992183994792299 ], [ -75.129985390487505, 39.992183504955399 ], [ -75.129951683861293, 39.992340099684498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2716 A ST", "addr_range": "2716-2718 A ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1318, "objectid": 845, "Shape__Area": 208.94140625, "Shape__Length": 76.560532045832645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.128925430890504, 39.991350450650799 ], [ -75.129046324786998, 39.991364818296297 ], [ -75.129205568181504, 39.991385848751499 ], [ -75.129214851063693, 39.991339699323397 ], [ -75.129106499618203, 39.9913261507577 ], [ -75.129001201427897, 39.991314380155202 ], [ -75.128934212238903, 39.991305918843203 ], [ -75.128925430890504, 39.991350450650799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "747 E HILTON ST", "addr_range": "747-753 E HILTON ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 693, "objectid": 846, "Shape__Area": 109.8515625, "Shape__Length": 50.887258067151564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115978359894498, 39.997370238249303 ], [ -75.115950219506104, 39.997505598453301 ], [ -75.115998885120405, 39.997512179903197 ], [ -75.116027260504595, 39.9973766484799 ], [ -75.115978359894498, 39.997370238249303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "751 E HILTON ST", "addr_range": "747-753 E HILTON ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 692, "objectid": 847, "Shape__Area": 109.7578125, "Shape__Length": 50.860441838715914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115850995537997, 39.997492665970199 ], [ -75.115899937768305, 39.997499092525899 ], [ -75.115928039311399, 39.997363618811796 ], [ -75.115879361728105, 39.997357409179799 ], [ -75.115850995537997, 39.997492665970199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7 E SOMERSET ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 889, "objectid": 848, "Shape__Area": 141.01171875, "Shape__Length": 58.339125971978476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130008677265295, 39.992347494260301 ], [ -75.130063683571905, 39.992354229852701 ], [ -75.130079066947303, 39.992277624387803 ], [ -75.130096506000399, 39.992198260048902 ], [ -75.130092878050803, 39.992197774481802 ], [ -75.130042128330004, 39.992191022530697 ], [ -75.130008677265295, 39.992347494260301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "14 E SELTZER ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 846, "objectid": 849, "Shape__Area": 134.19921875, "Shape__Length": 55.289251122137742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129872967618994, 39.992168994722903 ], [ -75.129927989236805, 39.9921763920863 ], [ -75.129959689556799, 39.992031051329597 ], [ -75.129903389886707, 39.992024173529302 ], [ -75.129872967618994, 39.992168994722903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "901 E WESTMORELAND ST", "addr_range": "901-905 E WESTMORELAND ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1251, "objectid": 850, "Shape__Area": 201.94140625, "Shape__Length": 74.944904319717196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.112717007607102, 39.998330750327703 ], [ -75.112775062515297, 39.998337870520103 ], [ -75.112808742025805, 39.9981873585225 ], [ -75.112821816281397, 39.998127579065098 ], [ -75.112764242381203, 39.998121049305702 ], [ -75.112717007607102, 39.998330750327703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "903 E WESTMORELAND ST", "addr_range": "901-905 E WESTMORELAND ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1231, "objectid": 851, "Shape__Area": 194.8046875, "Shape__Length": 74.43364165640844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.112661710869205, 39.998323289813001 ], [ -75.112717007607102, 39.998330750327703 ], [ -75.112764242381203, 39.998121049305702 ], [ -75.112711786156197, 39.998113846890497 ], [ -75.112708089090106, 39.998113536693801 ], [ -75.112661710869205, 39.998323289813001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2906 ROSEHILL ST", "addr_range": "2900-2906 ROSEHILL ST", "zipcode": 19134, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 567, "objectid": 852, "Shape__Area": 89.70703125, "Shape__Length": 45.150533058074771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124961822156294, 39.993511888674703 ], [ -75.125115995848901, 39.993532921400998 ], [ -75.125123670752501, 39.993497568513803 ], [ -75.124969402161597, 39.993477356263398 ], [ -75.124961822156294, 39.993511888674703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2122 BELLMORE ST", "addr_range": "2120-2130 BELLMORE ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 697, "objectid": 853, "Shape__Area": 110.4921875, "Shape__Length": 49.869337752420293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114672183451503, 39.9888564768112 ], [ -75.114682967684004, 39.988871829298098 ], [ -75.114696453043294, 39.988891530905804 ], [ -75.114849038729901, 39.988828958998099 ], [ -75.114823171707101, 39.988794528716099 ], [ -75.114672183451503, 39.9888564768112 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2938 W YORK ST", "addr_range": "2932-2938 W YORK ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 585, "objectid": 854, "Shape__Area": 92.83203125, "Shape__Length": 47.091240714738234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180708455843302, 39.992551461990999 ], [ -75.180716696278907, 39.992552435728598 ], [ -75.180741449514002, 39.9924266438125 ], [ -75.180697370974599, 39.9924206763813 ], [ -75.180672005658906, 39.992547132148601 ], [ -75.180708455843302, 39.992551461990999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2300 N 29TH ST", "addr_range": "2300-2304 N 29TH ST; 2901-2903 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1184, "objectid": 855, "Shape__Area": 187.65234375, "Shape__Length": 64.799019772212304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180002792124299, 39.991117739395598 ], [ -75.1802222007734, 39.991146347530403 ], [ -75.1802330939651, 39.991094395869403 ], [ -75.180012177474794, 39.991066882055897 ], [ -75.180002792124299, 39.991117739395598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3119 W GORDON ST", "addr_range": "3119 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 752, "objectid": 856, "Shape__Area": 119.30859375, "Shape__Length": 53.273222998707645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183458115490296, 39.992412334800001 ], [ -75.183507426596606, 39.9924184668183 ], [ -75.1835131300992, 39.992394542796099 ], [ -75.183536856559599, 39.992275787746699 ], [ -75.183486150716803, 39.992269399300298 ], [ -75.183458115490296, 39.992412334800001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2901 W DAUPHIN ST", "addr_range": "2300-2304 N 29TH ST; 2901-2903 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1003, "objectid": 857, "Shape__Area": 159.078125, "Shape__Length": 59.496137549236742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180226668432596, 39.991253143426498 ], [ -75.180284659630402, 39.991260825407302 ], [ -75.180296048939795, 39.991207401784997 ], [ -75.180305849465995, 39.991156618593699 ], [ -75.180316775607395, 39.991106054319197 ], [ -75.180253003802306, 39.991097131086697 ], [ -75.180242960833297, 39.991148779222598 ], [ -75.180232129199894, 39.991199104136498 ], [ -75.180234044856903, 39.991204386401598 ], [ -75.180235075479004, 39.991210954416502 ], [ -75.180233438425802, 39.991220411714004 ], [ -75.180226668432596, 39.991253143426498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2619 W GORDON ST", "addr_range": "2615-2625 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 673, "objectid": 858, "Shape__Area": 106.80078125, "Shape__Length": 50.946975510311098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175641859560898, 39.991267257003301 ], [ -75.175612834210995, 39.991404366228799 ], [ -75.175659915042203, 39.991410677781801 ], [ -75.175688440559497, 39.991273525800899 ], [ -75.175641859560898, 39.991267257003301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2447 N STANLEY ST", "addr_range": "2447-2449 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 643, "objectid": 859, "Shape__Area": 102.04296875, "Shape__Length": 47.147760273331656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181802781488599, 39.993751677328 ], [ -75.181793656027196, 39.993790144506299 ], [ -75.181951611054401, 39.993811894201798 ], [ -75.181960753520201, 39.993772975086301 ], [ -75.181802781488599, 39.993751677328 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2944 W YORK ST", "addr_range": "2940-2946 W YORK; 2353 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 618, "objectid": 860, "Shape__Area": 98.04296875, "Shape__Length": 47.813020978801546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180814904996595, 39.992566273222103 ], [ -75.180861698997703, 39.992571931069499 ], [ -75.180887800337203, 39.992445394432998 ], [ -75.180841399193298, 39.992439293981299 ], [ -75.180814904996595, 39.992566273222103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2414 N NATRONA ST", "addr_range": "2408-2418 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 671, "objectid": 861, "Shape__Area": 106.47265625, "Shape__Length": 48.804040711454043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184914176483602, 39.993546536056897 ], [ -75.185080172914198, 39.993566849233602 ], [ -75.185089032270497, 39.993528150637601 ], [ -75.184923027954497, 39.993508079666903 ], [ -75.184914176483602, 39.993546536056897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2302 N 29TH ST", "addr_range": "2300-2304 N 29TH ST; 2901-2903 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1139, "objectid": 862, "Shape__Area": 180.61328125, "Shape__Length": 64.269322889049107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1799927665528, 39.991167808431697 ], [ -75.180055080962603, 39.991175313422502 ], [ -75.180193446839098, 39.991193418585603 ], [ -75.180212218129299, 39.991196369789499 ], [ -75.1802222007734, 39.991146347530403 ], [ -75.180002792124299, 39.991117739395598 ], [ -75.1799927665528, 39.991167808431697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2625 W GORDON ST", "addr_range": "2615-2625 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 742, "objectid": 863, "Shape__Area": 117.6796875, "Shape__Length": 51.981171036490267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175758865404802, 39.991423116299799 ], [ -75.175809977907505, 39.991429807435303 ], [ -75.175839116965307, 39.991293056618602 ], [ -75.175786845293203, 39.991285983597201 ], [ -75.175758865404802, 39.991423116299799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2537 W FLETCHER ST", "addr_range": "2529-2537 W FLETCHER ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 856, "objectid": 864, "Shape__Area": 135.72265625, "Shape__Length": 55.316207012639225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175284658495897, 39.989650073444203 ], [ -75.175256026613496, 39.989794476096797 ], [ -75.175312098062605, 39.989801923848098 ], [ -75.175341677779599, 39.989656833349102 ], [ -75.175284658495897, 39.989650073444203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2446 N STANLEY ST", "addr_range": "2444-2456 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 732, "objectid": 865, "Shape__Area": 116.1015625, "Shape__Length": 52.758730574359348 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182063723197899, 39.993833293864299 ], [ -75.182247810962807, 39.993857336992598 ], [ -75.182255042896998, 39.993818503963197 ], [ -75.182244221881007, 39.993817553703202 ], [ -75.182071311723405, 39.993795566251897 ], [ -75.182063723197899, 39.993833293864299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2354 N 31ST ST", "addr_range": "2354 N 31ST ST; 3108-3116 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 879, "objectid": 866, "Shape__Area": 139.34765625, "Shape__Length": 57.642904588809628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183053274252998, 39.992858163815797 ], [ -75.183103134711899, 39.992864211878597 ], [ -75.183111504916099, 39.992822955317898 ], [ -75.182910754557099, 39.992796816334298 ], [ -75.182901626526004, 39.9928387181766 ], [ -75.183053274252998, 39.992858163815797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2410 N NATRONA ST", "addr_range": "2408-2418 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 670, "objectid": 867, "Shape__Area": 106.19921875, "Shape__Length": 48.832613191529013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184930374220201, 39.993468411119999 ], [ -75.185096345953198, 39.9934899004435 ], [ -75.1851045613069, 39.993452155139998 ], [ -75.184938643801104, 39.993429232631698 ], [ -75.184930374220201, 39.993468411119999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2449 N STANLEY ST", "addr_range": "2447-2449 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 654, "objectid": 868, "Shape__Area": 103.6640625, "Shape__Length": 47.359322349728529 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181793656027196, 39.993790144506299 ], [ -75.181785988765299, 39.993829949873401 ], [ -75.181944322273395, 39.993851110675401 ], [ -75.181951611054401, 39.993811894201798 ], [ -75.181793656027196, 39.993790144506299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2412 N NATRONA ST", "addr_range": "2408-2418 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 675, "objectid": 869, "Shape__Area": 107.06640625, "Shape__Length": 48.885011695056846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184923027954497, 39.993508079666903 ], [ -75.185089032270497, 39.993528150637601 ], [ -75.185096345953198, 39.9934899004435 ], [ -75.184930374220201, 39.993468411119999 ], [ -75.184923027954497, 39.993508079666903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2934 W YORK ST", "addr_range": "2932-2938 W YORK ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 678, "objectid": 870, "Shape__Area": 107.5390625, "Shape__Length": 48.588913971368626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180571890933294, 39.992534413267897 ], [ -75.180623394632605, 39.992540240611902 ], [ -75.180630528498, 39.992505630308102 ], [ -75.180647783821399, 39.992414600943 ], [ -75.180596536928505, 39.992408118915797 ], [ -75.180571890933294, 39.992534413267897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2351 N 32ND ST", "addr_range": "3145-3147 W ARIZONA ST; 2343-2355 N 32ND ST; 3138-3146 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 806, "objectid": 871, "Shape__Area": 127.83984375, "Shape__Length": 56.642178441518936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184125477349596, 39.992912909900902 ], [ -75.184326584591702, 39.992938489786702 ], [ -75.184334712007697, 39.9929002911582 ], [ -75.184133778929507, 39.992874569213797 ], [ -75.184125477349596, 39.992912909900902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2437 N STANLEY ST", "addr_range": "2435-2439 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 638, "objectid": 872, "Shape__Area": 101.16796875, "Shape__Length": 47.096323569967083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181843694816195, 39.9935587205822 ], [ -75.181836084877204, 39.993597011735297 ], [ -75.181994357594306, 39.993618124267599 ], [ -75.182002211472906, 39.993579482664501 ], [ -75.181843694816195, 39.9935587205822 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3222 W YORK ST", "addr_range": "3220-3222 W YORK ST; 3221-3223 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 790, "objectid": 873, "Shape__Area": 125.2890625, "Shape__Length": 53.565119714878975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185050131726797, 39.993111505333303 ], [ -75.185103683314296, 39.993118618001297 ], [ -75.185132063165099, 39.992977608123198 ], [ -75.185127663587394, 39.992977010654798 ], [ -75.185078684445699, 39.992970387603698 ], [ -75.185050131726797, 39.993111505333303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2331 N 30TH ST", "addr_range": "2329-2333 N 30TH ST; 2947 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 851, "objectid": 874, "Shape__Area": 134.90625, "Shape__Length": 57.981681052443292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181046844677695, 39.992005032632598 ], [ -75.181038372995502, 39.992044482074803 ], [ -75.181243772991195, 39.992070662681101 ], [ -75.181252083917002, 39.992031000594402 ], [ -75.181046844677695, 39.992005032632598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3017 W DAKOTA ST", "addr_range": "3017 W DAKOTA ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 881, "objectid": 875, "Shape__Area": 139.74609375, "Shape__Length": 58.289459465220162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182203947086293, 39.991816063766599 ], [ -75.182257327959405, 39.991823754223397 ], [ -75.182289746669696, 39.9916664098618 ], [ -75.182236065806507, 39.991659438019397 ], [ -75.182203947086293, 39.991816063766599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3101 W DAUPHIN ST", "addr_range": "3101-3103 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1253, "objectid": 876, "Shape__Area": 198.6484375, "Shape__Length": 75.652396783784695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183237223774199, 39.991485217468401 ], [ -75.183181422304898, 39.991478907740202 ], [ -75.183136843510397, 39.991693013384598 ], [ -75.183192987027596, 39.991699668658399 ], [ -75.183237223774199, 39.991485217468401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2326 N MYRTLEWOOD ST", "addr_range": "2330-2332 N MYRTLEWOOD ST; 2321-2325 N 30TH ST; 2938 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 677, "objectid": 877, "Shape__Area": 107.390625, "Shape__Length": 48.799495620002723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180884412736106, 39.9917250716477 ], [ -75.181049610230005, 39.991746356800299 ], [ -75.181057656149903, 39.991707075327902 ], [ -75.180892596468297, 39.991686020323897 ], [ -75.180884412736106, 39.9917250716477 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2709 W YORK ST", "addr_range": "2701-2725 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 830, "objectid": 878, "Shape__Area": 131.53515625, "Shape__Length": 63.563874786985778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176741575819506, 39.992382112774699 ], [ -75.1767844357298, 39.9923898122872 ], [ -75.176825764098496, 39.9922061674662 ], [ -75.176782302678205, 39.992201082732699 ], [ -75.176741575819506, 39.992382112774699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2947 W ARIZONA ST", "addr_range": "2347-2349 N 30TH ST; 2947 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 557, "objectid": 879, "Shape__Area": 88.41015625, "Shape__Length": 43.503925707434007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180889963576405, 39.992435867814301 ], [ -75.180921686646997, 39.992439898069001 ], [ -75.180936561174704, 39.992441698736101 ], [ -75.180959413949196, 39.992341203360297 ], [ -75.180960357220798, 39.992333455060198 ], [ -75.1809607252397, 39.9923303845448 ], [ -75.180912993155104, 39.992324012860898 ], [ -75.180889963576405, 39.992435867814301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3146 W ARIZONA ST", "addr_range": "3138-3146 W ARIZONA ST; 2339-2341 N 32ND ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 618, "objectid": 880, "Shape__Area": 97.98046875, "Shape__Length": 46.857687595533633 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184122372422195, 39.992631212891503 ], [ -75.184170656643502, 39.992637369418397 ], [ -75.184171281605003, 39.992634160478097 ], [ -75.184194358226193, 39.992514842076602 ], [ -75.184146001191905, 39.992508940717599 ], [ -75.184122372422195, 39.992631212891503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2646 W YORK ST", "addr_range": "2337-2347 N 27TH ST; 2645-2647 W ARIZONA ST; 2638-2646 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 649, "objectid": 881, "Shape__Area": 102.85546875, "Shape__Length": 50.082683543594655 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176203010675394, 39.991968993750703 ], [ -75.176248837577702, 39.991974681366102 ], [ -75.176258429044694, 39.991927859116402 ], [ -75.176267673989102, 39.991882977984602 ], [ -75.176276116776293, 39.991839418670097 ], [ -75.176230539750094, 39.991833754686702 ], [ -75.176203010675394, 39.991968993750703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2312 N MYRTLEWOOD ST", "addr_range": "2308-2314 N MYRTLEWOOD ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 713, "objectid": 882, "Shape__Area": 113.0234375, "Shape__Length": 49.486988637573738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180939730942697, 39.991462140769201 ], [ -75.181105567229295, 39.991482067914298 ], [ -75.1811140307572, 39.991441716375 ], [ -75.180948271114303, 39.991420323209397 ], [ -75.180939730942697, 39.991462140769201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2719 W YORK ST", "addr_range": "2701-2725 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 852, "objectid": 883, "Shape__Area": 135.1640625, "Shape__Length": 67.550463502294932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176951894313802, 39.992421678732804 ], [ -75.176992310000202, 39.992429210748803 ], [ -75.177035503062797, 39.992230067918896 ], [ -75.176994086009401, 39.992225254345499 ], [ -75.176951894313802, 39.992421678732804 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2328 N MYRTLEWOOD ST", "addr_range": "2330-2332 N MYRTLEWOOD ST; 2321-2325 N 30TH ST; 2938 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 642, "objectid": 884, "Shape__Area": 101.875, "Shape__Length": 48.194913389042227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180876876906495, 39.991762478712701 ], [ -75.181041820048193, 39.9917833058743 ], [ -75.181049610230005, 39.991746356800299 ], [ -75.180884412736106, 39.9917250716477 ], [ -75.180876876906495, 39.991762478712701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2446 N 29TH ST", "addr_range": "2446-2448 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1007, "objectid": 885, "Shape__Area": 159.66796875, "Shape__Length": 63.716048790879888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179481157289203, 39.993572315150999 ], [ -75.179698509912996, 39.993600636597598 ], [ -75.179707872528994, 39.993601862587902 ], [ -75.179716593858402, 39.993559742812799 ], [ -75.179707605701395, 39.993558558545402 ], [ -75.179489541874801, 39.993529656252598 ], [ -75.179481157289203, 39.993572315150999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2328 N 27TH ST", "addr_range": "2326-2330 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1093, "objectid": 886, "Shape__Area": 173.28515625, "Shape__Length": 66.135244224653405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176758086345203, 39.991463576327 ], [ -75.1767487938626, 39.991508052771501 ], [ -75.176983956869293, 39.9915384546984 ], [ -75.176993013047394, 39.991494151341399 ], [ -75.176758086345203, 39.991463576327 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2529 W ARIZONA ST", "addr_range": "2527-2543 W ARIZONA", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 595, "objectid": 887, "Shape__Area": 94.40625, "Shape__Length": 46.158468845983826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174232035006995, 39.9915652626173 ], [ -75.1742671813832, 39.9915696941123 ], [ -75.174268505648598, 39.991563502338998 ], [ -75.1742927928304, 39.991449192602403 ], [ -75.174245542970496, 39.9914428613761 ], [ -75.174221619779104, 39.991557517152302 ], [ -75.174220312947995, 39.991563774189302 ], [ -75.174232035006995, 39.9915652626173 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2326 N 27TH ST", "addr_range": "2326-2330 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1218, "objectid": 888, "Shape__Area": 193.0859375, "Shape__Length": 67.66669774272988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176758086345203, 39.991463576327 ], [ -75.176993013047394, 39.991494151341399 ], [ -75.177003594741606, 39.991447705336803 ], [ -75.177004171630301, 39.991445186426198 ], [ -75.176812976780496, 39.991419784235497 ], [ -75.176768686086007, 39.991413906925501 ], [ -75.176765376527996, 39.9914293724771 ], [ -75.176758725470904, 39.991460528116903 ], [ -75.176758086345203, 39.991463576327 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2349 N 30TH ST", "addr_range": "2347-2349 N 30TH ST; 2947 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 889, "objectid": 889, "Shape__Area": 140.8828125, "Shape__Length": 59.187688897447018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180939457802793, 39.992495892665197 ], [ -75.181148780775899, 39.992523628960498 ], [ -75.181157270652307, 39.992482552693502 ], [ -75.1809479882277, 39.992455946284402 ], [ -75.180939457802793, 39.992495892665197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2638 W YORK ST", "addr_range": "2337-2347 N 27TH ST; 2645-2647 W ARIZONA ST; 2638-2646 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 703, "objectid": 890, "Shape__Area": 111.5, "Shape__Length": 50.970562161898002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176033213445294, 39.991808615580503 ], [ -75.176005683339596, 39.991943871701999 ], [ -75.176055510478704, 39.991950211332203 ], [ -75.176082781511596, 39.991815143108902 ], [ -75.176033213445294, 39.991808615580503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2314 N MYRTLEWOOD ST", "addr_range": "2308-2314 N MYRTLEWOOD ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 678, "objectid": 891, "Shape__Area": 107.49609375, "Shape__Length": 48.893851260725455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180931086931594, 39.991500633979001 ], [ -75.181097118552799, 39.991521469219698 ], [ -75.1811045768155, 39.991488864594203 ], [ -75.181105567229295, 39.991482067914298 ], [ -75.180939730942697, 39.991462140769201 ], [ -75.180931086931594, 39.991500633979001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2647 W ARIZONA ST", "addr_range": "2337-2347 N 27TH ST; 2645-2647 W ARIZONA ST; 2638-2646 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 653, "objectid": 892, "Shape__Area": 103.53515625, "Shape__Length": 47.432803811350759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176227371916397, 39.991824398727701 ], [ -75.176278197041796, 39.991830954358299 ], [ -75.176304501559699, 39.991709258861398 ], [ -75.1762531878815, 39.991702305751602 ], [ -75.176227371916397, 39.991824398727701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3002 W DAUPHIN ST", "addr_range": "3000-3002 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1384, "objectid": 893, "Shape__Area": 219.3671875, "Shape__Length": 79.060955287060366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181702846125901, 39.991148070173303 ], [ -75.181762424343006, 39.991155883324602 ], [ -75.181781094279401, 39.991059550597903 ], [ -75.181808919488503, 39.9909327784613 ], [ -75.181749585220999, 39.990925148287097 ], [ -75.1817198165528, 39.991062853932497 ], [ -75.181702846125901, 39.991148070173303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2708 W YORK ST", "addr_range": "2704-2710 W YORK ST; 2342-2348 N 27TH ST; 2709 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 970, "objectid": 894, "Shape__Area": 153.7890625, "Shape__Length": 63.397848237008617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176991065497702, 39.992072081353101 ], [ -75.177044038795401, 39.992078927165203 ], [ -75.177078458266607, 39.991903943798697 ], [ -75.177025489273902, 39.991897018806803 ], [ -75.176991065497702, 39.992072081353101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2422 N 30TH ST", "addr_range": "2420-2424 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1087, "objectid": 895, "Shape__Area": 172.40234375, "Shape__Length": 69.27097562389342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181178023831507, 39.993239177388801 ], [ -75.181431031968998, 39.993271776817501 ], [ -75.181439334916902, 39.993231211727299 ], [ -75.181185672237902, 39.993197679535797 ], [ -75.181178023831507, 39.993239177388801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3017 W DAUPHIN ST", "addr_range": "3007-3017 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1320, "objectid": 896, "Shape__Area": 209.1953125, "Shape__Length": 76.967020104953008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182048700816907, 39.991551564425698 ], [ -75.182107224007893, 39.991559562819901 ], [ -75.182152532031907, 39.9913423959675 ], [ -75.182095100994005, 39.991334856312903 ], [ -75.182048700816907, 39.991551564425698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2312 N 27TH ST", "addr_range": "2300-2314 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 831, "objectid": 897, "Shape__Area": 257.33984375, "Shape__Length": 67.877479408998468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176874246214595, 39.990920074592502 ], [ -75.176857997013897, 39.9909982460943 ], [ -75.177056616236001, 39.991023461466597 ], [ -75.177074270993202, 39.990946369325101 ], [ -75.176982270863704, 39.990934275143701 ], [ -75.1769334722037, 39.990927860746098 ], [ -75.176874246214595, 39.990920074592502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2634 W YORK ST", "addr_range": "2632-2634 W YORK ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 703, "objectid": 898, "Shape__Area": 111.54296875, "Shape__Length": 50.920062929124484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175934285971394, 39.991796144488703 ], [ -75.175906770927597, 39.991930998176301 ], [ -75.175956594386506, 39.991937403541201 ], [ -75.175984111756804, 39.991802485924197 ], [ -75.175934285971394, 39.991796144488703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2303 N 27TH ST", "addr_range": "2301-2315 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1260, "objectid": 899, "Shape__Area": 199.75, "Shape__Length": 70.198943078929403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176493513015501, 39.990658636474897 ], [ -75.176483359135901, 39.990707573417303 ], [ -75.176730750011401, 39.990739298869897 ], [ -75.176741291666502, 39.990691159889401 ], [ -75.176493513015501, 39.990658636474897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2425 N STANLEY ST", "addr_range": "2423-2427 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 620, "objectid": 900, "Shape__Area": 98.31640625, "Shape__Length": 46.75617636484521 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181885402513004, 39.993365878006301 ], [ -75.182043595392201, 39.993386826514602 ], [ -75.182051360077807, 39.993349457842697 ], [ -75.181893039759899, 39.993328474055602 ], [ -75.181885402513004, 39.993365878006301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2946 W YORK ST", "addr_range": "2940-2946 W YORK; 2353 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 621, "objectid": 901, "Shape__Area": 98.47265625, "Shape__Length": 47.698024369596183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180908666564704, 39.9925773981643 ], [ -75.180934977365098, 39.9924519798559 ], [ -75.180887800337203, 39.992445394432998 ], [ -75.180861698997703, 39.992571931069499 ], [ -75.180908666564704, 39.9925773981643 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2427 W SEDGLEY AVE", "addr_range": "2427 W SEDGLEY AVE", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 823, "objectid": 902, "Shape__Area": 130.453125, "Shape__Length": 54.43052956195951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173464162543496, 39.990082610768098 ], [ -75.1736105422804, 39.990104837669001 ], [ -75.173623325472803, 39.990003198459 ], [ -75.1734657916777, 39.990076103283897 ], [ -75.1734547855974, 39.990081191116701 ], [ -75.173464162543496, 39.990082610768098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2947 W GORDON ST", "addr_range": "2329-2333 N 30TH ST; 2947 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 790, "objectid": 903, "Shape__Area": 125.2265625, "Shape__Length": 55.459871566544905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180960798533405, 39.992108480854 ], [ -75.181011256797007, 39.992114221561103 ], [ -75.181043602300704, 39.991964435323403 ], [ -75.181037425656001, 39.991963748367603 ], [ -75.180993098276502, 39.9919588233494 ], [ -75.180960798533405, 39.992108480854 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3007 W DAUPHIN ST", "addr_range": "3007-3017 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1421, "objectid": 904, "Shape__Area": 225.1796875, "Shape__Length": 77.822514422256603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181743522680904, 39.991511578344003 ], [ -75.181806789621007, 39.991519989378602 ], [ -75.181850940052797, 39.991303473381798 ], [ -75.181788988029695, 39.991295268386096 ], [ -75.181743522680904, 39.991511578344003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2703 W YORK ST", "addr_range": "2701-2725 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 744, "objectid": 905, "Shape__Area": 118.0546875, "Shape__Length": 60.761014810222271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176616815807407, 39.992358312292403 ], [ -75.176656719338396, 39.992365477947303 ], [ -75.176697160126594, 39.992189807942196 ], [ -75.176656527988001, 39.992184190120298 ], [ -75.176616815807407, 39.992358312292403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2911 W ARIZONA ST", "addr_range": "2342-2346 N 29TH ST; 2911 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 516, "objectid": 906, "Shape__Area": 81.8359375, "Shape__Length": 42.442671322008742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180030288759298, 39.992210322276698 ], [ -75.180008178151098, 39.992319957748599 ], [ -75.180053213115102, 39.992326124360403 ], [ -75.180074965706197, 39.992215949269401 ], [ -75.180030288759298, 39.992210322276698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2646 W ARIZONA ST", "addr_range": "2335 N 27TH ST; 2644-2646 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 564, "objectid": 907, "Shape__Area": 89.4375, "Shape__Length": 45.39382443450063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176322218676106, 39.991626623386303 ], [ -75.176347459962301, 39.991506952942601 ], [ -75.176302397509005, 39.991500977057498 ], [ -75.1762774028374, 39.991620783669603 ], [ -75.176322218676106, 39.991626623386303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3016 W DAUPHIN ST", "addr_range": "3010-3020 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1380, "objectid": 908, "Shape__Area": 218.69140625, "Shape__Length": 79.091026017098557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182125010522697, 39.9912011839549 ], [ -75.182185049942404, 39.991209008103901 ], [ -75.182187300348602, 39.991196612797502 ], [ -75.182204699599893, 39.991101155301102 ], [ -75.1822285442083, 39.990984900718601 ], [ -75.182170744861295, 39.990977691635401 ], [ -75.182145608693006, 39.991094271410503 ], [ -75.182125010522697, 39.9912011839549 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2461 N MYRTLEWOOD ST", "addr_range": "2461-2463 N MYRTLEWOOD ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 869, "objectid": 909, "Shape__Area": 137.76953125, "Shape__Length": 55.144722056327964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180124981552197, 39.9939656098244 ], [ -75.180302053249505, 39.9939895305356 ], [ -75.180310712667193, 39.993945137889703 ], [ -75.180133325854399, 39.993920693855301 ], [ -75.180125110644099, 39.993919575581401 ], [ -75.180115931322206, 39.993964392665298 ], [ -75.180124981552197, 39.9939656098244 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2644 W ARIZONA ST", "addr_range": "2335 N 27TH ST; 2644-2646 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 633, "objectid": 910, "Shape__Area": 100.38671875, "Shape__Length": 46.652222356321332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176252048730504, 39.9914945933943 ], [ -75.176226822240594, 39.991614425433703 ], [ -75.1762774028374, 39.991620783669603 ], [ -75.176302397509005, 39.991500977057498 ], [ -75.176252048730504, 39.9914945933943 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3140 W ARIZONA ST", "addr_range": "3138-3146 W ARIZONA ST; 2339-2341 N 32ND ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 629, "objectid": 911, "Shape__Area": 99.80859375, "Shape__Length": 47.108463520286449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183975512079797, 39.992612647848603 ], [ -75.183981310708603, 39.992613358630003 ], [ -75.184018149990607, 39.992617906049801 ], [ -75.184024115972207, 39.992618652105499 ], [ -75.184049695575695, 39.992496342467597 ], [ -75.184000055729697, 39.992490010519397 ], [ -75.183975512079797, 39.992612647848603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3138 W ARIZONA ST", "addr_range": "3138-3146 W ARIZONA ST; 2339-2341 N 32ND ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 634, "objectid": 912, "Shape__Area": 100.51171875, "Shape__Length": 47.18779610090391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183926045671498, 39.992606126030402 ], [ -75.183975512079797, 39.992612647848603 ], [ -75.184000055729697, 39.992490010519397 ], [ -75.183950665787094, 39.992483699453601 ], [ -75.183926045671498, 39.992606126030402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2541 W ARIZONA ST", "addr_range": "2527-2543 W ARIZONA", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 511, "objectid": 913, "Shape__Area": 80.98828125, "Shape__Length": 44.529518157137694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174492065403498, 39.991598097306699 ], [ -75.174519597138598, 39.991601584794701 ], [ -75.174520762890793, 39.991595711123601 ], [ -75.174543118187202, 39.9914815201778 ], [ -75.174502594494996, 39.991475776069599 ], [ -75.174480217758401, 39.991590530561702 ], [ -75.174479071260606, 39.991596452418101 ], [ -75.174492065403498, 39.991598097306699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2339 N 32ND ST", "addr_range": "3138-3146 W ARIZONA ST; 2339-2341 N 32ND ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 792, "objectid": 914, "Shape__Area": 125.6484375, "Shape__Length": 56.561708843571168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184197132786096, 39.992560120351797 ], [ -75.184189452031504, 39.992596975640197 ], [ -75.184391242586301, 39.992623327555698 ], [ -75.184398723936695, 39.992585081145798 ], [ -75.184197132786096, 39.992560120351797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1532 N 9TH ST", "addr_range": "1530-1556 N 9TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 428, "objectid": 915, "Shape__Area": 67.90625, "Shape__Length": 33.477249653401657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1499662964968, 39.9755582076465 ], [ -75.150032973010894, 39.975564666754202 ], [ -75.150038108252602, 39.975497821094599 ], [ -75.149981093411, 39.975491339424003 ], [ -75.1499662964968, 39.9755582076465 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2709 W ARIZONA ST", "addr_range": "2704-2710 W YORK ST; 2342-2348 N 27TH ST; 2709 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1046, "objectid": 916, "Shape__Area": 165.83984375, "Shape__Length": 60.500722924064696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176965667395507, 39.991943550357703 ], [ -75.1770150695653, 39.991950008887699 ], [ -75.177025489273902, 39.991897018806803 ], [ -75.176870763461494, 39.991876791524703 ], [ -75.176861169862505, 39.991922877641699 ], [ -75.176852737061196, 39.991963400805901 ], [ -75.176905513753098, 39.991970300842503 ], [ -75.176912528218594, 39.991936602578001 ], [ -75.176965667395507, 39.991943550357703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2463 N MYRTLEWOOD ST", "addr_range": "2461-2463 N MYRTLEWOOD ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 863, "objectid": 917, "Shape__Area": 136.84765625, "Shape__Length": 55.026031434658648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180276380647797, 39.994031576300998 ], [ -75.180288683566502, 39.994033238382698 ], [ -75.180292164460596, 39.994033719962196 ], [ -75.180302053249505, 39.9939895305356 ], [ -75.180124981552197, 39.9939656098244 ], [ -75.180115931322206, 39.993964392665298 ], [ -75.180106834637101, 39.994008759291503 ], [ -75.180116696967801, 39.994010092843098 ], [ -75.180135589046202, 39.9940126277763 ], [ -75.180276380647797, 39.994031576300998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 N 27TH ST", "addr_range": "2704-2710 W YORK ST; 2342-2348 N 27TH ST; 2709 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 935, "objectid": 918, "Shape__Area": 148.171875, "Shape__Length": 57.268582857524208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176667653900793, 39.991897579079598 ], [ -75.176861169862505, 39.991922877641699 ], [ -75.176870763461494, 39.991876791524703 ], [ -75.176677245184194, 39.991851495626896 ], [ -75.176667653900793, 39.991897579079598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2346 N 27TH ST", "addr_range": "2704-2710 W YORK ST; 2342-2348 N 27TH ST; 2709 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1060, "objectid": 919, "Shape__Area": 168.04296875, "Shape__Length": 67.712017833415487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176650670278804, 39.991979167850197 ], [ -75.176896965530403, 39.992011366533902 ], [ -75.176905513753098, 39.991970300842503 ], [ -75.176852737061196, 39.991963400805901 ], [ -75.176659218646293, 39.991938102177102 ], [ -75.176650670278804, 39.991979167850197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2344 N 27TH ST", "addr_range": "2704-2710 W YORK ST; 2342-2348 N 27TH ST; 2709 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 822, "objectid": 920, "Shape__Area": 130.29296875, "Shape__Length": 55.63200758378926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176659218646293, 39.991938102177102 ], [ -75.176852737061196, 39.991963400805901 ], [ -75.176861169862505, 39.991922877641699 ], [ -75.176667653900793, 39.991897579079598 ], [ -75.176659218646293, 39.991938102177102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2348 N 27TH ST", "addr_range": "2704-2710 W YORK ST; 2342-2348 N 27TH ST; 2709 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1225, "objectid": 921, "Shape__Area": 194.1484375, "Shape__Length": 69.588561480883556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176896965530403, 39.992011366533902 ], [ -75.176650670278804, 39.991979167850197 ], [ -75.176640759720499, 39.9920267821701 ], [ -75.176887125419199, 39.992058640967102 ], [ -75.176896965530403, 39.992011366533902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2704 W YORK ST", "addr_range": "2704-2710 W YORK ST; 2342-2348 N 27TH ST; 2709 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 688, "objectid": 922, "Shape__Area": 109.11328125, "Shape__Length": 48.060305374642546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176905513753098, 39.991970300842503 ], [ -75.176896965530403, 39.992011366533902 ], [ -75.176887125419199, 39.992058640967102 ], [ -75.176941651251497, 39.992065691921901 ], [ -75.176965667395507, 39.991943550357703 ], [ -75.176912528218594, 39.991936602578001 ], [ -75.176905513753098, 39.991970300842503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1326 W SOMERSET ST", "addr_range": "1326 W SOMERSET ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1012, "objectid": 923, "Shape__Area": 160.44921875, "Shape__Length": 61.376172183401785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1528043397972, 39.9952887970625 ], [ -75.152862891163593, 39.9952966497221 ], [ -75.152863482993894, 39.995293795170298 ], [ -75.152881996909997, 39.995205925045703 ], [ -75.1528921546672, 39.995161179624397 ], [ -75.152897373450401, 39.995138150533201 ], [ -75.152898405143404, 39.995133627335797 ], [ -75.152844473460306, 39.995126652289798 ], [ -75.152838014213103, 39.995126216015301 ], [ -75.152837265255002, 39.995130422143802 ], [ -75.152833388124606, 39.995152370632901 ], [ -75.152820922538695, 39.995207008375502 ], [ -75.152815129741199, 39.995230832689899 ], [ -75.152814424147607, 39.995240520695901 ], [ -75.152806237364203, 39.995276460001001 ], [ -75.1528043397972, 39.9952887970625 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1325 W SOMERSET ST", "addr_range": "1323-1325 W SOMERSET ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1118, "objectid": 924, "Shape__Area": 177.3203125, "Shape__Length": 68.812816532513125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152729953371406, 39.9956078027177 ], [ -75.152785637794906, 39.995615027404398 ], [ -75.152806103990898, 39.9955248804375 ], [ -75.152822212666706, 39.9954489331394 ], [ -75.152828004003695, 39.995424626746598 ], [ -75.152775135128806, 39.995417240528198 ], [ -75.152772196114299, 39.995416836146802 ], [ -75.152729953371406, 39.9956078027177 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2923 N PARK AVE", "addr_range": "2919-2923 N PARK AVE; 1318 W GLENWOOD AVE", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 939, "objectid": 925, "Shape__Area": 148.83203125, "Shape__Length": 64.45021627845874 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151929514918507, 39.997355253113398 ], [ -75.152139429272097, 39.997380282268502 ], [ -75.1521571440923, 39.997382907791803 ], [ -75.152166400946101, 39.997379797030298 ], [ -75.152170141110801, 39.9973784625696 ], [ -75.1521761367907, 39.997346100312797 ], [ -75.151937137958996, 39.9973176243019 ], [ -75.151929514918507, 39.997355253113398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2854 N PARK AVE", "addr_range": "1326 W CAMBRIA ST; 2854-2858 N PARK AVE", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1057, "objectid": 926, "Shape__Area": 167.546875, "Shape__Length": 68.179366744200721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152795825209907, 39.996583757419501 ], [ -75.152876205888205, 39.9965941024101 ], [ -75.152874975671693, 39.996603264064902 ], [ -75.152973608263196, 39.996615328414002 ], [ -75.152966851953195, 39.996638001060198 ], [ -75.152996890337505, 39.996641711681001 ], [ -75.152999628088395, 39.996627684392998 ], [ -75.153002619192705, 39.996617967903397 ], [ -75.153004565082, 39.996608226865902 ], [ -75.153006629918295, 39.996597489289698 ], [ -75.153009326348396, 39.996584542289 ], [ -75.153012262805106, 39.996576805902698 ], [ -75.153012891282899, 39.996571339225603 ], [ -75.153000113213693, 39.996570034686599 ], [ -75.152981182060302, 39.996566350104402 ], [ -75.152968298714001, 39.996565623435998 ], [ -75.152954306544501, 39.996563227320699 ], [ -75.152932819109594, 39.996560065152003 ], [ -75.152919164415806, 39.9965587083339 ], [ -75.152906042228594, 39.996557089652399 ], [ -75.152898050852002, 39.996555603272199 ], [ -75.1528884703215, 39.996555112603097 ], [ -75.1528762423968, 39.996552595112 ], [ -75.1528636229028, 39.996551004017498 ], [ -75.152847236255695, 39.996549310569002 ], [ -75.152840102265401, 39.996547828266102 ], [ -75.152832752757504, 39.996547661979903 ], [ -75.152819818102202, 39.996544999646801 ], [ -75.1528049744377, 39.996543487068202 ], [ -75.152795825209907, 39.996583757419501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1337 W SOMERSET ST", "addr_range": "1333-1343 W SOMERSET ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1120, "objectid": 927, "Shape__Area": 177.6015625, "Shape__Length": 70.180728941745713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153276655756102, 39.995685828721903 ], [ -75.153330953632405, 39.995692553245298 ], [ -75.153375046355094, 39.995496452889398 ], [ -75.153320687181605, 39.995489129621603 ], [ -75.153276655756102, 39.995685828721903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1328 W SILVER ST", "addr_range": "1328 W SILVER ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 911, "objectid": 928, "Shape__Area": 144.421875, "Shape__Length": 54.834101080463313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153217457674899, 39.994682057765097 ], [ -75.153259969125003, 39.994686807367003 ], [ -75.153277093787906, 39.994689500473498 ], [ -75.153305377532305, 39.994551653766401 ], [ -75.1532976234339, 39.994551075597002 ], [ -75.153248777802006, 39.994544828481096 ], [ -75.153242270825999, 39.994543987492101 ], [ -75.153213347129693, 39.994681594454399 ], [ -75.153217457674899, 39.994682057765097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1320 W WILLIAM ST", "addr_range": "1316-1322 W WILLIAM ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 515, "objectid": 929, "Shape__Area": 81.671875, "Shape__Length": 40.615695474234833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152441190546199, 39.996326439106099 ], [ -75.152471786704396, 39.996330386843503 ], [ -75.152492836839997, 39.996229952688402 ], [ -75.1524442845555, 39.996223663239299 ], [ -75.152422462518402, 39.996324031264599 ], [ -75.152441190546199, 39.996326439106099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1304 W CAMBRIA ST", "addr_range": "1300-1306 W CAMBRIA ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1537, "objectid": 930, "Shape__Area": 243.68359375, "Shape__Length": 90.938559041014358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151931017113299, 39.996711780348697 ], [ -75.151986066304502, 39.996718636025399 ], [ -75.152041581347603, 39.996452012367797 ], [ -75.1519866531074, 39.996444756694999 ], [ -75.151931017113299, 39.996711780348697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1335 W SOMERSET ST", "addr_range": "1333-1343 W SOMERSET ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1125, "objectid": 931, "Shape__Area": 178.3203125, "Shape__Length": 70.244711776267195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153222677707106, 39.995678368968598 ], [ -75.153276655756102, 39.995685828721903 ], [ -75.153320687181605, 39.995489129621603 ], [ -75.153265712523606, 39.995482002341397 ], [ -75.153222677707106, 39.995678368968598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1333 W SOMERSET ST", "addr_range": "1333-1343 W SOMERSET ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1136, "objectid": 932, "Shape__Area": 180.12890625, "Shape__Length": 70.332574216216585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153167766111807, 39.995671243071499 ], [ -75.153222677707106, 39.995678368968598 ], [ -75.153265712523606, 39.995482002341397 ], [ -75.153210409904204, 39.995474690114598 ], [ -75.153167766111807, 39.995671243071499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1302 W CAMBRIA ST", "addr_range": "1300-1306 W CAMBRIA ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1580, "objectid": 933, "Shape__Area": 250.46484375, "Shape__Length": 91.561063181876477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151873686643299, 39.996704873011304 ], [ -75.151931017113299, 39.996711780348697 ], [ -75.1519866531074, 39.996444756694999 ], [ -75.1519296129418, 39.996437371202802 ], [ -75.151900093239902, 39.996586055055197 ], [ -75.1518966707484, 39.996599356821001 ], [ -75.151892737488794, 39.996618353178697 ], [ -75.151887238555602, 39.996643762691399 ], [ -75.151883353308193, 39.996661504115302 ], [ -75.151873686643299, 39.996704873011304 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1343 W SOMERSET ST", "addr_range": "1333-1343 W SOMERSET ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1189, "objectid": 934, "Shape__Area": 188.44140625, "Shape__Length": 72.706397013183079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153440969171797, 39.995707260616697 ], [ -75.153438611154698, 39.995715251569699 ], [ -75.153495442908294, 39.995720936792601 ], [ -75.153539975460902, 39.995518254482199 ], [ -75.153484992457905, 39.995510272052897 ], [ -75.153440969171797, 39.995707260616697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1323 W SOMERSET ST", "addr_range": "1323-1325 W SOMERSET ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1106, "objectid": 935, "Shape__Area": 175.37109375, "Shape__Length": 68.643618814494431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152674738602997, 39.995599815556801 ], [ -75.152729953371406, 39.9956078027177 ], [ -75.152772196114299, 39.995416836146802 ], [ -75.152716903581805, 39.995409814036201 ], [ -75.152674738602997, 39.995599815556801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1341 W SOMERSET ST", "addr_range": "1333-1343 W SOMERSET ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1128, "objectid": 936, "Shape__Area": 178.79296875, "Shape__Length": 70.329186635729002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153386309767697, 39.995700125212501 ], [ -75.153440969171797, 39.995707260616697 ], [ -75.153484992457905, 39.995510272052897 ], [ -75.153430330936303, 39.995503716873998 ], [ -75.153386309767697, 39.995700125212501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1325 W WILLIAM ST", "addr_range": "1323-1325 W WILLIAM ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 513, "objectid": 937, "Shape__Area": 81.36328125, "Shape__Length": 40.135683461538335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152487406685793, 39.996502271739203 ], [ -75.152537084941699, 39.996508715489703 ], [ -75.152538973234201, 39.9965015536728 ], [ -75.152541191260298, 39.996485741428501 ], [ -75.152542687723695, 39.996480584521898 ], [ -75.152544478599395, 39.996475418058999 ], [ -75.1525584759965, 39.996410852436703 ], [ -75.152508044016102, 39.996404391638301 ], [ -75.152487406685793, 39.996502271739203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2858 N PARK AVE", "addr_range": "1326 W CAMBRIA ST; 2854-2858 N PARK AVE", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 875, "objectid": 938, "Shape__Area": 138.7578125, "Shape__Length": 58.796089020134644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152780857090505, 39.996663323785803 ], [ -75.152836329836802, 39.996670592293498 ], [ -75.152987760478496, 39.996690299785499 ], [ -75.152996074667996, 39.996649897902103 ], [ -75.152789171498597, 39.996623470639797 ], [ -75.152787836829702, 39.996623295377802 ], [ -75.152779771666602, 39.996663186599697 ], [ -75.152780857090505, 39.996663323785803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1318 W GLENWOOD AVE", "addr_range": "2919-2923 N PARK AVE; 1318 W GLENWOOD AVE", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1472, "objectid": 939, "Shape__Area": 233.38671875, "Shape__Length": 75.38221423019516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151929514918507, 39.997355253113398 ], [ -75.151902006814893, 39.9974782052509 ], [ -75.1521571440923, 39.997382907791803 ], [ -75.152139429272097, 39.997380282268502 ], [ -75.151929514918507, 39.997355253113398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2856 N PARK AVE", "addr_range": "1326 W CAMBRIA ST; 2854-2858 N PARK AVE", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 672, "objectid": 940, "Shape__Area": 106.5078125, "Shape__Length": 58.804516060977747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152787836829702, 39.996623295377802 ], [ -75.152996074667996, 39.996649897902103 ], [ -75.152996890337505, 39.996641711681001 ], [ -75.152966851953195, 39.996638001060198 ], [ -75.152973608263196, 39.996615328414002 ], [ -75.152874975671693, 39.996603264064902 ], [ -75.152876205888205, 39.9965941024101 ], [ -75.152795825209907, 39.996583757419501 ], [ -75.152787836829702, 39.996623295377802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1306 W CAMBRIA ST", "addr_range": "1300-1306 W CAMBRIA ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1587, "objectid": 941, "Shape__Area": 251.66015625, "Shape__Length": 91.361315945485032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151986066304502, 39.996718636025399 ], [ -75.152042988347105, 39.996726420664999 ], [ -75.1520981273883, 39.9964592082192 ], [ -75.152041581347603, 39.996452012367797 ], [ -75.151986066304502, 39.996718636025399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1339 W SOMERSET ST", "addr_range": "1333-1343 W SOMERSET ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1141, "objectid": 942, "Shape__Area": 180.90234375, "Shape__Length": 70.375713227497272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153330953632405, 39.995692553245298 ], [ -75.153386309767697, 39.995700125212501 ], [ -75.153430330936303, 39.995503716873998 ], [ -75.153375046355094, 39.995496452889398 ], [ -75.153330953632405, 39.995692553245298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1316 W WILLIAM ST", "addr_range": "1316-1322 W WILLIAM ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 528, "objectid": 943, "Shape__Area": 83.74609375, "Shape__Length": 40.814894230805415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152322053143905, 39.9963112657747 ], [ -75.152372827716903, 39.996317557809803 ], [ -75.152393122026396, 39.996217653484003 ], [ -75.152343029819207, 39.996211103889401 ], [ -75.152322053143905, 39.9963112657747 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1318 W WILLIAM ST", "addr_range": "1316-1322 W WILLIAM ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 528, "objectid": 944, "Shape__Area": 83.7578125, "Shape__Length": 40.84386790898526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152372827716903, 39.996317557809803 ], [ -75.152422462518402, 39.996324031264599 ], [ -75.1524442845555, 39.996223663239299 ], [ -75.152393122026396, 39.996217653484003 ], [ -75.152372827716903, 39.996317557809803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1322 W WILLIAM ST", "addr_range": "1316-1322 W WILLIAM ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 535, "objectid": 945, "Shape__Area": 84.80078125, "Shape__Length": 41.044248938843481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152471786704396, 39.996330386843503 ], [ -75.152522785927502, 39.996337360560297 ], [ -75.152543314746694, 39.996236801973801 ], [ -75.152492836839997, 39.996229952688402 ], [ -75.152471786704396, 39.996330386843503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1327 W SOMERSET ST", "addr_range": "1327-1329 W SOMERSET ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1221, "objectid": 946, "Shape__Area": 193.6015625, "Shape__Length": 71.112667693315217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153000911357594, 39.995649365847697 ], [ -75.153057360920499, 39.995656832966503 ], [ -75.153100958575905, 39.995461108035002 ], [ -75.153044255075102, 39.995453699161203 ], [ -75.153041315472095, 39.995453310090703 ], [ -75.152998159573002, 39.995648997243997 ], [ -75.153000911357594, 39.995649365847697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1301 W SOMERSET ST", "addr_range": "1301 W SOMERSET ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1122, "objectid": 947, "Shape__Area": 177.90625, "Shape__Length": 68.885691890045877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152079099741798, 39.995519036556402 ], [ -75.1521260498305, 39.9955255467017 ], [ -75.152168015335207, 39.9953347659578 ], [ -75.152112206975403, 39.995326991241498 ], [ -75.152069990872107, 39.995517765395803 ], [ -75.152079099741798, 39.995519036556402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1323 W WILLIAM ST", "addr_range": "1323-1325 W WILLIAM ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 513, "objectid": 948, "Shape__Area": 81.3984375, "Shape__Length": 40.089493593689049 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152437375510502, 39.9964952235064 ], [ -75.152487406685793, 39.996502271739203 ], [ -75.152508044016102, 39.996404391638301 ], [ -75.152458001201893, 39.996397649495798 ], [ -75.152437375510502, 39.9964952235064 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1326 W CAMBRIA ST", "addr_range": "1326 W CAMBRIA ST; 2854-2858 N PARK AVE", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 857, "objectid": 949, "Shape__Area": 135.95703125, "Shape__Length": 55.728955341726198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152778043835497, 39.996672738849 ], [ -75.152777107530994, 39.996682454972401 ], [ -75.152774759643407, 39.996688463001298 ], [ -75.152773161855606, 39.996700097743897 ], [ -75.152770143216202, 39.996708879248899 ], [ -75.152767099745702, 39.996722689677902 ], [ -75.152766650212399, 39.996730062453302 ], [ -75.152764111901405, 39.996741079441101 ], [ -75.152761071570396, 39.996749876673498 ], [ -75.152759688875506, 39.9967613703176 ], [ -75.152757156957307, 39.996773322707298 ], [ -75.152747931525894, 39.996816686330497 ], [ -75.152747500490506, 39.996818675037098 ], [ -75.152802991954403, 39.996825426796903 ], [ -75.152835014722697, 39.9966791861874 ], [ -75.152779045569503, 39.996672858824198 ], [ -75.152778043835497, 39.996672738849 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2710 N 28TH ST", "addr_range": "2710 N 28TH ST", "zipcode": 19132, "district": "4", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1028, "objectid": 950, "Shape__Area": 163.00390625, "Shape__Length": 63.216998993876899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176959381374402, 39.997216395168799 ], [ -75.177181447367204, 39.9972461656916 ], [ -75.177190832872, 39.997202030074902 ], [ -75.176972433341106, 39.997172859832098 ], [ -75.176968346656906, 39.997172315921603 ], [ -75.176961826523694, 39.997204425079097 ], [ -75.176959381374402, 39.997216395168799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2827 W LEHIGH AVE", "addr_range": "2827 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1195, "objectid": 951, "Shape__Area": 189.5390625, "Shape__Length": 74.200383933119952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177866353839505, 39.997284210962903 ], [ -75.177912069105005, 39.997073856296197 ], [ -75.177857412716506, 39.9970665560935 ], [ -75.177812742565195, 39.997276964794999 ], [ -75.177866353839505, 39.997284210962903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2803 W LEHIGH AVE", "addr_range": "2803-2807 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1211, "objectid": 952, "Shape__Area": 191.9921875, "Shape__Length": 74.489907418549564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177036008964706, 39.9971732198605 ], [ -75.177091880601694, 39.9971810973095 ], [ -75.177135404610596, 39.996974467219701 ], [ -75.177136374545796, 39.996969862266297 ], [ -75.177082950763506, 39.996962684825398 ], [ -75.177081746070002, 39.996968074703602 ], [ -75.177036008964706, 39.9971732198605 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2807 W LEHIGH AVE", "addr_range": "2803-2807 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1297, "objectid": 953, "Shape__Area": 205.71484375, "Shape__Length": 75.362867532870652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1771459422053, 39.997188080003397 ], [ -75.177204013223005, 39.997196007593999 ], [ -75.177250544094207, 39.996985204701502 ], [ -75.177191426169898, 39.9969772707855 ], [ -75.1771459422053, 39.997188080003397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2805 W LEHIGH AVE", "addr_range": "2803-2807 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1208, "objectid": 954, "Shape__Area": 191.4609375, "Shape__Length": 74.465584215414964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177091880601694, 39.9971810973095 ], [ -75.1771459422053, 39.997188080003397 ], [ -75.177191426169898, 39.9969772707855 ], [ -75.177136374545796, 39.996969862266297 ], [ -75.177135404610596, 39.996974467219701 ], [ -75.177091880601694, 39.9971810973095 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2749 W STERNER ST", "addr_range": "2741-2749 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 713, "objectid": 955, "Shape__Area": 113.08984375, "Shape__Length": 49.459909152127018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176673025826702, 39.997466716660398 ], [ -75.176726509807295, 39.997473428008497 ], [ -75.1767534032074, 39.997347265774003 ], [ -75.176699782148901, 39.997339197143198 ], [ -75.176673025826702, 39.997466716660398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2701 W SILVER ST", "addr_range": "2701 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 799, "objectid": 956, "Shape__Area": 126.74609375, "Shape__Length": 52.819332640607882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175497908973099, 39.997544049684002 ], [ -75.175441633452806, 39.997536871499896 ], [ -75.175412514649395, 39.997673027149197 ], [ -75.175467802478806, 39.997680859853098 ], [ -75.175497908973099, 39.997544049684002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2747 W STERNER ST", "addr_range": "2741-2749 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 652, "objectid": 957, "Shape__Area": 103.4453125, "Shape__Length": 48.46901727405556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176624255080199, 39.997460029856803 ], [ -75.176673025826702, 39.997466716660398 ], [ -75.176699782148901, 39.997339197143198 ], [ -75.176650539034895, 39.9973333539183 ], [ -75.176624255080199, 39.997460029856803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2743 W STERNER ST", "addr_range": "2741-2749 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 666, "objectid": 958, "Shape__Area": 105.57421875, "Shape__Length": 48.473729611332892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176525159149307, 39.997446251022502 ], [ -75.176575877056706, 39.997452965302401 ], [ -75.176602733306098, 39.997327203214297 ], [ -75.176552716430507, 39.997320231653802 ], [ -75.176525159149307, 39.997446251022502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2741 W STERNER ST", "addr_range": "2741-2749 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 647, "objectid": 959, "Shape__Area": 102.68359375, "Shape__Length": 48.193475618909723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176476883895404, 39.997439751862103 ], [ -75.176525159149307, 39.997446251022502 ], [ -75.176552716430507, 39.997320231653802 ], [ -75.176503107632598, 39.997313589980003 ], [ -75.176476883895404, 39.997439751862103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2712 W STERNER ST", "addr_range": "2706-2716 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 635, "objectid": 960, "Shape__Area": 100.80078125, "Shape__Length": 46.927966130598378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175832385135095, 39.997141883209999 ], [ -75.175882314045595, 39.997148419729797 ], [ -75.175908052761102, 39.997027290947003 ], [ -75.175857607080303, 39.997021131183999 ], [ -75.175832385135095, 39.997141883209999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2716 W STERNER ST", "addr_range": "2706-2716 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 618, "objectid": 961, "Shape__Area": 98.046875, "Shape__Length": 46.660144318555908 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175929770303199, 39.9971549151971 ], [ -75.175978463174303, 39.997161423957699 ], [ -75.176003998242805, 39.997040131111604 ], [ -75.175955293818902, 39.997033929345903 ], [ -75.175929770303199, 39.9971549151971 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2700 W STERNER ST", "addr_range": "2700 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 671, "objectid": 962, "Shape__Area": 106.35546875, "Shape__Length": 47.578348199826806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175611499104093, 39.996989271851199 ], [ -75.175558730710506, 39.996981898460398 ], [ -75.175532751968106, 39.9971038110818 ], [ -75.175585879696001, 39.997109403131802 ], [ -75.175611499104093, 39.996989271851199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2629-31 W LEHIGH AVE", "addr_range": "2623-2631 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2226, "objectid": 963, "Shape__Area": 352.91796875, "Shape__Length": 81.43920397110054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174776765568495, 39.996780852017899 ], [ -75.174764684082604, 39.996837467275 ], [ -75.174760730623404, 39.996859945329398 ], [ -75.174817384592203, 39.996867599976902 ], [ -75.174870865678002, 39.996874958164803 ], [ -75.174910669514006, 39.996682575007597 ], [ -75.174856748070894, 39.996675804326998 ], [ -75.174799574510402, 39.996668540791298 ], [ -75.174776765568495, 39.996780852017899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2703 W STERNER ST", "addr_range": "2701-2705 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 650, "objectid": 964, "Shape__Area": 103.0703125, "Shape__Length": 48.31868508016646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175544235040206, 39.9973177841091 ], [ -75.175592504042797, 39.997324443905399 ], [ -75.175618953019907, 39.9971978835869 ], [ -75.175569328238495, 39.997191080767102 ], [ -75.175544235040206, 39.9973177841091 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2701 W STERNER ST", "addr_range": "2701-2705 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 706, "objectid": 965, "Shape__Area": 111.91015625, "Shape__Length": 49.181186295279545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175515057401398, 39.997192926154298 ], [ -75.175489710789407, 39.997311386753402 ], [ -75.175544235040206, 39.9973177841091 ], [ -75.175567979509296, 39.9971979180307 ], [ -75.175569328238495, 39.997191080767102 ], [ -75.175516585704102, 39.9971857712573 ], [ -75.175515057401398, 39.997192926154298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2708 W STERNER ST", "addr_range": "2706-2716 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 627, "objectid": 966, "Shape__Area": 99.3828125, "Shape__Length": 46.758026542398717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175734186900897, 39.997129316749202 ], [ -75.1757835050105, 39.9971353701876 ], [ -75.175808914901594, 39.997014607068003 ], [ -75.175759210543106, 39.997008237731698 ], [ -75.175734186900897, 39.997129316749202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2627 W LEHIGH AVE", "addr_range": "2623-2631 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1147, "objectid": 967, "Shape__Area": 181.875, "Shape__Length": 69.302708685872986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174742155663793, 39.996662771909001 ], [ -75.1747032312703, 39.996852433869897 ], [ -75.174760729974693, 39.996859962434101 ], [ -75.174764684082604, 39.996837467275 ], [ -75.174776765568495, 39.996780852017899 ], [ -75.174799343928498, 39.9966696474673 ], [ -75.174799574510402, 39.996668540791298 ], [ -75.174742593926197, 39.996660637332603 ], [ -75.174742155663793, 39.996662771909001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2710 W STERNER ST", "addr_range": "2706-2716 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 618, "objectid": 968, "Shape__Area": 97.984375, "Shape__Length": 46.572239474922142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1757835050105, 39.9971353701876 ], [ -75.175832406204194, 39.997141883682502 ], [ -75.175857607080303, 39.997021131183999 ], [ -75.175808914901594, 39.997014607068003 ], [ -75.1757835050105, 39.9971353701876 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2714 W STERNER ST", "addr_range": "2706-2716 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 602, "objectid": 969, "Shape__Area": 95.4375, "Shape__Length": 46.354788081350307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175882314045595, 39.997148419729797 ], [ -75.175929770303199, 39.9971549151971 ], [ -75.175955293818902, 39.997033929345903 ], [ -75.175908052761102, 39.997027290947003 ], [ -75.175882314045595, 39.997148419729797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2745 W STERNER ST", "addr_range": "2741-2749 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 637, "objectid": 970, "Shape__Area": 101.02734375, "Shape__Length": 48.034849295020159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176575877056706, 39.997452965302401 ], [ -75.176624255080199, 39.997460029856803 ], [ -75.176649951165302, 39.997336160905498 ], [ -75.176650539034895, 39.9973333539183 ], [ -75.176602733306098, 39.997327203214297 ], [ -75.176575877056706, 39.997452965302401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2625 W LEHIGH AVE", "addr_range": "2623-2631 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1098, "objectid": 971, "Shape__Area": 174.125, "Shape__Length": 68.758545428048123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1746881536301, 39.996653709868902 ], [ -75.174648271970099, 39.996845348783097 ], [ -75.1747032312703, 39.996852433869897 ], [ -75.174742593926197, 39.996660637332603 ], [ -75.1746881536301, 39.996653709868902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2623 W LEHIGH AVE", "addr_range": "2623-2631 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1120, "objectid": 972, "Shape__Area": 177.625, "Shape__Length": 68.995003753899979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174631489227906, 39.9966468604241 ], [ -75.174593151593299, 39.996838680828397 ], [ -75.174648271970099, 39.996845348783097 ], [ -75.1746881536301, 39.996653709868902 ], [ -75.174631489227906, 39.9966468604241 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2706 W STERNER ST", "addr_range": "2706-2716 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 632, "objectid": 973, "Shape__Area": 100.2109375, "Shape__Length": 46.810262305786516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175683884483107, 39.997122126663598 ], [ -75.175734186900897, 39.997129316749202 ], [ -75.175759210543106, 39.997008237731698 ], [ -75.175709696464594, 39.997001855521702 ], [ -75.175683884483107, 39.997122126663598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2326 N 16TH ST", "addr_range": "2324-2330 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 962, "objectid": 974, "Shape__Area": 152.48046875, "Shape__Length": 82.445401271447423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159068042684893, 39.988944540140103 ], [ -75.159395716453005, 39.9889896899913 ], [ -75.159401808006294, 39.988961859018097 ], [ -75.159073263979494, 39.988916465183102 ], [ -75.159068042684893, 39.988944540140103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2610 N 29TH ST", "addr_range": "2600-2614 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1048, "objectid": 975, "Shape__Area": 166.14453125, "Shape__Length": 67.27626668785463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178983936901503, 39.995787945527098 ], [ -75.179228268844, 39.995821273419601 ], [ -75.179237075189207, 39.9957802034506 ], [ -75.178992705210305, 39.9957473270291 ], [ -75.178983936901503, 39.995787945527098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2262 N 16TH ST", "addr_range": "2262-2266 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1137, "objectid": 976, "Shape__Area": 180.24609375, "Shape__Length": 67.75542775403261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159259310791597, 39.9881409472735 ], [ -75.159495908462603, 39.988171740410102 ], [ -75.159500433314506, 39.988172326383001 ], [ -75.159506546492295, 39.9881428200028 ], [ -75.159510340953702, 39.988127946061397 ], [ -75.159505566334303, 39.988127305796603 ], [ -75.1592688841463, 39.988095446667799 ], [ -75.159259310791597, 39.9881409472735 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2614 N 29TH ST", "addr_range": "2600-2614 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1062, "objectid": 977, "Shape__Area": 168.390625, "Shape__Length": 67.489531000865199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178966463196701, 39.995870861612801 ], [ -75.179211362461302, 39.995904652747001 ], [ -75.179219448303499, 39.995863244080901 ], [ -75.178975407731201, 39.9958294568765 ], [ -75.178966463196701, 39.995870861612801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2261 N 16TH ST", "addr_range": "2255-2265 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1049, "objectid": 978, "Shape__Area": 166.26171875, "Shape__Length": 65.661784452428151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158859928405107, 39.988017269967202 ], [ -75.158851276210996, 39.988060018911398 ], [ -75.159086299568898, 39.988090309733401 ], [ -75.159095644159393, 39.9880480449335 ], [ -75.158859928405107, 39.988017269967202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2618 N 29TH ST", "addr_range": "2618-2622 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1052, "objectid": 979, "Shape__Area": 166.7734375, "Shape__Length": 67.433183593923403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178949004185498, 39.9959533266194 ], [ -75.179193788523193, 39.995986324122804 ], [ -75.179202879501204, 39.995945503803298 ], [ -75.178957637291902, 39.995912381632202 ], [ -75.178956896813702, 39.995915911425499 ], [ -75.178951227349401, 39.9959427534965 ], [ -75.178949004185498, 39.9959533266194 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2266 N 16TH ST", "addr_range": "2262-2266 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1233, "objectid": 980, "Shape__Area": 195.37109375, "Shape__Length": 68.617873529139956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159249784633303, 39.9881846577224 ], [ -75.159239730764099, 39.988233419073097 ], [ -75.159475823025303, 39.9882642657087 ], [ -75.159479784424207, 39.988264791211002 ], [ -75.159489331206302, 39.988219983773298 ], [ -75.159489855916902, 39.988215594148798 ], [ -75.159486497636806, 39.988215164251798 ], [ -75.159249784633303, 39.9881846577224 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2274 N BANCROFT ST", "addr_range": "2274 N BANCROFT ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 907, "objectid": 981, "Shape__Area": 143.734375, "Shape__Length": 54.083422261572096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159930569737995, 39.988324371956601 ], [ -75.159935721815003, 39.988325036038503 ], [ -75.159946766719699, 39.988275523028598 ], [ -75.159941345531394, 39.988274820437603 ], [ -75.159771435697294, 39.9882532540623 ], [ -75.159760655267505, 39.988302371173397 ], [ -75.159930569737995, 39.988324371956601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2612 N 29TH ST", "addr_range": "2600-2614 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1070, "objectid": 982, "Shape__Area": 169.5859375, "Shape__Length": 67.516663330512657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178975407731201, 39.9958294568765 ], [ -75.179219448303499, 39.995863244080901 ], [ -75.179228268844, 39.995821273419601 ], [ -75.178983936901503, 39.995787945527098 ], [ -75.178975407731201, 39.9958294568765 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2608 N 29TH ST", "addr_range": "2600-2614 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1017, "objectid": 983, "Shape__Area": 161.328125, "Shape__Length": 66.880475970417308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178992705210305, 39.9957473270291 ], [ -75.179237075189207, 39.9957802034506 ], [ -75.179245356220207, 39.995740848053003 ], [ -75.179001621277706, 39.995707292090998 ], [ -75.178992705210305, 39.9957473270291 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2264 N 16TH ST", "addr_range": "2262-2266 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1100, "objectid": 984, "Shape__Area": 174.3984375, "Shape__Length": 67.160948855058564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159500433314506, 39.988172326383001 ], [ -75.159495908462603, 39.988171740410102 ], [ -75.159259310791597, 39.9881409472735 ], [ -75.159249784633303, 39.9881846577224 ], [ -75.159486497636806, 39.988215164251798 ], [ -75.159489855916902, 39.988215594148798 ], [ -75.159498271073105, 39.988182304096398 ], [ -75.159500433314506, 39.988172326383001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2855 W OAKDALE ST", "addr_range": "2853-2855 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 667, "objectid": 985, "Shape__Area": 105.8203125, "Shape__Length": 47.606189300117819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178461575401599, 39.996730146672299 ], [ -75.178514000945995, 39.996737109195202 ], [ -75.178540790172804, 39.996615860201601 ], [ -75.178488538283204, 39.996608676326296 ], [ -75.178461575401599, 39.996730146672299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2912 W LEHIGH AVE", "addr_range": "2912-2914 W LEHIGH AVE", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1264, "objectid": 986, "Shape__Area": 200.38671875, "Shape__Length": 75.681531358211444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179058773122193, 39.996775119326003 ], [ -75.179009693807203, 39.9969886543741 ], [ -75.179065594498297, 39.996996322477401 ], [ -75.179115366370198, 39.996783334516302 ], [ -75.179058773122193, 39.996775119326003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2853 W OAKDALE ST", "addr_range": "2853-2855 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 624, "objectid": 987, "Shape__Area": 98.91015625, "Shape__Length": 46.868672046496044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178412495937494, 39.996723857357097 ], [ -75.178461575401599, 39.996730146672299 ], [ -75.178488538283204, 39.996608676326296 ], [ -75.178439799077196, 39.996602313552302 ], [ -75.178412495937494, 39.996723857357097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2212 N 19TH ST", "addr_range": "2212-2218 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 962, "objectid": 988, "Shape__Area": 152.47265625, "Shape__Length": 61.052421195476612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164192244489001, 39.987724183840598 ], [ -75.164407066083101, 39.987750607274101 ], [ -75.164416435327297, 39.9877087138902 ], [ -75.164201696285701, 39.987680679513403 ], [ -75.164192244489001, 39.987724183840598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1915 W SUSQUEHANNA AVE", "addr_range": "1913-1923 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1271, "objectid": 989, "Shape__Area": 201.453125, "Shape__Length": 74.865243590878649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164527320839596, 39.987667300825002 ], [ -75.164585063367994, 39.987674226588801 ], [ -75.164630048719403, 39.987464699666198 ], [ -75.1645723185039, 39.987456870480102 ], [ -75.164527320839596, 39.987667300825002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2249 N 19TH ST", "addr_range": "2237-2259 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1112, "objectid": 990, "Shape__Area": 176.23046875, "Shape__Length": 69.847779827827523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163595146259496, 39.988414488982599 ], [ -75.163850830209498, 39.988446606893298 ], [ -75.163859867308901, 39.988405172787999 ], [ -75.163604881262799, 39.988372941775502 ], [ -75.163595146259496, 39.988414488982599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2255 N 22ND ST", "addr_range": "2264-2266 N VAN PELT ST; 2255-2263 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1616, "objectid": 991, "Shape__Area": 256.1875, "Shape__Length": 92.121907028370543 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168486896729107, 39.989258794307901 ], [ -75.1688380019134, 39.989303524104002 ], [ -75.168847344882394, 39.989260098102598 ], [ -75.168497029800207, 39.989214403094202 ], [ -75.168486896729107, 39.989258794307901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2109 W DAUPHIN ST", "addr_range": "2107-2111 W DAUPHIN ST; 2300-2302 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1143, "objectid": 992, "Shape__Area": 181.2578125, "Shape__Length": 67.323474409726714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167638514745306, 39.989646025832698 ], [ -75.167699121342693, 39.9896537406403 ], [ -75.167739935573906, 39.989471037561501 ], [ -75.167681245807501, 39.989463592052203 ], [ -75.167638514745306, 39.989646025832698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2633 N 29TH ST", "addr_range": "2631-2633 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 953, "objectid": 993, "Shape__Area": 151.0703125, "Shape__Length": 68.864327308810516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178329109828098, 39.996362792230798 ], [ -75.178587863411295, 39.996397234724697 ], [ -75.178595910399594, 39.996362370166302 ], [ -75.178336582641506, 39.996327625599697 ], [ -75.178329109828098, 39.996362792230798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1528-32 W YORK ST", "addr_range": "1524-1532 W YORK ST; 2340-2344 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 4614, "objectid": 994, "Shape__Area": 731.2265625, "Shape__Length": 112.05648503587815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158261160046806, 39.989447188396497 ], [ -75.158253656232404, 39.989483466002298 ], [ -75.158218255595997, 39.989647218498803 ], [ -75.1582761461557, 39.989654715692097 ], [ -75.158344799254294, 39.989663536191699 ], [ -75.158401923059301, 39.989670806070798 ], [ -75.158444142460596, 39.989477724405504 ], [ -75.158454630761995, 39.9894324553497 ], [ -75.158395191455298, 39.989424906153502 ], [ -75.158328467899494, 39.989415501238803 ], [ -75.158269566481707, 39.989407578486897 ], [ -75.158261160046806, 39.989447188396497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1942 W YORK ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 972, "objectid": 995, "Shape__Area": 154.15234375, "Shape__Length": 64.009293868075332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164962090372896, 39.990531416296797 ], [ -75.165014261757705, 39.990538345160999 ], [ -75.165017492281095, 39.990523394390301 ], [ -75.1650499080624, 39.9903732269226 ], [ -75.165052552714599, 39.990361019162002 ], [ -75.165000228510195, 39.990354231032903 ], [ -75.164998210963006, 39.990363196647102 ], [ -75.164962090372896, 39.990531416296797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2537 N STANLEY ST", "addr_range": "2529-2531, 2535-2545 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 700, "objectid": 996, "Shape__Area": 111.08984375, "Shape__Length": 51.40730581459438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181487444811395, 39.9950937148283 ], [ -75.181666125508599, 39.995119474084902 ], [ -75.181674026192198, 39.9950818345675 ], [ -75.181495844501598, 39.995056698272798 ], [ -75.181487444811395, 39.9950937148283 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2111 W DAUPHIN ST", "addr_range": "2107-2111 W DAUPHIN ST; 2300-2302 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1030, "objectid": 997, "Shape__Area": 163.2421875, "Shape__Length": 65.892477597701387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1677465669528, 39.989659837534802 ], [ -75.167752510812804, 39.989660600166502 ], [ -75.167793625393799, 39.989478774208898 ], [ -75.167789985569698, 39.989476935344101 ], [ -75.167739935573906, 39.989471037561501 ], [ -75.167699121342693, 39.9896537406403 ], [ -75.1677465669528, 39.989659837534802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2300 N LAMBERT ST", "addr_range": "2300 N LAMBERT ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1076, "objectid": 998, "Shape__Area": 170.5078125, "Shape__Length": 60.865451218111055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166895353553102, 39.989371918483002 ], [ -75.166691525921195, 39.989343875879598 ], [ -75.166680290890298, 39.989394078030799 ], [ -75.166883679812599, 39.9894221098765 ], [ -75.166895353553102, 39.989371918483002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1919 W DAUPHIN ST", "addr_range": "1917-1919 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1024, "objectid": 999, "Shape__Area": 162.3671875, "Shape__Length": 64.329747604346323 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164461420966006, 39.989247913698797 ], [ -75.1645157714443, 39.9892553604287 ], [ -75.164553943952299, 39.989079530295598 ], [ -75.164497358494899, 39.989071871953101 ], [ -75.164461420966006, 39.989247913698797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1928 W YORK ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1005, "objectid": 1000, "Shape__Area": 159.375, "Shape__Length": 62.812968069930058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164625774028593, 39.990311719837102 ], [ -75.164617114682798, 39.990351421742602 ], [ -75.164588675905406, 39.9904819005056 ], [ -75.164644748020095, 39.990489320157401 ], [ -75.164682288793301, 39.990319570218396 ], [ -75.164625774028593, 39.990311719837102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2237 N 19TH ST", "addr_range": "2237-2259 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1094, "objectid": 1001, "Shape__Area": 173.45703125, "Shape__Length": 69.668648631954156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163649828839894, 39.9881639450102 ], [ -75.163905154298604, 39.988196070961003 ], [ -75.163914838236096, 39.988155828153197 ], [ -75.1636595527293, 39.988122657041799 ], [ -75.163649828839894, 39.9881639450102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2215 N 22ND ST", "addr_range": "2209-2227 N 22ND ST; 2141-2143 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1712, "objectid": 1002, "Shape__Area": 271.38671875, "Shape__Length": 93.03640214882499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168957571691607, 39.988362544058397 ], [ -75.168690217451697, 39.988326532303098 ], [ -75.168679279760596, 39.9883728074742 ], [ -75.168948695244495, 39.988409171948497 ], [ -75.169030780862997, 39.988420255035599 ], [ -75.169040803472299, 39.988373764639903 ], [ -75.168957571691607, 39.988362544058397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2200 N VAN PELT ST", "addr_range": "2200-2202 N VAN PELT ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1267, "objectid": 1003, "Shape__Area": 200.75390625, "Shape__Length": 69.710256975028614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168491654719105, 39.988009003668701 ], [ -75.168735054183799, 39.9880423165514 ], [ -75.168746515863702, 39.987992731121899 ], [ -75.168502117593107, 39.9879597832307 ], [ -75.168491654719105, 39.988009003668701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2306 N LAMBERT ST", "addr_range": "2306 N LAMBERT ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 845, "objectid": 1004, "Shape__Area": 133.95703125, "Shape__Length": 57.731582162813524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166653502594698, 39.989514325494497 ], [ -75.166857318867102, 39.989542125525603 ], [ -75.166865924224297, 39.989503744055199 ], [ -75.166662439316397, 39.989473856635897 ], [ -75.166653502594698, 39.989514325494497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2553 N STANLEY ST", "addr_range": "2553-2561 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 740, "objectid": 1005, "Shape__Area": 117.40234375, "Shape__Length": 52.265171393170746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181417077319395, 39.995405910710097 ], [ -75.181596985230996, 39.995430279327401 ], [ -75.181605476572599, 39.995391427656003 ], [ -75.181425172885, 39.995366437506704 ], [ -75.181417077319395, 39.995405910710097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1600-08 W YORK ST", "addr_range": "1600-08 W YORK ST; 2346-2350 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 5873, "objectid": 1006, "Shape__Area": 930.75390625, "Shape__Length": 122.5112296218379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158942944545799, 39.989495079334802 ], [ -75.158893222578698, 39.989721166326198 ], [ -75.159140279729698, 39.9897558714434 ], [ -75.1591897077205, 39.9895297624101 ], [ -75.158942944545799, 39.989495079334802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2107 W DAUPHIN ST", "addr_range": "2107-2111 W DAUPHIN ST; 2300-2302 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1094, "objectid": 1007, "Shape__Area": 173.43359375, "Shape__Length": 66.658891055295157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167620759760297, 39.989467035402697 ], [ -75.167582332462302, 39.989638249255101 ], [ -75.167638514745306, 39.989646025832698 ], [ -75.167681245807501, 39.989463592052203 ], [ -75.167623157384398, 39.989456320422804 ], [ -75.167620759760297, 39.989467035402697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2257 N 19TH ST", "addr_range": "2237-2259 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1176, "objectid": 1008, "Shape__Area": 186.41796875, "Shape__Length": 70.472652229072466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163558827871896, 39.988583993152801 ], [ -75.163813105371801, 39.988617256165803 ], [ -75.1638229329685, 39.988573244048702 ], [ -75.163567987937896, 39.988539950693898 ], [ -75.163558827871896, 39.988583993152801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1936 W YORK ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 951, "objectid": 1009, "Shape__Area": 150.8125, "Shape__Length": 61.855631604254981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164802730611598, 39.990510546547 ], [ -75.164856034378104, 39.990517453234901 ], [ -75.164893029636104, 39.990348819023097 ], [ -75.164838921924101, 39.990341586996102 ], [ -75.164802730611598, 39.990510546547 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2565 N MOLE ST", "addr_range": "2565 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 569, "objectid": 1010, "Shape__Area": 90.19921875, "Shape__Length": 42.301887744752833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157618024986704, 39.992651350443801 ], [ -75.157696133061293, 39.992661835442902 ], [ -75.157751460820194, 39.992670096691597 ], [ -75.157754729885795, 39.992655807403999 ], [ -75.157757372983994, 39.992644229556802 ], [ -75.157760769516997, 39.9926293628927 ], [ -75.157626090371494, 39.992610813828001 ], [ -75.157619763411105, 39.992642604787697 ], [ -75.157618024986704, 39.992651350443801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2243 N 19TH ST", "addr_range": "2237-2259 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1152, "objectid": 1011, "Shape__Area": 182.56640625, "Shape__Length": 70.333945422751199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163623043859801, 39.9882878518819 ], [ -75.163878354733697, 39.988320895688098 ], [ -75.163887797626799, 39.988277632652803 ], [ -75.163632151240705, 39.988245129120997 ], [ -75.163623043859801, 39.9882878518819 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1916 W DAUPHIN ST", "addr_range": "1916 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1070, "objectid": 1012, "Shape__Area": 169.703125, "Shape__Length": 67.602878315442567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164326394213106, 39.988906741574802 ], [ -75.1643504630959, 39.9889097660906 ], [ -75.164380767677201, 39.988913577103602 ], [ -75.164423203575097, 39.988725946945699 ], [ -75.164368829052293, 39.988719112310903 ], [ -75.164326394213106, 39.988906741574802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2213 N 22ND ST", "addr_range": "2209-2227 N 22ND ST; 2141-2143 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1586, "objectid": 1013, "Shape__Area": 251.3359375, "Shape__Length": 92.031555137122396 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168957571691607, 39.988362544058397 ], [ -75.169040803472299, 39.988373764639903 ], [ -75.169050690690199, 39.988330867145798 ], [ -75.168965771122799, 39.988319397778803 ], [ -75.1686991701403, 39.988283419197799 ], [ -75.168693257308703, 39.988312721448203 ], [ -75.168690217451697, 39.988326532303098 ], [ -75.168957571691607, 39.988362544058397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2360 N OPAL ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 694, "objectid": 1014, "Shape__Area": 109.9921875, "Shape__Length": 50.725589386474866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164635928150005, 39.990265184963199 ], [ -75.164627826840203, 39.990302352268799 ], [ -75.164803012579398, 39.990326980059699 ], [ -75.164811050169405, 39.9902887147732 ], [ -75.164635928150005, 39.990265184963199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2103 W SUSQUEHANNA AVE", "addr_range": "2103, 2109 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1274, "objectid": 1015, "Shape__Area": 201.9375, "Shape__Length": 75.962027173811066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1677749797404, 39.987861037534401 ], [ -75.167729674642402, 39.988075895889502 ], [ -75.167786292091705, 39.988082729842297 ], [ -75.167831723688195, 39.987868359961404 ], [ -75.1677749797404, 39.987861037534401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2340 N SYDENHAM ST", "addr_range": "1524-1532 W YORK ST; 2340-2344 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1422, "objectid": 1016, "Shape__Area": 225.34765625, "Shape__Length": 80.191429966274882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158454630761995, 39.9894324553497 ], [ -75.158463850721702, 39.989386350344198 ], [ -75.158168952707001, 39.989347193624198 ], [ -75.1581593289187, 39.989392886736802 ], [ -75.158269566481707, 39.989407578486897 ], [ -75.158328467899494, 39.989415501238803 ], [ -75.158395191455298, 39.989424906153502 ], [ -75.158454630761995, 39.9894324553497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2354 N OPAL ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 697, "objectid": 1017, "Shape__Area": 110.55078125, "Shape__Length": 50.785547257404502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164652833076403, 39.9901877558653 ], [ -75.164827728037395, 39.990211183230301 ], [ -75.164836837407407, 39.990173410610097 ], [ -75.164661086562901, 39.990149882887202 ], [ -75.164652833076403, 39.9901877558653 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2559 N STANLEY ST", "addr_range": "2553-2561 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 698, "objectid": 1018, "Shape__Area": 110.70703125, "Shape__Length": 51.738955136020095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181390912375207, 39.995520839221903 ], [ -75.181571499203301, 39.995545013129103 ], [ -75.181575108945907, 39.995529361361797 ], [ -75.181579876361198, 39.995508592532303 ], [ -75.181398518025802, 39.995483788685299 ], [ -75.181390912375207, 39.995520839221903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2429 W SERGEANT ST", "addr_range": "2429 W SERGEANT ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 927, "objectid": 1019, "Shape__Area": 147.02734375, "Shape__Length": 64.021555536600701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171984556793305, 39.994230151617103 ], [ -75.172032548690296, 39.994236855398803 ], [ -75.172037067113294, 39.994218338346499 ], [ -75.172044391376303, 39.994186053761702 ], [ -75.172060673870405, 39.994112139941002 ], [ -75.172071300316503, 39.994056345504298 ], [ -75.172022601467305, 39.994050061047602 ], [ -75.172010412030303, 39.994110027206702 ], [ -75.171990874290998, 39.994200132996603 ], [ -75.171987036356398, 39.994216215476399 ], [ -75.171984556793305, 39.994230151617103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2202 N VAN PELT ST", "addr_range": "2200-2202 N VAN PELT ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1144, "objectid": 1020, "Shape__Area": 181.359375, "Shape__Length": 68.239233465889924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168481574585797, 39.9880536708798 ], [ -75.168725119301698, 39.988087018582497 ], [ -75.168735054183799, 39.9880423165514 ], [ -75.168491654719105, 39.988009003668701 ], [ -75.168481574585797, 39.9880536708798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2307 N 19TH ST", "addr_range": "2301-2309 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1114, "objectid": 1021, "Shape__Area": 176.65234375, "Shape__Length": 67.642268091558165 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163456383563897, 39.989111350214998 ], [ -75.163699329905299, 39.989142277638599 ], [ -75.163709070422698, 39.989098925812897 ], [ -75.163467200026602, 39.989067247779701 ], [ -75.163456383563897, 39.989111350214998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2352 N OPAL ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 698, "objectid": 1022, "Shape__Area": 110.7578125, "Shape__Length": 50.817685659683541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164661086562901, 39.990149882887202 ], [ -75.164836837407407, 39.990173410610097 ], [ -75.164844629104607, 39.990135511001903 ], [ -75.164669637571507, 39.9901118868639 ], [ -75.164661086562901, 39.990149882887202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2337 N 27TH ST", "addr_range": "2337-2347 N 27TH ST; 2645-2647 W ARIZONA ST; 2638-2646 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 943, "objectid": 1023, "Shape__Area": 149.44140625, "Shape__Length": 59.227784096436842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1763062630408, 39.991754547167602 ], [ -75.176510643637101, 39.991780455755297 ], [ -75.176521094110498, 39.9917369567573 ], [ -75.176315017385406, 39.991710462339 ], [ -75.1763062630408, 39.991754547167602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2324 N MYRTLEWOOD ST", "addr_range": "2330-2332 N MYRTLEWOOD ST; 2321-2325 N 30TH ST; 2938 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 615, "objectid": 1024, "Shape__Area": 97.60546875, "Shape__Length": 47.738175905590801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180892596468297, 39.991686020323897 ], [ -75.181057656149903, 39.991707075327902 ], [ -75.181065220886495, 39.991672183619997 ], [ -75.180900422561095, 39.991649764938998 ], [ -75.180892596468297, 39.991686020323897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3027 W DAUPHIN ST", "addr_range": "3025-3027 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1331, "objectid": 1025, "Shape__Area": 211.05859375, "Shape__Length": 77.232892538555717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182346960589499, 39.991590475895002 ], [ -75.182406325082397, 39.991597881169298 ], [ -75.182450991993306, 39.991379893474999 ], [ -75.182393379979402, 39.991373204080197 ], [ -75.182393175997902, 39.991374199638202 ], [ -75.182346960589499, 39.991590475895002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2325 N 30TH ST", "addr_range": "2330-2332 N MYRTLEWOOD ST; 2321-2325 N 30TH ST; 2938 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 944, "objectid": 1026, "Shape__Area": 149.609375, "Shape__Length": 57.644163832632174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181092674037401, 39.991832335438197 ], [ -75.181287756671495, 39.9918575282205 ], [ -75.181297893513403, 39.991811153020699 ], [ -75.181102538628593, 39.991786502874803 ], [ -75.181092674037401, 39.991832335438197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2321-23 N 30TH ST", "addr_range": "2330-2332 N MYRTLEWOOD ST; 2321-2325 N 30TH ST; 2938 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1641, "objectid": 1027, "Shape__Area": 260.19921875, "Shape__Length": 77.961374295921047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181102538628593, 39.991786502874803 ], [ -75.181297893513403, 39.991811153020699 ], [ -75.181314701601195, 39.991733590879797 ], [ -75.181071301501703, 39.991701480909398 ], [ -75.181069850428997, 39.991709895404803 ], [ -75.181117893372303, 39.991716306426497 ], [ -75.181102538628593, 39.991786502874803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2721 W YORK ST", "addr_range": "2701-2725 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 909, "objectid": 1028, "Shape__Area": 144.18359375, "Shape__Length": 68.796758176158448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176992310000202, 39.992429210748803 ], [ -75.177034771771602, 39.9924374643739 ], [ -75.177078951966905, 39.992236071306898 ], [ -75.177035503062797, 39.992230067918896 ], [ -75.176992310000202, 39.992429210748803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3012 W DAUPHIN ST", "addr_range": "3010-3020 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1414, "objectid": 1029, "Shape__Area": 224.09765625, "Shape__Length": 79.42370651638673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182046759751699, 39.990962231596797 ], [ -75.182002103390801, 39.991185457868397 ], [ -75.182062142761296, 39.9911933136164 ], [ -75.182068424161798, 39.991163535207498 ], [ -75.182079249988703, 39.991106698421397 ], [ -75.182108199514701, 39.990969602377 ], [ -75.182046759751699, 39.990962231596797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2330 N MYRTLEWOOD ST", "addr_range": "2330-2332 N MYRTLEWOOD ST; 2321-2325 N 30TH ST; 2938 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 706, "objectid": 1030, "Shape__Area": 111.99609375, "Shape__Length": 49.238401845008568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181041820048193, 39.9917833058743 ], [ -75.180876876906495, 39.991762478712701 ], [ -75.180868154813794, 39.991803002850901 ], [ -75.181032716032306, 39.991824545887198 ], [ -75.181041820048193, 39.9917833058743 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2329 N 30TH ST", "addr_range": "2329-2333 N 30TH ST; 2947 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 836, "objectid": 1031, "Shape__Area": 132.5546875, "Shape__Length": 57.768390078797367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181046844677695, 39.992005032632598 ], [ -75.181252083917002, 39.992031000594402 ], [ -75.181260505119397, 39.991992324878296 ], [ -75.181243423160097, 39.991990136971197 ], [ -75.181055280025106, 39.9919659860293 ], [ -75.181046844677695, 39.992005032632598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2316-18 N 29TH ST", "addr_range": "2316-2318 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3057, "objectid": 1032, "Shape__Area": 484.54296875, "Shape__Length": 109.72872283889059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180255217331407, 39.9915686830821 ], [ -75.180304753034207, 39.991575481965299 ], [ -75.180306058112606, 39.991569256367796 ], [ -75.180312253505093, 39.991539574321898 ], [ -75.1803150517337, 39.9915254343383 ], [ -75.180305696446894, 39.991524548236299 ], [ -75.180310921308504, 39.991497761033798 ], [ -75.179934569989499, 39.991447955868601 ], [ -75.179934393194003, 39.991448758314597 ], [ -75.179927656548799, 39.991475559406403 ], [ -75.1799251186372, 39.991487802276602 ], [ -75.179917755900206, 39.991523439075998 ], [ -75.180100849704004, 39.991548059117697 ], [ -75.180156127919105, 39.991555438043903 ], [ -75.180255217331407, 39.9915686830821 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2427 N 30TH ST", "addr_range": "2425-2429 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1035, "objectid": 1033, "Shape__Area": 164.10546875, "Shape__Length": 64.552557815611294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180744783806006, 39.993308436394202 ], [ -75.180752875520199, 39.993309504107401 ], [ -75.180974375520805, 39.9933389476342 ], [ -75.180983901622099, 39.9932954438205 ], [ -75.180762233263806, 39.993267140823797 ], [ -75.180753827875407, 39.993266066090101 ], [ -75.180744783806006, 39.993308436394202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2329 W SEDGLEY AVE", "addr_range": "2323-2331 W SEDGLEY AVE; 2345 N 24TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 620, "objectid": 1034, "Shape__Area": 98.28515625, "Shape__Length": 47.248231556982432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171496935430994, 39.991075000939702 ], [ -75.171454791429198, 39.991095929881197 ], [ -75.171534527638002, 39.991206496844903 ], [ -75.171551960643896, 39.9912087751851 ], [ -75.171561000187694, 39.991165002500601 ], [ -75.171496935430994, 39.991075000939702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2300 W HAGERT ST", "addr_range": "2300 W HAGERT ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1804, "objectid": 1035, "Shape__Area": 285.8984375, "Shape__Length": 86.620763944085098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170185119132995, 39.991954794391397 ], [ -75.170197030258095, 39.991956270361896 ], [ -75.170250547714602, 39.991704344250202 ], [ -75.170190758586401, 39.991734660269998 ], [ -75.170162871309003, 39.991748798386503 ], [ -75.170120060690607, 39.991946723198097 ], [ -75.170185119132995, 39.991954794391397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2729 W YORK ST", "addr_range": "2729 W YORK ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 775, "objectid": 1036, "Shape__Area": 122.88671875, "Shape__Length": 54.496720575378092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177201925500796, 39.992389450753002 ], [ -75.177199236611699, 39.992401737943801 ], [ -75.177249798636396, 39.992408078200498 ], [ -75.177281765460407, 39.992261863164799 ], [ -75.177231207689999, 39.992255475261601 ], [ -75.177201925500796, 39.992389450753002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2425 N 30TH ST", "addr_range": "2425-2429 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1036, "objectid": 1037, "Shape__Area": 164.32421875, "Shape__Length": 64.596971652126271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180753827875407, 39.993266066090101 ], [ -75.180762233263806, 39.993267140823797 ], [ -75.180983901622099, 39.9932954438205 ], [ -75.180993290028297, 39.993252823518702 ], [ -75.180771539648603, 39.993223874478701 ], [ -75.180763261252395, 39.993222787270902 ], [ -75.180753827875407, 39.993266066090101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2331 W SEDGLEY AVE", "addr_range": "2323-2331 W SEDGLEY AVE; 2345 N 24TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 372, "objectid": 1038, "Shape__Area": 59.08984375, "Shape__Length": 39.102750972035906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171496935430994, 39.991075000939702 ], [ -75.171561000187694, 39.991165002500601 ], [ -75.171559116860905, 39.991129608941797 ], [ -75.171559328676906, 39.991092007212401 ], [ -75.171558337872, 39.991052975589596 ], [ -75.171544187124098, 39.991050883609702 ], [ -75.171496935430994, 39.991075000939702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2429 N 30TH ST", "addr_range": "2425-2429 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1020, "objectid": 1039, "Shape__Area": 161.7265625, "Shape__Length": 64.347459922125353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180735846938802, 39.993350759541698 ], [ -75.180743541898494, 39.993351786839398 ], [ -75.180965416442803, 39.993381335172103 ], [ -75.180974375520805, 39.9933389476342 ], [ -75.180752875520199, 39.993309504107401 ], [ -75.180744783806006, 39.993308436394202 ], [ -75.180735846938802, 39.993350759541698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2618 W YORK ST", "addr_range": "2616-2624 W YORK ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 657, "objectid": 1040, "Shape__Area": 104.234375, "Shape__Length": 50.314298355970642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175545931381905, 39.991745619630798 ], [ -75.175517889679298, 39.9918810588008 ], [ -75.175564524894796, 39.991887020709299 ], [ -75.175592002380199, 39.991751506705498 ], [ -75.175545931381905, 39.991745619630798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2327 W SEDGLEY AVE", "addr_range": "2323-2331 W SEDGLEY AVE; 2345 N 24TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 549, "objectid": 1041, "Shape__Area": 87.02734375, "Shape__Length": 44.397600686612634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171473384534096, 39.991197934108499 ], [ -75.171534527638002, 39.991206496844903 ], [ -75.171454791429198, 39.991095929881197 ], [ -75.171412793412202, 39.991117455854997 ], [ -75.171473384534096, 39.991197934108499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2409 N 30TH ST", "addr_range": "2409-2413 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1007, "objectid": 1042, "Shape__Area": 159.72265625, "Shape__Length": 64.026524667337938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180827892444597, 39.992928161901901 ], [ -75.180835065453493, 39.992929112639104 ], [ -75.181056282027001, 39.9929582748833 ], [ -75.181065630371606, 39.992916153741199 ], [ -75.180844129638899, 39.9928872914953 ], [ -75.180836580366304, 39.9928863161186 ], [ -75.180827892444597, 39.992928161901901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2411 N 30TH ST", "addr_range": "2409-2413 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1018, "objectid": 1043, "Shape__Area": 161.37890625, "Shape__Length": 64.207171596288319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180818147586905, 39.992970789530901 ], [ -75.180825843730801, 39.992971784414102 ], [ -75.181047835488499, 39.993000400890701 ], [ -75.181056282027001, 39.9929582748833 ], [ -75.180835065453493, 39.992929112639104 ], [ -75.180827892444597, 39.992928161901901 ], [ -75.180818147586905, 39.992970789530901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2800 W DAUPHIN ST", "addr_range": "2800 W DAUPHIN ST (2803-2899 West Fletcher ST Section)", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 60744, "objectid": 1044, "Shape__Area": 3734.05859375, "Shape__Length": 247.29512234690085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178828357062102, 39.990471897522099 ], [ -75.179459204171906, 39.990546952807001 ], [ -75.179536746025207, 39.9901947966408 ], [ -75.178905078616395, 39.990111914272298 ], [ -75.178828357062102, 39.990471897522099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2622 W YORK ST", "addr_range": "2616-2624 W YORK ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 715, "objectid": 1045, "Shape__Area": 113.37109375, "Shape__Length": 51.214291182072927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175611297854502, 39.991893211842097 ], [ -75.175661885938794, 39.991899376796098 ], [ -75.175689164491303, 39.991764130417302 ], [ -75.175638821684302, 39.991757585341098 ], [ -75.175611297854502, 39.991893211842097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2323-25 W SEDGLEY AVE", "addr_range": "2323-2331 W SEDGLEY AVE; 2345 N 24TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 642, "objectid": 1046, "Shape__Area": 101.83203125, "Shape__Length": 48.24481907005827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171412793412202, 39.991117455854997 ], [ -75.171299620036294, 39.991174943324701 ], [ -75.171473384534096, 39.991197934108499 ], [ -75.171412793412202, 39.991117455854997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2347 N 27TH ST", "addr_range": "2337-2347 N 27TH ST; 2645-2647 W ARIZONA ST; 2638-2646 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1058, "objectid": 1047, "Shape__Area": 167.80859375, "Shape__Length": 62.35677908036061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176248837577702, 39.991974681366102 ], [ -75.176463450356195, 39.992002125024101 ], [ -75.176473849222702, 39.991954982082 ], [ -75.176258429044694, 39.991927859116402 ], [ -75.176248837577702, 39.991974681366102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2725 W YORK ST", "addr_range": "2701-2725 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 784, "objectid": 1048, "Shape__Area": 124.3828125, "Shape__Length": 52.511509003773469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177132462657696, 39.992242526368997 ], [ -75.177088837311601, 39.992377276862797 ], [ -75.177151684547695, 39.992384035802303 ], [ -75.1771800698004, 39.9922488472778 ], [ -75.177132462657696, 39.992242526368997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2346 N 29TH ST", "addr_range": "2342-2346 N 29TH ST; 2911 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1017, "objectid": 1049, "Shape__Area": 161.21875, "Shape__Length": 66.154850110399465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179752425389097, 39.992299691537603 ], [ -75.179992648963903, 39.992331587182498 ], [ -75.180001370476305, 39.992291063085503 ], [ -75.179761133036294, 39.992259537460498 ], [ -75.179752425389097, 39.992299691537603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2307 N 27TH ST", "addr_range": "2301-2315 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1127, "objectid": 1050, "Shape__Area": 178.6328125, "Shape__Length": 68.678524972757458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176473102652196, 39.990759217400701 ], [ -75.176464402556903, 39.990802433076901 ], [ -75.176548671404305, 39.990812946057602 ], [ -75.176710486401902, 39.990836046612799 ], [ -75.176720068635504, 39.990791093725598 ], [ -75.176473102652196, 39.990759217400701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2459 N MARSTON ST", "addr_range": "2459 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1078, "objectid": 1051, "Shape__Area": 170.9453125, "Shape__Length": 71.964124680216401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176733499571796, 39.993504447973997 ], [ -75.177003750740198, 39.993538248343398 ], [ -75.177013507762496, 39.993500311921999 ], [ -75.176745917164794, 39.993466571217198 ], [ -75.176733499571796, 39.993504447973997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2632 W YORK ST", "addr_range": "2632-2634 W YORK ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 684, "objectid": 1052, "Shape__Area": 108.4296875, "Shape__Length": 50.545300689500039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175885785082798, 39.991790173326301 ], [ -75.175858207013604, 39.991924493092903 ], [ -75.175906770927597, 39.991930998176301 ], [ -75.175934285971394, 39.991796144488703 ], [ -75.175885785082798, 39.991790173326301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2731 W YORK ST", "addr_range": "2731 W YORK ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 767, "objectid": 1053, "Shape__Area": 121.5859375, "Shape__Length": 51.459101812569692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177394450653793, 39.992411352784899 ], [ -75.177448633762097, 39.992418337244096 ], [ -75.1774787817521, 39.992285799296802 ], [ -75.177423753720404, 39.992279537445 ], [ -75.177409426670494, 39.992340745504698 ], [ -75.177392928213195, 39.992411156480699 ], [ -75.177394450653793, 39.992411352784899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2310 N MYRTLEWOOD ST", "addr_range": "2308-2314 N MYRTLEWOOD ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 635, "objectid": 1054, "Shape__Area": 100.75390625, "Shape__Length": 48.147593598155488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180948271114303, 39.991420323209397 ], [ -75.1811140307572, 39.991441716375 ], [ -75.181121857895505, 39.991405429466099 ], [ -75.180990069549793, 39.991387924060497 ], [ -75.180955742567605, 39.9913840274479 ], [ -75.180948271114303, 39.991420323209397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2616 W YORK ST", "addr_range": "2616-2624 W YORK ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 730, "objectid": 1055, "Shape__Area": 115.75, "Shape__Length": 51.467806529149144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175466571022895, 39.991874297144399 ], [ -75.175517889679298, 39.9918810588008 ], [ -75.175545931381905, 39.991745619630798 ], [ -75.175494361117302, 39.9917388541433 ], [ -75.175466571022895, 39.991874297144399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2306 N 30TH ST", "addr_range": "2302-2306 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1130, "objectid": 1056, "Shape__Area": 179.1640625, "Shape__Length": 67.354211563660357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181502940583698, 39.991704773164599 ], [ -75.181742389777597, 39.9917354873485 ], [ -75.181751281849301, 39.991690454700297 ], [ -75.181511375364593, 39.991659601454202 ], [ -75.181502940583698, 39.991704773164599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2305 N 27TH ST", "addr_range": "2301-2315 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1338, "objectid": 1057, "Shape__Area": 212.16015625, "Shape__Length": 71.011215638186826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176483359135901, 39.990707573417303 ], [ -75.176473102652196, 39.990759217400701 ], [ -75.176720068635504, 39.990791093725598 ], [ -75.176730750011401, 39.990739298869897 ], [ -75.176483359135901, 39.990707573417303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2624 W YORK ST", "addr_range": "2616-2624 W YORK ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 734, "objectid": 1058, "Shape__Area": 116.41015625, "Shape__Length": 51.523783636304408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175661885938794, 39.991899376796098 ], [ -75.175713464201294, 39.991905965786302 ], [ -75.175741261153604, 39.991770329172503 ], [ -75.175689164491303, 39.991764130417302 ], [ -75.175661885938794, 39.991899376796098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2620 W YORK ST", "addr_range": "2616-2624 W YORK ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 664, "objectid": 1059, "Shape__Area": 105.33984375, "Shape__Length": 50.439703558281735 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175592002380199, 39.991751506705498 ], [ -75.175564524894796, 39.991887020709299 ], [ -75.175611297854502, 39.991893211842097 ], [ -75.175638821684302, 39.991757585341098 ], [ -75.175592002380199, 39.991751506705498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2445 N 29TH ST", "addr_range": "2445 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1112, "objectid": 1060, "Shape__Area": 176.33984375, "Shape__Length": 68.377822368029683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178995060915497, 39.993424474713997 ], [ -75.178992035774996, 39.9934240852944 ], [ -75.178983839325696, 39.993423030428097 ], [ -75.178983063806299, 39.993428043401302 ], [ -75.178974186900305, 39.993465999678698 ], [ -75.178982946260604, 39.993467131125797 ], [ -75.178985885960302, 39.993467518631803 ], [ -75.179221053650707, 39.993497997897101 ], [ -75.179230394028593, 39.993455005422199 ], [ -75.178995060915497, 39.993424474713997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2413 N 30TH ST", "addr_range": "2409-2413 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1007, "objectid": 1061, "Shape__Area": 159.578125, "Shape__Length": 64.094645716078844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181047835488499, 39.993000400890701 ], [ -75.180825843730801, 39.992971784414102 ], [ -75.180818147586905, 39.992970789530901 ], [ -75.180810012991799, 39.993012407128397 ], [ -75.180816853136804, 39.993013300860497 ], [ -75.181038671304904, 39.993042638779698 ], [ -75.181047835488499, 39.993000400890701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2715 W YORK ST", "addr_range": "2701-2725 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 865, "objectid": 1062, "Shape__Area": 137.11328125, "Shape__Length": 66.410129471368975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176866071375798, 39.9924051350242 ], [ -75.176908926184495, 39.992413526352003 ], [ -75.176949756960198, 39.992219231195001 ], [ -75.176907469424293, 39.992214173724904 ], [ -75.176866071375798, 39.9924051350242 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2302 N 30TH ST", "addr_range": "2302-2306 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1183, "objectid": 1063, "Shape__Area": 187.52734375, "Shape__Length": 68.138606228271385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181522063037306, 39.991614205348299 ], [ -75.1817616842456, 39.991645907251304 ], [ -75.181771967647407, 39.991599519078299 ], [ -75.181772245693693, 39.991598299925798 ], [ -75.1816779240594, 39.991586436915497 ], [ -75.1815305819472, 39.991567923672903 ], [ -75.181529687620994, 39.991572738481203 ], [ -75.181522063037306, 39.991614205348299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2339 N 27TH ST", "addr_range": "2337-2347 N 27TH ST; 2645-2647 W ARIZONA ST; 2638-2646 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 916, "objectid": 1064, "Shape__Area": 145.2421875, "Shape__Length": 58.69818535774148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176297823529794, 39.991797526305803 ], [ -75.176501980980902, 39.991823237086003 ], [ -75.176510643637101, 39.991780455755297 ], [ -75.1763062630408, 39.991754547167602 ], [ -75.176297823529794, 39.991797526305803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3010 W DAUPHIN ST", "addr_range": "3010-3020 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1352, "objectid": 1065, "Shape__Area": 214.31640625, "Shape__Length": 78.657775376479378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181943745241298, 39.991178091109497 ], [ -75.182002103390801, 39.991185457868397 ], [ -75.182046759751699, 39.990962231596797 ], [ -75.181989203011796, 39.990955236883501 ], [ -75.181943745241298, 39.991178091109497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2462 N MARSTON ST", "addr_range": "2462-2464 MARSTON ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 718, "objectid": 1066, "Shape__Area": 113.78515625, "Shape__Length": 51.380483104776253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177136737978103, 39.993589992024702 ], [ -75.177313582873595, 39.993613202309902 ], [ -75.177322449116502, 39.993574439495603 ], [ -75.177145027337801, 39.993551555071498 ], [ -75.177137627456801, 39.993585901547902 ], [ -75.177136737978103, 39.993589992024702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2326 N 29TH ST", "addr_range": "2326 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 812, "objectid": 1067, "Shape__Area": 128.76171875, "Shape__Length": 53.84268510957375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1798950739242, 39.9916332230151 ], [ -75.179886403595603, 39.991675180857598 ], [ -75.180069744586902, 39.991699903783903 ], [ -75.180078151388798, 39.991657230033397 ], [ -75.1798950739242, 39.9916332230151 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2323 N 27TH ST", "addr_range": "2321-2323 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1032, "objectid": 1068, "Shape__Area": 163.68359375, "Shape__Length": 66.464832070208232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176399095674, 39.991225030856299 ], [ -75.176622040356307, 39.991253193584598 ], [ -75.176631062357799, 39.991212548493401 ], [ -75.176401955324593, 39.991183297040998 ], [ -75.176389859425598, 39.991181751797299 ], [ -75.176380824455507, 39.991222735362399 ], [ -75.176385975186406, 39.991223382449 ], [ -75.1763936102641, 39.9912243438297 ], [ -75.176399095674, 39.991225030856299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2537 W ARIZONA ST", "addr_range": "2527-2543 W ARIZONA", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 505, "objectid": 1069, "Shape__Area": 80.18359375, "Shape__Length": 44.475741225278092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174395039615206, 39.991585781974599 ], [ -75.174434332597102, 39.9915908056253 ], [ -75.174435606176701, 39.991584837966101 ], [ -75.174459959291795, 39.9914704503908 ], [ -75.174418992192798, 39.9914653405271 ], [ -75.174396228962607, 39.991579811524701 ], [ -75.174395039615206, 39.991585781974599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2543 W ARIZONA ST", "addr_range": "2527-2543 W ARIZONA", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 557, "objectid": 1070, "Shape__Area": 88.296875, "Shape__Length": 45.344797289930426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174588271218298, 39.991486741038102 ], [ -75.174543118187202, 39.9914815201778 ], [ -75.174520762890793, 39.991595711123601 ], [ -75.174519597138598, 39.991601584794701 ], [ -75.174543395303999, 39.991604585750103 ], [ -75.1745631263652, 39.991607091790499 ], [ -75.174564331790293, 39.991601283882098 ], [ -75.174588271218298, 39.991486741038102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2345 N 27TH ST", "addr_range": "2337-2347 N 27TH ST; 2645-2647 W ARIZONA ST; 2638-2646 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1011, "objectid": 1071, "Shape__Area": 160.3125, "Shape__Length": 61.784295921927097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176258429044694, 39.991927859116402 ], [ -75.176473849222702, 39.991954982082 ], [ -75.176483089, 39.991910295438601 ], [ -75.176279942815398, 39.991884414489398 ], [ -75.176267673989102, 39.991882977984602 ], [ -75.176258429044694, 39.991927859116402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2315 N 27TH ST", "addr_range": "2301-2315 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1035, "objectid": 1072, "Shape__Area": 164.12109375, "Shape__Length": 66.759835476001712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176415990466694, 39.991052412714097 ], [ -75.176428297050094, 39.991053961778498 ], [ -75.176657966216496, 39.991082741947501 ], [ -75.176666957050799, 39.991042887243701 ], [ -75.176436741066098, 39.991012497335397 ], [ -75.176423709060501, 39.991010771626399 ], [ -75.176422153329, 39.991019181927101 ], [ -75.176415990466694, 39.991052412714097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2219 N 22ND ST", "addr_range": "2209-2227 N 22ND ST; 2141-2143 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1614, "objectid": 1073, "Shape__Area": 255.79296875, "Shape__Length": 92.27145322105747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168940236596598, 39.988453682840401 ], [ -75.168669743650995, 39.988416939118302 ], [ -75.168659635566897, 39.988461202961098 ], [ -75.168931934589096, 39.988497277318899 ], [ -75.169011338730101, 39.9885077838358 ], [ -75.169020482745694, 39.988464593920902 ], [ -75.168940236596598, 39.988453682840401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2227 N 22ND ST", "addr_range": "2209-2227 N 22ND ST; 2141-2143 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1615, "objectid": 1074, "Shape__Area": 255.98046875, "Shape__Length": 92.329749790038008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168620547917996, 39.988638317401403 ], [ -75.168898075586895, 39.988675219417701 ], [ -75.168972222959894, 39.988685076143902 ], [ -75.168979910119702, 39.988651525855801 ], [ -75.168980999065496, 39.988644941405497 ], [ -75.168981575639194, 39.9886413593252 ], [ -75.1689064278318, 39.988631352162301 ], [ -75.168630047693696, 39.9885945885975 ], [ -75.168620547917996, 39.988638317401403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2509 N STANLEY ST", "addr_range": "2501-2523 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 738, "objectid": 1075, "Shape__Area": 117.10546875, "Shape__Length": 51.472674653100299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181609479737702, 39.9945547248577 ], [ -75.181784932677303, 39.994578785415101 ], [ -75.181793693963797, 39.994538923433801 ], [ -75.181618547199093, 39.994514451669502 ], [ -75.181609479737702, 39.9945547248577 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1621 W SUSQUEHANNA AVE", "addr_range": "1617-1623 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 975, "objectid": 1076, "Shape__Area": 154.640625, "Shape__Length": 60.9591698129477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160154835083901, 39.987051402609602 ], [ -75.160206401791299, 39.987057643422602 ], [ -75.160211701302003, 39.987058278384403 ], [ -75.160230591898895, 39.986975026317502 ], [ -75.160239164974797, 39.986937612227102 ], [ -75.160249318196605, 39.986895559316203 ], [ -75.160244374411903, 39.986894964819101 ], [ -75.160191435390601, 39.986888499335997 ], [ -75.160154835083901, 39.987051402609602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2545 N STANLEY ST", "addr_range": "2529-2531, 2535-2545 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 734, "objectid": 1077, "Shape__Area": 116.48046875, "Shape__Length": 52.043482431237848 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181452025126504, 39.995250524247297 ], [ -75.181631002064904, 39.995275678392403 ], [ -75.181639988216304, 39.995237030606603 ], [ -75.181460781096106, 39.995211274853901 ], [ -75.181452025126504, 39.995250524247297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1607 W YORK ST", "addr_range": "1607 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1141, "objectid": 1078, "Shape__Area": 180.94140625, "Shape__Length": 65.507453964821224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159451660689896, 39.989951373561098 ], [ -75.159389416933394, 39.989942585768901 ], [ -75.159351451895802, 39.990117064946602 ], [ -75.159413498821706, 39.990126042031903 ], [ -75.159451660689896, 39.989951373561098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2555 N STANLEY ST", "addr_range": "2553-2561 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 740, "objectid": 1079, "Shape__Area": 117.39453125, "Shape__Length": 52.281120082617399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181407791076794, 39.995444745483702 ], [ -75.181588375622297, 39.995469532004698 ], [ -75.181596985230996, 39.995430279327401 ], [ -75.181417077319395, 39.995405910710097 ], [ -75.181407791076794, 39.995444745483702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2628 N 29TH ST", "addr_range": "2628-2630 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1066, "objectid": 1080, "Shape__Area": 168.9453125, "Shape__Length": 67.76720326480617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178906038783296, 39.996159228245901 ], [ -75.179152160900003, 39.996192370214096 ], [ -75.179160651863, 39.996151309404198 ], [ -75.178914841341793, 39.996117707706503 ], [ -75.178906038783296, 39.996159228245901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2239 N 19TH ST", "addr_range": "2237-2259 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1108, "objectid": 1081, "Shape__Area": 175.6171875, "Shape__Length": 69.849567307510682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163641479526007, 39.988204879219197 ], [ -75.163897122872896, 39.988238043109497 ], [ -75.163905154298604, 39.988196070961003 ], [ -75.163649828839894, 39.9881639450102 ], [ -75.163641479526007, 39.988204879219197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2914 W LEHIGH AVE", "addr_range": "2912-2914 W LEHIGH AVE", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1281, "objectid": 1082, "Shape__Area": 203.16015625, "Shape__Length": 75.730601495623787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179065594498297, 39.996996322477401 ], [ -75.179122689847006, 39.997003936218 ], [ -75.179172667094804, 39.996791645712896 ], [ -75.179115366370198, 39.996783334516302 ], [ -75.179065594498297, 39.996996322477401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2507 N STANLEY ST", "addr_range": "2501-2523 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 712, "objectid": 1083, "Shape__Area": 112.9453125, "Shape__Length": 51.035058056066795 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181618547199093, 39.994514451669502 ], [ -75.181793693963797, 39.994538923433801 ], [ -75.181802427138393, 39.994500269077399 ], [ -75.1816272821642, 39.994475814483501 ], [ -75.181618547199093, 39.994514451669502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2620 N 29TH ST", "addr_range": "2618-2622 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1061, "objectid": 1084, "Shape__Area": 168.28515625, "Shape__Length": 67.458030377094857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1789404988222, 39.995994177158202 ], [ -75.179184533197898, 39.996028174220399 ], [ -75.179193788523193, 39.995986324122804 ], [ -75.178949004185498, 39.9959533266194 ], [ -75.1789404988222, 39.995994177158202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2606 N 29TH ST", "addr_range": "2600-2614 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1069, "objectid": 1085, "Shape__Area": 169.49609375, "Shape__Length": 67.469754408160355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179001621277706, 39.995707292090998 ], [ -75.179245356220207, 39.995740848053003 ], [ -75.179254497871497, 39.995698656625898 ], [ -75.179010120826604, 39.995666005329497 ], [ -75.179001621277706, 39.995707292090998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2263 N 16TH ST", "addr_range": "2255-2265 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1011, "objectid": 1086, "Shape__Area": 160.30078125, "Shape__Length": 65.103967637589548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158842047742795, 39.988101415933897 ], [ -75.159076743787097, 39.988130925409202 ], [ -75.159086299568898, 39.988090309733401 ], [ -75.159080480518099, 39.988089566584399 ], [ -75.158851276210996, 39.988060018911398 ], [ -75.158842047742795, 39.988101415933897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2330 N 16TH ST", "addr_range": "2324-2330 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1555, "objectid": 1087, "Shape__Area": 246.44140625, "Shape__Length": 87.607213800846168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159351896263701, 39.989076505019398 ], [ -75.159377662697196, 39.9890795202421 ], [ -75.159387202741001, 39.9890343108043 ], [ -75.1590611206055, 39.988989745582103 ], [ -75.159058348609506, 39.988989360443703 ], [ -75.159048386002596, 39.989033481802799 ], [ -75.159351896263701, 39.989076505019398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2328 N 16TH ST", "addr_range": "2324-2330 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1540, "objectid": 1088, "Shape__Area": 244.07421875, "Shape__Length": 87.400514988052834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159058348609506, 39.988989360443703 ], [ -75.159387202741001, 39.9890343108043 ], [ -75.159395716453005, 39.9889896899913 ], [ -75.159068042684893, 39.988944540140103 ], [ -75.159058348609506, 39.988989360443703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2540 N STANLEY ST", "addr_range": "2540-2548 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 725, "objectid": 1089, "Shape__Area": 115.01171875, "Shape__Length": 51.097069829635359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181755302730707, 39.995214271590001 ], [ -75.1819291820659, 39.995237891225202 ], [ -75.181938589122794, 39.995198641050699 ], [ -75.181763832361895, 39.995174404426599 ], [ -75.181755302730707, 39.995214271590001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2535 N STANLEY ST", "addr_range": "2529-2531, 2535-2545 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 747, "objectid": 1090, "Shape__Area": 118.5234375, "Shape__Length": 52.086277364151741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181495844501598, 39.995056698272798 ], [ -75.181674026192198, 39.9950818345675 ], [ -75.181682924256293, 39.995042169369903 ], [ -75.181504906538095, 39.995016634004301 ], [ -75.181495844501598, 39.995056698272798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2506 N STANLEY ST", "addr_range": "2500-2508 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 708, "objectid": 1091, "Shape__Area": 112.328125, "Shape__Length": 51.048310419271068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181900731981003, 39.994553181824003 ], [ -75.182076429418899, 39.994577439319102 ], [ -75.182085030367602, 39.994538993723999 ], [ -75.181909325127293, 39.994514945099702 ], [ -75.181900731981003, 39.994553181824003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2259 N 22ND ST", "addr_range": "2264-2266 N VAN PELT ST; 2255-2263 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1595, "objectid": 1092, "Shape__Area": 252.7578125, "Shape__Length": 92.090257244547601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168468341063601, 39.989347229570797 ], [ -75.168819842881803, 39.989393709092198 ], [ -75.168828967588496, 39.989349924084998 ], [ -75.168477847003899, 39.989304483921103 ], [ -75.168468341063601, 39.989347229570797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1617 W SUSQUEHANNA AVE", "addr_range": "1617-1623 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1032, "objectid": 1093, "Shape__Area": 163.61328125, "Shape__Length": 61.723782874493097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1600369549828, 39.987036668075298 ], [ -75.160097361550797, 39.987043528290698 ], [ -75.1601339535394, 39.986880785225701 ], [ -75.160073688044307, 39.9868729938554 ], [ -75.1600369549828, 39.987036668075298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2531 N STANLEY ST", "addr_range": "2529-2531, 2535-2545 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 683, "objectid": 1094, "Shape__Area": 108.37109375, "Shape__Length": 51.041755239313559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181513716658003, 39.994975951411497 ], [ -75.181692007585198, 39.995001508195898 ], [ -75.181699596588601, 39.994964860923702 ], [ -75.181522219540994, 39.994939550751504 ], [ -75.181513716658003, 39.994975951411497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2214 N 19TH ST", "addr_range": "2212-2218 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 889, "objectid": 1095, "Shape__Area": 140.93359375, "Shape__Length": 60.093541116407067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164183635701505, 39.987763144417499 ], [ -75.164398417518996, 39.9877906157501 ], [ -75.164407066083101, 39.987750607274101 ], [ -75.164192244489001, 39.987724183840598 ], [ -75.164183635701505, 39.987763144417499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2355 N OPAL ST", "addr_range": "2353-2359 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 692, "objectid": 1096, "Shape__Area": 109.6953125, "Shape__Length": 48.692110176271449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164375074977798, 39.990195281067002 ], [ -75.164537408662895, 39.990216750018703 ], [ -75.164546241956501, 39.990176295183801 ], [ -75.164383269129104, 39.990154601907903 ], [ -75.164375074977798, 39.990195281067002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2501 N STANLEY ST", "addr_range": "2501-2523 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 816, "objectid": 1097, "Shape__Area": 129.35546875, "Shape__Length": 52.725578251532838 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181653653431994, 39.9943554097039 ], [ -75.1816435180544, 39.994399512619403 ], [ -75.181819222323099, 39.994423576954901 ], [ -75.181828946463298, 39.994379255791202 ], [ -75.181653653431994, 39.9943554097039 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2508 N STANLEY ST", "addr_range": "2500-2508 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 740, "objectid": 1098, "Shape__Area": 117.36328125, "Shape__Length": 51.502441751240895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181892194309, 39.994593854317998 ], [ -75.182067385336893, 39.994617101274699 ], [ -75.182076429418899, 39.994577439319102 ], [ -75.181900731981003, 39.994553181824003 ], [ -75.181892194309, 39.994593854317998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1919 W SUSQUEHANNA AVE", "addr_range": "1913-1923 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1287, "objectid": 1099, "Shape__Area": 204.08203125, "Shape__Length": 74.875056846696395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164687774047493, 39.987472657558001 ], [ -75.164643150136399, 39.987682048478497 ], [ -75.164701900870497, 39.987690029456701 ], [ -75.164746163956394, 39.9874807583342 ], [ -75.164687774047493, 39.987472657558001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1930 W YORK ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 909, "objectid": 1100, "Shape__Area": 144.171875, "Shape__Length": 61.509131617008222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164644748020095, 39.990489320157401 ], [ -75.164696257240394, 39.9904960098998 ], [ -75.164732905458393, 39.990326593942001 ], [ -75.164682288793301, 39.990319570218396 ], [ -75.164644748020095, 39.990489320157401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2515 N STANLEY ST", "addr_range": "2501-2523 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 723, "objectid": 1101, "Shape__Area": 114.6015625, "Shape__Length": 51.362402878137686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181582785598394, 39.994673688898303 ], [ -75.181758726373204, 39.994698177572197 ], [ -75.181767337569099, 39.994658908702903 ], [ -75.181590856076397, 39.9946348431289 ], [ -75.181582785598394, 39.994673688898303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2511 N STANLEY ST", "addr_range": "2501-2523 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 747, "objectid": 1102, "Shape__Area": 118.44140625, "Shape__Length": 51.689396865264911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181599755301093, 39.994595177963298 ], [ -75.181776138638, 39.994619048513599 ], [ -75.181779127271497, 39.994605413721501 ], [ -75.181784932677303, 39.994578785415101 ], [ -75.181609479737702, 39.9945547248577 ], [ -75.181599755301093, 39.994595177963298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2309 N CROSKEY ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 650, "objectid": 1103, "Shape__Area": 103.0703125, "Shape__Length": 47.414803123479935 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1692539465718, 39.989825890275903 ], [ -75.169203332799498, 39.989819868737897 ], [ -75.169195508476307, 39.989858137268797 ], [ -75.169355377820395, 39.9898782555316 ], [ -75.169362967338103, 39.989839012221502 ], [ -75.169308892487194, 39.989832025414103 ], [ -75.1692539465718, 39.989825890275903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2449 N 19TH ST", "addr_range": "2441-2449 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1024, "objectid": 1104, "Shape__Area": 162.375, "Shape__Length": 65.831036789511415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162934528523806, 39.991483745017 ], [ -75.162943014656506, 39.991484871541303 ], [ -75.163172044362, 39.991515470004998 ], [ -75.163181044588598, 39.991474502734903 ], [ -75.162943182341806, 39.991442496045899 ], [ -75.162939155728694, 39.991464585593903 ], [ -75.162934528523806, 39.991483745017 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2338 N 20TH ST", "addr_range": "2334-2348 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1220, "objectid": 1105, "Shape__Area": 193.38671875, "Shape__Length": 73.994861308077162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165308475926807, 39.990032392424098 ], [ -75.165579893581594, 39.990069745034504 ], [ -75.1655897271322, 39.990026136578102 ], [ -75.165317906280094, 39.989990549006201 ], [ -75.165308475926807, 39.990032392424098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2454 N GRATZ ST", "addr_range": "2452-2454 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 703, "objectid": 1106, "Shape__Area": 111.44921875, "Shape__Length": 51.078749252997738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162915840268894, 39.991541354617503 ], [ -75.162921324950702, 39.991542058492399 ], [ -75.162924742968599, 39.991526596614499 ], [ -75.162929498414599, 39.991504071184401 ], [ -75.162924201554006, 39.991503387761398 ], [ -75.162919967783495, 39.991502841827497 ], [ -75.1627530235845, 39.991481329794397 ], [ -75.162744251158102, 39.991519078336999 ], [ -75.162911626427302, 39.991540808231498 ], [ -75.162915840268894, 39.991541354617503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2565 N NAPA ST", "addr_range": "2565 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 656, "objectid": 1107, "Shape__Area": 104.0078125, "Shape__Length": 49.335184670388301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182508156473403, 39.995722941262201 ], [ -75.182678439811099, 39.9957452881603 ], [ -75.1826869299679, 39.995708063619297 ], [ -75.182668324933502, 39.9957057301568 ], [ -75.182516130786695, 39.995686689997598 ], [ -75.182515133082603, 39.995695323682597 ], [ -75.182508156473403, 39.995722941262201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2441 N 19TH ST", "addr_range": "2441-2449 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1055, "objectid": 1108, "Shape__Area": 167.33203125, "Shape__Length": 66.169209658747718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163217663241099, 39.991304377403701 ], [ -75.162980512624799, 39.991272370598402 ], [ -75.162972818785093, 39.9913065637299 ], [ -75.162971449747999, 39.991314979895698 ], [ -75.163209666495803, 39.991346463827199 ], [ -75.163217663241099, 39.991304377403701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2334 N 20TH ST", "addr_range": "2334-2348 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1200, "objectid": 1109, "Shape__Area": 190.203125, "Shape__Length": 73.745788285842693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165327429695097, 39.989949060881202 ], [ -75.165598755191596, 39.989986056379102 ], [ -75.165608506975801, 39.989944041778003 ], [ -75.165337305702096, 39.989907049096701 ], [ -75.165327429695097, 39.989949060881202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1901 W DAUPHIN ST", "addr_range": "1901-1915 W DAUPHIN ST; 2308-2316 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1038, "objectid": 1110, "Shape__Area": 164.57421875, "Shape__Length": 66.40649608557294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1638712856019, 39.989177876989999 ], [ -75.163924836805904, 39.989184869901798 ], [ -75.163926978425394, 39.989175971071198 ], [ -75.163964862601603, 39.989000522941403 ], [ -75.163913168627005, 39.9889937638074 ], [ -75.163911272397797, 39.988993512047003 ], [ -75.1638712856019, 39.989177876989999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2405 N 19TH ST", "addr_range": "2401-2409 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1059, "objectid": 1111, "Shape__Area": 167.9296875, "Shape__Length": 65.968358786548777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163151259552095, 39.990557015572897 ], [ -75.163375405008694, 39.990587552275898 ], [ -75.163385382863595, 39.990544592354702 ], [ -75.163160922925996, 39.990514596397901 ], [ -75.163156750662907, 39.9905140671749 ], [ -75.163149170263594, 39.990512783576698 ], [ -75.163140938463897, 39.990550125355199 ], [ -75.163139770358697, 39.9905554510621 ], [ -75.163147358782794, 39.990556493369397 ], [ -75.163151259552095, 39.990557015572897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3025 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 661, "objectid": 1112, "Shape__Area": 104.90234375, "Shape__Length": 48.357475190275736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181014434133402, 39.997035439459601 ], [ -75.181064543457197, 39.997042170570303 ], [ -75.181093541734597, 39.9969166339569 ], [ -75.181043321581697, 39.996910078776502 ], [ -75.181014434133402, 39.997035439459601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2400 N CLEVELAND ST", "addr_range": "2400 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 913, "objectid": 1113, "Shape__Area": 144.69140625, "Shape__Length": 54.61640912737834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162692324028797, 39.9904077833732 ], [ -75.162699058239397, 39.990408709145598 ], [ -75.162709794710494, 39.990359591712597 ], [ -75.162702997239293, 39.990358696951297 ], [ -75.162696116083595, 39.990357784985903 ], [ -75.162531953351703, 39.990335933411103 ], [ -75.162521008313803, 39.990384464973303 ], [ -75.162685506720905, 39.990406855727102 ], [ -75.162692324028797, 39.9904077833732 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2413 N 19TH ST", "addr_range": "2413-2419 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1069, "objectid": 1114, "Shape__Area": 169.515625, "Shape__Length": 65.99353282547716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163102384725605, 39.990724867101797 ], [ -75.163337427221805, 39.990756568499002 ], [ -75.163348279286097, 39.9907137237889 ], [ -75.163111843992894, 39.990681749547697 ], [ -75.163104786439405, 39.990708591222798 ], [ -75.163102384725605, 39.990724867101797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2306 N 22ND ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1094, "objectid": 1115, "Shape__Area": 173.3515625, "Shape__Length": 66.669343035272604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168952467173398, 39.989806441171297 ], [ -75.169190242312794, 39.989837353203299 ], [ -75.169200013090801, 39.989793115072104 ], [ -75.168961322556001, 39.989763084387199 ], [ -75.168952467173398, 39.989806441171297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2601 N 29TH ST", "addr_range": "2601-2613 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1169, "objectid": 1116, "Shape__Area": 185.27734375, "Shape__Length": 69.684960266924307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178522629074394, 39.995519778109603 ], [ -75.178772474135599, 39.995554680229802 ], [ -75.178782335107996, 39.995509555938099 ], [ -75.178577082244402, 39.995482020219796 ], [ -75.1785317900206, 39.995475943718603 ], [ -75.178530895646404, 39.995480226911297 ], [ -75.178522629074394, 39.995519778109603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2349 N GARNET ST", "addr_range": "2345-2349 GARNET ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 730, "objectid": 1117, "Shape__Area": 115.68359375, "Shape__Length": 52.270872549082128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163938230150094, 39.990017422558502 ], [ -75.1641197519874, 39.9900418391721 ], [ -75.164122030957003, 39.990030994536198 ], [ -75.164127771878398, 39.990003494237101 ], [ -75.163946732337806, 39.989979088500498 ], [ -75.163938230150094, 39.990017422558502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2937 W OAKDALE ST", "addr_range": "2933-2937 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 608, "objectid": 1118, "Shape__Area": 96.375, "Shape__Length": 45.636293361374612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179715235297195, 39.996851348340002 ], [ -75.179763466223903, 39.996858426300697 ], [ -75.179791465650695, 39.996741667768198 ], [ -75.179784813651096, 39.996740745759602 ], [ -75.179740842035102, 39.996734666889601 ], [ -75.179715235297195, 39.996851348340002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2503 N 28TH ST", "addr_range": "2501-2507 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1352, "objectid": 1119, "Shape__Area": 214.33984375, "Shape__Length": 80.184675992280347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177209132068796, 39.993857589653501 ], [ -75.177507911646799, 39.9938973964544 ], [ -75.177517252291906, 39.993854952815902 ], [ -75.177219129749105, 39.993813856097297 ], [ -75.177209132068796, 39.993857589653501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1909 W DAUPHIN ST", "addr_range": "1901-1915 W DAUPHIN ST; 2308-2316 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 987, "objectid": 1120, "Shape__Area": 156.43359375, "Shape__Length": 63.734808845974626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164123802818494, 39.989021883651198 ], [ -75.164085028308094, 39.989197006321 ], [ -75.164138676988301, 39.989204147292902 ], [ -75.164177450130396, 39.989029057013703 ], [ -75.164123802818494, 39.989021883651198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2603 N 29TH ST", "addr_range": "2601-2613 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1129, "objectid": 1121, "Shape__Area": 178.99609375, "Shape__Length": 69.175029834803823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178513682712506, 39.9955633902524 ], [ -75.178763402002502, 39.995597193942103 ], [ -75.178772474135599, 39.995554680229802 ], [ -75.178522629074394, 39.995519778109603 ], [ -75.178513682712506, 39.9955633902524 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2322 N 20TH ST", "addr_range": "2322-2324 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1130, "objectid": 1122, "Shape__Area": 179.171875, "Shape__Length": 73.132906894368048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165384733126601, 39.989695013517697 ], [ -75.165656873092999, 39.989731511860697 ], [ -75.165665750177297, 39.989692072484303 ], [ -75.165393973427697, 39.989655421957202 ], [ -75.165384733126601, 39.989695013517697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2849 W OAKDALE ST", "addr_range": "2847-2849 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 622, "objectid": 1123, "Shape__Area": 98.625, "Shape__Length": 46.724487039939724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1783120095252, 39.996709725435402 ], [ -75.178361076173005, 39.996716321751599 ], [ -75.178387791535997, 39.996595328822004 ], [ -75.178338974232901, 39.996588770537798 ], [ -75.1783120095252, 39.996709725435402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2416 N OPAL ST", "addr_range": "2416-2422 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 747, "objectid": 1124, "Shape__Area": 118.37890625, "Shape__Length": 51.953549829021668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164665747118804, 39.990954431392197 ], [ -75.164663641947698, 39.990954158721003 ], [ -75.164496501960699, 39.990932274477402 ], [ -75.164487994995895, 39.990972431217003 ], [ -75.164655388692395, 39.990994207657501 ], [ -75.164657120017495, 39.990994423253397 ], [ -75.164665795687895, 39.990995554821303 ], [ -75.164670627320206, 39.9909715966322 ], [ -75.164674277135703, 39.990955542559597 ], [ -75.164665747118804, 39.990954431392197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2600 N HOLLYWOOD ST", "addr_range": "2600-2602 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 662, "objectid": 1125, "Shape__Area": 104.94140625, "Shape__Length": 49.287329977636375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179718245399002, 39.995662778255102 ], [ -75.179724391289199, 39.995664286307601 ], [ -75.179732198161702, 39.995626369990298 ], [ -75.179563378971594, 39.995604181226298 ], [ -75.179561752815601, 39.995611705192402 ], [ -75.179555192308598, 39.995641606087901 ], [ -75.179718245399002, 39.995662778255102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "30 FARSON ST", "addr_range": "26-30 N FARSON ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 785, "objectid": 1126, "Shape__Area": 124.40234375, "Shape__Length": 52.876157713289338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221845603997906, 39.9604024014792 ], [ -75.222025870815202, 39.960423959347402 ], [ -75.222034766814005, 39.960381955268303 ], [ -75.221854282442195, 39.960361149457 ], [ -75.221845603997906, 39.9604024014792 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2453 N GRATZ ST", "addr_range": "2453 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 715, "objectid": 1127, "Shape__Area": 113.4453125, "Shape__Length": 51.333548667336508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162478895165506, 39.991410510629798 ], [ -75.162655342468994, 39.991435105216397 ], [ -75.162663568417798, 39.991396297380803 ], [ -75.162486539891503, 39.991372141110901 ], [ -75.162480404637407, 39.991402806733703 ], [ -75.162478895165506, 39.991410510629798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2460 N CLEVELAND ST", "addr_range": "2460-2464 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 724, "objectid": 1128, "Shape__Area": 114.88671875, "Shape__Length": 51.041503421586654 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162433244052394, 39.991598776828098 ], [ -75.162436747031805, 39.991599226115 ], [ -75.162444452224193, 39.991564773776297 ], [ -75.1624449841065, 39.991560160852202 ], [ -75.162441731630693, 39.991559716311798 ], [ -75.162436914607696, 39.991559075219101 ], [ -75.162271341792504, 39.9915367725755 ], [ -75.162261688513098, 39.991576725837 ], [ -75.162428822495897, 39.991598209523502 ], [ -75.162433244052394, 39.991598776828098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2443 N 19TH ST", "addr_range": "2441-2449 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1024, "objectid": 1129, "Shape__Area": 162.32421875, "Shape__Length": 65.893086405433422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162963900727405, 39.991345340666797 ], [ -75.162961727349696, 39.991356205684703 ], [ -75.1632003313848, 39.991386874833097 ], [ -75.163209666495803, 39.991346463827199 ], [ -75.162971449747999, 39.991314979895698 ], [ -75.162963900727405, 39.991345340666797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3031 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 646, "objectid": 1130, "Shape__Area": 102.3984375, "Shape__Length": 48.188293739163072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181193043275599, 39.996929693510097 ], [ -75.181164300318898, 39.997055670145102 ], [ -75.181205721916896, 39.997061562553597 ], [ -75.181212825624399, 39.9970621891447 ], [ -75.181241885868104, 39.996936122290499 ], [ -75.181193043275599, 39.996929693510097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2347 N GARNET ST", "addr_range": "2345-2349 GARNET ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 695, "objectid": 1131, "Shape__Area": 110.1328125, "Shape__Length": 51.693138350619591 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163946732337806, 39.989979088500498 ], [ -75.164127771878398, 39.990003494237101 ], [ -75.164135948794893, 39.9899670855173 ], [ -75.163954916719206, 39.989942486241297 ], [ -75.163946732337806, 39.989979088500498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2648 N CORLIES ST", "addr_range": "2644-2650 N CORLIES ST; 2649 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 694, "objectid": 1132, "Shape__Area": 110.1328125, "Shape__Length": 51.232937046224649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180930810897806, 39.9967705261462 ], [ -75.181108912381504, 39.996796224556597 ], [ -75.181117163918998, 39.996758737983001 ], [ -75.180939302411005, 39.996733882893402 ], [ -75.180930810897806, 39.9967705261462 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2847 W OAKDALE ST", "addr_range": "2847-2849 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 631, "objectid": 1133, "Shape__Area": 100.14453125, "Shape__Length": 46.893749191926226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178289403693498, 39.996582211575699 ], [ -75.178262146297399, 39.996703128370797 ], [ -75.1783120095252, 39.996709725435402 ], [ -75.178338974232901, 39.996588770537798 ], [ -75.178289403693498, 39.996582211575699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2443 N 15TH ST", "addr_range": "2443 N 15TH ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 797, "objectid": 1134, "Shape__Area": 126.34375, "Shape__Length": 51.947446590079423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1568981739441, 39.990651765966 ], [ -75.156903323827294, 39.990652430131 ], [ -75.156912417895597, 39.990608580330303 ], [ -75.156739823936903, 39.990585819965503 ], [ -75.156730714291498, 39.990630105495597 ], [ -75.1568981739441, 39.990651765966 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3045 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 636, "objectid": 1135, "Shape__Area": 100.90625, "Shape__Length": 48.053901079730913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181537834537195, 39.996976354054603 ], [ -75.181510239692301, 39.9971024699786 ], [ -75.181558557168103, 39.997109498656997 ], [ -75.181585348293495, 39.996983010643397 ], [ -75.181537834537195, 39.996976354054603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2424 N 19TH ST", "addr_range": "2416-2428 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1094, "objectid": 1136, "Shape__Area": 173.3671875, "Shape__Length": 67.120317200443182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163695962105606, 39.9910674899686 ], [ -75.163703907014295, 39.991068524051997 ], [ -75.1637063236263, 39.991057359059297 ], [ -75.163713194813695, 39.991025532339002 ], [ -75.163705291490999, 39.991024482975 ], [ -75.163703164701005, 39.9910241935806 ], [ -75.163472876352799, 39.990993647971401 ], [ -75.163462876404907, 39.991037187655998 ], [ -75.163693855764393, 39.991067217253303 ], [ -75.163695962105606, 39.9910674899686 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2337 N 22ND ST", "addr_range": "2327-2337 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1102, "objectid": 1137, "Shape__Area": 174.703125, "Shape__Length": 68.656548266288141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168351830581202, 39.9904054216303 ], [ -75.168601128729804, 39.990437029208699 ], [ -75.168609671795807, 39.9903947781741 ], [ -75.168360646533401, 39.990363175847598 ], [ -75.168351830581202, 39.9904054216303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2419 N 19TH ST", "addr_range": "2413-2419 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1115, "objectid": 1138, "Shape__Area": 176.72265625, "Shape__Length": 66.762547301639728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163074268465706, 39.990852272253299 ], [ -75.163310929347702, 39.990884397607097 ], [ -75.163320798031606, 39.990839354784498 ], [ -75.163083638530495, 39.9908076227658 ], [ -75.163079460364898, 39.990828742111702 ], [ -75.163074268465706, 39.990852272253299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2843 W OAKDALE ST", "addr_range": "2839-2843 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 628, "objectid": 1139, "Shape__Area": 99.58984375, "Shape__Length": 46.891059295166073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178189132215707, 39.996568504227596 ], [ -75.178161248231802, 39.996689907025498 ], [ -75.178211323076894, 39.996695896187902 ], [ -75.178237871374094, 39.996574867108002 ], [ -75.178189132215707, 39.996568504227596 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2335 N 22ND ST", "addr_range": "2327-2337 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1075, "objectid": 1140, "Shape__Area": 170.48046875, "Shape__Length": 68.348174766554976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168360646533401, 39.990363175847598 ], [ -75.168609671795807, 39.9903947781741 ], [ -75.168618855829493, 39.990353846222703 ], [ -75.168369741873803, 39.990321807629201 ], [ -75.168360646533401, 39.990363175847598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2300 N 22ND ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1111, "objectid": 1141, "Shape__Area": 176.12890625, "Shape__Length": 66.733096161235395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168979020149493, 39.9896779184633 ], [ -75.169217429226094, 39.989707056191797 ], [ -75.169224212048903, 39.989673599082401 ], [ -75.169226324940396, 39.989663249791001 ], [ -75.168989780317801, 39.989632492533801 ], [ -75.168986957783403, 39.989644407143402 ], [ -75.168979020149493, 39.9896779184633 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2410 N OPAL ST", "addr_range": "2400-2412 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 780, "objectid": 1142, "Shape__Area": 123.59765625, "Shape__Length": 52.482986601753716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164682701878903, 39.990875696939 ], [ -75.164690980250796, 39.990876802437299 ], [ -75.164696982121697, 39.9908468743496 ], [ -75.164699868101295, 39.990834914404203 ], [ -75.164691736621606, 39.990833827532299 ], [ -75.1646885455458, 39.990833401557303 ], [ -75.164522129557795, 39.990811276862502 ], [ -75.164513286168699, 39.9908531019137 ], [ -75.164679908089994, 39.990875327666203 ], [ -75.164682701878903, 39.990875696939 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2314 N 22ND ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1100, "objectid": 1143, "Shape__Area": 174.4140625, "Shape__Length": 66.801734640670702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168916061482506, 39.989980764304804 ], [ -75.169154758393205, 39.9900105852739 ], [ -75.169163955405196, 39.989966558596002 ], [ -75.168925258645103, 39.989936737645898 ], [ -75.168916061482506, 39.989980764304804 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2415 N 19TH ST", "addr_range": "2413-2419 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1036, "objectid": 1144, "Shape__Area": 164.29296875, "Shape__Length": 65.690091741507075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163092314409198, 39.990766374283702 ], [ -75.163329432990395, 39.990798654084102 ], [ -75.163337427221805, 39.990756568499002 ], [ -75.163102384725605, 39.990724867101797 ], [ -75.163096528008197, 39.9907487525779 ], [ -75.163092314409198, 39.990766374283702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2631 N 29TH ST", "addr_range": "2631-2633 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1119, "objectid": 1145, "Shape__Area": 177.41796875, "Shape__Length": 70.692898964554431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178346066968103, 39.996286394277099 ], [ -75.178336582641506, 39.996327625599697 ], [ -75.178595910399594, 39.996362370166302 ], [ -75.178605005469095, 39.9963214526679 ], [ -75.178346066968103, 39.996286394277099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2437 N 15TH ST", "addr_range": "2433-2437 N 15TH ST; 1435-1437 W HAGERT ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 841, "objectid": 1146, "Shape__Area": 133.421875, "Shape__Length": 52.788101634209347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156757479862605, 39.990502153929498 ], [ -75.156930748777597, 39.990525332275901 ], [ -75.156941337266304, 39.990479065467397 ], [ -75.156768041863998, 39.990456031599798 ], [ -75.156757479862605, 39.990502153929498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1905 W DAUPHIN ST", "addr_range": "1901-1915 W DAUPHIN ST; 2308-2316 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 988, "objectid": 1147, "Shape__Area": 156.64453125, "Shape__Length": 63.72712020398405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163979074750202, 39.989182626634097 ], [ -75.164032691954105, 39.989190039954501 ], [ -75.164071025921203, 39.989014923592201 ], [ -75.164017215001394, 39.989007617647999 ], [ -75.163979074750202, 39.989182626634097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2501 N MARSTON ST", "addr_range": "2501-2503 MARSTON ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 876, "objectid": 1148, "Shape__Area": 138.859375, "Shape__Length": 55.931487697823925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176664036017797, 39.993741929976103 ], [ -75.176856724408097, 39.993768463180203 ], [ -75.176866508176602, 39.993724321201299 ], [ -75.176679008344294, 39.993699114389798 ], [ -75.176677949592801, 39.9937021685095 ], [ -75.176664036017797, 39.993741929976103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2549 N 28TH ST", "addr_range": "2549-2551 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1297, "objectid": 1149, "Shape__Area": 205.6484375, "Shape__Length": 79.482238173443662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1770051883788, 39.994796218699001 ], [ -75.176995362585799, 39.994837603553499 ], [ -75.177294032242997, 39.994873249283501 ], [ -75.177303422639795, 39.994831725804403 ], [ -75.1770051883788, 39.994796218699001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2430 N OPAL ST", "addr_range": "2430-2432 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 702, "objectid": 1150, "Shape__Area": 111.31640625, "Shape__Length": 51.247066932355523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164606244176696, 39.991230368648402 ], [ -75.164603971110395, 39.9912300750753 ], [ -75.164437432320597, 39.991208381802501 ], [ -75.164429709052001, 39.9912460747964 ], [ -75.164595768780899, 39.991267707731801 ], [ -75.164598125500603, 39.991268019407698 ], [ -75.164607093257501, 39.9912691719747 ], [ -75.164615711563997, 39.991231597342001 ], [ -75.164606244176696, 39.991230368648402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2324 N 20TH ST", "addr_range": "2322-2324 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1176, "objectid": 1151, "Shape__Area": 186.375, "Shape__Length": 73.604837117371403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1653760472458, 39.989735487942902 ], [ -75.165647568214894, 39.989773358126598 ], [ -75.165656873092999, 39.989731511860697 ], [ -75.165384733126601, 39.989695013517697 ], [ -75.1653760472458, 39.989735487942902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2650 N CORLIES ST", "addr_range": "2644-2650 N CORLIES ST; 2649 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 697, "objectid": 1152, "Shape__Area": 110.59375, "Shape__Length": 51.267576324427353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181048626091595, 39.996825793559402 ], [ -75.181100185457893, 39.9968329922972 ], [ -75.181102130234606, 39.996824815002803 ], [ -75.181108912381504, 39.996796224556597 ], [ -75.180930810897806, 39.9967705261462 ], [ -75.180922448371007, 39.996808187723701 ], [ -75.180927639811998, 39.996808916598098 ], [ -75.181048626091595, 39.996825793559402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2326 N 22ND ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1043, "objectid": 1153, "Shape__Area": 165.33203125, "Shape__Length": 64.126355412548847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168859363592205, 39.990246805735097 ], [ -75.169048326794595, 39.990270765549603 ], [ -75.169106174055102, 39.9902406993059 ], [ -75.169108805193503, 39.990231570829998 ], [ -75.168869549066002, 39.990201526369802 ], [ -75.168859363592205, 39.990246805735097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2422 N 19TH ST", "addr_range": "2416-2428 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1115, "objectid": 1154, "Shape__Area": 176.796875, "Shape__Length": 67.232687517496927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163472876352799, 39.990993647971401 ], [ -75.163703164701005, 39.9910241935806 ], [ -75.163705291490999, 39.991024482975 ], [ -75.163713194813695, 39.991025532339002 ], [ -75.163714488638504, 39.991019580551097 ], [ -75.163722837836701, 39.990980871839596 ], [ -75.163714934420796, 39.990979855811602 ], [ -75.163712848013404, 39.990979582644599 ], [ -75.163483473762398, 39.990949799185998 ], [ -75.163473769921197, 39.990989993766 ], [ -75.163472876352799, 39.990993647971401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2603 W OAKDALE ST", "addr_range": "2601-2603 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 546, "objectid": 1155, "Shape__Area": 86.640625, "Shape__Length": 43.185750897412589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174160735083902, 39.996203611066299 ], [ -75.174207884713397, 39.996209892249503 ], [ -75.174230860268594, 39.996099261639301 ], [ -75.174183684668506, 39.996093142063202 ], [ -75.174160735083902, 39.996203611066299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2403 N 19TH ST", "addr_range": "2401-2409 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1099, "objectid": 1156, "Shape__Area": 174.2734375, "Shape__Length": 66.44385024107784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163149170263594, 39.990512783576698 ], [ -75.163156750662907, 39.9905140671749 ], [ -75.163160922925996, 39.990514596397901 ], [ -75.163385382863595, 39.990544592354702 ], [ -75.1633950586955, 39.990499658709403 ], [ -75.163170863523106, 39.9904709265533 ], [ -75.163166442033798, 39.990470359277097 ], [ -75.163158226255902, 39.990469303732702 ], [ -75.163149170263594, 39.990512783576698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2453 N 19TH ST", "addr_range": "2453-2457 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1027, "objectid": 1157, "Shape__Area": 162.79296875, "Shape__Length": 66.072149059512142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162914662954094, 39.991567829657498 ], [ -75.162924275458494, 39.991569093296498 ], [ -75.163154631113599, 39.991599578413002 ], [ -75.163162594458697, 39.991558893219903 ], [ -75.162933457207302, 39.991527793153899 ], [ -75.162924742968599, 39.991526596614499 ], [ -75.162921324950702, 39.991542058492399 ], [ -75.162914662954094, 39.991567829657498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3023 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 656, "objectid": 1158, "Shape__Area": 104.0625, "Shape__Length": 48.295885361890043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180964487387499, 39.9970288083734 ], [ -75.181014434133402, 39.997035439459601 ], [ -75.181043321581697, 39.996910078776502 ], [ -75.1809939771872, 39.996903042211599 ], [ -75.180964487387499, 39.9970288083734 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2547 N 19TH ST", "addr_range": "2547 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1007, "objectid": 1159, "Shape__Area": 159.66015625, "Shape__Length": 65.100118274397261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162640630281103, 39.992873469655102 ], [ -75.162631485155998, 39.992914352534697 ], [ -75.162866469335896, 39.992946118286397 ], [ -75.162875046570306, 39.992905286563598 ], [ -75.162640630281103, 39.992873469655102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2933 W OAKDALE ST", "addr_range": "2933-2937 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 623, "objectid": 1160, "Shape__Area": 98.81640625, "Shape__Length": 45.861588130729871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179640199293402, 39.996720758790097 ], [ -75.179612890489196, 39.996836999357598 ], [ -75.179663883130701, 39.996844218489798 ], [ -75.1796908879017, 39.996727713415297 ], [ -75.179640199293402, 39.996720758790097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2418 N OPAL ST", "addr_range": "2416-2422 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 759, "objectid": 1161, "Shape__Area": 120.41015625, "Shape__Length": 52.146427483873573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164657120017495, 39.990994423253397 ], [ -75.164655388692395, 39.990994207657501 ], [ -75.164487994995895, 39.990972431217003 ], [ -75.164479383529496, 39.991013117201099 ], [ -75.164646502089198, 39.991034984764298 ], [ -75.164648315931004, 39.9910352175363 ], [ -75.164657137289495, 39.991036368604497 ], [ -75.164662153112204, 39.991012526290298 ], [ -75.164665795687895, 39.990995554821303 ], [ -75.164657120017495, 39.990994423253397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2524 N STANLEY ST", "addr_range": "2524-2526 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 703, "objectid": 1162, "Shape__Area": 111.4765625, "Shape__Length": 50.806714670307471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181823874641296, 39.994904066241403 ], [ -75.181998253256907, 39.994928309646802 ], [ -75.1820072370367, 39.9948902753721 ], [ -75.181832349431403, 39.994865616037004 ], [ -75.181823874641296, 39.994904066241403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2543 N 19TH ST", "addr_range": "2543 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 995, "objectid": 1163, "Shape__Area": 157.70703125, "Shape__Length": 64.995148978758436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162658001598601, 39.992792116569099 ], [ -75.162649255151905, 39.992831913702297 ], [ -75.1628842261632, 39.992864048543602 ], [ -75.162893010508398, 39.9928232223889 ], [ -75.162658001598601, 39.992792116569099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2405 N OPAL ST", "addr_range": "2401-2411 N OPAL ST; 2404-2406 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 692, "objectid": 1164, "Shape__Area": 109.70703125, "Shape__Length": 50.704987296363882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164272806310393, 39.990693917427102 ], [ -75.164434698875098, 39.990715957714997 ], [ -75.164442116367198, 39.990678048797903 ], [ -75.164280936944493, 39.990656509330201 ], [ -75.164274034738796, 39.990655595184201 ], [ -75.164267133081793, 39.990654666634001 ], [ -75.164266780393206, 39.990656238168597 ], [ -75.164259066841396, 39.9906920446453 ], [ -75.164265904683802, 39.990692987976601 ], [ -75.164272806310393, 39.990693917427102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3019 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 661, "objectid": 1165, "Shape__Area": 104.8828125, "Shape__Length": 48.428760883650767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1808953874026, 39.996889728082003 ], [ -75.1808649040848, 39.997015151226798 ], [ -75.180915412959706, 39.997022375188102 ], [ -75.180944743379499, 39.996896427070098 ], [ -75.1808953874026, 39.996889728082003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2451 N CLEVELAND ST", "addr_range": "2449-2459 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 750, "objectid": 1166, "Shape__Area": 118.88671875, "Shape__Length": 51.680065236841486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162036823505105, 39.991313624876298 ], [ -75.162204927119802, 39.991336050704703 ], [ -75.162212524626696, 39.991295050971601 ], [ -75.162045924993294, 39.991273337527403 ], [ -75.162044194321297, 39.991273104787503 ], [ -75.162037917467401, 39.9912722866001 ], [ -75.162035531302806, 39.991279325597198 ], [ -75.162027878671594, 39.991312424870699 ], [ -75.162035343816996, 39.9913134149146 ], [ -75.162036823505105, 39.991313624876298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1913 W DAUPHIN ST", "addr_range": "1901-1915 W DAUPHIN ST; 2308-2316 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 957, "objectid": 1167, "Shape__Area": 151.69921875, "Shape__Length": 63.385010613814103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164191493738997, 39.989211172187197 ], [ -75.164243241303097, 39.989218190089197 ], [ -75.164282244809201, 39.989043072533804 ], [ -75.164230041705807, 39.989035931756902 ], [ -75.164191493738997, 39.989211172187197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2514 N 19TH ST", "addr_range": "2514 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1077, "objectid": 1168, "Shape__Area": 170.765625, "Shape__Length": 67.043048634034193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163182034449903, 39.9923144653431 ], [ -75.163412359195405, 39.992346415137803 ], [ -75.163422969804898, 39.9923478958437 ], [ -75.163429759448903, 39.992314341853501 ], [ -75.163432041511797, 39.9923045280594 ], [ -75.163421698743093, 39.992303150699598 ], [ -75.163190859534893, 39.992272624644002 ], [ -75.163182034449903, 39.9923144653431 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2436 N GARNET ST", "addr_range": "2432-2438 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 688, "objectid": 1169, "Shape__Area": 109.16796875, "Shape__Length": 51.0441228531229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164113273558499, 39.991327556628001 ], [ -75.164121655559399, 39.991328679818203 ], [ -75.164125717920797, 39.991310040129697 ], [ -75.164129733150304, 39.991291592196603 ], [ -75.164121329435204, 39.991290485637002 ], [ -75.164115364469794, 39.991289689907603 ], [ -75.163951946049593, 39.991268033792402 ], [ -75.163943905960906, 39.991304718593703 ], [ -75.164107392858995, 39.991326762796596 ], [ -75.164113273558499, 39.991327556628001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2605 N 29TH ST", "addr_range": "2601-2613 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1080, "objectid": 1170, "Shape__Area": 171.171875, "Shape__Length": 68.652142460738816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178504198861802, 39.995604057563199 ], [ -75.178754497086501, 39.9956386635237 ], [ -75.178763402002502, 39.995597193942103 ], [ -75.178513682712506, 39.9955633902524 ], [ -75.178504198861802, 39.995604057563199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2455 N 15TH ST", "addr_range": "2455 N 15TH ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 805, "objectid": 1171, "Shape__Area": 127.68359375, "Shape__Length": 51.989751960671455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156665705867098, 39.9909297072439 ], [ -75.156656948181507, 39.990974129567398 ], [ -75.156828397850205, 39.990997217381299 ], [ -75.156838017323295, 39.9909522189445 ], [ -75.156665705867098, 39.9909297072439 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2308 N 19TH ST", "addr_range": "1901-1915 W DAUPHIN ST; 2308-2316 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 963, "objectid": 1172, "Shape__Area": 152.73046875, "Shape__Length": 63.940509482525407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163862725743698, 39.989217757687499 ], [ -75.164094105230305, 39.989248133513101 ], [ -75.164102663946693, 39.9892088330297 ], [ -75.163924836805904, 39.989184869901798 ], [ -75.1638712856019, 39.989177876989999 ], [ -75.163862725743698, 39.989217757687499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2420 N 19TH ST", "addr_range": "2416-2428 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1006, "objectid": 1173, "Shape__Area": 159.55859375, "Shape__Length": 65.900623853730409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163723599987506, 39.990939945065797 ], [ -75.163721495472103, 39.990939655272697 ], [ -75.163491670703394, 39.990909555330902 ], [ -75.163483473762398, 39.990949799185998 ], [ -75.163712848013404, 39.990979582644599 ], [ -75.163714934420796, 39.990979855811602 ], [ -75.163722837836701, 39.990980871839596 ], [ -75.163730827632406, 39.990943879573102 ], [ -75.163731461852095, 39.990940975474402 ], [ -75.163723599987506, 39.990939945065797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1430 W LETTERLY ST", "addr_range": "1430 W LETTERLY ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 608, "objectid": 1174, "Shape__Area": 96.43359375, "Shape__Length": 46.747384566705435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156550306438703, 39.990480532070301 ], [ -75.156524525763501, 39.990602959185999 ], [ -75.156572160281399, 39.990609565039001 ], [ -75.156597295640097, 39.990487009805499 ], [ -75.156550306438703, 39.990480532070301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2333 N 22ND ST", "addr_range": "2327-2337 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1127, "objectid": 1175, "Shape__Area": 178.6796875, "Shape__Length": 68.881357188253887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168369741873803, 39.990321807629201 ], [ -75.168618855829493, 39.990353846222703 ], [ -75.168627582734004, 39.9903111650329 ], [ -75.168379495493696, 39.990278036795303 ], [ -75.168369741873803, 39.990321807629201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2439 N 20TH ST", "addr_range": "2439 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1037, "objectid": 1176, "Shape__Area": 164.34765625, "Shape__Length": 66.015582317517556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164581141155494, 39.991442197730002 ], [ -75.164575010556206, 39.991441382976802 ], [ -75.164570361408906, 39.991440762874497 ], [ -75.164562839416604, 39.991473170549199 ], [ -75.164561030664501, 39.991482157078899 ], [ -75.164566077072706, 39.991482834784598 ], [ -75.164572081237296, 39.991483647591302 ], [ -75.164799460319102, 39.991514141640003 ], [ -75.164808019260803, 39.991472616508297 ], [ -75.164581141155494, 39.991442197730002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2646 N HOLLYWOOD ST", "addr_range": "2646-2648 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 695, "objectid": 1177, "Shape__Area": 110.234375, "Shape__Length": 49.455356268941159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179365789159903, 39.996520210961101 ], [ -75.179533309073094, 39.996541934781703 ], [ -75.179541485963597, 39.996502512160802 ], [ -75.179374445021594, 39.996480362085997 ], [ -75.179373407164604, 39.996485094378301 ], [ -75.179365789159903, 39.996520210961101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2416 N 19TH ST", "addr_range": "2416-2428 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1118, "objectid": 1178, "Shape__Area": 177.1953125, "Shape__Length": 67.094822970828361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163733366155896, 39.990894818812599 ], [ -75.163740748765093, 39.990895791569102 ], [ -75.163747809034803, 39.990863920452902 ], [ -75.163750767384798, 39.990851171967599 ], [ -75.163743031967499, 39.990850143508297 ], [ -75.163740967767097, 39.990849871743102 ], [ -75.163511753133804, 39.990819753145999 ], [ -75.163504614478597, 39.9908525415197 ], [ -75.163502052348306, 39.990864266364298 ], [ -75.163731280887006, 39.990894546572598 ], [ -75.163733366155896, 39.990894818812599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2536 N 15TH ST", "addr_range": "2536 N 15TH ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1047, "objectid": 1179, "Shape__Area": 166.01953125, "Shape__Length": 65.831144445379024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156697884617003, 39.992441382221998 ], [ -75.1569331554347, 39.992474342521 ], [ -75.156942289169393, 39.992431637903898 ], [ -75.156808344072701, 39.992413636950197 ], [ -75.156707276873902, 39.992398506861797 ], [ -75.156697884617003, 39.992441382221998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2426 N 19TH ST", "addr_range": "2416-2428 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1153, "objectid": 1180, "Shape__Area": 182.84375, "Shape__Length": 67.896211221651527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1636860696414, 39.991113193627697 ], [ -75.163694118138096, 39.991114245363001 ], [ -75.163698132081606, 39.9910952495961 ], [ -75.163703907014295, 39.991068524051997 ], [ -75.163695962105606, 39.9910674899686 ], [ -75.163693855764393, 39.991067217253303 ], [ -75.163462876404907, 39.991037187655998 ], [ -75.163452824508894, 39.9910826444316 ], [ -75.163683942883097, 39.991112903332898 ], [ -75.1636860696414, 39.991113193627697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3047 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 645, "objectid": 1181, "Shape__Area": 102.328125, "Shape__Length": 48.293946043715593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181634655172601, 39.996989369453601 ], [ -75.181585348293495, 39.996983010643397 ], [ -75.181558557168103, 39.997109498656997 ], [ -75.181606747226098, 39.9971159937691 ], [ -75.1816158017009, 39.997074462476597 ], [ -75.181624632111905, 39.997033248731903 ], [ -75.181634655172601, 39.996989369453601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2514 N NAPA ST", "addr_range": "2514 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 735, "objectid": 1182, "Shape__Area": 116.63671875, "Shape__Length": 51.701400956997823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182994450071504, 39.994812865537703 ], [ -75.183172044313693, 39.994837453875903 ], [ -75.183180693804999, 39.994798235330499 ], [ -75.183004375023799, 39.994773191684601 ], [ -75.182994450071504, 39.994812865537703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2310 N 19TH ST", "addr_range": "1901-1915 W DAUPHIN ST; 2308-2316 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1044, "objectid": 1183, "Shape__Area": 165.53515625, "Shape__Length": 64.841635171954607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163853789111997, 39.989260918601701 ], [ -75.164084083446795, 39.989291156465903 ], [ -75.164094105230305, 39.989248133513101 ], [ -75.163862725743698, 39.989217757687499 ], [ -75.163853789111997, 39.989260918601701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2344 N 20TH ST", "addr_range": "2334-2348 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1166, "objectid": 1184, "Shape__Area": 184.88671875, "Shape__Length": 73.573288746166455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165279633765607, 39.990159751038 ], [ -75.165552063268805, 39.990196384052503 ], [ -75.165561038288502, 39.9901555133724 ], [ -75.165288745505904, 39.9901191087081 ], [ -75.165286801067396, 39.990127785845999 ], [ -75.165284760001896, 39.9901368473434 ], [ -75.165279633765607, 39.990159751038 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2339 N 20TH ST", "addr_range": "2333-2339 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1040, "objectid": 1185, "Shape__Area": 164.87109375, "Shape__Length": 66.845324178678467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164890183340702, 39.9899578647954 ], [ -75.164896791072096, 39.989958820027198 ], [ -75.165132442849796, 39.989990435105298 ], [ -75.165135207570401, 39.9899778110752 ], [ -75.165141366875105, 39.989949771438603 ], [ -75.164906481810604, 39.9899178357634 ], [ -75.164899366241499, 39.989916466340503 ], [ -75.164890183340702, 39.9899578647954 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1938 W YORK ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 919, "objectid": 1186, "Shape__Area": 145.70703125, "Shape__Length": 61.380428986166905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164856034378104, 39.990517453234901 ], [ -75.164908270170997, 39.9905243205273 ], [ -75.164944669662006, 39.990355978327898 ], [ -75.164893029636104, 39.990348819023097 ], [ -75.164856034378104, 39.990517453234901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2432 N GARNET ST", "addr_range": "2432-2438 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 768, "objectid": 1187, "Shape__Area": 121.8359375, "Shape__Length": 52.277602960114955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164139035190203, 39.9912090597158 ], [ -75.164132884720402, 39.9912082444907 ], [ -75.163969689106196, 39.991186802451502 ], [ -75.163960745224301, 39.99122796476 ], [ -75.164124019782406, 39.991249520314 ], [ -75.164130066672698, 39.991250317888699 ], [ -75.164138428179896, 39.991251425298998 ], [ -75.164142349329097, 39.991233232936402 ], [ -75.164147336482898, 39.9912101486496 ], [ -75.164139035190203, 39.9912090597158 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2459 N GARNET ST", "addr_range": "2459 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 697, "objectid": 1188, "Shape__Area": 110.578125, "Shape__Length": 49.834805065996662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163579697891393, 39.991673684567999 ], [ -75.163749216290796, 39.991696429209497 ], [ -75.163757372119605, 39.991657232292603 ], [ -75.163588215110593, 39.991634382276402 ], [ -75.163579697891393, 39.991673684567999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2302 N 22ND ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1059, "objectid": 1189, "Shape__Area": 167.94140625, "Shape__Length": 66.244040769919167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168970167632295, 39.989720614869597 ], [ -75.169208613310403, 39.9897493173453 ], [ -75.169217429226094, 39.989707056191797 ], [ -75.168979020149493, 39.9896779184633 ], [ -75.168970167632295, 39.989720614869597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3027 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 671, "objectid": 1190, "Shape__Area": 106.4765625, "Shape__Length": 48.608936031474897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181064543457197, 39.997042170570303 ], [ -75.181114979621, 39.997049118908699 ], [ -75.181144628861603, 39.9969230328199 ], [ -75.181093541734597, 39.9969166339569 ], [ -75.181064543457197, 39.997042170570303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2362 N 20TH ST", "addr_range": "2362 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1482, "objectid": 1191, "Shape__Area": 234.9140625, "Shape__Length": 76.99417549519535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165479383742394, 39.990529024088602 ], [ -75.165206474793393, 39.990491719690198 ], [ -75.165195330902193, 39.990543309536797 ], [ -75.165468778117599, 39.990580788260097 ], [ -75.165479383742394, 39.990529024088602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3041 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 658, "objectid": 1192, "Shape__Area": 104.3515625, "Shape__Length": 48.403495070901613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181438376440497, 39.996962700207803 ], [ -75.181409502584501, 39.997088835245997 ], [ -75.181459693845696, 39.997095631987698 ], [ -75.181487451260693, 39.996969649456801 ], [ -75.181438376440497, 39.996962700207803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3037 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 649, "objectid": 1193, "Shape__Area": 102.93359375, "Shape__Length": 48.23637973042905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1813404520299, 39.996950095130401 ], [ -75.181311034628393, 39.9970756052981 ], [ -75.181359636110201, 39.997082867471001 ], [ -75.181389723852007, 39.996956791141102 ], [ -75.1813404520299, 39.996950095130401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2346 N 20TH ST", "addr_range": "2334-2348 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1254, "objectid": 1194, "Shape__Area": 198.74609375, "Shape__Length": 74.491885088294438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165269978594694, 39.990203622080898 ], [ -75.165542455301903, 39.9902401273321 ], [ -75.165552063268805, 39.990196384052503 ], [ -75.165279633765607, 39.990159751038 ], [ -75.165269978594694, 39.990203622080898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2550 N NAPA ST", "addr_range": "2550 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 719, "objectid": 1195, "Shape__Area": 114.10546875, "Shape__Length": 51.4560841943578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182843774368706, 39.995497696058401 ], [ -75.183021018485505, 39.995521582983102 ], [ -75.183029539644906, 39.995483005798199 ], [ -75.182852363175002, 39.995458974433703 ], [ -75.182843774368706, 39.995497696058401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2419 N OPAL ST", "addr_range": "2417-2421 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 742, "objectid": 1196, "Shape__Area": 117.73046875, "Shape__Length": 51.664855999582308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164222706268106, 39.990924318188704 ], [ -75.164215866032805, 39.990923406336996 ], [ -75.164209486288001, 39.990922552612702 ], [ -75.164206672724205, 39.990935869306298 ], [ -75.1642007077497, 39.990962638343603 ], [ -75.164207151252995, 39.990963509723002 ], [ -75.164213969288895, 39.990964420174002 ], [ -75.164377331520498, 39.990986396327699 ], [ -75.164385383389799, 39.990946133835401 ], [ -75.164222706268106, 39.990924318188704 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2417 N 19TH ST", "addr_range": "2413-2419 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1018, "objectid": 1197, "Shape__Area": 161.41796875, "Shape__Length": 65.673188120148993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163083638530495, 39.9908076227658 ], [ -75.163320798031606, 39.990839354784498 ], [ -75.163329432990395, 39.990798654084102 ], [ -75.163092314409198, 39.990766374283702 ], [ -75.163088200681798, 39.990789123217503 ], [ -75.163083638530495, 39.9908076227658 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2609 N 30TH ST", "addr_range": "2607-2611 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 961, "objectid": 1198, "Shape__Area": 152.39453125, "Shape__Length": 62.121974119097679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180178789352794, 39.995899798232998 ], [ -75.180399137950005, 39.995930538688697 ], [ -75.180408406202105, 39.995888914953099 ], [ -75.180187604821498, 39.995858503155503 ], [ -75.180178789352794, 39.995899798232998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2644 N CORLIES ST", "addr_range": "2644-2650 N CORLIES ST; 2649 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 724, "objectid": 1199, "Shape__Area": 114.796875, "Shape__Length": 51.691519251291524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180947389391804, 39.996695762841 ], [ -75.181125387166901, 39.996721379620197 ], [ -75.181133961215096, 39.996683109176203 ], [ -75.180956409404203, 39.996656761758501 ], [ -75.180947389391804, 39.996695762841 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2601 W OAKDALE ST", "addr_range": "2601-2603 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 740, "objectid": 1200, "Shape__Area": 117.34765625, "Shape__Length": 46.938618085579925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174097258898399, 39.9961950938917 ], [ -75.174160735083902, 39.996203611066299 ], [ -75.174183684668506, 39.996093142063202 ], [ -75.1741192645285, 39.996084651470099 ], [ -75.174097258898399, 39.9961950938917 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2646 N 29TH ST", "addr_range": "2646 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1110, "objectid": 1201, "Shape__Area": 176.02734375, "Shape__Length": 68.544041805302072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179033396442605, 39.996555805372701 ], [ -75.179073163879394, 39.996561129015703 ], [ -75.179082456252999, 39.996518830150102 ], [ -75.178835023831795, 39.9964848685227 ], [ -75.178833607020593, 39.9964912853223 ], [ -75.178825573828604, 39.9965279540274 ], [ -75.179033396442605, 39.996555805372701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2541 N STANLEY ST", "addr_range": "2529-2531, 2535-2545 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 746, "objectid": 1202, "Shape__Area": 118.2578125, "Shape__Length": 52.08744865217529 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181468970460003, 39.995173222837899 ], [ -75.181647534017898, 39.995198770463297 ], [ -75.181656829462199, 39.995159130376699 ], [ -75.181478936130802, 39.995133581542497 ], [ -75.181468970460003, 39.995173222837899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2344 N SYDENHAM ST", "addr_range": "1524-1532 W YORK ST; 2340-2344 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 416, "objectid": 1203, "Shape__Area": 65.98828125, "Shape__Length": 35.520283178262787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158143531270198, 39.989468583063598 ], [ -75.158253656232404, 39.989483466002298 ], [ -75.158261160046806, 39.989447188396497 ], [ -75.158150595259201, 39.989432843350201 ], [ -75.158143531270198, 39.989468583063598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2544 N STANLEY ST", "addr_range": "2540-2548 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 719, "objectid": 1204, "Shape__Area": 113.94921875, "Shape__Length": 50.983261283634924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181737834508297, 39.9952915613353 ], [ -75.181911840413207, 39.9953151847253 ], [ -75.181921511109095, 39.995276150385401 ], [ -75.181746863039706, 39.995252318021997 ], [ -75.181737834508297, 39.9952915613353 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2548 N STANLEY ST", "addr_range": "2540-2548 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 713, "objectid": 1205, "Shape__Area": 113.08984375, "Shape__Length": 50.905662181641723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181721058881095, 39.995368254789099 ], [ -75.181895424569007, 39.995392901687602 ], [ -75.181903636605895, 39.995353624779597 ], [ -75.181729520005305, 39.995329611468399 ], [ -75.181721058881095, 39.995368254789099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2543 N STANLEY ST", "addr_range": "2529-2531, 2535-2545 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 717, "objectid": 1206, "Shape__Area": 113.67578125, "Shape__Length": 51.744978204754347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181460781096106, 39.995211274853901 ], [ -75.181639988216304, 39.995237030606603 ], [ -75.181647534017898, 39.995198770463297 ], [ -75.181468970460003, 39.995173222837899 ], [ -75.181460781096106, 39.995211274853901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2305 N 19TH ST", "addr_range": "2301-2309 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1107, "objectid": 1207, "Shape__Area": 175.43359375, "Shape__Length": 67.428550080151524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163467200026602, 39.989067247779701 ], [ -75.163709070422698, 39.989098925812897 ], [ -75.163718255481001, 39.989055302878697 ], [ -75.163476974674595, 39.989023557056697 ], [ -75.163467200026602, 39.989067247779701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2630 N 29TH ST", "addr_range": "2628-2630 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1042, "objectid": 1208, "Shape__Area": 165.23828125, "Shape__Length": 67.522250059336713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178897426086706, 39.996199044720797 ], [ -75.179143363005196, 39.996233214213902 ], [ -75.179152160900003, 39.996192370214096 ], [ -75.178906038783296, 39.996159228245901 ], [ -75.178897426086706, 39.996199044720797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2569 N STANLEY ST", "addr_range": "2565-2569 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 820, "objectid": 1209, "Shape__Area": 130.01953125, "Shape__Length": 53.694125716006845 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181348695395897, 39.995703288829603 ], [ -75.181344933798201, 39.995719082255597 ], [ -75.181354825768494, 39.9957207542367 ], [ -75.181526636992601, 39.995744200233197 ], [ -75.1815302979644, 39.995728340578999 ], [ -75.181536484751106, 39.995701607288197 ], [ -75.181355148494404, 39.995676206508399 ], [ -75.181348695395897, 39.995703288829603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 N SYDENHAM ST", "addr_range": "1524-1532 W YORK ST; 2340-2344 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 461, "objectid": 1210, "Shape__Area": 73.05078125, "Shape__Length": 36.656139314029581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158150595259201, 39.989432843350201 ], [ -75.158261160046806, 39.989447188396497 ], [ -75.158269566481707, 39.989407578486897 ], [ -75.1581593289187, 39.989392886736802 ], [ -75.158150595259201, 39.989432843350201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2542 N STANLEY ST", "addr_range": "2540-2548 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 698, "objectid": 1211, "Shape__Area": 110.6328125, "Shape__Length": 50.63803962284198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181746863039706, 39.995252318021997 ], [ -75.181921511109095, 39.995276150385401 ], [ -75.1819291820659, 39.995237891225202 ], [ -75.181755302730707, 39.995214271590001 ], [ -75.181746863039706, 39.995252318021997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2300 N 18TH ST", "addr_range": "2300 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1273, "objectid": 1212, "Shape__Area": 201.734375, "Shape__Length": 70.208024303476236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162332030595607, 39.988831506884999 ], [ -75.162578166897504, 39.988864540424899 ], [ -75.162588966475894, 39.988815391990201 ], [ -75.162568428365105, 39.988812639515203 ], [ -75.162342017658801, 39.9887822599608 ], [ -75.1623378886853, 39.988802638856498 ], [ -75.162332030595607, 39.988831506884999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2357 N OPAL ST", "addr_range": "2353-2359 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 647, "objectid": 1213, "Shape__Area": 102.54296875, "Shape__Length": 47.929087281388945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164366176600197, 39.990233043092097 ], [ -75.164529386184597, 39.990254645312497 ], [ -75.164537408662895, 39.990216750018703 ], [ -75.164375074977798, 39.990195281067002 ], [ -75.164366176600197, 39.990233043092097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1913 W SUSQUEHANNA AVE", "addr_range": "1913-1923 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1384, "objectid": 1214, "Shape__Area": 219.3125, "Shape__Length": 76.142492784565775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164464532687205, 39.987659099960098 ], [ -75.164527320839596, 39.987667300825002 ], [ -75.1645723185039, 39.987456870480102 ], [ -75.164509511198105, 39.987448685422201 ], [ -75.164500012888595, 39.987492832948099 ], [ -75.164472260486406, 39.987624568733899 ], [ -75.164464532687205, 39.987659099960098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2503 N STANLEY ST", "addr_range": "2501-2523 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 719, "objectid": 1215, "Shape__Area": 114.015625, "Shape__Length": 51.187941523406188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1816349015848, 39.994438362393097 ], [ -75.181810201264099, 39.994462626721599 ], [ -75.181819222323099, 39.994423576954901 ], [ -75.1816435180544, 39.994399512619403 ], [ -75.1816349015848, 39.994438362393097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2205 N 19TH ST", "addr_range": "2201-2205 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1130, "objectid": 1216, "Shape__Area": 179.109375, "Shape__Length": 69.813404702407979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1638016068555, 39.9874878821973 ], [ -75.164055747031895, 39.987520770451297 ], [ -75.164065181873994, 39.987478297414498 ], [ -75.163811640715906, 39.987445616393799 ], [ -75.1638016068555, 39.9874878821973 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2513 N STANLEY ST", "addr_range": "2501-2523 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 737, "objectid": 1217, "Shape__Area": 116.90625, "Shape__Length": 51.615822388270303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181590856076397, 39.9946348431289 ], [ -75.181767337569099, 39.994658908702903 ], [ -75.181770116834301, 39.994646349537597 ], [ -75.181776138638, 39.994619048513599 ], [ -75.181599755301093, 39.994595177963298 ], [ -75.181590856076397, 39.9946348431289 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2500 N STANLEY ST", "addr_range": "2500-2508 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 824, "objectid": 1218, "Shape__Area": 130.66015625, "Shape__Length": 52.985646411093349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181925435504198, 39.994438639493701 ], [ -75.182101687424606, 39.994462104759997 ], [ -75.182111300227504, 39.994417377433301 ], [ -75.181942498273202, 39.994395352881902 ], [ -75.181934509969395, 39.994394303787601 ], [ -75.181925435504198, 39.994438639493701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2143 W SUSQUEHANNA AVE", "addr_range": "2209-2227 N 22ND ST; 2141-2143 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1297, "objectid": 1219, "Shape__Area": 205.53125, "Shape__Length": 73.704781541963413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169009355643396, 39.988238505442702 ], [ -75.169069997379395, 39.9882469303409 ], [ -75.169115787854594, 39.988043447855702 ], [ -75.169055567831705, 39.988034903615699 ], [ -75.169010949862596, 39.9882307385109 ], [ -75.169009355643396, 39.988238505442702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1932 W YORK ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 956, "objectid": 1220, "Shape__Area": 151.609375, "Shape__Length": 62.077583771759734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164696257240394, 39.9904960098998 ], [ -75.164750014426204, 39.990503652167597 ], [ -75.164786483203301, 39.9903340231184 ], [ -75.164732905458393, 39.990326593942001 ], [ -75.164696257240394, 39.9904960098998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2266 N VAN PELT ST", "addr_range": "2264-2266 N VAN PELT ST; 2255-2263 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1218, "objectid": 1221, "Shape__Area": 193.0625, "Shape__Length": 69.405225396048507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1684409677773, 39.989387057720002 ], [ -75.168195469768804, 39.989354777431799 ], [ -75.168185236676607, 39.989401793731197 ], [ -75.168430903698095, 39.989434562584499 ], [ -75.1684409677773, 39.989387057720002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2245 N 19TH ST", "addr_range": "2237-2259 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1103, "objectid": 1222, "Shape__Area": 174.87890625, "Shape__Length": 69.75570871098185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163614313880103, 39.988329953336802 ], [ -75.163869689942203, 39.988361289401297 ], [ -75.163878354733697, 39.988320895688098 ], [ -75.163623043859801, 39.9882878518819 ], [ -75.163614313880103, 39.988329953336802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2255 N 19TH ST", "addr_range": "2237-2259 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1102, "objectid": 1223, "Shape__Area": 174.765625, "Shape__Length": 69.7393673937882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163567965701105, 39.988539950192802 ], [ -75.1638229329685, 39.988573244048702 ], [ -75.163832312066901, 39.988531688805701 ], [ -75.1635770000902, 39.9884991764891 ], [ -75.163567965701105, 39.988539950192802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2223 N 22ND ST", "addr_range": "2209-2227 N 22ND ST; 2141-2143 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1626, "objectid": 1224, "Shape__Area": 257.7109375, "Shape__Length": 92.39068182605709 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168914992763504, 39.988586295845799 ], [ -75.168990970554702, 39.9885965000691 ], [ -75.169002107338102, 39.988552162925799 ], [ -75.1689234741673, 39.988541803487301 ], [ -75.168649894510807, 39.988505764283502 ], [ -75.168640359341396, 39.988549346328298 ], [ -75.168914992763504, 39.988586295845799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2539 N STANLEY ST", "addr_range": "2529-2531, 2535-2545 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 746, "objectid": 1225, "Shape__Area": 118.359375, "Shape__Length": 52.112076359872383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181478936130802, 39.995133581542497 ], [ -75.181656829462199, 39.995159130376699 ], [ -75.181666125508599, 39.995119474084902 ], [ -75.181487444811395, 39.9950937148283 ], [ -75.181478936130802, 39.995133581542497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2216 N 19TH ST", "addr_range": "2212-2218 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 928, "objectid": 1226, "Shape__Area": 147.05078125, "Shape__Length": 60.61379555502851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164174586486297, 39.987804319678403 ], [ -75.164389368430307, 39.987831791027901 ], [ -75.164398417518996, 39.9877906157501 ], [ -75.164183635701505, 39.987763144417499 ], [ -75.164174586486297, 39.987804319678403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2247 N 19TH ST", "addr_range": "2237-2259 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1162, "objectid": 1227, "Shape__Area": 184.22265625, "Shape__Length": 70.361780081906375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163604881262799, 39.988372941775502 ], [ -75.163859867308901, 39.988405172787999 ], [ -75.163869689942203, 39.988361289401297 ], [ -75.163614313880103, 39.988329953336802 ], [ -75.163604881262799, 39.988372941775502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2217 N 22ND ST", "addr_range": "2209-2227 N 22ND ST; 2141-2143 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1633, "objectid": 1228, "Shape__Area": 258.82421875, "Shape__Length": 92.427431895359916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168948695244495, 39.988409171948497 ], [ -75.168679279760596, 39.9883728074742 ], [ -75.168669743650995, 39.988416939118302 ], [ -75.168940236596598, 39.988453682840401 ], [ -75.169020482745694, 39.988464593920902 ], [ -75.169030780862997, 39.988420255035599 ], [ -75.168948695244495, 39.988409171948497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1524-26 W YORK ST", "addr_range": "1524-1532 W YORK ST; 2340-2344 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1878, "objectid": 1229, "Shape__Area": 297.67578125, "Shape__Length": 72.897320018546907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158253656232404, 39.989483466002298 ], [ -75.158143531270198, 39.989468583063598 ], [ -75.158109812532999, 39.989632180694798 ], [ -75.158185046872504, 39.989642615862103 ], [ -75.158218255595997, 39.989647218498803 ], [ -75.158253656232404, 39.989483466002298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2303 N 19TH ST", "addr_range": "2301-2309 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1034, "objectid": 1230, "Shape__Area": 163.97265625, "Shape__Length": 66.549835290935945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163476974674595, 39.989023557056697 ], [ -75.163718255481001, 39.989055302878697 ], [ -75.163727103853901, 39.989014461000799 ], [ -75.163485698542402, 39.988982697071002 ], [ -75.163476974674595, 39.989023557056697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2261 N 22ND ST", "addr_range": "2264-2266 N VAN PELT ST; 2255-2263 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1544, "objectid": 1231, "Shape__Area": 244.75, "Shape__Length": 91.714830055606427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1684596028079, 39.9893896861415 ], [ -75.168811041114907, 39.9894350686236 ], [ -75.168819842881803, 39.989393709092198 ], [ -75.168468341063601, 39.989347229570797 ], [ -75.1684596028079, 39.9893896861415 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2203 N 19TH ST", "addr_range": "2201-2205 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1097, "objectid": 1232, "Shape__Area": 173.82421875, "Shape__Length": 69.398703696506232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163811640715906, 39.987445616393799 ], [ -75.164065181873994, 39.987478297414498 ], [ -75.164073209627901, 39.9874369703019 ], [ -75.163819586207296, 39.9874042387871 ], [ -75.163811640715906, 39.987445616393799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 N 19TH ST", "addr_range": "2237-2259 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1072, "objectid": 1233, "Shape__Area": 170.01171875, "Shape__Length": 69.49518535832857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163632151240705, 39.988245129120997 ], [ -75.163887797626799, 39.988277632652803 ], [ -75.163897122872896, 39.988238043109497 ], [ -75.163641479526007, 39.988204879219197 ], [ -75.163632151240705, 39.988245129120997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2253 N 19TH ST", "addr_range": "2237-2259 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1138, "objectid": 1234, "Shape__Area": 180.38671875, "Shape__Length": 70.172899352584892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1635770000902, 39.9884991764891 ], [ -75.163832312066901, 39.988531688805701 ], [ -75.163841724952306, 39.9884892152877 ], [ -75.163586078409196, 39.988456695449202 ], [ -75.1635770000902, 39.9884991764891 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2561 N STANLEY ST", "addr_range": "2553-2561 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 750, "objectid": 1235, "Shape__Area": 118.9609375, "Shape__Length": 52.514566701708134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181381498771998, 39.995560283830798 ], [ -75.181562609521194, 39.995584453255297 ], [ -75.181566287067696, 39.995568093009403 ], [ -75.181571499203301, 39.995545013129103 ], [ -75.181390912375207, 39.995520839221903 ], [ -75.181381498771998, 39.995560283830798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2257 N 22ND ST", "addr_range": "2264-2266 N VAN PELT ST; 2255-2263 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1691, "objectid": 1236, "Shape__Area": 268.08203125, "Shape__Length": 92.792448068043996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168477847003899, 39.989304483921103 ], [ -75.168828967588496, 39.989349924084998 ], [ -75.1688380019134, 39.989303524104002 ], [ -75.168486896729107, 39.989258794307901 ], [ -75.168477847003899, 39.989304483921103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2209 N 22ND ST", "addr_range": "2209-2227 N 22ND ST; 2141-2143 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1413, "objectid": 1237, "Shape__Area": 223.89453125, "Shape__Length": 90.598993214437343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168974621560196, 39.988272929683497 ], [ -75.169060705212303, 39.9882846504753 ], [ -75.169069997379395, 39.9882469303409 ], [ -75.169009355643396, 39.988238505442702 ], [ -75.168981900968006, 39.988234696666801 ], [ -75.168719090908397, 39.988198191584502 ], [ -75.168710407167097, 39.988236972356603 ], [ -75.168974621560196, 39.988272929683497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1934 W YORK ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 935, "objectid": 1238, "Shape__Area": 148.2265625, "Shape__Length": 61.749599242132447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164750014426204, 39.990503652167597 ], [ -75.164802730611598, 39.990510546547 ], [ -75.164838921924101, 39.990341586996102 ], [ -75.164806762377196, 39.990336945050103 ], [ -75.164786483203301, 39.9903340231184 ], [ -75.164750014426204, 39.990503652167597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2604 N 29TH ST", "addr_range": "2600-2614 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1042, "objectid": 1239, "Shape__Area": 165.2421875, "Shape__Length": 67.196790156552183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179010120826604, 39.995666005329497 ], [ -75.179254497871497, 39.995698656625898 ], [ -75.179262395493097, 39.995657793359001 ], [ -75.179018010035904, 39.995625368041303 ], [ -75.179010120826604, 39.995666005329497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1921 W SUSQUEHANNA AVE", "addr_range": "1913-1923 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1246, "objectid": 1240, "Shape__Area": 197.4765625, "Shape__Length": 74.485956024181803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164746163956394, 39.9874807583342 ], [ -75.164701900870497, 39.987690029456701 ], [ -75.164758614744599, 39.987697577088902 ], [ -75.164802918294896, 39.987487792380001 ], [ -75.164746163956394, 39.9874807583342 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2546 N STANLEY ST", "addr_range": "2540-2548 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 699, "objectid": 1241, "Shape__Area": 110.859375, "Shape__Length": 50.631882431200573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181729520005305, 39.995329611468399 ], [ -75.181903636605895, 39.995353624779597 ], [ -75.181911840413207, 39.9953151847253 ], [ -75.181737834508297, 39.9952915613353 ], [ -75.181729520005305, 39.995329611468399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2357 N 20TH ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1082, "objectid": 1242, "Shape__Area": 171.5859375, "Shape__Length": 67.564349454896245 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165000228510195, 39.990354231032903 ], [ -75.165052552714599, 39.990361019162002 ], [ -75.165059321147794, 39.990329657688903 ], [ -75.165061761108305, 39.990318395889197 ], [ -75.164826181487399, 39.990287040907901 ], [ -75.164817881437997, 39.9902859835843 ], [ -75.164808743298295, 39.9903278344513 ], [ -75.164817077242205, 39.990328586193499 ], [ -75.165000228510195, 39.990354231032903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2259 N 19TH ST", "addr_range": "2237-2259 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1093, "objectid": 1243, "Shape__Area": 173.2734375, "Shape__Length": 69.516632029098886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163549459575407, 39.988625290930202 ], [ -75.163804100227196, 39.988657788170897 ], [ -75.163813105371801, 39.988617256165803 ], [ -75.163558827871896, 39.988583993152801 ], [ -75.163549459575407, 39.988625290930202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2359 N OPAL ST", "addr_range": "2353-2359 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 611, "objectid": 1244, "Shape__Area": 96.8515625, "Shape__Length": 47.377069551166571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164468595578398, 39.990283661787998 ], [ -75.164521320395195, 39.990290878158099 ], [ -75.164529386184597, 39.990254645312497 ], [ -75.164366176600197, 39.990233043092097 ], [ -75.164358510545597, 39.990268189298298 ], [ -75.164415032029893, 39.990275861563099 ], [ -75.164468595578398, 39.990283661787998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2353 N 20TH ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1045, "objectid": 1245, "Shape__Area": 165.6484375, "Shape__Length": 65.667370198443152 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1648350721984, 39.990245104276703 ], [ -75.165070741170396, 39.990276816255196 ], [ -75.165079874043599, 39.9902345453796 ], [ -75.164844705458705, 39.990202893341397 ], [ -75.1648350721984, 39.990245104276703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2219 N 19TH ST", "addr_range": "2219-2221 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1155, "objectid": 1246, "Shape__Area": 183.1015625, "Shape__Length": 70.257920350708446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163735517903405, 39.987785416655001 ], [ -75.163990875810299, 39.987816623241002 ], [ -75.164000288497405, 39.987774149708898 ], [ -75.163745654179294, 39.987741540345603 ], [ -75.163735517903405, 39.987785416655001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2557 N STANLEY ST", "addr_range": "2553-2561 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 743, "objectid": 1247, "Shape__Area": 117.8828125, "Shape__Length": 52.451125398669284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181398518025802, 39.995483788685299 ], [ -75.181579876361198, 39.995508592532303 ], [ -75.181588375622297, 39.995469532004698 ], [ -75.181407791076794, 39.995444745483702 ], [ -75.181398518025802, 39.995483788685299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1917 W SUSQUEHANNA AVE", "addr_range": "1913-1923 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1274, "objectid": 1248, "Shape__Area": 201.8828125, "Shape__Length": 74.77138885515356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164585063367994, 39.987674226588801 ], [ -75.164643150136399, 39.987682048478497 ], [ -75.164687774047493, 39.987472657558001 ], [ -75.164630048719403, 39.987464699666198 ], [ -75.164585063367994, 39.987674226588801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2453 N CLEVELAND ST", "addr_range": "2449-2459 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 674, "objectid": 1249, "Shape__Area": 106.84375, "Shape__Length": 50.730516199712945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162020487621902, 39.991348526821 ], [ -75.162028681738903, 39.991349630611197 ], [ -75.162197748926403, 39.991372625090698 ], [ -75.162204927119802, 39.991336050704703 ], [ -75.162036823505105, 39.991313624876298 ], [ -75.162035343816996, 39.9913134149146 ], [ -75.162027878671594, 39.991312424870699 ], [ -75.162026101565402, 39.991322201371503 ], [ -75.162020487621902, 39.991348526821 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2459 N CLEVELAND ST", "addr_range": "2449-2459 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 702, "objectid": 1250, "Shape__Area": 111.34375, "Shape__Length": 51.158014662570409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1621804754175, 39.991447564185798 ], [ -75.162011560872003, 39.991425508381298 ], [ -75.162003760425705, 39.991424494557798 ], [ -75.1619971520646, 39.991448880222997 ], [ -75.161994517872898, 39.991462457706298 ], [ -75.162003035518893, 39.991463310201098 ], [ -75.162007440936193, 39.991463747412197 ], [ -75.162171953826402, 39.991485269692099 ], [ -75.1621804754175, 39.991447564185798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2841 W OAKDALE ST", "addr_range": "2839-2843 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 626, "objectid": 1251, "Shape__Area": 99.35546875, "Shape__Length": 46.901882289737657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178112204229507, 39.996682713760102 ], [ -75.178161248231802, 39.996689907025498 ], [ -75.178189132215707, 39.996568504227596 ], [ -75.178140185687298, 39.996561492457303 ], [ -75.178112204229507, 39.996682713760102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2636 N CORLIES ST", "addr_range": "2634-2636 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 717, "objectid": 1252, "Shape__Area": 113.6796875, "Shape__Length": 51.549641774102682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180980575188897, 39.996544883552701 ], [ -75.181158766187295, 39.996569810835503 ], [ -75.181166870054099, 39.9965312406433 ], [ -75.180989268443199, 39.9965067770665 ], [ -75.180982812775596, 39.996535036033301 ], [ -75.180980575188897, 39.996544883552701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2505 N 28TH ST", "addr_range": "2501-2507 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1335, "objectid": 1253, "Shape__Area": 211.6171875, "Shape__Length": 80.084323515253487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177209132068796, 39.993857589653501 ], [ -75.177199707561201, 39.993899984539098 ], [ -75.177498750316303, 39.993940054046803 ], [ -75.177507911646799, 39.9938973964544 ], [ -75.177209132068796, 39.993857589653501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2611 N 30TH ST", "addr_range": "2607-2611 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 994, "objectid": 1254, "Shape__Area": 157.65234375, "Shape__Length": 62.449598247593833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180170048853199, 39.9959430123386 ], [ -75.180389699908105, 39.995973398413199 ], [ -75.180399137950005, 39.995930538688697 ], [ -75.180178789352794, 39.995899798232998 ], [ -75.180170048853199, 39.9959430123386 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2408 N 18TH ST", "addr_range": "2404-2412 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1071, "objectid": 1255, "Shape__Area": 169.80078125, "Shape__Length": 66.63133355558918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162195204571603, 39.990518812747801 ], [ -75.162201313404907, 39.990519611822599 ], [ -75.162205444336806, 39.990504165135398 ], [ -75.162211662308493, 39.990477385670196 ], [ -75.162204510333495, 39.990476418013699 ], [ -75.1622008822808, 39.990475932560997 ], [ -75.161972093873601, 39.990445128475102 ], [ -75.161962310914305, 39.990487899870601 ], [ -75.162191367047299, 39.990518291036501 ], [ -75.162195204571603, 39.990518812747801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2312 N 19TH ST", "addr_range": "1901-1915 W DAUPHIN ST; 2308-2316 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 964, "objectid": 1256, "Shape__Area": 152.828125, "Shape__Length": 63.813787068586663 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163844734515393, 39.9893005944325 ], [ -75.1640754579674, 39.989331133007802 ], [ -75.164084083446795, 39.989291156465903 ], [ -75.163853789111997, 39.989260918601701 ], [ -75.163844734515393, 39.9893005944325 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2551 N 28TH ST", "addr_range": "2549-2551 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1323, "objectid": 1257, "Shape__Area": 209.8125, "Shape__Length": 79.728597458039573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176986899309099, 39.994880098360603 ], [ -75.177285153826901, 39.994915605959299 ], [ -75.177294032242997, 39.994873249283501 ], [ -75.176995362585799, 39.994837603553499 ], [ -75.176986899309099, 39.994880098360603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3021 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 650, "objectid": 1258, "Shape__Area": 103.17578125, "Shape__Length": 48.264960601528941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180915412959706, 39.997022375188102 ], [ -75.180964487387499, 39.9970288083734 ], [ -75.1809939771872, 39.996903042211599 ], [ -75.180944743379499, 39.996896427070098 ], [ -75.180915412959706, 39.997022375188102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2427 N 19TH ST", "addr_range": "2423-2429 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 977, "objectid": 1259, "Shape__Area": 154.8359375, "Shape__Length": 65.395244417583584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163036681621094, 39.9910181364435 ], [ -75.163275944065205, 39.991049111328699 ], [ -75.163284149750197, 39.991010302099397 ], [ -75.163045922516304, 39.9909790928698 ], [ -75.163043057276496, 39.990989393576697 ], [ -75.163036681621094, 39.9910181364435 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2345 N GARNET ST", "addr_range": "2345-2349 GARNET ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 705, "objectid": 1260, "Shape__Area": 111.87109375, "Shape__Length": 51.881408975804035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163954916719206, 39.989942486241297 ], [ -75.164135948794893, 39.9899670855173 ], [ -75.164144153910001, 39.989929905262301 ], [ -75.163962885199595, 39.989905493482802 ], [ -75.163954916719206, 39.989942486241297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2406 N GARNET ST", "addr_range": "2401-2411 N OPAL ST; 2404-2406 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 729, "objectid": 1261, "Shape__Area": 115.61328125, "Shape__Length": 51.65995881733545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164241861357596, 39.990736067187299 ], [ -75.164249346922105, 39.990737073766198 ], [ -75.164250873151701, 39.990730031574401 ], [ -75.164257769564301, 39.990698026994799 ], [ -75.164250346588204, 39.990697038044701 ], [ -75.164244570625897, 39.990696263697998 ], [ -75.164080371750501, 39.990674252271099 ], [ -75.164071545653897, 39.990713401668003 ], [ -75.164235939161202, 39.990735287743902 ], [ -75.164241861357596, 39.990736067187299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2202 N 18TH ST", "addr_range": "2202 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1119, "objectid": 1262, "Shape__Area": 177.43359375, "Shape__Length": 69.284216580056324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162668937037907, 39.987297787277903 ], [ -75.162920551527407, 39.987329299346897 ], [ -75.162929960744407, 39.987287486254701 ], [ -75.162678392368704, 39.9872547985157 ], [ -75.162668937037907, 39.987297787277903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2455 N 19TH ST", "addr_range": "2453-2457 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1072, "objectid": 1263, "Shape__Area": 169.97265625, "Shape__Length": 66.729334547819249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162905590153301, 39.991610697318798 ], [ -75.162914743957501, 39.991611886647597 ], [ -75.163145219870998, 39.991641986152501 ], [ -75.163154631113599, 39.991599578413002 ], [ -75.162924275458494, 39.991569093296498 ], [ -75.162914662954094, 39.991567829657498 ], [ -75.162912007501305, 39.991581939178801 ], [ -75.162905590153301, 39.991610697318798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2310 N 22ND ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1101, "objectid": 1264, "Shape__Area": 174.5546875, "Shape__Length": 66.835657498597129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168933766607395, 39.989895372400802 ], [ -75.169172745648595, 39.989924974430103 ], [ -75.169181932845206, 39.989881174585904 ], [ -75.168943244999795, 39.989851126811502 ], [ -75.168933766607395, 39.989895372400802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2429 N 19TH ST", "addr_range": "2423-2429 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1141, "objectid": 1265, "Shape__Area": 180.84765625, "Shape__Length": 67.417376302334446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163026798381907, 39.991063032953598 ], [ -75.163266044046594, 39.991094975168402 ], [ -75.163266487720904, 39.991093260623302 ], [ -75.163269822239499, 39.991079988125499 ], [ -75.163274725373896, 39.991055242305798 ], [ -75.163275944065205, 39.991049111328699 ], [ -75.163036681621094, 39.9910181364435 ], [ -75.163034046389399, 39.991030086687999 ], [ -75.163026798381907, 39.991063032953598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2348 N 20TH ST", "addr_range": "2334-2348 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1290, "objectid": 1266, "Shape__Area": 204.453125, "Shape__Length": 74.881876101378637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165260003236398, 39.990248241864499 ], [ -75.165532490353698, 39.990285586214704 ], [ -75.165542455301903, 39.9902401273321 ], [ -75.165269978594694, 39.990203622080898 ], [ -75.165260003236398, 39.990248241864499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2408 N 19TH ST", "addr_range": "2402-2408 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1125, "objectid": 1267, "Shape__Area": 178.28515625, "Shape__Length": 67.078685567864497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163770012023903, 39.990725564334298 ], [ -75.163776976877898, 39.990726463703901 ], [ -75.163781007383307, 39.990708692787997 ], [ -75.163787007042004, 39.9906815704515 ], [ -75.163779750275097, 39.990680615850202 ], [ -75.163777707146807, 39.990680344560502 ], [ -75.163548508615904, 39.9906503714503 ], [ -75.163538747948905, 39.990695350948599 ], [ -75.163767968894305, 39.990725293044399 ], [ -75.163770012023903, 39.990725564334298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1501 W OAKDALE ST", "addr_range": "1501 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 772, "objectid": 1268, "Shape__Area": 122.42578125, "Shape__Length": 50.677757330694362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156380477911497, 39.9938828712177 ], [ -75.156437225857999, 39.993890746197103 ], [ -75.156464991352905, 39.993762978547501 ], [ -75.156458489227106, 39.9937620423417 ], [ -75.156407900521799, 39.993754790386902 ], [ -75.156407064170594, 39.993758591804003 ], [ -75.1563879813272, 39.993844465493503 ], [ -75.156379477967107, 39.993882735996301 ], [ -75.156380477911497, 39.9938828712177 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2511 N NAPA ST", "addr_range": "2511 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 736, "objectid": 1269, "Shape__Area": 116.74609375, "Shape__Length": 52.002081585071807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182731368913906, 39.9946979155741 ], [ -75.182910508702605, 39.994721491919499 ], [ -75.182919367245006, 39.994682324918301 ], [ -75.182853901530194, 39.9946738005196 ], [ -75.182740585816404, 39.994658661092302 ], [ -75.182731368913906, 39.9946979155741 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2613 N 27TH ST", "addr_range": "2605, 2609-2613 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 768, "objectid": 1270, "Shape__Area": 121.8515625, "Shape__Length": 55.158417701610169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175628776530104, 39.9953881126591 ], [ -75.175698796165506, 39.995397613688297 ], [ -75.175706331066195, 39.995360255528801 ], [ -75.175515383741697, 39.9953341316536 ], [ -75.175510705913496, 39.995333671739502 ], [ -75.175503671873003, 39.995371041122098 ], [ -75.175558477444895, 39.995378814353899 ], [ -75.175628776530104, 39.9953881126591 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2425 N 19TH ST", "addr_range": "2423-2429 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1052, "objectid": 1271, "Shape__Area": 166.8125, "Shape__Length": 66.231078662393074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163051670399099, 39.990949240218598 ], [ -75.163045922516304, 39.9909790928698 ], [ -75.163284149750197, 39.991010302099397 ], [ -75.163293213778402, 39.990968240625698 ], [ -75.163054609202604, 39.990937039125299 ], [ -75.163051670399099, 39.990949240218598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1903 W DAUPHIN ST", "addr_range": "1901-1915 W DAUPHIN ST; 2308-2316 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 960, "objectid": 1272, "Shape__Area": 152.234375, "Shape__Length": 63.415566682538341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163926978425394, 39.989175971071198 ], [ -75.163979074750202, 39.989182626634097 ], [ -75.164017215001394, 39.989007617647999 ], [ -75.163964862601603, 39.989000522941403 ], [ -75.163926978425394, 39.989175971071198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3043 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 668, "objectid": 1273, "Shape__Area": 105.92578125, "Shape__Length": 48.553708738805803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181487451260693, 39.996969649456801 ], [ -75.181459693845696, 39.997095631987698 ], [ -75.181510239692301, 39.9971024699786 ], [ -75.181537834537195, 39.996976354054603 ], [ -75.181487451260693, 39.996969649456801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2336 N 20TH ST", "addr_range": "2334-2348 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1164, "objectid": 1274, "Shape__Area": 184.59375, "Shape__Length": 73.406120442044198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165317906280094, 39.989990549006201 ], [ -75.1655897271322, 39.990026136578102 ], [ -75.165598755191596, 39.989986056379102 ], [ -75.165327429695097, 39.989949060881202 ], [ -75.165317906280094, 39.989990549006201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2427 N OPAL ST", "addr_range": "2427-2429 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 722, "objectid": 1275, "Shape__Area": 114.4296875, "Shape__Length": 51.245682826868169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164180228802493, 39.9911196032931 ], [ -75.164343513165207, 39.991141449788202 ], [ -75.164345265877202, 39.9911334125702 ], [ -75.164351915872402, 39.991102403462499 ], [ -75.164188688113001, 39.991080703315902 ], [ -75.164181890515906, 39.991079809542299 ], [ -75.164176281306297, 39.991079054266898 ], [ -75.164171549000599, 39.991094954193301 ], [ -75.1641672387032, 39.991117860011201 ], [ -75.164173452885805, 39.991118693789304 ], [ -75.164180228802493, 39.9911196032931 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2609 N 29TH ST", "addr_range": "2601-2613 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1127, "objectid": 1276, "Shape__Area": 178.74609375, "Shape__Length": 69.205408084079053 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178495549635102, 39.995644308382403 ], [ -75.178486393665693, 39.995687948264298 ], [ -75.178702053692604, 39.995717362501502 ], [ -75.178735966818095, 39.995722312762602 ], [ -75.178745374414206, 39.995679757911702 ], [ -75.178495549635102, 39.995644308382403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2636 N 29TH ST", "addr_range": "2634-2636 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1029, "objectid": 1277, "Shape__Area": 163.08984375, "Shape__Length": 67.514204095075144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178870832712803, 39.996320185541897 ], [ -75.179117506525401, 39.996354241840599 ], [ -75.179125955992205, 39.996314309069703 ], [ -75.178878971482106, 39.9962806963322 ], [ -75.178870832712803, 39.996320185541897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2355 N 20TH ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1069, "objectid": 1278, "Shape__Area": 169.41015625, "Shape__Length": 67.439434403733642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165070741170396, 39.990276816255196 ], [ -75.1648350721984, 39.990245104276703 ], [ -75.164827095065405, 39.990243780318103 ], [ -75.164817881437997, 39.9902859835843 ], [ -75.164826181487399, 39.990287040907901 ], [ -75.165061761108305, 39.990318395889197 ], [ -75.165070741170396, 39.990276816255196 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2417 N OPAL ST", "addr_range": "2417-2421 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 694, "objectid": 1279, "Shape__Area": 109.984375, "Shape__Length": 50.829495666084718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164222706268106, 39.990924318188704 ], [ -75.164385383389799, 39.990946133835401 ], [ -75.164393435276295, 39.990908577993103 ], [ -75.164230862407294, 39.990886764704399 ], [ -75.1642240245165, 39.990885852905897 ], [ -75.164217455165897, 39.990884964275999 ], [ -75.164215547771605, 39.990893802614401 ], [ -75.164209486288001, 39.990922552612702 ], [ -75.164215866032805, 39.990923406336996 ], [ -75.164222706268106, 39.990924318188704 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2407 N OPAL ST", "addr_range": "2401-2411 N OPAL ST; 2404-2406 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 698, "objectid": 1280, "Shape__Area": 110.61328125, "Shape__Length": 50.860460099968165 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164272806310393, 39.990693917427102 ], [ -75.164265904683802, 39.990692987976601 ], [ -75.164259066841396, 39.9906920446453 ], [ -75.164257769564301, 39.990698026994799 ], [ -75.164250873151701, 39.990730031574401 ], [ -75.164257668893001, 39.990730942422097 ], [ -75.164264550626598, 39.990731871424899 ], [ -75.1644266217168, 39.990753624716 ], [ -75.164434698875098, 39.990715957714997 ], [ -75.164272806310393, 39.990693917427102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2609 N 27TH ST", "addr_range": "2605, 2609-2613 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 720, "objectid": 1281, "Shape__Area": 114.24609375, "Shape__Length": 53.823067887079667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175523441614601, 39.995295156203703 ], [ -75.175714620531394, 39.995320174314102 ], [ -75.175722060978799, 39.995284781845299 ], [ -75.175530442016694, 39.995258673562397 ], [ -75.175523441614601, 39.995295156203703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2428 N 19TH ST", "addr_range": "2416-2428 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1022, "objectid": 1282, "Shape__Area": 162.05078125, "Shape__Length": 66.402950725331451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163677270476498, 39.9911538428968 ], [ -75.163685172677702, 39.991154891336201 ], [ -75.163689449500296, 39.991132838040102 ], [ -75.163694118138096, 39.991114245363001 ], [ -75.1636860696414, 39.991113193627697 ], [ -75.163683942883097, 39.991112903332898 ], [ -75.163452824508894, 39.9910826444316 ], [ -75.163444024273701, 39.991122795400102 ], [ -75.163675120827904, 39.991153569205302 ], [ -75.163677270476498, 39.9911538428968 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2624 N 27TH ST", "addr_range": "2622-2626 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 936, "objectid": 1283, "Shape__Area": 148.36328125, "Shape__Length": 61.757453838294076 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175866591439103, 39.995563428110003 ], [ -75.176085947095302, 39.995593187859299 ], [ -75.176095502665902, 39.9955528611044 ], [ -75.175873913581299, 39.995522842251198 ], [ -75.175866591439103, 39.995563428110003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2422 N OPAL ST", "addr_range": "2416-2422 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 773, "objectid": 1284, "Shape__Area": 122.51953125, "Shape__Length": 52.409914648477788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164461606916106, 39.9910941703506 ], [ -75.164628856454797, 39.991115894921002 ], [ -75.164630859252497, 39.991116149068603 ], [ -75.164639950989098, 39.991117336862601 ], [ -75.164644011669594, 39.9910982141771 ], [ -75.164648835429702, 39.991076093882498 ], [ -75.164639763595304, 39.9910749065373 ], [ -75.164637845101893, 39.991074653387798 ], [ -75.164471001030805, 39.991052711806901 ], [ -75.164462309272594, 39.991091106501599 ], [ -75.164461606916106, 39.9910941703506 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1521 W DAUPHIN ST", "addr_range": "1515-1523 W DAUPHIN ST; 2305-2307 N SYNDENHAM ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 950, "objectid": 1285, "Shape__Area": 150.6484375, "Shape__Length": 66.77682780409539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158080891160097, 39.988429726445901 ], [ -75.158128418941303, 39.988436360809899 ], [ -75.158172724947207, 39.988250112818299 ], [ -75.158173550068398, 39.988246601265402 ], [ -75.158125974066095, 39.988240159546798 ], [ -75.158080891160097, 39.988429726445901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2453 N CARLISLE ST", "addr_range": "2453-2455 N CARLISLE ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 899, "objectid": 1286, "Shape__Area": 142.51171875, "Shape__Length": 62.567823754173475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155839516523898, 39.990768716174202 ], [ -75.156066920420201, 39.990799485912198 ], [ -75.156075364726505, 39.9907617132626 ], [ -75.155847107613596, 39.990731295474099 ], [ -75.155839516523898, 39.990768716174202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2211 N 22ND ST", "addr_range": "2209-2227 N 22ND ST; 2141-2143 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1711, "objectid": 1287, "Shape__Area": 271.1171875, "Shape__Length": 93.009384662812536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168965771122799, 39.988319397778803 ], [ -75.169050690690199, 39.988330867145798 ], [ -75.169060705212303, 39.9882846504753 ], [ -75.168974621560196, 39.988272929683497 ], [ -75.168710407167097, 39.988236972356603 ], [ -75.1686991701403, 39.988283419197799 ], [ -75.168965771122799, 39.988319397778803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2264 N VAN PELT ST", "addr_range": "2264-2266 N VAN PELT ST; 2255-2263 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1023, "objectid": 1288, "Shape__Area": 162.2109375, "Shape__Length": 67.200930929407107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168197034836197, 39.989354990136199 ], [ -75.1684409677773, 39.989387057720002 ], [ -75.168448942274296, 39.989347067167103 ], [ -75.168202865022707, 39.989315175715603 ], [ -75.168195469768804, 39.989354777431799 ], [ -75.168197034836197, 39.989354990136199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2141 W SUSQUEHANNA AVE", "addr_range": "2209-2227 N 22ND ST; 2141-2143 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1223, "objectid": 1289, "Shape__Area": 193.875, "Shape__Length": 71.158388290891267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168951694605298, 39.988222201498601 ], [ -75.168983397153397, 39.988226766249298 ], [ -75.169010949862596, 39.9882307385109 ], [ -75.169055567831705, 39.988034903615699 ], [ -75.169019795991602, 39.988029941031101 ], [ -75.168996135566999, 39.988026651867699 ], [ -75.168951694605298, 39.988222201498601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2309 N 19TH ST", "addr_range": "2301-2309 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1090, "objectid": 1290, "Shape__Area": 172.7265625, "Shape__Length": 67.372104150725164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163447461432099, 39.989154123993302 ], [ -75.163689668547704, 39.989185180739703 ], [ -75.163699329905299, 39.989142277638599 ], [ -75.163456383563897, 39.989111350214998 ], [ -75.163447461432099, 39.989154123993302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2502 N STANLEY ST", "addr_range": "2500-2508 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 716, "objectid": 1291, "Shape__Area": 113.5703125, "Shape__Length": 51.148506290381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181917748280398, 39.994477300139302 ], [ -75.182092790626299, 39.994501156424199 ], [ -75.182101687424606, 39.994462104759997 ], [ -75.181925435504198, 39.994438639493701 ], [ -75.181917748280398, 39.994477300139302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2402 N OPAL ST", "addr_range": "2400-2412 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 800, "objectid": 1292, "Shape__Area": 126.90234375, "Shape__Length": 52.703715467060967 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164717492187407, 39.990714412244103 ], [ -75.164725207153793, 39.990715423958903 ], [ -75.164734537689995, 39.990672368268001 ], [ -75.164726758356593, 39.990671355103899 ], [ -75.164722088227805, 39.990670733633003 ], [ -75.164557472920094, 39.990649197355999 ], [ -75.164547871424006, 39.990692198276903 ], [ -75.164713195318896, 39.990713863152301 ], [ -75.164717492187407, 39.990714412244103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2221 N 19TH ST", "addr_range": "2219-2221 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1077, "objectid": 1293, "Shape__Area": 170.7421875, "Shape__Length": 69.468573491486964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163726172397503, 39.987825537329101 ], [ -75.163981881299193, 39.987856881587199 ], [ -75.163990875810299, 39.987816623241002 ], [ -75.163735517903405, 39.987785416655001 ], [ -75.163726172397503, 39.987825537329101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2643 N STANLEY ST", "addr_range": "2640 N CORLIES ST; 2641-2643 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 670, "objectid": 1294, "Shape__Area": 106.21875, "Shape__Length": 50.347246660822123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181147573378794, 39.996678449233301 ], [ -75.181322604234097, 39.996703837128599 ], [ -75.181330809632101, 39.996666978415 ], [ -75.1811558657635, 39.996642607014103 ], [ -75.181147573378794, 39.996678449233301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1917 W DAUPHIN ST", "addr_range": "1917-1919 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1029, "objectid": 1295, "Shape__Area": 163.171875, "Shape__Length": 64.35330506944419 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164404631337703, 39.989240138087403 ], [ -75.164461420966006, 39.989247913698797 ], [ -75.164497358494899, 39.989071871953101 ], [ -75.164442517988505, 39.989064624108899 ], [ -75.164441601773007, 39.9890688751833 ], [ -75.164404631337703, 39.989240138087403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2524 N NAPA ST", "addr_range": "2520-2524 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 710, "objectid": 1296, "Shape__Area": 112.60546875, "Shape__Length": 51.041323858942434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182953483937297, 39.995002823788901 ], [ -75.1831290354137, 39.9950271079096 ], [ -75.183137271491503, 39.994988879341498 ], [ -75.182962078022399, 39.994964021185297 ], [ -75.182953483937297, 39.995002823788901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2533 N BOUVIER ST", "addr_range": "2533-2535N BOUVIER ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 694, "objectid": 1297, "Shape__Area": 110.09765625, "Shape__Length": 50.311323944496031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160715491476793, 39.992328537416299 ], [ -75.160887796218603, 39.992351316685102 ], [ -75.160896382318398, 39.992313016238903 ], [ -75.160723198750901, 39.992290184719501 ], [ -75.160715491476793, 39.992328537416299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2611 N 27TH ST", "addr_range": "2605, 2609-2613 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 792, "objectid": 1298, "Shape__Area": 125.54296875, "Shape__Length": 54.813401047193764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175515383741697, 39.9953341316536 ], [ -75.175706331066195, 39.995360255528801 ], [ -75.175714620531394, 39.995320174314102 ], [ -75.175523441614601, 39.995295156203703 ], [ -75.175515383741697, 39.9953341316536 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1619 W SUSQUEHANNA AVE", "addr_range": "1617-1623 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 984, "objectid": 1299, "Shape__Area": 155.98046875, "Shape__Length": 61.005110173238386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1601339535394, 39.986880785225701 ], [ -75.160097361550797, 39.987043528290698 ], [ -75.160154835083901, 39.987051402609602 ], [ -75.160191435390601, 39.986888499335997 ], [ -75.1601339535394, 39.986880785225701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2634 N CORLIES ST", "addr_range": "2634-2636 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 726, "objectid": 1300, "Shape__Area": 115.078125, "Shape__Length": 51.633304112489427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180989268443199, 39.9965067770665 ], [ -75.181166870054099, 39.9965312406433 ], [ -75.181175878122303, 39.996493108754201 ], [ -75.180998599878805, 39.996467315327003 ], [ -75.180989268443199, 39.9965067770665 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2265 N 18TH ST", "addr_range": "2265-2267 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 984, "objectid": 1301, "Shape__Area": 155.94921875, "Shape__Length": 63.828066275566144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161976041032403, 39.988546106240399 ], [ -75.162205618614294, 39.988576412876398 ], [ -75.162214531472102, 39.988534976977597 ], [ -75.161985476907404, 39.988505826439898 ], [ -75.161976041032403, 39.988546106240399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2213 W DAUPHIN ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 876, "objectid": 1302, "Shape__Area": 138.875, "Shape__Length": 57.614355019988366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1692539465718, 39.989825890275903 ], [ -75.169308892487194, 39.989832025414103 ], [ -75.169341027821503, 39.989678497974097 ], [ -75.169287274144494, 39.989671293121297 ], [ -75.169255685832098, 39.989818159939603 ], [ -75.1692539465718, 39.989825890275903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3000 W LEHIGH AVE", "addr_range": "3000 W LEHIGH AVE", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1180, "objectid": 1303, "Shape__Area": 187.0703125, "Shape__Length": 74.043867240865396 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180361657869, 39.996956398302601 ], [ -75.180359323085199, 39.996956088348398 ], [ -75.180310855670001, 39.997166251563399 ], [ -75.180364983275098, 39.997173137803898 ], [ -75.180412123439595, 39.996963185429102 ], [ -75.180361657869, 39.996956398302601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2301 N GRATZ ST", "addr_range": "2301-2305 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 664, "objectid": 1304, "Shape__Area": 105.3359375, "Shape__Length": 46.414081417998901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163045032794102, 39.988920747396598 ], [ -75.163195543525802, 39.988940598520401 ], [ -75.163201547898396, 39.988913877269198 ], [ -75.163204931730107, 39.988898784933099 ], [ -75.163182768252199, 39.988895803119703 ], [ -75.163054205792207, 39.988878558651599 ], [ -75.163045032794102, 39.988920747396598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2626 N 27TH ST", "addr_range": "2622-2626 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 940, "objectid": 1305, "Shape__Area": 148.9921875, "Shape__Length": 61.630040526079853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175858092188307, 39.995604069563797 ], [ -75.176077539290404, 39.995634201692702 ], [ -75.176085947095302, 39.995593187859299 ], [ -75.175866591439103, 39.995563428110003 ], [ -75.175858092188307, 39.995604069563797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2301 N 19TH ST", "addr_range": "2301-2309 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1146, "objectid": 1306, "Shape__Area": 181.63671875, "Shape__Length": 67.96985018450772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163495514053594, 39.988937348497899 ], [ -75.163485698542402, 39.988982697071002 ], [ -75.163727103853901, 39.989014461000799 ], [ -75.163738131250497, 39.988969766824802 ], [ -75.163495514053594, 39.988937348497899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2221 N 22ND ST", "addr_range": "2209-2227 N 22ND ST; 2141-2143 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1642, "objectid": 1307, "Shape__Area": 260.21484375, "Shape__Length": 92.606994471296062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168931934589096, 39.988497277318899 ], [ -75.168659634985204, 39.9884612182653 ], [ -75.168649894510807, 39.988505764283502 ], [ -75.1689234741673, 39.988541803487301 ], [ -75.169002107338102, 39.988552162925799 ], [ -75.169011338730101, 39.9885077838358 ], [ -75.168931934589096, 39.988497277318899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1940 W YORK ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 948, "objectid": 1308, "Shape__Area": 150.3046875, "Shape__Length": 61.694357063415794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164908270170997, 39.9905243205273 ], [ -75.164962090372896, 39.990531416296797 ], [ -75.164998210963006, 39.990363196647102 ], [ -75.164944669662006, 39.990355978327898 ], [ -75.164908270170997, 39.9905243205273 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2452 N GRATZ ST", "addr_range": "2452-2454 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 736, "objectid": 1309, "Shape__Area": 116.68359375, "Shape__Length": 51.669446295413572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162924201554006, 39.991503387761398 ], [ -75.162929498414599, 39.991504071184401 ], [ -75.162934528523806, 39.991483745017 ], [ -75.162939155728694, 39.991464585593903 ], [ -75.162932919158905, 39.991463785483397 ], [ -75.162928686629698, 39.991463237775697 ], [ -75.1627612597308, 39.991441699555402 ], [ -75.1627530235845, 39.991481329794397 ], [ -75.162919967783495, 39.991502841827497 ], [ -75.162924201554006, 39.991503387761398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2406 N OPAL ST", "addr_range": "2400-2412 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 760, "objectid": 1310, "Shape__Area": 120.49609375, "Shape__Length": 52.167334806138939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164709095285502, 39.990753282123102 ], [ -75.164705175252493, 39.990752773054403 ], [ -75.164539168718903, 39.990730882856198 ], [ -75.164530534395794, 39.990771616983103 ], [ -75.1646967685096, 39.990793593408902 ], [ -75.164700314150195, 39.990794059806497 ], [ -75.164708298806502, 39.990795126251598 ], [ -75.1647158089622, 39.990759702605203 ], [ -75.164716957143298, 39.990754312464198 ], [ -75.164709095285502, 39.990753282123102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2267 N 18TH ST", "addr_range": "2265-2267 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1072, "objectid": 1311, "Shape__Area": 169.91796875, "Shape__Length": 65.003387887735528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162205618614294, 39.988576412876398 ], [ -75.161976041032403, 39.988546106240399 ], [ -75.161966242127903, 39.9885904405361 ], [ -75.162196165862895, 39.988620981148003 ], [ -75.162205618614294, 39.988576412876398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2353 N OPAL ST", "addr_range": "2353-2359 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 600, "objectid": 1312, "Shape__Area": 95.12109375, "Shape__Length": 47.095682877380682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164383269129104, 39.990154601907903 ], [ -75.164546241956501, 39.990176295183801 ], [ -75.164553902321799, 39.990141326339099 ], [ -75.164391797853099, 39.990119379626002 ], [ -75.164383269129104, 39.990154601907903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2400 N OPAL ST", "addr_range": "2400-2412 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 878, "objectid": 1313, "Shape__Area": 139.2734375, "Shape__Length": 53.911594185476652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164726758356593, 39.990671355103899 ], [ -75.164734537689995, 39.990672368268001 ], [ -75.164744413729196, 39.990624860332701 ], [ -75.164737178541301, 39.9906239233975 ], [ -75.1647318817311, 39.9906232400579 ], [ -75.164567442761793, 39.990601997891403 ], [ -75.164567187818605, 39.990603217529497 ], [ -75.164557472920094, 39.990649197355999 ], [ -75.164722088227805, 39.990670733633003 ], [ -75.164726758356593, 39.990671355103899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1915 W DAUPHIN ST", "addr_range": "1901-1915 W DAUPHIN ST; 2308-2316 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1019, "objectid": 1314, "Shape__Area": 161.515625, "Shape__Length": 64.114872764903879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164297997028598, 39.989225452334502 ], [ -75.164299582011395, 39.989225664640102 ], [ -75.164333099365095, 39.989067511235 ], [ -75.164336700436905, 39.989050521721502 ], [ -75.164282244809201, 39.989043072533804 ], [ -75.164243241303097, 39.989218190089197 ], [ -75.164297997028598, 39.989225452334502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2333 N 20TH ST", "addr_range": "2333-2339 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1016, "objectid": 1315, "Shape__Area": 161.10546875, "Shape__Length": 65.111127314530833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164925019189099, 39.989834961623899 ], [ -75.165159052017003, 39.9898661374406 ], [ -75.165167690451995, 39.989824759142998 ], [ -75.164933218899805, 39.9897935419242 ], [ -75.164925019189099, 39.989834961623899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2434 N GARNET ST", "addr_range": "2432-2438 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 748, "objectid": 1316, "Shape__Area": 118.66796875, "Shape__Length": 51.975885737684109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164121329435204, 39.991290485637002 ], [ -75.164129733150304, 39.991291592196603 ], [ -75.164131940642307, 39.991281487485402 ], [ -75.164134052214095, 39.991271717593001 ], [ -75.164138428179896, 39.991251425298998 ], [ -75.164130066672698, 39.991250317888699 ], [ -75.164124019782406, 39.991249520314 ], [ -75.163960745224301, 39.99122796476 ], [ -75.163951946049593, 39.991268033792402 ], [ -75.164115364469794, 39.991289689907603 ], [ -75.164121329435204, 39.991290485637002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 N 19TH ST", "addr_range": "2433 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 952, "objectid": 1317, "Shape__Area": 151.0078125, "Shape__Length": 65.333428653897101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163008816870402, 39.991144437200496 ], [ -75.163248568959503, 39.991175792585103 ], [ -75.163256961105901, 39.991138116532099 ], [ -75.1630169505125, 39.991106447188301 ], [ -75.163016547633106, 39.991108228426199 ], [ -75.163008816870402, 39.991144437200496 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2562 N NAPA ST", "addr_range": "2562 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 715, "objectid": 1318, "Shape__Area": 113.33203125, "Shape__Length": 51.659312235152498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182793461116106, 39.995722519730201 ], [ -75.182972725462506, 39.995746808698001 ], [ -75.182980646943193, 39.995708539765502 ], [ -75.182801995943706, 39.995684700613801 ], [ -75.182793461116106, 39.995722519730201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2426 N GRATZ ST", "addr_range": "2426 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 754, "objectid": 1319, "Shape__Area": 119.50390625, "Shape__Length": 52.033051899592031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163046291163795, 39.990948506288902 ], [ -75.163041976768, 39.990947925203898 ], [ -75.162873988459097, 39.990925197739998 ], [ -75.162865526554597, 39.990965806805498 ], [ -75.163033152933806, 39.9909880747134 ], [ -75.163037469707206, 39.990988654951202 ], [ -75.163043057276496, 39.990989393576697 ], [ -75.163045922516304, 39.9909790928698 ], [ -75.163051670399099, 39.990949240218598 ], [ -75.163046291163795, 39.990948506288902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2211 W DAUPHIN ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 788, "objectid": 1320, "Shape__Area": 124.984375, "Shape__Length": 54.823471961530487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169233411435798, 39.989674724963699 ], [ -75.1692050904106, 39.989811686505902 ], [ -75.169255685832098, 39.989818159939603 ], [ -75.169287274144494, 39.989671293121297 ], [ -75.169235514663697, 39.989664568271998 ], [ -75.169233411435798, 39.989674724963699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1437 W HAGERT ST", "addr_range": "2433-2437 N 15TH ST; 1435-1437 W HAGERT ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 707, "objectid": 1321, "Shape__Area": 112.08984375, "Shape__Length": 50.023440688207387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156724389954306, 39.990362163050001 ], [ -75.156695464133193, 39.990491806566801 ], [ -75.156747008717602, 39.9904992097931 ], [ -75.156776316058298, 39.990368898221 ], [ -75.156724389954306, 39.990362163050001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2418 N 19TH ST", "addr_range": "2416-2428 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1135, "objectid": 1322, "Shape__Area": 180.01171875, "Shape__Length": 67.371631006586185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163723599987506, 39.990939945065797 ], [ -75.163731461852095, 39.990940975474402 ], [ -75.163739003516696, 39.990904215483198 ], [ -75.163740748765093, 39.990895791569102 ], [ -75.163733366155896, 39.990894818812599 ], [ -75.163731280887006, 39.990894546572598 ], [ -75.163502052348306, 39.990864266364298 ], [ -75.163498406610699, 39.990880175434299 ], [ -75.163491670703394, 39.990909555330902 ], [ -75.163721495472103, 39.990939655272697 ], [ -75.163723599987506, 39.990939945065797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2609 W OAKDALE ST", "addr_range": "2609 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 617, "objectid": 1323, "Shape__Area": 97.79296875, "Shape__Length": 44.499745666801509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174301764630599, 39.996221928867897 ], [ -75.174355849384796, 39.996228799891199 ], [ -75.174380746748596, 39.996118858403598 ], [ -75.174327978832395, 39.996112080008601 ], [ -75.174301764630599, 39.996221928867897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2406 N 19TH ST", "addr_range": "2402-2408 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 982, "objectid": 1324, "Shape__Area": 155.67578125, "Shape__Length": 65.439510966825083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163779750275097, 39.990680615850202 ], [ -75.163787007042004, 39.9906815704515 ], [ -75.163788961922904, 39.990672070942601 ], [ -75.163795578646898, 39.990642494627998 ], [ -75.163788217097306, 39.990641523249998 ], [ -75.163786175174806, 39.990641251086501 ], [ -75.163557070940399, 39.990610958452599 ], [ -75.163550744059407, 39.990640057441802 ], [ -75.163548508615904, 39.9906503714503 ], [ -75.163777707146807, 39.990680344560502 ], [ -75.163779750275097, 39.990680615850202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1512 W LEHIGH AVE", "addr_range": "1512 W LEHIGH AVE", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1008, "objectid": 1325, "Shape__Area": 159.890625, "Shape__Length": 63.856008716539236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156820628060999, 39.994129649127402 ], [ -75.156876705562397, 39.9941375096383 ], [ -75.156912678560204, 39.993962228351201 ], [ -75.156858606790095, 39.993955654768797 ], [ -75.156820628060999, 39.994129649127402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2413 N GRATZ ST", "addr_range": "2413 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 697, "objectid": 1326, "Shape__Area": 110.4609375, "Shape__Length": 50.792260008509984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162656465543904, 39.990600332158301 ], [ -75.162654843157299, 39.990607710947003 ], [ -75.162648201415493, 39.990637930869497 ], [ -75.162823445638494, 39.990660999733301 ], [ -75.162832332990106, 39.990623028523601 ], [ -75.162656465543904, 39.990600332158301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2312 N 22ND ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1037, "objectid": 1327, "Shape__Area": 164.375, "Shape__Length": 66.076115401622445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168925258645103, 39.989936737645898 ], [ -75.169163955405196, 39.989966558596002 ], [ -75.169172745648595, 39.989924974430103 ], [ -75.168933766607395, 39.989895372400802 ], [ -75.168925258645103, 39.989936737645898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2324 N 22ND ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1089, "objectid": 1328, "Shape__Area": 172.609375, "Shape__Length": 66.687506199017889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168869549066002, 39.990201526369802 ], [ -75.169108805193503, 39.990231570829998 ], [ -75.169117089022095, 39.9901884264372 ], [ -75.168879017749802, 39.990157507621603 ], [ -75.168869549066002, 39.990201526369802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2304 N 22ND ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1076, "objectid": 1329, "Shape__Area": 170.58203125, "Shape__Length": 66.479963297217253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168961322556001, 39.989763084387199 ], [ -75.169200013090801, 39.989793115072104 ], [ -75.169208613310403, 39.9897493173453 ], [ -75.168970167632295, 39.989720614869597 ], [ -75.168961322556001, 39.989763084387199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2438 N OPAL ST", "addr_range": "2438-2440 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 751, "objectid": 1330, "Shape__Area": 119.01171875, "Shape__Length": 51.998466913914925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164562723325403, 39.9914321915629 ], [ -75.164571689835299, 39.991433377441702 ], [ -75.164579327217197, 39.9913979080128 ], [ -75.164580553165095, 39.991393244941698 ], [ -75.164571398254296, 39.991392023284298 ], [ -75.164568729095606, 39.991391672133702 ], [ -75.1644029198021, 39.991369545644901 ], [ -75.164394148299493, 39.991410001864601 ], [ -75.164559971648899, 39.991431823236297 ], [ -75.164562723325403, 39.9914321915629 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2501 N 28TH ST", "addr_range": "2501-2507 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1302, "objectid": 1331, "Shape__Area": 206.44921875, "Shape__Length": 79.700130547805585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177219129749105, 39.993813856097297 ], [ -75.177517252291906, 39.993854952815902 ], [ -75.177526309171, 39.993812825379202 ], [ -75.177513277248394, 39.993811082689398 ], [ -75.177471530300906, 39.993805488849802 ], [ -75.177227789514504, 39.993772815409102 ], [ -75.177227177527598, 39.993775703849899 ], [ -75.177219129749105, 39.993813856097297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2403 N OPAL ST", "addr_range": "2401-2411 N OPAL ST; 2404-2406 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 750, "objectid": 1332, "Shape__Area": 118.98828125, "Shape__Length": 51.643008230996941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164280936944493, 39.990656509330201 ], [ -75.164442116367198, 39.990678048797903 ], [ -75.164451520595804, 39.9906374617658 ], [ -75.164289827938802, 39.990615652155803 ], [ -75.164282905869896, 39.990614706027301 ], [ -75.164275837502103, 39.990613756602698 ], [ -75.164267133081793, 39.990654666634001 ], [ -75.164274034738796, 39.990655595184201 ], [ -75.164280936944493, 39.990656509330201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2432 N OPAL ST", "addr_range": "2430-2432 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 776, "objectid": 1333, "Shape__Area": 123.0234375, "Shape__Length": 52.3741921242136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1645891141482, 39.991309855998303 ], [ -75.164598372009607, 39.991311080874503 ], [ -75.164607093257501, 39.9912691719747 ], [ -75.164598125500603, 39.991268019407698 ], [ -75.164595768780899, 39.991267707731801 ], [ -75.164429709052001, 39.9912460747964 ], [ -75.164420710516296, 39.991287541347603 ], [ -75.164586652639102, 39.991309527545702 ], [ -75.1645891141482, 39.991309855998303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1911 W DAUPHIN ST", "addr_range": "1901-1915 W DAUPHIN ST; 2308-2316 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 969, "objectid": 1334, "Shape__Area": 153.6640625, "Shape__Length": 63.530159289042246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164138676988301, 39.989204147292902 ], [ -75.164191493738997, 39.989211172187197 ], [ -75.164230041705807, 39.989035931756902 ], [ -75.164177450130396, 39.989029057013703 ], [ -75.164138676988301, 39.989204147292902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2308 N 22ND ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1103, "objectid": 1335, "Shape__Area": 174.83984375, "Shape__Length": 66.781446631290208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168943244999795, 39.989851126811502 ], [ -75.169181932845206, 39.989881174585904 ], [ -75.169190242312794, 39.989837353203299 ], [ -75.168952467173398, 39.989806441171297 ], [ -75.168943244999795, 39.989851126811502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2346 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1048, "objectid": 1336, "Shape__Area": 166.13671875, "Shape__Length": 66.823694775722103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167150011423303, 39.990469751039399 ], [ -75.167388729761996, 39.990499591457898 ], [ -75.167392651621199, 39.9905000833567 ], [ -75.167399310856595, 39.990469347319802 ], [ -75.167401128102796, 39.9904596031922 ], [ -75.167397227894895, 39.990459096463603 ], [ -75.1671594053484, 39.990427728274398 ], [ -75.167150011423303, 39.990469751039399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2336 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1117, "objectid": 1337, "Shape__Area": 177.08203125, "Shape__Length": 66.874272207901939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167448296597101, 39.990242080204197 ], [ -75.167442999269596, 39.990241379858801 ], [ -75.167209849370806, 39.990210616955999 ], [ -75.167199784605501, 39.990254849233402 ], [ -75.167364111363, 39.990277374457101 ], [ -75.167433841049004, 39.990284972107197 ], [ -75.1674391410033, 39.990285541864999 ], [ -75.167441798123505, 39.990272964022701 ], [ -75.167448296597101, 39.990242080204197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2354 N 19TH ST", "addr_range": "2344-2354 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1088, "objectid": 1338, "Shape__Area": 172.40625, "Shape__Length": 65.316849731451839 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163654136307798, 39.990173170781098 ], [ -75.1637604648691, 39.990187123993401 ], [ -75.163884623768098, 39.990203430447799 ], [ -75.163894414093903, 39.990158740820299 ], [ -75.163663969247096, 39.990127950530997 ], [ -75.163654136307798, 39.990173170781098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2329 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1231, "objectid": 1339, "Shape__Area": 195.12890625, "Shape__Length": 75.642983762467168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166759830878703, 39.990036212124203 ], [ -75.167040436767707, 39.990072785049101 ], [ -75.167049116193198, 39.990032486072401 ], [ -75.166769736935805, 39.989992863806798 ], [ -75.166759830878703, 39.990036212124203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2353 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1200, "objectid": 1340, "Shape__Area": 190.16796875, "Shape__Length": 75.43781458318746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166643400245505, 39.990557759624899 ], [ -75.166923249258105, 39.990597748619003 ], [ -75.166932274541594, 39.990559909092802 ], [ -75.166933099209899, 39.990556429012003 ], [ -75.166652295837693, 39.990517821438203 ], [ -75.166643400245505, 39.990557759624899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1527 W YORK ST", "addr_range": "1527 W YORK ST; 2402-2412 N SYNDENHAM ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1198, "objectid": 1341, "Shape__Area": 189.8671875, "Shape__Length": 67.402640416377082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158069406874802, 39.989770011393901 ], [ -75.158028213386103, 39.9899493170361 ], [ -75.158092018478996, 39.989958349863997 ], [ -75.158132037056603, 39.989778518507798 ], [ -75.158107033236305, 39.989774729138396 ], [ -75.158069631555307, 39.9897690658945 ], [ -75.158069406874802, 39.989770011393901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2558 N 16TH ST", "addr_range": "2556-2564 NORTH 16TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1010, "objectid": 1342, "Shape__Area": 160.1171875, "Shape__Length": 64.20105344777339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158292377031302, 39.992552127982698 ], [ -75.158282755963597, 39.9925939341827 ], [ -75.1585118335896, 39.992626091834602 ], [ -75.158521460020097, 39.992584172211401 ], [ -75.158292377031302, 39.992552127982698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2354 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1040, "objectid": 1343, "Shape__Area": 164.94921875, "Shape__Length": 67.230434574060453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167112285415101, 39.990643946688799 ], [ -75.167280287410193, 39.990666265489899 ], [ -75.167332745442195, 39.9906717328914 ], [ -75.167351780450304, 39.990675433682703 ], [ -75.167356753770903, 39.990676399748502 ], [ -75.167360153177697, 39.990660259780299 ], [ -75.167365522975004, 39.990634815221597 ], [ -75.167360433823603, 39.990634184430199 ], [ -75.167121080241799, 39.990603909795801 ], [ -75.167112285415101, 39.990643946688799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2339 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1313, "objectid": 1344, "Shape__Area": 208.0859375, "Shape__Length": 76.447375267413335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166712027487407, 39.990251094130102 ], [ -75.166991980057901, 39.990291069097097 ], [ -75.167001521893596, 39.990245744750297 ], [ -75.166722207327894, 39.990207170823297 ], [ -75.166712027487407, 39.990251094130102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2330 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1057, "objectid": 1345, "Shape__Area": 167.640625, "Shape__Length": 66.109389544318603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167228963871196, 39.990125709289501 ], [ -75.167461091423903, 39.990155256213797 ], [ -75.167466430940806, 39.990155925071399 ], [ -75.167475043528597, 39.990115190275198 ], [ -75.167475525987697, 39.9901129765259 ], [ -75.1674701232389, 39.990112307147001 ], [ -75.167237793574699, 39.990083673823499 ], [ -75.167228963871196, 39.990125709289501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2314 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1093, "objectid": 1346, "Shape__Area": 173.328125, "Shape__Length": 67.255314419583328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167549092123906, 39.989763929006202 ], [ -75.167543481656807, 39.989763239639302 ], [ -75.167306951654098, 39.989733768586397 ], [ -75.167297735850795, 39.989777149593102 ], [ -75.167534425820804, 39.989806268360098 ], [ -75.167539223583702, 39.989806859251601 ], [ -75.167540285346504, 39.989801548234503 ], [ -75.167549092123906, 39.989763929006202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2301 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1332, "objectid": 1347, "Shape__Area": 211.08203125, "Shape__Length": 76.250788576756335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1671757919447, 39.989458006226002 ], [ -75.167185367197902, 39.989411796922802 ], [ -75.166907987595494, 39.9893736534491 ], [ -75.166898098593407, 39.989418775355901 ], [ -75.1671757919447, 39.989458006226002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2336 N VAN PELT ST", "addr_range": "2328-2336 N VANPELT ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 776, "objectid": 1348, "Shape__Area": 123.046875, "Shape__Length": 52.368422609024847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167910035481597, 39.990253855162202 ], [ -75.167915789210795, 39.990254628824303 ], [ -75.167915614775893, 39.990251514598903 ], [ -75.167924962410197, 39.9902123595704 ], [ -75.167918926810799, 39.990211821039502 ], [ -75.167747809820597, 39.9901892880087 ], [ -75.167738990763695, 39.990231082274697 ], [ -75.167910035481597, 39.990253855162202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2321 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1339, "objectid": 1349, "Shape__Area": 212.265625, "Shape__Length": 76.700709710736334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166798868464696, 39.989862287564598 ], [ -75.167078745779506, 39.989900874000298 ], [ -75.167089011685604, 39.989854680245102 ], [ -75.166809079512404, 39.989817479256999 ], [ -75.166798868464696, 39.989862287564598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2309 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1354, "objectid": 1350, "Shape__Area": 214.6875, "Shape__Length": 76.520203067610282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166857702081998, 39.989600938869103 ], [ -75.167135409028901, 39.989639831344903 ], [ -75.167137428398306, 39.9896313333672 ], [ -75.167144894233701, 39.989599809987602 ], [ -75.167146364208506, 39.989593653096698 ], [ -75.166868643677304, 39.989554599056 ], [ -75.166857702081998, 39.989600938869103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2546 N 19TH ST", "addr_range": "2542-2546 N 19TH ST; 2547-2553 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 3733, "objectid": 1351, "Shape__Area": 591.6328125, "Shape__Length": 109.08980958414379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163034995858894, 39.992996760430202 ], [ -75.163167487893105, 39.993156632169097 ], [ -75.163221978505504, 39.993222381914201 ], [ -75.163232768994206, 39.993218529072102 ], [ -75.163234922338006, 39.993208743915702 ], [ -75.163243186973304, 39.993171162296598 ], [ -75.163263815667193, 39.993077471052601 ], [ -75.163271714497299, 39.993039558624801 ], [ -75.163279645497198, 39.993001354992302 ], [ -75.163284774324097, 39.992981143662099 ], [ -75.1632756624644, 39.992979955312499 ], [ -75.163045287292206, 39.992949858444902 ], [ -75.163034995858894, 39.992996760430202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2404 N GARNET ST", "addr_range": "2401-2411 N OPAL ST; 2404-2406 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 772, "objectid": 1352, "Shape__Area": 122.41015625, "Shape__Length": 52.335304585377315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164250346588204, 39.990697038044701 ], [ -75.164257769564301, 39.990698026994799 ], [ -75.164259066841396, 39.9906920446453 ], [ -75.164266780393206, 39.990656238168597 ], [ -75.164259419388799, 39.990655283051602 ], [ -75.164253807808905, 39.990654560162199 ], [ -75.164088852471707, 39.9906331597114 ], [ -75.164080371750501, 39.990674252271099 ], [ -75.164244570625897, 39.990696263697998 ], [ -75.164250346588204, 39.990697038044701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2327 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1328, "objectid": 1353, "Shape__Area": 210.5234375, "Shape__Length": 76.568881632945477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166769736935805, 39.989992863806798 ], [ -75.167049116193198, 39.990032486072401 ], [ -75.167059617663597, 39.989986136338601 ], [ -75.166779687305393, 39.989948935331697 ], [ -75.166769736935805, 39.989992863806798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2324 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1121, "objectid": 1354, "Shape__Area": 177.703125, "Shape__Length": 67.314466204349486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167253126781503, 39.989999566764197 ], [ -75.1674874972922, 39.990029632643299 ], [ -75.167492585817598, 39.990030278733201 ], [ -75.167500126078295, 39.989996209840498 ], [ -75.167502403924701, 39.989985380441603 ], [ -75.167496938601403, 39.989984693437599 ], [ -75.167261452840407, 39.989955311577397 ], [ -75.167253126781503, 39.989999566764197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2341 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1253, "objectid": 1355, "Shape__Area": 198.6484375, "Shape__Length": 75.892743806081512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166702807113197, 39.990293474869297 ], [ -75.166982182268299, 39.990333790959298 ], [ -75.166991980057901, 39.990291069097097 ], [ -75.166712027487407, 39.990251094130102 ], [ -75.166702807113197, 39.990293474869297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2350 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1169, "objectid": 1356, "Shape__Area": 185.3828125, "Shape__Length": 68.502037479200922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167129280861204, 39.990560215828197 ], [ -75.167369208532193, 39.990592454963704 ], [ -75.167373232781301, 39.9905929960196 ], [ -75.167375100260898, 39.990581931234402 ], [ -75.167382871135004, 39.990546175431099 ], [ -75.167379034061298, 39.990545702558997 ], [ -75.167139702438305, 39.990515443767897 ], [ -75.167129280861204, 39.990560215828197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2359 N VAN PELT ST", "addr_range": "2359-2363 N VANPELT ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 728, "objectid": 1357, "Shape__Area": 115.42578125, "Shape__Length": 50.984413067844741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167373883337604, 39.990623816341099 ], [ -75.167540836359905, 39.990645657947198 ], [ -75.167548968095105, 39.990606509825497 ], [ -75.167382603902695, 39.990582986669899 ], [ -75.167375100260898, 39.990581931234402 ], [ -75.167373232781301, 39.9905929960196 ], [ -75.167368003249194, 39.9906230380072 ], [ -75.167373883337604, 39.990623816341099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2326 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 997, "objectid": 1358, "Shape__Area": 158.03125, "Shape__Length": 65.651850049624656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167246103150703, 39.990039852555597 ], [ -75.167479183566499, 39.990069131665599 ], [ -75.167484606728294, 39.9900698186228 ], [ -75.167492073222306, 39.990034393845903 ], [ -75.167492585817598, 39.990030278733201 ], [ -75.1674874972922, 39.990029632643299 ], [ -75.167253126781503, 39.989999566764197 ], [ -75.167246103150703, 39.990039852555597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2363 N VAN PELT ST", "addr_range": "2359-2363 N VANPELT ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 719, "objectid": 1359, "Shape__Area": 113.9375, "Shape__Length": 50.952579166129453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167351893595594, 39.990699470788599 ], [ -75.167357540109606, 39.990700323156801 ], [ -75.167525076874696, 39.990725547710198 ], [ -75.167534097974794, 39.9906861772265 ], [ -75.167365906194306, 39.990661114544501 ], [ -75.167360153177697, 39.990660259780299 ], [ -75.167356753770903, 39.990676399748502 ], [ -75.167351893595594, 39.990699470788599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2115 W YORK ST", "addr_range": "2110-2116 W GLENWOOD AVE; 2111-2115 W YORK ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 680, "objectid": 1360, "Shape__Area": 107.77734375, "Shape__Length": 49.935055339767139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167368991549594, 39.991097934492103 ], [ -75.167389218761201, 39.991100629537101 ], [ -75.167423607537899, 39.991083075760997 ], [ -75.167438518983403, 39.991010582275898 ], [ -75.167450082872307, 39.9909671567804 ], [ -75.167399639133293, 39.9909605571345 ], [ -75.167368991549594, 39.991097934492103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2347 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1284, "objectid": 1361, "Shape__Area": 203.5390625, "Shape__Length": 76.213862945282628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166672492704095, 39.990428746688401 ], [ -75.166952504565401, 39.990466627309999 ], [ -75.166962434683001, 39.990423229963604 ], [ -75.166681975902705, 39.9903849698876 ], [ -75.166672492704095, 39.990428746688401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2406 N SYDENHAM ST", "addr_range": "1527 W YORK ST; 2402-2412 N SYNDENHAM ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1247, "objectid": 1362, "Shape__Area": 197.62890625, "Shape__Length": 69.569091060108121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157994486725897, 39.990103257360502 ], [ -75.158238586422996, 39.990136415436098 ], [ -75.158243471725001, 39.990114393162798 ], [ -75.158249216114498, 39.9900885222212 ], [ -75.158004812468107, 39.990054002170503 ], [ -75.157994486725897, 39.990103257360502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2364 N WOODSTOCK ST", "addr_range": "2362-2364 N WOODSTOCK ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1059, "objectid": 1363, "Shape__Area": 167.90234375, "Shape__Length": 60.908157747667524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166042176572603, 39.990607496389202 ], [ -75.165837113631895, 39.990578796528503 ], [ -75.165826502832502, 39.990627933251098 ], [ -75.1660318819862, 39.990656607809697 ], [ -75.166042176572603, 39.990607496389202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2320 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1129, "objectid": 1364, "Shape__Area": 178.93359375, "Shape__Length": 67.627612186154352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167269802071303, 39.989908783652098 ], [ -75.167506868358799, 39.989937444208103 ], [ -75.167511686027098, 39.989938035548398 ], [ -75.167515088219204, 39.989917446430297 ], [ -75.167520608582194, 39.9898935531969 ], [ -75.167516206962802, 39.989893018070603 ], [ -75.167279352443302, 39.989863782943303 ], [ -75.167269802071303, 39.989908783652098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2323 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1271, "objectid": 1365, "Shape__Area": 201.46875, "Shape__Length": 76.052806409472041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166788918462302, 39.989905683549601 ], [ -75.167069047271795, 39.989943760284802 ], [ -75.167078745779506, 39.989900874000298 ], [ -75.166798868464696, 39.989862287564598 ], [ -75.166788918462302, 39.989905683549601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2544 N 19TH ST", "addr_range": "2542-2546 N 19TH ST; 2547-2553 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1145, "objectid": 1366, "Shape__Area": 181.50390625, "Shape__Length": 67.55007263132029 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163045287292206, 39.992949858444902 ], [ -75.1632756624644, 39.992979955312499 ], [ -75.163284774324097, 39.992981143662099 ], [ -75.163288504858897, 39.992963012800999 ], [ -75.163294284398006, 39.992936174748799 ], [ -75.163285361082202, 39.992934957311199 ], [ -75.163054655170001, 39.992903644743599 ], [ -75.163046576027796, 39.992943520012403 ], [ -75.163045287292206, 39.992949858444902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2547 N GARNET ST", "addr_range": "2542-2546 N 19TH ST; 2547-2553 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 671, "objectid": 1367, "Shape__Area": 106.359375, "Shape__Length": 50.780063922823224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163297427727898, 39.992923525948498 ], [ -75.163302120854098, 39.992924131774103 ], [ -75.163475070036199, 39.992946535093097 ], [ -75.163483060822102, 39.992911187213799 ], [ -75.163310030723807, 39.9928875891367 ], [ -75.163305089562598, 39.9928869137497 ], [ -75.163303857799903, 39.992894494166798 ], [ -75.163297427727898, 39.992923525948498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2338 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1069, "objectid": 1368, "Shape__Area": 169.5234375, "Shape__Length": 66.829233517393774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167189503824204, 39.990297061079801 ], [ -75.167334449340402, 39.990317232857898 ], [ -75.1673595517818, 39.990319554668098 ], [ -75.167424731265299, 39.990328306853797 ], [ -75.167429985329306, 39.990329005325499 ], [ -75.167433615935707, 39.990311774924201 ], [ -75.1674391410033, 39.990285541864999 ], [ -75.167433841049004, 39.990284972107197 ], [ -75.167364111363, 39.990277374457101 ], [ -75.167199784605501, 39.990254849233402 ], [ -75.167189503824204, 39.990297061079801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2402 N SYDENHAM ST", "addr_range": "1527 W YORK ST; 2402-2412 N SYNDENHAM ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1278, "objectid": 1369, "Shape__Area": 202.61328125, "Shape__Length": 69.956075417464774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158015076829798, 39.990006907134102 ], [ -75.158259856447401, 39.990040902254201 ], [ -75.158270584652399, 39.989990979468601 ], [ -75.158266852556594, 39.989990459104298 ], [ -75.158026480373394, 39.989957402372902 ], [ -75.158015076829798, 39.990006907134102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2345 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1341, "objectid": 1370, "Shape__Area": 212.5078125, "Shape__Length": 76.765769619589079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166681975902705, 39.9903849698876 ], [ -75.166962434683001, 39.990423229963604 ], [ -75.166972442643299, 39.990377724192399 ], [ -75.166692674026606, 39.9903394940862 ], [ -75.166681975902705, 39.9903849698876 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2317 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1251, "objectid": 1371, "Shape__Area": 198.29296875, "Shape__Length": 75.713963181107886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166818822340304, 39.989772384700601 ], [ -75.167097830653603, 39.9898107109695 ], [ -75.167107719590405, 39.989768360567098 ], [ -75.166828393223099, 39.989729592871299 ], [ -75.166818822340304, 39.989772384700601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2340 N 20TH ST", "addr_range": "2334-2348 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1225, "objectid": 1372, "Shape__Area": 194.1640625, "Shape__Length": 74.064853613004473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165298788812294, 39.990075472559198 ], [ -75.1655705133456, 39.990112460880397 ], [ -75.165579893581594, 39.990069745034504 ], [ -75.165308475926807, 39.990032392424098 ], [ -75.165298788812294, 39.990075472559198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2325 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1259, "objectid": 1373, "Shape__Area": 199.59765625, "Shape__Length": 75.91143229359686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166779687305393, 39.989948935331697 ], [ -75.167059617663597, 39.989986136338601 ], [ -75.167069047271795, 39.989943760284802 ], [ -75.166788918462302, 39.989905683549601 ], [ -75.166779687305393, 39.989948935331697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1500 W SERGEANT ST", "addr_range": "1500 W SERGEANT ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 787, "objectid": 1374, "Shape__Area": 124.84375, "Shape__Length": 51.848503814735039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156825502115694, 39.991853988125399 ], [ -75.156881930869801, 39.991861405202599 ], [ -75.156894943856003, 39.991807116447703 ], [ -75.156911785242201, 39.991728832685801 ], [ -75.156855295733706, 39.991721414248303 ], [ -75.156852293662794, 39.991735241917802 ], [ -75.156836690570501, 39.991806864494002 ], [ -75.156825502115694, 39.991853988125399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2357 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1285, "objectid": 1375, "Shape__Area": 203.73046875, "Shape__Length": 76.255644505734651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166623739199693, 39.990644879515798 ], [ -75.166903718688701, 39.990684742641101 ], [ -75.166913767108596, 39.990640977643302 ], [ -75.166633688182998, 39.990601515954999 ], [ -75.166623739199693, 39.990644879515798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2349 N 19TH ST", "addr_range": "2349 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1066, "objectid": 1376, "Shape__Area": 169.078125, "Shape__Length": 66.740023022088224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163259568495107, 39.9900051282752 ], [ -75.163499914947494, 39.990036706555898 ], [ -75.163509079237102, 39.989994712202197 ], [ -75.163268964579501, 39.989962557105201 ], [ -75.163259568495107, 39.9900051282752 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2222 N 21ST ST", "addr_range": "2212-2224 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1580, "objectid": 1377, "Shape__Area": 250.515625, "Shape__Length": 91.400522801285646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167600041042107, 39.9883806090115 ], [ -75.167765236288702, 39.988402234267497 ], [ -75.167947878673104, 39.988427380105499 ], [ -75.167956359449093, 39.988383998741 ], [ -75.167609277304393, 39.988336649095203 ], [ -75.167600041042107, 39.9883806090115 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2839 W OAKDALE ST", "addr_range": "2839-2843 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 645, "objectid": 1378, "Shape__Area": 102.375, "Shape__Length": 47.196495348169734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178061357262294, 39.996676078348401 ], [ -75.178112204229507, 39.996682713760102 ], [ -75.178140185687298, 39.996561492457303 ], [ -75.178089495243995, 39.996555149787497 ], [ -75.178061357262294, 39.996676078348401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2360 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1400, "objectid": 1379, "Shape__Area": 221.9375, "Shape__Length": 71.171655308337904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167094450299103, 39.990731027545699 ], [ -75.167083563601693, 39.990786363442602 ], [ -75.167322101088601, 39.990817168495703 ], [ -75.167326960855604, 39.990817794127103 ], [ -75.167335781536906, 39.990775935049797 ], [ -75.167338416887702, 39.9907634378106 ], [ -75.167333265169702, 39.990762757856601 ], [ -75.167094450299103, 39.990731027545699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2272 N COLORADO ST", "addr_range": "2270-2272 N COLORADO ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 772, "objectid": 1380, "Shape__Area": 122.33203125, "Shape__Length": 51.129402699280305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161506131940101, 39.988485683338297 ], [ -75.161335834245506, 39.988463819525897 ], [ -75.161326675529693, 39.988507266297901 ], [ -75.161496462500097, 39.9885287951384 ], [ -75.161506131940101, 39.988485683338297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2313 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1250, "objectid": 1381, "Shape__Area": 198.203125, "Shape__Length": 75.634010268404282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166838090310605, 39.989686223628297 ], [ -75.167117201280206, 39.989724582802801 ], [ -75.167126426277207, 39.989682040859499 ], [ -75.166848013978196, 39.9896434874912 ], [ -75.166838090310605, 39.989686223628297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2344 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1095, "objectid": 1382, "Shape__Area": 173.671875, "Shape__Length": 67.453298974476681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1671594053484, 39.990427728274398 ], [ -75.167397227894895, 39.990459096463603 ], [ -75.167401128102796, 39.9904596031922 ], [ -75.167407788500796, 39.990428867181201 ], [ -75.1674108818126, 39.990415816210103 ], [ -75.167406439162306, 39.990415281058198 ], [ -75.167297215156395, 39.9904019427577 ], [ -75.167169445587604, 39.990384173010703 ], [ -75.1671594053484, 39.990427728274398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2361 N VAN PELT ST", "addr_range": "2359-2363 N VANPELT ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 710, "objectid": 1383, "Shape__Area": 112.55859375, "Shape__Length": 50.723726047305242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167365906194306, 39.990661114544501 ], [ -75.167534097974794, 39.9906861772265 ], [ -75.167542456147103, 39.990648806495003 ], [ -75.167540836359905, 39.990645657947198 ], [ -75.167373883337604, 39.990623816341099 ], [ -75.167368003249194, 39.9906230380072 ], [ -75.167365522975004, 39.990634815221597 ], [ -75.167360153177697, 39.990660259780299 ], [ -75.167365906194306, 39.990661114544501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2331 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1281, "objectid": 1384, "Shape__Area": 203.0703125, "Shape__Length": 76.134371001106018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166750561866607, 39.990079349524798 ], [ -75.167030362521999, 39.990116709854497 ], [ -75.167040436767707, 39.990072785049101 ], [ -75.166759830878703, 39.990036212124203 ], [ -75.166750561866607, 39.990079349524798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2350 N 19TH ST", "addr_range": "2344-2354 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 985, "objectid": 1385, "Shape__Area": 156.10546875, "Shape__Length": 64.099599821126731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163672458921496, 39.990088842235203 ], [ -75.163903141605402, 39.9901194126153 ], [ -75.163911864444302, 39.9900790994947 ], [ -75.163681378028699, 39.990047808234003 ], [ -75.163672458921496, 39.990088842235203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2432 N 20TH ST", "addr_range": "2432 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1160, "objectid": 1386, "Shape__Area": 183.90625, "Shape__Length": 69.078876200274138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164972220021696, 39.991562425572504 ], [ -75.165220065703494, 39.991593154458201 ], [ -75.165229612216507, 39.991548266426499 ], [ -75.164981436501606, 39.991517933779797 ], [ -75.164972220021696, 39.991562425572504 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2330 N VAN PELT ST", "addr_range": "2328-2336 N VANPELT ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 688, "objectid": 1387, "Shape__Area": 109.06640625, "Shape__Length": 50.814164905461816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167948398660997, 39.990096453222002 ], [ -75.167943496806004, 39.990095826668899 ], [ -75.167771836672799, 39.990073814849502 ], [ -75.167764966399503, 39.990110106315299 ], [ -75.1679354249966, 39.990133930083402 ], [ -75.167941157552804, 39.990134736605597 ], [ -75.167948398660997, 39.990096453222002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2315 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1279, "objectid": 1388, "Shape__Area": 202.765625, "Shape__Length": 76.007784610208461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166828393223099, 39.989729592871299 ], [ -75.167107719590405, 39.989768360567098 ], [ -75.167117201280206, 39.989724582802801 ], [ -75.166838090310605, 39.989686223628297 ], [ -75.166828393223099, 39.989729592871299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2404 N SYDENHAM ST", "addr_range": "1527 W YORK ST; 2402-2412 N SYNDENHAM ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1218, "objectid": 1389, "Shape__Area": 193.140625, "Shape__Length": 69.315265582611332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158015076829798, 39.990006907134102 ], [ -75.158004812468107, 39.990054002170503 ], [ -75.158249216114498, 39.9900885222212 ], [ -75.158259856447401, 39.990040902254201 ], [ -75.158015076829798, 39.990006907134102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2359 N 19TH ST", "addr_range": "2359-2363 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1031, "objectid": 1390, "Shape__Area": 163.48828125, "Shape__Length": 66.398457275263766 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163213465205402, 39.990209713639501 ], [ -75.163454860040204, 39.990241864344497 ], [ -75.163462980351198, 39.990200893447501 ], [ -75.163223167573307, 39.990169036101904 ], [ -75.163213465205402, 39.990209713639501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2264 N 17TH ST", "addr_range": "2264-2266 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1020, "objectid": 1391, "Shape__Area": 161.6953125, "Shape__Length": 64.676743980966734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1608193432088, 39.988354679392003 ], [ -75.160810218299403, 39.988396647423599 ], [ -75.161041945800207, 39.988426456190197 ], [ -75.161051069365797, 39.988384489014102 ], [ -75.1608193432088, 39.988354679392003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2362 N WOODSTOCK ST", "addr_range": "2362-2364 N WOODSTOCK ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 881, "objectid": 1392, "Shape__Area": 139.66015625, "Shape__Length": 58.521423329374784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165845393507496, 39.9905374434531 ], [ -75.165837113631895, 39.990578796528503 ], [ -75.166042176572603, 39.990607496389202 ], [ -75.166051064919898, 39.990567203979197 ], [ -75.165845393507496, 39.9905374434531 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2332 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1072, "objectid": 1393, "Shape__Area": 169.97265625, "Shape__Length": 66.549296539839048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167218933472796, 39.990169038623897 ], [ -75.167322249409395, 39.9901823251598 ], [ -75.167399158696796, 39.9901901006019 ], [ -75.167451932056096, 39.990198848437501 ], [ -75.167457242600904, 39.990199724777902 ], [ -75.167466430940806, 39.990155925071399 ], [ -75.167461091423903, 39.990155256213797 ], [ -75.167228963871196, 39.990125709289501 ], [ -75.167218933472796, 39.990169038623897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2316 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1090, "objectid": 1394, "Shape__Area": 172.8515625, "Shape__Length": 67.11574624158699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167539223583702, 39.989806859251601 ], [ -75.167534425820804, 39.989806268360098 ], [ -75.167297735850795, 39.989777149593102 ], [ -75.167288646220996, 39.989819984720498 ], [ -75.167525315521402, 39.989849650854701 ], [ -75.167529759825896, 39.9898502031592 ], [ -75.167532832531606, 39.989838277990202 ], [ -75.167539223583702, 39.989806859251601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2351 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1293, "objectid": 1395, "Shape__Area": 204.9140625, "Shape__Length": 76.416529624859336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166652295837693, 39.990517821438203 ], [ -75.166933099209899, 39.990556429012003 ], [ -75.166937361780697, 39.990536908050402 ], [ -75.166942712449398, 39.990512493838096 ], [ -75.166661900012798, 39.990474159988302 ], [ -75.166652295837693, 39.990517821438203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2562 N 16TH ST", "addr_range": "2556-2564 NORTH 16TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1017, "objectid": 1396, "Shape__Area": 161.23046875, "Shape__Length": 64.513068648197788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158264432803904, 39.992676425742303 ], [ -75.158494400069699, 39.992708392672299 ], [ -75.158504915517398, 39.992666783249398 ], [ -75.158274067333494, 39.992634328818902 ], [ -75.158264432803904, 39.992676425742303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2216 N 21ST ST", "addr_range": "2212-2224 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1576, "objectid": 1397, "Shape__Area": 249.8125, "Shape__Length": 91.405850770312668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167628361634002, 39.988250320702399 ], [ -75.167786396232302, 39.988270093621097 ], [ -75.167975496874504, 39.988295738818898 ], [ -75.167986180662297, 39.988252857519498 ], [ -75.167817970371402, 39.988230069109797 ], [ -75.167637064894507, 39.9882066380179 ], [ -75.167628361634002, 39.988250320702399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2348 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1168, "objectid": 1398, "Shape__Area": 185.19921875, "Shape__Length": 68.325791023772837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167139702438305, 39.990515443767897 ], [ -75.167379034061298, 39.990545702558997 ], [ -75.167382871135004, 39.990546175431099 ], [ -75.167383164739306, 39.9905445539044 ], [ -75.167391288644495, 39.990505613749903 ], [ -75.167392651621199, 39.9905000833567 ], [ -75.167388729761996, 39.990499591457898 ], [ -75.167150011423303, 39.990469751039399 ], [ -75.167139702438305, 39.990515443767897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2307 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1333, "objectid": 1399, "Shape__Area": 211.30078125, "Shape__Length": 76.26513966283855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166868643677304, 39.989554599056 ], [ -75.167146364208506, 39.989593653096698 ], [ -75.167156155438207, 39.989547802754103 ], [ -75.1668788833408, 39.9895090976066 ], [ -75.166868643677304, 39.989554599056 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2542 N 19TH ST", "addr_range": "2542-2546 N 19TH ST; 2547-2553 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1055, "objectid": 1400, "Shape__Area": 167.328125, "Shape__Length": 66.600166710480778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163294371571595, 39.992893200973199 ], [ -75.163063484795401, 39.992861658189398 ], [ -75.163054655170001, 39.992903644743599 ], [ -75.163285361082202, 39.992934957311199 ], [ -75.163294284398006, 39.992936174748799 ], [ -75.163297427727898, 39.992923525948498 ], [ -75.163303857799903, 39.992894494166798 ], [ -75.163294371571595, 39.992893200973199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2523 N STANLEY ST", "addr_range": "2501-2523 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 706, "objectid": 1401, "Shape__Area": 111.99609375, "Shape__Length": 51.395157972539259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181547393480599, 39.994826436301501 ], [ -75.181725561451302, 39.9948513622872 ], [ -75.181733732449601, 39.994813728814897 ], [ -75.181556098016102, 39.9947886057437 ], [ -75.181547393480599, 39.994826436301501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2407 N 19TH ST", "addr_range": "2401-2409 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 986, "objectid": 1402, "Shape__Area": 156.390625, "Shape__Length": 65.102867797027855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163130906222605, 39.990595615887003 ], [ -75.163367593292406, 39.990627030832698 ], [ -75.163375405008694, 39.990587552275898 ], [ -75.163151259552095, 39.990557015572897 ], [ -75.163147358782794, 39.990556493369397 ], [ -75.163139770358697, 39.9905554510621 ], [ -75.163131993423804, 39.990590692011899 ], [ -75.163130906222605, 39.990595615887003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2316 N 22ND ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1106, "objectid": 1403, "Shape__Area": 175.390625, "Shape__Length": 66.880671740386589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168906591642696, 39.990024783930203 ], [ -75.169145273349201, 39.990055039763398 ], [ -75.169154758393205, 39.9900105852739 ], [ -75.168916061482506, 39.989980764304804 ], [ -75.168906591642696, 39.990024783930203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2640 N CORLIES ST", "addr_range": "2640 N CORLIES ST; 2641-2643 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 680, "objectid": 1404, "Shape__Area": 107.91796875, "Shape__Length": 50.893203765113959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180965190680595, 39.996619673583197 ], [ -75.181142500020499, 39.996644128848096 ], [ -75.181150144524494, 39.996608256813303 ], [ -75.180972948538596, 39.996582448975701 ], [ -75.180965190680595, 39.996619673583197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2501 N OPAL ST", "addr_range": "2501-2503 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 746, "objectid": 1405, "Shape__Area": 118.2734375, "Shape__Length": 51.67127010780451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164129833532201, 39.992091912348698 ], [ -75.163961297722295, 39.992069206650598 ], [ -75.1639539378032, 39.992068219105299 ], [ -75.163945163474594, 39.992108740107099 ], [ -75.163952628701296, 39.992109730926501 ], [ -75.164121259334706, 39.9921321639616 ], [ -75.164129833532201, 39.992091912348698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2646 N CORLIES ST", "addr_range": "2644-2650 N CORLIES ST; 2649 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 706, "objectid": 1406, "Shape__Area": 111.953125, "Shape__Length": 51.404513194913854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180939302411005, 39.996733882893402 ], [ -75.181117163918998, 39.996758737983001 ], [ -75.181125387166901, 39.996721379620197 ], [ -75.180947389391804, 39.996695762841 ], [ -75.180939302411005, 39.996733882893402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2641 N 30TH ST", "addr_range": "2641 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 947, "objectid": 1407, "Shape__Area": 150.23046875, "Shape__Length": 61.351759566717242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180037901188101, 39.996561099619001 ], [ -75.1802548902117, 39.996590959585397 ], [ -75.180263705144597, 39.996549679807302 ], [ -75.180046569605494, 39.996519237224703 ], [ -75.180037901188101, 39.996561099619001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2648 N HOLLYWOOD ST", "addr_range": "2646-2648 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 664, "objectid": 1408, "Shape__Area": 105.35546875, "Shape__Length": 48.997333176229837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179357641973397, 39.996557732203399 ], [ -75.179525411607997, 39.996580010341397 ], [ -75.179533309073094, 39.996541934781703 ], [ -75.179365789159903, 39.996520210961101 ], [ -75.179357641973397, 39.996557732203399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2303 N GRATZ ST", "addr_range": "2301-2305 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 627, "objectid": 1409, "Shape__Area": 99.48046875, "Shape__Length": 45.719191652368281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163036229364394, 39.988960429735698 ], [ -75.163186926890901, 39.988980299495402 ], [ -75.163195543525802, 39.988940598520401 ], [ -75.163045032794102, 39.988920747396598 ], [ -75.163036229364394, 39.988960429735698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2218 N 19TH ST", "addr_range": "2212-2218 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 909, "objectid": 1410, "Shape__Area": 144.15625, "Shape__Length": 60.392555950943134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164165908333104, 39.987845101445799 ], [ -75.164381076247196, 39.987871791313303 ], [ -75.164389368430307, 39.987831791027901 ], [ -75.164174586486297, 39.987804319678403 ], [ -75.164165908333104, 39.987845101445799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2356 N OPAL ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 717, "objectid": 1411, "Shape__Area": 113.70703125, "Shape__Length": 51.069002200357531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164644357394394, 39.990226541972703 ], [ -75.164819569915295, 39.990250461247001 ], [ -75.164827728037395, 39.990211183230301 ], [ -75.164652833076403, 39.9901877558653 ], [ -75.164644357394394, 39.990226541972703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3033 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 658, "objectid": 1412, "Shape__Area": 104.42578125, "Shape__Length": 48.410883131434588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181212825624399, 39.9970621891447 ], [ -75.181262408125406, 39.9970690047871 ], [ -75.181291606045406, 39.996943167156701 ], [ -75.181241885868104, 39.996936122290499 ], [ -75.181212825624399, 39.9970621891447 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2613 N 29TH ST", "addr_range": "2601-2613 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1162, "objectid": 1413, "Shape__Area": 184.2265625, "Shape__Length": 69.513587870641715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178706195657597, 39.995807274355897 ], [ -75.178716696580096, 39.995808332201598 ], [ -75.178726755262005, 39.995765227903497 ], [ -75.178476706762794, 39.995730078771402 ], [ -75.178467300559007, 39.995773149013601 ], [ -75.178466893795502, 39.9957750428363 ], [ -75.178527553808294, 39.9957832196963 ], [ -75.178706195657597, 39.995807274355897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2263 N 22ND ST", "addr_range": "2264-2266 N VAN PELT ST; 2255-2263 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1703, "objectid": 1414, "Shape__Area": 269.890625, "Shape__Length": 92.93177491784175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1684596028079, 39.9893896861415 ], [ -75.168449577569604, 39.989436724254702 ], [ -75.168801142411297, 39.989480448137698 ], [ -75.168811041114907, 39.9894350686236 ], [ -75.1684596028079, 39.9893896861415 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 N 15TH ST", "addr_range": "2433-2437 N 15TH ST; 1435-1437 W HAGERT ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 812, "objectid": 1415, "Shape__Area": 128.77734375, "Shape__Length": 52.368731301542589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156777059090402, 39.990414195648398 ], [ -75.156950668253799, 39.990437783510799 ], [ -75.156960138793494, 39.990392846575098 ], [ -75.156786503339703, 39.990369950111997 ], [ -75.156777059090402, 39.990414195648398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2605 N 27TH ST", "addr_range": "2605, 2609-2613 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 779, "objectid": 1416, "Shape__Area": 123.51171875, "Shape__Length": 54.50399079043477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175538892571794, 39.9952215143486 ], [ -75.175730016987899, 39.9952479647255 ], [ -75.175737621385395, 39.995208803396302 ], [ -75.175548454221698, 39.995182733905402 ], [ -75.175538892571794, 39.9952215143486 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2423 N 19TH ST", "addr_range": "2423-2429 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1073, "objectid": 1417, "Shape__Area": 170.03125, "Shape__Length": 66.40246173394479 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163054609202604, 39.990937039125299 ], [ -75.163293213778402, 39.990968240625698 ], [ -75.163301573511106, 39.990925355969502 ], [ -75.163064405633904, 39.990893897637598 ], [ -75.163061393820598, 39.990908015347998 ], [ -75.163054609202604, 39.990937039125299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2358 N OPAL ST", "addr_range": "2353-2357 N 20TH ST; 1928-1942 W YORK ST; 2352-2360 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 707, "objectid": 1418, "Shape__Area": 112.18359375, "Shape__Length": 50.93478619833617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164635928150005, 39.990265184963199 ], [ -75.164811050169405, 39.9902887147732 ], [ -75.164819569915295, 39.990250461247001 ], [ -75.164644357394394, 39.990226541972703 ], [ -75.164635928150005, 39.990265184963199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2409 N GRATZ ST", "addr_range": "2409 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 720, "objectid": 1419, "Shape__Area": 114.109375, "Shape__Length": 51.150227983033275 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162664881824497, 39.990562060213598 ], [ -75.162840864194095, 39.990585580884897 ], [ -75.162849110023799, 39.990545692268803 ], [ -75.162673750101405, 39.990524007492901 ], [ -75.162671803831699, 39.990528880463998 ], [ -75.162664881824497, 39.990562060213598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2225 N 22ND ST", "addr_range": "2209-2227 N 22ND ST; 2141-2143 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1661, "objectid": 1420, "Shape__Area": 263.265625, "Shape__Length": 92.618137073876795 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1689064278318, 39.988631352162301 ], [ -75.168981575639194, 39.9886413593252 ], [ -75.168990970554702, 39.9885965000691 ], [ -75.168914993345197, 39.988586280541597 ], [ -75.168640359341396, 39.988549346328298 ], [ -75.168630047693696, 39.9885945885975 ], [ -75.1689064278318, 39.988631352162301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1907 W DAUPHIN ST", "addr_range": "1901-1915 W DAUPHIN ST; 2308-2316 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 966, "objectid": 1421, "Shape__Area": 153.19921875, "Shape__Length": 63.481371001575667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164071025921203, 39.989014923592201 ], [ -75.164032691954105, 39.989190039954501 ], [ -75.164085028308094, 39.989197006321 ], [ -75.164123802818494, 39.989021883651198 ], [ -75.164071025921203, 39.989014923592201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2507 N 28TH ST", "addr_range": "2501-2507 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1333, "objectid": 1422, "Shape__Area": 211.26171875, "Shape__Length": 80.028424238843158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177190497805697, 39.993942832941201 ], [ -75.177489003471507, 39.993982118265102 ], [ -75.177498750316303, 39.993940054046803 ], [ -75.177199707561201, 39.993899984539098 ], [ -75.177190497805697, 39.993942832941201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2504 N STANLEY ST", "addr_range": "2500-2508 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 695, "objectid": 1423, "Shape__Area": 110.1953125, "Shape__Length": 50.775905707258559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181909325127293, 39.994514945099702 ], [ -75.182085030367602, 39.994538993723999 ], [ -75.182092790626299, 39.994501156424199 ], [ -75.181917748280398, 39.994477300139302 ], [ -75.181909325127293, 39.994514945099702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2529 N STANLEY ST", "addr_range": "2529-2531, 2535-2545 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 693, "objectid": 1424, "Shape__Area": 109.95703125, "Shape__Length": 51.109102728973646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181522219540994, 39.994939550751504 ], [ -75.181699596588601, 39.994964860923702 ], [ -75.181708174679997, 39.994927026625902 ], [ -75.181530597821194, 39.994903130183701 ], [ -75.181522219540994, 39.994939550751504 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3029 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 648, "objectid": 1425, "Shape__Area": 102.7421875, "Shape__Length": 48.247854045487266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181114979621, 39.997049118908699 ], [ -75.181164300318898, 39.997055670145102 ], [ -75.181193043275599, 39.996929693510097 ], [ -75.181144628861603, 39.9969230328199 ], [ -75.181114979621, 39.997049118908699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2251 N 19TH ST", "addr_range": "2237-2259 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1136, "objectid": 1426, "Shape__Area": 180.11328125, "Shape__Length": 70.178553753674649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163586078409196, 39.988456695449202 ], [ -75.163841724952306, 39.9884892152877 ], [ -75.163850830209498, 39.988446606893298 ], [ -75.163595146259496, 39.988414488982599 ], [ -75.163586078409196, 39.988456695449202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2611 N 29TH ST", "addr_range": "2601-2613 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1121, "objectid": 1427, "Shape__Area": 177.703125, "Shape__Length": 69.063573749926377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178476706762794, 39.995730078771402 ], [ -75.178726755262005, 39.995765227903497 ], [ -75.178735966818095, 39.995722312762602 ], [ -75.178702053692604, 39.995717362501502 ], [ -75.178486393665693, 39.995687948264298 ], [ -75.178476706762794, 39.995730078771402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1422 W LETTERLY ST", "addr_range": "1422 W LETTERLY ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 611, "objectid": 1428, "Shape__Area": 96.95703125, "Shape__Length": 46.598376944411008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156354872158602, 39.990456045867901 ], [ -75.156333641718405, 39.990577867569399 ], [ -75.156380637019296, 39.990584217585599 ], [ -75.156403982300404, 39.990462442764198 ], [ -75.156354872158602, 39.990456045867901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2622 N 27TH ST", "addr_range": "2622-2626 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1006, "objectid": 1429, "Shape__Area": 159.4765625, "Shape__Length": 62.749387187211099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175873913581299, 39.995522842251198 ], [ -75.176095502665902, 39.9955528611044 ], [ -75.176105061160001, 39.9955080374652 ], [ -75.175885527180895, 39.995481320068201 ], [ -75.175883837843102, 39.995481105586599 ], [ -75.175879873504996, 39.995497763791803 ], [ -75.175873913581299, 39.995522842251198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2406 N 18TH ST", "addr_range": "2404-2412 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1050, "objectid": 1430, "Shape__Area": 166.40625, "Shape__Length": 66.471435048313438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162204510333495, 39.990476418013699 ], [ -75.162211662308493, 39.990477385670196 ], [ -75.162214205402293, 39.990465643301 ], [ -75.1622207407503, 39.990435453437399 ], [ -75.162213715116906, 39.990434521066398 ], [ -75.162210273127798, 39.990434071344403 ], [ -75.161980801912094, 39.990403605977598 ], [ -75.161972093873601, 39.990445128475102 ], [ -75.1622008822808, 39.990475932560997 ], [ -75.162204510333495, 39.990476418013699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2503 N MARSTON ST", "addr_range": "2501-2503 MARSTON ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 826, "objectid": 1431, "Shape__Area": 130.94921875, "Shape__Length": 55.854252973247256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176652072480493, 39.993781671186902 ], [ -75.176847574450093, 39.993809202731001 ], [ -75.176856724408097, 39.993768463180203 ], [ -75.176664036017797, 39.993741929976103 ], [ -75.176652072480493, 39.993781671186902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2421 N OPAL ST", "addr_range": "2417-2421 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 688, "objectid": 1432, "Shape__Area": 109.16015625, "Shape__Length": 50.855814606484799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164205888085704, 39.991001635662798 ], [ -75.164369402741897, 39.991023487315402 ], [ -75.164377331520498, 39.990986396327699 ], [ -75.164213969288895, 39.990964420174002 ], [ -75.164207151252995, 39.990963509723002 ], [ -75.1642007077497, 39.990962638343603 ], [ -75.164197767485305, 39.990977128908803 ], [ -75.164192876289803, 39.990999909013802 ], [ -75.164199070046095, 39.9910007252113 ], [ -75.164205888085704, 39.991001635662798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2408 N OPAL ST", "addr_range": "2400-2412 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 740, "objectid": 1433, "Shape__Area": 117.41796875, "Shape__Length": 51.857694312417692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164700314150195, 39.990794059806497 ], [ -75.1646967685096, 39.990793593408902 ], [ -75.164530534395794, 39.990771616983103 ], [ -75.164522129557795, 39.990811276862502 ], [ -75.1646885455458, 39.990833401557303 ], [ -75.164691736621606, 39.990833827532299 ], [ -75.164699868101295, 39.990834914404203 ], [ -75.164706433544296, 39.990803967347603 ], [ -75.164708298806502, 39.990795126251598 ], [ -75.164700314150195, 39.990794059806497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2404 N 19TH ST", "addr_range": "2402-2408 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1059, "objectid": 1434, "Shape__Area": 167.83984375, "Shape__Length": 66.301827258405552 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163788217097306, 39.990641523249998 ], [ -75.163795578646898, 39.990642494627998 ], [ -75.163797864125499, 39.990633664814403 ], [ -75.163804472968096, 39.990599896797697 ], [ -75.1637974255774, 39.990598981153603 ], [ -75.163795401212099, 39.9905987093858 ], [ -75.1635662171973, 39.990568946568601 ], [ -75.163559283956403, 39.990600771882796 ], [ -75.163557070940399, 39.990610958452599 ], [ -75.163786175174806, 39.990641251086501 ], [ -75.163788217097306, 39.990641523249998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2445 N 19TH ST", "addr_range": "2441-2449 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1086, "objectid": 1435, "Shape__Area": 172.1796875, "Shape__Length": 66.620306677919245 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162952644214997, 39.9913993461236 ], [ -75.163190871709503, 39.991430555519898 ], [ -75.1632003313848, 39.991386874833097 ], [ -75.162961727349696, 39.991356205684703 ], [ -75.162954879500504, 39.9913868561678 ], [ -75.162952644214997, 39.9913993461236 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1435 W HAGERT ST", "addr_range": "2433-2437 N 15TH ST; 1435-1437 W HAGERT ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 668, "objectid": 1436, "Shape__Area": 105.85546875, "Shape__Length": 49.238765797807098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156657573498507, 39.990487436495499 ], [ -75.156695464133193, 39.990491806566801 ], [ -75.156722114442303, 39.990372364317402 ], [ -75.156724389954306, 39.990362163050001 ], [ -75.156674594243896, 39.9903556219545 ], [ -75.156647432957598, 39.9904851602655 ], [ -75.156657573498507, 39.990487436495499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2602 N HOLLYWOOD ST", "addr_range": "2600-2602 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 611, "objectid": 1437, "Shape__Area": 96.85546875, "Shape__Length": 47.396635391983239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179547178992806, 39.995676679589003 ], [ -75.179710671116297, 39.995698975245404 ], [ -75.179718245399002, 39.995662778255102 ], [ -75.179555192308598, 39.995641606087901 ], [ -75.179547178992806, 39.995676679589003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2335 N 20TH ST", "addr_range": "2333-2339 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1009, "objectid": 1438, "Shape__Area": 159.98828125, "Shape__Length": 65.122082591945087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1649150216263, 39.989875729041898 ], [ -75.165150575710797, 39.989907164388903 ], [ -75.165159052017003, 39.9898661374406 ], [ -75.164925019189099, 39.989834961623899 ], [ -75.1649150216263, 39.989875729041898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2649 N STANLEY ST", "addr_range": "2644-2650 N CORLIES ST; 2649 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 710, "objectid": 1439, "Shape__Area": 112.6171875, "Shape__Length": 51.102973787958717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1811220526873, 39.996794004804102 ], [ -75.181297544341703, 39.996819451697803 ], [ -75.181306060602395, 39.996781003351799 ], [ -75.181130464813606, 39.996755586574899 ], [ -75.1811220526873, 39.996794004804102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2935 W OAKDALE ST", "addr_range": "2933-2937 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 621, "objectid": 1440, "Shape__Area": 98.53125, "Shape__Length": 45.848760187010363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1796908879017, 39.996727713415297 ], [ -75.179663883130701, 39.996844218489798 ], [ -75.179715235297195, 39.996851348340002 ], [ -75.179740842035102, 39.996734666889601 ], [ -75.1796908879017, 39.996727713415297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2457 N 19TH ST", "addr_range": "2453-2457 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1074, "objectid": 1441, "Shape__Area": 170.28125, "Shape__Length": 66.682153045475431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163145219870998, 39.991641986152501 ], [ -75.162914743957501, 39.991611886647597 ], [ -75.162905590153301, 39.991610697318798 ], [ -75.162903028940903, 39.991621810383798 ], [ -75.162896161502204, 39.991653557859998 ], [ -75.162905210626803, 39.991654727710603 ], [ -75.163135635139199, 39.991684519727698 ], [ -75.163145219870998, 39.991641986152501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2600 N 30TH ST", "addr_range": "2600 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 962, "objectid": 1442, "Shape__Area": 152.48046875, "Shape__Length": 62.971878069672982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180613293690001, 39.995784887161903 ], [ -75.180839220296306, 39.995814429850903 ], [ -75.180847064980597, 39.995779399352699 ], [ -75.180848273333396, 39.995774059079402 ], [ -75.180622525908902, 39.995744180735102 ], [ -75.180613293690001, 39.995784887161903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3035 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 645, "objectid": 1443, "Shape__Area": 102.28515625, "Shape__Length": 48.129180014956162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181262408125406, 39.9970690047871 ], [ -75.181311034628393, 39.9970756052981 ], [ -75.1813404520299, 39.996950095130401 ], [ -75.181291606045406, 39.996943167156701 ], [ -75.181262408125406, 39.9970690047871 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2840 W HUNTINGDON ST", "addr_range": "2840 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1079, "objectid": 1444, "Shape__Area": 171.0625, "Shape__Length": 59.355866759452816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178426313631604, 39.995182457842397 ], [ -75.178424265723507, 39.995191680663403 ], [ -75.178393575614393, 39.995330784068301 ], [ -75.178463098407903, 39.995340110091703 ], [ -75.178495308835807, 39.995191853121099 ], [ -75.178426313631604, 39.995182457842397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2331 N 22ND ST", "addr_range": "2327-2337 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1124, "objectid": 1445, "Shape__Area": 178.14453125, "Shape__Length": 68.741133683962104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168379495493696, 39.990278036795303 ], [ -75.168627582734004, 39.9903111650329 ], [ -75.168636152672093, 39.990268237038599 ], [ -75.168388654831304, 39.990234460728502 ], [ -75.168379495493696, 39.990278036795303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2320 N 22ND ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1134, "objectid": 1446, "Shape__Area": 179.72265625, "Shape__Length": 67.216894638349928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168888218974502, 39.990112820613 ], [ -75.169127161082599, 39.990143968930496 ], [ -75.169136412299594, 39.990097962143402 ], [ -75.168898007754606, 39.990068145915501 ], [ -75.168888218974502, 39.990112820613 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2329 N 22ND ST", "addr_range": "2327-2337 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1232, "objectid": 1447, "Shape__Area": 195.26171875, "Shape__Length": 69.943077466447804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168388654831304, 39.990234460728502 ], [ -75.168636152672093, 39.990268237038599 ], [ -75.168644894076493, 39.990228440320003 ], [ -75.1686463591343, 39.990220252416499 ], [ -75.168398420006298, 39.990187642923502 ], [ -75.168397063334098, 39.990195752171097 ], [ -75.168388654831304, 39.990234460728502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3039 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 651, "objectid": 1448, "Shape__Area": 103.3203125, "Shape__Length": 48.334480188893778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181389723852007, 39.996956791141102 ], [ -75.181359636110201, 39.997082867471001 ], [ -75.181409502584501, 39.997088835245997 ], [ -75.181438376440497, 39.996962700207803 ], [ -75.181389723852007, 39.996956791141102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2641 N STANLEY ST", "addr_range": "2640 N CORLIES ST; 2641-2643 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 727, "objectid": 1449, "Shape__Area": 115.35546875, "Shape__Length": 51.387002991402738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1811558657635, 39.996642607014103 ], [ -75.181330809632101, 39.996666978415 ], [ -75.181339809556107, 39.996627975956798 ], [ -75.181163283280299, 39.996602763652398 ], [ -75.1811558657635, 39.996642607014103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2440 N OPAL ST", "addr_range": "2438-2440 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 740, "objectid": 1450, "Shape__Area": 117.2890625, "Shape__Length": 51.776916896726938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164562723325403, 39.9914321915629 ], [ -75.164559971648899, 39.991431823236297 ], [ -75.164394148299493, 39.991410001864601 ], [ -75.164385558603698, 39.991449559361797 ], [ -75.164551309007905, 39.991471637692001 ], [ -75.164554143784898, 39.991472007890799 ], [ -75.164562839416604, 39.991473170549199 ], [ -75.164570361408906, 39.991440762874497 ], [ -75.164571689835299, 39.991433377441702 ], [ -75.164562723325403, 39.9914321915629 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 N 21ST ST", "addr_range": "2239-2247 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1181, "objectid": 1451, "Shape__Area": 196.46484375, "Shape__Length": 74.334963890207007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167330010726502, 39.988740629752698 ], [ -75.167345942215505, 39.988742729899002 ], [ -75.167355409199601, 39.988699854605798 ], [ -75.167338833586001, 39.9886976282408 ], [ -75.167084045999303, 39.988663410131998 ], [ -75.167081734017202, 39.9886646961099 ], [ -75.167072864055299, 39.988706714439701 ], [ -75.167330010726502, 39.988740629752698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1501 W TUCKER ST", "addr_range": "1501 W TUCKER ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 765, "objectid": 1452, "Shape__Area": 121.33984375, "Shape__Length": 48.995219849783659 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156458954951503, 39.993521592890801 ], [ -75.156520383994206, 39.993529767323501 ], [ -75.156544958075798, 39.993410406127197 ], [ -75.156484490455895, 39.993401721827901 ], [ -75.156458954951503, 39.993521592890801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2449 N CLEVELAND ST", "addr_range": "2449-2459 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 738, "objectid": 1453, "Shape__Area": 117.0078125, "Shape__Length": 51.471857378206302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162045924993294, 39.991273337527403 ], [ -75.162212524626696, 39.991295050971601 ], [ -75.162222563242196, 39.991254914485403 ], [ -75.162054877355203, 39.991233643288098 ], [ -75.1620529155621, 39.991233389119003 ], [ -75.162045596596101, 39.991232467245098 ], [ -75.162044615038198, 39.991236184330397 ], [ -75.162037917467401, 39.9912722866001 ], [ -75.162044194321297, 39.991273104787503 ], [ -75.162045924993294, 39.991273337527403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2404 N OPAL ST", "addr_range": "2400-2412 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 723, "objectid": 1454, "Shape__Area": 114.59375, "Shape__Length": 51.537462269648849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164717492187407, 39.990714412244103 ], [ -75.164713195318896, 39.990713863152301 ], [ -75.164547871424006, 39.990692198276903 ], [ -75.164539168718903, 39.990730882856198 ], [ -75.164705175252493, 39.990752773054403 ], [ -75.164709095285502, 39.990753282123102 ], [ -75.164716957143298, 39.990754312464198 ], [ -75.164724770402202, 39.990717542319601 ], [ -75.164725207153793, 39.990715423958903 ], [ -75.164717492187407, 39.990714412244103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2235 N 21ST ST", "addr_range": "2231-2235 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1181, "objectid": 1455, "Shape__Area": 187.3125, "Shape__Length": 73.893056290729604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167100515236001, 39.9885753317565 ], [ -75.167214362425, 39.988590998951501 ], [ -75.167373824874005, 39.988612947165898 ], [ -75.167382657313695, 39.988571879444301 ], [ -75.1673122827534, 39.988561511008697 ], [ -75.167276221013196, 39.988556959431698 ], [ -75.167248566791898, 39.988553468314997 ], [ -75.167109193501005, 39.988534502955602 ], [ -75.167100515236001, 39.9885753317565 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2333 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1276, "objectid": 1456, "Shape__Area": 202.2890625, "Shape__Length": 76.072326537963264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166740636287102, 39.990122101830799 ], [ -75.167020643444104, 39.990160658870302 ], [ -75.167030362521999, 39.990116709854497 ], [ -75.166750561866607, 39.990079349524798 ], [ -75.166740636287102, 39.990122101830799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2503 N OPAL ST", "addr_range": "2501-2503 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 703, "objectid": 1457, "Shape__Area": 111.53515625, "Shape__Length": 51.000669215440141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163936737014694, 39.992146770430203 ], [ -75.163944493615901, 39.992147800251402 ], [ -75.164112789047806, 39.992170209526499 ], [ -75.164121259334706, 39.9921321639616 ], [ -75.163952628701296, 39.992109730926501 ], [ -75.163945163474594, 39.992108740107099 ], [ -75.163936737014694, 39.992146770430203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2455 N CLEVELAND ST", "addr_range": "2449-2459 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 723, "objectid": 1458, "Shape__Area": 114.71875, "Shape__Length": 51.463023942147551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162197748926403, 39.991372625090698 ], [ -75.162028681738903, 39.991349630611197 ], [ -75.162020487621902, 39.991348526821 ], [ -75.162017142208597, 39.991361525133698 ], [ -75.162011894456995, 39.991387585831703 ], [ -75.162019880311206, 39.991388652490102 ], [ -75.162188608394004, 39.991411203243302 ], [ -75.162197748926403, 39.991372625090698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2447 N 19TH ST", "addr_range": "2441-2449 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1089, "objectid": 1459, "Shape__Area": 172.6328125, "Shape__Length": 66.624324242640739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162943182341806, 39.991442496045899 ], [ -75.163181044588598, 39.991474502734903 ], [ -75.163190871709503, 39.991430555519898 ], [ -75.162952644214997, 39.9913993461236 ], [ -75.162947080932796, 39.991424320327702 ], [ -75.162943182341806, 39.991442496045899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2412 N OPAL ST", "addr_range": "2400-2412 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 781, "objectid": 1460, "Shape__Area": 123.8828125, "Shape__Length": 52.491321719936046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1646737159477, 39.990917422381202 ], [ -75.164682119557099, 39.990918530700903 ], [ -75.1646886852797, 39.990888130567498 ], [ -75.164690980250796, 39.990876802437299 ], [ -75.164682701878903, 39.990875696939 ], [ -75.164679908089994, 39.990875327666203 ], [ -75.164513286168699, 39.9908531019137 ], [ -75.164504368593995, 39.990895182983699 ], [ -75.164671297174607, 39.990917110209999 ], [ -75.1646737159477, 39.990917422381202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2438 N GARNET ST", "addr_range": "2432-2438 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 727, "objectid": 1461, "Shape__Area": 115.28125, "Shape__Length": 51.65657839478969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164104788851006, 39.991366537120101 ], [ -75.164113149789301, 39.9913676598363 ], [ -75.164117591632703, 39.991347883506798 ], [ -75.164121655559399, 39.991328679818203 ], [ -75.164113273558499, 39.991327556628001 ], [ -75.164107392858995, 39.991326762796596 ], [ -75.163943905960906, 39.991304718593703 ], [ -75.163935404347797, 39.991343617603199 ], [ -75.164099014655207, 39.991365745687901 ], [ -75.164104788851006, 39.991366537120101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2337 N 20TH ST", "addr_range": "2333-2339 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1076, "objectid": 1462, "Shape__Area": 170.515625, "Shape__Length": 67.14205800404622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164899366241499, 39.989916466340503 ], [ -75.164906481810604, 39.9899178357634 ], [ -75.165141366875105, 39.989949771438603 ], [ -75.165150575710797, 39.989907164388903 ], [ -75.1649150216263, 39.989875729041898 ], [ -75.164908304804101, 39.989874901100201 ], [ -75.164900756350505, 39.9899102590201 ], [ -75.164899366241499, 39.989916466340503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2537 N OPAL ST", "addr_range": "2537 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 710, "objectid": 1463, "Shape__Area": 112.55078125, "Shape__Length": 50.871824776751133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163813609782295, 39.992759790779701 ], [ -75.163805208462193, 39.992758616678898 ], [ -75.163796912140199, 39.992797101335299 ], [ -75.163805353230003, 39.992798307868398 ], [ -75.163971134640803, 39.992821838298703 ], [ -75.163979660571798, 39.992782858741201 ], [ -75.163813609782295, 39.992759790779701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2358 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 996, "objectid": 1464, "Shape__Area": 157.88671875, "Shape__Length": 66.594957546754728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167333265169702, 39.990762757856601 ], [ -75.167338416887702, 39.9907634378106 ], [ -75.167343914860993, 39.990737333891197 ], [ -75.167346675806897, 39.990724275442901 ], [ -75.167341648741996, 39.990723613611202 ], [ -75.167102459817698, 39.990692358742102 ], [ -75.167094450299103, 39.990731027545699 ], [ -75.167333265169702, 39.990762757856601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2349 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1345, "objectid": 1465, "Shape__Area": 213.28125, "Shape__Length": 76.860978022633049 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166661900012798, 39.990474159988302 ], [ -75.166942712449398, 39.990512493838096 ], [ -75.166952504565401, 39.990466627309999 ], [ -75.166672492704095, 39.990428746688401 ], [ -75.166661900012798, 39.990474159988302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2332 N VAN PELT ST", "addr_range": "2328-2336 N VANPELT ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 729, "objectid": 1466, "Shape__Area": 115.5234375, "Shape__Length": 51.451197912081632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167941157552804, 39.990134736605597 ], [ -75.1679354249966, 39.990133930083402 ], [ -75.167764966399503, 39.990110106315299 ], [ -75.167756516475094, 39.990149925754203 ], [ -75.167927174402294, 39.990172915172501 ], [ -75.167932741410695, 39.990173670217096 ], [ -75.167941157552804, 39.990134736605597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2327 N 22ND ST", "addr_range": "2327-2337 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1208, "objectid": 1467, "Shape__Area": 191.453125, "Shape__Length": 69.659623886660597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168398420006298, 39.990187642923502 ], [ -75.1686463591343, 39.990220252416499 ], [ -75.1686559376068, 39.990173349303497 ], [ -75.168408093280902, 39.990141547466301 ], [ -75.168398420006298, 39.990187642923502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2401 N 19TH ST", "addr_range": "2401-2409 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1229, "objectid": 1468, "Shape__Area": 194.80859375, "Shape__Length": 67.976397876657146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163170863523106, 39.9904709265533 ], [ -75.1633950586955, 39.990499658709403 ], [ -75.163404823132893, 39.990454581996801 ], [ -75.163405740014895, 39.990450315626802 ], [ -75.163182167114201, 39.990421242512099 ], [ -75.163177453095102, 39.9904206362068 ], [ -75.163169737014798, 39.9904196243616 ], [ -75.163167481535694, 39.990429325221598 ], [ -75.163158226255902, 39.990469303732702 ], [ -75.163166442033798, 39.990470359277097 ], [ -75.163170863523106, 39.9904709265533 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2363 N BEECHWOOD ST", "addr_range": "2363 N BEECHWOOD ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 681, "objectid": 1469, "Shape__Area": 107.9609375, "Shape__Length": 49.930102251964477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167818558264997, 39.990758120422299 ], [ -75.167983682419703, 39.990779550814203 ], [ -75.167991169980297, 39.990741934315999 ], [ -75.167826438733897, 39.990720092899402 ], [ -75.167819536405702, 39.990719180767101 ], [ -75.167818157479701, 39.990725162213998 ], [ -75.167811739003497, 39.9907572416938 ], [ -75.167818558264997, 39.990758120422299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2111 W YORK ST", "addr_range": "2110-2116 W GLENWOOD AVE; 2111-2115 W YORK ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 700, "objectid": 1470, "Shape__Area": 111.02734375, "Shape__Length": 51.479939913712698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167272323353899, 39.9910850724238 ], [ -75.167320846730206, 39.991091531603999 ], [ -75.167349495393097, 39.990953738962801 ], [ -75.167300965921598, 39.990947473373403 ], [ -75.167272323353899, 39.9910850724238 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2517 N GARNET ST", "addr_range": "2517 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 760, "objectid": 1471, "Shape__Area": 120.58203125, "Shape__Length": 52.028409614814834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163424937442997, 39.9923562088034 ], [ -75.163598241361001, 39.9923780883638 ], [ -75.1636068119806, 39.992337416828697 ], [ -75.163433889072294, 39.992314886321502 ], [ -75.163429759448903, 39.992314341853501 ], [ -75.163422969804898, 39.9923478958437 ], [ -75.163421329080094, 39.992355757173002 ], [ -75.163424937442997, 39.9923562088034 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1074, "objectid": 1472, "Shape__Area": 170.3203125, "Shape__Length": 66.927306022410349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167419710859207, 39.990373796034703 ], [ -75.167415289306504, 39.990373229822303 ], [ -75.167283568071397, 39.990356338075898 ], [ -75.167180034026003, 39.990341079688399 ], [ -75.167169445587604, 39.990384173010703 ], [ -75.167297215156395, 39.9904019427577 ], [ -75.167406439162306, 39.990415281058198 ], [ -75.1674108818126, 39.990415816210103 ], [ -75.167415219062306, 39.9903932496834 ], [ -75.167419710859207, 39.990373796034703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2322 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1182, "objectid": 1473, "Shape__Area": 187.453125, "Shape__Length": 68.215985275120914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167511686027098, 39.989938035548398 ], [ -75.167506868358799, 39.989937444208103 ], [ -75.167269802071303, 39.989908783652098 ], [ -75.167261452840407, 39.989955311577397 ], [ -75.167496938601403, 39.989984693437599 ], [ -75.167502403924701, 39.989985380441603 ], [ -75.167507799037807, 39.9899570495975 ], [ -75.167511686027098, 39.989938035548398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2334 N VAN PELT ST", "addr_range": "2328-2336 N VANPELT ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 725, "objectid": 1474, "Shape__Area": 115.0078125, "Shape__Length": 51.411177821929613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167747809820597, 39.9901892880087 ], [ -75.167918926810799, 39.990211821039502 ], [ -75.167924962410197, 39.9902123595704 ], [ -75.167932741410695, 39.990173670217096 ], [ -75.167927174402294, 39.990172915172501 ], [ -75.167756516475094, 39.990149925754203 ], [ -75.167747809820597, 39.9901892880087 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2535 N BOUVIER ST", "addr_range": "2533-2535N BOUVIER ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 722, "objectid": 1475, "Shape__Area": 114.515625, "Shape__Length": 50.691713708981311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160872271072606, 39.9923902183628 ], [ -75.160879131925697, 39.992391114658197 ], [ -75.160887796218603, 39.992351316685102 ], [ -75.160715491476793, 39.992328537416299 ], [ -75.160706815414898, 39.992368641458697 ], [ -75.160846142371298, 39.992386807896999 ], [ -75.160872271072606, 39.9923902183628 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2340 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1127, "objectid": 1476, "Shape__Area": 178.73828125, "Shape__Length": 67.367097922743127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167180034026003, 39.990341079688399 ], [ -75.167283568071397, 39.990356338075898 ], [ -75.167415289306504, 39.990373229822303 ], [ -75.167419710859207, 39.990373796034703 ], [ -75.167425331091906, 39.990351097994797 ], [ -75.167429985329306, 39.990329005325499 ], [ -75.167424731265299, 39.990328306853797 ], [ -75.1673595517818, 39.990319554668098 ], [ -75.167334449340402, 39.990317232857898 ], [ -75.167189503824204, 39.990297061079801 ], [ -75.167180034026003, 39.990341079688399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2607 N 29TH ST", "addr_range": "2601-2613 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1069, "objectid": 1477, "Shape__Area": 169.5546875, "Shape__Length": 68.581153487115742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178495549635102, 39.995644308382403 ], [ -75.178745374414206, 39.995679757911702 ], [ -75.178754497086501, 39.9956386635237 ], [ -75.178504198861802, 39.995604057563199 ], [ -75.178495549635102, 39.995644308382403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2409 N 19TH ST", "addr_range": "2401-2409 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1120, "objectid": 1478, "Shape__Area": 177.52734375, "Shape__Length": 66.726492137669595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163120132546695, 39.990640766243303 ], [ -75.163356242557498, 39.990671927632199 ], [ -75.163367593292406, 39.990627030832698 ], [ -75.163130906222605, 39.990595615887003 ], [ -75.163123432490707, 39.990629508542398 ], [ -75.163120132546695, 39.990640766243303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2409 N OPAL ST", "addr_range": "2401-2411 N OPAL ST; 2404-2406 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 723, "objectid": 1479, "Shape__Area": 114.6640625, "Shape__Length": 51.277427436896005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164256040145702, 39.990770979289003 ], [ -75.164418209909599, 39.990792912312799 ], [ -75.1644266217168, 39.990753624716 ], [ -75.164264550626598, 39.990731871424899 ], [ -75.164257668893001, 39.990730942422097 ], [ -75.164250873151701, 39.990730031574401 ], [ -75.164249346922105, 39.990737073766198 ], [ -75.164242425864501, 39.990769140861197 ], [ -75.164249159544397, 39.990770051212301 ], [ -75.164256040145702, 39.990770979289003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2303 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1337, "objectid": 1480, "Shape__Area": 211.87109375, "Shape__Length": 76.310871372425822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166888733776702, 39.989464990276502 ], [ -75.167166118948899, 39.989503520448999 ], [ -75.167166986093093, 39.989499477287701 ], [ -75.1671757919447, 39.989458006226002 ], [ -75.166898098593407, 39.989418775355901 ], [ -75.166888733776702, 39.989464990276502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2359 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1234, "objectid": 1481, "Shape__Area": 195.5546875, "Shape__Length": 75.727672584876274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166614364159102, 39.990686919789098 ], [ -75.166894295927705, 39.990726409740503 ], [ -75.166903718688701, 39.990684742641101 ], [ -75.166623739199693, 39.990644879515798 ], [ -75.166614364159102, 39.990686919789098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2114-16 W GLENWOOD AVE", "addr_range": "2110-2116 W GLENWOOD AVE; 2111-2115 W YORK ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 566, "objectid": 1482, "Shape__Area": 89.84765625, "Shape__Length": 45.641111757130787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167208233704301, 39.991085129582302 ], [ -75.167227854873701, 39.991108686622802 ], [ -75.167275637113306, 39.991159426619198 ], [ -75.167376238643001, 39.991107431164401 ], [ -75.167208233704301, 39.991085129582302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2318 N 22ND ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1077, "objectid": 1483, "Shape__Area": 170.69140625, "Shape__Length": 66.507838179796394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168898007754606, 39.990068145915501 ], [ -75.169136412299594, 39.990097962143402 ], [ -75.169145273349201, 39.990055039763398 ], [ -75.168906591642696, 39.990024783930203 ], [ -75.168898007754606, 39.990068145915501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2328 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1083, "objectid": 1484, "Shape__Area": 171.6640625, "Shape__Length": 66.494812635369783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167237793574699, 39.990083673823499 ], [ -75.1674701232389, 39.990112307147001 ], [ -75.167475525987697, 39.9901129765259 ], [ -75.167484606728294, 39.9900698186228 ], [ -75.167479183566499, 39.990069131665599 ], [ -75.167246103150703, 39.990039852555597 ], [ -75.167237793574699, 39.990083673823499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2556 N 16TH ST", "addr_range": "2556-2564 NORTH 16TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 949, "objectid": 1485, "Shape__Area": 150.53125, "Shape__Length": 63.273373570653696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158301893748302, 39.992513638772898 ], [ -75.158292377031302, 39.992552127982698 ], [ -75.158521460020097, 39.992584172211401 ], [ -75.158529260087604, 39.992543452054001 ], [ -75.158301893748302, 39.992513638772898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2355 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1281, "objectid": 1486, "Shape__Area": 203.11328125, "Shape__Length": 76.209010019943179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166633688182998, 39.990601515954999 ], [ -75.166913767108596, 39.990640977643302 ], [ -75.166923249258105, 39.990597748619003 ], [ -75.166643400245505, 39.990557759624899 ], [ -75.166633688182998, 39.990601515954999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2334 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1064, "objectid": 1487, "Shape__Area": 168.6953125, "Shape__Length": 66.207035462813252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167209849370806, 39.990210616955999 ], [ -75.167442999269596, 39.990241379858801 ], [ -75.167448296597101, 39.990242080204197 ], [ -75.167450008599104, 39.990233994277602 ], [ -75.167455967201803, 39.9902057247687 ], [ -75.167457242600904, 39.990199724777902 ], [ -75.167451932056096, 39.990198848437501 ], [ -75.167399158696796, 39.9901901006019 ], [ -75.167322249409395, 39.9901823251598 ], [ -75.167218933472796, 39.990169038623897 ], [ -75.167209849370806, 39.990210616955999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2266 N 17TH ST", "addr_range": "2264-2266 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1119, "objectid": 1488, "Shape__Area": 177.328125, "Shape__Length": 65.872954217526399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160810218299403, 39.988396647423599 ], [ -75.160800210002407, 39.988442675329097 ], [ -75.1610319364855, 39.988472484089499 ], [ -75.161041945800207, 39.988426456190197 ], [ -75.160810218299403, 39.988396647423599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2305 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1290, "objectid": 1489, "Shape__Area": 204.42578125, "Shape__Length": 75.7862700768341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1668788833408, 39.9895090976066 ], [ -75.167156155438207, 39.989547802754103 ], [ -75.167166118948899, 39.989503520448999 ], [ -75.166888733776702, 39.989464990276502 ], [ -75.1668788833408, 39.9895090976066 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2352 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1092, "objectid": 1490, "Shape__Area": 173.10546875, "Shape__Length": 67.701287349000367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167121080241799, 39.990603909795801 ], [ -75.167360433823603, 39.990634184430199 ], [ -75.167365522975004, 39.990634815221597 ], [ -75.167368003249194, 39.9906230380072 ], [ -75.167373232781301, 39.9905929960196 ], [ -75.167369208532193, 39.990592454963704 ], [ -75.167129280861204, 39.990560215828197 ], [ -75.167121080241799, 39.990603909795801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2560 N 16TH ST", "addr_range": "2556-2564 NORTH 16TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 976, "objectid": 1491, "Shape__Area": 154.68359375, "Shape__Length": 63.965512178996185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158282755963597, 39.9925939341827 ], [ -75.158274067333494, 39.992634328818902 ], [ -75.158504915517398, 39.992666783249398 ], [ -75.158509709814695, 39.992635054055597 ], [ -75.1585118335896, 39.992626091834602 ], [ -75.158282755963597, 39.9925939341827 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2363 N 19TH ST", "addr_range": "2359-2363 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1186, "objectid": 1492, "Shape__Area": 187.98046875, "Shape__Length": 68.21450073630686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163194853027704, 39.990293940091703 ], [ -75.163194299241297, 39.990296392789801 ], [ -75.163435144036995, 39.9903286608793 ], [ -75.163438877356796, 39.990311528403801 ], [ -75.163445379973595, 39.990281660308902 ], [ -75.163204903660599, 39.990249594260099 ], [ -75.163194853027704, 39.990293940091703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2553 N GARNET ST", "addr_range": "2542-2546 N 19TH ST; 2547-2553 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 711, "objectid": 1493, "Shape__Area": 112.7578125, "Shape__Length": 51.36799439961927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163271714497299, 39.993039558624801 ], [ -75.163277011515405, 39.993040241131403 ], [ -75.163449513833498, 39.993062328066699 ], [ -75.163457381498404, 39.993024123898103 ], [ -75.163285277123606, 39.9930020792779 ], [ -75.163279645497198, 39.993001354992302 ], [ -75.163271714497299, 39.993039558624801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1535 W LEHIGH AVE", "addr_range": "1535 W LEHIGH AVE", "zipcode": 19132, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1117, "objectid": 1494, "Shape__Area": 177.14453125, "Shape__Length": 71.889839593000517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157437560198005, 39.994641704230801 ], [ -75.157488794809495, 39.994648504476501 ], [ -75.157535113258703, 39.994444861100703 ], [ -75.157482029005195, 39.994437632560299 ], [ -75.157437560198005, 39.994641704230801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2760 N 15TH ST", "addr_range": "2758-2762 N 15TH ST; 1500 GLENWOOD AVE", "zipcode": 19132, "district": "8", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1136, "objectid": 1495, "Shape__Area": 180.14453125, "Shape__Length": 67.401622802677622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156176006415393, 39.995562455625702 ], [ -75.156205591501106, 39.995603295117 ], [ -75.156422464774494, 39.995522792527197 ], [ -75.156397025309204, 39.995482110735601 ], [ -75.156176006415393, 39.995562455625702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2758 N 15TH ST", "addr_range": "2758-2762 N 15TH ST; 1500 GLENWOOD AVE", "zipcode": 19132, "district": "8", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1083, "objectid": 1496, "Shape__Area": 171.640625, "Shape__Length": 67.370494193502708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156149007914607, 39.995525237198599 ], [ -75.156176006415393, 39.995562455625702 ], [ -75.156397025309204, 39.995482110735601 ], [ -75.15637239342, 39.995442737442097 ], [ -75.156149007914607, 39.995525237198599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2018 W CAMBRIA ST", "addr_range": "2016-2018 W CAMBRIA ST", "zipcode": 19132, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1294, "objectid": 1497, "Shape__Area": 205.23046875, "Shape__Length": 73.08473073570778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164188213274002, 39.998277181663802 ], [ -75.164250667251196, 39.998285616401098 ], [ -75.1642873893, 39.998119877415803 ], [ -75.164295208567594, 39.998084639146697 ], [ -75.164235002096703, 39.998076656908701 ], [ -75.164226640484898, 39.998112415457697 ], [ -75.164188213274002, 39.998277181663802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2729 N GRATZ ST", "addr_range": "2725-2729 N GRATZ ST", "zipcode": 19132, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 729, "objectid": 1498, "Shape__Area": 115.6640625, "Shape__Length": 50.610394341128035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161529462197507, 39.995871097174899 ], [ -75.1617006457206, 39.995892737875003 ], [ -75.161702686201807, 39.995883708851899 ], [ -75.161709108317694, 39.995852145106703 ], [ -75.1615378268299, 39.995830341826903 ], [ -75.161529462197507, 39.995871097174899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2727 N GRATZ ST", "addr_range": "2725-2729 N GRATZ ST", "zipcode": 19132, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 738, "objectid": 1499, "Shape__Area": 116.9921875, "Shape__Length": 50.760698507454649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1615378268299, 39.995830341826903 ], [ -75.161709108317694, 39.995852145106703 ], [ -75.161716610935798, 39.995810951338697 ], [ -75.161545438694404, 39.995788989249398 ], [ -75.1615378268299, 39.995830341826903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2948 N BONSALL ST", "addr_range": "2914, 2915-2919, 2922, 2923, 2937-2939, 2946-2948, 2967 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 623, "objectid": 1500, "Shape__Area": 98.90234375, "Shape__Length": 46.297522445943663 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168915430120705, 40.000051791691398 ], [ -75.169069801522895, 40.0000727196404 ], [ -75.169079064561899, 40.000034143767898 ], [ -75.168923772314301, 40.000013742040402 ], [ -75.168915430120705, 40.000051791691398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2914 N BONSALL ST", "addr_range": "2914, 2915-2919, 2922, 2923, 2937-2939, 2946-2948, 2967 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 610, "objectid": 1501, "Shape__Area": 96.69921875, "Shape__Length": 46.187013351211284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1690569465989, 39.9994139374203 ], [ -75.169213754175203, 39.999432502561099 ], [ -75.169220920363699, 39.999395087798298 ], [ -75.169065260376698, 39.999376661994397 ], [ -75.1690569465989, 39.9994139374203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2016 W CAMBRIA ST", "addr_range": "2016-2018 W CAMBRIA ST", "zipcode": 19132, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1338, "objectid": 1502, "Shape__Area": 212.20703125, "Shape__Length": 73.536017906356705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164126912110802, 39.9982698847138 ], [ -75.164188213274002, 39.998277181663802 ], [ -75.164226640484898, 39.998112415457697 ], [ -75.164235002096703, 39.998076656908701 ], [ -75.164168964183403, 39.998068818088399 ], [ -75.164162146707696, 39.998101436239502 ], [ -75.164152127398395, 39.998149344573299 ], [ -75.164126912110802, 39.9982698847138 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2915 N BONSALL ST", "addr_range": "2914, 2915-2919, 2922, 2923, 2937-2939, 2946-2948, 2967 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 628, "objectid": 1503, "Shape__Area": 99.578125, "Shape__Length": 47.236275413619396 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168756587283497, 39.999376572060001 ], [ -75.1689170472944, 39.999396655052401 ], [ -75.168925342277106, 39.999359814401998 ], [ -75.168764624560794, 39.999338839027097 ], [ -75.168756587283497, 39.999376572060001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2946 N BONSALL ST", "addr_range": "2914, 2915-2919, 2922, 2923, 2937-2939, 2946-2948, 2967 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 600, "objectid": 1504, "Shape__Area": 95.2421875, "Shape__Length": 45.861941366210303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168923772314301, 40.000013742040402 ], [ -75.169079064561899, 40.000034143767898 ], [ -75.169086786737395, 39.999997516382997 ], [ -75.168932670311705, 39.999976480658397 ], [ -75.168923772314301, 40.000013742040402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2967 N BONSALL ST", "addr_range": "2914, 2915-2919, 2922, 2923, 2937-2939, 2946-2948, 2967 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 663, "objectid": 1505, "Shape__Area": 105.18359375, "Shape__Length": 47.988054280039854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168534920404795, 40.000353364555501 ], [ -75.168621353979006, 40.000366205048898 ], [ -75.168696825224799, 40.000374639899199 ], [ -75.168705849359995, 40.000336283933002 ], [ -75.16862599449, 40.0003262998829 ], [ -75.168543879836903, 40.000314555737098 ], [ -75.168534920404795, 40.000353364555501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2917 N BONSALL ST", "addr_range": "2914, 2915-2919, 2922, 2923, 2937-2939, 2946-2948, 2967 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 634, "objectid": 1506, "Shape__Area": 100.53125, "Shape__Length": 47.395577063988895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1687471098559, 39.999414159181804 ], [ -75.168908730325697, 39.999434043024301 ], [ -75.1689170472944, 39.999396655052401 ], [ -75.168756587283497, 39.999376572060001 ], [ -75.1687471098559, 39.999414159181804 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2919 N BONSALL ST", "addr_range": "2914, 2915-2919, 2922, 2923, 2937-2939, 2946-2948, 2967 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 634, "objectid": 1507, "Shape__Area": 100.63671875, "Shape__Length": 47.390625278747137 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168739363579604, 39.999451448250298 ], [ -75.168899533325302, 39.999471959925998 ], [ -75.168908730325697, 39.999434043024301 ], [ -75.1687471098559, 39.999414159181804 ], [ -75.168739363579604, 39.999451448250298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2923 N BONSALL ST", "addr_range": "2914, 2915-2919, 2922, 2923, 2937-2939, 2946-2948, 2967 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 640, "objectid": 1508, "Shape__Area": 101.5390625, "Shape__Length": 47.488734130575992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168722082361796, 39.999527774678697 ], [ -75.168883180281, 39.999547080964497 ], [ -75.168891795134101, 39.999509038347703 ], [ -75.168730709261894, 39.999489941378101 ], [ -75.168722082361796, 39.999527774678697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2939 N BONSALL ST", "addr_range": "2914, 2915-2919, 2922, 2923, 2937-2939, 2946-2948, 2967 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 638, "objectid": 1509, "Shape__Area": 101.28125, "Shape__Length": 47.218957891608305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168658475614606, 39.999825301664302 ], [ -75.168816996875904, 39.999847903660303 ], [ -75.168825787582094, 39.999809058594003 ], [ -75.168823828438804, 39.999808789289098 ], [ -75.168666509892006, 39.999787681195698 ], [ -75.168658475614606, 39.999825301664302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2937 N BONSALL ST", "addr_range": "2914, 2915-2919, 2922, 2923, 2937-2939, 2946-2948, 2967 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 621, "objectid": 1510, "Shape__Area": 98.54296875, "Shape__Length": 46.437281754267737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168666509892006, 39.999787681195698 ], [ -75.168823828438804, 39.999808789289098 ], [ -75.168824805024897, 39.999807908431997 ], [ -75.168830445183502, 39.999770363868002 ], [ -75.168675683915396, 39.9997503116088 ], [ -75.168666509892006, 39.999787681195698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2863 JUDSON ST", "addr_range": "2863 JUDSON ST", "zipcode": 19132, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 703, "objectid": 1511, "Shape__Area": 111.46484375, "Shape__Length": 48.694283373276484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169491509108596, 39.998905406108101 ], [ -75.169330557440006, 39.998884476702301 ], [ -75.169320797245405, 39.9989262156843 ], [ -75.169482961351093, 39.998946626342502 ], [ -75.169491509108596, 39.998905406108101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2315 W SOMERSET ST", "addr_range": "2315 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1327, "objectid": 1512, "Shape__Area": 210.44921875, "Shape__Length": 77.13441239615868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169379550067902, 39.997825425681199 ], [ -75.169437934189602, 39.997832815528902 ], [ -75.169486227990006, 39.997615977531702 ], [ -75.169428064033696, 39.997608286309301 ], [ -75.169379550067902, 39.997825425681199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2817 JUDSON ST", "addr_range": "2817-2821 N JUDSON ST", "zipcode": 19132, "district": "8", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 643, "objectid": 1513, "Shape__Area": 102.0625, "Shape__Length": 47.160734470402588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1695132285559, 39.998011277999503 ], [ -75.169672367140507, 39.998030169794298 ], [ -75.169679772861898, 39.9979913737345 ], [ -75.169521705473997, 39.9979724114216 ], [ -75.1695132285559, 39.998011277999503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1629 W LEHIGH AVE", "addr_range": "1629 W LEHIGH AVE", "zipcode": 19132, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1191, "objectid": 1514, "Shape__Area": 188.78515625, "Shape__Length": 72.045983019719998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1586022481154, 39.994793127300703 ], [ -75.158659504805797, 39.994800835143401 ], [ -75.158701702022199, 39.994599097692998 ], [ -75.158646221199405, 39.994592040847998 ], [ -75.1586022481154, 39.994793127300703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1619 W LEHIGH AVE", "addr_range": "1619-1623 W LEHIGH AVE", "zipcode": 19132, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1655, "objectid": 1515, "Shape__Area": 262.33984375, "Shape__Length": 94.145631708776619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158370743510702, 39.994555242754501 ], [ -75.158308307645598, 39.994838638237297 ], [ -75.158369539553505, 39.994825126025503 ], [ -75.158429725671795, 39.994563377111902 ], [ -75.158370743510702, 39.994555242754501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2819 JUDSON ST", "addr_range": "2817-2821 N JUDSON ST", "zipcode": 19132, "district": "8", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 691, "objectid": 1516, "Shape__Area": 109.546875, "Shape__Length": 48.103305885192029 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169503488429598, 39.9980530192462 ], [ -75.169663115834993, 39.998071196724297 ], [ -75.169672367140507, 39.998030169794298 ], [ -75.1695132285559, 39.998011277999503 ], [ -75.169503488429598, 39.9980530192462 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1621 W LEHIGH AVE", "addr_range": "1619-1623 W LEHIGH AVE", "zipcode": 19132, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1496, "objectid": 1517, "Shape__Area": 237.17578125, "Shape__Length": 87.679059674230018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158369539553505, 39.994825126025503 ], [ -75.158431205380793, 39.994811784860403 ], [ -75.158486076355899, 39.9945706618362 ], [ -75.158429725671795, 39.994563377111902 ], [ -75.158369539553505, 39.994825126025503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1541 W LEHIGH AVE", "addr_range": "1539-1541 W LEHIGH AVE", "zipcode": 19132, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1165, "objectid": 1518, "Shape__Area": 184.62890625, "Shape__Length": 72.330734949840831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157593531512703, 39.9946620569972 ], [ -75.157647539167797, 39.994669804598402 ], [ -75.1576555216418, 39.994635311931503 ], [ -75.157694701420894, 39.994465986506803 ], [ -75.157639867287003, 39.994459025768002 ], [ -75.157593531512703, 39.9946620569972 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1623 W LEHIGH AVE", "addr_range": "1619-1623 W LEHIGH AVE", "zipcode": 19132, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1234, "objectid": 1519, "Shape__Area": 195.5703125, "Shape__Length": 80.432926478887651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158486076355899, 39.9945706618362 ], [ -75.158431205380793, 39.994811784860403 ], [ -75.158486069711401, 39.994799853371099 ], [ -75.158536722731796, 39.994577528523102 ], [ -75.158486076355899, 39.9945706618362 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2821 JUDSON ST", "addr_range": "2817-2821 N JUDSON ST", "zipcode": 19132, "district": "8", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 712, "objectid": 1520, "Shape__Area": 112.97265625, "Shape__Length": 48.506132630031509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169494859037798, 39.998095897311998 ], [ -75.169654643907293, 39.998113787312001 ], [ -75.169663115834993, 39.998071196724297 ], [ -75.169503488429598, 39.9980530192462 ], [ -75.169501680270102, 39.998060893102398 ], [ -75.169494859037798, 39.998095897311998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2762 N 15TH ST", "addr_range": "2758-2762 N 15TH ST; 1500 GLENWOOD AVE", "zipcode": 19132, "district": "8", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1093, "objectid": 1521, "Shape__Area": 173.2421875, "Shape__Length": 66.288388545586372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156224683529004, 39.995629630783597 ], [ -75.156233722497404, 39.9956421186033 ], [ -75.156447966791106, 39.995563555015202 ], [ -75.156422464774494, 39.995522792527197 ], [ -75.156205591501106, 39.995603295117 ], [ -75.156224683529004, 39.995629630783597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1925 W LEHIGH AVE", "addr_range": "1925 W LEHIGH AVE", "zipcode": 19132, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1357, "objectid": 1522, "Shape__Area": 215.171875, "Shape__Length": 78.781380901517537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163355456591702, 39.995428099840296 ], [ -75.163413868907696, 39.9954352348567 ], [ -75.163461707840199, 39.995212102345597 ], [ -75.163403806669294, 39.995205300529797 ], [ -75.163355456591702, 39.995428099840296 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2862 N BONSALL ST", "addr_range": "2862 N BONSALL ST; 2863 JUDSON ST", "zipcode": 19132, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 698, "objectid": 1523, "Shape__Area": 110.78125, "Shape__Length": 48.89766653015247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169319898531199, 39.998884237079501 ], [ -75.169156628677499, 39.998863672481598 ], [ -75.1691473558772, 39.998904698895103 ], [ -75.169311149995394, 39.998924726572803 ], [ -75.169319898531199, 39.998884237079501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2769 JUDSON ST", "addr_range": "2767-2769 JUDSON ST", "zipcode": 19132, "district": "8", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 637, "objectid": 1524, "Shape__Area": 101.0078125, "Shape__Length": 46.428717772706641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169813658801004, 39.997413409678401 ], [ -75.169659656057803, 39.997392861200296 ], [ -75.169651530496395, 39.997432381710603 ], [ -75.169805769425295, 39.997452790443198 ], [ -75.169813658801004, 39.997413409678401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1500 W GLENWOOD AVE", "addr_range": "2758-2762 N 15TH ST; 1500 GLENWOOD AVE", "zipcode": 19132, "district": "8", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1235, "objectid": 1525, "Shape__Area": 195.76171875, "Shape__Length": 68.169097088812805 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156416727623395, 39.9957959262047 ], [ -75.156312799410898, 39.995630606392801 ], [ -75.156245013316394, 39.995656010633603 ], [ -75.156310733591695, 39.995744495189903 ], [ -75.156315011075804, 39.995745558633601 ], [ -75.156365919371893, 39.9958146861876 ], [ -75.156416727623395, 39.9957959262047 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2767 JUDSON ST", "addr_range": "2767-2769 JUDSON ST", "zipcode": 19132, "district": "8", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 624, "objectid": 1526, "Shape__Area": 99.01171875, "Shape__Length": 46.178906658323505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169659656057803, 39.997392861200296 ], [ -75.169813658801004, 39.997413409678401 ], [ -75.169821759833596, 39.997374501296697 ], [ -75.169667718351803, 39.997354419582699 ], [ -75.169659656057803, 39.997392861200296 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3110 N BANCROFT ST", "addr_range": "3106-3110 N BANCROFT ST", "zipcode": 19132, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 665, "objectid": 1527, "Shape__Area": 105.421875, "Shape__Length": 48.557888732091335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157038091149104, 40.000810878346499 ], [ -75.157202507481799, 40.000832726746097 ], [ -75.157210191032803, 40.000794551194801 ], [ -75.157045301563699, 40.000771902826202 ], [ -75.1570428964543, 40.000784937577798 ], [ -75.157038091149104, 40.000810878346499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1747 W LIPPINCOTT ST", "addr_range": "1741-1751 LIPPINCOTT ST", "zipcode": 19132, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 709, "objectid": 1528, "Shape__Area": 112.40625, "Shape__Length": 51.279272299293453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159074811721695, 40.002041174262203 ], [ -75.159124342831504, 40.002047725262898 ], [ -75.159136199590193, 40.001989138456103 ], [ -75.159153648386805, 40.001912527776298 ], [ -75.159135679168003, 40.001909930961801 ], [ -75.159102784838694, 40.001905189860203 ], [ -75.159074811721695, 40.002041174262203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3108 N BANCROFT ST", "addr_range": "3106-3110 N BANCROFT ST", "zipcode": 19132, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 605, "objectid": 1529, "Shape__Area": 96.04296875, "Shape__Length": 47.515514245395487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157045301563699, 40.000771902826202 ], [ -75.157210191032803, 40.000794551194801 ], [ -75.157217474950798, 40.000759139947903 ], [ -75.157053459325596, 40.000737203306798 ], [ -75.157045301563699, 40.000771902826202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1741 W LIPPINCOTT ST", "addr_range": "1741-1751 LIPPINCOTT ST", "zipcode": 19132, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 686, "objectid": 1530, "Shape__Area": 108.83984375, "Shape__Length": 50.845222666834019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158926522954602, 40.002021708207899 ], [ -75.158975089440403, 40.002028269037098 ], [ -75.159003755804093, 40.001892267864903 ], [ -75.158955768738494, 40.001886429223397 ], [ -75.158926522954602, 40.002021708207899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3106 N BANCROFT ST", "addr_range": "3106-3110 N BANCROFT ST", "zipcode": 19132, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 645, "objectid": 1531, "Shape__Area": 102.25390625, "Shape__Length": 48.131269430659827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157053459325596, 40.000737203306798 ], [ -75.157217474950798, 40.000759139947903 ], [ -75.157225578367303, 40.0007214739434 ], [ -75.157061106645202, 40.000699978419497 ], [ -75.157060410278405, 40.000703395565999 ], [ -75.157053459325596, 40.000737203306798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1745 W LIPPINCOTT ST", "addr_range": "1741-1751 LIPPINCOTT ST", "zipcode": 19132, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 713, "objectid": 1532, "Shape__Area": 113.14453125, "Shape__Length": 51.248960691281212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159053436799894, 40.0018987565076 ], [ -75.159034358405606, 40.0019856470349 ], [ -75.159024547897403, 40.002034543631503 ], [ -75.159074811721695, 40.002041174262203 ], [ -75.159102784838694, 40.001905189860203 ], [ -75.159053436799894, 40.0018987565076 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1749 W LIPPINCOTT ST", "addr_range": "1741-1751 LIPPINCOTT ST", "zipcode": 19132, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 682, "objectid": 1533, "Shape__Area": 108.21484375, "Shape__Length": 50.626138482789976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159153648386805, 40.001912527776298 ], [ -75.159136199590193, 40.001989138456103 ], [ -75.159124342831504, 40.002047725262898 ], [ -75.159172644580394, 40.0020541016317 ], [ -75.159200704444402, 40.0019185714782 ], [ -75.159153648386805, 40.001912527776298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1751 W LIPPINCOTT ST", "addr_range": "1741-1751 LIPPINCOTT ST", "zipcode": 19132, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1036, "objectid": 1534, "Shape__Area": 164.34765625, "Shape__Length": 58.344649264382035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159200704444402, 40.0019185714782 ], [ -75.159172644580394, 40.0020541016317 ], [ -75.159222884952996, 40.002060733469598 ], [ -75.159283450877993, 40.002068709260698 ], [ -75.159238679704302, 40.001932469819202 ], [ -75.159236617089604, 40.001922783294702 ], [ -75.159200704444402, 40.0019185714782 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3128 N BANCROFT ST", "addr_range": "3131 N CHADWICK ST; 3128-3130 N BANCROFT ST", "zipcode": 19132, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 721, "objectid": 1535, "Shape__Area": 114.4296875, "Shape__Length": 49.30745954288404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156964025580507, 40.001161359839301 ], [ -75.157127330224299, 40.001182152453097 ], [ -75.157136456883606, 40.001141317261002 ], [ -75.157136638270899, 40.001140402320402 ], [ -75.156973044626596, 40.001118927426702 ], [ -75.156964025580507, 40.001161359839301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3108 N ROSEWOOD ST", "addr_range": "1417-1427 W CLEARFIELD ST; 3108-3110 N ROSEWOOD ST", "zipcode": 19132, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 881, "objectid": 1536, "Shape__Area": 139.74609375, "Shape__Length": 59.093291565249601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153790034879194, 40.000395306275401 ], [ -75.153991686651196, 40.000421226169401 ], [ -75.154000144732706, 40.000379263308403 ], [ -75.153943779831806, 40.000372234752803 ], [ -75.153904648800406, 40.000369463082997 ], [ -75.1537989369466, 40.000355982638702 ], [ -75.153791407683002, 40.000355022164896 ], [ -75.153782483955993, 40.000394329994002 ], [ -75.153790034879194, 40.000395306275401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3106 N 15TH ST", "addr_range": "3100-3110 N 15TH ST", "zipcode": 19132, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1149, "objectid": 1537, "Shape__Area": 182.22265625, "Shape__Length": 69.519332097782822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154930665820501, 40.000488623774501 ], [ -75.1551817833207, 40.000520608159199 ], [ -75.155190355997107, 40.000476761987102 ], [ -75.154939421541002, 40.000444927720302 ], [ -75.154930665820501, 40.000488623774501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1425 W CLEARFIELD ST", "addr_range": "1417-1427 W CLEARFIELD ST; 3108-3110 N ROSEWOOD ST", "zipcode": 19132, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1073, "objectid": 1538, "Shape__Area": 170.1875, "Shape__Length": 64.379265200493322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154050513124005, 40.000184642631901 ], [ -75.154013977816803, 40.000357895832003 ], [ -75.154074036379498, 40.000365943136401 ], [ -75.154108534976501, 40.000192209573498 ], [ -75.154050513124005, 40.000184642631901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1421 W CLEARFIELD ST", "addr_range": "1417-1427 W CLEARFIELD ST; 3108-3110 N ROSEWOOD ST", "zipcode": 19132, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1017, "objectid": 1539, "Shape__Area": 161.25, "Shape__Length": 67.528921233848365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153907222654297, 40.0003618968748 ], [ -75.153957841789506, 40.000367893592298 ], [ -75.153995362277598, 40.000177640651401 ], [ -75.153943867838805, 40.000170915952197 ], [ -75.153907222654297, 40.0003618968748 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3104 N 15TH ST", "addr_range": "3100-3110 N 15TH ST", "zipcode": 19132, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1147, "objectid": 1540, "Shape__Area": 181.88671875, "Shape__Length": 69.524173370570026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154948528901301, 40.000401318904302 ], [ -75.154939421541002, 40.000444927720302 ], [ -75.155190355997107, 40.000476761987102 ], [ -75.155200004998605, 40.000433231172202 ], [ -75.154948528901301, 40.000401318904302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1427 W CLEARFIELD ST", "addr_range": "1417-1427 W CLEARFIELD ST; 3108-3110 N ROSEWOOD ST", "zipcode": 19132, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1093, "objectid": 1541, "Shape__Area": 173.35546875, "Shape__Length": 64.629553382317098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154074036379498, 40.000365943136401 ], [ -75.154134360840203, 40.000373593666701 ], [ -75.154168579148106, 40.000200047469903 ], [ -75.154108534976501, 40.000192209573498 ], [ -75.154074036379498, 40.000365943136401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1419 W CLEARFIELD ST", "addr_range": "1417-1427 W CLEARFIELD ST; 3108-3110 N ROSEWOOD ST", "zipcode": 19132, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1096, "objectid": 1542, "Shape__Area": 173.7734375, "Shape__Length": 68.520018883743347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153852471702507, 40.000355371500497 ], [ -75.153907222654297, 40.0003618968748 ], [ -75.153943867838805, 40.000170915952197 ], [ -75.153888751788301, 40.000164107524803 ], [ -75.153852471702507, 40.000355371500497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3122 N ROSEWOOD ST", "addr_range": "3122-3124 N ROSEWOOD ST", "zipcode": 19132, "district": "8", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 903, "objectid": 1543, "Shape__Area": 143.18359375, "Shape__Length": 59.36395349876846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153722027015903, 40.0006817660501 ], [ -75.153931425671601, 40.000707941427798 ], [ -75.153940354502396, 40.000666844282001 ], [ -75.153730960272995, 40.000640556390501 ], [ -75.153730376315593, 40.000643235425997 ], [ -75.153722027015903, 40.0006817660501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3131 N CHADWICK ST", "addr_range": "3131 N CHADWICK ST; 3128-3130 N BANCROFT ST", "zipcode": 19132, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 726, "objectid": 1544, "Shape__Area": 115.15625, "Shape__Length": 49.3621443901988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157280553599307, 40.001245803783704 ], [ -75.157293254085801, 40.001247477291102 ], [ -75.157301570477003, 40.001204786614203 ], [ -75.157138341276493, 40.001183641854901 ], [ -75.157130037092799, 40.0012260102338 ], [ -75.157280553599307, 40.001245803783704 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3124 N ROSEWOOD ST", "addr_range": "3122-3124 N ROSEWOOD ST", "zipcode": 19132, "district": "8", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 862, "objectid": 1545, "Shape__Area": 136.65625, "Shape__Length": 58.799338488474476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153722027015903, 40.0006817660501 ], [ -75.153713605555197, 40.000722214210498 ], [ -75.153923342227401, 40.000746140194401 ], [ -75.153931425671601, 40.000707941427798 ], [ -75.153722027015903, 40.0006817660501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3100 N BROAD ST", "addr_range": "3100 N BROAD ST", "zipcode": 19132, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1556, "objectid": 1546, "Shape__Area": 246.74609375, "Shape__Length": 88.806527770603694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153385155863702, 40.000145108439703 ], [ -75.153720755628697, 40.000186616079098 ], [ -75.153728539650999, 40.0001458318389 ], [ -75.153729218861898, 40.000142316109901 ], [ -75.153392810183902, 40.000100613593602 ], [ -75.153385155863702, 40.000145108439703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1423 W CLEARFIELD ST", "addr_range": "1417-1427 W CLEARFIELD ST; 3108-3110 N ROSEWOOD ST", "zipcode": 19132, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1071, "objectid": 1547, "Shape__Area": 169.765625, "Shape__Length": 68.007115112201149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153957841789506, 40.000367893592298 ], [ -75.154010616308, 40.000374051656301 ], [ -75.154013977816803, 40.000357895832003 ], [ -75.154050513124005, 40.000184642631901 ], [ -75.153995362277598, 40.000177640651401 ], [ -75.153957841789506, 40.000367893592298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1743 W LIPPINCOTT ST", "addr_range": "1741-1751 LIPPINCOTT ST", "zipcode": 19132, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 702, "objectid": 1548, "Shape__Area": 111.29296875, "Shape__Length": 51.204389141725258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159003755804093, 40.001892267864903 ], [ -75.158975089440403, 40.002028269037098 ], [ -75.159024547897403, 40.002034543631503 ], [ -75.159034358405606, 40.0019856470349 ], [ -75.159053436799894, 40.0018987565076 ], [ -75.159003755804093, 40.001892267864903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1417 W CLEARFIELD ST", "addr_range": "1417-1427 W CLEARFIELD ST; 3108-3110 N ROSEWOOD ST", "zipcode": 19132, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1149, "objectid": 1549, "Shape__Area": 182.18359375, "Shape__Length": 69.096461247874501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153800591477406, 40.000348346085403 ], [ -75.153852471702507, 40.000355371500497 ], [ -75.153888751788301, 40.000164107524803 ], [ -75.1538332699146, 40.000157000669397 ], [ -75.153830609921698, 40.000169546657297 ], [ -75.153803269931203, 40.000298580355199 ], [ -75.153792938204106, 40.000347319735802 ], [ -75.153800591477406, 40.000348346085403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3108 N 15TH ST", "addr_range": "3100-3110 N 15TH ST", "zipcode": 19132, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 3586, "objectid": 1550, "Shape__Area": 568.5625, "Shape__Length": 119.49887965947033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154913967015005, 40.000569619905903 ], [ -75.1553384894071, 40.000623028778399 ], [ -75.155354809128795, 40.000542588966503 ], [ -75.155301166776795, 40.000535589281398 ], [ -75.1551817833207, 40.000520608159199 ], [ -75.154930665820501, 40.000488623774501 ], [ -75.154913967015005, 40.000569619905903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3102 N 15TH ST", "addr_range": "3100-3110 N 15TH ST", "zipcode": 19132, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1130, "objectid": 1551, "Shape__Area": 179.1484375, "Shape__Length": 69.446029952180325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154957209290004, 40.000358459092801 ], [ -75.154948528901301, 40.000401318904302 ], [ -75.155200004998605, 40.000433231172202 ], [ -75.155209458869606, 40.0003904528009 ], [ -75.154957209290004, 40.000358459092801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3100 N 15TH ST", "addr_range": "3100-3110 N 15TH ST", "zipcode": 19132, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1452, "objectid": 1552, "Shape__Area": 230.16015625, "Shape__Length": 73.117057827407464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154957209290004, 40.000358459092801 ], [ -75.155209458869606, 40.0003904528009 ], [ -75.155220637128906, 40.000337622908297 ], [ -75.155221073585096, 40.000335521689102 ], [ -75.154968572501005, 40.000303553852198 ], [ -75.154957209290004, 40.000358459092801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3110 N 15TH ST", "addr_range": "3100-3110 N 15TH ST", "zipcode": 19132, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 3710, "objectid": 1553, "Shape__Area": 588.10546875, "Shape__Length": 120.33385648479066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154913967015005, 40.000569619905903 ], [ -75.154897138198805, 40.000653464817802 ], [ -75.155321685045607, 40.000706247185299 ], [ -75.1553384894071, 40.000623028778399 ], [ -75.154913967015005, 40.000569619905903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3227 RIDGE AVE", "addr_range": "3213-3227 RIDGE AVE; 3200-3204 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1619, "objectid": 1554, "Shape__Area": 256.6484375, "Shape__Length": 79.153857590390302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185284791906994, 39.991615632551699 ], [ -75.185454338276202, 39.991638909643498 ], [ -75.185453085148893, 39.991636575963 ], [ -75.185391553767104, 39.991521155041802 ], [ -75.185163553680695, 39.991598980390499 ], [ -75.185284791906994, 39.991615632551699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3223 RIDGE AVE", "addr_range": "3213-3227 RIDGE AVE; 3200-3204 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1284, "objectid": 1555, "Shape__Area": 203.48046875, "Shape__Length": 76.328286108122896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185086703219994, 39.991528528731898 ], [ -75.185109778224898, 39.991568456305799 ], [ -75.185370545220806, 39.991480321333398 ], [ -75.185347484962705, 39.991439441777402 ], [ -75.185086703219994, 39.991528528731898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3219 RIDGE AVE", "addr_range": "3213-3227 RIDGE AVE; 3200-3204 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1286, "objectid": 1556, "Shape__Area": 203.81640625, "Shape__Length": 76.879556854104322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185041052879001, 39.9914476350584 ], [ -75.185064028918404, 39.991487979400503 ], [ -75.185326521791893, 39.991397997288303 ], [ -75.185305071719199, 39.991357783505897 ], [ -75.185041052879001, 39.9914476350584 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3225 RIDGE AVE", "addr_range": "3213-3227 RIDGE AVE; 3200-3204 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1255, "objectid": 1557, "Shape__Area": 198.9375, "Shape__Length": 74.425190259931668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185109778224898, 39.991568456305799 ], [ -75.185122375256697, 39.991593336246197 ], [ -75.185163553680695, 39.991598980390499 ], [ -75.185391553767104, 39.991521155041802 ], [ -75.185370545220806, 39.991480321333398 ], [ -75.185109778224898, 39.991568456305799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3221 RIDGE AVE", "addr_range": "3213-3227 RIDGE AVE; 3200-3204 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1294, "objectid": 1558, "Shape__Area": 205.09375, "Shape__Length": 76.665289599006044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185064028918404, 39.991487979400503 ], [ -75.185086703219994, 39.991528528731898 ], [ -75.185347484962705, 39.991439441777402 ], [ -75.185336622881294, 39.9914179695012 ], [ -75.185326521791893, 39.991397997288303 ], [ -75.185064028918404, 39.991487979400503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3205 RIDGE AVE", "addr_range": "3201-3205 RIDGE AVE", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1351, "objectid": 1559, "Shape__Area": 214.2265625, "Shape__Length": 81.256077331732598 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184880395979803, 39.991172975312502 ], [ -75.184869022484605, 39.991224432759203 ], [ -75.185165074654293, 39.991124787149197 ], [ -75.185143365481494, 39.991094787689001 ], [ -75.185137011427898, 39.991086021243703 ], [ -75.184880395979803, 39.991172975312502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3217 RIDGE AVE", "addr_range": "3213-3227 RIDGE AVE; 3200-3204 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1294, "objectid": 1560, "Shape__Area": 205.15625, "Shape__Length": 77.206181732740262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185283246327401, 39.991316931527102 ], [ -75.185018289192499, 39.991407809932603 ], [ -75.185041052879001, 39.9914476350584 ], [ -75.185305071719199, 39.991357783505897 ], [ -75.185283246327401, 39.991316931527102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3213 RIDGE AVE", "addr_range": "3213-3227 RIDGE AVE; 3200-3204 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1392, "objectid": 1561, "Shape__Area": 220.6171875, "Shape__Length": 88.010733645656657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184919239156699, 39.991349161740303 ], [ -75.184991618306398, 39.991358790087098 ], [ -75.184997584464895, 39.991369514775002 ], [ -75.185263354590205, 39.991279283490201 ], [ -75.185242347366199, 39.991238449784198 ], [ -75.184919239156699, 39.991349161740303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3215 RIDGE AVE", "addr_range": "3213-3227 RIDGE AVE; 3200-3204 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1215, "objectid": 1562, "Shape__Area": 192.63671875, "Shape__Length": 76.600238826101588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185263354590205, 39.991279283490201 ], [ -75.184997584464895, 39.991369514775002 ], [ -75.185005786902494, 39.991384269193702 ], [ -75.185018289192499, 39.991407809932603 ], [ -75.185283246327401, 39.991316931527102 ], [ -75.185263354590205, 39.991279283490201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3201 RIDGE AVE", "addr_range": "3201-3205 RIDGE AVE", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 3915, "objectid": 1563, "Shape__Area": 428.9921875, "Shape__Length": 89.632175851995356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1848957930262, 39.991108808045901 ], [ -75.184893017005507, 39.991121238500398 ], [ -75.185110191961996, 39.991047573248501 ], [ -75.185013289314895, 39.990910469083801 ], [ -75.184942341163705, 39.990900679002202 ], [ -75.1848957930262, 39.991108808045901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3203 RIDGE AVE", "addr_range": "3201-3205 RIDGE AVE", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1148, "objectid": 1564, "Shape__Area": 182.0, "Shape__Length": 71.656372954089775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185110191961996, 39.991047573248501 ], [ -75.184893017005507, 39.991121238500398 ], [ -75.184880395979803, 39.991172975312502 ], [ -75.185137011427898, 39.991086021243703 ], [ -75.185110191961996, 39.991047573248501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3200 W DAUPHIN ST", "addr_range": "3213-3227 RIDGE AVE; 3200-3204 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1164, "objectid": 1565, "Shape__Area": 188.86328125, "Shape__Length": 72.56465870957426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184844437722305, 39.991346537719899 ], [ -75.184841873137501, 39.991346175864898 ], [ -75.184797560257806, 39.991550034493997 ], [ -75.184852371919803, 39.991557030406 ], [ -75.184898558447003, 39.9913540515698 ], [ -75.184844437722305, 39.991346537719899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3204 W DAUPHIN ST", "addr_range": "3213-3227 RIDGE AVE; 3200-3204 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1172, "objectid": 1566, "Shape__Area": 183.66015625, "Shape__Length": 70.64017720922169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184906224012806, 39.991563907538598 ], [ -75.184962488719805, 39.991571790026399 ], [ -75.185002055640695, 39.991395970110801 ], [ -75.184985444699294, 39.991365776405402 ], [ -75.184952817218104, 39.991361260333697 ], [ -75.184906224012806, 39.991563907538598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3202 W DAUPHIN ST", "addr_range": "3213-3227 RIDGE AVE; 3200-3204 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1164, "objectid": 1567, "Shape__Area": 182.609375, "Shape__Length": 72.042942182448186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184898558447003, 39.9913540515698 ], [ -75.184852371919803, 39.991557030406 ], [ -75.184906224012806, 39.991563907538598 ], [ -75.184952817218104, 39.991361260333697 ], [ -75.184898558447003, 39.9913540515698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2420 N DELHI ST", "addr_range": "2419-2421 N 10TH ST; 2420-2430 DELHI ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 595, "objectid": 1568, "Shape__Area": 94.41796875, "Shape__Length": 46.25705848858729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148061285266394, 39.989044126008402 ], [ -75.148212500638195, 39.989064575978702 ], [ -75.148220082369704, 39.989029155742799 ], [ -75.148118971530806, 39.989014757584599 ], [ -75.148062361815903, 39.989006704011103 ], [ -75.148054967930193, 39.9890432727926 ], [ -75.148061285266394, 39.989044126008402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2419 N 10TH ST", "addr_range": "2419-2421 N 10TH ST; 2420-2430 DELHI ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1134, "objectid": 1569, "Shape__Area": 179.7265625, "Shape__Length": 63.488054359718788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148233899188796, 39.989031161961996 ], [ -75.148222449827998, 39.989081679420202 ], [ -75.148437776512495, 39.989111868142302 ], [ -75.148448979147702, 39.989062344305196 ], [ -75.148233899188796, 39.989031161961996 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2421 N 10TH ST", "addr_range": "2419-2421 N 10TH ST; 2420-2430 DELHI ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1031, "objectid": 1570, "Shape__Area": 163.44921875, "Shape__Length": 62.185656492188507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148212309238602, 39.989127020450297 ], [ -75.148427980747002, 39.989157507132703 ], [ -75.148437776512495, 39.989111868142302 ], [ -75.148222449827998, 39.989081679420202 ], [ -75.148212309238602, 39.989127020450297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2426 N DELHI ST", "addr_range": "2419-2421 N 10TH ST; 2420-2430 DELHI ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 644, "objectid": 1571, "Shape__Area": 102.1640625, "Shape__Length": 47.055248114604048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148028920332393, 39.989159714020197 ], [ -75.148186308187206, 39.989180432794399 ], [ -75.148194724932907, 39.9891418076378 ], [ -75.148037428857904, 39.989120316076402 ], [ -75.148028920332393, 39.989159714020197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "638 W YORK ST", "addr_range": "634-638 W YORK ST", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1183, "objectid": 1572, "Shape__Area": 187.5234375, "Shape__Length": 65.540888989054594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144688254231497, 39.987898455540503 ], [ -75.144686690703793, 39.987905899427297 ], [ -75.144751243905503, 39.987914426033697 ], [ -75.144753028585995, 39.987906713255597 ], [ -75.144755237744505, 39.987897187346697 ], [ -75.144788743236802, 39.987741617079898 ], [ -75.144722659978399, 39.987733620700197 ], [ -75.144688254231497, 39.987898455540503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2549 N GARNET ST", "addr_range": "2542-2546 N 19TH ST; 2547-2553 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 734, "objectid": 1573, "Shape__Area": 116.35546875, "Shape__Length": 51.737255899337121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163475070036199, 39.992946535093097 ], [ -75.163302120854098, 39.992924131774103 ], [ -75.163297427727898, 39.992923525948498 ], [ -75.163294284398006, 39.992936174748799 ], [ -75.163288504858897, 39.992963012800999 ], [ -75.163293573666607, 39.992963658628597 ], [ -75.163466644847901, 39.992985629516902 ], [ -75.163475070036199, 39.992946535093097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2201 N COLORADO ST", "addr_range": "2201 N COLORADO ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 849, "objectid": 1574, "Shape__Area": 134.609375, "Shape__Length": 52.116925559425511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161355743906199, 39.987089358215499 ], [ -75.161523375911997, 39.987110694330497 ], [ -75.1615341139712, 39.987063172730302 ], [ -75.161530903196606, 39.987062746218797 ], [ -75.161489143704699, 39.9870570966049 ], [ -75.161379374689901, 39.987042274279801 ], [ -75.161366031514902, 39.987040474043297 ], [ -75.161355743906199, 39.987089358215499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2228 N 19TH ST", "addr_range": "2228-2230 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 880, "objectid": 1575, "Shape__Area": 139.57421875, "Shape__Length": 60.098274895118543 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164121921089304, 39.9880470749709 ], [ -75.164337405654294, 39.988073771139199 ], [ -75.164345998483796, 39.9880351976295 ], [ -75.164130545305099, 39.988007711090098 ], [ -75.164121921089304, 39.9880470749709 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2220 N 21ST ST", "addr_range": "2212-2224 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1602, "objectid": 1576, "Shape__Area": 253.88671875, "Shape__Length": 91.441820498873724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167609277304393, 39.988336649095203 ], [ -75.167956359449093, 39.988383998741 ], [ -75.167966299414601, 39.988339732068802 ], [ -75.167618895528804, 39.988293148279503 ], [ -75.167609277304393, 39.988336649095203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2344-48 N 19TH ST", "addr_range": "2344-2354 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 3059, "objectid": 1577, "Shape__Area": 484.7421875, "Shape__Length": 89.34248215988957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163690399216605, 39.990006277369901 ], [ -75.163681378028699, 39.990047808234003 ], [ -75.163911864444302, 39.9900790994947 ], [ -75.163920868432001, 39.990036970854803 ], [ -75.163939592985898, 39.989952474731297 ], [ -75.163708808021198, 39.989921836332996 ], [ -75.163690399216605, 39.990006277369901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2224 N 21ST ST", "addr_range": "2212-2224 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1597, "objectid": 1578, "Shape__Area": 253.09765625, "Shape__Length": 91.358472619815984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167589793269997, 39.988424708351303 ], [ -75.167937311837704, 39.988469956787398 ], [ -75.167947878673104, 39.988427380105499 ], [ -75.167765236288702, 39.988402234267497 ], [ -75.167600041042107, 39.9883806090115 ], [ -75.167589793269997, 39.988424708351303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2367 N VAN PELT ST", "addr_range": "2367 N VAN PELT ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 716, "objectid": 1579, "Shape__Area": 113.46875, "Shape__Length": 51.072308512635615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1673412227737, 39.990776702609402 ], [ -75.167510738232593, 39.990800602160199 ], [ -75.167519063401699, 39.990761327744998 ], [ -75.167349460259999, 39.9907381037942 ], [ -75.167343914860993, 39.990737333891197 ], [ -75.167338416887702, 39.9907634378106 ], [ -75.167335781536906, 39.990775935049797 ], [ -75.1673412227737, 39.990776702609402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2412 N SYDENHAM ST", "addr_range": "1527 W YORK ST; 2402-2412 N SYNDENHAM ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1200, "objectid": 1580, "Shape__Area": 190.19140625, "Shape__Length": 69.085102132266101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157962137553795, 39.990248541177003 ], [ -75.158206922928997, 39.990282407675103 ], [ -75.158212651459905, 39.990255326310702 ], [ -75.158216820359399, 39.9902355935643 ], [ -75.157972379980905, 39.990201991664499 ], [ -75.157962137553795, 39.990248541177003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2410 N SYDENHAM ST", "addr_range": "1527 W YORK ST; 2402-2412 N SYNDENHAM ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1264, "objectid": 1581, "Shape__Area": 200.41796875, "Shape__Length": 69.792826167511492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157972379980905, 39.990201991664499 ], [ -75.158216820359399, 39.9902355935643 ], [ -75.158227852639797, 39.990186483157302 ], [ -75.157983418447898, 39.990152754373298 ], [ -75.157972379980905, 39.990201991664499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2564 N 16TH ST", "addr_range": "2556-2564 NORTH 16TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 999, "objectid": 1582, "Shape__Area": 158.4140625, "Shape__Length": 64.038255970589887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158264432803904, 39.992676425742303 ], [ -75.1582578330963, 39.992709354863699 ], [ -75.158256568587603, 39.992718852765499 ], [ -75.158319627978102, 39.992727143250299 ], [ -75.158484884148507, 39.992749042552802 ], [ -75.158494400069699, 39.992708392672299 ], [ -75.158264432803904, 39.992676425742303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2408 N SYDENHAM ST", "addr_range": "1527 W YORK ST; 2402-2412 N SYNDENHAM ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1278, "objectid": 1583, "Shape__Area": 202.578125, "Shape__Length": 69.913569729525548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157983418447898, 39.990152754373298 ], [ -75.158227852639797, 39.990186483157302 ], [ -75.158238358067294, 39.990137457261703 ], [ -75.158238586422996, 39.990136415436098 ], [ -75.157994486725897, 39.990103257360502 ], [ -75.157983418447898, 39.990152754373298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2316 N 19TH ST", "addr_range": "1901-1915 W DAUPHIN ST; 2308-2316 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1022, "objectid": 1584, "Shape__Area": 162.046875, "Shape__Length": 64.561719011885913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163826358948398, 39.989386324686599 ], [ -75.164057109662295, 39.989416154807401 ], [ -75.164066193512596, 39.989374077514299 ], [ -75.163835266130107, 39.989343937983598 ], [ -75.163827716263199, 39.989379842729498 ], [ -75.163826358948398, 39.989386324686599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2231 N 19TH ST", "addr_range": "2229-2231 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1147, "objectid": 1585, "Shape__Area": 181.8515625, "Shape__Length": 70.212696465735675 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163677290370302, 39.988039925435103 ], [ -75.163932619724903, 39.988071906359401 ], [ -75.163942052933095, 39.988029449511501 ], [ -75.163687089656804, 39.987996687564099 ], [ -75.163677290370302, 39.988039925435103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2361 N 19TH ST", "addr_range": "2359-2363 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1009, "objectid": 1586, "Shape__Area": 159.9296875, "Shape__Length": 66.197179953215908 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163204903660599, 39.990249594260099 ], [ -75.163445379973595, 39.990281660308902 ], [ -75.163454860040204, 39.990241864344497 ], [ -75.163213465205402, 39.990209713639501 ], [ -75.163204903660599, 39.990249594260099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2270 N COLORADO ST", "addr_range": "2270-2272 N COLORADO ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 705, "objectid": 1587, "Shape__Area": 111.80859375, "Shape__Length": 50.045256947133595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161335834245506, 39.988463819525897 ], [ -75.161506131940101, 39.988485683338297 ], [ -75.161514344265299, 39.988446165266403 ], [ -75.161344490391897, 39.988424215065102 ], [ -75.161335834245506, 39.988463819525897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2337 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1246, "objectid": 1588, "Shape__Area": 197.453125, "Shape__Length": 75.775337588932302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166722207327894, 39.990207170823297 ], [ -75.167001521893596, 39.990245744750297 ], [ -75.167011417145403, 39.990203200778097 ], [ -75.1667310187825, 39.990165038569899 ], [ -75.166722207327894, 39.990207170823297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2335 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1259, "objectid": 1589, "Shape__Area": 199.546875, "Shape__Length": 75.967843638146661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1667310187825, 39.990165038569899 ], [ -75.167011417145403, 39.990203200778097 ], [ -75.167020643444104, 39.990160658870302 ], [ -75.166740636287102, 39.990122101830799 ], [ -75.1667310187825, 39.990165038569899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1617 W HUNTINGDON ST", "addr_range": "1617 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 937, "objectid": 1590, "Shape__Area": 148.49609375, "Shape__Length": 62.191827898948773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158786690192002, 39.992934899064899 ], [ -75.1587344161224, 39.992928447124598 ], [ -75.158697333682795, 39.993099448320798 ], [ -75.158749515055405, 39.9931061225357 ], [ -75.158786690192002, 39.992934899064899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2562 N 29TH ST", "addr_range": "2560-2562 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 978, "objectid": 1591, "Shape__Area": 155.0546875, "Shape__Length": 61.507667975518878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1791971944034, 39.995425852779199 ], [ -75.179270444529607, 39.995435810502201 ], [ -75.179270642434304, 39.995434976994503 ], [ -75.179280587771899, 39.995392627867901 ], [ -75.179064788070804, 39.995363582787697 ], [ -75.179054570225802, 39.995406473609599 ], [ -75.179062264779304, 39.995407517224301 ], [ -75.1791971944034, 39.995425852779199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2410 N 18TH ST", "addr_range": "2404-2412 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1107, "objectid": 1592, "Shape__Area": 175.421875, "Shape__Length": 67.02342908532512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162185537580299, 39.990562940099899 ], [ -75.162192522846098, 39.990563856244798 ], [ -75.162195803302595, 39.990543215848298 ], [ -75.162201313404907, 39.990519611822599 ], [ -75.162195204571603, 39.990518812747801 ], [ -75.162191367047299, 39.990518291036501 ], [ -75.161962310914305, 39.990487899870601 ], [ -75.161953497288195, 39.990532223047303 ], [ -75.162181492307198, 39.990562398387098 ], [ -75.162185537580299, 39.990562940099899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2526 N STANLEY ST", "addr_range": "2524-2526 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 696, "objectid": 1593, "Shape__Area": 110.4140625, "Shape__Length": 50.655803764336191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181815331768902, 39.994941497681801 ], [ -75.181989526934899, 39.994966753333202 ], [ -75.181998253256907, 39.994928309646802 ], [ -75.181823874641296, 39.994904066241403 ], [ -75.181815331768902, 39.994941497681801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2404 N 18TH ST", "addr_range": "2404-2412 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1032, "objectid": 1594, "Shape__Area": 163.62109375, "Shape__Length": 66.292896591868285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162213715116906, 39.990434521066398 ], [ -75.1622207407503, 39.990435453437399 ], [ -75.162222621187496, 39.990426806435103 ], [ -75.162229477253206, 39.990394286566499 ], [ -75.162222721953199, 39.990393391826402 ], [ -75.162219468882896, 39.990392964384199 ], [ -75.161989357639101, 39.990362790946897 ], [ -75.161980801912094, 39.990403605977598 ], [ -75.162210273127798, 39.990434071344403 ], [ -75.162213715116906, 39.990434521066398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2420 N OPAL ST", "addr_range": "2416-2422 N OPAL ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 739, "objectid": 1595, "Shape__Area": 117.16796875, "Shape__Length": 51.83339544139708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164648315931004, 39.9910352175363 ], [ -75.164646502089198, 39.991034984764298 ], [ -75.164479383529496, 39.991013117201099 ], [ -75.164471001030805, 39.991052711806901 ], [ -75.164637845101893, 39.991074653387798 ], [ -75.164639763595304, 39.9910749065373 ], [ -75.164648835429702, 39.991076093882498 ], [ -75.164652978197594, 39.9910558918275 ], [ -75.164657137289495, 39.991036368604497 ], [ -75.164648315931004, 39.9910352175363 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2361 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1422, "objectid": 1596, "Shape__Area": 225.3984375, "Shape__Length": 77.572613403162464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166894295927705, 39.990726409740503 ], [ -75.166614364159102, 39.990686919789098 ], [ -75.166603377597696, 39.990736094966401 ], [ -75.166883420835305, 39.990773768300301 ], [ -75.166894295927705, 39.990726409740503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2323 N 19TH ST", "addr_range": "2323 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1091, "objectid": 1597, "Shape__Area": 172.921875, "Shape__Length": 67.248750396700757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163378666304197, 39.989460962472698 ], [ -75.163620591949993, 39.989492302223297 ], [ -75.163630206324299, 39.989449527814003 ], [ -75.1633888391422, 39.989417830348302 ], [ -75.163378666304197, 39.989460962472698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2343 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1323, "objectid": 1598, "Shape__Area": 209.69140625, "Shape__Length": 76.537643171707288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166692674026606, 39.9903394940862 ], [ -75.166972442643299, 39.990377724192399 ], [ -75.166982182268299, 39.990333790959298 ], [ -75.166702807113197, 39.990293474869297 ], [ -75.166692674026606, 39.9903394940862 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2229 N 19TH ST", "addr_range": "2229-2231 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1119, "objectid": 1599, "Shape__Area": 177.3515625, "Shape__Length": 69.908360538557289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163687089656804, 39.987996687564099 ], [ -75.163942052933095, 39.988029449511501 ], [ -75.163952472431305, 39.987987514949197 ], [ -75.163697132123801, 39.987955276124701 ], [ -75.163687089656804, 39.987996687564099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2311 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1239, "objectid": 1600, "Shape__Area": 196.4453125, "Shape__Length": 75.410594067242556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166848013978196, 39.9896434874912 ], [ -75.167126426277207, 39.989682040859499 ], [ -75.167135409028901, 39.989639831344903 ], [ -75.166857702081998, 39.989600938869103 ], [ -75.166848013978196, 39.9896434874912 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2230 N 19TH ST", "addr_range": "2228-2230 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 925, "objectid": 1601, "Shape__Area": 146.56640625, "Shape__Length": 60.698548630489455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164112346801801, 39.988088287053301 ], [ -75.164328401477206, 39.988114287881899 ], [ -75.164337405654294, 39.988073771139199 ], [ -75.164121921089304, 39.9880470749709 ], [ -75.164112346801801, 39.988088287053301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2300 N 17TH ST", "addr_range": "2300 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1241, "objectid": 1602, "Shape__Area": 196.7421875, "Shape__Length": 68.28865027477579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160755241763297, 39.988651609443401 ], [ -75.160985392279102, 39.988682770294801 ], [ -75.160985788965306, 39.988682811679404 ], [ -75.160993800548297, 39.988682088677599 ], [ -75.161005047706595, 39.988633919055196 ], [ -75.160996560791901, 39.988632792361102 ], [ -75.160766144900705, 39.988602513042999 ], [ -75.160755241763297, 39.988651609443401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2352 N 19TH ST", "addr_range": "2344-2354 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 949, "objectid": 1603, "Shape__Area": 150.52734375, "Shape__Length": 63.65755436021891 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163663969247096, 39.990127950530997 ], [ -75.163894414093903, 39.990158740820299 ], [ -75.163903141605402, 39.9901194126153 ], [ -75.163672458921496, 39.990088842235203 ], [ -75.163663969247096, 39.990127950530997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2113 W YORK ST", "addr_range": "2110-2116 W GLENWOOD AVE; 2111-2115 W YORK ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 710, "objectid": 1604, "Shape__Area": 112.5546875, "Shape__Length": 51.632429035213875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167320846730206, 39.991091531603999 ], [ -75.167368991549594, 39.991097934492103 ], [ -75.167399639133293, 39.9909605571345 ], [ -75.167393302739896, 39.990959640591498 ], [ -75.167349495393097, 39.990953738962801 ], [ -75.167320846730206, 39.991091531603999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1523 W DAUPHIN ST", "addr_range": "1515-1523 W DAUPHIN ST; 2305-2307 N SYNDENHAM ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1199, "objectid": 1605, "Shape__Area": 189.9921875, "Shape__Length": 69.769907924505432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158128418941303, 39.988436360809899 ], [ -75.158188511348598, 39.9884459873414 ], [ -75.158232614117594, 39.988254625072003 ], [ -75.158173550068398, 39.988246601265402 ], [ -75.158128418941303, 39.988436360809899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2411 N OPAL ST", "addr_range": "2401-2411 N OPAL ST; 2404-2406 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 686, "objectid": 1606, "Shape__Area": 108.8046875, "Shape__Length": 50.696613326587595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164247986157207, 39.9908080350123 ], [ -75.164410207617905, 39.990830243118801 ], [ -75.164418209909599, 39.990792912312799 ], [ -75.164256040145702, 39.990770979289003 ], [ -75.164249159544397, 39.990770051212301 ], [ -75.164242425864501, 39.990769140861197 ], [ -75.1642410233422, 39.990775702895696 ], [ -75.164234455583895, 39.990806182251298 ], [ -75.164241127304905, 39.990807089404903 ], [ -75.164247986157207, 39.9908080350123 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2457 N CLEVELAND ST", "addr_range": "2449-2459 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 680, "objectid": 1607, "Shape__Area": 107.86328125, "Shape__Length": 50.723432325225886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162188608394004, 39.991411203243302 ], [ -75.162019880311206, 39.991388652490102 ], [ -75.162011894456995, 39.991387585831703 ], [ -75.162007241294603, 39.991407388864502 ], [ -75.162003760425705, 39.991424494557798 ], [ -75.162011560872003, 39.991425508381298 ], [ -75.1621804754175, 39.991447564185798 ], [ -75.162188608394004, 39.991411203243302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2551 N GARNET ST", "addr_range": "2542-2546 N 19TH ST; 2547-2553 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 717, "objectid": 1608, "Shape__Area": 113.7578125, "Shape__Length": 51.507391595874395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163293573666607, 39.992963658628597 ], [ -75.163288504858897, 39.992963012800999 ], [ -75.163284774324097, 39.992981143662099 ], [ -75.163279645497198, 39.993001354992302 ], [ -75.163285277123606, 39.9930020792779 ], [ -75.163457381498404, 39.993024123898103 ], [ -75.163466644847901, 39.992985629516902 ], [ -75.163293573666607, 39.992963658628597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2218 N 21ST ST", "addr_range": "2212-2224 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1600, "objectid": 1609, "Shape__Area": 253.5859375, "Shape__Length": 91.251483404527079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167618895528804, 39.988293148279503 ], [ -75.167966299414601, 39.988339732068802 ], [ -75.167969274638807, 39.988329288668297 ], [ -75.167975496874504, 39.988295738818898 ], [ -75.167786396232302, 39.988270093621097 ], [ -75.167628361634002, 39.988250320702399 ], [ -75.167618895528804, 39.988293148279503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2214 N 21ST ST", "addr_range": "2212-2224 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1594, "objectid": 1610, "Shape__Area": 252.6328125, "Shape__Length": 91.760406209353746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167637064894507, 39.9882066380179 ], [ -75.167817970371402, 39.988230069109797 ], [ -75.167986180662297, 39.988252857519498 ], [ -75.167995961743102, 39.988209441432701 ], [ -75.1676470139152, 39.988162661699398 ], [ -75.167637064894507, 39.9882066380179 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2356 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1238, "objectid": 1611, "Shape__Area": 196.3203125, "Shape__Length": 69.375100655950249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167102459817698, 39.990692358742102 ], [ -75.167341648741996, 39.990723613611202 ], [ -75.167346675806897, 39.990724275442901 ], [ -75.167351893595594, 39.990699470788599 ], [ -75.167356753770903, 39.990676399748502 ], [ -75.167351780450304, 39.990675433682703 ], [ -75.167332745442195, 39.9906717328914 ], [ -75.167280287410193, 39.990666265489899 ], [ -75.167112285415101, 39.990643946688799 ], [ -75.167102459817698, 39.990692358742102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2561 N 16TH ST", "addr_range": "2561 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 957, "objectid": 1612, "Shape__Area": 151.68359375, "Shape__Length": 60.735610074755101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157859784241893, 39.992675750631697 ], [ -75.1578579456272, 39.992683285764002 ], [ -75.157947376934501, 39.9926947200859 ], [ -75.1580701709469, 39.992712225513799 ], [ -75.158071522868099, 39.992706453491401 ], [ -75.158080070747502, 39.992669780494303 ], [ -75.157868406154606, 39.9926392892568 ], [ -75.157866624767706, 39.992647534782201 ], [ -75.157859784241893, 39.992675750631697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2322 N 22ND ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1115, "objectid": 1613, "Shape__Area": 176.78125, "Shape__Length": 66.990471477904805 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168879017749802, 39.990157507621603 ], [ -75.169117089022095, 39.9901884264372 ], [ -75.169127161082599, 39.990143968930496 ], [ -75.168888218974502, 39.990112820613 ], [ -75.168879017749802, 39.990157507621603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2328 N VAN PELT ST", "addr_range": "2328-2336 N VANPELT ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 703, "objectid": 1614, "Shape__Area": 111.5, "Shape__Length": 51.12841976032103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167957614424495, 39.990059101758497 ], [ -75.167951441809905, 39.990058285337497 ], [ -75.167780229527594, 39.990035557385603 ], [ -75.167771836672799, 39.990073814849502 ], [ -75.167943496806004, 39.990095826668899 ], [ -75.167948398660997, 39.990096453222002 ], [ -75.167957614424495, 39.990059101758497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2110-12 W GLENWOOD AVE", "addr_range": "2110-2116 W GLENWOOD AVE; 2111-2115 W YORK ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 577, "objectid": 1615, "Shape__Area": 91.48046875, "Shape__Length": 45.491537089783563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167186664232503, 39.991160196989803 ], [ -75.167175090002402, 39.991209956362198 ], [ -75.167225529250402, 39.991184154621003 ], [ -75.167275637113306, 39.991159426619198 ], [ -75.167227854873701, 39.991108686622802 ], [ -75.167208233704301, 39.991085129582302 ], [ -75.167204252184305, 39.991084603898898 ], [ -75.167194755455498, 39.991119934322299 ], [ -75.167186664232503, 39.991160196989803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2318 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1101, "objectid": 1616, "Shape__Area": 174.53515625, "Shape__Length": 67.22788693992824 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167279352443302, 39.989863782943303 ], [ -75.167516206962802, 39.989893018070603 ], [ -75.167520608582194, 39.9898935531969 ], [ -75.167524439561902, 39.989876535436203 ], [ -75.167529759825896, 39.9898502031592 ], [ -75.167525315521402, 39.989849650854701 ], [ -75.167288646220996, 39.989819984720498 ], [ -75.167279352443302, 39.989863782943303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2233 N 21ST ST", "addr_range": "2231-2235 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1181, "objectid": 1617, "Shape__Area": 188.70703125, "Shape__Length": 74.027670246930285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167109193501005, 39.988534502955602 ], [ -75.167248566791898, 39.988553468314997 ], [ -75.167276221013196, 39.988556959431698 ], [ -75.1673122827534, 39.988561511008697 ], [ -75.167382657313695, 39.988571879444301 ], [ -75.1673909275314, 39.988529671001203 ], [ -75.167374143080295, 39.988527423723099 ], [ -75.167338529967694, 39.988522657006499 ], [ -75.167137011474495, 39.988495683444 ], [ -75.167118268264304, 39.988493165894504 ], [ -75.167115026409604, 39.9885078749858 ], [ -75.167109193501005, 39.988534502955602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2231 N 21ST ST", "addr_range": "2231-2235 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1181, "objectid": 1618, "Shape__Area": 199.66796875, "Shape__Length": 74.732734239871974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167118268264304, 39.988493165894504 ], [ -75.167136991578403, 39.988495682996302 ], [ -75.167338529967694, 39.988522657006499 ], [ -75.1673909275314, 39.988529671001203 ], [ -75.167400576580206, 39.988488105371999 ], [ -75.167401029370495, 39.988486117110199 ], [ -75.167202672681796, 39.9884592301227 ], [ -75.167126822383594, 39.988448948286099 ], [ -75.167118268264304, 39.988493165894504 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2243 N 21ST ST", "addr_range": "2239-2247 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1181, "objectid": 1619, "Shape__Area": 200.09375, "Shape__Length": 74.859032983924436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167063554525498, 39.9887525593969 ], [ -75.167136072262494, 39.988761187696298 ], [ -75.167169014436993, 39.988763992326902 ], [ -75.1672088112783, 39.988769449710801 ], [ -75.167289327439207, 39.988779917567797 ], [ -75.167337305042196, 39.988786300525597 ], [ -75.1673459199787, 39.988742729398602 ], [ -75.167072864055299, 39.988706714439701 ], [ -75.167063554525498, 39.9887525593969 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2247 N 21ST ST", "addr_range": "2239-2247 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1181, "objectid": 1620, "Shape__Area": 192.9609375, "Shape__Length": 74.313651764121204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167045451887702, 39.988835136356897 ], [ -75.167319287184995, 39.988870476026698 ], [ -75.1673290444554, 39.9888282848299 ], [ -75.167055215576895, 39.988792719169403 ], [ -75.167045451887702, 39.988835136356897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2239 N 21ST ST", "addr_range": "2239-2247 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1181, "objectid": 1621, "Shape__Area": 203.3359375, "Shape__Length": 75.007413340539074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167082064331197, 39.988663156501197 ], [ -75.167084045999303, 39.988663410131998 ], [ -75.167355409199601, 39.988699854605798 ], [ -75.167365261360999, 39.988655167028803 ], [ -75.167150292875604, 39.9886264077833 ], [ -75.167091244790598, 39.9886185177999 ], [ -75.167082064331197, 39.988663156501197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2215 W DAUPHIN ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 865, "objectid": 1622, "Shape__Area": 137.0703125, "Shape__Length": 57.377490845476977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169308892487194, 39.989832025414103 ], [ -75.169362967338103, 39.989839012221502 ], [ -75.169392442724401, 39.989694290940697 ], [ -75.169394372674304, 39.989684840349597 ], [ -75.169341027821503, 39.989678497974097 ], [ -75.169308892487194, 39.989832025414103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2245 N 21ST ST", "addr_range": "2239-2247 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1181, "objectid": 1623, "Shape__Area": 189.18359375, "Shape__Length": 73.86622897950123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167055215576895, 39.988792719169403 ], [ -75.1673290444554, 39.9888282848299 ], [ -75.167337305042196, 39.988786300525597 ], [ -75.167289327439207, 39.988779917567797 ], [ -75.1672088112783, 39.988769449710801 ], [ -75.167169014436993, 39.988763992326902 ], [ -75.167136072262494, 39.988761187696298 ], [ -75.167063554525498, 39.9887525593969 ], [ -75.167055215576895, 39.988792719169403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2418 N 9TH ST", "addr_range": "2406-2418 N 9TH ST; 904-906 W BOSTON ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 905, "objectid": 1624, "Shape__Area": 143.52734375, "Shape__Length": 59.696419874351221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147305005408001, 39.988748604142998 ], [ -75.147094309370999, 39.988719581477397 ], [ -75.147085193358294, 39.988761093796903 ], [ -75.147296044222401, 39.988788861261597 ], [ -75.147305005408001, 39.988748604142998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2414-18 GERMANTOWN AVE", "addr_range": "2412-2418 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 915, "objectid": 1625, "Shape__Area": 145.078125, "Shape__Length": 58.81014259770344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146811293306996, 39.988708552320197 ], [ -75.146885111830201, 39.988809977640202 ], [ -75.146903128787301, 39.988720468909598 ], [ -75.146911916608204, 39.988679820445697 ], [ -75.146778769313897, 39.988661517506003 ], [ -75.146811293306996, 39.988708552320197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "735 W CUMBERLAND ST", "addr_range": "735 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1179, "objectid": 1626, "Shape__Area": 186.859375, "Shape__Length": 69.308099690278695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145615845999004, 39.989695794810302 ], [ -75.145575837689293, 39.989886006152098 ], [ -75.145634725018397, 39.989893725182696 ], [ -75.145675201795299, 39.989703847920097 ], [ -75.145615845999004, 39.989695794810302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2424 GERMANTOWN AVE", "addr_range": "2424 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2669, "objectid": 1627, "Shape__Area": 422.93359375, "Shape__Length": 95.043955505362078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147341818065897, 39.988906833676701 ], [ -75.147060816807695, 39.988867269567301 ], [ -75.147030033221995, 39.989007782989702 ], [ -75.147051357959398, 39.989038072364004 ], [ -75.147341818065897, 39.988906833676701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2414 N 9TH ST", "addr_range": "2406-2418 N 9TH ST; 904-906 W BOSTON ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 880, "objectid": 1628, "Shape__Area": 139.45703125, "Shape__Length": 59.335300015810688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147111897119203, 39.988641782561302 ], [ -75.147102863053206, 39.988680668463303 ], [ -75.147313426416304, 39.988710429647199 ], [ -75.147322398725393, 39.988669881750099 ], [ -75.147111897119203, 39.988641782561302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2229-33 N 12TH ST", "addr_range": "1146-1148 W NEVADA ST; 2229-2233 N 12TH ST; 1147 W COLONA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 6625, "objectid": 1629, "Shape__Area": 1049.82421875, "Shape__Length": 181.31394781248358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151806749362294, 39.986755397549899 ], [ -75.151865259668099, 39.986763026507198 ], [ -75.151885033404, 39.9866701222332 ], [ -75.151938194761399, 39.986677919297399 ], [ -75.151989974418498, 39.986684571400602 ], [ -75.1520443975555, 39.986691688775899 ], [ -75.152096877148793, 39.986698630583803 ], [ -75.152149357268797, 39.986705589498698 ], [ -75.152203262299395, 39.986712564422902 ], [ -75.152233318042903, 39.986574387757599 ], [ -75.152175202667607, 39.9865668183811 ], [ -75.152122692229398, 39.986559552442898 ], [ -75.152067665572901, 39.986552873753098 ], [ -75.152015758763, 39.986545751175598 ], [ -75.151964367725697, 39.986538833067797 ], [ -75.151914129267794, 39.986532956476097 ], [ -75.151935983408194, 39.986437167373197 ], [ -75.151877290590704, 39.986429937970598 ], [ -75.151840716557103, 39.986593872203798 ], [ -75.151806749362294, 39.986755397549899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1215 W DAUPHIN ST", "addr_range": "1215 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1147, "objectid": 1630, "Shape__Area": 181.77734375, "Shape__Length": 67.625266244918279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152671891841706, 39.987713318293501 ], [ -75.152731338074403, 39.9877201129014 ], [ -75.1527718844345, 39.9875366513321 ], [ -75.152712352485906, 39.987528855572002 ], [ -75.152671891841706, 39.987713318293501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1015 W ARIZONA ST", "addr_range": "1001-1019 W ARIZONA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 723, "objectid": 1631, "Shape__Area": 114.60546875, "Shape__Length": 57.314696490513242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149444299952705, 39.988265525317303 ], [ -75.149465255834698, 39.988268272502303 ], [ -75.149485837243702, 39.988270979663099 ], [ -75.149520674018405, 39.988108812322402 ], [ -75.149477036908806, 39.988103471692703 ], [ -75.149444299952705, 39.988265525317303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1108 W NEVADA ST", "addr_range": "2228-30 N 11TH ST; 1100-1108 W NEVADA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 510, "objectid": 1632, "Shape__Area": 80.93359375, "Shape__Length": 39.130441180037131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150999303126696, 39.986649391792703 ], [ -75.1510517848522, 39.986656335931798 ], [ -75.151070825965405, 39.986563963904302 ], [ -75.151018218862106, 39.986556502451002 ], [ -75.150999303126696, 39.986649391792703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1224 W DAUPHIN ST", "addr_range": "1222-1230 W DAUPHIN ST, 2254 CAMAC ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 925, "objectid": 1633, "Shape__Area": 146.65625, "Shape__Length": 61.797931193042864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153077918584501, 39.987439957225597 ], [ -75.153130397553198, 39.987446963404601 ], [ -75.153169164697005, 39.987277099285201 ], [ -75.1531179510161, 39.9872704271949 ], [ -75.153077918584501, 39.987439957225597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1011 W ARIZONA ST", "addr_range": "1001-1019 W ARIZONA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 712, "objectid": 1634, "Shape__Area": 112.875, "Shape__Length": 55.449553295355649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149362627047694, 39.988246522942603 ], [ -75.149407353424607, 39.988252388360699 ], [ -75.149415290991101, 39.988210930280196 ], [ -75.149439511195396, 39.988098365025998 ], [ -75.149394660347198, 39.988092449043798 ], [ -75.149384487204699, 39.988144109173803 ], [ -75.149373434672, 39.988196892771803 ], [ -75.149362627047694, 39.988246522942603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1013 W ARIZONA ST", "addr_range": "1001-1019 W ARIZONA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 653, "objectid": 1635, "Shape__Area": 103.58203125, "Shape__Length": 56.280879701442657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149444299952705, 39.988265525317303 ], [ -75.149477036908806, 39.988103471692703 ], [ -75.149439511195396, 39.988098365025998 ], [ -75.149415290991101, 39.988210930280196 ], [ -75.149407353424607, 39.988252388360699 ], [ -75.149405683868807, 39.988260442591198 ], [ -75.149415320480202, 39.988262160235898 ], [ -75.149444299952705, 39.988265525317303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1230 W DAUPHIN ST", "addr_range": "1222-1230 W DAUPHIN ST, 2254 CAMAC ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 927, "objectid": 1636, "Shape__Area": 147.0078125, "Shape__Length": 61.927844865214809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153234312962397, 39.987460824157999 ], [ -75.153285958892297, 39.987467683473 ], [ -75.153323409622004, 39.987297192151203 ], [ -75.153271383219405, 39.987290422453199 ], [ -75.153234312962397, 39.987460824157999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2254 N CAMAC ST", "addr_range": "1222-1230 W DAUPHIN ST, 2254 CAMAC ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2313, "objectid": 1637, "Shape__Area": 366.546875, "Shape__Length": 83.538233304667912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153074063095602, 39.987214158470202 ], [ -75.153065141636603, 39.987255095325203 ], [ -75.153119727328502, 39.9872629078382 ], [ -75.153170927339104, 39.987269385899502 ], [ -75.153222669738796, 39.987275923963402 ], [ -75.153273113012403, 39.987282465047898 ], [ -75.153325264462595, 39.987288690656101 ], [ -75.153333390529994, 39.9872477204718 ], [ -75.153342944045605, 39.987204493994497 ], [ -75.153083662485798, 39.987170287919298 ], [ -75.153074063095602, 39.987214158470202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1222 W DAUPHIN ST", "addr_range": "1222-1230 W DAUPHIN ST, 2254 CAMAC ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 954, "objectid": 1638, "Shape__Area": 151.18359375, "Shape__Length": 62.129196104386665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153025581684005, 39.987433034427603 ], [ -75.153077918584501, 39.987439957225597 ], [ -75.1531179510161, 39.9872704271949 ], [ -75.1530632978493, 39.987263306938999 ], [ -75.153025581684005, 39.987433034427603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2360 N 6TH ST", "addr_range": "2360-2362 N 6TH ST", "zipcode": 19133, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1087, "objectid": 1639, "Shape__Area": 178.8203125, "Shape__Length": 67.750227806954356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143291425357802, 39.987671270371003 ], [ -75.143401527364901, 39.987686086083201 ], [ -75.1434654237339, 39.987693710997497 ], [ -75.143533720900393, 39.987702983771399 ], [ -75.143542974471103, 39.987659008713898 ], [ -75.143301232490003, 39.987626518606803 ], [ -75.1432931798835, 39.9876632487777 ], [ -75.143291425357802, 39.987671270371003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1146 W NEVADA ST", "addr_range": "1146-1148 W NEVADA ST; 2229-2233 N 12TH ST; 1147 W COLONA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 511, "objectid": 1640, "Shape__Area": 80.99609375, "Shape__Length": 39.079503452518367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152096877148793, 39.986698630583803 ], [ -75.152075893766394, 39.986790829039599 ], [ -75.152129138111803, 39.986797531350902 ], [ -75.152149357268797, 39.986705589498698 ], [ -75.152096877148793, 39.986698630583803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "906 W BOSTON ST", "addr_range": "2406-2418 N 9TH ST; 904-906 W BOSTON ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 776, "objectid": 1641, "Shape__Area": 122.95703125, "Shape__Length": 57.674945326697092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147355711251805, 39.988796968328103 ], [ -75.147401886349598, 39.988803916161999 ], [ -75.147438418874998, 39.988642996958397 ], [ -75.147392547121797, 39.9886374589043 ], [ -75.147355711251805, 39.988796968328103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2412 N 9TH ST", "addr_range": "2406-2418 N 9TH ST; 904-906 W BOSTON ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 834, "objectid": 1642, "Shape__Area": 132.15234375, "Shape__Length": 58.652560232417528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147120670866897, 39.988603728704398 ], [ -75.147111897119203, 39.988641782561302 ], [ -75.147322398725393, 39.988669881750099 ], [ -75.147330642575596, 39.988632508748601 ], [ -75.147120670866897, 39.988603728704398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2412 GERMANTOWN AVE", "addr_range": "2412-2418 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 715, "objectid": 1643, "Shape__Area": 113.3984375, "Shape__Length": 49.861977001346176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146778769313897, 39.988661517506003 ], [ -75.146911916608204, 39.988679820445697 ], [ -75.146921266679399, 39.988635443695301 ], [ -75.146743269302704, 39.988612272554597 ], [ -75.146778769313897, 39.988661517506003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1228 W DAUPHIN ST", "addr_range": "1222-1230 W DAUPHIN ST, 2254 CAMAC ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 918, "objectid": 1644, "Shape__Area": 145.5390625, "Shape__Length": 61.77906765668002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153182105420797, 39.987453856604802 ], [ -75.153234312962397, 39.987460824157999 ], [ -75.153271383219405, 39.987290422453199 ], [ -75.153220878635395, 39.987283830424801 ], [ -75.153182105420797, 39.987453856604802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2310 N CAMAC ST", "addr_range": "1227-1231 W DAUPHIN ST, 2310 CAMAC ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 666, "objectid": 1645, "Shape__Area": 105.61328125, "Shape__Length": 49.216765082137698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153113912732607, 39.987811739095399 ], [ -75.153282993399301, 39.987831909969202 ], [ -75.153292047427996, 39.987792926804197 ], [ -75.153240075686099, 39.987787995514402 ], [ -75.153181194444699, 39.987781279730001 ], [ -75.153122425736797, 39.987775419726098 ], [ -75.153119194898593, 39.987789241236001 ], [ -75.153118920037002, 39.987790363993497 ], [ -75.153113912732607, 39.987811739095399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1106 W NEVADA ST", "addr_range": "2228-30 N 11TH ST; 1100-1108 W NEVADA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 501, "objectid": 1646, "Shape__Area": 79.453125, "Shape__Length": 38.963798931418452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150947158547595, 39.986643003984902 ], [ -75.150999303126696, 39.986649391792703 ], [ -75.151018218862106, 39.986556502451002 ], [ -75.150967289211707, 39.986550109725798 ], [ -75.150947158547595, 39.986643003984902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2362 N FAIRHILL ST", "addr_range": "538 W YORK ST; 2356-2364 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 495, "objectid": 1647, "Shape__Area": 78.53125, "Shape__Length": 41.637797476080848 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142626369217297, 39.987603725330203 ], [ -75.142766453320704, 39.987621978997197 ], [ -75.142773835868596, 39.987587972742197 ], [ -75.142632656701906, 39.987570418627399 ], [ -75.142626369217297, 39.987603725330203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2443 N 6TH ST", "addr_range": "2441-2447 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1153, "objectid": 1648, "Shape__Area": 182.77734375, "Shape__Length": 67.725527160437551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142618511109106, 39.9887854298929 ], [ -75.142609023999896, 39.988831074585697 ], [ -75.142849040493104, 39.988863334946899 ], [ -75.142858538134504, 39.988817350791898 ], [ -75.142618511109106, 39.9887854298929 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2364 N FAIRHILL ST", "addr_range": "538 W YORK ST; 2356-2364 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 503, "objectid": 1649, "Shape__Area": 79.83984375, "Shape__Length": 41.699909976242274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142766453320704, 39.987621978997197 ], [ -75.142626369217297, 39.987603725330203 ], [ -75.1426190497573, 39.987637733911697 ], [ -75.142758586773994, 39.987656570733598 ], [ -75.142766453320704, 39.987621978997197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2358 N FAIRHILL ST", "addr_range": "538 W YORK ST; 2356-2364 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 487, "objectid": 1650, "Shape__Area": 77.25390625, "Shape__Length": 41.473795076071141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142643318214795, 39.987538357390498 ], [ -75.142780961915904, 39.987555186050002 ], [ -75.142788037110094, 39.987522655894502 ], [ -75.1426473880054, 39.987504387611899 ], [ -75.142640292957495, 39.9875379823172 ], [ -75.142643318214795, 39.987538357390498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2360 N FAIRHILL ST", "addr_range": "538 W YORK ST; 2356-2364 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 482, "objectid": 1651, "Shape__Area": 76.40234375, "Shape__Length": 41.39698333015064 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142632656701906, 39.987570418627399 ], [ -75.142773835868596, 39.987587972742197 ], [ -75.142780961915904, 39.987555186050002 ], [ -75.142640292957495, 39.9875379823172 ], [ -75.142632656701906, 39.987570418627399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2625 N WARNOCK ST", "addr_range": "2625-2629 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 793, "objectid": 1652, "Shape__Area": 125.671875, "Shape__Length": 58.461067659870068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148503430344505, 39.992267363538502 ], [ -75.148715721935403, 39.992294452584702 ], [ -75.148723456794599, 39.992258309565401 ], [ -75.148676819406006, 39.992252448384598 ], [ -75.148655731090301, 39.992250374747798 ], [ -75.148510992455897, 39.992231910401202 ], [ -75.148503430344505, 39.992267363538502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2616 N WARNOCK ST", "addr_range": "2614-2616 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 886, "objectid": 1653, "Shape__Area": 140.4765625, "Shape__Length": 58.846090825217566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148853541513205, 39.992304282175503 ], [ -75.149061390799105, 39.9923308022776 ], [ -75.149069688652204, 39.9922898037861 ], [ -75.148862282148798, 39.992263776677099 ], [ -75.148853541513205, 39.992304282175503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2641 N JESSUP ST", "addr_range": "2639-2643 N JESSUP ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 889, "objectid": 1654, "Shape__Area": 140.91015625, "Shape__Length": 57.273073455316933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149719909095793, 39.992705147136697 ], [ -75.149757577581994, 39.992710966890598 ], [ -75.149840693729303, 39.992721973466203 ], [ -75.149918116959597, 39.992732269866401 ], [ -75.149927111354302, 39.992689466141698 ], [ -75.149729211117801, 39.992663092834 ], [ -75.149719909095793, 39.992705147136697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2533 N 11TH ST", "addr_range": "2521-2533 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1089, "objectid": 1655, "Shape__Area": 174.87890625, "Shape__Length": 65.449771907555998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149422272592602, 39.990949281457397 ], [ -75.149463365213606, 39.990954919418101 ], [ -75.149466794145198, 39.990954546596697 ], [ -75.149471342609004, 39.990955100159802 ], [ -75.149516926301104, 39.990961597611502 ], [ -75.149522345484598, 39.9909612851975 ], [ -75.149573874055804, 39.990968578663299 ], [ -75.149576189623005, 39.990967760739203 ], [ -75.149595708393505, 39.990970830324102 ], [ -75.149627423300402, 39.990975046598699 ], [ -75.149631711884894, 39.990974708565403 ], [ -75.149653150227806, 39.990977451309703 ], [ -75.149662397106994, 39.990933008062697 ], [ -75.149639722078206, 39.990929125444097 ], [ -75.149635728435499, 39.9909294701596 ], [ -75.149624403644793, 39.990927471921701 ], [ -75.149584505449496, 39.990922426018599 ], [ -75.149528066658107, 39.990915859258202 ], [ -75.149487867667702, 39.990909919902798 ], [ -75.149483323036605, 39.990909816936998 ], [ -75.149478236301206, 39.990908606048599 ], [ -75.149471958088697, 39.990908898096798 ], [ -75.149432221588896, 39.990903484583498 ], [ -75.149428204518699, 39.990920255252902 ], [ -75.149426700758497, 39.9909299738204 ], [ -75.149422272592602, 39.990949281457397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2527 N 11TH ST", "addr_range": "2521-2533 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1080, "objectid": 1656, "Shape__Area": 171.93359375, "Shape__Length": 65.434915019668423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149450393784605, 39.990817526355201 ], [ -75.149489770748303, 39.990823028126499 ], [ -75.149498577509107, 39.990823452912203 ], [ -75.149539899563706, 39.990829643865197 ], [ -75.149552402544401, 39.990830363227403 ], [ -75.149599969546998, 39.990837130836702 ], [ -75.1496033990218, 39.990836774241998 ], [ -75.149607925861901, 39.990837311091603 ], [ -75.149653787155799, 39.990844266190599 ], [ -75.149658346092195, 39.990843934281401 ], [ -75.149681535423994, 39.990846958163402 ], [ -75.149686035949102, 39.990827410684098 ], [ -75.149686464710697, 39.990820037442099 ], [ -75.149690889499595, 39.990802437152503 ], [ -75.149669521167993, 39.990799519400298 ], [ -75.149662912401496, 39.990799144423399 ], [ -75.149654424127405, 39.990798080834502 ], [ -75.149617621401902, 39.990792653658602 ], [ -75.149610819821405, 39.990791838216801 ], [ -75.149608512258297, 39.990792447286204 ], [ -75.149603444290193, 39.990791235927503 ], [ -75.149584457568096, 39.990789048781799 ], [ -75.149560398464104, 39.990785214979802 ], [ -75.149554694729801, 39.990785311010903 ], [ -75.149507130108702, 39.990778543435802 ], [ -75.149499172630598, 39.990778363147399 ], [ -75.149459667499102, 39.990772874693199 ], [ -75.149454772704402, 39.9907928970797 ], [ -75.149454529724906, 39.990799241962101 ], [ -75.149450393784605, 39.990817526355201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2643 N JESSUP ST", "addr_range": "2639-2643 N JESSUP ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 933, "objectid": 1657, "Shape__Area": 147.96875, "Shape__Length": 58.123940719474746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149918116959597, 39.992732269866401 ], [ -75.149840693729303, 39.992721973466203 ], [ -75.149757577581994, 39.992710966890598 ], [ -75.149719909095793, 39.992705147136697 ], [ -75.149709565666001, 39.9927502908698 ], [ -75.149779574060304, 39.992759904904801 ], [ -75.149908207456704, 39.992777036906404 ], [ -75.149918116959597, 39.992732269866401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2531 N 11TH ST", "addr_range": "2521-2533 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1022, "objectid": 1658, "Shape__Area": 160.62890625, "Shape__Length": 64.624098976814466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149432221588896, 39.990903484583498 ], [ -75.149471958088697, 39.990908898096798 ], [ -75.149478236301206, 39.990908606048599 ], [ -75.149483323036605, 39.990909816936998 ], [ -75.149487867667702, 39.990909919902798 ], [ -75.149528066658107, 39.990915859258202 ], [ -75.149584505449496, 39.990922426018599 ], [ -75.149624403644793, 39.990927471921701 ], [ -75.149635728435499, 39.9909294701596 ], [ -75.149639722078206, 39.990929125444097 ], [ -75.149662397106994, 39.990933008062697 ], [ -75.149667295971, 39.990915080631702 ], [ -75.149667818092198, 39.990910225151801 ], [ -75.149672003309206, 39.990890652509201 ], [ -75.149649279371602, 39.990887527442702 ], [ -75.149644719296404, 39.990887858424898 ], [ -75.149598857973899, 39.990880903322299 ], [ -75.149594331165503, 39.990880365572103 ], [ -75.149590900483602, 39.990880723040199 ], [ -75.149539374283606, 39.990873430535302 ], [ -75.149535378302801, 39.990873775194302 ], [ -75.149486105311297, 39.990866742750796 ], [ -75.149481817903293, 39.990867080805202 ], [ -75.149441192018301, 39.9908613083606 ], [ -75.1494372715986, 39.990878338911799 ], [ -75.149437367340198, 39.990882935380903 ], [ -75.149434067226593, 39.990895789343199 ], [ -75.149432221588896, 39.990903484583498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2614 N WARNOCK ST", "addr_range": "2614-2616 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 889, "objectid": 1659, "Shape__Area": 141.015625, "Shape__Length": 58.813882707202055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148862282148798, 39.992263776677099 ], [ -75.149069688652204, 39.9922898037861 ], [ -75.149077396428098, 39.992248888332398 ], [ -75.148870484018005, 39.992222534548901 ], [ -75.148862282148798, 39.992263776677099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2639 N JESSUP ST", "addr_range": "2639-2643 N JESSUP ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 887, "objectid": 1660, "Shape__Area": 140.58984375, "Shape__Length": 57.322065792162263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149729211117801, 39.992663092834 ], [ -75.149927111354302, 39.992689466141698 ], [ -75.149936295456101, 39.992647214533697 ], [ -75.149738278789201, 39.9926199997522 ], [ -75.149729211117801, 39.992663092834 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2946 GERMANTOWN AVE", "addr_range": "2944-2948 GERMANTOWN AVE; 1001-1011 W STELLA ST", "zipcode": 19133, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1246, "objectid": 1661, "Shape__Area": 197.61328125, "Shape__Length": 76.862048259059804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146911453584096, 39.997496295404702 ], [ -75.147187818665898, 39.9975341726472 ], [ -75.147196501951598, 39.997493006398102 ], [ -75.1470912327175, 39.997477965510498 ], [ -75.146904348993502, 39.997451997813101 ], [ -75.146911453584096, 39.997496295404702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1007 W STELLA ST", "addr_range": "2944-2948 GERMANTOWN AVE; 1001-1011 W STELLA ST", "zipcode": 19133, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 612, "objectid": 1662, "Shape__Area": 97.15234375, "Shape__Length": 46.611320178572754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147061824598794, 39.997421168709202 ], [ -75.147110290567198, 39.997428071162403 ], [ -75.147137562693302, 39.997306581486903 ], [ -75.147089844521403, 39.997300405102699 ], [ -75.147061824598794, 39.997421168709202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2612 N 6TH ST", "addr_range": "2608-2616 N 6TH ST", "zipcode": 19133, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1024, "objectid": 1663, "Shape__Area": 162.3984375, "Shape__Length": 64.697177194273706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142513170617505, 39.991175800496002 ], [ -75.142743798589905, 39.991207686322703 ], [ -75.142753223913999, 39.991165762334603 ], [ -75.142521904326998, 39.991133312990797 ], [ -75.142513170617505, 39.991175800496002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2616 N 6TH ST", "addr_range": "2608-2616 N 6TH ST", "zipcode": 19133, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1040, "objectid": 1664, "Shape__Area": 164.88671875, "Shape__Length": 64.783405992340704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142494586036904, 39.991261314165797 ], [ -75.142724697945695, 39.991293590156502 ], [ -75.1427343177361, 39.991250446098199 ], [ -75.142503689588494, 39.991218561152799 ], [ -75.142494586036904, 39.991261314165797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2942 GERMANTOWN AVE", "addr_range": "2944-2948 GERMANTOWN AVE; 1001-1011 W STELLA ST", "zipcode": 19133, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 803, "objectid": 1665, "Shape__Area": 127.30859375, "Shape__Length": 50.177129956069116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146903073936201, 39.997399417787797 ], [ -75.146953211618595, 39.9974053427675 ], [ -75.146967718106794, 39.997407493585897 ], [ -75.146996109607898, 39.997286851052202 ], [ -75.146933192348101, 39.997278072888399 ], [ -75.1469106099442, 39.997374522294898 ], [ -75.146903073936201, 39.997399417787797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3053 GERMANTOWN AVE", "addr_range": "3051-3059 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1145, "objectid": 1666, "Shape__Area": 181.49609375, "Shape__Length": 73.649104427984255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1468506149143, 39.998897333200297 ], [ -75.146866044979802, 39.998932759825898 ], [ -75.147132982127104, 39.9988679015852 ], [ -75.1471153998435, 39.9988295402297 ], [ -75.146933330620797, 39.998874722777401 ], [ -75.146864692068505, 39.998890430747601 ], [ -75.1468506149143, 39.998897333200297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3059 GERMANTOWN AVE", "addr_range": "3051-3059 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1209, "objectid": 1667, "Shape__Area": 191.77734375, "Shape__Length": 74.586969766820545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146901572616102, 39.999013116553698 ], [ -75.146918395015106, 39.9990532672577 ], [ -75.147099632319893, 39.999009047971498 ], [ -75.147185296055795, 39.998987680943998 ], [ -75.147181769282497, 39.998979653979802 ], [ -75.147167736896094, 39.998947645125803 ], [ -75.146901572616102, 39.999013116553698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2523 N 11TH ST", "addr_range": "2521-2533 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1040, "objectid": 1668, "Shape__Area": 164.81640625, "Shape__Length": 64.955264165784186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149468753017203, 39.990729894663602 ], [ -75.149495734060594, 39.990734052378201 ], [ -75.149517314061598, 39.990735846882302 ], [ -75.149563170861498, 39.990742366724902 ], [ -75.149567165663996, 39.990742022038397 ], [ -75.149569981089201, 39.990742956209601 ], [ -75.149603976976294, 39.990747224170804 ], [ -75.149606791781693, 39.990748174545303 ], [ -75.149616989596296, 39.990749501222403 ], [ -75.149624944730505, 39.9907496814496 ], [ -75.149664579441506, 39.990755609777203 ], [ -75.149677084819601, 39.9907563273783 ], [ -75.149699669902702, 39.990759773661701 ], [ -75.149704083513797, 39.990742495683598 ], [ -75.149703291668004, 39.990740720756101 ], [ -75.149708965352701, 39.990716783055099 ], [ -75.149685002399806, 39.990713161394602 ], [ -75.149678735164997, 39.990713228447298 ], [ -75.149664282121606, 39.990711369279602 ], [ -75.149661196336695, 39.9907104289858 ], [ -75.149631734709303, 39.990706473704101 ], [ -75.149622070102694, 39.990706028592498 ], [ -75.149576785446598, 39.990699312698801 ], [ -75.149570517592394, 39.990699395949903 ], [ -75.149526913357604, 39.990693153300299 ], [ -75.149514995562001, 39.990692448094102 ], [ -75.149477922066097, 39.990686966082002 ], [ -75.149472500307994, 39.990709217366103 ], [ -75.1494722659491, 39.990715337188803 ], [ -75.149468753017203, 39.990729894663602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2851-53 N 12TH ST", "addr_range": "2845-53 N 12TH ST; 2844-2846 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 9130, "objectid": 1669, "Shape__Area": 1447.109375, "Shape__Length": 181.86336586809119 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149469134975902, 39.9964322092343 ], [ -75.149835818748301, 39.996482442966503 ], [ -75.150093089764596, 39.996516416340903 ], [ -75.150124651266296, 39.9963752431538 ], [ -75.149907801217196, 39.996347537480098 ], [ -75.149863814640995, 39.996341914392701 ], [ -75.149724698201098, 39.9963241593912 ], [ -75.149501257071407, 39.996295610752199 ], [ -75.149469134975902, 39.9964322092343 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2610 N 6TH ST", "addr_range": "2608-2616 N 6TH ST", "zipcode": 19133, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1045, "objectid": 1670, "Shape__Area": 165.69921875, "Shape__Length": 64.999949868449349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142521904326998, 39.991133312990797 ], [ -75.142753223913999, 39.991165762334603 ], [ -75.142762833674396, 39.991122909076701 ], [ -75.142531752776094, 39.991090287670097 ], [ -75.142521904326998, 39.991133312990797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2614 N 11TH ST", "addr_range": "2614-2616 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1153, "objectid": 1671, "Shape__Area": 183.15625, "Shape__Length": 68.958168043394281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149582179512194, 39.992102400123599 ], [ -75.149690815515996, 39.992117998125302 ], [ -75.149829669907106, 39.992136344805601 ], [ -75.149839070031703, 39.992092244701098 ], [ -75.149716727620103, 39.992075625428299 ], [ -75.149592735092, 39.9920577117175 ], [ -75.149582179512194, 39.992102400123599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2616 N 11TH ST", "addr_range": "2614-2616 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1144, "objectid": 1672, "Shape__Area": 179.92578125, "Shape__Length": 68.937785590117571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149572379417407, 39.992146539804402 ], [ -75.149819988302596, 39.9921801168691 ], [ -75.149829669907106, 39.992136344805601 ], [ -75.149690815515996, 39.992117998125302 ], [ -75.149582179512194, 39.992102400123599 ], [ -75.149572379417407, 39.992146539804402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2844-46 N MARVINE ST", "addr_range": "2845-53 N 12TH ST; 2844-2846 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 5812, "objectid": 1673, "Shape__Area": 921.2265625, "Shape__Length": 134.49510951145092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149525470139906, 39.996170149894901 ], [ -75.149501257071407, 39.996295610752199 ], [ -75.149724698201098, 39.9963241593912 ], [ -75.149863814640995, 39.996341914392701 ], [ -75.149907801217196, 39.996347537480098 ], [ -75.149927535894605, 39.9962624047592 ], [ -75.149934739896395, 39.9962225897021 ], [ -75.149765008563506, 39.996200836345601 ], [ -75.149754351203399, 39.996199465953097 ], [ -75.149758345107301, 39.996180522387199 ], [ -75.149529388920996, 39.996151181207097 ], [ -75.149525470139906, 39.996170149894901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2847 N 12TH ST", "addr_range": "2845-53 N 12TH ST; 2844-2846 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 888, "objectid": 1674, "Shape__Area": 140.77734375, "Shape__Length": 60.058137591940316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149918397229499, 39.9963018047738 ], [ -75.150133383982094, 39.996330562967302 ], [ -75.150141103561495, 39.9962909866343 ], [ -75.149927535894605, 39.9962624047592 ], [ -75.149918397229499, 39.9963018047738 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2849 N 12TH ST", "addr_range": "2845-53 N 12TH ST; 2844-2846 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1024, "objectid": 1675, "Shape__Area": 162.3046875, "Shape__Length": 62.081454793512769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149918397229499, 39.9963018047738 ], [ -75.149907801217196, 39.996347537480098 ], [ -75.150124651266296, 39.9963752431538 ], [ -75.150133383982094, 39.996330562967302 ], [ -75.149918397229499, 39.9963018047738 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2852 N 11TH ST", "addr_range": "2844-2860 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1570, "objectid": 1676, "Shape__Area": 248.86328125, "Shape__Length": 88.688881393015905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148714860224899, 39.996151557827197 ], [ -75.149049156544805, 39.996195322471401 ], [ -75.149059153906506, 39.996150461068403 ], [ -75.148724804558697, 39.9961069853751 ], [ -75.148714860224899, 39.996151557827197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3031 GERMANTOWN AVE", "addr_range": "3029-3031 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1521, "objectid": 1677, "Shape__Area": 241.12890625, "Shape__Length": 87.37834081733368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1468967529932, 39.9983340695347 ], [ -75.146601130684104, 39.998414622042702 ], [ -75.146589948641406, 39.9984641137791 ], [ -75.146915953261299, 39.998378350381898 ], [ -75.1468967529932, 39.9983340695347 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2850 N 11TH ST", "addr_range": "2844-2860 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1572, "objectid": 1678, "Shape__Area": 249.25390625, "Shape__Length": 88.877591890306178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148724804558697, 39.9961069853751 ], [ -75.149059153906506, 39.996150461068403 ], [ -75.149069021771794, 39.996106258079102 ], [ -75.148733102891498, 39.996061618764898 ], [ -75.148724804558697, 39.9961069853751 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "903 W HUNTINGDON ST", "addr_range": "901-903 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1063, "objectid": 1679, "Shape__Area": 168.56640625, "Shape__Length": 69.771045799691038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146531855300097, 39.991556021493103 ], [ -75.146582753620805, 39.991562770400698 ], [ -75.146584285428006, 39.991555631218297 ], [ -75.146624947649201, 39.991365242491902 ], [ -75.146573283224797, 39.991358283404601 ], [ -75.146533342458497, 39.991548947073099 ], [ -75.146531855300097, 39.991556021493103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1050 W ORLEANS ST", "addr_range": "1049-1051 W MONMOUTH ST; 1046-1050 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 732, "objectid": 1680, "Shape__Area": 116.08984375, "Shape__Length": 48.876425517408066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148271946395695, 39.997031951937998 ], [ -75.148328152799294, 39.9970386905349 ], [ -75.148349411846795, 39.996947126868299 ], [ -75.148355415732695, 39.996916829192799 ], [ -75.148349519670305, 39.996915357547202 ], [ -75.148298865786202, 39.996908663714102 ], [ -75.148271946395695, 39.997031951937998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2834 N 11TH ST", "addr_range": "2834-2836 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1548, "objectid": 1681, "Shape__Area": 245.43359375, "Shape__Length": 89.016274505640098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1488005130212, 39.9957452611524 ], [ -75.149137773231601, 39.9957870780677 ], [ -75.149147035622406, 39.9957438768038 ], [ -75.148809550353107, 39.995700815007702 ], [ -75.1488005130212, 39.9957452611524 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1009 W STELLA ST", "addr_range": "2944-2948 GERMANTOWN AVE; 1001-1011 W STELLA ST", "zipcode": 19133, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 604, "objectid": 1682, "Shape__Area": 95.78515625, "Shape__Length": 46.48508298343161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147110290567198, 39.997428071162403 ], [ -75.147156797537903, 39.997434154297899 ], [ -75.147185806660502, 39.997313252719998 ], [ -75.147137562693302, 39.997306581486903 ], [ -75.147110290567198, 39.997428071162403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1230 W HUNTINGDON ST", "addr_range": "1226-1230 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 987, "objectid": 1683, "Shape__Area": 156.49609375, "Shape__Length": 60.836574266102708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152051972037398, 39.991925119479397 ], [ -75.1521102042677, 39.991933030241398 ], [ -75.152143334703695, 39.991776982969597 ], [ -75.152144462669398, 39.991771076190098 ], [ -75.152124996389901, 39.991768248806601 ], [ -75.152086226958303, 39.991763229336001 ], [ -75.152085480679403, 39.991769079880598 ], [ -75.152051972037398, 39.991925119479397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1047 W ORLEANS ST", "addr_range": "1037-1051 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 601, "objectid": 1684, "Shape__Area": 95.390625, "Shape__Length": 46.711083342315277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148138134383103, 39.9972230500587 ], [ -75.148184742961902, 39.997229200856502 ], [ -75.148211706651196, 39.997106413718797 ], [ -75.148164862527494, 39.997100419774803 ], [ -75.148138134383103, 39.9972230500587 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1004 W STELLA ST", "addr_range": "2930; 2936 GERMANTOWN AVE; 1001 W ORLEANS ST; 1002-1004 STELLA ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 627, "objectid": 1685, "Shape__Area": 99.38671875, "Shape__Length": 47.1003627071605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147056954676202, 39.997212499109999 ], [ -75.147105226364204, 39.997219025943103 ], [ -75.147134259520797, 39.997096947288803 ], [ -75.147085098258003, 39.997090157919999 ], [ -75.147056954676202, 39.997212499109999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2737 N MARVINE ST", "addr_range": "2735-2737 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1345, "objectid": 1686, "Shape__Area": 213.19921875, "Shape__Length": 73.084363393177242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149460021688, 39.994360222522097 ], [ -75.149718890566305, 39.994393829467597 ], [ -75.149719322224897, 39.994391857003002 ], [ -75.149729644430806, 39.994344520604599 ], [ -75.149675010134104, 39.9943372866584 ], [ -75.149622833051396, 39.994330494889603 ], [ -75.149567784793305, 39.994323670487901 ], [ -75.149510631773197, 39.994315460361499 ], [ -75.149470476915496, 39.994310487939302 ], [ -75.149460021688, 39.994360222522097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1001 W ORLEANS ST", "addr_range": "2930; 2936 GERMANTOWN AVE; 1001 W ORLEANS ST; 1002-1004 STELLA ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 620, "objectid": 1687, "Shape__Area": 98.42578125, "Shape__Length": 46.730963609352258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147051258647906, 39.9970773331329 ], [ -75.147100765700401, 39.997083872665499 ], [ -75.147128804691903, 39.996963125703601 ], [ -75.147087590768905, 39.996957322052303 ], [ -75.147080795293505, 39.996956362449403 ], [ -75.147051258647906, 39.9970773331329 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2716 N MARVINE ST", "addr_range": "2716 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1002, "objectid": 1688, "Shape__Area": 158.8203125, "Shape__Length": 66.731946940133099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149924885850993, 39.994254416441599 ], [ -75.150169292128496, 39.994286969452702 ], [ -75.150177631955302, 39.994247617105898 ], [ -75.149933118794195, 39.994215625726603 ], [ -75.149924885850993, 39.994254416441599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1234 W HUNTINGDON ST", "addr_range": "1234-1236 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 847, "objectid": 1689, "Shape__Area": 134.2734375, "Shape__Length": 58.898913601207134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152198412236601, 39.991784096067498 ], [ -75.152164563273701, 39.991939178317097 ], [ -75.152164307586602, 39.991940380796599 ], [ -75.152214934014197, 39.991947152570098 ], [ -75.152215500504795, 39.991944409174202 ], [ -75.152247834136801, 39.991790566657599 ], [ -75.152249018149405, 39.991785919869301 ], [ -75.152241536435994, 39.991784782846999 ], [ -75.152199095328299, 39.991778825249597 ], [ -75.152198412236601, 39.991784096067498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1220 W SOMERSET ST", "addr_range": "1220-1226 W SOMERSET ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1249, "objectid": 1690, "Shape__Area": 197.94921875, "Shape__Length": 72.636578549162536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151165977704096, 39.995073074894897 ], [ -75.151225419943898, 39.995080659340701 ], [ -75.151262884475997, 39.994890309473398 ], [ -75.151265073928499, 39.994879107115302 ], [ -75.151239966975098, 39.994875798698203 ], [ -75.151206207597298, 39.994871294251602 ], [ -75.151203873188393, 39.994883008709898 ], [ -75.151165977704096, 39.995073074894897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2848 N 11TH ST", "addr_range": "2844-2860 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1584, "objectid": 1691, "Shape__Area": 251.171875, "Shape__Length": 89.179782510236478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148733102891498, 39.996061618764898 ], [ -75.149069021771794, 39.996106258079102 ], [ -75.149079084211607, 39.996061317958599 ], [ -75.148742722306395, 39.996016781256898 ], [ -75.148733102891498, 39.996061618764898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2817 N MARVINE ST", "addr_range": "2817-2819 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1137, "objectid": 1692, "Shape__Area": 180.29296875, "Shape__Length": 72.415323268738092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149238505797996, 39.9953595875348 ], [ -75.1495072555376, 39.995393643999897 ], [ -75.149515519641497, 39.995353498880199 ], [ -75.149248302235804, 39.995318864455903 ], [ -75.149241819025406, 39.995345847267998 ], [ -75.149238505797996, 39.9953595875348 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1043 W ORLEANS ST", "addr_range": "1037-1051 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 578, "objectid": 1693, "Shape__Area": 91.73828125, "Shape__Length": 46.293784851940401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148043418236895, 39.997210490074202 ], [ -75.148087293633694, 39.997216305048603 ], [ -75.148116109781995, 39.9970938815826 ], [ -75.148070082754003, 39.997087873683498 ], [ -75.148043418236895, 39.997210490074202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "924 W AUBURN ST", "addr_range": "912-924 W AUBURN ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 603, "objectid": 1694, "Shape__Area": 95.68359375, "Shape__Length": 46.631276267268944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1462652812736, 39.9951529401472 ], [ -75.146312670484406, 39.995158367007697 ], [ -75.146315790806398, 39.995144784620202 ], [ -75.146338015878101, 39.995036301293602 ], [ -75.146291407694093, 39.995030183054403 ], [ -75.146268255331407, 39.995139353542001 ], [ -75.1462652812736, 39.9951529401472 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "912 W AUBURN ST", "addr_range": "912-924 W AUBURN ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 570, "objectid": 1695, "Shape__Area": 90.3515625, "Shape__Length": 46.163193816176204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1459905392514, 39.995118336439099 ], [ -75.146034845133599, 39.995124403472303 ], [ -75.146037225327007, 39.995109869041599 ], [ -75.146059766307602, 39.995001376707002 ], [ -75.146015453557794, 39.994995551900402 ], [ -75.145992890275494, 39.995104623979401 ], [ -75.1459905392514, 39.995118336439099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3008 N 11TH ST", "addr_range": "3000-3018 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 934, "objectid": 1696, "Shape__Area": 148.1796875, "Shape__Length": 60.356566230296636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148289052956301, 39.998076635273897 ], [ -75.148280433721894, 39.998119447404498 ], [ -75.148492372819803, 39.998146335638197 ], [ -75.148501617583605, 39.9981047144028 ], [ -75.148463769750506, 39.998100197618598 ], [ -75.148405429137, 39.998092265543399 ], [ -75.148289052956301, 39.998076635273897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1031 W INDIANA AVE", "addr_range": "1025-1035 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 710, "objectid": 1697, "Shape__Area": 112.6328125, "Shape__Length": 57.447170733009379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1478631841658, 39.998021169964403 ], [ -75.147903497374301, 39.998026436619 ], [ -75.147936134502999, 39.997862285263203 ], [ -75.147912800396497, 39.997859676774503 ], [ -75.147893955582802, 39.997857557483499 ], [ -75.147868509574593, 39.997989936986997 ], [ -75.1478631841658, 39.998021169964403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1016 W ORLEANS ST", "addr_range": "1016-1026 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 634, "objectid": 1698, "Shape__Area": 100.609375, "Shape__Length": 47.203970119445088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147439598192804, 39.996921296716799 ], [ -75.147488225612705, 39.9969277990213 ], [ -75.1475141514955, 39.996805343493001 ], [ -75.147463912499006, 39.9967987713217 ], [ -75.147439598192804, 39.996921296716799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "918 W AUBURN ST", "addr_range": "912-924 W AUBURN ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 598, "objectid": 1699, "Shape__Area": 94.78125, "Shape__Length": 46.678526761659178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146126876157496, 39.995135293253703 ], [ -75.146173609016998, 39.995141430604697 ], [ -75.146176427491199, 39.995127502589497 ], [ -75.146198690369104, 39.995018069565603 ], [ -75.146152369930903, 39.995012665998999 ], [ -75.146129826795104, 39.9951217376559 ], [ -75.146126876157496, 39.995135293253703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2938 N 12TH ST", "addr_range": "2936-2938 N 12TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1344, "objectid": 1700, "Shape__Area": 213.07421875, "Shape__Length": 80.073317355837204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150028307098594, 39.997499439799199 ], [ -75.150325994057198, 39.9975399205874 ], [ -75.150336037901596, 39.997498203799097 ], [ -75.150037788388502, 39.997455469456 ], [ -75.150028307098594, 39.997499439799199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3029 GERMANTOWN AVE", "addr_range": "3029-3031 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1269, "objectid": 1701, "Shape__Area": 201.16796875, "Shape__Length": 79.532448359629228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146878883771805, 39.998294460023303 ], [ -75.146611280918094, 39.998368024408997 ], [ -75.146601130684104, 39.998414622042702 ], [ -75.1468967529932, 39.9983340695347 ], [ -75.146878883771805, 39.998294460023303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1012 W SOMERSET ST", "addr_range": "2727-2729 N WARNOCK ST; 1010-1016 W SOMERSET ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 736, "objectid": 1702, "Shape__Area": 116.75, "Shape__Length": 55.059057169259297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148030766455605, 39.994666948031501 ], [ -75.148032122141998, 39.994667123826403 ], [ -75.148064508992704, 39.994515476547797 ], [ -75.148017591735794, 39.994509787191397 ], [ -75.147986204556204, 39.994661054364101 ], [ -75.148030766455605, 39.994666948031501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1025 W INDIANA AVE", "addr_range": "1025-1035 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 918, "objectid": 1703, "Shape__Area": 145.51171875, "Shape__Length": 60.38466450134991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147724703440701, 39.9980036838082 ], [ -75.147778933751894, 39.998010587797303 ], [ -75.147814266443902, 39.997846111037902 ], [ -75.147761656829402, 39.997840115088998 ], [ -75.147724703440701, 39.9980036838082 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1002 W STELLA ST", "addr_range": "2930; 2936 GERMANTOWN AVE; 1001 W ORLEANS ST; 1002-1004 STELLA ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 629, "objectid": 1704, "Shape__Area": 99.8203125, "Shape__Length": 47.20904502224839 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147007254735399, 39.997206068715201 ], [ -75.147041066965798, 39.997210349418403 ], [ -75.147056954676202, 39.997212499109999 ], [ -75.147085098258003, 39.997090157919999 ], [ -75.147037039875102, 39.997083539503997 ], [ -75.147007254735399, 39.997206068715201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2757 N 13TH ST", "addr_range": "2757 N 13TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1474, "objectid": 1705, "Shape__Area": 233.65234375, "Shape__Length": 80.730363868655047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151696120138993, 39.995092410678197 ], [ -75.151686903155294, 39.995139368585001 ], [ -75.151982692023793, 39.995177158738599 ], [ -75.151990976349495, 39.995137578870697 ], [ -75.151992563284693, 39.995129506519298 ], [ -75.151779699807705, 39.995102346847702 ], [ -75.151696120138993, 39.995092410678197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1123 W SOMERSET ST", "addr_range": "1123 W SOMERSET ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1147, "objectid": 1706, "Shape__Area": 181.8671875, "Shape__Length": 67.481887056733129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149723484548304, 39.9952267369314 ], [ -75.149783143249493, 39.995235246067999 ], [ -75.149822870903193, 39.995051555921002 ], [ -75.149763416945305, 39.995043761443 ], [ -75.149723484548304, 39.9952267369314 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2722 N 12TH ST", "addr_range": "2722-2724 N 12TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1471, "objectid": 1707, "Shape__Area": 233.19921875, "Shape__Length": 80.845737063608411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150760418894507, 39.994145251587298 ], [ -75.151057063565503, 39.9941813706006 ], [ -75.151066980702197, 39.994134767371797 ], [ -75.150770393674193, 39.994097117051098 ], [ -75.150760418894507, 39.994145251587298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1011 W STELLA ST", "addr_range": "2944-2948 GERMANTOWN AVE; 1001-1011 W STELLA ST", "zipcode": 19133, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 623, "objectid": 1708, "Shape__Area": 98.75, "Shape__Length": 46.737745032465611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147156797537903, 39.997434154297899 ], [ -75.147205761890703, 39.997440616600002 ], [ -75.147234796949107, 39.997320167010898 ], [ -75.147216617537595, 39.9973175941618 ], [ -75.147185806660502, 39.997313252719998 ], [ -75.147156797537903, 39.997434154297899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1222 W SOMERSET ST", "addr_range": "1220-1226 W SOMERSET ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1126, "objectid": 1709, "Shape__Area": 178.51953125, "Shape__Length": 71.349976903473262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151318299779504, 39.994885905649397 ], [ -75.151292891042303, 39.994882799448298 ], [ -75.151265073928499, 39.994879107115302 ], [ -75.151262884475997, 39.994890309473398 ], [ -75.151225419943898, 39.995080659340701 ], [ -75.151278901406201, 39.995087915087197 ], [ -75.151316139431302, 39.994896898729799 ], [ -75.151318299779504, 39.994885905649397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1224 W SOMERSET ST", "addr_range": "1220-1226 W SOMERSET ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1227, "objectid": 1710, "Shape__Area": 194.5078125, "Shape__Length": 72.425100057410589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151278901406201, 39.995087915087197 ], [ -75.151337240928001, 39.9950952645721 ], [ -75.151374150207999, 39.994904079474601 ], [ -75.151376187255394, 39.994893583667597 ], [ -75.151344115210307, 39.994889343616798 ], [ -75.151318299779504, 39.994885905649397 ], [ -75.151316139431302, 39.994896898729799 ], [ -75.151278901406201, 39.995087915087197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2944 GERMANTOWN AVE", "addr_range": "2944-2948 GERMANTOWN AVE; 1001-1011 W STELLA ST", "zipcode": 19133, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1347, "objectid": 1711, "Shape__Area": 213.5, "Shape__Length": 80.558573830063935 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146904348993502, 39.997451997813101 ], [ -75.1470912327175, 39.997477965510498 ], [ -75.147196501951598, 39.997493006398102 ], [ -75.147205361573498, 39.997449409589997 ], [ -75.1468992596498, 39.997407633293001 ], [ -75.146900134482607, 39.997416502953399 ], [ -75.146904348993502, 39.997451997813101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2735 N MARVINE ST", "addr_range": "2735-2737 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1523, "objectid": 1712, "Shape__Area": 241.39453125, "Shape__Length": 81.842328033646538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149718890566305, 39.994393829467597 ], [ -75.149460021688, 39.994360222522097 ], [ -75.149420001251301, 39.9943550125558 ], [ -75.1494089475067, 39.994402846839598 ], [ -75.149469685205204, 39.994411058938397 ], [ -75.1497081898885, 39.994442850307401 ], [ -75.149718890566305, 39.994393829467597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2731 N 12TH ST", "addr_range": "2727-2731 N 12TH ST; 1135-1141 W SILVER ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2389, "objectid": 1713, "Shape__Area": 378.69921875, "Shape__Length": 99.140773996018424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150510101346896, 39.994451615042401 ], [ -75.150156402929099, 39.994403563170202 ], [ -75.150154651770407, 39.994403313569599 ], [ -75.150144961831998, 39.994446198867699 ], [ -75.150141329265594, 39.994467153594002 ], [ -75.150495928748001, 39.994515789949503 ], [ -75.150510101346896, 39.994451615042401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2807 N MARVINE ST", "addr_range": "2805-2809 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1183, "objectid": 1714, "Shape__Area": 187.62890625, "Shape__Length": 73.328930654099352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149281779975098, 39.995156167175097 ], [ -75.149552647949093, 39.9951879342998 ], [ -75.149561831560305, 39.995146811679 ], [ -75.149291008881207, 39.995113835529096 ], [ -75.149281779975098, 39.995156167175097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2555-61 GERMANTOWN AVE", "addr_range": "2555-2561 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 7358, "objectid": 1715, "Shape__Area": 1166.05078125, "Shape__Length": 140.83537365165995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147822058562397, 39.991261429566798 ], [ -75.148257795839299, 39.991318007199297 ], [ -75.148254646620302, 39.991276040180999 ], [ -75.148250834944804, 39.991227851919703 ], [ -75.148244994253602, 39.991127017911602 ], [ -75.147995471671507, 39.991094312101502 ], [ -75.147844081189206, 39.991158133106502 ], [ -75.147830405382507, 39.991163899544702 ], [ -75.147840173136203, 39.9911737294685 ], [ -75.147830624674597, 39.991220019157602 ], [ -75.147822058562397, 39.991261429566798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1005 W STELLA ST", "addr_range": "2944-2948 GERMANTOWN AVE; 1001-1011 W STELLA ST", "zipcode": 19133, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 592, "objectid": 1716, "Shape__Area": 93.9453125, "Shape__Length": 46.199257647507629 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1470158493984, 39.9974143551525 ], [ -75.147061824598794, 39.997421168709202 ], [ -75.147089844521403, 39.997300405102699 ], [ -75.147042871324999, 39.997293376106697 ], [ -75.147042161426498, 39.997296583859999 ], [ -75.1470158493984, 39.9974143551525 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3067 GERMANTOWN AVE", "addr_range": "3067 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 702, "objectid": 1717, "Shape__Area": 111.3671875, "Shape__Length": 54.908062945990793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147131082672502, 39.9991624011287 ], [ -75.147270430460395, 39.999180278829201 ], [ -75.147239315163901, 39.999110047922599 ], [ -75.147062565332902, 39.999153609626397 ], [ -75.147131082672502, 39.9991624011287 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2614 N 6TH ST", "addr_range": "2608-2616 N 6TH ST", "zipcode": 19133, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1037, "objectid": 1718, "Shape__Area": 164.3984375, "Shape__Length": 64.780137860643293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142514133443797, 39.991220007580303 ], [ -75.1427343177361, 39.991250446098199 ], [ -75.142743798589905, 39.991207686322703 ], [ -75.142513170617505, 39.991175800496002 ], [ -75.142503689588494, 39.991218561152799 ], [ -75.142514133443797, 39.991220007580303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2948 GERMANTOWN AVE", "addr_range": "2944-2948 GERMANTOWN AVE; 1001-1011 W STELLA ST", "zipcode": 19133, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1139, "objectid": 1719, "Shape__Area": 180.67578125, "Shape__Length": 72.820843832118797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146917298680293, 39.997537356801899 ], [ -75.147025140146795, 39.997553632907703 ], [ -75.147177780251397, 39.997575116251802 ], [ -75.147187818665898, 39.9975341726472 ], [ -75.146911453584096, 39.997496295404702 ], [ -75.146917298680293, 39.997537356801899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1003 W STELLA ST", "addr_range": "2944-2948 GERMANTOWN AVE; 1001-1011 W STELLA ST", "zipcode": 19133, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 603, "objectid": 1720, "Shape__Area": 95.71484375, "Shape__Length": 46.386923443997716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146967718106794, 39.997407493585897 ], [ -75.147015850019599, 39.997414338948197 ], [ -75.147042871324999, 39.997293376106697 ], [ -75.146996109607898, 39.997286851052202 ], [ -75.146967718106794, 39.997407493585897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2608 N 6TH ST", "addr_range": "2608-2616 N 6TH ST", "zipcode": 19133, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1094, "objectid": 1721, "Shape__Area": 173.46875, "Shape__Length": 65.56788854810469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142531752776094, 39.991090287670097 ], [ -75.142762833674396, 39.991122909076701 ], [ -75.142772417911601, 39.991077425156 ], [ -75.142541283332093, 39.991045626079597 ], [ -75.142531752776094, 39.991090287670097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3057 GERMANTOWN AVE", "addr_range": "3051-3059 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1216, "objectid": 1722, "Shape__Area": 192.890625, "Shape__Length": 74.653376779186203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146883170445804, 39.998972093876098 ], [ -75.146901572616102, 39.999013116553698 ], [ -75.147167736896094, 39.998947645125803 ], [ -75.147150058881607, 39.998907959809301 ], [ -75.146883170445804, 39.998972093876098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3055 GERMANTOWN AVE", "addr_range": "3051-3059 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1193, "objectid": 1723, "Shape__Area": 189.2421875, "Shape__Length": 74.460438582129967 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147132982127104, 39.9988679015852 ], [ -75.146866044979802, 39.998932759825898 ], [ -75.146883170445804, 39.998972093876098 ], [ -75.147150058881607, 39.998907959809301 ], [ -75.147132982127104, 39.9988679015852 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1018 W ORLEANS ST", "addr_range": "1016-1026 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 653, "objectid": 1724, "Shape__Area": 103.6484375, "Shape__Length": 47.559265734006956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147533154017907, 39.996934040842604 ], [ -75.147538221143506, 39.996934735078298 ], [ -75.147565756223102, 39.996812380896799 ], [ -75.147530459404607, 39.996807470210904 ], [ -75.1475141514955, 39.996805343493001 ], [ -75.147488225612705, 39.9969277990213 ], [ -75.147533154017907, 39.996934040842604 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1200 W LEHIGH AVE", "addr_range": "1200 W LEHIGH AVE", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2960, "objectid": 1725, "Shape__Area": 205.1796875, "Shape__Length": 76.08444285523349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150972438374396, 39.993158404173499 ], [ -75.150925277622505, 39.993372633963602 ], [ -75.150983190052301, 39.993380665975103 ], [ -75.151029461052403, 39.993166784536001 ], [ -75.150972438374396, 39.993158404173499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1051 W MONMOUTH ST", "addr_range": "1049-1051 W MONMOUTH ST; 1046-1050 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 718, "objectid": 1726, "Shape__Area": 113.9296875, "Shape__Length": 48.807292038235325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148300600683896, 39.996900594756902 ], [ -75.148355813583095, 39.996908616402997 ], [ -75.148383183686207, 39.996790529154303 ], [ -75.1483843643678, 39.996785397574499 ], [ -75.148328321034199, 39.996778260841403 ], [ -75.148300600683896, 39.996900594756902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1022 W ORLEANS ST", "addr_range": "1016-1026 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 623, "objectid": 1727, "Shape__Area": 98.8125, "Shape__Length": 46.860119715946666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147587538390596, 39.996940753814599 ], [ -75.147636720701399, 39.996947511911003 ], [ -75.147661731448295, 39.996825421245198 ], [ -75.147633032283494, 39.996821740486297 ], [ -75.147613275320396, 39.996819341870598 ], [ -75.147587538390596, 39.996940753814599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3025 GERMANTOWN AVE", "addr_range": "3025 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1109, "objectid": 1728, "Shape__Area": 175.8515625, "Shape__Length": 67.477091731567739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146632452391799, 39.998269527466597 ], [ -75.146621075479302, 39.9983213529338 ], [ -75.146863105465201, 39.998258800243299 ], [ -75.146862085304306, 39.998256471398101 ], [ -75.146852730263802, 39.998235303322403 ], [ -75.146845738555101, 39.998216509867902 ], [ -75.146632452391799, 39.998269527466597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "920 W AUBURN ST", "addr_range": "912-924 W AUBURN ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 583, "objectid": 1729, "Shape__Area": 92.44921875, "Shape__Length": 46.387576002875186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146173609016998, 39.995141430604697 ], [ -75.146218694119, 39.995146821456203 ], [ -75.146221338559798, 39.995133582377299 ], [ -75.146244341543806, 39.9950245211366 ], [ -75.146198690369104, 39.995018069565603 ], [ -75.146176427491199, 39.995127502589497 ], [ -75.146173609016998, 39.995141430604697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2910 GERMANTOWN AVE", "addr_range": "2906-2910 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1595, "objectid": 1730, "Shape__Area": 252.79296875, "Shape__Length": 80.304847049203744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147110574463099, 39.996533260820797 ], [ -75.147396946341502, 39.996571349238003 ], [ -75.147409403800395, 39.996517533528497 ], [ -75.147123051537605, 39.996481170135098 ], [ -75.147110574463099, 39.996533260820797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2529 N 11TH ST", "addr_range": "2521-2533 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1059, "objectid": 1731, "Shape__Area": 167.5, "Shape__Length": 65.200960786608974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149441192018301, 39.9908613083606 ], [ -75.149481817903293, 39.990867080805202 ], [ -75.149486105311297, 39.990866742750796 ], [ -75.149535378302801, 39.990873775194302 ], [ -75.149539374283606, 39.990873430535302 ], [ -75.149590900483602, 39.990880723040199 ], [ -75.149594331165503, 39.990880365572103 ], [ -75.149598857973899, 39.990880903322299 ], [ -75.149644719296404, 39.990887858424898 ], [ -75.149649279371602, 39.990887527442702 ], [ -75.149672003309206, 39.990890652509201 ], [ -75.149677288316198, 39.990869768570001 ], [ -75.149677648134499, 39.990868019733199 ], [ -75.149676856287897, 39.990866244805503 ], [ -75.149678775497307, 39.990861032637 ], [ -75.149678550120001, 39.9908592705426 ], [ -75.149679473446099, 39.9908575506904 ], [ -75.149679813367598, 39.990855801402901 ], [ -75.149681535423994, 39.990846958163402 ], [ -75.149658346092195, 39.990843934281401 ], [ -75.149653787155799, 39.990844266190599 ], [ -75.149607925861901, 39.990837311091603 ], [ -75.1496033990218, 39.990836774241998 ], [ -75.149599969546998, 39.990837130836702 ], [ -75.149552402544401, 39.990830363227403 ], [ -75.149539899563706, 39.990829643865197 ], [ -75.149498577509107, 39.990823452912203 ], [ -75.149489770748303, 39.990823028126499 ], [ -75.149450393784605, 39.990817526355201 ], [ -75.149445961943997, 39.9908369303187 ], [ -75.149446053448401, 39.990842188040403 ], [ -75.149441192018301, 39.9908613083606 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2732 N 12TH ST", "addr_range": "2730-2732 N 12TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1311, "objectid": 1732, "Shape__Area": 207.78125, "Shape__Length": 79.316116659744026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150997379511296, 39.994394801489896 ], [ -75.151013459402805, 39.994396873905998 ], [ -75.151021507391704, 39.994354176624903 ], [ -75.151005751750205, 39.994352386362202 ], [ -75.150725611167303, 39.994316541851099 ], [ -75.150717039688502, 39.994358679441703 ], [ -75.150997379511296, 39.994394801489896 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1032 W INDIANA AVE", "addr_range": "1032 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 852, "objectid": 1733, "Shape__Area": 135.109375, "Shape__Length": 61.800931837859125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147758919691498, 39.997702597921197 ], [ -75.147805614118198, 39.997708717474502 ], [ -75.147843445042696, 39.9975348357301 ], [ -75.147819755709605, 39.997531686664402 ], [ -75.147796799045906, 39.997528556004703 ], [ -75.147758919691498, 39.997702597921197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1225 W WILLIAM ST", "addr_range": "1223-1225 W WILLIAM ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 939, "objectid": 1734, "Shape__Area": 148.9453125, "Shape__Length": 63.818031398208753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151056561057999, 39.9963591577025 ], [ -75.151106537432, 39.996365979145999 ], [ -75.151144940958105, 39.996187853063603 ], [ -75.151094461403602, 39.996181020241501 ], [ -75.151056561057999, 39.9963591577025 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3002 N 11TH ST", "addr_range": "3000-3018 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 908, "objectid": 1735, "Shape__Area": 144.07421875, "Shape__Length": 60.145174466043997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148314457400403, 39.997955134568898 ], [ -75.148305929502598, 39.997995563771298 ], [ -75.148465699728902, 39.998016465432201 ], [ -75.1485196747103, 39.998022910971002 ], [ -75.148528382245203, 39.997982712883598 ], [ -75.148314457400403, 39.997955134568898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2819 N MARVINE ST", "addr_range": "2817-2819 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1146, "objectid": 1736, "Shape__Area": 181.7578125, "Shape__Length": 72.624758164768735 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149230366219996, 39.995399719241199 ], [ -75.149498711541298, 39.995435040601599 ], [ -75.1495072555376, 39.995393643999897 ], [ -75.149238505797996, 39.9953595875348 ], [ -75.149230366219996, 39.995399719241199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2936 GERMANTOWN AVE", "addr_range": "2930; 2936 GERMANTOWN AVE; 1001 W ORLEANS ST; 1002-1004 STELLA ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 687, "objectid": 1737, "Shape__Area": 109.01953125, "Shape__Length": 48.296383343987692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147037040496301, 39.9970835232998 ], [ -75.1469843439492, 39.997076541995199 ], [ -75.146953442903893, 39.997199237807202 ], [ -75.147007254735399, 39.997206068715201 ], [ -75.147037040496301, 39.9970835232998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1137 W SILVER ST", "addr_range": "2727-2731 N 12TH ST; 1135-1141 W SILVER ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 802, "objectid": 1738, "Shape__Area": 127.09765625, "Shape__Length": 54.542318007764457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150340373968703, 39.9943401227968 ], [ -75.150393085349506, 39.994346668646699 ], [ -75.150393888594493, 39.994342608824397 ], [ -75.150422134717601, 39.9942020695987 ], [ -75.150369156096602, 39.994194857259998 ], [ -75.150341363465401, 39.994335084180904 ], [ -75.150340555429395, 39.994339207866702 ], [ -75.150340373968703, 39.9943401227968 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2736 N WARNOCK ST", "addr_range": "2736-2738 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 823, "objectid": 1739, "Shape__Area": 130.546875, "Shape__Length": 58.16600239970078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148298095106895, 39.994660868987197 ], [ -75.148505853750095, 39.994689418778698 ], [ -75.148513972450104, 39.994651431069101 ], [ -75.148305398209303, 39.994623410623802 ], [ -75.148298095106895, 39.994660868987197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1014 W SOMERSET ST", "addr_range": "2727-2729 N WARNOCK ST; 1010-1016 W SOMERSET ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 784, "objectid": 1740, "Shape__Area": 124.36328125, "Shape__Length": 55.71159108918755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148032122141998, 39.994667123826403 ], [ -75.148082605650501, 39.9946732976696 ], [ -75.148112937683194, 39.994522199376298 ], [ -75.148064508992704, 39.994515476547797 ], [ -75.148032122141998, 39.994667123826403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1016 W SOMERSET ST", "addr_range": "2727-2729 N WARNOCK ST; 1010-1016 W SOMERSET ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1006, "objectid": 1741, "Shape__Area": 159.43359375, "Shape__Length": 58.777536202767863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148082605650501, 39.9946732976696 ], [ -75.148146028060196, 39.994680909072699 ], [ -75.148176920388707, 39.994529920776102 ], [ -75.148112937683194, 39.994522199376298 ], [ -75.148082605650501, 39.9946732976696 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2846 N 11TH ST", "addr_range": "2844-2860 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1589, "objectid": 1742, "Shape__Area": 251.88671875, "Shape__Length": 89.324797931101585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148742722306395, 39.996016781256898 ], [ -75.149079084211607, 39.996061317958599 ], [ -75.149080377481795, 39.996055447384798 ], [ -75.149088674986601, 39.9960166410604 ], [ -75.148751711164095, 39.995971431195102 ], [ -75.148742722306395, 39.996016781256898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2727 N 12TH ST", "addr_range": "2727-2731 N 12TH ST; 1135-1141 W SILVER ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1636, "objectid": 1743, "Shape__Area": 259.4140625, "Shape__Length": 93.082080710812619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150516058822305, 39.994408758720198 ], [ -75.150518998950204, 39.9944091631859 ], [ -75.150528303351606, 39.994364867144498 ], [ -75.150455303525902, 39.994355041696501 ], [ -75.150448505266198, 39.994354129978902 ], [ -75.150393085349506, 39.994346668646699 ], [ -75.150340373968703, 39.9943401227968 ], [ -75.150288048528594, 39.994332247649602 ], [ -75.150235054371606, 39.994324857398297 ], [ -75.150174302310603, 39.994316469680697 ], [ -75.150165186607495, 39.994360818627499 ], [ -75.150516058822305, 39.994408758720198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3010 N 11TH ST", "addr_range": "3000-3018 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 909, "objectid": 1744, "Shape__Area": 144.08984375, "Shape__Length": 59.8334316860212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148280433721894, 39.998119447404498 ], [ -75.148272131416803, 39.998159430307098 ], [ -75.148445172787902, 39.998182970920702 ], [ -75.148462003169001, 39.998185688694598 ], [ -75.148483758511304, 39.9981878909702 ], [ -75.148492372819803, 39.998146335638197 ], [ -75.148280433721894, 39.998119447404498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1048 W ORLEANS ST", "addr_range": "1049-1051 W MONMOUTH ST; 1046-1050 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 651, "objectid": 1745, "Shape__Area": 103.26171875, "Shape__Length": 47.699726906039885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148221288120496, 39.997025370600603 ], [ -75.148271946395695, 39.997031951937998 ], [ -75.148298865786202, 39.996908663714102 ], [ -75.148248834258695, 39.996902146148102 ], [ -75.148221288120496, 39.997025370600603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3004 N 11TH ST", "addr_range": "3000-3018 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 936, "objectid": 1746, "Shape__Area": 148.40234375, "Shape__Length": 60.488333249699338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148305929502598, 39.997995563771298 ], [ -75.148297536340294, 39.998037398914903 ], [ -75.148339314037202, 39.998043245526603 ], [ -75.148510503691398, 39.998064809590801 ], [ -75.1485196747103, 39.998022910971002 ], [ -75.148465699728902, 39.998016465432201 ], [ -75.148305929502598, 39.997995563771298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1226 W HUNTINGDON ST", "addr_range": "1226-1230 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 910, "objectid": 1747, "Shape__Area": 144.2265625, "Shape__Length": 59.692780701743104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151944392145097, 39.991910449541898 ], [ -75.151997553867901, 39.991917762645301 ], [ -75.152031574000901, 39.991761492262597 ], [ -75.152032490155406, 39.9917561618471 ], [ -75.151978465791103, 39.9917489256406 ], [ -75.151977409003905, 39.991754624993398 ], [ -75.151944392145097, 39.991910449541898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2906 GERMANTOWN AVE", "addr_range": "2906-2910 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1448, "objectid": 1748, "Shape__Area": 229.5859375, "Shape__Length": 78.651416130950551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147134122374496, 39.996430740578703 ], [ -75.147420500396393, 39.996467007223103 ], [ -75.147430957034899, 39.996418383778398 ], [ -75.147146628641394, 39.996382777226003 ], [ -75.147134122374496, 39.996430740578703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1024 W ORLEANS ST", "addr_range": "1016-1026 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 625, "objectid": 1749, "Shape__Area": 99.16015625, "Shape__Length": 46.947145833268166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147636720701399, 39.996947511911003 ], [ -75.147685052300901, 39.996953572232201 ], [ -75.147711328898694, 39.9968317688475 ], [ -75.147661731448295, 39.996825421245198 ], [ -75.147636720701399, 39.996947511911003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1041 W ORLEANS ST", "addr_range": "1037-1051 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 594, "objectid": 1750, "Shape__Area": 94.26171875, "Shape__Length": 46.517702614742547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147997907553702, 39.997204671352698 ], [ -75.148024003875605, 39.9972079217969 ], [ -75.148043418236895, 39.997210490074202 ], [ -75.148070082754003, 39.997087873683498 ], [ -75.148022802334495, 39.997082321202598 ], [ -75.147997907553702, 39.997204671352698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1049 W MONMOUTH ST", "addr_range": "1049-1051 W MONMOUTH ST; 1046-1050 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 652, "objectid": 1751, "Shape__Area": 103.4765625, "Shape__Length": 47.602908840352733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148249828501307, 39.996894237004199 ], [ -75.148300600683896, 39.996900594756902 ], [ -75.148328321034199, 39.996778260841403 ], [ -75.148281573164198, 39.996771961873797 ], [ -75.148277693221303, 39.996771439642799 ], [ -75.148249828501307, 39.996894237004199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "916 W AUBURN ST", "addr_range": "912-924 W AUBURN ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 587, "objectid": 1752, "Shape__Area": 93.1171875, "Shape__Length": 46.322090707978283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146129826795104, 39.9951217376559 ], [ -75.146152369930903, 39.995012665998999 ], [ -75.146106987985803, 39.995006800755803 ], [ -75.146083848314802, 39.995115632716903 ], [ -75.146081881043202, 39.995129725104 ], [ -75.146126876157496, 39.995135293253703 ], [ -75.146129826795104, 39.9951217376559 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1026 W ORLEANS ST", "addr_range": "1016-1026 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 620, "objectid": 1753, "Shape__Area": 98.30859375, "Shape__Length": 46.889929745974371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147685052300901, 39.996953572232201 ], [ -75.147734297214001, 39.996960378558697 ], [ -75.147758902970295, 39.996837876839599 ], [ -75.147711328898694, 39.9968317688475 ], [ -75.147685052300901, 39.996953572232201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3006 N 11TH ST", "addr_range": "3000-3018 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 883, "objectid": 1754, "Shape__Area": 140.01953125, "Shape__Length": 59.714485758549174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148297536340294, 39.998037398914903 ], [ -75.148289052956301, 39.998076635273897 ], [ -75.148405429137, 39.998092265543399 ], [ -75.148463769750506, 39.998100197618598 ], [ -75.148501617583605, 39.9981047144028 ], [ -75.148510503691398, 39.998064809590801 ], [ -75.148339314037202, 39.998043245526603 ], [ -75.148297536340294, 39.998037398914903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2856 N 11TH ST", "addr_range": "2844-2860 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1591, "objectid": 1755, "Shape__Area": 252.203125, "Shape__Length": 88.92600876201702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148694086097095, 39.996242470286802 ], [ -75.149029072573896, 39.996285202733603 ], [ -75.149031890715705, 39.996272370293603 ], [ -75.149039881996401, 39.9962399083213 ], [ -75.148705202525804, 39.996197393696903 ], [ -75.148694086097095, 39.996242470286802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2801 N MARVINE ST", "addr_range": "2801 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1272, "objectid": 1756, "Shape__Area": 201.6328125, "Shape__Length": 74.670726770019016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149307789864906, 39.995029764056703 ], [ -75.149580680832599, 39.9950628987567 ], [ -75.149590306769099, 39.995020044483901 ], [ -75.149575022102098, 39.995018005203598 ], [ -75.149350608725499, 39.994988161004798 ], [ -75.149317172482597, 39.994983938133203 ], [ -75.149312953533894, 39.995003831667901 ], [ -75.149307789864906, 39.995029764056703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2740 N 12TH ST", "addr_range": "2740 N 12TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1495, "objectid": 1757, "Shape__Area": 237.0078125, "Shape__Length": 81.188855588599807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150657852859297, 39.994649979420302 ], [ -75.150945668205495, 39.994685755468602 ], [ -75.150955304443102, 39.994686956669597 ], [ -75.150964697190901, 39.994639244132401 ], [ -75.150958252784093, 39.994638421549602 ], [ -75.150954976722602, 39.994638009489101 ], [ -75.150667797367205, 39.994601507223798 ], [ -75.150667512546093, 39.994602918978401 ], [ -75.150657852859297, 39.994649979420302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1033 W INDIANA AVE", "addr_range": "1025-1035 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 725, "objectid": 1758, "Shape__Area": 115.0, "Shape__Length": 57.757311604268637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147903497374301, 39.998026436619 ], [ -75.147945276106896, 39.998031735578301 ], [ -75.147963016149106, 39.9979439773983 ], [ -75.147979665879205, 39.997868864645298 ], [ -75.147953846287294, 39.997864959121003 ], [ -75.147936134502999, 39.997862285263203 ], [ -75.147903497374301, 39.998026436619 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2931 N 13TH ST", "addr_range": "2929-2931 N 13TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1456, "objectid": 1759, "Shape__Area": 230.90234375, "Shape__Length": 81.419757244863263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151166145517493, 39.997431661997297 ], [ -75.151156554013795, 39.997478531203299 ], [ -75.151456300945995, 39.997519410686799 ], [ -75.151465702871704, 39.997473632808003 ], [ -75.151166145517493, 39.997431661997297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1139 W SILVER ST", "addr_range": "2727-2731 N 12TH ST; 1135-1141 W SILVER ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 849, "objectid": 1760, "Shape__Area": 134.6640625, "Shape__Length": 55.223055732931989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150393888594493, 39.994342608824397 ], [ -75.150393136826906, 39.9943463950016 ], [ -75.150393058182502, 39.994346796877203 ], [ -75.150448505266198, 39.994354129978902 ], [ -75.150448533673796, 39.994353969339798 ], [ -75.150478733958195, 39.994209445 ], [ -75.150422134717601, 39.9942020695987 ], [ -75.150393888594493, 39.994342608824397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2845 GERMANTOWN AVE", "addr_range": "2843-2851 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2324, "objectid": 1761, "Shape__Area": 368.33984375, "Shape__Length": 114.78588356467034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147101509556293, 39.995644509561501 ], [ -75.147114314742694, 39.995646169479301 ], [ -75.147126112609399, 39.995595901475298 ], [ -75.146809509710195, 39.9955549182976 ], [ -75.146779081021094, 39.995550988151201 ], [ -75.146682105643706, 39.995538907350202 ], [ -75.146676661688701, 39.9955677841292 ], [ -75.146682277358906, 39.995568345781599 ], [ -75.146678066005094, 39.995589608960699 ], [ -75.147101509556293, 39.995644509561501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2727 N WARNOCK ST", "addr_range": "2727-2729 N WARNOCK ST; 1010-1016 W SOMERSET ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 808, "objectid": 1762, "Shape__Area": 128.13671875, "Shape__Length": 56.832063336757756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148186565554695, 39.994457632514397 ], [ -75.148192552371995, 39.9944583809094 ], [ -75.148200489606495, 39.994420210703097 ], [ -75.147998912538, 39.994395024313597 ], [ -75.147989928915095, 39.994433137450798 ], [ -75.148186565554695, 39.994457632514397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1020 W ORLEANS ST", "addr_range": "1016-1026 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 619, "objectid": 1763, "Shape__Area": 98.23828125, "Shape__Length": 46.860063922605903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147538221143506, 39.996934735078298 ], [ -75.1475554533002, 39.996936803456201 ], [ -75.147587538390596, 39.996940753814599 ], [ -75.147588077864697, 39.996938171106997 ], [ -75.147613275320396, 39.996819341870598 ], [ -75.147565756223102, 39.996812380896799 ], [ -75.147538221143506, 39.996934735078298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2867 N MARVINE ST", "addr_range": "2867 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1216, "objectid": 1764, "Shape__Area": 192.828125, "Shape__Length": 74.239347519173094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149023669986803, 39.9963786566246 ], [ -75.1492967720054, 39.996414586217298 ], [ -75.149300219848897, 39.996397882841599 ], [ -75.149305449968494, 39.996372451122497 ], [ -75.149032038153393, 39.9963358054246 ], [ -75.149026196169103, 39.996365769815199 ], [ -75.149023669986803, 39.9963786566246 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3101 GERMANTOWN AVE", "addr_range": "3101-3103 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 812, "objectid": 1765, "Shape__Area": 140.09375, "Shape__Length": 64.702197493365631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147115628325295, 39.9994387161791 ], [ -75.147125195855295, 39.999461437898603 ], [ -75.147355300186504, 39.999400547274199 ], [ -75.147335093139304, 39.999355742721697 ], [ -75.147115628325295, 39.9994387161791 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3103 GERMANTOWN AVE", "addr_range": "3101-3103 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 952, "objectid": 1766, "Shape__Area": 149.83203125, "Shape__Length": 65.332022579025548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147371645062805, 39.999436752321401 ], [ -75.147355300186504, 39.999400547274199 ], [ -75.147125195855295, 39.999461437898603 ], [ -75.147140485590299, 39.999497231617902 ], [ -75.147371645062805, 39.999436752321401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2908 GERMANTOWN AVE", "addr_range": "2906-2910 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1516, "objectid": 1767, "Shape__Area": 240.3359375, "Shape__Length": 79.499630459440695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147123051537605, 39.996481170135098 ], [ -75.147409403800395, 39.996517533528497 ], [ -75.147420500396393, 39.996467007223103 ], [ -75.147134122374496, 39.996430740578703 ], [ -75.147123051537605, 39.996481170135098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2629 N WARNOCK ST", "addr_range": "2625-2629 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 908, "objectid": 1768, "Shape__Area": 144.0234375, "Shape__Length": 59.898647616071784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148486663278405, 39.992344519895198 ], [ -75.148698339485705, 39.992371288673802 ], [ -75.148708100440601, 39.992330388235203 ], [ -75.148495516271694, 39.992303808830599 ], [ -75.148486663278405, 39.992344519895198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1148 W NEVADA ST", "addr_range": "1146-1148 W NEVADA ST; 2229-2233 N 12TH ST; 1147 W COLONA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 517, "objectid": 1769, "Shape__Area": 82.0, "Shape__Length": 39.238715325647206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152129419219406, 39.986796215017698 ], [ -75.152129138111803, 39.986797531350902 ], [ -75.152182086330697, 39.986804871163301 ], [ -75.152182489434196, 39.986803090863397 ], [ -75.152203262299395, 39.986712564422902 ], [ -75.152149357268797, 39.986705589498698 ], [ -75.152129419219406, 39.986796215017698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "904 W BOSTON ST", "addr_range": "2406-2418 N 9TH ST; 904-906 W BOSTON ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 828, "objectid": 1770, "Shape__Area": 131.22265625, "Shape__Length": 58.247474134032899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147392547121797, 39.9886374589043 ], [ -75.147343075233195, 39.9886307120182 ], [ -75.147306584549696, 39.988790503166598 ], [ -75.147355711251805, 39.988796968328103 ], [ -75.147392547121797, 39.9886374589043 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1009 W ARIZONA ST", "addr_range": "1001-1019 W ARIZONA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 736, "objectid": 1771, "Shape__Area": 116.7578125, "Shape__Length": 55.648357615180601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149316001597697, 39.988240420756497 ], [ -75.149362627047694, 39.988246522942603 ], [ -75.149373434672, 39.988196892771803 ], [ -75.149384487204699, 39.988144109173803 ], [ -75.149394660347198, 39.988092449043798 ], [ -75.149349632322398, 39.988086785819903 ], [ -75.149335697493498, 39.988155157524602 ], [ -75.149316001597697, 39.988240420756497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1001 W ARIZONA ST", "addr_range": "1001-1019 W ARIZONA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 677, "objectid": 1772, "Shape__Area": 107.39453125, "Shape__Length": 54.669189684967868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149184912410405, 39.9880660475092 ], [ -75.149151666724507, 39.988218917154903 ], [ -75.149194099685801, 39.988224472995498 ], [ -75.149226898227397, 39.988070705702803 ], [ -75.1491917776371, 39.988066814868603 ], [ -75.149184912410405, 39.9880660475092 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1219 W SUSQUEHANNA AVE", "addr_range": "1219-1221 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1184, "objectid": 1773, "Shape__Area": 187.58984375, "Shape__Length": 73.183476983717654 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153140193668705, 39.985981274300599 ], [ -75.153084362794999, 39.985974256229397 ], [ -75.153037736066594, 39.986180309398399 ], [ -75.153091104733306, 39.986187579024197 ], [ -75.153140193668705, 39.985981274300599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1003 W ARIZONA ST", "addr_range": "1001-1019 W ARIZONA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 672, "objectid": 1774, "Shape__Area": 106.53125, "Shape__Length": 54.725941212055609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149194099685801, 39.988224472995498 ], [ -75.149236410422802, 39.988230008931303 ], [ -75.149243726557003, 39.988192148066901 ], [ -75.149268529063505, 39.988076405525497 ], [ -75.149226898227397, 39.988070705702803 ], [ -75.149194099685801, 39.988224472995498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2428 N DELHI ST", "addr_range": "2419-2421 N 10TH ST; 2420-2430 DELHI ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 628, "objectid": 1775, "Shape__Area": 99.55859375, "Shape__Length": 46.720961044839434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148020892529303, 39.989197510035197 ], [ -75.148177693558395, 39.989218780455602 ], [ -75.148186308187206, 39.989180432794399 ], [ -75.148028920332393, 39.989159714020197 ], [ -75.148020892529303, 39.989197510035197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2424 N DELHI ST", "addr_range": "2419-2421 N 10TH ST; 2420-2430 DELHI ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 639, "objectid": 1776, "Shape__Area": 101.37890625, "Shape__Length": 46.927795351420251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148044538355293, 39.989121283660303 ], [ -75.148194724932907, 39.9891418076378 ], [ -75.148203346169495, 39.989102767240901 ], [ -75.148052909934606, 39.989082769215003 ], [ -75.148046529395501, 39.989081914566 ], [ -75.148037428857904, 39.989120316076402 ], [ -75.148044538355293, 39.989121283660303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1231 W DAUPHIN ST", "addr_range": "1227-1231 W DAUPHIN ST, 2310 CAMAC ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1007, "objectid": 1777, "Shape__Area": 159.58203125, "Shape__Length": 65.450148914573745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153241753000998, 39.987780859552203 ], [ -75.153293209236594, 39.987786681998998 ], [ -75.153332049454704, 39.987605067497398 ], [ -75.153277580908707, 39.987598564219702 ], [ -75.153241753000998, 39.987780859552203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1007 W ARIZONA ST", "addr_range": "1001-1019 W ARIZONA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 589, "objectid": 1778, "Shape__Area": 93.3828125, "Shape__Length": 53.471540094826572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149279657196303, 39.988235664272501 ], [ -75.149316001597697, 39.988240420756497 ], [ -75.149335697493498, 39.988155157524602 ], [ -75.149349632322398, 39.988086785819903 ], [ -75.1493132422505, 39.988082092282298 ], [ -75.149294733692599, 39.988169752097299 ], [ -75.149279657196303, 39.988235664272501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "638 W CUMBERLAND ST", "addr_range": "636-644 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1228, "objectid": 1779, "Shape__Area": 194.71875, "Shape__Length": 75.659954831919265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144243838251498, 39.9891615514235 ], [ -75.144196946700006, 39.989376463478102 ], [ -75.144251339712994, 39.989383855040103 ], [ -75.144298243433198, 39.989168590944097 ], [ -75.144243838251498, 39.9891615514235 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "643 W CUMBERLAND ST", "addr_range": "641-647 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 758, "objectid": 1780, "Shape__Area": 120.1640625, "Shape__Length": 55.763876061862241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144223706273607, 39.989511961116101 ], [ -75.144190392203299, 39.989665264128902 ], [ -75.1442370102003, 39.989670996093402 ], [ -75.144271520937806, 39.989518222105701 ], [ -75.144223706273607, 39.989511961116101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "641 W CUMBERLAND ST", "addr_range": "641-647 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 834, "objectid": 1781, "Shape__Area": 132.2578125, "Shape__Length": 56.852708911550913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144172039191005, 39.989505082842904 ], [ -75.144138355757093, 39.989658117963202 ], [ -75.144190392203299, 39.989665264128902 ], [ -75.144223706273607, 39.989511961116101 ], [ -75.144172039191005, 39.989505082842904 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "617 W CUMBERLAND ST", "addr_range": "601-617 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 848, "objectid": 1782, "Shape__Area": 134.5078125, "Shape__Length": 57.618900899321183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143317916297605, 39.989558098792898 ], [ -75.143369957669506, 39.989565051726302 ], [ -75.143404671579503, 39.989409170440901 ], [ -75.143352886950098, 39.989402642326397 ], [ -75.143317916297605, 39.989558098792898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "609 W CUMBERLAND ST", "addr_range": "601-617 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 823, "objectid": 1783, "Shape__Area": 130.515625, "Shape__Length": 57.134851210755166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143112776486504, 39.989530564578899 ], [ -75.1431634293549, 39.989537679790097 ], [ -75.143197497779497, 39.989382300181802 ], [ -75.143147138913506, 39.989375707044999 ], [ -75.143112776486504, 39.989530564578899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "607 W CUMBERLAND ST", "addr_range": "601-617 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 831, "objectid": 1784, "Shape__Area": 131.79296875, "Shape__Length": 57.184447268573294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143061963716804, 39.989523800715901 ], [ -75.143112776486504, 39.989530564578899 ], [ -75.143147138913506, 39.989375707044999 ], [ -75.143095675460799, 39.989368960852602 ], [ -75.143061963716804, 39.989523800715901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2416 N 9TH ST", "addr_range": "2406-2418 N 9TH ST; 904-906 W BOSTON ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 854, "objectid": 1785, "Shape__Area": 135.33984375, "Shape__Length": 59.024515894178549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147102863053206, 39.988680668463303 ], [ -75.147094309370999, 39.988719581477397 ], [ -75.147305005408001, 39.988748604142998 ], [ -75.147313426416304, 39.988710429647199 ], [ -75.147102863053206, 39.988680668463303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "705 W CUMBERLAND ST", "addr_range": "705-707 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1169, "objectid": 1786, "Shape__Area": 185.296875, "Shape__Length": 71.005927480121258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1446794773899, 39.989572618772797 ], [ -75.1446386295991, 39.989770965935001 ], [ -75.144694495636301, 39.989778198797701 ], [ -75.1447361614958, 39.989580385572303 ], [ -75.1446794773899, 39.989572618772797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1455 N 28TH ST", "addr_range": "1451, 1455, 1461-1463 N 28TH ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "PLC - 2020", "stabilized": "YES", "numparcels": "4", "parcelarea": 1030, "objectid": 1787, "Shape__Area": 163.26953125, "Shape__Length": 68.375529029031583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180604363277496, 39.978478719974802 ], [ -75.180855527453303, 39.978513713368002 ], [ -75.180864284585397, 39.978474416311599 ], [ -75.180612425648107, 39.978440052502897 ], [ -75.180604363277496, 39.978478719974802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "630 W CUMBERLAND ST", "addr_range": "626-630 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1135, "objectid": 1788, "Shape__Area": 179.9765625, "Shape__Length": 74.861654576039996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143926646535903, 39.989118660361399 ], [ -75.143879950611193, 39.989334462454998 ], [ -75.143930141641903, 39.989341034339198 ], [ -75.143976743852804, 39.989125472475799 ], [ -75.143926646535903, 39.989118660361399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2204 N 11TH ST", "addr_range": "2204-2212 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1080, "objectid": 1789, "Shape__Area": 171.19140625, "Shape__Length": 67.795449154250861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150972666814695, 39.985784608222502 ], [ -75.150963109535894, 39.985826184682303 ], [ -75.151208787163597, 39.985858678457703 ], [ -75.151217928238694, 39.985816465447101 ], [ -75.150972666814695, 39.985784608222502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2206 N 11TH ST", "addr_range": "2204-2212 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1076, "objectid": 1790, "Shape__Area": 170.51953125, "Shape__Length": 67.720532149594561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150963109535894, 39.985826184682303 ], [ -75.150954528496399, 39.9858684815391 ], [ -75.151199544185403, 39.985900003458298 ], [ -75.151208787163597, 39.985858678457703 ], [ -75.150963109535894, 39.985826184682303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2447 N 6TH ST", "addr_range": "2441-2447 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1107, "objectid": 1791, "Shape__Area": 175.515625, "Shape__Length": 70.6331487262065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142579349800201, 39.988877471653502 ], [ -75.142570833332698, 39.988918092671597 ], [ -75.142829695520206, 39.988953457227304 ], [ -75.142839020012403, 39.9889125635178 ], [ -75.142590516635906, 39.988879207516199 ], [ -75.142579349800201, 39.988877471653502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2441 N 6TH ST", "addr_range": "2441-2447 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1097, "objectid": 1792, "Shape__Area": 173.984375, "Shape__Length": 67.070475032243195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142618511109106, 39.9887854298929 ], [ -75.142858538134504, 39.988817350791898 ], [ -75.142867964027801, 39.988773814884901 ], [ -75.142627936677499, 39.988741845339703 ], [ -75.142618511109106, 39.9887854298929 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2445 N 6TH ST", "addr_range": "2441-2447 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1282, "objectid": 1793, "Shape__Area": 203.26953125, "Shape__Length": 70.559900895738409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142590516635906, 39.988879207516199 ], [ -75.142839020012403, 39.9889125635178 ], [ -75.142849040493104, 39.988863334946899 ], [ -75.142609023999896, 39.988831074585697 ], [ -75.142600923459895, 39.988830294087002 ], [ -75.142597196079507, 39.988846587286297 ], [ -75.142590516635906, 39.988879207516199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "718 W YORK ST", "addr_range": "716-722 W YORK ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1346, "objectid": 1794, "Shape__Area": 213.42578125, "Shape__Length": 80.722720002838457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145440264373093, 39.988003668354899 ], [ -75.145495713167705, 39.988010810298903 ], [ -75.145546447012194, 39.987779205292803 ], [ -75.145490966912107, 39.987772304132399 ], [ -75.145440264373093, 39.988003668354899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "712 W YORK ST", "addr_range": "712 W YORK ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1489, "objectid": 1795, "Shape__Area": 235.97265625, "Shape__Length": 81.990162050135893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145270431066905, 39.9879818721978 ], [ -75.145331564824602, 39.987989981187603 ], [ -75.145380399503495, 39.987758156542803 ], [ -75.145318759082699, 39.987750680306199 ], [ -75.145270431066905, 39.9879818721978 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2410 N 9TH ST", "addr_range": "2406-2418 N 9TH ST; 904-906 W BOSTON ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 810, "objectid": 1796, "Shape__Area": 128.49609375, "Shape__Length": 58.334780817101226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147127901661605, 39.988567606784002 ], [ -75.147120670866897, 39.988603728704398 ], [ -75.147330642575596, 39.988632508748601 ], [ -75.147333913555599, 39.9886214922604 ], [ -75.147339270868699, 39.988596015751 ], [ -75.147225788392106, 39.988580223485897 ], [ -75.147127901661605, 39.988567606784002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "634 W YORK ST", "addr_range": "634-638 W YORK ST", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1034, "objectid": 1797, "Shape__Area": 163.86328125, "Shape__Length": 63.631674605726054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144569438471507, 39.987890617202801 ], [ -75.144627128279495, 39.987897810442398 ], [ -75.144628548075303, 39.9878908462411 ], [ -75.144662136414695, 39.987725460356899 ], [ -75.144605243858905, 39.987718221256898 ], [ -75.144569438471507, 39.987890617202801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1225 W SUSQUEHANNA AVE", "addr_range": "1225 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1124, "objectid": 1798, "Shape__Area": 178.13671875, "Shape__Length": 72.558542959944404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153349228205002, 39.986220789471197 ], [ -75.153399687470298, 39.986227412872303 ], [ -75.153445780022594, 39.9860210573678 ], [ -75.153392570232299, 39.986013985218101 ], [ -75.153349228205002, 39.986220789471197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "716 W YORK ST", "addr_range": "716-722 W YORK ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1330, "objectid": 1799, "Shape__Area": 210.82421875, "Shape__Length": 80.509841251868551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145391256333596, 39.987997396065801 ], [ -75.145440264373093, 39.988003668354899 ], [ -75.145490966912107, 39.987772304132399 ], [ -75.145435880421502, 39.987765524504702 ], [ -75.145385626414196, 39.987996672729501 ], [ -75.145391256333596, 39.987997396065801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2362 N 6TH ST", "addr_range": "2360-2362 N 6TH ST", "zipcode": 19133, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1359, "objectid": 1800, "Shape__Area": 218.1015625, "Shape__Length": 70.777119624534578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143533720900393, 39.987702983771399 ], [ -75.1434654237339, 39.987693710997497 ], [ -75.143401527364901, 39.987686086083201 ], [ -75.143291425357802, 39.987671270371003 ], [ -75.1432790351286, 39.987724908811899 ], [ -75.143522349835706, 39.9877573878208 ], [ -75.143533720900393, 39.987702983771399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "636 W YORK ST", "addr_range": "634-638 W YORK ST", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1085, "objectid": 1801, "Shape__Area": 172.00390625, "Shape__Length": 64.266048158194209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144627128279495, 39.987897810442398 ], [ -75.144686690703793, 39.987905899427297 ], [ -75.144722659978399, 39.987733620700197 ], [ -75.144662136414695, 39.987725460356899 ], [ -75.144627128279495, 39.987897810442398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1226 W DAUPHIN ST", "addr_range": "1222-1230 W DAUPHIN ST, 2254 CAMAC ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 924, "objectid": 1802, "Shape__Area": 146.41015625, "Shape__Length": 61.813323915450539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153169164697005, 39.987277099285201 ], [ -75.153130397553198, 39.987446963404601 ], [ -75.153182105420797, 39.987453856604802 ], [ -75.153220878635395, 39.987283830424801 ], [ -75.153169164697005, 39.987277099285201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2422 N DELHI ST", "addr_range": "2419-2421 N 10TH ST; 2420-2430 DELHI ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 635, "objectid": 1803, "Shape__Area": 100.66015625, "Shape__Length": 46.859481527710798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148046529395501, 39.989081914566 ], [ -75.148203346169495, 39.989102767240901 ], [ -75.148212500638195, 39.989064575978702 ], [ -75.148054967930193, 39.9890432727926 ], [ -75.148046529395501, 39.989081914566 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1229 W DAUPHIN ST", "addr_range": "1227-1231 W DAUPHIN ST, 2310 CAMAC ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1167, "objectid": 1804, "Shape__Area": 184.95703125, "Shape__Length": 69.006865210955638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153181194444699, 39.987781279730001 ], [ -75.153240075686099, 39.987787995514402 ], [ -75.153241753000998, 39.987780859552203 ], [ -75.153277580908707, 39.987598564219702 ], [ -75.153218974272903, 39.987591226653798 ], [ -75.153181194444699, 39.987781279730001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1104 W NEVADA ST", "addr_range": "2228-30 N 11TH ST; 1100-1108 W NEVADA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 519, "objectid": 1805, "Shape__Area": 82.25, "Shape__Length": 39.368647629021787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150893803328501, 39.986635348033701 ], [ -75.150947158547595, 39.986643003984902 ], [ -75.150967289211707, 39.986550109725798 ], [ -75.150914280536199, 39.986542735539899 ], [ -75.150893803328501, 39.986635348033701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1227 W DAUPHIN ST", "addr_range": "1227-1231 W DAUPHIN ST, 2310 CAMAC ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1130, "objectid": 1806, "Shape__Area": 179.08984375, "Shape__Length": 68.824701036848325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153122425736797, 39.987775419726098 ], [ -75.153181194444699, 39.987781279730001 ], [ -75.153218974272903, 39.987591226653798 ], [ -75.153164048354199, 39.9875846156637 ], [ -75.153122425736797, 39.987775419726098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1017 W ARIZONA ST", "addr_range": "1001-1019 W ARIZONA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 775, "objectid": 1807, "Shape__Area": 122.83203125, "Shape__Length": 58.060098784691156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149520674018405, 39.988108812322402 ], [ -75.149485837243702, 39.988270979663099 ], [ -75.149514570135295, 39.988274758114002 ], [ -75.149531772916802, 39.988277017496003 ], [ -75.149565820578502, 39.988114623228398 ], [ -75.149520674018405, 39.988108812322402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1102 W NEVADA ST", "addr_range": "2228-30 N 11TH ST; 1100-1108 W NEVADA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 513, "objectid": 1808, "Shape__Area": 81.40234375, "Shape__Length": 39.230490253549775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150861789574293, 39.986536065937401 ], [ -75.150840600708904, 39.986628663208101 ], [ -75.150893803328501, 39.986635348033701 ], [ -75.150914280536199, 39.986542735539899 ], [ -75.150861789574293, 39.986536065937401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "720 W YORK ST", "addr_range": "716-722 W YORK ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1310, "objectid": 1809, "Shape__Area": 207.5859375, "Shape__Length": 80.393004977119489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145495713167705, 39.988010810298903 ], [ -75.145549802038403, 39.988017921356601 ], [ -75.145600091963303, 39.9877864026667 ], [ -75.145546447012194, 39.987779205292803 ], [ -75.145495713167705, 39.988010810298903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1147 W COLONA ST", "addr_range": "1146-1148 W NEVADA ST; 2229-2233 N 12TH ST; 1147 W COLONA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 583, "objectid": 1810, "Shape__Area": 92.4921875, "Shape__Length": 41.332599885236498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152175202667607, 39.9865668183811 ], [ -75.152233318042903, 39.986574387757599 ], [ -75.152254437268894, 39.986478630625001 ], [ -75.152196468916998, 39.986471047465798 ], [ -75.152175202667607, 39.9865668183811 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1019 W ARIZONA ST", "addr_range": "1001-1019 W ARIZONA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 728, "objectid": 1811, "Shape__Area": 115.40234375, "Shape__Length": 57.458855893426332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149531772916802, 39.988277017496003 ], [ -75.149563583931894, 39.988281413495699 ], [ -75.149574081268298, 39.988282586589698 ], [ -75.149608967418203, 39.988120195090602 ], [ -75.149565820578502, 39.988114623228398 ], [ -75.149531772916802, 39.988277017496003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1005 W ARIZONA ST", "addr_range": "1001-1019 W ARIZONA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 718, "objectid": 1812, "Shape__Area": 113.82421875, "Shape__Length": 55.15617856817439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149236410422802, 39.988230008931303 ], [ -75.149279657196303, 39.988235664272501 ], [ -75.149294733692599, 39.988169752097299 ], [ -75.1493132422505, 39.988082092282298 ], [ -75.149268529063505, 39.988076405525497 ], [ -75.149243726557003, 39.988192148066901 ], [ -75.149236410422802, 39.988230008931303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2229 N 11TH ST", "addr_range": "2229 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 608, "objectid": 1813, "Shape__Area": 96.3984375, "Shape__Length": 42.337234345008561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150501613554596, 39.986804493893501 ], [ -75.150564210914794, 39.986812634157403 ], [ -75.150576580297297, 39.986752836122001 ], [ -75.150576657691303, 39.986752466654799 ], [ -75.150555895444995, 39.986703604459997 ], [ -75.150555666098001, 39.986703567729897 ], [ -75.150525419642904, 39.9866993515883 ], [ -75.150501613554596, 39.986804493893501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2228-30 N 11TH ST", "addr_range": "2228-30 N 11TH ST; 1100-1108 W NEVADA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 3063, "objectid": 1814, "Shape__Area": 485.359375, "Shape__Length": 99.081925828034898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151070825965405, 39.986563963904302 ], [ -75.151127202603504, 39.986571543126203 ], [ -75.151143603692503, 39.986501599852701 ], [ -75.151147853356207, 39.986480386070099 ], [ -75.151092135548694, 39.986472610936701 ], [ -75.151055242880901, 39.986467939891099 ], [ -75.150828492499599, 39.986437447651198 ], [ -75.150815591815302, 39.986495832590599 ], [ -75.150808241768104, 39.986529098466903 ], [ -75.150861789574293, 39.986536065937401 ], [ -75.150914280536199, 39.986542735539899 ], [ -75.150967289211707, 39.986550109725798 ], [ -75.151018218862106, 39.986556502451002 ], [ -75.151070825965405, 39.986563963904302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1100 W NEVADA ST", "addr_range": "2228-30 N 11TH ST; 1100-1108 W NEVADA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 514, "objectid": 1815, "Shape__Area": 81.4453125, "Shape__Length": 39.230595922300687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1507907693059, 39.986622036683997 ], [ -75.150840600708904, 39.986628663208101 ], [ -75.150861789574293, 39.986536065937401 ], [ -75.150808241768104, 39.986529098466903 ], [ -75.150788477143806, 39.9866217270826 ], [ -75.1507907693059, 39.986622036683997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "707 W CUMBERLAND ST", "addr_range": "705-707 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1181, "objectid": 1816, "Shape__Area": 187.28125, "Shape__Length": 71.084036813319585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1447361614958, 39.989580385572303 ], [ -75.144694495636301, 39.989778198797701 ], [ -75.144751881482094, 39.989785723821903 ], [ -75.144792708060393, 39.989587890628499 ], [ -75.1447361614958, 39.989580385572303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2406-08 N 9TH ST", "addr_range": "2406-2418 N 9TH ST; 904-906 W BOSTON ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 2797, "objectid": 1817, "Shape__Area": 443.21484375, "Shape__Length": 101.51595191168799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147333913555599, 39.9886214922604 ], [ -75.147439787550397, 39.9886357090041 ], [ -75.147462311034403, 39.988534680126399 ], [ -75.147144326186606, 39.988492313352602 ], [ -75.147127901661605, 39.988567606784002 ], [ -75.147225788392106, 39.988580223485897 ], [ -75.147339270868699, 39.988596015751 ], [ -75.147333913555599, 39.9886214922604 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "634 W CUMBERLAND ST", "addr_range": "634 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1275, "objectid": 1818, "Shape__Area": 202.05078125, "Shape__Length": 76.228719630494453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143982181666402, 39.9893480194036 ], [ -75.143991659530997, 39.989349540179198 ], [ -75.144038006385699, 39.989355799478297 ], [ -75.144038920185494, 39.989351644892203 ], [ -75.144085824414105, 39.9891402003094 ], [ -75.144029133944201, 39.989132610535499 ], [ -75.143982181666402, 39.9893480194036 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "420 W DAUPHIN ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 751, "objectid": 1819, "Shape__Area": 119.0078125, "Shape__Length": 52.166072603712507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140407852101603, 39.985815267184002 ], [ -75.140460609356595, 39.985822590987297 ], [ -75.140487976300093, 39.985694464297602 ], [ -75.140489942389195, 39.985685303251799 ], [ -75.140438402018205, 39.985678472956899 ], [ -75.140436403609996, 39.9856874080116 ], [ -75.140407852101603, 39.985815267184002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "258 W YORK ST", "addr_range": "2365-2369 N 3RD ST; 258-262 W YORK ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1167, "objectid": 1820, "Shape__Area": 184.91796875, "Shape__Length": 66.866187669192243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1379063527733, 39.986818862262297 ], [ -75.137865038993198, 39.986997788795101 ], [ -75.137927942373096, 39.987007263844298 ], [ -75.137966898289804, 39.9868275096524 ], [ -75.1379063527733, 39.986818862262297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2236 N 3RD ST", "addr_range": "2230-2238 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 941, "objectid": 1821, "Shape__Area": 149.09765625, "Shape__Length": 59.351050730899729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138893136501693, 39.9850545620532 ], [ -75.139097443753798, 39.985082036561899 ], [ -75.139107113777001, 39.985038232558097 ], [ -75.139092928089099, 39.9850365556089 ], [ -75.138903060935405, 39.985011151291701 ], [ -75.138901310607395, 39.985010917750301 ], [ -75.138891802095898, 39.9850543866295 ], [ -75.138893136501693, 39.9850545620532 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2237 N LAWRENCE ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 664, "objectid": 1822, "Shape__Area": 105.29296875, "Shape__Length": 49.419142187829266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140476745977196, 39.985215042404199 ], [ -75.140647024595296, 39.985237016353103 ], [ -75.140655122302704, 39.985200270244903 ], [ -75.140484790581795, 39.985177455345401 ], [ -75.140476745977196, 39.985215042404199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2218 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 466, "objectid": 1823, "Shape__Area": 73.8828125, "Shape__Length": 40.304597523375307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1404110391411, 39.984818302190199 ], [ -75.140546338966203, 39.984835984099398 ], [ -75.140554492720298, 39.9848032362084 ], [ -75.140418157938001, 39.984785756931501 ], [ -75.1404110391411, 39.984818302190199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2246 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 459, "objectid": 1824, "Shape__Area": 72.78515625, "Shape__Length": 40.101962480743978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140308550737899, 39.985284982947903 ], [ -75.140443984597695, 39.985301974217201 ], [ -75.140451678093797, 39.985269715033098 ], [ -75.140316014261998, 39.985252735661703 ], [ -75.140308550737899, 39.985284982947903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2222 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 460, "objectid": 1825, "Shape__Area": 73.0234375, "Shape__Length": 40.209045298029451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140396857142306, 39.984883073206497 ], [ -75.140532824547194, 39.984900333312098 ], [ -75.140534183994603, 39.984894400352402 ], [ -75.140539973081601, 39.984868079753603 ], [ -75.140403925174496, 39.984850752049901 ], [ -75.140396857142306, 39.984883073206497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2232 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 473, "objectid": 1826, "Shape__Area": 75.02734375, "Shape__Length": 40.391375926723811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140504301532303, 39.985030207834697 ], [ -75.140368198147101, 39.985012090439703 ], [ -75.140361387949, 39.985045900540797 ], [ -75.140496064013703, 39.9850629700369 ], [ -75.140504301532303, 39.985030207834697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2258 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 626, "objectid": 1827, "Shape__Area": 99.2734375, "Shape__Length": 47.062013350245827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140429294319503, 39.985484649617099 ], [ -75.140418368571702, 39.985483209141101 ], [ -75.140269924707198, 39.985463439701597 ], [ -75.140261733847694, 39.9855009576481 ], [ -75.140410292936807, 39.985520504460602 ], [ -75.140421426380399, 39.985521965878199 ], [ -75.140429294319503, 39.985484649617099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "262 W YORK ST", "addr_range": "2365-2369 N 3RD ST; 258-262 W YORK ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1056, "objectid": 1828, "Shape__Area": 167.37109375, "Shape__Length": 63.755610536461333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138045816420302, 39.987023696955099 ], [ -75.138051125679993, 39.986998461182203 ], [ -75.138054160520795, 39.986982201001801 ], [ -75.138055454587402, 39.986979619285897 ], [ -75.138066839129195, 39.986923361680702 ], [ -75.138069831339095, 39.986913113058499 ], [ -75.138070233417295, 39.986907592628498 ], [ -75.138073969300393, 39.986893814502601 ], [ -75.1380779782871, 39.986872965954198 ], [ -75.1380805063568, 39.986864399792097 ], [ -75.138082752894505, 39.986852311429999 ], [ -75.138023931543998, 39.986844090780302 ], [ -75.138017382747407, 39.986871586942001 ], [ -75.138004551646205, 39.986934420628799 ], [ -75.137987976796595, 39.987016077990098 ], [ -75.138045816420302, 39.987023696955099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2301 N ORKNEY ST", "addr_range": "425-435 W DAUPHIN ST; 2301 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 344, "objectid": 1829, "Shape__Area": 54.63671875, "Shape__Length": 30.527495057390606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140857259064404, 39.9862404604972 ], [ -75.140940858530797, 39.986251790164701 ], [ -75.140949806558595, 39.986213032463098 ], [ -75.140949470605605, 39.986213057262901 ], [ -75.140865182529097, 39.986201146104001 ], [ -75.140861762912905, 39.986218171574201 ], [ -75.140857259064404, 39.9862404604972 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "424 W DAUPHIN ST", "addr_range": "424-428 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1027, "objectid": 1830, "Shape__Area": 162.80078125, "Shape__Length": 63.705277654600572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140727086089996, 39.985689985780603 ], [ -75.140690903891496, 39.985853393470997 ], [ -75.140747548463807, 39.985861001040703 ], [ -75.140783626373505, 39.985697590964598 ], [ -75.140785602391404, 39.985688688733802 ], [ -75.140729244120294, 39.9856802182018 ], [ -75.140727086089996, 39.985689985780603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "423 W DAUPHIN ST", "addr_range": "2301-2307 N LAWRENCE ST; 2306-2312 N LEITHGOW ST; 417-423 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 905, "objectid": 1831, "Shape__Area": 143.4453125, "Shape__Length": 58.568373670854477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140406692104605, 39.986103948292303 ], [ -75.140463049955599, 39.986111919799299 ], [ -75.140497249232496, 39.985955446402997 ], [ -75.140443753767698, 39.985947669739403 ], [ -75.140406692104605, 39.986103948292303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2310 N LEITHGOW ST", "addr_range": "2301-2307 N LAWRENCE ST; 2306-2312 N LEITHGOW ST; 417-423 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 578, "objectid": 1832, "Shape__Area": 91.6328125, "Shape__Length": 46.225827602617123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140286779969003, 39.986165636759502 ], [ -75.140280797671295, 39.986164791626798 ], [ -75.140127599029, 39.986143286673403 ], [ -75.140120072833, 39.986177708495397 ], [ -75.14027353793, 39.986199414136799 ], [ -75.140279476929393, 39.986200258285201 ], [ -75.140286779969003, 39.986165636759502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2254 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 723, "objectid": 1833, "Shape__Area": 114.6953125, "Shape__Length": 48.85508316653538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140278207406496, 39.985425665249501 ], [ -75.1404265730812, 39.985445303154897 ], [ -75.140437749156504, 39.985446782659999 ], [ -75.140445395351804, 39.9854119445747 ], [ -75.140447327954902, 39.985403106235303 ], [ -75.140429936649298, 39.985401389003798 ], [ -75.140287643786195, 39.985382436108701 ], [ -75.140285633714598, 39.9853916439058 ], [ -75.140278207406496, 39.985425665249501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "325 W SUSQUEHANNA AVE", "addr_range": "2206 N ORIANNA ST; 319-327 W SUSQUEHANNA AVE; 2207 N 4TH ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1022, "objectid": 1834, "Shape__Area": 161.9296875, "Shape__Length": 61.369442799429777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1396979667241, 39.984409339440099 ], [ -75.139758062767697, 39.984417074684004 ], [ -75.139794823501205, 39.984255018423298 ], [ -75.139734985439702, 39.984247096243898 ], [ -75.1396979667241, 39.984409339440099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "433 W DAUPHIN ST", "addr_range": "425-435 W DAUPHIN ST; 2301 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1028, "objectid": 1835, "Shape__Area": 162.94921875, "Shape__Length": 64.882048306520915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140867563666305, 39.9861893517891 ], [ -75.140922812153605, 39.986196750026402 ], [ -75.140960686873896, 39.986018759856599 ], [ -75.140945012744098, 39.986016550139396 ], [ -75.140906056469305, 39.986011070238497 ], [ -75.140867563666305, 39.9861893517891 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2230 N 3RD ST", "addr_range": "2230-2238 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 825, "objectid": 1836, "Shape__Area": 130.8125, "Shape__Length": 55.541153153029526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138919462454894, 39.984927959047397 ], [ -75.139110909278401, 39.9849536731897 ], [ -75.139111951187104, 39.98495380952 ], [ -75.139120197857196, 39.984916469512001 ], [ -75.139120984208802, 39.984912924755399 ], [ -75.138928384067995, 39.984887233043899 ], [ -75.138927596460604, 39.984890810207702 ], [ -75.138919462454894, 39.984927959047397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2213 N LAWRENCE ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 668, "objectid": 1837, "Shape__Area": 105.859375, "Shape__Length": 49.805547596975309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140573469400096, 39.984764206482197 ], [ -75.140745907523495, 39.984787228643 ], [ -75.140754016335805, 39.984750160216102 ], [ -75.140582093942498, 39.984727375046702 ], [ -75.140578440192499, 39.984745006980297 ], [ -75.140573469400096, 39.984764206482197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "418 W DAUPHIN ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 703, "objectid": 1838, "Shape__Area": 111.48828125, "Shape__Length": 51.330266661541017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140359077167801, 39.9858090151196 ], [ -75.140379652049404, 39.985811803980802 ], [ -75.140407852101603, 39.985815267184002 ], [ -75.140436403609996, 39.9856874080116 ], [ -75.140438402018205, 39.985678472956899 ], [ -75.140388960339493, 39.985672626520604 ], [ -75.140387207309402, 39.985680662527102 ], [ -75.140359077167801, 39.9858090151196 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2220 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 459, "objectid": 1839, "Shape__Area": 72.71875, "Shape__Length": 40.128694223146248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140403925174496, 39.984850752049901 ], [ -75.140539973081601, 39.984868079753603 ], [ -75.140546338966203, 39.984835984099398 ], [ -75.1404110391411, 39.984818302190199 ], [ -75.140403925174496, 39.984850752049901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2308 N LEITHGOW ST", "addr_range": "2301-2307 N LAWRENCE ST; 2306-2312 N LEITHGOW ST; 417-423 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 597, "objectid": 1840, "Shape__Area": 94.6953125, "Shape__Length": 46.47241342641091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140293623669606, 39.986129861390999 ], [ -75.140288288403895, 39.986129095844703 ], [ -75.140135454405893, 39.986107339696801 ], [ -75.140127599029, 39.986143286673403 ], [ -75.140280797671295, 39.986164791626798 ], [ -75.140286779969003, 39.986165636759502 ], [ -75.140293623669606, 39.986129861390999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2252 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 489, "objectid": 1841, "Shape__Area": 77.59765625, "Shape__Length": 41.309960741443888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140287643786195, 39.985382436108701 ], [ -75.140429936649298, 39.985401389003798 ], [ -75.140434668367803, 39.985373720764599 ], [ -75.140429720901906, 39.9853671929909 ], [ -75.140294837774505, 39.985349522245102 ], [ -75.140287643786195, 39.985382436108701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2211 N LAWRENCE ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 690, "objectid": 1842, "Shape__Area": 109.390625, "Shape__Length": 50.048322936147038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140582093942498, 39.984727375046702 ], [ -75.140754016335805, 39.984750160216102 ], [ -75.140762381070004, 39.984711887533699 ], [ -75.140591253979693, 39.984689105139502 ], [ -75.140582093942498, 39.984727375046702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2239 N LEITHGOW ST", "addr_range": "2232-2238 N 4TH ST; 2233-2243 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 647, "objectid": 1843, "Shape__Area": 102.6328125, "Shape__Length": 44.731980235990093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140080639722399, 39.9851736508786 ], [ -75.140221533121803, 39.985192523563498 ], [ -75.1402310946943, 39.985148749452101 ], [ -75.140090263990402, 39.985129893519897 ], [ -75.140080639722399, 39.9851736508786 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2215 N LAWRENCE ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 687, "objectid": 1844, "Shape__Area": 108.88671875, "Shape__Length": 50.052595947150735 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140566313224795, 39.984802634576702 ], [ -75.140737642526304, 39.9848250999339 ], [ -75.140745907523495, 39.984787228643 ], [ -75.140573469400096, 39.984764206482197 ], [ -75.140566313224795, 39.984802634576702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2217 N LAWRENCE ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 679, "objectid": 1845, "Shape__Area": 107.734375, "Shape__Length": 49.903249421412617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140557220095204, 39.984840229335703 ], [ -75.140729405364198, 39.984862795256703 ], [ -75.140737642526304, 39.9848250999339 ], [ -75.140566313224795, 39.984802634576702 ], [ -75.140557220095204, 39.984840229335703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2216 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 475, "objectid": 1846, "Shape__Area": 75.265625, "Shape__Length": 40.526184772653188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140418157938001, 39.984785756931501 ], [ -75.140554492720298, 39.9848032362084 ], [ -75.140561271142602, 39.984770280446398 ], [ -75.1404255048257, 39.984752152751 ], [ -75.140418157938001, 39.984785756931501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2248 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 470, "objectid": 1847, "Shape__Area": 74.47265625, "Shape__Length": 40.272901265956861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1403016995652, 39.985318211855997 ], [ -75.140436739948797, 39.985335080656398 ], [ -75.140443984597695, 39.985301974217201 ], [ -75.140308550737899, 39.985284982947903 ], [ -75.1403016995652, 39.985318211855997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2224 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 460, "objectid": 1848, "Shape__Area": 72.96875, "Shape__Length": 40.234098351250452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140389887615797, 39.984915025381298 ], [ -75.140526208358807, 39.984932907123799 ], [ -75.140532824547194, 39.984900333312098 ], [ -75.140396857142306, 39.984883073206497 ], [ -75.140389887615797, 39.984915025381298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2204 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 467, "objectid": 1849, "Shape__Area": 74.125, "Shape__Length": 40.496840803343041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140461266248096, 39.984588784225203 ], [ -75.140598344339097, 39.984607119211802 ], [ -75.140604640087304, 39.984574683176099 ], [ -75.140468394342093, 39.984555965264803 ], [ -75.140461266248096, 39.984588784225203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2210 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 463, "objectid": 1850, "Shape__Area": 73.3828125, "Shape__Length": 40.218613329171781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140439894280604, 39.984686340361797 ], [ -75.140574673294296, 39.984705041171402 ], [ -75.140583093577902, 39.9846724281851 ], [ -75.140446937580506, 39.984654082613602 ], [ -75.140439894280604, 39.984686340361797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2369 N 3RD ST", "addr_range": "2365-2369 N 3RD ST; 258-262 W YORK ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1081, "objectid": 1851, "Shape__Area": 171.421875, "Shape__Length": 62.196055766581004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138069545750298, 39.986976119626398 ], [ -75.138064413695602, 39.987001681999097 ], [ -75.138058655036403, 39.987025537088797 ], [ -75.138269007201799, 39.987055696801498 ], [ -75.138280593862603, 39.987007245738802 ], [ -75.138218396995597, 39.986997947343603 ], [ -75.138198273788305, 39.986995345881297 ], [ -75.1381719958747, 39.986991507810501 ], [ -75.138136747532002, 39.986987159247398 ], [ -75.138128401189107, 39.986985132124197 ], [ -75.138106131559297, 39.986981691602097 ], [ -75.138069545750298, 39.986976119626398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "416 W DAUPHIN ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 705, "objectid": 1852, "Shape__Area": 111.84375, "Shape__Length": 51.431025238670649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140388960339493, 39.985672626520604 ], [ -75.140377751293201, 39.985670937224697 ], [ -75.140339270536998, 39.985665129153503 ], [ -75.140337468081199, 39.985673841604601 ], [ -75.140310762759, 39.985802758188299 ], [ -75.140359077167801, 39.9858090151196 ], [ -75.140387207309402, 39.985680662527102 ], [ -75.140388960339493, 39.985672626520604 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2240 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 467, "objectid": 1853, "Shape__Area": 74.11328125, "Shape__Length": 40.258979518468401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140330351939596, 39.985187178896503 ], [ -75.140465997102197, 39.985205189500398 ], [ -75.140472331917806, 39.985172288529597 ], [ -75.140337595413797, 39.9851541039721 ], [ -75.140330351939596, 39.985187178896503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2230 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 459, "objectid": 1854, "Shape__Area": 72.87890625, "Shape__Length": 40.198978604629907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140368198147101, 39.985012090439703 ], [ -75.140504301532303, 39.985030207834697 ], [ -75.140511297028397, 39.9849981273982 ], [ -75.140375706233897, 39.984979779290299 ], [ -75.140368198147101, 39.985012090439703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2209 N LAWRENCE ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 683, "objectid": 1855, "Shape__Area": 108.30859375, "Shape__Length": 49.870194840510578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140591253979693, 39.984689105139502 ], [ -75.140762381070004, 39.984711887533699 ], [ -75.140770620541801, 39.984674161626899 ], [ -75.140599684483703, 39.984650769088702 ], [ -75.140591253979693, 39.984689105139502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2256 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 633, "objectid": 1856, "Shape__Area": 100.41796875, "Shape__Length": 47.176245580699444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140437749156504, 39.985446782659999 ], [ -75.1404265730812, 39.985445303154897 ], [ -75.140278207406496, 39.985425665249501 ], [ -75.140269924707198, 39.985463439701597 ], [ -75.140418368571702, 39.985483209141101 ], [ -75.140429294319503, 39.985484649617099 ], [ -75.140437749156504, 39.985446782659999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2212 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 470, "objectid": 1857, "Shape__Area": 74.5078125, "Shape__Length": 40.363365101029075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140431697102898, 39.984719699052803 ], [ -75.140567909061005, 39.984737658472 ], [ -75.140574673294296, 39.984705041171402 ], [ -75.140439894280604, 39.984686340361797 ], [ -75.140431697102898, 39.984719699052803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2367 N 3RD ST", "addr_range": "2365-2369 N 3RD ST; 258-262 W YORK ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 856, "objectid": 1858, "Shape__Area": 135.78125, "Shape__Length": 59.205674047823067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138069545750298, 39.986976119626398 ], [ -75.138106131559297, 39.986981691602097 ], [ -75.138128401189107, 39.986985132124197 ], [ -75.138136747532002, 39.986987159247398 ], [ -75.1381719958747, 39.986991507810501 ], [ -75.138198273788305, 39.986995345881297 ], [ -75.138218396995597, 39.986997947343603 ], [ -75.138280593862603, 39.987007245738802 ], [ -75.138289316652404, 39.986968417308603 ], [ -75.138120864119301, 39.986944611878101 ], [ -75.138114517276094, 39.986942919484797 ], [ -75.138109928247005, 39.986942363639301 ], [ -75.138078543190503, 39.986937797527801 ], [ -75.138069545750298, 39.986976119626398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2307 N LAWRENCE ST", "addr_range": "2301-2307 N LAWRENCE ST; 2306-2312 N LEITHGOW ST; 417-423 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 580, "objectid": 1859, "Shape__Area": 91.921875, "Shape__Length": 46.126082821454602 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140438141116405, 39.986222983846901 ], [ -75.140285166105897, 39.986201080534499 ], [ -75.140279476929393, 39.986200258285201 ], [ -75.140272180106706, 39.986235266490802 ], [ -75.140277787439601, 39.9862360544425 ], [ -75.140430357185593, 39.986257593545503 ], [ -75.140438141116405, 39.986222983846901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2304 N ORKNEY ST", "addr_range": "439-445 W DAUPHIN ST; 2302-2314 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 558, "objectid": 1860, "Shape__Area": 88.55859375, "Shape__Length": 45.508854965967565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141043739671701, 39.986296283214003 ], [ -75.141200545563393, 39.986318851939899 ], [ -75.141203790823795, 39.986302033337601 ], [ -75.141208192093302, 39.986284546323297 ], [ -75.141051227790996, 39.986262810154003 ], [ -75.141043739671701, 39.986296283214003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "443 W DAUPHIN ST", "addr_range": "439-445 W DAUPHIN ST; 2302-2314 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1082, "objectid": 1861, "Shape__Area": 171.4765625, "Shape__Length": 65.654970366629186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141188894193206, 39.986049368808601 ], [ -75.141148727479703, 39.986228128673901 ], [ -75.141206579829401, 39.986235955380302 ], [ -75.141246222652001, 39.986057748531202 ], [ -75.141188894193206, 39.986049368808601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "439 W DAUPHIN ST", "addr_range": "439-445 W DAUPHIN ST; 2302-2314 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 571, "objectid": 1862, "Shape__Area": 90.48046875, "Shape__Length": 59.474621084186055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141061198413695, 39.986216580084701 ], [ -75.141091895890796, 39.986219953019003 ], [ -75.141132513489694, 39.986041961179197 ], [ -75.141102111625997, 39.986038030032603 ], [ -75.141101228682004, 39.986041926706697 ], [ -75.141061198413695, 39.986216580084701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "323 W SUSQUEHANNA AVE", "addr_range": "2206 N ORIANNA ST; 319-327 W SUSQUEHANNA AVE; 2207 N 4TH ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1024, "objectid": 1863, "Shape__Area": 162.3046875, "Shape__Length": 61.402778744823202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139679377555098, 39.984406644265 ], [ -75.1396979667241, 39.984409339440099 ], [ -75.139734985439702, 39.984247096243898 ], [ -75.139674585229898, 39.984239081056302 ], [ -75.139638201046907, 39.984401145849503 ], [ -75.139679377555098, 39.984406644265 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2312 N LEITHGOW ST", "addr_range": "2301-2307 N LAWRENCE ST; 2306-2312 N LEITHGOW ST; 417-423 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 592, "objectid": 1864, "Shape__Area": 93.87890625, "Shape__Length": 46.524411902077361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140279476929393, 39.986200258285201 ], [ -75.14027353793, 39.986199414136799 ], [ -75.140120072833, 39.986177708495397 ], [ -75.140112251588803, 39.986213285025997 ], [ -75.140266176696997, 39.9862344524132 ], [ -75.140272180106706, 39.986235266490802 ], [ -75.140279476929393, 39.986200258285201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2303 N LAWRENCE ST", "addr_range": "2301-2307 N LAWRENCE ST; 2306-2312 N LEITHGOW ST; 417-423 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 600, "objectid": 1865, "Shape__Area": 95.09765625, "Shape__Length": 46.741286970816169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140454270368394, 39.986152810415497 ], [ -75.140300021307496, 39.986130779939799 ], [ -75.140293623669606, 39.986129861390999 ], [ -75.140286779969003, 39.986165636759502 ], [ -75.1402924890034, 39.986166460360899 ], [ -75.140446197720706, 39.986188380347599 ], [ -75.140454270368394, 39.986152810415497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "419 W DAUPHIN ST", "addr_range": "2301-2307 N LAWRENCE ST; 2306-2312 N LEITHGOW ST; 417-423 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 852, "objectid": 1866, "Shape__Area": 135.0625, "Shape__Length": 57.659573842572605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140338542380306, 39.985933816483602 ], [ -75.140302405143601, 39.9860889546095 ], [ -75.140354289308604, 39.986096630726699 ], [ -75.140390662401302, 39.985940869036099 ], [ -75.140338542380306, 39.985933816483602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2334 N LEITHGOW ST", "addr_range": "2327-2333 N LAWRENCE ST; 2332-2338 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 608, "objectid": 1867, "Shape__Area": 96.3671875, "Shape__Length": 46.37191374783098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140018734067098, 39.986622507740798 ], [ -75.140163571810902, 39.986643000962097 ], [ -75.140166928698804, 39.986632550646902 ], [ -75.140177588798906, 39.986633776064998 ], [ -75.140183844814402, 39.986606773210099 ], [ -75.140027383295504, 39.986585047984597 ], [ -75.140018734067098, 39.986622507740798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2235 N LAWRENCE ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 683, "objectid": 1868, "Shape__Area": 108.3046875, "Shape__Length": 49.77031166778945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140484790581795, 39.985177455345401 ], [ -75.140655122302704, 39.985200270244903 ], [ -75.140663550931706, 39.985161983703001 ], [ -75.140492916844494, 39.9851393889967 ], [ -75.140484790581795, 39.985177455345401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2242 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 473, "objectid": 1869, "Shape__Area": 75.05859375, "Shape__Length": 40.517502829337012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140322465760093, 39.985220610428001 ], [ -75.140459204195494, 39.985238001666502 ], [ -75.140465997102197, 39.985205189500398 ], [ -75.140330351939596, 39.985187178896503 ], [ -75.140322465760093, 39.985220610428001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2327 N LAWRENCE ST", "addr_range": "2327-2333 N LAWRENCE ST; 2332-2338 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 629, "objectid": 1870, "Shape__Area": 99.6875, "Shape__Length": 47.663256785408649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140192471670204, 39.986569893193398 ], [ -75.140189065285995, 39.986581083024397 ], [ -75.140183844814402, 39.986606773210099 ], [ -75.140346956904907, 39.986629971239203 ], [ -75.140354826439903, 39.986593654251102 ], [ -75.140192471670204, 39.986569893193398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2235 N LEITHGOW ST", "addr_range": "2232-2238 N 4TH ST; 2233-2243 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 663, "objectid": 1871, "Shape__Area": 105.07421875, "Shape__Length": 45.816922946737961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140094251292098, 39.985086121502803 ], [ -75.140240449367994, 39.985105969869501 ], [ -75.140249884482003, 39.985062773140001 ], [ -75.140102987418601, 39.985043102607897 ], [ -75.140094251292098, 39.985086121502803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2218 N LAWRENCE ST", "addr_range": "2216-2222 N LAWRENCE ST; 2219-2225 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 695, "objectid": 1872, "Shape__Area": 110.18359375, "Shape__Length": 50.214513641004928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140890278845603, 39.984946261566897 ], [ -75.141062445413596, 39.984969842006997 ], [ -75.141070392210693, 39.9849309804478 ], [ -75.140898640962305, 39.984908086127 ], [ -75.140890278845603, 39.984946261566897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2220 N LAWRENCE ST", "addr_range": "2216-2222 N LAWRENCE ST; 2219-2225 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 684, "objectid": 1873, "Shape__Area": 108.39453125, "Shape__Length": 50.060803398160566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140881989143793, 39.984984228714502 ], [ -75.141054062860107, 39.985007484488001 ], [ -75.141062445413596, 39.984969842006997 ], [ -75.140890278845603, 39.984946261566897 ], [ -75.140881989143793, 39.984984228714502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2232 N 3RD ST", "addr_range": "2230-2238 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 865, "objectid": 1874, "Shape__Area": 137.1015625, "Shape__Length": 56.994074768159798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139103594323103, 39.984995112423299 ], [ -75.139109517633997, 39.984995843650204 ], [ -75.139117247187002, 39.9849545273769 ], [ -75.139111951187104, 39.98495380952 ], [ -75.139110909278401, 39.9849536731897 ], [ -75.138919462454894, 39.984927959047397 ], [ -75.138910435526597, 39.984969230476402 ], [ -75.139042634416498, 39.9849875031599 ], [ -75.139102573513597, 39.984994975671903 ], [ -75.139103594323103, 39.984995112423299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2207 N 4TH ST", "addr_range": "2206 N ORIANNA ST; 319-327 W SUSQUEHANNA AVE; 2207 N 4TH ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 923, "objectid": 1875, "Shape__Area": 146.2890625, "Shape__Length": 58.54554583376293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139667744389996, 39.984449790961499 ], [ -75.139871262881798, 39.984477084904903 ], [ -75.139880824648998, 39.984433827109299 ], [ -75.139817993482197, 39.984425271965002 ], [ -75.139758062767697, 39.984417074684004 ], [ -75.1396979667241, 39.984409339440099 ], [ -75.139679377555098, 39.984406644265 ], [ -75.139667744389996, 39.984449790961499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2238 N 4TH ST", "addr_range": "2232-2238 N 4TH ST; 2233-2243 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 812, "objectid": 1876, "Shape__Area": 128.66015625, "Shape__Length": 52.900852644024191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139903456442994, 39.9851497287234 ], [ -75.140080639722399, 39.9851736508786 ], [ -75.140090263990402, 39.985129893519897 ], [ -75.139913049128793, 39.985106277907597 ], [ -75.139903456442994, 39.9851497287234 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2222 N LAWRENCE ST", "addr_range": "2216-2222 N LAWRENCE ST; 2219-2225 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 703, "objectid": 1877, "Shape__Area": 111.5, "Shape__Length": 50.39773555893975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140872978671794, 39.985022938136801 ], [ -75.141045399604593, 39.985046427070202 ], [ -75.141054062860107, 39.985007484488001 ], [ -75.140881989143793, 39.984984228714502 ], [ -75.140872978671794, 39.985022938136801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2329 N LAWRENCE ST", "addr_range": "2327-2333 N LAWRENCE ST; 2332-2338 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 663, "objectid": 1878, "Shape__Area": 105.1328125, "Shape__Length": 48.274388933123127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1401751813723, 39.986645184133003 ], [ -75.140254068472302, 39.986656922521199 ], [ -75.140293794758904, 39.986662033605903 ], [ -75.140338032738299, 39.986668585281301 ], [ -75.140346956904907, 39.986629971239203 ], [ -75.140183844814402, 39.986606773210099 ], [ -75.140177588798906, 39.986633776064998 ], [ -75.1401751813723, 39.986645184133003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2253 N ORKNEY ST", "addr_range": "2251-2259 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 692, "objectid": 1879, "Shape__Area": 109.71875, "Shape__Length": 47.831615821353282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140930694588803, 39.985509944605099 ], [ -75.140937031361801, 39.985510830200099 ], [ -75.141087401873804, 39.9855317391103 ], [ -75.141094639448298, 39.985498809076503 ], [ -75.141096695244499, 39.985489505897803 ], [ -75.140963318449195, 39.985471336782801 ], [ -75.140951288895707, 39.985469693763697 ], [ -75.140939948456705, 39.9854681628183 ], [ -75.140931958575905, 39.985504331136198 ], [ -75.140930694588803, 39.985509944605099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2206 N ORIANNA ST", "addr_range": "2206 N ORIANNA ST; 319-327 W SUSQUEHANNA AVE; 2207 N 4TH ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 729, "objectid": 1880, "Shape__Area": 115.6484375, "Shape__Length": 48.937443470633113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139679377555098, 39.984406644265 ], [ -75.139638201046907, 39.984401145849503 ], [ -75.139518478084696, 39.984384929915301 ], [ -75.139511247246602, 39.984418795280597 ], [ -75.139509090292293, 39.984428531328703 ], [ -75.139665617285601, 39.984449517326198 ], [ -75.139667744389996, 39.984449790961499 ], [ -75.139679377555098, 39.984406644265 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2223 N ORKNEY ST", "addr_range": "2216-2222 N LAWRENCE ST; 2219-2225 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 453, "objectid": 1881, "Shape__Area": 71.9140625, "Shape__Length": 39.612887103784836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141067813497699, 39.984999753639798 ], [ -75.141200357619695, 39.9850177739795 ], [ -75.141207519474506, 39.984985165686297 ], [ -75.141074362468004, 39.984967276486103 ], [ -75.141067813497699, 39.984999753639798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2336 N LEITHGOW ST", "addr_range": "2327-2333 N LAWRENCE ST; 2332-2338 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 575, "objectid": 1882, "Shape__Area": 91.16015625, "Shape__Length": 43.902544495907946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140011069053401, 39.986660569235802 ], [ -75.140144140548998, 39.986679087469597 ], [ -75.140155411044105, 39.986680858372999 ], [ -75.140163571810902, 39.986643000962097 ], [ -75.140024320328706, 39.986623296125998 ], [ -75.140018734067098, 39.986622507740798 ], [ -75.140011069053401, 39.986660569235802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2244 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 456, "objectid": 1883, "Shape__Area": 72.25390625, "Shape__Length": 40.137444960590003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140316014261998, 39.985252735661703 ], [ -75.140451678093797, 39.985269715033098 ], [ -75.140459204195494, 39.985238001666502 ], [ -75.140322465760093, 39.985220610428001 ], [ -75.140316014261998, 39.985252735661703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2338 N LEITHGOW ST", "addr_range": "2327-2333 N LAWRENCE ST; 2332-2338 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 635, "objectid": 1884, "Shape__Area": 100.64453125, "Shape__Length": 44.933013017987776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140007063598304, 39.986702615379698 ], [ -75.140145343380894, 39.986723073016798 ], [ -75.140154436411706, 39.986684914239298 ], [ -75.140155411044105, 39.986680858372999 ], [ -75.140144140548998, 39.986679087469597 ], [ -75.140011069053401, 39.986660569235802 ], [ -75.140010008749499, 39.986665269186197 ], [ -75.140001772180597, 39.986701835500803 ], [ -75.140007063598304, 39.986702615379698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2333 N LAWRENCE ST", "addr_range": "2327-2333 N LAWRENCE ST; 2332-2338 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 633, "objectid": 1885, "Shape__Area": 100.4140625, "Shape__Length": 47.871968541087739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140157993264197, 39.986718363595003 ], [ -75.140322052740501, 39.986741421913401 ], [ -75.140329679222603, 39.986704907482199 ], [ -75.140166814179494, 39.986681311392097 ], [ -75.140164414844904, 39.986692508804701 ], [ -75.140163028615405, 39.9866952659481 ], [ -75.140157993264197, 39.986718363595003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2331 N LAWRENCE ST", "addr_range": "2327-2333 N LAWRENCE ST; 2332-2338 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 620, "objectid": 1886, "Shape__Area": 98.33984375, "Shape__Length": 47.588390208923343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140166814179494, 39.986681311392097 ], [ -75.140329679222603, 39.986704907482199 ], [ -75.140338032738299, 39.986668585281301 ], [ -75.140293794758904, 39.986662033605903 ], [ -75.140254068472302, 39.986656922521199 ], [ -75.140175160306597, 39.986645183653998 ], [ -75.140166814179494, 39.986681311392097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2251 N ORKNEY ST", "addr_range": "2251-2259 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 458, "objectid": 1887, "Shape__Area": 72.69140625, "Shape__Length": 39.800464476987983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140963318449195, 39.985471336782801 ], [ -75.141096695244499, 39.985489505897803 ], [ -75.141103958860796, 39.985456416073497 ], [ -75.140970428443794, 39.985438985014802 ], [ -75.140963318449195, 39.985471336782801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "422 W DAUPHIN ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 820, "objectid": 1888, "Shape__Area": 130.0625, "Shape__Length": 53.071363908914982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140487976300093, 39.985694464297602 ], [ -75.140460609356595, 39.985822590987297 ], [ -75.140516586264994, 39.985829039192701 ], [ -75.140519284482096, 39.985822071663101 ], [ -75.140524105098095, 39.985799710663301 ], [ -75.140536065213396, 39.985745303133697 ], [ -75.140545512023394, 39.985702348122999 ], [ -75.140547540684295, 39.985693174082598 ], [ -75.140489942389195, 39.985685303251799 ], [ -75.140487976300093, 39.985694464297602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "260 W YORK ST", "addr_range": "2365-2369 N 3RD ST; 258-262 W YORK ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1118, "objectid": 1889, "Shape__Area": 177.26953125, "Shape__Length": 66.491961637278237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137927942373096, 39.987007263844298 ], [ -75.137987976796595, 39.987016077990098 ], [ -75.138004551646205, 39.986934420628799 ], [ -75.138017382747407, 39.986871586942001 ], [ -75.138023931543998, 39.986844090780302 ], [ -75.138025503885899, 39.986835339783603 ], [ -75.137966898289804, 39.9868275096524 ], [ -75.137927942373096, 39.987007263844298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 N LEITHGOW ST", "addr_range": "2232-2238 N 4TH ST; 2233-2243 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 641, "objectid": 1890, "Shape__Area": 101.609375, "Shape__Length": 44.709582280520515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140072813477701, 39.985216979691899 ], [ -75.140212123430501, 39.985235606439602 ], [ -75.140221533121803, 39.985192523563498 ], [ -75.140080639722399, 39.9851736508786 ], [ -75.1400697485888, 39.985216572111 ], [ -75.140072813477701, 39.985216979691899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "327 W SUSQUEHANNA AVE", "addr_range": "2206 N ORIANNA ST; 319-327 W SUSQUEHANNA AVE; 2207 N 4TH ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1021, "objectid": 1891, "Shape__Area": 161.84375, "Shape__Length": 61.366018259997155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139758062767697, 39.984417074684004 ], [ -75.139817993482197, 39.984425271965002 ], [ -75.139854639376097, 39.984262939165497 ], [ -75.139794823501205, 39.984255018423298 ], [ -75.139758062767697, 39.984417074684004 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2225 MASCHER ST", "addr_range": "2225 MASCHER ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 9688, "objectid": 1892, "Shape__Area": 1534.95703125, "Shape__Length": 156.80336290787579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133942396219496, 39.9841986733502 ], [ -75.134097531470999, 39.984219280263403 ], [ -75.134280753732895, 39.984244074443403 ], [ -75.134337373943893, 39.983969858605597 ], [ -75.133999858699497, 39.983926040124999 ], [ -75.133942396219496, 39.9841986733502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2232 N 4TH ST", "addr_range": "2232-2238 N 4TH ST; 2233-2243 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 775, "objectid": 1893, "Shape__Area": 122.85546875, "Shape__Length": 51.316442411554434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139932052456004, 39.985020210986399 ], [ -75.140102987418601, 39.985043102607897 ], [ -75.140112572670205, 39.985000329178597 ], [ -75.140108627000799, 39.984999433037501 ], [ -75.139941569010702, 39.984977063884301 ], [ -75.139932052456004, 39.985020210986399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2219 N ORKNEY ST", "addr_range": "2216-2222 N LAWRENCE ST; 2219-2225 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 465, "objectid": 1894, "Shape__Area": 73.71875, "Shape__Length": 39.810570721039639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141082191904204, 39.984934213942203 ], [ -75.141214909403203, 39.984951529104499 ], [ -75.141222249690102, 39.984918086915698 ], [ -75.141089508036899, 39.984900883839202 ], [ -75.141082191904204, 39.984934213942203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2208 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 473, "objectid": 1895, "Shape__Area": 74.94140625, "Shape__Length": 40.522869792677653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140446937580506, 39.984654082613602 ], [ -75.140583093577902, 39.9846724281851 ], [ -75.140590377136405, 39.9846394028148 ], [ -75.140454182111498, 39.984621007707702 ], [ -75.140446937580506, 39.984654082613602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "319-21 W SUSQUEHANNA AVE", "addr_range": "2206 N ORIANNA ST; 319-327 W SUSQUEHANNA AVE; 2207 N 4TH ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2052, "objectid": 1896, "Shape__Area": 325.2578125, "Shape__Length": 74.988677695192337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139518197324605, 39.984386261548302 ], [ -75.139637919666299, 39.984402493687099 ], [ -75.139674283955998, 39.984240428441503 ], [ -75.139552794949907, 39.984224334553303 ], [ -75.139518197324605, 39.984386261548302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2305 N LAWRENCE ST", "addr_range": "2301-2307 N LAWRENCE ST; 2306-2312 N LEITHGOW ST; 417-423 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 579, "objectid": 1897, "Shape__Area": 91.85546875, "Shape__Length": 46.221897686453339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140446197720706, 39.986188380347599 ], [ -75.1402924890034, 39.986166460360899 ], [ -75.140286779969003, 39.986165636759502 ], [ -75.140279476929393, 39.986200258285201 ], [ -75.140285166105897, 39.986201080534499 ], [ -75.140438141116405, 39.986222983846901 ], [ -75.140446197720706, 39.986188380347599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "417 W DAUPHIN ST", "addr_range": "2301-2307 N LAWRENCE ST; 2306-2312 N LEITHGOW ST; 417-423 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 896, "objectid": 1898, "Shape__Area": 141.9921875, "Shape__Length": 58.275096944911184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140284076938698, 39.985925678003902 ], [ -75.140270848080604, 39.985983650842499 ], [ -75.140265095068798, 39.986004638197201 ], [ -75.140261081782498, 39.986025647991298 ], [ -75.140255352873197, 39.9860454897929 ], [ -75.140250784354805, 39.986067841198597 ], [ -75.140247518742001, 39.986081403921403 ], [ -75.140302405143601, 39.9860889546095 ], [ -75.140338542380306, 39.985933816483602 ], [ -75.140284076938698, 39.985925678003902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "426 W DAUPHIN ST", "addr_range": "424-428 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 898, "objectid": 1899, "Shape__Area": 142.3359375, "Shape__Length": 62.049606803058673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140747548463807, 39.985861001040703 ], [ -75.140796939534695, 39.9858676201466 ], [ -75.140833285835001, 39.985704263913398 ], [ -75.140835386922404, 39.985694850041298 ], [ -75.140785602391404, 39.985688688733802 ], [ -75.140783626373505, 39.985697590964598 ], [ -75.140747548463807, 39.985861001040703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "429 W DAUPHIN ST", "addr_range": "425-435 W DAUPHIN ST; 2301 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 930, "objectid": 1900, "Shape__Area": 147.4140625, "Shape__Length": 60.426042018744226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140754817200204, 39.986158869549897 ], [ -75.140809870377197, 39.9861664724394 ], [ -75.140844631157407, 39.986002467460999 ], [ -75.140791367523704, 39.9859957279022 ], [ -75.140754817200204, 39.986158869549897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2301 N LAWRENCE ST", "addr_range": "2301-2307 N LAWRENCE ST; 2306-2312 N LEITHGOW ST; 417-423 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 566, "objectid": 1901, "Shape__Area": 89.76171875, "Shape__Length": 46.102221114267273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140293623669606, 39.986129861390999 ], [ -75.140300021307496, 39.986130779939799 ], [ -75.140454270368394, 39.986152810415497 ], [ -75.140461047805303, 39.986118757188699 ], [ -75.140307114142601, 39.986097299734297 ], [ -75.140302111130296, 39.986096605716 ], [ -75.140293623669606, 39.986129861390999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "431 W DAUPHIN ST", "addr_range": "425-435 W DAUPHIN ST; 2301 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1107, "objectid": 1902, "Shape__Area": 175.45703125, "Shape__Length": 64.632888250997041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140809870377197, 39.9861664724394 ], [ -75.140830146295002, 39.986175460663702 ], [ -75.140846895632293, 39.986184014610899 ], [ -75.140852760262703, 39.986186306784198 ], [ -75.140867563666305, 39.9861893517891 ], [ -75.140906056469305, 39.986011070238497 ], [ -75.140844631157407, 39.986002467460999 ], [ -75.140809870377197, 39.9861664724394 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "412 W DAUPHIN ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 850, "objectid": 1903, "Shape__Area": 134.78125, "Shape__Length": 53.612912390398883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140227213202706, 39.985658744575503 ], [ -75.140222305636996, 39.985681201799203 ], [ -75.140198399804007, 39.985786855442001 ], [ -75.140258151312594, 39.985794871788698 ], [ -75.140286332450501, 39.9856668429424 ], [ -75.140288160957297, 39.985658550059902 ], [ -75.140228994015999, 39.985650595673903 ], [ -75.140227213202706, 39.985658744575503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2250 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 449, "objectid": 1904, "Shape__Area": 71.16015625, "Shape__Length": 39.809337679824679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140294837774505, 39.985349522245102 ], [ -75.140429743137503, 39.985367193496401 ], [ -75.140436739948797, 39.985335080656398 ], [ -75.1403016995652, 39.985318211855997 ], [ -75.140294837774505, 39.985349522245102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2233 N LEITHGOW ST", "addr_range": "2232-2238 N 4TH ST; 2233-2243 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 667, "objectid": 1905, "Shape__Area": 105.81640625, "Shape__Length": 45.93386047046446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140102987418601, 39.985043102607897 ], [ -75.140249884482003, 39.985062773140001 ], [ -75.140259468328495, 39.985018967096501 ], [ -75.140112572670205, 39.985000329178597 ], [ -75.140102987418601, 39.985043102607897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2214 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 463, "objectid": 1906, "Shape__Area": 73.4296875, "Shape__Length": 40.288985177725387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1404255048257, 39.984752152751 ], [ -75.140561271142602, 39.984770280446398 ], [ -75.140567909061005, 39.984737658472 ], [ -75.140431697102898, 39.984719699052803 ], [ -75.1404255048257, 39.984752152751 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2221 N ORKNEY ST", "addr_range": "2216-2222 N LAWRENCE ST; 2219-2225 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 466, "objectid": 1907, "Shape__Area": 73.8671875, "Shape__Length": 39.873377326245674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141074362468004, 39.984967276486103 ], [ -75.141207519474506, 39.984985165686297 ], [ -75.141214909403203, 39.984951529104499 ], [ -75.141082191904204, 39.984934213942203 ], [ -75.141074362468004, 39.984967276486103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2306 N LEITHGOW ST", "addr_range": "2301-2307 N LAWRENCE ST; 2306-2312 N LEITHGOW ST; 417-423 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 549, "objectid": 1908, "Shape__Area": 87.0625, "Shape__Length": 45.736355792067663 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140302111130296, 39.986096605716 ], [ -75.140295294561, 39.986095676740398 ], [ -75.140188136835704, 39.986081197935199 ], [ -75.140166127765596, 39.986078602585302 ], [ -75.140142182347006, 39.986074608962198 ], [ -75.140135454405893, 39.986107339696801 ], [ -75.140288288403895, 39.986129095844703 ], [ -75.140293623669606, 39.986129861390999 ], [ -75.140302111130296, 39.986096605716 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "425 W DAUPHIN ST", "addr_range": "425-435 W DAUPHIN ST; 2301 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1081, "objectid": 1909, "Shape__Area": 171.390625, "Shape__Length": 62.372419190917974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140639823079198, 39.986143293972603 ], [ -75.140703357551004, 39.986151605123098 ], [ -75.140739215762494, 39.985988432436898 ], [ -75.140676674893498, 39.985979933954198 ], [ -75.140675840213603, 39.985983671340797 ], [ -75.140639823079198, 39.986143293972603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "414 W DAUPHIN ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 746, "objectid": 1910, "Shape__Area": 118.3125, "Shape__Length": 52.068418071265775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140337468081199, 39.985673841604601 ], [ -75.140339270536998, 39.985665129153503 ], [ -75.140288160957297, 39.985658550059902 ], [ -75.140286332450501, 39.9856668429424 ], [ -75.140258151312594, 39.985794871788698 ], [ -75.140310762759, 39.985802758188299 ], [ -75.140337468081199, 39.985673841604601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2243 N LEITHGOW ST", "addr_range": "2232-2238 N 4TH ST; 2233-2243 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 638, "objectid": 1911, "Shape__Area": 101.0859375, "Shape__Length": 44.249217685208194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140064415153105, 39.985261021719602 ], [ -75.140202587770801, 39.9852792847297 ], [ -75.140212123430501, 39.985235606439602 ], [ -75.140072835713298, 39.985216980197499 ], [ -75.140064415153105, 39.985261021719602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2255 N ORKNEY ST", "addr_range": "2251-2259 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 543, "objectid": 1912, "Shape__Area": 86.12109375, "Shape__Length": 45.173764889706256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140923366406795, 39.985543066290397 ], [ -75.140929599101099, 39.985543917083 ], [ -75.141080126553604, 39.985564553856001 ], [ -75.141085447034499, 39.985540640024801 ], [ -75.141087401873804, 39.9855317391103 ], [ -75.140937031361801, 39.985510830200099 ], [ -75.140930694588803, 39.985509944605099 ], [ -75.140924202312704, 39.9855392964934 ], [ -75.140923366406795, 39.985543066290397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2237 N LEITHGOW ST", "addr_range": "2232-2238 N 4TH ST; 2233-2243 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 650, "objectid": 1913, "Shape__Area": 103.09765625, "Shape__Length": 45.509177173885213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140090263990402, 39.985129893519897 ], [ -75.1402310946943, 39.985148749452101 ], [ -75.140240449367994, 39.985105969869501 ], [ -75.140094251292098, 39.985086121502803 ], [ -75.140088708958999, 39.985118543113799 ], [ -75.140092681811893, 39.985119341661999 ], [ -75.140090263990402, 39.985129893519897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2233 N LAWRENCE ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 676, "objectid": 1914, "Shape__Area": 107.1640625, "Shape__Length": 49.740088740626675 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140492916844494, 39.9851393889967 ], [ -75.140663550931706, 39.985161983703001 ], [ -75.140671849494495, 39.985124338434801 ], [ -75.140500381856199, 39.9851016436943 ], [ -75.140492916844494, 39.9851393889967 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2636 N 11TH ST", "addr_range": "2636-2642 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1150, "objectid": 1915, "Shape__Area": 182.28125, "Shape__Length": 68.904000009049071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.14947673108, 39.9925848191914 ], [ -75.149650381154899, 39.992609080297903 ], [ -75.149722921600997, 39.992618767050899 ], [ -75.149733213631706, 39.992574444783699 ], [ -75.149597309620702, 39.992556148629397 ], [ -75.149485810268402, 39.9925403892736 ], [ -75.14947673108, 39.9925848191914 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3051 GERMANTOWN AVE", "addr_range": "3051-3059 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 752, "objectid": 1916, "Shape__Area": 119.23828125, "Shape__Length": 67.559302149035688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147092884608995, 39.998777171483098 ], [ -75.146864692068505, 39.998890430747601 ], [ -75.146933330620797, 39.998874722777401 ], [ -75.1471153998435, 39.9988295402297 ], [ -75.147092884608995, 39.998777171483098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2638 N 11TH ST", "addr_range": "2636-2642 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1099, "objectid": 1917, "Shape__Area": 174.3125, "Shape__Length": 68.279264145194801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.14947673108, 39.9925848191914 ], [ -75.149467717795602, 39.992627558486603 ], [ -75.149714164416693, 39.992661399536303 ], [ -75.149722921600997, 39.992618767050899 ], [ -75.149650381154899, 39.992609080297903 ], [ -75.14947673108, 39.9925848191914 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2627 N WARNOCK ST", "addr_range": "2625-2629 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 805, "objectid": 1918, "Shape__Area": 127.7265625, "Shape__Length": 58.593837126185065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148495516271694, 39.992303808830599 ], [ -75.148708100440601, 39.992330388235203 ], [ -75.148715721935403, 39.992294452584702 ], [ -75.148503430344505, 39.992267363538502 ], [ -75.148495516271694, 39.992303808830599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2845 N 12TH ST", "addr_range": "2845-53 N 12TH ST; 2844-2846 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 901, "objectid": 1919, "Shape__Area": 142.8046875, "Shape__Length": 59.992460280639577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150116997969505, 39.996287764634701 ], [ -75.150141103561495, 39.9962909866343 ], [ -75.150148379300305, 39.996250916400903 ], [ -75.150123367811304, 39.996246754844897 ], [ -75.149934739896395, 39.9962225897021 ], [ -75.149927535894605, 39.9962624047592 ], [ -75.150116997969505, 39.996287764634701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2815 GERMANTOWN AVE", "addr_range": "2815 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1251, "objectid": 1920, "Shape__Area": 198.40234375, "Shape__Length": 82.04349827873682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146948838818801, 39.995008872692999 ], [ -75.147261443920897, 39.995048587261202 ], [ -75.147271387577604, 39.995010043626898 ], [ -75.146955932603603, 39.994971424968703 ], [ -75.146948838818801, 39.995008872692999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1223 W WILLIAM ST", "addr_range": "1223-1225 W WILLIAM ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 902, "objectid": 1921, "Shape__Area": 143.02734375, "Shape__Length": 63.364435249502868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151046327076003, 39.996174772097099 ], [ -75.151008091848794, 39.996352901962801 ], [ -75.151056561057999, 39.9963591577025 ], [ -75.151094461403602, 39.996181020241501 ], [ -75.151046327076003, 39.996174772097099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "901 W HUNTINGDON ST", "addr_range": "901-903 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1242, "objectid": 1922, "Shape__Area": 196.81640625, "Shape__Length": 71.638374822965559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146471488561403, 39.991547526960197 ], [ -75.146531855300097, 39.991556021493103 ], [ -75.146533342458497, 39.991548947073099 ], [ -75.146573283224797, 39.991358283404601 ], [ -75.146517201288901, 39.991351143903799 ], [ -75.146513698427796, 39.991350694131199 ], [ -75.146491649528599, 39.991453521256297 ], [ -75.146472890918005, 39.991541014656299 ], [ -75.146471488561403, 39.991547526960197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1029 W INDIANA AVE", "addr_range": "1025-1035 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 757, "objectid": 1923, "Shape__Area": 120.109375, "Shape__Length": 58.159291576937981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147818630146404, 39.998015533251603 ], [ -75.1478631841658, 39.998021169964403 ], [ -75.147868509574593, 39.997989936986997 ], [ -75.147893955582802, 39.997857557483499 ], [ -75.1478802653277, 39.997855473041703 ], [ -75.147850508604805, 39.9978509466441 ], [ -75.147825200533504, 39.997978654774599 ], [ -75.147821514402906, 39.997996061816103 ], [ -75.147818630146404, 39.998015533251603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1051 W ORLEANS ST", "addr_range": "1037-1051 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 662, "objectid": 1924, "Shape__Area": 105.0625, "Shape__Length": 47.822485851684434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148282606470403, 39.997242203278397 ], [ -75.148284858012005, 39.997242512001201 ], [ -75.148288894688704, 39.997224146098603 ], [ -75.148310875452097, 39.997119252887501 ], [ -75.148309561854006, 39.9971190780509 ], [ -75.148259506652494, 39.997112623928999 ], [ -75.148233730196395, 39.997235614585001 ], [ -75.148282606470403, 39.997242203278397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2967 N 12TH ST", "addr_range": "2967 N 12TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1169, "objectid": 1925, "Shape__Area": 185.39453125, "Shape__Length": 72.100390171711538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149484142452494, 39.997888998728797 ], [ -75.149748299857094, 39.997924449657603 ], [ -75.149757578473299, 39.997882474104003 ], [ -75.149493811095496, 39.9978466932454 ], [ -75.149484142452494, 39.997888998728797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1213 W CAMBRIA ST", "addr_range": "1213 WCAMBRIA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1309, "objectid": 1926, "Shape__Area": 207.62109375, "Shape__Length": 76.741693353622324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150528282082504, 39.996884891557698 ], [ -75.150586251175099, 39.996892683511703 ], [ -75.150609196066796, 39.9967794935651 ], [ -75.150631598504901, 39.996675544799203 ], [ -75.1505739311757, 39.996669208536503 ], [ -75.150555358006102, 39.996753610798102 ], [ -75.150528282082504, 39.996884891557698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3052 GERMANTOWN AVE", "addr_range": "3046-3052 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1241, "objectid": 1927, "Shape__Area": 196.73828125, "Shape__Length": 73.602078068672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147397650711099, 39.998955130357501 ], [ -75.147416435195893, 39.998997709566098 ], [ -75.147498408652297, 39.998977467810697 ], [ -75.147515021490094, 39.998972783412597 ], [ -75.147672036415599, 39.998932721916297 ], [ -75.1476576231114, 39.998888790303397 ], [ -75.147558200247801, 39.998914762615499 ], [ -75.147487746466098, 39.9989329932055 ], [ -75.147451261628404, 39.998941596117099 ], [ -75.147423934598805, 39.998949133500801 ], [ -75.147397650711099, 39.998955130357501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2729 N WARNOCK ST", "addr_range": "2727-2729 N WARNOCK ST; 1010-1016 W SOMERSET ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 769, "objectid": 1928, "Shape__Area": 121.89453125, "Shape__Length": 56.376540214643263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147982334099098, 39.994469461107897 ], [ -75.148185045802094, 39.994494544394101 ], [ -75.148192552371995, 39.9944583809094 ], [ -75.147989928915095, 39.994433137450798 ], [ -75.147982334099098, 39.994469461107897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1221 W CAMBRIA ST", "addr_range": "1221 W CAMBRIA ST", "zipcode": 19133, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1663, "objectid": 1929, "Shape__Area": 263.66796875, "Shape__Length": 80.704393710354253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150954062819395, 39.996940345103397 ], [ -75.151028246530799, 39.996951084477303 ], [ -75.151053760326207, 39.996826587165998 ], [ -75.151069313657302, 39.996758107753401 ], [ -75.1510756534595, 39.996732652437302 ], [ -75.151002369253305, 39.996724158972199 ], [ -75.150954062819395, 39.996940345103397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2836 N 11TH ST", "addr_range": "2834-2836 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1631, "objectid": 1930, "Shape__Area": 258.6171875, "Shape__Length": 89.615964023857245 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148791180296101, 39.995791362984299 ], [ -75.1491278426317, 39.995833471820902 ], [ -75.149137773231601, 39.9957870780677 ], [ -75.1488005130212, 39.9957452611524 ], [ -75.148791180296101, 39.995791362984299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1037 W ORLEANS ST", "addr_range": "1037-1051 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 597, "objectid": 1931, "Shape__Area": 94.640625, "Shape__Length": 46.494463072947568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147905339406805, 39.997192432951799 ], [ -75.147952242337098, 39.997197994042097 ], [ -75.147978652418004, 39.997075968376798 ], [ -75.1479321530216, 39.9970703038152 ], [ -75.147905339406805, 39.997192432951799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "922 W AUBURN ST", "addr_range": "912-924 W AUBURN ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 602, "objectid": 1932, "Shape__Area": 95.48046875, "Shape__Length": 46.637327584822685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146268255331407, 39.995139353542001 ], [ -75.146291407694093, 39.995030183054403 ], [ -75.146244341543806, 39.9950245211366 ], [ -75.146221338559798, 39.995133582377299 ], [ -75.146218694119, 39.995146821456203 ], [ -75.1462652812736, 39.9951529401472 ], [ -75.146268255331407, 39.995139353542001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1228 W HUNTINGDON ST", "addr_range": "1226-1230 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 920, "objectid": 1933, "Shape__Area": 145.87890625, "Shape__Length": 59.853362782398399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151997553867901, 39.991917762645301 ], [ -75.152051972037398, 39.991925119479397 ], [ -75.152085480679403, 39.991769079880598 ], [ -75.152086226958303, 39.991763229336001 ], [ -75.152037164512805, 39.991756702839098 ], [ -75.152032490155406, 39.9917561618471 ], [ -75.152031574000901, 39.991761492262597 ], [ -75.151997553867901, 39.991917762645301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2729 N 12TH ST", "addr_range": "2727-2731 N 12TH ST; 1135-1141 W SILVER ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1581, "objectid": 1934, "Shape__Area": 250.703125, "Shape__Length": 92.53522765690991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150165186607495, 39.994360818627499 ], [ -75.150156402929099, 39.994403563170202 ], [ -75.150510101346896, 39.994451615042401 ], [ -75.150519021774699, 39.9944091483855 ], [ -75.150165186607495, 39.994360818627499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1141 W SILVER ST", "addr_range": "2727-2731 N 12TH ST; 1135-1141 W SILVER ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1118, "objectid": 1935, "Shape__Area": 177.18359375, "Shape__Length": 59.255726068781314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150455303525902, 39.994355041696501 ], [ -75.150528303351606, 39.994364867144498 ], [ -75.150560147964896, 39.994220073678697 ], [ -75.1505579795448, 39.994219799317598 ], [ -75.150485969916005, 39.994210398164199 ], [ -75.150455303525902, 39.994355041696501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2847 GERMANTOWN AVE", "addr_range": "2843-2851 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2333, "objectid": 1936, "Shape__Area": 369.79296875, "Shape__Length": 113.30262225091384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146668025296805, 39.995641061974901 ], [ -75.147102037161005, 39.995696910452402 ], [ -75.147114314742694, 39.995646169479301 ], [ -75.146678066005094, 39.995589608960699 ], [ -75.146668025296805, 39.995641061974901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2738 N WARNOCK ST", "addr_range": "2736-2738 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 828, "objectid": 1937, "Shape__Area": 131.33984375, "Shape__Length": 58.104735333728286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148298095106895, 39.994660868987197 ], [ -75.148290743127305, 39.994699052464497 ], [ -75.148497691078802, 39.994727422610701 ], [ -75.148505853750095, 39.994689418778698 ], [ -75.148298095106895, 39.994660868987197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1027 W INDIANA AVE", "addr_range": "1025-1035 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 648, "objectid": 1938, "Shape__Area": 102.77734375, "Shape__Length": 56.974703241978993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147778933751894, 39.998010587797303 ], [ -75.147818630146404, 39.998015533251603 ], [ -75.147821514402906, 39.997996061816103 ], [ -75.147825200533504, 39.997978654774599 ], [ -75.147850508604805, 39.9978509466441 ], [ -75.147814266443902, 39.997846111037902 ], [ -75.147778933751894, 39.998010587797303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1232 W RUSH ST", "addr_range": "1232 W RUSH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 989, "objectid": 1939, "Shape__Area": 156.75, "Shape__Length": 66.276561345850894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151347872497894, 39.995653720820101 ], [ -75.151398352114398, 39.995660021939401 ], [ -75.151438591965999, 39.995473829081597 ], [ -75.151392762922697, 39.995468149542702 ], [ -75.151387695211596, 39.995467503216197 ], [ -75.151347872497894, 39.995653720820101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2844 N 11TH ST", "addr_range": "2844-2860 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1597, "objectid": 1940, "Shape__Area": 253.24609375, "Shape__Length": 89.400454282645867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148751711164095, 39.995971431195102 ], [ -75.149088674986601, 39.9960166410604 ], [ -75.149098406122206, 39.995971113175202 ], [ -75.148761979582801, 39.995926623710503 ], [ -75.148751711164095, 39.995971431195102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2564 N 8TH ST", "addr_range": "2564 N 8TH ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1215, "objectid": 1941, "Shape__Area": 192.65234375, "Shape__Length": 71.215545540504507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145828661343202, 39.991076847370103 ], [ -75.145572211305506, 39.991042270753901 ], [ -75.145561781614802, 39.991087459969499 ], [ -75.145817698628704, 39.991121766819703 ], [ -75.145828661343202, 39.991076847370103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "914 W AUBURN ST", "addr_range": "912-924 W AUBURN ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 603, "objectid": 1942, "Shape__Area": 95.58203125, "Shape__Length": 46.78171591141033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146034845133599, 39.995124403472303 ], [ -75.146078293022896, 39.995129322045898 ], [ -75.146081881043202, 39.995129725104 ], [ -75.146083848314802, 39.995115632716903 ], [ -75.146106987985803, 39.995006800755803 ], [ -75.146059766307602, 39.995001376707002 ], [ -75.146037225327007, 39.995109869041599 ], [ -75.146034845133599, 39.995124403472303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2936 N 12TH ST", "addr_range": "2936-2938 N 12TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1320, "objectid": 1943, "Shape__Area": 209.33984375, "Shape__Length": 79.791681558765134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150037788388502, 39.997455469456 ], [ -75.150336037901596, 39.997498203799097 ], [ -75.150343816953395, 39.997455452707598 ], [ -75.150047186490397, 39.997413640753301 ], [ -75.150045491952895, 39.997421211481701 ], [ -75.150037788388502, 39.997455469456 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2805 N MARVINE ST", "addr_range": "2805-2809 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1223, "objectid": 1944, "Shape__Area": 193.9609375, "Shape__Length": 73.855257905321807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149291008881207, 39.995113835529096 ], [ -75.149561831560305, 39.995146811679 ], [ -75.149571428419506, 39.995104166686197 ], [ -75.149299695748397, 39.995070331989297 ], [ -75.149291008881207, 39.995113835529096 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3000 N 11TH ST", "addr_range": "3000-3018 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 920, "objectid": 1945, "Shape__Area": 145.91015625, "Shape__Length": 60.391567876559577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148322488560197, 39.997914002124404 ], [ -75.148314457400403, 39.997955134568898 ], [ -75.148528382245203, 39.997982712883598 ], [ -75.148536497553494, 39.997941612968802 ], [ -75.148322488560197, 39.997914002124404 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2809 N MARVINE ST", "addr_range": "2805-2809 N MARVINE ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1164, "objectid": 1946, "Shape__Area": 184.61328125, "Shape__Length": 73.213188582284246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149274147470905, 39.995196213062499 ], [ -75.149481951698803, 39.9952219418822 ], [ -75.149496955942595, 39.995225829119299 ], [ -75.149542817597293, 39.995231720098701 ], [ -75.149552647949093, 39.9951879342998 ], [ -75.149281779975098, 39.995156167175097 ], [ -75.149274147470905, 39.995196213062499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "810 N 42ND ST", "addr_range": "810 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 813, "objectid": 1947, "Shape__Area": 128.83203125, "Shape__Length": 56.755759931977806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207837258883103, 39.967304099461998 ], [ -75.207843765430496, 39.967342947107099 ], [ -75.208046086234006, 39.967319155084297 ], [ -75.208038121905204, 39.967280646370902 ], [ -75.207837258883103, 39.967304099461998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2739 N 13TH ST", "addr_range": "2739 N 13TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1375, "objectid": 1948, "Shape__Area": 217.94140625, "Shape__Length": 79.480989367307373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152064610569894, 39.994668496407101 ], [ -75.152085717905805, 39.994671166303199 ], [ -75.152094086508498, 39.994626655258998 ], [ -75.151800202481596, 39.994588956209199 ], [ -75.1517914312562, 39.994633636524597 ], [ -75.151854074471601, 39.994641872462203 ], [ -75.152064610569894, 39.994668496407101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2858 N 11TH ST", "addr_range": "2844-2860 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1598, "objectid": 1949, "Shape__Area": 253.359375, "Shape__Length": 88.98870172106767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148684356992604, 39.996287998190397 ], [ -75.1490190926542, 39.996330708759103 ], [ -75.149029072573896, 39.996285202733603 ], [ -75.148694086097095, 39.996242470286802 ], [ -75.148684356992604, 39.996287998190397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1226 W SOMERSET ST", "addr_range": "1220-1226 W SOMERSET ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1164, "objectid": 1950, "Shape__Area": 184.56640625, "Shape__Length": 71.642909823806477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151431657820297, 39.994900868158297 ], [ -75.151397597189202, 39.994896582203502 ], [ -75.151376187255394, 39.994893583667597 ], [ -75.151374150207999, 39.994904079474601 ], [ -75.151337240928001, 39.9950952645721 ], [ -75.151392444290195, 39.995101882581999 ], [ -75.151429701176298, 39.994910946812503 ], [ -75.151431657820297, 39.994900868158297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2929 N 13TH ST", "addr_range": "2929-2931 N 13TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1373, "objectid": 1951, "Shape__Area": 217.66015625, "Shape__Length": 80.658512017749473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151166145517493, 39.997431661997297 ], [ -75.151465702871704, 39.997473632808003 ], [ -75.151474833116893, 39.9974306067977 ], [ -75.151175404706095, 39.997387445075603 ], [ -75.151166145517493, 39.997431661997297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2745 N 13TH ST", "addr_range": "2741-2745 N 13TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1334, "objectid": 1952, "Shape__Area": 211.47265625, "Shape__Length": 79.535682653384583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151740771717002, 39.994873062792102 ], [ -75.152037249246106, 39.9949103683538 ], [ -75.152046088168305, 39.994867222188297 ], [ -75.152041395558896, 39.994866632133501 ], [ -75.151749556388594, 39.994830237080897 ], [ -75.151740771717002, 39.994873062792102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1049 W ORLEANS ST", "addr_range": "1037-1051 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 623, "objectid": 1953, "Shape__Area": 98.890625, "Shape__Length": 47.123229516992623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148184742961902, 39.997229200856502 ], [ -75.148233730196395, 39.997235614585001 ], [ -75.148259506652494, 39.997112623928999 ], [ -75.148211706651196, 39.997106413718797 ], [ -75.148184742961902, 39.997229200856502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1246 W LEHIGH AVE", "addr_range": "1246 W LEHIGH AVE", "zipcode": 19133, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1852, "objectid": 1954, "Shape__Area": 293.625, "Shape__Length": 108.8506235347116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152272171578005, 39.993553376160897 ], [ -75.152327204055297, 39.993560602573503 ], [ -75.152329870981205, 39.993548396457903 ], [ -75.152354577822294, 39.993435067713399 ], [ -75.152387945949201, 39.993282120754003 ], [ -75.152398748513804, 39.9932325857324 ], [ -75.152345247420101, 39.993225878752902 ], [ -75.1523230768383, 39.993329897901098 ], [ -75.152310294261397, 39.993384674384799 ], [ -75.152272725096097, 39.993550972155198 ], [ -75.152272171578005, 39.993553376160897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2525 N 11TH ST", "addr_range": "2521-2533 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1037, "objectid": 1955, "Shape__Area": 164.49609375, "Shape__Length": 64.916606313291737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149459667499102, 39.990772874693199 ], [ -75.149499172630598, 39.990778363147399 ], [ -75.149507130108702, 39.990778543435802 ], [ -75.149554694729801, 39.990785311010903 ], [ -75.149560398464104, 39.990785214979802 ], [ -75.149584457568096, 39.990789048781799 ], [ -75.149603444290193, 39.990791235927503 ], [ -75.149608512258297, 39.990792447286204 ], [ -75.149610819821405, 39.990791838216801 ], [ -75.149617621401902, 39.990792653658602 ], [ -75.149654424127405, 39.990798080834502 ], [ -75.149662912401496, 39.990799144423399 ], [ -75.149669521167993, 39.990799519400298 ], [ -75.149690889499595, 39.990802437152503 ], [ -75.149694494103201, 39.9907876564939 ], [ -75.149694857542698, 39.990782570362001 ], [ -75.149696856020597, 39.990773605439898 ], [ -75.149699669902702, 39.990759773661701 ], [ -75.149677084819601, 39.9907563273783 ], [ -75.149664579441506, 39.990755609777203 ], [ -75.149624944730505, 39.9907496814496 ], [ -75.149616989596296, 39.990749501222403 ], [ -75.149606791781693, 39.990748174545303 ], [ -75.149603976976294, 39.990747224170804 ], [ -75.149569981089201, 39.990742956209601 ], [ -75.149567165663996, 39.990742022038397 ], [ -75.149563170861498, 39.990742366724902 ], [ -75.149517314061598, 39.990735846882302 ], [ -75.149495734060594, 39.990734052378201 ], [ -75.149468753017203, 39.990729894663602 ], [ -75.149463805579401, 39.990750190668699 ], [ -75.149463107620704, 39.990753672613998 ], [ -75.1494635626009, 39.990756535551 ], [ -75.149459667499102, 39.990772874693199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3046 GERMANTOWN AVE", "addr_range": "3046-3052 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1114, "objectid": 1956, "Shape__Area": 176.58984375, "Shape__Length": 74.709731548122619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147342421983495, 39.998829932056303 ], [ -75.147358139294894, 39.998865542623903 ], [ -75.147627058799401, 39.9987965042138 ], [ -75.147614547761506, 39.998758726436897 ], [ -75.147342421983495, 39.998829932056303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2642 N 11TH ST", "addr_range": "2636-2642 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1147, "objectid": 1957, "Shape__Area": 181.76953125, "Shape__Length": 68.866506004804108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149455803743606, 39.992716463383502 ], [ -75.149695412139906, 39.9927488277417 ], [ -75.149704325077707, 39.992704361606798 ], [ -75.149623211355902, 39.992694109398499 ], [ -75.149558028544206, 39.992684364019198 ], [ -75.149457937962097, 39.992671134581002 ], [ -75.149448130983401, 39.992715419162302 ], [ -75.149455803743606, 39.992716463383502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1045 W ORLEANS ST", "addr_range": "1037-1051 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 641, "objectid": 1958, "Shape__Area": 101.6796875, "Shape__Length": 47.396127474310745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148087293633694, 39.997216305048603 ], [ -75.148138134383103, 39.9972230500587 ], [ -75.148164862527494, 39.997100419774803 ], [ -75.148116109781995, 39.9970938815826 ], [ -75.148087293633694, 39.997216305048603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3016 N 11TH ST", "addr_range": "3000-3018 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 936, "objectid": 1959, "Shape__Area": 148.421875, "Shape__Length": 60.499112689143175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148244912199601, 39.9982828243634 ], [ -75.148457978453393, 39.998312106977203 ], [ -75.148466767637302, 39.998269749197 ], [ -75.148253666806397, 39.998241433508198 ], [ -75.148244912199601, 39.9982828243634 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3026 N 11TH ST", "addr_range": "3022-3026 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 930, "objectid": 1960, "Shape__Area": 147.45703125, "Shape__Length": 60.569832943501673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148211016713304, 39.998444302777699 ], [ -75.148201478545104, 39.998485901125797 ], [ -75.148416148896203, 39.998513786637702 ], [ -75.148424684660995, 39.9984726322852 ], [ -75.148211016713304, 39.998444302777699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2807 GERMANTOWN AVE", "addr_range": "2801-2807 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 901, "objectid": 1961, "Shape__Area": 142.88671875, "Shape__Length": 60.026697938107887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1470917575529, 39.994852444699397 ], [ -75.147304290383701, 39.994879429025197 ], [ -75.147314668776303, 39.994839413968002 ], [ -75.147100471703396, 39.994812085573102 ], [ -75.1470917575529, 39.994852444699397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2801 GERMANTOWN AVE", "addr_range": "2801-2807 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 994, "objectid": 1962, "Shape__Area": 157.609375, "Shape__Length": 62.204329124571515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147117249867904, 39.994731946349198 ], [ -75.147335555214795, 39.994759270559499 ], [ -75.147345509296699, 39.9947210028689 ], [ -75.147346790939807, 39.994716050187499 ], [ -75.147150479322804, 39.994691803440702 ], [ -75.147126573426902, 39.994688860136499 ], [ -75.147117249867904, 39.994731946349198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2803 GERMANTOWN AVE", "addr_range": "2801-2807 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 917, "objectid": 1963, "Shape__Area": 145.33984375, "Shape__Length": 60.860748024211318 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147117249867904, 39.994731946349198 ], [ -75.147109166067594, 39.994772272917103 ], [ -75.147325173085605, 39.994799383744699 ], [ -75.147335555214795, 39.994759270559499 ], [ -75.147117249867904, 39.994731946349198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2805 GERMANTOWN AVE", "addr_range": "2801-2807 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 902, "objectid": 1964, "Shape__Area": 143.09765625, "Shape__Length": 60.311766449662287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147109166067594, 39.994772272917103 ], [ -75.147100471703396, 39.994812085573102 ], [ -75.147314417783207, 39.994839391157598 ], [ -75.147320117983895, 39.994818613129603 ], [ -75.147325173085605, 39.994799383744699 ], [ -75.147109166067594, 39.994772272917103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "554 W HUNTINGDON ST", "addr_range": "554 W HUNTINGDON ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 976, "objectid": 1965, "Shape__Area": 154.73046875, "Shape__Length": 61.421122178433535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142397067029606, 39.990671445946397 ], [ -75.142453500691701, 39.990678675664 ], [ -75.142487830450705, 39.990523076002901 ], [ -75.142489938267502, 39.990513484755397 ], [ -75.142433868001504, 39.990506068687601 ], [ -75.142397067029606, 39.990671445946397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "158-68 W YORK ST", "addr_range": "158-168 W YORK ST", "zipcode": 19133, "district": "7", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 5711, "objectid": 1966, "Shape__Area": 904.92578125, "Shape__Length": 123.10466539052928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134466507398201, 39.986411708183603 ], [ -75.134432669342701, 39.9865764083805 ], [ -75.134760701461403, 39.9866197830356 ], [ -75.134762078018497, 39.986619959467198 ], [ -75.134797316707207, 39.986454790136598 ], [ -75.134751779046496, 39.986448849125999 ], [ -75.134622123325798, 39.986431921562797 ], [ -75.134610738241506, 39.986430453849003 ], [ -75.134466507398201, 39.986411708183603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2728 N LAWRENCE ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 656, "objectid": 1967, "Shape__Area": 104.078125, "Shape__Length": 47.346536590113644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139179891962598, 39.9927857580645 ], [ -75.139184814266301, 39.992786370093803 ], [ -75.139337964763499, 39.992805732239297 ], [ -75.139344275578793, 39.992776779046402 ], [ -75.139346566137107, 39.992766256740403 ], [ -75.139193467760506, 39.992746638097401 ], [ -75.139188504570598, 39.9927459927016 ], [ -75.139179891962598, 39.9927857580645 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2725 N ORKNEY ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 505, "objectid": 1968, "Shape__Area": 80.12109375, "Shape__Length": 38.817606104652121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139365303947599, 39.992725350300603 ], [ -75.139365825255993, 39.992725410812497 ], [ -75.139484496065805, 39.992740489875601 ], [ -75.139488706431905, 39.992720403624297 ], [ -75.139492995618795, 39.992699851534702 ], [ -75.139374039157303, 39.992685104766501 ], [ -75.139373621393503, 39.992685062828002 ], [ -75.139369373136105, 39.992705615844898 ], [ -75.139365303947599, 39.992725350300603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2733 N ORKNEY ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 563, "objectid": 1969, "Shape__Area": 89.3515625, "Shape__Length": 41.989535851869491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139332923735594, 39.992887796267503 ], [ -75.139450121986897, 39.992902487765299 ], [ -75.139451610013396, 39.992895928824602 ], [ -75.139459280540706, 39.992862138325002 ], [ -75.139340222161493, 39.992847323435498 ], [ -75.139334779760304, 39.992846588757899 ], [ -75.139333280281093, 39.992846376250597 ], [ -75.139329798574494, 39.992845862768199 ], [ -75.139327110290594, 39.992845461938899 ], [ -75.139325902724494, 39.992845274091401 ], [ -75.139318392719403, 39.992879244835002 ], [ -75.139316987745701, 39.992885806564203 ], [ -75.139318218796504, 39.992885962509199 ], [ -75.139326852849393, 39.992887046394003 ], [ -75.139332923735594, 39.992887796267503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2717-27 N HOWARD ST", "addr_range": "2717-2727 N HOWARD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 17408, "objectid": 1970, "Shape__Area": 2758.59765625, "Shape__Length": 214.0282466937492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131466396426802, 39.991907491651297 ], [ -75.131666090520497, 39.991932824804302 ], [ -75.131673369320893, 39.991933748607202 ], [ -75.131678205825594, 39.991910485442503 ], [ -75.131748204280896, 39.991575141149099 ], [ -75.1317637014089, 39.9915009393305 ], [ -75.131762284386994, 39.991500746624503 ], [ -75.131556784280704, 39.991474393649803 ], [ -75.131553787360403, 39.9914738576499 ], [ -75.131547417947203, 39.991472713109196 ], [ -75.131386750271304, 39.991452234590803 ], [ -75.131379095363798, 39.991451253532503 ], [ -75.131376193960193, 39.991465646991998 ], [ -75.131369603107103, 39.991498526409103 ], [ -75.131362730127805, 39.991532737411802 ], [ -75.131354226293197, 39.991575004215903 ], [ -75.131353756249894, 39.991577411843799 ], [ -75.131345563794696, 39.9916170412423 ], [ -75.131344816743393, 39.9916206174873 ], [ -75.131336108895297, 39.991662767007803 ], [ -75.131327499221101, 39.991704466452902 ], [ -75.131319774201998, 39.991741785473401 ], [ -75.131312895698599, 39.991775044865399 ], [ -75.131305550856496, 39.9918106155597 ], [ -75.131298436690699, 39.991845094968703 ], [ -75.131295319576395, 39.9918601601752 ], [ -75.131291121579807, 39.991880441084298 ], [ -75.131290939244195, 39.991881372188502 ], [ -75.131290348297597, 39.991884211352001 ], [ -75.131451999985401, 39.9919052926913 ], [ -75.131457477531498, 39.991906175415103 ], [ -75.131466396426802, 39.991907491651297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2720 N LAWRENCE ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 686, "objectid": 1971, "Shape__Area": 108.75, "Shape__Length": 47.626209603741636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139213840152394, 39.9926233964527 ], [ -75.139220224650998, 39.9926241543671 ], [ -75.139370772570999, 39.992641974196601 ], [ -75.139372285937, 39.992634238196402 ], [ -75.139378829032196, 39.992600857253102 ], [ -75.139228467698004, 39.992581446865699 ], [ -75.139222713510406, 39.992580687070102 ], [ -75.139213840152394, 39.9926233964527 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2722 N LAWRENCE ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 679, "objectid": 1972, "Shape__Area": 107.6953125, "Shape__Length": 47.573197066104235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139205479227201, 39.9926642640865 ], [ -75.139211088988404, 39.992664971942602 ], [ -75.139362684646102, 39.992683878818902 ], [ -75.1393653313974, 39.992670124536097 ], [ -75.139370772570999, 39.992641974196601 ], [ -75.139220224650998, 39.9926241543671 ], [ -75.139213840152394, 39.9926233964527 ], [ -75.139205479227201, 39.9926642640865 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "211 W HAZZARD ST", "addr_range": "210-216 W HUNTINGDON ST; 211-213 W HAZZARD ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 514, "objectid": 1973, "Shape__Area": 81.45703125, "Shape__Length": 41.111085871828784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135893906815397, 39.989720164050098 ], [ -75.135941861609297, 39.989726575878201 ], [ -75.135963860876004, 39.989623279859103 ], [ -75.135916900961007, 39.989617164608497 ], [ -75.135893906815397, 39.989720164050098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "214 W HUNTINGDON ST", "addr_range": "210-216 W HUNTINGDON ST; 211-213 W HAZZARD ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 521, "objectid": 1974, "Shape__Area": 82.66015625, "Shape__Length": 41.638449284792323 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135970465666503, 39.989845321831403 ], [ -75.136017354470098, 39.989851645375303 ], [ -75.136039553255401, 39.989746420290501 ], [ -75.135991908935196, 39.989740128202698 ], [ -75.135970465666503, 39.989845321831403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "213 W HAZZARD ST", "addr_range": "210-216 W HUNTINGDON ST; 211-213 W HAZZARD ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 459, "objectid": 1975, "Shape__Area": 72.76171875, "Shape__Length": 39.998111263185812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135941861609297, 39.989726575878201 ], [ -75.135983478097202, 39.989732133326498 ], [ -75.136006920873598, 39.989628887295503 ], [ -75.135963860876004, 39.989623279859103 ], [ -75.135963577606802, 39.989624643865099 ], [ -75.135941861609297, 39.989726575878201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "228 W HAZZARD ST", "addr_range": "228 W HAZZARD ST; 227-229 W SERGEANT ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 494, "objectid": 1976, "Shape__Area": 78.34375, "Shape__Length": 41.068896241183936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136318626018294, 39.989599747529901 ], [ -75.136363208869895, 39.989605019189703 ], [ -75.136386356050096, 39.989500702254801 ], [ -75.136341282916803, 39.989494048980703 ], [ -75.136318626018294, 39.989599747529901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2900-44 N 4TH ST", "addr_range": "2900-2944 N 4TH ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 32498, "objectid": 1977, "Shape__Area": 5154.5703125, "Shape__Length": 382.51394319848026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137712674106396, 39.9960929669679 ], [ -75.1377243713833, 39.996095102790903 ], [ -75.137770639223703, 39.996100782469902 ], [ -75.137848546193297, 39.996110502393798 ], [ -75.137859659058194, 39.996057575094198 ], [ -75.137884093417995, 39.995941051280198 ], [ -75.137901501263897, 39.995861218512303 ], [ -75.137938912730704, 39.9956896185207 ], [ -75.138060570579896, 39.995135135618398 ], [ -75.138077398655895, 39.995061623830701 ], [ -75.137912040373493, 39.995039694614299 ], [ -75.137751635200104, 39.9950202628862 ], [ -75.137681078574801, 39.995338702416099 ], [ -75.137664868160201, 39.9954190147199 ], [ -75.137608379865, 39.995672456510199 ], [ -75.137590204334302, 39.995759720528397 ], [ -75.137558584880196, 39.995901178767703 ], [ -75.137717386118595, 39.995920880565201 ], [ -75.137735960409401, 39.995923494556301 ], [ -75.137743903578695, 39.995924610583401 ], [ -75.137735951721297, 39.995961876143298 ], [ -75.137727557974898, 39.9960013400542 ], [ -75.137719628315395, 39.996037510474302 ], [ -75.137711552479104, 39.996076353606099 ], [ -75.137708178094698, 39.9960921393264 ], [ -75.137712674106396, 39.9960929669679 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2501-25 N AMERICAN ST", "addr_range": "2501-25 N AMERICAN ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 30574, "objectid": 1978, "Shape__Area": 4844.66015625, "Shape__Length": 296.69103591487999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136017534308394, 39.989153895675997 ], [ -75.136225871612496, 39.989181530792301 ], [ -75.136449089130494, 39.989210262123201 ], [ -75.136475155983305, 39.989087843415298 ], [ -75.136486105905902, 39.989036347858097 ], [ -75.136496003884204, 39.988989905615703 ], [ -75.136505901814303, 39.988943464272701 ], [ -75.136515798595198, 39.988897022001801 ], [ -75.1365256965329, 39.988850579756701 ], [ -75.136535594457001, 39.988804137510698 ], [ -75.136545312572196, 39.988758562459701 ], [ -75.136555029538698, 39.988712986480998 ], [ -75.136564747627801, 39.988667411428203 ], [ -75.136574465157196, 39.988621820143699 ], [ -75.136584182119094, 39.988576243262003 ], [ -75.136593468132006, 39.988532641522397 ], [ -75.136374737072501, 39.9885039639314 ], [ -75.136165552705293, 39.9884760205194 ], [ -75.136017534308394, 39.989153895675997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2735 N ORKNEY ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 561, "objectid": 1979, "Shape__Area": 88.91015625, "Shape__Length": 41.891338819001973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139332923735594, 39.992887796267503 ], [ -75.139326852849393, 39.992887046394003 ], [ -75.139318218796504, 39.992885962509199 ], [ -75.139316987745701, 39.992885806564203 ], [ -75.139310186648402, 39.992915536999703 ], [ -75.139307744792802, 39.992926185611303 ], [ -75.139309329201694, 39.992926382931103 ], [ -75.139317193971195, 39.992927335790597 ], [ -75.139324850446698, 39.992928252376203 ], [ -75.139441213203298, 39.992942342817997 ], [ -75.139444477421705, 39.992927732188903 ], [ -75.139450121986897, 39.992902487765299 ], [ -75.139332923735594, 39.992887796267503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "227 W SERGEANT ST", "addr_range": "228 W HAZZARD ST; 227-229 W SERGEANT ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 489, "objectid": 1980, "Shape__Area": 77.62109375, "Shape__Length": 41.001240678811577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136300164282204, 39.989481007379602 ], [ -75.136344511616002, 39.989486917917297 ], [ -75.136365586614303, 39.9893815050076 ], [ -75.136321171270296, 39.9893756893374 ], [ -75.136300164282204, 39.989481007379602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2719 N ORKNEY ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 521, "objectid": 1981, "Shape__Area": 82.6328125, "Shape__Length": 39.406158980968208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139389258673901, 39.9926021594746 ], [ -75.139391655152906, 39.992602471672697 ], [ -75.139510134809996, 39.992618190597803 ], [ -75.139511198295295, 39.992612862709599 ], [ -75.139518378861993, 39.992576579647299 ], [ -75.139400764681895, 39.992561782337198 ], [ -75.139397491166207, 39.992561369100002 ], [ -75.139390059434803, 39.992598211384902 ], [ -75.139389258673901, 39.9926021594746 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2726 N LAWRENCE ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 689, "objectid": 1982, "Shape__Area": 109.24609375, "Shape__Length": 47.855875600443596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139188504570598, 39.9927459927016 ], [ -75.139193467760506, 39.992746638097401 ], [ -75.139346566137107, 39.992766256740403 ], [ -75.139351489221795, 39.992740704880902 ], [ -75.139354655437799, 39.992724286375399 ], [ -75.139202191928405, 39.992705037184599 ], [ -75.139197479648203, 39.992704447052503 ], [ -75.139188504570598, 39.9927459927016 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2731 N ORKNEY ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 504, "objectid": 1983, "Shape__Area": 79.6796875, "Shape__Length": 38.726058284096084 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139467224844495, 39.992821744148799 ], [ -75.139348908348197, 39.992806738904299 ], [ -75.139348323323603, 39.9928066598237 ], [ -75.1393468984473, 39.9928137698233 ], [ -75.139340138479497, 39.992847306214898 ], [ -75.139340326328906, 39.992847325804803 ], [ -75.139459354264403, 39.992861866090799 ], [ -75.139466000816796, 39.992827987428598 ], [ -75.139467224844495, 39.992821744148799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2528 N HOWARD ST", "addr_range": "2524-2528 N HOWARD ST", "zipcode": 19133, "district": "7", "year": "1993", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 744, "objectid": 1984, "Shape__Area": 118.0390625, "Shape__Length": 52.631969818467141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1325419821938, 39.988681296726 ], [ -75.132533865296296, 39.988720056621297 ], [ -75.132715938235094, 39.988744520472501 ], [ -75.132724198256398, 39.988705326833298 ], [ -75.1325419821938, 39.988681296726 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2677 N ORIANNA ST", "addr_range": "2677 N ORIANNA ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4904, "objectid": 1985, "Shape__Area": 151.88671875, "Shape__Length": 55.223436721934476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137833090600907, 39.9916230596573 ], [ -75.137835739802796, 39.991623409176199 ], [ -75.137846546479196, 39.9915723931963 ], [ -75.137674837846106, 39.991549013337398 ], [ -75.137669479281499, 39.9915482949026 ], [ -75.137658299335399, 39.991600301608202 ], [ -75.137663846372803, 39.991601023431997 ], [ -75.137833090600907, 39.9916230596573 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2730 N LAWRENCE ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 672, "objectid": 1986, "Shape__Area": 106.55859375, "Shape__Length": 47.646275847019965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139325902724494, 39.992845274091401 ], [ -75.139327110290594, 39.992845461938899 ], [ -75.139329798574494, 39.992845862768199 ], [ -75.139336594556397, 39.992812486677302 ], [ -75.139337964763499, 39.992805732239297 ], [ -75.139184814266301, 39.992786370093803 ], [ -75.139179891962598, 39.9927857580645 ], [ -75.139171371680106, 39.992826960856398 ], [ -75.139175856435202, 39.992827497158899 ], [ -75.139324025787701, 39.992845037681498 ], [ -75.139325902724494, 39.992845274091401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2732 N LAWRENCE ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 643, "objectid": 1987, "Shape__Area": 101.93359375, "Shape__Length": 46.464580108958543 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139163554292097, 39.992866212702999 ], [ -75.139166452191503, 39.992866584966102 ], [ -75.139316987745701, 39.992885806564203 ], [ -75.139318392719403, 39.992879244835002 ], [ -75.139325902724494, 39.992845274091401 ], [ -75.139324025787701, 39.992845037681498 ], [ -75.139175856435202, 39.992827497158899 ], [ -75.139171371680106, 39.992826960856398 ], [ -75.139163554292097, 39.992866212702999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2300-10 GERMANTOWN AVE", "addr_range": "2300-2316 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 4860, "objectid": 1988, "Shape__Area": 770.07421875, "Shape__Length": 118.11253173121041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145378940248605, 39.986719241563101 ], [ -75.145418148497996, 39.986773907885201 ], [ -75.145453317580404, 39.986822935845296 ], [ -75.145607712096293, 39.986758172669902 ], [ -75.145610548837197, 39.986743212514199 ], [ -75.145634383266696, 39.986627755003902 ], [ -75.145615261527396, 39.986625273078602 ], [ -75.145562005525306, 39.986618342208899 ], [ -75.145327539538897, 39.986589631805302 ], [ -75.1452820059191, 39.986584051890702 ], [ -75.145303906156599, 39.986614597062399 ], [ -75.145378940248605, 39.986719241563101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2238 N 7TH ST", "addr_range": "2220, 2234-2244 N 7TH ST; 2243-2245 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1026, "objectid": 1989, "Shape__Area": 167.50390625, "Shape__Length": 65.782269234917834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145357368165506, 39.985847937581802 ], [ -75.145593088793504, 39.985874500487498 ], [ -75.145602456319097, 39.985831849681098 ], [ -75.145365557449793, 39.985804921268098 ], [ -75.145357368165506, 39.985847937581802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 N 6TH ST", "addr_range": "2340-2350 N 6TH ST", "zipcode": 19133, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1702, "objectid": 1990, "Shape__Area": 270.78125, "Shape__Length": 93.433141035997352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143376780156501, 39.987271080191199 ], [ -75.143730061381603, 39.987316936034297 ], [ -75.143740243654705, 39.987271129553001 ], [ -75.143670672615002, 39.987262310912399 ], [ -75.143549190249004, 39.987245882765897 ], [ -75.143490993452403, 39.9872382737979 ], [ -75.143433097289901, 39.987231011312701 ], [ -75.143386100470295, 39.9872248180654 ], [ -75.143376780156501, 39.987271080191199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2344 N 6TH ST", "addr_range": "2340-2350 N 6TH ST", "zipcode": 19133, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1704, "objectid": 1991, "Shape__Area": 284.97265625, "Shape__Length": 94.036173801908859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143633068613397, 39.987354275721103 ], [ -75.143720087510502, 39.987364972770898 ], [ -75.143730061381603, 39.987316936034297 ], [ -75.143376780156501, 39.987271080191199 ], [ -75.143366283002294, 39.987319621303698 ], [ -75.143633068613397, 39.987354275721103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2201 N DELHI ST", "addr_range": "911-915 W SUSQUEHANNA AVE; 2201-2205 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 642, "objectid": 1992, "Shape__Area": 101.734375, "Shape__Length": 47.32782871055263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148289254705503, 39.985391700263698 ], [ -75.1482912139723, 39.985391953714696 ], [ -75.148393065587797, 39.985405434278199 ], [ -75.148449105026799, 39.985412458479203 ], [ -75.148456099487106, 39.985374284019898 ], [ -75.148296469291907, 39.985353224455203 ], [ -75.148289254705503, 39.985391700263698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2203 N DELHI ST", "addr_range": "911-915 W SUSQUEHANNA AVE; 2201-2205 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 650, "objectid": 1993, "Shape__Area": 103.09375, "Shape__Length": 48.755857009777017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148280808500701, 39.985428906546403 ], [ -75.148282518532099, 39.985429122811901 ], [ -75.148440608022298, 39.985449341955999 ], [ -75.148449105026799, 39.985412458479203 ], [ -75.148393065587797, 39.985405434278199 ], [ -75.1482912139723, 39.985391953714696 ], [ -75.148289254705503, 39.985391700263698 ], [ -75.148281132309407, 39.985390918761397 ], [ -75.148273212878607, 39.985428041477 ], [ -75.148280808500701, 39.985428906546403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2216-18 GERMANTOWN AVE", "addr_range": "2210-2218 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1058, "objectid": 1994, "Shape__Area": 167.7578125, "Shape__Length": 63.419631721008095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144478532169103, 39.985274220988998 ], [ -75.144337702838001, 39.985258563551398 ], [ -75.144450472527197, 39.985418406052801 ], [ -75.144478532169103, 39.985274220988998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "915 W SUSQUEHANNA AVE", "addr_range": "911-915 W SUSQUEHANNA AVE; 2201-2205 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 947, "objectid": 1995, "Shape__Area": 150.18359375, "Shape__Length": 61.644219489015413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148231544313404, 39.985344611177602 ], [ -75.148195384287106, 39.985512840881398 ], [ -75.148248948364895, 39.985519907274103 ], [ -75.148285350667607, 39.985351923621003 ], [ -75.148231544313404, 39.985344611177602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2340 N 6TH ST", "addr_range": "2340-2350 N 6TH ST", "zipcode": 19133, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1699, "objectid": 1996, "Shape__Area": 278.078125, "Shape__Length": 93.868357787158047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143386100470295, 39.9872248180654 ], [ -75.143433097289901, 39.987231011312701 ], [ -75.143491014518304, 39.987238274276301 ], [ -75.143549190249004, 39.987245882765897 ], [ -75.143670672615002, 39.987262310912399 ], [ -75.143740243654705, 39.987271129553001 ], [ -75.143750642058095, 39.987223536747798 ], [ -75.143709625233598, 39.987218220966703 ], [ -75.1436859267979, 39.987215925823797 ], [ -75.143632868211398, 39.987208757074598 ], [ -75.143519958524095, 39.9871934101755 ], [ -75.143397213222002, 39.987177693823199 ], [ -75.143386100470295, 39.9872248180654 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2245 N FRANKLIN ST", "addr_range": "2220, 2234-2244 N 7TH ST; 2243-2245 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1013, "objectid": 1997, "Shape__Area": 160.62109375, "Shape__Length": 65.630047596509215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145585988822802, 39.985956341303996 ], [ -75.145823841638503, 39.985984097307004 ], [ -75.145831781897698, 39.985943138654399 ], [ -75.145593058995203, 39.985915686386903 ], [ -75.145585988822802, 39.985956341303996 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2243 N FRANKLIN ST", "addr_range": "2220, 2234-2244 N 7TH ST; 2243-2245 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1010, "objectid": 1998, "Shape__Area": 160.12109375, "Shape__Length": 65.615978300475717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145600370935199, 39.985875293746901 ], [ -75.145593058995203, 39.985915686386903 ], [ -75.145831781897698, 39.985943138654399 ], [ -75.145838677652605, 39.985902140984201 ], [ -75.145608529416705, 39.985876204202 ], [ -75.145600370935199, 39.985875293746901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2200 N 7TH ST", "addr_range": "2200 N 7TH ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1074, "objectid": 1999, "Shape__Area": 178.109375, "Shape__Length": 67.934204109204515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145509650559106, 39.985046412121498 ], [ -75.145753432257393, 39.985075802188497 ], [ -75.145761635611294, 39.985033479057797 ], [ -75.1455260633346, 39.985001503761097 ], [ -75.145518391506101, 39.985000459276897 ], [ -75.145509650559106, 39.985046412121498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2220 N 7TH ST", "addr_range": "2220, 2234-2244 N 7TH ST; 2243-2245 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1017, "objectid": 2000, "Shape__Area": 167.60546875, "Shape__Length": 65.564585529607072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145438607419607, 39.985462902556797 ], [ -75.145665515209203, 39.985488572462501 ], [ -75.145673535111101, 39.985445568506599 ], [ -75.1454383159478, 39.985418581919497 ], [ -75.145430804138599, 39.985462016367599 ], [ -75.145438607419607, 39.985462902556797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2242 N 7TH ST", "addr_range": "2220, 2234-2244 N 7TH ST; 2243-2245 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1017, "objectid": 2001, "Shape__Area": 165.61328125, "Shape__Length": 66.907607468331705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145341979303595, 39.985928992902103 ], [ -75.145585988822802, 39.985956341303996 ], [ -75.145593058995203, 39.985915686386903 ], [ -75.145349992116195, 39.9858872799661 ], [ -75.145341979303595, 39.985928992902103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2236 N 7TH ST", "addr_range": "2220, 2234-2244 N 7TH ST; 2243-2245 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1005, "objectid": 2002, "Shape__Area": 164.265625, "Shape__Length": 65.592442550845206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145371335926399, 39.985805584008403 ], [ -75.145602456319097, 39.985831849681098 ], [ -75.145609893168597, 39.9857898488494 ], [ -75.145379591688894, 39.985763521582101 ], [ -75.1453736043877, 39.985762836983596 ], [ -75.145365557449793, 39.985804921268098 ], [ -75.145371335926399, 39.985805584008403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2244 N 7TH ST", "addr_range": "2220, 2234-2244 N 7TH ST; 2243-2245 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 980, "objectid": 2003, "Shape__Area": 159.453125, "Shape__Length": 66.650686076387501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145578260341395, 39.985996110895698 ], [ -75.145579439242297, 39.985996524185701 ], [ -75.145585988822802, 39.985956341303996 ], [ -75.145341979303595, 39.985928992902103 ], [ -75.1453346719574, 39.985968192681497 ], [ -75.145578260341395, 39.985996110895698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2234 N 7TH ST", "addr_range": "2220, 2234-2244 N 7TH ST; 2243-2245 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1046, "objectid": 2004, "Shape__Area": 170.93359375, "Shape__Length": 65.979437838512027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1453736043877, 39.985762836983596 ], [ -75.145609893168597, 39.9857898488494 ], [ -75.145617432034697, 39.985745706803201 ], [ -75.145381838198404, 39.9857191783506 ], [ -75.1453736043877, 39.985762836983596 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2240 N 7TH ST", "addr_range": "2220, 2234-2244 N 7TH ST; 2243-2245 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 982, "objectid": 2005, "Shape__Area": 159.9609375, "Shape__Length": 66.411727956330594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145349992116195, 39.9858872799661 ], [ -75.145593058995203, 39.985915686386903 ], [ -75.145600370935199, 39.985875293746901 ], [ -75.145593088793504, 39.985874500487498 ], [ -75.145362877548706, 39.985848561778802 ], [ -75.145357368165506, 39.985847937581802 ], [ -75.145349992116195, 39.9858872799661 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2200 N FRANKLIN ST", "addr_range": "2201, 2205-2211 N 8TH ST; 2200 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1218, "objectid": 2006, "Shape__Area": 193.125, "Shape__Length": 69.905449492855283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146162435922093, 39.985137745064002 ], [ -75.146409505721707, 39.985171543134001 ], [ -75.146420859576907, 39.985124634959597 ], [ -75.146171281758001, 39.985091214301796 ], [ -75.146162435922093, 39.985137745064002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2207 N 8TH ST", "addr_range": "2201, 2205-2211 N 8TH ST; 2200 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1092, "objectid": 2007, "Shape__Area": 173.0859375, "Shape__Length": 67.972738422847684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146400264610193, 39.9852568025346 ], [ -75.146391616658207, 39.985299275096999 ], [ -75.146636948532802, 39.985332502534597 ], [ -75.146645822604299, 39.985290146812901 ], [ -75.146400264610193, 39.9852568025346 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2314 GERMANTOWN AVE", "addr_range": "2300-2316 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1036, "objectid": 2008, "Shape__Area": 164.28125, "Shape__Length": 63.883895254464136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145670902709, 39.986795118502798 ], [ -75.145488963919206, 39.986872653993501 ], [ -75.145517191821398, 39.9869119979207 ], [ -75.145727207465697, 39.986823654701901 ], [ -75.145670902709, 39.986795118502798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2216-40 N 9TH ST", "addr_range": "2214-2254 N 9TH ST; 2251 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 36642, "objectid": 2009, "Shape__Area": 5805.62109375, "Shape__Length": 305.98464079560546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147716155492503, 39.9858648195817 ], [ -75.147660613664101, 39.9861254120975 ], [ -75.148278705592901, 39.986205855530201 ], [ -75.148316692415094, 39.986027124372598 ], [ -75.148334232112006, 39.985945632740702 ], [ -75.148399747033594, 39.985641323269697 ], [ -75.147781119578596, 39.985560191565398 ], [ -75.147716155492503, 39.9858648195817 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2242-50 N 9TH ST", "addr_range": "2214-2254 N 9TH ST; 2251 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 19769, "objectid": 2010, "Shape__Area": 3132.22265625, "Shape__Length": 229.26005678343392 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147909613173994, 39.9864726543193 ], [ -75.148213221317903, 39.986511568534603 ], [ -75.148278504373394, 39.986206705136098 ], [ -75.148270038933006, 39.986205611314098 ], [ -75.147660412437006, 39.986126261702303 ], [ -75.147595497365899, 39.986430713279503 ], [ -75.147898396954403, 39.986470594381899 ], [ -75.147909613173994, 39.9864726543193 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2312 GERMANTOWN AVE", "addr_range": "2300-2316 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1310, "objectid": 2011, "Shape__Area": 207.58984375, "Shape__Length": 67.259122189567321 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145610548837197, 39.986743212514199 ], [ -75.145607712096293, 39.986758172669902 ], [ -75.145453317580404, 39.986822935845296 ], [ -75.145488963919206, 39.986872653993501 ], [ -75.145670902709, 39.986795118502798 ], [ -75.145679532100502, 39.986752596906001 ], [ -75.145610548837197, 39.986743212514199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2316 GERMANTOWN AVE", "addr_range": "2300-2316 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1078, "objectid": 2012, "Shape__Area": 170.8828125, "Shape__Length": 69.014143060002169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145727207465697, 39.986823654701901 ], [ -75.145517191821398, 39.9869119979207 ], [ -75.145544226387202, 39.986949686615603 ], [ -75.145775287169201, 39.986849715650301 ], [ -75.145727207465697, 39.986823654701901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2346 N 6TH ST", "addr_range": "2340-2350 N 6TH ST", "zipcode": 19133, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1231, "objectid": 2013, "Shape__Area": 201.06640625, "Shape__Length": 73.552922959968271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143356330345298, 39.987364901369801 ], [ -75.143622609778106, 39.987399625403498 ], [ -75.143633068613397, 39.987354275721103 ], [ -75.143366283002294, 39.987319621303698 ], [ -75.143356330345298, 39.987364901369801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2252 N 9TH ST", "addr_range": "2214-2254 N 9TH ST; 2251 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1394, "objectid": 2014, "Shape__Area": 220.9765625, "Shape__Length": 81.386129877766734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147586321386399, 39.986473837095097 ], [ -75.147889731264002, 39.986513519848799 ], [ -75.147898596974599, 39.986469745650403 ], [ -75.147595698560096, 39.986429864575101 ], [ -75.147586321386399, 39.986473837095097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "934-36 W DAUPHIN ST", "addr_range": "932-936 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 3066, "objectid": 2015, "Shape__Area": 485.8359375, "Shape__Length": 99.201209432242024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148431071706597, 39.986853654162502 ], [ -75.148549722539002, 39.986869611097802 ], [ -75.148602684556096, 39.986623789639502 ], [ -75.148483518416, 39.986608208507697 ], [ -75.148431071706597, 39.986853654162502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2303 N 10TH ST", "addr_range": "2301-2303 N 10TH ST; 939 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1183, "objectid": 2016, "Shape__Area": 187.4609375, "Shape__Length": 70.237217812617999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148618801138198, 39.987109010100397 ], [ -75.148862425324296, 39.987140532421002 ], [ -75.148871798666704, 39.987096029026802 ], [ -75.1486281212986, 39.987064278460103 ], [ -75.148618906366806, 39.987063055051401 ], [ -75.148609563412506, 39.987107800590799 ], [ -75.148618801138198, 39.987109010100397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2263 N FAIRHILL ST", "addr_range": "532-536 W DAUPHIN ST; 2263 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 912, "objectid": 2017, "Shape__Area": 144.63671875, "Shape__Length": 65.503146475068448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142746501500795, 39.985971359958498 ], [ -75.142802705083795, 39.9859790204614 ], [ -75.142810494458999, 39.985942588887099 ], [ -75.1425666802281, 39.985910758213798 ], [ -75.142559986472506, 39.985945924401904 ], [ -75.142577831181796, 39.985948345394 ], [ -75.142635097135795, 39.985956158060397 ], [ -75.142690362297202, 39.985963700890402 ], [ -75.142746501500795, 39.985971359958498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "532 W DAUPHIN ST", "addr_range": "532-536 W DAUPHIN ST; 2263 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 815, "objectid": 2018, "Shape__Area": 129.19140625, "Shape__Length": 53.949452147624044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142604413730098, 39.986097090837497 ], [ -75.1426593294903, 39.986104432022501 ], [ -75.142688434324896, 39.985972425837502 ], [ -75.142690362297202, 39.985963700890402 ], [ -75.142635097135795, 39.985956158060397 ], [ -75.142633190187496, 39.985964884385403 ], [ -75.142604413730098, 39.986097090837497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "534 W DAUPHIN ST", "addr_range": "532-536 W DAUPHIN ST; 2263 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 840, "objectid": 2019, "Shape__Area": 133.10546875, "Shape__Length": 54.297487448933126 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1426593294903, 39.986104432022501 ], [ -75.142716829907599, 39.986112121125103 ], [ -75.142744657175299, 39.985980103025099 ], [ -75.142746501500795, 39.985971359958498 ], [ -75.142690362297202, 39.985963700890402 ], [ -75.142688434324896, 39.985972425837502 ], [ -75.1426593294903, 39.986104432022501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "536 W DAUPHIN ST", "addr_range": "532-536 W DAUPHIN ST; 2263 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 833, "objectid": 2020, "Shape__Area": 132.0, "Shape__Length": 54.169618850842646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142744657175299, 39.985980103025099 ], [ -75.142716829907599, 39.986112121125103 ], [ -75.142773498402605, 39.9861196957918 ], [ -75.142800124189407, 39.9859911148164 ], [ -75.142800818634399, 39.985987762571803 ], [ -75.142802705083795, 39.9859790204614 ], [ -75.142746501500795, 39.985971359958498 ], [ -75.142744657175299, 39.985980103025099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "515 W SUSQUEHANNA AVE", "addr_range": "507-515 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1114, "objectid": 2021, "Shape__Area": 176.51953125, "Shape__Length": 66.339587175848237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142351572975798, 39.984769446152399 ], [ -75.1424097210394, 39.984777198805901 ], [ -75.142447920884393, 39.984599861663597 ], [ -75.142448508847195, 39.984597086358797 ], [ -75.142389433755696, 39.984588924318402 ], [ -75.1423887336164, 39.984591906111298 ], [ -75.142381800180502, 39.984621845420897 ], [ -75.142377850375993, 39.984643936140003 ], [ -75.142368599587201, 39.984688378809402 ], [ -75.142362401550599, 39.984715576798301 ], [ -75.142351572975798, 39.984769446152399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "509 W SUSQUEHANNA AVE", "addr_range": "507-515 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1141, "objectid": 2022, "Shape__Area": 180.7890625, "Shape__Length": 66.571720361646797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142171417411404, 39.984746009581997 ], [ -75.142231219078496, 39.984753798999698 ], [ -75.142269799022799, 39.9845731331568 ], [ -75.142209923888899, 39.984566162917503 ], [ -75.142196278553101, 39.984623562434003 ], [ -75.142194105349603, 39.984635409249599 ], [ -75.142171417411404, 39.984746009581997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "517 W SUSQUEHANNA AVE", "addr_range": "517-519 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1247, "objectid": 2023, "Shape__Area": 197.61328125, "Shape__Length": 70.17308157235297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142548338077205, 39.984805656954698 ], [ -75.142551814442399, 39.9848057197161 ], [ -75.142611569098506, 39.984813637612604 ], [ -75.142651626025895, 39.984623397621199 ], [ -75.142589829950197, 39.9846151747698 ], [ -75.142548338077205, 39.984805656954698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "513 W SUSQUEHANNA AVE", "addr_range": "507-515 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1133, "objectid": 2024, "Shape__Area": 179.61328125, "Shape__Length": 66.66313078627789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142291765162696, 39.984761816139198 ], [ -75.142351573598006, 39.984769429948102 ], [ -75.142362401550599, 39.984715576798301 ], [ -75.142368599587201, 39.984688378809402 ], [ -75.142377850375993, 39.984643936140003 ], [ -75.142381800802696, 39.984621829216699 ], [ -75.142389433755696, 39.984588924318402 ], [ -75.142329612977505, 39.984581117426501 ], [ -75.142319071328799, 39.984627544547202 ], [ -75.1423184731634, 39.984634398546802 ], [ -75.142311334838595, 39.984668056220997 ], [ -75.142302275783805, 39.984707473736997 ], [ -75.142297860061802, 39.984733003881502 ], [ -75.142291765162696, 39.984761816139198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2309 N 6TH ST", "addr_range": "2307-2311 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 718, "objectid": 2025, "Shape__Area": 113.765625, "Shape__Length": 57.264749313217301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143140418660906, 39.986517584507602 ], [ -75.1433515801439, 39.986545771027302 ], [ -75.143358542310693, 39.986513398659 ], [ -75.143147299590893, 39.986485194987402 ], [ -75.143140418660906, 39.986517584507602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2307 N 6TH ST", "addr_range": "2307-2311 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 707, "objectid": 2026, "Shape__Area": 112.1484375, "Shape__Length": 57.14206802325976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143147299590893, 39.986485194987402 ], [ -75.143358542310693, 39.986513398659 ], [ -75.143365431170807, 39.986481379628103 ], [ -75.143154073375598, 39.986453399509699 ], [ -75.143147299590893, 39.986485194987402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2311 N 6TH ST", "addr_range": "2307-2311 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 730, "objectid": 2027, "Shape__Area": 115.734375, "Shape__Length": 57.416645576342546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143133418085, 39.986550374967798 ], [ -75.143344440937398, 39.986578880014299 ], [ -75.1433515801439, 39.986545771027302 ], [ -75.143140418660906, 39.986517584507602 ], [ -75.143133418085, 39.986550374967798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "507 W SUSQUEHANNA AVE", "addr_range": "507-515 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1134, "objectid": 2028, "Shape__Area": 179.7890625, "Shape__Length": 66.830081645521162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1421111745167, 39.984738272277397 ], [ -75.142171417411404, 39.984746009581997 ], [ -75.142194105349603, 39.984635409249599 ], [ -75.142196278553101, 39.984623562434003 ], [ -75.142209524344807, 39.984567813521899 ], [ -75.142209923888899, 39.984566162917503 ], [ -75.1421494653396, 39.984556938547797 ], [ -75.1421111745167, 39.984738272277397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "519 W SUSQUEHANNA AVE", "addr_range": "517-519 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1242, "objectid": 2029, "Shape__Area": 196.83984375, "Shape__Length": 70.085156481632907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142611569098506, 39.984813637612604 ], [ -75.142673679632694, 39.984822400095901 ], [ -75.142713747480798, 39.984631901741402 ], [ -75.142651626025895, 39.984623397621199 ], [ -75.142611569098506, 39.984813637612604 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "511 W SUSQUEHANNA AVE", "addr_range": "507-515 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1136, "objectid": 2030, "Shape__Area": 179.98046875, "Shape__Length": 66.791224606922725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142231219078496, 39.984753798999698 ], [ -75.142291765162696, 39.984761816139198 ], [ -75.142297860061802, 39.984733003881502 ], [ -75.142302275783805, 39.984707473736997 ], [ -75.142311334838595, 39.984668056220997 ], [ -75.1423184731634, 39.984634398546802 ], [ -75.142319071328799, 39.984627544547202 ], [ -75.142329612977505, 39.984581117426501 ], [ -75.142269799022799, 39.9845731331568 ], [ -75.142231219078496, 39.984753798999698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2331 N 6TH ST", "addr_range": "2323-2333; 2339 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1185, "objectid": 2031, "Shape__Area": 187.8828125, "Shape__Length": 74.282412305501254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1429736665673, 39.986982806696702 ], [ -75.143136418512995, 39.987005025743201 ], [ -75.143249614009605, 39.9870194775973 ], [ -75.143258364775093, 39.986978747432602 ], [ -75.142982831418095, 39.986942248139002 ], [ -75.1429736665673, 39.986982806696702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2323 N 6TH ST", "addr_range": "2323-2333; 2339 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2060, "objectid": 2032, "Shape__Area": 326.41015625, "Shape__Length": 121.20998739638073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142992516367997, 39.986816588166903 ], [ -75.143284836722799, 39.986855837502603 ], [ -75.143293560817099, 39.986815251794603 ], [ -75.142810183824494, 39.986750367810302 ], [ -75.142801458279493, 39.986790953455099 ], [ -75.142992516367997, 39.986816588166903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2339 N 6TH ST", "addr_range": "2323-2333; 2339 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1128, "objectid": 2033, "Shape__Area": 178.85546875, "Shape__Length": 70.980091578015347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1429484371846, 39.987178204070098 ], [ -75.143208538063405, 39.9872133545826 ], [ -75.143217970031799, 39.987171784822202 ], [ -75.142957595214796, 39.987137275038798 ], [ -75.1429484371846, 39.987178204070098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2329 N 6TH ST", "addr_range": "2323-2333; 2339 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1207, "objectid": 2034, "Shape__Area": 191.28515625, "Shape__Length": 75.963151260013703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142974989600006, 39.9869412636004 ], [ -75.142982831418095, 39.986942248139002 ], [ -75.143258364775093, 39.986978747432602 ], [ -75.143267085095303, 39.986938291387503 ], [ -75.142983993348395, 39.986900507663599 ], [ -75.142974989600006, 39.9869412636004 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2325 N 6TH ST", "addr_range": "2323-2333; 2339 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1258, "objectid": 2035, "Shape__Area": 199.4453125, "Shape__Length": 78.15110852754276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142992574231897, 39.986858775324599 ], [ -75.143275986941106, 39.986896920422502 ], [ -75.143284836722799, 39.986855837502603 ], [ -75.142992516367997, 39.986816588166903 ], [ -75.142988201521902, 39.986838944522802 ], [ -75.142983755614793, 39.986857574879103 ], [ -75.142992574231897, 39.986858775324599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2238 N REESE ST", "addr_range": "2236-2238 N REESE ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 939, "objectid": 2036, "Shape__Area": 148.8671875, "Shape__Length": 66.415968877591553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142391999333299, 39.985539995207397 ], [ -75.142638436344299, 39.985572272407097 ], [ -75.142644844135106, 39.985542935638698 ], [ -75.142646289669798, 39.9855363423626 ], [ -75.142399401411794, 39.985503313383298 ], [ -75.142391999333299, 39.985539995207397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2655 KENSINGTON AVE", "addr_range": "1805-1809 E OAKDALE ST; 2651-2655 KENSINGTON AVE", "zipcode": 19125, "district": "1", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 946, "objectid": 2037, "Shape__Area": 150.046875, "Shape__Length": 61.837975975053467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125589280341501, 39.9894570564162 ], [ -75.125645858607399, 39.989515252646001 ], [ -75.125679072672796, 39.989550525015297 ], [ -75.125688616036001, 39.989562285375897 ], [ -75.125721389591405, 39.989595984377999 ], [ -75.125765176103499, 39.989571951379297 ], [ -75.125682018951906, 39.989482984720098 ], [ -75.125634087643604, 39.989433706360899 ], [ -75.125589280341501, 39.9894570564162 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2651 KENSINGTON AVE", "addr_range": "1805-1809 E OAKDALE ST; 2651-2655 KENSINGTON AVE", "zipcode": 19125, "district": "1", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1041, "objectid": 2038, "Shape__Area": 165.01953125, "Shape__Length": 62.646092755584327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125679320806896, 39.989409641600197 ], [ -75.125698718982704, 39.989432073793601 ], [ -75.125750188831802, 39.9894857849903 ], [ -75.125810180712193, 39.989547800247998 ], [ -75.125855804959997, 39.989523406474 ], [ -75.125731175940601, 39.989382875576901 ], [ -75.125679320806896, 39.989409641600197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1807 E OAKDALE ST", "addr_range": "1805-1809 E OAKDALE ST; 2651-2655 KENSINGTON AVE", "zipcode": 19125, "district": "1", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 529, "objectid": 2039, "Shape__Area": 83.8359375, "Shape__Length": 43.030508421225719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125543989995805, 39.989375210412298 ], [ -75.125572384593795, 39.989402941844297 ], [ -75.125692453187099, 39.989339320270197 ], [ -75.125666221220996, 39.989310430039197 ], [ -75.125543989995805, 39.989375210412298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2653 KENSINGTON AVE", "addr_range": "1805-1809 E OAKDALE ST; 2651-2655 KENSINGTON AVE", "zipcode": 19125, "district": "1", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 936, "objectid": 2040, "Shape__Area": 148.33984375, "Shape__Length": 61.882393095524378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125634087643604, 39.989433706360899 ], [ -75.125682018951906, 39.989482984720098 ], [ -75.125765176103499, 39.989571951379297 ], [ -75.125810180712193, 39.989547800247998 ], [ -75.125750188831802, 39.9894857849903 ], [ -75.125698718982704, 39.989432073793601 ], [ -75.125679320806896, 39.989409641600197 ], [ -75.125668396040993, 39.989415228661997 ], [ -75.125634087643604, 39.989433706360899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1805 E OAKDALE ST", "addr_range": "1805-1809 E OAKDALE ST; 2651-2655 KENSINGTON AVE", "zipcode": 19125, "district": "1", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 591, "objectid": 2041, "Shape__Area": 93.65625, "Shape__Length": 43.851352060561695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125572384593795, 39.989402941844297 ], [ -75.125603274659198, 39.989434937223599 ], [ -75.125719813530793, 39.989373749678499 ], [ -75.125721609394802, 39.989372806818103 ], [ -75.125692453187099, 39.989339320270197 ], [ -75.125690635665805, 39.989340277952401 ], [ -75.125572384593795, 39.989402941844297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1809 E OAKDALE ST", "addr_range": "1805-1809 E OAKDALE ST; 2651-2655 KENSINGTON AVE", "zipcode": 19125, "district": "1", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 571, "objectid": 2042, "Shape__Area": 90.6015625, "Shape__Length": 44.286920323003002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125514002111601, 39.989345362969999 ], [ -75.125543989995805, 39.989375210412298 ], [ -75.125665109134104, 39.989311017310001 ], [ -75.125666221220996, 39.989310430039197 ], [ -75.125644642899303, 39.989285821566398 ], [ -75.125639304661604, 39.989279734708703 ], [ -75.125514002111601, 39.989345362969999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "122 E CUMBERLAND ST", "addr_range": "122-134 E CUMBERLAND ST", "zipcode": 19125, "district": "7", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1751, "objectid": 2043, "Shape__Area": 277.5859375, "Shape__Length": 91.466465665076782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130700255689007, 39.987633279065101 ], [ -75.130767624457704, 39.987642135528603 ], [ -75.130769239180495, 39.987633950519999 ], [ -75.1308209707678, 39.987372826321803 ], [ -75.130755950929199, 39.987382948628998 ], [ -75.130702104734397, 39.987624971459297 ], [ -75.130700255689007, 39.987633279065101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2501 N FRONT ST", "addr_range": "2501-2505 N FRONT ST; 111-117 E CUMBERLAND ST; 2502 N LEE ST", "zipcode": 19125, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1258, "objectid": 2044, "Shape__Area": 199.4765625, "Shape__Length": 70.012468783250071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131193344218602, 39.987830974778198 ], [ -75.131183270928801, 39.9878791696433 ], [ -75.131429442051896, 39.987912980287199 ], [ -75.131439743886503, 39.987863775163 ], [ -75.131193344218602, 39.987830974778198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2505 N FRONT ST", "addr_range": "2501-2505 N FRONT ST; 111-117 E CUMBERLAND ST; 2502 N LEE ST", "zipcode": 19125, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1116, "objectid": 2045, "Shape__Area": 176.8515625, "Shape__Length": 68.422268106249348 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131165106656994, 39.987965980750403 ], [ -75.131411965453594, 39.987999371920303 ], [ -75.131420408769998, 39.987956474821502 ], [ -75.131174451288103, 39.987922557309403 ], [ -75.131165106656994, 39.987965980750403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "117 E CUMBERLAND ST", "addr_range": "2501-2505 N FRONT ST; 111-117 E CUMBERLAND ST; 2502 N LEE ST", "zipcode": 19125, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1022, "objectid": 2046, "Shape__Area": 162.06640625, "Shape__Length": 60.677965955432356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130921952385407, 39.987958819536402 ], [ -75.130983371992698, 39.9879670724766 ], [ -75.130993891362706, 39.987915454897603 ], [ -75.131017625286205, 39.987808637491099 ], [ -75.131017802570497, 39.987807867555603 ], [ -75.130992217700694, 39.987804526603398 ], [ -75.130974827232606, 39.987802260143802 ], [ -75.130955909520395, 39.9878004742177 ], [ -75.130921952385407, 39.987958819536402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "115 E CUMBERLAND ST", "addr_range": "2501-2505 N FRONT ST; 111-117 E CUMBERLAND ST; 2502 N LEE ST", "zipcode": 19125, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 837, "objectid": 2047, "Shape__Area": 132.65625, "Shape__Length": 58.157304653847376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130983371992698, 39.9879670724766 ], [ -75.131033115174603, 39.9879737533605 ], [ -75.131034904615902, 39.987965411052102 ], [ -75.1310675530586, 39.987814386409397 ], [ -75.131017802570497, 39.987807867555603 ], [ -75.130993891362706, 39.987915454897603 ], [ -75.130983371992698, 39.9879670724766 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2502 N LEE ST", "addr_range": "2501-2505 N FRONT ST; 111-117 E CUMBERLAND ST; 2502 N LEE ST", "zipcode": 19125, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 719, "objectid": 2048, "Shape__Area": 113.984375, "Shape__Length": 57.277840393417435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130914444984498, 39.987991533849403 ], [ -75.131012537986706, 39.988004152951 ], [ -75.131125266453196, 39.988019799080298 ], [ -75.131132605113507, 39.987987114243602 ], [ -75.131033115174603, 39.9879737533605 ], [ -75.130983371992698, 39.9879670724766 ], [ -75.130921952385407, 39.987958819536402 ], [ -75.130918314736604, 39.987973777345502 ], [ -75.130914444984498, 39.987991533849403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2503 N FRONT ST", "addr_range": "2501-2505 N FRONT ST; 111-117 E CUMBERLAND ST; 2502 N LEE ST", "zipcode": 19125, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1121, "objectid": 2049, "Shape__Area": 177.77734375, "Shape__Length": 68.439019236737352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131174451288103, 39.987922557309403 ], [ -75.131420408769998, 39.987956474821502 ], [ -75.131429442051896, 39.987912980287199 ], [ -75.131183270928801, 39.9878791696433 ], [ -75.131174451288103, 39.987922557309403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1713 N 31ST ST", "addr_range": "1709-1721, 1717-31 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 780, "objectid": 2050, "Shape__Area": 123.58984375, "Shape__Length": 55.135918727187104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184791530340206, 39.982501252858199 ], [ -75.184741680332806, 39.982536182604797 ], [ -75.184947003368194, 39.982563081698302 ], [ -75.184955415899907, 39.9825228738626 ], [ -75.184791530340206, 39.982501252858199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1731 N 31ST ST", "addr_range": "1709-1721, 1717-31 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 919, "objectid": 2051, "Shape__Area": 145.6953125, "Shape__Length": 60.154866395444934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184665993744701, 39.982903955192903 ], [ -75.184666594159296, 39.982907997928201 ], [ -75.184870978053794, 39.982933184044903 ], [ -75.184871370773493, 39.982931097074598 ], [ -75.184878610959402, 39.982891974885703 ], [ -75.184660163356895, 39.982864137201403 ], [ -75.184665993744701, 39.982903955192903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3055 EUCLID AVE", "addr_range": "3055 EUCLID AVE; 3052 W BERKS ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 889, "objectid": 2052, "Shape__Area": 140.984375, "Shape__Length": 57.821952492689945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184430423074303, 39.984938593003598 ], [ -75.184433007888302, 39.984938940008398 ], [ -75.184465806575901, 39.984784617553402 ], [ -75.184410650068301, 39.984777500997197 ], [ -75.184378172211794, 39.984931636894203 ], [ -75.184430423074303, 39.984938593003598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1750 N 31ST ST", "addr_range": "1748-1756 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 839, "objectid": 2053, "Shape__Area": 132.9375, "Shape__Length": 55.661847374245859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184979412513101, 39.983454355647197 ], [ -75.185163558328398, 39.983477783325498 ], [ -75.185171159477207, 39.983479033506001 ], [ -75.185180346427501, 39.983436617469103 ], [ -75.1851719919853, 39.983435899169102 ], [ -75.184988378899007, 39.983412789751299 ], [ -75.184979412513101, 39.983454355647197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1225 N 29TH ST", "addr_range": "1225 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1126, "objectid": 2054, "Shape__Area": 178.40625, "Shape__Length": 66.984042771094849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182958047437594, 39.975336912263202 ], [ -75.183182937523398, 39.975366074574502 ], [ -75.183193417917295, 39.975321076486999 ], [ -75.183187786952502, 39.975320337847201 ], [ -75.182956105562496, 39.975290186582399 ], [ -75.182946358093304, 39.975329639111102 ], [ -75.182945108465603, 39.975335558725398 ], [ -75.182958047437594, 39.975336912263202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3052 W BERKS ST", "addr_range": "3055 EUCLID AVE; 3052 W BERKS ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1188, "objectid": 2055, "Shape__Area": 188.36328125, "Shape__Length": 73.026296954593803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1843333004188, 39.985147573478102 ], [ -75.184387063694402, 39.985154433667802 ], [ -75.1843927938652, 39.985127608962102 ], [ -75.184395743676106, 39.985113860624601 ], [ -75.184431265747307, 39.984947912061003 ], [ -75.1844285756397, 39.984947561801498 ], [ -75.184377026519698, 39.984940880869097 ], [ -75.184335093881799, 39.985130639451597 ], [ -75.1843333004188, 39.985147573478102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1821 N 31ST ST", "addr_range": "1801-1821 N 31ST ST; 3039-3047 SEDGLEY AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1359, "objectid": 2056, "Shape__Area": 215.4140625, "Shape__Length": 84.054636678261417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184262739429698, 39.984201992125399 ], [ -75.184581813761696, 39.984244362371697 ], [ -75.184590277981698, 39.984203882704897 ], [ -75.184271214207598, 39.9841612379061 ], [ -75.184262739429698, 39.984201992125399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3115 EUCLID AVE", "addr_range": "3113-3121 EUCLID AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1073, "objectid": 2057, "Shape__Area": 170.12109375, "Shape__Length": 68.84275375330968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184958248359393, 39.985024476253997 ], [ -75.185011039527396, 39.985031023400303 ], [ -75.185052086579802, 39.984838021011001 ], [ -75.184998873729398, 39.984831013050297 ], [ -75.184958248359393, 39.985024476253997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1839 N 31ST ST", "addr_range": "1829-1843 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1334, "objectid": 2058, "Shape__Area": 211.42578125, "Shape__Length": 83.762708074912453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184184361030404, 39.984568752832899 ], [ -75.184502982550697, 39.984610968975701 ], [ -75.1845117434451, 39.984570978885898 ], [ -75.184192800489001, 39.9845289979488 ], [ -75.184184361030404, 39.984568752832899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1748 N 31ST ST", "addr_range": "1748-1756 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 883, "objectid": 2059, "Shape__Area": 139.96484375, "Shape__Length": 56.216761372891447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185181823394103, 39.9833925145332 ], [ -75.184997703881706, 39.983368396392699 ], [ -75.184988378899007, 39.983412789751299 ], [ -75.1851719919853, 39.983435899169102 ], [ -75.185180346427501, 39.983436617469103 ], [ -75.185189687702206, 39.983393464250597 ], [ -75.185181823394103, 39.9833925145332 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2702 W CABOT ST", "addr_range": "2700-2702 W CABOT ST; 1240 N 27TH ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 648, "objectid": 2060, "Shape__Area": 102.62890625, "Shape__Length": 50.69889099541745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1803072985592, 39.9753775751212 ], [ -75.180329878941194, 39.975517871719099 ], [ -75.180375116264301, 39.975513968784199 ], [ -75.180360029850206, 39.975419796973803 ], [ -75.180354852840594, 39.975389940475999 ], [ -75.180353292446298, 39.975377476988903 ], [ -75.1803072985592, 39.9753775751212 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1900 N PATTON ST", "addr_range": "1900, 1901 N PATTON ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 771, "objectid": 2061, "Shape__Area": 122.265625, "Shape__Length": 50.975930073305733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185517269468207, 39.985482969075299 ], [ -75.185686229745897, 39.985505233854603 ], [ -75.185694842855995, 39.985463031112303 ], [ -75.185695101596195, 39.985461731331 ], [ -75.185676210464607, 39.985459229720803 ], [ -75.185526293797807, 39.985439308688797 ], [ -75.185525652674599, 39.985442421766301 ], [ -75.185517269468207, 39.985482969075299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2700 W CABOT ST", "addr_range": "2700-2702 W CABOT ST; 1240 N 27TH ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 693, "objectid": 2062, "Shape__Area": 109.8828125, "Shape__Length": 52.828909366995177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180287417140605, 39.975378048945402 ], [ -75.180254891970506, 39.975525009820899 ], [ -75.180329878941194, 39.975517871719099 ], [ -75.180307281754096, 39.975377462118502 ], [ -75.180287417140605, 39.975378048945402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3041 W SEDGLEY AVE", "addr_range": "1801-1821 N 31ST ST; 3039-3047 SEDGLEY AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 879, "objectid": 2063, "Shape__Area": 139.328125, "Shape__Length": 60.706674600348059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184137650364903, 39.983875511502099 ], [ -75.184289415134003, 39.984011167184498 ], [ -75.184300874965601, 39.983958551229797 ], [ -75.184177145150102, 39.9838484911064 ], [ -75.184137650364903, 39.983875511502099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1717 N 31ST ST", "addr_range": "1709-1721, 1717-31 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 949, "objectid": 2064, "Shape__Area": 150.484375, "Shape__Length": 61.656000591949997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184719282707306, 39.982575497580903 ], [ -75.184711319349901, 39.982616554282501 ], [ -75.184930402703301, 39.982645308006703 ], [ -75.184938560037693, 39.982603546533902 ], [ -75.184719282707306, 39.982575497580903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1729 N 31ST ST", "addr_range": "1709-1721, 1717-31 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 950, "objectid": 2065, "Shape__Area": 150.5859375, "Shape__Length": 61.562378189984933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184668494338297, 39.982822186809202 ], [ -75.184660163356895, 39.982864137201403 ], [ -75.184878610959402, 39.982891974885703 ], [ -75.184887244776803, 39.9828509340607 ], [ -75.184668494338297, 39.982822186809202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1727 N 31ST ST", "addr_range": "1709-1721, 1717-31 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 935, "objectid": 2066, "Shape__Area": 148.27734375, "Shape__Length": 61.429287411793752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184668494338297, 39.982822186809202 ], [ -75.184887244776803, 39.9828509340607 ], [ -75.184895886001499, 39.982809634811098 ], [ -75.184676764368305, 39.982781911832902 ], [ -75.184668494338297, 39.982822186809202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1715 N 31ST ST", "addr_range": "1709-1721, 1717-31 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 925, "objectid": 2067, "Shape__Area": 146.703125, "Shape__Length": 60.412449525156539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184741680332806, 39.982536182604797 ], [ -75.184726076632103, 39.982547633450203 ], [ -75.184719282707306, 39.982575497580903 ], [ -75.184938560037693, 39.982603546533902 ], [ -75.184947003368194, 39.982563081698302 ], [ -75.184741680332806, 39.982536182604797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1849 N 33RD ST", "addr_range": "1849 N 33RD ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1661, "objectid": 2068, "Shape__Area": 263.23046875, "Shape__Length": 90.6308352693611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187402322887806, 39.985550994846399 ], [ -75.1875518760652, 39.985571162082699 ], [ -75.187554382359906, 39.985560273488197 ], [ -75.187562126261099, 39.9855266108069 ], [ -75.187222174605196, 39.985476996447801 ], [ -75.187211948171793, 39.985525319851099 ], [ -75.187358873048495, 39.985545140329997 ], [ -75.187402322887806, 39.985550994846399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1752 N 31ST ST", "addr_range": "1748-1756 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 844, "objectid": 2069, "Shape__Area": 133.78515625, "Shape__Length": 55.646239798930608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184970673454899, 39.983496507774298 ], [ -75.185162966748294, 39.983520616703601 ], [ -75.185171159477207, 39.983479033506001 ], [ -75.185163558328398, 39.983477783325498 ], [ -75.184979412513101, 39.983454355647197 ], [ -75.184970673454899, 39.983496507774298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1707 N 29TH ST", "addr_range": "1705-1709 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1048, "objectid": 2070, "Shape__Area": 166.13671875, "Shape__Length": 64.552151515430268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181505072210996, 39.981949200794297 ], [ -75.181495760483898, 39.981992661668698 ], [ -75.181724563158596, 39.982023057300097 ], [ -75.181733933191694, 39.9819791967656 ], [ -75.181505072210996, 39.981949200794297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1819 N 31ST ST", "addr_range": "1801-1821 N 31ST ST; 3039-3047 SEDGLEY AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1352, "objectid": 2071, "Shape__Area": 214.32421875, "Shape__Length": 83.929787215154235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184566029372505, 39.9842006484621 ], [ -75.184590277981698, 39.984203882704897 ], [ -75.1845985922469, 39.9841635276292 ], [ -75.184574219655005, 39.984160258179998 ], [ -75.184280308863606, 39.984120755232702 ], [ -75.184271214207598, 39.9841612379061 ], [ -75.184566029372505, 39.9842006484621 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1709 N 29TH ST", "addr_range": "1705-1709 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 983, "objectid": 2072, "Shape__Area": 155.87890625, "Shape__Length": 63.697202861910817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181495760483898, 39.981992661668698 ], [ -75.181486653876604, 39.9820339502919 ], [ -75.181714856167801, 39.982063655843803 ], [ -75.181724563158596, 39.982023057300097 ], [ -75.181495760483898, 39.981992661668698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1719 N 31ST ST", "addr_range": "1709-1721, 1717-31 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 946, "objectid": 2073, "Shape__Area": 150.02734375, "Shape__Length": 61.544307870831545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184711319349901, 39.982616554282501 ], [ -75.184702661701607, 39.982658255003599 ], [ -75.184921108625502, 39.982686093507503 ], [ -75.184930402703301, 39.982645308006703 ], [ -75.184711319349901, 39.982616554282501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3045 W SEDGLEY AVE", "addr_range": "1801-1821 N 31ST ST; 3039-3047 SEDGLEY AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 987, "objectid": 2074, "Shape__Area": 156.42578125, "Shape__Length": 57.466606365687966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184217918098796, 39.983820903705102 ], [ -75.184312843790195, 39.983905204221102 ], [ -75.184347325073801, 39.983750145447601 ], [ -75.184328024567293, 39.983747425417903 ], [ -75.184217918098796, 39.983820903705102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1717R-31 N 31ST ST", "addr_range": "1709-1721, 1717-31 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 4788, "objectid": 2075, "Shape__Area": 758.546875, "Shape__Length": 133.06593503289469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184427230428, 39.982729376839103 ], [ -75.184618600207699, 39.982902121849499 ], [ -75.184652516143998, 39.982906248840798 ], [ -75.184646385362399, 39.982863313849002 ], [ -75.184712279392599, 39.982537863550597 ], [ -75.184427230428, 39.982729376839103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3100 W BERKS ST", "addr_range": "3101 EUCLID AVE; 3100 W BERKS ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1152, "objectid": 2076, "Shape__Area": 182.5859375, "Shape__Length": 69.394083631511478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184660654224601, 39.984994193170401 ], [ -75.184604134291504, 39.984986514640802 ], [ -75.1846014761378, 39.984998093564002 ], [ -75.184562858274305, 39.985178286408598 ], [ -75.184620566566196, 39.985186137481001 ], [ -75.184660654224601, 39.984994193170401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3024 W BERKS ST", "addr_range": "3022-3030 W BERKS ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1099, "objectid": 2077, "Shape__Area": 174.14453125, "Shape__Length": 72.65238467217084 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183601807859404, 39.985052893159903 ], [ -75.183653373419304, 39.985059139619999 ], [ -75.183658570463905, 39.985028080891801 ], [ -75.183696714201304, 39.984851600669401 ], [ -75.183645929099299, 39.984845193277103 ], [ -75.183601807859404, 39.985052893159903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1968 N PATTON ST", "addr_range": "1968 N PATTON ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 761, "objectid": 2078, "Shape__Area": 120.71484375, "Shape__Length": 50.680515233814859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185238122537498, 39.986798001101398 ], [ -75.185237020721701, 39.986804472756504 ], [ -75.185404882025594, 39.986826519602502 ], [ -75.185406616561295, 39.986818305116302 ], [ -75.185414032227897, 39.986783409847298 ], [ -75.185245737645502, 39.986761176732401 ], [ -75.185238122537498, 39.986798001101398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2922 W GLENWOOD AVE", "addr_range": "2920-2924 W GLENWOOD AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 530, "objectid": 2079, "Shape__Area": 84.05078125, "Shape__Length": 40.629244479664038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182115932679395, 39.982970096363999 ], [ -75.182118914223395, 39.982972711132298 ], [ -75.182158634740205, 39.982946357816303 ], [ -75.182155614653198, 39.982943678214802 ], [ -75.182071459758504, 39.982868870197301 ], [ -75.182058199944194, 39.9828670742247 ], [ -75.182047999928997, 39.982910739613303 ], [ -75.182115932679395, 39.982970096363999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1901 N PATTON ST", "addr_range": "1900, 1901 N PATTON ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 778, "objectid": 2080, "Shape__Area": 123.36328125, "Shape__Length": 50.969158794816167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185232297794599, 39.985446844502597 ], [ -75.185400537028599, 39.985468254753897 ], [ -75.185408910942201, 39.985428513647499 ], [ -75.185409707108093, 39.985424613849901 ], [ -75.185241654366195, 39.985402176121603 ], [ -75.185240911881394, 39.985405770774697 ], [ -75.185232297794599, 39.985446844502597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3022 W BERKS ST", "addr_range": "3022-3030 W BERKS ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1136, "objectid": 2081, "Shape__Area": 180.02734375, "Shape__Length": 72.97089368980383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1835505296186, 39.985046265667101 ], [ -75.183601807859404, 39.985052893159903 ], [ -75.183645929099299, 39.984845193277103 ], [ -75.183593060803503, 39.984837966212801 ], [ -75.1835505296186, 39.985046265667101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3043 W SEDGLEY AVE", "addr_range": "1801-1821 N 31ST ST; 3039-3047 SEDGLEY AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 713, "objectid": 2082, "Shape__Area": 112.98046875, "Shape__Length": 51.196074030916776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184177145150102, 39.9838484911064 ], [ -75.184300874965601, 39.983958551229797 ], [ -75.184312843790195, 39.983905204221102 ], [ -75.184220857086601, 39.983823531881001 ], [ -75.184217917486606, 39.983820919909597 ], [ -75.184177145150102, 39.9838484911064 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3039 W SEDGLEY AVE", "addr_range": "1801-1821 N 31ST ST; 3039-3047 SEDGLEY AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1038, "objectid": 2083, "Shape__Area": 164.59375, "Shape__Length": 70.073818645274713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184098419562403, 39.983901651193399 ], [ -75.184277982221602, 39.984062543049902 ], [ -75.184289415134003, 39.984011167184498 ], [ -75.184137650364903, 39.983875511502099 ], [ -75.184122882408602, 39.983885353735403 ], [ -75.184098419562403, 39.983901651193399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1754 N 31ST ST", "addr_range": "1748-1756 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 989, "objectid": 2084, "Shape__Area": 156.82421875, "Shape__Length": 57.824237504380804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184960885716293, 39.983546485156303 ], [ -75.1851532351087, 39.983569112291001 ], [ -75.185162966748294, 39.983520616703601 ], [ -75.184970673454899, 39.983496507774298 ], [ -75.184960885716293, 39.983546485156303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1756 N 31ST ST", "addr_range": "1748-1756 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 989, "objectid": 2085, "Shape__Area": 163.1171875, "Shape__Length": 58.439938963895187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184950079209102, 39.983596828103302 ], [ -75.185142874863203, 39.983620947386498 ], [ -75.1851532351087, 39.983569112291001 ], [ -75.184960885716293, 39.983546485156303 ], [ -75.184950079209102, 39.983596828103302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1843 N 31ST ST", "addr_range": "1829-1843 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1411, "objectid": 2086, "Shape__Area": 223.25, "Shape__Length": 84.233488986094102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184166656202905, 39.984653567300299 ], [ -75.184483800066403, 39.984694943148 ], [ -75.184494137035401, 39.984653198885198 ], [ -75.184175641714504, 39.984610985543497 ], [ -75.184166656202905, 39.984653567300299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1841 N 31ST ST", "addr_range": "1829-1843 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1411, "objectid": 2087, "Shape__Area": 223.59765625, "Shape__Length": 84.402367160291575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184473453601001, 39.9846504623887 ], [ -75.184494137035401, 39.984653198885198 ], [ -75.184502982550697, 39.984610968975701 ], [ -75.184483257405901, 39.984608352111799 ], [ -75.184184361030404, 39.984568752832899 ], [ -75.184175641714504, 39.984610985543497 ], [ -75.184473453601001, 39.9846504623887 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1820 N 31ST ST", "addr_range": "1814-1822 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 979, "objectid": 2088, "Shape__Area": 152.5625, "Shape__Length": 62.714075244237272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184966931028598, 39.984365131442203 ], [ -75.184956838809299, 39.984363810258799 ], [ -75.184742626181006, 39.984335794483002 ], [ -75.184733744651396, 39.9843767811101 ], [ -75.184947964681598, 39.9844046042491 ], [ -75.184958182128199, 39.984405928231901 ], [ -75.184966931028598, 39.984365131442203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1818 N 31ST ST", "addr_range": "1814-1822 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 979, "objectid": 2089, "Shape__Area": 155.98828125, "Shape__Length": 62.957095651022136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184975724270103, 39.984323191361 ], [ -75.184965966706599, 39.984321910094103 ], [ -75.184751600138995, 39.984294035053097 ], [ -75.184742626181006, 39.984335794483002 ], [ -75.184956838809299, 39.984363810258799 ], [ -75.184966931028598, 39.984365131442203 ], [ -75.184975724270103, 39.984323191361 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1816 N 31ST ST", "addr_range": "1814-1822 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 979, "objectid": 2090, "Shape__Area": 150.55859375, "Shape__Length": 62.517587047772309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184984684248207, 39.984282914665201 ], [ -75.184974738885401, 39.984281612983402 ], [ -75.184760525950693, 39.9842535810103 ], [ -75.184751600138995, 39.984294035053097 ], [ -75.184965966128601, 39.984321925398298 ], [ -75.184975724270103, 39.984323191361 ], [ -75.184984684248207, 39.984282914665201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1822 N 31ST ST", "addr_range": "1814-1822 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 979, "objectid": 2091, "Shape__Area": 162.265625, "Shape__Length": 63.517738403497241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184958182128199, 39.984405928231901 ], [ -75.184947964681598, 39.9844046042491 ], [ -75.184733744651396, 39.9843767811101 ], [ -75.184724243287306, 39.984420254183703 ], [ -75.184938508063397, 39.984448012563803 ], [ -75.184949039067405, 39.984449376892499 ], [ -75.184958182128199, 39.984405928231901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1814 N 31ST ST", "addr_range": "1814-1822 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 979, "objectid": 2092, "Shape__Area": 155.203125, "Shape__Length": 62.840905236786227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184760525950693, 39.9842535810103 ], [ -75.184974738885401, 39.984281612983402 ], [ -75.184984684248207, 39.984282914665201 ], [ -75.184992998095495, 39.9842414792464 ], [ -75.184983740237698, 39.984240240684002 ], [ -75.184769594484806, 39.984211549786401 ], [ -75.184768350993195, 39.9842172758392 ], [ -75.184764589517002, 39.984234778568997 ], [ -75.184760525950693, 39.9842535810103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1709 N 31ST ST", "addr_range": "1709-1721, 1717-31 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 956, "objectid": 2093, "Shape__Area": 151.515625, "Shape__Length": 59.535832820881289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184991315721703, 39.982350727462702 ], [ -75.184824733815304, 39.982461535173002 ], [ -75.184964582795502, 39.982480988988698 ], [ -75.184991315721703, 39.982350727462702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1711 N 31ST ST", "addr_range": "1709-1721, 1717-31 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 713, "objectid": 2094, "Shape__Area": 113.01953125, "Shape__Length": 48.716382975102022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184782108959297, 39.982491015841397 ], [ -75.184791530340206, 39.982501252858199 ], [ -75.184955415899907, 39.9825228738626 ], [ -75.184964582795502, 39.982480988988698 ], [ -75.184824733815304, 39.982461535173002 ], [ -75.184782108959297, 39.982491015841397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2924 W GLENWOOD AVE", "addr_range": "2920-2924 W GLENWOOD AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 574, "objectid": 2095, "Shape__Area": 90.97265625, "Shape__Length": 46.281100781497599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182071459758504, 39.982868870197301 ], [ -75.182158634740205, 39.982946357816303 ], [ -75.182241325784403, 39.982890804586397 ], [ -75.182071459758504, 39.982868870197301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1810 N 31ST ST", "addr_range": "1802-1810 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1408, "objectid": 2096, "Shape__Area": 223.16015625, "Shape__Length": 75.226083673606524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1850743454916, 39.984073330865797 ], [ -75.184807120137705, 39.984036925044897 ], [ -75.1847962668908, 39.984087911157999 ], [ -75.185064161834603, 39.9841226885232 ], [ -75.1850743454916, 39.984073330865797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1804 N 31ST ST", "addr_range": "1802-1810 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1408, "objectid": 2097, "Shape__Area": 191.73828125, "Shape__Length": 72.863131874726577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184826199904506, 39.983949514787099 ], [ -75.185092453050402, 39.983985044686897 ], [ -75.185101107013907, 39.9839417959233 ], [ -75.184835554871796, 39.9839060068999 ], [ -75.184826199904506, 39.983949514787099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1808 N 31ST ST", "addr_range": "1802-1810 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1408, "objectid": 2098, "Shape__Area": 192.859375, "Shape__Length": 73.115201117653484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184807120137705, 39.984036925044897 ], [ -75.1850743454916, 39.984073330865797 ], [ -75.185083237912195, 39.984029878398204 ], [ -75.184816932583701, 39.983993523791902 ], [ -75.184807120137705, 39.984036925044897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1802 N 31ST ST", "addr_range": "1802-1810 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1270, "objectid": 2099, "Shape__Area": 201.92578125, "Shape__Length": 76.280706451351023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184835554871796, 39.9839060068999 ], [ -75.185101107013907, 39.9839417959233 ], [ -75.185117358314599, 39.983943690828802 ], [ -75.185126038631495, 39.9839008291857 ], [ -75.184844896430107, 39.9838628537101 ], [ -75.184835554871796, 39.9839060068999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1806 N 31ST ST", "addr_range": "1802-1810 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1408, "objectid": 2100, "Shape__Area": 196.671875, "Shape__Length": 73.267439038575375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184816932583701, 39.983993523791902 ], [ -75.185083237912195, 39.984029878398204 ], [ -75.185092453050402, 39.983985044686897 ], [ -75.184826199904506, 39.983949514787099 ], [ -75.184816932583701, 39.983993523791902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1833 N 31ST ST", "addr_range": "1829-1843 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1413, "objectid": 2101, "Shape__Area": 223.91015625, "Shape__Length": 84.457379296043115 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184210205221902, 39.984447691608104 ], [ -75.184528769693998, 39.984489728917602 ], [ -75.184538233276299, 39.9844477867289 ], [ -75.184297644266294, 39.984415682806997 ], [ -75.184272604605397, 39.984412334411402 ], [ -75.184219311614996, 39.984405226078501 ], [ -75.184210205221902, 39.984447691608104 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1829 N 31ST ST", "addr_range": "1829-1843 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1413, "objectid": 2102, "Shape__Area": 214.16015625, "Shape__Length": 83.984402412692219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184227571593198, 39.984365756404202 ], [ -75.184546630081002, 39.984407449719001 ], [ -75.184555534964403, 39.9843669952214 ], [ -75.184532847105302, 39.984364053549101 ], [ -75.184236048023806, 39.9843255176011 ], [ -75.184227571593198, 39.984365756404202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1835-37 N 31ST ST", "addr_range": "1829-1843 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2718, "objectid": 2103, "Shape__Area": 430.69921875, "Shape__Length": 95.935047780519383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184491371838007, 39.984568298017003 ], [ -75.1845117434451, 39.984570978885898 ], [ -75.184528769693998, 39.984489728917602 ], [ -75.184210205221902, 39.984447691608104 ], [ -75.184192800489001, 39.9845289979488 ], [ -75.184491371838007, 39.984568298017003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1831 N 31ST ST", "addr_range": "1829-1843 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1413, "objectid": 2104, "Shape__Area": 211.5546875, "Shape__Length": 83.808882758686892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184272604605397, 39.984412334411402 ], [ -75.184297644266294, 39.984415682806997 ], [ -75.184538233276299, 39.9844477867289 ], [ -75.184546630081002, 39.984407449719001 ], [ -75.184227571593198, 39.984365756404202 ], [ -75.184226498045206, 39.984370858247701 ], [ -75.184223916628497, 39.984383164191598 ], [ -75.184219311614996, 39.984405226078501 ], [ -75.184272604605397, 39.984412334411402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1836 N 32ND ST", "addr_range": "1828-1836 N 32ND ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1486, "objectid": 2105, "Shape__Area": 235.5546875, "Shape__Length": 90.242684064137848 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186411813691294, 39.984800117905003 ], [ -75.186400012499902, 39.984798547841699 ], [ -75.186279834600299, 39.9847824518694 ], [ -75.186271236358493, 39.984823155699701 ], [ -75.186359279815406, 39.984835068611602 ], [ -75.186616825605, 39.984869901222901 ], [ -75.186626066727499, 39.984828792760801 ], [ -75.186411813691294, 39.984800117905003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1647 N 29TH ST", "addr_range": "1645-1647 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1042, "objectid": 2106, "Shape__Area": 165.15625, "Shape__Length": 64.909100180906378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181852733771706, 39.9814425203677 ], [ -75.181621815085293, 39.981411545096101 ], [ -75.181612832630407, 39.981454045661103 ], [ -75.181844195900496, 39.981485997680402 ], [ -75.181852733771706, 39.9814425203677 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2937 CECIL B MOORE AVE", "addr_range": "2937-2939 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1080, "objectid": 2107, "Shape__Area": 171.16796875, "Shape__Length": 70.520969894199098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183147328585093, 39.982040654546701 ], [ -75.183095956492195, 39.982033782327598 ], [ -75.183053403743003, 39.982233795440699 ], [ -75.183104897559502, 39.9822407668061 ], [ -75.183147328585093, 39.982040654546701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1500 N HOLLYWOOD ST", "addr_range": "1500 N HOLLYWOOD ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 810, "objectid": 2108, "Shape__Area": 128.46484375, "Shape__Length": 53.302168420505957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183146195833004, 39.979153745315102 ], [ -75.183325984298804, 39.9791779491336 ], [ -75.183335466618502, 39.979134395549202 ], [ -75.183155169655095, 39.979111470615798 ], [ -75.183146195833004, 39.979153745315102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2727 N ORKNEY ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 527, "objectid": 2109, "Shape__Area": 83.578125, "Shape__Length": 39.249593788662438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139357204830503, 39.992767545698499 ], [ -75.139475330246597, 39.992783192623499 ], [ -75.139481021855403, 39.992756723877697 ], [ -75.139484496065805, 39.992740489875601 ], [ -75.139365554307105, 39.992725389332598 ], [ -75.139362105563094, 39.992742026668097 ], [ -75.139359901901699, 39.992753518649302 ], [ -75.139357204830503, 39.992767545698499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "210 W HUNTINGDON ST", "addr_range": "210-216 W HUNTINGDON ST; 211-213 W HAZZARD ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 587, "objectid": 2110, "Shape__Area": 93.0390625, "Shape__Length": 42.917668661477066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135944597477206, 39.989733892331103 ], [ -75.135892385743105, 39.9897269961102 ], [ -75.135870084490605, 39.989831590824302 ], [ -75.135924618814201, 39.989839135527703 ], [ -75.135944597477206, 39.989733892331103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2717 N ORKNEY ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 513, "objectid": 2111, "Shape__Area": 81.3828125, "Shape__Length": 39.189196145348582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139397491166207, 39.992561369100002 ], [ -75.139400764681895, 39.992561782337198 ], [ -75.139518378861993, 39.992576579647299 ], [ -75.139526696890997, 39.992536274158702 ], [ -75.139508741997602, 39.992533964653802 ], [ -75.139446165029796, 39.9925256423166 ], [ -75.139406464980894, 39.9925203703298 ], [ -75.139406260441405, 39.992521333376203 ], [ -75.139397692008998, 39.992560471744198 ], [ -75.139397491166207, 39.992561369100002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2437 PALETHORP ST", "addr_range": "2426-2430 N HANCOCK ST; 2435-2439 N PALETHORP ST", "zipcode": 19133, "district": "7", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 677, "objectid": 2112, "Shape__Area": 107.40625, "Shape__Length": 46.338625556730335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134937945890599, 39.987564632468803 ], [ -75.135087201651999, 39.9875840884445 ], [ -75.135096011228896, 39.987540378640503 ], [ -75.134948370332097, 39.987521362225699 ], [ -75.134937945890599, 39.987564632468803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2721 N ORKNEY ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 510, "objectid": 2113, "Shape__Area": 80.921875, "Shape__Length": 39.099179698807276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139510134809996, 39.992618190597803 ], [ -75.139391655152906, 39.992602471672697 ], [ -75.139389258673901, 39.9926021594746 ], [ -75.139383005840898, 39.992635577654902 ], [ -75.139381553221398, 39.992643379009401 ], [ -75.139383327231599, 39.992643580640703 ], [ -75.139501668708704, 39.992657959312403 ], [ -75.139503380983598, 39.992649954824699 ], [ -75.139510134809996, 39.992618190597803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2439 PALETHORP ST", "addr_range": "2426-2430 N HANCOCK ST; 2435-2439 N PALETHORP ST", "zipcode": 19133, "district": "7", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 585, "objectid": 2114, "Shape__Area": 92.72265625, "Shape__Length": 48.348663838751108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134937945890599, 39.987564632468803 ], [ -75.134926514267903, 39.987562695198001 ], [ -75.134915690546805, 39.987561336718997 ], [ -75.134908075407296, 39.9875941929578 ], [ -75.135079439687402, 39.987616409743303 ], [ -75.135087201651999, 39.9875840884445 ], [ -75.134937945890599, 39.987564632468803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2723 N ORKNEY ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 523, "objectid": 2115, "Shape__Area": 82.90625, "Shape__Length": 39.26201597974044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139373830310006, 39.992685082896998 ], [ -75.139492994995805, 39.992699867738999 ], [ -75.139495698830501, 39.992686791419999 ], [ -75.139501668708704, 39.992657959312403 ], [ -75.139383327231599, 39.992643580640703 ], [ -75.139381553221398, 39.992643379009401 ], [ -75.139376219189501, 39.992671484932998 ], [ -75.139373830310006, 39.992685082896998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "212 W HUNTINGDON ST", "addr_range": "210-216 W HUNTINGDON ST; 211-213 W HAZZARD ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 513, "objectid": 2116, "Shape__Area": 81.3515625, "Shape__Length": 41.447949818336532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135924618814201, 39.989839135527703 ], [ -75.135970465666503, 39.989845321831403 ], [ -75.135991908935196, 39.989740128202698 ], [ -75.135944597477206, 39.989733892331103 ], [ -75.135924618814201, 39.989839135527703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2718 N LAWRENCE ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 659, "objectid": 2117, "Shape__Area": 104.453125, "Shape__Length": 47.064829415978409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139222713510406, 39.992580687070102 ], [ -75.139228467698004, 39.992581446865699 ], [ -75.139378829032196, 39.992600857253102 ], [ -75.1393796092391, 39.992596925815498 ], [ -75.139386884851106, 39.992560305235997 ], [ -75.139236907908995, 39.992541258603197 ], [ -75.139231172410405, 39.9925405307688 ], [ -75.139222713510406, 39.992580687070102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2716 N LAWRENCE ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 642, "objectid": 2118, "Shape__Area": 101.78515625, "Shape__Length": 46.749066359153218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139231172410405, 39.9925405307688 ], [ -75.139236907908995, 39.992541258603197 ], [ -75.139386884851106, 39.992560305235997 ], [ -75.139387118487903, 39.992559133813998 ], [ -75.139395398166997, 39.992520376319199 ], [ -75.1392391383947, 39.9925017994859 ], [ -75.139231172410405, 39.9925405307688 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "229 W SERGEANT ST", "addr_range": "228 W HAZZARD ST; 227-229 W SERGEANT ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 486, "objectid": 2119, "Shape__Area": 77.11328125, "Shape__Length": 40.912994484054245 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136344511616002, 39.989486917917297 ], [ -75.136388194456401, 39.989492167272303 ], [ -75.136410298963696, 39.989387182358797 ], [ -75.136365586614303, 39.9893815050076 ], [ -75.136344511616002, 39.989486917917297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "312-22 W SOMERSET ST", "addr_range": "2737-49 N 4TH ST; 312-322 W SOMERSET ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 5167, "objectid": 2120, "Shape__Area": 817.23828125, "Shape__Length": 127.34439639647761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137576270286004, 39.9933174519837 ], [ -75.137575401955104, 39.993321478716403 ], [ -75.137645794767295, 39.993331431491001 ], [ -75.137745818305405, 39.993344217416698 ], [ -75.137936609613007, 39.993369063891997 ], [ -75.137950431167994, 39.993300675403098 ], [ -75.137964249631395, 39.993237300135497 ], [ -75.137826767318998, 39.993219260439098 ], [ -75.137831418988895, 39.993194750344699 ], [ -75.137798509278099, 39.993190551382199 ], [ -75.137794170619301, 39.993210700438297 ], [ -75.137714533328307, 39.993200247233403 ], [ -75.137604351149704, 39.993186213717003 ], [ -75.137576270286004, 39.9933174519837 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2855 N FAIRHILL ST", "addr_range": "2855 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1316, "objectid": 2121, "Shape__Area": 208.64453125, "Shape__Length": 71.648470115889651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140802346748004, 39.995125353652703 ], [ -75.140805005378198, 39.995125431204997 ], [ -75.140806081223502, 39.995120877565803 ], [ -75.140816699988093, 39.995075805628296 ], [ -75.140595529214195, 39.995046711728797 ], [ -75.140564451391995, 39.9950428291381 ], [ -75.140551866413801, 39.9950916280375 ], [ -75.140802346748004, 39.995125353652703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2426-30 N HANCOCK ST", "addr_range": "2426-2430 N HANCOCK ST; 2435-2439 N PALETHORP ST", "zipcode": 19133, "district": "7", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 4931, "objectid": 2122, "Shape__Area": 781.390625, "Shape__Length": 128.21876033676392 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1347119378147, 39.987490440867603 ], [ -75.134936970165299, 39.987519216634801 ], [ -75.134947163411297, 39.987474345410199 ], [ -75.134957989526697, 39.987476219326901 ], [ -75.135098200899904, 39.987493854586198 ], [ -75.135105916792199, 39.987494823279597 ], [ -75.135126673064903, 39.987399334388002 ], [ -75.135118332843305, 39.987398244249803 ], [ -75.134983401405606, 39.987380627494097 ], [ -75.134741976875802, 39.987349285198498 ], [ -75.134720922467196, 39.987448669575599 ], [ -75.1347119378147, 39.987490440867603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2435 PALETHORP ST", "addr_range": "2426-2430 N HANCOCK ST; 2435-2439 N PALETHORP ST", "zipcode": 19133, "district": "7", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 702, "objectid": 2123, "Shape__Area": 111.36328125, "Shape__Length": 46.709150213079198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134948370332097, 39.987521362225699 ], [ -75.135096011228896, 39.987540378640503 ], [ -75.135105916792199, 39.987494823279597 ], [ -75.135098200899904, 39.987493854586198 ], [ -75.134957989526697, 39.987476219326901 ], [ -75.134948370332097, 39.987521362225699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2211 N 8TH ST", "addr_range": "2201, 2205-2211 N 8TH ST; 2200 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1070, "objectid": 2124, "Shape__Area": 169.6484375, "Shape__Length": 67.723456844332532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1463808639284, 39.985341959404998 ], [ -75.146372185441393, 39.985383578006903 ], [ -75.146616827792002, 39.985416772719098 ], [ -75.146627065557496, 39.985375479600499 ], [ -75.1463808639284, 39.985341959404998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2301-03 N 7TH ST", "addr_range": "2301-03 N 7TH ST", "zipcode": 19133, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3170, "objectid": 2125, "Shape__Area": 502.40625, "Shape__Length": 97.694989675607445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145024208822605, 39.986647855327199 ], [ -75.145037394195199, 39.9865865769995 ], [ -75.145008371334498, 39.986546134576798 ], [ -75.1447263688882, 39.9865099917848 ], [ -75.144706770059898, 39.986607363578301 ], [ -75.145024208822605, 39.986647855327199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2209 N 8TH ST", "addr_range": "2201, 2205-2211 N 8TH ST; 2200 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1109, "objectid": 2126, "Shape__Area": 175.81640625, "Shape__Length": 68.22601301036984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146391616658207, 39.985299275096999 ], [ -75.1463808639284, 39.985341959404998 ], [ -75.146627065557496, 39.985375479600499 ], [ -75.146636948532802, 39.985332502534597 ], [ -75.146391616658207, 39.985299275096999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2201 N 8TH ST", "addr_range": "2201, 2205-2211 N 8TH ST; 2200 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1206, "objectid": 2127, "Shape__Area": 191.078125, "Shape__Length": 68.86800114655081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146431967551706, 39.985125692458801 ], [ -75.146421409467806, 39.985172619587402 ], [ -75.146477377990607, 39.985180934314002 ], [ -75.146665441253802, 39.985205833699901 ], [ -75.146675108480196, 39.985159225129102 ], [ -75.146431967551706, 39.985125692458801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2205 N 8TH ST", "addr_range": "2201, 2205-2211 N 8TH ST; 2200 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1088, "objectid": 2128, "Shape__Area": 172.5, "Shape__Length": 67.805963958305895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146400264610193, 39.9852568025346 ], [ -75.146645822604299, 39.985290146812901 ], [ -75.146655221542701, 39.985247787678901 ], [ -75.146411307412095, 39.985214769936597 ], [ -75.146400264610193, 39.9852568025346 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "911 W SUSQUEHANNA AVE", "addr_range": "911-915 W SUSQUEHANNA AVE; 2201-2205 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1503, "objectid": 2129, "Shape__Area": 238.23046875, "Shape__Length": 88.864155511572861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148139824051697, 39.985506422995897 ], [ -75.148177012231599, 39.985337072318899 ], [ -75.1481206468941, 39.985330393794797 ], [ -75.148065895300107, 39.985589489765701 ], [ -75.148121450701296, 39.985596004886098 ], [ -75.148128840159799, 39.985557951123603 ], [ -75.1481382942642, 39.985513578457798 ], [ -75.148139824051697, 39.985506422995897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "913 W SUSQUEHANNA AVE", "addr_range": "911-915 W SUSQUEHANNA AVE; 2201-2205 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 975, "objectid": 2130, "Shape__Area": 154.51171875, "Shape__Length": 62.144684428356229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148139824051697, 39.985506422995897 ], [ -75.148195384287106, 39.985512840881398 ], [ -75.148231544313404, 39.985344611177602 ], [ -75.1481943648227, 39.985339222687998 ], [ -75.148177012231599, 39.985337072318899 ], [ -75.148139824051697, 39.985506422995897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "421 W DAUPHIN ST", "addr_range": "2301-2307 N LAWRENCE ST; 2306-2312 N LEITHGOW ST; 417-423 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 866, "objectid": 2131, "Shape__Area": 137.30078125, "Shape__Length": 57.988389494973617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140354289308604, 39.986096630726699 ], [ -75.140406692104605, 39.986103948292303 ], [ -75.140441275230998, 39.985958156250803 ], [ -75.140443753767698, 39.985947669739403 ], [ -75.140390662401302, 39.985940869036099 ], [ -75.140354289308604, 39.986096630726699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2234 N 3RD ST", "addr_range": "2230-2238 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 836, "objectid": 2132, "Shape__Area": 132.5859375, "Shape__Length": 55.761063722110137 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138901310607395, 39.985010917750301 ], [ -75.139092928089099, 39.9850365556089 ], [ -75.139103594323103, 39.984995112423299 ], [ -75.139102573513597, 39.984994975671903 ], [ -75.139042634416498, 39.9849875031599 ], [ -75.138910435526597, 39.984969230476402 ], [ -75.138901310607395, 39.985010917750301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2238 N 3RD ST", "addr_range": "2230-2238 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 931, "objectid": 2133, "Shape__Area": 147.6484375, "Shape__Length": 59.202007756278213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138882395837797, 39.985097358667801 ], [ -75.139088131838093, 39.985125299988702 ], [ -75.139097443753798, 39.985082036561899 ], [ -75.138891802095898, 39.9850543866295 ], [ -75.138882395837797, 39.985097358667801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2332 N LEITHGOW ST", "addr_range": "2327-2333 N LAWRENCE ST; 2332-2338 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 637, "objectid": 2134, "Shape__Area": 100.984375, "Shape__Length": 46.972519875806746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140027383295504, 39.986585047984597 ], [ -75.140183844814402, 39.986606773210099 ], [ -75.140189065285995, 39.986581083024397 ], [ -75.140178453561703, 39.986579117165597 ], [ -75.140181207218802, 39.986565801396203 ], [ -75.140036385716201, 39.986544920222002 ], [ -75.140027383295504, 39.986585047984597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "428 W DAUPHIN ST", "addr_range": "424-428 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 896, "objectid": 2135, "Shape__Area": 142.015625, "Shape__Length": 62.061328493500078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140803276961904, 39.985868489544799 ], [ -75.140846675912996, 39.985874489456201 ], [ -75.140882301174599, 39.985710842907501 ], [ -75.140884262236298, 39.9857017808542 ], [ -75.140835386922404, 39.985694850041298 ], [ -75.140833285835001, 39.985704263913398 ], [ -75.140796939534695, 39.9858676201466 ], [ -75.140803276961904, 39.985868489544799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "435 W DAUPHIN ST", "addr_range": "425-435 W DAUPHIN ST; 2301 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 557, "objectid": 2136, "Shape__Area": 88.265625, "Shape__Length": 59.091256275182907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140960686873896, 39.986018759856599 ], [ -75.140922812153605, 39.986196750026402 ], [ -75.140952698968903, 39.986200491108299 ], [ -75.140990515405704, 39.986022887946199 ], [ -75.140960686873896, 39.986018759856599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2308 N ORKNEY ST", "addr_range": "439-445 W DAUPHIN ST; 2302-2314 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 413, "objectid": 2137, "Shape__Area": 65.55859375, "Shape__Length": 36.528579073177958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141028749264194, 39.9863624694488 ], [ -75.141146407226501, 39.986379087291702 ], [ -75.141154398503005, 39.986345626564301 ], [ -75.141035992563801, 39.986329362946698 ], [ -75.141028749264194, 39.9863624694488 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "430 W YORK ST", "addr_range": "424-430 W YORK ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 869, "objectid": 2138, "Shape__Area": 137.80078125, "Shape__Length": 62.102760771984926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140616174578099, 39.987201111851398 ], [ -75.140572248626697, 39.987195148545602 ], [ -75.14056801772, 39.987194569405503 ], [ -75.1405665617267, 39.9872024346666 ], [ -75.140560959218206, 39.987232613184503 ], [ -75.140557386299804, 39.987247619575101 ], [ -75.1405467310191, 39.987298607661799 ], [ -75.140542993124896, 39.9873119019624 ], [ -75.140530363598899, 39.9873689694126 ], [ -75.1405778517031, 39.987374933528102 ], [ -75.140592566974206, 39.987308822175898 ], [ -75.140599000932994, 39.987283739821997 ], [ -75.140614554202799, 39.987208926522598 ], [ -75.140616174578099, 39.987201111851398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "428 W YORK ST", "addr_range": "424-430 W YORK ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 881, "objectid": 2139, "Shape__Area": 139.6171875, "Shape__Length": 62.0966519643219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140481517458198, 39.987361797665102 ], [ -75.140530363598899, 39.9873689694126 ], [ -75.140542993124896, 39.9873119019624 ], [ -75.1405467310191, 39.987298607661799 ], [ -75.140557386299804, 39.987247619575101 ], [ -75.140560959218206, 39.987232613184503 ], [ -75.1405665617267, 39.9872024346666 ], [ -75.14056801772, 39.987194569405503 ], [ -75.1405214656276, 39.987188240025503 ], [ -75.140519654473096, 39.987196080992703 ], [ -75.140507078665095, 39.987250683562898 ], [ -75.140503571117506, 39.987270511909301 ], [ -75.140497094397404, 39.987297285406797 ], [ -75.140493355946603, 39.987310014752197 ], [ -75.140481517458198, 39.987361797665102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2314 N ORKNEY ST", "addr_range": "439-445 W DAUPHIN ST; 2302-2314 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 769, "objectid": 2140, "Shape__Area": 121.9765625, "Shape__Length": 47.726483502940582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140997960945796, 39.986497869914999 ], [ -75.141141531444106, 39.9865190908546 ], [ -75.141156373427705, 39.986468779951501 ], [ -75.141138826081104, 39.9864662690904 ], [ -75.141126970439998, 39.986464484982399 ], [ -75.141009060790296, 39.986448408322097 ], [ -75.140997960945796, 39.986497869914999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2306 N ORKNEY ST", "addr_range": "439-445 W DAUPHIN ST; 2302-2314 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 555, "objectid": 2141, "Shape__Area": 88.00390625, "Shape__Length": 46.259933818136972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141206284954905, 39.986320014068802 ], [ -75.141200545563393, 39.986318851939899 ], [ -75.141043719776405, 39.9862962827617 ], [ -75.141035992563801, 39.986329362946698 ], [ -75.141154398503005, 39.986345626564301 ], [ -75.141166030934301, 39.986346664955803 ], [ -75.141193399611197, 39.986350463164101 ], [ -75.141198299150702, 39.986351137671498 ], [ -75.141206284954905, 39.986320014068802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "445 W DAUPHIN ST", "addr_range": "439-445 W DAUPHIN ST; 2302-2314 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1073, "objectid": 2142, "Shape__Area": 170.125, "Shape__Length": 65.477522109657045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141246222652001, 39.986057748531202 ], [ -75.141206579829401, 39.986235955380302 ], [ -75.141264166294306, 39.986244148136002 ], [ -75.141303075189299, 39.986065924588601 ], [ -75.141246222652001, 39.986057748531202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "441 W DAUPHIN ST", "addr_range": "439-445 W DAUPHIN ST; 2302-2314 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1062, "objectid": 2143, "Shape__Area": 168.390625, "Shape__Length": 65.410945753937995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141091895890796, 39.986219953019003 ], [ -75.141148727479703, 39.986228128673901 ], [ -75.141188894193206, 39.986049368808601 ], [ -75.141132513489694, 39.986041961179197 ], [ -75.141091895890796, 39.986219953019003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "424 W YORK ST", "addr_range": "424-430 W YORK ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1108, "objectid": 2144, "Shape__Area": 175.58984375, "Shape__Length": 64.786533002313206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140408368183898, 39.987181026519998 ], [ -75.140369370569005, 39.987345691021801 ], [ -75.140430741266997, 39.987355227145699 ], [ -75.140468577761894, 39.987189164870202 ], [ -75.140470291652207, 39.987181660476701 ], [ -75.140410144102006, 39.987173554172301 ], [ -75.140408368183898, 39.987181026519998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "427 W DAUPHIN ST", "addr_range": "425-435 W DAUPHIN ST; 2301 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 889, "objectid": 2145, "Shape__Area": 140.96484375, "Shape__Length": 59.816189411434955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140703357551004, 39.986151605123098 ], [ -75.140754817200204, 39.986158869549897 ], [ -75.140791367523704, 39.9859957279022 ], [ -75.140739215762494, 39.985988432436898 ], [ -75.140703357551004, 39.986151605123098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2302 N ORKNEY ST", "addr_range": "439-445 W DAUPHIN ST; 2302-2314 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 562, "objectid": 2146, "Shape__Area": 89.1171875, "Shape__Length": 45.506020667779268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141051227790996, 39.986262810154003 ], [ -75.141208192093302, 39.986284546323297 ], [ -75.141210370541003, 39.986273117715598 ], [ -75.141212348068706, 39.986260363642003 ], [ -75.141214985759404, 39.986250091573403 ], [ -75.141058739276005, 39.986228759168498 ], [ -75.141051227790996, 39.986262810154003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2257 N ORKNEY ST", "addr_range": "2251-2259 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 554, "objectid": 2147, "Shape__Area": 87.88671875, "Shape__Length": 45.363283417093164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140915886509006, 39.985576844074998 ], [ -75.140921994572594, 39.985577676717298 ], [ -75.141072637315204, 39.985598058426802 ], [ -75.141080126553604, 39.985564553856001 ], [ -75.140929599101099, 39.985543917083 ], [ -75.140923366406795, 39.985543066290397 ], [ -75.140916292938499, 39.985575015228399 ], [ -75.140915886509006, 39.985576844074998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2225 N ORKNEY ST", "addr_range": "2216-2222 N LAWRENCE ST; 2219-2225 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 456, "objectid": 2148, "Shape__Area": 72.30859375, "Shape__Length": 39.619338633337101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141060626076893, 39.985032507310201 ], [ -75.141193147990805, 39.985050528053002 ], [ -75.141200357619695, 39.9850177739795 ], [ -75.141067813497699, 39.984999753639798 ], [ -75.141060626076893, 39.985032507310201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2216 N LAWRENCE ST", "addr_range": "2216-2222 N LAWRENCE ST; 2219-2225 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 686, "objectid": 2149, "Shape__Area": 108.765625, "Shape__Length": 50.087315565939178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140898640962305, 39.984908086127 ], [ -75.141070392210693, 39.9849309804478 ], [ -75.141079441618601, 39.984893449534198 ], [ -75.140907025460194, 39.984869815687098 ], [ -75.140898640962305, 39.984908086127 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2312 N ORKNEY ST", "addr_range": "439-445 W DAUPHIN ST; 2302-2314 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 582, "objectid": 2150, "Shape__Area": 92.30078125, "Shape__Length": 40.510798438580757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141009060167704, 39.986448424526401 ], [ -75.141126970439998, 39.986464484982399 ], [ -75.141134678693305, 39.986432354939801 ], [ -75.141136934778103, 39.986424943053798 ], [ -75.141137980551605, 39.986417326154999 ], [ -75.141019540345297, 39.986402012322998 ], [ -75.141009060167704, 39.986448424526401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2259 N ORKNEY ST", "addr_range": "2251-2259 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 556, "objectid": 2151, "Shape__Area": 88.20703125, "Shape__Length": 45.392964501464171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140914391281598, 39.985611403942499 ], [ -75.141065093523096, 39.9856318852244 ], [ -75.141072637315204, 39.985598058426802 ], [ -75.140921994572594, 39.985577676717298 ], [ -75.140915886509006, 39.985576844074998 ], [ -75.140908407779705, 39.985610591251003 ], [ -75.140914391281598, 39.985611403942499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2310 N ORKNEY ST", "addr_range": "439-445 W DAUPHIN ST; 2302-2314 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 484, "objectid": 2152, "Shape__Area": 76.73828125, "Shape__Length": 38.161887325151298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141019540345297, 39.986402012322998 ], [ -75.141137980551605, 39.986417326154999 ], [ -75.141141437578995, 39.986404783213999 ], [ -75.141146407226501, 39.986379087291702 ], [ -75.141028749264194, 39.9863624694488 ], [ -75.141019540345297, 39.986402012322998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "426 W YORK ST", "addr_range": "424-430 W YORK ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 935, "objectid": 2153, "Shape__Area": 148.1953125, "Shape__Length": 62.721714503356921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140430741266997, 39.987355227145699 ], [ -75.140481517458198, 39.987361797665102 ], [ -75.140481795645996, 39.987360563281896 ], [ -75.140493355946603, 39.987310014752197 ], [ -75.140497094397404, 39.987297285406797 ], [ -75.140503571117506, 39.987270511909301 ], [ -75.140507078665095, 39.987250683562898 ], [ -75.140519654473096, 39.987196080992703 ], [ -75.1405214656276, 39.987188240025503 ], [ -75.140487063708093, 39.987183105018801 ], [ -75.140470291652207, 39.987181660476701 ], [ -75.140468577761894, 39.987189164870202 ], [ -75.140431372713195, 39.987352420400903 ], [ -75.140430741266997, 39.987355227145699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2514 CECIL B MOORE AVE", "addr_range": "2512-2514 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1042, "objectid": 2154, "Shape__Area": 165.1171875, "Shape__Length": 67.895008914225244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176148287435893, 39.980965781951397 ], [ -75.176200485594805, 39.980971804561101 ], [ -75.176231329870603, 39.980826386380699 ], [ -75.176239351199101, 39.9807817048817 ], [ -75.176187013005404, 39.980774374480198 ], [ -75.176170650494399, 39.980861698516598 ], [ -75.176148287435893, 39.980965781951397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2512 CECIL B MOORE AVE", "addr_range": "2512-2514 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1007, "objectid": 2155, "Shape__Area": 159.54296875, "Shape__Length": 67.498974852047198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176098325429194, 39.980958794029199 ], [ -75.176148287435893, 39.980965781951397 ], [ -75.176170650494399, 39.980861698516598 ], [ -75.176187013005404, 39.980774374480198 ], [ -75.176137180355795, 39.980767839979002 ], [ -75.176118235559898, 39.980864118018097 ], [ -75.176098325429194, 39.980958794029199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2042 N 25TH ST", "addr_range": "2040-2042 N 25TH ST", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1121, "objectid": 2156, "Shape__Area": 177.6328125, "Shape__Length": 67.777270483775069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174564931602006, 39.986552485529998 ], [ -75.174808177997505, 39.986580897766501 ], [ -75.174817499362106, 39.986537374476399 ], [ -75.174574164643303, 39.986507928615097 ], [ -75.174564931602006, 39.986552485529998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2500 DIAMOND ST", "addr_range": "2500-2504 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1156, "objectid": 2157, "Shape__Area": 183.20703125, "Shape__Length": 75.632530585555742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174575003193098, 39.9867394914017 ], [ -75.174526265382099, 39.9867332556733 ], [ -75.174481133876597, 39.9869518746182 ], [ -75.174533650751201, 39.986957888818601 ], [ -75.174575003193098, 39.9867394914017 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2502 DIAMOND ST", "addr_range": "2500-2504 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1340, "objectid": 2158, "Shape__Area": 212.46484375, "Shape__Length": 77.318275776374875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174575003193098, 39.9867394914017 ], [ -75.174533650751201, 39.986957888818601 ], [ -75.174593764594505, 39.986965331276799 ], [ -75.174632485403095, 39.986747228889897 ], [ -75.174575003193098, 39.9867394914017 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2504 DIAMOND ST", "addr_range": "2500-2504 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1238, "objectid": 2159, "Shape__Area": 196.23828125, "Shape__Length": 76.292443923931927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174632485403095, 39.986747228889897 ], [ -75.174593764594505, 39.986965331276799 ], [ -75.174648761158807, 39.986972303880201 ], [ -75.174686266741304, 39.9867535939592 ], [ -75.174632485403095, 39.986747228889897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2040 N 25TH ST", "addr_range": "2040-2042 N 25TH ST", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1109, "objectid": 2160, "Shape__Area": 175.8359375, "Shape__Length": 67.532602674610274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174574164643303, 39.986507928615097 ], [ -75.174817499362106, 39.986537374476399 ], [ -75.174826324907002, 39.986493613005898 ], [ -75.174584619173999, 39.986464364994298 ], [ -75.174574164643303, 39.986507928615097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2170 N DOVER ST", "addr_range": "2170-2172 N DOVER ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 681, "objectid": 2161, "Shape__Area": 108.01171875, "Shape__Length": 49.370808546261991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179725660084301, 39.989211757237896 ], [ -75.179893638502406, 39.989234201203402 ], [ -75.179902468824096, 39.989195776205598 ], [ -75.179734207683595, 39.989173067329702 ], [ -75.179725660084301, 39.989211757237896 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2123 N 29TH ST", "addr_range": "2117-2123 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1007, "objectid": 2162, "Shape__Area": 159.69140625, "Shape__Length": 66.035233400048384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180094433809302, 39.988367827158598 ], [ -75.180334099799694, 39.988400226195601 ], [ -75.180339311546007, 39.988377710392399 ], [ -75.180342603912393, 39.9883621164294 ], [ -75.180342985198706, 39.988360367094003 ], [ -75.1801025927859, 39.988327759892201 ], [ -75.180094433809302, 39.988367827158598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2117 N 29TH ST", "addr_range": "2117-2123 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1007, "objectid": 2163, "Shape__Area": 159.62890625, "Shape__Length": 65.887788163326093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180120540195603, 39.988249417011197 ], [ -75.180359217584893, 39.988282485846 ], [ -75.180368139881793, 39.988242177063697 ], [ -75.180128652150302, 39.988209508169497 ], [ -75.180120540195603, 39.988249417011197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2804 W SUSQUEHANNA AVE", "addr_range": "2804-2808 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 935, "objectid": 2164, "Shape__Area": 148.17578125, "Shape__Length": 60.596861921866974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178832304462603, 39.989133055603403 ], [ -75.178887029850003, 39.989140068706902 ], [ -75.178887768394702, 39.989136619061398 ], [ -75.178922488205899, 39.988976215845902 ], [ -75.178868657687005, 39.988968836268803 ], [ -75.178832304462603, 39.989133055603403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2803 DIAMOND ST", "addr_range": "2801-2805 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2064, "objectid": 2165, "Shape__Area": 327.140625, "Shape__Length": 93.940544998806672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179042874569305, 39.987998347622103 ], [ -75.179118352827601, 39.988008984440199 ], [ -75.179119010961898, 39.988006049271902 ], [ -75.179150089222603, 39.987864827152798 ], [ -75.179177596540697, 39.987750477886102 ], [ -75.179178196133407, 39.987747944158201 ], [ -75.179101350884594, 39.987739017506499 ], [ -75.179100849572805, 39.987741213754298 ], [ -75.179043529752505, 39.987995428606197 ], [ -75.179042874569305, 39.987998347622103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2801 DIAMOND ST", "addr_range": "2801-2805 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1930, "objectid": 2166, "Shape__Area": 305.8359375, "Shape__Length": 92.416591155574011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178971973990002, 39.987989071107698 ], [ -75.179042874569305, 39.987998347622103 ], [ -75.179101350884594, 39.987739017506499 ], [ -75.179030372089798, 39.987730205092902 ], [ -75.178971973990002, 39.987989071107698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2936 FRENCH ST", "addr_range": "2936-2940 FRENCH ST; 2937 WESTMONT ST", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 741, "objectid": 2167, "Shape__Area": 117.46484375, "Shape__Length": 52.846761146713774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181372065295406, 39.989030804014497 ], [ -75.181421955305495, 39.989038223071297 ], [ -75.181453413126405, 39.988897411676 ], [ -75.181403528676995, 39.988889879227699 ], [ -75.181372065295406, 39.989030804014497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2119 N 29TH ST", "addr_range": "2117-2123 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 970, "objectid": 2168, "Shape__Area": 153.8203125, "Shape__Length": 65.507676531878573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180111283228399, 39.988288041503097 ], [ -75.180351286420105, 39.988320963438603 ], [ -75.180359217584893, 39.988282485846 ], [ -75.180120540195603, 39.988249417011197 ], [ -75.180111283228399, 39.988288041503097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2165 N 29TH ST", "addr_range": "2163-2165 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1013, "objectid": 2169, "Shape__Area": 160.5703125, "Shape__Length": 66.583727100539932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179913148303797, 39.989196515400899 ], [ -75.180155875911794, 39.989228998618103 ], [ -75.180157585559101, 39.989221460297998 ], [ -75.180159571431901, 39.989212751442601 ], [ -75.180164897486193, 39.989189384947402 ], [ -75.179922009341794, 39.989156752187803 ], [ -75.179913148303797, 39.989196515400899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2134-44 N 29TH ST", "addr_range": "2134-2144 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 9169, "objectid": 2170, "Shape__Area": 1452.9921875, "Shape__Length": 157.08170402451532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180445696832706, 39.989000492905198 ], [ -75.180439832715294, 39.989026411641397 ], [ -75.180376433881804, 39.9893228528815 ], [ -75.1806378343055, 39.989358107447103 ], [ -75.180679280304901, 39.9891760435994 ], [ -75.180680816459599, 39.989165906478902 ], [ -75.180711266537898, 39.9890257664713 ], [ -75.180683756617398, 39.9890222494044 ], [ -75.180447758044494, 39.988991432536203 ], [ -75.180445696832706, 39.989000492905198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2172 N DOVER ST", "addr_range": "2170-2172 N DOVER ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 707, "objectid": 2171, "Shape__Area": 112.18359375, "Shape__Length": 49.757771245600992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179719785787398, 39.989239608383798 ], [ -75.179717181598804, 39.989251963292503 ], [ -75.179884824885306, 39.989274351109302 ], [ -75.179887332785199, 39.9892629301916 ], [ -75.179893638502406, 39.989234201203402 ], [ -75.179725660084301, 39.989211757237896 ], [ -75.179719785787398, 39.989239608383798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2121 N 29TH ST", "addr_range": "2117-2123 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 998, "objectid": 2172, "Shape__Area": 158.1875, "Shape__Length": 65.968798268474103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1801025927859, 39.988327759892201 ], [ -75.180342985198706, 39.988360367094003 ], [ -75.180346535803807, 39.988343489566198 ], [ -75.180351286420105, 39.988320963438603 ], [ -75.180111283228399, 39.988288041503097 ], [ -75.1801025927859, 39.988327759892201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2163 N 29TH ST", "addr_range": "2163-2165 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1005, "objectid": 2173, "Shape__Area": 159.36328125, "Shape__Length": 66.437686021941076 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179922009341794, 39.989156752187803 ], [ -75.180164897486193, 39.989189384947402 ], [ -75.180172365139299, 39.9891499130825 ], [ -75.179930426595504, 39.989117077247101 ], [ -75.179922009341794, 39.989156752187803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2938 FRENCH ST", "addr_range": "2936-2940 FRENCH ST; 2937 WESTMONT ST", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 746, "objectid": 2174, "Shape__Area": 118.30078125, "Shape__Length": 52.930704185467334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181421955305495, 39.989038223071297 ], [ -75.181472594673806, 39.989044659655299 ], [ -75.181503767699795, 39.988903632840803 ], [ -75.181453413126405, 39.988897411676 ], [ -75.181421955305495, 39.989038223071297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2937 WESTMONT ST", "addr_range": "2936-2940 FRENCH ST; 2937 WESTMONT ST", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 716, "objectid": 2175, "Shape__Area": 113.4921875, "Shape__Length": 51.792986790849653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181406127358699, 39.988878218843503 ], [ -75.181456185429298, 39.988885093834803 ], [ -75.181487675226606, 39.988747861961002 ], [ -75.181437036078094, 39.988741425383701 ], [ -75.181424518264095, 39.988802577033397 ], [ -75.181406127358699, 39.988878218843503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2940 FRENCH ST", "addr_range": "2936-2940 FRENCH ST; 2937 WESTMONT ST", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 729, "objectid": 2176, "Shape__Area": 115.65625, "Shape__Length": 52.727086114250767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181503767699795, 39.988903632840803 ], [ -75.181472594673806, 39.989044659655299 ], [ -75.181500168113899, 39.989047582385702 ], [ -75.181522047730894, 39.989051956263602 ], [ -75.181552941198404, 39.988911133117497 ], [ -75.181503767699795, 39.988903632840803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2806 W SUSQUEHANNA AVE", "addr_range": "2804-2808 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 929, "objectid": 2177, "Shape__Area": 147.33203125, "Shape__Length": 60.450476603463684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178922488205899, 39.988976215845902 ], [ -75.178887029850003, 39.989140068706902 ], [ -75.178940733092105, 39.989146946261201 ], [ -75.178976995481804, 39.988983417740599 ], [ -75.178922488205899, 39.988976215845902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2808 W SUSQUEHANNA AVE", "addr_range": "2804-2808 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 931, "objectid": 2178, "Shape__Area": 147.55078125, "Shape__Length": 60.556457954888657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178940733092105, 39.989146946261201 ], [ -75.178995217978397, 39.989154743210797 ], [ -75.179030541005403, 39.988990064667803 ], [ -75.178976995481804, 39.988983417740599 ], [ -75.178940733092105, 39.989146946261201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2137 N 30TH ST", "addr_range": "2137-2139 N 30TH ST", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 857, "objectid": 2179, "Shape__Area": 135.95703125, "Shape__Length": 57.861802650102057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181647407994205, 39.989238752291797 ], [ -75.181850872465006, 39.989265437403503 ], [ -75.181860433214595, 39.989225416716003 ], [ -75.181656109804806, 39.989198712398398 ], [ -75.181647407994205, 39.989238752291797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2139 N 30TH ST", "addr_range": "2137-2139 N 30TH ST", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 875, "objectid": 2180, "Shape__Area": 138.7265625, "Shape__Length": 57.963383123236994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181647407994205, 39.989238752291797 ], [ -75.1816390902476, 39.989280251405397 ], [ -75.181841871324707, 39.989306147270298 ], [ -75.181850872465006, 39.989265437403503 ], [ -75.181647407994205, 39.989238752291797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2805 DIAMOND ST", "addr_range": "2801-2805 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1588, "objectid": 2181, "Shape__Area": 251.765625, "Shape__Length": 90.0000104344589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179118353407006, 39.988008969135997 ], [ -75.179176571422701, 39.988017236172801 ], [ -75.1792341603784, 39.9877554038396 ], [ -75.179208836395105, 39.987751741649902 ], [ -75.179178196133407, 39.987747944158201 ], [ -75.179150089222603, 39.987864827152798 ], [ -75.179118353407006, 39.988008969135997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2035 N 25TH ST", "addr_range": "2035 N 25TH ST", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1886, "objectid": 2182, "Shape__Area": 298.94921875, "Shape__Length": 83.490368293912709 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174434722613299, 39.986307444478399 ], [ -75.174219983927202, 39.986279396403901 ], [ -75.174315227618806, 39.986383250072301 ], [ -75.174399091206794, 39.986474467463701 ], [ -75.174416979056701, 39.986392883955702 ], [ -75.174434722613299, 39.986307444478399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2131 N 22ND ST", "addr_range": "2127-2137 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1622, "objectid": 2183, "Shape__Area": 257.046875, "Shape__Length": 92.401920680498407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169300091284697, 39.987188309444697 ], [ -75.169172498701002, 39.987169851999496 ], [ -75.168948933171706, 39.987137517606698 ], [ -75.168939687565199, 39.987181719772003 ], [ -75.169164683015197, 39.987213972805399 ], [ -75.169290051009497, 39.987231945047398 ], [ -75.169300091284697, 39.987188309444697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2144 N 20TH ST", "addr_range": "2145-2155 N WOODSTOCK ST; 2142-2146 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1342, "objectid": 2184, "Shape__Area": 212.75390625, "Shape__Length": 76.71531723310531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1659016802015, 39.987317936432397 ], [ -75.166181202082996, 39.987355695578799 ], [ -75.166188988885096, 39.987323437945001 ], [ -75.166191571382896, 39.987310084476 ], [ -75.165911294166094, 39.987272325463898 ], [ -75.1659016802015, 39.987317936432397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1638 W SUSQUEHANNA AVE", "addr_range": "1632-1638 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1047, "objectid": 2185, "Shape__Area": 165.94140625, "Shape__Length": 65.530356341255583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160588225189599, 39.9867717485265 ], [ -75.160643717516507, 39.986779415723198 ], [ -75.160684372607406, 39.986599129484702 ], [ -75.160628921777203, 39.986592558876701 ], [ -75.160588225189599, 39.9867717485265 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2135 N WOODSTOCK ST", "addr_range": "2133-2137 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 915, "objectid": 2186, "Shape__Area": 144.97265625, "Shape__Length": 60.084658764700343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166241324042701, 39.987079208491899 ], [ -75.166453204990702, 39.987108012686399 ], [ -75.1664603423785, 39.9870762873351 ], [ -75.166461700644703, 39.987067001416399 ], [ -75.166249202318895, 39.987037925646298 ], [ -75.166248440939995, 39.987045838338197 ], [ -75.166241324042701, 39.987079208491899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2149 N 22ND ST", "addr_range": "2149-2151 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1637, "objectid": 2187, "Shape__Area": 259.5234375, "Shape__Length": 92.588553315244937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168850700728896, 39.9875777811991 ], [ -75.169093947545505, 39.987612299981102 ], [ -75.169202190900904, 39.987627660818603 ], [ -75.169211433610897, 39.987584055942499 ], [ -75.169101813988604, 39.987568017236399 ], [ -75.168860774100196, 39.9875327597113 ], [ -75.168850700728896, 39.9875777811991 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2133 N 22ND ST", "addr_range": "2127-2137 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1692, "objectid": 2188, "Shape__Area": 268.1484375, "Shape__Length": 92.887910216482283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168929011635996, 39.987227743157199 ], [ -75.169156499461494, 39.987260036935403 ], [ -75.169279621801195, 39.987277523500602 ], [ -75.169290051009497, 39.987231945047398 ], [ -75.169164683015197, 39.987213972805399 ], [ -75.168939687565199, 39.987181719772003 ], [ -75.168929011635996, 39.987227743157199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1632 W SUSQUEHANNA AVE", "addr_range": "1632-1638 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 929, "objectid": 2189, "Shape__Area": 147.21875, "Shape__Length": 63.981500070688583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160434832800803, 39.986751829741102 ], [ -75.160483272524402, 39.986758144945497 ], [ -75.160522513303405, 39.986578681909698 ], [ -75.160472186466095, 39.986572403430998 ], [ -75.160434832800803, 39.986751829741102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2031 DIAMOND ST", "addr_range": "2031 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1748, "objectid": 2190, "Shape__Area": 277.046875, "Shape__Length": 92.239895631677669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167311664009304, 39.986490454787997 ], [ -75.167373923119996, 39.986499271116401 ], [ -75.167433125783504, 39.986234674249999 ], [ -75.167369529844095, 39.986225781013999 ], [ -75.167355727151701, 39.986288949601096 ], [ -75.167348646096698, 39.986319176075902 ], [ -75.167337239582906, 39.986374467850801 ], [ -75.167316551232204, 39.986471593000601 ], [ -75.167311664009304, 39.986490454787997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2151 N 22ND ST", "addr_range": "2149-2151 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1805, "objectid": 2191, "Shape__Area": 286.046875, "Shape__Length": 93.93053374213423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168850700728896, 39.9875777811991 ], [ -75.168840769802301, 39.987626820808401 ], [ -75.169085230469804, 39.9876613660022 ], [ -75.169191891368499, 39.987676450692497 ], [ -75.169202190900904, 39.987627660818603 ], [ -75.169093947545505, 39.987612299981102 ], [ -75.168850700728896, 39.9875777811991 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2155 N WOODSTOCK ST", "addr_range": "2145-2155 N WOODSTOCK ST; 2142-2146 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 893, "objectid": 2192, "Shape__Area": 141.5, "Shape__Length": 59.766372358219584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166373534689896, 39.987475314604701 ], [ -75.166161254508197, 39.987445952582902 ], [ -75.166153029286704, 39.987486438324602 ], [ -75.166364919447503, 39.987515032924797 ], [ -75.166373534689896, 39.987475314604701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2136 N 20TH ST", "addr_range": "2134-2136 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1297, "objectid": 2193, "Shape__Area": 205.63671875, "Shape__Length": 76.225028602075909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1659403061619, 39.987139393274497 ], [ -75.166220276035503, 39.987176903837003 ], [ -75.166224073146395, 39.987160257470997 ], [ -75.166229512998498, 39.987132975564798 ], [ -75.165950188377195, 39.987095011921397 ], [ -75.165947861198006, 39.987105502302697 ], [ -75.1659403061619, 39.987139393274497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2133 N WOODSTOCK ST", "addr_range": "2133-2137 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 896, "objectid": 2194, "Shape__Area": 142.0703125, "Shape__Length": 59.892646987991874 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166459032228403, 39.987066635005597 ], [ -75.166461700644703, 39.987067001416399 ], [ -75.166469495491, 39.9870323418426 ], [ -75.166470808152297, 39.987026471545398 ], [ -75.166258282377797, 39.986998120488401 ], [ -75.166257942976998, 39.987001530397301 ], [ -75.166255404473702, 39.987013143196002 ], [ -75.166249202318895, 39.987037925646298 ], [ -75.166459032228403, 39.987066635005597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1636 W SUSQUEHANNA AVE", "addr_range": "1632-1638 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 972, "objectid": 2195, "Shape__Area": 154.1484375, "Shape__Length": 64.535400848769243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160537016687698, 39.986764934806601 ], [ -75.160588225189599, 39.9867717485265 ], [ -75.160628921777203, 39.986592558876701 ], [ -75.160576948988705, 39.986585487357303 ], [ -75.160537016687698, 39.986764934806601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1634 W SUSQUEHANNA AVE", "addr_range": "1632-1638 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1018, "objectid": 2196, "Shape__Area": 161.3828125, "Shape__Length": 65.091581743696395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160483250288294, 39.986758144443797 ], [ -75.160537016687698, 39.986764934806601 ], [ -75.160576948988705, 39.986585487357303 ], [ -75.160522513303405, 39.986578681909698 ], [ -75.160483250288294, 39.986758144443797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2142 N 20TH ST", "addr_range": "2145-2155 N WOODSTOCK ST; 2142-2146 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1281, "objectid": 2197, "Shape__Area": 203.11328125, "Shape__Length": 76.184832299579767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165911294166094, 39.987272325463898 ], [ -75.166191571382896, 39.987310084476 ], [ -75.166197667635203, 39.987282575875902 ], [ -75.166200921409299, 39.987266448877598 ], [ -75.165920512364707, 39.987228895951802 ], [ -75.165911294166094, 39.987272325463898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2041 DIAMOND ST", "addr_range": "2035-2043 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1755, "objectid": 2198, "Shape__Area": 279.7265625, "Shape__Length": 92.632658329940142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1676154467564, 39.986532690262699 ], [ -75.167678790340304, 39.986541143388401 ], [ -75.167737347945604, 39.9862752749628 ], [ -75.167674319418097, 39.986266828952502 ], [ -75.1676154467564, 39.986532690262699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2035 DIAMOND ST", "addr_range": "2035-2043 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1755, "objectid": 2199, "Shape__Area": 280.72265625, "Shape__Length": 92.515842325218813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167437063562105, 39.9865080748054 ], [ -75.167500710402507, 39.986516776325999 ], [ -75.167559213192803, 39.986251874432 ], [ -75.167539434818096, 39.986248995765202 ], [ -75.167495899237906, 39.986242680365599 ], [ -75.167437063562105, 39.9865080748054 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2037 DIAMOND ST", "addr_range": "2035-2043 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1432, "objectid": 2200, "Shape__Area": 227.03125, "Shape__Length": 89.805824519036577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167500710402507, 39.986516776325999 ], [ -75.167551799920602, 39.9865239879055 ], [ -75.167565196852195, 39.986465387322198 ], [ -75.167571784887897, 39.986433215264803 ], [ -75.167584678276896, 39.986375780975898 ], [ -75.167610978465305, 39.9862583749767 ], [ -75.167559213192803, 39.986251874432 ], [ -75.167500710402507, 39.986516776325999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2039 DIAMOND ST", "addr_range": "2035-2043 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1755, "objectid": 2201, "Shape__Area": 281.1953125, "Shape__Length": 92.6821333955602 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167551799920602, 39.9865239879055 ], [ -75.1676154467564, 39.986532690262699 ], [ -75.167674319418097, 39.986266828952502 ], [ -75.167610978465305, 39.9862583749767 ], [ -75.167584678276896, 39.986375780975898 ], [ -75.167571784887897, 39.986433215264803 ], [ -75.167565196852195, 39.986465387322198 ], [ -75.167551799920602, 39.9865239879055 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2135 N 22ND ST", "addr_range": "2127-2137 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1625, "objectid": 2202, "Shape__Area": 257.54296875, "Shape__Length": 92.311582870670222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168919381738306, 39.987272162833797 ], [ -75.169148636107593, 39.9873042710974 ], [ -75.169269557936303, 39.987321224345699 ], [ -75.169279621801195, 39.987277523500602 ], [ -75.169156499461494, 39.987260036935403 ], [ -75.168929011635996, 39.987227743157199 ], [ -75.168919381738306, 39.987272162833797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2043 DIAMOND ST", "addr_range": "2035-2043 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1811, "objectid": 2203, "Shape__Area": 287.0, "Shape__Length": 93.063064254852378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167678790340304, 39.986541143388401 ], [ -75.1677433894247, 39.986550124789098 ], [ -75.1678022607027, 39.986283763330299 ], [ -75.167737347945604, 39.9862752749628 ], [ -75.167678790340304, 39.986541143388401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2129 N UBER ST", "addr_range": "2129-2133 N UBER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1734, "objectid": 2204, "Shape__Area": 274.78515625, "Shape__Length": 84.191361844567879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164724825435201, 39.986721775953903 ], [ -75.164966587349596, 39.986753850924401 ], [ -75.165025709522297, 39.986761469803099 ], [ -75.165038155104298, 39.986706442188101 ], [ -75.164994432732698, 39.986701154197902 ], [ -75.164737163330102, 39.986666875686701 ], [ -75.164724825435201, 39.986721775953903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2133 N UBER ST", "addr_range": "2129-2133 N UBER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1670, "objectid": 2205, "Shape__Area": 264.64453125, "Shape__Length": 83.646098058081193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164703126917999, 39.986828258434699 ], [ -75.164973574026504, 39.986864300662603 ], [ -75.165003558536299, 39.9868682809213 ], [ -75.165015036968995, 39.986815552540598 ], [ -75.164984635257497, 39.986811547570603 ], [ -75.164712901559696, 39.986775153819998 ], [ -75.164703126917999, 39.986828258434699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2161 N 19TH ST", "addr_range": "2161 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1521, "objectid": 2206, "Shape__Area": 241.109375, "Shape__Length": 84.845019308064025 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164115679611399, 39.987226386747103 ], [ -75.164123813088693, 39.987227440377303 ], [ -75.164133917169195, 39.987181693707797 ], [ -75.163817588003994, 39.987140327740804 ], [ -75.163808516457493, 39.987186484188904 ], [ -75.164115679611399, 39.987226386747103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2119 N 15TH ST", "addr_range": "2119-2121 N 15TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1312, "objectid": 2207, "Shape__Area": 207.96484375, "Shape__Length": 78.276998067258987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157736502266403, 39.985453281065702 ], [ -75.157738815419293, 39.985453623439298 ], [ -75.158026937908204, 39.985490323836203 ], [ -75.158036820666496, 39.985447715364202 ], [ -75.157746079293204, 39.985409941291302 ], [ -75.157745724692106, 39.985411528984102 ], [ -75.157736502266403, 39.985453281065702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2121 N 15TH ST", "addr_range": "2119-2121 N 15TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1306, "objectid": 2208, "Shape__Area": 206.9453125, "Shape__Length": 78.257509955013504 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157726955264195, 39.985495895297603 ], [ -75.158018084242798, 39.985533405156197 ], [ -75.158026937908204, 39.985490323836203 ], [ -75.157738815419293, 39.985453623439298 ], [ -75.157736502266403, 39.985453281065702 ], [ -75.157726955264195, 39.985495895297603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2147 N WOODSTOCK ST", "addr_range": "2145-2155 N WOODSTOCK ST; 2142-2146 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 912, "objectid": 2209, "Shape__Area": 144.5390625, "Shape__Length": 59.999630197601995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166188988885096, 39.987323437945001 ], [ -75.166401368394602, 39.987352334533199 ], [ -75.166407266735405, 39.987326208130703 ], [ -75.166409547965998, 39.9873114125595 ], [ -75.166405690660596, 39.987310891441403 ], [ -75.166197667635203, 39.987282575875902 ], [ -75.166191571382896, 39.987310084476 ], [ -75.166188988885096, 39.987323437945001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2149 N WOODSTOCK ST", "addr_range": "2145-2155 N WOODSTOCK ST; 2142-2146 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 923, "objectid": 2210, "Shape__Area": 146.34765625, "Shape__Length": 60.237637469037296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166387819216695, 39.987392860825103 ], [ -75.166392239299597, 39.987393460386102 ], [ -75.166401368394602, 39.987352334533199 ], [ -75.166188988885096, 39.987323437945001 ], [ -75.166181202082996, 39.987355695578799 ], [ -75.166179407385002, 39.987364844627002 ], [ -75.166387819216695, 39.987392860825103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2134 N 20TH ST", "addr_range": "2134-2136 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1273, "objectid": 2211, "Shape__Area": 201.75390625, "Shape__Length": 75.990480152003315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165950188377195, 39.987095011921397 ], [ -75.166229512998498, 39.987132975564798 ], [ -75.166231865990895, 39.987120697245402 ], [ -75.166238718437199, 39.987089321391998 ], [ -75.165958767639694, 39.987051811295899 ], [ -75.165950188377195, 39.987095011921397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2137 N 22ND ST", "addr_range": "2127-2137 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1616, "objectid": 2212, "Shape__Area": 256.109375, "Shape__Length": 92.183076404596662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169269557936303, 39.987321224345699 ], [ -75.169148636107593, 39.9873042710974 ], [ -75.168919381738306, 39.987272162833797 ], [ -75.168909298714297, 39.987316330847896 ], [ -75.169140823497003, 39.987348279344602 ], [ -75.169259670653801, 39.987364685886803 ], [ -75.169269557936303, 39.987321224345699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2131 N UBER ST", "addr_range": "2129-2133 N UBER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1698, "objectid": 2213, "Shape__Area": 269.03515625, "Shape__Length": 83.944013730722006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164712901559696, 39.986775153819998 ], [ -75.164984635257497, 39.986811547570603 ], [ -75.165015036968995, 39.986815552540598 ], [ -75.165025709522297, 39.986761469803099 ], [ -75.164966587349596, 39.986753850924401 ], [ -75.164724825435201, 39.986721775953903 ], [ -75.164712901559696, 39.986775153819998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2122 N 19TH ST", "addr_range": "2112-2124 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1384, "objectid": 2214, "Shape__Area": 219.36328125, "Shape__Length": 78.268703658100222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164480102543905, 39.9864184659681 ], [ -75.164721753128404, 39.986449588402202 ], [ -75.164767167023598, 39.986455575947097 ], [ -75.164776754756701, 39.986409624784301 ], [ -75.164733848702198, 39.986403821676198 ], [ -75.164490465280807, 39.986372499847199 ], [ -75.164480102543905, 39.9864184659681 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2118 N 19TH ST", "addr_range": "2112-2124 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1382, "objectid": 2215, "Shape__Area": 219.08984375, "Shape__Length": 78.229627391955489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164499943867597, 39.986327174252303 ], [ -75.164547992183998, 39.986332786942903 ], [ -75.164755322648105, 39.986359911451402 ], [ -75.164786164184093, 39.986363926393999 ], [ -75.1647966085646, 39.986317994525699 ], [ -75.164760125832601, 39.986312998355402 ], [ -75.164510320634307, 39.986280869664398 ], [ -75.164499943867597, 39.986327174252303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2116 N 19TH ST", "addr_range": "2112-2124 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1366, "objectid": 2216, "Shape__Area": 216.50390625, "Shape__Length": 78.021074239459509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164510320634307, 39.986280869664398 ], [ -75.164760125832601, 39.986312998355402 ], [ -75.1647966085646, 39.986317994525699 ], [ -75.164806513183606, 39.986272518125801 ], [ -75.164782460469894, 39.986269123731702 ], [ -75.164520454821698, 39.986235398456401 ], [ -75.164510320634307, 39.986280869664398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2120 N 19TH ST", "addr_range": "2112-2124 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1369, "objectid": 2217, "Shape__Area": 217.0546875, "Shape__Length": 78.020731500494733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164490465280807, 39.986372499847199 ], [ -75.164733848702198, 39.986403821676198 ], [ -75.164776754756701, 39.986409624784301 ], [ -75.164786164184093, 39.986363926393999 ], [ -75.164755322648105, 39.986359911451402 ], [ -75.164547992183998, 39.986332786942903 ], [ -75.164499943867597, 39.986327174252303 ], [ -75.164490465280807, 39.986372499847199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2114 N 19TH ST", "addr_range": "2112-2124 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1387, "objectid": 2218, "Shape__Area": 219.859375, "Shape__Length": 78.210247193432465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164520454821698, 39.986235398456401 ], [ -75.164782460469894, 39.986269123731702 ], [ -75.164806513183606, 39.986272518125801 ], [ -75.164816374257398, 39.986226492927102 ], [ -75.164770534561796, 39.986220156124404 ], [ -75.164530180830297, 39.986189080108403 ], [ -75.164527622264401, 39.986199613006697 ], [ -75.164520454821698, 39.986235398456401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2112 N 19TH ST", "addr_range": "2112-2124 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1382, "objectid": 2219, "Shape__Area": 219.03125, "Shape__Length": 78.270659072592366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164662925042194, 39.986159088693498 ], [ -75.164602584590099, 39.986151056536997 ], [ -75.164540098495294, 39.986143265239797 ], [ -75.164530180830297, 39.986189080108403 ], [ -75.164770534561796, 39.986220156124404 ], [ -75.164816374257398, 39.986226492927102 ], [ -75.164826756892893, 39.986180028066997 ], [ -75.164794617009093, 39.986175998304901 ], [ -75.164662925042194, 39.986159088693498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1606 N SYDENHAM ST", "addr_range": "1601-1605 N 16TH ST; 1509-1513, 1517-1523 OXFORD ST; 1600-1608 N SYDENHAM ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1040, "objectid": 2220, "Shape__Area": 164.8515625, "Shape__Length": 64.46361171352504 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160645941480894, 39.9780436973818 ], [ -75.160874194056603, 39.978072640498702 ], [ -75.160883846511098, 39.978029914914401 ], [ -75.160654052237604, 39.977999696327203 ], [ -75.160645941480894, 39.9780436973818 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2017 CECIL B MOORE AVE", "addr_range": "2015-2017, 2025 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1922, "objectid": 2221, "Shape__Area": 304.8984375, "Shape__Length": 89.095538363110023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168148119602506, 39.980323923785001 ], [ -75.168143506266503, 39.980346597643397 ], [ -75.168219207352607, 39.980356102583798 ], [ -75.168223519805395, 39.980334164389902 ], [ -75.168267471769397, 39.980110604133998 ], [ -75.168193521555807, 39.980100831363004 ], [ -75.168148119602506, 39.980323923785001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1517 W OXFORD ST", "addr_range": "1601-1605 N 16TH ST; 1509-1513, 1517-1523 OXFORD ST; 1600-1608 N SYDENHAM ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1567, "objectid": 2222, "Shape__Area": 248.35546875, "Shape__Length": 73.846145423354358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160989551095298, 39.977912400526698 ], [ -75.161067103939899, 39.977922178199996 ], [ -75.161107696356197, 39.977731814423002 ], [ -75.161028589013597, 39.977721068248897 ], [ -75.160989551095298, 39.977912400526698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1618 N 16TH ST", "addr_range": "1616-1620 N 16TH ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 4049, "objectid": 2223, "Shape__Area": 641.4296875, "Shape__Length": 155.20835505926291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161419968861594, 39.978261609654197 ], [ -75.161407206210697, 39.978324366800003 ], [ -75.161793036716105, 39.9783778182532 ], [ -75.162010333969206, 39.978406156993103 ], [ -75.162025268463196, 39.978342481980299 ], [ -75.161776072402802, 39.978309426024502 ], [ -75.161759576895406, 39.978306796943301 ], [ -75.161419968861594, 39.978261609654197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1604 N SYDENHAM ST", "addr_range": "1601-1605 N 16TH ST; 1509-1513, 1517-1523 OXFORD ST; 1600-1608 N SYDENHAM ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1011, "objectid": 2224, "Shape__Area": 160.14453125, "Shape__Length": 64.270342876626771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160654052237604, 39.977999696327203 ], [ -75.160883846511098, 39.978029914914401 ], [ -75.160889358595895, 39.978001297742402 ], [ -75.160892669402401, 39.977988089650403 ], [ -75.1606628869351, 39.977957564998299 ], [ -75.160654052237604, 39.977999696327203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1513 W OXFORD ST", "addr_range": "1601-1605 N 16TH ST; 1509-1513, 1517-1523 OXFORD ST; 1600-1608 N SYDENHAM ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1614, "objectid": 2225, "Shape__Area": 255.80078125, "Shape__Length": 74.367721437092882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160830905565405, 39.977891201891502 ], [ -75.160911625537693, 39.977901985481999 ], [ -75.160951061526802, 39.977710662206697 ], [ -75.160870285125796, 39.977700811720098 ], [ -75.160830905565405, 39.977891201891502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1519 W OXFORD ST", "addr_range": "1601-1605 N 16TH ST; 1509-1513, 1517-1523 OXFORD ST; 1600-1608 N SYDENHAM ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1590, "objectid": 2226, "Shape__Area": 251.87109375, "Shape__Length": 74.087665915791447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161067103939899, 39.977922178199996 ], [ -75.161146209770905, 39.977933554118501 ], [ -75.161187223745998, 39.977742571819697 ], [ -75.161107696356197, 39.977731814423002 ], [ -75.161067103939899, 39.977922178199996 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2015 CECIL B MOORE AVE", "addr_range": "2015-2017, 2025 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1549, "objectid": 2227, "Shape__Area": 245.6328125, "Shape__Length": 85.844647723420536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168087956771799, 39.980315752284298 ], [ -75.168083340924696, 39.980338522492801 ], [ -75.168143506266503, 39.980346597643397 ], [ -75.168148119602506, 39.980323923785001 ], [ -75.168193521555807, 39.980100831363004 ], [ -75.168133306420202, 39.980092931712399 ], [ -75.168087956771799, 39.980315752284298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1601 N 16TH ST", "addr_range": "1601-1605 N 16TH ST; 1509-1513, 1517-1523 OXFORD ST; 1600-1608 N SYDENHAM ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 3929, "objectid": 2228, "Shape__Area": 622.43359375, "Shape__Length": 114.75864685532386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160889358595895, 39.978001297742402 ], [ -75.161269488126194, 39.978050350664297 ], [ -75.161290482145802, 39.977952556673401 ], [ -75.161222933113706, 39.977943617516097 ], [ -75.161146209770905, 39.977933554118501 ], [ -75.161067103939899, 39.977922178199996 ], [ -75.160989551095298, 39.977912400526698 ], [ -75.160911625537693, 39.977901985481999 ], [ -75.160901470151799, 39.977946875676601 ], [ -75.160892669402401, 39.977988089650403 ], [ -75.160889358595895, 39.978001297742402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1616 N 16TH ST", "addr_range": "1616-1620 N 16TH ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2224, "objectid": 2229, "Shape__Area": 352.453125, "Shape__Length": 95.071934677208986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161419968861594, 39.978261609654197 ], [ -75.161759576895406, 39.978306796943301 ], [ -75.161772450368602, 39.978245026175202 ], [ -75.161739479938504, 39.978240365847 ], [ -75.161433370239294, 39.978198625442502 ], [ -75.161419968861594, 39.978261609654197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2032 DIAMOND ST", "addr_range": "2028-2042 DIAMOND ST; 2031-2039 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1668, "objectid": 2230, "Shape__Area": 264.4375, "Shape__Length": 89.983620050631203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167589768936296, 39.985796581034002 ], [ -75.167532427457303, 39.986054674871397 ], [ -75.167593832354697, 39.986062842960301 ], [ -75.167651425840404, 39.985804738549199 ], [ -75.167589768936296, 39.985796581034002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2232-40 W MONTGOMERY AVE", "addr_range": "2232-2242 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 6893, "objectid": 2231, "Shape__Area": 1092.015625, "Shape__Length": 132.26880827095951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171729538020699, 39.981988888767802 ], [ -75.171789942857203, 39.981996225810697 ], [ -75.171847745291103, 39.982004794610702 ], [ -75.171908885442903, 39.982012631953097 ], [ -75.171968763175698, 39.982020649939301 ], [ -75.172027618852795, 39.9820285332098 ], [ -75.172076397757294, 39.9818094158679 ], [ -75.172018100700299, 39.981801755102701 ], [ -75.171957735814104, 39.981793338758997 ], [ -75.171935424660902, 39.981789887647899 ], [ -75.171896624653499, 39.9817847119009 ], [ -75.171839052862893, 39.981777261054198 ], [ -75.171776917769193, 39.981768611129198 ], [ -75.171729538020699, 39.981988888767802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2008 N 19TH ST", "addr_range": "1901 W NORRIS ST; 1907 W NORRIS ST; 2008 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1125, "objectid": 2232, "Shape__Area": 178.3203125, "Shape__Length": 69.986132922784776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164885136416501, 39.984561589556698 ], [ -75.1651399529744, 39.9845945872922 ], [ -75.165149292671998, 39.984552369734203 ], [ -75.165009790534597, 39.984534833140003 ], [ -75.164956039276404, 39.984527158583703 ], [ -75.164894069798095, 39.984519557483203 ], [ -75.164885136416501, 39.984561589556698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2040 DIAMOND ST", "addr_range": "2028-2042 DIAMOND ST; 2031-2039 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1688, "objectid": 2233, "Shape__Area": 267.5625, "Shape__Length": 90.276133091119263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167780643856005, 39.986087873079299 ], [ -75.167843025169901, 39.986096239600499 ], [ -75.167854912744602, 39.986038233940398 ], [ -75.167899090903603, 39.985837504242802 ], [ -75.167836852384895, 39.985829269804498 ], [ -75.167825627400902, 39.985879214577501 ], [ -75.167780643856005, 39.986087873079299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2035 N 22ND ST", "addr_range": "2023-2035 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2577, "objectid": 2234, "Shape__Area": 408.3359375, "Shape__Length": 94.809518116710763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1694898072586, 39.986301455185099 ], [ -75.169502254803206, 39.986303121712098 ], [ -75.169518811165503, 39.986225877014597 ], [ -75.169200341157307, 39.986184671435602 ], [ -75.169196771412004, 39.986186509424002 ], [ -75.169182252815105, 39.986260301267897 ], [ -75.1694898072586, 39.986301455185099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1902 MONUMENT ST", "addr_range": "1900-1904 MONUMENT ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 593, "objectid": 2235, "Shape__Area": 94.0234375, "Shape__Length": 45.45137118996287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165269186331201, 39.983009355725002 ], [ -75.165243452256902, 39.983126677604098 ], [ -75.165291769141007, 39.983133423252198 ], [ -75.165317025205994, 39.983016010408598 ], [ -75.165269186331201, 39.983009355725002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1606 N 17TH ST", "addr_range": "1604-1606 N 17TH ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2232, "objectid": 2236, "Shape__Area": 353.63671875, "Shape__Length": 103.87630280543561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162992573366097, 39.9784152796299 ], [ -75.163378943933793, 39.978466738533101 ], [ -75.163391702275504, 39.978426097449798 ], [ -75.163393810828396, 39.978412554951497 ], [ -75.163003335836393, 39.978360504403199 ], [ -75.162992573366097, 39.9784152796299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2031 N 21ST ST", "addr_range": "2028-2042 DIAMOND ST; 2031-2039 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1188, "objectid": 2237, "Shape__Area": 188.265625, "Shape__Length": 75.521681134126823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167719522956105, 39.985621988921203 ], [ -75.168001824114398, 39.985658114198202 ], [ -75.168010913560806, 39.985618615483197 ], [ -75.167729072047294, 39.985581372496497 ], [ -75.167719522956105, 39.985621988921203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1822 CECIL B MOORE AVE", "addr_range": "1822-1842 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1479, "objectid": 2238, "Shape__Area": 234.34375, "Shape__Length": 84.380847136117396 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165268155710095, 39.979308316504998 ], [ -75.165210819507493, 39.9793002548857 ], [ -75.165157878207197, 39.979541729336297 ], [ -75.1652167586671, 39.979550488005501 ], [ -75.165268155710095, 39.979308316504998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2217 W MONTGOMERY AVE", "addr_range": "2213-2223 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1096, "objectid": 2239, "Shape__Area": 173.734375, "Shape__Length": 70.413570416825252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171016263002599, 39.982232954362502 ], [ -75.171068925746994, 39.982240021394297 ], [ -75.171113468583698, 39.982041524402803 ], [ -75.171061125092294, 39.9820343510344 ], [ -75.171016263002599, 39.982232954362502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1822 N 22ND ST", "addr_range": "1820-1832 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1609, "objectid": 2240, "Shape__Area": 254.94921875, "Shape__Length": 90.084653409797937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170541850216395, 39.982522668837397 ], [ -75.170882382101297, 39.982567446526801 ], [ -75.170891628979206, 39.982523099206396 ], [ -75.170717426955903, 39.982499017785003 ], [ -75.170550846539101, 39.982477800528201 ], [ -75.170541850216395, 39.982522668837397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1748 N 20TH ST", "addr_range": "1748-1750 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1275, "objectid": 2241, "Shape__Area": 201.99609375, "Shape__Length": 75.126001825564401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167215223297603, 39.981304328156 ], [ -75.167489639255606, 39.981343468141702 ], [ -75.167499256230101, 39.981300499818303 ], [ -75.167225681676101, 39.981259073090897 ], [ -75.167215223297603, 39.981304328156 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1836 CECIL B MOORE AVE", "addr_range": "1822-1842 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1502, "objectid": 2242, "Shape__Area": 238.05078125, "Shape__Length": 84.411260786764316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165552313248398, 39.979595620327103 ], [ -75.165611128268907, 39.979603392508402 ], [ -75.165662559890805, 39.979362430803697 ], [ -75.165602719096995, 39.9793541354803 ], [ -75.165552313248398, 39.979595620327103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1834 CECIL B MOORE AVE", "addr_range": "1822-1842 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1413, "objectid": 2243, "Shape__Area": 223.9140625, "Shape__Length": 83.712784801836818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165495573338603, 39.979588378693698 ], [ -75.165552313248398, 39.979595620327103 ], [ -75.165602719096995, 39.9793541354803 ], [ -75.1655479568727, 39.979346696032501 ], [ -75.165495573338603, 39.979588378693698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1614 N 17TH ST", "addr_range": "1610-1618 N 17TH ST; 1623 N BOUVIER ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1892, "objectid": 2244, "Shape__Area": 299.73828125, "Shape__Length": 101.19865709348795 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162946979693103, 39.978621553083201 ], [ -75.163144515126405, 39.978648362929597 ], [ -75.163334591319298, 39.978674005976302 ], [ -75.163334621536706, 39.978673766086096 ], [ -75.163343036789996, 39.978634365122701 ], [ -75.163344237056407, 39.978627604823103 ], [ -75.162957762193599, 39.978575047836898 ], [ -75.162946979693103, 39.978621553083201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1618 N 17TH ST", "addr_range": "1610-1618 N 17TH ST; 1623 N BOUVIER ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1879, "objectid": 2245, "Shape__Area": 297.6796875, "Shape__Length": 94.426833998793114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163132521168606, 39.978699741508798 ], [ -75.162935416180204, 39.978672665637902 ], [ -75.162924458772494, 39.978723792756398 ], [ -75.1632759358844, 39.978771547852702 ], [ -75.163279279601994, 39.978758017879798 ], [ -75.163286541120598, 39.978720896614 ], [ -75.163132521168606, 39.978699741508798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1944 N 22ND ST", "addr_range": "1944-1946 N 22ND ST; 2200-2202 NORRIS ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1941, "objectid": 2246, "Shape__Area": 307.66796875, "Shape__Length": 108.45843238535855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170077587343698, 39.984599925515703 ], [ -75.170129947070606, 39.984607276253499 ], [ -75.170190627492403, 39.984616265534797 ], [ -75.170297245759301, 39.984630686999203 ], [ -75.170500097406403, 39.984658120400503 ], [ -75.170501817288397, 39.984653113379103 ], [ -75.170509816459898, 39.984615201909698 ], [ -75.170455589949796, 39.984607874261599 ], [ -75.170320985547903, 39.984588809885501 ], [ -75.170228902124194, 39.984576293730903 ], [ -75.170141773755802, 39.984563518567903 ], [ -75.170087849962101, 39.984555408260903 ], [ -75.170077587343698, 39.984599925515703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2039 N 21ST ST", "addr_range": "2028-2042 DIAMOND ST; 2031-2039 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1303, "objectid": 2247, "Shape__Area": 206.5234375, "Shape__Length": 76.836506178876419 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167974715029203, 39.9857869305376 ], [ -75.167691633771796, 39.985750884062398 ], [ -75.167682314993996, 39.985793697835 ], [ -75.167965104896595, 39.985831897506003 ], [ -75.167974715029203, 39.9857869305376 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2223 W MONTGOMERY AVE", "addr_range": "2213-2223 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1151, "objectid": 2248, "Shape__Area": 182.47265625, "Shape__Length": 70.853251160795395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171228516841794, 39.982261516950302 ], [ -75.171229933748705, 39.982261710069501 ], [ -75.171273286202194, 39.982063088068003 ], [ -75.171218327875494, 39.982055775827497 ], [ -75.171196094465103, 39.982154043541598 ], [ -75.171175443044703, 39.982254231720802 ], [ -75.171228516841794, 39.982261516950302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2035 N 21ST ST", "addr_range": "2028-2042 DIAMOND ST; 2031-2039 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1268, "objectid": 2249, "Shape__Area": 200.984375, "Shape__Length": 76.316427718190837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167700943172605, 39.985707731296799 ], [ -75.167983296147497, 39.985744228094198 ], [ -75.167992593725103, 39.985701381388097 ], [ -75.167710743512103, 39.985664943675197 ], [ -75.167700943172605, 39.985707731296799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2028 DIAMOND ST", "addr_range": "2028-2042 DIAMOND ST; 2031-2039 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1734, "objectid": 2250, "Shape__Area": 274.76171875, "Shape__Length": 90.674444779033649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167408622072998, 39.9860381233742 ], [ -75.167470921435395, 39.9860464558191 ], [ -75.167480854821306, 39.9859984804622 ], [ -75.167528107425994, 39.985788052163599 ], [ -75.1674637051823, 39.985779366081502 ], [ -75.167418101645396, 39.985987236543203 ], [ -75.167406976367005, 39.9860379079417 ], [ -75.167408622072998, 39.9860381233742 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1807-09 N 22ND ST", "addr_range": "1801-1819 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 3354, "objectid": 2251, "Shape__Area": 531.3828125, "Shape__Length": 103.2207524341717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170059546759404, 39.982120874135298 ], [ -75.170049183776698, 39.982168597637397 ], [ -75.170060887888198, 39.982169989718201 ], [ -75.170378531317098, 39.982215914079902 ], [ -75.170389145399398, 39.982168727795298 ], [ -75.170399844565694, 39.982119270164802 ], [ -75.170082677595005, 39.982073517844398 ], [ -75.170069974045106, 39.982071426636502 ], [ -75.170059546759404, 39.982120874135298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1610 N 17TH ST", "addr_range": "1610-1618 N 17TH ST; 1623 N BOUVIER ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2331, "objectid": 2252, "Shape__Area": 369.33984375, "Shape__Length": 105.53134864729988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162966897988795, 39.978529957004703 ], [ -75.163353717046107, 39.978582264934403 ], [ -75.163361970742798, 39.978543230646203 ], [ -75.163366491501094, 39.9785241336943 ], [ -75.163004044368094, 39.978477228088799 ], [ -75.1629986290354, 39.978470303340004 ], [ -75.162980610820398, 39.9784680762018 ], [ -75.162966897988795, 39.978529957004703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1832 CECIL B MOORE AVE", "addr_range": "1822-1842 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1420, "objectid": 2253, "Shape__Area": 225.0, "Shape__Length": 83.792427852045719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165439905334907, 39.979580515144697 ], [ -75.165495573338603, 39.979588378693698 ], [ -75.1655479568727, 39.979346696032501 ], [ -75.165491776626297, 39.979339064242502 ], [ -75.165439905334907, 39.979580515144697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1901 W NORRIS ST", "addr_range": "1901 W NORRIS ST; 1907 W NORRIS ST; 2008 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1253, "objectid": 2254, "Shape__Area": 198.55859375, "Shape__Length": 71.948003447577776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164894069798095, 39.984519557483203 ], [ -75.164956039276404, 39.984527158583703 ], [ -75.164995293767504, 39.984328833656399 ], [ -75.164936548598902, 39.984321305197803 ], [ -75.164894069798095, 39.984519557483203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1817 N 22ND ST", "addr_range": "1801-1819 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1708, "objectid": 2255, "Shape__Area": 270.69921875, "Shape__Length": 89.441867453948774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170005345657103, 39.982365046807502 ], [ -75.170020495581497, 39.982367241671597 ], [ -75.170336803589805, 39.982413040600001 ], [ -75.170346972932805, 39.982363781000103 ], [ -75.170029048812694, 39.982318043974402 ], [ -75.170016548572306, 39.982316118613603 ], [ -75.170005345657103, 39.982365046807502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2034 DIAMOND ST", "addr_range": "2028-2042 DIAMOND ST; 2031-2039 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1698, "objectid": 2256, "Shape__Area": 269.0390625, "Shape__Length": 90.234091126656409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167593832354697, 39.986062842960301 ], [ -75.167656509186003, 39.986071168479299 ], [ -75.167713935764297, 39.985813011631997 ], [ -75.167651425840404, 39.985804738549199 ], [ -75.167593832354697, 39.986062842960301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2038 DIAMOND ST", "addr_range": "2028-2042 DIAMOND ST; 2031-2039 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1641, "objectid": 2257, "Shape__Area": 260.125, "Shape__Length": 89.844592653477164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167719769958296, 39.986079539538501 ], [ -75.167780643856005, 39.986087873079299 ], [ -75.167825627400902, 39.985879214577501 ], [ -75.167836852384895, 39.985829269804498 ], [ -75.167776446839497, 39.985821285607301 ], [ -75.167719769958296, 39.986079539538501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2121 W BERKS ST", "addr_range": "2113-2115, 2119-2121 W BERKS ST; 1909 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1062, "objectid": 2258, "Shape__Area": 168.40234375, "Shape__Length": 65.65243134536108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169285929739004, 39.983529261414098 ], [ -75.169324768017503, 39.983349770647699 ], [ -75.169269199638194, 39.983341444550703 ], [ -75.169229155415707, 39.983521165873697 ], [ -75.169285929739004, 39.983529261414098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1604 N 17TH ST", "addr_range": "1604-1606 N 17TH ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2233, "objectid": 2259, "Shape__Area": 353.79296875, "Shape__Length": 104.09634498133028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1630155162905, 39.978305890887398 ], [ -75.163003335836393, 39.978360504403199 ], [ -75.163393810828396, 39.978412554951497 ], [ -75.163397998297498, 39.978388954416801 ], [ -75.163403921115403, 39.978357766796698 ], [ -75.1630155162905, 39.978305890887398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2115 W BERKS ST", "addr_range": "2113-2115, 2119-2121 W BERKS ST; 1909 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1014, "objectid": 2260, "Shape__Area": 160.7265625, "Shape__Length": 63.077529425913283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169061658232707, 39.9834898669654 ], [ -75.169118635695597, 39.983497547285303 ], [ -75.169156114428503, 39.983326844217899 ], [ -75.169099991839602, 39.983319294863698 ], [ -75.169061658232707, 39.9834898669654 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3101 CLIFFORD ST", "addr_range": "3101-3103 W CLIFFORD ST", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1563, "objectid": 2261, "Shape__Area": 247.71484375, "Shape__Length": 86.329400832771356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185075941352807, 39.983294816946199 ], [ -75.185095524431404, 39.983191862876502 ], [ -75.185126573919604, 39.983048284464303 ], [ -75.1850651995981, 39.983040448983303 ], [ -75.185014700514103, 39.9832867907093 ], [ -75.185075941352807, 39.983294816946199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1858 N VAN PELT ST", "addr_range": "1856-1858 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1340, "objectid": 2262, "Shape__Area": 212.34765625, "Shape__Length": 73.592299595027441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169527924165294, 39.983243369782201 ], [ -75.169526953910307, 39.983247974673503 ], [ -75.169789125209306, 39.983282578150302 ], [ -75.169790903056693, 39.983274381050698 ], [ -75.169799810220297, 39.983233540117901 ], [ -75.169685120972105, 39.983218710524604 ], [ -75.169537062565794, 39.9831997454271 ], [ -75.169527924165294, 39.983243369782201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1757 N WOODSTOCK ST", "addr_range": "1757 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 911, "objectid": 2263, "Shape__Area": 144.35546875, "Shape__Length": 59.687696868779675 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167705262440506, 39.981417216149303 ], [ -75.167494959375006, 39.981388707069797 ], [ -75.167486157335404, 39.981428970865103 ], [ -75.167695925960302, 39.981459402410799 ], [ -75.167705262440506, 39.981417216149303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1813 N 22ND ST", "addr_range": "1801-1819 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1731, "objectid": 2264, "Shape__Area": 274.2734375, "Shape__Length": 89.466708511786351 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170027239044998, 39.982267483441603 ], [ -75.170038430562201, 39.982268556755301 ], [ -75.170121945728297, 39.982280912059899 ], [ -75.170357942306595, 39.982314426755401 ], [ -75.170368354086193, 39.982265382539701 ], [ -75.170304643433795, 39.982255713403298 ], [ -75.170053666112295, 39.982219411066502 ], [ -75.170037964085495, 39.982217413730801 ], [ -75.170027239044998, 39.982267483441603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1830 CECIL B MOORE AVE", "addr_range": "1822-1842 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1379, "objectid": 2265, "Shape__Area": 218.55078125, "Shape__Length": 83.362787304487512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165385486839398, 39.979572840991302 ], [ -75.165439905334907, 39.979580515144697 ], [ -75.165491776626297, 39.979339064242502 ], [ -75.165437430953901, 39.979331666559098 ], [ -75.165385486839398, 39.979572840991302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1840-42 CECIL B MOORE AVE", "addr_range": "1822-1842 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 2988, "objectid": 2266, "Shape__Area": 473.45703125, "Shape__Length": 100.01494623297305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165666785218207, 39.9796115782881 ], [ -75.165781501743396, 39.979626589267603 ], [ -75.165794142162895, 39.979563619935497 ], [ -75.165835596708604, 39.9793761610389 ], [ -75.165774282908401, 39.979368009235699 ], [ -75.165771862989502, 39.979377095542397 ], [ -75.165716381713594, 39.9793692840829 ], [ -75.165666785218207, 39.9796115782881 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1759 N CROSKEY ST", "addr_range": "1759-1761 N CROSKEY ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 797, "objectid": 2267, "Shape__Area": 126.30859375, "Shape__Length": 55.757375041384989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171154073194202, 39.981754166542601 ], [ -75.171145455466899, 39.981792902087797 ], [ -75.171341973693401, 39.981819207962801 ], [ -75.171350144012095, 39.981780623633902 ], [ -75.171154073194202, 39.981754166542601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2113 W BERKS ST", "addr_range": "2113-2115, 2119-2121 W BERKS ST; 1909 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1021, "objectid": 2268, "Shape__Area": 161.83203125, "Shape__Length": 63.125799217894183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169005032302906, 39.983482306248199 ], [ -75.169061658232707, 39.9834898669654 ], [ -75.169099991839602, 39.983319294863698 ], [ -75.169042517146494, 39.983311973665799 ], [ -75.169005032302906, 39.983482306248199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1811 N 22ND ST", "addr_range": "1801-1819 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1701, "objectid": 2269, "Shape__Area": 269.49609375, "Shape__Length": 89.212922738919403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170037964085495, 39.982217413730801 ], [ -75.170053666112295, 39.982219411066502 ], [ -75.170304643433795, 39.982255713403298 ], [ -75.170368354086193, 39.982265382539701 ], [ -75.170378531317098, 39.982215914079902 ], [ -75.170060887888198, 39.982169989718201 ], [ -75.170049183776698, 39.982168597637397 ], [ -75.170037964085495, 39.982217413730801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1907 W NORRIS ST", "addr_range": "1901 W NORRIS ST; 1907 W NORRIS ST; 2008 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1064, "objectid": 2270, "Shape__Area": 168.61328125, "Shape__Length": 67.607471933635495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165066060849199, 39.984531378302499 ], [ -75.165120164929604, 39.984538061527402 ], [ -75.165156789002296, 39.984349348810099 ], [ -75.165102999875103, 39.984342672692698 ], [ -75.165066060849199, 39.984531378302499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1828 CECIL B MOORE AVE", "addr_range": "1822-1842 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1395, "objectid": 2271, "Shape__Area": 221.0390625, "Shape__Length": 83.541518362204414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165329578699001, 39.979565779289601 ], [ -75.165385486839398, 39.979572840991302 ], [ -75.165437430953901, 39.979331666559098 ], [ -75.165383256856202, 39.979324223158002 ], [ -75.165329578699001, 39.979565779289601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1750 N 20TH ST", "addr_range": "1748-1750 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1236, "objectid": 2272, "Shape__Area": 195.87890625, "Shape__Length": 74.8751497476742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167204268468694, 39.981346622125201 ], [ -75.167479942318906, 39.981386290502797 ], [ -75.167489036236901, 39.981346081930901 ], [ -75.167489639255606, 39.981343468141702 ], [ -75.167215223297603, 39.981304328156 ], [ -75.167204268468694, 39.981346622125201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1801 N 22ND ST", "addr_range": "1801-1819 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1674, "objectid": 2273, "Shape__Area": 265.28125, "Shape__Length": 88.826270028733518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170420746746501, 39.982020249142998 ], [ -75.1704309003498, 39.981970876557099 ], [ -75.170112651917293, 39.981929839329297 ], [ -75.1701008341619, 39.981928171690903 ], [ -75.170090991848696, 39.981976003308702 ], [ -75.170106178655104, 39.981977780021097 ], [ -75.170420746746501, 39.982020249142998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1826 CECIL B MOORE AVE", "addr_range": "1822-1842 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1467, "objectid": 2274, "Shape__Area": 232.53125, "Shape__Length": 84.223562776986853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165272458487195, 39.979557545070698 ], [ -75.165329578699001, 39.979565779289601 ], [ -75.165383256856202, 39.979324223158002 ], [ -75.1653248720947, 39.979316138881799 ], [ -75.165272458487195, 39.979557545070698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2119 W BERKS ST", "addr_range": "2113-2115, 2119-2121 W BERKS ST; 1909 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1084, "objectid": 2275, "Shape__Area": 171.75, "Shape__Length": 65.871514460013913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1691741879158, 39.983505777581897 ], [ -75.169172810078294, 39.983513370979203 ], [ -75.169229155415707, 39.983521165873697 ], [ -75.169269199638194, 39.983341444550703 ], [ -75.169237128297397, 39.983337274287699 ], [ -75.169210875714597, 39.983333846651597 ], [ -75.1691741879158, 39.983505777581897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2213 W MONTGOMERY AVE", "addr_range": "2213-2223 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1070, "objectid": 2276, "Shape__Area": 169.56640625, "Shape__Length": 70.208431676450729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170934875373604, 39.982106616139298 ], [ -75.170910412017506, 39.982218872388302 ], [ -75.1709619182908, 39.982226043226603 ], [ -75.171005104188893, 39.9820263372509 ], [ -75.170955269854502, 39.982019833809602 ], [ -75.170945265626401, 39.982062568418698 ], [ -75.170934875373604, 39.982106616139298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1645 N 29TH ST", "addr_range": "1645-1647 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 981, "objectid": 2277, "Shape__Area": 155.5078125, "Shape__Length": 64.183786957995196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181621815085293, 39.981411545096101 ], [ -75.181852733771706, 39.9814425203677 ], [ -75.181862204661698, 39.981403174342503 ], [ -75.181630901041501, 39.981370240685798 ], [ -75.181621815085293, 39.981411545096101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2523 CECIL B MOORE AVE", "addr_range": "2523-2525 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1290, "objectid": 2278, "Shape__Area": 204.39453125, "Shape__Length": 76.161717475668055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176471283398996, 39.981387480179002 ], [ -75.176527656812198, 39.981395031571999 ], [ -75.176574182187693, 39.981180279778997 ], [ -75.176516092237193, 39.981172658377602 ], [ -75.176471283398996, 39.981387480179002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2740 W OXFORD ST", "addr_range": "2740 W OXFORD ST; 1545-1547 N 28TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 874, "objectid": 2279, "Shape__Area": 138.47265625, "Shape__Length": 56.254472161457826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180459030653793, 39.980096033123097 ], [ -75.180515369246194, 39.980103371856998 ], [ -75.180516879196404, 39.9800961516261 ], [ -75.180546444610101, 39.979955459400102 ], [ -75.180490083902896, 39.9799481201836 ], [ -75.180459030653793, 39.980096033123097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3107 EUCLID AVE", "addr_range": "3107 EUCLID AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1034, "objectid": 2280, "Shape__Area": 163.94921875, "Shape__Length": 68.267132652600225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184757590250399, 39.984998133020902 ], [ -75.184806713485301, 39.985004695588898 ], [ -75.1848485971814, 39.984811792148903 ], [ -75.184797070633493, 39.984804515439997 ], [ -75.184775694023898, 39.984902770267198 ], [ -75.184757590250399, 39.984998133020902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3136 EUCLID AVE", "addr_range": "3136 EUCLID AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1001, "objectid": 2281, "Shape__Area": 158.6328125, "Shape__Length": 67.88333880780678 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185568943566807, 39.984813140342503 ], [ -75.185619812509998, 39.984819564071202 ], [ -75.185622886386795, 39.984798645545801 ], [ -75.185659736297794, 39.984627939278198 ], [ -75.185615280918398, 39.984621560656997 ], [ -75.185610007286797, 39.984620798602897 ], [ -75.185568943566807, 39.984813140342503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2423 CECIL B MOORE AVE", "addr_range": "2423-2433 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1303, "objectid": 2282, "Shape__Area": 206.421875, "Shape__Length": 77.218721623627701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174779049068505, 39.980950137384397 ], [ -75.174733118564504, 39.981168915934802 ], [ -75.174790302291797, 39.981176679189197 ], [ -75.174835315415294, 39.980957718753899 ], [ -75.174779049068505, 39.980950137384397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1828 N 32ND ST", "addr_range": "1828-1836 N 32ND ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1592, "objectid": 2283, "Shape__Area": 252.25, "Shape__Length": 91.455291036511255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186306504455004, 39.984655493574799 ], [ -75.186646419168298, 39.984699321847302 ], [ -75.186654333456701, 39.984700627574298 ], [ -75.186664068698207, 39.984656418962302 ], [ -75.186655679006705, 39.984656102737802 ], [ -75.186516719173696, 39.984637943178697 ], [ -75.186317753882093, 39.9846112052835 ], [ -75.186306504455004, 39.984655493574799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 CECIL B MOORE AVE", "addr_range": "2423-2433 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1299, "objectid": 2284, "Shape__Area": 205.86328125, "Shape__Length": 76.824485733001509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175063521292003, 39.980988808195399 ], [ -75.175017919513195, 39.981205643523097 ], [ -75.175074855438297, 39.981213240694203 ], [ -75.175120744598601, 39.9809955242985 ], [ -75.175063521292003, 39.980988808195399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2525 CECIL B MOORE AVE", "addr_range": "2523-2525 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1375, "objectid": 2285, "Shape__Area": 217.91796875, "Shape__Length": 77.009898049102716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176587561739495, 39.981402854942402 ], [ -75.176588728270303, 39.981403009944799 ], [ -75.176635163038, 39.981188449817097 ], [ -75.176574182187693, 39.981180279778997 ], [ -75.176527656812198, 39.981395031571999 ], [ -75.176587561739495, 39.981402854942402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3000 W BERKS ST", "addr_range": "3000 W BERKS ST; 3000, 3001-3003 EUCLID AVE", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1176, "objectid": 2286, "Shape__Area": 186.36328125, "Shape__Length": 73.59592132240266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182982692861401, 39.984957819534699 ], [ -75.182979682945998, 39.984972035023198 ], [ -75.183033103345295, 39.9849790972184 ], [ -75.183077783007306, 39.9847700242521 ], [ -75.183023691338605, 39.984763527310598 ], [ -75.182982692861401, 39.984957819534699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1834 N 32ND ST", "addr_range": "1828-1836 N 32ND ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1549, "objectid": 2287, "Shape__Area": 245.5390625, "Shape__Length": 90.82091100072337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186345568611202, 39.984747539267701 ], [ -75.186289022137004, 39.984740037572102 ], [ -75.186279834600299, 39.9847824518694 ], [ -75.186400012499902, 39.984798547841699 ], [ -75.186411813691294, 39.984800117905003 ], [ -75.186626066727499, 39.984828792760801 ], [ -75.186635539544497, 39.984786045131798 ], [ -75.186625781324594, 39.984784747775301 ], [ -75.186466689813599, 39.984763622904701 ], [ -75.186345568611202, 39.984747539267701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2431 CECIL B MOORE AVE", "addr_range": "2423-2433 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1267, "objectid": 2288, "Shape__Area": 200.86328125, "Shape__Length": 76.485581451424537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175007708070694, 39.980981414605502 ], [ -75.174962307452503, 39.981198963525202 ], [ -75.175017919513195, 39.981205643523097 ], [ -75.175063521292003, 39.980988808195399 ], [ -75.175007708070694, 39.980981414605502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1800 N 27TH ST", "addr_range": "1800 N 27TH ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1127, "objectid": 2289, "Shape__Area": 178.67578125, "Shape__Length": 66.090406850620099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178591989621097, 39.983062386959197 ], [ -75.178824411615594, 39.983093031592603 ], [ -75.178834210183695, 39.983047310352397 ], [ -75.178602372155893, 39.9830156309431 ], [ -75.178591989621097, 39.983062386959197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2429 CECIL B MOORE AVE", "addr_range": "2423-2433 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1309, "objectid": 2290, "Shape__Area": 207.39453125, "Shape__Length": 77.057669620969079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174950546161398, 39.980973635727402 ], [ -75.174904868038496, 39.9811918883997 ], [ -75.174962307452503, 39.981198963525202 ], [ -75.175007708070694, 39.980981414605502 ], [ -75.174950546161398, 39.980973635727402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2427 CECIL B MOORE AVE", "addr_range": "2423-2433 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1315, "objectid": 2291, "Shape__Area": 208.4765625, "Shape__Length": 77.1980181989762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174847469907803, 39.981184280772197 ], [ -75.174904868038496, 39.9811918883997 ], [ -75.174950546161398, 39.980973635727402 ], [ -75.174892956730901, 39.9809661049173 ], [ -75.174847469907803, 39.981184280772197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1767 N 29TH ST", "addr_range": "1767 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1030, "objectid": 2292, "Shape__Area": 163.2265625, "Shape__Length": 63.82798976580402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181240948847403, 39.983173436288197 ], [ -75.181231771864702, 39.983216608235502 ], [ -75.181457709139806, 39.983246441914702 ], [ -75.181466929042202, 39.983202688860302 ], [ -75.181240948847403, 39.983173436288197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1830 N 32ND ST", "addr_range": "1828-1836 N 32ND ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1605, "objectid": 2293, "Shape__Area": 254.359375, "Shape__Length": 91.332379086178264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186519675723702, 39.984728392123102 ], [ -75.186635340823599, 39.984743582451998 ], [ -75.186644544571706, 39.984745108894302 ], [ -75.186654333456701, 39.984700627574298 ], [ -75.186646419168298, 39.984699321847302 ], [ -75.186306504455004, 39.984655493574799 ], [ -75.186298786967299, 39.984699488644203 ], [ -75.186519675723702, 39.984728392123102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3224 W MONTGOMERY AVE", "addr_range": "3224 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1565, "objectid": 2294, "Shape__Area": 248.06640625, "Shape__Length": 93.268597742686012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187136186149601, 39.983927373998696 ], [ -75.1871898784255, 39.983933892526501 ], [ -75.187195266214403, 39.9839099631116 ], [ -75.187206038878003, 39.983862150167603 ], [ -75.187216573213306, 39.983814010240799 ], [ -75.187222842172204, 39.983780572334098 ], [ -75.187249537476902, 39.983658997058903 ], [ -75.187195247341805, 39.983651659701998 ], [ -75.187178949152198, 39.983726525483704 ], [ -75.187169278056004, 39.983771219404296 ], [ -75.187160714898994, 39.983813245851003 ], [ -75.187136186149601, 39.983927373998696 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3001 EUCLID AVE", "addr_range": "3000 W BERKS ST; 3000, 3001-3003 EUCLID AVE", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 854, "objectid": 2295, "Shape__Area": 135.33984375, "Shape__Length": 57.295330851811912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183026040789699, 39.984755164426097 ], [ -75.183079599960905, 39.984762424325403 ], [ -75.183112016908396, 39.9846083026858 ], [ -75.1830599795247, 39.984601255235198 ], [ -75.183057902992701, 39.984610702733299 ], [ -75.183026040789699, 39.984755164426097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2832 W GLENWOOD AVE", "addr_range": "2832 W GLENWOOD AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 963, "objectid": 2296, "Shape__Area": 152.6484375, "Shape__Length": 64.47458087724128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180753843238605, 39.983624670078598 ], [ -75.180751258444502, 39.9836364920398 ], [ -75.180742460231897, 39.983678496616101 ], [ -75.180873624720107, 39.983797399228301 ], [ -75.180915842252702, 39.983770456193099 ], [ -75.1808751360592, 39.983734193827999 ], [ -75.180753843238605, 39.983624670078598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3103 CLIFFORD ST", "addr_range": "3101-3103 W CLIFFORD ST", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1507, "objectid": 2297, "Shape__Area": 238.77734375, "Shape__Length": 85.571172081531628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185076854003796, 39.983290065597203 ], [ -75.185075940774894, 39.9832948322505 ], [ -75.1851341751603, 39.9833019857628 ], [ -75.185156882649295, 39.983187350545798 ], [ -75.185184159769307, 39.983055423462197 ], [ -75.185126573919604, 39.983048284464303 ], [ -75.185095524431404, 39.983191862876502 ], [ -75.185076854003796, 39.983290065597203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1932 N 32ND ST", "addr_range": "1932 N 32RD ST", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1656, "objectid": 2298, "Shape__Area": 261.0078125, "Shape__Length": 75.468318482075048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185925217752597, 39.986549504279502 ], [ -75.1861779273531, 39.986584344119102 ], [ -75.186191467664003, 39.986524310519002 ], [ -75.186191944661601, 39.986522224526297 ], [ -75.185938631294803, 39.986487808213603 ], [ -75.185937998066095, 39.986490712435398 ], [ -75.185925217752597, 39.986549504279502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2425 CECIL B MOORE AVE", "addr_range": "2423-2433 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1317, "objectid": 2299, "Shape__Area": 208.7578125, "Shape__Length": 77.290231710461882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174790302291797, 39.981176679189197 ], [ -75.174847469907803, 39.981184280772197 ], [ -75.174892956730901, 39.9809661049173 ], [ -75.174835315415294, 39.980957718753899 ], [ -75.174790302291797, 39.981176679189197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3000 EUCLID AVE", "addr_range": "3000 W BERKS ST; 3000, 3001-3003 EUCLID AVE", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 920, "objectid": 2300, "Shape__Area": 145.84375, "Shape__Length": 58.589090654247386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183204317029194, 39.984505927328399 ], [ -75.183179127334995, 39.984523159810799 ], [ -75.183222229853698, 39.984529315408601 ], [ -75.1833136472235, 39.984542336888303 ], [ -75.183341343650795, 39.984412224255998 ], [ -75.183292534150794, 39.9844455981194 ], [ -75.183285178320403, 39.984450623430199 ], [ -75.183267322857702, 39.984462845454402 ], [ -75.183230323809795, 39.984488149082303 ], [ -75.183204317029194, 39.984505927328399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3003 EUCLID AVE", "addr_range": "3000 W BERKS ST; 3000, 3001-3003 EUCLID AVE", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 789, "objectid": 2301, "Shape__Area": 125.109375, "Shape__Length": 56.36503427160234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183079599960905, 39.984762424325403 ], [ -75.183128854788293, 39.984768813062999 ], [ -75.183160510606896, 39.984614869007402 ], [ -75.183112016908396, 39.9846083026858 ], [ -75.183079599960905, 39.984762424325403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2926 W OXFORD ST", "addr_range": "2926 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1552, "objectid": 2302, "Shape__Area": 245.88671875, "Shape__Length": 79.737045226200223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183358895661698, 39.9804357013643 ], [ -75.183355396314198, 39.980452307103903 ], [ -75.183421925096198, 39.980461162544799 ], [ -75.183469963081095, 39.980241831813601 ], [ -75.183403196279698, 39.980232616975698 ], [ -75.183396468826999, 39.980257629025203 ], [ -75.183358895661698, 39.9804357013643 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1437 N MYRTLEWOOD ST", "addr_range": "1437 N MYRTLEWOOD ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 654, "objectid": 2303, "Shape__Area": 103.60546875, "Shape__Length": 47.927708266085219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183488920327306, 39.978506401507197 ], [ -75.183650528588799, 39.978527586237497 ], [ -75.183658707774896, 39.978489097800498 ], [ -75.183496201562804, 39.9784678443432 ], [ -75.183488920327306, 39.978506401507197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2939 CECIL B MOORE AVE", "addr_range": "2937-2939 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1158, "objectid": 2304, "Shape__Area": 183.5546875, "Shape__Length": 71.380905593236548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183104897559502, 39.9822407668061 ], [ -75.183160122723805, 39.982248240572801 ], [ -75.183202370025498, 39.982048026878303 ], [ -75.183147328585093, 39.982040654546701 ], [ -75.183104897559502, 39.9822407668061 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1439 N 28TH ST", "addr_range": "1439-1441 N 28TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 992, "objectid": 2305, "Shape__Area": 157.21484375, "Shape__Length": 68.179902902566667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180670667267606, 39.978167787968601 ], [ -75.180922887292297, 39.978204190633498 ], [ -75.180931256710295, 39.978166255331097 ], [ -75.180678406118503, 39.978131014382903 ], [ -75.180670667267606, 39.978167787968601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1702 N NEWKIRK ST", "addr_range": "1700-1702 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 697, "objectid": 2306, "Shape__Area": 110.43359375, "Shape__Length": 50.273035938477278 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180874932321601, 39.981823483568697 ], [ -75.181047777983196, 39.981845278360197 ], [ -75.181055744699705, 39.981806914159201 ], [ -75.180883666155196, 39.981784782452998 ], [ -75.180874932321601, 39.981823483568697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2403 CECIL B MOORE AVE", "addr_range": "2403 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1339, "objectid": 2307, "Shape__Area": 212.26953125, "Shape__Length": 77.244689717709804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1741657596897, 39.981097765097203 ], [ -75.174221146609099, 39.981104262932 ], [ -75.174270185518395, 39.9808875041061 ], [ -75.174207783750305, 39.980879785652299 ], [ -75.1741657596897, 39.981097765097203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1700 N NEWKIRK ST", "addr_range": "1700-1702 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 794, "objectid": 2308, "Shape__Area": 125.93359375, "Shape__Length": 51.77687452976383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180883666155196, 39.981784782452998 ], [ -75.181055744699705, 39.981806914159201 ], [ -75.1810641826074, 39.981763338247603 ], [ -75.180892925799398, 39.981739983354103 ], [ -75.180883666155196, 39.981784782452998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1441 N 28TH ST", "addr_range": "1439-1441 N 28TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1038, "objectid": 2309, "Shape__Area": 164.578125, "Shape__Length": 68.652346590562431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180662203835297, 39.978207059151501 ], [ -75.180914351269706, 39.978243186299501 ], [ -75.180922887292297, 39.978204190633498 ], [ -75.180670667267606, 39.978167787968601 ], [ -75.180662203835297, 39.978207059151501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2017 N 33RD ST", "addr_range": "2017 N 33RD ST", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1498, "objectid": 2310, "Shape__Area": 237.375, "Shape__Length": 85.908487247594493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186761994132993, 39.987665110228598 ], [ -75.187083954203402, 39.987705877906002 ], [ -75.187092978234503, 39.987667762216098 ], [ -75.187094299811093, 39.9876621982649 ], [ -75.186770537959205, 39.987620294746797 ], [ -75.186769860006095, 39.987623825976698 ], [ -75.186761994132993, 39.987665110228598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2023 N 33RD ST", "addr_range": "2023 N 33RD ST", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1490, "objectid": 2311, "Shape__Area": 236.2265625, "Shape__Length": 85.673309820600309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186735610753601, 39.987796138571298 ], [ -75.187056853806794, 39.987837050677498 ], [ -75.187060047107906, 39.987822953622903 ], [ -75.187066815461804, 39.987792993051002 ], [ -75.186744114689006, 39.987751822259902 ], [ -75.1867385052809, 39.987781083386501 ], [ -75.186735610753601, 39.987796138571298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2015-17 N 31ST ST", "addr_range": "2015-2017 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2127, "objectid": 2312, "Shape__Area": 337.15625, "Shape__Length": 78.773899302227363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183718985104903, 39.987086019776797 ], [ -75.183709981050498, 39.9871313077266 ], [ -75.183947634244205, 39.987160913404097 ], [ -75.183956014182598, 39.987117754987501 ], [ -75.183964727990798, 39.987076796191303 ], [ -75.183727750564799, 39.987044255746603 ], [ -75.183718985104903, 39.987086019776797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2029-31 N 33RD ST", "addr_range": "2029-2031 N 33RD ST", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2970, "objectid": 2313, "Shape__Area": 470.6796875, "Shape__Length": 98.469237663564456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186708659848804, 39.987929941956203 ], [ -75.186699833854902, 39.987973914095903 ], [ -75.187020683032202, 39.988014173267104 ], [ -75.187029957727802, 39.987970566124403 ], [ -75.187039103210395, 39.987926440718702 ], [ -75.1867174583939, 39.987885051976001 ], [ -75.186708659848804, 39.987929941956203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2013 N 33RD ST", "addr_range": "2011-2013 N 33RD ST", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1843, "objectid": 2314, "Shape__Area": 286.6171875, "Shape__Length": 87.235952551033606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186804080315, 39.987497244328601 ], [ -75.1871192301777, 39.987536875934701 ], [ -75.187129969746195, 39.987482228099701 ], [ -75.186814837153804, 39.987442145497802 ], [ -75.186804080315, 39.987497244328601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2011 N 33RD ST", "addr_range": "2011-2013 N 33RD ST", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1843, "objectid": 2315, "Shape__Area": 292.16015625, "Shape__Length": 87.644753337943939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186814837153804, 39.987442145497802 ], [ -75.187129969746195, 39.987482228099701 ], [ -75.187142180514996, 39.987426276018297 ], [ -75.1868258813479, 39.987386601678203 ], [ -75.186814837153804, 39.987442145497802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1801 N 31ST ST", "addr_range": "1801-1821 N 31ST ST; 3039-3047 SEDGLEY AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 12335, "objectid": 2316, "Shape__Area": 1956.41796875, "Shape__Length": 180.69265600848328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184360535359303, 39.983754374571298 ], [ -75.184351190767401, 39.983795367940502 ], [ -75.184342429041806, 39.9838359382505 ], [ -75.184333029748601, 39.983876735777699 ], [ -75.184331294013006, 39.983889383190103 ], [ -75.1843249244003, 39.983916580130298 ], [ -75.184315673526996, 39.983957881935702 ], [ -75.184306530041198, 39.984000185360998 ], [ -75.184297628867498, 39.984040011921202 ], [ -75.184288824893898, 39.984080613720103 ], [ -75.184283999178106, 39.984106813517201 ], [ -75.184280308863606, 39.984120755232702 ], [ -75.1845985922469, 39.9841635276292 ], [ -75.184607349422706, 39.984123632957903 ], [ -75.184616232165695, 39.984082646366303 ], [ -75.184624986496601, 39.984042299323697 ], [ -75.184633901543293, 39.984000425958897 ], [ -75.184642941489599, 39.9839591527547 ], [ -75.184650846235002, 39.983919094865698 ], [ -75.184659772111402, 39.983878608395102 ], [ -75.184668591831397, 39.9838370869942 ], [ -75.184678272713498, 39.983793232305999 ], [ -75.184649520501097, 39.983789414471197 ], [ -75.184575878195204, 39.983779611526103 ], [ -75.184553631747804, 39.983776648185 ], [ -75.184496409620493, 39.983769291761398 ], [ -75.184361161964205, 39.983751646806802 ], [ -75.184360535359303, 39.983754374571298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1721 N 31ST ST", "addr_range": "1709-1721, 1717-31 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 940, "objectid": 2317, "Shape__Area": 148.9609375, "Shape__Length": 61.548905733304224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184702661701607, 39.982658255003599 ], [ -75.184692730498696, 39.982699283936398 ], [ -75.184913159997606, 39.9827267631156 ], [ -75.184921108625502, 39.982686093507503 ], [ -75.184702661701607, 39.982658255003599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3113 EUCLID AVE", "addr_range": "3113-3121 EUCLID AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1005, "objectid": 2318, "Shape__Area": 159.25, "Shape__Length": 68.066299926753373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184908419637097, 39.985017736703398 ], [ -75.184958248359393, 39.985024476253997 ], [ -75.184998873729398, 39.984831013050297 ], [ -75.184949484958494, 39.984824847378803 ], [ -75.184908419637097, 39.985017736703398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3121 EUCLID AVE", "addr_range": "3113-3121 EUCLID AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1011, "objectid": 2319, "Shape__Area": 160.234375, "Shape__Length": 68.280678370298034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185107610227305, 39.985044110845799 ], [ -75.185158096843296, 39.985051171354499 ], [ -75.185199151773304, 39.984856895070699 ], [ -75.185150128262407, 39.984851012456701 ], [ -75.185107610227305, 39.985044110845799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3117 EUCLID AVE", "addr_range": "3113-3121 EUCLID AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1018, "objectid": 2320, "Shape__Area": 161.328125, "Shape__Length": 68.212638301467237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185011039527396, 39.985031023400303 ], [ -75.185060845387895, 39.985037779514101 ], [ -75.185102739364496, 39.984844585201103 ], [ -75.185052086579802, 39.984838021011001 ], [ -75.185011039527396, 39.985031023400303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3051-53 FONTAIN ST", "addr_range": "3051-3053 FONTAIN ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1951, "objectid": 2321, "Shape__Area": 309.2578125, "Shape__Length": 74.105572271074891 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183687826889098, 39.987860649124897 ], [ -75.183746103251394, 39.987868497071098 ], [ -75.183798978154002, 39.987875643067902 ], [ -75.183833713115604, 39.987710080692999 ], [ -75.183779549287607, 39.987703259987498 ], [ -75.183719624278496, 39.987695213911998 ], [ -75.183687826889098, 39.987860649124897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1705 N 29TH ST", "addr_range": "1705-1709 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 959, "objectid": 2322, "Shape__Area": 151.953125, "Shape__Length": 63.458265170279077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181513685828406, 39.981909271573798 ], [ -75.181505072210996, 39.981949200794297 ], [ -75.181733933838501, 39.981979179660897 ], [ -75.181742629187397, 39.981939284691499 ], [ -75.181513685828406, 39.981909271573798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3230-38 DIAMOND ST", "addr_range": "3230-3238 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 10061, "objectid": 2323, "Shape__Area": 1594.3125, "Shape__Length": 161.43058023119306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186551700545195, 39.988499508696101 ], [ -75.186615499336199, 39.988507639785702 ], [ -75.186677966622796, 39.988515483414403 ], [ -75.186703579264503, 39.988518714299602 ], [ -75.186741226117306, 39.988523472643998 ], [ -75.186805707159607, 39.988531311619496 ], [ -75.186909771474404, 39.988544743175801 ], [ -75.186966948669806, 39.988271903421001 ], [ -75.186861300973007, 39.988258195978503 ], [ -75.186859606927499, 39.988266427605602 ], [ -75.186795630201303, 39.988258019667803 ], [ -75.186732203567203, 39.988250058265301 ], [ -75.186669563857393, 39.988241792741803 ], [ -75.186605636411002, 39.988233756112301 ], [ -75.186551700545195, 39.988499508696101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1943 N 32ND ST", "addr_range": "1943 N 32ND ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1279, "objectid": 2324, "Shape__Area": 202.72265625, "Shape__Length": 67.58445203957605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185462480022196, 39.986624794822497 ], [ -75.185692406124502, 39.986654739631398 ], [ -75.185703340341604, 39.986602160466497 ], [ -75.185473092816807, 39.986571271444198 ], [ -75.185462480022196, 39.986624794822497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2633 CECIL B MOORE AVE", "addr_range": "2631-2633 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1136, "objectid": 2325, "Shape__Area": 179.97265625, "Shape__Length": 70.213651268602788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178480794438698, 39.981643645313198 ], [ -75.178535475638498, 39.981651077603097 ], [ -75.178577518796303, 39.981454906277001 ], [ -75.178521895059006, 39.9814474700039 ], [ -75.178480794438698, 39.981643645313198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1904 MONUMENT ST", "addr_range": "1900-1904 MONUMENT ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 594, "objectid": 2326, "Shape__Area": 98.9296875, "Shape__Length": 46.079773076389827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165291768524298, 39.983133439456701 ], [ -75.165341876387203, 39.983139936192998 ], [ -75.165368154850597, 39.983022062520199 ], [ -75.165317025205994, 39.983016010408598 ], [ -75.165291768524298, 39.983133439456701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1926 W NORRIS ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1028, "objectid": 2327, "Shape__Area": 162.9453125, "Shape__Length": 64.65904943548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165848649272704, 39.984309073179801 ], [ -75.165903971975396, 39.984316202448298 ], [ -75.165942828719196, 39.984139275521798 ], [ -75.165887513549706, 39.984131921184698 ], [ -75.165848649272704, 39.984309073179801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1532 DIAMOND ST", "addr_range": "1532 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1735, "objectid": 2328, "Shape__Area": 274.890625, "Shape__Length": 94.112814973258352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159422431884593, 39.984726202462703 ], [ -75.159361886874706, 39.984998825181499 ], [ -75.159421858052099, 39.985006610322003 ], [ -75.159483657059397, 39.984733532936403 ], [ -75.159422431884593, 39.984726202462703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1904 W NORRIS ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1152, "objectid": 2329, "Shape__Area": 182.53515625, "Shape__Length": 69.136528964087233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165086468441899, 39.984206619168603 ], [ -75.165143776376894, 39.984214454865402 ], [ -75.165186852002805, 39.984024162902898 ], [ -75.165129130682502, 39.984016206187597 ], [ -75.165086468441899, 39.984206619168603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1538 DIAMOND ST", "addr_range": "1538-1540 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1803, "objectid": 2330, "Shape__Area": 285.79296875, "Shape__Length": 94.608751372744848 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1595516839553, 39.9850234685901 ], [ -75.159615157763895, 39.985031703904603 ], [ -75.159674622553595, 39.984758847658497 ], [ -75.159612149493, 39.984750698930597 ], [ -75.1595516839553, 39.9850234685901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1949 N 20TH ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1753, "objectid": 2331, "Shape__Area": 277.80078125, "Shape__Length": 93.075202047928201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166169195198805, 39.984155576145099 ], [ -75.166399371222695, 39.984186274699802 ], [ -75.166409075338606, 39.984138827661504 ], [ -75.166059944627406, 39.984091394260197 ], [ -75.166049178794907, 39.984139187687603 ], [ -75.166057882898798, 39.984140657690602 ], [ -75.166114792171498, 39.984147951426003 ], [ -75.166169195198805, 39.984155576145099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1540 DIAMOND ST", "addr_range": "1538-1540 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1786, "objectid": 2332, "Shape__Area": 283.0078125, "Shape__Length": 94.323492566592179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159674622553595, 39.984758847658497 ], [ -75.159615157763895, 39.985031703904603 ], [ -75.159677941543407, 39.985039359573499 ], [ -75.159736796095501, 39.984767632918299 ], [ -75.159674622553595, 39.984758847658497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1930 W NORRIS ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1106, "objectid": 2333, "Shape__Area": 175.359375, "Shape__Length": 68.650274907630092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165960405494801, 39.9843239054183 ], [ -75.166015087926993, 39.984330777843802 ], [ -75.166057882898798, 39.984140657690602 ], [ -75.166049178794907, 39.984139187687603 ], [ -75.166035377989601, 39.984137298390998 ], [ -75.166002123203, 39.984132857309497 ], [ -75.165999080456999, 39.984146765347703 ], [ -75.165960405494801, 39.9843239054183 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1824 N 22ND ST", "addr_range": "1820-1832 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1479, "objectid": 2334, "Shape__Area": 234.3125, "Shape__Length": 89.159056891130334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170532815271002, 39.982563619571302 ], [ -75.170873712954304, 39.9826091947915 ], [ -75.170882382101297, 39.982567446526801 ], [ -75.170541850216395, 39.982522668837397 ], [ -75.170532815271002, 39.982563619571302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1836 DIAMOND ST", "addr_range": "1836 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1707, "objectid": 2335, "Shape__Area": 270.5, "Shape__Length": 83.552597751884704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164382367835202, 39.9854237488317 ], [ -75.164337091895604, 39.985641507997002 ], [ -75.1644085321837, 39.985650806709899 ], [ -75.164455193904402, 39.985421408788 ], [ -75.164385071909507, 39.985411639734501 ], [ -75.164382367835202, 39.9854237488317 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1946 N 19TH ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1525, "objectid": 2336, "Shape__Area": 241.66015625, "Shape__Length": 91.998153395966384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165047684347897, 39.9838321531467 ], [ -75.165400991025706, 39.9838799576249 ], [ -75.165410013039505, 39.983838878987598 ], [ -75.165056497711802, 39.983791084249198 ], [ -75.165047684347897, 39.9838321531467 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1934 W NORRIS ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1112, "objectid": 2337, "Shape__Area": 176.30859375, "Shape__Length": 68.70793226878385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166158551054707, 39.984205098665598 ], [ -75.166169195198805, 39.984155576145099 ], [ -75.166114792171498, 39.984147951426003 ], [ -75.166071501085298, 39.984338431645398 ], [ -75.166127909295795, 39.984346246589297 ], [ -75.166138497170607, 39.984298173438297 ], [ -75.166149273036496, 39.984247929468701 ], [ -75.166158551054707, 39.984205098665598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1800 DIAMOND ST", "addr_range": "1800 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1523, "objectid": 2338, "Shape__Area": 241.390625, "Shape__Length": 82.095895615719414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163114517842203, 39.985249310836203 ], [ -75.163064611890803, 39.9854795380067 ], [ -75.163127471144094, 39.985487998980197 ], [ -75.1631776209137, 39.985257423183299 ], [ -75.163114517842203, 39.985249310836203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2026 N 19TH ST", "addr_range": "2026-2028 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 801, "objectid": 2339, "Shape__Area": 127.02734375, "Shape__Length": 54.553164277737046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164782474445602, 39.985041678938103 ], [ -75.164972308781003, 39.985064250852098 ], [ -75.164980133625306, 39.985024385974299 ], [ -75.164969395917595, 39.9850229502781 ], [ -75.164791620946502, 39.985000667115301 ], [ -75.164782474445602, 39.985041678938103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1510 DIAMOND ST", "addr_range": "1506-1510 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1831, "objectid": 2340, "Shape__Area": 290.20703125, "Shape__Length": 94.862590759717037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158666115250199, 39.984907371078002 ], [ -75.158729560427005, 39.984915799058399 ], [ -75.158790492701797, 39.984642976324203 ], [ -75.158726193109501, 39.984634415552598 ], [ -75.158666115250199, 39.984907371078002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1940 N 19TH ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1552, "objectid": 2341, "Shape__Area": 245.90625, "Shape__Length": 92.170554419317781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165074659795906, 39.983705896860698 ], [ -75.165427528411698, 39.983754177052496 ], [ -75.165432422082304, 39.983729091268302 ], [ -75.165436803421201, 39.983711989555303 ], [ -75.165083491458503, 39.983664346330698 ], [ -75.165074659795906, 39.983705896860698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1900 W NORRIS ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1250, "objectid": 2342, "Shape__Area": 198.078125, "Shape__Length": 70.228242290537494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165011444046698, 39.984000288979402 ], [ -75.164970401699094, 39.984191093410097 ], [ -75.164993707882005, 39.984194325903403 ], [ -75.165031649549604, 39.984198905278497 ], [ -75.165075113511705, 39.984008912224503 ], [ -75.165011444046698, 39.984000288979402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1833 N 21ST ST", "addr_range": "1831-1837 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 874, "objectid": 2343, "Shape__Area": 138.57421875, "Shape__Length": 55.951086449240549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168506382752398, 39.982482979316302 ], [ -75.1685180759914, 39.982484596562998 ], [ -75.168615241972105, 39.9824984052063 ], [ -75.168626891862303, 39.982500084537797 ], [ -75.168696442178998, 39.982510499541497 ], [ -75.168706130109996, 39.982466757855697 ], [ -75.168642746868699, 39.982457257342602 ], [ -75.168527843364402, 39.982440986422702 ], [ -75.168516112862505, 39.982439240394598 ], [ -75.168506382752398, 39.982482979316302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1948 N UBER ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1108, "objectid": 2344, "Shape__Area": 175.62109375, "Shape__Length": 70.73790580059017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165791664390795, 39.984023985648101 ], [ -75.166052204418307, 39.984059141156301 ], [ -75.166060348107393, 39.9840185724983 ], [ -75.165800838168096, 39.983983376227201 ], [ -75.165791664390795, 39.984023985648101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1916 W NORRIS ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1094, "objectid": 2345, "Shape__Area": 173.38671875, "Shape__Length": 68.527683226165777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165426590374807, 39.984252371387299 ], [ -75.165481313856503, 39.984259793712397 ], [ -75.165522041763396, 39.984068997367103 ], [ -75.165467568317197, 39.984061564470402 ], [ -75.165426590374807, 39.984252371387299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1950 N UBER ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1095, "objectid": 2346, "Shape__Area": 173.4921875, "Shape__Length": 70.689180694742433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165782980507103, 39.984063878980102 ], [ -75.1660435524919, 39.9840992451606 ], [ -75.166052204418307, 39.984059141156301 ], [ -75.165791664390795, 39.984023985648101 ], [ -75.165782980507103, 39.984063878980102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1947 N 20TH ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1749, "objectid": 2347, "Shape__Area": 277.234375, "Shape__Length": 92.969376757297653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166059944627406, 39.984091394260197 ], [ -75.166409075338606, 39.984138827661504 ], [ -75.166418960810006, 39.984091077459098 ], [ -75.166070082598196, 39.984043632648003 ], [ -75.166059944627406, 39.984091394260197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2047 N 19TH ST", "addr_range": "2037-2047 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1113, "objectid": 2348, "Shape__Area": 176.4375, "Shape__Length": 69.268345267678072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164455193904402, 39.985421408788 ], [ -75.164518129359905, 39.985429531932297 ], [ -75.164526829872003, 39.985387010789701 ], [ -75.164275446381595, 39.985354588262197 ], [ -75.164266903912903, 39.985397322886598 ], [ -75.164385071909507, 39.985411639734501 ], [ -75.164455193904402, 39.985421408788 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2027 N 22ND ST", "addr_range": "2023-2035 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 3052, "objectid": 2349, "Shape__Area": 491.3984375, "Shape__Length": 109.3525375454702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169567373792404, 39.985999551148602 ], [ -75.169584595765997, 39.985922417817697 ], [ -75.169201689844598, 39.985872331913399 ], [ -75.169182878574205, 39.985948832987503 ], [ -75.169567373792404, 39.985999551148602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3937 N 9TH ST", "addr_range": "3937 N 9TH ST", "zipcode": 19140, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 721, "objectid": 2350, "Shape__Area": 114.328125, "Shape__Length": 49.046667779207205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141632018465302, 40.012113564702901 ], [ -75.141793793342202, 40.012133860020803 ], [ -75.141802700544503, 40.012091361155797 ], [ -75.141640677132699, 40.012070980011103 ], [ -75.141632018465302, 40.012113564702901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1616 N 17TH ST", "addr_range": "1610-1618 N 17TH ST; 1623 N BOUVIER ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 4458, "objectid": 2351, "Shape__Area": 536.80078125, "Shape__Length": 156.65422213790248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163268384090301, 39.978718406901102 ], [ -75.163561814471194, 39.978757003952197 ], [ -75.163573011770296, 39.9787056235986 ], [ -75.163334591319298, 39.978674005976302 ], [ -75.163144515126405, 39.978648362929597 ], [ -75.162946979693103, 39.978621553083201 ], [ -75.162935416180204, 39.978672665637902 ], [ -75.163132521168606, 39.978699741508798 ], [ -75.163268384090301, 39.978718406901102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1805 N 22ND ST", "addr_range": "1801-1819 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1685, "objectid": 2352, "Shape__Area": 266.94921875, "Shape__Length": 88.849328435715435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170069974045106, 39.982071426636502 ], [ -75.170082677595005, 39.982073517844398 ], [ -75.170399844565694, 39.982119270164802 ], [ -75.170410313943705, 39.982069293790602 ], [ -75.170191634770902, 39.982039456263102 ], [ -75.170097886563198, 39.982027289937399 ], [ -75.170080004930298, 39.982025260728598 ], [ -75.170069974045106, 39.982071426636502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2215 W MONTGOMERY AVE", "addr_range": "2213-2223 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1155, "objectid": 2353, "Shape__Area": 183.046875, "Shape__Length": 71.167025835086051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171016263002599, 39.982232954362502 ], [ -75.171061125092294, 39.9820343510344 ], [ -75.171005104188893, 39.9820263372509 ], [ -75.1709619182908, 39.982226043226603 ], [ -75.171016263002599, 39.982232954362502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2037 N 21ST ST", "addr_range": "2028-2042 DIAMOND ST; 2031-2039 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1271, "objectid": 2354, "Shape__Area": 201.53515625, "Shape__Length": 76.452017916826179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167691633771796, 39.985750884062398 ], [ -75.167974715029203, 39.9857869305376 ], [ -75.167983296147497, 39.985744228094198 ], [ -75.167700943172605, 39.985707731296799 ], [ -75.167691633771796, 39.985750884062398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1701-03 N 17TH ST", "addr_range": "1701-1703 N 17TH ST", "zipcode": 19121, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2824, "objectid": 2355, "Shape__Area": 447.3984375, "Shape__Length": 103.79885219471217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162159146217206, 39.979691314888797 ], [ -75.162521857576706, 39.9797363918128 ], [ -75.1625380991414, 39.979662074574399 ], [ -75.162428035685096, 39.9796486798624 ], [ -75.162376199728698, 39.979642578916099 ], [ -75.162175881744602, 39.979616154668101 ], [ -75.162159146217206, 39.979691314888797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1623 W OXFORD ST", "addr_range": "1623-1629 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1803, "objectid": 2356, "Shape__Area": 285.65625, "Shape__Length": 91.300457303179684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162455126004204, 39.978161541670801 ], [ -75.162521708072205, 39.978170570919097 ], [ -75.162580361017007, 39.977911396957097 ], [ -75.162514379970304, 39.977903106606803 ], [ -75.162455126004204, 39.978161541670801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1509 W OXFORD ST", "addr_range": "1601-1605 N 16TH ST; 1509-1513, 1517-1523 OXFORD ST; 1600-1608 N SYDENHAM ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1371, "objectid": 2357, "Shape__Area": 217.21875, "Shape__Length": 71.406352784160092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160682230646898, 39.977871163260801 ], [ -75.160752163276598, 39.9778807683103 ], [ -75.160791177891198, 39.977690064482303 ], [ -75.160723184002705, 39.977682357488597 ], [ -75.160682230646898, 39.977871163260801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1906 W NORRIS ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1109, "objectid": 2358, "Shape__Area": 175.8203125, "Shape__Length": 68.677988821784865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165143776376894, 39.984214454865402 ], [ -75.165199314804198, 39.984221944335602 ], [ -75.165242171320301, 39.984031373512302 ], [ -75.165186852002805, 39.984024162902898 ], [ -75.165143776376894, 39.984214454865402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1911 N 19TH ST", "addr_range": "1903-1917 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1614, "objectid": 2359, "Shape__Area": 255.77734375, "Shape__Length": 85.981184122481991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1647043096646, 39.9830665602042 ], [ -75.165021490978305, 39.983110376984598 ], [ -75.165031666124904, 39.983061038608902 ], [ -75.164896146392095, 39.983043026567898 ], [ -75.164714398350597, 39.983018975983001 ], [ -75.1647043096646, 39.9830665602042 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1958 N CROSKEY ST", "addr_range": "1958-1962 N CROSKEY ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1034, "objectid": 2360, "Shape__Area": 163.82421875, "Shape__Length": 68.654306892264927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170842503001296, 39.984846389547499 ], [ -75.171095113939401, 39.984881855356797 ], [ -75.171103911764305, 39.9848427373216 ], [ -75.1708510104841, 39.9848077650664 ], [ -75.170842503001296, 39.984846389547499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1962 N CROSKEY ST", "addr_range": "1958-1962 N CROSKEY ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1349, "objectid": 2361, "Shape__Area": 213.75390625, "Shape__Length": 72.090095317311125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170829349207295, 39.984934478875502 ], [ -75.171075113977594, 39.984969242153603 ], [ -75.171086441829104, 39.984918156043904 ], [ -75.170834339770906, 39.984883104407402 ], [ -75.170822472157994, 39.984933501705399 ], [ -75.170829349207295, 39.984934478875502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1909 N 19TH ST", "addr_range": "1903-1917 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1660, "objectid": 2362, "Shape__Area": 263.09765625, "Shape__Length": 86.367032884341356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164714398350597, 39.983018975983001 ], [ -75.164896146392095, 39.983043026567898 ], [ -75.165031666124904, 39.983061038608902 ], [ -75.165042258715999, 39.983011225789603 ], [ -75.164725101489296, 39.982969003495299 ], [ -75.164714398350597, 39.983018975983001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1605 N 16TH ST", "addr_range": "1601-1605 N 16TH ST; 1509-1513, 1517-1523 OXFORD ST; 1600-1608 N SYDENHAM ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 3857, "objectid": 2363, "Shape__Area": 611.08984375, "Shape__Length": 114.25031252751938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160869232702794, 39.978097256066 ], [ -75.161248076361701, 39.978148133426799 ], [ -75.161269488126194, 39.978050350664297 ], [ -75.160889358595895, 39.978001297742402 ], [ -75.160883846511098, 39.978029914914401 ], [ -75.160874194056603, 39.978072640498702 ], [ -75.160869232702794, 39.978097256066 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2011 N 20TH ST", "addr_range": "2009-2013 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1284, "objectid": 2364, "Shape__Area": 203.44140625, "Shape__Length": 73.729359171714336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166005517133001, 39.984748099028302 ], [ -75.166271454846907, 39.9847835052459 ], [ -75.166281428294596, 39.984737819455802 ], [ -75.166014546580399, 39.984701892841201 ], [ -75.166005517133001, 39.984748099028302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1600 N SYDENHAM ST", "addr_range": "1601-1605 N 16TH ST; 1509-1513, 1517-1523 OXFORD ST; 1600-1608 N SYDENHAM ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1082, "objectid": 2365, "Shape__Area": 171.421875, "Shape__Length": 64.960862563912087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160673685302797, 39.9779167033589 ], [ -75.160901470151799, 39.977946875676601 ], [ -75.160911625537693, 39.977901985481999 ], [ -75.160830905565405, 39.977891201891502 ], [ -75.160752163276598, 39.9778807683103 ], [ -75.160682230646898, 39.977871163260801 ], [ -75.160673685302797, 39.9779167033589 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1824 CECIL B MOORE AVE", "addr_range": "1822-1842 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1426, "objectid": 2366, "Shape__Area": 226.02734375, "Shape__Length": 83.895043001845863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1652167586671, 39.979550488005501 ], [ -75.165272458487195, 39.979557545070698 ], [ -75.1653248720947, 39.979316138881799 ], [ -75.165268155710095, 39.979308316504998 ], [ -75.1652167586671, 39.979550488005501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2009 N 20TH ST", "addr_range": "2009-2013 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1202, "objectid": 2367, "Shape__Area": 190.5546875, "Shape__Length": 72.810172681803564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166014546580399, 39.984701892841201 ], [ -75.166281428294596, 39.984737819455802 ], [ -75.166290001443699, 39.984694827711401 ], [ -75.166230397784503, 39.9846867318807 ], [ -75.166173334219494, 39.9846790482042 ], [ -75.166111821420799, 39.9846704894575 ], [ -75.166024067178398, 39.984659308979801 ], [ -75.166014546580399, 39.984701892841201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1915 N 19TH ST", "addr_range": "1903-1917 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1655, "objectid": 2368, "Shape__Area": 262.28515625, "Shape__Length": 86.418682684391001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164682293280805, 39.983166007587101 ], [ -75.165000339984402, 39.983209102374303 ], [ -75.165010804936102, 39.9831593515554 ], [ -75.164693604644697, 39.983116581303001 ], [ -75.164682293280805, 39.983166007587101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1923 N 19TH ST", "addr_range": "1921-1923 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1621, "objectid": 2369, "Shape__Area": 256.8671875, "Shape__Length": 86.173714541044859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1646408711931, 39.983361268792997 ], [ -75.164958921217405, 39.983404299777398 ], [ -75.164969283252802, 39.9833555927219 ], [ -75.164651409559994, 39.983312889197897 ], [ -75.1646408711931, 39.983361268792997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1511 W OXFORD ST", "addr_range": "1601-1605 N 16TH ST; 1509-1513, 1517-1523 OXFORD ST; 1600-1608 N SYDENHAM ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1577, "objectid": 2370, "Shape__Area": 249.91015625, "Shape__Length": 73.884285608934505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160752163276598, 39.9778807683103 ], [ -75.160830905565405, 39.977891201891502 ], [ -75.160870285125796, 39.977700811720098 ], [ -75.160791177891198, 39.977690064482303 ], [ -75.160752163276598, 39.9778807683103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1838 CECIL B MOORE AVE", "addr_range": "1822-1842 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1389, "objectid": 2371, "Shape__Area": 220.04296875, "Shape__Length": 83.482197374460526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165611128268907, 39.979603392508402 ], [ -75.165666785218207, 39.9796115782881 ], [ -75.165716381713594, 39.9793692840829 ], [ -75.165662559890805, 39.979362430803697 ], [ -75.165611128268907, 39.979603392508402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1903 N 19TH ST", "addr_range": "1903-1917 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1581, "objectid": 2372, "Shape__Area": 250.5390625, "Shape__Length": 85.675080063045456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164745728727596, 39.982870815068402 ], [ -75.165063182559905, 39.982913510722398 ], [ -75.165073263668305, 39.982866087586601 ], [ -75.164756507710393, 39.982823279731797 ], [ -75.164749743844894, 39.982855060256199 ], [ -75.164745728727596, 39.982870815068402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1907 N 19TH ST", "addr_range": "1903-1917 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1642, "objectid": 2373, "Shape__Area": 260.203125, "Shape__Length": 86.181111924824833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164725101489296, 39.982969003495299 ], [ -75.165042258715999, 39.983011225789603 ], [ -75.165052826792504, 39.982962056643501 ], [ -75.164735868681703, 39.982919532513399 ], [ -75.164725101489296, 39.982969003495299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1913 N 19TH ST", "addr_range": "1903-1917 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1650, "objectid": 2374, "Shape__Area": 261.45703125, "Shape__Length": 86.313244903554065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164693584750196, 39.983116580854798 ], [ -75.165010804936102, 39.9831593515554 ], [ -75.165021491560793, 39.983110361680403 ], [ -75.1647043096646, 39.9830665602042 ], [ -75.164693584750196, 39.983116580854798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1629 W OXFORD ST", "addr_range": "1623-1629 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1844, "objectid": 2375, "Shape__Area": 292.1484375, "Shape__Length": 91.710796886358622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162656147755001, 39.9781886580571 ], [ -75.162723988871207, 39.978198118327597 ], [ -75.162780913819603, 39.977938630511801 ], [ -75.162713543436496, 39.977929455692099 ], [ -75.162656147755001, 39.9781886580571 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1951 N 20TH ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1195, "objectid": 2376, "Shape__Area": 189.39453125, "Shape__Length": 66.567799446270499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166158551054707, 39.984205098665598 ], [ -75.166388586407294, 39.984235681444197 ], [ -75.166399371222695, 39.984186274699802 ], [ -75.166169195198805, 39.984155576145099 ], [ -75.166158551054707, 39.984205098665598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1905 N 19TH ST", "addr_range": "1903-1917 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1618, "objectid": 2377, "Shape__Area": 256.44921875, "Shape__Length": 86.008152122618398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164735868681703, 39.982919532513399 ], [ -75.165052826792504, 39.982962056643501 ], [ -75.165063182559905, 39.982913510722398 ], [ -75.164745728727596, 39.982870815068402 ], [ -75.164735868681703, 39.982919532513399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1625 W OXFORD ST", "addr_range": "1623-1629 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1822, "objectid": 2378, "Shape__Area": 288.75, "Shape__Length": 91.521663940730662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162521708072205, 39.978170570919097 ], [ -75.162589175929398, 39.978179990417502 ], [ -75.162646466543507, 39.977920785711497 ], [ -75.162580361017007, 39.977911396957097 ], [ -75.162521708072205, 39.978170570919097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2013 N 20TH ST", "addr_range": "2009-2013 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1206, "objectid": 2379, "Shape__Area": 191.078125, "Shape__Length": 72.787003368041212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165996516445901, 39.984791886637097 ], [ -75.166262434564601, 39.984826180578203 ], [ -75.166267653978593, 39.9848024401049 ], [ -75.166271454846907, 39.9847835052459 ], [ -75.166005517133001, 39.984748099028302 ], [ -75.165996516445901, 39.984791886637097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1917 N 19TH ST", "addr_range": "1903-1917 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1605, "objectid": 2380, "Shape__Area": 254.3515625, "Shape__Length": 85.989813332786213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164672641097894, 39.983214246766401 ], [ -75.164989940469198, 39.983257164361802 ], [ -75.165000339984402, 39.983209102374303 ], [ -75.164682293280805, 39.983166007587101 ], [ -75.164672641097894, 39.983214246766401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1960 N CROSKEY ST", "addr_range": "1958-1962 N CROSKEY ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 970, "objectid": 2381, "Shape__Area": 153.80859375, "Shape__Length": 67.88341873395062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170834339770906, 39.984883104407402 ], [ -75.171086441829104, 39.984918156043904 ], [ -75.171095113939401, 39.984881855356797 ], [ -75.170842503001296, 39.984846389547499 ], [ -75.170834339770906, 39.984883104407402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2041 N 19TH ST", "addr_range": "2037-2047 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1132, "objectid": 2382, "Shape__Area": 179.3828125, "Shape__Length": 69.523366882967011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164537792639294, 39.985298357260604 ], [ -75.164545340903004, 39.9852993319086 ], [ -75.164554858221706, 39.985256860700296 ], [ -75.1645462452434, 39.985255732321498 ], [ -75.164302204341396, 39.985223668967798 ], [ -75.164293955353401, 39.985266910269203 ], [ -75.164537792639294, 39.985298357260604 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1835 N 21ST ST", "addr_range": "1831-1837 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 802, "objectid": 2383, "Shape__Area": 127.0625, "Shape__Length": 54.916071030959415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168683254300404, 39.982549840340397 ], [ -75.168688338547398, 39.982550584504303 ], [ -75.168696442178998, 39.982510499541497 ], [ -75.168692462409197, 39.982509909965898 ], [ -75.168626891862303, 39.982500084537797 ], [ -75.168615241972105, 39.9824984052063 ], [ -75.1685180759914, 39.982484596562998 ], [ -75.168506382752398, 39.982482979316302 ], [ -75.168497695143898, 39.982522987160301 ], [ -75.168509461985593, 39.982524332154902 ], [ -75.168683254300404, 39.982549840340397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1802 CECIL B MOORE AVE", "addr_range": "1800-1802 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1392, "objectid": 2384, "Shape__Area": 220.51171875, "Shape__Length": 82.028653382238772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1644525896819, 39.979445596976497 ], [ -75.164508851162594, 39.979453248225198 ], [ -75.164560987905304, 39.9792181386915 ], [ -75.164504685196107, 39.979210406344798 ], [ -75.1644525896819, 39.979445596976497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1946 N 22ND ST", "addr_range": "1944-1946 N 22ND ST; 2200-2202 NORRIS ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1926, "objectid": 2385, "Shape__Area": 305.296875, "Shape__Length": 108.35863252757009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170185808276401, 39.9846603726563 ], [ -75.170490869974998, 39.984701355383798 ], [ -75.1704918569082, 39.984696865289102 ], [ -75.170493903424997, 39.984688254346302 ], [ -75.170500097406403, 39.984658120400503 ], [ -75.170297245759301, 39.984630686999203 ], [ -75.170190627492403, 39.984616265534797 ], [ -75.170129947070606, 39.984607276253499 ], [ -75.170083026946401, 39.984600692919201 ], [ -75.170077587343698, 39.984599925515703 ], [ -75.170067738584095, 39.984642921250497 ], [ -75.170136301883403, 39.984652957239099 ], [ -75.170185808276401, 39.9846603726563 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1957 N 20TH ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1149, "objectid": 2386, "Shape__Area": 182.13671875, "Shape__Length": 65.948082244221709 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166130201450898, 39.9843465558845 ], [ -75.166357487955295, 39.984377239010797 ], [ -75.166367979331397, 39.984330066486798 ], [ -75.166365582466497, 39.984329738621 ], [ -75.166138497170607, 39.984298173438297 ], [ -75.166127909295795, 39.984346246589297 ], [ -75.166130201450898, 39.9843465558845 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1921 N 19TH ST", "addr_range": "1921-1923 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1651, "objectid": 2387, "Shape__Area": 261.57421875, "Shape__Length": 86.368219282970486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164651409559994, 39.983312889197897 ], [ -75.164969283252802, 39.9833555927219 ], [ -75.164979496937207, 39.983306351626197 ], [ -75.164662273941701, 39.983263114065103 ], [ -75.164651409559994, 39.983312889197897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1608 N SYDENHAM ST", "addr_range": "1601-1605 N 16TH ST; 1509-1513, 1517-1523 OXFORD ST; 1600-1608 N SYDENHAM ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 985, "objectid": 2388, "Shape__Area": 156.16796875, "Shape__Length": 63.688111565780673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160636888159601, 39.9780827459034 ], [ -75.160864924823898, 39.978115697292601 ], [ -75.160869232702794, 39.978097256066 ], [ -75.160874194056603, 39.978072640498702 ], [ -75.160645941480894, 39.9780436973818 ], [ -75.160636888159601, 39.9780827459034 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1612 N 17TH ST", "addr_range": "1610-1618 N 17TH ST; 1623 N BOUVIER ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1836, "objectid": 2389, "Shape__Area": 290.859375, "Shape__Length": 100.72193423276047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162957762193599, 39.978575047836898 ], [ -75.163344237056407, 39.978627604823103 ], [ -75.163352004304002, 39.978593655717297 ], [ -75.163353717046107, 39.978582264934403 ], [ -75.162966897988795, 39.978529957004703 ], [ -75.162957762193599, 39.978575047836898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1900 MONUMENT ST", "addr_range": "1900-1904 MONUMENT ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 550, "objectid": 2390, "Shape__Area": 84.93359375, "Shape__Length": 44.356335844036266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165269186331201, 39.983009355725002 ], [ -75.165225332920897, 39.983003726035903 ], [ -75.165200176310506, 39.983120737448097 ], [ -75.165243452256902, 39.983126677604098 ], [ -75.165269186331201, 39.983009355725002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1849 N 22ND ST", "addr_range": "1849 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1685, "objectid": 2391, "Shape__Area": 266.953125, "Shape__Length": 89.72051172810454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169836781467197, 39.983140118938401 ], [ -75.169854906409, 39.983142379803098 ], [ -75.170051335257398, 39.983168879518402 ], [ -75.170140484888904, 39.983180814530797 ], [ -75.170171878117998, 39.983184581862801 ], [ -75.170181701509406, 39.983137282310999 ], [ -75.169955881983, 39.983106655897302 ], [ -75.169857576969704, 39.983093048961798 ], [ -75.169847181134003, 39.9830919926207 ], [ -75.169836781467197, 39.983140118938401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1832 N 22ND ST", "addr_range": "1820-1832 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1805, "objectid": 2392, "Shape__Area": 286.02734375, "Shape__Length": 92.717681723496909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170489734383196, 39.982755025824503 ], [ -75.170603166128501, 39.982771986095102 ], [ -75.170834508780899, 39.982805040169403 ], [ -75.1708364026033, 39.9827959752838 ], [ -75.170837588296294, 39.982790166965799 ], [ -75.170844921580297, 39.9827548516528 ], [ -75.1706382148366, 39.9827258814597 ], [ -75.170501133800002, 39.982705326234097 ], [ -75.170492695483802, 39.982742131296199 ], [ -75.170491292778905, 39.982748194225699 ], [ -75.170489734383196, 39.982755025824503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1826 N 22ND ST", "addr_range": "1820-1832 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1473, "objectid": 2393, "Shape__Area": 233.46484375, "Shape__Length": 89.196100524138046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170532815271002, 39.982563619571302 ], [ -75.170524172168896, 39.982604676421197 ], [ -75.170865332944999, 39.982650515265 ], [ -75.170873712954304, 39.9826091947915 ], [ -75.170532815271002, 39.982563619571302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1711 N 17TH ST", "addr_range": "1709-1711 N 17TH ST", "zipcode": 19121, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1882, "objectid": 2394, "Shape__Area": 298.203125, "Shape__Length": 96.454008385996545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162116518415999, 39.979884548776901 ], [ -75.162479065920905, 39.9799311862824 ], [ -75.162490490458396, 39.979881584336901 ], [ -75.162127487194198, 39.979835357358901 ], [ -75.162116518415999, 39.979884548776901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1932 W NORRIS ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1133, "objectid": 2395, "Shape__Area": 179.58984375, "Shape__Length": 68.92002747880889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166015087926993, 39.984330777843802 ], [ -75.166071501085298, 39.984338431645398 ], [ -75.166114792171498, 39.984147951426003 ], [ -75.166057882898798, 39.984140657690602 ], [ -75.166015087926993, 39.984330777843802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1902 W NORRIS ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1089, "objectid": 2396, "Shape__Area": 172.62109375, "Shape__Length": 68.402528514767482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165031649549604, 39.984198905278497 ], [ -75.165086468441899, 39.984206619168603 ], [ -75.165129130682502, 39.984016206187597 ], [ -75.165075113511705, 39.984008912224503 ], [ -75.165031649549604, 39.984198905278497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1922 W NORRIS ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1058, "objectid": 2397, "Shape__Area": 167.66015625, "Shape__Length": 64.967180077362528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165829530648494, 39.984124216626199 ], [ -75.165772256859299, 39.984116591977099 ], [ -75.165734074539003, 39.984293421414897 ], [ -75.165790718831502, 39.984301063441102 ], [ -75.165829530648494, 39.984124216626199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1910 W NORRIS ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1133, "objectid": 2398, "Shape__Area": 179.546875, "Shape__Length": 68.944743225116355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165356314586901, 39.984046776393797 ], [ -75.165299622361005, 39.9840392925476 ], [ -75.165256107631805, 39.984229558438003 ], [ -75.165312584986097, 39.984237214062098 ], [ -75.165356314586901, 39.984046776393797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1929-31 N 20TH ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 6433, "objectid": 2399, "Shape__Area": 1019.24609375, "Shape__Length": 170.012779432131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166255877897001, 39.983722840172597 ], [ -75.166491717810501, 39.983754989675198 ], [ -75.166512915344796, 39.983656650739498 ], [ -75.166137263065806, 39.983605750766699 ], [ -75.165888228974893, 39.983572288897598 ], [ -75.165867930823694, 39.983670147024398 ], [ -75.166255877897001, 39.983722840172597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1628 N 17TH ST", "addr_range": "1628-1630 N 17TH ST; 1639 N BOUVIER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1846, "objectid": 2400, "Shape__Area": 292.5546875, "Shape__Length": 94.207960726080842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162882373572998, 39.978917152632 ], [ -75.162871490360601, 39.978966329818597 ], [ -75.163223760687899, 39.979014231774201 ], [ -75.163234641618402, 39.978964554444602 ], [ -75.163146974537597, 39.978951842727298 ], [ -75.163069645225406, 39.9789422165953 ], [ -75.162997728361105, 39.978931874477396 ], [ -75.162882373572998, 39.978917152632 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1630 N 17TH ST", "addr_range": "1628-1630 N 17TH ST; 1639 N BOUVIER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2238, "objectid": 2401, "Shape__Area": 354.56640625, "Shape__Length": 97.38836642518919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163223760687899, 39.979014231774201 ], [ -75.162871490360601, 39.978966329818597 ], [ -75.162858585983301, 39.979027858520098 ], [ -75.162923594701695, 39.979036369100598 ], [ -75.162986131714405, 39.979044339178003 ], [ -75.163048181097594, 39.979052412657701 ], [ -75.1631108417494, 39.9790609810251 ], [ -75.163174766537495, 39.979069354401197 ], [ -75.163209958559094, 39.979074031945899 ], [ -75.163223760687899, 39.979014231774201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1709 N 17TH ST", "addr_range": "1709-1711 N 17TH ST", "zipcode": 19121, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1807, "objectid": 2402, "Shape__Area": 286.37109375, "Shape__Length": 95.875727864343133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162127487194198, 39.979835357358901 ], [ -75.162490490458396, 39.979881584336901 ], [ -75.162501052356902, 39.979833689287801 ], [ -75.1621382250556, 39.979788352905601 ], [ -75.162127487194198, 39.979835357358901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1955 N 20TH ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1221, "objectid": 2403, "Shape__Area": 193.55859375, "Shape__Length": 66.850438009339399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166138497170607, 39.984298173438297 ], [ -75.166367979331397, 39.984330066486798 ], [ -75.1663790968543, 39.984279088655398 ], [ -75.166149273036496, 39.984247929468701 ], [ -75.166138497170607, 39.984298173438297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2422 RIDGE AVE", "addr_range": "2408-2418, 2422 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1982, "objectid": 2404, "Shape__Area": 314.0390625, "Shape__Length": 102.61041178463459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174499194745295, 39.981985420612901 ], [ -75.174544674532598, 39.982018891205001 ], [ -75.174693798296602, 39.981898679058702 ], [ -75.174750754895598, 39.981852708946498 ], [ -75.174827528597206, 39.981789260539102 ], [ -75.174749453622994, 39.981779255337699 ], [ -75.174499194745295, 39.981985420612901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2416 RIDGE AVE", "addr_range": "2408-2418, 2422 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1454, "objectid": 2405, "Shape__Area": 230.4296875, "Shape__Length": 78.248368410776322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174357885340498, 39.981881371960903 ], [ -75.174405349857906, 39.981916644128702 ], [ -75.174601851290205, 39.981757179552297 ], [ -75.174556634609203, 39.981722828287303 ], [ -75.174357885340498, 39.981881371960903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2415 W MONTGOMERY AVE", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1123, "objectid": 2406, "Shape__Area": 177.921875, "Shape__Length": 71.231247414659478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174160037169997, 39.982638188114699 ], [ -75.1742153053154, 39.982645102228801 ], [ -75.174254714208303, 39.982459626661097 ], [ -75.174258004006504, 39.9824441607309 ], [ -75.174206775102405, 39.982437385043703 ], [ -75.174160037169997, 39.982638188114699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2412 RIDGE AVE", "addr_range": "2408-2418, 2422 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1792, "objectid": 2407, "Shape__Area": 284.0390625, "Shape__Length": 81.583372340538546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174264108019599, 39.981813014039801 ], [ -75.174288026246202, 39.9818321225207 ], [ -75.174321591995195, 39.981854813699897 ], [ -75.1745211286581, 39.981697126601802 ], [ -75.174462972051998, 39.981654780348698 ], [ -75.174264108019599, 39.981813014039801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2724 RIDGE AVE", "addr_range": "2724-2728 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1007, "objectid": 2408, "Shape__Area": 159.69140625, "Shape__Length": 63.798754737353462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178899218964602, 39.984979994145903 ], [ -75.178858804808101, 39.984950443827799 ], [ -75.178701157002195, 39.985079448062599 ], [ -75.178741506129995, 39.985109045633699 ], [ -75.178899218964602, 39.984979994145903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1827 N BUCKNELL ST", "addr_range": "1819-1827 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 654, "objectid": 2409, "Shape__Area": 103.64453125, "Shape__Length": 48.373879671881042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172854695993294, 39.982842910625202 ], [ -75.173018913545505, 39.982866215857399 ], [ -75.173027440004802, 39.9828287188394 ], [ -75.172862846036097, 39.982804841130502 ], [ -75.172854695993294, 39.982842910625202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1900 N 22ND ST", "addr_range": "1900-1902 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1371, "objectid": 2410, "Shape__Area": 217.21484375, "Shape__Length": 73.159748071634823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170313951836306, 39.983525002353097 ], [ -75.170572378683502, 39.983558375554601 ], [ -75.170581960357595, 39.983511328231401 ], [ -75.170582601565997, 39.983508230541403 ], [ -75.170325388482098, 39.983473805226403 ], [ -75.170313951836306, 39.983525002353097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2418 RIDGE AVE", "addr_range": "2408-2418, 2422 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1544, "objectid": 2411, "Shape__Area": 244.734375, "Shape__Length": 84.164129200062817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174405349857906, 39.981916644128702 ], [ -75.174453531473802, 39.981950705189703 ], [ -75.174561560767202, 39.981862037152901 ], [ -75.174665509823797, 39.9817787574178 ], [ -75.174677536249703, 39.981769919856902 ], [ -75.174606003329103, 39.9817609479569 ], [ -75.174601851290205, 39.981757179552297 ], [ -75.174405349857906, 39.981916644128702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2408 RIDGE AVE", "addr_range": "2408-2418, 2422 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1416, "objectid": 2412, "Shape__Area": 224.40625, "Shape__Length": 77.631456773008139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174178036561699, 39.981750891905399 ], [ -75.174215844182399, 39.981778902394701 ], [ -75.174416130933906, 39.981621264749798 ], [ -75.174369284930606, 39.981587940936798 ], [ -75.174275953256696, 39.981660900631901 ], [ -75.174172369720395, 39.981746702050501 ], [ -75.174178036561699, 39.981750891905399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2728 RIDGE AVE", "addr_range": "2724-2728 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1198, "objectid": 2413, "Shape__Area": 189.9609375, "Shape__Length": 66.299084134566684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178778736323807, 39.985136348719202 ], [ -75.178818252032997, 39.9851653149029 ], [ -75.178994096878995, 39.985049402581701 ], [ -75.178960165502801, 39.985024592680602 ], [ -75.178937573883204, 39.985008063007697 ], [ -75.178778736323807, 39.985136348719202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2410 RIDGE AVE", "addr_range": "2408-2418, 2422 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1455, "objectid": 2414, "Shape__Area": 230.62890625, "Shape__Length": 78.322826368592487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174241557997505, 39.981797081696499 ], [ -75.174264108019599, 39.981813014039801 ], [ -75.1744629919461, 39.981654780795097 ], [ -75.174416130933906, 39.981621264749798 ], [ -75.174215844182399, 39.981778902394701 ], [ -75.174241557997505, 39.981797081696499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2554 RIDGE AVE", "addr_range": "2550-2554 RIDGE AVE; 1825 N 26TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1620, "objectid": 2415, "Shape__Area": 256.79296875, "Shape__Length": 80.01512910533323 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176554501225198, 39.983517431045101 ], [ -75.176673562379904, 39.983606631176201 ], [ -75.176686920907997, 39.983545481691003 ], [ -75.176689100314206, 39.983535536533701 ], [ -75.176723652077797, 39.983377435823101 ], [ -75.176554501225198, 39.983517431045101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2414 RIDGE AVE", "addr_range": "2408-2418, 2422 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1110, "objectid": 2416, "Shape__Area": 175.94921875, "Shape__Length": 74.870690719608731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174321591995195, 39.981854813699897 ], [ -75.174357885340498, 39.981881371960903 ], [ -75.174556634609203, 39.981722828287303 ], [ -75.1745211286581, 39.981697126601802 ], [ -75.174321591995195, 39.981854813699897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2552 RIDGE AVE", "addr_range": "2550-2554 RIDGE AVE; 1825 N 26TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1111, "objectid": 2417, "Shape__Area": 176.09765625, "Shape__Length": 67.916495073633627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176513392065502, 39.983486364989602 ], [ -75.176554501225198, 39.983517431045101 ], [ -75.176723652077797, 39.983377435823101 ], [ -75.176726337161398, 39.983365180095902 ], [ -75.176713976045207, 39.983363468528097 ], [ -75.176670054936096, 39.9833573731933 ], [ -75.176513392065502, 39.983486364989602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2423 W MONTGOMERY AVE", "addr_range": "2419-2423 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1262, "objectid": 2418, "Shape__Area": 200.07421875, "Shape__Length": 73.855216382530145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174498761863802, 39.982688652997901 ], [ -75.174543439099807, 39.9826946841536 ], [ -75.174544440724006, 39.982690354740399 ], [ -75.174591223643603, 39.982488892105302 ], [ -75.174532294834407, 39.982481283332497 ], [ -75.174486664177095, 39.9826822230891 ], [ -75.174485632974495, 39.982686745555803 ], [ -75.174498761863802, 39.982688652997901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2550 RIDGE AVE", "addr_range": "2550-2554 RIDGE AVE; 1825 N 26TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1073, "objectid": 2419, "Shape__Area": 170.12109375, "Shape__Length": 64.53406605955594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176627478761603, 39.983325211089998 ], [ -75.176470674246204, 39.9834546024045 ], [ -75.176513392065502, 39.983486364989602 ], [ -75.176670054936096, 39.9833573731933 ], [ -75.176627478761603, 39.983325211089998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2726 RIDGE AVE", "addr_range": "2724-2728 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 943, "objectid": 2420, "Shape__Area": 149.51953125, "Shape__Length": 63.017886115567578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178937573883204, 39.985008063007697 ], [ -75.178899218964602, 39.984979994145903 ], [ -75.178741506129995, 39.985109045633699 ], [ -75.178778736323807, 39.985136348719202 ], [ -75.178937573883204, 39.985008063007697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1803 N 24TH ST", "addr_range": "1801-1803 N 24TH ST; 1800-1804 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 980, "objectid": 2421, "Shape__Area": 155.34375, "Shape__Length": 64.103750942195191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173407022019902, 39.982436309555503 ], [ -75.173638200899603, 39.982468710074301 ], [ -75.173646072628401, 39.982427991616099 ], [ -75.173415944634499, 39.982396081428 ], [ -75.173407022019902, 39.982436309555503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2411 W MONTGOMERY AVE", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1135, "objectid": 2422, "Shape__Area": 179.90625, "Shape__Length": 71.362565934382758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174052522510607, 39.982623717628798 ], [ -75.174106005172703, 39.982630736783598 ], [ -75.174152424714705, 39.982430056330898 ], [ -75.174098271683803, 39.982423021246902 ], [ -75.174052522510607, 39.982623717628798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1825 N BUCKNELL ST", "addr_range": "1819-1827 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 681, "objectid": 2423, "Shape__Area": 108.02734375, "Shape__Length": 48.873640213562147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172862846036097, 39.982804841130502 ], [ -75.173027440004802, 39.9828287188394 ], [ -75.173035768021094, 39.982788703538702 ], [ -75.172871022954098, 39.982766063141703 ], [ -75.172862846036097, 39.982804841130502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1804 N BUCKNELL ST", "addr_range": "1801-1803 N 24TH ST; 1800-1804 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 693, "objectid": 2424, "Shape__Area": 109.79296875, "Shape__Length": 49.443422044188743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173219120788701, 39.982449049722199 ], [ -75.173386400890706, 39.982472278146403 ], [ -75.173395281632907, 39.982432629332301 ], [ -75.173228000138494, 39.9824099649218 ], [ -75.173219120788701, 39.982449049722199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1946 N NEWKIRK ST", "addr_range": "1940-1946 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 617, "objectid": 2425, "Shape__Area": 97.76953125, "Shape__Length": 48.393764431043181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179653267613304, 39.9854951123815 ], [ -75.179676646120996, 39.985515834812801 ], [ -75.179711215525899, 39.985493315160703 ], [ -75.179687544110195, 39.985472006826697 ], [ -75.179600122433797, 39.985393287348202 ], [ -75.179564661769007, 39.985416640263203 ], [ -75.179653267613304, 39.9854951123815 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1819 N BUCKNELL ST", "addr_range": "1819-1827 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 666, "objectid": 2426, "Shape__Area": 105.51953125, "Shape__Length": 48.620196776427868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172888972987494, 39.982685641743899 ], [ -75.173054172455707, 39.982709050074398 ], [ -75.173058901072395, 39.982685459608803 ], [ -75.173061848242099, 39.982670727547003 ], [ -75.172897645742907, 39.982647068605601 ], [ -75.172888972987494, 39.982685641743899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1802 N BUCKNELL ST", "addr_range": "1801-1803 N 24TH ST; 1800-1804 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 682, "objectid": 2427, "Shape__Area": 108.10546875, "Shape__Length": 49.282599417638515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173228000138494, 39.9824099649218 ], [ -75.173395281632907, 39.982432629332301 ], [ -75.173403578295407, 39.9823934025938 ], [ -75.173235767797394, 39.982371532722397 ], [ -75.173228000138494, 39.9824099649218 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1821 N BUCKNELL ST", "addr_range": "1819-1827 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 712, "objectid": 2428, "Shape__Area": 112.94921875, "Shape__Length": 49.449991257982617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172879602981197, 39.982726569789897 ], [ -75.173044337808193, 39.982750064107101 ], [ -75.173054172455707, 39.982709050074398 ], [ -75.172888972987494, 39.982685641743899 ], [ -75.172879602981197, 39.982726569789897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2403 W MONTGOMERY AVE", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1138, "objectid": 2429, "Shape__Area": 180.33984375, "Shape__Length": 71.151246732929081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173838930659699, 39.982593937339402 ], [ -75.173893218531305, 39.982601249477902 ], [ -75.173938444071496, 39.982401154084101 ], [ -75.173884232429501, 39.982394553672698 ], [ -75.173838930659699, 39.982593937339402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1823 N BUCKNELL ST", "addr_range": "1819-1827 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 677, "objectid": 2430, "Shape__Area": 107.28125, "Shape__Length": 48.795730079105127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172871022954098, 39.982766063141703 ], [ -75.173035768021094, 39.982788703538702 ], [ -75.173044337808193, 39.982750064107101 ], [ -75.172879602981197, 39.982726569789897 ], [ -75.172871022954098, 39.982766063141703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1813 N 24TH ST", "addr_range": "1813-1817 N 24TH ST", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 970, "objectid": 2431, "Shape__Area": 153.7265625, "Shape__Length": 64.037391532878758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173362677948404, 39.982637456225099 ], [ -75.173593882825003, 39.982669744775102 ], [ -75.173602512794901, 39.9826295100655 ], [ -75.173371620690503, 39.982597841240697 ], [ -75.173362677948404, 39.982637456225099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1801 N 24TH ST", "addr_range": "1801-1803 N 24TH ST; 1800-1804 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1067, "objectid": 2432, "Shape__Area": 169.1328125, "Shape__Length": 65.057986596505174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173426030342696, 39.982352301490103 ], [ -75.173415944634499, 39.982396081428 ], [ -75.173646072628401, 39.982427991616099 ], [ -75.173656240433402, 39.982383680104597 ], [ -75.173426030342696, 39.982352301490103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1815 N 24TH ST", "addr_range": "1813-1817 N 24TH ST", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 996, "objectid": 2433, "Shape__Area": 157.81640625, "Shape__Length": 64.467443692803556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173353127661798, 39.982678235192701 ], [ -75.173585226582702, 39.982710671773297 ], [ -75.173593882825003, 39.982669744775102 ], [ -75.173362677948404, 39.982637456225099 ], [ -75.173353127661798, 39.982678235192701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2409 W MONTGOMERY AVE", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1129, "objectid": 2434, "Shape__Area": 178.859375, "Shape__Length": 71.267670270924114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174042564801496, 39.982621640742799 ], [ -75.174047901366905, 39.982622373211903 ], [ -75.174052522510607, 39.982623717628798 ], [ -75.174094728991307, 39.982438545469002 ], [ -75.174098271683803, 39.982423021246902 ], [ -75.174044972999596, 39.982415602560401 ], [ -75.173998800763798, 39.982615838021303 ], [ -75.174042564801496, 39.982621640742799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2405 W MONTGOMERY AVE", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1088, "objectid": 2435, "Shape__Area": 172.4609375, "Shape__Length": 70.68896724026942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173893218531305, 39.982601249477902 ], [ -75.173944476817894, 39.9826083647432 ], [ -75.1739905328661, 39.982408448354299 ], [ -75.173938444071496, 39.982401154084101 ], [ -75.173893218531305, 39.982601249477902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2419 W MONTGOMERY AVE", "addr_range": "2419-2423 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1252, "objectid": 2436, "Shape__Area": 198.4453125, "Shape__Length": 73.674505054235553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174432200011793, 39.982674553179898 ], [ -75.174478458306993, 39.982474239314001 ], [ -75.174421204559295, 39.982466070703197 ], [ -75.1743737138424, 39.982666325355801 ], [ -75.174372469776003, 39.982671488169501 ], [ -75.174431124193603, 39.982679171053299 ], [ -75.174432200011793, 39.982674553179898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2413 W MONTGOMERY AVE", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1145, "objectid": 2437, "Shape__Area": 181.49609375, "Shape__Length": 71.496970282027831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174106005172703, 39.982630736783598 ], [ -75.174160037169997, 39.982638188114699 ], [ -75.174206775102405, 39.982437385043703 ], [ -75.174152424714705, 39.982430056330898 ], [ -75.174148815767495, 39.982445660158596 ], [ -75.174106005172703, 39.982630736783598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2421 W MONTGOMERY AVE", "addr_range": "2419-2423 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1169, "objectid": 2438, "Shape__Area": 185.31640625, "Shape__Length": 72.780060527354763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174431124193603, 39.982679171053299 ], [ -75.174485632974495, 39.982686745555803 ], [ -75.174486664177095, 39.9826822230891 ], [ -75.174532294834407, 39.982481283332497 ], [ -75.174478458306993, 39.982474239314001 ], [ -75.174432200011793, 39.982674553179898 ], [ -75.174431124193603, 39.982679171053299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2407 W MONTGOMERY AVE", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1145, "objectid": 2439, "Shape__Area": 181.41796875, "Shape__Length": 71.32645173498473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173944476817894, 39.9826083647432 ], [ -75.173998800763798, 39.982615838021303 ], [ -75.174044972999596, 39.982415602560401 ], [ -75.1739905328661, 39.982408448354299 ], [ -75.173944476817894, 39.9826083647432 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1800 N BUCKNELL ST", "addr_range": "1801-1803 N 24TH ST; 1800-1804 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 760, "objectid": 2440, "Shape__Area": 120.43359375, "Shape__Length": 50.561507255076592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173235767797394, 39.982371532722397 ], [ -75.173403578295407, 39.9823934025938 ], [ -75.173412916524697, 39.982350524007401 ], [ -75.173245904088105, 39.982328027841397 ], [ -75.173235767797394, 39.982371532722397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1924 N NEWKIRK ST", "addr_range": "1924-1926 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 618, "objectid": 2441, "Shape__Area": 98.046875, "Shape__Length": 48.561823060139794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180076446365902, 39.985211483732698 ], [ -75.180102056265696, 39.985234093202799 ], [ -75.180136621093894, 39.985211686853603 ], [ -75.180110881991993, 39.985188591556501 ], [ -75.180024646723496, 39.985111172097199 ], [ -75.179989457171004, 39.985134611397797 ], [ -75.180076446365902, 39.985211483732698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2116 N 31ST ST", "addr_range": "2114-2116 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 874, "objectid": 2442, "Shape__Area": 138.5234375, "Shape__Length": 57.609838413243821 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183801209412195, 39.988698395825303 ], [ -75.184001966550099, 39.988723453360002 ], [ -75.184010342730005, 39.988682599636398 ], [ -75.183808818808004, 39.988656138316202 ], [ -75.183801209412195, 39.988698395825303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2021 N 30TH ST", "addr_range": "2021 N 30TH ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1065, "objectid": 2443, "Shape__Area": 168.859375, "Shape__Length": 56.936225184792761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182133673019806, 39.987385174786802 ], [ -75.182105020619204, 39.987407520309603 ], [ -75.1822376376726, 39.987512638445502 ], [ -75.182261863353901, 39.987398971988803 ], [ -75.182133673019806, 39.987385174786802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1926 N NEWKIRK ST", "addr_range": "1924-1926 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 707, "objectid": 2444, "Shape__Area": 112.11328125, "Shape__Length": 50.01293536576091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180036591191794, 39.985237995540899 ], [ -75.180062255746194, 39.985260863031897 ], [ -75.180102056265696, 39.985234093202799 ], [ -75.180076446365902, 39.985211483732698 ], [ -75.179989457171004, 39.985134611397797 ], [ -75.179949969977002, 39.985160808853799 ], [ -75.180036591191794, 39.985237995540899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1940 N NEWKIRK ST", "addr_range": "1940-1946 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 709, "objectid": 2445, "Shape__Area": 112.48828125, "Shape__Length": 49.950330502879368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179762551673704, 39.9854214423884 ], [ -75.179787102392694, 39.985443255142101 ], [ -75.1798272276624, 39.9854162665224 ], [ -75.179802484863103, 39.985394515249702 ], [ -75.179714753071096, 39.985317335048997 ], [ -75.179675069340703, 39.985343737048296 ], [ -75.179762551673704, 39.9854214423884 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1932 N NEWKIRK ST", "addr_range": "1930-1932 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 692, "objectid": 2446, "Shape__Area": 109.72265625, "Shape__Length": 49.753285268210362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179922980322004, 39.9853136322062 ], [ -75.179948407252596, 39.985336124086203 ], [ -75.179987273180103, 39.985310251496898 ], [ -75.179961806478005, 39.985287727199598 ], [ -75.179874676624493, 39.9852106416919 ], [ -75.179835810745104, 39.985236513342898 ], [ -75.179922980322004, 39.9853136322062 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1942 N NEWKIRK ST", "addr_range": "1940-1946 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 644, "objectid": 2447, "Shape__Area": 102.11328125, "Shape__Length": 48.806112895640084 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179726316937803, 39.985445875448697 ], [ -75.179750094410196, 39.985467105058902 ], [ -75.179787102392694, 39.985443255142101 ], [ -75.179762551673704, 39.9854214423884 ], [ -75.179675069340703, 39.985343737048296 ], [ -75.1796389677544, 39.985367994662703 ], [ -75.179726316937803, 39.985445875448697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2166 N 32ND ST", "addr_range": "2166 N 32ND ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1035, "objectid": 2448, "Shape__Area": 164.08203125, "Shape__Length": 64.994748470606382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185167337439793, 39.989896870370998 ], [ -75.185156619671901, 39.989939847777201 ], [ -75.185389338695899, 39.989969984196797 ], [ -75.185399229778795, 39.9899283596366 ], [ -75.185167337439793, 39.989896870370998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1944 N NEWKIRK ST", "addr_range": "1940-1946 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 687, "objectid": 2449, "Shape__Area": 108.8828125, "Shape__Length": 49.505295359784711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179687544110195, 39.985472006826697 ], [ -75.179711215525899, 39.985493315160703 ], [ -75.179750094410196, 39.985467105058902 ], [ -75.179726316937803, 39.985445875448697 ], [ -75.1796389677544, 39.985367994662703 ], [ -75.179600122433797, 39.985393287348202 ], [ -75.179687544110195, 39.985472006826697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1929 N NEWKIRK ST", "addr_range": "1929 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 689, "objectid": 2450, "Shape__Area": 109.21875, "Shape__Length": 50.278846536203368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179623685572096, 39.985094052325799 ], [ -75.179737505781105, 39.9851967207941 ], [ -75.179775836942895, 39.985171175080303 ], [ -75.179661272930801, 39.985069311714497 ], [ -75.179623685572096, 39.985094052325799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1930 N NEWKIRK ST", "addr_range": "1930-1932 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 649, "objectid": 2451, "Shape__Area": 102.91796875, "Shape__Length": 48.986789216457495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179961806478005, 39.985287727199598 ], [ -75.179987273180103, 39.985310251496898 ], [ -75.1800237000989, 39.985286275869598 ], [ -75.179998199847702, 39.9852635237744 ], [ -75.179912108276497, 39.985186703015998 ], [ -75.179874676624493, 39.9852106416919 ], [ -75.179961806478005, 39.985287727199598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2945 DIAMOND ST", "addr_range": "2112-2114 N 30TH ST; 2945-2947 W DIAMOND ST; 3001-3005, 3009-3015 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 861, "objectid": 2452, "Shape__Area": 136.55078125, "Shape__Length": 55.17723721852397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181899380437599, 39.988237051969399 ], [ -75.181957029324806, 39.988244305629799 ], [ -75.181987168190801, 39.988101256230699 ], [ -75.181930410825103, 39.988093135035299 ], [ -75.181899380437599, 39.988237051969399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2123 N STANLEY ST", "addr_range": "2123 N STANLEY ST; 3029 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 746, "objectid": 2453, "Shape__Area": 118.26171875, "Shape__Length": 46.946010294780699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183047586436302, 39.988841645048701 ], [ -75.182992106946799, 39.988833537657101 ], [ -75.182892399688399, 39.988895544240002 ], [ -75.183030522337603, 39.9889144308179 ], [ -75.183047586436302, 39.988841645048701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3024 RIDGE AVE", "addr_range": "3014-3034 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1065, "objectid": 2454, "Shape__Area": 168.84765625, "Shape__Length": 71.455921870521109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183501090251994, 39.9885991579266 ], [ -75.183279236691504, 39.9887341642441 ], [ -75.183312489712705, 39.988766970298897 ], [ -75.183488185366997, 39.988658947787698 ], [ -75.183501090251994, 39.9885991579266 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3022 RIDGE AVE", "addr_range": "3014-3034 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1271, "objectid": 2455, "Shape__Area": 201.54296875, "Shape__Length": 77.899024148745909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183466772931894, 39.988566215501301 ], [ -75.183244804745698, 39.988701993155701 ], [ -75.183279236691504, 39.9887341642441 ], [ -75.183501090251994, 39.9885991579266 ], [ -75.183507586597699, 39.988571448475398 ], [ -75.183466772931894, 39.988566215501301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2947-49 DIAMOND ST", "addr_range": "2112-2114 N 30TH ST; 2945-2947 W DIAMOND ST; 3001-3005, 3009-3015 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1693, "objectid": 2456, "Shape__Area": 268.3828125, "Shape__Length": 67.633084209662854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181957029324806, 39.988244305629799 ], [ -75.181974598402206, 39.988246907101903 ], [ -75.182013924570199, 39.9882526560475 ], [ -75.182068093018799, 39.988260508439097 ], [ -75.182098616831198, 39.988120531062997 ], [ -75.182099607927597, 39.988115942768097 ], [ -75.182043896724295, 39.988107909908102 ], [ -75.181987168190801, 39.988101256230699 ], [ -75.181957029324806, 39.988244305629799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2112 N 30TH ST", "addr_range": "2112-2114 N 30TH ST; 2945-2947 W DIAMOND ST; 3001-3005, 3009-3015 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1063, "objectid": 2457, "Shape__Area": 168.47265625, "Shape__Length": 62.808255261700538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182386007583105, 39.988449338342903 ], [ -75.182241139188704, 39.988308451951802 ], [ -75.1822159240769, 39.988427737497197 ], [ -75.182386007583105, 39.988449338342903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3001 RIDGE AVE", "addr_range": "2112-2114 N 30TH ST; 2945-2947 W DIAMOND ST; 3001-3005, 3009-3015 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1460, "objectid": 2458, "Shape__Area": 231.44921875, "Shape__Length": 68.829158296260971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182430298417103, 39.988182999473402 ], [ -75.182403987753403, 39.988156104102998 ], [ -75.182278699317095, 39.988139808639197 ], [ -75.182251746576995, 39.9882640370014 ], [ -75.182245349954698, 39.9882979872174 ], [ -75.1822521668159, 39.988294496939503 ], [ -75.182430298417103, 39.988182999473402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3013 RIDGE AVE", "addr_range": "2112-2114 N 30TH ST; 2945-2947 W DIAMOND ST; 3001-3005, 3009-3015 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 958, "objectid": 2459, "Shape__Area": 151.859375, "Shape__Length": 62.822336154898203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182595752662394, 39.9883491878523 ], [ -75.182415544214507, 39.9884629439021 ], [ -75.182426345071207, 39.9884737922103 ], [ -75.182473545642793, 39.9884797162456 ], [ -75.182629946482393, 39.988380983505003 ], [ -75.182632714709499, 39.9883792398021 ], [ -75.182599746288005, 39.988346665157003 ], [ -75.182595752662394, 39.9883491878523 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2120 N 31ST ST", "addr_range": "2120 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 827, "objectid": 2460, "Shape__Area": 131.07421875, "Shape__Length": 56.884112987974426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183993295298706, 39.988764396894297 ], [ -75.183792896796803, 39.988738121992498 ], [ -75.183784178319996, 39.988778049020297 ], [ -75.183985294486405, 39.988803065951601 ], [ -75.183993295298706, 39.988764396894297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3003 RIDGE AVE", "addr_range": "2112-2114 N 30TH ST; 2945-2947 W DIAMOND ST; 3001-3005, 3009-3015 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1019, "objectid": 2461, "Shape__Area": 161.56640625, "Shape__Length": 65.267967037445885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182430298417103, 39.988182999473402 ], [ -75.1822521668159, 39.988294496939503 ], [ -75.182245349954698, 39.9882979872174 ], [ -75.182278672725701, 39.988330633867797 ], [ -75.182464632529701, 39.988217152656603 ], [ -75.182430298417103, 39.988182999473402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2114 N 31ST ST", "addr_range": "2114-2116 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 915, "objectid": 2462, "Shape__Area": 145.0703125, "Shape__Length": 58.260601589854375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183808818808004, 39.988656138316202 ], [ -75.184010342730005, 39.988682599636398 ], [ -75.184020461352603, 39.9886383186833 ], [ -75.183818607884604, 39.988613979095597 ], [ -75.183808818808004, 39.988656138316202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2114 N 30TH ST", "addr_range": "2112-2114 N 30TH ST; 2945-2947 W DIAMOND ST; 3001-3005, 3009-3015 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 856, "objectid": 2463, "Shape__Area": 135.74609375, "Shape__Length": 60.374798977052549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182207356191299, 39.988468119200498 ], [ -75.182406866410204, 39.988494586965601 ], [ -75.182429769580907, 39.988496856285899 ], [ -75.182437461820498, 39.988499025901802 ], [ -75.182402240672303, 39.988465063706599 ], [ -75.182386007583105, 39.988449338342903 ], [ -75.1822159240769, 39.988427737497197 ], [ -75.182207356191299, 39.988468119200498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3009 RIDGE AVE", "addr_range": "2112-2114 N 30TH ST; 2945-2947 W DIAMOND ST; 3001-3005, 3009-3015 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 989, "objectid": 2464, "Shape__Area": 156.84375, "Shape__Length": 64.860925911812728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182532735050401, 39.988282702760003 ], [ -75.182347059806105, 39.988396401285002 ], [ -75.182379745253996, 39.988428743520899 ], [ -75.182565889823195, 39.988314281473301 ], [ -75.182532735050401, 39.988282702760003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3005 RIDGE AVE", "addr_range": "2112-2114 N 30TH ST; 2945-2947 W DIAMOND ST; 3001-3005, 3009-3015 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1020, "objectid": 2465, "Shape__Area": 161.703125, "Shape__Length": 65.192834367928256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182464632529701, 39.988217152656603 ], [ -75.182278672725701, 39.988330633867797 ], [ -75.182313505741206, 39.988363798136199 ], [ -75.182498941750097, 39.988249207720699 ], [ -75.182464632529701, 39.988217152656603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3031 RIDGE AVE", "addr_range": "3031-3037 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1642, "objectid": 2466, "Shape__Area": 260.2109375, "Shape__Length": 77.716012821942698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183268214490198, 39.988994703318099 ], [ -75.183226272746097, 39.988952772137402 ], [ -75.183147156294993, 39.9888797707885 ], [ -75.183099642479903, 39.989098339238801 ], [ -75.183268214490198, 39.988994703318099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2925 PAGE ST", "addr_range": "2916-2922 RIDGE AVE; 2921-2927 PAGE ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 736, "objectid": 2467, "Shape__Area": 116.765625, "Shape__Length": 54.888867859744408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181611429325798, 39.986849887949198 ], [ -75.181583123309295, 39.9869982654049 ], [ -75.181601502857404, 39.987012072022601 ], [ -75.181629510389996, 39.987003494948901 ], [ -75.181638889707997, 39.9869499622747 ], [ -75.181657617843996, 39.986855967198501 ], [ -75.181611429325798, 39.986849887949198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2921 PAGE ST", "addr_range": "2916-2922 RIDGE AVE; 2921-2927 PAGE ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 563, "objectid": 2468, "Shape__Area": 89.20703125, "Shape__Length": 44.26798050476188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181513284670402, 39.986837358851602 ], [ -75.181495066484501, 39.986930656225702 ], [ -75.181539574409598, 39.986965068023899 ], [ -75.181563513777505, 39.986843512344201 ], [ -75.181513284670402, 39.986837358851602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2923 PAGE ST", "addr_range": "2916-2922 RIDGE AVE; 2921-2927 PAGE ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 682, "objectid": 2469, "Shape__Area": 108.18359375, "Shape__Length": 51.895755064485698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181563513777505, 39.986843512344201 ], [ -75.181539574409598, 39.986965068023899 ], [ -75.181583123922096, 39.986998249200397 ], [ -75.181611429325798, 39.986849887949198 ], [ -75.181563513777505, 39.986843512344201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2434 N 6TH ST", "addr_range": "2428-2450 N 6TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1256, "objectid": 2470, "Shape__Area": 199.078125, "Shape__Length": 76.044183518029541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1430390989632, 39.988815229643002 ], [ -75.143029718268906, 39.988857621389499 ], [ -75.143310594167801, 39.9888949670488 ], [ -75.143320362085404, 39.988852309265802 ], [ -75.1430390989632, 39.988815229643002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1953 N 20TH ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1041, "objectid": 2471, "Shape__Area": 165.02734375, "Shape__Length": 64.673299289385071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166149273036496, 39.984247929468701 ], [ -75.1663790968543, 39.984279088655398 ], [ -75.166388586407294, 39.984235681444197 ], [ -75.166158551054707, 39.984205098665598 ], [ -75.166149273036496, 39.984247929468701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1952 N UBER ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1042, "objectid": 2472, "Shape__Area": 165.203125, "Shape__Length": 70.064404051036618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166035378640402, 39.984137281286401 ], [ -75.1660435524919, 39.9840992451606 ], [ -75.165782980507103, 39.984063878980102 ], [ -75.1657753866929, 39.984102089432902 ], [ -75.165832651318794, 39.984109923810799 ], [ -75.165890609997305, 39.984117741350502 ], [ -75.165945920873895, 39.984125208216597 ], [ -75.166002123203, 39.984132857309497 ], [ -75.166035378640402, 39.984137281286401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1627 W OXFORD ST", "addr_range": "1623-1629 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1824, "objectid": 2473, "Shape__Area": 288.984375, "Shape__Length": 91.517085970066546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162589175929398, 39.978179990417502 ], [ -75.162656147755001, 39.9781886580571 ], [ -75.162713543436496, 39.977929455692099 ], [ -75.162646466543507, 39.977920785711497 ], [ -75.162589175929398, 39.978179990417502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2043 N 19TH ST", "addr_range": "2037-2047 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1168, "objectid": 2474, "Shape__Area": 185.0625, "Shape__Length": 69.776221320624259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164284687043207, 39.985311112514303 ], [ -75.164535748173293, 39.985343783651501 ], [ -75.164545340903004, 39.9852993319086 ], [ -75.164293955353401, 39.985266910269203 ], [ -75.164284687043207, 39.985311112514303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2037 N 19TH ST", "addr_range": "2037-2047 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1278, "objectid": 2475, "Shape__Area": 202.5703125, "Shape__Length": 73.191946457536773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164572401051899, 39.985167598545701 ], [ -75.164374756352103, 39.985142625409601 ], [ -75.164308502915006, 39.985134716654599 ], [ -75.164298851559394, 39.985180150969001 ], [ -75.164310090689696, 39.985181645778198 ], [ -75.164563107329002, 39.985214104133 ], [ -75.164573089094802, 39.985167678017298 ], [ -75.164572922324695, 39.985167658943197 ], [ -75.164572401051899, 39.985167598545701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1914 W NORRIS ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1116, "objectid": 2476, "Shape__Area": 176.9140625, "Shape__Length": 68.780875721298713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165370087584293, 39.984244860310497 ], [ -75.165426590374807, 39.984252371387299 ], [ -75.165467568317197, 39.984061564470402 ], [ -75.165412588487399, 39.984054265207398 ], [ -75.165370087584293, 39.984244860310497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1942 N 19TH ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1616, "objectid": 2477, "Shape__Area": 256.1640625, "Shape__Length": 92.668492925357853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165065330047597, 39.983749516616101 ], [ -75.165418408396903, 39.983797800653797 ], [ -75.1654252816884, 39.9837641853901 ], [ -75.165427528411698, 39.983754177052496 ], [ -75.165074659795906, 39.983705896860698 ], [ -75.165065330047597, 39.983749516616101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1943 N 20TH ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1695, "objectid": 2478, "Shape__Area": 268.6015625, "Shape__Length": 92.825836366841159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166079685162003, 39.983997197889202 ], [ -75.166429825536497, 39.984044526025698 ], [ -75.166439675737607, 39.983998225661999 ], [ -75.166194947782202, 39.983965571429898 ], [ -75.166089072655595, 39.983950935787597 ], [ -75.166088888352206, 39.9839519317648 ], [ -75.166079685162003, 39.983997197889202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1946 N UBER ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1077, "objectid": 2479, "Shape__Area": 170.75, "Shape__Length": 70.392477055639318 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165800838168096, 39.983983376227201 ], [ -75.166060348107393, 39.9840185724983 ], [ -75.166069237261198, 39.983979344214603 ], [ -75.1658089711092, 39.983943678623397 ], [ -75.165800838168096, 39.983983376227201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2034 N 19TH ST", "addr_range": "2034 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1238, "objectid": 2480, "Shape__Area": 196.16015625, "Shape__Length": 73.059825629352275 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164723120703201, 39.9853242762441 ], [ -75.164989033763902, 39.985357605297303 ], [ -75.164998408345895, 39.985313922582002 ], [ -75.164732927525904, 39.9852791202118 ], [ -75.164723120703201, 39.9853242762441 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1939 N 20TH ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1472, "objectid": 2481, "Shape__Area": 233.296875, "Shape__Length": 76.369338503541655 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166190585652004, 39.983862627769803 ], [ -75.166179447341804, 39.983914734990101 ], [ -75.166449569010595, 39.983951346914701 ], [ -75.166450497534797, 39.983947321358798 ], [ -75.166450722758498, 39.983946327203199 ], [ -75.166454105411901, 39.983930686046101 ], [ -75.166460794020196, 39.983899726370502 ], [ -75.166190585652004, 39.983862627769803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1807 N 21ST ST", "addr_range": "1807 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 766, "objectid": 2482, "Shape__Area": 121.50390625, "Shape__Length": 51.516813965801497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168646034798002, 39.981918155328103 ], [ -75.168819053458904, 39.981942438581697 ], [ -75.168820882659105, 39.981934032713703 ], [ -75.1688274980052, 39.981899974493103 ], [ -75.168667935967505, 39.981877784237298 ], [ -75.168655627273907, 39.981875814379201 ], [ -75.168646034798002, 39.981918155328103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2030 DIAMOND ST", "addr_range": "2028-2042 DIAMOND ST; 2031-2039 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1681, "objectid": 2483, "Shape__Area": 266.40234375, "Shape__Length": 90.041593969156722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167470921435395, 39.9860464558191 ], [ -75.167532427457303, 39.986054674871397 ], [ -75.167589768936296, 39.985796581034002 ], [ -75.167528107425994, 39.985788052163599 ], [ -75.167480854821306, 39.9859984804622 ], [ -75.167470921435395, 39.9860464558191 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1935 N 20TH ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1407, "objectid": 2484, "Shape__Area": 222.96484375, "Shape__Length": 75.981149266157701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166200610812993, 39.983816719699703 ], [ -75.166470541630304, 39.9838528272236 ], [ -75.166479593973094, 39.983813181813296 ], [ -75.166480859740304, 39.983805248038102 ], [ -75.166355347839399, 39.983787946890999 ], [ -75.1663516493401, 39.983784364989702 ], [ -75.166245240973794, 39.983768912875099 ], [ -75.166244599661994, 39.9837719772054 ], [ -75.166211004517805, 39.983767127566601 ], [ -75.166200610812993, 39.983816719699703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2036 DIAMOND ST", "addr_range": "2028-2042 DIAMOND ST; 2031-2039 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1705, "objectid": 2485, "Shape__Area": 270.296875, "Shape__Length": 90.303788679910667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167713935764297, 39.985813011631997 ], [ -75.167656509186003, 39.986071168479299 ], [ -75.167719769958296, 39.986079539538501 ], [ -75.167776446839497, 39.985821285607301 ], [ -75.167713935764297, 39.985813011631997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2219 W MONTGOMERY AVE", "addr_range": "2213-2223 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1092, "objectid": 2486, "Shape__Area": 173.03125, "Shape__Length": 70.43113409534277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171068925746994, 39.982240021394297 ], [ -75.171121667837994, 39.982247219930599 ], [ -75.171143360369001, 39.982146636182499 ], [ -75.171166185777096, 39.982048850306498 ], [ -75.171113468583698, 39.982041524402803 ], [ -75.171068925746994, 39.982240021394297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2019 N 16TH ST", "addr_range": "2019 N 16TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1124, "objectid": 2487, "Shape__Area": 178.23828125, "Shape__Length": 71.557093596281049 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159909519126202, 39.984286772244999 ], [ -75.159918346438104, 39.9842461580985 ], [ -75.159654369121895, 39.984212208498597 ], [ -75.159645542895404, 39.984252820850799 ], [ -75.159909519126202, 39.984286772244999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1952 N 19TH ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1441, "objectid": 2488, "Shape__Area": 228.43359375, "Shape__Length": 91.402336415022944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165020664843695, 39.983956794717301 ], [ -75.165374625879707, 39.984002810168199 ], [ -75.165382218781005, 39.9839679532951 ], [ -75.165382630885205, 39.9839648189337 ], [ -75.165084356759806, 39.983924636708799 ], [ -75.165029120466997, 39.983916847637097 ], [ -75.165020664843695, 39.983956794717301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1618 JEFFERSON ST", "addr_range": "1616-1618 JEFFERSON ST", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1700, "objectid": 2489, "Shape__Area": 257.7109375, "Shape__Length": 86.53995909775567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162465600147996, 39.976291069810102 ], [ -75.162468415005094, 39.976291423407503 ], [ -75.162484292301599, 39.976217855727299 ], [ -75.162521183403001, 39.976045850096703 ], [ -75.162458103824605, 39.976037931439997 ], [ -75.162405174047294, 39.976283338905098 ], [ -75.162465600147996, 39.976291069810102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2221 W MONTGOMERY AVE", "addr_range": "2213-2223 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1102, "objectid": 2490, "Shape__Area": 174.6796875, "Shape__Length": 70.430816378333873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171121667837994, 39.982247219930599 ], [ -75.171175443044703, 39.982254231720802 ], [ -75.171196094465103, 39.982154043541598 ], [ -75.171218327875494, 39.982055775827497 ], [ -75.171166185777096, 39.982048850306498 ], [ -75.171165161063001, 39.982053196295297 ], [ -75.171143360369001, 39.982146636182499 ], [ -75.171121667837994, 39.982247219930599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1803 N 22ND ST", "addr_range": "1801-1819 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1695, "objectid": 2491, "Shape__Area": 268.62890625, "Shape__Length": 89.069248917664993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170080004930298, 39.982025260728598 ], [ -75.170097886563198, 39.982027289937399 ], [ -75.170191634770902, 39.982039456263102 ], [ -75.170410313943705, 39.982069293790602 ], [ -75.170420746746501, 39.982020249142998 ], [ -75.170106178655104, 39.981977780021097 ], [ -75.170090991848696, 39.981976003308702 ], [ -75.170080004930298, 39.982025260728598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1819 N 22ND ST", "addr_range": "1801-1819 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1731, "objectid": 2492, "Shape__Area": 274.31640625, "Shape__Length": 89.685655487038815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1699948562716, 39.982415540785198 ], [ -75.170011102510799, 39.982417550359898 ], [ -75.170325843356395, 39.9824621842114 ], [ -75.170336803589805, 39.982413040600001 ], [ -75.170020495581497, 39.982367241671597 ], [ -75.170005345657103, 39.982365046807502 ], [ -75.1699948562716, 39.982415540785198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1800 CECIL B MOORE AVE", "addr_range": "1800-1802 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1479, "objectid": 2493, "Shape__Area": 233.9375, "Shape__Length": 82.881314790768968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164444615022205, 39.9792026053073 ], [ -75.164398116765597, 39.9794151452504 ], [ -75.164392436902403, 39.979437745400297 ], [ -75.1644525896819, 39.979445596976497 ], [ -75.164504685196107, 39.979210406344798 ], [ -75.164444615022205, 39.9792026053073 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1902 N 21ST ST", "addr_range": "1902-1906 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1230, "objectid": 2494, "Shape__Area": 194.9296875, "Shape__Length": 73.250023410053927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168692090962907, 39.983356045910597 ], [ -75.168955320152094, 39.983392062647198 ], [ -75.168963201849905, 39.983354487407397 ], [ -75.168965511637097, 39.983347736695897 ], [ -75.168698414084801, 39.9833120852824 ], [ -75.168697142619905, 39.983317988061799 ], [ -75.168689006707694, 39.983355622441998 ], [ -75.168692090962907, 39.983356045910597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1904 N 21ST ST", "addr_range": "1902-1906 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1219, "objectid": 2495, "Shape__Area": 193.20703125, "Shape__Length": 73.013960578172714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1686796476002, 39.983398967869597 ], [ -75.168945293371195, 39.983435876020799 ], [ -75.168955320152094, 39.983392062647198 ], [ -75.168689006707694, 39.983355622441998 ], [ -75.1686796476002, 39.983398967869597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1906 N 21ST ST", "addr_range": "1902-1906 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1264, "objectid": 2496, "Shape__Area": 200.28125, "Shape__Length": 73.462595337894683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168669803062798, 39.983444607172999 ], [ -75.168935918418001, 39.983480751932603 ], [ -75.168945293371195, 39.983435876020799 ], [ -75.168683231439502, 39.983399467448002 ], [ -75.1686796476002, 39.983398967869597 ], [ -75.168669803062798, 39.983444607172999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2023 N 22ND ST", "addr_range": "2023-2035 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 3052, "objectid": 2497, "Shape__Area": 499.71484375, "Shape__Length": 112.63109948047826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169617228446597, 39.985774478794099 ], [ -75.169234708553105, 39.985722547373697 ], [ -75.169217413914595, 39.985719933878897 ], [ -75.169209195961599, 39.985755874343802 ], [ -75.169199977955898, 39.985794982811399 ], [ -75.169217200597799, 39.985797272126298 ], [ -75.1696005261811, 39.985849527153803 ], [ -75.169617228446597, 39.985774478794099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1620 N 16TH ST", "addr_range": "1616-1620 N 16TH ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 3932, "objectid": 2498, "Shape__Area": 617.69140625, "Shape__Length": 155.02522122137668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161407206210697, 39.978324366800003 ], [ -75.161393833021407, 39.9783866101087 ], [ -75.161782195430803, 39.978438539220598 ], [ -75.161999068633705, 39.978469190332902 ], [ -75.162010333969206, 39.978406156993103 ], [ -75.161793036716105, 39.9783778182532 ], [ -75.161407206210697, 39.978324366800003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1830 N 22ND ST", "addr_range": "1820-1832 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1921, "objectid": 2499, "Shape__Area": 304.48046875, "Shape__Length": 93.295791506896151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170501133800002, 39.982705326234097 ], [ -75.1706382148366, 39.9827258814597 ], [ -75.170844921580297, 39.9827548516528 ], [ -75.170855584860007, 39.9827014287197 ], [ -75.170512821809098, 39.9826530544278 ], [ -75.170501133800002, 39.982705326234097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1765 N CROSKEY ST", "addr_range": "1765 N CROSKEY ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 788, "objectid": 2500, "Shape__Area": 124.88671875, "Shape__Length": 55.517076543914975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171129880540093, 39.981867573198699 ], [ -75.171121017214105, 39.981906205914299 ], [ -75.171316720765105, 39.981932414229497 ], [ -75.171325328979705, 39.9818944515293 ], [ -75.171129880540093, 39.981867573198699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1761 N CROSKEY ST", "addr_range": "1759-1761 N CROSKEY ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 732, "objectid": 2501, "Shape__Area": 116.1171875, "Shape__Length": 54.831032459153107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171145455466899, 39.981792902087797 ], [ -75.171137729729296, 39.981828627567701 ], [ -75.171333844421497, 39.981854520732497 ], [ -75.171341973693401, 39.981819207962801 ], [ -75.171145455466899, 39.981792902087797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2042 DIAMOND ST", "addr_range": "2028-2042 DIAMOND ST; 2031-2039 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1719, "objectid": 2502, "Shape__Area": 272.390625, "Shape__Length": 90.433894609140012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167843025169901, 39.986096239600499 ], [ -75.167905973575898, 39.986104571091801 ], [ -75.167962039076698, 39.9858458357035 ], [ -75.167899090903603, 39.985837504242802 ], [ -75.167854912744602, 39.986038233940398 ], [ -75.167843025169901, 39.986096239600499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2039 N 19TH ST", "addr_range": "2037-2047 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1120, "objectid": 2503, "Shape__Area": 177.59375, "Shape__Length": 69.539145533758756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164302204924098, 39.985223653663702 ], [ -75.164554858221706, 39.985256860700296 ], [ -75.164563107329002, 39.985214104133 ], [ -75.164310090689696, 39.985181645778198 ], [ -75.164302204924098, 39.985223653663702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1944 N 19TH ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1532, "objectid": 2504, "Shape__Area": 242.73828125, "Shape__Length": 92.048961521708534 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165056497711802, 39.983791084249198 ], [ -75.165410013039505, 39.983838878987598 ], [ -75.165417220158602, 39.983802062727001 ], [ -75.165418409013597, 39.983797784449401 ], [ -75.165065330047597, 39.983749516616101 ], [ -75.165056497711802, 39.983791084249198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1937 N 20TH ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1316, "objectid": 2505, "Shape__Area": 208.52734375, "Shape__Length": 74.723442391618136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166190585652004, 39.983862627769803 ], [ -75.166460794020196, 39.983899726370502 ], [ -75.166470541630304, 39.9838528272236 ], [ -75.166200610812993, 39.983816719699703 ], [ -75.166190585652004, 39.983862627769803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1928 W NORRIS ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1048, "objectid": 2506, "Shape__Area": 166.078125, "Shape__Length": 64.896015014732328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165903971975396, 39.984316202448298 ], [ -75.165960405494801, 39.9843239054183 ], [ -75.165999080456999, 39.984146765347703 ], [ -75.165942828719196, 39.984139275521798 ], [ -75.165903971975396, 39.984316202448298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1837 N 21ST ST", "addr_range": "1831-1837 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 808, "objectid": 2507, "Shape__Area": 128.06640625, "Shape__Length": 55.050383604288072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168497695143898, 39.982522987160301 ], [ -75.168488852948201, 39.982563764596897 ], [ -75.1684998151472, 39.982564801366401 ], [ -75.168679318807705, 39.982590520016402 ], [ -75.168688338547398, 39.982550584504303 ], [ -75.168509461985593, 39.982524332154902 ], [ -75.168497695143898, 39.982522987160301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1944 N UBER ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1070, "objectid": 2508, "Shape__Area": 169.59375, "Shape__Length": 70.316051904069099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1658089711092, 39.983943678623397 ], [ -75.166069237261198, 39.983979344214603 ], [ -75.166075672665997, 39.983950118716699 ], [ -75.166075925707602, 39.983948947688098 ], [ -75.166077071372897, 39.983939769613499 ], [ -75.165817341221995, 39.9839048891765 ], [ -75.165815304346296, 39.983914370646701 ], [ -75.1658089711092, 39.983943678623397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1508 DIAMOND ST", "addr_range": "1506-1510 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1795, "objectid": 2509, "Shape__Area": 284.45703125, "Shape__Length": 94.582462043878834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158666115250199, 39.984907371078002 ], [ -75.158726193109501, 39.984634415552598 ], [ -75.158663415813905, 39.984626049497102 ], [ -75.158603691005197, 39.984899077840097 ], [ -75.158666115250199, 39.984907371078002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1954 N 19TH ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1647, "objectid": 2510, "Shape__Area": 261.0859375, "Shape__Length": 92.931824336599703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165020664843695, 39.983956794717301 ], [ -75.165011444046698, 39.984000288979402 ], [ -75.165075113511705, 39.984008912224503 ], [ -75.165129130682502, 39.984016206187597 ], [ -75.165186852002805, 39.984024162902898 ], [ -75.165242171320301, 39.984031373512302 ], [ -75.165252012050004, 39.984032706992799 ], [ -75.165299622361005, 39.9840392925476 ], [ -75.165356314586901, 39.984046776393797 ], [ -75.165364547055702, 39.984047927681303 ], [ -75.165374060039696, 39.984007214202002 ], [ -75.165374625879707, 39.984002810168199 ], [ -75.165020664843695, 39.983956794717301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1920 W NORRIS ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1167, "objectid": 2511, "Shape__Area": 184.89453125, "Shape__Length": 69.322283775886191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165575216061697, 39.984271885231898 ], [ -75.165595777715097, 39.984274508882699 ], [ -75.165636312348894, 39.984085982313999 ], [ -75.165636745363898, 39.984083960275498 ], [ -75.165578991261697, 39.984076308494799 ], [ -75.165536887445995, 39.984266976563198 ], [ -75.165575216061697, 39.984271885231898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1941 N 20TH ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1804, "objectid": 2512, "Shape__Area": 285.92578125, "Shape__Length": 96.347815539728757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166086029320596, 39.983902057484002 ], [ -75.166077071372897, 39.983939769613499 ], [ -75.166075925707602, 39.983948947688098 ], [ -75.166075673282506, 39.983950102512303 ], [ -75.166088888352206, 39.9839519317648 ], [ -75.166089072655595, 39.983950935787597 ], [ -75.166194947782202, 39.983965571429898 ], [ -75.166439675737607, 39.983998225661999 ], [ -75.166449569661197, 39.983951329810097 ], [ -75.166179447992505, 39.983914717885398 ], [ -75.166086029320596, 39.983902057484002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1924 W NORRIS ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1078, "objectid": 2513, "Shape__Area": 170.8203125, "Shape__Length": 65.256670588731211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165790718831502, 39.984301063441102 ], [ -75.165848627591103, 39.984309088909903 ], [ -75.165887513549706, 39.984131921184698 ], [ -75.165829530648494, 39.984124216626199 ], [ -75.165790718831502, 39.984301063441102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1506 DIAMOND ST", "addr_range": "1506-1510 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1821, "objectid": 2514, "Shape__Area": 288.65625, "Shape__Length": 94.743145710515364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158539657609793, 39.984890104006503 ], [ -75.158603691005197, 39.984899077840097 ], [ -75.158663415813905, 39.984626049497102 ], [ -75.158600410325406, 39.984617647619899 ], [ -75.158539657609793, 39.984890104006503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2045 N 19TH ST", "addr_range": "2037-2047 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1141, "objectid": 2515, "Shape__Area": 180.89453125, "Shape__Length": 69.48371703107469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164520366934795, 39.985386171415001 ], [ -75.164526829872003, 39.985387010789701 ], [ -75.164535748173293, 39.985343783651501 ], [ -75.164528950563096, 39.985342905202501 ], [ -75.164284687043207, 39.985311112514303 ], [ -75.164275446381595, 39.985354588262197 ], [ -75.164520366934795, 39.985386171415001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1902 N 22ND ST", "addr_range": "1900-1902 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1259, "objectid": 2516, "Shape__Area": 199.48046875, "Shape__Length": 72.065641299808732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170303851879893, 39.9835707648759 ], [ -75.170562503872802, 39.983605400070601 ], [ -75.170572378683502, 39.983558375554601 ], [ -75.170313951836306, 39.983525002353097 ], [ -75.170303851879893, 39.9835707648759 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1929 RIDGE AVE", "addr_range": "1929-1935 RIDGE AVE; 1909-1913 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1820, "objectid": 2517, "Shape__Area": 297.29296875, "Shape__Length": 107.1294259852958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167481594795504, 39.974511771538999 ], [ -75.167479470885695, 39.9745124977118 ], [ -75.167416674474694, 39.974534087360503 ], [ -75.167378951817497, 39.974546956330698 ], [ -75.167316252123797, 39.974568741820697 ], [ -75.167311373973504, 39.9745934243563 ], [ -75.167306299277001, 39.974619456693603 ], [ -75.167400565673702, 39.974587437019402 ], [ -75.167430666228597, 39.974577168023899 ], [ -75.167443721071294, 39.9745727224917 ], [ -75.1677048894216, 39.974483461756797 ], [ -75.167682402389801, 39.974443365133901 ], [ -75.167681970763894, 39.974442581449097 ], [ -75.167481594795504, 39.974511771538999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2025 SHARSWOOD ST", "addr_range": "2009-2025 SHARSWOOD ST; 1429-31 N 21ST ST; 2050-56 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 473, "objectid": 2518, "Shape__Area": 74.99609375, "Shape__Length": 38.467639922733369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169904831566001, 39.976775049730001 ], [ -75.169905938350894, 39.976775171923698 ], [ -75.169952565748602, 39.976781055992703 ], [ -75.169960691769404, 39.976741422877303 ], [ -75.169973209542505, 39.976687670498301 ], [ -75.169964555408299, 39.976686573113497 ], [ -75.169923527610095, 39.976681669106 ], [ -75.169904831566001, 39.976775049730001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2009 SHARSWOOD ST", "addr_range": "2009-2025 SHARSWOOD ST; 1429-31 N 21ST ST; 2050-56 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1104, "objectid": 2519, "Shape__Area": 174.86328125, "Shape__Length": 53.494961562389257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169590392189306, 39.976639391434901 ], [ -75.169470978067096, 39.976679182732397 ], [ -75.169519506103796, 39.976764662064497 ], [ -75.169603031288403, 39.976739087233902 ], [ -75.169609520814205, 39.976737572587503 ], [ -75.169592181454405, 39.976639706477698 ], [ -75.169592009283306, 39.976638751135397 ], [ -75.169590392189306, 39.976639391434901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1941 RIDGE AVE", "addr_range": "1939-1949 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1292, "objectid": 2520, "Shape__Area": 209.9609375, "Shape__Length": 76.796849484469632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167560020884693, 39.974776774293098 ], [ -75.167584508104994, 39.974817736775897 ], [ -75.167845341376704, 39.9747295466791 ], [ -75.167821378324106, 39.974687515732903 ], [ -75.167560020884693, 39.974776774293098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1942 CECIL B MOORE AVE", "addr_range": "1942 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1547, "objectid": 2521, "Shape__Area": 245.16796875, "Shape__Length": 79.146834329857143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167207496119502, 39.979818664708098 ], [ -75.1672756368541, 39.979828064107402 ], [ -75.167322555217595, 39.979611422222703 ], [ -75.167254675192098, 39.979602317939701 ], [ -75.167207852381097, 39.979816995937597 ], [ -75.167207496119502, 39.979818664708098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1529 N 22ND ST", "addr_range": "1525-1529 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 976, "objectid": 2522, "Shape__Area": 153.5859375, "Shape__Length": 60.714536862024275 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1710043994009, 39.978397319535098 ], [ -75.171216279825501, 39.978425437935996 ], [ -75.171225818629097, 39.978381709849799 ], [ -75.171013778041001, 39.978353926645198 ], [ -75.1710043994009, 39.978397319535098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1525 N 22ND ST", "addr_range": "1525-1529 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 976, "objectid": 2523, "Shape__Area": 168.1015625, "Shape__Length": 61.927125727209187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171022946934102, 39.9783100118593 ], [ -75.171235276174997, 39.978337900647801 ], [ -75.171244347022807, 39.978290518345801 ], [ -75.171032949552099, 39.978261813468798 ], [ -75.171031742215902, 39.978267669955798 ], [ -75.171022946934102, 39.9783100118593 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1527 N 22ND ST", "addr_range": "1525-1529 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 976, "objectid": 2524, "Shape__Area": 154.69921875, "Shape__Length": 60.839320965807474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171013778041001, 39.978353926645198 ], [ -75.171225818629097, 39.978381709849799 ], [ -75.171232787585694, 39.978349402028201 ], [ -75.171235276174997, 39.978337900647801 ], [ -75.171022946934102, 39.9783100118593 ], [ -75.171013778041001, 39.978353926645198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2011-23 SHARSWOOD ST", "addr_range": "2009-2025 SHARSWOOD ST; 1429-31 N 21ST ST; 2050-56 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 3077, "objectid": 2525, "Shape__Area": 497.75, "Shape__Length": 99.988928201809898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169603031288403, 39.976739087233902 ], [ -75.169609879949405, 39.976739741294999 ], [ -75.169904831566001, 39.976775049730001 ], [ -75.169905938350894, 39.976775171923698 ], [ -75.169923527610095, 39.976681669106 ], [ -75.169592181454405, 39.976639706477698 ], [ -75.169590392189306, 39.976639391434901 ], [ -75.169603031288403, 39.976739087233902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1423 N 21ST ST", "addr_range": "1423 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1555, "objectid": 2526, "Shape__Area": 246.32421875, "Shape__Length": 85.069238348822694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169981963910303, 39.976577446245301 ], [ -75.169994827369194, 39.976579154546499 ], [ -75.170003910156794, 39.976531998748897 ], [ -75.169689251714104, 39.976490362911001 ], [ -75.169678920554603, 39.976537264464099 ], [ -75.169981963910303, 39.976577446245301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1321 N 23RD ST", "addr_range": "1321-1323 N 23RD ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 852, "objectid": 2527, "Shape__Area": 134.99609375, "Shape__Length": 58.373757440147763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1732811439811, 39.975654031796303 ], [ -75.173291631262899, 39.975655396248797 ], [ -75.173488362254901, 39.975681108042203 ], [ -75.173497362612395, 39.975642171016197 ], [ -75.173299617804503, 39.975616081472303 ], [ -75.173298594692696, 39.975615945872697 ], [ -75.173289734722204, 39.975614812579401 ], [ -75.173288949680497, 39.975618372874997 ], [ -75.1732811439811, 39.975654031796303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1323 N 23RD ST", "addr_range": "1321-1323 N 23RD ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 852, "objectid": 2528, "Shape__Area": 134.95703125, "Shape__Length": 58.395698101142344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173488362254901, 39.975681108042203 ], [ -75.173291631262899, 39.975655396248797 ], [ -75.1732811439811, 39.975654031796303 ], [ -75.173273107692594, 39.975692990455599 ], [ -75.173283699063305, 39.975694389682502 ], [ -75.173480916865302, 39.975720546705197 ], [ -75.173488362254901, 39.975681108042203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2023 MASTER ST", "addr_range": "2023-2025 MASTER ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 800, "objectid": 2529, "Shape__Area": 126.8203125, "Shape__Length": 58.178298074756789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169298468587797, 39.975914464393298 ], [ -75.169243564926504, 39.975906958600703 ], [ -75.169220726043903, 39.976010628349897 ], [ -75.169263265794797, 39.976084349151002 ], [ -75.169298468587797, 39.975914464393298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2235 SEYBERT ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 719, "objectid": 2530, "Shape__Area": 113.8984375, "Shape__Length": 51.627584446490829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172943404825205, 39.975710524989701 ], [ -75.172990218303298, 39.975716460668998 ], [ -75.1729911827764, 39.9757119682519 ], [ -75.173019781438995, 39.975579493892603 ], [ -75.172969462528499, 39.975572640658697 ], [ -75.172941643488898, 39.975705584824297 ], [ -75.172940770784606, 39.975709788274798 ], [ -75.172943404825205, 39.975710524989701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2301 W THOMPSON ST", "addr_range": "2301-2303 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1120, "objectid": 2531, "Shape__Area": 177.48046875, "Shape__Length": 68.539526574777568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173732720744496, 39.9753759222396 ], [ -75.173789085058004, 39.975383173955002 ], [ -75.173830281758796, 39.9751936480979 ], [ -75.173773974695493, 39.9751864039916 ], [ -75.173732720744496, 39.9753759222396 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2202-04 CECIL B MOORE AVE", "addr_range": "2202-2206 CECIL B MOORE AVE; 2209-2211 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2830, "objectid": 2532, "Shape__Area": 448.41015625, "Shape__Length": 117.14196735282759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171065422165796, 39.980124960986103 ], [ -75.171204580291899, 39.980143610731297 ], [ -75.171197635772799, 39.980176935446202 ], [ -75.171190869919997, 39.980208330600497 ], [ -75.171183637757593, 39.980241395666503 ], [ -75.171166657166594, 39.9803190130404 ], [ -75.171234100028599, 39.980327507786797 ], [ -75.171304394235804, 39.980337066687703 ], [ -75.171344598477305, 39.9801523189264 ], [ -75.171344163398402, 39.980152179404399 ], [ -75.171342755080104, 39.980151761225201 ], [ -75.171285473347993, 39.980143865177801 ], [ -75.171067974635207, 39.980114555774897 ], [ -75.171065422165796, 39.980124960986103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 SEYBERT ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 816, "objectid": 2533, "Shape__Area": 129.3671875, "Shape__Length": 53.09936889386978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173093799231694, 39.975729925034898 ], [ -75.173144429121294, 39.975736332886001 ], [ -75.173173728763203, 39.975599666504401 ], [ -75.173166786423195, 39.975598736642503 ], [ -75.173116297080199, 39.975591960737702 ], [ -75.173089076786994, 39.975724595815301 ], [ -75.173088200402901, 39.975728896493401 ], [ -75.173093799231694, 39.975729925034898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1323 N 22ND ST", "addr_range": "1315-1323 N 22ND ST; 2138-2140 MASTER ST; 2144 MASTER ST; 2148 MASTER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1313, "objectid": 2534, "Shape__Area": 207.97265625, "Shape__Length": 76.596773450913247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171776363273196, 39.975861418367899 ], [ -75.171792482151801, 39.975863472617199 ], [ -75.171801722829201, 39.9758198351076 ], [ -75.171520943908504, 39.975782157700301 ], [ -75.171511029171796, 39.975827504585503 ], [ -75.171776363273196, 39.975861418367899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2211 RIDGE AVE", "addr_range": "2202-2206 CECIL B MOORE AVE; 2209-2211 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1077, "objectid": 2535, "Shape__Area": 170.703125, "Shape__Length": 65.490486158527673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171344598477305, 39.9801523189264 ], [ -75.171399158862599, 39.9801734041028 ], [ -75.171552382037603, 39.980047308080103 ], [ -75.171509915997703, 39.980015693364102 ], [ -75.171401746057001, 39.980105259114097 ], [ -75.171344598477305, 39.9801523189264 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2206 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 918, "objectid": 2536, "Shape__Area": 145.484375, "Shape__Length": 59.714742960535531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172229553549798, 39.975753554043898 ], [ -75.172284030845702, 39.975760726263502 ], [ -75.1723183946023, 39.975599445503498 ], [ -75.172264245856098, 39.975592506832001 ], [ -75.172229553549798, 39.975753554043898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 W OXFORD ST", "addr_range": "2241 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1043, "objectid": 2537, "Shape__Area": 165.33984375, "Shape__Length": 67.596402574267074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172344446117606, 39.979371321082802 ], [ -75.172396445729305, 39.9793786474673 ], [ -75.172437515890707, 39.979189258806002 ], [ -75.172384562819005, 39.979182185830403 ], [ -75.172344446117606, 39.979371321082802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2234 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 720, "objectid": 2538, "Shape__Area": 114.16796875, "Shape__Length": 51.442822774401144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172965801328601, 39.975852462692004 ], [ -75.173016750075803, 39.975859296729297 ], [ -75.173044493182502, 39.975728382627501 ], [ -75.173045563223695, 39.975723360982897 ], [ -75.173038451639101, 39.975722508404097 ], [ -75.1729955578013, 39.975716514802599 ], [ -75.172994372001298, 39.975721840191802 ], [ -75.172965801328601, 39.975852462692004 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 W THOMPSON ST", "addr_range": "2235-2243 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1225, "objectid": 2539, "Shape__Area": 194.14453125, "Shape__Length": 73.63659708862518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173275564820102, 39.975330495975797 ], [ -75.173331825688507, 39.975337014873297 ], [ -75.173335286882505, 39.975320392312803 ], [ -75.173374771678695, 39.975130613711102 ], [ -75.173317947051601, 39.9751229378857 ], [ -75.173275564820102, 39.975330495975797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2205 SEYBERT ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 633, "objectid": 2540, "Shape__Area": 100.41015625, "Shape__Length": 44.789643622971965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172264245856098, 39.975592506832001 ], [ -75.172289565594994, 39.975481849089 ], [ -75.172234476592294, 39.975475340688 ], [ -75.172225576933997, 39.975513827584301 ], [ -75.172216964145207, 39.975552531761302 ], [ -75.172209518349206, 39.975584185593199 ], [ -75.172264245856098, 39.975592506832001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1315 N 22ND ST", "addr_range": "1315-1323 N 22ND ST; 2138-2140 MASTER ST; 2144 MASTER ST; 2148 MASTER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1271, "objectid": 2541, "Shape__Area": 201.34375, "Shape__Length": 72.321347053766402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1715719214328, 39.975643044142998 ], [ -75.171831472928702, 39.9756791488944 ], [ -75.171841277922098, 39.975632799396003 ], [ -75.171583340606901, 39.975596134460901 ], [ -75.1715719214328, 39.975643044142998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2218 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 952, "objectid": 2542, "Shape__Area": 150.9453125, "Shape__Length": 59.984076736572511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172558361169095, 39.975796628827403 ], [ -75.172615195428804, 39.975804063762801 ], [ -75.172648456352903, 39.9756437096217 ], [ -75.172611444792494, 39.975638992275897 ], [ -75.172591915373005, 39.975636265068701 ], [ -75.172558361169095, 39.975796628827403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1318 N 23RD ST", "addr_range": "1318 N 23RD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 888, "objectid": 2543, "Shape__Area": 140.80859375, "Shape__Length": 61.613913144901886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173923178798304, 39.975556330640501 ], [ -75.173699715463798, 39.975527538945201 ], [ -75.1736914664951, 39.975565442272199 ], [ -75.173914927610397, 39.975594233930998 ], [ -75.173923178798304, 39.975556330640501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2106 RIDGE AVE", "addr_range": "2104-2106 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1568, "objectid": 2544, "Shape__Area": 248.4296875, "Shape__Length": 83.357455328878174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169967185352505, 39.978063134817099 ], [ -75.169993793755395, 39.978108385484603 ], [ -75.1702774379999, 39.978011868951498 ], [ -75.170249573557797, 39.977967091081098 ], [ -75.169967185352505, 39.978063134817099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2209 SEYBERT ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 592, "objectid": 2545, "Shape__Area": 93.79296875, "Shape__Length": 44.057488080279704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1723183946023, 39.975599445503498 ], [ -75.172369190678097, 39.975606438586901 ], [ -75.172392349421798, 39.975495844911002 ], [ -75.172341089258694, 39.975488954939102 ], [ -75.1723183946023, 39.975599445503498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2325 W OXFORD ST", "addr_range": "2325-2327 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1113, "objectid": 2546, "Shape__Area": 176.37890625, "Shape__Length": 66.960195588357237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173499975274893, 39.979517153135603 ], [ -75.173558056828298, 39.979524889442096 ], [ -75.1735979089908, 39.979342146895 ], [ -75.173551256345604, 39.979335763724698 ], [ -75.173540103428905, 39.979334240202803 ], [ -75.173499975274893, 39.979517153135603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2214 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 954, "objectid": 2547, "Shape__Area": 151.12890625, "Shape__Length": 60.011504925211625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172444190688296, 39.975781716962103 ], [ -75.172501254800196, 39.975789204870999 ], [ -75.172535060219204, 39.975628798113704 ], [ -75.172522352179499, 39.975626916986698 ], [ -75.172478833996905, 39.975621361475199 ], [ -75.172444190688296, 39.975781716962103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2215 W OXFORD ST", "addr_range": "2215-2217 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1114, "objectid": 2548, "Shape__Area": 176.609375, "Shape__Length": 68.758141282628927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171640735902599, 39.979280330419897 ], [ -75.171696558919194, 39.9792874519989 ], [ -75.171736728182907, 39.979096947672403 ], [ -75.171681292105404, 39.9790890779515 ], [ -75.171640735902599, 39.979280330419897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2227 W OXFORD ST", "addr_range": "2223-2231 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1084, "objectid": 2549, "Shape__Area": 171.84765625, "Shape__Length": 68.264767945109853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171964451100095, 39.979322212697902 ], [ -75.172018855611697, 39.979329124753001 ], [ -75.172060180585703, 39.979139097702998 ], [ -75.172005799771597, 39.979132089788003 ], [ -75.171964451100095, 39.979322212697902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2327 W OXFORD ST", "addr_range": "2325-2327 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1054, "objectid": 2550, "Shape__Area": 167.08984375, "Shape__Length": 66.236955497109165 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173558056828298, 39.979524889442096 ], [ -75.173612888495398, 39.979531632824703 ], [ -75.173653255082499, 39.979349095528299 ], [ -75.173623699866695, 39.979345514537897 ], [ -75.1735979089908, 39.979342146895 ], [ -75.173558056828298, 39.979524889442096 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2229 W OXFORD ST", "addr_range": "2223-2231 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1026, "objectid": 2551, "Shape__Area": 162.67578125, "Shape__Length": 67.54538994745343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172018855611697, 39.979329124753001 ], [ -75.172070864588306, 39.9793357090619 ], [ -75.172111233333993, 39.979146031733798 ], [ -75.172060180585703, 39.979139097702998 ], [ -75.172018855611697, 39.979329124753001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2220 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 1029, "objectid": 2552, "Shape__Area": 163.12109375, "Shape__Length": 60.970521039025115 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172615195428804, 39.975804063762801 ], [ -75.172678912591707, 39.975812329015902 ], [ -75.1727027533057, 39.975678812608599 ], [ -75.172707619954394, 39.975652130280203 ], [ -75.172658485338999, 39.975645546782403 ], [ -75.172648456352903, 39.9756437096217 ], [ -75.172615195428804, 39.975804063762801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1319 N 22ND ST", "addr_range": "1315-1323 N 22ND ST; 2138-2140 MASTER ST; 2144 MASTER ST; 2148 MASTER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1357, "objectid": 2553, "Shape__Area": 215.05078125, "Shape__Length": 76.83201013124409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171530876132095, 39.975736874278297 ], [ -75.171812012573398, 39.975771206125501 ], [ -75.1718216908898, 39.975725417816697 ], [ -75.171542133191807, 39.975690379928203 ], [ -75.171530876132095, 39.975736874278297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2202 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 951, "objectid": 2554, "Shape__Area": 150.69140625, "Shape__Length": 58.769369703280837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172116485714696, 39.975738876554601 ], [ -75.172174813949596, 39.975746134434303 ], [ -75.172208341054201, 39.975591476276897 ], [ -75.172149256399507, 39.975584249172798 ], [ -75.172116485714696, 39.975738876554601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2230 JEFFERSON ST", "addr_range": "2230 JEFFERSON ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1514, "objectid": 2555, "Shape__Area": 238.46875, "Shape__Length": 88.247022083465652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172515931351498, 39.977597771801499 ], [ -75.172572379674406, 39.977604923246702 ], [ -75.172626201627494, 39.977348361181903 ], [ -75.172570096780007, 39.977340959783 ], [ -75.172547431713795, 39.977451806056003 ], [ -75.172515931351498, 39.977597771801499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1417 N 21ST ST", "addr_range": "1417-1419 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1428, "objectid": 2556, "Shape__Area": 226.3125, "Shape__Length": 84.107861952008221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169708212230006, 39.976398874085703 ], [ -75.170024724380198, 39.9764401965571 ], [ -75.170032984848703, 39.976397052505902 ], [ -75.169716931592902, 39.976355740371197 ], [ -75.169708212230006, 39.976398874085703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2239 SEYBERT ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 701, "objectid": 2557, "Shape__Area": 111.109375, "Shape__Length": 51.328449132781223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173045563223695, 39.975723360982897 ], [ -75.173088200402901, 39.975728896493401 ], [ -75.173089076786994, 39.975724595815301 ], [ -75.173116297080199, 39.975591960737702 ], [ -75.173068346265495, 39.975585630152501 ], [ -75.173039389488196, 39.975718192888301 ], [ -75.173038451639101, 39.975722508404097 ], [ -75.173045563223695, 39.975723360982897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2232 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 724, "objectid": 2558, "Shape__Area": 114.76171875, "Shape__Length": 51.456046692862159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172915745061403, 39.975845873928002 ], [ -75.172965801328601, 39.975852462692004 ], [ -75.172994372001298, 39.975721840191802 ], [ -75.1729955578013, 39.975716514802599 ], [ -75.172990218303298, 39.975716460668998 ], [ -75.172943404825205, 39.975710524989701 ], [ -75.172942477708602, 39.975715082217299 ], [ -75.172915745061403, 39.975845873928002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2206 CECIL B MOORE AVE", "addr_range": "2202-2206 CECIL B MOORE AVE; 2209-2211 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1073, "objectid": 2559, "Shape__Area": 170.08203125, "Shape__Length": 65.742150180838124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171304394235804, 39.980337066687703 ], [ -75.171361615948996, 39.980344882084097 ], [ -75.171399158862599, 39.9801734041028 ], [ -75.171344598477305, 39.9801523189264 ], [ -75.171304394235804, 39.980337066687703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2226 SEYBERT ST", "addr_range": "2226-2234 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 821, "objectid": 2560, "Shape__Area": 130.1953125, "Shape__Length": 58.887705482456383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172809095264697, 39.975447737575898 ], [ -75.172856184231307, 39.975453599311102 ], [ -75.172888846092704, 39.9752902168714 ], [ -75.172839844623695, 39.975283958097499 ], [ -75.172809095264697, 39.975447737575898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2230 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 693, "objectid": 2561, "Shape__Area": 109.84765625, "Shape__Length": 50.822364071431629 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172866286397706, 39.975839523815999 ], [ -75.172915745061403, 39.975845873928002 ], [ -75.172942477708602, 39.975715082217299 ], [ -75.172943404825205, 39.975710524989701 ], [ -75.172940770784606, 39.975709788274798 ], [ -75.172895151767193, 39.975704410997501 ], [ -75.172894210279694, 39.975708791303497 ], [ -75.172866286397706, 39.975839523815999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2232 SEYBERT ST", "addr_range": "2226-2234 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 842, "objectid": 2562, "Shape__Area": 133.390625, "Shape__Length": 59.169363160471008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1729535784349, 39.975466086028497 ], [ -75.173003005969903, 39.975472694000601 ], [ -75.173035990825795, 39.9753090926258 ], [ -75.172987139250694, 39.975302740873197 ], [ -75.1729535784349, 39.975466086028497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2235 W THOMPSON ST", "addr_range": "2235-2243 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1145, "objectid": 2563, "Shape__Area": 181.45703125, "Shape__Length": 72.887788495279779 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173110671637303, 39.975308931601198 ], [ -75.173163678508004, 39.975315619883098 ], [ -75.173206337049393, 39.9751085356571 ], [ -75.173153954154003, 39.975101394678099 ], [ -75.173110671637303, 39.975308931601198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2228 SEYBERT ST", "addr_range": "2226-2234 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 835, "objectid": 2564, "Shape__Area": 132.30859375, "Shape__Length": 58.93366077252837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172856184231307, 39.975453599311102 ], [ -75.172903734013204, 39.975460002072502 ], [ -75.172911711086499, 39.975428103345401 ], [ -75.172937411870706, 39.975296353212997 ], [ -75.172888846092704, 39.9752902168714 ], [ -75.172856184231307, 39.975453599311102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2222 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 614, "objectid": 2565, "Shape__Area": 97.375, "Shape__Length": 49.719070030549155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172678912591707, 39.975812329015902 ], [ -75.172678404075299, 39.975815267512402 ], [ -75.172720489241996, 39.975820999795999 ], [ -75.1727459917945, 39.975689487616897 ], [ -75.172746830925306, 39.975685058160302 ], [ -75.1727027533057, 39.975678812608599 ], [ -75.172678912591707, 39.975812329015902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2060 RIDGE AVE", "addr_range": "2060 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1283, "objectid": 2566, "Shape__Area": 203.27734375, "Shape__Length": 77.405769965762801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169357736486901, 39.976965213042803 ], [ -75.169380444083302, 39.977003960029201 ], [ -75.169638492570996, 39.976919217959598 ], [ -75.169631435978701, 39.976873294076299 ], [ -75.169357736486901, 39.976965213042803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2234 SEYBERT ST", "addr_range": "2226-2234 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 835, "objectid": 2567, "Shape__Area": 132.3515625, "Shape__Length": 59.087968211935063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173003005969903, 39.975472694000601 ], [ -75.173051572537503, 39.975478813189298 ], [ -75.173085010378998, 39.975315400375997 ], [ -75.173035990825795, 39.9753090926258 ], [ -75.173003005969903, 39.975472694000601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2216 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 958, "objectid": 2568, "Shape__Area": 151.7734375, "Shape__Length": 60.065784053234651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172501254800196, 39.975789204870999 ], [ -75.172558361169095, 39.975796628827403 ], [ -75.172591915373005, 39.975636265068701 ], [ -75.172565264709505, 39.975632909385098 ], [ -75.172535060219204, 39.975628798113704 ], [ -75.172501254800196, 39.975789204870999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2212 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 941, "objectid": 2569, "Shape__Area": 149.18359375, "Shape__Length": 59.943451036817478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172388473624807, 39.975774130436903 ], [ -75.172444190688296, 39.975781716962103 ], [ -75.172478833996905, 39.975621361475199 ], [ -75.172468662084398, 39.9756199887143 ], [ -75.172421989168299, 39.975613684759402 ], [ -75.172421098597397, 39.975621660348203 ], [ -75.172388473624807, 39.975774130436903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2225 W OXFORD ST", "addr_range": "2223-2231 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1010, "objectid": 2570, "Shape__Area": 160.15234375, "Shape__Length": 67.450561078307985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171913398268401, 39.979315277701502 ], [ -75.171964451100095, 39.979322212697902 ], [ -75.172005799771597, 39.979132089788003 ], [ -75.171955710672094, 39.979125193576003 ], [ -75.171913398268401, 39.979315277701502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2236 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 691, "objectid": 2571, "Shape__Area": 109.60546875, "Shape__Length": 50.900577735768358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173093799231694, 39.975729925034898 ], [ -75.173088200402901, 39.975728896493401 ], [ -75.173045563223695, 39.975723360982897 ], [ -75.173044493182502, 39.975728382627501 ], [ -75.173016750075803, 39.975859296729297 ], [ -75.173065631680302, 39.975865392345803 ], [ -75.173092822690805, 39.975734673970599 ], [ -75.173093799231694, 39.975729925034898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2104 RIDGE AVE", "addr_range": "2104-2106 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1537, "objectid": 2572, "Shape__Area": 243.55078125, "Shape__Length": 82.76003582647256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170196258041898, 39.977932619899399 ], [ -75.1701833004511, 39.977936682307003 ], [ -75.169941422914604, 39.9780175977182 ], [ -75.169967185352505, 39.978063134817099 ], [ -75.170249573557797, 39.977967091081098 ], [ -75.170223351532798, 39.977923752102598 ], [ -75.170196258041898, 39.977932619899399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2210 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 897, "objectid": 2573, "Shape__Area": 142.2265625, "Shape__Length": 59.223649331260681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172335492446294, 39.975767282000099 ], [ -75.172388473624807, 39.975774130436903 ], [ -75.172421098597397, 39.975621660348203 ], [ -75.172421989168299, 39.975613684759402 ], [ -75.172369190678097, 39.975606438586901 ], [ -75.172335492446294, 39.975767282000099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1317 N 22ND ST", "addr_range": "1315-1323 N 22ND ST; 2138-2140 MASTER ST; 2144 MASTER ST; 2148 MASTER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1334, "objectid": 2574, "Shape__Area": 211.328125, "Shape__Length": 76.681593772172619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1715719214328, 39.975643044142998 ], [ -75.171563146223505, 39.975679938998802 ], [ -75.171544538174302, 39.975680552550301 ], [ -75.171542133191807, 39.975690379928203 ], [ -75.1718216908898, 39.975725417816697 ], [ -75.171831472928702, 39.9756791488944 ], [ -75.1715719214328, 39.975643044142998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2230 SEYBERT ST", "addr_range": "2226-2234 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 840, "objectid": 2575, "Shape__Area": 133.14453125, "Shape__Length": 59.32150461094075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172903734013204, 39.975460002072502 ], [ -75.1729535784349, 39.975466086028497 ], [ -75.172987139250694, 39.975302740873197 ], [ -75.172937411870706, 39.975296353212997 ], [ -75.172911711086499, 39.975428103345401 ], [ -75.172903734013204, 39.975460002072502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2233 SEYBERT ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 708, "objectid": 2576, "Shape__Area": 112.14453125, "Shape__Length": 51.456387070862462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172895151767193, 39.975704410997501 ], [ -75.172940770784606, 39.975709788274798 ], [ -75.172941643488898, 39.975705584824297 ], [ -75.172969462528499, 39.975572640658697 ], [ -75.172920319406003, 39.975566282334498 ], [ -75.172892497873207, 39.975699258870797 ], [ -75.172891627010401, 39.9757034137075 ], [ -75.172895151767193, 39.975704410997501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2228 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 686, "objectid": 2577, "Shape__Area": 108.77734375, "Shape__Length": 50.635000437140874 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172819116794102, 39.975833033174801 ], [ -75.172866286397706, 39.975839523815999 ], [ -75.172894210279694, 39.975708791303497 ], [ -75.172895151767193, 39.975704410997501 ], [ -75.172891627010401, 39.9757034137075 ], [ -75.172845413743403, 39.975698265437501 ], [ -75.172844609720102, 39.975702325366598 ], [ -75.172819116794102, 39.975833033174801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2237 W THOMPSON ST", "addr_range": "2235-2243 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1204, "objectid": 2578, "Shape__Area": 190.71484375, "Shape__Length": 73.393345060532397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173163678508004, 39.975315619883098 ], [ -75.173219914294606, 39.975322830250803 ], [ -75.173261096789503, 39.975115938117 ], [ -75.173206337049393, 39.9751085356571 ], [ -75.173163678508004, 39.975315619883098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2144 MASTER ST", "addr_range": "1315-1323 N 22ND ST; 2138-2140 MASTER ST; 2144 MASTER ST; 2148 MASTER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1317, "objectid": 2579, "Shape__Area": 208.671875, "Shape__Length": 77.93337837689289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171573357342098, 39.976073845603501 ], [ -75.171629598500203, 39.976080896480099 ], [ -75.171677042882806, 39.975859895965797 ], [ -75.171619708465698, 39.975852402473997 ], [ -75.171573357342098, 39.976073845603501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2209 RIDGE AVE", "addr_range": "2202-2206 CECIL B MOORE AVE; 2209-2211 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1345, "objectid": 2580, "Shape__Area": 213.16015625, "Shape__Length": 74.252931716310073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171285473347993, 39.980143865177801 ], [ -75.171342755080104, 39.980151761225201 ], [ -75.171344598477305, 39.9801523189264 ], [ -75.171401746057001, 39.980105259114097 ], [ -75.171509915997703, 39.980015693364102 ], [ -75.171469009704694, 39.979986000399101 ], [ -75.171464380957801, 39.979982641035797 ], [ -75.171319585737805, 39.980100286497702 ], [ -75.171292043882303, 39.980096636623799 ], [ -75.171285473347993, 39.980143865177801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2231 W OXFORD ST", "addr_range": "2223-2231 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1049, "objectid": 2581, "Shape__Area": 166.26171875, "Shape__Length": 67.72875415232528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172070864588306, 39.9793357090619 ], [ -75.172123592043604, 39.979342680703702 ], [ -75.172163952744896, 39.979153180679297 ], [ -75.172111233333993, 39.979146031733798 ], [ -75.172070864588306, 39.9793357090619 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2148 MASTER ST", "addr_range": "1315-1323 N 22ND ST; 2138-2140 MASTER ST; 2144 MASTER ST; 2148 MASTER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1335, "objectid": 2582, "Shape__Area": 211.52734375, "Shape__Length": 78.185038362943544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171685585948097, 39.976088553416702 ], [ -75.171743272545299, 39.976096184529403 ], [ -75.171790129366599, 39.975874671613902 ], [ -75.171774014141704, 39.975872521037999 ], [ -75.171732968371501, 39.975867020794198 ], [ -75.171685585948097, 39.976088553416702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2138 MASTER ST", "addr_range": "1315-1323 N 22ND ST; 2138-2140 MASTER ST; 2144 MASTER ST; 2148 MASTER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2237, "objectid": 2583, "Shape__Area": 354.3515625, "Shape__Length": 122.99331484488283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171401780069601, 39.976051114076697 ], [ -75.171458973770299, 39.9760584927864 ], [ -75.171505725293699, 39.9758375254168 ], [ -75.171511029171796, 39.975827504585503 ], [ -75.171520943908504, 39.975782157700301 ], [ -75.171530876132095, 39.975736874278297 ], [ -75.171542133191807, 39.975690379928203 ], [ -75.171544538174302, 39.975680552550301 ], [ -75.171481561680906, 39.9756864402083 ], [ -75.171401780069601, 39.976051114076697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2303 W THOMPSON ST", "addr_range": "2301-2303 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1119, "objectid": 2584, "Shape__Area": 177.390625, "Shape__Length": 68.532866873020836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173830281758796, 39.9751936480979 ], [ -75.173789085058004, 39.975383173955002 ], [ -75.173845392285997, 39.975390418053799 ], [ -75.173846569658195, 39.975385004168899 ], [ -75.173886587629895, 39.975200893050499 ], [ -75.173830281758796, 39.9751936480979 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2225 SEYBERT ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 645, "objectid": 2585, "Shape__Area": 102.1953125, "Shape__Length": 50.446133715505511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172747733337104, 39.975680596787498 ], [ -75.172774680147498, 39.975547439353498 ], [ -75.172729363496103, 39.975541843545102 ], [ -75.172707619954394, 39.975652130280203 ], [ -75.1727027533057, 39.975678812608599 ], [ -75.172746830925306, 39.975685058160302 ], [ -75.172747733337104, 39.975680596787498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1308 N 22ND ST", "addr_range": "1308 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1036, "objectid": 2586, "Shape__Area": 164.08984375, "Shape__Length": 64.902987116006287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172133738897799, 39.975316279769402 ], [ -75.172124642866706, 39.975358890691098 ], [ -75.172356709251304, 39.975388766223503 ], [ -75.172365593808095, 39.975346200092197 ], [ -75.172133738897799, 39.975316279769402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2237 SEYBERT ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 693, "objectid": 2587, "Shape__Area": 109.84375, "Shape__Length": 51.254422177643349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1729955578013, 39.975716514802599 ], [ -75.173038451639101, 39.975722508404097 ], [ -75.173039389488196, 39.975718192888301 ], [ -75.173068346265495, 39.975585630152501 ], [ -75.173019781438995, 39.975579493892603 ], [ -75.1729911827764, 39.9757119682519 ], [ -75.172990218303298, 39.975716460668998 ], [ -75.1729955578013, 39.975716514802599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2211 SEYBERT ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 613, "objectid": 2588, "Shape__Area": 97.25390625, "Shape__Length": 44.509991480769855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172369190678097, 39.975606438586901 ], [ -75.172421989168299, 39.975613684759402 ], [ -75.172445235759199, 39.975502965104099 ], [ -75.172392349421798, 39.975495844911002 ], [ -75.172369190678097, 39.975606438586901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2208 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 864, "objectid": 2589, "Shape__Area": 136.89453125, "Shape__Length": 58.955423326777833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172284030845702, 39.975760726263502 ], [ -75.172335492446294, 39.975767282000099 ], [ -75.172369190678097, 39.975606438586901 ], [ -75.1723183946023, 39.975599445503498 ], [ -75.172284030845702, 39.975760726263502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2231 SEYBERT ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 687, "objectid": 2590, "Shape__Area": 108.90625, "Shape__Length": 51.044186544705134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172845413743403, 39.975698265437501 ], [ -75.172891627010401, 39.9757034137075 ], [ -75.172892497873207, 39.975699258870797 ], [ -75.172920319406003, 39.975566282334498 ], [ -75.172872365361599, 39.975560562481 ], [ -75.172844813019296, 39.975693108962901 ], [ -75.172844324723499, 39.975695483879797 ], [ -75.172845413743403, 39.975698265437501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2229 SEYBERT ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 700, "objectid": 2591, "Shape__Area": 110.9453125, "Shape__Length": 51.561959784607744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172794220023306, 39.975690699602602 ], [ -75.172845413743403, 39.975698265437501 ], [ -75.172844324723499, 39.975695483879797 ], [ -75.172844813019296, 39.975693108962901 ], [ -75.172872365361599, 39.975560562481 ], [ -75.172824685423194, 39.975554285630103 ], [ -75.172795126381502, 39.975686689725798 ], [ -75.172794220023306, 39.975690699602602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2243 W THOMPSON ST", "addr_range": "2235-2243 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1094, "objectid": 2592, "Shape__Area": 173.30859375, "Shape__Length": 68.244001928439999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173390203455597, 39.975327524320399 ], [ -75.1734298342502, 39.975137813854303 ], [ -75.173374771678695, 39.975130613711102 ], [ -75.173335286882505, 39.975320392312803 ], [ -75.173390203455597, 39.975327524320399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2140 MASTER ST", "addr_range": "1315-1323 N 22ND ST; 2138-2140 MASTER ST; 2144 MASTER ST; 2148 MASTER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1321, "objectid": 2593, "Shape__Area": 209.375, "Shape__Length": 77.948133841238317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171458973770299, 39.9760584927864 ], [ -75.171515379503006, 39.976066143888602 ], [ -75.171563228186002, 39.9758450227515 ], [ -75.171505725293699, 39.9758375254168 ], [ -75.171458973770299, 39.9760584927864 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2223 SEYBERT ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 565, "objectid": 2594, "Shape__Area": 89.54296875, "Shape__Length": 43.584984981914985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172658485338999, 39.975645546782403 ], [ -75.172707619954394, 39.975652130280203 ], [ -75.172729363496103, 39.975541843545102 ], [ -75.172721717651996, 39.975539608505997 ], [ -75.172682060136296, 39.975533914524398 ], [ -75.172658485338999, 39.975645546782403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2224 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 684, "objectid": 2595, "Shape__Area": 108.4921875, "Shape__Length": 50.703525466973844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172720489241996, 39.975820999795999 ], [ -75.172767904605806, 39.9758270626102 ], [ -75.1727947160459, 39.975695837507899 ], [ -75.172794971955597, 39.975694617877203 ], [ -75.172794220023306, 39.975690699602602 ], [ -75.172746830925306, 39.975685058160302 ], [ -75.1727459917945, 39.975689487616897 ], [ -75.172720489241996, 39.975820999795999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2204 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 927, "objectid": 2596, "Shape__Area": 146.85546875, "Shape__Length": 59.951953428443488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172209518349206, 39.975584185593199 ], [ -75.172208341054201, 39.975591476276897 ], [ -75.172174813949596, 39.975746134434303 ], [ -75.172229553549798, 39.975753554043898 ], [ -75.172264245856098, 39.975592506832001 ], [ -75.172209518349206, 39.975584185593199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2238 RIDGE AVE", "addr_range": "2238 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1413, "objectid": 2597, "Shape__Area": 225.1640625, "Shape__Length": 78.106871321642643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172070581959105, 39.980204898576297 ], [ -75.172114004034498, 39.9802367922413 ], [ -75.172311281667206, 39.980076736312498 ], [ -75.172266644544905, 39.980043220636396 ], [ -75.1720679123097, 39.980202935667101 ], [ -75.172070581959105, 39.980204898576297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2239 W THOMPSON ST", "addr_range": "2235-2243 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1221, "objectid": 2598, "Shape__Area": 193.44921875, "Shape__Length": 73.623458559281232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173219914294606, 39.975322830250803 ], [ -75.173275564820102, 39.975330495975797 ], [ -75.173317947051601, 39.9751229378857 ], [ -75.173261096789503, 39.975115938117 ], [ -75.173219914294606, 39.975322830250803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2227 SEYBERT ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 699, "objectid": 2599, "Shape__Area": 110.85546875, "Shape__Length": 51.32786098209985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172746830925306, 39.975685058160302 ], [ -75.172794220023306, 39.975690699602602 ], [ -75.172795126381502, 39.975686689725798 ], [ -75.172824685423194, 39.975554285630103 ], [ -75.172774680147498, 39.975547439353498 ], [ -75.172747733337104, 39.975680596787498 ], [ -75.172746830925306, 39.975685058160302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2031 MASTER ST", "addr_range": "2031 MASTER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1160, "objectid": 2600, "Shape__Area": 183.81640625, "Shape__Length": 69.668053090047152 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169424887332298, 39.976128702394597 ], [ -75.169482987176195, 39.9761364565679 ], [ -75.169523313886998, 39.9759435876745 ], [ -75.169466577808194, 39.9759363471291 ], [ -75.169424887332298, 39.976128702394597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2207 SEYBERT ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 613, "objectid": 2601, "Shape__Area": 97.1953125, "Shape__Length": 44.507247436485116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172264245856098, 39.975592506832001 ], [ -75.1723183946023, 39.975599445503498 ], [ -75.172341089258694, 39.975488954939102 ], [ -75.172289565594994, 39.975481849089 ], [ -75.172264245856098, 39.975592506832001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2226 INGERSOLL ST", "addr_range": "2205-2211 SEYBERT ST; 2223-2241 SEYBERT ST; 2202-2236 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "32", "parcelarea": 716, "objectid": 2602, "Shape__Area": 113.45703125, "Shape__Length": 51.414679475204203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172767904605806, 39.9758270626102 ], [ -75.172819116794102, 39.975833033174801 ], [ -75.172844609720102, 39.975702325366598 ], [ -75.172845413743403, 39.975698265437501 ], [ -75.172794220023306, 39.975690699602602 ], [ -75.172794971955597, 39.975694617877203 ], [ -75.1727947160459, 39.975695837507899 ], [ -75.172767904605806, 39.9758270626102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1419 N 21ST ST", "addr_range": "1417-1419 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1426, "objectid": 2603, "Shape__Area": 225.97265625, "Shape__Length": 83.941409523137594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169708212230006, 39.976398874085703 ], [ -75.1696995115785, 39.976442008220502 ], [ -75.170013980521603, 39.976483108176502 ], [ -75.170024724380198, 39.9764401965571 ], [ -75.169708212230006, 39.976398874085703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "417 N 62ND ST", "addr_range": "417 N 62ND ST", "zipcode": 19151, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1114, "objectid": 2604, "Shape__Area": 176.44140625, "Shape__Length": 68.589785743087162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243002683266795, 39.968892152841001 ], [ -75.242992323121101, 39.968935029982397 ], [ -75.243241478642503, 39.968965748949003 ], [ -75.243249948319601, 39.968923039519098 ], [ -75.243002683266795, 39.968892152841001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6119 CALLOWHILL ST", "addr_range": "6119 W CALLOWHILL ST", "zipcode": 19151, "district": "4", "year": "2012", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1172, "objectid": 2605, "Shape__Area": 185.66015625, "Shape__Length": 70.714551566193336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242139226065703, 39.968717554919998 ], [ -75.2421967941996, 39.968724438918997 ], [ -75.242237995329404, 39.968527682239802 ], [ -75.242191413600807, 39.968521748356203 ], [ -75.242181806757898, 39.968520925716497 ], [ -75.242139226065703, 39.968717554919998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6237 LANSDOWNE AVE", "addr_range": "6237-6239 LANSDOWNE AVE", "zipcode": 19151, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1529, "objectid": 2606, "Shape__Area": 242.26171875, "Shape__Length": 62.393948465565607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244943398269299, 39.975476538437398 ], [ -75.244966079951695, 39.975590418007499 ], [ -75.245096507819099, 39.9755738892366 ], [ -75.245071786371597, 39.975461932938899 ], [ -75.244943398269299, 39.975476538437398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1937 N 7TH ST", "addr_range": "1937-1947 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2508, "objectid": 2607, "Shape__Area": 397.3515625, "Shape__Length": 99.46782080351575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145704773779599, 39.981336338804901 ], [ -75.146023210078596, 39.981369856353801 ], [ -75.146035329051401, 39.981301363599798 ], [ -75.145681475816701, 39.981264640244603 ], [ -75.145675714315004, 39.981299587155497 ], [ -75.145669412661405, 39.981332248531999 ], [ -75.145704773779599, 39.981336338804901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1548 N 7TH ST", "addr_range": "1546-1550 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1166, "objectid": 2608, "Shape__Area": 184.73828125, "Shape__Length": 66.306148646943072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147246014459995, 39.975755168629803 ], [ -75.147477567442806, 39.975781860081099 ], [ -75.147485928332401, 39.9757386385158 ], [ -75.147486948803405, 39.975733309595498 ], [ -75.1472552918231, 39.9757071969591 ], [ -75.147254688785395, 39.975710342260797 ], [ -75.147246014459995, 39.975755168629803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1945 N 7TH ST", "addr_range": "1937-1947 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1642, "objectid": 2609, "Shape__Area": 260.2421875, "Shape__Length": 84.402407505006224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145691745129795, 39.981459151476997 ], [ -75.145869865604794, 39.9814796847851 ], [ -75.146000277820306, 39.981493588632098 ], [ -75.146009454773804, 39.981441680896303 ], [ -75.145871627877398, 39.981427736754199 ], [ -75.145701209979606, 39.981408508119301 ], [ -75.145691745129795, 39.981459151476997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1947 N 7TH ST", "addr_range": "1937-1947 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1369, "objectid": 2610, "Shape__Area": 216.98046875, "Shape__Length": 81.954667747454408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145683752290594, 39.981501462256603 ], [ -75.145863825731297, 39.981522474182 ], [ -75.145992299584293, 39.981536592645398 ], [ -75.146000277820306, 39.981493588632098 ], [ -75.145869865604794, 39.9814796847851 ], [ -75.145691745129795, 39.981459151476997 ], [ -75.145683752290594, 39.981501462256603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1821 N MARSHALL ST", "addr_range": "1821 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 914, "objectid": 2611, "Shape__Area": 144.859375, "Shape__Length": 58.674604320118945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145367694515301, 39.979374371991199 ], [ -75.145571980673594, 39.979399320081498 ], [ -75.145579471270494, 39.979361366965101 ], [ -75.145580485800807, 39.9793561983047 ], [ -75.145375610362606, 39.979331899102903 ], [ -75.145367694515301, 39.979374371991199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1922 N 7TH ST", "addr_range": "1922-1926 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 4849, "objectid": 2612, "Shape__Area": 765.21484375, "Shape__Length": 117.00194349617382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146291120961607, 39.980890305317899 ], [ -75.146266360079196, 39.981024022711203 ], [ -75.146611368500999, 39.981064009868902 ], [ -75.146634882068696, 39.980928409820201 ], [ -75.146291120961607, 39.980890305317899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1926-28 N 7TH ST", "addr_range": "1922-1926 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 4995, "objectid": 2613, "Shape__Area": 794.87109375, "Shape__Length": 118.88441318767492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146240387828897, 39.981164161224797 ], [ -75.146590889333794, 39.981201387085697 ], [ -75.146611368500999, 39.981064009868902 ], [ -75.146266360079196, 39.981024022711203 ], [ -75.146240387828897, 39.981164161224797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1546 N 7TH ST", "addr_range": "1546-1550 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1129, "objectid": 2614, "Shape__Area": 178.91796875, "Shape__Length": 65.889035449412376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147259796611493, 39.975707701889 ], [ -75.147486948803405, 39.975733309595498 ], [ -75.147487205133103, 39.975732090921497 ], [ -75.147496311702497, 39.975686371517902 ], [ -75.147264194663805, 39.975660746726803 ], [ -75.147263330840701, 39.975665257467398 ], [ -75.147256179230496, 39.975702590344298 ], [ -75.1472552918231, 39.9757071969591 ], [ -75.147259796611493, 39.975707701889 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1550 N 7TH ST", "addr_range": "1546-1550 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1296, "objectid": 2615, "Shape__Area": 205.390625, "Shape__Length": 73.757703683272979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147246014459995, 39.975755168629803 ], [ -75.147237554509502, 39.975799871014601 ], [ -75.147351414618797, 39.975814542443302 ], [ -75.147502342417894, 39.975834633406699 ], [ -75.147513088707598, 39.975785518299602 ], [ -75.147477567442806, 39.975781860081099 ], [ -75.147250082864801, 39.975755631225503 ], [ -75.147246014459995, 39.975755168629803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1705 N MARSHALL ST", "addr_range": "1703-1705, 1709 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 721, "objectid": 2616, "Shape__Area": 114.31640625, "Shape__Length": 52.579460698879217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145742503906305, 39.977441812568301 ], [ -75.145926850817602, 39.9774636784799 ], [ -75.145934246302204, 39.9774265458217 ], [ -75.145749567302104, 39.977404057886801 ], [ -75.145742503906305, 39.977441812568301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1709 N MARSHALL ST", "addr_range": "1703-1705, 1709 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 804, "objectid": 2617, "Shape__Area": 127.421875, "Shape__Length": 53.868179857659499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145728093050806, 39.977520392471597 ], [ -75.145912689345707, 39.977542265862702 ], [ -75.145920529861897, 39.977500643603697 ], [ -75.145735669625395, 39.977478539878497 ], [ -75.145728093050806, 39.977520392471597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1500 N 7TH ST", "addr_range": "1500 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1091, "objectid": 2618, "Shape__Area": 172.86328125, "Shape__Length": 65.103416867196515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147470546394501, 39.974538918305399 ], [ -75.147698749849994, 39.974567065172799 ], [ -75.147709222202806, 39.974522859810399 ], [ -75.1474790607854, 39.974492267334298 ], [ -75.147470546394501, 39.974538918305399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1718 N MARSHALL ST", "addr_range": "1718 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1521, "objectid": 2619, "Shape__Area": 240.9453125, "Shape__Length": 83.302272089515512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146074926609998, 39.977637491923502 ], [ -75.146384015989895, 39.977671714916099 ], [ -75.146392580562704, 39.977625403926503 ], [ -75.146313075601498, 39.977615765712102 ], [ -75.146084048401804, 39.9775897573682 ], [ -75.146074926609998, 39.977637491923502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "611 JEFFERSON ST", "addr_range": "611-613 JEFFERSON ST", "zipcode": 19122, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 696, "objectid": 2620, "Shape__Area": 110.38671875, "Shape__Length": 56.346471663832148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146128725446204, 39.974474239639903 ], [ -75.146170075647305, 39.974480529990501 ], [ -75.1462057037037, 39.974320687235398 ], [ -75.146163870323804, 39.974315547347899 ], [ -75.146128725446204, 39.974474239639903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1703 N MARSHALL ST", "addr_range": "1703-1705, 1709 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 743, "objectid": 2621, "Shape__Area": 117.7578125, "Shape__Length": 52.874040885408441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145749567302104, 39.977404057886801 ], [ -75.145934246302204, 39.9774265458217 ], [ -75.145940864048299, 39.977388345824899 ], [ -75.145757311461395, 39.977364950903699 ], [ -75.145749567302104, 39.977404057886801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1811 N 8TH ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1063, "objectid": 2622, "Shape__Area": 168.4921875, "Shape__Length": 71.512815210356308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147662544101294, 39.979395451217002 ], [ -75.147928671929606, 39.979435015389598 ], [ -75.147937018356302, 39.979396516614401 ], [ -75.147670743856594, 39.9793580943291 ], [ -75.147662544101294, 39.979395451217002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1813 N 8TH ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1101, "objectid": 2623, "Shape__Area": 174.44140625, "Shape__Length": 71.872608232773914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147654316246999, 39.979435742091503 ], [ -75.147920369625794, 39.979473401636099 ], [ -75.147928671929606, 39.979435015389598 ], [ -75.147662544101294, 39.979395451217002 ], [ -75.147654316246999, 39.979435742091503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1805 N 8TH ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1063, "objectid": 2624, "Shape__Area": 168.4765625, "Shape__Length": 71.429177822446519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147687325581003, 39.979282964808398 ], [ -75.1479534365441, 39.979320206620898 ], [ -75.147961914935607, 39.979282114493799 ], [ -75.147695605851595, 39.979245125897002 ], [ -75.147687325581003, 39.979282964808398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1812 N FRANKLIN ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1875, "objectid": 2625, "Shape__Area": 297.06640625, "Shape__Length": 90.398556918981626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147288846480393, 39.979486952881103 ], [ -75.147617924213705, 39.979531330563198 ], [ -75.147630010869094, 39.979477844348402 ], [ -75.147300858856198, 39.979432110776301 ], [ -75.147288846480393, 39.979486952881103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1809 N 8TH ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1058, "objectid": 2626, "Shape__Area": 167.70703125, "Shape__Length": 71.45300730061463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147670743856594, 39.9793580943291 ], [ -75.147937018356302, 39.979396516614401 ], [ -75.147945198044994, 39.979358578998102 ], [ -75.147678784408399, 39.979320490555097 ], [ -75.147670743856594, 39.9793580943291 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1807 N 8TH ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1063, "objectid": 2627, "Shape__Area": 168.51171875, "Shape__Length": 71.465326819470206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147678784408399, 39.979320490555097 ], [ -75.147945198044994, 39.979358578998102 ], [ -75.1479534365441, 39.979320206620898 ], [ -75.147687325581003, 39.979282964808398 ], [ -75.147678784408399, 39.979320490555097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1814 N FRANKLIN ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1910, "objectid": 2628, "Shape__Area": 302.61328125, "Shape__Length": 90.734394397418484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147276858874307, 39.979541698236503 ], [ -75.147606528285607, 39.979587024623903 ], [ -75.147617924213705, 39.979531330563198 ], [ -75.147288846480393, 39.979486952881103 ], [ -75.147276858874307, 39.979541698236503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1823 N 8TH ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1127, "objectid": 2629, "Shape__Area": 178.546875, "Shape__Length": 71.823677787973466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147619970497701, 39.979598757094003 ], [ -75.147885224719403, 39.979634883967996 ], [ -75.147894108059006, 39.9795944475607 ], [ -75.147629585877397, 39.979558354423197 ], [ -75.147619970497701, 39.979598757094003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2937 PAGE ST", "addr_range": "2001-2017 N 30TH ST; 2937-2939 PAGE ST", "zipcode": 19121, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1050, "objectid": 2630, "Shape__Area": 166.375, "Shape__Length": 66.591703184180574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1817905901801, 39.987010339458699 ], [ -75.1818304571282, 39.987040053040602 ], [ -75.182011459269802, 39.9869013622476 ], [ -75.181942361767298, 39.986892096357998 ], [ -75.181841161169999, 39.9869703489301 ], [ -75.1817905901801, 39.987010339458699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2918 RIDGE AVE", "addr_range": "2916-2922 RIDGE AVE; 2921-2927 PAGE ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1078, "objectid": 2631, "Shape__Area": 170.85546875, "Shape__Length": 68.563404388167299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181293577944601, 39.987066339676801 ], [ -75.181333291171796, 39.987096179740497 ], [ -75.181510294213993, 39.986957432647202 ], [ -75.181472869989307, 39.986928546682599 ], [ -75.181293577944601, 39.987066339676801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2939 PAGE ST", "addr_range": "2001-2017 N 30TH ST; 2937-2939 PAGE ST", "zipcode": 19121, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1260, "objectid": 2632, "Shape__Area": 199.72265625, "Shape__Length": 76.023146406301521 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1818304571282, 39.987040053040602 ], [ -75.181872884672501, 39.987071871898699 ], [ -75.182081218744202, 39.986909725677599 ], [ -75.182011459269802, 39.9869013622476 ], [ -75.1818304571282, 39.987040053040602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2946 RIDGE AVE", "addr_range": "2946 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1152, "objectid": 2633, "Shape__Area": 182.609375, "Shape__Length": 71.326765999792514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182067814660002, 39.987376721183402 ], [ -75.181879925150199, 39.987520737925998 ], [ -75.1819194849881, 39.987551364528599 ], [ -75.182098961666199, 39.9874125601524 ], [ -75.182105020619204, 39.987407520309603 ], [ -75.182067814660002, 39.987376721183402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2920 RIDGE AVE", "addr_range": "2916-2922 RIDGE AVE; 2921-2927 PAGE ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1120, "objectid": 2634, "Shape__Area": 177.609375, "Shape__Length": 69.025811260742259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181519389621002, 39.986964616317501 ], [ -75.181342103711202, 39.987103130940497 ], [ -75.181381369955403, 39.987133734049898 ], [ -75.181559820554, 39.986995487801899 ], [ -75.181519389621002, 39.986964616317501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3011 RIDGE AVE", "addr_range": "2112-2114 N 30TH ST; 2945-2947 W DIAMOND ST; 3001-3005, 3009-3015 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1039, "objectid": 2635, "Shape__Area": 164.66796875, "Shape__Length": 65.533174996151331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182565889823195, 39.988314281473301 ], [ -75.182379745253996, 39.988428743520899 ], [ -75.182415544827094, 39.988462927697697 ], [ -75.182599746288005, 39.988346665157003 ], [ -75.182565889823195, 39.988314281473301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3015 RIDGE AVE", "addr_range": "2112-2114 N 30TH ST; 2945-2947 W DIAMOND ST; 3001-3005, 3009-3015 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1141, "objectid": 2636, "Shape__Area": 180.81640625, "Shape__Length": 59.92531378589473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182632714709499, 39.9883792398021 ], [ -75.182473545642793, 39.9884797162456 ], [ -75.182632816400201, 39.988501848808802 ], [ -75.182636888165902, 39.9884855784479 ], [ -75.182645037758803, 39.988448508484502 ], [ -75.182655233371904, 39.988399425169298 ], [ -75.182632714709499, 39.9883792398021 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3033 RIDGE AVE", "addr_range": "3031-3037 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 990, "objectid": 2637, "Shape__Area": 157.01953125, "Shape__Length": 64.018849576380219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183099642479903, 39.989098339238801 ], [ -75.183094131788394, 39.989123797467002 ], [ -75.183114522166207, 39.989142131316001 ], [ -75.183301706283103, 39.9890268047169 ], [ -75.183268214490198, 39.988994703318099 ], [ -75.183099642479903, 39.989098339238801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2922 RIDGE AVE", "addr_range": "2916-2922 RIDGE AVE; 2921-2927 PAGE ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1023, "objectid": 2638, "Shape__Area": 162.1484375, "Shape__Length": 68.005087187846968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181559820554, 39.986995487801899 ], [ -75.181381369955403, 39.987133734049898 ], [ -75.181416785278898, 39.987161447019297 ], [ -75.181596732764305, 39.987024038815903 ], [ -75.181559820554, 39.986995487801899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2001-15 N 30TH ST", "addr_range": "2001-2017 N 30TH ST; 2937-2939 PAGE ST", "zipcode": 19121, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 16168, "objectid": 2639, "Shape__Area": 2561.7734375, "Shape__Length": 269.76717979017161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181759433341895, 39.987426949684803 ], [ -75.181803247846702, 39.987460846693999 ], [ -75.181995159634297, 39.9873119068519 ], [ -75.182034075063299, 39.987341792784399 ], [ -75.182036885459496, 39.987343951413898 ], [ -75.182072665614498, 39.987372558028099 ], [ -75.182304277266894, 39.987194506783901 ], [ -75.182356479567403, 39.986945061376602 ], [ -75.182081218744202, 39.986909725677599 ], [ -75.181872884672501, 39.987071871898699 ], [ -75.181806352910698, 39.987123885184602 ], [ -75.181850336107004, 39.987157188584803 ], [ -75.181889510292194, 39.987190821354098 ], [ -75.181923541120696, 39.987165355294302 ], [ -75.181947412409201, 39.987184137572697 ], [ -75.182010152658194, 39.987232948909899 ], [ -75.181759433341895, 39.987426949684803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3035 RIDGE AVE", "addr_range": "3031-3037 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1010, "objectid": 2640, "Shape__Area": 160.0703125, "Shape__Length": 65.538905327731257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183114522166207, 39.989142131316001 ], [ -75.183147259445207, 39.989174763699701 ], [ -75.183335174666198, 39.989058906482803 ], [ -75.183301706283103, 39.9890268047169 ], [ -75.183114522166207, 39.989142131316001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2916 RIDGE AVE", "addr_range": "2916-2922 RIDGE AVE; 2921-2927 PAGE ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1083, "objectid": 2641, "Shape__Area": 171.7890625, "Shape__Length": 68.70327561460816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181256287240899, 39.987037795409201 ], [ -75.181293577944601, 39.987066339676801 ], [ -75.1812950226754, 39.987065243044597 ], [ -75.181472869989307, 39.986928546682599 ], [ -75.181433037380401, 39.986897930927697 ], [ -75.181257389912602, 39.987036916374599 ], [ -75.181256287240899, 39.987037795409201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3026 RIDGE AVE", "addr_range": "3014-3034 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 867, "objectid": 2642, "Shape__Area": 137.41015625, "Shape__Length": 59.024589684041771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183488185366997, 39.988658947787698 ], [ -75.183312489712705, 39.988766970298897 ], [ -75.1833482836999, 39.988801381099499 ], [ -75.183475299311198, 39.988722670976003 ], [ -75.183488185366997, 39.988658947787698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2927 PAGE ST", "addr_range": "2916-2922 RIDGE AVE; 2921-2927 PAGE ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 741, "objectid": 2643, "Shape__Area": 117.47265625, "Shape__Length": 52.41248664915264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181657617843996, 39.986855967198501 ], [ -75.181638889707997, 39.9869499622747 ], [ -75.181629510389996, 39.987003494948901 ], [ -75.181686637172703, 39.9869868323822 ], [ -75.1817083338331, 39.986862534273797 ], [ -75.181657617843996, 39.986855967198501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3122-26 RIDGE AVE", "addr_range": "3120-3126 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 3070, "objectid": 2644, "Shape__Area": 161.171875, "Shape__Length": 65.174245690397825 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184205425766194, 39.989610555890998 ], [ -75.184240858746193, 39.989643941983502 ], [ -75.184329073354306, 39.989586094084402 ], [ -75.184422754755602, 39.989525482384302 ], [ -75.184388568819003, 39.989494526314303 ], [ -75.184303051238899, 39.989548179076102 ], [ -75.184205425766194, 39.989610555890998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1812 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1175, "objectid": 2645, "Shape__Area": 186.1796875, "Shape__Length": 71.499614204187111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173712863105706, 39.982898432071501 ], [ -75.173972064255295, 39.982936778697201 ], [ -75.173981799475399, 39.982893925200599 ], [ -75.173722062302701, 39.9828553557238 ], [ -75.173712863105706, 39.982898432071501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1824 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1195, "objectid": 2646, "Shape__Area": 189.40625, "Shape__Length": 71.100478332300312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173657104948703, 39.983165734464698 ], [ -75.1739133825495, 39.983201052140501 ], [ -75.173923364551698, 39.983157252717398 ], [ -75.173666641014407, 39.983120942945902 ], [ -75.173657104948703, 39.983165734464698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1814 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1213, "objectid": 2647, "Shape__Area": 192.25390625, "Shape__Length": 71.843063851671303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173703318530201, 39.982943449556302 ], [ -75.173962561367901, 39.982980701503998 ], [ -75.173972064255295, 39.982936778697201 ], [ -75.173712863105706, 39.982898432071501 ], [ -75.173703318530201, 39.982943449556302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1802 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1196, "objectid": 2648, "Shape__Area": 189.6328125, "Shape__Length": 71.840247915291158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173761090282596, 39.982675545420399 ], [ -75.174021107996793, 39.982713895867903 ], [ -75.1740312011068, 39.982669324961897 ], [ -75.173770504686104, 39.982632846019001 ], [ -75.173761090282596, 39.982675545420399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1806 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1227, "objectid": 2649, "Shape__Area": 194.3984375, "Shape__Length": 72.221468693007211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173740903727094, 39.982764686283502 ], [ -75.174001485871401, 39.9828030485371 ], [ -75.174011285203804, 39.982758472840501 ], [ -75.173751005565805, 39.982719890340803 ], [ -75.173740903727094, 39.982764686283502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1818 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1223, "objectid": 2650, "Shape__Area": 193.84375, "Shape__Length": 71.706360137827005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173685354029203, 39.983031995168098 ], [ -75.173942997010499, 39.983068357979498 ], [ -75.173949075063703, 39.983044540083696 ], [ -75.173953096976106, 39.983023578197603 ], [ -75.1736944057469, 39.9829867557836 ], [ -75.173685354029203, 39.983031995168098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1804 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1219, "objectid": 2651, "Shape__Area": 193.2578125, "Shape__Length": 72.095164919711308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173758173129201, 39.982720954051103 ], [ -75.174011285203804, 39.982758472840501 ], [ -75.174021107996793, 39.982713895867903 ], [ -75.173768070658994, 39.982676572491897 ], [ -75.173761090282596, 39.982675545420399 ], [ -75.173751005565805, 39.982719890340803 ], [ -75.173758173129201, 39.982720954051103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1911 W THOMPSON ST", "addr_range": "1929-1935 RIDGE AVE; 1909-1913 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 588, "objectid": 2652, "Shape__Area": 93.26171875, "Shape__Length": 58.578184741893288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167416219365606, 39.974366946967102 ], [ -75.167378951817497, 39.974546956330698 ], [ -75.167416674474694, 39.974534087360503 ], [ -75.167447485502706, 39.974370681645397 ], [ -75.167416219365606, 39.974366946967102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1909 W THOMPSON ST", "addr_range": "1929-1935 RIDGE AVE; 1909-1913 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1142, "objectid": 2653, "Shape__Area": 180.921875, "Shape__Length": 71.168339221042032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167321115848907, 39.974547734200101 ], [ -75.167316252123797, 39.974568741820697 ], [ -75.167378951817497, 39.974546956330698 ], [ -75.167416219365606, 39.974366946967102 ], [ -75.167360355642003, 39.974359934014103 ], [ -75.167349914447001, 39.974409171947499 ], [ -75.167340448077795, 39.974454239397801 ], [ -75.167331069091702, 39.974500889194303 ], [ -75.167321115848907, 39.974547734200101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1935 RIDGE AVE", "addr_range": "1929-1935 RIDGE AVE; 1909-1913 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1292, "objectid": 2654, "Shape__Area": 206.2890625, "Shape__Length": 76.62790371732261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167752047801699, 39.974565685472299 ], [ -75.167490935971202, 39.9746545619576 ], [ -75.167513050129699, 39.974695100734799 ], [ -75.167775335046699, 39.974607315593403 ], [ -75.167752047801699, 39.974565685472299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1931 RIDGE AVE", "addr_range": "1929-1935 RIDGE AVE; 1909-1913 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1562, "objectid": 2655, "Shape__Area": 253.32421875, "Shape__Length": 88.141426063980674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167443721071294, 39.9745727224917 ], [ -75.167430666228597, 39.974577168023899 ], [ -75.167400565673702, 39.974587437019402 ], [ -75.167423184293597, 39.974632355289103 ], [ -75.1674687763458, 39.974616359384797 ], [ -75.167728992214904, 39.9745251093401 ], [ -75.1677048894216, 39.974483461756797 ], [ -75.167443721071294, 39.9745727224917 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1248 N 19TH ST", "addr_range": "1901-1921 RIDGE AVE; 1248 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 527, "objectid": 2656, "Shape__Area": 83.52734375, "Shape__Length": 38.330795215463844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167181313434, 39.974053174992001 ], [ -75.167299002524302, 39.974067446059998 ], [ -75.167278344252793, 39.974014560055998 ], [ -75.1671920425987, 39.974003541700803 ], [ -75.167181313434, 39.974053174992001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1919 RIDGE AVE", "addr_range": "1901-1921 RIDGE AVE; 1248 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1099, "objectid": 2657, "Shape__Area": 174.24609375, "Shape__Length": 63.019303536120432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167316100731895, 39.974217874197301 ], [ -75.1673154242782, 39.974222420811103 ], [ -75.167390802370704, 39.974231984059202 ], [ -75.167403238224296, 39.9742278309471 ], [ -75.167413403266707, 39.974224448452702 ], [ -75.1674233401923, 39.974220997752496 ], [ -75.167548227784906, 39.974179317162204 ], [ -75.167522684186096, 39.974131462455297 ], [ -75.167318379842001, 39.9742025631882 ], [ -75.167316100731895, 39.974217874197301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1943 RIDGE AVE", "addr_range": "1939-1949 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1292, "objectid": 2658, "Shape__Area": 205.1875, "Shape__Length": 76.380800829043466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167584508104994, 39.974817736775897 ], [ -75.1676075533899, 39.974858522641199 ], [ -75.167868233657501, 39.974770571419398 ], [ -75.167845341376704, 39.9747295466791 ], [ -75.167584508104994, 39.974817736775897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1947 RIDGE AVE", "addr_range": "1939-1949 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1292, "objectid": 2659, "Shape__Area": 200.0703125, "Shape__Length": 74.649540788540307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167644635772703, 39.974923675175297 ], [ -75.167685700472205, 39.9749292097639 ], [ -75.167915615740796, 39.9748508025422 ], [ -75.167891069661593, 39.974810304635 ], [ -75.167631288888899, 39.974899421343103 ], [ -75.167644635772703, 39.974923675175297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1939 RIDGE AVE", "addr_range": "1939-1949 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1292, "objectid": 2660, "Shape__Area": 197.609375, "Shape__Length": 76.053059603562701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167538477552199, 39.974737730541896 ], [ -75.167560020884693, 39.974776774293098 ], [ -75.167821378324106, 39.974687515732903 ], [ -75.167798805929706, 39.974647997468701 ], [ -75.167538477552199, 39.974737730541896 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1945 RIDGE AVE", "addr_range": "1939-1949 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1292, "objectid": 2661, "Shape__Area": 202.9921875, "Shape__Length": 76.199700785737349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1676075533899, 39.974858522641199 ], [ -75.167631288888899, 39.974899421343103 ], [ -75.167891069661593, 39.974810304635 ], [ -75.167868233657501, 39.974770571419398 ], [ -75.1676075533899, 39.974858522641199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1949 RIDGE AVE", "addr_range": "1939-1949 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1624, "objectid": 2662, "Shape__Area": 257.30859375, "Shape__Length": 79.774500614802719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167968431052998, 39.974965038552398 ], [ -75.167981630659597, 39.974966705996103 ], [ -75.167976384484703, 39.974957512933699 ], [ -75.167915615740796, 39.9748508025422 ], [ -75.167685700472205, 39.9749292097639 ], [ -75.167968431052998, 39.974965038552398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2074 RIDGE AVE", "addr_range": "2072-2078 RIDGE AVE (RIDGE ON THE RISE SITE)", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 690, "objectid": 2663, "Shape__Area": 109.33984375, "Shape__Length": 49.873909734162467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169621150720801, 39.977450701174099 ], [ -75.169642458060295, 39.977489351742598 ], [ -75.169742360510995, 39.9774585362265 ], [ -75.169786509996797, 39.977455176096399 ], [ -75.169794920126293, 39.977415807067501 ], [ -75.1697775657492, 39.977414821299703 ], [ -75.169775239084004, 39.977422054586498 ], [ -75.169711851630097, 39.977421016789599 ], [ -75.169621150720801, 39.977450701174099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2078 RIDGE AVE", "addr_range": "2072-2078 RIDGE AVE (RIDGE ON THE RISE SITE)", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 907, "objectid": 2664, "Shape__Area": 143.7421875, "Shape__Length": 58.279083662203476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169664764416297, 39.977528218487599 ], [ -75.169741499550895, 39.977663739048303 ], [ -75.169775747830002, 39.977502939248403 ], [ -75.169754084486399, 39.977500695186798 ], [ -75.169664764416297, 39.977528218487599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1921 RIDGE AVE", "addr_range": "1901-1921 RIDGE AVE; 1248 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 749, "objectid": 2665, "Shape__Area": 118.3671875, "Shape__Length": 54.125992819011856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167390802370704, 39.974231984059202 ], [ -75.167591133478894, 39.974257689818401 ], [ -75.167589484348198, 39.974253074649603 ], [ -75.167548227784906, 39.974179317162204 ], [ -75.1674233401923, 39.974220997752496 ], [ -75.167413403266707, 39.974224448452702 ], [ -75.167406452029496, 39.974228193403498 ], [ -75.167404677686704, 39.974229120259302 ], [ -75.167390802370704, 39.974231984059202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1901 RIDGE AVE", "addr_range": "1901-1921 RIDGE AVE; 1248 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1685, "objectid": 2666, "Shape__Area": 266.8984375, "Shape__Length": 80.416748806474047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167217263274196, 39.973899572705498 ], [ -75.167235953629202, 39.973902265739802 ], [ -75.167366408466606, 39.973859099647598 ], [ -75.167270090496004, 39.973687769887903 ], [ -75.167262240867501, 39.973673810388298 ], [ -75.167259314598695, 39.973688462604898 ], [ -75.167217263274196, 39.973899572705498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2076 RIDGE AVE", "addr_range": "2072-2078 RIDGE AVE (RIDGE ON THE RISE SITE)", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 593, "objectid": 2667, "Shape__Area": 93.9375, "Shape__Length": 43.286719239383594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169642458060295, 39.977489351742598 ], [ -75.169664764416297, 39.977528218487599 ], [ -75.169754084486399, 39.977500695186798 ], [ -75.169775747830002, 39.977502939248403 ], [ -75.169786509996797, 39.977455176096399 ], [ -75.169742360510995, 39.9774585362265 ], [ -75.169642458060295, 39.977489351742598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1907-15 RIDGE AVE", "addr_range": "1901-1921 RIDGE AVE; 1248 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 4733, "objectid": 2668, "Shape__Area": 749.7109375, "Shape__Length": 119.56458303670871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167323057134197, 39.974132434345897 ], [ -75.167327873764094, 39.974142971999697 ], [ -75.167496240388004, 39.974085200299299 ], [ -75.167371595040905, 39.973868131019898 ], [ -75.167366408466606, 39.973859099647598 ], [ -75.167235953629202, 39.973902265739802 ], [ -75.167217263274196, 39.973899572705498 ], [ -75.167213747071202, 39.973897800556799 ], [ -75.1671920425987, 39.974003541700803 ], [ -75.167278344252793, 39.974014560055998 ], [ -75.167299002524302, 39.974067446059998 ], [ -75.167318861028704, 39.9741210078409 ], [ -75.167323057134197, 39.974132434345897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1917 RIDGE AVE", "addr_range": "1901-1921 RIDGE AVE; 1248 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1056, "objectid": 2669, "Shape__Area": 166.40625, "Shape__Length": 61.637919835239359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167327873764094, 39.974142971999697 ], [ -75.167329630122694, 39.974147476959303 ], [ -75.167328570618295, 39.974153288986997 ], [ -75.1673256909081, 39.974162928105102 ], [ -75.167318379842001, 39.9742025631882 ], [ -75.1673575989429, 39.9741883097239 ], [ -75.167522684186096, 39.974131462455297 ], [ -75.167496240388004, 39.974085200299299 ], [ -75.167327873764094, 39.974142971999697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2147 N 5TH ST", "addr_range": "2148-2152 N ORKNEY ST; 2147-2149 N 5TH ST", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1572, "objectid": 2670, "Shape__Area": 249.078125, "Shape__Length": 85.349785449584516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141873810498794, 39.9839175956321 ], [ -75.141712254522602, 39.983896643405203 ], [ -75.141558025775694, 39.983876953125801 ], [ -75.141548222584106, 39.983924849418003 ], [ -75.141652681649305, 39.983937507797798 ], [ -75.141864101665902, 39.983965267033 ], [ -75.141873810498794, 39.9839175956321 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2165 N 9TH ST", "addr_range": "2165-2169 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 800, "objectid": 2671, "Shape__Area": 126.7578125, "Shape__Length": 54.644197943981837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147527186380799, 39.984998360862797 ], [ -75.147716005957093, 39.9850260156838 ], [ -75.147724847456999, 39.984985561210102 ], [ -75.1475359691254, 39.9849583726985 ], [ -75.147527186380799, 39.984998360862797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2113-23 RIDGE AVE", "addr_range": "2103-2123 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 5680, "objectid": 2672, "Shape__Area": 901.74609375, "Shape__Length": 129.14635512294046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1697389738694, 39.978534925040599 ], [ -75.169738922516004, 39.978535197794301 ], [ -75.169733632095003, 39.978559742301996 ], [ -75.169729639872699, 39.978573821887501 ], [ -75.169726788909799, 39.978589860709398 ], [ -75.169720853438307, 39.978613133798603 ], [ -75.169720345691502, 39.978620456636897 ], [ -75.169712447239803, 39.978654613989299 ], [ -75.169727894319706, 39.978656702965701 ], [ -75.169837858892507, 39.978671055247602 ], [ -75.169861743312396, 39.978673881720603 ], [ -75.169903295689096, 39.9786793444325 ], [ -75.169914009649304, 39.9786807953721 ], [ -75.169917533014598, 39.978681277339597 ], [ -75.1700948243205, 39.978704332219102 ], [ -75.170056072722602, 39.978633953216502 ], [ -75.170049428627607, 39.978621310388299 ], [ -75.170032835415597, 39.978593679873299 ], [ -75.170010657114403, 39.978553123087302 ], [ -75.169987986564806, 39.9785133778554 ], [ -75.169965099841804, 39.978473805258098 ], [ -75.169866372320598, 39.978506243110402 ], [ -75.169817767323394, 39.978499974887498 ], [ -75.169748549693097, 39.978490278853599 ], [ -75.1697389738694, 39.978534925040599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2109 RIDGE AVE", "addr_range": "2103-2123 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 622, "objectid": 2673, "Shape__Area": 98.45703125, "Shape__Length": 46.422797543719646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169763252055802, 39.978420406910203 ], [ -75.169854929187395, 39.9784329144955 ], [ -75.169927893117801, 39.978407408280397 ], [ -75.169908159417503, 39.978372549483304 ], [ -75.169848974969796, 39.978392771096999 ], [ -75.169814192665498, 39.978388313837002 ], [ -75.169771408772206, 39.978382193590598 ], [ -75.169763252055802, 39.978420406910203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2072 RIDGE AVE", "addr_range": "2072-2078 RIDGE AVE (RIDGE ON THE RISE SITE)", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1456, "objectid": 2674, "Shape__Area": 230.2734375, "Shape__Length": 70.932322532465676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169794920126293, 39.977415807067501 ], [ -75.169803049628896, 39.977376641664797 ], [ -75.169696148731703, 39.977362809596301 ], [ -75.169560971394603, 39.977344842966403 ], [ -75.169621150720801, 39.977450701174099 ], [ -75.169711851630097, 39.977421016789599 ], [ -75.169775239084004, 39.977422054586498 ], [ -75.1697775657492, 39.977414821299703 ], [ -75.169794920126293, 39.977415807067501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2103-07 RIDGE AVE", "addr_range": "2103-2123 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1361, "objectid": 2675, "Shape__Area": 217.69140625, "Shape__Length": 70.01789927191416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169771408772206, 39.978382193590598 ], [ -75.169814192665498, 39.978388313837002 ], [ -75.169848974969796, 39.978392771096999 ], [ -75.169908159417503, 39.978372549483304 ], [ -75.169817252394594, 39.9782101620495 ], [ -75.169810414532606, 39.978200433233297 ], [ -75.169771408772206, 39.978382193590598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2111 RIDGE AVE", "addr_range": "2103-2123 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1452, "objectid": 2676, "Shape__Area": 230.34375, "Shape__Length": 65.347933647351027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169748550308697, 39.978490262649203 ], [ -75.169817767323394, 39.978499974887498 ], [ -75.169866372320598, 39.978506243110402 ], [ -75.169965099841804, 39.978473805258098 ], [ -75.169927893117801, 39.978407408280397 ], [ -75.169854929187395, 39.9784329144955 ], [ -75.169763252055802, 39.978420406910203 ], [ -75.169748550308697, 39.978490262649203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1933 RIDGE AVE", "addr_range": "1929-1935 RIDGE AVE; 1909-1913 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1292, "objectid": 2677, "Shape__Area": 204.70703125, "Shape__Length": 76.521898019893456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167467458533693, 39.974614088002198 ], [ -75.1674687763458, 39.974616359384797 ], [ -75.167490935971202, 39.9746545619576 ], [ -75.167752047801699, 39.974565685472299 ], [ -75.167728992214904, 39.9745251093401 ], [ -75.167467458533693, 39.974614088002198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "527 W MONTGOMERY AVE", "addr_range": "523-539, 543 W MONTGOMERY AVE", "zipcode": 19122, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1033, "objectid": 2678, "Shape__Area": 163.7734375, "Shape__Length": 63.3074843583628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144063440935, 39.978548744292503 ], [ -75.144029398382699, 39.978714571077298 ], [ -75.144086888110706, 39.9787213412501 ], [ -75.1441212988247, 39.978556263451402 ], [ -75.144122327056706, 39.978551289733304 ], [ -75.144113469653007, 39.9785495100136 ], [ -75.144064679090206, 39.978542695016699 ], [ -75.144063440935, 39.978548744292503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "535 W MONTGOMERY AVE", "addr_range": "523-539, 543 W MONTGOMERY AVE", "zipcode": 19122, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 997, "objectid": 2679, "Shape__Area": 158.01171875, "Shape__Length": 62.6600657678202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144289907821999, 39.978572746863797 ], [ -75.144254546292601, 39.978742928125897 ], [ -75.144310713681904, 39.978750280854896 ], [ -75.1443455632255, 39.978580344744998 ], [ -75.144289907821999, 39.978572746863797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2014-18 GERMANTOWN AVE", "addr_range": "2014-2028 GERMANTOWN AVE", "zipcode": 19122, "district": "7", "year": "2001", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 4560, "objectid": 2680, "Shape__Area": 722.60546875, "Shape__Length": 111.37936408343438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143994042440696, 39.981936258045302 ], [ -75.144003170349507, 39.982033684656301 ], [ -75.144007875413493, 39.982083650432003 ], [ -75.144265429141896, 39.982116402996297 ], [ -75.144274317107303, 39.9820665999003 ], [ -75.144294033199202, 39.981955804721601 ], [ -75.144177329403206, 39.981952171005297 ], [ -75.1441816310506, 39.981929071875697 ], [ -75.143994042440696, 39.981936258045302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "533 W MONTGOMERY AVE", "addr_range": "523-539, 543 W MONTGOMERY AVE", "zipcode": 19122, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1007, "objectid": 2681, "Shape__Area": 159.515625, "Shape__Length": 62.79215171708335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144232219050394, 39.978570679208097 ], [ -75.144198293208802, 39.978735122912298 ], [ -75.144254546292601, 39.978742928125897 ], [ -75.144288804048102, 39.9785780414336 ], [ -75.144289907821999, 39.978572746863797 ], [ -75.1442333525994, 39.978565127622602 ], [ -75.144232219050394, 39.978570679208097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1615 N 6TH ST", "addr_range": "1615 N 6TH ST", "zipcode": 19122, "district": "7", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 820, "objectid": 2682, "Shape__Area": 129.90625, "Shape__Length": 57.714688622030849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145195177808901, 39.976015261509502 ], [ -75.145186937659304, 39.976053157941998 ], [ -75.145393672797994, 39.9760796740836 ], [ -75.145400883784205, 39.976041645256203 ], [ -75.145195177808901, 39.976015261509502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1308-14 N ORIANNA ST", "addr_range": "1308-14 N ORIANNA ST", "zipcode": 19122, "district": "5", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 6168, "objectid": 2683, "Shape__Area": 976.8984375, "Shape__Length": 126.74659559019941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142117693258399, 39.971552102245901 ], [ -75.142336329225998, 39.971578623501003 ], [ -75.142405325699897, 39.9715872833997 ], [ -75.142417608587493, 39.971529305116498 ], [ -75.142427869786502, 39.971480824519901 ], [ -75.142437977876995, 39.9714331288381 ], [ -75.142449326478399, 39.971434386864402 ], [ -75.142453951071701, 39.971405588056697 ], [ -75.142114632882596, 39.971363300004498 ], [ -75.142093959377604, 39.971465771974302 ], [ -75.142117693258399, 39.971552102245901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2125 N LEITHGOW ST", "addr_range": "2125-2127 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 636, "objectid": 2684, "Shape__Area": 100.796875, "Shape__Length": 42.070483870635627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140523366680199, 39.983240343487502 ], [ -75.140644116669705, 39.983255968169097 ], [ -75.140654676503203, 39.983208573893997 ], [ -75.140655315263004, 39.983205606032001 ], [ -75.140534319433698, 39.983190346090801 ], [ -75.140533903697602, 39.983192996457099 ], [ -75.140523366680199, 39.983240343487502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "301 DIAMOND ST", "addr_range": "301, 313 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1577, "objectid": 2685, "Shape__Area": 249.93359375, "Shape__Length": 87.986971914796214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139499070721996, 39.9825576129724 ], [ -75.139438556647093, 39.982549369779598 ], [ -75.139394652482494, 39.982753352029 ], [ -75.139519870500905, 39.982769354366397 ], [ -75.139527995795902, 39.982729674323103 ], [ -75.139514874040799, 39.982727602639798 ], [ -75.139465291978794, 39.982721138964699 ], [ -75.139499070721996, 39.9825576129724 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1939 N 4TH ST", "addr_range": "1935, 1939, 1943-1945 N 4TH ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 882, "objectid": 2686, "Shape__Area": 140.71875, "Shape__Length": 59.335551199780198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140508438010301, 39.980585673926903 ], [ -75.140719456729599, 39.9806143292207 ], [ -75.140728046377404, 39.9805745794784 ], [ -75.140519325879794, 39.980545524141696 ], [ -75.140516960371301, 39.980547648126198 ], [ -75.140508438010301, 39.980585673926903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "300 W SUSQUEHANNA AVE", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 1484, "objectid": 2687, "Shape__Area": 235.234375, "Shape__Length": 79.241528152098411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139171737598303, 39.983792742589898 ], [ -75.139127068312305, 39.9839986094197 ], [ -75.139190603748901, 39.984006808851802 ], [ -75.139236501231395, 39.983801711483103 ], [ -75.139238201934504, 39.983786355290903 ], [ -75.139174807409603, 39.983778304150697 ], [ -75.139171737598303, 39.983792742589898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "313 DIAMOND ST", "addr_range": "301, 313 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 938, "objectid": 2688, "Shape__Area": 148.71875, "Shape__Length": 60.42396510945364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139707328137902, 39.982752033254698 ], [ -75.139761882018405, 39.982758900033303 ], [ -75.1397631578145, 39.9827529804965 ], [ -75.139797009325804, 39.982596258811 ], [ -75.139741991360907, 39.982588366038001 ], [ -75.139708658495195, 39.982745760857398 ], [ -75.139707328137902, 39.982752033254698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1945 N 4TH ST", "addr_range": "1935, 1939, 1943-1945 N 4TH ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 953, "objectid": 2689, "Shape__Area": 151.09765625, "Shape__Length": 60.477866910072379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1404893906561, 39.980668548486904 ], [ -75.140482154987495, 39.980700398199602 ], [ -75.140479407723404, 39.980711330010898 ], [ -75.140691113542999, 39.980741774184501 ], [ -75.140700036589394, 39.9806987432911 ], [ -75.1404893906561, 39.980668548486904 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2148 N 3RD ST", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 766, "objectid": 2690, "Shape__Area": 121.46875, "Shape__Length": 54.618814114203502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139199856670899, 39.983663648454197 ], [ -75.139392453470705, 39.983688211630998 ], [ -75.139399869229706, 39.983650144503599 ], [ -75.139207627159095, 39.983625588505397 ], [ -75.139199856670899, 39.983663648454197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2149 N 5TH ST", "addr_range": "2148-2152 N ORKNEY ST; 2147-2149 N 5TH ST", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 971, "objectid": 2691, "Shape__Area": 153.9609375, "Shape__Length": 63.856231469206634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141640173561299, 39.983981634013801 ], [ -75.141694216033699, 39.983988763035903 ], [ -75.1416961888674, 39.983981586178103 ], [ -75.141750549946906, 39.983988043944699 ], [ -75.1417487397093, 39.983998093353499 ], [ -75.141853715383505, 39.984011424637899 ], [ -75.141864101665902, 39.983965267033 ], [ -75.141652681649305, 39.983937507797798 ], [ -75.141640173561299, 39.983981634013801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2152 N ORKNEY ST", "addr_range": "2148-2152 N ORKNEY ST; 2147-2149 N 5TH ST", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 873, "objectid": 2692, "Shape__Area": 138.4140625, "Shape__Length": 49.358735842299623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141635296597002, 39.984056771153902 ], [ -75.141610947809696, 39.984054025581202 ], [ -75.1415226616231, 39.9840426213567 ], [ -75.141509404561603, 39.984101335209502 ], [ -75.1416533144792, 39.984119628706999 ], [ -75.141656079133497, 39.984100557429301 ], [ -75.141662469104205, 39.984060225127202 ], [ -75.141635296597002, 39.984056771153902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "438 W NORRIS ST", "addr_range": "436-440 W NORRIS ST", "zipcode": 19122, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 870, "objectid": 2693, "Shape__Area": 137.921875, "Shape__Length": 58.070288953253836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142116021899, 39.9812329536242 ], [ -75.142169326011597, 39.981240161201598 ], [ -75.142201396257306, 39.981083269619901 ], [ -75.142148769731307, 39.981076415335302 ], [ -75.142116021899, 39.9812329536242 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2130 N 3RD ST", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 743, "objectid": 2694, "Shape__Area": 117.71484375, "Shape__Length": 53.677649340889189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139273561935497, 39.983320051283499 ], [ -75.139462849916299, 39.9833440399278 ], [ -75.1394707708628, 39.983305869858498 ], [ -75.139281954631102, 39.983283231777598 ], [ -75.139273561935497, 39.983320051283499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2152 N 3RD ST", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 743, "objectid": 2695, "Shape__Area": 117.74609375, "Shape__Length": 54.36625971155253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139183956244906, 39.983738179779202 ], [ -75.139376345571705, 39.983764367308197 ], [ -75.139384507070304, 39.983727041567398 ], [ -75.139191423665295, 39.9837020321159 ], [ -75.139183956244906, 39.983738179779202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "302 W SUSQUEHANNA AVE", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 1410, "objectid": 2696, "Shape__Area": 223.51171875, "Shape__Length": 78.788324992164888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139190603748901, 39.984006808851802 ], [ -75.139252345528305, 39.984014775528301 ], [ -75.139296699651595, 39.983810028668898 ], [ -75.139299272950694, 39.983794337322699 ], [ -75.139238201934504, 39.983786355290903 ], [ -75.139236501231395, 39.983801711483103 ], [ -75.139190603748901, 39.984006808851802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "406 W BERKS ST", "addr_range": "406-408 W BERKS ST", "zipcode": 19122, "district": "7", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1127, "objectid": 2697, "Shape__Area": 178.66796875, "Shape__Length": 71.617469836057737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141340499419499, 39.9793590016818 ], [ -75.141296355636399, 39.979561222962197 ], [ -75.141349159489494, 39.979568306952999 ], [ -75.141393839235306, 39.979365727518498 ], [ -75.141340499419499, 39.9793590016818 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2144 N 3RD ST", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 778, "objectid": 2698, "Shape__Area": 123.26171875, "Shape__Length": 54.777850034227967 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139215362938899, 39.983587882769797 ], [ -75.139407926598594, 39.983612236134199 ], [ -75.139415912021704, 39.9835734872754 ], [ -75.139223545521901, 39.983549461874297 ], [ -75.139215362938899, 39.983587882769797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2134 N 3RD ST", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 773, "objectid": 2699, "Shape__Area": 122.51171875, "Shape__Length": 54.313568654086609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139257580529602, 39.983396144949801 ], [ -75.139446980360603, 39.983421038083897 ], [ -75.139455815374603, 39.983382003101603 ], [ -75.139265373090197, 39.983357570115103 ], [ -75.139257580529602, 39.983396144949801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2150 N ORKNEY ST", "addr_range": "2148-2152 N ORKNEY ST; 2147-2149 N 5TH ST", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 502, "objectid": 2700, "Shape__Area": 79.69140625, "Shape__Length": 37.042801758883215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141528666133496, 39.984043402059797 ], [ -75.141610947809696, 39.984054025581202 ], [ -75.141620075652796, 39.984008952155897 ], [ -75.1415949013399, 39.984005316528702 ], [ -75.141598532242696, 39.983992053107499 ], [ -75.141539067887805, 39.983985381069203 ], [ -75.141535122489799, 39.983984936394599 ], [ -75.1415226616231, 39.9840426213567 ], [ -75.141528666133496, 39.984043402059797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "447 W BERKS ST", "addr_range": "433, 437-447 W BERKS ST", "zipcode": 19122, "district": "7", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1390, "objectid": 2701, "Shape__Area": 220.28515625, "Shape__Length": 71.646165971118819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142670738944105, 39.979927042468603 ], [ -75.142625280174897, 39.980124865242402 ], [ -75.142703436262195, 39.980110181951098 ], [ -75.142740283214096, 39.979935810825303 ], [ -75.142670738944105, 39.979927042468603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "433 W BERKS ST", "addr_range": "433, 437-447 W BERKS ST", "zipcode": 19122, "district": "7", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 893, "objectid": 2702, "Shape__Area": 141.59375, "Shape__Length": 61.439297995506472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142301836012905, 39.979879182229404 ], [ -75.142262638671298, 39.980055256824798 ], [ -75.1423163035888, 39.980045417103199 ], [ -75.142353233875994, 39.979885831045102 ], [ -75.142321664793897, 39.979881743890402 ], [ -75.142301836012905, 39.979879182229404 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "613 DIAMOND ST", "addr_range": "2100-2104 N 6TH ST; 611-613 W DIAMOND ST", "zipcode": 19122, "district": "5", "year": "2002", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 701, "objectid": 2703, "Shape__Area": 111.20703125, "Shape__Length": 45.38950395832093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144567348154794, 39.983340393567097 ], [ -75.144648316305506, 39.983351904142502 ], [ -75.144658030883093, 39.9833122427627 ], [ -75.144642923695599, 39.983310595131201 ], [ -75.1446548785798, 39.983259523616702 ], [ -75.144588069888897, 39.983248690393602 ], [ -75.144567348154794, 39.983340393567097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2170 N FRANKLIN ST", "addr_range": "2170-2172 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 992, "objectid": 2704, "Shape__Area": 157.26953125, "Shape__Length": 66.687672417112211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146222289230806, 39.984866530620302 ], [ -75.146247576856794, 39.984869974071003 ], [ -75.146294665044294, 39.984875427612103 ], [ -75.146304884905007, 39.984876093755801 ], [ -75.146319587218301, 39.984879054673499 ], [ -75.146352492149006, 39.984883315138298 ], [ -75.146466519768097, 39.984898379239503 ], [ -75.146475428989305, 39.984859507673299 ], [ -75.146230461674307, 39.984827754982199 ], [ -75.146222289230806, 39.984866530620302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "611 DIAMOND ST", "addr_range": "2100-2104 N 6TH ST; 611-613 W DIAMOND ST", "zipcode": 19122, "district": "5", "year": "2002", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 660, "objectid": 2705, "Shape__Area": 104.56640625, "Shape__Length": 44.440680843073544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144490887749797, 39.983329904313798 ], [ -75.144567348154794, 39.983340393567097 ], [ -75.144588069888897, 39.983248690393602 ], [ -75.144523903914802, 39.983237818915903 ], [ -75.144511547583704, 39.983291169899701 ], [ -75.144507085175405, 39.983290585644298 ], [ -75.144504521301599, 39.983301697401401 ], [ -75.144500461293802, 39.9833190481041 ], [ -75.144493719431594, 39.983318895046203 ], [ -75.144490887749797, 39.983329904313798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2100 N 6TH ST", "addr_range": "2100-2104 N 6TH ST; 611-613 W DIAMOND ST", "zipcode": 19122, "district": "5", "year": "2002", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1151, "objectid": 2706, "Shape__Area": 182.4453125, "Shape__Length": 67.671050373054101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144262267376007, 39.9832452427896 ], [ -75.144502006191999, 39.983279847294803 ], [ -75.144511075095295, 39.983235738241397 ], [ -75.144273221910595, 39.9831979049547 ], [ -75.144262267376007, 39.9832452427896 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2172 N FRANKLIN ST", "addr_range": "2170-2172 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1190, "objectid": 2707, "Shape__Area": 188.69140625, "Shape__Length": 68.729546371753173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146222289230806, 39.984866530620302 ], [ -75.146212497688097, 39.9849131057045 ], [ -75.146455950466503, 39.984944500603198 ], [ -75.146466519768097, 39.984898379239503 ], [ -75.146352492149006, 39.984883315138298 ], [ -75.146319587218301, 39.984879054673499 ], [ -75.146304884905007, 39.984876093755801 ], [ -75.146294665044294, 39.984875427612103 ], [ -75.146247576856794, 39.984869974071003 ], [ -75.146222289230806, 39.984866530620302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2104-06 N 6TH ST", "addr_range": "2100-2104 N 6TH ST; 611-613 W DIAMOND ST", "zipcode": 19122, "district": "5", "year": "2002", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 5177, "objectid": 2708, "Shape__Area": 546.06640625, "Shape__Length": 114.52759274196458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144490887749797, 39.983329904313798 ], [ -75.144339264866403, 39.983308923585298 ], [ -75.144281261523105, 39.983301304017097 ], [ -75.144250188259605, 39.983296278111403 ], [ -75.144230752832598, 39.983378468621297 ], [ -75.144630854531599, 39.983433953002503 ], [ -75.144648316305506, 39.983351904142502 ], [ -75.144567348154794, 39.983340393567097 ], [ -75.144490887749797, 39.983329904313798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2102 N 6TH ST", "addr_range": "2100-2104 N 6TH ST; 611-613 W DIAMOND ST", "zipcode": 19122, "district": "5", "year": "2002", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1375, "objectid": 2709, "Shape__Area": 217.9921875, "Shape__Length": 84.834779087555845 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144250188259605, 39.983296278111403 ], [ -75.144281261523105, 39.983301304017097 ], [ -75.144339264866403, 39.983308923585298 ], [ -75.144490887749797, 39.983329904313798 ], [ -75.144493719431594, 39.983318895046203 ], [ -75.144500461293802, 39.9833190481041 ], [ -75.144504521301599, 39.983301697401401 ], [ -75.144507085175405, 39.983290585644298 ], [ -75.144511547583704, 39.983291169899701 ], [ -75.144523903914802, 39.983237818915903 ], [ -75.144511075095295, 39.983235738241397 ], [ -75.144502006191999, 39.983279847294803 ], [ -75.144262267376007, 39.9832452427896 ], [ -75.144250188259605, 39.983296278111403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2154 N 7TH ST", "addr_range": "2150-2154 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 937, "objectid": 2710, "Shape__Area": 148.59375, "Shape__Length": 65.7445846435334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145627298418603, 39.984471472365399 ], [ -75.145870171774703, 39.9844988089148 ], [ -75.145878410440801, 39.9844620981386 ], [ -75.145633180779001, 39.984434481076299 ], [ -75.145627298418603, 39.984471472365399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2101 N 8TH ST", "addr_range": "2101 N 8TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1070, "objectid": 2711, "Shape__Area": 169.609375, "Shape__Length": 67.943108520213727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146771748313995, 39.983547215896401 ], [ -75.1470185193063, 39.983579925680203 ], [ -75.147027356440901, 39.983538521478302 ], [ -75.1467803489452, 39.983505965826403 ], [ -75.146771748313995, 39.983547215896401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2124 N 9TH ST", "addr_range": "2122-2126 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 799, "objectid": 2712, "Shape__Area": 126.65625, "Shape__Length": 55.789310865986131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148060185011303, 39.984331747588698 ], [ -75.148255748459405, 39.984358330865497 ], [ -75.148264354222107, 39.984319708195102 ], [ -75.148067548765795, 39.9842927111359 ], [ -75.148060185011303, 39.984331747588698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2122 N 9TH ST", "addr_range": "2122-2126 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 756, "objectid": 2713, "Shape__Area": 119.78515625, "Shape__Length": 55.153791918513647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148067548765795, 39.9842927111359 ], [ -75.148264354222107, 39.984319708195102 ], [ -75.148272121337499, 39.984283775880698 ], [ -75.148218098120594, 39.984275603427101 ], [ -75.1480760992673, 39.9842560226163 ], [ -75.148067548765795, 39.9842927111359 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2169 N 9TH ST", "addr_range": "2165-2169 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 829, "objectid": 2714, "Shape__Area": 131.43359375, "Shape__Length": 55.558071962969883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1477080318069, 39.985067280018299 ], [ -75.147514721997098, 39.985041472275 ], [ -75.147507427635304, 39.985083058359997 ], [ -75.147698822308996, 39.985108014473603 ], [ -75.1477080318069, 39.985067280018299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2167 N 9TH ST", "addr_range": "2165-2169 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 861, "objectid": 2715, "Shape__Area": 136.51953125, "Shape__Length": 56.265163414706208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147514721997098, 39.985041472275 ], [ -75.1477080318069, 39.985067280018299 ], [ -75.147714411404706, 39.985034249095001 ], [ -75.147716005957093, 39.9850260156838 ], [ -75.147527186380799, 39.984998360862797 ], [ -75.147522415127497, 39.984997671513199 ], [ -75.147514721997098, 39.985041472275 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2132 N 7TH ST", "addr_range": "2126-2136 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1024, "objectid": 2716, "Shape__Area": 162.375, "Shape__Length": 69.00907062925188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145704541381505, 39.984045756420798 ], [ -75.145960714430302, 39.984074314548998 ], [ -75.145968721044397, 39.984035985675199 ], [ -75.145711350693801, 39.984007529238802 ], [ -75.145704541381505, 39.984045756420798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2126 N 9TH ST", "addr_range": "2122-2126 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 758, "objectid": 2717, "Shape__Area": 120.1796875, "Shape__Length": 55.15720408462284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148051632666196, 39.984368453184999 ], [ -75.148247943700596, 39.984395245338902 ], [ -75.148255748459405, 39.984358330865497 ], [ -75.148060185011303, 39.984331747588698 ], [ -75.148051632666196, 39.984368453184999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2126 N 7TH ST", "addr_range": "2126-2136 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1051, "objectid": 2718, "Shape__Area": 166.5546875, "Shape__Length": 69.8920123079821 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145725530262297, 39.983931748952102 ], [ -75.145985283403704, 39.983960371154097 ], [ -75.145992684926497, 39.983922029451001 ], [ -75.145732400763904, 39.983892475270203 ], [ -75.145731061223302, 39.983900070215498 ], [ -75.145725530262297, 39.983931748952102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2120 N 7TH ST", "addr_range": "2120 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1121, "objectid": 2719, "Shape__Area": 177.640625, "Shape__Length": 71.189456528694436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145745919243595, 39.983818630691303 ], [ -75.146008308548105, 39.983847893827999 ], [ -75.1460179222899, 39.983806505508099 ], [ -75.145753997506205, 39.983778466273897 ], [ -75.145745919243595, 39.983818630691303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2128 N 7TH ST", "addr_range": "2126-2136 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1007, "objectid": 2720, "Shape__Area": 159.65234375, "Shape__Length": 69.246353545612834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145718458638299, 39.983969180887897 ], [ -75.145977030016994, 39.983997438406199 ], [ -75.145985283403704, 39.983960371154097 ], [ -75.145725530262297, 39.983931748952102 ], [ -75.145718458638299, 39.983969180887897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "620 DIAMOND ST", "addr_range": "620 DIAMOND ST", "zipcode": 19122, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1062, "objectid": 2721, "Shape__Area": 168.25390625, "Shape__Length": 65.242700131456829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144823168244002, 39.983121860092403 ], [ -75.144880106634901, 39.983129422778397 ], [ -75.144912592044506, 39.982950116275099 ], [ -75.144855515188794, 39.982943968666397 ], [ -75.144823168244002, 39.983121860092403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2134 N 7TH ST", "addr_range": "2126-2136 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1028, "objectid": 2722, "Shape__Area": 162.99609375, "Shape__Length": 68.869309426177423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145697404827104, 39.984084331179197 ], [ -75.145952696837099, 39.984112868428497 ], [ -75.145960714430302, 39.984074314548998 ], [ -75.145704541381505, 39.984045756420798 ], [ -75.145697404827104, 39.984084331179197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "635 DIAMOND ST", "addr_range": "631-635 DIAMOND ST", "zipcode": 19122, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1095, "objectid": 2723, "Shape__Area": 173.6015625, "Shape__Length": 65.930597510317597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145391956013, 39.983507429752201 ], [ -75.1454522910403, 39.983514393465398 ], [ -75.145486837721407, 39.983339760354902 ], [ -75.145487669505997, 39.983335571462398 ], [ -75.145431396422694, 39.983327605207002 ], [ -75.145391956013, 39.983507429752201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2150 N 7TH ST", "addr_range": "2150-2154 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1000, "objectid": 2724, "Shape__Area": 158.46484375, "Shape__Length": 66.842357798653936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145640930229007, 39.984395228244502 ], [ -75.145886443692206, 39.9844230769882 ], [ -75.145894440329101, 39.9843845217355 ], [ -75.14564778466, 39.984355856891099 ], [ -75.145640930229007, 39.984395228244502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2152 N 7TH ST", "addr_range": "2150-2154 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1002, "objectid": 2725, "Shape__Area": 158.83984375, "Shape__Length": 66.727364564695961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145638439648494, 39.984435068042202 ], [ -75.145878410440801, 39.9844620981386 ], [ -75.145886443692206, 39.9844230769882 ], [ -75.145640930229007, 39.984395228244502 ], [ -75.145633180779001, 39.984434481076299 ], [ -75.145638439648494, 39.984435068042202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "633 DIAMOND ST", "addr_range": "631-635 DIAMOND ST", "zipcode": 19122, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1072, "objectid": 2726, "Shape__Area": 169.9453125, "Shape__Length": 65.919186878379662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145335176002803, 39.983500644900197 ], [ -75.145391956013, 39.983507429752201 ], [ -75.145431396422694, 39.983327605207002 ], [ -75.145374799299901, 39.983319873043499 ], [ -75.145372514965601, 39.983330265838902 ], [ -75.145335176002803, 39.983500644900197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "631 DIAMOND ST", "addr_range": "631-635 DIAMOND ST", "zipcode": 19122, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1106, "objectid": 2727, "Shape__Area": 175.27734375, "Shape__Length": 66.586977020315047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145277197398997, 39.983494541920798 ], [ -75.145335176002803, 39.983500644900197 ], [ -75.145374799299901, 39.983319873043499 ], [ -75.145324259339603, 39.983313227998103 ], [ -75.145316376364093, 39.9833122273591 ], [ -75.145277197398997, 39.983494541920798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2130 N 7TH ST", "addr_range": "2126-2136 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1034, "objectid": 2728, "Shape__Area": 163.94921875, "Shape__Length": 69.325830494762997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145711350693801, 39.984007529238802 ], [ -75.145968721044397, 39.984035985675199 ], [ -75.145977030016994, 39.983997438406199 ], [ -75.145718458638299, 39.983969180887897 ], [ -75.145711350693801, 39.984007529238802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2101 N FRANKLIN ST", "addr_range": "2101 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1106, "objectid": 2729, "Shape__Area": 175.24609375, "Shape__Length": 65.094025974233759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146105880353005, 39.983464679662397 ], [ -75.146333796183896, 39.983494530378302 ], [ -75.1463438844373, 39.983448365676999 ], [ -75.146116014030497, 39.983418403380597 ], [ -75.146114998814099, 39.983423039526599 ], [ -75.146105880353005, 39.983464679662397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2136 N 7TH ST", "addr_range": "2126-2136 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1031, "objectid": 2730, "Shape__Area": 163.44921875, "Shape__Length": 68.711894657371161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145689976538506, 39.984123366046099 ], [ -75.145944095233602, 39.984151409957597 ], [ -75.145952696837099, 39.984112868428497 ], [ -75.145697404827104, 39.984084331179197 ], [ -75.145689976538506, 39.984123366046099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2161 N 9TH ST", "addr_range": "2159-2161 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 927, "objectid": 2731, "Shape__Area": 146.87109375, "Shape__Length": 56.599189294998034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147744322240499, 39.984898423587197 ], [ -75.147554409964897, 39.9848730974931 ], [ -75.147544478546394, 39.984918975712503 ], [ -75.147733989436205, 39.984945518107097 ], [ -75.147744322240499, 39.984898423587197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2132 N 9TH ST", "addr_range": "2132 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 826, "objectid": 2732, "Shape__Area": 130.9296875, "Shape__Length": 56.11443978621093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148026240814602, 39.984482102577402 ], [ -75.148221098505104, 39.9845107008029 ], [ -75.148231304912997, 39.984470197049198 ], [ -75.148035153411001, 39.984442537201801 ], [ -75.148026240814602, 39.984482102577402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2159 N 9TH ST", "addr_range": "2159-2161 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 800, "objectid": 2733, "Shape__Area": 126.84375, "Shape__Length": 54.746260380821866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147562721225498, 39.984833888831197 ], [ -75.147554409964897, 39.9848730974931 ], [ -75.147744322240499, 39.984898423587197 ], [ -75.147753125690002, 39.984857341138898 ], [ -75.147562721225498, 39.984833888831197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2152-58 N MARSHALL ST", "addr_range": "2152-2158 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 5410, "objectid": 2734, "Shape__Area": 857.23046875, "Shape__Length": 117.63297058821621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144811225768393, 39.9845099188097 ], [ -75.144911851774694, 39.984521987114199 ], [ -75.145013581721102, 39.984534193915202 ], [ -75.145031939826396, 39.9845363838106 ], [ -75.145096124155799, 39.984544062171302 ], [ -75.145097256310393, 39.984537478876703 ], [ -75.145110701413202, 39.984460682746402 ], [ -75.145129221958896, 39.984359724693803 ], [ -75.145021293953505, 39.984347909811703 ], [ -75.144846529293801, 39.984328161533099 ], [ -75.144811225768393, 39.9845099188097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2048-54 GERMANTOWN AVE", "addr_range": "2048-2054 GERMANTOWN AVE", "zipcode": 19122, "district": "7", "year": "2001", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1786, "objectid": 2735, "Shape__Area": 283.0390625, "Shape__Length": 113.46308698327476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144066057629402, 39.982678072691598 ], [ -75.1440995011463, 39.983022670942802 ], [ -75.144100932503903, 39.983025233512201 ], [ -75.144165108344794, 39.982672116148699 ], [ -75.144066057629402, 39.982678072691598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "503 DIAMOND ST", "addr_range": "2105-2117 N REESE ST; 2102-04, 2108-2110 N 5TH ST; 501-13 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 703, "objectid": 2736, "Shape__Area": 111.390625, "Shape__Length": 55.913649420822168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142327036258493, 39.983086819973202 ], [ -75.142369212581897, 39.983092985286497 ], [ -75.142404507891101, 39.982935601984501 ], [ -75.142361550817597, 39.982930128046704 ], [ -75.142327036258493, 39.983086819973202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "507 DIAMOND ST", "addr_range": "2105-2117 N REESE ST; 2102-04, 2108-2110 N 5TH ST; 501-13 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 736, "objectid": 2737, "Shape__Area": 116.68359375, "Shape__Length": 58.304044461250527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142411339910396, 39.983098230428403 ], [ -75.142409468318704, 39.983106586331601 ], [ -75.142451902488105, 39.983112595288702 ], [ -75.142489555708195, 39.982947302304197 ], [ -75.142447385740397, 39.982941492180402 ], [ -75.142411339910396, 39.983098230428403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "501 DIAMOND ST", "addr_range": "2105-2117 N REESE ST; 2102-04, 2108-2110 N 5TH ST; 501-13 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 826, "objectid": 2738, "Shape__Area": 130.9453125, "Shape__Length": 57.61081050787665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142280704982397, 39.983080818828597 ], [ -75.142327036258493, 39.983086819973202 ], [ -75.142361550817597, 39.982930128046704 ], [ -75.142311999238601, 39.982922860789301 ], [ -75.1422765544377, 39.9830802884251 ], [ -75.142280704982397, 39.983080818828597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2118 N FAIRHILL ST", "addr_range": "2118-2122 N FAIRHILL ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 914, "objectid": 2739, "Shape__Area": 147.53515625, "Shape__Length": 52.917364863766231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143623303582501, 39.983433167897701 ], [ -75.143457586430998, 39.9834425898622 ], [ -75.143462529617807, 39.983497268911997 ], [ -75.143582201982099, 39.983490733303803 ], [ -75.143627597466093, 39.983488380012801 ], [ -75.143623303582501, 39.983433167897701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2137 N REESE ST", "addr_range": "2137,2141-2149 N REESE ST", "zipcode": 19122, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 603, "objectid": 2740, "Shape__Area": 95.578125, "Shape__Length": 42.533413761672321 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142350981854094, 39.983766997852698 ], [ -75.142482474092802, 39.983784476574002 ], [ -75.142492588741206, 39.983740988786401 ], [ -75.142361948186604, 39.983723141986502 ], [ -75.142350981854094, 39.983766997852698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "505 DIAMOND ST", "addr_range": "2105-2117 N REESE ST; 2102-04, 2108-2110 N 5TH ST; 501-13 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 701, "objectid": 2741, "Shape__Area": 111.171875, "Shape__Length": 55.92224430917755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142404507891101, 39.982935601984501 ], [ -75.142369212581897, 39.983092985286497 ], [ -75.142411339910396, 39.983098230428403 ], [ -75.142447385740397, 39.982941492180402 ], [ -75.142404507891101, 39.982935601984501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2102-04 N 5TH ST", "addr_range": "2105-2117 N REESE ST; 2102-04, 2108-2110 N 5TH ST; 501-13 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1704, "objectid": 2742, "Shape__Area": 269.99609375, "Shape__Length": 77.37817583343606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142451902488105, 39.983112595288702 ], [ -75.142409468318704, 39.983106586331601 ], [ -75.142275551668703, 39.983087857652997 ], [ -75.142260954334205, 39.983154746730698 ], [ -75.1424724588516, 39.983183023101603 ], [ -75.142494820430599, 39.9831862071972 ], [ -75.142502013865695, 39.983155500714098 ], [ -75.142538109549207, 39.983138282342203 ], [ -75.142540351974802, 39.983125727990299 ], [ -75.142451902488105, 39.983112595288702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2120-22 N FAIRHILL ST", "addr_range": "2118-2122 N FAIRHILL ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 798, "objectid": 2743, "Shape__Area": 119.4296875, "Shape__Length": 44.560519454541286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143582201982099, 39.983490733303803 ], [ -75.143462529617807, 39.983497268911997 ], [ -75.1434681318744, 39.983559312564701 ], [ -75.143586722020501, 39.983552076604298 ], [ -75.143582201982099, 39.983490733303803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2110 N 5TH ST", "addr_range": "2105-2117 N REESE ST; 2102-04, 2108-2110 N 5TH ST; 501-13 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 677, "objectid": 2744, "Shape__Area": 107.31640625, "Shape__Length": 55.68513084450008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142236638552703, 39.983261940256497 ], [ -75.142432414843299, 39.983288860077103 ], [ -75.142434488491403, 39.983279573503403 ], [ -75.142443279293502, 39.9832804183674 ], [ -75.142448262744296, 39.9832581574125 ], [ -75.142376730088699, 39.983248649089802 ], [ -75.142344246307005, 39.983243848308199 ], [ -75.1422877159103, 39.983236035037201 ], [ -75.142243854899405, 39.9832295421878 ], [ -75.142241878556604, 39.983238459748399 ], [ -75.142236638552703, 39.983261940256497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2141 N REESE ST", "addr_range": "2137,2141-2149 N REESE ST", "zipcode": 19122, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 611, "objectid": 2745, "Shape__Area": 96.953125, "Shape__Length": 45.35210326754671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142322296821007, 39.9838105952891 ], [ -75.142313602892699, 39.983849261538801 ], [ -75.142463738189804, 39.983869132607502 ], [ -75.142472460639794, 39.983830239938797 ], [ -75.142322296821007, 39.9838105952891 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2149 N REESE ST", "addr_range": "2137,2141-2149 N REESE ST", "zipcode": 19122, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 601, "objectid": 2746, "Shape__Area": 95.32421875, "Shape__Length": 45.056409361849546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142281015958204, 39.983999388260798 ], [ -75.142430934702304, 39.9840194472634 ], [ -75.1424384020888, 39.983981090120899 ], [ -75.142289615813397, 39.983960976666701 ], [ -75.142281015958204, 39.983999388260798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2145 N REESE ST", "addr_range": "2137,2141-2149 N REESE ST", "zipcode": 19122, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 572, "objectid": 2747, "Shape__Area": 90.71484375, "Shape__Length": 44.486356860382884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142306615548804, 39.9838860663085 ], [ -75.142302049323703, 39.9839040172387 ], [ -75.142298198914702, 39.983922452063702 ], [ -75.142447725750202, 39.9839423723962 ], [ -75.1424557673121, 39.983905930355903 ], [ -75.142306615548804, 39.9838860663085 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2143 N REESE ST", "addr_range": "2137,2141-2149 N REESE ST", "zipcode": 19122, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 577, "objectid": 2748, "Shape__Area": 91.46875, "Shape__Length": 44.635532913744029 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142313602892699, 39.983849261538801 ], [ -75.142306615548804, 39.9838860663085 ], [ -75.1424557673121, 39.983905930355903 ], [ -75.142463738189804, 39.983869132607502 ], [ -75.142313602892699, 39.983849261538801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2147 N REESE ST", "addr_range": "2137,2141-2149 N REESE ST", "zipcode": 19122, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 606, "objectid": 2749, "Shape__Area": 96.0625, "Shape__Length": 45.111514680511561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142289615813397, 39.983960976666701 ], [ -75.1424384020888, 39.983981090120899 ], [ -75.142447725750202, 39.9839423723962 ], [ -75.142298198914702, 39.983922452063702 ], [ -75.142289615813397, 39.983960976666701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2107 N REESE ST", "addr_range": "2105-2117 N REESE ST; 2102-04, 2108-2110 N 5TH ST; 501-13 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 530, "objectid": 2750, "Shape__Area": 84.0703125, "Shape__Length": 42.291245139293224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1424724588516, 39.983183023101603 ], [ -75.142464758976004, 39.983219811689303 ], [ -75.142604074090102, 39.983238242011303 ], [ -75.142612089551804, 39.983201895779501 ], [ -75.142541787722394, 39.9831931255274 ], [ -75.142494820430599, 39.9831862071972 ], [ -75.1424724588516, 39.983183023101603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2108 N 5TH ST", "addr_range": "2105-2117 N REESE ST; 2102-04, 2108-2110 N 5TH ST; 501-13 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1455, "objectid": 2751, "Shape__Area": 230.58203125, "Shape__Length": 91.01206770874434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142448262744296, 39.9832581574125 ], [ -75.142595066873199, 39.983277966168203 ], [ -75.142604074090102, 39.983238242011303 ], [ -75.142464758976004, 39.983219811689303 ], [ -75.142252418770894, 39.983190967595597 ], [ -75.142250997537303, 39.983197416354599 ], [ -75.142243854899405, 39.9832295421878 ], [ -75.1422877159103, 39.983236035037201 ], [ -75.142344246307005, 39.983243848308199 ], [ -75.142376730088699, 39.983248649089802 ], [ -75.142448262744296, 39.9832581574125 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "668 N 36TH ST", "addr_range": "668 N 36TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1123, "objectid": 2752, "Shape__Area": 177.890625, "Shape__Length": 69.464358826988686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194969591905902, 39.965727276964799 ], [ -75.194977860538998, 39.965769822834403 ], [ -75.195230853512697, 39.9657411540407 ], [ -75.195222920541397, 39.9656986147655 ], [ -75.194969591905902, 39.965727276964799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3723 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1413, "objectid": 2753, "Shape__Area": 223.9140625, "Shape__Length": 82.712974931201671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197560015790202, 39.968090093271101 ], [ -75.197590487171198, 39.968252627835902 ], [ -75.197607254548203, 39.968329392619701 ], [ -75.1976628009065, 39.968323034528503 ], [ -75.197656117110697, 39.968287342065601 ], [ -75.1976448303556, 39.968231479105 ], [ -75.197616440329895, 39.968084916138501 ], [ -75.197608399301302, 39.968084817459001 ], [ -75.197560015790202, 39.968090093271101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3719 HAVERFORD AVE", "addr_range": "3719-3737 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1581, "objectid": 2754, "Shape__Area": 250.453125, "Shape__Length": 89.572694057291443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196628038353595, 39.9635893131329 ], [ -75.196674127370002, 39.963850091771 ], [ -75.196731042099103, 39.963844055686401 ], [ -75.196687671881406, 39.963582805986498 ], [ -75.196628038353595, 39.9635893131329 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "772 N DE KALB ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 878, "objectid": 2755, "Shape__Area": 139.046875, "Shape__Length": 59.338770561198906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197590313628893, 39.9676639813798 ], [ -75.197521323999894, 39.967671297276702 ], [ -75.197529634708005, 39.967711587736197 ], [ -75.197549351633299, 39.967709286385499 ], [ -75.197741087470405, 39.967688016918203 ], [ -75.197733639441907, 39.967648729564502 ], [ -75.197590313628893, 39.9676639813798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3724 BROWN ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1020, "objectid": 2756, "Shape__Area": 161.66796875, "Shape__Length": 64.864850959860206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197841285034997, 39.967919047993497 ], [ -75.197806952299302, 39.967739904967402 ], [ -75.197752288187701, 39.967746200750298 ], [ -75.197786608191706, 39.967925086725899 ], [ -75.197841285034997, 39.967919047993497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3701 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1451, "objectid": 2757, "Shape__Area": 229.94140625, "Shape__Length": 83.032141811502825 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196920237173799, 39.968161647123601 ], [ -75.196963517871595, 39.9683869003279 ], [ -75.196966204714101, 39.968399597624298 ], [ -75.197023037087902, 39.968394139727003 ], [ -75.197006143402803, 39.968297384110599 ], [ -75.196979376320797, 39.968155064766101 ], [ -75.1969260659844, 39.968161003754297 ], [ -75.196920237173799, 39.968161647123601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "774 N DE KALB ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 925, "objectid": 2758, "Shape__Area": 146.49609375, "Shape__Length": 59.788582302950999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197741087470405, 39.967688016918203 ], [ -75.197549351633299, 39.967709286385499 ], [ -75.197529634708005, 39.967711587736197 ], [ -75.197537877657794, 39.9677531831463 ], [ -75.197748415637193, 39.967730494770599 ], [ -75.197741087470405, 39.967688016918203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "315 W LEHIGH AVE", "addr_range": "315 W LEHIGH AVE", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1151, "objectid": 2759, "Shape__Area": 182.55078125, "Shape__Length": 70.14522156230899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137926909143104, 39.9919696748387 ], [ -75.137870610650594, 39.991962324348002 ], [ -75.137827601855193, 39.992157183873701 ], [ -75.137883899299496, 39.9921645352591 ], [ -75.137926909143104, 39.9919696748387 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "744 N 38TH ST", "addr_range": "744-748 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1202, "objectid": 2760, "Shape__Area": 190.4921875, "Shape__Length": 75.382595508631454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198159883613698, 39.966912031108002 ], [ -75.198161253801004, 39.966921846505699 ], [ -75.198165751525906, 39.966953797996801 ], [ -75.198174612295702, 39.966952738157403 ], [ -75.198436693436605, 39.966924231013202 ], [ -75.198447588992806, 39.966923056022999 ], [ -75.198441471005495, 39.966882362095198 ], [ -75.198429755720795, 39.966883600847297 ], [ -75.198159883613698, 39.966912031108002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3704 MANTUA AVE", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 976, "objectid": 2761, "Shape__Area": 154.62890625, "Shape__Length": 60.104871817363978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197277570262102, 39.968506482731698 ], [ -75.197335878773799, 39.968521980683001 ], [ -75.197392359008703, 39.968396569226499 ], [ -75.197407041357195, 39.968362093591402 ], [ -75.197338947769694, 39.968369508616803 ], [ -75.197329075929304, 39.968394727106102 ], [ -75.197303737078499, 39.9684512745688 ], [ -75.197277570262102, 39.968506482731698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3914 FOLSOM ST", "addr_range": "3900-3916 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 962, "objectid": 2762, "Shape__Area": 152.4453125, "Shape__Length": 63.073193548624872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200829747604203, 39.966872225266499 ], [ -75.200775350425005, 39.966878705896001 ], [ -75.200814914606696, 39.967052596813097 ], [ -75.200866166850304, 39.967045643543102 ], [ -75.200829747604203, 39.966872225266499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "785 N 38TH ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1198, "objectid": 2763, "Shape__Area": 189.82421875, "Shape__Length": 73.243999154675819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197873695824697, 39.967815845955101 ], [ -75.197881044076794, 39.967857791748798 ], [ -75.197976011673902, 39.967847717898799 ], [ -75.198151612253099, 39.967828797291197 ], [ -75.198144290465606, 39.967786111480102 ], [ -75.197959731628302, 39.967805943768802 ], [ -75.197873695824697, 39.967815845955101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3726 MANTUA AVE", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1327, "objectid": 2764, "Shape__Area": 210.15625, "Shape__Length": 75.996304989950147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197914405015993, 39.968537300321501 ], [ -75.197909481789495, 39.968550150890202 ], [ -75.197903602691596, 39.968563883006397 ], [ -75.197858765285204, 39.968664923758901 ], [ -75.197979744985403, 39.968698596540797 ], [ -75.197961020148199, 39.9685791031294 ], [ -75.197942614580001, 39.968475706077797 ], [ -75.197929900843604, 39.968505197046703 ], [ -75.197914405015993, 39.968537300321501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3705 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1425, "objectid": 2765, "Shape__Area": 225.67578125, "Shape__Length": 82.771417483322452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1970367268394, 39.9681486516156 ], [ -75.197083087187096, 39.9683867234262 ], [ -75.197139552539994, 39.9683804680243 ], [ -75.197119511699796, 39.9682726645485 ], [ -75.197094945745704, 39.968142531663403 ], [ -75.197085112240003, 39.9681432967758 ], [ -75.1970367268394, 39.9681486516156 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3629 HAVERFORD AVE", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1603, "objectid": 2766, "Shape__Area": 253.8515625, "Shape__Length": 91.029723356068729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195583605632393, 39.9639564189211 ], [ -75.195588635283698, 39.963982532152599 ], [ -75.195646063108398, 39.963975686306597 ], [ -75.195596258188303, 39.9637101671374 ], [ -75.195538101363098, 39.963716383137502 ], [ -75.195583605632393, 39.9639564189211 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "813 N 38TH ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1419, "objectid": 2767, "Shape__Area": 224.859375, "Shape__Length": 82.863355097220037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197970425701399, 39.968566353152397 ], [ -75.197978526825594, 39.9686122323536 ], [ -75.198290329525904, 39.968578142188598 ], [ -75.198282068478605, 39.968536514908301 ], [ -75.198118194765897, 39.968552165518602 ], [ -75.197970425701399, 39.968566353152397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3733 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1476, "objectid": 2768, "Shape__Area": 233.75390625, "Shape__Length": 83.384587982210633 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197840467457596, 39.9680595615187 ], [ -75.197865338678099, 39.968181045038598 ], [ -75.197888603499607, 39.968297849937201 ], [ -75.197946864641807, 39.968291198897603 ], [ -75.197934180626007, 39.968225050544397 ], [ -75.197901383059403, 39.968053065956198 ], [ -75.197840467457596, 39.9680595615187 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3729 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1371, "objectid": 2769, "Shape__Area": 217.25, "Shape__Length": 82.624686108631849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197729362277897, 39.968071468455598 ], [ -75.197746052424193, 39.968149730773298 ], [ -75.197761661876299, 39.968233320124199 ], [ -75.1977765956441, 39.968310365753098 ], [ -75.197832153324299, 39.9683042664211 ], [ -75.197792431275104, 39.968103000055699 ], [ -75.197784023609202, 39.968065253706598 ], [ -75.197729362277897, 39.968071468455598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3845 HAVERFORD AVE", "addr_range": "3845 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1652, "objectid": 2770, "Shape__Area": 261.609375, "Shape__Length": 93.320126069148984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1988389720388, 39.9633527745831 ], [ -75.198891328097403, 39.963625989324903 ], [ -75.198948812979197, 39.963619788229202 ], [ -75.198897339619194, 39.963345979560302 ], [ -75.1988389720388, 39.9633527745831 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "781 N 38TH ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1208, "objectid": 2771, "Shape__Area": 191.328125, "Shape__Length": 73.061700832916074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1978597925945, 39.9677347777425 ], [ -75.197862707870001, 39.967752525729601 ], [ -75.197865670474798, 39.967768452935097 ], [ -75.197921193124898, 39.967763305154101 ], [ -75.197993763871196, 39.967754924387002 ], [ -75.198013499452401, 39.967752687343001 ], [ -75.198135325238695, 39.9677397932033 ], [ -75.198130984200901, 39.967718725745002 ], [ -75.1981262734826, 39.967695778675299 ], [ -75.197926429014998, 39.967718753337103 ], [ -75.197858314361198, 39.9677267168993 ], [ -75.1978597925945, 39.9677347777425 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "621 N 37TH ST", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 517, "objectid": 2772, "Shape__Area": 81.9375, "Shape__Length": 42.968102060932466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195796901746604, 39.964065720278199 ], [ -75.195802957178699, 39.964098561625697 ], [ -75.195950947300304, 39.964082205976801 ], [ -75.195944182474804, 39.964048703726398 ], [ -75.195852900556901, 39.964058390209999 ], [ -75.195796901746604, 39.964065720278199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "779 N 38TH ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 3504, "objectid": 2773, "Shape__Area": 554.98046875, "Shape__Length": 110.78396636694588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197748415637193, 39.967730494770599 ], [ -75.197749890847405, 39.967738635737803 ], [ -75.197776773895797, 39.967735719782901 ], [ -75.197858314361198, 39.9677267168993 ], [ -75.197926429014998, 39.967718753337103 ], [ -75.1981262734826, 39.967695778675299 ], [ -75.198109953255695, 39.967607660433302 ], [ -75.197818786751597, 39.967639032976301 ], [ -75.197789212839993, 39.967642228766103 ], [ -75.197775768372196, 39.967643734433203 ], [ -75.197733639441907, 39.967648729564502 ], [ -75.197741087470405, 39.967688016918203 ], [ -75.197748415637193, 39.967730494770599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3715 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1439, "objectid": 2774, "Shape__Area": 228.0234375, "Shape__Length": 82.917713726946246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197328199541701, 39.9681331329068 ], [ -75.1973625749159, 39.968310520985398 ], [ -75.197371617159206, 39.968354777741098 ], [ -75.197429845886703, 39.968348400146603 ], [ -75.197425363372403, 39.968325555429601 ], [ -75.197424625236394, 39.968321203367402 ], [ -75.197384779185398, 39.9681232686995 ], [ -75.197382573105003, 39.9681106145459 ], [ -75.197325242610404, 39.968116496719603 ], [ -75.197328199541701, 39.9681331329068 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3735 HAVERFORD AVE", "addr_range": "3719-3737 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1749, "objectid": 2775, "Shape__Area": 276.9453125, "Shape__Length": 73.68181060118927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197161041251604, 39.963532230457403 ], [ -75.197191847070599, 39.963712552213003 ], [ -75.197284681340406, 39.963701109818501 ], [ -75.197285755552201, 39.963700972438403 ], [ -75.197254118206999, 39.963522113466901 ], [ -75.197161041251604, 39.963532230457403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3910 FOLSOM ST", "addr_range": "3900-3916 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 958, "objectid": 2776, "Shape__Area": 151.7265625, "Shape__Length": 62.892815162415516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200711498997805, 39.967047221352999 ], [ -75.200715733955505, 39.967062773089701 ], [ -75.200766416597602, 39.967057581287698 ], [ -75.200724425784799, 39.966884764495298 ], [ -75.200669102404106, 39.966891337122497 ], [ -75.200711498997805, 39.967047221352999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "805 N 38TH ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1388, "objectid": 2777, "Shape__Area": 219.87890625, "Shape__Length": 82.255350685142105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197940485224805, 39.9683896279642 ], [ -75.197947771856704, 39.968433216716001 ], [ -75.197990771442406, 39.968428498547802 ], [ -75.198068730503095, 39.968420028526602 ], [ -75.198178015527901, 39.968408644800199 ], [ -75.198257749886295, 39.968400327660099 ], [ -75.198249538585102, 39.968357314834499 ], [ -75.197940485224805, 39.9683896279642 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "809 N 38TH ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1414, "objectid": 2778, "Shape__Area": 224.015625, "Shape__Length": 82.781568505241538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1979550681571, 39.968476579529799 ], [ -75.197961485328307, 39.968519342541903 ], [ -75.198274087532297, 39.968487929981698 ], [ -75.198265926942199, 39.968443628946098 ], [ -75.198145899478007, 39.968456031652501 ], [ -75.1979550681571, 39.968476579529799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3716 BROWN ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1054, "objectid": 2779, "Shape__Area": 166.9609375, "Shape__Length": 66.90037748770412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197544652669905, 39.967786974723403 ], [ -75.197548282061703, 39.967808558871702 ], [ -75.197573419886396, 39.967947457639703 ], [ -75.197628927138197, 39.967942132155699 ], [ -75.197623848099198, 39.967911165122999 ], [ -75.197613271224398, 39.967860346462601 ], [ -75.197602019158893, 39.967803531903002 ], [ -75.197597488854996, 39.967781896181002 ], [ -75.197593129338102, 39.9677551852864 ], [ -75.197539309322707, 39.967762451207697 ], [ -75.1975431884903, 39.967777979844598 ], [ -75.197544652669905, 39.967786974723403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3803 RENO ST", "addr_range": "820-822 N 38TH ST; 3801-3803 RENO ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 974, "objectid": 2780, "Shape__Area": 154.34765625, "Shape__Length": 66.381540693734806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198839974520496, 39.968455490786297 ], [ -75.198791139507904, 39.968460530930003 ], [ -75.198825211671505, 39.968648873374299 ], [ -75.198875908387194, 39.9686433430116 ], [ -75.198839974520496, 39.968455490786297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "783 N 38TH ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1150, "objectid": 2781, "Shape__Area": 182.140625, "Shape__Length": 72.648757808522674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197867252766002, 39.967773775232303 ], [ -75.197873716884899, 39.967815846423498 ], [ -75.197959731019495, 39.967805959973298 ], [ -75.198144290465606, 39.967786111480102 ], [ -75.198136562487306, 39.967746445816502 ], [ -75.198075096672497, 39.967752010234101 ], [ -75.198015954393597, 39.967758158791597 ], [ -75.197992667965195, 39.967760687174 ], [ -75.197867252766002, 39.967773775232303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3727 HAVERFORD AVE", "addr_range": "3719-3737 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1599, "objectid": 2782, "Shape__Area": 253.2578125, "Shape__Length": 89.999417736450241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196872274860894, 39.963563749132902 ], [ -75.196912185331698, 39.963825631754197 ], [ -75.196972253132301, 39.963820971271403 ], [ -75.196929875956897, 39.963557794002199 ], [ -75.196872274860894, 39.963563749132902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "807 N 38TH ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1400, "objectid": 2783, "Shape__Area": 221.71484375, "Shape__Length": 82.475697881594471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197947771856704, 39.968433216716001 ], [ -75.1979550681571, 39.968476579529799 ], [ -75.198145899478007, 39.968456031652501 ], [ -75.198265926942199, 39.968443628946098 ], [ -75.198257749886295, 39.968400327660099 ], [ -75.198178015527901, 39.968408644800199 ], [ -75.198068730503095, 39.968420028526602 ], [ -75.197990771442406, 39.968428498547802 ], [ -75.197947771856704, 39.968433216716001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3737 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1376, "objectid": 2784, "Shape__Area": 217.953125, "Shape__Length": 82.327954835694385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197961420714705, 39.968045907516498 ], [ -75.197989636443907, 39.968197752707098 ], [ -75.197998630731206, 39.968243265241497 ], [ -75.198006905421806, 39.968284554973501 ], [ -75.198060643006002, 39.968278962862598 ], [ -75.198048943216307, 39.968210645167801 ], [ -75.198016964823196, 39.968040194329902 ], [ -75.197961420714705, 39.968045907516498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1905 N TAYLOR ST", "addr_range": "1905-1907 N TAYLOR ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 706, "objectid": 2785, "Shape__Area": 111.859375, "Shape__Length": 51.468987262726159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174183314372897, 39.984104611226599 ], [ -75.174362178008394, 39.984128614383799 ], [ -75.174370469958802, 39.9840906452932 ], [ -75.174191766676898, 39.984067419715501 ], [ -75.174183314372897, 39.984104611226599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3727 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1436, "objectid": 2786, "Shape__Area": 227.453125, "Shape__Length": 83.136328384768419 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197682526389997, 39.968130923801702 ], [ -75.197696140931001, 39.968195673802498 ], [ -75.197708060546901, 39.968258692208401 ], [ -75.197718371243496, 39.9683166300916 ], [ -75.1977765956441, 39.968310365753098 ], [ -75.197761661876299, 39.968233320124199 ], [ -75.197746052424193, 39.968149730773298 ], [ -75.197729362277897, 39.968071468455598 ], [ -75.197672005801294, 39.968078043997899 ], [ -75.197682526389997, 39.968130923801702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "615 N 37TH ST", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 520, "objectid": 2787, "Shape__Area": 82.45703125, "Shape__Length": 43.263687325357658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195928411739203, 39.963963353494499 ], [ -75.195924882705, 39.963943012196999 ], [ -75.195776346159306, 39.963960548574299 ], [ -75.195780208650802, 39.963980397241997 ], [ -75.195782876840795, 39.963994109595703 ], [ -75.195930754424595, 39.963976817128398 ], [ -75.195928411739203, 39.963963353494499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3741 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1423, "objectid": 2788, "Shape__Area": 225.3671875, "Shape__Length": 82.953031372649662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198074321809401, 39.968033603311 ], [ -75.198108845483105, 39.968207093967898 ], [ -75.198119788901707, 39.968272137697099 ], [ -75.198178048173105, 39.968265535153897 ], [ -75.198151118473902, 39.968126887723599 ], [ -75.198136277588006, 39.968046829451502 ], [ -75.198131655145204, 39.968027641540701 ], [ -75.198074321809401, 39.968033603311 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "623 N 37TH ST", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 541, "objectid": 2789, "Shape__Area": 85.78125, "Shape__Length": 43.559603192940614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195802957178699, 39.964098561625697 ], [ -75.195809732369597, 39.964133997677003 ], [ -75.195957132895501, 39.964117162171597 ], [ -75.195950947300304, 39.964082205976801 ], [ -75.195802957178699, 39.964098561625697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3713 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1464, "objectid": 2790, "Shape__Area": 231.875, "Shape__Length": 83.251407279139627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197294495662504, 39.968270158648203 ], [ -75.197298261609205, 39.968288699541503 ], [ -75.197312480216596, 39.968361360352901 ], [ -75.197371617159206, 39.968354777741098 ], [ -75.1973625749159, 39.968310520985398 ], [ -75.197328199541701, 39.9681331329068 ], [ -75.197325242610404, 39.968116496719603 ], [ -75.197266091980495, 39.968123417776702 ], [ -75.197294495662504, 39.968270158648203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "619 N 37TH ST", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 555, "objectid": 2791, "Shape__Area": 87.91015625, "Shape__Length": 43.962400235541651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1957899673166, 39.964029505815098 ], [ -75.195796901746604, 39.964065720278199 ], [ -75.195852900556901, 39.964058390209999 ], [ -75.195944182474804, 39.964048703726398 ], [ -75.195938085168805, 39.964011960096599 ], [ -75.1957899673166, 39.964029505815098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "740 N 38TH ST", "addr_range": "740 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1232, "objectid": 2792, "Shape__Area": 195.09765625, "Shape__Length": 70.984952641909445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198378729707898, 39.966717771263497 ], [ -75.198369862396703, 39.966672181392497 ], [ -75.198115970723705, 39.966700160509497 ], [ -75.198122699863106, 39.966747459811501 ], [ -75.198378729707898, 39.966717771263497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "613 N 37TH ST", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 524, "objectid": 2793, "Shape__Area": 82.96875, "Shape__Length": 45.141761543148725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195758916826094, 39.9639304363509 ], [ -75.19576502004, 39.963962037177701 ], [ -75.195776346159306, 39.963960548574299 ], [ -75.195924882705, 39.963943012196999 ], [ -75.195917555321302, 39.963911673352598 ], [ -75.195853526266106, 39.963919195000301 ], [ -75.195761821159394, 39.963930082039198 ], [ -75.195758916826094, 39.9639304363509 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3731 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1399, "objectid": 2794, "Shape__Area": 221.609375, "Shape__Length": 82.842265834145138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197784023609202, 39.968065253706598 ], [ -75.197792431275104, 39.968103000055699 ], [ -75.197832153324299, 39.9683042664211 ], [ -75.197888603499607, 39.968297849937201 ], [ -75.197865338678099, 39.968181045038598 ], [ -75.197840467457596, 39.9680595615187 ], [ -75.197784023609202, 39.968065253706598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3722 MANTUA AVE", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1890, "objectid": 2795, "Shape__Area": 299.40234375, "Shape__Length": 110.56677063207226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197753681160407, 39.968635327371999 ], [ -75.197805734280294, 39.968651170681397 ], [ -75.197901195598604, 39.9684377904439 ], [ -75.197926639314602, 39.968378407023998 ], [ -75.197915056539998, 39.968306416712302 ], [ -75.197899824461004, 39.968308092571398 ], [ -75.197884357442305, 39.968340053222398 ], [ -75.197854154593799, 39.968407357841897 ], [ -75.197753681160407, 39.968635327371999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3743 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1372, "objectid": 2796, "Shape__Area": 217.4140625, "Shape__Length": 82.125644720234476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198136277588006, 39.968046829451502 ], [ -75.198151118473902, 39.968126887723599 ], [ -75.198178048173105, 39.968265535153897 ], [ -75.198224401146703, 39.968260199506098 ], [ -75.198231806911394, 39.9682593478691 ], [ -75.198197928361196, 39.968068705639602 ], [ -75.198188073023502, 39.968022108984698 ], [ -75.198179851863898, 39.968022909147102 ], [ -75.198131655145204, 39.968027641540701 ], [ -75.198136277588006, 39.968046829451502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3703 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1452, "objectid": 2797, "Shape__Area": 229.97265625, "Shape__Length": 83.250190439055359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196979376320797, 39.968155064766101 ], [ -75.197006143402803, 39.968297384110599 ], [ -75.197023037087902, 39.968394139727003 ], [ -75.197083087187096, 39.9683867234262 ], [ -75.1970367268394, 39.9681486516156 ], [ -75.196979376320797, 39.968155064766101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "801 N 38TH ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1309, "objectid": 2798, "Shape__Area": 207.44140625, "Shape__Length": 81.251281063328818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197927614762804, 39.968304503881903 ], [ -75.1979304036701, 39.9683255854805 ], [ -75.197933237293796, 39.968345009321503 ], [ -75.198095380640694, 39.968327965388703 ], [ -75.198164368358405, 39.968320747300503 ], [ -75.198207341243403, 39.9683167375509 ], [ -75.198241374299201, 39.968313674151403 ], [ -75.198234054885305, 39.968270891093098 ], [ -75.198226315026602, 39.968272282210897 ], [ -75.198019018937202, 39.968294479569799 ], [ -75.197927614762804, 39.968304503881903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "803 N 38TH ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1427, "objectid": 2799, "Shape__Area": 226.13671875, "Shape__Length": 82.260093298716214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197933237293796, 39.968345009321503 ], [ -75.197940485224805, 39.9683896279642 ], [ -75.198249538585102, 39.968357314834499 ], [ -75.198241374299201, 39.968313674151403 ], [ -75.198207341243403, 39.9683167375509 ], [ -75.198164368358405, 39.968320747300503 ], [ -75.198095380640694, 39.968327965388703 ], [ -75.197933237293796, 39.968345009321503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3725 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1399, "objectid": 2800, "Shape__Area": 221.6328125, "Shape__Length": 82.52933436278154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197616440329895, 39.968084916138501 ], [ -75.1976448303556, 39.968231479105 ], [ -75.197656117110697, 39.968287342065601 ], [ -75.1976628009065, 39.968323034528503 ], [ -75.1976807245142, 39.9683210320391 ], [ -75.197698658950898, 39.968318803635299 ], [ -75.197718371243496, 39.9683166300916 ], [ -75.197708060546901, 39.968258692208401 ], [ -75.197696140931001, 39.968195673802498 ], [ -75.197682526389997, 39.968130923801702 ], [ -75.197672005801294, 39.968078043997899 ], [ -75.197616440329895, 39.968084916138501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3720 BROWN ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1000, "objectid": 2801, "Shape__Area": 158.4609375, "Shape__Length": 65.786205882228742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197650865997403, 39.967762482026799 ], [ -75.197653029848198, 39.967775700166001 ], [ -75.197655772056905, 39.967797523164201 ], [ -75.19765648664, 39.967802471166799 ], [ -75.197683572071199, 39.9679363513767 ], [ -75.197734652317394, 39.967930668778997 ], [ -75.197707760430106, 39.967791634628703 ], [ -75.197704116687007, 39.9677698077966 ], [ -75.197698837895402, 39.9677441567651 ], [ -75.197653148504799, 39.967749105106002 ], [ -75.197650219822606, 39.967755682176303 ], [ -75.197650865997403, 39.967762482026799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "777 N 38TH ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1433, "objectid": 2802, "Shape__Area": 226.97265625, "Shape__Length": 84.58884249164123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197781891415502, 39.967599508695997 ], [ -75.197789212839993, 39.967642228766103 ], [ -75.197818786751597, 39.967639032976301 ], [ -75.198109953255695, 39.967607660433302 ], [ -75.1981026248761, 39.967565182603998 ], [ -75.197918097485299, 39.967584162259499 ], [ -75.197781891415502, 39.967599508695997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "617 N 37TH ST", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 545, "objectid": 2803, "Shape__Area": 86.42578125, "Shape__Length": 43.706549076390708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195782876840795, 39.963994109595703 ], [ -75.1957899673166, 39.964029505815098 ], [ -75.195938085168805, 39.964011960096599 ], [ -75.195930754424595, 39.963976817128398 ], [ -75.195782876840795, 39.963994109595703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3700 MANTUA AVE", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1457, "objectid": 2804, "Shape__Area": 230.734375, "Shape__Length": 73.560396146674947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196967106361797, 39.968410191895501 ], [ -75.196970201922298, 39.968422576626502 ], [ -75.197190137182304, 39.9684827431076 ], [ -75.197228141282196, 39.968397413685501 ], [ -75.197235003285499, 39.968380931072502 ], [ -75.196967106361797, 39.968410191895501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "820 N 38TH ST", "addr_range": "820-822 N 38TH ST; 3801-3803 RENO ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1260, "objectid": 2805, "Shape__Area": 199.54296875, "Shape__Length": 76.215649946086316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198724896804507, 39.968467149993998 ], [ -75.198442690928104, 39.968499739765697 ], [ -75.1984497694108, 39.968541646176703 ], [ -75.198733569926603, 39.968510689323203 ], [ -75.198724896804507, 39.968467149993998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "819 N 38TH ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 2048, "objectid": 2806, "Shape__Area": 324.42578125, "Shape__Length": 93.965884983537549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197990401485896, 39.968699865204798 ], [ -75.1979912382496, 39.968701593023603 ], [ -75.198255297028894, 39.968774586993497 ], [ -75.198308257551702, 39.968789660067301 ], [ -75.198328536306093, 39.968796413565201 ], [ -75.198319702108904, 39.968746568983903 ], [ -75.198306445731404, 39.9686717042377 ], [ -75.198241988597601, 39.968677137368502 ], [ -75.198073662764003, 39.968692496998599 ], [ -75.197990401485896, 39.968699865204798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3801 RENO ST", "addr_range": "820-822 N 38TH ST; 3801-3803 RENO ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1012, "objectid": 2807, "Shape__Area": 160.19140625, "Shape__Length": 66.893213100599368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198739029726397, 39.968466835332599 ], [ -75.198774494424796, 39.968654950168698 ], [ -75.198825211671505, 39.968648873374299 ], [ -75.198791209292295, 39.968460886576899 ], [ -75.198738853527999, 39.968465945726301 ], [ -75.198739029726397, 39.968466835332599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "770 N DE KALB ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1049, "objectid": 2808, "Shape__Area": 166.1328125, "Shape__Length": 69.033972941576096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197513203928096, 39.967626432144002 ], [ -75.197520631130899, 39.967666332636902 ], [ -75.197776011627397, 39.967637259808498 ], [ -75.197769433083295, 39.967598797296901 ], [ -75.1976995703901, 39.96760591548 ], [ -75.197513203928096, 39.967626432144002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3717 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1400, "objectid": 2809, "Shape__Area": 221.75390625, "Shape__Length": 82.731876437251884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197382573105003, 39.9681106145459 ], [ -75.197384779185398, 39.9681232686995 ], [ -75.197424625236394, 39.968321203367402 ], [ -75.197425363372403, 39.968325555429601 ], [ -75.197429845886703, 39.968348400146603 ], [ -75.197485398710299, 39.9683424630541 ], [ -75.197459982403501, 39.9682115373827 ], [ -75.197439950779398, 39.968103476489802 ], [ -75.197382573105003, 39.9681106145459 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3735 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1484, "objectid": 2810, "Shape__Area": 235.1484375, "Shape__Length": 83.505773044536539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197901383059403, 39.968053065956198 ], [ -75.197934180626007, 39.968225050544397 ], [ -75.197946864641807, 39.968291198897603 ], [ -75.198006905421806, 39.968284554973501 ], [ -75.197998630731206, 39.968243265241497 ], [ -75.197989636443907, 39.968197752707098 ], [ -75.197961420714705, 39.968045907516498 ], [ -75.197901383059403, 39.968053065956198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3707 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1433, "objectid": 2811, "Shape__Area": 227.078125, "Shape__Length": 82.898925611673164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197119511699796, 39.9682726645485 ], [ -75.197139552539994, 39.9683804680243 ], [ -75.197148488207304, 39.968379601840397 ], [ -75.197197791020898, 39.968373832174699 ], [ -75.197185757370903, 39.968314389965599 ], [ -75.197162853478304, 39.968187420567801 ], [ -75.197152313767504, 39.968135652123898 ], [ -75.197094945745704, 39.968142531663403 ], [ -75.197119511699796, 39.9682726645485 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3719 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1572, "objectid": 2812, "Shape__Area": 249.0234375, "Shape__Length": 84.317898390355651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197459982403501, 39.9682115373827 ], [ -75.197485398710299, 39.9683424630541 ], [ -75.197548105094398, 39.968335717385798 ], [ -75.197545079047202, 39.9683214799485 ], [ -75.197534689783296, 39.968265636939897 ], [ -75.197524279347107, 39.968210389024001 ], [ -75.197508765245502, 39.968124269927998 ], [ -75.197502670241406, 39.968096377046599 ], [ -75.197439950779398, 39.968103476489802 ], [ -75.197459982403501, 39.9682115373827 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "815 N 38TH ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1364, "objectid": 2813, "Shape__Area": 216.11328125, "Shape__Length": 82.53130686834379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197978526825594, 39.9686122323536 ], [ -75.197984156075194, 39.968652560440397 ], [ -75.1980737068059, 39.968643913035301 ], [ -75.198297612770503, 39.968621858780203 ], [ -75.198290329525904, 39.968578142188598 ], [ -75.197978526825594, 39.9686122323536 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2148 N ORKNEY ST", "addr_range": "2148-2152 N ORKNEY ST; 2147-2149 N 5TH ST", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 580, "objectid": 2814, "Shape__Area": 91.90625, "Shape__Length": 41.008665211874494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141535122489799, 39.983984936394599 ], [ -75.141598532242696, 39.983992053107499 ], [ -75.141601700548307, 39.983976165306601 ], [ -75.141640173561299, 39.983981634013801 ], [ -75.141652681649305, 39.983937507797798 ], [ -75.141548222584106, 39.983924849418003 ], [ -75.141535122489799, 39.983984936394599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2142 N 3RD ST", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 763, "objectid": 2815, "Shape__Area": 121.01171875, "Shape__Length": 54.517988877590376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139223545521901, 39.983549461874297 ], [ -75.139415912021704, 39.9835734872754 ], [ -75.139423755435004, 39.983535172182101 ], [ -75.1392316110298, 39.983511892484998 ], [ -75.139223545521901, 39.983549461874297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2146 N 3RD ST", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 762, "objectid": 2816, "Shape__Area": 120.765625, "Shape__Length": 54.546968963043533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139207627159095, 39.983625588505397 ], [ -75.139399869229706, 39.983650144503599 ], [ -75.139407926598594, 39.983612236134199 ], [ -75.139215362938899, 39.983587882769797 ], [ -75.139207627159095, 39.983625588505397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2132 N 3RD ST", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 750, "objectid": 2817, "Shape__Area": 118.87109375, "Shape__Length": 53.949945561355555 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139265373090197, 39.983357570115103 ], [ -75.139455815374603, 39.983382003101603 ], [ -75.139462849916299, 39.9833440399278 ], [ -75.139273561935497, 39.983320051283499 ], [ -75.139265373090197, 39.983357570115103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2128 N 3RD ST", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 739, "objectid": 2818, "Shape__Area": 117.22265625, "Shape__Length": 53.5557728691793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139281954631102, 39.983283231777598 ], [ -75.1394707708628, 39.983305869858498 ], [ -75.139478031122493, 39.983268524513903 ], [ -75.1392894604068, 39.983245535222601 ], [ -75.139281954631102, 39.983283231777598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "304 W SUSQUEHANNA AVE", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 1313, "objectid": 2819, "Shape__Area": 208.0703125, "Shape__Length": 77.749215737798011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139356082957306, 39.9838019809212 ], [ -75.139299272950694, 39.983794337322699 ], [ -75.139296699651595, 39.983810028668898 ], [ -75.139252345528305, 39.984014775528301 ], [ -75.139308982281094, 39.984022543149997 ], [ -75.139354847597403, 39.983811173889897 ], [ -75.139356082957306, 39.9838019809212 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2150 N 3RD ST", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 780, "objectid": 2820, "Shape__Area": 123.6875, "Shape__Length": 54.898820292991928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139191423665295, 39.9837020321159 ], [ -75.139384507070304, 39.983727041567398 ], [ -75.139392453470705, 39.983688211630998 ], [ -75.139199856670899, 39.983663648454197 ], [ -75.139191423665295, 39.9837020321159 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1935 N 4TH ST", "addr_range": "1935, 1939, 1943-1945 N 4TH ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 792, "objectid": 2821, "Shape__Area": 125.52734375, "Shape__Length": 57.765518404175239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140744576181703, 39.980503753787303 ], [ -75.140539102018394, 39.980474773192299 ], [ -75.140536288381995, 39.980474385748401 ], [ -75.140527838473801, 39.980511044544002 ], [ -75.140736002377594, 39.980539280797302 ], [ -75.140744576181703, 39.980503753787303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2138 N 3RD ST", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 764, "objectid": 2822, "Shape__Area": 121.078125, "Shape__Length": 54.218004340082395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139239801633906, 39.983472714010603 ], [ -75.139431154555993, 39.983497506531002 ], [ -75.139438564238503, 39.983458986949998 ], [ -75.139249581960001, 39.983434715998797 ], [ -75.139239801633906, 39.983472714010603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2154 N 3RD ST", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 800, "objectid": 2823, "Shape__Area": 126.80078125, "Shape__Length": 55.190856810483695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139356082957306, 39.9838019809212 ], [ -75.139368259721806, 39.983803015669103 ], [ -75.139376345571705, 39.983764367308197 ], [ -75.139183956244906, 39.983738179779202 ], [ -75.139174807409603, 39.983778304150697 ], [ -75.139238201934504, 39.983786355290903 ], [ -75.139299272950694, 39.983794337322699 ], [ -75.139356082957306, 39.9838019809212 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1943 N 4TH ST", "addr_range": "1935, 1939, 1943-1945 N 4TH ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 932, "objectid": 2824, "Shape__Area": 147.95703125, "Shape__Length": 60.12541172398808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140498805100805, 39.980626448724202 ], [ -75.140497102036903, 39.980634742658097 ], [ -75.1404893906561, 39.980668548486904 ], [ -75.140700036589394, 39.9806987432911 ], [ -75.140709491277207, 39.980656659746501 ], [ -75.140498805100805, 39.980626448724202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2136 N 3RD ST", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 759, "objectid": 2825, "Shape__Area": 120.328125, "Shape__Length": 53.988994466409665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139249581960001, 39.983434715998797 ], [ -75.139438564238503, 39.983458986949998 ], [ -75.139446980360603, 39.983421038083897 ], [ -75.139257580529602, 39.983396144949801 ], [ -75.139249581960001, 39.983434715998797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2127 N LEITHGOW ST", "addr_range": "2125-2127 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 617, "objectid": 2826, "Shape__Area": 97.77734375, "Shape__Length": 41.968653020640964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140644116669705, 39.983255968169097 ], [ -75.140523366680199, 39.983240343487502 ], [ -75.140521030791504, 39.983240048000603 ], [ -75.140509557229606, 39.983287260206602 ], [ -75.140525402386004, 39.983289361258898 ], [ -75.140634624569003, 39.9833034353749 ], [ -75.140644116669705, 39.983255968169097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1508 GERMANTOWN AVE", "addr_range": "1511 N 4TH ST; 1508-1512 GERMANTOWN AVE", "zipcode": 19122, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 529, "objectid": 2827, "Shape__Area": 83.7890625, "Shape__Length": 39.70319856360107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141947182238297, 39.973942959221503 ], [ -75.141959508779294, 39.973986409169598 ], [ -75.142060571645303, 39.973968137527002 ], [ -75.142070135415196, 39.973969499180903 ], [ -75.142071050315295, 39.973934781051497 ], [ -75.142059146706004, 39.973933753659701 ], [ -75.142058991307806, 39.973927430356198 ], [ -75.142058846581094, 39.973923574294801 ], [ -75.141947182238297, 39.973942959221503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1510 GERMANTOWN AVE", "addr_range": "1511 N 4TH ST; 1508-1512 GERMANTOWN AVE", "zipcode": 19122, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 394, "objectid": 2828, "Shape__Area": 62.52734375, "Shape__Length": 33.494727051341187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141959508779294, 39.973986409169598 ], [ -75.141970470270394, 39.974024539990403 ], [ -75.141973107002997, 39.974024068314101 ], [ -75.142061863255407, 39.9740081596659 ], [ -75.142060571645303, 39.973968137527002 ], [ -75.141959508779294, 39.973986409169598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "408 W BERKS ST", "addr_range": "406-408 W BERKS ST", "zipcode": 19122, "district": "7", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1130, "objectid": 2829, "Shape__Area": 179.10546875, "Shape__Length": 71.576565758843202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141349159489494, 39.979568306952999 ], [ -75.141402087976402, 39.979575409069703 ], [ -75.1414229466492, 39.979483515778597 ], [ -75.1414464421281, 39.979373161001597 ], [ -75.141393839235306, 39.979365727518498 ], [ -75.141349159489494, 39.979568306952999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2125 N ORIANNA ST", "addr_range": "2125-2137 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 644, "objectid": 2830, "Shape__Area": 102.1484375, "Shape__Length": 47.174638766483064 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139532581493398, 39.983073795524099 ], [ -75.139690620727805, 39.983094057295297 ], [ -75.139698681543194, 39.983055504756898 ], [ -75.139540186820597, 39.983034571283397 ], [ -75.139532581493398, 39.983073795524099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2131 N ORIANNA ST", "addr_range": "2125-2137 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 530, "objectid": 2831, "Shape__Area": 84.09375, "Shape__Length": 44.94855451832246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139510273996393, 39.983182565088299 ], [ -75.139667060838306, 39.983202719109102 ], [ -75.139673981652706, 39.983170941564303 ], [ -75.139516791262395, 39.983149861130698 ], [ -75.139510273996393, 39.983182565088299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2127 N ORIANNA ST", "addr_range": "2125-2137 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 534, "objectid": 2832, "Shape__Area": 84.6796875, "Shape__Length": 45.029941411426222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139523790724397, 39.9831160391591 ], [ -75.139680668649007, 39.983137628764098 ], [ -75.139687656845098, 39.983104646281497 ], [ -75.139530547918795, 39.9830841623914 ], [ -75.139523790724397, 39.9831160391591 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2112 N 3RD ST", "addr_range": "2112 N 3RD ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 847, "objectid": 2833, "Shape__Area": 134.28515625, "Shape__Length": 57.109929382113677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139350834327203, 39.982959416685198 ], [ -75.139551418571202, 39.982984951532003 ], [ -75.139555779955899, 39.9829598229922 ], [ -75.139559337411001, 39.982944670313401 ], [ -75.139359374899897, 39.982918778399103 ], [ -75.139350834327203, 39.982959416685198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2129 N ORIANNA ST", "addr_range": "2125-2137 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 553, "objectid": 2834, "Shape__Area": 87.609375, "Shape__Length": 45.379093524427823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139516791262395, 39.983149861130698 ], [ -75.139673981652706, 39.983170941564303 ], [ -75.139680668649007, 39.983137628764098 ], [ -75.139523790724397, 39.9831160391591 ], [ -75.139516791262395, 39.983149861130698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "313 W NORRIS ST", "addr_range": "313 W NORRIS ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 820, "objectid": 2835, "Shape__Area": 130.04296875, "Shape__Length": 56.011269419270477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140316801855306, 39.981139470197803 ], [ -75.140263500538495, 39.981133293488703 ], [ -75.140259903600494, 39.981157100512 ], [ -75.140233667084601, 39.981282546167698 ], [ -75.140286038275605, 39.981290040657001 ], [ -75.140316801855306, 39.981139470197803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "439-45 W BERKS ST", "addr_range": "433, 437-447 W BERKS ST", "zipcode": 19122, "district": "7", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 5313, "objectid": 2836, "Shape__Area": 841.7578125, "Shape__Length": 119.86969334775391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142421071706906, 39.980043833174797 ], [ -75.142394105666796, 39.980167682259001 ], [ -75.142625280174897, 39.980124865242402 ], [ -75.142670738944105, 39.979927042468603 ], [ -75.142452770014899, 39.979898795950497 ], [ -75.1424225472947, 39.980035966540001 ], [ -75.142421071706906, 39.980043833174797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "437 W BERKS ST", "addr_range": "433, 437-447 W BERKS ST", "zipcode": 19122, "district": "7", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 741, "objectid": 2837, "Shape__Area": 117.44921875, "Shape__Length": 52.916347086440496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142370231243504, 39.980034682304698 ], [ -75.142388122279101, 39.980031493749301 ], [ -75.1424225472947, 39.980035966540001 ], [ -75.142452517864896, 39.979899902983703 ], [ -75.142452770014899, 39.979898795950497 ], [ -75.142401603797097, 39.979892153344302 ], [ -75.142370231243504, 39.980034682304698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1804 N FRANKLIN ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1839, "objectid": 2838, "Shape__Area": 291.40234375, "Shape__Length": 90.204931474669337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147336673343602, 39.979268531786097 ], [ -75.147666337378297, 39.979315034642298 ], [ -75.1476772051372, 39.979262729953497 ], [ -75.147348481292596, 39.979214621202097 ], [ -75.147336673343602, 39.979268531786097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1808 N FRANKLIN ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1928, "objectid": 2839, "Shape__Area": 305.5703125, "Shape__Length": 90.907456163706243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1473127974633, 39.9793775733446 ], [ -75.147641377407396, 39.979424536423302 ], [ -75.147654443455806, 39.979368444138601 ], [ -75.1473248865138, 39.979322379776796 ], [ -75.1473127974633, 39.9793775733446 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1803 N 8TH ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1086, "objectid": 2840, "Shape__Area": 172.08203125, "Shape__Length": 71.42682298656743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147695605851595, 39.979245125897002 ], [ -75.147961914935607, 39.979282114493799 ], [ -75.147969891080606, 39.9792429468732 ], [ -75.147731102056298, 39.979210144068603 ], [ -75.147703456133797, 39.9792081467196 ], [ -75.147695605851595, 39.979245125897002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1817 N 8TH ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1122, "objectid": 2841, "Shape__Area": 177.8515625, "Shape__Length": 71.873686808492394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147647443307406, 39.979476740356901 ], [ -75.147911721029004, 39.979513183820401 ], [ -75.147920369625794, 39.979473401636099 ], [ -75.147654316246999, 39.979435742091503 ], [ -75.147647443307406, 39.979476740356901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1810 N FRANKLIN ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1865, "objectid": 2842, "Shape__Area": 295.5078125, "Shape__Length": 90.32714812262752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147300858856198, 39.979432110776301 ], [ -75.147630010869094, 39.979477844348402 ], [ -75.147641377407396, 39.979424536423302 ], [ -75.1473127974633, 39.9793775733446 ], [ -75.147300858856198, 39.979432110776301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1821 N 8TH ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1163, "objectid": 2843, "Shape__Area": 184.2578125, "Shape__Length": 72.181551956359527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147629585877397, 39.979558354423197 ], [ -75.147894108059006, 39.9795944475607 ], [ -75.147903145511094, 39.9795527090684 ], [ -75.147638212557396, 39.9795164282312 ], [ -75.147629585877397, 39.979558354423197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "741 W MONTGOMERY AVE", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 849, "objectid": 2844, "Shape__Area": 134.49609375, "Shape__Length": 59.079534779427945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147865998406601, 39.979220070450197 ], [ -75.147914972753995, 39.979227031241003 ], [ -75.147951503492493, 39.979064372057998 ], [ -75.147900932379898, 39.979058067058403 ], [ -75.147865998406601, 39.979220070450197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1806 N FRANKLIN ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1860, "objectid": 2845, "Shape__Area": 294.72265625, "Shape__Length": 90.409198727600383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1473248865138, 39.979322379776796 ], [ -75.147654443455806, 39.979368444138601 ], [ -75.147666337378297, 39.979315034642298 ], [ -75.147336673343602, 39.979268531786097 ], [ -75.1473248865138, 39.979322379776796 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1802 N FRANKLIN ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1958, "objectid": 2846, "Shape__Area": 310.26171875, "Shape__Length": 91.227868646822671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147348481292596, 39.979214621202097 ], [ -75.1476772051372, 39.979262729953497 ], [ -75.147690700883402, 39.9792047138193 ], [ -75.147365226524698, 39.979160418031498 ], [ -75.147360494742401, 39.979159779117097 ], [ -75.147348481292596, 39.979214621202097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1819 N 8TH ST", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1102, "objectid": 2847, "Shape__Area": 174.7109375, "Shape__Length": 71.528560161675927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147638212557396, 39.9795164282312 ], [ -75.147903145511094, 39.9795527090684 ], [ -75.147911721029004, 39.979513183820401 ], [ -75.147647443307406, 39.979476740356901 ], [ -75.147638212557396, 39.9795164282312 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1939 N 7TH ST", "addr_range": "1937-1947 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2190, "objectid": 2848, "Shape__Area": 347.0859375, "Shape__Length": 90.859411253333732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145692324335997, 39.981401986716598 ], [ -75.145697373611199, 39.9814025049563 ], [ -75.145857575879106, 39.981420389930697 ], [ -75.146010990887802, 39.981435494200099 ], [ -75.146023210078596, 39.981369856353801 ], [ -75.145704773779599, 39.981336338804901 ], [ -75.145697220571094, 39.981379738984799 ], [ -75.145692324335997, 39.981401986716598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2028 GERMANTOWN AVE", "addr_range": "2014-2028 GERMANTOWN AVE", "zipcode": 19122, "district": "7", "year": "2001", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 4490, "objectid": 2849, "Shape__Area": 711.390625, "Shape__Length": 107.46812847220407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144007875413493, 39.982083650432003 ], [ -75.144029017606101, 39.982295559754199 ], [ -75.144235019126796, 39.982283649445797 ], [ -75.144265429141896, 39.982116402996297 ], [ -75.144007875413493, 39.982083650432003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "537 W BERKS ST", "addr_range": "537, 541-543 W BERKS ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1049, "objectid": 2850, "Shape__Area": 169.36328125, "Shape__Length": 69.665909179299831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144336950831701, 39.980341802423503 ], [ -75.144334849151704, 39.9803512487698 ], [ -75.144391176417898, 39.980340791861302 ], [ -75.144393231096601, 39.980331440856297 ], [ -75.144432088879995, 39.980154826344503 ], [ -75.144379897176904, 39.980148161346001 ], [ -75.144336950831701, 39.980341802423503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "541 W BERKS ST", "addr_range": "537, 541-543 W BERKS ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 871, "objectid": 2851, "Shape__Area": 141.55859375, "Shape__Length": 59.744061130154407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144450061457505, 39.980320997143998 ], [ -75.144447979575801, 39.980330507914097 ], [ -75.144472202380797, 39.980326124773903 ], [ -75.144504762274295, 39.980320207256298 ], [ -75.144506891869995, 39.980310551603203 ], [ -75.144536657787995, 39.980175900256597 ], [ -75.144538281893404, 39.980168521721602 ], [ -75.1444851822381, 39.980161496472697 ], [ -75.144450061457505, 39.980320997143998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "543 W BERKS ST", "addr_range": "537, 541-543 W BERKS ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1245, "objectid": 2852, "Shape__Area": 214.79296875, "Shape__Length": 62.464564478472333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144506891869995, 39.980310551603203 ], [ -75.144504784654401, 39.980320142890903 ], [ -75.144504761031001, 39.980320239664799 ], [ -75.144608020963204, 39.980301159495099 ], [ -75.144609853018906, 39.980291626832503 ], [ -75.144631177490396, 39.980179819339398 ], [ -75.144538281893404, 39.980168521721602 ], [ -75.144506891869995, 39.980310551603203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "529 W MONTGOMERY AVE", "addr_range": "523-539, 543 W MONTGOMERY AVE", "zipcode": 19122, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 975, "objectid": 2853, "Shape__Area": 154.4921875, "Shape__Length": 62.356636796251202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144122327056706, 39.978551289733304 ], [ -75.144086888110706, 39.9787213412501 ], [ -75.144141948043099, 39.978728039100503 ], [ -75.144176877936999, 39.978558186849902 ], [ -75.144122327056706, 39.978551289733304 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "531 W MONTGOMERY AVE", "addr_range": "523-539, 543 W MONTGOMERY AVE", "zipcode": 19122, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1003, "objectid": 2854, "Shape__Area": 159.00390625, "Shape__Length": 62.706545926582706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144176877936999, 39.978558186849902 ], [ -75.144141948043099, 39.978728039100503 ], [ -75.144198314272103, 39.978735123390599 ], [ -75.1442333525994, 39.978565127622602 ], [ -75.144176877936999, 39.978558186849902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "543 W MONTGOMERY AVE", "addr_range": "523-539, 543 W MONTGOMERY AVE", "zipcode": 19122, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 933, "objectid": 2855, "Shape__Area": 147.89453125, "Shape__Length": 55.349967004636767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1445154725278, 39.978602258071199 ], [ -75.144484479678297, 39.9787481488232 ], [ -75.144555211163393, 39.978738551404298 ], [ -75.144577389929495, 39.978617591821497 ], [ -75.144578635432495, 39.978610800266203 ], [ -75.1445154725278, 39.978602258071199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "525 W MONTGOMERY AVE", "addr_range": "523-539, 543 W MONTGOMERY AVE", "zipcode": 19122, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1016, "objectid": 2856, "Shape__Area": 160.95703125, "Shape__Length": 63.220831879974355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144006789716997, 39.978535996845899 ], [ -75.143974078220893, 39.978707543796098 ], [ -75.144029398382699, 39.978714571077298 ], [ -75.144064679090206, 39.978542695016699 ], [ -75.144006789716997, 39.978535996845899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "537 W MONTGOMERY AVE", "addr_range": "523-539, 543 W MONTGOMERY AVE", "zipcode": 19122, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1027, "objectid": 2857, "Shape__Area": 162.69140625, "Shape__Length": 62.987734721710666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1443455632255, 39.978580344744998 ], [ -75.144310713681904, 39.978750280854896 ], [ -75.144368357891594, 39.978757360740502 ], [ -75.144403431054599, 39.978587575659098 ], [ -75.1443455632255, 39.978580344744998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "539 W MONTGOMERY AVE", "addr_range": "523-539, 543 W MONTGOMERY AVE", "zipcode": 19122, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 981, "objectid": 2858, "Shape__Area": 155.4453125, "Shape__Length": 61.46082486573308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144402298727798, 39.978593095737899 ], [ -75.144368357891594, 39.978757360740502 ], [ -75.144392078949494, 39.978760607802002 ], [ -75.144426566907597, 39.978755732431999 ], [ -75.144459007134103, 39.978595043738601 ], [ -75.144403431054599, 39.978587575659098 ], [ -75.144402298727798, 39.978593095737899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "523 W MONTGOMERY AVE", "addr_range": "523-539, 543 W MONTGOMERY AVE", "zipcode": 19122, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1017, "objectid": 2859, "Shape__Area": 161.18359375, "Shape__Length": 63.209089809876772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143949601820594, 39.9785339404213 ], [ -75.143916923013293, 39.978700297314099 ], [ -75.143974078220893, 39.978707543796098 ], [ -75.1440057919325, 39.978541245165097 ], [ -75.144006789716997, 39.978535996845899 ], [ -75.143950668981802, 39.978528532395003 ], [ -75.143949601820594, 39.9785339404213 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1958 N TAYLOR ST", "addr_range": "1954-1960 N TAYLOR ST; 1940-1942 N 24TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 711, "objectid": 2860, "Shape__Area": 112.65625, "Shape__Length": 51.600730105818919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173572719760102, 39.984838331825401 ], [ -75.173671450953293, 39.984955708400598 ], [ -75.173711992453704, 39.984933244385999 ], [ -75.173687884351395, 39.984904203286497 ], [ -75.173613345136502, 39.984816434664303 ], [ -75.173572719760102, 39.984838331825401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2021 N BAMBREY ST", "addr_range": "2017-2021 N BAMBREY ST; 2539 PAGE ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 749, "objectid": 2861, "Shape__Area": 118.69140625, "Shape__Length": 51.184712602282303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175345901972804, 39.986391899796502 ], [ -75.175518094766005, 39.9864146232946 ], [ -75.175527370545595, 39.986373371287499 ], [ -75.175354178041005, 39.986350480311799 ], [ -75.175345901972804, 39.986391899796502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2027 N BAMBREY ST", "addr_range": "2025-2027 N BAMBREY ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 770, "objectid": 2862, "Shape__Area": 122.09375, "Shape__Length": 51.38736175504544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175318300523898, 39.986521335421997 ], [ -75.175489785241396, 39.986543928642803 ], [ -75.175499192371305, 39.986501406453399 ], [ -75.175327264339103, 39.986478367209799 ], [ -75.175318300523898, 39.986521335421997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2542 DIAMOND ST", "addr_range": "2536-2552 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2011, "objectid": 2863, "Shape__Area": 318.65234375, "Shape__Length": 116.48566642704644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176280649921296, 39.9871833417521 ], [ -75.176336959733504, 39.9871905033676 ], [ -75.176358816769294, 39.987078801287304 ], [ -75.176372487459204, 39.9870095019633 ], [ -75.176385204085307, 39.986951530390201 ], [ -75.176401751920395, 39.986866580130197 ], [ -75.176355230891701, 39.986817853616202 ], [ -75.176321497469999, 39.986980841675503 ], [ -75.176280649921296, 39.9871833417521 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2544 DIAMOND ST", "addr_range": "2536-2552 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1838, "objectid": 2864, "Shape__Area": 291.25, "Shape__Length": 104.57443995963635 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176336959733504, 39.9871905033676 ], [ -75.176394640707599, 39.987197986727899 ], [ -75.176451156703493, 39.986917658954901 ], [ -75.176401751920395, 39.986866580130197 ], [ -75.176385204085307, 39.986951530390201 ], [ -75.176372487459204, 39.9870095019633 ], [ -75.176358816769294, 39.987078801287304 ], [ -75.176336959733504, 39.9871905033676 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2548 DIAMOND ST", "addr_range": "2536-2552 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1727, "objectid": 2865, "Shape__Area": 273.7421875, "Shape__Length": 100.86621875322197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1764483049662, 39.987204703333298 ], [ -75.1765042620098, 39.987212921951901 ], [ -75.176559274607698, 39.986937976407901 ], [ -75.176510718719697, 39.986893734622598 ], [ -75.176483322773194, 39.987027784665202 ], [ -75.1764483049662, 39.987204703333298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2550 DIAMOND ST", "addr_range": "2536-2552 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1541, "objectid": 2866, "Shape__Area": 244.3125, "Shape__Length": 90.643014067510151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176559274607698, 39.986937976407901 ], [ -75.1765042620098, 39.987212921951901 ], [ -75.176562115872002, 39.9872202640409 ], [ -75.176595952114795, 39.987049573676003 ], [ -75.176594011071401, 39.987048804840398 ], [ -75.176609172164405, 39.986980506597497 ], [ -75.176559274607698, 39.986937976407901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2019 N BAMBREY ST", "addr_range": "2017-2021 N BAMBREY ST; 2539 PAGE ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 808, "objectid": 2867, "Shape__Area": 128.05859375, "Shape__Length": 52.20372607952779 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175354178041005, 39.986350480311799 ], [ -75.175527370545595, 39.986373371287499 ], [ -75.175536598718395, 39.986330037774898 ], [ -75.175364206930595, 39.9863048446664 ], [ -75.175354178041005, 39.986350480311799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1960 N TAYLOR ST", "addr_range": "1954-1960 N TAYLOR ST; 1940-1942 N 24TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 735, "objectid": 2868, "Shape__Area": 116.57421875, "Shape__Length": 52.121977477355927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173572719760102, 39.984838331825401 ], [ -75.173530663525796, 39.9848609879406 ], [ -75.173629375237994, 39.984978846157297 ], [ -75.173671450953293, 39.984955708400598 ], [ -75.173572719760102, 39.984838331825401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2536 DIAMOND ST", "addr_range": "2536-2552 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1770, "objectid": 2869, "Shape__Area": 280.5859375, "Shape__Length": 105.04605922490556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176120731721895, 39.987162410216001 ], [ -75.176168957798396, 39.987168344556601 ], [ -75.176233915746096, 39.986841149935302 ], [ -75.176170899328795, 39.986873267047699 ], [ -75.176114222737297, 39.987161603805902 ], [ -75.176120731721895, 39.987162410216001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2539 PAGE ST", "addr_range": "2017-2021 N BAMBREY ST; 2539 PAGE ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 569, "objectid": 2870, "Shape__Area": 90.25390625, "Shape__Length": 45.77421352053269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175544170363196, 39.9862851047492 ], [ -75.175472574417597, 39.9862079930421 ], [ -75.175377301866007, 39.986261260025998 ], [ -75.175544170363196, 39.9862851047492 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2538 DIAMOND ST", "addr_range": "2536-2552 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2084, "objectid": 2871, "Shape__Area": 330.20703125, "Shape__Length": 117.59928013390916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176168957798396, 39.987168344556601 ], [ -75.176226281547997, 39.987176351588602 ], [ -75.176267325106906, 39.986966489249902 ], [ -75.176299548629103, 39.986809625761701 ], [ -75.176299962642602, 39.986807571728399 ], [ -75.176233915746096, 39.986841149935302 ], [ -75.176168957798396, 39.987168344556601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1942 N 24TH ST", "addr_range": "1954-1960 N TAYLOR ST; 1940-1942 N 24TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1269, "objectid": 2872, "Shape__Area": 201.12890625, "Shape__Length": 82.486582266927215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173276369335298, 39.984918452627497 ], [ -75.173603028738796, 39.984965182833001 ], [ -75.173563592273595, 39.984918194523303 ], [ -75.173284848384597, 39.984878874087002 ], [ -75.173276369335298, 39.984918452627497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1940 N 24TH ST", "addr_range": "1954-1960 N TAYLOR ST; 1940-1942 N 24TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1142, "objectid": 2873, "Shape__Area": 180.96484375, "Shape__Length": 72.157143850208342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173286036588394, 39.984879045826602 ], [ -75.173563592273595, 39.984918194523303 ], [ -75.173518755633594, 39.984867732301403 ], [ -75.173295491285202, 39.984835300381299 ], [ -75.173284848384597, 39.984878874087002 ], [ -75.173286036588394, 39.984879045826602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2135 N DOVER ST", "addr_range": "2135 N DOVER ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 700, "objectid": 2874, "Shape__Area": 111.078125, "Shape__Length": 50.328608617692062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179591195335504, 39.988525412182803 ], [ -75.179763427740298, 39.988548872479001 ], [ -75.179771928842598, 39.9885102941547 ], [ -75.179600105972796, 39.988486538498897 ], [ -75.179591195335504, 39.988525412182803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2163 N DOVER ST", "addr_range": "2163-2165 N DOVER ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 710, "objectid": 2875, "Shape__Area": 112.5078125, "Shape__Length": 50.728049201119873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179473995405104, 39.989059415104997 ], [ -75.179648107334899, 39.989083109553 ], [ -75.179649791566405, 39.989074603885499 ], [ -75.179655808631097, 39.989044095254798 ], [ -75.179482634687602, 39.989020534449502 ], [ -75.179473995405104, 39.989059415104997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2800 W SUSQUEHANNA AVE", "addr_range": "2800 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 893, "objectid": 2876, "Shape__Area": 141.5390625, "Shape__Length": 60.026356549246877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178815317065997, 39.988961790202502 ], [ -75.178763733658002, 39.9889548636664 ], [ -75.178727632088695, 39.989118524578103 ], [ -75.178779656019998, 39.989126008810999 ], [ -75.178815317065997, 39.988961790202502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2165 N DOVER ST", "addr_range": "2163-2165 N DOVER ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 678, "objectid": 2877, "Shape__Area": 107.5546875, "Shape__Length": 50.240895978725177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179465988408495, 39.989096569167501 ], [ -75.179639388900398, 39.989120215257003 ], [ -75.179648107334899, 39.989083109553 ], [ -75.179473995405104, 39.989059415104997 ], [ -75.179465988408495, 39.989096569167501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2113 N 28TH ST", "addr_range": "2113 N 28TH ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1086, "objectid": 2878, "Shape__Area": 172.1484375, "Shape__Length": 68.964336570444814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178529504866702, 39.9879973411254 ], [ -75.178781373765105, 39.988031209786499 ], [ -75.178790087411599, 39.987989815218697 ], [ -75.178538824597794, 39.987956525086297 ], [ -75.178529504866702, 39.9879973411254 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2124 N 29TH ST", "addr_range": "2124 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 877, "objectid": 2879, "Shape__Area": 139.00390625, "Shape__Length": 58.032706102724255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180503462635102, 39.988739389307497 ], [ -75.180706422559396, 39.988769917916997 ], [ -75.180715598333407, 39.988727890251603 ], [ -75.180513296242395, 39.988699358605601 ], [ -75.180503462635102, 39.988739389307497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2168 N MARSTON ST", "addr_range": "2166-2170 N MARSTON ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 685, "objectid": 2880, "Shape__Area": 108.66796875, "Shape__Length": 48.86952794232613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1781194331314, 39.988994508730102 ], [ -75.178279790028199, 39.9890172528265 ], [ -75.178288024703605, 39.988977444148503 ], [ -75.1781245983735, 39.988954374494902 ], [ -75.178114826184199, 39.988993858585502 ], [ -75.1781194331314, 39.988994508730102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2170 N MARSTON ST", "addr_range": "2166-2170 N MARSTON ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 657, "objectid": 2881, "Shape__Area": 104.234375, "Shape__Length": 48.549651876876119 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178106227834405, 39.989031111945401 ], [ -75.178271357988194, 39.989055622671998 ], [ -75.178279790028199, 39.9890172528265 ], [ -75.178114826184199, 39.988993858585502 ], [ -75.178106227834405, 39.989031111945401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2129 N 22ND ST", "addr_range": "2127-2137 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1575, "objectid": 2882, "Shape__Area": 249.57421875, "Shape__Length": 92.121264905744823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169309683153699, 39.9871454692653 ], [ -75.169180123931895, 39.987126951388703 ], [ -75.168958314824195, 39.987095221441997 ], [ -75.168948932555793, 39.987137533811101 ], [ -75.169172498701002, 39.987169851999496 ], [ -75.169300091284697, 39.987188309444697 ], [ -75.169309683153699, 39.9871454692653 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2151 N WOODSTOCK ST", "addr_range": "2145-2155 N WOODSTOCK ST; 2142-2146 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 923, "objectid": 2883, "Shape__Area": 146.37109375, "Shape__Length": 60.217720698281504 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166170586906503, 39.987406106258 ], [ -75.166382700080007, 39.987434867133103 ], [ -75.166392239299597, 39.987393460386102 ], [ -75.166179407385002, 39.987364844627002 ], [ -75.166171778483601, 39.987399570991798 ], [ -75.166170586906503, 39.987406106258 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6033 UPLAND ST", "addr_range": "6023-6049 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 998, "objectid": 2884, "Shape__Area": 157.9296875, "Shape__Length": 61.129161311888708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230184380884097, 39.931375067705901 ], [ -75.230327861755299, 39.931497891584399 ], [ -75.230371825051904, 39.9314664738571 ], [ -75.230226542250307, 39.931344206901898 ], [ -75.230218557645699, 39.931350060036102 ], [ -75.230184380884097, 39.931375067705901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6158 REINHARD ST", "addr_range": "6154-6176 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 830, "objectid": 2885, "Shape__Area": 131.42578125, "Shape__Length": 60.081282352512417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232735756991104, 39.929764697965602 ], [ -75.232886844820001, 39.929889072230601 ], [ -75.232921854777899, 39.929864145150802 ], [ -75.232873761653195, 39.929825112542801 ], [ -75.232771578782803, 39.929739338253903 ], [ -75.232735756991104, 39.929764697965602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6017 REINHARD ST", "addr_range": "6010-6012 REINHARD ST; 6011-6017 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 916, "objectid": 2886, "Shape__Area": 145.05859375, "Shape__Length": 59.4547222229113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230227575861704, 39.9319178422923 ], [ -75.230369369460703, 39.932038194523997 ], [ -75.230409650364294, 39.932010112452197 ], [ -75.230268777964, 39.931888620026101 ], [ -75.230227575861704, 39.9319178422923 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6031 UPLAND ST", "addr_range": "6023-6049 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 969, "objectid": 2887, "Shape__Area": 153.296875, "Shape__Length": 60.767375584495284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230140450245699, 39.931405003939197 ], [ -75.230286643638607, 39.931526984671798 ], [ -75.230327861755299, 39.931497891584399 ], [ -75.230184380884097, 39.931375067705901 ], [ -75.230141889969403, 39.931404020149998 ], [ -75.230140450245699, 39.931405003939197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6170 REINHARD ST", "addr_range": "6154-6176 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 872, "objectid": 2888, "Shape__Area": 137.94921875, "Shape__Length": 60.488844764138406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232953759030707, 39.9296104328429 ], [ -75.233033314749804, 39.929677913866698 ], [ -75.233102362635293, 39.929736347061002 ], [ -75.233138556431996, 39.929710544904403 ], [ -75.233130095234202, 39.929702669200402 ], [ -75.233118002152196, 39.9296928126832 ], [ -75.233107448351902, 39.929683232315902 ], [ -75.233082974480396, 39.929662787658401 ], [ -75.233057328945904, 39.929640641426403 ], [ -75.233028922679495, 39.929616756039003 ], [ -75.233003716862498, 39.929594619445197 ], [ -75.232991343829298, 39.929583822436001 ], [ -75.232953759030707, 39.9296104328429 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6045 UPLAND ST", "addr_range": "6023-6049 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 912, "objectid": 2889, "Shape__Area": 144.33984375, "Shape__Length": 59.91266410761741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2304316186287, 39.931201138336597 ], [ -75.230536226834204, 39.931289820564501 ], [ -75.230576002226897, 39.931323385276301 ], [ -75.230615395492094, 39.931295461138902 ], [ -75.230471906786306, 39.931172846480898 ], [ -75.2304316186287, 39.931201138336597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6156 REINHARD ST", "addr_range": "6154-6176 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 909, "objectid": 2890, "Shape__Area": 143.8515625, "Shape__Length": 61.016090486217998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232697894096702, 39.929791480585898 ], [ -75.232847773860399, 39.929916778935599 ], [ -75.232886844820001, 39.929889072230601 ], [ -75.232735756991104, 39.929764697965602 ], [ -75.232697894096702, 39.929791480585898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6043 UPLAND ST", "addr_range": "6023-6049 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 963, "objectid": 2891, "Shape__Area": 152.37890625, "Shape__Length": 60.558343269683952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230389458454596, 39.931231403679099 ], [ -75.230533894189705, 39.931352749018401 ], [ -75.230576002226897, 39.931323385276301 ], [ -75.230536226834204, 39.931289820564501 ], [ -75.2304316186287, 39.931201138336597 ], [ -75.230389458454596, 39.931231403679099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6049 UPLAND ST", "addr_range": "6023-6049 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 887, "objectid": 2892, "Shape__Area": 140.40625, "Shape__Length": 59.617071378191227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230513999820502, 39.931143853644599 ], [ -75.230657504059295, 39.9312660811622 ], [ -75.230696859016902, 39.931239188699401 ], [ -75.230552480563404, 39.931116296911497 ], [ -75.230513999820502, 39.931143853644599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6168 REINHARD ST", "addr_range": "6154-6176 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 856, "objectid": 2893, "Shape__Area": 135.4375, "Shape__Length": 60.324611653836314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232916663214894, 39.929636826919698 ], [ -75.232952489892796, 39.929666194687996 ], [ -75.233066586663796, 39.929761579036501 ], [ -75.233102362635293, 39.929736347061002 ], [ -75.233033314749804, 39.929677913866698 ], [ -75.232953759030707, 39.9296104328429 ], [ -75.232916663214894, 39.929636826919698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6047 UPLAND ST", "addr_range": "6023-6049 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 954, "objectid": 2894, "Shape__Area": 150.97265625, "Shape__Length": 60.42775190282245 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230471906786306, 39.931172846480898 ], [ -75.230615395492094, 39.931295461138902 ], [ -75.230657504059295, 39.9312660811622 ], [ -75.230513999820502, 39.931143853644599 ], [ -75.230471906786306, 39.931172846480898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6039 UPLAND ST", "addr_range": "6023-6049 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 899, "objectid": 2895, "Shape__Area": 142.265625, "Shape__Length": 59.780695724013526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230307988867594, 39.9312884010753 ], [ -75.230451464373104, 39.931411370642103 ], [ -75.230490854012501, 39.931383010383001 ], [ -75.230346471576794, 39.931260764262198 ], [ -75.230307988867594, 39.9312884010753 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7019 UPLAND ST", "addr_range": "7017-7025 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2628, "objectid": 2896, "Shape__Area": 415.62890625, "Shape__Length": 102.15970341466912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243912309343301, 39.921837898272003 ], [ -75.244159389031296, 39.922046886552899 ], [ -75.244226484146196, 39.921999833404598 ], [ -75.243980159827302, 39.921790764470202 ], [ -75.243964648862999, 39.921801531119499 ], [ -75.243912309343301, 39.921837898272003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6172 REINHARD ST", "addr_range": "6154-6176 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 875, "objectid": 2897, "Shape__Area": 138.48046875, "Shape__Length": 60.624102565310416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232991343829298, 39.929583822436001 ], [ -75.233003716862498, 39.929594619445197 ], [ -75.233028922679495, 39.929616756039003 ], [ -75.233057328945904, 39.929640641426403 ], [ -75.233082974480396, 39.929662787658401 ], [ -75.233107448351902, 39.929683232315902 ], [ -75.233118002152196, 39.9296928126832 ], [ -75.233130095234202, 39.929702669200402 ], [ -75.233138556431996, 39.929710544904403 ], [ -75.233176938004405, 39.929683339246502 ], [ -75.233153319854097, 39.929664089185103 ], [ -75.233138817060905, 39.9296520209965 ], [ -75.233106782960505, 39.929625412484803 ], [ -75.233068139406697, 39.929592438421402 ], [ -75.233049718549694, 39.929576479319898 ], [ -75.233028000751304, 39.9295579647072 ], [ -75.233010436911798, 39.929570313895503 ], [ -75.232991343829298, 39.929583822436001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6014 UPLAND ST", "addr_range": "6014-6018 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 860, "objectid": 2898, "Shape__Area": 136.1640625, "Shape__Length": 58.410394499322507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229623781212993, 39.931437544014997 ], [ -75.229584433612004, 39.931464791276099 ], [ -75.229646695562394, 39.931516952455098 ], [ -75.229725362878696, 39.9315841261486 ], [ -75.229763828701394, 39.931556987402601 ], [ -75.229623781212993, 39.931437544014997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1512 GERMANTOWN AVE", "addr_range": "1511 N 4TH ST; 1508-1512 GERMANTOWN AVE", "zipcode": 19122, "district": "7", "year": "2000", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 381, "objectid": 2899, "Shape__Area": 60.4375, "Shape__Length": 32.073653251659472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142061866627401, 39.974008163346603 ], [ -75.141970470270394, 39.974024539990403 ], [ -75.141983071162997, 39.974066335586102 ], [ -75.142062553755807, 39.974051423537503 ], [ -75.142061866627401, 39.974008163346603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6066 ALLMAN ST", "addr_range": "6066-6068 ALLMAN ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 936, "objectid": 2900, "Shape__Area": 148.16015625, "Shape__Length": 59.225829079916728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232165121689604, 39.931729243958998 ], [ -75.232171210559201, 39.9317344385382 ], [ -75.232188317183599, 39.931747467709101 ], [ -75.232195681300496, 39.931754980618202 ], [ -75.232263361935097, 39.931812416597197 ], [ -75.232305639102805, 39.931782991972902 ], [ -75.232220959562994, 39.931710756059204 ], [ -75.232165994024101, 39.931663866070103 ], [ -75.232123697762503, 39.931693838029403 ], [ -75.232165121689604, 39.931729243958998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6162 REINHARD ST", "addr_range": "6154-6176 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 884, "objectid": 2901, "Shape__Area": 139.890625, "Shape__Length": 60.59359362943902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232807680145896, 39.929713791854901 ], [ -75.232850044775205, 39.929749749793402 ], [ -75.232956793698705, 39.929839460671801 ], [ -75.2329946372694, 39.929812628889799 ], [ -75.232976090826199, 39.929797247262698 ], [ -75.232948831274598, 39.929774630400203 ], [ -75.232865605845205, 39.929704988369203 ], [ -75.232844210282494, 39.929687948517802 ], [ -75.232807680145896, 39.929713791854901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7023 UPLAND ST", "addr_range": "7017-7025 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2654, "objectid": 2902, "Shape__Area": 419.7421875, "Shape__Length": 102.30405525645634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244048561323496, 39.9217429335907 ], [ -75.244295289511101, 39.921951237249701 ], [ -75.244363327766294, 39.921903608177601 ], [ -75.244116301670402, 39.921694814321697 ], [ -75.244060040388206, 39.921734786300703 ], [ -75.244048561323496, 39.9217429335907 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7021 UPLAND ST", "addr_range": "7017-7025 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2677, "objectid": 2903, "Shape__Area": 423.3828125, "Shape__Length": 102.46493005776134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243980159827302, 39.921790764470202 ], [ -75.244226484146196, 39.921999833404598 ], [ -75.244295289511101, 39.921951237249701 ], [ -75.244048561323496, 39.9217429335907 ], [ -75.243980159827302, 39.921790764470202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6166 REINHARD ST", "addr_range": "6154-6176 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 867, "objectid": 2904, "Shape__Area": 137.27734375, "Shape__Length": 60.380041055736115 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232879923782804, 39.929662666585699 ], [ -75.232953129225095, 39.929723576967604 ], [ -75.233029988658899, 39.929787549796302 ], [ -75.233066586663796, 39.929761579036501 ], [ -75.232952489892796, 39.929666194687996 ], [ -75.232916663214894, 39.929636826919698 ], [ -75.232879923782804, 39.929662666585699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6045 TRINITY ST", "addr_range": "6035-6045 TRINITY ST", "zipcode": 19142, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 948, "objectid": 2905, "Shape__Area": 150.04296875, "Shape__Length": 54.446598964082312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233036880879197, 39.933311164679402 ], [ -75.233159967264399, 39.933415032549398 ], [ -75.233198516520702, 39.933369195212798 ], [ -75.233089898532498, 39.933274995454603 ], [ -75.233036880879197, 39.933311164679402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2024 S 70TH ST", "addr_range": "2024-2026 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1309, "objectid": 2906, "Shape__Area": 207.125, "Shape__Length": 79.370468090765556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243669673034503, 39.922368097786503 ], [ -75.243707141031805, 39.9223995279945 ], [ -75.243928104932195, 39.922243066127102 ], [ -75.243890940430504, 39.922211402059503 ], [ -75.243669673034503, 39.922368097786503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6000 UPLAND ST", "addr_range": "6000 UPLAND ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 892, "objectid": 2907, "Shape__Area": 141.23828125, "Shape__Length": 58.52947663878782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229316101325594, 39.931654036205003 ], [ -75.229332527430302, 39.931668485244401 ], [ -75.229454389687106, 39.931772943055101 ], [ -75.229495540269298, 39.931745653469299 ], [ -75.229416904609806, 39.931677627068801 ], [ -75.229355505384504, 39.931625903690701 ], [ -75.229316101325594, 39.931654036205003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2044 S 70TH ST", "addr_range": "2044-2050 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 703, "objectid": 2908, "Shape__Area": 111.2265625, "Shape__Length": 50.450176440958373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243076007819496, 39.921669722561099 ], [ -75.242949840392896, 39.921763100111697 ], [ -75.242984725513693, 39.921792426139604 ], [ -75.243110206984397, 39.921698356907498 ], [ -75.243076007819496, 39.921669722561099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7010 UPLAND ST", "addr_range": "7008-7028 UPLAND ST; 2030-2032 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1167, "objectid": 2909, "Shape__Area": 184.69140625, "Shape__Length": 74.421610949097541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243461855451599, 39.921708090522301 ], [ -75.243650426689001, 39.921868039290999 ], [ -75.243689362310704, 39.921840327043597 ], [ -75.243500456059493, 39.921680387233899 ], [ -75.243461855451599, 39.921708090522301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1946 N 3RD ST", "addr_range": "1938-1946, 1950-1956 N 3RD ST", "zipcode": 19122, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 743, "objectid": 2910, "Shape__Area": 117.78515625, "Shape__Length": 54.295012549792105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139895668084804, 39.980493686020701 ], [ -75.140087450571102, 39.980520131771499 ], [ -75.140095895083107, 39.980483071023997 ], [ -75.1399033796298, 39.980457140218199 ], [ -75.139895668084804, 39.980493686020701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1942 N 3RD ST", "addr_range": "1938-1946, 1950-1956 N 3RD ST", "zipcode": 19122, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 715, "objectid": 2911, "Shape__Area": 113.33203125, "Shape__Length": 53.919082100331167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139911909187305, 39.980420032761003 ], [ -75.140104335261697, 39.980446122805297 ], [ -75.140112325084701, 39.9804110492842 ], [ -75.139920107298707, 39.980384448603203 ], [ -75.139911909187305, 39.980420032761003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1954 N 3RD ST", "addr_range": "1938-1946, 1950-1956 N 3RD ST", "zipcode": 19122, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 815, "objectid": 2912, "Shape__Area": 129.1640625, "Shape__Length": 55.289833146681616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139862318847705, 39.9806416990399 ], [ -75.140054070012198, 39.980667934186499 ], [ -75.140063312058501, 39.980627554189503 ], [ -75.139871435791903, 39.980601316210503 ], [ -75.139862318847705, 39.9806416990399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1940 N 3RD ST", "addr_range": "1938-1946, 1950-1956 N 3RD ST", "zipcode": 19122, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 814, "objectid": 2913, "Shape__Area": 129.06640625, "Shape__Length": 55.342263964977086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139920107298707, 39.980384448603203 ], [ -75.140112344978306, 39.980411049736603 ], [ -75.140121326602596, 39.980370922407403 ], [ -75.139929414410801, 39.980344022341299 ], [ -75.139920107298707, 39.980384448603203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1950 N 3RD ST", "addr_range": "1938-1946, 1950-1956 N 3RD ST", "zipcode": 19122, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 724, "objectid": 2914, "Shape__Area": 114.8359375, "Shape__Length": 53.945851046535701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1398798316512, 39.980566042900101 ], [ -75.140071280689398, 39.980591417882501 ], [ -75.140079626225003, 39.9805558055318 ], [ -75.139887492360899, 39.980529753634798 ], [ -75.1398798316512, 39.980566042900101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2010 N ORKNEY ST", "addr_range": "2003-2005 N 5TH ST; 447 W NORRIS ST; 2006-2010 N ORKNEY ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 603, "objectid": 2915, "Shape__Area": 95.625, "Shape__Length": 42.418500020394255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142027387114595, 39.9816825723709 ], [ -75.142055785230198, 39.981686264062297 ], [ -75.142158803279898, 39.981699759699801 ], [ -75.142165873478703, 39.981655333273203 ], [ -75.142110810842794, 39.981648068621702 ], [ -75.142052062972098, 39.981640237250403 ], [ -75.142037113190199, 39.981638253157499 ], [ -75.142027387114595, 39.9816825723709 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2006 N ORKNEY ST", "addr_range": "2003-2005 N 5TH ST; 447 W NORRIS ST; 2006-2010 N ORKNEY ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 731, "objectid": 2916, "Shape__Area": 115.828125, "Shape__Length": 49.07677643069399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142061680170102, 39.981598752880402 ], [ -75.142100906698502, 39.981603658328197 ], [ -75.142119568240503, 39.981606097979899 ], [ -75.142206582708596, 39.981617811703003 ], [ -75.142216253445696, 39.981574991421702 ], [ -75.1422118141748, 39.981574326507797 ], [ -75.142158555691395, 39.9815670217817 ], [ -75.142083076215798, 39.981556699126202 ], [ -75.142071756846406, 39.981555184975299 ], [ -75.142063542548797, 39.981554095486104 ], [ -75.142054634204598, 39.981553602919597 ], [ -75.142045851446696, 39.981596782152799 ], [ -75.142061680170102, 39.981598752880402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2005 N 5TH ST", "addr_range": "2003-2005 N 5TH ST; 447 W NORRIS ST; 2006-2010 N ORKNEY ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1390, "objectid": 2917, "Shape__Area": 220.28515625, "Shape__Length": 83.746076398289901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142206582708596, 39.981617811703003 ], [ -75.142119568240503, 39.981606097979899 ], [ -75.142100906698502, 39.981603658328197 ], [ -75.142045851446696, 39.981596782152799 ], [ -75.142037113190199, 39.981638253157499 ], [ -75.142110810842794, 39.981648068621702 ], [ -75.142165873478703, 39.981655333273203 ], [ -75.142353228191496, 39.981680400483299 ], [ -75.142361979133497, 39.981638075577997 ], [ -75.142280287795003, 39.981627433507398 ], [ -75.142206582708596, 39.981617811703003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "447 W NORRIS ST", "addr_range": "2003-2005 N 5TH ST; 447 W NORRIS ST; 2006-2010 N ORKNEY ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 940, "objectid": 2918, "Shape__Area": 148.94921875, "Shape__Length": 62.199910353462897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142266344292807, 39.981571970510799 ], [ -75.142318730794102, 39.981579076970803 ], [ -75.142354779084101, 39.981407525107599 ], [ -75.142302362945998, 39.981401224402497 ], [ -75.142266344292807, 39.981571970510799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2003 N 5TH ST", "addr_range": "2003-2005 N 5TH ST; 447 W NORRIS ST; 2006-2010 N ORKNEY ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 695, "objectid": 2919, "Shape__Area": 110.2265625, "Shape__Length": 47.507111444665107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142370735826702, 39.981596088686203 ], [ -75.142264223554506, 39.981580837035899 ], [ -75.142216253445696, 39.981574991421702 ], [ -75.142206582708596, 39.981617811703003 ], [ -75.142280287795003, 39.981627433507398 ], [ -75.142361979133497, 39.981638075577997 ], [ -75.142370735826702, 39.981596088686203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2022 CECIL B MOORE AVE", "addr_range": "2004-2012, 2016-2032 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1347, "objectid": 2920, "Shape__Area": 213.48828125, "Shape__Length": 77.916179540464384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168350996317699, 39.979723027720802 ], [ -75.168299507344599, 39.979942017890998 ], [ -75.168359019171106, 39.979950207079497 ], [ -75.168408254183205, 39.979730425549398 ], [ -75.168350996317699, 39.979723027720802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2016 CECIL B MOORE AVE", "addr_range": "2004-2012, 2016-2032 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1748, "objectid": 2921, "Shape__Area": 276.98828125, "Shape__Length": 84.345786447577808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1681179311676, 39.979919153124001 ], [ -75.168190260046003, 39.9799280677478 ], [ -75.168241779987895, 39.979708271907597 ], [ -75.168243707815805, 39.9796972409085 ], [ -75.168200218199203, 39.9796914583142 ], [ -75.168172600584498, 39.979688145662401 ], [ -75.1681179311676, 39.979919153124001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2010 CECIL B MOORE AVE", "addr_range": "2004-2012, 2016-2032 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1662, "objectid": 2922, "Shape__Area": 263.39453125, "Shape__Length": 83.65518851171592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167904791256902, 39.979889904208697 ], [ -75.167972924468501, 39.979900029238699 ], [ -75.168027692973794, 39.979669200663501 ], [ -75.167975939756801, 39.979661990464997 ], [ -75.167974493550304, 39.979669131804599 ], [ -75.167956326764795, 39.979666949869397 ], [ -75.167904791256902, 39.979889904208697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2018 CECIL B MOORE AVE", "addr_range": "2004-2012, 2016-2032 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1254, "objectid": 2923, "Shape__Area": 198.75390625, "Shape__Length": 77.111752158999352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168190260046003, 39.9799280677478 ], [ -75.168244509184007, 39.979935251101203 ], [ -75.168295999884606, 39.979715665420102 ], [ -75.168241779987895, 39.979708271907597 ], [ -75.168190260046003, 39.9799280677478 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2032 CECIL B MOORE AVE", "addr_range": "2004-2012, 2016-2032 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 5534, "objectid": 2924, "Shape__Area": 876.71484375, "Shape__Length": 142.56810174636965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1686225416029, 39.979985861163499 ], [ -75.168762111785398, 39.980005264694398 ], [ -75.168790174194996, 39.979877212109002 ], [ -75.168796504984698, 39.979847339010703 ], [ -75.168797386792207, 39.979837911708998 ], [ -75.168800687330901, 39.979823302114099 ], [ -75.1688090201596, 39.9797904277154 ], [ -75.168845022100797, 39.9796287494393 ], [ -75.168704264186303, 39.979609769783899 ], [ -75.1686225416029, 39.979985861163499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2020 CECIL B MOORE AVE", "addr_range": "2004-2012, 2016-2032 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1268, "objectid": 2925, "Shape__Area": 200.921875, "Shape__Length": 77.152595294377846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168244509184007, 39.979935251101203 ], [ -75.168299507344599, 39.979942017890998 ], [ -75.168350996317699, 39.979723027720802 ], [ -75.168295999884606, 39.979715665420102 ], [ -75.168244509184007, 39.979935251101203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2026-28 CECIL B MOORE AVE", "addr_range": "2004-2012, 2016-2032 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 11552, "objectid": 2926, "Shape__Area": 1828.4921875, "Shape__Length": 205.09203584695649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168408132173397, 39.979957986615098 ], [ -75.168622341860697, 39.979986709931197 ], [ -75.168702969941506, 39.979615688268503 ], [ -75.168704064446203, 39.979610618551803 ], [ -75.168290211319601, 39.979553175993601 ], [ -75.168287643441801, 39.979564530474903 ], [ -75.168257052710203, 39.979700071173603 ], [ -75.168410330851202, 39.9797209935928 ], [ -75.168460806041097, 39.979727657662103 ], [ -75.168446937213204, 39.979787666797499 ], [ -75.168443883108594, 39.979803555962 ], [ -75.168441217189894, 39.9798091705809 ], [ -75.168437922863006, 39.979824200179799 ], [ -75.168429566538194, 39.979864312777003 ], [ -75.168408132173397, 39.979957986615098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2024 CECIL B MOORE AVE", "addr_range": "2004-2012, 2016-2032 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1202, "objectid": 2927, "Shape__Area": 190.90234375, "Shape__Length": 79.179244761554287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168358818221293, 39.979951056720701 ], [ -75.168408132207702, 39.979957985714897 ], [ -75.168429565402207, 39.979864311850498 ], [ -75.168437921692799, 39.979824200153502 ], [ -75.168441217189894, 39.9798091705809 ], [ -75.168443880768194, 39.979803555909299 ], [ -75.168446937247495, 39.979787665897298 ], [ -75.168460806041097, 39.979727657662103 ], [ -75.1684103297153, 39.979720992666202 ], [ -75.1684080532346, 39.979731275190701 ], [ -75.168358818221293, 39.979951056720701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2012 CECIL B MOORE AVE", "addr_range": "2004-2012, 2016-2032 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1723, "objectid": 2928, "Shape__Area": 272.98046875, "Shape__Length": 84.126214256184753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168027692973794, 39.979669200663501 ], [ -75.167972924468501, 39.979900029238699 ], [ -75.168043369920497, 39.979908884461302 ], [ -75.168099305486294, 39.979678774994603 ], [ -75.168027692973794, 39.979669200663501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2008 CECIL B MOORE AVE", "addr_range": "2004-2012, 2016-2032 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1788, "objectid": 2929, "Shape__Area": 283.37109375, "Shape__Length": 83.042622424626856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1678271934164, 39.979879566180699 ], [ -75.167904791256902, 39.979889904208697 ], [ -75.167956326764795, 39.979666949869397 ], [ -75.167881552724396, 39.979656771814597 ], [ -75.1678271934164, 39.979879566180699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "266 DIAMOND ST", "addr_range": "2045-2047 N 3RD ST; 2058 N BODINE ST; 258-270 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1352, "objectid": 2930, "Shape__Area": 214.3203125, "Shape__Length": 78.572023891436686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139174545024801, 39.982366768880901 ], [ -75.139232238858099, 39.982374820114899 ], [ -75.139257249664794, 39.982258406544901 ], [ -75.139280945146396, 39.982152746493902 ], [ -75.139222351514704, 39.982144676612698 ], [ -75.139178899850407, 39.9823461705477 ], [ -75.139174545024801, 39.982366768880901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "262 DIAMOND ST", "addr_range": "2045-2047 N 3RD ST; 2058 N BODINE ST; 258-270 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1037, "objectid": 2931, "Shape__Area": 164.44140625, "Shape__Length": 61.26364525177754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139052029398201, 39.982349683329097 ], [ -75.139113267626698, 39.982358765839301 ], [ -75.139139065292895, 39.982244739882397 ], [ -75.139148053627395, 39.982196842341899 ], [ -75.139086743105693, 39.9821896440438 ], [ -75.139084352613594, 39.9822055161452 ], [ -75.139052029398201, 39.982349683329097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 TURNER ST", "addr_range": "2342 TURNER ST", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 799, "objectid": 2932, "Shape__Area": 126.69140625, "Shape__Length": 57.120971954366141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173869943363997, 39.979736709262603 ], [ -75.173918669378196, 39.979743153254198 ], [ -75.173951454634306, 39.979586416481297 ], [ -75.173902963571607, 39.9795798948821 ], [ -75.173869943363997, 39.979736709262603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2222 JEFFERSON ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 847, "objectid": 2933, "Shape__Area": 134.28515625, "Shape__Length": 53.85455562152525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172287811794106, 39.977568066509697 ], [ -75.1723467318198, 39.977575788966597 ], [ -75.172375438780307, 39.977437706551903 ], [ -75.172317335682905, 39.977430001556002 ], [ -75.172287811794106, 39.977568066509697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2225 STEWART ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 564, "objectid": 2934, "Shape__Area": 89.38671875, "Shape__Length": 43.357767585400211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172306417593603, 39.977306358931799 ], [ -75.172283214096495, 39.977415920836897 ], [ -75.172332053749599, 39.977422563615697 ], [ -75.172355600353399, 39.977312815691299 ], [ -75.172306417593603, 39.977306358931799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2205 STEWART ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 566, "objectid": 2935, "Shape__Area": 89.75, "Shape__Length": 43.06474555558259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1717714744739, 39.977348102479397 ], [ -75.171821786398397, 39.977354616372303 ], [ -75.171844358085394, 39.977246846881599 ], [ -75.171793679599404, 39.977240581550298 ], [ -75.171780314306801, 39.977307872606097 ], [ -75.1717714744739, 39.977348102479397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2207 STEWART ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 605, "objectid": 2936, "Shape__Area": 95.84765625, "Shape__Length": 43.850321968621756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171821786398397, 39.977354616372303 ], [ -75.171875086285098, 39.977361955122497 ], [ -75.171897823706402, 39.977253673966899 ], [ -75.171844358085394, 39.977246846881599 ], [ -75.171821786398397, 39.977354616372303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2221 STEWART ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 580, "objectid": 2937, "Shape__Area": 91.984375, "Shape__Length": 43.56335073258365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172206409940401, 39.977293635517 ], [ -75.172184287556206, 39.977402850473197 ], [ -75.1721983070112, 39.977404470061401 ], [ -75.172235286884799, 39.977409460715499 ], [ -75.172257048547294, 39.977300398029001 ], [ -75.172206409940401, 39.977293635517 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2215 STEWART ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 592, "objectid": 2938, "Shape__Area": 89.62109375, "Shape__Length": 43.266546814652116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172050739717605, 39.977272939140597 ], [ -75.172027034840895, 39.977382956464901 ], [ -75.172076995439696, 39.977387156659098 ], [ -75.172099784070298, 39.977281375131099 ], [ -75.172100242704602, 39.977279258141202 ], [ -75.172050739717605, 39.977272939140597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2209 STEWART ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 563, "objectid": 2939, "Shape__Area": 89.265625, "Shape__Length": 43.045529883761027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171875086285098, 39.977361955122497 ], [ -75.171924936802299, 39.977367944125099 ], [ -75.171947495903893, 39.977259915744199 ], [ -75.171897823706402, 39.977253673966899 ], [ -75.171875086285098, 39.977361955122497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2213 STEWART ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 574, "objectid": 2940, "Shape__Area": 88.75390625, "Shape__Length": 42.946489982477971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171975238695794, 39.977374167598398 ], [ -75.172024741749397, 39.977380486631503 ], [ -75.172047986823003, 39.977272586271098 ], [ -75.171998483811706, 39.977266268148298 ], [ -75.171975238695794, 39.977374167598398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2217 STEWART ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 559, "objectid": 2941, "Shape__Area": 88.75, "Shape__Length": 42.948367161052175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172076995439696, 39.977387156659098 ], [ -75.172076539075903, 39.977389275501899 ], [ -75.172123288079803, 39.977395241597399 ], [ -75.172126042218395, 39.977395592690797 ], [ -75.172149287682998, 39.977287677906098 ], [ -75.172146535923204, 39.977287325965499 ], [ -75.172099784070298, 39.977281375131099 ], [ -75.172076995439696, 39.977387156659098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2203 STEWART ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 541, "objectid": 2942, "Shape__Area": 85.7421875, "Shape__Length": 42.472408652375393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171723139972102, 39.977341390618797 ], [ -75.1717714744739, 39.977348102479397 ], [ -75.171780314306801, 39.977307872606097 ], [ -75.171793679599404, 39.977240581550298 ], [ -75.171745858427897, 39.977234139821299 ], [ -75.171735370981295, 39.977286890100501 ], [ -75.171723139972102, 39.977341390618797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2202 JEFFERSON ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 852, "objectid": 2943, "Shape__Area": 135.0234375, "Shape__Length": 54.105837369439321 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171738842629694, 39.977352752897097 ], [ -75.171709957615107, 39.9774916051514 ], [ -75.171768052093199, 39.977499567951199 ], [ -75.171797616101202, 39.977360473249803 ], [ -75.171738842629694, 39.977352752897097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2022 W OXFORD ST", "addr_range": "2022 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 790, "objectid": 2944, "Shape__Area": 125.15234375, "Shape__Length": 50.83471867374103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168536455040893, 39.978417610300603 ], [ -75.168483827118806, 39.978409156155699 ], [ -75.168477937248298, 39.978409217380303 ], [ -75.168450203117999, 39.978536922279801 ], [ -75.168509245062197, 39.978544746749101 ], [ -75.168536455040893, 39.978417610300603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2050-56 RIDGE AVE", "addr_range": "2009-2025 SHARSWOOD ST; 1429-31 N 21ST ST; 2050-56 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 5424, "objectid": 2945, "Shape__Area": 859.11328125, "Shape__Length": 126.7678114486443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169623757221999, 39.976827809412399 ], [ -75.169609879949405, 39.976739741294999 ], [ -75.169603031288403, 39.976739087233902 ], [ -75.169519506103796, 39.976764662064497 ], [ -75.169470978067096, 39.976679182732397 ], [ -75.169240957302506, 39.976756462721703 ], [ -75.169335794498494, 39.9769245334736 ], [ -75.169623757221999, 39.976827809412399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1408 N 25TH ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 1030, "objectid": 2946, "Shape__Area": 163.171875, "Shape__Length": 61.263554083443239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176621889575898, 39.977064197686502 ], [ -75.176832050497893, 39.977090656195401 ], [ -75.176842152156993, 39.977044119278297 ], [ -75.176638692043099, 39.977018328227999 ], [ -75.176631040449706, 39.977017350238903 ], [ -75.176621889575898, 39.977064197686502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1321 N 22ND ST", "addr_range": "1315-1323 N 22ND ST; 2138-2140 MASTER ST; 2144 MASTER ST; 2148 MASTER ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1384, "objectid": 2947, "Shape__Area": 219.2265625, "Shape__Length": 77.249398897748435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171802462819002, 39.9758163530974 ], [ -75.171812012573398, 39.975771206125501 ], [ -75.171530876132095, 39.975736874278297 ], [ -75.171520943908504, 39.975782157700301 ], [ -75.171801722829201, 39.9758198351076 ], [ -75.171802462819002, 39.9758163530974 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2440 CECIL B MOORE AVE", "addr_range": "2429-2441 NICHOLAS ST; 2434-2440 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1083, "objectid": 2948, "Shape__Area": 171.58984375, "Shape__Length": 68.032665212795379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175342248749004, 39.980667234602102 ], [ -75.175303752072296, 39.980856373721899 ], [ -75.175358428673505, 39.980863902951498 ], [ -75.175396656524299, 39.980674096442698 ], [ -75.175342248749004, 39.980667234602102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2403 NICHOLAS ST", "addr_range": "2400-2402 CECIL B MOORE AVE; 2401-2403 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 782, "objectid": 2949, "Shape__Area": 123.8828125, "Shape__Length": 55.370303981573699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174332909610598, 39.980528684299401 ], [ -75.174382669886697, 39.980534926039397 ], [ -75.174413753917094, 39.980384920280997 ], [ -75.174364018499105, 39.980378581800601 ], [ -75.174332909610598, 39.980528684299401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2347 W OXFORD ST", "addr_range": "2341-2347 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1056, "objectid": 2950, "Shape__Area": 167.2890625, "Shape__Length": 65.941569814853267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174166913673801, 39.979417029274998 ], [ -75.174128717683402, 39.9795987279442 ], [ -75.174184004771902, 39.979606127299803 ], [ -75.174222414078201, 39.979424883909601 ], [ -75.174166913673801, 39.979417029274998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2223 W OXFORD ST", "addr_range": "2223-2231 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1094, "objectid": 2951, "Shape__Area": 173.40625, "Shape__Length": 68.394878633946661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171913398268401, 39.979315277701502 ], [ -75.171955710672094, 39.979125193576003 ], [ -75.171900366841697, 39.979118163075803 ], [ -75.171859017328501, 39.979308269717102 ], [ -75.171913398268401, 39.979315277701502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1429-31 N 21ST ST", "addr_range": "2009-2025 SHARSWOOD ST; 1429-31 N 21ST ST; 2050-56 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2953, "objectid": 2952, "Shape__Area": 462.04296875, "Shape__Length": 99.23527138244782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169623757221999, 39.976827809412399 ], [ -75.169934008841906, 39.976867444276003 ], [ -75.169952565748602, 39.976781055992703 ], [ -75.169609879949405, 39.976739741294999 ], [ -75.169623757221999, 39.976827809412399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2416 NICHOLAS ST", "addr_range": "2416-2420 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 893, "objectid": 2953, "Shape__Area": 141.49609375, "Shape__Length": 61.00222686895458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174727496082298, 39.980311426790102 ], [ -75.174778565241695, 39.980317957224301 ], [ -75.174813818776101, 39.980149731861097 ], [ -75.174763876786002, 39.980142760008803 ], [ -75.174727496082298, 39.980311426790102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1619 N 6TH ST", "addr_range": "1619-1621 N 6TH ST", "zipcode": 19122, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 828, "objectid": 2954, "Shape__Area": 131.19140625, "Shape__Length": 58.17498475112059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145178697431405, 39.976091056174297 ], [ -75.145170494535094, 39.976128957956703 ], [ -75.145379248391905, 39.976155733484397 ], [ -75.145386460598999, 39.976117703784297 ], [ -75.145178697431405, 39.976091056174297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "436 W NORRIS ST", "addr_range": "436-440 W NORRIS ST", "zipcode": 19122, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 878, "objectid": 2955, "Shape__Area": 139.15625, "Shape__Length": 58.20653677337534 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142062439029402, 39.981226447890698 ], [ -75.142116021899, 39.9812329536242 ], [ -75.142148769731307, 39.981076415335302 ], [ -75.1420954402505, 39.981069383769302 ], [ -75.142062439029402, 39.981226447890698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "440 W NORRIS ST", "addr_range": "436-440 W NORRIS ST", "zipcode": 19122, "district": "7", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 916, "objectid": 2956, "Shape__Area": 145.24609375, "Shape__Length": 58.677797635317951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142169326011597, 39.981240161201598 ], [ -75.142225246082901, 39.981246896593603 ], [ -75.142257295809003, 39.981090536136101 ], [ -75.142201396257306, 39.981083269619901 ], [ -75.142169326011597, 39.981240161201598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "310 DIAMOND ST", "addr_range": "310 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1188, "objectid": 2957, "Shape__Area": 188.203125, "Shape__Length": 66.939744405290128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139771973414497, 39.9824579941669 ], [ -75.139835327006296, 39.9824661350764 ], [ -75.139874135218804, 39.982287433925698 ], [ -75.139810779517802, 39.9822792911839 ], [ -75.139771973414497, 39.9824579941669 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1511 N 4TH ST", "addr_range": "1511 N 4TH ST; 1508-1512 GERMANTOWN AVE", "zipcode": 19122, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 362, "objectid": 2958, "Shape__Area": 57.4375, "Shape__Length": 31.271198486517392 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142062553755807, 39.974051423537503 ], [ -75.142143463893404, 39.974060792194201 ], [ -75.142150763699604, 39.974021254536098 ], [ -75.142061866627401, 39.974008163346603 ], [ -75.142062553755807, 39.974051423537503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2140 N 3RD ST", "addr_range": "2128-2154 N 3RD ST; 300-304 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 771, "objectid": 2959, "Shape__Area": 122.18359375, "Shape__Length": 54.557141886087237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1392316110298, 39.983511892484998 ], [ -75.139423755435004, 39.983535172182101 ], [ -75.139431154555993, 39.983497506531002 ], [ -75.139239801633906, 39.983472714010603 ], [ -75.1392316110298, 39.983511892484998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2002 N 3RD ST", "addr_range": "2002 N 3RD ST; 305 W NORRIS ST", "zipcode": 19122, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 955, "objectid": 2960, "Shape__Area": 151.3671875, "Shape__Length": 60.018753645015487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139943478919704, 39.981197589325497 ], [ -75.139954102759106, 39.981199796975297 ], [ -75.139962907824497, 39.981156619280902 ], [ -75.139935438421006, 39.981151657921103 ], [ -75.139802235919305, 39.9811340885962 ], [ -75.139754293676901, 39.981127500131997 ], [ -75.139745456859401, 39.981171500626203 ], [ -75.139828041616397, 39.981182309005902 ], [ -75.139943478919704, 39.981197589325497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "305 W NORRIS ST", "addr_range": "2002 N 3RD ST; 305 W NORRIS ST", "zipcode": 19122, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 735, "objectid": 2961, "Shape__Area": 116.53515625, "Shape__Length": 54.164221547760775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139954102759106, 39.981199796975297 ], [ -75.139942205034302, 39.981254204962603 ], [ -75.139990177724698, 39.981260003841101 ], [ -75.140020837361305, 39.981112703597802 ], [ -75.139973765263704, 39.981106361171399 ], [ -75.139970587802594, 39.9811192501219 ], [ -75.139968401260504, 39.981129791017302 ], [ -75.139966302515802, 39.981138077748 ], [ -75.139965042480597, 39.9811473981052 ], [ -75.139962907824497, 39.981156619280902 ], [ -75.139954102759106, 39.981199796975297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2133 N ORIANNA ST", "addr_range": "2125-2137 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 561, "objectid": 2962, "Shape__Area": 89.02734375, "Shape__Length": 45.517641713557516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139502740923305, 39.983217196654699 ], [ -75.139660530068497, 39.983236324690502 ], [ -75.139667060838306, 39.983202719109102 ], [ -75.139510273996393, 39.983182565088299 ], [ -75.139502740923305, 39.983217196654699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2115 N DARIEN ST", "addr_range": "2115-2127 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 579, "objectid": 2963, "Shape__Area": 91.8515625, "Shape__Length": 44.391977907243202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147351709647296, 39.983842273651099 ], [ -75.147348215639795, 39.983855784509799 ], [ -75.147342811848006, 39.983879824634997 ], [ -75.147491420965906, 39.983899637364203 ], [ -75.147498541794803, 39.983862546141999 ], [ -75.147351709647296, 39.983842273651099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2103 N PERCY ST", "addr_range": "2103-2113 N PERCY ST; 2102, 2108-2110 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 583, "objectid": 2964, "Shape__Area": 92.43359375, "Shape__Length": 44.790898754321489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148347745642994, 39.983937573827703 ], [ -75.148497352958401, 39.983957634029203 ], [ -75.148505545496903, 39.983920437302999 ], [ -75.148355322163397, 39.983900621738798 ], [ -75.148347745642994, 39.983937573827703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2120 N PERCY ST", "addr_range": "2120 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 795, "objectid": 2965, "Shape__Area": 126.0390625, "Shape__Length": 54.211063181703345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148526495182395, 39.9843188648995 ], [ -75.148713037210996, 39.984344628408202 ], [ -75.148717097926095, 39.9843272631798 ], [ -75.148722482814506, 39.984304285775799 ], [ -75.148535192892197, 39.984278326925399 ], [ -75.148526495182395, 39.9843188648995 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2108 N PERCY ST", "addr_range": "2108-2112 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 762, "objectid": 2966, "Shape__Area": 120.8515625, "Shape__Length": 53.620660131858429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148577576504195, 39.984086009776 ], [ -75.148763540811601, 39.984111519549401 ], [ -75.1487726977807, 39.984072136265702 ], [ -75.148585692448506, 39.984047570603899 ], [ -75.148577576504195, 39.984086009776 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2148 N PERCY ST", "addr_range": "2146-2152 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 787, "objectid": 2967, "Shape__Area": 124.828125, "Shape__Length": 54.12748382396407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148408805533805, 39.984853442213002 ], [ -75.148595877100107, 39.984879637758297 ], [ -75.148604590838303, 39.984838712703599 ], [ -75.148417200559507, 39.984814235399298 ], [ -75.148408805533805, 39.984853442213002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "928 FRENCH ST", "addr_range": "926-928 FRENCH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 600, "objectid": 2968, "Shape__Area": 95.16015625, "Shape__Length": 45.635314005815118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148909536041401, 39.984857795256303 ], [ -75.148957504074104, 39.984864379499903 ], [ -75.148983912685594, 39.984746592968101 ], [ -75.148934611580302, 39.984740381277703 ], [ -75.148909536041401, 39.984857795256303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2125 N PERCY ST", "addr_range": "2125-2127 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 600, "objectid": 2969, "Shape__Area": 95.0859375, "Shape__Length": 45.059410046473729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148255748459405, 39.984358330865497 ], [ -75.148405462239495, 39.984378876526499 ], [ -75.148406179973804, 39.9843754590079 ], [ -75.148413364657998, 39.984341092070501 ], [ -75.148264354222107, 39.984319708195102 ], [ -75.148255748459405, 39.984358330865497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2119 N PERCY ST", "addr_range": "2117-2121 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 629, "objectid": 2970, "Shape__Area": 99.80859375, "Shape__Length": 45.667183708417184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148279908758894, 39.984244072355203 ], [ -75.148429750689004, 39.984264507366603 ], [ -75.148437933913002, 39.984224345175001 ], [ -75.148288082969003, 39.9842040865679 ], [ -75.148279908758894, 39.984244072355203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2109 N PERCY ST", "addr_range": "2103-2113 N PERCY ST; 2102, 2108-2110 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 615, "objectid": 2971, "Shape__Area": 97.53125, "Shape__Length": 45.343546605219871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148322302545594, 39.984052578146098 ], [ -75.148471786305706, 39.984072537363197 ], [ -75.148480190953293, 39.984033137045699 ], [ -75.148330439738302, 39.984013557411302 ], [ -75.148322302545594, 39.984052578146098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "920 EDGLEY ST", "addr_range": "920-924 EDGLEY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 633, "objectid": 2972, "Shape__Area": 100.390625, "Shape__Length": 46.028762517425989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148811430176494, 39.984388737911203 ], [ -75.148788181069193, 39.984496231582803 ], [ -75.148840773921407, 39.984503467621103 ], [ -75.148864165506097, 39.984386227230701 ], [ -75.148813807240202, 39.9843797338307 ], [ -75.148811430176494, 39.984388737911203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2138 N DARIEN ST", "addr_range": "2121-2125, 2129-2131 N 9TH ST; 2118-2124, 2134-2142 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 580, "objectid": 2973, "Shape__Area": 91.99609375, "Shape__Length": 44.282166584362784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147510889213194, 39.984314103191899 ], [ -75.147503064908605, 39.9843515172469 ], [ -75.147649868401302, 39.984370886045603 ], [ -75.147655931097802, 39.984340652816897 ], [ -75.147657926840196, 39.9843328312596 ], [ -75.147510889213194, 39.984314103191899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2123 N 9TH ST", "addr_range": "2121-2125, 2129-2131 N 9TH ST; 2118-2124, 2134-2142 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 909, "objectid": 2974, "Shape__Area": 144.13671875, "Shape__Length": 58.26269978562047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1476987895158, 39.984144172273098 ], [ -75.147900223069399, 39.984171757855897 ], [ -75.147909709772904, 39.984129804285999 ], [ -75.1477081390927, 39.984100328870802 ], [ -75.147705016670599, 39.984115087067501 ], [ -75.1476987895158, 39.984144172273098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2105 N PERCY ST", "addr_range": "2103-2113 N PERCY ST; 2102, 2108-2110 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 605, "objectid": 2975, "Shape__Area": 95.9375, "Shape__Length": 45.177771885726841 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148338618069403, 39.983976183772803 ], [ -75.148488511798504, 39.983995863037997 ], [ -75.148497352958401, 39.983957634029203 ], [ -75.148347745642994, 39.983937573827703 ], [ -75.148338618069403, 39.983976183772803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2117 N DARIEN ST", "addr_range": "2115-2127 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 552, "objectid": 2976, "Shape__Area": 87.46875, "Shape__Length": 44.022209764676553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147342811848006, 39.983879824634997 ], [ -75.147338638408897, 39.983900122791297 ], [ -75.147335500460002, 39.983915284284798 ], [ -75.147484386638695, 39.983934990677 ], [ -75.147491420965906, 39.983899637364203 ], [ -75.147342811848006, 39.983879824634997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2126 N PERCY ST", "addr_range": "2126-2128 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 735, "objectid": 2977, "Shape__Area": 116.46484375, "Shape__Length": 53.353854839836771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148502146981798, 39.984430394508202 ], [ -75.148689089645401, 39.984456684315802 ], [ -75.148697189642306, 39.984418630411902 ], [ -75.148509610662799, 39.9843936660087 ], [ -75.148502146981798, 39.984430394508202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "258 DIAMOND ST", "addr_range": "2045-2047 N 3RD ST; 2058 N BODINE ST; 258-270 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 963, "objectid": 2978, "Shape__Area": 152.5859375, "Shape__Length": 59.821648703063595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138980224520793, 39.982174518053803 ], [ -75.138946574459894, 39.982330343098802 ], [ -75.138950838670098, 39.982335501162503 ], [ -75.139003220464204, 39.982342737868997 ], [ -75.139037058451706, 39.9821820821955 ], [ -75.138980224520793, 39.982174518053803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "270 DIAMOND ST", "addr_range": "2045-2047 N 3RD ST; 2058 N BODINE ST; 258-270 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1430, "objectid": 2979, "Shape__Area": 226.625, "Shape__Length": 79.359406092836949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139343593796298, 39.982390072097701 ], [ -75.139356538214699, 39.982391849638702 ], [ -75.139405277536099, 39.982168906337201 ], [ -75.139343997250293, 39.982160952004797 ], [ -75.1393397960274, 39.982177555997701 ], [ -75.139296171358893, 39.982383528623899 ], [ -75.139301070558901, 39.982384204112599 ], [ -75.139343593796298, 39.982390072097701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "264 DIAMOND ST", "addr_range": "2045-2047 N 3RD ST; 2058 N BODINE ST; 258-270 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1295, "objectid": 2980, "Shape__Area": 205.23046875, "Shape__Length": 79.305840312618486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139113267626698, 39.982358765839301 ], [ -75.139174545024801, 39.982366768880901 ], [ -75.139178899850407, 39.9823461705477 ], [ -75.139222351514704, 39.982144676612698 ], [ -75.139181541335603, 39.982138460109901 ], [ -75.139166665831794, 39.982199958018299 ], [ -75.139152486242693, 39.982197619850602 ], [ -75.139148054215696, 39.982196827037903 ], [ -75.139139065292895, 39.982244739882397 ], [ -75.139113267626698, 39.982358765839301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "268 DIAMOND ST", "addr_range": "2045-2047 N 3RD ST; 2058 N BODINE ST; 258-270 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1481, "objectid": 2981, "Shape__Area": 234.6875, "Shape__Length": 79.835585494632539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1393397960274, 39.982177555997701 ], [ -75.139343997250293, 39.982160952004797 ], [ -75.139280945146396, 39.982152746493902 ], [ -75.139257249664794, 39.982258406544901 ], [ -75.139232238858099, 39.982374820114899 ], [ -75.139296171358893, 39.982383528623899 ], [ -75.1393397960274, 39.982177555997701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2047 N 3RD ST", "addr_range": "2045-2047 N 3RD ST; 2058 N BODINE ST; 258-270 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 971, "objectid": 2982, "Shape__Area": 153.83984375, "Shape__Length": 62.862447361689895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139190168184399, 39.9820993555375 ], [ -75.139413929574204, 39.982129722132797 ], [ -75.139422608844697, 39.982089280719201 ], [ -75.139198054169697, 39.982057220188203 ], [ -75.139196906067696, 39.982063625572899 ], [ -75.139190168184399, 39.9820993555375 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "260 DIAMOND ST", "addr_range": "2045-2047 N 3RD ST; 2058 N BODINE ST; 258-270 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 840, "objectid": 2983, "Shape__Area": 133.0859375, "Shape__Length": 58.379769426704058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139003220464204, 39.982342737868997 ], [ -75.139052029398201, 39.982349683329097 ], [ -75.139084352613594, 39.9822055161452 ], [ -75.139086743105693, 39.9821896440438 ], [ -75.139037058451706, 39.9821820821955 ], [ -75.139003220464204, 39.982342737868997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2058 N BODINE ST", "addr_range": "2045-2047 N 3RD ST; 2058 N BODINE ST; 258-270 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 678, "objectid": 2984, "Shape__Area": 107.49609375, "Shape__Length": 49.89998363366022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139148054215696, 39.982196827037903 ], [ -75.139152486242693, 39.982197619850602 ], [ -75.139160145009996, 39.982160847629999 ], [ -75.139006584693405, 39.982139121897099 ], [ -75.138988837101607, 39.982136397086599 ], [ -75.138980224520793, 39.982174518053803 ], [ -75.139037058451706, 39.9821820821955 ], [ -75.139086743105693, 39.9821896440438 ], [ -75.139148054215696, 39.982196827037903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2045 N 3RD ST", "addr_range": "2045-2047 N 3RD ST; 2058 N BODINE ST; 258-270 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2001", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1001, "objectid": 2985, "Shape__Area": 158.671875, "Shape__Length": 63.244145981306488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139198054169697, 39.982057220188203 ], [ -75.139422608844697, 39.982089280719201 ], [ -75.139432295069, 39.982046623168102 ], [ -75.139236104066697, 39.9820191237459 ], [ -75.139207673134905, 39.982015736958097 ], [ -75.139198054169697, 39.982057220188203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2118 N 3RD ST", "addr_range": "2118 N 3RD ST", "zipcode": 19122, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 700, "objectid": 2986, "Shape__Area": 110.9609375, "Shape__Length": 52.638761528643776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139321984715394, 39.983095586182003 ], [ -75.139508757742703, 39.983118437228299 ], [ -75.139516088050101, 39.983082559439801 ], [ -75.139329436639599, 39.983059776944501 ], [ -75.139321984715394, 39.983095586182003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2135 N 7TH ST", "addr_range": "2131-2135, 2141 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1682, "objectid": 2987, "Shape__Area": 266.62890625, "Shape__Length": 76.484730359574357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1452420341287, 39.984155692648002 ], [ -75.145500252855598, 39.9841849748938 ], [ -75.145509852642405, 39.984128627538503 ], [ -75.145511300287396, 39.984122551467003 ], [ -75.145509827642798, 39.9841221630452 ], [ -75.1455080128774, 39.984121960579003 ], [ -75.145252710524105, 39.9840931157553 ], [ -75.145251603223997, 39.984099570769096 ], [ -75.1452420341287, 39.984155692648002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2141 N 7TH ST", "addr_range": "2131-2135, 2141 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1140, "objectid": 2988, "Shape__Area": 180.67578125, "Shape__Length": 70.484912692157266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145219400337396, 39.984280865111899 ], [ -75.145477632476897, 39.984309809819401 ], [ -75.145485177159799, 39.984268262854499 ], [ -75.145227954575304, 39.984237584081797 ], [ -75.145219400337396, 39.984280865111899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2131 N 7TH ST", "addr_range": "2131-2135, 2141 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1641, "objectid": 2989, "Shape__Area": 260.03125, "Shape__Length": 76.186032821365984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145510114796494, 39.984110338252698 ], [ -75.145514098915896, 39.984110781866498 ], [ -75.145524728726897, 39.984050573582898 ], [ -75.145265647754499, 39.984020240142002 ], [ -75.145254682471304, 39.984081585090102 ], [ -75.145510114796494, 39.984110338252698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2144 N FRANKLIN ST", "addr_range": "2140-2146 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1004, "objectid": 2990, "Shape__Area": 159.1328125, "Shape__Length": 66.963257988137556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146336889563202, 39.984326646537298 ], [ -75.146328864039901, 39.984365442633397 ], [ -75.146574759453401, 39.984397538770203 ], [ -75.146582486737998, 39.984358299800803 ], [ -75.146336889563202, 39.984326646537298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2146 N FRANKLIN ST", "addr_range": "2140-2146 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 975, "objectid": 2991, "Shape__Area": 154.55078125, "Shape__Length": 66.755252724949244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146328864039901, 39.984365442633397 ], [ -75.146320288022807, 39.984403290980602 ], [ -75.146522429267606, 39.984429381315898 ], [ -75.146566769257802, 39.984435416639997 ], [ -75.146574759453401, 39.984397538770203 ], [ -75.146328864039901, 39.984365442633397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2142 N FRANKLIN ST", "addr_range": "2140-2146 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 981, "objectid": 2992, "Shape__Area": 155.421875, "Shape__Length": 66.739632638868031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1463448823623, 39.984288673231703 ], [ -75.146336889563202, 39.984326646537298 ], [ -75.146582486737998, 39.984358299800803 ], [ -75.146591382342805, 39.984320329840997 ], [ -75.1463448823623, 39.984288673231703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2140 N FRANKLIN ST", "addr_range": "2140-2146 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 984, "objectid": 2993, "Shape__Area": 155.96484375, "Shape__Length": 66.820360392147407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146353484960599, 39.984250130798998 ], [ -75.1463448823623, 39.984288673231703 ], [ -75.146591382342805, 39.984320329840997 ], [ -75.146599363228106, 39.984282694133398 ], [ -75.146353484960599, 39.984250130798998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2143 N 9TH ST", "addr_range": "2141-2145, 2155 N 9TH ST; 2146-2154, 2158-2166 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 844, "objectid": 2994, "Shape__Area": 133.75, "Shape__Length": 57.506142742010979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147617882346097, 39.984516577502397 ], [ -75.147611862509805, 39.984543490539899 ], [ -75.147814730841006, 39.984571963848502 ], [ -75.147823106056805, 39.984531692516398 ], [ -75.147620691699103, 39.984504518874303 ], [ -75.147617882346097, 39.984516577502397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2162 N DARIEN ST", "addr_range": "2141-2145, 2155 N 9TH ST; 2146-2154, 2158-2166 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 478, "objectid": 2995, "Shape__Area": 75.73828125, "Shape__Length": 44.50757567796613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1474114168184, 39.984781565765999 ], [ -75.147570543380496, 39.984802583642598 ], [ -75.1475724401066, 39.984792486566299 ], [ -75.147565184714196, 39.984791517436499 ], [ -75.147568502970202, 39.984771619756799 ], [ -75.147418054882493, 39.984752185345599 ], [ -75.1474114168184, 39.984781565765999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2160 N DARIEN ST", "addr_range": "2141-2145, 2155 N 9TH ST; 2146-2154, 2158-2166 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 559, "objectid": 2996, "Shape__Area": 88.65234375, "Shape__Length": 44.284368125265019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147425383107404, 39.984716807164098 ], [ -75.147418054882493, 39.984752185345599 ], [ -75.147568502970202, 39.984771619756799 ], [ -75.147572334623504, 39.984749847882597 ], [ -75.147574412929202, 39.9847355318404 ], [ -75.147425383107404, 39.984716807164098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2146 N DARIEN ST", "addr_range": "2141-2145, 2155 N 9TH ST; 2146-2154, 2158-2166 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 573, "objectid": 2997, "Shape__Area": 90.92578125, "Shape__Length": 44.118803339201065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147471443245394, 39.984498603603598 ], [ -75.147617882346097, 39.984516577502397 ], [ -75.147620691699103, 39.984504518874303 ], [ -75.147626480673907, 39.984479228745798 ], [ -75.147478838757706, 39.984461437518597 ], [ -75.147477803885906, 39.984466588612797 ], [ -75.147471443245394, 39.984498603603598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2166 N DARIEN ST", "addr_range": "2141-2145, 2155 N 9TH ST; 2146-2154, 2158-2166 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 501, "objectid": 2998, "Shape__Area": 79.37890625, "Shape__Length": 42.053926663024001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147403536500605, 39.984853234447698 ], [ -75.147546141849006, 39.984871749495099 ], [ -75.1475529479237, 39.984838502994698 ], [ -75.147410595406996, 39.984819413430301 ], [ -75.147403536500605, 39.984853234447698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2145 N 9TH ST", "addr_range": "2141-2145, 2155 N 9TH ST; 2146-2154, 2158-2166 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 852, "objectid": 2999, "Shape__Area": 135.08203125, "Shape__Length": 57.517465168201646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147609194758701, 39.984553504359098 ], [ -75.147603922371403, 39.984585028648397 ], [ -75.147805602913806, 39.984610572850102 ], [ -75.147814730841006, 39.984571963848502 ], [ -75.147611862509805, 39.984543490539899 ], [ -75.147609194758701, 39.984553504359098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2155 N 9TH ST", "addr_range": "2141-2145, 2155 N 9TH ST; 2146-2154, 2158-2166 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 862, "objectid": 3000, "Shape__Area": 136.59765625, "Shape__Length": 56.802271198729109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1475724401066, 39.984792486566299 ], [ -75.147761460802499, 39.984817568066198 ], [ -75.147770316168604, 39.9847756803808 ], [ -75.147572334623504, 39.984749847882597 ], [ -75.147568502970202, 39.984771619756799 ], [ -75.147565184714196, 39.984791517436499 ], [ -75.1475724401066, 39.984792486566299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2158 N DARIEN ST", "addr_range": "2141-2145, 2155 N 9TH ST; 2146-2154, 2158-2166 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 550, "objectid": 3001, "Shape__Area": 87.28515625, "Shape__Length": 44.02577174548906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147430528157201, 39.9846940487257 ], [ -75.147425383107404, 39.984716807164098 ], [ -75.147574412929202, 39.9847355318404 ], [ -75.147580989876701, 39.984707133039798 ], [ -75.147581870694495, 39.984700591780999 ], [ -75.147432738015695, 39.984681252086197 ], [ -75.147430528157201, 39.9846940487257 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2141 N 9TH ST", "addr_range": "2141-2145, 2155 N 9TH ST; 2146-2154, 2158-2166 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 866, "objectid": 3002, "Shape__Area": 137.30859375, "Shape__Length": 57.740210048128176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147626480673907, 39.984479228745798 ], [ -75.147620691699103, 39.984504518874303 ], [ -75.147823106056805, 39.984531692516398 ], [ -75.147832333959499, 39.984490473722197 ], [ -75.147629901946104, 39.984464283607601 ], [ -75.147626480673907, 39.984479228745798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2154 N DARIEN ST", "addr_range": "2141-2145, 2155 N 9TH ST; 2146-2154, 2158-2166 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 573, "objectid": 3003, "Shape__Area": 90.8984375, "Shape__Length": 44.255632003856043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147440744671798, 39.984644002551399 ], [ -75.147588627697303, 39.984663153519797 ], [ -75.147595735525798, 39.984625852059303 ], [ -75.147448132106902, 39.984607078659202 ], [ -75.147440744671798, 39.984644002551399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2148 N DARIEN ST", "addr_range": "2141-2145, 2155 N 9TH ST; 2146-2154, 2158-2166 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 564, "objectid": 3004, "Shape__Area": 89.40625, "Shape__Length": 43.716638463578462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147466678255, 39.984517405270097 ], [ -75.147464088045297, 39.9845352065635 ], [ -75.147609194758701, 39.984553504359098 ], [ -75.147611862509805, 39.984543490539899 ], [ -75.147617882346097, 39.984516577502397 ], [ -75.147471443245394, 39.984498603603598 ], [ -75.147466678255, 39.984517405270097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2150 N DARIEN ST", "addr_range": "2141-2145, 2155 N 9TH ST; 2146-2154, 2158-2166 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 562, "objectid": 3005, "Shape__Area": 89.1171875, "Shape__Length": 43.741026850273727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147464088045297, 39.9845352065635 ], [ -75.147455454656196, 39.984571297591401 ], [ -75.147589038944304, 39.984588995339301 ], [ -75.147601491354393, 39.984591034689998 ], [ -75.147603922371403, 39.984585028648397 ], [ -75.147609194758701, 39.984553504359098 ], [ -75.147464088045297, 39.9845352065635 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2152 N DARIEN ST", "addr_range": "2141-2145, 2155 N 9TH ST; 2146-2154, 2158-2166 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 544, "objectid": 3006, "Shape__Area": 86.28125, "Shape__Length": 43.525467712949606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147448132106902, 39.984607078659202 ], [ -75.147595735525798, 39.984625852059303 ], [ -75.147601491354393, 39.984591034689998 ], [ -75.147589038944304, 39.984588995339301 ], [ -75.147455454656196, 39.984571297591401 ], [ -75.147454966685302, 39.984573639090698 ], [ -75.1474544774035, 39.984576014799003 ], [ -75.147448339541796, 39.984606067011903 ], [ -75.147448132106902, 39.984607078659202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2164 N DARIEN ST", "addr_range": "2141-2145, 2155 N 9TH ST; 2146-2154, 2158-2166 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 516, "objectid": 3007, "Shape__Area": 81.8125, "Shape__Length": 42.263789742493259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147410595406996, 39.984819413430301 ], [ -75.1475529479237, 39.984838502994698 ], [ -75.147560240351396, 39.984804026816803 ], [ -75.147418752411497, 39.984784843337003 ], [ -75.147416279512797, 39.984792461252297 ], [ -75.147410595406996, 39.984819413430301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2200 N MARSHALL ST", "addr_range": "2200, 2206-2210, 2214 N MARSHALL ST", "zipcode": 19133, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1802, "objectid": 3008, "Shape__Area": 285.5703125, "Shape__Length": 79.01658185497368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1447159896465, 39.984958759617399 ], [ -75.144981081873993, 39.984991407532299 ], [ -75.144994017589497, 39.9849284467453 ], [ -75.144868546868594, 39.9849112364939 ], [ -75.144728128742798, 39.984891961341802 ], [ -75.144716494429304, 39.984955982414903 ], [ -75.1447159896465, 39.984958759617399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2206 N MARSHALL ST", "addr_range": "2200, 2206-2210, 2214 N MARSHALL ST", "zipcode": 19133, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1570, "objectid": 3009, "Shape__Area": 248.88671875, "Shape__Length": 91.840983096212696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145007522118206, 39.985138554275302 ], [ -75.145042025528497, 39.9851426423593 ], [ -75.1450500432979, 39.985099703263501 ], [ -75.144698003631902, 39.985058343081199 ], [ -75.144690144808806, 39.985100980319203 ], [ -75.145007522118206, 39.985138554275302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2214 N MARSHALL ST", "addr_range": "2200, 2206-2210, 2214 N MARSHALL ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1272, "objectid": 3010, "Shape__Area": 201.5546875, "Shape__Length": 72.435890461865966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144656157296097, 39.985291004573703 ], [ -75.144916573025597, 39.985321594837004 ], [ -75.144925226900895, 39.985274625501802 ], [ -75.144664360231602, 39.9852443142453 ], [ -75.144656157296097, 39.985291004573703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2208-10 N MARSHALL ST", "addr_range": "2200, 2206-2210, 2214 N MARSHALL ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 3171, "objectid": 3011, "Shape__Area": 502.55859375, "Shape__Length": 99.621606184356324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144934081612703, 39.985227336357099 ], [ -75.144990093852101, 39.985233958884002 ], [ -75.144998850575604, 39.985187604573397 ], [ -75.145007522118206, 39.985138554275302 ], [ -75.144690144808806, 39.985100980319203 ], [ -75.144672616990107, 39.985197350326899 ], [ -75.144934081612703, 39.985227336357099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2214 N 3RD ST", "addr_range": "2208, 2212-2218, 2222 N 3RD ST; 2207-2211 N ORIANNA ST; 301, 307-311 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1051, "objectid": 3012, "Shape__Area": 166.6171875, "Shape__Length": 61.861996834503188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139189918203996, 39.984631330194503 ], [ -75.139193775113696, 39.984631853127297 ], [ -75.139202446542598, 39.984633034305297 ], [ -75.139207681517107, 39.984609166356201 ], [ -75.139212862632405, 39.984585571993698 ], [ -75.139207401651007, 39.9845848503874 ], [ -75.139204106326503, 39.984584405103902 ], [ -75.1392039407352, 39.984584386019499 ], [ -75.1390005313161, 39.9845575123516 ], [ -75.138990284936696, 39.984604364911497 ], [ -75.139181849865594, 39.984630243826999 ], [ -75.139189918203996, 39.984631330194503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2216 N 3RD ST", "addr_range": "2208, 2212-2218, 2222 N 3RD ST; 2207-2211 N ORIANNA ST; 301, 307-311 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 787, "objectid": 3013, "Shape__Area": 124.76171875, "Shape__Length": 56.1739381027311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138982075338106, 39.984641867037801 ], [ -75.139173615635997, 39.984667840912699 ], [ -75.139181494981699, 39.984668907664002 ], [ -75.139189918203996, 39.984631330194503 ], [ -75.139181849865594, 39.984630243826999 ], [ -75.138990284936696, 39.984604364911497 ], [ -75.138982075338106, 39.984641867037801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1621 N 6TH ST", "addr_range": "1619-1621 N 6TH ST", "zipcode": 19122, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 832, "objectid": 3014, "Shape__Area": 131.79296875, "Shape__Length": 58.397737277829279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145162293041395, 39.976166853463297 ], [ -75.145372036176795, 39.976193763184 ], [ -75.145379248391905, 39.976155733484397 ], [ -75.145170494535094, 39.976128957956703 ], [ -75.145162293041395, 39.976166853463297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2207 N ORIANNA ST", "addr_range": "2208, 2212-2218, 2222 N 3RD ST; 2207-2211 N ORIANNA ST; 301, 307-311 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 556, "objectid": 3015, "Shape__Area": 88.1484375, "Shape__Length": 42.975731543282741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139242968690397, 39.984481121876101 ], [ -75.139384578857602, 39.9845008985383 ], [ -75.139392939922004, 39.9844633196427 ], [ -75.139252277027097, 39.984443918639698 ], [ -75.139242968690397, 39.984481121876101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "311 W SUSQUEHANNA AVE", "addr_range": "2208, 2212-2218, 2222 N 3RD ST; 2207-2211 N ORIANNA ST; 301, 307-311 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1502, "objectid": 3016, "Shape__Area": 238.0859375, "Shape__Length": 84.899445686719105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139390275146994, 39.984200632442999 ], [ -75.139336046465303, 39.984444212263099 ], [ -75.139394902983796, 39.984452015911103 ], [ -75.139425220726196, 39.984318038638101 ], [ -75.139447419654104, 39.984208267378598 ], [ -75.139390275146994, 39.984200632442999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "309 W SUSQUEHANNA AVE", "addr_range": "2208, 2212-2218, 2222 N 3RD ST; 2207-2211 N ORIANNA ST; 301, 307-311 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1533, "objectid": 3017, "Shape__Area": 242.921875, "Shape__Length": 85.316178020268865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139276108427296, 39.984436175846099 ], [ -75.139336046465303, 39.984444212263099 ], [ -75.139390275146994, 39.984200632442999 ], [ -75.139330606910903, 39.984192682377902 ], [ -75.139289749759698, 39.984372941504901 ], [ -75.1392889797024, 39.984382644224503 ], [ -75.139284296227004, 39.984401978159497 ], [ -75.139276108427296, 39.984436175846099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "301 W SUSQUEHANNA AVE", "addr_range": "2208, 2212-2218, 2222 N 3RD ST; 2207-2211 N ORIANNA ST; 301, 307-311 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1652, "objectid": 3018, "Shape__Area": 261.76171875, "Shape__Length": 86.355302073862987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139034189118505, 39.984403735481301 ], [ -75.139098067050696, 39.984412297751 ], [ -75.139103035696905, 39.984392067484698 ], [ -75.139105961722606, 39.984377561803001 ], [ -75.139107468792503, 39.984369406688799 ], [ -75.139152894656206, 39.984168973123303 ], [ -75.1390874724556, 39.984160246901297 ], [ -75.139081728151794, 39.984186455829899 ], [ -75.139034189118505, 39.984403735481301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2209 N ORIANNA ST", "addr_range": "2208, 2212-2218, 2222 N 3RD ST; 2207-2211 N ORIANNA ST; 301, 307-311 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 567, "objectid": 3019, "Shape__Area": 89.90625, "Shape__Length": 43.19393638926654 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139235542744998, 39.984519479795097 ], [ -75.139376090021997, 39.984539119659402 ], [ -75.139384578857602, 39.9845008985383 ], [ -75.139242968690397, 39.984481121876101 ], [ -75.139235542744998, 39.984519479795097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2211 N ORIANNA ST", "addr_range": "2208, 2212-2218, 2222 N 3RD ST; 2207-2211 N ORIANNA ST; 301, 307-311 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 566, "objectid": 3020, "Shape__Area": 89.75, "Shape__Length": 43.125702980577024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139226565508494, 39.984557850179101 ], [ -75.139367627923605, 39.984577162985701 ], [ -75.139376090021997, 39.984539119659402 ], [ -75.139235542744998, 39.984519479795097 ], [ -75.139226565508494, 39.984557850179101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2328 SEYBERT ST", "addr_range": "2328 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 839, "objectid": 3021, "Shape__Area": 133.04296875, "Shape__Length": 58.97020229616713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174504545846105, 39.975503198877803 ], [ -75.174455280390006, 39.975496852883403 ], [ -75.174419919626501, 39.975659298425299 ], [ -75.174469187503206, 39.9756656453876 ], [ -75.174504545846105, 39.975503198877803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2217 W OXFORD ST", "addr_range": "2215-2217 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1105, "objectid": 3022, "Shape__Area": 175.0625, "Shape__Length": 68.542719370116842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171696558919194, 39.9792874519989 ], [ -75.171751672336995, 39.9792944774182 ], [ -75.171792295775802, 39.979104160779002 ], [ -75.171736728182907, 39.979096947672403 ], [ -75.171696558919194, 39.9792874519989 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2331 W OXFORD ST", "addr_range": "2331 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1126, "objectid": 3023, "Shape__Area": 178.41796875, "Shape__Length": 66.997883118759376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173765904447094, 39.979364472865001 ], [ -75.173707359860998, 39.979356194668703 ], [ -75.173667469402005, 39.979538935486602 ], [ -75.173726505763796, 39.979546418333101 ], [ -75.173765904447094, 39.979364472865001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2402 CECIL B MOORE AVE", "addr_range": "2400-2402 CECIL B MOORE AVE; 2401-2403 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1036, "objectid": 3024, "Shape__Area": 164.24609375, "Shape__Length": 67.256626564695864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174331545235503, 39.980538132331297 ], [ -75.174294069956204, 39.980726794937397 ], [ -75.174345818553704, 39.980733082216297 ], [ -75.174384948753996, 39.980544972117102 ], [ -75.174331545235503, 39.980538132331297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2418 NICHOLAS ST", "addr_range": "2416-2420 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 850, "objectid": 3025, "Shape__Area": 134.69140625, "Shape__Length": 60.359874088944444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174813818776101, 39.980149731861097 ], [ -75.174778565241695, 39.980317957224301 ], [ -75.174826680442393, 39.980323905070797 ], [ -75.174862237068098, 39.9801559613054 ], [ -75.174813818776101, 39.980149731861097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2355 TURNER ST", "addr_range": "2353-2355 TURNER ST", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 913, "objectid": 3026, "Shape__Area": 144.71484375, "Shape__Length": 59.6819900443354 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174135523329596, 39.979883895355201 ], [ -75.1741025605385, 39.980045320662299 ], [ -75.174155709897605, 39.980052767548003 ], [ -75.174156590850501, 39.980046678454897 ], [ -75.174190621239802, 39.979891934680197 ], [ -75.174135523329596, 39.979883895355201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1338 N 21ST ST", "addr_range": "1338 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1244, "objectid": 3027, "Shape__Area": 196.5546875, "Shape__Length": 61.301091593047985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170577330353197, 39.975681641333303 ], [ -75.170561756789795, 39.975596242768297 ], [ -75.170385872646406, 39.975614147719497 ], [ -75.170376955319, 39.975658067213203 ], [ -75.170577330353197, 39.975681641333303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2312 TURNER ST", "addr_range": "2312 TURNER ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 831, "objectid": 3028, "Shape__Area": 131.65234375, "Shape__Length": 57.381661139244201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173131558579797, 39.979641095866398 ], [ -75.173182398429702, 39.9796475723208 ], [ -75.173215641905998, 39.979491489332602 ], [ -75.173164793571601, 39.979485270389603 ], [ -75.173131558579797, 39.979641095866398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "434 N 60TH ST", "addr_range": "434 N 60TH ST", "zipcode": 19151, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2214, "objectid": 3029, "Shape__Area": 350.62890625, "Shape__Length": 104.28860841751712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239407531434594, 39.968995858533901 ], [ -75.239801502061098, 39.969037055984401 ], [ -75.239811837243806, 39.968984135163801 ], [ -75.239419158751502, 39.968940872104 ], [ -75.239407531434594, 39.968995858533901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "405 N SALFORD ST", "addr_range": "405 N SALFORD ST", "zipcode": 19151, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1305, "objectid": 3030, "Shape__Area": 206.75390625, "Shape__Length": 66.330169079785563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238454570384903, 39.9682232261992 ], [ -75.238674914668806, 39.968251115310302 ], [ -75.238682739611804, 39.968214581874001 ], [ -75.238686891137306, 39.968195217571001 ], [ -75.238467157484294, 39.9681660831559 ], [ -75.238455577281101, 39.968218669386303 ], [ -75.238454570384903, 39.9682232261992 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6000 W GIRARD AVE", "addr_range": "6000-6002 W GIRARD AVE", "zipcode": 19151, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1456, "objectid": 3031, "Shape__Area": 230.58984375, "Shape__Length": 74.541058120030399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239484351313905, 39.969665996522998 ], [ -75.239443418391602, 39.969871705133599 ], [ -75.239514921982902, 39.969867127478103 ], [ -75.239555249041501, 39.969674479912101 ], [ -75.239484351313905, 39.969665996522998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1216 N 60TH ST", "addr_range": "1216 N 60TH ST", "zipcode": 19151, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 692, "objectid": 3032, "Shape__Area": 109.703125, "Shape__Length": 50.453502263031666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239480146993003, 39.970397082616799 ], [ -75.239305534804799, 39.970417844909697 ], [ -75.239312328876807, 39.9704556478992 ], [ -75.239486520083702, 39.970435537712802 ], [ -75.239480146993003, 39.970397082616799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6002 W GIRARD AVE", "addr_range": "6000-6002 W GIRARD AVE", "zipcode": 19151, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1327, "objectid": 3033, "Shape__Area": 210.30078125, "Shape__Length": 70.463224191791795 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239555249041501, 39.969674479912101 ], [ -75.239514921982902, 39.969867127478103 ], [ -75.2395855852171, 39.969863805398198 ], [ -75.239622760225899, 39.969682678334898 ], [ -75.239555249041501, 39.969674479912101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "743 W MONTGOMERY AVE", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 962, "objectid": 3034, "Shape__Area": 152.42578125, "Shape__Length": 60.559297330126768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147914972753995, 39.979227031241003 ], [ -75.147972230972798, 39.979234391576597 ], [ -75.147993391466798, 39.9791365240647 ], [ -75.148006267214697, 39.979071755109501 ], [ -75.147951503492493, 39.979064372057998 ], [ -75.147914972753995, 39.979227031241003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1749 N MARSHALL ST", "addr_range": "1741-1745; 1749-1751 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1357, "objectid": 3035, "Shape__Area": 215.08984375, "Shape__Length": 79.066303978925276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145473410737097, 39.978274329359003 ], [ -75.145464929446703, 39.978318450000401 ], [ -75.1457586125413, 39.978351261748202 ], [ -75.145766841943399, 39.978306619088002 ], [ -75.145473410737097, 39.978274329359003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1743 N MARSHALL ST", "addr_range": "1741-1745; 1749-1751 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 756, "objectid": 3036, "Shape__Area": 119.82421875, "Shape__Length": 53.114229700697621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145793676165795, 39.978166356069302 ], [ -75.145608724066705, 39.978146571126601 ], [ -75.145601531836405, 39.978185482492599 ], [ -75.145786456801801, 39.978206008369298 ], [ -75.145793676165795, 39.978166356069302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1741 N MARSHALL ST", "addr_range": "1741-1745; 1749-1751 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 769, "objectid": 3037, "Shape__Area": 121.890625, "Shape__Length": 53.312588987533573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145608724066705, 39.978146571126601 ], [ -75.145793676165795, 39.978166356069302 ], [ -75.145800916584406, 39.978126704246797 ], [ -75.145615967622604, 39.978106290471601 ], [ -75.145608724066705, 39.978146571126601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2017 N ALDER ST", "addr_range": "2000-2022 N 10TH ST; 2017-2019 N ALDER ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 560, "objectid": 3038, "Shape__Area": 88.7734375, "Shape__Length": 43.214330135181754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150445897640196, 39.9827267531521 ], [ -75.1503035376562, 39.982707589435002 ], [ -75.150295027654593, 39.982745000724996 ], [ -75.150437386544397, 39.982764164426101 ], [ -75.150445897640196, 39.9827267531521 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1751 N MARSHALL ST", "addr_range": "1741-1745; 1749-1751 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1341, "objectid": 3039, "Shape__Area": 212.5234375, "Shape__Length": 78.948020082638124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145464929446703, 39.978318450000401 ], [ -75.145456469683296, 39.978362039527298 ], [ -75.145750136911403, 39.978395269907303 ], [ -75.1457586125413, 39.978351261748202 ], [ -75.145464929446703, 39.978318450000401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2019 N ALDER ST", "addr_range": "2000-2022 N 10TH ST; 2017-2019 N ALDER ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 487, "objectid": 3040, "Shape__Area": 77.24609375, "Shape__Length": 41.788510520641324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150295027654593, 39.982745000724996 ], [ -75.1502879554819, 39.982776090593099 ], [ -75.150429647023202, 39.982798186421 ], [ -75.150437386544397, 39.982764164426101 ], [ -75.150295027654593, 39.982745000724996 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1745 N MARSHALL ST", "addr_range": "1741-1745; 1749-1751 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1463, "objectid": 3041, "Shape__Area": 231.8828125, "Shape__Length": 80.042734651334982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145482172235305, 39.9782305367414 ], [ -75.145775297807404, 39.978263125863698 ], [ -75.145784469444607, 39.978215168103297 ], [ -75.145588172908901, 39.978193432670203 ], [ -75.145490511864693, 39.978182962873298 ], [ -75.145490485792493, 39.978183123564399 ], [ -75.145482172235305, 39.9782305367414 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2010-22 N 10TH ST", "addr_range": "2000-2022 N 10TH ST; 2017-2019 N ALDER ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 11454, "objectid": 3042, "Shape__Area": 1814.66796875, "Shape__Length": 177.82586934236031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150429647023202, 39.982798186421 ], [ -75.1502879554819, 39.982776090593099 ], [ -75.150295027654593, 39.982745000724996 ], [ -75.1503035376562, 39.982707589435002 ], [ -75.150031118393599, 39.982670917793001 ], [ -75.1499666665745, 39.982957790313101 ], [ -75.150380664449997, 39.983013520767898 ], [ -75.150429647023202, 39.982798186421 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2000-08 N 10TH ST", "addr_range": "2000-2022 N 10TH ST; 2017-2019 N ALDER ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 11800, "objectid": 3043, "Shape__Area": 1869.41015625, "Shape__Length": 173.51325022245064 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150092629459706, 39.9824005150437 ], [ -75.150031118393599, 39.982670917793001 ], [ -75.1503035376562, 39.982707589435002 ], [ -75.150445897640196, 39.9827267531521 ], [ -75.150507407174899, 39.982456348380502 ], [ -75.150092629459706, 39.9824005150437 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "729 W MONTGOMERY AVE", "addr_range": "1803-1823 N 8TH ST; 1802-1814 N FRANKLIN ST; 729, 741-743 W MONTGOMERY AVE", "zipcode": 19122, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 832, "objectid": 3044, "Shape__Area": 131.8515625, "Shape__Length": 58.849957655037507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147569308696504, 39.979180296004998 ], [ -75.147618538140193, 39.979186619379597 ], [ -75.147654494464803, 39.979024236477201 ], [ -75.147605963710603, 39.979018235306498 ], [ -75.147569308696504, 39.979180296004998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2134 N DARIEN ST", "addr_range": "2121-2125, 2129-2131 N 9TH ST; 2118-2124, 2134-2142 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 550, "objectid": 3045, "Shape__Area": 87.171875, "Shape__Length": 43.701560941621821 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147518710438803, 39.984276769257498 ], [ -75.147665988162601, 39.984294762122197 ], [ -75.147673674114003, 39.984260956211301 ], [ -75.147673717991907, 39.984259811108103 ], [ -75.147526701529998, 39.984240504180796 ], [ -75.147525433178302, 39.9842462464565 ], [ -75.147524721610594, 39.984249501926797 ], [ -75.147518710438803, 39.984276769257498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2127 N PERCY ST", "addr_range": "2125-2127 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 576, "objectid": 3046, "Shape__Area": 91.38671875, "Shape__Length": 44.552689471797095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148247943700596, 39.984395245338902 ], [ -75.148396307629199, 39.984415470281 ], [ -75.148405462239495, 39.984378876526499 ], [ -75.148255748459405, 39.984358330865497 ], [ -75.148247943700596, 39.984395245338902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2107 N PERCY ST", "addr_range": "2103-2113 N PERCY ST; 2102, 2108-2110 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 587, "objectid": 3047, "Shape__Area": 93.05859375, "Shape__Length": 44.839945761220832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148330439738302, 39.984013557411302 ], [ -75.148480190953293, 39.984033137045699 ], [ -75.148488511798504, 39.983995863037997 ], [ -75.148338618069403, 39.983976183772803 ], [ -75.148330439738302, 39.984013557411302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2150 N 8TH ST", "addr_range": "2146-2152 N 8TH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 826, "objectid": 3048, "Shape__Area": 131.0078125, "Shape__Length": 56.767075508051533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146957603504106, 39.984717095494602 ], [ -75.147158821576795, 39.984741631108001 ], [ -75.147163369898195, 39.984719714214897 ], [ -75.147165136873795, 39.984703682782502 ], [ -75.146966192367003, 39.984676183928201 ], [ -75.146957603504106, 39.984717095494602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2129 N 9TH ST", "addr_range": "2121-2125, 2129-2131 N 9TH ST; 2118-2124, 2134-2142 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 806, "objectid": 3049, "Shape__Area": 127.8125, "Shape__Length": 56.761407023801134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147673717991907, 39.984259811108103 ], [ -75.147673674114003, 39.984260956211301 ], [ -75.147875080764507, 39.9842887025032 ], [ -75.147882927653995, 39.9842507239998 ], [ -75.147681738701095, 39.984222740280799 ], [ -75.147681046559498, 39.9842238688828 ], [ -75.147673717991907, 39.984259811108103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "939 FRENCH ST", "addr_range": "939 FRENCH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 650, "objectid": 3050, "Shape__Area": 103.1171875, "Shape__Length": 46.39490553699612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149107022435203, 39.985101829556697 ], [ -75.149160805835294, 39.985109157290204 ], [ -75.149185488683599, 39.984992170460202 ], [ -75.149133198021403, 39.9849852297639 ], [ -75.149107022435203, 39.985101829556697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2124 N DARIEN ST", "addr_range": "2121-2125, 2129-2131 N 9TH ST; 2118-2124, 2134-2142 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 561, "objectid": 3051, "Shape__Area": 88.9375, "Shape__Length": 43.971988362171373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147557810763502, 39.984095291128497 ], [ -75.147705016670599, 39.984115087067501 ], [ -75.1477081390927, 39.984100328870802 ], [ -75.147712795094293, 39.9840788973491 ], [ -75.147565597372704, 39.9840588592294 ], [ -75.147557810763502, 39.984095291128497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2146 N 8TH ST", "addr_range": "2146-2152 N 8TH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 838, "objectid": 3052, "Shape__Area": 132.875, "Shape__Length": 56.985770248726283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1469837959812, 39.984594677701502 ], [ -75.146974791832605, 39.984635514976397 ], [ -75.1471755785537, 39.984660847195997 ], [ -75.147178844540804, 39.984647267197602 ], [ -75.147183649378405, 39.984621988106298 ], [ -75.1469837959812, 39.984594677701502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2146 N PERCY ST", "addr_range": "2146-2152 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 746, "objectid": 3053, "Shape__Area": 118.21875, "Shape__Length": 53.471833350871805 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148417200559507, 39.984814235399298 ], [ -75.148604590838303, 39.984838712703599 ], [ -75.148612691514401, 39.984800643501998 ], [ -75.148425544948495, 39.984776380769702 ], [ -75.148417200559507, 39.984814235399298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2150 N PERCY ST", "addr_range": "2146-2152 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 735, "objectid": 3054, "Shape__Area": 116.5703125, "Shape__Length": 53.350181995949704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148400473675494, 39.984891489043001 ], [ -75.148587828268305, 39.984916352999697 ], [ -75.148595877100107, 39.984879637758297 ], [ -75.148408805533805, 39.984853442213002 ], [ -75.148400473675494, 39.984891489043001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2125 N DARIEN ST", "addr_range": "2115-2127 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 561, "objectid": 3055, "Shape__Area": 88.96484375, "Shape__Length": 44.139439653019281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147312328932898, 39.984025067159202 ], [ -75.147309446769995, 39.9840395749058 ], [ -75.147304568848398, 39.984061323045601 ], [ -75.147452929262002, 39.984081064401202 ], [ -75.147460489057295, 39.984045112113698 ], [ -75.147312328932898, 39.984025067159202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2114 N DARIEN ST", "addr_range": "2114 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 576, "objectid": 3056, "Shape__Area": 91.28515625, "Shape__Length": 44.289590628940928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147605907232901, 39.983873717034299 ], [ -75.147597214773498, 39.983911353782801 ], [ -75.147745361555707, 39.983930091591098 ], [ -75.147748165836703, 39.983917613871199 ], [ -75.147751996301196, 39.983900211014202 ], [ -75.147753112673897, 39.983893512911798 ], [ -75.147605907232901, 39.983873717034299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2139 N DARIEN ST", "addr_range": "2139-2141 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 611, "objectid": 3057, "Shape__Area": 96.94921875, "Shape__Length": 45.158806524486188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147248460765994, 39.984319725672201 ], [ -75.147397686302895, 39.984339310106002 ], [ -75.1474057886238, 39.984300113835502 ], [ -75.147257401088794, 39.984280548414702 ], [ -75.147250963146206, 39.984309627018199 ], [ -75.147248460765994, 39.984319725672201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2121 N 9TH ST", "addr_range": "2121-2125, 2129-2131 N 9TH ST; 2118-2124, 2134-2142 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 847, "objectid": 3058, "Shape__Area": 134.28125, "Shape__Length": 57.388763198022993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1477081390927, 39.984100328870802 ], [ -75.147909709772904, 39.984129804285999 ], [ -75.147917940621596, 39.984089996404499 ], [ -75.147717139059196, 39.984060168120898 ], [ -75.147712795094293, 39.9840788973491 ], [ -75.1477081390927, 39.984100328870802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2148 N 8TH ST", "addr_range": "2146-2152 N 8TH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 880, "objectid": 3059, "Shape__Area": 139.43359375, "Shape__Length": 57.479750367269254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146966192367003, 39.984676183928201 ], [ -75.147165136873795, 39.984703682782502 ], [ -75.147168945625694, 39.984692872216797 ], [ -75.147171004790493, 39.984682908576701 ], [ -75.1471755785537, 39.984660847195997 ], [ -75.146974791832605, 39.984635514976397 ], [ -75.146966192367003, 39.984676183928201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2108 N 9TH ST", "addr_range": "2103-2113 N PERCY ST; 2102, 2108-2110 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 816, "objectid": 3060, "Shape__Area": 129.3203125, "Shape__Length": 56.281558035859042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148124413999199, 39.984025958469701 ], [ -75.148322302545594, 39.984052578146098 ], [ -75.148330439738302, 39.984013557411302 ], [ -75.148132888868204, 39.983986350728301 ], [ -75.148124413999199, 39.984025958469701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2119 N DARIEN ST", "addr_range": "2115-2127 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 575, "objectid": 3061, "Shape__Area": 91.16796875, "Shape__Length": 44.417474114643881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147327700257307, 39.983952037526997 ], [ -75.147475547215095, 39.983972059145302 ], [ -75.147484386638695, 39.983934990677 ], [ -75.147335500460002, 39.983915284284798 ], [ -75.147329716858394, 39.983943733500702 ], [ -75.147327700257307, 39.983952037526997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2128 N PERCY ST", "addr_range": "2126-2128 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 738, "objectid": 3062, "Shape__Area": 117.05859375, "Shape__Length": 53.416683775835857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148493717075695, 39.9844677624545 ], [ -75.148681003330793, 39.984494350189799 ], [ -75.148689089645401, 39.984456684315802 ], [ -75.148502146981798, 39.984430394508202 ], [ -75.148493717075695, 39.9844677624545 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2102 N 9TH ST", "addr_range": "2103-2113 N PERCY ST; 2102, 2108-2110 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 782, "objectid": 3063, "Shape__Area": 123.93359375, "Shape__Length": 55.885124441687907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148149269758406, 39.983911587805103 ], [ -75.148347745642994, 39.983937573827703 ], [ -75.148355322163397, 39.983900621738798 ], [ -75.148276591377396, 39.983889778121998 ], [ -75.148219641425101, 39.983881942070397 ], [ -75.148157188994404, 39.983873336115799 ], [ -75.148149269758406, 39.983911587805103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "921 EDGLEY ST", "addr_range": "921 EDGLEY ST; 920 FRENCH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 567, "objectid": 3064, "Shape__Area": 89.9765625, "Shape__Length": 44.123080962675637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148746819908894, 39.984706755462199 ], [ -75.148788757932806, 39.984712606632698 ], [ -75.148814501391101, 39.984599623714303 ], [ -75.148769768165295, 39.984593419970999 ], [ -75.148766036404297, 39.984592900198102 ], [ -75.148741754372594, 39.984706043274699 ], [ -75.148746819908894, 39.984706755462199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2121 N DARIEN ST", "addr_range": "2115-2127 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 572, "objectid": 3065, "Shape__Area": 90.77734375, "Shape__Length": 44.355951303720317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147319888796403, 39.983989114880899 ], [ -75.147468695254005, 39.984008705052197 ], [ -75.147475547215095, 39.983972059145302 ], [ -75.147327700257307, 39.983952037526997 ], [ -75.147319888796403, 39.983989114880899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2152 N PERCY ST", "addr_range": "2146-2152 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 803, "objectid": 3066, "Shape__Area": 127.375, "Shape__Length": 54.275309702078061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148392536887002, 39.984931850539098 ], [ -75.148578351151997, 39.984958033825798 ], [ -75.148587828268305, 39.984916352999697 ], [ -75.148400473675494, 39.984891489043001 ], [ -75.148392536887002, 39.984931850539098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2117 N PERCY ST", "addr_range": "2117-2121 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 597, "objectid": 3067, "Shape__Area": 94.72265625, "Shape__Length": 45.179609226679311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148288082969003, 39.9842040865679 ], [ -75.148437933913002, 39.984224345175001 ], [ -75.148447512824205, 39.984186519430096 ], [ -75.148296018322199, 39.984166513703997 ], [ -75.148288082969003, 39.9842040865679 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2118 N DARIEN ST", "addr_range": "2121-2125, 2129-2131 N 9TH ST; 2118-2124, 2134-2142 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 579, "objectid": 3068, "Shape__Area": 91.7890625, "Shape__Length": 44.345209207001147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147589835554797, 39.983948617552898 ], [ -75.147581355110802, 39.983986161797901 ], [ -75.147729011225394, 39.984005726446597 ], [ -75.147735372532196, 39.983978611209501 ], [ -75.147737241353099, 39.983968660364901 ], [ -75.147589835554797, 39.983948617552898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1852 N LEITHGOW ST", "addr_range": "1838, 1842-1856 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 843, "objectid": 3069, "Shape__Area": 142.34765625, "Shape__Length": 61.653450558659472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141699056796796, 39.979275090586 ], [ -75.1416905712789, 39.9793137948636 ], [ -75.141920491682001, 39.979344505780404 ], [ -75.141910178537998, 39.979303133419599 ], [ -75.141699056796796, 39.979275090586 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "101 W ROOSEVELT BLVD", "addr_range": "101-119 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 2742, "objectid": 3070, "Shape__Area": 434.48046875, "Shape__Length": 97.125163560131512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123453426148899, 40.026268833859902 ], [ -75.123445672604603, 40.0263055553567 ], [ -75.123611696902003, 40.026279127554602 ], [ -75.123552340454594, 40.026043804134098 ], [ -75.123499237145893, 40.026051680963398 ], [ -75.123453426148899, 40.026268833859902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3711 ASPEN ST", "addr_range": "3711-3719 ASPEN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1306, "objectid": 3071, "Shape__Area": 206.59765625, "Shape__Length": 76.001913941692521 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196986317778098, 39.967007643558397 ], [ -75.197012886946993, 39.967144623653603 ], [ -75.197027898202194, 39.967220139419801 ], [ -75.197084349413501, 39.967213673817199 ], [ -75.197076322320299, 39.967165813967497 ], [ -75.197045118808006, 39.966998845299599 ], [ -75.196985968465498, 39.9670058148523 ], [ -75.196986317778098, 39.967007643558397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2943 CECIL B MOORE AVE", "addr_range": "2943-2945 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 943, "objectid": 3072, "Shape__Area": 149.5078125, "Shape__Length": 62.931509991095581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183217453068295, 39.982239432392298 ], [ -75.183285713043503, 39.982193630783001 ], [ -75.183313168116598, 39.982062659513701 ], [ -75.183256099326599, 39.982055160802901 ], [ -75.183217453068295, 39.982239432392298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4934 KEYSER ST", "addr_range": "4934 KEYSER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1046, "objectid": 3073, "Shape__Area": 165.8828125, "Shape__Length": 67.741673238629758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166368526152297, 40.025608018295898 ], [ -75.166412226514694, 40.025631633109803 ], [ -75.166553875264, 40.025473251835898 ], [ -75.166510643145003, 40.025449468306803 ], [ -75.166368526152297, 40.025608018295898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "424 N DAGGETT ST", "addr_range": "412-430 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "10", "parcelarea": 1502, "objectid": 3074, "Shape__Area": 237.9140625, "Shape__Length": 91.952611563966769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.250776525466705, 39.970138350097102 ], [ -75.250803246973007, 39.970141526949 ], [ -75.250805336726003, 39.970130273141997 ], [ -75.250811458737005, 39.970099972822297 ], [ -75.250785128523802, 39.970097014425299 ], [ -75.250455813659698, 39.970059939321096 ], [ -75.250447744889698, 39.970099288213902 ], [ -75.250776525466705, 39.970138350097102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3243 N 15TH ST", "addr_range": "3239-3245 N 15TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1442, "objectid": 3075, "Shape__Area": 228.3125, "Shape__Length": 83.010512707047141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153908510929895, 40.002933192017302 ], [ -75.154218780698798, 40.002972577114001 ], [ -75.154228052394799, 40.002928521547901 ], [ -75.154188629817099, 40.002923438612399 ], [ -75.153918473264795, 40.002888636707702 ], [ -75.153908510929895, 40.002933192017302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1016 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 616, "objectid": 3076, "Shape__Area": 97.16015625, "Shape__Length": 46.802444279774036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147343001052107, 39.997251482136697 ], [ -75.147390536372697, 39.997258057927297 ], [ -75.147417636089699, 39.997135580374398 ], [ -75.147369617969204, 39.997129591022997 ], [ -75.147343001052107, 39.997251482136697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3309 N 17TH ST", "addr_range": "3301-3309 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1978, "objectid": 3077, "Shape__Area": 310.05859375, "Shape__Length": 95.876442722367941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1568182122259, 40.004071473706603 ], [ -75.157173954943403, 40.004119019268202 ], [ -75.157186245233106, 40.004066713491198 ], [ -75.156829887869193, 40.004019316260901 ], [ -75.1568182122259, 40.004071473706603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1021 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 614, "objectid": 3078, "Shape__Area": 99.03515625, "Shape__Length": 46.714476738048191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147394372606897, 39.997465817448401 ], [ -75.147410384812503, 39.997467502282603 ], [ -75.147413651940198, 39.997468639560203 ], [ -75.147444439771107, 39.997472545223701 ], [ -75.147462502982606, 39.997387310984202 ], [ -75.147470003034798, 39.997351855588597 ], [ -75.147421551905197, 39.9973451473425 ], [ -75.147394372606897, 39.997465817448401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2506 N 11TH ST", "addr_range": "2504-2514-16 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1072, "objectid": 3079, "Shape__Area": 169.9375, "Shape__Length": 66.158842942608757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149949177504098, 39.990429454621101 ], [ -75.150185257601393, 39.990462899625697 ], [ -75.150194806231497, 39.990419865165897 ], [ -75.149958922743295, 39.990386184058998 ], [ -75.149949177504098, 39.990429454621101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2348 N 18TH ST", "addr_range": "2346-2350 N 18TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1054, "objectid": 3080, "Shape__Area": 170.61328125, "Shape__Length": 68.11039700711855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162111945331105, 39.989838420042801 ], [ -75.162358512481404, 39.989873397267097 ], [ -75.162368144968497, 39.9898317991791 ], [ -75.162120830590496, 39.989797191660401 ], [ -75.162111945331105, 39.989838420042801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2518 N ALDER ST", "addr_range": "2518-2524 N ALDER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 672, "objectid": 3081, "Shape__Area": 109.578125, "Shape__Length": 50.251598660909288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148810459639094, 39.990693394022003 ], [ -75.148982727550901, 39.990718010568102 ], [ -75.148990992255193, 39.990679494543201 ], [ -75.148818550449604, 39.990655597585501 ], [ -75.148810459639094, 39.990693394022003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2526 N BOUVIER ST", "addr_range": "2524-2528 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 696, "objectid": 3082, "Shape__Area": 109.04296875, "Shape__Length": 49.42603604892588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161012236849203, 39.992271219278699 ], [ -75.161180095766497, 39.992293542831 ], [ -75.161189611876395, 39.992254441615501 ], [ -75.161021739498693, 39.992232504307303 ], [ -75.161012236849203, 39.992271219278699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2738 FRANKFORD AVE", "addr_range": "2736-2746 FRANKFORD AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 860, "objectid": 3083, "Shape__Area": 136.25, "Shape__Length": 54.725394860476015 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121302389328704, 39.988123480023702 ], [ -75.121415593541698, 39.9882312884911 ], [ -75.121461586933705, 39.988203308896502 ], [ -75.121341761528299, 39.988088434338998 ], [ -75.121302389328704, 39.988123480023702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3128 W DAKOTA ST", "addr_range": "3126-3128 W DAKOTA ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 750, "objectid": 3084, "Shape__Area": 118.703125, "Shape__Length": 43.888662655715756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184278879918494, 39.991752704298101 ], [ -75.184203938669, 39.991743228172197 ], [ -75.1841937388741, 39.991741935175803 ], [ -75.184176630394703, 39.991825891720502 ], [ -75.184261453670999, 39.991836733939898 ], [ -75.184270911397604, 39.991792776969099 ], [ -75.184278879918494, 39.991752704298101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3950 PARRISH ST", "addr_range": "3948-3962 PARRISH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1599, "objectid": 3085, "Shape__Area": 253.00390625, "Shape__Length": 83.71510519382575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202261817811504, 39.968259259785 ], [ -75.202263041477394, 39.968262913499203 ], [ -75.202264827560299, 39.968268369096499 ], [ -75.202266976092503, 39.9682814579444 ], [ -75.202270190273694, 39.9682957633839 ], [ -75.202271318458699, 39.968306459032704 ], [ -75.202276298647305, 39.968332313118196 ], [ -75.202277272986507, 39.968341490761901 ], [ -75.202279343971298, 39.968349434952799 ], [ -75.202283913620903, 39.968376181827999 ], [ -75.202286085161305, 39.968388095375097 ], [ -75.202287890595997, 39.968393035125899 ], [ -75.202288483576595, 39.968400672594001 ], [ -75.202299616271702, 39.968461900678498 ], [ -75.202302848509603, 39.9684812827781 ], [ -75.202305194444904, 39.968494135439698 ], [ -75.202371122197405, 39.968486942393703 ], [ -75.202366888443606, 39.968464070993903 ], [ -75.2023647343714, 39.968451160424401 ], [ -75.202362089130503, 39.968439575139399 ], [ -75.202360583269694, 39.968427178118702 ], [ -75.202356211195806, 39.968403030527597 ], [ -75.202354339629906, 39.9683936716837 ], [ -75.202351849888998, 39.968384122517399 ], [ -75.202350440449905, 39.968374774835098 ], [ -75.202347233495402, 39.9683603073779 ], [ -75.202346224157793, 39.968352000229402 ], [ -75.202343910710297, 39.968343308228597 ], [ -75.202343189906301, 39.968333458659401 ], [ -75.202340958571199, 39.968322577238297 ], [ -75.202332037268903, 39.968272231037503 ], [ -75.202329271168907, 39.9682638686647 ], [ -75.202328324065903, 39.968258398359502 ], [ -75.202327952921607, 39.968252651619999 ], [ -75.202261817811504, 39.968259259785 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1947 ROWAN ST", "addr_range": "1943-1949 ROWAN ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1418, "objectid": 3086, "Shape__Area": 224.7734375, "Shape__Length": 84.588168668171704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157856881833794, 40.019597604622099 ], [ -75.157864744106107, 40.019607486050397 ], [ -75.157889458170303, 40.019595551351898 ], [ -75.1579124234201, 40.019584914279399 ], [ -75.157904924659405, 40.019575395159698 ], [ -75.157744685531299, 40.019372117157303 ], [ -75.157697989137105, 40.019394791237097 ], [ -75.157765622572597, 40.019481608279698 ], [ -75.157811794449003, 40.0195407958796 ], [ -75.157856881833794, 40.019597604622099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1549 N 9TH ST", "addr_range": "1545-1551 N 9TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 784, "objectid": 3087, "Shape__Area": 123.51953125, "Shape__Length": 55.031258221262007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149544070884104, 39.975724847395 ], [ -75.149537832395097, 39.9757542693972 ], [ -75.149731064640306, 39.975780909612801 ], [ -75.149739338859007, 39.975742667692302 ], [ -75.149545990822901, 39.975715750954102 ], [ -75.149544070884104, 39.975724847395 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1831 S ALLISON ST", "addr_range": "1821-1843 S ALLISON ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 704, "objectid": 3088, "Shape__Area": 111.4765625, "Shape__Length": 50.790799861954277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220457097843095, 39.934062153022801 ], [ -75.220326158339006, 39.934153999648103 ], [ -75.2203605436505, 39.934182644950297 ], [ -75.220491337589493, 39.934090747322003 ], [ -75.220457097843095, 39.934062153022801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5001 FUNSTON ST", "addr_range": "5001 FUNSTON ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 896, "objectid": 3089, "Shape__Area": 122.59765625, "Shape__Length": 52.129463054639288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220526487739903, 39.966301902681899 ], [ -75.2204751066878, 39.966307330135898 ], [ -75.220493060267003, 39.966443484920802 ], [ -75.220539411523404, 39.966438703413502 ], [ -75.220551516316803, 39.966437680934803 ], [ -75.220526487739903, 39.966301902681899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2512 N 10TH ST", "addr_range": "2512-2526 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1056, "objectid": 3090, "Shape__Area": 168.14453125, "Shape__Length": 65.561560614172905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1483375592843, 39.990371706841003 ], [ -75.148571761608807, 39.990402194218902 ], [ -75.148580691280003, 39.990358372766501 ], [ -75.148346780650897, 39.990329020092403 ], [ -75.1483375592843, 39.990371706841003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2256 N CHADWICK ST", "addr_range": "2256-2264 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "5", "parcelarea": 705, "objectid": 3091, "Shape__Area": 107.91796875, "Shape__Length": 50.26746440929162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160294809370995, 39.988005229088998 ], [ -75.160463794893701, 39.988027369417999 ], [ -75.160469049878401, 39.988028068234698 ], [ -75.160477150168305, 39.987990949806502 ], [ -75.160471790473196, 39.987990232409302 ], [ -75.160303717294696, 39.987967821647104 ], [ -75.160294809370995, 39.988005229088998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2431 N 10TH ST", "addr_range": "2431-2455 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "13", "parcelarea": 1485, "objectid": 3092, "Shape__Area": 154.27734375, "Shape__Length": 61.527543098946339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148174579726003, 39.989295650689598 ], [ -75.148165238225204, 39.989338752775197 ], [ -75.148381282212696, 39.989368828999503 ], [ -75.148390686843399, 39.989326277051603 ], [ -75.148174579726003, 39.989295650689598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2340 N CLEVELAND ST", "addr_range": "2340-2348 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 647, "objectid": 3093, "Shape__Area": 102.65234375, "Shape__Length": 48.258144058727282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162697804089007, 39.989660574625397 ], [ -75.1628622124272, 39.9896836244802 ], [ -75.162870921500897, 39.989646454759203 ], [ -75.1627064642107, 39.989623001057403 ], [ -75.162697804089007, 39.989660574625397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3301 N 17TH ST", "addr_range": "3301-3309 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1763, "objectid": 3094, "Shape__Area": 279.58203125, "Shape__Length": 97.169622477851476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156860945732006, 40.003813135250901 ], [ -75.156850469581201, 40.003858582887901 ], [ -75.156977617574498, 40.003876236931497 ], [ -75.157222735379193, 40.003907613401402 ], [ -75.157231837237006, 40.003863570018098 ], [ -75.156860945732006, 40.003813135250901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2324 N 3RD ST", "addr_range": "2318-2342 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 839, "objectid": 3095, "Shape__Area": 133.09375, "Shape__Length": 58.842275704440098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138630213724099, 39.986266092138202 ], [ -75.138621894870099, 39.986303988210203 ], [ -75.138833022483396, 39.986331413755401 ], [ -75.138841342324099, 39.986293519495298 ], [ -75.138630213724099, 39.986266092138202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2340 N 3RD ST", "addr_range": "2318-2342 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 839, "objectid": 3096, "Shape__Area": 133.0859375, "Shape__Length": 58.841627857584221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1385636593633, 39.986569254314098 ], [ -75.138555338129095, 39.9866071494274 ], [ -75.138766444851996, 39.986634654789697 ], [ -75.138774766006506, 39.986596758760797 ], [ -75.1385636593633, 39.986569254314098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2332 N 3RD ST", "addr_range": "2318-2342 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 839, "objectid": 3097, "Shape__Area": 133.0859375, "Shape__Length": 58.841262788051381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138588617159002, 39.9864555688373 ], [ -75.138799740514102, 39.986482995237303 ], [ -75.138808060426499, 39.9864451000795 ], [ -75.138596937185895, 39.986417673694802 ], [ -75.138588617159002, 39.9864555688373 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2349 N 3RD ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 792, "objectid": 3098, "Shape__Area": 125.59375, "Shape__Length": 58.231280398803207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138147035868698, 39.986623195246104 ], [ -75.138358001663804, 39.9866531750679 ], [ -75.138365388167003, 39.986617476114802 ], [ -75.138155137692905, 39.986587447708899 ], [ -75.138152693434293, 39.986595967124302 ], [ -75.138150357626202, 39.986604377280798 ], [ -75.138150637227199, 39.986607462440297 ], [ -75.138147035868698, 39.986623195246104 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2352 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 671, "objectid": 3099, "Shape__Area": 106.4296875, "Shape__Length": 50.768648304959704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137961036411099, 39.986596344840997 ], [ -75.138133628877597, 39.986620359169599 ], [ -75.138136405389901, 39.986608073829899 ], [ -75.138136822370498, 39.986602683486403 ], [ -75.138138066794099, 39.986595940615402 ], [ -75.138139792217103, 39.986593046148698 ], [ -75.138141543575898, 39.986584543402103 ], [ -75.137968572439206, 39.986560022199399 ], [ -75.137964551149395, 39.986559445930503 ], [ -75.137956074312399, 39.9865956525529 ], [ -75.137961036411099, 39.986596344840997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2331 N 3RD ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 893, "objectid": 3100, "Shape__Area": 141.57421875, "Shape__Length": 59.384872234549853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138225531870404, 39.986275161045803 ], [ -75.138434932321303, 39.986305460132101 ], [ -75.138444522523301, 39.986264234886498 ], [ -75.138234513018304, 39.986235613175801 ], [ -75.138229403928904, 39.9862556473974 ], [ -75.138225531870404, 39.986275161045803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2336 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 655, "objectid": 3101, "Shape__Area": 103.890625, "Shape__Length": 50.185867382336518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138022288120993, 39.9863076291197 ], [ -75.138197755206704, 39.986332077307701 ], [ -75.138201369510199, 39.986319296547798 ], [ -75.138203995985805, 39.986307652925298 ], [ -75.138206317428399, 39.986296905186599 ], [ -75.138030590802103, 39.9862721114173 ], [ -75.138022288120993, 39.9863076291197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2347 N 3RD ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 888, "objectid": 3102, "Shape__Area": 140.7109375, "Shape__Length": 59.54100305851118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138155137692905, 39.986587447708899 ], [ -75.138365388167003, 39.986617476114802 ], [ -75.138375086309793, 39.9865772841002 ], [ -75.138163875338293, 39.9865476852641 ], [ -75.138163361631001, 39.986552331864402 ], [ -75.138161791727796, 39.986557213022799 ], [ -75.138158618008802, 39.986566699755599 ], [ -75.138159271972896, 39.986570406130298 ], [ -75.138155137692905, 39.986587447708899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2332 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 656, "objectid": 3103, "Shape__Area": 103.953125, "Shape__Length": 49.999314498947228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138039673112104, 39.9862342913219 ], [ -75.138172484183897, 39.986253578122898 ], [ -75.138214885829797, 39.9862588310096 ], [ -75.138216771725595, 39.986249540225202 ], [ -75.1382187456433, 39.986244539413903 ], [ -75.138222817769602, 39.986223112940799 ], [ -75.138047860524907, 39.986199577411199 ], [ -75.138039673112104, 39.9862342913219 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2339 N 3RD ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 843, "objectid": 3104, "Shape__Area": 133.67578125, "Shape__Length": 58.852534809959089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138189439919202, 39.986431671006798 ], [ -75.138400462785896, 39.986460121224198 ], [ -75.138409135180694, 39.986422081838001 ], [ -75.138198822730203, 39.986393680237398 ], [ -75.138189439919202, 39.986431671006798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2338 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 660, "objectid": 3105, "Shape__Area": 104.6171875, "Shape__Length": 50.223866374230667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138014106984002, 39.9863432450964 ], [ -75.138189681944695, 39.986367631777 ], [ -75.138193517611498, 39.986356709459699 ], [ -75.138197755206704, 39.986332077307701 ], [ -75.138022288120993, 39.9863076291197 ], [ -75.138014106984002, 39.9863432450964 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2360 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 704, "objectid": 3106, "Shape__Area": 111.5546875, "Shape__Length": 51.298039936113177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137923726113399, 39.986742027340497 ], [ -75.138101103882605, 39.986767503053301 ], [ -75.138103816371299, 39.9867503651476 ], [ -75.138107505733004, 39.986737826671202 ], [ -75.138109422654196, 39.986729374545902 ], [ -75.137932123758901, 39.986704561088899 ], [ -75.137923726113399, 39.986742027340497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2334 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 697, "objectid": 3107, "Shape__Area": 110.45703125, "Shape__Length": 50.922409128643501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138030590802103, 39.9862721114173 ], [ -75.138206317428399, 39.986296905186599 ], [ -75.138210819902994, 39.9862800657055 ], [ -75.138214885829797, 39.9862588310096 ], [ -75.138172484183897, 39.986253578122898 ], [ -75.138039673112104, 39.9862342913219 ], [ -75.138030590802103, 39.9862721114173 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2333 N 3RD ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 852, "objectid": 3108, "Shape__Area": 135.0390625, "Shape__Length": 58.881196616267772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138216593450807, 39.986314145847103 ], [ -75.138427014223197, 39.986343501366001 ], [ -75.138434932321303, 39.986305460132101 ], [ -75.138225531870404, 39.986275161045803 ], [ -75.138219125640006, 39.986300050196299 ], [ -75.138216593450807, 39.986314145847103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2330 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 657, "objectid": 3109, "Shape__Area": 104.1015625, "Shape__Length": 50.107729168297467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138047860524907, 39.986199577411199 ], [ -75.138222817769602, 39.986223112940799 ], [ -75.138231379999297, 39.9861879399175 ], [ -75.138056246769295, 39.986163530906303 ], [ -75.138047860524907, 39.986199577411199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2337 N 3RD ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 904, "objectid": 3110, "Shape__Area": 143.28125, "Shape__Length": 59.631619763122998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138198822730203, 39.986393680237398 ], [ -75.138409135180694, 39.986422081838001 ], [ -75.138418819630004, 39.986381147966902 ], [ -75.138207863370397, 39.9863531344878 ], [ -75.138205302020495, 39.986364150678199 ], [ -75.138203031828496, 39.986370885524302 ], [ -75.138198822730203, 39.986393680237398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2345 N 3RD ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 861, "objectid": 3111, "Shape__Area": 136.421875, "Shape__Length": 59.200737655903716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138163875338293, 39.9865476852641 ], [ -75.138375086309793, 39.9865772841002 ], [ -75.138383522685203, 39.986538255427497 ], [ -75.138172310524197, 39.986509269273 ], [ -75.138171024525505, 39.986514930871202 ], [ -75.138169461539803, 39.986519053525399 ], [ -75.138168435281599, 39.986525027382399 ], [ -75.138163875338293, 39.9865476852641 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2348 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 689, "objectid": 3112, "Shape__Area": 109.28515625, "Shape__Length": 51.039979238175256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137971957058696, 39.986524343917203 ], [ -75.138149383179794, 39.986549096245902 ], [ -75.138153749175103, 39.986526547479897 ], [ -75.138154829342, 39.986519171956502 ], [ -75.1381567425247, 39.986516298882002 ], [ -75.138157529040598, 39.986512172974301 ], [ -75.137980742508304, 39.986487178420397 ], [ -75.137971957058696, 39.986524343917203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2343 N 3RD ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 835, "objectid": 3113, "Shape__Area": 132.41796875, "Shape__Length": 58.852264501612758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138172310524197, 39.986509269273 ], [ -75.138383522685203, 39.986538255427497 ], [ -75.138391221415603, 39.986500437163002 ], [ -75.138180464966396, 39.986471604653197 ], [ -75.138179618394204, 39.986478936837301 ], [ -75.138177008566004, 39.986484116897003 ], [ -75.138175869613505, 39.986493021020401 ], [ -75.138174764014394, 39.986500540128901 ], [ -75.138172310524197, 39.986509269273 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2328 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 657, "objectid": 3114, "Shape__Area": 104.2109375, "Shape__Length": 50.210083030308901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138056246769295, 39.986163530906303 ], [ -75.138231379999297, 39.9861879399175 ], [ -75.138239475479494, 39.986151806593597 ], [ -75.138063383570199, 39.986128357890699 ], [ -75.138056246769295, 39.986163530906303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2350 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 655, "objectid": 3115, "Shape__Area": 103.90625, "Shape__Length": 50.514536082593708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137964551149395, 39.986559445930503 ], [ -75.138141543575898, 39.986584543402103 ], [ -75.138144546652995, 39.986568072558697 ], [ -75.138146095912006, 39.986558855206503 ], [ -75.1381478493157, 39.986555202715003 ], [ -75.138149383179794, 39.986549096245902 ], [ -75.137971957058696, 39.986524343917203 ], [ -75.137964551149395, 39.986559445930503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2341 N 3RD ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 890, "objectid": 3116, "Shape__Area": 141.078125, "Shape__Length": 59.518582474061816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138180464966396, 39.986471604653197 ], [ -75.138391221415603, 39.986500437163002 ], [ -75.138400462785896, 39.986460121224198 ], [ -75.138189439919202, 39.986431671006798 ], [ -75.138180464966396, 39.986471604653197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2329 N 3RD ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 806, "objectid": 3117, "Shape__Area": 127.828125, "Shape__Length": 58.248376962709322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138234513018304, 39.986235613175801 ], [ -75.138444522523301, 39.986264234886498 ], [ -75.138452388588306, 39.986228094527803 ], [ -75.138242531668197, 39.986198736561199 ], [ -75.138238231928597, 39.986216274444701 ], [ -75.138234513018304, 39.986235613175801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2261 N BANCROFT ST", "addr_range": "2261 N BANCROFT ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 693, "objectid": 3118, "Shape__Area": 109.80859375, "Shape__Length": 50.519972610501284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159539938791099, 39.9879881942122 ], [ -75.159545610340402, 39.9879889349099 ], [ -75.159714633970793, 39.9880112060535 ], [ -75.1597221714227, 39.987972946893898 ], [ -75.159553841600797, 39.987951190581697 ], [ -75.159548502953101, 39.987950505151801 ], [ -75.159547989305693, 39.987954604898697 ], [ -75.159539938791099, 39.9879881942122 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2251 N MOLE ST", "addr_range": "2237-2261 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 571, "objectid": 3119, "Shape__Area": 90.546875, "Shape__Length": 44.056626705794429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158690177351005, 39.987713077209101 ], [ -75.158836787338601, 39.987732312666203 ], [ -75.158844793564796, 39.987694949836197 ], [ -75.1586980412538, 39.987676161682899 ], [ -75.158690177351005, 39.987713077209101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2227 N MOLE ST", "addr_range": "2227-2229 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 596, "objectid": 3120, "Shape__Area": 94.5859375, "Shape__Length": 44.634687193864423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158795161989602, 39.987220599845401 ], [ -75.158786895879999, 39.987259310132202 ], [ -75.158934004951007, 39.987278057590999 ], [ -75.158942745152999, 39.987239567935298 ], [ -75.158795161989602, 39.987220599845401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2550 N HOLLYWOOD ST", "addr_range": "2550-2558 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 731, "objectid": 3121, "Shape__Area": 115.92578125, "Shape__Length": 51.581041517574761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179823874109303, 39.995149004886102 ], [ -75.179830922063601, 39.995149953781898 ], [ -75.179839094967804, 39.995110627464399 ], [ -75.179832824905105, 39.995109615796501 ], [ -75.179662721583298, 39.995084835022404 ], [ -75.179654236141502, 39.995124090359397 ], [ -75.179823874109303, 39.995149004886102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2214 N SYDENHAM ST", "addr_range": "2211-2219 N MOLE ST; 2214 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 601, "objectid": 3122, "Shape__Area": 95.37109375, "Shape__Length": 44.774306572461143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158677631455006, 39.9870132235312 ], [ -75.158825518248307, 39.987031343572902 ], [ -75.158833404339404, 39.986992737331903 ], [ -75.158685791436596, 39.986974010790597 ], [ -75.158677631455006, 39.9870132235312 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2534 N NAPA ST", "addr_range": "2532-2540 N NAPA ST; 2531-2539 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 689, "objectid": 3123, "Shape__Area": 109.2265625, "Shape__Length": 50.807110442572565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182910793790597, 39.995192951607002 ], [ -75.183087181989094, 39.995217271612397 ], [ -75.183095373089998, 39.9951802340765 ], [ -75.182919601638602, 39.995155653967402 ], [ -75.182912143071604, 39.995187194597001 ], [ -75.182910793790597, 39.995192951607002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2245 N 17TH ST", "addr_range": "2235-2245 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1093, "objectid": 3124, "Shape__Area": 173.2421875, "Shape__Length": 67.224131630680276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160496054418999, 39.987902975780102 ], [ -75.160501205333603, 39.987903638909998 ], [ -75.1607379085237, 39.987933836301899 ], [ -75.160746788249796, 39.987891109494903 ], [ -75.160510581917094, 39.987859988973497 ], [ -75.160505847616903, 39.987859366778999 ], [ -75.160502238692402, 39.987875985698203 ], [ -75.160496054418999, 39.987902975780102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2556 N STANLEY ST", "addr_range": "2556 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 710, "objectid": 3125, "Shape__Area": 112.56640625, "Shape__Length": 50.758030493332463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181686776535898, 39.9955232516566 ], [ -75.181860354579101, 39.995547671942198 ], [ -75.181869213610796, 39.995509037515099 ], [ -75.181695650883498, 39.995484214831798 ], [ -75.181686776535898, 39.9955232516566 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2517 N NAPA ST", "addr_range": "2517-2523 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 700, "objectid": 3126, "Shape__Area": 110.9609375, "Shape__Length": 51.321729615363878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182874577493905, 39.994834815643401 ], [ -75.182884629091603, 39.994836136067001 ], [ -75.182893036442096, 39.994798926781897 ], [ -75.1827145106557, 39.994775155112102 ], [ -75.182706324582696, 39.994812644143202 ], [ -75.182874577493905, 39.994834815643401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2215 N MOLE ST", "addr_range": "2211-2219 N MOLE ST; 2214 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 599, "objectid": 3127, "Shape__Area": 94.921875, "Shape__Length": 44.643016887062799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158836427976098, 39.987033218914398 ], [ -75.158983516057305, 39.987051982065097 ], [ -75.158991768900407, 39.9870130939671 ], [ -75.158844552000801, 39.986994424325701 ], [ -75.158836427976098, 39.987033218914398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2543 N 29TH ST", "addr_range": "2543 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1034, "objectid": 3128, "Shape__Area": 163.93359375, "Shape__Length": 64.622285364486544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178673817018407, 39.994924976552703 ], [ -75.178903939323106, 39.9949559542206 ], [ -75.178912876619606, 39.994913098700003 ], [ -75.178682794229402, 39.994882153476198 ], [ -75.178673817018407, 39.994924976552703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2243 N SYDENHAM ST", "addr_range": "2239-2243 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1163, "objectid": 3129, "Shape__Area": 184.30078125, "Shape__Length": 76.964559465825474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158108468538103, 39.9875984345463 ], [ -75.158400443320105, 39.987635446041999 ], [ -75.158407973500204, 39.987597395824203 ], [ -75.158395980986398, 39.987595868114603 ], [ -75.158117258843603, 39.987560333511198 ], [ -75.158108468538103, 39.9875984345463 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2239 N SYDENHAM ST", "addr_range": "2239-2243 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1304, "objectid": 3130, "Shape__Area": 206.7421875, "Shape__Length": 81.105219722075859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158404593546393, 39.987556343044602 ], [ -75.158417461884994, 39.987557971620902 ], [ -75.158426309573898, 39.987517226475298 ], [ -75.158163104306098, 39.987484153426401 ], [ -75.158157368963103, 39.987483428337796 ], [ -75.158152159820403, 39.987482665575797 ], [ -75.1581202983444, 39.987477932037798 ], [ -75.158111947195806, 39.987519381259297 ], [ -75.158126380028605, 39.987521174044304 ], [ -75.158404593546393, 39.987556343044602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2233 N UBER ST", "addr_range": "2225-2233 N UBER ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1418, "objectid": 3131, "Shape__Area": 224.796875, "Shape__Length": 88.046173769093471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1643755616915, 39.988159195515003 ], [ -75.164713612384006, 39.9882020492294 ], [ -75.164722220957401, 39.988163087713197 ], [ -75.164384920103601, 39.988118173170399 ], [ -75.1643755616915, 39.988159195515003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2360 N VAN PELT ST", "addr_range": "2360 N VAN PELT ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 786, "objectid": 3132, "Shape__Area": 124.6640625, "Shape__Length": 52.485168187486408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167641338384001, 39.990702065583797 ], [ -75.1678104412956, 39.990724150680798 ], [ -75.167818157479701, 39.990725162213998 ], [ -75.167819536405702, 39.990719180767101 ], [ -75.167827001705604, 39.990682675628598 ], [ -75.167819431147507, 39.9906817160267 ], [ -75.167649297499395, 39.990659785250699 ], [ -75.167641338384001, 39.990702065583797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2205 N 18TH ST", "addr_range": "2201-2205 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1035, "objectid": 3133, "Shape__Area": 164.01953125, "Shape__Length": 64.377188898171894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162252502622096, 39.987288833186597 ], [ -75.162481398507794, 39.987318753678103 ], [ -75.162490616677402, 39.987275905546497 ], [ -75.162293265465905, 39.987249694867103 ], [ -75.162261371290896, 39.987245815908402 ], [ -75.162252502622096, 39.987288833186597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2229 N UBER ST", "addr_range": "2225-2233 N UBER ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1428, "objectid": 3134, "Shape__Area": 226.41015625, "Shape__Length": 88.072611763320609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164393558914597, 39.988078422165401 ], [ -75.1647312791074, 39.988121670244098 ], [ -75.164739912781101, 39.988082048848099 ], [ -75.164402937269003, 39.988037398466901 ], [ -75.164393558914597, 39.988078422165401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2242 N 21ST ST", "addr_range": "2228-2234, 2238-2246 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1627, "objectid": 3135, "Shape__Area": 257.875, "Shape__Length": 92.0208955136752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167501454408693, 39.988817833587703 ], [ -75.167851684131307, 39.988862901768201 ], [ -75.167860563896397, 39.988818980667197 ], [ -75.167511540845993, 39.988773020624301 ], [ -75.167501454408693, 39.988817833587703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2262 N 21ST ST", "addr_range": "2262 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1627, "objectid": 3136, "Shape__Area": 257.8125, "Shape__Length": 92.133918687430324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167408710186194, 39.989253464118399 ], [ -75.167758631911397, 39.989297879575503 ], [ -75.167767393412305, 39.989255408254103 ], [ -75.167417218615896, 39.989207149704001 ], [ -75.167408710186194, 39.989253464118399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2228 N 21ST ST", "addr_range": "2228-2234, 2238-2246 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1556, "objectid": 3137, "Shape__Area": 246.69140625, "Shape__Length": 91.100492121739222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167570748976999, 39.988510535775198 ], [ -75.167918462491599, 39.9885556282644 ], [ -75.167928180002903, 39.988512808124199 ], [ -75.167580199155694, 39.988468128616397 ], [ -75.167574150447294, 39.988495477066799 ], [ -75.167570748976999, 39.988510535775198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2240 N 21ST ST", "addr_range": "2228-2234, 2238-2246 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1604, "objectid": 3138, "Shape__Area": 254.20703125, "Shape__Length": 91.81063281671014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167511540845993, 39.988773020624301 ], [ -75.167860563896397, 39.988818980667197 ], [ -75.167871223764294, 39.9887750689782 ], [ -75.1675213415229, 39.988729653665899 ], [ -75.167511540845993, 39.988773020624301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2225 N UBER ST", "addr_range": "2225-2233 N UBER ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1335, "objectid": 3139, "Shape__Area": 211.6796875, "Shape__Length": 87.213802473770244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164411660616494, 39.987995426560197 ], [ -75.164748660463999, 39.988039432341701 ], [ -75.164756543828602, 39.988001888904897 ], [ -75.164419898520904, 39.987957374847497 ], [ -75.164411660616494, 39.987995426560197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2231 N UBER ST", "addr_range": "2225-2233 N UBER ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1437, "objectid": 3140, "Shape__Area": 227.90234375, "Shape__Length": 88.186716630007552 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164384920103601, 39.988118173170399 ], [ -75.164722220306203, 39.988163104817801 ], [ -75.1647312791074, 39.988121670244098 ], [ -75.164393558914597, 39.988078422165401 ], [ -75.164384920103601, 39.988118173170399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2031 W SUSQUEHANNA AVE", "addr_range": "2031-2033 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 945, "objectid": 3141, "Shape__Area": 165.203125, "Shape__Length": 63.677131682190549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167227692709005, 39.987975441961702 ], [ -75.1672862229278, 39.987982674206698 ], [ -75.167322222613507, 39.987810793131899 ], [ -75.167265039889301, 39.987803460577098 ], [ -75.167227692709005, 39.987975441961702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2225 N 21ST ST", "addr_range": "2223-2225 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1181, "objectid": 3142, "Shape__Area": 195.55859375, "Shape__Length": 74.334065075442879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1671449008644, 39.988367062752403 ], [ -75.167327331819607, 39.988390060412499 ], [ -75.167417890310006, 39.988401464159601 ], [ -75.167427077674006, 39.988358824042201 ], [ -75.167153830142297, 39.9883234824932 ], [ -75.1671449008644, 39.988367062752403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2201 N 18TH ST", "addr_range": "2201-2205 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1194, "objectid": 3143, "Shape__Area": 189.2265625, "Shape__Length": 77.36748622645375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162261371290896, 39.987245815908402 ], [ -75.162293265465905, 39.987249694867103 ], [ -75.1623019849348, 39.987207303131697 ], [ -75.162499630151899, 39.987232957292001 ], [ -75.162510995851903, 39.987189850327397 ], [ -75.162279899888901, 39.987159364900599 ], [ -75.162279467958996, 39.987161386052399 ], [ -75.162270369199305, 39.987203833206799 ], [ -75.162261371290896, 39.987245815908402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2120 N DARIEN ST", "addr_range": "2121-2125, 2129-2131 N 9TH ST; 2118-2124, 2134-2142 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 566, "objectid": 3144, "Shape__Area": 89.7578125, "Shape__Length": 44.139057463808349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147581355110802, 39.983986161797901 ], [ -75.147573376394007, 39.984022105493501 ], [ -75.147721203225004, 39.984042657936101 ], [ -75.147726044033803, 39.984021874834099 ], [ -75.147729011225394, 39.984005726446597 ], [ -75.147581355110802, 39.983986161797901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2113 N PERCY ST", "addr_range": "2103-2113 N PERCY ST; 2102, 2108-2110 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 618, "objectid": 3145, "Shape__Area": 97.95703125, "Shape__Length": 45.502864499132009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148304031388804, 39.984130764464702 ], [ -75.148454535375805, 39.9841503602904 ], [ -75.148463426126298, 39.984111357530303 ], [ -75.148313158977004, 39.984091574264902 ], [ -75.148304031388804, 39.984130764464702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2162 N 8TH ST", "addr_range": "2162 N 8TH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1022, "objectid": 3146, "Shape__Area": 162.01171875, "Shape__Length": 65.560262891067111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146913620587995, 39.984920417890102 ], [ -75.146905019913902, 39.9849610859102 ], [ -75.147141860577506, 39.984992250083401 ], [ -75.147150063767896, 39.984950427836999 ], [ -75.146913620587995, 39.984920417890102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2131 N 9TH ST", "addr_range": "2121-2125, 2129-2131 N 9TH ST; 2118-2124, 2134-2142 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 873, "objectid": 3147, "Shape__Area": 138.40625, "Shape__Length": 57.765338913042498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147665988162601, 39.984294762122197 ], [ -75.147664223710507, 39.984301927574997 ], [ -75.147866162166594, 39.984330073377102 ], [ -75.147875080764507, 39.9842887025032 ], [ -75.147673674114003, 39.984260956211301 ], [ -75.147665988162601, 39.984294762122197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "920 FRENCH ST", "addr_range": "921 EDGLEY ST; 920 FRENCH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 581, "objectid": 3148, "Shape__Area": 92.1171875, "Shape__Length": 45.368291408936216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1487399919463, 39.984714290011802 ], [ -75.148714611299297, 39.984832566524503 ], [ -75.148761162439897, 39.984838344760298 ], [ -75.148787321490403, 39.984720568828202 ], [ -75.148745120784099, 39.984714970296203 ], [ -75.1487399919463, 39.984714290011802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2152 N 8TH ST", "addr_range": "2146-2152 N 8TH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 857, "objectid": 3149, "Shape__Area": 135.91796875, "Shape__Length": 57.332805519933288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146948826040102, 39.984756937776403 ], [ -75.147149539407593, 39.984783123438497 ], [ -75.147155160697494, 39.9847583935654 ], [ -75.147157331564699, 39.984748755024299 ], [ -75.147158821576795, 39.984741631108001 ], [ -75.146957603504106, 39.984717095494602 ], [ -75.146948826040102, 39.984756937776403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2110 N DARIEN ST", "addr_range": "2110 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 541, "objectid": 3150, "Shape__Area": 85.82421875, "Shape__Length": 43.536281941405889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147612825533898, 39.983837507818201 ], [ -75.147759231260196, 39.983856866581398 ], [ -75.147768105577001, 39.983821603630098 ], [ -75.147623574831599, 39.983803109122903 ], [ -75.147620551469799, 39.983802718903199 ], [ -75.147612825533898, 39.983837507818201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2149 N PERCY ST", "addr_range": "2149-2151 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 626, "objectid": 3151, "Shape__Area": 99.25, "Shape__Length": 45.838768989010177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148151955715903, 39.984818909540898 ], [ -75.148303423831294, 39.984839671683602 ], [ -75.148312565689395, 39.984800111486599 ], [ -75.1481610784097, 39.984779912958402 ], [ -75.148151955715903, 39.984818909540898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "922 EDGLEY ST", "addr_range": "920-924 EDGLEY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 569, "objectid": 3152, "Shape__Area": 90.21875, "Shape__Length": 44.925231306598128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148864165506097, 39.984386227230701 ], [ -75.148840773921407, 39.984503467621103 ], [ -75.148886488128994, 39.984509776464698 ], [ -75.148911085249793, 39.9843928021591 ], [ -75.148864165506097, 39.984386227230701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2140 N PERCY ST", "addr_range": "2140 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 776, "objectid": 3153, "Shape__Area": 123.06640625, "Shape__Length": 53.853232586681926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148442243323103, 39.9846999004534 ], [ -75.148629085109604, 39.984725509587399 ], [ -75.148637130256105, 39.984686198421002 ], [ -75.148451151260403, 39.984659931288 ], [ -75.148442243323103, 39.9846999004534 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2110 N 9TH ST", "addr_range": "2103-2113 N PERCY ST; 2102, 2108-2110 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 813, "objectid": 3154, "Shape__Area": 128.94140625, "Shape__Length": 56.2193955216364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148115722059302, 39.984065239625203 ], [ -75.148313158977004, 39.984091574264902 ], [ -75.148322302545594, 39.984052578146098 ], [ -75.148124413999199, 39.984025958469701 ], [ -75.148115722059302, 39.984065239625203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2127 N DARIEN ST", "addr_range": "2115-2127 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 572, "objectid": 3155, "Shape__Area": 90.77734375, "Shape__Length": 44.340435298643953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147296755674702, 39.984098413874797 ], [ -75.147444926935606, 39.984117652685001 ], [ -75.147452929262002, 39.984081064401202 ], [ -75.147304568848398, 39.984061323045601 ], [ -75.1473006128127, 39.984080899007502 ], [ -75.147296755674702, 39.984098413874797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "924 EDGLEY ST", "addr_range": "920-924 EDGLEY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 605, "objectid": 3156, "Shape__Area": 95.984375, "Shape__Length": 45.5769305430372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148911085249793, 39.9843928021591 ], [ -75.148886488128994, 39.984509776464698 ], [ -75.148935679014102, 39.984516629010102 ], [ -75.148960484186105, 39.984399725185398 ], [ -75.148911085249793, 39.9843928021591 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2141 N DARIEN ST", "addr_range": "2139-2141 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 606, "objectid": 3157, "Shape__Area": 96.08203125, "Shape__Length": 45.037605079025809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147240558660002, 39.984359104876297 ], [ -75.147389201995907, 39.984377531819803 ], [ -75.147397686302895, 39.984339310106002 ], [ -75.147248460765994, 39.984319725672201 ], [ -75.1472416996899, 39.984351764909199 ], [ -75.147240558660002, 39.984359104876297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2121 N PERCY ST", "addr_range": "2117-2121 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 625, "objectid": 3158, "Shape__Area": 99.14453125, "Shape__Length": 45.54490519708316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148272121337499, 39.984283775880698 ], [ -75.148421217100704, 39.984304581425 ], [ -75.148429750689004, 39.984264507366603 ], [ -75.148279908758894, 39.984244072355203 ], [ -75.148272121337499, 39.984283775880698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "926 FRENCH ST", "addr_range": "926-928 FRENCH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 604, "objectid": 3159, "Shape__Area": 95.74609375, "Shape__Length": 45.661585842638189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148859947184604, 39.984851479703899 ], [ -75.148909536041401, 39.984857795256303 ], [ -75.148934611580302, 39.984740381277703 ], [ -75.148886110587895, 39.984734075071998 ], [ -75.148859947184604, 39.984851479703899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2136 N DARIEN ST", "addr_range": "2121-2125, 2129-2131 N 9TH ST; 2118-2124, 2134-2142 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 580, "objectid": 3160, "Shape__Area": 92.015625, "Shape__Length": 44.291774698572638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147518710438803, 39.984276769257498 ], [ -75.147510889213194, 39.984314103191899 ], [ -75.147657926840196, 39.9843328312596 ], [ -75.147664223710507, 39.984301927574997 ], [ -75.147665988162601, 39.984294762122197 ], [ -75.147518710438803, 39.984276769257498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2123 N DARIEN ST", "addr_range": "2115-2127 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 565, "objectid": 3161, "Shape__Area": 89.51171875, "Shape__Length": 44.218276812026389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147319888796403, 39.983989114880899 ], [ -75.1473192035739, 39.983990582421598 ], [ -75.147312328932898, 39.984025067159202 ], [ -75.147460489057295, 39.984045112113698 ], [ -75.147468695254005, 39.984008705052197 ], [ -75.147319888796403, 39.983989114880899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2125 N 9TH ST", "addr_range": "2121-2125, 2129-2131 N 9TH ST; 2118-2124, 2134-2142 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 840, "objectid": 3162, "Shape__Area": 133.1640625, "Shape__Length": 57.265708912593688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147690045974599, 39.984183692804599 ], [ -75.147891572, 39.984211588645799 ], [ -75.147900223069399, 39.984171757855897 ], [ -75.1476987895158, 39.984144172273098 ], [ -75.147697230716204, 39.984151503671903 ], [ -75.147690045974599, 39.984183692804599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2151 N PERCY ST", "addr_range": "2149-2151 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 633, "objectid": 3163, "Shape__Area": 100.37109375, "Shape__Length": 46.082927616199804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148143279298495, 39.984858883935999 ], [ -75.148296277040401, 39.984879100506099 ], [ -75.148299410261103, 39.984861825990798 ], [ -75.148303423831294, 39.984839671683602 ], [ -75.148151955715903, 39.984818909540898 ], [ -75.148143279298495, 39.984858883935999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2122 N DARIEN ST", "addr_range": "2121-2125, 2129-2131 N 9TH ST; 2118-2124, 2134-2142 N DARIEN ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 566, "objectid": 3164, "Shape__Area": 89.7265625, "Shape__Length": 44.124287474590489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147573376394007, 39.984022105493501 ], [ -75.147565597372704, 39.9840588592294 ], [ -75.147712795094293, 39.9840788973491 ], [ -75.147717139059196, 39.984060168120898 ], [ -75.147721203225004, 39.984042657936101 ], [ -75.147573376394007, 39.984022105493501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2111 N PERCY ST", "addr_range": "2103-2113 N PERCY ST; 2102, 2108-2110 N 9TH ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 613, "objectid": 3165, "Shape__Area": 97.125, "Shape__Length": 45.336400776150469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148313158977004, 39.984091574264902 ], [ -75.148463426126298, 39.984111357530303 ], [ -75.148471786305706, 39.984072537363197 ], [ -75.148322302545594, 39.984052578146098 ], [ -75.148313158977004, 39.984091574264902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2110 N PERCY ST", "addr_range": "2108-2112 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 767, "objectid": 3166, "Shape__Area": 121.54296875, "Shape__Length": 53.7570964694957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148763540811601, 39.984111519549401 ], [ -75.148577576504195, 39.984086009776 ], [ -75.148568062385195, 39.984124867765701 ], [ -75.148755648120698, 39.984150737768402 ], [ -75.148763540811601, 39.984111519549401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2112 N PERCY ST", "addr_range": "2108-2112 N PERCY ST", "zipcode": 19122, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 767, "objectid": 3167, "Shape__Area": 121.5859375, "Shape__Length": 53.853757751194969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148755648120698, 39.984150737768402 ], [ -75.148568062385195, 39.984124867765701 ], [ -75.1485597214227, 39.984163737930402 ], [ -75.148746734745799, 39.984189754450902 ], [ -75.148755648120698, 39.984150737768402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2318 N SYDENHAM ST", "addr_range": "2314-2334 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1120, "objectid": 3168, "Shape__Area": 162.13671875, "Shape__Length": 69.739690595222228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158267838436103, 39.988903150939599 ], [ -75.158527341517498, 39.988938443031799 ], [ -75.158530958446306, 39.988922211781201 ], [ -75.158535713084504, 39.9889008154585 ], [ -75.158276052335594, 39.988865791027898 ], [ -75.158271365732901, 39.988887090667099 ], [ -75.158267838436103, 39.988903150939599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1444 N FRANKLIN ST", "addr_range": "1442-1444 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1081, "objectid": 3169, "Shape__Area": 171.30078125, "Shape__Length": 64.362006769735245 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148241194844005, 39.974223823418299 ], [ -75.148231972661094, 39.974267106589103 ], [ -75.148231206105706, 39.974270731134297 ], [ -75.148449622760296, 39.974297784239198 ], [ -75.148456900520202, 39.974298690774198 ], [ -75.148466359086697, 39.974254124488198 ], [ -75.148241194844005, 39.974223823418299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3917 MOUNT VERNON ST", "addr_range": "3917-3919 MOUNT VERNON ST", "zipcode": 19104, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1111, "objectid": 3170, "Shape__Area": 176.75390625, "Shape__Length": 72.293003043752691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200428324838796, 39.963768914264101 ], [ -75.200468288976893, 39.963975600945702 ], [ -75.200520625589604, 39.963969832470802 ], [ -75.200479760382095, 39.963763688916501 ], [ -75.200428324838796, 39.963768914264101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3201 W DAKOTA ST", "addr_range": "3201 W DAKOTA ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 984, "objectid": 3171, "Shape__Area": 155.859375, "Shape__Length": 60.904737328287347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184718889124198, 39.992174639880901 ], [ -75.184723457241702, 39.9921752086967 ], [ -75.184755428914798, 39.992012340498398 ], [ -75.184698322002504, 39.992005067998797 ], [ -75.184675757962196, 39.992115838348099 ], [ -75.184665154523699, 39.992167958112901 ], [ -75.184718889124198, 39.992174639880901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1036 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 611, "objectid": 3172, "Shape__Area": 96.7890625, "Shape__Length": 46.709678407199092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147819134553401, 39.997314924995898 ], [ -75.147867073501899, 39.997320783514802 ], [ -75.147894331843801, 39.9971996474791 ], [ -75.147851056430895, 39.997192911673402 ], [ -75.147847052428801, 39.997192385714897 ], [ -75.147819134553401, 39.997314924995898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5068 HOOPES ST", "addr_range": "5068 HOOPES ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1137, "objectid": 3173, "Shape__Area": 143.7890625, "Shape__Length": 59.102983006066417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2224974944953, 39.967575660961103 ], [ -75.222524892321402, 39.967735718728001 ], [ -75.222539039293096, 39.967734418461497 ], [ -75.222582066254205, 39.967730030506303 ], [ -75.222580316600997, 39.967721286516799 ], [ -75.222562201107195, 39.967632166137903 ], [ -75.222558373493897, 39.967613431152003 ], [ -75.222556071484803, 39.967602097237602 ], [ -75.2225514387423, 39.9675841671285 ], [ -75.222549114130103, 39.9675706396851 ], [ -75.222539227426296, 39.9675711472117 ], [ -75.2224974944953, 39.967575660961103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "634 UNION ST", "addr_range": "620-640 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 801, "objectid": 3174, "Shape__Area": 126.1171875, "Shape__Length": 55.738753465021773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201382953178197, 39.9639419851665 ], [ -75.201390332441406, 39.963980934646997 ], [ -75.201587886994602, 39.963957806051397 ], [ -75.201579482024002, 39.963919414951903 ], [ -75.201382953178197, 39.9639419851665 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2508 N 11TH ST", "addr_range": "2504-2514-16 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1096, "objectid": 3175, "Shape__Area": 170.8359375, "Shape__Length": 66.323941784104719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149939437727696, 39.990472000886399 ], [ -75.150057826697093, 39.990489432355403 ], [ -75.150175766249205, 39.990507191403601 ], [ -75.150185257601393, 39.990462899625697 ], [ -75.149949177504098, 39.990429454621101 ], [ -75.149939437727696, 39.990472000886399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2413 N 33RD ST", "addr_range": "2413 N 33RD ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 963, "objectid": 3176, "Shape__Area": 152.55078125, "Shape__Length": 61.684387494330679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185570442571006, 39.993618989486698 ], [ -75.185788769717306, 39.993647063427403 ], [ -75.185798017642995, 39.993605261381298 ], [ -75.185579579939798, 39.993576799353498 ], [ -75.185570442571006, 39.993618989486698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5513 SPRUCE ST", "addr_range": "5509-5513 SPRUCE ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1855, "objectid": 3177, "Shape__Area": 293.44921875, "Shape__Length": 89.10981594920753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232399408641399, 39.955759684378897 ], [ -75.232470377353195, 39.955769221901399 ], [ -75.232521235575803, 39.955520421445101 ], [ -75.232449824376999, 39.955511584223103 ], [ -75.232399408641399, 39.955759684378897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3702 BROWN ST", "addr_range": "3700-3710 BROWN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1619, "objectid": 3178, "Shape__Area": 256.4921875, "Shape__Length": 79.806995479890389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196923146156806, 39.9677994064103 ], [ -75.196952467601804, 39.9679451037196 ], [ -75.196965876192905, 39.968015345379499 ], [ -75.197037572768593, 39.968007365626903 ], [ -75.197015829549599, 39.967896945568597 ], [ -75.197010589138102, 39.9678702799199 ], [ -75.196996617906294, 39.967791048119999 ], [ -75.196932991098606, 39.967798304591 ], [ -75.196923146156806, 39.9677994064103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "120 N YEWDALL ST", "addr_range": "120 N YEWDALL ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 849, "objectid": 3179, "Shape__Area": 134.265625, "Shape__Length": 56.68494964019839 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228861402864197, 39.962647694545502 ], [ -75.229059043579497, 39.962672106101898 ], [ -75.229067012387404, 39.962639138919698 ], [ -75.229068677997702, 39.962631486408299 ], [ -75.228870254938897, 39.962606767553801 ], [ -75.228861402864197, 39.962647694545502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5429-41 W GIRARD AVE", "addr_range": "5429-41 W GIRARD AVE", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 5500, "objectid": 3180, "Shape__Area": 4389.6484375, "Shape__Length": 312.71696349726597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230231742340905, 39.971081212545997 ], [ -75.229805411989503, 39.971122562500803 ], [ -75.229895403337594, 39.971590489289703 ], [ -75.230303545328795, 39.971544758049802 ], [ -75.230312593821594, 39.971543152043701 ], [ -75.230682035185893, 39.971502615349401 ], [ -75.230674395054294, 39.971461164859697 ], [ -75.230647910834094, 39.971317216857798 ], [ -75.230284088912597, 39.971351413067502 ], [ -75.230231742340905, 39.971081212545997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1714 N 26TH ST", "addr_range": "1714-1726 N 26TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 909, "objectid": 3181, "Shape__Area": 144.1484375, "Shape__Length": 61.128858832174117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177293825833004, 39.9815864481372 ], [ -75.177284729386301, 39.981626350955302 ], [ -75.177504338937993, 39.981653211635503 ], [ -75.1775129261584, 39.981614040723002 ], [ -75.177293825833004, 39.9815864481372 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1301 FARSON ST", "addr_range": "1301 FARSON ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 735, "objectid": 3182, "Shape__Area": 118.91796875, "Shape__Length": 49.415274370760741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223171946627801, 39.9733807636742 ], [ -75.223179809952896, 39.973425636257701 ], [ -75.223341262018195, 39.973408154785098 ], [ -75.223333616508597, 39.9733636573214 ], [ -75.223330418785693, 39.973363990559399 ], [ -75.223171946627801, 39.9733807636742 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3929 RENO ST", "addr_range": "3929 RENO ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 819, "objectid": 3183, "Shape__Area": 129.5859375, "Shape__Length": 57.774584446231472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201420551922993, 39.968210062944202 ], [ -75.2014512262908, 39.9683690877673 ], [ -75.201500395095294, 39.968363538536401 ], [ -75.201470133470494, 39.968204683275196 ], [ -75.201420551922993, 39.968210062944202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1945 ROWAN ST", "addr_range": "1943-1949 ROWAN ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1423, "objectid": 3184, "Shape__Area": 225.44140625, "Shape__Length": 84.668546776673423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157808539617207, 40.019619950568099 ], [ -75.157815996769301, 40.0196294849734 ], [ -75.157843517299, 40.019617065820803 ], [ -75.157864744106107, 40.019607486050397 ], [ -75.157856881833794, 40.019597604622099 ], [ -75.157811794449003, 40.0195407958796 ], [ -75.157765622572597, 40.019481608279698 ], [ -75.157697989137105, 40.019394791237097 ], [ -75.157649550812593, 40.0194168943733 ], [ -75.157808539617207, 40.019619950568099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1228 N CONESTOGA ST", "addr_range": "1228 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 3046, "objectid": 3185, "Shape__Area": 482.4375, "Shape__Length": 112.86272316242092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230303545328795, 39.971544758049802 ], [ -75.229895403337594, 39.971590489289703 ], [ -75.229908745723293, 39.971661176270601 ], [ -75.230317388733496, 39.971617197601802 ], [ -75.230303545328795, 39.971544758049802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4503 N 17TH ST", "addr_range": "4503 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1263, "objectid": 3186, "Shape__Area": 200.1328125, "Shape__Length": 78.808486340966283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152942412986604, 40.022207754945597 ], [ -75.152987823758295, 40.0222138447646 ], [ -75.153171883184797, 40.022237108804298 ], [ -75.153238249222795, 40.022245750150198 ], [ -75.153247431850701, 40.022204659660602 ], [ -75.153208502894998, 40.022199555369802 ], [ -75.153023996671394, 40.022177005700499 ], [ -75.152950714931293, 40.022167724878301 ], [ -75.152942412986604, 40.022207754945597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1837 W VENANGO ST", "addr_range": "1837-1839 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1840, "objectid": 3187, "Shape__Area": 286.1171875, "Shape__Length": 104.52308055041732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159107570390802, 40.009032077342503 ], [ -75.159162939130397, 40.009039065389999 ], [ -75.159231169880201, 40.008726606316202 ], [ -75.159176408396306, 40.0087196166821 ], [ -75.159107570390802, 40.009032077342503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2556 N HUTCHINSON ST", "addr_range": "918 W HUNTINGDON ST; 2554-2562 N HUTCHINSON ST; 2555-2567 CADWALLADER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 696, "objectid": 3188, "Shape__Area": 105.67578125, "Shape__Length": 52.061372177664026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147194374745496, 39.990993163937198 ], [ -75.147219057428003, 39.990997108785997 ], [ -75.147223618178003, 39.990996760795703 ], [ -75.147271187675202, 39.991003980840198 ], [ -75.147276871534402, 39.991003884471297 ], [ -75.147288219803201, 39.991005238343803 ], [ -75.147326718356695, 39.991010704721603 ], [ -75.1473324301178, 39.9910103999459 ], [ -75.147375210568498, 39.991016253529097 ], [ -75.147381966297502, 39.990982168840098 ], [ -75.147341703702395, 39.990976241703997 ], [ -75.147333746206897, 39.990976061265499 ], [ -75.147287295606802, 39.990969753222501 ], [ -75.147278187617005, 39.9909695466919 ], [ -75.147229507475799, 39.990962300563403 ], [ -75.147226340817994, 39.990962890104598 ], [ -75.147196969542094, 39.990958258678901 ], [ -75.147189500314298, 39.990992924555897 ], [ -75.147191895919804, 39.990992769843302 ], [ -75.147194374745496, 39.990993163937198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4947 OLIVE ST", "addr_range": "4947 OLIVE ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 825, "objectid": 3189, "Shape__Area": 151.14453125, "Shape__Length": 62.206440459208672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219631382970107, 39.96444493968 ], [ -75.219655769359093, 39.964616409743499 ], [ -75.219709205150096, 39.964612591230399 ], [ -75.219685732751103, 39.9644407223728 ], [ -75.219631382970107, 39.96444493968 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3954 PARRISH ST", "addr_range": "3948-3962 PARRISH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1655, "objectid": 3190, "Shape__Area": 261.89453125, "Shape__Length": 84.034221897141705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202395968257093, 39.968245054413998 ], [ -75.202398353156795, 39.968259147721099 ], [ -75.202398997467, 39.968265416800897 ], [ -75.2024015982348, 39.9682725987889 ], [ -75.202406291188396, 39.9682999619802 ], [ -75.202407184978497, 39.9683085089329 ], [ -75.202409529458606, 39.968319183831497 ], [ -75.202411359871803, 39.968330733004002 ], [ -75.2024133052671, 39.968341963971703 ], [ -75.202420503592904, 39.968379053270802 ], [ -75.202423098705097, 39.968391975433299 ], [ -75.202424668173904, 39.9683970874406 ], [ -75.202426764219297, 39.968411545547497 ], [ -75.202432146388503, 39.968438423080897 ], [ -75.202437573070895, 39.968469703009902 ], [ -75.202439643304601, 39.9684792915141 ], [ -75.202507301377295, 39.968471734058603 ], [ -75.202504966799296, 39.968463074028698 ], [ -75.202499742274, 39.968431960772598 ], [ -75.202494605607498, 39.968404749915898 ], [ -75.202493373048796, 39.968396243196203 ], [ -75.202490606957795, 39.968387879927 ], [ -75.202488477082696, 39.968374292341998 ], [ -75.202482904994994, 39.968341299981603 ], [ -75.202479894686306, 39.9683271774744 ], [ -75.202477250113802, 39.968310015889401 ], [ -75.202474706311307, 39.968295725340397 ], [ -75.202470323465505, 39.968271239638398 ], [ -75.202468373801807, 39.968264587482601 ], [ -75.202466600552299, 39.9682531999592 ], [ -75.202463574308297, 39.9682372543651 ], [ -75.202451585674297, 39.9682385027793 ], [ -75.202441283360102, 39.968239467875101 ], [ -75.202430421882497, 39.968240854839301 ], [ -75.202421672964107, 39.968241739994902 ], [ -75.202417726019704, 39.968242538951202 ], [ -75.202395968257093, 39.968245054413998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2732 N BONSALL ST", "addr_range": "2730-2732 N BONSALL ST; 2731-2733 JUDSON ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 630, "objectid": 3191, "Shape__Area": 102.94140625, "Shape__Length": 47.364295555275994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169630524629994, 39.996706712546697 ], [ -75.169789573902705, 39.996728954010599 ], [ -75.1697973473985, 39.996689876987404 ], [ -75.169639231420007, 39.9966678331105 ], [ -75.169630524629994, 39.996706712546697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2148 BELLMORE ST", "addr_range": "2136-2152 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 630, "objectid": 3192, "Shape__Area": 99.578125, "Shape__Length": 47.025643457212453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114354025259402, 39.9884166855933 ], [ -75.114378012955399, 39.988450362822398 ], [ -75.114519564462995, 39.988390213143198 ], [ -75.114495128478694, 39.988357250079503 ], [ -75.114354025259402, 39.9884166855933 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2358 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 668, "objectid": 3193, "Shape__Area": 105.8984375, "Shape__Length": 50.714527509763229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137932123758901, 39.986704561088899 ], [ -75.138109422654196, 39.986729374545902 ], [ -75.138110964443101, 39.986720351645097 ], [ -75.138112509473103, 39.986711762210199 ], [ -75.138113991953006, 39.986709184781603 ], [ -75.138117503375994, 39.986693628332503 ], [ -75.137945861488305, 39.986669410361799 ], [ -75.137940212015394, 39.986668621337401 ], [ -75.137932123758901, 39.986704561088899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2362 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 693, "objectid": 3194, "Shape__Area": 109.84765625, "Shape__Length": 51.037989574322147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137915821978595, 39.986779696741401 ], [ -75.138092440479696, 39.986804237042598 ], [ -75.138101103882605, 39.986767503053301 ], [ -75.137923726113399, 39.986742027340497 ], [ -75.137915821978595, 39.986779696741401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2344 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 660, "objectid": 3195, "Shape__Area": 104.578125, "Shape__Length": 50.383555051240833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137988838226704, 39.986451043314197 ], [ -75.138136480857696, 39.986471556096397 ], [ -75.138165496917196, 39.986476100723102 ], [ -75.138173211846293, 39.986440087588903 ], [ -75.138106916110701, 39.986430599434698 ], [ -75.137997397573201, 39.986415888259998 ], [ -75.137988838226704, 39.986451043314197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2335 N 3RD ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 850, "objectid": 3196, "Shape__Area": 134.76171875, "Shape__Length": 58.93819766572787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138207863370397, 39.9863531344878 ], [ -75.138418819630004, 39.986381147966902 ], [ -75.138427014223197, 39.986343501366001 ], [ -75.138216593450807, 39.986314145847103 ], [ -75.138211556240407, 39.9863328590015 ], [ -75.138207863370397, 39.9863531344878 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 666, "objectid": 3197, "Shape__Area": 105.62890625, "Shape__Length": 50.419182444091732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137997397573201, 39.986415888259998 ], [ -75.138106916110701, 39.986430599434698 ], [ -75.138173211846293, 39.986440087588903 ], [ -75.138181312464496, 39.986404340023 ], [ -75.138112540026995, 39.986394408970803 ], [ -75.138005759744601, 39.986379372677803 ], [ -75.137997397573201, 39.986415888259998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2354 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 690, "objectid": 3198, "Shape__Area": 109.34375, "Shape__Length": 51.008215406437948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137948057295304, 39.986632481434597 ], [ -75.138124845364004, 39.986657476065297 ], [ -75.138133629535403, 39.986620342065102 ], [ -75.137956074312399, 39.9865956525529 ], [ -75.137948057295304, 39.986632481434597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2346 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 676, "objectid": 3199, "Shape__Area": 107.11328125, "Shape__Length": 50.663443843705238 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137980742508304, 39.986487178420397 ], [ -75.138157529040598, 39.986512172974301 ], [ -75.138161725850097, 39.986496246483497 ], [ -75.138162213492393, 39.986489018759301 ], [ -75.138165496917196, 39.986476100723102 ], [ -75.138136480857696, 39.986471556096397 ], [ -75.137988838226704, 39.986451043314197 ], [ -75.137980742508304, 39.986487178420397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2356 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 671, "objectid": 3200, "Shape__Area": 106.44921875, "Shape__Length": 50.721527366571053 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137940212015394, 39.986668621337401 ], [ -75.138117503375994, 39.986693628332503 ], [ -75.138120617508605, 39.986675305710897 ], [ -75.13812244575, 39.986669189722797 ], [ -75.138124845364004, 39.986657476065297 ], [ -75.137948057295304, 39.986632481434597 ], [ -75.137940212015394, 39.986668621337401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2340 N BODINE ST", "addr_range": "2328-2362 N BODINE ST; 2329-2349 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "29", "parcelarea": 674, "objectid": 3201, "Shape__Area": 106.91015625, "Shape__Length": 50.492802405667327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138005759744601, 39.986379372677803 ], [ -75.138112540026995, 39.986394408970803 ], [ -75.138181312464496, 39.986404340023 ], [ -75.138185138175899, 39.986393158885598 ], [ -75.138189681944695, 39.986367631777 ], [ -75.138014106984002, 39.9863432450964 ], [ -75.138005759744601, 39.986379372677803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2447 CECIL B MOORE AVE", "addr_range": "2447 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1290, "objectid": 3202, "Shape__Area": 204.44140625, "Shape__Length": 76.788661714417785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175459173179405, 39.9810364525705 ], [ -75.175412854130897, 39.981253981934003 ], [ -75.175469580976795, 39.981261040817699 ], [ -75.175515685404804, 39.981043668802997 ], [ -75.175459173179405, 39.9810364525705 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2524 MUTTER ST", "addr_range": "2524 MUTTER ST", "zipcode": 19133, "district": "7", "year": "2001", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 586, "objectid": 3203, "Shape__Area": 92.984375, "Shape__Length": 44.31058740556724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133911646534898, 39.988812564548397 ], [ -75.1340578036816, 39.988831515984103 ], [ -75.134060157587598, 39.988820461803797 ], [ -75.134066276149994, 39.988793294808197 ], [ -75.133921672975603, 39.988774813094999 ], [ -75.133919357922295, 39.988774519754401 ], [ -75.133913325440702, 39.988801640050298 ], [ -75.133911646534898, 39.988812564548397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "815 N 40TH ST", "addr_range": "815-817 N 40TH ST; 3972-3974 RENO ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1254, "objectid": 3204, "Shape__Area": 198.67578125, "Shape__Length": 74.949999005986498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2027489779815, 39.967835458051603 ], [ -75.202757032522896, 39.967879352701502 ], [ -75.203034086625806, 39.967848299521101 ], [ -75.203024597704797, 39.967805210088102 ], [ -75.2027489779815, 39.967835458051603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "817 N 40TH ST", "addr_range": "815-817 N 40TH ST; 3972-3974 RENO ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1569, "objectid": 3205, "Shape__Area": 248.5625, "Shape__Length": 78.247934097982224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202757032522896, 39.967879352701502 ], [ -75.202767687989905, 39.967933767555202 ], [ -75.202830945969197, 39.967926806014603 ], [ -75.203044569103895, 39.9679022744183 ], [ -75.203034086625806, 39.967848299521101 ], [ -75.202757032522896, 39.967879352701502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3974 RENO ST", "addr_range": "815-817 N 40TH ST; 3972-3974 RENO ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1006, "objectid": 3206, "Shape__Area": 159.31640625, "Shape__Length": 69.835826303497697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202708869196698, 39.967939668019 ], [ -75.202709043015204, 39.967940622437602 ], [ -75.202757090859293, 39.967934789203603 ], [ -75.202718459938595, 39.967734177984397 ], [ -75.202670552608893, 39.967739078174901 ], [ -75.202708869196698, 39.967939668019 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3972 RENO ST", "addr_range": "815-817 N 40TH ST; 3972-3974 RENO ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 987, "objectid": 3207, "Shape__Area": 156.40234375, "Shape__Length": 69.678425034986347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202623332423897, 39.967744671156197 ], [ -75.202627857869302, 39.967769788919398 ], [ -75.202662692401105, 39.967945912183097 ], [ -75.202709043015204, 39.967940622437602 ], [ -75.202670552608893, 39.967739078174901 ], [ -75.202623332423897, 39.967744671156197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "514 DIAMOND ST", "addr_range": "508-514 DIAMOND ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 840, "objectid": 3208, "Shape__Area": 133.08984375, "Shape__Length": 58.977368064075179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1426811443243, 39.9826718940391 ], [ -75.142645587274899, 39.982834315384899 ], [ -75.142694855349106, 39.982840698462702 ], [ -75.142730412283996, 39.982678277101598 ], [ -75.1426811443243, 39.9826718940391 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "508 DIAMOND ST", "addr_range": "508-514 DIAMOND ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 755, "objectid": 3209, "Shape__Area": 119.7578125, "Shape__Length": 59.779488729665403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142556242720502, 39.982647364266001 ], [ -75.142518908367904, 39.982817905756797 ], [ -75.142561133493203, 39.982823375621798 ], [ -75.142596689533903, 39.982660955175703 ], [ -75.142598467777404, 39.982652833217102 ], [ -75.142556242720502, 39.982647364266001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1730 N MARSHALL ST", "addr_range": "1728-1730 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1283, "objectid": 3210, "Shape__Area": 203.2734375, "Shape__Length": 81.276022514391741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146019213447701, 39.977927644122403 ], [ -75.146328908752096, 39.977960881750398 ], [ -75.146336391245796, 39.977921444430599 ], [ -75.146027101827102, 39.977887522242398 ], [ -75.146019213447701, 39.977927644122403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "510 DIAMOND ST", "addr_range": "508-514 DIAMOND ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 720, "objectid": 3211, "Shape__Area": 114.0703125, "Shape__Length": 57.387403691305458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142596689533903, 39.982660955175703 ], [ -75.142561133493203, 39.982823375621798 ], [ -75.142603360965794, 39.982828845524402 ], [ -75.142638918078603, 39.982666425091899 ], [ -75.142596689533903, 39.982660955175703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "600-04 W SUSQUEHANNA AVE", "addr_range": "600-04 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 703, "objectid": 3212, "Shape__Area": 111.42578125, "Shape__Length": 60.071142916408668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143945355281303, 39.984639572629803 ], [ -75.143969742709402, 39.984643119586003 ], [ -75.143989691026704, 39.984646022423902 ], [ -75.144008885765999, 39.984648814441002 ], [ -75.143998659537402, 39.984470112381899 ], [ -75.143984380427398, 39.984468214967499 ], [ -75.143945355281303, 39.984639572629803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1728 N MARSHALL ST", "addr_range": "1728-1730 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1800, "objectid": 3213, "Shape__Area": 285.1875, "Shape__Length": 85.983951244104716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146027101827102, 39.977887522242398 ], [ -75.146336391245796, 39.977921444430599 ], [ -75.146337807929996, 39.977912901555101 ], [ -75.146346238586304, 39.9778695356706 ], [ -75.146346941984206, 39.977865973674703 ], [ -75.146037597624499, 39.977831260968003 ], [ -75.146027101827102, 39.977887522242398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1332 N 07TH ST", "addr_range": "1330-1332 N 7TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1356, "objectid": 3214, "Shape__Area": 215.3515625, "Shape__Length": 76.869115960986932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1478154258226, 39.972729438292198 ], [ -75.148095068051703, 39.972765816788701 ], [ -75.148103066496304, 39.972726901060803 ], [ -75.148103658232102, 39.972719524306299 ], [ -75.1478230962868, 39.972682886199401 ], [ -75.1478154258226, 39.972729438292198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1330 N 07TH ST", "addr_range": "1330-1332 N 7TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1329, "objectid": 3215, "Shape__Area": 208.34765625, "Shape__Length": 76.533812292074074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147823105391495, 39.972682648536399 ], [ -75.148103658232102, 39.972719524306299 ], [ -75.148112830853506, 39.972674199211099 ], [ -75.147831922532603, 39.972638506547703 ], [ -75.147823105391495, 39.972682648536399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2545 N WARNOCK ST", "addr_range": "2539-2551 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 672, "objectid": 3216, "Shape__Area": 105.21484375, "Shape__Length": 49.554205573808964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148893157176602, 39.991198917561697 ], [ -75.149063132920105, 39.991223774844201 ], [ -75.149071392845102, 39.9911865156282 ], [ -75.148900057950698, 39.9911621276215 ], [ -75.148893157176602, 39.991198917561697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "636 UNION ST", "addr_range": "620-640 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 769, "objectid": 3217, "Shape__Area": 121.109375, "Shape__Length": 55.359775657461903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201390332441406, 39.963980934646997 ], [ -75.201397526087405, 39.964018152777001 ], [ -75.201594774426994, 39.963994824550298 ], [ -75.201587886994602, 39.963957806051397 ], [ -75.201390332441406, 39.963980934646997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2227 N UBER ST", "addr_range": "2225-2233 N UBER ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1494, "objectid": 3218, "Shape__Area": 236.78515625, "Shape__Length": 88.567309735918968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164402937269003, 39.988037398466901 ], [ -75.164739912781101, 39.988082048848099 ], [ -75.164748660463999, 39.988039432341701 ], [ -75.164411660616494, 39.987995426560197 ], [ -75.164402937269003, 39.988037398466901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2203 N 18TH ST", "addr_range": "2201-2205 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 883, "objectid": 3219, "Shape__Area": 140.015625, "Shape__Length": 57.16712988408397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162293265465905, 39.987249694867103 ], [ -75.162490616677402, 39.987275905546497 ], [ -75.162499630151899, 39.987232957292001 ], [ -75.1623019849348, 39.987207303131697 ], [ -75.162293265465905, 39.987249694867103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2033 W SUSQUEHANNA AVE", "addr_range": "2031-2033 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 945, "objectid": 3220, "Shape__Area": 154.359375, "Shape__Length": 62.77689735093513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1672862229278, 39.987982674206698 ], [ -75.167340403860607, 39.9879896004201 ], [ -75.167376210742006, 39.987817826718803 ], [ -75.167322222613507, 39.987810793131899 ], [ -75.1672862229278, 39.987982674206698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2435 N 15TH ST", "addr_range": "2433-2437 N 15TH ST; 1435-1437 W HAGERT ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 757, "objectid": 3221, "Shape__Area": 120.046875, "Shape__Length": 51.455309285292294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156941337266304, 39.990479065467397 ], [ -75.156950668253799, 39.990437783510799 ], [ -75.156777059090402, 39.990414195648398 ], [ -75.156768041863998, 39.990456031599798 ], [ -75.156941337266304, 39.990479065467397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2203 N 16TH ST", "addr_range": "2201-2205 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1006, "objectid": 3222, "Shape__Area": 159.41796875, "Shape__Length": 64.515678846993382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159118606937596, 39.9868380911036 ], [ -75.159349762230093, 39.986868036471598 ], [ -75.159358581252604, 39.986826920303002 ], [ -75.159137479467006, 39.986797685742097 ], [ -75.159126877201999, 39.986796011087897 ], [ -75.159118606937596, 39.9868380911036 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2509 N 17TH ST", "addr_range": "2507-2513 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1060, "objectid": 3223, "Shape__Area": 167.36328125, "Shape__Length": 65.545939803884465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159903967018707, 39.991726317867702 ], [ -75.159669361397803, 39.991695732097 ], [ -75.159660589542199, 39.991738363966398 ], [ -75.159894161661398, 39.991769637332297 ], [ -75.159903967018707, 39.991726317867702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2507 N 17TH ST", "addr_range": "2507-2513 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1106, "objectid": 3224, "Shape__Area": 174.3828125, "Shape__Length": 66.167266124717486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159913560781206, 39.991682495365502 ], [ -75.159679125752504, 39.991650205133297 ], [ -75.159669361397803, 39.991695732097 ], [ -75.159903967018707, 39.991726317867702 ], [ -75.159913560781206, 39.991682495365502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2513 N 17TH ST", "addr_range": "2507-2513 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1001, "objectid": 3225, "Shape__Area": 158.6875, "Shape__Length": 65.029583272250008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159885356149502, 39.991813155056803 ], [ -75.159650879079607, 39.991782508183597 ], [ -75.159641294479798, 39.991822799790199 ], [ -75.159876652021694, 39.991853983731801 ], [ -75.159885356149502, 39.991813155056803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2511 N 17TH ST", "addr_range": "2507-2513 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1071, "objectid": 3226, "Shape__Area": 170.55078125, "Shape__Length": 65.777424023062338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159660589542199, 39.991738363966398 ], [ -75.159650879079607, 39.991782508183597 ], [ -75.159885356149502, 39.991813155056803 ], [ -75.159894161661398, 39.991769637332297 ], [ -75.159660589542199, 39.991738363966398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2205 N 16TH ST", "addr_range": "2201-2205 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1035, "objectid": 3227, "Shape__Area": 164.0390625, "Shape__Length": 64.886240314890983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159108437672302, 39.986880546322503 ], [ -75.159340992617501, 39.9869106206108 ], [ -75.159349762230093, 39.986868036471598 ], [ -75.159118606937596, 39.9868380911036 ], [ -75.159108437672302, 39.986880546322503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2552 N PATTON ST", "addr_range": "2552 N PATTON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1059, "objectid": 3228, "Shape__Area": 167.8359375, "Shape__Length": 57.025154373778939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183484965681302, 39.995587344924502 ], [ -75.183310590122701, 39.995563521964002 ], [ -75.183293701850999, 39.995612744912997 ], [ -75.183472221876897, 39.995650555028803 ], [ -75.183484965681302, 39.995587344924502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2201 N 16TH ST", "addr_range": "2201-2205 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1056, "objectid": 3229, "Shape__Area": 167.32421875, "Shape__Length": 65.209196743137468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159126877201999, 39.986796011087897 ], [ -75.159137479467006, 39.986797685742097 ], [ -75.159358581252604, 39.986826920303002 ], [ -75.159367719682706, 39.986782957822697 ], [ -75.159134537466997, 39.986753401919998 ], [ -75.159126877201999, 39.986796011087897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2531 N NAPA ST", "addr_range": "2531-2541 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 705, "objectid": 3230, "Shape__Area": 111.7578125, "Shape__Length": 51.067324812752922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182648932321797, 39.995079479388501 ], [ -75.182824436711101, 39.995102780819103 ], [ -75.182832996766606, 39.995064849639697 ], [ -75.182655873736707, 39.995041108365001 ], [ -75.182648932321797, 39.995079479388501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2653 N 28TH ST", "addr_range": "2653 N 28TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 959, "objectid": 3231, "Shape__Area": 152.1171875, "Shape__Length": 58.318265257220688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176975447068301, 39.996318949699997 ], [ -75.176985184296697, 39.996273292065197 ], [ -75.176787851083105, 39.996245268460598 ], [ -75.176777632657704, 39.996292028043896 ], [ -75.176975447068301, 39.996318949699997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2533 N NAPA ST", "addr_range": "2531-2541 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 707, "objectid": 3232, "Shape__Area": 112.09375, "Shape__Length": 50.975953913623599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182640079882404, 39.995117952731903 ], [ -75.182815827749295, 39.995140920839503 ], [ -75.182824436711101, 39.995102780819103 ], [ -75.182648932321797, 39.995079479388501 ], [ -75.182640079882404, 39.995117952731903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2319 N 22ND ST", "addr_range": "2319-2325 N 22ND ST; 2320, 2326-2328 N BEECHWOOD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1133, "objectid": 3233, "Shape__Area": 179.53515625, "Shape__Length": 68.821900115596804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168435952675097, 39.9900090411261 ], [ -75.168683490158898, 39.990041722610997 ], [ -75.168692934446696, 39.989998379087602 ], [ -75.168444847796707, 39.989965233859898 ], [ -75.168435952675097, 39.9900090411261 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2253 N 21ST ST", "addr_range": "2253-2267 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1181, "objectid": 3234, "Shape__Area": 188.69921875, "Shape__Length": 74.116794959250811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167018719595802, 39.988964928695403 ], [ -75.167293172620504, 39.989000055261897 ], [ -75.167301701231096, 39.988958755454298 ], [ -75.167027508037705, 39.988923392379 ], [ -75.167018719595802, 39.988964928695403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2209 N 21ST ST", "addr_range": "2209 N 21ST ST; 2037 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1179, "objectid": 3235, "Shape__Area": 198.9609375, "Shape__Length": 74.258548149267426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167217177171906, 39.9880254990628 ], [ -75.167488322057395, 39.988061550930098 ], [ -75.167497705846799, 39.988017593439999 ], [ -75.167442137546701, 39.988010217112901 ], [ -75.167226849189504, 39.987981112886999 ], [ -75.167217177171906, 39.9880254990628 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2259 N 21ST ST", "addr_range": "2253-2267 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1181, "objectid": 3236, "Shape__Area": 190.8671875, "Shape__Length": 74.394686098926599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166992112985596, 39.989091999189803 ], [ -75.167093226457894, 39.989104171405302 ], [ -75.1672665699856, 39.989126449235997 ], [ -75.167275732412094, 39.9890844699109 ], [ -75.167000529873505, 39.989049792267402 ], [ -75.166992112985596, 39.989091999189803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2600 N 29TH ST", "addr_range": "2600-2614 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1174, "objectid": 3237, "Shape__Area": 186.1171875, "Shape__Length": 68.441800095510359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179027905839007, 39.995582630388803 ], [ -75.1792710654437, 39.995615931048 ], [ -75.179278842673696, 39.995578804278502 ], [ -75.179280990980004, 39.995568535817597 ], [ -75.179038316082895, 39.995537969787499 ], [ -75.179036916978404, 39.995543950896298 ], [ -75.179027905839007, 39.995582630388803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2640 W OAKDALE ST", "addr_range": "2640 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 805, "objectid": 3238, "Shape__Area": 127.66796875, "Shape__Length": 46.390954387393649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175206609564199, 39.996140899955002 ], [ -75.1752763373714, 39.996149249493598 ], [ -75.175285390406103, 39.996100625817 ], [ -75.175296339160894, 39.996054559385001 ], [ -75.175215470148899, 39.996043750671902 ], [ -75.175214990938102, 39.996045884331402 ], [ -75.175208850846303, 39.996074069014099 ], [ -75.175203089197595, 39.996100552965899 ], [ -75.175194591647497, 39.996139468980502 ], [ -75.175206609564199, 39.996140899955002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2613 N NAPA ST", "addr_range": "2613 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 731, "objectid": 3239, "Shape__Area": 115.95703125, "Shape__Length": 51.479480128873568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182392999762001, 39.996258119659899 ], [ -75.182568645729404, 39.9962810704844 ], [ -75.182578236790405, 39.996241936104703 ], [ -75.182401253415705, 39.996218294937499 ], [ -75.182392999762001, 39.996258119659899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2546 N 29TH ST", "addr_range": "2546 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 973, "objectid": 3240, "Shape__Area": 154.265625, "Shape__Length": 61.554348217261008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179133912907204, 39.995060112693402 ], [ -75.179350300849094, 39.995089654681202 ], [ -75.179360114488304, 39.995046882729199 ], [ -75.179143599540694, 39.995017419003297 ], [ -75.179133912907204, 39.995060112693402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2946 W LEHIGH AVE", "addr_range": "2946-2950 W LEHIGH AVE", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1220, "objectid": 3241, "Shape__Area": 193.3671875, "Shape__Length": 73.954321529926176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180010785534293, 39.996910403563099 ], [ -75.1799667035271, 39.997118731270398 ], [ -75.1800218115185, 39.997126300965697 ], [ -75.180067190205307, 39.996918066242898 ], [ -75.180010785534293, 39.996910403563099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2325 N 22ND ST", "addr_range": "2319-2325 N 22ND ST; 2320, 2326-2328 N BEECHWOOD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1167, "objectid": 3242, "Shape__Area": 185.0703125, "Shape__Length": 69.228002817222858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168665434945098, 39.990129104158697 ], [ -75.168417329070806, 39.990095959350803 ], [ -75.168408093280902, 39.990141547466301 ], [ -75.1686559376068, 39.990173349303497 ], [ -75.168665434945098, 39.990129104158697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3022 W LEHIGH AVE", "addr_range": "3022 W LEHIGH AVE", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1272, "objectid": 3243, "Shape__Area": 201.72265625, "Shape__Length": 75.221622867776958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180927740978404, 39.997250535494601 ], [ -75.180985323816103, 39.997258062801599 ], [ -75.181032483193505, 39.997046933925098 ], [ -75.180975320764205, 39.997039384511297 ], [ -75.180927740978404, 39.997250535494601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2105 N REESE ST", "addr_range": "2105-2117 N REESE ST; 2102-04, 2108-2110 N 5TH ST; 501-13 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 720, "objectid": 3244, "Shape__Area": 114.1015625, "Shape__Length": 43.53470308523174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142540351974802, 39.983125727990299 ], [ -75.142538109549207, 39.983138282342203 ], [ -75.142502013865695, 39.983155500714098 ], [ -75.142494820430599, 39.9831862071972 ], [ -75.142541808787001, 39.983193126006 ], [ -75.142612089551804, 39.983201895779501 ], [ -75.142626668839398, 39.983138183258703 ], [ -75.142540351974802, 39.983125727990299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2117 N REESE ST", "addr_range": "2105-2117 N REESE ST; 2102-04, 2108-2110 N 5TH ST; 501-13 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 542, "objectid": 3245, "Shape__Area": 85.890625, "Shape__Length": 45.137993585020745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1424093522118, 39.983385232898797 ], [ -75.142566147432305, 39.983407365368798 ], [ -75.142574316260806, 39.9833741338525 ], [ -75.142417778383802, 39.983352957817303 ], [ -75.1424093522118, 39.983385232898797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2115 N REESE ST", "addr_range": "2105-2117 N REESE ST; 2102-04, 2108-2110 N 5TH ST; 501-13 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 521, "objectid": 3246, "Shape__Area": 82.69140625, "Shape__Length": 44.719964605206613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142417778971407, 39.983352942513299 ], [ -75.142574316260806, 39.9833741338525 ], [ -75.142580696361904, 39.983342249271203 ], [ -75.142424361919595, 39.983321206711402 ], [ -75.142417778971407, 39.983352942513299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2111 N REESE ST", "addr_range": "2105-2117 N REESE ST; 2102-04, 2108-2110 N 5TH ST; 501-13 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 503, "objectid": 3247, "Shape__Area": 79.71875, "Shape__Length": 44.472016641627519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142448262744296, 39.9832581574125 ], [ -75.142443279293502, 39.9832804183674 ], [ -75.142434488491403, 39.983279573503403 ], [ -75.142432414843299, 39.983288860077103 ], [ -75.1425868720317, 39.983310197861101 ], [ -75.142595066873199, 39.983277966168203 ], [ -75.142448262744296, 39.9832581574125 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2113 N REESE ST", "addr_range": "2105-2117 N REESE ST; 2102-04, 2108-2110 N 5TH ST; 501-13 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 526, "objectid": 3248, "Shape__Area": 83.359375, "Shape__Length": 44.631934019655596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142424361919595, 39.983321206711402 ], [ -75.142580696361904, 39.983342249271203 ], [ -75.1425868720317, 39.983310197861101 ], [ -75.142432414843299, 39.983288860077103 ], [ -75.142424361919595, 39.983321206711402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3810 FOLSOM ST", "addr_range": "752-756, 762 N 38TH ST; 3810-3812 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1149, "objectid": 3249, "Shape__Area": 182.02734375, "Shape__Length": 75.566028946953651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198472643855496, 39.967060306581203 ], [ -75.198473298487002, 39.9670640774319 ], [ -75.198476419110804, 39.967081911057697 ], [ -75.198482291325305, 39.967120825436602 ], [ -75.1984891116103, 39.967161808883802 ], [ -75.1984964049241, 39.967200206150402 ], [ -75.198503315418805, 39.967238757084502 ], [ -75.198510482321595, 39.967280520399498 ], [ -75.198559958053394, 39.9672751414465 ], [ -75.1985550187661, 39.967238230030901 ], [ -75.198522035672696, 39.967058810018202 ], [ -75.198521341272098, 39.967055006748303 ], [ -75.198472643855496, 39.967060306581203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3920 BROWN ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1473, "objectid": 3250, "Shape__Area": 233.3984375, "Shape__Length": 83.229982941669505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201102539751403, 39.967315354085002 ], [ -75.201146859742906, 39.9675534588198 ], [ -75.201156881612903, 39.967551601924498 ], [ -75.2011615868023, 39.967550723447999 ], [ -75.201165568574197, 39.967550649717197 ], [ -75.201171542896404, 39.967550557177802 ], [ -75.201205969792895, 39.9675464700085 ], [ -75.201162271845405, 39.967308540398903 ], [ -75.201102539751403, 39.967315354085002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3934 BROWN ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1430, "objectid": 3251, "Shape__Area": 226.46484375, "Shape__Length": 82.595221890957276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201505077095305, 39.967270439717801 ], [ -75.201518466100197, 39.967349658824801 ], [ -75.201548144999904, 39.967507871337901 ], [ -75.201606208292205, 39.9675014393206 ], [ -75.201576880245298, 39.967346169190897 ], [ -75.201562029246503, 39.967263999265903 ], [ -75.201535823625207, 39.967266722112498 ], [ -75.201505077095305, 39.967270439717801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3926 BROWN ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1435, "objectid": 3252, "Shape__Area": 227.2578125, "Shape__Length": 82.695678686114377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201274873736494, 39.967296357084201 ], [ -75.201319903454106, 39.9675334134172 ], [ -75.201377513604797, 39.967527294009102 ], [ -75.201333338381303, 39.9672897728436 ], [ -75.201274873736494, 39.967296357084201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3912 BROWN ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1441, "objectid": 3253, "Shape__Area": 228.296875, "Shape__Length": 83.101917527673436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200930792370997, 39.967334380980198 ], [ -75.200872162816395, 39.967340864045198 ], [ -75.200915379983201, 39.967579846292303 ], [ -75.200972607447895, 39.967573379805998 ], [ -75.200930792370997, 39.967334380980198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3932 BROWN ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1390, "objectid": 3254, "Shape__Area": 220.15625, "Shape__Length": 82.315809290516128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201505077095305, 39.967270439717801 ], [ -75.201447668136595, 39.967277288962698 ], [ -75.201492066526498, 39.967513928443402 ], [ -75.201548144999904, 39.967507871337901 ], [ -75.201518466100197, 39.967349658824801 ], [ -75.201505077095305, 39.967270439717801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3942 BROWN ST", "addr_range": "3940-3942 BROWN ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2030, "objectid": 3255, "Shape__Area": 321.5625, "Shape__Length": 88.098860539315211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201816587281996, 39.967235560589003 ], [ -75.201734505128002, 39.967244520892599 ], [ -75.201780284417595, 39.967481771155498 ], [ -75.2018624409518, 39.967472489905099 ], [ -75.201816587281996, 39.967235560589003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3936 BROWN ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1394, "objectid": 3256, "Shape__Area": 220.81640625, "Shape__Length": 82.324254629308783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201562029246503, 39.967263999265903 ], [ -75.201576880245298, 39.967346169190897 ], [ -75.201606208292205, 39.9675014393206 ], [ -75.201662496865396, 39.967494806578699 ], [ -75.201617799993102, 39.967257243324497 ], [ -75.201562029246503, 39.967263999265903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3605 HAVERFORD AVE", "addr_range": "612-618 N 36TH ST; 3606-3612 MOUNT VERNON ST; 3601-3615 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 2070, "objectid": 3257, "Shape__Area": 327.9140625, "Shape__Length": 104.04201697811638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194832513356701, 39.963795254018599 ], [ -75.194769145922905, 39.963802555534201 ], [ -75.1948054332575, 39.964004618005802 ], [ -75.1948141974012, 39.9640523178793 ], [ -75.194824789735605, 39.964107666568999 ], [ -75.194891020371799, 39.964099742211602 ], [ -75.194832513356701, 39.963795254018599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3601 HAVERFORD AVE", "addr_range": "612-618 N 36TH ST; 3606-3612 MOUNT VERNON ST; 3601-3615 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 2072, "objectid": 3258, "Shape__Area": 328.09375, "Shape__Length": 99.766349277517506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194690306936593, 39.963811697384799 ], [ -75.194619686202898, 39.963820134727101 ], [ -75.194676792255194, 39.964106401416501 ], [ -75.194744622605, 39.964098627199 ], [ -75.194738031420499, 39.964061115646203 ], [ -75.194719281218795, 39.9639648020799 ], [ -75.194690255937303, 39.963813613591903 ], [ -75.194690306936593, 39.963811697384799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "741 N DE KALB ST", "addr_range": "741 N DE KALB ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1215, "objectid": 3259, "Shape__Area": 192.41796875, "Shape__Length": 76.962734825727409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197222789954196, 39.967399760933098 ], [ -75.197164542682998, 39.9674066218329 ], [ -75.197073099620994, 39.967417708664101 ], [ -75.197066828435794, 39.967418440406497 ], [ -75.197075133382299, 39.967458907374898 ], [ -75.197173742010506, 39.967446723061002 ], [ -75.197364600390699, 39.9674253545246 ], [ -75.197357150254703, 39.967386098629099 ], [ -75.197305204432197, 39.9673914230154 ], [ -75.197222789954196, 39.967399760933098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "710 N SHEDWICK ST", "addr_range": "708-710 N SHEDWICK ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 860, "objectid": 3260, "Shape__Area": 136.26171875, "Shape__Length": 57.475845995377455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1928759659055, 39.966645527880701 ], [ -75.192883003289097, 39.966685661520202 ], [ -75.193085892428897, 39.9666663585378 ], [ -75.193078408726095, 39.966624764345397 ], [ -75.1928759659055, 39.966645527880701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "620 N SHEDWICK ST", "addr_range": "620-624 N SHEDWICK ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 961, "objectid": 3261, "Shape__Area": 152.22265625, "Shape__Length": 65.012560554388244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1926902394856, 39.9656256872318 ], [ -75.192697419989599, 39.965665372673598 ], [ -75.192919193141094, 39.965640203710699 ], [ -75.192935491844395, 39.965638518956702 ], [ -75.192929210369499, 39.965600578998199 ], [ -75.1926902394856, 39.9656256872318 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3838 FOLSOM ST", "addr_range": "3838 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1043, "objectid": 3262, "Shape__Area": 165.265625, "Shape__Length": 74.639173324585286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199167674899996, 39.966983717006499 ], [ -75.199168591138005, 39.966988879414899 ], [ -75.199207137000101, 39.967203161142798 ], [ -75.199253846708103, 39.967197783472201 ], [ -75.199213228451995, 39.966984053058702 ], [ -75.1992121811179, 39.966978452550599 ], [ -75.199167674899996, 39.966983717006499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3606 MOUNT VERNON ST", "addr_range": "612-618 N 36TH ST; 3606-3612 MOUNT VERNON ST; 3601-3615 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1147, "objectid": 3263, "Shape__Area": 181.69921875, "Shape__Length": 59.043570337420604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194914006136102, 39.964223545183401 ], [ -75.194919180514603, 39.964251283484899 ], [ -75.194923537122904, 39.964274706672597 ], [ -75.195001234931098, 39.964265845580698 ], [ -75.194996759323701, 39.964241662900697 ], [ -75.1949750457768, 39.964124440402301 ], [ -75.194954433127805, 39.9641266411533 ], [ -75.194938595270102, 39.964128319328303 ], [ -75.194897413269501, 39.9641326902426 ], [ -75.194914006136102, 39.964223545183401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3631 FAIRMOUNT AVE", "addr_range": "3631 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1552, "objectid": 3264, "Shape__Area": 245.86328125, "Shape__Length": 79.26964563356691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196236268233093, 39.965969174796001 ], [ -75.196276639028397, 39.966187012275697 ], [ -75.196278995231097, 39.966186725938798 ], [ -75.196345352318303, 39.966179224285597 ], [ -75.196313504652906, 39.966009920035198 ], [ -75.1963044432473, 39.9659617451683 ], [ -75.196236268233093, 39.965969174796001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "618 N 36TH ST", "addr_range": "612-618 N 36TH ST; 3606-3612 MOUNT VERNON ST; 3601-3615 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1121, "objectid": 3265, "Shape__Area": 177.53125, "Shape__Length": 62.399767451166213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194711321994106, 39.9642900325182 ], [ -75.19471292723, 39.964298596299997 ], [ -75.194724288300193, 39.964297301392598 ], [ -75.194923564031797, 39.964274707271898 ], [ -75.194919208593404, 39.964251284110198 ], [ -75.194914034214904, 39.9642235458087 ], [ -75.1947182151753, 39.964245985334898 ], [ -75.194703320839295, 39.964247669174398 ], [ -75.194711321994106, 39.9642900325182 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2423 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 722, "objectid": 3266, "Shape__Area": 114.45703125, "Shape__Length": 52.472361104940894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178618043712206, 39.992899376243997 ], [ -75.178626657336494, 39.992900487336001 ], [ -75.178706738250597, 39.992910954404202 ], [ -75.178801598491404, 39.992922428237399 ], [ -75.1788106091971, 39.992885394000297 ], [ -75.178634840465094, 39.992863160664001 ], [ -75.178626288855796, 39.992862082497098 ], [ -75.178618043712206, 39.992899376243997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2148 N 27TH ST", "addr_range": "2146-2148 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 858, "objectid": 3267, "Shape__Area": 135.89453125, "Shape__Length": 56.233258156004005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177396331552103, 39.988544650238602 ], [ -75.177590695236901, 39.988571381370903 ], [ -75.177599806677307, 39.988529432659803 ], [ -75.177406706795097, 39.988502552367898 ], [ -75.177396331552103, 39.988544650238602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1044 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 614, "objectid": 3268, "Shape__Area": 99.14453125, "Shape__Length": 46.913229781531413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148010940222093, 39.997340421614602 ], [ -75.148059329824605, 39.9973465966143 ], [ -75.148087138256798, 39.997225312627798 ], [ -75.148037597526894, 39.997218546605602 ], [ -75.148010940222093, 39.997340421614602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1510 N DARIEN ST", "addr_range": "1510-1532 N DARIEN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 577, "objectid": 3269, "Shape__Area": 91.41015625, "Shape__Length": 48.25457813158414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149532806700805, 39.975072250800203 ], [ -75.149704773334605, 39.975095540344697 ], [ -75.149711850301799, 39.975063944252597 ], [ -75.149540390477398, 39.975040021972497 ], [ -75.149532806700805, 39.975072250800203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2346 N CLEVELAND ST", "addr_range": "2340-2348 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 676, "objectid": 3270, "Shape__Area": 107.078125, "Shape__Length": 48.770535889283408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162671335826701, 39.989778812961802 ], [ -75.162836560714098, 39.989801898372797 ], [ -75.162844589729801, 39.989762778843499 ], [ -75.162680319511395, 39.989739942017998 ], [ -75.162671335826701, 39.989778812961802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1649 N 8TH ST", "addr_range": "1649-1655 N 8TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1064, "objectid": 3271, "Shape__Area": 253.88671875, "Shape__Length": 91.977002435242241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148044788713406, 39.977205829199903 ], [ -75.148394826495505, 39.977253548085699 ], [ -75.148404850202695, 39.9772101389065 ], [ -75.148232661001998, 39.977186537035202 ], [ -75.148054729662107, 39.977162384832098 ], [ -75.148044788713406, 39.977205829199903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2515 N WARNOCK ST", "addr_range": "2501-2517 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 672, "objectid": 3272, "Shape__Area": 105.72265625, "Shape__Length": 49.531737428995754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149013687762505, 39.990633600009701 ], [ -75.149185022118104, 39.990655246060903 ], [ -75.149191933815402, 39.990618165325401 ], [ -75.149021580124696, 39.990596057657299 ], [ -75.149013687762505, 39.990633600009701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "913-21 W YORK ST", "addr_range": "913-21-923 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 7462, "objectid": 3273, "Shape__Area": 1198.2421875, "Shape__Length": 138.58946220318393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147846449012604, 39.988444929919098 ], [ -75.147554121539997, 39.988405111095602 ], [ -75.147497964347593, 39.988651552608403 ], [ -75.147557468853506, 39.9886595270412 ], [ -75.147614857176194, 39.988666969613298 ], [ -75.147670097305095, 39.988674654479603 ], [ -75.147730539052304, 39.988682778917799 ], [ -75.147789870640196, 39.9886903456513 ], [ -75.147846449012604, 39.988444929919098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3920 WALLACE ST", "addr_range": "3918-3920 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1193, "objectid": 3274, "Shape__Area": 188.38671875, "Shape__Length": 75.823509649228214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200575412061596, 39.963975257536902 ], [ -75.200617471594398, 39.964193113622599 ], [ -75.200670050205801, 39.964187609041801 ], [ -75.200627424330094, 39.963969207900902 ], [ -75.200575412061596, 39.963975257536902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2403 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 698, "objectid": 3275, "Shape__Area": 110.671875, "Shape__Length": 52.204106799734099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178702237220605, 39.992517854204301 ], [ -75.178710392682106, 39.9925188748377 ], [ -75.178886044390097, 39.992540896422199 ], [ -75.178894252268904, 39.992504519955403 ], [ -75.178718293273505, 39.9924829438052 ], [ -75.178709614690703, 39.992481879017298 ], [ -75.178702237220605, 39.992517854204301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4234 ASPEN ST", "addr_range": "4232-4236 ASPEN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 840, "objectid": 3276, "Shape__Area": 123.91015625, "Shape__Length": 55.348506630291403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208917600575504, 39.9655580965346 ], [ -75.208931283964304, 39.965645381487001 ], [ -75.208939632709104, 39.965708933009502 ], [ -75.208990016960101, 39.965705003219902 ], [ -75.2089822517123, 39.965647138238801 ], [ -75.208967980473005, 39.9655542801869 ], [ -75.208917600575504, 39.9655580965346 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6145 YOCUM ST", "addr_range": "6141-6149 YOCUM ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1135, "objectid": 3277, "Shape__Area": 179.65234375, "Shape__Length": 72.989325525432974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231119920034601, 39.928849699746102 ], [ -75.2310811552384, 39.928877067495598 ], [ -75.231266721742799, 39.9290328541544 ], [ -75.231305483011795, 39.929005487165497 ], [ -75.231119920034601, 39.928849699746102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "147 N EDGEWOOD ST", "addr_range": "147 N EDGEWOOD ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 884, "objectid": 3278, "Shape__Area": 140.0, "Shape__Length": 58.105192548720012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240579996041703, 39.964618254867702 ], [ -75.240571043885296, 39.964659857068902 ], [ -75.240774228291102, 39.964685837193301 ], [ -75.240783138240801, 39.9646442331549 ], [ -75.240715249620493, 39.964635575655002 ], [ -75.240671618079503, 39.964630333605299 ], [ -75.240579996041703, 39.964618254867702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2730 HELEN ST", "addr_range": "2728-2732 HELEN ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 455, "objectid": 3279, "Shape__Area": 72.109375, "Shape__Length": 39.28771285834052 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122475627787594, 39.989157994306701 ], [ -75.122550474531394, 39.9892417427141 ], [ -75.122587065493903, 39.989222752325801 ], [ -75.122511627350605, 39.989139150787203 ], [ -75.122475627787594, 39.989157994306701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2316-50 N 11TH ST", "addr_range": "2316-50 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 45500, "objectid": 3280, "Shape__Area": 13030.890625, "Shape__Length": 515.13243306099218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150477945163203, 39.988054605447701 ], [ -75.150459767807206, 39.988120494373597 ], [ -75.1503987375674, 39.988395987291703 ], [ -75.150351258596203, 39.988623525808002 ], [ -75.150825104083395, 39.988682214096002 ], [ -75.151592917213193, 39.988780697190897 ], [ -75.151545187914607, 39.988713089886097 ], [ -75.151481412106605, 39.988622309965898 ], [ -75.151331687069899, 39.9883974973107 ], [ -75.151270753524003, 39.988299800514397 ], [ -75.151222019039494, 39.988221225617998 ], [ -75.151143688371604, 39.9880869625093 ], [ -75.151109183399399, 39.988025875978401 ], [ -75.151075903468595, 39.987963480062199 ], [ -75.151113747653596, 39.987967948274303 ], [ -75.151035785180895, 39.987813640328703 ], [ -75.1509982236106, 39.987730077993497 ], [ -75.150975359182894, 39.987679169825903 ], [ -75.150553121944498, 39.987627921050297 ], [ -75.150546415655199, 39.987676677406299 ], [ -75.150517154705895, 39.987889249077703 ], [ -75.150516804780494, 39.987890740448897 ], [ -75.150506431966505, 39.987934512215197 ], [ -75.150477945163203, 39.988054605447701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2443 N 10TH ST", "addr_range": "2431-2455 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "13", "parcelarea": 992, "objectid": 3281, "Shape__Area": 162.8515625, "Shape__Length": 62.23014890988884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148117466060896, 39.989555111247803 ], [ -75.148107503799906, 39.989600166185099 ], [ -75.148323977423601, 39.989629414289404 ], [ -75.148333762186994, 39.989584066085598 ], [ -75.148117466060896, 39.989555111247803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5529 HARMER ST", "addr_range": "5529 HARMER ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 919, "objectid": 3282, "Shape__Area": 145.65625, "Shape__Length": 60.448686679693196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231286100335694, 39.969616241891003 ], [ -75.231288003634404, 39.969621410337403 ], [ -75.231340074727001, 39.969615476882701 ], [ -75.231310151969595, 39.969450078332201 ], [ -75.231256426545301, 39.969455975456803 ], [ -75.231286100335694, 39.969616241891003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3956 PARRISH ST", "addr_range": "3948-3962 PARRISH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1645, "objectid": 3283, "Shape__Area": 260.203125, "Shape__Length": 83.872113860300331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202463574308297, 39.9682372543651 ], [ -75.202466600552299, 39.9682531999592 ], [ -75.202468373801807, 39.968264587482601 ], [ -75.202470323465505, 39.968271239638398 ], [ -75.202474706311307, 39.968295725340397 ], [ -75.202477250113802, 39.968310015889401 ], [ -75.202479894686306, 39.9683271774744 ], [ -75.202482904994994, 39.968341299981603 ], [ -75.202488477082696, 39.968374292341998 ], [ -75.202490606957795, 39.968387879927 ], [ -75.202493373048796, 39.968396243196203 ], [ -75.202494605607498, 39.968404749915898 ], [ -75.202499742274, 39.968431960772598 ], [ -75.202504966799296, 39.968463074028698 ], [ -75.202507301377295, 39.968471734058603 ], [ -75.202574944946093, 39.968464032080902 ], [ -75.2025719122976, 39.9684505046447 ], [ -75.202571102063203, 39.968443038952401 ], [ -75.202562845387604, 39.968398977620502 ], [ -75.202560516959906, 39.9683934946706 ], [ -75.202559211050101, 39.968384164607002 ], [ -75.202556813772702, 39.9683720865767 ], [ -75.202555500800898, 39.968365786434902 ], [ -75.202548187800801, 39.968326163677901 ], [ -75.202542784750904, 39.968293690448398 ], [ -75.2025397135031, 39.968276165297503 ], [ -75.202537099452897, 39.968269337112901 ], [ -75.202537029550001, 39.968265611708802 ], [ -75.202532099975002, 39.968238405451402 ], [ -75.202529876730395, 39.968230086671397 ], [ -75.202520563864297, 39.9682309593139 ], [ -75.202508144244703, 39.968232521626099 ], [ -75.202497303295999, 39.968233361241602 ], [ -75.202471345933603, 39.968236137574202 ], [ -75.202463574308297, 39.9682372543651 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2351 N COLLEGE AVE", "addr_range": "2351 N COLLEGE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1878, "objectid": 3284, "Shape__Area": 297.2109375, "Shape__Length": 87.003904123055719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175259975292505, 39.974837151908403 ], [ -75.175290923047896, 39.974840989918597 ], [ -75.175336589855107, 39.9746201095681 ], [ -75.175341593646806, 39.974595897201397 ], [ -75.175297584066897, 39.974600568126696 ], [ -75.175216991351107, 39.974609157526601 ], [ -75.175259975292505, 39.974837151908403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2736 FRANKFORD AVE", "addr_range": "2736-2746 FRANKFORD AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 999, "objectid": 3285, "Shape__Area": 158.09765625, "Shape__Length": 58.639403968790781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121341761528299, 39.988088434338998 ], [ -75.121461586933705, 39.988203308896502 ], [ -75.121512001944794, 39.988172642763899 ], [ -75.121383882717794, 39.988050034 ], [ -75.121341761528299, 39.988088434338998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "49 E SHARPNACK ST", "addr_range": "47-51 E SHARPNACK ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1283, "objectid": 3286, "Shape__Area": 209.5234375, "Shape__Length": 80.654800080517674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182948338606195, 40.050389120005399 ], [ -75.182915227212305, 40.050422118344102 ], [ -75.183155786935203, 40.050568733644198 ], [ -75.183189314590607, 40.050534648011997 ], [ -75.182948338606195, 40.050389120005399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2722 W HUNTINGDON ST", "addr_range": "2720-2724 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1101, "objectid": 3287, "Shape__Area": 174.4453125, "Shape__Length": 71.975871027334293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176767730747898, 39.994903508666802 ], [ -75.176724135922996, 39.995107623218203 ], [ -75.176775360033005, 39.995114783084702 ], [ -75.176819036504298, 39.994908479087698 ], [ -75.176767730747898, 39.994903508666802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "112 N 60TH ST", "addr_range": "112 N 60TH ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1044, "objectid": 3288, "Shape__Area": 165.4375, "Shape__Length": 67.69530061127054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240460955984005, 39.963927206547901 ], [ -75.240481886102202, 39.963929421272198 ], [ -75.240708597241806, 39.9639581713244 ], [ -75.240717215658407, 39.963917643008898 ], [ -75.240606560243407, 39.963903632538297 ], [ -75.240469554902504, 39.963887273378099 ], [ -75.240464094163102, 39.9639125898914 ], [ -75.240460955984005, 39.963927206547901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2411 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 716, "objectid": 3289, "Shape__Area": 113.625, "Shape__Length": 52.551362996808656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178668333129394, 39.992669925089501 ], [ -75.178677010565096, 39.992670989854403 ], [ -75.178852971761899, 39.992692582324501 ], [ -75.178861496543306, 39.992655633608003 ], [ -75.178685164605298, 39.992633903999099 ], [ -75.178676860485496, 39.992632880034002 ], [ -75.178668333129394, 39.992669925089501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2127 N 22ND ST", "addr_range": "2127-2137 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1610, "objectid": 3290, "Shape__Area": 255.19140625, "Shape__Length": 92.436452200446311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168958314824195, 39.987095221441997 ], [ -75.169180123931895, 39.987126951388703 ], [ -75.169309683153699, 39.9871454692653 ], [ -75.169319580840494, 39.987101732244597 ], [ -75.169187909301698, 39.987083103808601 ], [ -75.168967753695696, 39.987051974191502 ], [ -75.168958314824195, 39.987095221441997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2146 N 20TH ST", "addr_range": "2145-2155 N WOODSTOCK ST; 2142-2146 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1290, "objectid": 3291, "Shape__Area": 204.50390625, "Shape__Length": 76.172465609592649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165891816282993, 39.987361835250297 ], [ -75.166171778483601, 39.987399570991798 ], [ -75.166179407385002, 39.987364844627002 ], [ -75.166181202082996, 39.987355695578799 ], [ -75.1659016802015, 39.987317936432397 ], [ -75.165900593310596, 39.987322797264603 ], [ -75.165891816282993, 39.987361835250297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2145 N WOODSTOCK ST", "addr_range": "2145-2155 N WOODSTOCK ST; 2142-2146 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 897, "objectid": 3292, "Shape__Area": 142.265625, "Shape__Length": 59.842344356622561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166197667635203, 39.987282575875902 ], [ -75.166409547965998, 39.9873114125595 ], [ -75.166418331504403, 39.987271117771897 ], [ -75.166205823995895, 39.987242266982697 ], [ -75.166200921409299, 39.987266448877598 ], [ -75.166197667635203, 39.987282575875902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2153 N WOODSTOCK ST", "addr_range": "2145-2155 N WOODSTOCK ST; 2142-2146 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 897, "objectid": 3293, "Shape__Area": 142.14453125, "Shape__Length": 59.840339438176656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1663700518898, 39.987474832550497 ], [ -75.166373554585704, 39.987475315052599 ], [ -75.166382700080007, 39.987434867133103 ], [ -75.166378821770195, 39.987434343739402 ], [ -75.166170586906503, 39.987406106258 ], [ -75.166161959764395, 39.987442809501601 ], [ -75.166161254508197, 39.987445952582902 ], [ -75.1663700518898, 39.987474832550497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2137 N WOODSTOCK ST", "addr_range": "2133-2137 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 920, "objectid": 3294, "Shape__Area": 145.90625, "Shape__Length": 60.128289625764047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166231865990895, 39.987120697245402 ], [ -75.166444392754201, 39.987149032146803 ], [ -75.166453204990702, 39.987108012686399 ], [ -75.166241324042701, 39.987079208491899 ], [ -75.166238718437199, 39.987089321391998 ], [ -75.166231865990895, 39.987120697245402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2124 N 19TH ST", "addr_range": "2112-2124 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1384, "objectid": 3295, "Shape__Area": 219.34765625, "Shape__Length": 78.325852345381762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164470394319807, 39.986464284650097 ], [ -75.164737099394898, 39.986498953819499 ], [ -75.164757690677405, 39.986501400773101 ], [ -75.164767167023598, 39.986455575947097 ], [ -75.164721753128404, 39.986449588402202 ], [ -75.164480102543905, 39.9864184659681 ], [ -75.164470394319807, 39.986464284650097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1644 W SUSQUEHANNA AVE", "addr_range": "1644-1650 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1061, "objectid": 3296, "Shape__Area": 168.1875, "Shape__Length": 65.649246349458892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1607497199617, 39.986792430147602 ], [ -75.1608058889951, 39.986799953051602 ], [ -75.1608457122571, 39.986620582354099 ], [ -75.160789542452406, 39.986612561186703 ], [ -75.1607497199617, 39.986792430147602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1648 W SUSQUEHANNA AVE", "addr_range": "1644-1650 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1140, "objectid": 3297, "Shape__Area": 180.7421875, "Shape__Length": 68.744471046847849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160901664028998, 39.9866271641569 ], [ -75.160861542220303, 39.986806688516602 ], [ -75.160918950494505, 39.986814673610397 ], [ -75.160961019707401, 39.986625327033202 ], [ -75.160903726344799, 39.986617619359102 ], [ -75.160901664028998, 39.9866271641569 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1624 W SUSQUEHANNA AVE", "addr_range": "1624-1626 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 979, "objectid": 3298, "Shape__Area": 155.2578125, "Shape__Length": 64.640384963325431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160224026420494, 39.986724634303997 ], [ -75.160276337046795, 39.986731633414003 ], [ -75.1602882914015, 39.986673677651403 ], [ -75.160315571594396, 39.986552347796497 ], [ -75.160263045503996, 39.986545504220501 ], [ -75.160224026420494, 39.986724634303997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2127 N 18TH ST", "addr_range": "2125-2127 N 18TH ST", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1010, "objectid": 3299, "Shape__Area": 160.1640625, "Shape__Length": 68.687687722988343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162388032962198, 39.986489540369803 ], [ -75.1623792866705, 39.986527659787697 ], [ -75.162634179710693, 39.986559924033401 ], [ -75.162643042760195, 39.986522579402099 ], [ -75.162529121706001, 39.986507858279701 ], [ -75.162388032962198, 39.986489540369803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1646 W SUSQUEHANNA AVE", "addr_range": "1644-1650 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1049, "objectid": 3300, "Shape__Area": 166.2578125, "Shape__Length": 65.471109900901325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1608058889951, 39.986799953051602 ], [ -75.160861542220303, 39.986806688516602 ], [ -75.160901664028998, 39.9866271641569 ], [ -75.1608457122571, 39.986620582354099 ], [ -75.1608058889951, 39.986799953051602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1617 DIAMOND ST", "addr_range": "1617 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1823, "objectid": 3301, "Shape__Area": 288.93359375, "Shape__Length": 94.673550646019763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160324088368895, 39.985592069704701 ], [ -75.160388606323096, 39.985599877628999 ], [ -75.160452173460797, 39.985328692188098 ], [ -75.160388121534893, 39.9853202190464 ], [ -75.160364495473203, 39.985419918659503 ], [ -75.160353574048102, 39.985472787166202 ], [ -75.160324088368895, 39.985592069704701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2125 N 18TH ST", "addr_range": "2125-2127 N 18TH ST", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1071, "objectid": 3302, "Shape__Area": 169.80078125, "Shape__Length": 69.468685190464726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162388032344793, 39.986489556574298 ], [ -75.162529121706001, 39.986507858279701 ], [ -75.162643042760195, 39.986522579402099 ], [ -75.162652475701904, 39.986482912184101 ], [ -75.162396476792296, 39.986449398559401 ], [ -75.162388032344793, 39.986489556574298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1626 W SUSQUEHANNA AVE", "addr_range": "1624-1626 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 975, "objectid": 3303, "Shape__Area": 154.546875, "Shape__Length": 64.43484949335226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160276337046795, 39.986731633414003 ], [ -75.160327645171293, 39.986738014308003 ], [ -75.160367334583199, 39.986558899320201 ], [ -75.160315571594396, 39.986552347796497 ], [ -75.1602882914015, 39.986673677651403 ], [ -75.160276337046795, 39.986731633414003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1602 W SUSQUEHANNA AVE", "addr_range": "1602 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1124, "objectid": 3304, "Shape__Area": 178.15234375, "Shape__Length": 68.010643076823158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159632317219007, 39.986647607270903 ], [ -75.159688779462201, 39.986655636507898 ], [ -75.159727549418307, 39.986478160625502 ], [ -75.159729484109107, 39.986468096682103 ], [ -75.159671731921705, 39.986460878096302 ], [ -75.159632317219007, 39.986647607270903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1911 DIAMOND ST", "addr_range": "1911 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1605, "objectid": 3305, "Shape__Area": 254.34375, "Shape__Length": 88.88026541839082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164844421280506, 39.986168496502998 ], [ -75.164904850737997, 39.986175822337998 ], [ -75.164959998596999, 39.985920049849597 ], [ -75.164949522194604, 39.985918330814201 ], [ -75.164900878334294, 39.985912430963197 ], [ -75.164844421280506, 39.986168496502998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1650 W SUSQUEHANNA AVE", "addr_range": "1644-1650 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1069, "objectid": 3306, "Shape__Area": 169.50390625, "Shape__Length": 67.91506370757125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160918950494505, 39.986814673610397 ], [ -75.160973481139806, 39.9868212061969 ], [ -75.161014344803604, 39.986632108119998 ], [ -75.160961019707401, 39.986625327033202 ], [ -75.160918950494505, 39.986814673610397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2113 N 18TH ST", "addr_range": "2113 N 18TH ST", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1178, "objectid": 3307, "Shape__Area": 186.66796875, "Shape__Length": 73.607727127082399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162427545081897, 39.986245054786203 ], [ -75.162436973925494, 39.986246169279198 ], [ -75.162699359271599, 39.986280360201199 ], [ -75.1627085702372, 39.986240460919802 ], [ -75.162708945239302, 39.986238857455902 ], [ -75.162525010440902, 39.9862153345411 ], [ -75.1624365071509, 39.9862040065223 ], [ -75.162427545081897, 39.986245054786203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2145 N 21ST ST", "addr_range": "2145-2149 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1199, "objectid": 3308, "Shape__Area": 190.07421875, "Shape__Length": 74.569794379029474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167365835027994, 39.987269632252499 ], [ -75.167641763422907, 39.987307645750199 ], [ -75.167650614405602, 39.987266143240802 ], [ -75.167374967242296, 39.987228377560797 ], [ -75.167365835027994, 39.987269632252499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2157 N 21ST ST", "addr_range": "2155-2157 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1186, "objectid": 3309, "Shape__Area": 187.921875, "Shape__Length": 74.632699591784217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167312368878498, 39.987514998086802 ], [ -75.167589578073205, 39.987553023389403 ], [ -75.167598063888207, 39.987512254201697 ], [ -75.167321483881494, 39.987474259292199 ], [ -75.167312368878498, 39.987514998086802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2150 N 21ST ST", "addr_range": "2146-2150 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1427, "objectid": 3310, "Shape__Area": 226.2421875, "Shape__Length": 87.744418536878683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167810276425797, 39.987396808200501 ], [ -75.168144974787694, 39.987443428264299 ], [ -75.168154418779494, 39.987403388794696 ], [ -75.167819313011293, 39.987355905426497 ], [ -75.167810276425797, 39.987396808200501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2154 N 21ST ST", "addr_range": "2154 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1453, "objectid": 3311, "Shape__Area": 230.3046875, "Shape__Length": 88.024919641201009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167792026724001, 39.987478850346101 ], [ -75.168127171909006, 39.987525867040702 ], [ -75.168136217493398, 39.987484722976497 ], [ -75.167800868525504, 39.987437556655799 ], [ -75.167792026724001, 39.987478850346101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2124 N UBER ST", "addr_range": "2124 N UBER ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1715, "objectid": 3312, "Shape__Area": 271.78125, "Shape__Length": 84.046693285601989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165224696442806, 39.986676953537099 ], [ -75.165373771113707, 39.986696349690099 ], [ -75.165448100571794, 39.986706309262097 ], [ -75.165474049727607, 39.986708875837103 ], [ -75.165508020319095, 39.986713284507502 ], [ -75.165526205249904, 39.986716176296603 ], [ -75.165530394106796, 39.986696411347999 ], [ -75.165533741195404, 39.986682237164302 ], [ -75.165534603507894, 39.986676629742597 ], [ -75.165537544172196, 39.986661623780101 ], [ -75.165519967535403, 39.9866592457536 ], [ -75.165235903951796, 39.986623059430599 ], [ -75.165226570609505, 39.986667904501502 ], [ -75.165224696442806, 39.986676953537099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2147 N 21ST ST", "addr_range": "2145-2149 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1190, "objectid": 3313, "Shape__Area": 188.66796875, "Shape__Length": 74.594835471238667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167356937824906, 39.987310682295501 ], [ -75.167633812041998, 39.987348685555901 ], [ -75.167641763422907, 39.987307645750199 ], [ -75.167365835027994, 39.987269632252499 ], [ -75.167356937824906, 39.987310682295501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2107 N WOODSTOCK ST", "addr_range": "2107 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 840, "objectid": 3314, "Shape__Area": 133.18359375, "Shape__Length": 58.957267490681545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166359330684898, 39.986537096076901 ], [ -75.166570630162198, 39.986565161685697 ], [ -75.166579302654696, 39.986527780974498 ], [ -75.166367403567406, 39.986498976564299 ], [ -75.166363264758104, 39.986516324340599 ], [ -75.166359330684898, 39.986537096076901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2005 W YORK ST", "addr_range": "2005 W YORK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 816, "objectid": 3315, "Shape__Area": 129.3203125, "Shape__Length": 55.720516873654276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165226424718199, 39.990846868854803 ], [ -75.165278551502794, 39.990853314545397 ], [ -75.165308389826905, 39.990703669227798 ], [ -75.165299751965605, 39.990702652988197 ], [ -75.1652560859538, 39.990697478151702 ], [ -75.165226424718199, 39.990846868854803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2326 N BEECHWOOD ST", "addr_range": "2319-2325 N 22ND ST; 2320, 2326-2328 N BEECHWOOD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 745, "objectid": 3316, "Shape__Area": 118.07421875, "Shape__Length": 50.842104052803215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168404428076499, 39.990116124907203 ], [ -75.168413222725306, 39.990074992295902 ], [ -75.168241838306599, 39.990052905390399 ], [ -75.168233616658299, 39.990094954596799 ], [ -75.168404428076499, 39.990116124907203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2316 N VAN PELT ST", "addr_range": "2314-2316 N VAN PELT ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 716, "objectid": 3317, "Shape__Area": 113.515625, "Shape__Length": 51.26675756092714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167822156662893, 39.989837356642497 ], [ -75.167993126706506, 39.989861513508302 ], [ -75.1679980448408, 39.989862204397703 ], [ -75.168006467270502, 39.989822610480701 ], [ -75.168001482919607, 39.989821966756701 ], [ -75.167829651596307, 39.989799515066302 ], [ -75.167822156662893, 39.989837356642497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3117 W HUNTINGDON ST", "addr_range": "3115-3117 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 918, "objectid": 3318, "Shape__Area": 145.51171875, "Shape__Length": 60.009616194303391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182758618599195, 39.996191650373603 ], [ -75.1828123416431, 39.996198594000298 ], [ -75.182848016429901, 39.996036237008802 ], [ -75.182793970761097, 39.996029278071497 ], [ -75.182758618599195, 39.996191650373603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2541 N NAPA ST", "addr_range": "2531-2541 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 708, "objectid": 3319, "Shape__Area": 112.30078125, "Shape__Length": 50.851724569685786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182615650706396, 39.995232452673498 ], [ -75.182606074411694, 39.9952712008511 ], [ -75.182781139773098, 39.9952945078347 ], [ -75.182789798786601, 39.995256191436702 ], [ -75.182615650706396, 39.995232452673498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2938 W LEHIGH AVE", "addr_range": "2938 W LEHIGH AVE", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1200, "objectid": 3320, "Shape__Area": 190.30859375, "Shape__Length": 73.98904052888436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1797437175737, 39.997088334668398 ], [ -75.179799389043794, 39.997095996377197 ], [ -75.179843482817802, 39.996886813927397 ], [ -75.179790038030205, 39.996879041712702 ], [ -75.1797437175737, 39.997088334668398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2356 N BEECHWOOD ST", "addr_range": "2356 N BEECHWOOD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1045, "objectid": 3321, "Shape__Area": 165.71484375, "Shape__Length": 62.143928052723552 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168290278489096, 39.990656295903101 ], [ -75.168121989267604, 39.990636503074803 ], [ -75.168114587469503, 39.990671896904701 ], [ -75.168103661573198, 39.990723880224898 ], [ -75.168101906215099, 39.990732060691897 ], [ -75.1680982623582, 39.990755127582801 ], [ -75.168127629847802, 39.990739523074303 ], [ -75.168195093783396, 39.990705270334097 ], [ -75.168290278489096, 39.990656295903101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2212 N 21ST ST", "addr_range": "2212-2224 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1630, "objectid": 3322, "Shape__Area": 258.4140625, "Shape__Length": 91.870900529883869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1676470139152, 39.988162661699398 ], [ -75.167995961743102, 39.988209441432701 ], [ -75.168004756262505, 39.988163875856699 ], [ -75.167656555151396, 39.988118966332102 ], [ -75.1676470139152, 39.988162661699398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2626 N HOLLYWOOD ST", "addr_range": "2626-2630 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 673, "objectid": 3323, "Shape__Area": 106.6953125, "Shape__Length": 48.793432507950143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179448817594604, 39.996135710613999 ], [ -75.179614099631394, 39.9961578212137 ], [ -75.179622195806701, 39.9961194761919 ], [ -75.179456969656997, 39.996096448723598 ], [ -75.179454304809397, 39.996109252777202 ], [ -75.179452995339702, 39.996115589994801 ], [ -75.179448817594604, 39.996135710613999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2710 W OAKDALE ST", "addr_range": "2710 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 629, "objectid": 3324, "Shape__Area": 99.6953125, "Shape__Length": 48.128324406097278 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175985370727503, 39.9961841406598 ], [ -75.176031770164599, 39.996190838556103 ], [ -75.176059290105897, 39.996063126353803 ], [ -75.176036081630997, 39.996059978592399 ], [ -75.176011689372203, 39.996057093506302 ], [ -75.175985370727503, 39.9961841406598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2014 W GLENWOOD AVE", "addr_range": "2454-2456 N 20TH ST; 2014 W GLENWOOD AVE", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 943, "objectid": 3325, "Shape__Area": 149.5546875, "Shape__Length": 67.073471175668061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165078910775406, 39.992284288883802 ], [ -75.165082098341401, 39.992288101682902 ], [ -75.165123396822096, 39.9922662855992 ], [ -75.164994953423303, 39.992119136884902 ], [ -75.164985607716204, 39.992105353518497 ], [ -75.164944900856, 39.992125907939403 ], [ -75.164979184998501, 39.992165077721303 ], [ -75.165078910775406, 39.992284288883802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2523 N NEWKIRK ST", "addr_range": "2521-23 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 715, "objectid": 3326, "Shape__Area": 113.37890625, "Shape__Length": 51.262814616502304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1778401577088, 39.994322908542202 ], [ -75.178016282828594, 39.9943474557871 ], [ -75.178025040298806, 39.994308804016597 ], [ -75.177848532874407, 39.994284424814303 ], [ -75.1778401577088, 39.994322908542202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2628 N HOLLYWOOD ST", "addr_range": "2626-2630 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 688, "objectid": 3327, "Shape__Area": 109.15625, "Shape__Length": 49.109940955240411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179439941014095, 39.996175295960498 ], [ -75.179606083457799, 39.996197425837302 ], [ -75.179614099631394, 39.9961578212137 ], [ -75.179448817594604, 39.996135710613999 ], [ -75.179439941014095, 39.996175295960498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2950 W LEHIGH AVE", "addr_range": "2946-2950 W LEHIGH AVE", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1250, "objectid": 3328, "Shape__Area": 198.15625, "Shape__Length": 74.183368373810566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180078795504599, 39.997134169421798 ], [ -75.180135409333403, 39.997141820528 ], [ -75.180140371383203, 39.997119266697801 ], [ -75.180181166222496, 39.996934077176398 ], [ -75.180123282272206, 39.996926188619597 ], [ -75.180078795504599, 39.997134169421798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2119 W DAUPHIN ST", "addr_range": "2119-2121 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 998, "objectid": 3329, "Shape__Area": 158.18359375, "Shape__Length": 66.726274113432027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168031576377203, 39.989701825817797 ], [ -75.168037598480595, 39.989702718138801 ], [ -75.168052270150397, 39.989704870932798 ], [ -75.168093803803501, 39.989516993189604 ], [ -75.168042614384206, 39.989510715810503 ], [ -75.168002003923704, 39.9896980007153 ], [ -75.168027050179404, 39.989701240154801 ], [ -75.168031576377203, 39.989701825817797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2539 N NAPA ST", "addr_range": "2531-2541 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 707, "objectid": 3330, "Shape__Area": 112.19140625, "Shape__Length": 50.863470058549169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182623271961901, 39.995193855386397 ], [ -75.182615650706396, 39.995232452673498 ], [ -75.182789798786601, 39.995256191436702 ], [ -75.182798509103804, 39.9952176022787 ], [ -75.182623271961901, 39.995193855386397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2530 W OAKDALE ST", "addr_range": "2530 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 628, "objectid": 3331, "Shape__Area": 99.6484375, "Shape__Length": 50.650421643733225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173377350808394, 39.995684060088202 ], [ -75.173405212205395, 39.995687731805297 ], [ -75.173434518380503, 39.995548389403801 ], [ -75.173391048405307, 39.995543448300403 ], [ -75.1733622518814, 39.995682076817801 ], [ -75.173377350808394, 39.995684060088202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2551 N NAPA ST", "addr_range": "2551 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 677, "objectid": 3332, "Shape__Area": 107.37890625, "Shape__Length": 50.107899146063247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182565345549705, 39.995459309118999 ], [ -75.182738182806403, 39.995483340289297 ], [ -75.182746774748395, 39.9954456837348 ], [ -75.182573526059002, 39.9954225290655 ], [ -75.182565345549705, 39.995459309118999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2637 N 31ST ST", "addr_range": "2637 N 31ST ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1001, "objectid": 3333, "Shape__Area": 158.80078125, "Shape__Length": 64.463126639927168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181627345103806, 39.9966889100765 ], [ -75.181858560180203, 39.996721165718903 ], [ -75.181860950277198, 39.996710627819603 ], [ -75.181867887040994, 39.9966801396641 ], [ -75.181636745011602, 39.9966476288838 ], [ -75.181627345103806, 39.9966889100765 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2535 N NAPA ST", "addr_range": "2531-2541 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 726, "objectid": 3334, "Shape__Area": 115.06640625, "Shape__Length": 51.352608446253491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182815827749295, 39.995140920839503 ], [ -75.182640079882404, 39.995117952731903 ], [ -75.182630451167199, 39.995156972744603 ], [ -75.182806943097006, 39.995180248531597 ], [ -75.182815827749295, 39.995140920839503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1451 N 28TH ST", "addr_range": "1451, 1455, 1461-1463 N 28TH ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1088, "objectid": 3335, "Shape__Area": 172.5078125, "Shape__Length": 69.030674596822024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180620574539901, 39.978403029510403 ], [ -75.180872153390396, 39.978437549215798 ], [ -75.180881260198106, 39.978395664174698 ], [ -75.180629333530504, 39.978362572008599 ], [ -75.180620574539901, 39.978403029510403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2425 W HAROLD ST", "addr_range": "2425 W HAROLD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 784, "objectid": 3336, "Shape__Area": 124.3984375, "Shape__Length": 55.18442571027083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171646074175797, 39.995272478776101 ], [ -75.171696370947402, 39.995279185799603 ], [ -75.171726769340196, 39.995129955345199 ], [ -75.171676497132395, 39.995123684073597 ], [ -75.171646074175797, 39.995272478776101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3115 W HUNTINGDON ST", "addr_range": "3115-3117 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 980, "objectid": 3337, "Shape__Area": 155.3515625, "Shape__Length": 60.826461707859657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182701263006393, 39.9961842362423 ], [ -75.182758618599195, 39.996191650373603 ], [ -75.182793970761097, 39.996029278071497 ], [ -75.182736251618607, 39.996021846813903 ], [ -75.182701263006393, 39.9961842362423 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2537 N NAPA ST", "addr_range": "2531-2541 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 684, "objectid": 3338, "Shape__Area": 108.5546875, "Shape__Length": 50.673048309046322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182630451167199, 39.995156972744603 ], [ -75.182623271961901, 39.995193855386397 ], [ -75.182798509103804, 39.9952176022787 ], [ -75.182806943097006, 39.995180248531597 ], [ -75.182630451167199, 39.995156972744603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2321 N 22ND ST", "addr_range": "2319-2325 N 22ND ST; 2320, 2326-2328 N BEECHWOOD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1164, "objectid": 3339, "Shape__Area": 184.578125, "Shape__Length": 69.177977996226886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168426166008999, 39.990053714036399 ], [ -75.168674259221405, 39.990086633290403 ], [ -75.168683490158898, 39.990041722610997 ], [ -75.168435952675097, 39.9900090411261 ], [ -75.168426166008999, 39.990053714036399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3832 WALLACE ST", "addr_range": "3832 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1019, "objectid": 3340, "Shape__Area": 161.453125, "Shape__Length": 65.147085656110718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198938606693602, 39.9643870028885 ], [ -75.198939706454695, 39.964392265788398 ], [ -75.198992186809505, 39.964386049792701 ], [ -75.198957888510193, 39.964205987960597 ], [ -75.198901961208705, 39.964211982234403 ], [ -75.198938606693602, 39.9643870028885 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3603 HAVERFORD AVE", "addr_range": "612-618 N 36TH ST; 3606-3612 MOUNT VERNON ST; 3601-3615 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 2014, "objectid": 3341, "Shape__Area": 319.00390625, "Shape__Length": 90.462682497975678 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194767560724301, 39.963802922980797 ], [ -75.194690255937303, 39.963813613591903 ], [ -75.194719281218795, 39.9639648020799 ], [ -75.194738031420499, 39.964061115646203 ], [ -75.1948141974012, 39.9640523178793 ], [ -75.1948054332575, 39.964004618005802 ], [ -75.194769145922905, 39.963802555534201 ], [ -75.194767560724301, 39.963802922980797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3527 MOUNT VERNON ST", "addr_range": "3527 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1077, "objectid": 3342, "Shape__Area": 170.64453125, "Shape__Length": 68.189435395530325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1941439623006, 39.964624742680201 ], [ -75.194145132446394, 39.964633167034201 ], [ -75.1941994740247, 39.9646276073615 ], [ -75.194195909383694, 39.964607104827898 ], [ -75.194163259394699, 39.964436443069403 ], [ -75.194109095839394, 39.9644428770602 ], [ -75.1941439623006, 39.964624742680201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "622 N SHEDWICK ST", "addr_range": "620-624 N SHEDWICK ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 815, "objectid": 3343, "Shape__Area": 129.125, "Shape__Length": 60.199169742766976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192697419989599, 39.965665372673598 ], [ -75.192703924584194, 39.965701270531198 ], [ -75.192924751482394, 39.965675081247397 ], [ -75.192919193141094, 39.965640203710699 ], [ -75.192697419989599, 39.965665372673598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3860 BROWN ST", "addr_range": "3860 BROWN ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1171, "objectid": 3344, "Shape__Area": 185.58203125, "Shape__Length": 75.28450359840204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199984686373398, 39.967455388511098 ], [ -75.200027467411999, 39.9676685053157 ], [ -75.200076571382297, 39.9676630201348 ], [ -75.200067465602899, 39.967607559115798 ], [ -75.200059561247002, 39.967564764098697 ], [ -75.200051777245704, 39.967522631291402 ], [ -75.200044288387801, 39.967482181813402 ], [ -75.200038208935894, 39.967449356429199 ], [ -75.200037546948394, 39.967445779142203 ], [ -75.199983928178497, 39.967451566715198 ], [ -75.199984686373398, 39.967455388511098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3852 FAIRMOUNT AVE", "addr_range": "3852 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1396, "objectid": 3345, "Shape__Area": 221.1015625, "Shape__Length": 83.230034056222337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199293707609598, 39.965222270496298 ], [ -75.199337275568396, 39.965462922757098 ], [ -75.199392573052606, 39.965457543150499 ], [ -75.199349676088701, 39.965215793089399 ], [ -75.199293707609598, 39.965222270496298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3611 HAVERFORD AVE", "addr_range": "612-618 N 36TH ST; 3606-3612 MOUNT VERNON ST; 3601-3615 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1513, "objectid": 3346, "Shape__Area": 240.5234375, "Shape__Length": 92.681598316348911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195061935830793, 39.9637699369678 ], [ -75.195010142746895, 39.963776311530502 ], [ -75.195008918678894, 39.963776510424999 ], [ -75.195062063165693, 39.964051744137599 ], [ -75.195081011311601, 39.964049247713902 ], [ -75.195104039722096, 39.964046295234198 ], [ -75.195113350401797, 39.964044939314697 ], [ -75.195078322877393, 39.963852817893297 ], [ -75.195063158694794, 39.9637697389471 ], [ -75.195061935830793, 39.9637699369678 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3613 HAVERFORD AVE", "addr_range": "612-618 N 36TH ST; 3606-3612 MOUNT VERNON ST; 3601-3615 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1565, "objectid": 3347, "Shape__Area": 246.80859375, "Shape__Length": 93.633299574095091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195117057340696, 39.963763668934703 ], [ -75.195063158694794, 39.9637697389471 ], [ -75.195061935830793, 39.9637699369678 ], [ -75.195078322877393, 39.963852817893297 ], [ -75.195116174739198, 39.964044470611903 ], [ -75.195123431353593, 39.964043713172302 ], [ -75.195149086696603, 39.964040528153802 ], [ -75.195146039678704, 39.964026368556802 ], [ -75.195162123471604, 39.964025311217704 ], [ -75.195170187613797, 39.964024782592197 ], [ -75.195168782490398, 39.9640170612102 ], [ -75.195164477981606, 39.964009468983399 ], [ -75.195163931788699, 39.964005653671101 ], [ -75.195118779754495, 39.963763513572403 ], [ -75.195117057340696, 39.963763668934703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3609 HAVERFORD AVE", "addr_range": "612-618 N 36TH ST; 3606-3612 MOUNT VERNON ST; 3601-3615 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 2735, "objectid": 3348, "Shape__Area": 436.8125, "Shape__Length": 107.36301508188474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195008918678894, 39.963776510424999 ], [ -75.194920864538005, 39.963785622919403 ], [ -75.194921509940798, 39.963786831126299 ], [ -75.194964739436998, 39.9640182398593 ], [ -75.194976822052695, 39.964082939933398 ], [ -75.195042207557094, 39.964076158968503 ], [ -75.195066394301406, 39.9640736350403 ], [ -75.195062063165693, 39.964051744137599 ], [ -75.195010142746895, 39.963776311530502 ], [ -75.195008918678894, 39.963776510424999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3615 HAVERFORD AVE", "addr_range": "612-618 N 36TH ST; 3606-3612 MOUNT VERNON ST; 3601-3615 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 3824, "objectid": 3349, "Shape__Area": 605.8671875, "Shape__Length": 160.94644878535621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195157051180004, 39.963759127328601 ], [ -75.195118779754495, 39.963763513572403 ], [ -75.195117057340696, 39.963763668934703 ], [ -75.1951537139376, 39.963953697538997 ], [ -75.195163931788699, 39.964005653671101 ], [ -75.195164477981606, 39.964009468983399 ], [ -75.195168782490398, 39.9640170612102 ], [ -75.195170187613797, 39.964024782592197 ], [ -75.195162123471604, 39.964025311217704 ], [ -75.195146039678704, 39.964026368556802 ], [ -75.195149086696603, 39.964040528153802 ], [ -75.1951846801486, 39.964220411156802 ], [ -75.195189510267497, 39.964244634158199 ], [ -75.195277572230907, 39.964235359438398 ], [ -75.195272667085604, 39.964210328369603 ], [ -75.195183661323796, 39.963756237471799 ], [ -75.195157051180004, 39.963759127328601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3612 MOUNT VERNON ST", "addr_range": "612-618 N 36TH ST; 3606-3612 MOUNT VERNON ST; 3601-3615 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 976, "objectid": 3350, "Shape__Area": 154.86328125, "Shape__Length": 70.176038144154731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195123431353593, 39.964043713172302 ], [ -75.195116174739198, 39.964044470611903 ], [ -75.195114468618598, 39.964044721843798 ], [ -75.195113350401797, 39.964044939314697 ], [ -75.195104039722096, 39.964046295234198 ], [ -75.195138247859504, 39.964225679783901 ], [ -75.195142833701993, 39.964249703631801 ], [ -75.195189510267497, 39.964244634158199 ], [ -75.1951846801486, 39.964220411156802 ], [ -75.195149489001395, 39.964041568764998 ], [ -75.195149086696603, 39.964040528153802 ], [ -75.195123431353593, 39.964043713172302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3832 FOLSOM ST", "addr_range": "3832 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1188, "objectid": 3351, "Shape__Area": 188.18359375, "Shape__Length": 76.115248507073645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199015039587707, 39.9670009251126 ], [ -75.199015856655393, 39.967005391543204 ], [ -75.199055806512504, 39.967220752416402 ], [ -75.199107335797194, 39.967214257488102 ], [ -75.199067980818597, 39.966999764916203 ], [ -75.199067078379798, 39.966994796529903 ], [ -75.199058293543203, 39.9669955184469 ], [ -75.199015039587707, 39.9670009251126 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "767 N 38TH ST", "addr_range": "765-767 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1390, "objectid": 3352, "Shape__Area": 220.23828125, "Shape__Length": 84.056641104230209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197742663105302, 39.967385115710002 ], [ -75.197750887455399, 39.967427177410599 ], [ -75.197863802035798, 39.967414488103401 ], [ -75.197958814450502, 39.9674031736918 ], [ -75.198069903490804, 39.967391104918597 ], [ -75.198061228122398, 39.9673493548732 ], [ -75.197929948591906, 39.9673640857349 ], [ -75.197742663105302, 39.967385115710002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3915 WALLACE ST", "addr_range": "3915 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1570, "objectid": 3353, "Shape__Area": 251.39453125, "Shape__Length": 91.609595506115198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200742449785196, 39.964312081455198 ], [ -75.200790721504106, 39.9645809975963 ], [ -75.2007919196584, 39.9645808962741 ], [ -75.200848514476206, 39.964574996096303 ], [ -75.200798160963998, 39.9643062580815 ], [ -75.200742449785196, 39.964312081455198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "681 N 37TH ST", "addr_range": "679-681 N 37TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 807, "objectid": 3354, "Shape__Area": 127.921875, "Shape__Length": 53.012969967988248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196086718531504, 39.965775021050099 ], [ -75.196094441811695, 39.965818667427897 ], [ -75.196114764811696, 39.965816396944199 ], [ -75.196274167521807, 39.965798537859598 ], [ -75.196265554487098, 39.965755724946298 ], [ -75.196086718531504, 39.965775021050099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "679 N 37TH ST", "addr_range": "679-681 N 37TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 787, "objectid": 3355, "Shape__Area": 124.7265625, "Shape__Length": 52.624416322313309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196079596614595, 39.965733226110501 ], [ -75.196086718531504, 39.965775021050099 ], [ -75.196265554487098, 39.965755724946298 ], [ -75.196258306950796, 39.965712814481101 ], [ -75.196079596614595, 39.965733226110501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3926 FOLSOM ST", "addr_range": "3922-3928 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 889, "objectid": 3356, "Shape__Area": 140.91796875, "Shape__Length": 62.579974621332553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2011640243296, 39.967012815408602 ], [ -75.201130658963095, 39.9668367251262 ], [ -75.201082032803697, 39.9668423835382 ], [ -75.201115738117593, 39.967018304792298 ], [ -75.2011640243296, 39.967012815408602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "787 N 38TH ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1556, "objectid": 3357, "Shape__Area": 246.40234375, "Shape__Length": 76.813052008665736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197881044076794, 39.967857791748798 ], [ -75.197892344817205, 39.967913317117599 ], [ -75.198160232707707, 39.967884263019499 ], [ -75.198153208562303, 39.967833684709902 ], [ -75.198151612253099, 39.967828797291197 ], [ -75.197976011673902, 39.967847717898799 ], [ -75.197881044076794, 39.967857791748798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3911 FAIRMOUNT AVE", "addr_range": "3901-3911 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1460, "objectid": 3358, "Shape__Area": 231.22265625, "Shape__Length": 84.561193949330743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200536744989293, 39.965739128942502 ], [ -75.200594060586695, 39.965733019632701 ], [ -75.200546969766293, 39.965488985689802 ], [ -75.200489440734401, 39.965495171319603 ], [ -75.200536744989293, 39.965739128942502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3922 FOLSOM ST", "addr_range": "3922-3928 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 869, "objectid": 3359, "Shape__Area": 137.640625, "Shape__Length": 62.19944904406573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201064415756406, 39.967023788877803 ], [ -75.201030440241894, 39.966848362562096 ], [ -75.200985321628906, 39.966853726738996 ], [ -75.201014611070704, 39.967029582363601 ], [ -75.201064415756406, 39.967023788877803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "624 N 36TH ST", "addr_range": "624-634 N 36TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1175, "objectid": 3360, "Shape__Area": 186.1484375, "Shape__Length": 63.587584019087501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194953205380799, 39.964478619209999 ], [ -75.194739226177106, 39.9644999849314 ], [ -75.194748488444603, 39.964553369543601 ], [ -75.194962870054297, 39.964530804512101 ], [ -75.194953205380799, 39.964478619209999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "626 N 36TH ST", "addr_range": "624-634 N 36TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1301, "objectid": 3361, "Shape__Area": 206.046875, "Shape__Length": 65.314170472504813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194748488444603, 39.964553369543601 ], [ -75.194759768386902, 39.964612167289197 ], [ -75.194974320768196, 39.964588397785199 ], [ -75.194962870054297, 39.964530804512101 ], [ -75.194748488444603, 39.964553369543601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3928 FOLSOM ST", "addr_range": "3922-3928 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 909, "objectid": 3362, "Shape__Area": 144.0234375, "Shape__Length": 62.783716234480025 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2012134191488, 39.967006772185599 ], [ -75.201180352679998, 39.966831107527298 ], [ -75.201130658963095, 39.9668367251262 ], [ -75.2011640243296, 39.967012815408602 ], [ -75.2012134191488, 39.967006772185599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2212 N 3RD ST", "addr_range": "2208, 2212-2218, 2222 N 3RD ST; 2207-2211 N ORIANNA ST; 301, 307-311 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1034, "objectid": 3363, "Shape__Area": 163.89453125, "Shape__Length": 60.760411228283438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139214213058196, 39.984536854662799 ], [ -75.1392037040319, 39.984535455983497 ], [ -75.139010978499002, 39.984509793070004 ], [ -75.1390005313161, 39.9845575123516 ], [ -75.1392039407352, 39.984584386019499 ], [ -75.139204106326503, 39.984584405103902 ], [ -75.139207401651007, 39.9845848503874 ], [ -75.139217756369305, 39.9845373389253 ], [ -75.139214213058196, 39.984536854662799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2208 N 3RD ST", "addr_range": "2208, 2212-2218, 2222 N 3RD ST; 2207-2211 N ORIANNA ST; 301, 307-311 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1032, "objectid": 3364, "Shape__Area": 163.5625, "Shape__Length": 60.952713283583947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139214051897596, 39.984487604679998 ], [ -75.139227962943394, 39.9844904205695 ], [ -75.139239640196195, 39.984442874317502 ], [ -75.139031949617305, 39.984414002148597 ], [ -75.139021451681401, 39.9844619455328 ], [ -75.139214051897596, 39.984487604679998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "307 W SUSQUEHANNA AVE", "addr_range": "2208, 2212-2218, 2222 N 3RD ST; 2207-2211 N ORIANNA ST; 301, 307-311 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1521, "objectid": 3365, "Shape__Area": 241.0, "Shape__Length": 85.295477330221857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139216045841493, 39.9844281194449 ], [ -75.139276108427296, 39.984436175846099 ], [ -75.139284296227004, 39.984401978159497 ], [ -75.1392889797024, 39.984382644224503 ], [ -75.139289749759698, 39.984372941504901 ], [ -75.139330606910903, 39.984192682377902 ], [ -75.139271126514302, 39.984184751871801 ], [ -75.139238470659294, 39.984330458601299 ], [ -75.139226509753897, 39.984384865998202 ], [ -75.139216045841493, 39.9844281194449 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2222 N 3RD ST", "addr_range": "2208, 2212-2218, 2222 N 3RD ST; 2207-2211 N ORIANNA ST; 301, 307-311 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 824, "objectid": 3366, "Shape__Area": 130.6796875, "Shape__Length": 55.45315624514992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138955154497594, 39.984764847021303 ], [ -75.139147299439898, 39.984792011424503 ], [ -75.139155438085297, 39.984750929711403 ], [ -75.138964078525206, 39.984724057098099 ], [ -75.138955154497594, 39.984764847021303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2218 N 3RD ST", "addr_range": "2208, 2212-2218, 2222 N 3RD ST; 2207-2211 N ORIANNA ST; 301, 307-311 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 868, "objectid": 3367, "Shape__Area": 137.54296875, "Shape__Length": 57.296735294818141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139165101381195, 39.984709431269202 ], [ -75.139172188712806, 39.984710381792397 ], [ -75.139172650809797, 39.984704912282098 ], [ -75.139180914325493, 39.9846714894014 ], [ -75.139181494981699, 39.984668907664002 ], [ -75.139173615635997, 39.984667840912699 ], [ -75.138982075338106, 39.984641867037801 ], [ -75.138972997080103, 39.984683378776801 ], [ -75.139164517562307, 39.984709353114503 ], [ -75.139165101381195, 39.984709431269202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2227 N FRANKLIN ST", "addr_range": "2223-2231 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 977, "objectid": 3368, "Shape__Area": 154.8359375, "Shape__Length": 63.869473919472867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145669192624197, 39.985534616094 ], [ -75.145662494477804, 39.985575346131803 ], [ -75.145892957985296, 39.985601160234999 ], [ -75.145900448243395, 39.985560540964897 ], [ -75.145669192624197, 39.985534616094 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2225 N FRANKLIN ST", "addr_range": "2223-2231 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1044, "objectid": 3369, "Shape__Area": 165.51171875, "Shape__Length": 64.716449758972828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145908252783798, 39.985517437502203 ], [ -75.145677562969396, 39.985490965047603 ], [ -75.145669192624197, 39.985534616094 ], [ -75.145900448243395, 39.985560540964897 ], [ -75.145902506244695, 39.985549941195799 ], [ -75.145908252783798, 39.985517437502203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2229 N FRANKLIN ST", "addr_range": "2223-2231 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1044, "objectid": 3370, "Shape__Area": 165.4375, "Shape__Length": 64.622063657646123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145662494477804, 39.985575346131803 ], [ -75.145655196165293, 39.9856188061597 ], [ -75.145885655319901, 39.985644829212397 ], [ -75.145892957985296, 39.985601160234999 ], [ -75.145662494477804, 39.985575346131803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2231 N FRANKLIN ST", "addr_range": "2223-2231 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 994, "objectid": 3371, "Shape__Area": 157.63671875, "Shape__Length": 64.028409277507549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145647164868194, 39.985660029438499 ], [ -75.145877656859597, 39.985686360497503 ], [ -75.145885655319901, 39.985644829212397 ], [ -75.145655196165293, 39.9856188061597 ], [ -75.145647164868194, 39.985660029438499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "907 W DAUPHIN ST", "addr_range": "901-909 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 726, "objectid": 3372, "Shape__Area": 115.0703125, "Shape__Length": 51.850914075287974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147625895893199, 39.987028115065499 ], [ -75.147676696122303, 39.987034586528303 ], [ -75.147688635126201, 39.986972423720204 ], [ -75.147696319319806, 39.986937601413203 ], [ -75.147703504218697, 39.986896642648198 ], [ -75.1476539982514, 39.986890297851197 ], [ -75.147635112408906, 39.986982864856301 ], [ -75.147625895893199, 39.987028115065499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "909 W DAUPHIN ST", "addr_range": "901-909 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 729, "objectid": 3373, "Shape__Area": 115.6328125, "Shape__Length": 51.910286080611222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147676696122303, 39.987034586528303 ], [ -75.147726559729605, 39.9870409547392 ], [ -75.147738851636305, 39.986984315074402 ], [ -75.147739956113099, 39.986976828309103 ], [ -75.147754533631399, 39.986903183247399 ], [ -75.147703504218697, 39.986896642648198 ], [ -75.147696319319806, 39.986937601413203 ], [ -75.147688635126201, 39.986972423720204 ], [ -75.147676696122303, 39.987034586528303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "905 W DAUPHIN ST", "addr_range": "901-909 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 746, "objectid": 3374, "Shape__Area": 118.2265625, "Shape__Length": 52.25599677151844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147574344575105, 39.987021528338197 ], [ -75.147625895893199, 39.987028115065499 ], [ -75.147635112408906, 39.986982864856301 ], [ -75.1476539982514, 39.986890297851197 ], [ -75.147602211351298, 39.986883320155698 ], [ -75.1475836534282, 39.986976039653598 ], [ -75.147574344575105, 39.987021528338197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "901 W DAUPHIN ST", "addr_range": "901-909 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 865, "objectid": 3375, "Shape__Area": 137.07421875, "Shape__Length": 53.997053815119813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147462420525201, 39.9870072564662 ], [ -75.147522438006007, 39.987014920016897 ], [ -75.147551272497395, 39.986877168079303 ], [ -75.147512548361206, 39.986872147118603 ], [ -75.147495534514803, 39.9868704395289 ], [ -75.147491297428601, 39.9868700208863 ], [ -75.147462420525201, 39.9870072564662 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "903 W DAUPHIN ST", "addr_range": "901-909 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 743, "objectid": 3376, "Shape__Area": 117.8359375, "Shape__Length": 52.186043119557908 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147522438006007, 39.987014920016897 ], [ -75.147574344575105, 39.987021528338197 ], [ -75.1475836534282, 39.986976039653598 ], [ -75.147602211351298, 39.986883320155698 ], [ -75.147551272497395, 39.986877168079303 ], [ -75.147522438006007, 39.987014920016897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2330 N 3RD ST", "addr_range": "2318-2342 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 839, "objectid": 3377, "Shape__Area": 133.0859375, "Shape__Length": 58.841488194941348 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138605256033102, 39.986379778524999 ], [ -75.138596937185895, 39.986417673694802 ], [ -75.138808060426499, 39.9864451000795 ], [ -75.138816381500007, 39.986407204947703 ], [ -75.138605256033102, 39.986379778524999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2320 N 3RD ST", "addr_range": "2318-2342 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 959, "objectid": 3378, "Shape__Area": 152.1015625, "Shape__Length": 60.437218723750725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138648042163197, 39.986184890311399 ], [ -75.138638533670004, 39.9862281978927 ], [ -75.138849661019805, 39.986255624307603 ], [ -75.138859171722899, 39.986212316762099 ], [ -75.138648042163197, 39.986184890311399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2326 N 3RD ST", "addr_range": "2318-2342 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 839, "objectid": 3379, "Shape__Area": 133.0859375, "Shape__Length": 58.841938220678244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138621894870099, 39.986303988210203 ], [ -75.138613574905705, 39.986341882454397 ], [ -75.138824701428504, 39.986369308888399 ], [ -75.138833022483396, 39.986331413755401 ], [ -75.138621894870099, 39.986303988210203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2338 N 3RD ST", "addr_range": "2318-2342 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 840, "objectid": 3380, "Shape__Area": 133.23046875, "Shape__Length": 58.853173194840259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138571979521899, 39.986531356472803 ], [ -75.1385636593633, 39.986569254314098 ], [ -75.138774766006506, 39.986596758760797 ], [ -75.138783101831706, 39.986558785577401 ], [ -75.138571979521899, 39.986531356472803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2322 N 3RD ST", "addr_range": "2318-2342 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 839, "objectid": 3381, "Shape__Area": 133.0859375, "Shape__Length": 58.842131375114995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138638533670004, 39.9862281978927 ], [ -75.138630213724099, 39.986266092138202 ], [ -75.138841342324099, 39.986293519495298 ], [ -75.138849661019805, 39.986255624307603 ], [ -75.138638533670004, 39.9862281978927 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2318 N 3RD ST", "addr_range": "2318-2342 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 839, "objectid": 3382, "Shape__Area": 133.09375, "Shape__Length": 58.842395303184055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138656360953405, 39.986146995137602 ], [ -75.138648042163197, 39.986184890311399 ], [ -75.138859171722899, 39.986212316762099 ], [ -75.138867489228403, 39.986174421546401 ], [ -75.138856934376705, 39.986173050631301 ], [ -75.138656360953405, 39.986146995137602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2334 N 3RD ST", "addr_range": "2318-2342 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 839, "objectid": 3383, "Shape__Area": 133.0859375, "Shape__Length": 58.841331170965937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138580297226696, 39.9864934612784 ], [ -75.138791422898393, 39.986520891347901 ], [ -75.138799740514102, 39.986482995237303 ], [ -75.138588617159002, 39.9864555688373 ], [ -75.138580297226696, 39.9864934612784 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2336 N 3RD ST", "addr_range": "2318-2342 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 839, "objectid": 3384, "Shape__Area": 133.0859375, "Shape__Length": 58.841436474390783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138580297226696, 39.9864934612784 ], [ -75.138571979521899, 39.986531356472803 ], [ -75.138783101831706, 39.986558785577401 ], [ -75.138791422898393, 39.986520891347901 ], [ -75.138580297226696, 39.9864934612784 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2328 N 3RD ST", "addr_range": "2318-2342 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 839, "objectid": 3385, "Shape__Area": 133.08984375, "Shape__Length": 58.842084139555467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138613574905705, 39.986341882454397 ], [ -75.138605256033102, 39.986379778524999 ], [ -75.138816381500007, 39.986407204947703 ], [ -75.138824701428504, 39.986369308888399 ], [ -75.138613574905705, 39.986341882454397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 N 3RD ST", "addr_range": "2318-2342 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 839, "objectid": 3386, "Shape__Area": 132.9453125, "Shape__Length": 58.829333245933441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138547019260699, 39.986645043693002 ], [ -75.138758140812698, 39.986672471016298 ], [ -75.138766443681703, 39.986634654763002 ], [ -75.138555338129095, 39.9866071494274 ], [ -75.138547019260699, 39.986645043693002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2101 N WOODSTOCK ST", "addr_range": "2101 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 861, "objectid": 3387, "Shape__Area": 136.56640625, "Shape__Length": 59.391131540845464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166392792141394, 39.986384129880499 ], [ -75.166384795258907, 39.986422992640399 ], [ -75.166596724331797, 39.986451587762303 ], [ -75.166605088173895, 39.986412959404802 ], [ -75.166542267297501, 39.986404566101598 ], [ -75.166480288119004, 39.9863960934996 ], [ -75.166418915147901, 39.9863876354109 ], [ -75.166392819400301, 39.986383936775901 ], [ -75.166392792141394, 39.986384129880499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2155 N 21ST ST", "addr_range": "2155-2157 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1204, "objectid": 3388, "Shape__Area": 190.89453125, "Shape__Length": 74.857171219427414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167321483881494, 39.987474259292199 ], [ -75.167598063888207, 39.987512254201697 ], [ -75.1676078268071, 39.987471013684903 ], [ -75.167330225505793, 39.987432866067898 ], [ -75.167325745036706, 39.9874536895082 ], [ -75.167321483881494, 39.987474259292199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2137 N UBER ST", "addr_range": "2137 N UBER ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1736, "objectid": 3389, "Shape__Area": 275.16015625, "Shape__Length": 84.504635256350497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164678641073394, 39.986937465868301 ], [ -75.164967848095202, 39.986975123618102 ], [ -75.164982432767303, 39.986976774797199 ], [ -75.164993110369593, 39.986922529992803 ], [ -75.164966345129301, 39.986918783521197 ], [ -75.164690191303904, 39.986882919981603 ], [ -75.164678641073394, 39.986937465868301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2149 N 21ST ST", "addr_range": "2145-2149 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1190, "objectid": 3390, "Shape__Area": 188.640625, "Shape__Length": 74.652757965380871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167348508926096, 39.987351614931796 ], [ -75.167625106399498, 39.987389692172499 ], [ -75.167633812041998, 39.987348685555901 ], [ -75.167356937824906, 39.987310682295501 ], [ -75.167348508926096, 39.987351614931796 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2012-22 W SUSQUEHANNA AVE", "addr_range": "2012-22 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 14467, "objectid": 3391, "Shape__Area": 2292.32421875, "Shape__Length": 191.6551803984301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166574743614106, 39.987207321915299 ], [ -75.166558706596405, 39.987288463132103 ], [ -75.166504086733894, 39.987534365821197 ], [ -75.166926215944898, 39.987591437769602 ], [ -75.166977386490899, 39.987356852417903 ], [ -75.166996777077102, 39.987265196100097 ], [ -75.166794744514704, 39.987237549835697 ], [ -75.166784691985399, 39.987236259485499 ], [ -75.166574743614106, 39.987207321915299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2110 N UBER ST", "addr_range": "1925-1935 DIAMOND ST; 2110-2112 N UBER ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1757, "objectid": 3392, "Shape__Area": 278.46484375, "Shape__Length": 84.542342044691509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165305142602094, 39.986299869417898 ], [ -75.165473941112097, 39.9863213693123 ], [ -75.1654776182625, 39.9863211133354 ], [ -75.165586123709204, 39.986335486125803 ], [ -75.1656068844148, 39.986338435904898 ], [ -75.165619540105794, 39.986283412969598 ], [ -75.165527929468695, 39.986271082124297 ], [ -75.165317348874495, 39.986243981326098 ], [ -75.165305142602094, 39.986299869417898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1933 DIAMOND ST", "addr_range": "1925-1935 DIAMOND ST; 2110-2112 N UBER ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1623, "objectid": 3393, "Shape__Area": 257.16796875, "Shape__Length": 90.014160997319578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165679112028897, 39.986280773679098 ], [ -75.1657384565721, 39.986288572903398 ], [ -75.165749712517197, 39.9862361638191 ], [ -75.165795794553205, 39.986029093966302 ], [ -75.165774127564106, 39.986025768813299 ], [ -75.165736011775707, 39.986020719962603 ], [ -75.165679112028897, 39.986280773679098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1435 DIAMOND ST", "addr_range": "1433-1437 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2658, "objectid": 3394, "Shape__Area": 421.24609375, "Shape__Length": 110.93932105739958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157984036631404, 39.985015398171598 ], [ -75.157954504383, 39.9851489927036 ], [ -75.157929147497399, 39.9852626456059 ], [ -75.1579153735277, 39.985330328900403 ], [ -75.157995387821103, 39.985340581228101 ], [ -75.158044739085895, 39.9851132455249 ], [ -75.158064806571801, 39.985025636890597 ], [ -75.157984036631404, 39.985015398171598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1935 DIAMOND ST", "addr_range": "1925-1935 DIAMOND ST; 2110-2112 N UBER ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1665, "objectid": 3395, "Shape__Area": 263.93359375, "Shape__Length": 90.260427200468826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1657384565721, 39.986288572903398 ], [ -75.165799718932504, 39.986296578361802 ], [ -75.165856480681001, 39.986036876488598 ], [ -75.165844424467195, 39.9860353949732 ], [ -75.165795794553205, 39.986029093966302 ], [ -75.165749712517197, 39.9862361638191 ], [ -75.1657384565721, 39.986288572903398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1927 DIAMOND ST", "addr_range": "1925-1935 DIAMOND ST; 2110-2112 N UBER ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1628, "objectid": 3396, "Shape__Area": 257.96875, "Shape__Length": 90.178771456279179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165502376518205, 39.986258078110303 ], [ -75.165561895356504, 39.986266221034299 ], [ -75.165576652554506, 39.986196174145199 ], [ -75.165589065392297, 39.986141469209002 ], [ -75.165618813285604, 39.986005701049599 ], [ -75.165612192845103, 39.986004535627998 ], [ -75.165559007254302, 39.9859979391194 ], [ -75.165502376518205, 39.986258078110303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1437 DIAMOND ST", "addr_range": "1433-1437 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2201, "objectid": 3397, "Shape__Area": 348.8671875, "Shape__Length": 107.74604411346765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158062274229096, 39.985348927807301 ], [ -75.158130497258398, 39.9850339708494 ], [ -75.158064806571801, 39.985025636890597 ], [ -75.158044739085895, 39.9851132455249 ], [ -75.157995387821103, 39.985340581228101 ], [ -75.158062274229096, 39.985348927807301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2112 N UBER ST", "addr_range": "1925-1935 DIAMOND ST; 2110-2112 N UBER ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1704, "objectid": 3398, "Shape__Area": 270.09765625, "Shape__Length": 83.972711703250852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165293262655894, 39.986353214984803 ], [ -75.165577597474595, 39.9863899397984 ], [ -75.165595360644105, 39.986392339137197 ], [ -75.1656068844148, 39.986338435904898 ], [ -75.165586123709204, 39.986335486125803 ], [ -75.1654776182625, 39.9863211133354 ], [ -75.165473941112097, 39.9863213693123 ], [ -75.165305142602094, 39.986299869417898 ], [ -75.165293262655894, 39.986353214984803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1433 DIAMOND ST", "addr_range": "1433-1437 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2671, "objectid": 3399, "Shape__Area": 423.19921875, "Shape__Length": 111.10576250487155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157903271729893, 39.985004997326101 ], [ -75.157833635590507, 39.985319664565402 ], [ -75.1579153735277, 39.985330328900403 ], [ -75.157929147497399, 39.9852626456059 ], [ -75.157954504383, 39.9851489927036 ], [ -75.157984036631404, 39.985015398171598 ], [ -75.157903271729893, 39.985004997326101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1929 DIAMOND ST", "addr_range": "1925-1935 DIAMOND ST; 2110-2112 N UBER ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1579, "objectid": 3400, "Shape__Area": 250.30859375, "Shape__Length": 89.751542649206399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165561895356504, 39.986266221034299 ], [ -75.165619336883097, 39.986273301707399 ], [ -75.165631388286499, 39.986217105557699 ], [ -75.165634716317101, 39.986203431006103 ], [ -75.1656768925086, 39.986013101502202 ], [ -75.165662194382193, 39.986011143309298 ], [ -75.165618813285604, 39.986005701049599 ], [ -75.165589065392297, 39.986141469209002 ], [ -75.165576652554506, 39.986196174145199 ], [ -75.165561895356504, 39.986266221034299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1931 DIAMOND ST", "addr_range": "1925-1935 DIAMOND ST; 2110-2112 N UBER ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1624, "objectid": 3401, "Shape__Area": 257.44140625, "Shape__Length": 90.068962167325083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165619336883097, 39.986273301707399 ], [ -75.165679112028897, 39.986280773679098 ], [ -75.165736011775707, 39.986020719962603 ], [ -75.165724816330595, 39.986019242498799 ], [ -75.1656768925086, 39.986013101502202 ], [ -75.165634716317101, 39.986203431006103 ], [ -75.165631388286499, 39.986217105557699 ], [ -75.165619336883097, 39.986273301707399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1925 DIAMOND ST", "addr_range": "1925-1935 DIAMOND ST; 2110-2112 N UBER ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1611, "objectid": 3402, "Shape__Area": 255.359375, "Shape__Length": 89.989208531350826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165443674839906, 39.986250469838403 ], [ -75.165502376518205, 39.986258078110303 ], [ -75.165559007254302, 39.9859979391194 ], [ -75.165550458365104, 39.985996262642502 ], [ -75.165500286314497, 39.985989765501301 ], [ -75.165454942390497, 39.986197238412501 ], [ -75.165443674839906, 39.986250469838403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2124 N 20TH ST", "addr_range": "2124 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1321, "objectid": 3403, "Shape__Area": 209.44921875, "Shape__Length": 76.42790774727375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165997921887097, 39.986875938011899 ], [ -75.166276909687099, 39.986913926413301 ], [ -75.166283937065302, 39.986878444066001 ], [ -75.166287037334797, 39.986868567554502 ], [ -75.166007529804304, 39.986831067535697 ], [ -75.165997921887097, 39.986875938011899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2112 N 20TH ST", "addr_range": "2112-2114 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1286, "objectid": 3404, "Shape__Area": 203.8984375, "Shape__Length": 76.066513730472636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166055612790302, 39.986611018469503 ], [ -75.166335107768802, 39.986648855989301 ], [ -75.166342309544703, 39.986611620586302 ], [ -75.166344146091802, 39.986604634012998 ], [ -75.166065006143995, 39.986567382955798 ], [ -75.166055612790302, 39.986611018469503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2114 N 20TH ST", "addr_range": "2112-2114 N 20TH ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1282, "objectid": 3405, "Shape__Area": 203.15625, "Shape__Length": 76.027004583413486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166046450012701, 39.986654658272798 ], [ -75.166325329107494, 39.986692740537798 ], [ -75.166325849970605, 39.986688963495602 ], [ -75.166334416494607, 39.986649969399501 ], [ -75.166335107768802, 39.986648855989301 ], [ -75.166055612790302, 39.986611018469503 ], [ -75.166046450012701, 39.986654658272798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2200 W NORRIS ST", "addr_range": "1944-1946 N 22ND ST; 2200-2202 NORRIS ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1313, "objectid": 3406, "Shape__Area": 208.1484375, "Shape__Length": 69.085986174173229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170028310171006, 39.984824720880098 ], [ -75.170094457000701, 39.984834332251801 ], [ -75.170136301883403, 39.984652957239099 ], [ -75.170067738584095, 39.984642921250497 ], [ -75.170025747150007, 39.984824356919802 ], [ -75.170028310171006, 39.984824720880098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2031 N 22ND ST", "addr_range": "2023-2035 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2650, "objectid": 3407, "Shape__Area": 420.0234375, "Shape__Length": 97.508559758179871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1692170743829, 39.9860310869324 ], [ -75.169203654047706, 39.986107419104897 ], [ -75.169219200875304, 39.986109670734997 ], [ -75.169535035317494, 39.9861513323929 ], [ -75.169551090398599, 39.986075656799798 ], [ -75.1692170743829, 39.9860310869324 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2230 DIAMOND ST", "addr_range": "2220-2234 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1201, "objectid": 3408, "Shape__Area": 190.390625, "Shape__Length": 72.676696651745189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170771569418406, 39.986470284319402 ], [ -75.170826679439401, 39.986477550546702 ], [ -75.170873285537695, 39.986274473258298 ], [ -75.170816085448394, 39.986266482519198 ], [ -75.170771569418406, 39.986470284319402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2226 DIAMOND ST", "addr_range": "2220-2234 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1179, "objectid": 3409, "Shape__Area": 186.8828125, "Shape__Length": 72.574494220984491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170662032688099, 39.986455957254996 ], [ -75.170716649772402, 39.986462940351501 ], [ -75.170762839372401, 39.986259272586999 ], [ -75.170707448086006, 39.986251645004501 ], [ -75.170662032688099, 39.986455957254996 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1927 N 19TH ST", "addr_range": "1927-1945 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1542, "objectid": 3410, "Shape__Area": 244.34765625, "Shape__Length": 85.427191111474656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164621799343607, 39.983452158879899 ], [ -75.164938915514398, 39.983496102325198 ], [ -75.164942175611003, 39.983481443254398 ], [ -75.164949334710599, 39.983449186876001 ], [ -75.164631266079098, 39.9834066392959 ], [ -75.164621799343607, 39.983452158879899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2234 DIAMOND ST", "addr_range": "2220-2234 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1184, "objectid": 3411, "Shape__Area": 187.66796875, "Shape__Length": 72.323393011886594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170930333872406, 39.986282574086196 ], [ -75.1708842657671, 39.986485245413299 ], [ -75.170939163836493, 39.986492603231603 ], [ -75.170986560783703, 39.986290221238001 ], [ -75.170930333872406, 39.986282574086196 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2323 N 22ND ST", "addr_range": "2319-2325 N 22ND ST; 2320, 2326-2328 N BEECHWOOD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1102, "objectid": 3412, "Shape__Area": 174.69921875, "Shape__Length": 68.529429756082862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168417329070806, 39.990095959350803 ], [ -75.168665434945098, 39.990129104158697 ], [ -75.168669077971103, 39.990111600096597 ], [ -75.168672361793199, 39.9900957800604 ], [ -75.168674259221405, 39.990086633290403 ], [ -75.168426166008999, 39.990053714036399 ], [ -75.168417329070806, 39.990095959350803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2948 W LEHIGH AVE", "addr_range": "2946-2950 W LEHIGH AVE", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1237, "objectid": 3413, "Shape__Area": 196.13671875, "Shape__Length": 74.10285055457328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180067190205307, 39.996918066242898 ], [ -75.1800218115185, 39.997126300965697 ], [ -75.180078795504599, 39.997134169421798 ], [ -75.180123282272206, 39.996926188619597 ], [ -75.180067190205307, 39.996918066242898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2421 W SERGEANT ST", "addr_range": "2421 W SERGEANT ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 969, "objectid": 3414, "Shape__Area": 153.6953125, "Shape__Length": 64.557060614147929 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171784719069194, 39.9942042722667 ], [ -75.171835869291399, 39.994211127261103 ], [ -75.1718619916536, 39.994092798289898 ], [ -75.171863284018599, 39.9940830107805 ], [ -75.171866625352706, 39.994066772087301 ], [ -75.171874367629997, 39.994031192885799 ], [ -75.171822962174403, 39.994024461017602 ], [ -75.171812670414795, 39.9940708798038 ], [ -75.171806555754003, 39.994104964738703 ], [ -75.171784719069194, 39.9942042722667 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2328 N BEECHWOOD ST", "addr_range": "2319-2325 N 22ND ST; 2320, 2326-2328 N BEECHWOOD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 676, "objectid": 3415, "Shape__Area": 107.21484375, "Shape__Length": 49.641252225416714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168225523693906, 39.990132540369999 ], [ -75.168396045323803, 39.990154156481502 ], [ -75.168404428076499, 39.990116124907203 ], [ -75.168233616658299, 39.990094954596799 ], [ -75.168225523693906, 39.990132540369999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2454 N 20TH ST", "addr_range": "2454-2456 N 20TH ST; 2014 W GLENWOOD AVE", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1025, "objectid": 3416, "Shape__Area": 162.5859375, "Shape__Length": 65.041499803248314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164887273333704, 39.991987575581199 ], [ -75.164878798531007, 39.992032890480999 ], [ -75.165059056437002, 39.992057116631898 ], [ -75.165134947490202, 39.992019557668897 ], [ -75.164887273333704, 39.991987575581199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2839 W CUMBERLAND ST", "addr_range": "2839 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1126, "objectid": 3417, "Shape__Area": 178.44921875, "Shape__Length": 60.198947404160563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178484576260601, 39.9940949867947 ], [ -75.178556526138607, 39.994104964533598 ], [ -75.178589539322601, 39.993955966880101 ], [ -75.178571924864102, 39.993953444994901 ], [ -75.178518018927505, 39.9939457573089 ], [ -75.178484576260601, 39.9940949867947 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2521 N NEWKIRK ST", "addr_range": "2521-23 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 717, "objectid": 3418, "Shape__Area": 113.6875, "Shape__Length": 51.238097942479776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177848532874407, 39.994284424814303 ], [ -75.178025040298806, 39.994308804016597 ], [ -75.178033048869494, 39.994270037255198 ], [ -75.177857586764006, 39.994245681486603 ], [ -75.177848532874407, 39.994284424814303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2507 W HAROLD ST", "addr_range": "2507 W HAROLD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 777, "objectid": 3419, "Shape__Area": 123.20703125, "Shape__Length": 56.338461271432088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1727964045362, 39.995434814196898 ], [ -75.172844950439796, 39.995441853519999 ], [ -75.172874660331999, 39.995286931880997 ], [ -75.172827532240305, 39.995280102800798 ], [ -75.1727964045362, 39.995434814196898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2545 W SERGEANT ST", "addr_range": "2545 W SERGEANT ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 847, "objectid": 3420, "Shape__Area": 134.234375, "Shape__Length": 51.670315691867806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174025987921993, 39.994355114974603 ], [ -75.174090216499707, 39.994363084177699 ], [ -75.174099017544094, 39.994319451937301 ], [ -75.1741080359146, 39.994276760725199 ], [ -75.174116436223599, 39.994237052409702 ], [ -75.174052594736196, 39.994228300816602 ], [ -75.174025987921993, 39.994355114974603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2310 N LAMBERT ST", "addr_range": "2310 N LAMBERT ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 880, "objectid": 3421, "Shape__Area": 139.546875, "Shape__Length": 58.128743867280363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166635266606804, 39.989595401014597 ], [ -75.166839086936903, 39.989621992002398 ], [ -75.166848231614395, 39.989581011530497 ], [ -75.166644843240306, 39.989554092397903 ], [ -75.166635266606804, 39.989595401014597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2267 N 21ST ST", "addr_range": "2253-2267 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1181, "objectid": 3422, "Shape__Area": 205.25390625, "Shape__Length": 75.399030385479506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166960007331994, 39.989246799890097 ], [ -75.166957040844295, 39.989261966583598 ], [ -75.1672326591206, 39.989297346547502 ], [ -75.167241171409799, 39.989252627926902 ], [ -75.1669658636402, 39.989216788241698 ], [ -75.166960007331994, 39.989246799890097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2257 N 21ST ST", "addr_range": "2253-2267 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1181, "objectid": 3423, "Shape__Area": 189.6328125, "Shape__Length": 74.305141447408062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167275732412094, 39.9890844699109 ], [ -75.167284260496203, 39.989043184508702 ], [ -75.167009220360399, 39.989008029394903 ], [ -75.167000529873505, 39.989049792267402 ], [ -75.167275732412094, 39.9890844699109 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2261 N 21ST ST", "addr_range": "2253-2267 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1181, "objectid": 3424, "Shape__Area": 193.11328125, "Shape__Length": 74.504665568800533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167258585340903, 39.989168906471498 ], [ -75.1672665699856, 39.989126449235997 ], [ -75.166992112985596, 39.989091999189803 ], [ -75.166982941822297, 39.989134203553199 ], [ -75.167258585340903, 39.989168906471498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2263 N 21ST ST", "addr_range": "2253-2267 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1181, "objectid": 3425, "Shape__Area": 195.41015625, "Shape__Length": 74.697343122761055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166974370090699, 39.989176631342502 ], [ -75.167100677452694, 39.989192562821501 ], [ -75.167249107295703, 39.989212007664598 ], [ -75.167258585340903, 39.989168906471498 ], [ -75.167090386679703, 39.989147421071799 ], [ -75.166982941822297, 39.989134203553199 ], [ -75.166974370090699, 39.989176631342502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2520 N MYRTLEWOOD ST", "addr_range": "2520 N MYRTLEWOOD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 751, "objectid": 3426, "Shape__Area": 119.1640625, "Shape__Length": 52.75278537280407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180247132005505, 39.994606750997399 ], [ -75.180429025692405, 39.994631762426998 ], [ -75.180438042897705, 39.994592309912797 ], [ -75.180255756023598, 39.994567692444498 ], [ -75.180247132005505, 39.994606750997399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2602 N 22ND ST", "addr_range": "2602 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1237, "objectid": 3427, "Shape__Area": 196.15234375, "Shape__Length": 74.087961093873673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167989728245601, 39.994151966692201 ], [ -75.167980545179603, 39.994195622395502 ], [ -75.168252129945998, 39.994230682558303 ], [ -75.168260946002604, 39.994187308709002 ], [ -75.167989728245601, 39.994151966692201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2255 N 21ST ST", "addr_range": "2253-2267 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1181, "objectid": 3428, "Shape__Area": 196.828125, "Shape__Length": 74.711171469395225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167293172620504, 39.989000055261897 ], [ -75.167018719595802, 39.988964928695403 ], [ -75.167009220360399, 39.989008029394903 ], [ -75.167284260496203, 39.989043184508702 ], [ -75.167293172620504, 39.989000055261897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2456 N 20TH ST", "addr_range": "2454-2456 N 20TH ST; 2014 W GLENWOOD AVE", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 764, "objectid": 3429, "Shape__Area": 121.203125, "Shape__Length": 51.024266910441028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164878798531007, 39.992032890480999 ], [ -75.164876619458695, 39.992042804829197 ], [ -75.164877663200201, 39.992045697168599 ], [ -75.164879581704696, 39.992048689399702 ], [ -75.164939086294893, 39.992118974322899 ], [ -75.165059056437002, 39.992057116631898 ], [ -75.164878798531007, 39.992032890480999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2320 N BEECHWOOD ST", "addr_range": "2319-2325 N 22ND ST; 2320, 2326-2328 N BEECHWOOD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 706, "objectid": 3430, "Shape__Area": 111.921875, "Shape__Length": 50.125551082582042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168436751112097, 39.9899577174969 ], [ -75.168265902484507, 39.989936981578701 ], [ -75.168258654220494, 39.989975489169801 ], [ -75.168428832049699, 39.989998435514103 ], [ -75.168436751112097, 39.9899577174969 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2600 W OAKDALE ST", "addr_range": "2600 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 821, "objectid": 3431, "Shape__Area": 130.21875, "Shape__Length": 49.237555401798247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174161124971505, 39.995891121740399 ], [ -75.174158788467395, 39.995890827838302 ], [ -75.174135383058498, 39.996005624080901 ], [ -75.174203738035899, 39.996014766094703 ], [ -75.174226768495103, 39.995899382076303 ], [ -75.174161124971505, 39.995891121740399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2121 W DAUPHIN ST", "addr_range": "2119-2121 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 941, "objectid": 3432, "Shape__Area": 149.1796875, "Shape__Length": 66.196611363977098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168052270150397, 39.989704870932798 ], [ -75.168098809382599, 39.989711640171102 ], [ -75.168142380220402, 39.989523631640402 ], [ -75.168093803803501, 39.989516993189604 ], [ -75.168052270150397, 39.989704870932798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2922 N BONSALL ST", "addr_range": "2914, 2915-2919, 2922, 2923, 2937-2939, 2946-2948, 2967 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 608, "objectid": 3433, "Shape__Area": 96.50390625, "Shape__Length": 46.156312618088961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169023384510496, 39.999563499843397 ], [ -75.169179280320407, 39.999582914002097 ], [ -75.169188192157605, 39.999545314134203 ], [ -75.169031949086502, 39.999526777874401 ], [ -75.169023384510496, 39.999563499843397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1539 W LEHIGH AVE", "addr_range": "1539-1541 W LEHIGH AVE", "zipcode": 19132, "district": "8", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1103, "objectid": 3434, "Shape__Area": 174.8203125, "Shape__Length": 71.625311406645565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157542032341098, 39.994655558070399 ], [ -75.157593531512703, 39.9946620569972 ], [ -75.157639867287003, 39.994459025768002 ], [ -75.157588095277603, 39.994452036850298 ], [ -75.157542032341098, 39.994655558070399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2213 W LEHIGH AVE", "addr_range": "2213 W LEHIGH AVE", "zipcode": 19132, "district": "8", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1225, "objectid": 3435, "Shape__Area": 194.15625, "Shape__Length": 73.969001882865342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1679407360634, 39.995998194979002 ], [ -75.167996540623903, 39.9960061240455 ], [ -75.168039763922593, 39.995808113632002 ], [ -75.168041947514894, 39.995798071390404 ], [ -75.167992519152406, 39.995791075955601 ], [ -75.167985828260001, 39.995790135263597 ], [ -75.1679407360634, 39.995998194979002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2834 N 20TH ST", "addr_range": "2834 N 20TH ST", "zipcode": 19132, "district": "8", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1160, "objectid": 3436, "Shape__Area": 183.93359375, "Shape__Length": 75.638627170862947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163663771663394, 39.997540183834801 ], [ -75.1636572241501, 39.997578965582001 ], [ -75.163940698880495, 39.9976158028635 ], [ -75.163948777757696, 39.997576458229602 ], [ -75.163663771663394, 39.997540183834801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3914 ASPEN ST", "addr_range": "3908-3932 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1462, "objectid": 3437, "Shape__Area": 231.6484375, "Shape__Length": 85.452267909169834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200741524321202, 39.966205798181697 ], [ -75.200787589651796, 39.966453725899299 ], [ -75.200844408160094, 39.966447491881098 ], [ -75.200798079593397, 39.966199864684 ], [ -75.200741524321202, 39.966205798181697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "775 N 38TH ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1422, "objectid": 3438, "Shape__Area": 225.25, "Shape__Length": 84.697515880594807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1977745662182, 39.967556951623301 ], [ -75.197781891415502, 39.967599508695997 ], [ -75.197918097485299, 39.967584162259499 ], [ -75.198102225246998, 39.967565222370297 ], [ -75.198094475910295, 39.967521107961197 ], [ -75.1980604099804, 39.967525025632 ], [ -75.197853399890505, 39.967548614750797 ], [ -75.1977745662182, 39.967556951623301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3903 FAIRMOUNT AVE", "addr_range": "3901-3911 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1370, "objectid": 3439, "Shape__Area": 216.953125, "Shape__Length": 86.343081000346984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200271935528903, 39.965518917971899 ], [ -75.200317635146106, 39.965773786357403 ], [ -75.200370411290294, 39.965768043905399 ], [ -75.200368350736895, 39.965757084239897 ], [ -75.200322441941196, 39.9655134314497 ], [ -75.200271935528903, 39.965518917971899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3905 FAIRMOUNT AVE", "addr_range": "3901-3911 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1359, "objectid": 3440, "Shape__Area": 215.2109375, "Shape__Length": 83.649401399153845 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200322441941196, 39.9655134314497 ], [ -75.200368350736895, 39.965757084239897 ], [ -75.200422352617494, 39.965751660026498 ], [ -75.200375337709104, 39.965507304225902 ], [ -75.200330458212093, 39.965512496843402 ], [ -75.200322441941196, 39.9655134314497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3930 ASPEN ST", "addr_range": "3908-3932 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1458, "objectid": 3441, "Shape__Area": 231.00390625, "Shape__Length": 85.276219212676125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201193649496602, 39.966157876386902 ], [ -75.201210999976098, 39.966246564809602 ], [ -75.201240737813293, 39.966405390524997 ], [ -75.201296571028607, 39.966399167735197 ], [ -75.20127018702, 39.966252006164297 ], [ -75.201250356329695, 39.966151833409199 ], [ -75.201193649496602, 39.966157876386902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3924 FOLSOM ST", "addr_range": "3922-3928 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 942, "objectid": 3442, "Shape__Area": 149.296875, "Shape__Length": 63.16232906527069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201115738117593, 39.967018304792298 ], [ -75.201082032803697, 39.9668423835382 ], [ -75.201030440241894, 39.966848362562096 ], [ -75.201064415756406, 39.967023788877803 ], [ -75.201115738117593, 39.967018304792298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3918 ASPEN ST", "addr_range": "3908-3932 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1462, "objectid": 3443, "Shape__Area": 231.55078125, "Shape__Length": 85.290937997418723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200911933329294, 39.966187725795201 ], [ -75.200855349167597, 39.966193899274998 ], [ -75.200900965422093, 39.966440979927398 ], [ -75.200958005390305, 39.966434959806598 ], [ -75.200911933329294, 39.966187725795201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3933 FOLSOM ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1027, "objectid": 3444, "Shape__Area": 162.73828125, "Shape__Length": 69.540556260477885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201284124911197, 39.967080461930898 ], [ -75.201321642206807, 39.967279890309896 ], [ -75.201371241187005, 39.967274028146903 ], [ -75.2013336868999, 39.967075581962 ], [ -75.201284124911197, 39.967080461930898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3901 FAIRMOUNT AVE", "addr_range": "3901-3911 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2001, "objectid": 3445, "Shape__Area": 316.9921875, "Shape__Length": 91.654857802980487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200221462869195, 39.965666452322999 ], [ -75.200228500062394, 39.965704457239802 ], [ -75.200243006338894, 39.9657817831269 ], [ -75.200317635146106, 39.965773786357403 ], [ -75.200271935528903, 39.965518917971899 ], [ -75.200195721693802, 39.965527347103702 ], [ -75.200221462869195, 39.965666452322999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3920 ASPEN ST", "addr_range": "3908-3932 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1440, "objectid": 3446, "Shape__Area": 228.1484375, "Shape__Length": 85.111155105824238 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200911933329294, 39.966187725795201 ], [ -75.200958005390305, 39.966434959806598 ], [ -75.201014286356596, 39.966429101195097 ], [ -75.2009676832742, 39.966182064446798 ], [ -75.200911933329294, 39.966187725795201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3932 ASPEN ST", "addr_range": "3908-3932 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1436, "objectid": 3447, "Shape__Area": 227.39453125, "Shape__Length": 85.107286589935796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201250356329695, 39.966151833409199 ], [ -75.20127018702, 39.966252006164297 ], [ -75.201296571028607, 39.966399167735197 ], [ -75.201352767662996, 39.966393307986799 ], [ -75.201330865578001, 39.9662718750753 ], [ -75.201305443077104, 39.966145963450103 ], [ -75.201250356329695, 39.966151833409199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3926 ASPEN ST", "addr_range": "3908-3932 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1442, "objectid": 3448, "Shape__Area": 228.4921875, "Shape__Length": 85.09501489018902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201137024442801, 39.966164548252998 ], [ -75.201080760008907, 39.966170003636499 ], [ -75.2011271040423, 39.966417245410597 ], [ -75.201183135267797, 39.966411300979701 ], [ -75.201137024442801, 39.966164548252998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3924 ASPEN ST", "addr_range": "3908-3932 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1457, "objectid": 3449, "Shape__Area": 230.7734375, "Shape__Length": 85.260579436655249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201080760008907, 39.966170003636499 ], [ -75.201023974299005, 39.966175932153099 ], [ -75.201070576411894, 39.966422968852598 ], [ -75.2011271040423, 39.966417245410597 ], [ -75.201080760008907, 39.966170003636499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3909 FAIRMOUNT AVE", "addr_range": "3901-3911 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1426, "objectid": 3450, "Shape__Area": 225.953125, "Shape__Length": 84.255798784941618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200433800730707, 39.965501317806002 ], [ -75.200480200866195, 39.965745336456699 ], [ -75.200536744989293, 39.965739128942502 ], [ -75.200489440734401, 39.965495171319603 ], [ -75.200433800730707, 39.965501317806002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3929 FOLSOM ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 978, "objectid": 3451, "Shape__Area": 154.984375, "Shape__Length": 69.106879140228727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201223991137894, 39.967290083888003 ], [ -75.201269876094898, 39.967285461943 ], [ -75.201233028155201, 39.967086049313401 ], [ -75.201184536174694, 39.967090935888898 ], [ -75.201223991137894, 39.967290083888003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3928 ASPEN ST", "addr_range": "3908-3932 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1477, "objectid": 3452, "Shape__Area": 233.91015625, "Shape__Length": 85.383123999755682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201193649496602, 39.966157876386902 ], [ -75.201137024442801, 39.966164548252998 ], [ -75.201183135267797, 39.966411300979701 ], [ -75.201240737813293, 39.966405390524997 ], [ -75.201210999976098, 39.966246564809602 ], [ -75.201193649496602, 39.966157876386902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3912 ASPEN ST", "addr_range": "3908-3932 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1444, "objectid": 3453, "Shape__Area": 228.66796875, "Shape__Length": 85.281881971760384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200685240543294, 39.966211735881899 ], [ -75.200731844929507, 39.966459272853903 ], [ -75.200787589651796, 39.966453725899299 ], [ -75.200741524321202, 39.966205798181697 ], [ -75.200685240543294, 39.966211735881899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3910 ASPEN ST", "addr_range": "3908-3932 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1455, "objectid": 3454, "Shape__Area": 230.40625, "Shape__Length": 85.388904414324244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200628193508393, 39.966217948521603 ], [ -75.200643272972201, 39.966293432811298 ], [ -75.200675289435495, 39.966465206318802 ], [ -75.200731844929507, 39.966459272853903 ], [ -75.200685240543294, 39.966211735881899 ], [ -75.200628193508393, 39.966217948521603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3931 FOLSOM ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1068, "objectid": 3455, "Shape__Area": 169.1875, "Shape__Length": 70.083990433435943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201233028155201, 39.967086049313401 ], [ -75.201269876094898, 39.967285461943 ], [ -75.201321642206807, 39.967279890309896 ], [ -75.201284124911197, 39.967080461930898 ], [ -75.201233028155201, 39.967086049313401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3702 ASPEN ST", "addr_range": "3702-3708 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 920, "objectid": 3456, "Shape__Area": 145.69921875, "Shape__Length": 59.424056995374301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197065888244097, 39.966704833336699 ], [ -75.197005938502599, 39.966711301267203 ], [ -75.197035486972695, 39.966871608028299 ], [ -75.197085811168293, 39.966865957567997 ], [ -75.197065888244097, 39.966704833336699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3908 ASPEN ST", "addr_range": "3908-3932 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1467, "objectid": 3457, "Shape__Area": 232.390625, "Shape__Length": 85.280559283556812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200571901804906, 39.966224096825798 ], [ -75.200618251929299, 39.9664711281454 ], [ -75.200675289435495, 39.966465206318802 ], [ -75.200643272972201, 39.966293432811298 ], [ -75.200628193508393, 39.966217948521603 ], [ -75.200571901804906, 39.966224096825798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3907 FAIRMOUNT AVE", "addr_range": "3901-3911 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1479, "objectid": 3458, "Shape__Area": 234.2578125, "Shape__Length": 84.762473337035914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200375337709104, 39.965507304225902 ], [ -75.200422352617494, 39.965751660026498 ], [ -75.200480200866195, 39.965745336456699 ], [ -75.200433800730707, 39.965501317806002 ], [ -75.200375337709104, 39.965507304225902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3916 ASPEN ST", "addr_range": "3908-3932 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1466, "objectid": 3459, "Shape__Area": 232.25, "Shape__Length": 85.379921939221418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200855349167597, 39.966193899274998 ], [ -75.200798079593397, 39.966199864684 ], [ -75.200844408160094, 39.966447491881098 ], [ -75.200900965422093, 39.966440979927398 ], [ -75.200855349167597, 39.966193899274998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3922 ASPEN ST", "addr_range": "3908-3932 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1449, "objectid": 3460, "Shape__Area": 229.4609375, "Shape__Length": 85.166628741399975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2009676832742, 39.966182064446798 ], [ -75.201014286356596, 39.966429101195097 ], [ -75.201070576411894, 39.966422968852598 ], [ -75.201023974299005, 39.966175932153099 ], [ -75.2009676832742, 39.966182064446798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3816 ASPEN ST", "addr_range": "3816-3818 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1263, "objectid": 3461, "Shape__Area": 200.03515625, "Shape__Length": 82.8051808586074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198577955516001, 39.966447361419 ], [ -75.198528435191804, 39.966452821366303 ], [ -75.198573001589807, 39.966696364055998 ], [ -75.198623040555503, 39.966692189640398 ], [ -75.198577955516001, 39.966447361419 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "817 N 39TH ST", "addr_range": "817-819 N 39TH ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1229, "objectid": 3462, "Shape__Area": 194.703125, "Shape__Length": 76.224027890311817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200164766762398, 39.968135867094503 ], [ -75.200172321064798, 39.968177946131703 ], [ -75.200457158945298, 39.968145523263097 ], [ -75.200449747894297, 39.968106268478998 ], [ -75.200449450750398, 39.968104731969603 ], [ -75.200164766762398, 39.968135867094503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7012 UPLAND ST", "addr_range": "7008-7028 UPLAND ST; 2030-2032 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1153, "objectid": 3463, "Shape__Area": 182.40625, "Shape__Length": 74.244207652596671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243500456059493, 39.921680387233899 ], [ -75.243689362310704, 39.921840327043597 ], [ -75.243727964961494, 39.921813139092002 ], [ -75.243539358971603, 39.921653560900999 ], [ -75.243500456059493, 39.921680387233899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7014 UPLAND ST", "addr_range": "7008-7028 UPLAND ST; 2030-2032 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1165, "objectid": 3464, "Shape__Area": 184.296875, "Shape__Length": 74.338291493822013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243539358971603, 39.921653560900999 ], [ -75.243727964961494, 39.921813139092002 ], [ -75.243767037812802, 39.921785670384303 ], [ -75.243578161765498, 39.921626021483199 ], [ -75.243539358971603, 39.921653560900999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2048 S 70TH ST", "addr_range": "2044-2050 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 698, "objectid": 3465, "Shape__Area": 110.5078125, "Shape__Length": 50.289131656338803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243008382112293, 39.921613082502901 ], [ -75.242882225094803, 39.921705606965403 ], [ -75.242916094837, 39.921734668447201 ], [ -75.243042966874299, 39.921642047856899 ], [ -75.243008382112293, 39.921613082502901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7018 UPLAND ST", "addr_range": "7008-7028 UPLAND ST; 2030-2032 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1764, "objectid": 3466, "Shape__Area": 279.05859375, "Shape__Length": 87.720963700377666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243609176251695, 39.921559369974098 ], [ -75.243827457166802, 39.921743629744 ], [ -75.243879033489307, 39.921707554089998 ], [ -75.243660065411405, 39.921523713677601 ], [ -75.243609176251695, 39.921559369974098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7016 UPLAND ST", "addr_range": "7008-7028 UPLAND ST; 2030-2032 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1074, "objectid": 3467, "Shape__Area": 169.91015625, "Shape__Length": 73.40944386361933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243578161765498, 39.921626021483199 ], [ -75.243767037812802, 39.921785670384303 ], [ -75.243802676352104, 39.921760513332998 ], [ -75.243614582025302, 39.921600672547498 ], [ -75.243578161765498, 39.921626021483199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2011 S 70TH ST", "addr_range": "2007-2013 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1183, "objectid": 3468, "Shape__Area": 187.2265625, "Shape__Length": 71.365754900311998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243605573643705, 39.922561597812198 ], [ -75.243412371188001, 39.922698628763698 ], [ -75.243452191862204, 39.9227309970601 ], [ -75.243644516012793, 39.922593349484799 ], [ -75.243625468143904, 39.922577909974002 ], [ -75.243605573643705, 39.922561597812198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2032 S 70TH ST", "addr_range": "7008-7028 UPLAND ST; 2030-2032 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2616, "objectid": 3469, "Shape__Area": 413.734375, "Shape__Length": 102.48143860789426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243216137366204, 39.921986807627697 ], [ -75.243277081974696, 39.922037288263702 ], [ -75.243550218935596, 39.921846183825103 ], [ -75.243489121102201, 39.9217947485362 ], [ -75.243216137366204, 39.921986807627697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2050 S 70TH ST", "addr_range": "2044-2050 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 682, "objectid": 3470, "Shape__Area": 107.9453125, "Shape__Length": 49.958970124899679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242864436736895, 39.921664563389101 ], [ -75.242847774973399, 39.9216763868219 ], [ -75.242882225094803, 39.921705606965403 ], [ -75.243008382112293, 39.921613082502901 ], [ -75.242975732213793, 39.921585562288698 ], [ -75.242864436736895, 39.921664563389101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2046 S 70TH ST", "addr_range": "2044-2050 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 679, "objectid": 3471, "Shape__Area": 107.53515625, "Shape__Length": 50.044393263868912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242916094837, 39.921734668447201 ], [ -75.242949840392896, 39.921763100111697 ], [ -75.243076007819496, 39.921669722561099 ], [ -75.243042966874299, 39.921642047856899 ], [ -75.242916094837, 39.921734668447201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2030 S 70TH ST", "addr_range": "7008-7028 UPLAND ST; 2030-2032 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2612, "objectid": 3472, "Shape__Area": 413.08984375, "Shape__Length": 102.40119944851415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243277081974696, 39.922037288263702 ], [ -75.243338691211704, 39.922089105152097 ], [ -75.243359179135595, 39.922074562298398 ], [ -75.243610186276896, 39.921896481641802 ], [ -75.243550218935596, 39.921846183825103 ], [ -75.243277081974696, 39.922037288263702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7000 GRAYS AVE", "addr_range": "7000 GRAYS AVE", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1325, "objectid": 3473, "Shape__Area": 209.6171875, "Shape__Length": 78.312624191515326 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238674760232797, 39.918116640841099 ], [ -75.238683537933497, 39.918123845538801 ], [ -75.238697068188699, 39.918134990764798 ], [ -75.238716149685999, 39.9181517374249 ], [ -75.238733122068794, 39.9181637797439 ], [ -75.238744070075199, 39.9181751098739 ], [ -75.238755105553594, 39.918184103836801 ], [ -75.238758828258597, 39.918185926093102 ], [ -75.238777886601099, 39.918203268693802 ], [ -75.238806559577, 39.9182272387513 ], [ -75.238814301923, 39.9182318412143 ], [ -75.238823858264496, 39.918240109910002 ], [ -75.238828514718406, 39.918244403320401 ], [ -75.238850056025797, 39.918264218558498 ], [ -75.238890367756497, 39.918235521757403 ], [ -75.238877956677996, 39.9182229666824 ], [ -75.238870191322803, 39.918215027335798 ], [ -75.238848658622501, 39.918195486192097 ], [ -75.238830956186206, 39.918182268321402 ], [ -75.238816995607095, 39.918170291078901 ], [ -75.238809639396607, 39.918164295124797 ], [ -75.238773628948906, 39.918134329521401 ], [ -75.238757474701103, 39.918119968847201 ], [ -75.238736888510402, 39.918103188337099 ], [ -75.238712770746801, 39.918082801276498 ], [ -75.238708387525506, 39.918079094086202 ], [ -75.238693928967393, 39.918066977979599 ], [ -75.2386822670246, 39.9180749432319 ], [ -75.238670955690495, 39.918083078341297 ], [ -75.238651232819805, 39.918097314554601 ], [ -75.238670312046906, 39.9181129817811 ], [ -75.238674760232797, 39.918116640841099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7016 1/2 GREENWAY AVE", "addr_range": "7014-7016 1/2 GREENWAY AVE", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1897, "objectid": 3474, "Shape__Area": 299.9296875, "Shape__Length": 104.8638429199261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242962521908595, 39.920946411283602 ], [ -75.242963363510597, 39.920946848646601 ], [ -75.243050845135002, 39.920992445110301 ], [ -75.243063950917602, 39.920999808952701 ], [ -75.243091889886699, 39.921015958325398 ], [ -75.2430888221309, 39.9210264815339 ], [ -75.243079630973, 39.9210582937909 ], [ -75.243057642279496, 39.921122613409104 ], [ -75.243049803784402, 39.921141575533902 ], [ -75.243047634528196, 39.921152167039402 ], [ -75.243061874438396, 39.921152608115399 ], [ -75.243078762802398, 39.921153927898402 ], [ -75.243181025018799, 39.921161482195998 ], [ -75.243232355896694, 39.921124063493302 ], [ -75.243170148611398, 39.921069799867801 ], [ -75.243095796553305, 39.921006516630598 ], [ -75.2430888216781, 39.9210020609925 ], [ -75.242995449389994, 39.9209243225596 ], [ -75.242994374127505, 39.9209245414173 ], [ -75.242962521908595, 39.920946411283602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2007 S 70TH ST", "addr_range": "2007-2013 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 6048, "objectid": 3475, "Shape__Area": 956.34375, "Shape__Length": 237.83742074761022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243488864087595, 39.9228004507885 ], [ -75.243552949469702, 39.922755556771001 ], [ -75.243565057913202, 39.922746246585596 ], [ -75.243586884917207, 39.922729475969597 ], [ -75.243602433532502, 39.922718838129597 ], [ -75.243611560542305, 39.92271317126 ], [ -75.243619790469197, 39.922708063219197 ], [ -75.2437068046587, 39.922645422474503 ], [ -75.243692962601301, 39.922633579099703 ], [ -75.243684321950099, 39.922626055249999 ], [ -75.243491158847803, 39.922762621381203 ], [ -75.243452191862204, 39.9227309970601 ], [ -75.243412371188001, 39.922698628763698 ], [ -75.243389007481895, 39.922679322409898 ], [ -75.243376016500505, 39.9226688355756 ], [ -75.243334449874595, 39.922635010019 ], [ -75.243324947122204, 39.9226270339176 ], [ -75.243295523037503, 39.922602872051797 ], [ -75.243256565755104, 39.922570957752399 ], [ -75.2432176245443, 39.922538608610402 ], [ -75.243179544989999, 39.922507360384998 ], [ -75.243146990882906, 39.922481195617401 ], [ -75.243139806739606, 39.9224744775209 ], [ -75.243100806315695, 39.922442594657902 ], [ -75.243073095478394, 39.922420243342998 ], [ -75.243067900081996, 39.9224157941755 ], [ -75.243058389688997, 39.922408026913999 ], [ -75.243032702654702, 39.922427291681402 ], [ -75.2430006433231, 39.9224501895835 ], [ -75.242966759191006, 39.922474305367302 ], [ -75.243006527467699, 39.922505768983797 ], [ -75.243076681188697, 39.922564833905597 ], [ -75.243117384513695, 39.922597091877599 ], [ -75.243147753437, 39.922620032877496 ], [ -75.243227241651397, 39.922665019222997 ], [ -75.2432481617668, 39.922677920186302 ], [ -75.243234243841997, 39.922722652987503 ], [ -75.243234004773498, 39.922723487487097 ], [ -75.243298306702997, 39.922735143798299 ], [ -75.243309758621606, 39.9227005121801 ], [ -75.243383135268701, 39.922741463507997 ], [ -75.243410227194303, 39.922756772563098 ], [ -75.243413736197496, 39.922758719731597 ], [ -75.243488864087595, 39.9228004507885 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7008 UPLAND ST", "addr_range": "7008-7028 UPLAND ST; 2030-2032 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1405, "objectid": 3476, "Shape__Area": 222.203125, "Shape__Length": 84.546161466153734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243550218935596, 39.921846183825103 ], [ -75.243610186276896, 39.921896481641802 ], [ -75.243650426689001, 39.921868039290999 ], [ -75.243462078049305, 39.921708273784901 ], [ -75.243460897585294, 39.921708520981397 ], [ -75.243432305405094, 39.9216839268312 ], [ -75.2433916096834, 39.9217122456268 ], [ -75.2434222292258, 39.921738060802902 ], [ -75.2434264727016, 39.9217416359052 ], [ -75.243489121102201, 39.9217947485362 ], [ -75.243550218935596, 39.921846183825103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7014 GREENWAY AVE", "addr_range": "7014-7016 1/2 GREENWAY AVE", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 11937, "objectid": 3477, "Shape__Area": 1885.546875, "Shape__Length": 179.44033550388147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243047630987306, 39.921152167862999 ], [ -75.243049803784402, 39.921141575533902 ], [ -75.243057642279496, 39.921122613409104 ], [ -75.243079630973, 39.9210582937909 ], [ -75.2430888221309, 39.9210264815339 ], [ -75.243091889886699, 39.921015958325398 ], [ -75.243063950917602, 39.920999808952701 ], [ -75.243050845135002, 39.920992445110301 ], [ -75.242963363510597, 39.920946848646601 ], [ -75.242962521908595, 39.920946411283602 ], [ -75.242852231529596, 39.920889741971003 ], [ -75.242831146473904, 39.9209051258145 ], [ -75.242700266396398, 39.920996353866798 ], [ -75.242631612356902, 39.921044807318303 ], [ -75.242643760195904, 39.921053745020998 ], [ -75.242656679463295, 39.921066164812999 ], [ -75.242667053041998, 39.921074983526999 ], [ -75.242678322197904, 39.921083886694902 ], [ -75.242702519883906, 39.921104419679203 ], [ -75.2427215713072, 39.921119714374903 ], [ -75.242738847879494, 39.921134937822401 ], [ -75.242756148817307, 39.921149437400899 ], [ -75.242776876464404, 39.9211675735326 ], [ -75.242735757557995, 39.9211948665207 ], [ -75.242773786772503, 39.921227486027199 ], [ -75.242858504733306, 39.921299764596498 ], [ -75.242903491106205, 39.921337355591 ], [ -75.242916442313003, 39.921348309232101 ], [ -75.242960249615095, 39.921314530140499 ], [ -75.243003098003896, 39.9212848259846 ], [ -75.243047630987306, 39.921152167862999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2026R S 70TH ST", "addr_range": "2024-2026 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 404, "objectid": 3478, "Shape__Area": 63.984375, "Shape__Length": 33.536451937174583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243928096515106, 39.922243072250097 ], [ -75.243936866868296, 39.9222367929952 ], [ -75.243937022408502, 39.9222369225336 ], [ -75.243979872598302, 39.922207395545001 ], [ -75.243957554865702, 39.9221886338415 ], [ -75.243944879009703, 39.922177979165902 ], [ -75.243876478139399, 39.922186134764097 ], [ -75.243863336439702, 39.922187703586197 ], [ -75.243890951252297, 39.922211394187102 ], [ -75.243928096515106, 39.922243072250097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7022 UPLAND ST", "addr_range": "7008-7028 UPLAND ST; 2030-2032 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2660, "objectid": 3479, "Shape__Area": 420.70703125, "Shape__Length": 101.77454877225144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243702860208899, 39.921452642582501 ], [ -75.243948009525695, 39.921658866369299 ], [ -75.244016833409106, 39.921610367195399 ], [ -75.243771549417303, 39.921404367663101 ], [ -75.243702860208899, 39.921452642582501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7028 UPLAND ST", "addr_range": "7008-7028 UPLAND ST; 2030-2032 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2615, "objectid": 3480, "Shape__Area": 413.6171875, "Shape__Length": 101.29628114883047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243968209838698, 39.921265944057403 ], [ -75.243906753338806, 39.921308865789698 ], [ -75.2441507116624, 39.921515561360501 ], [ -75.244218708413001, 39.9214673350167 ], [ -75.243974326097103, 39.921261887210299 ], [ -75.243968209838698, 39.921265944057403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7016 GREENWAY AVE", "addr_range": "7014-7016 1/2 GREENWAY AVE", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 928, "objectid": 3481, "Shape__Area": 146.85546875, "Shape__Length": 61.495304479577101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243047630987306, 39.921152167862999 ], [ -75.243003098003896, 39.9212848259846 ], [ -75.243181025018799, 39.921161482195998 ], [ -75.243078762802398, 39.921153927898402 ], [ -75.243061874438396, 39.921152608115399 ], [ -75.243047630987306, 39.921152167862999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6004 ALLMAN ST", "addr_range": "6004-6006 ALLMAN ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 916, "objectid": 3482, "Shape__Area": 145.0078125, "Shape__Length": 60.470705080872371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230945609247598, 39.932710286795597 ], [ -75.230797740169194, 39.932587093475703 ], [ -75.230760286194496, 39.932612915917296 ], [ -75.230761795587895, 39.932617978439701 ], [ -75.230774256738002, 39.932626940487097 ], [ -75.230905212792393, 39.932738639523599 ], [ -75.230945609247598, 39.932710286795597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6006 ALLMAN ST", "addr_range": "6004-6006 ALLMAN ST", "zipcode": 19142, "district": "2", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 910, "objectid": 3483, "Shape__Area": 143.96875, "Shape__Length": 60.436571204251976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230797740169194, 39.932587093475703 ], [ -75.230945609247598, 39.932710286795597 ], [ -75.230984261760497, 39.932683167055302 ], [ -75.230837822832697, 39.932559248362999 ], [ -75.230797740169194, 39.932587093475703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6076 UPLAND ST", "addr_range": "6076-6082 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 817, "objectid": 3484, "Shape__Area": 129.34765625, "Shape__Length": 57.785919690331681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230810347336302, 39.930607007700097 ], [ -75.230773719789994, 39.930633139299204 ], [ -75.230913764637194, 39.930752630773199 ], [ -75.2309503701062, 39.930727095104402 ], [ -75.230810347336302, 39.930607007700097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6078 UPLAND ST", "addr_range": "6076-6082 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 865, "objectid": 3485, "Shape__Area": 136.96875, "Shape__Length": 58.360235567296819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230810347336302, 39.930607007700097 ], [ -75.2309503701062, 39.930727095104402 ], [ -75.230988806293098, 39.930700697739198 ], [ -75.230913691444897, 39.930634294916402 ], [ -75.230848801394202, 39.930580127840301 ], [ -75.230810347336302, 39.930607007700097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2033 N 22ND ST", "addr_range": "2023-2035 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2605, "objectid": 3486, "Shape__Area": 412.85546875, "Shape__Length": 96.899015913634898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169187872576003, 39.9861830044022 ], [ -75.169200341157307, 39.986184671435602 ], [ -75.169518811165503, 39.986225877014597 ], [ -75.169535034667604, 39.986151349497497 ], [ -75.169219200875304, 39.986109670734997 ], [ -75.169203654047706, 39.986107419104897 ], [ -75.169187872576003, 39.9861830044022 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1918 W NORRIS ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1126, "objectid": 3487, "Shape__Area": 178.40234375, "Shape__Length": 68.884345352567465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165522041763396, 39.984068997367103 ], [ -75.165481313856503, 39.984259793712397 ], [ -75.165536887445995, 39.984266976563198 ], [ -75.165578991261697, 39.984076308494799 ], [ -75.165522041763396, 39.984068997367103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1945 N 20TH ST", "addr_range": "1929-31, 1935-1957 N 20TH ST; 1922-1934 W NORRIS ST; 1944-1952 N UBER ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1708, "objectid": 3488, "Shape__Area": 270.65234375, "Shape__Length": 92.723992635686727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166070082598196, 39.984043632648003 ], [ -75.166418960810006, 39.984091077459098 ], [ -75.166429825536497, 39.984044526025698 ], [ -75.166079685162003, 39.983997197889202 ], [ -75.166070082598196, 39.984043632648003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1856 N VAN PELT ST", "addr_range": "1856-1858 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1365, "objectid": 3489, "Shape__Area": 216.29296875, "Shape__Length": 73.903398941187007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169537062565794, 39.9831997454271 ], [ -75.169685120972105, 39.983218710524604 ], [ -75.169799810220297, 39.983233540117901 ], [ -75.1698104983207, 39.983184389527501 ], [ -75.169548055922206, 39.983149779094603 ], [ -75.169539191095396, 39.983190056928301 ], [ -75.169537062565794, 39.9831997454271 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1908 W NORRIS ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1144, "objectid": 3490, "Shape__Area": 181.34765625, "Shape__Length": 69.074826448661511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165199314804198, 39.984221944335602 ], [ -75.165256107631805, 39.984229558438003 ], [ -75.165299622361005, 39.9840392925476 ], [ -75.165252012050004, 39.984032706992799 ], [ -75.165242171320301, 39.984031373512302 ], [ -75.165199314804198, 39.984221944335602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2029 N 22ND ST", "addr_range": "2023-2035 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 4856, "objectid": 3491, "Shape__Area": 773.48046875, "Shape__Length": 161.01934442460069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1692170743829, 39.9860310869324 ], [ -75.169551090398599, 39.986075656799798 ], [ -75.169567373792404, 39.985999551148602 ], [ -75.169182878574205, 39.985948832987503 ], [ -75.168953724473596, 39.985918613666797 ], [ -75.168937266053106, 39.985994344993301 ], [ -75.1692170743829, 39.9860310869324 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2025 N 22ND ST", "addr_range": "2023-2035 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 3052, "objectid": 3492, "Shape__Area": 471.37890625, "Shape__Length": 108.36189751736585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169201689844598, 39.985872331913399 ], [ -75.169584595765997, 39.985922417817697 ], [ -75.1696005261811, 39.985849527153803 ], [ -75.169217200597799, 39.985797272126298 ], [ -75.169201689844598, 39.985872331913399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2028 N 19TH ST", "addr_range": "2026-2028 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 824, "objectid": 3493, "Shape__Area": 130.65625, "Shape__Length": 54.922147590926969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164774427927298, 39.985082410093597 ], [ -75.1647743952105, 39.9850827157018 ], [ -75.164963137489295, 39.985106439755597 ], [ -75.164972309363606, 39.985064235547902 ], [ -75.164782474445602, 39.985041678938103 ], [ -75.164774427927298, 39.985082410093597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2025 CECIL B MOORE AVE", "addr_range": "2015-2017, 2025 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2503, "objectid": 3494, "Shape__Area": 410.390625, "Shape__Length": 99.843854517518054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168469414525205, 39.9801362478062 ], [ -75.168409797989895, 39.9804048002012 ], [ -75.168501414296699, 39.980417339880297 ], [ -75.168561264386895, 39.980149258523802 ], [ -75.168469414525205, 39.9801362478062 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1828 N 22ND ST", "addr_range": "1820-1832 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1783, "objectid": 3495, "Shape__Area": 282.59375, "Shape__Length": 91.972270963367464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170524172168896, 39.982604676421197 ], [ -75.170512821809098, 39.9826530544278 ], [ -75.170855584860007, 39.9827014287197 ], [ -75.170865332944999, 39.982650515265 ], [ -75.170524172168896, 39.982604676421197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1815 N 22ND ST", "addr_range": "1801-1819 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1710, "objectid": 3496, "Shape__Area": 270.97265625, "Shape__Length": 89.310021315760451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170016548572306, 39.982316118613603 ], [ -75.170029048812694, 39.982318043974402 ], [ -75.170346972932805, 39.982363781000103 ], [ -75.170357942306595, 39.982314426755401 ], [ -75.170121945728297, 39.982280912059899 ], [ -75.170038430562201, 39.982268556755301 ], [ -75.170027239044998, 39.982267483441603 ], [ -75.170016548572306, 39.982316118613603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2202 W NORRIS ST", "addr_range": "1944-1946 N 22ND ST; 2200-2202 NORRIS ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 961, "objectid": 3497, "Shape__Area": 152.26171875, "Shape__Length": 64.803628574428259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170094457000701, 39.984834332251801 ], [ -75.170145579520806, 39.984841202858298 ], [ -75.170184221011993, 39.9846679622569 ], [ -75.170185808276401, 39.9846603726563 ], [ -75.170136301883403, 39.984652957239099 ], [ -75.170094457000701, 39.984834332251801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2033 N 21ST ST", "addr_range": "2028-2042 DIAMOND ST; 2031-2039 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1274, "objectid": 3498, "Shape__Area": 201.96484375, "Shape__Length": 76.366195451153146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167710743512103, 39.985664943675197 ], [ -75.167992593725103, 39.985701381388097 ], [ -75.168001824114398, 39.985658114198202 ], [ -75.167719522956105, 39.985621988921203 ], [ -75.167710743512103, 39.985664943675197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1602 N SYDENHAM ST", "addr_range": "1601-1605 N 16TH ST; 1509-1513, 1517-1523 OXFORD ST; 1600-1608 N SYDENHAM ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 988, "objectid": 3499, "Shape__Area": 156.63671875, "Shape__Length": 63.816988186119389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1606628869351, 39.977957564998299 ], [ -75.160892669402401, 39.977988089650403 ], [ -75.160901470151799, 39.977946875676601 ], [ -75.160673685302797, 39.9779167033589 ], [ -75.1606628869351, 39.977957564998299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1523 W OXFORD ST", "addr_range": "1601-1605 N 16TH ST; 1509-1513, 1517-1523 OXFORD ST; 1600-1608 N SYDENHAM ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1368, "objectid": 3500, "Shape__Area": 216.80078125, "Shape__Length": 71.561432221468934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161261572500706, 39.977752277084399 ], [ -75.161222933113706, 39.977943617516097 ], [ -75.161290482145802, 39.977952556673401 ], [ -75.161330663192103, 39.977762491699302 ], [ -75.161261572500706, 39.977752277084399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1912 W NORRIS ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1139, "objectid": 3501, "Shape__Area": 180.53125, "Shape__Length": 69.039092656798204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165312584986097, 39.984237214062098 ], [ -75.165370087584293, 39.984244860310497 ], [ -75.165412588487399, 39.984054265207398 ], [ -75.165364547055702, 39.984047927681303 ], [ -75.165356314586901, 39.984046776393797 ], [ -75.165312584986097, 39.984237214062098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1931 N 19TH ST", "addr_range": "1927-1945 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1460, "objectid": 3502, "Shape__Area": 231.359375, "Shape__Length": 84.738799244529702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164603051367394, 39.983539524279898 ], [ -75.164920607488895, 39.983582351408401 ], [ -75.164930408228301, 39.983538483680299 ], [ -75.164612129712296, 39.983495931328797 ], [ -75.164603051367394, 39.983539524279898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1935 N 19TH ST", "addr_range": "1927-1945 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1640, "objectid": 3503, "Shape__Area": 259.91796875, "Shape__Length": 86.307984793774267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164582060588799, 39.983637898216998 ], [ -75.164900549229998, 39.983680455370099 ], [ -75.164910101181306, 39.983631554373602 ], [ -75.164593080182399, 39.983588417613397 ], [ -75.164582060588799, 39.983637898216998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1939 N 19TH ST", "addr_range": "1927-1945 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1662, "objectid": 3504, "Shape__Area": 263.36328125, "Shape__Length": 86.601229226624866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164561371696394, 39.983736586198397 ], [ -75.164879389218498, 39.983779439132 ], [ -75.164890191580795, 39.9837296292459 ], [ -75.164571498166694, 39.983686907075501 ], [ -75.164561371696394, 39.983736586198397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2222 DIAMOND ST", "addr_range": "2220-2234 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1189, "objectid": 3505, "Shape__Area": 188.45703125, "Shape__Length": 72.819686288395374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170597315579798, 39.986236483657599 ], [ -75.170550457242499, 39.986441215751398 ], [ -75.170606096436998, 39.986448333597998 ], [ -75.170652289124405, 39.986244037933602 ], [ -75.170597315579798, 39.986236483657599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1820 N 21ST ST", "addr_range": "1816-1824 N 21ST ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1428, "objectid": 3506, "Shape__Area": 226.328125, "Shape__Length": 80.879768845011625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168925050678794, 39.982286271768601 ], [ -75.168936181091894, 39.982287812343301 ], [ -75.169223615660002, 39.982326951631897 ], [ -75.169233345788598, 39.982281534972202 ], [ -75.169110589178999, 39.982264556438203 ], [ -75.169021715412299, 39.982252579044797 ], [ -75.168944558932296, 39.982242171572899 ], [ -75.168934864054805, 39.982240857903101 ], [ -75.168925050678794, 39.982286271768601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1816 N 21ST ST", "addr_range": "1816-1824 N 21ST ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1392, "objectid": 3507, "Shape__Area": 220.55078125, "Shape__Length": 80.437088789151503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168945168120501, 39.982195260453402 ], [ -75.168956759631499, 39.982196810495402 ], [ -75.169243097318798, 39.982235554758297 ], [ -75.169252303559006, 39.982191286822903 ], [ -75.169134177642704, 39.982174847631299 ], [ -75.168966720397407, 39.982152479357502 ], [ -75.168954706575093, 39.982150484628797 ], [ -75.168945168120501, 39.982195260453402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1818 N 21ST ST", "addr_range": "1816-1824 N 21ST ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1431, "objectid": 3508, "Shape__Area": 226.8515625, "Shape__Length": 80.916899547187541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168934864054805, 39.982240857903101 ], [ -75.168944558932296, 39.982242171572899 ], [ -75.169021715412299, 39.982252579044797 ], [ -75.169110589178999, 39.982264556438203 ], [ -75.169233345788598, 39.982281534972202 ], [ -75.169243097318798, 39.982235554758297 ], [ -75.168956759631499, 39.982196810495402 ], [ -75.168945168120501, 39.982195260453402 ], [ -75.168934864054805, 39.982240857903101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1945 N 19TH ST", "addr_range": "1927-1945 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1625, "objectid": 3509, "Shape__Area": 257.4609375, "Shape__Length": 86.262884145862657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164530078691698, 39.9838826674739 ], [ -75.164848739077598, 39.9839256962413 ], [ -75.164858459360801, 39.983877298202003 ], [ -75.164540760905098, 39.983833774844797 ], [ -75.164530078691698, 39.9838826674739 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2843 N CROSKEY ST", "addr_range": "2843 N CROSKEY ST", "zipcode": 19132, "district": "8", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4441, "objectid": 3510, "Shape__Area": 729.87890625, "Shape__Length": 113.03306502037896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167777275283697, 39.998255193001903 ], [ -75.167453279194106, 39.998212311588603 ], [ -75.167444044786606, 39.998256739177897 ], [ -75.167435168534794, 39.998299450283199 ], [ -75.167425958926799, 39.998343718048801 ], [ -75.167425141185802, 39.998347568606299 ], [ -75.167747805482804, 39.998391322942197 ], [ -75.167777275283697, 39.998255193001903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3130 N BANCROFT ST", "addr_range": "3131 N CHADWICK ST; 3128-3130 N BANCROFT ST", "zipcode": 19132, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 718, "objectid": 3511, "Shape__Area": 113.87890625, "Shape__Length": 49.203920815821114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157034849022295, 40.001213507540697 ], [ -75.157114553184002, 40.001223992722601 ], [ -75.157118991126396, 40.001224575905901 ], [ -75.157127339485697, 40.001182155365299 ], [ -75.156964018350806, 40.001161365081998 ], [ -75.156956048330898, 40.001203140921497 ], [ -75.157034849022295, 40.001213507540697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3212-24 RIDGE AVE", "addr_range": "3200-3234 RIDGE AVE; 3201-3203 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 11788, "objectid": 3512, "Shape__Area": 1867.9921875, "Shape__Length": 204.00578538997917 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185322072693097, 39.990999160815903 ], [ -75.185365261975207, 39.991059769032397 ], [ -75.1854556992363, 39.991020168493797 ], [ -75.185449525731698, 39.9910099392578 ], [ -75.185555745271898, 39.990965339272698 ], [ -75.185636916907995, 39.990976292626698 ], [ -75.185673076169195, 39.990811245440099 ], [ -75.1854550153639, 39.990781355182499 ], [ -75.185464247457602, 39.990737765207697 ], [ -75.185473568576299, 39.990694578170498 ], [ -75.185483181133705, 39.990650931822501 ], [ -75.185506816559695, 39.990611095599498 ], [ -75.185491377586303, 39.990609267589498 ], [ -75.185158474798897, 39.990769119488498 ], [ -75.185322072693097, 39.990999160815903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3226-34 RIDGE AVE", "addr_range": "3200-3234 RIDGE AVE; 3201-3203 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 5717, "objectid": 3513, "Shape__Area": 905.9453125, "Shape__Length": 145.78808592829085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185492450336994, 39.991281226252703 ], [ -75.185548394509496, 39.991378613837199 ], [ -75.185564335977801, 39.991306125225698 ], [ -75.185636916907995, 39.990976292626698 ], [ -75.185555745271898, 39.990965339272698 ], [ -75.185449525731698, 39.9910099392578 ], [ -75.1854556992363, 39.991020168493797 ], [ -75.185365261975207, 39.991059769032397 ], [ -75.185375289970594, 39.991077240210601 ], [ -75.185483108809805, 39.991264962458601 ], [ -75.185492450336994, 39.991281226252703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3203 W SUSQUEHANNA AVE", "addr_range": "3200-3234 RIDGE AVE; 3201-3203 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2079, "objectid": 3514, "Shape__Area": 329.55859375, "Shape__Length": 118.15713330680755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185175346335797, 39.9901187435404 ], [ -75.185092127853693, 39.990487685247203 ], [ -75.185153620745297, 39.990460366735 ], [ -75.185156327321394, 39.990459170307801 ], [ -75.185232021152899, 39.990126312525398 ], [ -75.185227163630898, 39.990125656169297 ], [ -75.185218301098203, 39.990124474231301 ], [ -75.185175346335797, 39.9901187435404 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "952 N 43RD ST", "addr_range": "946-952 N 43RD ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1140, "objectid": 3515, "Shape__Area": 180.6796875, "Shape__Length": 71.111266747476733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210486453572798, 39.971171808159298 ], [ -75.210494094037102, 39.971213484622197 ], [ -75.210740996092099, 39.971185533126501 ], [ -75.210755535201102, 39.971183887974497 ], [ -75.210747700743497, 39.971141820709697 ], [ -75.210733328997705, 39.971143468663001 ], [ -75.210486453572798, 39.971171808159298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3200 RIDGE AVE", "addr_range": "3200-3234 RIDGE AVE; 3201-3203 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 14060, "objectid": 3516, "Shape__Area": 2229.36328125, "Shape__Length": 193.27116310882417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185158474798897, 39.990769119488498 ], [ -75.185477802306195, 39.990615783115203 ], [ -75.185491377586303, 39.990609267589498 ], [ -75.185598666405099, 39.990534628402699 ], [ -75.185533070057701, 39.990452548657302 ], [ -75.185544730282601, 39.990453968773899 ], [ -75.1854466474079, 39.990322030217897 ], [ -75.185419753517195, 39.990333261367702 ], [ -75.185417370244295, 39.990342026292801 ], [ -75.185027929434497, 39.990516201977201 ], [ -75.185011689938904, 39.9905616193508 ], [ -75.185158474798897, 39.990769119488498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3201 W SUSQUEHANNA AVE", "addr_range": "3200-3234 RIDGE AVE; 3201-3203 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2271, "objectid": 3517, "Shape__Area": 360.0390625, "Shape__Length": 128.7159213993466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185031525581195, 39.990500323665202 ], [ -75.185027929434497, 39.990516201977201 ], [ -75.185092127853693, 39.990487685247203 ], [ -75.185175346335797, 39.9901187435404 ], [ -75.185119877503695, 39.990110878915097 ], [ -75.185035119890003, 39.990484493966498 ], [ -75.185031525581195, 39.990500323665202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2203 N NATRONA ST", "addr_range": "2201-2203 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1376, "objectid": 3518, "Shape__Area": 218.68359375, "Shape__Length": 64.752840898410483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185728507556206, 39.990559291297203 ], [ -75.1857445784307, 39.990481131904801 ], [ -75.185544730282601, 39.990453968773899 ], [ -75.185533070057701, 39.990452548657302 ], [ -75.1856041279528, 39.990542617133599 ], [ -75.185728507556206, 39.990559291297203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2201 N NATRONA ST", "addr_range": "2201-2203 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1034, "objectid": 3519, "Shape__Area": 164.00390625, "Shape__Length": 65.415346275880935 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1857445784307, 39.990481131904801 ], [ -75.185754852246603, 39.990436595698398 ], [ -75.185507606819399, 39.990404212747499 ], [ -75.185544730282601, 39.990453968773899 ], [ -75.1857445784307, 39.990481131904801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2650 N 33RD ST", "addr_range": "2650 N 33RD ST", "zipcode": 19132, "district": "4", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1817, "objectid": 3520, "Shape__Area": 288.04296875, "Shape__Length": 98.89565775746577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185460496366701, 39.997607307846302 ], [ -75.185605564840699, 39.997625346865 ], [ -75.185620326828101, 39.997580218043197 ], [ -75.185239774625202, 39.997532997952803 ], [ -75.185229253851304, 39.9975790414099 ], [ -75.185460496366701, 39.997607307846302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "613 W CUMBERLAND ST", "addr_range": "601-617 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 851, "objectid": 3521, "Shape__Area": 134.921875, "Shape__Length": 57.609845609249859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143215688864601, 39.989544411592099 ], [ -75.143267231826002, 39.989551256843399 ], [ -75.143301147590705, 39.9893954538665 ], [ -75.143248377501394, 39.989388904224597 ], [ -75.143215688864601, 39.989544411592099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "628 W CUMBERLAND ST", "addr_range": "626-630 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1217, "objectid": 3522, "Shape__Area": 192.9921875, "Shape__Length": 75.731732063782175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143873103628295, 39.989111496979497 ], [ -75.143826025153899, 39.9893274345322 ], [ -75.143879950611193, 39.989334462454998 ], [ -75.143926646535903, 39.989118660361399 ], [ -75.143873103628295, 39.989111496979497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "605 W CUMBERLAND ST", "addr_range": "601-617 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 850, "objectid": 3523, "Shape__Area": 134.70703125, "Shape__Length": 57.401164274022186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143010137432995, 39.989516708363404 ], [ -75.143061963716804, 39.989523800715901 ], [ -75.143095675460799, 39.989368960852602 ], [ -75.143078432276297, 39.9893666833716 ], [ -75.143042900998196, 39.989362007358203 ], [ -75.143010137432995, 39.989516708363404 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "640 W CUMBERLAND ST", "addr_range": "636-644 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1218, "objectid": 3524, "Shape__Area": 193.0390625, "Shape__Length": 75.553761359967467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144251339712994, 39.989383855040103 ], [ -75.144305264054196, 39.989390883636801 ], [ -75.144352154102506, 39.9891759715115 ], [ -75.144298243433198, 39.989168590944097 ], [ -75.144251339712994, 39.989383855040103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "601 W CUMBERLAND ST", "addr_range": "601-617 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1189, "objectid": 3525, "Shape__Area": 188.5234375, "Shape__Length": 64.406326761108971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142889464920998, 39.989512951952797 ], [ -75.142957587761899, 39.9895224787616 ], [ -75.142993218289803, 39.989355865605603 ], [ -75.142975893334295, 39.989353521378199 ], [ -75.142925314421802, 39.989346650135403 ], [ -75.142889464920998, 39.989512951952797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "642 W CUMBERLAND ST", "addr_range": "636-644 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1239, "objectid": 3526, "Shape__Area": 196.41796875, "Shape__Length": 75.778663152095788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144305264054196, 39.989390883636801 ], [ -75.144359658260797, 39.989398275173997 ], [ -75.144407503787605, 39.9891830324217 ], [ -75.144352154102506, 39.9891759715115 ], [ -75.144305264054196, 39.989390883636801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "636 W CUMBERLAND ST", "addr_range": "636-644 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1233, "objectid": 3527, "Shape__Area": 195.4296875, "Shape__Length": 75.801754011705412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1441419383641, 39.989369813876998 ], [ -75.144196946700006, 39.989376463478102 ], [ -75.144243838251498, 39.9891615514235 ], [ -75.144189834639803, 39.9891538461289 ], [ -75.1441419383641, 39.989369813876998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "647 W CUMBERLAND ST", "addr_range": "641-647 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1234, "objectid": 3528, "Shape__Area": 195.56640625, "Shape__Length": 64.829825362612496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144322862024495, 39.9895248352408 ], [ -75.144286327134495, 39.989690525382002 ], [ -75.144357936949405, 39.9897003728884 ], [ -75.144392961164499, 39.989534728624697 ], [ -75.144322862024495, 39.9895248352408 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2430 N DELHI ST", "addr_range": "2419-2421 N 10TH ST; 2420-2430 DELHI ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 627, "objectid": 3529, "Shape__Area": 99.3671875, "Shape__Length": 46.68906638861143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148012093830999, 39.989235676012299 ], [ -75.148169307700101, 39.989256568362599 ], [ -75.148177693558395, 39.989218780455602 ], [ -75.148020892529303, 39.989197510035197 ], [ -75.148012093830999, 39.989235676012299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "615 W CUMBERLAND ST", "addr_range": "601-617 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 838, "objectid": 3530, "Shape__Area": 132.84375, "Shape__Length": 57.454718000674731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143267231826002, 39.989551256843399 ], [ -75.143317916297605, 39.989558098792898 ], [ -75.143352886950098, 39.989402642326397 ], [ -75.143301126524193, 39.989395453388099 ], [ -75.143267231826002, 39.989551256843399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "603 W CUMBERLAND ST", "addr_range": "601-617 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 871, "objectid": 3531, "Shape__Area": 138.1015625, "Shape__Length": 60.415918888912806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142957587761899, 39.9895224787616 ], [ -75.143007984713705, 39.9895291196976 ], [ -75.143010137432995, 39.989516708363404 ], [ -75.143042900998196, 39.989362007358203 ], [ -75.143018977881994, 39.989359046542198 ], [ -75.142993218289803, 39.989355865605603 ], [ -75.142957587761899, 39.9895224787616 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "611 W CUMBERLAND ST", "addr_range": "601-617 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 840, "objectid": 3532, "Shape__Area": 133.25390625, "Shape__Length": 57.421518401788532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1431634293549, 39.989537679790097 ], [ -75.143215688864601, 39.989544411592099 ], [ -75.143248377501394, 39.989388904224597 ], [ -75.143242351466697, 39.989388122232803 ], [ -75.143197497779497, 39.989382300181802 ], [ -75.1431634293549, 39.989537679790097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2210 N 11TH ST", "addr_range": "2204-2212 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1090, "objectid": 3533, "Shape__Area": 172.69921875, "Shape__Length": 67.933902561550596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1509446366303, 39.985909893643502 ], [ -75.150935467286601, 39.985952075361602 ], [ -75.151180819266699, 39.985984152749403 ], [ -75.151190633786698, 39.985941881105802 ], [ -75.1509446366303, 39.985909893643502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "644 W CUMBERLAND ST", "addr_range": "636-644 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1426, "objectid": 3534, "Shape__Area": 225.98046875, "Shape__Length": 77.699398987268395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144359658260797, 39.989398275173997 ], [ -75.144368706074701, 39.989399464490504 ], [ -75.144422963878398, 39.989406595208699 ], [ -75.144470331888101, 39.989191245185097 ], [ -75.144407503787605, 39.9891830324217 ], [ -75.144359658260797, 39.989398275173997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3710 ASPEN ST", "addr_range": "3710-3714 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1006, "objectid": 3535, "Shape__Area": 159.3125, "Shape__Length": 68.331103402896815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1973574738888, 39.966835038736697 ], [ -75.197357715543902, 39.9668363983251 ], [ -75.197407297710797, 39.9668304248748 ], [ -75.197372182179095, 39.966635418265298 ], [ -75.197322852917594, 39.9666413648876 ], [ -75.1973574738888, 39.966835038736697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4135 LEIDY AVE", "addr_range": "4123-4147 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2450, "objectid": 3536, "Shape__Area": 388.1484375, "Shape__Length": 139.54963783811533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207729042746905, 39.974793323047898 ], [ -75.207781487980895, 39.974812296841201 ], [ -75.208027864117994, 39.974416973327301 ], [ -75.207981558853305, 39.974399667359201 ], [ -75.207840271567207, 39.974619923118503 ], [ -75.207834554317699, 39.974628838927998 ], [ -75.207729042746905, 39.974793323047898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3816 W GIRARD AVE", "addr_range": "3810-3816 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1704, "objectid": 3537, "Shape__Area": 270.03515625, "Shape__Length": 97.455575849364408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1999774029197, 39.974167964916603 ], [ -75.200033933028394, 39.974456989560103 ], [ -75.200090872152998, 39.974449969165697 ], [ -75.2000338455708, 39.974162433696698 ], [ -75.1999774029197, 39.974167964916603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4125 LEIDY AVE", "addr_range": "4123-4147 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2628, "objectid": 3538, "Shape__Area": 416.34375, "Shape__Length": 140.21678512530815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207455151021506, 39.974691117865603 ], [ -75.2075086506037, 39.974710985516701 ], [ -75.207614396713296, 39.974546941970701 ], [ -75.207620470897098, 39.974537501586802 ], [ -75.207761516086293, 39.974318691336798 ], [ -75.207709088692795, 39.974299251201202 ], [ -75.207567554708106, 39.974517663128999 ], [ -75.207561352272506, 39.974527213294003 ], [ -75.207455151021506, 39.974691117865603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4127 LEIDY AVE", "addr_range": "4123-4147 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2726, "objectid": 3539, "Shape__Area": 431.8671875, "Shape__Length": 140.72259361023563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2075086506037, 39.974710985516701 ], [ -75.207563610863303, 39.974731627930701 ], [ -75.207669322598505, 39.9745673736412 ], [ -75.207675306538505, 39.974558060098602 ], [ -75.207816231174405, 39.974339119171198 ], [ -75.207761516086293, 39.974318691336798 ], [ -75.207620470897098, 39.974537501586802 ], [ -75.207614396713296, 39.974546941970701 ], [ -75.2075086506037, 39.974710985516701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "716 N 42ND ST", "addr_range": "712-732 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1230, "objectid": 3540, "Shape__Area": 194.859375, "Shape__Length": 75.887777401350476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207765013219301, 39.965180496749298 ], [ -75.207480754625095, 39.965202358947302 ], [ -75.207488247550501, 39.965243968432098 ], [ -75.207772763869798, 39.965222483135499 ], [ -75.207765013219301, 39.965180496749298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4123 LEIDY AVE", "addr_range": "4123-4147 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2458, "objectid": 3541, "Shape__Area": 389.37890625, "Shape__Length": 139.45556316402053 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207408468966193, 39.974673802417897 ], [ -75.207455151021506, 39.974691117865603 ], [ -75.207561352272506, 39.974527213294003 ], [ -75.207567554708106, 39.974517663128999 ], [ -75.207709088692795, 39.974299251201202 ], [ -75.207659603992099, 39.974280132121102 ], [ -75.207518193240304, 39.974499159402903 ], [ -75.207511965491307, 39.974508822531 ], [ -75.207406029588995, 39.974672894217797 ], [ -75.207408468966193, 39.974673802417897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "820 N 42ND ST", "addr_range": "820-830 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 791, "objectid": 3542, "Shape__Area": 125.38671875, "Shape__Length": 56.571520873359837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208075657342107, 39.967468917182501 ], [ -75.207872478013499, 39.967491545071198 ], [ -75.207879708075893, 39.967528989663101 ], [ -75.208081580337193, 39.967506590489997 ], [ -75.208075657342107, 39.967468917182501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4301 MANTUA AVE", "addr_range": "4301-4305 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1562, "objectid": 3543, "Shape__Area": 247.5390625, "Shape__Length": 90.701455466041992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211322012313303, 39.972693335931098 ], [ -75.211376199418396, 39.972708236262299 ], [ -75.211485395864599, 39.9724526581833 ], [ -75.211431880059905, 39.9724388206157 ], [ -75.211322012313303, 39.972693335931098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3812 W GIRARD AVE", "addr_range": "3810-3816 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1613, "objectid": 3544, "Shape__Area": 255.5859375, "Shape__Length": 96.818728880505603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199866865136102, 39.974180694043703 ], [ -75.199921065598502, 39.974469247113198 ], [ -75.199976573933597, 39.974462968041998 ], [ -75.199918472506397, 39.974174440940601 ], [ -75.199866865136102, 39.974180694043703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4133 LEIDY AVE", "addr_range": "4123-4147 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2683, "objectid": 3545, "Shape__Area": 424.98828125, "Shape__Length": 140.82293893490194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207674718429303, 39.974773647164497 ], [ -75.207729042746905, 39.974793323047898 ], [ -75.207834554317699, 39.974628838927998 ], [ -75.207840271567207, 39.974619923118503 ], [ -75.207981558853305, 39.974399667359201 ], [ -75.207927786164902, 39.974379809193003 ], [ -75.207786447621004, 39.974599741194702 ], [ -75.207780640094498, 39.974608784746103 ], [ -75.207674718429303, 39.974773647164497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3814 W GIRARD AVE", "addr_range": "3810-3816 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1750, "objectid": 3546, "Shape__Area": 277.28515625, "Shape__Length": 97.932986747043628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199918472506397, 39.974174440940601 ], [ -75.199976573933597, 39.974462968041998 ], [ -75.200033933028394, 39.974456989560103 ], [ -75.1999774029197, 39.974167964916603 ], [ -75.199918472506397, 39.974174440940601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "950 N 43RD ST", "addr_range": "946-952 N 43RD ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1093, "objectid": 3547, "Shape__Area": 173.15234375, "Shape__Length": 70.578461048704241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210491937802402, 39.971129922105902 ], [ -75.210479039366703, 39.971131378284099 ], [ -75.210486453572798, 39.971171808159298 ], [ -75.210733328997705, 39.971143468663001 ], [ -75.210747700743497, 39.971141820709697 ], [ -75.210740265352101, 39.971101953512203 ], [ -75.210726042827602, 39.9711035570135 ], [ -75.210491937802402, 39.971129922105902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4241 FAIRMOUNT AVE", "addr_range": "4241-4243 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1193, "objectid": 3548, "Shape__Area": 188.953125, "Shape__Length": 76.151244413763877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208701433344203, 39.9647565502666 ], [ -75.208733061794305, 39.964976750418302 ], [ -75.208785649336207, 39.964972128905401 ], [ -75.208753491771503, 39.964751513403499 ], [ -75.208711946889693, 39.964755524428902 ], [ -75.208701433344203, 39.9647565502666 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1114 N 39TH ST", "addr_range": "1114-1124 N 39TH ST; 3910 CAMBRIDGE ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1215, "objectid": 3549, "Shape__Area": 192.44921875, "Shape__Length": 79.20552374199724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201669701399396, 39.973410683157901 ], [ -75.201670008621704, 39.973412576684403 ], [ -75.201936000608299, 39.973384889410497 ], [ -75.2019423733922, 39.973384240737602 ], [ -75.201936006786994, 39.973346169772903 ], [ -75.201960967652198, 39.973343193892802 ], [ -75.201960208593206, 39.9733394216506 ], [ -75.201928597551202, 39.973342636393298 ], [ -75.201662943544704, 39.9733696535965 ], [ -75.201669701399396, 39.973410683157901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4139 LEIDY AVE", "addr_range": "4123-4147 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2562, "objectid": 3550, "Shape__Area": 405.84765625, "Shape__Length": 140.88277058771922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207833181474797, 39.974831737795 ], [ -75.207885106651702, 39.974851184758201 ], [ -75.208133272497605, 39.974452837266298 ], [ -75.208082933412697, 39.974434136435001 ], [ -75.207833181474797, 39.974831737795 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4211 OTTER ST", "addr_range": "4211 OTTER ST; 936 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1738, "objectid": 3551, "Shape__Area": 275.265625, "Shape__Length": 78.37905401600699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208880796099905, 39.971102523622797 ], [ -75.208916713535999, 39.971301702689601 ], [ -75.208998078053199, 39.971292430247601 ], [ -75.208961368563905, 39.971087527621798 ], [ -75.208879823731294, 39.971097150133502 ], [ -75.208880796099905, 39.971102523622797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4140 WESTMINSTER AVE", "addr_range": "4140-4142 WESTMINSTER AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1318, "objectid": 3552, "Shape__Area": 208.8046875, "Shape__Length": 88.720587494675698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207498441205601, 39.9697551721748 ], [ -75.207545122878102, 39.970021518607197 ], [ -75.207593643009801, 39.970015920842897 ], [ -75.207545097177601, 39.969750161128601 ], [ -75.207498441205601, 39.9697551721748 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4221 BROWN ST", "addr_range": "4234-4240 LANCASTER AVE; 4215-4223 BROWN ST", "zipcode": 19104, "district": "3", "year": "2003", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1110, "objectid": 3553, "Shape__Area": 175.8125, "Shape__Length": 66.667646286237144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209453443881401, 39.967011039623898 ], [ -75.209476027361404, 39.967194207124699 ], [ -75.209535021774201, 39.967190274898201 ], [ -75.209511954932495, 39.967006564217797 ], [ -75.209453443881401, 39.967011039623898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4219 BROWN ST", "addr_range": "4234-4240 LANCASTER AVE; 4215-4223 BROWN ST", "zipcode": 19104, "district": "3", "year": "2003", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1077, "objectid": 3554, "Shape__Area": 170.640625, "Shape__Length": 65.50509869485289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209396583663406, 39.967015051497 ], [ -75.2094169994933, 39.967189546619302 ], [ -75.2094299065554, 39.967197296311099 ], [ -75.209476027361404, 39.967194207124699 ], [ -75.209453443881401, 39.967011039623898 ], [ -75.209396583663406, 39.967015051497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4142 WESTMINSTER AVE", "addr_range": "4140-4142 WESTMINSTER AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1379, "objectid": 3555, "Shape__Area": 218.421875, "Shape__Length": 91.549166737272742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207543396942995, 39.969740741310297 ], [ -75.207545097177601, 39.969750161128601 ], [ -75.207593643009801, 39.970015920842897 ], [ -75.207641966928605, 39.970010559278599 ], [ -75.207591259636899, 39.969735370453101 ], [ -75.207543396942995, 39.969740741310297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4217 BROWN ST", "addr_range": "4234-4240 LANCASTER AVE; 4215-4223 BROWN ST", "zipcode": 19104, "district": "3", "year": "2003", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 904, "objectid": 3556, "Shape__Area": 143.28125, "Shape__Length": 60.022841981519257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209338684711099, 39.967019910710199 ], [ -75.209356486175807, 39.967154502016697 ], [ -75.2094169994933, 39.967189546619302 ], [ -75.209396583663406, 39.967015051497 ], [ -75.209338684711099, 39.967019910710199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "916 N 43RD ST", "addr_range": "916-918, 920-922 N 43RD ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1206, "objectid": 3557, "Shape__Area": 190.99609375, "Shape__Length": 74.999999169586005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210306986856196, 39.970227644817498 ], [ -75.210314552486196, 39.9702690619553 ], [ -75.210583785816794, 39.970239429208497 ], [ -75.210593840398303, 39.970238329052002 ], [ -75.210586487037304, 39.970196836444799 ], [ -75.210576306693298, 39.970197949134302 ], [ -75.210306986856196, 39.970227644817498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4020 W GIRARD AVE", "addr_range": "4020-4026 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2280, "objectid": 3558, "Shape__Area": 361.2109375, "Shape__Length": 107.1088185393517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205101123778604, 39.973580279708401 ], [ -75.205029705830697, 39.973587385099002 ], [ -75.205031756598899, 39.973598069633397 ], [ -75.205089722233893, 39.973898599246503 ], [ -75.205159171771598, 39.973890903249199 ], [ -75.205101123778604, 39.973580279708401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6034 REGENT ST", "addr_range": "6034-6036 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 938, "objectid": 3559, "Shape__Area": 148.45703125, "Shape__Length": 58.721167565664814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231663892577501, 39.932596203001701 ], [ -75.231802107554302, 39.932712669881802 ], [ -75.231807868294396, 39.932708622057099 ], [ -75.231844887593795, 39.932682676211201 ], [ -75.231707106832005, 39.932565766617302 ], [ -75.231663892577501, 39.932596203001701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6082 UPLAND ST", "addr_range": "6076-6082 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 844, "objectid": 3560, "Shape__Area": 133.51171875, "Shape__Length": 58.194578018166531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230924776198094, 39.9305272963325 ], [ -75.230887256689499, 39.930553213757499 ], [ -75.231027271677206, 39.9306735117298 ], [ -75.231065728124094, 39.930646597612899 ], [ -75.230924776198094, 39.9305272963325 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6003 REINHARD ST", "addr_range": "6001-6003 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 932, "objectid": 3561, "Shape__Area": 147.5390625, "Shape__Length": 59.433667883583631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229940052723407, 39.932119852215003 ], [ -75.230080950494397, 39.932240089613998 ], [ -75.230123077354506, 39.9322107750897 ], [ -75.230056496173901, 39.932154215220301 ], [ -75.229982128612903, 39.932091343916198 ], [ -75.229940052723407, 39.932119852215003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6065 REINHARD ST", "addr_range": "6063-6067 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 922, "objectid": 3562, "Shape__Area": 145.87109375, "Shape__Length": 59.842894453249947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231209103684094, 39.931229371615899 ], [ -75.231351296795907, 39.9313523091555 ], [ -75.231392020135203, 39.931323287723302 ], [ -75.231249867169396, 39.931201540432099 ], [ -75.231209103684094, 39.931229371615899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6067 REINHARD ST", "addr_range": "6063-6067 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 923, "objectid": 3563, "Shape__Area": 146.03125, "Shape__Length": 59.867700254187028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231249867169396, 39.931201540432099 ], [ -75.231392020135203, 39.931323287723302 ], [ -75.231432292186497, 39.931295421355401 ], [ -75.231290607473994, 39.931172028366198 ], [ -75.231249867169396, 39.931201540432099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6176 REINHARD ST", "addr_range": "6154-6176 REINHARD ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 901, "objectid": 3564, "Shape__Area": 142.5625, "Shape__Length": 60.737335263226512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233076445953799, 39.929523613414901 ], [ -75.233070355464406, 39.929528073922903 ], [ -75.2330657274956, 39.929531470017203 ], [ -75.233081128555796, 39.929544752652099 ], [ -75.233087117423906, 39.929549799930399 ], [ -75.233126731869604, 39.929583165605798 ], [ -75.233144834341701, 39.929598684327601 ], [ -75.233170933155705, 39.929619872817703 ], [ -75.233207192695403, 39.9296499744054 ], [ -75.233214502907302, 39.929656695894998 ], [ -75.233252429087798, 39.929629334257498 ], [ -75.233250013436901, 39.929627282833202 ], [ -75.233232536001196, 39.929612456296198 ], [ -75.233225000687995, 39.929606314614198 ], [ -75.233202109612094, 39.929587657156901 ], [ -75.233197278347205, 39.929583521870804 ], [ -75.233164788436298, 39.929555696036402 ], [ -75.233138760522095, 39.929533415290699 ], [ -75.233104816970794, 39.929504361011503 ], [ -75.233076445953799, 39.929523613414901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6032 TRINITY ST", "addr_range": "6032 TRINITY ST", "zipcode": 19142, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 878, "objectid": 3565, "Shape__Area": 138.99609375, "Shape__Length": 56.251286823058784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232526458068506, 39.933313791648999 ], [ -75.232656692163303, 39.933425344802899 ], [ -75.232698341041797, 39.933395905324403 ], [ -75.232569455264297, 39.933283592541898 ], [ -75.232526458068506, 39.933313791648999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1613 S 24TH ST", "addr_range": "1613 S 24TH ST", "zipcode": 19145, "district": "2", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1007, "objectid": 3566, "Shape__Area": 159.421875, "Shape__Length": 63.17256946763456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1844534310505, 39.9321898882393 ], [ -75.184443793942094, 39.932232712124097 ], [ -75.184667383646499, 39.932263167422597 ], [ -75.184677018259706, 39.932220375001798 ], [ -75.1844534310505, 39.9321898882393 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3150 TASKER ST", "addr_range": "3150 TASKER ST", "zipcode": 19145, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1041, "objectid": 3567, "Shape__Area": 164.70703125, "Shape__Length": 64.147927953793385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197460987942407, 39.933989444839 ], [ -75.197420553998995, 39.9341633951747 ], [ -75.197478219848506, 39.934171287533196 ], [ -75.1975168822282, 39.9339970724998 ], [ -75.197460987942407, 39.933989444839 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1900-02 POINT BREEZE AVE", "addr_range": "1900-02 POINT BREEZE AVE", "zipcode": 19145, "district": "2", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1399, "objectid": 3568, "Shape__Area": 221.42578125, "Shape__Length": 76.692116315751917 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185039520807905, 39.928806245308998 ], [ -75.185326704646002, 39.928842892819503 ], [ -75.185327275985998, 39.928839940371901 ], [ -75.185114819416995, 39.928722848874997 ], [ -75.185039520807905, 39.928806245308998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2725 N GRATZ ST", "addr_range": "2725-2729 N GRATZ ST", "zipcode": 19132, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1042, "objectid": 3569, "Shape__Area": 165.20703125, "Shape__Length": 59.945897870777721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161737848357305, 39.995706345615403 ], [ -75.161548026092603, 39.995777199234197 ], [ -75.161545438694404, 39.995788989249398 ], [ -75.161716610935798, 39.995810951338697 ], [ -75.161737848357305, 39.995706345615403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2522 N 19TH ST", "addr_range": "2522 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1063, "objectid": 3570, "Shape__Area": 168.50390625, "Shape__Length": 66.820530420798264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163395321188005, 39.9924745547534 ], [ -75.163385025986301, 39.992473065835803 ], [ -75.163155029916993, 39.992439672768 ], [ -75.163145605727806, 39.992482386562401 ], [ -75.163376067585403, 39.992514564761301 ], [ -75.163385948586395, 39.992515948837998 ], [ -75.163387901287194, 39.9925054023049 ], [ -75.163395321188005, 39.9924745547534 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2247 PALETHORP ST", "addr_range": "2243-2249 PALETHORP ST", "zipcode": 19133, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 543, "objectid": 3571, "Shape__Area": 86.03515625, "Shape__Length": 45.353739379473929 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135529113750906, 39.984730005501604 ], [ -75.135686330085406, 39.984751027957401 ], [ -75.135694496697596, 39.984719102385299 ], [ -75.135535932477097, 39.9846966139024 ], [ -75.135529113750906, 39.984730005501604 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2245 PALETHORP ST", "addr_range": "2243-2249 PALETHORP ST", "zipcode": 19133, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 544, "objectid": 3572, "Shape__Area": 86.2734375, "Shape__Length": 45.433607325822116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135535932477097, 39.9846966139024 ], [ -75.135694496697596, 39.984719102385299 ], [ -75.1357002189486, 39.984686929215002 ], [ -75.135543110131096, 39.984663087216397 ], [ -75.135535932477097, 39.9846966139024 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2249 PALETHORP ST", "addr_range": "2243-2249 PALETHORP ST", "zipcode": 19133, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 543, "objectid": 3573, "Shape__Area": 86.0546875, "Shape__Length": 45.298483712444707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1355212569012, 39.984762097601497 ], [ -75.135679156901901, 39.984784409687798 ], [ -75.135686330085406, 39.984751027957401 ], [ -75.135529113750906, 39.984730005501604 ], [ -75.1355212569012, 39.984762097601497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2243 PALETHORP ST", "addr_range": "2243-2249 PALETHORP ST", "zipcode": 19133, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 514, "objectid": 3574, "Shape__Area": 81.5703125, "Shape__Length": 44.867428329762944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135543110131096, 39.984663087216397 ], [ -75.1357002189486, 39.984686929215002 ], [ -75.135707694500994, 39.9846549725833 ], [ -75.135549413515193, 39.984633071727899 ], [ -75.135543110131096, 39.984663087216397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1609 N 27TH ST", "addr_range": "1607-1609, 1613 N 27TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 551, "objectid": 3575, "Shape__Area": 87.37109375, "Shape__Length": 40.851136757687264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178888407850806, 39.980239059693098 ], [ -75.179015697096304, 39.980254694933102 ], [ -75.179023801588897, 39.980213335370799 ], [ -75.178897003705003, 39.980197438140003 ], [ -75.178888407850806, 39.980239059693098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1607 N 27TH ST", "addr_range": "1607-1609, 1613 N 27TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 539, "objectid": 3576, "Shape__Area": 85.484375, "Shape__Length": 40.573828202397813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178897003705003, 39.980197438140003 ], [ -75.179023801588897, 39.980213335370799 ], [ -75.179032336137993, 39.980172743192902 ], [ -75.178905307794906, 39.9801568408067 ], [ -75.178897003705003, 39.980197438140003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1613 N 27TH ST", "addr_range": "1607-1609, 1613 N 27TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1285, "objectid": 3577, "Shape__Area": 203.62109375, "Shape__Length": 81.506829016911752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1786853370117, 39.980313963839997 ], [ -75.178995357126794, 39.980351989073299 ], [ -75.179003375989893, 39.980312304375701 ], [ -75.178693834501104, 39.980274387193099 ], [ -75.1786853370117, 39.980313963839997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1910 N ORIANNA ST", "addr_range": "1910 N ORIANNA", "zipcode": 19122, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 921, "objectid": 3578, "Shape__Area": 145.95703125, "Shape__Length": 54.837528610916188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140505375412701, 39.979925846564903 ], [ -75.140683869698705, 39.979950200665598 ], [ -75.140695222895403, 39.979901195383803 ], [ -75.140516603488194, 39.979876839353899 ], [ -75.140505375412701, 39.979925846564903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1944 N 3RD ST", "addr_range": "1938-1946, 1950-1956 N 3RD ST", "zipcode": 19122, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 750, "objectid": 3579, "Shape__Area": 118.828125, "Shape__Length": 54.435894506747545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1399033796298, 39.980457140218199 ], [ -75.140095895083107, 39.980483071023997 ], [ -75.140104335261697, 39.980446122805297 ], [ -75.139911909187305, 39.980420032761003 ], [ -75.1399033796298, 39.980457140218199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1956 N 3RD ST", "addr_range": "1938-1946, 1950-1956 N 3RD ST", "zipcode": 19122, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 746, "objectid": 3580, "Shape__Area": 118.2421875, "Shape__Length": 54.308855673799776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139854034637906, 39.980678973357698 ], [ -75.140046352297304, 39.980704642041403 ], [ -75.140054070012198, 39.980667934186499 ], [ -75.139862318847705, 39.9806416990399 ], [ -75.139854034637906, 39.980678973357698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1938 N 3RD ST", "addr_range": "1938-1946, 1950-1956 N 3RD ST", "zipcode": 19122, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 795, "objectid": 3581, "Shape__Area": 126.04296875, "Shape__Length": 55.117595277326252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139929414410801, 39.980344022341299 ], [ -75.140121326602596, 39.980370922407403 ], [ -75.140130656039403, 39.980331527409803 ], [ -75.139937770981902, 39.980304862923198 ], [ -75.139929414410801, 39.980344022341299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1952 N 3RD ST", "addr_range": "1938-1946, 1950-1956 N 3RD ST", "zipcode": 19122, "district": "7", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 720, "objectid": 3582, "Shape__Area": 114.08984375, "Shape__Length": 53.861077785524941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139871415898398, 39.980601315758101 ], [ -75.140063312058501, 39.980627554189503 ], [ -75.140071280689398, 39.980591417882501 ], [ -75.1398798316512, 39.980566042900101 ], [ -75.139871415898398, 39.980601315758101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5616 BEAUMONT ST", "addr_range": "5616 BEAUMONT ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Summer", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 931, "objectid": 3583, "Shape__Area": 147.32421875, "Shape__Length": 57.907192679436683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229343945736503, 39.940180129111802 ], [ -75.229348762477699, 39.940184070514398 ], [ -75.229480770586704, 39.940292603583003 ], [ -75.2294888321331, 39.940287009852597 ], [ -75.229523960076904, 39.940262425938101 ], [ -75.229392925032499, 39.940153093495297 ], [ -75.229387805702999, 39.9401488210857 ], [ -75.229343945736503, 39.940180129111802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5742 FLORENCE AVE", "addr_range": "5740-5742 FLORENCE AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Summer", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1551, "objectid": 3584, "Shape__Area": 245.4453125, "Shape__Length": 90.635044423697849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231678503499694, 39.939008150938299 ], [ -75.231713195602794, 39.939036574162998 ], [ -75.231717180187502, 39.939039820545098 ], [ -75.231724232336504, 39.939045601209102 ], [ -75.231773404855801, 39.939087882530501 ], [ -75.231822902984405, 39.939130443980503 ], [ -75.231872422193206, 39.939173006771497 ], [ -75.231912827698196, 39.939207745217402 ], [ -75.231955475189096, 39.939177457488299 ], [ -75.231950343561905, 39.939172977695698 ], [ -75.231900712647402, 39.939131185542003 ], [ -75.231851452376503, 39.939089532147499 ], [ -75.231801993765998, 39.939048178912799 ], [ -75.231753866690198, 39.939007629747898 ], [ -75.231720159295094, 39.938979229057303 ], [ -75.231691357066694, 39.9389992294808 ], [ -75.231678503499694, 39.939008150938299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2220 DIAMOND ST", "addr_range": "2220-2234 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1174, "objectid": 3585, "Shape__Area": 186.140625, "Shape__Length": 72.700674508897052 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170597315579798, 39.986236483657599 ], [ -75.170542166177697, 39.986229149755196 ], [ -75.170496483967298, 39.986433812755898 ], [ -75.170550457242499, 39.986441215751398 ], [ -75.170597315579798, 39.986236483657599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1943 N 19TH ST", "addr_range": "1927-1945 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1620, "objectid": 3586, "Shape__Area": 256.72265625, "Shape__Length": 86.147316602707875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164540760905098, 39.983833774844797 ], [ -75.164858459360801, 39.983877298202003 ], [ -75.164868621827097, 39.983828329868402 ], [ -75.164550747904798, 39.983785575652597 ], [ -75.164540760905098, 39.983833774844797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1929 N 19TH ST", "addr_range": "1927-1945 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1437, "objectid": 3587, "Shape__Area": 227.6875, "Shape__Length": 84.51922597211248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164612129712296, 39.983495931328797 ], [ -75.164930408228301, 39.983538483680299 ], [ -75.164938915514398, 39.983496102325198 ], [ -75.164621799343607, 39.983452158879899 ], [ -75.164612129712296, 39.983495931328797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2232 DIAMOND ST", "addr_range": "2220-2234 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1224, "objectid": 3588, "Shape__Area": 193.984375, "Shape__Length": 72.812406378211733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170826679439401, 39.986477550546702 ], [ -75.1708842657671, 39.986485245413299 ], [ -75.170930333872406, 39.986282574086196 ], [ -75.170873285537695, 39.986274473258298 ], [ -75.170826679439401, 39.986477550546702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1937 N 19TH ST", "addr_range": "1927-1945 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1642, "objectid": 3589, "Shape__Area": 260.15625, "Shape__Length": 86.457827624340155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164571498166694, 39.983686907075501 ], [ -75.164890191580795, 39.9837296292459 ], [ -75.164900549229998, 39.983680455370099 ], [ -75.164582060588799, 39.983637898216998 ], [ -75.164571498166694, 39.983686907075501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2228 DIAMOND ST", "addr_range": "2220-2234 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1158, "objectid": 3590, "Shape__Area": 183.546875, "Shape__Length": 72.280982481934728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170716649772402, 39.986462940351501 ], [ -75.170771569418406, 39.986470284319402 ], [ -75.170816085448394, 39.986266482519198 ], [ -75.170762839372401, 39.986259272586999 ], [ -75.170716649772402, 39.986462940351501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1933 N 19TH ST", "addr_range": "1927-1945 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1633, "objectid": 3591, "Shape__Area": 258.80859375, "Shape__Length": 86.16924458718492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164593080182399, 39.983588417613397 ], [ -75.164910101181306, 39.983631554373602 ], [ -75.164920607488895, 39.983582351408401 ], [ -75.164603051367394, 39.983539524279898 ], [ -75.164593080182399, 39.983588417613397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2224 DIAMOND ST", "addr_range": "2220-2234 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1194, "objectid": 3592, "Shape__Area": 189.18359375, "Shape__Length": 72.79897466632174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170652289124405, 39.986244037933602 ], [ -75.170606096436998, 39.986448333597998 ], [ -75.170662032688099, 39.986455957254996 ], [ -75.170707448086006, 39.986251645004501 ], [ -75.170652289124405, 39.986244037933602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1941 N 19TH ST", "addr_range": "1927-1945 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1635, "objectid": 3593, "Shape__Area": 259.0546875, "Shape__Length": 86.289730298868747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164550747904798, 39.983785575652597 ], [ -75.164868621827097, 39.983828329868402 ], [ -75.164879389218498, 39.983779439132 ], [ -75.164561371696394, 39.983736586198397 ], [ -75.164550747904798, 39.983785575652597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1824 N 21ST ST", "addr_range": "1816-1824 N 21ST ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1418, "objectid": 3594, "Shape__Area": 224.65625, "Shape__Length": 80.78657670021677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168905745306304, 39.9823752064868 ], [ -75.168917337462901, 39.982376740328299 ], [ -75.1692044533564, 39.9824159842154 ], [ -75.169213857602003, 39.982370883692703 ], [ -75.168928317913696, 39.982331529309398 ], [ -75.168915782576093, 39.982329973355597 ], [ -75.168905745306304, 39.9823752064868 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1822 N 21ST ST", "addr_range": "1816-1824 N 21ST ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1371, "objectid": 3595, "Shape__Area": 217.22265625, "Shape__Length": 80.373766719499429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168915782576093, 39.982329973355597 ], [ -75.168928317913696, 39.982331529309398 ], [ -75.169213857602003, 39.982370883692703 ], [ -75.169223615660002, 39.982326951631897 ], [ -75.168936181091894, 39.982287812343301 ], [ -75.168925050678794, 39.982286271768601 ], [ -75.168915782576093, 39.982329973355597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1853 N 21ST ST", "addr_range": "1851-1853 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 884, "objectid": 3596, "Shape__Area": 140.0703125, "Shape__Length": 56.319158935312636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168413141475497, 39.982912764259197 ], [ -75.168604789057696, 39.982939916679499 ], [ -75.168614464598406, 39.9828959494671 ], [ -75.168434456032401, 39.9828707671928 ], [ -75.168422534555503, 39.982869113269601 ], [ -75.168413141475497, 39.982912764259197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1851 N 21ST ST", "addr_range": "1851-1853 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 872, "objectid": 3597, "Shape__Area": 138.296875, "Shape__Length": 56.115115920228597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168432401948195, 39.982825586476402 ], [ -75.168422534555503, 39.982869113269601 ], [ -75.168434456032401, 39.9828707671928 ], [ -75.168614485663099, 39.982895949940897 ], [ -75.1686229960779, 39.9828523448585 ], [ -75.168443835576397, 39.982827471797997 ], [ -75.168432401948195, 39.982825586476402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2225 FONTAIN ST", "addr_range": "2225 FONTAIN ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 983, "objectid": 3598, "Shape__Area": 155.78515625, "Shape__Length": 62.124266375395941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170654278288197, 39.9862297520162 ], [ -75.1707109327415, 39.986237150322196 ], [ -75.170747974211196, 39.986069659904999 ], [ -75.170691724259399, 39.986062624802997 ], [ -75.170672013670398, 39.986152855340698 ], [ -75.170673118322199, 39.986160747816697 ], [ -75.170666084658393, 39.986178755981499 ], [ -75.170654278288197, 39.9862297520162 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2041 N WOODSTOCK ST", "addr_range": "2037-2047 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 833, "objectid": 3599, "Shape__Area": 132.05078125, "Shape__Length": 56.30376900848907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166591994117098, 39.985527574402703 ], [ -75.166788339560995, 39.985553125322703 ], [ -75.166797583685295, 39.985512873316999 ], [ -75.166600658292296, 39.985487113835902 ], [ -75.166591994117098, 39.985527574402703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2026 N 18TH ST", "addr_range": "2026 N 18TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 979, "objectid": 3600, "Shape__Area": 155.1640625, "Shape__Length": 60.83099092656051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163230859513604, 39.984706373395099 ], [ -75.163443339344298, 39.984734084986897 ], [ -75.1634455110255, 39.984726024787903 ], [ -75.163452648736197, 39.984689400779601 ], [ -75.163240803689504, 39.984663170363099 ], [ -75.163230859513604, 39.984706373395099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2022 W NORRIS ST", "addr_range": "2022-2024 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1084, "objectid": 3601, "Shape__Area": 171.83984375, "Shape__Length": 68.953494028243995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167221274756201, 39.984277185778197 ], [ -75.167223157129001, 39.984268990162299 ], [ -75.167169200296897, 39.984261762524099 ], [ -75.167167360110199, 39.984269926652097 ], [ -75.167125634769604, 39.984454607468997 ], [ -75.167178632917398, 39.984461700021797 ], [ -75.167221274756201, 39.984277185778197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1942 DIAMOND ST", "addr_range": "1940-1944 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1257, "objectid": 3602, "Shape__Area": 199.2890625, "Shape__Length": 76.141104368361255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165866194924902, 39.985836096778002 ], [ -75.165922030733, 39.985842979871897 ], [ -75.165967528644799, 39.985626983072301 ], [ -75.165912265016104, 39.985619935379198 ], [ -75.165866194924902, 39.985836096778002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2220 PAGE ST", "addr_range": "2220-2222 PAGE ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 986, "objectid": 3603, "Shape__Area": 156.3671875, "Shape__Length": 63.166301872072722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170709564145398, 39.985468705450998 ], [ -75.170764475054895, 39.985476258279498 ], [ -75.170801184709603, 39.985303118249497 ], [ -75.170747228176396, 39.985296377072103 ], [ -75.170709564145398, 39.985468705450998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2004 N 18TH ST", "addr_range": "2004 N 18TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 930, "objectid": 3604, "Shape__Area": 147.41796875, "Shape__Length": 60.687930132895559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163326740953806, 39.984243380485999 ], [ -75.163542201669699, 39.984270932955603 ], [ -75.163550755451197, 39.984230616056699 ], [ -75.163336560182799, 39.984201271168203 ], [ -75.163326740953806, 39.984243380485999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2037 N 18TH ST", "addr_range": "2037 N 18TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1048, "objectid": 3605, "Shape__Area": 166.078125, "Shape__Length": 70.26399367914776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162694389781095, 39.985133030482302 ], [ -75.162955686848704, 39.985166469260399 ], [ -75.162963965190897, 39.985127952724397 ], [ -75.162702332639498, 39.985095053315497 ], [ -75.162694389781095, 39.985133030482302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2043 N WOODSTOCK ST", "addr_range": "2037-2047 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 842, "objectid": 3606, "Shape__Area": 133.45703125, "Shape__Length": 56.366389096532536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166583331477298, 39.985568548582002 ], [ -75.166779535610502, 39.985593968389402 ], [ -75.166788339560995, 39.985553125322703 ], [ -75.166591994117098, 39.985527574402703 ], [ -75.166583331477298, 39.985568548582002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2040 N 18TH ST", "addr_range": "2040-2042 N 18TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1116, "objectid": 3607, "Shape__Area": 176.859375, "Shape__Length": 68.590891582634697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163142030497298, 39.985120069345101 ], [ -75.163390856271704, 39.985151985333502 ], [ -75.163399715587602, 39.985109740847598 ], [ -75.163153219260195, 39.985076636680503 ], [ -75.163142030497298, 39.985120069345101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2037 N WOODSTOCK ST", "addr_range": "2037-2047 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 814, "objectid": 3608, "Shape__Area": 129.0234375, "Shape__Length": 56.010693713010014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166609665412395, 39.985445889719401 ], [ -75.166805988294399, 39.9854714734441 ], [ -75.166814310689901, 39.985432296325698 ], [ -75.166617741605705, 39.985406013289598 ], [ -75.166609665412395, 39.985445889719401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2022 N LAMBERT ST", "addr_range": "2020-2024 N LAMBERT ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 884, "objectid": 3609, "Shape__Area": 140.07421875, "Shape__Length": 57.859451654854595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167556386013501, 39.985354663451197 ], [ -75.167758385056999, 39.985380339926202 ], [ -75.167767235190894, 39.985338789639599 ], [ -75.167565567065395, 39.985312699849501 ], [ -75.167556386013501, 39.985354663451197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2020 N LAMBERT ST", "addr_range": "2020-2024 N LAMBERT ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 841, "objectid": 3610, "Shape__Area": 133.28515625, "Shape__Length": 57.263495131205829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167565567065395, 39.985312699849501 ], [ -75.167767235190894, 39.985338789639599 ], [ -75.167775802503698, 39.985299779256202 ], [ -75.167574208883295, 39.985272256739997 ], [ -75.167565567065395, 39.985312699849501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2031 N 18TH ST", "addr_range": "2031-2033 N 18TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1129, "objectid": 3611, "Shape__Area": 178.91796875, "Shape__Length": 73.898043237549246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162718669084001, 39.985010003474002 ], [ -75.162981977429098, 39.9850434875434 ], [ -75.162989686021106, 39.985004522071598 ], [ -75.1627128454016, 39.984969265200696 ], [ -75.162705248703503, 39.985008056580803 ], [ -75.162718669084001, 39.985010003474002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "722 W YORK ST", "addr_range": "716-722 W YORK ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1741, "objectid": 3612, "Shape__Area": 275.99609375, "Shape__Length": 81.42029157836275 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145669434002301, 39.9878775727502 ], [ -75.145604162358296, 39.987786801377197 ], [ -75.145600091963303, 39.9877864026667 ], [ -75.145549802038403, 39.988017921356601 ], [ -75.145634590617604, 39.988028342865498 ], [ -75.145669434002301, 39.9878775727502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "645 W CUMBERLAND ST", "addr_range": "641-647 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 899, "objectid": 3613, "Shape__Area": 142.53515625, "Shape__Length": 60.363943443313211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144235486878301, 39.989683922702604 ], [ -75.144286327134495, 39.989690525382002 ], [ -75.144321922160401, 39.9895291505198 ], [ -75.144322862024495, 39.9895248352408 ], [ -75.144271520937806, 39.989518222105701 ], [ -75.144270712452894, 39.9895218303622 ], [ -75.1442370102003, 39.989670996093402 ], [ -75.144235486878301, 39.989683922702604 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2212 N 11TH ST", "addr_range": "2204-2212 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1082, "objectid": 3614, "Shape__Area": 171.484375, "Shape__Length": 67.788530870993966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150926192811596, 39.985994218657503 ], [ -75.151171554138699, 39.9860260250666 ], [ -75.151180819266699, 39.985984152749403 ], [ -75.150935467286601, 39.985952075361602 ], [ -75.150926192811596, 39.985994218657503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2208 N 11TH ST", "addr_range": "2204-2212 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1074, "objectid": 3615, "Shape__Area": 170.19140625, "Shape__Length": 67.713871220238417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150954528496399, 39.9858684815391 ], [ -75.1509446366303, 39.985909893643502 ], [ -75.151190633786698, 39.985941881105802 ], [ -75.151199544185403, 39.985900003458298 ], [ -75.150954528496399, 39.9858684815391 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1221 W SUSQUEHANNA AVE", "addr_range": "1219-1221 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1255, "objectid": 3616, "Shape__Area": 198.98828125, "Shape__Length": 74.063860841673616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153091104733306, 39.986187579024197 ], [ -75.153150541958496, 39.986195677916101 ], [ -75.153196252695196, 39.985988329943197 ], [ -75.153140193668705, 39.985981274300599 ], [ -75.153091104733306, 39.986187579024197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "626 W CUMBERLAND ST", "addr_range": "626-630 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1109, "objectid": 3617, "Shape__Area": 175.7421875, "Shape__Length": 74.692162756659982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143873103628295, 39.989111496979497 ], [ -75.143824177238997, 39.989104727625602 ], [ -75.143777259095998, 39.989320878740301 ], [ -75.143826025153899, 39.9893274345322 ], [ -75.143873103628295, 39.989111496979497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1022 W DAUPHIN ST", "addr_range": "1018-1022 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1470, "objectid": 3618, "Shape__Area": 232.93359375, "Shape__Length": 84.888762055177878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149765635939801, 39.986767817856503 ], [ -75.149711584909198, 39.987011535530897 ], [ -75.149768853856699, 39.987019280695101 ], [ -75.149823099719995, 39.986774874528002 ], [ -75.149765635939801, 39.986767817856503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1122 W NEVADA ST", "addr_range": "1122 W NEVADA ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1028, "objectid": 3619, "Shape__Area": 162.9609375, "Shape__Length": 61.470731302007522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151460428002395, 39.986543464505402 ], [ -75.151435970030207, 39.986540234726597 ], [ -75.151400529375096, 39.986702468152203 ], [ -75.151404447903204, 39.986703008283399 ], [ -75.151460798152101, 39.986710699367997 ], [ -75.151495411326593, 39.986552057576702 ], [ -75.151496253409604, 39.986548111255999 ], [ -75.151460428002395, 39.986543464505402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1018 W DAUPHIN ST", "addr_range": "1018-1022 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1507, "objectid": 3620, "Shape__Area": 238.921875, "Shape__Length": 83.131661053541649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149593677937702, 39.986995839937201 ], [ -75.149654119770005, 39.987004478777202 ], [ -75.149706262242006, 39.986769068536702 ], [ -75.149644935016397, 39.986760553822698 ], [ -75.149593677937702, 39.986995839937201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1043 W NEVADA ST", "addr_range": "1041-1043 NEVADA ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 821, "objectid": 3621, "Shape__Area": 130.13671875, "Shape__Length": 61.117458558805581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150326568439098, 39.986852612586098 ], [ -75.150360826584503, 39.9868582414407 ], [ -75.150370410195094, 39.986819754312499 ], [ -75.150388960757496, 39.986800443056801 ], [ -75.150412110244702, 39.986684581786001 ], [ -75.150364947742503, 39.986678306556698 ], [ -75.150326568439098, 39.986852612586098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2233 N 11TH ST", "addr_range": "2233 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 715, "objectid": 3622, "Shape__Area": 113.390625, "Shape__Length": 51.237303795060711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150370249935904, 39.986866627130297 ], [ -75.150546834405105, 39.986889406623497 ], [ -75.150555430608193, 39.986850946674799 ], [ -75.150379004207096, 39.986827895961802 ], [ -75.150370249935904, 39.986866627130297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1020 W DAUPHIN ST", "addr_range": "1018-1022 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1471, "objectid": 3623, "Shape__Area": 233.140625, "Shape__Length": 84.887239461846519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149711584909198, 39.987011535530897 ], [ -75.149765635939801, 39.986767817856503 ], [ -75.149708387134496, 39.986760072241204 ], [ -75.149706262242006, 39.986769068536702 ], [ -75.149654119770005, 39.987004478777202 ], [ -75.149711584909198, 39.987011535530897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1026 W DAUPHIN ST", "addr_range": "1026-1028 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1498, "objectid": 3624, "Shape__Area": 237.375, "Shape__Length": 85.249468546002333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149881609888595, 39.986782502695903 ], [ -75.149827343238798, 39.987027457136101 ], [ -75.149886014632003, 39.9870347348485 ], [ -75.149939580875696, 39.986790538494297 ], [ -75.149881609888595, 39.986782502695903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1012 W DAUPHIN ST", "addr_range": "1012 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1384, "objectid": 3625, "Shape__Area": 219.41015625, "Shape__Length": 82.079158186056617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149534117284404, 39.986745840505499 ], [ -75.149482672673599, 39.986739741800797 ], [ -75.149467467088698, 39.986801910933998 ], [ -75.149462125636902, 39.986801853879001 ], [ -75.149424003209703, 39.986973763361298 ], [ -75.149481457233307, 39.986981109206901 ], [ -75.149534117284404, 39.986745840505499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1041 W NEVADA ST", "addr_range": "1041-1043 NEVADA ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 876, "objectid": 3626, "Shape__Area": 138.890625, "Shape__Length": 62.171715891998275 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1502783279835, 39.986846587718503 ], [ -75.150326568439098, 39.986852612586098 ], [ -75.150364947742503, 39.986678306556698 ], [ -75.150317246022894, 39.986672439870503 ], [ -75.1502783279835, 39.986846587718503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1028 W DAUPHIN ST", "addr_range": "1026-1028 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1510, "objectid": 3627, "Shape__Area": 239.34765625, "Shape__Length": 85.262157266933372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149939580875696, 39.986790538494297 ], [ -75.149886014632003, 39.9870347348485 ], [ -75.149944537480806, 39.987042588521199 ], [ -75.149998793318801, 39.986798456421198 ], [ -75.149939580875696, 39.986790538494297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1039 W ARIZONA ST", "addr_range": "1039 W ARIZONA ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 943, "objectid": 3628, "Shape__Area": 149.43359375, "Shape__Length": 59.998375833857395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149990258432396, 39.988334523340299 ], [ -75.150043566541797, 39.988341759641898 ], [ -75.150052164669702, 39.988301670722002 ], [ -75.150060701298003, 39.988260403676897 ], [ -75.150069393848696, 39.988218398624198 ], [ -75.150077257309306, 39.9881805176787 ], [ -75.150019116666499, 39.9881730268552 ], [ -75.149990258432396, 39.988334523340299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1213 W SUSQUEHANNA AVE", "addr_range": "1211-1213 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1190, "objectid": 3629, "Shape__Area": 188.5625, "Shape__Length": 73.175021898852947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1528734000415, 39.986158971391703 ], [ -75.152928589678197, 39.986166282299898 ], [ -75.152973046186702, 39.985959986341499 ], [ -75.152918359290993, 39.985952703946502 ], [ -75.1528734000415, 39.986158971391703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1230 W YORK ST", "addr_range": "1228-1232 W YORK ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1068, "objectid": 3630, "Shape__Area": 169.23828125, "Shape__Length": 65.739393718615815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152933540110794, 39.988947108771903 ], [ -75.152991226227599, 39.988954410311898 ], [ -75.153024257327303, 39.988782919842201 ], [ -75.153026023266904, 39.9887738964512 ], [ -75.152970260638398, 39.988767331331402 ], [ -75.152933540110794, 39.988947108771903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1232 W YORK ST", "addr_range": "1228-1232 W YORK ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 989, "objectid": 3631, "Shape__Area": 156.7578125, "Shape__Length": 62.854131256948236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152991226227599, 39.988954410311898 ], [ -75.153045031962094, 39.988961365431898 ], [ -75.153080698194003, 39.988789883214103 ], [ -75.153024257327303, 39.988782919842201 ], [ -75.152991226227599, 39.988954410311898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1228 W YORK ST", "addr_range": "1228-1232 W YORK ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1097, "objectid": 3632, "Shape__Area": 173.90625, "Shape__Length": 66.040225420348264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152912349700102, 39.988759848090503 ], [ -75.152874919854497, 39.988939607663603 ], [ -75.152933540110794, 39.988947108771903 ], [ -75.152970260638398, 39.988767331331402 ], [ -75.152912349700102, 39.988759848090503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2444 N DELHI ST", "addr_range": "2440-2444 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 619, "objectid": 3633, "Shape__Area": 98.1953125, "Shape__Length": 46.369428812212483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1479548316088, 39.989499518400997 ], [ -75.148110922554395, 39.989518580617002 ], [ -75.148119208769103, 39.989480612953301 ], [ -75.147962860068404, 39.989461737721598 ], [ -75.1479548316088, 39.989499518400997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2442 N DELHI ST", "addr_range": "2440-2444 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 625, "objectid": 3634, "Shape__Area": 99.08203125, "Shape__Length": 46.536759455704804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147962860068404, 39.989461737721598 ], [ -75.148119208769103, 39.989480612953301 ], [ -75.148127782010505, 39.989442827494699 ], [ -75.147970891494694, 39.989423329097903 ], [ -75.147962860068404, 39.989461737721598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "930 W BOSTON ST", "addr_range": "930 W BOSTON ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 755, "objectid": 3635, "Shape__Area": 119.6875, "Shape__Length": 57.885774317567524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147999952131201, 39.988885823810797 ], [ -75.148043614539603, 39.988892165699099 ], [ -75.148078734539496, 39.988729247376597 ], [ -75.148033984413502, 39.988723445780501 ], [ -75.147999952131201, 39.988885823810797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2440 N DELHI ST", "addr_range": "2440-2444 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 636, "objectid": 3636, "Shape__Area": 100.8828125, "Shape__Length": 46.784082275432901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147970891494694, 39.989423329097903 ], [ -75.148127782010505, 39.989442827494699 ], [ -75.148136225441704, 39.989404057881998 ], [ -75.147979393935401, 39.989384672558998 ], [ -75.147970891494694, 39.989423329097903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 N DELHI ST", "addr_range": "2433-2435 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 479, "objectid": 3637, "Shape__Area": 75.91796875, "Shape__Length": 42.36067053259822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147769602840299, 39.9892974946181 ], [ -75.147889402699704, 39.9893136232565 ], [ -75.147907130642494, 39.989237648377703 ], [ -75.147769602840299, 39.9892974946181 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4042 W GIRARD AVE", "addr_range": "4042-4050 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1570, "objectid": 3638, "Shape__Area": 248.7265625, "Shape__Length": 87.386853924973821 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205745178563205, 39.9738252336101 ], [ -75.205805384201298, 39.9738182026407 ], [ -75.205758480359194, 39.973566309814899 ], [ -75.205699159731694, 39.973573199097999 ], [ -75.205745178563205, 39.9738252336101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "853 N 40TH ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1125, "objectid": 3639, "Shape__Area": 187.46875, "Shape__Length": 72.841032251929974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202984519418706, 39.969012149400299 ], [ -75.202991425940496, 39.969055938353499 ], [ -75.202993311016996, 39.969055382831101 ], [ -75.203001375926604, 39.9690531922082 ], [ -75.203021088847905, 39.969050970914701 ], [ -75.203137585026298, 39.969037211606803 ], [ -75.203199328056598, 39.969029861219802 ], [ -75.203259531419206, 39.969023379433501 ], [ -75.203256343084902, 39.969007253671101 ], [ -75.203250944209003, 39.968981374127097 ], [ -75.203228153482499, 39.968983544265903 ], [ -75.203221165977396, 39.968984952418701 ], [ -75.203207259740907, 39.968985965537698 ], [ -75.203200564743796, 39.968987380181602 ], [ -75.203187523972602, 39.968988203474701 ], [ -75.203130001792005, 39.968994728516599 ], [ -75.203050026471402, 39.969003882530203 ], [ -75.203036162899295, 39.969005412851203 ], [ -75.203017504338504, 39.969007997229497 ], [ -75.202997220949101, 39.969009755357099 ], [ -75.202984519418706, 39.969012149400299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "641 E CLEMENTINE ST", "addr_range": "639-643 E CLEMENTINE ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 693, "objectid": 3640, "Shape__Area": 109.83984375, "Shape__Length": 50.998488913985497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118406964581894, 39.996102047781399 ], [ -75.118455663072595, 39.996108273956203 ], [ -75.118456774762095, 39.996102834701198 ], [ -75.118483406369407, 39.995972163509997 ], [ -75.118434786087803, 39.995966067984803 ], [ -75.118408100991203, 39.996096545120402 ], [ -75.118406964581894, 39.996102047781399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "857 N 40TH ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2300, "objectid": 3641, "Shape__Area": 380.0859375, "Shape__Length": 108.20561680602636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202860375283393, 39.969113074047897 ], [ -75.202862186936699, 39.969121222403402 ], [ -75.202870979709004, 39.969168326586299 ], [ -75.202940913483999, 39.969159868818203 ], [ -75.202968638289207, 39.969156341423798 ], [ -75.202989514069003, 39.969153838704997 ], [ -75.202995270654299, 39.9691539664855 ], [ -75.203018769240899, 39.969151376918802 ], [ -75.203031249802194, 39.9691498798719 ], [ -75.203048693938101, 39.969146705406402 ], [ -75.203067839279896, 39.969145131041003 ], [ -75.203073620606006, 39.969144598930498 ], [ -75.203079430328501, 39.969143840397003 ], [ -75.203106153028102, 39.969140211438003 ], [ -75.203135416661993, 39.969137523657999 ], [ -75.203142085123204, 39.9691367859838 ], [ -75.203154866626505, 39.969135070352301 ], [ -75.203171109347593, 39.969133206292497 ], [ -75.203180395822997, 39.9691325096057 ], [ -75.203187370147702, 39.969130891228502 ], [ -75.203203609716198, 39.969129704649397 ], [ -75.203224499384802, 39.969126830982702 ], [ -75.203232629783201, 39.969125673447202 ], [ -75.203238699936605, 39.969125808175299 ], [ -75.203277818253497, 39.969121260467702 ], [ -75.203271431499502, 39.969087622074703 ], [ -75.203266315152703, 39.969063732814099 ], [ -75.203177967539105, 39.9690737795978 ], [ -75.203150077746201, 39.9690778358733 ], [ -75.203142249469394, 39.9690787748576 ], [ -75.203089743651603, 39.969084492199698 ], [ -75.203079285882396, 39.969086258501697 ], [ -75.203064201754401, 39.969087923014101 ], [ -75.203057255920996, 39.969088219341799 ], [ -75.203040996870598, 39.969090519109002 ], [ -75.203029357113905, 39.969092484421203 ], [ -75.203000646493805, 39.969095539444901 ], [ -75.202980651367696, 39.969097416594501 ], [ -75.202963496737397, 39.969100146973503 ], [ -75.202953930950798, 39.969101047376597 ], [ -75.202942895459699, 39.969102574690098 ], [ -75.202936535778903, 39.969102884922798 ], [ -75.202930716483195, 39.969103867586703 ], [ -75.202923746411102, 39.969104810289501 ], [ -75.202917968769398, 39.969104682037901 ], [ -75.202860375283393, 39.969113074047897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "845 N 40TH ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2289, "objectid": 3642, "Shape__Area": 367.9609375, "Shape__Length": 107.41206191907904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2028077669097, 39.9688382756419 ], [ -75.202812110706304, 39.968854282007698 ], [ -75.2028167010684, 39.968885510912301 ], [ -75.2028184334375, 39.968892400607302 ], [ -75.202845141544799, 39.968889689510704 ], [ -75.202855627653193, 39.968887697707501 ], [ -75.202873014366901, 39.9688860843371 ], [ -75.20287884151, 39.968884891916701 ], [ -75.202884921250202, 39.968884801625599 ], [ -75.202903181338201, 39.968882756234798 ], [ -75.202926387326301, 39.968880160193798 ], [ -75.202944963286896, 39.968878122709199 ], [ -75.202976583106604, 39.968874616903797 ], [ -75.202993718396499, 39.9688718698767 ], [ -75.202999511118193, 39.968871564175501 ], [ -75.203023009606994, 39.968868974607901 ], [ -75.203097001854303, 39.968860170752002 ], [ -75.203107702580795, 39.968859731615403 ], [ -75.203125121290199, 39.968857233229997 ], [ -75.203151550263996, 39.968853595941397 ], [ -75.203158186688597, 39.968853743243102 ], [ -75.203168949516893, 39.968852209857999 ], [ -75.203178246969003, 39.9688506259265 ], [ -75.203188688959699, 39.968849310669299 ], [ -75.203217679847398, 39.968846616817402 ], [ -75.203223717676906, 39.968845364183501 ], [ -75.203213253677305, 39.968790326535398 ], [ -75.203169636144594, 39.9687953221638 ], [ -75.203146410337894, 39.968797916912202 ], [ -75.203140344364499, 39.968798233674597 ], [ -75.203131338864196, 39.968799807864997 ], [ -75.203116254834697, 39.968801471483999 ], [ -75.203103163974902, 39.968803631646502 ], [ -75.203095344234796, 39.968804343763303 ], [ -75.203079967661793, 39.968806001785197 ], [ -75.203068355610199, 39.968807291961902 ], [ -75.203053538702804, 39.968809639057298 ], [ -75.203043139571605, 39.968809842512997 ], [ -75.203023388682098, 39.968812516171198 ], [ -75.2028077669097, 39.9688382756419 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1714 N 42ND ST", "addr_range": "4201-4209 LEIDY AVE; 1700-1716 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1027, "objectid": 3643, "Shape__Area": 162.6953125, "Shape__Length": 67.357540350807824 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209922243809601, 39.975497829194303 ], [ -75.2101480102952, 39.975581152186599 ], [ -75.210169823284204, 39.975544672252703 ], [ -75.209945203471804, 39.975461504426598 ], [ -75.209922243809601, 39.975497829194303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1128 STATE ST", "addr_range": "1118-1128 STATE ST; 1123-1129 UNION ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 588, "objectid": 3644, "Shape__Area": 93.2265625, "Shape__Length": 43.440365584294263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202848857303096, 39.973463782406299 ], [ -75.202707848841996, 39.973480061775803 ], [ -75.202715617444397, 39.973520387488499 ], [ -75.202855758080801, 39.973503768086999 ], [ -75.202848857303096, 39.973463782406299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4012 W GIRARD AVE", "addr_range": "4010-4012 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2052, "objectid": 3645, "Shape__Area": 325.01171875, "Shape__Length": 102.92857099902919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204898928696196, 39.973920611313297 ], [ -75.204840933783998, 39.973620322405402 ], [ -75.204774318782498, 39.973627854923798 ], [ -75.2048345235429, 39.973927855008903 ], [ -75.204898928696196, 39.973920611313297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4044 W GIRARD AVE", "addr_range": "4042-4050 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1910, "objectid": 3646, "Shape__Area": 302.6484375, "Shape__Length": 101.73238631044636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205867282891603, 39.973811305583503 ], [ -75.205809944017403, 39.973511305707 ], [ -75.205751203684102, 39.973517273540899 ], [ -75.205758480359194, 39.973566309814899 ], [ -75.205805384201298, 39.9738182026407 ], [ -75.205867282891603, 39.973811305583503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1120 STATE ST", "addr_range": "1118-1128 STATE ST; 1123-1129 UNION ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 539, "objectid": 3647, "Shape__Area": 85.4140625, "Shape__Length": 42.353113767603396 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2026805623304, 39.973332766225298 ], [ -75.202687245471097, 39.973369683672303 ], [ -75.202827543485697, 39.973353293957601 ], [ -75.202820066936198, 39.973316358908697 ], [ -75.2026805623304, 39.973332766225298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4048 W GIRARD AVE", "addr_range": "4042-4050 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1939, "objectid": 3648, "Shape__Area": 307.2265625, "Shape__Length": 104.5290445477557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205989122343397, 39.973797725650201 ], [ -75.205941674637998, 39.973549705082696 ], [ -75.205954879981405, 39.973548418386898 ], [ -75.205945460102797, 39.9734967550405 ], [ -75.205872652647699, 39.9735040067428 ], [ -75.205928718114606, 39.973804463090197 ], [ -75.205989122343397, 39.973797725650201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1712 N 42ND ST", "addr_range": "4201-4209 LEIDY AVE; 1700-1716 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1022, "objectid": 3649, "Shape__Area": 161.89453125, "Shape__Length": 67.224502260759124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209945203471804, 39.975461504426598 ], [ -75.210169823284204, 39.975544672252703 ], [ -75.210193003763607, 39.975508577575802 ], [ -75.2099680036103, 39.975425530217599 ], [ -75.209945203471804, 39.975461504426598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "922 N 43RD ST", "addr_range": "916-918, 920-922 N 43RD ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1166, "objectid": 3650, "Shape__Area": 184.7734375, "Shape__Length": 72.822593477732084 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210353790281502, 39.9704803558785 ], [ -75.210358089443503, 39.970504371739601 ], [ -75.210617015752803, 39.970476976816002 ], [ -75.210627932156996, 39.97047581644 ], [ -75.210620250209303, 39.970433589455801 ], [ -75.2106094367022, 39.9704347854451 ], [ -75.210350777099507, 39.970463476486401 ], [ -75.210353790281502, 39.9704803558785 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "843 N 40TH ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2285, "objectid": 3651, "Shape__Area": 360.14453125, "Shape__Length": 107.22569038519215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202797531883803, 39.968783854813502 ], [ -75.202802974579498, 39.968805187986 ], [ -75.202804725620496, 39.968812110532099 ], [ -75.202805594142006, 39.968820801981003 ], [ -75.2028077669097, 39.9688382756419 ], [ -75.203023388682098, 39.968812516171198 ], [ -75.203043139571605, 39.968809842512997 ], [ -75.203053538702804, 39.968809639057298 ], [ -75.203068355610199, 39.968807291961902 ], [ -75.203079967661793, 39.968806001785197 ], [ -75.203095344234796, 39.968804343763303 ], [ -75.203103163974902, 39.968803631646502 ], [ -75.203116254834697, 39.968801471483999 ], [ -75.203131338864196, 39.968799807864997 ], [ -75.203140344938305, 39.968798218370303 ], [ -75.203146410337894, 39.968797916912202 ], [ -75.203169636144594, 39.9687953221638 ], [ -75.203213253677305, 39.968790326535398 ], [ -75.203209011579602, 39.968764327602102 ], [ -75.203203766308604, 39.968737163027903 ], [ -75.203189961904002, 39.968738209938998 ], [ -75.203173703009298, 39.968740507924601 ], [ -75.203165874771699, 39.968741446910499 ], [ -75.203122934309903, 39.968746280951798 ], [ -75.203109914082106, 39.968747088473002 ], [ -75.2030962485332, 39.968749460228601 ], [ -75.203082015980897, 39.968751369795797 ], [ -75.203072751224795, 39.9687520507374 ], [ -75.2029909682811, 39.968761357395501 ], [ -75.202797531883803, 39.968783854813502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "865 N 40TH ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2299, "objectid": 3652, "Shape__Area": 367.95703125, "Shape__Length": 107.20872796487352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203300300967996, 39.969279860504898 ], [ -75.202900092936801, 39.969323866332203 ], [ -75.202895545204399, 39.9693255709944 ], [ -75.202899804267005, 39.969350553083302 ], [ -75.202901375057195, 39.9693550380129 ], [ -75.202905007671006, 39.9693793944136 ], [ -75.203311038835594, 39.969334906021501 ], [ -75.203300300967996, 39.969279860504898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4010 W GIRARD AVE", "addr_range": "4010-4012 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2071, "objectid": 3653, "Shape__Area": 328.13671875, "Shape__Length": 103.05369845033076 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204768101452501, 39.973935262965497 ], [ -75.2048345235429, 39.973927855008903 ], [ -75.204774318782498, 39.973627854923798 ], [ -75.2047084199761, 39.973635306882201 ], [ -75.204768101452501, 39.973935262965497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4017 WALLACE ST", "addr_range": "620-634 N 40TH ST; 4013-4017 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1091, "objectid": 3654, "Shape__Area": 172.859375, "Shape__Length": 67.231371234181481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203128747434405, 39.964065606032101 ], [ -75.203153930078003, 39.964210290615 ], [ -75.203161096550403, 39.964251570638602 ], [ -75.203218313787403, 39.964245264151799 ], [ -75.203211402586504, 39.964207762304802 ], [ -75.203203209863204, 39.964163122184402 ], [ -75.203194315982898, 39.964114259709199 ], [ -75.203184478681393, 39.964059266579902 ], [ -75.203128747434405, 39.964065606032101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "851 N 40TH ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1125, "objectid": 3655, "Shape__Area": 179.25390625, "Shape__Length": 72.110904753731148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202976949384094, 39.968970972146202 ], [ -75.202984519418706, 39.969012149400299 ], [ -75.202997220949101, 39.969009755357099 ], [ -75.203017504338504, 39.969007997229497 ], [ -75.203036162899295, 39.969005412851203 ], [ -75.203050026471402, 39.969003882530203 ], [ -75.203130001792005, 39.968994728516599 ], [ -75.203187523972602, 39.968988203474701 ], [ -75.203200564743796, 39.968987380181602 ], [ -75.203207259740907, 39.968985965537698 ], [ -75.203221165977396, 39.968984952418701 ], [ -75.203228153482499, 39.968983544265903 ], [ -75.203250944209003, 39.968981374127097 ], [ -75.203250513704305, 39.968977802000602 ], [ -75.203243400994594, 39.968940101982803 ], [ -75.202976949384094, 39.968970972146202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4306-08 PARKSIDE AVE", "addr_range": "4306-08 PARKSIDE AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2891, "objectid": 3656, "Shape__Area": 458.02734375, "Shape__Length": 99.008212909070053 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213116448578205, 39.977238396311201 ], [ -75.212977473919594, 39.977465446949097 ], [ -75.213134088970506, 39.977523409875097 ], [ -75.213175993480405, 39.977461743655802 ], [ -75.213116448578205, 39.977238396311201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "824 SLOAN ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 527, "objectid": 3657, "Shape__Area": 91.26171875, "Shape__Length": 41.884710531759232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202969376312097, 39.968976285754103 ], [ -75.202836845271904, 39.9689913648063 ], [ -75.202845385420801, 39.969032369890698 ], [ -75.202976068730607, 39.969019069841103 ], [ -75.2029741137641, 39.9690019073606 ], [ -75.202973195526795, 39.968995665542103 ], [ -75.202971304844795, 39.9689840654883 ], [ -75.202969376312097, 39.968976285754103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1118 STATE ST", "addr_range": "1118-1128 STATE ST; 1123-1129 UNION ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 518, "objectid": 3658, "Shape__Area": 82.1484375, "Shape__Length": 41.879060560421699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202674229885403, 39.973296615208397 ], [ -75.2026805623304, 39.973332766225298 ], [ -75.202820066936198, 39.973316358908697 ], [ -75.202813886627894, 39.973281145619701 ], [ -75.202674229885403, 39.973296615208397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "822 SLOAN ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 527, "objectid": 3659, "Shape__Area": 80.88671875, "Shape__Length": 40.597857913459137 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202969376312097, 39.968976285754103 ], [ -75.202967949747006, 39.968968547796599 ], [ -75.202965137149604, 39.968956363249497 ], [ -75.202961911045094, 39.9689395915196 ], [ -75.202933864952698, 39.968942789219 ], [ -75.202862226519599, 39.968950307231502 ], [ -75.202849206812004, 39.968951130953698 ], [ -75.202842210863196, 39.968952764147197 ], [ -75.202830284054301, 39.968954015778102 ], [ -75.202836845271904, 39.9689913648063 ], [ -75.202969376312097, 39.968976285754103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1716 N 42ND ST", "addr_range": "4201-4209 LEIDY AVE; 1700-1716 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1001, "objectid": 3660, "Shape__Area": 158.6875, "Shape__Length": 67.131785980783135 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209900631203794, 39.975533394497099 ], [ -75.210126070388895, 39.975616515669202 ], [ -75.2101480102952, 39.975581152186599 ], [ -75.209922243809601, 39.975497829194303 ], [ -75.209900631203794, 39.975533394497099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5740 FLORENCE AVE", "addr_range": "5740-5742 FLORENCE AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Summer", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1610, "objectid": 3661, "Shape__Area": 254.8125, "Shape__Length": 90.959193858235267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231634736102293, 39.939039284337603 ], [ -75.231669321179098, 39.939067784513298 ], [ -75.231673911746796, 39.939071576691603 ], [ -75.231692676478701, 39.939087350699097 ], [ -75.231791372461799, 39.939170373139298 ], [ -75.231871080636296, 39.939237422903801 ], [ -75.231912827698196, 39.939207745217402 ], [ -75.231872422193206, 39.939173006771497 ], [ -75.231822902984405, 39.939130443980503 ], [ -75.231773404855801, 39.939087882530501 ], [ -75.231724232336504, 39.939045601209102 ], [ -75.231717180187502, 39.939039820545098 ], [ -75.231713195602794, 39.939036574162998 ], [ -75.231678503499694, 39.939008150938299 ], [ -75.231652350143705, 39.939026758908703 ], [ -75.231634736102293, 39.939039284337603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1900 E SOMERSET ST", "addr_range": "1900-1902 E SOMERSET ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 891, "objectid": 3662, "Shape__Area": 141.3125, "Shape__Length": 56.429961786482806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121569999271202, 39.990154095919102 ], [ -75.121602472882202, 39.990191141993797 ], [ -75.121715256787297, 39.990132370965704 ], [ -75.121725117532506, 39.990127229340899 ], [ -75.121763905488805, 39.9901067586609 ], [ -75.121730836934006, 39.9900698593923 ], [ -75.121569999271202, 39.990154095919102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1920 E SILVER ST", "addr_range": "1918-1920 E SILVER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 473, "objectid": 3663, "Shape__Area": 75.109375, "Shape__Length": 38.7236870740443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122412585305895, 39.989320039910098 ], [ -75.122438676089899, 39.989350394557597 ], [ -75.122540629489706, 39.989298436179403 ], [ -75.122543562762502, 39.989296858951903 ], [ -75.122516282657301, 39.989265816649002 ], [ -75.122412585305895, 39.989320039910098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2847 BOUDINOT ST", "addr_range": "2845-2847 BOUDINOT ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1048, "objectid": 3664, "Shape__Area": 166.15234375, "Shape__Length": 68.019298548388093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122963126106995, 39.992658773661802 ], [ -75.123211406961502, 39.992691521817598 ], [ -75.123220687768494, 39.9926515627916 ], [ -75.122971560407194, 39.9926184736115 ], [ -75.122963126106995, 39.992658773661802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1540-56 N 9TH ST", "addr_range": "1530-1556 N 9TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 4974, "objectid": 3665, "Shape__Area": 787.89453125, "Shape__Length": 145.80861170251734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149910726226906, 39.975807935802997 ], [ -75.149893275318306, 39.975886124669401 ], [ -75.149839126082199, 39.9761320646735 ], [ -75.149983257579294, 39.976151305463901 ], [ -75.149992137602396, 39.9761524896727 ], [ -75.150000678866107, 39.975876275469098 ], [ -75.150017292313393, 39.975800227359898 ], [ -75.150017608666502, 39.975795236569297 ], [ -75.150020828035906, 39.975745644384098 ], [ -75.149997245378501, 39.975742627759402 ], [ -75.149931567154397, 39.975734224327098 ], [ -75.149927417584706, 39.975733678895999 ], [ -75.149910726226906, 39.975807935802997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1618-40 N 9TH ST", "addr_range": "1600-1640 N 9TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 13619, "objectid": 3666, "Shape__Area": 2157.21875, "Shape__Length": 205.09313451376036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149726616283203, 39.976627733498603 ], [ -75.149625291367201, 39.977120753507201 ], [ -75.149926106547994, 39.977159293592401 ], [ -75.149952999092804, 39.976656559768998 ], [ -75.149726616283203, 39.976627733498603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1246 W GIRARD AVE", "addr_range": "1240-1242, 1246 W GIRARD AVE", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1761, "objectid": 3667, "Shape__Area": 278.9140625, "Shape__Length": 93.627930435220364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157210929189901, 39.970936373506603 ], [ -75.157195558791301, 39.971014675159999 ], [ -75.157257138332696, 39.971022241271498 ], [ -75.157272661375004, 39.9709449089518 ], [ -75.157311518623104, 39.9707513013038 ], [ -75.157248786723201, 39.970743742515403 ], [ -75.157210929189901, 39.970936373506603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6113 MUSGRAVE ST", "addr_range": "6113 MUSGRAVE ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 984, "objectid": 3668, "Shape__Area": 156.203125, "Shape__Length": 65.219137723766821 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172370906780401, 40.047680007369699 ], [ -75.1723161985459, 40.047732602578101 ], [ -75.172276382969002, 40.047770848167602 ], [ -75.172283247030904, 40.047775112601599 ], [ -75.172317971565207, 40.047796379863797 ], [ -75.172466199901805, 40.047651710301203 ], [ -75.1724264608863, 40.047626622909902 ], [ -75.172370906780401, 40.047680007369699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1600-16 N 9TH ST", "addr_range": "1600-1640 N 9TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 7572, "objectid": 3669, "Shape__Area": 1199.421875, "Shape__Length": 151.92156560798162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1499758295259, 39.976287866057099 ], [ -75.149803037588399, 39.976265832332103 ], [ -75.149726616283203, 39.976627733498603 ], [ -75.149952999092804, 39.976656559768998 ], [ -75.1499758295259, 39.976287866057099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "537 W OXFORD ST", "addr_range": "537 W OXFORD ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1104, "objectid": 3670, "Shape__Area": 174.984375, "Shape__Length": 55.28509314673736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1453018360519, 39.9756885078138 ], [ -75.145159938869298, 39.975670548912902 ], [ -75.145144176412302, 39.975742069204401 ], [ -75.145160678247905, 39.9757442278094 ], [ -75.145296313578399, 39.9757619697886 ], [ -75.145302323036802, 39.975730292025098 ], [ -75.145294108663094, 39.9757292523065 ], [ -75.1453018360519, 39.9756885078138 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "610 N 11TH ST", "addr_range": "610 N 11TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2463, "objectid": 3671, "Shape__Area": 390.07421875, "Shape__Length": 92.497943980140107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155883484547601, 39.963211461166303 ], [ -75.156194605705295, 39.963246270905898 ], [ -75.156212783194604, 39.9631712557876 ], [ -75.155899151537895, 39.963135811774499 ], [ -75.155883484547601, 39.963211461166303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2411 N MARSTON ST", "addr_range": "2411-2415 N MARSTON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 701, "objectid": 3672, "Shape__Area": 111.140625, "Shape__Length": 50.579170132286492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177024908004796, 39.992613141435797 ], [ -75.177200482825498, 39.9926354864443 ], [ -75.177209158700606, 39.992596799562001 ], [ -75.177036985037205, 39.992575402082501 ], [ -75.177024908004796, 39.992613141435797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1903 E SOMERSET ST", "addr_range": "1901-1903 E SOMERSET ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 789, "objectid": 3673, "Shape__Area": 125.1796875, "Shape__Length": 54.961595400968491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121211454242996, 39.990304795372097 ], [ -75.121240574572596, 39.990338074138698 ], [ -75.121401816531304, 39.990253734685098 ], [ -75.121373020847102, 39.990221237378698 ], [ -75.121211454242996, 39.990304795372097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2134 N REESE ST", "addr_range": "2134 N REESE ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 617, "objectid": 3674, "Shape__Area": 97.8515625, "Shape__Length": 45.755925279634774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142576085445995, 39.983862980325803 ], [ -75.1427280375664, 39.9838841312285 ], [ -75.142736460530998, 39.983845377705002 ], [ -75.142584627521799, 39.983824421435401 ], [ -75.142576085445995, 39.983862980325803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2117 N NATRONA ST", "addr_range": "2117-2119 N NATRONA ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 917, "objectid": 3675, "Shape__Area": 145.3203125, "Shape__Length": 60.094592956889677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185625598132106, 39.988942359665899 ], [ -75.185837613599901, 39.988970728924997 ], [ -75.185847403380393, 39.988930131924299 ], [ -75.185635022913701, 39.988900885051997 ], [ -75.185625598132106, 39.988942359665899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2400 N BOUVIER ST", "addr_range": "2400 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 891, "objectid": 3676, "Shape__Area": 141.31640625, "Shape__Length": 53.550160023780855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161575117541801, 39.990286955014703 ], [ -75.161585654090004, 39.990238155724001 ], [ -75.1615790011559, 39.9902372803733 ], [ -75.161412522587497, 39.990215198358598 ], [ -75.161401968142599, 39.990264463958901 ], [ -75.161568670365497, 39.990286213148899 ], [ -75.161575117541801, 39.990286955014703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "257 E STELLA ST", "addr_range": "257 E STELLA ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 612, "objectid": 3677, "Shape__Area": 97.046875, "Shape__Length": 46.334889693773768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126194035422998, 39.995929116399502 ], [ -75.126217827373793, 39.995814547770301 ], [ -75.126168820332595, 39.995808171879801 ], [ -75.126160402258293, 39.9958486671187 ], [ -75.126158248137898, 39.9958610295215 ], [ -75.126152663190695, 39.995888385875702 ], [ -75.126145043816095, 39.995922854382798 ], [ -75.126143948920998, 39.995927875104599 ], [ -75.126159389381101, 39.995929662481799 ], [ -75.126192925029102, 39.995934507990498 ], [ -75.126194035422998, 39.995929116399502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1534 N 9TH ST", "addr_range": "1530-1556 N 9TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 470, "objectid": 3678, "Shape__Area": 74.5234375, "Shape__Length": 34.658677046704689 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149952116992594, 39.975620480238 ], [ -75.150028509765207, 39.975629254365501 ], [ -75.150032973010894, 39.975564666754202 ], [ -75.1499662964968, 39.9755582076465 ], [ -75.149952116992594, 39.975620480238 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1011 W CUMBERLAND ST", "addr_range": "1011-1013 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1020, "objectid": 3679, "Shape__Area": 161.6328125, "Shape__Length": 63.717179501442729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149017148007601, 39.990317276261202 ], [ -75.149072634925503, 39.990324030752099 ], [ -75.149108824162795, 39.990150674648604 ], [ -75.149052010921295, 39.990143503579198 ], [ -75.149017148007601, 39.990317276261202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1854 N BUCKNELL ST", "addr_range": "1850-1854 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 646, "objectid": 3680, "Shape__Area": 102.4140625, "Shape__Length": 48.195272698896723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173008910724704, 39.983416448910504 ], [ -75.1731732478748, 39.9834393871594 ], [ -75.173181490941104, 39.983401641395403 ], [ -75.173017126372699, 39.983379397221697 ], [ -75.173008910724704, 39.983416448910504 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "626 MASTER ST", "addr_range": "622-626 MASTER ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 598, "objectid": 3681, "Shape__Area": 94.86328125, "Shape__Length": 49.776673389906414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147105716370305, 39.972764899175097 ], [ -75.147078932313093, 39.972901809950699 ], [ -75.147120721579896, 39.972907529680903 ], [ -75.147147276699997, 39.972769500943599 ], [ -75.147105716370305, 39.972764899175097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "60 PLEASANT ST", "addr_range": "60 PLEASANT ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1271, "objectid": 3682, "Shape__Area": 201.88671875, "Shape__Length": 76.346124643644032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184978173193301, 40.055162393089198 ], [ -75.184997355425807, 40.055174361443001 ], [ -75.185061886802501, 40.055214700398601 ], [ -75.185073734966394, 40.055203131991099 ], [ -75.185100090795999, 40.055177413695503 ], [ -75.184880841829198, 40.055049750302601 ], [ -75.184872980837696, 40.055045175175302 ], [ -75.184839972009996, 40.055075984230903 ], [ -75.184848435282902, 40.055081282800899 ], [ -75.184948868616203, 40.055144070992199 ], [ -75.184978173193301, 40.055162393089198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1300-04 W GIRARD AVE", "addr_range": "1300-04 W GIRARD AVE; 928-944 N 13TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1863, "objectid": 3683, "Shape__Area": 295.18359375, "Shape__Length": 68.885755270405937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157430808570496, 39.9709578816543 ], [ -75.157428887211694, 39.970966494322603 ], [ -75.157421684939706, 39.970998748418403 ], [ -75.157411091597197, 39.9710463044702 ], [ -75.157552063858105, 39.971064626628099 ], [ -75.157562873931099, 39.971016881743303 ], [ -75.157569981792903, 39.970985995054299 ], [ -75.157572217636101, 39.970976260513602 ], [ -75.157580237494201, 39.970939059371801 ], [ -75.157439124727304, 39.970920589905298 ], [ -75.157430808570496, 39.9709578816543 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "938 N 13TH ST", "addr_range": "1300-04 W GIRARD AVE; 928-944 N 13TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 560, "objectid": 3684, "Shape__Area": 88.8125, "Shape__Length": 43.09216555950227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1574636543031, 39.970807047318097 ], [ -75.157605292604899, 39.970824965496703 ], [ -75.157614206557597, 39.970787349361402 ], [ -75.157472362435897, 39.970769395006201 ], [ -75.1574636543031, 39.970807047318097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "313 E TUSCULUM ST", "addr_range": "309-317 E TUSCULUM ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 610, "objectid": 3685, "Shape__Area": 96.67578125, "Shape__Length": 47.346740881729737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126206794379698, 39.992118808401003 ], [ -75.126193660767797, 39.992181006097702 ], [ -75.126328953655403, 39.992095052035701 ], [ -75.126294712312898, 39.992063496573699 ], [ -75.126206794379698, 39.992118808401003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2015 N WOODSTOCK ST", "addr_range": "2015-2021 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 817, "objectid": 3686, "Shape__Area": 129.46875, "Shape__Length": 56.022366325283357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166706536690796, 39.9849976177317 ], [ -75.166902742453104, 39.985023537464997 ], [ -75.166911683641302, 39.984983455233603 ], [ -75.166715130628504, 39.984958445830998 ], [ -75.166706536690796, 39.9849976177317 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2021 N WOODSTOCK ST", "addr_range": "2015-2021 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 858, "objectid": 3687, "Shape__Area": 136.0546875, "Shape__Length": 56.538707433895453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166680292388804, 39.985119037930602 ], [ -75.166876218484504, 39.985145144223701 ], [ -75.166885545564895, 39.985103201073301 ], [ -75.166689876314507, 39.985077551082099 ], [ -75.166680292388804, 39.985119037930602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2033 N 18TH ST", "addr_range": "2031-2033 N 18TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1194, "objectid": 3688, "Shape__Area": 189.28125, "Shape__Length": 71.963893233852147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162711174720997, 39.985053825731697 ], [ -75.162972219015899, 39.985086758716903 ], [ -75.162981977429098, 39.9850434875434 ], [ -75.162718669084001, 39.985010003474002 ], [ -75.162711174720997, 39.985053825731697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2042 N 18TH ST", "addr_range": "2040-2042 N 18TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1129, "objectid": 3689, "Shape__Area": 178.98046875, "Shape__Length": 68.842963231332817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1631331427985, 39.985163054711101 ], [ -75.163380956320594, 39.985195688536699 ], [ -75.163390856271704, 39.985151985333502 ], [ -75.163142030497298, 39.985120069345101 ], [ -75.1631331427985, 39.985163054711101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2226 PAGE ST", "addr_range": "2226-2228 PAGE ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1016, "objectid": 3690, "Shape__Area": 161.125, "Shape__Length": 63.631340097045097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170912450229395, 39.985317675987503 ], [ -75.170875367669893, 39.9854907112585 ], [ -75.170930697645801, 39.985498240987397 ], [ -75.170968979248499, 39.9853250884834 ], [ -75.170912450229395, 39.985317675987503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2228 PAGE ST", "addr_range": "2226-2228 PAGE ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1038, "objectid": 3691, "Shape__Area": 164.4609375, "Shape__Length": 63.899104018923417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170968979248499, 39.9853250884834 ], [ -75.170930697645801, 39.985498240987397 ], [ -75.170988077336105, 39.985505865403098 ], [ -75.171025724839595, 39.985332843697698 ], [ -75.170968979248499, 39.9853250884834 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2222 PAGE ST", "addr_range": "2220-2222 PAGE ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1014, "objectid": 3692, "Shape__Area": 160.66796875, "Shape__Length": 63.551113085982003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170801184709603, 39.985303118249497 ], [ -75.170764475054895, 39.985476258279498 ], [ -75.170820408425001, 39.985483351115299 ], [ -75.170857024516593, 39.985310450439599 ], [ -75.170801184709603, 39.985303118249497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1940 DIAMOND ST", "addr_range": "1940-1944 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1289, "objectid": 3693, "Shape__Area": 204.28515625, "Shape__Length": 76.482106128153902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165808952050895, 39.985828699031103 ], [ -75.165866194924902, 39.985836096778002 ], [ -75.165912265016104, 39.985619935379198 ], [ -75.165855774118498, 39.985612634772899 ], [ -75.165808952050895, 39.985828699031103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2019 N WOODSTOCK ST", "addr_range": "2015-2021 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 820, "objectid": 3694, "Shape__Area": 129.98828125, "Shape__Length": 55.975868620126725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166689876314507, 39.985077551082099 ], [ -75.166885545564895, 39.985103201073301 ], [ -75.166894092104499, 39.985063610023701 ], [ -75.166698171105693, 39.985037406560998 ], [ -75.166694136009895, 39.985054772898799 ], [ -75.166690211774693, 39.985073689675197 ], [ -75.166689876314507, 39.985077551082099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1944 DIAMOND ST", "addr_range": "1940-1944 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1364, "objectid": 3695, "Shape__Area": 216.19140625, "Shape__Length": 79.746843994583543 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165922030733, 39.985842979871897 ], [ -75.1659793679583, 39.985850638277398 ], [ -75.166027043609702, 39.985623116050597 ], [ -75.165970716939697, 39.9856159318254 ], [ -75.165967528644799, 39.985626983072301 ], [ -75.165922030733, 39.985842979871897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2039 N WOODSTOCK ST", "addr_range": "2037-2047 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 852, "objectid": 3696, "Shape__Area": 134.9921875, "Shape__Length": 56.567018520439419 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166600658292296, 39.985487113835902 ], [ -75.166797583685295, 39.985512873316999 ], [ -75.166805988294399, 39.9854714734441 ], [ -75.166609665412395, 39.985445889719401 ], [ -75.166600658292296, 39.985487113835902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2007-13 N CROSKEY ST", "addr_range": "2005-2015 N CROSKEY ST; 2012-2014 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 8405, "objectid": 3697, "Shape__Area": 1331.80078125, "Shape__Length": 148.92863935688473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170245493232301, 39.985546805276996 ], [ -75.170508237181593, 39.985581468427803 ], [ -75.170545308322801, 39.985412059577001 ], [ -75.170574410304894, 39.9852792419805 ], [ -75.170309862227896, 39.985242458864398 ], [ -75.170294979140806, 39.985317033716903 ], [ -75.170276537710706, 39.985396508489501 ], [ -75.170260427841399, 39.9854719252425 ], [ -75.170245493232301, 39.985546805276996 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2218 W NORRIS ST", "addr_range": "2218 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 807, "objectid": 3698, "Shape__Area": 127.9921875, "Shape__Length": 48.609187471519903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1705174878756, 39.984893779442203 ], [ -75.170585442074696, 39.984903238332102 ], [ -75.170610568722694, 39.984790673571297 ], [ -75.170542091476904, 39.984781203839397 ], [ -75.1705174878756, 39.984893779442203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2024 N LAMBERT ST", "addr_range": "2020-2024 N LAMBERT ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 885, "objectid": 3699, "Shape__Area": 140.30859375, "Shape__Length": 57.899908059625105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167547277451504, 39.985396352972899 ], [ -75.167749248122206, 39.985422224342997 ], [ -75.167758385056999, 39.985380339926202 ], [ -75.167556386013501, 39.985354663451197 ], [ -75.167547277451504, 39.985396352972899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2024 W NORRIS ST", "addr_range": "2022-2024 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1158, "objectid": 3700, "Shape__Area": 183.4765625, "Shape__Length": 69.67404515375253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167178632917398, 39.984461700021797 ], [ -75.167238010009598, 39.984469128918697 ], [ -75.167278287463603, 39.984276775781801 ], [ -75.167223157129001, 39.984268990162299 ], [ -75.167221274756201, 39.984277185778197 ], [ -75.167178632917398, 39.984461700021797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2005 N CROSKEY ST", "addr_range": "2005-2015 N CROSKEY ST; 2012-2014 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2040, "objectid": 3701, "Shape__Area": 323.2578125, "Shape__Length": 81.248336201743868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170328548731305, 39.985168679497903 ], [ -75.170309862227896, 39.985242458864398 ], [ -75.170574410304894, 39.9852792419805 ], [ -75.170589919646901, 39.985205810143498 ], [ -75.170328548731305, 39.985168679497903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2017 N WOODSTOCK ST", "addr_range": "2015-2021 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 821, "objectid": 3702, "Shape__Area": 130.203125, "Shape__Length": 56.059700424477221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166698171105693, 39.985037406560998 ], [ -75.166894092104499, 39.985063610023701 ], [ -75.166901624230206, 39.985028670607001 ], [ -75.166902742453104, 39.985023537464997 ], [ -75.166706536690796, 39.9849976177317 ], [ -75.166698171105693, 39.985037406560998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2236 PAGE ST", "addr_range": "2236 PAGE ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1068, "objectid": 3703, "Shape__Area": 169.25390625, "Shape__Length": 64.386159960551424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171192473332596, 39.985354757659799 ], [ -75.171155165443594, 39.9855282546675 ], [ -75.171213872333595, 39.985536247571602 ], [ -75.171250924495695, 39.985362324930101 ], [ -75.171192473332596, 39.985354757659799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2002 N CLEVELAND ST", "addr_range": "2000-2002 CLEVELAND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 619, "objectid": 3704, "Shape__Area": 98.171875, "Shape__Length": 46.735393140307892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163830899815295, 39.984256095508201 ], [ -75.163988726826602, 39.984277207221901 ], [ -75.163997998414004, 39.9842395338312 ], [ -75.163839233552395, 39.984219368685999 ], [ -75.163830899815295, 39.984256095508201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2025 N 19TH ST", "addr_range": "2025-2027 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1048, "objectid": 3705, "Shape__Area": 166.078125, "Shape__Length": 63.238955144810618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164640899977101, 39.984845115732099 ], [ -75.164650807376304, 39.984800671071298 ], [ -75.164429556479604, 39.984770492672801 ], [ -75.164420222143093, 39.9848164332995 ], [ -75.164640899977101, 39.984845115732099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1917 N GRATZ ST", "addr_range": "1917 N GRATZ ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1325, "objectid": 3706, "Shape__Area": 209.984375, "Shape__Length": 76.989256951183819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163952527616104, 39.983073639273201 ], [ -75.164235263055502, 39.983110034366803 ], [ -75.164244980057006, 39.983065361095598 ], [ -75.163962243559396, 39.983028967799903 ], [ -75.163952527616104, 39.983073639273201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2027 N 19TH ST", "addr_range": "2025-2027 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 984, "objectid": 3707, "Shape__Area": 156.03515625, "Shape__Length": 62.410331319788682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164640899977101, 39.984845115732099 ], [ -75.164420222143093, 39.9848164332995 ], [ -75.164411491416004, 39.984859163690601 ], [ -75.164632852815004, 39.9848875236545 ], [ -75.164640899977101, 39.984845115732099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2000 N CLEVELAND ST", "addr_range": "2000-2002 CLEVELAND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 649, "objectid": 3708, "Shape__Area": 102.93359375, "Shape__Length": 47.308365081219414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163839233552395, 39.984219368685999 ], [ -75.163997998414004, 39.9842395338312 ], [ -75.164006782422305, 39.984200915100402 ], [ -75.163848338333693, 39.984180048995199 ], [ -75.163848311749405, 39.9841801934597 ], [ -75.163848288250406, 39.984180256902299 ], [ -75.163839233552395, 39.984219368685999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1820 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1206, "objectid": 3709, "Shape__Area": 191.17578125, "Shape__Length": 71.433313874745807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173675793849995, 39.983076867237898 ], [ -75.173933545148998, 39.983112571154997 ], [ -75.173942997010499, 39.983068357979498 ], [ -75.173685375093996, 39.9830319956409 ], [ -75.173675793849995, 39.983076867237898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1828 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1167, "objectid": 3710, "Shape__Area": 184.9765625, "Shape__Length": 70.732770826094622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173638411046099, 39.983252540059802 ], [ -75.173894356179702, 39.9832877998507 ], [ -75.173904392569, 39.983244728766898 ], [ -75.173647898301098, 39.983209035894703 ], [ -75.173638411046099, 39.983252540059802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3120 RIDGE AVE", "addr_range": "3120-3126 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1019, "objectid": 3711, "Shape__Area": 161.6015625, "Shape__Length": 65.303387451961015 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184172623955803, 39.989577938601101 ], [ -75.184205425766194, 39.989610555890998 ], [ -75.184303051238899, 39.989548179076102 ], [ -75.184388568819003, 39.989494526314303 ], [ -75.184355009300205, 39.989459795491399 ], [ -75.184172623955803, 39.989577938601101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2454 N DELHI ST", "addr_range": "2454-2462 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 612, "objectid": 3712, "Shape__Area": 97.109375, "Shape__Length": 46.303471251666409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147912397168994, 39.989689787132399 ], [ -75.148069269927305, 39.989710284424298 ], [ -75.148076932656295, 39.989672754040001 ], [ -75.147921175832494, 39.989652636156599 ], [ -75.147912397168994, 39.989689787132399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2435 N DELHI ST", "addr_range": "2433-2435 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 586, "objectid": 3713, "Shape__Area": 92.9921875, "Shape__Length": 45.179753544024081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147719379647199, 39.989330546061197 ], [ -75.147880890725801, 39.989350876685101 ], [ -75.147889402699704, 39.9893136232565 ], [ -75.147769602840299, 39.9892974946181 ], [ -75.1477218444644, 39.989318190389398 ], [ -75.147719379647199, 39.989330546061197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2356 N FAIRHILL ST", "addr_range": "538 W YORK ST; 2356-2364 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 482, "objectid": 3714, "Shape__Area": 76.3671875, "Shape__Length": 42.74740945743406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142788037110094, 39.987522655894502 ], [ -75.142794542731096, 39.9875235118799 ], [ -75.142798696846995, 39.987504826245498 ], [ -75.142787326285699, 39.9875035209636 ], [ -75.142789837801601, 39.987489940148002 ], [ -75.1426572313664, 39.987472340224699 ], [ -75.142654145363295, 39.987471930433799 ], [ -75.1426473880054, 39.987504387611899 ], [ -75.142788037110094, 39.987522655894502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "538 W YORK ST", "addr_range": "538 W YORK ST; 2356-2364 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 460, "objectid": 3715, "Shape__Area": 72.96875, "Shape__Length": 41.094230853673473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142792810498406, 39.987549410247702 ], [ -75.142791711712903, 39.987554140881201 ], [ -75.142791332021602, 39.987555823474203 ], [ -75.142770020868994, 39.987648594232397 ], [ -75.142768009143296, 39.987657333497197 ], [ -75.142808797887099, 39.987663012046099 ], [ -75.142820960086496, 39.9876073898238 ], [ -75.142833561900403, 39.987554869893799 ], [ -75.142792810498406, 39.987549410247702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2640 N 11TH ST", "addr_range": "2636-2642 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1124, "objectid": 3716, "Shape__Area": 178.2265625, "Shape__Length": 68.485128525049902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149457937962097, 39.992671134581002 ], [ -75.149558028544206, 39.992684364019198 ], [ -75.149623211355902, 39.992694109398499 ], [ -75.149704325077707, 39.992704361606798 ], [ -75.149714164416693, 39.992661399536303 ], [ -75.149467717795602, 39.992627558486603 ], [ -75.149457937962097, 39.992671134581002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3018 N 11TH ST", "addr_range": "3000-3018 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 893, "objectid": 3717, "Shape__Area": 141.609375, "Shape__Length": 59.846614135110343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148236782195696, 39.9983232625802 ], [ -75.148331299127193, 39.9983361404189 ], [ -75.148449730068407, 39.998351204509 ], [ -75.148457977832507, 39.998312123181499 ], [ -75.148244912199601, 39.9982828243634 ], [ -75.148236782195696, 39.9983232625802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1243 W LEHIGH AVE", "addr_range": "1243 W LEHIGH AVE", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1798, "objectid": 3718, "Shape__Area": 284.953125, "Shape__Length": 102.39253931920878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152150651390798, 39.994060257524801 ], [ -75.152207573714605, 39.994067364573702 ], [ -75.152269436641603, 39.993762390285603 ], [ -75.152213658361006, 39.993755485753198 ], [ -75.152150651390798, 39.994060257524801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3024 N 11TH ST", "addr_range": "3022-3026 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 893, "objectid": 3719, "Shape__Area": 141.625, "Shape__Length": 60.00830896142223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148219307360904, 39.998404625960902 ], [ -75.148211016713304, 39.998444302777699 ], [ -75.148424684660995, 39.9984726322852 ], [ -75.148433010504107, 39.998432553497601 ], [ -75.148219307360904, 39.998404625960902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1035 W INDIANA AVE", "addr_range": "1025-1035 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 950, "objectid": 3720, "Shape__Area": 150.69140625, "Shape__Length": 60.367305615166813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147945276106896, 39.998031735578301 ], [ -75.148001042642605, 39.998038448128 ], [ -75.148034763362105, 39.997876126955397 ], [ -75.147979665879205, 39.997868864645298 ], [ -75.147963016149106, 39.9979439773983 ], [ -75.147945276106896, 39.998031735578301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3048 GERMANTOWN AVE", "addr_range": "3046-3052 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1443, "objectid": 3721, "Shape__Area": 228.7421875, "Shape__Length": 77.192154504856049 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147358139294894, 39.998865542623903 ], [ -75.147370441554301, 39.998893451329202 ], [ -75.1473792753048, 39.998913463241998 ], [ -75.147487783440695, 39.998885568849403 ], [ -75.147643236415902, 39.9988447151282 ], [ -75.147631008893597, 39.998808281795597 ], [ -75.147627058799401, 39.9987965042138 ], [ -75.147358139294894, 39.998865542623903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3022 N 11TH ST", "addr_range": "3022-3026 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 910, "objectid": 3722, "Shape__Area": 144.234375, "Shape__Length": 60.310417585827118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148219307360904, 39.998404625960902 ], [ -75.148433010504107, 39.998432553497601 ], [ -75.148441419896002, 39.998391945001202 ], [ -75.148390808308505, 39.998385800012997 ], [ -75.148227866786598, 39.998363376648697 ], [ -75.148219307360904, 39.998404625960902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3050 GERMANTOWN AVE", "addr_range": "3046-3052 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1266, "objectid": 3723, "Shape__Area": 200.73828125, "Shape__Length": 74.536410460728064 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1473792753048, 39.998913463241998 ], [ -75.147397650711099, 39.998955130357501 ], [ -75.147423934598805, 39.998949133500801 ], [ -75.147451261628404, 39.998941596117099 ], [ -75.147487746466098, 39.9989329932055 ], [ -75.147558200247801, 39.998914762615499 ], [ -75.1476576231114, 39.998888790303397 ], [ -75.147643236415902, 39.9988447151282 ], [ -75.147487783440695, 39.998885568849403 ], [ -75.1473792753048, 39.998913463241998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3014 N 11TH ST", "addr_range": "3000-3018 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 892, "objectid": 3724, "Shape__Area": 141.4453125, "Shape__Length": 59.875511527123813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148253666806397, 39.998241433508198 ], [ -75.148466767637302, 39.998269749197 ], [ -75.148474993593297, 39.998230135772801 ], [ -75.148262378215307, 39.998201169750502 ], [ -75.148253666806397, 39.998241433508198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1124 W SOMERSET ST", "addr_range": "1124 W SOMERSET ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1032, "objectid": 3725, "Shape__Area": 163.6875, "Shape__Length": 71.183467196870239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149947380701803, 39.994923079718298 ], [ -75.149995027502399, 39.9949294299306 ], [ -75.150037686303804, 39.994724544760402 ], [ -75.149989316315398, 39.994717871835 ], [ -75.149947380701803, 39.994923079718298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1104 W SOMERSET ST", "addr_range": "1104-1106 W SOMERSET ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 898, "objectid": 3726, "Shape__Area": 142.4453125, "Shape__Length": 60.747972473458141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149354828988294, 39.994672726730698 ], [ -75.149303383799506, 39.994665966721399 ], [ -75.149268687116205, 39.994832602675601 ], [ -75.149273040742798, 39.994833845611403 ], [ -75.149319492963002, 39.994840184358502 ], [ -75.149354828988294, 39.994672726730698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1010 W SOMERSET ST", "addr_range": "2727-2729 N WARNOCK ST; 1010-1016 W SOMERSET ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 732, "objectid": 3727, "Shape__Area": 116.06640625, "Shape__Length": 54.968460296308912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147972615430703, 39.994504285977598 ], [ -75.147938675461205, 39.9946554628348 ], [ -75.147986204556204, 39.994661054364101 ], [ -75.148017591735794, 39.994509787191397 ], [ -75.147972615430703, 39.994504285977598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2860 N 11TH ST", "addr_range": "2844-2860 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1592, "objectid": 3728, "Shape__Area": 252.40234375, "Shape__Length": 88.890403432892853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1486773841211, 39.996320659820697 ], [ -75.148674803810906, 39.996332756104003 ], [ -75.149008989409595, 39.996376712055401 ], [ -75.149011805767699, 39.9963638957936 ], [ -75.1490183798266, 39.9963339651109 ], [ -75.1490190926542, 39.996330708759103 ], [ -75.148684356992604, 39.996287998190397 ], [ -75.148683206824899, 39.9962934043742 ], [ -75.1486773841211, 39.996320659820697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1046 W ORLEANS ST", "addr_range": "1049-1051 W MONMOUTH ST; 1046-1050 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 643, "objectid": 3729, "Shape__Area": 101.96875, "Shape__Length": 47.512960750180056 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148173047981501, 39.997018602576702 ], [ -75.148221288120496, 39.997025370600603 ], [ -75.148248834258695, 39.996902146148102 ], [ -75.148197551146595, 39.996895486663398 ], [ -75.148173047981501, 39.997018602576702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1236 W HUNTINGDON ST", "addr_range": "1234-1236 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 947, "objectid": 3730, "Shape__Area": 150.10546875, "Shape__Length": 60.069419440341079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152214934014197, 39.991947152570098 ], [ -75.152270973735796, 39.991954288307603 ], [ -75.152304049185304, 39.991798046034098 ], [ -75.152305424962293, 39.991793836975297 ], [ -75.1523030068346, 39.9917935083392 ], [ -75.152289750335797, 39.991791627933701 ], [ -75.152249018149405, 39.991785919869301 ], [ -75.152247834136801, 39.991790566657599 ], [ -75.152215500504795, 39.991944409174202 ], [ -75.152214934014197, 39.991947152570098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2854 N 11TH ST", "addr_range": "2844-2860 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1585, "objectid": 3731, "Shape__Area": 251.21875, "Shape__Length": 88.82529241014943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148705202525804, 39.996197393696903 ], [ -75.149039881996401, 39.9962399083213 ], [ -75.149049156544805, 39.996195322471401 ], [ -75.148714860224899, 39.996151557827197 ], [ -75.148705202525804, 39.996197393696903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1106 W SOMERSET ST", "addr_range": "1104-1106 W SOMERSET ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 883, "objectid": 3732, "Shape__Area": 139.9453125, "Shape__Length": 60.63349559307995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149319492963002, 39.994840184358502 ], [ -75.149370285469899, 39.994846493476601 ], [ -75.149404739291796, 39.994679096039498 ], [ -75.149354828988294, 39.994672726730698 ], [ -75.149319879360107, 39.994838323497099 ], [ -75.149319492963002, 39.994840184358502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2741 N 13TH ST", "addr_range": "2741-2745 N 13TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1433, "objectid": 3733, "Shape__Area": 227.1875, "Shape__Length": 80.395157238317424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152050690378104, 39.994824705453297 ], [ -75.152054695478697, 39.994825199756903 ], [ -75.152064126857596, 39.994779213472398 ], [ -75.151768140830697, 39.994741660500097 ], [ -75.151767626217307, 39.994744179813999 ], [ -75.151758647967199, 39.994788176974197 ], [ -75.152050690378104, 39.994824705453297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2930 GERMANTOWN AVE", "addr_range": "2930; 2936 GERMANTOWN AVE; 1001 W ORLEANS ST; 1002-1004 STELLA ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 823, "objectid": 3734, "Shape__Area": 130.46875, "Shape__Length": 50.310155150853205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146987067136905, 39.997068978411903 ], [ -75.147051258647906, 39.9970773331329 ], [ -75.147080795293505, 39.996956362449403 ], [ -75.147015351803304, 39.9969483983269 ], [ -75.1470152055781, 39.996948942831402 ], [ -75.146987067136905, 39.997068978411903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3012 N 11TH ST", "addr_range": "3000-3018 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 932, "objectid": 3735, "Shape__Area": 147.75, "Shape__Length": 60.338926821780923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148262378215307, 39.998201169750502 ], [ -75.148474993593297, 39.998230135772801 ], [ -75.148483758511304, 39.9981878909702 ], [ -75.148462003169001, 39.998185688694598 ], [ -75.148445172787902, 39.998182970920702 ], [ -75.148272131416803, 39.998159430307098 ], [ -75.148262378215307, 39.998201169750502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2743 N 13TH ST", "addr_range": "2741-2745 N 13TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1304, "objectid": 3736, "Shape__Area": 206.7890625, "Shape__Length": 79.212100441026166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151749556388594, 39.994830237080897 ], [ -75.152046088168305, 39.994867222188297 ], [ -75.152054695478697, 39.994825199756903 ], [ -75.151758647967199, 39.994788176974197 ], [ -75.151749556388594, 39.994830237080897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4013 WALLACE ST", "addr_range": "620-634 N 40TH ST; 4013-4017 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1125, "objectid": 3737, "Shape__Area": 178.1953125, "Shape__Length": 67.82592488480752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2030737173733, 39.964071138405501 ], [ -75.203013680811594, 39.964077784980901 ], [ -75.203050042871695, 39.964264548698999 ], [ -75.203105565441305, 39.964258189332 ], [ -75.2030737173733, 39.964071138405501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1129 N 41ST ST", "addr_range": "1129 N 41ST ST", "zipcode": 19104, "district": "3", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1181, "objectid": 3738, "Shape__Area": 187.06640625, "Shape__Length": 73.235526457229525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205924798946995, 39.973266368093597 ], [ -75.205932225621893, 39.973308056392703 ], [ -75.206203488669601, 39.9732782686796 ], [ -75.206195549682405, 39.9732362780206 ], [ -75.205924798946995, 39.973266368093597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4015 WALLACE ST", "addr_range": "620-634 N 40TH ST; 4013-4017 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1072, "objectid": 3739, "Shape__Area": 169.87109375, "Shape__Length": 67.080916125805089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2030737173733, 39.964071138405501 ], [ -75.203105565441305, 39.964258189332 ], [ -75.203161096550403, 39.964251570638602 ], [ -75.203153930078003, 39.964210290615 ], [ -75.203128747434405, 39.964065606032101 ], [ -75.2030737173733, 39.964071138405501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4215 BROWN ST", "addr_range": "4234-4240 LANCASTER AVE; 4215-4223 BROWN ST", "zipcode": 19104, "district": "3", "year": "2003", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1098, "objectid": 3740, "Shape__Area": 173.94921875, "Shape__Length": 62.36792537622209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209232615497598, 39.967084411002503 ], [ -75.209239718925303, 39.967083213189298 ], [ -75.209356486175807, 39.967154502016697 ], [ -75.209338684711099, 39.967019910710199 ], [ -75.209241473447094, 39.967026221273599 ], [ -75.209242036762305, 39.967041998591299 ], [ -75.209221492241994, 39.967063627238403 ], [ -75.209207787228706, 39.967055329161802 ], [ -75.209199328938396, 39.9670635725453 ], [ -75.209232615497598, 39.967084411002503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "849 N 40TH ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1125, "objectid": 3741, "Shape__Area": 178.73046875, "Shape__Length": 71.892064676581455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202969114411701, 39.968930208878497 ], [ -75.202976949384094, 39.968970972146202 ], [ -75.203243400994594, 39.968940101982803 ], [ -75.203242947517097, 39.968937673622001 ], [ -75.203241341962197, 39.968931835518099 ], [ -75.203239824567405, 39.9689186796111 ], [ -75.203235008592401, 39.968899616487903 ], [ -75.203201673516205, 39.968903614985102 ], [ -75.203151791268098, 39.9689091662338 ], [ -75.203137877170505, 39.9689104206388 ], [ -75.203128548478006, 39.968912212906801 ], [ -75.203068214528301, 39.968918869221902 ], [ -75.203061268712204, 39.968919165549799 ], [ -75.203055755700802, 39.9689203811703 ], [ -75.203016293270906, 39.968924614820097 ], [ -75.203002352018103, 39.9689265308443 ], [ -75.202993952002998, 39.968927665259201 ], [ -75.202969114411701, 39.968930208878497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1144 UNION ST", "addr_range": "1144 UNION ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 716, "objectid": 3742, "Shape__Area": 113.40234375, "Shape__Length": 49.750776089652163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203154945203295, 39.973875969639401 ], [ -75.203162708648094, 39.9739164411627 ], [ -75.203165150463406, 39.973916189015497 ], [ -75.203330580034404, 39.973898985107603 ], [ -75.203322950818205, 39.973857679543798 ], [ -75.203234955711196, 39.973867154084502 ], [ -75.203154945203295, 39.973875969639401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "847 N 40TH ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2295, "objectid": 3743, "Shape__Area": 362.08203125, "Shape__Length": 107.34607642925415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2028184334375, 39.968892400607302 ], [ -75.202828849032599, 39.968946503782902 ], [ -75.202859896551203, 39.968943146584103 ], [ -75.202874997530202, 39.968941031970999 ], [ -75.20288196816, 39.968940073966799 ], [ -75.202916786211702, 39.968936188670199 ], [ -75.202927219219305, 39.968935082270001 ], [ -75.202969114411701, 39.968930208878497 ], [ -75.202993952002998, 39.968927665259201 ], [ -75.203002352018103, 39.9689265308443 ], [ -75.203016293270906, 39.968924614820097 ], [ -75.203055755700802, 39.9689203811703 ], [ -75.203061268712204, 39.968919165549799 ], [ -75.203068214528301, 39.968918869221902 ], [ -75.203128548478006, 39.968912212906801 ], [ -75.203137877170505, 39.9689104206388 ], [ -75.203151791268098, 39.9689091662338 ], [ -75.203201673516205, 39.968903614985102 ], [ -75.203235008592401, 39.968899616487903 ], [ -75.203223717676906, 39.968845364183501 ], [ -75.203217679847398, 39.968846616817402 ], [ -75.203188688959699, 39.968849310669299 ], [ -75.203178246969003, 39.9688506259265 ], [ -75.203168949516893, 39.968852209857999 ], [ -75.203158186688597, 39.968853743243102 ], [ -75.203151550263996, 39.968853595941397 ], [ -75.203125121290199, 39.968857233229997 ], [ -75.203107702580795, 39.968859731615403 ], [ -75.203097001854303, 39.968860170752002 ], [ -75.203023009606994, 39.968868974607901 ], [ -75.202999511118193, 39.968871564175501 ], [ -75.202993718396499, 39.9688718698767 ], [ -75.202976583680496, 39.968874601599403 ], [ -75.202944963286896, 39.968878122709199 ], [ -75.202926387326301, 39.968880160193798 ], [ -75.202903181338201, 39.968882756234798 ], [ -75.202884921250202, 39.968884801625599 ], [ -75.20287884151, 39.968884891916701 ], [ -75.202873014366901, 39.9688860843371 ], [ -75.202855627653193, 39.968887697707501 ], [ -75.202845161435405, 39.968889689952299 ], [ -75.2028184334375, 39.968892400607302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "861 N 40TH ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2299, "objectid": 3744, "Shape__Area": 358.8203125, "Shape__Length": 107.46336160243574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202881454421501, 39.9692219796637 ], [ -75.202887081542798, 39.969250700656403 ], [ -75.202887773664102, 39.9692551651804 ], [ -75.202889531533899, 39.969265809925801 ], [ -75.202890991592298, 39.969274934372798 ], [ -75.202898327531898, 39.969274290817602 ], [ -75.202905322376196, 39.9692726566944 ], [ -75.202916891013103, 39.969272026905998 ], [ -75.202938985128696, 39.969268294338796 ], [ -75.202949423506297, 39.969267639457897 ], [ -75.202994673608799, 39.969262647708597 ], [ -75.2030521123489, 39.969256137095201 ], [ -75.203063131593197, 39.969255043694197 ], [ -75.203084058635994, 39.969251736597499 ], [ -75.203102588317805, 39.969250373811299 ], [ -75.203113042431397, 39.969249267861699 ], [ -75.203118849114503, 39.969248059657303 ], [ -75.203124635240798, 39.969247961934698 ], [ -75.203143259549293, 39.969245699337002 ], [ -75.203162923728598, 39.969243717504199 ], [ -75.203189619416307, 39.969240747460802 ], [ -75.203197734055607, 39.969240041881797 ], [ -75.203211691073093, 39.969237675680297 ], [ -75.203221248403807, 39.969237001219803 ], [ -75.203241866655603, 39.969234121524998 ], [ -75.203251415547598, 39.969233672125704 ], [ -75.203261556018106, 39.969232561003501 ], [ -75.203298666664494, 39.969228466982798 ], [ -75.203287913028603, 39.969174405011103 ], [ -75.203270034497507, 39.969176297653398 ], [ -75.203242168912695, 39.9691796760331 ], [ -75.203231753918502, 39.969180332360203 ], [ -75.2032224263953, 39.969182123761499 ], [ -75.203195750656306, 39.969185093353801 ], [ -75.203172528238198, 39.969188125172799 ], [ -75.203152793580102, 39.969190363129698 ], [ -75.203114512986204, 39.969194397797402 ], [ -75.203076816788098, 39.969198493177203 ], [ -75.203062307451006, 39.969199911860002 ], [ -75.203056764321502, 39.9692013367466 ], [ -75.203041380423002, 39.969203218952799 ], [ -75.203034417037003, 39.9692039518768 ], [ -75.203015878961594, 39.969205538815501 ], [ -75.203010052355907, 39.9692067474735 ], [ -75.2030019551583, 39.969207019142097 ], [ -75.202995260709002, 39.969208418469698 ], [ -75.202985711244906, 39.969208883152 ], [ -75.202963642501203, 39.969211939636601 ], [ -75.202952052240406, 39.969212584266501 ], [ -75.202938115683494, 39.969214935573703 ], [ -75.202925352275003, 39.969216199279003 ], [ -75.202914872779203, 39.969217982203403 ], [ -75.202907052989403, 39.969218694307401 ], [ -75.202881454421501, 39.9692219796637 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "826 SLOAN ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 527, "objectid": 3745, "Shape__Area": 85.14453125, "Shape__Length": 40.994019418816066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202976068730607, 39.969019069841103 ], [ -75.202845385420801, 39.969032369890698 ], [ -75.202850382755898, 39.969058336049898 ], [ -75.202852281515405, 39.969072499643303 ], [ -75.202923507821595, 39.969064795888897 ], [ -75.2029531073795, 39.969061518246697 ], [ -75.202976871308294, 39.969059096759999 ], [ -75.202982631555798, 39.969058595721499 ], [ -75.202976068730607, 39.969019069841103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "855 N 40TH ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1068, "objectid": 3746, "Shape__Area": 179.5859375, "Shape__Length": 71.759934257647814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202993311016996, 39.969055382831101 ], [ -75.203000646493805, 39.969095539444901 ], [ -75.203029357113905, 39.969092484421203 ], [ -75.203040996870598, 39.969090519109002 ], [ -75.203057255920996, 39.969088219341799 ], [ -75.203064201754401, 39.969087923014101 ], [ -75.203079285882396, 39.969086258501697 ], [ -75.203089743651603, 39.969084492199698 ], [ -75.203142249469394, 39.9690787748576 ], [ -75.203150077746201, 39.9690778358733 ], [ -75.203177967539105, 39.9690737795978 ], [ -75.203266315152703, 39.969063732814099 ], [ -75.203259531419206, 39.969023379433501 ], [ -75.203199328056598, 39.969029861219802 ], [ -75.203137585026298, 39.969037211606803 ], [ -75.203021088847905, 39.969050970914701 ], [ -75.203001375926604, 39.9690531922082 ], [ -75.202993311016996, 39.969055382831101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "871 N 40TH ST", "addr_range": "871 N 40TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 861, "objectid": 3747, "Shape__Area": 135.89453125, "Shape__Length": 56.780592365190344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2033629241581, 39.969626275582002 ], [ -75.203355021181693, 39.969583351131497 ], [ -75.203341118336098, 39.969585395093603 ], [ -75.203322788331207, 39.969587551631697 ], [ -75.203300440896101, 39.969590167714003 ], [ -75.203286836116106, 39.969590976700999 ], [ -75.2032468167519, 39.969595531449002 ], [ -75.203242727465707, 39.969596220957399 ], [ -75.2032376562412, 39.969596802175097 ], [ -75.2032346055164, 39.969597151629202 ], [ -75.203231338817204, 39.969597171027203 ], [ -75.203226515507495, 39.969597199124202 ], [ -75.203223121666596, 39.969597986058702 ], [ -75.203218654027495, 39.969599022164402 ], [ -75.203212575360098, 39.969599113399298 ], [ -75.2032047222838, 39.969600712275003 ], [ -75.203184604576194, 39.969602544395201 ], [ -75.203169895436105, 39.969604823623001 ], [ -75.203163853568995, 39.969604464268997 ], [ -75.203157502143696, 39.969605677504497 ], [ -75.203165067060098, 39.969646433859303 ], [ -75.2033629241581, 39.969626275582002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4046 W GIRARD AVE", "addr_range": "4042-4050 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1943, "objectid": 3748, "Shape__Area": 307.83203125, "Shape__Length": 102.10352279809621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205928718114606, 39.973804463090197 ], [ -75.205872652647699, 39.9735040067428 ], [ -75.205809944017403, 39.973511305707 ], [ -75.205867282891603, 39.973811305583503 ], [ -75.205928718114606, 39.973804463090197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4050 W GIRARD AVE", "addr_range": "4042-4050 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1514, "objectid": 3749, "Shape__Area": 239.7421875, "Shape__Length": 85.811014748189478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206047717847895, 39.973791190450697 ], [ -75.206000798278396, 39.973544697108402 ], [ -75.205941674637998, 39.973549705082696 ], [ -75.205989122343397, 39.973797725650201 ], [ -75.206047717847895, 39.973791190450697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "859 N 40TH ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2299, "objectid": 3750, "Shape__Area": 359.5078125, "Shape__Length": 107.3634264249944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202870979709004, 39.969168326586299 ], [ -75.202877778057996, 39.969206035870698 ], [ -75.202880392074107, 39.969213428974903 ], [ -75.202880799021401, 39.969217660115497 ], [ -75.202881454421501, 39.9692219796637 ], [ -75.202907052989403, 39.969218694307401 ], [ -75.202914872779203, 39.969217982203403 ], [ -75.202925352275003, 39.969216199279003 ], [ -75.202938115683494, 39.969214935573703 ], [ -75.202952052240406, 39.969212584266501 ], [ -75.202963642501203, 39.969211939636601 ], [ -75.202985711244906, 39.969208883152 ], [ -75.202995260709002, 39.969208418469698 ], [ -75.2030019551583, 39.969207019142097 ], [ -75.203010052355907, 39.9692067474735 ], [ -75.203015878320301, 39.969205555920396 ], [ -75.203034417037003, 39.9692039518768 ], [ -75.203041380423002, 39.969203218952799 ], [ -75.203056764321502, 39.9692013367466 ], [ -75.203062307451006, 39.969199911860002 ], [ -75.203076816788098, 39.969198493177203 ], [ -75.203114512986204, 39.969194397797402 ], [ -75.203152793580102, 39.969190363129698 ], [ -75.203172528238198, 39.969188125172799 ], [ -75.203195750656306, 39.969185093353801 ], [ -75.2032224263953, 39.969182123761499 ], [ -75.203231753918502, 39.969180332360203 ], [ -75.203242168912695, 39.9691796760331 ], [ -75.203270034497507, 39.969176297653398 ], [ -75.203287913028603, 39.969174405011103 ], [ -75.203277818253497, 39.969121260467702 ], [ -75.203238699936605, 39.969125808175299 ], [ -75.203232629783201, 39.969125673447202 ], [ -75.203224499384802, 39.969126830982702 ], [ -75.203203609716198, 39.969129704649397 ], [ -75.203187370147702, 39.969130891228502 ], [ -75.203180395822997, 39.9691325096057 ], [ -75.203171109347593, 39.969133206292497 ], [ -75.203154866626505, 39.969135070352301 ], [ -75.203142085123204, 39.9691367859838 ], [ -75.203135416661993, 39.969137523657999 ], [ -75.203106153028102, 39.969140211438003 ], [ -75.203079430328501, 39.969143840397003 ], [ -75.203073620606006, 39.969144598930498 ], [ -75.203067839279896, 39.969145131041003 ], [ -75.203048693938101, 39.969146705406402 ], [ -75.203031249802194, 39.9691498798719 ], [ -75.203018769240899, 39.969151376918802 ], [ -75.202995270654299, 39.9691539664855 ], [ -75.202989514069003, 39.969153838704997 ], [ -75.202968638289207, 39.969156341423798 ], [ -75.202940913483999, 39.969159868818203 ], [ -75.202870979709004, 39.969168326586299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "867 N 40TH ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2300, "objectid": 3751, "Shape__Area": 362.20703125, "Shape__Length": 107.17402270500004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203311038835594, 39.969334906021501 ], [ -75.202905007671006, 39.9693793944136 ], [ -75.2029059981475, 39.969385364831801 ], [ -75.202909699092899, 39.969402339918297 ], [ -75.202912154940094, 39.969413951617497 ], [ -75.202913140711502, 39.969418423560697 ], [ -75.202915075596295, 39.9694282514197 ], [ -75.202914971422899, 39.969433809206002 ], [ -75.2033204739231, 39.969388906289197 ], [ -75.203311038835594, 39.969334906021501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3910 CAMBRIDGE ST", "addr_range": "1114-1124 N 39TH ST; 3910 CAMBRIDGE ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1367, "objectid": 3752, "Shape__Area": 216.66015625, "Shape__Length": 85.173712832620254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201971499944193, 39.973549469506601 ], [ -75.201980008091596, 39.973596324161598 ], [ -75.201982194161502, 39.973596115015198 ], [ -75.202008503261396, 39.973593507837599 ], [ -75.202032582387503, 39.973591125044599 ], [ -75.201988830096099, 39.973344973066197 ], [ -75.201988015233894, 39.973340409404003 ], [ -75.201960967652198, 39.973343193892802 ], [ -75.201936006786994, 39.973346169772903 ], [ -75.2019423733922, 39.973384240737602 ], [ -75.201950016169704, 39.973425161084698 ], [ -75.201956968380301, 39.973468225805298 ], [ -75.2019642567559, 39.9735085418164 ], [ -75.201971499944193, 39.973549469506601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "823 N 40TH ST", "addr_range": "823-827 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1242, "objectid": 3753, "Shape__Area": 196.79296875, "Shape__Length": 75.861480621472523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2028003971228, 39.9681112779827 ], [ -75.2028046410679, 39.968136066927897 ], [ -75.202808599351798, 39.968153983876803 ], [ -75.202816766889399, 39.968152988477399 ], [ -75.202826850191201, 39.968151649074699 ], [ -75.202836438743404, 39.968150200478703 ], [ -75.202842765809393, 39.968150164335903 ], [ -75.202855980483307, 39.968148071826597 ], [ -75.202866997728293, 39.968147027058102 ], [ -75.202900695475506, 39.968142809663398 ], [ -75.202907431942506, 39.968141411276299 ], [ -75.202931753517603, 39.968138630970898 ], [ -75.202948153012898, 39.968137076769402 ], [ -75.202975013754099, 39.968134190638501 ], [ -75.202987266068106, 39.968132061434801 ], [ -75.203000061131306, 39.968131072335098 ], [ -75.203011098927405, 39.968129479297403 ], [ -75.203024509060995, 39.968128294815003 ], [ -75.203040471731299, 39.968126085784903 ], [ -75.203049564825307, 39.968125546099003 ], [ -75.203058807976404, 39.968124283533598 ], [ -75.203089405472198, 39.968120675724002 ], [ -75.203081840437903, 39.9680782416848 ], [ -75.203062580327696, 39.968080667650597 ], [ -75.203018834435696, 39.968085756770101 ], [ -75.203005147294306, 39.968087645995297 ], [ -75.202992112744496, 39.968088838812399 ], [ -75.202981187513501, 39.9680902406309 ], [ -75.202964899947901, 39.9680916207246 ], [ -75.202947504942301, 39.968093991665 ], [ -75.202909288776297, 39.968098010562002 ], [ -75.202899198201294, 39.968100075118997 ], [ -75.202886383916294, 39.968100983591199 ], [ -75.202847780596201, 39.968105833609798 ], [ -75.202839031093106, 39.968106735001797 ], [ -75.202811705757298, 39.968109707194699 ], [ -75.2028003971228, 39.9681112779827 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4002 OGDEN ST", "addr_range": "866 N 40TH ST; 4002 OGDEN ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 527, "objectid": 3754, "Shape__Area": 83.60546875, "Shape__Length": 37.770038786672181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203881987510698, 39.969304987817999 ], [ -75.203898281623793, 39.969385045898903 ], [ -75.203949139240095, 39.969379129430997 ], [ -75.203960922861796, 39.969377762780901 ], [ -75.203945169129298, 39.969297250881802 ], [ -75.203881987510698, 39.969304987817999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "765 PALLAS ST", "addr_range": "765-771 PALLAS ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1046, "objectid": 3755, "Shape__Area": 165.6640625, "Shape__Length": 69.940543941823904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210285710555397, 39.9661177400315 ], [ -75.210290731938898, 39.966156538419 ], [ -75.2105525676551, 39.966134945984997 ], [ -75.210547643024995, 39.966096311934002 ], [ -75.210285710555397, 39.9661177400315 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "729 N PRESTON ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 863, "objectid": 3756, "Shape__Area": 136.70703125, "Shape__Length": 64.178835876369945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203519284780398, 39.965683224134899 ], [ -75.203525807813705, 39.965718219755701 ], [ -75.203765605020294, 39.965692188355497 ], [ -75.203759263618906, 39.965657373378598 ], [ -75.203569172340494, 39.965678560386401 ], [ -75.203519284780398, 39.965683224134899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1701-03 RIDGE AVE", "addr_range": "1701-1709 RIDGE AVE", "zipcode": 19130, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1091, "objectid": 3757, "Shape__Area": 172.87109375, "Shape__Length": 56.146013835697104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164682939000699, 39.970665878231202 ], [ -75.1647441517663, 39.970690260322201 ], [ -75.164818934624705, 39.970637749980902 ], [ -75.164739565954903, 39.970566873716798 ], [ -75.164709659087507, 39.970540181267197 ], [ -75.164707082057205, 39.970552261689697 ], [ -75.164682939000699, 39.970665878231202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "220 E STELLA ST", "addr_range": "220-222 E STELLA ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 602, "objectid": 3758, "Shape__Area": 95.52734375, "Shape__Length": 45.617032147183274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127099993624, 39.995698380731902 ], [ -75.127076689194794, 39.995812317316499 ], [ -75.127120935695402, 39.9958187444225 ], [ -75.127125566476593, 39.995816625601201 ], [ -75.127148548156796, 39.995704552164497 ], [ -75.127149429585003, 39.995700203227997 ], [ -75.127100875646505, 39.995694016491797 ], [ -75.127099993624, 39.995698380731902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4818 N 12TH ST", "addr_range": "4818 N 12TH ST", "zipcode": 19141, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1673, "objectid": 3759, "Shape__Area": 265.38671875, "Shape__Length": 82.744803555301189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1437213358995, 40.026345561572597 ], [ -75.144017725872601, 40.026384817278903 ], [ -75.144029035416594, 40.026330555891498 ], [ -75.143733370137298, 40.026292089731299 ], [ -75.1437213358995, 40.026345561572597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1662 N 55TH ST", "addr_range": "1662 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2763, "objectid": 3760, "Shape__Area": 437.74609375, "Shape__Length": 104.05506135794829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232300032524705, 39.978591221837597 ], [ -75.232314088823998, 39.978663132336898 ], [ -75.232317558840094, 39.978662757065003 ], [ -75.232518000479701, 39.978641702052599 ], [ -75.232683027693696, 39.978624140590597 ], [ -75.232671344532207, 39.978564565472901 ], [ -75.232669323154994, 39.978552366703198 ], [ -75.2323036938824, 39.978590834546097 ], [ -75.232300032524705, 39.978591221837597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5814 LENA ST", "addr_range": "5814 LENA ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1861, "objectid": 3761, "Shape__Area": 295.3203125, "Shape__Length": 94.406018126678632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175012847367498, 40.037746371537999 ], [ -75.174954262889699, 40.037803057086599 ], [ -75.174946693160294, 40.037808545725703 ], [ -75.174787963220794, 40.0379587372624 ], [ -75.174841123479894, 40.037991960047698 ], [ -75.1749256425841, 40.0379095311676 ], [ -75.174944098268796, 40.037893487072303 ], [ -75.175063233791803, 40.037777564230197 ], [ -75.175012847367498, 40.037746371537999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2846 DIAMOND ST", "addr_range": "2838-2842, 2846 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1176, "objectid": 3762, "Shape__Area": 186.40625, "Shape__Length": 71.776709456298732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180351547274498, 39.987719799657697 ], [ -75.180385141056504, 39.987724759489303 ], [ -75.180406650783794, 39.987727287248198 ], [ -75.180411715285899, 39.987701447922198 ], [ -75.180414982511394, 39.987693203839797 ], [ -75.180419482114701, 39.987663998304903 ], [ -75.180421720036804, 39.987660792155097 ], [ -75.180426360831106, 39.987633396307402 ], [ -75.180450697628203, 39.987526874062503 ], [ -75.180393504764993, 39.987519258621603 ], [ -75.180351547274498, 39.987719799657697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "244 E SPRINGER ST", "addr_range": "244 E SPRINGER ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 3278, "objectid": 3763, "Shape__Area": 520.53125, "Shape__Length": 91.399042852801614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181425363050806, 40.054323714546697 ], [ -75.181595058885904, 40.0544269345449 ], [ -75.1816634296746, 40.054362468693803 ], [ -75.181711612757397, 40.054317042113702 ], [ -75.181717073385798, 40.0543118914876 ], [ -75.181548689622204, 40.054208363121603 ], [ -75.181511937115204, 40.054242763664497 ], [ -75.181478534639695, 40.054273998167602 ], [ -75.181425363050806, 40.054323714546697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "940 N 13TH ST", "addr_range": "1300-04 W GIRARD AVE; 928-944 N 13TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 602, "objectid": 3764, "Shape__Area": 95.41015625, "Shape__Length": 43.93565023492809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157454793302094, 39.970847630791198 ], [ -75.157596960331006, 39.970865382522597 ], [ -75.157605292604899, 39.970824965496703 ], [ -75.1574636543031, 39.970807047318097 ], [ -75.157454793302094, 39.970847630791198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2027 E STERNER ST", "addr_range": "2027-2029 E STERNER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 641, "objectid": 3765, "Shape__Area": 101.625, "Shape__Length": 49.702777415704304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121408349058996, 39.988289622742698 ], [ -75.121437176070103, 39.988317476878201 ], [ -75.1215763574438, 39.988233373601901 ], [ -75.121547512954805, 39.988205970516603 ], [ -75.121433226940297, 39.988274393868203 ], [ -75.121408349058996, 39.988289622742698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "225 E SPRINGER ST", "addr_range": "223-225 E SPRINGER ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 781, "objectid": 3766, "Shape__Area": 124.03125, "Shape__Length": 52.553705626845563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182053787865101, 40.054110814159003 ], [ -75.182019779196096, 40.0541441949782 ], [ -75.182161072754397, 40.054230789098 ], [ -75.182187082617801, 40.054207013500601 ], [ -75.182194744880206, 40.054197997182797 ], [ -75.182157063536195, 40.054174328853101 ], [ -75.182053787865101, 40.054110814159003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1646 N 55TH ST", "addr_range": "1646 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2422, "objectid": 3767, "Shape__Area": 383.6875, "Shape__Length": 101.21368075649886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232200822844803, 39.978057584854099 ], [ -75.232199456462297, 39.978057733273197 ], [ -75.232211105313596, 39.978121063949096 ], [ -75.232213039274896, 39.978120864011601 ], [ -75.232438939637305, 39.978096918711003 ], [ -75.232579041466806, 39.978081905540201 ], [ -75.232567069122297, 39.978018825497301 ], [ -75.232200822844803, 39.978057584854099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "622 MASTER ST", "addr_range": "622-626 MASTER ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 898, "objectid": 3768, "Shape__Area": 142.26953125, "Shape__Length": 54.200865806914386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147063145180894, 39.972759386054697 ], [ -75.146999026430507, 39.972751871313797 ], [ -75.146973572401095, 39.972887410251602 ], [ -75.147035705314593, 39.972895897209902 ], [ -75.147063145180894, 39.972759386054697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "616 N 10TH ST", "addr_range": "616 N 10TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1228, "objectid": 3769, "Shape__Area": 194.45703125, "Shape__Length": 70.126906913842163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154252697950497, 39.963353702694697 ], [ -75.154503096365204, 39.963384482494597 ], [ -75.154513234337898, 39.963336271251499 ], [ -75.154354266464395, 39.963318375804398 ], [ -75.154263676339596, 39.963308170291803 ], [ -75.154252697950497, 39.963353702694697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "930 N 13TH ST", "addr_range": "1300-04 W GIRARD AVE; 928-944 N 13TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 810, "objectid": 3770, "Shape__Area": 128.40234375, "Shape__Length": 54.463785069267722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157502837282493, 39.970635111954699 ], [ -75.157690432637906, 39.970659306873102 ], [ -75.157699421654499, 39.970618064930299 ], [ -75.157512011593596, 39.970593988639799 ], [ -75.157502837282493, 39.970635111954699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "928 N 13TH ST", "addr_range": "1300-04 W GIRARD AVE; 928-944 N 13TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 888, "objectid": 3771, "Shape__Area": 140.69140625, "Shape__Length": 55.526212485444667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157512011593596, 39.970593988639799 ], [ -75.157699421654499, 39.970618064930299 ], [ -75.157708469922198, 39.970572569719202 ], [ -75.157522095560097, 39.970548821384597 ], [ -75.157512011593596, 39.970593988639799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3045 N LEE ST", "addr_range": "3039-3041, 3045-3047 N LEE ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 659, "objectid": 3772, "Shape__Area": 104.59765625, "Shape__Length": 48.008819923155201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.128976072105502, 39.996330985116799 ], [ -75.128982661349895, 39.996331878017699 ], [ -75.129137526459701, 39.996353097555897 ], [ -75.129142213241494, 39.996331619592198 ], [ -75.129145917121804, 39.996314390949799 ], [ -75.128990998284905, 39.996292896282398 ], [ -75.128984120062796, 39.9962919328106 ], [ -75.128976072105502, 39.996330985116799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1859 N BUCKNELL ST", "addr_range": "1855-1861 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 629, "objectid": 3773, "Shape__Area": 99.671875, "Shape__Length": 47.600432944701296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172720865566504, 39.983462274676498 ], [ -75.172882794351494, 39.983485188990798 ], [ -75.172891161220306, 39.983448043395597 ], [ -75.172728288320499, 39.983425719677598 ], [ -75.172720865566504, 39.983462274676498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2736 DIAMOND ST", "addr_range": "2730-2736 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1090, "objectid": 3774, "Shape__Area": 172.8203125, "Shape__Length": 67.834962253147651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1788327387588, 39.987511998616696 ], [ -75.178891381324405, 39.987519002190503 ], [ -75.1788973645711, 39.987490475060298 ], [ -75.178899581348404, 39.987481208264299 ], [ -75.178903286665602, 39.9874674922834 ], [ -75.178903496412403, 39.987461952159698 ], [ -75.178915768990393, 39.987411756043201 ], [ -75.178919003804296, 39.9873988034905 ], [ -75.178919759331507, 39.987389954466103 ], [ -75.178923889188695, 39.9873760389602 ], [ -75.178926621041001, 39.987359818886297 ], [ -75.178928729675107, 39.987348953075703 ], [ -75.178934640777797, 39.987321247852201 ], [ -75.178911106928695, 39.987333422220097 ], [ -75.178887221709701, 39.987343801106199 ], [ -75.178869727328305, 39.9873530959755 ], [ -75.178867087442896, 39.987366948449299 ], [ -75.178863414755796, 39.987380390351802 ], [ -75.178859628029898, 39.987390718508202 ], [ -75.178859476840401, 39.9873958256563 ], [ -75.178843664680301, 39.987458112431803 ], [ -75.17884121921, 39.987474564172402 ], [ -75.178837407423899, 39.98748555401 ], [ -75.178836287697393, 39.987493008219197 ], [ -75.1788327387588, 39.987511998616696 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1240 W GIRARD AVE", "addr_range": "1240-1242, 1246 W GIRARD AVE", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1765, "objectid": 3775, "Shape__Area": 279.55859375, "Shape__Length": 93.692111893137195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157023045691702, 39.970910415222498 ], [ -75.157007161695901, 39.970991735373197 ], [ -75.157069432696105, 39.970999317211799 ], [ -75.157085132287804, 39.9709189912151 ], [ -75.157122415092999, 39.970728264636897 ], [ -75.157060173368507, 39.970720474446999 ], [ -75.157023045691702, 39.970910415222498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "641 E CLEARFIELD ST", "addr_range": "641 E CLEARFIELD ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 806, "objectid": 3776, "Shape__Area": 127.75390625, "Shape__Length": 55.463162384376304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1184813132176, 39.995750336246402 ], [ -75.118503615238794, 39.9957530235082 ], [ -75.118504643757902, 39.995748097734797 ], [ -75.118535028883997, 39.9956043908997 ], [ -75.118483341842193, 39.995597419564199 ], [ -75.1184530879855, 39.995741515037899 ], [ -75.118452082415104, 39.995746392681497 ], [ -75.1184813132176, 39.995750336246402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1536 N 9TH ST", "addr_range": "1530-1556 N 9TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 506, "objectid": 3777, "Shape__Area": 80.23828125, "Shape__Length": 35.87816069038773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150028509765207, 39.975629254365501 ], [ -75.149952116992594, 39.975620480238 ], [ -75.149938468754101, 39.975680346527596 ], [ -75.150024329471606, 39.975689723517696 ], [ -75.150028509765207, 39.975629254365501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1923 N MARSHALL ST", "addr_range": "1923 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1139, "objectid": 3778, "Shape__Area": 180.55859375, "Shape__Length": 68.836482328947369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145079505509401, 39.980736671547497 ], [ -75.145328155922996, 39.980762175557103 ], [ -75.1453367827487, 39.980718637579997 ], [ -75.145087685473996, 39.980692237738403 ], [ -75.145079505509401, 39.980736671547497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "139-67 E CLEARFIELD ST", "addr_range": "139-67 E CLEARFIELD ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 41243, "objectid": 3779, "Shape__Area": 6536.796875, "Shape__Length": 323.62279308410285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.128384499229099, 39.997417280782798 ], [ -75.128399286627101, 39.997419182682499 ], [ -75.128402745882298, 39.997402318793903 ], [ -75.128508007192295, 39.996889753075202 ], [ -75.127987452470194, 39.996822153312102 ], [ -75.127767309865902, 39.996793556461803 ], [ -75.127766568050603, 39.996797021080802 ], [ -75.127654549974395, 39.997323747393402 ], [ -75.128384499229099, 39.997417280782798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1922 N 2ND ST", "addr_range": "1920-1922 N 2ND ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 977, "objectid": 3780, "Shape__Area": 154.91015625, "Shape__Length": 68.182789165358727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137472955815397, 39.979755201006 ], [ -75.137727169552406, 39.979787343755703 ], [ -75.137732061281895, 39.979762598565799 ], [ -75.137734452051305, 39.979750562150102 ], [ -75.137480047007202, 39.979718463713603 ], [ -75.137472955815397, 39.979755201006 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1538 N 9TH ST", "addr_range": "1530-1556 N 9TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 507, "objectid": 3781, "Shape__Area": 80.4453125, "Shape__Length": 36.174378857423335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149927417584706, 39.975733678895999 ], [ -75.149931567154397, 39.975734224327098 ], [ -75.149997245378501, 39.975742627759402 ], [ -75.150020828035906, 39.975745644384098 ], [ -75.1500226071703, 39.9757172169653 ], [ -75.150024329471606, 39.975689723517696 ], [ -75.149938468754101, 39.975680346527596 ], [ -75.149927417584706, 39.975733678895999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1731 W WINGOHOCKING ST", "addr_range": "1731-1733 W WINGOHOCKING ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 804, "objectid": 3782, "Shape__Area": 127.55078125, "Shape__Length": 58.28038417225909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154384794113, 40.022473622100001 ], [ -75.154432708515998, 40.022479557093298 ], [ -75.154433916392094, 40.022474296324901 ], [ -75.154469691341205, 40.022318452287898 ], [ -75.154466623486201, 40.0223180766003 ], [ -75.154422420823806, 40.022312660706802 ], [ -75.154415327638802, 40.022343016029403 ], [ -75.154385997689502, 40.022468473861998 ], [ -75.154384794113, 40.022473622100001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3047 N LEE ST", "addr_range": "3039-3041, 3045-3047 N LEE ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 648, "objectid": 3783, "Shape__Area": 102.82421875, "Shape__Length": 47.770601631381197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.128967854285094, 39.996369065842302 ], [ -75.1289744832835, 39.996369991187301 ], [ -75.129129128909298, 39.996391496754498 ], [ -75.129137526459701, 39.996353097555897 ], [ -75.128982661349895, 39.996331878017699 ], [ -75.128976072105502, 39.996330985116799 ], [ -75.128967854285094, 39.996369065842302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "643 E CLEMENTINE ST", "addr_range": "639-643 E CLEMENTINE ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 689, "objectid": 3784, "Shape__Area": 109.2421875, "Shape__Length": 50.996208320810595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118402548004099, 39.996101382483701 ], [ -75.118406964581894, 39.996102047781399 ], [ -75.118408100991203, 39.996096545120402 ], [ -75.118434786087803, 39.995966067984803 ], [ -75.118386515629496, 39.995959077627802 ], [ -75.118359925747697, 39.996090330020003 ], [ -75.1183588364607, 39.996095704913799 ], [ -75.118402548004099, 39.996101382483701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1816 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1173, "objectid": 3785, "Shape__Area": 185.98046875, "Shape__Length": 71.338881737803234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1736944057469, 39.9829867557836 ], [ -75.173953096976106, 39.983023578197603 ], [ -75.173962561367901, 39.982980701503998 ], [ -75.173703318530201, 39.982943449556302 ], [ -75.1736944057469, 39.9829867557836 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2449 SEYBERT ST", "addr_range": "2447-2451 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 603, "objectid": 3786, "Shape__Area": 95.625, "Shape__Length": 45.758253343215969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176390022130505, 39.976175086977698 ], [ -75.176438551319393, 39.976181656184799 ], [ -75.176462447874798, 39.976063566642203 ], [ -75.176413613696297, 39.9760567653503 ], [ -75.176390022130505, 39.976175086977698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1826 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1171, "objectid": 3787, "Shape__Area": 185.55078125, "Shape__Length": 70.803978212002448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173647898301098, 39.983209035894703 ], [ -75.173904392569, 39.983244728766898 ], [ -75.1739133825495, 39.983201052140501 ], [ -75.173657104948703, 39.983165734464698 ], [ -75.173647898301098, 39.983209035894703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1810 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1281, "objectid": 3788, "Shape__Area": 203.0546875, "Shape__Length": 72.727791606610083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173728083839805, 39.982856248646698 ], [ -75.173981799475399, 39.982893925200599 ], [ -75.173992000069802, 39.982846552758303 ], [ -75.173738365283896, 39.982810022324102 ], [ -75.173731655720999, 39.982809049985001 ], [ -75.173722062302701, 39.9828553557238 ], [ -75.173728083839805, 39.982856248646698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1808 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1204, "objectid": 3789, "Shape__Area": 190.81640625, "Shape__Length": 71.962336322733279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173731655720999, 39.982809049985001 ], [ -75.173992000069802, 39.982846552758303 ], [ -75.174001485871401, 39.9828030485371 ], [ -75.173740903727094, 39.982764686283502 ], [ -75.173731655720999, 39.982809049985001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1800 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1302, "objectid": 3790, "Shape__Area": 206.29296875, "Shape__Length": 73.170977841153032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173777591576794, 39.9826338439455 ], [ -75.1740312011068, 39.982669324961897 ], [ -75.174042564801496, 39.982621640742799 ], [ -75.173998800763798, 39.982615838021303 ], [ -75.173944476817894, 39.9826083647432 ], [ -75.173893218531305, 39.982601249477902 ], [ -75.173838930659699, 39.982593937339402 ], [ -75.173779878167693, 39.982585728933799 ], [ -75.173770504686104, 39.982632846019001 ], [ -75.173777591576794, 39.9826338439455 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3104-06 RIDGE AVE", "addr_range": "3104 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1844, "objectid": 3791, "Shape__Area": 292.23046875, "Shape__Length": 70.974414471260587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183715650821398, 39.989101925476298 ], [ -75.183710287778197, 39.9891318208984 ], [ -75.183755201995993, 39.989175510448803 ], [ -75.183816577188097, 39.989231141481802 ], [ -75.183893565968901, 39.989240729475398 ], [ -75.183915729270694, 39.989127274304103 ], [ -75.183715650821398, 39.989101925476298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1822 N 24TH ST", "addr_range": "1800-1828 N 24TH ST; 2403-2415 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1200, "objectid": 3792, "Shape__Area": 190.25, "Shape__Length": 71.292469089877201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173666641014407, 39.983120942945902 ], [ -75.173923364551698, 39.983157252717398 ], [ -75.173933545148998, 39.983112571154997 ], [ -75.173675793849995, 39.983076867237898 ], [ -75.173666641014407, 39.983120942945902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1850 N 24TH ST", "addr_range": "1848-1852 N 24TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1102, "objectid": 3793, "Shape__Area": 174.70703125, "Shape__Length": 69.686204186331722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173534334414498, 39.983708070417798 ], [ -75.173788298109201, 39.983744785210497 ], [ -75.173797812402199, 39.9837033773968 ], [ -75.173543724056302, 39.983667142766301 ], [ -75.173537927329406, 39.983692369837101 ], [ -75.173534334414498, 39.983708070417798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1852 N 24TH ST", "addr_range": "1848-1852 N 24TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1356, "objectid": 3794, "Shape__Area": 214.93359375, "Shape__Length": 72.476612332793991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173534334414498, 39.983708070417798 ], [ -75.173523166502093, 39.983758853971302 ], [ -75.173777073205102, 39.983795439561398 ], [ -75.173788298109201, 39.983744785210497 ], [ -75.173534334414498, 39.983708070417798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1848 N 24TH ST", "addr_range": "1848-1852 N 24TH ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1132, "objectid": 3795, "Shape__Area": 179.40625, "Shape__Length": 70.054552158865221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173543724056302, 39.983667142766301 ], [ -75.173797812402199, 39.9837033773968 ], [ -75.173808023655198, 39.983661195940002 ], [ -75.173553456297597, 39.9836249334558 ], [ -75.173543724056302, 39.983667142766301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1861 N BUCKNELL ST", "addr_range": "1855-1861 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 635, "objectid": 3796, "Shape__Area": 100.75390625, "Shape__Length": 47.655191406466585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1727126971155, 39.9834997139424 ], [ -75.172874677818498, 39.983522373544297 ], [ -75.172882794351494, 39.983485188990798 ], [ -75.172720866215599, 39.983462257571901 ], [ -75.1727126971155, 39.9834997139424 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1812 N BUCKNELL ST", "addr_range": "1812-1814 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 686, "objectid": 3797, "Shape__Area": 108.74609375, "Shape__Length": 49.161704788426363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173185351631801, 39.982605120025397 ], [ -75.173351798197004, 39.982627637798402 ], [ -75.173360061233197, 39.982588249026001 ], [ -75.173193964371805, 39.982565901296901 ], [ -75.173185351631801, 39.982605120025397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1838 N BUCKNELL ST", "addr_range": "1838-1840 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 662, "objectid": 3798, "Shape__Area": 104.890625, "Shape__Length": 48.485218360832569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173076905369101, 39.983106736036397 ], [ -75.173241276904804, 39.983129335294599 ], [ -75.173249544376404, 39.983090913414401 ], [ -75.173084871790806, 39.983068533560498 ], [ -75.173076905369101, 39.983106736036397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1801 N BUCKNELL ST", "addr_range": "1801 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 780, "objectid": 3799, "Shape__Area": 123.6484375, "Shape__Length": 50.7507231919951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172964732355595, 39.982335319840097 ], [ -75.173131121735494, 39.982358770115098 ], [ -75.173140532271205, 39.982313990231198 ], [ -75.172974762328096, 39.982290762911703 ], [ -75.172964732355595, 39.982335319840097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2300 W MONTGOMERY AVE", "addr_range": "2300 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1271, "objectid": 3800, "Shape__Area": 201.42578125, "Shape__Length": 77.901883754456748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172373971794102, 39.981835363451502 ], [ -75.172307506605605, 39.981869544436002 ], [ -75.1722646734422, 39.982060616218199 ], [ -75.172321468030901, 39.982068678295903 ], [ -75.172373971794102, 39.981835363451502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1855 N BUCKNELL ST", "addr_range": "1855-1861 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 655, "objectid": 3801, "Shape__Area": 103.83203125, "Shape__Length": 48.019101194310778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172736503830293, 39.983387039871701 ], [ -75.172896289376297, 39.983410068223897 ], [ -75.172899931201101, 39.983409102122799 ], [ -75.172907927363894, 39.983371755385797 ], [ -75.172744762108096, 39.983349424221302 ], [ -75.172736503830293, 39.983387039871701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1814 N BUCKNELL ST", "addr_range": "1812-1814 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 663, "objectid": 3802, "Shape__Area": 105.078125, "Shape__Length": 48.738273046335415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173177109279095, 39.982642849586099 ], [ -75.173342638312903, 39.982665813493902 ], [ -75.173351798197004, 39.982627637798402 ], [ -75.173185351631801, 39.982605120025397 ], [ -75.173177109279095, 39.982642849586099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "31 FARSON ST", "addr_range": "31-33 FARSON ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1621, "objectid": 3803, "Shape__Area": 256.74609375, "Shape__Length": 89.859730118585105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221312342408396, 39.960399660327397 ], [ -75.221651475626302, 39.960441468825302 ], [ -75.221660631923299, 39.9603958115487 ], [ -75.221322005600499, 39.960353916937201 ], [ -75.221312342408396, 39.960399660327397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1857 N BUCKNELL ST", "addr_range": "1855-1861 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 653, "objectid": 3804, "Shape__Area": 103.55078125, "Shape__Length": 48.380178326470698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172728288320499, 39.983425719677598 ], [ -75.172891161220306, 39.983448043395597 ], [ -75.172899931201101, 39.983409102122799 ], [ -75.172896289991201, 39.983410052019501 ], [ -75.172736503830293, 39.983387039871701 ], [ -75.172728288320499, 39.983425719677598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1840 N BUCKNELL ST", "addr_range": "1838-1840 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 690, "objectid": 3805, "Shape__Area": 109.4375, "Shape__Length": 48.961756598752913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1730676929932, 39.983146845010502 ], [ -75.173232268952702, 39.983169028997501 ], [ -75.173241276904804, 39.983129335294599 ], [ -75.173076905369101, 39.983106736036397 ], [ -75.1730676929932, 39.983146845010502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1822 N BUCKNELL ST", "addr_range": "1822-1830 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 674, "objectid": 3806, "Shape__Area": 106.81640625, "Shape__Length": 48.864729006720381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173143368977804, 39.9827986790567 ], [ -75.173308953984005, 39.982820177412499 ], [ -75.173317819140195, 39.982781528377203 ], [ -75.173151650409494, 39.982759920517402 ], [ -75.173143368977804, 39.9827986790567 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3018 RIDGE AVE", "addr_range": "3014-3034 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 901, "objectid": 3807, "Shape__Area": 142.83984375, "Shape__Length": 61.271785440954957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183395284960895, 39.988556428550297 ], [ -75.183324767665098, 39.988546373135897 ], [ -75.183177848269693, 39.988637145788502 ], [ -75.183211535946199, 39.988669637231801 ], [ -75.183395284960895, 39.988556428550297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3016 RIDGE AVE", "addr_range": "3014-3034 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 696, "objectid": 3808, "Shape__Area": 110.328125, "Shape__Length": 50.658429751673147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183324767665098, 39.988546373135897 ], [ -75.183253726983295, 39.988536901540598 ], [ -75.183144715182394, 39.988604455 ], [ -75.183177848269693, 39.988637145788502 ], [ -75.183324767665098, 39.988546373135897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2017 N 30TH ST", "addr_range": "2001-2017 N 30TH ST; 2937-2939 PAGE ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1276, "objectid": 3809, "Shape__Area": 201.77734375, "Shape__Length": 82.95985512619724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182304277266894, 39.987194506783901 ], [ -75.182067814660002, 39.987376721183402 ], [ -75.182105020619204, 39.987407520309603 ], [ -75.182289196014807, 39.987265274403001 ], [ -75.182304277266894, 39.987194506783901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2843 GERMANTOWN AVE", "addr_range": "2843-2851 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1386, "objectid": 3810, "Shape__Area": 219.6796875, "Shape__Length": 83.772204973480726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146828052451198, 39.995515151501699 ], [ -75.146818777705406, 39.995514328472701 ], [ -75.146809509710195, 39.9955549182976 ], [ -75.147126112609399, 39.995595901475298 ], [ -75.147136161699095, 39.995553572351099 ], [ -75.146828052451198, 39.995515151501699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1039 W ORLEANS ST", "addr_range": "1037-1051 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 577, "objectid": 3811, "Shape__Area": 91.4609375, "Shape__Length": 46.143195644769833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147952242337098, 39.997197994042097 ], [ -75.147997907553702, 39.997204671352698 ], [ -75.148022802334495, 39.997082321202598 ], [ -75.147978652418004, 39.997075968376798 ], [ -75.147952242337098, 39.997197994042097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2560 N 11TH ST", "addr_range": "2554-2560 N 11TH ST (2560 N 11TH ST)", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 5900, "objectid": 3812, "Shape__Area": 934.96875, "Shape__Length": 123.05400064115166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1497399723537, 39.991383140839403 ], [ -75.149690411248201, 39.991615628141901 ], [ -75.149933354801902, 39.991647278353497 ], [ -75.149981926704498, 39.991415976824399 ], [ -75.1497399723537, 39.991383140839403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1223 W LEHIGH AVE", "addr_range": "1219-1225 LEHIGH AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2260, "objectid": 3813, "Shape__Area": 358.19140625, "Shape__Length": 130.76860272088058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151565525920702, 39.994088473686801 ], [ -75.151618730114194, 39.994095271604898 ], [ -75.151700759644598, 39.993691664505803 ], [ -75.151646990470795, 39.993684852928197 ], [ -75.151565525920702, 39.994088473686801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2910 N 12TH ST", "addr_range": "1201 W CAMBRIA ST, 2910-2914 N 12TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1374, "objectid": 3814, "Shape__Area": 217.9140625, "Shape__Length": 80.965511641143664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150155106798294, 39.996891963872301 ], [ -75.1504565643951, 39.9969318684334 ], [ -75.150466925691006, 39.996888434274801 ], [ -75.150172546484299, 39.996849785692099 ], [ -75.150164766660794, 39.9968487715416 ], [ -75.150155106798294, 39.996891963872301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1219 W LEHIGH AVE", "addr_range": "1219-1225 LEHIGH AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2402, "objectid": 3815, "Shape__Area": 380.69140625, "Shape__Length": 131.45345006557233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151454539781099, 39.994074564205697 ], [ -75.151511170017898, 39.9940816496716 ], [ -75.151511378696597, 39.994080574073699 ], [ -75.151593255487697, 39.993678188965298 ], [ -75.151535985959796, 39.993671379188399 ], [ -75.151454539781099, 39.994074564205697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1020 W MONMOUTH ST", "addr_range": "1020-1022 W MONMOUTH ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 600, "objectid": 3816, "Shape__Area": 95.1953125, "Shape__Length": 46.040403170006812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147655845649894, 39.996605460519397 ], [ -75.147703342137106, 39.996611937999603 ], [ -75.147728773967799, 39.9964925175817 ], [ -75.147680752364394, 39.996485529941403 ], [ -75.147655845649894, 39.996605460519397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2912 N 12TH ST", "addr_range": "1201 W CAMBRIA ST, 2910-2914 N 12TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1446, "objectid": 3817, "Shape__Area": 229.31640625, "Shape__Length": 81.514991185193111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150145984819602, 39.996936956908499 ], [ -75.150446333253697, 39.996978481631999 ], [ -75.1504565643951, 39.9969318684334 ], [ -75.150155106798294, 39.996891963872301 ], [ -75.150145984819602, 39.996936956908499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1225 W LEHIGH AVE", "addr_range": "1219-1225 LEHIGH AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2551, "objectid": 3818, "Shape__Area": 404.3359375, "Shape__Length": 132.27142036465077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151638781448895, 39.994097643773301 ], [ -75.151679340492095, 39.994102462402402 ], [ -75.151761079150603, 39.993699283876097 ], [ -75.151700759644598, 39.993691664505803 ], [ -75.151618730114194, 39.994095271604898 ], [ -75.151638781448895, 39.994097643773301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "903 W LEHIGH AVE", "addr_range": "903 W LEHIGH AVE", "zipcode": 19133, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1267, "objectid": 3819, "Shape__Area": 200.8515625, "Shape__Length": 72.836006191475533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146167057377497, 39.993232618351499 ], [ -75.146226226556493, 39.993239601864097 ], [ -75.146268951455895, 39.993038120700803 ], [ -75.146207748757305, 39.9930311388311 ], [ -75.146167057377497, 39.993232618351499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1201 W CAMBRIA ST", "addr_range": "1201 W CAMBRIA ST, 2910-2914 N 12TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1743, "objectid": 3820, "Shape__Area": 276.40234375, "Shape__Length": 80.806630203526709 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150174619546803, 39.996837774301703 ], [ -75.150245867529094, 39.996846884427598 ], [ -75.150262604508399, 39.996766084343598 ], [ -75.150291322403405, 39.996631890884899 ], [ -75.150231798873193, 39.996624223952402 ], [ -75.150214675232306, 39.996622014270798 ], [ -75.150210946260898, 39.9966389365566 ], [ -75.150202191439902, 39.996678748039898 ], [ -75.150167465177802, 39.996836855408702 ], [ -75.150174619546803, 39.996837774301703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1221 W LEHIGH AVE", "addr_range": "1219-1225 LEHIGH AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2282, "objectid": 3821, "Shape__Area": 361.69921875, "Shape__Length": 130.86842162873859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151593255487697, 39.993678188965298 ], [ -75.151511170017898, 39.9940816496716 ], [ -75.151565525920702, 39.994088473686801 ], [ -75.151646990470795, 39.993684852928197 ], [ -75.151593255487697, 39.993678188965298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2914 N 12TH ST", "addr_range": "1201 W CAMBRIA ST, 2910-2914 N 12TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1432, "objectid": 3822, "Shape__Area": 226.96484375, "Shape__Length": 81.301626630395177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150136034729996, 39.996982802474001 ], [ -75.150436505272495, 39.997023346071202 ], [ -75.150446333253697, 39.996978481631999 ], [ -75.150145984819602, 39.996936956908499 ], [ -75.150136034729996, 39.996982802474001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1022 W MONMOUTH ST", "addr_range": "1020-1022 W MONMOUTH ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 637, "objectid": 3823, "Shape__Area": 100.9609375, "Shape__Length": 46.621349193300617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147703342137106, 39.996611937999603 ], [ -75.147754422849502, 39.996618430939101 ], [ -75.147779529795699, 39.996499262640803 ], [ -75.147728773967799, 39.9964925175817 ], [ -75.147703342137106, 39.996611937999603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1233 W HAROLD ST", "addr_range": "1233 W HAROLD ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 627, "objectid": 3824, "Shape__Area": 99.515625, "Shape__Length": 46.374815271657056 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151935615450896, 39.992561059612299 ], [ -75.151986055763004, 39.992568359766103 ], [ -75.151993490198194, 39.992529613930103 ], [ -75.152008718325206, 39.9924487632804 ], [ -75.151958601840803, 39.992442309312899 ], [ -75.151948133120598, 39.992497412043498 ], [ -75.151942483211798, 39.992524541786601 ], [ -75.151935615450896, 39.992561059612299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1217 W HAROLD ST", "addr_range": "1217 W HAROLD ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 646, "objectid": 3825, "Shape__Area": 102.40625, "Shape__Length": 46.769063420863233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1515385340916, 39.992509417772197 ], [ -75.151589380927803, 39.992515888456303 ], [ -75.151601361326101, 39.992459708115 ], [ -75.151614194519496, 39.992397098484297 ], [ -75.151562180415496, 39.992389296709 ], [ -75.1515385340916, 39.992509417772197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1224 W HAROLD ST", "addr_range": "1224 W HAROLD ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 563, "objectid": 3826, "Shape__Area": 89.265625, "Shape__Length": 43.715709914216646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1517775848978, 39.992334544291502 ], [ -75.151825032880097, 39.992340566716898 ], [ -75.151848053253403, 39.992234617081699 ], [ -75.151849329414205, 39.992228665003999 ], [ -75.151831964970995, 39.9922262248338 ], [ -75.1518011414569, 39.992222818654803 ], [ -75.151800017634201, 39.9922280650785 ], [ -75.151787574122693, 39.992285975721998 ], [ -75.151783664100506, 39.9923054726655 ], [ -75.151780553893005, 39.992317169571301 ], [ -75.1517775848978, 39.992334544291502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2851 GERMANTOWN AVE", "addr_range": "2843-2851 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2353, "objectid": 3827, "Shape__Area": 372.92578125, "Shape__Length": 113.80293620320586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146642393470202, 39.995743260961198 ], [ -75.146660770900098, 39.995745515837001 ], [ -75.1470781949387, 39.995799473568397 ], [ -75.147090125379094, 39.995747918312198 ], [ -75.146658916921297, 39.995692213567899 ], [ -75.146653611671795, 39.995715241364003 ], [ -75.146646601925596, 39.995714954440103 ], [ -75.146642393470202, 39.995743260961198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2553 N JESSUP ST", "addr_range": "2553 N JESSUP ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 704, "objectid": 3828, "Shape__Area": 111.62890625, "Shape__Length": 49.611759139441062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150018312469996, 39.991308056074999 ], [ -75.150185277594403, 39.991332197453502 ], [ -75.150193038555798, 39.991291493984399 ], [ -75.150026226805807, 39.991268275129201 ], [ -75.150018312469996, 39.991308056074999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2601 N 12TH ST", "addr_range": "2600-2602 N SARTAIN ST; 2601 N 12TH ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 830, "objectid": 3829, "Shape__Area": 131.63671875, "Shape__Length": 56.685880477112718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150852539307294, 39.991940055609803 ], [ -75.151051449591705, 39.9919674166837 ], [ -75.151059018259701, 39.991933929581499 ], [ -75.151060503903594, 39.991927402898902 ], [ -75.150861569680799, 39.991900700842301 ], [ -75.150859859886097, 39.991908125268402 ], [ -75.150852539307294, 39.991940055609803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2602 N SARTAIN ST", "addr_range": "2600-2602 N SARTAIN ST; 2601 N 12TH ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 527, "objectid": 3830, "Shape__Area": 83.6640625, "Shape__Length": 42.594674800010381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150688135997001, 39.991956207375402 ], [ -75.150830561355505, 39.991975487880197 ], [ -75.150835990431005, 39.991948078370797 ], [ -75.150838704358094, 39.991940127962202 ], [ -75.150696762416104, 39.991920859314199 ], [ -75.150688135997001, 39.991956207375402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2849 GERMANTOWN AVE", "addr_range": "2843-2851 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2315, "objectid": 3831, "Shape__Area": 366.921875, "Shape__Length": 112.6996202252846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146658916921297, 39.995692213567899 ], [ -75.147090105480999, 39.995747917861003 ], [ -75.147102037161005, 39.995696910452402 ], [ -75.146668025296805, 39.995641061974901 ], [ -75.146658916921297, 39.995692213567899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2521 N 11TH ST", "addr_range": "2521-2533 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1016, "objectid": 3832, "Shape__Area": 161.03125, "Shape__Length": 64.414734646411063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149477922066097, 39.990686966082002 ], [ -75.149708965352701, 39.990716783055099 ], [ -75.149716589871204, 39.9906747538245 ], [ -75.149486790756299, 39.990644722677999 ], [ -75.149477922066097, 39.990686966082002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2600 N SARTAIN ST", "addr_range": "2600-2602 N SARTAIN ST; 2601 N 12TH ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 622, "objectid": 3833, "Shape__Area": 98.7109375, "Shape__Length": 44.377538961588229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150708958925605, 39.991922521279697 ], [ -75.150838704358094, 39.991940127962202 ], [ -75.150845911624003, 39.991906230833401 ], [ -75.150847601510193, 39.991898224799201 ], [ -75.150705882883997, 39.991879153134398 ], [ -75.150696762416104, 39.991920859314199 ], [ -75.150708958925605, 39.991922521279697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2632 N JESSUP ST", "addr_range": "2632 N JESSUP ST", "zipcode": 19133, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 943, "objectid": 3834, "Shape__Area": 149.47265625, "Shape__Length": 58.244041603751747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150094302008995, 39.992515079334297 ], [ -75.150085297711399, 39.992560317399899 ], [ -75.150283703635793, 39.992587766555999 ], [ -75.150293147953207, 39.992542506007098 ], [ -75.150094302008995, 39.992515079334297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2724 N 12TH ST", "addr_range": "2722-2724 N 12TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1281, "objectid": 3835, "Shape__Area": 203.13671875, "Shape__Length": 79.004994537715859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150752153413507, 39.9941859761026 ], [ -75.1510483347883, 39.994223277592702 ], [ -75.151057063565503, 39.9941813706006 ], [ -75.150760418894507, 39.994145251587298 ], [ -75.150752153413507, 39.9941859761026 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1700 POPLAR ST", "addr_range": "1701-1709 RIDGE AVE", "zipcode": 19130, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 572, "objectid": 3836, "Shape__Area": 90.65625, "Shape__Length": 40.069277266122285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164682939000699, 39.970665878231202 ], [ -75.164666471877993, 39.970753409412097 ], [ -75.164665025742195, 39.970761098534602 ], [ -75.164727589444396, 39.970767617798103 ], [ -75.164738162691705, 39.970718237979597 ], [ -75.1647441517663, 39.970690260322201 ], [ -75.164682939000699, 39.970665878231202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1334 PARRISH ST", "addr_range": "1330-1336 PARRISH ST", "zipcode": 19123, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1092, "objectid": 3837, "Shape__Area": 172.9609375, "Shape__Length": 66.72351616327002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1591287589182, 39.968710482737499 ], [ -75.159183302207893, 39.968724497042501 ], [ -75.159258219108693, 39.968547709653798 ], [ -75.159203082121707, 39.968534373957702 ], [ -75.1591287589182, 39.968710482737499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5728 MARKET ST", "addr_range": "5726-5730 MARKET ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2104, "objectid": 3838, "Shape__Area": 333.26171875, "Shape__Length": 119.6055450850431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235805750658798, 39.9612155015189 ], [ -75.235847119987994, 39.961220647248901 ], [ -75.235923738438601, 39.960856318583197 ], [ -75.235867432919903, 39.960849490479397 ], [ -75.235793093673905, 39.961213918614803 ], [ -75.235805750658798, 39.9612155015189 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5730 MARKET ST", "addr_range": "5726-5730 MARKET ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2110, "objectid": 3839, "Shape__Area": 334.1640625, "Shape__Length": 119.55010455891156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235847119987994, 39.961220647248901 ], [ -75.235902838886204, 39.9612269462312 ], [ -75.235978798456202, 39.960863423903703 ], [ -75.235923738438601, 39.960856318583197 ], [ -75.235847119987994, 39.961220647248901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5726 MARKET ST", "addr_range": "5726-5730 MARKET ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2145, "objectid": 3840, "Shape__Area": 339.6484375, "Shape__Length": 119.75342751878233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235812215392798, 39.960842687090597 ], [ -75.235735873478404, 39.961206329790599 ], [ -75.235793093673905, 39.961213918614803 ], [ -75.235867432919903, 39.960849490479397 ], [ -75.235812215392798, 39.960842687090597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5730 LUDLOW ST", "addr_range": "5728-5738 LUDLOW ST", "zipcode": 19139, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 993, "objectid": 3841, "Shape__Area": 154.4140625, "Shape__Length": 69.72964937814281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235882967896003, 39.960514611187399 ], [ -75.235928442251193, 39.960520346003001 ], [ -75.235969184043199, 39.960326741868997 ], [ -75.2359708624859, 39.960318783218099 ], [ -75.235924034262894, 39.9603128088172 ], [ -75.235922419563394, 39.960320816617198 ], [ -75.235882967896003, 39.960514611187399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5738 LUDLOW ST", "addr_range": "5728-5738 LUDLOW ST", "zipcode": 19139, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 946, "objectid": 3842, "Shape__Area": 150.28125, "Shape__Length": 69.434791880988854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236154826514706, 39.960341866634103 ], [ -75.2361098609137, 39.960336529580204 ], [ -75.236108231735798, 39.960344328034303 ], [ -75.236067323029502, 39.960537897016899 ], [ -75.236111954398893, 39.960543726813299 ], [ -75.236124025016196, 39.960488153032003 ], [ -75.236135536330195, 39.960435163662403 ], [ -75.236146094162095, 39.960381393861397 ], [ -75.236153036839298, 39.9603499841282 ], [ -75.236154826514706, 39.960341866634103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5728 LUDLOW ST", "addr_range": "5728-5738 LUDLOW ST", "zipcode": 19139, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 993, "objectid": 3843, "Shape__Area": 152.6328125, "Shape__Length": 69.65278255465563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235835709368303, 39.9605089976329 ], [ -75.235882967896003, 39.960514611187399 ], [ -75.235922419563394, 39.960320816617198 ], [ -75.235924034262894, 39.9603128088172 ], [ -75.235880060915903, 39.960307299701803 ], [ -75.235878322261001, 39.960315239913299 ], [ -75.235835709368303, 39.9605089976329 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "9 S CONESTOGA ST", "addr_range": "5426-5428 MARKET ST; 9 S CONESTOGA ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 729, "objectid": 3844, "Shape__Area": 115.421875, "Shape__Length": 49.128920550851923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2296701538707, 39.960267945581798 ], [ -75.229826814469803, 39.9602872958219 ], [ -75.229835480984306, 39.960244560901202 ], [ -75.229679136299097, 39.960224587813798 ], [ -75.229674049415607, 39.960223944479601 ], [ -75.229664941838706, 39.960267298597003 ], [ -75.2296701538707, 39.960267945581798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "301 N 60TH ST", "addr_range": "301 N 60TH ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1134, "objectid": 3845, "Shape__Area": 179.6171875, "Shape__Length": 68.50151678006695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239422405269707, 39.966696132262399 ], [ -75.239586064952505, 39.9667164130069 ], [ -75.239659791613093, 39.966725925059698 ], [ -75.239662068520403, 39.9667175758102 ], [ -75.239668785781205, 39.966682067744301 ], [ -75.239422151458498, 39.966650847261199 ], [ -75.239413233385804, 39.966694320600404 ], [ -75.239422405269707, 39.966696132262399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "164 N 60TH ST", "addr_range": "164 N 60TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1136, "objectid": 3846, "Shape__Area": 180.015625, "Shape__Length": 69.012027771421899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240235330384905, 39.964994149354801 ], [ -75.240233543653702, 39.965002830990002 ], [ -75.240390182328198, 39.965021393871901 ], [ -75.240482154609097, 39.965033704757502 ], [ -75.240483262567096, 39.965028055433699 ], [ -75.240490891452495, 39.964989439020002 ], [ -75.2402426075531, 39.964958781452303 ], [ -75.240235330384905, 39.964994149354801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "314 N 62ND ST", "addr_range": "6209-6211 VINE ST; 314 N 62ND ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1562, "objectid": 3847, "Shape__Area": 247.41015625, "Shape__Length": 89.332425266717294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243781892264096, 39.967464101552501 ], [ -75.244120266483407, 39.9675061638656 ], [ -75.244130299128599, 39.967462457783597 ], [ -75.243792527351999, 39.967420005009402 ], [ -75.243791525888994, 39.9674198858281 ], [ -75.243781892264096, 39.967464101552501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "32 N 58TH ST", "addr_range": "32 N 58TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1166, "objectid": 3848, "Shape__Area": 184.69921875, "Shape__Length": 75.229958825326918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236712033014499, 39.9624882912047 ], [ -75.236993834768995, 39.962524268743003 ], [ -75.237002331031803, 39.962484882248198 ], [ -75.236720448826702, 39.962448773221801 ], [ -75.236712033014499, 39.9624882912047 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6014 VINE ST", "addr_range": "6014 VINE ST", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1117, "objectid": 3849, "Shape__Area": 177.0, "Shape__Length": 69.767235125530533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240353024494297, 39.966344199348399 ], [ -75.240337833282396, 39.966416321382397 ], [ -75.240312305676298, 39.9665396739776 ], [ -75.240324464226006, 39.966541212120198 ], [ -75.240366977605703, 39.9665466109184 ], [ -75.240407328532299, 39.966351359782202 ], [ -75.240353024494297, 39.966344199348399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "153 N SALFORD ST", "addr_range": "151-155 N SALFORD ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 981, "objectid": 3850, "Shape__Area": 155.44140625, "Shape__Length": 63.698005324619551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239248618435994, 39.964568044434202 ], [ -75.239239888571106, 39.964609281104998 ], [ -75.239471012646305, 39.964632004272303 ], [ -75.239477673512596, 39.964591207050603 ], [ -75.239248618435994, 39.964568044434202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "140 N 58TH ST", "addr_range": "138-140 N 58TH ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1110, "objectid": 3851, "Shape__Area": 175.8203125, "Shape__Length": 72.005472462377668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236389401850801, 39.964020100956098 ], [ -75.236656836068605, 39.964053347055497 ], [ -75.2366654446339, 39.964013720671197 ], [ -75.236397694053593, 39.963980547846297 ], [ -75.236389401850801, 39.964020100956098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "151 N SALFORD ST", "addr_range": "151-155 N SALFORD ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 978, "objectid": 3852, "Shape__Area": 154.89453125, "Shape__Length": 63.414926899051842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239256688214596, 39.964527115874198 ], [ -75.239248618435994, 39.964568044434202 ], [ -75.239477673512596, 39.964591207050603 ], [ -75.2394849823078, 39.964549891518402 ], [ -75.239256688214596, 39.964527115874198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "214 N 59TH ST", "addr_range": "214 N 59TH ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1238, "objectid": 3853, "Shape__Area": 196.125, "Shape__Length": 75.7623829343963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238162594943006, 39.965237893902 ], [ -75.238443326149195, 39.965275409202697 ], [ -75.238452760903996, 39.965233301431901 ], [ -75.238172499978006, 39.965196087467 ], [ -75.238162594943006, 39.965237893902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "214 N CECIL ST", "addr_range": "214 N CECIL ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 922, "objectid": 3854, "Shape__Area": 146.09375, "Shape__Length": 61.6296842053397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235483669297906, 39.9649303160217 ], [ -75.235704680441501, 39.964957968028003 ], [ -75.235713715629203, 39.964918190673004 ], [ -75.235492072801705, 39.964890620343198 ], [ -75.235483669297906, 39.9649303160217 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "120 N CONESTOGA ST", "addr_range": "120-124 N CONESTOGA ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 838, "objectid": 3855, "Shape__Area": 132.7421875, "Shape__Length": 55.907888373645463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229400108606399, 39.962719284811499 ], [ -75.229594194614094, 39.962742409107101 ], [ -75.229603169520701, 39.962700936960502 ], [ -75.229408541527903, 39.962678317041998 ], [ -75.229400108606399, 39.962719284811499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5409 SPRING ST", "addr_range": "5409 SPRING ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 682, "objectid": 3856, "Shape__Area": 108.10546875, "Shape__Length": 48.024341918341968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2282910546446, 39.964068651449303 ], [ -75.228237990292499, 39.964061892681798 ], [ -75.228227928351302, 39.964106692560101 ], [ -75.228218917163403, 39.964149082839803 ], [ -75.228211546612499, 39.964184528252197 ], [ -75.228264218015894, 39.964191150451803 ], [ -75.2282910546446, 39.964068651449303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5920 SUMMER ST", "addr_range": "5920 SUMMER ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 989, "objectid": 3857, "Shape__Area": 156.6796875, "Shape__Length": 65.276825613890622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238622956303402, 39.9658382980029 ], [ -75.238674191045405, 39.965844690215498 ], [ -75.238677592292206, 39.965824680599297 ], [ -75.238713705933094, 39.965663211890998 ], [ -75.238660030853197, 39.965656541031997 ], [ -75.238622956303402, 39.9658382980029 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5638 CHERRY ST", "addr_range": "5638 CHERRY ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 704, "objectid": 3858, "Shape__Area": 111.484375, "Shape__Length": 51.292191163598197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233441064391798, 39.963397722000998 ], [ -75.233490318662007, 39.963403782118597 ], [ -75.233519021658196, 39.963267396349998 ], [ -75.233469993042604, 39.963260873575202 ], [ -75.233441064391798, 39.963397722000998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "213 N ALDEN ST", "addr_range": "213 N ALDEN ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 902, "objectid": 3859, "Shape__Area": 142.97265625, "Shape__Length": 61.018769776417997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234577423289494, 39.9647754033738 ], [ -75.234796436434806, 39.964803835053402 ], [ -75.234804811498805, 39.964764348725197 ], [ -75.234585720998496, 39.9647363018899 ], [ -75.234577423289494, 39.9647754033738 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "208 N ALDEN ST", "addr_range": "208-210 N ALDEN ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 906, "objectid": 3860, "Shape__Area": 143.52734375, "Shape__Length": 61.211216802146453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234937692436205, 39.964740790330801 ], [ -75.235157556669293, 39.964769321966997 ], [ -75.235166163935602, 39.964730073163203 ], [ -75.234946300525905, 39.964701522637903 ], [ -75.234937692436205, 39.964740790330801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "338 N 61ST ST", "addr_range": "338 N 61ST ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1057, "objectid": 3861, "Shape__Area": 167.51171875, "Shape__Length": 68.33929486839277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241677918366605, 39.967792549073998 ], [ -75.241791296658604, 39.9678055844482 ], [ -75.241812403858205, 39.9678081424479 ], [ -75.241928324697398, 39.9678221207419 ], [ -75.241936729891705, 39.967781715624497 ], [ -75.241686354300299, 39.967751854523897 ], [ -75.241677918366605, 39.967792549073998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "58 N YEWDALL ST", "addr_range": "58 N YEWDALL ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 873, "objectid": 3862, "Shape__Area": 138.25390625, "Shape__Length": 55.917169937654712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229012914841803, 39.961947262182598 ], [ -75.229204176754095, 39.961970227828701 ], [ -75.229213413642498, 39.9619267792716 ], [ -75.229022416545604, 39.961903495999003 ], [ -75.229012914841803, 39.961947262182598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5534 W OXFORD ST", "addr_range": "5534 W OXFORD ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1438, "objectid": 3863, "Shape__Area": 227.82421875, "Shape__Length": 88.712861802107113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233551518574899, 39.979340387073897 ], [ -75.233498689148803, 39.979346805113003 ], [ -75.233502133740004, 39.979362985035401 ], [ -75.233525767690196, 39.979481755301599 ], [ -75.233526704953306, 39.979487562946197 ], [ -75.233530056996102, 39.979498306935596 ], [ -75.233532882946804, 39.979514778728799 ], [ -75.2335359804962, 39.979533561223199 ], [ -75.233538573796494, 39.979541613519899 ], [ -75.2335412410619, 39.979555003132397 ], [ -75.233545532464902, 39.979580001642098 ], [ -75.233547639117504, 39.979585383529603 ], [ -75.233550630086199, 39.979607580260399 ], [ -75.233603866108197, 39.979601478347803 ], [ -75.233601111667596, 39.979584782876103 ], [ -75.2335987464444, 39.979578508740701 ], [ -75.233593955442899, 39.97955172612 ], [ -75.233593588917202, 39.979546382389302 ], [ -75.233591493985401, 39.979540115081399 ], [ -75.233584068000994, 39.979499039858702 ], [ -75.233581736773402, 39.979491879888897 ], [ -75.233575763721703, 39.979457962495502 ], [ -75.233573896879506, 39.979453473347199 ], [ -75.233566471451695, 39.979412415253798 ], [ -75.233563879923594, 39.979404346778601 ], [ -75.233559934365999, 39.979378485491402 ], [ -75.233558361286896, 39.979374001883301 ], [ -75.233557113585306, 39.979368638830401 ], [ -75.233551518574899, 39.979340387073897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "234 E INDIANA AVE", "addr_range": "234-238 E INDIANA AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 822, "objectid": 3864, "Shape__Area": 130.2890625, "Shape__Length": 59.753599209965373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126896819380406, 39.995011474453698 ], [ -75.126943715913001, 39.995017672068897 ], [ -75.126974826337303, 39.9948498640141 ], [ -75.126927669582898, 39.994844401106299 ], [ -75.126896819380406, 39.995011474453698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2151 N DOVER ST", "addr_range": "2151-2153 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 686, "objectid": 3865, "Shape__Area": 108.703125, "Shape__Length": 50.205360627644268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179524081071804, 39.988828572455297 ], [ -75.179697092685601, 39.988851952975601 ], [ -75.179705433266406, 39.988814306309301 ], [ -75.179532784215894, 39.988790757321098 ], [ -75.179524081071804, 39.988828572455297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3039 N LEE ST", "addr_range": "3039-3041, 3045-3047 N LEE ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 651, "objectid": 3866, "Shape__Area": 103.3359375, "Shape__Length": 47.985018134001784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129000137832605, 39.996215760915099 ], [ -75.1290073314849, 39.996216746905901 ], [ -75.129162291825594, 39.996238193847297 ], [ -75.129170497013206, 39.9961999515386 ], [ -75.129015512641701, 39.996178552712799 ], [ -75.129007966250796, 39.996177509112002 ], [ -75.129000137832605, 39.996215760915099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "315-17 E TUSCULUM ST", "addr_range": "309-317 E TUSCULUM ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 445, "objectid": 3867, "Shape__Area": 70.6328125, "Shape__Length": 40.790919837006598 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126229859699706, 39.992004061891201 ], [ -75.126218957515405, 39.992062747938199 ], [ -75.126213924202503, 39.992083991721003 ], [ -75.126206794379698, 39.992118808401003 ], [ -75.126294712312898, 39.992063496573699 ], [ -75.126229859699706, 39.992004061891201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "932 N 13TH ST", "addr_range": "1300-04 W GIRARD AVE; 928-944 N 13TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 888, "objectid": 3868, "Shape__Area": 140.66796875, "Shape__Length": 55.59004859170485 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157492701995096, 39.970680518620902 ], [ -75.157679775525494, 39.970704121508497 ], [ -75.157690432637906, 39.970659306873102 ], [ -75.157502837282493, 39.970635111954699 ], [ -75.157492701995096, 39.970680518620902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6112 VINE ST", "addr_range": "6112 VINE ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2211, "objectid": 3869, "Shape__Area": 350.13671875, "Shape__Length": 104.18618013511315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242260867429493, 39.966786187760498 ], [ -75.242330475999395, 39.966794849448199 ], [ -75.242336922302698, 39.966766072960603 ], [ -75.242357718712896, 39.966668617451901 ], [ -75.242375123833995, 39.966585853298803 ], [ -75.242394411742396, 39.966494684382603 ], [ -75.242323978242496, 39.966485665924701 ], [ -75.242260867429493, 39.966786187760498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "202 E ALLEGHENY AVE", "addr_range": "202 E ALLEGHENY AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 977, "objectid": 3870, "Shape__Area": 154.98828125, "Shape__Length": 60.905411710464662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127178300220294, 39.998119964515404 ], [ -75.127235709845493, 39.998127014867997 ], [ -75.127269752571806, 39.997964109541499 ], [ -75.127212625127598, 39.997956824175297 ], [ -75.127178300220294, 39.998119964515404 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2409 N 32ND ST", "addr_range": "2409 N 32ND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1002, "objectid": 3871, "Shape__Area": 158.8671875, "Shape__Length": 62.421313183778992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183991778784403, 39.993328002111397 ], [ -75.184211561591695, 39.993356885595297 ], [ -75.184212079189095, 39.993354286040102 ], [ -75.184220497617204, 39.993312852992098 ], [ -75.184000824106306, 39.9932849558679 ], [ -75.183991778784403, 39.993328002111397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2730-34 DIAMOND ST", "addr_range": "2730-2736 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1839, "objectid": 3872, "Shape__Area": 291.45703125, "Shape__Length": 82.671275787932302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178869727328305, 39.9873530959755 ], [ -75.178830233991206, 39.987373376906497 ], [ -75.1788069839683, 39.987383591605798 ], [ -75.178785774340895, 39.987395818917598 ], [ -75.178768751337401, 39.987403738577001 ], [ -75.178684633271203, 39.987445249493803 ], [ -75.178669997309598, 39.987451594489201 ], [ -75.178641029796395, 39.987467226789001 ], [ -75.178617545201703, 39.9874780975383 ], [ -75.178612242297007, 39.987481476458498 ], [ -75.178648980469802, 39.987486942438302 ], [ -75.178666686369198, 39.987488644676098 ], [ -75.178687124993004, 39.987492357920999 ], [ -75.178726887119495, 39.987497650150701 ], [ -75.178758271696594, 39.987501770784299 ], [ -75.178770246133695, 39.987504311391497 ], [ -75.178797439241094, 39.987506710889001 ], [ -75.1788327387588, 39.987511998616696 ], [ -75.178836287697393, 39.987493008219197 ], [ -75.178837407423899, 39.98748555401 ], [ -75.17884121921, 39.987474564172402 ], [ -75.178843664680301, 39.987458112431803 ], [ -75.178859476840401, 39.9873958256563 ], [ -75.178859628029898, 39.987390718508202 ], [ -75.178863414755796, 39.987380390351802 ], [ -75.178867087442896, 39.987366948449299 ], [ -75.178869727328305, 39.9873530959755 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2810 BOUDINOT ST", "addr_range": "2810-2812 BOUDINOT ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 836, "objectid": 3873, "Shape__Area": 132.55078125, "Shape__Length": 57.238047671065438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123522553563703, 39.992086225263797 ], [ -75.123724717784, 39.992111581052903 ], [ -75.123733288480807, 39.992072041842803 ], [ -75.123531035078699, 39.992046844408399 ], [ -75.123522553563703, 39.992086225263797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "622 N 10TH ST", "addr_range": "622 N 10TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1603, "objectid": 3874, "Shape__Area": 253.859375, "Shape__Length": 69.417601611820857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154446044701103, 39.963478427765601 ], [ -75.154231136922306, 39.963451416962499 ], [ -75.154215536288902, 39.9635230725521 ], [ -75.154430484324095, 39.963549035504002 ], [ -75.154446044701103, 39.963478427765601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "626 N 10TH ST", "addr_range": "626 N 10TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2352, "objectid": 3875, "Shape__Area": 372.4609375, "Shape__Length": 101.34225855319218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154391068094995, 39.9636184268889 ], [ -75.154463037608195, 39.963626937911698 ], [ -75.154476457563703, 39.9635668407902 ], [ -75.154492802742396, 39.963483934771503 ], [ -75.154482464541601, 39.9634825566052 ], [ -75.154446044701103, 39.963478427765601 ], [ -75.154430484324095, 39.963549035504002 ], [ -75.154215536288902, 39.9635230725521 ], [ -75.154199269226595, 39.963595742927403 ], [ -75.154391068094995, 39.9636184268889 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2209 YELLAND ST", "addr_range": "2209 YELLAND ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 587, "objectid": 3876, "Shape__Area": 93.1796875, "Shape__Length": 44.439147654184353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165088707051495, 40.011776726379701 ], [ -75.165142335782505, 40.011842686945897 ], [ -75.165166247324606, 40.011873723703097 ], [ -75.1652093823635, 40.011853593935399 ], [ -75.165132512662794, 40.011756063921901 ], [ -75.165088707051495, 40.011776726379701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2136 N DOVER ST", "addr_range": "2132-2142 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 675, "objectid": 3877, "Shape__Area": 107.08203125, "Shape__Length": 49.219966865686345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179868212707007, 39.988563226696101 ], [ -75.180035627132895, 39.988586077731 ], [ -75.180044788925599, 39.988547772773401 ], [ -75.179876761765897, 39.988524989120201 ], [ -75.179868212707007, 39.988563226696101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "944 N 13TH ST", "addr_range": "1300-04 W GIRARD AVE; 928-944 N 13TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 527, "objectid": 3878, "Shape__Area": 83.4609375, "Shape__Length": 42.335809746034819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157439124727304, 39.970920589905298 ], [ -75.157580237494201, 39.970939059371801 ], [ -75.157588211887202, 39.9709030186145 ], [ -75.157447041265002, 39.970885514641203 ], [ -75.157439124727304, 39.970920589905298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2349 N 17TH ST", "addr_range": "2349 N 17TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1283, "objectid": 3879, "Shape__Area": 203.3828125, "Shape__Length": 81.204508192211733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160007643362405, 39.989628966011999 ], [ -75.160314409718495, 39.989671835731002 ], [ -75.160323637272597, 39.989631550441601 ], [ -75.160015948537804, 39.989589804220799 ], [ -75.160007643362405, 39.989628966011999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1920 N 2ND ST", "addr_range": "1920-1922 N 2ND ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1009, "objectid": 3880, "Shape__Area": 159.86328125, "Shape__Length": 68.533109721317388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137480047007202, 39.979718463713603 ], [ -75.137734452051305, 39.979750562150102 ], [ -75.137738788016605, 39.979729334520002 ], [ -75.137742041944904, 39.979713401002201 ], [ -75.137488070759701, 39.979679861808002 ], [ -75.137480047007202, 39.979718463713603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1648 CADWALLADER ST", "addr_range": "1648 CADWALLADER ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1038, "objectid": 3881, "Shape__Area": 164.41796875, "Shape__Length": 71.401478357728777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141607465230294, 39.976132968721103 ], [ -75.141663075540293, 39.976330461038501 ], [ -75.141707035878795, 39.9761209173952 ], [ -75.141607465230294, 39.976132968721103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1822 JUDSON ST", "addr_range": "1820-1822 JUDSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 709, "objectid": 3882, "Shape__Area": 112.37890625, "Shape__Length": 50.584404082788154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1726835371486, 39.982739124859698 ], [ -75.172856086915701, 39.982764277114597 ], [ -75.172865138653904, 39.982725100700698 ], [ -75.172692697213094, 39.9827003680589 ], [ -75.1726835371486, 39.982739124859698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2029 E STERNER ST", "addr_range": "2027-2029 E STERNER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 661, "objectid": 3883, "Shape__Area": 104.76953125, "Shape__Length": 50.030367217334174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121517306493502, 39.988177439681102 ], [ -75.121378367635799, 39.988260725800401 ], [ -75.121408349058996, 39.988289622742698 ], [ -75.121433226940297, 39.988274393868203 ], [ -75.121547512954805, 39.988205970516603 ], [ -75.121534674320003, 39.988194359582103 ], [ -75.121517306493502, 39.988177439681102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "936 N 13TH ST", "addr_range": "1300-04 W GIRARD AVE; 928-944 N 13TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 551, "objectid": 3884, "Shape__Area": 87.375, "Shape__Length": 42.830691740317832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157472362435897, 39.970769395006201 ], [ -75.157614206557597, 39.970787349361402 ], [ -75.157621632137193, 39.970750345629497 ], [ -75.1574879417511, 39.970732800758398 ], [ -75.157481229937204, 39.9707319237951 ], [ -75.157472362435897, 39.970769395006201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5410 LANCASTER AVE", "addr_range": "5410 LANCASTER AVE", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 3285, "objectid": 3885, "Shape__Area": 520.44921875, "Shape__Length": 126.2014113782996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230930528993099, 39.978591134800602 ], [ -75.230874281647203, 39.9786614536266 ], [ -75.230857120519602, 39.978684064032699 ], [ -75.230827352319196, 39.978722290363102 ], [ -75.230672859446202, 39.978921328414103 ], [ -75.230753369063507, 39.978960073573496 ], [ -75.230950013191503, 39.978705333060702 ], [ -75.230930528993099, 39.978591134800602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "618-20 JEFFERSON ST", "addr_range": "618-20 JEFFERSON ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1863, "objectid": 3886, "Shape__Area": 295.203125, "Shape__Length": 69.89313689692645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146410095538002, 39.9742240041207 ], [ -75.146536782945503, 39.974240313585 ], [ -75.146563404166002, 39.974098466119301 ], [ -75.146436248532297, 39.974084479699798 ], [ -75.146410095538002, 39.9742240041207 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2419 N 29TH ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 1124, "objectid": 3887, "Shape__Area": 178.2109375, "Shape__Length": 68.836526559274517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179097002211194, 39.992901867816897 ], [ -75.179106262425705, 39.992903042009601 ], [ -75.179345803904894, 39.992933634342499 ], [ -75.179354826824706, 39.992890699623203 ], [ -75.179115489725305, 39.992859725349803 ], [ -75.179106292163198, 39.992858536342801 ], [ -75.179105887945497, 39.992860332915001 ], [ -75.179097737775294, 39.992898466757701 ], [ -75.179097002211194, 39.992901867816897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "624 MASTER ST", "addr_range": "622-626 MASTER ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 614, "objectid": 3888, "Shape__Area": 97.33984375, "Shape__Length": 49.867529396781727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147063145180894, 39.972759386054697 ], [ -75.147035705314593, 39.972895897209902 ], [ -75.147078932313093, 39.972901809950699 ], [ -75.147105716370305, 39.972764899175097 ], [ -75.147063145180894, 39.972759386054697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3037 RIDGE AVE", "addr_range": "3031-3037 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1037, "objectid": 3889, "Shape__Area": 164.44921875, "Shape__Length": 65.986457825058068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183147259445207, 39.989174763699701 ], [ -75.183181153271207, 39.989207293093401 ], [ -75.183370199450906, 39.989092009825598 ], [ -75.183335174666198, 39.989058906482803 ], [ -75.183147259445207, 39.989174763699701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1825 N 26TH ST", "addr_range": "2550-2554 RIDGE AVE; 1825 N 26TH ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 634, "objectid": 3890, "Shape__Area": 100.48046875, "Shape__Length": 44.375442715433579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176716256847996, 39.983353041800598 ], [ -75.1767285690552, 39.9833549622074 ], [ -75.176741167805602, 39.983297293410203 ], [ -75.176597814793993, 39.983277991562097 ], [ -75.176597134069894, 39.983287116163197 ], [ -75.176650862246106, 39.983329684538603 ], [ -75.176673946826497, 39.983346467211803 ], [ -75.176716256847996, 39.983353041800598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3020 RIDGE AVE", "addr_range": "3014-3034 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1101, "objectid": 3891, "Shape__Area": 174.60546875, "Shape__Length": 71.935093133316499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183466772931894, 39.988566215501301 ], [ -75.183395284960895, 39.988556428550297 ], [ -75.183211535946199, 39.988669637231801 ], [ -75.183244804745698, 39.988701993155701 ], [ -75.183466772931894, 39.988566215501301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3014 RIDGE AVE", "addr_range": "3014-3034 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 881, "objectid": 3892, "Shape__Area": 139.53125, "Shape__Length": 57.139707926585501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183253726983295, 39.988536901540598 ], [ -75.183044575952394, 39.988508238321899 ], [ -75.183144715182394, 39.988604455 ], [ -75.183253726983295, 39.988536901540598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3028-34 RIDGE AVE", "addr_range": "3014-3034 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 4070, "objectid": 3893, "Shape__Area": 645.05859375, "Shape__Length": 110.43453929661132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183475299311198, 39.988722670976003 ], [ -75.1833482836999, 39.988801381099499 ], [ -75.183392920749895, 39.988844613198196 ], [ -75.183437350443398, 39.988887258589202 ], [ -75.183488524639799, 39.9889383098254 ], [ -75.183552880658695, 39.989001004003299 ], [ -75.183595989127298, 39.988807466955997 ], [ -75.183600969640494, 39.988789895104297 ], [ -75.183608971626896, 39.988748969065902 ], [ -75.1836133043019, 39.988733010852698 ], [ -75.183485731125202, 39.988716665650301 ], [ -75.183475299311198, 39.988722670976003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1824 N BUCKNELL ST", "addr_range": "1822-1830 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 686, "objectid": 3894, "Shape__Area": 108.8125, "Shape__Length": 49.023081895072274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173135074044694, 39.982837793192601 ], [ -75.173300333003695, 39.982860169933602 ], [ -75.173308953984005, 39.982820177412499 ], [ -75.173143368977804, 39.9827986790567 ], [ -75.173135074044694, 39.982837793192601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1826 N BUCKNELL ST", "addr_range": "1822-1830 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 687, "objectid": 3895, "Shape__Area": 108.9765625, "Shape__Length": 49.062177739481548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173126159745195, 39.982877796236302 ], [ -75.173292040493905, 39.982899284133303 ], [ -75.173300333003695, 39.982860169933602 ], [ -75.173135074044694, 39.982837793192601 ], [ -75.173126159745195, 39.982877796236302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1830 N BUCKNELL ST", "addr_range": "1822-1830 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 675, "objectid": 3896, "Shape__Area": 107.03125, "Shape__Length": 48.797910849054887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173118181696196, 39.982916337234002 ], [ -75.173282733068504, 39.982938568362599 ], [ -75.173292040493905, 39.982899284133303 ], [ -75.173126159745195, 39.982877796236302 ], [ -75.173118181696196, 39.982916337234002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3029 RIDGE AVE", "addr_range": "2123 N STANLEY ST; 3029 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1159, "objectid": 3897, "Shape__Area": 183.66015625, "Shape__Length": 68.293699088607809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182836536645198, 39.988874838384199 ], [ -75.182851761509099, 39.988890653755199 ], [ -75.182892399075797, 39.988895560444398 ], [ -75.182992106946799, 39.988833537657101 ], [ -75.183047586436302, 39.988841645048701 ], [ -75.183054445236195, 39.9888115416327 ], [ -75.183058417445594, 39.988791271251699 ], [ -75.183051360093799, 39.988783955794503 ], [ -75.183049462811496, 39.988781995112497 ], [ -75.183025660908697, 39.988759185319402 ], [ -75.182836536645198, 39.988874838384199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2132 N CORLIES ST", "addr_range": "2132-2134 N CORLIES ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 730, "objectid": 3898, "Shape__Area": 115.78515625, "Shape__Length": 51.5469570165493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182627194434502, 39.989025275608498 ], [ -75.182803471256804, 39.989049884950198 ], [ -75.182812006578303, 39.989010388173902 ], [ -75.182635134330894, 39.988985977261798 ], [ -75.182627194434502, 39.989025275608498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2124 N 31ST ST", "addr_range": "2124 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 807, "objectid": 3899, "Shape__Area": 127.9453125, "Shape__Length": 56.43303324607966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183749688537603, 39.988941538241797 ], [ -75.183949765914804, 39.988966903214902 ], [ -75.183957770671597, 39.988929184812598 ], [ -75.183758697023706, 39.988902214168597 ], [ -75.183749688537603, 39.988941538241797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3120 WESTMONT ST", "addr_range": "3120 WESTMONT ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 862, "objectid": 3900, "Shape__Area": 136.73828125, "Shape__Length": 60.073456694863538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184290735822202, 39.9888441325146 ], [ -75.184339980988895, 39.988850826790198 ], [ -75.184376125937305, 39.988684538044097 ], [ -75.184327167445304, 39.988677979033902 ], [ -75.184300107072701, 39.988798546390399 ], [ -75.184290735822202, 39.9888441325146 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2134 N CORLIES ST", "addr_range": "2132-2134 N CORLIES ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 687, "objectid": 3901, "Shape__Area": 108.90234375, "Shape__Length": 50.748294967405812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182618901550001, 39.989062229740298 ], [ -75.182794313801693, 39.989087061225597 ], [ -75.182803471256804, 39.989049884950198 ], [ -75.182627194434502, 39.989025275608498 ], [ -75.182618901550001, 39.989062229740298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3144 FRENCH ST", "addr_range": "3144 FRENCH ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 891, "objectid": 3902, "Shape__Area": 141.2890625, "Shape__Length": 61.118897667943486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184818568673293, 39.989185240287703 ], [ -75.184784400892198, 39.989354685426598 ], [ -75.184833915757693, 39.989360917884703 ], [ -75.184869652584595, 39.989192105169103 ], [ -75.184818568673293, 39.989185240287703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2506 SHARSWOOD ST", "addr_range": "2506 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 593, "objectid": 3903, "Shape__Area": 93.95703125, "Shape__Length": 44.871341499531425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176807725796195, 39.977447889118103 ], [ -75.176856886829398, 39.9774543749853 ], [ -75.176880077767706, 39.977339446513 ], [ -75.176830483263998, 39.977333337468501 ], [ -75.176807725796195, 39.977447889118103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2434 NICHOLAS ST", "addr_range": "2430-2434 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 867, "objectid": 3904, "Shape__Area": 137.4921875, "Shape__Length": 60.571864802046711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175207333542701, 39.980372406784703 ], [ -75.175224055410894, 39.980374620018097 ], [ -75.175257756104898, 39.980206392140197 ], [ -75.175208342840605, 39.980199899069902 ], [ -75.175174975540202, 39.980368134415997 ], [ -75.175192322221207, 39.980370425644303 ], [ -75.175207333542701, 39.980372406784703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2514 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 499, "objectid": 3905, "Shape__Area": 79.0703125, "Shape__Length": 39.759452611415249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176922516106998, 39.977146749872901 ], [ -75.176970501880305, 39.977153307554801 ], [ -75.176991968327798, 39.977055667760702 ], [ -75.176942688524903, 39.977048985564402 ], [ -75.176922516106998, 39.977146749872901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2505 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 614, "objectid": 3906, "Shape__Area": 97.34375, "Shape__Length": 45.563752242823867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176833972783299, 39.977325870638403 ], [ -75.176884760590895, 39.977332538936203 ], [ -75.176908266265698, 39.977216472330703 ], [ -75.176858197950196, 39.977209610238504 ], [ -75.176833972783299, 39.977325870638403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2507 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 588, "objectid": 3907, "Shape__Area": 93.29296875, "Shape__Length": 45.063114813286461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176884760590895, 39.977332538936203 ], [ -75.176932808251195, 39.977338548401399 ], [ -75.176957170292795, 39.977222565861801 ], [ -75.176908266265698, 39.977216472330703 ], [ -75.176884760590895, 39.977332538936203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2455 TURNER ST", "addr_range": "2455 TURNER ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 944, "objectid": 3908, "Shape__Area": 149.55078125, "Shape__Length": 61.556900624780425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175760663701894, 39.980260761308699 ], [ -75.175795367021493, 39.980092556694501 ], [ -75.175742228460805, 39.980085932538103 ], [ -75.175706588563003, 39.980253907095403 ], [ -75.175760663701894, 39.980260761308699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2432 TURNER ST", "addr_range": "2430-2436 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 778, "objectid": 3909, "Shape__Area": 123.265625, "Shape__Length": 55.226212810914319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175215073874597, 39.979906799381503 ], [ -75.1752644875165, 39.979913307779498 ], [ -75.175296558076397, 39.979763758250499 ], [ -75.175246809246104, 39.979757258562003 ], [ -75.175215073874597, 39.979906799381503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1622 N 25TH ST", "addr_range": "1622-1624 N 25TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1113, "objectid": 3910, "Shape__Area": 176.44921875, "Shape__Length": 67.111082446775271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175931320994295, 39.980288672360601 ], [ -75.176171386223601, 39.980318672318802 ], [ -75.176180951812299, 39.980274654363797 ], [ -75.175941914422197, 39.980244145878899 ], [ -75.175936732320693, 39.980265888202503 ], [ -75.175931320994295, 39.980288672360601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2434 TURNER ST", "addr_range": "2430-2436 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 769, "objectid": 3911, "Shape__Area": 121.88671875, "Shape__Length": 55.058618283480001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175296558076397, 39.979763758250499 ], [ -75.1752644875165, 39.979913307779498 ], [ -75.1753132421467, 39.979919528364199 ], [ -75.175345963578096, 39.979770509706299 ], [ -75.175296558076397, 39.979763758250499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1624 N 25TH ST", "addr_range": "1622-1624 N 25TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1060, "objectid": 3912, "Shape__Area": 167.93359375, "Shape__Length": 66.44327939005926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175923622209794, 39.9803309274428 ], [ -75.176162277804195, 39.9803610723975 ], [ -75.176171386223601, 39.980318672318802 ], [ -75.175931320994295, 39.980288672360601 ], [ -75.175923622209794, 39.9803309274428 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2447 W OXFORD ST", "addr_range": "2445-2449 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1105, "objectid": 3913, "Shape__Area": 175.17578125, "Shape__Length": 68.179694069563439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175736677074596, 39.979812239069503 ], [ -75.175792760526903, 39.979819123007601 ], [ -75.175832534818895, 39.979630462024303 ], [ -75.175776839833802, 39.979623313809199 ], [ -75.175736677074596, 39.979812239069503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2730 N 12TH ST", "addr_range": "2730-2732 N 12TH ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1305, "objectid": 3914, "Shape__Area": 206.9140625, "Shape__Length": 76.342401953254992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150725611167303, 39.994316541851099 ], [ -75.151005751750205, 39.994352386362202 ], [ -75.15101502668, 39.9943077499371 ], [ -75.150734601155904, 39.994272223359097 ], [ -75.150725611167303, 39.994316541851099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1135 W SILVER ST", "addr_range": "2727-2731 N 12TH ST; 1135-1141 W SILVER ST", "zipcode": 19133, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 798, "objectid": 3915, "Shape__Area": 126.48046875, "Shape__Length": 54.472301490326217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150288048528594, 39.994332247649602 ], [ -75.150340373968703, 39.9943401227968 ], [ -75.150340555429395, 39.994339207866702 ], [ -75.150341363465401, 39.994335084180904 ], [ -75.150369156096602, 39.994194857259998 ], [ -75.150316465790695, 39.994187764053798 ], [ -75.150288982347803, 39.994327561873597 ], [ -75.150288048528594, 39.994332247649602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "509 W DAUPHIN ST", "addr_range": "509-517 W DAUPHIN ST; 2303-2309 N REESE ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1039, "objectid": 3916, "Shape__Area": 164.7265625, "Shape__Length": 67.946439061831342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141793436808797, 39.986326910987501 ], [ -75.141845337903902, 39.986333636229098 ], [ -75.141859281417695, 39.986268489321802 ], [ -75.141887758656594, 39.986143046503898 ], [ -75.1418351400077, 39.986136434719 ], [ -75.141793436808797, 39.986326910987501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "515 W DAUPHIN ST", "addr_range": "509-517 W DAUPHIN ST; 2303-2309 N REESE ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1061, "objectid": 3917, "Shape__Area": 168.23828125, "Shape__Length": 68.192620759495313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141950929586699, 39.986347400315204 ], [ -75.142003160329494, 39.986354326695398 ], [ -75.142009172596701, 39.986325995518698 ], [ -75.142015134707094, 39.986297872239 ], [ -75.142024242592299, 39.986259358673003 ], [ -75.142045627213605, 39.986163592004402 ], [ -75.141992109765795, 39.986156379610499 ], [ -75.141973438506596, 39.986243131931801 ], [ -75.141963371341504, 39.9862853953749 ], [ -75.141950929586699, 39.986347400315204 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2352 N 3RD ST", "addr_range": "2352 N 3RD ST", "zipcode": 19133, "district": "7", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 839, "objectid": 3918, "Shape__Area": 133.0859375, "Shape__Length": 58.83986334582125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138504232447204, 39.986839934566703 ], [ -75.138715347669404, 39.986867359108103 ], [ -75.138723668846396, 39.986829463983597 ], [ -75.138512551432498, 39.986802038504003 ], [ -75.138504232447204, 39.986839934566703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2303 N REESE ST", "addr_range": "509-517 W DAUPHIN ST; 2303-2309 N REESE ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 908, "objectid": 3919, "Shape__Area": 143.9140625, "Shape__Length": 59.690674959721328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141840275861298, 39.986387974473303 ], [ -75.142051060153307, 39.986414461814299 ], [ -75.142060391074594, 39.986373922409697 ], [ -75.1418494549945, 39.986346480154197 ], [ -75.141840275861298, 39.986387974473303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2307 N REESE ST", "addr_range": "509-517 W DAUPHIN ST; 2303-2309 N REESE ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 920, "objectid": 3920, "Shape__Area": 145.81640625, "Shape__Length": 59.949907557720451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141821649757702, 39.986469182910497 ], [ -75.142033003969701, 39.9864966662456 ], [ -75.142036632142293, 39.986480241962703 ], [ -75.142042249273501, 39.986455093226198 ], [ -75.141830844412496, 39.986427834009802 ], [ -75.141821649757702, 39.986469182910497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "517 W DAUPHIN ST", "addr_range": "509-517 W DAUPHIN ST; 2303-2309 N REESE ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1186, "objectid": 3921, "Shape__Area": 187.95703125, "Shape__Length": 69.533114052349234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142003160329494, 39.986354326695398 ], [ -75.142042752887903, 39.986359593618197 ], [ -75.142063162409002, 39.986362363097498 ], [ -75.142103659941796, 39.986171633195703 ], [ -75.142045627213605, 39.986163592004402 ], [ -75.142024242592299, 39.986259358673003 ], [ -75.142015134707094, 39.986297872239 ], [ -75.142009172596701, 39.986325995518698 ], [ -75.142003160329494, 39.986354326695398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2309 N REESE ST", "addr_range": "509-517 W DAUPHIN ST; 2303-2309 N REESE ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 895, "objectid": 3922, "Shape__Area": 141.87109375, "Shape__Length": 59.611423743714667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141813302943703, 39.986509164404602 ], [ -75.142024266273296, 39.9865375570118 ], [ -75.142033003969701, 39.9864966662456 ], [ -75.141821649757702, 39.986469182910497 ], [ -75.141814938683794, 39.986502592578702 ], [ -75.141813302943703, 39.986509164404602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "511 W DAUPHIN ST", "addr_range": "509-517 W DAUPHIN ST; 2303-2309 N REESE ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1073, "objectid": 3923, "Shape__Area": 170.015625, "Shape__Length": 68.188889976561995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141845337903902, 39.986333636229098 ], [ -75.141898766817505, 39.9863409917414 ], [ -75.141940840380002, 39.986150685140302 ], [ -75.141887758656594, 39.986143046503898 ], [ -75.141859281417695, 39.986268489321802 ], [ -75.141845337903902, 39.986333636229098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "513 W DAUPHIN ST", "addr_range": "509-517 W DAUPHIN ST; 2303-2309 N REESE ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1027, "objectid": 3924, "Shape__Area": 162.8046875, "Shape__Length": 67.821516360737434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141898766817505, 39.9863409917414 ], [ -75.141950929586699, 39.986347400315204 ], [ -75.141963371341504, 39.9862853953749 ], [ -75.141973438506596, 39.986243131931801 ], [ -75.141992109765795, 39.986156379610499 ], [ -75.1419424264311, 39.986150866246298 ], [ -75.141940840380002, 39.986150685140302 ], [ -75.141898766817505, 39.9863409917414 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2305 N REESE ST", "addr_range": "509-517 W DAUPHIN ST; 2303-2309 N REESE ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 892, "objectid": 3925, "Shape__Area": 141.36328125, "Shape__Length": 59.512013576068526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141830844412496, 39.986427834009802 ], [ -75.142042249273501, 39.986455093226198 ], [ -75.142051060153307, 39.986414461814299 ], [ -75.141840275861298, 39.986387974473303 ], [ -75.141830844412496, 39.986427834009802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2234 N 4TH ST", "addr_range": "2232-2238 N 4TH ST; 2233-2243 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 772, "objectid": 3926, "Shape__Area": 122.359375, "Shape__Length": 51.35977264174641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139922587436303, 39.985063083546997 ], [ -75.140094251292098, 39.985086121502803 ], [ -75.140102987418601, 39.985043102607897 ], [ -75.139932052456004, 39.985020210986399 ], [ -75.139922587436303, 39.985063083546997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2236 N 4TH ST", "addr_range": "2232-2238 N 4TH ST; 2233-2243 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 786, "objectid": 3927, "Shape__Area": 124.66015625, "Shape__Length": 52.550320482478227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139913049128793, 39.985106277907597 ], [ -75.140090263990402, 39.985129893519897 ], [ -75.140092659576396, 39.985119341156299 ], [ -75.140088708958999, 39.985118543113799 ], [ -75.140094251292098, 39.985086121502803 ], [ -75.139922587436303, 39.985063083546997 ], [ -75.139913049128793, 39.985106277907597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2365 N 3RD ST", "addr_range": "2365-2369 N 3RD ST; 258-262 W YORK ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 867, "objectid": 3928, "Shape__Area": 137.46484375, "Shape__Length": 59.203536912319592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138078543190503, 39.986937797527801 ], [ -75.138109928247005, 39.986942363639301 ], [ -75.138114517276094, 39.986942919484797 ], [ -75.138120864119301, 39.986944611878101 ], [ -75.138289316652404, 39.986968417308603 ], [ -75.138297567598897, 39.986929370004503 ], [ -75.138122602378004, 39.986904318928602 ], [ -75.1381043199803, 39.986901275490801 ], [ -75.138086907741098, 39.986899058268399 ], [ -75.138078543190503, 39.986937797527801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "312 W YORK ST", "addr_range": "310-312 W YORK ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1056, "objectid": 3929, "Shape__Area": 167.31640625, "Shape__Length": 65.354806962751155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138752753328106, 39.987133912860301 ], [ -75.138809055115999, 39.987141227943702 ], [ -75.138848275513794, 39.986962578770203 ], [ -75.138791973835097, 39.986955264606202 ], [ -75.138752753328106, 39.987133912860301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "310 W YORK ST", "addr_range": "310-312 W YORK ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 923, "objectid": 3930, "Shape__Area": 146.3984375, "Shape__Length": 63.764931650530457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138703491222103, 39.9871275147745 ], [ -75.138752753328106, 39.987133912860301 ], [ -75.138791973835097, 39.986955264606202 ], [ -75.138742713059898, 39.986948865663599 ], [ -75.138703491222103, 39.9871275147745 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2206 N LEITHGOW ST", "addr_range": "2204-2224, 2230-2232, 2240-2258 N LEITHGOW ST; 2209-2217, 2233-2237 N LAWRENCE ST; 412-422 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "37", "parcelarea": 463, "objectid": 3931, "Shape__Area": 73.515625, "Shape__Length": 40.405519048740608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140454181454203, 39.984621024812199 ], [ -75.140590377136405, 39.9846394028148 ], [ -75.140598344339097, 39.984607119211802 ], [ -75.140461265625405, 39.9845888004294 ], [ -75.140454181454203, 39.984621024812199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2900 N American St (Parcel not in PWD)", "addr_range": "2900 N AMERICAN ST", "zipcode": 19133, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 32704, "objectid": 3932, "Shape__Area": 5751.390625, "Shape__Length": 472.96426631568562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135500498790904, 39.996174554332001 ], [ -75.135507925842802, 39.995617895269902 ], [ -75.135590503329794, 39.994738597310999 ], [ -75.135431945679898, 39.994734985824202 ], [ -75.135135294600403, 39.996128092546101 ], [ -75.135500498790904, 39.996174554332001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2442 N ORKNEY ST", "addr_range": "2438-2442 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 474, "objectid": 3933, "Shape__Area": 75.24609375, "Shape__Length": 39.84695008846834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140551649319306, 39.988494240367601 ], [ -75.140682684765807, 39.988512403451203 ], [ -75.140689783780601, 39.988477117714702 ], [ -75.140664339530701, 39.988474459700299 ], [ -75.1405844066349, 39.988463115942601 ], [ -75.140559584021403, 39.988459552994698 ], [ -75.140551649319306, 39.988494240367601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2425-39 N AMERICAN ST", "addr_range": "216 W CUMBERLAND ST", "zipcode": 19133, "district": "7", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 31015, "objectid": 3934, "Shape__Area": 4914.46875, "Shape__Length": 298.87710716395844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136192733079596, 39.988338828810299 ], [ -75.136618450449404, 39.988393159737697 ], [ -75.1366381666829, 39.9882957926297 ], [ -75.136662263087402, 39.988188063466197 ], [ -75.136720174126694, 39.987909055547 ], [ -75.136762964087396, 39.987711464015703 ], [ -75.136331295871599, 39.987653355174402 ], [ -75.136301293995601, 39.987795849152 ], [ -75.136291939033896, 39.987833631389798 ], [ -75.136284687102105, 39.9878668671982 ], [ -75.136277686896804, 39.9878995275782 ], [ -75.136276059796202, 39.987906438319598 ], [ -75.136265479442102, 39.987955362643 ], [ -75.136263695597805, 39.987965219766899 ], [ -75.136184557146905, 39.988337788446202 ], [ -75.136192733079596, 39.988338828810299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2724 N LAWRENCE ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 662, "objectid": 3935, "Shape__Area": 105.0, "Shape__Length": 47.308304522811618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139197479648203, 39.992704447052503 ], [ -75.139202191928405, 39.992705037184599 ], [ -75.139354655437799, 39.992724286375399 ], [ -75.139358631017998, 39.992704274979097 ], [ -75.139362684646102, 39.992683878818902 ], [ -75.139211088988404, 39.992664971942602 ], [ -75.139205479227201, 39.9926642640865 ], [ -75.139197479648203, 39.992704447052503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2737-49 N 4TH ST", "addr_range": "2737-49 N 4TH ST; 312-322 W SOMERSET ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 20457, "objectid": 3936, "Shape__Area": 3263.66796875, "Shape__Length": 249.01490104841201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1376043522163, 39.9931862164443 ], [ -75.137714533224397, 39.993200249933999 ], [ -75.137794170515505, 39.993210703138999 ], [ -75.1377985091395, 39.993190554983101 ], [ -75.137831420020802, 39.993194753972404 ], [ -75.137826767215103, 39.9932192631398 ], [ -75.137964249562103, 39.993237301935999 ], [ -75.138031539722803, 39.992922559640697 ], [ -75.138081126220499, 39.992689352608799 ], [ -75.137884601821796, 39.992663794702302 ], [ -75.137873689876599, 39.9926625147056 ], [ -75.1377192526204, 39.992641203927697 ], [ -75.137687449102501, 39.992794586636897 ], [ -75.137680256314795, 39.992829516893103 ], [ -75.1376043522163, 39.9931862164443 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "239 N ALDEN ST", "addr_range": "239 N ALDEN ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1087, "objectid": 3937, "Shape__Area": 172.13671875, "Shape__Length": 72.212579922588432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234623465516293, 39.965415372509298 ], [ -75.234893691357598, 39.965448586506803 ], [ -75.234901734618703, 39.965410156072799 ], [ -75.234631715983596, 39.965376979069298 ], [ -75.234623465516293, 39.965415372509298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5408 SUMMER ST", "addr_range": "5408 SUMMER ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 522, "objectid": 3938, "Shape__Area": 82.72265625, "Shape__Length": 39.598733373598286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228264218015894, 39.964191150451803 ], [ -75.228211546612499, 39.964184528252197 ], [ -75.228209887557, 39.964192568326801 ], [ -75.2282004889977, 39.964235835771703 ], [ -75.228192089370097, 39.964278689088999 ], [ -75.228244904115499, 39.964285363100302 ], [ -75.228264218015894, 39.964191150451803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "236 N ALDEN ST", "addr_range": "236 N ALDEN ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1096, "objectid": 3939, "Shape__Area": 173.5859375, "Shape__Length": 72.610730413971325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235041288198801, 39.965427351650902 ], [ -75.235313288877293, 39.9654601683769 ], [ -75.235321097812701, 39.965421798555703 ], [ -75.235049380652001, 39.965388665502999 ], [ -75.235041288198801, 39.965427351650902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "124 N CONESTOGA ST", "addr_range": "120-124 N CONESTOGA ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 833, "objectid": 3940, "Shape__Area": 131.90234375, "Shape__Length": 55.771809731204144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229382516930798, 39.962800995372099 ], [ -75.229576506255498, 39.962823922953099 ], [ -75.229585401240698, 39.962782901352298 ], [ -75.229391434226301, 39.9627600067098 ], [ -75.229382516930798, 39.962800995372099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "312 N SALFORD ST", "addr_range": "312 N SALFORD ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 907, "objectid": 3941, "Shape__Area": 143.7734375, "Shape__Length": 60.030679056416773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239146402304399, 39.966925582960798 ], [ -75.239359240256405, 39.9669518884212 ], [ -75.239367823725999, 39.966911197240798 ], [ -75.239154381034993, 39.966884877659197 ], [ -75.239146402304399, 39.966925582960798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5512 WESTMINSTER AVE", "addr_range": "5510-5512 WESTMINSTER AVE", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 824, "objectid": 3942, "Shape__Area": 130.6015625, "Shape__Length": 58.226630236457765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230404687505498, 39.967383314013098 ], [ -75.230431985736502, 39.967544818803702 ], [ -75.230480943502002, 39.9675397841768 ], [ -75.230459628585507, 39.967411278234401 ], [ -75.230454752277694, 39.9673794641919 ], [ -75.230438853414796, 39.967379985439997 ], [ -75.230404687505498, 39.967383314013098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5529 SPRING ST", "addr_range": "5529 SPRING ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 733, "objectid": 3943, "Shape__Area": 116.15625, "Shape__Length": 49.519379952799028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231012590000304, 39.964521508005497 ], [ -75.231068574406194, 39.964528572851798 ], [ -75.231095204249399, 39.964403022494302 ], [ -75.2310396971953, 39.964396065446202 ], [ -75.231012590000304, 39.964521508005497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "142 N YEWDALL ST", "addr_range": "142 N YEWDALL ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 827, "objectid": 3944, "Shape__Area": 130.94921875, "Shape__Length": 56.264642822429423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228765444604605, 39.963098027021999 ], [ -75.228962468749501, 39.963123280213701 ], [ -75.228969515107195, 39.963090309886603 ], [ -75.228970964851698, 39.963083426589399 ], [ -75.228773848053706, 39.963057865034799 ], [ -75.228765444604605, 39.963098027021999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "59 N CONESTOGA ST", "addr_range": "59 N CONESTOGA ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 860, "objectid": 3945, "Shape__Area": 136.2890625, "Shape__Length": 55.523053539257525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229204176754095, 39.961970227828701 ], [ -75.229393957232602, 39.9619930146456 ], [ -75.229395127584397, 39.961987979457902 ], [ -75.229403265678499, 39.961949906422703 ], [ -75.229213413642498, 39.9619267792716 ], [ -75.229204176754095, 39.961970227828701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "122 N CONESTOGA ST", "addr_range": "120-124 N CONESTOGA ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 825, "objectid": 3946, "Shape__Area": 130.62890625, "Shape__Length": 55.666482927643401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229391434226301, 39.9627600067098 ], [ -75.229585401240698, 39.962782901352298 ], [ -75.229594194614094, 39.962742409107101 ], [ -75.229400108606399, 39.962719284811499 ], [ -75.229391434226301, 39.9627600067098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5450 SUMMER ST", "addr_range": "5450 SUMMER ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 527, "objectid": 3947, "Shape__Area": 83.51171875, "Shape__Length": 39.782502639339555 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229296604555898, 39.964418102033001 ], [ -75.229349638644507, 39.964425086688898 ], [ -75.229370007758007, 39.964330638483403 ], [ -75.229316329335305, 39.9643240433264 ], [ -75.229296604555898, 39.964418102033001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "210 N SALFORD ST", "addr_range": "210 N SALFORD ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 889, "objectid": 3948, "Shape__Area": 140.8359375, "Shape__Length": 58.145152439314899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239486910010896, 39.965332162190897 ], [ -75.239689366567504, 39.965358079621403 ], [ -75.239698192639096, 39.965317086492099 ], [ -75.239494667249801, 39.9652895184933 ], [ -75.239486910010896, 39.965332162190897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5510 WESTMINSTER AVE", "addr_range": "5510-5512 WESTMINSTER AVE", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 847, "objectid": 3949, "Shape__Area": 134.265625, "Shape__Length": 58.603729888246605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230354222864193, 39.967388315515201 ], [ -75.230365920519105, 39.967460432263103 ], [ -75.230382205914793, 39.967550011953598 ], [ -75.230431985736502, 39.967544818803702 ], [ -75.230404687505498, 39.967383314013098 ], [ -75.230354222864193, 39.967388315515201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "210 N ALDEN ST", "addr_range": "208-210 N ALDEN ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 906, "objectid": 3950, "Shape__Area": 143.49609375, "Shape__Length": 61.209067877791846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234929035964399, 39.964780036239702 ], [ -75.235148902727303, 39.964808566143198 ], [ -75.235157556669293, 39.964769321966997 ], [ -75.234937692436205, 39.964740790330801 ], [ -75.234929035964399, 39.964780036239702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5651 CHERRY ST", "addr_range": "5651 CHERRY ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4721, "objectid": 3951, "Shape__Area": 747.55859375, "Shape__Length": 147.95181263390589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233851586247198, 39.963992184314598 ], [ -75.233905669199899, 39.9639985771867 ], [ -75.233996025124597, 39.9635792756171 ], [ -75.233996228205996, 39.963578344837103 ], [ -75.233887894842098, 39.963565040096299 ], [ -75.233846994655806, 39.963760431353698 ], [ -75.233844834602607, 39.963770635511402 ], [ -75.233805098971104, 39.9639594579102 ], [ -75.2338025113893, 39.963972763829297 ], [ -75.233799651742103, 39.963986080900703 ], [ -75.233826122691895, 39.963989111220897 ], [ -75.233851586247198, 39.963992184314598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "138 N 58TH ST", "addr_range": "138-140 N 58TH ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1134, "objectid": 3952, "Shape__Area": 179.55859375, "Shape__Length": 72.27498993762191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236397694053593, 39.963980547846297 ], [ -75.2366654446339, 39.964013720671197 ], [ -75.236673423904904, 39.963973000208902 ], [ -75.236405635700606, 39.963940278874297 ], [ -75.236398082083298, 39.963978541722703 ], [ -75.236397694053593, 39.963980547846297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "319 N 56TH ST", "addr_range": "319 N 56TH ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1244, "objectid": 3953, "Shape__Area": 197.14453125, "Shape__Length": 77.891063528062404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231634962913404, 39.966071674991397 ], [ -75.231341305686399, 39.966100951973701 ], [ -75.231348181547105, 39.966141787391301 ], [ -75.231641838947596, 39.966112510391497 ], [ -75.231634962913404, 39.966071674991397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "14 N YEWDALL ST", "addr_range": "14 N YEWDALL ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 864, "objectid": 3954, "Shape__Area": 136.8828125, "Shape__Length": 55.716218342590274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229225539039305, 39.960954120317702 ], [ -75.229216397279998, 39.960997280842797 ], [ -75.229406847321499, 39.961020567146001 ], [ -75.229416374657802, 39.960977172710997 ], [ -75.229225539039305, 39.960954120317702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "155 N SALFORD ST", "addr_range": "151-155 N SALFORD ST", "zipcode": 19139, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 942, "objectid": 3955, "Shape__Area": 149.20703125, "Shape__Length": 63.407952058417742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239409883016094, 39.964666081167501 ], [ -75.239464272391103, 39.9646715275532 ], [ -75.239471012646305, 39.964632004272303 ], [ -75.239239888571106, 39.964609281104998 ], [ -75.239231387063995, 39.964646588131799 ], [ -75.239281829480305, 39.964652883466002 ], [ -75.239345865723294, 39.964659796088 ], [ -75.239409883016094, 39.964666081167501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "45-53 N SAINT BERNARD ST", "addr_range": "45-53 N SAINT BERNARD ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2081, "objectid": 3956, "Shape__Area": 329.5078125, "Shape__Length": 109.45643664483141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219551657385907, 39.960494986900201 ], [ -75.219552764110006, 39.960501266951503 ], [ -75.219558150432107, 39.960536622051002 ], [ -75.2195704222448, 39.960609834954298 ], [ -75.219578416663694, 39.960660641156899 ], [ -75.219593949619806, 39.960760442406198 ], [ -75.219598329871005, 39.960786281478804 ], [ -75.219601457315704, 39.9608024378065 ], [ -75.219609240627506, 39.960828514113402 ], [ -75.2196350931941, 39.960695694877003 ], [ -75.219662965559806, 39.960561550663101 ], [ -75.219673058282496, 39.960509303532596 ], [ -75.219551657385907, 39.960494986900201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5014 ARCH ST", "addr_range": "5014-5016 ARCH ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1636, "objectid": 3957, "Shape__Area": 259.05078125, "Shape__Length": 81.509039538573617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221158300907405, 39.961068643957802 ], [ -75.221228845766902, 39.961077823106798 ], [ -75.221274151874297, 39.960853358322403 ], [ -75.221205846665995, 39.960845323275002 ], [ -75.221195950846493, 39.9608900145696 ], [ -75.221182098740698, 39.960954332527102 ], [ -75.221169359899093, 39.961014629534397 ], [ -75.221158300907405, 39.961068643957802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "28 FARSON ST", "addr_range": "26-30 N FARSON ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 749, "objectid": 3958, "Shape__Area": 118.625, "Shape__Length": 52.330416878051174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221854282442195, 39.960361149457 ], [ -75.222034766814005, 39.960381955268303 ], [ -75.222043178216595, 39.960342212830902 ], [ -75.221862437060807, 39.960321545531997 ], [ -75.221854282442195, 39.960361149457 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "46 N ST BERNARD ST", "addr_range": "46-52 N ST BERNARD ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1513, "objectid": 3959, "Shape__Area": 239.55859375, "Shape__Length": 86.737793768068059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219814094177806, 39.960533594642797 ], [ -75.220141245145498, 39.960573757621802 ], [ -75.220149460887797, 39.960529206853899 ], [ -75.219822416130697, 39.960489561607801 ], [ -75.219814094177806, 39.960533594642797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "33 FARSON ST", "addr_range": "31-33 FARSON ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1581, "objectid": 3960, "Shape__Area": 250.37890625, "Shape__Length": 89.528164166173099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221303005736402, 39.960443960305 ], [ -75.221641578985995, 39.960486191667897 ], [ -75.221644124542806, 39.9604746419948 ], [ -75.221651475626302, 39.960441468825302 ], [ -75.221312342408396, 39.960399660327397 ], [ -75.221303005736402, 39.960443960305 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5037 PARRISH ST", "addr_range": "5037-5039 PARRISH ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 949, "objectid": 3961, "Shape__Area": 150.30859375, "Shape__Length": 63.384991729356798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221555062199698, 39.967068344448599 ], [ -75.2215840717585, 39.967245219119398 ], [ -75.221635259146595, 39.967240512192198 ], [ -75.221621650911104, 39.967151328772701 ], [ -75.221605844316301, 39.967062661834802 ], [ -75.221555062199698, 39.967068344448599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5111 ARCH ST", "addr_range": "5111-5113 ARCH ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1208, "objectid": 3962, "Shape__Area": 191.265625, "Shape__Length": 71.935011300868695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222910431938104, 39.961657473914897 ], [ -75.222967068404003, 39.961664428303699 ], [ -75.223009313822004, 39.9614640900623 ], [ -75.222950866711699, 39.961456838124299 ], [ -75.222910431938104, 39.961657473914897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5045 MARKET ST", "addr_range": "5039-5049 MARKET ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1175, "objectid": 3963, "Shape__Area": 186.0625, "Shape__Length": 73.768889704664588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222547882698706, 39.960059038201102 ], [ -75.222601327263703, 39.960065614342497 ], [ -75.222644245135399, 39.9598556683708 ], [ -75.222590692458795, 39.959849201588 ], [ -75.222547882698706, 39.960059038201102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "309 E TUSCULUM ST", "addr_range": "309-317 E TUSCULUM ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 728, "objectid": 3964, "Shape__Area": 115.421875, "Shape__Length": 54.479290255922088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126199833948206, 39.992225186696999 ], [ -75.126263394707493, 39.992233442375401 ], [ -75.126315203720296, 39.992200339873698 ], [ -75.126391788469803, 39.992152505130903 ], [ -75.126358943337905, 39.992122771042297 ], [ -75.126283598221605, 39.9921710846126 ], [ -75.126199833948206, 39.992225186696999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2602-04 W CUMBERLAND ST", "addr_range": "2600-2604 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 2692, "objectid": 3965, "Shape__Area": 426.60546875, "Shape__Length": 85.528764878522239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174799012608005, 39.993321079085497 ], [ -75.174874920817601, 39.993331083995997 ], [ -75.174939857385894, 39.993339666898898 ], [ -75.174947925619804, 39.993297146234497 ], [ -75.174959587289905, 39.993242746149399 ], [ -75.174975879607004, 39.993165702994602 ], [ -75.174977703758401, 39.993156831105402 ], [ -75.174912571603898, 39.993148406014299 ], [ -75.174837075801904, 39.993138651847701 ], [ -75.174807234232702, 39.993280014301803 ], [ -75.174799012608005, 39.993321079085497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2134 N DOVER ST", "addr_range": "2132-2142 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 682, "objectid": 3966, "Shape__Area": 108.14453125, "Shape__Length": 49.389279372580518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179876761765897, 39.988524989120201 ], [ -75.180044788925599, 39.988547772773401 ], [ -75.1800528806438, 39.988508896040798 ], [ -75.179884632420595, 39.988486477762599 ], [ -75.179876761765897, 39.988524989120201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2060 E AUBURN ST", "addr_range": "2060 E AUBURN ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1068, "objectid": 3967, "Shape__Area": 169.3515625, "Shape__Length": 72.674845929999549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118533095630696, 39.988287136965802 ], [ -75.118313939182698, 39.988398869266803 ], [ -75.1183418677182, 39.988430411341596 ], [ -75.118561954859501, 39.988317394732803 ], [ -75.118571103423307, 39.988312252368502 ], [ -75.118545731638903, 39.988280687877101 ], [ -75.118533095630696, 39.988287136965802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2812 BOUDINOT ST", "addr_range": "2810-2812 BOUDINOT ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 783, "objectid": 3968, "Shape__Area": 124.203125, "Shape__Length": 56.542627017656308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123514369493293, 39.992122791807702 ], [ -75.123716861594403, 39.992148880438002 ], [ -75.123724717784, 39.992111581052903 ], [ -75.123522553563703, 39.992086225263797 ], [ -75.123514369493293, 39.992122791807702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2428 N DOUGLAS ST", "addr_range": "2428-2430 N DOUGLAS ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 680, "objectid": 3969, "Shape__Area": 107.78515625, "Shape__Length": 50.578682062823901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185319443950604, 39.993877728648599 ], [ -75.185494238547506, 39.993901461594703 ], [ -75.185502809945703, 39.993864272035097 ], [ -75.185326066308306, 39.993841124456502 ], [ -75.185319443950604, 39.993877728648599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3044 N LEE ST", "addr_range": "3044-3046 N LEE ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 647, "objectid": 3970, "Shape__Area": 102.6484375, "Shape__Length": 47.197049905466557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129444784597993, 39.996355904713802 ], [ -75.129440385326902, 39.996355304211498 ], [ -75.129286616676595, 39.996333932615201 ], [ -75.129278897425493, 39.9963731537269 ], [ -75.129431898695003, 39.996394346529101 ], [ -75.129436109521393, 39.996394942729502 ], [ -75.129442292715794, 39.996366713293803 ], [ -75.129444784597993, 39.996355904713802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3041 N LEE ST", "addr_range": "3039-3041, 3045-3047 N LEE ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 643, "objectid": 3971, "Shape__Area": 101.9921875, "Shape__Length": 47.830445530737883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.128992134604403, 39.996253685258097 ], [ -75.1289992024399, 39.996254653058998 ], [ -75.129154167092807, 39.996276020817703 ], [ -75.129162291825594, 39.996238193847297 ], [ -75.1290073314849, 39.996216746905901 ], [ -75.129000137832605, 39.996215760915099 ], [ -75.128996093132898, 39.996237994178102 ], [ -75.128995571857899, 39.996242302694299 ], [ -75.128993603722606, 39.996247674722099 ], [ -75.128992134604403, 39.996253685258097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2132 N DOVER ST", "addr_range": "2132-2142 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 667, "objectid": 3972, "Shape__Area": 105.7890625, "Shape__Length": 49.161745899140946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179884632420595, 39.988486477762599 ], [ -75.1800528806438, 39.988508896040798 ], [ -75.180061137276496, 39.988471263692198 ], [ -75.179892944053094, 39.9884485087765 ], [ -75.179887665192794, 39.988473908096502 ], [ -75.179884632420595, 39.988486477762599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1820 JUDSON ST", "addr_range": "1820-1822 JUDSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 725, "objectid": 3973, "Shape__Area": 114.88671875, "Shape__Length": 50.91253188101269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172692697213094, 39.9827003680589 ], [ -75.172865138653904, 39.982725100700698 ], [ -75.172874382930402, 39.982685233027702 ], [ -75.172700807949198, 39.982660589370397 ], [ -75.172692697213094, 39.9827003680589 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "942 N 13TH ST", "addr_range": "1300-04 W GIRARD AVE; 928-944 N 13TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 561, "objectid": 3974, "Shape__Area": 88.8515625, "Shape__Length": 43.077033349359787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157447041265002, 39.970885514641203 ], [ -75.157588211887202, 39.9709030186145 ], [ -75.157596960331006, 39.970865382522597 ], [ -75.157454793302094, 39.970847630791198 ], [ -75.157447041265002, 39.970885514641203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2018 N RANDOLPH ST", "addr_range": "2001-2017 GERMANTOWN AVE; 2002-2004, 2012, 2016-2018 N RANDOLPH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 798, "objectid": 3975, "Shape__Area": 126.4921875, "Shape__Length": 52.099671755841236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143484171632295, 39.982067920788197 ], [ -75.143508598478107, 39.9820708128155 ], [ -75.143517712543797, 39.982027157166499 ], [ -75.143344099272596, 39.982004337593402 ], [ -75.143334652276494, 39.982047937014002 ], [ -75.143484171632295, 39.982067920788197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2205 N DELHI ST", "addr_range": "911-915 W SUSQUEHANNA AVE; 2201-2205 N DELHI ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": "CLC", "stabilized": "YES", "numparcels": "6", "parcelarea": 613, "objectid": 3976, "Shape__Area": 97.22265625, "Shape__Length": 46.947111433527574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148272303661003, 39.985464371629298 ], [ -75.148432889425905, 39.985486758460503 ], [ -75.148440608022298, 39.985449341955999 ], [ -75.148282518532099, 39.985429122811901 ], [ -75.148280808500701, 39.985428906546403 ], [ -75.148272303661003, 39.985464371629298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "311 E TUSCULUM ST", "addr_range": "309-317 E TUSCULUM ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 745, "objectid": 3977, "Shape__Area": 118.13671875, "Shape__Length": 55.863028546392002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126199833948206, 39.992225186696999 ], [ -75.126283598221605, 39.9921710846126 ], [ -75.126358943337905, 39.992122771042297 ], [ -75.126328953655403, 39.992095052035701 ], [ -75.126193640870895, 39.992181005642898 ], [ -75.126192330739997, 39.9921877784465 ], [ -75.126184955205005, 39.992223557211503 ], [ -75.126199833948206, 39.992225186696999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2600 W CUMBERLAND ST", "addr_range": "2600-2604 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 1313, "objectid": 3978, "Shape__Area": 208.1875, "Shape__Length": 70.280248695145488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174799012608005, 39.993321079085497 ], [ -75.174807234232702, 39.993280014301803 ], [ -75.174837075801904, 39.993138651847701 ], [ -75.174837948974897, 39.993133851923297 ], [ -75.174771505418505, 39.993124639579001 ], [ -75.174731678170403, 39.993312186416702 ], [ -75.174799012608005, 39.993321079085497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "236 E INDIANA AVE", "addr_range": "234-238 E INDIANA AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 842, "objectid": 3979, "Shape__Area": 133.47265625, "Shape__Length": 59.892884700471832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126847641132898, 39.995005207556801 ], [ -75.126896819380406, 39.995011474453698 ], [ -75.126927669582898, 39.994844401106299 ], [ -75.126880212114997, 39.994838625858897 ], [ -75.126847641132898, 39.995005207556801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5520 W OXFORD ST", "addr_range": "5518-5522 W OXFORD ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1450, "objectid": 3980, "Shape__Area": 229.8046875, "Shape__Length": 88.773000367590939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232984365895703, 39.979406290974801 ], [ -75.232987547296204, 39.979416612276601 ], [ -75.232992304017003, 39.979444281656697 ], [ -75.2330076003324, 39.979522860482902 ], [ -75.233015938274406, 39.979563052053201 ], [ -75.233031750322496, 39.979642980164002 ], [ -75.233033791280306, 39.979650133779899 ], [ -75.233033919097295, 39.979654585698398 ], [ -75.233036739085406, 39.979667802079099 ], [ -75.233062745180504, 39.979664325167697 ], [ -75.233072035577393, 39.979662981912199 ], [ -75.233089745691501, 39.979661161982101 ], [ -75.233073962648803, 39.979579880320998 ], [ -75.233072455252, 39.979573624987196 ], [ -75.233070742017404, 39.979565591980098 ], [ -75.233062664942295, 39.9795262927151 ], [ -75.233056700246294, 39.979493294487703 ], [ -75.233046331720701, 39.979444562900397 ], [ -75.233043308635303, 39.979424944097097 ], [ -75.233037212279697, 39.979400018602497 ], [ -75.232984365895703, 39.979406290974801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3147 W DAKOTA ST", "addr_range": "3145-3147 W DAKOTA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 794, "objectid": 3981, "Shape__Area": 125.8984375, "Shape__Length": 56.466665354851372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184344724403303, 39.992091159902898 ], [ -75.184393591583003, 39.992097410465703 ], [ -75.184424941623803, 39.991943264634003 ], [ -75.184375476830198, 39.991936743035502 ], [ -75.184344724403303, 39.992091159902898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "238 E INDIANA AVE", "addr_range": "234-238 E INDIANA AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 890, "objectid": 3982, "Shape__Area": 141.203125, "Shape__Length": 62.274654858355724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126834219381607, 39.994824744191597 ], [ -75.126833114643702, 39.994830021486202 ], [ -75.126797464256597, 39.994998742116799 ], [ -75.126847641132898, 39.995005207556801 ], [ -75.126880212114997, 39.994838625858897 ], [ -75.126881914155007, 39.994830896104197 ], [ -75.126834219381607, 39.994824744191597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5415-17 LANSDOWNE AVE", "addr_range": "5415-17 LANSDOWNE AVE", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 6692, "objectid": 3983, "Shape__Area": 1060.078125, "Shape__Length": 154.3529960468974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230364571498001, 39.977385126353497 ], [ -75.230390229192693, 39.977518158660402 ], [ -75.230518908794906, 39.977502624235001 ], [ -75.230548493266198, 39.977499840949399 ], [ -75.230525945545395, 39.977376193263098 ], [ -75.230523156853707, 39.977367200463398 ], [ -75.230472253889204, 39.977096323732297 ], [ -75.230337386126607, 39.977111464535398 ], [ -75.230322826330493, 39.977113111730702 ], [ -75.230312347982505, 39.977114284514698 ], [ -75.230338955150899, 39.9772510452853 ], [ -75.230364571498001, 39.977385126353497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2153 N DOVER ST", "addr_range": "2151-2153 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 699, "objectid": 3984, "Shape__Area": 110.87890625, "Shape__Length": 50.405332774250375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179516085556997, 39.988867064778702 ], [ -75.1796887421214, 39.988890420238697 ], [ -75.179693156839505, 39.988873433233501 ], [ -75.179697092685601, 39.988851952975601 ], [ -75.179524081071804, 39.988828572455297 ], [ -75.179516085556997, 39.988867064778702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3145 W DAKOTA ST", "addr_range": "3145-3147 W DAKOTA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 790, "objectid": 3985, "Shape__Area": 125.23046875, "Shape__Length": 56.366442518091311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184295328222902, 39.992084493842299 ], [ -75.184344724403303, 39.992091159902898 ], [ -75.184375476830198, 39.991936743035502 ], [ -75.184342789341201, 39.991932723712601 ], [ -75.184332317908996, 39.991931426459601 ], [ -75.184326934780799, 39.991930757418501 ], [ -75.184295328222902, 39.992084493842299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2428 N 6TH ST", "addr_range": "2428-2450 N 6TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1280, "objectid": 3986, "Shape__Area": 202.8828125, "Shape__Length": 76.417866754386694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143066926382403, 39.9886853865357 ], [ -75.143057521640699, 39.988728375115102 ], [ -75.143339569091594, 39.988765763543697 ], [ -75.143348598615802, 39.988722169947302 ], [ -75.143066926382403, 39.9886853865357 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2138 N DOVER ST", "addr_range": "2132-2142 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 660, "objectid": 3987, "Shape__Area": 104.6171875, "Shape__Length": 48.97851010732284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179859250495994, 39.988600650417403 ], [ -75.180027529521396, 39.9886234072953 ], [ -75.180035627132895, 39.988586077731 ], [ -75.179868212707007, 39.988563226696101 ], [ -75.179859250495994, 39.988600650417403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3126 W DAKOTA ST", "addr_range": "3126-3128 W DAKOTA ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 743, "objectid": 3988, "Shape__Area": 117.828125, "Shape__Length": 43.73503623138366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184108263694995, 39.991731143203197 ], [ -75.184093244219298, 39.991815241943399 ], [ -75.184176630394703, 39.991825891720502 ], [ -75.1841937388741, 39.991741935175803 ], [ -75.184130367876705, 39.991733506923602 ], [ -75.184108263694995, 39.991731143203197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2431 NICHOLAS ST", "addr_range": "2429-2441 NICHOLAS ST; 2434-2440 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 779, "objectid": 3989, "Shape__Area": 123.4453125, "Shape__Length": 55.451085978526095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175053367578201, 39.980466267073801 ], [ -75.175021410048799, 39.9806167047823 ], [ -75.175071264217195, 39.980623191600898 ], [ -75.175102247833806, 39.980472489657203 ], [ -75.175053367578201, 39.980466267073801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2436 CECIL B MOORE AVE", "addr_range": "2429-2441 NICHOLAS ST; 2434-2440 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1015, "objectid": 3990, "Shape__Area": 160.8671875, "Shape__Length": 67.217126229411065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175236463844499, 39.980653060754697 ], [ -75.175197958256504, 39.980842458236197 ], [ -75.175248787230601, 39.980849805686603 ], [ -75.175287697629301, 39.980660786688198 ], [ -75.175236463844499, 39.980653060754697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2425 JEFFERSON ST", "addr_range": "2425-2427 JEFFERSON ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 947, "objectid": 3991, "Shape__Area": 150.0234375, "Shape__Length": 60.287511086711888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175460860206101, 39.9781169248024 ], [ -75.175425684320302, 39.978278784602502 ], [ -75.175481909413193, 39.978286316123501 ], [ -75.175515989281294, 39.978124076722203 ], [ -75.175460860206101, 39.9781169248024 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2438 CECIL B MOORE AVE", "addr_range": "2429-2441 NICHOLAS ST; 2434-2440 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1082, "objectid": 3992, "Shape__Area": 171.51171875, "Shape__Length": 67.946161634012114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175287697629301, 39.980660786688198 ], [ -75.175248787230601, 39.980849805686603 ], [ -75.175303752072296, 39.980856373721899 ], [ -75.175342248749004, 39.980667234602102 ], [ -75.175287697629301, 39.980660786688198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2400 CECIL B MOORE AVE", "addr_range": "2400-2402 CECIL B MOORE AVE; 2401-2403 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1115, "objectid": 3993, "Shape__Area": 176.71875, "Shape__Length": 68.155914708159216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174237521436396, 39.980718352803798 ], [ -75.174237239006899, 39.980719716004202 ], [ -75.174294069956204, 39.980726794937397 ], [ -75.174331545235503, 39.980538132331297 ], [ -75.174275138602496, 39.980531481006302 ], [ -75.174237521436396, 39.980718352803798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2411 W OXFORD ST", "addr_range": "2409-2419 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1095, "objectid": 3994, "Shape__Area": 173.45703125, "Shape__Length": 67.611717206739982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174734410780104, 39.979680895697598 ], [ -75.174789813730996, 39.979688022549603 ], [ -75.174830211428201, 39.979501247244102 ], [ -75.174773825131695, 39.979494081223002 ], [ -75.174734410780104, 39.979680895697598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2427 JEFFERSON ST", "addr_range": "2425-2427 JEFFERSON ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1032, "objectid": 3995, "Shape__Area": 163.51171875, "Shape__Length": 61.487381105848556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175481909413193, 39.978286316123501 ], [ -75.175542806294104, 39.978294436265401 ], [ -75.175576275922893, 39.978131700216899 ], [ -75.175515989281294, 39.978124076722203 ], [ -75.175481909413193, 39.978286316123501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2400 NICHOLAS ST", "addr_range": "2400-2404 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 954, "objectid": 3996, "Shape__Area": 151.125, "Shape__Length": 61.886633135551023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1744206504506, 39.980099190957098 ], [ -75.174366474806007, 39.980092800575598 ], [ -75.174330732200701, 39.980261756382802 ], [ -75.174384490882105, 39.980268088765598 ], [ -75.1744206504506, 39.980099190957098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2435 NICHOLAS ST", "addr_range": "2429-2441 NICHOLAS ST; 2434-2440 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 764, "objectid": 3997, "Shape__Area": 121.1796875, "Shape__Length": 55.379817070264039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175152430383093, 39.980478097214402 ], [ -75.175119703968505, 39.980629420508997 ], [ -75.175148624014795, 39.980633213003102 ], [ -75.175168823134598, 39.980634874451901 ], [ -75.1751998849534, 39.980483772389697 ], [ -75.175152430383093, 39.980478097214402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2429 NICHOLAS ST", "addr_range": "2429-2441 NICHOLAS ST; 2434-2440 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 802, "objectid": 3998, "Shape__Area": 127.1328125, "Shape__Length": 55.835657453743131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175002504249505, 39.980459339531798 ], [ -75.174970771430196, 39.980610427395597 ], [ -75.175021410048799, 39.9806167047823 ], [ -75.175053367578201, 39.980466267073801 ], [ -75.175002504249505, 39.980459339531798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2423 NICHOLAS ST", "addr_range": "2421-2423 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 779, "objectid": 3999, "Shape__Area": 123.53125, "Shape__Length": 55.350216534634683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174823521276096, 39.980590712284901 ], [ -75.174873177238396, 39.980597452432399 ], [ -75.174904628736897, 39.980447148466297 ], [ -75.174855204364803, 39.980440913588502 ], [ -75.174823521276096, 39.980590712284901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2401 NICHOLAS ST", "addr_range": "2400-2402 CECIL B MOORE AVE; 2401-2403 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 882, "objectid": 4000, "Shape__Area": 139.859375, "Shape__Length": 56.798161701692507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174276866927599, 39.9805212689756 ], [ -75.174332909610598, 39.980528684299401 ], [ -75.174364018499105, 39.980378581800601 ], [ -75.174307735024499, 39.980371434992797 ], [ -75.174276866927599, 39.9805212689756 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2402 NICHOLAS ST", "addr_range": "2400-2404 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 888, "objectid": 4001, "Shape__Area": 140.71875, "Shape__Length": 60.998020635797047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174384490882105, 39.980268088765598 ], [ -75.174434594247799, 39.980274080497701 ], [ -75.174471048946401, 39.980105674044403 ], [ -75.1744206504506, 39.980099190957098 ], [ -75.174384490882105, 39.980268088765598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2432 NICHOLAS ST", "addr_range": "2430-2434 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 902, "objectid": 4002, "Shape__Area": 143.03515625, "Shape__Length": 61.148791258875818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175123392341206, 39.9803624639056 ], [ -75.175157865201996, 39.980366251240198 ], [ -75.175174975540202, 39.980368134415997 ], [ -75.175208342840605, 39.980199899069902 ], [ -75.175157618137405, 39.980193119765701 ], [ -75.175123392341206, 39.9803624639056 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2404 NICHOLAS ST", "addr_range": "2400-2404 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 874, "objectid": 4003, "Shape__Area": 138.53515625, "Shape__Length": 60.730747053452838 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174434594247799, 39.980274080497701 ], [ -75.174484029359505, 39.9802800590126 ], [ -75.1745207823312, 39.980112061091702 ], [ -75.174471048946401, 39.980105674044403 ], [ -75.174434594247799, 39.980274080497701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2421 NICHOLAS ST", "addr_range": "2421-2423 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 787, "objectid": 4004, "Shape__Area": 124.6875, "Shape__Length": 55.362350564036078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174772775255505, 39.980583932338 ], [ -75.174823521276096, 39.980590712284901 ], [ -75.174855204364803, 39.980440913588502 ], [ -75.174805633758297, 39.980434674506803 ], [ -75.174772775255505, 39.980583932338 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 NICHOLAS ST", "addr_range": "2429-2441 NICHOLAS ST; 2434-2440 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 779, "objectid": 4005, "Shape__Area": 123.4765625, "Shape__Length": 55.559899765396956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175102247833806, 39.980472489657203 ], [ -75.175071264217195, 39.980623191600898 ], [ -75.175119703968505, 39.980629420508997 ], [ -75.175152430383093, 39.980478097214402 ], [ -75.175102247833806, 39.980472489657203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2434 CECIL B MOORE AVE", "addr_range": "2429-2441 NICHOLAS ST; 2434-2440 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1080, "objectid": 4006, "Shape__Area": 171.13671875, "Shape__Length": 67.917418675242232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175181396900797, 39.9806464408368 ], [ -75.175143894812905, 39.980835346339902 ], [ -75.175197958256504, 39.980842458236197 ], [ -75.175236463844499, 39.980653060754697 ], [ -75.175181396900797, 39.9806464408368 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2500 TURNER ST", "addr_range": "2501 W OXFORD ST; 2500 TURNER ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 916, "objectid": 4007, "Shape__Area": 145.15625, "Shape__Length": 57.884552080790186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176080423502896, 39.979861441784998 ], [ -75.176023691133196, 39.979854527216098 ], [ -75.175991568185907, 39.980007138278197 ], [ -75.176049286378898, 39.980014590349803 ], [ -75.176080423502896, 39.979861441784998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2439 NICHOLAS ST", "addr_range": "2429-2441 NICHOLAS ST; 2434-2440 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 793, "objectid": 4008, "Shape__Area": 125.76171875, "Shape__Length": 55.748819088484744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175218544419906, 39.9806421484125 ], [ -75.175268638340498, 39.980648398151203 ], [ -75.175301688151293, 39.980497340667398 ], [ -75.175251261232603, 39.980491597947797 ], [ -75.175218544419906, 39.9806421484125 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2546 TURNER ST", "addr_range": "2546 TURNER ST; 1615 N 26TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 820, "objectid": 4009, "Shape__Area": 130.00390625, "Shape__Length": 56.85632673072822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177154027790806, 39.979997032421601 ], [ -75.177121701869396, 39.980151202448901 ], [ -75.177172436843705, 39.980158239702298 ], [ -75.177204603281695, 39.980003824616702 ], [ -75.177154027790806, 39.979997032421601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2430 NICHOLAS ST", "addr_range": "2430-2434 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 870, "objectid": 4010, "Shape__Area": 137.9140625, "Shape__Length": 60.686630163150618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175108823909298, 39.980187413609698 ], [ -75.175083260955702, 39.980307867651298 ], [ -75.175080091806095, 39.980330106514202 ], [ -75.175074949128003, 39.980356331325503 ], [ -75.175123392341206, 39.9803624639056 ], [ -75.175157618137405, 39.980193119765701 ], [ -75.175108823909298, 39.980187413609698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2445 W OXFORD ST", "addr_range": "2445-2449 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1110, "objectid": 4011, "Shape__Area": 175.953125, "Shape__Length": 68.24917059165476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1757210805673, 39.979616162322898 ], [ -75.175680298978904, 39.979804816897001 ], [ -75.175736677074596, 39.979812239069503 ], [ -75.175776839833802, 39.979623313809199 ], [ -75.1757210805673, 39.979616162322898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2441 NICHOLAS ST", "addr_range": "2429-2441 NICHOLAS ST; 2434-2440 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 768, "objectid": 4012, "Shape__Area": 121.8046875, "Shape__Length": 55.500120465410369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175268638340498, 39.980648398151203 ], [ -75.175317383738204, 39.980654876204603 ], [ -75.175349804729194, 39.980503287420802 ], [ -75.175301688151293, 39.980497340667398 ], [ -75.175301358677601, 39.980498864095701 ], [ -75.175268638340498, 39.980648398151203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2729 N ORKNEY ST", "addr_range": "2716-2732 N LAWRENCE ST; 2717-2735 ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 482, "objectid": 4013, "Shape__Area": 76.4921875, "Shape__Length": 38.170653126096738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139348616988997, 39.992806699840699 ], [ -75.139467224844495, 39.992821744148799 ], [ -75.139473229912994, 39.992793155217697 ], [ -75.139475330246597, 39.992783192623499 ], [ -75.139357204830503, 39.992767545698499 ], [ -75.139354808237499, 39.992778114248303 ], [ -75.139353745411, 39.992782845673197 ], [ -75.139348616988997, 39.992806699840699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2454 N ORKNEY ST", "addr_range": "2448-2454 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 493, "objectid": 4014, "Shape__Area": 78.15625, "Shape__Length": 40.080247312354004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1405082223378, 39.9886967354633 ], [ -75.140523675235897, 39.988698682503902 ], [ -75.140547407162799, 39.9887022512954 ], [ -75.140638340251002, 39.988714765100298 ], [ -75.140641391216107, 39.988698101573199 ], [ -75.140645767179805, 39.988678567777697 ], [ -75.140614065773207, 39.9886740096061 ], [ -75.140564459958398, 39.988667530650503 ], [ -75.140515966798603, 39.988660415619599 ], [ -75.1405082223378, 39.9886967354633 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2729 MUTTER ST", "addr_range": "2727-2741 MUTTER ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 492, "objectid": 4015, "Shape__Area": 78.12109375, "Shape__Length": 41.414301085512925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1331313557057, 39.991986053087899 ], [ -75.133139219100201, 39.9919870369785 ], [ -75.133146808985799, 39.991953229674401 ], [ -75.133138736127606, 39.9919522401077 ], [ -75.133007178997403, 39.991936086635697 ], [ -75.132999647979702, 39.991969428543399 ], [ -75.132999600805505, 39.991969588751303 ], [ -75.133000559164898, 39.991969707011499 ], [ -75.1331313557057, 39.991986053087899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2733 MUTTER ST", "addr_range": "2727-2741 MUTTER ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 537, "objectid": 4016, "Shape__Area": 85.25, "Shape__Length": 42.301376550703417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133124835798995, 39.992017112332498 ], [ -75.132995476626604, 39.992000460236703 ], [ -75.132992912249804, 39.992000128758498 ], [ -75.132990483720306, 39.9920130814819 ], [ -75.132985952591497, 39.992037125634504 ], [ -75.133116797656001, 39.992053826933599 ], [ -75.133124806040399, 39.992054848369598 ], [ -75.133132822556803, 39.992018147691397 ], [ -75.133124835798995, 39.992017112332498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2846 WATERLOO ST", "addr_range": "2846-2850 WATERLOO ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 643, "objectid": 4017, "Shape__Area": 101.96875, "Shape__Length": 47.256228444430626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131895784604893, 39.993790333839598 ], [ -75.132054789284993, 39.993810612301999 ], [ -75.132062344650393, 39.993776625864498 ], [ -75.132063422855694, 39.993772056129501 ], [ -75.131904418263304, 39.993751777679002 ], [ -75.131895784604893, 39.993790333839598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "194 W BIRCH ST", "addr_range": "194 W BIRCH ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 606, "objectid": 4018, "Shape__Area": 96.0703125, "Shape__Length": 45.986736972992134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133405929671099, 39.995180766468998 ], [ -75.133454371017393, 39.995187141688199 ], [ -75.133454703295797, 39.995185602203399 ], [ -75.1334805333275, 39.995068435203898 ], [ -75.133431826805193, 39.995061860228901 ], [ -75.133405929671099, 39.995180766468998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2737 MUTTER ST", "addr_range": "2727-2741 MUTTER ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 467, "objectid": 4019, "Shape__Area": 74.05078125, "Shape__Length": 40.813118562919051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132972603075501, 39.992103993558402 ], [ -75.133101955700099, 39.992120273403003 ], [ -75.133110903181503, 39.992121396441497 ], [ -75.133118271018702, 39.992089582548999 ], [ -75.133109010541006, 39.992088404620802 ], [ -75.132978608060697, 39.992071616094599 ], [ -75.132974455123303, 39.992093992963802 ], [ -75.132972603075501, 39.992103993558402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2741 MUTTER ST", "addr_range": "2727-2741 MUTTER ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 451, "objectid": 4020, "Shape__Area": 71.546875, "Shape__Length": 40.390543023385796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132966143725696, 39.992137278806503 ], [ -75.132959703670593, 39.9921684218575 ], [ -75.133087046175305, 39.992185219926398 ], [ -75.1330978482018, 39.992186642940801 ], [ -75.133104454869596, 39.9921555217025 ], [ -75.133094654515205, 39.9921542179355 ], [ -75.132966143725696, 39.992137278806503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2448 N ORKNEY ST", "addr_range": "2448-2454 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 459, "objectid": 4021, "Shape__Area": 72.734375, "Shape__Length": 39.405490315047139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140529995016493, 39.988593658835299 ], [ -75.140660881132106, 39.988611384251499 ], [ -75.140668328075805, 39.988577927392399 ], [ -75.140537644700302, 39.988560384094001 ], [ -75.140529995016493, 39.988593658835299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "191 W CAMBRIA ST", "addr_range": "189-193 W CAMBRIA ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 770, "objectid": 4022, "Shape__Area": 122.15234375, "Shape__Length": 51.598681304896573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133462087309894, 39.994588750794797 ], [ -75.133517223374298, 39.994596003927903 ], [ -75.133545092030701, 39.994463407392203 ], [ -75.133489684506301, 39.994455631795198 ], [ -75.133462087309894, 39.994588750794797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2848 WATERLOO ST", "addr_range": "2846-2850 WATERLOO ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 595, "objectid": 4023, "Shape__Area": 94.44140625, "Shape__Length": 46.415374449511489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131895784604893, 39.993790333839598 ], [ -75.131888164595395, 39.993825994700103 ], [ -75.132047161973603, 39.993846434288002 ], [ -75.132053711009803, 39.993815730759501 ], [ -75.132054789284993, 39.993810612301999 ], [ -75.131895784604893, 39.993790333839598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2731 MUTTER ST", "addr_range": "2727-2741 MUTTER ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 450, "objectid": 4024, "Shape__Area": 71.4375, "Shape__Length": 40.563133789022352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133124835798995, 39.992017112332498 ], [ -75.133132822556803, 39.992018147691397 ], [ -75.133139219100201, 39.9919870369785 ], [ -75.1331313557057, 39.991986053087899 ], [ -75.1330000799678, 39.991969648331498 ], [ -75.132992912249804, 39.992000128758498 ], [ -75.132995476626604, 39.992000460236703 ], [ -75.133124835798995, 39.992017112332498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2452 N ORKNEY ST", "addr_range": "2448-2454 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 459, "objectid": 4025, "Shape__Area": 72.85546875, "Shape__Length": 39.290204087183582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140515966798603, 39.988660415619599 ], [ -75.140564459958398, 39.988667530650503 ], [ -75.140614065773207, 39.9886740096061 ], [ -75.140645767179805, 39.988678567777697 ], [ -75.1406534143253, 39.988644809123002 ], [ -75.140523261956105, 39.988627100381699 ], [ -75.140515966798603, 39.988660415619599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2735 MUTTER ST", "addr_range": "2727-2741 MUTTER ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 504, "objectid": 4026, "Shape__Area": 79.9765625, "Shape__Length": 41.611769648993942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132978608060697, 39.992071616094599 ], [ -75.133109010541006, 39.992088404620802 ], [ -75.133118271018702, 39.992089582548999 ], [ -75.133124806040399, 39.992054848369598 ], [ -75.133116797656001, 39.992053826933599 ], [ -75.132985952591497, 39.992037125634504 ], [ -75.132981958495506, 39.992055928156297 ], [ -75.132978608060697, 39.992071616094599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2727 MUTTER ST", "addr_range": "2727-2741 MUTTER ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 514, "objectid": 4027, "Shape__Area": 81.45703125, "Shape__Length": 41.920137762707107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133007178997403, 39.991936086635697 ], [ -75.133138736127606, 39.9919522401077 ], [ -75.133146808985799, 39.991953229674401 ], [ -75.133154602137395, 39.9919190720004 ], [ -75.133146219440604, 39.991917945622703 ], [ -75.133014177160504, 39.991900217818603 ], [ -75.133007178997403, 39.991936086635697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2738 N FRONT ST", "addr_range": "2738 N FRONT ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1008, "objectid": 4028, "Shape__Area": 159.88671875, "Shape__Length": 62.139026489370934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130763291102099, 39.9920789725265 ], [ -75.130975815944197, 39.992108018153701 ], [ -75.130980694115294, 39.9921086781859 ], [ -75.130986983183604, 39.992078193132798 ], [ -75.130989817577301, 39.992064507258902 ], [ -75.130986086677595, 39.992063987835103 ], [ -75.130772880771204, 39.992034684306503 ], [ -75.130769108119594, 39.992052072703501 ], [ -75.130763291102099, 39.9920789725265 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "189 W CAMBRIA ST", "addr_range": "189-193 W CAMBRIA ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 847, "objectid": 4029, "Shape__Area": 134.2734375, "Shape__Length": 52.854406977917137 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133401718840204, 39.994581361240101 ], [ -75.133405390291003, 39.994581816154898 ], [ -75.133462087309894, 39.994588750794797 ], [ -75.133489684506301, 39.994455631795198 ], [ -75.133430530575197, 39.994447158073797 ], [ -75.133419693707495, 39.994492353313298 ], [ -75.133416594286899, 39.994506968459199 ], [ -75.133403319867696, 39.9945724028086 ], [ -75.133401718840204, 39.994581361240101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2739 MUTTER ST", "addr_range": "2727-2741 MUTTER ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 487, "objectid": 4030, "Shape__Area": 77.2421875, "Shape__Length": 41.124644036629391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132966143725696, 39.992137278806503 ], [ -75.133094654515205, 39.9921542179355 ], [ -75.133104454869596, 39.9921555217025 ], [ -75.133110903181503, 39.992121396441497 ], [ -75.133101955700099, 39.992120273403003 ], [ -75.132972603075501, 39.992103993558402 ], [ -75.132966820773902, 39.992133845120698 ], [ -75.132966143725696, 39.992137278806503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2440 N ORKNEY ST", "addr_range": "2438-2442 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 449, "objectid": 4031, "Shape__Area": 71.19921875, "Shape__Length": 39.149277384571917 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140559584021403, 39.988459552994698 ], [ -75.1405844066349, 39.988463115942601 ], [ -75.140664339530701, 39.988474459700299 ], [ -75.140689783780601, 39.988477117714702 ], [ -75.140697071541396, 39.988444510503498 ], [ -75.140667130482399, 39.988441058273501 ], [ -75.140566038164906, 39.988426815111197 ], [ -75.140559584021403, 39.988459552994698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2450 N ORKNEY ST", "addr_range": "2448-2454 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 458, "objectid": 4032, "Shape__Area": 72.609375, "Shape__Length": 39.354532419726326 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140523261956105, 39.988627100381699 ], [ -75.1406534143253, 39.988644809123002 ], [ -75.140660881132106, 39.988611384251499 ], [ -75.140529995016493, 39.988593658835299 ], [ -75.140523261956105, 39.988627100381699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2438 N ORKNEY ST", "addr_range": "2438-2442 N ORKNEY ST", "zipcode": 19133, "district": "7", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 473, "objectid": 4033, "Shape__Area": 74.9921875, "Shape__Length": 39.757074896317555 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140566038164906, 39.988426815111197 ], [ -75.140667130482399, 39.988441058273501 ], [ -75.140697071541396, 39.988444510503498 ], [ -75.140698818887401, 39.988436684301298 ], [ -75.140704749523707, 39.988409947934301 ], [ -75.140674052281099, 39.988406574023102 ], [ -75.140573832127899, 39.988392528195902 ], [ -75.140566038164906, 39.988426815111197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "193 W CAMBRIA ST", "addr_range": "189-193 W CAMBRIA ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 856, "objectid": 4034, "Shape__Area": 135.7421875, "Shape__Length": 53.018755598776622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.133517223374298, 39.994596003927903 ], [ -75.133578781348106, 39.994604628808702 ], [ -75.133580923992298, 39.994596875677303 ], [ -75.133580420842705, 39.994591995973401 ], [ -75.133592297287606, 39.994542681506502 ], [ -75.133595654713403, 39.994523011183297 ], [ -75.133605454519895, 39.994476969655899 ], [ -75.133606579828594, 39.994471691876001 ], [ -75.133545092030701, 39.994463407392203 ], [ -75.133517223374298, 39.994596003927903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2850 WATERLOO ST", "addr_range": "2846-2850 WATERLOO ST", "zipcode": 19133, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 790, "objectid": 4035, "Shape__Area": 125.296875, "Shape__Length": 49.863886131360971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131888164595395, 39.993825994700103 ], [ -75.1318774023066, 39.993873545895497 ], [ -75.132036414048002, 39.993893646137103 ], [ -75.132045068706901, 39.993854543524499 ], [ -75.132047161973603, 39.993846434288002 ], [ -75.131888164595395, 39.993825994700103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2524 N HOWARD ST", "addr_range": "2524-2528 N HOWARD ST", "zipcode": 19133, "district": "7", "year": "1993", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 725, "objectid": 4036, "Shape__Area": 115.375, "Shape__Length": 52.247032234673057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132732572354101, 39.988667458499499 ], [ -75.132740278827995, 39.9886290108997 ], [ -75.132559285228794, 39.988604298683804 ], [ -75.132551172058498, 39.988642415333203 ], [ -75.132732572354101, 39.988667458499499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2516 N HOWARD ST", "addr_range": "2514-2516 N HOWARD ST", "zipcode": 19133, "district": "7", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 746, "objectid": 4037, "Shape__Area": 118.27734375, "Shape__Length": 52.525361676742456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132772983523594, 39.988474794806102 ], [ -75.132591713762295, 39.988451818015903 ], [ -75.132583372539102, 39.9884904124157 ], [ -75.132765033391195, 39.988514672184003 ], [ -75.132772983523594, 39.988474794806102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2514 N HOWARD ST", "addr_range": "2514-2516 N HOWARD ST", "zipcode": 19133, "district": "7", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 713, "objectid": 4038, "Shape__Area": 113.03125, "Shape__Length": 52.036530816798866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132781485710296, 39.988437978183498 ], [ -75.132599528248306, 39.988413790962802 ], [ -75.132591713762295, 39.988451818015903 ], [ -75.132772983523594, 39.988474794806102 ], [ -75.132781485710296, 39.988437978183498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "212 RAMSEY ST", "addr_range": "212 RAMSEY ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 898, "objectid": 4039, "Shape__Area": 142.25, "Shape__Length": 59.96851542379094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222608370709395, 39.963274509482197 ], [ -75.222821611566104, 39.963301338717301 ], [ -75.2228304662884, 39.963260976193801 ], [ -75.222616768876904, 39.9632345883158 ], [ -75.222608370709395, 39.963274509482197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5043 MARKET ST", "addr_range": "5039-5049 MARKET ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1178, "objectid": 4040, "Shape__Area": 186.50390625, "Shape__Length": 73.770614316801982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222494695696199, 39.9600523370639 ], [ -75.222547882698706, 39.960059038201102 ], [ -75.222590692458795, 39.959849201588 ], [ -75.2225366246238, 39.959842514399398 ], [ -75.222494695696199, 39.9600523370639 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5122 RENO ST", "addr_range": "5122 RENO ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 659, "objectid": 4041, "Shape__Area": 104.5078125, "Shape__Length": 48.291893178448106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223065802097807, 39.966252014204201 ], [ -75.223090706515805, 39.966377697873 ], [ -75.223141076929096, 39.9663718271294 ], [ -75.223115705348505, 39.966245761973902 ], [ -75.223065802097807, 39.966252014204201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4901-07 MARKET ST", "addr_range": "4901-4907 MARKET ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4362, "objectid": 4042, "Shape__Area": 690.65234375, "Shape__Length": 122.92294682089403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219433708486903, 39.959774301121897 ], [ -75.219473716164401, 39.959779111922103 ], [ -75.2194849267715, 39.959724766707602 ], [ -75.219541401490204, 39.959731548973998 ], [ -75.219590901468294, 39.9594897023523 ], [ -75.219385670093601, 39.959464140006098 ], [ -75.219433708486903, 39.959774301121897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "882 FARSON ST", "addr_range": "882 FARSON ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1089, "objectid": 4043, "Shape__Area": 172.49609375, "Shape__Length": 69.357351872806291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221538053312798, 39.967949128708803 ], [ -75.221543864790306, 39.967987733934898 ], [ -75.221799354591496, 39.967961656540098 ], [ -75.221792504464801, 39.967920561509501 ], [ -75.221641553432605, 39.967935967163598 ], [ -75.221537647343197, 39.967946507766598 ], [ -75.221538053312798, 39.967949128708803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5039 PARRISH ST", "addr_range": "5037-5039 PARRISH ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 991, "objectid": 4044, "Shape__Area": 157.0078125, "Shape__Length": 64.20006339435291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221605844316301, 39.967062661834802 ], [ -75.221621650911104, 39.967151328772701 ], [ -75.221635259146595, 39.967240512192198 ], [ -75.2216892442557, 39.967234350508399 ], [ -75.221660438982795, 39.967057045189001 ], [ -75.221605844316301, 39.967062661834802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "28 N 51ST ST", "addr_range": "28-30 N 51ST ST; 31 N PAXON ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1695, "objectid": 4045, "Shape__Area": 268.453125, "Shape__Length": 99.578783247575586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222858663421803, 39.960486893922997 ], [ -75.223246030029401, 39.960535692272998 ], [ -75.223248425594093, 39.960524799699002 ], [ -75.223254244792997, 39.960493946115299 ], [ -75.2228680127578, 39.960445027718002 ], [ -75.222858663421803, 39.960486893922997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "31 N PAXON ST", "addr_range": "28-30 N 51ST ST; 31 N PAXON ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1799, "objectid": 4046, "Shape__Area": 284.890625, "Shape__Length": 100.68224702301822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223260101288602, 39.960536985159699 ], [ -75.223250790104103, 39.9605823021558 ], [ -75.223639637007807, 39.960629664033299 ], [ -75.223648717240195, 39.960586615145203 ], [ -75.223260101288602, 39.960536985159699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "34 N 51ST ST", "addr_range": "34-36 N 51ST ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1753, "objectid": 4047, "Shape__Area": 277.6640625, "Shape__Length": 100.02032573197754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222831693269001, 39.960616690604297 ], [ -75.222839305747101, 39.960617583588601 ], [ -75.223218154348601, 39.960665646583003 ], [ -75.223227312524898, 39.960622744499702 ], [ -75.222840336481795, 39.960572970809501 ], [ -75.222831693269001, 39.960616690604297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "133 N 51ST ST", "addr_range": "133 N 51ST ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 830, "objectid": 4048, "Shape__Area": 131.49609375, "Shape__Length": 55.774057397084164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222112564730907, 39.962082169785802 ], [ -75.2223014779115, 39.962105690789699 ], [ -75.222309344754393, 39.9620659525539 ], [ -75.222309626780799, 39.962064540594803 ], [ -75.222285308539597, 39.962061682058497 ], [ -75.222219022643301, 39.962053403812099 ], [ -75.222121258893097, 39.962041063151197 ], [ -75.222116253270201, 39.962040436590897 ], [ -75.222111558486105, 39.962065850344899 ], [ -75.222107560275006, 39.962081543250797 ], [ -75.222112564730907, 39.962082169785802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5108 FUNSTON ST", "addr_range": "5106-5110 FUNSTON ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 796, "objectid": 4049, "Shape__Area": 126.07421875, "Shape__Length": 54.310339511638112 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222647850356907, 39.965917338321901 ], [ -75.222684675448804, 39.966059920715701 ], [ -75.222737057742293, 39.966051773495799 ], [ -75.222699799606303, 39.965907892253398 ], [ -75.222647850356907, 39.965917338321901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "44 FARSON ST", "addr_range": "44-46 FARSON ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 747, "objectid": 4050, "Shape__Area": 118.3203125, "Shape__Length": 52.372915194317628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2217847341648, 39.960687133692801 ], [ -75.221965456147004, 39.960709443191803 ], [ -75.221973871179003, 39.960669636867003 ], [ -75.2217929351837, 39.960648015531298 ], [ -75.2217847341648, 39.960687133692801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5015 MARKET ST", "addr_range": "5015 MARKET ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1825, "objectid": 4051, "Shape__Area": 289.0078125, "Shape__Length": 88.410146196679293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221393348792205, 39.9599543698654 ], [ -75.221464912232705, 39.959962072981902 ], [ -75.221514688956006, 39.959715944823799 ], [ -75.221511769223, 39.959715589453502 ], [ -75.221444789514905, 39.959707455794003 ], [ -75.221432951920207, 39.959763243361699 ], [ -75.221420259544999, 39.9598251037457 ], [ -75.221407226928903, 39.959886006976603 ], [ -75.221394609325102, 39.959949223208397 ], [ -75.221393348792205, 39.9599543698654 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5047 MARKET ST", "addr_range": "5039-5049 MARKET ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1248, "objectid": 4052, "Shape__Area": 197.7265625, "Shape__Length": 74.586867974970616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222601327263703, 39.960065614342497 ], [ -75.222659229177694, 39.960072822039997 ], [ -75.222699929886602, 39.959862199213603 ], [ -75.222644245135399, 39.9598556683708 ], [ -75.222601327263703, 39.960065614342497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5110 FUNSTON ST", "addr_range": "5106-5110 FUNSTON ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 793, "objectid": 4053, "Shape__Area": 125.5703125, "Shape__Length": 54.543790708101852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222736086407807, 39.966048044491203 ], [ -75.222737057742293, 39.966051773495799 ], [ -75.2227887659987, 39.966043740248899 ], [ -75.222751053758401, 39.965898559694303 ], [ -75.222699799606303, 39.965907892253398 ], [ -75.222736086407807, 39.966048044491203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "450 N 52ND ST", "addr_range": "450 N 52ND ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1632, "objectid": 4054, "Shape__Area": 258.46484375, "Shape__Length": 91.438457485808613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225222099890502, 39.967835527280897 ], [ -75.225228111347903, 39.967873281627902 ], [ -75.2252292482558, 39.967879932583301 ], [ -75.225578046025305, 39.967847066525302 ], [ -75.225570490944506, 39.967801184575798 ], [ -75.225222099890502, 39.967835527280897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5146 BROWN ST", "addr_range": "5146 BROWN ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 967, "objectid": 4055, "Shape__Area": 153.234375, "Shape__Length": 61.580166974493856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223554869765294, 39.965120102518803 ], [ -75.223614512591993, 39.965282852205299 ], [ -75.223668411875494, 39.965271110558 ], [ -75.223608871249994, 39.965108411806199 ], [ -75.223554869765294, 39.965120102518803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5049 MARKET ST", "addr_range": "5039-5049 MARKET ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1356, "objectid": 4056, "Shape__Area": 214.703125, "Shape__Length": 75.769015526830714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222659229177694, 39.960072822039997 ], [ -75.222720904804106, 39.960080500265697 ], [ -75.222759159250202, 39.959881024753699 ], [ -75.222761368766001, 39.95986953253 ], [ -75.222699929886602, 39.959862199213603 ], [ -75.222659229177694, 39.960072822039997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "52 N 51ST ST", "addr_range": "52 N 51ST ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1730, "objectid": 4057, "Shape__Area": 273.98046875, "Shape__Length": 99.69945949953437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222753290357502, 39.960984294743 ], [ -75.222747956707195, 39.961008855614303 ], [ -75.222896555625496, 39.961027554804801 ], [ -75.223134407233701, 39.9610576187806 ], [ -75.223143354897303, 39.961014744501597 ], [ -75.2228982862717, 39.960983861144697 ], [ -75.222757178498, 39.9609664874529 ], [ -75.222753290357502, 39.960984294743 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5014 ASPEN ST", "addr_range": "5014 ASPEN ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1484, "objectid": 4058, "Shape__Area": 235.09765625, "Shape__Length": 92.816420015120798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220663529856594, 39.964573667851603 ], [ -75.220688914502205, 39.9647195289132 ], [ -75.220737793399806, 39.9647148517261 ], [ -75.220695812095798, 39.964441425325802 ], [ -75.220640080366096, 39.964438827218501 ], [ -75.220663529856594, 39.964573667851603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "46 FARSON ST", "addr_range": "44-46 FARSON ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 751, "objectid": 4059, "Shape__Area": 118.96875, "Shape__Length": 52.460202422357114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221776369511701, 39.960726715866599 ], [ -75.221957420124397, 39.960749195698597 ], [ -75.221965456147004, 39.960709443191803 ], [ -75.2217847341648, 39.960687133692801 ], [ -75.221776369511701, 39.960726715866599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "36 N 51ST ST", "addr_range": "34-36 N 51ST ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1781, "objectid": 4060, "Shape__Area": 282.046875, "Shape__Length": 100.2431470314062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222821942316898, 39.960660885151697 ], [ -75.223157868587705, 39.960702779787503 ], [ -75.223208295298804, 39.960709983837901 ], [ -75.223218154348601, 39.960665646583003 ], [ -75.222839305747101, 39.960617583588601 ], [ -75.222831693269001, 39.960616690604297 ], [ -75.222821942316898, 39.960660885151697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5039 MARKET ST", "addr_range": "5039-5049 MARKET ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1262, "objectid": 4061, "Shape__Area": 199.85546875, "Shape__Length": 74.619700532628357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222381371893306, 39.960038233795402 ], [ -75.222438939172505, 39.960045434232697 ], [ -75.222483080974698, 39.959835836931099 ], [ -75.222425655281, 39.9598287693752 ], [ -75.222423213362106, 39.959840369999498 ], [ -75.222381371893306, 39.960038233795402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5109 FUNSTON ST", "addr_range": "5109 FUNSTON ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 796, "objectid": 4062, "Shape__Area": 126.1953125, "Shape__Length": 54.42097749623187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222699008130206, 39.966140899229998 ], [ -75.222736914982306, 39.966283682024198 ], [ -75.222789427635306, 39.966277134217798 ], [ -75.222751347159004, 39.9661327834853 ], [ -75.222699008130206, 39.966140899229998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5016 OGDEN ST", "addr_range": "5016 OGDEN ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 789, "objectid": 4063, "Shape__Area": 125.08984375, "Shape__Length": 55.869216932829943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221072168018694, 39.967306604264699 ], [ -75.221022663858506, 39.967311671500902 ], [ -75.221047767140405, 39.967464006218002 ], [ -75.221067214852596, 39.967462146313402 ], [ -75.221098095939197, 39.967459280602299 ], [ -75.221072168018694, 39.967306604264699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5041 MARKET ST", "addr_range": "5039-5049 MARKET ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1200, "objectid": 4064, "Shape__Area": 190.01171875, "Shape__Length": 73.988752307796062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222438939172505, 39.960045434232697 ], [ -75.222494695696199, 39.9600523370639 ], [ -75.2225366246238, 39.959842514399398 ], [ -75.222483080974698, 39.959835836931099 ], [ -75.222438939172505, 39.960045434232697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "222 E STELLA ST", "addr_range": "220-222 E STELLA ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 608, "objectid": 4065, "Shape__Area": 96.359375, "Shape__Length": 45.878876590195439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127027687054095, 39.995806328446598 ], [ -75.127076689194794, 39.995812317316499 ], [ -75.127099993624, 39.995698380731902 ], [ -75.127100875646505, 39.995694016491797 ], [ -75.127051624917598, 39.995687975096502 ], [ -75.127050793675906, 39.995692146776001 ], [ -75.127027687054095, 39.995806328446598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1902 E SOMERSET ST", "addr_range": "1900-1902 E SOMERSET ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 758, "objectid": 4066, "Shape__Area": 120.18359375, "Shape__Length": 54.405772161882233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121702229921596, 39.990038447724302 ], [ -75.121542067935707, 39.990122569935401 ], [ -75.121569999271202, 39.990154095919102 ], [ -75.121730836934006, 39.9900698593923 ], [ -75.121702229921596, 39.990038447724302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "613 JEFFERSON ST", "addr_range": "611-613 JEFFERSON ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 720, "objectid": 4067, "Shape__Area": 114.0625, "Shape__Length": 56.885218727156158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146170075647305, 39.974480529990501 ], [ -75.146212610882799, 39.974487007596998 ], [ -75.146248498924294, 39.974326429189603 ], [ -75.1462057037037, 39.974320687235398 ], [ -75.146170075647305, 39.974480529990501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2460 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 716, "objectid": 4068, "Shape__Area": 113.5078125, "Shape__Length": 51.263420195638439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178756854495106, 39.993634758125999 ], [ -75.178925240004105, 39.9936566636704 ], [ -75.178933353412901, 39.9936577157793 ], [ -75.178937303114594, 39.993639750693198 ], [ -75.1789416576364, 39.993618828546701 ], [ -75.178933626141202, 39.993617809808498 ], [ -75.178764849194707, 39.993596313574798 ], [ -75.178756854495106, 39.993634758125999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "149 W ROOSEVELT BLVD", "addr_range": "149-163 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 3583, "objectid": 4069, "Shape__Area": 568.48828125, "Shape__Length": 112.81030281040333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125525716614405, 40.025749928704201 ], [ -75.125465252983901, 40.0257588501008 ], [ -75.125424110276199, 40.026005658567598 ], [ -75.125419739103705, 40.026030287319699 ], [ -75.125418022810294, 40.026039967460001 ], [ -75.125414861410803, 40.026057740023603 ], [ -75.125445631953795, 40.0260531569484 ], [ -75.125491961492699, 40.026046381348699 ], [ -75.125546471795602, 40.026038422229 ], [ -75.125576585634903, 40.026033999811197 ], [ -75.125595915718705, 40.026031152819002 ], [ -75.125525716614405, 40.025749928704201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2016 N RANDOLPH ST", "addr_range": "2001-2017 GERMANTOWN AVE; 2002-2004, 2012, 2016-2018 N RANDOLPH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 834, "objectid": 4070, "Shape__Area": 132.26953125, "Shape__Length": 53.853192312655402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143517712543797, 39.982027157166499 ], [ -75.143525454591995, 39.982028010568897 ], [ -75.143534496679095, 39.981984063155203 ], [ -75.1433531135295, 39.981960599497299 ], [ -75.143344099272596, 39.982004337593402 ], [ -75.143517712543797, 39.982027157166499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3046 N LEE ST", "addr_range": "3044-3046 N LEE ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 647, "objectid": 4071, "Shape__Area": 102.63671875, "Shape__Length": 47.131760958175683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129270476916304, 39.996412149789897 ], [ -75.1294233369197, 39.996433726817301 ], [ -75.129427756673707, 39.996434343105101 ], [ -75.1294328609806, 39.996409086751697 ], [ -75.129436109521393, 39.996394942729502 ], [ -75.129431898695003, 39.996394346529101 ], [ -75.129278897425493, 39.9963731537269 ], [ -75.129273004858405, 39.996400407672603 ], [ -75.129270476916304, 39.996412149789897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "223 E SPRINGER ST", "addr_range": "223-225 E SPRINGER ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 796, "objectid": 4072, "Shape__Area": 126.48828125, "Shape__Length": 52.971950315368638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182053787865101, 40.054110814159003 ], [ -75.182157063536195, 40.054174328853101 ], [ -75.182194744880206, 40.054197997182797 ], [ -75.182230353580394, 40.0541644088024 ], [ -75.182131228121506, 40.054103195306901 ], [ -75.182090582590703, 40.0540769306713 ], [ -75.182075326599502, 40.054090984173001 ], [ -75.182064959020096, 40.054100537382503 ], [ -75.182053787865101, 40.054110814159003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3219 DIAMOND ST", "addr_range": "3219 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2834, "objectid": 4073, "Shape__Area": 449.21484375, "Shape__Length": 96.928398864828367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186106510864704, 39.988893444798599 ], [ -75.186216799794806, 39.988908563051098 ], [ -75.186270129525397, 39.988663315727898 ], [ -75.186268982778003, 39.988663160367999 ], [ -75.186162476753793, 39.988649401585597 ], [ -75.186117116583304, 39.988837343423597 ], [ -75.186104946922299, 39.988893232364497 ], [ -75.186106510864704, 39.988893444798599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5518 W OXFORD ST", "addr_range": "5518-5522 W OXFORD ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1448, "objectid": 4074, "Shape__Area": 229.5390625, "Shape__Length": 88.820286649299433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2329319402469, 39.979412555431999 ], [ -75.232936547651406, 39.979436384200497 ], [ -75.232939171352399, 39.979447564534397 ], [ -75.232945004732201, 39.979482366385 ], [ -75.232946862559203, 39.979487097714497 ], [ -75.232948022746399, 39.979493683308299 ], [ -75.232950433766504, 39.9795060518951 ], [ -75.232951389466393, 39.979511392333201 ], [ -75.232955650154594, 39.979529281342202 ], [ -75.232956050059599, 39.979533723010697 ], [ -75.232959659978505, 39.979553370905499 ], [ -75.2329628154978, 39.979569447198998 ], [ -75.232970067604597, 39.979607840897899 ], [ -75.232975471924803, 39.979633299924203 ], [ -75.232983285176999, 39.979674060230302 ], [ -75.233000617283693, 39.9796722959939 ], [ -75.233006443652599, 39.9796711020186 ], [ -75.233021850126306, 39.979669280228798 ], [ -75.233036739085406, 39.979667802079099 ], [ -75.233033919097295, 39.979654585698398 ], [ -75.233033791280306, 39.979650133779899 ], [ -75.233031750322496, 39.979642980164002 ], [ -75.233015938274406, 39.979563052053201 ], [ -75.2330076003324, 39.979522860482902 ], [ -75.232992304017003, 39.979444281656697 ], [ -75.232987547296204, 39.979416612276601 ], [ -75.232984365895703, 39.979406290974801 ], [ -75.232967062031705, 39.9794079269844 ], [ -75.232960086794606, 39.979409562475098 ], [ -75.2329319402469, 39.979412555431999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "534 W YORK ST", "addr_range": "534 W YORK ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1104, "objectid": 4075, "Shape__Area": 174.9609375, "Shape__Length": 62.832695539153995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142378226391799, 39.987605858293499 ], [ -75.1424429097396, 39.987613178194202 ], [ -75.142443317972095, 39.987611301629897 ], [ -75.142478269158204, 39.987449300831997 ], [ -75.142473023094794, 39.987448923955199 ], [ -75.142455649662693, 39.987446787573496 ], [ -75.142440526291097, 39.987444928465102 ], [ -75.142413480079995, 39.987441992961898 ], [ -75.142403837904894, 39.9874879251458 ], [ -75.142398871002499, 39.987512492194298 ], [ -75.142393629617004, 39.987537069224999 ], [ -75.142382565214106, 39.987586209170402 ], [ -75.142378226391799, 39.987605858293499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2955 KIP ST", "addr_range": "2955 KIP ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 885, "objectid": 4076, "Shape__Area": 140.40625, "Shape__Length": 65.99295846161921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126451069703904, 39.994745656101202 ], [ -75.126699118863797, 39.994778115490099 ], [ -75.126706614399197, 39.994743597270599 ], [ -75.126458988061998, 39.994712113459599 ], [ -75.126451069703904, 39.994745656101202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "223 E PHIL ELLENA ST", "addr_range": "223 E PHIL ELLENA ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 930, "objectid": 4077, "Shape__Area": 147.7578125, "Shape__Length": 60.939013067800481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182365459642199, 40.054641218647198 ], [ -75.182537863156597, 40.054744981556297 ], [ -75.182571294485896, 40.054711893123503 ], [ -75.182398479324704, 40.054608443624502 ], [ -75.182365459642199, 40.054641218647198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "908 W YORK ST", "addr_range": "908 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1470, "objectid": 4078, "Shape__Area": 232.9609375, "Shape__Length": 85.531404869356862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147575155452202, 39.9882816905045 ], [ -75.1476025873298, 39.988285487690803 ], [ -75.147631846850004, 39.988289246119002 ], [ -75.147646080505595, 39.988221833736098 ], [ -75.147660219893396, 39.988154740878699 ], [ -75.147668675599206, 39.988117824072503 ], [ -75.147685302766703, 39.988042695554903 ], [ -75.147627798430605, 39.988035023318503 ], [ -75.147575155452202, 39.9882816905045 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1940 E CAMBRIA ST", "addr_range": "1938-1940 E CAMBRIA ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 468, "objectid": 4079, "Shape__Area": 74.23828125, "Shape__Length": 36.162882759281089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118777506479105, 39.990652559947598 ], [ -75.118731282728206, 39.990676193890998 ], [ -75.118689801158297, 39.9906980056263 ], [ -75.118721070780296, 39.990732957082102 ], [ -75.118810286337904, 39.990688532626599 ], [ -75.118777506479105, 39.990652559947598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2001 E MADISON ST", "addr_range": "2001 E MADISON ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2043, "objectid": 4080, "Shape__Area": 323.86328125, "Shape__Length": 93.552583008260058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.109926139774501, 39.994798082503998 ], [ -75.109970700405398, 39.994864324064501 ], [ -75.110129972523296, 39.994781856657902 ], [ -75.110155247775793, 39.994768769295497 ], [ -75.110256816130203, 39.994716178250997 ], [ -75.110231229283301, 39.9946787006878 ], [ -75.109926139774501, 39.994798082503998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2557 KERN ST", "addr_range": "2553-2557 KERN ST", "zipcode": 19125, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 815, "objectid": 4081, "Shape__Area": 129.15234375, "Shape__Length": 53.040472108454146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124900309880601, 39.984899413979598 ], [ -75.124865420550904, 39.984940610136697 ], [ -75.124957238737906, 39.985044973279699 ], [ -75.125006026568101, 39.985019573730902 ], [ -75.124900309880601, 39.984899413979598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1863 E TIOGA ST", "addr_range": "1863 E TIOGA ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1129, "objectid": 4082, "Shape__Area": 179.10546875, "Shape__Length": 79.571590892331059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.104899706034303, 39.9990980061608 ], [ -75.104925585291994, 39.999127585108504 ], [ -75.1051832187743, 39.998994250411798 ], [ -75.105157334878399, 39.998964668713498 ], [ -75.104899706034303, 39.9990980061608 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "649 N 11TH ST", "addr_range": "649 N 11TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2160, "objectid": 4083, "Shape__Area": 342.0390625, "Shape__Length": 109.67549417433969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155004406824105, 39.964472399927999 ], [ -75.155426782541895, 39.964526107468402 ], [ -75.155437250967907, 39.9644773558094 ], [ -75.155014878125399, 39.964423642058698 ], [ -75.155004406824105, 39.964472399927999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1719 N 55TH ST", "addr_range": "1717-1721 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1440, "objectid": 4084, "Shape__Area": 228.109375, "Shape__Length": 84.265791862660876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232269568205695, 39.979405414848699 ], [ -75.231951403273399, 39.979439012436401 ], [ -75.231959168859106, 39.9794825261244 ], [ -75.232277332787802, 39.979448929389903 ], [ -75.232269568205695, 39.979405414848699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1721 N 55TH ST", "addr_range": "1717-1721 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1427, "objectid": 4085, "Shape__Area": 226.1953125, "Shape__Length": 83.300527549209505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232277332787802, 39.979448929389903 ], [ -75.231959168859106, 39.9794825261244 ], [ -75.231965163486393, 39.979516124239503 ], [ -75.231982714561894, 39.979524248884502 ], [ -75.232285076206793, 39.9794923200295 ], [ -75.232277332787802, 39.979448929389903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1717 N 55TH ST", "addr_range": "1717-1721 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1439, "objectid": 4086, "Shape__Area": 228.11328125, "Shape__Length": 84.26580245514792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232261804770303, 39.979361901232998 ], [ -75.231943640071293, 39.979395497898899 ], [ -75.231951403273399, 39.979439012436401 ], [ -75.232269568205695, 39.979405414848699 ], [ -75.232261804770303, 39.979361901232998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5446 MEDIA ST", "addr_range": "5446 MEDIA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1291, "objectid": 4087, "Shape__Area": 204.5859375, "Shape__Length": 81.700421003072591 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231122242882094, 39.975028439218903 ], [ -75.231070499183502, 39.975033895115899 ], [ -75.231113665438897, 39.975272750646297 ], [ -75.231165884144204, 39.9752669330408 ], [ -75.231122242882094, 39.975028439218903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "100 E TUSCULUM ST", "addr_range": "100 E TUSCULUM ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 15898, "objectid": 4088, "Shape__Area": 13742.17578125, "Shape__Length": 980.00278553864723 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -75.128536644731497, 39.9937003805152 ], [ -75.128502177984899, 39.993726353822098 ], [ -75.128471875852995, 39.993755237940697 ], [ -75.128446151889307, 39.993786637758397 ], [ -75.128425356353503, 39.993820128785501 ], [ -75.129159439597899, 39.994436373613098 ], [ -75.129864125029997, 39.994961649718498 ], [ -75.129914452872299, 39.994967851455797 ], [ -75.129971538825203, 39.9946937019564 ], [ -75.129567841877702, 39.994404681276599 ], [ -75.129120323454202, 39.994094084503097 ], [ -75.1288073847997, 39.9938663018117 ], [ -75.128585772729593, 39.993667447324299 ], [ -75.128536644731497, 39.9937003805152 ] ] ], [ [ [ -75.128956143498002, 39.993547296366501 ], [ -75.128941553453103, 39.993536691511601 ], [ -75.128924987034907, 39.9935279715219 ], [ -75.128906850582297, 39.993521352911202 ], [ -75.128887591177403, 39.993516998161503 ], [ -75.128867685010704, 39.993515013655099 ], [ -75.12884761862, 39.9935154501471 ], [ -75.128827888032703, 39.993518294637099 ], [ -75.128808978521306, 39.993523478916501 ], [ -75.128791356619203, 39.993530873980802 ], [ -75.128775455763204, 39.993540297809901 ], [ -75.1286495360591, 39.993624704595398 ], [ -75.128630757756298, 39.993637291969399 ], [ -75.128722635087001, 39.993720909600803 ], [ -75.128818088183294, 39.993802123779297 ], [ -75.128917011637498, 39.9938808428874 ], [ -75.129056307540594, 39.993985938643497 ], [ -75.129984503107295, 39.994631443271402 ], [ -75.130034432972906, 39.994391667619503 ], [ -75.129344788028604, 39.993877923873598 ], [ -75.128956143498002, 39.993547296366501 ] ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2416 N 3RD ST", "addr_range": "2412-2416 N 3RD ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 892, "objectid": 4089, "Shape__Area": 141.390625, "Shape__Length": 57.279182480529599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138311988629496, 39.987700312715603 ], [ -75.138303828673898, 39.987743570771698 ], [ -75.138500925290501, 39.987768076295701 ], [ -75.138510310512004, 39.987725088482499 ], [ -75.138311988629496, 39.987700312715603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2437 NICHOLAS ST", "addr_range": "2429-2441 NICHOLAS ST; 2434-2440 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 802, "objectid": 4090, "Shape__Area": 127.1875, "Shape__Length": 55.860678833571519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175168823134598, 39.980634874451901 ], [ -75.175218544419906, 39.9806421484125 ], [ -75.175251261232603, 39.980491597947797 ], [ -75.1751998849534, 39.980483772389697 ], [ -75.175168823134598, 39.980634874451901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2417 W OXFORD ST", "addr_range": "2409-2419 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1098, "objectid": 4091, "Shape__Area": 174.01953125, "Shape__Length": 67.739135136283934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174940337588893, 39.979515258527201 ], [ -75.174900243972004, 39.979702300179397 ], [ -75.174956297349596, 39.979709973142299 ], [ -75.174996046552096, 39.979522651640103 ], [ -75.174940337588893, 39.979515258527201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2501 W OXFORD ST", "addr_range": "2501 W OXFORD ST; 2500 TURNER ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1128, "objectid": 4092, "Shape__Area": 178.8359375, "Shape__Length": 67.553097909738057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176024385342203, 39.9798450479202 ], [ -75.176083087549102, 39.979852522048198 ], [ -75.176120755666105, 39.979667990836901 ], [ -75.176063112240001, 39.9796597169465 ], [ -75.176024385342203, 39.9798450479202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2351 NICHOLAS ST", "addr_range": "2351 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 951, "objectid": 4093, "Shape__Area": 150.7578125, "Shape__Length": 58.088080921545284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174010006125201, 39.980460245405503 ], [ -75.174068590179402, 39.980467508869502 ], [ -75.174078288088197, 39.9804228489038 ], [ -75.174100706999695, 39.980315704514801 ], [ -75.174041461358996, 39.980307668462601 ], [ -75.174018037407507, 39.980415338999499 ], [ -75.174010006125201, 39.980460245405503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2413 W OXFORD ST", "addr_range": "2409-2419 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1099, "objectid": 4094, "Shape__Area": 174.20703125, "Shape__Length": 67.602203215643712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174830211428201, 39.979501247244102 ], [ -75.174789813730996, 39.979688022549603 ], [ -75.174846514976196, 39.979695195626398 ], [ -75.174885846230097, 39.979508958606402 ], [ -75.174830211428201, 39.979501247244102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2449 W OXFORD ST", "addr_range": "2445-2449 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1127, "objectid": 4095, "Shape__Area": 178.55859375, "Shape__Length": 68.415285102849097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175844444413002, 39.979826020860401 ], [ -75.175850116072695, 39.979826744548397 ], [ -75.175853404446997, 39.979810746953 ], [ -75.175862411008097, 39.979766587636902 ], [ -75.175871313104494, 39.9797252461452 ], [ -75.175879226542506, 39.979683383316598 ], [ -75.175888941151698, 39.979637691941697 ], [ -75.175832534818895, 39.979630462024303 ], [ -75.175792760526903, 39.979819123007601 ], [ -75.175796708764395, 39.979819985539699 ], [ -75.175844444413002, 39.979826020860401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2419 W OXFORD ST", "addr_range": "2409-2419 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1095, "objectid": 4096, "Shape__Area": 173.484375, "Shape__Length": 67.67803936396146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174956297349596, 39.979709973142299 ], [ -75.175011670044, 39.979717374015998 ], [ -75.175052088860994, 39.979530582000599 ], [ -75.175036227980101, 39.979528339401099 ], [ -75.175034976640106, 39.979528167162002 ], [ -75.174996046552096, 39.979522651640103 ], [ -75.174956297349596, 39.979709973142299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2409 W OXFORD ST", "addr_range": "2409-2419 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1088, "objectid": 4097, "Shape__Area": 172.3984375, "Shape__Length": 67.646984908502404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174678953856599, 39.979673493699799 ], [ -75.174734410780104, 39.979680895697598 ], [ -75.174773825131695, 39.979494081223002 ], [ -75.174718805865695, 39.9794856736208 ], [ -75.174678953856599, 39.979673493699799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2415 W OXFORD ST", "addr_range": "2409-2419 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1058, "objectid": 4098, "Shape__Area": 167.62890625, "Shape__Length": 67.14782672713973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174846514976196, 39.979695195626398 ], [ -75.174900243972004, 39.979702300179397 ], [ -75.174940337588893, 39.979515258527201 ], [ -75.174885846230097, 39.979508958606402 ], [ -75.174846514976196, 39.979695195626398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1615 N 26TH ST", "addr_range": "2546 TURNER ST; 1615 N 26TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 957, "objectid": 4099, "Shape__Area": 151.7421875, "Shape__Length": 60.112258863320612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177401658214507, 39.980143115484999 ], [ -75.177192356570103, 39.980115856680101 ], [ -75.177183047633505, 39.9801597029589 ], [ -75.177392492842401, 39.9801865144901 ], [ -75.177401658214507, 39.980143115484999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2503 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 611, "objectid": 4100, "Shape__Area": 96.82421875, "Shape__Length": 45.57286429799332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176783734307193, 39.977319602971903 ], [ -75.176833972783299, 39.977325870638403 ], [ -75.176858197950196, 39.977209610238504 ], [ -75.176808332351797, 39.977202931070003 ], [ -75.176783734307193, 39.977319602971903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2427 TURNER ST", "addr_range": "2427-2439 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 866, "objectid": 4101, "Shape__Area": 137.1953125, "Shape__Length": 60.16548523142103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175010057322694, 39.980163920154702 ], [ -75.1750596473412, 39.980169642406501 ], [ -75.175095450629101, 39.980004041343399 ], [ -75.175045719994401, 39.9799970266005 ], [ -75.175010057322694, 39.980163920154702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2416 TURNER ST", "addr_range": "2414-2422 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 764, "objectid": 4102, "Shape__Area": 121.04296875, "Shape__Length": 55.095927027021119 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174819689223597, 39.979856145220801 ], [ -75.174868099329601, 39.979862615955099 ], [ -75.174899540796005, 39.979712537022401 ], [ -75.174850766458704, 39.979706315815498 ], [ -75.174819689223597, 39.979856145220801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2517 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 597, "objectid": 4103, "Shape__Area": 94.6640625, "Shape__Length": 45.098397676027865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177128026290703, 39.977362899008703 ], [ -75.177177952418802, 39.977369127985 ], [ -75.177201984433196, 39.9772540867692 ], [ -75.177153126976805, 39.977247350163999 ], [ -75.177128026290703, 39.977362899008703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2409 NICHOLAS ST", "addr_range": "2409 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 790, "objectid": 4104, "Shape__Area": 125.140625, "Shape__Length": 55.655817688474784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174480190051099, 39.980547624953601 ], [ -75.174529277407999, 39.980553853329702 ], [ -75.174560685682493, 39.980402515910598 ], [ -75.174511704417597, 39.980397322486901 ], [ -75.174509575490603, 39.980397097210201 ], [ -75.174480190051099, 39.980547624953601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2515 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 594, "objectid": 4105, "Shape__Area": 94.09375, "Shape__Length": 45.045630799020785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177078953267099, 39.977356317019598 ], [ -75.177128026290703, 39.977362899008703 ], [ -75.177153126976805, 39.977247350163999 ], [ -75.177104034517399, 39.977241252492398 ], [ -75.177078953267099, 39.977356317019598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2516 SHARSWOOD ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 566, "objectid": 4106, "Shape__Area": 89.75390625, "Shape__Length": 44.622050903892642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177058918946301, 39.977480860717399 ], [ -75.177104899253607, 39.977486663376197 ], [ -75.177129673847602, 39.977370882872101 ], [ -75.177082316580893, 39.977364888068202 ], [ -75.177058918946301, 39.977480860717399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2343 W OXFORD ST", "addr_range": "2341-2347 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1095, "objectid": 4107, "Shape__Area": 173.48046875, "Shape__Length": 66.414426927048552 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174012547067306, 39.979583354827703 ], [ -75.174069464734004, 39.979590870128803 ], [ -75.174108137564204, 39.9794092948054 ], [ -75.174050023433594, 39.979401831952998 ], [ -75.174012547067306, 39.979583354827703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2431 TURNER ST", "addr_range": "2427-2439 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 880, "objectid": 4108, "Shape__Area": 139.5625, "Shape__Length": 60.431308099708886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175105931808901, 39.980175807652003 ], [ -75.175124877236996, 39.980177941945698 ], [ -75.175156686148597, 39.9801823299548 ], [ -75.1751926940819, 39.980015186419898 ], [ -75.175142223863105, 39.980010008508302 ], [ -75.175105931808901, 39.980175807652003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2341 W OXFORD ST", "addr_range": "2341-2347 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1049, "objectid": 4109, "Shape__Area": 166.265625, "Shape__Length": 65.901660504738842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1739567941312, 39.979576041340202 ], [ -75.174012547067306, 39.979583354827703 ], [ -75.174050023433594, 39.979401831952998 ], [ -75.174003604888398, 39.979395357814802 ], [ -75.1739957057395, 39.979394261471903 ], [ -75.1739567941312, 39.979576041340202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2508 TURNER ST", "addr_range": "2506-2508 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 807, "objectid": 4110, "Shape__Area": 127.84765625, "Shape__Length": 56.421804657737468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176226696567596, 39.979880358527502 ], [ -75.176193916008103, 39.980033212577297 ], [ -75.176244304809501, 39.980039984791802 ], [ -75.176276791189295, 39.979886607852698 ], [ -75.176226696567596, 39.979880358527502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1410 N 25TH ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 956, "objectid": 4111, "Shape__Area": 151.51953125, "Shape__Length": 60.151350317015506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176616455996097, 39.977107519939402 ], [ -75.176697460941995, 39.977118540255802 ], [ -75.176823809163096, 39.977133994786499 ], [ -75.176832050497893, 39.977090656195401 ], [ -75.176621889575898, 39.977064197686502 ], [ -75.176613140930598, 39.977107074383198 ], [ -75.176616455996097, 39.977107519939402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2410 CECIL B MOORE AVE", "addr_range": "2410-2412 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1064, "objectid": 4112, "Shape__Area": 168.625, "Shape__Length": 67.810693089543705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174538542163006, 39.980564312967402 ], [ -75.174499687856894, 39.9807539610226 ], [ -75.174553456706704, 39.980760035855702 ], [ -75.1745922895213, 39.980570919801799 ], [ -75.174538542163006, 39.980564312967402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2429 TURNER ST", "addr_range": "2427-2439 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 809, "objectid": 4113, "Shape__Area": 128.2109375, "Shape__Length": 59.316589424424663 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1750596473412, 39.980169642406501 ], [ -75.175105931808901, 39.980175807652003 ], [ -75.175142223863105, 39.980010008508302 ], [ -75.175132234856207, 39.980008735610703 ], [ -75.175095450629101, 39.980004041343399 ], [ -75.1750596473412, 39.980169642406501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "216 W HUNTINGDON ST", "addr_range": "210-216 W HUNTINGDON ST; 211-213 W HAZZARD ST", "zipcode": 19133, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 498, "objectid": 4114, "Shape__Area": 78.9296875, "Shape__Length": 41.110132110606791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136017354470098, 39.989851645375303 ], [ -75.136063521826301, 39.989857113616502 ], [ -75.136084009114299, 39.989752284741598 ], [ -75.136039553255401, 39.989746420290501 ], [ -75.136017354470098, 39.989851645375303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2526 N HOWARD ST", "addr_range": "2524-2528 N HOWARD ST", "zipcode": 19133, "district": "7", "year": "1993", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 736, "objectid": 4115, "Shape__Area": 116.32421875, "Shape__Length": 52.422575630769984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.132724198256398, 39.988705326833298 ], [ -75.132732572354101, 39.988667458499499 ], [ -75.132551172058498, 39.988642415333203 ], [ -75.1325419821938, 39.988681296726 ], [ -75.132724198256398, 39.988705326833298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2309 GERMANTOWN AVE", "addr_range": "2303-2309 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1033, "objectid": 4116, "Shape__Area": 163.72265625, "Shape__Length": 62.863262038198933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145289938082797, 39.986936178885699 ], [ -75.145188397554506, 39.986979558006396 ], [ -75.145133881108407, 39.986986365040302 ], [ -75.145117590513095, 39.987063065060802 ], [ -75.1453193666147, 39.986976986338803 ], [ -75.145289938082797, 39.986936178885699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2303-07 GERMANTOWN AVE", "addr_range": "2303-2309 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1612, "objectid": 4117, "Shape__Area": 255.546875, "Shape__Length": 75.260038184169744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145289938082797, 39.986936178885699 ], [ -75.145178205003305, 39.986780343359001 ], [ -75.145133881108407, 39.986986365040302 ], [ -75.145188397554506, 39.986979558006396 ], [ -75.145289938082797, 39.986936178885699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2311 N 10TH ST", "addr_range": "2311-2317 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1479, "objectid": 4118, "Shape__Area": 234.375, "Shape__Length": 84.645520618753309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148615698784994, 39.987292866830401 ], [ -75.148788270450396, 39.987315381464697 ], [ -75.148824504786205, 39.987320796069604 ], [ -75.148834036055305, 39.987275473625402 ], [ -75.148590750386205, 39.987243877836299 ], [ -75.148582118075296, 39.987242764039799 ], [ -75.148526942340794, 39.987235597332003 ], [ -75.148518247489406, 39.987234464993698 ], [ -75.148514145066201, 39.987252393311799 ], [ -75.148507992017997, 39.987278964588299 ], [ -75.148561463224297, 39.987285771005702 ], [ -75.148615698784994, 39.987292866830401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2301 N 10TH ST", "addr_range": "2301-2303 N 10TH ST; 939 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1228, "objectid": 4119, "Shape__Area": 194.62890625, "Shape__Length": 70.784888128918851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148881535431798, 39.987049743541398 ], [ -75.148628138889705, 39.987016758154702 ], [ -75.148618906366806, 39.987063055051401 ], [ -75.1486281212986, 39.987064278460103 ], [ -75.148871798666704, 39.987096029026802 ], [ -75.148881535431798, 39.987049743541398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "939 W DAUPHIN ST", "addr_range": "939 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1271, "objectid": 4120, "Shape__Area": 201.43359375, "Shape__Length": 78.547619291706525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148526942340794, 39.987235597332003 ], [ -75.148582118075296, 39.987242764039799 ], [ -75.148590714544099, 39.987198853947497 ], [ -75.148609563412506, 39.987107800590799 ], [ -75.148618906366806, 39.987063055051401 ], [ -75.148628138889705, 39.987016758154702 ], [ -75.148576343137506, 39.987010006858704 ], [ -75.148566233013199, 39.987056218085797 ], [ -75.148545601974305, 39.9871461840563 ], [ -75.148536544776206, 39.987191693825999 ], [ -75.148526942340794, 39.987235597332003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2323 N 10TH ST", "addr_range": "2323-2325 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 884, "objectid": 4121, "Shape__Area": 140.1640625, "Shape__Length": 61.422666664770539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148524004582001, 39.987662402567103 ], [ -75.148746544880296, 39.987690722514003 ], [ -75.148754905505101, 39.987652998876101 ], [ -75.148532020097704, 39.987624395408297 ], [ -75.148524004582001, 39.987662402567103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "904 W DAUPHIN ST", "addr_range": "900-904 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 993, "objectid": 4122, "Shape__Area": 157.48046875, "Shape__Length": 61.978817440803724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147642020060701, 39.986750637492399 ], [ -75.147698474023898, 39.986757784062497 ], [ -75.147735331571198, 39.986591086711599 ], [ -75.147678281562193, 39.986583603175603 ], [ -75.147642020060701, 39.986750637492399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "902 W DAUPHIN ST", "addr_range": "900-904 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 962, "objectid": 4123, "Shape__Area": 152.5390625, "Shape__Length": 61.554252952601004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147587185711402, 39.986743316779403 ], [ -75.147642020060701, 39.986750637492399 ], [ -75.147678281562193, 39.986583603175603 ], [ -75.147623117071603, 39.986576709283099 ], [ -75.147587185711402, 39.986743316779403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2333 N 10TH ST", "addr_range": "2329-2333 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1017, "objectid": 4124, "Shape__Area": 161.1875, "Shape__Length": 63.005410150162206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148482011477398, 39.987861433971901 ], [ -75.148481651644303, 39.9878631828051 ], [ -75.1487036714054, 39.987891959552201 ], [ -75.148704054745295, 39.9878901779134 ], [ -75.148713035157002, 39.987848292997597 ], [ -75.148490869242394, 39.987819512952697 ], [ -75.148482011477398, 39.987861433971901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2317 N 10TH ST", "addr_range": "2311-2317 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1012, "objectid": 4125, "Shape__Area": 160.4921875, "Shape__Length": 60.946371781147924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148586537599996, 39.987429903382001 ], [ -75.148760576684893, 39.987452434190701 ], [ -75.148795733130797, 39.987457551364599 ], [ -75.148805545613001, 39.987410912598001 ], [ -75.148595826528094, 39.987383817703098 ], [ -75.148586537599996, 39.987429903382001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2307 N 10TH ST", "addr_range": "2307 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1167, "objectid": 4126, "Shape__Area": 185.02734375, "Shape__Length": 68.37016678660612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148599867431898, 39.987200076852801 ], [ -75.148842777374398, 39.987232211931101 ], [ -75.148852375990899, 39.987186231465401 ], [ -75.148609371459401, 39.987154398804698 ], [ -75.148599867431898, 39.987200076852801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2329 N 10TH ST", "addr_range": "2329-2333 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 868, "objectid": 4127, "Shape__Area": 137.6875, "Shape__Length": 61.136041183113662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148500166720297, 39.987775378181901 ], [ -75.148722678798407, 39.9878033434263 ], [ -75.148730711107206, 39.987766546706503 ], [ -75.148661956365103, 39.9877571540434 ], [ -75.148606221789905, 39.987750345937698 ], [ -75.148588235202098, 39.987748309220301 ], [ -75.148571442290006, 39.987746301357397 ], [ -75.148508026863595, 39.987738125260499 ], [ -75.148500166720297, 39.987775378181901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2325 N 10TH ST", "addr_range": "2323-2325 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 880, "objectid": 4128, "Shape__Area": 139.44921875, "Shape__Length": 61.371233500753966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148515434337597, 39.9877001214399 ], [ -75.148738484724902, 39.987728277262399 ], [ -75.148746545466494, 39.98769070721 ], [ -75.148524004582001, 39.987662402567103 ], [ -75.148515434337597, 39.9877001214399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2319 N 10TH ST", "addr_range": "2319 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 998, "objectid": 4129, "Shape__Area": 158.203125, "Shape__Length": 62.877818546953513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148541369551495, 39.987580003220401 ], [ -75.148675352374198, 39.987597242767698 ], [ -75.1487641204873, 39.987609361383498 ], [ -75.148771642691699, 39.9875694896323 ], [ -75.148772325688498, 39.987565878505798 ], [ -75.148550380266101, 39.987537328807697 ], [ -75.148550177112696, 39.9875382594619 ], [ -75.148541369551495, 39.987580003220401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2240 N DELHI ST", "addr_range": "2240 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1226, "objectid": 4130, "Shape__Area": 194.2734375, "Shape__Length": 72.897362309771751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148419643257995, 39.986324855743 ], [ -75.148685099878406, 39.986359115127101 ], [ -75.148693286744205, 39.986321031653802 ], [ -75.148694561971098, 39.986315047148302 ], [ -75.148429103584704, 39.986280868834001 ], [ -75.148419643257995, 39.986324855743 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2315 N 10TH ST", "addr_range": "2311-2317 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 994, "objectid": 4131, "Shape__Area": 157.60546875, "Shape__Length": 60.666788721931603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148595826528094, 39.987383817703098 ], [ -75.148805545613001, 39.987410912598001 ], [ -75.148815049598298, 39.987365783255903 ], [ -75.148605358613807, 39.987338478173498 ], [ -75.148595826528094, 39.987383817703098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "900 W DAUPHIN ST", "addr_range": "900-904 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1014, "objectid": 4132, "Shape__Area": 160.78515625, "Shape__Length": 62.225181376895307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147623117071603, 39.986576709283099 ], [ -75.147565645430404, 39.986568797155797 ], [ -75.147528819674704, 39.986735754676197 ], [ -75.147587185711402, 39.986743316779403 ], [ -75.147623117071603, 39.986576709283099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2331 N 10TH ST", "addr_range": "2329-2333 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1038, "objectid": 4133, "Shape__Area": 164.5234375, "Shape__Length": 63.297181360263536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148490869242394, 39.987819512952697 ], [ -75.148713035157002, 39.987848292997597 ], [ -75.148722678798407, 39.9878033434263 ], [ -75.148500166720297, 39.987775378181901 ], [ -75.148490869242394, 39.987819512952697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2251 N DELHI ST", "addr_range": "2214-2254 N 9TH ST; 2251 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1384, "objectid": 4134, "Shape__Area": 219.40625, "Shape__Length": 81.275483179853822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147901698559394, 39.986515145403999 ], [ -75.148204467210505, 39.986554636179697 ], [ -75.148206184681598, 39.986546984905203 ], [ -75.148213420233006, 39.986510717975598 ], [ -75.147909813194104, 39.986471805587797 ], [ -75.147901698559394, 39.986515145403999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2362 PALETHORP ST", "addr_range": "2362 PALETHORP ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 595, "objectid": 4135, "Shape__Area": 94.27734375, "Shape__Length": 40.692344005265184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135511114367304, 39.986658044838201 ], [ -75.135394120501104, 39.986642693257103 ], [ -75.135384341159394, 39.986690363512999 ], [ -75.135500743768603, 39.986707474848799 ], [ -75.135511114367304, 39.986658044838201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2348 N 6TH ST", "addr_range": "2340-2350 N 6TH ST", "zipcode": 19133, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1175, "objectid": 4136, "Shape__Area": 186.1796875, "Shape__Length": 72.224126316181312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143361942372806, 39.987362732121099 ], [ -75.143352904413007, 39.987405055084103 ], [ -75.143593911058005, 39.9874355038055 ], [ -75.1436177529676, 39.987438518536003 ], [ -75.143626792006302, 39.987396193778402 ], [ -75.143361942372806, 39.987362732121099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2214 N 9TH ST", "addr_range": "2214-2254 N 9TH ST; 2251 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 901, "objectid": 4137, "Shape__Area": 142.796875, "Shape__Length": 62.201709946624923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147782880866899, 39.985551978152102 ], [ -75.1480087603898, 39.985581553039403 ], [ -75.148016713959393, 39.985543512972797 ], [ -75.147790981502197, 39.985513924313402 ], [ -75.147782880866899, 39.985551978152102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2350 N 6TH ST", "addr_range": "2340-2350 N 6TH ST", "zipcode": 19133, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1095, "objectid": 4138, "Shape__Area": 173.5, "Shape__Length": 67.143775414653987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1433529032427, 39.987405055057501 ], [ -75.143343649332706, 39.987448395774997 ], [ -75.143584656092798, 39.987478845416099 ], [ -75.143593911058005, 39.9874355038055 ], [ -75.1433529032427, 39.987405055057501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2210-14 GERMANTOWN AVE", "addr_range": "2210-2218 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2820, "objectid": 4139, "Shape__Area": 446.82421875, "Shape__Length": 84.139139945694282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144294946080805, 39.985104711095303 ], [ -75.144304670348902, 39.985211741665502 ], [ -75.144337702838001, 39.985258563551398 ], [ -75.144478532169103, 39.985274220988998 ], [ -75.144505487789502, 39.9851292864358 ], [ -75.144294946080805, 39.985104711095303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2257 GERMANTOWN AVE", "addr_range": "2257-2263 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1615, "objectid": 4140, "Shape__Area": 255.88671875, "Shape__Length": 88.897958424223532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1447705875823, 39.986203227355801 ], [ -75.144461942685396, 39.986334842173903 ], [ -75.144567226353502, 39.986348311225299 ], [ -75.144647076901407, 39.9863135712488 ], [ -75.144802609337603, 39.986247105034202 ], [ -75.144803783534499, 39.986246602787702 ], [ -75.144772115369406, 39.986202576358203 ], [ -75.1447705875823, 39.986203227355801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "47 DEARBORN ST", "addr_range": "47 DEARBORN ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 669, "objectid": 4141, "Shape__Area": 106.0703125, "Shape__Length": 47.184552001520792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221953290677703, 39.960792078761003 ], [ -75.221959734453307, 39.960792284718202 ], [ -75.222107449722799, 39.960809918514002 ], [ -75.222116413811406, 39.960768318675903 ], [ -75.221968603646502, 39.960750940484402 ], [ -75.221962344378596, 39.960749174458797 ], [ -75.221953290677703, 39.960792078761003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "30 N 51ST ST", "addr_range": "28-30 N 51ST ST; 31 N PAXON ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1770, "objectid": 4142, "Shape__Area": 280.34375, "Shape__Length": 100.17967117973792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222849585208294, 39.960530441957197 ], [ -75.223236383946201, 39.960579372886897 ], [ -75.223246030029401, 39.960535692272998 ], [ -75.222858663421803, 39.960486893922997 ], [ -75.222849585208294, 39.960530441957197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4929 MARKET ST", "addr_range": "4927-4929 MARKET ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1541, "objectid": 4143, "Shape__Area": 244.0390625, "Shape__Length": 84.985543411327058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220247560159905, 39.959816919596904 ], [ -75.220307011175095, 39.9598241455299 ], [ -75.220308617434, 39.959820941853202 ], [ -75.220320012924901, 39.959759632317301 ], [ -75.220333202687797, 39.9597018924593 ], [ -75.220345650093094, 39.959636480438299 ], [ -75.220356759874704, 39.959581144534702 ], [ -75.220295646510806, 39.959574106317802 ], [ -75.220247560159905, 39.959816919596904 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4927 MARKET ST", "addr_range": "4927-4929 MARKET ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1446, "objectid": 4144, "Shape__Area": 228.953125, "Shape__Length": 84.114851263900732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220190142668798, 39.959810171853597 ], [ -75.220247560159905, 39.959816919596904 ], [ -75.220295646510806, 39.959574106317802 ], [ -75.220238857451605, 39.959567938278902 ], [ -75.220190142668798, 39.959810171853597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5019 PARRISH ST", "addr_range": "5019 PARRISH ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 997, "objectid": 4145, "Shape__Area": 157.921875, "Shape__Length": 64.080046632748974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221073533243995, 39.967117407400799 ], [ -75.221105063249794, 39.967294675645498 ], [ -75.221157542694399, 39.9672890144166 ], [ -75.221129382781797, 39.967111835782397 ], [ -75.2211253031127, 39.9671122450208 ], [ -75.221073533243995, 39.967117407400799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "165 N 51ST ST", "addr_range": "165 N 51ST ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 813, "objectid": 4146, "Shape__Area": 128.83984375, "Shape__Length": 55.41746733781229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221967021156303, 39.962732835995503 ], [ -75.221973445796706, 39.9627330262092 ], [ -75.222051773137096, 39.962743084474504 ], [ -75.222160731786104, 39.962756962952803 ], [ -75.222169385842193, 39.962716935728203 ], [ -75.222055626087794, 39.962702032454303 ], [ -75.222045760882196, 39.962700848320402 ], [ -75.221980454203603, 39.962693299709997 ], [ -75.221976365014797, 39.962692839299002 ], [ -75.221967021156303, 39.962732835995503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "158 DEARBORN ST", "addr_range": "158 DEARBORN ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 647, "objectid": 4147, "Shape__Area": 102.55078125, "Shape__Length": 45.925869110065861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222012169089894, 39.962529483287099 ], [ -75.222003911920794, 39.9625284463037 ], [ -75.221861876119902, 39.962510663700002 ], [ -75.221853974245306, 39.962551869768198 ], [ -75.221994748261196, 39.962569800272803 ], [ -75.222003109556496, 39.962570871086001 ], [ -75.222012169089894, 39.962529483287099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "149 FARSON ST", "addr_range": "149 FARSON ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1564, "objectid": 4148, "Shape__Area": 247.7578125, "Shape__Length": 89.226909394290431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220921704405896, 39.962281082592 ], [ -75.221123814414, 39.962306880430802 ], [ -75.221219576165893, 39.962319032750798 ], [ -75.221259739018507, 39.962323964343298 ], [ -75.221268798119695, 39.962280932260299 ], [ -75.221176086246999, 39.962268442654 ], [ -75.221108772402403, 39.962259624838303 ], [ -75.2209311491726, 39.962236157022801 ], [ -75.220921704405896, 39.962281082592 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5113 ARCH ST", "addr_range": "5111-5113 ARCH ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 969, "objectid": 4149, "Shape__Area": 153.578125, "Shape__Length": 69.333860491963776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222967068404003, 39.961664428303699 ], [ -75.223014947750798, 39.961670253650396 ], [ -75.223053108835103, 39.961473855605099 ], [ -75.2230538868927, 39.961469810138198 ], [ -75.223019905839195, 39.9614654351859 ], [ -75.223009313822004, 39.9614640900623 ], [ -75.222967068404003, 39.961664428303699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5106 FUNSTON ST", "addr_range": "5106-5110 FUNSTON ST", "zipcode": 19139, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 775, "objectid": 4150, "Shape__Area": 122.875, "Shape__Length": 53.722598424478782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222596491444605, 39.965926684746002 ], [ -75.222633389041405, 39.9660678505834 ], [ -75.222684675448804, 39.966059920715701 ], [ -75.222647850356907, 39.965917338321901 ], [ -75.222596491444605, 39.965926684746002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "55 N PEACH ST", "addr_range": "55 N PEACH ST", "zipcode": 19139, "district": "3", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 721, "objectid": 4151, "Shape__Area": 114.20703125, "Shape__Length": 50.117744146666809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226944571614794, 39.961586659858 ], [ -75.227113379747294, 39.961607217022397 ], [ -75.227122293069996, 39.961566904169402 ], [ -75.226952884339596, 39.961545559851302 ], [ -75.226944571614794, 39.961586659858 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "154 N PEACH ST", "addr_range": "154 N PEACH ST", "zipcode": 19139, "district": "3", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 848, "objectid": 4152, "Shape__Area": 134.41015625, "Shape__Length": 59.375881090561855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226970909276602, 39.963106067827198 ], [ -75.227185324191495, 39.963130061286698 ], [ -75.227192314242401, 39.963091882946898 ], [ -75.226978184107296, 39.963068138128598 ], [ -75.226976957400794, 39.963077459904198 ], [ -75.226970909276602, 39.963106067827198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "456 N 52ND ST", "addr_range": "456 N 52ND ST", "zipcode": 19139, "district": "3", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1625, "objectid": 4153, "Shape__Area": 257.4296875, "Shape__Length": 91.272852277871721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225243773499002, 39.967964864011897 ], [ -75.225251376325403, 39.968009424372703 ], [ -75.225599505763299, 39.967977670677797 ], [ -75.225592040400301, 39.967932178133502 ], [ -75.225243773499002, 39.967964864011897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "60 N RUBY ST", "addr_range": "60 N RUBY ST", "zipcode": 19139, "district": "3", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1009, "objectid": 4154, "Shape__Area": 159.8984375, "Shape__Length": 61.593044930385432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227732375904296, 39.961853511981097 ], [ -75.227729443523003, 39.9618664876512 ], [ -75.227724428175193, 39.961888734743503 ], [ -75.227722246001207, 39.961898407631502 ], [ -75.2279370900239, 39.961924843693403 ], [ -75.227939789520605, 39.961911958405402 ], [ -75.227946529568399, 39.961879931950698 ], [ -75.227732375904296, 39.961853511981097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5311 PARRISH ST", "addr_range": "5311 PARRISH ST", "zipcode": 19139, "district": "3", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 973, "objectid": 4155, "Shape__Area": 154.19921875, "Shape__Length": 63.416155709633628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226773189774406, 39.966605505749399 ], [ -75.226802883383101, 39.966780684659 ], [ -75.226855591939895, 39.966775638560399 ], [ -75.226827290676795, 39.966599602802802 ], [ -75.226787472353095, 39.966603950263 ], [ -75.226773189774406, 39.966605505749399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "27 N RUBY ST", "addr_range": "27 N RUBY ST", "zipcode": 19139, "district": "3", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 960, "objectid": 4156, "Shape__Area": 152.0234375, "Shape__Length": 60.943812126291846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227527521423795, 39.961127579625398 ], [ -75.227741722929494, 39.961154855226901 ], [ -75.227750736255302, 39.961111837035503 ], [ -75.227536156600394, 39.961085100039298 ], [ -75.227527521423795, 39.961127579625398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "139 N WILTON ST", "addr_range": "139 N WILTON ST", "zipcode": 19139, "district": "3", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 929, "objectid": 4157, "Shape__Area": 147.18359375, "Shape__Length": 61.052524904352268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224839376244603, 39.9625601465956 ], [ -75.225057070060402, 39.962586586777199 ], [ -75.225065890665405, 39.962545434086501 ], [ -75.224848251299505, 39.962519769074603 ], [ -75.224839376244603, 39.9625601465956 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "222 N PEACH ST", "addr_range": "222 N PEACH ST", "zipcode": 19139, "district": "3", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 765, "objectid": 4158, "Shape__Area": 121.20703125, "Shape__Length": 52.84203398072097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226835653400201, 39.963992551992099 ], [ -75.226893076923901, 39.963999246895298 ], [ -75.226948453391898, 39.964006864426104 ], [ -75.227016831979498, 39.9640157985813 ], [ -75.227026019445901, 39.963975428688499 ], [ -75.226844721804198, 39.963952017313602 ], [ -75.226835653400201, 39.963992551992099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "228 N PEACH ST", "addr_range": "228 N PEACH ST", "zipcode": 19139, "district": "3", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 748, "objectid": 4159, "Shape__Area": 118.453125, "Shape__Length": 52.235842875178179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226809391674607, 39.964111355749303 ], [ -75.226989254356496, 39.964134541901998 ], [ -75.226997897515005, 39.9640952718728 ], [ -75.226818711813195, 39.964071358196897 ], [ -75.226809391674607, 39.964111355749303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5300 RACE ST", "addr_range": "5300 RACE ST", "zipcode": 19139, "district": "3", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1188, "objectid": 4160, "Shape__Area": 188.19921875, "Shape__Length": 68.901079109525128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226367971939098, 39.963089857691898 ], [ -75.226344644329302, 39.963087362394099 ], [ -75.226308084287496, 39.9632758497523 ], [ -75.226369197173696, 39.963281900779599 ], [ -75.226404778068598, 39.963093794615197 ], [ -75.226367971939098, 39.963089857691898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5318-28 MARKET ST", "addr_range": "5316-5328 MARKET ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 9020, "objectid": 4161, "Shape__Area": 1428.15234375, "Shape__Length": 173.18242861539142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227602756072898, 39.960204747240802 ], [ -75.227675959234602, 39.960212868139898 ], [ -75.227720034002104, 39.960217899709903 ], [ -75.227752612567102, 39.960222259564098 ], [ -75.227807080151095, 39.960228953065197 ], [ -75.227821479336001, 39.960229833637399 ], [ -75.2278630358133, 39.960234986386197 ], [ -75.227919311343996, 39.960242590842697 ], [ -75.227975188108999, 39.960248510650501 ], [ -75.228001174128707, 39.960126314683897 ], [ -75.228014517474406, 39.960063726492102 ], [ -75.227959196821104, 39.9600574648329 ], [ -75.227901392496193, 39.960050423245399 ], [ -75.227846430813798, 39.960042976502102 ], [ -75.227785646636505, 39.960036063062603 ], [ -75.227808747120406, 39.9599177059171 ], [ -75.227772885160505, 39.959914305535101 ], [ -75.227737476513994, 39.959909449184799 ], [ -75.227664126266006, 39.959901356619 ], [ -75.227602756072898, 39.960204747240802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1913 S REDFIELD ST", "addr_range": "1911-1921 S REDFIELD ST", "zipcode": 19143, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 851, "objectid": 4162, "Shape__Area": 134.71875, "Shape__Length": 60.297842153109819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230036275994195, 39.934143096292402 ], [ -75.230069553695401, 39.934171165549898 ], [ -75.230233376369, 39.934056674026102 ], [ -75.230200964425293, 39.934028960811197 ], [ -75.230036275994195, 39.934143096292402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1911 S REDFIELD ST", "addr_range": "1911-1921 S REDFIELD ST", "zipcode": 19143, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 885, "objectid": 4163, "Shape__Area": 140.08203125, "Shape__Length": 60.679175235297166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230069553695401, 39.934171165549898 ], [ -75.2301038541476, 39.934199934819098 ], [ -75.230262051918402, 39.934089767885503 ], [ -75.230267726265197, 39.934085814642302 ], [ -75.230233376369, 39.934056674026102 ], [ -75.230227314747907, 39.934060907978903 ], [ -75.230069553695401, 39.934171165549898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2052 S SALFORD ST", "addr_range": "2052 S SALFORD ST", "zipcode": 19143, "district": "2", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1801, "objectid": 4164, "Shape__Area": 284.9453125, "Shape__Length": 102.32430137607186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228620880546103, 39.932053073411701 ], [ -75.2286572352739, 39.932083966917901 ], [ -75.228781143810096, 39.931998373449403 ], [ -75.228819888726406, 39.931971047428 ], [ -75.228858741195793, 39.931943660688702 ], [ -75.228880176480203, 39.931928543755397 ], [ -75.228894599771806, 39.931941644184398 ], [ -75.228907945583501, 39.931932394204097 ], [ -75.228954589415395, 39.931900423248401 ], [ -75.228901911461094, 39.931855146969902 ], [ -75.228620880546103, 39.932053073411701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2130 S 57TH ST", "addr_range": "2130 S 57TH ST", "zipcode": 19143, "district": "2", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1212, "objectid": 4165, "Shape__Area": 191.82421875, "Shape__Length": 72.783440771418185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224086371210902, 39.933669262076698 ], [ -75.223887685151894, 39.933808800648997 ], [ -75.2239263030514, 39.933841310565398 ], [ -75.224125175063193, 39.933701839091398 ], [ -75.224086371210902, 39.933669262076698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3331 N 21ST ST", "addr_range": "3331 N 21ST ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1372, "objectid": 4166, "Shape__Area": 217.578125, "Shape__Length": 84.126005174327616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163347735356396, 40.005521615733599 ], [ -75.163666631345194, 40.005563876815202 ], [ -75.163675569017997, 40.005522408920498 ], [ -75.163356533463499, 40.0054810790676 ], [ -75.163347735356396, 40.005521615733599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2049 S SALFORD ST", "addr_range": "2049 S SALFORD ST", "zipcode": 19143, "district": "2", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1197, "objectid": 4167, "Shape__Area": 189.36328125, "Shape__Length": 76.757654228450249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2283659702927, 39.932335927657597 ], [ -75.228400977904499, 39.932365308581502 ], [ -75.228506483480302, 39.932292076087897 ], [ -75.228514410680404, 39.932286641670103 ], [ -75.228549409540804, 39.932261555241801 ], [ -75.228603178954799, 39.932223180020699 ], [ -75.228617200878901, 39.9322137845596 ], [ -75.228614825003703, 39.932211797881997 ], [ -75.228581980419804, 39.932184462092103 ], [ -75.2283659702927, 39.932335927657597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1807 S 58TH ST", "addr_range": "1803-1807 S 58TH ST", "zipcode": 19143, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1453, "objectid": 4168, "Shape__Area": 229.9921875, "Shape__Length": 74.824634540995362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229154274944506, 39.936715649283599 ], [ -75.229201812784893, 39.936755622635097 ], [ -75.229396693652802, 39.936616394033599 ], [ -75.229350419868595, 39.936577367562101 ], [ -75.229154274944506, 39.936715649283599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1530 N 9TH ST", "addr_range": "1530-1556 N 9TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 434, "objectid": 4169, "Shape__Area": 68.8046875, "Shape__Length": 35.658107607436079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149981093411, 39.975491339424003 ], [ -75.150038108252602, 39.975497821094599 ], [ -75.150043248101895, 39.975413904813202 ], [ -75.149999344058998, 39.975409202377499 ], [ -75.149981093411, 39.975491339424003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "639 E CLEMENTINE ST", "addr_range": "639-643 E CLEMENTINE ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 773, "objectid": 4170, "Shape__Area": 122.55859375, "Shape__Length": 52.316292182579481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118506588697699, 39.996114890854997 ], [ -75.118509558355797, 39.996115619388299 ], [ -75.1185107693166, 39.996109794966202 ], [ -75.118537932685697, 39.995979426086599 ], [ -75.118483406369407, 39.995972163509997 ], [ -75.118456774762095, 39.996102834701198 ], [ -75.118455663072595, 39.996108273956203 ], [ -75.118506588697699, 39.996114890854997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2845 BOUDINOT ST", "addr_range": "2845-2847 BOUDINOT ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1089, "objectid": 4171, "Shape__Area": 172.66015625, "Shape__Length": 68.576241840771374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122971308678004, 39.992618439918303 ], [ -75.122971560407194, 39.9926184736115 ], [ -75.123220687768494, 39.9926515627916 ], [ -75.123229349193707, 39.992609687521103 ], [ -75.122980228108503, 39.992576985040898 ], [ -75.122971308678004, 39.992618439918303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "718 MASTER ST", "addr_range": "718 MASTER ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 587, "objectid": 4172, "Shape__Area": 93.02734375, "Shape__Length": 46.821180618102467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148215020815499, 39.973057742638701 ], [ -75.148260644879997, 39.973064001210702 ], [ -75.148287039609102, 39.972939395634398 ], [ -75.1482429375111, 39.972933334664098 ], [ -75.148215020815499, 39.973057742638701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1242 W GIRARD AVE", "addr_range": "1240-1242, 1246 W GIRARD AVE", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1875, "objectid": 4173, "Shape__Area": 296.96875, "Shape__Length": 94.442114333631707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157085132287804, 39.9709189912151 ], [ -75.157069432696105, 39.970999317211799 ], [ -75.157137555493406, 39.9710078196374 ], [ -75.157152825748994, 39.970928338997901 ], [ -75.157185252852997, 39.970735810569799 ], [ -75.157122415092999, 39.970728264636897 ], [ -75.157085132287804, 39.9709189912151 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3006 W SUSQUEHANNA AVE", "addr_range": "3006-3014 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 881, "objectid": 4174, "Shape__Area": 139.7578125, "Shape__Length": 58.292223678366938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182168284930995, 39.989402786377703 ], [ -75.1821324226119, 39.9895592166189 ], [ -75.182186458860201, 39.989566163161001 ], [ -75.1822071581594, 39.989473196005903 ], [ -75.182222060883007, 39.9894099532358 ], [ -75.182168284930995, 39.989402786377703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "714 MASTER ST", "addr_range": "714 MASTER ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 553, "objectid": 4175, "Shape__Area": 87.6171875, "Shape__Length": 44.504886754630107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148111686099398, 39.973043535879199 ], [ -75.148157434171395, 39.9730498279391 ], [ -75.148181297196103, 39.972933354355597 ], [ -75.148136660885797, 39.972927023539498 ], [ -75.148111686099398, 39.973043535879199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "934 N 13TH ST", "addr_range": "1300-04 W GIRARD AVE; 928-944 N 13TH ST", "zipcode": 19123, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 840, "objectid": 4176, "Shape__Area": 133.03125, "Shape__Length": 54.922934140937365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157489981971594, 39.9707238348728 ], [ -75.157671536904402, 39.970747087832002 ], [ -75.157679775525494, 39.970704121508497 ], [ -75.157492701995096, 39.970680518620902 ], [ -75.157483226248303, 39.9707229731358 ], [ -75.157489981971594, 39.9707238348728 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "73 E DUVAL ST", "addr_range": "73 E DUVAL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 834, "objectid": 4177, "Shape__Area": 132.453125, "Shape__Length": 64.3661119779253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181417155319906, 40.0452051340148 ], [ -75.181382338916194, 40.045232306580601 ], [ -75.181568918067995, 40.0453570855937 ], [ -75.181592089985401, 40.0453344883271 ], [ -75.181417155319906, 40.0452051340148 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2619 N SARTAIN ST", "addr_range": "2617-2619 N SARTAIN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 562, "objectid": 4178, "Shape__Area": 89.21875, "Shape__Length": 42.786777980114657 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150376762850598, 39.992230109764002 ], [ -75.150516286007999, 39.992249051007398 ], [ -75.150521426855605, 39.992224278573197 ], [ -75.150524300800797, 39.992210496793199 ], [ -75.1503852439415, 39.992191953556897 ], [ -75.150379600175896, 39.992212909590698 ], [ -75.150376762850598, 39.992230109764002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1716 N 26TH ST", "addr_range": "1714-1726 N 26TH ST", "zipcode": 19121, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 936, "objectid": 4179, "Shape__Area": 148.3828125, "Shape__Length": 61.605149954797604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177284729386301, 39.981626350955302 ], [ -75.177274900164804, 39.981666768041798 ], [ -75.177495695547094, 39.981693865254599 ], [ -75.177504338937993, 39.981653211635503 ], [ -75.177284729386301, 39.981626350955302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2417 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "67", "parcelarea": 753, "objectid": 4180, "Shape__Area": 119.44140625, "Shape__Length": 53.151348220148975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178642570786593, 39.992785200865598 ], [ -75.178651706933906, 39.992786340780697 ], [ -75.178827493777106, 39.9928080906585 ], [ -75.178836113452107, 39.992769193380198 ], [ -75.178687255404398, 39.992750786734298 ], [ -75.178660292513797, 39.992747232814096 ], [ -75.178651762622806, 39.992746107381699 ], [ -75.178642570786593, 39.992785200865598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1436 W GLENWOOD AVE", "addr_range": "1430-1440 W GLENWOOD AVE; 1443-1445 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "6", "parcelarea": 716, "objectid": 4181, "Shape__Area": 113.60546875, "Shape__Length": 51.699029830993901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155642026444895, 39.995918824272302 ], [ -75.155596965076498, 39.995936392015203 ], [ -75.155676274284104, 39.996061421210101 ], [ -75.155721400350501, 39.996044369377998 ], [ -75.155642026444895, 39.995918824272302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2414 N 15TH ST", "addr_range": "2412-2414 N 15TH ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES", "numparcels": "2", "parcelarea": 994, "objectid": 4182, "Shape__Area": 157.56640625, "Shape__Length": 62.564161225664996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157462044855393, 39.989979956508598 ], [ -75.157241430079495, 39.989950294321403 ], [ -75.157231682049996, 39.989993178796396 ], [ -75.157453014602396, 39.990022729267402 ], [ -75.157462044855393, 39.989979956508598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2451 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "67", "parcelarea": 759, "objectid": 4183, "Shape__Area": 120.31640625, "Shape__Length": 53.224093933202425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178500773756795, 39.993430990086502 ], [ -75.178509968931294, 39.993432243959802 ], [ -75.178585593654503, 39.993442480621098 ], [ -75.1786825649571, 39.993454712726098 ], [ -75.178686250694497, 39.9934547952911 ], [ -75.1786945562733, 39.993415906301699 ], [ -75.1785184273797, 39.993393713403997 ], [ -75.178509353766202, 39.993392559563802 ], [ -75.178500773756795, 39.993430990086502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2204 N 29TH ST", "addr_range": "2204-2206 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1280, "objectid": 4184, "Shape__Area": 202.953125, "Shape__Length": 69.845250375986666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180319300176095, 39.989639229564503 ], [ -75.180559906417699, 39.989668570323502 ], [ -75.180571201861298, 39.989619286525802 ], [ -75.180327057888505, 39.989588190703699 ], [ -75.180315379966501, 39.989638755264401 ], [ -75.180319300176095, 39.989639229564503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1445 W SOMERSET ST", "addr_range": "1430-1440 W GLENWOOD AVE; 1443-1445 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "6", "parcelarea": 813, "objectid": 4185, "Shape__Area": 128.89453125, "Shape__Length": 52.185182576360774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155722764713104, 39.9958753683824 ], [ -75.155649273916296, 39.995781259397702 ], [ -75.155636642153794, 39.995780022428903 ], [ -75.155606135607698, 39.995918544689403 ], [ -75.155722764713104, 39.9958753683824 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1438 N 17TH ST", "addr_range": "1436-1438 N 17TH ST", "zipcode": 19121, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2245, "objectid": 4186, "Shape__Area": 355.7109375, "Shape__Length": 94.951538033349706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163449680568704, 39.976314334339797 ], [ -75.163786945018799, 39.976359236843898 ], [ -75.163800806779307, 39.976296181694302 ], [ -75.163462853815702, 39.976250699669102 ], [ -75.163453175161493, 39.976297422647903 ], [ -75.163449680568704, 39.976314334339797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2457 N BOUVIER ST", "addr_range": "2457-2459 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES", "numparcels": "2", "parcelarea": 689, "objectid": 4187, "Shape__Area": 109.30859375, "Shape__Length": 50.474143629783498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160891214266499, 39.991297526338798 ], [ -75.1610656297172, 39.991320949483203 ], [ -75.161073635558296, 39.991283022475599 ], [ -75.160899623180498, 39.991260059842404 ], [ -75.160891849129101, 39.991294639386801 ], [ -75.160891214266499, 39.991297526338798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2557 N 28TH ST", "addr_range": "2557-2561 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1330, "objectid": 4188, "Shape__Area": 210.8671875, "Shape__Length": 77.366786466259185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176981760818805, 39.994967014575998 ], [ -75.176971700788997, 39.995011859468597 ], [ -75.177256611653306, 39.995046100335401 ], [ -75.177266773489507, 39.995001902828001 ], [ -75.176981760818805, 39.994967014575998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1429 N 17TH ST", "addr_range": "1421-1429 N 17TH ST", "zipcode": 19121, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1963, "objectid": 4189, "Shape__Area": 311.03125, "Shape__Length": 93.377553086294157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163013723158699, 39.975870786814902 ], [ -75.163355972754999, 39.975916189561097 ], [ -75.163367608339001, 39.975861564639501 ], [ -75.163025862948899, 39.975816091295997 ], [ -75.163013723158699, 39.975870786814902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2434 N COLORADO ST", "addr_range": "2434-2436 N COLORADO ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 681, "objectid": 4190, "Shape__Area": 108.01171875, "Shape__Length": 47.6835543103726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160978912679496, 39.9909025365491 ], [ -75.160985424596504, 39.990873007560303 ], [ -75.160988083168206, 39.990860976789797 ], [ -75.160830801211205, 39.990841164731201 ], [ -75.160821464365398, 39.990882108036303 ], [ -75.160978912679496, 39.9909025365491 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2413 N PARK AVE", "addr_range": "2413-2415 N PARK AVE", "zipcode": 19132, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 716, "objectid": 4191, "Shape__Area": 113.58984375, "Shape__Length": 50.758543412143645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153943693113106, 39.989531642652103 ], [ -75.154116986472701, 39.989554647474499 ], [ -75.154125409005403, 39.989515231896704 ], [ -75.153952135054695, 39.989492242841003 ], [ -75.153943693113106, 39.989531642652103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2441 N CHADWICK ST", "addr_range": "2441-2443 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 658, "objectid": 4192, "Shape__Area": 104.37890625, "Shape__Length": 49.581285347217545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159397255017097, 39.990769921352197 ], [ -75.159569220575904, 39.9907943547177 ], [ -75.159576851901505, 39.990757483444703 ], [ -75.159405737133795, 39.990733810827898 ], [ -75.159397255017097, 39.990769921352197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2414 SEYBERT ST", "addr_range": "2414 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 806, "objectid": 4193, "Shape__Area": 127.6875, "Shape__Length": 57.380981121717774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1756400387235, 39.975851811466498 ], [ -75.175644627286104, 39.975852397346898 ], [ -75.175688564196506, 39.975857945725302 ], [ -75.175718942704805, 39.975699878738403 ], [ -75.175669736943206, 39.975694052692297 ], [ -75.1756400387235, 39.975851811466498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2510 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 507, "objectid": 4194, "Shape__Area": 80.421875, "Shape__Length": 39.89977702780012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176823809163096, 39.977133994786499 ], [ -75.176872700265804, 39.977140427746903 ], [ -75.176893379733002, 39.977042543266997 ], [ -75.176843621204299, 39.977036317918902 ], [ -75.176842152156993, 39.977044119278297 ], [ -75.176832050497893, 39.977090656195401 ], [ -75.176823809163096, 39.977133994786499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2511 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 599, "objectid": 4195, "Shape__Area": 94.9609375, "Shape__Length": 45.129754163230587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176981135196101, 39.977344419946199 ], [ -75.177030768778295, 39.977350610892401 ], [ -75.177054618152397, 39.977235389008698 ], [ -75.177005081021406, 39.977228911008602 ], [ -75.176981135196101, 39.977344419946199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2340 SEYBERT ST", "addr_range": "2340 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 840, "objectid": 4196, "Shape__Area": 133.05078125, "Shape__Length": 58.97056466975971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174715524548304, 39.975697383430401 ], [ -75.174764792480204, 39.975703730265799 ], [ -75.174800152442302, 39.975541284617897 ], [ -75.174750884658906, 39.975534936897397 ], [ -75.174715524548304, 39.975697383430401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2518 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 504, "objectid": 4197, "Shape__Area": 79.90234375, "Shape__Length": 39.860053892568573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177020379609601, 39.977159696799397 ], [ -75.177070273900497, 39.977165587232903 ], [ -75.177090160071899, 39.977068201217499 ], [ -75.177041459078595, 39.977061759096301 ], [ -75.177020379609601, 39.977159696799397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2522 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 515, "objectid": 4198, "Shape__Area": 81.6484375, "Shape__Length": 40.064043486716628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177118547661607, 39.977171746754799 ], [ -75.177168878518302, 39.977178356029299 ], [ -75.177188564834594, 39.977080677195403 ], [ -75.177137973266596, 39.977074335990402 ], [ -75.177118547661607, 39.977171746754799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2516 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 509, "objectid": 4199, "Shape__Area": 80.71484375, "Shape__Length": 40.012669524523261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176970501880305, 39.977153307554801 ], [ -75.177020379609601, 39.977159696799397 ], [ -75.177041459078595, 39.977061759096301 ], [ -75.176991968327798, 39.977055667760702 ], [ -75.176970501880305, 39.977153307554801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2422 TURNER ST", "addr_range": "2414-2422 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 769, "objectid": 4200, "Shape__Area": 121.92578125, "Shape__Length": 55.214339729263571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174966633593101, 39.979875079541699 ], [ -75.175015377270995, 39.979881556796997 ], [ -75.175047478238099, 39.9797312502563 ], [ -75.174998379292006, 39.979725280419999 ], [ -75.174966633593101, 39.979875079541699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2420 NICHOLAS ST", "addr_range": "2416-2420 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 875, "objectid": 4201, "Shape__Area": 138.6640625, "Shape__Length": 60.645798841915088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174862237068098, 39.9801559613054 ], [ -75.174826680442393, 39.980323905070797 ], [ -75.174875770078202, 39.9803301315509 ], [ -75.174912594168902, 39.980162426148802 ], [ -75.174862237068098, 39.9801559613054 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2430 TURNER ST", "addr_range": "2430-2436 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 766, "objectid": 4202, "Shape__Area": 121.484375, "Shape__Length": 55.143322781050415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175198074225605, 39.979750523908201 ], [ -75.175166288403901, 39.9799008366533 ], [ -75.175215073874597, 39.979906799381503 ], [ -75.175246809246104, 39.979757258562003 ], [ -75.175198074225605, 39.979750523908201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2418 TURNER ST", "addr_range": "2414-2422 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 773, "objectid": 4203, "Shape__Area": 122.57421875, "Shape__Length": 55.200581006413415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174868099329601, 39.979862615955099 ], [ -75.174917857962697, 39.979868858337099 ], [ -75.174948275759505, 39.979719271802999 ], [ -75.174899540796005, 39.979712537022401 ], [ -75.174868099329601, 39.979862615955099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2436 TURNER ST", "addr_range": "2430-2436 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 795, "objectid": 4204, "Shape__Area": 125.9453125, "Shape__Length": 55.440592626928151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1753132421467, 39.979919528364199 ], [ -75.175364991767296, 39.9799263305975 ], [ -75.175395731981695, 39.9797764935104 ], [ -75.175345963578096, 39.979770509706299 ], [ -75.1753132421467, 39.979919528364199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2526 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 490, "objectid": 4205, "Shape__Area": 77.640625, "Shape__Length": 39.431956900965588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177218307152501, 39.977184945955202 ], [ -75.177266255526902, 39.977190791775399 ], [ -75.177286848861499, 39.977094115365198 ], [ -75.177238444146397, 39.977087549323898 ], [ -75.177218307152501, 39.977184945955202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2506 TURNER ST", "addr_range": "2506-2508 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 782, "objectid": 4206, "Shape__Area": 123.91015625, "Shape__Length": 55.988059379353253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176177410848297, 39.979874336356801 ], [ -75.176145475969307, 39.980027000326899 ], [ -75.176193916008103, 39.980033212577297 ], [ -75.176226696567596, 39.979880358527502 ], [ -75.176177410848297, 39.979874336356801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2437 TURNER ST", "addr_range": "2427-2439 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 884, "objectid": 4207, "Shape__Area": 140.12109375, "Shape__Length": 60.468240871779358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175252233980501, 39.980193968528503 ], [ -75.175303282967107, 39.980201029874898 ], [ -75.175339939836107, 39.980034400021403 ], [ -75.175289856736399, 39.980027876638701 ], [ -75.175252233980501, 39.980193968528503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1624 N 26TH ST", "addr_range": "1624 N 26TH ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1366, "objectid": 4208, "Shape__Area": 216.5, "Shape__Length": 81.426650495070305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177541051435099, 39.9803658401284 ], [ -75.177846639013396, 39.980404091677599 ], [ -75.177852087925302, 39.980374762436497 ], [ -75.177854583496696, 39.980360327399502 ], [ -75.177549406899004, 39.980323939361398 ], [ -75.177541051435099, 39.9803658401284 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2422 SEYBERT ST", "addr_range": "2422 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 799, "objectid": 4209, "Shape__Area": 126.625, "Shape__Length": 57.443633494114607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175834158336102, 39.975876283901897 ], [ -75.175882628310802, 39.975882770930802 ], [ -75.175912829788103, 39.975723862891101 ], [ -75.175864899479507, 39.975718064638301 ], [ -75.175834158336102, 39.975876283901897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2617 JEFFERSON ST", "addr_range": "2617 JEFFERSON ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 972, "objectid": 4210, "Shape__Area": 153.96875, "Shape__Length": 74.793706958803924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178381208628096, 39.978496158546797 ], [ -75.178332863076093, 39.978717641233601 ], [ -75.1783752139808, 39.978723651255002 ], [ -75.178422276668996, 39.978501124366403 ], [ -75.178381208628096, 39.978496158546797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2412 CECIL B MOORE AVE", "addr_range": "2410-2412 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1029, "objectid": 4211, "Shape__Area": 163.0078125, "Shape__Length": 67.349114447534916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1745922895213, 39.980570919801799 ], [ -75.174553456092298, 39.980760052060099 ], [ -75.174605115295904, 39.980767030093702 ], [ -75.174644345173505, 39.980577971590499 ], [ -75.1745922895213, 39.980570919801799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 TURNER ST", "addr_range": "2427-2439 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 841, "objectid": 4212, "Shape__Area": 133.296875, "Shape__Length": 59.996895411302617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1751926940819, 39.980015186419898 ], [ -75.175156686148597, 39.9801823299548 ], [ -75.175204717030795, 39.980188275752703 ], [ -75.175240768485395, 39.980021649461698 ], [ -75.1751926940819, 39.980015186419898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2414 TURNER ST", "addr_range": "2414-2422 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 786, "objectid": 4213, "Shape__Area": 124.62890625, "Shape__Length": 55.38893781599981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174769605690898, 39.979849637815498 ], [ -75.174819689223597, 39.979856145220801 ], [ -75.174850766458704, 39.979706315815498 ], [ -75.174800681863204, 39.979699808397498 ], [ -75.174769605690898, 39.979849637815498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2519 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 591, "objectid": 4214, "Shape__Area": 93.62109375, "Shape__Length": 44.894138320935042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177177952418802, 39.977369127985 ], [ -75.177227335678296, 39.977375280796799 ], [ -75.1772507354911, 39.9772603551449 ], [ -75.177201984433196, 39.9772540867692 ], [ -75.177177952418802, 39.977369127985 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2420 TURNER ST", "addr_range": "2414-2422 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 774, "objectid": 4215, "Shape__Area": 122.75390625, "Shape__Length": 55.190110109386247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174917857962697, 39.979868858337099 ], [ -75.174966633593101, 39.979875079541699 ], [ -75.174998379292006, 39.979725280419999 ], [ -75.174948275759505, 39.979719271802999 ], [ -75.174917857962697, 39.979868858337099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2540 TURNER ST", "addr_range": "2540 TURNER ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 777, "objectid": 4216, "Shape__Area": 123.1796875, "Shape__Length": 56.21261761581026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176974767192306, 39.980132014342601 ], [ -75.177022564639003, 39.980139147083001 ], [ -75.177056598571696, 39.979984725246197 ], [ -75.177008320395899, 39.979978629616298 ], [ -75.176974767192306, 39.980132014342601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2259-63 GERMANTOWN AVE", "addr_range": "2257-2263 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2325, "objectid": 4217, "Shape__Area": 368.42578125, "Shape__Length": 93.061440823975943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144802609337603, 39.986247105034202 ], [ -75.144647076901407, 39.9863135712488 ], [ -75.144567226353502, 39.986348311225299 ], [ -75.144667564441605, 39.9863618481183 ], [ -75.144908950456397, 39.986392888426401 ], [ -75.144909018092704, 39.986392896268796 ], [ -75.144803783534499, 39.986246602787702 ], [ -75.144802609337603, 39.986247105034202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2327 N 6TH ST", "addr_range": "2323-2333; 2339 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1235, "objectid": 4218, "Shape__Area": 195.72265625, "Shape__Length": 76.250569753365212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142983993348395, 39.986900507663599 ], [ -75.143267085095303, 39.986938291387503 ], [ -75.143275986941106, 39.986896920422502 ], [ -75.142992574231897, 39.986858775324599 ], [ -75.142983993348395, 39.986900507663599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2236 N REESE ST", "addr_range": "2236-2238 N REESE ST", "zipcode": 19133, "district": "7", "year": "2016", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1000, "objectid": 4219, "Shape__Area": 158.51171875, "Shape__Length": 67.085434042968416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142399401411794, 39.985503313383298 ], [ -75.142646290257403, 39.985536327058597 ], [ -75.142648699725399, 39.985520003018998 ], [ -75.142652826004394, 39.985503138624601 ], [ -75.142653900226406, 39.985497521729997 ], [ -75.142408073958507, 39.985464628619198 ], [ -75.142399401411794, 39.985503313383298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "111 E CUMBERLAND ST", "addr_range": "2501-2505 N FRONT ST; 111-117 E CUMBERLAND ST; 2502 N LEE ST", "zipcode": 19125, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 798, "objectid": 4220, "Shape__Area": 126.58984375, "Shape__Length": 55.869377868585104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131083070371403, 39.9879717171344 ], [ -75.131134543924304, 39.9879786951509 ], [ -75.131165715169502, 39.987827394403297 ], [ -75.131148748667599, 39.987825007896397 ], [ -75.1311180955975, 39.987821021526003 ], [ -75.131116532432102, 39.987820823673502 ], [ -75.131083070371403, 39.9879717171344 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "113 E CUMBERLAND ST", "addr_range": "2501-2505 N FRONT ST; 111-117 E CUMBERLAND ST; 2502 N LEE ST", "zipcode": 19125, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 769, "objectid": 4221, "Shape__Area": 121.9921875, "Shape__Length": 55.450791425620515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131034904615902, 39.987965411052102 ], [ -75.131083070371403, 39.9879717171344 ], [ -75.131116532432102, 39.987820823673502 ], [ -75.1310675530586, 39.987814386409397 ], [ -75.131067069349996, 39.987816632440698 ], [ -75.131034904615902, 39.987965411052102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "124-34 E CUMBERLAND ST", "addr_range": "122-134 E CUMBERLAND ST", "zipcode": 19125, "district": "7", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 6990, "objectid": 4222, "Shape__Area": 1107.578125, "Shape__Length": 137.22637447574908 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130365140633401, 39.987589279784899 ], [ -75.130700255689007, 39.987633279065101 ], [ -75.130702104734397, 39.987624971459297 ], [ -75.130755950929199, 39.987382948628998 ], [ -75.130396081155695, 39.987443423346299 ], [ -75.130395699793397, 39.987445171642001 ], [ -75.130365140633401, 39.987589279784899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3101 EUCLID AVE", "addr_range": "3101 EUCLID AVE; 3100 W BERKS ST", "zipcode": 19121, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1065, "objectid": 4223, "Shape__Area": 168.734375, "Shape__Length": 68.709575374775085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184605961062303, 39.984978092291499 ], [ -75.184658350974701, 39.984985275755299 ], [ -75.184676198468097, 39.984900546405498 ], [ -75.184700363328602, 39.984792295046098 ], [ -75.1846468422508, 39.984785665663303 ], [ -75.184605961062303, 39.984978092291499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3119 EUCLID AVE", "addr_range": "3113-3121 EUCLID AVE", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 955, "objectid": 4224, "Shape__Area": 151.41015625, "Shape__Length": 67.547685228540217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185060845387895, 39.985037779514101 ], [ -75.185107610227305, 39.985044110845799 ], [ -75.185150128262407, 39.984851012456701 ], [ -75.185102739364496, 39.984844585201103 ], [ -75.185060845387895, 39.985037779514101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1617 N 30TH ST", "addr_range": "1617 N 30TH ST", "zipcode": 19121, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 794, "objectid": 4225, "Shape__Area": 125.77734375, "Shape__Length": 53.343761945674459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183497679305106, 39.9810244201472 ], [ -75.183636252933496, 39.981042606445001 ], [ -75.183645689399498, 39.981000825899102 ], [ -75.183463412017105, 39.980977454526602 ], [ -75.183455466102203, 39.9810141912033 ], [ -75.183454476459701, 39.981018746201698 ], [ -75.183497679305106, 39.9810244201472 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1608 N NEWKIRK ST", "addr_range": "1608 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 763, "objectid": 4226, "Shape__Area": 120.94140625, "Shape__Length": 52.765275320064532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181110115595601, 39.980573874599898 ], [ -75.181291062079794, 39.980598541745003 ], [ -75.181300480201102, 39.980557840360497 ], [ -75.181118940294496, 39.9805344664099 ], [ -75.181110115595601, 39.980573874599898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2722 W OXFORD ST", "addr_range": "2722 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1520, "objectid": 4227, "Shape__Area": 240.890625, "Shape__Length": 82.614801609156757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179987270965299, 39.979940568793502 ], [ -75.179969039551494, 39.980026997248302 ], [ -75.179967990427102, 39.980032004098099 ], [ -75.180030032646002, 39.980039808681198 ], [ -75.180077297691895, 39.979816271217302 ], [ -75.180078850270704, 39.979806811131603 ], [ -75.180016777168206, 39.979798713950998 ], [ -75.180014647752401, 39.979808468363103 ], [ -75.179987270965299, 39.979940568793502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1224 PENNOCK ST", "addr_range": "1220-1226 PENNOCK ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 495, "objectid": 4228, "Shape__Area": 78.48046875, "Shape__Length": 41.594758077508573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181285581912206, 39.974961004410197 ], [ -75.181278556145401, 39.974994424206898 ], [ -75.181418443482102, 39.9750124347472 ], [ -75.181426509467101, 39.974978634574299 ], [ -75.181285581912206, 39.974961004410197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1222 PENNOCK ST", "addr_range": "1220-1226 PENNOCK ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 489, "objectid": 4229, "Shape__Area": 77.5703125, "Shape__Length": 41.502747901536225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181293086506798, 39.974928208018902 ], [ -75.181285581912206, 39.974961004410197 ], [ -75.181426509467101, 39.974978634574299 ], [ -75.1814335424788, 39.974945021215099 ], [ -75.181293086506798, 39.974928208018902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1828 N MARSTON ST", "addr_range": "1828-1830 N MARSTON ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 592, "objectid": 4230, "Shape__Area": 93.8203125, "Shape__Length": 44.061811613163066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179388324102703, 39.983693713149499 ], [ -75.1795244930275, 39.983711866668799 ], [ -75.179532726065901, 39.9836726219215 ], [ -75.179388985529798, 39.983653524850801 ], [ -75.179380400325996, 39.9836926643924 ], [ -75.179388324102703, 39.983693713149499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1435 N 28TH ST", "addr_range": "1435 N 28TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1021, "objectid": 4231, "Shape__Area": 161.78125, "Shape__Length": 68.54325942053373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180686258100593, 39.978094098266901 ], [ -75.180939323255501, 39.978128586254101 ], [ -75.180947717374394, 39.978090585730001 ], [ -75.180694741777998, 39.9780553438151 ], [ -75.180686258100593, 39.978094098266901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1226 PENNOCK ST", "addr_range": "1220-1226 PENNOCK ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 498, "objectid": 4232, "Shape__Area": 79.0, "Shape__Length": 41.584864406896301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181418443482102, 39.9750124347472 ], [ -75.181278556145401, 39.974994424206898 ], [ -75.1812704827652, 39.9750284179228 ], [ -75.181410376931893, 39.975046218688803 ], [ -75.181418443482102, 39.9750124347472 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2949 W NORRIS ST", "addr_range": "2949 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 775, "objectid": 4233, "Shape__Area": 122.921875, "Shape__Length": 53.534364634183802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182219342088899, 39.9865477203208 ], [ -75.182191133035104, 39.9866896686544 ], [ -75.182242717097495, 39.986696013445901 ], [ -75.182272251011099, 39.986553966798802 ], [ -75.182219342088899, 39.9865477203208 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1220 PENNOCK ST", "addr_range": "1220-1226 PENNOCK ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 504, "objectid": 4234, "Shape__Area": 79.921875, "Shape__Length": 43.062126786465925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181300592264293, 39.9748954116532 ], [ -75.181293086506798, 39.974928208018902 ], [ -75.1814335424788, 39.974945021215099 ], [ -75.181442507698605, 39.974946221107302 ], [ -75.181448293550204, 39.974913998923697 ], [ -75.181300592264293, 39.9748954116532 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1901-03 N NAPA ST", "addr_range": "1901-1903 N NAPA ST", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1592, "objectid": 4235, "Shape__Area": 252.28125, "Shape__Length": 64.614712397871742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184760678273193, 39.985389088761302 ], [ -75.184752163326706, 39.985429762825397 ], [ -75.184922201832407, 39.985452342962098 ], [ -75.1849297994289, 39.985414308165097 ], [ -75.184930370596106, 39.985411404362999 ], [ -75.184939970466502, 39.9853625012897 ], [ -75.184771361087897, 39.985340388304003 ], [ -75.184760678273193, 39.985389088761302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1330 N MARSTON ST", "addr_range": "1330-1336 N MARSTON ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1271, "objectid": 4236, "Shape__Area": 201.42578125, "Shape__Length": 89.90335350452213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181049618289506, 39.976650118037199 ], [ -75.1809412165032, 39.976659877459099 ], [ -75.180693401254004, 39.976682201200497 ], [ -75.180700010006802, 39.976716909239002 ], [ -75.181055702650497, 39.9766842349622 ], [ -75.181050465475593, 39.976654843882599 ], [ -75.181049618289506, 39.976650118037199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2710 W CABOT ST", "addr_range": "2710 W CABOT ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1180, "objectid": 4237, "Shape__Area": 186.7265625, "Shape__Length": 65.990814475936872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180543356615104, 39.975320865074103 ], [ -75.180477764746996, 39.975325586333497 ], [ -75.180505837654195, 39.975501774208198 ], [ -75.180569960642202, 39.9754965695344 ], [ -75.180543356615104, 39.975320865074103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1332 N MARSTON ST", "addr_range": "1330-1336 N MARSTON ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1234, "objectid": 4238, "Shape__Area": 195.6015625, "Shape__Length": 89.532826327503926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181055702650497, 39.9766842349622 ], [ -75.180700010006802, 39.976716909239002 ], [ -75.180706337778702, 39.976750128823099 ], [ -75.181061718598897, 39.976717931385203 ], [ -75.181055702650497, 39.9766842349622 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1336 N MARSTON ST", "addr_range": "1330-1336 N MARSTON ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 3795, "objectid": 4239, "Shape__Area": 601.19921875, "Shape__Length": 109.87526270380367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180712105782405, 39.976782078062897 ], [ -75.1807247012907, 39.976853448918902 ], [ -75.180730334944101, 39.976885637521299 ], [ -75.181085606858602, 39.976850857060903 ], [ -75.181085450774901, 39.976849998507703 ], [ -75.181067203165597, 39.976748584912102 ], [ -75.180712105782405, 39.976782078062897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1411 N 28TH ST", "addr_range": "1409-1411 N 28TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1022, "objectid": 4240, "Shape__Area": 161.91015625, "Shape__Length": 68.441863284875438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180795642952006, 39.977592499244103 ], [ -75.180787182313694, 39.977631174027103 ], [ -75.181039435030499, 39.977665546333498 ], [ -75.181048321465298, 39.977627283818599 ], [ -75.180795642952006, 39.977592499244103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1710 N 29TH ST", "addr_range": "1710 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1063, "objectid": 4241, "Shape__Area": 168.4375, "Shape__Length": 66.95247997917798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181964536683907, 39.982095566078101 ], [ -75.181955330573999, 39.9821378517262 ], [ -75.182197453572002, 39.9821690454215 ], [ -75.182206063929499, 39.982127519494597 ], [ -75.181964536683907, 39.982095566078101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1334 N MARSTON ST", "addr_range": "1330-1336 N MARSTON ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1153, "objectid": 4242, "Shape__Area": 182.78125, "Shape__Length": 88.843998358021921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181061718598897, 39.976717931385203 ], [ -75.180706337778702, 39.976750128823099 ], [ -75.180707893087899, 39.976758270940799 ], [ -75.180712105782405, 39.976782078062897 ], [ -75.181067203165597, 39.976748584912102 ], [ -75.181066458086605, 39.9767444416035 ], [ -75.181061718598897, 39.976717931385203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "59TH ST; GREENWAY AVE", "addr_range": "59TH ST; GREENWAY AVE", "zipcode": 19143, "district": "2", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 8517, "objectid": 4243, "Shape__Area": 1965.3515625, "Shape__Length": 191.22225144473734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227223612541195, 39.932380552821101 ], [ -75.226828321896406, 39.932044630240703 ], [ -75.226630672604202, 39.932188146126002 ], [ -75.227030928607405, 39.932520580038798 ], [ -75.227223612541195, 39.932380552821101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1432 S 49TH ST", "addr_range": "1432-1434 S 49TH ST; 4901 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1898, "objectid": 4244, "Shape__Area": 300.3359375, "Shape__Length": 86.886912858964862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211875811647602, 39.939745575754401 ], [ -75.211645222955099, 39.939906650035503 ], [ -75.211696344761705, 39.939951400753301 ], [ -75.211928036211106, 39.939789383094997 ], [ -75.211875811647602, 39.939745575754401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5413 TRINITY ST", "addr_range": "5413-5415 TRINITY ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1073, "objectid": 4245, "Shape__Area": 169.81640625, "Shape__Length": 69.61434031338392 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223999401220496, 39.9399773396472 ], [ -75.224173771107104, 39.940125127845 ], [ -75.224212803978602, 39.940097568114403 ], [ -75.224037856006404, 39.939950090703398 ], [ -75.223999401220496, 39.9399773396472 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1434 S 49TH ST", "addr_range": "1432-1434 S 49TH ST; 4901 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1826, "objectid": 4246, "Shape__Area": 288.9921875, "Shape__Length": 86.039070075809605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211875811647602, 39.939745575754401 ], [ -75.2118243884902, 39.939702187970603 ], [ -75.211596487120204, 39.939864739801301 ], [ -75.211645222955099, 39.939906650035503 ], [ -75.211875811647602, 39.939745575754401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5739 BELMAR ST", "addr_range": "5739-5743 BELMAR ST", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 822, "objectid": 4247, "Shape__Area": 130.17578125, "Shape__Length": 57.67342745528758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229727961776803, 39.937614298023099 ], [ -75.229867881205095, 39.937732997553702 ], [ -75.229905159027894, 39.937706897562599 ], [ -75.229764964090094, 39.937588304648301 ], [ -75.229727961776803, 39.937614298023099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5741 BELMAR ST", "addr_range": "5739-5743 BELMAR ST", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 838, "objectid": 4248, "Shape__Area": 132.671875, "Shape__Length": 57.903232631762272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229764964090094, 39.937588304648301 ], [ -75.229905159027894, 39.937706897562599 ], [ -75.229921626695301, 39.937695363535603 ], [ -75.229942651571605, 39.937680656316502 ], [ -75.229803148815193, 39.937561483098797 ], [ -75.229797343671905, 39.9375655460763 ], [ -75.229764964090094, 39.937588304648301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5746 BELMAR ST", "addr_range": "5746 BELMAR ST", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 878, "objectid": 4249, "Shape__Area": 138.98828125, "Shape__Length": 59.215702171795442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229641405727094, 39.937307947182497 ], [ -75.229784955493301, 39.937429225074702 ], [ -75.229823285140299, 39.9374024382399 ], [ -75.229681009932406, 39.937280656815801 ], [ -75.229641405727094, 39.937307947182497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5735 BELMAR ST", "addr_range": "5733-5735 BELMAR ST", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 821, "objectid": 4250, "Shape__Area": 130.0078125, "Shape__Length": 57.633040135786793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229652708495905, 39.937667160098897 ], [ -75.229791560227795, 39.937786433621497 ], [ -75.2298286895182, 39.937760426796999 ], [ -75.229689819093593, 39.937641088937802 ], [ -75.229652708495905, 39.937667160098897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5733 BELMAR ST", "addr_range": "5733-5735 BELMAR ST", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 827, "objectid": 4251, "Shape__Area": 130.98828125, "Shape__Length": 57.699485667006542 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229614546440303, 39.937693966782099 ], [ -75.229754863916, 39.937812094956101 ], [ -75.229782144512697, 39.937793013034003 ], [ -75.229791560227795, 39.937786433621497 ], [ -75.229652708495905, 39.937667160098897 ], [ -75.229614546440303, 39.937693966782099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5749 BELMAR ST", "addr_range": "5749 BELMAR ST", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 901, "objectid": 4252, "Shape__Area": 142.69921875, "Shape__Length": 58.727236422510437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229915708638501, 39.937482809887697 ], [ -75.230055241929904, 39.937601760191598 ], [ -75.230095902116403, 39.9375731062485 ], [ -75.229956490946293, 39.9374542713023 ], [ -75.229948622171406, 39.937459790005398 ], [ -75.229915708638501, 39.937482809887697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5743 BELMAR ST", "addr_range": "5739-5743 BELMAR ST", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 892, "objectid": 4253, "Shape__Area": 141.1328125, "Shape__Length": 58.637579082856945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229803148815193, 39.937561483098797 ], [ -75.229942651571605, 39.937680656316502 ], [ -75.229982423526806, 39.937652821723297 ], [ -75.229843971582497, 39.937532960757203 ], [ -75.229803148815193, 39.937561483098797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1200 S PEACH ST", "addr_range": "1200 S PEACH ST", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 883, "objectid": 4254, "Shape__Area": 139.7890625, "Shape__Length": 53.673798100160141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224543534137993, 39.942343596666298 ], [ -75.224587048243606, 39.9423791792331 ], [ -75.224717593585396, 39.942287496354801 ], [ -75.224674911463495, 39.9422514798541 ], [ -75.224543534137993, 39.942343596666298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1245 S ST BERNARD ST", "addr_range": "1245 S SAINT BERNARD ST", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 715, "objectid": 4255, "Shape__Area": 113.13671875, "Shape__Length": 51.564976756466024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214999241169394, 39.941908731731701 ], [ -75.215032765533195, 39.941937439750703 ], [ -75.215165815797405, 39.941842921611503 ], [ -75.215131872678, 39.941814236813002 ], [ -75.214999241169394, 39.941908731731701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1212 S ST BERNARD ST", "addr_range": "1212 S SAINT BERNARD ST", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 724, "objectid": 4256, "Shape__Area": 114.578125, "Shape__Length": 51.992439601487455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215761261231194, 39.9422228968672 ], [ -75.215794861214206, 39.942251284666 ], [ -75.215929967949904, 39.942156632689397 ], [ -75.215895636933993, 39.942127664752299 ], [ -75.215761261231194, 39.9422228968672 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1300 DIVINITY ST", "addr_range": "1300 DIVINITY ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1252, "objectid": 4257, "Shape__Area": 198.19140625, "Shape__Length": 73.90565414491131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215981556626403, 39.940301217938298 ], [ -75.215942690568198, 39.940268960254897 ], [ -75.215740984994895, 39.940410113566998 ], [ -75.2157809363149, 39.940444123418402 ], [ -75.215981556626403, 39.940301217938298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5734 BELMAR ST", "addr_range": "5734 BELMAR ST", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 823, "objectid": 4258, "Shape__Area": 130.21484375, "Shape__Length": 58.91616724093609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2294128360776, 39.937465618085803 ], [ -75.229558612332795, 39.937587865112597 ], [ -75.229594425711099, 39.9375629079397 ], [ -75.229449116772102, 39.937440463098298 ], [ -75.2294128360776, 39.937465618085803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5214 BEAUMONT ST", "addr_range": "5212-5214 BEAUMONT AVE", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 953, "objectid": 4259, "Shape__Area": 150.93359375, "Shape__Length": 60.585491941569686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223872891302406, 39.944019090674999 ], [ -75.224018141102107, 39.944141509638001 ], [ -75.224058955011699, 39.944112297056002 ], [ -75.223914976961197, 39.943989454752099 ], [ -75.223872891302406, 39.944019090674999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5740 BELMAR ST", "addr_range": "5740 BELMAR ST", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 811, "objectid": 4260, "Shape__Area": 128.45703125, "Shape__Length": 58.55155472465696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229528134166102, 39.937385990904801 ], [ -75.229672040896702, 39.9375084048323 ], [ -75.2297082041257, 39.937483006616901 ], [ -75.229563483777596, 39.937361638031902 ], [ -75.229528134166102, 39.937385990904801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1148 S 53RD ST", "addr_range": "1148 S 53RD ST", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1054, "objectid": 4261, "Shape__Area": 166.9375, "Shape__Length": 68.751941272177106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224692765495604, 39.942877859790002 ], [ -75.224560598721695, 39.942972005433901 ], [ -75.224509000234505, 39.943008588752498 ], [ -75.224504508394205, 39.943010553137498 ], [ -75.224541736971702, 39.943041129220099 ], [ -75.2247278503541, 39.942907534467999 ], [ -75.224692765495604, 39.942877859790002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5212 BEAUMONT ST", "addr_range": "5212-5214 BEAUMONT AVE", "zipcode": 19143, "district": "3", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1005, "objectid": 4262, "Shape__Area": 159.0859375, "Shape__Length": 61.259967178967756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223829431059301, 39.944049647764601 ], [ -75.223973496341898, 39.944172378571501 ], [ -75.224018141102107, 39.944141509638001 ], [ -75.223872891302406, 39.944019090674999 ], [ -75.223829431059301, 39.944049647764601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5841 WILLOWS AVE", "addr_range": "5839-5843 WILLOWS AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1817, "objectid": 4263, "Shape__Area": 287.64453125, "Shape__Length": 103.08806433682176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234733354850306, 39.939709390779598 ], [ -75.235001043658002, 39.939936339106303 ], [ -75.235005529781006, 39.939940145073599 ], [ -75.235047937786803, 39.939910641137303 ], [ -75.235043410159506, 39.939906818043802 ], [ -75.2347755961556, 39.939679899506601 ], [ -75.234764850881803, 39.939687304310297 ], [ -75.234733354850306, 39.939709390779598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4819 PASCHALL AVE", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 1119, "objectid": 4264, "Shape__Area": 177.171875, "Shape__Length": 74.397003874257791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210769122158894, 39.9404313909832 ], [ -75.210958597305506, 39.940592847501897 ], [ -75.210996605184903, 39.940567657110499 ], [ -75.210806694587205, 39.940405480123502 ], [ -75.210769122158894, 39.9404313909832 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4932 PASCHALL AVE", "addr_range": "4932-4938 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1082, "objectid": 4265, "Shape__Area": 171.34765625, "Shape__Length": 71.284923456106256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211938580092905, 39.939039410239801 ], [ -75.211984335350905, 39.9390786910296 ], [ -75.21203172333, 39.939118540421703 ], [ -75.212078690939407, 39.939158959835702 ], [ -75.212105243332303, 39.939180341613998 ], [ -75.212119541681204, 39.9391927638694 ], [ -75.212156585311604, 39.9391664372436 ], [ -75.212118507175205, 39.939133581160398 ], [ -75.212075418611306, 39.939096890350697 ], [ -75.211976646287795, 39.939013189192899 ], [ -75.211938580092905, 39.939039410239801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4936 PASCHALL AVE", "addr_range": "4932-4938 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1042, "objectid": 4266, "Shape__Area": 164.99609375, "Shape__Length": 70.688628733583684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212013875781594, 39.9389869306981 ], [ -75.212107904008903, 39.939066466030503 ], [ -75.212159431538197, 39.939110968741801 ], [ -75.212180619697904, 39.9391279277189 ], [ -75.212193734695106, 39.939138970475398 ], [ -75.212230935915798, 39.939114001520402 ], [ -75.2121908563104, 39.9390797956233 ], [ -75.212144924048303, 39.939041333616998 ], [ -75.212104141340603, 39.939006838225097 ], [ -75.212050255132894, 39.9389615588872 ], [ -75.212013875781594, 39.9389869306981 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "632 S 56TH ST", "addr_range": "632 S 56TH ST", "zipcode": 19143, "district": "3", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1386, "objectid": 4267, "Shape__Area": 217.8203125, "Shape__Length": 73.353214415378503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235456591884201, 39.950405110839903 ], [ -75.235198034395196, 39.950372298612201 ], [ -75.235186082877306, 39.950423005917898 ], [ -75.235445571823703, 39.950455549366801 ], [ -75.235456591884201, 39.950405110839903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "628 S 56TH ST", "addr_range": "628 S 56TH ST", "zipcode": 19143, "district": "3", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1111, "objectid": 4268, "Shape__Area": 177.0, "Shape__Length": 70.515830815234153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235414921654694, 39.950608044015802 ], [ -75.235156251607506, 39.9505754058383 ], [ -75.235147338321696, 39.950617024732701 ], [ -75.235406414391093, 39.9506488501193 ], [ -75.235414921654694, 39.950608044015802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2215 N CHADWICK ST", "addr_range": "2215-2217 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 686, "objectid": 4269, "Shape__Area": 108.69140625, "Shape__Length": 49.762582938890176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160185332126701, 39.987209000119897 ], [ -75.160356159945195, 39.987230571334699 ], [ -75.160364006147205, 39.987191883016301 ], [ -75.160193868425196, 39.987170893221197 ], [ -75.160185332126701, 39.987209000119897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1440 W GLENWOOD AVE", "addr_range": "1430-1440 W GLENWOOD AVE; 1443-1445 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "6", "parcelarea": 1518, "objectid": 4270, "Shape__Area": 240.65625, "Shape__Length": 64.33798595826616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155730716958999, 39.995885574632801 ], [ -75.155642026444895, 39.995918824272302 ], [ -75.155721400350501, 39.996044369377998 ], [ -75.155813992690298, 39.996009355362297 ], [ -75.155824327552807, 39.9960054622657 ], [ -75.155816915343607, 39.995995961109699 ], [ -75.155730716958999, 39.995885574632801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1443 W SOMERSET ST", "addr_range": "1430-1440 W GLENWOOD AVE; 1443-1445 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "6", "parcelarea": 909, "objectid": 4271, "Shape__Area": 144.20703125, "Shape__Length": 59.647892546040289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155579870759396, 39.9957732430966 ], [ -75.155543392736305, 39.995943015530003 ], [ -75.155606135607698, 39.995918544689403 ], [ -75.155636642153794, 39.995780022428903 ], [ -75.155579870759396, 39.9957732430966 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2466 N BOUVIER ST", "addr_range": "2464-2468 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 697, "objectid": 4272, "Shape__Area": 110.50390625, "Shape__Length": 50.619505668755735 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161128477891907, 39.991524428947798 ], [ -75.161302574980098, 39.991548538318902 ], [ -75.161303365192694, 39.991544863776397 ], [ -75.161310744411793, 39.991510711395698 ], [ -75.161136689317502, 39.991486056065 ], [ -75.161128477891907, 39.991524428947798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2453 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "67", "parcelarea": 725, "objectid": 4273, "Shape__Area": 114.94921875, "Shape__Length": 52.931453101256452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1784925199523, 39.9934685088854 ], [ -75.178501738040694, 39.993469714618001 ], [ -75.178634417892198, 39.9934870022037 ], [ -75.178677998159998, 39.993492314129497 ], [ -75.178686250694497, 39.9934547952911 ], [ -75.1786825649571, 39.993454712726098 ], [ -75.178585593654503, 39.993442480621098 ], [ -75.178509968931294, 39.993432243959802 ], [ -75.178500773756795, 39.993430990086502 ], [ -75.1784925199523, 39.9934685088854 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2415 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "67", "parcelarea": 738, "objectid": 4274, "Shape__Area": 117.0234375, "Shape__Length": 52.831636413419595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178651762622806, 39.992746107381699 ], [ -75.178660292513797, 39.992747232814096 ], [ -75.178687255404398, 39.992750786734298 ], [ -75.178836113452107, 39.992769193380198 ], [ -75.178844392614806, 39.992730997569602 ], [ -75.178668626476707, 39.992709231958997 ], [ -75.178659740755606, 39.992708130091302 ], [ -75.178651762622806, 39.992746107381699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2464 N BOUVIER ST", "addr_range": "2464-2468 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "WINTER", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 671, "objectid": 4275, "Shape__Area": 106.41015625, "Shape__Length": 50.184585301084056 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161318784478794, 39.991473542900302 ], [ -75.161144819054897, 39.991449856392698 ], [ -75.161136689317502, 39.991486056065 ], [ -75.161310744411793, 39.991510711395698 ], [ -75.161312754251, 39.991501439315499 ], [ -75.161318784478794, 39.991473542900302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4829 HAVERFORD AVE", "addr_range": "4829 HAVERFORD AVE", "zipcode": 19139, "district": "3", "year": "2021", "season": "Summer", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2293, "objectid": 4276, "Shape__Area": 363.1953125, "Shape__Length": 137.31665286519603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.217349180855095, 39.963253305841299 ], [ -75.217378055278203, 39.963454293261698 ], [ -75.217424044428995, 39.963450697082898 ], [ -75.217394930361806, 39.963228620077203 ], [ -75.217507425793201, 39.963049275025 ], [ -75.217456975262706, 39.963030929802599 ], [ -75.217343037789206, 39.963209598760798 ], [ -75.217349180855095, 39.963253305841299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2802 N WATER ST", "addr_range": "2800-2804 N WATER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 640, "objectid": 4277, "Shape__Area": 101.515625, "Shape__Length": 49.456072864877932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129600784514494, 39.992512843253003 ], [ -75.129767733693598, 39.992535160646 ], [ -75.129773488351404, 39.992535936246099 ], [ -75.129781398705305, 39.992500942582197 ], [ -75.129775311813702, 39.992500094524303 ], [ -75.129608546911399, 39.992477314616004 ], [ -75.129600784514494, 39.992512843253003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3313 N 17TH ST", "addr_range": "3313 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2017, "objectid": 4278, "Shape__Area": 319.55078125, "Shape__Length": 96.425009529805976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156795075020099, 40.004176746707302 ], [ -75.157151573729195, 40.004225372602797 ], [ -75.157163044665495, 40.004171421085402 ], [ -75.156807063312002, 40.004122999723201 ], [ -75.156795075020099, 40.004176746707302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6225 LUDLOW ST", "addr_range": "6223-6225 LUDLOW ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1147, "objectid": 4279, "Shape__Area": 184.69921875, "Shape__Length": 73.065231531972756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245630032339704, 39.961835995342902 ], [ -75.245587330224495, 39.9620431329745 ], [ -75.245641587440602, 39.9620498629031 ], [ -75.245683317340905, 39.961842413914503 ], [ -75.245630032339704, 39.961835995342902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "102 N 55TH ST", "addr_range": "100-102 N 55TH ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 947, "objectid": 4280, "Shape__Area": 149.7578125, "Shape__Length": 59.160320591309237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230836076161594, 39.962528987472297 ], [ -75.230841187745995, 39.962484351715403 ], [ -75.230638318568793, 39.962459732014999 ], [ -75.230629310184298, 39.962503829897898 ], [ -75.230836076161594, 39.962528987472297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "444 E AUBURN ST", "addr_range": "444 E AUBURN ST; 2820-2826 D ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1012, "objectid": 4281, "Shape__Area": 160.40234375, "Shape__Length": 69.002554487909961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122721049522298, 39.992169953163398 ], [ -75.122769738632797, 39.992176872042599 ], [ -75.122813523269102, 39.991980128354598 ], [ -75.122764251438198, 39.991973650270801 ], [ -75.122722344369393, 39.992164099089997 ], [ -75.122721049522298, 39.992169953163398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "263 W INDIANA AVE", "addr_range": "263-271 W INDIANA AVE", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 654, "objectid": 4282, "Shape__Area": 103.7578125, "Shape__Length": 51.846292643999639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135988113468301, 39.996459607703301 ], [ -75.136031399099195, 39.996465461642998 ], [ -75.136060404177499, 39.996322347600803 ], [ -75.136015955098301, 39.996317321346098 ], [ -75.135988113468301, 39.996459607703301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "271 W INDIANA AVE", "addr_range": "263-271 W INDIANA AVE", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 675, "objectid": 4283, "Shape__Area": 107.109375, "Shape__Length": 52.199604947625964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136169317656197, 39.996482159043602 ], [ -75.1362140382939, 39.9964883204022 ], [ -75.136215724440106, 39.996479911700099 ], [ -75.136243113730501, 39.996344981767599 ], [ -75.136197370233702, 39.996339830601102 ], [ -75.136170934398706, 39.996473910044898 ], [ -75.136169317656197, 39.996482159043602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3540 KENSINGTON AVE", "addr_range": "3534-3542 KENSINGTON AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1398, "objectid": 4284, "Shape__Area": 221.68359375, "Shape__Length": 89.176626699675253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.105139193514205, 40.001145765884999 ], [ -75.105332687905005, 40.001356321518301 ], [ -75.105387097651402, 40.001346895952899 ], [ -75.105181259866299, 40.001122907258598 ], [ -75.105139193514205, 40.001145765884999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2804 N WATER ST", "addr_range": "2800-2804 N WATER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 639, "objectid": 4285, "Shape__Area": 101.2734375, "Shape__Length": 49.426953843391054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129593072383997, 39.992548131562302 ], [ -75.129760133237099, 39.992570289329301 ], [ -75.129766034164604, 39.992571069169799 ], [ -75.129773488351404, 39.992535936246099 ], [ -75.129767733693598, 39.992535160646 ], [ -75.129600784514494, 39.992512843253003 ], [ -75.129593072383997, 39.992548131562302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2466 FRANKFORD AVE", "addr_range": "2466 FRANKFORD AVE", "zipcode": 19125, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1710, "objectid": 4286, "Shape__Area": 270.59765625, "Shape__Length": 93.635161733913989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126254531070501, 39.982984642920002 ], [ -75.126395024425705, 39.983065730523599 ], [ -75.126492057991996, 39.983176645909097 ], [ -75.126543004952794, 39.983150486885201 ], [ -75.126488957007197, 39.983090398100799 ], [ -75.126443245141999, 39.983034221094201 ], [ -75.126289647520807, 39.982948949639599 ], [ -75.126254531070501, 39.982984642920002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2822 D ST", "addr_range": "444 E AUBURN ST; 2820-2826 D ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 834, "objectid": 4287, "Shape__Area": 132.24609375, "Shape__Length": 55.975958271243158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122531156580294, 39.992058183207597 ], [ -75.122725899317203, 39.992084660250001 ], [ -75.122735030023605, 39.992043650827704 ], [ -75.122541088721405, 39.992017626439299 ], [ -75.122531156580294, 39.992058183207597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3534 KENSINGTON AVE", "addr_range": "3534-3542 KENSINGTON AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 2322, "objectid": 4288, "Shape__Area": 368.07421875, "Shape__Length": 109.05495680691924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.105265492271201, 40.001077124681302 ], [ -75.105496048292693, 40.001328015329797 ], [ -75.105569653045293, 40.001315263744601 ], [ -75.105571508491394, 40.0013149424692 ], [ -75.1054751634437, 40.001210126938403 ], [ -75.105323791575898, 40.001045439542096 ], [ -75.105265492271201, 40.001077124681302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2478 EMERALD ST", "addr_range": "2478-2480 EMERALD ST", "zipcode": 19125, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1017, "objectid": 4289, "Shape__Area": 165.734375, "Shape__Length": 63.595933270351637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.128131467866893, 39.985558285707398 ], [ -75.128081801404093, 39.985584893691801 ], [ -75.128208272357298, 39.985728719587897 ], [ -75.128255631245494, 39.985703783399202 ], [ -75.128131467866893, 39.985558285707398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3538 KENSINGTON AVE", "addr_range": "3534-3542 KENSINGTON AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1486, "objectid": 4290, "Shape__Area": 235.6953125, "Shape__Length": 93.969071500308203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.105181259866299, 40.001122907258598 ], [ -75.105387097651402, 40.001346895952899 ], [ -75.105441574700393, 40.001337456594896 ], [ -75.105223374274502, 40.001100017287598 ], [ -75.105181259866299, 40.001122907258598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "269 W INDIANA AVE", "addr_range": "263-271 W INDIANA AVE", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 663, "objectid": 4291, "Shape__Area": 105.13671875, "Shape__Length": 51.975888073867807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136124657077801, 39.996476628850502 ], [ -75.136169317656197, 39.996482159043602 ], [ -75.136170934398706, 39.996473910044898 ], [ -75.136197422393593, 39.9963395407582 ], [ -75.136153208834003, 39.996333843251399 ], [ -75.136126395941801, 39.996467946537699 ], [ -75.136124657077801, 39.996476628850502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2801 N WATER ST", "addr_range": "2801 N WATER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 796, "objectid": 4292, "Shape__Area": 126.16796875, "Shape__Length": 52.233965583100492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129329645268598, 39.992439706770398 ], [ -75.129335378845994, 39.992440481911402 ], [ -75.129504129047604, 39.992463356201 ], [ -75.129505123134507, 39.992458784565898 ], [ -75.129513629219005, 39.992419193969198 ], [ -75.129509333628505, 39.992418645387097 ], [ -75.129344761202603, 39.992397736116899 ], [ -75.129338899348397, 39.992397006702802 ], [ -75.129329645268598, 39.992439706770398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3015 N MARVINE ST", "addr_range": "3015-3019 N MARVINE ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 812, "objectid": 4293, "Shape__Area": 131.29296875, "Shape__Length": 55.970162344430356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148476819560301, 39.998274362266997 ], [ -75.148671625855101, 39.998299345460197 ], [ -75.148680728276602, 39.998259235601303 ], [ -75.148485426566694, 39.998233548309202 ], [ -75.148476819560301, 39.998274362266997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2501 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 595, "objectid": 4294, "Shape__Area": 94.25, "Shape__Length": 45.351008780354903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176759451870694, 39.977196773129997 ], [ -75.176735361598105, 39.977313858260601 ], [ -75.176783734307193, 39.977319602971903 ], [ -75.176808332351797, 39.977202931070003 ], [ -75.176759451870694, 39.977196773129997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2509 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 583, "objectid": 4295, "Shape__Area": 92.44921875, "Shape__Length": 44.915193741027196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176932808251195, 39.977338548401399 ], [ -75.176981135196101, 39.977344419946199 ], [ -75.177005081021406, 39.977228911008602 ], [ -75.176957170292795, 39.977222565861801 ], [ -75.176932808251195, 39.977338548401399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2511 TURNER ST", "addr_range": "2511 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 851, "objectid": 4296, "Shape__Area": 134.9375, "Shape__Length": 61.305744599268969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176218876499505, 39.980147544972901 ], [ -75.176180708214503, 39.980319251703001 ], [ -75.176229016496606, 39.980325639379203 ], [ -75.176264964415594, 39.980153366560401 ], [ -75.176218876499505, 39.980147544972901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2531 TURNER ST", "addr_range": "2529-2531 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 945, "objectid": 4297, "Shape__Area": 149.84765625, "Shape__Length": 62.420351140870245 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176675528195901, 39.9803824473654 ], [ -75.176727520148106, 39.9803895120967 ], [ -75.176764254603896, 39.980217467622502 ], [ -75.176711260866199, 39.980210880503797 ], [ -75.176675528195901, 39.9803824473654 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2520 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 489, "objectid": 4298, "Shape__Area": 77.60546875, "Shape__Length": 39.47594912280325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177070296133707, 39.977165587731399 ], [ -75.177118547661607, 39.977171746754799 ], [ -75.177137973266596, 39.977074335990402 ], [ -75.177090160071899, 39.977068201217499 ], [ -75.177070296133707, 39.977165587731399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2539 W OXFORD ST", "addr_range": "2539 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1044, "objectid": 4299, "Shape__Area": 165.47265625, "Shape__Length": 66.472933379159372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177051364832195, 39.9799751616981 ], [ -75.177105105261106, 39.979981975339498 ], [ -75.177142440904305, 39.979797306654703 ], [ -75.177088070963407, 39.979790542886001 ], [ -75.177051364832195, 39.9799751616981 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2513 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 588, "objectid": 4300, "Shape__Area": 93.15234375, "Shape__Length": 44.888399676066733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177030768778295, 39.977350610892401 ], [ -75.177078953267099, 39.977356317019598 ], [ -75.177104034517399, 39.977241252492398 ], [ -75.177054618152397, 39.977235389008698 ], [ -75.177030768778295, 39.977350610892401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2435 TURNER ST", "addr_range": "2427-2439 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 842, "objectid": 4301, "Shape__Area": 133.48828125, "Shape__Length": 59.919502152664506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175204717030795, 39.980188275752703 ], [ -75.175252233980501, 39.980193968528503 ], [ -75.175288726058895, 39.980032832068098 ], [ -75.175289856736399, 39.980027876638701 ], [ -75.175240768485395, 39.980021649461698 ], [ -75.175204717030795, 39.980188275752703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2529 TURNER ST", "addr_range": "2529-2531 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 894, "objectid": 4302, "Shape__Area": 141.7734375, "Shape__Length": 61.71147485341605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1766261898062, 39.980376166526099 ], [ -75.176675528195901, 39.9803824473654 ], [ -75.176711238632095, 39.980210880005203 ], [ -75.176661472572803, 39.980204267026402 ], [ -75.176634055828302, 39.980335575721703 ], [ -75.176632272531407, 39.980347835448498 ], [ -75.1766261898062, 39.980376166526099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2439 SEYBERT ST", "addr_range": "2437-2441 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 589, "objectid": 4303, "Shape__Area": 93.37109375, "Shape__Length": 45.531857914542755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176146660870998, 39.9761440302156 ], [ -75.176194550304402, 39.976150328389402 ], [ -75.176217198752695, 39.976031468461002 ], [ -75.176169909045697, 39.976025942398302 ], [ -75.176146660870998, 39.9761440302156 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2439 TURNER ST", "addr_range": "2427-2439 TURNER ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 867, "objectid": 4304, "Shape__Area": 137.49609375, "Shape__Length": 60.30115342061535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175303282967107, 39.980201029874898 ], [ -75.175352719089702, 39.980207507198699 ], [ -75.175389690048505, 39.980040899695801 ], [ -75.175339939836107, 39.980034400021403 ], [ -75.175338853654495, 39.980039324914102 ], [ -75.175303282967107, 39.980201029874898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2512 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 508, "objectid": 4305, "Shape__Area": 80.51171875, "Shape__Length": 39.972436474297893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176872700265804, 39.977140427746903 ], [ -75.176922516106998, 39.977146749872901 ], [ -75.176942688524903, 39.977048985564402 ], [ -75.176893379733002, 39.977042543266997 ], [ -75.176872700265804, 39.977140427746903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2345 W OXFORD ST", "addr_range": "2341-2347 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1125, "objectid": 4306, "Shape__Area": 178.2265625, "Shape__Length": 66.798184890601007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174108116500506, 39.979409294332598 ], [ -75.174069464734004, 39.979590870128803 ], [ -75.174128717683402, 39.9795987279442 ], [ -75.174166913673801, 39.979417029274998 ], [ -75.174108116500506, 39.979409294332598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2524 HARLAN ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 508, "objectid": 4307, "Shape__Area": 80.484375, "Shape__Length": 39.909648771382606 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177168878518302, 39.977178356029299 ], [ -75.177218307152501, 39.977184945955202 ], [ -75.177238444146397, 39.977087549323898 ], [ -75.177188564834594, 39.977080677195403 ], [ -75.177168878518302, 39.977178356029299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2437 SEYBERT ST", "addr_range": "2437-2441 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 573, "objectid": 4308, "Shape__Area": 90.87890625, "Shape__Length": 45.183133125004844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176100402127005, 39.976137287456602 ], [ -75.176146660870998, 39.9761440302156 ], [ -75.176169909045697, 39.976025942398302 ], [ -75.176123651028007, 39.976019182544 ], [ -75.176100402127005, 39.976137287456602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2201 STEWART ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 538, "objectid": 4309, "Shape__Area": 85.29296875, "Shape__Length": 42.229576753555854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171675682759101, 39.977334183068599 ], [ -75.171723139972102, 39.977341390618797 ], [ -75.171735370981295, 39.977286890100501 ], [ -75.171745858427897, 39.977234139821299 ], [ -75.1716981835702, 39.977227700458499 ], [ -75.171675682759101, 39.977334183068599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2343 TURNER ST", "addr_range": "2341-2343 TURNER ST", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 866, "objectid": 4310, "Shape__Area": 137.24609375, "Shape__Length": 59.029920392808265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173838028391202, 39.9798445261411 ], [ -75.1738039104672, 39.980005941666001 ], [ -75.173854745088505, 39.980012564562799 ], [ -75.173889559154105, 39.979851566503797 ], [ -75.173838028391202, 39.9798445261411 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2219 STEWART ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 511, "objectid": 4311, "Shape__Area": 87.1015625, "Shape__Length": 42.960040341216633 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172146535923204, 39.977287325965499 ], [ -75.172123288079803, 39.977395241597399 ], [ -75.172126042218395, 39.977395592690797 ], [ -75.172172791777697, 39.977401544362202 ], [ -75.172193286033306, 39.977293292058803 ], [ -75.172146992805096, 39.977285224253301 ], [ -75.172146535923204, 39.977287325965499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2223 STEWART ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 557, "objectid": 4312, "Shape__Area": 88.25, "Shape__Length": 43.132448835554868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172235286884799, 39.977409460715499 ], [ -75.172283214096495, 39.977415920836897 ], [ -75.172306417593603, 39.977306358931799 ], [ -75.172257048547294, 39.977300398029001 ], [ -75.172235286884799, 39.977409460715499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2200 JEFFERSON ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 965, "objectid": 4313, "Shape__Area": 152.90625, "Shape__Length": 55.894118786818623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171673312905597, 39.977343608485903 ], [ -75.171643719978206, 39.977483458461499 ], [ -75.171709957615107, 39.9774916051514 ], [ -75.171738842629694, 39.977352752897097 ], [ -75.171683299453406, 39.977344348239598 ], [ -75.171673312905597, 39.977343608485903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2211 STEWART ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 559, "objectid": 4314, "Shape__Area": 88.56640625, "Shape__Length": 42.937916305572109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171924936802299, 39.977367944125099 ], [ -75.171973929422407, 39.977374412093603 ], [ -75.171997160123198, 39.977266398792203 ], [ -75.171947495903893, 39.977259915744199 ], [ -75.171924936802299, 39.977367944125099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2224 JEFFERSON ST", "addr_range": "2200-2202; 2222-2224 JEFFERSON ST; 2201-2225 STEWART ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 844, "objectid": 4315, "Shape__Area": 134.0, "Shape__Length": 55.572760417442844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172346751712695, 39.9775757894134 ], [ -75.172401547717996, 39.9775829038295 ], [ -75.172432405374096, 39.977436165922001 ], [ -75.172377443320002, 39.977429047788199 ], [ -75.172375438780307, 39.977437706551903 ], [ -75.172346751712695, 39.9775757894134 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2353 TURNER ST", "addr_range": "2353-2355 TURNER ST", "zipcode": 19121, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 789, "objectid": 4316, "Shape__Area": 125.015625, "Shape__Length": 58.005941100677447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174055716475493, 39.980039029821 ], [ -75.1741025605385, 39.980045320662299 ], [ -75.174135523329596, 39.979883895355201 ], [ -75.174089137979806, 39.979877679693899 ], [ -75.174055716475493, 39.980039029821 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3000 W OXFORD ST", "addr_range": "3000 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1272, "objectid": 4317, "Shape__Area": 201.63671875, "Shape__Length": 76.631556099066358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1840566288828, 39.980297827673503 ], [ -75.184001078990704, 39.980290122692303 ], [ -75.183953135639399, 39.980507520354799 ], [ -75.184008964944596, 39.980515088342102 ], [ -75.1840566288828, 39.980297827673503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3101 CECIL B MOORE AVE", "addr_range": "3101-3103 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1850, "objectid": 4318, "Shape__Area": 293.171875, "Shape__Length": 94.797916176132077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1851642779842, 39.9825681466601 ], [ -75.185162322687802, 39.9825777428618 ], [ -75.185219632248604, 39.982583875555903 ], [ -75.185227374753595, 39.982585256837297 ], [ -75.185282659009502, 39.982313182831099 ], [ -75.185254977077904, 39.982309325080799 ], [ -75.185217895981395, 39.982304659001997 ], [ -75.185212804473295, 39.982329659952399 ], [ -75.1851642779842, 39.9825681466601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1830 N MARSTON ST", "addr_range": "1828-1830 N MARSTON ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 585, "objectid": 4319, "Shape__Area": 92.80078125, "Shape__Length": 43.967515419923465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1795244930275, 39.983711866668799 ], [ -75.179380400325996, 39.9836926643924 ], [ -75.179371845888596, 39.983731547834502 ], [ -75.179516101390206, 39.983750350113098 ], [ -75.1795244930275, 39.983711866668799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1409 N 28TH ST", "addr_range": "1409-1411 N 28TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1018, "objectid": 4320, "Shape__Area": 161.3125, "Shape__Length": 68.478152333149467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180803655026295, 39.977554072107303 ], [ -75.180795642952006, 39.977592499244103 ], [ -75.181048321465298, 39.977627283818599 ], [ -75.181056638516793, 39.977589057211802 ], [ -75.180803655026295, 39.977554072107303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1911-15 N 33RD ST", "addr_range": "1901-1915 N 33RD ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 4950, "objectid": 4321, "Shape__Area": 784.28125, "Shape__Length": 115.38144438317185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187473532067798, 39.985945699328397 ], [ -75.187156626871996, 39.985905532880501 ], [ -75.187124715024297, 39.986054505765601 ], [ -75.187441622066601, 39.986094672327503 ], [ -75.187473532067798, 39.985945699328397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1240 N 27TH ST", "addr_range": "2700-2702 W CABOT ST; 1240 N 27TH ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 565, "objectid": 4322, "Shape__Area": 89.51171875, "Shape__Length": 48.214006618854057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1803153548193, 39.975246041229703 ], [ -75.180314234683607, 39.9752512870609 ], [ -75.180289027258596, 39.975368736110703 ], [ -75.180287417140605, 39.975378048945402 ], [ -75.180307281754096, 39.975377462118502 ], [ -75.180353258835794, 39.975377250983598 ], [ -75.180351410101807, 39.975363555664799 ], [ -75.180333432967004, 39.975249459934197 ], [ -75.180332513458097, 39.975243830550298 ], [ -75.1803153548193, 39.975246041229703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1901-09 N 33RD ST", "addr_range": "1901-1915 N 33RD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 7919, "objectid": 4323, "Shape__Area": 1254.83984375, "Shape__Length": 141.70115031466963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187473532067798, 39.985945699328397 ], [ -75.187524587358098, 39.985707341239099 ], [ -75.187207684380397, 39.985667175858197 ], [ -75.187156626871996, 39.985905532880501 ], [ -75.187473532067798, 39.985945699328397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3103 CECIL B MOORE AVE", "addr_range": "3101-3103 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1772, "objectid": 4324, "Shape__Area": 280.8125, "Shape__Length": 94.030984294100278 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185227374753595, 39.982585256837297 ], [ -75.185289271755806, 39.982593104822001 ], [ -75.185345197954305, 39.9823212388538 ], [ -75.185300239428699, 39.982315446201198 ], [ -75.185282659009502, 39.982313182831099 ], [ -75.185227374753595, 39.982585256837297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3100 CLIFFORD ST", "addr_range": "3100 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1545, "objectid": 4325, "Shape__Area": 244.12109375, "Shape__Length": 85.305576994063415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185205131160799, 39.982667115600698 ], [ -75.185144006727398, 39.982659898425098 ], [ -75.185094675684894, 39.9829024946551 ], [ -75.185154043015004, 39.982911832303401 ], [ -75.185205131160799, 39.982667115600698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2815 W OXFORD ST", "addr_range": "2815 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1121, "objectid": 4326, "Shape__Area": 177.71484375, "Shape__Length": 68.302715784759741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181121065088504, 39.980525357000701 ], [ -75.181177729216003, 39.980532429680601 ], [ -75.181217238543994, 39.9803437612305 ], [ -75.181160275885404, 39.9803368440664 ], [ -75.181158968014898, 39.980343182233099 ], [ -75.181121065088504, 39.980525357000701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1547 N 28TH ST", "addr_range": "2740 W OXFORD ST; 1545-1547 N 28TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 983, "objectid": 4327, "Shape__Area": 155.734375, "Shape__Length": 65.477057163203582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180490083902896, 39.9799481201836 ], [ -75.180546444610101, 39.979955459400102 ], [ -75.180554925546801, 39.979916816617902 ], [ -75.180315973505301, 39.9798851262291 ], [ -75.1803083084381, 39.979925480264697 ], [ -75.180438513029401, 39.979941565745598 ], [ -75.180490083902896, 39.9799481201836 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1545 N 28TH ST", "addr_range": "2740 W OXFORD ST; 1545-1547 N 28TH ST", "zipcode": 19121, "district": "5", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 920, "objectid": 4328, "Shape__Area": 145.87109375, "Shape__Length": 64.754203740449711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180315973505301, 39.9798851262291 ], [ -75.180554925546801, 39.979916816617902 ], [ -75.180562038238094, 39.979879481202197 ], [ -75.180323382585499, 39.979848813802199 ], [ -75.180315973505301, 39.9798851262291 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2631 CECIL B MOORE AVE", "addr_range": "2631-2633 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1170, "objectid": 4329, "Shape__Area": 185.3984375, "Shape__Length": 70.633684121425347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178423251971296, 39.981636521001199 ], [ -75.178480794438698, 39.981643645313198 ], [ -75.178521895059006, 39.9814474700039 ], [ -75.178465768710097, 39.981440007124199 ], [ -75.178423251971296, 39.981636521001199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3144 WESTMONT ST", "addr_range": "3144 WESTMONT ST", "zipcode": 19121, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 833, "objectid": 4330, "Shape__Area": 132.07421875, "Shape__Length": 60.427388414535365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184880656620194, 39.9889224267366 ], [ -75.184927625524793, 39.988929504172603 ], [ -75.1849454329015, 39.988847530067098 ], [ -75.184961404366902, 39.988770899361803 ], [ -75.184963733748702, 39.988759715833503 ], [ -75.184917485215095, 39.9887535411019 ], [ -75.184880656620194, 39.9889224267366 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2039 N BAMBREY ST", "addr_range": "2035-2039 N BAMBREY ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 759, "objectid": 4331, "Shape__Area": 120.37890625, "Shape__Length": 51.091443001550068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175265723677001, 39.986772816000702 ], [ -75.175436946648404, 39.986794018558797 ], [ -75.175446019165804, 39.986751487965698 ], [ -75.175274635911506, 39.986730653941201 ], [ -75.175265723677001, 39.986772816000702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2546 DIAMOND ST", "addr_range": "2536-2552 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1646, "objectid": 4332, "Shape__Area": 260.84765625, "Shape__Length": 101.09867193889471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176394640707599, 39.987197986727899 ], [ -75.1764483049662, 39.987204703333298 ], [ -75.176483322773194, 39.987027784665202 ], [ -75.176510718719697, 39.986893734622598 ], [ -75.176507650673997, 39.986891796230303 ], [ -75.176455243100904, 39.986919894090597 ], [ -75.176451156703493, 39.986917658954901 ], [ -75.176394640707599, 39.987197986727899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2037 N BAMBREY ST", "addr_range": "2035-2039 N BAMBREY ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 758, "objectid": 4333, "Shape__Area": 120.1015625, "Shape__Length": 51.055145031892081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175274635911506, 39.986730653941201 ], [ -75.175446019165804, 39.986751487965698 ], [ -75.175454607876603, 39.986709576327101 ], [ -75.175283565906994, 39.986687992217803 ], [ -75.175274635911506, 39.986730653941201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1907 N TAYLOR ST", "addr_range": "1905-1907 N TAYLOR ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 743, "objectid": 4334, "Shape__Area": 117.82421875, "Shape__Length": 52.127470213189213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174175362782705, 39.984144103448202 ], [ -75.174354634522103, 39.984168404999203 ], [ -75.174362178008394, 39.984128614383799 ], [ -75.174183314372897, 39.984104611226599 ], [ -75.174175362782705, 39.984144103448202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2552 DIAMOND ST", "addr_range": "2536-2552 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1796, "objectid": 4335, "Shape__Area": 284.60546875, "Shape__Length": 74.196509129092775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1766209110245, 39.987228175020597 ], [ -75.176678330682805, 39.987235910067298 ], [ -75.176681049434194, 39.9872344239865 ], [ -75.176741267084907, 39.987201455458099 ], [ -75.176699762150406, 39.987157001527997 ], [ -75.176696007634206, 39.987152096936597 ], [ -75.176595952114795, 39.987049573676003 ], [ -75.176562115872002, 39.9872202640409 ], [ -75.1766209110245, 39.987228175020597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2025 N BAMBREY ST", "addr_range": "2025-2027 N BAMBREY ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 818, "objectid": 4336, "Shape__Area": 129.7109375, "Shape__Length": 52.234068421178868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175327264339103, 39.986478367209799 ], [ -75.175499192371305, 39.986501406453399 ], [ -75.175509211425293, 39.986456028266097 ], [ -75.175336920387906, 39.986433174609303 ], [ -75.175327264339103, 39.986478367209799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1954 N TAYLOR ST", "addr_range": "1954-1960 N TAYLOR ST; 1940-1942 N 24TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 721, "objectid": 4337, "Shape__Area": 114.23828125, "Shape__Length": 51.663241074827866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173693499329701, 39.984772212031899 ], [ -75.173651848199697, 39.9847952142621 ], [ -75.173752800772107, 39.984910384495301 ], [ -75.173793828094205, 39.984887802513498 ], [ -75.173693499329701, 39.984772212031899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1956 N TAYLOR ST", "addr_range": "1954-1960 N TAYLOR ST; 1940-1942 N 24TH ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 691, "objectid": 4338, "Shape__Area": 109.5703125, "Shape__Length": 51.277190246228486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173613345136502, 39.984816434664303 ], [ -75.173687884351395, 39.984904203286497 ], [ -75.173711992453704, 39.984933244385999 ], [ -75.173752800772107, 39.984910384495301 ], [ -75.173651848199697, 39.9847952142621 ], [ -75.173613345136502, 39.984816434664303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2035 N BAMBREY ST", "addr_range": "2035-2039 N BAMBREY ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 741, "objectid": 4339, "Shape__Area": 117.50390625, "Shape__Length": 50.791932786969753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175283565906994, 39.986687992217803 ], [ -75.175454607876603, 39.986709576327101 ], [ -75.175463607064202, 39.986668979462202 ], [ -75.175292618949499, 39.986645977477998 ], [ -75.175283565906994, 39.986687992217803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2540 DIAMOND ST", "addr_range": "2536-2552 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2188, "objectid": 4340, "Shape__Area": 346.69140625, "Shape__Length": 122.86605062047607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176226281547997, 39.987176351588602 ], [ -75.176280649921296, 39.9871833417521 ], [ -75.176321497469999, 39.986980841675503 ], [ -75.176355230891701, 39.986817853616202 ], [ -75.176330942966203, 39.986791872521898 ], [ -75.176299962642602, 39.986807571728399 ], [ -75.176267325106906, 39.986966489249902 ], [ -75.176226281547997, 39.987176351588602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2038 N BAMBREY ST", "addr_range": "2038 N BAMBREY ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 801, "objectid": 4341, "Shape__Area": 127.046875, "Shape__Length": 54.709017365727895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175540541463803, 39.986820828227302 ], [ -75.175730278342101, 39.986843428627701 ], [ -75.175739276130301, 39.986802895685202 ], [ -75.175548556069103, 39.986780773305398 ], [ -75.175540541463803, 39.986820828227302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2017 N BAMBREY ST", "addr_range": "2017-2021 N BAMBREY ST; 2539 PAGE ST", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 803, "objectid": 4342, "Shape__Area": 127.37890625, "Shape__Length": 51.951635698036078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175364206930595, 39.9863048446664 ], [ -75.175536598718395, 39.986330037774898 ], [ -75.175546161840003, 39.986287261392299 ], [ -75.175544170363196, 39.9862851047492 ], [ -75.175377301866007, 39.986261260025998 ], [ -75.175374320425504, 39.986260839047297 ], [ -75.175365935626303, 39.986298484456903 ], [ -75.175364206930595, 39.9863048446664 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4901 PASCHALL AVE", "addr_range": "1432-1434 S 49TH ST; 4901 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1070, "objectid": 4343, "Shape__Area": 169.43359375, "Shape__Length": 64.710072686314987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211875811647602, 39.939745575754401 ], [ -75.211928036211106, 39.939789383094997 ], [ -75.211979561099, 39.939833435317297 ], [ -75.212022800197602, 39.939802700264998 ], [ -75.2118676323459, 39.939670761112303 ], [ -75.2118243884902, 39.939702187970603 ], [ -75.211875811647602, 39.939745575754401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "638 S 56TH ST", "addr_range": "638 S 56TH ST", "zipcode": 19143, "district": "3", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1182, "objectid": 4344, "Shape__Area": 187.13671875, "Shape__Length": 71.156207057638312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235226315476794, 39.950240270445697 ], [ -75.235216399068605, 39.950284639716202 ], [ -75.235474560462194, 39.950317991933403 ], [ -75.235484412934596, 39.950275282678298 ], [ -75.235226315476794, 39.950240270445697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "613 S 56TH ST", "addr_range": "613 S 56TH ST", "zipcode": 19143, "district": "3", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1230, "objectid": 4345, "Shape__Area": 194.25390625, "Shape__Length": 75.185943847928797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234837997217596, 39.951034990895401 ], [ -75.2348459317341, 39.950993254153602 ], [ -75.234567085674897, 39.950960751645603 ], [ -75.234558808809695, 39.951003288156897 ], [ -75.234837997217596, 39.951034990895401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4934 PASCHALL AVE", "addr_range": "4932-4938 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1064, "objectid": 4346, "Shape__Area": 168.44140625, "Shape__Length": 71.117889601540696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211976646287795, 39.939013189192899 ], [ -75.212075418611306, 39.939096890350697 ], [ -75.212118507175205, 39.939133581160398 ], [ -75.212156585311604, 39.9391664372436 ], [ -75.212193734695106, 39.939138970475398 ], [ -75.212180619697904, 39.9391279277189 ], [ -75.212159431538197, 39.939110968741801 ], [ -75.212107904008903, 39.939066466030503 ], [ -75.212013875781594, 39.9389869306981 ], [ -75.211976646287795, 39.939013189192899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4938 PASCHALL AVE", "addr_range": "4932-4938 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1014, "objectid": 4347, "Shape__Area": 160.578125, "Shape__Length": 70.495661663064382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212050255132894, 39.9389615588872 ], [ -75.212104141340603, 39.939006838225097 ], [ -75.212144924048303, 39.939041333616998 ], [ -75.2121908563104, 39.9390797956233 ], [ -75.212230935915798, 39.939114001520402 ], [ -75.212254788171606, 39.939097200306598 ], [ -75.212266016477798, 39.939089212684401 ], [ -75.212183904674802, 39.939018644844303 ], [ -75.212179290597305, 39.939014883778 ], [ -75.212161944100103, 39.939001056995103 ], [ -75.212148249814405, 39.9389886958636 ], [ -75.212085784506399, 39.938936505232199 ], [ -75.212050255132894, 39.9389615588872 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "624 S 56TH ST", "addr_range": "624 S 56TH ST", "zipcode": 19143, "district": "3", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1128, "objectid": 4348, "Shape__Area": 178.66796875, "Shape__Length": 70.603987448095495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235388965558002, 39.950730998807899 ], [ -75.235397867379604, 39.950689654450102 ], [ -75.235139220260905, 39.950656451819299 ], [ -75.2351304640965, 39.950698348059902 ], [ -75.235388965558002, 39.950730998807899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "637 S 56TH ST", "addr_range": "635-637 S 56TH ST", "zipcode": 19143, "district": "3", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1314, "objectid": 4349, "Shape__Area": 209.11328125, "Shape__Length": 77.477288917306353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234697056387404, 39.950274139887497 ], [ -75.234983865783207, 39.950306461739999 ], [ -75.234992338154498, 39.950263124902499 ], [ -75.234706114932095, 39.950229204038997 ], [ -75.234697056387404, 39.950274139887497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "635 S 56TH ST", "addr_range": "635-637 S 56TH ST", "zipcode": 19143, "district": "3", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1321, "objectid": 4350, "Shape__Area": 209.16015625, "Shape__Length": 77.557847476262026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234976357494602, 39.950351995618298 ], [ -75.234983865783207, 39.950306461739999 ], [ -75.234697056387404, 39.950274139887497 ], [ -75.234689499441501, 39.950317061599002 ], [ -75.234976357494602, 39.950351995618298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1229 HANSON ST", "addr_range": "1229-1235 HANSON ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1433, "objectid": 4351, "Shape__Area": 226.765625, "Shape__Length": 74.992271256986925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213869788399606, 39.942956926183697 ], [ -75.214137217017395, 39.943018756946302 ], [ -75.2139713179712, 39.942878315153798 ], [ -75.213871174243494, 39.942948397308697 ], [ -75.213870842193103, 39.942948324193601 ], [ -75.213869788399606, 39.942956926183697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5500-02 CHESTER AVE", "addr_range": "5500-02 CHESTER AVE", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2701, "objectid": 4352, "Shape__Area": 427.42578125, "Shape__Length": 93.0428208737289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224372309260104, 39.938532547948903 ], [ -75.224165810690195, 39.938360523729202 ], [ -75.224127607733493, 39.938387762023801 ], [ -75.224126339296802, 39.938388665721902 ], [ -75.224083837277504, 39.9384188925427 ], [ -75.224288044137694, 39.938592047653103 ], [ -75.224372309260104, 39.938532547948903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2809 WHARTON ST", "addr_range": "2809 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1120, "objectid": 4353, "Shape__Area": 177.22265625, "Shape__Length": 63.318673418946204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190778698362493, 39.937205802198598 ], [ -75.190743694323501, 39.9373718762075 ], [ -75.190807662921102, 39.937379767455496 ], [ -75.190843506428195, 39.937214211320999 ], [ -75.190778698362493, 39.937205802198598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2649 FEDERAL ST", "addr_range": "2649 FEDERAL ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1351, "objectid": 4354, "Shape__Area": 213.80078125, "Shape__Length": 74.845385819890666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188235273615305, 39.939161599586697 ], [ -75.1882979352484, 39.939169236857303 ], [ -75.188319809826893, 39.939065575949101 ], [ -75.188322457589905, 39.939052562341502 ], [ -75.188334222687303, 39.938992650300598 ], [ -75.188339964483504, 39.938966987149001 ], [ -75.188340944755097, 39.938962624731602 ], [ -75.188278853627295, 39.938954886695598 ], [ -75.188235273615305, 39.939161599586697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2950 REED ST", "addr_range": "2950 REED ST; 2955 GERRITT ST", "zipcode": 19146, "district": "2", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 938, "objectid": 4355, "Shape__Area": 148.5078125, "Shape__Length": 58.838259909732869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193754560314204, 39.936191744919 ], [ -75.193812270525797, 39.936198431828402 ], [ -75.193825265556896, 39.936137449325599 ], [ -75.193840620831196, 39.936063254789502 ], [ -75.19384489123, 39.936042668234002 ], [ -75.193788087248095, 39.936035260908099 ], [ -75.193783618255296, 39.936056116941899 ], [ -75.193754560314204, 39.936191744919 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2635 WILDER ST", "addr_range": "2635-2637 WILDER ST", "zipcode": 19146, "district": "2", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 647, "objectid": 4356, "Shape__Area": 102.453125, "Shape__Length": 49.362645329610963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188679350815093, 39.934857653289001 ], [ -75.188652227811701, 39.934990067157798 ], [ -75.188698830580506, 39.934995879699898 ], [ -75.188726234166893, 39.934864341562303 ], [ -75.188679350815093, 39.934857653289001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2655 GERRITT ST", "addr_range": "2655 GERRITT ST", "zipcode": 19146, "district": "2", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 773, "objectid": 4357, "Shape__Area": 122.30078125, "Shape__Length": 51.065435562653214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189064700166298, 39.935427402854401 ], [ -75.189117432776101, 39.9354339314459 ], [ -75.189121348855906, 39.935415578834203 ], [ -75.189145200914396, 39.935303852889398 ], [ -75.189089201616994, 39.935296799057902 ], [ -75.189060156909704, 39.935426833780397 ], [ -75.189064700166298, 39.935427402854401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2637 WILDER ST", "addr_range": "2635-2637 WILDER ST", "zipcode": 19146, "district": "2", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 680, "objectid": 4358, "Shape__Area": 107.65625, "Shape__Length": 49.847640653752052 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188698830580506, 39.934995879699898 ], [ -75.188747452692496, 39.935001962572599 ], [ -75.188776267388604, 39.9348702469049 ], [ -75.188726234166893, 39.934864341562303 ], [ -75.188698830580506, 39.934995879699898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1309 S 31ST ST", "addr_range": "1309 S 31ST ST", "zipcode": 19146, "district": "2", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 719, "objectid": 4359, "Shape__Area": 113.8359375, "Shape__Length": 51.520071310045751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195147045592094, 39.937451061555997 ], [ -75.195149087821093, 39.937451316983498 ], [ -75.195157983424195, 39.937412956529499 ], [ -75.194979621873102, 39.937389881848503 ], [ -75.194971408367493, 39.937428434083799 ], [ -75.195147045592094, 39.937451061555997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1342 S HOLLYWOOD ST", "addr_range": "1342 S HOLLYWOOD ST", "zipcode": 19146, "district": "2", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 663, "objectid": 4360, "Shape__Area": 104.9921875, "Shape__Length": 48.20401119957932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192839526685802, 39.936504814009197 ], [ -75.193002598332995, 39.936526262755301 ], [ -75.193011118559099, 39.936487362478999 ], [ -75.192848412055497, 39.936466228227196 ], [ -75.192839526685802, 39.936504814009197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1323 S DOVER ST", "addr_range": "1323 S DOVER ST", "zipcode": 19146, "district": "2", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 666, "objectid": 4361, "Shape__Area": 105.5078125, "Shape__Length": 49.057461308960846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191370999274199, 39.936687422390797 ], [ -75.191538942679799, 39.936709641441396 ], [ -75.191547087328402, 39.936672377217 ], [ -75.191379498051404, 39.936649117302601 ], [ -75.191370999274199, 39.936687422390797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1353 S STANLEY ST", "addr_range": "1353 S STANLEY ST", "zipcode": 19146, "district": "2", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 683, "objectid": 4362, "Shape__Area": 108.1640625, "Shape__Length": 50.44518177230033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194649404147796, 39.936525713563 ], [ -75.194824179370201, 39.936548322378002 ], [ -75.194832103831601, 39.936510795367099 ], [ -75.194656973059907, 39.936488711135603 ], [ -75.194649404147796, 39.936525713563 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1454 S ETTING ST", "addr_range": "1454 S ETTING ST", "zipcode": 19146, "district": "2", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 800, "objectid": 4363, "Shape__Area": 126.6171875, "Shape__Length": 52.497897569441932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190197880592294, 39.934628645404501 ], [ -75.190192545213094, 39.934627977603199 ], [ -75.190021901434704, 39.934606500780198 ], [ -75.190015533321898, 39.934637663289003 ], [ -75.190012941607193, 39.934649792484898 ], [ -75.190182811305306, 39.934671283576499 ], [ -75.190189334701202, 39.934672105838303 ], [ -75.190197880592294, 39.934628645404501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2632 SEARS ST", "addr_range": "2632 SEARS ST", "zipcode": 19146, "district": "2", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 710, "objectid": 4364, "Shape__Area": 112.48046875, "Shape__Length": 51.33423363974444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188244621373599, 39.9363314736513 ], [ -75.188294115689303, 39.936338382581198 ], [ -75.188325885386604, 39.936201591841098 ], [ -75.1882758955242, 39.936196218887297 ], [ -75.188244621373599, 39.9363314736513 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1520 S 31ST ST", "addr_range": "1520 S 31ST ST", "zipcode": 19146, "district": "2", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 768, "objectid": 4365, "Shape__Area": 121.640625, "Shape__Length": 52.766775052852253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195909560679198, 39.9347790554855 ], [ -75.196090101900296, 39.934803596492202 ], [ -75.196099510102897, 39.934763313836399 ], [ -75.195918684507305, 39.934738556574501 ], [ -75.195909560679198, 39.9347790554855 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2950-54 GERRITT ST", "addr_range": "2950-54 GERRITT ST", "zipcode": 19146, "district": "2", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2015, "objectid": 4366, "Shape__Area": 318.8359375, "Shape__Length": 71.291413825197964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193756266407206, 39.935709353602 ], [ -75.193735024693694, 39.935809788524502 ], [ -75.193782158341605, 39.935815981126197 ], [ -75.193782949917704, 39.935816096078099 ], [ -75.193828395282196, 39.935821493283598 ], [ -75.193831773460303, 39.935821890236603 ], [ -75.193890372192996, 39.935829467290603 ], [ -75.193912073744997, 39.9357295904057 ], [ -75.193914078741201, 39.935720284432698 ], [ -75.193916408620197, 39.935706168011698 ], [ -75.193857840065903, 39.935698382607498 ], [ -75.193856840327399, 39.935698263016498 ], [ -75.193809142945199, 39.935692590374899 ], [ -75.193808996236797, 39.935692569985903 ], [ -75.193774382137306, 39.935688107961496 ], [ -75.193761054709, 39.935686698165703 ], [ -75.193756266407206, 39.935709353602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2702 EARP ST", "addr_range": "2702 EARP ST", "zipcode": 19146, "district": "2", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 693, "objectid": 4367, "Shape__Area": 109.7578125, "Shape__Length": 51.150974643361046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189217288557202, 39.9360793384324 ], [ -75.189264808885099, 39.936086944400202 ], [ -75.1892945381788, 39.935949268139098 ], [ -75.189245588053097, 39.935943484533702 ], [ -75.189217288557202, 39.9360793384324 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2645 EARP ST", "addr_range": "2645 EARP ST", "zipcode": 19146, "district": "2", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 735, "objectid": 4368, "Shape__Area": 116.28515625, "Shape__Length": 52.313974375062529 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188625757757407, 39.936232500424097 ], [ -75.188676415602799, 39.936239063959597 ], [ -75.188706265693099, 39.936099893043298 ], [ -75.188656337098706, 39.936093392657803 ], [ -75.188625757757407, 39.936232500424097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "265 W INDIANA AVE", "addr_range": "263-271 W INDIANA AVE", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 699, "objectid": 4369, "Shape__Area": 110.7890625, "Shape__Length": 52.499834555868475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136031399099195, 39.996465461642998 ], [ -75.136045698021405, 39.996466996431003 ], [ -75.136078780958599, 39.9964705384551 ], [ -75.136080501732096, 39.996461808877697 ], [ -75.136106846125998, 39.996328435573197 ], [ -75.136060404177499, 39.996322347600803 ], [ -75.136031399099195, 39.996465461642998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3301 MASCHER ST", "addr_range": "3301-3303 MASCHER ST", "zipcode": 19140, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 750, "objectid": 4370, "Shape__Area": 120.20703125, "Shape__Length": 51.818852770906702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130639761690801, 40.000475114048001 ], [ -75.130815619166597, 40.000498503112802 ], [ -75.130824099668999, 40.000456848493698 ], [ -75.130817154664101, 40.000455964710603 ], [ -75.130648288028198, 40.000434460623197 ], [ -75.130639761690801, 40.000475114048001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2826 D ST", "addr_range": "444 E AUBURN ST; 2820-2826 D ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 961, "objectid": 4371, "Shape__Area": 152.31640625, "Shape__Length": 57.691865922485952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122717531990901, 39.9921210774868 ], [ -75.122523323797793, 39.992095950695301 ], [ -75.1225138389497, 39.992143384435202 ], [ -75.1227073871041, 39.992168255557097 ], [ -75.122717531990901, 39.9921210774868 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "734 JEFFERSON ST", "addr_range": "734-736 JEFFERSON ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 769, "objectid": 4372, "Shape__Area": 120.94140625, "Shape__Length": 52.773857129190077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148887428484798, 39.974544284499899 ], [ -75.148939441482398, 39.974551170544203 ], [ -75.148968783270604, 39.974411945900599 ], [ -75.148916334549099, 39.974405003137598 ], [ -75.148915269536801, 39.974409847210197 ], [ -75.148887428484798, 39.974544284499899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3542 KENSINGTON AVE", "addr_range": "3534-3542 KENSINGTON AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1508, "objectid": 4373, "Shape__Area": 239.11328125, "Shape__Length": 85.890717426815854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.105139193514205, 40.001145765884999 ], [ -75.105090587042099, 40.001172178858802 ], [ -75.105269805178295, 40.001367218764699 ], [ -75.105332687905005, 40.001356321518301 ], [ -75.105139193514205, 40.001145765884999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "736 JEFFERSON ST", "addr_range": "734-736 JEFFERSON ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 769, "objectid": 4374, "Shape__Area": 121.8125, "Shape__Length": 52.758119628127524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149021500912198, 39.9744195732031 ], [ -75.148968783270604, 39.974411945900599 ], [ -75.148939441482398, 39.974551170544203 ], [ -75.148992345584404, 39.974557754197399 ], [ -75.149021500912198, 39.9744195732031 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "267 W INDIANA AVE", "addr_range": "263-271 W INDIANA AVE", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 687, "objectid": 4375, "Shape__Area": 108.9140625, "Shape__Length": 52.277650052131939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136078780958599, 39.9964705384551 ], [ -75.136124657077801, 39.996476628850502 ], [ -75.136126395941801, 39.996467946537699 ], [ -75.136152921798001, 39.996335304482798 ], [ -75.136153208834003, 39.996333843251399 ], [ -75.136106846125998, 39.996328435573197 ], [ -75.136080501732096, 39.996461808877697 ], [ -75.136078780958599, 39.9964705384551 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2800 N WATER ST", "addr_range": "2800-2804 N WATER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 814, "objectid": 4376, "Shape__Area": 129.06640625, "Shape__Length": 52.26598761124945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129608546911399, 39.992477314616004 ], [ -75.129775311813702, 39.992500094524303 ], [ -75.129781398705305, 39.992500942582197 ], [ -75.129790821345097, 39.992455506313298 ], [ -75.129785108783295, 39.992454763210802 ], [ -75.129626067704095, 39.992433915742303 ], [ -75.129618247149097, 39.992432883933603 ], [ -75.129608546911399, 39.992477314616004 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1938 E CAMBRIA ST", "addr_range": "1938-1940 E CAMBRIA ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1077, "objectid": 4377, "Shape__Area": 170.70703125, "Shape__Length": 64.24856319055327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118721070780296, 39.990732957082102 ], [ -75.118754542235493, 39.990770369257298 ], [ -75.118896782648903, 39.990696237877103 ], [ -75.118832345491796, 39.990623042437001 ], [ -75.118777506479105, 39.990652559947598 ], [ -75.118810286337904, 39.990688532626599 ], [ -75.118721070780296, 39.990732957082102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2555 KERN ST", "addr_range": "2553-2557 KERN ST", "zipcode": 19125, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1656, "objectid": 4378, "Shape__Area": 147.5703125, "Shape__Length": 58.601427540493546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124900309880601, 39.984899413979598 ], [ -75.125006026568101, 39.985019573730902 ], [ -75.1250548908951, 39.984994133563397 ], [ -75.124973463511196, 39.984901584561698 ], [ -75.124967890450193, 39.984895249915297 ], [ -75.1249352554713, 39.984858155126801 ], [ -75.124931321942597, 39.984862798253303 ], [ -75.124900309880601, 39.984899413979598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "100 N 55TH ST", "addr_range": "100-102 N 55TH ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 854, "objectid": 4379, "Shape__Area": 135.234375, "Shape__Length": 57.266514326247226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230638318568793, 39.962459732014999 ], [ -75.230841187745995, 39.962484351715403 ], [ -75.230845970302298, 39.962442368475699 ], [ -75.230646387057604, 39.962420077029897 ], [ -75.230638318568793, 39.962459732014999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2553 KERN ST", "addr_range": "2553-2557 KERN ST", "zipcode": 19125, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 497, "objectid": 4380, "Shape__Area": 67.52734375, "Shape__Length": 40.743875064436665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125086002428006, 39.9849779445588 ], [ -75.125004407312701, 39.9848856737649 ], [ -75.124973463511196, 39.984901584561698 ], [ -75.1250548908951, 39.984994133563397 ], [ -75.125086002428006, 39.9849779445588 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2480 EMERALD ST", "addr_range": "2478-2480 EMERALD ST", "zipcode": 19125, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1031, "objectid": 4381, "Shape__Area": 161.984375, "Shape__Length": 63.306829697313439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.128037142505704, 39.985608311090402 ], [ -75.128034083081999, 39.985609917105798 ], [ -75.128161191689003, 39.985754033336399 ], [ -75.128208272357298, 39.985728719587897 ], [ -75.128081801404093, 39.985584893691801 ], [ -75.128037142505704, 39.985608311090402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3017 N MARVINE ST", "addr_range": "3015-3019 N MARVINE ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 812, "objectid": 4382, "Shape__Area": 125.7734375, "Shape__Length": 55.403464153524233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148468989473201, 39.998313550371499 ], [ -75.148663751882097, 39.998338000078199 ], [ -75.148671625855101, 39.998299345460197 ], [ -75.148476819560301, 39.998274362266997 ], [ -75.148468989473201, 39.998313550371499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3303 MASCHER ST", "addr_range": "3301-3303 MASCHER ST", "zipcode": 19140, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 700, "objectid": 4383, "Shape__Area": 107.7734375, "Shape__Length": 50.552894982027574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130631705690305, 40.000511683946002 ], [ -75.130807020123399, 40.000535576918303 ], [ -75.130815619166597, 40.000498503112802 ], [ -75.130639761690801, 40.000475114048001 ], [ -75.130631705690305, 40.000511683946002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3536 KENSINGTON AVE", "addr_range": "3534-3542 KENSINGTON AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1573, "objectid": 4384, "Shape__Area": 249.44140625, "Shape__Length": 98.749953696766184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.105223374274502, 40.001100017287598 ], [ -75.105441574700393, 40.001337456594896 ], [ -75.105496048292693, 40.001328015329797 ], [ -75.105265492271201, 40.001077124681302 ], [ -75.105223374274502, 40.001100017287598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2828 D ST", "addr_range": "2828 D ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 911, "objectid": 4385, "Shape__Area": 144.39453125, "Shape__Length": 57.031279584822208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1226903680367, 39.992249529753003 ], [ -75.122496962711196, 39.9922252907946 ], [ -75.122485434814607, 39.992269727799197 ], [ -75.122680840429894, 39.992294286472799 ], [ -75.1226903680367, 39.992249529753003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2824 D ST", "addr_range": "444 E AUBURN ST; 2820-2826 D ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 757, "objectid": 4386, "Shape__Area": 120.0546875, "Shape__Length": 54.871909327052499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122523323797793, 39.992095950695301 ], [ -75.122717531990901, 39.9921210774868 ], [ -75.122725899317203, 39.992084660250001 ], [ -75.122531156580294, 39.992058183207597 ], [ -75.122523323797793, 39.992095950695301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2820 D ST", "addr_range": "444 E AUBURN ST; 2820-2826 D ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 805, "objectid": 4387, "Shape__Area": 127.70703125, "Shape__Length": 55.568023327159281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122541088721405, 39.992017626439299 ], [ -75.122735030023605, 39.992043650827704 ], [ -75.122744491859194, 39.9920044375244 ], [ -75.122549661976294, 39.991978038705 ], [ -75.122541088721405, 39.992017626439299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "428 W NORRIS ST", "addr_range": "428 W NORRIS ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 928, "objectid": 4388, "Shape__Area": 147.1015625, "Shape__Length": 58.821111927850218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141839168234199, 39.981196533660601 ], [ -75.141895750838501, 39.981204009594798 ], [ -75.141928725963993, 39.981047573833301 ], [ -75.141872162792396, 39.981040113671398 ], [ -75.141839168234199, 39.981196533660601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1933 N 5TH ST", "addr_range": "1933-1937 N 5TH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1095, "objectid": 4389, "Shape__Area": 173.62109375, "Shape__Length": 69.767606436190817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142271276348097, 39.980915790597898 ], [ -75.142527121836693, 39.9809497977297 ], [ -75.142529338924504, 39.980938999796301 ], [ -75.142535456352306, 39.9809090095074 ], [ -75.142280307558707, 39.980874858740698 ], [ -75.142271276348097, 39.980915790597898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2401-11 N AMERICAN ST", "addr_range": "2401-11 N AMERICAN ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 12326, "objectid": 4390, "Shape__Area": 1953.09765625, "Shape__Length": 177.53733361593169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136417551304504, 39.987246081569097 ], [ -75.136426829931693, 39.987247289391497 ], [ -75.136848082270106, 39.987302051350703 ], [ -75.136859002955205, 39.987250813696001 ], [ -75.136904224210397, 39.987029193118801 ], [ -75.136474519915794, 39.986972483671302 ], [ -75.136417551304504, 39.987246081569097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "509-13 DIAMOND ST", "addr_range": "2105-2117 N REESE ST; 2102-04, 2108-2110 N 5TH ST; 501-13 DIAMOND ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 3050, "objectid": 4391, "Shape__Area": 483.35546875, "Shape__Length": 88.472086228811762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142451902488105, 39.983112595288702 ], [ -75.142540351974802, 39.983125727990299 ], [ -75.142626668839398, 39.983138183258703 ], [ -75.142628460947407, 39.983128632593498 ], [ -75.142662437907106, 39.982976651536099 ], [ -75.142663649764302, 39.982971262123201 ], [ -75.142489555708195, 39.982947302304197 ], [ -75.142451902488105, 39.983112595288702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "512 DIAMOND ST", "addr_range": "508-514 DIAMOND ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 719, "objectid": 4392, "Shape__Area": 114.05859375, "Shape__Length": 57.387150381665833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142638918078603, 39.982666425091899 ], [ -75.142603360965794, 39.982828845524402 ], [ -75.142645587274899, 39.982834315384899 ], [ -75.1426811443243, 39.9826718940391 ], [ -75.142638918078603, 39.982666425091899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1937 N 5TH ST", "addr_range": "1933-1937 N 5TH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1139, "objectid": 4393, "Shape__Area": 180.44140625, "Shape__Length": 72.278660104609003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142243490401796, 39.980996034075602 ], [ -75.142510481926607, 39.981031163995397 ], [ -75.142518132807794, 39.980990183640998 ], [ -75.1422622449833, 39.980956756689899 ], [ -75.142252302306204, 39.980954805305601 ], [ -75.142243490401796, 39.980996034075602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1344 N 5TH ST", "addr_range": "1344 N 5TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1261, "objectid": 4394, "Shape__Area": 199.8125, "Shape__Length": 66.748403966731829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1445882601611, 39.972581820419997 ], [ -75.144587237645396, 39.972587197927801 ], [ -75.144813947502101, 39.972615251921603 ], [ -75.144825429799496, 39.972562251413997 ], [ -75.144598635286599, 39.972534180199403 ], [ -75.144591858187198, 39.9725628491083 ], [ -75.1445882601611, 39.972581820419997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1935 N 5TH ST", "addr_range": "1933-1937 N 5TH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1093, "objectid": 4395, "Shape__Area": 173.23046875, "Shape__Length": 69.789787563848009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1422622449833, 39.980956756689899 ], [ -75.142518132807794, 39.980990183640998 ], [ -75.142527121836693, 39.9809497977297 ], [ -75.142271276348097, 39.980915790597898 ], [ -75.1422622449833, 39.980956756689899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "816 N 38TH ST", "addr_range": "814-816 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1228, "objectid": 4396, "Shape__Area": 194.50390625, "Shape__Length": 75.808979828040918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198694788551705, 39.968301575765601 ], [ -75.1984121066603, 39.968331237406098 ], [ -75.198419268144406, 39.968373146566798 ], [ -75.198702319134199, 39.968343171452602 ], [ -75.198694788551705, 39.968301575765601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "817 N 38TH ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1578, "objectid": 4397, "Shape__Area": 250.0078125, "Shape__Length": 84.809430279309751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197988821675096, 39.968687836777903 ], [ -75.197990401485896, 39.968699865204798 ], [ -75.198022773600201, 39.968697006394201 ], [ -75.198073662764003, 39.968692496998599 ], [ -75.198241988597601, 39.968677137368502 ], [ -75.198301696541705, 39.9686720986819 ], [ -75.198306445731404, 39.9686717042377 ], [ -75.198297612770503, 39.968621858780203 ], [ -75.1980737068059, 39.968643913035301 ], [ -75.197984156075194, 39.968652560440397 ], [ -75.197988821675096, 39.968687836777903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3731 HAVERFORD AVE", "addr_range": "3719-3737 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 2665, "objectid": 4398, "Shape__Area": 422.03515625, "Shape__Length": 100.97137817285027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196991837227202, 39.9635506942763 ], [ -75.197037328812499, 39.963814569718501 ], [ -75.197039133332197, 39.963824007367002 ], [ -75.197132763389405, 39.963812550362199 ], [ -75.197133963396197, 39.963812399564297 ], [ -75.197084731775902, 39.963540977013999 ], [ -75.196991837227202, 39.9635506942763 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3722 BROWN ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1000, "objectid": 4399, "Shape__Area": 158.28515625, "Shape__Length": 66.349935695851926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197698837895402, 39.9677441567651 ], [ -75.197704116687007, 39.9677698077966 ], [ -75.197707760430106, 39.967791634628703 ], [ -75.197734652317394, 39.967930668778997 ], [ -75.197786608191706, 39.967925086725899 ], [ -75.197773233830901, 39.967853943133498 ], [ -75.197770180657201, 39.967839834844 ], [ -75.197767969550696, 39.967827904996099 ], [ -75.197759712581401, 39.967786148914897 ], [ -75.197755185881306, 39.9677644159717 ], [ -75.197752962223106, 39.967752228156399 ], [ -75.197752288187701, 39.967746200750298 ], [ -75.197739765124396, 39.9677472115334 ], [ -75.197738248177103, 39.967740181479002 ], [ -75.197698837895402, 39.9677441567651 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3721 HAVERFORD AVE", "addr_range": "3719-3737 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1743, "objectid": 4400, "Shape__Area": 276.10546875, "Shape__Length": 90.851900480215761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196687671881406, 39.963582805986498 ], [ -75.196731042099103, 39.963844055686401 ], [ -75.196795156333394, 39.963837035506899 ], [ -75.196795146851102, 39.963836197359903 ], [ -75.1967520787979, 39.963576372597899 ], [ -75.196687671881406, 39.963582805986498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3726 BROWN ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 957, "objectid": 4401, "Shape__Area": 152.8828125, "Shape__Length": 64.167238939859473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197809851177297, 39.967758120213503 ], [ -75.197814368843694, 39.967780062887698 ], [ -75.197821758217401, 39.967820913076402 ], [ -75.197841285034997, 39.967919047993497 ], [ -75.197892344817205, 39.967913317117599 ], [ -75.197881044076794, 39.967857791748798 ], [ -75.197873716884899, 39.967815846423498 ], [ -75.197867252766002, 39.967773775232303 ], [ -75.197865670474798, 39.967768452935097 ], [ -75.197862707870001, 39.967752525729601 ], [ -75.1978597925945, 39.9677347777425 ], [ -75.197841879442393, 39.9677364750479 ], [ -75.197806952299302, 39.967739904967402 ], [ -75.197807587598703, 39.9677469946987 ], [ -75.197809851177297, 39.967758120213503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "676 N 39TH ST", "addr_range": "672-676 N 39TH ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1516, "objectid": 4402, "Shape__Area": 240.08984375, "Shape__Length": 80.33322607492201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200154767529597, 39.965313529403197 ], [ -75.200164067911899, 39.96536320669 ], [ -75.200456776937102, 39.965331186057 ], [ -75.200446474989903, 39.965281389234498 ], [ -75.200298717472094, 39.965297658574201 ], [ -75.200154767529597, 39.965313529403197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3843 MELON ST", "addr_range": "3841-3845 MELON ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 777, "objectid": 4403, "Shape__Area": 123.0546875, "Shape__Length": 58.404389769355852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198851636152, 39.965091867637199 ], [ -75.198881878953202, 39.965256637552301 ], [ -75.198927947637799, 39.965251020539 ], [ -75.198896382397805, 39.9650874132656 ], [ -75.198851636152, 39.965091867637199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "817 UNION ST", "addr_range": "811-819 UNION ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1326, "objectid": 4404, "Shape__Area": 210.0546875, "Shape__Length": 82.438927084241442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201962818080503, 39.968009036478797 ], [ -75.201955284087404, 39.9679686348044 ], [ -75.201641971055594, 39.968004006835798 ], [ -75.201643946189293, 39.968008853959503 ], [ -75.201645790513894, 39.968022837971603 ], [ -75.201649717786594, 39.9680449133172 ], [ -75.201962818080503, 39.968009036478797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3902 PARRISH ST", "addr_range": "3900-3902 PARRISH ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1133, "objectid": 4405, "Shape__Area": 179.578125, "Shape__Length": 71.879696426634524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200786969757303, 39.968457722397403 ], [ -75.200821997223201, 39.968641974063203 ], [ -75.200823636770394, 39.968655794064297 ], [ -75.200825389760894, 39.968660974144598 ], [ -75.200878560395296, 39.968655418573697 ], [ -75.200840484171806, 39.968450771620297 ], [ -75.200786969757303, 39.968457722397403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "839 N 39TH ST", "addr_range": "837-839 N 39th ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1088, "objectid": 4406, "Shape__Area": 172.36328125, "Shape__Length": 67.892628027165443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200300737928899, 39.9686759787498 ], [ -75.200308141864397, 39.968718167959601 ], [ -75.200546777091503, 39.968693278599801 ], [ -75.200554811179799, 39.968692440772998 ], [ -75.200547655665403, 39.9686497750643 ], [ -75.200300737928899, 39.9686759787498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3807 WALLACE ST", "addr_range": "3807 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1431, "objectid": 4407, "Shape__Area": 226.64453125, "Shape__Length": 88.336692646647492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198198922283197, 39.964611236345498 ], [ -75.198221895273093, 39.964760918726803 ], [ -75.198241770549998, 39.9648726187772 ], [ -75.1982941688197, 39.964866916640901 ], [ -75.198276229069904, 39.964763351581901 ], [ -75.198251183172701, 39.964605289708103 ], [ -75.198198922283197, 39.964611236345498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3940 ASPEN ST", "addr_range": "3940-3942 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1522, "objectid": 4408, "Shape__Area": 241.29296875, "Shape__Length": 88.480898112988243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201475797049397, 39.966127663759202 ], [ -75.201488945037994, 39.9661865508521 ], [ -75.201523515759405, 39.966375193563202 ], [ -75.201579959221803, 39.966368902199299 ], [ -75.201546176327497, 39.966182696205202 ], [ -75.201530916521705, 39.966111462595599 ], [ -75.2014730964259, 39.966117561172702 ], [ -75.201475797049397, 39.966127663759202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "837 N 39TH ST", "addr_range": "837-839 N 39th ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1082, "objectid": 4409, "Shape__Area": 171.4375, "Shape__Length": 68.001826737309727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200292614110595, 39.968634000596097 ], [ -75.200300737928899, 39.9686759787498 ], [ -75.200547655665403, 39.9686497750643 ], [ -75.200547452458295, 39.968648481210899 ], [ -75.200541210872203, 39.968607704492698 ], [ -75.200292614110595, 39.968634000596097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3704 ASPEN ST", "addr_range": "3702-3708 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 760, "objectid": 4410, "Shape__Area": 120.3984375, "Shape__Length": 57.221942748575856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1971076397339, 39.9667004265307 ], [ -75.197065888244097, 39.966704833336699 ], [ -75.197085811168293, 39.966865957567997 ], [ -75.197135331909493, 39.966860498243001 ], [ -75.1971076397339, 39.9667004265307 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3708 ASPEN ST", "addr_range": "3702-3708 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1105, "objectid": 4411, "Shape__Area": 175.12109375, "Shape__Length": 61.811207543505141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197157704399501, 39.966694979300797 ], [ -75.197182214302003, 39.966854980197198 ], [ -75.197251319146403, 39.966847942792803 ], [ -75.197221651501096, 39.966688020879602 ], [ -75.197216665967204, 39.966688569495901 ], [ -75.197157704399501, 39.966694979300797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3925 FOLSOM ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1052, "objectid": 4412, "Shape__Area": 166.6953125, "Shape__Length": 69.832528000912575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201083841701504, 39.967102385313197 ], [ -75.201123080898896, 39.967301689840198 ], [ -75.2011733468416, 39.967295342520202 ], [ -75.201134934272005, 39.967096878994099 ], [ -75.201083841701504, 39.967102385313197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3912 FAIRMOUNT AVE", "addr_range": "3910-3914 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1417, "objectid": 4413, "Shape__Area": 224.4296875, "Shape__Length": 85.029215412786016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200765547839396, 39.965044748805603 ], [ -75.200811078670199, 39.965292391656902 ], [ -75.200865588798095, 39.965286767700697 ], [ -75.200820970739997, 39.965038822595098 ], [ -75.200765547839396, 39.965044748805603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3858 MOUNT VERNON ST", "addr_range": "3858-3862 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1019, "objectid": 4414, "Shape__Area": 161.390625, "Shape__Length": 69.82714089590786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199000851048993, 39.963623089643797 ], [ -75.199036120234595, 39.963824127746904 ], [ -75.1990857961557, 39.963818962107901 ], [ -75.199048889902798, 39.963618547161701 ], [ -75.199000851048993, 39.963623089643797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "632 N 36TH ST", "addr_range": "624-634 N 36TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 993, "objectid": 4415, "Shape__Area": 157.24609375, "Shape__Length": 61.442985040344084 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194775414934995, 39.964697982566499 ], [ -75.194783229067596, 39.964742550105697 ], [ -75.194999069212898, 39.9647185182002 ], [ -75.194990518145801, 39.964674611825501 ], [ -75.194775414934995, 39.964697982566499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "801 UNION ST", "addr_range": "3933 BROWN ST; 801-807 UNION ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2208, "objectid": 4416, "Shape__Area": 349.703125, "Shape__Length": 91.508835527327761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201567308233606, 39.9676459912355 ], [ -75.2015788432834, 39.9677121117914 ], [ -75.201899898173593, 39.9676763802943 ], [ -75.201887274741196, 39.967610234706299 ], [ -75.201567308233606, 39.9676459912355 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3927 FOLSOM ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1039, "objectid": 4417, "Shape__Area": 164.64453125, "Shape__Length": 69.676992478637729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201134934272005, 39.967096878994099 ], [ -75.2011733468416, 39.967295342520202 ], [ -75.201223991137894, 39.967290083888003 ], [ -75.201184536174694, 39.967090935888898 ], [ -75.201134934272005, 39.967096878994099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "634 N 36TH ST", "addr_range": "624-634 N 36TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1035, "objectid": 4418, "Shape__Area": 163.98828125, "Shape__Length": 62.017208762550638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194783229067596, 39.964742550105697 ], [ -75.194791719397998, 39.964788067948497 ], [ -75.1950071573944, 39.964765267755197 ], [ -75.194999069212898, 39.9647185182002 ], [ -75.194783229067596, 39.964742550105697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3910 BROWN ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1418, "objectid": 4419, "Shape__Area": 224.66015625, "Shape__Length": 82.920631592610491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200815340028797, 39.967347161068901 ], [ -75.200858261364601, 39.9675862827321 ], [ -75.200915379983201, 39.967579846292303 ], [ -75.200915017980805, 39.967577791166299 ], [ -75.200872162816395, 39.967340864045198 ], [ -75.200815340028797, 39.967347161068901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "803 UNION ST", "addr_range": "3933 BROWN ST; 801-807 UNION ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1415, "objectid": 4420, "Shape__Area": 224.1796875, "Shape__Length": 84.53471765023734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2015788432834, 39.9677121117914 ], [ -75.201586876331703, 39.967753718411899 ], [ -75.201599850011405, 39.9677530235601 ], [ -75.201907949986193, 39.967718646840297 ], [ -75.201899898173593, 39.9676763802943 ], [ -75.2015788432834, 39.9677121117914 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1311 W PIKE ST", "addr_range": "1311-1313 W PIKE ST", "zipcode": 19140, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1222, "objectid": 4421, "Shape__Area": 193.76953125, "Shape__Length": 78.592033125959176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148725376103698, 40.012179593671398 ], [ -75.148681797960705, 40.012371996630897 ], [ -75.148696473328002, 40.012374167200598 ], [ -75.148689047325206, 40.012406593327803 ], [ -75.148728855893594, 40.012411890409403 ], [ -75.148778478231804, 40.012186116363999 ], [ -75.148725376103698, 40.012179593671398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3820 N CAMAC ST", "addr_range": "3820 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 736, "objectid": 4422, "Shape__Area": 116.8515625, "Shape__Length": 53.993250239023638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148052719020498, 40.011111061898802 ], [ -75.148241026721394, 40.011134802066302 ], [ -75.148251087124507, 40.011119522595102 ], [ -75.148255263233295, 40.011099741639498 ], [ -75.148248776392705, 40.0110988855416 ], [ -75.148061321885095, 40.011074196123801 ], [ -75.148052719020498, 40.011111061898802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4211 N 9TH ST", "addr_range": "4209-4211 N 9TH ST", "zipcode": 19140, "district": "7", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 810, "objectid": 4423, "Shape__Area": 128.5078125, "Shape__Length": 53.422547172347251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140737506596594, 40.016183030980002 ], [ -75.140918565279605, 40.016205313478601 ], [ -75.140928254911898, 40.016162669358003 ], [ -75.140747155989104, 40.016140339104602 ], [ -75.140737506596594, 40.016183030980002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4209 N 9TH ST", "addr_range": "4209-4211 N 9TH ST", "zipcode": 19140, "district": "7", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 825, "objectid": 4424, "Shape__Area": 130.9140625, "Shape__Length": 53.701937541378243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140747155989104, 40.016140339104602 ], [ -75.140928254911898, 40.016162669358003 ], [ -75.140937965462498, 40.016118931872001 ], [ -75.140756215671601, 40.016097166197802 ], [ -75.140747155989104, 40.016140339104602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1916 ROWAN ST", "addr_range": "1916-1920 ROWAN ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1461, "objectid": 4425, "Shape__Area": 234.96875, "Shape__Length": 88.02685653551724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156714843691603, 40.0193806200799 ], [ -75.156897799665899, 40.019600548897003 ], [ -75.156944575736105, 40.0195796654506 ], [ -75.156765729673097, 40.019359701582403 ], [ -75.156714843691603, 40.0193806200799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4519 N 12TH ST", "addr_range": "4519 N 12TH ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1321, "objectid": 4426, "Shape__Area": 209.6015625, "Shape__Length": 82.568642679069939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144232365167596, 40.021613968053899 ], [ -75.144223690591105, 40.021654199989797 ], [ -75.144536382905997, 40.021696453033897 ], [ -75.144545223573303, 40.021656224847 ], [ -75.144232365167596, 40.021613968053899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1513 W WINGOHOCKING ST", "addr_range": "1513 W WINGOHOCKING ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 895, "objectid": 4427, "Shape__Area": 142.0234375, "Shape__Length": 57.925374382454947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150648017147901, 40.021979377493402 ], [ -75.150651022356897, 40.021979735647399 ], [ -75.150684688399807, 40.021826117226098 ], [ -75.150629224512102, 40.021818575338202 ], [ -75.150595651984304, 40.021973114901598 ], [ -75.150648017147901, 40.021979377493402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4502 N 19TH ST", "addr_range": "4500-4502 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1298, "objectid": 4428, "Shape__Area": 205.95703125, "Shape__Length": 79.632484233139479 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156571269034302, 40.022642922069103 ], [ -75.156562241012693, 40.022684403708197 ], [ -75.156860009650899, 40.0227257218435 ], [ -75.156869350037596, 40.022684311210902 ], [ -75.156571269034302, 40.022642922069103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4500 N 19TH ST", "addr_range": "4500-4502 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1416, "objectid": 4429, "Shape__Area": 224.63671875, "Shape__Length": 80.933636632083619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156571269034302, 40.022642922069103 ], [ -75.156869350037596, 40.022684311210902 ], [ -75.156879427698897, 40.022638387816798 ], [ -75.156655151732593, 40.022608530727702 ], [ -75.156610456632507, 40.022602314372001 ], [ -75.156582976150204, 40.022597728378202 ], [ -75.156581142961301, 40.022597428385403 ], [ -75.156571777423594, 40.022640627849398 ], [ -75.156571269034302, 40.022642922069103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1918 ROWAN ST", "addr_range": "1916-1920 ROWAN ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1448, "objectid": 4430, "Shape__Area": 232.55078125, "Shape__Length": 87.528257178611554 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156765729673097, 40.019359701582403 ], [ -75.156944575736105, 40.0195796654506 ], [ -75.1569917323162, 40.0195581463515 ], [ -75.156815005723999, 40.019338714268997 ], [ -75.156765729673097, 40.019359701582403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3825 ARCHER ST", "addr_range": "3825-3827 ARCHER ST", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 554, "objectid": 4431, "Shape__Area": 87.8828125, "Shape__Length": 44.185834818343828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159910074455297, 40.012410059500702 ], [ -75.159780235380097, 40.012470207870699 ], [ -75.159803812843904, 40.012501190503301 ], [ -75.159933527987604, 40.012440974437098 ], [ -75.159910074455297, 40.012410059500702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1621 W BUTLER ST", "addr_range": "1621 W BUTLER ST", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2286, "objectid": 4432, "Shape__Area": 362.59765625, "Shape__Length": 93.709746596276887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154903748542097, 40.011698646345003 ], [ -75.154990127711699, 40.011709398927799 ], [ -75.155045409931802, 40.011458195917797 ], [ -75.154958493957693, 40.011446688798202 ], [ -75.154903748542097, 40.011698646345003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3827 ARCHER ST", "addr_range": "3825-3827 ARCHER ST", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 587, "objectid": 4433, "Shape__Area": 93.20703125, "Shape__Length": 44.882829298003706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159933527987604, 40.012440974437098 ], [ -75.159803812843904, 40.012501190503301 ], [ -75.159827822065694, 40.012533971387398 ], [ -75.159958728242202, 40.012473896589697 ], [ -75.159933527987604, 40.012440974437098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3815 ARCHER ST", "addr_range": "3813-3819 ARCHER ST", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 564, "objectid": 4434, "Shape__Area": 89.57421875, "Shape__Length": 44.502106252532329 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159655757933095, 40.012309101933198 ], [ -75.159680370764406, 40.012339817825499 ], [ -75.159811208785399, 40.012280386790799 ], [ -75.159786834370493, 40.0122489185514 ], [ -75.159655757933095, 40.012309101933198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3817 ARCHER ST", "addr_range": "3813-3819 ARCHER ST", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 576, "objectid": 4435, "Shape__Area": 91.38671875, "Shape__Length": 44.648691763906136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159680370764406, 40.012339817825499 ], [ -75.159705131543902, 40.012371601149603 ], [ -75.159836021799904, 40.012312460490399 ], [ -75.159811208785399, 40.012280386790799 ], [ -75.159680370764406, 40.012339817825499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3813 ARCHER ST", "addr_range": "3813-3819 ARCHER ST", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 595, "objectid": 4436, "Shape__Area": 94.49609375, "Shape__Length": 45.095818282799833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159630831321493, 40.0122761074945 ], [ -75.159655757933095, 40.012309101933198 ], [ -75.159786834370493, 40.0122489185514 ], [ -75.159761240548306, 40.012215843315701 ], [ -75.159630831321493, 40.0122761074945 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1924 W BUTLER ST", "addr_range": "1924-1930 W BUTLER ST; 1926R-28 W BUTLER ST", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1150, "objectid": 4437, "Shape__Area": 182.48828125, "Shape__Length": 66.29817360430286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159442126041597, 40.0118868917329 ], [ -75.159556882676398, 40.011901667149097 ], [ -75.159620713907003, 40.011910007259601 ], [ -75.159649354979393, 40.011789576702 ], [ -75.159606078943995, 40.011810071554201 ], [ -75.1596016055246, 40.011804779873998 ], [ -75.1595750906055, 40.011817868089999 ], [ -75.159573874056505, 40.011825029849703 ], [ -75.159572592721403, 40.011825628948799 ], [ -75.1595706955938, 40.011826489865499 ], [ -75.159442126041597, 40.0118868917329 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3747 N 16TH ST", "addr_range": "3747 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1400, "objectid": 4438, "Shape__Area": 222.44921875, "Shape__Length": 88.668465517261012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1537555776261, 40.010889810093197 ], [ -75.154098029286402, 40.010933306620601 ], [ -75.154105010519999, 40.010894390929302 ], [ -75.153764112202197, 40.010850235759698 ], [ -75.153764062619402, 40.0108504598929 ], [ -75.1537555776261, 40.010889810093197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1926 W BUTLER ST", "addr_range": "1924-1930 W BUTLER ST; 1926R-28 W BUTLER ST", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 653, "objectid": 4439, "Shape__Area": 103.5546875, "Shape__Length": 48.899646701655591 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159622313773596, 40.011903240683402 ], [ -75.159620713907003, 40.011910007259601 ], [ -75.159668229041102, 40.011916301538903 ], [ -75.159699712941602, 40.011783458738499 ], [ -75.159671604841705, 40.011778940319502 ], [ -75.159649354979393, 40.011789576702 ], [ -75.159622313773596, 40.011903240683402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1926R-28 W BUTLER ST", "addr_range": "1924-1930 W BUTLER ST; 1926R-28 W BUTLER ST", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 78, "objectid": 4440, "Shape__Area": 12.46875, "Shape__Length": 16.864090158396191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159711067637105, 40.011760019086402 ], [ -75.159671605494395, 40.011778923214997 ], [ -75.159699712941602, 40.011783458738499 ], [ -75.1597331117582, 40.011787726193198 ], [ -75.159711067637105, 40.011760019086402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1930 W BUTLER ST", "addr_range": "1924-1930 W BUTLER ST; 1926R-28 W BUTLER ST", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 790, "objectid": 4441, "Shape__Area": 125.36328125, "Shape__Length": 54.291834338898155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159747352839403, 40.011806811133603 ], [ -75.159720540933904, 40.011923252733901 ], [ -75.159848921685295, 40.011940334574099 ], [ -75.159849670807603, 40.011940447882502 ], [ -75.159847254719395, 40.0119372821692 ], [ -75.159747352839403, 40.011806811133603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1928 W BUTLER ST", "addr_range": "1924-1930 W BUTLER ST; 1926R-28 W BUTLER ST", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 709, "objectid": 4442, "Shape__Area": 112.58984375, "Shape__Length": 49.682384100341281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159668229041102, 40.011916301538903 ], [ -75.159720540933904, 40.011923252733901 ], [ -75.159722223075804, 40.011915987948903 ], [ -75.159747330594996, 40.011806810631803 ], [ -75.159733134002494, 40.011787726694998 ], [ -75.159699712941602, 40.011783458738499 ], [ -75.159668229041102, 40.011916301538903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1401 N 8TH ST", "addr_range": "1401 N 8TH ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1175, "objectid": 4443, "Shape__Area": 186.11328125, "Shape__Length": 69.445912026208489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149000030885702, 39.973331136850398 ], [ -75.149249129975999, 39.973364492812898 ], [ -75.149258362793901, 39.973319260009703 ], [ -75.149010084342905, 39.973286374977 ], [ -75.149000030885702, 39.973331136850398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3819 ARCHER ST", "addr_range": "3813-3819 ARCHER ST", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 590, "objectid": 4444, "Shape__Area": 93.59765625, "Shape__Length": 44.932365594989982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159726988264197, 40.0124004167794 ], [ -75.159730085117204, 40.012404934960699 ], [ -75.159860754276707, 40.012345048649301 ], [ -75.159836462815704, 40.012313002038802 ], [ -75.159836021799904, 40.012312460490399 ], [ -75.159705131543902, 40.012371601149603 ], [ -75.159726988264197, 40.0124004167794 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1703 W JUNIATA ST", "addr_range": "1703 W JUNIATA ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1135, "objectid": 4445, "Shape__Area": 180.01953125, "Shape__Length": 59.818956352723234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154298733290901, 40.018395865530998 ], [ -75.154387336634102, 40.018527987035696 ], [ -75.154453798425294, 40.018501086591598 ], [ -75.154365157837304, 40.018369446342497 ], [ -75.154298733290901, 40.018395865530998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3949 ELSER ST", "addr_range": "3949 ELSER ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 871, "objectid": 4446, "Shape__Area": 138.140625, "Shape__Length": 51.505591424995316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150690528671603, 40.014262428097098 ], [ -75.150706422460203, 40.014295220970403 ], [ -75.150710256457401, 40.014301835644801 ], [ -75.150714598602804, 40.014310542274401 ], [ -75.150738257657096, 40.014303130882702 ], [ -75.150765065290898, 40.014295629480301 ], [ -75.150774025024901, 40.014292689554097 ], [ -75.150866795780999, 40.014264692894798 ], [ -75.150840988135002, 40.014215411339499 ], [ -75.150690528671603, 40.014262428097098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4317 N HICKS ST", "addr_range": "4317 N HICKS ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 655, "objectid": 4447, "Shape__Area": 103.9453125, "Shape__Length": 45.979862659813044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151099935164694, 40.019209184620202 ], [ -75.151249013840896, 40.019228081372098 ], [ -75.151257786654, 40.019186206867701 ], [ -75.151109073906795, 40.019167059814897 ], [ -75.151099935164694, 40.019209184620202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2558 N HOLLYWOOD ST", "addr_range": "2550-2558 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 728, "objectid": 4448, "Shape__Area": 115.43359375, "Shape__Length": 51.66400952889547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179790213310596, 39.995303500722699 ], [ -75.179796907851895, 39.995304409270602 ], [ -75.179805041667706, 39.995265033425 ], [ -75.179798937743001, 39.995264057912003 ], [ -75.179627912582802, 39.995239821387699 ], [ -75.179619183708795, 39.995278264867302 ], [ -75.179790213310596, 39.995303500722699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2462 N 17TH ST", "addr_range": "2460-2462 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1113, "objectid": 4449, "Shape__Area": 176.453125, "Shape__Length": 67.274903103007432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160158631438705, 39.991433186208397 ], [ -75.160157214046293, 39.991439021647103 ], [ -75.160397327895296, 39.991472408530001 ], [ -75.160398584891695, 39.991466938886802 ], [ -75.160407520393207, 39.991427743536804 ], [ -75.160167693534802, 39.991395589430702 ], [ -75.160158631438705, 39.991433186208397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1515-19 W DAUPHIN ST", "addr_range": "1515-1523 W DAUPHIN ST; 2305-2307 N SYNDENHAM ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 5219, "objectid": 4450, "Shape__Area": 826.984375, "Shape__Length": 136.65472265185048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158176830694302, 39.988493954125801 ], [ -75.158188511348598, 39.9884459873414 ], [ -75.158128418941303, 39.988436360809899 ], [ -75.158080891778496, 39.988429710241498 ], [ -75.158125974066095, 39.988240159546798 ], [ -75.157938438078702, 39.988214791065303 ], [ -75.157928122188594, 39.988263272495701 ], [ -75.157916926595803, 39.9883127972588 ], [ -75.157906906799894, 39.988360640246398 ], [ -75.157895735125905, 39.988409537539098 ], [ -75.157885962857307, 39.988454178493903 ], [ -75.158069468083198, 39.988479198330602 ], [ -75.158176830694302, 39.988493954125801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2460 N 17TH ST", "addr_range": "2460-2462 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1024, "objectid": 4451, "Shape__Area": 162.3359375, "Shape__Length": 66.21862827992183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160167693534802, 39.991395589430702 ], [ -75.160407520393207, 39.991427743536804 ], [ -75.160416317842703, 39.991387191744799 ], [ -75.1601761655578, 39.991354820374298 ], [ -75.160167693534802, 39.991395589430702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2412 N 18TH ST", "addr_range": "2404-2412 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1068, "objectid": 4452, "Shape__Area": 169.34375, "Shape__Length": 66.501434678848923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162176229354998, 39.990605368114799 ], [ -75.162182401431295, 39.990606167715399 ], [ -75.1621879526421, 39.990581485199797 ], [ -75.162192522846098, 39.990563856244798 ], [ -75.162185537580299, 39.990562940099899 ], [ -75.162181492307198, 39.990562398387098 ], [ -75.161953497288195, 39.990532223047303 ], [ -75.161943921269597, 39.990575096417402 ], [ -75.162171975231303, 39.990604804573699 ], [ -75.162176229354998, 39.990605368114799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2537 N 29TH ST", "addr_range": "2535-2537 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 997, "objectid": 4453, "Shape__Area": 158.1015625, "Shape__Length": 64.114592827913839 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178701433380695, 39.994798377841697 ], [ -75.1789311296818, 39.994829024260902 ], [ -75.178940050177303, 39.9947871684845 ], [ -75.178709877930402, 39.994757493520403 ], [ -75.178701433380695, 39.994798377841697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2539 N PATTON ST", "addr_range": "2532-2540 N NAPA ST; 2531-2539 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 697, "objectid": 4454, "Shape__Area": 110.484375, "Shape__Length": 51.063034314892732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183084300305694, 39.995293501962401 ], [ -75.183261589106195, 39.995317310236302 ], [ -75.183262294891307, 39.995314165276703 ], [ -75.183269937336902, 39.995280018514798 ], [ -75.183093202078993, 39.995255948723099 ], [ -75.183084300305694, 39.995293501962401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2500 N CORLIES ST", "addr_range": "2500 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 822, "objectid": 4455, "Shape__Area": 130.40234375, "Shape__Length": 53.36097743035333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181453137047001, 39.994372281413298 ], [ -75.181632185367903, 39.994398243610497 ], [ -75.181641821880206, 39.9943535168468 ], [ -75.181474333523298, 39.994331086705202 ], [ -75.181463197843101, 39.994329595933998 ], [ -75.181453137047001, 39.994372281413298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2538 N NAPA ST", "addr_range": "2532-2540 N NAPA ST; 2531-2539 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 708, "objectid": 4456, "Shape__Area": 112.21875, "Shape__Length": 51.278885140863842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182893685895706, 39.995268461052802 ], [ -75.183070740660597, 39.995292941048703 ], [ -75.183079890688205, 39.995254925737797 ], [ -75.182902577606598, 39.995230649912202 ], [ -75.182893685895706, 39.995268461052802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2531 N PATTON ST", "addr_range": "2532-2540 N NAPA ST; 2531-2539 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 690, "objectid": 4457, "Shape__Area": 109.4296875, "Shape__Length": 50.856324655473642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183118652768101, 39.995141551730804 ], [ -75.183295193142001, 39.995164633229699 ], [ -75.183303320862805, 39.9951276267007 ], [ -75.183126818720993, 39.995104063126 ], [ -75.183118652768101, 39.995141551730804 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2533 N PATTON ST", "addr_range": "2532-2540 N NAPA ST; 2531-2539 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 726, "objectid": 4458, "Shape__Area": 115.09375, "Shape__Length": 51.414802721471013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183110186978695, 39.995180340094102 ], [ -75.183286487478995, 39.9952042226437 ], [ -75.183295193142001, 39.995164633229699 ], [ -75.183118652768101, 39.995141551730804 ], [ -75.183110186978695, 39.995180340094102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2537 N PATTON ST", "addr_range": "2532-2540 N NAPA ST; 2531-2539 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 697, "objectid": 4459, "Shape__Area": 110.5859375, "Shape__Length": 51.023531385275191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183093202078993, 39.995255948723099 ], [ -75.183269937336902, 39.995280018514798 ], [ -75.183278135392101, 39.995242174719898 ], [ -75.183101402356399, 39.995218637485102 ], [ -75.183093202078993, 39.995255948723099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2552 N MARSTON ST", "addr_range": "2552 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1025, "objectid": 4460, "Shape__Area": 162.5703125, "Shape__Length": 67.501463315558496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176728070983799, 39.994844490831902 ], [ -75.176975456848993, 39.9948756665841 ], [ -75.176984001873095, 39.9948370740887 ], [ -75.176736645353401, 39.994804045628896 ], [ -75.176728070983799, 39.994844490831902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2566 N NAPA ST", "addr_range": "2566-2568 N NAPA ST; 2567-2569 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 698, "objectid": 4461, "Shape__Area": 110.75, "Shape__Length": 51.503180562261747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182776866659907, 39.995796123297303 ], [ -75.182956484695794, 39.995820450830699 ], [ -75.182964705517904, 39.995783188713901 ], [ -75.182785174678401, 39.9957593460826 ], [ -75.182776866659907, 39.995796123297303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2226 N 16TH ST", "addr_range": "2226-2230 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1065, "objectid": 4462, "Shape__Area": 168.8359375, "Shape__Length": 66.862139862396774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159678644392002, 39.987354847319899 ], [ -75.159673432735502, 39.987354150344501 ], [ -75.159438976563195, 39.9873228084722 ], [ -75.159428811131605, 39.987365135858099 ], [ -75.159664282618195, 39.987396242070801 ], [ -75.159670619877005, 39.987397094196702 ], [ -75.159672949094997, 39.987377271234401 ], [ -75.159678644392002, 39.987354847319899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2230 N 16TH ST", "addr_range": "2226-2230 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1121, "objectid": 4463, "Shape__Area": 177.74609375, "Shape__Length": 67.788016842971416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159408042345603, 39.9874508601618 ], [ -75.159645648782401, 39.987482046130197 ], [ -75.159650569649799, 39.9874826896909 ], [ -75.159657730856097, 39.9874515301656 ], [ -75.159661189790597, 39.987438326341298 ], [ -75.159655308795905, 39.987437580921302 ], [ -75.159418274368306, 39.9874073097983 ], [ -75.159408042345603, 39.9874508601618 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2827 W CUMBERLAND ST", "addr_range": "2827 W CUMBERLAND ST; 2509-2511 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1031, "objectid": 4464, "Shape__Area": 163.53515625, "Shape__Length": 57.312598557186369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178015435787898, 39.994022865560503 ], [ -75.178084916550802, 39.994032708083097 ], [ -75.178101052099507, 39.9939613851733 ], [ -75.178116534981598, 39.9938912721124 ], [ -75.178047196729096, 39.9938820626056 ], [ -75.178015435787898, 39.994022865560503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2567 N PATTON ST", "addr_range": "2566-2568 N NAPA ST; 2567-2569 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 633, "objectid": 4465, "Shape__Area": 100.35546875, "Shape__Length": 43.847118662934818 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182963859673194, 39.995847148689997 ], [ -75.183096870096605, 39.995865260101702 ], [ -75.183112002533903, 39.995821429199601 ], [ -75.182972651157399, 39.995803065176602 ], [ -75.182963859673194, 39.995847148689997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2252 N SYDENHAM ST", "addr_range": "2252 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 588, "objectid": 4466, "Shape__Area": 93.1875, "Shape__Length": 44.535453177401962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158531360624707, 39.987693048766197 ], [ -75.1585222374583, 39.987730546740003 ], [ -75.158670483604496, 39.987749787816703 ], [ -75.158678732012007, 39.987711544764203 ], [ -75.158531360624707, 39.987693048766197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2255 N MOLE ST", "addr_range": "2237-2261 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 573, "objectid": 4467, "Shape__Area": 90.9375, "Shape__Length": 44.142354817121941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158682026276693, 39.9877515323968 ], [ -75.158673340580194, 39.987788557312598 ], [ -75.158820675761206, 39.9878074865955 ], [ -75.158828680182097, 39.987770140845001 ], [ -75.158682026276693, 39.9877515323968 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2538 N DOVER ST", "addr_range": "2536-2538 N DOVER ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 683, "objectid": 4468, "Shape__Area": 108.2734375, "Shape__Length": 50.365516070646194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178525928529595, 39.994722551920901 ], [ -75.178700139046398, 39.994747329103902 ], [ -75.178707823316799, 39.994709878623901 ], [ -75.1785343828452, 39.994685279080997 ], [ -75.178525928529595, 39.994722551920901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3110 W HUNTINGDON ST", "addr_range": "3110 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 896, "objectid": 4469, "Shape__Area": 142.13671875, "Shape__Length": 57.823760099895992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183223639074001, 39.995816737288898 ], [ -75.183209744886696, 39.995857161244103 ], [ -75.183182851046496, 39.995931016595897 ], [ -75.183246301665207, 39.9959396398813 ], [ -75.183284389659093, 39.995789773374497 ], [ -75.183236662880304, 39.995778791468403 ], [ -75.183223639074001, 39.995816737288898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2237 N MOLE ST", "addr_range": "2237-2261 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 596, "objectid": 4470, "Shape__Area": 94.48828125, "Shape__Length": 44.625836396705509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158753804347796, 39.987410960161903 ], [ -75.158746335972694, 39.9874495758298 ], [ -75.158893343905703, 39.987468804894398 ], [ -75.158901357739893, 39.987430105123998 ], [ -75.158753804347796, 39.987410960161903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2247 N 16TH ST", "addr_range": "2237-2247 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1019, "objectid": 4471, "Shape__Area": 161.484375, "Shape__Length": 64.636112080418826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158927991184598, 39.987722910722702 ], [ -75.158918694780795, 39.987765016217502 ], [ -75.159150164751907, 39.987794469858002 ], [ -75.159159739419707, 39.987752773383598 ], [ -75.158927991184598, 39.987722910722702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2265 N 17TH ST", "addr_range": "2265 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1122, "objectid": 4472, "Shape__Area": 177.92578125, "Shape__Length": 67.461608772437756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160402846436199, 39.9883353024751 ], [ -75.160408206775799, 39.988336003671101 ], [ -75.160643060162698, 39.988366368525298 ], [ -75.160653172220705, 39.988322137796899 ], [ -75.160417784683403, 39.988291439245501 ], [ -75.160411799545102, 39.988290658178798 ], [ -75.160410809353294, 39.988295214804197 ], [ -75.160402846436199, 39.9883353024751 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "826 N 42ND ST", "addr_range": "820-830 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 751, "objectid": 4473, "Shape__Area": 119.01953125, "Shape__Length": 55.947641427222955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208096444013606, 39.967579651436303 ], [ -75.207894293950602, 39.967604461876697 ], [ -75.207900033092898, 39.9676341536411 ], [ -75.207901297216196, 39.967640645443602 ], [ -75.208102290704502, 39.967614889442601 ], [ -75.208096444013606, 39.967579651436303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "624 N 42ND ST", "addr_range": "622-624 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1807, "objectid": 4474, "Shape__Area": 286.26171875, "Shape__Length": 88.935976865276785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207464158472803, 39.963247906099603 ], [ -75.207135301215104, 39.963273326305803 ], [ -75.207143861088895, 39.963327274385797 ], [ -75.207470133367806, 39.963300912080598 ], [ -75.207464158472803, 39.963247906099603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4208 WALLACE ST", "addr_range": "4208 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 830, "objectid": 4475, "Shape__Area": 131.53125, "Shape__Length": 57.679164151347585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207418787788896, 39.963422427823801 ], [ -75.207367332685706, 39.963426510654898 ], [ -75.207390919531505, 39.963584908962702 ], [ -75.207440965907693, 39.963581020151402 ], [ -75.207418787788896, 39.963422427823801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3964 RENO ST", "addr_range": "3951-3959 BROWN ST; 3960-3964 RENO ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 996, "objectid": 4476, "Shape__Area": 157.86328125, "Shape__Length": 69.89867972348533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202434255652193, 39.967766023104403 ], [ -75.2024370486659, 39.967775353751499 ], [ -75.202456324655898, 39.967890376904997 ], [ -75.202459905108299, 39.967902691141703 ], [ -75.202470838262201, 39.967967025046597 ], [ -75.202518892052794, 39.967962127286299 ], [ -75.202508737859105, 39.967904967361299 ], [ -75.202503912119298, 39.9678844858025 ], [ -75.202482563980297, 39.967760454359301 ], [ -75.202434255652193, 39.967766023104403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "734 BROOKLYN ST", "addr_range": "734-740 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1414, "objectid": 4477, "Shape__Area": 224.0234375, "Shape__Length": 78.861880596025628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208263762567, 39.965487453841398 ], [ -75.208269670571596, 39.965533913391802 ], [ -75.208560608604301, 39.9655121638271 ], [ -75.208554648082099, 39.965464285854999 ], [ -75.208263762567, 39.965487453841398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "828 N 42ND ST", "addr_range": "820-830 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 802, "objectid": 4478, "Shape__Area": 127.1015625, "Shape__Length": 56.642673084525761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208102290704502, 39.967614889442601 ], [ -75.207901297216196, 39.967640645443602 ], [ -75.207908606662201, 39.967678817099099 ], [ -75.208110339983406, 39.967652819785599 ], [ -75.208102290704502, 39.967614889442601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "824 N 42ND ST", "addr_range": "820-830 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 773, "objectid": 4479, "Shape__Area": 122.50390625, "Shape__Length": 56.324681733239316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2080893329329, 39.9675434988321 ], [ -75.207887069276097, 39.967567404836899 ], [ -75.207894293950602, 39.967604461876697 ], [ -75.208096444013606, 39.967579651436303 ], [ -75.2080893329329, 39.9675434988321 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4243 FAIRMOUNT AVE", "addr_range": "4241-4243 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1234, "objectid": 4480, "Shape__Area": 195.39453125, "Shape__Length": 76.596893640942625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208808555675503, 39.964746734995799 ], [ -75.208753492411304, 39.964751496298597 ], [ -75.208785649336207, 39.964972128905401 ], [ -75.208838785712899, 39.964967422215601 ], [ -75.208808555675503, 39.964746734995799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "769 PALLAS ST", "addr_range": "765-771 PALLAS ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1026, "objectid": 4481, "Shape__Area": 162.484375, "Shape__Length": 69.7001181485806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210527585927295, 39.966214805733898 ], [ -75.210534822201197, 39.966214217157798 ], [ -75.210562372097698, 39.966211972526303 ], [ -75.210558020506497, 39.966173796253898 ], [ -75.2102956074514, 39.966195448905601 ], [ -75.210301273202205, 39.9662332362144 ], [ -75.210527585927295, 39.966214805733898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4312 PENNSGROVE ST", "addr_range": "4310-4312 PENNSGROVE ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1180, "objectid": 4482, "Shape__Area": 186.94140625, "Shape__Length": 74.541187501984311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210672587924407, 39.970054648210997 ], [ -75.210673551972704, 39.970060247649997 ], [ -75.210676677134003, 39.970078644095203 ], [ -75.210711310871602, 39.970267993892797 ], [ -75.210764623426101, 39.970262596350402 ], [ -75.210726209009195, 39.9700544004383 ], [ -75.210725200370106, 39.970048897321398 ], [ -75.210677269107805, 39.970053849001403 ], [ -75.210672587924407, 39.970054648210997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "722 N 42ND ST", "addr_range": "712-732 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1256, "objectid": 4483, "Shape__Area": 198.90625, "Shape__Length": 75.959347110721964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207505091726006, 39.965328438625797 ], [ -75.207512483454394, 39.965371657760599 ], [ -75.2077959394082, 39.965348858661699 ], [ -75.207793607004703, 39.965335588366301 ], [ -75.207788224924101, 39.9653064369937 ], [ -75.207505091726006, 39.965328438625797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "732 N 42ND ST", "addr_range": "712-732 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1232, "objectid": 4484, "Shape__Area": 195.1484375, "Shape__Length": 75.747582522245423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207543783966699, 39.9655422994758 ], [ -75.207550956213197, 39.965584063128297 ], [ -75.207820127778504, 39.965562914315903 ], [ -75.207834913098395, 39.965561356104203 ], [ -75.207827194864194, 39.965519596594199 ], [ -75.207543783966699, 39.9655422994758 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4148 WESTMINSTER AVE", "addr_range": "4146-4150 WESTMINSTER AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 523, "objectid": 4485, "Shape__Area": 82.5625, "Shape__Length": 41.0997212717823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207763574076296, 39.969892194827999 ], [ -75.207782221894604, 39.969994564579999 ], [ -75.207782135788506, 39.969994643762597 ], [ -75.2078306534803, 39.9699891413511 ], [ -75.207830344689896, 39.969989006567502 ], [ -75.207813141294196, 39.969886620171899 ], [ -75.207763574076296, 39.969892194827999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "726 N 42ND ST", "addr_range": "712-732 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1225, "objectid": 4486, "Shape__Area": 194.0234375, "Shape__Length": 75.666812227919635 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207520182746805, 39.965414480961599 ], [ -75.207527627039696, 39.965456233525501 ], [ -75.207811026056902, 39.965434433233398 ], [ -75.207803663566906, 39.9653926491671 ], [ -75.207520182746805, 39.965414480961599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "724 N 42ND ST", "addr_range": "712-732 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1271, "objectid": 4487, "Shape__Area": 201.2578125, "Shape__Length": 76.137545192347758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207512483454394, 39.965371657760599 ], [ -75.207520182746805, 39.965414480961599 ], [ -75.207521840782505, 39.9654143564224 ], [ -75.207803663566906, 39.9653926491671 ], [ -75.207795938835403, 39.9653488739661 ], [ -75.207514458031596, 39.965371491581699 ], [ -75.207512483454394, 39.965371657760599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "712 N 42ND ST", "addr_range": "712-732 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1227, "objectid": 4488, "Shape__Area": 194.3828125, "Shape__Length": 75.676366635284722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207466293013596, 39.965118023536199 ], [ -75.207473746227805, 39.965159567270298 ], [ -75.207757361281793, 39.965138657611 ], [ -75.207749532409395, 39.965096509111603 ], [ -75.207466293013596, 39.965118023536199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3810 W GIRARD AVE", "addr_range": "3810-3816 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1670, "objectid": 4489, "Shape__Area": 264.640625, "Shape__Length": 97.244170934130622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199811831400694, 39.974186627707098 ], [ -75.199865070909794, 39.974475691045598 ], [ -75.199921065598502, 39.974469247113198 ], [ -75.199866865136102, 39.974180694043703 ], [ -75.199811831400694, 39.974186627707098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4131 LEIDY AVE", "addr_range": "4123-4147 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2687, "objectid": 4490, "Shape__Area": 425.69140625, "Shape__Length": 140.81230033234542 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207621118969996, 39.9747530349538 ], [ -75.207674718429303, 39.974773647164497 ], [ -75.207780640094498, 39.974608784746103 ], [ -75.207786447621004, 39.974599741194702 ], [ -75.207927786164902, 39.974379809193003 ], [ -75.207873748121003, 39.974359719871799 ], [ -75.207732560495202, 39.974579527211098 ], [ -75.207726665662804, 39.974588712986197 ], [ -75.207621118969996, 39.9747530349538 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4107 LEIDY AVE", "addr_range": "4105-4113 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1842, "objectid": 4491, "Shape__Area": 291.8984375, "Shape__Length": 109.72877276454432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207081468707898, 39.974386188771 ], [ -75.207095771201793, 39.974459736543302 ], [ -75.207300715191494, 39.974148172655802 ], [ -75.207249242067505, 39.974128462425099 ], [ -75.207081468707898, 39.974386188771 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4109 LEIDY AVE", "addr_range": "4105-4113 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2284, "objectid": 4492, "Shape__Area": 361.88671875, "Shape__Length": 129.07160038535085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207095771201793, 39.974459736543302 ], [ -75.207110412876702, 39.9745387086599 ], [ -75.207211334918796, 39.974383795652997 ], [ -75.207353171198406, 39.974167405485503 ], [ -75.207300715191494, 39.974148172655802 ], [ -75.207095771201793, 39.974459736543302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4129 LEIDY AVE", "addr_range": "4123-4147 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2848, "objectid": 4493, "Shape__Area": 451.234375, "Shape__Length": 141.43991900922745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207563610863303, 39.974731627930701 ], [ -75.207621118969996, 39.9747530349538 ], [ -75.207726665662804, 39.974588712986197 ], [ -75.207732560495202, 39.974579527211098 ], [ -75.207873748121003, 39.974359719871799 ], [ -75.207816231174405, 39.974339119171198 ], [ -75.207675306538505, 39.974558060098602 ], [ -75.207669322598505, 39.9745673736412 ], [ -75.207563610863303, 39.974731627930701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4137 LEIDY AVE", "addr_range": "4123-4147 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2624, "objectid": 4494, "Shape__Area": 415.6484375, "Shape__Length": 140.7673614227586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208082933412697, 39.974434136435001 ], [ -75.208027864117994, 39.974416973327301 ], [ -75.207781487980895, 39.974812296841201 ], [ -75.207833181474797, 39.974831737795 ], [ -75.208082933412697, 39.974434136435001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1120 N 39TH ST", "addr_range": "1114-1124 N 39TH ST; 3910 CAMBRIDGE ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1145, "objectid": 4495, "Shape__Area": 181.38671875, "Shape__Length": 73.034238468119398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201685015525896, 39.973496748439501 ], [ -75.201691809633203, 39.9735373742527 ], [ -75.201957735906802, 39.973509234956303 ], [ -75.2019642567559, 39.9735085418164 ], [ -75.201956968380301, 39.973468225805298 ], [ -75.201950679228901, 39.973468892554401 ], [ -75.201685015525896, 39.973496748439501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1116 N 39TH ST", "addr_range": "1114-1124 N 39TH ST; 3910 CAMBRIDGE ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1164, "objectid": 4496, "Shape__Area": 184.4921875, "Shape__Length": 73.285276224795979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201670008621704, 39.973412576684403 ], [ -75.201677344312898, 39.973453811892298 ], [ -75.201943158290803, 39.973425879175998 ], [ -75.201950016169704, 39.973425161084698 ], [ -75.2019423733922, 39.973384240737602 ], [ -75.201936000608299, 39.973384889410497 ], [ -75.201670008621704, 39.973412576684403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1122 N 39TH ST", "addr_range": "1114-1124 N 39TH ST; 3910 CAMBRIDGE ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1154, "objectid": 4497, "Shape__Area": 182.88671875, "Shape__Length": 73.133649596810471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201957735906802, 39.973509234956303 ], [ -75.201691809633203, 39.9735373742527 ], [ -75.201699526384104, 39.973577973702398 ], [ -75.201964896013195, 39.973550160802198 ], [ -75.201971499944193, 39.973549469506601 ], [ -75.2019642567559, 39.9735085418164 ], [ -75.201957735906802, 39.973509234956303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1118 N 39TH ST", "addr_range": "1114-1124 N 39TH ST; 3910 CAMBRIDGE ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1216, "objectid": 4498, "Shape__Area": 192.75, "Shape__Length": 73.792035223513139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201677344312898, 39.973453811892298 ], [ -75.201685015525896, 39.973496748439501 ], [ -75.201950679228901, 39.973468892554401 ], [ -75.201956968380301, 39.973468225805298 ], [ -75.201950016169704, 39.973425161084698 ], [ -75.201943158290803, 39.973425879175998 ], [ -75.201677344312898, 39.973453811892298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2937 WHARTON ST", "addr_range": "2935-2939 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 765, "objectid": 4499, "Shape__Area": 121.12890625, "Shape__Length": 54.975016256796934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193215942385805, 39.937676113762102 ], [ -75.193264828622304, 39.937681395956098 ], [ -75.193296642754603, 39.937532626141497 ], [ -75.193254408087, 39.937527010200199 ], [ -75.193247698530797, 39.9375261190972 ], [ -75.193215942385805, 39.937676113762102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3116 DICKINSON ST", "addr_range": "3114-3118 DICKINSON ST", "zipcode": 19146, "district": "2", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 972, "objectid": 4500, "Shape__Area": 153.9140625, "Shape__Length": 62.3937984706292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196385258133802, 39.935283684139399 ], [ -75.196438557849007, 39.935290738256597 ], [ -75.196456007192396, 39.935218669587101 ], [ -75.196477568420207, 39.935120770494301 ], [ -75.196423449091199, 39.935112731362402 ], [ -75.196385258133802, 39.935283684139399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2609 REED ST", "addr_range": "2605-2609 REED ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1003, "objectid": 4501, "Shape__Area": 158.69921875, "Shape__Length": 64.653911678252243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187836118649201, 39.935751017232398 ], [ -75.187889666469701, 39.935757565498299 ], [ -75.187928794318694, 39.935578978317899 ], [ -75.187875246635201, 39.935572430070202 ], [ -75.187836118649201, 39.935751017232398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2939 WHARTON ST", "addr_range": "2935-2939 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 754, "objectid": 4502, "Shape__Area": 119.3671875, "Shape__Length": 54.740280008209908 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193264828622304, 39.937681395956098 ], [ -75.193313205030805, 39.937688002958801 ], [ -75.193344684736005, 39.937538661647103 ], [ -75.193296642754603, 39.937532626141497 ], [ -75.193264828622304, 39.937681395956098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1355 S DOVER ST", "addr_range": "1355 S DOVER ST; 1354 S NEWKIRK ST", "zipcode": 19146, "district": "2", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 662, "objectid": 4503, "Shape__Area": 104.875, "Shape__Length": 49.22169966186685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191503085375203, 39.936084621932302 ], [ -75.191672037823693, 39.936107234546199 ], [ -75.191680048807996, 39.936071869362401 ], [ -75.1916805276893, 39.936069719426399 ], [ -75.191677693905504, 39.936069349870799 ], [ -75.191513989670199, 39.936048047277097 ], [ -75.191510800421895, 39.936047637351301 ], [ -75.191510008200396, 39.936051457073603 ], [ -75.191503085375203, 39.936084621932302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2350 REED ST", "addr_range": "2350 REED ST", "zipcode": 19146, "district": "2", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1099, "objectid": 4504, "Shape__Area": 173.98046875, "Shape__Length": 66.089363833661253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184061822702304, 39.934959929662497 ], [ -75.184119770004799, 39.934967480955301 ], [ -75.184158431451195, 39.934787610383196 ], [ -75.184150847672598, 39.934786602772299 ], [ -75.1840999868772, 39.934779903819198 ], [ -75.184061822702304, 39.934959929662497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1310 S 21ST ST", "addr_range": "1306-1312 S 21ST ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1255, "objectid": 4505, "Shape__Area": 198.69140625, "Shape__Length": 73.191529278887899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179192663827294, 39.935356578529898 ], [ -75.179458513653799, 39.935391022099999 ], [ -75.179468114013005, 39.935345892042399 ], [ -75.1792031142067, 39.935311662163201 ], [ -75.179192663827294, 39.935356578529898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1551 S STILLMAN ST", "addr_range": "1551-1553 S STILLMAN ST", "zipcode": 19146, "district": "2", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 624, "objectid": 4506, "Shape__Area": 98.84765625, "Shape__Length": 46.28330143909934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186956228648796, 39.9330327032364 ], [ -75.187110639368797, 39.933053145302203 ], [ -75.187120129641997, 39.933014701360598 ], [ -75.186964809934693, 39.932994530016998 ], [ -75.186956228648796, 39.9330327032364 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1221-23 S 28TH ST", "addr_range": "1221-23 S 28TH ST", "zipcode": 19146, "district": "2", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2594, "objectid": 4507, "Shape__Area": 410.51953125, "Shape__Length": 86.390887883490521 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189847228105407, 39.938526995930602 ], [ -75.190043906239097, 39.9385519866739 ], [ -75.1900639624115, 39.9384559416823 ], [ -75.189805729649706, 39.938423435661399 ], [ -75.189786050492501, 39.938518908782001 ], [ -75.189838174772305, 39.938526053212598 ], [ -75.189847228105407, 39.938526995930602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2623 REED ST", "addr_range": "2621-2625 REED ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1019, "objectid": 4508, "Shape__Area": 161.3359375, "Shape__Length": 64.565073636518065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1882091426057, 39.9357994405594 ], [ -75.188263858247595, 39.935805563329097 ], [ -75.188302368210401, 39.935628283121098 ], [ -75.188247199152102, 39.935621989859001 ], [ -75.1882091426057, 39.9357994405594 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2828 WHARTON ST", "addr_range": "2828 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 972, "objectid": 4509, "Shape__Area": 153.92578125, "Shape__Length": 60.27820887802271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191612550110506, 39.937165746710598 ], [ -75.191670311381998, 39.937172773700802 ], [ -75.191706134823704, 39.937012697732399 ], [ -75.191648394915504, 39.937005075667201 ], [ -75.191612550110506, 39.937165746710598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3114 DICKINSON ST", "addr_range": "3114-3118 DICKINSON ST", "zipcode": 19146, "district": "2", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 965, "objectid": 4510, "Shape__Area": 152.7890625, "Shape__Length": 62.372720819445391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196331901487397, 39.935275404260899 ], [ -75.196385258133802, 39.935283684139399 ], [ -75.196423449091199, 39.935112731362402 ], [ -75.196369296621199, 39.935105512284302 ], [ -75.196331901487397, 39.935275404260899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2930 WHARTON ST", "addr_range": "2930-2934 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1049, "objectid": 4511, "Shape__Area": 165.99609375, "Shape__Length": 62.903154103876695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193123732568395, 39.937365188948696 ], [ -75.193177316973404, 39.9373719607743 ], [ -75.193211952256107, 39.937203831745599 ], [ -75.193161239196598, 39.937197058172103 ], [ -75.193154071302203, 39.9371960928733 ], [ -75.193116354099402, 39.937364251389702 ], [ -75.193123732568395, 39.937365188948696 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2822 WHARTON ST", "addr_range": "2822-2824 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 970, "objectid": 4512, "Shape__Area": 153.46875, "Shape__Length": 60.762944937503065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191324206401902, 39.937127187897097 ], [ -75.191381970939105, 39.937135245860503 ], [ -75.191416735980198, 39.936972148700299 ], [ -75.191361341588703, 39.936964561695497 ], [ -75.191324206401902, 39.937127187897097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1553 S STILLMAN ST", "addr_range": "1551-1553 S STILLMAN ST", "zipcode": 19146, "district": "2", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 713, "objectid": 4513, "Shape__Area": 112.9453125, "Shape__Length": 47.89506122214533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186964809934693, 39.932994530016998 ], [ -75.187120129641997, 39.933014701360598 ], [ -75.187128901800506, 39.932970874054597 ], [ -75.186974488138603, 39.932950514836399 ], [ -75.1869739314523, 39.932953048649097 ], [ -75.186964809934693, 39.932994530016998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1309 S HOLLYWOOD ST", "addr_range": "2900-2912 WHARTON ST; 1309 S HOLLYWOOD ST", "zipcode": 19146, "district": "2", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 715, "objectid": 4514, "Shape__Area": 113.27734375, "Shape__Length": 51.212951699624739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192424845928798, 39.937053487837801 ], [ -75.1924163368151, 39.937092081984296 ], [ -75.192593051939596, 39.937115478971897 ], [ -75.192600793416602, 39.937076721734101 ], [ -75.192424845928798, 39.937053487837801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1240 S NEWKIRK ST", "addr_range": "1240-1242 S NEWKIRK ST", "zipcode": 19146, "district": "2", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 658, "objectid": 4515, "Shape__Area": 104.12890625, "Shape__Length": 49.022441291573429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190877139068405, 39.938102820250798 ], [ -75.191046798751202, 39.938124031270497 ], [ -75.191054544193506, 39.938087402386302 ], [ -75.190886803814706, 39.938065299855701 ], [ -75.190877139068405, 39.938102820250798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3001 WHARTON ST", "addr_range": "3001 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 891, "objectid": 4516, "Shape__Area": 141.01953125, "Shape__Length": 54.999229527990835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193663799279506, 39.937718433171099 ], [ -75.193723828222303, 39.937726429585098 ], [ -75.193755387040099, 39.937586101824301 ], [ -75.193694736262302, 39.937577930283801 ], [ -75.193693043201193, 39.937585631304103 ], [ -75.193663799279506, 39.937718433171099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2607 REED ST", "addr_range": "2605-2609 REED ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1004, "objectid": 4517, "Shape__Area": 158.97265625, "Shape__Length": 64.711938380867721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187783136211294, 39.935744498691498 ], [ -75.187836118649201, 39.935751017232398 ], [ -75.187875246635201, 39.935572430070202 ], [ -75.187821128254598, 39.935565434760903 ], [ -75.187783136211294, 39.935744498691498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2824 WHARTON ST", "addr_range": "2822-2824 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1068, "objectid": 4518, "Shape__Area": 169.09765625, "Shape__Length": 62.090393056334349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191479568462199, 39.936980176416498 ], [ -75.191416735980198, 39.936972148700299 ], [ -75.191381970939105, 39.937135245860503 ], [ -75.191443987269096, 39.937143255385401 ], [ -75.191479568462199, 39.936980176416498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3118 DICKINSON ST", "addr_range": "3114-3118 DICKINSON ST", "zipcode": 19146, "district": "2", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 928, "objectid": 4519, "Shape__Area": 146.9296875, "Shape__Length": 61.934416948932018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196438557849007, 39.935290738256597 ], [ -75.196491582609397, 39.935297883535803 ], [ -75.196529195110003, 39.935127772004599 ], [ -75.196477568420207, 39.935120770494301 ], [ -75.196456007192396, 39.935218669587101 ], [ -75.196438557849007, 39.935290738256597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2904 WHARTON ST", "addr_range": "2900-2912 WHARTON ST; 1309 S HOLLYWOOD ST", "zipcode": 19146, "district": "2", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 985, "objectid": 4520, "Shape__Area": 155.953125, "Shape__Length": 61.432676359158236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192265600864701, 39.937251383999097 ], [ -75.192322307569299, 39.937259160204803 ], [ -75.192357059621898, 39.9370936126777 ], [ -75.192300099049007, 39.937086458827402 ], [ -75.192265600864701, 39.937251383999097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2934 WHARTON ST", "addr_range": "2930-2934 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1019, "objectid": 4521, "Shape__Area": 161.2421875, "Shape__Length": 62.348815225277164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193242454480895, 39.937380521839003 ], [ -75.193300012643306, 39.937387947124499 ], [ -75.193336393669497, 39.937220790425698 ], [ -75.193278013398796, 39.937212944979002 ], [ -75.193242454480895, 39.937380521839003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2910 WHARTON ST", "addr_range": "2900-2912 WHARTON ST; 1309 S HOLLYWOOD ST", "zipcode": 19146, "district": "2", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1209, "objectid": 4522, "Shape__Area": 191.40625, "Shape__Length": 64.43343651049301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192531863266396, 39.9371160481045 ], [ -75.192461320036003, 39.937107011986903 ], [ -75.192428447392103, 39.937272731195797 ], [ -75.192497103684403, 39.937281837878601 ], [ -75.192531863266396, 39.9371160481045 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2912 WHARTON ST", "addr_range": "2900-2912 WHARTON ST; 1309 S HOLLYWOOD ST", "zipcode": 19146, "district": "2", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1001, "objectid": 4523, "Shape__Area": 158.4453125, "Shape__Length": 61.784836183004913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192497103684403, 39.937281837878601 ], [ -75.192553195690806, 39.937289278601703 ], [ -75.192590799271102, 39.937123584666899 ], [ -75.192531863266396, 39.9371160481045 ], [ -75.192497103684403, 39.937281837878601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2908 WHARTON ST", "addr_range": "2900-2912 WHARTON ST; 1309 S HOLLYWOOD ST", "zipcode": 19146, "district": "2", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 844, "objectid": 4524, "Shape__Area": 133.625, "Shape__Length": 59.626492826109597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192461320036003, 39.937107011986903 ], [ -75.192413638738898, 39.937100919273497 ], [ -75.192378793661604, 39.937266143080301 ], [ -75.192428447392103, 39.937272731195797 ], [ -75.192461320036003, 39.937107011986903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2258 N 16TH ST", "addr_range": "2256-2258 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1095, "objectid": 4525, "Shape__Area": 173.5546875, "Shape__Length": 67.279242643760924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159278185589997, 39.9880527132539 ], [ -75.159514998785795, 39.988083867124502 ], [ -75.159519835465005, 39.988084507888701 ], [ -75.159524138625102, 39.988065663834803 ], [ -75.159528984805803, 39.988041335833998 ], [ -75.159524356419595, 39.988040731306903 ], [ -75.159287586735999, 39.988009515363302 ], [ -75.159278185589997, 39.9880527132539 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2242 N 16TH ST", "addr_range": "2240-2242 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1097, "objectid": 4526, "Shape__Area": 173.9296875, "Shape__Length": 67.114774358204613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159353011374705, 39.9877090343183 ], [ -75.159589614502195, 39.987740198637297 ], [ -75.159593263456202, 39.987740684648003 ], [ -75.159597230498306, 39.987721285187902 ], [ -75.159602814946396, 39.987697408137301 ], [ -75.159599020285896, 39.987696903520998 ], [ -75.159362539906795, 39.987665258142499 ], [ -75.159353011374705, 39.9877090343183 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 N SYDENHAM ST", "addr_range": "2239-2243 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1201, "objectid": 4527, "Shape__Area": 190.421875, "Shape__Length": 77.252276007074158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158117258843603, 39.987560333511198 ], [ -75.158407973500204, 39.987597395824203 ], [ -75.158417461884994, 39.987557971620902 ], [ -75.158126380028605, 39.987521174044304 ], [ -75.158117258843603, 39.987560333511198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 N 17TH ST", "addr_range": "2235-2245 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1110, "objectid": 4528, "Shape__Area": 175.90625, "Shape__Length": 67.344754322185182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160515053584405, 39.987816904136899 ], [ -75.160519724096403, 39.987817509574597 ], [ -75.160756107979495, 39.987848393514398 ], [ -75.160765692583695, 39.987804198633697 ], [ -75.160529074097695, 39.987774003200002 ], [ -75.160524590743606, 39.987773435322701 ], [ -75.160518232789499, 39.987800034950901 ], [ -75.160515053584405, 39.987816904136899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2540 N NAPA ST", "addr_range": "2532-2540 N NAPA ST; 2531-2539 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 709, "objectid": 4529, "Shape__Area": 112.51171875, "Shape__Length": 51.280674635059576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182886111734803, 39.995306962999699 ], [ -75.183063100040002, 39.995330941458498 ], [ -75.183070740660597, 39.995292941048703 ], [ -75.182893685895706, 39.995268461052802 ], [ -75.182886111734803, 39.995306962999699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2447 W CUMBERLAND ST", "addr_range": "2447-2449 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1613, "objectid": 4530, "Shape__Area": 255.734375, "Shape__Length": 95.075470743292755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172693075928706, 39.993470748951701 ], [ -75.172721163302498, 39.993474522338602 ], [ -75.172748756831695, 39.993477480025902 ], [ -75.172757215099594, 39.9934385470645 ], [ -75.172760692742202, 39.993419265987797 ], [ -75.172770252997594, 39.993371668401601 ], [ -75.172804899689893, 39.993196531684802 ], [ -75.172750891806402, 39.993189338134897 ], [ -75.172711939317495, 39.993380756769099 ], [ -75.172708095254293, 39.993398611423103 ], [ -75.172704820986695, 39.9934158670833 ], [ -75.172703231254403, 39.993427937395801 ], [ -75.172693075928706, 39.993470748951701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2253 N MOLE ST", "addr_range": "2237-2261 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 586, "objectid": 4531, "Shape__Area": 92.9453125, "Shape__Length": 44.3360098863498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158690177351005, 39.987713077209101 ], [ -75.158682026276693, 39.9877515323968 ], [ -75.158828680182097, 39.987770140845001 ], [ -75.158836787338601, 39.987732312666203 ], [ -75.158690177351005, 39.987713077209101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2240 N 16TH ST", "addr_range": "2240-2242 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1077, "objectid": 4532, "Shape__Area": 170.66015625, "Shape__Length": 66.858402449077289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159362539906795, 39.987665258142499 ], [ -75.159599020285896, 39.987696903520998 ], [ -75.159602814946396, 39.987697408137301 ], [ -75.159606190963999, 39.987682509432197 ], [ -75.159612528286004, 39.987654248806898 ], [ -75.159608378428402, 39.987653720856997 ], [ -75.159372215795401, 39.9876231458665 ], [ -75.159362539906795, 39.987665258142499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2059 W YORK ST", "addr_range": "2059 W YORK ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 840, "objectid": 4533, "Shape__Area": 133.26171875, "Shape__Length": 57.146421038352798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166651099246394, 39.991030743944897 ], [ -75.166703466642403, 39.991036968243002 ], [ -75.166733462207802, 39.990882554390502 ], [ -75.166681671166899, 39.990876116920603 ], [ -75.166651099246394, 39.991030743944897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2239 N 17TH ST", "addr_range": "2235-2245 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1074, "objectid": 4534, "Shape__Area": 170.2734375, "Shape__Length": 67.007248035826308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160775000653999, 39.987761787833698 ], [ -75.160538193268707, 39.987731604372399 ], [ -75.160533020717097, 39.987730956073001 ], [ -75.160526765336897, 39.987762023453797 ], [ -75.160524590743606, 39.987773435322701 ], [ -75.160529074097695, 39.987774003200002 ], [ -75.160765692583695, 39.987804198633697 ], [ -75.160775000653999, 39.987761787833698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2235 N 17TH ST", "addr_range": "2235-2245 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1099, "objectid": 4535, "Shape__Area": 174.26171875, "Shape__Length": 67.322111459608948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160542815685702, 39.987687299355699 ], [ -75.160547592106496, 39.987687922499198 ], [ -75.160784419989596, 39.987718670443201 ], [ -75.160793918537195, 39.987675103429901 ], [ -75.160561685166101, 39.9876453295415 ], [ -75.1605568882689, 39.987644721253901 ], [ -75.160552320692901, 39.987644150576301 ], [ -75.160542815685702, 39.987687299355699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2229 N MOLE ST", "addr_range": "2227-2229 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 587, "objectid": 4536, "Shape__Area": 93.14453125, "Shape__Length": 44.474565376213612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158778210666398, 39.987297430701503 ], [ -75.158926063440106, 39.987315937268299 ], [ -75.158934004951007, 39.987278057590999 ], [ -75.158786895879999, 39.987259310132202 ], [ -75.158778210666398, 39.987297430701503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2527 N 23RD ST", "addr_range": "2527 N 23RD ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1329, "objectid": 4537, "Shape__Area": 210.75, "Shape__Length": 76.425243603675895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169255878480598, 39.993743836499199 ], [ -75.169535315309304, 39.993777973659498 ], [ -75.1695445239137, 39.993733093951498 ], [ -75.169264839986397, 39.9936977574107 ], [ -75.169264680527505, 39.993698624204903 ], [ -75.169255878480598, 39.993743836499199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2245 N BANCROFT ST", "addr_range": "2245 N BANCROFT ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 701, "objectid": 4538, "Shape__Area": 111.2109375, "Shape__Length": 50.630093501342024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159606190963999, 39.987682509432197 ], [ -75.15961215566, 39.9876832720606 ], [ -75.159780338575601, 39.987704993451104 ], [ -75.159788829754504, 39.987666449466197 ], [ -75.159620468581906, 39.987644981753697 ], [ -75.159614670045798, 39.9876442544114 ], [ -75.159612528286004, 39.987654248806898 ], [ -75.159606190963999, 39.987682509432197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2239 N MOLE ST", "addr_range": "2237-2261 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 571, "objectid": 4539, "Shape__Area": 90.4765625, "Shape__Length": 44.096901081362006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158746335972694, 39.9874495758298 ], [ -75.158738297528203, 39.987487260490497 ], [ -75.158885502255899, 39.987505171313302 ], [ -75.158893343905703, 39.987468804894398 ], [ -75.158746335972694, 39.9874495758298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2242 N CHADWICK ST", "addr_range": "2242 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 666, "objectid": 4540, "Shape__Area": 105.5703125, "Shape__Length": 50.048456800288903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160353474574293, 39.987739576127403 ], [ -75.160521051663594, 39.987761281854098 ], [ -75.160526765336897, 39.987762023453797 ], [ -75.160533020717097, 39.987730956073001 ], [ -75.160534228086505, 39.987725679929397 ], [ -75.160528868964093, 39.987724978765598 ], [ -75.160359598449901, 39.9877026212476 ], [ -75.160353474574293, 39.987739576127403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2247 N MOLE ST", "addr_range": "2237-2261 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 584, "objectid": 4541, "Shape__Area": 92.66015625, "Shape__Length": 44.34165552574477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158713889386604, 39.987600772784198 ], [ -75.158706079090393, 39.987638494129797 ], [ -75.158853000253004, 39.987656722951002 ], [ -75.158861184145906, 39.987618509967099 ], [ -75.158713889386604, 39.987600772784198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2243 N MOLE ST", "addr_range": "2237-2261 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 574, "objectid": 4542, "Shape__Area": 91.0859375, "Shape__Length": 44.147856470395155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158722316138807, 39.987562275164002 ], [ -75.158869293673007, 39.987580649403498 ], [ -75.158877298008704, 39.9875433351841 ], [ -75.158730279591197, 39.9875249600301 ], [ -75.158722316138807, 39.987562275164002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2556 N HOLLYWOOD ST", "addr_range": "2550-2558 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 715, "objectid": 4543, "Shape__Area": 113.41015625, "Shape__Length": 51.476465004936699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179798937743001, 39.995264057912003 ], [ -75.179805041667706, 39.995265033425 ], [ -75.179813565234895, 39.995226440274003 ], [ -75.179807108928202, 39.995225892059402 ], [ -75.179636646432499, 39.995201184301699 ], [ -75.179627912582802, 39.995239821387699 ], [ -75.179798937743001, 39.995264057912003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2449 W CUMBERLAND ST", "addr_range": "2447-2449 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1618, "objectid": 4544, "Shape__Area": 256.55859375, "Shape__Length": 95.128512144742444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172748756831695, 39.993477480025902 ], [ -75.172803536678401, 39.993484803530698 ], [ -75.172842992318095, 39.993291203102501 ], [ -75.172849464836204, 39.993260914917798 ], [ -75.172850151428904, 39.993249984830797 ], [ -75.172860024187599, 39.993203040281301 ], [ -75.172804899689893, 39.993196531684802 ], [ -75.172770252997594, 39.993371668401601 ], [ -75.172760692742202, 39.993419265987797 ], [ -75.172757215099594, 39.9934385470645 ], [ -75.172748756831695, 39.993477480025902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2519 N NAPA ST", "addr_range": "2517-2523 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 716, "objectid": 4545, "Shape__Area": 113.62109375, "Shape__Length": 51.488309471617136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182698698788201, 39.994850806145102 ], [ -75.182875915196504, 39.994874822458897 ], [ -75.182884629091603, 39.994836136067001 ], [ -75.182706324582696, 39.994812644143202 ], [ -75.182698698788201, 39.994850806145102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2535 N PATTON ST", "addr_range": "2532-2540 N NAPA ST; 2531-2539 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 707, "objectid": 4546, "Shape__Area": 112.14453125, "Shape__Length": 51.141719127363253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183101402356399, 39.995218637485102 ], [ -75.183278135392101, 39.995242174719898 ], [ -75.183286487478995, 39.9952042226437 ], [ -75.183110186978695, 39.995180340094102 ], [ -75.183101402356399, 39.995218637485102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2243 N 16TH ST", "addr_range": "2237-2247 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1020, "objectid": 4547, "Shape__Area": 161.640625, "Shape__Length": 64.628349633597466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158936666505198, 39.987681211080201 ], [ -75.159168290427203, 39.987710490665599 ], [ -75.159177301650004, 39.9876687021819 ], [ -75.158945862985306, 39.987638991602502 ], [ -75.158936666505198, 39.987681211080201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2237 N 16TH ST", "addr_range": "2237-2247 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1025, "objectid": 4548, "Shape__Area": 162.41796875, "Shape__Length": 64.73982896081273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158963609764697, 39.987555585039502 ], [ -75.159195410202301, 39.987585722728703 ], [ -75.159204273646694, 39.987543447061498 ], [ -75.1589726345277, 39.987513505846401 ], [ -75.158963609764697, 39.987555585039502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2532 N NAPA ST", "addr_range": "2532-2540 N NAPA ST; 2531-2539 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 709, "objectid": 4549, "Shape__Area": 112.421875, "Shape__Length": 51.083940933280637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182919601638602, 39.995155653967402 ], [ -75.183095373089998, 39.9951802340765 ], [ -75.183103988226406, 39.995141368863898 ], [ -75.182927990627704, 39.995117815364402 ], [ -75.182919601638602, 39.995155653967402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2552 N HOLLYWOOD ST", "addr_range": "2550-2558 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 703, "objectid": 4550, "Shape__Area": 111.44921875, "Shape__Length": 51.224402531327357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179816188530495, 39.9951865049538 ], [ -75.179822459860802, 39.995187483313401 ], [ -75.179830922063601, 39.995149953781898 ], [ -75.179823874109303, 39.995149004886102 ], [ -75.179654236141502, 39.995124090359397 ], [ -75.179645398493307, 39.995162127752103 ], [ -75.179816188530495, 39.9951865049538 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3901 BROWN ST", "addr_range": "3901-3903 BROWN ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1718, "objectid": 4551, "Shape__Area": 272.13671875, "Shape__Length": 92.989869916400167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200604903752094, 39.967753488181103 ], [ -75.2005973903848, 39.967754370014703 ], [ -75.200648164987896, 39.968024228349101 ], [ -75.200655843884903, 39.968023367308298 ], [ -75.200708481530498, 39.968017491841202 ], [ -75.200659108410804, 39.967747133083897 ], [ -75.200604903752094, 39.967753488181103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "674 N 39TH ST", "addr_range": "672-676 N 39TH ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1396, "objectid": 4552, "Shape__Area": 221.0703125, "Shape__Length": 79.050992399858586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200146497368493, 39.965268194430202 ], [ -75.200154767529597, 39.965313529403197 ], [ -75.200298717472094, 39.965297658574201 ], [ -75.200446474989903, 39.965281389234498 ], [ -75.200437497735805, 39.965234796989201 ], [ -75.200146497368493, 39.965268194430202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "672 N 39TH ST", "addr_range": "672-676 N 39TH ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1452, "objectid": 4553, "Shape__Area": 229.9609375, "Shape__Length": 79.771062493221081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200136950054301, 39.965220073996903 ], [ -75.200146497368493, 39.965268194430202 ], [ -75.200437497735805, 39.965234796989201 ], [ -75.200430579986403, 39.965187461226201 ], [ -75.200136950054301, 39.965220073996903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3942 ASPEN ST", "addr_range": "3940-3942 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2088, "objectid": 4554, "Shape__Area": 330.765625, "Shape__Length": 93.02727751507949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201530970616105, 39.966111706167403 ], [ -75.201546176327497, 39.966182696205202 ], [ -75.201579959221803, 39.966368902199299 ], [ -75.201595164290296, 39.9663673387901 ], [ -75.201658591289998, 39.966360799745402 ], [ -75.201646871429702, 39.966295739173901 ], [ -75.201628268103704, 39.966198012053901 ], [ -75.201608011809299, 39.966103583736697 ], [ -75.201530970616105, 39.966111706167403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3904 BROWN ST", "addr_range": "3902-3906 BROWN ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1423, "objectid": 4555, "Shape__Area": 225.37890625, "Shape__Length": 83.135728063189049 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200685754209104, 39.967602631729498 ], [ -75.200686121432298, 39.967605670869901 ], [ -75.200742147738794, 39.967599354407398 ], [ -75.2007418334357, 39.967596558813398 ], [ -75.200714403866499, 39.967358330002803 ], [ -75.200656256967406, 39.967364775027598 ], [ -75.200685754209104, 39.967602631729498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "805 UNION ST", "addr_range": "3933 BROWN ST; 801-807 UNION ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1247, "objectid": 4556, "Shape__Area": 197.515625, "Shape__Length": 80.707418481019744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201599850011405, 39.9677530235601 ], [ -75.201607289528695, 39.967791504925401 ], [ -75.201618425800106, 39.967791188230201 ], [ -75.201638447284694, 39.967788006355001 ], [ -75.201652951473605, 39.967787279715601 ], [ -75.201667197710506, 39.967785001221003 ], [ -75.201915540687907, 39.967757535189399 ], [ -75.201907949986193, 39.967718646840297 ], [ -75.201599850011405, 39.9677530235601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3935 FOLSOM ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1025, "objectid": 4557, "Shape__Area": 162.37109375, "Shape__Length": 69.414955632705968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2013336868999, 39.967075581962 ], [ -75.201371241187005, 39.967274028146903 ], [ -75.201420374918101, 39.967268799847403 ], [ -75.201383709349201, 39.9670701328535 ], [ -75.2013336868999, 39.967075581962 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3933 BROWN ST", "addr_range": "3933 BROWN ST; 801-807 UNION ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1606, "objectid": 4558, "Shape__Area": 254.4375, "Shape__Length": 92.791191322689414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201509728190402, 39.967651836602997 ], [ -75.201558334720502, 39.967906946407197 ], [ -75.201560678116195, 39.967915960750297 ], [ -75.201560532486994, 39.967919842649103 ], [ -75.201561725228501, 39.967924350738599 ], [ -75.201618136777597, 39.967918413614797 ], [ -75.201606674196896, 39.967858693611198 ], [ -75.201601128603301, 39.967828378671101 ], [ -75.201596593630697, 39.967805210422199 ], [ -75.201586876331703, 39.967753718411899 ], [ -75.2015788432834, 39.9677121117914 ], [ -75.201567308233606, 39.9676459912355 ], [ -75.201509728190402, 39.967651836602997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "627 N 36TH ST", "addr_range": "625-627 N 36TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 983, "objectid": 4559, "Shape__Area": 155.703125, "Shape__Length": 62.885304408863192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194328834554995, 39.964507334690701 ], [ -75.194337070914202, 39.964549541122601 ], [ -75.194348391066598, 39.964548214705601 ], [ -75.194560644106403, 39.964523749639199 ], [ -75.194554490481295, 39.964481829281702 ], [ -75.194328834554995, 39.964507334690701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3939 FOLSOM ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 971, "objectid": 4560, "Shape__Area": 153.91796875, "Shape__Length": 68.758770640149734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201433510385598, 39.967064436435003 ], [ -75.201470392052997, 39.967263527177003 ], [ -75.201516672004999, 39.967257333544801 ], [ -75.201501807944496, 39.967170488905801 ], [ -75.201492564989493, 39.9671270515909 ], [ -75.201480933452402, 39.967059606202902 ], [ -75.201433510385598, 39.967064436435003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3912 FOLSOM ST", "addr_range": "3900-3916 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 902, "objectid": 4561, "Shape__Area": 142.98046875, "Shape__Length": 62.354822731502779 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200775350425005, 39.966878705896001 ], [ -75.200724425784799, 39.966884764495298 ], [ -75.200766416597602, 39.967057581287698 ], [ -75.200814914606696, 39.967052596813097 ], [ -75.200775350425005, 39.966878705896001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "807 UNION ST", "addr_range": "3933 BROWN ST; 801-807 UNION ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1372, "objectid": 4562, "Shape__Area": 217.328125, "Shape__Length": 81.927249836485231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201607289528695, 39.967791504925401 ], [ -75.201615570380895, 39.9678343415125 ], [ -75.201623990023094, 39.967833867172502 ], [ -75.201633049010098, 39.967832488006302 ], [ -75.201708671756705, 39.967824302427204 ], [ -75.201899269741602, 39.967802616035698 ], [ -75.201924306240301, 39.967799786048701 ], [ -75.201915540687907, 39.967757535189399 ], [ -75.201667197710506, 39.967785001221003 ], [ -75.201652951473605, 39.967787279715601 ], [ -75.201638447284694, 39.967788006355001 ], [ -75.201618425800106, 39.967791188230201 ], [ -75.201607289528695, 39.967791504925401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3917 BROWN ST", "addr_range": "3915-3917 BROWN ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1620, "objectid": 4563, "Shape__Area": 256.6015625, "Shape__Length": 92.099472798471581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201051835000499, 39.967703581728699 ], [ -75.2011047978703, 39.967973214528101 ], [ -75.201162625147404, 39.967966374733301 ], [ -75.201109281622294, 39.967697362411201 ], [ -75.201051835000499, 39.967703581728699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3900 FOLSOM ST", "addr_range": "3900-3916 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1062, "objectid": 4564, "Shape__Area": 168.265625, "Shape__Length": 63.827926541794021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200475028520401, 39.9670782363077 ], [ -75.200477251506499, 39.967089923987203 ], [ -75.200537024415098, 39.967083111536397 ], [ -75.200503257387794, 39.966911057625403 ], [ -75.2004446731938, 39.966918025312602 ], [ -75.200475028520401, 39.9670782363077 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3937 FOLSOM ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1034, "objectid": 4565, "Shape__Area": 163.75390625, "Shape__Length": 69.576070731842506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201383709349201, 39.9670701328535 ], [ -75.201420374918101, 39.967268799847403 ], [ -75.201470392052997, 39.967263527177003 ], [ -75.201433510385598, 39.967064436435003 ], [ -75.201383709349201, 39.9670701328535 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3915 BROWN ST", "addr_range": "3915-3917 BROWN ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1574, "objectid": 4566, "Shape__Area": 249.28125, "Shape__Length": 91.84364047793936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200995842478406, 39.9677095269791 ], [ -75.201048918183204, 39.967979517311697 ], [ -75.2011047978703, 39.967973214528101 ], [ -75.201051835000499, 39.967703581728699 ], [ -75.200995842478406, 39.9677095269791 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3906 BROWN ST", "addr_range": "3902-3906 BROWN ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1397, "objectid": 4567, "Shape__Area": 221.375, "Shape__Length": 82.875493500790185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200768933100903, 39.967352303730998 ], [ -75.200714403866499, 39.967358330002803 ], [ -75.200742147738794, 39.967599354407398 ], [ -75.2007998139687, 39.967592867120601 ], [ -75.200768933100903, 39.967352303730998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3902 BROWN ST", "addr_range": "3902-3906 BROWN ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1541, "objectid": 4568, "Shape__Area": 244.1484375, "Shape__Length": 84.19096240903157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200656256967406, 39.967364775027598 ], [ -75.2005914006902, 39.967371959340298 ], [ -75.200627359819705, 39.967612295943297 ], [ -75.200686121432298, 39.967605670869901 ], [ -75.200656256967406, 39.967364775027598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3712 BROWN ST", "addr_range": "3712-3714 BROWN ST; 749-757 N DEKALB ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1647, "objectid": 4569, "Shape__Area": 260.828125, "Shape__Length": 79.85607694689746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197281546974096, 39.967759537971602 ], [ -75.197321593273699, 39.967976093733199 ], [ -75.197394176842806, 39.967967972212499 ], [ -75.197372829999296, 39.967847518437701 ], [ -75.197361584849006, 39.967790494069398 ], [ -75.197359324319706, 39.967779289323502 ], [ -75.197354126135906, 39.967751496572802 ], [ -75.197281546974096, 39.967759537971602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3903 BROWN ST", "addr_range": "3901-3903 BROWN ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1615, "objectid": 4570, "Shape__Area": 255.82421875, "Shape__Length": 92.246737467661973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200659108410804, 39.967747133083897 ], [ -75.200708481530498, 39.968017491841202 ], [ -75.200767408365607, 39.968010935261802 ], [ -75.200714765322203, 39.967740615609699 ], [ -75.200659108410804, 39.967747133083897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "819 N 39TH ST", "addr_range": "817-819 N 39TH ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1257, "objectid": 4571, "Shape__Area": 199.1875, "Shape__Length": 76.406783788176853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200180054069605, 39.968216917967801 ], [ -75.200180670956797, 39.968220043748701 ], [ -75.200353015447007, 39.968200805037903 ], [ -75.200464138522406, 39.968188412124498 ], [ -75.200457158945298, 39.968145523263097 ], [ -75.200172321064798, 39.968177946131703 ], [ -75.200180054069605, 39.968216917967801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3839 FAIRMOUNT AVE", "addr_range": "3825-3841 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1436, "objectid": 4572, "Shape__Area": 227.48046875, "Shape__Length": 84.268397869800083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199015157618604, 39.965665526452099 ], [ -75.199027022884593, 39.965730075209301 ], [ -75.199060759572305, 39.965909495604301 ], [ -75.199117306936301, 39.965903209567003 ], [ -75.1990714490003, 39.965659378911397 ], [ -75.199015157618604, 39.965665526452099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3914 FAIRMOUNT AVE", "addr_range": "3910-3914 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1512, "objectid": 4573, "Shape__Area": 239.49609375, "Shape__Length": 85.925731036882468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200879654269798, 39.965032002922101 ], [ -75.200820970739997, 39.965038822595098 ], [ -75.200865588798095, 39.965286767700697 ], [ -75.200923922826306, 39.965280342984897 ], [ -75.200879654269798, 39.965032002922101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3609 FAIRMOUNT AVE", "addr_range": "3609 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1396, "objectid": 4574, "Shape__Area": 221.13671875, "Shape__Length": 83.059415181307713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195664632649397, 39.966033550387301 ], [ -75.195608500069696, 39.966039909740701 ], [ -75.195649106281905, 39.9662565102374 ], [ -75.195653170262005, 39.966279878218799 ], [ -75.195690992304606, 39.966275739450197 ], [ -75.1956911897514, 39.9662704882737 ], [ -75.195708802796801, 39.966268978346903 ], [ -75.195664632649397, 39.966033550387301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3714 BROWN ST", "addr_range": "3712-3714 BROWN ST; 749-757 N DEKALB ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1630, "objectid": 4575, "Shape__Area": 258.1953125, "Shape__Length": 79.752968351494587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197359324319706, 39.967779289323502 ], [ -75.197361584849006, 39.967790494069398 ], [ -75.197372829999296, 39.967847518437701 ], [ -75.197394176842806, 39.967967972212499 ], [ -75.197450555785196, 39.967961762496998 ], [ -75.197466753217299, 39.967959979330203 ], [ -75.197443121516102, 39.967828964505998 ], [ -75.197425821778694, 39.967743532782201 ], [ -75.197354126135906, 39.967751496572802 ], [ -75.197359324319706, 39.967779289323502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1124 N 39TH ST", "addr_range": "1114-1124 N 39TH ST; 3910 CAMBRIDGE ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1335, "objectid": 4576, "Shape__Area": 211.56640625, "Shape__Length": 74.956110246870537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201699526384104, 39.973577973702398 ], [ -75.201708217758195, 39.973625527125101 ], [ -75.201973108025996, 39.973597073754497 ], [ -75.201980008091596, 39.973596324161598 ], [ -75.201971499944193, 39.973549469506601 ], [ -75.201964896013195, 39.973550160802198 ], [ -75.201699526384104, 39.973577973702398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "714 N 42ND ST", "addr_range": "712-732 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1242, "objectid": 4577, "Shape__Area": 196.75, "Shape__Length": 75.918258347148381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2074737456213, 39.9651595834749 ], [ -75.207480754625095, 39.965202358947302 ], [ -75.207765013219301, 39.965180496749298 ], [ -75.207757361281793, 39.965138657611 ], [ -75.207477987786007, 39.965159274730702 ], [ -75.2074737456213, 39.9651595834749 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "780 UNION ST", "addr_range": "780 UNION ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3395, "objectid": 4578, "Shape__Area": 537.69140625, "Shape__Length": 127.70676195361182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202288222109601, 39.967425622020102 ], [ -75.2024116907115, 39.9674124381906 ], [ -75.202470814951795, 39.967405625645497 ], [ -75.202460305828595, 39.967352375400502 ], [ -75.202450192131707, 39.9672997285967 ], [ -75.202267627245803, 39.967319548956198 ], [ -75.202020414571194, 39.967346492099303 ], [ -75.202031894020607, 39.967400118935302 ], [ -75.202277489864002, 39.967372704677899 ], [ -75.202288222109601, 39.967425622020102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3961 RENO ST", "addr_range": "3961 RENO ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1028, "objectid": 4579, "Shape__Area": 162.9375, "Shape__Length": 66.009736005127166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202409809272098, 39.968200033078503 ], [ -75.202417726019704, 39.968242538951202 ], [ -75.202421672964107, 39.968241739994902 ], [ -75.202430421882497, 39.968240854839301 ], [ -75.202441283360102, 39.968239467875101 ], [ -75.202451585674297, 39.9682385027793 ], [ -75.202463574308297, 39.9682372543651 ], [ -75.202471345933603, 39.968236137574202 ], [ -75.202470150013596, 39.968232274544498 ], [ -75.202468002091905, 39.968218606368801 ], [ -75.202464745788006, 39.968199303028598 ], [ -75.202461994410498, 39.968184427623498 ], [ -75.202459858016098, 39.968170420925802 ], [ -75.202454402871894, 39.968144927518203 ], [ -75.202440109262398, 39.968065784872898 ], [ -75.202437929391493, 39.968052937703199 ], [ -75.202383514688904, 39.968058741167702 ], [ -75.202383814011, 39.968061376044197 ], [ -75.202384507731196, 39.968067451604298 ], [ -75.202387637514903, 39.968078418746103 ], [ -75.202393387723404, 39.968111655636001 ], [ -75.202401774079704, 39.968156751513298 ], [ -75.202405419666803, 39.968172387399797 ], [ -75.202407714751203, 39.968187720297003 ], [ -75.202409809272098, 39.968200033078503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3954 MELON ST", "addr_range": "3954 MELON ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1190, "objectid": 4580, "Shape__Area": 188.65234375, "Shape__Length": 73.959891470652622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201925618856293, 39.964419235965003 ], [ -75.201959408175, 39.964620353625897 ], [ -75.201961014862604, 39.9646299958208 ], [ -75.202015613957897, 39.964624261583502 ], [ -75.202014022357403, 39.964614747667198 ], [ -75.201980465177698, 39.9644175203142 ], [ -75.201979758072, 39.964413458198102 ], [ -75.201925618856293, 39.964419235965003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "936 N 42ND ST", "addr_range": "4211 OTTER ST; 936 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2388, "objectid": 4581, "Shape__Area": 378.25, "Shape__Length": 92.326606651611073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2085531130476, 39.971139256175498 ], [ -75.208565297576996, 39.971207244507397 ], [ -75.208881205507097, 39.971172249574302 ], [ -75.2088685939556, 39.971103897732 ], [ -75.208867685972095, 39.971099025724797 ], [ -75.2085523837778, 39.971135210739099 ], [ -75.2085531130476, 39.971139256175498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1705 RIDGE AVE", "addr_range": "1701-1709 RIDGE AVE", "zipcode": 19130, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 903, "objectid": 4582, "Shape__Area": 143.05859375, "Shape__Length": 54.556436065962174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164727589444396, 39.970767617798103 ], [ -75.164791973213994, 39.970775853922397 ], [ -75.164802686884201, 39.970715613715797 ], [ -75.164860037084196, 39.9706752365135 ], [ -75.164818934624705, 39.970637749980902 ], [ -75.1647441517663, 39.970690260322201 ], [ -75.164738162691705, 39.970718237979597 ], [ -75.164727589444396, 39.970767617798103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "918 N 17TH ST", "addr_range": "918 N 17TH ST", "zipcode": 19130, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1524, "objectid": 4583, "Shape__Area": 241.39453125, "Shape__Length": 80.691354987978627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164820736927297, 39.971415041904599 ], [ -75.164839979764693, 39.9714175063217 ], [ -75.164851932695598, 39.971367691751198 ], [ -75.164558472060804, 39.971330742761303 ], [ -75.164547859617798, 39.971380038790898 ], [ -75.164753267758798, 39.971406380395202 ], [ -75.164820736927297, 39.971415041904599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1707 RIDGE AVE", "addr_range": "1701-1709 RIDGE AVE", "zipcode": 19130, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 694, "objectid": 4584, "Shape__Area": 109.94140625, "Shape__Length": 44.807849840850082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164791973213994, 39.970775853922397 ], [ -75.164856546836006, 39.970784579033896 ], [ -75.164863929144502, 39.970740915441297 ], [ -75.164905414985995, 39.970713833894997 ], [ -75.164860037084196, 39.9706752365135 ], [ -75.164802686884201, 39.970715613715797 ], [ -75.164791973213994, 39.970775853922397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1709 RIDGE AVE", "addr_range": "1701-1709 RIDGE AVE", "zipcode": 19130, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 662, "objectid": 4585, "Shape__Area": 104.8828125, "Shape__Length": 46.139137452042675 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164984396204702, 39.970799823955304 ], [ -75.165004919590004, 39.970802268542002 ], [ -75.164993589986693, 39.970792196742401 ], [ -75.164905414985995, 39.970713833894997 ], [ -75.164863929144502, 39.970740915441297 ], [ -75.164856546836006, 39.970784579033896 ], [ -75.164871250729803, 39.970786329400902 ], [ -75.164984396204702, 39.970799823955304 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1330 PARRISH ST", "addr_range": "1330-1336 PARRISH ST", "zipcode": 19123, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1200, "objectid": 4586, "Shape__Area": 190.16015625, "Shape__Length": 71.974305316136039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159016882680902, 39.968683599319803 ], [ -75.159072040295001, 39.968696918449901 ], [ -75.159153624251701, 39.968503484900303 ], [ -75.159098667442393, 39.968489847776198 ], [ -75.159075197444096, 39.968545431384598 ], [ -75.159016882680902, 39.968683599319803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1336 PARRISH ST", "addr_range": "1330-1336 PARRISH ST", "zipcode": 19123, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1067, "objectid": 4587, "Shape__Area": 169.12109375, "Shape__Length": 66.513898485531627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159183302207893, 39.968724497042501 ], [ -75.159236615629197, 39.968737291505803 ], [ -75.159312294761605, 39.968560810521701 ], [ -75.159258219108693, 39.968547709653798 ], [ -75.159183302207893, 39.968724497042501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1332 PARRISH ST", "addr_range": "1330-1336 PARRISH ST", "zipcode": 19123, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1334, "objectid": 4588, "Shape__Area": 211.328125, "Shape__Length": 77.100550988736089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159153624251701, 39.968503484900303 ], [ -75.159072040295001, 39.968696918449901 ], [ -75.1591287589182, 39.968710482737499 ], [ -75.159203082121707, 39.968534373957702 ], [ -75.159209806492797, 39.968517906521797 ], [ -75.159216599569007, 39.968501295573098 ], [ -75.159160441088702, 39.968487325901002 ], [ -75.159153624251701, 39.968503484900303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5003 WALNUT ST", "addr_range": "5003 WALNUT ST", "zipcode": 19139, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1499, "objectid": 4589, "Shape__Area": 237.3828125, "Shape__Length": 90.299949193593804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221654351294504, 39.956867040256803 ], [ -75.221708984808402, 39.956874191782802 ], [ -75.221762175663997, 39.956608279884897 ], [ -75.221708335015606, 39.9566017567304 ], [ -75.221689396796094, 39.956695848783298 ], [ -75.221672441579699, 39.956779974434198 ], [ -75.221659371614606, 39.956846968513403 ], [ -75.221654351294504, 39.956867040256803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6006 IRVING ST", "addr_range": "6006-6008 IRVING ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1236, "objectid": 4590, "Shape__Area": 195.703125, "Shape__Length": 74.62891908789527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242152858768094, 39.9572035943442 ], [ -75.242167680309606, 39.957205547332997 ], [ -75.242172202042596, 39.9572061462272 ], [ -75.242204532169097, 39.957210430786901 ], [ -75.242249785226605, 39.9569996270871 ], [ -75.242193534483903, 39.956992529325902 ], [ -75.242148940590297, 39.957203074415403 ], [ -75.242152858768094, 39.9572035943442 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6008 IRVING ST", "addr_range": "6006-6008 IRVING ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1288, "objectid": 4591, "Shape__Area": 204.01953125, "Shape__Length": 75.169176318630946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242204532169097, 39.957210430786901 ], [ -75.242237964479401, 39.957214353805 ], [ -75.242263324750795, 39.9572173417329 ], [ -75.242307796057005, 39.9570067461744 ], [ -75.242249785226605, 39.9569996270871 ], [ -75.242204532169097, 39.957210430786901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5354 IRVING ST", "addr_range": "5354 IRVING ST", "zipcode": 19139, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1480, "objectid": 4592, "Shape__Area": 234.3046875, "Shape__Length": 78.663441100195911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229499492125498, 39.955614379941402 ], [ -75.2295642500425, 39.955621912349201 ], [ -75.229570236513098, 39.955594350827802 ], [ -75.229574605154497, 39.955574264473597 ], [ -75.229603922090902, 39.955439536464901 ], [ -75.229607683067201, 39.955422291118097 ], [ -75.229611519800301, 39.955404676224902 ], [ -75.229546295652099, 39.955396714632499 ], [ -75.229542347125204, 39.955415101925297 ], [ -75.229499492125498, 39.955614379941402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5736 LUDLOW ST", "addr_range": "5728-5738 LUDLOW ST", "zipcode": 19139, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 968, "objectid": 4593, "Shape__Area": 153.7578125, "Shape__Length": 69.676995237356181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2361098609137, 39.960336529580204 ], [ -75.236064502146505, 39.960330490127603 ], [ -75.236062738227801, 39.960338575748999 ], [ -75.236020844304804, 39.960532124031097 ], [ -75.236067323029502, 39.960537897016899 ], [ -75.236108231735798, 39.960344328034303 ], [ -75.2361098609137, 39.960336529580204 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5912 MARKET ST", "addr_range": "5912-5914 MARKET ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1279, "objectid": 4594, "Shape__Area": 202.5546875, "Shape__Length": 79.538584307748039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239296190698795, 39.961414251310998 ], [ -75.239248013309293, 39.961643785730097 ], [ -75.239300993226706, 39.9616504898244 ], [ -75.239349550089003, 39.961420915938099 ], [ -75.239296190698795, 39.961414251310998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5426 MARKET ST", "addr_range": "5426-5428 MARKET ST; 9 S CONESTOGA ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1124, "objectid": 4595, "Shape__Area": 178.0625, "Shape__Length": 67.447525967960587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229707018256903, 39.960281037784497 ], [ -75.229669179139506, 39.960465886695502 ], [ -75.229728149508801, 39.960472598002397 ], [ -75.229764504504999, 39.9602876362855 ], [ -75.229707018256903, 39.960281037784497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "34 S CECIL ST", "addr_range": "32-34 S CECIL ST", "zipcode": 19139, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 930, "objectid": 4596, "Shape__Area": 147.30078125, "Shape__Length": 61.57335352579976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236394791666399, 39.960453576796603 ], [ -75.236614727357207, 39.960480480303701 ], [ -75.236623338886204, 39.960440224197903 ], [ -75.236402193662499, 39.960413167164802 ], [ -75.236394791666399, 39.960453576796603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "32 S CECIL ST", "addr_range": "32-34 S CECIL ST", "zipcode": 19139, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 935, "objectid": 4597, "Shape__Area": 148.109375, "Shape__Length": 61.585647684923018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236385625092794, 39.960493514389597 ], [ -75.236605941008804, 39.960521537167701 ], [ -75.236614727357207, 39.960480480303701 ], [ -75.236394791666399, 39.960453576796603 ], [ -75.236385625092794, 39.960493514389597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5732 LUDLOW ST", "addr_range": "5728-5738 LUDLOW ST", "zipcode": 19139, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 968, "objectid": 4598, "Shape__Area": 157.4140625, "Shape__Length": 69.931864950271844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236017129875194, 39.960324536279799 ], [ -75.235992783821999, 39.9603212944115 ], [ -75.2359708624859, 39.960318783218099 ], [ -75.235969184043199, 39.960326741868997 ], [ -75.235928442251193, 39.960520346003001 ], [ -75.235976228675, 39.960526407168103 ], [ -75.236015491192802, 39.960332591308003 ], [ -75.236017129875194, 39.960324536279799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5734 LUDLOW ST", "addr_range": "5728-5738 LUDLOW ST", "zipcode": 19139, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 993, "objectid": 4599, "Shape__Area": 154.0, "Shape__Length": 69.733641213824782 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236064502146505, 39.960330490127603 ], [ -75.236017129875194, 39.960324536279799 ], [ -75.236015491192802, 39.960332591308003 ], [ -75.235976228675, 39.960526407168103 ], [ -75.236020844304804, 39.960532124031097 ], [ -75.236062738227801, 39.960338575748999 ], [ -75.236064502146505, 39.960330490127603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5914 MARKET ST", "addr_range": "5912-5914 MARKET ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1381, "objectid": 4600, "Shape__Area": 218.6640625, "Shape__Length": 80.496488726440205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239349550089003, 39.961420915938099 ], [ -75.239300993226706, 39.9616504898244 ], [ -75.239358776040504, 39.961657606232698 ], [ -75.2393777618028, 39.961565592316802 ], [ -75.239406963982901, 39.961428378344003 ], [ -75.239349550089003, 39.961420915938099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5428 MARKET ST", "addr_range": "5426-5428 MARKET ST; 9 S CONESTOGA ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1145, "objectid": 4601, "Shape__Area": 181.28125, "Shape__Length": 67.677334141936456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229728149508801, 39.960472598002397 ], [ -75.229785925695396, 39.960480411995803 ], [ -75.229787274905505, 39.960473962564997 ], [ -75.229824843555093, 39.960295796681301 ], [ -75.229764504504999, 39.9602876362855 ], [ -75.229728149508801, 39.960472598002397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1325 S 23RD ST", "addr_range": "1325 S 23RD ST", "zipcode": 19146, "district": "2", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1000, "objectid": 4602, "Shape__Area": 158.265625, "Shape__Length": 60.597976475312457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182140554206399, 39.935304478909998 ], [ -75.182349716996598, 39.935331278152297 ], [ -75.182359371210893, 39.935286375255401 ], [ -75.182159324424504, 39.935259376483302 ], [ -75.182150803470407, 39.935258235130902 ], [ -75.182150526218393, 39.935259470516797 ], [ -75.182140554206399, 39.935304478909998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2625 REED ST", "addr_range": "2621-2625 REED ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 984, "objectid": 4603, "Shape__Area": 155.73828125, "Shape__Length": 64.030832571558335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188263858247595, 39.935805563329097 ], [ -75.188316824948501, 39.935812532700098 ], [ -75.188355158785001, 39.935636071165 ], [ -75.188302368210401, 39.935628283121098 ], [ -75.188263858247595, 39.935805563329097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1312 S 21ST ST", "addr_range": "1306-1312 S 21ST ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1293, "objectid": 4604, "Shape__Area": 204.6796875, "Shape__Length": 73.57250713919511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1792031142067, 39.935311662163201 ], [ -75.179468114013005, 39.935345892042399 ], [ -75.179477362226393, 39.935301221716699 ], [ -75.179477800523401, 39.935299071814399 ], [ -75.179212005382496, 39.935265419694602 ], [ -75.179211587514303, 39.935267586272197 ], [ -75.1792031142067, 39.935311662163201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1308 S 21ST ST", "addr_range": "1306-1312 S 21ST ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1192, "objectid": 4605, "Shape__Area": 188.609375, "Shape__Length": 72.591335549634223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179183931387499, 39.935399180862497 ], [ -75.1792480715946, 39.935407469909997 ], [ -75.179316997909893, 39.935416559079798 ], [ -75.1793303314616, 39.935418356332001 ], [ -75.179449345019705, 39.935434113833097 ], [ -75.179458513653799, 39.935391022099999 ], [ -75.179192663827294, 39.935356578529898 ], [ -75.179183931387499, 39.935399180862497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1506 S STILLMAN ST", "addr_range": "1506 S STILLMAN ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 633, "objectid": 4606, "Shape__Area": 100.28515625, "Shape__Length": 46.36554079255788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187035704214594, 39.933905316279002 ], [ -75.187027088784404, 39.933944423989999 ], [ -75.187181530790497, 39.933964091744102 ], [ -75.1871901431319, 39.933925032608897 ], [ -75.187035704214594, 39.933905316279002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1354 S NEWKIRK ST", "addr_range": "1355 S DOVER ST; 1354 S NEWKIRK ST", "zipcode": 19146, "district": "2", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 613, "objectid": 4607, "Shape__Area": 97.0234375, "Shape__Length": 46.869314708482563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191329870004097, 39.936061736463401 ], [ -75.191489813962804, 39.936082811273103 ], [ -75.1914971194618, 39.936049492770302 ], [ -75.191497851909702, 39.936046172675503 ], [ -75.191337897680697, 39.936025403988801 ], [ -75.191337342233595, 39.936027939649101 ], [ -75.191329870004097, 39.936061736463401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1302 S 33RD ST", "addr_range": "1302-1306 S 33RD ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 535, "objectid": 4608, "Shape__Area": 84.79296875, "Shape__Length": 39.863914226777858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197820615821399, 39.937944319027999 ], [ -75.197927616031507, 39.937967945747197 ], [ -75.197961506788005, 39.937930302571097 ], [ -75.197836129643804, 39.937902575527303 ], [ -75.197820615821399, 39.937944319027999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3135 WHARTON ST", "addr_range": "3133-3135 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 891, "objectid": 4609, "Shape__Area": 141.08203125, "Shape__Length": 58.635806769812042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196445413464303, 39.938104485461899 ], [ -75.196494923293898, 39.938110972183303 ], [ -75.196498966327695, 39.938111496483202 ], [ -75.196505876186606, 39.938080330419702 ], [ -75.196533921699697, 39.937953641630898 ], [ -75.196480036964203, 39.937946525925497 ], [ -75.196445413464303, 39.938104485461899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2403 WHARTON ST", "addr_range": "2401-2403 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1055, "objectid": 4610, "Shape__Area": 166.984375, "Shape__Length": 67.226391828248694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184019315043599, 39.936529493499101 ], [ -75.184073108812498, 39.936536759040102 ], [ -75.184113313055605, 39.936349347284299 ], [ -75.184059799017206, 39.936342426797303 ], [ -75.184019315043599, 39.936529493499101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1545 S RINGGOLD ST", "addr_range": "1545 S RINGGOLD ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 751, "objectid": 4611, "Shape__Area": 118.84765625, "Shape__Length": 51.934165482535548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184979185121506, 39.932934000895003 ], [ -75.185156710810404, 39.932956138421297 ], [ -75.185166222489997, 39.932916567030603 ], [ -75.184988746077593, 39.932893157491002 ], [ -75.184979185121506, 39.932934000895003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1555 S RINGGOLD ST", "addr_range": "1555 S RINGGOLD ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 766, "objectid": 4612, "Shape__Area": 121.20703125, "Shape__Length": 52.134974438007973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185033600466298, 39.932697243059799 ], [ -75.185024008832698, 39.932738342568399 ], [ -75.185201486436398, 39.932762268367803 ], [ -75.185210179359601, 39.932721100093197 ], [ -75.185033600466298, 39.932697243059799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1306 S 33RD ST", "addr_range": "1302-1306 S 33RD ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 637, "objectid": 4613, "Shape__Area": 100.93359375, "Shape__Length": 47.354831689749091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197851909331803, 39.937857679011898 ], [ -75.197998457515993, 39.937889874886601 ], [ -75.198029052053897, 39.937855849771701 ], [ -75.197866783244294, 39.9378207254356 ], [ -75.197851909331803, 39.937857679011898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1517 S STILLMAN ST", "addr_range": "1517 S STILLMAN ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 617, "objectid": 4614, "Shape__Area": 97.7109375, "Shape__Length": 46.218460428726701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186817693786793, 39.933679023477403 ], [ -75.186973017982993, 39.933699147332902 ], [ -75.186981579419196, 39.933661440390402 ], [ -75.1868262631492, 39.933641108588603 ], [ -75.186817693786793, 39.933679023477403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3133 WHARTON ST", "addr_range": "3133-3135 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1057, "objectid": 4615, "Shape__Area": 167.390625, "Shape__Length": 60.825229128877879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196382100221697, 39.9380952253291 ], [ -75.196389680322298, 39.938096344663002 ], [ -75.196445413464303, 39.938104485461899 ], [ -75.196480036964203, 39.937946525925497 ], [ -75.196423750250403, 39.937939227871098 ], [ -75.196415690802993, 39.937938032093001 ], [ -75.196382100221697, 39.9380952253291 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1304 S 33RD ST", "addr_range": "1302-1306 S 33RD ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 673, "objectid": 4616, "Shape__Area": 106.515625, "Shape__Length": 45.414184722238133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197961506788005, 39.937930302571097 ], [ -75.197998457515993, 39.937889874886601 ], [ -75.197851909331803, 39.937857679011898 ], [ -75.197836129643804, 39.937902575527303 ], [ -75.197961506788005, 39.937930302571097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1314 S 28TH ST", "addr_range": "1310, 1314-1320 S 28TH ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 902, "objectid": 4617, "Shape__Area": 142.83203125, "Shape__Length": 62.625089022584255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190649665917903, 39.936708048299799 ], [ -75.190641443128399, 39.936745664824301 ], [ -75.190870167777803, 39.936772562329303 ], [ -75.1908785800007, 39.936734885145498 ], [ -75.190649665917903, 39.936708048299799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1312 S 28TH ST", "addr_range": "1310-1320 S 28TH ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 942, "objectid": 4618, "Shape__Area": 149.17578125, "Shape__Length": 63.088383033922455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190641443128399, 39.936745664824301 ], [ -75.190632817224397, 39.936785127529603 ], [ -75.190861424208506, 39.936811796270199 ], [ -75.190870167777803, 39.936772562329303 ], [ -75.190641443128399, 39.936745664824301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1318 S 28TH ST", "addr_range": "1310, 1314-1320 S 28TH ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 858, "objectid": 4619, "Shape__Area": 135.77734375, "Shape__Length": 62.137006632966148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190664422513194, 39.936640367656999 ], [ -75.190656627386304, 39.936676107914401 ], [ -75.190885683243494, 39.9367030623402 ], [ -75.190893646691293, 39.936667324924699 ], [ -75.190664422513194, 39.936640367656999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1555 S MARSTON ST", "addr_range": "1554 S ETTING ST; 1555 S MARSTON ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 850, "objectid": 4620, "Shape__Area": 134.515625, "Shape__Length": 54.597504898466894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190471283340997, 39.933403942342103 ], [ -75.190461568708599, 39.933448393043498 ], [ -75.190646167840697, 39.933472389085203 ], [ -75.190655829030703, 39.933429354464998 ], [ -75.190514762696395, 39.933409812401599 ], [ -75.190471283340997, 39.933403942342103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1511 S STILLMAN ST", "addr_range": "1507, 1511 S STILLMAN ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 613, "objectid": 4621, "Shape__Area": 97.05078125, "Shape__Length": 46.334446267312501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186800426647196, 39.933758785094099 ], [ -75.186791872503605, 39.933796233598599 ], [ -75.186948992118403, 39.933815960618801 ], [ -75.186956633010197, 39.9337787980378 ], [ -75.186800426647196, 39.933758785094099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1320 S 28TH ST", "addr_range": "1310, 1314-1320 S 28TH ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 954, "objectid": 4622, "Shape__Area": 151.08984375, "Shape__Length": 63.349200438414087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190664422513194, 39.936640367656999 ], [ -75.190893646691293, 39.936667324924699 ], [ -75.190902338986604, 39.936628363744603 ], [ -75.190791435008194, 39.936614557059897 ], [ -75.190673277194804, 39.9365998639841 ], [ -75.190664422513194, 39.936640367656999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1507 S STILLMAN ST", "addr_range": "1507, 1511 S STILLMAN ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 612, "objectid": 4623, "Shape__Area": 96.875, "Shape__Length": 46.321323527861601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186775666964706, 39.933871182318299 ], [ -75.186931889739597, 39.9338913254023 ], [ -75.186940413688703, 39.933854086149402 ], [ -75.186783330840498, 39.9338339716058 ], [ -75.186775666964706, 39.933871182318299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2519 ANNIN ST", "addr_range": "2519-2525 ANNIN ST", "zipcode": 19146, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 466, "objectid": 4624, "Shape__Area": 73.765625, "Shape__Length": 39.355436682098983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185784286350795, 39.939022166912203 ], [ -75.185828952261204, 39.939027759761501 ], [ -75.1858490868687, 39.938928122995399 ], [ -75.185804401174295, 39.938922528809201 ], [ -75.185784286350795, 39.939022166912203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2401 WHARTON ST", "addr_range": "2401-2403 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1158, "objectid": 4625, "Shape__Area": 183.20703125, "Shape__Length": 68.318870727462652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183960255564898, 39.936521386606103 ], [ -75.183966984726993, 39.9365223111323 ], [ -75.184019315043599, 39.936529493499101 ], [ -75.184059799017206, 39.936342426797303 ], [ -75.184010016138302, 39.936335978100502 ], [ -75.184000930812104, 39.936334807142998 ], [ -75.184000653031703, 39.936336026302598 ], [ -75.183960255564898, 39.936521386606103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1338 S STANLEY ST", "addr_range": "1338 S STANLEY ST", "zipcode": 19146, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 717, "objectid": 4626, "Shape__Area": 113.58984375, "Shape__Length": 52.016801177734379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194893824508299, 39.936868093631603 ], [ -75.195074596240502, 39.936891125761001 ], [ -75.195082594581706, 39.936853810315696 ], [ -75.194901044203803, 39.9368297922667 ], [ -75.194893824508299, 39.936868093631603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2523 ANNIN ST", "addr_range": "2519-2525 ANNIN ST", "zipcode": 19146, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 469, "objectid": 4627, "Shape__Area": 74.3046875, "Shape__Length": 39.429281330586562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185874177319903, 39.939034106625201 ], [ -75.185877156792799, 39.939034464261901 ], [ -75.185919810053605, 39.939039575990797 ], [ -75.185939557834502, 39.938939640438598 ], [ -75.185921163694999, 39.9389376488473 ], [ -75.185894989748604, 39.938934806666801 ], [ -75.185874177319903, 39.939034106625201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2239 N 16TH ST", "addr_range": "2237-2247 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 999, "objectid": 4628, "Shape__Area": 158.42578125, "Shape__Length": 64.417046746558398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158954920729201, 39.987597123091902 ], [ -75.159186478117505, 39.987626481335496 ], [ -75.159195410202301, 39.987585722728703 ], [ -75.158963609764697, 39.987555585039502 ], [ -75.158954920729201, 39.987597123091902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2256 N 16TH ST", "addr_range": "2256-2258 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1093, "objectid": 4629, "Shape__Area": 173.21484375, "Shape__Length": 67.254437200553923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159538484391206, 39.9879983167475 ], [ -75.159533709128198, 39.987997693588397 ], [ -75.159296989727295, 39.987966299493301 ], [ -75.159287586735999, 39.988009515363302 ], [ -75.159524356419595, 39.988040731306903 ], [ -75.159528984805803, 39.988041335833998 ], [ -75.159532020212595, 39.988027137642199 ], [ -75.159538484391206, 39.9879983167475 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2543 N HOLLYWOOD ST", "addr_range": "2539-2643 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 793, "objectid": 4630, "Shape__Area": 125.68359375, "Shape__Length": 54.316488250599619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179395340322401, 39.994929111203 ], [ -75.179400655617002, 39.99492987536 ], [ -75.179582952776698, 39.994955880155501 ], [ -75.179591749364207, 39.994915616351399 ], [ -75.179409874753304, 39.994890087753802 ], [ -75.179403850200302, 39.994889244642899 ], [ -75.179395830365095, 39.994922819607297 ], [ -75.179395340322401, 39.994929111203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2554 N HOLLYWOOD ST", "addr_range": "2550-2558 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 731, "objectid": 4631, "Shape__Area": 115.9375, "Shape__Length": 51.592302332581141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179636646432499, 39.995201184301699 ], [ -75.179807108928202, 39.995225892059402 ], [ -75.179813565234895, 39.995226440274003 ], [ -75.179822459860802, 39.995187483313401 ], [ -75.179816188530495, 39.9951865049538 ], [ -75.179645398493307, 39.995162127752103 ], [ -75.179636646432499, 39.995201184301699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2509 N NEWKIRK ST", "addr_range": "2827 W CUMBERLAND ST; 2509-2511 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 701, "objectid": 4632, "Shape__Area": 111.1875, "Shape__Length": 50.96030315745368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177899317618795, 39.994054147085699 ], [ -75.1779641236743, 39.994063449742399 ], [ -75.178075250910695, 39.994079287327502 ], [ -75.178083756027902, 39.994040677652997 ], [ -75.178082691697, 39.994040540277901 ], [ -75.177908018376201, 39.994016993334803 ], [ -75.177899317618795, 39.994054147085699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2213 N MOLE ST", "addr_range": "2211-2219 N MOLE ST; 2214 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 566, "objectid": 4633, "Shape__Area": 89.7421875, "Shape__Length": 44.070798231411594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158852128930505, 39.9869578419964 ], [ -75.158844552000801, 39.986994424325701 ], [ -75.158991768900407, 39.9870130939671 ], [ -75.158999936932503, 39.9869764285652 ], [ -75.158852128930505, 39.9869578419964 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2536 N NAPA ST", "addr_range": "2532-2540 N NAPA ST; 2531-2539 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 699, "objectid": 4634, "Shape__Area": 110.8203125, "Shape__Length": 51.086984030236131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182902577606598, 39.995230649912202 ], [ -75.183079890688205, 39.995254925737797 ], [ -75.183087181989094, 39.995217271612397 ], [ -75.182910793790597, 39.995192951607002 ], [ -75.182902577606598, 39.995230649912202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2569 N PATTON ST", "addr_range": "2566-2568 N NAPA ST; 2567-2569 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 719, "objectid": 4635, "Shape__Area": 114.01171875, "Shape__Length": 44.936054073730446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183071065443997, 39.995915846886298 ], [ -75.183079029955906, 39.995916910682197 ], [ -75.183096870096605, 39.995865260101702 ], [ -75.182963859673194, 39.995847148689997 ], [ -75.182952013776003, 39.995899918106304 ], [ -75.183071065443997, 39.995915846886298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2249 N SYDENHAM ST", "addr_range": "2249 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1147, "objectid": 4636, "Shape__Area": 181.81640625, "Shape__Length": 72.344153958092065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158106855443094, 39.9877225213597 ], [ -75.158374303399896, 39.987757028328303 ], [ -75.158383485757099, 39.987716324079599 ], [ -75.158123161668598, 39.987682380757597 ], [ -75.158116496728994, 39.987681827492601 ], [ -75.158106855443094, 39.9877225213597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2536 N DOVER ST", "addr_range": "2536-2538 N DOVER ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 701, "objectid": 4637, "Shape__Area": 111.11328125, "Shape__Length": 50.670075297489255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1785343828452, 39.994685279080997 ], [ -75.178707823316799, 39.994709878623901 ], [ -75.178716567656807, 39.994671564393897 ], [ -75.178542120677903, 39.994646942314297 ], [ -75.1785343828452, 39.994685279080997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2219 N BANCROFT ST", "addr_range": "2219 N BANCROFT ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 682, "objectid": 4638, "Shape__Area": 108.09375, "Shape__Length": 50.363828651738103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159712989968497, 39.987193941295402 ], [ -75.159718494195999, 39.987194644872098 ], [ -75.159887255220895, 39.9872160728343 ], [ -75.159895564603204, 39.987178975378001 ], [ -75.159726648503096, 39.987157254699802 ], [ -75.159720828389297, 39.987156510656597 ], [ -75.1597150933069, 39.987183817185901 ], [ -75.159712989968497, 39.987193941295402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2524 N MYRTLEWOOD ST", "addr_range": "2524 N MYRTLEWOOD ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 724, "objectid": 4639, "Shape__Area": 114.83984375, "Shape__Length": 52.376229454711179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180230144928402, 39.9946856794474 ], [ -75.180412430905406, 39.994710297830302 ], [ -75.180420477408305, 39.994672660747398 ], [ -75.180238062199393, 39.994647621413101 ], [ -75.180230144928402, 39.9946856794474 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2527 N PATTON ST", "addr_range": "2525-2527 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 715, "objectid": 4640, "Shape__Area": 113.33203125, "Shape__Length": 51.280910103412879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183135031358702, 39.995065897104503 ], [ -75.183311821356497, 39.995089032818697 ], [ -75.183320297185404, 39.995050502356399 ], [ -75.183143528877494, 39.995027384257199 ], [ -75.183135031358702, 39.995065897104503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2525 N PATTON ST", "addr_range": "2525-2527 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 721, "objectid": 4641, "Shape__Area": 114.33984375, "Shape__Length": 51.386519948867317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183143528877494, 39.995027384257199 ], [ -75.183320297185404, 39.995050502356399 ], [ -75.183328725858402, 39.995012165457297 ], [ -75.183152123112293, 39.994987986077803 ], [ -75.183143528877494, 39.995027384257199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2539 N HOLLYWOOD ST", "addr_range": "2539-2643 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 736, "objectid": 4642, "Shape__Area": 116.6953125, "Shape__Length": 53.410211662029489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179608103489898, 39.994840122874002 ], [ -75.179427610996399, 39.9948141098712 ], [ -75.179421128351706, 39.994813175411501 ], [ -75.1794154678295, 39.994837034453901 ], [ -75.179412836397205, 39.994850597004699 ], [ -75.179418860299293, 39.994851457219802 ], [ -75.179600343856194, 39.9948773798004 ], [ -75.179608103489898, 39.994840122874002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2501 N HOLLYWOOD ST", "addr_range": "2501 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 855, "objectid": 4643, "Shape__Area": 135.5625, "Shape__Length": 54.893537029115016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179575667192793, 39.994118521315002 ], [ -75.179582066658895, 39.994119423270497 ], [ -75.179761339229799, 39.994144441069601 ], [ -75.179769628508893, 39.994107051833097 ], [ -75.179771218272094, 39.994099930702902 ], [ -75.179591812176099, 39.994076246125402 ], [ -75.179585617954402, 39.9940754307584 ], [ -75.179584214634403, 39.994081525305297 ], [ -75.179575667192793, 39.994118521315002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2245 N MOLE ST", "addr_range": "2237-2261 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 588, "objectid": 4644, "Shape__Area": 93.26953125, "Shape__Length": 44.421730516834998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158713889386604, 39.987600772784198 ], [ -75.158861184145906, 39.987618509967099 ], [ -75.158869293673007, 39.987580649403498 ], [ -75.158722316138807, 39.987562275164002 ], [ -75.158713889386604, 39.987600772784198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2245 N 16TH ST", "addr_range": "2237-2247 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1019, "objectid": 4645, "Shape__Area": 161.46875, "Shape__Length": 64.644925759475868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158927991184598, 39.987722910722702 ], [ -75.159159739419707, 39.987752773383598 ], [ -75.159168290427203, 39.987710490665599 ], [ -75.158936666505198, 39.987681211080201 ], [ -75.158927991184598, 39.987722910722702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2249 N MOLE ST", "addr_range": "2237-2261 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 584, "objectid": 4646, "Shape__Area": 92.546875, "Shape__Length": 44.305208341068749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1586980412538, 39.987676161682899 ], [ -75.158844793564796, 39.987694949836197 ], [ -75.158853000253004, 39.987656722951002 ], [ -75.158706079090393, 39.987638494129797 ], [ -75.1586980412538, 39.987676161682899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2243 N 17TH ST", "addr_range": "2235-2245 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1078, "objectid": 4647, "Shape__Area": 170.953125, "Shape__Length": 66.984095172891841 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160505847616903, 39.987859366778999 ], [ -75.160510581917094, 39.987859988973497 ], [ -75.160746788249796, 39.987891109494903 ], [ -75.160756107979495, 39.987848393514398 ], [ -75.160519724096403, 39.987817509574597 ], [ -75.160515053584405, 39.987816904136899 ], [ -75.160509969737305, 39.987837552463503 ], [ -75.160505847616903, 39.987859366778999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2237 N 17TH ST", "addr_range": "2235-2245 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1101, "objectid": 4648, "Shape__Area": 174.46875, "Shape__Length": 67.373468586949599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160538193268707, 39.987731604372399 ], [ -75.160775000653999, 39.987761787833698 ], [ -75.160784419989596, 39.987718670443201 ], [ -75.160547592106496, 39.987687922499198 ], [ -75.160542815685702, 39.987687299355699 ], [ -75.160534228086505, 39.987725679929397 ], [ -75.160533020717097, 39.987730956073001 ], [ -75.160538193268707, 39.987731604372399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2259 N MOLE ST", "addr_range": "2237-2261 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 576, "objectid": 4649, "Shape__Area": 91.3125, "Shape__Length": 44.183759133184992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158657466234004, 39.987863525741403 ], [ -75.158804588403896, 39.987882516006302 ], [ -75.158812595801507, 39.9878451541055 ], [ -75.158665871074604, 39.987826156604001 ], [ -75.158657466234004, 39.987863525741403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2261 N MOLE ST", "addr_range": "2237-2261 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 584, "objectid": 4650, "Shape__Area": 92.6640625, "Shape__Length": 44.396229521069543 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158657466234004, 39.987863525741403 ], [ -75.158649331746901, 39.987901514575 ], [ -75.158796776270705, 39.987920285970802 ], [ -75.158804588403896, 39.987882516006302 ], [ -75.158657466234004, 39.987863525741403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 N 16TH ST", "addr_range": "2237-2247 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1021, "objectid": 4651, "Shape__Area": 161.77734375, "Shape__Length": 64.635043514516141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158945862985306, 39.987638991602502 ], [ -75.159177301650004, 39.9876687021819 ], [ -75.159186478117505, 39.987626481335496 ], [ -75.158954920729201, 39.987597123091902 ], [ -75.158945862985306, 39.987638991602502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 N MOLE ST", "addr_range": "2237-2261 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 584, "objectid": 4652, "Shape__Area": 92.6328125, "Shape__Length": 44.343638299622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158730279591197, 39.9875249600301 ], [ -75.158877298008704, 39.9875433351841 ], [ -75.158885502255899, 39.987505171313302 ], [ -75.158738297528203, 39.987487260490497 ], [ -75.158730279591197, 39.9875249600301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2257 N MOLE ST", "addr_range": "2237-2261 N MOLE ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 579, "objectid": 4653, "Shape__Area": 91.87890625, "Shape__Length": 44.267125730317268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158665871074604, 39.987826156604001 ], [ -75.158812595801507, 39.9878451541055 ], [ -75.158820675761206, 39.9878074865955 ], [ -75.158673340580194, 39.987788557312598 ], [ -75.158665871074604, 39.987826156604001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3635 HAVERFORD AVE", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 2271, "objectid": 4654, "Shape__Area": 359.265625, "Shape__Length": 89.695793338506661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195716829971502, 39.963695941336198 ], [ -75.195715586709696, 39.963696090255503 ], [ -75.195758916826094, 39.9639304363509 ], [ -75.195761821159394, 39.963930082039198 ], [ -75.195853264971205, 39.963919324334498 ], [ -75.195806608500902, 39.963684963697801 ], [ -75.195716829971502, 39.963695941336198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "625 N 36TH ST", "addr_range": "625-627 N 36TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 956, "objectid": 4655, "Shape__Area": 151.41015625, "Shape__Length": 62.630739142022932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194321391077196, 39.964466836208302 ], [ -75.194328834554995, 39.964507334690701 ], [ -75.194554490481295, 39.964481829281702 ], [ -75.194546035267507, 39.9644409550882 ], [ -75.194321391077196, 39.964466836208302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3841 MELON ST", "addr_range": "3841-3845 MELON ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 766, "objectid": 4656, "Shape__Area": 121.3984375, "Shape__Length": 58.376756754988676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198806080979196, 39.965097189693601 ], [ -75.198838198319194, 39.965261711179203 ], [ -75.198881878953202, 39.965256637552301 ], [ -75.198851636152, 39.965091867637199 ], [ -75.198806080979196, 39.965097189693601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3900 PARRISH ST", "addr_range": "3900-3902 PARRISH ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1118, "objectid": 4657, "Shape__Area": 177.1875, "Shape__Length": 71.522636739809101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200786969757303, 39.968457722397403 ], [ -75.200734440132607, 39.9684634876822 ], [ -75.200769847008004, 39.968652697017603 ], [ -75.200773263096906, 39.968667199806397 ], [ -75.200825389760894, 39.968660974144598 ], [ -75.200823636770394, 39.968655794064297 ], [ -75.200821997223201, 39.968641974063203 ], [ -75.200786969757303, 39.968457722397403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3816 RENO ST", "addr_range": "3814-3816 RENO ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 978, "objectid": 4658, "Shape__Area": 154.98828125, "Shape__Length": 65.559139329106728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199091779433203, 39.968153510070302 ], [ -75.199125482313704, 39.968337765349602 ], [ -75.199176170287799, 39.968332460817997 ], [ -75.199143027050596, 39.968147799030497 ], [ -75.199091779433203, 39.968153510070302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3818 ASPEN ST", "addr_range": "3816-3818 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1286, "objectid": 4659, "Shape__Area": 203.69140625, "Shape__Length": 83.07118752974867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198577955516001, 39.966447361419 ], [ -75.198623040555503, 39.966692189640398 ], [ -75.198673692562593, 39.9666861277123 ], [ -75.198628303888, 39.966442146015503 ], [ -75.198577955516001, 39.966447361419 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "749 N 39TH ST", "addr_range": "747-749 N 39TH ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1169, "objectid": 4660, "Shape__Area": 185.1484375, "Shape__Length": 75.925378053407215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199973839266093, 39.9670802192731 ], [ -75.199981621526902, 39.967117903785997 ], [ -75.200197554127399, 39.967097104048698 ], [ -75.200269358072902, 39.967090187879201 ], [ -75.200259791073194, 39.967049789545399 ], [ -75.199973839266093, 39.9670802192731 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3829 FAIRMOUNT AVE", "addr_range": "3825-3841 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1403, "objectid": 4661, "Shape__Area": 222.30859375, "Shape__Length": 83.924152890019897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1987314899024, 39.965697165147397 ], [ -75.198777949685095, 39.965941089536699 ], [ -75.198833769515005, 39.965934690152601 ], [ -75.198786351270996, 39.965691743694101 ], [ -75.1987314899024, 39.965697165147397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "768 N 37TH ST", "addr_range": "768 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1074, "objectid": 4662, "Shape__Area": 170.13671875, "Shape__Length": 69.477565180160468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197010895870406, 39.9675058846708 ], [ -75.196863979572797, 39.967521363831899 ], [ -75.1968012810988, 39.967527948007302 ], [ -75.196807787626895, 39.967568311909702 ], [ -75.197064897924193, 39.967541164061103 ], [ -75.197057483018796, 39.967501006118198 ], [ -75.197010895870406, 39.9675058846708 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "628 N 36TH ST", "addr_range": "624-634 N 36TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1282, "objectid": 4663, "Shape__Area": 203.0625, "Shape__Length": 76.61388698184696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194759768386902, 39.964612167289197 ], [ -75.194767065776901, 39.964655965575098 ], [ -75.194771778600099, 39.964655441628899 ], [ -75.194848700976806, 39.964647129193402 ], [ -75.194926892057694, 39.964638520597099 ], [ -75.194981895682105, 39.964632604083597 ], [ -75.194986785946, 39.964633526592202 ], [ -75.195050079870896, 39.964626611636902 ], [ -75.1950441008334, 39.964592868234199 ], [ -75.195042127219807, 39.964584072805401 ], [ -75.194975003081197, 39.964591426847697 ], [ -75.194974320768196, 39.964588397785199 ], [ -75.194759768386902, 39.964612167289197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3519 MOUNT VERNON ST", "addr_range": "3515-3519 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1065, "objectid": 4664, "Shape__Area": 168.640625, "Shape__Length": 66.279490983841796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193893430085893, 39.964467297696999 ], [ -75.193928081426506, 39.964650415507499 ], [ -75.193984096169302, 39.964644361616301 ], [ -75.193949142554601, 39.964461462343699 ], [ -75.193893430085893, 39.964467297696999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3830 WALLACE ST", "addr_range": "3830 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2049, "objectid": 4665, "Shape__Area": 324.4453125, "Shape__Length": 83.551241909290525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198738387523903, 39.9641959490895 ], [ -75.198780553384296, 39.964409698851902 ], [ -75.198844591934105, 39.964403610180597 ], [ -75.198876127300494, 39.964400620845403 ], [ -75.198826790723203, 39.964187018024397 ], [ -75.198804942665106, 39.964189224431102 ], [ -75.198738387523903, 39.9641959490895 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3826 MELON ST", "addr_range": "3826 MELON ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 939, "objectid": 4666, "Shape__Area": 148.8046875, "Shape__Length": 59.946990220944599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198832080751203, 39.964816560285598 ], [ -75.198777499719299, 39.964822923222499 ], [ -75.198793100139696, 39.964909541410101 ], [ -75.198801580370898, 39.964949288630002 ], [ -75.1988072931983, 39.9649784784989 ], [ -75.198808862742496, 39.9649846393364 ], [ -75.198864350173096, 39.964978651531503 ], [ -75.198832080751203, 39.964816560285598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3517 MOUNT VERNON ST", "addr_range": "3515-3519 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1005, "objectid": 4667, "Shape__Area": 159.19140625, "Shape__Length": 65.71888942936674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193840461727504, 39.964473645563103 ], [ -75.193876399308607, 39.964657678639 ], [ -75.193928081426506, 39.964650415507499 ], [ -75.193893430085893, 39.964467297696999 ], [ -75.193840461727504, 39.964473645563103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3515 MOUNT VERNON ST", "addr_range": "3515-3519 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 986, "objectid": 4668, "Shape__Area": 156.24609375, "Shape__Length": 65.642456051550425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193788629678807, 39.964479357381499 ], [ -75.193825525202598, 39.964663508226302 ], [ -75.193876399308607, 39.964657678639 ], [ -75.193840461727504, 39.964473645563103 ], [ -75.193788629678807, 39.964479357381499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3825 WALLACE ST", "addr_range": "3823-3825 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1393, "objectid": 4669, "Shape__Area": 220.640625, "Shape__Length": 86.564791591639747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198676998433797, 39.964557083909199 ], [ -75.198712057881494, 39.9647508796739 ], [ -75.198712271171303, 39.964755801205499 ], [ -75.198723257097896, 39.964812479988801 ], [ -75.198775629457799, 39.964806342773599 ], [ -75.198766137617199, 39.964760077706302 ], [ -75.198764376869306, 39.9647434186016 ], [ -75.198729626833895, 39.964551949826202 ], [ -75.198676998433797, 39.964557083909199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "751 N DE KALB ST", "addr_range": "3712-3714 BROWN ST; 749-757 N DEKALB ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1173, "objectid": 4670, "Shape__Area": 185.76171875, "Shape__Length": 72.302738644743386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197379127361202, 39.9675851332698 ], [ -75.197129056712598, 39.967614501752301 ], [ -75.197138226915698, 39.967655907892897 ], [ -75.197403454176197, 39.9676262801039 ], [ -75.197395260984393, 39.967582833320002 ], [ -75.197379127361202, 39.9675851332698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3706 ASPEN ST", "addr_range": "3702-3708 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 806, "objectid": 4671, "Shape__Area": 127.7421875, "Shape__Length": 57.7617198703919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1971076397339, 39.9667004265307 ], [ -75.197135331909493, 39.966860498243001 ], [ -75.197182214302003, 39.966854980197198 ], [ -75.197157704399501, 39.966694979300797 ], [ -75.1971076397339, 39.9667004265307 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "811 UNION ST", "addr_range": "811-819 UNION ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1340, "objectid": 4672, "Shape__Area": 212.33203125, "Shape__Length": 81.498248989562427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201623213894393, 39.967877405412999 ], [ -75.201631383078904, 39.967918224871397 ], [ -75.201690295365296, 39.967911489099897 ], [ -75.201729911949599, 39.967907565682403 ], [ -75.201939391102698, 39.967883540568202 ], [ -75.201931155708394, 39.967841671796798 ], [ -75.201730652394104, 39.967864945675103 ], [ -75.201673720367907, 39.967870805520299 ], [ -75.201646197652707, 39.967874014520298 ], [ -75.201633368940705, 39.967874777469902 ], [ -75.201623213894393, 39.967877405412999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "726 N 37TH ST", "addr_range": "724-726 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1129, "objectid": 4673, "Shape__Area": 178.8359375, "Shape__Length": 74.681686432281595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196629255682396, 39.966587276979901 ], [ -75.196629887428102, 39.966590563493803 ], [ -75.196910896963601, 39.966558403118903 ], [ -75.196904878096305, 39.966520113376099 ], [ -75.196622523142906, 39.966551841042403 ], [ -75.196629255682396, 39.966587276979901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "800 N 38TH ST", "addr_range": "800-804 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1257, "objectid": 4674, "Shape__Area": 199.1640625, "Shape__Length": 75.868226173459036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198632600054495, 39.967964921527397 ], [ -75.1983523583703, 39.967997086184099 ], [ -75.198358651832706, 39.968039282389299 ], [ -75.198640886110297, 39.968008692828697 ], [ -75.198632600054495, 39.967964921527397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "724 N 37TH ST", "addr_range": "724-726 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1155, "objectid": 4675, "Shape__Area": 182.96484375, "Shape__Length": 74.999944626962375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196616019027701, 39.966512508829901 ], [ -75.196622523142906, 39.966551841042403 ], [ -75.196904878096305, 39.966520113376099 ], [ -75.196903929593404, 39.966514692539803 ], [ -75.196897747856696, 39.966480736616802 ], [ -75.196616019027701, 39.966512508829901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "753 N DE KALB ST", "addr_range": "3712-3714 BROWN ST; 749-757 N DEKALB ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1085, "objectid": 4676, "Shape__Area": 171.8984375, "Shape__Length": 71.197555104609762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197144137839899, 39.967688133245701 ], [ -75.197145667935899, 39.967695372635198 ], [ -75.197265731147496, 39.967681988797899 ], [ -75.197311447753705, 39.967676315907099 ], [ -75.197410915866698, 39.967665229909997 ], [ -75.197403454176197, 39.9676262801039 ], [ -75.197138226915698, 39.967655907892897 ], [ -75.197144137839899, 39.967688133245701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3865 ASPEN ST", "addr_range": "3865 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1184, "objectid": 4677, "Shape__Area": 187.64453125, "Shape__Length": 75.629652115465234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199902620713402, 39.966903593639799 ], [ -75.1999029195633, 39.966905084237602 ], [ -75.199903565107505, 39.966909691910601 ], [ -75.199938128435406, 39.966905301817398 ], [ -75.199956268858998, 39.966903126303002 ], [ -75.199955006102201, 39.966897148900102 ], [ -75.1999101516042, 39.966686225865303 ], [ -75.199858441646896, 39.966692555847999 ], [ -75.199895488314297, 39.966870341192703 ], [ -75.199902620713402, 39.966903593639799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "749 N DE KALB ST", "addr_range": "3712-3714 BROWN ST; 749-757 N DEKALB ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1168, "objectid": 4678, "Shape__Area": 185.06640625, "Shape__Length": 76.690777489801093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197122508255205, 39.9675752172461 ], [ -75.197097453119696, 39.967577448406502 ], [ -75.197099660480404, 39.967589474594497 ], [ -75.197103999222804, 39.967616732861998 ], [ -75.197129056712598, 39.967614501752301 ], [ -75.197379127361202, 39.9675851332698 ], [ -75.197395260984393, 39.967582833320002 ], [ -75.197387741214996, 39.967545460783199 ], [ -75.197122508255205, 39.9675752172461 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3831 FAIRMOUNT AVE", "addr_range": "3825-3841 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1460, "objectid": 4679, "Shape__Area": 231.3359375, "Shape__Length": 84.42755279869273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198786351270996, 39.965691743694101 ], [ -75.198833769515005, 39.965934690152601 ], [ -75.198889997382395, 39.965928556600502 ], [ -75.198845092285794, 39.965684474918802 ], [ -75.198786351270996, 39.965691743694101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6208 VINE ST", "addr_range": "6208-6214 VINE ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2451, "objectid": 4680, "Shape__Area": 388.2109375, "Shape__Length": 106.14502553409159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244119777983897, 39.967008836867599 ], [ -75.244197076990403, 39.967018569062297 ], [ -75.244235231066, 39.966836140419304 ], [ -75.244259948101003, 39.966717524842601 ], [ -75.244181032396199, 39.9667078546832 ], [ -75.244173631054096, 39.966747814241998 ], [ -75.244165365865001, 39.966788431580198 ], [ -75.244150726243603, 39.966858151418002 ], [ -75.244148804050695, 39.966868232089801 ], [ -75.244119777983897, 39.967008836867599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6212 VINE ST", "addr_range": "6208-6214 VINE ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2471, "objectid": 4681, "Shape__Area": 391.32421875, "Shape__Length": 106.24895924845724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244277333605993, 39.967028847823599 ], [ -75.244356554354894, 39.967038734500903 ], [ -75.244416250016002, 39.966737412738098 ], [ -75.244366108140795, 39.9667308532673 ], [ -75.244338597433, 39.966727591873997 ], [ -75.244305404514606, 39.9668914314896 ], [ -75.244304253254398, 39.966897627701599 ], [ -75.2443031325258, 39.966903599332298 ], [ -75.244277333605993, 39.967028847823599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6214 VINE ST", "addr_range": "6208-6214 VINE ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2511, "objectid": 4682, "Shape__Area": 397.69140625, "Shape__Length": 106.49482299257699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244416250016002, 39.966737412738098 ], [ -75.244356554354894, 39.967038734500903 ], [ -75.244436035230706, 39.967048998012103 ], [ -75.244495955753493, 39.9667477928487 ], [ -75.244416250016002, 39.966737412738098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6209 VINE ST", "addr_range": "6209-6211 VINE ST; 314 N 62ND ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1278, "objectid": 4683, "Shape__Area": 202.3828125, "Shape__Length": 77.591335839693414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244032678730093, 39.9674407886775 ], [ -75.244087572204194, 39.967448033195801 ], [ -75.244135608826298, 39.967226552450001 ], [ -75.244112128469197, 39.967223606075997 ], [ -75.244080452588605, 39.967219642787299 ], [ -75.244032678730093, 39.9674407886775 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "348 N 62ND ST", "addr_range": "346-348 N 62ND ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1924, "objectid": 4684, "Shape__Area": 304.79296875, "Shape__Length": 109.60145016637287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243627998760502, 39.968189127759899 ], [ -75.244058736183106, 39.968241639138903 ], [ -75.244067161939398, 39.968198961137503 ], [ -75.243637057242097, 39.968146350981002 ], [ -75.243627998760502, 39.968189127759899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6127 VINE ST", "addr_range": "6125-6129 VINE ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1053, "objectid": 4685, "Shape__Area": 166.78125, "Shape__Length": 65.954450576200941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242668709095398, 39.967233387782102 ], [ -75.242723449231505, 39.967240242182001 ], [ -75.242761436806802, 39.9670584382947 ], [ -75.242706124856397, 39.9670511857897 ], [ -75.242685495497895, 39.967149804580401 ], [ -75.242668709095398, 39.967233387782102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6125 VINE ST", "addr_range": "6125-6129 VINE ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1006, "objectid": 4686, "Shape__Area": 159.36328125, "Shape__Length": 65.49003379042972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242615206279098, 39.967226544176398 ], [ -75.242668709095398, 39.967233387782102 ], [ -75.242685495497895, 39.967149804580401 ], [ -75.242706124856397, 39.9670511857897 ], [ -75.242653717698502, 39.967044736448898 ], [ -75.242615206279098, 39.967226544176398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6060 VINE ST", "addr_range": "6050-6060 VINE ST", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2469, "objectid": 4687, "Shape__Area": 391.02734375, "Shape__Length": 105.44818019532248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241283114227798, 39.966660505278497 ], [ -75.241361988784007, 39.9666706765924 ], [ -75.241427108855106, 39.966373148044902 ], [ -75.241347741848202, 39.966363225487598 ], [ -75.241283316075496, 39.9666595420248 ], [ -75.241283114227798, 39.966660505278497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5822 VINE ST", "addr_range": "5822-5824 VINE ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1158, "objectid": 4688, "Shape__Area": 183.47265625, "Shape__Length": 70.600776150306899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236712350087203, 39.9660929329807 ], [ -75.236768899128705, 39.966100102878102 ], [ -75.2367797637324, 39.966049920290601 ], [ -75.236798546761307, 39.965956709350898 ], [ -75.236811307323094, 39.965903956305901 ], [ -75.236754071740606, 39.965896674080497 ], [ -75.236736458705806, 39.965980382622902 ], [ -75.236722923285598, 39.966043854941098 ], [ -75.236712350087203, 39.9660929329807 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6052 VINE ST", "addr_range": "6050-6060 VINE ST", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2361, "objectid": 4689, "Shape__Area": 374.01171875, "Shape__Length": 104.70720248594874 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240969781574705, 39.966622317532298 ], [ -75.241044802661193, 39.9666313731651 ], [ -75.241110249128795, 39.9663341113908 ], [ -75.241033870340303, 39.966324445865901 ], [ -75.240969781574705, 39.966622317532298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5717 MARKET ST", "addr_range": "5709-5717 MARKET ST", "zipcode": 19139, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1898, "objectid": 4690, "Shape__Area": 300.58203125, "Shape__Length": 92.232335865086995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235418539670803, 39.961703769407798 ], [ -75.235488175916103, 39.961712662136001 ], [ -75.235543170420797, 39.961452683328403 ], [ -75.235473601775396, 39.961443679485001 ], [ -75.235418539670803, 39.961703769407798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5525-27 HAVERFORD AVE", "addr_range": "5519-5527 HAVERFORD AVE; 5518-5526 WESTMINSTER AVE", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 844, "objectid": 4691, "Shape__Area": 133.7578125, "Shape__Length": 48.172171818980857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230741613526305, 39.967374431911999 ], [ -75.230742502160496, 39.967379834876098 ], [ -75.230856592765804, 39.967370250209399 ], [ -75.230848670343704, 39.967321201725802 ], [ -75.230727087185201, 39.967285938762203 ], [ -75.230741613526305, 39.967374431911999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "430 N 54TH ST", "addr_range": "430-432 N 54TH ST", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 963, "objectid": 4692, "Shape__Area": 152.58203125, "Shape__Length": 64.085496730084685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228110973365503, 39.967079460683898 ], [ -75.228117516858703, 39.967118790671101 ], [ -75.228351246949899, 39.967095719134399 ], [ -75.2283443991779, 39.967055592301897 ], [ -75.228110973365503, 39.967079460683898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6129 VINE ST", "addr_range": "6125-6129 VINE ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1057, "objectid": 4693, "Shape__Area": 167.44921875, "Shape__Length": 66.030411327950873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242723449231505, 39.967240242182001 ], [ -75.242778855100994, 39.967247175072998 ], [ -75.242817037416899, 39.967065198831101 ], [ -75.242761436806802, 39.9670584382947 ], [ -75.242723449231505, 39.967240242182001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5521 HAVERFORD AVE", "addr_range": "5519-5527 HAVERFORD AVE; 5518-5526 WESTMINSTER AVE", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 781, "objectid": 4694, "Shape__Area": 123.83203125, "Shape__Length": 51.614707068121383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230602083977203, 39.9672508906934 ], [ -75.230622948113094, 39.967391588901897 ], [ -75.230682180973702, 39.967385134581299 ], [ -75.230663450158403, 39.967268245205197 ], [ -75.230602083977203, 39.9672508906934 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5523 HAVERFORD AVE", "addr_range": "5519-5527 HAVERFORD AVE; 5518-5526 WESTMINSTER AVE", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 656, "objectid": 4695, "Shape__Area": 103.90234375, "Shape__Length": 45.145920586816885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230663450158403, 39.967268245205197 ], [ -75.230682180973702, 39.967385134581299 ], [ -75.230742502160496, 39.967379834876098 ], [ -75.230727087185201, 39.967285938762203 ], [ -75.230663450158403, 39.967268245205197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "30 N 54TH ST", "addr_range": "28-30 N 54TH ST", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 936, "objectid": 4696, "Shape__Area": 148.2265625, "Shape__Length": 61.890296868859153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228591701167701, 39.961270385330401 ], [ -75.228807737319997, 39.961298505634602 ], [ -75.228813324331199, 39.961299241085499 ], [ -75.228821759379599, 39.961258820305702 ], [ -75.228816150678398, 39.961258101497499 ], [ -75.228600165964195, 39.961230239120901 ], [ -75.228591701167701, 39.961270385330401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5522 WESTMINSTER AVE", "addr_range": "5519-5527 HAVERFORD AVE; 5518-5526 WESTMINSTER AVE", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 835, "objectid": 4697, "Shape__Area": 132.25, "Shape__Length": 52.342103121139466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230682180973702, 39.967385134581299 ], [ -75.230702420816499, 39.967517791185202 ], [ -75.230764083241894, 39.967511376649199 ], [ -75.230742502160496, 39.967379834876098 ], [ -75.230682180973702, 39.967385134581299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5520 WESTMINSTER AVE", "addr_range": "5519-5527 HAVERFORD AVE; 5518-5526 WESTMINSTER AVE", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 804, "objectid": 4698, "Shape__Area": 127.35546875, "Shape__Length": 51.856094727794698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230622948113094, 39.967391588901897 ], [ -75.230644394257595, 39.9675233529887 ], [ -75.230702420816499, 39.967517791185202 ], [ -75.230682180973702, 39.967385134581299 ], [ -75.230622948113094, 39.967391588901897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5524 WESTMINSTER AVE", "addr_range": "5519-5527 HAVERFORD AVE; 5518-5526 WESTMINSTER AVE", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 690, "objectid": 4699, "Shape__Area": 109.390625, "Shape__Length": 50.55335259251698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230742502160496, 39.967379834876098 ], [ -75.230764083241894, 39.967511376649199 ], [ -75.230814778438202, 39.967506380027402 ], [ -75.230796252072693, 39.9674003584811 ], [ -75.230800236742795, 39.967400236033903 ], [ -75.230795922421194, 39.967375366614 ], [ -75.230742502160496, 39.967379834876098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5709-11 MARKET ST", "addr_range": "5709-5717 MARKET ST", "zipcode": 19139, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 3566, "objectid": 4700, "Shape__Area": 564.6953125, "Shape__Length": 104.92117689605855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2352197466641, 39.9616783118949 ], [ -75.235306770904003, 39.961689971689999 ], [ -75.235362755116995, 39.961429306464098 ], [ -75.235230136149497, 39.961412342382303 ], [ -75.235184816589793, 39.961629301577901 ], [ -75.2351911863651, 39.961674590968798 ], [ -75.2352197466641, 39.9616783118949 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6056 VINE ST", "addr_range": "6050-6060 VINE ST", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2457, "objectid": 4701, "Shape__Area": 389.19140625, "Shape__Length": 105.20562498164026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241125643093895, 39.966641071360101 ], [ -75.241203576043901, 39.966650706826897 ], [ -75.241203776097294, 39.966649792187802 ], [ -75.241248801093704, 39.966443738283097 ], [ -75.241267681044405, 39.966353414745598 ], [ -75.241188275176299, 39.966344006595598 ], [ -75.241125643093895, 39.966641071360101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6117 VINE ST", "addr_range": "6117 VINE ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1335, "objectid": 4702, "Shape__Area": 211.5390625, "Shape__Length": 78.531459687429518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2422455765835, 39.967222545081199 ], [ -75.242302191545804, 39.967229617253302 ], [ -75.242308524720698, 39.967203335846698 ], [ -75.242327273235603, 39.967116540282099 ], [ -75.242350227791306, 39.967008332636901 ], [ -75.242350633798495, 39.967006406176999 ], [ -75.242293788517202, 39.966999297456397 ], [ -75.242248432574897, 39.967209856647003 ], [ -75.2422455765835, 39.967222545081199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6054 VINE ST", "addr_range": "6050-6060 VINE ST", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2474, "objectid": 4703, "Shape__Area": 391.80078125, "Shape__Length": 105.40622107275973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241044802661193, 39.9666313731651 ], [ -75.241125643093895, 39.966641071360101 ], [ -75.241188275176299, 39.966344006595598 ], [ -75.241110249128795, 39.9663341113908 ], [ -75.241044802661193, 39.9666313731651 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6050 VINE ST", "addr_range": "6050-6060 VINE ST", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2488, "objectid": 4704, "Shape__Area": 393.98828125, "Shape__Length": 105.80297888319525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240961224497099, 39.966315764713798 ], [ -75.2409537573931, 39.9663148761299 ], [ -75.240902180364003, 39.966557635490901 ], [ -75.240889171079601, 39.966612640472597 ], [ -75.240930260276699, 39.9666169717743 ], [ -75.240969781574705, 39.966622317532298 ], [ -75.241033870340303, 39.966324445865901 ], [ -75.240961224497099, 39.966315764713798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1508 S CLEVELAND ST", "addr_range": "1508-1510 S CLEVELAND ST", "zipcode": 19146, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 722, "objectid": 4705, "Shape__Area": 114.93359375, "Shape__Length": 50.029899520105388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175158383456406, 39.9323773117409 ], [ -75.175325117221206, 39.9323978833784 ], [ -75.175337020016201, 39.932358399695403 ], [ -75.175268082074794, 39.9323485986938 ], [ -75.175167385345901, 39.932335377058301 ], [ -75.175158383456406, 39.9323773117409 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1315 S STANLEY ST", "addr_range": "1315 S STANLEY ST", "zipcode": 19146, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 659, "objectid": 4706, "Shape__Area": 104.390625, "Shape__Length": 49.974174875705366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194498169063607, 39.937250889593201 ], [ -75.194672961320293, 39.9372725646327 ], [ -75.194679963370007, 39.937236725387699 ], [ -75.194505777087301, 39.937214532264598 ], [ -75.194498169063607, 39.937250889593201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2525 ANNIN ST", "addr_range": "2519-2525 ANNIN ST", "zipcode": 19146, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 483, "objectid": 4707, "Shape__Area": 76.4921875, "Shape__Length": 39.778664072392971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185919810053605, 39.939039575990797 ], [ -75.1859658306618, 39.939045344134698 ], [ -75.185985954959307, 39.938945416993199 ], [ -75.185939557834502, 39.938939640438598 ], [ -75.185919810053605, 39.939039575990797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1510 S CLEVELAND ST", "addr_range": "1508-1510 S CLEVELAND ST", "zipcode": 19146, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 733, "objectid": 4708, "Shape__Area": 116.03125, "Shape__Length": 50.458572531360019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175166998276694, 39.932335368367802 ], [ -75.175336632946795, 39.932358391005501 ], [ -75.175345578633895, 39.932316793830701 ], [ -75.175175699932197, 39.932294716294102 ], [ -75.175166998276694, 39.932335368367802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2610 EARP ST", "addr_range": "2608-2610 EARP ST", "zipcode": 19146, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 692, "objectid": 4709, "Shape__Area": 109.6171875, "Shape__Length": 51.03321894646912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187842958936997, 39.935901744070897 ], [ -75.187890324533299, 39.935908976842597 ], [ -75.187923203417398, 39.935772274950303 ], [ -75.1878737668479, 39.935766640266799 ], [ -75.187842958936997, 39.935901744070897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2521 ANNIN ST", "addr_range": "2519-2525 ANNIN ST", "zipcode": 19146, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 476, "objectid": 4710, "Shape__Area": 75.41015625, "Shape__Length": 39.560006677272895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185828952261204, 39.939027759761501 ], [ -75.185874177319903, 39.939034106625201 ], [ -75.185894989748604, 39.938934806666801 ], [ -75.1858490868687, 39.938928122995399 ], [ -75.185828952261204, 39.939027759761501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2608 EARP ST", "addr_range": "2608-2610 EARP ST", "zipcode": 19146, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 730, "objectid": 4711, "Shape__Area": 115.49609375, "Shape__Length": 51.513007482516372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187793643279207, 39.935895693987703 ], [ -75.187842958936997, 39.935901744070897 ], [ -75.1878737668479, 39.935766640266799 ], [ -75.187820668081201, 39.935759264086698 ], [ -75.187793643279207, 39.935895693987703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2609 TITAN ST", "addr_range": "2609 TITAN ST", "zipcode": 19146, "district": "2", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 562, "objectid": 4712, "Shape__Area": 88.98828125, "Shape__Length": 46.92221066096829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187502467769207, 39.937284190325002 ], [ -75.187545515811493, 39.937289359847497 ], [ -75.187571717913102, 39.937162019009698 ], [ -75.187530269324, 39.937157239328002 ], [ -75.187502467769207, 39.937284190325002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1509 S CLEVELAND ST", "addr_range": "1509 S CLEVELAND ST", "zipcode": 19146, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 787, "objectid": 4713, "Shape__Area": 124.65234375, "Shape__Length": 51.163769346748339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175050961829001, 39.932316078080802 ], [ -75.174882042076206, 39.932295165925701 ], [ -75.174872725952397, 39.932339335255399 ], [ -75.175041221410396, 39.932360946091599 ], [ -75.175050961829001, 39.932316078080802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2024 S 61ST ST", "addr_range": "2024-2028 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1026, "objectid": 4714, "Shape__Area": 162.328125, "Shape__Length": 63.389521612788343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2317029452648, 39.930546433278003 ], [ -75.231710254718806, 39.930550931187803 ], [ -75.231747831711104, 39.930573678501197 ], [ -75.231806631154001, 39.930532881401 ], [ -75.231898391806098, 39.930467065651698 ], [ -75.231911916218394, 39.930458061626801 ], [ -75.231872269039798, 39.930425581392498 ], [ -75.231819900938902, 39.930462392279601 ], [ -75.2317029452648, 39.930546433278003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6010 REINHARD ST", "addr_range": "6010-6012 REINHARD ST; 6011-6017 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 939, "objectid": 4715, "Shape__Area": 148.546875, "Shape__Length": 60.52741259519928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2298914247082, 39.931819655229802 ], [ -75.230036684845402, 39.931943081684899 ], [ -75.230077016596098, 39.931913598893502 ], [ -75.229931729611593, 39.9317908963016 ], [ -75.2298914247082, 39.931819655229802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6068 UPLAND ST", "addr_range": "6062-6068 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 874, "objectid": 4716, "Shape__Area": 138.32421875, "Shape__Length": 58.470957373804517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230657470092297, 39.930713971908197 ], [ -75.230618079615894, 39.930741798805997 ], [ -75.230759040958304, 39.930860843887601 ], [ -75.2307974741978, 39.930833961782199 ], [ -75.230674773702404, 39.930727860690702 ], [ -75.230657470092297, 39.930713971908197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6020 ALLMAN ST", "addr_range": "6018-6020 ALLMAN ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 914, "objectid": 4717, "Shape__Area": 144.640625, "Shape__Length": 60.227330192079151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231079117137298, 39.9323915867691 ], [ -75.231224749300694, 39.932514664822797 ], [ -75.231264538189507, 39.932486814014602 ], [ -75.231119028740693, 39.932363835113598 ], [ -75.231115804685203, 39.9323660690509 ], [ -75.231079117137298, 39.9323915867691 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6027 REINHARD ST", "addr_range": "6021-6029 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 927, "objectid": 4718, "Shape__Area": 146.75, "Shape__Length": 59.760965554952406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230431770214295, 39.931774335346503 ], [ -75.230506096596699, 39.931838319085699 ], [ -75.230572605436194, 39.931896295273198 ], [ -75.230613814743194, 39.931867410918798 ], [ -75.230472965567401, 39.931745290358897 ], [ -75.230434005044302, 39.931772771661002 ], [ -75.230431770214295, 39.931774335346503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6070 REINHARD ST", "addr_range": "6070 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 994, "objectid": 4719, "Shape__Area": 157.27734375, "Shape__Length": 60.96891512148072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231119243941805, 39.9309590891542 ], [ -75.231260937972905, 39.931082178940798 ], [ -75.231306681212203, 39.931051251362902 ], [ -75.231161364593902, 39.930929371393297 ], [ -75.231119243941805, 39.9309590891542 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6132 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 897, "objectid": 4720, "Shape__Area": 141.984375, "Shape__Length": 61.234197072977594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232257283872698, 39.930103261898999 ], [ -75.232385628596901, 39.930208551748002 ], [ -75.232407874573099, 39.930229206230699 ], [ -75.2324464529447, 39.9302023592167 ], [ -75.232363509508303, 39.930132465327603 ], [ -75.232295405066296, 39.930076308492197 ], [ -75.232257283872698, 39.930103261898999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6056 REINHARD ST", "addr_range": "6052-6056 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 970, "objectid": 4721, "Shape__Area": 153.515625, "Shape__Length": 60.958012040453937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230829969113998, 39.931160547318399 ], [ -75.230974306990305, 39.9312845496829 ], [ -75.2310164326787, 39.931254703237499 ], [ -75.230872079904202, 39.931131039373902 ], [ -75.230829969113998, 39.931160547318399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6013 REGENT ST", "addr_range": "6011-6013 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 873, "objectid": 4722, "Shape__Area": 138.25, "Shape__Length": 56.467144426400722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231457737305007, 39.933109047149003 ], [ -75.231590999587794, 39.933220216662001 ], [ -75.231632850989598, 39.933190943288601 ], [ -75.231499468274293, 39.933079707208897 ], [ -75.231462682006807, 39.933105576978697 ], [ -75.231457737305007, 39.933109047149003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6015 UPLAND ST", "addr_range": "6010-6012 REINHARD ST; 6011-6017 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 930, "objectid": 4723, "Shape__Area": 147.2109375, "Shape__Length": 60.05248916151907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229818119183804, 39.931632169479201 ], [ -75.229962518300695, 39.931754498625203 ], [ -75.230002848770098, 39.9317250482693 ], [ -75.229859302948398, 39.931603978599 ], [ -75.229818119183804, 39.931632169479201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6017 REGENT ST", "addr_range": "6017-6023 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 891, "objectid": 4724, "Shape__Area": 141.05859375, "Shape__Length": 56.769571388470332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231541777213906, 39.933049960983098 ], [ -75.231674661393996, 39.933161701436298 ], [ -75.231717525370598, 39.933131725867099 ], [ -75.231584066838707, 39.933020229635297 ], [ -75.231541777213906, 39.933049960983098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6066 UPLAND ST", "addr_range": "6062-6068 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 867, "objectid": 4725, "Shape__Area": 137.15625, "Shape__Length": 58.449294997510918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230618079615894, 39.930741798805997 ], [ -75.230579622370598, 39.930768728077297 ], [ -75.230719655778799, 39.930888558313001 ], [ -75.230759040958304, 39.930860843887601 ], [ -75.230618079615894, 39.930741798805997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6028 UPLAND ST", "addr_range": "6022-6028 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 847, "objectid": 4726, "Shape__Area": 134.12109375, "Shape__Length": 58.302274176791556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229889330027305, 39.9312510087044 ], [ -75.229850859687801, 39.931278275330001 ], [ -75.2299927085311, 39.931397115611098 ], [ -75.230030227143004, 39.931371212857499 ], [ -75.229889330027305, 39.9312510087044 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6136 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 882, "objectid": 4727, "Shape__Area": 139.6015625, "Shape__Length": 60.809650400013972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232331399142495, 39.930050824751703 ], [ -75.232355949526905, 39.930072045207197 ], [ -75.232408443980702, 39.930116042743897 ], [ -75.232443985011798, 39.930145161130199 ], [ -75.232481644151207, 39.930177065933698 ], [ -75.232492912508206, 39.930169060175601 ], [ -75.232513600025399, 39.930154346041903 ], [ -75.232518863011506, 39.9301501746356 ], [ -75.232496075767997, 39.930131715733999 ], [ -75.232393270324906, 39.9300457508457 ], [ -75.232368059535105, 39.930024887110399 ], [ -75.232331399142495, 39.930050824751703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6165 REINHARD ST", "addr_range": "6161-6169 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 905, "objectid": 4728, "Shape__Area": 143.22265625, "Shape__Length": 62.624766267523967 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233132829355498, 39.929865746487799 ], [ -75.233174427865194, 39.929901541524998 ], [ -75.233287448317498, 39.9299977246258 ], [ -75.233324919588995, 39.929971337766602 ], [ -75.233220212060303, 39.929883590268702 ], [ -75.2332085490861, 39.929874032421203 ], [ -75.233198293316903, 39.929865441591097 ], [ -75.233183667602702, 39.929852740915102 ], [ -75.233168883218895, 39.929840343093602 ], [ -75.233151797366205, 39.929852235177698 ], [ -75.233132829355498, 39.929865746487799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1938 S 60TH ST", "addr_range": "1938-1942 S 60TH ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 921, "objectid": 4729, "Shape__Area": 145.76171875, "Shape__Length": 60.301793559435929 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230912529583506, 39.932997744080502 ], [ -75.230948787115906, 39.933028458996702 ], [ -75.231109402688404, 39.932916796177203 ], [ -75.231072330052697, 39.932886031873998 ], [ -75.230912529583506, 39.932997744080502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6019 REGENT ST", "addr_range": "6017-6023 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 881, "objectid": 4730, "Shape__Area": 139.42578125, "Shape__Length": 56.643857998235774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231584066838707, 39.933020229635297 ], [ -75.231717525370598, 39.933131725867099 ], [ -75.231756518208996, 39.933104452963903 ], [ -75.2317593994497, 39.9331024376309 ], [ -75.231626311322898, 39.932990546836201 ], [ -75.231584066838707, 39.933020229635297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4254 N HICKS ST", "addr_range": "4254 N HICKS ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 692, "objectid": 4731, "Shape__Area": 109.88671875, "Shape__Length": 47.384952880978453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151443774434, 40.018680802728703 ], [ -75.151598354580997, 40.018698889195299 ], [ -75.151607590597493, 40.018655897076698 ], [ -75.1514540350922, 40.018637832907103 ], [ -75.1514513243051, 40.0186506038633 ], [ -75.151443774434, 40.018680802728703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1731 W BRISTOL ST", "addr_range": "1731 W BRISTOL ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1225, "objectid": 4732, "Shape__Area": 194.4296875, "Shape__Length": 77.460106751239479 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154768128710799, 40.018903320699899 ], [ -75.154770374277206, 40.018906563756403 ], [ -75.154905426381802, 40.019103166217398 ], [ -75.154952770279806, 40.019083377629102 ], [ -75.154816863255803, 40.018887738913698 ], [ -75.154814477557395, 40.018884298972402 ], [ -75.154768128710799, 40.018903320699899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1501 W CAYUGA ST", "addr_range": "1501-1505 W CAYUGA ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1428, "objectid": 4733, "Shape__Area": 226.61328125, "Shape__Length": 87.772252070553066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150561618718996, 40.020542640038101 ], [ -75.150613949287902, 40.020549256889097 ], [ -75.150632226998894, 40.0204710856137 ], [ -75.150671233804601, 40.020292345168201 ], [ -75.150618798400799, 40.020284645644701 ], [ -75.150561618718996, 40.020542640038101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1529 W CAYUGA ST", "addr_range": "1529 W CAYUGA ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1704, "objectid": 4734, "Shape__Area": 270.36328125, "Shape__Length": 109.05776635614077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151284766274699, 40.020713128833201 ], [ -75.151333893481095, 40.020719641320703 ], [ -75.151404817960298, 40.020386774894199 ], [ -75.151356248432705, 40.020380517425998 ], [ -75.151284766274699, 40.020713128833201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1503 W CAYUGA ST", "addr_range": "1501-1505 W CAYUGA ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1378, "objectid": 4735, "Shape__Area": 218.578125, "Shape__Length": 87.41198710240748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150671233804601, 40.020292345168201 ], [ -75.150632226998894, 40.0204710856137 ], [ -75.150613949287902, 40.020549256889097 ], [ -75.150665065089896, 40.020555829999601 ], [ -75.150723166085697, 40.020298952957702 ], [ -75.150671233804601, 40.020292345168201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4216 N HICKS ST", "addr_range": "4216 N HICKS ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 766, "objectid": 4736, "Shape__Area": 121.59765625, "Shape__Length": 48.881265420353898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151621295554307, 40.017851454689499 ], [ -75.151776938886599, 40.0178713220022 ], [ -75.151786362287993, 40.017823948857497 ], [ -75.151632090712198, 40.017804403625298 ], [ -75.151621295554307, 40.017851454689499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1505 W CAYUGA ST", "addr_range": "1501-1505 W CAYUGA ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1435, "objectid": 4737, "Shape__Area": 227.6796875, "Shape__Length": 87.907439755388538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150723166085697, 40.020298952957702 ], [ -75.150665065089896, 40.020555829999601 ], [ -75.150718533211005, 40.020563375372902 ], [ -75.150775873546394, 40.020305577369101 ], [ -75.150723166085697, 40.020298952957702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3900 GERMANTOWN AVE", "addr_range": "3900 GERMANTOWN AVE", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1786, "objectid": 4738, "Shape__Area": 283.1953125, "Shape__Length": 86.434590346201304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152305504731501, 40.012633808918302 ], [ -75.152353785722198, 40.0127427927751 ], [ -75.152629744116297, 40.012676302020601 ], [ -75.152629399781802, 40.012675440065998 ], [ -75.152628694999095, 40.012673586045501 ], [ -75.152304232909401, 40.012630911301699 ], [ -75.152305504731501, 40.012633808918302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4556 N MARVINE ST", "addr_range": "4556-4560 N MARVINE ST", "zipcode": 19140, "district": "8", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1086, "objectid": 4739, "Shape__Area": 172.27734375, "Shape__Length": 70.835831309914639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143820863851801, 40.022200019267302 ], [ -75.143812787832701, 40.022239426813996 ], [ -75.144074096238398, 40.022273953633999 ], [ -75.144083623223693, 40.022234417716803 ], [ -75.143820863851801, 40.022200019267302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1418 N ITHAN ST", "addr_range": "1418-1420 N ITHAN ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 720, "objectid": 4740, "Shape__Area": 114.078125, "Shape__Length": 50.263994183736543 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233813060593505, 39.973844368978497 ], [ -75.233820162843202, 39.973885097430198 ], [ -75.233990943141293, 39.973866339634398 ], [ -75.233989457261799, 39.973859504541402 ], [ -75.233983431072701, 39.973825891429499 ], [ -75.233813060593505, 39.973844368978497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "643 N SICKELS ST", "addr_range": "641-643 N SICKELS ST", "zipcode": 19131, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 630, "objectid": 4741, "Shape__Area": 99.859375, "Shape__Length": 46.374043620901773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229892069570596, 39.970134147963201 ], [ -75.229736228057504, 39.970150310167099 ], [ -75.229742923788194, 39.970189515433297 ], [ -75.229898063607493, 39.970173046785803 ], [ -75.229892069570596, 39.970134147963201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5725 W GIRARD AVE", "addr_range": "5725 W GIRARD AVE", "zipcode": 19131, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1487, "objectid": 4742, "Shape__Area": 235.52734375, "Shape__Length": 84.879223988542236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235233957133204, 39.970492814388102 ], [ -75.235280172295006, 39.970737312102401 ], [ -75.235337170468398, 39.970730742381598 ], [ -75.235293640534806, 39.970486110728899 ], [ -75.235233957133204, 39.970492814388102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5715 POPLAR ST", "addr_range": "5715 POPLAR ST", "zipcode": 19131, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 875, "objectid": 4743, "Shape__Area": 138.66015625, "Shape__Length": 58.255552157156274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234661056390195, 39.969555563371998 ], [ -75.234690428701796, 39.969713404769699 ], [ -75.234743850022696, 39.969707240788097 ], [ -75.234714190632502, 39.969549780541698 ], [ -75.234661056390195, 39.969555563371998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5440 W GIRARD AVE", "addr_range": "5440 W GIRARD AVE", "zipcode": 19131, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1125, "objectid": 4744, "Shape__Area": 178.23046875, "Shape__Length": 72.137644241023224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230195858068399, 39.970656369667203 ], [ -75.230142690606996, 39.970661907335497 ], [ -75.230176031165797, 39.970868389242703 ], [ -75.2302279503498, 39.970862065505301 ], [ -75.230195858068399, 39.970656369667203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "616 N 57TH ST", "addr_range": "616 N 57TH ST", "zipcode": 19131, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1718, "objectid": 4745, "Shape__Area": 272.16015625, "Shape__Length": 93.076039363477918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234097619731699, 39.9690725705548 ], [ -75.234106225942398, 39.969119602905103 ], [ -75.234350778969898, 39.969092966762403 ], [ -75.234459234366497, 39.969081143885496 ], [ -75.234458971500104, 39.969079767708898 ], [ -75.234451311320598, 39.969038993720403 ], [ -75.234450499402399, 39.969034672767201 ], [ -75.234364284707098, 39.9690439378722 ], [ -75.234097619731699, 39.9690725705548 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "623-33 N 55TH ST", "addr_range": "623-33 N 55TH ST", "zipcode": 19131, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 18045, "objectid": 4746, "Shape__Area": 2857.75, "Shape__Length": 223.53217733882403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230029791767294, 39.969630537733899 ], [ -75.230007125138698, 39.969632762753101 ], [ -75.230010160620793, 39.969658798840499 ], [ -75.229698144816894, 39.969689987953103 ], [ -75.229699027869003, 39.969694971840198 ], [ -75.229744255098794, 39.969967852655103 ], [ -75.230158793517504, 39.969924504308402 ], [ -75.230213897075501, 39.969918750575303 ], [ -75.230344441220197, 39.969905094733598 ], [ -75.2303438659996, 39.969901439374098 ], [ -75.230296499665897, 39.9696037038374 ], [ -75.230029791767294, 39.969630537733899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5826 HAVERFORD AVE", "addr_range": "5826 HAVERFORD AVE", "zipcode": 19131, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1393, "objectid": 4747, "Shape__Area": 220.7265625, "Shape__Length": 82.397959454304015 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236212817536497, 39.968578895276998 ], [ -75.236266861102706, 39.968593829320099 ], [ -75.236375231802896, 39.968368531022797 ], [ -75.236322220617495, 39.968354024189999 ], [ -75.236212817536497, 39.968578895276998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "418 N WANAMAKER ST", "addr_range": "418 N WANAMAKER ST", "zipcode": 19131, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 988, "objectid": 4748, "Shape__Area": 156.5, "Shape__Length": 63.364835319926755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236241287010202, 39.968225067636098 ], [ -75.236467363654, 39.968253780353201 ], [ -75.236477005344199, 39.968211725899103 ], [ -75.236249826557199, 39.968183972939002 ], [ -75.236241287010202, 39.968225067636098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "641 N SICKELS ST", "addr_range": "641-643 N SICKELS ST", "zipcode": 19131, "district": "4", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 684, "objectid": 4749, "Shape__Area": 108.359375, "Shape__Length": 47.306694378624314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229730287282806, 39.970107737338601 ], [ -75.229736228057504, 39.970150310167099 ], [ -75.229892069570596, 39.970134147963201 ], [ -75.229884928053593, 39.970091742488002 ], [ -75.229730287282806, 39.970107737338601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1430 N 54TH ST", "addr_range": "1430 N 54TH ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 972, "objectid": 4750, "Shape__Area": 154.09765625, "Shape__Length": 64.281414660411912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229517697554996, 39.974700605837697 ], [ -75.229525341253293, 39.974740814912998 ], [ -75.229758542840401, 39.974715729030699 ], [ -75.229752079960903, 39.974675917117601 ], [ -75.229517697554996, 39.974700605837697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4902 W THOMPSON ST", "addr_range": "4910-4916 THOMPSON ST; 4902-4906 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1109, "objectid": 4751, "Shape__Area": 175.79296875, "Shape__Length": 71.941936391631884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219896724197795, 39.973339400028102 ], [ -75.219929050184206, 39.973545346909901 ], [ -75.219981954739595, 39.973540195538398 ], [ -75.219947762179004, 39.973334335462503 ], [ -75.219896724197795, 39.973339400028102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5132 HARLAN ST", "addr_range": "5132 HARLAN ST", "zipcode": 19131, "district": "3", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2103, "objectid": 4752, "Shape__Area": 333.1328125, "Shape__Length": 86.670134217356903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225216281115394, 39.974713839779298 ], [ -75.225252845278405, 39.974942639037103 ], [ -75.225342760615902, 39.974933301624397 ], [ -75.225306415072396, 39.974718966424099 ], [ -75.225303462019198, 39.974705973036997 ], [ -75.225216281115394, 39.974713839779298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "675 N CREIGHTON ST", "addr_range": "675 N CREIGHTON ST", "zipcode": 19131, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 881, "objectid": 4753, "Shape__Area": 139.5625, "Shape__Length": 60.495896123449327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225003038022507, 39.9710895626081 ], [ -75.225013905966193, 39.971127788728801 ], [ -75.225229944104399, 39.971095763626501 ], [ -75.225220326564994, 39.971057352405502 ], [ -75.225003038022507, 39.9710895626081 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "645 N CREIGHTON ST", "addr_range": "645-647 N CREIGHTON ST", "zipcode": 19131, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 957, "objectid": 4754, "Shape__Area": 151.63671875, "Shape__Length": 64.742291263555217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224840039390799, 39.970516162076997 ], [ -75.224850894179795, 39.970554390631399 ], [ -75.225085664837493, 39.970519588536298 ], [ -75.225076046324503, 39.970481176376701 ], [ -75.224840039390799, 39.970516162076997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "647 N CREIGHTON ST", "addr_range": "645-647 N CREIGHTON ST", "zipcode": 19131, "district": "3", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 952, "objectid": 4755, "Shape__Area": 150.81640625, "Shape__Length": 64.456761266278093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225085664837493, 39.970519588536298 ], [ -75.224850894179795, 39.970554390631399 ], [ -75.224861796085094, 39.970592612112398 ], [ -75.225095284564802, 39.970557999820599 ], [ -75.225085664837493, 39.970519588536298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "901 N 47TH ST", "addr_range": "901-905 N 47TH ST", "zipcode": 19131, "district": "3", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 692, "objectid": 4756, "Shape__Area": 109.61328125, "Shape__Length": 48.662593617102857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215711831910795, 39.969422169924997 ], [ -75.215707159757699, 39.969381172113302 ], [ -75.2155427383274, 39.969393659432903 ], [ -75.215547959262807, 39.969434508996599 ], [ -75.215711831910795, 39.969422169924997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5218 W GIRARD AVE", "addr_range": "5218 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 758, "objectid": 4757, "Shape__Area": 120.0546875, "Shape__Length": 52.353116785945161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226492247286004, 39.971128234009399 ], [ -75.226517754247197, 39.971266664688798 ], [ -75.226570322200601, 39.971260422632 ], [ -75.226545118709097, 39.971122804132001 ], [ -75.226492247286004, 39.971128234009399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3825 FAIRMOUNT AVE", "addr_range": "3825-3841 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1295, "objectid": 4758, "Shape__Area": 205.13671875, "Shape__Length": 79.512503951616537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198661481250696, 39.965939756695697 ], [ -75.198716765549094, 39.965933087772399 ], [ -75.198671834766799, 39.9657042045053 ], [ -75.198618846668495, 39.965710006337602 ], [ -75.198661481250696, 39.965939756695697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "676 N 36TH ST", "addr_range": "676 N 36TH ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1115, "objectid": 4759, "Shape__Area": 176.6796875, "Shape__Length": 69.42611744307041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195001166957098, 39.965897074754103 ], [ -75.195008815865407, 39.965939349132398 ], [ -75.195241597557001, 39.965913357630299 ], [ -75.195262467125403, 39.965911033692599 ], [ -75.195254521384797, 39.9658688329149 ], [ -75.195001166957098, 39.965897074754103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3835 FAIRMOUNT AVE", "addr_range": "3825-3841 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1458, "objectid": 4760, "Shape__Area": 230.9453125, "Shape__Length": 84.365567607244301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198901137583306, 39.965678208462599 ], [ -75.198921410259103, 39.9657899334156 ], [ -75.198945923708905, 39.965919258291599 ], [ -75.198947053921103, 39.965922120687402 ], [ -75.199004569101902, 39.965915725577297 ], [ -75.198957342968995, 39.9656720752835 ], [ -75.198901137583306, 39.965678208462599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3823 WALLACE ST", "addr_range": "3823-3825 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1388, "objectid": 4761, "Shape__Area": 219.828125, "Shape__Length": 86.726860750581466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198625266628099, 39.964562912759199 ], [ -75.198670622908594, 39.964818885263902 ], [ -75.198723257097896, 39.964812479988801 ], [ -75.198712271171303, 39.964755801205499 ], [ -75.198712057881494, 39.9647508796739 ], [ -75.198676998433797, 39.964557083909199 ], [ -75.198625266628099, 39.964562912759199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3714 ASPEN ST", "addr_range": "3710-3714 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 998, "objectid": 4762, "Shape__Area": 158.04296875, "Shape__Length": 68.107067536538082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197422529598995, 39.966630234899696 ], [ -75.197459151192504, 39.966824211807797 ], [ -75.197508388981106, 39.966819019934498 ], [ -75.197471852788794, 39.9666244493799 ], [ -75.197422529598995, 39.966630234899696 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3845 MELON ST", "addr_range": "3841-3845 MELON ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 767, "objectid": 4763, "Shape__Area": 121.48046875, "Shape__Length": 58.317275865674446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198908423545703, 39.9650858762772 ], [ -75.198940954076093, 39.965249971729797 ], [ -75.198985131640498, 39.965245602887101 ], [ -75.198953956323194, 39.9650811501484 ], [ -75.198908423545703, 39.9650858762772 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3910 FAIRMOUNT AVE", "addr_range": "3910-3914 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1498, "objectid": 4764, "Shape__Area": 237.34375, "Shape__Length": 85.767456242926869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200708398926906, 39.965050894327597 ], [ -75.2007521474616, 39.965299158944703 ], [ -75.200811078670199, 39.965292391656902 ], [ -75.200765547839396, 39.965044748805603 ], [ -75.200708398926906, 39.965050894327597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3833 FAIRMOUNT AVE", "addr_range": "3825-3841 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1425, "objectid": 4765, "Shape__Area": 225.65234375, "Shape__Length": 84.326023736559478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198845092285794, 39.965684474918802 ], [ -75.198889997382395, 39.965928556600502 ], [ -75.198947053921103, 39.965922120687402 ], [ -75.198945923708905, 39.965919258291599 ], [ -75.198921410259103, 39.9657899334156 ], [ -75.198901137583306, 39.965678208462599 ], [ -75.198845092285794, 39.965684474918802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3827 FAIRMOUNT AVE", "addr_range": "3825-3841 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1499, "objectid": 4766, "Shape__Area": 237.44140625, "Shape__Length": 84.79939027507973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198716765549094, 39.965933087772399 ], [ -75.198719561269598, 39.965947350689497 ], [ -75.198733001857605, 39.9659458763687 ], [ -75.198777949685095, 39.965941089536699 ], [ -75.1987314899024, 39.965697165147397 ], [ -75.198671834766799, 39.9657042045053 ], [ -75.198716765549094, 39.965933087772399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3860 MOUNT VERNON ST", "addr_range": "3858-3862 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1064, "objectid": 4767, "Shape__Area": 168.61328125, "Shape__Length": 70.32418943828209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199048889902798, 39.963618547161701 ], [ -75.1990857961557, 39.963818962107901 ], [ -75.199136775682106, 39.9638135992776 ], [ -75.1990997838504, 39.963612684192199 ], [ -75.199048889902798, 39.963618547161701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "813 UNION ST", "addr_range": "811-819 UNION ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1387, "objectid": 4768, "Shape__Area": 219.6796875, "Shape__Length": 82.986396080906871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201631383078904, 39.967918224871397 ], [ -75.2016331162407, 39.967927305849202 ], [ -75.201628203996293, 39.9679281157755 ], [ -75.201634298585304, 39.967961682920297 ], [ -75.201947530786001, 39.967926244246698 ], [ -75.201939391102698, 39.967883540568202 ], [ -75.201729911949599, 39.967907565682403 ], [ -75.201690295365296, 39.967911489099897 ], [ -75.201631383078904, 39.967918224871397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "819 UNION ST", "addr_range": "811-819 UNION ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1461, "objectid": 4769, "Shape__Area": 231.48828125, "Shape__Length": 83.640125265405231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201649717786594, 39.9680449133172 ], [ -75.201652077633696, 39.968056860794498 ], [ -75.201655491608193, 39.968074701729897 ], [ -75.201657108368195, 39.9680891645272 ], [ -75.201756283837497, 39.9680785998601 ], [ -75.201930124409998, 39.968058506336803 ], [ -75.201971760959793, 39.968053273481097 ], [ -75.201962818080503, 39.968009036478797 ], [ -75.201649717786594, 39.9680449133172 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "755 N DE KALB ST", "addr_range": "3712-3714 BROWN ST; 749-757 N DEKALB ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1067, "objectid": 4770, "Shape__Area": 169.0546875, "Shape__Length": 71.010048728550103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197145667935899, 39.967695372635198 ], [ -75.197153146554001, 39.967733307403698 ], [ -75.197167492666495, 39.967731740778603 ], [ -75.197418363067598, 39.967704534389497 ], [ -75.197410915866698, 39.967665229909997 ], [ -75.197311447753705, 39.967676315907099 ], [ -75.197265731147496, 39.967681988797899 ], [ -75.197145667935899, 39.967695372635198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3712 ASPEN ST", "addr_range": "3710-3714 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1035, "objectid": 4771, "Shape__Area": 164.00390625, "Shape__Length": 68.557798199639862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197372182179095, 39.966635418265298 ], [ -75.197407297710797, 39.9668304248748 ], [ -75.197459151192504, 39.966824211807797 ], [ -75.197422529598995, 39.966630234899696 ], [ -75.197372182179095, 39.966635418265298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "815 UNION ST", "addr_range": "811-819 UNION ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1382, "objectid": 4772, "Shape__Area": 218.96875, "Shape__Length": 82.9249231768095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201634298585304, 39.967961682920297 ], [ -75.201641971055594, 39.968004006835798 ], [ -75.201955284087404, 39.9679686348044 ], [ -75.201947530786001, 39.967926244246698 ], [ -75.201634298585304, 39.967961682920297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3604 FAIRMOUNT AVE", "addr_range": "3604 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4750, "objectid": 4773, "Shape__Area": 752.2265625, "Shape__Length": 115.56398515043574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195345755413996, 39.9656905980465 ], [ -75.195383835353098, 39.965897407036302 ], [ -75.195559766968699, 39.965877917611401 ], [ -75.195514956560402, 39.965632787695696 ], [ -75.195512086837098, 39.965618829379999 ], [ -75.195384407178906, 39.9656331860104 ], [ -75.195336128778095, 39.965638510043 ], [ -75.195344389029103, 39.965681782807401 ], [ -75.195345755413996, 39.9656905980465 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3539 ASPEN ST", "addr_range": "3539 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 942, "objectid": 4774, "Shape__Area": 149.2890625, "Shape__Length": 61.857451851945505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195046150299603, 39.967391967454503 ], [ -75.195047415545403, 39.967398427915903 ], [ -75.195100410058103, 39.967392531431798 ], [ -75.195099201942, 39.967386201988198 ], [ -75.195067936112395, 39.967222697463697 ], [ -75.195014506684501, 39.9672284545005 ], [ -75.195046150299603, 39.967391967454503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3723 HAVERFORD AVE", "addr_range": "3719-3737 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1565, "objectid": 4775, "Shape__Area": 247.6484375, "Shape__Length": 89.251019546837313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196807819184698, 39.963570359001501 ], [ -75.1967520787979, 39.963576372597899 ], [ -75.196795146851102, 39.963836197359903 ], [ -75.196825633639705, 39.963833780823201 ], [ -75.196855128117903, 39.963831035854803 ], [ -75.196807819184698, 39.963570359001501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "757 N DE KALB ST", "addr_range": "3712-3714 BROWN ST; 749-757 N DEKALB ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1117, "objectid": 4776, "Shape__Area": 176.98828125, "Shape__Length": 73.104604517996819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197146593897102, 39.967741528359497 ], [ -75.197149843555195, 39.967773774691402 ], [ -75.197211661702596, 39.967767250925299 ], [ -75.197281546974096, 39.967759537971602 ], [ -75.197354126135906, 39.967751496572802 ], [ -75.197425821778694, 39.967743532782201 ], [ -75.197418363067598, 39.967704534389497 ], [ -75.197167492666495, 39.967731740778603 ], [ -75.197153146554001, 39.967733307403698 ], [ -75.1971537860761, 39.967740220636799 ], [ -75.197146593897102, 39.967741528359497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3814 RENO ST", "addr_range": "3814-3816 RENO ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 949, "objectid": 4777, "Shape__Area": 150.29296875, "Shape__Length": 65.11290581156706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199042722490006, 39.968159414852501 ], [ -75.1990755833002, 39.9683432333618 ], [ -75.199125482313704, 39.968337765349602 ], [ -75.199091779433203, 39.968153510070302 ], [ -75.199042722490006, 39.968159414852501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3725 HAVERFORD AVE", "addr_range": "3719-3737 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1647, "objectid": 4778, "Shape__Area": 260.89453125, "Shape__Length": 90.15870503324345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196811015339193, 39.963570028276798 ], [ -75.196807819184698, 39.963570359001501 ], [ -75.196855128117903, 39.963831035854803 ], [ -75.196912185331698, 39.963825631754197 ], [ -75.196872274860894, 39.963563749132902 ], [ -75.196811015339193, 39.963570028276798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3637 HAVERFORD AVE", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1576, "objectid": 4779, "Shape__Area": 249.671875, "Shape__Length": 83.285610643842531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195806608500902, 39.963684963697801 ], [ -75.195853526266106, 39.963919195000301 ], [ -75.195917555321302, 39.963911673352598 ], [ -75.195871649994601, 39.963677852052001 ], [ -75.195806608500902, 39.963684963697801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "630 N 36TH ST", "addr_range": "624-634 N 36TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 942, "objectid": 4780, "Shape__Area": 149.23046875, "Shape__Length": 60.688238849714054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194767065776901, 39.964655965575098 ], [ -75.194768220458201, 39.964661472115999 ], [ -75.194775414934995, 39.964697982566499 ], [ -75.194990518145801, 39.964674611825501 ], [ -75.194982940329794, 39.964637705421602 ], [ -75.194981895682105, 39.964632604083597 ], [ -75.194926892057694, 39.964638520597099 ], [ -75.194848700976806, 39.964647129193402 ], [ -75.194771778600099, 39.964655441628899 ], [ -75.194767065776901, 39.964655965575098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3908 FOLSOM ST", "addr_range": "3900-3916 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 817, "objectid": 4781, "Shape__Area": 129.40625, "Shape__Length": 60.997196425247623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200630187040503, 39.9668959659123 ], [ -75.200664078254107, 39.967068650538899 ], [ -75.200664754484393, 39.967068572759999 ], [ -75.200715733955505, 39.967062773089701 ], [ -75.200669102404106, 39.966891337122497 ], [ -75.200630187040503, 39.9668959659123 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3631 HAVERFORD AVE", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1637, "objectid": 4782, "Shape__Area": 259.23828125, "Shape__Length": 91.288610551227862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195596258188303, 39.9637101671374 ], [ -75.195646063108398, 39.963975686306597 ], [ -75.195705566565593, 39.963968757797097 ], [ -75.195654748716393, 39.963702861111102 ], [ -75.195596258188303, 39.9637101671374 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6210 VINE ST", "addr_range": "6208-6214 VINE ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2508, "objectid": 4783, "Shape__Area": 397.29296875, "Shape__Length": 106.50216112572369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244275206626995, 39.967028576126602 ], [ -75.244277333605993, 39.967028847823599 ], [ -75.2443031325258, 39.966903599332298 ], [ -75.244304253254398, 39.966897627701599 ], [ -75.244305404514606, 39.9668914314896 ], [ -75.244338597433, 39.966727591873997 ], [ -75.244310084012298, 39.966724245507599 ], [ -75.244259948101003, 39.966717524842601 ], [ -75.244235231066, 39.966836140419304 ], [ -75.244197076990403, 39.967018569062297 ], [ -75.244275206626995, 39.967028576126602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "432 N 54TH ST", "addr_range": "430-432 N 54TH ST", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 814, "objectid": 4784, "Shape__Area": 128.9921875, "Shape__Length": 62.316491364586831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228122721190601, 39.967150160647599 ], [ -75.228123131052001, 39.967152651903099 ], [ -75.228356926670699, 39.967128985332501 ], [ -75.228351246949899, 39.967095719134399 ], [ -75.228117516858703, 39.967118790671101 ], [ -75.228122721190601, 39.967150160647599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5945 RACE ST", "addr_range": "5945 RACE ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 976, "objectid": 4785, "Shape__Area": 154.6171875, "Shape__Length": 62.626501532471316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239501747281693, 39.965249262027598 ], [ -75.239552595977997, 39.965255887776699 ], [ -75.239554225911505, 39.9652492020249 ], [ -75.239590231238495, 39.965084959263599 ], [ -75.239555576974695, 39.965080541204401 ], [ -75.239532288292395, 39.9650775656308 ], [ -75.239522180278399, 39.965134552173502 ], [ -75.239503095464201, 39.965242247555899 ], [ -75.239501747281693, 39.965249262027598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "132 N 57TH ST", "addr_range": "132-134,138 N 57TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1290, "objectid": 4786, "Shape__Area": 204.33984375, "Shape__Length": 76.739920625304265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234498581677897, 39.963691154169403 ], [ -75.234781733596506, 39.963725877331697 ], [ -75.234790986222606, 39.963681913376398 ], [ -75.234776305089397, 39.963680688741803 ], [ -75.234507611326706, 39.963647556554299 ], [ -75.234498581677897, 39.963691154169403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "150 N 54TH ST", "addr_range": "150 N 54TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 863, "objectid": 4787, "Shape__Area": 136.7265625, "Shape__Length": 57.007814958942262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228183851686396, 39.963203160640802 ], [ -75.228382720280706, 39.963227841786797 ], [ -75.228391152535096, 39.963186374009602 ], [ -75.228192768482103, 39.963161638653702 ], [ -75.228191807267905, 39.963166083769998 ], [ -75.228190009983905, 39.9631744100259 ], [ -75.228183851686396, 39.963203160640802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5918 ARCH ST", "addr_range": "5918 ARCH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1173, "objectid": 4788, "Shape__Area": 185.86328125, "Shape__Length": 73.092268288259007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239014540146897, 39.963287116154298 ], [ -75.239068294603996, 39.963293902150603 ], [ -75.239068850827394, 39.963291334777203 ], [ -75.239112390731904, 39.963087023156199 ], [ -75.239057904646401, 39.963080204947701 ], [ -75.239014540146897, 39.963287116154298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "100 N SALFORD ST", "addr_range": "100 N SALFORD ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1029, "objectid": 4789, "Shape__Area": 162.21484375, "Shape__Length": 63.477966402590496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239765830776093, 39.963577859712103 ], [ -75.239989099557803, 39.963605586257202 ], [ -75.239995961955898, 39.963571207596999 ], [ -75.239997991131702, 39.963561097788102 ], [ -75.239771650370301, 39.963534851954599 ], [ -75.239769868429804, 39.963547966577899 ], [ -75.239765830776093, 39.963577859712103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5633 MARKET ST", "addr_range": "5633 MARKET ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1568, "objectid": 4790, "Shape__Area": 248.2578125, "Shape__Length": 88.902929269174393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233940258597102, 39.961522174531702 ], [ -75.233985797017496, 39.961527332170597 ], [ -75.233998165136796, 39.9615287800966 ], [ -75.234039326451594, 39.961329672526901 ], [ -75.234048078382401, 39.961276057893897 ], [ -75.234048999030605, 39.961270452266497 ], [ -75.234044371836902, 39.961269818308203 ], [ -75.233993055991505, 39.961262873457997 ], [ -75.233940258597102, 39.961522174531702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "112 N 56TH ST", "addr_range": "112 N 56TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 862, "objectid": 4791, "Shape__Area": 136.50390625, "Shape__Length": 57.038390360594121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232772943703694, 39.962912521532701 ], [ -75.232574073415094, 39.962888475965698 ], [ -75.232564933451002, 39.962929332006198 ], [ -75.232764022539101, 39.962954301402704 ], [ -75.232772943703694, 39.962912521532701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "116 N 58TH ST", "addr_range": "116 N 58TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1185, "objectid": 4792, "Shape__Area": 187.703125, "Shape__Length": 75.3857726602117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236490902846896, 39.9635239753311 ], [ -75.236773211529496, 39.9635587706058 ], [ -75.236779669769007, 39.963527511503202 ], [ -75.236780960916406, 39.963518627145298 ], [ -75.236499340994897, 39.963483828954701 ], [ -75.236490902846896, 39.9635239753311 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5463 RACE ST", "addr_range": "5463 RACE ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 869, "objectid": 4793, "Shape__Area": 137.75, "Shape__Length": 57.170347387932267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229755635649497, 39.964012545157701 ], [ -75.229809076686905, 39.964018715936099 ], [ -75.2298423561313, 39.963866425236603 ], [ -75.229786841294597, 39.963859692648199 ], [ -75.229755635649497, 39.964012545157701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "12 N 56TH ST", "addr_range": "12 N 56TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1313, "objectid": 4794, "Shape__Area": 207.9921875, "Shape__Length": 77.516175052572976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232872952951993, 39.9614464076991 ], [ -75.2331598705495, 39.961482088066198 ], [ -75.233168999938897, 39.961438089083501 ], [ -75.232892464950098, 39.961404263718997 ], [ -75.232882284975204, 39.961403138482503 ], [ -75.232880456581597, 39.9614100774834 ], [ -75.232872952951993, 39.9614464076991 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5715 MARKET ST", "addr_range": "5709-5717 MARKET ST", "zipcode": 19139, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1524, "objectid": 4795, "Shape__Area": 241.296875, "Shape__Length": 89.316911826255847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235362456578798, 39.961696576537598 ], [ -75.235418539670803, 39.961703769407798 ], [ -75.235473601775396, 39.961443679485001 ], [ -75.235416626390005, 39.961436273366601 ], [ -75.235409622034794, 39.961476676347203 ], [ -75.235362456578798, 39.961696576537598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5518 WESTMINSTER AVE", "addr_range": "5519-5527 HAVERFORD AVE; 5518-5526 WESTMINSTER AVE", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 798, "objectid": 4796, "Shape__Area": 126.3984375, "Shape__Length": 52.183805905631317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230566292954094, 39.9674002423613 ], [ -75.230587174120799, 39.967528640547002 ], [ -75.230644394257595, 39.9675233529887 ], [ -75.230622948113094, 39.967391588901897 ], [ -75.230615963424498, 39.967391805848997 ], [ -75.230614767280898, 39.967388474730399 ], [ -75.230565765903194, 39.9673941202308 ], [ -75.230566292954094, 39.9674002423613 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "59 N 57TH ST", "addr_range": "59 N 57TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1287, "objectid": 4797, "Shape__Area": 203.78125, "Shape__Length": 76.970778747719109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234149583493505, 39.962622566378002 ], [ -75.234434528975598, 39.962657329828197 ], [ -75.234443434769602, 39.962614260189902 ], [ -75.234158033242693, 39.962579358816697 ], [ -75.234149583493505, 39.962622566378002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "28 N 54TH ST", "addr_range": "28-30 N 54TH ST", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1000, "objectid": 4798, "Shape__Area": 158.4609375, "Shape__Length": 62.693052297331946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228600165964195, 39.961230239120901 ], [ -75.228816150678398, 39.961258101497499 ], [ -75.228821759379599, 39.961258820305702 ], [ -75.228827645988503, 39.961230563748103 ], [ -75.228830851412496, 39.961215303720401 ], [ -75.2288252011666, 39.961214600217602 ], [ -75.228609142161403, 39.9611876074866 ], [ -75.228600165964195, 39.961230239120901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5407 VINE ST", "addr_range": "5407-5409 VINE ST", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2469, "objectid": 4799, "Shape__Area": 391.08984375, "Shape__Length": 112.79223623194427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227986987380405, 39.965554376402601 ], [ -75.228052107546702, 39.965563126558003 ], [ -75.228054817001194, 39.965563476232603 ], [ -75.228058801038699, 39.965563967448098 ], [ -75.228102069445796, 39.965353237289598 ], [ -75.228124438917604, 39.965235428025899 ], [ -75.2281126149241, 39.965233942784799 ], [ -75.228082563363202, 39.965229735036402 ], [ -75.228052392738505, 39.9652258958739 ], [ -75.228025565763801, 39.965367288059603 ], [ -75.228024808482203, 39.965371316891897 ], [ -75.228009595571706, 39.965447050100103 ], [ -75.227986987380405, 39.965554376402601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5526 WESTMINSTER AVE", "addr_range": "5519-5527 HAVERFORD AVE; 5518-5526 WESTMINSTER AVE", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 850, "objectid": 4800, "Shape__Area": 134.609375, "Shape__Length": 52.469676044836881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230795942945804, 39.967375349945698 ], [ -75.230800236742795, 39.967400236033903 ], [ -75.230796273132995, 39.9674003589435 ], [ -75.230814883170893, 39.9675063661089 ], [ -75.230877583861101, 39.967500182437803 ], [ -75.230856592765804, 39.967370250209399 ], [ -75.230795942945804, 39.967375349945698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5409 VINE ST", "addr_range": "5407-5409 VINE ST", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2351, "objectid": 4801, "Shape__Area": 372.2890625, "Shape__Length": 112.09731845459703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228058801038699, 39.965563967448098 ], [ -75.228127884764902, 39.965572593845202 ], [ -75.2281932491113, 39.965244064596703 ], [ -75.228178840258806, 39.9652422486473 ], [ -75.228124438917604, 39.965235428025899 ], [ -75.228102069445796, 39.965353237289598 ], [ -75.228058801038699, 39.965563967448098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5901 ARCH ST", "addr_range": "5901 ARCH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1050, "objectid": 4802, "Shape__Area": 166.375, "Shape__Length": 68.234753666053223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238505926311603, 39.963575902431799 ], [ -75.238558153980406, 39.963581994813801 ], [ -75.238599617830104, 39.963390274351902 ], [ -75.238547608074697, 39.963383929071199 ], [ -75.238509505273001, 39.963557830244497 ], [ -75.238505926311603, 39.963575902431799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5713 MARKET ST", "addr_range": "5709-5717 MARKET ST", "zipcode": 19139, "district": "4", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1513, "objectid": 4803, "Shape__Area": 239.69140625, "Shape__Length": 89.007318288632149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235306770904003, 39.961689971689999 ], [ -75.235362456578798, 39.961696576537598 ], [ -75.235409622034794, 39.961476676347203 ], [ -75.235416626390005, 39.961436273366601 ], [ -75.235362755116995, 39.961429306464098 ], [ -75.235306770904003, 39.961689971689999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5519 HAVERFORD AVE", "addr_range": "5519-5527 HAVERFORD AVE; 5518-5526 WESTMINSTER AVE", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 893, "objectid": 4804, "Shape__Area": 141.5390625, "Shape__Length": 58.273687524608299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230539564761401, 39.967233527048002 ], [ -75.230565765903194, 39.9673941202308 ], [ -75.230614767280898, 39.967388474730399 ], [ -75.230615963424498, 39.967391805848997 ], [ -75.230622948113094, 39.967391588901897 ], [ -75.230602083977203, 39.9672508906934 ], [ -75.230539564761401, 39.967233527048002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "424 N 54TH ST", "addr_range": "424 N 54TH ST", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2012, "objectid": 4805, "Shape__Area": 318.73046875, "Shape__Length": 95.458955018211356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228084808995007, 39.966922010295598 ], [ -75.2280938518618, 39.966976370693203 ], [ -75.228175443561796, 39.966968041273503 ], [ -75.228451433146901, 39.966940932938002 ], [ -75.228433336102995, 39.966886099695898 ], [ -75.2283795829008, 39.966891656049903 ], [ -75.228084808995007, 39.966922010295598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5846 ARCH ST", "addr_range": "5846 ARCH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1207, "objectid": 4806, "Shape__Area": 191.2265625, "Shape__Length": 70.715695843007765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238032207737902, 39.963159853915101 ], [ -75.238089484468603, 39.963167104016101 ], [ -75.238098535137993, 39.963126261870997 ], [ -75.238102923843698, 39.963108997594098 ], [ -75.238107955745093, 39.963085072832499 ], [ -75.238116582735202, 39.9630444151245 ], [ -75.238125100254095, 39.963003836108797 ], [ -75.238131880091302, 39.962971746060298 ], [ -75.238071861204205, 39.962964435040803 ], [ -75.238032207737902, 39.963159853915101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "138 N 57TH ST", "addr_range": "132-134,138 N 57TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1210, "objectid": 4807, "Shape__Area": 191.62890625, "Shape__Length": 75.78762735197995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234482379203897, 39.963770607309499 ], [ -75.234473449852302, 39.9638120645551 ], [ -75.234756608473702, 39.963845481472298 ], [ -75.2347651150004, 39.963805256510902 ], [ -75.234482379203897, 39.963770607309499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5617 MARKET ST", "addr_range": "5617 MARKET ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1714, "objectid": 4808, "Shape__Area": 271.51171875, "Shape__Length": 91.119703005594729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233408640411497, 39.961456224572601 ], [ -75.233409787407595, 39.9614563632569 ], [ -75.233463879756997, 39.961194366176102 ], [ -75.233401553385306, 39.961187195769803 ], [ -75.233346884811098, 39.961448906283998 ], [ -75.233408640411497, 39.961456224572601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "134 N 57TH ST", "addr_range": "132-134,138 N 57TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1140, "objectid": 4809, "Shape__Area": 180.6171875, "Shape__Length": 75.140948184299177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234490781407402, 39.963729251130502 ], [ -75.234773568471994, 39.9637647564833 ], [ -75.234781733596506, 39.963725877331697 ], [ -75.234498581677897, 39.963691154169403 ], [ -75.234490781407402, 39.963729251130502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6033 REINHARD ST", "addr_range": "6033 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 968, "objectid": 4810, "Shape__Area": 153.17578125, "Shape__Length": 60.176309409687363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230552608770594, 39.931690088945203 ], [ -75.230693453611906, 39.931811790347901 ], [ -75.230736499943404, 39.931781367760202 ], [ -75.230595638337505, 39.9316601498778 ], [ -75.230552608770594, 39.931690088945203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6053 REGENT ST", "addr_range": "6051-6053 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 873, "objectid": 4811, "Shape__Area": 138.234375, "Shape__Length": 56.571802606738061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232416451952602, 39.932452110795801 ], [ -75.232438587644197, 39.932469538167702 ], [ -75.232515278020003, 39.932534765360899 ], [ -75.232548127281902, 39.932563727288503 ], [ -75.232590614717296, 39.932534259414901 ], [ -75.232459211107795, 39.932422100229097 ], [ -75.232416451952602, 39.932452110795801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2018 S 61ST ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 1137, "objectid": 4812, "Shape__Area": 179.91015625, "Shape__Length": 66.376877153077402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231969397023704, 39.930685109032197 ], [ -75.2319525599342, 39.930697603769701 ], [ -75.232002285882601, 39.930727630209901 ], [ -75.232032346438203, 39.930707463698702 ], [ -75.232067277896903, 39.930681295368899 ], [ -75.232096989694398, 39.9306615068109 ], [ -75.232139164229096, 39.930630823117802 ], [ -75.232163940800305, 39.930613716574101 ], [ -75.232172484391299, 39.930607489055198 ], [ -75.232131633640805, 39.930573562519598 ], [ -75.232087568688598, 39.930604382199597 ], [ -75.232022591327294, 39.930649186578499 ], [ -75.231994700283593, 39.930669045729502 ], [ -75.231984739632594, 39.930675645768098 ], [ -75.231969397023704, 39.930685109032197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6128 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 862, "objectid": 4813, "Shape__Area": 136.4296875, "Shape__Length": 60.413677231708768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232184852433804, 39.930154881825203 ], [ -75.232214543310704, 39.930180293083197 ], [ -75.232335159139396, 39.930280593867302 ], [ -75.232348076579797, 39.930271544031697 ], [ -75.232370613782294, 39.930254983843298 ], [ -75.232282485179994, 39.930180367463798 ], [ -75.232220943927402, 39.930129045263698 ], [ -75.232184852433804, 39.930154881825203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6081 UPLAND ST", "addr_range": "6078-6086 REINHARD ST; 6079-6085 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 927, "objectid": 4814, "Shape__Area": 146.7578125, "Shape__Length": 60.211942396483266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231172287472504, 39.930682628211997 ], [ -75.2313157676315, 39.930806047293402 ], [ -75.231356073099604, 39.930777240150199 ], [ -75.231212603234695, 39.930654111466602 ], [ -75.231172287472504, 39.930682628211997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6140 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 879, "objectid": 4815, "Shape__Area": 139.08203125, "Shape__Length": 60.842111202374568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232403365600504, 39.929999903614203 ], [ -75.232493650254199, 39.930073971675597 ], [ -75.232518530257906, 39.930094699277902 ], [ -75.232554851141202, 39.9301248501719 ], [ -75.232591650916007, 39.930098528992403 ], [ -75.232528482042198, 39.930045930559203 ], [ -75.232479276560298, 39.930005809287799 ], [ -75.232441229293897, 39.929973105786701 ], [ -75.232403365600504, 39.929999903614203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6026 UPLAND ST", "addr_range": "6022-6028 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 826, "objectid": 4816, "Shape__Area": 130.796875, "Shape__Length": 57.949744391562845 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229850859687801, 39.931278275330001 ], [ -75.229814225250806, 39.931304036177103 ], [ -75.2299551768062, 39.931423371255804 ], [ -75.2299927085311, 39.931397115611098 ], [ -75.229850859687801, 39.931278275330001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6048 UPLAND ST", "addr_range": "6040-6050 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 853, "objectid": 4817, "Shape__Area": 135.07421875, "Shape__Length": 58.343115615042578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230233549508, 39.931010606260998 ], [ -75.230374493447101, 39.931130118151401 ], [ -75.230412938428501, 39.931103495913298 ], [ -75.230271999249595, 39.9309838553324 ], [ -75.230233549508, 39.931010606260998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6059 UPLAND ST", "addr_range": "6059-6061 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 893, "objectid": 4818, "Shape__Area": 141.2734375, "Shape__Length": 59.627102223648528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230720921040103, 39.930999036639399 ], [ -75.230862590005799, 39.931122722841401 ], [ -75.230902862420805, 39.9310948179223 ], [ -75.230759370583399, 39.930972285547497 ], [ -75.230720921040103, 39.930999036639399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6059 REINHARD ST", "addr_range": "6049-6059 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 923, "objectid": 4819, "Shape__Area": 146.11328125, "Shape__Length": 59.787923227546393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231086385478093, 39.931316317319798 ], [ -75.231227235404205, 39.931438485793002 ], [ -75.2312684039902, 39.931410116592303 ], [ -75.231126699054499, 39.9312873338313 ], [ -75.231086385478093, 39.931316317319798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6141 REINHARD ST", "addr_range": "6141-6143 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 895, "objectid": 4820, "Shape__Area": 141.70703125, "Shape__Length": 62.52439986654899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232693229347504, 39.930175763134997 ], [ -75.232773779483907, 39.930246393516597 ], [ -75.2328458985005, 39.930308939743 ], [ -75.232862221416696, 39.930297870683603 ], [ -75.232884409964001, 39.930282189324501 ], [ -75.232856717338606, 39.9302599170299 ], [ -75.232791508214405, 39.930204727750997 ], [ -75.232728594560797, 39.9301514565853 ], [ -75.232693229347504, 39.930175763134997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6111 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 919, "objectid": 4821, "Shape__Area": 145.453125, "Shape__Length": 63.043759477968052 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232142041580701, 39.930566165897503 ], [ -75.232299839822105, 39.9306965077866 ], [ -75.232336640779195, 39.930670734512098 ], [ -75.232303697732902, 39.930642688557597 ], [ -75.232288604110707, 39.930630171209501 ], [ -75.232275595481397, 39.930620164760803 ], [ -75.232248644488294, 39.930597619380301 ], [ -75.232201869588593, 39.930558034292197 ], [ -75.232180278428899, 39.930538942059599 ], [ -75.232142041580701, 39.930566165897503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6170 UPLAND ST", "addr_range": "6170-6180 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2257, "objectid": 4822, "Shape__Area": 357.09375, "Shape__Length": 83.586400743329136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232627584269807, 39.9293985875359 ], [ -75.232647256883695, 39.929415219299997 ], [ -75.232655092719597, 39.929421839740797 ], [ -75.232659264349195, 39.9294188841438 ], [ -75.232670356402295, 39.929411084433497 ], [ -75.232687148086697, 39.929399234618103 ], [ -75.232689985912003, 39.9293972489466 ], [ -75.232718535933103, 39.929377146422098 ], [ -75.232726689287304, 39.9293718121978 ], [ -75.232751498690405, 39.929353771026399 ], [ -75.232760271864706, 39.929347532289803 ], [ -75.232787401486604, 39.929328493281297 ], [ -75.232834693702401, 39.929296422433502 ], [ -75.232816529402896, 39.9292808707674 ], [ -75.232793171747403, 39.929261450650003 ], [ -75.232701569529894, 39.929282892855497 ], [ -75.232629560475203, 39.929299979001001 ], [ -75.2325352259639, 39.9293228612568 ], [ -75.232584055895899, 39.929361766034198 ], [ -75.232627584269807, 39.9293985875359 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6133 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 938, "objectid": 4823, "Shape__Area": 148.421875, "Shape__Length": 62.837622975125747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232546053658893, 39.930281548483201 ], [ -75.232587310575099, 39.9303158216604 ], [ -75.232600871106001, 39.930326725868802 ], [ -75.232700031371394, 39.930412192478698 ], [ -75.2327263720058, 39.930394055172897 ], [ -75.2327384677574, 39.9303851971897 ], [ -75.232634989493107, 39.930296493151303 ], [ -75.232584823067597, 39.930254061404298 ], [ -75.232546053658893, 39.930281548483201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6086 REINHARD ST", "addr_range": "6078-6086 REINHARD ST; 6079-6085 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1307, "objectid": 4824, "Shape__Area": 206.7890625, "Shape__Length": 65.35630864915322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231455218149804, 39.930724627946503 ], [ -75.231596909331799, 39.930847797442098 ], [ -75.231668345758607, 39.930797605715497 ], [ -75.2314982742285, 39.930693945822 ], [ -75.231455218149804, 39.930724627946503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6016 UPLAND ST", "addr_range": "6014-6018 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 862, "objectid": 4825, "Shape__Area": 136.4375, "Shape__Length": 58.37756734422333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229623781212993, 39.931437544014997 ], [ -75.229763828701394, 39.931556987402601 ], [ -75.229803191958794, 39.931529885484998 ], [ -75.229662240416999, 39.931410582654998 ], [ -75.229623781212993, 39.931437544014997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6044 UPLAND ST", "addr_range": "6040-6050 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 889, "objectid": 4826, "Shape__Area": 140.703125, "Shape__Length": 58.900574324694688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230196026466601, 39.931036636018398 ], [ -75.230156660768699, 39.931064352487802 ], [ -75.2302966672395, 39.9311848746162 ], [ -75.230336943494507, 39.931156873567602 ], [ -75.230196026466601, 39.931036636018398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6126 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 846, "objectid": 4827, "Shape__Area": 133.90625, "Shape__Length": 60.375821324405706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232148755371398, 39.9301802992901 ], [ -75.232292555103697, 39.930300227383498 ], [ -75.232299323020499, 39.930305759423597 ], [ -75.232335159139396, 39.930280593867302 ], [ -75.232214543310704, 39.930180293083197 ], [ -75.232184852433804, 39.930154881825203 ], [ -75.232148755371398, 39.9301802992901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6020 REGENT ST", "addr_range": "6018-6020 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 937, "objectid": 4828, "Shape__Area": 148.37109375, "Shape__Length": 58.481514314288034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231366241818904, 39.932806570662301 ], [ -75.2315023891979, 39.932922896991499 ], [ -75.231529818355398, 39.932903655789097 ], [ -75.231546308003701, 39.932892089606199 ], [ -75.231408773717902, 39.932776458173699 ], [ -75.231366241818904, 39.932806570662301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6124 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 876, "objectid": 4829, "Shape__Area": 138.58203125, "Shape__Length": 60.638593935769919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232112392065702, 39.930206711004999 ], [ -75.232120390961896, 39.930213480121999 ], [ -75.232234442386996, 39.930308976931698 ], [ -75.2322624809226, 39.9303320795849 ], [ -75.232279167630097, 39.930320259954001 ], [ -75.232299323020499, 39.930305759423597 ], [ -75.232292555103697, 39.930300227383498 ], [ -75.232148755371398, 39.9301802992901 ], [ -75.232112392065702, 39.930206711004999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6142 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 879, "objectid": 4830, "Shape__Area": 139.18359375, "Shape__Length": 60.644107823780907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232441229293897, 39.929973105786701 ], [ -75.232479276560298, 39.930005809287799 ], [ -75.232528482042198, 39.930045930559203 ], [ -75.232591650916007, 39.930098528992403 ], [ -75.232613330629405, 39.9300830302302 ], [ -75.232628963630503, 39.930071945158602 ], [ -75.232477820454406, 39.929947328771703 ], [ -75.232441229293897, 39.929973105786701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6011 UPLAND ST", "addr_range": "6010-6012 REINHARD ST; 6011-6017 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 902, "objectid": 4831, "Shape__Area": 142.76171875, "Shape__Length": 59.75992219211215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229736637135602, 39.931688908531299 ], [ -75.229881039230605, 39.931811156755998 ], [ -75.229920430060801, 39.9317833454161 ], [ -75.229776666222605, 39.9316613698537 ], [ -75.229753154035805, 39.931677681078597 ], [ -75.229736637135602, 39.931688908531299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6083 UPLAND ST", "addr_range": "6078-6086 REINHARD ST; 6079-6085 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 980, "objectid": 4832, "Shape__Area": 155.13671875, "Shape__Length": 60.971244724303389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231212603234695, 39.930654111466602 ], [ -75.231356073099604, 39.930777240150199 ], [ -75.231400877404297, 39.930747419966899 ], [ -75.231304009982196, 39.930666242658198 ], [ -75.231253799343705, 39.930625018484001 ], [ -75.231212603234695, 39.930654111466602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4606 MERION AVE", "addr_range": "4606-4622 MERION AVE", "zipcode": 19131, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 991, "objectid": 4833, "Shape__Area": 157.0546875, "Shape__Length": 70.263344769980208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214173454214404, 39.971404387081101 ], [ -75.214209710525793, 39.971427110563504 ], [ -75.214366051483395, 39.971272029748398 ], [ -75.214367075852195, 39.971272665065101 ], [ -75.214372179846293, 39.971263896682302 ], [ -75.214372047382298, 39.9712623944895 ], [ -75.214337993389705, 39.971241282960499 ], [ -75.214303999874701, 39.971274140920997 ], [ -75.214173454214404, 39.971404387081101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4928 LANCASTER AVE", "addr_range": "4900 KERSHAW ST; 4928 LANCASTER AVE", "zipcode": 19131, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1937, "objectid": 4834, "Shape__Area": 306.92578125, "Shape__Length": 95.058567294520941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220516720792006, 39.974149519221399 ], [ -75.220570826608693, 39.974181935981399 ], [ -75.220674815764497, 39.9740799509635 ], [ -75.220790379583306, 39.973965292533698 ], [ -75.220735993873504, 39.973932531831601 ], [ -75.220516720792006, 39.974149519221399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4979 W GIRARD AVE", "addr_range": "4977-4991 1/2 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1907, "objectid": 4835, "Shape__Area": 302.14453125, "Shape__Length": 106.86162203394686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221504374648703, 39.972476993209199 ], [ -75.221612521797596, 39.972786647422303 ], [ -75.221669815589607, 39.972780655861897 ], [ -75.221560557516199, 39.972465383828499 ], [ -75.221504374648703, 39.972476993209199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "905 N 47TH ST", "addr_range": "901-905 N 47TH ST", "zipcode": 19131, "district": "3", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 658, "objectid": 4836, "Shape__Area": 104.33203125, "Shape__Length": 48.610700223233295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215722261673307, 39.969499742181299 ], [ -75.215716949348504, 39.969461872921897 ], [ -75.215553496725704, 39.969474187943298 ], [ -75.215548179780797, 39.969480793772199 ], [ -75.215551492932207, 39.969512170421801 ], [ -75.215722261673307, 39.969499742181299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "521 N 52ND ST", "addr_range": "521 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1285, "objectid": 4837, "Shape__Area": 203.6328125, "Shape__Length": 77.32739554403183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2251078251237, 39.968725889150498 ], [ -75.224819586600603, 39.968755444688803 ], [ -75.224826815617902, 39.968797675883401 ], [ -75.225115316991804, 39.968769528059902 ], [ -75.2251078251237, 39.968725889150498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4977 W GIRARD AVE", "addr_range": "4977-4991 1/2 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1848, "objectid": 4838, "Shape__Area": 292.8125, "Shape__Length": 105.02566654553236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2214495844797, 39.972488310693699 ], [ -75.221555255661698, 39.972792430531896 ], [ -75.221612521797596, 39.972786647422303 ], [ -75.221504374648703, 39.972476993209199 ], [ -75.2214495844797, 39.972488310693699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "903 N 47TH ST", "addr_range": "901-905 N 47TH ST", "zipcode": 19131, "district": "3", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 669, "objectid": 4839, "Shape__Area": 106.09765625, "Shape__Length": 48.204581152582762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215716949348504, 39.969461872921897 ], [ -75.215711831910795, 39.969422169924997 ], [ -75.215547959262807, 39.969434508996599 ], [ -75.215553496725704, 39.969474187943298 ], [ -75.215716949348504, 39.969461872921897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2108 E ORLEANS ST", "addr_range": "2104-2110 E ORLEANS ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 731, "objectid": 4840, "Shape__Area": 115.90625, "Shape__Length": 51.791477053884755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115371078558596, 39.9890692843097 ], [ -75.115398680103795, 39.989102222522803 ], [ -75.115553585848303, 39.989031625203701 ], [ -75.115538850221697, 39.989011202113502 ], [ -75.115526978072594, 39.988997436683597 ], [ -75.115371078558596, 39.9890692843097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2152 E MONMOUTH ST", "addr_range": "2144-2152 E MONMOUTH ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 653, "objectid": 4841, "Shape__Area": 103.52734375, "Shape__Length": 48.184381246800008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115546772482006, 39.987936704605097 ], [ -75.115572424594902, 39.987969066432299 ], [ -75.115711767473698, 39.9878971611545 ], [ -75.115681864531396, 39.987865249619396 ], [ -75.115546772482006, 39.987936704605097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2143 E WILLIAM ST", "addr_range": "2129-2143 E WILLIAM ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 993, "objectid": 4842, "Shape__Area": 157.39453125, "Shape__Length": 65.117816962415304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116445799328005, 39.987765201242503 ], [ -75.116474759959303, 39.987798735329299 ], [ -75.116674710186004, 39.987697590852299 ], [ -75.116644850272706, 39.9876634730403 ], [ -75.116445799328005, 39.987765201242503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2124 BELLMORE ST", "addr_range": "2120-2130 BELLMORE ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 664, "objectid": 4843, "Shape__Area": 105.26953125, "Shape__Length": 49.095808549354274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114648487248502, 39.988823370388701 ], [ -75.114672183451503, 39.9888564768112 ], [ -75.114823171707101, 39.988794528716099 ], [ -75.114798124283993, 39.9887611651436 ], [ -75.114648487248502, 39.988823370388701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2963 AMBER ST", "addr_range": "2963-2967 AMBER ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1032, "objectid": 4844, "Shape__Area": 163.67578125, "Shape__Length": 61.904194782346089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115095243765197, 39.989248542903901 ], [ -75.115200641135601, 39.989395931008303 ], [ -75.115252817935797, 39.989369046358199 ], [ -75.115146435303501, 39.989226037217598 ], [ -75.115095243765197, 39.989248542903901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2104 E ORLEANS ST", "addr_range": "2104-2110 E ORLEANS ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 690, "objectid": 4845, "Shape__Area": 109.40234375, "Shape__Length": 51.003249860097348 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115426227809905, 39.989137062468401 ], [ -75.115450621336805, 39.989167847452997 ], [ -75.115605784003805, 39.989098238982599 ], [ -75.115579719678294, 39.989064594557298 ], [ -75.115426227809905, 39.989137062468401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2967 AMBER ST", "addr_range": "2963-2967 AMBER ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1132, "objectid": 4846, "Shape__Area": 179.40234375, "Shape__Length": 64.793458605253505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115043617084197, 39.989270941267002 ], [ -75.114987349326299, 39.989294667498797 ], [ -75.115098105873997, 39.989449175235499 ], [ -75.115150699851995, 39.989421865910501 ], [ -75.115043617084197, 39.989270941267002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2126 BELLMORE ST", "addr_range": "2120-2130 BELLMORE ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 638, "objectid": 4847, "Shape__Area": 101.1015625, "Shape__Length": 48.517282444689641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114625253056502, 39.988791338685999 ], [ -75.114648487248502, 39.988823370388701 ], [ -75.114798124283993, 39.9887611651436 ], [ -75.114774072551199, 39.988729130019102 ], [ -75.114625253056502, 39.988791338685999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2148 E MONMOUTH ST", "addr_range": "2144-2152 E MONMOUTH ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 669, "objectid": 4848, "Shape__Area": 106.015625, "Shape__Length": 48.592199228279156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115600294980695, 39.987999383373101 ], [ -75.115628028140605, 39.988032694883898 ], [ -75.115767155054002, 39.987959866430799 ], [ -75.115737325077305, 39.987928246717701 ], [ -75.115600294980695, 39.987999383373101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2141 E WILLIAM ST", "addr_range": "2129-2143 E WILLIAM ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 927, "objectid": 4849, "Shape__Area": 146.97265625, "Shape__Length": 64.349452766662893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116474759959303, 39.987798735329299 ], [ -75.116502857771195, 39.9878302340069 ], [ -75.116702356889803, 39.9877288223364 ], [ -75.116674710186004, 39.987697590852299 ], [ -75.116474759959303, 39.987798735329299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2128 BELLMORE ST", "addr_range": "2120-2130 BELLMORE ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 678, "objectid": 4850, "Shape__Area": 107.57421875, "Shape__Length": 49.14312809488306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114599728127999, 39.988757302747601 ], [ -75.114615589809503, 39.988778462734899 ], [ -75.114625253056502, 39.988791338685999 ], [ -75.114774072551199, 39.988729130019102 ], [ -75.114748525247705, 39.988695126038301 ], [ -75.114599728127999, 39.988757302747601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2965 AMBER ST", "addr_range": "2963-2967 AMBER ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1035, "objectid": 4851, "Shape__Area": 164.0390625, "Shape__Length": 62.697929874644984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115043617084197, 39.989270941267002 ], [ -75.115150699851995, 39.989421865910501 ], [ -75.115200641135601, 39.989395931008303 ], [ -75.115095243765197, 39.989248542903901 ], [ -75.115043617084197, 39.989270941267002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2137 E WILLIAM ST", "addr_range": "2129-2143 E WILLIAM ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 852, "objectid": 4852, "Shape__Area": 135.125, "Shape__Length": 66.139350335419337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116519099162801, 39.987868585975903 ], [ -75.116544278408497, 39.987895874740403 ], [ -75.116755052727498, 39.9877874674916 ], [ -75.116731147660403, 39.987760818906203 ], [ -75.116519099162801, 39.987868585975903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2133 E WILLIAM ST", "addr_range": "2129-2143 E WILLIAM ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 845, "objectid": 4853, "Shape__Area": 134.03515625, "Shape__Length": 65.721234429563822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116567932441299, 39.987922532021898 ], [ -75.116593144119506, 39.987949498950201 ], [ -75.1168016694822, 39.987842360922699 ], [ -75.116778949085599, 39.987814854716198 ], [ -75.116567932441299, 39.987922532021898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2876 AMBER ST", "addr_range": "2874-2878 AMBER ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 684, "objectid": 4854, "Shape__Area": 108.54296875, "Shape__Length": 48.821359266148576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117028452889301, 39.988734411155697 ], [ -75.117034758047097, 39.988741551391797 ], [ -75.1170779058546, 39.9887188936803 ], [ -75.117072144731694, 39.9887123443878 ], [ -75.116984960502805, 39.9886129637732 ], [ -75.116941268523703, 39.988635608964998 ], [ -75.117028452889301, 39.988734411155697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2874 AMBER ST", "addr_range": "2874-2878 AMBER ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 639, "objectid": 4855, "Shape__Area": 101.30078125, "Shape__Length": 48.099632701089035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117072144731694, 39.9887123443878 ], [ -75.1170779058546, 39.9887188936803 ], [ -75.117119164403505, 39.988698496547499 ], [ -75.117113122525097, 39.988691635367601 ], [ -75.117025317330004, 39.988592045917201 ], [ -75.116984960502805, 39.9886129637732 ], [ -75.117072144731694, 39.9887123443878 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2129 E WILLIAM ST", "addr_range": "2129-2143 E WILLIAM ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 847, "objectid": 4856, "Shape__Area": 134.3359375, "Shape__Length": 65.998120138604506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1166159422351, 39.987978232377699 ], [ -75.116641123638701, 39.988004923785901 ], [ -75.116851395372507, 39.987897036432599 ], [ -75.116827501364, 39.987870100694302 ], [ -75.1166159422351, 39.987978232377699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2103 E BIRCH ST", "addr_range": "2103 E BIRCH ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 773, "objectid": 4857, "Shape__Area": 122.62109375, "Shape__Length": 53.305837095000989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115607656231902, 39.989082950928101 ], [ -75.115636102409596, 39.989118940433997 ], [ -75.115789097904795, 39.989037096451 ], [ -75.1157619394682, 39.9890035720234 ], [ -75.115607656231902, 39.989082950928101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2146 E MONMOUTH ST", "addr_range": "2144-2152 E MONMOUTH ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 670, "objectid": 4858, "Shape__Area": 106.27734375, "Shape__Length": 48.836798562055314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115628028140605, 39.988032694883898 ], [ -75.115657856340903, 39.988063846949998 ], [ -75.115797415028098, 39.987991786136099 ], [ -75.115767155054002, 39.987959866430799 ], [ -75.115628028140605, 39.988032694883898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3633 HAVERFORD AVE", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1664, "objectid": 4859, "Shape__Area": 265.97265625, "Shape__Length": 91.723152068331004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195715586709696, 39.963696090255503 ], [ -75.195654748716393, 39.963702861111102 ], [ -75.195705566565593, 39.963968757797097 ], [ -75.19576502004, 39.963962037177701 ], [ -75.195758916826094, 39.9639304363509 ], [ -75.195716829971502, 39.963695941336198 ], [ -75.195715586709696, 39.963696090255503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3902 FOLSOM ST", "addr_range": "3900-3916 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 761, "objectid": 4860, "Shape__Area": 120.52734375, "Shape__Length": 60.106513042166185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200545567221994, 39.966906028570399 ], [ -75.200503257387794, 39.966911057625403 ], [ -75.200537024415098, 39.967083111536397 ], [ -75.2005793767581, 39.967078294246399 ], [ -75.200545567221994, 39.966906028570399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3904 FOLSOM ST", "addr_range": "3900-3916 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 762, "objectid": 4861, "Shape__Area": 120.66796875, "Shape__Length": 60.167436505979921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200545567221994, 39.966906028570399 ], [ -75.2005793767581, 39.967078294246399 ], [ -75.2005934522942, 39.9670766923537 ], [ -75.200617459401997, 39.9670739533112 ], [ -75.200621725923, 39.967073467860097 ], [ -75.200587875947505, 39.966900997673299 ], [ -75.200557067141006, 39.966904661380099 ], [ -75.200545567221994, 39.966906028570399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3906 FOLSOM ST", "addr_range": "3900-3916 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 762, "objectid": 4862, "Shape__Area": 120.81640625, "Shape__Length": 60.229394527940919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200587875947505, 39.966900997673299 ], [ -75.200621725923, 39.967073467860097 ], [ -75.200650406159994, 39.967070204640599 ], [ -75.200664078254107, 39.967068650538899 ], [ -75.200630187040503, 39.9668959659123 ], [ -75.200614872583998, 39.9668977880578 ], [ -75.200587875947505, 39.966900997673299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "746 N 38TH ST", "addr_range": "744-748 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1165, "objectid": 4863, "Shape__Area": 184.48046875, "Shape__Length": 74.933195881648132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198165751525906, 39.966953797996801 ], [ -75.198173396442499, 39.9669934284764 ], [ -75.198443474203998, 39.966964020653897 ], [ -75.198454434197501, 39.966962813758599 ], [ -75.198447588992806, 39.966923056022999 ], [ -75.198436693436605, 39.966924231013202 ], [ -75.198174612295702, 39.966952738157403 ], [ -75.198165751525906, 39.966953797996801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3851 ASPEN ST", "addr_range": "3851 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1223, "objectid": 4864, "Shape__Area": 193.76953125, "Shape__Length": 75.751248400147176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199492966620895, 39.966727423912602 ], [ -75.199493281125896, 39.9667290274854 ], [ -75.199534186062806, 39.966938041987497 ], [ -75.199535327932793, 39.966943869844798 ], [ -75.199559252489607, 39.9669416454649 ], [ -75.199588671331, 39.966938140339799 ], [ -75.199587551813806, 39.9669322472066 ], [ -75.199548052094002, 39.966721605211198 ], [ -75.199492966620895, 39.966727423912602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "747 N 39TH ST", "addr_range": "747-749 N 39TH ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1311, "objectid": 4865, "Shape__Area": 207.6328125, "Shape__Length": 77.357346189883316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199964908237206, 39.967037981676597 ], [ -75.199973839266093, 39.9670802192731 ], [ -75.200260063729701, 39.967049763168099 ], [ -75.200251778229102, 39.967004299026399 ], [ -75.199964908237206, 39.967037981676597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3945 ASPEN ST", "addr_range": "3945 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1598, "objectid": 4866, "Shape__Area": 253.046875, "Shape__Length": 86.170217174648215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201611794299296, 39.9665049645374 ], [ -75.201659292226196, 39.966750502646001 ], [ -75.201721818008096, 39.966743337166598 ], [ -75.201673884953607, 39.9664976245407 ], [ -75.201611794299296, 39.9665049645374 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3855 ASPEN ST", "addr_range": "3855 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1168, "objectid": 4867, "Shape__Area": 185.05078125, "Shape__Length": 75.557541101234079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1995995566256, 39.966715414962003 ], [ -75.199599940332305, 39.9667174210201 ], [ -75.199639402689499, 39.966926629564902 ], [ -75.199640680318694, 39.966933364147103 ], [ -75.199655313445007, 39.9669308521337 ], [ -75.199692180906098, 39.966927626070003 ], [ -75.1996909399505, 39.966921037365502 ], [ -75.199652782957301, 39.966718693785303 ], [ -75.199651213479399, 39.966711841892497 ], [ -75.199650677002893, 39.966709507175899 ], [ -75.1995995566256, 39.966715414962003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3837 FAIRMOUNT AVE", "addr_range": "3825-3841 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1446, "objectid": 4868, "Shape__Area": 229.109375, "Shape__Length": 84.400236241138913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198957342968995, 39.9656720752835 ], [ -75.199004569101902, 39.965915725577297 ], [ -75.199060759572305, 39.965909495604301 ], [ -75.199027022884593, 39.965730075209301 ], [ -75.199015157618604, 39.965665526452099 ], [ -75.198957342968995, 39.9656720752835 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3841 FAIRMOUNT AVE", "addr_range": "3825-3841 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1428, "objectid": 4869, "Shape__Area": 226.27734375, "Shape__Length": 84.179858774384172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1990714490003, 39.965659378911397 ], [ -75.199117306936301, 39.965903209567003 ], [ -75.199173712335494, 39.965896805918199 ], [ -75.199127467733504, 39.965653226182802 ], [ -75.199095691001105, 39.9656564850401 ], [ -75.1990714490003, 39.965659378911397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "646 N 38TH ST", "addr_range": "646, 650-652 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1327, "objectid": 4870, "Shape__Area": 210.13671875, "Shape__Length": 77.182174247934029 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197784911304197, 39.964921229896603 ], [ -75.197793754725694, 39.964965756110203 ], [ -75.198077799209301, 39.964932935238203 ], [ -75.198069848789402, 39.964888041479703 ], [ -75.197784911304197, 39.964921229896603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "650 N 38TH ST", "addr_range": "646, 650-652 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1307, "objectid": 4871, "Shape__Area": 207.09765625, "Shape__Length": 76.993934391614374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197801656743593, 39.965008567490997 ], [ -75.197808277018297, 39.9650537362241 ], [ -75.198008262398602, 39.965030169508999 ], [ -75.198093264978297, 39.9650203407273 ], [ -75.198085594011104, 39.964976953360797 ], [ -75.197801656743593, 39.965008567490997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "652 N 38TH ST", "addr_range": "646, 650-652 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 933, "objectid": 4872, "Shape__Area": 147.765625, "Shape__Length": 58.02809916306434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197815947304093, 39.965087662132603 ], [ -75.197818352351206, 39.965098354709802 ], [ -75.198016583551194, 39.965075199460799 ], [ -75.198008262398602, 39.965030169508999 ], [ -75.197808277018297, 39.9650537362241 ], [ -75.197815947304093, 39.965087662132603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3812 FOLSOM ST", "addr_range": "752-756, 762 N 38TH ST; 3810-3812 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1159, "objectid": 4873, "Shape__Area": 183.62109375, "Shape__Length": 75.915050671170363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198521341272098, 39.967055006748303 ], [ -75.198522035672696, 39.967058810018202 ], [ -75.1985550187661, 39.967238230030901 ], [ -75.198559958053394, 39.9672751414465 ], [ -75.198611410243799, 39.967269579367603 ], [ -75.198597001155207, 39.967186339400101 ], [ -75.198591248352201, 39.967151570508598 ], [ -75.198584982738794, 39.967117547959496 ], [ -75.198571826614497, 39.967053420953803 ], [ -75.198571029954294, 39.967049534319898 ], [ -75.198527420433606, 39.967054335529902 ], [ -75.198521341272098, 39.967055006748303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "756 N 38TH ST", "addr_range": "752-756, 762 N 38TH ST; 3810-3812 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1167, "objectid": 4874, "Shape__Area": 184.8125, "Shape__Length": 74.954783527871214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198200971065305, 39.9671522727905 ], [ -75.198207600884004, 39.967191058973803 ], [ -75.198477437870807, 39.967163031446603 ], [ -75.1984891116103, 39.967161808883802 ], [ -75.198482291325305, 39.967120825436602 ], [ -75.198470467690797, 39.967122141973903 ], [ -75.198200971065305, 39.9671522727905 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "762 N 38TH ST", "addr_range": "752-756, 762 N 38TH ST; 3810-3812 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1202, "objectid": 4875, "Shape__Area": 190.3515625, "Shape__Length": 75.483819890779486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198503315418805, 39.967238757084502 ], [ -75.198490628708001, 39.967240199494 ], [ -75.1982212554868, 39.967270929578298 ], [ -75.198228107160304, 39.967311042469397 ], [ -75.198497441105502, 39.967281923391603 ], [ -75.198510482321595, 39.967280520399498 ], [ -75.198503315418805, 39.967238757084502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "752 N 38TH ST", "addr_range": "752-756, 762 N 38TH ST; 3810-3812 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1205, "objectid": 4876, "Shape__Area": 190.89453125, "Shape__Length": 75.374500382335995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198186361445806, 39.967072171909301 ], [ -75.198194355652106, 39.967113664425199 ], [ -75.198463838945997, 39.967083323396601 ], [ -75.198476419110804, 39.967081911057697 ], [ -75.198473298487002, 39.9670640774319 ], [ -75.198472643855496, 39.967060306581203 ], [ -75.198470722352695, 39.967053445940799 ], [ -75.198467376749704, 39.967041571069501 ], [ -75.198456900589093, 39.967042709437102 ], [ -75.198186361445806, 39.967072171909301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "754 N 38TH ST", "addr_range": "752-756, 762 N 38TH ST; 3810-3812 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1135, "objectid": 4877, "Shape__Area": 179.734375, "Shape__Length": 74.729656052993136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198194355652106, 39.967113664425199 ], [ -75.198200971065305, 39.9671522727905 ], [ -75.198470467690797, 39.967122141973903 ], [ -75.198482291325305, 39.967120825436602 ], [ -75.198476419110804, 39.967081911057697 ], [ -75.198463838945997, 39.967083323396601 ], [ -75.198194355652106, 39.967113664425199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3940 BROWN ST", "addr_range": "3940-3942 BROWN ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1443, "objectid": 4878, "Shape__Area": 228.65625, "Shape__Length": 82.886743594792847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201734505128002, 39.967244520892599 ], [ -75.201675842658105, 39.967250762164397 ], [ -75.201722456353494, 39.967488676105901 ], [ -75.201780284417595, 39.967481771155498 ], [ -75.201734505128002, 39.967244520892599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3914 BROWN ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1442, "objectid": 4879, "Shape__Area": 228.390625, "Shape__Length": 83.081341817124581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200972296589299, 39.967571584405 ], [ -75.200972606806104, 39.9675733969109 ], [ -75.201031094590604, 39.967566796213198 ], [ -75.200988266427998, 39.967328015475502 ], [ -75.200930792370997, 39.967334380980198 ], [ -75.200972296589299, 39.967571584405 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3924 BROWN ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1396, "objectid": 4880, "Shape__Area": 221.1953125, "Shape__Length": 82.398721096339898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201218797937102, 39.967302284367499 ], [ -75.2012631671018, 39.967540212643001 ], [ -75.2012743203735, 39.967538880025899 ], [ -75.201319903454106, 39.9675334134172 ], [ -75.201274873736494, 39.967296357084201 ], [ -75.201218797937102, 39.967302284367499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3928 BROWN ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1414, "objectid": 4881, "Shape__Area": 224.046875, "Shape__Length": 82.570508844515288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201390728055003, 39.967283407066702 ], [ -75.201333338381303, 39.9672897728436 ], [ -75.201377513604797, 39.967527294009102 ], [ -75.201434436399893, 39.967521111551797 ], [ -75.201390728055003, 39.967283407066702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3930 BROWN ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1417, "objectid": 4882, "Shape__Area": 224.4140625, "Shape__Length": 82.492343148501959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201447668136595, 39.967277288962698 ], [ -75.201390728055003, 39.967283407066702 ], [ -75.201434436399893, 39.967521111551797 ], [ -75.201492066526498, 39.967513928443402 ], [ -75.201447668136595, 39.967277288962698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3918 BROWN ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1433, "objectid": 4883, "Shape__Area": 226.94921875, "Shape__Length": 82.907523556232491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201102539751403, 39.967315354085002 ], [ -75.201045550223995, 39.967321664636799 ], [ -75.201088488153104, 39.967560302725403 ], [ -75.201146859742906, 39.9675534588198 ], [ -75.201102539751403, 39.967315354085002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5800 VINE ST", "addr_range": "5800 VINE ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1196, "objectid": 4884, "Shape__Area": 189.48828125, "Shape__Length": 72.964801534092743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236022271405602, 39.965796143532302 ], [ -75.236008630447998, 39.965862482235799 ], [ -75.235991331790899, 39.965946119185404 ], [ -75.235979871525203, 39.9660016243513 ], [ -75.236036203583495, 39.966008420450997 ], [ -75.236051756011804, 39.965930677385899 ], [ -75.236064690359598, 39.9658658711055 ], [ -75.236077244395503, 39.965802861184102 ], [ -75.236022271405602, 39.965796143532302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "118 N 56TH ST", "addr_range": "116-118 N 56TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1339, "objectid": 4885, "Shape__Area": 212.04296875, "Shape__Length": 77.374154656389607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232522276430103, 39.963140979735499 ], [ -75.232806554678106, 39.963175715438702 ], [ -75.232815862989497, 39.963130850039299 ], [ -75.2327281251561, 39.9631203016786 ], [ -75.232702957433403, 39.963117154629302 ], [ -75.232677646536501, 39.963113890006703 ], [ -75.232568530549301, 39.963100212735903 ], [ -75.232531240067601, 39.963095783335 ], [ -75.232522276430103, 39.963140979735499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "327 N 56TH ST", "addr_range": "327 N 56TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1050, "objectid": 4886, "Shape__Area": 186.609375, "Shape__Length": 78.918528439838099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231343606505803, 39.966266133466497 ], [ -75.231344348923599, 39.966271533215902 ], [ -75.231650824276301, 39.966310289754503 ], [ -75.231640224022001, 39.966249254272 ], [ -75.231638551707107, 39.966239562492497 ], [ -75.231343493700393, 39.9662652281921 ], [ -75.231343606505803, 39.966266133466497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "100 N YEWDALL ST", "addr_range": "100-102 YEWDALL ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 920, "objectid": 4887, "Shape__Area": 145.70703125, "Shape__Length": 57.673960332175405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228947083151695, 39.962241753545101 ], [ -75.229144223255304, 39.962266056672703 ], [ -75.229155241306302, 39.962222035476699 ], [ -75.228956842908303, 39.962197219980297 ], [ -75.228955786198497, 39.962201999976202 ], [ -75.228947083151695, 39.962241753545101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "50 N 58TH ST", "addr_range": "50 N 58TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1049, "objectid": 4888, "Shape__Area": 166.171875, "Shape__Length": 68.033911352050424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236633713931099, 39.962856179846597 ], [ -75.236883306298495, 39.9628880021328 ], [ -75.236890761388807, 39.962847865736002 ], [ -75.236642391919901, 39.962815812566902 ], [ -75.236635369739602, 39.962848800931603 ], [ -75.236633713931099, 39.962856179846597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "12 N 58TH ST", "addr_range": "12 N 58TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 592, "objectid": 4889, "Shape__Area": 93.734375, "Shape__Length": 42.521104762215003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236828683868296, 39.961931840459997 ], [ -75.236962340048294, 39.961949162353797 ], [ -75.236970175405702, 39.961906085327598 ], [ -75.236837587872799, 39.961889914894599 ], [ -75.236828683868296, 39.961931840459997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "126 N 54TH ST", "addr_range": "126 N 54TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 851, "objectid": 4890, "Shape__Area": 134.8046875, "Shape__Length": 56.990927108015356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228289903084004, 39.962709655670203 ], [ -75.228489417280599, 39.962734318416203 ], [ -75.228498225175699, 39.962694020274199 ], [ -75.228298716400005, 39.962668583703497 ], [ -75.228289903084004, 39.962709655670203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "116 N 56TH ST", "addr_range": "116-118 N 56TH ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1269, "objectid": 4891, "Shape__Area": 201.0546875, "Shape__Length": 76.849569822699053 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232531240067601, 39.963095783335 ], [ -75.232568530549301, 39.963100212735903 ], [ -75.232677646536501, 39.963113890006703 ], [ -75.232702957433403, 39.963117154629302 ], [ -75.2327281251561, 39.9631203016786 ], [ -75.232815862989497, 39.963130850039299 ], [ -75.232824838416406, 39.963087605435902 ], [ -75.232771610406104, 39.963081956094904 ], [ -75.232685216429601, 39.963071292123097 ], [ -75.232539904670205, 39.963053031982597 ], [ -75.232531240067601, 39.963095783335 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5824 VINE ST", "addr_range": "5822-5824 VINE ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1149, "objectid": 4892, "Shape__Area": 182.01171875, "Shape__Length": 70.271864088667598 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236768899128705, 39.966100102878102 ], [ -75.236781701464395, 39.966101738392403 ], [ -75.236824905265493, 39.966107230222299 ], [ -75.236834025205397, 39.9660634073796 ], [ -75.236844124992501, 39.966015254194097 ], [ -75.236866167456498, 39.965910911669802 ], [ -75.236811307323094, 39.965903956305901 ], [ -75.236798546761307, 39.965956709350898 ], [ -75.2367797637324, 39.966049920290601 ], [ -75.236768899128705, 39.966100102878102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6211 VINE ST", "addr_range": "6209-6211 VINE ST; 314 N 62ND ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1295, "objectid": 4893, "Shape__Area": 205.13671875, "Shape__Length": 77.919471958183422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244087572204194, 39.967448033195801 ], [ -75.244143126667197, 39.9674554849353 ], [ -75.244191346765803, 39.967233025194197 ], [ -75.244135608826298, 39.967226552450001 ], [ -75.244087572204194, 39.967448033195801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "346 N 62ND ST", "addr_range": "346-348 N 62ND ST", "zipcode": 19139, "district": "4", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1906, "objectid": 4894, "Shape__Area": 301.92578125, "Shape__Length": 109.45157715788072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243637057242097, 39.968146350981002 ], [ -75.244067161939398, 39.968198961137503 ], [ -75.244076444690506, 39.968156318970799 ], [ -75.2436459151333, 39.968104408644201 ], [ -75.243637057242097, 39.968146350981002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6058 VINE ST", "addr_range": "6050-6060 VINE ST", "zipcode": 19139, "district": "4", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2477, "objectid": 4895, "Shape__Area": 392.34375, "Shape__Length": 105.53371972027104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241203576043901, 39.966650706826897 ], [ -75.241283114227798, 39.966660505278497 ], [ -75.241347741848202, 39.966363225487598 ], [ -75.241267681044405, 39.966353414745598 ], [ -75.241248801093704, 39.966443738283097 ], [ -75.241203576043901, 39.966650706826897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4900 RENO ST", "addr_range": "4900 RENO ST", "zipcode": 19139, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4717, "objectid": 4896, "Shape__Area": 747.07421875, "Shape__Length": 109.40273211628951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218703973242796, 39.9666637643884 ], [ -75.2187045431006, 39.966668677498603 ], [ -75.218936561462201, 39.9666455377806 ], [ -75.218936146261001, 39.9666403703974 ], [ -75.218934699329594, 39.966621849061497 ], [ -75.218930680051997, 39.966602095177102 ], [ -75.218900478558496, 39.966445020783901 ], [ -75.218681305986905, 39.966467540107502 ], [ -75.218701203050998, 39.9666396844191 ], [ -75.218703973242796, 39.9666637643884 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "300-06 N 53RD ST", "addr_range": "5313-19 VINE ST; 300-06 N 53RD ST", "zipcode": 19139, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 5859, "objectid": 4897, "Shape__Area": 927.84375, "Shape__Length": 125.99757795852159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226268306674498, 39.965171645381098 ], [ -75.226331245272803, 39.9651826848282 ], [ -75.226403031438196, 39.965195805526903 ], [ -75.226566950760102, 39.965227007377997 ], [ -75.2265799500708, 39.965165201017498 ], [ -75.226583374767998, 39.965145191296799 ], [ -75.226588768637001, 39.965120115326002 ], [ -75.226599748282197, 39.965064229150201 ], [ -75.226603054524602, 39.965047408157602 ], [ -75.226547085957506, 39.965041019030799 ], [ -75.226238811439302, 39.965005240054602 ], [ -75.226241219129903, 39.965018849426102 ], [ -75.226268306674498, 39.965171645381098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4847-49 HAVERFORD AVE", "addr_range": "4843-4849 HAVERFORD AVE", "zipcode": 19139, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2771, "objectid": 4898, "Shape__Area": 438.765625, "Shape__Length": 86.227812565493252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.217905380164794, 39.963197137556797 ], [ -75.217882102729405, 39.963233167509401 ], [ -75.217904754235306, 39.9634123195396 ], [ -75.218047755141995, 39.963400904378197 ], [ -75.218028970686404, 39.963243903217801 ], [ -75.217905380164794, 39.963197137556797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "52 DEARBORN ST", "addr_range": "52-54 N DEARBORN ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 677, "objectid": 4899, "Shape__Area": 107.1875, "Shape__Length": 47.493366778020324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222195573289298, 39.960904546805402 ], [ -75.222347827048097, 39.960924102099099 ], [ -75.222352975792802, 39.960924215531897 ], [ -75.222361677558894, 39.960883431609503 ], [ -75.222356570806994, 39.960882787512801 ], [ -75.222204506754494, 39.960863768898697 ], [ -75.222195573289298, 39.960904546805402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "38 FARSON ST", "addr_range": "38 N FARSON ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 850, "objectid": 4900, "Shape__Area": 134.6796875, "Shape__Length": 53.976992141344397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221810234063994, 39.9605670734474 ], [ -75.221990849292993, 39.960589977923398 ], [ -75.222000275747106, 39.960544921236597 ], [ -75.221819589015396, 39.960522273784001 ], [ -75.221810234063994, 39.9605670734474 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5313-19 VINE ST", "addr_range": "5313-19 VINE ST; 300-06 N 53RD ST", "zipcode": 19139, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 6260, "objectid": 4901, "Shape__Area": 991.359375, "Shape__Length": 128.83688857889373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226608713062404, 39.965065360644601 ], [ -75.226565652276804, 39.965285638272903 ], [ -75.226563330132194, 39.965300206789998 ], [ -75.226569495500499, 39.965302276826698 ], [ -75.226619080077597, 39.965313023318203 ], [ -75.226674825736694, 39.965325451394598 ], [ -75.226682753263304, 39.965328028697201 ], [ -75.226695998140201, 39.965331800530798 ], [ -75.2267243295003, 39.965337775511401 ], [ -75.226730538479799, 39.965338734667398 ], [ -75.2267844926685, 39.965351414314597 ], [ -75.226840229432995, 39.965075835535103 ], [ -75.226784259650202, 39.965069446498198 ], [ -75.226727412870403, 39.9650624579048 ], [ -75.226669683236906, 39.965055563392802 ], [ -75.226611918243805, 39.9650490221659 ], [ -75.226608713062404, 39.965065360644601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "19 DEARBORN ST", "addr_range": "19-25 N DEARBORN ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 663, "objectid": 4902, "Shape__Area": 104.984375, "Shape__Length": 46.980759231247063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222229017055, 39.960238805657703 ], [ -75.222231672033899, 39.960238945243198 ], [ -75.222240347277804, 39.9601977408797 ], [ -75.222237716906605, 39.960197537865596 ], [ -75.222091232345207, 39.960180061069401 ], [ -75.222088647144403, 39.9601797139863 ], [ -75.222085215800604, 39.960179073454697 ], [ -75.222076671586706, 39.960219522955299 ], [ -75.222080022884995, 39.960220080633498 ], [ -75.222082587596205, 39.960220443483401 ], [ -75.222213441378798, 39.960236850599301 ], [ -75.222229017055, 39.960238805657703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5227 HAVERFORD AVE", "addr_range": "5223-5227 HAVERFORD AVE", "zipcode": 19139, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1756, "objectid": 4903, "Shape__Area": 278.1015625, "Shape__Length": 85.491919614987239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225859802413495, 39.965816096336802 ], [ -75.225891816564996, 39.965843059291402 ], [ -75.225895274675693, 39.965846391571397 ], [ -75.225897224220304, 39.965841855587698 ], [ -75.2259029189524, 39.965832358206903 ], [ -75.225937186668801, 39.9657749688511 ], [ -75.226031156711301, 39.965622949151502 ], [ -75.225964280202504, 39.965597750236299 ], [ -75.225928159547806, 39.965657677492203 ], [ -75.225921528020805, 39.965668090402602 ], [ -75.225889191288701, 39.965721444316003 ], [ -75.225875774403903, 39.965746504141102 ], [ -75.225846438950597, 39.965791815988901 ], [ -75.225841695262005, 39.965799384529703 ], [ -75.225859802413495, 39.965816096336802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4845 HAVERFORD AVE", "addr_range": "4843-4849 HAVERFORD AVE", "zipcode": 19139, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2479, "objectid": 4904, "Shape__Area": 392.56640625, "Shape__Length": 91.851176919786866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.217857265593494, 39.963179037783 ], [ -75.2177541917913, 39.963343906599398 ], [ -75.2177643138467, 39.963423614439201 ], [ -75.217904754235306, 39.9634123195396 ], [ -75.217882102729405, 39.963233167509401 ], [ -75.217905380164794, 39.963197137556797 ], [ -75.217857265593494, 39.963179037783 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "338 N 52ND ST", "addr_range": "336-338 N 52ND ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1846, "objectid": 4905, "Shape__Area": 292.34375, "Shape__Length": 87.370924604034812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225274140612299, 39.966257715734301 ], [ -75.224958854867594, 39.966289869381598 ], [ -75.224967478470106, 39.966345831841302 ], [ -75.225283621489993, 39.966314311508597 ], [ -75.225279404503695, 39.966284043394502 ], [ -75.225274140612299, 39.966257715734301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5225 HAVERFORD AVE", "addr_range": "5223-5227 HAVERFORD AVE", "zipcode": 19139, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1699, "objectid": 4906, "Shape__Area": 269.0859375, "Shape__Length": 81.883861680607538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225772783530104, 39.965781055890901 ], [ -75.225782461926897, 39.965784444830199 ], [ -75.225796622050794, 39.965787851274698 ], [ -75.225808992902898, 39.965790944451101 ], [ -75.225841695262005, 39.965799384529703 ], [ -75.225846438950597, 39.965791815988901 ], [ -75.225875774403903, 39.965746504141102 ], [ -75.225889191288701, 39.965721444316003 ], [ -75.225921528020805, 39.965668090402602 ], [ -75.225928159547806, 39.965657677492203 ], [ -75.225964280202504, 39.965597750236299 ], [ -75.225897373203296, 39.965573404756398 ], [ -75.225772783530104, 39.965781055890901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5316 VINE ST", "addr_range": "5316 VINE ST", "zipcode": 19139, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1477, "objectid": 4907, "Shape__Area": 233.875, "Shape__Length": 84.220782508595008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226652283272202, 39.9648427092677 ], [ -75.226706205793604, 39.9648500201207 ], [ -75.226758440946398, 39.964608343694898 ], [ -75.226702592241395, 39.964601006719697 ], [ -75.226700924604103, 39.964600792548502 ], [ -75.226679280391707, 39.964696776452598 ], [ -75.226647822006498, 39.964842111100097 ], [ -75.226652283272202, 39.9648427092677 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "21 DEARBORN ST", "addr_range": "19-25 N DEARBORN ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 660, "objectid": 4908, "Shape__Area": 104.5, "Shape__Length": 46.889423866308242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222065440502902, 39.960260154721198 ], [ -75.222071565359499, 39.960261063633503 ], [ -75.222220351927703, 39.960279139878303 ], [ -75.222229017055, 39.960238805657703 ], [ -75.222213441378798, 39.960236850599301 ], [ -75.222082587596205, 39.960220443483401 ], [ -75.222080022884995, 39.960220080633498 ], [ -75.222076671586706, 39.960219522955299 ], [ -75.222074038272297, 39.960219336090603 ], [ -75.222065440502902, 39.960260154721198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5316 MARKET ST", "addr_range": "5316-5328 MARKET ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2218, "objectid": 4909, "Shape__Area": 351.29296875, "Shape__Length": 104.90576206590136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227664126266006, 39.959901356619 ], [ -75.227592333924406, 39.959893056790399 ], [ -75.227590526267306, 39.959908443025597 ], [ -75.227533372628102, 39.960195322739501 ], [ -75.227602756072898, 39.960204747240802 ], [ -75.227664126266006, 39.959901356619 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6067 UPLAND ST", "addr_range": "6066 REINHARD ST; 6065-6069 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 984, "objectid": 4910, "Shape__Area": 155.75390625, "Shape__Length": 61.209270864347708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230878423133007, 39.930887580644303 ], [ -75.230985662329303, 39.930978158287999 ], [ -75.231023715869597, 39.931010152426602 ], [ -75.231066717371803, 39.9309809216643 ], [ -75.230920606101904, 39.930856751607898 ], [ -75.230878423133007, 39.930887580644303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6069 UPLAND ST", "addr_range": "6066 REINHARD ST; 6065-6069 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 929, "objectid": 4911, "Shape__Area": 146.96484375, "Shape__Length": 60.594097414244501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230920606101904, 39.930856751607898 ], [ -75.231066717371803, 39.9309809216643 ], [ -75.231106990754995, 39.9309530175994 ], [ -75.230961747003903, 39.9308291234344 ], [ -75.230920606101904, 39.930856751607898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6116 REINHARD ST", "addr_range": "6116 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 909, "objectid": 4912, "Shape__Area": 143.9140625, "Shape__Length": 60.946727813704626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231966071848007, 39.930310290753098 ], [ -75.231974135291097, 39.930317560449801 ], [ -75.232034810638197, 39.9303696683601 ], [ -75.232114460462199, 39.9304363150613 ], [ -75.232133289970506, 39.930423172081603 ], [ -75.232154323030201, 39.930408738597897 ], [ -75.232002573700996, 39.930284091155499 ], [ -75.231988145621202, 39.930294333139599 ], [ -75.231975883733995, 39.930303155862703 ], [ -75.231966071848007, 39.930310290753098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6007 UPLAND ST", "addr_range": "6002 REINHARD ST; 6003-6007 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 934, "objectid": 4913, "Shape__Area": 147.76171875, "Shape__Length": 60.174852430083476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229652412638103, 39.931747892910202 ], [ -75.229795915433598, 39.931870121478703 ], [ -75.2298380067854, 39.931841225244703 ], [ -75.2296926972368, 39.931719683226802 ], [ -75.229652412638103, 39.931747892910202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6130 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 881, "objectid": 4914, "Shape__Area": 139.375, "Shape__Length": 60.644622206857306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232220943927402, 39.930129045263698 ], [ -75.232282485179994, 39.930180367463798 ], [ -75.232370613782294, 39.930254983843298 ], [ -75.232407874573099, 39.930229206230699 ], [ -75.232385628596901, 39.930208551748002 ], [ -75.232257283872698, 39.930103261898999 ], [ -75.232247221765206, 39.930110392219603 ], [ -75.232220943927402, 39.930129045263698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6085 UPLAND ST", "addr_range": "6078-6086 REINHARD ST; 6079-6085 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1690, "objectid": 4915, "Shape__Area": 267.4375, "Shape__Length": 70.773368582308834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231253799343705, 39.930625018484001 ], [ -75.231303988933206, 39.930666242195898 ], [ -75.231400877404297, 39.930747419966899 ], [ -75.231487811697804, 39.930687526203698 ], [ -75.231316886363302, 39.930583203065503 ], [ -75.231253799343705, 39.930625018484001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6053 REINHARD ST", "addr_range": "6049-6059 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 922, "objectid": 4916, "Shape__Area": 145.89453125, "Shape__Length": 59.625798181725656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230960037252103, 39.931404632867803 ], [ -75.231100898507705, 39.931526431435898 ], [ -75.231142088248902, 39.931498062743003 ], [ -75.231001232950604, 39.931376103078001 ], [ -75.230960037252103, 39.931404632867803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6146 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 899, "objectid": 4917, "Shape__Area": 142.265625, "Shape__Length": 61.026540975360263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232513775900003, 39.929921778356103 ], [ -75.232568947534105, 39.929967559098102 ], [ -75.232595573300301, 39.929989244023602 ], [ -75.232626700665705, 39.930014865103999 ], [ -75.232664485542102, 39.930046756389501 ], [ -75.232702524117101, 39.930019784819997 ], [ -75.232664297009094, 39.929987383786603 ], [ -75.232633928973399, 39.929962747956097 ], [ -75.232590974050595, 39.9299280023356 ], [ -75.232552328062994, 39.9298944955545 ], [ -75.232513775900003, 39.929921778356103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6040 UPLAND ST", "addr_range": "6040-6050 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 863, "objectid": 4918, "Shape__Area": 136.65625, "Shape__Length": 58.590421759472264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2300797545291, 39.931117967636503 ], [ -75.230221569396505, 39.931237757439 ], [ -75.230260039629897, 39.9312104573536 ], [ -75.230118217511404, 39.931090926025703 ], [ -75.2300797545291, 39.931117967636503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6037 REINHARD ST", "addr_range": "6037-6039 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 908, "objectid": 4919, "Shape__Area": 143.73828125, "Shape__Length": 59.232157094215538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230634952209499, 39.931633804334503 ], [ -75.230775867050099, 39.931754217846397 ], [ -75.230816163765894, 39.931725668368898 ], [ -75.230675257824302, 39.9316050460708 ], [ -75.230634952209499, 39.931633804334503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6143 REINHARD ST", "addr_range": "6141-6143 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 944, "objectid": 4920, "Shape__Area": 149.375, "Shape__Length": 62.826505410857642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232728594560797, 39.9301514565853 ], [ -75.232791508214405, 39.930204727750997 ], [ -75.232856717338606, 39.9302599170299 ], [ -75.232884409964001, 39.930282189324501 ], [ -75.232922433678397, 39.9302555885657 ], [ -75.232815039525903, 39.930164670587097 ], [ -75.232766712168598, 39.9301251327432 ], [ -75.232728594560797, 39.9301514565853 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2020 S 61ST ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 937, "objectid": 4921, "Shape__Area": 148.26953125, "Shape__Length": 59.560310681705502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231831024247001, 39.930623863596303 ], [ -75.231836035864205, 39.930627616372597 ], [ -75.231851102749104, 39.930619372427401 ], [ -75.231859761524106, 39.930613985387303 ], [ -75.231889664648904, 39.930592413505899 ], [ -75.231903128140502, 39.930582811683898 ], [ -75.231927319727404, 39.930566206814703 ], [ -75.231935431755304, 39.930560856417799 ], [ -75.231989774204493, 39.9305227823831 ], [ -75.231983094088804, 39.930517154945001 ], [ -75.231951095925794, 39.930490177490398 ], [ -75.231915947519298, 39.930514842662497 ], [ -75.231852697761198, 39.930559925445799 ], [ -75.231791595571195, 39.930600172852202 ], [ -75.231809924154803, 39.930611262044103 ], [ -75.231827335067393, 39.9306211228457 ], [ -75.231831024247001, 39.930623863596303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6054 REINHARD ST", "addr_range": "6052-6056 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 936, "objectid": 4922, "Shape__Area": 148.14453125, "Shape__Length": 60.49530535888244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230788749582999, 39.931189721635697 ], [ -75.230934032692204, 39.931312534776197 ], [ -75.230974306990305, 39.9312845496829 ], [ -75.230829969113998, 39.931160547318399 ], [ -75.230788749582999, 39.931189721635697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6074 REINHARD ST", "addr_range": "6074 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 944, "objectid": 4923, "Shape__Area": 149.37890625, "Shape__Length": 60.221820124696173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231202543772696, 39.930901277258997 ], [ -75.231346082197703, 39.931022600950598 ], [ -75.231387285842601, 39.930993845956003 ], [ -75.231243793377004, 39.930871281751799 ], [ -75.231202543772696, 39.930901277258997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6169 REINHARD ST", "addr_range": "6161-6169 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 923, "objectid": 4924, "Shape__Area": 146.0625, "Shape__Length": 62.823635583861972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233204748334003, 39.929815516688997 ], [ -75.233249123181693, 39.929852630420903 ], [ -75.233360500739195, 39.929946278931297 ], [ -75.233398189671902, 39.929919669774897 ], [ -75.233311913780994, 39.9298476248564 ], [ -75.233256183774699, 39.929800509563698 ], [ -75.233241224583196, 39.929788881871197 ], [ -75.233222173194306, 39.929802939171203 ], [ -75.233204748334003, 39.929815516688997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6062 UPLAND ST", "addr_range": "6062-6068 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 833, "objectid": 4925, "Shape__Area": 131.77734375, "Shape__Length": 57.960325270035774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230503618364096, 39.930822364218102 ], [ -75.230644595823904, 39.930940973712303 ], [ -75.230682112100496, 39.930915120259897 ], [ -75.230541157953496, 39.930795849992201 ], [ -75.230503618364096, 39.930822364218102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6018 REINHARD ST", "addr_range": "6016-6020 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 939, "objectid": 4926, "Shape__Area": 148.65625, "Shape__Length": 60.401118137903133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230054422200396, 39.931705242348599 ], [ -75.230199676827496, 39.931828281947404 ], [ -75.230239985176794, 39.9317994265826 ], [ -75.230096497853395, 39.931676763742097 ], [ -75.230054422200396, 39.931705242348599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6161 REINHARD ST", "addr_range": "6161-6169 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 910, "objectid": 4927, "Shape__Area": 144.03515625, "Shape__Length": 62.724353911945464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233059191887094, 39.929918324365303 ], [ -75.233099813037398, 39.9299521950743 ], [ -75.2332140951073, 39.930049388924097 ], [ -75.233251375947603, 39.930023626803901 ], [ -75.233134779886399, 39.929924480202502 ], [ -75.233127050984507, 39.929917750420302 ], [ -75.233116556374, 39.9299088462 ], [ -75.233104322059205, 39.9298977143755 ], [ -75.233096716668697, 39.929891631514202 ], [ -75.233085937377993, 39.9298994543486 ], [ -75.2330752699242, 39.929907038169603 ], [ -75.233059191887094, 39.929918324365303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6018 UPLAND ST", "addr_range": "6014-6018 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 817, "objectid": 4928, "Shape__Area": 129.39453125, "Shape__Length": 57.857615467172486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229662240416999, 39.931410582654998 ], [ -75.229803191958794, 39.931529885484998 ], [ -75.229839794089699, 39.931504431169003 ], [ -75.229698884516296, 39.931384564380998 ], [ -75.229662240416999, 39.931410582654998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6138 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 848, "objectid": 4929, "Shape__Area": 134.296875, "Shape__Length": 60.303638935938935 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232368059535105, 39.930024887110399 ], [ -75.232393270324906, 39.9300457508457 ], [ -75.232496075767997, 39.930131715733999 ], [ -75.232518863011506, 39.9301501746356 ], [ -75.232545854615907, 39.930130891178997 ], [ -75.232554851141202, 39.9301248501719 ], [ -75.232518530257906, 39.930094699277902 ], [ -75.232493650254199, 39.930073971675597 ], [ -75.232403365600504, 39.929999903614203 ], [ -75.232368059535105, 39.930024887110399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6057 REINHARD ST", "addr_range": "6049-6059 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 944, "objectid": 4930, "Shape__Area": 149.3828125, "Shape__Length": 59.985344034762434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231044295552294, 39.931345261777501 ], [ -75.231185112532998, 39.931467687264103 ], [ -75.231227235404205, 39.931438485793002 ], [ -75.231086385478093, 39.931316317319798 ], [ -75.231044295552294, 39.931345261777501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6127 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 874, "objectid": 4931, "Shape__Area": 138.33984375, "Shape__Length": 62.040845098865383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232436879479394, 39.930359652266702 ], [ -75.2324467567109, 39.930367719485297 ], [ -75.232482871812806, 39.9303971730155 ], [ -75.232592478449604, 39.930488864275297 ], [ -75.232628579077598, 39.930463350342499 ], [ -75.232547194411097, 39.930396037031102 ], [ -75.232530507688494, 39.930382421566598 ], [ -75.2324722353856, 39.930333895884203 ], [ -75.232452172650994, 39.930348107456602 ], [ -75.232436879479394, 39.930359652266702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6144 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 849, "objectid": 4932, "Shape__Area": 134.41015625, "Shape__Length": 60.259346782518143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232477820454406, 39.929947328771703 ], [ -75.232628963630503, 39.930071945158602 ], [ -75.232664485542102, 39.930046756389501 ], [ -75.232663511458796, 39.930045944833203 ], [ -75.232626700665705, 39.930014865103999 ], [ -75.232595573300301, 39.929989244023602 ], [ -75.232568947534105, 39.929967559098102 ], [ -75.232513775900003, 39.929921778356103 ], [ -75.232477820454406, 39.929947328771703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2131 E WILLIAM ST", "addr_range": "2129-2143 E WILLIAM ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 872, "objectid": 4933, "Shape__Area": 138.25390625, "Shape__Length": 66.095693791267834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116593144119506, 39.987949498950201 ], [ -75.1166159422351, 39.987978232377699 ], [ -75.116827501364, 39.987870100694302 ], [ -75.1168016694822, 39.987842360922699 ], [ -75.116593144119506, 39.987949498950201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2047 E ORLEANS ST", "addr_range": "2047 E ORLEANS ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 806, "objectid": 4934, "Shape__Area": 127.80078125, "Shape__Length": 51.744930109101105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115728024220203, 39.990122591043999 ], [ -75.115755361550995, 39.990163986467202 ], [ -75.115902512602005, 39.9901059133758 ], [ -75.115908641666095, 39.990103490605101 ], [ -75.115882547821101, 39.990063043709299 ], [ -75.115728024220203, 39.990122591043999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2120 BELLMORE ST", "addr_range": "2120-2130 BELLMORE ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 687, "objectid": 4935, "Shape__Area": 108.93359375, "Shape__Length": 49.862085522958758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114696453043294, 39.988891530905804 ], [ -75.114721825437201, 39.988925757039503 ], [ -75.114874045363194, 39.988862288283599 ], [ -75.114849038729901, 39.988828958998099 ], [ -75.114696453043294, 39.988891530905804 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2110 E ORLEANS ST", "addr_range": "2104-2110 E ORLEANS ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 708, "objectid": 4936, "Shape__Area": 112.19921875, "Shape__Length": 51.472149509274288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115346409723301, 39.989035301538003 ], [ -75.115371078558596, 39.9890692843097 ], [ -75.115526978072594, 39.988997436683597 ], [ -75.115501869942307, 39.988965023368898 ], [ -75.115346409723301, 39.989035301538003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2130 BELLMORE ST", "addr_range": "2120-2130 BELLMORE ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 696, "objectid": 4937, "Shape__Area": 110.3828125, "Shape__Length": 49.321228772225865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114574706996606, 39.988721634891398 ], [ -75.114579015871499, 39.988727778843298 ], [ -75.114599728127999, 39.988757302747601 ], [ -75.114748525247705, 39.988695126038301 ], [ -75.114722222610396, 39.988660091049198 ], [ -75.114574706996606, 39.988721634891398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2135 E WILLIAM ST", "addr_range": "2129-2143 E WILLIAM ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 843, "objectid": 4938, "Shape__Area": 133.71875, "Shape__Length": 65.952621534613471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116544278408497, 39.987895874740403 ], [ -75.116567932441299, 39.987922532021898 ], [ -75.116778949085599, 39.987814854716198 ], [ -75.116755052727498, 39.9877874674916 ], [ -75.116544278408497, 39.987895874740403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2150 E MONMOUTH ST", "addr_range": "2144-2152 E MONMOUTH ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 628, "objectid": 4939, "Shape__Area": 99.51171875, "Shape__Length": 47.853180524814142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115572424594902, 39.987969066432299 ], [ -75.115600294980695, 39.987999383373101 ], [ -75.115737325077305, 39.987928246717701 ], [ -75.115711767473698, 39.9878971611545 ], [ -75.115572424594902, 39.987969066432299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2144 E MONMOUTH ST", "addr_range": "2144-2152 E MONMOUTH ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 707, "objectid": 4940, "Shape__Area": 112.14453125, "Shape__Length": 49.422605819961674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115657856340903, 39.988063846949998 ], [ -75.115687628903501, 39.988098608158197 ], [ -75.115826471905606, 39.988026094783102 ], [ -75.115797415028098, 39.987991786136099 ], [ -75.115657856340903, 39.988063846949998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2106 E ORLEANS ST", "addr_range": "2104-2110 E ORLEANS ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 729, "objectid": 4941, "Shape__Area": 115.6171875, "Shape__Length": 51.657360705587877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115398680103795, 39.989102222522803 ], [ -75.115426227809905, 39.989137062468401 ], [ -75.115579719678294, 39.989064594557298 ], [ -75.115553585848303, 39.989031625203701 ], [ -75.115398680103795, 39.989102222522803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2878 AMBER ST", "addr_range": "2874-2878 AMBER ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 809, "objectid": 4942, "Shape__Area": 128.265625, "Shape__Length": 50.935914656271748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116976532356006, 39.988760639307102 ], [ -75.116982974586605, 39.988767960193499 ], [ -75.117034758047097, 39.988741551391797 ], [ -75.117028452889301, 39.988734411155697 ], [ -75.116941268523703, 39.988635608964998 ], [ -75.116889918786299, 39.988662222296298 ], [ -75.116976532356006, 39.988760639307102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2139 E WILLIAM ST", "addr_range": "2129-2143 E WILLIAM ST", "zipcode": 19134, "district": "1", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1006, "objectid": 4943, "Shape__Area": 159.5546875, "Shape__Length": 67.855565315301064 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116491069784999, 39.987835895909697 ], [ -75.116519099162801, 39.987868585975903 ], [ -75.116731147660403, 39.987760818906203 ], [ -75.116702356889803, 39.9877288223364 ], [ -75.116502857771195, 39.9878302340069 ], [ -75.116491069784999, 39.987835895909697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3401 KEIM ST", "addr_range": "3401 KEIM ST", "zipcode": 19134, "district": "7", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 762, "objectid": 4944, "Shape__Area": 120.90625, "Shape__Length": 48.784848224284943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117038495823394, 40.0002451868286 ], [ -75.117043833751097, 40.000245906643102 ], [ -75.117193833632399, 40.000265756522403 ], [ -75.117201697272606, 40.0002250887133 ], [ -75.117202982307504, 40.000218476698898 ], [ -75.117054096442502, 40.000199086676503 ], [ -75.117048946854098, 40.000198404520198 ], [ -75.117038495823394, 40.0002451868286 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2902 ROSEHILL ST", "addr_range": "2900-2906 ROSEHILL ST", "zipcode": 19134, "district": "7", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 567, "objectid": 4945, "Shape__Area": 97.0859375, "Shape__Length": 46.085973685618612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124977444285193, 39.9934406575385 ], [ -75.125131546634506, 39.9934613498299 ], [ -75.125139880870705, 39.993423062056898 ], [ -75.125080977883599, 39.9934157187148 ], [ -75.125037498001802, 39.993410081394799 ], [ -75.124985813967697, 39.9934025156508 ], [ -75.124977444285193, 39.9934406575385 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3040 N LEE ST", "addr_range": "3036-3840 N LEE ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 632, "objectid": 4946, "Shape__Area": 100.21875, "Shape__Length": 46.879609803263186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129295585553805, 39.996295965427997 ], [ -75.129448671634606, 39.996317111492601 ], [ -75.129452611576596, 39.996317653753998 ], [ -75.129460322757595, 39.9962840422344 ], [ -75.129461323157102, 39.996279308558499 ], [ -75.1294570262327, 39.996278727512703 ], [ -75.129303257033996, 39.996257920865403 ], [ -75.129295585553805, 39.996295965427997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3038 N LEE ST", "addr_range": "3036-3840 N LEE ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 638, "objectid": 4947, "Shape__Area": 101.1875, "Shape__Length": 47.011522914720615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129303257033996, 39.996257920865403 ], [ -75.1294570262327, 39.996278727512703 ], [ -75.129461323157102, 39.996279308558499 ], [ -75.129469054536898, 39.996242957480597 ], [ -75.129469541405001, 39.996240662870797 ], [ -75.129465412951205, 39.996240118108297 ], [ -75.129312115046105, 39.996219547486596 ], [ -75.129303257033996, 39.996257920865403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2937 RUTLEDGE ST", "addr_range": "2921-2939 RUTLEDGE ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 545, "objectid": 4948, "Shape__Area": 86.46875, "Shape__Length": 43.780126985952755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124115670272005, 39.993967754333703 ], [ -75.124263345211105, 39.9939871879617 ], [ -75.124270726253101, 39.993951328328301 ], [ -75.124176229616793, 39.993939817584298 ], [ -75.124122547955295, 39.993932947306099 ], [ -75.124115670272005, 39.993967754333703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2927 RUTLEDGE ST", "addr_range": "2921-2939 RUTLEDGE ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 523, "objectid": 4949, "Shape__Area": 83.02734375, "Shape__Length": 43.34515980591565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124153435539895, 39.993788943510097 ], [ -75.124301077610298, 39.993809247639803 ], [ -75.124308376488997, 39.993774966527099 ], [ -75.124160463512894, 39.993755671665497 ], [ -75.124153435539895, 39.993788943510097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2931 RUTLEDGE ST", "addr_range": "2921-2939 RUTLEDGE ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 537, "objectid": 4950, "Shape__Area": 85.19921875, "Shape__Length": 43.58109948885911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124138248704995, 39.993860799013603 ], [ -75.124285645453, 39.993881483187103 ], [ -75.124293222216096, 39.9938460145706 ], [ -75.124145428024903, 39.993826885496297 ], [ -75.124138248704995, 39.993860799013603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3036 N LEE ST", "addr_range": "3036-3840 N LEE ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 623, "objectid": 4951, "Shape__Area": 98.828125, "Shape__Length": 46.678063909245715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129312115046105, 39.996219547486596 ], [ -75.129465412951205, 39.996240118108297 ], [ -75.129469541405001, 39.996240662870797 ], [ -75.129477424037603, 39.996203154724398 ], [ -75.129473566545698, 39.996202631465401 ], [ -75.129320309699807, 39.996181545502402 ], [ -75.129313033556699, 39.996215296693897 ], [ -75.129312115046105, 39.996219547486596 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "414 E CAMBRIA ST", "addr_range": "412-414 E CAMBRIA ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 751, "objectid": 4952, "Shape__Area": 119.06640625, "Shape__Length": 63.332066460948525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123716189495298, 39.993066902168501 ], [ -75.123765064197897, 39.993073372539101 ], [ -75.123772926498404, 39.993037007655197 ], [ -75.123793439413703, 39.992945027966101 ], [ -75.123845811241495, 39.9929515783179 ], [ -75.1238461231857, 39.992950569997099 ], [ -75.1238484683292, 39.992943000059199 ], [ -75.123746533993, 39.992929834764801 ], [ -75.123716189495298, 39.993066902168501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "26 E SILVER ST", "addr_range": "26-28 E SILVER ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 914, "objectid": 4953, "Shape__Area": 144.94921875, "Shape__Length": 60.618394014938808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129559247872706, 39.991758413103099 ], [ -75.129582746659906, 39.991760995807702 ], [ -75.129615250922498, 39.991595412119302 ], [ -75.129563784685601, 39.991588176856098 ], [ -75.129529092718798, 39.991754016935602 ], [ -75.129559247872706, 39.991758413103099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2923 RUTLEDGE ST", "addr_range": "2921-2939 RUTLEDGE ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 525, "objectid": 4954, "Shape__Area": 83.2890625, "Shape__Length": 43.393118943122985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1241684170529, 39.993718004158197 ], [ -75.124243834173598, 39.993728079221199 ], [ -75.124315796170805, 39.993738076099199 ], [ -75.124323422231797, 39.993704543114397 ], [ -75.124175698680602, 39.993683625346797 ], [ -75.124174679933603, 39.993688309909501 ], [ -75.1241684170529, 39.993718004158197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "446 E INDIANA AVE", "addr_range": "446 E INDIANA AVE", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 768, "objectid": 4955, "Shape__Area": 121.7265625, "Shape__Length": 56.505556615081431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122572025189498, 39.994287072252398 ], [ -75.122523796463994, 39.994280084571997 ], [ -75.122490031354104, 39.994436142768997 ], [ -75.122535567165897, 39.994442247082098 ], [ -75.122572025189498, 39.994287072252398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2925 RUTLEDGE ST", "addr_range": "2921-2939 RUTLEDGE ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 578, "objectid": 4956, "Shape__Area": 91.7109375, "Shape__Length": 44.334038218819757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124160463512894, 39.993755671665497 ], [ -75.124308376488997, 39.993774966527099 ], [ -75.124315796170805, 39.993738076099199 ], [ -75.124243834173598, 39.993728079221199 ], [ -75.1241684170529, 39.993718004158197 ], [ -75.124160463512894, 39.993755671665497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2929 RUTLEDGE ST", "addr_range": "2921-2939 RUTLEDGE ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 579, "objectid": 4957, "Shape__Area": 91.796875, "Shape__Length": 44.384341837329835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124145408127504, 39.993826885041102 ], [ -75.124293222216096, 39.9938460145706 ], [ -75.124301077610298, 39.993809247639803 ], [ -75.124153435539895, 39.993788943510097 ], [ -75.124145408127504, 39.993826885041102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2935 RUTLEDGE ST", "addr_range": "2921-2939 RUTLEDGE ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 566, "objectid": 4958, "Shape__Area": 89.80078125, "Shape__Length": 44.121068716121364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124122547955295, 39.993932947306099 ], [ -75.124176229616793, 39.993939817584298 ], [ -75.124270726253101, 39.993951328328301 ], [ -75.124278429039606, 39.993915267016199 ], [ -75.124130635232405, 39.993896184788603 ], [ -75.124122547955295, 39.993932947306099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3922 BROWN ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1410, "objectid": 4959, "Shape__Area": 223.33203125, "Shape__Length": 82.629233478740531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201218797937102, 39.967302284367499 ], [ -75.201162271845405, 39.967308540398903 ], [ -75.201205984761003, 39.967546664057103 ], [ -75.2012631671018, 39.967540212643001 ], [ -75.201218797937102, 39.967302284367499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3916 BROWN ST", "addr_range": "3910-3936 BROWN ST; 3925-3939 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "22", "parcelarea": 1425, "objectid": 4960, "Shape__Area": 225.765625, "Shape__Length": 82.899762903463682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200988266427998, 39.967328015475502 ], [ -75.201031094590604, 39.967566796213198 ], [ -75.201088488153104, 39.967560302725403 ], [ -75.201045550223995, 39.967321664636799 ], [ -75.200988266427998, 39.967328015475502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3848 FOLSOM ST", "addr_range": "3844-3848 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1142, "objectid": 4961, "Shape__Area": 180.859375, "Shape__Length": 75.539965142274568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199428725858496, 39.966955878475602 ], [ -75.1994091445344, 39.966958505717201 ], [ -75.199409990495496, 39.966962764654497 ], [ -75.1994526072219, 39.967177425998102 ], [ -75.199500506023298, 39.967172219722002 ], [ -75.199498370242196, 39.967154876544498 ], [ -75.199460830938605, 39.966957269693403 ], [ -75.199459867150793, 39.966952250391699 ], [ -75.199428725858496, 39.966955878475602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "708 N SHEDWICK ST", "addr_range": "708-710 N SHEDWICK ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 780, "objectid": 4962, "Shape__Area": 123.5390625, "Shape__Length": 56.213247906383486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192875450194194, 39.966643114301398 ], [ -75.1928759659055, 39.966645527880701 ], [ -75.193078408726095, 39.966624764345397 ], [ -75.1930706259445, 39.9665877252882 ], [ -75.192869660091105, 39.9666082640355 ], [ -75.192875450194194, 39.966643114301398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3844 FOLSOM ST", "addr_range": "3844-3848 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1170, "objectid": 4963, "Shape__Area": 185.375, "Shape__Length": 76.120647491059074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199310616214603, 39.9669685826563 ], [ -75.199311523470897, 39.966973423204699 ], [ -75.199351226994693, 39.967188164893997 ], [ -75.199402265350201, 39.967184108755397 ], [ -75.1993627665031, 39.966967872363902 ], [ -75.199361861643197, 39.9669629678978 ], [ -75.199322543327597, 39.966967284551799 ], [ -75.199310616214603, 39.9669685826563 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "612-16 N 36TH ST", "addr_range": "612-618 N 36TH ST; 3606-3612 MOUNT VERNON ST; 3601-3615 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 2729, "objectid": 4964, "Shape__Area": 432.1796875, "Shape__Length": 83.922392228479751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194897428727401, 39.964132590574998 ], [ -75.194891020371799, 39.964099742211602 ], [ -75.194824789735605, 39.964107666568999 ], [ -75.194680125385005, 39.964124158814201 ], [ -75.194701579840299, 39.964247726807997 ], [ -75.194703320839295, 39.964247669174398 ], [ -75.1947182151753, 39.964245985334898 ], [ -75.194914034214904, 39.9642235458087 ], [ -75.194897428727401, 39.964132590574998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3610 MOUNT VERNON ST", "addr_range": "612-618 N 36TH ST; 3606-3612 MOUNT VERNON ST; 3601-3615 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 893, "objectid": 4965, "Shape__Area": 141.52734375, "Shape__Length": 69.123113363990512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195066394301406, 39.9640736350403 ], [ -75.195095817024793, 39.964230408592996 ], [ -75.195100298132701, 39.964254414793501 ], [ -75.195142833701993, 39.964249703631801 ], [ -75.195138247859504, 39.964225679783901 ], [ -75.195104039722096, 39.964046295234198 ], [ -75.195081011311601, 39.964049247713902 ], [ -75.195062063165693, 39.964051744137599 ], [ -75.195066394301406, 39.9640736350403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "735 N DE KALB ST", "addr_range": "735 N DE KALB ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1116, "objectid": 4966, "Shape__Area": 176.7421875, "Shape__Length": 76.069787566074524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197332935520905, 39.967270610453902 ], [ -75.197043423704898, 39.967305403799699 ], [ -75.197050143432506, 39.967340097891999 ], [ -75.197340390433993, 39.967309738515098 ], [ -75.197332935520905, 39.967270610453902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "624 N SHEDWICK ST", "addr_range": "620-624 N SHEDWICK ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 792, "objectid": 4967, "Shape__Area": 125.4296875, "Shape__Length": 59.812982817578202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192703924584194, 39.965701270531198 ], [ -75.192710182308701, 39.965735359068702 ], [ -75.192930858679304, 39.965709843072503 ], [ -75.192927836159399, 39.965693300789603 ], [ -75.192924751482394, 39.965675081247397 ], [ -75.192703924584194, 39.965701270531198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3607 HAVERFORD AVE", "addr_range": "612-618 N 36TH ST; 3606-3612 MOUNT VERNON ST; 3601-3615 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 3086, "objectid": 4968, "Shape__Area": 488.70703125, "Shape__Length": 118.69301113787725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194921509940798, 39.963786831126299 ], [ -75.194832513356701, 39.963795254018599 ], [ -75.194891020371799, 39.964099742211602 ], [ -75.194897441348203, 39.964132690867899 ], [ -75.194938623348904, 39.964128319953701 ], [ -75.194954460036698, 39.9641266417525 ], [ -75.194975073855503, 39.9641244410276 ], [ -75.1949843218935, 39.964123599099302 ], [ -75.194976822052695, 39.964082939933398 ], [ -75.194964739436998, 39.9640182398593 ], [ -75.194921509940798, 39.963786831126299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3608 MOUNT VERNON ST", "addr_range": "612-618 N 36TH ST; 3606-3612 MOUNT VERNON ST; 3601-3615 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1691, "objectid": 4969, "Shape__Area": 267.89453125, "Shape__Length": 73.324770184761661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1949843218935, 39.964123599099302 ], [ -75.195006296020395, 39.964240618364599 ], [ -75.195010795835202, 39.964264655620099 ], [ -75.195100298132701, 39.964254414793501 ], [ -75.195095817024793, 39.964230408592996 ], [ -75.195066394301406, 39.9640736350403 ], [ -75.195042207557094, 39.964076158968503 ], [ -75.194976822052695, 39.964082939933398 ], [ -75.1949843218935, 39.964123599099302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3846 FOLSOM ST", "addr_range": "3844-3848 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1119, "objectid": 4970, "Shape__Area": 177.32421875, "Shape__Length": 75.588478196484132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199361861643197, 39.9669629678978 ], [ -75.1993627665031, 39.966967872363902 ], [ -75.199402265350201, 39.967184108755397 ], [ -75.1994526072219, 39.967177425998102 ], [ -75.199409990495496, 39.966962764654497 ], [ -75.1994091445344, 39.966958505717201 ], [ -75.199374821495894, 39.966962014404402 ], [ -75.199361861643197, 39.9669629678978 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "709 N DE KALB ST", "addr_range": "707-709 N DE KALB ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 968, "objectid": 4971, "Shape__Area": 153.30859375, "Shape__Length": 67.591274761873308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197142880219602, 39.9662593544329 ], [ -75.196890857013003, 39.9662900483779 ], [ -75.1968976073059, 39.966327289408 ], [ -75.197149241428093, 39.966295797507001 ], [ -75.197142880219602, 39.9662593544329 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3833 BROWN ST", "addr_range": "3833 BROWN ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1261, "objectid": 4972, "Shape__Area": 199.76171875, "Shape__Length": 77.556731898461578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199587542867405, 39.967859353751301 ], [ -75.199532824650603, 39.967865939301802 ], [ -75.199575766474993, 39.968088216790903 ], [ -75.199629670015099, 39.968082063611 ], [ -75.199587542867405, 39.967859353751301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "748 N DE KALB ST", "addr_range": "748 N DE KALB ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 994, "objectid": 4973, "Shape__Area": 157.5, "Shape__Length": 69.056283937455362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197587585529803, 39.967190196912398 ], [ -75.197517646432303, 39.967199327925996 ], [ -75.197428047909796, 39.967209295569702 ], [ -75.197434736939798, 39.967244811571099 ], [ -75.197451750849396, 39.967243078109099 ], [ -75.197693650176802, 39.967217009581702 ], [ -75.197689202723794, 39.967193231311199 ], [ -75.1976861738152, 39.967178478437503 ], [ -75.197587585529803, 39.967190196912398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "707 N DE KALB ST", "addr_range": "707-709 N DE KALB ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 899, "objectid": 4974, "Shape__Area": 142.390625, "Shape__Length": 66.786856729442462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196884458948603, 39.966254620801401 ], [ -75.196890857013003, 39.9662900483779 ], [ -75.197142880219602, 39.9662593544329 ], [ -75.197136388295604, 39.9662263899382 ], [ -75.196884458948603, 39.966254620801401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "765 N 38TH ST", "addr_range": "765-767 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1395, "objectid": 4975, "Shape__Area": 220.96875, "Shape__Length": 84.006851870924223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197734360239295, 39.967344583071302 ], [ -75.197737453903699, 39.967357612858102 ], [ -75.197742663680302, 39.9673851004057 ], [ -75.197929948591906, 39.9673640857349 ], [ -75.198061648857802, 39.967349283140301 ], [ -75.198051693657803, 39.967305942284902 ], [ -75.197771125377002, 39.967340162409698 ], [ -75.197752293807596, 39.967342370863598 ], [ -75.197734360239295, 39.967344583071302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3978 PENNSGROVE ST", "addr_range": "3958, 3962-3966, 3970, 3974-3984 PENNSGROVE ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1338, "objectid": 4976, "Shape__Area": 212.0546875, "Shape__Length": 81.21587660807414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203452682582693, 39.971504415370603 ], [ -75.203500337485593, 39.971738788895301 ], [ -75.203554883937599, 39.971732357960299 ], [ -75.203507437091204, 39.971497989980499 ], [ -75.203452682582693, 39.971504415370603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4263 MANTUA AVE", "addr_range": "4263-4271 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1598, "objectid": 4977, "Shape__Area": 253.2109375, "Shape__Length": 91.333633728383958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210271977557397, 39.972414766562601 ], [ -75.210326602954694, 39.972429709536101 ], [ -75.210339933099505, 39.972401021121797 ], [ -75.210444919349598, 39.972175173045898 ], [ -75.210411784967704, 39.972166475775502 ], [ -75.210390021566297, 39.9721607547866 ], [ -75.210275531163404, 39.972407108307301 ], [ -75.210271977557397, 39.972414766562601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1702 N 42ND ST", "addr_range": "4201-4209 LEIDY AVE; 1700-1716 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1092, "objectid": 4978, "Shape__Area": 173.03125, "Shape__Length": 68.075031694765642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210060902577197, 39.975274885485803 ], [ -75.210285362424997, 39.975358372114997 ], [ -75.210310150995596, 39.975319670367398 ], [ -75.210084674080704, 39.975236451396 ], [ -75.210060902577197, 39.975274885485803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4111 LEIDY AVE", "addr_range": "4105-4113 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1374, "objectid": 4979, "Shape__Area": 217.70703125, "Shape__Length": 82.743716174332789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207211334918796, 39.974383795652997 ], [ -75.207261507611193, 39.974402460749602 ], [ -75.207403078948801, 39.974185855619801 ], [ -75.207353171198406, 39.974167405485503 ], [ -75.207211334918796, 39.974383795652997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4271 MANTUA AVE", "addr_range": "4263-4271 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1655, "objectid": 4980, "Shape__Area": 262.2578125, "Shape__Length": 91.655735729379472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210492822829707, 39.972473654924599 ], [ -75.210550370398593, 39.972488903928003 ], [ -75.210601933140893, 39.972376208798899 ], [ -75.210666523579107, 39.972235043758999 ], [ -75.210610514613805, 39.972219522518003 ], [ -75.210535028707696, 39.972382546188697 ], [ -75.210492822829707, 39.972473654924599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "620 N 40TH ST", "addr_range": "620-634 N 40TH ST; 4013-4017 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2560, "objectid": 4981, "Shape__Area": 405.46875, "Shape__Length": 109.18926450444991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202554977595597, 39.964129452694301 ], [ -75.202552873683203, 39.964129696105203 ], [ -75.202563025987899, 39.964188016495903 ], [ -75.202970483107606, 39.964145431230499 ], [ -75.202958606252906, 39.964082817155003 ], [ -75.202554977595597, 39.964129452694301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "953 BELMONT AVE", "addr_range": "951-953 BELMONT AVE", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1966, "objectid": 4982, "Shape__Area": 311.49609375, "Shape__Length": 86.702813296218878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211313633686402, 39.971184694897602 ], [ -75.211324429457505, 39.9712495896446 ], [ -75.211341702217297, 39.971247650803697 ], [ -75.211621091740597, 39.9712053288847 ], [ -75.211618443605502, 39.9711808964014 ], [ -75.211611150354997, 39.971140000769097 ], [ -75.211499254043503, 39.971157916878397 ], [ -75.211489842202198, 39.971164752698101 ], [ -75.211330109492494, 39.971182804200097 ], [ -75.211328995441903, 39.971182939931303 ], [ -75.211313633686402, 39.971184694897602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "55 N 52ND ST", "addr_range": "53-59 N 52ND ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1838, "objectid": 4983, "Shape__Area": 291.11328125, "Shape__Length": 102.59104665252079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224046585060705, 39.961288837978302 ], [ -75.224443289661394, 39.961339628037301 ], [ -75.224453135905904, 39.961295080478202 ], [ -75.224055814873594, 39.961245099487698 ], [ -75.224046585060705, 39.961288837978302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "26 FARSON ST", "addr_range": "26-30 N FARSON ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 800, "objectid": 4984, "Shape__Area": 126.8046875, "Shape__Length": 53.216877636365545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221862437060807, 39.960321545531997 ], [ -75.222043178216595, 39.960342212830902 ], [ -75.222052435961899, 39.960300587032201 ], [ -75.221871115221006, 39.960278632961298 ], [ -75.221862437060807, 39.960321545531997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5016 ARCH ST", "addr_range": "5014-5016 ARCH ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1285, "objectid": 4985, "Shape__Area": 203.5078125, "Shape__Length": 78.385485418088734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221228845766902, 39.961077823106798 ], [ -75.221282097225199, 39.961084510018303 ], [ -75.221330261561604, 39.960859784753502 ], [ -75.221274151874297, 39.960853358322403 ], [ -75.221228845766902, 39.961077823106798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "861 N 48TH ST", "addr_range": "861 N 48TH ST", "zipcode": 19139, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1488, "objectid": 4986, "Shape__Area": 235.68359375, "Shape__Length": 85.219143084409893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216398777746605, 39.967947489591197 ], [ -75.216405095858207, 39.967992087170401 ], [ -75.216581861975001, 39.9679776782191 ], [ -75.216726821509198, 39.967966257276899 ], [ -75.216721277099495, 39.967921097458401 ], [ -75.216398777746605, 39.967947489591197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4900 WESTMINSTER AVE", "addr_range": "4900 WESTMINSTER AVE", "zipcode": 19139, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1020, "objectid": 4987, "Shape__Area": 161.67578125, "Shape__Length": 61.293197604477712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218986990438495, 39.968524030161397 ], [ -75.218927765584894, 39.968528509984402 ], [ -75.218928579366207, 39.968535362919702 ], [ -75.218947014795305, 39.968692775098802 ], [ -75.219008741500701, 39.9686869629084 ], [ -75.218987958395701, 39.968531208153998 ], [ -75.218986990438495, 39.968524030161397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5024 RACE ST", "addr_range": "5024 RACE ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1264, "objectid": 4988, "Shape__Area": 200.1484375, "Shape__Length": 75.148540973017617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221174748309906, 39.962632472742101 ], [ -75.2211945851774, 39.962634748000298 ], [ -75.221215063295503, 39.9625410287072 ], [ -75.221236395862803, 39.962438382221997 ], [ -75.221238835005394, 39.962422397293402 ], [ -75.221231471538104, 39.962421541230299 ], [ -75.221183207289897, 39.962415916597301 ], [ -75.221137723013797, 39.962628240077798 ], [ -75.221174748309906, 39.962632472742101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4843 HAVERFORD AVE", "addr_range": "4843-4849 HAVERFORD AVE", "zipcode": 19139, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1559, "objectid": 4989, "Shape__Area": 246.97265625, "Shape__Length": 92.134751679959962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.217806360511005, 39.963159908727498 ], [ -75.217699691384396, 39.963330226685997 ], [ -75.217711254452496, 39.963428005263196 ], [ -75.2177643138467, 39.963423614439201 ], [ -75.217764105404498, 39.963421918661297 ], [ -75.2177541917913, 39.963343906599398 ], [ -75.217857265593494, 39.963179037783 ], [ -75.217806360511005, 39.963159908727498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "48 N ST BERNARD ST", "addr_range": "46-52 N ST BERNARD ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1465, "objectid": 4990, "Shape__Area": 231.9765625, "Shape__Length": 86.308343984309374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219805618058899, 39.960576705257701 ], [ -75.220132496570599, 39.960616298222803 ], [ -75.220141245145498, 39.960573757621802 ], [ -75.219814094177806, 39.960533594642797 ], [ -75.219805618058899, 39.960576705257701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "57 N 52ND ST", "addr_range": "53-59 N 52ND ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1805, "objectid": 4991, "Shape__Area": 285.78125, "Shape__Length": 102.34227691737128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224036564554297, 39.961332995143401 ], [ -75.224433960600507, 39.961382074139301 ], [ -75.224443289661394, 39.961339628037301 ], [ -75.224046585060705, 39.961288837978302 ], [ -75.224036564554297, 39.961332995143401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4917 MARKET ST", "addr_range": "4917 MARKET ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1462, "objectid": 4992, "Shape__Area": 231.55859375, "Shape__Length": 84.139654738780848 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219818482109304, 39.959765579218399 ], [ -75.219825406032299, 39.959766408566502 ], [ -75.219826305108398, 39.959761947722498 ], [ -75.219874065193295, 39.959525671353198 ], [ -75.219874320767204, 39.959524436312797 ], [ -75.219817115881597, 39.9595176462132 ], [ -75.219766992045194, 39.959759414284399 ], [ -75.219818482109304, 39.959765579218399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5332 MARKET ST", "addr_range": "5330-5344 MARKET ST", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1083, "objectid": 4993, "Shape__Area": 171.53125, "Shape__Length": 67.686812802413073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228219557134494, 39.960086625555199 ], [ -75.228180855511397, 39.960274889706596 ], [ -75.2282358322486, 39.960281368944599 ], [ -75.228274678261698, 39.960093721530697 ], [ -75.228219557134494, 39.960086625555199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "883 N 47TH ST", "addr_range": "883 N 47TH ST", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 989, "objectid": 4994, "Shape__Area": 156.75390625, "Shape__Length": 62.061136409914084 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215397004827906, 39.968631240895903 ], [ -75.215405021247093, 39.968674683131702 ], [ -75.215624160187303, 39.9686560848913 ], [ -75.215618552129399, 39.968612680551203 ], [ -75.215397004827906, 39.968631240895903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "151 N 52ND ST", "addr_range": "151 N 52ND ST", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1504, "objectid": 4995, "Shape__Area": 238.21875, "Shape__Length": 86.285941167961511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224114485489494, 39.962958590956802 ], [ -75.223789829191603, 39.962916947524299 ], [ -75.223780290931003, 39.9629610666384 ], [ -75.224104903506898, 39.963002789319603 ], [ -75.224114485489494, 39.962958590956802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5334 MARKET ST", "addr_range": "5330-5344 MARKET ST", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1096, "objectid": 4996, "Shape__Area": 173.671875, "Shape__Length": 67.701925257063422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228274678261698, 39.960093721530697 ], [ -75.2282358322486, 39.960281368944599 ], [ -75.228260747080299, 39.960283946517599 ], [ -75.228293006626799, 39.960287912677003 ], [ -75.228311533707497, 39.960192248355902 ], [ -75.228329892193599, 39.9601011564922 ], [ -75.228274678261698, 39.960093721530697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5342 MARKET ST", "addr_range": "5330-5344 MARKET ST", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1096, "objectid": 4997, "Shape__Area": 173.59375, "Shape__Length": 67.210301513296741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228500395486193, 39.960122796807198 ], [ -75.228460620452495, 39.960308393018202 ], [ -75.228517646866806, 39.960314949603799 ], [ -75.228540420373207, 39.960207610654301 ], [ -75.228555430526995, 39.960129406018098 ], [ -75.228500395486193, 39.960122796807198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5344 MARKET ST", "addr_range": "5330-5344 MARKET ST", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1149, "objectid": 4998, "Shape__Area": 182.0546875, "Shape__Length": 67.995257791899633 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228517646866806, 39.960314949603799 ], [ -75.228576582944797, 39.960322547335501 ], [ -75.228577624574598, 39.960317605732897 ], [ -75.228595548504401, 39.960232598628799 ], [ -75.228615678301495, 39.960137210958102 ], [ -75.228613676211495, 39.9601369570263 ], [ -75.228555430526995, 39.960129406018098 ], [ -75.228540420373207, 39.960207610654301 ], [ -75.228517646866806, 39.960314949603799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5338 MARKET ST", "addr_range": "5330-5344 MARKET ST", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1100, "objectid": 4999, "Shape__Area": 174.2890625, "Shape__Length": 67.526164028524121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228349241228798, 39.960294918659898 ], [ -75.228405893855395, 39.960301387798303 ], [ -75.228442144270801, 39.960124417771198 ], [ -75.228443821535805, 39.960115347354602 ], [ -75.228386737501495, 39.960108644401501 ], [ -75.228384100696502, 39.960123819608199 ], [ -75.228381431396897, 39.960138703078499 ], [ -75.228349241228798, 39.960294918659898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "871 N 47TH ST", "addr_range": "871 N 47TH ST", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1391, "objectid": 5000, "Shape__Area": 220.359375, "Shape__Length": 87.435115634217823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215330299896706, 39.968310067979303 ], [ -75.215239288075907, 39.968316971096897 ], [ -75.215244678985997, 39.9683566161941 ], [ -75.215583025134706, 39.968330674580997 ], [ -75.215580099443102, 39.968306333393699 ], [ -75.215578239503401, 39.968290462628701 ], [ -75.2154308458244, 39.968302037403902 ], [ -75.215330299896706, 39.968310067979303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4919 MARKET ST", "addr_range": "4919-4923 MARKET ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1424, "objectid": 5001, "Shape__Area": 225.58984375, "Shape__Length": 83.27099126043899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219967844544001, 39.9597828007552 ], [ -75.220021364427893, 39.959788977923502 ], [ -75.220073661230103, 39.959549578653203 ], [ -75.220018065521302, 39.959543435918199 ], [ -75.220015957554807, 39.959543196619499 ], [ -75.2199652377044, 39.959782500899401 ], [ -75.219967844544001, 39.9597828007552 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "59 N 52ND ST", "addr_range": "53-59 N 52ND ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1789, "objectid": 5002, "Shape__Area": 283.31640625, "Shape__Length": 102.37982592953179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224026857428598, 39.9613760293553 ], [ -75.224223586346, 39.961400042756601 ], [ -75.224425199614103, 39.961425049918802 ], [ -75.224433960600507, 39.961382074139301 ], [ -75.224036564554297, 39.961332995143401 ], [ -75.224026857428598, 39.9613760293553 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "50 N ST BERNARD ST", "addr_range": "46-52 N ST BERNARD ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1504, "objectid": 5003, "Shape__Area": 238.1796875, "Shape__Length": 86.594201475182402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219796820118205, 39.960620597149699 ], [ -75.220123479839799, 39.960660411461703 ], [ -75.220132496570599, 39.960616298222803 ], [ -75.219805618058899, 39.960576705257701 ], [ -75.219796820118205, 39.960620597149699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "336 N 52ND ST", "addr_range": "336-338 N 52ND ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1787, "objectid": 5004, "Shape__Area": 283.0, "Shape__Length": 86.980834116662209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224948375189896, 39.966235863587499 ], [ -75.224958854867594, 39.966289869381598 ], [ -75.225274140612299, 39.966257715734301 ], [ -75.225268977084397, 39.966228120560302 ], [ -75.225265473106603, 39.966202896604301 ], [ -75.224948375189896, 39.966235863587499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4923 MARKET ST", "addr_range": "4919-4923 MARKET ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1482, "objectid": 5005, "Shape__Area": 234.6640625, "Shape__Length": 84.199639777807988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220076596418096, 39.9597959010067 ], [ -75.220137175129295, 39.959803781694397 ], [ -75.220183911489201, 39.9595612621439 ], [ -75.220127025611504, 39.959555462225197 ], [ -75.220076596418096, 39.9597959010067 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "58 DEARBORN ST", "addr_range": "58 N DEARBORN ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 678, "objectid": 5006, "Shape__Area": 107.4765625, "Shape__Length": 47.682637885278432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222335599285302, 39.961005591156898 ], [ -75.222329926417203, 39.961005466176402 ], [ -75.222177708532399, 39.960986106268997 ], [ -75.222169040988106, 39.961027099965797 ], [ -75.222321025476305, 39.961046535830597 ], [ -75.222326823527695, 39.961046663569498 ], [ -75.222335599285302, 39.961005591156898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "34 FARSON ST", "addr_range": "34 N FARSON ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 738, "objectid": 5007, "Shape__Area": 116.95703125, "Shape__Length": 52.098553400806992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221829002553505, 39.960482632730098 ], [ -75.222008812278304, 39.960504649067602 ], [ -75.222017075114493, 39.960465564691297 ], [ -75.221837086149094, 39.960443302046102 ], [ -75.221829002553505, 39.960482632730098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "53 N 52ND ST", "addr_range": "53-59 N 52ND ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1858, "objectid": 5008, "Shape__Area": 294.28515625, "Shape__Length": 102.80259566627781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224055814873594, 39.961245099487698 ], [ -75.224453135905904, 39.961295080478202 ], [ -75.224462814203207, 39.961250577875497 ], [ -75.224065227428994, 39.9612004135655 ], [ -75.224055814873594, 39.961245099487698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6015 REINHARD ST", "addr_range": "6009-6015 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 934, "objectid": 5009, "Shape__Area": 147.75390625, "Shape__Length": 59.593291717148759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230186353844104, 39.931947064106801 ], [ -75.230327269204395, 39.932067397094102 ], [ -75.230369369460703, 39.932038194523997 ], [ -75.230227575861704, 39.9319178422923 ], [ -75.230186353844104, 39.931947064106801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6167 REINHARD ST", "addr_range": "6161-6169 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 878, "objectid": 5010, "Shape__Area": 138.8984375, "Shape__Length": 62.223021057885134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233168883218895, 39.929840343093602 ], [ -75.233183667602702, 39.929852740915102 ], [ -75.233198293316903, 39.929865441591097 ], [ -75.2332085490861, 39.929874032421203 ], [ -75.233220212060303, 39.929883590268702 ], [ -75.233324919588995, 39.929971337766602 ], [ -75.233360500739195, 39.929946278931297 ], [ -75.233249123181693, 39.929852630420903 ], [ -75.233204748334003, 39.929815516688997 ], [ -75.233196357075599, 39.929821586345497 ], [ -75.233183574342803, 39.929829816618998 ], [ -75.233168883218895, 39.929840343093602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6011 REINHARD ST", "addr_range": "6009-6015 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 910, "objectid": 5011, "Shape__Area": 144.078125, "Shape__Length": 59.229768795009889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230106709126005, 39.932002763497401 ], [ -75.230247593233102, 39.932123402235298 ], [ -75.230288811694805, 39.932094310062503 ], [ -75.230146981772904, 39.931974906583697 ], [ -75.230106709126005, 39.932002763497401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6024 UPLAND ST", "addr_range": "6022-6028 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 866, "objectid": 5012, "Shape__Area": 137.078125, "Shape__Length": 58.494583178225533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229774871828198, 39.931331444650802 ], [ -75.229916715941997, 39.931450380428103 ], [ -75.2299551768062, 39.931423371255804 ], [ -75.229814225250806, 39.931304036177103 ], [ -75.229774871828198, 39.931331444650802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6049 REINHARD ST", "addr_range": "6049-6059 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 900, "objectid": 5013, "Shape__Area": 142.43359375, "Shape__Length": 59.288207436356863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230882218941403, 39.931459149333499 ], [ -75.231023062889193, 39.9315814458689 ], [ -75.231063358164405, 39.931552929614199 ], [ -75.230922462887605, 39.931432049269397 ], [ -75.230882218941403, 39.931459149333499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6046 UPLAND ST", "addr_range": "6040-6050 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 839, "objectid": 5014, "Shape__Area": 132.828125, "Shape__Length": 58.198707490214851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230196026466601, 39.931036636018398 ], [ -75.230336943494507, 39.931156873567602 ], [ -75.230374493447101, 39.931130118151401 ], [ -75.230233549508, 39.931010606260998 ], [ -75.230196026466601, 39.931036636018398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6034 UPLAND ST", "addr_range": "6032-6036 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 831, "objectid": 5015, "Shape__Area": 131.53125, "Shape__Length": 57.993155217694792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230004667339003, 39.9311705604323 ], [ -75.229967156039095, 39.9311963002555 ], [ -75.230108978078505, 39.9313158326703 ], [ -75.230145588512698, 39.931290716318003 ], [ -75.230067843684196, 39.931222965822997 ], [ -75.230004667339003, 39.9311705604323 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6013 UPLAND ST", "addr_range": "6010-6012 REINHARD ST; 6011-6017 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 948, "objectid": 5016, "Shape__Area": 150.04296875, "Shape__Length": 60.371234374698126 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229776666222605, 39.9316613698537 ], [ -75.229920430060801, 39.9317833454161 ], [ -75.229962518300695, 39.931754498625203 ], [ -75.229818119183804, 39.931632169479201 ], [ -75.229776666222605, 39.9316613698537 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6002 REINHARD ST", "addr_range": "6002 REINHARD ST; 6003-6007 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 948, "objectid": 5017, "Shape__Area": 150.01953125, "Shape__Length": 60.801976060134962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2297240244162, 39.931937017406597 ], [ -75.229870000394499, 39.932060895887801 ], [ -75.229872709680293, 39.932058973229999 ], [ -75.229911220814699, 39.932031722801199 ], [ -75.229765069405602, 39.931908629791103 ], [ -75.2297240244162, 39.931937017406597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6064 UPLAND ST", "addr_range": "6062-6068 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 849, "objectid": 5018, "Shape__Area": 134.3671875, "Shape__Length": 58.228327589009197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230541157953496, 39.930795849992201 ], [ -75.230682112100496, 39.930915120259897 ], [ -75.230719655778799, 39.930888558313001 ], [ -75.230579622370598, 39.930768728077297 ], [ -75.230541157953496, 39.930795849992201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6085 REINHARD ST", "addr_range": "6081-6089 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 935, "objectid": 5019, "Shape__Area": 147.94140625, "Shape__Length": 59.997570143441571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231616504765199, 39.930945040772201 ], [ -75.231760047557003, 39.931066268517696 ], [ -75.231801256990295, 39.931037353127401 ], [ -75.231657697909, 39.930916027768198 ], [ -75.231624653424603, 39.930939303771503 ], [ -75.231616504765199, 39.930945040772201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6079 UPLAND ST", "addr_range": "6078-6086 REINHARD ST; 6079-6085 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 990, "objectid": 5020, "Shape__Area": 156.671875, "Shape__Length": 61.064420341094333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231128335795603, 39.930713756361399 ], [ -75.231273640552899, 39.930835973998001 ], [ -75.2313157676315, 39.930806047293402 ], [ -75.231172307352097, 39.930682628648597 ], [ -75.231128335795603, 39.930713756361399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6082 REINHARD ST", "addr_range": "6078-6086 REINHARD ST; 6079-6085 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 968, "objectid": 5021, "Shape__Area": 153.2109375, "Shape__Length": 60.556330733915445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231370992770195, 39.9307837414514 ], [ -75.231513615437507, 39.930905997174001 ], [ -75.231556617098207, 39.930876217530503 ], [ -75.231413120974594, 39.930753782301402 ], [ -75.231370992770195, 39.9307837414514 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6050 UPLAND ST", "addr_range": "6040-6050 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 858, "objectid": 5022, "Shape__Area": 135.84765625, "Shape__Length": 58.439448423928624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230310462712396, 39.9309567650171 ], [ -75.230271999249595, 39.9309838553324 ], [ -75.230412938428501, 39.931103495913298 ], [ -75.230451393527801, 39.931076663052004 ], [ -75.230310462712396, 39.9309567650171 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6032 UPLAND ST", "addr_range": "6032-6036 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 857, "objectid": 5023, "Shape__Area": 135.67578125, "Shape__Length": 58.449403622011104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229967156039095, 39.9311963002555 ], [ -75.229929590333896, 39.931223443526399 ], [ -75.2300705077581, 39.931343131804702 ], [ -75.230108978078505, 39.9313158326703 ], [ -75.229967156039095, 39.9311963002555 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6081 REINHARD ST", "addr_range": "6081-6089 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 919, "objectid": 5024, "Shape__Area": 145.45703125, "Shape__Length": 59.724888226678843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231536846619704, 39.9310006930573 ], [ -75.231677662741106, 39.9311237143773 ], [ -75.231718854197197, 39.931094717530598 ], [ -75.231577114514096, 39.930972868899502 ], [ -75.231536846619704, 39.9310006930573 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6013 REINHARD ST", "addr_range": "6009-6015 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 871, "objectid": 5025, "Shape__Area": 137.93359375, "Shape__Length": 58.683214339890377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230146981772904, 39.931974906583697 ], [ -75.230288811694805, 39.932094310062503 ], [ -75.230327269204395, 39.932067397094102 ], [ -75.230186353844104, 39.931947064106801 ], [ -75.230146981772904, 39.931974906583697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6163 REINHARD ST", "addr_range": "6161-6169 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 896, "objectid": 5026, "Shape__Area": 141.734375, "Shape__Length": 62.521041013549109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233096716668697, 39.929891631514202 ], [ -75.233104322059205, 39.9298977143755 ], [ -75.233116556374, 39.9299088462 ], [ -75.233127050984507, 39.929917750420302 ], [ -75.233134779886399, 39.929924480202502 ], [ -75.233251375947603, 39.930023626803901 ], [ -75.233287448317498, 39.9299977246258 ], [ -75.233174427865194, 39.929901541524998 ], [ -75.233132829355498, 39.929865746487799 ], [ -75.233113624406002, 39.929879461625902 ], [ -75.233096716668697, 39.929891631514202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6036 UPLAND ST", "addr_range": "6032-6036 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 837, "objectid": 5027, "Shape__Area": 132.43359375, "Shape__Length": 58.320955912690465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230043114892496, 39.931143905034197 ], [ -75.230004667339003, 39.9311705604323 ], [ -75.230067843684196, 39.931222965822997 ], [ -75.230145588512698, 39.931290716318003 ], [ -75.230183127801993, 39.931264284184799 ], [ -75.230043114892496, 39.931143905034197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6157 REINHARD ST", "addr_range": "6157 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 921, "objectid": 5028, "Shape__Area": 145.7578125, "Shape__Length": 62.738724000762801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2329859357083, 39.929970747486301 ], [ -75.233015937437699, 39.929995102178999 ], [ -75.233140177721097, 39.930101557967802 ], [ -75.233178510248905, 39.930074544942599 ], [ -75.233023191017097, 39.929943969455898 ], [ -75.233003770704599, 39.929957842029097 ], [ -75.2329859357083, 39.929970747486301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6051 REINHARD ST", "addr_range": "6049-6059 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 853, "objectid": 5029, "Shape__Area": 135.01953125, "Shape__Length": 58.62289158526265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230922462887605, 39.931432049269397 ], [ -75.231063358164405, 39.931552929614199 ], [ -75.231100898507705, 39.931526431435898 ], [ -75.230960037252103, 39.931404632867803 ], [ -75.230922462887605, 39.931432049269397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6065 UPLAND ST", "addr_range": "6066 REINHARD ST; 6065-6069 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 900, "objectid": 5030, "Shape__Area": 142.36328125, "Shape__Length": 59.957159629061479 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230839969608098, 39.930915010137397 ], [ -75.230984311559894, 39.931038383694499 ], [ -75.231023715869597, 39.931010152426602 ], [ -75.230985662329303, 39.930978158287999 ], [ -75.230878423133007, 39.930887580644303 ], [ -75.230839969608098, 39.930915010137397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6025 REINHARD ST", "addr_range": "6021-6029 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 903, "objectid": 5031, "Shape__Area": 142.96875, "Shape__Length": 59.269259228522131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230392353366994, 39.931802854469403 ], [ -75.230532326502797, 39.931924327887899 ], [ -75.230572605436194, 39.931896295273198 ], [ -75.230506096596699, 39.931838319085699 ], [ -75.230431770214295, 39.931774335346503 ], [ -75.230392353366994, 39.931802854469403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6131 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 875, "objectid": 5032, "Shape__Area": 138.546875, "Shape__Length": 61.868875795167654 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232510426369799, 39.930306734004901 ], [ -75.2325597624708, 39.930348390720098 ], [ -75.232665269563995, 39.9304371717976 ], [ -75.232672775211498, 39.9304318233564 ], [ -75.232686577202799, 39.9304220838156 ], [ -75.232700031371394, 39.930412192478698 ], [ -75.232600871106001, 39.930326725868802 ], [ -75.232587310575099, 39.9303158216604 ], [ -75.232546053658893, 39.930281548483201 ], [ -75.232510426369799, 39.930306734004901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6113 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 902, "objectid": 5033, "Shape__Area": 142.7890625, "Shape__Length": 62.789278522031744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232180278428899, 39.930538942059599 ], [ -75.232201869588593, 39.930558034292197 ], [ -75.232248644488294, 39.930597619380301 ], [ -75.232275595481397, 39.930620164760803 ], [ -75.232288604110707, 39.930630171209501 ], [ -75.232303697732902, 39.930642688557597 ], [ -75.232336640779195, 39.930670734512098 ], [ -75.232372761481599, 39.930645252631301 ], [ -75.232365864265802, 39.9306398294815 ], [ -75.232357261144202, 39.930632403806797 ], [ -75.232349402379199, 39.930625799062803 ], [ -75.232339825742798, 39.930617578058197 ], [ -75.2323265262131, 39.930606356992598 ], [ -75.232318660884701, 39.9305999295986 ], [ -75.232308322692305, 39.930591320661499 ], [ -75.232295789742494, 39.930580889476701 ], [ -75.232253936089606, 39.9305446533373 ], [ -75.232217424527903, 39.930512886280901 ], [ -75.232180278428899, 39.930538942059599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2933 RUTLEDGE ST", "addr_range": "2921-2939 RUTLEDGE ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 536, "objectid": 5034, "Shape__Area": 84.98828125, "Shape__Length": 43.561656478073957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124130635232405, 39.993896184788603 ], [ -75.124278429039606, 39.993915267016199 ], [ -75.124285645453, 39.993881483187103 ], [ -75.124138165095303, 39.993860779981297 ], [ -75.124130635232405, 39.993896184788603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "28 E SILVER ST", "addr_range": "26-28 E SILVER ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 911, "objectid": 5035, "Shape__Area": 144.48046875, "Shape__Length": 60.597238295688591 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129504339518803, 39.991750791982597 ], [ -75.129529092718798, 39.991754016935602 ], [ -75.129563784685601, 39.991588176856098 ], [ -75.129511717748102, 39.9915818766355 ], [ -75.129476042623196, 39.991747114896398 ], [ -75.129504339518803, 39.991750791982597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "412 E CAMBRIA ST", "addr_range": "412-414 E CAMBRIA ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 712, "objectid": 5036, "Shape__Area": 112.8984375, "Shape__Length": 49.69904643470062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123845811241495, 39.9929515783179 ], [ -75.123793439413703, 39.992945027966101 ], [ -75.123772926498404, 39.993037007655197 ], [ -75.123765064197897, 39.993073372539101 ], [ -75.123818666566393, 39.9930795789315 ], [ -75.123845811241495, 39.9929515783179 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2939 RUTLEDGE ST", "addr_range": "2921-2939 RUTLEDGE ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 571, "objectid": 5037, "Shape__Area": 90.55078125, "Shape__Length": 44.144160710103378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124108024530997, 39.994003913351897 ], [ -75.124177883527295, 39.994014104576401 ], [ -75.124255583327496, 39.994024231842999 ], [ -75.124263345211105, 39.9939871879617 ], [ -75.124115670272005, 39.993967754333703 ], [ -75.124108024530997, 39.994003913351897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2921 RUTLEDGE ST", "addr_range": "2921-2939 RUTLEDGE ST", "zipcode": 19134, "district": "7", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 566, "objectid": 5038, "Shape__Area": 89.78125, "Shape__Length": 44.197976634265586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124175698680602, 39.993683625346797 ], [ -75.124323422231797, 39.993704543114397 ], [ -75.124324114569404, 39.993701271103099 ], [ -75.124331681178305, 39.993667639446997 ], [ -75.124183565050899, 39.993647696629402 ], [ -75.124175698680602, 39.993683625346797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1831 E MONMOUTH ST", "addr_range": "1831-1833 E MONMOUTH ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 933, "objectid": 5039, "Shape__Area": 147.90625, "Shape__Length": 64.456065010573667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118963366252501, 39.9923270678647 ], [ -75.118933468916197, 39.992295980930002 ], [ -75.118738664259197, 39.992403049242 ], [ -75.118767921975603, 39.992433349384001 ], [ -75.118963366252501, 39.9923270678647 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2749 N FRONT ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 1928, "objectid": 5040, "Shape__Area": 305.53125, "Shape__Length": 95.652614352501075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130516520086303, 39.992204848462997 ], [ -75.130177514162995, 39.992159552083102 ], [ -75.130160416458807, 39.992157259770501 ], [ -75.130150571229095, 39.992205458873798 ], [ -75.130158828758198, 39.992206550176697 ], [ -75.130157982815305, 39.992211108979298 ], [ -75.130505844879494, 39.992255559630202 ], [ -75.130516520086303, 39.992204848462997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1833 E MONMOUTH ST", "addr_range": "1831-1833 E MONMOUTH ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 936, "objectid": 5041, "Shape__Area": 148.46875, "Shape__Length": 63.807852546829537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118933468916197, 39.992295980930002 ], [ -75.118903577885604, 39.9922647319462 ], [ -75.118726404204907, 39.992362501202997 ], [ -75.118714145680102, 39.9923781143372 ], [ -75.118738664259197, 39.992403049242 ], [ -75.118933468916197, 39.992295980930002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2745 N FRONT ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 1745, "objectid": 5042, "Shape__Area": 276.66015625, "Shape__Length": 92.612594801919869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130179385408596, 39.992108316527201 ], [ -75.130368183957998, 39.992133017610499 ], [ -75.130526792951898, 39.992154788564697 ], [ -75.130527444170198, 39.9921514507108 ], [ -75.130529829152707, 39.992139092612703 ], [ -75.130536270504507, 39.9921057584083 ], [ -75.130189412227693, 39.992060814455499 ], [ -75.130179385408596, 39.992108316527201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "29 E SOMERSET ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 944, "objectid": 5043, "Shape__Area": 149.6015625, "Shape__Length": 58.991227933195802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129393746390093, 39.9922677822968 ], [ -75.129450070950696, 39.9922750816907 ], [ -75.129482904605396, 39.9921188870305 ], [ -75.129436904405296, 39.992112822602699 ], [ -75.129423972502195, 39.992111255105797 ], [ -75.129393746390093, 39.9922677822968 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2747 N FRONT ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 1823, "objectid": 5044, "Shape__Area": 288.9921875, "Shape__Length": 93.27604576112185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.130179385408596, 39.992108316527201 ], [ -75.130171667934306, 39.992144845458199 ], [ -75.130179815827802, 39.992145499062097 ], [ -75.130177514162995, 39.992159552083102 ], [ -75.130516520086303, 39.992204848462997 ], [ -75.130524045809494, 39.992168943151697 ], [ -75.130526792951898, 39.992154788564697 ], [ -75.130368183957998, 39.992133017610499 ], [ -75.130179385408596, 39.992108316527201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "31 E SOMERSET ST", "addr_range": "7-17, 29-31 E SOMERSET ST; 6-18 E SELTZER ST; 2745-2749 N FRONT ST", "zipcode": 19134, "district": "7", "year": "2009", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "18", "parcelarea": 961, "objectid": 5045, "Shape__Area": 152.39453125, "Shape__Length": 59.202029183565593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.129333881381299, 39.992259855117403 ], [ -75.129393746390093, 39.9922677822968 ], [ -75.129423972502195, 39.992111255105797 ], [ -75.129384442137805, 39.992105919531603 ], [ -75.129366412838806, 39.9921038788411 ], [ -75.129333881381299, 39.992259855117403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "664 E LIPPINCOTT ST", "addr_range": "664-666 E LIPPINCOTT ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 736, "objectid": 5046, "Shape__Area": 116.73046875, "Shape__Length": 52.023449429454644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117780104482904, 39.996161875480603 ], [ -75.117830555351603, 39.996168288071701 ], [ -75.117857182556193, 39.996035616612197 ], [ -75.117858190023099, 39.996030691261701 ], [ -75.117856188461204, 39.996030435424899 ], [ -75.117806452493397, 39.996023927508404 ], [ -75.117805508313893, 39.996028821872798 ], [ -75.117780104482904, 39.996161875480603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "707 E CLEARFIELD ST", "addr_range": "703-707 E CLEARFIELD ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 778, "objectid": 5047, "Shape__Area": 123.3828125, "Shape__Length": 55.758124199907968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117375726374604, 39.995608097249999 ], [ -75.117424832882307, 39.995614575607199 ], [ -75.117435573505404, 39.995561899979897 ], [ -75.117437921228799, 39.995547848209398 ], [ -75.117455973147003, 39.995462810398898 ], [ -75.1174070602667, 39.9954561752091 ], [ -75.117387055418405, 39.995550519105699 ], [ -75.117386811939298, 39.995556799102197 ], [ -75.117375726374604, 39.995608097249999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "841 E MADISON ST", "addr_range": "829-831, 835-845 E MADISON ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 684, "objectid": 5048, "Shape__Area": 108.40625, "Shape__Length": 50.069473488704979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114082397862802, 39.997626664455602 ], [ -75.114132050284098, 39.9976332044847 ], [ -75.114159236918596, 39.997500870026499 ], [ -75.114117217009394, 39.997495359446901 ], [ -75.114110251543494, 39.997494441734403 ], [ -75.114082397862802, 39.997626664455602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "843 E MADISON ST", "addr_range": "829-831, 835-845 E MADISON ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 701, "objectid": 5049, "Shape__Area": 111.17578125, "Shape__Length": 50.327932928681761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114059612273707, 39.997487975442603 ], [ -75.114031767810403, 39.997619988425299 ], [ -75.114082397862802, 39.997626664455602 ], [ -75.114110251543494, 39.997494441734403 ], [ -75.114059612273707, 39.997487975442603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "837 E MADISON ST", "addr_range": "829-831, 835-845 E MADISON ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 725, "objectid": 5050, "Shape__Area": 114.91015625, "Shape__Length": 50.833929879309778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114180679389705, 39.997639608365901 ], [ -75.114225471487998, 39.997645505142998 ], [ -75.114233082279398, 39.997646518758501 ], [ -75.114260947608798, 39.997513958388502 ], [ -75.114209245979396, 39.997506821731399 ], [ -75.114180679389705, 39.997639608365901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3101 CUSTER ST", "addr_range": "3101 CUSTER ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 788, "objectid": 5051, "Shape__Area": 124.546875, "Shape__Length": 52.065091804606638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116683820666907, 39.995405572684803 ], [ -75.116693282963595, 39.995361556416 ], [ -75.116519090576602, 39.9953383925426 ], [ -75.116509570509706, 39.99538011976 ], [ -75.116683820666907, 39.995405572684803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "853 E MADISON ST", "addr_range": "849-855 E MADISON ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 692, "objectid": 5052, "Shape__Area": 109.8125, "Shape__Length": 50.07917937046561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.113832460718498, 39.997593568709398 ], [ -75.113861672914197, 39.997461973718103 ], [ -75.113811033657299, 39.997455508216802 ], [ -75.113782712236997, 39.997586848840399 ], [ -75.113832460718498, 39.997593568709398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "835 E MADISON ST", "addr_range": "829-831, 835-845 E MADISON ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 685, "objectid": 5053, "Shape__Area": 108.6484375, "Shape__Length": 50.157585282643595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114233082279398, 39.997646518758501 ], [ -75.114282610203503, 39.997653007207603 ], [ -75.114310036557001, 39.997520405212299 ], [ -75.114260947608798, 39.997513958388502 ], [ -75.114233082279398, 39.997646518758501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "851 E MADISON ST", "addr_range": "849-855 E MADISON ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 711, "objectid": 5054, "Shape__Area": 112.8359375, "Shape__Length": 50.445417965120321 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.113884420233603, 39.997600581709499 ], [ -75.113912617606402, 39.997468689489097 ], [ -75.113861672914197, 39.997461973718103 ], [ -75.113832460718498, 39.997593568709398 ], [ -75.113884420233603, 39.997600581709499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3072 ROSEHILL ST", "addr_range": "3072 ROSEHILL ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1406, "objectid": 5055, "Shape__Area": 222.9609375, "Shape__Length": 77.465909842181631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124381006427996, 39.996226326348904 ], [ -75.124662546149295, 39.996259524544598 ], [ -75.124664041385998, 39.996251757649702 ], [ -75.124671573836494, 39.9962124676412 ], [ -75.124595685007407, 39.996203703041502 ], [ -75.124549443795999, 39.9961973257493 ], [ -75.124391823041194, 39.996176940680897 ], [ -75.124382049992093, 39.996221545942099 ], [ -75.124381006427996, 39.996226326348904 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "705 E CLEARFIELD ST", "addr_range": "703-707 E CLEARFIELD ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 819, "objectid": 5056, "Shape__Area": 129.39453125, "Shape__Length": 56.291089911765994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117476598447595, 39.995621695189101 ], [ -75.117506671957003, 39.995469340559197 ], [ -75.117455973147003, 39.995462810398898 ], [ -75.117424832882307, 39.995614575607199 ], [ -75.117476598447595, 39.995621695189101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3217 RORER ST", "addr_range": "3217 RORER ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 797, "objectid": 5057, "Shape__Area": 126.359375, "Shape__Length": 55.737577252211707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.120062312040801, 39.998086612897303 ], [ -75.120070062867896, 39.998047748010002 ], [ -75.1198735602742, 39.998024062951899 ], [ -75.119865397844407, 39.998062693140497 ], [ -75.120062312040801, 39.998086612897303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4267 MANTUA AVE", "addr_range": "4263-4271 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1570, "objectid": 5058, "Shape__Area": 248.703125, "Shape__Length": 91.031877679775562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210469219638298, 39.972388778037001 ], [ -75.210554687994104, 39.972204731492099 ], [ -75.210500949335795, 39.972190693933598 ], [ -75.210405701272904, 39.972394787540999 ], [ -75.210382493467193, 39.972444486766797 ], [ -75.210436682482296, 39.9724588244665 ], [ -75.210469219638298, 39.972388778037001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "624 N 40TH ST", "addr_range": "620-634 N 40TH ST; 4013-4017 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2640, "objectid": 5059, "Shape__Area": 421.61328125, "Shape__Length": 109.91678249831276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202586348063903, 39.964309093240097 ], [ -75.202993599990407, 39.9642675025353 ], [ -75.202979358151296, 39.964203724123401 ], [ -75.202574036920794, 39.964247452471703 ], [ -75.202572951914206, 39.964247315756197 ], [ -75.202586348063903, 39.964309093240097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "948 N 42ND ST", "addr_range": "948-950 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1433, "objectid": 5060, "Shape__Area": 227.046875, "Shape__Length": 83.874651937445094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208604392289701, 39.9714250808467 ], [ -75.208612157978607, 39.971468388344903 ], [ -75.2089281827283, 39.971433057066598 ], [ -75.208920289273095, 39.971389246708199 ], [ -75.208604392289701, 39.9714250808467 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1137 N 41ST ST", "addr_range": "1133-1139 N 41ST ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1222, "objectid": 5061, "Shape__Area": 193.546875, "Shape__Length": 73.616432825595297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205956815751406, 39.973439138044903 ], [ -75.205965333547198, 39.973481899299003 ], [ -75.206235515702005, 39.973452473161402 ], [ -75.206228108271901, 39.973408576953801 ], [ -75.205956815751406, 39.973439138044903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "646 N 43RD ST", "addr_range": "646-656 N 43RD ST; 4300-4304 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 3750, "objectid": 5062, "Shape__Area": 593.875, "Shape__Length": 139.12417101020597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209378348490006, 39.964134928742702 ], [ -75.209386483063994, 39.9642031174536 ], [ -75.209847980609894, 39.964170667650102 ], [ -75.209919507840397, 39.964165963982097 ], [ -75.209911143512898, 39.9640971728696 ], [ -75.209381541604898, 39.964134709325599 ], [ -75.209378348490006, 39.964134928742702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4215 MANTUA AVE", "addr_range": "4215-4219 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1523, "objectid": 5063, "Shape__Area": 241.2109375, "Shape__Length": 91.167220543660505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208987502262204, 39.972070240668799 ], [ -75.209039565506899, 39.972084258063397 ], [ -75.209155748465193, 39.971827481622697 ], [ -75.209104201147895, 39.971813670317701 ], [ -75.208987502262204, 39.972070240668799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "737 N 42ND ST", "addr_range": "731-737 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1066, "objectid": 5064, "Shape__Area": 168.8046875, "Shape__Length": 64.128617399831697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207291544345196, 39.9668523287339 ], [ -75.207299434277004, 39.966898412397803 ], [ -75.207521641717406, 39.966873901527499 ], [ -75.207525218278903, 39.966874078087102 ], [ -75.207517744045703, 39.966829147927399 ], [ -75.207515507656396, 39.966829049718001 ], [ -75.207291544345196, 39.9668523287339 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "827 N 40TH ST", "addr_range": "823-827 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2370, "objectid": 5065, "Shape__Area": 375.3671875, "Shape__Length": 101.1384967698506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202728510203102, 39.968207544732898 ], [ -75.202730101690193, 39.9682148493687 ], [ -75.202732696254401, 39.9682283184206 ], [ -75.202733199230195, 39.9682339230229 ], [ -75.202735985344106, 39.968245656487298 ], [ -75.202737288244506, 39.968255598263703 ], [ -75.202740006803893, 39.968268602446699 ], [ -75.202827504908896, 39.968258793949701 ], [ -75.202838749054607, 39.968257850628 ], [ -75.202855689733497, 39.968255293020597 ], [ -75.202866203253095, 39.9682547848805 ], [ -75.202876881739996, 39.968253281187501 ], [ -75.202886213302094, 39.968252472001502 ], [ -75.2029056588282, 39.968249599677698 ], [ -75.202939822290404, 39.968245861130903 ], [ -75.202965101440299, 39.968243214699498 ], [ -75.202982736069004, 39.968240575169297 ], [ -75.202999505719106, 39.968239205773301 ], [ -75.203043730756306, 39.968234207484002 ], [ -75.203081982622805, 39.968229269407601 ], [ -75.203108896281293, 39.9682266592256 ], [ -75.203097700964605, 39.9681648342806 ], [ -75.202996437669796, 39.968176899884 ], [ -75.202963379242107, 39.968180212474003 ], [ -75.202943118270099, 39.9681825035779 ], [ -75.202910535269595, 39.968186003303202 ], [ -75.202896603129801, 39.968188273608398 ], [ -75.202869043691507, 39.968191336125301 ], [ -75.202849273279696, 39.968193379514297 ], [ -75.202831549067199, 39.968195098010597 ], [ -75.202816189466404, 39.9681968689966 ], [ -75.202805176934802, 39.968198349951102 ], [ -75.202757601513497, 39.968203321524399 ], [ -75.2027474712323, 39.968204758087801 ], [ -75.202739551592003, 39.968206418521 ], [ -75.202728510203102, 39.968207544732898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "818 N 40TH ST", "addr_range": "816-822 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2172, "objectid": 5066, "Shape__Area": 331.23828125, "Shape__Length": 99.144687510637567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203289102707203, 39.968013302546403 ], [ -75.203296615241399, 39.968067760208903 ], [ -75.203667695832607, 39.968025959361597 ], [ -75.203657583002595, 39.967971606205197 ], [ -75.203289102707203, 39.968013302546403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4265 MANTUA AVE", "addr_range": "4263-4271 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1635, "objectid": 5067, "Shape__Area": 259.02734375, "Shape__Length": 91.616099747954706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210500949335795, 39.972190693933598 ], [ -75.210444919349598, 39.972175173045898 ], [ -75.210339933099505, 39.972401021121797 ], [ -75.210326602954694, 39.972429709536101 ], [ -75.210382493467193, 39.972444486766797 ], [ -75.210405701272904, 39.972394787540999 ], [ -75.210500949335795, 39.972190693933598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4106 WESTMINSTER AVE", "addr_range": "4102-4108 WESTMINSTER AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1591, "objectid": 5068, "Shape__Area": 252.11328125, "Shape__Length": 82.733348473368878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206412943849102, 39.9699116380608 ], [ -75.2064526671968, 39.970143287211798 ], [ -75.206519541655595, 39.970135983899503 ], [ -75.206478200845297, 39.969904492638598 ], [ -75.206412943849102, 39.9699116380608 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1124 STATE ST", "addr_range": "1118-1128 STATE ST; 1123-1129 UNION ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 522, "objectid": 5069, "Shape__Area": 82.80078125, "Shape__Length": 42.045402332156002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202834058246196, 39.973390206755703 ], [ -75.2026943451786, 39.973406610365998 ], [ -75.2027009869621, 39.973442382618103 ], [ -75.2028413923355, 39.973425913275001 ], [ -75.202834058246196, 39.973390206755703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "803 N 41ST ST", "addr_range": "801-811 N 41ST ST", "zipcode": 19104, "district": "3", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2413, "objectid": 5070, "Shape__Area": 382.234375, "Shape__Length": 99.393325814424315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205180692163694, 39.967323729627402 ], [ -75.205187006352105, 39.9673889275535 ], [ -75.205545825732102, 39.967375124102603 ], [ -75.205542877261095, 39.967309533219797 ], [ -75.205180692163694, 39.967323729627402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "727 N 41ST ST", "addr_range": "725-727 N 41ST ST", "zipcode": 19104, "district": "3", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1458, "objectid": 5071, "Shape__Area": 231.0078125, "Shape__Length": 72.033496382702168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205423710319494, 39.965688318285302 ], [ -75.205220460181096, 39.9656984149563 ], [ -75.205352407383501, 39.965778135695302 ], [ -75.205423978274894, 39.965824341568897 ], [ -75.205434363965296, 39.965815512299997 ], [ -75.205426612441698, 39.965732195759799 ], [ -75.205423710319494, 39.965688318285302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3922 W GIRARD AVE", "addr_range": "3920-3922 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2844, "objectid": 5072, "Shape__Area": 450.58203125, "Shape__Length": 110.40024579517984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202826092856995, 39.973849021411297 ], [ -75.202737829319503, 39.973858344552198 ], [ -75.202792994799793, 39.9741673251742 ], [ -75.202881683827798, 39.974157252780898 ], [ -75.202845856630901, 39.973957783362799 ], [ -75.202826092856995, 39.973849021411297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "808 N 40TH ST", "addr_range": "806-808 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 820, "objectid": 5073, "Shape__Area": 129.99609375, "Shape__Length": 56.034358203886299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203242295645694, 39.9676714136762 ], [ -75.203247961725495, 39.967711402577002 ], [ -75.203427878373603, 39.967689056718498 ], [ -75.203444655155494, 39.967686962110498 ], [ -75.203438432316901, 39.967646734713199 ], [ -75.203421598394002, 39.967648698307201 ], [ -75.203242295645694, 39.9676714136762 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4113 LEIDY AVE", "addr_range": "4105-4113 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1400, "objectid": 5074, "Shape__Area": 221.86328125, "Shape__Length": 82.995026392353282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207261507611193, 39.974402460749602 ], [ -75.207311944522303, 39.974421326295001 ], [ -75.207454446266397, 39.974205047160503 ], [ -75.207403078948801, 39.974185855619801 ], [ -75.207261507611193, 39.974402460749602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4428 LANCASTER AVE", "addr_range": "892 LEX ST; 4424-4428 LANCASTER AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1270, "objectid": 5075, "Shape__Area": 201.19921875, "Shape__Length": 64.560624629568409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212455285716999, 39.969078776411202 ], [ -75.212329154617805, 39.9692114246579 ], [ -75.212386191462002, 39.9692481810239 ], [ -75.212493364207205, 39.969140728941497 ], [ -75.212488320953, 39.969100721058297 ], [ -75.212484089698293, 39.9690754652121 ], [ -75.212455285716999, 39.969078776411202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2521 N NAPA ST", "addr_range": "2517-2523 N NAPA ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 725, "objectid": 5076, "Shape__Area": 114.9296875, "Shape__Length": 51.599324803872683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182689113506996, 39.994889794696498 ], [ -75.182867185089904, 39.9949133796434 ], [ -75.182875894128003, 39.9948748219878 ], [ -75.182698698788201, 39.994850806145102 ], [ -75.182689113506996, 39.994889794696498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "652 N 43RD ST", "addr_range": "646-656 N 43RD ST; 4300-4304 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2738, "objectid": 5077, "Shape__Area": 433.62890625, "Shape__Length": 107.19043971855196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209404003998003, 39.964340715518198 ], [ -75.209412299344095, 39.964408520354603 ], [ -75.209802932825198, 39.964381514050402 ], [ -75.209794616644302, 39.964313160078802 ], [ -75.209404003998003, 39.964340715518198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4426 LANCASTER AVE", "addr_range": "892 LEX ST; 4424-4428 LANCASTER AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1032, "objectid": 5078, "Shape__Area": 163.5234375, "Shape__Length": 59.39852017131922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212455285716999, 39.969078776411202 ], [ -75.212358948057997, 39.969086302820401 ], [ -75.212270002974904, 39.969178022772098 ], [ -75.212329154617805, 39.9692114246579 ], [ -75.212455285716999, 39.969078776411202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4324 LANCASTER AVE", "addr_range": "4320-4324 LANCASTER AVE; 4329 PARRISH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1064, "objectid": 5079, "Shape__Area": 168.515625, "Shape__Length": 60.868282950206428 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2107996123042, 39.968059339100499 ], [ -75.210755473841601, 39.968030120412998 ], [ -75.210749823876995, 39.968027142806299 ], [ -75.210619328308098, 39.968151518730302 ], [ -75.210659237769306, 39.968178434621301 ], [ -75.210668865815194, 39.9681836933092 ], [ -75.2107996123042, 39.968059339100499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "830 N 40TH ST", "addr_range": "828-830 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1855, "objectid": 5080, "Shape__Area": 298.33203125, "Shape__Length": 99.974580186026714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203328999835094, 39.968337208945997 ], [ -75.203335215142403, 39.968384883883601 ], [ -75.203346771179795, 39.968382868030901 ], [ -75.203354935170594, 39.9683819364854 ], [ -75.203581010430696, 39.968356100769199 ], [ -75.203717489356407, 39.968340752600398 ], [ -75.203710387917297, 39.968292656176999 ], [ -75.203494964919997, 39.968317663563099 ], [ -75.203328999835094, 39.968337208945997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "718 N 40TH ST", "addr_range": "716-718 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 3446, "objectid": 5081, "Shape__Area": 545.7265625, "Shape__Length": 114.9736196620015 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202898506066504, 39.965959017062403 ], [ -75.202912848070994, 39.966040837611999 ], [ -75.203317838111005, 39.965996164342002 ], [ -75.203302447841907, 39.965914369240799 ], [ -75.202898506066504, 39.965959017062403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "822 N 40TH ST", "addr_range": "816-822 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1740, "objectid": 5082, "Shape__Area": 315.88671875, "Shape__Length": 99.329781172581164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203303401251105, 39.968123668580503 ], [ -75.203303645392694, 39.968125527365302 ], [ -75.203310205235496, 39.968175224598099 ], [ -75.203686370789399, 39.968132457134303 ], [ -75.203679028730704, 39.968093623999202 ], [ -75.203676754060695, 39.968081612688501 ], [ -75.203303401251105, 39.968123668580503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1126 STATE ST", "addr_range": "1118-1128 STATE ST; 1123-1129 UNION ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 554, "objectid": 5083, "Shape__Area": 87.84375, "Shape__Length": 42.775665821550959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2028413923355, 39.973425913275001 ], [ -75.2027009869621, 39.973442382618103 ], [ -75.202707848841996, 39.973480061775803 ], [ -75.202848857303096, 39.973463782406299 ], [ -75.2028413923355, 39.973425913275001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "23 DEARBORN ST", "addr_range": "19-25 N DEARBORN ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 662, "objectid": 5084, "Shape__Area": 104.828125, "Shape__Length": 47.106730023893583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222059346199003, 39.9603017862527 ], [ -75.222063215562002, 39.960301951698703 ], [ -75.222065844730807, 39.960302187126203 ], [ -75.222212680373005, 39.960319801428199 ], [ -75.222220351927703, 39.960279139878303 ], [ -75.222071565359499, 39.960261063633503 ], [ -75.222065440502902, 39.960260154721198 ], [ -75.222056688842201, 39.9603016790468 ], [ -75.222059346199003, 39.9603017862527 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "54 DEARBORN ST", "addr_range": "52-54 N DEARBORN ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 658, "objectid": 5085, "Shape__Area": 104.2109375, "Shape__Length": 47.368801097966823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222186672668201, 39.960944504624997 ], [ -75.2223390011128, 39.960963722798503 ], [ -75.222344375635103, 39.960964502538999 ], [ -75.222352975792802, 39.960924215531897 ], [ -75.222347827048097, 39.960924102099099 ], [ -75.222195573289298, 39.960904546805402 ], [ -75.222194973087198, 39.960907209548502 ], [ -75.222186672668201, 39.960944504624997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "25 DEARBORN ST", "addr_range": "19-25 N DEARBORN ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 677, "objectid": 5086, "Shape__Area": 107.20703125, "Shape__Length": 47.240665604660109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222203429321894, 39.960361249888301 ], [ -75.222206085475506, 39.9603613895002 ], [ -75.222215311918802, 39.960320004468599 ], [ -75.222212680373005, 39.960319801428199 ], [ -75.222065844730807, 39.960302187126203 ], [ -75.222063215562002, 39.960301951698703 ], [ -75.222059346199003, 39.9603017862527 ], [ -75.222050626373601, 39.960343021157797 ], [ -75.222173858113294, 39.960357729572401 ], [ -75.222203429321894, 39.960361249888301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5120 HAVERFORD AVE", "addr_range": "5120 HAVERFORD AVE", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1365, "objectid": 5087, "Shape__Area": 216.21484375, "Shape__Length": 80.115042097418737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222784523518797, 39.964104032526897 ], [ -75.2227358401488, 39.964329810073998 ], [ -75.222791520510299, 39.964342254850102 ], [ -75.222841704395094, 39.964111609801002 ], [ -75.222784523518797, 39.964104032526897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "52 N ST BERNARD ST", "addr_range": "46-52 N ST BERNARD ST", "zipcode": 19139, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1454, "objectid": 5088, "Shape__Area": 230.2109375, "Shape__Length": 86.09266534392475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220123479839799, 39.960660411461703 ], [ -75.219796820118205, 39.960620597149699 ], [ -75.219787831829194, 39.960663406346598 ], [ -75.220114031979193, 39.960702613183102 ], [ -75.220123479839799, 39.960660411461703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4921 MARKET ST", "addr_range": "4919-4923 MARKET ST", "zipcode": 19139, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1363, "objectid": 5089, "Shape__Area": 215.93359375, "Shape__Length": 82.85170723269367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220021364427893, 39.959788977923502 ], [ -75.220076596418096, 39.9597959010067 ], [ -75.220127025611504, 39.959555462225197 ], [ -75.220073661230103, 39.959549578653203 ], [ -75.220021364427893, 39.959788977923502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5223 HAVERFORD AVE", "addr_range": "5223-5227 HAVERFORD AVE", "zipcode": 19139, "district": "3", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1768, "objectid": 5090, "Shape__Area": 280.0390625, "Shape__Length": 83.863837091381896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225701227855097, 39.965761718489503 ], [ -75.225772783530104, 39.965781055890901 ], [ -75.225897373203296, 39.965573404756398 ], [ -75.225829727940607, 39.965549769199299 ], [ -75.225826959409204, 39.965554350234498 ], [ -75.225701227855097, 39.965761718489503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5340 MARKET ST", "addr_range": "5330-5344 MARKET ST", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1083, "objectid": 5091, "Shape__Area": 171.46875, "Shape__Length": 67.229604152361219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228443821535805, 39.960115347354602 ], [ -75.228442144270801, 39.960124417771198 ], [ -75.228405893855395, 39.960301387798303 ], [ -75.228460620452495, 39.960308393018202 ], [ -75.228500395486193, 39.960122796807198 ], [ -75.228443821535805, 39.960115347354602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "236 N 52ND ST", "addr_range": "236 N 52ND ST", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1710, "objectid": 5092, "Shape__Area": 270.91796875, "Shape__Length": 85.197060558869055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2246084384944, 39.964214327674703 ], [ -75.224619890143103, 39.964268031450501 ], [ -75.224928145385206, 39.964229810960397 ], [ -75.224918037726198, 39.964177650475499 ], [ -75.2246084384944, 39.964214327674703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5336 MARKET ST", "addr_range": "5330-5344 MARKET ST", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1114, "objectid": 5093, "Shape__Area": 176.4453125, "Shape__Length": 67.569635503823037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228293006626799, 39.960287912677003 ], [ -75.228329022578095, 39.960292185738602 ], [ -75.228349241228798, 39.960294918659898 ], [ -75.228381431396897, 39.960138703078499 ], [ -75.228384100696502, 39.960123819608199 ], [ -75.228386737501495, 39.960108644401501 ], [ -75.228329892193599, 39.9601011564922 ], [ -75.228311533707497, 39.960192248355902 ], [ -75.228293006626799, 39.960287912677003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5330 MARKET ST", "addr_range": "5330-5344 MARKET ST", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1209, "objectid": 5094, "Shape__Area": 191.53125, "Shape__Length": 69.200352059079052 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228120585832997, 39.960266537153103 ], [ -75.228120327432094, 39.9602678523352 ], [ -75.228180855511397, 39.960274889706596 ], [ -75.228219557134494, 39.960086625555199 ], [ -75.228157173903497, 39.960079354609498 ], [ -75.228120585832997, 39.960266537153103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "881 N 48TH ST", "addr_range": "881 N 48TH ST", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1368, "objectid": 5095, "Shape__Area": 216.72265625, "Shape__Length": 81.072636960295327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216481676400505, 39.9684766071626 ], [ -75.216491348904896, 39.968516071916603 ], [ -75.216501035991797, 39.968515301912298 ], [ -75.216556633730605, 39.968510936068697 ], [ -75.216649968745898, 39.968503534486899 ], [ -75.216794095855505, 39.968492547358899 ], [ -75.216788855745193, 39.968445411162399 ], [ -75.216659464157402, 39.968458480569197 ], [ -75.216611914192697, 39.968463331387802 ], [ -75.216495437247104, 39.968474992769401 ], [ -75.216492092252906, 39.968475386531999 ], [ -75.216481676400505, 39.9684766071626 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4508 WESTMINSTER AVE", "addr_range": "4508-4512 WESTMINSTER AVE", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1039, "objectid": 5096, "Shape__Area": 164.5625, "Shape__Length": 70.637865638604836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213170874421806, 39.969084589141801 ], [ -75.213172156486607, 39.9690917435071 ], [ -75.213207798885804, 39.969288497519798 ], [ -75.213257126346903, 39.969283139581002 ], [ -75.213255645607902, 39.969275127576402 ], [ -75.213221258129096, 39.969087944732898 ], [ -75.213219917079499, 39.969080676438999 ], [ -75.213178116948697, 39.969083589674398 ], [ -75.213170874421806, 39.969084589141801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4510 WESTMINSTER AVE", "addr_range": "4508-4512 WESTMINSTER AVE", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1027, "objectid": 5097, "Shape__Area": 162.71875, "Shape__Length": 70.123449710117228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213219917079499, 39.969080676438999 ], [ -75.213221258129096, 39.969087944732898 ], [ -75.213257126346903, 39.969283139581002 ], [ -75.213305369821597, 39.969277677468099 ], [ -75.213271130695503, 39.969084291824302 ], [ -75.213269851619103, 39.9690770258022 ], [ -75.213227885985802, 39.9690799182777 ], [ -75.213219917079499, 39.969080676438999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4512 WESTMINSTER AVE", "addr_range": "4508-4512 WESTMINSTER AVE", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1006, "objectid": 5098, "Shape__Area": 159.359375, "Shape__Length": 69.486705367821131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213304105781106, 39.969270573058203 ], [ -75.213305369821597, 39.969277677468099 ], [ -75.213354476325605, 39.969272654280601 ], [ -75.213319130937606, 39.969080855188601 ], [ -75.2133177892389, 39.969073604000698 ], [ -75.213274060843503, 39.969076538613301 ], [ -75.213269851619103, 39.9690770258022 ], [ -75.213271130695503, 39.969084291824302 ], [ -75.213304105781106, 39.969270573058203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "439 N 52ND ST", "addr_range": "439 N 52ND ST", "zipcode": 19139, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1738, "objectid": 5099, "Shape__Area": 275.27734375, "Shape__Length": 83.787784401566697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224952060896598, 39.967830938360002 ], [ -75.2246517524963, 39.967861774796397 ], [ -75.224661360460004, 39.967917212036603 ], [ -75.2249618389029, 39.9678868793657 ], [ -75.224952060896598, 39.967830938360002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5743 WOODLAND AVE", "addr_range": "5743-5745 WOODLAND AVE", "zipcode": 19143, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1310, "objectid": 5100, "Shape__Area": 214.3359375, "Shape__Length": 80.153232964483777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224512486335399, 39.932640741653998 ], [ -75.224707087225298, 39.932809381686099 ], [ -75.224714163250894, 39.932814518219502 ], [ -75.224757375336793, 39.932784230295802 ], [ -75.224552757930496, 39.932612419905197 ], [ -75.224512486335399, 39.932640741653998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5715 CHESTER AVE", "addr_range": "5715-5719 CHESTER AVE", "zipcode": 19143, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1459, "objectid": 5101, "Shape__Area": 230.91796875, "Shape__Length": 84.28960271849779 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227991282936401, 39.936567250888402 ], [ -75.228015220598493, 39.9365874424495 ], [ -75.228058586345796, 39.936557043117098 ], [ -75.227843938215102, 39.936375121911702 ], [ -75.227800838020798, 39.936404011524097 ], [ -75.227991282936401, 39.936567250888402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5733 WOODLAND AVE", "addr_range": "5733-5737 WOODLAND AVE", "zipcode": 19143, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1379, "objectid": 5102, "Shape__Area": 218.25390625, "Shape__Length": 78.544963953112074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224300294013304, 39.932789994429001 ], [ -75.2244984647499, 39.932954973389897 ], [ -75.224542404185499, 39.932924297913097 ], [ -75.224345251036397, 39.932758422419703 ], [ -75.224300294013304, 39.932789994429001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5926 CHESTER AVE", "addr_range": "5926 CHESTER AVE", "zipcode": 19143, "district": "2", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1385, "objectid": 5103, "Shape__Area": 219.26171875, "Shape__Length": 77.064986864481114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2303788276745, 39.934020360033003 ], [ -75.230569675843597, 39.934181701988798 ], [ -75.2306153824766, 39.934149016886899 ], [ -75.230425454390797, 39.933988838586501 ], [ -75.2304243719922, 39.9339881381579 ], [ -75.2303788276745, 39.934020360033003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1803 S 58TH ST", "addr_range": "1803-1807 S 58TH ST", "zipcode": 19143, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1215, "objectid": 5104, "Shape__Area": 192.30859375, "Shape__Length": 74.093601847956833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229240344311705, 39.9367984938444 ], [ -75.229276031551706, 39.936831113146503 ], [ -75.229481080625007, 39.936687578569099 ], [ -75.229442765264295, 39.936655255664697 ], [ -75.229248593817402, 39.936792870933502 ], [ -75.229240344311705, 39.9367984938444 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5709 CHESTER AVE", "addr_range": "5707-5709 CHESTER AVE", "zipcode": 19143, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1756, "objectid": 5105, "Shape__Area": 277.93359375, "Shape__Length": 86.642513046933814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227551515359806, 39.9365798081419 ], [ -75.227764452490703, 39.9367615318913 ], [ -75.227766171468602, 39.9367603443375 ], [ -75.227816805489496, 39.9367253828039 ], [ -75.227603452696599, 39.936543536484599 ], [ -75.227551515359806, 39.9365798081419 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5745 WOODLAND AVE", "addr_range": "5743-5745 WOODLAND AVE", "zipcode": 19143, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1432, "objectid": 5106, "Shape__Area": 233.73046875, "Shape__Length": 81.251359296222461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224552757930496, 39.932612419905197 ], [ -75.224757375336793, 39.932784230295802 ], [ -75.224802436222106, 39.932752660398997 ], [ -75.224751373146603, 39.932707949316097 ], [ -75.224598340211003, 39.932580361516202 ], [ -75.224552757930496, 39.932612419905197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2061 S 60TH ST", "addr_range": "2061 S 60TH ST", "zipcode": 19143, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1487, "objectid": 5107, "Shape__Area": 235.3046875, "Shape__Length": 72.518965959217184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228694259210201, 39.931665061946397 ], [ -75.228736685740301, 39.931699926270802 ], [ -75.228921328429806, 39.931571595590697 ], [ -75.228879136285997, 39.9315360598384 ], [ -75.2288695937238, 39.931528032100402 ], [ -75.2286853171681, 39.9316577249459 ], [ -75.228694259210201, 39.931665061946397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5735 WOODLAND AVE", "addr_range": "5733-5737 WOODLAND AVE", "zipcode": 19143, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1299, "objectid": 5108, "Shape__Area": 205.5, "Shape__Length": 77.80175196620678 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224345251036397, 39.932758422419703 ], [ -75.224542404185499, 39.932924297913097 ], [ -75.224584258972499, 39.932895075776798 ], [ -75.224386965049504, 39.932729019758703 ], [ -75.224345251036397, 39.932758422419703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5707 CHESTER AVE", "addr_range": "5707-5709 CHESTER AVE", "zipcode": 19143, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1853, "objectid": 5109, "Shape__Area": 293.30859375, "Shape__Length": 87.496510839657077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227496207305606, 39.9366177454678 ], [ -75.227709221427304, 39.936799664728198 ], [ -75.227764452490703, 39.9367615318913 ], [ -75.227551494309097, 39.936579807678903 ], [ -75.227496207305606, 39.9366177454678 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6016 REINHARD ST", "addr_range": "6016-6020 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 880, "objectid": 5110, "Shape__Area": 139.2890625, "Shape__Length": 59.820079000161613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230015965990503, 39.931732154351103 ], [ -75.230162110932696, 39.931855423493701 ], [ -75.230199676827496, 39.931828281947404 ], [ -75.230054422200396, 39.931705242348599 ], [ -75.230015965990503, 39.931732154351103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6023 REINHARD ST", "addr_range": "6021-6029 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 933, "objectid": 5111, "Shape__Area": 147.6484375, "Shape__Length": 59.727140373261754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230349400705705, 39.931831313914799 ], [ -75.230491145383098, 39.931952986683399 ], [ -75.230532326502797, 39.931924327887899 ], [ -75.230393429091905, 39.9318037971207 ], [ -75.230392353366994, 39.931802854469403 ], [ -75.230349400705705, 39.931831313914799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6061 UPLAND ST", "addr_range": "6059-6061 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 900, "objectid": 5112, "Shape__Area": 142.47265625, "Shape__Length": 59.880053697990441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230759370583399, 39.930972285547497 ], [ -75.230902862420805, 39.9310948179223 ], [ -75.230942215253194, 39.931067440596401 ], [ -75.230797866518103, 39.930943745181203 ], [ -75.230759370583399, 39.930972285547497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6129 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 921, "objectid": 5113, "Shape__Area": 145.77734375, "Shape__Length": 62.59754856033495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2324722353856, 39.930333895884203 ], [ -75.232530507688494, 39.930382421566598 ], [ -75.232547194411097, 39.930396037031102 ], [ -75.232628579077598, 39.930463350342499 ], [ -75.232665269563995, 39.9304371717976 ], [ -75.2325597624708, 39.930348390720098 ], [ -75.232510426369799, 39.930306734004901 ], [ -75.232494575606694, 39.9303180404317 ], [ -75.2324722353856, 39.930333895884203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6115 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 908, "objectid": 5114, "Shape__Area": 143.79296875, "Shape__Length": 62.647111978876481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232217424527903, 39.930512886280901 ], [ -75.232253936089606, 39.9305446533373 ], [ -75.232295789742494, 39.930580889476701 ], [ -75.232308322692305, 39.930591320661499 ], [ -75.232318660884701, 39.9305999295986 ], [ -75.2323265262131, 39.930606356992598 ], [ -75.232339825742798, 39.930617578058197 ], [ -75.232349402379199, 39.930625799062803 ], [ -75.232357261144202, 39.930632403806797 ], [ -75.232365864265802, 39.9306398294815 ], [ -75.232372761481599, 39.930645252631301 ], [ -75.232409891110194, 39.930618503562698 ], [ -75.232252872939796, 39.930488017673198 ], [ -75.232217424527903, 39.930512886280901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6005 UPLAND ST", "addr_range": "6002 REINHARD ST; 6003-6007 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 937, "objectid": 5115, "Shape__Area": 148.234375, "Shape__Length": 60.100020964160286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229611182730395, 39.931777291844398 ], [ -75.229754740044996, 39.931898617962503 ], [ -75.229795915433598, 39.931870121478703 ], [ -75.229652412638103, 39.931747892910202 ], [ -75.229611182730395, 39.931777291844398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6003 UPLAND ST", "addr_range": "6002 REINHARD ST; 6003-6007 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 955, "objectid": 5116, "Shape__Area": 151.0859375, "Shape__Length": 60.362380152499952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229569098467806, 39.931806058408597 ], [ -75.229712590487097, 39.9319285769662 ], [ -75.229754740044996, 39.931898617962503 ], [ -75.229611182730395, 39.931777291844398 ], [ -75.229569098467806, 39.931806058408597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6135 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 861, "objectid": 5117, "Shape__Area": 136.3125, "Shape__Length": 61.96428752760918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232584823067597, 39.930254061404298 ], [ -75.232634989493107, 39.930296493151303 ], [ -75.2327384677574, 39.9303851971897 ], [ -75.232747919098401, 39.930379294993003 ], [ -75.232773120307698, 39.930360859664198 ], [ -75.232742349033202, 39.930334086862104 ], [ -75.232722432027799, 39.930317852501801 ], [ -75.232673117813505, 39.930273296030897 ], [ -75.232656178483495, 39.930259770545199 ], [ -75.232637091336798, 39.9302425551803 ], [ -75.232621183390407, 39.930228294591203 ], [ -75.232584823067597, 39.930254061404298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6052 REINHARD ST", "addr_range": "6052-6056 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 937, "objectid": 5118, "Shape__Area": 148.2578125, "Shape__Length": 60.488142696445244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230748466352296, 39.931217883964599 ], [ -75.230892811976105, 39.931341676670101 ], [ -75.230934032692204, 39.931312534776197 ], [ -75.230788749582999, 39.931189721635697 ], [ -75.230748466352296, 39.931217883964599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6009 REINHARD ST", "addr_range": "6009-6015 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 940, "objectid": 5119, "Shape__Area": 148.74609375, "Shape__Length": 59.597174305376576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2300645351594, 39.932033383424098 ], [ -75.230206402295096, 39.932152350839203 ], [ -75.230247593233102, 39.932123402235298 ], [ -75.230106709126005, 39.932002763497401 ], [ -75.2300645351594, 39.932033383424098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6120 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 866, "objectid": 5120, "Shape__Area": 137.08984375, "Shape__Length": 60.611212086444077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232039281778597, 39.930258010501397 ], [ -75.2321078113456, 39.930315675180999 ], [ -75.232143928815105, 39.930345660461697 ], [ -75.232188855413298, 39.930384270664199 ], [ -75.232225753008905, 39.930358128339002 ], [ -75.2321721331502, 39.930312284196297 ], [ -75.232149490454702, 39.930294410442599 ], [ -75.232075451607798, 39.930232336981803 ], [ -75.232039281778597, 39.930258010501397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6134 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 841, "objectid": 5121, "Shape__Area": 133.10546875, "Shape__Length": 60.486882043727341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232295405066296, 39.930076308492197 ], [ -75.232363509508303, 39.930132465327603 ], [ -75.2324464529447, 39.9302023592167 ], [ -75.232471173336293, 39.930185025228198 ], [ -75.232481644151207, 39.930177065933698 ], [ -75.232443985011798, 39.930145161130199 ], [ -75.232408443980702, 39.930116042743897 ], [ -75.232355949526905, 39.930072045207197 ], [ -75.232331399142495, 39.930050824751703 ], [ -75.232295405066296, 39.930076308492197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6042 UPLAND ST", "addr_range": "6040-6050 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 835, "objectid": 5122, "Shape__Area": 132.19921875, "Shape__Length": 58.167809837169486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230156660768699, 39.931064352487802 ], [ -75.230118217511404, 39.931090926025703 ], [ -75.230260039629897, 39.9312104573536 ], [ -75.2302966672395, 39.9311848746162 ], [ -75.230156660768699, 39.931064352487802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6022 UPLAND ST", "addr_range": "6022-6028 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 836, "objectid": 5123, "Shape__Area": 132.3359375, "Shape__Length": 58.129782664149843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229737345428802, 39.931357523746897 ], [ -75.229879181155198, 39.931476748606599 ], [ -75.229916715941997, 39.931450380428103 ], [ -75.229774871828198, 39.931331444650802 ], [ -75.229737345428802, 39.931357523746897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6055 REINHARD ST", "addr_range": "6049-6059 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 977, "objectid": 5124, "Shape__Area": 154.67578125, "Shape__Length": 60.417925596508219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231001232950604, 39.931376103078001 ], [ -75.231142068369095, 39.931498062306403 ], [ -75.231185112532998, 39.931467687264103 ], [ -75.231044295552294, 39.931345261777501 ], [ -75.231001232950604, 39.931376103078001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6072 UPLAND ST", "addr_range": "6072 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 855, "objectid": 5125, "Shape__Area": 135.3984375, "Shape__Length": 58.253007264893114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2306958829992, 39.9306876056623 ], [ -75.2308359355645, 39.930806919904903 ], [ -75.2308743903275, 39.930780055366803 ], [ -75.230734350264598, 39.930660435106901 ], [ -75.2306958829992, 39.9306876056623 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6063 REINHARD ST", "addr_range": "6063-6067 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 979, "objectid": 5126, "Shape__Area": 155.95703125, "Shape__Length": 60.714322881760367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231166083733598, 39.931259666105802 ], [ -75.231307773538404, 39.9313822890091 ], [ -75.2313517233939, 39.931351756302497 ], [ -75.231209103684094, 39.931229371615899 ], [ -75.231166083733598, 39.931259666105802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6083 REINHARD ST", "addr_range": "6081-6089 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 910, "objectid": 5127, "Shape__Area": 143.87109375, "Shape__Length": 59.56445353659452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231577377473599, 39.930973099923399 ], [ -75.231718854197197, 39.931094717530598 ], [ -75.231760047557003, 39.931066268517696 ], [ -75.231616504765199, 39.930945040772201 ], [ -75.231577377473599, 39.930973099923399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6078 REINHARD ST", "addr_range": "6078-6086 REINHARD ST; 6079-6085 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 984, "objectid": 5128, "Shape__Area": 155.76171875, "Shape__Length": 60.879345486289523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231284920980698, 39.930844040601698 ], [ -75.231430259757005, 39.930965355074598 ], [ -75.231471451191197, 39.930936390751903 ], [ -75.231329796416503, 39.930812271348401 ], [ -75.231284920980698, 39.930844040601698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6122 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 862, "objectid": 5129, "Shape__Area": 136.50390625, "Shape__Length": 60.58947096736506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232075451607798, 39.930232336981803 ], [ -75.232149490454702, 39.930294410442599 ], [ -75.2321721331502, 39.930312284196297 ], [ -75.232225753008905, 39.930358128339002 ], [ -75.2322624809226, 39.9303320795849 ], [ -75.232234442386996, 39.930308976931698 ], [ -75.232120390961896, 39.930213480121999 ], [ -75.232112392065702, 39.930206711004999 ], [ -75.232075451607798, 39.930232336981803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6021 REINHARD ST", "addr_range": "6021-6029 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 931, "objectid": 5130, "Shape__Area": 147.3671875, "Shape__Length": 59.751187906428811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230308168078494, 39.931860793223002 ], [ -75.230449944382102, 39.931981644127198 ], [ -75.230491145383098, 39.931952986683399 ], [ -75.230349400705705, 39.931831313914799 ], [ -75.230308168078494, 39.931860793223002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6087 REINHARD ST", "addr_range": "6081-6089 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 907, "objectid": 5131, "Shape__Area": 143.36328125, "Shape__Length": 59.494052679417777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231657697909, 39.930916027768198 ], [ -75.231801256990295, 39.931037353127401 ], [ -75.231841527201695, 39.931009495592598 ], [ -75.231729970493305, 39.930915036176202 ], [ -75.231699133400099, 39.930888938294302 ], [ -75.231666499173599, 39.930910176253299 ], [ -75.231657697909, 39.930916027768198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6012 REINHARD ST", "addr_range": "6010-6012 REINHARD ST; 6011-6017 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 919, "objectid": 5132, "Shape__Area": 145.5234375, "Shape__Length": 60.349802007185033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229931729611593, 39.9317908963016 ], [ -75.230077016596098, 39.931913598893502 ], [ -75.230118131546504, 39.931886729070897 ], [ -75.229972003940404, 39.931762992635498 ], [ -75.229931729611593, 39.9317908963016 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6088 UPLAND ST", "addr_range": "6086-6090 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 814, "objectid": 5133, "Shape__Area": 128.78125, "Shape__Length": 57.471463287228786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231061727088104, 39.9304658589298 ], [ -75.231039207794396, 39.930447503826798 ], [ -75.231003511746295, 39.930472253103602 ], [ -75.231142659374498, 39.930592239959402 ], [ -75.231179261666895, 39.930566753706202 ], [ -75.231156847530698, 39.930546127722003 ], [ -75.231061727088104, 39.9304658589298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3300 HARTVILLE ST", "addr_range": "3300 HARTVILLE ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 705, "objectid": 5134, "Shape__Area": 111.796875, "Shape__Length": 48.755145299100349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.119630449169804, 39.999191065794001 ], [ -75.119640070161196, 39.999148874836003 ], [ -75.119477970128798, 39.999128717494102 ], [ -75.119469152764495, 39.9991696374843 ], [ -75.119630449169804, 39.999191065794001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "845 E MADISON ST", "addr_range": "829-831, 835-845 E MADISON ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 651, "objectid": 5135, "Shape__Area": 103.17578125, "Shape__Length": 49.449210059733701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114031767810403, 39.997619988425299 ], [ -75.114059612273707, 39.997487975442603 ], [ -75.1140125557597, 39.997482107691503 ], [ -75.113984619038504, 39.997613778857897 ], [ -75.114031767810403, 39.997619988425299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "831 E MADISON ST", "addr_range": "829-831, 835-845 E MADISON ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 641, "objectid": 5136, "Shape__Area": 101.62890625, "Shape__Length": 49.406181828687494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114333972352995, 39.9976597476902 ], [ -75.114379849228698, 39.9976657675262 ], [ -75.114408921807595, 39.997533426765003 ], [ -75.114362412026594, 39.997527506837699 ], [ -75.114333972352995, 39.9976597476902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "839 E MADISON ST", "addr_range": "829-831, 835-845 E MADISON ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 684, "objectid": 5137, "Shape__Area": 108.54296875, "Shape__Length": 50.148812889719849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114180679389705, 39.997639608365901 ], [ -75.114209245979396, 39.997506821731399 ], [ -75.114159236918596, 39.997500870026499 ], [ -75.114132050284098, 39.9976332044847 ], [ -75.114180679389705, 39.997639608365901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "703 E CLEARFIELD ST", "addr_range": "703-707 E CLEARFIELD ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 832, "objectid": 5138, "Shape__Area": 131.93359375, "Shape__Length": 56.548959308875496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117476598447595, 39.995621695189101 ], [ -75.117528115429906, 39.995628760390801 ], [ -75.117543559565306, 39.995554720194399 ], [ -75.1175446407876, 39.9955473790761 ], [ -75.117559491755401, 39.995476823070597 ], [ -75.117506671957003, 39.995469340559197 ], [ -75.117476598447595, 39.995621695189101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "849 E MADISON ST", "addr_range": "849-855 E MADISON ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 660, "objectid": 5139, "Shape__Area": 104.68359375, "Shape__Length": 49.614184679482399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.113912617606402, 39.997468689489097 ], [ -75.113884420233603, 39.997600581709499 ], [ -75.113931860387197, 39.997606829545902 ], [ -75.113960638459702, 39.997475095717 ], [ -75.113912617606402, 39.997468689489097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "829 E MADISON ST", "addr_range": "829-831, 835-845 E MADISON ST", "zipcode": 19134, "district": "7", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 714, "objectid": 5140, "Shape__Area": 113.17578125, "Shape__Length": 50.585012132025966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114408921807595, 39.997533426765003 ], [ -75.114379849228698, 39.9976657675262 ], [ -75.114431837472196, 39.997672586313001 ], [ -75.114459751951102, 39.997540349600897 ], [ -75.114408921807595, 39.997533426765003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2401 N CLARION ST", "addr_range": "2401 N CLARION ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 652, "objectid": 5141, "Shape__Area": 103.46875, "Shape__Length": 43.243196051230171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153626053779803, 39.989243229163698 ], [ -75.153754194922001, 39.989259878223201 ], [ -75.153764956446807, 39.989211955899101 ], [ -75.1536749642774, 39.989199425190201 ], [ -75.153637046465406, 39.989194134447402 ], [ -75.153636261406902, 39.989197663998802 ], [ -75.153626053779803, 39.989243229163698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2444 N CLARION ST", "addr_range": "2444-2450 N CLARION ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 447, "objectid": 5142, "Shape__Area": 70.93359375, "Shape__Length": 38.332129331998331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153679521025197, 39.9901140422823 ], [ -75.153804780212596, 39.990130498112002 ], [ -75.153812067010705, 39.990096713457 ], [ -75.1536868052996, 39.990079743095102 ], [ -75.153679521025197, 39.9901140422823 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2448 N CLARION ST", "addr_range": "2444-2450 N CLARION ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 486, "objectid": 5143, "Shape__Area": 77.07421875, "Shape__Length": 39.219742843987376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153663649872698, 39.990186562156403 ], [ -75.153789017587798, 39.990202970899396 ], [ -75.153797258895494, 39.990166096618502 ], [ -75.1536716642958, 39.990149618778503 ], [ -75.153663649872698, 39.990186562156403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2446 N CLARION ST", "addr_range": "2444-2450 N CLARION ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 468, "objectid": 5144, "Shape__Area": 74.2421875, "Shape__Length": 38.81419550297035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1536716642958, 39.990149618778503 ], [ -75.153797258895494, 39.990166096618502 ], [ -75.153804780212596, 39.990130498112002 ], [ -75.153679521025197, 39.9901140422823 ], [ -75.1536716642958, 39.990149618778503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2450 N CLARION ST", "addr_range": "2444-2450 N CLARION ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 503, "objectid": 5145, "Shape__Area": 79.8125, "Shape__Length": 39.668677985830918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153663477008706, 39.9902261643185 ], [ -75.153781247733207, 39.990240627115597 ], [ -75.153789017587798, 39.990202970899396 ], [ -75.153663649872698, 39.990186562156403 ], [ -75.153654528817896, 39.990225059085901 ], [ -75.153663477008706, 39.9902261643185 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3147 W ARIZONA ST", "addr_range": "3145-3147 W ARIZONA ST; 2343-2355 N 32ND ST; 3138-3146 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 575, "objectid": 5146, "Shape__Area": 91.2578125, "Shape__Length": 44.395684937754517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184082772530601, 39.992827294626601 ], [ -75.184130658326396, 39.992833458478898 ], [ -75.1841455187528, 39.992763525450897 ], [ -75.184154876820699, 39.992719421196199 ], [ -75.184147991532299, 39.992718605942997 ], [ -75.184106136640693, 39.992713673440697 ], [ -75.184082772530601, 39.992827294626601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3018 W DAUPHIN ST", "addr_range": "3010-3020 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1421, "objectid": 5147, "Shape__Area": 225.2734375, "Shape__Length": 79.495746467962093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1822285442083, 39.990984900718601 ], [ -75.182204699599893, 39.991101155301102 ], [ -75.182185049942404, 39.991209008103901 ], [ -75.182243795901599, 39.9912161572611 ], [ -75.182266522821806, 39.991103376289701 ], [ -75.182291100633194, 39.990992666696101 ], [ -75.1822285442083, 39.990984900718601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2321 N 27TH ST", "addr_range": "2321-2323 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1030, "objectid": 5148, "Shape__Area": 163.36328125, "Shape__Length": 66.517028690287034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176389859425598, 39.991181751797299 ], [ -75.176401955324593, 39.991183297040998 ], [ -75.176631062357799, 39.991212548493401 ], [ -75.176639646059897, 39.991171877356798 ], [ -75.176410270140295, 39.991142522580397 ], [ -75.176397630647401, 39.991140917395299 ], [ -75.176389859425598, 39.991181751797299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2467 N STANLEY ST", "addr_range": "2467-2469 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 633, "objectid": 5149, "Shape__Area": 100.3984375, "Shape__Length": 47.293694856093147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181717199726606, 39.994137619395303 ], [ -75.181709653681594, 39.994175332622497 ], [ -75.181869596610298, 39.9941966421462 ], [ -75.181877624240798, 39.994158923466799 ], [ -75.181717199726606, 39.994137619395303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3009 W DAUPHIN ST", "addr_range": "3007-3017 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1500, "objectid": 5150, "Shape__Area": 237.85546875, "Shape__Length": 78.51216675480201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181806789621007, 39.991519989378602 ], [ -75.181872999674098, 39.991527612069802 ], [ -75.181917550346, 39.9913121537828 ], [ -75.181850940052797, 39.991303473381798 ], [ -75.181806789621007, 39.991519989378602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3145 W ARIZONA ST", "addr_range": "3145-3147 W ARIZONA ST; 2343-2355 N 32ND ST; 3138-3146 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 575, "objectid": 5151, "Shape__Area": 91.28125, "Shape__Length": 44.322029897559219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184058048124996, 39.992707327545503 ], [ -75.184034089882203, 39.992820580444103 ], [ -75.184082772530601, 39.992827294626601 ], [ -75.184106136640693, 39.992713673440697 ], [ -75.184058048124996, 39.992707327545503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2701 W YORK ST", "addr_range": "2701-2725 W YORK ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 956, "objectid": 5152, "Shape__Area": 151.58984375, "Shape__Length": 62.810551163569095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176565231907105, 39.992349079122299 ], [ -75.176616815807407, 39.992358312292403 ], [ -75.176656527988001, 39.992184190120298 ], [ -75.176602918505694, 39.9921780876181 ], [ -75.176589299054399, 39.992239924143803 ], [ -75.176565231907105, 39.992349079122299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2313 N 27TH ST", "addr_range": "2301-2315 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 3836, "objectid": 5153, "Shape__Area": 607.90234375, "Shape__Length": 118.92533259368044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176423709060501, 39.991010771626399 ], [ -75.176436741066098, 39.991012497335397 ], [ -75.176666957050799, 39.991042887243701 ], [ -75.176681618025896, 39.990973465020197 ], [ -75.1764674450706, 39.9909190138223 ], [ -75.176365444965199, 39.990894707869401 ], [ -75.176367704217299, 39.9908787998069 ], [ -75.176302484546, 39.990869986962103 ], [ -75.176296473645706, 39.990896981644902 ], [ -75.176277084953696, 39.990992169470204 ], [ -75.176324597984603, 39.9909981669838 ], [ -75.1763737381862, 39.991004378461597 ], [ -75.176423709060501, 39.991010771626399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2330 N 27TH ST", "addr_range": "2326-2330 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 979, "objectid": 5154, "Shape__Area": 155.28125, "Shape__Length": 64.745982661371684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176740350642802, 39.991548355847897 ], [ -75.176975177810505, 39.991577669947702 ], [ -75.176983956869293, 39.9915384546984 ], [ -75.1767487938626, 39.991508052771501 ], [ -75.176740350642802, 39.991548355847897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2535 W ARIZONA ST", "addr_range": "2527-2543 W ARIZONA", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 559, "objectid": 5155, "Shape__Area": 88.68359375, "Shape__Length": 45.387033932647221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174350319667695, 39.991580167104097 ], [ -75.174395039615206, 39.991585781974599 ], [ -75.174396228962607, 39.991579811524701 ], [ -75.174418992192798, 39.9914653405271 ], [ -75.174374676032798, 39.9914601383785 ], [ -75.174351555363103, 39.991574117504499 ], [ -75.174350319667695, 39.991580167104097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3014 W DAUPHIN ST", "addr_range": "3010-3020 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1460, "objectid": 5156, "Shape__Area": 231.28125, "Shape__Length": 79.879518573467067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182062600893801, 39.991193372520598 ], [ -75.182125010522697, 39.9912011839549 ], [ -75.182145608693006, 39.991094271410503 ], [ -75.182170744861295, 39.990977691635401 ], [ -75.182108199514701, 39.990969602377 ], [ -75.182079271055997, 39.9911066988928 ], [ -75.182068424161798, 39.991163535207498 ], [ -75.182062600893801, 39.991193372520598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3142 W ARIZONA ST", "addr_range": "3138-3146 W ARIZONA ST; 2339-2341 N 32ND ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 634, "objectid": 5157, "Shape__Area": 100.484375, "Shape__Length": 47.134494978600742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184024115972207, 39.992618652105499 ], [ -75.184031851931906, 39.992619678298098 ], [ -75.184074268145395, 39.9926252856189 ], [ -75.184098458678804, 39.992503122418903 ], [ -75.184049695575695, 39.992496342467597 ], [ -75.184024115972207, 39.992618652105499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2706 W YORK ST", "addr_range": "2704-2710 W YORK ST; 2342-2348 N 27TH ST; 2709 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 631, "objectid": 5158, "Shape__Area": 100.07421875, "Shape__Length": 47.042230581069191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176941651251497, 39.992065691921901 ], [ -75.176991065497702, 39.992072081353101 ], [ -75.1770150695653, 39.991950008887699 ], [ -75.176965667395507, 39.991943550357703 ], [ -75.176941651251497, 39.992065691921901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4185 LEIDY AVE", "addr_range": "4185-4191 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1474, "objectid": 5159, "Shape__Area": 233.5234375, "Shape__Length": 85.310045951701781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209127280379704, 39.975097260782903 ], [ -75.209179206820494, 39.9751166260857 ], [ -75.2091824812981, 39.975111427722503 ], [ -75.209186629774706, 39.975104748541497 ], [ -75.209318901324394, 39.974891304094399 ], [ -75.209266480914096, 39.974872186502701 ], [ -75.209134305490807, 39.975085875390498 ], [ -75.209130312900896, 39.975092331869597 ], [ -75.209127280379704, 39.975097260782903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4145 LEIDY AVE", "addr_range": "4123-4147 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2597, "objectid": 5160, "Shape__Area": 411.40625, "Shape__Length": 141.16728198512007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207988732675702, 39.974889910561402 ], [ -75.208040689971796, 39.974909002267601 ], [ -75.208289525602297, 39.974510669290801 ], [ -75.208237784716303, 39.974491340115499 ], [ -75.207988732675702, 39.974889910561402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "648 N 43RD ST", "addr_range": "646-656 N 43RD ST; 4300-4304 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 3284, "objectid": 5161, "Shape__Area": 520.1328125, "Shape__Length": 123.36953881860424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209386483063994, 39.9642031174536 ], [ -75.209395389732904, 39.964271920624803 ], [ -75.209786864357099, 39.964244851026699 ], [ -75.209856704840305, 39.964240447928098 ], [ -75.209847980609894, 39.964170667650102 ], [ -75.209386483063994, 39.9642031174536 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4158 WESTMINSTER AVE", "addr_range": "893 N 42ND ST; 4156-4160 WESTMINSTER AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 518, "objectid": 5162, "Shape__Area": 82.06640625, "Shape__Length": 40.896946298699888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208002469019803, 39.969865393673501 ], [ -75.208020982388106, 39.9699674540595 ], [ -75.2080347208056, 39.969965952798098 ], [ -75.208069206314903, 39.969961977476402 ], [ -75.208051679896499, 39.969859827239198 ], [ -75.208002469019803, 39.969865393673501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4102 WESTMINSTER AVE", "addr_range": "4102-4108 WESTMINSTER AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1570, "objectid": 5163, "Shape__Area": 248.79296875, "Shape__Length": 82.47333574827104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206304778400195, 39.970045305324 ], [ -75.206324714813903, 39.970157424852196 ], [ -75.206388923641697, 39.970150288675804 ], [ -75.206349748144902, 39.969918587671501 ], [ -75.206284173897004, 39.9699258548318 ], [ -75.206287589970202, 39.969948771899602 ], [ -75.206303565551195, 39.970038541634402 ], [ -75.206304778400195, 39.970045305324 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4207 WYALUSING AVE", "addr_range": "4207-4209 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2035, "objectid": 5164, "Shape__Area": 322.3125, "Shape__Length": 93.346151821284934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209406729021197, 39.971602641569 ], [ -75.209093258121797, 39.971636306208303 ], [ -75.209430666994507, 39.971727244117403 ], [ -75.209406729021197, 39.971602641569 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4147 LEIDY AVE", "addr_range": "4123-4147 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2543, "objectid": 5165, "Shape__Area": 402.80078125, "Shape__Length": 140.89321972238997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208040689971796, 39.974909002267601 ], [ -75.208091225578002, 39.974928062457899 ], [ -75.208340317959198, 39.974529559368001 ], [ -75.208289525602297, 39.974510669290801 ], [ -75.208040689971796, 39.974909002267601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3960 RENO ST", "addr_range": "3951-3959 BROWN ST; 3960-3964 RENO ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1028, "objectid": 5166, "Shape__Area": 162.80078125, "Shape__Length": 69.816744458479732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202392816688999, 39.967771051477101 ], [ -75.202343352315495, 39.967776658487999 ], [ -75.202344647237297, 39.967786842463497 ], [ -75.202351192278599, 39.967825143531897 ], [ -75.202361858946006, 39.967892115080801 ], [ -75.202364374193493, 39.967899360043702 ], [ -75.2023777458853, 39.967976822581498 ], [ -75.202426679542398, 39.967971944395302 ], [ -75.202412885403803, 39.967893973328302 ], [ -75.202392816688999, 39.967771051477101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4207 MANTUA AVE", "addr_range": "4201-4207 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1505, "objectid": 5167, "Shape__Area": 238.44140625, "Shape__Length": 90.952156412660429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208897702664103, 39.971758369359897 ], [ -75.208780868898401, 39.972014582435598 ], [ -75.208831667008297, 39.9720282637659 ], [ -75.208949436462603, 39.971772233543199 ], [ -75.208897702664103, 39.971758369359897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4159 LEIDY AVE", "addr_range": "4159-4169 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1421, "objectid": 5168, "Shape__Area": 225.07421875, "Shape__Length": 84.774697470986496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208459749359093, 39.9748497116301 ], [ -75.208509523038998, 39.974868416883602 ], [ -75.208649257802605, 39.974643693023197 ], [ -75.208598637395397, 39.974624647417201 ], [ -75.208459749359093, 39.9748497116301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "622 N 40TH ST", "addr_range": "620-634 N 40TH ST; 4013-4017 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2514, "objectid": 5169, "Shape__Area": 397.640625, "Shape__Length": 108.91515294461112 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202563025987899, 39.964188016495903 ], [ -75.202574036920794, 39.964247452471703 ], [ -75.202574039824199, 39.964248467968503 ], [ -75.202979358151296, 39.964203724123401 ], [ -75.202980635210693, 39.964203735353699 ], [ -75.202970483107606, 39.964145431230499 ], [ -75.202563025987899, 39.964188016495903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1115 N 41ST ST", "addr_range": "1115-1117 N 41ST ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1659, "objectid": 5170, "Shape__Area": 262.7890625, "Shape__Length": 92.812544136398998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205778524136903, 39.972941135198198 ], [ -75.205787422031193, 39.972986031265798 ], [ -75.206141007705995, 39.972946624381102 ], [ -75.206132615849299, 39.972901593601499 ], [ -75.205778524136903, 39.972941135198198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3976 PENNSGROVE ST", "addr_range": "3958, 3962-3966, 3970, 3974-3984 PENNSGROVE ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1379, "objectid": 5171, "Shape__Area": 218.54296875, "Shape__Length": 81.666756854027497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203396018472503, 39.971510299198599 ], [ -75.2034443050524, 39.971745185925897 ], [ -75.203500337485593, 39.971738788895301 ], [ -75.203452682582693, 39.971504415370603 ], [ -75.203396018472503, 39.971510299198599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "765 N 40TH ST", "addr_range": "765 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3108, "objectid": 5172, "Shape__Area": 492.26953125, "Shape__Length": 107.59282816268151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2025466152338, 39.967231782051499 ], [ -75.202561511179994, 39.967310567746402 ], [ -75.202935414691794, 39.967269928543601 ], [ -75.202921344229495, 39.9671892592105 ], [ -75.2025466152338, 39.967231782051499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1122 STATE ST", "addr_range": "1118-1128 STATE ST; 1123-1129 UNION ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 539, "objectid": 5173, "Shape__Area": 85.3828125, "Shape__Length": 42.365290090104224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202827543485697, 39.973353293957601 ], [ -75.202687245471097, 39.973369683672303 ], [ -75.2026943451786, 39.973406610365998 ], [ -75.202834058246196, 39.973390206755703 ], [ -75.202827543485697, 39.973353293957601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4160 WESTMINSTER AVE", "addr_range": "893 N 42ND ST; 4156-4160 WESTMINSTER AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 571, "objectid": 5174, "Shape__Area": 90.5390625, "Shape__Length": 42.024067467610784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208051679896499, 39.969859827239198 ], [ -75.208069206314903, 39.969961977476402 ], [ -75.2081237424525, 39.969955770334302 ], [ -75.208121212370997, 39.969942206451101 ], [ -75.208104719780906, 39.969853859965397 ], [ -75.208051679896499, 39.969859827239198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "802 N 40TH ST", "addr_range": "802 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 839, "objectid": 5175, "Shape__Area": 132.98828125, "Shape__Length": 56.264576796133106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203224661312106, 39.967546707084097 ], [ -75.203230637040406, 39.967588993212502 ], [ -75.2034093799696, 39.967570054165201 ], [ -75.203427469328403, 39.9675681175355 ], [ -75.203421887406805, 39.9675280989782 ], [ -75.203403134887495, 39.9675298587076 ], [ -75.203224661312106, 39.967546707084097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4303 MANTUA AVE", "addr_range": "4301-4305 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1591, "objectid": 5176, "Shape__Area": 252.06640625, "Shape__Length": 91.098400440373325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211485395864599, 39.9724526581833 ], [ -75.211376199418396, 39.972708236262299 ], [ -75.211429889941002, 39.972721916437102 ], [ -75.211541824718907, 39.972466479977697 ], [ -75.211485395864599, 39.9724526581833 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4424 LANCASTER AVE", "addr_range": "892 LEX ST; 4424-4428 LANCASTER AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 812, "objectid": 5177, "Shape__Area": 128.59765625, "Shape__Length": 49.67916101456516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212206775089101, 39.969138791319402 ], [ -75.212270002974904, 39.969178022772098 ], [ -75.212358948057997, 39.969086302820401 ], [ -75.212197976487403, 39.9690995382945 ], [ -75.212201368758798, 39.969135431745499 ], [ -75.212206775089101, 39.969138791319402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4217 MANTUA AVE", "addr_range": "4215-4219 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1632, "objectid": 5178, "Shape__Area": 258.57421875, "Shape__Length": 92.065162875961718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209039565506899, 39.972084258063397 ], [ -75.209095091370997, 39.972099220673499 ], [ -75.209211256653006, 39.971842348283197 ], [ -75.209155748465193, 39.971827481622697 ], [ -75.209039565506899, 39.972084258063397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4201 HAVERFORD AVE", "addr_range": "4201 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1853, "objectid": 5179, "Shape__Area": 293.5234375, "Shape__Length": 96.011921821109524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207058579208095, 39.962857141786998 ], [ -75.207063817805803, 39.962882323809701 ], [ -75.2070726021025, 39.9628815679444 ], [ -75.2071224097634, 39.962877286560698 ], [ -75.207091526534796, 39.962693274015898 ], [ -75.207078196097001, 39.962599485042901 ], [ -75.207022481579799, 39.962604295016497 ], [ -75.207020463188002, 39.962604476432098 ], [ -75.207006209294804, 39.962605304778201 ], [ -75.207051993596593, 39.962825466110303 ], [ -75.207058579208095, 39.962857141786998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3958 MELON ST", "addr_range": "643 N 40TH ST; 3958 MELON ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1195, "objectid": 5180, "Shape__Area": 189.19921875, "Shape__Length": 73.943662925541503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202032142448203, 39.964407545028301 ], [ -75.202032963295807, 39.964411915110603 ], [ -75.202067338947302, 39.9646185752202 ], [ -75.202122977381606, 39.964612509016703 ], [ -75.202122300904193, 39.9646087539235 ], [ -75.202114659200106, 39.964566173931203 ], [ -75.202105202471898, 39.964511108052903 ], [ -75.202105172484295, 39.9645102216992 ], [ -75.202095183065197, 39.964455435014898 ], [ -75.202085830197007, 39.9644025960215 ], [ -75.202032142448203, 39.964407545028301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3964 PENNSGROVE ST", "addr_range": "3958, 3962-3966, 3970, 3974-3984 PENNSGROVE ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1369, "objectid": 5181, "Shape__Area": 216.8984375, "Shape__Length": 81.775956024174519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203064554224298, 39.971548286484499 ], [ -75.203112646372702, 39.971783862833703 ], [ -75.203168219048294, 39.971777954915702 ], [ -75.203120520847705, 39.971542517082398 ], [ -75.203064554224298, 39.971548286484499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4105 LEIDY AVE", "addr_range": "4105-4113 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1487, "objectid": 5182, "Shape__Area": 235.59375, "Shape__Length": 91.924166665162687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207067240380397, 39.974311255094797 ], [ -75.207081468707898, 39.974386188771 ], [ -75.207249242067505, 39.974128462425099 ], [ -75.207197593844498, 39.974109457380102 ], [ -75.207067240380397, 39.974311255094797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "643 N 40TH ST", "addr_range": "643 N 40TH ST; 3958 MELON ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1450, "objectid": 5183, "Shape__Area": 229.65234375, "Shape__Length": 80.552654494831344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202122977381606, 39.964612509016703 ], [ -75.202123156631103, 39.964613286960301 ], [ -75.202419241492507, 39.9645794010206 ], [ -75.202418339619697, 39.964573319035701 ], [ -75.202412135814697, 39.964532576607503 ], [ -75.202114659200106, 39.964566173931203 ], [ -75.202122300904193, 39.9646087539235 ], [ -75.202122977381606, 39.964612509016703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1828 S 58TH ST", "addr_range": "1828-1830 S 58TH ST", "zipcode": 19143, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1267, "objectid": 5184, "Shape__Area": 200.45703125, "Shape__Length": 75.481398072546682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229002284684896, 39.936007902323503 ], [ -75.229040747572995, 39.936040776437402 ], [ -75.229248716523998, 39.9358952756481 ], [ -75.229210521964902, 39.935862519225701 ], [ -75.229002284684896, 39.936007902323503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5737 WOODLAND AVE", "addr_range": "5733-5737 WOODLAND AVE", "zipcode": 19143, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1231, "objectid": 5185, "Shape__Area": 194.77734375, "Shape__Length": 77.184462120784261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224386965049504, 39.932729019758703 ], [ -75.224584258972499, 39.932895075776798 ], [ -75.224623876987295, 39.932867400941298 ], [ -75.224426527623905, 39.9327011987099 ], [ -75.224402790049794, 39.932717892241101 ], [ -75.224386965049504, 39.932729019758703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1830 S 58TH ST", "addr_range": "1828-1830 S 58TH ST", "zipcode": 19143, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1459, "objectid": 5186, "Shape__Area": 230.9609375, "Shape__Length": 77.573207212456225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228956923697496, 39.935971925797801 ], [ -75.229002284684896, 39.936007902323503 ], [ -75.229210521964902, 39.935862519225701 ], [ -75.229180504241796, 39.935836857670203 ], [ -75.229174642352802, 39.9358306200645 ], [ -75.229166328761906, 39.935824972783699 ], [ -75.229139088331806, 39.935843556276701 ], [ -75.228957826485697, 39.935971284310298 ], [ -75.228956923697496, 39.935971925797801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5719 CHESTER AVE", "addr_range": "5715-5719 CHESTER AVE", "zipcode": 19143, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1707, "objectid": 5187, "Shape__Area": 270.05859375, "Shape__Length": 86.369567372816334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227893970256304, 39.936339404690401 ], [ -75.228109247590794, 39.936521276567497 ], [ -75.2281592358339, 39.9364861709468 ], [ -75.227945226597399, 39.936304536982298 ], [ -75.227893970256304, 39.936339404690401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1805 S 58TH ST", "addr_range": "1803-1807 S 58TH ST", "zipcode": 19143, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1412, "objectid": 5188, "Shape__Area": 223.50390625, "Shape__Length": 74.218376829689447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229201812784893, 39.936755622635097 ], [ -75.229248593817402, 39.936792870933502 ], [ -75.229442765264295, 39.936655255664697 ], [ -75.229396693652802, 39.936616394033599 ], [ -75.229201812784893, 39.936755622635097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5971 TRINITY ST", "addr_range": "5969-5971 TRINITY ST", "zipcode": 19143, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1343, "objectid": 5189, "Shape__Area": 212.51953125, "Shape__Length": 83.793164100046141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232056650985101, 39.934274032303797 ], [ -75.232087761429298, 39.934299620682602 ], [ -75.232140672149995, 39.934345481661097 ], [ -75.232197981424505, 39.934393551115001 ], [ -75.232268656633295, 39.934452777280399 ], [ -75.232274282952304, 39.934457479660701 ], [ -75.232313277037093, 39.934430787727102 ], [ -75.232307124262206, 39.934425573738402 ], [ -75.232096487572804, 39.934246649857201 ], [ -75.232056650985101, 39.934274032303797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1816 S 58TH ST", "addr_range": "1812-1820 S 58TH ST", "zipcode": 19143, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1266, "objectid": 5190, "Shape__Area": 200.375, "Shape__Length": 75.165934486905911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229357039330907, 39.936309106816097 ], [ -75.229383755296297, 39.936331744987498 ], [ -75.229396340058301, 39.936342500171698 ], [ -75.229405152403601, 39.936336374250303 ], [ -75.229603548614904, 39.936198286668898 ], [ -75.229593943330201, 39.936190257629697 ], [ -75.229565341128804, 39.936165901298999 ], [ -75.229364601892897, 39.936303921101398 ], [ -75.229357039330907, 39.936309106816097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1812 S 58TH ST", "addr_range": "1812-1820 S 58TH ST", "zipcode": 19143, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1250, "objectid": 5191, "Shape__Area": 198.8984375, "Shape__Length": 75.112938703023531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229433829222302, 39.936374498599598 ], [ -75.229471146677596, 39.936407751033101 ], [ -75.229472069282195, 39.9364071433139 ], [ -75.229476516372401, 39.936404129002497 ], [ -75.229507490120696, 39.936383129006998 ], [ -75.229564306910305, 39.936343418297703 ], [ -75.229620639404004, 39.9363037933256 ], [ -75.229648494475398, 39.936284449267603 ], [ -75.229679684447007, 39.936262728676603 ], [ -75.229671083911995, 39.936255221777401 ], [ -75.229641056595199, 39.936230914338303 ], [ -75.229443994199698, 39.936367468068099 ], [ -75.229433829222302, 39.936374498599598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1820 S 58TH ST", "addr_range": "1812-1820 S 58TH ST", "zipcode": 19143, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1427, "objectid": 5192, "Shape__Area": 226.21484375, "Shape__Length": 76.742166586504425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229288699614202, 39.936232084120299 ], [ -75.229276340635394, 39.936240645864899 ], [ -75.229320225522898, 39.936278056638201 ], [ -75.229326694571398, 39.936273573997198 ], [ -75.229342557015002, 39.936262572761002 ], [ -75.229527226444702, 39.936133823393298 ], [ -75.229503729484307, 39.936113544531402 ], [ -75.229483504114199, 39.936097110040201 ], [ -75.229288699614202, 39.936232084120299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1814 S 58TH ST", "addr_range": "1812-1820 S 58TH ST", "zipcode": 19143, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1235, "objectid": 5193, "Shape__Area": 195.44140625, "Shape__Length": 74.803159901399141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229396340058301, 39.936342500171698 ], [ -75.229406130023705, 39.936350693663798 ], [ -75.229433829222302, 39.936374498599598 ], [ -75.229641056595199, 39.936230914338303 ], [ -75.229608669530094, 39.936202508654297 ], [ -75.229603548614904, 39.936198286668898 ], [ -75.229396340058301, 39.936342500171698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1818 S 58TH ST", "addr_range": "1812-1820 S 58TH ST", "zipcode": 19143, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1219, "objectid": 5194, "Shape__Area": 192.8203125, "Shape__Length": 74.672700259327911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229320225522898, 39.936278056638201 ], [ -75.229357039330907, 39.936309106816097 ], [ -75.229565341128804, 39.936165901298999 ], [ -75.229527226444702, 39.936133823393298 ], [ -75.229342557015002, 39.936262572761002 ], [ -75.229320225522898, 39.936278056638201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5969 TRINITY ST", "addr_range": "5969-5971 TRINITY ST", "zipcode": 19143, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1411, "objectid": 5195, "Shape__Area": 223.23046875, "Shape__Length": 84.453520677263498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232227501875499, 39.9344818724757 ], [ -75.232233410451897, 39.934486854056601 ], [ -75.232274282952304, 39.934457479660701 ], [ -75.232268656633295, 39.934452777280399 ], [ -75.232197981424505, 39.934393551115001 ], [ -75.232140672149995, 39.934345481661097 ], [ -75.232087761429298, 39.934299620682602 ], [ -75.232056650985101, 39.934274032303797 ], [ -75.232015997798499, 39.9343025419752 ], [ -75.232042990448903, 39.9343251378478 ], [ -75.232108567882307, 39.934381754630998 ], [ -75.232227501875499, 39.9344818724757 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1933 S REDFIELD ST", "addr_range": "1933 S REDFIELD ST", "zipcode": 19143, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 829, "objectid": 5196, "Shape__Area": 131.1796875, "Shape__Length": 60.132668450894535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229868889978505, 39.933747697040801 ], [ -75.2297042506504, 39.933862752139497 ], [ -75.229735661250302, 39.933889812797801 ], [ -75.229900381304205, 39.933775390125902 ], [ -75.229868889978505, 39.933747697040801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5717 CHESTER AVE", "addr_range": "5715-5719 CHESTER AVE", "zipcode": 19143, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1720, "objectid": 5197, "Shape__Area": 272.17578125, "Shape__Length": 86.550401101527441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227843938215102, 39.936375121911702 ], [ -75.228058586345796, 39.936557043117098 ], [ -75.228109247590794, 39.936521276567497 ], [ -75.227893970256304, 39.936339404690401 ], [ -75.227843938215102, 39.936375121911702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1918 S ALDEN ST", "addr_range": "1918-1920 S ALDEN ST", "zipcode": 19143, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 836, "objectid": 5198, "Shape__Area": 132.296875, "Shape__Length": 55.026642899563143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227375864266506, 39.935826242382497 ], [ -75.227234724240304, 39.935925673235097 ], [ -75.227272328136493, 39.935957385700299 ], [ -75.2274128733455, 39.935858150749702 ], [ -75.227375864266506, 39.935826242382497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5725 CHESTER AVE", "addr_range": "5725 CHESTER AVE", "zipcode": 19143, "district": "2", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1453, "objectid": 5199, "Shape__Area": 229.98828125, "Shape__Length": 84.176703825939896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228044224093196, 39.936234176396901 ], [ -75.228259132739197, 39.936415829050802 ], [ -75.228297853286307, 39.936388665692498 ], [ -75.228301789132402, 39.936385898771 ], [ -75.228086790212799, 39.936203808129399 ], [ -75.228044224093196, 39.936234176396901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1925 S SALFORD ST", "addr_range": "1925 S SALFORD ST", "zipcode": 19143, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 868, "objectid": 5200, "Shape__Area": 137.35546875, "Shape__Length": 61.484867452968842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230280367296203, 39.933665760070099 ], [ -75.230312507946493, 39.933694031329601 ], [ -75.230480657966098, 39.933576297266796 ], [ -75.230448312270397, 39.933548505385403 ], [ -75.230280367296203, 39.933665760070099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1919 S REDFIELD ST", "addr_range": "1911-1921 S REDFIELD ST", "zipcode": 19143, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 839, "objectid": 5201, "Shape__Area": 132.81640625, "Shape__Length": 60.206415978095535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229935904233301, 39.934058616233898 ], [ -75.229968993953406, 39.934086166021302 ], [ -75.230133679355603, 39.933972111660403 ], [ -75.230101790321896, 39.933944975731301 ], [ -75.229935904233301, 39.934058616233898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1921 S REDFIELD ST", "addr_range": "1911-1921 S REDFIELD ST", "zipcode": 19143, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 864, "objectid": 5202, "Shape__Area": 136.7421875, "Shape__Length": 60.604915245437368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230067992258299, 39.933916233715202 ], [ -75.229903023237298, 39.934031119676703 ], [ -75.229935904233301, 39.934058616233898 ], [ -75.230101790321896, 39.933944975731301 ], [ -75.230067992258299, 39.933916233715202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1920 S ALDEN ST", "addr_range": "1918-1920 S ALDEN ST", "zipcode": 19143, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 769, "objectid": 5203, "Shape__Area": 121.68359375, "Shape__Length": 54.064656862859124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227341428724003, 39.935797179198403 ], [ -75.227200357239596, 39.935896466455397 ], [ -75.227234724240304, 39.935925673235097 ], [ -75.227375864266506, 39.935826242382497 ], [ -75.227341428724003, 39.935797179198403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1915 S REDFIELD ST", "addr_range": "1911-1921 S REDFIELD ST", "zipcode": 19143, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 883, "objectid": 5204, "Shape__Area": 139.7890625, "Shape__Length": 60.768365137201506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230002957487798, 39.934114960355302 ], [ -75.230036275994195, 39.934143096292402 ], [ -75.230194495581202, 39.934033445302198 ], [ -75.230200964425293, 39.934028960811197 ], [ -75.230166280538796, 39.9339992650292 ], [ -75.230002957487798, 39.934114960355302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1917 S REDFIELD ST", "addr_range": "1911-1921 S REDFIELD ST", "zipcode": 19143, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 859, "objectid": 5205, "Shape__Area": 135.93359375, "Shape__Length": 60.450129897031019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229968993953406, 39.934086166021302 ], [ -75.230002957487798, 39.934114960355302 ], [ -75.230166280538796, 39.9339992650292 ], [ -75.230133679355603, 39.933972111660403 ], [ -75.2301268875879, 39.933976814301602 ], [ -75.229968993953406, 39.934086166021302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5809 CHESTER AVE", "addr_range": "5809 CHESTER AVE", "zipcode": 19143, "district": "2", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1773, "objectid": 5206, "Shape__Area": 280.53125, "Shape__Length": 91.624296762284203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229050170993503, 39.935712194263203 ], [ -75.2291681860072, 39.935812198718502 ], [ -75.229215572314999, 39.935780000653097 ], [ -75.2291550040663, 39.9357266358763 ], [ -75.2291145430287, 39.935691783436297 ], [ -75.229074053836101, 39.935657123175702 ], [ -75.229030474976696, 39.935619396465803 ], [ -75.228990949236206, 39.9355858376477 ], [ -75.228984690692798, 39.935580702242397 ], [ -75.228965038161505, 39.935594552861602 ], [ -75.228936418117598, 39.9356142015925 ], [ -75.228997148261598, 39.935666570843203 ], [ -75.229041343183695, 39.935704602129199 ], [ -75.229050170993503, 39.935712194263203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1926 S ALDEN ST", "addr_range": "1926 S ALDEN ST", "zipcode": 19143, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 730, "objectid": 5207, "Shape__Area": 115.63671875, "Shape__Length": 53.147417831295343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227235691650193, 39.935708371985498 ], [ -75.227096747004495, 39.935806803998901 ], [ -75.227129170691697, 39.935834726488103 ], [ -75.227269218559599, 39.935736560169602 ], [ -75.227235691650193, 39.935708371985498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5434 WOODLAND AVE", "addr_range": "5428-5434 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1800, "objectid": 5208, "Shape__Area": 284.79296875, "Shape__Length": 85.343375220195753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219756288783501, 39.9353572623831 ], [ -75.2197434824092, 39.935365991651501 ], [ -75.219713160658898, 39.935387421516197 ], [ -75.2199235841573, 39.935561787887799 ], [ -75.219977831861797, 39.935522056677002 ], [ -75.219767639512995, 39.9353493407312 ], [ -75.219756288783501, 39.9353572623831 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5626 FLORENCE AVE", "addr_range": "5626-5632 FLORENCE AVE", "zipcode": 19143, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1334, "objectid": 5209, "Shape__Area": 211.1875, "Shape__Length": 69.532964688163005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230036114098795, 39.940277257381503 ], [ -75.230052806475101, 39.940291277836103 ], [ -75.230198963121296, 39.940414192672797 ], [ -75.230251209885793, 39.9403775391552 ], [ -75.230240173698803, 39.940368496663197 ], [ -75.230161833070298, 39.940302957945597 ], [ -75.230104405414806, 39.940255175077702 ], [ -75.230087137270999, 39.940240804106899 ], [ -75.230059818292503, 39.940259192410302 ], [ -75.230039039599802, 39.940275162867898 ], [ -75.230036114098795, 39.940277257381503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6080 REINHARD ST", "addr_range": "6078-6086 REINHARD ST; 6079-6085 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 952, "objectid": 5210, "Shape__Area": 150.64453125, "Shape__Length": 60.378486215523559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231329796416503, 39.930812271348401 ], [ -75.231471451191197, 39.930936390751903 ], [ -75.231513615437507, 39.930905997174001 ], [ -75.231500445819606, 39.9308947148931 ], [ -75.231370992770195, 39.9307837414514 ], [ -75.231329796416503, 39.930812271348401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6084 REINHARD ST", "addr_range": "6078-6086 REINHARD ST; 6079-6085 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 936, "objectid": 5211, "Shape__Area": 148.08984375, "Shape__Length": 60.14932905214674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231543546817903, 39.930865065377603 ], [ -75.231556617098207, 39.930876217530503 ], [ -75.231596909331799, 39.930847797442098 ], [ -75.231584432850198, 39.9308369493558 ], [ -75.231455218149804, 39.930724627946503 ], [ -75.231413120974594, 39.930753782301402 ], [ -75.231543546817903, 39.930865065377603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6029 REINHARD ST", "addr_range": "6021-6029 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 934, "objectid": 5212, "Shape__Area": 147.75, "Shape__Length": 59.792897856150944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230472965567401, 39.931745290358897 ], [ -75.230613814743194, 39.931867410918798 ], [ -75.2306559254977, 39.931837918358603 ], [ -75.230526248325802, 39.931727358915403 ], [ -75.230514155703204, 39.931716921891599 ], [ -75.230472965567401, 39.931745290358897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6066 REINHARD ST", "addr_range": "6066 REINHARD ST; 6065-6069 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 952, "objectid": 5213, "Shape__Area": 150.7421875, "Shape__Length": 60.543555342350999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231034103201097, 39.9310185697477 ], [ -75.231178504403701, 39.931140864954699 ], [ -75.231220575600005, 39.9311124840644 ], [ -75.231076203640399, 39.930989367843701 ], [ -75.231067985681307, 39.930994731172603 ], [ -75.231034103201097, 39.9310185697477 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6089 REINHARD ST", "addr_range": "6081-6089 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1543, "objectid": 5214, "Shape__Area": 244.171875, "Shape__Length": 68.357475711135578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2316988488558, 39.930888689677801 ], [ -75.231729970493305, 39.930915036176202 ], [ -75.231841527201695, 39.931009495592598 ], [ -75.231923025021501, 39.930951722905299 ], [ -75.231752017231997, 39.930849526789203 ], [ -75.2316988488558, 39.930888689677801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6039 REINHARD ST", "addr_range": "6037-6039 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 911, "objectid": 5215, "Shape__Area": 144.19921875, "Shape__Length": 59.389034642117103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230675257824302, 39.9316050460708 ], [ -75.230816163765894, 39.931725668368898 ], [ -75.230856438958, 39.931697667112402 ], [ -75.230715581956602, 39.9315757557113 ], [ -75.230675257824302, 39.9316050460708 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6020 REINHARD ST", "addr_range": "6016-6020 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 971, "objectid": 5216, "Shape__Area": 153.640625, "Shape__Length": 60.939411874370847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230096497853395, 39.931676763742097 ], [ -75.230239985176794, 39.9317994265826 ], [ -75.230282990518901, 39.931770115090799 ], [ -75.230154190657601, 39.931660187164702 ], [ -75.230139552742799, 39.931646083877197 ], [ -75.230096497853395, 39.931676763742097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6125 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 893, "objectid": 5217, "Shape__Area": 141.29296875, "Shape__Length": 62.203300038274492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232399654721505, 39.930385561325501 ], [ -75.232442772891304, 39.930420454756501 ], [ -75.232556435539493, 39.9305145254257 ], [ -75.232592478449604, 39.930488864275297 ], [ -75.232482871812806, 39.9303971730155 ], [ -75.2324467567109, 39.930367719485297 ], [ -75.232436879479394, 39.930359652266702 ], [ -75.232418569934197, 39.930373451823101 ], [ -75.232399654721505, 39.930385561325501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2026 S 61ST ST", "addr_range": "2024-2028 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1060, "objectid": 5218, "Shape__Area": 167.75, "Shape__Length": 65.368170268293568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231656721341906, 39.930517982864899 ], [ -75.2317029452648, 39.930546433278003 ], [ -75.231819900938902, 39.930462392279601 ], [ -75.231872269039798, 39.930425581392498 ], [ -75.2318334365292, 39.9303937308093 ], [ -75.231656721341906, 39.930517982864899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2028 S 61ST ST", "addr_range": "2024-2028 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1135, "objectid": 5219, "Shape__Area": 179.59375, "Shape__Length": 67.633065099222918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231609597400606, 39.9304889657625 ], [ -75.231656721341906, 39.930517982864899 ], [ -75.2318334365292, 39.9303937308093 ], [ -75.231793078306097, 39.930360670007602 ], [ -75.231609597400606, 39.9304889657625 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6021 REGENT ST", "addr_range": "6017-6023 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 891, "objectid": 5220, "Shape__Area": 140.97265625, "Shape__Length": 56.798798581653962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231626311923307, 39.9329905306315 ], [ -75.2317593994497, 39.9331024376309 ], [ -75.231802054055507, 39.9330724249984 ], [ -75.231668516641705, 39.932960814508498 ], [ -75.231626311923307, 39.9329905306315 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6035 TRINITY ST", "addr_range": "6035-6045 TRINITY ST", "zipcode": 19142, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 973, "objectid": 5221, "Shape__Area": 153.98828125, "Shape__Length": 60.564094083949364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2328234077101, 39.933460420059298 ], [ -75.232967690632606, 39.933581646151801 ], [ -75.233011297137097, 39.933551363845901 ], [ -75.232866039398701, 39.933431019211298 ], [ -75.2328234077101, 39.933460420059298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6017 ALLMAN ST", "addr_range": "6009-6019 ALLMAN ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 894, "objectid": 5222, "Shape__Area": 141.515625, "Shape__Length": 58.453381014254596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231245168451906, 39.932650726837501 ], [ -75.231384978272004, 39.932768230268003 ], [ -75.231394199454698, 39.9327617924313 ], [ -75.231425388486798, 39.932740038054703 ], [ -75.231286016390001, 39.932622028916903 ], [ -75.2312796536295, 39.932626435605798 ], [ -75.231265057749994, 39.932636672925703 ], [ -75.231245168451906, 39.932650726837501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6015 ALLMAN ST", "addr_range": "6009-6019 ALLMAN ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 908, "objectid": 5223, "Shape__Area": 143.67578125, "Shape__Length": 58.603101623860098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231204509258205, 39.932679446909702 ], [ -75.231343148705307, 39.932797455373503 ], [ -75.231384978272004, 39.932768230268003 ], [ -75.231251138711499, 39.932655743165903 ], [ -75.231245168451906, 39.932650726837501 ], [ -75.231204509258205, 39.932679446909702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1938 S 65TH ST", "addr_range": "1936-1944 S 65TH ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1130, "objectid": 5224, "Shape__Area": 178.88671875, "Shape__Length": 68.187234943191356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237382133329405, 39.928008197539398 ], [ -75.237422646057993, 39.928042177846201 ], [ -75.237462157858801, 39.928012658394202 ], [ -75.237602850687296, 39.927912559823199 ], [ -75.237586965075806, 39.927899961857598 ], [ -75.237563516010994, 39.927879540623302 ], [ -75.237423016249096, 39.9279795136327 ], [ -75.237382133329405, 39.928008197539398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1940 S 60TH ST", "addr_range": "1938-1942 S 60TH ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 872, "objectid": 5225, "Shape__Area": 138.0859375, "Shape__Length": 59.569432372340756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230877591516105, 39.932968123113703 ], [ -75.230912530184099, 39.932997727875701 ], [ -75.231072330052697, 39.932886031873998 ], [ -75.231037632850203, 39.932857237955901 ], [ -75.230877591516105, 39.932968123113703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2407 N MARSTON ST", "addr_range": "2401-2407 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 653, "objectid": 5226, "Shape__Area": 103.5625, "Shape__Length": 48.508268047494973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177049519351797, 39.992538269448197 ], [ -75.177217394553495, 39.992559183129003 ], [ -75.177225606202299, 39.9925216796806 ], [ -75.177061741182101, 39.9925011289072 ], [ -75.177049519351797, 39.992538269448197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6154 UPLAND ST", "addr_range": "6154-6168 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 871, "objectid": 5227, "Shape__Area": 137.9140625, "Shape__Length": 60.167480211640438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232212971923502, 39.9295048687692 ], [ -75.232279249938102, 39.9295599854632 ], [ -75.232289670966097, 39.929568660195997 ], [ -75.232308589984299, 39.929583550966498 ], [ -75.232362321960906, 39.929628092874701 ], [ -75.232399366419799, 39.929601953728103 ], [ -75.232327069674398, 39.929542562187102 ], [ -75.232326128446502, 39.929540832332499 ], [ -75.232317532809205, 39.929533745590497 ], [ -75.232250305540006, 39.9294782530852 ], [ -75.232212971923502, 39.9295048687692 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6158 UPLAND ST", "addr_range": "6154-6168 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 847, "objectid": 5228, "Shape__Area": 134.03125, "Shape__Length": 59.890060953561438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232285856068998, 39.9294528875688 ], [ -75.232353174453607, 39.9295093326051 ], [ -75.2323610126749, 39.929515919781799 ], [ -75.232362952844397, 39.9295172210686 ], [ -75.232435594913994, 39.929576926506698 ], [ -75.232454674823501, 39.9295631763001 ], [ -75.232470509170099, 39.929551739778503 ], [ -75.232399482446397, 39.929491425612703 ], [ -75.232397124210706, 39.929490099831497 ], [ -75.2323899754889, 39.929484108036199 ], [ -75.232322071106594, 39.929427085231502 ], [ -75.232285856068998, 39.9294528875688 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6161 UPLAND ST", "addr_range": "6159-6163 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 899, "objectid": 5229, "Shape__Area": 142.3125, "Shape__Length": 61.102915060449163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232646056538997, 39.929577629115201 ], [ -75.232698458804705, 39.929621866868104 ], [ -75.232795424864804, 39.929704334487901 ], [ -75.232834406128006, 39.9296767717954 ], [ -75.232785663864703, 39.929636595949098 ], [ -75.232725419274004, 39.929586447645498 ], [ -75.232682997985506, 39.929551423647901 ], [ -75.232646056538997, 39.929577629115201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2034 S 61ST ST", "addr_range": "2032-2034 S 61ST ST; 6109 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1244, "objectid": 5230, "Shape__Area": 196.85546875, "Shape__Length": 73.088156232317388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231714373877494, 39.930296188207201 ], [ -75.231698686771793, 39.930281625996898 ], [ -75.231674392877295, 39.930263120327801 ], [ -75.231493957130596, 39.930388354506697 ], [ -75.231472404022298, 39.930406080406698 ], [ -75.231517033330704, 39.9304329326486 ], [ -75.231604470353105, 39.930372470507301 ], [ -75.231640157222003, 39.930347929878998 ], [ -75.231689250725097, 39.9303130780117 ], [ -75.231714373877494, 39.930296188207201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6163 UPLAND ST", "addr_range": "6159-6163 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 842, "objectid": 5231, "Shape__Area": 133.2578125, "Shape__Length": 60.374084253552226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232682997985506, 39.929551423647901 ], [ -75.232725419274004, 39.929586447645498 ], [ -75.232785663864703, 39.929636595949098 ], [ -75.232834406128006, 39.9296767717954 ], [ -75.232869622312407, 39.929651930349799 ], [ -75.232760995106801, 39.9295615015034 ], [ -75.232719197990306, 39.929526056038803 ], [ -75.232701856556304, 39.929538055070303 ], [ -75.232682997985506, 39.929551423647901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2032 S 61ST ST", "addr_range": "2032-2034 S 61ST ST; 6109 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1192, "objectid": 5232, "Shape__Area": 188.58984375, "Shape__Length": 71.17627334309006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231517033330704, 39.9304329326486 ], [ -75.231563055422697, 39.930460604731998 ], [ -75.231685610029004, 39.930376847203497 ], [ -75.231713303203804, 39.930357305438903 ], [ -75.231732082761198, 39.9303437748992 ], [ -75.231753919798905, 39.930328586087199 ], [ -75.231714373877494, 39.930296188207201 ], [ -75.231689250725097, 39.9303130780117 ], [ -75.231640157222003, 39.930347929878998 ], [ -75.231604470353105, 39.930372470507301 ], [ -75.231517033330704, 39.9304329326486 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1942 S 60TH ST", "addr_range": "1938-1942 S 60TH ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 953, "objectid": 5233, "Shape__Area": 150.89453125, "Shape__Length": 60.363421373930301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2309969516905, 39.932826071810602 ], [ -75.230839850389401, 39.932936166446702 ], [ -75.230877591516105, 39.932968123113703 ], [ -75.231037632850203, 39.932857237955901 ], [ -75.2309969516905, 39.932826071810602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6160 UPLAND ST", "addr_range": "6154-6168 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 878, "objectid": 5234, "Shape__Area": 138.90625, "Shape__Length": 60.410878538031184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232322071106594, 39.929427085231502 ], [ -75.2323899754889, 39.929484108036199 ], [ -75.232397124210706, 39.929490099831497 ], [ -75.232399482446397, 39.929491425612703 ], [ -75.232470509170099, 39.929551739778503 ], [ -75.232508500648706, 39.929524928522 ], [ -75.232436455332405, 39.929465478598999 ], [ -75.232435635625805, 39.929463880255597 ], [ -75.232428299802606, 39.929457852820299 ], [ -75.232358910890298, 39.929400813664898 ], [ -75.232322071106594, 39.929427085231502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6051 REGENT ST", "addr_range": "6051-6053 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 866, "objectid": 5235, "Shape__Area": 137.140625, "Shape__Length": 56.111616440847186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2323757151769, 39.932480667387203 ], [ -75.232507367250406, 39.932592879875997 ], [ -75.232548127281902, 39.932563727288503 ], [ -75.232515278020003, 39.932534765360899 ], [ -75.232438587644197, 39.932469538167702 ], [ -75.232416451352293, 39.932452127000602 ], [ -75.2323757151769, 39.932480667387203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2533 W ARIZONA ST", "addr_range": "2527-2543 W ARIZONA", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 500, "objectid": 5236, "Shape__Area": 79.234375, "Shape__Length": 44.311847820967145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174340453466698, 39.991578947388298 ], [ -75.174350319667695, 39.991580167104097 ], [ -75.174351555363103, 39.991574117504499 ], [ -75.174374676032798, 39.9914601383785 ], [ -75.174335391735497, 39.9914548878454 ], [ -75.174311469589398, 39.991568994943897 ], [ -75.174310188102098, 39.991575139923903 ], [ -75.174340453466698, 39.991578947388298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2344 N 29TH ST", "addr_range": "2342-2346 N 29TH ST; 2911 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1060, "objectid": 5237, "Shape__Area": 168.06640625, "Shape__Length": 66.55166155504088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179761133036294, 39.992259537460498 ], [ -75.180001370476305, 39.992291063085503 ], [ -75.180009585105594, 39.992249013039903 ], [ -75.179770636909694, 39.992217194637 ], [ -75.179761133036294, 39.992259537460498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3120 W ARIZONA ST", "addr_range": "3116-3126 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 624, "objectid": 5238, "Shape__Area": 98.96484375, "Shape__Length": 46.906828480402012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183482245191399, 39.992549617857399 ], [ -75.183530431796797, 39.9925555958757 ], [ -75.183555323861597, 39.992433771916801 ], [ -75.183505686591204, 39.992427374036801 ], [ -75.183482245191399, 39.992549617857399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2420 N MARSTON ST", "addr_range": "2420 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 691, "objectid": 5239, "Shape__Area": 109.5078125, "Shape__Length": 51.019450455266139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177317174690998, 39.992756098418702 ], [ -75.177308644759506, 39.992793160451598 ], [ -75.177486704307896, 39.992815238138903 ], [ -75.177494646007105, 39.992778178228797 ], [ -75.177317174690998, 39.992756098418702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2419 N MARSTON ST", "addr_range": "2419-2439 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 721, "objectid": 5240, "Shape__Area": 114.26953125, "Shape__Length": 53.375239434029332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176977530825695, 39.992757302653999 ], [ -75.177168218506196, 39.992781227170099 ], [ -75.1771758130444, 39.992745079429397 ], [ -75.177046314647498, 39.992728491238601 ], [ -75.176989612854101, 39.992720514884901 ], [ -75.176977530825695, 39.992757302653999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2466 N PATTON ST", "addr_range": "2462-2468 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 682, "objectid": 5241, "Shape__Area": 108.18359375, "Shape__Length": 50.58250576550703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183568369552503, 39.994400396164004 ], [ -75.183744618346395, 39.9944211332744 ], [ -75.183752136632606, 39.994385241159002 ], [ -75.183576602945706, 39.994362199046201 ], [ -75.183568369552503, 39.994400396164004 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2464 N PATTON ST", "addr_range": "2462-2468 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 684, "objectid": 5242, "Shape__Area": 108.5234375, "Shape__Length": 50.493983076629121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183576602945706, 39.994362199046201 ], [ -75.183752136632606, 39.994385241159002 ], [ -75.183758703415805, 39.994348457395603 ], [ -75.183584829626795, 39.994324179276603 ], [ -75.183576602945706, 39.994362199046201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2400 N 28TH ST", "addr_range": "2400 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 991, "objectid": 5243, "Shape__Area": 157.06640625, "Shape__Length": 63.495779286823527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178010264612695, 39.992397072330299 ], [ -75.178230755819598, 39.9924248389773 ], [ -75.178237597098899, 39.992425700454099 ], [ -75.178238312212699, 39.992422283624101 ], [ -75.178246362878994, 39.992384066511796 ], [ -75.178240772631995, 39.992383361008898 ], [ -75.178019573606903, 39.992355450574301 ], [ -75.178010264612695, 39.992397072330299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2421 N MARSTON ST", "addr_range": "2419-2439 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 751, "objectid": 5244, "Shape__Area": 119.078125, "Shape__Length": 54.409425569738787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176965403601997, 39.992794138964697 ], [ -75.177159668013005, 39.992818304050097 ], [ -75.177168218506196, 39.992781227170099 ], [ -75.176977530825695, 39.992757302653999 ], [ -75.176965403601997, 39.992794138964697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2350 N 26TH ST", "addr_range": "2348-2350 N 26TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1057, "objectid": 5245, "Shape__Area": 167.640625, "Shape__Length": 62.504871741685939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1752638250845, 39.991848375609997 ], [ -75.175268725382793, 39.991849017128402 ], [ -75.175277824580604, 39.991801941531001 ], [ -75.175267810277802, 39.991800733891097 ], [ -75.175062237717398, 39.991774263843901 ], [ -75.175052652752598, 39.991820893341298 ], [ -75.175146643512903, 39.991833124706503 ], [ -75.175242365038898, 39.991845588535902 ], [ -75.1752638250845, 39.991848375609997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2423 N MARSTON ST", "addr_range": "2419-2439 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 774, "objectid": 5246, "Shape__Area": 122.6875, "Shape__Length": 55.371385403145617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176953301001902, 39.992830943389798 ], [ -75.177151398203904, 39.992856258499103 ], [ -75.177159668013005, 39.992818304050097 ], [ -75.176965403601997, 39.992794138964697 ], [ -75.176953301001902, 39.992830943389798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 N MARSTON ST", "addr_range": "2419-2439 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 835, "objectid": 5247, "Shape__Area": 132.36328125, "Shape__Length": 59.734622133603771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176891434557504, 39.993021154842502 ], [ -75.177109934208104, 39.993049555620999 ], [ -75.177117269784702, 39.993012483947801 ], [ -75.176902652413403, 39.992985040586397 ], [ -75.176891434557504, 39.993021154842502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2429 N MARSTON ST", "addr_range": "2419-2439 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 824, "objectid": 5248, "Shape__Area": 130.6796875, "Shape__Length": 58.112374550725946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176915421266997, 39.992946204903703 ], [ -75.177125618356101, 39.992972451731603 ], [ -75.177133577905096, 39.992934926418997 ], [ -75.176927492313496, 39.992908626706601 ], [ -75.176915421266997, 39.992946204903703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2469 N 28TH ST", "addr_range": "2469 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1005, "objectid": 5249, "Shape__Area": 159.31640625, "Shape__Length": 64.419633886735298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1773227392667, 39.993645905210997 ], [ -75.177320183371904, 39.9936569384747 ], [ -75.177551949566407, 39.993687037677802 ], [ -75.177560362344707, 39.993645862589297 ], [ -75.177329830165803, 39.9936152594614 ], [ -75.1773227392667, 39.993645905210997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2410 N 31ST ST", "addr_range": "2408-2412 N 31ST ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 986, "objectid": 5250, "Shape__Area": 156.359375, "Shape__Length": 61.886273286687441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182821643448605, 39.993166561073302 ], [ -75.182812288979093, 39.993209987760601 ], [ -75.183030284260994, 39.993236802671099 ], [ -75.183039620354194, 39.993193858499403 ], [ -75.182821643448605, 39.993166561073302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2439 N MARSTON ST", "addr_range": "2419-2439 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 889, "objectid": 5251, "Shape__Area": 140.90234375, "Shape__Length": 62.38964564885746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176855739049898, 39.993132435980797 ], [ -75.177085227608202, 39.993162307613602 ], [ -75.177093093696897, 39.993125055016698 ], [ -75.176867234183007, 39.993095682819103 ], [ -75.176855739049898, 39.993132435980797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2405 N MARSTON ST", "addr_range": "2401-2407 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 646, "objectid": 5252, "Shape__Area": 102.5078125, "Shape__Length": 47.812834452613266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177061741182101, 39.9925011289072 ], [ -75.177225606202299, 39.9925216796806 ], [ -75.177233859738905, 39.992483596018197 ], [ -75.177073288306801, 39.992463554270898 ], [ -75.177061741182101, 39.9925011289072 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2319 W SEDGLEY AVE", "addr_range": "2313-2319 W SEDGLEY ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1183, "objectid": 5253, "Shape__Area": 187.52734375, "Shape__Length": 63.960490227733388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170810183195997, 39.991593249570002 ], [ -75.170812746755104, 39.991594161335001 ], [ -75.170813210476098, 39.991591883181002 ], [ -75.170847867032293, 39.991418261776197 ], [ -75.1708342283588, 39.991416472243699 ], [ -75.170829933148099, 39.991415908102901 ], [ -75.170825096466402, 39.991416862616703 ], [ -75.170813792749996, 39.991422589544001 ], [ -75.170714705605306, 39.991472801043699 ], [ -75.170810183195997, 39.991593249570002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2317 W SEDGLEY AVE", "addr_range": "2313-2319 W SEDGLEY ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 873, "objectid": 5254, "Shape__Area": 138.3828125, "Shape__Length": 61.709079570684565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170714705605306, 39.991472801043699 ], [ -75.170670216142199, 39.991494804170003 ], [ -75.1707951392697, 39.991651619754798 ], [ -75.170810183195997, 39.991593249570002 ], [ -75.170714705605306, 39.991472801043699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2468 N PATTON ST", "addr_range": "2462-2468 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 802, "objectid": 5255, "Shape__Area": 127.23046875, "Shape__Length": 52.579180583604028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183568369552503, 39.994400396164004 ], [ -75.183559170415506, 39.994443068627398 ], [ -75.183735883432504, 39.994465411815703 ], [ -75.183744618346395, 39.9944211332744 ], [ -75.183568369552503, 39.994400396164004 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2437 N MARSTON ST", "addr_range": "2419-2439 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 915, "objectid": 5256, "Shape__Area": 145.0234375, "Shape__Length": 62.110284551438681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176867234183007, 39.993095682819103 ], [ -75.177093093696897, 39.993125055016698 ], [ -75.177102593996395, 39.993086192902403 ], [ -75.176879978744793, 39.993057458381799 ], [ -75.176867234183007, 39.993095682819103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2408 N 31ST ST", "addr_range": "2408-2412 N 31ST ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 953, "objectid": 5257, "Shape__Area": 151.09765625, "Shape__Length": 61.438356678970294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182830620332794, 39.993124786501703 ], [ -75.182821643448605, 39.993166561073302 ], [ -75.183039620354194, 39.993193858499403 ], [ -75.183048283429201, 39.993152076895903 ], [ -75.182830620332794, 39.993124786501703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2315 W SEDGLEY AVE", "addr_range": "2313-2319 W SEDGLEY ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1134, "objectid": 5258, "Shape__Area": 179.703125, "Shape__Length": 74.720888049055986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170670216142199, 39.991494804170003 ], [ -75.170625145103003, 39.991517777216103 ], [ -75.170780042852201, 39.991711988107397 ], [ -75.1707951392697, 39.991651619754798 ], [ -75.170670216142199, 39.991494804170003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2412 N 31ST ST", "addr_range": "2408-2412 N 31ST ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 953, "objectid": 5259, "Shape__Area": 151.0546875, "Shape__Length": 61.351576299822291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182812288979093, 39.993209987760601 ], [ -75.182804233791103, 39.993251767628003 ], [ -75.183021005160995, 39.9932787966506 ], [ -75.183030284260994, 39.993236802671099 ], [ -75.182812288979093, 39.993209987760601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2313 W SEDGLEY AVE", "addr_range": "2313-2319 W SEDGLEY ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1389, "objectid": 5260, "Shape__Area": 220.21484375, "Shape__Length": 82.880867758524175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170741464109398, 39.991744973184097 ], [ -75.170771257012703, 39.9917484799481 ], [ -75.170773247518298, 39.991740238056202 ], [ -75.170779744710899, 39.991713206786102 ], [ -75.170780042852201, 39.991711988107397 ], [ -75.170625145103003, 39.991517777216103 ], [ -75.170577648195902, 39.991541147137497 ], [ -75.170733919599797, 39.991735582680001 ], [ -75.170741464109398, 39.991744973184097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4203 MANTUA AVE", "addr_range": "4201-4207 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1443, "objectid": 5261, "Shape__Area": 228.55859375, "Shape__Length": 88.455996909136161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208730050951004, 39.972000899742 ], [ -75.208847234562, 39.9717448557412 ], [ -75.208795500805195, 39.971730991511897 ], [ -75.208698616818495, 39.971943414286997 ], [ -75.208706570042494, 39.9719945772664 ], [ -75.208730050951004, 39.972000899742 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4104 WESTMINSTER AVE", "addr_range": "4102-4108 WESTMINSTER AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1529, "objectid": 5262, "Shape__Area": 242.2109375, "Shape__Length": 82.149319712818951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206349748144902, 39.969918587671501 ], [ -75.206388923641697, 39.970150288675804 ], [ -75.2064526671968, 39.970143287211798 ], [ -75.206412943849102, 39.9699116380608 ], [ -75.206349748144902, 39.969918587671501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3948 ASPEN ST", "addr_range": "3948-3950 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1286, "objectid": 5263, "Shape__Area": 203.765625, "Shape__Length": 75.235782440886467 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201904060609607, 39.966101527975397 ], [ -75.201944535722404, 39.966313166458299 ], [ -75.201996692282194, 39.966307247312201 ], [ -75.202001340780996, 39.966306722540402 ], [ -75.201963895377304, 39.966094911695599 ], [ -75.201904060609607, 39.966101527975397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4281 MANTUA AVE", "addr_range": "4279-4281 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1631, "objectid": 5264, "Shape__Area": 258.359375, "Shape__Length": 91.214694509433116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210940959346203, 39.972308578144599 ], [ -75.210886075180596, 39.972293790116701 ], [ -75.210859538181893, 39.972351829321497 ], [ -75.210770254984098, 39.972547157803703 ], [ -75.210827803847593, 39.972562406693797 ], [ -75.210924424448294, 39.972345689457399 ], [ -75.210940959346203, 39.972308578144599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4163 LEIDY AVE", "addr_range": "4159-4169 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2614, "objectid": 5265, "Shape__Area": 414.0703125, "Shape__Length": 141.56313650219295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208451351957805, 39.975061837025201 ], [ -75.208503736216898, 39.975081292967303 ], [ -75.208752398896294, 39.9746813595291 ], [ -75.208700691419395, 39.974662257459897 ], [ -75.208451351957805, 39.975061837025201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4156 WESTMINSTER AVE", "addr_range": "893 N 42ND ST; 4156-4160 WESTMINSTER AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 500, "objectid": 5266, "Shape__Area": 79.22265625, "Shape__Length": 40.528058715663754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2079560374723, 39.969870571157998 ], [ -75.207973350031594, 39.969972831102503 ], [ -75.208020982388106, 39.9699674540595 ], [ -75.208002469019803, 39.969865393673501 ], [ -75.2079560374723, 39.969870571157998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4320 LANCASTER AVE", "addr_range": "4320-4324 LANCASTER AVE; 4329 PARRISH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1211, "objectid": 5267, "Shape__Area": 191.8359375, "Shape__Length": 63.178742586606418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210680052064404, 39.968016167944398 ], [ -75.210469686237701, 39.968032612799398 ], [ -75.210451700791495, 39.968049721210903 ], [ -75.210570477499502, 39.968121712744498 ], [ -75.210680052064404, 39.968016167944398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "812 N 40TH ST", "addr_range": "812-814 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 860, "objectid": 5268, "Shape__Area": 136.33984375, "Shape__Length": 57.174957643261308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203253742000697, 39.967752249966097 ], [ -75.203259288403899, 39.967791527119203 ], [ -75.203441331350206, 39.967775627362101 ], [ -75.203460751362002, 39.967773931093298 ], [ -75.203453877654397, 39.967730449240399 ], [ -75.203434628005297, 39.967732536720703 ], [ -75.203253742000697, 39.967752249966097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3980 PENNSGROVE ST", "addr_range": "3958, 3962-3966, 3970, 3974-3984 PENNSGROVE ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1323, "objectid": 5269, "Shape__Area": 209.6640625, "Shape__Length": 81.094115443482337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203507437091204, 39.971497989980499 ], [ -75.203554883937599, 39.971732357960299 ], [ -75.203608547982896, 39.971726536319103 ], [ -75.203561970659806, 39.971491897538101 ], [ -75.203507437091204, 39.971497989980499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1139 N 41ST ST", "addr_range": "1133-1139 N 41ST ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1969, "objectid": 5270, "Shape__Area": 311.9296875, "Shape__Length": 85.051856151276979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205945460102797, 39.9734967550405 ], [ -75.205953003599902, 39.973538108050803 ], [ -75.205954879981405, 39.973548418386898 ], [ -75.206000798278396, 39.973544697108402 ], [ -75.206061028829595, 39.973538681994199 ], [ -75.206123218553998, 39.9735318236932 ], [ -75.206176083257702, 39.973525612792599 ], [ -75.206248833605699, 39.973518134381202 ], [ -75.206246463108599, 39.973506476008502 ], [ -75.206238149643397, 39.973465508701501 ], [ -75.206235515702005, 39.973452473161402 ], [ -75.205965333547198, 39.973481899299003 ], [ -75.205968374468995, 39.973494104133898 ], [ -75.205968450254005, 39.973494331965902 ], [ -75.205945460102797, 39.9734967550405 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "634 N 40TH ST", "addr_range": "620-634 N 40TH ST; 4013-4017 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2521, "objectid": 5271, "Shape__Area": 393.30859375, "Shape__Length": 108.54119805470171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202633539044299, 39.964550597510801 ], [ -75.202630404846104, 39.964550930674697 ], [ -75.202641801776906, 39.964609568811497 ], [ -75.202644473753196, 39.9646092902574 ], [ -75.203048282794697, 39.964566849819498 ], [ -75.203036571443107, 39.9645081876319 ], [ -75.202633539044299, 39.964550597510801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1706 N 42ND ST", "addr_range": "4201-4209 LEIDY AVE; 1700-1716 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1007, "objectid": 5272, "Shape__Area": 159.61328125, "Shape__Length": 67.215674602400497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210014639745594, 39.975348866344603 ], [ -75.210240564202607, 39.975431869200399 ], [ -75.210262637644604, 39.975396282502302 ], [ -75.210036837272597, 39.975313314870398 ], [ -75.210014639745594, 39.975348866344603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1708 N 42ND ST", "addr_range": "4201-4209 LEIDY AVE; 1700-1716 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1062, "objectid": 5273, "Shape__Area": 168.33984375, "Shape__Length": 67.791131656915994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209991780642696, 39.975386418713597 ], [ -75.210216864938204, 39.975469499424698 ], [ -75.210240564202607, 39.975431869200399 ], [ -75.210014639745594, 39.975348866344603 ], [ -75.209991780642696, 39.975386418713597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4203 LEIDY AVE", "addr_range": "4201-4209 LEIDY AVE; 1700-1716 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1196, "objectid": 5274, "Shape__Area": 189.5546875, "Shape__Length": 75.642974179480092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210278909129499, 39.975492876858503 ], [ -75.210327087615397, 39.9755105458853 ], [ -75.210450416191506, 39.9753126022405 ], [ -75.210402306421102, 39.975294789722199 ], [ -75.210278909129499, 39.975492876858503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "714 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 650, "objectid": 5275, "Shape__Area": 102.984375, "Shape__Length": 51.448399906977613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2034839568705, 39.965477751688198 ], [ -75.2032993021393, 39.965498703903698 ], [ -75.203305488267603, 39.965532063046197 ], [ -75.2034838015242, 39.965512664864399 ], [ -75.203490308427504, 39.965511760510502 ], [ -75.2034839568705, 39.965477751688198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4207 LEIDY AVE", "addr_range": "4201-4209 LEIDY AVE; 1700-1716 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1181, "objectid": 5276, "Shape__Area": 187.1875, "Shape__Length": 75.429725703659727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210375287753195, 39.975528231588697 ], [ -75.210423094280301, 39.975545764400103 ], [ -75.210545935726998, 39.975347938720503 ], [ -75.210498527729598, 39.975330399460098 ], [ -75.210375287753195, 39.975528231588697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4205 LEIDY AVE", "addr_range": "4201-4209 LEIDY AVE; 1700-1716 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1196, "objectid": 5277, "Shape__Area": 189.46484375, "Shape__Length": 75.604444728914203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210327087615397, 39.9755105458853 ], [ -75.210375287753195, 39.975528231588697 ], [ -75.210498527729598, 39.975330399460098 ], [ -75.210450416191506, 39.9753126022405 ], [ -75.210327087615397, 39.9755105458853 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1704 N 42ND ST", "addr_range": "4201-4209 LEIDY AVE; 1700-1716 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1076, "objectid": 5278, "Shape__Area": 170.4453125, "Shape__Length": 67.902719352866583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210036837272597, 39.975313314870398 ], [ -75.210262637644604, 39.975396282502302 ], [ -75.210285362424997, 39.975358372114997 ], [ -75.210060902577197, 39.975274885485803 ], [ -75.210036837272597, 39.975313314870398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "718 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 636, "objectid": 5279, "Shape__Area": 100.7578125, "Shape__Length": 50.123541826112046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203490006960806, 39.965546604670301 ], [ -75.203311884244798, 39.9655665089523 ], [ -75.203318464454398, 39.965600569713096 ], [ -75.2034965510462, 39.965581069168103 ], [ -75.203490006960806, 39.965546604670301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1710 N 42ND ST", "addr_range": "4201-4209 LEIDY AVE; 1700-1716 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1100, "objectid": 5280, "Shape__Area": 174.26953125, "Shape__Length": 68.147365639116813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2099680036103, 39.975425530217599 ], [ -75.210193003763607, 39.975508577575802 ], [ -75.210216864938204, 39.975469499424698 ], [ -75.209991780642696, 39.975386418713597 ], [ -75.2099680036103, 39.975425530217599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4209 LEIDY AVE", "addr_range": "4201-4209 LEIDY AVE; 1700-1716 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1177, "objectid": 5281, "Shape__Area": 186.5078125, "Shape__Length": 75.353347954478892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210423094280301, 39.975545764400103 ], [ -75.210470673341703, 39.975563211067097 ], [ -75.210593282337001, 39.975365460384303 ], [ -75.210545935726998, 39.975347938720503 ], [ -75.210423094280301, 39.975545764400103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "866 N 40TH ST", "addr_range": "866 N 40TH ST; 4002 OGDEN ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1804, "objectid": 5282, "Shape__Area": 285.7109375, "Shape__Length": 101.01977090810288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203545583177402, 39.969381651263902 ], [ -75.203553610727795, 39.969425191146797 ], [ -75.203898281623793, 39.969385045898903 ], [ -75.203881987510698, 39.969304987817999 ], [ -75.203816047077794, 39.9693125031229 ], [ -75.203821657252206, 39.9693506220597 ], [ -75.203545583177402, 39.969381651263902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4182 POPLAR ST", "addr_range": "4182 POPLAR ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 999, "objectid": 5283, "Shape__Area": 158.3515625, "Shape__Length": 60.004991742655029 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2085523497867, 39.972639105237199 ], [ -75.208585016033993, 39.972804796908001 ], [ -75.2086479343413, 39.9727974695573 ], [ -75.208619223501799, 39.972656576409101 ], [ -75.208617168777806, 39.972656030846501 ], [ -75.2085523497867, 39.972639105237199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "725 N 41ST ST", "addr_range": "725-727 N 41ST ST", "zipcode": 19104, "district": "3", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1066, "objectid": 5284, "Shape__Area": 168.953125, "Shape__Length": 68.122069029254902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205420152931893, 39.9656429279093 ], [ -75.205155528181507, 39.965657853222403 ], [ -75.205219967949105, 39.965698113915799 ], [ -75.205423710319494, 39.965688318285302 ], [ -75.205420152931893, 39.9656429279093 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4919 PASCHALL AVE", "addr_range": "4919-4927 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1212, "objectid": 5285, "Shape__Area": 191.91796875, "Shape__Length": 72.435734692906692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212190794777698, 39.939442565752699 ], [ -75.212370879127207, 39.939594221871701 ], [ -75.212412662650394, 39.939564874454398 ], [ -75.212234508157593, 39.939412003302699 ], [ -75.212190794777698, 39.939442565752699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1431 S FALLON ST", "addr_range": "1431-1437 S FALLON ST", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 717, "objectid": 5286, "Shape__Area": 113.58203125, "Shape__Length": 50.963309990239111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210915126907494, 39.941000211513199 ], [ -75.210951077060699, 39.941029539402699 ], [ -75.211081364509297, 39.940937929050499 ], [ -75.211046989269093, 39.940909055931897 ], [ -75.210915126907494, 39.941000211513199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1129 S 54TH ST", "addr_range": "1127-1129 S 54TH ST", "zipcode": 19143, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1163, "objectid": 5287, "Shape__Area": 184.1640625, "Shape__Length": 75.909522726304374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227094017458995, 39.943703132925897 ], [ -75.227128721097699, 39.943732394804599 ], [ -75.227342028803704, 39.943582065130201 ], [ -75.227307560506901, 39.943553211238203 ], [ -75.227094017458995, 39.943703132925897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5419-23 WOODLAND AVE", "addr_range": "5415-5427 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 3893, "objectid": 5288, "Shape__Area": 616.05859375, "Shape__Length": 103.02917927778859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219777860899597, 39.935979212218903 ], [ -75.219734121813303, 39.936009455197201 ], [ -75.219715681116298, 39.936022201157201 ], [ -75.219693273529302, 39.9360380040862 ], [ -75.219891426436405, 39.9362039898501 ], [ -75.219934002211701, 39.9361740599239 ], [ -75.219974437233802, 39.936145953234202 ], [ -75.220015880390207, 39.936117143464799 ], [ -75.219819902504597, 39.935950140918401 ], [ -75.219777860899597, 39.935979212218903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1353 S WILTON ST", "addr_range": "1349-1353 S WILTON ST", "zipcode": 19143, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 876, "objectid": 5289, "Shape__Area": 138.71875, "Shape__Length": 56.811581132829552 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219304658219102, 39.940441564219498 ], [ -75.219342171305101, 39.940473453900402 ], [ -75.2194889014838, 39.940370672371103 ], [ -75.2194512391046, 39.940338328043502 ], [ -75.219447410945804, 39.940341015960101 ], [ -75.219304658219102, 39.940441564219498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5843 WILLOWS AVE", "addr_range": "5839-5843 WILLOWS AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1786, "objectid": 5290, "Shape__Area": 282.671875, "Shape__Length": 102.83818306321569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2347755961556, 39.939679899506601 ], [ -75.235043410159506, 39.939906818043802 ], [ -75.235047937786803, 39.939910641137303 ], [ -75.235089466424, 39.939881714363601 ], [ -75.235084959814898, 39.939877892633604 ], [ -75.234817559780893, 39.939651078777501 ], [ -75.2347755961556, 39.939679899506601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5857 WILLOWS AVE", "addr_range": "5857 WILLOWS AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1831, "objectid": 5291, "Shape__Area": 289.82421875, "Shape__Length": 102.79412948776094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235072505645704, 39.939475406062598 ], [ -75.235337872378807, 39.939701658471598 ], [ -75.235342359108301, 39.939705479755801 ], [ -75.235385069870404, 39.939675725555396 ], [ -75.235380583806702, 39.939671886267497 ], [ -75.235115232535307, 39.939445183798902 ], [ -75.235072505645704, 39.939475406062598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1331 S WILTON ST", "addr_range": "1331 S WILTON ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 853, "objectid": 5292, "Shape__Area": 135.12109375, "Shape__Length": 56.68448681796368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219713117975502, 39.940788618544303 ], [ -75.219749008191698, 39.940819086543598 ], [ -75.2198978049191, 39.940716512258099 ], [ -75.219860279472698, 39.940684944152203 ], [ -75.219763927592794, 39.9407530344848 ], [ -75.219713117975502, 39.940788618544303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1518 S 55TH ST", "addr_range": "1518 S 55TH ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1587, "objectid": 5293, "Shape__Area": 251.15234375, "Shape__Length": 87.357359193004385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223848814472703, 39.938225794956303 ], [ -75.223852490627493, 39.938228857330799 ], [ -75.223874671896894, 39.938214097373603 ], [ -75.223975644432201, 39.938142026700397 ], [ -75.224066348791794, 39.938077499114897 ], [ -75.224075298286294, 39.938071135140497 ], [ -75.224096283010098, 39.938056412761298 ], [ -75.224055680744499, 39.938021989683101 ], [ -75.224011516472999, 39.938052982654099 ], [ -75.223945625819397, 39.938099534876599 ], [ -75.223879564860596, 39.938146100431098 ], [ -75.223811665217397, 39.938194832898603 ], [ -75.223848814472703, 39.938225794956303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5833 WILLOWS AVE", "addr_range": "5831-5833 WILLOWS AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1811, "objectid": 5294, "Shape__Area": 286.56640625, "Shape__Length": 103.15786162272227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234565036752599, 39.939826369810497 ], [ -75.234833400971397, 39.940053156747702 ], [ -75.234838213224094, 39.940057227558 ], [ -75.234879705363795, 39.940028121658798 ], [ -75.234875036305596, 39.940024135080002 ], [ -75.234607640309406, 39.939796709044799 ], [ -75.234565036752599, 39.939826369810497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5631 WARRINGTON AVE", "addr_range": "5627, 5631, 5635 WARRINGTON AVE", "zipcode": 19143, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1153, "objectid": 5295, "Shape__Area": 182.4453125, "Shape__Length": 68.917000478884404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229098068036507, 39.939522610311897 ], [ -75.229262146585398, 39.939661926544296 ], [ -75.229266572152994, 39.939665683659697 ], [ -75.229274851404199, 39.939659836143903 ], [ -75.229310118535295, 39.939634932802001 ], [ -75.229305815102705, 39.939631259462303 ], [ -75.229290000913096, 39.939617806899697 ], [ -75.229265070245603, 39.939596641459197 ], [ -75.229140735139893, 39.939493001578597 ], [ -75.229098068036507, 39.939522610311897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5420 TRINITY ST", "addr_range": "5416-5420 TRINITY ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1374, "objectid": 5296, "Shape__Area": 217.42578125, "Shape__Length": 81.8606591765068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223821644991204, 39.9395927454092 ], [ -75.224032471823193, 39.939768191992101 ], [ -75.224073896188202, 39.9397393641161 ], [ -75.223863430124993, 39.939563280440197 ], [ -75.223821644991204, 39.9395927454092 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5660 BEAUMONT ST", "addr_range": "5660 BEAUMOUNT ST", "zipcode": 19143, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 890, "objectid": 5297, "Shape__Area": 140.83203125, "Shape__Length": 57.576353088840513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230275823909395, 39.939525615916999 ], [ -75.230281358403104, 39.939529961378298 ], [ -75.230309805942298, 39.939552283246996 ], [ -75.230413563152496, 39.939639414905002 ], [ -75.230454285759706, 39.9396108108376 ], [ -75.2304157164901, 39.939577387116003 ], [ -75.230323906461393, 39.9395001081337 ], [ -75.230319215520197, 39.939496151515897 ], [ -75.230275823909395, 39.939525615916999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1120 S 54TH ST", "addr_range": "1118-1122 S 54TH ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1335, "objectid": 5298, "Shape__Area": 211.328125, "Shape__Length": 79.28707091592247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227638048567997, 39.943563396797998 ], [ -75.227676625682307, 39.943596098102503 ], [ -75.227857347821299, 39.9434682300001 ], [ -75.227884338852803, 39.943449141201498 ], [ -75.227896663159299, 39.943440418435301 ], [ -75.227858305215705, 39.943408592388202 ], [ -75.227846349567699, 39.943417001600501 ], [ -75.227818868308006, 39.943436304859802 ], [ -75.227638048567997, 39.943563396797998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1506 S 53RD ST", "addr_range": "1506 S 53RD ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1248, "objectid": 5299, "Shape__Area": 197.60546875, "Shape__Length": 75.015983803693857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220323388762495, 39.939173521531998 ], [ -75.220118079768497, 39.939319339350703 ], [ -75.2201566448189, 39.939351639404897 ], [ -75.220361923117906, 39.939205514500003 ], [ -75.220323388762495, 39.939173521531998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5440 WOODLAND AVE", "addr_range": "5438-5442 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1685, "objectid": 5300, "Shape__Area": 266.62109375, "Shape__Length": 84.113289255422004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219867683898698, 39.935276930632902 ], [ -75.220078057993206, 39.935449827000198 ], [ -75.220128216577905, 39.935413037384698 ], [ -75.219919160485006, 39.935240169284597 ], [ -75.219867683898698, 39.935276930632902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1430 S FALLON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 703, "objectid": 5301, "Shape__Area": 111.234375, "Shape__Length": 50.258930914389964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2112533494697, 39.9407637762381 ], [ -75.211125789622599, 39.940854736259297 ], [ -75.211159897741794, 39.940884023308598 ], [ -75.211287906321104, 39.940793428176598 ], [ -75.2112533494697, 39.9407637762381 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5816 BEAUMONT ST", "addr_range": "5816 BEAUMONT ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1513, "objectid": 5302, "Shape__Area": 239.48046875, "Shape__Length": 88.066891281266919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231890360070096, 39.9379501895394 ], [ -75.231928867244605, 39.937981871582799 ], [ -75.2319768468777, 39.938022466105302 ], [ -75.232026576242205, 39.9380638234218 ], [ -75.232076136560906, 39.938105258994703 ], [ -75.232119151116294, 39.938141908008497 ], [ -75.232160531156296, 39.938112479876096 ], [ -75.232132111951699, 39.9380882561831 ], [ -75.232086709299594, 39.938049911328399 ], [ -75.232037002485399, 39.9380073760301 ], [ -75.231987281528006, 39.937965792751797 ], [ -75.231936362083601, 39.937923166813697 ], [ -75.231932374724295, 39.937920597025403 ], [ -75.231890360070096, 39.9379501895394 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1428 S FALLON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 676, "objectid": 5303, "Shape__Area": 107.07421875, "Shape__Length": 49.851880046942043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211287906321104, 39.940793428176598 ], [ -75.211159897741794, 39.940884023308598 ], [ -75.211194054580403, 39.940912602336503 ], [ -75.211320915430406, 39.9408207392799 ], [ -75.211287906321104, 39.940793428176598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2145 S 57TH ST", "addr_range": "2145 S 57TH ST", "zipcode": 19143, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 908, "objectid": 5304, "Shape__Area": 143.72265625, "Shape__Length": 49.707170403078202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223333030958699, 39.933787282077702 ], [ -75.2233563062439, 39.933806653676498 ], [ -75.223388498062704, 39.933834041481802 ], [ -75.2234922470615, 39.9337609522306 ], [ -75.223436797450105, 39.933714257233099 ], [ -75.223333030958699, 39.933787282077702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1422 S FALLON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 678, "objectid": 5305, "Shape__Area": 107.390625, "Shape__Length": 49.96782585461191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211260969795603, 39.940969002296399 ], [ -75.211293277472194, 39.940997169149703 ], [ -75.211421771018294, 39.940905875513003 ], [ -75.2113880971133, 39.940877307243902 ], [ -75.211260969795603, 39.940969002296399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1351 S WILTON ST", "addr_range": "1349-1353 S WILTON ST", "zipcode": 19143, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 882, "objectid": 5306, "Shape__Area": 139.6015625, "Shape__Length": 57.017386842847849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219342171305101, 39.940473453900402 ], [ -75.219380253047106, 39.940505758861804 ], [ -75.219400788253793, 39.940490237208003 ], [ -75.219527717789703, 39.940403494446102 ], [ -75.2194889014838, 39.940370672371103 ], [ -75.219342171305101, 39.940473453900402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5432 WOODLAND AVE", "addr_range": "5428-5434 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1673, "objectid": 5307, "Shape__Area": 264.6953125, "Shape__Length": 84.312240166527744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219713161228697, 39.935387406211703 ], [ -75.219662471210299, 39.935423814515197 ], [ -75.219873463122994, 39.935597562819702 ], [ -75.2199235841573, 39.935561787887799 ], [ -75.219713161228697, 39.935387406211703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4923 PASCHALL AVE", "addr_range": "4919-4927 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1036, "objectid": 5308, "Shape__Area": 164.0546875, "Shape__Length": 70.831693095313227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212270248199502, 39.939386421755898 ], [ -75.212448816640304, 39.939539962444996 ], [ -75.212486816209903, 39.9395143992869 ], [ -75.212305479314495, 39.939361522710001 ], [ -75.212270248199502, 39.939386421755898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6018 REGENT ST", "addr_range": "6018-6020 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 916, "objectid": 5309, "Shape__Area": 145.04296875, "Shape__Length": 58.145692650238118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231323986055699, 39.932836494585203 ], [ -75.231460038252393, 39.932952609843099 ], [ -75.2315023891979, 39.932922896991499 ], [ -75.231366241818904, 39.932806570662301 ], [ -75.231323986055699, 39.932836494585203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6042 REGENT ST", "addr_range": "6042 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 931, "objectid": 5310, "Shape__Area": 147.36328125, "Shape__Length": 58.705374715972347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231877709833597, 39.932445586920302 ], [ -75.231835204233093, 39.932475537971897 ], [ -75.231972862474507, 39.9325929123384 ], [ -75.2320154902783, 39.932563011671597 ], [ -75.231877709833597, 39.932445586920302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6036 REGENT ST", "addr_range": "6034-6036 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 946, "objectid": 5311, "Shape__Area": 149.6484375, "Shape__Length": 58.844996636992825 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231707106832005, 39.932565766617302 ], [ -75.231844887593795, 39.932682676211201 ], [ -75.231888270185394, 39.932652244356397 ], [ -75.231750343833795, 39.932535315400003 ], [ -75.231707106832005, 39.932565766617302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6075 UPLAND ST", "addr_range": "6075 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 953, "objectid": 5312, "Shape__Area": 150.8515625, "Shape__Length": 60.621042720616956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231045058153398, 39.9307710055635 ], [ -75.231188519589296, 39.9308943919578 ], [ -75.231231513239194, 39.930865337559801 ], [ -75.231086252799997, 39.930742524383 ], [ -75.231045058153398, 39.9307710055635 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6031 REGENT ST", "addr_range": "6031-6033 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 910, "objectid": 5313, "Shape__Area": 144.10546875, "Shape__Length": 56.989949755189173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231838362657101, 39.932841794025698 ], [ -75.231971170427698, 39.932953387395798 ], [ -75.232014921812905, 39.932922576159498 ], [ -75.231881721904102, 39.932811458065302 ], [ -75.231838362657101, 39.932841794025698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6070 REGENT ST", "addr_range": "6070-6072 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 959, "objectid": 5314, "Shape__Area": 151.7890625, "Shape__Length": 59.304806156636829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2325939621457, 39.931961623457298 ], [ -75.232732638422803, 39.932080905039903 ], [ -75.232774813308097, 39.932051396908903 ], [ -75.232774028383503, 39.932047720733401 ], [ -75.232759598530905, 39.932035345967201 ], [ -75.232686210028305, 39.931973722412302 ], [ -75.232636554322198, 39.9319315920484 ], [ -75.2325939621457, 39.931961623457298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6031 TRINITY ST", "addr_range": "6029-6031 TRINITY ST", "zipcode": 19142, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 966, "objectid": 5315, "Shape__Area": 152.96484375, "Shape__Length": 60.632610295800923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232737506065803, 39.933519482504401 ], [ -75.232880604401302, 39.933642134211198 ], [ -75.232924298786301, 39.933611788092797 ], [ -75.232778599212196, 39.933490385790897 ], [ -75.232737506065803, 39.933519482504401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6041 UPLAND ST", "addr_range": "6023-6049 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 975, "objectid": 5316, "Shape__Area": 154.234375, "Shape__Length": 60.702050245994251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230346471576794, 39.931260764262198 ], [ -75.230490854012501, 39.931383010383001 ], [ -75.230533894189705, 39.931352749018401 ], [ -75.230389458454596, 39.931231403679099 ], [ -75.230346471576794, 39.931260764262198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6143 UPLAND ST", "addr_range": "6143-6145 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 857, "objectid": 5317, "Shape__Area": 135.61328125, "Shape__Length": 60.274055182634932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232315021390093, 39.9298124128673 ], [ -75.232327879171095, 39.929823107067598 ], [ -75.232407244147794, 39.929887860633201 ], [ -75.232424411442395, 39.92990202096 ], [ -75.232443287603203, 39.929918103684102 ], [ -75.232465508996597, 39.929937176368703 ], [ -75.232501371307904, 39.929911833844699 ], [ -75.232443548298505, 39.929861900733599 ], [ -75.232429217613401, 39.929849738023101 ], [ -75.232417685625407, 39.929841101984799 ], [ -75.232404751578201, 39.9298307917472 ], [ -75.232391056231705, 39.929818949318502 ], [ -75.232373293332103, 39.929804471373302 ], [ -75.232364402979499, 39.929797441235401 ], [ -75.232351190311306, 39.929786754565001 ], [ -75.232315021390093, 39.9298124128673 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6011 ALLMAN ST", "addr_range": "6009-6019 ALLMAN ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 877, "objectid": 5318, "Shape__Area": 138.81640625, "Shape__Length": 58.083000283280697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231124631304496, 39.9327358500678 ], [ -75.231263918160707, 39.932852779037098 ], [ -75.231304262989994, 39.932824616963202 ], [ -75.231164236257399, 39.932707882626197 ], [ -75.231124631304496, 39.9327358500678 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6009 ALLMAN ST", "addr_range": "6009-6019 ALLMAN ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 845, "objectid": 5319, "Shape__Area": 133.80859375, "Shape__Length": 57.597739130128502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231085883907497, 39.932763225456 ], [ -75.231225525593203, 39.932879611756398 ], [ -75.231263918160707, 39.932852779037098 ], [ -75.231124631304496, 39.9327358500678 ], [ -75.231085883907497, 39.932763225456 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6090 UPLAND ST", "addr_range": "6086-6090 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 930, "objectid": 5320, "Shape__Area": 147.1953125, "Shape__Length": 59.49423299681942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231061727088104, 39.9304658589298 ], [ -75.231156847530698, 39.930546127722003 ], [ -75.231179262300799, 39.9305667366012 ], [ -75.231231535236006, 39.930528021001599 ], [ -75.231145290330105, 39.930472675080203 ], [ -75.231124383289696, 39.930459384771702 ], [ -75.231068574954193, 39.930425146426103 ], [ -75.231039207794396, 39.930447503826798 ], [ -75.231061727088104, 39.9304658589298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6026 REGENT ST", "addr_range": "6026 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 895, "objectid": 5321, "Shape__Area": 141.625, "Shape__Length": 58.013207746099397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2314936671103, 39.932716375370902 ], [ -75.231631417484905, 39.932832397974103 ], [ -75.231672454909997, 39.932803606770499 ], [ -75.2315348228814, 39.932687232724 ], [ -75.2314936671103, 39.932716375370902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6156 UPLAND ST", "addr_range": "6154-6168 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 834, "objectid": 5322, "Shape__Area": 132.06640625, "Shape__Length": 59.839801394782633 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232250305540006, 39.9294782530852 ], [ -75.232317532809205, 39.929533745590497 ], [ -75.232326128446502, 39.929540832332499 ], [ -75.232327069674398, 39.929542562187102 ], [ -75.232399366419799, 39.929601953728103 ], [ -75.232435594913994, 39.929576926506698 ], [ -75.232362952844397, 39.9295172210686 ], [ -75.2323610126749, 39.929515919781799 ], [ -75.232353174453607, 39.9295093326051 ], [ -75.232285856068998, 39.9294528875688 ], [ -75.232250305540006, 39.9294782530852 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6162 UPLAND ST", "addr_range": "6154-6168 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 842, "objectid": 5323, "Shape__Area": 133.19140625, "Shape__Length": 60.042855194351404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232358910890298, 39.929400813664898 ], [ -75.232428299802606, 39.929457852820299 ], [ -75.232435635625805, 39.929463880255597 ], [ -75.232436455332405, 39.929465478598999 ], [ -75.232508500648706, 39.929524928522 ], [ -75.232544705501198, 39.929499368259997 ], [ -75.232473107600001, 39.929439750685603 ], [ -75.232471105626701, 39.9294389805329 ], [ -75.232464177098507, 39.929433268380102 ], [ -75.232395944552806, 39.9293772376204 ], [ -75.232394714583407, 39.9293753725849 ], [ -75.232358910890298, 39.929400813664898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6159 UPLAND ST", "addr_range": "6159-6163 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 864, "objectid": 5324, "Shape__Area": 136.69921875, "Shape__Length": 60.596864940511267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232609266605493, 39.929603724371503 ], [ -75.232643019523195, 39.929631917768397 ], [ -75.232759456898194, 39.929729723433702 ], [ -75.232778461105397, 39.929716341821603 ], [ -75.232795424864804, 39.929704334487901 ], [ -75.232698458804705, 39.929621866868104 ], [ -75.232646056538997, 39.929577629115201 ], [ -75.232609266605493, 39.929603724371503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6080 UPLAND ST", "addr_range": "6076-6082 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 847, "objectid": 5325, "Shape__Area": 134.11328125, "Shape__Length": 58.465288797101138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230848801394202, 39.930580127840301 ], [ -75.230913691444897, 39.930634294916402 ], [ -75.230988806293098, 39.930700697739198 ], [ -75.231027271677206, 39.9306735117298 ], [ -75.230887256689499, 39.930553213757499 ], [ -75.230848801394202, 39.930580127840301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6078 REGENT ST", "addr_range": "6078 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 926, "objectid": 5326, "Shape__Area": 146.48046875, "Shape__Length": 59.195831587657963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232763308906598, 39.931842445673702 ], [ -75.232883007602396, 39.931942740982699 ], [ -75.232902776692498, 39.931961308340803 ], [ -75.232944942916205, 39.931931461185599 ], [ -75.232805807767605, 39.931812654524997 ], [ -75.232763308906598, 39.931842445673702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6085 REGENT ST", "addr_range": "6085 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 901, "objectid": 5327, "Shape__Area": 142.5625, "Shape__Length": 56.976191762295926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233092535423097, 39.931978465469101 ], [ -75.2332052519847, 39.932073368797198 ], [ -75.233224301288203, 39.932090454379697 ], [ -75.233268264625707, 39.932060146492901 ], [ -75.2331353100504, 39.931948020722601 ], [ -75.233092535423097, 39.931978465469101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6072 REGENT ST", "addr_range": "6070-6072 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 943, "objectid": 5328, "Shape__Area": 149.20703125, "Shape__Length": 59.625467946682505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232636554322198, 39.9319315920484 ], [ -75.232686210028305, 39.931973722412302 ], [ -75.232759598530905, 39.932035345967201 ], [ -75.232774028383503, 39.932047720733401 ], [ -75.232774813308097, 39.932051396908903 ], [ -75.232819372050599, 39.932020249015601 ], [ -75.232789743925593, 39.931994822195897 ], [ -75.232678754373893, 39.931901971881601 ], [ -75.232636554322198, 39.9319315920484 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6109 UPLAND ST", "addr_range": "2032-2034 S 61ST ST; 6109 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 999, "objectid": 5329, "Shape__Area": 158.109375, "Shape__Length": 62.501795239443538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231729310217702, 39.930224784238803 ], [ -75.2316912264763, 39.930251286887298 ], [ -75.231688045237902, 39.930253505560401 ], [ -75.231686283194506, 39.930254724658099 ], [ -75.231714958650798, 39.930278130656298 ], [ -75.231736742901703, 39.930295985647703 ], [ -75.231762734003098, 39.930317834329102 ], [ -75.2318178398735, 39.930363711299599 ], [ -75.231838383002597, 39.930380572247898 ], [ -75.231879773518997, 39.930351305822398 ], [ -75.231729310217702, 39.930224784238803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6013 ALLMAN ST", "addr_range": "6009-6019 ALLMAN ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 870, "objectid": 5330, "Shape__Area": 137.6640625, "Shape__Length": 58.033509017774364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231164236257399, 39.932707882626197 ], [ -75.231304262989994, 39.932824616963202 ], [ -75.231343148705307, 39.932797455373503 ], [ -75.231204509258205, 39.932679446909702 ], [ -75.231164236257399, 39.932707882626197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6117 UPLAND ST", "addr_range": "6117 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 871, "objectid": 5331, "Shape__Area": 137.83984375, "Shape__Length": 60.832518995638374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231875477745504, 39.930123088123302 ], [ -75.2318394568385, 39.930148153073603 ], [ -75.231926654697105, 39.930221848371403 ], [ -75.2319911248821, 39.930274378407802 ], [ -75.2320282739107, 39.930248241666398 ], [ -75.231955662378795, 39.9301894394481 ], [ -75.231875477745504, 39.930123088123302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6175 UPLAND ST", "addr_range": "6175 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 966, "objectid": 5332, "Shape__Area": 152.83203125, "Shape__Length": 61.89575598056021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232901768037195, 39.9293967880661 ], [ -75.232958948801098, 39.929443741672003 ], [ -75.233053255696603, 39.929522234075698 ], [ -75.233080455583405, 39.929502972192303 ], [ -75.233092844705496, 39.929494087278101 ], [ -75.2330474862014, 39.9294552598179 ], [ -75.233026926588593, 39.929437674323403 ], [ -75.233012858816195, 39.929425775141603 ], [ -75.232985331591607, 39.929402426206501 ], [ -75.232966373228194, 39.929386825602002 ], [ -75.232943553913799, 39.929367561492299 ], [ -75.232930160554005, 39.929376955035202 ], [ -75.232901768037195, 39.9293967880661 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6001 REINHARD ST", "addr_range": "6001-6003 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 993, "objectid": 5333, "Shape__Area": 157.19921875, "Shape__Length": 60.248333695558379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229896261645095, 39.932152258364702 ], [ -75.230036126071099, 39.932270472897599 ], [ -75.230080950494397, 39.932240089613998 ], [ -75.229940052723407, 39.932119852215003 ], [ -75.2298951859227, 39.932151347243703 ], [ -75.229896261645095, 39.932152258364702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6155 UPLAND ST", "addr_range": "6155 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 896, "objectid": 5334, "Shape__Area": 141.82421875, "Shape__Length": 61.03820439437785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232534596514398, 39.929656973014602 ], [ -75.232576446275701, 39.9296915970925 ], [ -75.232652927054303, 39.929753933769398 ], [ -75.232684861158702, 39.929782101642303 ], [ -75.232702765310194, 39.929769035570303 ], [ -75.232723944784894, 39.929754589886201 ], [ -75.232699597440899, 39.929734744382003 ], [ -75.232622424591199, 39.929671280714899 ], [ -75.232611919882004, 39.929662651929398 ], [ -75.232571915577495, 39.929630211846998 ], [ -75.232553681766007, 39.929643141819 ], [ -75.232534596514398, 39.929656973014602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6037 REGENT ST", "addr_range": "6037 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 909, "objectid": 5335, "Shape__Area": 143.9453125, "Shape__Length": 56.947043690577345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231966914018997, 39.932751768007201 ], [ -75.232099537145103, 39.932863196796603 ], [ -75.232143370213507, 39.932832483713703 ], [ -75.232010250930102, 39.9327213999753 ], [ -75.231966914018997, 39.932751768007201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2462 N PATTON ST", "addr_range": "2462-2468 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 732, "objectid": 5336, "Shape__Area": 116.07421875, "Shape__Length": 51.080855046399684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183584829626795, 39.994324179276603 ], [ -75.183758703415805, 39.994348457395603 ], [ -75.183766418265506, 39.994307363641397 ], [ -75.183593089342693, 39.994284758274603 ], [ -75.183584829626795, 39.994324179276603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2401 N MARSTON ST", "addr_range": "2401-2407 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 624, "objectid": 5337, "Shape__Area": 99.015625, "Shape__Length": 46.173924178564562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177199236611699, 39.992401737943801 ], [ -75.1771492554318, 39.992395588183498 ], [ -75.177097800642699, 39.992389066589404 ], [ -75.177085568469593, 39.992427625093796 ], [ -75.177241804423701, 39.992446521773701 ], [ -75.177249798636396, 39.992408078200498 ], [ -75.177199236611699, 39.992401737943801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2427 N MARSTON ST", "addr_range": "2419-2439 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 856, "objectid": 5338, "Shape__Area": 135.78515625, "Shape__Length": 57.900302926519949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176927492313496, 39.992908626706601 ], [ -75.177133577905096, 39.992934926418997 ], [ -75.177143108898605, 39.9928946963539 ], [ -75.176940626184802, 39.992869524395601 ], [ -75.176927492313496, 39.992908626706601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2431 N NAPA ST", "addr_range": "2431-2435 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 674, "objectid": 5339, "Shape__Area": 106.875, "Shape__Length": 50.107731276480713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182968846844403, 39.993597976990301 ], [ -75.183141407785399, 39.993620890533599 ], [ -75.183151117595301, 39.993584112210897 ], [ -75.182976723541998, 39.993560917115303 ], [ -75.182968846844403, 39.993597976990301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2404 N MYRTLEWOOD ST", "addr_range": "2404 N MYRTLEWOOD ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 854, "objectid": 5340, "Shape__Area": 135.45703125, "Shape__Length": 54.589727892473391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180856431230595, 39.992798665946601 ], [ -75.180847547301596, 39.992797515634898 ], [ -75.180671553906706, 39.992774555084303 ], [ -75.1806624259508, 39.992818616503101 ], [ -75.180837502382204, 39.992841975510899 ], [ -75.180845344181805, 39.992843021406898 ], [ -75.180856431230595, 39.992798665946601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2435 N MARSTON ST", "addr_range": "2419-2439 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 848, "objectid": 5341, "Shape__Area": 134.44921875, "Shape__Length": 60.614320433684114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176879978744793, 39.993057458381799 ], [ -75.177102593996395, 39.993086192902403 ], [ -75.177109934208104, 39.993049555620999 ], [ -75.176891434557504, 39.993021154842502 ], [ -75.176879978744793, 39.993057458381799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2425 N MARSTON ST", "addr_range": "2419-2439 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 814, "objectid": 5342, "Shape__Area": 129.0390625, "Shape__Length": 56.633398096242843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176940626184802, 39.992869524395601 ], [ -75.177143108898605, 39.9928946963539 ], [ -75.177151398203904, 39.992856258499103 ], [ -75.176953301001902, 39.992830943389798 ], [ -75.176940626184802, 39.992869524395601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2745 W YORK ST", "addr_range": "2745 W YORK ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 744, "objectid": 5343, "Shape__Area": 118.00390625, "Shape__Length": 51.1739509717397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177767198636403, 39.992457362469203 ], [ -75.177820516899502, 39.992463924618399 ], [ -75.177849899670306, 39.9923311279708 ], [ -75.177796090801706, 39.992324779190596 ], [ -75.177767198636403, 39.992457362469203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2632 W CUMBERLAND ST", "addr_range": "2632-2636 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2232, "objectid": 5344, "Shape__Area": 353.625, "Shape__Length": 105.64873401762256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175717139851102, 39.993442632085099 ], [ -75.175786201839401, 39.993451323243796 ], [ -75.175790361232202, 39.993430073355903 ], [ -75.175796859920595, 39.993395722959001 ], [ -75.175807479299905, 39.993347230788899 ], [ -75.175812729863296, 39.993324297052901 ], [ -75.1758161831997, 39.993305046893497 ], [ -75.175821565978595, 39.993281375490596 ], [ -75.175849990053905, 39.993145768230399 ], [ -75.175818184467602, 39.993141718506401 ], [ -75.175816432018607, 39.993141501706198 ], [ -75.175779847742007, 39.9931368447414 ], [ -75.175746909605493, 39.993294772431099 ], [ -75.175740762691703, 39.993324231012302 ], [ -75.175728314656894, 39.993386690197298 ], [ -75.175720001342597, 39.9934257383158 ], [ -75.175717139851102, 39.993442632085099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6029 UPLAND ST", "addr_range": "6023-6049 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 842, "objectid": 5345, "Shape__Area": 133.25, "Shape__Length": 59.054147008800363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230104700800197, 39.931431202386598 ], [ -75.230249126306703, 39.931552853299202 ], [ -75.230286643638607, 39.931526984671798 ], [ -75.230140450245699, 39.931405003939197 ], [ -75.230139331064294, 39.931405833493102 ], [ -75.230104700800197, 39.931431202386598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2634-36 W CUMBERLAND ST", "addr_range": "2632-2636 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1856, "objectid": 5346, "Shape__Area": 294.28515625, "Shape__Length": 69.033548863988798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175807479299905, 39.993347230788899 ], [ -75.175796859920595, 39.993395722959001 ], [ -75.175790361232202, 39.993430073355903 ], [ -75.175786201839401, 39.993451323243796 ], [ -75.175924919726896, 39.993469634182098 ], [ -75.175925335659102, 39.993467500002502 ], [ -75.175950664662295, 39.993340576642701 ], [ -75.175889407893493, 39.993332755297999 ], [ -75.175882543095796, 39.9933319562261 ], [ -75.1758801675645, 39.993333837425503 ], [ -75.175859300139393, 39.993330886268502 ], [ -75.175812729863296, 39.993324297052901 ], [ -75.175807479299905, 39.993347230788899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2321 N 31ST ST", "addr_range": "2319-2321 N 31ST ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 952, "objectid": 5347, "Shape__Area": 150.8984375, "Shape__Length": 64.953786846299764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1826476117743, 39.991962490253499 ], [ -75.182885588461303, 39.991993426774101 ], [ -75.182893261262507, 39.991955652350001 ], [ -75.182655695016393, 39.991923870865499 ], [ -75.1826476117743, 39.991962490253499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 N NAPA ST", "addr_range": "2431-2435 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 654, "objectid": 5348, "Shape__Area": 103.66015625, "Shape__Length": 49.707465990078404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182961294722901, 39.993634786435003 ], [ -75.183135144179204, 39.993656309711596 ], [ -75.183141407785399, 39.993620890533599 ], [ -75.183134380365104, 39.993619959416797 ], [ -75.182968846844403, 39.993597976990301 ], [ -75.182961294722901, 39.993634786435003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2403 N MARSTON ST", "addr_range": "2401-2407 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 610, "objectid": 5349, "Shape__Area": 96.703125, "Shape__Length": 46.57351193902344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177073288306801, 39.992463554270898 ], [ -75.177233859738905, 39.992483596018197 ], [ -75.177241804423701, 39.992446521773701 ], [ -75.177085568469593, 39.992427625093796 ], [ -75.177073288306801, 39.992463554270898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2431 N MARSTON ST", "addr_range": "2419-2439 N MARSTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 883, "objectid": 5350, "Shape__Area": 140.06640625, "Shape__Length": 59.639112992260422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176902652413403, 39.992985040586397 ], [ -75.177117269784702, 39.993012483947801 ], [ -75.177125618356101, 39.992972451731603 ], [ -75.176915421266997, 39.992946204903703 ], [ -75.176902652413403, 39.992985040586397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2319 N 31ST ST", "addr_range": "2319-2321 N 31ST ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1070, "objectid": 5351, "Shape__Area": 169.6640625, "Shape__Length": 66.419178794981491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182655695016393, 39.991923870865499 ], [ -75.182893261262507, 39.991955652350001 ], [ -75.182903027256401, 39.991912396143697 ], [ -75.1827133083234, 39.9918878108341 ], [ -75.182664577677699, 39.991881271577 ], [ -75.182655695016393, 39.991923870865499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2435 N NAPA ST", "addr_range": "2431-2435 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 717, "objectid": 5352, "Shape__Area": 113.69921875, "Shape__Length": 50.832866485198856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182953327298506, 39.993674214836801 ], [ -75.183127491739, 39.993695744265999 ], [ -75.183135144179204, 39.993656309711596 ], [ -75.182961294722901, 39.993634786435003 ], [ -75.182953327298506, 39.993674214836801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2458 N HOLLYWOOD ST", "addr_range": "2458 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 835, "objectid": 5353, "Shape__Area": 132.375, "Shape__Length": 54.104587868787611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180118937498506, 39.993918760714898 ], [ -75.180125110644099, 39.993919575581401 ], [ -75.180135238738302, 39.993876246583703 ], [ -75.180128231821698, 39.993875331058803 ], [ -75.179952324431099, 39.993852227227599 ], [ -75.179942541014697, 39.993895886490897 ], [ -75.180118937498506, 39.993918760714898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2348 N 26TH ST", "addr_range": "2348-2350 N 26TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 988, "objectid": 5354, "Shape__Area": 156.66796875, "Shape__Length": 59.933431205644474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175062237717398, 39.991774263843901 ], [ -75.175267810277802, 39.991800733891097 ], [ -75.175277595729298, 39.991754899063899 ], [ -75.175071773414999, 39.9917284081112 ], [ -75.175062237717398, 39.991774263843901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3138 W YORK ST", "addr_range": "3145-3147 W ARIZONA ST; 2343-2355 N 32ND ST; 3138-3146 W YORK ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 778, "objectid": 5355, "Shape__Area": 123.33984375, "Shape__Length": 55.67858851468209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183853738584901, 39.992961706617301 ], [ -75.183903921179805, 39.992968099409303 ], [ -75.183933884986004, 39.9928168572796 ], [ -75.183885113135204, 39.992810303220899 ], [ -75.183860021563802, 39.992935217746897 ], [ -75.183853738584901, 39.992961706617301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2405 N DOUGLAS ST", "addr_range": "2401-2405 N DOUGLAS ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 750, "objectid": 5356, "Shape__Area": 118.890625, "Shape__Length": 51.747388972180275 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185134467184398, 39.993378365803302 ], [ -75.185310269302505, 39.993402588295801 ], [ -75.185319236745599, 39.993361054822898 ], [ -75.185142755488698, 39.993338719196601 ], [ -75.185134467184398, 39.993378365803302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2300-10 N 27TH ST", "addr_range": "2300-2314 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 15538, "objectid": 5357, "Shape__Area": 1092.42578125, "Shape__Length": 133.26437004338257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177135695022002, 39.990954236180301 ], [ -75.177183072998403, 39.990698644145397 ], [ -75.176929174856099, 39.990665098812201 ], [ -75.176874246214595, 39.990920074592502 ], [ -75.177074270993202, 39.990946369325101 ], [ -75.177088106791004, 39.990948398598597 ], [ -75.177135695022002, 39.990954236180301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2314 N 27TH ST", "addr_range": "2300-2314 N 27TH ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 4868, "objectid": 5358, "Shape__Area": 418.95703125, "Shape__Length": 104.69229956544444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176841835952402, 39.991074677915002 ], [ -75.177106912595903, 39.991109503838601 ], [ -75.177135695022002, 39.990954236180301 ], [ -75.177074270993202, 39.990946369325101 ], [ -75.177056616236001, 39.991023461466597 ], [ -75.176857997013897, 39.9909982460943 ], [ -75.176841835952402, 39.991074677915002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2924 W FLETCHER ST", "addr_range": "2221-2225 N 30TH ST; 2922-2928 W FLETCHER ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 698, "objectid": 5359, "Shape__Area": 110.66015625, "Shape__Length": 51.550021039493686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181289361251103, 39.990282084590397 ], [ -75.181337869480799, 39.990287781543103 ], [ -75.181338052296496, 39.990286850385701 ], [ -75.181364717891299, 39.990149220445197 ], [ -75.181316531707793, 39.990143837953298 ], [ -75.181289570025498, 39.990280993634101 ], [ -75.181289361251103, 39.990282084590397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2319 N MYRTLEWOOD ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 555, "objectid": 5360, "Shape__Area": 88.09765625, "Shape__Length": 45.622686868561139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180651860883401, 39.991533620227798 ], [ -75.180810098136305, 39.991553893974398 ], [ -75.1808175947275, 39.991520806379697 ], [ -75.180659028494304, 39.991499848618801 ], [ -75.180651860883401, 39.991533620227798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2633-35 W HAGERT ST", "addr_range": "2617-2637-41 W HAGERT ST; 2614-2616 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 4524, "objectid": 5361, "Shape__Area": 717.0, "Shape__Length": 121.96180700615943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175700730363999, 39.992830615761001 ], [ -75.175656953384802, 39.993030647898898 ], [ -75.175652321193894, 39.993052225058399 ], [ -75.175638378505596, 39.993118728692998 ], [ -75.175709060154503, 39.993127793209801 ], [ -75.175779847742007, 39.9931368447414 ], [ -75.175844317574899, 39.992830483297404 ], [ -75.175800605118894, 39.992824780782797 ], [ -75.175705969362298, 39.992812405775403 ], [ -75.175704717229806, 39.992812247947597 ], [ -75.175700730363999, 39.992830615761001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "708 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 676, "objectid": 5362, "Shape__Area": 107.16015625, "Shape__Length": 51.966817054984475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203279813514698, 39.965393768332603 ], [ -75.203286368852503, 39.9654290539101 ], [ -75.203471277846603, 39.965408592103003 ], [ -75.203465465640804, 39.965373627570898 ], [ -75.203459514824104, 39.9653742541418 ], [ -75.2034382293254, 39.965376473020299 ], [ -75.203383540558207, 39.965382400571798 ], [ -75.203330769164793, 39.965388563469602 ], [ -75.203279813514698, 39.965393768332603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4310 FAIRMOUNT AVE", "addr_range": "4308-4312 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2375, "objectid": 5363, "Shape__Area": 376.02734375, "Shape__Length": 107.94529819919286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210134786921998, 39.964179111762398 ], [ -75.210171552749102, 39.964492904154199 ], [ -75.210244885695403, 39.964487515842201 ], [ -75.210214385510398, 39.9642247030433 ], [ -75.2102082489167, 39.964173645247698 ], [ -75.210192133367102, 39.964174964377598 ], [ -75.210134786921998, 39.964179111762398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "893 N 42ND ST", "addr_range": "893 N 42ND ST; 4156-4160 WESTMINSTER AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1857, "objectid": 5364, "Shape__Area": 294.08984375, "Shape__Length": 108.83849080683615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207667171252695, 39.969853823300497 ], [ -75.207674795428204, 39.9698958537275 ], [ -75.207710257650007, 39.969892126305901 ], [ -75.207710097649894, 39.969891332581199 ], [ -75.207710264924501, 39.969891368723502 ], [ -75.208103373242395, 39.9698467212229 ], [ -75.208095627786506, 39.969805171081099 ], [ -75.208095476158107, 39.969805248812399 ], [ -75.207702307275198, 39.969849862502699 ], [ -75.207667253753598, 39.969853840445502 ], [ -75.207667171252695, 39.969853823300497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3951 PARRISH ST", "addr_range": "3951 PARRISH ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1078, "objectid": 5365, "Shape__Area": 170.796875, "Shape__Length": 69.760691471614876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202283131097701, 39.968778527019303 ], [ -75.202284602196798, 39.968785668610003 ], [ -75.202287221337102, 39.968803538725901 ], [ -75.202292651171703, 39.968833609584003 ], [ -75.202311700154794, 39.968831792638497 ], [ -75.202330896715296, 39.9688293816006 ], [ -75.202337860036806, 39.968828649619397 ], [ -75.202345079196604, 39.968828277413103 ], [ -75.202344695232298, 39.968823465631999 ], [ -75.202343177537003, 39.968818097086 ], [ -75.202335113014698, 39.968773411100997 ], [ -75.2023333286471, 39.968764537131598 ], [ -75.202331244024194, 39.9687587045944 ], [ -75.202329104864106, 39.968738652091403 ], [ -75.202327553948905, 39.968734169396001 ], [ -75.202325731000499, 39.9687207976555 ], [ -75.202325341039995, 39.9687161145849 ], [ -75.202322157226106, 39.968708273629602 ], [ -75.202322031408201, 39.968703822575897 ], [ -75.202319075873305, 39.968690425688102 ], [ -75.202318124510995, 39.968685068814999 ], [ -75.202317240765197, 39.968677940265998 ], [ -75.202314458145693, 39.968667207884103 ], [ -75.202313900738702, 39.9686591837742 ], [ -75.202311584136993, 39.968651137723299 ], [ -75.202311750894594, 39.968646691363801 ], [ -75.202310233205793, 39.968641322817199 ], [ -75.202308050896804, 39.968637501855902 ], [ -75.202307455937898, 39.968631041056298 ], [ -75.202259599648002, 39.9686362485646 ], [ -75.202255075026599, 39.9686367445657 ], [ -75.2022555826847, 39.968642785361098 ], [ -75.202258203916202, 39.968649952489699 ], [ -75.202259282290797, 39.968659759542703 ], [ -75.202261126281002, 39.9686642334295 ], [ -75.202261252061106, 39.968668685383399 ], [ -75.202263775354993, 39.968678526321099 ], [ -75.202265451482802, 39.968687444740802 ], [ -75.202266981303296, 39.968700826192098 ], [ -75.202271547299901, 39.968723237351497 ], [ -75.202274709509993, 39.968739459875202 ], [ -75.202278363249107, 39.968757095275997 ], [ -75.2022823437065, 39.968774980301099 ], [ -75.202283131097701, 39.968778527019303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "937 N 40TH ST", "addr_range": "935-939 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1436, "objectid": 5366, "Shape__Area": 227.515625, "Shape__Length": 87.782562463717909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203442843346707, 39.972056906369602 ], [ -75.203452343584502, 39.9720980300037 ], [ -75.203787840449905, 39.972059840000902 ], [ -75.203784320670906, 39.972039709150401 ], [ -75.203780749790397, 39.972019254606401 ], [ -75.203442843346707, 39.972056906369602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4201 LEIDY AVE", "addr_range": "4201-4209 LEIDY AVE; 1700-1716 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1245, "objectid": 5367, "Shape__Area": 197.29296875, "Shape__Length": 76.162131551641039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210352211677602, 39.975276255700003 ], [ -75.210228849237097, 39.975474503934699 ], [ -75.210278909129499, 39.975492876858503 ], [ -75.210402306421102, 39.975294789722199 ], [ -75.210352211677602, 39.975276255700003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "656 N 43RD ST", "addr_range": "646-656 N 43RD ST; 4300-4304 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2772, "objectid": 5368, "Shape__Area": 439.0703125, "Shape__Length": 107.31319457537637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2094206819242, 39.964477311917499 ], [ -75.209428784691099, 39.964546885660901 ], [ -75.209818633630803, 39.964518523024097 ], [ -75.209810452828094, 39.964449929682203 ], [ -75.2094206819242, 39.964477311917499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "918 BELMONT AVE", "addr_range": "918 BELMONT AVE", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1944, "objectid": 5369, "Shape__Area": 307.93359375, "Shape__Length": 100.03939996214055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211850472936305, 39.970422299287797 ], [ -75.211860116575494, 39.970473128180899 ], [ -75.212256456801498, 39.970425007806398 ], [ -75.212186703660095, 39.970381490151098 ], [ -75.211850472936305, 39.970422299287797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "825 N 40TH ST", "addr_range": "823-827 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1288, "objectid": 5370, "Shape__Area": 204.046875, "Shape__Length": 76.113923160513096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202808599351798, 39.968153983876803 ], [ -75.202814826588707, 39.968185715840697 ], [ -75.2028157045401, 39.968191344984803 ], [ -75.202816189466404, 39.9681968689966 ], [ -75.202831549067199, 39.968195098010597 ], [ -75.202849273279696, 39.968193379514297 ], [ -75.202869043691507, 39.968191336125301 ], [ -75.202896603129801, 39.968188273608398 ], [ -75.202910535269595, 39.968186003303202 ], [ -75.202943118270099, 39.9681825035779 ], [ -75.202963379242107, 39.968180212474003 ], [ -75.202996437669796, 39.968176899884 ], [ -75.203097700964605, 39.9681648342806 ], [ -75.203089405472198, 39.968120675724002 ], [ -75.203058807976404, 39.968124283533598 ], [ -75.203049564825307, 39.968125546099003 ], [ -75.203040471731299, 39.968126085784903 ], [ -75.203024509060995, 39.968128294815003 ], [ -75.203011098927405, 39.968129479297403 ], [ -75.203000061131306, 39.968131072335098 ], [ -75.202987266068106, 39.968132061434801 ], [ -75.202975014327905, 39.9681341753341 ], [ -75.202948153012898, 39.968137076769402 ], [ -75.202931752910004, 39.9681386471755 ], [ -75.202907431942506, 39.968141411276299 ], [ -75.202900695475506, 39.968142809663398 ], [ -75.202866997728293, 39.968147027058102 ], [ -75.202855980483307, 39.968148071826597 ], [ -75.202842765809393, 39.968150164335903 ], [ -75.202836438743404, 39.968150200478703 ], [ -75.202826850191201, 39.968151649074699 ], [ -75.202816766889399, 39.968152988477399 ], [ -75.202808599351798, 39.968153983876803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4015 FAIRMOUNT AVE", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1075, "objectid": 5371, "Shape__Area": 170.35546875, "Shape__Length": 70.229308464587945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203295773498198, 39.965188209719997 ], [ -75.203243859858006, 39.965193860020698 ], [ -75.203263206308407, 39.965304209284199 ], [ -75.203279813514698, 39.965393768332603 ], [ -75.203330769164793, 39.965388563469602 ], [ -75.203295773498198, 39.965188209719997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1127 UNION ST", "addr_range": "1118-1128 STATE ST; 1123-1129 UNION ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 550, "objectid": 5372, "Shape__Area": 87.21875, "Shape__Length": 42.477452437292712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202851705625505, 39.973424676266497 ], [ -75.202858879376507, 39.973462441624399 ], [ -75.202998193466001, 39.9734460613927 ], [ -75.202997421151593, 39.973442078930397 ], [ -75.202990837327704, 39.9734081298161 ], [ -75.202955903813205, 39.973412222556703 ], [ -75.202851705625505, 39.973424676266497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1123 UNION ST", "addr_range": "1118-1128 STATE ST; 1123-1129 UNION ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 530, "objectid": 5373, "Shape__Area": 84.015625, "Shape__Length": 42.034267930682084 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202976610376396, 39.973335502127902 ], [ -75.202837978422096, 39.973352154256197 ], [ -75.202844844077703, 39.973388641459401 ], [ -75.202983995520697, 39.973372128794203 ], [ -75.202976610376396, 39.973335502127902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4234 LANCASTER AVE", "addr_range": "4234-4240 LANCASTER AVE; 4215-4223 BROWN ST", "zipcode": 19104, "district": "3", "year": "2003", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 892, "objectid": 5374, "Shape__Area": 141.26953125, "Shape__Length": 58.16977062258912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209287675016697, 39.967120125088996 ], [ -75.209158874421107, 39.967243425971603 ], [ -75.209202510498898, 39.9672703600448 ], [ -75.209330048967402, 39.967146646438998 ], [ -75.209287675016697, 39.967120125088996 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4108 WESTMINSTER AVE", "addr_range": "4102-4108 WESTMINSTER AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1561, "objectid": 5375, "Shape__Area": 247.34375, "Shape__Length": 82.465749920267541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206478200845297, 39.969904492638598 ], [ -75.206519541655595, 39.970135983899503 ], [ -75.206584922198203, 39.970128890705901 ], [ -75.206583322012193, 39.970120117305903 ], [ -75.206579318912503, 39.970098332412903 ], [ -75.206556068787407, 39.969971776591002 ], [ -75.206542406427701, 39.9698974049643 ], [ -75.206478200845297, 39.969904492638598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1129 UNION ST", "addr_range": "1118-1128 STATE ST; 1123-1129 UNION ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 584, "objectid": 5376, "Shape__Area": 92.625, "Shape__Length": 43.192931608866665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202865706073197, 39.973498281940699 ], [ -75.202866511986102, 39.973502523738198 ], [ -75.203005962776999, 39.973486372681698 ], [ -75.202998193466001, 39.9734460613927 ], [ -75.202858879376507, 39.973462441624399 ], [ -75.202865706073197, 39.973498281940699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "735 N 42ND ST", "addr_range": "731-737 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1051, "objectid": 5377, "Shape__Area": 166.5234375, "Shape__Length": 63.95717311256378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207284063630595, 39.966807575909499 ], [ -75.207291544345196, 39.9668523287339 ], [ -75.207515507656396, 39.966829049718001 ], [ -75.207517744045703, 39.966829147927399 ], [ -75.207510763047495, 39.966787339860403 ], [ -75.207510232434601, 39.966784152967399 ], [ -75.207506976572702, 39.966784387163003 ], [ -75.207284063630595, 39.966807575909499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "816 N 40TH ST", "addr_range": "816-822 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1855, "objectid": 5378, "Shape__Area": 295.5, "Shape__Length": 97.112854514229241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203426657800605, 39.967947958464102 ], [ -75.203282997267195, 39.967963791993803 ], [ -75.203289102707203, 39.968013302546403 ], [ -75.203657583002595, 39.967971606205197 ], [ -75.203650805490099, 39.967923273693202 ], [ -75.203496500420499, 39.967940272326302 ], [ -75.203426657800605, 39.967947958464102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3958 PENNSGROVE ST", "addr_range": "3958, 3962-3966, 3970, 3974-3984 PENNSGROVE ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1364, "objectid": 5379, "Shape__Area": 216.0234375, "Shape__Length": 81.708078618626999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202899856491001, 39.971567360396499 ], [ -75.202947708115204, 39.971802559373302 ], [ -75.203003113982106, 39.971796697387198 ], [ -75.202955446527596, 39.9715609853491 ], [ -75.202899856491001, 39.971567360396499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4418-20 LANCASTER AVE", "addr_range": "4418-20 LANCASTER AVE", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1471, "objectid": 5380, "Shape__Area": 232.95703125, "Shape__Length": 70.193144239812739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211894981491596, 39.968944537046902 ], [ -75.212026339762303, 39.969026412685601 ], [ -75.212042905331202, 39.9690119810369 ], [ -75.212020331796495, 39.968828879308802 ], [ -75.211894981491596, 39.968944537046902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4322 LANCASTER AVE", "addr_range": "4320-4324 LANCASTER AVE; 4329 PARRISH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 981, "objectid": 5381, "Shape__Area": 155.48828125, "Shape__Length": 58.172581650402421 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210619328308098, 39.968151518730302 ], [ -75.210749823876995, 39.968027142806299 ], [ -75.210725036541206, 39.9680131981588 ], [ -75.210680052064404, 39.968016167944398 ], [ -75.210570477499502, 39.968121712744498 ], [ -75.210619328308098, 39.968151518730302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "626-30 N 40TH ST", "addr_range": "620-634 N 40TH ST; 4013-4017 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 7670, "objectid": 5382, "Shape__Area": 1214.52734375, "Shape__Length": 144.66058059014586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202586348063903, 39.964309093240097 ], [ -75.202619164548494, 39.964491457178397 ], [ -75.203025797402404, 39.964446887384902 ], [ -75.203027054543398, 39.9644468990736 ], [ -75.202993599990407, 39.9642675025353 ], [ -75.202586348063903, 39.964309093240097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4141 LEIDY AVE", "addr_range": "4123-4147 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2599, "objectid": 5383, "Shape__Area": 411.7890625, "Shape__Length": 141.18142886881526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207885106651702, 39.974851184758201 ], [ -75.207936563613998, 39.974870814139798 ], [ -75.208185440089906, 39.974471934473002 ], [ -75.208133272497605, 39.974452837266298 ], [ -75.207885106651702, 39.974851184758201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3962 PENNSGROVE ST", "addr_range": "3958, 3962-3966, 3970, 3974-3984 PENNSGROVE ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1334, "objectid": 5384, "Shape__Area": 211.3125, "Shape__Length": 81.465047451676256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203010170368003, 39.971554849636902 ], [ -75.203058727035796, 39.971790306578697 ], [ -75.203112646372702, 39.971783862833703 ], [ -75.203064554224298, 39.971548286484499 ], [ -75.203010170368003, 39.971554849636902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1440 S FALLON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 687, "objectid": 5385, "Shape__Area": 108.71484375, "Shape__Length": 49.980633950392004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211084941843197, 39.940621322913998 ], [ -75.210954230939606, 39.940709715412602 ], [ -75.210989267746996, 39.940739393386501 ], [ -75.2111172624993, 39.940649136015502 ], [ -75.211084941843197, 39.940621322913998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5221 WOODLAND AVE", "addr_range": "5221-5225 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1620, "objectid": 5386, "Shape__Area": 256.4140625, "Shape__Length": 81.231061383626923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.217021243021193, 39.937901344968999 ], [ -75.217220882507505, 39.938067869152 ], [ -75.217272642950903, 39.938030905250102 ], [ -75.217072779724603, 39.9378653276733 ], [ -75.217021243021193, 39.937901344968999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5415 WOODLAND AVE", "addr_range": "5415-5427 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1564, "objectid": 5387, "Shape__Area": 247.53125, "Shape__Length": 80.231547296821532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219648457151095, 39.936069641440199 ], [ -75.219598974900293, 39.936104560891501 ], [ -75.219659746996697, 39.936156727126999 ], [ -75.219795522229703, 39.936270350118498 ], [ -75.219846318171193, 39.936235041499302 ], [ -75.219648457151095, 39.936069641440199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5438 WOODLAND AVE", "addr_range": "5438-5442 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1725, "objectid": 5388, "Shape__Area": 273.05859375, "Shape__Length": 84.597072982495234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219816634406001, 39.935314039256802 ], [ -75.220025660580305, 39.935488244869397 ], [ -75.220078057993206, 39.935449827000198 ], [ -75.219867683898698, 39.935276930632902 ], [ -75.219816634406001, 39.935314039256802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5536 WOODLAND AVE", "addr_range": "5530-5532, 5536 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1320, "objectid": 5389, "Shape__Area": 208.92578125, "Shape__Length": 78.372532029749181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221253580390794, 39.934322946286102 ], [ -75.221210913049305, 39.934351987160802 ], [ -75.221213472806795, 39.9343541240113 ], [ -75.221316377689206, 39.934440021084001 ], [ -75.2214103220402, 39.934519095446603 ], [ -75.221452446716697, 39.934488848708199 ], [ -75.221253580390794, 39.934322946286102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1433 S FALLON ST", "addr_range": "1431-1437 S FALLON ST", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 710, "objectid": 5390, "Shape__Area": 112.44140625, "Shape__Length": 50.993205128192692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210881406209097, 39.940972367363102 ], [ -75.210915126907494, 39.941000211513199 ], [ -75.211046989269093, 39.940909055931897 ], [ -75.211012173101395, 39.940879077422402 ], [ -75.210881406209097, 39.940972367363102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1426 S FALLON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 670, "objectid": 5391, "Shape__Area": 106.15234375, "Shape__Length": 49.704169211792546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211320915430406, 39.9408207392799 ], [ -75.211194054580403, 39.940912602336503 ], [ -75.211227309110498, 39.940940081078999 ], [ -75.211353927524897, 39.940849099206098 ], [ -75.211320915430406, 39.9408207392799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1724 S 58TH ST", "addr_range": "1722-1726 S 58TH ST", "zipcode": 19143, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1218, "objectid": 5392, "Shape__Area": 192.734375, "Shape__Length": 73.002387732289279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230524648112393, 39.937279591362497 ], [ -75.230563528734194, 39.937312538981502 ], [ -75.230762641667397, 39.937171515267103 ], [ -75.230723298767998, 39.937139765798598 ], [ -75.230524648112393, 39.937279591362497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5650 FLORENCE AVE", "addr_range": "5648-5650 FLORENCE AVE", "zipcode": 19143, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1323, "objectid": 5393, "Shape__Area": 209.46875, "Shape__Length": 69.132849279211698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230644401360493, 39.939851638383701 ], [ -75.230661137599697, 39.939865675930797 ], [ -75.230806267881107, 39.939987422279103 ], [ -75.230854128115894, 39.939953831950497 ], [ -75.230857461970302, 39.939951487799803 ], [ -75.230814405885198, 39.939914209417402 ], [ -75.230782445458203, 39.939887780363101 ], [ -75.230754225044905, 39.939863270580403 ], [ -75.230747293863203, 39.939857605138599 ], [ -75.230713916055905, 39.939828743774697 ], [ -75.230709817678502, 39.939825188519301 ], [ -75.2306966659078, 39.9398144868169 ], [ -75.230681014959202, 39.939826555173902 ], [ -75.230654501142496, 39.939844703612401 ], [ -75.230644401360493, 39.939851638383701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1435 S FALLON ST", "addr_range": "1431-1437 S FALLON ST", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 716, "objectid": 5394, "Shape__Area": 113.40625, "Shape__Length": 51.264270762053485 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210978536720603, 39.940850042239298 ], [ -75.210846362100099, 39.940943415404497 ], [ -75.210881406209097, 39.940972367363102 ], [ -75.211012173101395, 39.940879077422402 ], [ -75.210978536720603, 39.940850042239298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5442 WOODLAND AVE", "addr_range": "5438-5442 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1554, "objectid": 5395, "Shape__Area": 245.94921875, "Shape__Length": 82.83381436896947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219919160485006, 39.935240169284597 ], [ -75.220128216577905, 39.935413037384698 ], [ -75.220159270177305, 39.935390526138299 ], [ -75.220174979838006, 39.9353791371433 ], [ -75.219966142648602, 39.9352060162717 ], [ -75.219952950812399, 39.935215606523997 ], [ -75.219919160485006, 39.935240169284597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4927 PASCHALL AVE", "addr_range": "4919-4927 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1054, "objectid": 5396, "Shape__Area": 166.8515625, "Shape__Length": 71.194175839221074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212337399305, 39.939338937148797 ], [ -75.212520161377199, 39.939491200087801 ], [ -75.212557273597994, 39.939465262280997 ], [ -75.212374037473893, 39.939313343907799 ], [ -75.212337399305, 39.939338937148797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1738 S 58TH ST", "addr_range": "1734-1738 S 58TH ST", "zipcode": 19143, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1218, "objectid": 5397, "Shape__Area": 192.8125, "Shape__Length": 72.997302975553211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230357678528094, 39.936829202658799 ], [ -75.230158841632004, 39.936969572202301 ], [ -75.230196685258093, 39.937001625905701 ], [ -75.230397150256906, 39.9368625507567 ], [ -75.230357678528094, 39.936829202658799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1439 HANSON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 705, "objectid": 5398, "Shape__Area": 111.66796875, "Shape__Length": 50.565425853237393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211256178191704, 39.940551286021801 ], [ -75.211128586255697, 39.9406436797236 ], [ -75.211162274322902, 39.940671894293402 ], [ -75.211292253396294, 39.940580616574501 ], [ -75.211256178191704, 39.940551286021801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5425-27 WOODLAND AVE", "addr_range": "5415-5427 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 3057, "objectid": 5399, "Shape__Area": 483.78515625, "Shape__Length": 94.87651317145631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219863512195204, 39.935919976144497 ], [ -75.219819902504597, 39.935950140918401 ], [ -75.220015880390207, 39.936117143464799 ], [ -75.220061560985201, 39.936085396191302 ], [ -75.220115817697504, 39.936047664426198 ], [ -75.219917738853198, 39.935882485278498 ], [ -75.219863512195204, 39.935919976144497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1433 HANSON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 673, "objectid": 5400, "Shape__Area": 106.5, "Shape__Length": 50.109883351512224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211230512129703, 39.9407304517214 ], [ -75.211263766013701, 39.940757945757902 ], [ -75.211393193438695, 39.9406663016197 ], [ -75.211360399744606, 39.940638834024703 ], [ -75.211230512129703, 39.9407304517214 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5512 BALTIMORE AVE", "addr_range": "5512-5516 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1832, "objectid": 5401, "Shape__Area": 289.9921875, "Shape__Length": 95.340155595755661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234132874452698, 39.946810200536703 ], [ -75.234247261929596, 39.947075053185998 ], [ -75.234307315135197, 39.947060685715002 ], [ -75.234195590736803, 39.946795165335303 ], [ -75.234132874452698, 39.946810200536703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1257 S RUBY ST", "addr_range": "1257 S RUBY ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 728, "objectid": 5402, "Shape__Area": 115.25, "Shape__Length": 51.060530562721276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223809310827093, 39.941303708643197 ], [ -75.223678511111501, 39.941395481279201 ], [ -75.223714766669502, 39.941425182080202 ], [ -75.223844115385802, 39.941333554941998 ], [ -75.223809310827093, 39.941303708643197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1445 HANSON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 692, "objectid": 5403, "Shape__Area": 109.64453125, "Shape__Length": 50.388160556337361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211157227374898, 39.940466128719102 ], [ -75.211026165502304, 39.9405572525705 ], [ -75.211060781753304, 39.940585841812897 ], [ -75.211189722452104, 39.940494911537002 ], [ -75.211157227374898, 39.940466128719102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5225 WOODLAND AVE", "addr_range": "5221-5225 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1399, "objectid": 5404, "Shape__Area": 221.47265625, "Shape__Length": 78.902342666903081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.217125017740798, 39.937828455476598 ], [ -75.217324642771402, 39.937994269170296 ], [ -75.217368968218494, 39.937962960608999 ], [ -75.217189249527706, 39.937812529700302 ], [ -75.217169880376403, 39.937797367888102 ], [ -75.217125017740798, 39.937828455476598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1349 S WILTON ST", "addr_range": "1349-1353 S WILTON ST", "zipcode": 19143, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 902, "objectid": 5405, "Shape__Area": 142.7578125, "Shape__Length": 57.122015458438213 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219380253047106, 39.940505758861804 ], [ -75.2194186560383, 39.940538459228797 ], [ -75.219465283755596, 39.940506071686102 ], [ -75.219546679045195, 39.940449386256702 ], [ -75.219566550387896, 39.940436477244603 ], [ -75.219527717789703, 39.940403494446102 ], [ -75.219400788253793, 39.940490237208003 ], [ -75.219380253047106, 39.940505758861804 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1808 S VOGDES ST", "addr_range": "1808 S VOGDES ST; 5524-5528 WOODLAND AVE; 1807 S ALLISON ST", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 718, "objectid": 5406, "Shape__Area": 113.62109375, "Shape__Length": 52.542545113355565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2208329258833, 39.934660627405499 ], [ -75.220874982739502, 39.934678384651498 ], [ -75.220911619665898, 39.934627914876501 ], [ -75.220925674354206, 39.9346092209231 ], [ -75.220938276544999, 39.934591879774501 ], [ -75.220963717527496, 39.934554172628403 ], [ -75.220924179313201, 39.934532361494597 ], [ -75.220892155463901, 39.934577032353502 ], [ -75.2208329258833, 39.934660627405499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5524 WOODLAND AVE", "addr_range": "1808 S VOGDES ST; 5524-5528 WOODLAND AVE; 1807 S ALLISON ST", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1130, "objectid": 5407, "Shape__Area": 178.8828125, "Shape__Length": 65.190463018320727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220911619665898, 39.934627914876501 ], [ -75.220874982739502, 39.934678384651498 ], [ -75.221066945656403, 39.934759119857297 ], [ -75.221087269745297, 39.934746415222897 ], [ -75.221096441046697, 39.9347396536281 ], [ -75.221106982521803, 39.934732084315698 ], [ -75.220911619665898, 39.934627914876501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6086 UPLAND ST", "addr_range": "6086-6090 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 841, "objectid": 5408, "Shape__Area": 133.0546875, "Shape__Length": 58.109419367210037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231003511746295, 39.930472253103602 ], [ -75.230965059545596, 39.930499086201699 ], [ -75.231105998939199, 39.930618725932 ], [ -75.231142659374498, 39.930592239959402 ], [ -75.231003511746295, 39.930472253103602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2050 S 61ST ST", "addr_range": "2050 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1297, "objectid": 5409, "Shape__Area": 205.2578125, "Shape__Length": 75.943980068466402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230979280610796, 39.930113125834197 ], [ -75.231026733059394, 39.930142296384602 ], [ -75.231076738523399, 39.930107126032503 ], [ -75.231131241575298, 39.930068669401599 ], [ -75.231174976540302, 39.930038293337503 ], [ -75.231231446203196, 39.929999284297402 ], [ -75.231208555087704, 39.929980259726698 ], [ -75.231191858462296, 39.929966352819797 ], [ -75.231188613475894, 39.929968617831797 ], [ -75.231167035551294, 39.929983635632396 ], [ -75.231144260882104, 39.929999302890998 ], [ -75.231118831705302, 39.930016491287702 ], [ -75.231067148847799, 39.930052335698797 ], [ -75.231030524735104, 39.930078385456 ], [ -75.230979280610796, 39.930113125834197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2036 S 61ST ST", "addr_range": "2036 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1021, "objectid": 5410, "Shape__Area": 161.55859375, "Shape__Length": 61.494297892888255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231301928960406, 39.930306522580203 ], [ -75.231345487283306, 39.9303368805747 ], [ -75.231449400147397, 39.930266851416498 ], [ -75.231505556784697, 39.930228994949402 ], [ -75.231503727856094, 39.930227470841899 ], [ -75.231463137525097, 39.930193921886698 ], [ -75.231421116535699, 39.930223271624897 ], [ -75.231371808705006, 39.930257683490403 ], [ -75.231301928960406, 39.930306522580203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6180 UPLAND ST", "addr_range": "6170-6180 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 472, "objectid": 5411, "Shape__Area": 74.75, "Shape__Length": 43.786895880340822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232840814465206, 39.929291649956802 ], [ -75.232951603875804, 39.929215030090297 ], [ -75.232946599554296, 39.929210481040997 ], [ -75.232791642560699, 39.929250315905698 ], [ -75.232840814465206, 39.929291649956802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6019 ALLMAN ST", "addr_range": "6009-6019 ALLMAN ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 855, "objectid": 5412, "Shape__Area": 135.41015625, "Shape__Length": 57.93206792812753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231286016390001, 39.932622028916903 ], [ -75.231425388486798, 39.932740038054703 ], [ -75.231464100337803, 39.932713017668299 ], [ -75.231325259900501, 39.9325947787869 ], [ -75.231286016390001, 39.932622028916903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6033 REGENT ST", "addr_range": "6031-6033 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 910, "objectid": 5413, "Shape__Area": 144.0390625, "Shape__Length": 56.963007724326879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231881721904102, 39.932811458065302 ], [ -75.232014921812905, 39.932922576159498 ], [ -75.232058218513203, 39.932892158571001 ], [ -75.231925596534396, 39.9327807306598 ], [ -75.231886171018402, 39.932808348206599 ], [ -75.231881721904102, 39.932811458065302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6023 REGENT ST", "addr_range": "6017-6023 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 914, "objectid": 5414, "Shape__Area": 144.73828125, "Shape__Length": 57.14441476942374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231668516641705, 39.932960814508498 ], [ -75.231802054055507, 39.9330724249984 ], [ -75.231845073702203, 39.9330421617802 ], [ -75.231712632646904, 39.932929769022898 ], [ -75.231668516641705, 39.932960814508498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6166 UPLAND ST", "addr_range": "6154-6168 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 793, "objectid": 5415, "Shape__Area": 125.5546875, "Shape__Length": 58.304751914226763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232433806288199, 39.929347070933403 ], [ -75.232503061250497, 39.929406620883199 ], [ -75.232510771918299, 39.929413271022298 ], [ -75.232582565859303, 39.929472651409498 ], [ -75.232618429587106, 39.929447326005103 ], [ -75.232545811926897, 39.929388635741098 ], [ -75.232547339937696, 39.929387572771802 ], [ -75.232545323449699, 39.929386594171497 ], [ -75.232540630676198, 39.929382702462902 ], [ -75.232482613840801, 39.929334601337899 ], [ -75.232433806288199, 39.929347070933403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6164 UPLAND ST", "addr_range": "6154-6168 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 904, "objectid": 5416, "Shape__Area": 143.0703125, "Shape__Length": 60.921558173298898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232394714583407, 39.9293753725849 ], [ -75.232395944552806, 39.9293772376204 ], [ -75.232464177098507, 39.929433268380102 ], [ -75.232471105626701, 39.9294389805329 ], [ -75.232473107600001, 39.929439750685603 ], [ -75.232544705501198, 39.929499368259997 ], [ -75.232582565859303, 39.929472651409498 ], [ -75.232510771918299, 39.929413271022298 ], [ -75.232503061250497, 39.929406620883199 ], [ -75.232433806288199, 39.929347070933403 ], [ -75.232394714583407, 39.9293753725849 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1940 S 65TH ST", "addr_range": "1936-1944 S 65TH ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1048, "objectid": 5417, "Shape__Area": 165.8125, "Shape__Length": 67.204457657566564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237525650645097, 39.9278475510026 ], [ -75.237494351672296, 39.927871286728099 ], [ -75.237470246076199, 39.927889586674297 ], [ -75.237386901086794, 39.927948868756602 ], [ -75.237346421319899, 39.927977980446599 ], [ -75.237352737581404, 39.927983261722702 ], [ -75.237382133329405, 39.928008197539398 ], [ -75.237423016249096, 39.9279795136327 ], [ -75.237563516010994, 39.927879540623302 ], [ -75.237525650645097, 39.9278475510026 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6041 TRINITY ST", "addr_range": "6035-6045 TRINITY ST", "zipcode": 19142, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 867, "objectid": 5418, "Shape__Area": 137.2734375, "Shape__Length": 56.217726230118984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232952166493803, 39.9333703821762 ], [ -75.233088315798, 39.933484514455799 ], [ -75.233120354411696, 39.933447175714498 ], [ -75.2329942692201, 39.933340566027198 ], [ -75.232952166493803, 39.9333703821762 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6043 TRINITY ST", "addr_range": "6035-6045 TRINITY ST", "zipcode": 19142, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 857, "objectid": 5419, "Shape__Area": 135.67578125, "Shape__Length": 55.476899365937463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233120354411696, 39.933447175714498 ], [ -75.233127536207803, 39.933453361893399 ], [ -75.233159905348401, 39.933414997853703 ], [ -75.233036880879197, 39.933311164679402 ], [ -75.2329942692201, 39.933340566027198 ], [ -75.233120354411696, 39.933447175714498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6029 TRINITY ST", "addr_range": "6029-6031 TRINITY ST", "zipcode": 19142, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 946, "objectid": 5420, "Shape__Area": 149.77734375, "Shape__Length": 60.292611942868383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232695682761204, 39.933549079448099 ], [ -75.232839354749103, 39.933670968040197 ], [ -75.232880604401302, 39.933642134211198 ], [ -75.232737506065803, 39.933519482504401 ], [ -75.232695682761204, 39.933549079448099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6037 TRINITY ST", "addr_range": "6035-6045 TRINITY ST", "zipcode": 19142, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 982, "objectid": 5421, "Shape__Area": 155.41796875, "Shape__Length": 60.747127134038571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232866039398701, 39.933431019211298 ], [ -75.233011297137097, 39.933551363845901 ], [ -75.233054151866099, 39.933521596613197 ], [ -75.232909255803506, 39.933399986863201 ], [ -75.232866039398701, 39.933431019211298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1936 S 65TH ST", "addr_range": "1936-1944 S 65TH ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1122, "objectid": 5422, "Shape__Area": 177.609375, "Shape__Length": 67.799535322332261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237422646057993, 39.928042177846201 ], [ -75.237460841162004, 39.928074335101201 ], [ -75.237501607853602, 39.928045408054103 ], [ -75.237535036795293, 39.928021831615702 ], [ -75.237543019784795, 39.928016025711699 ], [ -75.237642048090095, 39.927945367871402 ], [ -75.237602850687296, 39.927912559823199 ], [ -75.237462157858801, 39.928012658394202 ], [ -75.237422646057993, 39.928042177846201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6039 TRINITY ST", "addr_range": "6035-6045 TRINITY ST", "zipcode": 19142, "district": "2", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 946, "objectid": 5423, "Shape__Area": 149.76953125, "Shape__Length": 59.410670381439537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232909255803506, 39.933399986863201 ], [ -75.233054151866099, 39.933521596613197 ], [ -75.233059998002403, 39.933517549698998 ], [ -75.233088315798, 39.933484514455799 ], [ -75.232952166493803, 39.9333703821762 ], [ -75.232909255803506, 39.933399986863201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1944 S 65TH ST", "addr_range": "1936-1944 S 65TH ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1174, "objectid": 5424, "Shape__Area": 185.8203125, "Shape__Length": 68.79942086995095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237264044065199, 39.927908603508598 ], [ -75.237295271797706, 39.927934917468797 ], [ -75.237305563366803, 39.927943685307397 ], [ -75.237337073898601, 39.927919326273098 ], [ -75.237346074080605, 39.927913736384497 ], [ -75.237390028821295, 39.927882396989702 ], [ -75.237437055126193, 39.9278489471724 ], [ -75.237486282899297, 39.927814288682399 ], [ -75.237445174514903, 39.9277793925475 ], [ -75.237416453222593, 39.927800797992901 ], [ -75.237393358169498, 39.927816106235298 ], [ -75.237364977799302, 39.927837342543199 ], [ -75.237361429068201, 39.9278387469245 ], [ -75.237355006175093, 39.927844296878497 ], [ -75.237304468679596, 39.927879812294599 ], [ -75.237264044065199, 39.927908603508598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1942 S 65TH ST", "addr_range": "1936-1944 S 65TH ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1180, "objectid": 5425, "Shape__Area": 186.7265625, "Shape__Length": 68.303112217916023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237486282899297, 39.927814288682399 ], [ -75.237437055126193, 39.9278489471724 ], [ -75.237390028821295, 39.927882396989702 ], [ -75.237346074080605, 39.927913736384497 ], [ -75.237337073898601, 39.927919326273098 ], [ -75.237305563366803, 39.927943685307397 ], [ -75.237328128192701, 39.927962508677297 ], [ -75.237346421319899, 39.927977980446599 ], [ -75.237386901086794, 39.927948868756602 ], [ -75.237470246076199, 39.927889586674297 ], [ -75.237494351672296, 39.927871286728099 ], [ -75.237525650645097, 39.9278475510026 ], [ -75.237486282899297, 39.927814288682399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6027 UPLAND ST", "addr_range": "6023-6049 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 984, "objectid": 5426, "Shape__Area": 155.65625, "Shape__Length": 60.790051077011199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230061528558593, 39.931461041729698 ], [ -75.230205208222998, 39.931583079955999 ], [ -75.230249126306703, 39.931552853299202 ], [ -75.230104700800197, 39.931431202386598 ], [ -75.230061528558593, 39.931461041729698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6037 UPLAND ST", "addr_range": "6023-6049 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 904, "objectid": 5427, "Shape__Area": 143.03125, "Shape__Length": 59.884012500627712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230267725671098, 39.931316015874799 ], [ -75.230412111145199, 39.9314387793344 ], [ -75.230451464373104, 39.931411370642103 ], [ -75.230307988867594, 39.9312884010753 ], [ -75.230267725671098, 39.931316015874799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6035 UPLAND ST", "addr_range": "6023-6049 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 923, "objectid": 5428, "Shape__Area": 146.046875, "Shape__Length": 60.180166173524746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230226542250307, 39.931344206901898 ], [ -75.230371825051904, 39.9314664738571 ], [ -75.230412111145199, 39.9314387793344 ], [ -75.230267725671098, 39.931316015874799 ], [ -75.230238401106206, 39.931336101705199 ], [ -75.230226542250307, 39.931344206901898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6011 REGENT ST", "addr_range": "6011-6013 REGENT ST", "zipcode": 19142, "district": "2", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 819, "objectid": 5429, "Shape__Area": 129.671875, "Shape__Length": 55.64161136966954 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231457737305007, 39.933109047149003 ], [ -75.231419128105898, 39.933136133763199 ], [ -75.231517685981601, 39.933219798725197 ], [ -75.231551295265902, 39.933247988357003 ], [ -75.231590999587794, 39.933220216662001 ], [ -75.231457737305007, 39.933109047149003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6174 REINHARD ST", "addr_range": "6154-6176 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 893, "objectid": 5430, "Shape__Area": 141.3828125, "Shape__Length": 60.606079285036031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233028000751304, 39.9295579647072 ], [ -75.233049718549694, 39.929576479319898 ], [ -75.233068139406697, 39.929592438421402 ], [ -75.233106782960505, 39.929625412484803 ], [ -75.233138817060905, 39.9296520209965 ], [ -75.233153319854097, 39.929664089185103 ], [ -75.233176938004405, 39.929683339246502 ], [ -75.233214502907302, 39.929656695894998 ], [ -75.233207192695403, 39.9296499744054 ], [ -75.233170933155705, 39.929619872817703 ], [ -75.233144834341701, 39.929598684327601 ], [ -75.233126731869604, 39.929583165605798 ], [ -75.233087117423906, 39.929549799930399 ], [ -75.233081128555796, 39.929544752652099 ], [ -75.2330657274956, 39.929531470017203 ], [ -75.233054013031506, 39.929539675968797 ], [ -75.233046037847302, 39.929545255593901 ], [ -75.233028000751304, 39.9295579647072 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6025 UPLAND ST", "addr_range": "6023-6049 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 874, "objectid": 5431, "Shape__Area": 138.2890625, "Shape__Length": 59.416883189780634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230023241482797, 39.931487909695399 ], [ -75.2301676094025, 39.931610576671602 ], [ -75.230205208222998, 39.931583079955999 ], [ -75.230061528558593, 39.931461041729698 ], [ -75.230023241482797, 39.931487909695399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2303 N MYRTLEWOOD ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 629, "objectid": 5432, "Shape__Area": 99.81640625, "Shape__Length": 46.873479940434585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180713919267305, 39.991237180368799 ], [ -75.180871378133403, 39.991258597124002 ], [ -75.180880135745596, 39.991220445240899 ], [ -75.180721867679594, 39.991199396014899 ], [ -75.180713919267305, 39.991237180368799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2922R W GORDON ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 471, "objectid": 5433, "Shape__Area": 74.6875, "Shape__Length": 39.952593938804725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180584508642298, 39.991560676382598 ], [ -75.180628021325006, 39.991566599668097 ], [ -75.180650507674798, 39.991464709489598 ], [ -75.180605857747693, 39.991458906717497 ], [ -75.180584508642298, 39.991560676382598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2345 N 24TH ST", "addr_range": "2323-2331 W SEDGLEY AVE; 2345 N 24TH ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 734, "objectid": 5434, "Shape__Area": 116.37890625, "Shape__Length": 50.409085671816328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171718111125202, 39.991230286281201 ], [ -75.171721092752904, 39.9912306767202 ], [ -75.171727851512202, 39.991198410988702 ], [ -75.171729281727707, 39.991191625148801 ], [ -75.171561000187694, 39.991165002500601 ], [ -75.171551960643896, 39.9912087751851 ], [ -75.171718111125202, 39.991230286281201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2629 W HAGERT ST", "addr_range": "2617-2637-41 W HAGERT ST; 2614-2616 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1656, "objectid": 5435, "Shape__Area": 262.578125, "Shape__Length": 101.7523156378559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175516884665598, 39.993102157028801 ], [ -75.175567962903301, 39.993108703313503 ], [ -75.175595765299704, 39.992974581446198 ], [ -75.1756027554936, 39.992943304621598 ], [ -75.175632917488301, 39.992802835781802 ], [ -75.175580551223703, 39.992796002943003 ], [ -75.175533863642599, 39.993018602280102 ], [ -75.175516884665598, 39.993102157028801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 N NEWKIRK ST", "addr_range": "2429-2435 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 701, "objectid": 5436, "Shape__Area": 111.17578125, "Shape__Length": 51.971043751266585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178105119747997, 39.993028947796603 ], [ -75.178113296852302, 39.993029986075399 ], [ -75.178287899781097, 39.993052016585402 ], [ -75.178294952251903, 39.993015196197597 ], [ -75.178121283094697, 39.992993411871304 ], [ -75.178112731477199, 39.992992333666201 ], [ -75.178106603589299, 39.993020761119297 ], [ -75.178105119747997, 39.993028947796603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3152 W GORDON ST", "addr_range": "3150-3152 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 880, "objectid": 5437, "Shape__Area": 139.53515625, "Shape__Length": 59.553492958902496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184493731546993, 39.992119443913801 ], [ -75.184441644361797, 39.992112442962402 ], [ -75.184409586305804, 39.9922753749333 ], [ -75.184460605078996, 39.992282350214197 ], [ -75.184493731546993, 39.992119443913801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2522 W DAKOTA ST", "addr_range": "2522-2526 W DAKOTA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 613, "objectid": 5438, "Shape__Area": 97.2265625, "Shape__Length": 46.126384272185241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174254967209706, 39.990569509833399 ], [ -75.1743045125192, 39.990576053861503 ], [ -75.174328929347098, 39.990457203226697 ], [ -75.174280232562793, 39.990450371904402 ], [ -75.174254967209706, 39.990569509833399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2317 N MYRTLEWOOD ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 550, "objectid": 5439, "Shape__Area": 87.26171875, "Shape__Length": 45.549718869039751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1808175947275, 39.991520806379697 ], [ -75.180824621817393, 39.9914874028333 ], [ -75.180666158992693, 39.9914670267448 ], [ -75.180659028494304, 39.991499848618801 ], [ -75.1808175947275, 39.991520806379697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2338 N 31ST ST", "addr_range": "2338-2340 N 31ST ST; 3108-3110 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 779, "objectid": 5440, "Shape__Area": 123.59765625, "Shape__Length": 55.919878710978253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182993263558103, 39.992404888799797 ], [ -75.182985221401495, 39.992441898121399 ], [ -75.183184504925293, 39.9924691313593 ], [ -75.183191281214206, 39.992431208927002 ], [ -75.182993263558103, 39.992404888799797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2631 W HAGERT ST", "addr_range": "2617-2637-41 W HAGERT ST; 2614-2616 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 4524, "objectid": 5441, "Shape__Area": 920.33984375, "Shape__Length": 184.77481173053974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175779847742007, 39.9931368447414 ], [ -75.175638378505596, 39.993118728692998 ], [ -75.175704717229806, 39.992812247947597 ], [ -75.175632917488301, 39.992802835781802 ], [ -75.175533900422295, 39.9932663957999 ], [ -75.175746909605493, 39.993294772431099 ], [ -75.175779847742007, 39.9931368447414 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2625 W HAGERT ST", "addr_range": "2617-2637-41 W HAGERT ST; 2614-2616 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1658, "objectid": 5442, "Shape__Area": 263.15625, "Shape__Length": 101.76679698176164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175525626465202, 39.992788678408097 ], [ -75.1754739000759, 39.992782086025997 ], [ -75.175409613681495, 39.9930880153236 ], [ -75.175461393763896, 39.993094835087803 ], [ -75.175525626465202, 39.992788678408097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2417 W YORK ST", "addr_range": "2417-2419 W YORK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2139, "objectid": 5443, "Shape__Area": 338.99609375, "Shape__Length": 104.69176580835162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172122300488894, 39.991898663875901 ], [ -75.172189699974595, 39.991907464969003 ], [ -75.172197065795402, 39.991874632595398 ], [ -75.172253323544794, 39.991602810724203 ], [ -75.172187163075904, 39.991594458261297 ], [ -75.172122300488894, 39.991898663875901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2340 N 26TH ST", "addr_range": "2609-2611 W ARIZONA ST; 2340-2344 N 26TH ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 970, "objectid": 5444, "Shape__Area": 153.76953125, "Shape__Length": 59.559214205197719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175312868855002, 39.991581306615402 ], [ -75.175108309074702, 39.991554650319202 ], [ -75.175098509195095, 39.991600307311103 ], [ -75.175303881752299, 39.9916260141664 ], [ -75.175312868855002, 39.991581306615402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3016 W CUMBERLAND ST", "addr_range": "3016-3018 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1033, "objectid": 5445, "Shape__Area": 163.78515625, "Shape__Length": 66.333667217711081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181526460855494, 39.9941952193997 ], [ -75.181526032539495, 39.994197128066197 ], [ -75.1815792789196, 39.994203993165698 ], [ -75.181587750250998, 39.994167865703901 ], [ -75.1816204215922, 39.994019956207701 ], [ -75.181567274245694, 39.994012737440997 ], [ -75.181526460855494, 39.9941952193997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2913 W DAUPHIN ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 2050, "objectid": 5446, "Shape__Area": 324.875, "Shape__Length": 103.32263515882244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180587656388596, 39.991450890243001 ], [ -75.180652042341706, 39.991457925896498 ], [ -75.180716016948196, 39.991157402303699 ], [ -75.180650300238, 39.9911489511368 ], [ -75.180587656388596, 39.991450890243001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2439 N NEWKIRK ST", "addr_range": "2439-2441 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 773, "objectid": 5447, "Shape__Area": 122.5546875, "Shape__Length": 52.993294899448998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178079959786899, 39.993143785560001 ], [ -75.178088219392293, 39.993144841906997 ], [ -75.178261851424594, 39.993167059730297 ], [ -75.178270536111796, 39.993126455626303 ], [ -75.178097045064106, 39.993104384233497 ], [ -75.178088639703901, 39.993103310205001 ], [ -75.1780803612413, 39.993141505986799 ], [ -75.178079959786899, 39.993143785560001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2438 N CORLIES ST", "addr_range": "2438 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 648, "objectid": 5448, "Shape__Area": 102.734375, "Shape__Length": 47.519049492295331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1816645146979, 39.993552374311001 ], [ -75.181656944151598, 39.993591262804699 ], [ -75.181816965861202, 39.993612156127298 ], [ -75.181824520541497, 39.993573653803402 ], [ -75.1816645146979, 39.993552374311001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2315 N MYRTLEWOOD ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 648, "objectid": 5449, "Shape__Area": 102.75390625, "Shape__Length": 47.232523449152325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180824621817393, 39.9914874028333 ], [ -75.180832631151404, 39.991447976393403 ], [ -75.1806744360523, 39.991428266747498 ], [ -75.180666158992693, 39.9914670267448 ], [ -75.180824621817393, 39.9914874028333 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2223 N 30TH ST", "addr_range": "2221-2225 N 30TH ST; 2922-2928 W FLETCHER ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 716, "objectid": 5450, "Shape__Area": 113.515625, "Shape__Length": 51.186824756579504 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1816482168731, 39.990212000175298 ], [ -75.181471709115797, 39.990190607765797 ], [ -75.181463507461601, 39.990229031617197 ], [ -75.181639716465696, 39.990251109328 ], [ -75.1816482168731, 39.990212000175298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2307 N MYRTLEWOOD ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 568, "objectid": 5451, "Shape__Area": 90.06640625, "Shape__Length": 45.492830604571864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180862735596605, 39.991293707068301 ], [ -75.180706694848496, 39.991274126770598 ], [ -75.180699138197198, 39.991308243770398 ], [ -75.180855638451902, 39.991328963327803 ], [ -75.180862735596605, 39.991293707068301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2526 W DAKOTA ST", "addr_range": "2522-2526 W DAKOTA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 689, "objectid": 5452, "Shape__Area": 109.27734375, "Shape__Length": 47.487065081124214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174351187637299, 39.990582049617501 ], [ -75.174406508410001, 39.990589353009703 ], [ -75.174431377911603, 39.9904702061705 ], [ -75.174376016104304, 39.990463369492801 ], [ -75.174351187637299, 39.990582049617501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3866 CAMBRIDGE ST", "addr_range": "3866-3868 CAMBRIDGE ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1411, "objectid": 5453, "Shape__Area": 223.51953125, "Shape__Length": 86.359783379353445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201182303637594, 39.973417960365403 ], [ -75.201231813756706, 39.973670913444799 ], [ -75.201284298120399, 39.973664712555099 ], [ -75.201236585550205, 39.9734114128972 ], [ -75.201182303637594, 39.973417960365403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4279 MANTUA AVE", "addr_range": "4279-4281 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1642, "objectid": 5454, "Shape__Area": 260.15625, "Shape__Length": 91.470198567594622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210713375431695, 39.972533051749899 ], [ -75.210770254984098, 39.972547157803703 ], [ -75.210859538181893, 39.972351829321497 ], [ -75.210886075180596, 39.972293790116701 ], [ -75.210829590064606, 39.972278629661702 ], [ -75.210793287365107, 39.972358101134503 ], [ -75.210713375431695, 39.972533051749899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4312 FAIRMOUNT AVE", "addr_range": "4308-4312 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2248, "objectid": 5455, "Shape__Area": 356.0234375, "Shape__Length": 107.10766855102037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210214385510398, 39.9642247030433 ], [ -75.210244885695403, 39.964487515842201 ], [ -75.210315144656093, 39.964482009886098 ], [ -75.210307121000596, 39.964414211148998 ], [ -75.210297301875997, 39.964335023641297 ], [ -75.210287257716999, 39.964252365895497 ], [ -75.210277551270593, 39.964168505577099 ], [ -75.2102082489167, 39.964173645247698 ], [ -75.210214385510398, 39.9642247030433 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "733 N 42ND ST", "addr_range": "731-737 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1062, "objectid": 5456, "Shape__Area": 168.2109375, "Shape__Length": 63.976303738809619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207276841129996, 39.966761024096897 ], [ -75.207284063630595, 39.966807575909499 ], [ -75.207506976572702, 39.966784387163003 ], [ -75.207510232434601, 39.966784152967399 ], [ -75.207502802668699, 39.966740287876398 ], [ -75.207499786934804, 39.966740269705603 ], [ -75.207276841129996, 39.966761024096897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4238 LANCASTER AVE", "addr_range": "4234-4240 LANCASTER AVE; 4215-4223 BROWN ST", "zipcode": 19104, "district": "3", "year": "2003", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 862, "objectid": 5457, "Shape__Area": 136.5703125, "Shape__Length": 57.773945134945201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209248719860298, 39.967299093620902 ], [ -75.209290456085299, 39.967324728691302 ], [ -75.209389794563506, 39.967229614605202 ], [ -75.209418838264298, 39.967201435517602 ], [ -75.209377739458802, 39.967175539801403 ], [ -75.209248719860298, 39.967299093620902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "650 N 43RD ST", "addr_range": "646-656 N 43RD ST; 4300-4304 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2760, "objectid": 5458, "Shape__Area": 437.03125, "Shape__Length": 107.41887799356942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209395389732904, 39.964271920624803 ], [ -75.209404003998003, 39.964340715518198 ], [ -75.209794616644302, 39.964313160078802 ], [ -75.209786864357099, 39.964244851026699 ], [ -75.209395389732904, 39.964271920624803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4308 FAIRMOUNT AVE", "addr_range": "4308-4312 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2292, "objectid": 5459, "Shape__Area": 362.921875, "Shape__Length": 107.52341756859033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210063009916993, 39.964184357844601 ], [ -75.210101183658495, 39.964498003936001 ], [ -75.210171552749102, 39.964492904154199 ], [ -75.210134786921998, 39.964179111762398 ], [ -75.210134686397396, 39.964179013129801 ], [ -75.210133419623602, 39.964179823019997 ], [ -75.210064561315903, 39.964184892244702 ], [ -75.210063419751407, 39.964184044358298 ], [ -75.210063009916993, 39.964184357844601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4143 LEIDY AVE", "addr_range": "4123-4147 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2616, "objectid": 5460, "Shape__Area": 414.4375, "Shape__Length": 141.32772002723686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207936563613998, 39.974870814139798 ], [ -75.207988732675702, 39.974889910561402 ], [ -75.208237784716303, 39.974491340115499 ], [ -75.208185440089906, 39.974471934473002 ], [ -75.207936563613998, 39.974870814139798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3974 PENNSGROVE ST", "addr_range": "3958, 3962-3966, 3970, 3974-3984 PENNSGROVE ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1358, "objectid": 5461, "Shape__Area": 215.12890625, "Shape__Length": 81.592046667479707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203341932068994, 39.971516239306197 ], [ -75.203387821182304, 39.971751879252203 ], [ -75.2034443050524, 39.971745185925897 ], [ -75.203396018472503, 39.971510299198599 ], [ -75.203341932068994, 39.971516239306197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "892 LEX ST", "addr_range": "892 LEX ST; 4424-4428 LANCASTER AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1671, "objectid": 5462, "Shape__Area": 264.76953125, "Shape__Length": 80.568660208973952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212189364902798, 39.969042929803798 ], [ -75.212197976487403, 39.9690995382945 ], [ -75.212358948057997, 39.969086302820401 ], [ -75.212455285716999, 39.969078776411202 ], [ -75.212484089698293, 39.9690754652121 ], [ -75.212482817181197, 39.969057963044399 ], [ -75.212476586521603, 39.969020024631199 ], [ -75.212189364902798, 39.969042929803798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3920 W GIRARD AVE", "addr_range": "3920-3922 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2816, "objectid": 5463, "Shape__Area": 446.05859375, "Shape__Length": 110.27878666194465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202737829319503, 39.973858344552198 ], [ -75.202649365822296, 39.973867971330399 ], [ -75.202706241463702, 39.9741766196531 ], [ -75.202792994799793, 39.9741673251742 ], [ -75.202737829319503, 39.973858344552198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4191 LEIDY AVE", "addr_range": "4185-4191 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1468, "objectid": 5464, "Shape__Area": 232.55859375, "Shape__Length": 85.507834341445729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209281246801297, 39.9751552029539 ], [ -75.2093328729907, 39.975174238077599 ], [ -75.209337013618807, 39.975167737116102 ], [ -75.209341264391298, 39.975160545722296 ], [ -75.209345789119894, 39.975152699058 ], [ -75.209471894826905, 39.974947821615203 ], [ -75.209419558613604, 39.974928705058403 ], [ -75.2092894360526, 39.975141843101497 ], [ -75.209285239422599, 39.975148714034397 ], [ -75.209281246801297, 39.9751552029539 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3970 PENNSGROVE ST", "addr_range": "3958, 3962-3966, 3970, 3974-3984 PENNSGROVE ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1331, "objectid": 5465, "Shape__Area": 210.86328125, "Shape__Length": 81.397223986154231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203231600235597, 39.971529201386602 ], [ -75.203277446840801, 39.971764871976603 ], [ -75.203331342735098, 39.971758427609501 ], [ -75.203285892592703, 39.971522797379301 ], [ -75.203231600235597, 39.971529201386602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4269 MANTUA AVE", "addr_range": "4263-4271 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1630, "objectid": 5466, "Shape__Area": 258.2734375, "Shape__Length": 91.533872642133502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210436682482296, 39.9724588244665 ], [ -75.210492822829707, 39.972473654924599 ], [ -75.210535028707696, 39.972382546188697 ], [ -75.210610514613805, 39.972219522518003 ], [ -75.210554687994104, 39.972204731492099 ], [ -75.210469219638298, 39.972388778037001 ], [ -75.210436682482296, 39.9724588244665 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4022-26 W GIRARD AVE", "addr_range": "4020-4026 W GIRARD AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 6400, "objectid": 5467, "Shape__Area": 1013.75, "Shape__Length": 159.42365145383661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205101123778604, 39.973580279708401 ], [ -75.205159171771598, 39.973890903249199 ], [ -75.205302412265993, 39.973874317165802 ], [ -75.205238845460897, 39.973552690804503 ], [ -75.205222511925598, 39.973466926950898 ], [ -75.205217486952506, 39.973440540444798 ], [ -75.205150623007597, 39.9734474405575 ], [ -75.205077367583996, 39.9734560513471 ], [ -75.2050824514737, 39.9734825517926 ], [ -75.205101123778604, 39.973580279708401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4219 MANTUA AVE", "addr_range": "4215-4219 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1641, "objectid": 5468, "Shape__Area": 259.89453125, "Shape__Length": 92.003977085441605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209095091370997, 39.972099220673499 ], [ -75.209150805568399, 39.972114220763601 ], [ -75.209266842433905, 39.9718585537221 ], [ -75.209223857734997, 39.971846028582597 ], [ -75.209211256653006, 39.971842348283197 ], [ -75.209095091370997, 39.972099220673499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3871 CAMBRIDGE ST", "addr_range": "3867-3871 CAMBRIDGE ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1268, "objectid": 5469, "Shape__Area": 200.86328125, "Shape__Length": 75.160504366925977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201457969476493, 39.973756792571301 ], [ -75.201496666441798, 39.973968464587202 ], [ -75.201545835084701, 39.973962996334699 ], [ -75.2015538505118, 39.973962110256899 ], [ -75.201515343082704, 39.973749345950701 ], [ -75.201457969476493, 39.973756792571301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3984 PENNSGROVE ST", "addr_range": "3958, 3962-3966, 3970, 3974-3984 PENNSGROVE ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1467, "objectid": 5470, "Shape__Area": 232.44140625, "Shape__Length": 82.498767657436687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203663141340797, 39.9717199468963 ], [ -75.203723432567202, 39.971712870300102 ], [ -75.203676544357904, 39.971478111148997 ], [ -75.203617189226705, 39.971484838176302 ], [ -75.203663141340797, 39.9717199468963 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "950 N 42ND ST", "addr_range": "948-950 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2448, "objectid": 5471, "Shape__Area": 387.7578125, "Shape__Length": 90.295997283478556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2089281827283, 39.971433057066598 ], [ -75.208612157978607, 39.971468388344903 ], [ -75.208619297831405, 39.971508266280203 ], [ -75.208727691201005, 39.971537538370001 ], [ -75.208941954765194, 39.971515218136197 ], [ -75.2089281827283, 39.971433057066598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4189 LEIDY AVE", "addr_range": "4185-4191 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1430, "objectid": 5472, "Shape__Area": 226.59765625, "Shape__Length": 85.05701260525791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209272733734196, 39.975152047469102 ], [ -75.209281246801297, 39.9751552029539 ], [ -75.209285239422599, 39.975148714034397 ], [ -75.2092894360526, 39.975141843101497 ], [ -75.209419558613604, 39.974928705058403 ], [ -75.209412239069096, 39.974926109400698 ], [ -75.209369185687706, 39.974910890644303 ], [ -75.209238187880302, 39.975123347918597 ], [ -75.209233973172303, 39.9751301697953 ], [ -75.209230627091202, 39.975135591825101 ], [ -75.209230150302204, 39.975136597599402 ], [ -75.209272733734196, 39.975152047469102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1117 N 41ST ST", "addr_range": "1115-1117 N 41ST ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1696, "objectid": 5473, "Shape__Area": 268.66796875, "Shape__Length": 93.094154569367106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206141007705995, 39.972946624381102 ], [ -75.205787422031193, 39.972986031265798 ], [ -75.205795559622601, 39.973031685338398 ], [ -75.206149661915603, 39.972993030501001 ], [ -75.206141007705995, 39.972946624381102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "731 N 42ND ST", "addr_range": "731-737 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 995, "objectid": 5474, "Shape__Area": 157.69921875, "Shape__Length": 63.169456087984656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207269555212704, 39.966720014751402 ], [ -75.207276841129996, 39.966761024096897 ], [ -75.207499786934804, 39.966740269705603 ], [ -75.207502802668699, 39.966740287876398 ], [ -75.207495338600197, 39.966696244526702 ], [ -75.207492252444197, 39.966696418510999 ], [ -75.207269555212704, 39.966720014751402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3950 ASPEN ST", "addr_range": "3948-3950 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1243, "objectid": 5475, "Shape__Area": 196.9296875, "Shape__Length": 74.657312231387948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201963895377304, 39.966094911695599 ], [ -75.202001340780996, 39.966306722540402 ], [ -75.202058180269802, 39.966299360334297 ], [ -75.202019947519304, 39.966088712343698 ], [ -75.201963895377304, 39.966094911695599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "800 N PRESTON ST", "addr_range": "800 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1308, "objectid": 5476, "Shape__Area": 207.2265625, "Shape__Length": 73.285744418688409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204278803025304, 39.967342877300297 ], [ -75.204287033355499, 39.967394917196302 ], [ -75.204551144162593, 39.9673664573587 ], [ -75.204544415429595, 39.967323526611899 ], [ -75.2043684785952, 39.967335888359997 ], [ -75.204278803025304, 39.967342877300297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "801 N 41ST ST", "addr_range": "801-811 N 41ST ST", "zipcode": 19104, "district": "3", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1946, "objectid": 5477, "Shape__Area": 308.296875, "Shape__Length": 96.235640412080173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205176205807803, 39.967277382497599 ], [ -75.205180692163694, 39.967323729627402 ], [ -75.205542877261095, 39.967309533219797 ], [ -75.205540250073398, 39.967251621508403 ], [ -75.205520106963903, 39.967252995748098 ], [ -75.2054028884601, 39.967260970447903 ], [ -75.205176205807803, 39.967277382497599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1437 S FALLON ST", "addr_range": "1431-1437 S FALLON ST", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 690, "objectid": 5478, "Shape__Area": 109.22265625, "Shape__Length": 50.810578837673589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210945077716303, 39.9408230274164 ], [ -75.210813127001202, 39.940914856676102 ], [ -75.210846362100099, 39.940943415404497 ], [ -75.210978536720603, 39.940850042239298 ], [ -75.210945077716303, 39.9408230274164 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1722 S 58TH ST", "addr_range": "1722-1726 S 58TH ST", "zipcode": 19143, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1251, "objectid": 5479, "Shape__Area": 198.0703125, "Shape__Length": 73.46471005381612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230563528734194, 39.937312538981502 ], [ -75.230603544253, 39.937346446751398 ], [ -75.230801656014606, 39.937204772080598 ], [ -75.230762641667397, 39.937171515267103 ], [ -75.230563528734194, 39.937312538981502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1734 S 58TH ST", "addr_range": "1734-1738 S 58TH ST", "zipcode": 19143, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1264, "objectid": 5480, "Shape__Area": 200.109375, "Shape__Length": 73.3753147317301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230474444530302, 39.936929661178297 ], [ -75.230436519773804, 39.936895815504997 ], [ -75.230234915701601, 39.937034012453204 ], [ -75.230276229945702, 39.937069029173401 ], [ -75.230474444530302, 39.936929661178297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5628 FLORENCE AVE", "addr_range": "5626-5632 FLORENCE AVE", "zipcode": 19143, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1311, "objectid": 5481, "Shape__Area": 207.45703125, "Shape__Length": 69.31545146218842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230087137270999, 39.940240804106899 ], [ -75.230104405414806, 39.940255175077702 ], [ -75.230161833070298, 39.940302957945597 ], [ -75.230240173698803, 39.940368496663197 ], [ -75.230251209885793, 39.9403775391552 ], [ -75.230302325883997, 39.940341990624198 ], [ -75.230155592930799, 39.940219370498397 ], [ -75.230138735675396, 39.940205282465698 ], [ -75.230106984077594, 39.940227426059003 ], [ -75.230087137270999, 39.940240804106899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4925 PASCHALL AVE", "addr_range": "4919-4927 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 934, "objectid": 5482, "Shape__Area": 147.83984375, "Shape__Length": 69.893854301670814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212305479314495, 39.939361522710001 ], [ -75.212486816209903, 39.9395143992869 ], [ -75.212520161377199, 39.939491200087801 ], [ -75.212337419186895, 39.939338937588701 ], [ -75.212305479314495, 39.939361522710001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1437 HANSON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 700, "objectid": 5483, "Shape__Area": 110.875, "Shape__Length": 50.597155777579523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211292253396294, 39.940580616574501 ], [ -75.211162274322902, 39.940671894293402 ], [ -75.211195921596698, 39.940701170231797 ], [ -75.211326090753801, 39.940609316436301 ], [ -75.211292253396294, 39.940580616574501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5532 WOODLAND AVE", "addr_range": "5530-5532, 5536 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1302, "objectid": 5484, "Shape__Area": 205.99609375, "Shape__Length": 77.502291064754672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221129127616905, 39.934413825008797 ], [ -75.221326009210799, 39.934577894500997 ], [ -75.221367656500504, 39.934548652693302 ], [ -75.221171458669403, 39.934383664012998 ], [ -75.221129127616905, 39.934413825008797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1443 HANSON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 701, "objectid": 5485, "Shape__Area": 110.9296875, "Shape__Length": 50.519178782805682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211060781753304, 39.940585841812897 ], [ -75.211094428940697, 39.9406151177811 ], [ -75.2112245986755, 39.940523247895896 ], [ -75.211207872796393, 39.9405096599613 ], [ -75.211189722452104, 39.940494911537002 ], [ -75.211060781753304, 39.940585841812897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3145 W GORDON ST", "addr_range": "3145 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 712, "objectid": 5486, "Shape__Area": 112.96484375, "Shape__Length": 52.772110683035081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184128468460599, 39.99235120462 ], [ -75.184099842762905, 39.992494208137899 ], [ -75.184147540670196, 39.992499819974697 ], [ -75.184176220431098, 39.992356995154402 ], [ -75.184128468460599, 39.99235120462 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5648 FLORENCE AVE", "addr_range": "5648-5650 FLORENCE AVE", "zipcode": 19143, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1321, "objectid": 5487, "Shape__Area": 209.171875, "Shape__Length": 69.137400216155143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230806267881107, 39.939987422279103 ], [ -75.230661137599697, 39.939865675930797 ], [ -75.230644401360493, 39.939851638383701 ], [ -75.230627984940597, 39.9398628844285 ], [ -75.230611987847595, 39.939874154098 ], [ -75.230592880488402, 39.939887388094199 ], [ -75.230609690819193, 39.939901668743602 ], [ -75.230754158399407, 39.940024367370903 ], [ -75.230806267881107, 39.939987422279103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1429 HANSON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 708, "objectid": 5488, "Shape__Area": 112.15625, "Shape__Length": 50.691351978153037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211297441582204, 39.940786497884801 ], [ -75.211331907665596, 39.940815760369198 ], [ -75.211461459638102, 39.9407241666636 ], [ -75.211427329214104, 39.940694880112297 ], [ -75.211297441582204, 39.940786497884801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5430 WOODLAND AVE", "addr_range": "5428-5434 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1640, "objectid": 5489, "Shape__Area": 259.49609375, "Shape__Length": 84.074051262863833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219662471210299, 39.935423814515197 ], [ -75.219613228407795, 39.935459608710801 ], [ -75.219825322927804, 39.935633543611097 ], [ -75.219873463122994, 39.935597562819702 ], [ -75.219662471210299, 39.935423814515197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4921 PASCHALL AVE", "addr_range": "4919-4927 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1022, "objectid": 5490, "Shape__Area": 161.76953125, "Shape__Length": 70.486357054976835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212234508157593, 39.939412003302699 ], [ -75.212412683701899, 39.939564874920102 ], [ -75.212448816640304, 39.939539962444996 ], [ -75.212270248199502, 39.939386421755898 ], [ -75.212234508157593, 39.939412003302699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1441 HANSON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 681, "objectid": 5491, "Shape__Area": 107.88671875, "Shape__Length": 50.236955022054723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211094428940697, 39.9406151177811 ], [ -75.211128586255697, 39.9406436797236 ], [ -75.211256178191704, 39.940551286021801 ], [ -75.211227030896794, 39.940525412781803 ], [ -75.2112245986755, 39.940523247895896 ], [ -75.211094428940697, 39.9406151177811 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5417 WOODLAND AVE", "addr_range": "5415-5427 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1395, "objectid": 5492, "Shape__Area": 220.703125, "Shape__Length": 78.783535295698584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219648457151095, 39.936069641440199 ], [ -75.219846318171193, 39.936235041499302 ], [ -75.219891426436405, 39.9362039898501 ], [ -75.219693273529302, 39.9360380040862 ], [ -75.219648457151095, 39.936069641440199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4825 PASCHALL AVE", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 1129, "objectid": 5493, "Shape__Area": 178.75390625, "Shape__Length": 74.437803800660006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210878051670207, 39.940355347689298 ], [ -75.211069189620702, 39.940516035339002 ], [ -75.211106075474703, 39.940489482086903 ], [ -75.210915652227399, 39.940328713012299 ], [ -75.210878051670207, 39.940355347689298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1423 HANSON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 702, "objectid": 5494, "Shape__Area": 111.1640625, "Shape__Length": 50.569818221661976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211398487196703, 39.940872185254797 ], [ -75.211432623077698, 39.940900763745603 ], [ -75.211561715524198, 39.940809094883498 ], [ -75.211532167900899, 39.940783842667102 ], [ -75.211527481488403, 39.940779822288903 ], [ -75.211398487196703, 39.940872185254797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1622-24 S 57TH ST", "addr_range": "1620-1624 S 57TH ST", "zipcode": 19143, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 3087, "objectid": 5495, "Shape__Area": 488.49609375, "Shape__Length": 101.27627040451233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230747480733399, 39.9392633648092 ], [ -75.230677632978598, 39.939312783768102 ], [ -75.230540856071002, 39.939411945163997 ], [ -75.230578995958695, 39.939443973678998 ], [ -75.230618451865595, 39.939477192473298 ], [ -75.230812456064896, 39.939339166563997 ], [ -75.230826415803506, 39.939329237854402 ], [ -75.230867173484, 39.939300214554002 ], [ -75.230844525382196, 39.939281341279198 ], [ -75.230827782201999, 39.939268062243301 ], [ -75.230816555895203, 39.939258530892097 ], [ -75.230788275673802, 39.939234504534703 ], [ -75.230747480733399, 39.9392633648092 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1127 S 54TH ST", "addr_range": "1127-1129 S 54TH ST", "zipcode": 19143, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1289, "objectid": 5496, "Shape__Area": 204.0859375, "Shape__Length": 77.363308579093172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227128721097699, 39.943732394804599 ], [ -75.227166633694594, 39.943764388800297 ], [ -75.227361610466502, 39.94362771147 ], [ -75.227381721423001, 39.943615710087997 ], [ -75.227342028803704, 39.943582065130201 ], [ -75.227128721097699, 39.943732394804599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1438 S FALLON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 680, "objectid": 5497, "Shape__Area": 107.64453125, "Shape__Length": 49.969560652006763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2111172624993, 39.940649136015502 ], [ -75.210989267746996, 39.940739393386501 ], [ -75.2110219873137, 39.940768278528203 ], [ -75.211150963815896, 39.940676995886903 ], [ -75.2111172624993, 39.940649136015502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4827 PASCHALL AVE", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 1278, "objectid": 5498, "Shape__Area": 202.23046875, "Shape__Length": 75.776089328781353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210915652227399, 39.940328713012299 ], [ -75.211106075474703, 39.940489482086903 ], [ -75.211148419598601, 39.940459759183497 ], [ -75.210959364313695, 39.9402993754574 ], [ -75.210915652227399, 39.940328713012299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5530 WOODLAND AVE", "addr_range": "5530-5532, 5536 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1411, "objectid": 5499, "Shape__Area": 223.3125, "Shape__Length": 79.383339733334509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221090940769002, 39.934450218587699 ], [ -75.221197355503307, 39.934539675526203 ], [ -75.221279859803502, 39.934609954464499 ], [ -75.221326009210799, 39.934577894500997 ], [ -75.221129127616905, 39.934413825008797 ], [ -75.221126302547205, 39.934411489492199 ], [ -75.221081189909, 39.934441605354003 ], [ -75.221090940769002, 39.934450218587699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6164 REINHARD ST", "addr_range": "6154-6176 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 835, "objectid": 5500, "Shape__Area": 132.18359375, "Shape__Length": 60.082416680561174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232844210282494, 39.929687948517802 ], [ -75.232865605845205, 39.929704988369203 ], [ -75.232948831274598, 39.929774630400203 ], [ -75.232976090826199, 39.929797247262698 ], [ -75.2329946372694, 39.929812628889799 ], [ -75.233029988658899, 39.929787549796302 ], [ -75.232953129225095, 39.929723576967604 ], [ -75.232879923782804, 39.929662666585699 ], [ -75.232844210282494, 39.929687948517802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6160 REINHARD ST", "addr_range": "6154-6176 REINHARD ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 843, "objectid": 5501, "Shape__Area": 133.44140625, "Shape__Length": 60.082262819351548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232771578782803, 39.929739338253903 ], [ -75.232873761653195, 39.929825112542801 ], [ -75.232921854777899, 39.929864145150802 ], [ -75.232956793698705, 39.929839460671801 ], [ -75.232850044775205, 39.929749749793402 ], [ -75.232807680145896, 39.929713791854901 ], [ -75.232771578782803, 39.929739338253903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6023 UPLAND ST", "addr_range": "6023-6049 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 958, "objectid": 5502, "Shape__Area": 151.60546875, "Shape__Length": 60.614759902005659 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229981912557406, 39.931517210173503 ], [ -75.230085731631107, 39.931606245783399 ], [ -75.230125484923406, 39.9316403741907 ], [ -75.2301676094025, 39.931610576671602 ], [ -75.230023241482797, 39.931487909695399 ], [ -75.229981912557406, 39.931517210173503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7017 UPLAND ST", "addr_range": "7017-7025 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2616, "objectid": 5503, "Shape__Area": 413.7421875, "Shape__Length": 102.06407883190334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243844920363401, 39.921885525054797 ], [ -75.244092878779199, 39.922093403740703 ], [ -75.244159389031296, 39.922046886552899 ], [ -75.243912309343301, 39.921837898272003 ], [ -75.243878433580406, 39.921861836097797 ], [ -75.243853304381304, 39.921879598661697 ], [ -75.243844920363401, 39.921885525054797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7020 UPLAND ST", "addr_range": "7008-7028 UPLAND ST; 2030-2032 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2678, "objectid": 5504, "Shape__Area": 423.50390625, "Shape__Length": 101.91935624077296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243633649087599, 39.921501454759799 ], [ -75.243660065411405, 39.921523713677601 ], [ -75.243879033489307, 39.921707554089998 ], [ -75.243948009525695, 39.921658866369299 ], [ -75.243702860208899, 39.921452642582501 ], [ -75.243633649087599, 39.921501454759799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7026 UPLAND ST", "addr_range": "7008-7028 UPLAND ST; 2030-2032 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2623, "objectid": 5505, "Shape__Area": 414.89453125, "Shape__Length": 101.3657021802868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243843909630499, 39.921353609613597 ], [ -75.243838519353602, 39.921357843599303 ], [ -75.244083863612801, 39.921562748696999 ], [ -75.2441507116624, 39.921515561360501 ], [ -75.243906753338806, 39.921308865789698 ], [ -75.243899422184199, 39.921314040342203 ], [ -75.243843909630499, 39.921353609613597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2013 S 70TH ST", "addr_range": "2007-2013 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1129, "objectid": 5506, "Shape__Area": 178.671875, "Shape__Length": 70.831669000100305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243376016500505, 39.9226688355756 ], [ -75.243389007481895, 39.922679322409898 ], [ -75.243412371188001, 39.922698628763698 ], [ -75.243605573643705, 39.922561597812198 ], [ -75.243585675957405, 39.922544769307798 ], [ -75.2435675106464, 39.922529832010497 ], [ -75.243376016500505, 39.9226688355756 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2009 S 70TH ST", "addr_range": "2007-2013 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1185, "objectid": 5507, "Shape__Area": 187.44921875, "Shape__Length": 71.339792516166085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243644516012793, 39.922593349484799 ], [ -75.243452191862204, 39.9227309970601 ], [ -75.243491158847803, 39.922762621381203 ], [ -75.243684321950099, 39.922626055249999 ], [ -75.2436661571857, 39.922611070228498 ], [ -75.243644516012793, 39.922593349484799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2029 S 70TH ST", "addr_range": "2029 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1260, "objectid": 5508, "Shape__Area": 199.3359375, "Shape__Length": 72.343094955318222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243293144570501, 39.922304562356601 ], [ -75.243256800271396, 39.922274494548901 ], [ -75.243251590665196, 39.922270430704401 ], [ -75.243161818775704, 39.922335155178303 ], [ -75.243141681171394, 39.9223492704783 ], [ -75.243099566297104, 39.9223791538152 ], [ -75.243058389688997, 39.922408026913999 ], [ -75.243067900081996, 39.9224157941755 ], [ -75.243073095478394, 39.922420243342998 ], [ -75.243100806315695, 39.922442594657902 ], [ -75.243293144570501, 39.922304562356601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7025 UPLAND ST", "addr_range": "7017-7025 UPLAND ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1292, "objectid": 5509, "Shape__Area": 204.4765625, "Shape__Length": 90.710205617774378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.244116301670402, 39.921694814321697 ], [ -75.244363327766294, 39.921903608177601 ], [ -75.244381767180997, 39.921890663795402 ], [ -75.244381979801901, 39.921888863752002 ], [ -75.244384393574705, 39.921869379359102 ], [ -75.244149431659395, 39.9216712628753 ], [ -75.244116301670402, 39.921694814321697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6068 ALLMAN ST", "addr_range": "6066-6068 ALLMAN ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 928, "objectid": 5510, "Shape__Area": 146.83984375, "Shape__Length": 59.126202561904073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232220959562994, 39.931710756059204 ], [ -75.232305639102805, 39.931782991972902 ], [ -75.2323472443951, 39.931753568801803 ], [ -75.232291695026206, 39.9317060704998 ], [ -75.232283718754005, 39.931699254142998 ], [ -75.232208063050194, 39.931634372041302 ], [ -75.232165994024101, 39.931663866070103 ], [ -75.232220959562994, 39.931710756059204 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7024 UPLAND ST", "addr_range": "7008-7028 UPLAND ST; 2030-2032 S 70TH ST", "zipcode": 19142, "district": "2", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 2587, "objectid": 5511, "Shape__Area": 409.21484375, "Shape__Length": 101.10230161206546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243791223577404, 39.921390306102502 ], [ -75.243771549417303, 39.921404367663101 ], [ -75.244016833409106, 39.921610367195399 ], [ -75.244083863612801, 39.921562748696999 ], [ -75.243838519353602, 39.921357843599303 ], [ -75.243791223577404, 39.921390306102502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1700 S RINGGOLD ST", "addr_range": "1700 S RINGGOLD ST; 1701 S TAYLOR ST", "zipcode": 19145, "district": "2", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 733, "objectid": 5512, "Shape__Area": 116.0546875, "Shape__Length": 49.672107731887365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185602581646506, 39.931397465660403 ], [ -75.1857676308626, 39.931419386406397 ], [ -75.185776379733895, 39.931376752505699 ], [ -75.185612193096901, 39.931355268226199 ], [ -75.185602581646506, 39.931397465660403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1701 S TAYLOR ST", "addr_range": "1700 S RINGGOLD ST; 1701 S TAYLOR ST", "zipcode": 19145, "district": "2", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 767, "objectid": 5513, "Shape__Area": 121.34765625, "Shape__Length": 51.000129854222457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185777378315905, 39.9314207657604 ], [ -75.185947814388101, 39.931441984972203 ], [ -75.185956583167197, 39.931398851444698 ], [ -75.185787038016699, 39.931377844980503 ], [ -75.185777378315905, 39.9314207657604 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1601 S 24TH ST", "addr_range": "1601 S 24TH ST", "zipcode": 19145, "district": "2", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1022, "objectid": 5514, "Shape__Area": 161.83203125, "Shape__Length": 63.143068596812739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184388792845397, 39.932482741116303 ], [ -75.184386728400796, 39.932491946509103 ], [ -75.184396469672905, 39.932494051152901 ], [ -75.184504719303803, 39.932508610324398 ], [ -75.184609418883497, 39.932522929599401 ], [ -75.184610933779993, 39.932516096885102 ], [ -75.184619080278196, 39.932479429586699 ], [ -75.184396396981796, 39.932448817889203 ], [ -75.184388792845397, 39.932482741116303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2300-06 PIERCE ST", "addr_range": "2300-2306 PIERCE ST", "zipcode": 19145, "district": "2", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2839, "objectid": 5515, "Shape__Area": 449.21875, "Shape__Length": 87.618666849691962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183633113534398, 39.930317487649297 ], [ -75.183726590611599, 39.930328366182898 ], [ -75.183773213696597, 39.930334631767401 ], [ -75.183823266858795, 39.930339942430898 ], [ -75.183871899852704, 39.930346786349503 ], [ -75.183897660326707, 39.930216840547402 ], [ -75.183850631285495, 39.930210758744202 ], [ -75.183801037546402, 39.930204410495598 ], [ -75.183753110542298, 39.930198275220498 ], [ -75.1837413795744, 39.930196740478202 ], [ -75.183732589751898, 39.930195576093702 ], [ -75.183620001511997, 39.930315953524001 ], [ -75.183633113534398, 39.930317487649297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1601 S 21ST ST", "addr_range": "1601 S 21ST ST", "zipcode": 19145, "district": "2", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 841, "objectid": 5516, "Shape__Area": 192.5, "Shape__Length": 68.066436911439155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179524344802203, 39.931860993225399 ], [ -75.179762253356401, 39.931892036795901 ], [ -75.179772876187002, 39.931843093132102 ], [ -75.179534783440999, 39.931812560830302 ], [ -75.179524344802203, 39.931860993225399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1629 S TANEY ST", "addr_range": "1629 S TANEY ST", "zipcode": 19145, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 656, "objectid": 5517, "Shape__Area": 103.80078125, "Shape__Length": 47.910393984450394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189065983548304, 39.932485839837199 ], [ -75.189057541523198, 39.932524854234799 ], [ -75.189219425814301, 39.9325447341513 ], [ -75.189228127926796, 39.932506611243497 ], [ -75.189065983548304, 39.932485839837199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1654 S BAILEY ST", "addr_range": "1654 S BAILEY ST; 1653-1655 S TANEY ST", "zipcode": 19145, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 746, "objectid": 5518, "Shape__Area": 118.09375, "Shape__Length": 49.657256678810803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188991465060496, 39.932003404387501 ], [ -75.189154112125095, 39.932024688111703 ], [ -75.189163270311099, 39.931980579176603 ], [ -75.188999565582705, 39.931960158437001 ], [ -75.188991624140996, 39.932002506029697 ], [ -75.188991465060496, 39.932003404387501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1601 S TAYLOR ST", "addr_range": "1601 S TAYLOR ST", "zipcode": 19145, "district": "2", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 877, "objectid": 5519, "Shape__Area": 138.86328125, "Shape__Length": 56.032850130025913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185769972169794, 39.932659934402203 ], [ -75.185779641717602, 39.932661149828199 ], [ -75.185788896269301, 39.932619541768297 ], [ -75.185789298137607, 39.932617762248398 ], [ -75.185597585484302, 39.932593180265499 ], [ -75.185588802007999, 39.932637313566097 ], [ -75.185769972169794, 39.932659934402203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1655 S TANEY ST", "addr_range": "1654 S BAILEY ST; 1653-1655 S TANEY ST", "zipcode": 19145, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 733, "objectid": 5520, "Shape__Area": 116.015625, "Shape__Length": 49.434387856763884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189164178182295, 39.932025412046997 ], [ -75.189263871113695, 39.932037552859697 ], [ -75.189281400925793, 39.932039667915703 ], [ -75.189326745580203, 39.932046017087202 ], [ -75.189335997205305, 39.932002749066697 ], [ -75.189173241635899, 39.931982139835497 ], [ -75.189164178182295, 39.932025412046997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1601 S NEWKIRK ST", "addr_range": "1601 S NEWKIRK ST", "zipcode": 19145, "district": "2", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 809, "objectid": 5521, "Shape__Area": 127.984375, "Shape__Length": 53.562948285952821 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191565666015606, 39.933401457664502 ], [ -75.191607375250797, 39.933407062566602 ], [ -75.191747625054802, 39.933424392911498 ], [ -75.191757224275506, 39.933382985855303 ], [ -75.191574414555802, 39.9333587423003 ], [ -75.191565666015606, 39.933401457664502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1611-15 POINT BREEZE AVE", "addr_range": "1611-15 POINT BREEZE AVE", "zipcode": 19145, "district": "2", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 742, "objectid": 5522, "Shape__Area": 117.3828125, "Shape__Length": 49.921114552765623 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181833684430003, 39.931917905619599 ], [ -75.181855870377802, 39.931920934293103 ], [ -75.181944077176993, 39.931828625012301 ], [ -75.181861927888804, 39.931784438766101 ], [ -75.181833684430003, 39.931917905619599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1646 S BAILEY ST", "addr_range": "1646 S BAILEY ST", "zipcode": 19145, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 657, "objectid": 5523, "Shape__Area": 104.03515625, "Shape__Length": 48.113097803607474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188965998683898, 39.932117431453896 ], [ -75.188957785372395, 39.932155935574897 ], [ -75.189121027576206, 39.932175877510602 ], [ -75.189129256944497, 39.932137535019201 ], [ -75.188965998683898, 39.932117431453896 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2839 JACKSON ST", "addr_range": "2839-2841 JACKSON ST; 2840 WINTON ST", "zipcode": 19145, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 692, "objectid": 5524, "Shape__Area": 109.6015625, "Shape__Length": 51.017841025649673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193838654134495, 39.926440234750501 ], [ -75.193888147318205, 39.926446963891998 ], [ -75.193917463820497, 39.926311002042297 ], [ -75.193870300250595, 39.926304099588499 ], [ -75.193838654134495, 39.926440234750501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2623 W HAGERT ST", "addr_range": "2617-2637-41 W HAGERT ST; 2614-2616 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1711, "objectid": 5525, "Shape__Area": 270.73046875, "Shape__Length": 102.11116122265545 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1754739000759, 39.992782086025997 ], [ -75.175420866778396, 39.9927751741807 ], [ -75.175356130884893, 39.993081335743703 ], [ -75.175409613681495, 39.9930880153236 ], [ -75.1754739000759, 39.992782086025997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2221 N 30TH ST", "addr_range": "2221-2225 N 30TH ST; 2922-2928 W FLETCHER ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 675, "objectid": 5526, "Shape__Area": 107.06640625, "Shape__Length": 50.415587256830008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181471709115797, 39.990190607765797 ], [ -75.1816482168731, 39.990212000175298 ], [ -75.181655342426197, 39.990175390294702 ], [ -75.181651150734893, 39.990174876628899 ], [ -75.181480584224801, 39.990153796475603 ], [ -75.181471709115797, 39.990190607765797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2341 N 30TH ST", "addr_range": "2341 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 932, "objectid": 5527, "Shape__Area": 147.75390625, "Shape__Length": 59.250489794429321 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180994092818295, 39.992251031546303 ], [ -75.180993785027695, 39.992252541057901 ], [ -75.181200051493704, 39.992278531186003 ], [ -75.181208764065204, 39.992236025491799 ], [ -75.1810026518895, 39.9922087161466 ], [ -75.180994092818295, 39.992251031546303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2425 N CORLIES ST", "addr_range": "2425 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 644, "objectid": 5528, "Shape__Area": 102.17578125, "Shape__Length": 47.293583051965562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181449767692499, 39.993250723197299 ], [ -75.181442181381797, 39.993289499601197 ], [ -75.181600791161401, 39.993310505809198 ], [ -75.181609021430504, 39.993271890670599 ], [ -75.181449767692499, 39.993250723197299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3110 W ARIZONA ST", "addr_range": "2338-2340 N 31ST ST; 3108-3110 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 619, "objectid": 5529, "Shape__Area": 98.2109375, "Shape__Length": 46.891813323664614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183277572147503, 39.992523021474902 ], [ -75.183284311101502, 39.992523833508798 ], [ -75.183309401855695, 39.992401723010303 ], [ -75.183260910768297, 39.992395529053397 ], [ -75.183235952302397, 39.992517980380001 ], [ -75.1832610708434, 39.992521024355703 ], [ -75.183277572147503, 39.992523021474902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2916R W GORDON ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 491, "objectid": 5530, "Shape__Area": 77.94140625, "Shape__Length": 40.253688583363186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180486295706402, 39.991547516123397 ], [ -75.180508666836602, 39.9914464784476 ], [ -75.180461859193599, 39.991440675970999 ], [ -75.180440279040297, 39.991541859290002 ], [ -75.180486295706402, 39.991547516123397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2344 N 26TH ST", "addr_range": "2609-2611 W ARIZONA ST; 2340-2344 N 26TH ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 902, "objectid": 5531, "Shape__Area": 143.08203125, "Shape__Length": 58.65037199418947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175294960906598, 39.991668386878999 ], [ -75.175090119909498, 39.991642498217402 ], [ -75.175080989759607, 39.991684301286398 ], [ -75.175286319480705, 39.991710588359403 ], [ -75.175294960906598, 39.991668386878999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2926 W FLETCHER ST", "addr_range": "2221-2225 N 30TH ST; 2922-2928 W FLETCHER ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 729, "objectid": 5532, "Shape__Area": 115.53125, "Shape__Length": 52.148595304750458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181386352737505, 39.990294169892302 ], [ -75.181416633423396, 39.9901551693154 ], [ -75.181364717891299, 39.990149220445197 ], [ -75.181337869480799, 39.990287781543103 ], [ -75.181386352737505, 39.990294169892302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2614 W CUMBERLAND ST", "addr_range": "2617-2637-41 W HAGERT ST; 2614-2616 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1189, "objectid": 5533, "Shape__Area": 188.4375, "Shape__Length": 73.59215390021059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175259302612403, 39.993167096275698 ], [ -75.1752044881611, 39.993161273351497 ], [ -75.175160927039599, 39.9933688219148 ], [ -75.175215271921303, 39.9933760038613 ], [ -75.175259302612403, 39.993167096275698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2422 W GORDON ST", "addr_range": "2401-2407 W SEDGLEY AVE; 2422 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 673, "objectid": 5534, "Shape__Area": 106.75, "Shape__Length": 44.288910294590231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172554607617101, 39.990624931643701 ], [ -75.172534009019103, 39.990727571092499 ], [ -75.172596550020998, 39.9907357132534 ], [ -75.172617607555594, 39.990633664353098 ], [ -75.172554607617101, 39.990624931643701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3018 W GORDON ST", "addr_range": "3018-3020 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 798, "objectid": 5535, "Shape__Area": 126.5625, "Shape__Length": 57.560848639789143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181876019430206, 39.991946487140197 ], [ -75.181924387844404, 39.9919526302929 ], [ -75.181957870041103, 39.991793794302097 ], [ -75.181910181968703, 39.991787939388701 ], [ -75.181876019430206, 39.991946487140197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2401-05 W SEDGLEY AVE", "addr_range": "2401-2407 W SEDGLEY AVE; 2422 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2940, "objectid": 5536, "Shape__Area": 465.94921875, "Shape__Length": 104.11161943605453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172502696437206, 39.990564187358899 ], [ -75.172428348488793, 39.990602107380298 ], [ -75.172334363687398, 39.990649920980999 ], [ -75.172252986675502, 39.9906913105158 ], [ -75.172406898385802, 39.990711127583502 ], [ -75.172471751474006, 39.990719676734201 ], [ -75.172534009019103, 39.990727571092499 ], [ -75.172554607617101, 39.990624931643701 ], [ -75.172574625804401, 39.990527614055999 ], [ -75.172502696437206, 39.990564187358899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3108 W ARIZONA ST", "addr_range": "2338-2340 N 31ST ST; 3108-3110 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 631, "objectid": 5537, "Shape__Area": 100.05859375, "Shape__Length": 47.045810824665139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183186934803402, 39.992510711430597 ], [ -75.183208943111197, 39.992513975089999 ], [ -75.183235952302397, 39.992517980380001 ], [ -75.183260910768297, 39.992395529053397 ], [ -75.1832113391729, 39.992389068541698 ], [ -75.183186934803402, 39.992510711430597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2441 N NEWKIRK ST", "addr_range": "2439-2441 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 715, "objectid": 5538, "Shape__Area": 113.42578125, "Shape__Length": 52.093793988196381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178071705750696, 39.993181305229299 ], [ -75.178080028598501, 39.993182362092803 ], [ -75.178253409658595, 39.9932045589862 ], [ -75.178261851424594, 39.993167059730297 ], [ -75.178088219392293, 39.993144841906997 ], [ -75.178079959786899, 39.993143785560001 ], [ -75.178071705750696, 39.993181305229299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2435 N NEWKIRK ST", "addr_range": "2429-2435 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 701, "objectid": 5539, "Shape__Area": 111.21875, "Shape__Length": 51.972396027892621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178096902245301, 39.993065565472598 ], [ -75.178105305805602, 39.993066625044101 ], [ -75.178278840747694, 39.9930886793898 ], [ -75.178287899781097, 39.993052016585402 ], [ -75.178113296852302, 39.993029986075399 ], [ -75.178105119747997, 39.993028947796603 ], [ -75.178097911187507, 39.993062154325898 ], [ -75.178096902245301, 39.993065565472598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3013 W SUSQUEHANNA AVE", "addr_range": "3013 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1204, "objectid": 5540, "Shape__Area": 190.92578125, "Shape__Length": 72.330698662282259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182238757183299, 39.989935524609201 ], [ -75.182295437000505, 39.989942950103803 ], [ -75.182332687425401, 39.9897403849196 ], [ -75.182275684616599, 39.989732645870497 ], [ -75.182238757183299, 39.989935524609201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2309 N MYRTLEWOOD ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 692, "objectid": 5541, "Shape__Area": 109.79296875, "Shape__Length": 47.78654661452935 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180699138197198, 39.991308243770398 ], [ -75.180690558540306, 39.991350574907997 ], [ -75.180847170345203, 39.991371104155498 ], [ -75.180855638451902, 39.991328963327803 ], [ -75.180699138197198, 39.991308243770398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2419 W YORK ST", "addr_range": "2417-2419 W YORK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1550, "objectid": 5542, "Shape__Area": 245.63671875, "Shape__Length": 92.186781484402402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172253323544794, 39.991602810724203 ], [ -75.172197065795402, 39.991874632595398 ], [ -75.172249748337705, 39.991881377695599 ], [ -75.172309486279303, 39.991610632281798 ], [ -75.172253323544794, 39.991602810724203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2321 N MYRTLEWOOD ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 620, "objectid": 5543, "Shape__Area": 98.31640625, "Shape__Length": 46.668271905746806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180810098136305, 39.991553893974398 ], [ -75.180651860883401, 39.991533620227798 ], [ -75.180644344766407, 39.991571091693203 ], [ -75.180801762735996, 39.9915914110817 ], [ -75.180810098136305, 39.991553893974398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2918R W GORDON ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 544, "objectid": 5544, "Shape__Area": 84.984375, "Shape__Length": 41.164934675564766 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180558534595093, 39.991453106256103 ], [ -75.180508666836602, 39.9914464784476 ], [ -75.180486295706402, 39.991547516123397 ], [ -75.180537712228698, 39.991553986694903 ], [ -75.180558534595093, 39.991453106256103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2450 N 30TH ST", "addr_range": "2450 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1097, "objectid": 5545, "Shape__Area": 173.88671875, "Shape__Length": 69.292495623606726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181054615790799, 39.993816694952798 ], [ -75.181306589631703, 39.9938500598441 ], [ -75.181315888291607, 39.993808662885002 ], [ -75.181062281204206, 39.9937752776762 ], [ -75.181054615790799, 39.993816694952798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3150 W GORDON ST", "addr_range": "3150-3152 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 855, "objectid": 5546, "Shape__Area": 135.49609375, "Shape__Length": 59.30256855435654 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184392027888293, 39.992105499014301 ], [ -75.184359225905595, 39.9922692360662 ], [ -75.184409586305804, 39.9922753749333 ], [ -75.184441644361797, 39.992112442962402 ], [ -75.184392027888293, 39.992105499014301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1135 N 41ST ST", "addr_range": "1133-1139 N 41ST ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1209, "objectid": 5547, "Shape__Area": 191.52734375, "Shape__Length": 73.559456745655154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205949180328005, 39.973396299944703 ], [ -75.205956815751406, 39.973439138044903 ], [ -75.206228108271901, 39.973408576953801 ], [ -75.206220031461697, 39.973365793963097 ], [ -75.205949180328005, 39.973396299944703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "820 N 40TH ST", "addr_range": "816-822 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2058, "objectid": 5548, "Shape__Area": 295.296875, "Shape__Length": 97.986238346806971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203668902211405, 39.968033450052801 ], [ -75.203296596266298, 39.968075512930596 ], [ -75.203303401251105, 39.968123668580503 ], [ -75.203676754060695, 39.968081612688501 ], [ -75.203668902211405, 39.968033450052801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1125 UNION ST", "addr_range": "1118-1128 STATE ST; 1123-1129 UNION ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 522, "objectid": 5549, "Shape__Area": 82.796875, "Shape__Length": 41.922935784179629 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202983995520697, 39.973372128794203 ], [ -75.202844844077703, 39.973388641459401 ], [ -75.202851705625505, 39.973424676266497 ], [ -75.202955903813205, 39.973412222556703 ], [ -75.202990837327704, 39.9734081298161 ], [ -75.202983995520697, 39.973372128794203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4305 MANTUA AVE", "addr_range": "4301-4305 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1574, "objectid": 5550, "Shape__Area": 249.328125, "Shape__Length": 90.919058202255911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211429889941002, 39.972721916437102 ], [ -75.211483293351506, 39.9727365425938 ], [ -75.211596022486404, 39.972482250811801 ], [ -75.211541824718907, 39.972466479977697 ], [ -75.211429889941002, 39.972721916437102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4205 MANTUA AVE", "addr_range": "4201-4207 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1486, "objectid": 5551, "Shape__Area": 235.46484375, "Shape__Length": 90.784738058867205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208730050951004, 39.972000899742 ], [ -75.208780868898401, 39.972014582435598 ], [ -75.208897702664103, 39.971758369359897 ], [ -75.208847234562, 39.9717448557412 ], [ -75.208730050951004, 39.972000899742 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4201 MANTUA AVE", "addr_range": "4201-4207 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1736, "objectid": 5552, "Shape__Area": 274.9453125, "Shape__Length": 86.270701917406882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208795500805195, 39.971730991511897 ], [ -75.208652829623503, 39.971692787349198 ], [ -75.208698616818495, 39.971943414286997 ], [ -75.208795500805195, 39.971730991511897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1133 N 41ST ST", "addr_range": "1133-1139 N 41ST ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1230, "objectid": 5553, "Shape__Area": 194.83984375, "Shape__Length": 73.631906646189748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205941118889399, 39.973352517157402 ], [ -75.205949180328005, 39.973396299944703 ], [ -75.206218748262202, 39.9733659421141 ], [ -75.206220031461697, 39.973365793963097 ], [ -75.206215953466497, 39.973346569854499 ], [ -75.206210825668904, 39.973322356143001 ], [ -75.205941118889399, 39.973352517157402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4167 LEIDY AVE", "addr_range": "4159-4169 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1446, "objectid": 5554, "Shape__Area": 229.890625, "Shape__Length": 84.840033860698469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208665237602801, 39.974924963323801 ], [ -75.208716275321393, 39.9749446308182 ], [ -75.208855780838803, 39.974720417015199 ], [ -75.208804079298304, 39.974701154746903 ], [ -75.208665237602801, 39.974924963323801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "935 N 40TH ST", "addr_range": "935-939 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1476, "objectid": 5555, "Shape__Area": 233.84375, "Shape__Length": 88.391690845521026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203434479972202, 39.972015633169299 ], [ -75.203442843346707, 39.972056906369602 ], [ -75.203780749790397, 39.972019254606401 ], [ -75.203772870869798, 39.971976829889698 ], [ -75.203434479972202, 39.972015633169299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4161 LEIDY AVE", "addr_range": "4159-4169 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2551, "objectid": 5556, "Shape__Area": 404.07421875, "Shape__Length": 141.13167493994297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2084012428855, 39.975043140539 ], [ -75.208451351957805, 39.975061837025201 ], [ -75.208455341014897, 39.975055445362301 ], [ -75.208700691419395, 39.974662257459897 ], [ -75.208649257802605, 39.974643693023197 ], [ -75.208509523038998, 39.974868416883602 ], [ -75.208503346019398, 39.974877822598799 ], [ -75.2084012428855, 39.975043140539 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4165 LEIDY AVE", "addr_range": "4159-4169 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2611, "objectid": 5557, "Shape__Area": 413.69921875, "Shape__Length": 141.42352169722997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208503736216898, 39.975081292967303 ], [ -75.208555213439297, 39.975100390019698 ], [ -75.208659644394601, 39.974933915256599 ], [ -75.208665237602801, 39.974924963323801 ], [ -75.208804079298304, 39.974701154746903 ], [ -75.208752398896294, 39.9746813595291 ], [ -75.208507839601594, 39.975074693901 ], [ -75.208503736216898, 39.975081292967303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4169 LEIDY AVE", "addr_range": "4159-4169 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2585, "objectid": 5558, "Shape__Area": 409.5078125, "Shape__Length": 141.27519963484463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208907507676699, 39.974738972532798 ], [ -75.208855780838803, 39.974720417015199 ], [ -75.2086069350526, 39.975119122148797 ], [ -75.208658399668096, 39.975138557651597 ], [ -75.208907507676699, 39.974738972532798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "951 BELMONT AVE", "addr_range": "951-953 BELMONT AVE", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1415, "objectid": 5559, "Shape__Area": 224.11328125, "Shape__Length": 81.549260935700588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2113050333014, 39.971137920116703 ], [ -75.211313633686402, 39.971184694897602 ], [ -75.211328995441903, 39.971182939931303 ], [ -75.211330109492494, 39.971182804200097 ], [ -75.211489842202198, 39.971164752698101 ], [ -75.211499254043503, 39.971157916878397 ], [ -75.211611150354997, 39.971140000769097 ], [ -75.211603427867999, 39.971096646717399 ], [ -75.211523590308701, 39.971106001625103 ], [ -75.211518181967094, 39.971114506370697 ], [ -75.211322094806803, 39.9711360243587 ], [ -75.211320496835597, 39.971136198938602 ], [ -75.2113050333014, 39.971137920116703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "761 N 40TH ST", "addr_range": "761 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2372, "objectid": 5560, "Shape__Area": 375.76171875, "Shape__Length": 102.43311762416332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202521230329594, 39.967097522882398 ], [ -75.202532383182003, 39.967156558348698 ], [ -75.202908220326705, 39.967114076380597 ], [ -75.202897389483596, 39.967052065780898 ], [ -75.202521230329594, 39.967097522882398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "654 N 43RD ST", "addr_range": "646-656 N 43RD ST; 4300-4304 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2755, "objectid": 5561, "Shape__Area": 436.3046875, "Shape__Length": 107.23953069867652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209412299344095, 39.964408520354603 ], [ -75.2094206819242, 39.964477311917499 ], [ -75.209810452828094, 39.964449929682203 ], [ -75.209802932825198, 39.964381514050402 ], [ -75.209412299344095, 39.964408520354603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "828 N 40TH ST", "addr_range": "828-830 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2172, "objectid": 5562, "Shape__Area": 344.5, "Shape__Length": 101.60548568625337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203334628510902, 39.968280399404797 ], [ -75.203325179070902, 39.968281510550497 ], [ -75.203328999835094, 39.968337208945997 ], [ -75.203494964919997, 39.968317663563099 ], [ -75.203710387917297, 39.968292656176999 ], [ -75.203702159540597, 39.968237230302798 ], [ -75.203334628510902, 39.968280399404797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4209 WYALUSING AVE", "addr_range": "4207-4209 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1288, "objectid": 5563, "Shape__Area": 204.0625, "Shape__Length": 62.541607966748302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209492985784706, 39.9715930743386 ], [ -75.209406729021197, 39.971602641569 ], [ -75.209430666994507, 39.971727244117403 ], [ -75.209525374199302, 39.971752214673899 ], [ -75.209492985784706, 39.9715930743386 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4016 ASPEN ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1098, "objectid": 5564, "Shape__Area": 173.7421875, "Shape__Length": 71.293695076738018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203437494271796, 39.9659398863067 ], [ -75.203477549927598, 39.966142721934503 ], [ -75.203528417090993, 39.966137080723698 ], [ -75.203490161358999, 39.965933705718598 ], [ -75.203437494271796, 39.9659398863067 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4014 ASPEN ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1148, "objectid": 5565, "Shape__Area": 181.58203125, "Shape__Length": 71.832311781892088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203437494271796, 39.9659398863067 ], [ -75.203383922169195, 39.965945032253202 ], [ -75.203422657205294, 39.966148451275501 ], [ -75.203477549927598, 39.966142721934503 ], [ -75.203437494271796, 39.9659398863067 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "632 N 40TH ST", "addr_range": "620-634 N 40TH ST; 4013-4017 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2524, "objectid": 5566, "Shape__Area": 399.72265625, "Shape__Length": 108.98079928226551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202619164548494, 39.964491457178397 ], [ -75.202630610723105, 39.964549936932301 ], [ -75.2026333453463, 39.964549642650397 ], [ -75.203038070004197, 39.9645073505271 ], [ -75.203025797402404, 39.964446887384902 ], [ -75.202619164548494, 39.964491457178397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4240 LANCASTER AVE", "addr_range": "4234-4240 LANCASTER AVE; 4215-4223 BROWN ST", "zipcode": 19104, "district": "3", "year": "2003", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 773, "objectid": 5567, "Shape__Area": 122.55078125, "Shape__Length": 54.497756003720781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209290456085299, 39.967324728691302 ], [ -75.209335396962203, 39.967352063717698 ], [ -75.209405384794806, 39.9672838478713 ], [ -75.2094652429235, 39.967279805058801 ], [ -75.209389794563506, 39.967229614605202 ], [ -75.209290456085299, 39.967324728691302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3982 PENNSGROVE ST", "addr_range": "3958, 3962-3966, 3970, 3974-3984 PENNSGROVE ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1348, "objectid": 5568, "Shape__Area": 213.62890625, "Shape__Length": 81.391238145973034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203561970659806, 39.971491897538101 ], [ -75.203608547982896, 39.971726536319103 ], [ -75.203663141340797, 39.9717199468963 ], [ -75.203617189226705, 39.971484838176302 ], [ -75.203561970659806, 39.971491897538101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3869 CAMBRIDGE ST", "addr_range": "3867-3871 CAMBRIDGE ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1262, "objectid": 5569, "Shape__Area": 199.9609375, "Shape__Length": 74.99290378181523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201401060055602, 39.973763041225602 ], [ -75.201439100156307, 39.973974923927102 ], [ -75.201496666441798, 39.973968464587202 ], [ -75.201457969476493, 39.973756792571301 ], [ -75.201401060055602, 39.973763041225602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "939 N 40TH ST", "addr_range": "935-939 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1490, "objectid": 5570, "Shape__Area": 236.08203125, "Shape__Length": 88.211512548522819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203452343584502, 39.9720980300037 ], [ -75.203459318412399, 39.9721399508433 ], [ -75.203797086776405, 39.972102713123803 ], [ -75.203789418873498, 39.972062437481 ], [ -75.203788590856902, 39.972061064898497 ], [ -75.203787840449905, 39.972059840000902 ], [ -75.203452343584502, 39.9720980300037 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3867 CAMBRIDGE ST", "addr_range": "3867-3871 CAMBRIDGE ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1221, "objectid": 5571, "Shape__Area": 193.54296875, "Shape__Length": 74.673448025823433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201401060055602, 39.973763041225602 ], [ -75.201346029740705, 39.973768959471997 ], [ -75.201383580250194, 39.973981557531701 ], [ -75.201439100156307, 39.973974923927102 ], [ -75.201401060055602, 39.973763041225602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5627 WARRINGTON AVE", "addr_range": "5627, 5631, 5635 WARRINGTON AVE", "zipcode": 19143, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1141, "objectid": 5572, "Shape__Area": 180.55078125, "Shape__Length": 68.890941740539049 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229179948437604, 39.939719648882601 ], [ -75.229184559929706, 39.939723474058297 ], [ -75.229189848666707, 39.9397197700672 ], [ -75.229211262840806, 39.939704749865598 ], [ -75.2292265082922, 39.939693995455997 ], [ -75.229221959987598, 39.939690139234798 ], [ -75.229170783831407, 39.939646587401398 ], [ -75.229056558689294, 39.939551551610101 ], [ -75.229013542096695, 39.939581555377899 ], [ -75.229179948437604, 39.939719648882601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4700 PASCHALL AVE", "addr_range": "4700 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3549, "objectid": 5573, "Shape__Area": 561.7109375, "Shape__Length": 114.39961113474025 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209044905643907, 39.9413641864627 ], [ -75.209053571821698, 39.941358124585499 ], [ -75.209054130747703, 39.941357733318199 ], [ -75.209053375732395, 39.941357765246103 ], [ -75.208696697834398, 39.941368932763602 ], [ -75.208636084740604, 39.941370828874298 ], [ -75.208632331396601, 39.941370939426598 ], [ -75.208646005068005, 39.941383315841001 ], [ -75.208647563103, 39.9413847541257 ], [ -75.208808254293899, 39.941530231488699 ], [ -75.208844406463299, 39.941504869120699 ], [ -75.209043205499299, 39.941365390380902 ], [ -75.209044905643907, 39.9413641864627 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1427 HANSON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 679, "objectid": 5574, "Shape__Area": 107.54296875, "Shape__Length": 50.275646763139754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211461459638102, 39.9407241666636 ], [ -75.211331907665596, 39.940815760369198 ], [ -75.211364790491302, 39.940843632691703 ], [ -75.211495173817994, 39.940751655501501 ], [ -75.211461459638102, 39.9407241666636 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5528 WOODLAND AVE", "addr_range": "1808 S VOGDES ST; 5524-5528 WOODLAND AVE; 1807 S ALLISON ST", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1076, "objectid": 5575, "Shape__Area": 170.25, "Shape__Length": 69.82121886910447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221149072008402, 39.934702255871898 ], [ -75.221187633950194, 39.934676041929201 ], [ -75.221166366076204, 39.934658372887696 ], [ -75.221145928867998, 39.934640964527397 ], [ -75.221136143474496, 39.934647873863902 ], [ -75.220972720743504, 39.934559287921601 ], [ -75.220946285984397, 39.934596085670101 ], [ -75.221149072008402, 39.934702255871898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1424 S FALLON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 686, "objectid": 5576, "Shape__Area": 108.640625, "Shape__Length": 49.964816972376511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211227309110498, 39.940940081078999 ], [ -75.211260969795603, 39.940969002296399 ], [ -75.2113880971133, 39.940877307243902 ], [ -75.211353927524897, 39.940849099206098 ], [ -75.211227309110498, 39.940940081078999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5428 WOODLAND AVE", "addr_range": "5428-5434 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1500, "objectid": 5577, "Shape__Area": 237.4609375, "Shape__Length": 82.93324235987933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219568361754796, 39.935490939477802 ], [ -75.219779461553401, 39.935666222036502 ], [ -75.219825322927804, 39.935633543611097 ], [ -75.219613228407795, 39.935459608710801 ], [ -75.219568361754796, 39.935490939477802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5223 WOODLAND AVE", "addr_range": "5221-5225 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1632, "objectid": 5578, "Shape__Area": 258.22265625, "Shape__Length": 81.282724343591852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.217072779724603, 39.9378653276733 ], [ -75.217272642950903, 39.938030905250102 ], [ -75.217324642771402, 39.937994269170296 ], [ -75.217125017740798, 39.937828455476598 ], [ -75.217072779724603, 39.9378653276733 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1736 S 58TH ST", "addr_range": "1734-1738 S 58TH ST", "zipcode": 19143, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1223, "objectid": 5579, "Shape__Area": 193.5859375, "Shape__Length": 73.061628821821728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230397150256906, 39.9368625507567 ], [ -75.230196685258093, 39.937001625905701 ], [ -75.230234915701601, 39.937034012453204 ], [ -75.230436519773804, 39.936895815504997 ], [ -75.230397150256906, 39.9368625507567 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1620 S 57TH ST", "addr_range": "1620-1624 S 57TH ST", "zipcode": 19143, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1296, "objectid": 5580, "Shape__Area": 205.140625, "Shape__Length": 86.503502541871299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230826415803506, 39.939329237854402 ], [ -75.230812456064896, 39.939339166563997 ], [ -75.230618451865595, 39.939477192473298 ], [ -75.230651493452399, 39.939504982407101 ], [ -75.230765170540295, 39.939423383894798 ], [ -75.230859584344202, 39.939356950327799 ], [ -75.230900437107294, 39.939328203907898 ], [ -75.230867173484, 39.939300214554002 ], [ -75.230826415803506, 39.939329237854402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1726 S 58TH ST", "addr_range": "1722-1726 S 58TH ST", "zipcode": 19143, "district": "3", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1187, "objectid": 5581, "Shape__Area": 187.8125, "Shape__Length": 72.578107183282086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230486663396306, 39.937247388713303 ], [ -75.230524648112393, 39.937279591362497 ], [ -75.230723298767998, 39.937139765798598 ], [ -75.230686158762495, 39.937107919644397 ], [ -75.230486663396306, 39.937247388713303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5810 WILLOWS AVE", "addr_range": "5810 WILLOWS AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2827, "objectid": 5582, "Shape__Area": 450.06640625, "Shape__Length": 109.48229654006765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233888700071205, 39.939913038282398 ], [ -75.233941726142405, 39.939959917157097 ], [ -75.233950270775495, 39.939953657071499 ], [ -75.234010122654595, 39.9399111725971 ], [ -75.233988439009494, 39.939892208498897 ], [ -75.233844317239502, 39.939771341664198 ], [ -75.233797583153503, 39.939733241326699 ], [ -75.2337763953918, 39.939714449342901 ], [ -75.2337450436371, 39.939689098566703 ], [ -75.2336876335374, 39.939729556974001 ], [ -75.233683560295603, 39.939725887953003 ], [ -75.233673487825499, 39.939732663205703 ], [ -75.233678707349, 39.939737049340501 ], [ -75.233727324507996, 39.939777430916401 ], [ -75.233779077309705, 39.939821895198598 ], [ -75.233834008264907, 39.939868187921903 ], [ -75.233888700071205, 39.939913038282398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1600 S 59TH ST", "addr_range": "1600-1620 S 59TH ST", "zipcode": 19143, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 16620, "objectid": 5583, "Shape__Area": 2625.0390625, "Shape__Length": 256.8871074396987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233516247673194, 39.937291140258601 ], [ -75.233381053821404, 39.937339272934402 ], [ -75.233293056300994, 39.937370580660797 ], [ -75.233279291511295, 39.937376372052199 ], [ -75.233274741519693, 39.937377142571997 ], [ -75.233217490568293, 39.937398050780097 ], [ -75.233208288749495, 39.937400571665897 ], [ -75.233230611692704, 39.937418648966997 ], [ -75.233235791124301, 39.937422373816702 ], [ -75.233245058702593, 39.937431699769498 ], [ -75.233276332011499, 39.937456291251202 ], [ -75.2332834026911, 39.937463846288303 ], [ -75.233310287083299, 39.937484859101801 ], [ -75.233323923745303, 39.937497763269697 ], [ -75.233337676304799, 39.937508075109903 ], [ -75.233364464054802, 39.937531698678299 ], [ -75.233390221936702, 39.937553138152403 ], [ -75.233397367693797, 39.937558065722399 ], [ -75.233405004437998, 39.937565633172298 ], [ -75.233420350679793, 39.937578139658903 ], [ -75.233455936083203, 39.937608483961299 ], [ -75.233520598790307, 39.937661629853501 ], [ -75.233530980050503, 39.937671416299402 ], [ -75.233553476405305, 39.937689303624502 ], [ -75.233576422363697, 39.937709810995401 ], [ -75.2336049420786, 39.9377330364225 ], [ -75.233664586131795, 39.937784347609899 ], [ -75.233683705839894, 39.937796163794097 ], [ -75.233684221953894, 39.937799769191102 ], [ -75.233701284263006, 39.937815150524699 ], [ -75.233728189974599, 39.937836163701903 ], [ -75.233750207860993, 39.937856829071698 ], [ -75.233742629448699, 39.937827357007599 ], [ -75.233742758243096, 39.9378238783843 ], [ -75.233740159266603, 39.937817728828897 ], [ -75.233739787018393, 39.937812513805497 ], [ -75.233731959213699, 39.937780167497301 ], [ -75.233725562734804, 39.9377391633844 ], [ -75.233724027941307, 39.937734777900602 ], [ -75.233722815738801, 39.937721711188601 ], [ -75.233722102524197, 39.937714956991101 ], [ -75.233721975216397, 39.9377138748047 ], [ -75.233721660851103, 39.937712755177401 ], [ -75.233720473825301, 39.937708618790403 ], [ -75.233719121681006, 39.937699900819403 ], [ -75.233715113467596, 39.937655468554802 ], [ -75.2337154354896, 39.937646771096297 ], [ -75.233714674329903, 39.937636759646701 ], [ -75.233713251668803, 39.937629345671901 ], [ -75.233713798516305, 39.9376145759271 ], [ -75.233713942655896, 39.937595445535699 ], [ -75.233713198732602, 39.9375850001842 ], [ -75.233712261013594, 39.937579757437398 ], [ -75.233712840093105, 39.937564117136503 ], [ -75.233715373870893, 39.937556789964297 ], [ -75.233712066889197, 39.937548803961498 ], [ -75.2337148553395, 39.937540257022 ], [ -75.233714364138095, 39.937528075589498 ], [ -75.233715947106901, 39.937495500566399 ], [ -75.233718072740203, 39.9374685957049 ], [ -75.233719942518206, 39.937448632810998 ], [ -75.233721201656394, 39.937445194303798 ], [ -75.233725087496097, 39.9374165864348 ], [ -75.233729731393595, 39.9373827730237 ], [ -75.233733726864997, 39.937365903935302 ], [ -75.233735082596397, 39.937359856460503 ], [ -75.233740082064799, 39.937331708204702 ], [ -75.2337466007817, 39.937308364955697 ], [ -75.2337466265991, 39.937308236679698 ], [ -75.233748051936104, 39.937299708487501 ], [ -75.233748186038895, 39.937299469061699 ], [ -75.233749875369497, 39.937296266142603 ], [ -75.233755710932002, 39.937275536110903 ], [ -75.233760372839001, 39.937256504836299 ], [ -75.233771809049699, 39.937223064790402 ], [ -75.233779782033395, 39.937197208131401 ], [ -75.233516247673194, 39.937291140258601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5823 PENTRIDGE ST", "addr_range": "5821-5823 PENTRIDGE ST", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1736, "objectid": 5584, "Shape__Area": 270.0390625, "Shape__Length": 101.57576919251493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234008053287496, 39.9394885222342 ], [ -75.234012346987399, 39.939493034005999 ], [ -75.234052307644106, 39.939464605696202 ], [ -75.234047617624498, 39.939460650156697 ], [ -75.233932366965107, 39.939363709279903 ], [ -75.233920061088099, 39.939354460898301 ], [ -75.233782407029807, 39.939237653371698 ], [ -75.233740878229895, 39.939266579672598 ], [ -75.2340051929786, 39.939485477192498 ], [ -75.234008053287496, 39.9394885222342 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5836 WILLOWS AVE", "addr_range": "5836-5842 WILLOWS AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1618, "objectid": 5585, "Shape__Area": 266.01171875, "Shape__Length": 100.43704344923952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234214041503606, 39.939358637323998 ], [ -75.234222693401193, 39.939365918839201 ], [ -75.234361809991199, 39.939481693817001 ], [ -75.234399592606593, 39.939512102204603 ], [ -75.234406645981096, 39.9395189954543 ], [ -75.234426478723904, 39.939534775303599 ], [ -75.234465126759005, 39.939567829953397 ], [ -75.234475047672603, 39.939575897919497 ], [ -75.234479989962594, 39.939578730926698 ], [ -75.234517312729096, 39.939552533132698 ], [ -75.234512631502696, 39.9395460306906 ], [ -75.234253647310993, 39.939330715632799 ], [ -75.234248530010404, 39.939326445291798 ], [ -75.234239564450505, 39.939332696164598 ], [ -75.234209320550505, 39.939353778314803 ], [ -75.234214041503606, 39.939358637323998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5821 PENTRIDGE ST", "addr_range": "5821-5823 PENTRIDGE ST", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1661, "objectid": 5586, "Shape__Area": 261.3125, "Shape__Length": 101.10326460174197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233700669675898, 39.939294906029097 ], [ -75.233731356501707, 39.939318420420101 ], [ -75.233748284201795, 39.939331220133802 ], [ -75.233840732686303, 39.939408865294297 ], [ -75.233848301721096, 39.939414285050702 ], [ -75.233871860104202, 39.9394346454052 ], [ -75.233882763306497, 39.9394427358746 ], [ -75.233904898610902, 39.939461952272801 ], [ -75.233969758450897, 39.939515521151399 ], [ -75.233974636135301, 39.939519529464597 ], [ -75.234012346987399, 39.939493034005999 ], [ -75.234008053287496, 39.9394885222342 ], [ -75.2340051929786, 39.939485477192498 ], [ -75.233740878229895, 39.939266579672598 ], [ -75.233700669675898, 39.939294906029097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5838 WILLOWS AVE", "addr_range": "5836-5842 WILLOWS AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1676, "objectid": 5587, "Shape__Area": 260.28515625, "Shape__Length": 100.74029362036038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234248530010404, 39.939326445291798 ], [ -75.234253647310993, 39.939330715632799 ], [ -75.234512631502696, 39.9395460306906 ], [ -75.234517312729096, 39.939552533132698 ], [ -75.234556571092995, 39.939523846880597 ], [ -75.234434580017407, 39.939421149097697 ], [ -75.234326497986402, 39.939331927012603 ], [ -75.234317576171904, 39.939323494419298 ], [ -75.234297742346399, 39.939307714525398 ], [ -75.234292651555293, 39.939303233934901 ], [ -75.234287520997697, 39.939298720937003 ], [ -75.234248530010404, 39.939326445291798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1432 S FALLON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 689, "objectid": 5588, "Shape__Area": 109.0390625, "Shape__Length": 50.109346779277217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211091181538293, 39.940826519335303 ], [ -75.211125789622599, 39.940854736259297 ], [ -75.2112533494697, 39.9407637762381 ], [ -75.211219675672297, 39.940735208819703 ], [ -75.211091181538293, 39.940826519335303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5526 WOODLAND AVE", "addr_range": "1808 S VOGDES ST; 5524-5528 WOODLAND AVE; 1807 S ALLISON ST", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1059, "objectid": 5589, "Shape__Area": 167.5859375, "Shape__Length": 67.298867030249937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220938276544999, 39.934591879774501 ], [ -75.220925674354206, 39.9346092209231 ], [ -75.220911619665898, 39.934627914876501 ], [ -75.221106982521803, 39.934732084315698 ], [ -75.221149072008402, 39.934702255871898 ], [ -75.220946285984397, 39.934596085670101 ], [ -75.220938276544999, 39.934591879774501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1807 S ALLISON ST", "addr_range": "1808 S VOGDES ST; 5524-5528 WOODLAND AVE; 1807 S ALLISON ST", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 587, "objectid": 5590, "Shape__Area": 92.90625, "Shape__Length": 63.684219830323244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220915522539599, 39.934514036168601 ], [ -75.221002265259102, 39.934560423262397 ], [ -75.221129167755905, 39.9346282476385 ], [ -75.220960661785597, 39.934484372356998 ], [ -75.220915522539599, 39.934514036168601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5439-43 WOODLAND AVE", "addr_range": "5439-43 WOODLAND AVE", "zipcode": 19143, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3773, "objectid": 5591, "Shape__Area": 596.95703125, "Shape__Length": 101.44034778631789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220314449831093, 39.935603341487699 ], [ -75.220308446990003, 39.935607642002402 ], [ -75.220277854566604, 39.935629019192497 ], [ -75.2202380804287, 39.935656802682402 ], [ -75.220433465983604, 39.935819535122697 ], [ -75.220470211664093, 39.93579374806 ], [ -75.220507654398403, 39.935767219520002 ], [ -75.220555809641596, 39.935733091236102 ], [ -75.220361397794505, 39.935569542551697 ], [ -75.220314449831093, 39.935603341487699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1436 S FALLON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 720, "objectid": 5592, "Shape__Area": 114.00390625, "Shape__Length": 50.697872486561899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211150963815896, 39.940676995886903 ], [ -75.2110219873137, 39.940768278528203 ], [ -75.211057945224198, 39.9407979606518 ], [ -75.211186000128095, 39.940706657570303 ], [ -75.211150963815896, 39.940676995886903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2845 JACKSON ST", "addr_range": "2845 JACKSON ST", "zipcode": 19145, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 705, "objectid": 5593, "Shape__Area": 111.58984375, "Shape__Length": 51.180235610541438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194015484919603, 39.926323423288302 ], [ -75.193985589956696, 39.9264597416783 ], [ -75.194035328138298, 39.926465558089603 ], [ -75.1940646322509, 39.926329886958001 ], [ -75.194015484919603, 39.926323423288302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2840 WINTON ST", "addr_range": "2839-2841 JACKSON ST; 2840 WINTON ST", "zipcode": 19145, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 781, "objectid": 5594, "Shape__Area": 123.6875, "Shape__Length": 55.043451136688276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193851148416499, 39.926607400660899 ], [ -75.193901473013, 39.926613777111598 ], [ -75.193934218253105, 39.926465092867403 ], [ -75.193884195526493, 39.926459094372802 ], [ -75.193851148416499, 39.926607400660899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1653 S TANEY ST", "addr_range": "1654 S BAILEY ST; 1653-1655 S TANEY ST", "zipcode": 19145, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 660, "objectid": 5595, "Shape__Area": 104.4765625, "Shape__Length": 48.00194587864182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189164178182295, 39.932025412046997 ], [ -75.189155791768798, 39.932064009623097 ], [ -75.189318564486001, 39.932084230922698 ], [ -75.189326745580203, 39.932046017087202 ], [ -75.189281400925793, 39.932039667915703 ], [ -75.189263871113695, 39.932037552859697 ], [ -75.189164178182295, 39.932025412046997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3904 WYALUSING AVE", "addr_range": "3900-3906 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 718, "objectid": 5596, "Shape__Area": 113.828125, "Shape__Length": 51.144448025371268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201568734781503, 39.972355812322 ], [ -75.201592075095306, 39.972490945298297 ], [ -75.201642982063504, 39.972485498514096 ], [ -75.201619889653699, 39.972349904335402 ], [ -75.201568734781503, 39.972355812322 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2841 JACKSON ST", "addr_range": "2839-2841 JACKSON ST; 2840 WINTON ST", "zipcode": 19145, "district": "2", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 715, "objectid": 5597, "Shape__Area": 113.09375, "Shape__Length": 51.426826686711003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193937594086194, 39.926313514061903 ], [ -75.193917463820497, 39.926311002042297 ], [ -75.193888147318205, 39.926446963891998 ], [ -75.193907657402804, 39.926449848624202 ], [ -75.193937497346695, 39.926453641166603 ], [ -75.193967979008903, 39.926316754714499 ], [ -75.193937594086194, 39.926313514061903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1655 S RINGGOLD ST", "addr_range": "1655 S RINGGOLD ST", "zipcode": 19145, "district": "2", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 843, "objectid": 5598, "Shape__Area": 133.44921875, "Shape__Length": 54.656688241587567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185278988906504, 39.931535209019998 ], [ -75.185465557587506, 39.931554534506802 ], [ -75.185473422069705, 39.931511460976701 ], [ -75.185286901899701, 39.931491411271502 ], [ -75.185278988906504, 39.931535209019998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "630 CANTRELL ST", "addr_range": "624-630 CANTRELL ST", "zipcode": 19148, "district": "1", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 685, "objectid": 5599, "Shape__Area": 108.3984375, "Shape__Length": 50.163841583181544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157768508833001, 39.922201146872098 ], [ -75.157740079377902, 39.922333961254203 ], [ -75.157788857377696, 39.922340078160197 ], [ -75.157817956181802, 39.922207261780599 ], [ -75.157796965767005, 39.922204289627999 ], [ -75.157768508833001, 39.922201146872098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "626 CANTRELL ST", "addr_range": "624-630 CANTRELL ST", "zipcode": 19148, "district": "1", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 675, "objectid": 5600, "Shape__Area": 106.89453125, "Shape__Length": 50.071597667195235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157643993988103, 39.922321553393203 ], [ -75.157692596258599, 39.922327889820203 ], [ -75.157721044788701, 39.922194577615699 ], [ -75.157698759786598, 39.922192074440602 ], [ -75.157672415559702, 39.922188981226597 ], [ -75.157660311215395, 39.922246689931001 ], [ -75.157649514973897, 39.922295934304202 ], [ -75.157643993988103, 39.922321553393203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "628 CANTRELL ST", "addr_range": "624-630 CANTRELL ST", "zipcode": 19148, "district": "1", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 664, "objectid": 5601, "Shape__Area": 105.06640625, "Shape__Length": 49.872536332775077 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157721044788701, 39.922194577615699 ], [ -75.157692596258599, 39.922327889820203 ], [ -75.157740079377902, 39.922333961254203 ], [ -75.157768508833001, 39.922201146872098 ], [ -75.157746899790098, 39.922197918350697 ], [ -75.157721044788701, 39.922194577615699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "618 EMILY ST", "addr_range": "616-618 EMILY ST", "zipcode": 19148, "district": "1", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 786, "objectid": 5602, "Shape__Area": 124.453125, "Shape__Length": 50.187305042634819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157070968601801, 39.923397946768397 ], [ -75.157046271904406, 39.923522897538803 ], [ -75.157105078372794, 39.923530675013197 ], [ -75.157132515982596, 39.923406881850298 ], [ -75.157070968601801, 39.923397946768397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "624 CANTRELL ST", "addr_range": "624-630 CANTRELL ST", "zipcode": 19148, "district": "1", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 687, "objectid": 5603, "Shape__Area": 108.78515625, "Shape__Length": 50.219867090858486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157594243075806, 39.922315172955699 ], [ -75.157643993988103, 39.922321553393203 ], [ -75.157649514973897, 39.922295934304202 ], [ -75.157660311215395, 39.922246689931001 ], [ -75.157672415559702, 39.922188981226597 ], [ -75.1576520729691, 39.9221860218912 ], [ -75.157623664146897, 39.922182139549399 ], [ -75.157610455299704, 39.922243064242799 ], [ -75.157594243075806, 39.922315172955699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "429 E UPSAL ST", "addr_range": "429 E UPSAL ST; 6519 BELFIELD AVE (501 E UPSAL ST)", "zipcode": 19119, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 6327, "objectid": 5604, "Shape__Area": 1004.65625, "Shape__Length": 223.8820871508893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175551439369997, 40.0566145512852 ], [ -75.175365670061595, 40.0567895920585 ], [ -75.175315218812898, 40.056837125898298 ], [ -75.175315767215295, 40.056838154526403 ], [ -75.175352423164398, 40.056907049029398 ], [ -75.175397182750402, 40.056867430039397 ], [ -75.175449528124901, 40.056817472546101 ], [ -75.1756673306935, 40.056613699009603 ], [ -75.175742865991495, 40.056543593644001 ], [ -75.175860263344703, 40.056433917680401 ], [ -75.175944658925403, 40.056352566084897 ], [ -75.1758770784962, 40.056309753312902 ], [ -75.175551439369997, 40.0566145512852 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5515 SPRAGUE ST", "addr_range": "5513-5515 SPRAGUE ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1566, "objectid": 5605, "Shape__Area": 248.62109375, "Shape__Length": 89.152854610877995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158543742342005, 40.047029122097001 ], [ -75.158542227700295, 40.047052971130597 ], [ -75.158538285647893, 40.047113762878702 ], [ -75.158759729450495, 40.046898382583599 ], [ -75.158709517234499, 40.046867889461097 ], [ -75.158543742342005, 40.047029122097001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6090 N BEECHWOOD ST", "addr_range": "6090-6098 N BEECHWOOD ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 943, "objectid": 5606, "Shape__Area": 149.78125, "Shape__Length": 63.688142463840357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157354785146595, 40.047207729433701 ], [ -75.157574129797695, 40.047216193619398 ], [ -75.157588934505597, 40.047216317784198 ], [ -75.157591946384997, 40.0471764572656 ], [ -75.157576589021104, 40.047176529664597 ], [ -75.157451459218393, 40.0471720460855 ], [ -75.157358305939098, 40.047168299375997 ], [ -75.157354785146595, 40.047207729433701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6092 N BEECHWOOD ST", "addr_range": "6090-6098 N BEECHWOOD ST", "zipcode": 19138, "district": "8", "year": "2015", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 956, "objectid": 5607, "Shape__Area": 151.86328125, "Shape__Length": 63.771458964740795 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157352981024303, 40.047247826242902 ], [ -75.157449604736897, 40.047251877431201 ], [ -75.157586872933507, 40.047256006931299 ], [ -75.157588934505597, 40.047216317784198 ], [ -75.157574129797695, 40.047216193619398 ], [ -75.157354785146595, 40.047207729433701 ], [ -75.157352981024303, 40.047247826242902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2134 CHELTEN AVE", "addr_range": "2134-2136 CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2437, "objectid": 5608, "Shape__Area": 386.95703125, "Shape__Length": 100.48614980658729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156757228572303, 40.0518480532645 ], [ -75.156842114170104, 40.0518520164511 ], [ -75.156843216635195, 40.051835227491402 ], [ -75.156860441399502, 40.051572267567202 ], [ -75.156775017589794, 40.051568130955502 ], [ -75.156757228572303, 40.0518480532645 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2136 CHELTEN AVE", "addr_range": "2134-2136 CHELTEN AVE", "zipcode": 19138, "district": "8", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1671, "objectid": 5609, "Shape__Area": 265.33984375, "Shape__Length": 94.670089311046482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156842114170104, 40.0518520164511 ], [ -75.156899909460094, 40.051855722204699 ], [ -75.156900066923598, 40.0518532281448 ], [ -75.156919147416801, 40.051574624330399 ], [ -75.156860441399502, 40.051572267567202 ], [ -75.156842114170104, 40.0518520164511 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2126-28 HAINES ST (Parcel not in PWD)", "addr_range": "2118-2128 HAINES ST", "zipcode": 19138, "district": "9", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 14451, "objectid": 5610, "Shape__Area": 2310.796875, "Shape__Length": 226.62201577839494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1574687084658, 40.056366925966003 ], [ -75.157803552602999, 40.056209989344097 ], [ -75.1571851364004, 40.055833633979802 ], [ -75.157091082616006, 40.055876760323002 ], [ -75.1574687084658, 40.056366925966003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7101-09 STENTON AVE", "addr_range": "7101-7109 STENTON AVE", "zipcode": 19138, "district": "9", "year": "2017", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 10792, "objectid": 5611, "Shape__Area": 1713.625, "Shape__Length": 176.06922319217563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162709893249897, 40.058144897493101 ], [ -75.162433881746395, 40.057982754131501 ], [ -75.162316292945803, 40.057916933065499 ], [ -75.162287053296495, 40.057898138918603 ], [ -75.162278552268802, 40.0579516262193 ], [ -75.162274587772202, 40.058012647252298 ], [ -75.162264157556507, 40.058095283931699 ], [ -75.1622599876208, 40.0582315313412 ], [ -75.162264703092106, 40.058303693379699 ], [ -75.162479417802999, 40.058266731142403 ], [ -75.162600938486406, 40.0582498329535 ], [ -75.162709893249897, 40.058144897493101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4816 N 7TH ST", "addr_range": "4810-4816 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1079, "objectid": 5612, "Shape__Area": 171.2890625, "Shape__Length": 67.497181206398508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136789158821202, 40.025241140353103 ], [ -75.137033054507796, 40.025272304380401 ], [ -75.137041921180298, 40.025230432891703 ], [ -75.136798201785496, 40.025198498913198 ], [ -75.136789158821202, 40.025241140353103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4844 N MARSHALL ST", "addr_range": "640 W ROCKLAND ST; 4844-4846 N MARSHALL ST", "zipcode": 19120, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 953, "objectid": 5613, "Shape__Area": 151.03125, "Shape__Length": 58.302634210266469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.135955493042005, 40.025829034225602 ], [ -75.136154068659295, 40.025855542744402 ], [ -75.136163559805297, 40.025809493066198 ], [ -75.135965339603203, 40.025783558493202 ], [ -75.135955493042005, 40.025829034225602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4810 N 7TH ST", "addr_range": "4810-4816 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1089, "objectid": 5614, "Shape__Area": 172.81640625, "Shape__Length": 67.333990204982484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136816543746406, 40.0251142057745 ], [ -75.1370599081054, 40.025145003562599 ], [ -75.1370689273203, 40.0251029742602 ], [ -75.136827947552703, 40.025070699913201 ], [ -75.136816543746406, 40.0251142057745 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4812 N 7TH ST", "addr_range": "4810-4816 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1090, "objectid": 5615, "Shape__Area": 172.90234375, "Shape__Length": 67.552036840886018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136807844993299, 40.025156613574197 ], [ -75.137051515911907, 40.025188158992897 ], [ -75.1370599081054, 40.025145003562599 ], [ -75.136816543746406, 40.0251142057745 ], [ -75.136807844993299, 40.025156613574197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4807 N FRANKLIN ST", "addr_range": "4807 N FRANKLIN ST", "zipcode": 19120, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 950, "objectid": 5616, "Shape__Area": 150.7421875, "Shape__Length": 60.916353860286371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137091906679103, 40.0250567016205 ], [ -75.137306721653005, 40.025084558897397 ], [ -75.137315293559098, 40.0250426978047 ], [ -75.137100929522106, 40.025014059703501 ], [ -75.137091906679103, 40.0250567016205 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4814 N 7TH ST", "addr_range": "4810-4816 N 7TH ST", "zipcode": 19120, "district": "8", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1077, "objectid": 5617, "Shape__Area": 170.88671875, "Shape__Length": 67.455580171979548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136798201785496, 40.025198498913198 ], [ -75.137041921180298, 40.025230432891703 ], [ -75.137051515911907, 40.025188158992897 ], [ -75.136807844993299, 40.025156613574197 ], [ -75.136798201785496, 40.025198498913198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4846 N MARSHALL ST", "addr_range": "640 W ROCKLAND ST; 4844-4846 N MARSHALL ST", "zipcode": 19120, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 990, "objectid": 5618, "Shape__Area": 157.03125, "Shape__Length": 58.849168449670131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136154068659295, 40.025855542744402 ], [ -75.135955493042005, 40.025829034225602 ], [ -75.135945088216801, 40.025877045341602 ], [ -75.136143557285294, 40.025902550414003 ], [ -75.136154068659295, 40.025855542744402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2909-11 W DAUPHIN ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 3933, "objectid": 5619, "Shape__Area": 623.25390625, "Shape__Length": 116.8706188415353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180525707295402, 39.991132929836397 ], [ -75.180463396721805, 39.991434374484797 ], [ -75.180525424665902, 39.991442275552401 ], [ -75.180587656388596, 39.991450890243001 ], [ -75.180650300238, 39.9911489511368 ], [ -75.180587565218801, 39.991140890141097 ], [ -75.180525707295402, 39.991132929836397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2928 W FLETCHER ST", "addr_range": "2221-2225 N 30TH ST; 2922-2928 W FLETCHER ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 786, "objectid": 5620, "Shape__Area": 124.625, "Shape__Length": 53.279220027445234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181386352737505, 39.990294169892302 ], [ -75.181440737668694, 39.990301914762803 ], [ -75.181469530199095, 39.990161221211203 ], [ -75.181416633423396, 39.9901551693154 ], [ -75.181386352737505, 39.990294169892302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2627 W HAGERT ST", "addr_range": "2617-2637-41 W HAGERT ST; 2614-2616 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1775, "objectid": 5621, "Shape__Area": 280.9609375, "Shape__Length": 102.57646903261102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175516884665598, 39.993102157028801 ], [ -75.175580551223703, 39.992796002943003 ], [ -75.175525626465202, 39.992788678408097 ], [ -75.175461393763896, 39.993094835087803 ], [ -75.175516884665598, 39.993102157028801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2411 N NEWKIRK ST", "addr_range": "2411 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 712, "objectid": 5622, "Shape__Area": 112.8515625, "Shape__Length": 52.076319996115295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178197314569402, 39.992610562971898 ], [ -75.178204698833497, 39.992611501489101 ], [ -75.178379507155299, 39.992633617576601 ], [ -75.178387743874495, 39.992596548908303 ], [ -75.178212837659899, 39.992574205385203 ], [ -75.178205559329399, 39.9925732845591 ], [ -75.178202102729401, 39.992585989756698 ], [ -75.178197314569402, 39.992610562971898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2922 W FLETCHER ST", "addr_range": "2221-2225 N 30TH ST; 2922-2928 W FLETCHER ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 784, "objectid": 5623, "Shape__Area": 124.2734375, "Shape__Length": 54.532041060362346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1812358452175, 39.990275245687499 ], [ -75.181289361251103, 39.990282084590397 ], [ -75.181316506941698, 39.990143966243501 ], [ -75.181293634080404, 39.990141408166799 ], [ -75.181294876373499, 39.990134052189298 ], [ -75.181265662700994, 39.990130723297099 ], [ -75.1812358452175, 39.990275245687499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2616 W CUMBERLAND ST", "addr_range": "2617-2637-41 W HAGERT ST; 2614-2616 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1168, "objectid": 5624, "Shape__Area": 185.1875, "Shape__Length": 73.506238177588614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175313678385606, 39.993174571700798 ], [ -75.175259302612403, 39.993167096275698 ], [ -75.175215271921303, 39.9933760038613 ], [ -75.175267550696105, 39.993382899767703 ], [ -75.175313678385606, 39.993174571700798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 N 26TH ST", "addr_range": "2609-2611 W ARIZONA ST; 2340-2344 N 26TH ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 907, "objectid": 5625, "Shape__Area": 143.8828125, "Shape__Length": 58.713413422722063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175303881752299, 39.9916260141664 ], [ -75.175098509195095, 39.991600307311103 ], [ -75.175090119909498, 39.991642498217402 ], [ -75.175294960906598, 39.991668386878999 ], [ -75.175303881752299, 39.9916260141664 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "735 N 44TH ST", "addr_range": "735 N 44TH ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1277, "objectid": 5626, "Shape__Area": 202.27734375, "Shape__Length": 77.611168302184495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2105138935665, 39.9653733899722 ], [ -75.210519256747901, 39.965415983727603 ], [ -75.210810395686195, 39.965392767903701 ], [ -75.210805340535003, 39.965350292706901 ], [ -75.2105138935665, 39.9653733899722 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2429 N NEWKIRK ST", "addr_range": "2429-2435 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 728, "objectid": 5627, "Shape__Area": 115.49609375, "Shape__Length": 52.523744002682683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178121115856499, 39.992954124037603 ], [ -75.178129625333597, 39.992955201298102 ], [ -75.178304104065901, 39.992977196568503 ], [ -75.178312374995599, 39.9929392267587 ], [ -75.178137889084596, 39.9929173926188 ], [ -75.178128689758907, 39.992916250346298 ], [ -75.178122983180998, 39.992943575392303 ], [ -75.178121115856499, 39.992954124037603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2431 N NEWKIRK ST", "addr_range": "2429-2435 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 730, "objectid": 5628, "Shape__Area": 115.7734375, "Shape__Length": 52.443688597574805 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178112731477199, 39.992992333666201 ], [ -75.178121283094697, 39.992993411871304 ], [ -75.178294952251903, 39.993015196197597 ], [ -75.178304104065901, 39.992977196568503 ], [ -75.178129625333597, 39.992955201298102 ], [ -75.178121115856499, 39.992954124037603 ], [ -75.178114886042195, 39.992983015931102 ], [ -75.178112731477199, 39.992992333666201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2468 N STANLEY ST", "addr_range": "2466-2468 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 796, "objectid": 5629, "Shape__Area": 126.2265625, "Shape__Length": 53.456941296895259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1819720384498, 39.994256529312899 ], [ -75.182154365115295, 39.994280581820298 ], [ -75.182155436592495, 39.994275543015299 ], [ -75.182163332429695, 39.994238548486202 ], [ -75.181980723141095, 39.994215312289597 ], [ -75.181973289680798, 39.994250609738899 ], [ -75.1819720384498, 39.994256529312899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2225 N 30TH ST", "addr_range": "2221-2225 N 30TH ST; 2922-2928 W FLETCHER ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 682, "objectid": 5630, "Shape__Area": 106.96875, "Shape__Length": 50.728080476061258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181463507461601, 39.990229031617197 ], [ -75.181455036803897, 39.990264595047897 ], [ -75.1816334919627, 39.990288238529999 ], [ -75.181639716465696, 39.990251109328 ], [ -75.181463507461601, 39.990229031617197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2609 W ARIZONA ST", "addr_range": "2609-2611 W ARIZONA ST; 2340-2344 N 26TH ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 627, "objectid": 5631, "Shape__Area": 99.515625, "Shape__Length": 47.127517745608898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175322331900006, 39.9915843237331 ], [ -75.175297522077699, 39.991705294820797 ], [ -75.175346186629596, 39.991711333877298 ], [ -75.175371766525004, 39.991588865453103 ], [ -75.175322720638107, 39.991582381762001 ], [ -75.175322331900006, 39.9915843237331 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2323 N MYRTLEWOOD ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 561, "objectid": 5632, "Shape__Area": 89.04296875, "Shape__Length": 45.583324709145707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180644344766407, 39.991571091693203 ], [ -75.180637024106701, 39.991605068909998 ], [ -75.180794688965193, 39.991625459606801 ], [ -75.180801762735996, 39.9915914110817 ], [ -75.180644344766407, 39.991571091693203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2407 W SEDGLEY AVE", "addr_range": "2401-2407 W SEDGLEY AVE; 2422 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 789, "objectid": 5633, "Shape__Area": 125.07421875, "Shape__Length": 51.940977792494103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172554607617101, 39.990624931643701 ], [ -75.172617607555594, 39.990633664353098 ], [ -75.172646253885503, 39.990491260999598 ], [ -75.172574625804401, 39.990527614055999 ], [ -75.172573393625797, 39.990533567310401 ], [ -75.172554607617101, 39.990624931643701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2920R W GORDON ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 494, "objectid": 5634, "Shape__Area": 78.37109375, "Shape__Length": 40.390793651173276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180605857747693, 39.991458906717497 ], [ -75.180560008778698, 39.991452658116899 ], [ -75.180537712228698, 39.991553986694903 ], [ -75.180584508642298, 39.991560676382598 ], [ -75.180605857747693, 39.991458906717497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2617 W HAGERT ST", "addr_range": "2617-2637-41 W HAGERT ST; 2614-2616 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 6150, "objectid": 5635, "Shape__Area": 977.34765625, "Shape__Length": 170.95730771252249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175306521475605, 39.992760244784101 ], [ -75.175267273608895, 39.9927551242505 ], [ -75.175261200867197, 39.9927807686881 ], [ -75.175253423412201, 39.992813619023003 ], [ -75.175226044827298, 39.992938771743802 ], [ -75.175030689228905, 39.9929124344916 ], [ -75.174986516103999, 39.993128914517698 ], [ -75.175223921606303, 39.993159468457002 ], [ -75.175306521475605, 39.992760244784101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2503-09 W SEDGLEY AVE", "addr_range": "2503-09 W SEDGLEY AVE", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 9559, "objectid": 5636, "Shape__Area": 1514.72265625, "Shape__Length": 202.22007140053574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173938924416007, 39.989852679704001 ], [ -75.173879679542694, 39.989882508825303 ], [ -75.174228146382603, 39.989929017052297 ], [ -75.174244302709894, 39.989853923433898 ], [ -75.174306824776494, 39.989862548095502 ], [ -75.174370410229301, 39.989870777614399 ], [ -75.174436049472007, 39.989878472931601 ], [ -75.174483188994799, 39.989650049170002 ], [ -75.1745030406327, 39.989562045843797 ], [ -75.1743412890999, 39.989646204535298 ], [ -75.174282727766297, 39.989676242913298 ], [ -75.174121963307499, 39.989758698920703 ], [ -75.173997719388296, 39.989822017831699 ], [ -75.173938924416007, 39.989852679704001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2619-21 W HAGERT ST", "addr_range": "2617-2637-41 W HAGERT ST; 2614-2616 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 4564, "objectid": 5637, "Shape__Area": 723.37890625, "Shape__Length": 144.13299926959294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175420866778396, 39.9927751741807 ], [ -75.175306521475605, 39.992760244784101 ], [ -75.175222994390893, 39.993162913851499 ], [ -75.175259302612403, 39.993167096275698 ], [ -75.175313678385606, 39.993174571700798 ], [ -75.175333432560606, 39.9930786020116 ], [ -75.175356130884893, 39.993081335743703 ], [ -75.175420866778396, 39.9927751741807 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2637-41 W HAGERT ST", "addr_range": "2617-2637-41 W HAGERT ST; 2614-2616 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 9221, "objectid": 5638, "Shape__Area": 1461.41796875, "Shape__Length": 189.41815099243485 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175779847742007, 39.9931368447414 ], [ -75.175849990053905, 39.993145768230399 ], [ -75.175821565978595, 39.993281375490596 ], [ -75.175812729863296, 39.993324297052901 ], [ -75.175859300139393, 39.993330886268502 ], [ -75.1758801675645, 39.993333837425503 ], [ -75.175882543095796, 39.9933319562261 ], [ -75.175950664662295, 39.993340576642701 ], [ -75.176051254559795, 39.992857546494498 ], [ -75.175881312813502, 39.992835326960801 ], [ -75.175844317574899, 39.992830483297404 ], [ -75.175779847742007, 39.9931368447414 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3020 W GORDON ST", "addr_range": "3018-3020 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 793, "objectid": 5639, "Shape__Area": 125.80859375, "Shape__Length": 57.468994208931484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181924387844404, 39.9919526302929 ], [ -75.181971146141905, 39.991958076961502 ], [ -75.182006738646706, 39.991799965732604 ], [ -75.182005403997195, 39.991799790810099 ], [ -75.181957870041103, 39.991793794302097 ], [ -75.181924387844404, 39.9919526302929 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2611 W ARIZONA ST", "addr_range": "2609-2611 W ARIZONA ST; 2340-2344 N 26TH ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 638, "objectid": 5640, "Shape__Area": 101.2265625, "Shape__Length": 47.314504312311385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175371766525004, 39.991588865453103 ], [ -75.175346186629596, 39.991711333877298 ], [ -75.1753960055498, 39.991717884451397 ], [ -75.175421348975505, 39.9915950079616 ], [ -75.175371766525004, 39.991588865453103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2340 N 31ST ST", "addr_range": "2338-2340 N 31ST ST; 3108-3110 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 858, "objectid": 5641, "Shape__Area": 136.1171875, "Shape__Length": 57.101263687514745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182977286694694, 39.992482665254201 ], [ -75.182977029658801, 39.992483948850698 ], [ -75.183156336179806, 39.9925068664298 ], [ -75.183176088241893, 39.992509388565701 ], [ -75.183184504925293, 39.9924691313593 ], [ -75.182985221401495, 39.992441898121399 ], [ -75.182977286694694, 39.992482665254201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3868 CAMBRIDGE ST", "addr_range": "3866-3868 CAMBRIDGE ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1471, "objectid": 5642, "Shape__Area": 233.02734375, "Shape__Length": 86.818896542603667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201283985985299, 39.973663012634198 ], [ -75.201284298120399, 39.973664712555099 ], [ -75.201340215570298, 39.973658120269803 ], [ -75.2012922253044, 39.973405443373103 ], [ -75.201236585550205, 39.9734114128972 ], [ -75.201283985985299, 39.973663012634198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "814 N 40TH ST", "addr_range": "812-814 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 855, "objectid": 5643, "Shape__Area": 135.4609375, "Shape__Length": 57.221904716569334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203466696496506, 39.967811508778603 ], [ -75.203460751362002, 39.967773931093298 ], [ -75.203259288403899, 39.967791527119203 ], [ -75.203265584680807, 39.967835915194499 ], [ -75.203466696496506, 39.967811508778603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4329 PARRISH ST", "addr_range": "4320-4324 LANCASTER AVE; 4329 PARRISH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 455, "objectid": 5644, "Shape__Area": 72.16796875, "Shape__Length": 37.735299000853374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210835504924404, 39.968004279355704 ], [ -75.210753878623194, 39.968011145143301 ], [ -75.210755473841601, 39.968030120412998 ], [ -75.2107996123042, 39.968059339100499 ], [ -75.210848172107205, 39.968088974565397 ], [ -75.210849514908901, 39.9680860697163 ], [ -75.210835504924404, 39.968004279355704 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "716 N 40TH ST", "addr_range": "716-718 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 3366, "objectid": 5645, "Shape__Area": 533.1015625, "Shape__Length": 114.32332898484867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202883582483295, 39.9658787486444 ], [ -75.202898506066504, 39.965959017062403 ], [ -75.202901639765898, 39.965958667660701 ], [ -75.203302447841907, 39.965914369240799 ], [ -75.203287523690307, 39.965834665802802 ], [ -75.202883582483295, 39.9658787486444 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4236 LANCASTER AVE", "addr_range": "4234-4240 LANCASTER AVE; 4215-4223 BROWN ST", "zipcode": 19104, "district": "3", "year": "2003", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 970, "objectid": 5646, "Shape__Area": 153.61328125, "Shape__Length": 59.27796386011746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209202510498898, 39.9672703600448 ], [ -75.209248719860298, 39.967299093620902 ], [ -75.209377739458802, 39.967175539801403 ], [ -75.209330048967402, 39.967146646438998 ], [ -75.209202510498898, 39.9672703600448 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1700 N 42ND ST", "addr_range": "4201-4209 LEIDY AVE; 1700-1716 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1362, "objectid": 5647, "Shape__Area": 215.78515625, "Shape__Length": 71.295572841322524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210084674080704, 39.975236451396 ], [ -75.210310150995596, 39.975319670367398 ], [ -75.210339894601404, 39.975271695239599 ], [ -75.210113579913099, 39.975187958626002 ], [ -75.210084674080704, 39.975236451396 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4187 LEIDY AVE", "addr_range": "4185-4191 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1441, "objectid": 5648, "Shape__Area": 228.3125, "Shape__Length": 84.971199001460718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209179206820494, 39.9751166260857 ], [ -75.209230627091202, 39.975135591825101 ], [ -75.209233973172303, 39.9751301697953 ], [ -75.209238187880302, 39.975123347918597 ], [ -75.209369185687706, 39.974910890644303 ], [ -75.209318901324394, 39.974891304094399 ], [ -75.209186629774706, 39.975104748541497 ], [ -75.2091824812981, 39.975111427722503 ], [ -75.209179206820494, 39.9751166260857 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "806 N 40TH ST", "addr_range": "806-808 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 806, "objectid": 5649, "Shape__Area": 127.7578125, "Shape__Length": 55.790070239230985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203236651836505, 39.9676314243683 ], [ -75.203242295645694, 39.9676714136762 ], [ -75.203421598394002, 39.967648698307201 ], [ -75.203438432316901, 39.967646734713199 ], [ -75.203439695214698, 39.967644345347097 ], [ -75.203438703050693, 39.967642323998398 ], [ -75.203432107618696, 39.967607569140803 ], [ -75.203415523435297, 39.967609586930699 ], [ -75.203236651836505, 39.9676314243683 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3966 PENNSGROVE ST", "addr_range": "3958, 3962-3966, 3970, 3974-3984 PENNSGROVE ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1333, "objectid": 5650, "Shape__Area": 211.265625, "Shape__Length": 81.42132361200953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203120520847705, 39.971542517082398 ], [ -75.203168219048294, 39.971777954915702 ], [ -75.203222154105006, 39.9717710600655 ], [ -75.203174791535105, 39.971535629707901 ], [ -75.203120520847705, 39.971542517082398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "725 N PRESTON ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 856, "objectid": 5651, "Shape__Area": 135.6328125, "Shape__Length": 64.587049459713683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203502759388599, 39.965615525312998 ], [ -75.203508985924302, 39.965648933993101 ], [ -75.203513066805897, 39.965649024563803 ], [ -75.203528121268704, 39.965647006157297 ], [ -75.203568780586906, 39.965643184567 ], [ -75.2037527506766, 39.9656226365856 ], [ -75.203749006955206, 39.965605709229699 ], [ -75.203746168384299, 39.965589219125498 ], [ -75.203502759388599, 39.965615525312998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4019 FAIRMOUNT AVE", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1135, "objectid": 5652, "Shape__Area": 179.7578125, "Shape__Length": 70.90815782621948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203348748764, 39.965182195527397 ], [ -75.203383540558207, 39.965382400571798 ], [ -75.2034382293254, 39.965376473020299 ], [ -75.203403138761402, 39.965176455981798 ], [ -75.203348748764, 39.965182195527397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "807 N PRESTON ST", "addr_range": "807 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2599, "objectid": 5653, "Shape__Area": 411.6953125, "Shape__Length": 100.55202769720493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203768936338605, 39.967538847174303 ], [ -75.203779961525299, 39.9676085673728 ], [ -75.204135683117599, 39.967571293269202 ], [ -75.204124561467594, 39.967500200545103 ], [ -75.203768936338605, 39.967538847174303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3906 WYALUSING AVE", "addr_range": "3900-3906 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 683, "objectid": 5654, "Shape__Area": 108.30859375, "Shape__Length": 50.654041435433271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201619889653699, 39.972349904335402 ], [ -75.201642982063504, 39.972485498514096 ], [ -75.201667567610002, 39.972482998209003 ], [ -75.201692195278198, 39.972480498834102 ], [ -75.201667681189505, 39.972344839757902 ], [ -75.201619889653699, 39.972349904335402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3905 WYALUSING AVE", "addr_range": "3901-3907 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 638, "objectid": 5655, "Shape__Area": 101.13671875, "Shape__Length": 47.003509184489133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201602319376804, 39.972573076845599 ], [ -75.201625268164307, 39.972694645499097 ], [ -75.201676309534406, 39.972688960212302 ], [ -75.2016521749144, 39.972567720232099 ], [ -75.201602319376804, 39.972573076845599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1116 N 42ND ST", "addr_range": "1116 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1310, "objectid": 5656, "Shape__Area": 207.61328125, "Shape__Length": 79.809803424522386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2089320958938, 39.973126267346103 ], [ -75.20893992821, 39.973168368041897 ], [ -75.208993051866898, 39.973162419276797 ], [ -75.209050008195902, 39.973156039080401 ], [ -75.209114451312004, 39.973148811005103 ], [ -75.209122551398295, 39.973147910059602 ], [ -75.209195728336198, 39.9731397130342 ], [ -75.209240416566004, 39.973134706335301 ], [ -75.209231728221098, 39.973093069647398 ], [ -75.2089320958938, 39.973126267346103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3955 BROWN ST", "addr_range": "3951-3959 BROWN ST; 3960-3964 RENO ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1076, "objectid": 5657, "Shape__Area": 170.453125, "Shape__Length": 71.272587848758519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202325739863895, 39.967561457097602 ], [ -75.202361027638304, 39.967765687467498 ], [ -75.202411397228403, 39.967760453741398 ], [ -75.202376667798404, 39.967555881692498 ], [ -75.202325739863895, 39.967561457097602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "920 N 43RD ST", "addr_range": "916-918, 920-922 N 43RD ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1192, "objectid": 5658, "Shape__Area": 188.92578125, "Shape__Length": 73.067718175705352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210601843793995, 39.9703924324875 ], [ -75.210598288060197, 39.970392821417299 ], [ -75.210343240944496, 39.9704207373332 ], [ -75.210344365119994, 39.9704270647252 ], [ -75.210348444552096, 39.970450223375501 ], [ -75.210350777099507, 39.970463476486401 ], [ -75.2106094367022, 39.9704347854451 ], [ -75.210620250209303, 39.970433589455801 ], [ -75.210612551349598, 39.970391251273298 ], [ -75.210601843793995, 39.9703924324875 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4146 WESTMINSTER AVE", "addr_range": "4146-4150 WESTMINSTER AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 554, "objectid": 5659, "Shape__Area": 87.90625, "Shape__Length": 41.745340479376075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207763574076296, 39.969892194827999 ], [ -75.207711376101003, 39.969898067973297 ], [ -75.207730462637102, 39.970000478089702 ], [ -75.207730503512394, 39.970000512332398 ], [ -75.207782135788506, 39.969994643762597 ], [ -75.207782221894604, 39.969994564579999 ], [ -75.207763574076296, 39.969892194827999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "738 BROOKLYN ST", "addr_range": "734-740 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1343, "objectid": 5660, "Shape__Area": 212.72265625, "Shape__Length": 78.170706596397963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208276052159505, 39.965582268331097 ], [ -75.208282039167003, 39.965626616778501 ], [ -75.208572951659804, 39.965605560380297 ], [ -75.208567247937296, 39.965560364076097 ], [ -75.208276052159505, 39.965582268331097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "623 N 44TH ST", "addr_range": "623 N 44TH ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1326, "objectid": 5661, "Shape__Area": 210.03515625, "Shape__Length": 76.217226398432942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210287530477004, 39.963501504421103 ], [ -75.210293004127706, 39.9635466793099 ], [ -75.210574639448893, 39.963526429023602 ], [ -75.210567846611596, 39.963480047344497 ], [ -75.210287530477004, 39.963501504421103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "720 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 640, "objectid": 5662, "Shape__Area": 101.33984375, "Shape__Length": 50.156481585827045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2034965510462, 39.965581069168103 ], [ -75.203318464454398, 39.965600569713096 ], [ -75.203324897197703, 39.965635159693903 ], [ -75.203502759388599, 39.965615525312998 ], [ -75.2034965510462, 39.965581069168103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1434 S FALLON ST", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 686, "objectid": 5663, "Shape__Area": 108.57421875, "Shape__Length": 50.115437379194148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211057945224198, 39.9407979606518 ], [ -75.211091181538293, 39.940826519335303 ], [ -75.211219675672297, 39.940735208819703 ], [ -75.211186000128095, 39.940706657570303 ], [ -75.211057945224198, 39.9407979606518 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1406 S 58TH ST", "addr_range": "1406 S 58TH ST", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2204, "objectid": 5664, "Shape__Area": 348.765625, "Shape__Length": 94.14892970637132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235062779813504, 39.940981428744202 ], [ -75.234811895140098, 39.941157594260403 ], [ -75.234866676983899, 39.9412040102196 ], [ -75.2351189373408, 39.941029164972498 ], [ -75.235062779813504, 39.940981428744202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1330 S WILTON ST", "addr_range": "1330-1332 S WILTON ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 847, "objectid": 5665, "Shape__Area": 134.09765625, "Shape__Length": 57.101394274726147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220132903538897, 39.940524377272702 ], [ -75.220128091130107, 39.9405270930569 ], [ -75.220121029840499, 39.940532836151903 ], [ -75.220080881532297, 39.940560498771497 ], [ -75.220052371183698, 39.9405804063936 ], [ -75.219982960550695, 39.940629088060902 ], [ -75.220018646849297, 39.940659406416003 ], [ -75.2201691407532, 39.9405539833283 ], [ -75.220132903538897, 39.940524377272702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5411 BELMAR ST", "addr_range": "5411 BELMAR ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1203, "objectid": 5666, "Shape__Area": 190.44140625, "Shape__Length": 68.977441274926235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225115308202902, 39.941080468836198 ], [ -75.225116588603598, 39.941081543982598 ], [ -75.225122917675293, 39.941086488332601 ], [ -75.225161564582507, 39.941059176564202 ], [ -75.225168187746704, 39.941054503819899 ], [ -75.225162726814602, 39.941049853387398 ], [ -75.225137085585203, 39.941027543341903 ], [ -75.225002616378802, 39.940912681827697 ], [ -75.224957385338598, 39.940944183297702 ], [ -75.224998846718094, 39.940979769187599 ], [ -75.2250380062506, 39.941014175437097 ], [ -75.225075801668694, 39.941046956875503 ], [ -75.225091109921806, 39.941059931273898 ], [ -75.225115308202902, 39.941080468836198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1241 S 52ND ST", "addr_range": "1241 S 52ND ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1480, "objectid": 5667, "Shape__Area": 234.1953125, "Shape__Length": 85.011122025587369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220395846132405, 39.941974650833799 ], [ -75.220157165466603, 39.942141930841103 ], [ -75.220197344073895, 39.942175926075301 ], [ -75.220434157173401, 39.942007057780003 ], [ -75.220395846132405, 39.941974650833799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5831 WILLOWS AVE", "addr_range": "5831-5833 WILLOWS AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1816, "objectid": 5668, "Shape__Area": 287.46875, "Shape__Length": 103.24002703361975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234523251678496, 39.939855452052697 ], [ -75.2347907517468, 39.940082879666598 ], [ -75.2347956650936, 39.9400870653201 ], [ -75.234838213224094, 39.940057227558 ], [ -75.234833400971397, 39.940053156747702 ], [ -75.234565036752599, 39.939826369810497 ], [ -75.234523251678496, 39.939855452052697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4813 REINHARD ST", "addr_range": "4811-4813 REINHARD ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 999, "objectid": 5669, "Shape__Area": 158.19140625, "Shape__Length": 63.271422115950038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214657442446395, 39.943134858105203 ], [ -75.214663441750403, 39.943136296265202 ], [ -75.214701476185098, 39.943109829415398 ], [ -75.214548187647793, 39.942978823204697 ], [ -75.214505975777499, 39.943007824079501 ], [ -75.214657442446395, 39.943134858105203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5933 WINDSOR ST", "addr_range": "5933 WINDSOR AVE", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1203, "objectid": 5670, "Shape__Area": 190.453125, "Shape__Length": 66.189036646762787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233021909432196, 39.936104360038698 ], [ -75.233040308418197, 39.9361197879374 ], [ -75.233056218227404, 39.936108627764902 ], [ -75.233089525740894, 39.936085098493201 ], [ -75.233071333086897, 39.936069724685296 ], [ -75.232933384599505, 39.935954859249797 ], [ -75.232884573849702, 39.935989316082903 ], [ -75.232911978427396, 39.936012097365399 ], [ -75.233021909432196, 39.936104360038698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1122 S 54TH ST", "addr_range": "1118-1122 S 54TH ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1335, "objectid": 5671, "Shape__Area": 211.296875, "Shape__Length": 79.13738735566487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227600434712201, 39.943531298707398 ], [ -75.227638048567997, 39.943563396797998 ], [ -75.227818868308006, 39.943436304859802 ], [ -75.227858305215705, 39.943408592388202 ], [ -75.227818718552797, 39.943376032025697 ], [ -75.227779699196503, 39.943403785200402 ], [ -75.227600434712201, 39.943531298707398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1718 S 58TH ST", "addr_range": "1718 S 58TH ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1229, "objectid": 5672, "Shape__Area": 194.58203125, "Shape__Length": 73.263992493728935 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230643641012307, 39.937380437380803 ], [ -75.230682236579398, 39.937413121010103 ], [ -75.230882176210997, 39.937272404466903 ], [ -75.2308426884575, 39.9372395075941 ], [ -75.230643641012307, 39.937380437380803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1231 HANSON ST", "addr_range": "1229-1235 HANSON ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 545, "objectid": 5673, "Shape__Area": 86.2734375, "Shape__Length": 44.435256063115439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213870842193103, 39.942948324193601 ], [ -75.213871174243494, 39.942948397308697 ], [ -75.2139713179712, 39.942878315153798 ], [ -75.213939639453599, 39.942851742467099 ], [ -75.213819795290306, 39.942936314988003 ], [ -75.213870842193103, 39.942948324193601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5811 BEAUMONT ST", "addr_range": "5811 BEAUMONT ST", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1642, "objectid": 5674, "Shape__Area": 259.8671875, "Shape__Length": 89.066147138504846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232277969034499, 39.938472459825398 ], [ -75.232316927118404, 39.938505568893603 ], [ -75.232363283704103, 39.9384729612906 ], [ -75.232315924557597, 39.938433138300702 ], [ -75.232218355814794, 39.938352495350898 ], [ -75.232134907514293, 39.938282381405102 ], [ -75.232089142249507, 39.9383148883716 ], [ -75.2321170654387, 39.938337843393001 ], [ -75.232127573258097, 39.938346391172999 ], [ -75.232165696382097, 39.938378338601197 ], [ -75.232177393234593, 39.938388186488197 ], [ -75.232202767104695, 39.938409248390897 ], [ -75.232238763383506, 39.938439810222697 ], [ -75.232277969034499, 39.938472459825398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1401 S 54TH ST", "addr_range": "1401 S 54TH ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1836, "objectid": 5675, "Shape__Area": 290.60546875, "Shape__Length": 98.30433608694976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223601735550403, 39.940846918038702 ], [ -75.223643705632497, 39.940882307509703 ], [ -75.223645940315805, 39.940880760161399 ], [ -75.223924531646205, 39.940686207674197 ], [ -75.223883369594105, 39.940651594743798 ], [ -75.223604078438797, 39.940845293786701 ], [ -75.223601735550403, 39.940846918038702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1255 S PEACH ST", "addr_range": "1255 S PEACH ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 767, "objectid": 5676, "Shape__Area": 121.515625, "Shape__Length": 51.912174055149208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223466731559796, 39.941598774234897 ], [ -75.223336177650296, 39.941691809712097 ], [ -75.2233728990158, 39.941722488554802 ], [ -75.223504276055905, 39.941630422622097 ], [ -75.223466731559796, 39.941598774234897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5811 BELMAR ST", "addr_range": "5811 BELMAR ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 966, "objectid": 5677, "Shape__Area": 152.875, "Shape__Length": 62.365364653016208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230579585044893, 39.937005928305702 ], [ -75.230732512737106, 39.937132971948998 ], [ -75.230771966483999, 39.937105210295101 ], [ -75.230620923718305, 39.936977047626101 ], [ -75.230579585044893, 39.937005928305702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5810 HADFIELD ST", "addr_range": "5810 HADFIELD ST", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1529, "objectid": 5678, "Shape__Area": 241.9453125, "Shape__Length": 92.592594900417453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234582554545895, 39.940575181503299 ], [ -75.234637659528005, 39.940621894793601 ], [ -75.234677300837603, 39.940594167437098 ], [ -75.234434996494002, 39.940388086285999 ], [ -75.234394838034206, 39.940416187842096 ], [ -75.234418171733296, 39.940435833160102 ], [ -75.2344729731455, 39.940482266874703 ], [ -75.234527549594802, 39.9405285505674 ], [ -75.234582554545895, 39.940575181503299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1705 S 58TH ST", "addr_range": "1705 S 58TH ST", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1010, "objectid": 5679, "Shape__Area": 159.84375, "Shape__Length": 68.543002325593051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230835266377994, 39.937832365454803 ], [ -75.2306470936241, 39.937967440699197 ], [ -75.230679566514794, 39.937994670343301 ], [ -75.230870428215695, 39.9378616687356 ], [ -75.230835266377994, 39.937832365454803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1265 S RUBY ST", "addr_range": "1265 S RUBY ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 911, "objectid": 5680, "Shape__Area": 144.21875, "Shape__Length": 53.991069581323025 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223700913485303, 39.941213082728297 ], [ -75.223657047043403, 39.941175202598899 ], [ -75.223526631699102, 39.941266806931502 ], [ -75.223570682745404, 39.941304223558802 ], [ -75.223700913485303, 39.941213082728297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1427 S PAXON ST", "addr_range": "1425-1427 S PAXON ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 821, "objectid": 5681, "Shape__Area": 129.953125, "Shape__Length": 56.236974757060153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216033901704506, 39.939451307549803 ], [ -75.216052140130998, 39.9394670725653 ], [ -75.21606365561, 39.939477239792602 ], [ -75.216072198164497, 39.939471110701902 ], [ -75.216210678966704, 39.9393722938526 ], [ -75.216175393935401, 39.939342483180297 ], [ -75.216046713047405, 39.939434567976299 ], [ -75.216029499751798, 39.939447470240196 ], [ -75.216031690770293, 39.9394493891255 ], [ -75.216033901704506, 39.939451307549803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1327 S 54TH ST", "addr_range": "1327 S 54TH ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1206, "objectid": 5682, "Shape__Area": 190.953125, "Shape__Length": 75.865592858788744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224595272368902, 39.941586424682001 ], [ -75.224631722937104, 39.941617127782301 ], [ -75.224842842411803, 39.941468141229997 ], [ -75.224807237746006, 39.941437826229901 ], [ -75.224595272368902, 39.941586424682001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1519 S 53RD ST", "addr_range": "1519 S 53RD ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1171, "objectid": 5683, "Shape__Area": 185.30078125, "Shape__Length": 72.741327519380192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2193852255851, 39.939307088620701 ], [ -75.219422414191399, 39.939336988929 ], [ -75.219621615201703, 39.939196630976298 ], [ -75.219584499050399, 39.939164250075599 ], [ -75.2193852255851, 39.939307088620701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1332 S WILTON ST", "addr_range": "1330-1332 S WILTON ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 831, "objectid": 5684, "Shape__Area": 131.546875, "Shape__Length": 57.050565430342921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220098789177001, 39.940494029654502 ], [ -75.220077543644706, 39.940509519543802 ], [ -75.219947200935707, 39.940599073515799 ], [ -75.219982960550695, 39.940629088060902 ], [ -75.220052371183698, 39.9405804063936 ], [ -75.220080881532297, 39.940560498771497 ], [ -75.220121029840499, 39.940532836151903 ], [ -75.220128091130107, 39.9405270930569 ], [ -75.220132903538897, 39.940524377272702 ], [ -75.220098789177001, 39.940494029654502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1614 S 58TH ST", "addr_range": "1614 S 58TH ST", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1164, "objectid": 5685, "Shape__Area": 184.2421875, "Shape__Length": 70.539833353610703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232087975122496, 39.938606964039799 ], [ -75.232103612677705, 39.9386201059935 ], [ -75.232120778750598, 39.938634925819301 ], [ -75.232126805583604, 39.9386401370448 ], [ -75.232132186514804, 39.938635643872402 ], [ -75.232156387242995, 39.938618299378 ], [ -75.232185506238693, 39.938598176054597 ], [ -75.232213951449694, 39.938578199211399 ], [ -75.232242121076993, 39.938558299203599 ], [ -75.232270095924406, 39.938538569706701 ], [ -75.232306241850395, 39.938513089212698 ], [ -75.232316927118404, 39.938505568893603 ], [ -75.232277969034499, 39.938472459825398 ], [ -75.232267363868502, 39.938480061186901 ], [ -75.232215067647005, 39.938517550607102 ], [ -75.232156171510098, 39.938559135207697 ], [ -75.232087975122496, 39.938606964039799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1237 S PEACH ST", "addr_range": "1237 S PEACH ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 743, "objectid": 5686, "Shape__Area": 117.64453125, "Shape__Length": 51.495063431525949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223790865716097, 39.941872014731601 ], [ -75.223659735874705, 39.941964167528397 ], [ -75.223695531514593, 39.941994471778798 ], [ -75.2238267865458, 39.941902289262202 ], [ -75.223790865716097, 39.941872014731601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1132 S 54TH ST", "addr_range": "1132 S 54TH ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1426, "objectid": 5687, "Shape__Area": 225.76953125, "Shape__Length": 79.366225357477447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227581798843204, 39.943239511597497 ], [ -75.227404944106496, 39.943365303726502 ], [ -75.227446633142506, 39.943400443177403 ], [ -75.227623689365103, 39.943274300421599 ], [ -75.227662668409593, 39.943246529294797 ], [ -75.227620774309401, 39.943211805278096 ], [ -75.227611525453597, 39.943218372885298 ], [ -75.227581798843204, 39.943239511597497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1231 S RUBY ST", "addr_range": "1231 S RUBY ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 741, "objectid": 5688, "Shape__Area": 117.31640625, "Shape__Length": 51.531013977169373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224276412240698, 39.941698671539797 ], [ -75.224144732805499, 39.941790490209499 ], [ -75.224180526231095, 39.941820794257197 ], [ -75.224312440826907, 39.941728286054399 ], [ -75.224276412240698, 39.941698671539797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1614-32 W FISHERS LN", "addr_range": "1614-32 W FISHERS LN", "zipcode": 19141, "district": "8", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1911, "objectid": 5689, "Shape__Area": 304.6796875, "Shape__Length": 87.919262072519558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150578757232793, 40.0304016099563 ], [ -75.150588721898302, 40.030356054768703 ], [ -75.15027878942, 40.030315107062897 ], [ -75.150259835754795, 40.030386733337401 ], [ -75.150578757232793, 40.0304016099563 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "26 W WISTER ST", "addr_range": "26-28 W WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1588, "objectid": 5690, "Shape__Area": 252.00390625, "Shape__Length": 64.618065344824586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165532653810502, 40.029156086057803 ], [ -75.165393772950097, 40.029077938600601 ], [ -75.165326745840005, 40.029152000840099 ], [ -75.165464015205899, 40.029230578835403 ], [ -75.165532653810502, 40.029156086057803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "28 W WISTER ST", "addr_range": "26-28 W WISTER ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1425, "objectid": 5691, "Shape__Area": 226.11328125, "Shape__Length": 61.995503649849354 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1654536005354, 40.029012355923697 ], [ -75.165393772950097, 40.029077938600601 ], [ -75.165532653810502, 40.029156086057803 ], [ -75.165594669125895, 40.029089714599202 ], [ -75.1654536005354, 40.029012355923697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "225 W SEYMOUR ST", "addr_range": "225-229 W SEYMOUR ST", "zipcode": 19144, "district": "8", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2018, "objectid": 5692, "Shape__Area": 320.1640625, "Shape__Length": 91.155174766964393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168316616657705, 40.024799269604102 ], [ -75.168509067863397, 40.024903216462398 ], [ -75.168587639599806, 40.0249466193915 ], [ -75.168632441550002, 40.024897704056599 ], [ -75.168364158851105, 40.024751092636002 ], [ -75.168316616657705, 40.024799269604102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "59 E ASHMEAD ST", "addr_range": "49-61 E ASHMEAD ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 689, "objectid": 5693, "Shape__Area": 109.375, "Shape__Length": 54.960832860223618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1656826563582, 40.031899294998901 ], [ -75.165842911785404, 40.031995025932602 ], [ -75.165869418681197, 40.031969670455197 ], [ -75.165767724024604, 40.031907771220901 ], [ -75.165710413582303, 40.031872532377797 ], [ -75.1656826563582, 40.031899294998901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "61 E ASHMEAD ST", "addr_range": "49-61 E ASHMEAD ST", "zipcode": 19144, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1138, "objectid": 5694, "Shape__Area": 180.69140625, "Shape__Length": 61.192819074616914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165638692380199, 40.031942555394998 ], [ -75.165798315912099, 40.032038352360999 ], [ -75.165842911785404, 40.031995025932602 ], [ -75.1656826563582, 40.031899294998901 ], [ -75.165638692380199, 40.031942555394998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "344 E ARMAT ST", "addr_range": "344-348 E ARMAT ST; 5550-5556 MORTON ST", "zipcode": 19144, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1301, "objectid": 5695, "Shape__Area": 206.60546875, "Shape__Length": 66.061071739346104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1692310315089, 40.038233752359098 ], [ -75.169169416861294, 40.038260738107397 ], [ -75.169159543471906, 40.038265078984502 ], [ -75.169153537566004, 40.038407555334501 ], [ -75.1691627905319, 40.038406860428303 ], [ -75.169233206832203, 40.038406523455002 ], [ -75.169234357736897, 40.038376260891397 ], [ -75.169241754176198, 40.038228625053399 ], [ -75.1692310315089, 40.038233752359098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4554-62 DITMAN ST (Parcel not in PWD)", "addr_range": "4541-4551 TACKAWANNA ST; 4546-4556 DITMAN ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 5350, "objectid": 5696, "Shape__Area": 848.33203125, "Shape__Length": 122.22643328223781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081142234509201, 40.011313662978601 ], [ -75.081292994991301, 40.011220672301199 ], [ -75.081066838230996, 40.011009413211603 ], [ -75.080918289395996, 40.011099474364002 ], [ -75.081142234509201, 40.011313662978601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1721 ORTHODOX ST", "addr_range": "1721-1723 ORTHODOX ST", "zipcode": 19124, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1128, "objectid": 5697, "Shape__Area": 178.9375, "Shape__Length": 74.978751506575861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.082422836099497, 40.013465641259103 ], [ -75.082464102280795, 40.013487846517997 ], [ -75.082628310627697, 40.013307728699203 ], [ -75.082586495315496, 40.013286139665901 ], [ -75.082422836099497, 40.013465641259103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1822 MARGARET ST", "addr_range": "1816-1822 MARGARET ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1970, "objectid": 5698, "Shape__Area": 312.48046875, "Shape__Length": 92.874658565956622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.078882450033007, 40.014060720765798 ], [ -75.078941254314898, 40.014094362248997 ], [ -75.079137089862002, 40.013877457502097 ], [ -75.079132288020304, 40.013874798560401 ], [ -75.079077650136199, 40.013844511354598 ], [ -75.078882450033007, 40.014060720765798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1844 WILMOT ST", "addr_range": "1844-1846 WILMOT ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1551, "objectid": 5699, "Shape__Area": 245.95703125, "Shape__Length": 68.695031044753648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.079066734898902, 40.013237409387102 ], [ -75.079140897456597, 40.013278709189798 ], [ -75.079264381158197, 40.013141739244602 ], [ -75.079190409254693, 40.013100926912401 ], [ -75.079069913144707, 40.013233888170397 ], [ -75.079066734898902, 40.013237409387102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1846 WILMOT ST", "addr_range": "1844-1846 WILMOT ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1859, "objectid": 5700, "Shape__Area": 294.9375, "Shape__Length": 72.724325704133861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.079117391511005, 40.0130587986813 ], [ -75.079102853350093, 40.013051576538302 ], [ -75.078977776316904, 40.0131880271908 ], [ -75.078984595535701, 40.013191054743103 ], [ -75.078992008130896, 40.013196096408898 ], [ -75.079066734898902, 40.013237409387102 ], [ -75.079190409254693, 40.013100926912401 ], [ -75.079117391511005, 40.0130587986813 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1723 ORTHODOX ST", "addr_range": "1721-1723 ORTHODOX ST", "zipcode": 19124, "district": "7", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1199, "objectid": 5701, "Shape__Area": 190.171875, "Shape__Length": 75.502473197751641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.082586495315496, 40.013286139665901 ], [ -75.082542256580695, 40.013263301338299 ], [ -75.082378468048702, 40.013441768175397 ], [ -75.082422836099497, 40.013465641259103 ], [ -75.082586495315496, 40.013286139665901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1823 MARGARET ST", "addr_range": "1821-1827 MARGARET ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1415, "objectid": 5702, "Shape__Area": 224.53125, "Shape__Length": 87.714359579654996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.078670569709899, 40.0144332714912 ], [ -75.078711936595695, 40.014457607811899 ], [ -75.078911929477698, 40.0142455522208 ], [ -75.078868002544795, 40.014221236605799 ], [ -75.078670569709899, 40.0144332714912 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1821 MARGARET ST", "addr_range": "1821-1827 MARGARET ST", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1441, "objectid": 5703, "Shape__Area": 228.62109375, "Shape__Length": 87.833695690849368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.078911929477698, 40.0142455522208 ], [ -75.078711936595695, 40.014457607811899 ], [ -75.078725830603304, 40.014466137738999 ], [ -75.078757701017295, 40.014481239994801 ], [ -75.078954547409694, 40.014269691397999 ], [ -75.078911929477698, 40.0142455522208 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1666 KINSEY ST", "addr_range": "1666-1686 KINSEY ST", "zipcode": 19124, "district": "7", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 6489, "objectid": 5704, "Shape__Area": 1029.02734375, "Shape__Length": 203.21227779365276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.085113181838906, 40.012344106868298 ], [ -75.085102715005803, 40.012360830486102 ], [ -75.085093706441597, 40.012356913618497 ], [ -75.085087214902899, 40.012354071543399 ], [ -75.084767430244398, 40.012861722984503 ], [ -75.084772377158004, 40.012868689316797 ], [ -75.084828538468798, 40.012947757133198 ], [ -75.084839434504403, 40.012929746004303 ], [ -75.085191927814805, 40.012375488634703 ], [ -75.085113181838906, 40.012344106868298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1509 ARROTT ST", "addr_range": "4710-4712 GRISCOM ST; 1509 ARROTT ST (behind)", "zipcode": 19124, "district": "7", "year": "2011", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1830, "objectid": 5705, "Shape__Area": 290.21484375, "Shape__Length": 70.216442442118563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.084836946007599, 40.0176116363007 ], [ -75.084873397967598, 40.017631569080997 ], [ -75.084942358928501, 40.017556179555797 ], [ -75.084898343718095, 40.017532363476803 ], [ -75.084845257733306, 40.0175040496976 ], [ -75.084795929117305, 40.017477789172801 ], [ -75.084783173595895, 40.0174710605841 ], [ -75.084748685905794, 40.017508401029403 ], [ -75.084712616856393, 40.017545961554397 ], [ -75.084836946007599, 40.0176116363007 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6150 HEGERMAN ST", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1493, "objectid": 5706, "Shape__Area": 236.82421875, "Shape__Length": 85.644961762785144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.055798853137105, 40.0184009759638 ], [ -75.055614389118006, 40.0181950607248 ], [ -75.055565751571606, 40.018220202969403 ], [ -75.055750328034904, 40.0184260587544 ], [ -75.055755328014897, 40.018423475635402 ], [ -75.055798853137105, 40.0184009759638 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6148 HEGERMAN ST", "addr_range": "6148-6166 HEGERMAN ST; 4710-4730 DEVEREAUX AVE", "zipcode": 19135, "district": "6", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "21", "parcelarea": 1451, "objectid": 5707, "Shape__Area": 230.23046875, "Shape__Length": 85.28088661879589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.0558452724907, 40.018376979966597 ], [ -75.055662428388402, 40.018170227897897 ], [ -75.055614389118006, 40.0181950607248 ], [ -75.055798853137105, 40.0184009759638 ], [ -75.055803801731699, 40.0183984177676 ], [ -75.0558452724907, 40.018376979966597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1239 W ERIE AVE", "addr_range": "1239-1243 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1890, "objectid": 5708, "Shape__Area": 299.6875, "Shape__Length": 108.92725706058769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148678738354903, 40.009436299930499 ], [ -75.148733636987302, 40.009442943588098 ], [ -75.148805981365697, 40.0091157367251 ], [ -75.148750718372298, 40.009108762275901 ], [ -75.148678738354903, 40.009436299930499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1813 W ERIE AVE", "addr_range": "1813-1821 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1562, "objectid": 5709, "Shape__Area": 247.671875, "Shape__Length": 89.723224743146389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1579465570141, 40.0105536195775 ], [ -75.157979035537593, 40.010557850563501 ], [ -75.158003181324602, 40.010561265413997 ], [ -75.158032219019006, 40.010438732172503 ], [ -75.158035219104093, 40.0104205525137 ], [ -75.158041914451005, 40.010392317137701 ], [ -75.158042680415093, 40.010389288092803 ], [ -75.158054733015604, 40.0103327853301 ], [ -75.158061537432999, 40.010300618577297 ], [ -75.158004148900403, 40.0102932303218 ], [ -75.157986918572306, 40.010373327340197 ], [ -75.157985548372807, 40.010383435546203 ], [ -75.157982934443893, 40.010391501000598 ], [ -75.157977580144205, 40.010419751331902 ], [ -75.157969821502704, 40.010449994491999 ], [ -75.157970040120105, 40.010453045764599 ], [ -75.157961094348394, 40.010491885753197 ], [ -75.1579465570141, 40.0105536195775 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1703 W ERIE AVE", "addr_range": "1701-1703 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1482, "objectid": 5710, "Shape__Area": 235.03515625, "Shape__Length": 92.038014874254458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156078030801595, 40.010330860643698 ], [ -75.156129345218901, 40.010337565720903 ], [ -75.156189478244599, 40.010065127662699 ], [ -75.156137190973197, 40.010058160057199 ], [ -75.156078030801595, 40.010330860643698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3320 N 17TH ST", "addr_range": "3312-3320 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2100, "objectid": 5711, "Shape__Area": 336.4765625, "Shape__Length": 99.559503686020562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157317201211299, 40.004489093577199 ], [ -75.157685955466306, 40.0045396064626 ], [ -75.157697731200201, 40.004484259801103 ], [ -75.157328517519801, 40.004434832207998 ], [ -75.157317201211299, 40.004489093577199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3507 N 22ND ST", "addr_range": "3507-3509 N 22ND ST", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2964, "objectid": 5712, "Shape__Area": 469.9453125, "Shape__Length": 120.87324550267648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164275252307803, 40.008034119399603 ], [ -75.164262368679999, 40.008096099267199 ], [ -75.164716682658906, 40.008152964268099 ], [ -75.164730152787996, 40.008090433530498 ], [ -75.164275252307803, 40.008034119399603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2229 W TIOGA ST", "addr_range": "2229 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4838, "objectid": 5713, "Shape__Area": 767.1796875, "Shape__Length": 152.20847843743198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166292752050097, 40.0085490131437 ], [ -75.1663877514506, 40.008113965414097 ], [ -75.166281430978501, 40.008100158731303 ], [ -75.166187098914506, 40.008535818779002 ], [ -75.166292752050097, 40.0085490131437 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3411 N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2059, "objectid": 5714, "Shape__Area": 326.49609375, "Shape__Length": 94.84048978692033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159659945222998, 40.005993748234502 ], [ -75.159647171513498, 40.006051088119797 ], [ -75.159994359038393, 40.006092982285701 ], [ -75.160005727307905, 40.006036787388801 ], [ -75.159659945222998, 40.005993748234502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2515 W FLETCHER ST", "addr_range": "2515 W FLETCHER ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2244, "objectid": 5715, "Shape__Area": 626.82421875, "Shape__Length": 166.54517791855739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174594936605203, 39.990041124493501 ], [ -75.174606904604701, 39.990042731033903 ], [ -75.174612953356302, 39.9900169779687 ], [ -75.174663606594393, 39.990023579146197 ], [ -75.174687944710001, 39.989911786116402 ], [ -75.174699099977502, 39.989869061727802 ], [ -75.174759762771004, 39.989582425955902 ], [ -75.174695221261999, 39.989574578849798 ], [ -75.174624206156594, 39.989903730839401 ], [ -75.174559532216307, 39.989894364288403 ], [ -75.174530487881697, 39.990032456761902 ], [ -75.174594290113404, 39.9900410288964 ], [ -75.174594936605203, 39.990041124493501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2903 1/2 W DAUPHIN ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 394, "objectid": 5716, "Shape__Area": 62.5234375, "Shape__Length": 51.023206394774526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180343949405, 39.991268521113199 ], [ -75.180367213546802, 39.991271830563697 ], [ -75.180378426351098, 39.991218612017498 ], [ -75.180389632889202, 39.991168375675201 ], [ -75.180400397540595, 39.991116814865201 ], [ -75.1803757546692, 39.991113630429197 ], [ -75.180364893923795, 39.991164758403002 ], [ -75.180354492341607, 39.991214772194297 ], [ -75.180343949405, 39.991268521113199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2447 N MYRTLEWOOD ST", "addr_range": "2447 N MYRTLEWOOD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 829, "objectid": 5717, "Shape__Area": 131.41796875, "Shape__Length": 54.379562733087113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180374827050798, 39.993646470934202 ], [ -75.180195870458505, 39.993622605425699 ], [ -75.180189552293299, 39.993621753978204 ], [ -75.180180173075499, 39.993664116742998 ], [ -75.180186679017893, 39.993665021049303 ], [ -75.180364738449796, 39.9936893494271 ], [ -75.180374827050798, 39.993646470934202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3039 W GORDON ST", "addr_range": "3039-3041 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 871, "objectid": 5718, "Shape__Area": 138.1796875, "Shape__Length": 60.630093005420711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182438057231394, 39.9921346693652 ], [ -75.182401774717107, 39.992302562854299 ], [ -75.182412628109006, 39.992303951719997 ], [ -75.182451286666407, 39.992308893539999 ], [ -75.182453626682303, 39.992298062584801 ], [ -75.182487567959299, 39.992140998208598 ], [ -75.182438057231394, 39.9921346693652 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3018 W CUMBERLAND ST", "addr_range": "3016-3018 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1027, "objectid": 5719, "Shape__Area": 162.859375, "Shape__Length": 66.398458501660812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1815792789196, 39.994203993165698 ], [ -75.181632482279795, 39.994211438429303 ], [ -75.181673655231705, 39.994026628165201 ], [ -75.1816204215922, 39.994019956207701 ], [ -75.181587750250998, 39.994167865703901 ], [ -75.1815792789196, 39.994203993165698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2524 W DAKOTA ST", "addr_range": "2522-2526 W DAKOTA ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 583, "objectid": 5720, "Shape__Area": 92.48046875, "Shape__Length": 45.531299617678371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1743045125192, 39.990576053861503 ], [ -75.174351187637299, 39.990582049617501 ], [ -75.174376016104304, 39.990463369492801 ], [ -75.174328929347098, 39.990457203226697 ], [ -75.1743045125192, 39.990576053861503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2466 N STANLEY ST", "addr_range": "2466-2468 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 755, "objectid": 5721, "Shape__Area": 119.76171875, "Shape__Length": 52.755915941066263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181980723141095, 39.994215312289597 ], [ -75.182163332429695, 39.994238548486202 ], [ -75.182170911358, 39.994199401562497 ], [ -75.181989553641003, 39.994175226592397 ], [ -75.181980723141095, 39.994215312289597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2907 W DAUPHIN ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 5943, "objectid": 5722, "Shape__Area": 941.890625, "Shape__Length": 161.10545815445005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180389632889202, 39.991168375675201 ], [ -75.180378426351098, 39.991218612017498 ], [ -75.180367213546802, 39.991271830563697 ], [ -75.180357561394999, 39.991322129634298 ], [ -75.180338429494796, 39.991414022465499 ], [ -75.180338250830602, 39.991414874425701 ], [ -75.180336305055903, 39.991424194166299 ], [ -75.180336119403194, 39.9914250450691 ], [ -75.180315429381295, 39.991523750695201 ], [ -75.180306436931104, 39.991567572750803 ], [ -75.180367492653303, 39.991575661170003 ], [ -75.180431679639398, 39.991584707150203 ], [ -75.180440278393107, 39.991541876394699 ], [ -75.180461859193599, 39.991440675970999 ], [ -75.180463396721805, 39.991434374484797 ], [ -75.180525707295402, 39.991132929836397 ], [ -75.180400397540595, 39.991116814865201 ], [ -75.180389632889202, 39.991168375675201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3024 W GORDON ST", "addr_range": "3024 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 800, "objectid": 5723, "Shape__Area": 126.859375, "Shape__Length": 57.501288707034384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182022592262399, 39.991965417895699 ], [ -75.182071544898506, 39.991971043361502 ], [ -75.1821053972985, 39.9918129409307 ], [ -75.182057710370401, 39.991807086104799 ], [ -75.182022592262399, 39.991965417895699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3041 W GORDON ST", "addr_range": "3039-3041 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 857, "objectid": 5724, "Shape__Area": 135.95703125, "Shape__Length": 58.018929106380561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182487567959299, 39.992140998208598 ], [ -75.182453626682303, 39.992298062584801 ], [ -75.182505704603201, 39.992304719145402 ], [ -75.182539645660995, 39.992147657454701 ], [ -75.182487567959299, 39.992140998208598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2453 N HOLLYWOOD ST", "addr_range": "2453 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 845, "objectid": 5725, "Shape__Area": 133.91796875, "Shape__Length": 54.525972437479609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179679976297606, 39.993730904173503 ], [ -75.179687608636996, 39.9937319463573 ], [ -75.179864551412507, 39.993755880190797 ], [ -75.179873663748197, 39.9937116914302 ], [ -75.179696705623499, 39.993688723147898 ], [ -75.179689385039495, 39.993687769937502 ], [ -75.179679976297606, 39.993730904173503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2305 N MYRTLEWOOD ST", "addr_range": "2303-2309 N MYRTLEWOOD ST; 2315-2323 N MYRTLEWOOD ST; 2903 1/2-2913 W DAUPHIN ST; 2916R-2922R W GORDON ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 593, "objectid": 5726, "Shape__Area": 93.96875, "Shape__Length": 46.023665331822059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180713919267305, 39.991237180368799 ], [ -75.180706694848496, 39.991274126770598 ], [ -75.180862735596605, 39.991293707068301 ], [ -75.180871378133403, 39.991258597124002 ], [ -75.180713919267305, 39.991237180368799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1329 W SOMERSET ST", "addr_range": "1327-1329 W SOMERSET ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1147, "objectid": 5727, "Shape__Area": 181.85546875, "Shape__Length": 70.432536022860802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153057360920499, 39.995656832966503 ], [ -75.153113115611802, 39.995664396964301 ], [ -75.153156649668304, 39.995467574036802 ], [ -75.153100958575905, 39.995461108035002 ], [ -75.153057360920499, 39.995656832966503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1300 W CAMBRIA ST", "addr_range": "1300-1306 W CAMBRIA ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1549, "objectid": 5728, "Shape__Area": 245.65234375, "Shape__Length": 91.107984764786835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151878577789702, 39.996430784748803 ], [ -75.151874782113097, 39.996430295181298 ], [ -75.1518194012489, 39.996698324696297 ], [ -75.151873686643299, 39.996704873011304 ], [ -75.151883353308193, 39.996661504115302 ], [ -75.151887238555602, 39.996643762691399 ], [ -75.151892737488794, 39.996618353178697 ], [ -75.1518966707484, 39.996599356821001 ], [ -75.151900093239902, 39.996586055055197 ], [ -75.1519296129418, 39.996437371202802 ], [ -75.151878577789702, 39.996430784748803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2921 N PARK AVE", "addr_range": "2919-2923 N PARK AVE; 1318 W GLENWOOD AVE", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1007, "objectid": 5729, "Shape__Area": 159.671875, "Shape__Length": 65.760794872777566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151937137958996, 39.9973176243019 ], [ -75.1521761367907, 39.997346100312797 ], [ -75.152184795035495, 39.997306641520098 ], [ -75.151945539480096, 39.997276611763297 ], [ -75.151937137958996, 39.9973176243019 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2919 N PARK AVE", "addr_range": "2919-2923 N PARK AVE; 1318 W GLENWOOD AVE", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1028, "objectid": 5730, "Shape__Area": 162.9375, "Shape__Length": 65.909465239029075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151955501045194, 39.997234844339097 ], [ -75.151945539480096, 39.997276611763297 ], [ -75.152184795035495, 39.997306641520098 ], [ -75.152192777459703, 39.9972661682027 ], [ -75.151955501045194, 39.997234844339097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2535 W SELTZER ST", "addr_range": "2533-2535 W SELTZER ST", "zipcode": 19132, "district": "4", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 575, "objectid": 5731, "Shape__Area": 91.2578125, "Shape__Length": 44.812127125262187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173030797847602, 39.997710322732303 ], [ -75.173044862710697, 39.997712492758502 ], [ -75.173077819839406, 39.9977172141813 ], [ -75.173079023663902, 39.9977114855376 ], [ -75.173102248341195, 39.997600989543699 ], [ -75.173054676924494, 39.997594748013199 ], [ -75.173031872506797, 39.997705188560801 ], [ -75.173030797847602, 39.997710322732303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2533 W SELTZER ST", "addr_range": "2533-2535 W SELTZER ST", "zipcode": 19132, "district": "4", "year": "2018", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 579, "objectid": 5732, "Shape__Area": 91.89453125, "Shape__Length": 44.834645338258404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172982871434399, 39.997704604801697 ], [ -75.172989762014197, 39.997705291088998 ], [ -75.173030797847602, 39.997710322732303 ], [ -75.173031872506797, 39.997705188560801 ], [ -75.173054676924494, 39.997594748013199 ], [ -75.173006242417301, 39.997589146628201 ], [ -75.1729983154531, 39.997627930256797 ], [ -75.1729899307945, 39.9976721367157 ], [ -75.172984139730005, 39.997698813634301 ], [ -75.172982871434399, 39.997704604801697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2611 W LEHIGH AVE", "addr_range": "2608-2616 W STERNER ST; 2611 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1100, "objectid": 5733, "Shape__Area": 174.40234375, "Shape__Length": 68.773757643085503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174297292990602, 39.996607204057398 ], [ -75.1742886796645, 39.996645327231803 ], [ -75.174282797292804, 39.996674952068602 ], [ -75.174256959971004, 39.996795302566497 ], [ -75.174312415281904, 39.996802527816897 ], [ -75.174334848700298, 39.996693496933602 ], [ -75.174340800724707, 39.9966675326679 ], [ -75.1743436712662, 39.996649301124101 ], [ -75.1743514265616, 39.996610078380201 ], [ -75.174298050459896, 39.996603819732798 ], [ -75.174297292990602, 39.996607204057398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2853 N RINGGOLD ST", "addr_range": "2851-2853 N RINGGOLD ST", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 645, "objectid": 5734, "Shape__Area": 102.375, "Shape__Length": 47.988444961768501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170501399344701, 39.998802482455602 ], [ -75.170665290839594, 39.998822107633501 ], [ -75.170673271073994, 39.998784211928402 ], [ -75.170509719018895, 39.998764998041203 ], [ -75.170501399344701, 39.998802482455602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2805 N BAMBREY ST", "addr_range": "2801-2805 N BAMBREY ST", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 683, "objectid": 5735, "Shape__Area": 108.40234375, "Shape__Length": 49.247224831912376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1727534015629, 39.998135556700298 ], [ -75.172920789915295, 39.998154694057099 ], [ -75.172928922853401, 39.998116011464603 ], [ -75.172760911254798, 39.998096135710703 ], [ -75.1727534015629, 39.998135556700298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2616 W STERNER ST", "addr_range": "2608-2616 W STERNER ST; 2611 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 668, "objectid": 5736, "Shape__Area": 105.984375, "Shape__Length": 48.06050575403286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174366818111196, 39.996946923842103 ], [ -75.174419336558003, 39.996954211985901 ], [ -75.174443869706494, 39.996830156967 ], [ -75.174393404167304, 39.996823446491497 ], [ -75.174366818111196, 39.996946923842103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2513 W LEHIGH AVE", "addr_range": "2513 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1153, "objectid": 5737, "Shape__Area": 182.7421875, "Shape__Length": 69.125758531104935 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172730480185805, 39.996599117399597 ], [ -75.172788384153094, 39.996605865872198 ], [ -75.172828717530905, 39.996415671140603 ], [ -75.172771026602206, 39.996408283243802 ], [ -75.172730480185805, 39.996599117399597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "734 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 618, "objectid": 5738, "Shape__Area": 97.9609375, "Shape__Length": 48.778370161766134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203535509753095, 39.965822664166701 ], [ -75.203363876929302, 39.965842099896101 ], [ -75.203370085261895, 39.965876555147702 ], [ -75.203541856511094, 39.965857364849498 ], [ -75.203535509753095, 39.965822664166701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "736 BROOKLYN ST", "addr_range": "734-740 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1449, "objectid": 5739, "Shape__Area": 229.49609375, "Shape__Length": 79.211090773537876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208269670571596, 39.965533913391802 ], [ -75.208276052159505, 39.965582268331097 ], [ -75.208567247937296, 39.965560364076097 ], [ -75.208560608604301, 39.9655121638271 ], [ -75.208269670571596, 39.965533913391802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3903 WYALUSING AVE", "addr_range": "3901-3907 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 648, "objectid": 5740, "Shape__Area": 102.7421875, "Shape__Length": 47.161574956020246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201550786910403, 39.972579025096401 ], [ -75.201574254546998, 39.972700121445499 ], [ -75.201625268164307, 39.972694645499097 ], [ -75.201602319376804, 39.972573076845599 ], [ -75.201550786910403, 39.972579025096401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1001 N 43RD ST", "addr_range": "1001 N 43RD ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1297, "objectid": 5741, "Shape__Area": 205.55859375, "Shape__Length": 74.969401566422874 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210373152761704, 39.9715405342601 ], [ -75.210364627067605, 39.971494534108899 ], [ -75.210090807844495, 39.971525065959497 ], [ -75.210098933119099, 39.971570025624303 ], [ -75.210373152761704, 39.9715405342601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3918 WYALUSING AVE", "addr_range": "3912-3918 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 685, "objectid": 5742, "Shape__Area": 108.56640625, "Shape__Length": 50.558229200613113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2019586301369, 39.972313597277299 ], [ -75.201909870875696, 39.972318736893499 ], [ -75.201935371344106, 39.972453837563599 ], [ -75.201984147630696, 39.972448215374001 ], [ -75.2019586301369, 39.972313597277299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "716 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 634, "objectid": 5743, "Shape__Area": 100.53125, "Shape__Length": 50.118060395801457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2034838015242, 39.965512664864399 ], [ -75.203305488267603, 39.965532063046197 ], [ -75.203311884244798, 39.9655665089523 ], [ -75.203490006960806, 39.965546604670301 ], [ -75.2034838015242, 39.965512664864399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "728 N 42ND ST", "addr_range": "712-732 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1266, "objectid": 5744, "Shape__Area": 200.609375, "Shape__Length": 76.143858433562656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207527627039696, 39.965456233525501 ], [ -75.207535300516497, 39.965499152560099 ], [ -75.207536393976198, 39.965499064164597 ], [ -75.207819482020597, 39.965477724577603 ], [ -75.207811026056902, 39.965434433233398 ], [ -75.207529014205605, 39.965456119202102 ], [ -75.207527627039696, 39.965456233525501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "722 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 624, "objectid": 5745, "Shape__Area": 98.83203125, "Shape__Length": 49.86105925727297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203502759388599, 39.965615525312998 ], [ -75.203324897197703, 39.965635159693903 ], [ -75.203331338372905, 39.965668993918598 ], [ -75.203500901721497, 39.965649963720601 ], [ -75.203508985924302, 39.965648933993101 ], [ -75.203502759388599, 39.965615525312998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "654 N 42ND ST", "addr_range": "654 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1229, "objectid": 5746, "Shape__Area": 194.71484375, "Shape__Length": 77.819462270659741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207597742642804, 39.964175504637701 ], [ -75.207302512296494, 39.964202394051497 ], [ -75.2073087599952, 39.9642425415609 ], [ -75.2076025070226, 39.964216150850703 ], [ -75.207597742642804, 39.964175504637701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4224 WALLACE ST", "addr_range": "4224 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 817, "objectid": 5747, "Shape__Area": 129.42578125, "Shape__Length": 57.554405851368394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207767472259604, 39.9633950782789 ], [ -75.207786385245001, 39.963554146885798 ], [ -75.207836953986003, 39.9635502217238 ], [ -75.207836793943201, 39.963548928842201 ], [ -75.207816632701196, 39.963391266985496 ], [ -75.207767472259604, 39.9633950782789 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "727 N PRESTON ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 867, "objectid": 5748, "Shape__Area": 137.3515625, "Shape__Length": 64.047662616864883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203513066805897, 39.965649024563803 ], [ -75.203519284780398, 39.965683224134899 ], [ -75.203569172340494, 39.965678560386401 ], [ -75.203759263618906, 39.965657373378598 ], [ -75.2037527506766, 39.9656226365856 ], [ -75.203568780586906, 39.965643184567 ], [ -75.203528121268704, 39.965647006157297 ], [ -75.203513066805897, 39.965649024563803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "728 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 626, "objectid": 5749, "Shape__Area": 99.203125, "Shape__Length": 48.441219705871191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203513604935694, 39.965717948927498 ], [ -75.203344274381905, 39.9657368870064 ], [ -75.203351099939795, 39.965772775041003 ], [ -75.203519401008805, 39.965753314044498 ], [ -75.203513604935694, 39.965717948927498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "736 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 643, "objectid": 5750, "Shape__Area": 101.875, "Shape__Length": 50.400284225292943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203541856511094, 39.965857364849498 ], [ -75.203370085261895, 39.965876555147702 ], [ -75.203376944595504, 39.965911542925198 ], [ -75.203555947514602, 39.965891109345797 ], [ -75.203551097551298, 39.965865646544003 ], [ -75.203543332385706, 39.965865474207703 ], [ -75.203541856511094, 39.965857364849498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3916 WYALUSING AVE", "addr_range": "3912-3918 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 628, "objectid": 5751, "Shape__Area": 99.47265625, "Shape__Length": 49.717467227738751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201909870875696, 39.972318736893499 ], [ -75.201865322892402, 39.9723233735401 ], [ -75.201890729368699, 39.972458729822101 ], [ -75.201935371344106, 39.972453837563599 ], [ -75.201909870875696, 39.972318736893499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "891 N PRESTON ST", "addr_range": "891 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 6186, "objectid": 5752, "Shape__Area": 979.75, "Shape__Length": 134.77595127777039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204620916898904, 39.970191407543503 ], [ -75.204197338207806, 39.970240589406501 ], [ -75.204220799925395, 39.9703636347772 ], [ -75.204250455272401, 39.970371224136201 ], [ -75.204269607474004, 39.970376130637803 ], [ -75.204648090377006, 39.970332266003901 ], [ -75.204645986795001, 39.970321338817499 ], [ -75.204620916898904, 39.970191407543503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "735 BROOKLYN ST", "addr_range": "735 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1101, "objectid": 5753, "Shape__Area": 174.375, "Shape__Length": 71.939732755357198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207820127778504, 39.965562914315903 ], [ -75.207824933990395, 39.965601885574102 ], [ -75.208095056416497, 39.965581047307801 ], [ -75.208089908899098, 39.965541085508697 ], [ -75.207849781456602, 39.9655603637582 ], [ -75.207834913098395, 39.965561356104203 ], [ -75.207820127778504, 39.965562914315903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "822 N 42ND ST", "addr_range": "820-830 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 794, "objectid": 5754, "Shape__Area": 125.875, "Shape__Length": 56.558142549860648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208081580337193, 39.967506590489997 ], [ -75.207879708075893, 39.967528989663101 ], [ -75.207887069276097, 39.967567404836899 ], [ -75.2080893329329, 39.9675434988321 ], [ -75.208081580337193, 39.967506590489997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4202 FAIRMOUNT AVE", "addr_range": "4202-4204 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 789, "objectid": 5755, "Shape__Area": 125.00390625, "Shape__Length": 56.863763208363643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207562934114407, 39.964564892049097 ], [ -75.207584804881407, 39.964682969313898 ], [ -75.207632778814499, 39.9646790362807 ], [ -75.207604911623207, 39.964521880290597 ], [ -75.207555823751207, 39.964526514834603 ], [ -75.207562934114407, 39.964564892049097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4310 PENNSGROVE ST", "addr_range": "4310-4312 PENNSGROVE ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1230, "objectid": 5756, "Shape__Area": 194.80859375, "Shape__Length": 75.120505912700381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210616863295499, 39.970060701415498 ], [ -75.210617906804501, 39.970066430555903 ], [ -75.210656220369799, 39.970274496337197 ], [ -75.210711310871602, 39.970267993892797 ], [ -75.210676677134003, 39.970078644095203 ], [ -75.210673551972704, 39.970060247649997 ], [ -75.210672587924407, 39.970054648210997 ], [ -75.210621296546094, 39.970060363440403 ], [ -75.210616863295499, 39.970060701415498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "753 N 44TH ST", "addr_range": "753-755 N 44TH ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1115, "objectid": 5757, "Shape__Area": 176.64453125, "Shape__Length": 67.614954687123273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210633966581796, 39.965935123913297 ], [ -75.210640185605001, 39.965979509773497 ], [ -75.210884448165601, 39.965960043274102 ], [ -75.2108784685188, 39.965915984385703 ], [ -75.210633966581796, 39.965935123913297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "785 PALLAS ST", "addr_range": "785 PALLAS ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 996, "objectid": 5758, "Shape__Area": 157.84765625, "Shape__Length": 69.183081978456386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210336384195003, 39.966503329291001 ], [ -75.210341022252507, 39.966540104548798 ], [ -75.210585057678003, 39.966520568740798 ], [ -75.210601784555294, 39.966519230637303 ], [ -75.210597000721094, 39.966481871921403 ], [ -75.210336384195003, 39.966503329291001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3965 BROWN ST", "addr_range": "3965 BROWN ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1090, "objectid": 5759, "Shape__Area": 172.61328125, "Shape__Length": 71.537239788210556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202585215652903, 39.967532642050799 ], [ -75.202618500721201, 39.9677372134921 ], [ -75.202670503681006, 39.967731451886699 ], [ -75.202635319844305, 39.967526080564703 ], [ -75.202585215652903, 39.967532642050799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3902 WYALUSING AVE", "addr_range": "3900-3906 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 708, "objectid": 5760, "Shape__Area": 112.203125, "Shape__Length": 50.960718855793189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201518463539699, 39.972361078573101 ], [ -75.2015416050684, 39.972496481953399 ], [ -75.201592075095306, 39.972490945298297 ], [ -75.201568734781503, 39.972355812322 ], [ -75.201518463539699, 39.972361078573101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "755 N 44TH ST", "addr_range": "753-755 N 44TH ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1098, "objectid": 5761, "Shape__Area": 173.984375, "Shape__Length": 67.39907863203895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210640185605001, 39.965979509773497 ], [ -75.210645190277702, 39.966022707365802 ], [ -75.210889502909694, 39.966004160982699 ], [ -75.210884448165601, 39.965960043274102 ], [ -75.210640185605001, 39.965979509773497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1235 HANSON ST", "addr_range": "1229-1235 HANSON ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 841, "objectid": 5762, "Shape__Area": 133.234375, "Shape__Length": 59.135700917793073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213705896847003, 39.942911471452199 ], [ -75.213764176835596, 39.942924414607297 ], [ -75.213907653464005, 39.942824470102401 ], [ -75.213873614200097, 39.942795507999897 ], [ -75.213705896847003, 39.942911471452199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4811 REINHARD ST", "addr_range": "4811-4813 REINHARD ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 732, "objectid": 5763, "Shape__Area": 115.96484375, "Shape__Length": 57.231982127426612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214558015767807, 39.943111123689597 ], [ -75.214657442446395, 39.943134858105203 ], [ -75.214505975777499, 39.943007824079501 ], [ -75.214468325278702, 39.943035200353798 ], [ -75.214473848225495, 39.943039867995701 ], [ -75.214558015767807, 39.943111123689597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1262 S PEACH ST", "addr_range": "1262 S PEACH ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 745, "objectid": 5764, "Shape__Area": 117.99609375, "Shape__Length": 51.720505367912835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223562851764996, 39.9413109662339 ], [ -75.223430635765595, 39.941404239096997 ], [ -75.223466923185001, 39.9414341821481 ], [ -75.223598164053698, 39.9413412580749 ], [ -75.223562851764996, 39.9413109662339 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1425 S PAXON ST", "addr_range": "1425-1427 S PAXON ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 783, "objectid": 5765, "Shape__Area": 123.9609375, "Shape__Length": 54.044358374213658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216246173413595, 39.939402076703502 ], [ -75.216210678966704, 39.9393722938526 ], [ -75.216072198164497, 39.939471110701902 ], [ -75.216082142926794, 39.939480679198802 ], [ -75.216091297054405, 39.9394890382029 ], [ -75.2161060443661, 39.939501840174202 ], [ -75.216246173413595, 39.939402076703502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1233 HANSON ST", "addr_range": "1229-1235 HANSON ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 676, "objectid": 5766, "Shape__Area": 107.0, "Shape__Length": 51.464954323456617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213764176835596, 39.942924414607297 ], [ -75.213819795290306, 39.942936314988003 ], [ -75.213939639453599, 39.942851742467099 ], [ -75.213907653464005, 39.942824470102401 ], [ -75.213764176835596, 39.942924414607297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1534 S 58TH ST", "addr_range": "1534 S 58TH ST", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2123, "objectid": 5767, "Shape__Area": 336.03515625, "Shape__Length": 94.637648525025753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232953372468003, 39.938961921837397 ], [ -75.232781273708696, 39.9390853754646 ], [ -75.232703309364197, 39.939140825348602 ], [ -75.232727541194805, 39.939167293266102 ], [ -75.232747648428898, 39.939189269286203 ], [ -75.232818840444097, 39.939140232696701 ], [ -75.232835671484906, 39.939127384468101 ], [ -75.232865099669098, 39.939107446154999 ], [ -75.232927558524196, 39.939062392154803 ], [ -75.232963987507802, 39.939037739373703 ], [ -75.233006637214501, 39.939006838637503 ], [ -75.233000422341405, 39.939001044894198 ], [ -75.232953372468003, 39.938961921837397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1118 S 54TH ST", "addr_range": "1118-1122 S 54TH ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1465, "objectid": 5768, "Shape__Area": 231.890625, "Shape__Length": 80.636326035038167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227676645565694, 39.9435960985397 ], [ -75.227718490674803, 39.943631014266103 ], [ -75.227899951051995, 39.943503598413102 ], [ -75.227939818044305, 39.943475589031003 ], [ -75.227896663159299, 39.943440418435301 ], [ -75.227857347821299, 39.9434682300001 ], [ -75.227676645565694, 39.9435960985397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5830 WHITBY AVE", "addr_range": "5830 WHITBY AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2369, "objectid": 5769, "Shape__Area": 374.86328125, "Shape__Length": 107.33110793335771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235599893343903, 39.9405198891547 ], [ -75.235559455019896, 39.940548194906199 ], [ -75.235833612677098, 39.940779844706903 ], [ -75.235888478906702, 39.940741345902303 ], [ -75.235614060273903, 39.940509978830796 ], [ -75.235599893343903, 39.9405198891547 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5824 WARRINGTON AVE", "addr_range": "5824 WARRINGTON AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1338, "objectid": 5770, "Shape__Area": 211.7734375, "Shape__Length": 76.567771543422992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231448192318993, 39.937274084579002 ], [ -75.231639711272607, 39.937434567955499 ], [ -75.231643926709594, 39.937431613346 ], [ -75.231683312901197, 39.937403963425403 ], [ -75.231493531538106, 39.937242356893002 ], [ -75.231448192318993, 39.937274084579002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5416 TRINITY ST", "addr_range": "5416-5420 TRINITY ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1356, "objectid": 5771, "Shape__Area": 214.65234375, "Shape__Length": 81.756519068442756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223736413086002, 39.939652541505602 ], [ -75.2239469633369, 39.939828626368602 ], [ -75.223987898694901, 39.939800013902797 ], [ -75.223777546895406, 39.939623659582601 ], [ -75.223736413086002, 39.939652541505602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1626 S 58TH ST", "addr_range": "1626 S 58TH ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1100, "objectid": 5772, "Shape__Area": 174.078125, "Shape__Length": 69.498643429669087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231763236563395, 39.938335458596299 ], [ -75.231799405953794, 39.938366428018597 ], [ -75.231862267716593, 39.938322947573702 ], [ -75.2319027561269, 39.938294371217097 ], [ -75.231981385913002, 39.938238485994297 ], [ -75.231990268562996, 39.9382321686046 ], [ -75.231953136355003, 39.938202354805803 ], [ -75.231944848435205, 39.938207878857902 ], [ -75.231926898840399, 39.93821986447 ], [ -75.231875098179799, 39.938256962770801 ], [ -75.231821561036895, 39.938295183407 ], [ -75.231763236563395, 39.938335458596299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5844 BEAUMONT ST", "addr_range": "5844 BEAUMONT ST", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1524, "objectid": 5773, "Shape__Area": 241.13671875, "Shape__Length": 88.447599803122245 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232475549671506, 39.9375355628313 ], [ -75.232496226558894, 39.937553457284501 ], [ -75.232570663036597, 39.937614121743103 ], [ -75.232646059777096, 39.9376765461502 ], [ -75.232692941911296, 39.937715650358797 ], [ -75.232706834392303, 39.937727270890498 ], [ -75.232748336910205, 39.937696797386302 ], [ -75.232737104832907, 39.937687958962599 ], [ -75.2327175736214, 39.937671362808601 ], [ -75.232709976365797, 39.937665037751302 ], [ -75.232671584399498, 39.937633084599703 ], [ -75.232632151616301, 39.937600318415697 ], [ -75.232627784315198, 39.9375966933545 ], [ -75.232593714826606, 39.937568976930102 ], [ -75.232585745179307, 39.937562499530898 ], [ -75.232554449468495, 39.937536811753297 ], [ -75.232546015302503, 39.937529888072802 ], [ -75.232517292489803, 39.937505964147199 ], [ -75.232475549671506, 39.9375355628313 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5842 WILLOWS AVE", "addr_range": "5836-5842 WILLOWS AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1750, "objectid": 5774, "Shape__Area": 273.1875, "Shape__Length": 101.49999109698682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234326296644397, 39.939271184659503 ], [ -75.234331763459096, 39.939275688812998 ], [ -75.234441003145704, 39.939365887737203 ], [ -75.234452750744794, 39.939376623073997 ], [ -75.234551379056597, 39.939458158532702 ], [ -75.234559655769999, 39.939465964281503 ], [ -75.234594857089505, 39.9394982188943 ], [ -75.234636807391396, 39.939469188007699 ], [ -75.234633312632695, 39.939465194735497 ], [ -75.234603628758606, 39.939439460912503 ], [ -75.234405463454394, 39.939274887026997 ], [ -75.234372358456298, 39.939247065279801 ], [ -75.234367162376699, 39.939242614819101 ], [ -75.234326296644397, 39.939271184659503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5852 WILLOWS AVE", "addr_range": "5852 WILLOWS AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1639, "objectid": 5775, "Shape__Area": 261.609375, "Shape__Length": 100.86049860218432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234529772148207, 39.939136165182703 ], [ -75.234533059930499, 39.939138413195302 ], [ -75.234560902668207, 39.939161864983198 ], [ -75.234795074044499, 39.939357855753698 ], [ -75.234832123811898, 39.939331152724101 ], [ -75.234790617598193, 39.939294392793997 ], [ -75.234752701883195, 39.939261918337003 ], [ -75.234748426150006, 39.939259197266303 ], [ -75.234660706948802, 39.939185026296897 ], [ -75.234568646894203, 39.939108760744197 ], [ -75.234562998346902, 39.939104075120099 ], [ -75.234523174363304, 39.939131668670001 ], [ -75.234529772148207, 39.939136165182703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5858 WILLOWS AVE", "addr_range": "5858 WILLOWS AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1572, "objectid": 5776, "Shape__Area": 250.62109375, "Shape__Length": 100.12414694834953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234641931173101, 39.939049580479903 ], [ -75.234646718693099, 39.939053748065298 ], [ -75.234670244607102, 39.939072174004302 ], [ -75.234742184656497, 39.9391330552263 ], [ -75.234853209707296, 39.939227047353803 ], [ -75.234901819840999, 39.9392670579617 ], [ -75.234910225630202, 39.939275867521701 ], [ -75.234946934515804, 39.939249865164498 ], [ -75.234915700790495, 39.939220180808498 ], [ -75.234686874188, 39.939030224334999 ], [ -75.234683894282497, 39.939027564115698 ], [ -75.234678502581104, 39.939022738168802 ], [ -75.234641931173101, 39.939049580479903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5840 WILLOWS AVE", "addr_range": "5836-5842 WILLOWS AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1619, "objectid": 5777, "Shape__Area": 263.06640625, "Shape__Length": 100.39033421406023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234292651555293, 39.939303233934901 ], [ -75.234297742346399, 39.939307714525398 ], [ -75.234317576171904, 39.939323494419298 ], [ -75.234326497986402, 39.939331927012603 ], [ -75.234434580017407, 39.939421149097697 ], [ -75.234556571092995, 39.939523846880597 ], [ -75.234594857089505, 39.9394982188943 ], [ -75.234559655769999, 39.939465964281503 ], [ -75.234551379056597, 39.939458158532702 ], [ -75.234452750744794, 39.939376623073997 ], [ -75.234441003145704, 39.939365887737203 ], [ -75.234331763459096, 39.939275688812998 ], [ -75.234326296644397, 39.939271184659503 ], [ -75.234287520997697, 39.939298720937003 ], [ -75.234292651555293, 39.939303233934901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5418 TRINITY ST", "addr_range": "5416-5420 TRINITY ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1471, "objectid": 5778, "Shape__Area": 232.80859375, "Shape__Length": 82.76530499786783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223777546895406, 39.939623659582601 ], [ -75.223987898694901, 39.939800013902797 ], [ -75.224032471823193, 39.939768191992101 ], [ -75.223821644991204, 39.9395927454092 ], [ -75.223777546895406, 39.939623659582601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5514-16 BALTIMORE AVE", "addr_range": "5512-5516 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 3699, "objectid": 5779, "Shape__Area": 585.40234375, "Shape__Length": 109.90097915182022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234270005654494, 39.946777486367097 ], [ -75.234257668084595, 39.946780408009801 ], [ -75.234195590736803, 39.946795165335303 ], [ -75.234307315135197, 39.947060685715002 ], [ -75.234370030378699, 39.947045683728199 ], [ -75.234432026700702, 39.947030843437702 ], [ -75.234318918281403, 39.946765921730403 ], [ -75.234270005654494, 39.946777486367097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "430 S 60TH ST", "addr_range": "430-432 S 60TH ST", "zipcode": 19143, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1449, "objectid": 5780, "Shape__Area": 229.48046875, "Shape__Length": 78.551173450358561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242690148736997, 39.954680718109202 ], [ -75.242405028931799, 39.954646890615003 ], [ -75.242395248576599, 39.954694567329199 ], [ -75.242680298431694, 39.954730232241701 ], [ -75.242690148736997, 39.954680718109202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "901 S ALDEN ST", "addr_range": "901 S ALDEN ST", "zipcode": 19143, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 873, "objectid": 5781, "Shape__Area": 138.1640625, "Shape__Length": 58.233912214581892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238270962300405, 39.947104973309003 ], [ -75.238262753111897, 39.947145754572198 ], [ -75.2383676225746, 39.947158656440401 ], [ -75.238379337235898, 39.947160105859801 ], [ -75.2384678352213, 39.947171118377902 ], [ -75.238476286752103, 39.947130586578297 ], [ -75.238270962300405, 39.947104973309003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1004 S 60TH ST", "addr_range": "1004 S 60TH ST", "zipcode": 19143, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2095, "objectid": 5782, "Shape__Area": 331.609375, "Shape__Length": 96.04428191195008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243863248975899, 39.947737905085901 ], [ -75.244215245897394, 39.947780445304701 ], [ -75.244227600686202, 39.947723685043201 ], [ -75.243875752618706, 39.947681084137798 ], [ -75.243863248975899, 39.947737905085901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5632 FLORENCE AVE", "addr_range": "5626-5632 FLORENCE AVE", "zipcode": 19143, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1278, "objectid": 5783, "Shape__Area": 202.30078125, "Shape__Length": 68.870228411038909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230232456592304, 39.9401394936855 ], [ -75.230188752037705, 39.940169999047797 ], [ -75.230205643021407, 39.940184345499297 ], [ -75.2303508637562, 39.940307658544 ], [ -75.230401237396194, 39.940272335130203 ], [ -75.230255068105393, 39.940149759950302 ], [ -75.230238131445702, 39.940135540444203 ], [ -75.230232456592304, 39.9401394936855 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "446 S 60TH ST", "addr_range": "444-446 S 60TH ST", "zipcode": 19143, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 909, "objectid": 5784, "Shape__Area": 143.91796875, "Shape__Length": 58.769953685858937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242464456630302, 39.954341984319697 ], [ -75.242473360560297, 39.954343082636498 ], [ -75.242670504832304, 39.954367299048897 ], [ -75.242678323785199, 39.954324607890797 ], [ -75.242482091637697, 39.9543011529437 ], [ -75.242473146138906, 39.954300070837803 ], [ -75.242464456630302, 39.954341984319697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "444 S 60TH ST", "addr_range": "444-446 S 60TH ST", "zipcode": 19143, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 975, "objectid": 5785, "Shape__Area": 154.46875, "Shape__Length": 59.627627506503224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242455669230296, 39.954387152752297 ], [ -75.242463967868105, 39.954388188284597 ], [ -75.242659900069697, 39.954412893587197 ], [ -75.242670504832304, 39.954367299048897 ], [ -75.242473360560297, 39.954343082636498 ], [ -75.242464456630302, 39.954341984319697 ], [ -75.242455669230296, 39.954387152752297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5630 FLORENCE AVE", "addr_range": "5626-5632 FLORENCE AVE", "zipcode": 19143, "district": "3", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1269, "objectid": 5786, "Shape__Area": 200.82421875, "Shape__Length": 68.782765206760459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230138735675396, 39.940205282465698 ], [ -75.230155592930799, 39.940219370498397 ], [ -75.230302325883997, 39.940341990624198 ], [ -75.2303508637562, 39.940307658544 ], [ -75.230205643021407, 39.940184345499297 ], [ -75.230188752037705, 39.940169999047797 ], [ -75.230147825765201, 39.9401990013017 ], [ -75.230138735675396, 39.940205282465698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "432 S 60TH ST", "addr_range": "430-432 S 60TH ST", "zipcode": 19143, "district": "3", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1269, "objectid": 5787, "Shape__Area": 200.96875, "Shape__Length": 76.750994603882987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242405028931799, 39.954646890615003 ], [ -75.242690148736997, 39.954680718109202 ], [ -75.242697964144796, 39.954638060208801 ], [ -75.242412848083603, 39.954604199475398 ], [ -75.242405028931799, 39.954646890615003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1817 W ERIE AVE", "addr_range": "1813-1821 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1556, "objectid": 5788, "Shape__Area": 246.8203125, "Shape__Length": 89.615121970223555 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158061275737495, 40.0105688308822 ], [ -75.158117612990296, 40.010576292681002 ], [ -75.158156313708702, 40.010399960711503 ], [ -75.158175266939395, 40.010315857001402 ], [ -75.1581177989395, 40.0103084012351 ], [ -75.158087284809994, 40.010447084321697 ], [ -75.158061275737495, 40.0105688308822 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1815 W ERIE AVE", "addr_range": "1813-1821 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1540, "objectid": 5789, "Shape__Area": 244.265625, "Shape__Length": 89.73386450301696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158003181324602, 40.010561265413997 ], [ -75.158061275737495, 40.0105688308822 ], [ -75.158087284809994, 40.010447084321697 ], [ -75.1581177989395, 40.0103084012351 ], [ -75.158061537432999, 40.010300618577297 ], [ -75.158054733015604, 40.0103327853301 ], [ -75.158042680415093, 40.010389288092803 ], [ -75.158041914451005, 40.010392317137701 ], [ -75.158035219104093, 40.0104205525137 ], [ -75.158032219019006, 40.010438732172503 ], [ -75.158003181324602, 40.010561265413997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1534 W ERIE AVE", "addr_range": "1534-1536 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1495, "objectid": 5790, "Shape__Area": 237.10546875, "Shape__Length": 92.054003832708844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1541555947571, 40.009476066762197 ], [ -75.154208707691694, 40.009482844916199 ], [ -75.154265260711597, 40.009209956439399 ], [ -75.154214401808701, 40.009203438305001 ], [ -75.154211795717899, 40.009212391362702 ], [ -75.1541555947571, 40.009476066762197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3314 N 17TH ST", "addr_range": "3312-3320 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2100, "objectid": 5791, "Shape__Area": 331.6015625, "Shape__Length": 99.295577644782639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1573517681894, 40.004326016178098 ], [ -75.157720851501793, 40.004375038011403 ], [ -75.157733351159393, 40.004321043901598 ], [ -75.157364301610897, 40.004272249920803 ], [ -75.1573517681894, 40.004326016178098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3318 N 17TH ST", "addr_range": "3312-3320 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2100, "objectid": 5792, "Shape__Area": 323.65625, "Shape__Length": 98.970380594182316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157328517519801, 40.004434832207998 ], [ -75.157697731200201, 40.004484259801103 ], [ -75.157708999288602, 40.004431253329997 ], [ -75.157339551697405, 40.004382466513299 ], [ -75.157328517519801, 40.004434832207998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3316 N 17TH ST", "addr_range": "3312-3320 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2010", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2099, "objectid": 5793, "Shape__Area": 346.046875, "Shape__Length": 100.0237517552146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157339551697405, 40.004382466513299 ], [ -75.157708999288602, 40.004431253329997 ], [ -75.157720851501793, 40.004375038011403 ], [ -75.1573517681894, 40.004326016178098 ], [ -75.157339551697405, 40.004382466513299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1617 W ERIE AVE", "addr_range": "1617 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1591, "objectid": 5794, "Shape__Area": 252.3203125, "Shape__Length": 79.656496188690681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155448095118004, 40.010189587160902 ], [ -75.155514589786193, 40.010198424081103 ], [ -75.155563865783407, 40.009981935600102 ], [ -75.155492695547196, 40.009972653362503 ], [ -75.155445822695299, 40.010189260997997 ], [ -75.155448095118004, 40.010189587160902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1825 W ERIE AVE", "addr_range": "1825 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1550, "objectid": 5795, "Shape__Area": 245.859375, "Shape__Length": 89.647133308796668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158427154499705, 40.010617551157303 ], [ -75.158484141004493, 40.0106250121122 ], [ -75.158541778603393, 40.010364477700001 ], [ -75.158485511468996, 40.010356840188599 ], [ -75.158427154499705, 40.010617551157303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1829 W ERIE AVE", "addr_range": "1829 W ERIE AVE", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1489, "objectid": 5796, "Shape__Area": 236.1015625, "Shape__Length": 89.072815796446548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158540936595998, 40.010632563336102 ], [ -75.158595612169094, 40.010639601757198 ], [ -75.158653628948201, 40.0103795597025 ], [ -75.158599454436796, 40.0103719856967 ], [ -75.158540936595998, 40.010632563336102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1829 W ONTARIO ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2612, "objectid": 5797, "Shape__Area": 414.19140625, "Shape__Length": 116.35626301616924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159581896314293, 40.006052178690602 ], [ -75.159645280460794, 40.006060024078799 ], [ -75.159647171513498, 40.006051088119797 ], [ -75.159659945222998, 40.005993748234502 ], [ -75.159671124411005, 40.005941932542399 ], [ -75.159682680790894, 40.005887354735101 ], [ -75.159694849071798, 40.0058310797031 ], [ -75.159706254359605, 40.005777175148197 ], [ -75.1597190813401, 40.0057217222869 ], [ -75.159699266117201, 40.005719146103999 ], [ -75.159645619194293, 40.005712149350103 ], [ -75.159608539940194, 40.005880764146099 ], [ -75.159596470504596, 40.005934477108603 ], [ -75.159571715227003, 40.0060509326226 ], [ -75.159581896314293, 40.006052178690602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3425 N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2408, "objectid": 5798, "Shape__Area": 381.7890625, "Shape__Length": 109.35858637442774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159557843898597, 40.006428179684903 ], [ -75.159911582121495, 40.00647371961 ], [ -75.159923964728705, 40.006418949584202 ], [ -75.159575651908, 40.006372419351898 ], [ -75.159512938079899, 40.006364041239003 ], [ -75.159506438960506, 40.006393731746201 ], [ -75.1594999171772, 40.006420730406198 ], [ -75.159557843898597, 40.006428179684903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3423 N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2279, "objectid": 5799, "Shape__Area": 361.421875, "Shape__Length": 108.34472119231015 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159512938079899, 40.006364041239003 ], [ -75.159575651908, 40.006372419351898 ], [ -75.159923964728705, 40.006418949584202 ], [ -75.159935521638999, 40.0063643546479 ], [ -75.159587162874601, 40.006320724680002 ], [ -75.159523515926296, 40.006313711280498 ], [ -75.159512938079899, 40.006364041239003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3417 N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1988, "objectid": 5800, "Shape__Area": 315.30859375, "Shape__Length": 94.50394373123585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159623269514199, 40.006158938368301 ], [ -75.1596108738851, 40.006212386282101 ], [ -75.159958858990805, 40.006256490705198 ], [ -75.159970729134301, 40.006200839633799 ], [ -75.159623269514199, 40.006158938368301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3419 N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2273, "objectid": 5801, "Shape__Area": 360.4453125, "Shape__Length": 108.59575569612892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159599898746905, 40.006264931891899 ], [ -75.159947376437401, 40.006309137521797 ], [ -75.159958858990805, 40.006256490705198 ], [ -75.1596108738851, 40.006212386282101 ], [ -75.159607579718696, 40.006211941637403 ], [ -75.159546778019305, 40.006203476035999 ], [ -75.159535479004902, 40.006256739651 ], [ -75.159596977921296, 40.006264559642801 ], [ -75.159599898746905, 40.006264931891899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3409 N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1886, "objectid": 5802, "Shape__Area": 299.02734375, "Shape__Length": 93.395161992080148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159671124411005, 40.005941932542399 ], [ -75.159659945222998, 40.005993748234502 ], [ -75.160005727307905, 40.006036787388801 ], [ -75.160017692889795, 40.005984683064398 ], [ -75.159671124411005, 40.005941932542399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3417R N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 354, "objectid": 5803, "Shape__Area": 56.1953125, "Shape__Length": 30.004540999718834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159546778019305, 40.006203476035999 ], [ -75.159607579718696, 40.006211941637403 ], [ -75.1596108738851, 40.006212386282101 ], [ -75.159623269514199, 40.006158938368301 ], [ -75.159558785693093, 40.006151906102502 ], [ -75.159546778019305, 40.006203476035999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3401 N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1993, "objectid": 5804, "Shape__Area": 315.99609375, "Shape__Length": 94.275935712588549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159706254359605, 40.005777175148197 ], [ -75.160053282973394, 40.005818806990199 ], [ -75.160063040389602, 40.005772924820299 ], [ -75.160064830473999, 40.005764453304202 ], [ -75.1597190813401, 40.0057217222869 ], [ -75.159706254359605, 40.005777175148197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3403 N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1973, "objectid": 5805, "Shape__Area": 312.84375, "Shape__Length": 94.149794264885699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159694849071798, 40.0058310797031 ], [ -75.160041046846004, 40.005873612767502 ], [ -75.160053282973394, 40.005818806990199 ], [ -75.159706254359605, 40.005777175148197 ], [ -75.159694849071798, 40.0058310797031 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3415 N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2370, "objectid": 5806, "Shape__Area": 375.80859375, "Shape__Length": 109.03553693517205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159558785693093, 40.006151906102502 ], [ -75.159623269514199, 40.006158938368301 ], [ -75.159970729134301, 40.006200839633799 ], [ -75.159982876540198, 40.0061456291063 ], [ -75.159635314528799, 40.006104176970197 ], [ -75.159571713930404, 40.006096568165802 ], [ -75.159558785693093, 40.006151906102502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3405 N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2030, "objectid": 5807, "Shape__Area": 321.89453125, "Shape__Length": 94.555564583631536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159682680790894, 40.005887354735101 ], [ -75.160028985282395, 40.0059293090818 ], [ -75.160041046846004, 40.005873612767502 ], [ -75.159694849071798, 40.0058310797031 ], [ -75.159682680790894, 40.005887354735101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3421 N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 2403, "objectid": 5808, "Shape__Area": 381.07421875, "Shape__Length": 109.45110098782436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159587162874601, 40.006320724680002 ], [ -75.159935521638999, 40.0063643546479 ], [ -75.159947376437401, 40.006309137521797 ], [ -75.159599898746905, 40.006264931891899 ], [ -75.159596977921296, 40.006264559642801 ], [ -75.159535479004902, 40.006256739651 ], [ -75.159523515926296, 40.006313711280498 ], [ -75.159587162874601, 40.006320724680002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3413R N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 294, "objectid": 5809, "Shape__Area": 46.7109375, "Shape__Length": 27.37515679529778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159575900131102, 40.006078608057699 ], [ -75.159571713930404, 40.006096568165802 ], [ -75.159635314528799, 40.006104176970197 ], [ -75.159645280460794, 40.006060024078799 ], [ -75.159581896314293, 40.006052178690602 ], [ -75.159575900131102, 40.006078608057699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3407 N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1992, "objectid": 5810, "Shape__Area": 315.94921875, "Shape__Length": 94.287047650083892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159671124411005, 40.005941932542399 ], [ -75.160017692889795, 40.005984683064398 ], [ -75.160028985282395, 40.0059293090818 ], [ -75.159682680790894, 40.005887354735101 ], [ -75.159671124411005, 40.005941932542399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2610 W STERNER ST", "addr_range": "2608-2616 W STERNER ST; 2611 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 621, "objectid": 5811, "Shape__Area": 98.44921875, "Shape__Length": 47.273874328005419 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174302399305304, 39.996811845695703 ], [ -75.174254148456001, 39.996805862413503 ], [ -75.174228912479506, 39.996929628622198 ], [ -75.174276290759593, 39.996936010403601 ], [ -75.174302399305304, 39.996811845695703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2820 N NEWKIRK ST", "addr_range": "2820-2822 N NEWKIRK ST", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 930, "objectid": 5812, "Shape__Area": 147.41796875, "Shape__Length": 60.711442785481786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177270318150505, 39.999041641132102 ], [ -75.177382256292404, 39.999055643999903 ], [ -75.177436493793294, 39.999017671809199 ], [ -75.177430588712596, 39.999016943906298 ], [ -75.177209178423794, 39.998989655664097 ], [ -75.1772000804295, 39.999032813824201 ], [ -75.177202417054801, 39.999033107664303 ], [ -75.177270318150505, 39.999041641132102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2612 W STERNER ST", "addr_range": "2608-2616 W STERNER ST; 2611 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 577, "objectid": 5813, "Shape__Area": 91.48828125, "Shape__Length": 46.555255490836544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174276290759593, 39.996936010403601 ], [ -75.174320935140898, 39.996942042498098 ], [ -75.174346352429893, 39.996817877588597 ], [ -75.174302399305304, 39.996811845695703 ], [ -75.174276290759593, 39.996936010403601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2614 W STERNER ST", "addr_range": "2608-2616 W STERNER ST; 2611 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 601, "objectid": 5814, "Shape__Area": 95.265625, "Shape__Length": 46.90461287090865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174320935140898, 39.996942042498098 ], [ -75.174366818111196, 39.996946923842103 ], [ -75.174393404167304, 39.996823446491497 ], [ -75.174346352429893, 39.996817877588597 ], [ -75.174320935140898, 39.996942042498098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2830 N BAMBREY ST", "addr_range": "2830 N BAMBREY ST", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 674, "objectid": 5815, "Shape__Area": 106.88671875, "Shape__Length": 49.429908755089713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173131773750498, 39.998653775424003 ], [ -75.173119944503895, 39.998652332258501 ], [ -75.172963803618501, 39.998629467947801 ], [ -75.172954758263899, 39.998667372308297 ], [ -75.173111754835006, 39.998690288274297 ], [ -75.173124143349796, 39.9986919359106 ], [ -75.173124807168904, 39.9986882431457 ], [ -75.173131773750498, 39.998653775424003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2800 N BAMBREY ST", "addr_range": "2800-2802 N BAMBREY ST", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 690, "objectid": 5816, "Shape__Area": 109.45703125, "Shape__Length": 49.381486070615615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173078655202701, 39.998097271897997 ], [ -75.173235060011294, 39.998118676056698 ], [ -75.173246214835203, 39.998120199580903 ], [ -75.173253993573496, 39.998080349415801 ], [ -75.1732436292465, 39.9980789877985 ], [ -75.173093055496295, 39.998059149860701 ], [ -75.173087131355302, 39.998058371747902 ], [ -75.173078655202701, 39.998097271897997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2822 N NEWKIRK ST", "addr_range": "2820-2822 N NEWKIRK ST", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 567, "objectid": 5817, "Shape__Area": 89.8984375, "Shape__Length": 38.395455208018994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177181548890303, 39.999118090964402 ], [ -75.177215127906607, 39.999122471018303 ], [ -75.177260529487597, 39.999091990104901 ], [ -75.177270318150505, 39.999041641132102 ], [ -75.1772000804295, 39.999032813824201 ], [ -75.177183700308305, 39.999107226134797 ], [ -75.177181548890303, 39.999118090964402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2608 W STERNER ST", "addr_range": "2608-2616 W STERNER ST; 2611 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 683, "objectid": 5818, "Shape__Area": 108.26171875, "Shape__Length": 48.338465996592561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174216719045802, 39.9969284359819 ], [ -75.174243172262294, 39.996804020428598 ], [ -75.174190440149104, 39.996797921247797 ], [ -75.174164198265501, 39.996921148593103 ], [ -75.174216719045802, 39.9969284359819 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2804 N TAYLOR ST", "addr_range": "2804 N TAYLOR ST", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 647, "objectid": 5819, "Shape__Area": 102.55078125, "Shape__Length": 46.359256915042145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171614890282299, 39.997999086040601 ], [ -75.171619710309898, 39.9979996619304 ], [ -75.1716276077494, 39.997963343788001 ], [ -75.171628793965596, 39.997959131165999 ], [ -75.171623766169006, 39.997958535292597 ], [ -75.171618590955205, 39.997957934305603 ], [ -75.171475850676501, 39.997941026378797 ], [ -75.171466980815097, 39.9979813853369 ], [ -75.171610029252307, 39.9979985101306 ], [ -75.171614890282299, 39.997999086040601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2600 W STERNER ST", "addr_range": "2600 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 766, "objectid": 5820, "Shape__Area": 121.515625, "Shape__Length": 49.976983510014364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173997941143199, 39.996900458898899 ], [ -75.174001569682304, 39.996900911543698 ], [ -75.174007284848301, 39.996871282065101 ], [ -75.174013190891401, 39.9968404810487 ], [ -75.174017619237802, 39.996820962684502 ], [ -75.174026987539804, 39.996776746704803 ], [ -75.173972566759105, 39.996769303961202 ], [ -75.173967773282698, 39.996768647673399 ], [ -75.173942659551003, 39.9968936248315 ], [ -75.173997941143199, 39.996900458898899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2851 N RINGGOLD ST", "addr_range": "2851-2853 N RINGGOLD ST", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 655, "objectid": 5821, "Shape__Area": 103.875, "Shape__Length": 48.120052267544708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170509719018895, 39.998764998041203 ], [ -75.170673271073994, 39.998784211928402 ], [ -75.170681652446106, 39.9987461801731 ], [ -75.170518161573895, 39.9987264991437 ], [ -75.170509719018895, 39.998764998041203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2741 N 25TH ST", "addr_range": "2741 N 25TH ST", "zipcode": 19132, "district": "4", "year": "2020", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 873, "objectid": 5822, "Shape__Area": 138.421875, "Shape__Length": 59.992983669674722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171809935460502, 39.997159032162003 ], [ -75.172024887162905, 39.997187877153799 ], [ -75.172033130139297, 39.997149052923703 ], [ -75.171818002012998, 39.997120445453596 ], [ -75.171809935460502, 39.997159032162003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2259 N 16TH ST", "addr_range": "2255-2265 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1049, "objectid": 5823, "Shape__Area": 166.24609375, "Shape__Length": 65.625699575483466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158859928405107, 39.988017269967202 ], [ -75.159095644159393, 39.9880480449335 ], [ -75.159104761639298, 39.988005162314899 ], [ -75.158870080819099, 39.987975234258002 ], [ -75.158859928405107, 39.988017269967202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2350 N 16TH ST", "addr_range": "1600-08 W YORK ST; 2346-2350 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1636, "objectid": 5824, "Shape__Area": 259.30859375, "Shape__Length": 84.369759422443622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159240453136306, 39.9895268127256 ], [ -75.159252961229896, 39.989528529476601 ], [ -75.159262985840499, 39.989477285160802 ], [ -75.158956771142002, 39.989435344989197 ], [ -75.1589453822628, 39.989485590793301 ], [ -75.158949780731305, 39.989486206369598 ], [ -75.159240453136306, 39.9895268127256 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2305-07 N SYDENHAM ST", "addr_range": "1515-1523 W DAUPHIN ST; 2305-2307 N SYNDENHAM ST", "zipcode": 19132, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 5657, "objectid": 5825, "Shape__Area": 896.4609375, "Shape__Length": 120.32613845977166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157971746266398, 39.9886570976307 ], [ -75.158135270628804, 39.988679055865397 ], [ -75.158176830694302, 39.988493954125801 ], [ -75.158069468083198, 39.988479198330602 ], [ -75.157885962857307, 39.988454178493903 ], [ -75.157855522168504, 39.988593944298302 ], [ -75.157845018237197, 39.9886396157085 ], [ -75.157960644540296, 39.988654783586199 ], [ -75.157971746266398, 39.9886570976307 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1542 W LEHIGH AVE", "addr_range": "1540-1542 W LEHIGH AVE", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1195, "objectid": 5826, "Shape__Area": 189.39453125, "Shape__Length": 66.559548556449158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157665454637893, 39.994244436221003 ], [ -75.157728947009602, 39.994253510751697 ], [ -75.157731024334893, 39.994244142936502 ], [ -75.157767920916498, 39.994077507726097 ], [ -75.157702829160399, 39.994067525809299 ], [ -75.157665454637893, 39.994244436221003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2201-03 N GRATZ ST", "addr_range": "2201-03 GRATZ ST", "zipcode": 19132, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1441, "objectid": 5827, "Shape__Area": 228.33203125, "Shape__Length": 61.660569164221393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163388116022901, 39.987302003955399 ], [ -75.163378223252906, 39.987347755332998 ], [ -75.163369687882806, 39.987385330850103 ], [ -75.163533357288998, 39.987407282893599 ], [ -75.163541729766806, 39.987366785305703 ], [ -75.163550868613697, 39.987322742371703 ], [ -75.163388222304704, 39.987301458532997 ], [ -75.163388116022901, 39.987302003955399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1600 W LEHIGH AVE", "addr_range": "1600 W LEHIGH AVE; 2662 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1103, "objectid": 5828, "Shape__Area": 174.921875, "Shape__Length": 68.400282160468493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158011752079304, 39.994082932895097 ], [ -75.157956141321904, 39.994075487136001 ], [ -75.157914241996096, 39.994265013293301 ], [ -75.157969411544499, 39.9942725130783 ], [ -75.158011752079304, 39.994082932895097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1622 W LEHIGH AVE", "addr_range": "1622-1624 W LEHIGH AVE", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 981, "objectid": 5829, "Shape__Area": 155.578125, "Shape__Length": 67.117322651064399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1585756623859, 39.9943551311327 ], [ -75.158625306934198, 39.9943618769558 ], [ -75.158665634645999, 39.994171734848202 ], [ -75.158617019744099, 39.9941649636298 ], [ -75.1585756623859, 39.9943551311327 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2720 N 15TH ST", "addr_range": "2720 N 15TH ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 894, "objectid": 5830, "Shape__Area": 141.6796875, "Shape__Length": 62.622246076457216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156200680086997, 39.994729970106199 ], [ -75.156429358491295, 39.994759558452898 ], [ -75.156437648081706, 39.994722010236998 ], [ -75.156208691876699, 39.994693042734902 ], [ -75.156200680086997, 39.994729970106199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2305 N GRATZ ST", "addr_range": "2301-2305 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 616, "objectid": 5831, "Shape__Area": 97.67578125, "Shape__Length": 45.461129305241741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163028459589796, 39.988999360498603 ], [ -75.163178242440097, 39.989019566453798 ], [ -75.163186926890901, 39.988980299495402 ], [ -75.163036229364394, 39.988960429735698 ], [ -75.163028459589796, 39.988999360498603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2517 N STANLEY ST", "addr_range": "2501-2523 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 715, "objectid": 5832, "Shape__Area": 113.41015625, "Shape__Length": 51.246941102760211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181573505735301, 39.9947123292065 ], [ -75.181749998740798, 39.9947366221148 ], [ -75.181758726373204, 39.994698177572197 ], [ -75.181582785598394, 39.994673688898303 ], [ -75.181573505735301, 39.9947123292065 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1540 W LEHIGH AVE", "addr_range": "1540-1542 W LEHIGH AVE", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1058, "objectid": 5833, "Shape__Area": 167.81640625, "Shape__Length": 64.816039110263091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157609076336001, 39.994236779242897 ], [ -75.157665454637893, 39.994244436221003 ], [ -75.157702829160399, 39.994067525809299 ], [ -75.1576444337759, 39.994061064893501 ], [ -75.157609076336001, 39.994236779242897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2109 W SUSQUEHANNA AVE", "addr_range": "2103, 2109 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1276, "objectid": 5834, "Shape__Area": 202.19921875, "Shape__Length": 75.983770936127655 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1679048867326, 39.988099180738701 ], [ -75.167960817940696, 39.988106935320097 ], [ -75.168007464217197, 39.987892027771998 ], [ -75.167981092649995, 39.987888388181403 ], [ -75.167950168660397, 39.987884886741398 ], [ -75.1679048867326, 39.988099180738701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2257 N 16TH ST", "addr_range": "2255-2265 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1027, "objectid": 5835, "Shape__Area": 162.87890625, "Shape__Length": 65.512336558890098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158870080819099, 39.987975234258002 ], [ -75.159104761639298, 39.988005162314899 ], [ -75.159113278833104, 39.987963184281398 ], [ -75.158882621961595, 39.987933250673102 ], [ -75.158878393873493, 39.9879528856926 ], [ -75.158876742038501, 39.987960505244203 ], [ -75.158872356584595, 39.9879595511742 ], [ -75.158870080819099, 39.987975234258002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2516 N STANLEY ST", "addr_range": "2516 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 700, "objectid": 5836, "Shape__Area": 111.0625, "Shape__Length": 50.742900504280762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181857320019901, 39.994750677842099 ], [ -75.182032260435903, 39.994773902117302 ], [ -75.182040707227301, 39.994735662110301 ], [ -75.181866030033305, 39.994712635649996 ], [ -75.181857320019901, 39.994750677842099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "710 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 692, "objectid": 5837, "Shape__Area": 109.6640625, "Shape__Length": 52.128146211380106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203471277846603, 39.965408592103003 ], [ -75.203286368852503, 39.9654290539101 ], [ -75.203293027020095, 39.9654649076003 ], [ -75.203477823545498, 39.965444668535298 ], [ -75.203471277846603, 39.965408592103003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4405 BROWN ST", "addr_range": "4405-4407 BROWN ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 766, "objectid": 5838, "Shape__Area": 121.3515625, "Shape__Length": 49.666000161857703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211327022381099, 39.966858621765397 ], [ -75.211341298760502, 39.966983365119198 ], [ -75.2113482335361, 39.966982824780601 ], [ -75.211401563932, 39.9669785085973 ], [ -75.211386319156603, 39.966854420480203 ], [ -75.211327022381099, 39.966858621765397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3907 WYALUSING AVE", "addr_range": "3901-3907 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 612, "objectid": 5839, "Shape__Area": 97.08203125, "Shape__Length": 46.540030850317422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2016521749144, 39.972567720232099 ], [ -75.201676309534406, 39.972688960212302 ], [ -75.201724964997993, 39.972683754412699 ], [ -75.201700434284106, 39.972562456994098 ], [ -75.2016521749144, 39.972567720232099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4407 BROWN ST", "addr_range": "4405-4407 BROWN ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 732, "objectid": 5840, "Shape__Area": 115.98046875, "Shape__Length": 49.074379194721892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211386319156603, 39.966854420480203 ], [ -75.211401563932, 39.9669785085973 ], [ -75.211458065326497, 39.966975132012003 ], [ -75.211444249722405, 39.966850367336598 ], [ -75.211430072040699, 39.966851359216001 ], [ -75.211386319156603, 39.966854420480203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "708 N 40TH ST", "addr_range": "708 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3378, "objectid": 5841, "Shape__Area": 534.953125, "Shape__Length": 114.18919195175967 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202822994459098, 39.965559814811598 ], [ -75.202837797869293, 39.9656376631782 ], [ -75.202919577083094, 39.965628887320399 ], [ -75.203096841888495, 39.965608949280501 ], [ -75.203242072950104, 39.965593039227699 ], [ -75.203226598411007, 39.965512403635699 ], [ -75.203050925211798, 39.9655312176072 ], [ -75.202822994459098, 39.965559814811598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4250 LANCASTER AVE", "addr_range": "4249 LANCASTER AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 574, "objectid": 5842, "Shape__Area": 90.953125, "Shape__Length": 45.249150846191014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209509743345905, 39.967458380668702 ], [ -75.209553026460597, 39.967483018240799 ], [ -75.209623685202104, 39.9674159289549 ], [ -75.2096173857624, 39.967360305747 ], [ -75.209509743345905, 39.967458380668702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4150 WESTMINSTER AVE", "addr_range": "4146-4150 WESTMINSTER AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 508, "objectid": 5843, "Shape__Area": 80.79296875, "Shape__Length": 40.761797164149144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207813141294196, 39.969886620171899 ], [ -75.207830344689896, 39.969989006567502 ], [ -75.2078306534803, 39.9699891413511 ], [ -75.207878223855701, 39.969983731458598 ], [ -75.207878763705907, 39.969983324452201 ], [ -75.207860369711895, 39.969881427962903 ], [ -75.207860478664301, 39.969881301533299 ], [ -75.207813141294196, 39.969886620171899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3957 BROWN ST", "addr_range": "3951-3959 BROWN ST; 3960-3964 RENO ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1095, "objectid": 5844, "Shape__Area": 173.5, "Shape__Length": 71.415703841151881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202376667798404, 39.967555881692498 ], [ -75.202411397228403, 39.967760453741398 ], [ -75.202463436250397, 39.967754356054101 ], [ -75.202431322977205, 39.967571039145902 ], [ -75.202427115424399, 39.967550280283703 ], [ -75.202376667798404, 39.967555881692498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3959 BROWN ST", "addr_range": "3951-3959 BROWN ST; 3960-3964 RENO ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1098, "objectid": 5845, "Shape__Area": 173.91796875, "Shape__Length": 71.557479743080989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202427115424399, 39.967550280283703 ], [ -75.202431322977205, 39.967571039145902 ], [ -75.202463436250397, 39.967754356054101 ], [ -75.202515144302396, 39.967748652843198 ], [ -75.202479151336405, 39.967544198741798 ], [ -75.202427115424399, 39.967550280283703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "730 N 42ND ST", "addr_range": "712-732 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1250, "objectid": 5846, "Shape__Area": 197.9453125, "Shape__Length": 75.988225660250208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207535300516497, 39.965499152560099 ], [ -75.207543783966699, 39.9655422994758 ], [ -75.207827194864194, 39.965519596594199 ], [ -75.207819482020597, 39.965477724577603 ], [ -75.207535300516497, 39.965499152560099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "726 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 615, "objectid": 5847, "Shape__Area": 97.4765625, "Shape__Length": 48.292244570979065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203506781088095, 39.965682575415698 ], [ -75.203338130502601, 39.965702399846101 ], [ -75.203344274381905, 39.9657368870064 ], [ -75.203513604935694, 39.965717948927498 ], [ -75.203506781088095, 39.965682575415698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3901 WYALUSING AVE", "addr_range": "3901-3907 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 545, "objectid": 5848, "Shape__Area": 86.3359375, "Shape__Length": 45.332159302284886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201574254546998, 39.972700121445499 ], [ -75.201550786910403, 39.972579025096401 ], [ -75.201508857626706, 39.972583058429301 ], [ -75.201529909084499, 39.972704939963499 ], [ -75.201574254546998, 39.972700121445499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4237 FAIRMOUNT AVE", "addr_range": "4235-4237 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1175, "objectid": 5849, "Shape__Area": 186.07421875, "Shape__Length": 75.727605227201082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208649664340896, 39.964761174550503 ], [ -75.208597905678502, 39.9647654908972 ], [ -75.208623768175499, 39.964951101812197 ], [ -75.208629364056307, 39.9649851890631 ], [ -75.208680425438502, 39.964981017633001 ], [ -75.208649664340896, 39.964761174550503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "712 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 643, "objectid": 5850, "Shape__Area": 101.94140625, "Shape__Length": 51.371687346919693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203477823545498, 39.965444668535298 ], [ -75.203293027020095, 39.9654649076003 ], [ -75.2032993021393, 39.965498703903698 ], [ -75.2034839568705, 39.965477751688198 ], [ -75.203477823545498, 39.965444668535298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "808 N PRESTON ST", "addr_range": "808 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1227, "objectid": 5851, "Shape__Area": 194.43359375, "Shape__Length": 72.435489821083223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.204314128186397, 39.967566386557799 ], [ -75.204316160412304, 39.9675792141907 ], [ -75.204580238640204, 39.967552205065402 ], [ -75.204573224183207, 39.967507398399398 ], [ -75.204309061885894, 39.967534405639597 ], [ -75.204314128186397, 39.967566386557799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3911 WYALUSING AVE", "addr_range": "3911-3913 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 667, "objectid": 5852, "Shape__Area": 105.69921875, "Shape__Length": 47.510208752071883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201749535036697, 39.972557147548201 ], [ -75.201774174242203, 39.972678302302 ], [ -75.201826593859494, 39.972672743962796 ], [ -75.201802634123993, 39.972551330405601 ], [ -75.201749535036697, 39.972557147548201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "718 N 42ND ST", "addr_range": "712-732 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1248, "objectid": 5853, "Shape__Area": 197.7734375, "Shape__Length": 76.014415020954175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207488247550501, 39.965243968432098 ], [ -75.207496842949396, 39.965286343871803 ], [ -75.207499784580406, 39.9652861189332 ], [ -75.207780474797204, 39.965264999331602 ], [ -75.207772763869798, 39.965222483135499 ], [ -75.207488247550501, 39.965243968432098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "720 N 42ND ST", "addr_range": "712-732 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1226, "objectid": 5854, "Shape__Area": 194.16796875, "Shape__Length": 75.668045127576733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207496842949396, 39.965286343871803 ], [ -75.207505091726006, 39.965328438625797 ], [ -75.207788224924101, 39.9653064369937 ], [ -75.207780474797204, 39.965264999331602 ], [ -75.207496842949396, 39.965286343871803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "732 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 586, "objectid": 5855, "Shape__Area": 92.87890625, "Shape__Length": 48.242241259303775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203529476349303, 39.965789694059303 ], [ -75.203357957309393, 39.965809470180098 ], [ -75.203363876929302, 39.965842099896101 ], [ -75.203535509753095, 39.965822664166701 ], [ -75.203529476349303, 39.965789694059303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3914 WYALUSING AVE", "addr_range": "3912-3918 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 685, "objectid": 5856, "Shape__Area": 108.58203125, "Shape__Length": 50.627954287120005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201865322892402, 39.9723233735401 ], [ -75.2018163317899, 39.9723291675041 ], [ -75.201842485149697, 39.9724641223183 ], [ -75.201890729368699, 39.972458729822101 ], [ -75.201865322892402, 39.9723233735401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3900 WYALUSING AVE", "addr_range": "3900-3906 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 690, "objectid": 5857, "Shape__Area": 109.40234375, "Shape__Length": 50.703796751839768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201518463539699, 39.972361078573101 ], [ -75.201468100093805, 39.9723665860258 ], [ -75.201493870555694, 39.972501709027298 ], [ -75.2015416050684, 39.972496481953399 ], [ -75.201518463539699, 39.972361078573101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "948 N 43RD ST", "addr_range": "946-952 N 43RD ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1107, "objectid": 5858, "Shape__Area": 175.4375, "Shape__Length": 70.713063124961437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210471591520303, 39.971090752146203 ], [ -75.210479039366703, 39.971131378284099 ], [ -75.210726042827602, 39.9711035570135 ], [ -75.210740286413497, 39.971101953978298 ], [ -75.210739322347095, 39.971096887032402 ], [ -75.210738330538405, 39.971091528448902 ], [ -75.210737108823807, 39.971084958335801 ], [ -75.2107326747022, 39.971061196292197 ], [ -75.210718579159703, 39.971062786384302 ], [ -75.210471591520303, 39.971090752146203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4134 WESTMINSTER AVE", "addr_range": "4134 WESTMINSTER AVE", "zipcode": 19104, "district": "3", "year": "2013", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1286, "objectid": 5859, "Shape__Area": 203.7890625, "Shape__Length": 74.837725299362219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2069129914006, 39.969878054386697 ], [ -75.206950636810902, 39.970087991750397 ], [ -75.207009419805004, 39.970081364781102 ], [ -75.206991658266901, 39.969982189655902 ], [ -75.206971743587303, 39.969871119515801 ], [ -75.2069129914006, 39.969878054386697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "732 N 41ST ST", "addr_range": "732 N 41ST ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 882, "objectid": 5860, "Shape__Area": 139.6953125, "Shape__Length": 63.097650877864098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205909454056993, 39.965947977550101 ], [ -75.205854812449104, 39.965914026203102 ], [ -75.205658703003607, 39.965928666281101 ], [ -75.205662334497703, 39.9659676431421 ], [ -75.205776789635294, 39.965959011388598 ], [ -75.205909454056993, 39.965947977550101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5415 TRINITY ST", "addr_range": "5413-5415 TRINITY ST", "zipcode": 19143, "district": "3", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1167, "objectid": 5861, "Shape__Area": 184.69921875, "Shape__Length": 70.709225148855836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224037856006404, 39.939950090703398 ], [ -75.224212803978602, 39.940097568114403 ], [ -75.224255027123704, 39.940067564838401 ], [ -75.224189378341805, 39.9400128602039 ], [ -75.224177992224597, 39.9400031147334 ], [ -75.224080142928102, 39.9399200717776 ], [ -75.224037856006404, 39.939950090703398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5811 WILLOWS AVE", "addr_range": "5811 WILLOWS AVE", "zipcode": 19143, "district": "3", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2335, "objectid": 5862, "Shape__Area": 369.48046875, "Shape__Length": 106.97306422554297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234308175174604, 39.940343426430097 ], [ -75.234363400157207, 39.940390271334998 ], [ -75.234417235402205, 39.940352508347303 ], [ -75.234411186559896, 39.940347345420598 ], [ -75.234144209792206, 39.940120426647098 ], [ -75.234102246377006, 39.940149763417601 ], [ -75.234090572975404, 39.940157920856898 ], [ -75.234145561981904, 39.940205504018898 ], [ -75.234199733020304, 39.9402514393093 ], [ -75.234253450456706, 39.940297140275199 ], [ -75.234308175174604, 39.940343426430097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1310 S 33RD ST", "addr_range": "1310 S 33RD ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 923, "objectid": 5863, "Shape__Area": 146.03125, "Shape__Length": 57.960841020356135 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197881236593503, 39.937778233021703 ], [ -75.1980638844136, 39.937816599400399 ], [ -75.198099325492905, 39.937777314810099 ], [ -75.197897245233705, 39.937734438120998 ], [ -75.197881236593503, 39.937778233021703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1514 S 22ND ST", "addr_range": "1514 S 22ND ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1112, "objectid": 5864, "Shape__Area": 175.96875, "Shape__Length": 62.548682117757153 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181344700100496, 39.933057519001999 ], [ -75.181556781917195, 39.933086078233799 ], [ -75.181567528540995, 39.933036090226601 ], [ -75.181356406882202, 39.933007616488602 ], [ -75.181344700100496, 39.933057519001999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2932 WHARTON ST", "addr_range": "2930-2934 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1156, "objectid": 5865, "Shape__Area": 182.96875, "Shape__Length": 64.190470258260277 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193177316973404, 39.9373719607743 ], [ -75.193242454480895, 39.937380521839003 ], [ -75.193278013398796, 39.937212944979002 ], [ -75.193211952256107, 39.937203831745599 ], [ -75.193177316973404, 39.9373719607743 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1141 S 24TH ST", "addr_range": "1141-1143 S 24TH ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 974, "objectid": 5866, "Shape__Area": 154.15625, "Shape__Length": 60.908204899503481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183138934349699, 39.938409763809098 ], [ -75.183351799161002, 39.938437481793599 ], [ -75.183355752227797, 39.938418195820397 ], [ -75.183360815754099, 39.938393370955502 ], [ -75.183147621660495, 39.938366596181801 ], [ -75.183142623638901, 39.938391389167698 ], [ -75.183138934349699, 39.938409763809098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2300 DICKINSON ST", "addr_range": "2300 DICKINSON ST", "zipcode": 19146, "district": "2", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1290, "objectid": 5867, "Shape__Area": 204.21875, "Shape__Length": 70.45870431126022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182918068772096, 39.933553919257498 ], [ -75.182917869290094, 39.933554800486199 ], [ -75.182982625114406, 39.933563890540498 ], [ -75.183025481993397, 39.9333738958384 ], [ -75.182960683182202, 39.933365917590798 ], [ -75.182956436363995, 39.933384650058898 ], [ -75.182953471331302, 39.933397737551303 ], [ -75.182918068772096, 39.933553919257498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1316 S 28TH ST", "addr_range": "1310, 1314-1320 S 28TH ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 765, "objectid": 5868, "Shape__Area": 121.05078125, "Shape__Length": 60.964474261658012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190656627386304, 39.936676107914401 ], [ -75.190649665917903, 39.936708048299799 ], [ -75.1908785800007, 39.936734885145498 ], [ -75.190885683243494, 39.9367030623402 ], [ -75.190656627386304, 39.936676107914401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2902 WHARTON ST", "addr_range": "2900-2912 WHARTON ST; 1309 S HOLLYWOOD ST", "zipcode": 19146, "district": "2", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1016, "objectid": 5869, "Shape__Area": 160.84375, "Shape__Length": 63.692746185165035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192209869899102, 39.937243806123398 ], [ -75.192265600864701, 39.937251383999097 ], [ -75.192300099049007, 39.937086458827402 ], [ -75.192302013445101, 39.937077296819901 ], [ -75.192246238478205, 39.937070363099501 ], [ -75.192209869899102, 39.937243806123398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2605 REED ST", "addr_range": "2605-2609 REED ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 977, "objectid": 5870, "Shape__Area": 154.65625, "Shape__Length": 64.327564491663694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187730771384395, 39.935737090211603 ], [ -75.187783136211294, 39.935744498691498 ], [ -75.187821128254598, 39.935565434760903 ], [ -75.1877693166537, 39.935558940565599 ], [ -75.187730771384395, 39.935737090211603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1310 S 28TH ST", "addr_range": "1310, 1314-1320 S 28TH ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 812, "objectid": 5871, "Shape__Area": 128.5546875, "Shape__Length": 61.45650024586179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190632817224397, 39.936785127529603 ], [ -75.190625452170295, 39.936818895163597 ], [ -75.190853816132005, 39.936845897272903 ], [ -75.190861424208506, 39.936811796270199 ], [ -75.190632817224397, 39.936785127529603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2929 WHARTON ST", "addr_range": "2929 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 564, "objectid": 5872, "Shape__Area": 89.25, "Shape__Length": 42.621871737532203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193024174045604, 39.9375908207926 ], [ -75.193072708723093, 39.9376187916248 ], [ -75.193096258672099, 39.937506542878701 ], [ -75.193043515741095, 39.9374997086869 ], [ -75.193024174045604, 39.9375908207926 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2900 WHARTON ST", "addr_range": "2900-2912 WHARTON ST; 1309 S HOLLYWOOD ST", "zipcode": 19146, "district": "2", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1247, "objectid": 5873, "Shape__Area": 197.3046875, "Shape__Length": 66.428258865778076 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192177667136505, 39.937061773532399 ], [ -75.192141173971606, 39.937234665946903 ], [ -75.192209869899102, 39.937243806123398 ], [ -75.192246238478205, 39.937070363099501 ], [ -75.192177667136505, 39.937061773532399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2600 GERRITT ST", "addr_range": "2600 GERRITT ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 791, "objectid": 5874, "Shape__Area": 125.25, "Shape__Length": 51.150706557690313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187863532008905, 39.934901089191897 ], [ -75.187804826229893, 39.934894183293103 ], [ -75.187778620193797, 39.935022780980603 ], [ -75.187825423545306, 39.935029357009903 ], [ -75.187836824050905, 39.935030771304802 ], [ -75.187863532008905, 39.934901089191897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2621 REED ST", "addr_range": "2621-2625 REED ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 980, "objectid": 5875, "Shape__Area": 155.19140625, "Shape__Length": 64.197829347497105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188156197621097, 39.935792454504103 ], [ -75.1882091426057, 39.9357994405594 ], [ -75.188247199152102, 39.935621989859001 ], [ -75.188195305450193, 39.935614318206703 ], [ -75.188156197621097, 39.935792454504103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2827 WHARTON ST", "addr_range": "2827 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 942, "objectid": 5876, "Shape__Area": 149.078125, "Shape__Length": 60.700298891379994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.191475160073097, 39.9374649585098 ], [ -75.191530287948197, 39.937471894382703 ], [ -75.191563144480497, 39.937307223795301 ], [ -75.191509402218202, 39.937300172881898 ], [ -75.191480362347903, 39.937438605635599 ], [ -75.191475160073097, 39.9374649585098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1306 S 21ST ST", "addr_range": "1306-1312 S 21ST ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1214, "objectid": 5877, "Shape__Area": 192.171875, "Shape__Length": 72.716925512375695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179175167120306, 39.935442686196403 ], [ -75.179440113571403, 39.935477751973202 ], [ -75.179442103735596, 39.935468302615703 ], [ -75.179449345019705, 39.935434113833097 ], [ -75.1793303314616, 39.935418356332001 ], [ -75.179316997909893, 39.935416559079798 ], [ -75.1792480715946, 39.935407469909997 ], [ -75.179183931387499, 39.935399180862497 ], [ -75.179176740307696, 39.935434854723603 ], [ -75.179175167120306, 39.935442686196403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1554 S DOVER ST", "addr_range": "1554 S DOVER ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 774, "objectid": 5878, "Shape__Area": 122.4453125, "Shape__Length": 50.946377845728499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192338012252904, 39.933685804308404 ], [ -75.192505736759699, 39.933708082994997 ], [ -75.192516743967204, 39.933665949535502 ], [ -75.192517185343405, 39.933664266383801 ], [ -75.192347662177298, 39.933642512530596 ], [ -75.192347335124396, 39.933643956761102 ], [ -75.192338012252904, 39.933685804308404 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2906 WHARTON ST", "addr_range": "2900-2912 WHARTON ST; 1309 S HOLLYWOOD ST", "zipcode": 19146, "district": "2", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 980, "objectid": 5879, "Shape__Area": 155.125, "Shape__Length": 61.399852245379222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192322307569299, 39.937259160204803 ], [ -75.192378793661604, 39.937266143080301 ], [ -75.192413638738898, 39.937100919273497 ], [ -75.192357059621898, 39.9370936126777 ], [ -75.192322307569299, 39.937259160204803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1143 S 24TH ST", "addr_range": "1141-1143 S 24TH ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1095, "objectid": 5880, "Shape__Area": 173.37890625, "Shape__Length": 62.55010193942902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183147621660495, 39.938366596181801 ], [ -75.183360815754099, 39.938393370955502 ], [ -75.183371163183395, 39.9383445181453 ], [ -75.183157602996701, 39.9383174612868 ], [ -75.183147621660495, 39.938366596181801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1554 S STILLMAN ST", "addr_range": "1554 S STILLMAN ST", "zipcode": 19146, "district": "2", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 630, "objectid": 5881, "Shape__Area": 99.7109375, "Shape__Length": 46.430542687913011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187227682452701, 39.933023875042998 ], [ -75.187383034430994, 39.933043225027603 ], [ -75.187391597502597, 39.933004938748397 ], [ -75.187236292762805, 39.932984896952497 ], [ -75.187227682452701, 39.933023875042998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2935 WHARTON ST", "addr_range": "2935-2939 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 822, "objectid": 5882, "Shape__Area": 130.0703125, "Shape__Length": 55.379526846993301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193164414316001, 39.937663149223098 ], [ -75.193178436926303, 39.937671135717999 ], [ -75.193215942385805, 39.937676113762102 ], [ -75.193247698530797, 39.9375261190972 ], [ -75.193195835835894, 39.937518691913397 ], [ -75.193164414316001, 39.937663149223098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1219 S 28TH ST", "addr_range": "1219-1223 S 28TH ST", "zipcode": 19146, "district": "2", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 864, "objectid": 5883, "Shape__Area": 136.765625, "Shape__Length": 56.764966372543206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189838005805001, 39.938568911339097 ], [ -75.190035402407503, 39.938593724415099 ], [ -75.190043906239097, 39.9385519866739 ], [ -75.189847228105407, 39.938526995930602 ], [ -75.189838005805001, 39.938568911339097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1315 S 27TH ST", "addr_range": "1315 S 27TH ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1057, "objectid": 5884, "Shape__Area": 167.3671875, "Shape__Length": 60.687621879899332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188699097773807, 39.9363917410856 ], [ -75.188903758963505, 39.936417009523602 ], [ -75.188914851616005, 39.936368269356997 ], [ -75.188709995348702, 39.9363420937675 ], [ -75.188699097773807, 39.9363917410856 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1940 WHARTON ST", "addr_range": "1940 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1184, "objectid": 5885, "Shape__Area": 187.42578125, "Shape__Length": 64.680503652678127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176970802533305, 39.935304011819497 ], [ -75.177037225310301, 39.935312256012203 ], [ -75.177038161006195, 39.935308037738899 ], [ -75.177069070575996, 39.935169698598997 ], [ -75.177074797092203, 39.935143986924103 ], [ -75.177007034941894, 39.935135695581401 ], [ -75.177005382798697, 39.935143380195299 ], [ -75.177001546131905, 39.9351611873332 ], [ -75.176970802533305, 39.935304011819497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1242 S NEWKIRK ST", "addr_range": "1240-1242 S NEWKIRK ST", "zipcode": 19146, "district": "2", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 671, "objectid": 5886, "Shape__Area": 106.24609375, "Shape__Length": 49.158387839231715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190886803814706, 39.938065299855701 ], [ -75.191054544193506, 39.938087402386302 ], [ -75.191062841203902, 39.938048900898103 ], [ -75.190894272980302, 39.938027648478197 ], [ -75.190886803814706, 39.938065299855701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3346 N 17TH ST", "addr_range": "3336-3346 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2261, "objectid": 5887, "Shape__Area": 356.94140625, "Shape__Length": 91.806401979849525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157166187655307, 40.005182512465403 ], [ -75.157151793627904, 40.005249278906099 ], [ -75.157468696552598, 40.0052925601846 ], [ -75.157484176020503, 40.005224238739999 ], [ -75.157412560342706, 40.0052146267628 ], [ -75.157386105919798, 40.005213545500901 ], [ -75.157383521751001, 40.005210955285101 ], [ -75.157166187655307, 40.005182512465403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3344 N 17TH ST", "addr_range": "3336-3346 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2258, "objectid": 5888, "Shape__Area": 358.41796875, "Shape__Length": 91.986191750356056 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157166187655307, 40.005182512465403 ], [ -75.157383521751001, 40.005210955285101 ], [ -75.157386105919798, 40.005213545500901 ], [ -75.157412560342706, 40.0052146267628 ], [ -75.157484176020503, 40.005224238739999 ], [ -75.157499302569306, 40.005157457271302 ], [ -75.157180893709395, 40.005114109615398 ], [ -75.157166187655307, 40.005182512465403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3338 N 17TH ST", "addr_range": "3336-3346 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2100, "objectid": 5889, "Shape__Area": 332.859375, "Shape__Length": 99.042913692675043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157530141729595, 40.005021216226197 ], [ -75.157575769563294, 40.005027404895401 ], [ -75.157589914562607, 40.004972610005701 ], [ -75.157222096632097, 40.004923842557197 ], [ -75.157209171114999, 40.004977438665499 ], [ -75.157530141729595, 40.005021216226197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3340 N 17TH ST", "addr_range": "3336-3346 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2262, "objectid": 5890, "Shape__Area": 372.6875, "Shape__Length": 93.027445571591244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157194571047796, 40.005047424295697 ], [ -75.157514379487694, 40.005090900835597 ], [ -75.157530141729595, 40.005021216226197 ], [ -75.157209171114999, 40.004977438665499 ], [ -75.157194571047796, 40.005047424295697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3413 N 19TH ST", "addr_range": "1829 W ONTARIO ST; 3401-3425 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2004", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1923, "objectid": 5891, "Shape__Area": 304.9375, "Shape__Length": 93.86676578370772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159635314528799, 40.006104176970197 ], [ -75.159982876540198, 40.0061456291063 ], [ -75.159994359038393, 40.006092982285701 ], [ -75.159647171513498, 40.006051088119797 ], [ -75.159645280460794, 40.006060024078799 ], [ -75.159635314528799, 40.006104176970197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3342 N 17TH ST", "addr_range": "3336-3346 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2262, "objectid": 5892, "Shape__Area": 354.02734375, "Shape__Length": 91.78500469192133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157180893709395, 40.005114109615398 ], [ -75.157499302569306, 40.005157457271302 ], [ -75.157514379487694, 40.005090900835597 ], [ -75.157194571047796, 40.005047424295697 ], [ -75.157180893709395, 40.005114109615398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3336 N 17TH ST", "addr_range": "3336-3346 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2100, "objectid": 5893, "Shape__Area": 330.08984375, "Shape__Length": 99.084545423997298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157222096632097, 40.004923842557197 ], [ -75.157589914562607, 40.004972610005701 ], [ -75.1576026402049, 40.004919331010903 ], [ -75.157234042925197, 40.004869594521601 ], [ -75.157222096632097, 40.004923842557197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2320 W TIOGA ST", "addr_range": "2316-2320 W TIOGA AVE", "zipcode": 19140, "district": "8", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1570, "objectid": 5894, "Shape__Area": 248.921875, "Shape__Length": 89.0818286179003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167182620089207, 40.008060196876997 ], [ -75.167241688109598, 40.008068038221097 ], [ -75.167297399689502, 40.007810310377103 ], [ -75.1672405352152, 40.007802454656201 ], [ -75.167182620089207, 40.008060196876997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3423 N 18TH ST", "addr_range": "3423 N 18TH ST", "zipcode": 19140, "district": "8", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1837, "objectid": 5895, "Shape__Area": 291.35546875, "Shape__Length": 105.02794356100662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1579796498702, 40.006005488579603 ], [ -75.157970560783397, 40.006048097883699 ], [ -75.158379023584502, 40.006104163109399 ], [ -75.158387998734298, 40.006060664606302 ], [ -75.158228115263597, 40.006039435915298 ], [ -75.1579796498702, 40.006005488579603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3637 N 15TH ST", "addr_range": "3637 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1621, "objectid": 5896, "Shape__Area": 257.13671875, "Shape__Length": 89.117070298674705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152954754390095, 40.008755851212399 ], [ -75.152683779093906, 40.008720479680903 ], [ -75.152620355979394, 40.008712533198597 ], [ -75.152610098453195, 40.008758726104297 ], [ -75.152944842925393, 40.008801794279798 ], [ -75.152954754390095, 40.008755851212399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3341 N UBER ST", "addr_range": "3341 N UBER ST", "zipcode": 19140, "district": "8", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1076, "objectid": 5897, "Shape__Area": 170.60546875, "Shape__Length": 65.880326455675302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160729659992398, 40.005280685866801 ], [ -75.160964853882106, 40.005310267109301 ], [ -75.160973690892405, 40.0052670878909 ], [ -75.160739271201294, 40.005236411369602 ], [ -75.160729659992398, 40.005280685866801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3311 N UBER ST", "addr_range": "3311 N UBER ST", "zipcode": 19140, "district": "8", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1058, "objectid": 5898, "Shape__Area": 167.8359375, "Shape__Length": 65.502113220300956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160871569778607, 40.004628808171198 ], [ -75.161105329849093, 40.004657986522098 ], [ -75.161114849594796, 40.004615579545202 ], [ -75.1608809383509, 40.004584900312601 ], [ -75.160871569778607, 40.004628808171198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3220 N 17TH ST", "addr_range": "3220 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1733, "objectid": 5899, "Shape__Area": 274.8359375, "Shape__Length": 99.666973260715324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158056883693703, 40.002907129133902 ], [ -75.157671383497302, 40.002857397807297 ], [ -75.157662033025602, 40.002900261578503 ], [ -75.158047533458301, 40.002949992936401 ], [ -75.158056883693703, 40.002907129133902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3332 N 21ST ST", "addr_range": "3332 N 21ST ST", "zipcode": 19140, "district": "8", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1065, "objectid": 5900, "Shape__Area": 168.9296875, "Shape__Length": 65.092704827102523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163816751537098, 40.005677969956203 ], [ -75.164048044366297, 40.005706586563598 ], [ -75.1640575867482, 40.0056629869487 ], [ -75.163826741344494, 40.0056336398018 ], [ -75.163816751537098, 40.005677969956203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3217 N 15TH ST", "addr_range": "3217 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1351, "objectid": 5901, "Shape__Area": 214.2890625, "Shape__Length": 81.692309993134288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154037400802395, 40.002352616393203 ], [ -75.154344569135404, 40.002392429338897 ], [ -75.154353513355602, 40.002350898221501 ], [ -75.154046818045998, 40.002310240024798 ], [ -75.154037400802395, 40.002352616393203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3518 N 16TH ST", "addr_range": "3518 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1811, "objectid": 5902, "Shape__Area": 287.2109375, "Shape__Length": 88.070283504580445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155381909374995, 40.007155928165702 ], [ -75.155382270269897, 40.007154210873402 ], [ -75.155114887268297, 40.007120974157999 ], [ -75.155101512237593, 40.007177478307497 ], [ -75.155417903504102, 40.007216787224898 ], [ -75.155426502121102, 40.007176633986496 ], [ -75.155391450509597, 40.007172327868602 ], [ -75.155391657860605, 40.007171317108003 ], [ -75.155394519875699, 40.007156213159398 ], [ -75.155381909374995, 40.007155928165702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3628 N 22ND ST", "addr_range": "3628 N 22ND ST", "zipcode": 19140, "district": "8", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2779, "objectid": 5903, "Shape__Area": 440.6328125, "Shape__Length": 101.64732064730549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164452633176694, 40.010400521581801 ], [ -75.164804787263506, 40.010446397649403 ], [ -75.164809440473405, 40.010429898527597 ], [ -75.164821415876403, 40.0103714283307 ], [ -75.164469519521703, 40.010325348172998 ], [ -75.164452633176694, 40.010400521581801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2050 W ESTAUGH ST", "addr_range": "2050 W ESTAUGH ST", "zipcode": 19140, "district": "8", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1115, "objectid": 5904, "Shape__Area": 176.91796875, "Shape__Length": 73.35700416686052 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162971551736902, 40.006767746323497 ], [ -75.163021802112297, 40.006774245989398 ], [ -75.163030015391001, 40.006736920897602 ], [ -75.163041388785999, 40.006683787520998 ], [ -75.163053092833806, 40.006631323840402 ], [ -75.163064601602201, 40.006577404223101 ], [ -75.163066090053107, 40.006570812597602 ], [ -75.163067630492606, 40.006563963552203 ], [ -75.1630166413251, 40.006557607636097 ], [ -75.163015137566106, 40.006564570134302 ], [ -75.162971551736902, 40.006767746323497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3633 N 15TH ST", "addr_range": "3633 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1172, "objectid": 5905, "Shape__Area": 185.93359375, "Shape__Length": 73.289877014312353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152692813236399, 40.008679433641198 ], [ -75.152963622757596, 40.0087141724945 ], [ -75.152972659864105, 40.008673013876397 ], [ -75.152702006104306, 40.008638036190597 ], [ -75.152692813236399, 40.008679433641198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1218 W LYCOMING ST", "addr_range": "4051 OLD YORK RD; 1218 W LYCOMING ST", "zipcode": 19140, "district": "5", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1298, "objectid": 5906, "Shape__Area": 205.9609375, "Shape__Length": 81.872717327543739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146754725599607, 40.014841947181601 ], [ -75.146806999381795, 40.014848822280598 ], [ -75.1468600246927, 40.014610885700101 ], [ -75.146808218719499, 40.014604375327998 ], [ -75.146754725599607, 40.014841947181601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3859 N 13TH ST", "addr_range": "3846-3862 CAMAC ST; 3859-3861 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1082, "objectid": 5907, "Shape__Area": 171.66796875, "Shape__Length": 65.557711029232664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148078384154601, 40.011922054716997 ], [ -75.148310851018707, 40.011953808070501 ], [ -75.148313692591799, 40.011939284054399 ], [ -75.148319721972001, 40.011908325597098 ], [ -75.148096088744097, 40.0118796421906 ], [ -75.148087764692903, 40.011878566950003 ], [ -75.148078384154601, 40.011922054716997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3861 N 13TH ST", "addr_range": "3846-3862 CAMAC ST; 3859-3861 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1064, "objectid": 5908, "Shape__Area": 168.77734375, "Shape__Length": 65.234377667260958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148068818902303, 40.0119659590734 ], [ -75.148299210580106, 40.011997165353797 ], [ -75.148309015659095, 40.011960666488399 ], [ -75.148310851018707, 40.011953808070501 ], [ -75.148078384154601, 40.011922054716997 ], [ -75.148068818902303, 40.0119659590734 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3858 N CAMAC ST", "addr_range": "3846-3862 CAMAC ST; 3859-3861 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2017", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 850, "objectid": 5909, "Shape__Area": 134.8125, "Shape__Length": 56.522020135565199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148096160892194, 40.011837281492902 ], [ -75.148089714301506, 40.011836474053801 ], [ -75.147899330064803, 40.011812719057097 ], [ -75.147891204599205, 40.011854091730001 ], [ -75.148087764692903, 40.011878566950003 ], [ -75.148096160892194, 40.011837281492902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3816 N CAMAC ST", "addr_range": "3816 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 781, "objectid": 5910, "Shape__Area": 123.890625, "Shape__Length": 55.330506370283864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148068601486301, 40.011037431008198 ], [ -75.1482566772697, 40.011062294876197 ], [ -75.148264561646897, 40.011063343925201 ], [ -75.148269478329794, 40.011037324873698 ], [ -75.148271601070803, 40.011025138032501 ], [ -75.148264884878202, 40.011024243400399 ], [ -75.148077296440505, 40.010999262642997 ], [ -75.148068601486301, 40.011037431008198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1313 W PIKE ST", "addr_range": "1311-1313 W PIKE ST", "zipcode": 19140, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1073, "objectid": 5911, "Shape__Area": 170.19921875, "Shape__Length": 76.78345326607753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148787457172602, 40.0121875938285 ], [ -75.148735029572805, 40.0124123906878 ], [ -75.148782394079205, 40.0124193312028 ], [ -75.148830612968496, 40.0121927792989 ], [ -75.148787457172602, 40.0121875938285 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3818 N 9TH ST", "addr_range": "3818 N 9TH ST", "zipcode": 19140, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 807, "objectid": 5912, "Shape__Area": 128.03125, "Shape__Length": 53.163028391708288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142463370951305, 40.010288264209002 ], [ -75.1426430045926, 40.010310703891498 ], [ -75.142651861427893, 40.010267848828903 ], [ -75.142472235914099, 40.010245230940001 ], [ -75.142463370951305, 40.010288264209002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2346 N 16TH ST", "addr_range": "1600-08 W YORK ST; 2346-2350 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1344, "objectid": 5913, "Shape__Area": 213.06640625, "Shape__Length": 81.407244035702192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158966839415399, 39.989391742304001 ], [ -75.159272902010201, 39.9894332122931 ], [ -75.159281614559504, 39.989391642312498 ], [ -75.158976892720105, 39.989349606135903 ], [ -75.158974797557903, 39.9893583446555 ], [ -75.158966839415399, 39.989391742304001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2519 N STANLEY ST", "addr_range": "2501-2523 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 731, "objectid": 5914, "Shape__Area": 115.91015625, "Shape__Length": 51.602719145897296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181563819664603, 39.994751766828998 ], [ -75.181741250966994, 39.994775660872897 ], [ -75.181749998740798, 39.9947366221148 ], [ -75.181573505735301, 39.9947123292065 ], [ -75.181563819664603, 39.994751766828998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2348 N 16TH ST", "addr_range": "1600-08 W YORK ST; 2346-2350 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1412, "objectid": 5915, "Shape__Area": 223.8046875, "Shape__Length": 82.159098528881927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158956771142002, 39.989435344989197 ], [ -75.159262985840499, 39.989477285160802 ], [ -75.159272902010201, 39.9894332122931 ], [ -75.158966839415399, 39.989391742304001 ], [ -75.158956771142002, 39.989435344989197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1624 W LEHIGH AVE", "addr_range": "1622-1624 W LEHIGH AVE", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 983, "objectid": 5916, "Shape__Area": 155.79296875, "Shape__Length": 67.124594947530042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158625306934198, 39.9943618769558 ], [ -75.158675109591798, 39.994368869601097 ], [ -75.158714209727805, 39.994178506048002 ], [ -75.158665634645999, 39.994171734848202 ], [ -75.158625306934198, 39.9943618769558 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2522 N NAPA ST", "addr_range": "2520-2524 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 694, "objectid": 5917, "Shape__Area": 110.0546875, "Shape__Length": 50.840066440735626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182962078022399, 39.994964021185297 ], [ -75.183137271491503, 39.994988879341498 ], [ -75.183146504922505, 39.9949514137056 ], [ -75.182970391574898, 39.994926503454401 ], [ -75.182962078022399, 39.994964021185297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1612 W LEHIGH AVE", "addr_range": "1612 W LEHIGH AVE", "zipcode": 19132, "district": "5", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1076, "objectid": 5918, "Shape__Area": 170.5390625, "Shape__Length": 68.318311376644459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158215836201805, 39.994306626179601 ], [ -75.158269139251502, 39.994313584511197 ], [ -75.158310617523298, 39.994123033293498 ], [ -75.158256424502497, 39.994115732318903 ], [ -75.158215836201805, 39.994306626179601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2505 N STANLEY ST", "addr_range": "2501-2523 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 690, "objectid": 5919, "Shape__Area": 109.45703125, "Shape__Length": 50.69381035141209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1816272821642, 39.994475814483501 ], [ -75.181802427138393, 39.994500269077399 ], [ -75.181810201264099, 39.994462626721599 ], [ -75.1816349015848, 39.994438362393097 ], [ -75.1816272821642, 39.994475814483501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2520 N NAPA ST", "addr_range": "2520-2524 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2012", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 686, "objectid": 5920, "Shape__Area": 108.80859375, "Shape__Length": 50.756951439284009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182970391574898, 39.994926503454401 ], [ -75.183146504922505, 39.9949514137056 ], [ -75.183154346893602, 39.994914158424201 ], [ -75.182978578471094, 39.9948895469226 ], [ -75.182970391574898, 39.994926503454401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2255 N 16TH ST", "addr_range": "2255-2265 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1013, "objectid": 5921, "Shape__Area": 160.65625, "Shape__Length": 64.465673954891784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159110255220298, 39.9879627943643 ], [ -75.159113278833104, 39.987963184281398 ], [ -75.159122906604196, 39.987921233119202 ], [ -75.158891672985206, 39.987891591050499 ], [ -75.158882621961595, 39.987933250673102 ], [ -75.159110255220298, 39.9879627943643 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2201 N 19TH ST", "addr_range": "2201-2205 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1184, "objectid": 5922, "Shape__Area": 187.734375, "Shape__Length": 70.400051991873724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164071979823703, 39.987436813748502 ], [ -75.164073209627901, 39.9874369703019 ], [ -75.164082696391603, 39.987392548636301 ], [ -75.164080445692306, 39.987392255553701 ], [ -75.163976054854302, 39.9873786840799 ], [ -75.163828745723094, 39.987359648483199 ], [ -75.163819586207296, 39.9874042387871 ], [ -75.164071979823703, 39.987436813748502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2521 N STANLEY ST", "addr_range": "2501-2523 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 697, "objectid": 5923, "Shape__Area": 110.57421875, "Shape__Length": 51.178674163999503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181556098016102, 39.9947886057437 ], [ -75.181733732449601, 39.994813728814897 ], [ -75.181741250966994, 39.994775660872897 ], [ -75.181563819664603, 39.994751766828998 ], [ -75.181556098016102, 39.9947886057437 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2462 N CLEVELAND ST", "addr_range": "2460-2464 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 743, "objectid": 5924, "Shape__Area": 117.859375, "Shape__Length": 51.375769900883746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162433244052394, 39.991598776828098 ], [ -75.162428822495897, 39.991598209523502 ], [ -75.162261688513098, 39.991576725837 ], [ -75.162254208512095, 39.991616824503197 ], [ -75.162420294261494, 39.991639412639302 ], [ -75.162424276917207, 39.991639970049903 ], [ -75.162428091681605, 39.991640475921599 ], [ -75.162436286534799, 39.9916024882234 ], [ -75.162436747031805, 39.991599226115 ], [ -75.162433244052394, 39.991598776828098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2464 N CLEVELAND ST", "addr_range": "2460-2464 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2015", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 685, "objectid": 5925, "Shape__Area": 108.6953125, "Shape__Length": 50.366461809296027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1624161210528, 39.991677426125896 ], [ -75.162419957473901, 39.991677947803197 ], [ -75.162428091681605, 39.991640475921599 ], [ -75.162424276917207, 39.991639970049903 ], [ -75.162420294261494, 39.991639412639302 ], [ -75.162254208512095, 39.991616824503197 ], [ -75.162246170414704, 39.991654476942699 ], [ -75.162412536205395, 39.991676942556303 ], [ -75.1624161210528, 39.991677426125896 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2217 N MOLE ST", "addr_range": "2211-2219 N MOLE ST; 2214 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 575, "objectid": 5926, "Shape__Area": 91.25, "Shape__Length": 44.137549235592452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158828296014093, 39.9870705942215 ], [ -75.158974629276997, 39.987089341241798 ], [ -75.158983516057305, 39.987051982065097 ], [ -75.158836427976098, 39.987033218914398 ], [ -75.158828296014093, 39.9870705942215 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2541 N HOLLYWOOD ST", "addr_range": "2539-2643 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 760, "objectid": 5927, "Shape__Area": 120.6015625, "Shape__Length": 53.840517750591019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179403850200302, 39.994889244642899 ], [ -75.179409874753304, 39.994890087753802 ], [ -75.179591749364207, 39.994915616351399 ], [ -75.179600343856194, 39.9948773798004 ], [ -75.179418860299293, 39.994851457219802 ], [ -75.179412836397205, 39.994850597004699 ], [ -75.179405491298994, 39.994880738010799 ], [ -75.179403850200302, 39.994889244642899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2211 N MOLE ST", "addr_range": "2211-2219 N MOLE ST; 2214 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 595, "objectid": 5928, "Shape__Area": 94.34375, "Shape__Length": 44.543850403036203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158861027075204, 39.986919081101902 ], [ -75.158852128930505, 39.9869578419964 ], [ -75.158999936932503, 39.9869764285652 ], [ -75.159007108952494, 39.986937838631 ], [ -75.158861027075204, 39.986919081101902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2511 N NEWKIRK ST", "addr_range": "2827 W CUMBERLAND ST; 2509-2511 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 710, "objectid": 5929, "Shape__Area": 112.67578125, "Shape__Length": 51.12815925886612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177891035643796, 39.994092955466499 ], [ -75.178066682775807, 39.994117395528399 ], [ -75.178067412857899, 39.994114171850804 ], [ -75.178075250910695, 39.994079287327502 ], [ -75.1779641236743, 39.994063449742399 ], [ -75.177899317618795, 39.994054147085699 ], [ -75.177891035643796, 39.994092955466499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2535 N 29TH ST", "addr_range": "2535-2537 N 29TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 979, "objectid": 5930, "Shape__Area": 155.19921875, "Shape__Length": 63.915469635148753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178709877930402, 39.994757493520403 ], [ -75.178940050177303, 39.9947871684845 ], [ -75.178948665737593, 39.994747270982103 ], [ -75.178718751940195, 39.994716280939699 ], [ -75.178709877930402, 39.994757493520403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2564 N 28TH ST", "addr_range": "2564-2566 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 944, "objectid": 5931, "Shape__Area": 149.609375, "Shape__Length": 63.076526937167799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177412607322495, 39.995157212469401 ], [ -75.177639417775396, 39.995188231969699 ], [ -75.177648490683495, 39.995149054793103 ], [ -75.177491409325697, 39.995127383670301 ], [ -75.177477626160297, 39.9951249628038 ], [ -75.177421064975604, 39.995117086269197 ], [ -75.177412607322495, 39.995157212469401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2219 N MOLE ST", "addr_range": "2211-2219 N MOLE ST; 2214 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 579, "objectid": 5932, "Shape__Area": 91.8828125, "Shape__Length": 44.128841843693344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158820984204198, 39.9871084241367 ], [ -75.158966852045097, 39.987127337256801 ], [ -75.158974629276997, 39.987089341241798 ], [ -75.158828296014093, 39.9870705942215 ], [ -75.158820984204198, 39.9871084241367 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2566 N 28TH ST", "addr_range": "2564-2566 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 993, "objectid": 5933, "Shape__Area": 157.49609375, "Shape__Length": 63.607833573244527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177412607322495, 39.995157212469401 ], [ -75.177403319609795, 39.995199334727303 ], [ -75.177630711006998, 39.995229432913 ], [ -75.177631936722904, 39.9952236407496 ], [ -75.177639417775396, 39.995188231969699 ], [ -75.177412607322495, 39.995157212469401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2519 N DOVER ST", "addr_range": "2519 N DOVER ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 706, "objectid": 5934, "Shape__Area": 111.95703125, "Shape__Length": 51.691323059411125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178325527835796, 39.9943085555159 ], [ -75.178505353810394, 39.994333347103598 ], [ -75.178511598355001, 39.994305116863401 ], [ -75.178513546712296, 39.9942962945631 ], [ -75.178333827642106, 39.994270909812798 ], [ -75.178325527835796, 39.9943085555159 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2228 N 16TH ST", "addr_range": "2226-2230 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1063, "objectid": 5935, "Shape__Area": 168.45703125, "Shape__Length": 67.051048643970944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159670619877005, 39.987397094196702 ], [ -75.159664282618195, 39.987396242070801 ], [ -75.159428811131605, 39.987365135858099 ], [ -75.159418274368306, 39.9874073097983 ], [ -75.159655308795905, 39.987437580921302 ], [ -75.159661189790597, 39.987438326341298 ], [ -75.159666403337198, 39.987413730916302 ], [ -75.159670619877005, 39.987397094196702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2568 N NAPA ST", "addr_range": "2566-2568 N NAPA ST; 2567-2569 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 734, "objectid": 5936, "Shape__Area": 116.48828125, "Shape__Length": 52.100522327668138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182768077223002, 39.9958351296548 ], [ -75.182947956693098, 39.995859237793802 ], [ -75.182956484695794, 39.995820450830699 ], [ -75.182776866659907, 39.995796123297303 ], [ -75.182768077223002, 39.9958351296548 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1629 W SUSQUEHANNA AVE", "addr_range": "1629 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1107, "objectid": 5937, "Shape__Area": 175.42578125, "Shape__Length": 68.626906402124106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160486239762093, 39.987123294809301 ], [ -75.160541240532098, 39.987130129231701 ], [ -75.160583776066304, 39.9869395525876 ], [ -75.160527821696107, 39.986933002112004 ], [ -75.160486239762093, 39.987123294809301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "789 N PRESTON ST", "addr_range": "789 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1485, "objectid": 5938, "Shape__Area": 235.23046875, "Shape__Length": 80.740634187654294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203786548494804, 39.967255661324401 ], [ -75.203787245014396, 39.967259415948597 ], [ -75.203950290683494, 39.9672411440757 ], [ -75.204065283174202, 39.967228268655703 ], [ -75.204082492501399, 39.967226345735703 ], [ -75.204074826570903, 39.967177091635001 ], [ -75.203778371190296, 39.967212214537 ], [ -75.203786548494804, 39.967255661324401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "724 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 582, "objectid": 5939, "Shape__Area": 92.23828125, "Shape__Length": 47.762868722116366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203500901721497, 39.965649963720601 ], [ -75.203331338372905, 39.965668993918598 ], [ -75.203338130502601, 39.965702399846101 ], [ -75.203506781088095, 39.965682575415698 ], [ -75.203500901721497, 39.965649963720601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4017 FAIRMOUNT AVE", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 1102, "objectid": 5940, "Shape__Area": 174.64453125, "Shape__Length": 70.598756483769179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203295773498198, 39.965188209719997 ], [ -75.203330769164793, 39.965388563469602 ], [ -75.203383540558207, 39.965382400571798 ], [ -75.203348748764, 39.965182195527397 ], [ -75.203295773498198, 39.965188209719997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3912 WYALUSING AVE", "addr_range": "3912-3918 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 680, "objectid": 5941, "Shape__Area": 107.703125, "Shape__Length": 50.518318691635045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2018163317899, 39.9723291675041 ], [ -75.201768223652095, 39.972334306202697 ], [ -75.201793952575301, 39.972469428201499 ], [ -75.201842485149697, 39.9724641223183 ], [ -75.2018163317899, 39.9723291675041 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "741 N PRESTON ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 907, "objectid": 5942, "Shape__Area": 143.7421875, "Shape__Length": 65.195668145368884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2035617586412, 39.965926073846802 ], [ -75.203597497708003, 39.965922160164702 ], [ -75.2036500972944, 39.9659166861952 ], [ -75.203704224306406, 39.965911229880497 ], [ -75.203755096028502, 39.965906055394903 ], [ -75.203805561553693, 39.965900502461203 ], [ -75.203798516207399, 39.965863786063998 ], [ -75.203555947514602, 39.965891109345797 ], [ -75.2035617586412, 39.965926073846802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3913 WYALUSING AVE", "addr_range": "3911-3913 WYALUSING AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 661, "objectid": 5943, "Shape__Area": 104.70703125, "Shape__Length": 47.450321221765002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201802634123993, 39.972551330405601 ], [ -75.201826593859494, 39.972672743962796 ], [ -75.201879020020201, 39.972667541642103 ], [ -75.201854611219701, 39.972545828002403 ], [ -75.201802634123993, 39.972551330405601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "738 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 636, "objectid": 5944, "Shape__Area": 100.77734375, "Shape__Length": 50.178799397912414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203376944595504, 39.965911542925198 ], [ -75.203383922169195, 39.965945032253202 ], [ -75.203490161358999, 39.965933705718598 ], [ -75.2035617586412, 39.965926073846802 ], [ -75.203555947514602, 39.965891109345797 ], [ -75.203376944595504, 39.965911542925198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "946 N 43RD ST", "addr_range": "946-952 N 43RD ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1124, "objectid": 5945, "Shape__Area": 178.08203125, "Shape__Length": 70.872990066908741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2104640027828, 39.9710494156027 ], [ -75.210471591520303, 39.971090752146203 ], [ -75.210484322021998, 39.971089308470397 ], [ -75.210718579159703, 39.971062786384302 ], [ -75.2107326747022, 39.971061196292197 ], [ -75.210724981100597, 39.971019872765801 ], [ -75.210711031261198, 39.971021449863102 ], [ -75.2104640027828, 39.9710494156027 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "771 PALLAS ST", "addr_range": "765-771 PALLAS ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1063, "objectid": 5946, "Shape__Area": 168.3828125, "Shape__Length": 69.909820628094423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210301271796595, 39.966233242490297 ], [ -75.210304672061099, 39.966262220108099 ], [ -75.210306658432899, 39.966272983300698 ], [ -75.210567145301795, 39.966251055527998 ], [ -75.210566768093798, 39.966241537100103 ], [ -75.210562362737804, 39.966211972319201 ], [ -75.210545699645394, 39.966213328946097 ], [ -75.210301271796595, 39.966233242490297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "767 PALLAS ST", "addr_range": "765-771 PALLAS ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1052, "objectid": 5947, "Shape__Area": 166.578125, "Shape__Length": 70.050539077134658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210290731938898, 39.966156538419 ], [ -75.210295605246003, 39.966195445252801 ], [ -75.210540859893001, 39.966175212146801 ], [ -75.210558028460895, 39.966173802737003 ], [ -75.2105525676551, 39.966134945984997 ], [ -75.210290731938898, 39.966156538419 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "730 WIOTA ST", "addr_range": "4014-4016 ASPEN ST; 4015-4019 FAIRMOUNT AVE; 708-738 WIOTA ST; 725-729, 741 N PRESTON ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 646, "objectid": 5948, "Shape__Area": 102.44140625, "Shape__Length": 49.089930144394074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.203519401008805, 39.965753314044498 ], [ -75.203351099939795, 39.965772775041003 ], [ -75.203357957309393, 39.965809470180098 ], [ -75.203529476349303, 39.965789694059303 ], [ -75.203526307635599, 39.965785948536897 ], [ -75.203519401008805, 39.965753314044498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "622 N 42ND ST", "addr_range": "622-624 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1910, "objectid": 5949, "Shape__Area": 302.48046875, "Shape__Length": 90.189166569330069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207125759405201, 39.963218146414498 ], [ -75.207135301215104, 39.963273326305803 ], [ -75.207464158472803, 39.963247906099603 ], [ -75.207456191294, 39.963190973545203 ], [ -75.207125759405201, 39.963218146414498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "740 BROOKLYN ST", "addr_range": "734-740 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1358, "objectid": 5950, "Shape__Area": 215.1171875, "Shape__Length": 78.268702632120068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208282039167003, 39.965626616778501 ], [ -75.208288243345706, 39.965672453087301 ], [ -75.208569302610599, 39.965651018043999 ], [ -75.208579186198804, 39.965650026916002 ], [ -75.208572951659804, 39.965605560380297 ], [ -75.208282039167003, 39.965626616778501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1109 N 42ND ST", "addr_range": "1109 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1358, "objectid": 5951, "Shape__Area": 215.08203125, "Shape__Length": 80.301492705810503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208400307165206, 39.973184480880001 ], [ -75.208408812033895, 39.973228159755301 ], [ -75.2085884953256, 39.973208475433097 ], [ -75.208647359675993, 39.973202025967701 ], [ -75.208709105266195, 39.9731952528495 ], [ -75.208701015490007, 39.973152212093197 ], [ -75.208400307165206, 39.973184480880001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4204 FAIRMOUNT AVE", "addr_range": "4202-4204 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 841, "objectid": 5952, "Shape__Area": 133.17578125, "Shape__Length": 57.705654389240927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207656187015999, 39.964517051827201 ], [ -75.207604911623207, 39.964521880290597 ], [ -75.207632778814499, 39.9646790362807 ], [ -75.207684514685596, 39.964674797350497 ], [ -75.207656187015999, 39.964517051827201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4235 FAIRMOUNT AVE", "addr_range": "4235-4237 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1237, "objectid": 5953, "Shape__Area": 195.9453125, "Shape__Length": 76.434834957303096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208597905678502, 39.9647654908972 ], [ -75.208543653606, 39.964770383594001 ], [ -75.208573805919798, 39.964989714072203 ], [ -75.208629364056307, 39.9649851890631 ], [ -75.208623768175499, 39.964951101812197 ], [ -75.208597905678502, 39.9647654908972 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "242 COLLOM ST", "addr_range": "242-244 COLLOM ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1471, "objectid": 5954, "Shape__Area": 233.390625, "Shape__Length": 81.615590819845565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162987799844402, 40.033364139584002 ], [ -75.162993463829096, 40.033367362147501 ], [ -75.163027195733093, 40.033334608721603 ], [ -75.163031988853703, 40.0333298971589 ], [ -75.162786638163794, 40.033191221340402 ], [ -75.162748965813407, 40.033228301801898 ], [ -75.162987799844402, 40.033364139584002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "943 BELMONT AVE", "addr_range": "943 BELMONT AVE", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1375, "objectid": 5955, "Shape__Area": 217.80078125, "Shape__Length": 81.505800366057144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211290223178295, 39.970962388113797 ], [ -75.211288919512299, 39.970962521451398 ], [ -75.211273058831694, 39.970964216718698 ], [ -75.211281070500604, 39.971007723158003 ], [ -75.211296826523906, 39.9710060084549 ], [ -75.211298340777802, 39.971005849142202 ], [ -75.211581106984696, 39.970974642024601 ], [ -75.211579168431797, 39.970965943214999 ], [ -75.211585161708499, 39.970941816320902 ], [ -75.211583258063996, 39.970930522497099 ], [ -75.211290223178295, 39.970962388113797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3962 RENO ST", "addr_range": "3951-3959 BROWN ST; 3960-3964 RENO ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 909, "objectid": 5956, "Shape__Area": 143.953125, "Shape__Length": 68.550709144901646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202392816688999, 39.967771051477101 ], [ -75.202412885403803, 39.967893973328302 ], [ -75.202426679542398, 39.967971944395302 ], [ -75.202470838262201, 39.967967025046597 ], [ -75.202459905108299, 39.967902691141703 ], [ -75.202456324655898, 39.967890376904997 ], [ -75.2024370486659, 39.967775353751499 ], [ -75.202434255652193, 39.967766023104403 ], [ -75.202392816688999, 39.967771051477101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "642 N 42ND ST", "addr_range": "642 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1615, "objectid": 5957, "Shape__Area": 255.85546875, "Shape__Length": 83.774954249262251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207246852864301, 39.963875528934601 ], [ -75.2072450229075, 39.963875680293 ], [ -75.207252995706597, 39.963926328489499 ], [ -75.2075601740504, 39.963900316669502 ], [ -75.2075532402677, 39.963849369865002 ], [ -75.207246852864301, 39.963875528934601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3951 BROWN ST", "addr_range": "3951-3959 BROWN ST; 3960-3964 RENO ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 979, "objectid": 5958, "Shape__Area": 155.06640625, "Shape__Length": 63.705719248228881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202221007803203, 39.967573300820199 ], [ -75.202252428737594, 39.967749928685002 ], [ -75.202305387584602, 39.967743253225997 ], [ -75.202274515243502, 39.9675671060821 ], [ -75.202221007803203, 39.967573300820199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3953 BROWN ST", "addr_range": "3951-3959 BROWN ST; 3960-3964 RENO ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1025, "objectid": 5959, "Shape__Area": 162.4140625, "Shape__Length": 71.311273498124734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202274515243502, 39.9675671060821 ], [ -75.202305387584602, 39.967743253225997 ], [ -75.202325792721098, 39.967741611458401 ], [ -75.202330301425803, 39.967769389530901 ], [ -75.202361027638304, 39.967765687467498 ], [ -75.202325739863895, 39.967561457097602 ], [ -75.202274515243502, 39.9675671060821 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "918 N 43RD ST", "addr_range": "916-918, 920-922 N 43RD ST", "zipcode": 19104, "district": "3", "year": "2016", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1220, "objectid": 5960, "Shape__Area": 193.36328125, "Shape__Length": 75.200987241968875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210593840398303, 39.970238329052002 ], [ -75.210583785816794, 39.970239429208497 ], [ -75.210314552486196, 39.9702690619553 ], [ -75.210321357368997, 39.970311188462503 ], [ -75.210591314308402, 39.970281249151299 ], [ -75.210601392338702, 39.970280117076904 ], [ -75.210593840398303, 39.970238329052002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "761 N 44TH ST", "addr_range": "761 N 44TH ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1105, "objectid": 5961, "Shape__Area": 175.1328125, "Shape__Length": 67.487792772821592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2106564663722, 39.966108858481398 ], [ -75.210661751997804, 39.966152998431603 ], [ -75.210906252935303, 39.966133875023601 ], [ -75.210900637268495, 39.9660901963057 ], [ -75.2106564663722, 39.966108858481398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "910 N 43RD ST", "addr_range": "910 N 43RD ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1197, "objectid": 5962, "Shape__Area": 189.5859375, "Shape__Length": 74.942682023768072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210564166484801, 39.9700720915638 ], [ -75.210553767100805, 39.9700728930625 ], [ -75.210283965055794, 39.9701020311009 ], [ -75.210291735243203, 39.970143614047899 ], [ -75.210561090294405, 39.970113500220997 ], [ -75.210571251946604, 39.970112354683302 ], [ -75.210564166484801, 39.9700720915638 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "625 N 37TH ST", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 621, "objectid": 5963, "Shape__Area": 98.4921875, "Shape__Length": 45.109804207052868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195815859713406, 39.9641705014146 ], [ -75.195816476925501, 39.9641741417067 ], [ -75.195964780754807, 39.964157793019901 ], [ -75.195963765000499, 39.964152450865697 ], [ -75.195960277036605, 39.9641338196936 ], [ -75.195957132895501, 39.964117162171597 ], [ -75.195809732369597, 39.964133997677003 ], [ -75.195812400035095, 39.964149935504501 ], [ -75.195815859713406, 39.9641705014146 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3729 HAVERFORD AVE", "addr_range": "3719-3737 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1739, "objectid": 5964, "Shape__Area": 275.4296875, "Shape__Length": 91.450055278073478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196929875956897, 39.963557794002199 ], [ -75.196972253132301, 39.963820971271403 ], [ -75.197037328812499, 39.963814569718501 ], [ -75.196991837227202, 39.9635506942763 ], [ -75.196929875956897, 39.963557794002199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "811 N 38TH ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1549, "objectid": 5965, "Shape__Area": 245.31640625, "Shape__Length": 84.071292893256327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197961485328307, 39.968519342541903 ], [ -75.197970425701399, 39.968566353152397 ], [ -75.198118194765897, 39.968552165518602 ], [ -75.198282068478605, 39.968536514908301 ], [ -75.198274087532297, 39.968487929981698 ], [ -75.197961485328307, 39.968519342541903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3709 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1384, "objectid": 5966, "Shape__Area": 219.16796875, "Shape__Length": 82.468418070760123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197162853478304, 39.968187420567801 ], [ -75.197185757370903, 39.968314389965599 ], [ -75.197197791020898, 39.968373832174699 ], [ -75.197253334210004, 39.968368152667097 ], [ -75.197230967322497, 39.9682508522178 ], [ -75.197228845437095, 39.968235958230402 ], [ -75.197207870670198, 39.968129602634001 ], [ -75.197152313767504, 39.968135652123898 ], [ -75.197162853478304, 39.968187420567801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3721 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1430, "objectid": 5967, "Shape__Area": 226.57421875, "Shape__Length": 83.38433570307032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197502670241406, 39.968096377046599 ], [ -75.197508765245502, 39.968124269927998 ], [ -75.197524279347107, 39.968210389024001 ], [ -75.197534689783296, 39.968265636939897 ], [ -75.197545079047202, 39.9683214799485 ], [ -75.197548105094398, 39.968335717385798 ], [ -75.197607254548203, 39.968329392619701 ], [ -75.197590487171198, 39.968252627835902 ], [ -75.197560015790202, 39.968090093271101 ], [ -75.197502670241406, 39.968096377046599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3720 MANTUA AVE", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1915, "objectid": 5968, "Shape__Area": 303.2734375, "Shape__Length": 110.6734934802239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197832266376693, 39.968325256969699 ], [ -75.197809835984998, 39.968375809059403 ], [ -75.197799145038601, 39.9683993956642 ], [ -75.197699802371702, 39.968620702134601 ], [ -75.197753681160407, 39.968635327371999 ], [ -75.197854154593799, 39.968407357841897 ], [ -75.197884357442305, 39.968340053222398 ], [ -75.197899824461004, 39.968308092571398 ], [ -75.197836209244997, 39.968315093022703 ], [ -75.197832266376693, 39.968325256969699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3718 BROWN ST", "addr_range": "775-787 N 38TH ST; 770-774 N DEKALB ST; 3716-3726 BROWN ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1054, "objectid": 5969, "Shape__Area": 166.984375, "Shape__Length": 67.848303785970572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197597488854996, 39.967781896181002 ], [ -75.197602019158893, 39.967803531903002 ], [ -75.197613271224398, 39.967860346462601 ], [ -75.197623848099198, 39.967911165122999 ], [ -75.197628927138197, 39.967942132155699 ], [ -75.197683572071199, 39.9679363513767 ], [ -75.19765648664, 39.967802471166799 ], [ -75.197655793117093, 39.967797523632598 ], [ -75.197653029848198, 39.967775700166001 ], [ -75.197650865997403, 39.967762482026799 ], [ -75.197650219822606, 39.967755682176303 ], [ -75.197653148504799, 39.967749105106002 ], [ -75.197641493192705, 39.967750426205903 ], [ -75.197593129338102, 39.9677551852864 ], [ -75.197597488854996, 39.967781896181002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3739 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1457, "objectid": 5970, "Shape__Area": 230.8828125, "Shape__Length": 83.151980531138506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198016964823196, 39.968040194329902 ], [ -75.198048943216307, 39.968210645167801 ], [ -75.198060643006002, 39.968278962862598 ], [ -75.198119788901707, 39.968272137697099 ], [ -75.198108845483105, 39.968207093967898 ], [ -75.198074321809401, 39.968033603311 ], [ -75.198016964823196, 39.968040194329902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3627 HAVERFORD AVE", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1471, "objectid": 5971, "Shape__Area": 235.9765625, "Shape__Length": 83.740477331241749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195478211575093, 39.963724124672503 ], [ -75.195524031489597, 39.963961895172801 ], [ -75.195525614332993, 39.963961559198601 ], [ -75.195583605632393, 39.9639564189211 ], [ -75.195538101363098, 39.963716383137502 ], [ -75.1955380546529, 39.963715414416299 ], [ -75.195478211575093, 39.963724124672503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3733 HAVERFORD AVE", "addr_range": "3719-3737 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 2127, "objectid": 5972, "Shape__Area": 339.625, "Shape__Length": 96.94547761324327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197084731775902, 39.963540977013999 ], [ -75.197132763389405, 39.963812550362199 ], [ -75.197133963396197, 39.963812399564297 ], [ -75.197207848616699, 39.963806290335803 ], [ -75.197205731373401, 39.963792928157098 ], [ -75.197198536497396, 39.963752501201803 ], [ -75.197191847070599, 39.963712552213003 ], [ -75.197161041251604, 39.963532230457403 ], [ -75.197084731775902, 39.963540977013999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3623 HAVERFORD AVE", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1438, "objectid": 5973, "Shape__Area": 234.17578125, "Shape__Length": 83.548959619200645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195418441379204, 39.9637298064346 ], [ -75.195361453622496, 39.963736693496301 ], [ -75.195360363763797, 39.963736686349101 ], [ -75.195388331604505, 39.963879290625201 ], [ -75.195407242145507, 39.9639758175664 ], [ -75.195464365031697, 39.963968673996298 ], [ -75.195465970646097, 39.9639683241138 ], [ -75.195420026606399, 39.963729438078801 ], [ -75.195418441379204, 39.9637298064346 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "822 N 38TH ST", "addr_range": "820-822 N 38TH ST; 3801-3803 RENO ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1312, "objectid": 5974, "Shape__Area": 207.5546875, "Shape__Length": 76.883185536520415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198456525059896, 39.968581547878202 ], [ -75.1984572632783, 39.968585868398797 ], [ -75.198741574331706, 39.968555259850497 ], [ -75.198733569926603, 39.968510689323203 ], [ -75.198593843857296, 39.968526022465603 ], [ -75.1984497694108, 39.968541646176703 ], [ -75.198456525059896, 39.968581547878202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3737 HAVERFORD AVE", "addr_range": "3719-3737 HAVERFORD AVE", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1501, "objectid": 5975, "Shape__Area": 237.70703125, "Shape__Length": 70.506639767172061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197254118206999, 39.963522113466901 ], [ -75.197284681340406, 39.963701109818501 ], [ -75.197285755552201, 39.963700972438403 ], [ -75.197366023996295, 39.9636916353667 ], [ -75.197334278501799, 39.963513467790698 ], [ -75.197254118206999, 39.963522113466901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3625 HAVERFORD AVE", "addr_range": "3623-3637 HAVERFORD AVE; 613-625 N 37TH ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1506, "objectid": 5976, "Shape__Area": 238.37109375, "Shape__Length": 83.7116008404289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195420026606399, 39.963729438078801 ], [ -75.195418441379204, 39.9637298064346 ], [ -75.195464365031697, 39.963968673996298 ], [ -75.195465970646097, 39.9639683241138 ], [ -75.195524031489597, 39.963961895172801 ], [ -75.195525614332993, 39.963961559198601 ], [ -75.195478211575093, 39.963724124672503 ], [ -75.195478164222607, 39.963723173056003 ], [ -75.195420026606399, 39.963729438078801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3651 BROWN ST", "addr_range": "3651 BROWN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4361, "objectid": 5977, "Shape__Area": 16102.66796875, "Shape__Length": 641.48790777968975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195509521950598, 39.968594555116603 ], [ -75.197655497289702, 39.969165055036797 ], [ -75.1975510571923, 39.968734161094801 ], [ -75.196790605218894, 39.968532531623097 ], [ -75.196757381996406, 39.968349543998599 ], [ -75.196725309201398, 39.968176205607897 ], [ -75.196678112114199, 39.968181378607902 ], [ -75.196644446912302, 39.968185029076899 ], [ -75.196508853743097, 39.968199729939798 ], [ -75.196281861606195, 39.968224341138303 ], [ -75.195821397116006, 39.968275539819999 ], [ -75.195461243604598, 39.968314802529399 ], [ -75.195509521950598, 39.968594555116603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3702 MANTUA AVE", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1211, "objectid": 5978, "Shape__Area": 191.92578125, "Shape__Length": 58.664735368726831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197190137182304, 39.9684827431076 ], [ -75.197277570262102, 39.968506482731698 ], [ -75.197281984263398, 39.968497183437002 ], [ -75.197303737078499, 39.9684512745688 ], [ -75.197329075929304, 39.968394727106102 ], [ -75.197338947769694, 39.968369508616803 ], [ -75.197235003285499, 39.968380931072502 ], [ -75.197228141282196, 39.968397413685501 ], [ -75.197194232803994, 39.968473534041401 ], [ -75.197190137182304, 39.9684827431076 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3711 BROWN ST", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1451, "objectid": 5979, "Shape__Area": 229.8984375, "Shape__Length": 83.164172182583343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197228845437095, 39.968235958230402 ], [ -75.197230967322497, 39.9682508522178 ], [ -75.197253334210004, 39.968368152667097 ], [ -75.197312480216596, 39.968361360352901 ], [ -75.197298261609205, 39.968288699541503 ], [ -75.197294495662504, 39.968270158648203 ], [ -75.197266091980495, 39.968123417776702 ], [ -75.197207870670198, 39.968129602634001 ], [ -75.197228845437095, 39.968235958230402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "748 N 38TH ST", "addr_range": "744-748 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1213, "objectid": 5980, "Shape__Area": 192.2109375, "Shape__Length": 75.379789904449481 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198174696607893, 39.967001211449201 ], [ -75.1981802165283, 39.967034411942102 ], [ -75.198450652362695, 39.967006043714399 ], [ -75.198461610604497, 39.967004883631603 ], [ -75.198454434197501, 39.966962813758599 ], [ -75.198443474203998, 39.966964020653897 ], [ -75.198173396442499, 39.9669934284764 ], [ -75.198174696607893, 39.967001211449201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3706 MANTUA AVE", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1024, "objectid": 5981, "Shape__Area": 162.21484375, "Shape__Length": 65.243029449751461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197335878773799, 39.968521980683001 ], [ -75.197387106889806, 39.968536339895699 ], [ -75.197420041776198, 39.9684671770219 ], [ -75.197446371274694, 39.968407635905997 ], [ -75.197455159878999, 39.968387279466299 ], [ -75.197467963935694, 39.968355420908999 ], [ -75.197407041357195, 39.968362093591402 ], [ -75.197392359008703, 39.968396569226499 ], [ -75.197339993036493, 39.968512835998098 ], [ -75.197335878773799, 39.968521980683001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3724 MANTUA AVE", "addr_range": "3701-3743 BROWN ST; 3700-3706, 3720-3726 MANTUA AVE; 801-819 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "40", "parcelarea": 1381, "objectid": 5982, "Shape__Area": 218.703125, "Shape__Length": 91.344588876484721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197805734280294, 39.968651170681397 ], [ -75.197858765285204, 39.968664923758901 ], [ -75.197863572560706, 39.968654069044298 ], [ -75.197903602691596, 39.968563883006397 ], [ -75.197909481789495, 39.968550150890202 ], [ -75.197914405015993, 39.968537300321501 ], [ -75.197929900843604, 39.968505197046703 ], [ -75.197942614580001, 39.968475706077797 ], [ -75.197926638705795, 39.9683784232286 ], [ -75.197901195598604, 39.9684377904439 ], [ -75.197810810687002, 39.968639822797698 ], [ -75.197805734280294, 39.968651170681397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "814 N 38TH ST", "addr_range": "814-816 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1221, "objectid": 5983, "Shape__Area": 193.37890625, "Shape__Length": 75.713263159818268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198687204994897, 39.968259738331398 ], [ -75.198404496742995, 39.9682900751177 ], [ -75.1984121066603, 39.968331237406098 ], [ -75.198694788551705, 39.968301575765601 ], [ -75.198687204994897, 39.968259738331398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2352 N 31ST ST", "addr_range": "2342-2352 N 31ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 820, "objectid": 5984, "Shape__Area": 129.8203125, "Shape__Length": 56.781863527971879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182918617484603, 39.992757918996702 ], [ -75.182910754557099, 39.992796816334298 ], [ -75.183111504916099, 39.992822955317898 ], [ -75.183119288973103, 39.992783910241897 ], [ -75.182918617484603, 39.992757918996702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2949 JUDSON ST", "addr_range": "2949-2951 JUDSON ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 640, "objectid": 5985, "Shape__Area": 122.23046875, "Shape__Length": 49.780906615208927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169051407046098, 40.000202070962899 ], [ -75.169212417077006, 40.000223147966999 ], [ -75.169222456684807, 40.000177948171803 ], [ -75.169062086779604, 40.000155998974002 ], [ -75.169051407046098, 40.000202070962899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2854 N RINGGOLD ST", "addr_range": "2852-2854 N RINGGOLD ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 666, "objectid": 5986, "Shape__Area": 101.8125, "Shape__Length": 47.263711172404115 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170796518223497, 39.998877864530797 ], [ -75.170955666430601, 39.998897705277798 ], [ -75.170963817036593, 39.998859699856197 ], [ -75.170804623697293, 39.998838859781898 ], [ -75.170796518223497, 39.998877864530797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3728-32 MOUNT VERNON ST", "addr_range": "3726-3732 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 3421, "objectid": 5987, "Shape__Area": 533.40625, "Shape__Length": 94.707826520022962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197034852409701, 39.963834197099899 ], [ -75.197069048111601, 39.9640302475025 ], [ -75.197106192941504, 39.964026270726798 ], [ -75.197232511481403, 39.9640123964464 ], [ -75.197199388209, 39.9638140003172 ], [ -75.197138334698096, 39.963821491572297 ], [ -75.197034852409701, 39.963834197099899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1216 W OAKDALE ST", "addr_range": "2638 N 12TH ST; 1210-1216 W OAKDALE ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 620, "objectid": 5988, "Shape__Area": 98.23828125, "Shape__Length": 47.760870276049936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151448541553904, 39.993020412657401 ], [ -75.151495502153395, 39.993026601675602 ], [ -75.151520965995303, 39.992900073169203 ], [ -75.151474378672305, 39.992893989018803 ], [ -75.151448541553904, 39.993020412657401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "899 1/2 N 45TH ST", "addr_range": "4450 WESTMINSTER AVE; 900 1/2 N 45TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 583, "objectid": 5989, "Shape__Area": 92.4375, "Shape__Length": 42.264543271276061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212666264957093, 39.969290482240503 ], [ -75.212671742307506, 39.969333449591502 ], [ -75.212766604480194, 39.969323925202403 ], [ -75.212803805489202, 39.969320185112799 ], [ -75.212800453706706, 39.969278119820402 ], [ -75.212666264957093, 39.969290482240503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5123 BROWN ST", "addr_range": "5123-5125 BROWN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1319, "objectid": 5990, "Shape__Area": 210.74609375, "Shape__Length": 72.448026380441632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223094310908195, 39.965623560290503 ], [ -75.223164283050195, 39.965814425416099 ], [ -75.223227837112503, 39.9658027515258 ], [ -75.223157392655196, 39.965609941596803 ], [ -75.223094310908195, 39.965623560290503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2529 N WARNOCK ST", "addr_range": "2529-2531 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 672, "objectid": 5991, "Shape__Area": 110.69921875, "Shape__Length": 50.155387701929975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148956435013901, 39.990896685280902 ], [ -75.149128327900897, 39.990918537778199 ], [ -75.149136629093604, 39.990880199171102 ], [ -75.148965607680594, 39.990857463610702 ], [ -75.148956435013901, 39.990896685280902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2621 N DARIEN ST", "addr_range": "801-813 W HUNTINGDON ST; 2611-2623 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 563, "objectid": 5992, "Shape__Area": 85.84765625, "Shape__Length": 42.645899192088841 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145649842835198, 39.991670017423701 ], [ -75.1457914304479, 39.991687545346203 ], [ -75.145797166537207, 39.9916609800432 ], [ -75.145799156260694, 39.991651707730199 ], [ -75.145658203915303, 39.991632889551397 ], [ -75.145655073449603, 39.991645118358498 ], [ -75.145649842835198, 39.991670017423701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "668 BROOKLYN ST", "addr_range": "666-672 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1240, "objectid": 5993, "Shape__Area": 199.88671875, "Shape__Length": 74.373328877242614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208383005683302, 39.9642230616641 ], [ -75.208108665933807, 39.964243130402402 ], [ -75.208114457730801, 39.964288183629797 ], [ -75.208388535239607, 39.964267336004099 ], [ -75.208383005683302, 39.9642230616641 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1842 N LEITHGOW ST", "addr_range": "1838, 1842-1856 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 923, "objectid": 5994, "Shape__Area": 128.14453125, "Shape__Length": 46.767438951040162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141733102513797, 39.979120225369797 ], [ -75.141804156591803, 39.979128966459797 ], [ -75.141868976901705, 39.979137967687301 ], [ -75.141867539977994, 39.979132260391196 ], [ -75.141851092946297, 39.979069486291401 ], [ -75.141747689094402, 39.979055223756298 ], [ -75.141733102513797, 39.979120225369797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "51-57 E PHIL ELLENA ST", "addr_range": "51-57 E PHIL ELLENA ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 4506, "objectid": 5995, "Shape__Area": 715.47265625, "Shape__Length": 115.06828156342755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184229415344205, 40.0528279849242 ], [ -75.184506520128295, 40.052998046581003 ], [ -75.184606027996693, 40.052898058409603 ], [ -75.184330532908106, 40.052730608014699 ], [ -75.184229415344205, 40.0528279849242 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5142 WESTMINSTER AVE", "addr_range": "5142 WESTMINSTER AVE (WESTMINSTER AND N PAXON)", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 879, "objectid": 5996, "Shape__Area": 248.18359375, "Shape__Length": 81.506577095722847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224148057620695, 39.9681886019589 ], [ -75.224109504356903, 39.967962256824997 ], [ -75.224041490678005, 39.967968289226903 ], [ -75.224083359769807, 39.968196276921198 ], [ -75.224148057620695, 39.9681886019589 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "12 GOOD ST", "addr_range": "12-16 GOOD ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2335, "objectid": 5997, "Shape__Area": 349.12109375, "Shape__Length": 82.543391974846386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184542341917606, 40.049400892305798 ], [ -75.184540544942905, 40.049400046675999 ], [ -75.184363471560204, 40.049292849388699 ], [ -75.184334035787501, 40.049275029603898 ], [ -75.184332165234295, 40.049273897609197 ], [ -75.184267759490794, 40.049336955976003 ], [ -75.184274875602398, 40.049341771312598 ], [ -75.184450310777507, 40.049451024289702 ], [ -75.184461445726001, 40.049445550664103 ], [ -75.184480429581299, 40.049454937835499 ], [ -75.184483138502699, 40.049456253434499 ], [ -75.184484061842497, 40.049456701132002 ], [ -75.184496216808597, 40.049446203741702 ], [ -75.184542189704203, 40.049401042077797 ], [ -75.184542341917606, 40.049400892305798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "16 GOOD ST", "addr_range": "12-16 GOOD ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2445, "objectid": 5998, "Shape__Area": 440.671875, "Shape__Length": 89.192331480914731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184542341917606, 40.049400892305798 ], [ -75.184624148337406, 40.0493205292901 ], [ -75.184413439422897, 40.049193846315802 ], [ -75.184332165234295, 40.049273897609197 ], [ -75.184542341917606, 40.049400892305798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "300 W MONTGOMERY ST", "addr_range": "300 W MONTGOMERY ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 16414, "objectid": 5999, "Shape__Area": 2078.5703125, "Shape__Length": 248.00728843552693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141281122769698, 39.9780609731989 ], [ -75.140863922194399, 39.978003920768103 ], [ -75.140884978561701, 39.9778913995398 ], [ -75.140470514318395, 39.977839064346902 ], [ -75.140429170098898, 39.978044098020902 ], [ -75.141256908743998, 39.978154730088498 ], [ -75.141281122769698, 39.9780609731989 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "757 E HILTON ST", "addr_range": "757 E HILTON ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 708, "objectid": 6000, "Shape__Area": 112.28125, "Shape__Length": 51.045218564805211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115698306329307, 39.997472123549301 ], [ -75.115749222806599, 39.997478966700903 ], [ -75.115775810171499, 39.997343635772097 ], [ -75.115726679022401, 39.997337220142697 ], [ -75.115698306329307, 39.997472123549301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2449 N NEWKIRK ST", "addr_range": "2445-2469 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 737, "objectid": 6001, "Shape__Area": 116.859375, "Shape__Length": 52.540077734059174 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178038640096204, 39.9933327505276 ], [ -75.1780469629621, 39.993333807393597 ], [ -75.1782208357358, 39.993355805409699 ], [ -75.178229739267294, 39.993317156900197 ], [ -75.178055357115298, 39.9932953727347 ], [ -75.1780469289141, 39.993294313508997 ], [ -75.178045790055194, 39.993301154596899 ], [ -75.178038640096204, 39.9933327505276 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "603 E CORNWALL ST", "addr_range": "601-603 E CORNWALL ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 726, "objectid": 6002, "Shape__Area": 115.15625, "Shape__Length": 51.553607986005751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118710750401206, 39.9994434169908 ], [ -75.118740262307398, 39.999310877250302 ], [ -75.118689577311201, 39.999303944359802 ], [ -75.118659951290297, 39.9994366751949 ], [ -75.118659137593895, 39.999440379594098 ], [ -75.118661681477604, 39.9994412758629 ], [ -75.118710115553398, 39.999446255095997 ], [ -75.118710750401206, 39.9994434169908 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "723 E CLEARFIELD ST", "addr_range": "719-727 E CLEARFIELD ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 750, "objectid": 6003, "Shape__Area": 118.90234375, "Shape__Length": 55.404568383820873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116872065511302, 39.995541478307103 ], [ -75.116918313181898, 39.995547118220102 ], [ -75.1169501594987, 39.9953949980953 ], [ -75.116902204190495, 39.995389078446301 ], [ -75.116872065511302, 39.995541478307103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "719 E CLEARFIELD ST", "addr_range": "719-727 E CLEARFIELD ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 843, "objectid": 6004, "Shape__Area": 133.61328125, "Shape__Length": 56.853796607925517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116968262959205, 39.9955545667043 ], [ -75.1170217908589, 39.995561613388901 ], [ -75.117053514973705, 39.995408862420099 ], [ -75.1170018481141, 39.995401921508702 ], [ -75.116968262959205, 39.9955545667043 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2469 N NEWKIRK ST", "addr_range": "2445-2469 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 623, "objectid": 6005, "Shape__Area": 98.88671875, "Shape__Length": 50.71302687828004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178148854681197, 39.993687582067601 ], [ -75.177997378259704, 39.993669100584697 ], [ -75.177974449979402, 39.9936657810767 ], [ -75.177966903753401, 39.993664692954297 ], [ -75.177960039812206, 39.993695972728297 ], [ -75.177959763195403, 39.993697739719998 ], [ -75.177967272778602, 39.993698681958897 ], [ -75.178141066473003, 39.993720534141502 ], [ -75.178148854681197, 39.993687582067601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "727 E CLEARFIELD ST", "addr_range": "719-727 E CLEARFIELD ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 860, "objectid": 6006, "Shape__Area": 136.3515625, "Shape__Length": 56.771010249854548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116798613954202, 39.995375287888997 ], [ -75.116765174019406, 39.995525808135199 ], [ -75.116819812291595, 39.995533976940102 ], [ -75.116852247594593, 39.995382322665598 ], [ -75.116798613954202, 39.995375287888997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3401 CRYSTAL ST", "addr_range": "3401 CRYSTAL ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 734, "objectid": 6007, "Shape__Area": 116.36328125, "Shape__Length": 47.24052385003241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117941866777102, 40.000363172026702 ], [ -75.118080432735894, 40.000380567271698 ], [ -75.118089283724601, 40.0003409212921 ], [ -75.118091011605003, 40.000333158897497 ], [ -75.117952515910005, 40.000315555334303 ], [ -75.117943796362994, 40.000314453479596 ], [ -75.117933187463194, 40.000362150384397 ], [ -75.117941866777102, 40.000363172026702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1723 N 26TH ST", "addr_range": "1723-1725 N 26TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC", "stabilized": "YES", "numparcels": "2", "parcelarea": 761, "objectid": 6008, "Shape__Area": 157.203125, "Shape__Length": 64.590933049146443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176832031151804, 39.981745868199901 ], [ -75.177064652743994, 39.981774941517699 ], [ -75.177071187633004, 39.981746297994199 ], [ -75.177073822809206, 39.981734799794197 ], [ -75.176839849900006, 39.981704825816401 ], [ -75.176832031151804, 39.981745868199901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2467 N NEWKIRK ST", "addr_range": "2445-2469 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 677, "objectid": 6009, "Shape__Area": 107.359375, "Shape__Length": 51.493721495328145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178157012369795, 39.993652575857297 ], [ -75.177982156350097, 39.993630507074897 ], [ -75.177974230765003, 39.9936295068606 ], [ -75.177968137542194, 39.993657016053703 ], [ -75.177966903753401, 39.993664692954297 ], [ -75.177974449979402, 39.9936657810767 ], [ -75.177997378259704, 39.993669100584697 ], [ -75.178148854681197, 39.993687582067601 ], [ -75.178157012369795, 39.993652575857297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2539 W FIRTH ST", "addr_range": "2539 W FIRTH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 802, "objectid": 6010, "Shape__Area": 127.20703125, "Shape__Length": 56.310725697663784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174058419845494, 39.993962616683604 ], [ -75.174108514911495, 39.993969092887603 ], [ -75.1741096474573, 39.993966845048803 ], [ -75.174117858572004, 39.9939282938929 ], [ -75.174124571931003, 39.993890562384401 ], [ -75.174132512767301, 39.993853052138697 ], [ -75.174139699755798, 39.993815526777801 ], [ -75.174090826819906, 39.993809415890603 ], [ -75.174058419845494, 39.993962616683604 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2540 N HOLLYWOOD ST", "addr_range": "2540 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 718, "objectid": 6011, "Shape__Area": 113.8125, "Shape__Length": 51.326449161797484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179696660002705, 39.994931860934201 ], [ -75.179867100947206, 39.994956037439799 ], [ -75.179873129771096, 39.994956767995497 ], [ -75.179882214657496, 39.994918848750501 ], [ -75.179875671891807, 39.9949178309787 ], [ -75.179705955025, 39.9948928183411 ], [ -75.179696660002705, 39.994931860934201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2254 N 17TH ST", "addr_range": "2254-2256 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1020, "objectid": 6012, "Shape__Area": 161.68359375, "Shape__Length": 64.676061947855843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160864966107397, 39.988144847297797 ], [ -75.160855841322999, 39.988186813532799 ], [ -75.161087566923399, 39.988216623081499 ], [ -75.161096691568702, 39.988174656828001 ], [ -75.160864966107397, 39.988144847297797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3211 CECIL B MOORE AVE", "addr_range": "3211 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1830, "objectid": 6013, "Shape__Area": 289.9453125, "Shape__Length": 94.781902245514303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187096479092901, 39.982543545137602 ], [ -75.187086062935805, 39.982588028695098 ], [ -75.187069775899104, 39.982669213484698 ], [ -75.187037716933105, 39.982816316155699 ], [ -75.187100730702696, 39.982825121538902 ], [ -75.187161000492594, 39.982552368843599 ], [ -75.187096479092901, 39.982543545137602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5367 PRISCILLA ST", "addr_range": "5365-5367 PRISCILLA ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 854, "objectid": 6014, "Shape__Area": 135.49609375, "Shape__Length": 49.529963295514989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176452168115205, 40.027038338702702 ], [ -75.176509041333006, 40.027072964092497 ], [ -75.176602259316297, 40.026984121210297 ], [ -75.176594494457007, 40.026979305207497 ], [ -75.176544795174607, 40.026948482502497 ], [ -75.176452168115205, 40.027038338702702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2562 N CORLIES ST", "addr_range": "2562 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 703, "objectid": 6015, "Shape__Area": 111.53125, "Shape__Length": 51.161202508090646 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181184202324104, 39.995571713922303 ], [ -75.181361221800699, 39.995596019162299 ], [ -75.1813694010592, 39.995558175059003 ], [ -75.181192654366995, 39.995533876834799 ], [ -75.181184202324104, 39.995571713922303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2317 N COLORADO ST", "addr_range": "2317-2321 N COLORADO ST; 2318 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 678, "objectid": 6016, "Shape__Area": 107.48828125, "Shape__Length": 50.231792577372758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160936545406202, 39.988949114439698 ], [ -75.160928412390106, 39.988948044379399 ], [ -75.160921147763005, 39.988983586886697 ], [ -75.160920725109804, 39.988985301898097 ], [ -75.160928295899595, 39.988986279085999 ], [ -75.161094389268698, 39.989007966650703 ], [ -75.161102593530401, 39.9889708496287 ], [ -75.160936545406202, 39.988949114439698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2335 N 17TH ST", "addr_range": "2335-2337 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1484, "objectid": 6017, "Shape__Area": 235.265625, "Shape__Length": 87.015965844780567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160084207908099, 39.989321804458001 ], [ -75.160413517652202, 39.989365891725498 ], [ -75.160422852749903, 39.989323336492603 ], [ -75.160094324561101, 39.989278541564403 ], [ -75.160084207908099, 39.989321804458001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2456 N NATRONA ST", "addr_range": "2454-2456 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 690, "objectid": 6018, "Shape__Area": 109.5, "Shape__Length": 49.549579495929649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184742636113796, 39.994355992150602 ], [ -75.184910783555097, 39.994378738570603 ], [ -75.184919026562795, 39.994340266780497 ], [ -75.184751053698506, 39.994316219610702 ], [ -75.184742636113796, 39.994355992150602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1511 W SELTZER ST", "addr_range": "1509-1511 W SELTZER ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 684, "objectid": 6019, "Shape__Area": 108.40625, "Shape__Length": 49.954830354360574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156417269818206, 39.995426164455601 ], [ -75.156492517873104, 39.995547280993698 ], [ -75.156536728934498, 39.995530032481199 ], [ -75.156463479544001, 39.995409831514699 ], [ -75.156417269818206, 39.995426164455601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4971 SHELDON ST", "addr_range": "4961-4975 SHELDON ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2425, "objectid": 6020, "Shape__Area": 384.8515625, "Shape__Length": 126.26037340043797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159481149080307, 40.033373065633697 ], [ -75.159508189478501, 40.033388746816598 ], [ -75.159817580825305, 40.033082339962 ], [ -75.159769015549898, 40.033053727681697 ], [ -75.159459592300095, 40.0333598931174 ], [ -75.159481149080307, 40.033373065633697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5232 WAKEFIELD ST", "addr_range": "5230-5232 WAKEFIELD ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 857, "objectid": 6021, "Shape__Area": 136.0546875, "Shape__Length": 46.687479246448291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165494079820505, 40.033280742678798 ], [ -75.165426351031698, 40.0333461314247 ], [ -75.165504939170006, 40.033393711935503 ], [ -75.165573598918002, 40.0333297307523 ], [ -75.165494079820505, 40.033280742678798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4607 GERMANTOWN AVE", "addr_range": "4605-4611 GERMANTOWN AVE", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1339, "objectid": 6022, "Shape__Area": 212.453125, "Shape__Length": 70.820796178735478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159510683592302, 40.024703694832503 ], [ -75.159506978536399, 40.024756307150398 ], [ -75.159760120848901, 40.024742576932297 ], [ -75.159757662630497, 40.0247174399166 ], [ -75.159754726229195, 40.0246899692971 ], [ -75.159631350721398, 40.0246966164244 ], [ -75.159510683592302, 40.024703694832503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2421 N PATTON ST", "addr_range": "2421 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 694, "objectid": 6023, "Shape__Area": 110.12890625, "Shape__Length": 50.829319143682497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183472836594305, 39.993483367872997 ], [ -75.183648266950598, 39.993507440443402 ], [ -75.183651685973501, 39.993490155333497 ], [ -75.183655496499497, 39.993470849002399 ], [ -75.183480156858295, 39.993444409715103 ], [ -75.183472836594305, 39.993483367872997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2414 N CARLISLE ST", "addr_range": "2412-2414 N CARLISLE ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 940, "objectid": 6024, "Shape__Area": 149.02734375, "Shape__Length": 62.872245325594221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156431583429196, 39.989864310439899 ], [ -75.156658999539005, 39.989893644023297 ], [ -75.156667436367798, 39.989854889961897 ], [ -75.156551882419393, 39.989838915145 ], [ -75.156439640301897, 39.989825110813001 ], [ -75.156431583429196, 39.989864310439899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2365 N BOUVIER ST", "addr_range": "2365-2369 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 666, "objectid": 6025, "Shape__Area": 105.6484375, "Shape__Length": 49.808004600126722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161374318258794, 39.989924635686698 ], [ -75.161209630970006, 39.989901770229103 ], [ -75.161202250907493, 39.989900734292902 ], [ -75.161193740369896, 39.989937618258999 ], [ -75.1612014123791, 39.989938677899701 ], [ -75.161366109020094, 39.989961300303698 ], [ -75.161374318258794, 39.989924635686698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2272 N GRATZ ST", "addr_range": "2270-2272 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 742, "objectid": 6026, "Shape__Area": 117.59765625, "Shape__Length": 49.031640629536398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163352091029296, 39.988779912925402 ], [ -75.163501131748106, 39.988798649306098 ], [ -75.163510978250699, 39.988753623994199 ], [ -75.163350833684902, 39.988734749109298 ], [ -75.163342371174394, 39.988778679330601 ], [ -75.163352091029296, 39.988779912925402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2403 N 17TH ST", "addr_range": "2403 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1059, "objectid": 6027, "Shape__Area": 167.82421875, "Shape__Length": 64.201499036613271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160001929077495, 39.990115624832299 ], [ -75.160227470752503, 39.990146893034897 ], [ -75.160237204566997, 39.990102089763099 ], [ -75.160011402071305, 39.990071122036497 ], [ -75.160001929077495, 39.990115624832299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4973 SHELDON ST", "addr_range": "4961-4975 SHELDON ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2578, "objectid": 6028, "Shape__Area": 409.046875, "Shape__Length": 127.11325050729397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159508189478501, 40.033388746816598 ], [ -75.159559439086806, 40.033419047882298 ], [ -75.159869452721196, 40.033113347806598 ], [ -75.159817580825305, 40.033082339962 ], [ -75.159508189478501, 40.033388746816598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4995 SHELDON ST", "addr_range": "4993-4995 SHELDON ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1711, "objectid": 6029, "Shape__Area": 271.46875, "Shape__Length": 94.220967834046405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160139504212395, 40.033624487255203 ], [ -75.160185221755896, 40.033654082131001 ], [ -75.160410559751895, 40.033435097774799 ], [ -75.160362347524, 40.033406558590499 ], [ -75.160139504212395, 40.033624487255203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5230 WAKEFIELD ST", "addr_range": "5230-5232 WAKEFIELD ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1271, "objectid": 6030, "Shape__Area": 201.72265625, "Shape__Length": 81.417324963971851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165385016165501, 40.033321375737998 ], [ -75.165426351031698, 40.0333461314247 ], [ -75.165494079820505, 40.033280742678798 ], [ -75.165540307370094, 40.033239226259496 ], [ -75.165578463329496, 40.033201994517803 ], [ -75.165623727668603, 40.033159359859503 ], [ -75.165582705645306, 40.033135223971499 ], [ -75.165385016165501, 40.033321375737998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1422 W CUMBERLAND ST", "addr_range": "1422-1424 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 602, "objectid": 6031, "Shape__Area": 95.546875, "Shape__Length": 47.720882079751995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156285209543597, 39.990793521065498 ], [ -75.156257076720905, 39.990921022673099 ], [ -75.156302691059295, 39.990926792789701 ], [ -75.156329770761602, 39.990799412439401 ], [ -75.156285209543597, 39.990793521065498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2441 N NATRONA ST", "addr_range": "2441 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 716, "objectid": 6032, "Shape__Area": 113.6171875, "Shape__Length": 51.457921572701551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184522289666404, 39.994012955794403 ], [ -75.184699342073898, 39.994035160942197 ], [ -75.184708466313396, 39.9939972413557 ], [ -75.184529923102204, 39.993974003680997 ], [ -75.184522289666404, 39.994012955794403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4648 STENTON AVE", "addr_range": "4648-4654 STENTON AVE", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 868, "objectid": 6033, "Shape__Area": 137.828125, "Shape__Length": 60.037590464498614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159427121034298, 40.0258399519657 ], [ -75.159486751472897, 40.025842747745699 ], [ -75.1596457829896, 40.025850187773202 ], [ -75.159648701790303, 40.025811081962097 ], [ -75.159449528363695, 40.025802220136299 ], [ -75.159430458259195, 40.025801370977099 ], [ -75.159427121034298, 40.0258399519657 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1122 W TIOGA ST", "addr_range": "1122 W TIOGA ST", "zipcode": 19140, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1233, "objectid": 6034, "Shape__Area": 195.49609375, "Shape__Length": 77.765794742895139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147266915286295, 40.005498334831003 ], [ -75.147320206062503, 40.005505298691702 ], [ -75.147370902924195, 40.005281896718301 ], [ -75.147353215361406, 40.005279610802397 ], [ -75.147319091502894, 40.005275193472201 ], [ -75.147266915286295, 40.005498334831003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1707 N 21ST ST", "addr_range": "1707 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1277, "objectid": 6035, "Shape__Area": 202.296875, "Shape__Length": 76.196466225548988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1688276972518, 39.980568160944102 ], [ -75.169108595588995, 39.9806048479834 ], [ -75.169118283213393, 39.980561654982999 ], [ -75.168837412826207, 39.9805248226278 ], [ -75.1688276972518, 39.980568160944102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3155 N BAMBREY ST", "addr_range": "3155 N BAMBREY ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 648, "objectid": 6036, "Shape__Area": 102.828125, "Shape__Length": 47.798694551573178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171582296393197, 40.003560583781699 ], [ -75.171743682854895, 40.003581940300798 ], [ -75.171752026905907, 40.003543811227701 ], [ -75.171589978904706, 40.0035222299243 ], [ -75.171582296393197, 40.003560583781699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3524 N 21ST ST", "addr_range": "3524 N 21ST ST", "zipcode": 19140, "district": "8", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1647, "objectid": 6037, "Shape__Area": 261.17578125, "Shape__Length": 96.052422881279483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163254401046999, 40.008271699542099 ], [ -75.163624857248493, 40.008317234104197 ], [ -75.163633171980393, 40.0082750583937 ], [ -75.163262744232895, 40.008228782958902 ], [ -75.163254401046999, 40.008271699542099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2048 E AUBURN ST", "addr_range": "2048-2056 E AUBURN ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1198, "objectid": 6038, "Shape__Area": 189.87109375, "Shape__Length": 71.921272056655127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118500330508695, 39.988610270610799 ], [ -75.118507758029097, 39.988618709649998 ], [ -75.118615635043298, 39.988562119575803 ], [ -75.118707057618295, 39.988517015125602 ], [ -75.118727493397699, 39.9885061036303 ], [ -75.118695160552207, 39.9884686895901 ], [ -75.118475178558398, 39.988581676433498 ], [ -75.118500330508695, 39.988610270610799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "815 W ERIE AVE", "addr_range": "815 W ERIE AVE", "zipcode": 19140, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1412, "objectid": 6039, "Shape__Area": 224.0, "Shape__Length": 86.587875895462687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142360237993003, 40.008258935670902 ], [ -75.142304667266401, 40.008511578603397 ], [ -75.142358706473601, 40.008519302362402 ], [ -75.142412468366203, 40.0082657317203 ], [ -75.142360237993003, 40.008258935670902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3135 N TAYLOR ST", "addr_range": "3135 N TAYLOR ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1358, "objectid": 6040, "Shape__Area": 215.33203125, "Shape__Length": 83.69994474517749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169673528374105, 40.002973976398899 ], [ -75.169991332728998, 40.003014921532703 ], [ -75.169999866006904, 40.002974056836997 ], [ -75.169682621732903, 40.002933269374402 ], [ -75.169673528374105, 40.002973976398899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 W THOMPSON ST", "addr_range": "2431-2435 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1440, "objectid": 6041, "Shape__Area": 228.1171875, "Shape__Length": 85.087374225040151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176338566149099, 39.9757674566387 ], [ -75.176393845807496, 39.975774418738801 ], [ -75.176445378632707, 39.975528088039901 ], [ -75.176389123089706, 39.975520861701703 ], [ -75.176338566149099, 39.9757674566387 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3152 N MARSTON ST", "addr_range": "3152-3154 N MARSTON ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 647, "objectid": 6042, "Shape__Area": 102.6640625, "Shape__Length": 46.579431115940103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1746839989937, 40.003932854315401 ], [ -75.174674151516996, 40.003931649505503 ], [ -75.174529705089995, 40.003914030743999 ], [ -75.174521716889998, 40.003953876285998 ], [ -75.174665868618504, 40.003972069597403 ], [ -75.174675757048405, 40.0039733068621 ], [ -75.1746839989937, 40.003932854315401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2344 N VAN PELT ST", "addr_range": "2344 N VAN PELT ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 676, "objectid": 6043, "Shape__Area": 107.21484375, "Shape__Length": 50.927083061023879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167705691291204, 39.990384809314598 ], [ -75.167877543334498, 39.990407277842003 ], [ -75.167884237330099, 39.9904081537493 ], [ -75.167884012098199, 39.990406375486302 ], [ -75.167891419075602, 39.990371433193502 ], [ -75.167885307231799, 39.990370650573098 ], [ -75.167713404189399, 39.990348971097497 ], [ -75.167705691291204, 39.990384809314598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1652 N 30TH ST", "addr_range": "1652 N 30TH ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 873, "objectid": 6044, "Shape__Area": 138.453125, "Shape__Length": 57.67324669181076 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183663595420001, 39.981812951498803 ], [ -75.183743976705898, 39.981822889552298 ], [ -75.1837395048167, 39.981850820873099 ], [ -75.183768300188703, 39.981855736449603 ], [ -75.183860336747898, 39.981794588580001 ], [ -75.183671365792506, 39.981769763257098 ], [ -75.183663595420001, 39.981812951498803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2647 W LEHIGH AVE", "addr_range": "2647 W LEHIGH AVE", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1148, "objectid": 6045, "Shape__Area": 181.96484375, "Shape__Length": 69.23831420251517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175261800118093, 39.9969245099566 ], [ -75.175319073552004, 39.996932452156102 ], [ -75.175341657489795, 39.996821603543097 ], [ -75.175358943607904, 39.996741070479999 ], [ -75.175301167363699, 39.996733663933199 ], [ -75.175261800118093, 39.9969245099566 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1521 W OXFORD ST", "addr_range": "1601-1605 N 16TH ST; 1509-1513, 1517-1523 OXFORD ST; 1600-1608 N SYDENHAM ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1514, "objectid": 6046, "Shape__Area": 239.87109375, "Shape__Length": 73.304785049091407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161146209770905, 39.977933554118501 ], [ -75.161222933113706, 39.977943617516097 ], [ -75.161261572500706, 39.977752277084399 ], [ -75.161187223745998, 39.977742571819697 ], [ -75.161146209770905, 39.977933554118501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3954 N DARIEN ST", "addr_range": "3954 N DARIEN ST", "zipcode": 19140, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 736, "objectid": 6047, "Shape__Area": 116.70703125, "Shape__Length": 49.082062484725938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141376680368495, 40.012482294876001 ], [ -75.141536844649394, 40.0125030531104 ], [ -75.141546453309303, 40.012459198842699 ], [ -75.141386137214397, 40.012438582234502 ], [ -75.141376680368495, 40.012482294876001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2803-09 N FAIRHILL ST", "addr_range": "2803-09 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4725, "objectid": 6048, "Shape__Area": 748.8515625, "Shape__Length": 109.36567351618122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1408081586587, 39.993973780163103 ], [ -75.140797461431006, 39.994019800892701 ], [ -75.140787682763502, 39.994066488534799 ], [ -75.140787632602297, 39.994066696431702 ], [ -75.140786589565195, 39.994070396647203 ], [ -75.140777835894099, 39.994112206927902 ], [ -75.141022070558407, 39.994144758501001 ], [ -75.141032761537105, 39.994098866457698 ], [ -75.141042600679597, 39.994052277483497 ], [ -75.141052375516793, 39.994006752055398 ], [ -75.141063059011401, 39.993961084194503 ], [ -75.140818829311598, 39.993928420179003 ], [ -75.1408081586587, 39.993973780163103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3104 N 8TH ST", "addr_range": "3100-3104 N 8TH ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 815, "objectid": 6049, "Shape__Area": 129.2890625, "Shape__Length": 56.41715037117865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143844632446999, 39.998951025731699 ], [ -75.143835306999307, 39.998990276041702 ], [ -75.144034081296596, 39.999017291672601 ], [ -75.144042864269807, 39.998978497565197 ], [ -75.143844632446999, 39.998951025731699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3013 N 5TH ST", "addr_range": "3013-3017 N 5TH ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1567, "objectid": 6050, "Shape__Area": 248.4921875, "Shape__Length": 91.732299204874266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138656565405796, 39.997003604563098 ], [ -75.139006724057097, 39.997051208460597 ], [ -75.139016303489299, 39.9970081610428 ], [ -75.138665918395603, 39.996961485477797 ], [ -75.138656565405796, 39.997003604563098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1549 S BAMBREY ST", "addr_range": "1549 S BAMBREY ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 569, "objectid": 6051, "Shape__Area": 90.08203125, "Shape__Length": 44.295893068016298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187384991005899, 39.9330857603697 ], [ -75.187376474248893, 39.9331222591791 ], [ -75.187525599742997, 39.933141242777403 ], [ -75.187533212275994, 39.933104821964697 ], [ -75.187384991005899, 39.9330857603697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1322 W AUBURN ST", "addr_range": "1322-1324 W AUBURN ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 547, "objectid": 6052, "Shape__Area": 86.7734375, "Shape__Length": 40.439713621705394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152578631453594, 39.996049416159103 ], [ -75.152633436772405, 39.996057152620303 ], [ -75.152635965609605, 39.996043106196097 ], [ -75.152640147813599, 39.996026354482296 ], [ -75.152642347859597, 39.996011041895201 ], [ -75.152644215225195, 39.996004395887198 ], [ -75.152647330572407, 39.9959903293962 ], [ -75.152649416703795, 39.995977994801201 ], [ -75.152652663309794, 39.9959610786551 ], [ -75.152598406287197, 39.995954353837803 ], [ -75.152578631453594, 39.996049416159103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2527 N GRATZ ST", "addr_range": "2527 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 733, "objectid": 6053, "Shape__Area": 116.27734375, "Shape__Length": 50.826717780715846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1622667510632, 39.992429402855599 ], [ -75.162438652707607, 39.992452879791301 ], [ -75.162447056107595, 39.992412188339003 ], [ -75.162275342383694, 39.992388731868601 ], [ -75.1622667510632, 39.992429402855599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1005 W ORLEANS ST", "addr_range": "1005-1011 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 596, "objectid": 6054, "Shape__Area": 94.5703125, "Shape__Length": 46.238259942979198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147147241621099, 39.9970907290827 ], [ -75.147194649756301, 39.9970967686695 ], [ -75.147221539373504, 39.996977059731996 ], [ -75.147175277142196, 39.996969031456203 ], [ -75.147147241621099, 39.9970907290827 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2848 N PARK AVE", "addr_range": "2848-2850 N PARK AVE", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 835, "objectid": 6055, "Shape__Area": 132.390625, "Shape__Length": 59.066275419160675 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152821650914902, 39.996466392102498 ], [ -75.152829784083707, 39.996467478941099 ], [ -75.152841634895907, 39.996468859829903 ], [ -75.152851863477593, 39.996470508558303 ], [ -75.152861014359601, 39.996470715600097 ], [ -75.152866451753297, 39.996472112663 ], [ -75.152873953792493, 39.9964727013719 ], [ -75.152887411575605, 39.996475407971602 ], [ -75.152901681758493, 39.996476568781901 ], [ -75.152942607537298, 39.9964816700383 ], [ -75.152951217962297, 39.996482316255602 ], [ -75.152974705806798, 39.996485797589102 ], [ -75.152990959592799, 39.996487196984802 ], [ -75.153000099210203, 39.996489322029198 ], [ -75.153017490157893, 39.996491649969002 ], [ -75.153027805266007, 39.996492108591497 ], [ -75.153034517639696, 39.996493066862598 ], [ -75.153036892663195, 39.996486317904598 ], [ -75.153038793376396, 39.9964766244996 ], [ -75.153040317811403, 39.996466906363302 ], [ -75.1530428321702, 39.9964570655589 ], [ -75.153035613841098, 39.9964556444313 ], [ -75.153030370572495, 39.996454623889001 ], [ -75.153014649779905, 39.9964530113024 ], [ -75.1529890225694, 39.996449045482599 ], [ -75.152969120554204, 39.996447160792201 ], [ -75.152935407862003, 39.996441933511797 ], [ -75.152891463448697, 39.996437375747099 ], [ -75.152879484066602, 39.996434945871798 ], [ -75.152830152849603, 39.996428250627602 ], [ -75.152821650914902, 39.996466392102498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3402 N 19TH ST", "addr_range": "3402-3404 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 5351, "objectid": 6056, "Shape__Area": 848.45703125, "Shape__Length": 140.17601469679289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160197596324096, 40.006003684852097 ], [ -75.1605394560587, 40.006047859291201 ], [ -75.160551308015997, 40.006049288023299 ], [ -75.160569684373399, 40.006051684737201 ], [ -75.160581948697399, 40.006053299366101 ], [ -75.1607017087739, 40.006069653563998 ], [ -75.160697292920801, 40.006054626839003 ], [ -75.160694875430295, 40.006047109200502 ], [ -75.1606944638756, 40.006045826782902 ], [ -75.160692476574397, 40.006039655954197 ], [ -75.1606921010831, 40.006038503195299 ], [ -75.160667432950504, 40.005962005604097 ], [ -75.160665821663002, 40.005957004665198 ], [ -75.160649232920406, 40.005954986165499 ], [ -75.160637798801801, 40.005953600204798 ], [ -75.160575047993802, 40.005941836715003 ], [ -75.160573023118602, 40.005941597325702 ], [ -75.160562353377998, 40.005939953788101 ], [ -75.1605612888618, 40.005939817150903 ], [ -75.160219559143798, 40.005895565507103 ], [ -75.160197596324096, 40.006003684852097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2856 N DARIEN ST", "addr_range": "2848-2858 N DARIEN ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 549, "objectid": 6057, "Shape__Area": 87.140625, "Shape__Length": 43.02004434221881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145044871912603, 39.995480920735098 ], [ -75.145036747998901, 39.995517280882403 ], [ -75.145178876105305, 39.995536255169597 ], [ -75.145187798938693, 39.995499252695197 ], [ -75.145044871912603, 39.995480920735098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2627 N 6TH ST", "addr_range": "2625-2627 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1257, "objectid": 6058, "Shape__Area": 199.32421875, "Shape__Length": 71.306245191338093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142012681433101, 39.991454185717402 ], [ -75.142266051478899, 39.991491456540402 ], [ -75.142276768270094, 39.991443791781002 ], [ -75.142023311696406, 39.991407680428999 ], [ -75.142012681433101, 39.991454185717402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "913 W DAUPHIN ST", "addr_range": "913 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1001, "objectid": 6059, "Shape__Area": 158.6171875, "Shape__Length": 61.079623574680511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147806810737904, 39.986909962950897 ], [ -75.147777710224105, 39.987048159419899 ], [ -75.147773367003197, 39.987072886762398 ], [ -75.147831280285999, 39.987080228531298 ], [ -75.147865516563101, 39.986917435302203 ], [ -75.147855924306199, 39.986916186157302 ], [ -75.147806810737904, 39.986909962950897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3814 BROWN ST", "addr_range": "3810-3820 BROWN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "6", "parcelarea": 1266, "objectid": 6060, "Shape__Area": 200.4765625, "Shape__Length": 76.182083725946939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198680414727804, 39.967597118352003 ], [ -75.198681370623106, 39.967602346519001 ], [ -75.198719985684505, 39.967813662960097 ], [ -75.198777060024, 39.9678078870283 ], [ -75.198736451590804, 39.967596138855399 ], [ -75.198735506486599, 39.967591153299303 ], [ -75.198720336000903, 39.967592347693802 ], [ -75.198680414727804, 39.967597118352003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1825 N VAN PELT ST", "addr_range": "1825-1829 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1394, "objectid": 6061, "Shape__Area": 220.9765625, "Shape__Length": 80.145881525305299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169220596882695, 39.982418507873803 ], [ -75.169231031690103, 39.982419645340798 ], [ -75.169516514791994, 39.982458868841398 ], [ -75.169526569948701, 39.982414233440203 ], [ -75.169359982286196, 39.982391062682801 ], [ -75.169242464759293, 39.9823751860092 ], [ -75.169230391067401, 39.982373625153897 ], [ -75.169220596882695, 39.982418507873803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3619 MELON ST", "addr_range": "3617-3625 MELON ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 746, "objectid": 6062, "Shape__Area": 118.21484375, "Shape__Length": 57.730465290745336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195707417625201, 39.9654299670161 ], [ -75.1957412552606, 39.965592545612701 ], [ -75.195784120786001, 39.965587986603197 ], [ -75.195752456839898, 39.9654249896899 ], [ -75.195707417625201, 39.9654299670161 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5709 ASHLAND AVE", "addr_range": "5709 ASHLAND AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 3478, "objectid": 6063, "Shape__Area": 550.4140625, "Shape__Length": 107.55396914337064 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236501880226101, 39.943776480928904 ], [ -75.236743635291901, 39.943980402697498 ], [ -75.236834244194597, 39.943916619864297 ], [ -75.236757132720996, 39.943850453286601 ], [ -75.236685044882805, 39.943790537012099 ], [ -75.236651979042904, 39.943761604122699 ], [ -75.236626613564994, 39.943741332735897 ], [ -75.236593623419395, 39.943712063614001 ], [ -75.236552471499806, 39.9437409821034 ], [ -75.236501880226101, 39.943776480928904 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1938 N 22ND ST", "addr_range": "1936-1940 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1723, "objectid": 6064, "Shape__Area": 273.09765625, "Shape__Length": 97.643810196781402 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170114151958799, 39.984446609220001 ], [ -75.170219187112593, 39.984461350176097 ], [ -75.170267678563206, 39.984468469739902 ], [ -75.170364974931104, 39.984481086818299 ], [ -75.170488502971494, 39.984497757787203 ], [ -75.170496662626107, 39.984467185078103 ], [ -75.170460894840502, 39.984461576966403 ], [ -75.170462690587897, 39.984448528301499 ], [ -75.1701255441737, 39.984401584855597 ], [ -75.170114151958799, 39.984446609220001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3818 BROWN ST", "addr_range": "3810-3820 BROWN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "6", "parcelarea": 1294, "objectid": 6065, "Shape__Area": 204.96484375, "Shape__Length": 76.463933297349257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198819630478994, 39.967581384565698 ], [ -75.1987918079883, 39.967584748397499 ], [ -75.198792707371993, 39.967589797808799 ], [ -75.198830981488499, 39.967801284122501 ], [ -75.198888852703803, 39.967794930288498 ], [ -75.198849492723198, 39.967583386517802 ], [ -75.198848498278707, 39.967578061988696 ], [ -75.198819630478994, 39.967581384565698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "46 N 52ND ST", "addr_range": "46 N 52ND ST", "zipcode": 19139, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1188, "objectid": 6066, "Shape__Area": 188.23828125, "Shape__Length": 72.356562473035012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224736205602895, 39.9613688356702 ], [ -75.2250012927353, 39.961403362272399 ], [ -75.225009754887296, 39.961360541159003 ], [ -75.224745673474999, 39.961325988955899 ], [ -75.224743408577893, 39.961336206881597 ], [ -75.224736205602895, 39.9613688356702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2014 N 22ND ST", "addr_range": "2005-2015 N CROSKEY ST; 2012-2014 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2774, "objectid": 6067, "Shape__Area": 439.625, "Shape__Length": 101.76869452575345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169876112619605, 39.9855748524704 ], [ -75.1702289434769, 39.985621712977697 ], [ -75.170245493232301, 39.985546805276996 ], [ -75.169892804765695, 39.985500060639701 ], [ -75.169876112619605, 39.9855748524704 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2716 N NEWKIRK ST", "addr_range": "2716-2718 N NEWKIRK ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 825, "objectid": 6068, "Shape__Area": 130.8203125, "Shape__Length": 54.970527375823053 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177455656050498, 39.997365084485601 ], [ -75.177446801406802, 39.997406282106603 ], [ -75.177635796470398, 39.997431569586603 ], [ -75.177644889786706, 39.997389604234499 ], [ -75.177455656050498, 39.997365084485601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2638 W SELTZER ST", "addr_range": "2638-2640 W SELTZER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 638, "objectid": 6069, "Shape__Area": 101.19140625, "Shape__Length": 47.826846118950293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174748329721893, 39.997719077620602 ], [ -75.174796343979196, 39.9977252319702 ], [ -75.1748225627138, 39.997599812722299 ], [ -75.174773965835499, 39.997593547100898 ], [ -75.174765534968401, 39.997635141494001 ], [ -75.174755912105198, 39.9976777390021 ], [ -75.174748329721893, 39.997719077620602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2038 N 29TH ST", "addr_range": "2036-2040 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 904, "objectid": 6070, "Shape__Area": 143.25, "Shape__Length": 59.482664645433232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180793629291202, 39.987495154339797 ], [ -75.181003127707001, 39.987522829405002 ], [ -75.181011984681106, 39.987482036178797 ], [ -75.180802067726404, 39.987453785923499 ], [ -75.180793629291202, 39.987495154339797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4415 N CLEVELAND ST", "addr_range": "4415 N CLEVELAND ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 701, "objectid": 6071, "Shape__Area": 111.18359375, "Shape__Length": 50.896785547191854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155494458049105, 40.0212415586237 ], [ -75.155670102443295, 40.021264419535299 ], [ -75.155678802416602, 40.021226041755497 ], [ -75.155502750905896, 40.0212039618484 ], [ -75.155494458049105, 40.0212415586237 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2223-25 CECIL B MOORE AVE", "addr_range": "2223-25 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 3751, "objectid": 6072, "Shape__Area": 594.359375, "Shape__Length": 100.98524637982173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171716534688301, 39.980780884573903 ], [ -75.171881274183804, 39.9808030427765 ], [ -75.171928960587906, 39.980587302280803 ], [ -75.171763000420299, 39.980564794148798 ], [ -75.171762160169607, 39.980568725314697 ], [ -75.171716534688301, 39.980780884573903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1813 N CROSKEY ST", "addr_range": "1813-1815 N CROSKEY ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1112, "objectid": 6073, "Shape__Area": 176.30859375, "Shape__Length": 70.172960920734567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170954172093801, 39.982315817340599 ], [ -75.171210077933907, 39.982353098813 ], [ -75.171219340308198, 39.9823116684003 ], [ -75.170963170681901, 39.982274736917702 ], [ -75.170954172093801, 39.982315817340599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1848 N VAN PELT ST", "addr_range": "1844-1848 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1255, "objectid": 6074, "Shape__Area": 198.85546875, "Shape__Length": 72.673813694849571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169576974245203, 39.983015748428997 ], [ -75.169748282729898, 39.9830382663175 ], [ -75.169839963709805, 39.983049757515701 ], [ -75.169849420479494, 39.983004899601902 ], [ -75.169600045329602, 39.982971615607802 ], [ -75.169587266680907, 39.9829698938793 ], [ -75.169576974245203, 39.983015748428997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1926 N 19TH ST", "addr_range": "1924-1926 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1619, "objectid": 6075, "Shape__Area": 256.515625, "Shape__Length": 104.93074143994744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165136392208296, 39.983416889113101 ], [ -75.1654889659888, 39.983462937001399 ], [ -75.165490389505806, 39.983456924147298 ], [ -75.165496742147099, 39.983427631940003 ], [ -75.165499048668494, 39.983415497651002 ], [ -75.165507329189595, 39.983375710584198 ], [ -75.165497861692799, 39.983374574741703 ], [ -75.165487279328403, 39.983418616824103 ], [ -75.165146101205906, 39.983374873593299 ], [ -75.165136392208296, 39.983416889113101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1510 W HILTON ST", "addr_range": "1510 W HILTON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 3167, "objectid": 6076, "Shape__Area": 502.04296875, "Shape__Length": 102.75568578883333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154852297409306, 40.002564237061101 ], [ -75.154836888423503, 40.0026301090288 ], [ -75.154826925114605, 40.0026780170694 ], [ -75.154942042517803, 40.002692274031602 ], [ -75.155001887587304, 40.002433387664702 ], [ -75.154884824922206, 40.002417926267903 ], [ -75.154852297409306, 40.002564237061101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3905 WALLACE ST", "addr_range": "3903-3907 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1541, "objectid": 6077, "Shape__Area": 244.1328125, "Shape__Length": 91.274600197970074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200516088805401, 39.964335776784601 ], [ -75.200461934391001, 39.964341957175101 ], [ -75.200511346033593, 39.964610641100201 ], [ -75.200566215529804, 39.9646049126574 ], [ -75.200517140149699, 39.964335655985103 ], [ -75.200516088805401, 39.964335776784601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2730 W SELTZER ST", "addr_range": "2730 W SELTZER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 649, "objectid": 6078, "Shape__Area": 102.87890625, "Shape__Length": 47.405357447679918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176126597183895, 39.997901901894103 ], [ -75.176177023610194, 39.997908061992703 ], [ -75.176196415084405, 39.997813938317101 ], [ -75.176203146522099, 39.997786186719097 ], [ -75.176152710371497, 39.997779203788298 ], [ -75.176144591368896, 39.997812067246102 ], [ -75.176126597183895, 39.997901901894103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2967 N STILLMAN ST", "addr_range": "2967 N STILLMAN ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 557, "objectid": 6079, "Shape__Area": 88.41015625, "Shape__Length": 46.651502332383835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171700667255607, 40.000741554123003 ], [ -75.171865062429504, 40.000764058512203 ], [ -75.171871392285297, 40.000732621072999 ], [ -75.171707988768006, 40.000708254044497 ], [ -75.171700667255607, 40.000741554123003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2637 W STERNER ST", "addr_range": "2637 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 630, "objectid": 6080, "Shape__Area": 99.90234375, "Shape__Length": 47.538297394876444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174817767162494, 39.997216730891601 ], [ -75.174866354600894, 39.997223269295397 ], [ -75.174878593048604, 39.997168044207299 ], [ -75.174886031155594, 39.997131618267503 ], [ -75.174893255607302, 39.997099219562998 ], [ -75.174844027503497, 39.997092988457503 ], [ -75.174841237382594, 39.997109658559303 ], [ -75.174830506286099, 39.997158807696799 ], [ -75.174823393412495, 39.9971927424236 ], [ -75.174817767162494, 39.997216730891601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "22 N 51ST ST", "addr_range": "22 N 51ST ST", "zipcode": 19139, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1820, "objectid": 6081, "Shape__Area": 288.296875, "Shape__Length": 101.6809807824438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2228863934873, 39.960360272877502 ], [ -75.2232728208119, 39.960406761025602 ], [ -75.223280654636397, 39.9604073371993 ], [ -75.223289695965605, 39.960364174853297 ], [ -75.223281920400396, 39.960363165681898 ], [ -75.222896602785795, 39.960315589268497 ], [ -75.2228863934873, 39.960360272877502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4110 BROWN ST", "addr_range": "4110 BROWN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1155, "objectid": 6082, "Shape__Area": 182.9375, "Shape__Length": 70.476203763554565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206238820383007, 39.966859316438502 ], [ -75.206257778185204, 39.967057959311703 ], [ -75.206314988303504, 39.967053585532298 ], [ -75.206294801414501, 39.966855301954801 ], [ -75.206238820383007, 39.966859316438502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4106 N BROAD ST", "addr_range": "4102-4110 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1568, "objectid": 6083, "Shape__Area": 248.73828125, "Shape__Length": 92.21173820485339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150042824950901, 40.0156085720619 ], [ -75.150395477007194, 40.015655067225197 ], [ -75.150405232497107, 40.0156127482987 ], [ -75.150051991662494, 40.015566272265197 ], [ -75.150042824950901, 40.0156085720619 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2439 N PATTON ST", "addr_range": "2433-2441 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 678, "objectid": 6084, "Shape__Area": 107.453125, "Shape__Length": 50.693192548590225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183398821891899, 39.993826950054199 ], [ -75.183574841168294, 39.993851518826602 ], [ -75.183583002230407, 39.993814706745603 ], [ -75.183406042490105, 39.993790599896002 ], [ -75.183398821891899, 39.993826950054199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "61 DEARBORN ST", "addr_range": "61 DEARBORN ST", "zipcode": 19139, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 645, "objectid": 6085, "Shape__Area": 102.140625, "Shape__Length": 46.267315463583067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221893434217293, 39.961076043180299 ], [ -75.221898705347996, 39.961077336034897 ], [ -75.222046719655395, 39.961094879176898 ], [ -75.2220550685674, 39.9610551191426 ], [ -75.221907506062294, 39.961036764253699 ], [ -75.221901825936101, 39.961036267880502 ], [ -75.221893434217293, 39.961076043180299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2943 N TAYLOR ST", "addr_range": "2943 N TAYLOR ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 717, "objectid": 6086, "Shape__Area": 113.70703125, "Shape__Length": 52.005616030587973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170644298477995, 40.000151051153303 ], [ -75.170819996374902, 40.0001739236669 ], [ -75.170825254252605, 40.000174573396102 ], [ -75.170833653366699, 40.000137187153598 ], [ -75.170652639646804, 40.000113003177198 ], [ -75.170644298477995, 40.000151051153303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1934 N LEITHGOW ST", "addr_range": "1932-1948 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "9", "parcelarea": 450, "objectid": 6087, "Shape__Area": 71.296875, "Shape__Length": 39.169020715402333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141311358937799, 39.980724295778202 ], [ -75.141444736430003, 39.980742206123601 ], [ -75.141449747813795, 39.980718672697201 ], [ -75.1414466564962, 39.980709138992097 ], [ -75.141318843171206, 39.980692032696702 ], [ -75.141311358937799, 39.980724295778202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3842 ASPEN ST", "addr_range": "3840-3844 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1271, "objectid": 6088, "Shape__Area": 201.37890625, "Shape__Length": 82.880802134801968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199171471807404, 39.966381055664002 ], [ -75.199187392465802, 39.966461974825798 ], [ -75.199189250311406, 39.966478297300398 ], [ -75.199217268065297, 39.966624836230601 ], [ -75.199267361441898, 39.9666191787895 ], [ -75.199249299684794, 39.966524986182002 ], [ -75.199221781716901, 39.966375177808999 ], [ -75.199171471807404, 39.966381055664002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3824 BROWN ST", "addr_range": "3824 BROWN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1276, "objectid": 6089, "Shape__Area": 202.17578125, "Shape__Length": 76.468616268561448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198961482080804, 39.967565743453001 ], [ -75.198962386311194, 39.967570664126598 ], [ -75.199001429305298, 39.967782893676997 ], [ -75.199058532025802, 39.967776360491598 ], [ -75.199048845756096, 39.967726899780097 ], [ -75.199018477674201, 39.967564334631902 ], [ -75.199017806378805, 39.967559322729898 ], [ -75.199015365899498, 39.967559607250202 ], [ -75.198967052081301, 39.967565254606498 ], [ -75.198961482080804, 39.967565743453001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1910 N 21ST ST", "addr_range": "1910-1914 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1594, "objectid": 6090, "Shape__Area": 252.62890625, "Shape__Length": 90.484697208468504 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168651060026704, 39.983531394776797 ], [ -75.168994279314802, 39.983577220530201 ], [ -75.169003299359701, 39.983532868231201 ], [ -75.168916327369402, 39.983520949780697 ], [ -75.168660523036294, 39.983487535406603 ], [ -75.168658740769899, 39.983495845019199 ], [ -75.168651060026704, 39.983531394776797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5033 MARKET ST", "addr_range": "5031-5033 MARKET ST", "zipcode": 19139, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1262, "objectid": 6091, "Shape__Area": 199.8203125, "Shape__Length": 74.359459296721553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222104321892999, 39.960003920344903 ], [ -75.222162147843804, 39.960010901372002 ], [ -75.2222053290145, 39.959802379508801 ], [ -75.222201221349493, 39.959801885357898 ], [ -75.222147502066903, 39.959795398477603 ], [ -75.222104321892999, 39.960003920344903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1948 N LEITHGOW ST", "addr_range": "1932-1948 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "9", "parcelarea": 468, "objectid": 6092, "Shape__Area": 74.18359375, "Shape__Length": 39.514601264004448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1412601999033, 39.9809547767452 ], [ -75.141390324717506, 39.980971726598902 ], [ -75.141398525835498, 39.980937722813998 ], [ -75.141268056472896, 39.980920475006698 ], [ -75.1412601999033, 39.9809547767452 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4649 N 16TH ST", "addr_range": "4649-4651 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1566, "objectid": 6093, "Shape__Area": 248.4375, "Shape__Length": 81.322458652900679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150836882393094, 40.024400604206697 ], [ -75.150867094738103, 40.024404497444003 ], [ -75.150877401144996, 40.024405293848403 ], [ -75.150922797017799, 40.024411286807002 ], [ -75.151045930899897, 40.024427404176102 ], [ -75.151081914489296, 40.024431716295602 ], [ -75.151130094825504, 40.024437837061299 ], [ -75.1511418313343, 40.024387050984402 ], [ -75.151073598150404, 40.024378365312003 ], [ -75.151058928968496, 40.024377065631199 ], [ -75.150955520046395, 40.024363264315298 ], [ -75.150877245007706, 40.024352965485498 ], [ -75.150867084428199, 40.024352186797799 ], [ -75.150847432724603, 40.024349582271299 ], [ -75.150838743336493, 40.024391427108398 ], [ -75.150836882393094, 40.024400604206697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4651 N 16TH ST", "addr_range": "4649-4651 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1190, "objectid": 6094, "Shape__Area": 188.765625, "Shape__Length": 77.587290371613634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150828195354805, 40.024439112625998 ], [ -75.150863039230899, 40.024443591836103 ], [ -75.150884757771806, 40.024445905256698 ], [ -75.151066647900507, 40.024470075824802 ], [ -75.151081679212595, 40.024471253953102 ], [ -75.151121524143605, 40.024476555366398 ], [ -75.151130094825504, 40.024437837061299 ], [ -75.151081914489296, 40.024431716295602 ], [ -75.151045930899897, 40.024427404176102 ], [ -75.150922797017799, 40.024411286807002 ], [ -75.150877401144996, 40.024405293848403 ], [ -75.150867094738103, 40.024404497444003 ], [ -75.150836882393094, 40.024400604206697 ], [ -75.150830445445706, 40.024427975610898 ], [ -75.150828195354805, 40.024439112625998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4669 N 16TH ST", "addr_range": "4669 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1567, "objectid": 6095, "Shape__Area": 248.69140625, "Shape__Length": 81.32902597122343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150744880533793, 40.024829147272399 ], [ -75.151038834688606, 40.024867349482903 ], [ -75.151048077505905, 40.024815426656097 ], [ -75.150864584342301, 40.024792541591502 ], [ -75.150753887444594, 40.024779075222199 ], [ -75.150744880533793, 40.024829147272399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3907 WALLACE ST", "addr_range": "3903-3907 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1581, "objectid": 6096, "Shape__Area": 250.43359375, "Shape__Length": 91.59241383339598 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200573679345297, 39.964330141242101 ], [ -75.200517140149699, 39.964335655985103 ], [ -75.200566215529804, 39.9646049126574 ], [ -75.200622733367595, 39.964598849599597 ], [ -75.200573679345297, 39.964330141242101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4174 LEIDY AVE", "addr_range": "4174 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1986, "objectid": 6097, "Shape__Area": 314.65625, "Shape__Length": 114.32104663195383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209740922600901, 39.974832879879699 ], [ -75.209805511478507, 39.974856522949402 ], [ -75.209855967781905, 39.974774623288802 ], [ -75.209858400220398, 39.974766730291897 ], [ -75.209892641728104, 39.974674139899001 ], [ -75.209922485930093, 39.9745052859342 ], [ -75.209896522839202, 39.974508161173397 ], [ -75.209849469819204, 39.974635223238003 ], [ -75.209841874094295, 39.974654011288798 ], [ -75.209833045092694, 39.974672708068503 ], [ -75.209802453689903, 39.974731012312702 ], [ -75.209740922600901, 39.974832879879699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3332 N 17TH ST", "addr_range": "3330-3332 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 2095, "objectid": 6098, "Shape__Area": 332.20703125, "Shape__Length": 99.379121207265271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157241907530306, 40.004815061485402 ], [ -75.157611573759894, 40.0048626623567 ], [ -75.1576233381587, 40.004808628226499 ], [ -75.157253673420101, 40.004761026519297 ], [ -75.157241907530306, 40.004815061485402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3234 N 17TH ST", "addr_range": "3234 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1733, "objectid": 6099, "Shape__Area": 274.84375, "Shape__Length": 99.667413146569444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157991434036603, 40.0032071784876 ], [ -75.157605932219496, 40.003157446041698 ], [ -75.157596581630699, 40.0032003107073 ], [ -75.157982083753097, 40.003250041384099 ], [ -75.157991434036603, 40.0032071784876 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1729 N 23RD ST", "addr_range": "1727-1729 N 23RD ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 844, "objectid": 6100, "Shape__Area": 133.7890625, "Shape__Length": 55.740149882190764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172073707463198, 39.981216743673301 ], [ -75.172064713330798, 39.981258808173102 ], [ -75.172256771543402, 39.981284432071497 ], [ -75.172265749697999, 39.981242754636199 ], [ -75.172073707463198, 39.981216743673301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3711 N CARLISLE ST", "addr_range": "3711 N CARLISLE ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1209, "objectid": 6101, "Shape__Area": 191.79296875, "Shape__Length": 76.05266905732195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151954281184501, 40.009827868454003 ], [ -75.151958370220697, 40.009828397076603 ], [ -75.151967293027994, 40.009788040545303 ], [ -75.151962996777698, 40.009787476599399 ], [ -75.151683216982306, 40.009750388943203 ], [ -75.151675128786806, 40.009791375234997 ], [ -75.151954281184501, 40.009827868454003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2035 W MADISON ST", "addr_range": "2033-2041 W MADISON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1157, "objectid": 6102, "Shape__Area": 183.47265625, "Shape__Length": 63.598345748500734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163549849110197, 40.004068857601901 ], [ -75.163617212661705, 40.004077387857102 ], [ -75.163632403677994, 40.0039983218307 ], [ -75.163648051856697, 40.0039258615328 ], [ -75.163650804765098, 40.003913108414501 ], [ -75.163582470401707, 40.003904723892397 ], [ -75.163549849110197, 40.004068857601901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3126-28 CECIL B MOORE AVE", "addr_range": "3126-28 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2768, "objectid": 6103, "Shape__Area": 438.63671875, "Shape__Length": 96.992831564563403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186125246762103, 39.982158641685302 ], [ -75.186103750450997, 39.982247916377602 ], [ -75.186102880488306, 39.982251508186998 ], [ -75.186156317637398, 39.982258666653301 ], [ -75.186211214522302, 39.982266001865398 ], [ -75.186265264378903, 39.982019287633896 ], [ -75.186211312168595, 39.982011940209297 ], [ -75.186158924331707, 39.982004789888599 ], [ -75.186125246762103, 39.982158641685302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4108 N BROAD ST", "addr_range": "4102-4110 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1561, "objectid": 6104, "Shape__Area": 247.5703125, "Shape__Length": 92.068687454695095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150033482141893, 40.015650482234598 ], [ -75.150385699118999, 40.015697450517401 ], [ -75.150395477007194, 40.015655067225197 ], [ -75.150042824950901, 40.0156085720619 ], [ -75.150033482141893, 40.015650482234598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3330 N 17TH ST", "addr_range": "3330-3332 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 2099, "objectid": 6105, "Shape__Area": 332.89453125, "Shape__Length": 99.41202100768173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157253673420101, 40.004761026519297 ], [ -75.1576233381587, 40.004808628226499 ], [ -75.157635129077605, 40.004754482067199 ], [ -75.157265464659801, 40.004706879497597 ], [ -75.157253673420101, 40.004761026519297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2858 N DARIEN ST", "addr_range": "2848-2858 N DARIEN ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 558, "objectid": 6106, "Shape__Area": 88.58984375, "Shape__Length": 43.10053850881161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145036747998901, 39.995517280882403 ], [ -75.145028710905194, 39.995554706204203 ], [ -75.145170077331002, 39.995573840716297 ], [ -75.145178876105305, 39.995536255169597 ], [ -75.145036747998901, 39.995517280882403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2326 GERRITT ST", "addr_range": "2326 GERRITT ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 721, "objectid": 6107, "Shape__Area": 114.11328125, "Shape__Length": 51.93883695834856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183440334393694, 39.9343209484963 ], [ -75.183410438468101, 39.934459424366999 ], [ -75.183459466209598, 39.934465841139897 ], [ -75.1834905036268, 39.934327663810201 ], [ -75.183440334393694, 39.9343209484963 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3154 N MARSTON ST", "addr_range": "3152-3154 N MARSTON ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 628, "objectid": 6108, "Shape__Area": 99.6171875, "Shape__Length": 46.18412097677092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174513103149906, 40.003992483319102 ], [ -75.174653713668604, 40.0040106936084 ], [ -75.174657890006898, 40.004011077421303 ], [ -75.174667520276699, 40.004011954797598 ], [ -75.174675757048405, 40.0039733068621 ], [ -75.174665868618504, 40.003972069597403 ], [ -75.174521716889998, 40.003953876285998 ], [ -75.174513103149906, 40.003992483319102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2036 N LAMBERT ST", "addr_range": "2036 N LAMBERT ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 857, "objectid": 6109, "Shape__Area": 135.80859375, "Shape__Length": 57.565971100817038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167493669825603, 39.9856421995202 ], [ -75.167695530230702, 39.985669356938203 ], [ -75.167704492621596, 39.9856292922507 ], [ -75.167502406369394, 39.985601516172999 ], [ -75.167493669825603, 39.9856421995202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4101 N BROAD ST", "addr_range": "4101 N BROAD ST", "zipcode": 19140, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1801, "objectid": 6110, "Shape__Area": 285.734375, "Shape__Length": 100.66632738042377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149294647277799, 40.0153322113947 ], [ -75.149284601852898, 40.015376636564703 ], [ -75.1496724956436, 40.015428041759201 ], [ -75.149682253744501, 40.015384013710502 ], [ -75.149294647277799, 40.0153322113947 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3420 N SMEDLEY ST", "addr_range": "3420 N SMEDLEY ST", "zipcode": 19140, "district": "8", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1110, "objectid": 6111, "Shape__Area": 176.0, "Shape__Length": 69.47921038619026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156207569460904, 40.005741029525602 ], [ -75.156461749094504, 40.005772385150998 ], [ -75.156469516836495, 40.005730375005101 ], [ -75.156216709539706, 40.005699290970099 ], [ -75.156207569460904, 40.005741029525602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2558 N FRANKLIN ST", "addr_range": "2558-2560 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 977, "objectid": 6112, "Shape__Area": 154.9296875, "Shape__Length": 65.25205188016416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144939805099497, 39.990802320720903 ], [ -75.145177648460802, 39.9908340581758 ], [ -75.145186210202795, 39.990795001295901 ], [ -75.144948728988197, 39.990763109891198 ], [ -75.144939805099497, 39.990802320720903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3555 N 11TH ST", "addr_range": "3555 N 11TH ST", "zipcode": 19140, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1227, "objectid": 6113, "Shape__Area": 194.546875, "Shape__Length": 76.909871595818743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146223682311003, 40.006732581579399 ], [ -75.146232646408507, 40.006691227125799 ], [ -75.145944544314702, 40.006654016568 ], [ -75.145937008423104, 40.006694177109303 ], [ -75.146223682311003, 40.006732581579399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1029 W ARIZONA ST", "addr_range": "1027-1029 W ARIZONA ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 703, "objectid": 6114, "Shape__Area": 111.41796875, "Shape__Length": 57.101600234979195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149738725118397, 39.988304226327003 ], [ -75.149780160813705, 39.988309581854502 ], [ -75.149816189997694, 39.988146877415303 ], [ -75.149776589073497, 39.988141788720299 ], [ -75.149762835213807, 39.9881950436531 ], [ -75.149738725118397, 39.988304226327003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2556 N CHADWICK ST", "addr_range": "2554-2556 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": " ", "parcelarea": 704, "objectid": 6115, "Shape__Area": 111.6171875, "Shape__Length": 50.175422035104752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159272149074994, 39.992655007168302 ], [ -75.159442684164802, 39.992676958463797 ], [ -75.159452214362503, 39.9926380991595 ], [ -75.159280801529405, 39.992615514472298 ], [ -75.159272149074994, 39.992655007168302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1221 W DAUPHIN ST", "addr_range": "1221-1223 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1047, "objectid": 6116, "Shape__Area": 166.0234375, "Shape__Length": 66.20994342011079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152846321578394, 39.987733370295601 ], [ -75.152901728495905, 39.987739443599203 ], [ -75.152909526018107, 39.987702141260201 ], [ -75.152923480436698, 39.987637509776803 ], [ -75.152941984189397, 39.987557506233998 ], [ -75.152886822573706, 39.987550535676299 ], [ -75.152846321578394, 39.987733370295601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2320 N SMEDLEY ST", "addr_range": "2318-2320 N SMEDLEY ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1036, "objectid": 6117, "Shape__Area": 164.27734375, "Shape__Length": 72.982588437671765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159853289462006, 39.9890315623799 ], [ -75.1601292008814, 39.989069625016903 ], [ -75.160137362041397, 39.989033652271502 ], [ -75.159860907253005, 39.9889961423263 ], [ -75.159853289462006, 39.9890315623799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3547 N WARNOCK ST", "addr_range": "3545-3549 N WARNOCK ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 791, "objectid": 6118, "Shape__Area": 125.53515625, "Shape__Length": 56.17853706702104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145667779305896, 40.006447448067703 ], [ -75.145675781775097, 40.0064093614616 ], [ -75.1454759760869, 40.006384066558802 ], [ -75.145468616895002, 40.006421813646099 ], [ -75.145667779305896, 40.006447448067703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1939 N UBER ST", "addr_range": "1939 N UBER ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 848, "objectid": 6119, "Shape__Area": 134.40625, "Shape__Length": 55.632099966256916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1654888784268, 39.9838556623274 ], [ -75.165547758473195, 39.983863484576403 ], [ -75.165679151360806, 39.983882047105602 ], [ -75.165688247896597, 39.983839067184398 ], [ -75.165509536805899, 39.983814989889801 ], [ -75.165498214487101, 39.983812977939401 ], [ -75.1654888784268, 39.9838556623274 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2347 N GRATZ ST", "addr_range": "2345-2347 N GRATZ ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 616, "objectid": 6120, "Shape__Area": 97.75, "Shape__Length": 45.532017036255787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162850991721498, 39.989803754481002 ], [ -75.163001563610507, 39.989824202765597 ], [ -75.163009829383995, 39.989785476900899 ], [ -75.162859384416294, 39.989764466549097 ], [ -75.162850991721498, 39.989803754481002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1011 W ORLEANS ST", "addr_range": "1005-1011 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 616, "objectid": 6121, "Shape__Area": 97.76953125, "Shape__Length": 46.811781116437217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147287440919698, 39.997110334502501 ], [ -75.147335958020193, 39.997116447829697 ], [ -75.147362110063995, 39.996994641686001 ], [ -75.147314211646403, 39.996988252267101 ], [ -75.147287440919698, 39.997110334502501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1526 S BAMBREY ST", "addr_range": "1526 S BAMBREY ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 631, "objectid": 6122, "Shape__Area": 99.92578125, "Shape__Length": 46.347747059604728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187532778089604, 39.933612873637799 ], [ -75.187687164898307, 39.933633957680698 ], [ -75.187695791415095, 39.933594544734703 ], [ -75.187541364694496, 39.933574490564801 ], [ -75.187532778089604, 39.933612873637799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2927 W WISHART ST", "addr_range": "2927 W WISHART ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 900, "objectid": 6123, "Shape__Area": 142.7109375, "Shape__Length": 59.772949178673585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177820941301405, 40.004405997041097 ], [ -75.177873277113406, 40.004412730657997 ], [ -75.177906592062897, 40.004249877820101 ], [ -75.177853108569593, 40.004243505035603 ], [ -75.177820941301405, 40.004405997041097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4915 N SMEDLEY ST", "addr_range": "4915-4921 N SMEDLEY ST", "zipcode": 19141, "district": "8", "year": "2024", "season": "Fall", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": " ", "parcelarea": 1902, "objectid": 6124, "Shape__Area": 301.84375, "Shape__Length": 83.799973277964924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150851417998098, 40.028446458557603 ], [ -75.150941972546093, 40.0284582605832 ], [ -75.151074736882904, 40.028476047241803 ], [ -75.151111474156494, 40.0283144872406 ], [ -75.151033520839903, 40.028353698731998 ], [ -75.150953470787101, 40.028393977279997 ], [ -75.150851417998098, 40.028446458557603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2554 N CHADWICK ST", "addr_range": "2554-2556 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": " ", "parcelarea": 700, "objectid": 6125, "Shape__Area": 111.0, "Shape__Length": 50.06634593694865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159280801529405, 39.992615514472298 ], [ -75.159452214362503, 39.9926380991595 ], [ -75.159459935916402, 39.9925993918527 ], [ -75.159361367040106, 39.992585754923702 ], [ -75.159289414396596, 39.992576537165 ], [ -75.159280801529405, 39.992615514472298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5703 MASTER ST", "addr_range": "5701-5705 MASTER ST", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1100, "objectid": 6126, "Shape__Area": 174.2578125, "Shape__Length": 69.500823985864216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234952223600203, 39.973383533356802 ], [ -75.234988293813799, 39.973578966761202 ], [ -75.235042170206597, 39.973573023382002 ], [ -75.235006415833993, 39.973377532048303 ], [ -75.234952223600203, 39.973383533356802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3828 N CAMAC ST", "addr_range": "3826-3828 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 756, "objectid": 6127, "Shape__Area": 119.921875, "Shape__Length": 55.108807932890244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148018408918702, 40.0112623593268 ], [ -75.148208111658803, 40.011287469168003 ], [ -75.148214201156804, 40.011288267608698 ], [ -75.148214995439702, 40.011285061760098 ], [ -75.148222667375194, 40.011251174373001 ], [ -75.148205061349202, 40.011248921107097 ], [ -75.148026344630196, 40.0112259947186 ], [ -75.148018408918702, 40.0112623593268 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1942 N UBER ST", "addr_range": "1938-1942 N UBER ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1035, "objectid": 6128, "Shape__Area": 164.00390625, "Shape__Length": 70.019094922180145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165817341221995, 39.9839048891765 ], [ -75.166077071372897, 39.983939769613499 ], [ -75.166086029320596, 39.983902057484002 ], [ -75.166036672016801, 39.983895642858599 ], [ -75.165825353978306, 39.983866656619298 ], [ -75.165817341221995, 39.9839048891765 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3008 N 8TH ST", "addr_range": "3008 N 8TH ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 802, "objectid": 6129, "Shape__Area": 127.11328125, "Shape__Length": 55.799830600633889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144144922514997, 39.9975900666021 ], [ -75.144341049543897, 39.997617151444899 ], [ -75.144349860069894, 39.997578179543403 ], [ -75.144154039965699, 39.997551311618501 ], [ -75.144144922514997, 39.9975900666021 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5125 N 10TH ST", "addr_range": "5125 N 10TH ST", "zipcode": 19141, "district": "8", "year": "2024", "season": "Fall", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 3338, "objectid": 6130, "Shape__Area": 529.69140625, "Shape__Length": 100.95113018191891 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139028249368494, 40.0306078791616 ], [ -75.139343122473804, 40.030650049976501 ], [ -75.139366035438201, 40.030548805863397 ], [ -75.139050798701106, 40.030507385493898 ], [ -75.139028249368494, 40.0306078791616 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2050 E AUBURN ST", "addr_range": "2048-2056 E AUBURN ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 860, "objectid": 6131, "Shape__Area": 136.3203125, "Shape__Length": 68.175340035888027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118452197569795, 39.988555551289302 ], [ -75.118475178558398, 39.988581676433498 ], [ -75.118695160552207, 39.9884686895901 ], [ -75.118671355384606, 39.988442158153198 ], [ -75.118452197569795, 39.988555551289302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1223 W DAUPHIN ST", "addr_range": "1221-1223 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1122, "objectid": 6132, "Shape__Area": 177.859375, "Shape__Length": 66.723614835080966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152901728495905, 39.987739443599203 ], [ -75.152960372334604, 39.987746331657299 ], [ -75.153000355183707, 39.987565000794199 ], [ -75.152941984189397, 39.987557506233998 ], [ -75.152923480436698, 39.987637509776803 ], [ -75.152909526018107, 39.987702141260201 ], [ -75.152901728495905, 39.987739443599203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3030 N 11TH ST", "addr_range": "3030 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 954, "objectid": 6133, "Shape__Area": 151.296875, "Shape__Length": 60.473171649594029 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148184501714695, 39.998569583302 ], [ -75.148198981386699, 39.998571860394399 ], [ -75.148244281520206, 39.9985771750775 ], [ -75.148390065566701, 39.998595552318697 ], [ -75.148399974855906, 39.998591811509698 ], [ -75.148408435572804, 39.998553717122697 ], [ -75.148193087741603, 39.998527671444002 ], [ -75.148184501714695, 39.998569583302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1416 W TIOGA ST", "addr_range": "1416 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2000, "objectid": 6134, "Shape__Area": 317.06640625, "Shape__Length": 90.203632352276998 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153012838922805, 40.006242786475703 ], [ -75.153089680360097, 40.006252777985097 ], [ -75.153144851634707, 40.0060061981942 ], [ -75.153067442428195, 40.005995710926499 ], [ -75.153012838922805, 40.006242786475703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2601 N 18TH ST", "addr_range": "2601 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 978, "objectid": 6135, "Shape__Area": 155.0390625, "Shape__Length": 61.272757199302291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161168735263203, 39.993301759819097 ], [ -75.161178130176097, 39.993258190432798 ], [ -75.160963826282796, 39.993228758203699 ], [ -75.160954440500504, 39.993272053872502 ], [ -75.161168735263203, 39.993301759819097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2124 N VAN PELT ST", "addr_range": "2122-2124 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1101, "objectid": 6136, "Shape__Area": 174.59765625, "Shape__Length": 68.119096127347746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168714059832098, 39.986975905036203 ], [ -75.168959731956704, 39.987009978636202 ], [ -75.168969131342195, 39.986967215243503 ], [ -75.168723766802401, 39.986933373831299 ], [ -75.168714059832098, 39.986975905036203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3131 N TAYLOR ST", "addr_range": "3131 N TAYLOR ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1338, "objectid": 6137, "Shape__Area": 212.21875, "Shape__Length": 83.481222120078939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169691116454203, 40.002892838119301 ], [ -75.1700084346773, 40.002933370435699 ], [ -75.170017462582294, 40.002893208833299 ], [ -75.169700085517405, 40.002852626560397 ], [ -75.169691116454203, 40.002892838119301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3414 N SMEDLEY ST", "addr_range": "3414-3416 N SMEDLEY ST", "zipcode": 19140, "district": "8", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1047, "objectid": 6138, "Shape__Area": 166.00390625, "Shape__Length": 68.452160713406997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156234579642899, 40.0056178057526 ], [ -75.156486267747596, 40.005649655564902 ], [ -75.156494625701995, 40.005609768933297 ], [ -75.156243259028798, 40.005578249863298 ], [ -75.156234579642899, 40.0056178057526 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1715 BELFIELD AVE", "addr_range": "1715-1717 BELFIELD AVE", "zipcode": 19141, "district": "8", "year": "2024", "season": "Fall", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1707, "objectid": 6139, "Shape__Area": 270.796875, "Shape__Length": 98.826684706923004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152017292359503, 40.029065405735501 ], [ -75.152044993601294, 40.029103172330501 ], [ -75.152066470971207, 40.029093760500402 ], [ -75.152296178258496, 40.028993194211502 ], [ -75.152381540943495, 40.028956534447801 ], [ -75.152353489226996, 40.028918581607797 ], [ -75.152038745610596, 40.029056042020102 ], [ -75.152017292359503, 40.029065405735501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3923 N PERCY ST", "addr_range": "3923 N PERCY ST", "zipcode": 19140, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 743, "objectid": 6140, "Shape__Area": 117.92578125, "Shape__Length": 49.188222196835262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142300464626302, 40.011886224190697 ], [ -75.142460434796803, 40.011906026177101 ], [ -75.142470337256398, 40.011862162300503 ], [ -75.142310043438201, 40.011841515025097 ], [ -75.142300464626302, 40.011886224190697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1929 N VAN PELT ST", "addr_range": "1929-1933 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1063, "objectid": 6141, "Shape__Area": 168.44921875, "Shape__Length": 70.836124729479451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168928725543097, 39.9839390703292 ], [ -75.169191572203701, 39.983976431190101 ], [ -75.169199681423905, 39.983937829391401 ], [ -75.168936826293503, 39.983900726045299 ], [ -75.168929991755107, 39.9839328124297 ], [ -75.168928725543097, 39.9839390703292 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1940 N UBER ST", "addr_range": "1938-1942 N UBER ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 844, "objectid": 6142, "Shape__Area": 133.71875, "Shape__Length": 59.02480271775206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165825353978306, 39.983866656619298 ], [ -75.166036672016801, 39.983895642858599 ], [ -75.166045340494605, 39.983857843123097 ], [ -75.165833632685903, 39.983828606648899 ], [ -75.165825353978306, 39.983866656619298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1235 W VENANGO ST", "addr_range": "1235 W VENANGO ST", "zipcode": 19140, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1251, "objectid": 6143, "Shape__Area": 198.359375, "Shape__Length": 75.483268920076142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149028906409498, 40.0076306147309 ], [ -75.149084679173498, 40.0076385043443 ], [ -75.149129623140098, 40.007424531194197 ], [ -75.149073819574099, 40.007417480651 ], [ -75.149049759520807, 40.007531144285998 ], [ -75.149028906409498, 40.0076306147309 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5705 MASTER ST", "addr_range": "5701-5705 MASTER ST", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1099, "objectid": 6144, "Shape__Area": 174.171875, "Shape__Length": 69.501084421505539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235006415833993, 39.973377532048303 ], [ -75.235042170206597, 39.973573023382002 ], [ -75.235096475091098, 39.9735667983471 ], [ -75.235060028996799, 39.973371355844399 ], [ -75.235006415833993, 39.973377532048303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2306 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1145, "objectid": 6145, "Shape__Area": 181.53515625, "Shape__Length": 67.287541431349027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167331607555496, 39.9896072839448 ], [ -75.1675706032688, 39.989636405878201 ], [ -75.167580044153894, 39.989590951277698 ], [ -75.167342042429894, 39.989561076854102 ], [ -75.167331607555496, 39.9896072839448 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1847 N 24TH ST", "addr_range": "1843-1847 N 24TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1007, "objectid": 6146, "Shape__Area": 159.62109375, "Shape__Length": 64.854697558272292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173212700218301, 39.983320244524798 ], [ -75.173445604658298, 39.983353054424001 ], [ -75.173454634494902, 39.983311700631504 ], [ -75.173221376572698, 39.983279381972203 ], [ -75.173212700218301, 39.983320244524798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1009 W ORLEANS ST", "addr_range": "1005-1011 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 575, "objectid": 6147, "Shape__Area": 91.23828125, "Shape__Length": 45.970992504782913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147242106196799, 39.997103229207099 ], [ -75.147287440919698, 39.997110334502501 ], [ -75.147314211646403, 39.996988252267101 ], [ -75.147269361965101, 39.9969827068321 ], [ -75.147242106196799, 39.997103229207099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2416 CECIL B MOORE AVE", "addr_range": "2416-2422 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1064, "objectid": 6148, "Shape__Area": 168.62890625, "Shape__Length": 67.692312032458375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174661937760007, 39.9807732535917 ], [ -75.174715657168306, 39.9807806021714 ], [ -75.174755484481196, 39.980591748959199 ], [ -75.174701757137598, 39.9805846443912 ], [ -75.174661937760007, 39.9807732535917 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2850 N DARIEN ST", "addr_range": "2848-2858 N DARIEN ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 538, "objectid": 6149, "Shape__Area": 85.3671875, "Shape__Length": 42.687705940998853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145068687231401, 39.995371990748403 ], [ -75.145060381555993, 39.995408234144399 ], [ -75.145202860287299, 39.995426796488303 ], [ -75.145209761148195, 39.995390586979603 ], [ -75.145068687231401, 39.995371990748403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2302 N 21ST ST", "addr_range": "2107-2111 W DAUPHIN ST; 2300-2302 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1103, "objectid": 6150, "Shape__Area": 174.78125, "Shape__Length": 66.702497983529682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167351453263393, 39.989518603049802 ], [ -75.167589509959498, 39.989547028060798 ], [ -75.167599535784603, 39.989503810323399 ], [ -75.167361550859596, 39.989473502022499 ], [ -75.167351453263393, 39.989518603049802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3004 WHARTON ST", "addr_range": "3004 WHARTON ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 955, "objectid": 6151, "Shape__Area": 151.109375, "Shape__Length": 60.632681397419645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193841405195897, 39.937465475611098 ], [ -75.193896880997698, 39.937472595594301 ], [ -75.193900858177798, 39.937453116146301 ], [ -75.193930272930501, 39.937309096887297 ], [ -75.193874297377604, 39.937301917124799 ], [ -75.193841405195897, 39.937465475611098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "707 W BUTLER ST", "addr_range": "707 W BUTLER ST", "zipcode": 19140, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1285, "objectid": 6152, "Shape__Area": 203.82421875, "Shape__Length": 80.578025550306336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140341294119295, 40.0098077274152 ], [ -75.140393960762097, 40.009814631586501 ], [ -75.140417978129193, 40.0096937296479 ], [ -75.140442461585096, 40.009581398007398 ], [ -75.140388603997394, 40.009574967752798 ], [ -75.140341294119295, 40.0098077274152 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2854 N DARIEN ST", "addr_range": "2848-2858 N DARIEN ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 540, "objectid": 6153, "Shape__Area": 85.625, "Shape__Length": 42.772286039725003 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145053475709602, 39.995444571477798 ], [ -75.145044871912603, 39.995480920735098 ], [ -75.145187798938693, 39.995499252695197 ], [ -75.145194861704795, 39.9954631594888 ], [ -75.145053475709602, 39.995444571477798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1001 W DAKOTA ST", "addr_range": "2320 N 10TH ST; 1001 W DAKOTA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1050, "objectid": 6154, "Shape__Area": 166.390625, "Shape__Length": 61.972443698781333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149231936476198, 39.987793589545902 ], [ -75.149292099211195, 39.987801336534297 ], [ -75.149327904149402, 39.987637935160699 ], [ -75.149269327660093, 39.987630369195699 ], [ -75.149265616137697, 39.987629897655601 ], [ -75.1492560944465, 39.987676169120697 ], [ -75.149236931995006, 39.9877692814987 ], [ -75.149231936476198, 39.987793589545902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4155 N 7TH ST", "addr_range": "4155 N 7TH ST", "zipcode": 19140, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1510, "objectid": 6155, "Shape__Area": 239.53125, "Shape__Length": 90.97188590327292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138443061330307, 40.015122339566702 ], [ -75.1387909773064, 40.0151685862782 ], [ -75.138802385779599, 40.015127045504599 ], [ -75.138452504422403, 40.015081754255803 ], [ -75.138443061330307, 40.015122339566702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2026 W BOSTON ST", "addr_range": "2026 W BOSTON ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 846, "objectid": 6156, "Shape__Area": 134.15234375, "Shape__Length": 57.354151766323767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165745360845605, 39.991081636085703 ], [ -75.165797300342604, 39.991088576480998 ], [ -75.165829303942203, 39.990933225921601 ], [ -75.165776872762294, 39.990927080876297 ], [ -75.165745360845605, 39.991081636085703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2728 EARP ST", "addr_range": "2726-2728 EARP ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 713, "objectid": 6157, "Shape__Area": 112.89453125, "Shape__Length": 51.507859626541155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189864323369207, 39.936163695767902 ], [ -75.189913801382005, 39.936171037920502 ], [ -75.189942199850094, 39.9360336390573 ], [ -75.189892654976305, 39.936026955861898 ], [ -75.189864323369207, 39.936163695767902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3835 MELON ST", "addr_range": "3835 MELON ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 733, "objectid": 6158, "Shape__Area": 116.08984375, "Shape__Length": 57.99496604661131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198676683507998, 39.965112156874 ], [ -75.198706938619907, 39.965276556804703 ], [ -75.198750158271494, 39.965271473878097 ], [ -75.198730381377104, 39.965168883492602 ], [ -75.198719110614903, 39.965106442753203 ], [ -75.198676683507998, 39.965112156874 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2314 N 10TH ST", "addr_range": "2314-2316 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1463, "objectid": 6159, "Shape__Area": 231.8359375, "Shape__Length": 84.350408064617724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148982546882394, 39.987433784113698 ], [ -75.149298539937007, 39.9874755700504 ], [ -75.149307726478199, 39.9874310137387 ], [ -75.148991914080895, 39.987390021210203 ], [ -75.148982546882394, 39.987433784113698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2036 N 29TH ST", "addr_range": "2036-2040 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 977, "objectid": 6160, "Shape__Area": 154.84375, "Shape__Length": 60.521569568933081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180802067726404, 39.987453785923499 ], [ -75.181011984681106, 39.987482036178797 ], [ -75.181021459434405, 39.987437080596202 ], [ -75.180811056804302, 39.987410061075899 ], [ -75.180802067726404, 39.987453785923499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3750 N 15TH ST", "addr_range": "3750 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1534, "objectid": 6161, "Shape__Area": 243.33984375, "Shape__Length": 90.152604282768763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152693391207904, 40.010781527564198 ], [ -75.153038511186907, 40.010827071683202 ], [ -75.153046063736795, 40.010783589991398 ], [ -75.152703875718103, 40.010739821448198 ], [ -75.152693391207904, 40.010781527564198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2821 N NEWKIRK ST", "addr_range": "2821 N NEWKIRK ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 1053, "objectid": 6162, "Shape__Area": 166.984375, "Shape__Length": 66.152710556211417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176819988204002, 39.99898607355 ], [ -75.176956675360998, 39.9990029697232 ], [ -75.176966724610296, 39.999002727346102 ], [ -75.177058274743004, 39.999014402146599 ], [ -75.177067033910703, 39.998972396904001 ], [ -75.176972013694694, 39.998959950551097 ], [ -75.176961327864902, 39.998960421031903 ], [ -75.176829382397898, 39.998943390580102 ], [ -75.176819988204002, 39.99898607355 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2718 N NEWKIRK ST", "addr_range": "2716-2718 N NEWKIRK ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 829, "objectid": 6163, "Shape__Area": 131.39453125, "Shape__Length": 54.977158557516958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177438512775097, 39.997448588041401 ], [ -75.177627118784599, 39.997473077528397 ], [ -75.177635796470398, 39.997431569586603 ], [ -75.177446801406802, 39.997406282106603 ], [ -75.177442670691093, 39.997427338970702 ], [ -75.177438512775097, 39.997448588041401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4057 CAMBRIDGE ST", "addr_range": "4057 CAMBRIDGE ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1192, "objectid": 6164, "Shape__Area": 188.88671875, "Shape__Length": 74.897233241532135 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205806674070601, 39.9732803195174 ], [ -75.205847826579102, 39.973493913799601 ], [ -75.205901000618496, 39.973488355002502 ], [ -75.205860247079301, 39.973273640631099 ], [ -75.205806674070601, 39.9732803195174 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2521 N 9TH ST", "addr_range": "2521 N 9TH ST", "zipcode": 19133, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 893, "objectid": 6165, "Shape__Area": 141.56640625, "Shape__Length": 61.770827822355542 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146309791983697, 39.990349614722099 ], [ -75.146533221055094, 39.990379588885702 ], [ -75.146541265943398, 39.990341372565098 ], [ -75.146317137078299, 39.990311658252303 ], [ -75.146309791983697, 39.990349614722099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1827 N VAN PELT ST", "addr_range": "1825-1829 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1367, "objectid": 6166, "Shape__Area": 216.64453125, "Shape__Length": 79.895267414340054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169211563733995, 39.982462103038301 ], [ -75.169222681327, 39.982464012711901 ], [ -75.169361551140597, 39.982482659011197 ], [ -75.169507989094797, 39.982502892604501 ], [ -75.169516785059599, 39.982458907354797 ], [ -75.169231031690103, 39.982419645340798 ], [ -75.169220596882695, 39.982418507873803 ], [ -75.169211563733995, 39.982462103038301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3812 BROWN ST", "addr_range": "3810-3820 BROWN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "6", "parcelarea": 1247, "objectid": 6167, "Shape__Area": 197.58984375, "Shape__Length": 75.939978337543764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198624919746294, 39.967603218573203 ], [ -75.198625911739299, 39.9676086079226 ], [ -75.198664893216403, 39.9678196108744 ], [ -75.198719985684505, 39.967813662960097 ], [ -75.198681370623106, 39.967602346519001 ], [ -75.198680414727804, 39.967597118352003 ], [ -75.198670458596197, 39.967597815098003 ], [ -75.198624919746294, 39.967603218573203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4909 PENTRIDGE ST", "addr_range": "4909 PENTRIDGE ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1108, "objectid": 6168, "Shape__Area": 175.4140625, "Shape__Length": 61.698354702180239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221456365408002, 39.947757876592 ], [ -75.221306951311703, 39.947631510890297 ], [ -75.221253898596103, 39.947668210366302 ], [ -75.221370564553595, 39.947766881019902 ], [ -75.221448708820304, 39.947758679994401 ], [ -75.221456365408002, 39.947757876592 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2025 W MADISON ST", "addr_range": "2015-2025R W MADISON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "7", "parcelarea": 831, "objectid": 6169, "Shape__Area": 131.74609375, "Shape__Length": 59.517325992502251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163204773176304, 40.004027487402801 ], [ -75.163251211691303, 40.004033241579798 ], [ -75.163283069876002, 40.0038765169122 ], [ -75.163284875393302, 40.003867659167703 ], [ -75.163235593868094, 40.003861648124698 ], [ -75.163206044424797, 40.0040188762122 ], [ -75.163206675331395, 40.004019906773401 ], [ -75.163204773176304, 40.004027487402801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2017 W MADISON ST", "addr_range": "2015-2025R W MADISON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "7", "parcelarea": 986, "objectid": 6170, "Shape__Area": 156.3203125, "Shape__Length": 61.352612615126944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163001060878003, 40.004001877262198 ], [ -75.163058023702604, 40.004009302192003 ], [ -75.163092102350902, 40.003844341866703 ], [ -75.163034614693203, 40.003837534032698 ], [ -75.163001060878003, 40.004001877262198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1753 N 31ST ST", "addr_range": "1753-1759 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1275, "objectid": 6171, "Shape__Area": 202.1328125, "Shape__Length": 82.965045019770756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184437546435504, 39.9834498042284 ], [ -75.184754927582205, 39.983490830658297 ], [ -75.184762925939395, 39.983452725541497 ], [ -75.184445413956695, 39.983411229482101 ], [ -75.184437546435504, 39.9834498042284 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1914 N 21ST ST", "addr_range": "1910-1914 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1611, "objectid": 6172, "Shape__Area": 255.3203125, "Shape__Length": 90.757259375747921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168632065246499, 39.983619319202099 ], [ -75.168976188533705, 39.983665069825101 ], [ -75.168984795213703, 39.983620530731301 ], [ -75.168940399123699, 39.9836142775832 ], [ -75.168641701520897, 39.983574723096503 ], [ -75.168632065246499, 39.983619319202099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2021 W MADISON ST", "addr_range": "2015-2025R W MADISON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "7", "parcelarea": 816, "objectid": 6173, "Shape__Area": 129.48828125, "Shape__Length": 57.311363545959409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163105899004904, 40.004006528258699 ], [ -75.163156560876601, 40.004013183148999 ], [ -75.163186668121696, 40.003855678414602 ], [ -75.163138139573604, 40.003850231212297 ], [ -75.163118441576003, 40.003943605565802 ], [ -75.163105899004904, 40.004006528258699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1759 N 31ST ST", "addr_range": "1753-1759 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1461, "objectid": 6174, "Shape__Area": 231.5078125, "Shape__Length": 84.5244128602817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184413378967804, 39.983567582752798 ], [ -75.184412538908006, 39.9835714653452 ], [ -75.184729573459293, 39.983613403114298 ], [ -75.184738853496498, 39.983569119592197 ], [ -75.184422023504794, 39.983527880194302 ], [ -75.184413378967804, 39.983567582752798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1749-51 N 31ST ST", "addr_range": "1749-51 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2544, "objectid": 6175, "Shape__Area": 403.05859375, "Shape__Length": 94.332898476681649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184452832461204, 39.983372417643601 ], [ -75.184445413956695, 39.983411229482101 ], [ -75.184762925939395, 39.983452725541497 ], [ -75.1847710535705, 39.983415073818499 ], [ -75.184779095705807, 39.9833758091793 ], [ -75.184495353873004, 39.983340112808499 ], [ -75.184484986317898, 39.983338333118397 ], [ -75.184459761521694, 39.983335431121098 ], [ -75.184452832461204, 39.983372417643601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1828 N 21ST ST", "addr_range": "1828-1832 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1399, "objectid": 6176, "Shape__Area": 221.76171875, "Shape__Length": 80.697105677470205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168886688214101, 39.982463678259101 ], [ -75.168894259130298, 39.982464573847103 ], [ -75.1690388778038, 39.982484719373097 ], [ -75.169185477882493, 39.982504506518801 ], [ -75.169195234419703, 39.982460091482103 ], [ -75.168907577968099, 39.982420704771798 ], [ -75.168896216959894, 39.982419159909803 ], [ -75.168886688214101, 39.982463678259101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5031 MARKET ST", "addr_range": "5031-5033 MARKET ST", "zipcode": 19139, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1248, "objectid": 6177, "Shape__Area": 197.69140625, "Shape__Length": 74.217980311376394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222047298045595, 39.959996748831202 ], [ -75.222104321892999, 39.960003920344903 ], [ -75.222147502066903, 39.959795398477603 ], [ -75.222090205806893, 39.959788220979299 ], [ -75.222047298045595, 39.959996748831202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5159 MASTER ST", "addr_range": "5159-5161 MASTER ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 2168, "objectid": 6178, "Shape__Area": 343.51171875, "Shape__Length": 96.406376892628231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226091205239499, 39.974379005013901 ], [ -75.226142413995902, 39.974648472693502 ], [ -75.226149100231297, 39.974647830473998 ], [ -75.226219430748102, 39.974641204323298 ], [ -75.226169270324604, 39.974372258893702 ], [ -75.226100297728706, 39.974377867013899 ], [ -75.226091205239499, 39.974379005013901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3002 PAGE ST", "addr_range": "3002 PAGE ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 975, "objectid": 6179, "Shape__Area": 154.4921875, "Shape__Length": 64.540268872569925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182583894048193, 39.986989915697897 ], [ -75.182636698425995, 39.986996706573798 ], [ -75.182670484271299, 39.986816406164799 ], [ -75.182619557882305, 39.9868104150598 ], [ -75.182583894048193, 39.986989915697897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2902 N RINGGOLD ST", "addr_range": "2902 N RINGGOLD ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 557, "objectid": 6180, "Shape__Area": 88.35546875, "Shape__Length": 42.888883294113299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170660735599498, 39.999375171511602 ], [ -75.170801834084102, 39.999393431060099 ], [ -75.170810200821407, 39.999354705187201 ], [ -75.170669591902794, 39.999338455995499 ], [ -75.170660735599498, 39.999375171511602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1433 W CAYUGA ST", "addr_range": "1433 W CAYUGA ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2038, "objectid": 6181, "Shape__Area": 323.265625, "Shape__Length": 116.64258257806438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149917835792607, 40.020545521958901 ], [ -75.149992939899406, 40.020204465120699 ], [ -75.149937651689598, 40.0201979107567 ], [ -75.149863089258403, 40.020538495082199 ], [ -75.149860272679007, 40.020551295148401 ], [ -75.149915022326695, 40.020558241004998 ], [ -75.149917835792607, 40.020545521958901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2320 N 10TH ST", "addr_range": "2320 N 10TH ST; 1001 W DAKOTA ST", "zipcode": 19133, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 3412, "objectid": 6182, "Shape__Area": 540.7109375, "Shape__Length": 112.2685616821428 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148940750526194, 39.9876361583921 ], [ -75.148930622055204, 39.987683158524597 ], [ -75.149180751580502, 39.987715022166498 ], [ -75.149171115804293, 39.987760906305297 ], [ -75.149236931995006, 39.9877692814987 ], [ -75.1492560944465, 39.987676169120697 ], [ -75.149265616137697, 39.987629897655601 ], [ -75.148958510811696, 39.987590246649901 ], [ -75.148950857807705, 39.987589252385803 ], [ -75.148940750526194, 39.9876361583921 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "519 N 39TH ST", "addr_range": "519 N 39TH ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 913, "objectid": 6183, "Shape__Area": 144.59375, "Shape__Length": 54.433556763206013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199419336948594, 39.9625294291668 ], [ -75.199241141647803, 39.962547509843098 ], [ -75.199250484577206, 39.962597335941602 ], [ -75.199427960218301, 39.962578311213697 ], [ -75.199419336948594, 39.9625294291668 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4814 N 15TH ST", "addr_range": "4814 N 15TH ST", "zipcode": 19141, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1558, "objectid": 6184, "Shape__Area": 247.2265625, "Shape__Length": 80.514847143373132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149222792467498, 40.026736166512201 ], [ -75.1495125485485, 40.026773033077703 ], [ -75.149523045666996, 40.026721783877797 ], [ -75.149233385769506, 40.026684645602401 ], [ -75.149222792467498, 40.026736166512201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2033 W MADISON ST", "addr_range": "2033-2041 W MADISON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1163, "objectid": 6185, "Shape__Area": 184.4609375, "Shape__Length": 63.521113876518442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163582470401707, 40.003904723892397 ], [ -75.163514146556395, 40.0038963404672 ], [ -75.163482490292296, 40.004060326512302 ], [ -75.163549849110197, 40.004068857601901 ], [ -75.163582470401707, 40.003904723892397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3216-18 W DAUPHIN ST", "addr_range": "3216-18 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2727, "objectid": 6186, "Shape__Area": 432.26171875, "Shape__Length": 94.67720044359892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185755936004696, 39.991623321682901 ], [ -75.1858101612859, 39.9916308356296 ], [ -75.185866846299504, 39.991638727961103 ], [ -75.185880258625303, 39.991576595773402 ], [ -75.185891834532796, 39.991519789870701 ], [ -75.185904144633696, 39.991465193423998 ], [ -75.185915435274893, 39.991415941512699 ], [ -75.185917883782196, 39.991415996209497 ], [ -75.185919764353201, 39.991410058223202 ], [ -75.185920412237195, 39.991403447577802 ], [ -75.185861264363098, 39.991395823711997 ], [ -75.185807389783605, 39.991389574527297 ], [ -75.185755936004696, 39.991623321682901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2865 N RINGGOLD ST", "addr_range": "2865-2867 N RINGGOLD ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 679, "objectid": 6187, "Shape__Area": 107.67578125, "Shape__Length": 48.631340094209271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170451714681505, 39.999032249736899 ], [ -75.170616234838704, 39.999049680715899 ], [ -75.170624465623604, 39.999010711229303 ], [ -75.170460521451204, 39.998991875008102 ], [ -75.170453755376997, 39.999025993005901 ], [ -75.170451714681505, 39.999032249736899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5129 BALTIMORE AVE", "addr_range": "5129 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2066, "objectid": 6188, "Shape__Area": 327.0859375, "Shape__Length": 97.795477026258808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226507756493305, 39.948164709998899 ], [ -75.226578724780893, 39.948173427837901 ], [ -75.226583116675798, 39.947887677424902 ], [ -75.2265395908084, 39.947887815527999 ], [ -75.22651030838, 39.947887913766998 ], [ -75.226507756493305, 39.948164709998899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2825 N BAMBREY ST", "addr_range": "2825 N BAMBREY ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 663, "objectid": 6189, "Shape__Area": 105.1875, "Shape__Length": 48.726408106388149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172671915494902, 39.998514219416997 ], [ -75.172838324914807, 39.998534881032 ], [ -75.172846202211204, 39.998496886484098 ], [ -75.172680051986703, 39.998476003642701 ], [ -75.172671915494902, 39.998514219416997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3622 N 19TH ST", "addr_range": "3622 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 1519, "objectid": 6190, "Shape__Area": 240.91015625, "Shape__Length": 91.516598746838497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159419285410905, 40.009609512202502 ], [ -75.159770792003499, 40.009655164012699 ], [ -75.159779734054197, 40.009614210941102 ], [ -75.159428330337605, 40.009568079431098 ], [ -75.159419285410905, 40.009609512202502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2710 N CROSKEY ST", "addr_range": "2710 N CROSKEY ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 680, "objectid": 6191, "Shape__Area": 107.90234375, "Shape__Length": 47.840186413498721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168283995037399, 39.996095832429702 ], [ -75.168293623422301, 39.996054331132598 ], [ -75.168134770159497, 39.996034073288101 ], [ -75.168126111652398, 39.996074404347297 ], [ -75.168283995037399, 39.996095832429702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1455 N PAXON ST", "addr_range": "1455 N PAXON ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 550, "objectid": 6192, "Shape__Area": 87.15625, "Shape__Length": 48.181070056251144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224378883641194, 39.975720029343996 ], [ -75.224441632127196, 39.975747713171899 ], [ -75.224461903271703, 39.975721153686301 ], [ -75.224309009387895, 39.975654256629703 ], [ -75.224288183418395, 39.975680020009598 ], [ -75.224333479456305, 39.975699998267999 ], [ -75.224378883641194, 39.975720029343996 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3637 N 16TH ST", "addr_range": "3637 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 4947, "objectid": 6193, "Shape__Area": 784.44140625, "Shape__Length": 129.36772227971045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154050949255904, 40.009101025334701 ], [ -75.154045657340902, 40.009127052316401 ], [ -75.154042876238506, 40.0091422058223 ], [ -75.154033698280401, 40.009181057423199 ], [ -75.154214401808701, 40.009203438305001 ], [ -75.154265260711597, 40.009209956439399 ], [ -75.154374498192297, 40.009223678927199 ], [ -75.154463511162703, 40.009235088899501 ], [ -75.154474180326304, 40.009181377159102 ], [ -75.154486646843907, 40.0091250615638 ], [ -75.154133502506298, 40.009080162818599 ], [ -75.154056834019897, 40.009071046378203 ], [ -75.154050949255904, 40.009101025334701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1818 W ERIE AVE", "addr_range": "1816-1818 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 2754, "objectid": 6194, "Shape__Area": 436.7578125, "Shape__Length": 129.04890868054957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158331118304304, 40.0100075522571 ], [ -75.158398844019999, 40.010016496382903 ], [ -75.158404956405704, 40.009986522384303 ], [ -75.158483987489902, 40.009630671229701 ], [ -75.158415514535605, 40.009622096814603 ], [ -75.158337231956295, 40.009977545853403 ], [ -75.158331118304304, 40.0100075522571 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1424 W ERIE AVE", "addr_range": "1424 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1081, "objectid": 6195, "Shape__Area": 171.3984375, "Shape__Length": 65.97767164260641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152433374648496, 40.009248738188298 ], [ -75.152491130704405, 40.009256315077003 ], [ -75.152500930778203, 40.009210046956497 ], [ -75.152510905104506, 40.009163572840301 ], [ -75.152529947900305, 40.009076230971097 ], [ -75.152472912524104, 40.009068992967997 ], [ -75.152433374648496, 40.009248738188298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3647 N 15TH ST", "addr_range": "3647 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1621, "objectid": 6196, "Shape__Area": 257.1015625, "Shape__Length": 89.024525350332269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152541872139906, 40.009072503827298 ], [ -75.152875882812296, 40.009115006847701 ], [ -75.152886156324996, 40.009068944029998 ], [ -75.152552244457794, 40.009026038712499 ], [ -75.152541872139906, 40.009072503827298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3626 N 15TH ST", "addr_range": "3626 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2557, "objectid": 6197, "Shape__Area": 405.4609375, "Shape__Length": 100.04787303871061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153423041807997, 40.008752563816401 ], [ -75.1534936497155, 40.008761221962601 ], [ -75.153502680025795, 40.0087164032213 ], [ -75.153507905667794, 40.0086926957838 ], [ -75.153154929190904, 40.0086478310971 ], [ -75.153140144902196, 40.008717601309002 ], [ -75.153413613671603, 40.0087513522585 ], [ -75.153423041807997, 40.008752563816401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5130 MASTER ST", "addr_range": "5130 MASTER ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2030, "objectid": 6198, "Shape__Area": 321.671875, "Shape__Length": 84.734889056001094 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225427878009498, 39.974043506292297 ], [ -75.225353605587003, 39.974052478816702 ], [ -75.225340028030701, 39.974054179414203 ], [ -75.225354034166401, 39.974127185467502 ], [ -75.225383197470904, 39.974274338325003 ], [ -75.225471141447201, 39.974265617892101 ], [ -75.225427878009498, 39.974043506292297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3034 N BONSALL ST", "addr_range": "3034 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 667, "objectid": 6199, "Shape__Area": 105.76953125, "Shape__Length": 47.809829444405878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168636763764397, 40.001274129176402 ], [ -75.1687962761238, 40.001295527130303 ], [ -75.168804467670199, 40.001255960394502 ], [ -75.168731931316501, 40.001245802216701 ], [ -75.168643780764597, 40.001234550455102 ], [ -75.168636763764397, 40.001274129176402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1232 N ST BERNARD ST", "addr_range": "1232 N ST BERNARD ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 763, "objectid": 6200, "Shape__Area": 120.93359375, "Shape__Length": 52.437872374485778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222259668169997, 39.973066925419197 ], [ -75.222261740498297, 39.973078770547701 ], [ -75.222266907208095, 39.973107157699403 ], [ -75.222270145844703, 39.973106826293403 ], [ -75.222447162263904, 39.9730883032029 ], [ -75.222439664230606, 39.973047097558997 ], [ -75.222259668169997, 39.973066925419197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "717 S 52ND ST", "addr_range": "717 S 52ND ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1465, "objectid": 6201, "Shape__Area": 231.9375, "Shape__Length": 84.850665815573251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226855678625995, 39.948308959212802 ], [ -75.226846351846305, 39.948352567788703 ], [ -75.227165357230106, 39.948392290414297 ], [ -75.227174802820002, 39.948348282584902 ], [ -75.226855678625995, 39.948308959212802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4920 W STILES ST", "addr_range": "4920 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 685, "objectid": 6202, "Shape__Area": 108.49609375, "Shape__Length": 50.291681312458756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220207696622893, 39.972940786570703 ], [ -75.220159420371402, 39.972946007636899 ], [ -75.220181988756295, 39.973079781907003 ], [ -75.220232169436201, 39.973074650566602 ], [ -75.220207696622893, 39.972940786570703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3735 N 16TH ST", "addr_range": "3735 N 16TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1416, "objectid": 6203, "Shape__Area": 224.5390625, "Shape__Length": 83.697603398039774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153844692133902, 40.010602602965697 ], [ -75.153841533612606, 40.010613896082802 ], [ -75.153835348749197, 40.0106451900389 ], [ -75.154150195141995, 40.010685838510902 ], [ -75.154159514122199, 40.010642750799903 ], [ -75.153844692133902, 40.010602602965697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2225 W INDIANA AVE", "addr_range": "2225 W INDIANA AVE", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 919, "objectid": 6204, "Shape__Area": 145.71484375, "Shape__Length": 58.839767624757357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167461988708396, 40.000410234165798 ], [ -75.167428869916293, 40.000567317934603 ], [ -75.167485289078897, 40.000574648302198 ], [ -75.167517214386507, 40.000417521452903 ], [ -75.167461988708396, 40.000410234165798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4924 W STILES ST", "addr_range": "4924 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 668, "objectid": 6205, "Shape__Area": 105.890625, "Shape__Length": 50.037522459843352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220304955722298, 39.972930614937503 ], [ -75.220257132133398, 39.972936008203398 ], [ -75.220282351312093, 39.973069518329702 ], [ -75.220330517567703, 39.973064454262101 ], [ -75.220304955722298, 39.972930614937503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1837 N ETTING ST", "addr_range": "1837-1853 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 591, "objectid": 6206, "Shape__Area": 90.8203125, "Shape__Length": 44.288541816690334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178678102761197, 39.983795459952901 ], [ -75.178825377514599, 39.983815847147198 ], [ -75.178833998637899, 39.983779078104 ], [ -75.178685895119003, 39.983758463316398 ], [ -75.178678102761197, 39.983795459952901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1845 N ETTING ST", "addr_range": "1837-1853 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 591, "objectid": 6207, "Shape__Area": 92.515625, "Shape__Length": 44.330729163545328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1786453707428, 39.983948767997902 ], [ -75.178792377685198, 39.983968503201901 ], [ -75.178799637098393, 39.983930639559297 ], [ -75.178653204037502, 39.983910691066598 ], [ -75.1786453707428, 39.983948767997902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1151 S 54TH ST", "addr_range": "1151 S 54TH ST", "zipcode": 19143, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1324, "objectid": 6208, "Shape__Area": 209.62109375, "Shape__Length": 77.54122117849117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226902417216095, 39.943210706369797 ], [ -75.226688328679899, 39.943360695488998 ], [ -75.226728050924905, 39.943394066530502 ], [ -75.226941242265795, 39.943243493576603 ], [ -75.226902417216095, 39.943210706369797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "661 UNION ST", "addr_range": "661-663 UNION ST", "zipcode": 19104, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1266, "objectid": 6209, "Shape__Area": 200.5546875, "Shape__Length": 75.3766544422501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201050717032203, 39.964627395692197 ], [ -75.201059040225203, 39.964671892931499 ], [ -75.201337018178293, 39.964638737369299 ], [ -75.201328276319501, 39.964595906723602 ], [ -75.201050717032203, 39.964627395692197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2408 W SERGEANT ST", "addr_range": "2404-2410 W SERGEANT ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 766, "objectid": 6210, "Shape__Area": 121.51953125, "Shape__Length": 55.812819942406307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171542346387, 39.993876754618299 ], [ -75.171590567789806, 39.993882867276298 ], [ -75.171622177202593, 39.993730455546597 ], [ -75.1715749138815, 39.993723331859997 ], [ -75.171542346387, 39.993876754618299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "663 UNION ST", "addr_range": "661-663 UNION ST", "zipcode": 19104, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1311, "objectid": 6211, "Shape__Area": 207.71875, "Shape__Length": 75.964547185238672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201059040225203, 39.964671892931499 ], [ -75.201067372982294, 39.964716666089998 ], [ -75.201344902062502, 39.964684337566403 ], [ -75.201346227260998, 39.964684189505199 ], [ -75.201337018178293, 39.964638737369299 ], [ -75.201059040225203, 39.964671892931499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1420 W HAGERT ST", "addr_range": "1420-1424 W HAGERT ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 592, "objectid": 6212, "Shape__Area": 93.8671875, "Shape__Length": 45.889587636586455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156352649532806, 39.990224530493997 ], [ -75.156351480282098, 39.990229872336201 ], [ -75.156399439841096, 39.990236210801797 ], [ -75.156423824901495, 39.990116313768297 ], [ -75.156377379776202, 39.990110380751602 ], [ -75.156352649532806, 39.990224530493997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1424 W HAGERT ST", "addr_range": "1420-1424 W HAGERT ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 611, "objectid": 6213, "Shape__Area": 96.84765625, "Shape__Length": 46.350089713479264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156462480482503, 39.990244405531897 ], [ -75.156497131093502, 39.990249138553096 ], [ -75.156521382519898, 39.990128319445098 ], [ -75.156472230670602, 39.990122437934502 ], [ -75.156449325240601, 39.990242608982001 ], [ -75.156462480482503, 39.990244405531897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1825 N 22ND ST", "addr_range": "1821-1825 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1667, "objectid": 6214, "Shape__Area": 264.21875, "Shape__Length": 89.195592306486631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169962544319901, 39.982561730110497 ], [ -75.169997407267005, 39.982566834215397 ], [ -75.170294624092506, 39.982608301767002 ], [ -75.170304966206103, 39.982561094057601 ], [ -75.169989697238506, 39.982516044632199 ], [ -75.169973215274098, 39.982513610784302 ], [ -75.169962544319901, 39.982561730110497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3410 MANTUA AVE", "addr_range": "3408-3410 MANTUA AVE; 723 N SHEDWICK ST", "zipcode": 19104, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1101, "objectid": 6215, "Shape__Area": 174.46484375, "Shape__Length": 66.684086139542842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192626060675195, 39.966974925730703 ], [ -75.192669744793804, 39.9669909552074 ], [ -75.192773022566598, 39.966824693822701 ], [ -75.192719577586402, 39.966804705854102 ], [ -75.192636721147693, 39.966941086327402 ], [ -75.192616907311404, 39.966971561883 ], [ -75.192626060675195, 39.966974925730703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4153 LEIDY AVE", "addr_range": "4153 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1452, "objectid": 6216, "Shape__Area": 230.14453125, "Shape__Length": 84.679089296153549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208304002784601, 39.974790649495702 ], [ -75.208355458104407, 39.974809729940901 ], [ -75.208494986088695, 39.974586630692301 ], [ -75.208442846626099, 39.974567340537703 ], [ -75.208304002784601, 39.974790649495702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1422 W HAGERT ST", "addr_range": "1420-1424 W HAGERT ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 617, "objectid": 6217, "Shape__Area": 97.80859375, "Shape__Length": 46.36841905738784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156399439841096, 39.990236210801797 ], [ -75.156449325240601, 39.990242608982001 ], [ -75.156472230670602, 39.990122437934502 ], [ -75.156423824901495, 39.990116313768297 ], [ -75.156399439841096, 39.990236210801797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4808 FAIRMOUNT AVE", "addr_range": "4804-4808 FAIRMOUNT AVE; 4811 WALLACE ST", "zipcode": 19139, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 6338, "objectid": 6218, "Shape__Area": 1003.546875, "Shape__Length": 159.99954857148052 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.217331806853295, 39.963538119586097 ], [ -75.217263892873206, 39.963543460823402 ], [ -75.217317599194203, 39.963956597254601 ], [ -75.217494763223101, 39.963942502255399 ], [ -75.217453243917902, 39.963635308762299 ], [ -75.217347228288304, 39.963644453684701 ], [ -75.217331806853295, 39.963538119586097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1828 N BAILEY ST", "addr_range": "1822-1830 N BAILEY ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 624, "objectid": 6219, "Shape__Area": 98.94921875, "Shape__Length": 45.484725896725521 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177400037159998, 39.983389472075501 ], [ -75.177391326238094, 39.983428592457301 ], [ -75.177540520872299, 39.9834486053918 ], [ -75.177549867438003, 39.983408224316697 ], [ -75.177400037159998, 39.983389472075501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1714 ARLINGTON ST", "addr_range": "1714-1716 ARLINGTON ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 775, "objectid": 6220, "Shape__Area": 122.80078125, "Shape__Length": 57.246814294832475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162643772371197, 39.983208130945101 ], [ -75.162629655784002, 39.983206298085598 ], [ -75.162617106056501, 39.983204596056503 ], [ -75.162597328195403, 39.983201731842101 ], [ -75.162596193452501, 39.983206768167797 ], [ -75.162561406950999, 39.983360235156802 ], [ -75.162607981290407, 39.983366540797803 ], [ -75.162642688434005, 39.983212909824999 ], [ -75.162643772371197, 39.983208130945101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5602 BLOYD ST", "addr_range": "5602 BLOYD ST", "zipcode": 19138, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 746, "objectid": 6221, "Shape__Area": 118.27734375, "Shape__Length": 56.07323804639406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162198597920096, 40.044869655801797 ], [ -75.162070620046293, 40.044992731717798 ], [ -75.162107966291501, 40.045014916298904 ], [ -75.162234564823095, 40.044891211896598 ], [ -75.162198597920096, 40.044869655801797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2215 W BERKS ST", "addr_range": "2215 W BERKS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 960, "objectid": 6222, "Shape__Area": 152.125, "Shape__Length": 61.022716709767991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170670932701498, 39.983688468699 ], [ -75.170726472755405, 39.983695423929802 ], [ -75.1707517047831, 39.9835817010119 ], [ -75.170762980738502, 39.983530871455201 ], [ -75.170707163131596, 39.983524103719198 ], [ -75.170696020313102, 39.983574695692802 ], [ -75.170670932701498, 39.983688468699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2001 N 18TH ST", "addr_range": "2001-2003 N 18TH ST; 1721-1729 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1215, "objectid": 6223, "Shape__Area": 192.60546875, "Shape__Length": 68.720972421718812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162942449502594, 39.984058963751302 ], [ -75.162933346060996, 39.984106506083599 ], [ -75.163174196024997, 39.984138613158102 ], [ -75.163185153317002, 39.984090274650498 ], [ -75.162942449502594, 39.984058963751302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1729 W NORRIS ST", "addr_range": "2001-2003 N 18TH ST; 1721-1729 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1155, "objectid": 6224, "Shape__Area": 183.125, "Shape__Length": 66.207503193702081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162835442719796, 39.984227534701397 ], [ -75.162898486581895, 39.984235484607801 ], [ -75.162931551024002, 39.984057879236303 ], [ -75.162870142913803, 39.9840498860274 ], [ -75.162835442719796, 39.984227534701397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1733 W BERKS ST", "addr_range": "1733-1737 W BERKS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1127, "objectid": 6225, "Shape__Area": 178.6328125, "Shape__Length": 69.389080623136877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1629170465431, 39.982727278775897 ], [ -75.162973180202201, 39.982734540400799 ], [ -75.163012990634201, 39.982541548163198 ], [ -75.1629577649461, 39.982534130422501 ], [ -75.1629170465431, 39.982727278775897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1932 DIAMOND ST", "addr_range": "1932 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1627, "objectid": 6226, "Shape__Area": 257.92578125, "Shape__Length": 92.833428205510458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165584065274501, 39.985799809722103 ], [ -75.165640924476705, 39.985807377343903 ], [ -75.165693959445406, 39.9855354522482 ], [ -75.165636435977802, 39.985527709309302 ], [ -75.165624881120706, 39.985584126575503 ], [ -75.165617312313699, 39.985629398840302 ], [ -75.165584065274501, 39.985799809722103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4806 FAIRMOUNT AVE", "addr_range": "4804-4808 FAIRMOUNT AVE; 4811 WALLACE ST", "zipcode": 19139, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 7565, "objectid": 6227, "Shape__Area": 1197.91796875, "Shape__Length": 160.27592245402948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.217142195215899, 39.963969555030502 ], [ -75.217317599194203, 39.963956597254601 ], [ -75.217263892873206, 39.963543460823402 ], [ -75.217083844863495, 39.963557394469099 ], [ -75.217142195215899, 39.963969555030502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "723 N SHEDWICK ST", "addr_range": "3408-3410 MANTUA AVE; 723 N SHEDWICK ST", "zipcode": 19104, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 714, "objectid": 6228, "Shape__Area": 113.19921875, "Shape__Length": 52.794366654295999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192617418199006, 39.966754876440802 ], [ -75.1927964424507, 39.966820266548503 ], [ -75.192781347983797, 39.966736542791097 ], [ -75.192617418199006, 39.966754876440802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4157 LEIDY AVE", "addr_range": "4157 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1478, "objectid": 6229, "Shape__Area": 234.1015625, "Shape__Length": 85.210521159043367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208406694254506, 39.9748296920949 ], [ -75.208459749359093, 39.9748497116301 ], [ -75.208598637395397, 39.974624647417201 ], [ -75.208546923966594, 39.9746057379595 ], [ -75.208406694254506, 39.9748296920949 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2925 CECIL B MOORE AVE", "addr_range": "2925 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1145, "objectid": 6230, "Shape__Area": 181.3984375, "Shape__Length": 71.087515498110236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1827285301232, 39.982190437726601 ], [ -75.182783205774896, 39.9821975119497 ], [ -75.1828250903433, 39.981997999350497 ], [ -75.182770358860907, 39.9819907950504 ], [ -75.1827285301232, 39.982190437726601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2036 N 18TH ST", "addr_range": "2036 N 18TH ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1143, "objectid": 6231, "Shape__Area": 181.19921875, "Shape__Length": 69.138033938711033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163161542049593, 39.985031414873497 ], [ -75.163409643732507, 39.985065296742597 ], [ -75.163414645750606, 39.985039602579697 ], [ -75.163418938512507, 39.985020967208001 ], [ -75.163172300679804, 39.984988295977303 ], [ -75.163171176282901, 39.9849881408879 ], [ -75.163169486076001, 39.984987926192801 ], [ -75.163161542049593, 39.985031414873497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1721 MONUMENT ST", "addr_range": "1721 MONUMENT ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1103, "objectid": 6232, "Shape__Area": 174.8359375, "Shape__Length": 68.871816838409487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162545827730696, 39.983194961934998 ], [ -75.162567556675498, 39.983197740399497 ], [ -75.162568631214, 39.983192654962899 ], [ -75.162608148602999, 39.983005701146602 ], [ -75.162553709201504, 39.982998541517098 ], [ -75.162513546522206, 39.983185335705798 ], [ -75.162512478020204, 39.983190293333898 ], [ -75.162545827730696, 39.983194961934998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3549 N WARNOCK ST", "addr_range": "3545-3549 N WARNOCK ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 783, "objectid": 6233, "Shape__Area": 124.17578125, "Shape__Length": 56.071116462379877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145468616895002, 40.006421813646099 ], [ -75.145459931594004, 40.006459707248403 ], [ -75.145660033161306, 40.006484380874802 ], [ -75.145667779305896, 40.006447448067703 ], [ -75.145468616895002, 40.006421813646099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "612 W ALLEGHENY AVE", "addr_range": "608-612 W ALLEGHENY AVE; 3157-3159 N WENDLE ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1280, "objectid": 6234, "Shape__Area": 202.9296875, "Shape__Length": 67.682079561664054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140996282076699, 39.9999052989183 ], [ -75.141065380963795, 39.999914752389301 ], [ -75.141103640026898, 39.999737834032501 ], [ -75.141095798666598, 39.999736769218401 ], [ -75.141034933071793, 39.999728551672099 ], [ -75.140996282076699, 39.9999052989183 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2625 N 6TH ST", "addr_range": "2625-2627 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1299, "objectid": 6235, "Shape__Area": 205.94140625, "Shape__Length": 71.730857688878984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142023311696406, 39.991407680428999 ], [ -75.142276768270094, 39.991443791781002 ], [ -75.1422872109884, 39.991394508865902 ], [ -75.142033757209802, 39.991359427464502 ], [ -75.142023311696406, 39.991407680428999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3015 N 5TH ST", "addr_range": "3013-3017 N 5TH ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1623, "objectid": 6236, "Shape__Area": 257.34375, "Shape__Length": 92.132954340606645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138647135705597, 39.997047139211602 ], [ -75.138996516525594, 39.997095935513897 ], [ -75.139006724057097, 39.997051208460597 ], [ -75.138656565405796, 39.997003604563098 ], [ -75.138647135705597, 39.997047139211602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2211 N 21ST ST", "addr_range": "2211-2215 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1181, "objectid": 6237, "Shape__Area": 187.265625, "Shape__Length": 72.953325522379501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167477641056195, 39.988057778623897 ], [ -75.167209296332999, 39.9880230349453 ], [ -75.167200116036298, 39.988064994039803 ], [ -75.167468457443704, 39.988099736760603 ], [ -75.167477641056195, 39.988057778623897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2213 N 21ST ST", "addr_range": "2211-2215 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1181, "objectid": 6238, "Shape__Area": 187.26953125, "Shape__Length": 72.953149191648137 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167468457443704, 39.988099736760603 ], [ -75.167200116104794, 39.988064992239302 ], [ -75.167190934626305, 39.988106951306698 ], [ -75.167459276126394, 39.9881416958494 ], [ -75.167468457443704, 39.988099736760603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4535 PULASKI AVE", "addr_range": "4533-4535 PULASKI AVE", "zipcode": 19144, "district": "8", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2361, "objectid": 6239, "Shape__Area": 374.51171875, "Shape__Length": 94.44787338801379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164209939096693, 40.021251561878799 ], [ -75.164135004279501, 40.021209499108302 ], [ -75.163895144529207, 40.021374729807903 ], [ -75.1639557057931, 40.021426694650302 ], [ -75.164209939096693, 40.021251561878799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3316 N UBER ST", "addr_range": "3316 N UBER ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1407, "objectid": 6240, "Shape__Area": 223.20703125, "Shape__Length": 84.535662800329931 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161219690690103, 40.004720255879697 ], [ -75.161211183332995, 40.004762508192997 ], [ -75.161530287878307, 40.004805199894797 ], [ -75.161539075318203, 40.004763340413 ], [ -75.161219690690103, 40.004720255879697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3548 OLD YORK RD", "addr_range": "1200-1204 W VENANGO ST; 3546-3548 OLD YORK RD", "zipcode": 19140, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 2257, "objectid": 6241, "Shape__Area": 357.90234375, "Shape__Length": 120.33333657028368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148484908086999, 40.007078659558303 ], [ -75.148503690948601, 40.007080842162701 ], [ -75.148513406401804, 40.007036233886602 ], [ -75.148522980080102, 40.0069931847653 ], [ -75.148332841523001, 40.006968322986097 ], [ -75.148328273217899, 40.0069879499897 ], [ -75.148318185300397, 40.007034050009899 ], [ -75.148089148478206, 40.007003486779098 ], [ -75.148084539808494, 40.007023645362402 ], [ -75.148121702778298, 40.007029193621698 ], [ -75.148141586260806, 40.0070321598878 ], [ -75.148189376541595, 40.007038836474599 ], [ -75.148238854997004, 40.007045213416397 ], [ -75.148288664713206, 40.0070522411716 ], [ -75.148337970883105, 40.0070587421108 ], [ -75.148387117173598, 40.007065562871702 ], [ -75.148435925494098, 40.007071908323603 ], [ -75.148484908086999, 40.007078659558303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2726 EARP ST", "addr_range": "2726-2728 EARP ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 699, "objectid": 6242, "Shape__Area": 110.59765625, "Shape__Length": 51.296893447981361 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.189815365155397, 39.936158152799202 ], [ -75.189864323369207, 39.936163695767902 ], [ -75.189892654976305, 39.936026955861898 ], [ -75.189844293196103, 39.936020620714999 ], [ -75.189815365155397, 39.936158152799202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2025 N VAN PELT ST", "addr_range": "2025 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 958, "objectid": 6243, "Shape__Area": 151.890625, "Shape__Length": 65.901480395791111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168601843659502, 39.985545731422697 ], [ -75.168844142720104, 39.9855785194612 ], [ -75.168849811110704, 39.985554531297403 ], [ -75.168852811539196, 39.985541784552503 ], [ -75.1686105528524, 39.9855073521855 ], [ -75.168601843659502, 39.985545731422697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2215 N 21ST ST", "addr_range": "2211-2215 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1181, "objectid": 6244, "Shape__Area": 187.27734375, "Shape__Length": 72.953894582776286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167459276126394, 39.9881416958494 ], [ -75.167190934626305, 39.988106951306698 ], [ -75.167181749522797, 39.988148912995001 ], [ -75.167450092422698, 39.988183655784901 ], [ -75.167459276126394, 39.9881416958494 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4533 PULASKI AVE", "addr_range": "4533-4535 PULASKI AVE", "zipcode": 19144, "district": "8", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2564, "objectid": 6245, "Shape__Area": 406.73046875, "Shape__Length": 102.42394517999611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164135004279501, 40.021209499108302 ], [ -75.164061459619703, 40.0211686317028 ], [ -75.163793430366098, 40.021353267289101 ], [ -75.163851754712496, 40.021403314907403 ], [ -75.163894301390002, 40.021374005325498 ], [ -75.163895144529207, 40.021374729807903 ], [ -75.164135004279501, 40.021209499108302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1938 N UBER ST", "addr_range": "1938-1942 N UBER ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 816, "objectid": 6246, "Shape__Area": 129.39453125, "Shape__Length": 58.811345054382144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166045340494605, 39.983857843123097 ], [ -75.166054112358793, 39.983821143151197 ], [ -75.165841054253306, 39.983792181730898 ], [ -75.165833632685903, 39.983828606648899 ], [ -75.166045340494605, 39.983857843123097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2418 CECIL B MOORE AVE", "addr_range": "2416-2422 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1068, "objectid": 6247, "Shape__Area": 169.2734375, "Shape__Length": 67.707000438593596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174715657168306, 39.9807806021714 ], [ -75.174771081128696, 39.980787229421502 ], [ -75.174808219852494, 39.980598574454199 ], [ -75.174755484481196, 39.980591748959199 ], [ -75.174715657168306, 39.9807806021714 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1408 N VOGDES ST", "addr_range": "1408 N VODGES ST", "zipcode": 19131, "district": "4", "year": "2013", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 763, "objectid": 6248, "Shape__Area": 120.86328125, "Shape__Length": 50.391586086278252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231841476729798, 39.973917971237398 ], [ -75.231848966918406, 39.973961755517699 ], [ -75.232012484753298, 39.973943920674003 ], [ -75.232016160178901, 39.973943147178602 ], [ -75.232008328684202, 39.973899500482503 ], [ -75.232005026839005, 39.973899863211997 ], [ -75.231841476729798, 39.973917971237398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1413 W INDIANA AVE", "addr_range": "1411-1417 W INDIANA AVE", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": " ", "parcelarea": 921, "objectid": 6249, "Shape__Area": 146.125, "Shape__Length": 59.785564230858668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154046837918301, 39.998805471972197 ], [ -75.154101168664994, 39.998812568035298 ], [ -75.1541381172933, 39.998651979868903 ], [ -75.1540835402689, 39.998644280876199 ], [ -75.154046837918301, 39.998805471972197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1415 W INDIANA AVE", "addr_range": "1411-1417 W INDIANA AVE", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 947, "objectid": 6250, "Shape__Area": 150.17578125, "Shape__Length": 60.132626306110168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154101168664994, 39.998812568035298 ], [ -75.154157532982694, 39.998820129932398 ], [ -75.1541938396457, 39.998658832549197 ], [ -75.1541381172933, 39.998651979868903 ], [ -75.154101168664994, 39.998812568035298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1411 W INDIANA AVE", "addr_range": "1411-1417 W INDIANA AVE", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 903, "objectid": 6251, "Shape__Area": 143.203125, "Shape__Length": 59.681268587743219 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154026367828394, 39.9986512412952 ], [ -75.154007789066497, 39.998738094667303 ], [ -75.153993354988998, 39.998798232873 ], [ -75.154046837918301, 39.998805471972197 ], [ -75.1540835402689, 39.998644280876199 ], [ -75.154029377594895, 39.998637204820803 ], [ -75.154026367828394, 39.9986512412952 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1911 CECIL B MOORE AVE", "addr_range": "1911 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1756, "objectid": 6252, "Shape__Area": 278.20703125, "Shape__Length": 92.939713492812302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166177467824099, 39.9801238552431 ], [ -75.166238495413097, 39.9801320066777 ], [ -75.166298161671406, 39.979864769118699 ], [ -75.166234303774701, 39.979855933188901 ], [ -75.166177467824099, 39.9801238552431 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5418 RIDGEWOOD ST", "addr_range": "5416-5418 RIDGEWOOD ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": "Y", "numparcels": "2", "parcelarea": 1083, "objectid": 6253, "Shape__Area": 171.41796875, "Shape__Length": 67.425422513472469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227528302195907, 39.9428674249517 ], [ -75.227536282877296, 39.942874145309702 ], [ -75.227693970271801, 39.943006908011398 ], [ -75.227735525118405, 39.942978548391999 ], [ -75.227577829653896, 39.942844867453402 ], [ -75.227569484927102, 39.942837800317299 ], [ -75.227528302195907, 39.9428674249517 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2039 W ONTARIO ST", "addr_range": "2039-2041 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2860, "objectid": 6254, "Shape__Area": 453.453125, "Shape__Length": 131.92305584006368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162916646487901, 40.006545053959897 ], [ -75.162924001657402, 40.006546268485003 ], [ -75.163009839623101, 40.006151879487902 ], [ -75.162941743902394, 40.006142801724799 ], [ -75.162853855475902, 40.0065376427345 ], [ -75.162870076729803, 40.006539378721101 ], [ -75.162916646487901, 40.006545053959897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2041 W ONTARIO ST", "addr_range": "2039-2041 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 3011, "objectid": 6255, "Shape__Area": 477.49609375, "Shape__Length": 132.604821397221 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162966533773201, 40.006551207591201 ], [ -75.162998085675895, 40.006555513623901 ], [ -75.1630815276677, 40.006161265211801 ], [ -75.163009839623101, 40.006151879487902 ], [ -75.162924001657402, 40.006546268485003 ], [ -75.162966533773201, 40.006551207591201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3303 N GRATZ ST", "addr_range": "3301-3303 N GRATZ ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1123, "objectid": 6256, "Shape__Area": 178.1796875, "Shape__Length": 72.742030969833337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159352411222201, 40.004182594893798 ], [ -75.159343272229904, 40.004221075602402 ], [ -75.159613705939705, 40.0042559365885 ], [ -75.159623405804197, 40.004215403387803 ], [ -75.159352411222201, 40.004182594893798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2017 BELLEVUE ST", "addr_range": "2007-2017 BELLEVUE ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2993, "objectid": 6257, "Shape__Area": 474.53515625, "Shape__Length": 97.538671753853961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1623672648075, 40.005532743813198 ], [ -75.162364442263595, 40.005543012138702 ], [ -75.162483183300097, 40.005558053069102 ], [ -75.162537042288605, 40.005318614750799 ], [ -75.162418328725593, 40.0053028329502 ], [ -75.162387119319106, 40.005439728989501 ], [ -75.1623672648075, 40.005532743813198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3100 TASKER ST", "addr_range": "3100 TASKER ST", "zipcode": 19145, "district": "2", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1016, "objectid": 6258, "Shape__Area": 160.87109375, "Shape__Length": 64.234131628267519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196085447349901, 39.933989094057303 ], [ -75.196099122152006, 39.9339907203587 ], [ -75.1961407949386, 39.933995662346199 ], [ -75.196179523598303, 39.9338197723905 ], [ -75.196124640522896, 39.9338131180535 ], [ -75.196085447349901, 39.933989094057303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1512 HANSON ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 673, "objectid": 6259, "Shape__Area": 106.49609375, "Shape__Length": 48.90022985653097 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210766137312305, 39.939780414358999 ], [ -75.210640777478801, 39.939866877864198 ], [ -75.2106753481129, 39.939896110441701 ], [ -75.210705803488807, 39.939874620045302 ], [ -75.2108000853314, 39.9398094880531 ], [ -75.210766137312305, 39.939780414358999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3400 N SYDENHAM ST", "addr_range": "3405-09 N 16TH ST; 3400 N SYDENHAM ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1870, "objectid": 6260, "Shape__Area": 296.58984375, "Shape__Length": 78.759264323526565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154728764656497, 40.0051473303321 ], [ -75.154987982036999, 40.005182270285701 ], [ -75.155002445240001, 40.005113749548499 ], [ -75.1548786738106, 40.005096540004502 ], [ -75.154743436589698, 40.005078781002602 ], [ -75.154729201778295, 40.005145212910797 ], [ -75.154728764656497, 40.0051473303321 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3536 N WARNOCK ST", "addr_range": "3536 N WARNOCK ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 783, "objectid": 6261, "Shape__Area": 124.16796875, "Shape__Length": 55.572173712439493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145823743731498, 40.006221615908203 ], [ -75.145815524289105, 40.006259924658004 ], [ -75.146012030826896, 40.006284869333903 ], [ -75.146020412053502, 40.006247227393096 ], [ -75.145823743731498, 40.006221615908203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3603 N 11TH ST", "addr_range": "3603 N 11TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1219, "objectid": 6262, "Shape__Area": 193.40234375, "Shape__Length": 75.888303577301173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145846210166496, 40.007081382684802 ], [ -75.146128116566004, 40.007118420491203 ], [ -75.146137773225007, 40.007077066433403 ], [ -75.145855095816103, 40.007040461668403 ], [ -75.145846210166496, 40.007081382684802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1420 HANSON ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 636, "objectid": 6263, "Shape__Area": 100.7421875, "Shape__Length": 47.801907458349035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211305997083997, 39.940390966901496 ], [ -75.211339218271604, 39.940418799873498 ], [ -75.211370988110801, 39.9403969032101 ], [ -75.211461671360098, 39.9403333515708 ], [ -75.211445823244105, 39.940319766880201 ], [ -75.211429220770498, 39.940305632998403 ], [ -75.211305997083997, 39.940390966901496 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1811 S ALLISON ST", "addr_range": "1809-1817 S ALLISON ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 608, "objectid": 6264, "Shape__Area": 96.21875, "Shape__Length": 39.52449814495165 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220761006351907, 39.934431417224999 ], [ -75.220833028894305, 39.934469934844202 ], [ -75.220893101327107, 39.934427785457601 ], [ -75.220835782518705, 39.934379614464802 ], [ -75.220790724176794, 39.934411004525003 ], [ -75.220761006351907, 39.934431417224999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2459 N NATRONA ST", "addr_range": "2455-2459 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 708, "objectid": 6265, "Shape__Area": 112.2578125, "Shape__Length": 51.261618961114095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1844504773088, 39.994354927203901 ], [ -75.184627672754203, 39.994380035988101 ], [ -75.184635840709802, 39.994341353503202 ], [ -75.184458995872305, 39.994317509473603 ], [ -75.1844504773088, 39.994354927203901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2638 EARP ST", "addr_range": "2638 EARP ST", "zipcode": 19146, "district": "2", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 694, "objectid": 6266, "Shape__Area": 109.84765625, "Shape__Length": 50.984204804680111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.188529962989307, 39.935990064456902 ], [ -75.188577719876406, 39.935996918247 ], [ -75.188606544722902, 39.935860512179197 ], [ -75.188557066069606, 39.935854345257603 ], [ -75.188529962989307, 39.935990064456902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3343 N 20TH ST", "addr_range": "3341-3343 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1987, "objectid": 6267, "Shape__Area": 315.02734375, "Shape__Length": 92.134854012822302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161733726748807, 40.0055484446737 ], [ -75.161738190115699, 40.005549045363601 ], [ -75.161750650385699, 40.005492133410698 ], [ -75.161416414647206, 40.005448198407102 ], [ -75.161404720939004, 40.005504757296897 ], [ -75.161733726748807, 40.0055484446737 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3529 N 11TH ST", "addr_range": "3529 N 11TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1238, "objectid": 6268, "Shape__Area": 196.34375, "Shape__Length": 77.000478462296627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1460612356301, 40.006117452227002 ], [ -75.1460524060453, 40.006157987088201 ], [ -75.146339238325297, 40.006196022791698 ], [ -75.146349089963195, 40.006154527177202 ], [ -75.1460612356301, 40.006117452227002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4826 PASCHALL AVE", "addr_range": "4826 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1052, "objectid": 6269, "Shape__Area": 166.5234375, "Shape__Length": 71.051306439585716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210357265533702, 39.940149608015098 ], [ -75.210471986448297, 39.940246415593201 ], [ -75.2104788311254, 39.940252129035002 ], [ -75.210491722895895, 39.940262973329098 ], [ -75.210538834191198, 39.940302364007501 ], [ -75.210575348373894, 39.940276801005901 ], [ -75.2103944733731, 39.940123931587102 ], [ -75.210357265533702, 39.940149608015098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3517 N 13TH ST", "addr_range": "3515-3535 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1212, "objectid": 6270, "Shape__Area": 192.1953125, "Shape__Length": 81.303239594261299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149473221109304, 40.006633154676202 ], [ -75.149482201804005, 40.006591865263204 ], [ -75.149275844103997, 40.006563558857302 ], [ -75.149148208290001, 40.006586475326898 ], [ -75.149149482072701, 40.006591517455298 ], [ -75.149473221109304, 40.006633154676202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1224 W ATLANTIC ST", "addr_range": "1235-1237 W TIOGA ST; 1224 W ATLANTIC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1265, "objectid": 6271, "Shape__Area": 200.63671875, "Shape__Length": 65.223271809140257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149271725830801, 40.0062437109219 ], [ -75.149224753582104, 40.006096406887501 ], [ -75.149144685225096, 40.006085824287801 ], [ -75.149197183996193, 40.006257384657403 ], [ -75.149271725830801, 40.0062437109219 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3525 N 13TH ST", "addr_range": "3515-3535 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 985, "objectid": 6272, "Shape__Area": 156.16015625, "Shape__Length": 67.648910385759393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149447321647003, 40.006752192738197 ], [ -75.1491888893528, 40.006717951921303 ], [ -75.149201950025997, 40.006758999098601 ], [ -75.149439260894397, 40.006789683566602 ], [ -75.149447321647003, 40.006752192738197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1834 S VOGDES ST", "addr_range": "1834-1836 S VOGDES ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2303, "objectid": 6273, "Shape__Area": 364.4765625, "Shape__Length": 87.869709492049168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220133242215297, 39.934367842133099 ], [ -75.220225794649807, 39.934406637317103 ], [ -75.220318455360399, 39.9343311780909 ], [ -75.2204206544492, 39.934246950713799 ], [ -75.220416204601094, 39.934244434280799 ], [ -75.220406010370993, 39.934238679992099 ], [ -75.220339673011694, 39.934202173287403 ], [ -75.220133242215297, 39.934367842133099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3527 N 13TH ST", "addr_range": "3515-3535 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 878, "objectid": 6274, "Shape__Area": 139.2265625, "Shape__Length": 63.522177644249368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149203110893694, 40.006796504197297 ], [ -75.149431323973303, 40.006826143730599 ], [ -75.149437301572306, 40.006798714250799 ], [ -75.149439260894397, 40.006789683566602 ], [ -75.149201950025997, 40.006758999098601 ], [ -75.149208078821502, 40.006776837562597 ], [ -75.149203110893694, 40.006796504197297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2238 N 30TH ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1150, "objectid": 6275, "Shape__Area": 182.31640625, "Shape__Length": 69.67548787592844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181731050340005, 39.990702635459897 ], [ -75.181982885521705, 39.9907354968595 ], [ -75.1819918965667, 39.990691739986701 ], [ -75.181740258855598, 39.990659205583398 ], [ -75.181731050340005, 39.990702635459897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1507 S 50TH ST", "addr_range": "1507-1509 S 50TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 850, "objectid": 6276, "Shape__Area": 134.54296875, "Shape__Length": 60.625342263328683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212168544122207, 39.938937030040002 ], [ -75.212201567684005, 39.938964503403099 ], [ -75.212230311233199, 39.938945135348 ], [ -75.212267113458296, 39.938918529444102 ], [ -75.212349749694198, 39.938860103313303 ], [ -75.212366689258502, 39.938849500296897 ], [ -75.212333746898594, 39.938821513404797 ], [ -75.212320572215404, 39.9388307211726 ], [ -75.212168544122207, 39.938937030040002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3652 N 11TH ST", "addr_range": "3652 N 11TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1244, "objectid": 6277, "Shape__Area": 197.32421875, "Shape__Length": 75.908863085699537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146093708577595, 40.008130857191901 ], [ -75.146084702531795, 40.008174886717299 ], [ -75.146366672269295, 40.008206605644197 ], [ -75.146375163494099, 40.008166127059397 ], [ -75.146093708577595, 40.008130857191901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3116 N BROAD ST", "addr_range": "3114-3122 N BROAD ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1660, "objectid": 6278, "Shape__Area": 263.18359375, "Shape__Length": 88.875185163250791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153305945508507, 40.000536480567298 ], [ -75.153637227412204, 40.000577471763798 ], [ -75.153647704892606, 40.0005309603048 ], [ -75.153316162245204, 40.000487449394399 ], [ -75.153305945508507, 40.000536480567298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1314 W ERIE AVE", "addr_range": "1314 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1793, "objectid": 6279, "Shape__Area": 284.3984375, "Shape__Length": 92.809852997495938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1495658809731, 40.008872953625797 ], [ -75.149630506794296, 40.008881219168202 ], [ -75.149682879559805, 40.008633660111101 ], [ -75.149674607098703, 40.008609405626103 ], [ -75.149624455318204, 40.008603046518303 ], [ -75.1495658809731, 40.008872953625797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3041 N BROAD ST", "addr_range": "3041-3043 N BROAD ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2297, "objectid": 6280, "Shape__Area": 364.1640625, "Shape__Length": 98.521280177597021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152696966575903, 39.999801817806897 ], [ -75.153053248049204, 39.999847648134804 ], [ -75.153065969987296, 39.999786845986101 ], [ -75.1527102839229, 39.999739546986604 ], [ -75.152696966575903, 39.999801817806897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4831 PASCHALL AVE", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 718, "objectid": 6281, "Shape__Area": 113.66015625, "Shape__Length": 50.923034422372098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211128023210705, 39.940180035609899 ], [ -75.211248203977206, 39.940279865373697 ], [ -75.211286263440002, 39.940253255153102 ], [ -75.211167046905004, 39.940153432357 ], [ -75.211128023210705, 39.940180035609899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1932 W WESTMORELAND ST", "addr_range": "1932 W WESTMORELAND ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1308, "objectid": 6282, "Shape__Area": 207.4140625, "Shape__Length": 78.364763690760114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161612826629494, 40.0040592935135 ], [ -75.161581807715706, 40.004199401275002 ], [ -75.161563897280203, 40.004282707219097 ], [ -75.161618978593097, 40.004289977811901 ], [ -75.161668979221304, 40.004067071184203 ], [ -75.161612826629494, 40.0040592935135 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1239 W SEDGLEY AVE", "addr_range": "1239-1241 W SEDGLEY AVE", "zipcode": 19133, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1392, "objectid": 6283, "Shape__Area": 220.71875, "Shape__Length": 87.517156953386092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1505367320554, 40.000171365819298 ], [ -75.150550646047407, 40.0001736487174 ], [ -75.150562903440601, 40.00011794145 ], [ -75.150433132322902, 39.999913325893303 ], [ -75.150394213531101, 39.999928000655103 ], [ -75.150385345549196, 39.999931347146202 ], [ -75.1505367320554, 40.000171365819298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2652 W SILVER ST", "addr_range": "2652 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 770, "objectid": 6284, "Shape__Area": 122.1484375, "Shape__Length": 52.216361468390005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175192167765104, 39.997276229448303 ], [ -75.175165445048407, 39.997412180199497 ], [ -75.175219348102601, 39.997419482806698 ], [ -75.175246415277698, 39.997283281180998 ], [ -75.175192167765104, 39.997276229448303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "890 LEX ST", "addr_range": "890 LEX ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1551, "objectid": 6285, "Shape__Area": 245.6875, "Shape__Length": 79.49904510046801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212184554693593, 39.9690012025399 ], [ -75.212184531271006, 39.9690057475758 ], [ -75.212189364902798, 39.969042929803798 ], [ -75.212476586521603, 39.969020024631199 ], [ -75.212477288167904, 39.969015849588999 ], [ -75.212471447983404, 39.968968053842097 ], [ -75.212184605797702, 39.968990274518703 ], [ -75.212184554693593, 39.9690012025399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5009 MASTER ST", "addr_range": "5009 MASTER ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1081, "objectid": 6286, "Shape__Area": 171.2578125, "Shape__Length": 76.220853823770028 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223320163485795, 39.974659162567598 ], [ -75.223355313383806, 39.974884094980901 ], [ -75.223400696789, 39.974878436740497 ], [ -75.223367201995401, 39.974653459696299 ], [ -75.223320163485795, 39.974659162567598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1447 N PAXON ST", "addr_range": "1447 N PAXON ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 5121, "objectid": 6287, "Shape__Area": 811.1875, "Shape__Length": 132.00473586762777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224309005743507, 39.975654260153597 ], [ -75.224461898658106, 39.9757211517827 ], [ -75.224587155188999, 39.975560988096298 ], [ -75.224512440235102, 39.975527733214001 ], [ -75.224540255871403, 39.975490771946703 ], [ -75.224564304215306, 39.975459915820203 ], [ -75.224570962024004, 39.975451599265099 ], [ -75.224463344318195, 39.975401097747998 ], [ -75.224433210540994, 39.975440088383202 ], [ -75.224417254012096, 39.975432532826098 ], [ -75.2243688365525, 39.975491624160398 ], [ -75.224327245757493, 39.975544596581003 ], [ -75.2243757514088, 39.975567103388002 ], [ -75.224309005743507, 39.975654260153597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5126 MERION AVE", "addr_range": "5126 MERION AVE", "zipcode": 19131, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1237, "objectid": 6288, "Shape__Area": 196.015625, "Shape__Length": 77.65785635951778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224675786231003, 39.976978533346198 ], [ -75.224721589147606, 39.976999835337203 ], [ -75.224873873951495, 39.976806020941297 ], [ -75.224828069914096, 39.976784719885501 ], [ -75.224675786231003, 39.976978533346198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5135 HARLAN ST", "addr_range": "5135 HARLAN ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1194, "objectid": 6289, "Shape__Area": 189.13671875, "Shape__Length": 76.576182938526486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225554400074998, 39.974989039670398 ], [ -75.225592139077193, 39.975211029666198 ], [ -75.225646575159104, 39.975205843583097 ], [ -75.225604029513207, 39.974985215596803 ], [ -75.225590498567797, 39.974986255920903 ], [ -75.225554400074998, 39.974989039670398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4432 LANCASTER AVE", "addr_range": "4432 LANCASTER AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1608, "objectid": 6290, "Shape__Area": 254.66015625, "Shape__Length": 75.188402476169145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212438508681899, 39.969279998211199 ], [ -75.2124988142197, 39.969316182589097 ], [ -75.212575994579197, 39.969237677682997 ], [ -75.212617424708696, 39.9691953286505 ], [ -75.212648650175197, 39.969163055099798 ], [ -75.212642893666299, 39.969127029197402 ], [ -75.212577921505797, 39.969133925805203 ], [ -75.212438508681899, 39.969279998211199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5139 W STILES ST", "addr_range": "5139 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1948, "objectid": 6291, "Shape__Area": 308.625, "Shape__Length": 95.173289596892019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224994385006596, 39.972481239247102 ], [ -75.225041637201798, 39.972753248709303 ], [ -75.225111352361793, 39.972745642966999 ], [ -75.225062449629803, 39.972474049522397 ], [ -75.225014647085104, 39.972478928946401 ], [ -75.224994385006596, 39.972481239247102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4926 W STILES ST", "addr_range": "4926 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 695, "objectid": 6292, "Shape__Area": 110.18359375, "Shape__Length": 50.567747271896884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220304955722298, 39.972930614937503 ], [ -75.220330517567703, 39.973064454262101 ], [ -75.220379936258098, 39.973059532210399 ], [ -75.220355172364506, 39.972925080690999 ], [ -75.220304955722298, 39.972930614937503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1409-11 N 52ND ST", "addr_range": "1409-11 N 52ND ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 3444, "objectid": 6293, "Shape__Area": 545.5546875, "Shape__Length": 102.83320831040631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226219430748102, 39.974641204323298 ], [ -75.226149100231297, 39.974647830473998 ], [ -75.226142413995902, 39.974648472693502 ], [ -75.226020740922607, 39.974662706518799 ], [ -75.226010857515604, 39.974663665838797 ], [ -75.225967939492307, 39.974667847633903 ], [ -75.225977257191204, 39.974718796762097 ], [ -75.225986783345604, 39.974770250527698 ], [ -75.226311018691305, 39.974734599544803 ], [ -75.226301905378094, 39.9746838162228 ], [ -75.2262930040323, 39.9746335376148 ], [ -75.226219430748102, 39.974641204323298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4922 W STILES ST", "addr_range": "4922 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 692, "objectid": 6294, "Shape__Area": 109.66796875, "Shape__Length": 50.413267683271741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220257132133398, 39.972936008203398 ], [ -75.220207696622893, 39.972940786570703 ], [ -75.220232169436201, 39.973074650566602 ], [ -75.220282351312093, 39.973069518329702 ], [ -75.220257132133398, 39.972936008203398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4988 MASTER ST", "addr_range": "4988 MASTER ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1386, "objectid": 6295, "Shape__Area": 219.62890625, "Shape__Length": 81.554892363442562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222520838555795, 39.974331774209702 ], [ -75.222561623211604, 39.974566277106199 ], [ -75.222618467662599, 39.974560565266202 ], [ -75.222577697148594, 39.974325708613101 ], [ -75.222520838555795, 39.974331774209702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2834 N TAYLOR ST", "addr_range": "2834-2836 N TAYLOR ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 592, "objectid": 6296, "Shape__Area": 93.8984375, "Shape__Length": 44.877534626044287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171503356313394, 39.998532498788101 ], [ -75.171497472382001, 39.998531802588303 ], [ -75.171353661677301, 39.998514854273999 ], [ -75.171345505483401, 39.998552489276101 ], [ -75.171489470857793, 39.998569747417498 ], [ -75.171495374110194, 39.998570459368899 ], [ -75.171501620378194, 39.998540697756802 ], [ -75.171503356313394, 39.998532498788101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3017 N CROSKEY ST", "addr_range": "3017 N CROSKEY ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 683, "objectid": 6297, "Shape__Area": 108.2734375, "Shape__Length": 50.774541546431358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166971665474705, 40.000687989225398 ], [ -75.166855825445097, 40.000673453232203 ], [ -75.166948034641393, 40.000800586152202 ], [ -75.166971665474705, 40.000687989225398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5127 BALTIMORE AVE", "addr_range": "5127 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2030, "objectid": 6298, "Shape__Area": 321.28515625, "Shape__Length": 95.455827150468807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.22651030838, 39.947887913766998 ], [ -75.226436826789794, 39.947887650513699 ], [ -75.226435376685899, 39.9481556700404 ], [ -75.226507756493305, 39.948164709998899 ], [ -75.22651030838, 39.947887913766998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5654 MONTROSE ST", "addr_range": "5654 MONTROSE ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 831, "objectid": 6299, "Shape__Area": 131.5234375, "Shape__Length": 57.02991511727496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237086558848603, 39.948046265994499 ], [ -75.237130787733605, 39.948051490298397 ], [ -75.237137711273604, 39.9480523023974 ], [ -75.2371706112434, 39.9478977447421 ], [ -75.237118975232903, 39.947891809481 ], [ -75.237086558848603, 39.948046265994499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4996 MASTER ST", "addr_range": "4996 MASTER ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2310, "objectid": 6300, "Shape__Area": 365.94140625, "Shape__Length": 90.225162981493085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222810847022203, 39.974301553799101 ], [ -75.222744918074994, 39.974308162173699 ], [ -75.222787529939197, 39.974544188258101 ], [ -75.222879738147498, 39.974534064444903 ], [ -75.222841386872702, 39.974298938624301 ], [ -75.222810847022203, 39.974301553799101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2638 W SILVER ST", "addr_range": "2638 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 697, "objectid": 6301, "Shape__Area": 110.50390625, "Shape__Length": 51.24501665119017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174847741883596, 39.997231605081801 ], [ -75.1748197891324, 39.9973684634245 ], [ -75.174868732204303, 39.997374461987697 ], [ -75.174896185841504, 39.997237478911103 ], [ -75.174847741883596, 39.997231605081801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2810 N 23RD ST", "addr_range": "2810 N 23RD ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 838, "objectid": 6302, "Shape__Area": 132.82421875, "Shape__Length": 57.090681559682587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168866947931903, 39.997778534201103 ], [ -75.168858742742302, 39.997818471847097 ], [ -75.169059073552503, 39.997846027727299 ], [ -75.1690678077114, 39.997806440743901 ], [ -75.168866947931903, 39.997778534201103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5542 WALTON AVE", "addr_range": "5542 WALTON AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 903, "objectid": 6303, "Shape__Area": 142.9296875, "Shape__Length": 59.691303850657299 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234285008751399, 39.950148882068099 ], [ -75.234252373258897, 39.950311361005099 ], [ -75.234306808915903, 39.950318115754598 ], [ -75.234336806493701, 39.950155612292001 ], [ -75.234285008751399, 39.950148882068099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2734 N DOVER ST", "addr_range": "2734 N DOVER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 807, "objectid": 6304, "Shape__Area": 128.02734375, "Shape__Length": 53.572527252605511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177862921377098, 39.997795887627298 ], [ -75.177854462202006, 39.997837722140702 ], [ -75.1780357671053, 39.9978624347672 ], [ -75.178045497638294, 39.997819693478696 ], [ -75.177862921377098, 39.997795887627298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5158 HARLAN ST", "addr_range": "5158 HARLAN ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 887, "objectid": 6305, "Shape__Area": 140.51953125, "Shape__Length": 69.430539369162702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225928923215307, 39.974673614493902 ], [ -75.225948074590207, 39.974779022679499 ], [ -75.2259437243424, 39.974779926200803 ], [ -75.225962029486496, 39.974876530141998 ], [ -75.226006825256206, 39.9748708894858 ], [ -75.225997296732203, 39.974819435670398 ], [ -75.225986783345604, 39.974770250527698 ], [ -75.225977257191204, 39.974718796762097 ], [ -75.225967939492307, 39.974667847633903 ], [ -75.225943675082206, 39.974671294539498 ], [ -75.225928923215307, 39.974673614493902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4620 LANCASTER AVE", "addr_range": "4620 LANCASTER AVE", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1528, "objectid": 6306, "Shape__Area": 242.0, "Shape__Length": 88.632805306095065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214659859236406, 39.970630063235298 ], [ -75.214704935026901, 39.970657286416497 ], [ -75.214912857188494, 39.970450487357397 ], [ -75.214868078699396, 39.9704231753188 ], [ -75.214660686131097, 39.970629243574599 ], [ -75.214659859236406, 39.970630063235298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1422 W ERIE AVE", "addr_range": "1422 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1065, "objectid": 6307, "Shape__Area": 168.9296875, "Shape__Length": 65.782453773318295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152376912160094, 40.009241866301203 ], [ -75.152433374648496, 40.009248738188298 ], [ -75.152472912524104, 40.009068992967997 ], [ -75.152416443954607, 40.009061701985999 ], [ -75.152376912160094, 40.009241866301203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3408 MANTUA AVE", "addr_range": "3408-3410 MANTUA AVE; 723 N SHEDWICK ST", "zipcode": 19104, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1065, "objectid": 6308, "Shape__Area": 168.65625, "Shape__Length": 66.111851881867693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192565085552403, 39.966952965138702 ], [ -75.192616907311404, 39.966971561883 ], [ -75.192636721147693, 39.966941086327402 ], [ -75.192719577586402, 39.966804705854102 ], [ -75.192670126275303, 39.966786598975098 ], [ -75.192565085552403, 39.966952965138702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1725 W NORRIS ST", "addr_range": "2001-2003 N 18TH ST; 1721-1729 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1175, "objectid": 6309, "Shape__Area": 186.26953125, "Shape__Length": 66.430366807224203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162707988545193, 39.984211716606097 ], [ -75.162771134402803, 39.984219202156197 ], [ -75.162808006690099, 39.984042312463401 ], [ -75.1627444256589, 39.9840341404567 ], [ -75.162707988545193, 39.984211716606097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1830 N BAILEY ST", "addr_range": "1822-1830 N BAILEY ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 596, "objectid": 6310, "Shape__Area": 94.5703125, "Shape__Length": 44.95086232702414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177382668699096, 39.983466859876202 ], [ -75.177532132164799, 39.9834863950026 ], [ -75.177540520872299, 39.9834486053918 ], [ -75.177391326238094, 39.983428592457301 ], [ -75.177382668699096, 39.983466859876202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "415 N HOLLY ST", "addr_range": "415 N HOLLY ST", "zipcode": 19104, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 807, "objectid": 6311, "Shape__Area": 127.88671875, "Shape__Length": 53.567108382733316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205745849424005, 39.960430211988097 ], [ -75.205752643848001, 39.960472516127503 ], [ -75.205936346101595, 39.960456005436903 ], [ -75.205929040096706, 39.960413352090399 ], [ -75.205745849424005, 39.960430211988097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3142 EUCLID AVE", "addr_range": "3142 EUCLID AVE", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 981, "objectid": 6312, "Shape__Area": 155.55078125, "Shape__Length": 67.480491639739398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185718337123205, 39.984832485630399 ], [ -75.185767252070903, 39.984839010697897 ], [ -75.185808030397297, 39.984646985084701 ], [ -75.185759305658493, 39.984640978757398 ], [ -75.185718337123205, 39.984832485630399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2406 N 25TH ST", "addr_range": "2406-2408 N 25TH ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 820, "objectid": 6313, "Shape__Area": 129.9921875, "Shape__Length": 55.057360901078518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173538339063299, 39.991934440311802 ], [ -75.173583911315006, 39.991940782821501 ], [ -75.173592694583903, 39.9918998424425 ], [ -75.173547562495202, 39.9918934773793 ], [ -75.173468390611802, 39.9918823179759 ], [ -75.173403371044301, 39.991873153891603 ], [ -75.173393698877206, 39.991914332895398 ], [ -75.173459242914703, 39.9919234447853 ], [ -75.173538339063299, 39.991934440311802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4502 MERION AVE", "addr_range": "4502-4504 MERION AVE", "zipcode": 19131, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1372, "objectid": 6314, "Shape__Area": 217.35546875, "Shape__Length": 75.396729442717316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212475404804806, 39.970107748985399 ], [ -75.212462941880304, 39.970120029735298 ], [ -75.212308051499505, 39.970274883295502 ], [ -75.212358008968806, 39.970306003197301 ], [ -75.212524376417093, 39.970138330740497 ], [ -75.212475404804806, 39.970107748985399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1735 W BERKS ST", "addr_range": "1733-1737 W BERKS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1184, "objectid": 6315, "Shape__Area": 187.6796875, "Shape__Length": 69.998315092547898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162973180202201, 39.982734540400799 ], [ -75.163032157339202, 39.982741995839802 ], [ -75.163071215328102, 39.982548889314998 ], [ -75.163012990634201, 39.982541548163198 ], [ -75.162973180202201, 39.982734540400799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1802 W BERKS ST", "addr_range": "1802 W BERKS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1872, "objectid": 6316, "Shape__Area": 296.7109375, "Shape__Length": 95.095397496162448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164147281364805, 39.982540611332702 ], [ -75.164182046051394, 39.982385950513098 ], [ -75.1641943343881, 39.982331758287202 ], [ -75.164209598457305, 39.982269332049803 ], [ -75.164142538095703, 39.982259003747103 ], [ -75.1641398006754, 39.982271498622403 ], [ -75.164127830505706, 39.982326100766301 ], [ -75.164116138671702, 39.9823794522638 ], [ -75.164104957767705, 39.982430396946697 ], [ -75.164093648739893, 39.982481999186398 ], [ -75.164083149263305, 39.9825320573051 ], [ -75.164147281364805, 39.982540611332702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1941-43 N RINGGOLD ST", "addr_range": "1941-43 N RINGGOLD ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1149, "objectid": 6317, "Shape__Area": 182.125, "Shape__Length": 66.678778763973398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173557660981402, 39.985027611009599 ], [ -75.1737172679982, 39.985049957456702 ], [ -75.173734092220897, 39.984979843483799 ], [ -75.1737418345988, 39.984964154949402 ], [ -75.173756807477204, 39.984946178864099 ], [ -75.173772209289993, 39.984934032046297 ], [ -75.173756570616703, 39.984917593424498 ], [ -75.173598742855503, 39.985004675320098 ], [ -75.173557660981402, 39.985027611009599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1221 N 42ND ST", "addr_range": "1221-1223 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1835, "objectid": 6318, "Shape__Area": 290.79296875, "Shape__Length": 104.08330092216796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209477287788502, 39.974330270511402 ], [ -75.2094840124943, 39.974372878228202 ], [ -75.2095946739705, 39.974361239131099 ], [ -75.209596042634601, 39.974361091933098 ], [ -75.209607542975604, 39.9743594282929 ], [ -75.209608513189494, 39.974359288492003 ], [ -75.209890567039295, 39.974326797230603 ], [ -75.209882513184994, 39.974282741043098 ], [ -75.209600296330905, 39.974316245002903 ], [ -75.209588594439396, 39.9743176302755 ], [ -75.209477287788502, 39.974330270511402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2403 N 15TH ST", "addr_range": "2403 N 15TH ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1110, "objectid": 6319, "Shape__Area": 175.88671875, "Shape__Length": 69.183642579898944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156856741537297, 39.9896885701583 ], [ -75.157107865197304, 39.9897227111028 ], [ -75.157117210139504, 39.989681027597697 ], [ -75.156866133580905, 39.989646209268102 ], [ -75.156856741537297, 39.9896885701583 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2313 RIDGE AVE", "addr_range": "2309-2317 RIDGE AVE; 1700-1704 N 23RD ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1168, "objectid": 6320, "Shape__Area": 185.08203125, "Shape__Length": 66.594625670015404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172692171281298, 39.981123937416598 ], [ -75.172715144647896, 39.9811773103729 ], [ -75.172886060344297, 39.981041115804501 ], [ -75.172839720905998, 39.981006046641802 ], [ -75.172692171281298, 39.981123937416598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2311 RIDGE AVE", "addr_range": "2309-2317 RIDGE AVE; 1700-1704 N 23RD ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 987, "objectid": 6321, "Shape__Area": 156.3984375, "Shape__Length": 58.978502584195986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172670245307799, 39.981070587976902 ], [ -75.172692171281298, 39.981123937416598 ], [ -75.172839720905998, 39.981006046641802 ], [ -75.172793368175405, 39.980971267287003 ], [ -75.172670245307799, 39.981070587976902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2540 N MYRTLEWOOD ST", "addr_range": "2540 N MYRTLEWOOD ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 749, "objectid": 6322, "Shape__Area": 118.8359375, "Shape__Length": 52.502466650662008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180162955723304, 39.994994077800001 ], [ -75.180343612298003, 39.995019674332802 ], [ -75.180352243603494, 39.994980423120197 ], [ -75.180171979285802, 39.994954431727599 ], [ -75.180162955723304, 39.994994077800001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3045 W BERKS ST", "addr_range": "3045 W BERKS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1130, "objectid": 6323, "Shape__Area": 179.03125, "Shape__Length": 73.108782332786319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184255438122506, 39.985487974127203 ], [ -75.184306872169302, 39.985494363308497 ], [ -75.184343800953897, 39.985322256276099 ], [ -75.184351636592993, 39.985285710794301 ], [ -75.184299766935396, 39.985279167729999 ], [ -75.184255438122506, 39.985487974127203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3203 W ARIZONA ST", "addr_range": "3201-3203 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 633, "objectid": 6324, "Shape__Area": 100.34765625, "Shape__Length": 46.500598279320954 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184568762808098, 39.992898816243702 ], [ -75.184619713831296, 39.992904806927598 ], [ -75.184643114109093, 39.992785802029303 ], [ -75.184592472875707, 39.992779334435703 ], [ -75.184568762808098, 39.992898816243702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2724 W EYRE ST", "addr_range": "2724 W EYRE ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 831, "objectid": 6325, "Shape__Area": 131.78125, "Shape__Length": 57.445786635451569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179444391150597, 39.982535716399397 ], [ -75.179494814815598, 39.982542180673804 ], [ -75.179530156736107, 39.982386256692401 ], [ -75.1794790042606, 39.982379710333298 ], [ -75.179444391150597, 39.982535716399397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1919 W NORRIS ST", "addr_range": "1919 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1018, "objectid": 6326, "Shape__Area": 161.390625, "Shape__Length": 63.199095099389652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165401365475503, 39.984556177072797 ], [ -75.165457192138902, 39.984563302585002 ], [ -75.165471026278396, 39.9844888496838 ], [ -75.165490203135107, 39.9843918538607 ], [ -75.165481501380597, 39.984390352332497 ], [ -75.165432699199897, 39.984384239180997 ], [ -75.165411465441693, 39.984497825019901 ], [ -75.165401365475503, 39.984556177072797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3129 EUCLID AVE", "addr_range": "3129 EUCLID AVE", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 996, "objectid": 6327, "Shape__Area": 157.8046875, "Shape__Length": 67.980162828727543 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185308253681399, 39.985070259416503 ], [ -75.185357877246801, 39.9850768815812 ], [ -75.185397616528206, 39.984883559741697 ], [ -75.185349040520094, 39.984876960999699 ], [ -75.185308253681399, 39.985070259416503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1824 N BAILEY ST", "addr_range": "1822-1830 N BAILEY ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 575, "objectid": 6328, "Shape__Area": 91.17578125, "Shape__Length": 44.656431497747661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177415601033204, 39.9833154757752 ], [ -75.177407552353898, 39.983352048525397 ], [ -75.177557574075294, 39.983371805172602 ], [ -75.177565659895805, 39.983335362991902 ], [ -75.177415601033204, 39.9833154757752 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "631 N 40TH ST", "addr_range": "629-631 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1645, "objectid": 6329, "Shape__Area": 260.48828125, "Shape__Length": 82.085593739105548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202053868319197, 39.9642309530117 ], [ -75.202064644366402, 39.964284370523501 ], [ -75.2023593571909, 39.964252937469503 ], [ -75.202349864536203, 39.964199418742801 ], [ -75.202053868319197, 39.9642309530117 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2315 RIDGE AVE", "addr_range": "2309-2317 RIDGE AVE; 1700-1704 N 23RD ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1334, "objectid": 6330, "Shape__Area": 211.390625, "Shape__Length": 74.177900646702568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172715144647896, 39.9811773103729 ], [ -75.172737319570402, 39.981231261863599 ], [ -75.1729321912931, 39.981075600013298 ], [ -75.172886060344297, 39.981041115804501 ], [ -75.172715144647896, 39.9811773103729 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4804 FAIRMOUNT AVE", "addr_range": "4804-4808 FAIRMOUNT AVE; 4811 WALLACE ST", "zipcode": 19139, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 7478, "objectid": 6331, "Shape__Area": 1184.0546875, "Shape__Length": 159.7862343806809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216963947164601, 39.963982979539203 ], [ -75.217142195215899, 39.963969555030502 ], [ -75.217083844863495, 39.963557394469099 ], [ -75.216910567373006, 39.963570124009003 ], [ -75.216963947164601, 39.963982979539203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2003 N 18TH ST", "addr_range": "2001-2003 N 18TH ST; 1721-1729 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1175, "objectid": 6332, "Shape__Area": 186.203125, "Shape__Length": 68.099456333257663 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162924327367904, 39.9841534529521 ], [ -75.163165120743201, 39.984184897420803 ], [ -75.163173649872704, 39.984141389492201 ], [ -75.163174196024997, 39.984138613158102 ], [ -75.162933346060996, 39.984106506083599 ], [ -75.162924327367904, 39.9841534529521 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2141 W ONTARIO ST", "addr_range": "2133-2141 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 3182, "objectid": 6333, "Shape__Area": 504.46875, "Shape__Length": 112.36311761392098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164943088445696, 40.006710325515797 ], [ -75.165040215816504, 40.006722749779399 ], [ -75.165102018789597, 40.006438997215596 ], [ -75.165106639890197, 40.0064178238013 ], [ -75.165005003904099, 40.006404396152 ], [ -75.164943088445696, 40.006710325515797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3301 N GRATZ ST", "addr_range": "3301-3303 N GRATZ ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1237, "objectid": 6334, "Shape__Area": 196.25, "Shape__Length": 73.907224338630769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159352411222201, 40.004182594893798 ], [ -75.159623405804197, 40.004215403387803 ], [ -75.159633213250899, 40.004172633588503 ], [ -75.159362886121002, 40.004138242673498 ], [ -75.159361661525395, 40.004143438231203 ], [ -75.159352411222201, 40.004182594893798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2546 RIDGE AVE", "addr_range": "2546 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2005", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1055, "objectid": 6335, "Shape__Area": 167.2578125, "Shape__Length": 64.686343304469389 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176545382178006, 39.983260953551103 ], [ -75.176387320489695, 39.983391993345698 ], [ -75.176428435606894, 39.983422899202502 ], [ -75.176586626806795, 39.9832928614778 ], [ -75.176545382178006, 39.983260953551103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1824 N RINGGOLD ST", "addr_range": "1820-1832 N RINGGOLD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 680, "objectid": 6336, "Shape__Area": 107.86328125, "Shape__Length": 49.10245271418605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1742155045999, 39.983132117538602 ], [ -75.1743813838807, 39.983154748993698 ], [ -75.174390775325904, 39.983115981953901 ], [ -75.174223793415806, 39.983093149164901 ], [ -75.1742155045999, 39.983132117538602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1826 N RINGGOLD ST", "addr_range": "1820-1832 N RINGGOLD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 679, "objectid": 6337, "Shape__Area": 107.578125, "Shape__Length": 49.045405869462726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174206995246493, 39.983170291675101 ], [ -75.174373323505506, 39.983194336093 ], [ -75.174380378918102, 39.983159691019402 ], [ -75.1743813838807, 39.983154748993698 ], [ -75.1742155045999, 39.983132117538602 ], [ -75.174214699649994, 39.983135645858198 ], [ -75.174206995246493, 39.983170291675101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1928 CECIL B MOORE AVE", "addr_range": "1924-1928 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1428, "objectid": 6338, "Shape__Area": 226.21484375, "Shape__Length": 77.938663753436899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166798867927895, 39.9797637680064 ], [ -75.1668609215087, 39.979771789037599 ], [ -75.166907799213007, 39.979555726631702 ], [ -75.166844250682402, 39.979546799788999 ], [ -75.166798867927895, 39.9797637680064 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1926 CECIL B MOORE AVE", "addr_range": "1924-1928 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1430, "objectid": 6339, "Shape__Area": 226.62890625, "Shape__Length": 77.986458837547175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166736321342498, 39.979754944752599 ], [ -75.166798867927895, 39.9797637680064 ], [ -75.166844250682402, 39.979546799788999 ], [ -75.166781056917401, 39.979538430515603 ], [ -75.166736321342498, 39.979754944752599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2320 S 66TH ST", "addr_range": "2320-2322 S 66TH ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 894, "objectid": 6340, "Shape__Area": 141.39453125, "Shape__Length": 58.823071017495742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234134157492605, 39.923106232924397 ], [ -75.233982942087906, 39.923217556929103 ], [ -75.2340193423979, 39.923247724488398 ], [ -75.234171956370702, 39.923137060015897 ], [ -75.234134157492605, 39.923106232924397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1924 CECIL B MOORE AVE", "addr_range": "1924-1928 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1261, "objectid": 6341, "Shape__Area": 199.75390625, "Shape__Length": 76.30208396448181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166679914346403, 39.979747227359297 ], [ -75.166736321342498, 39.979754944752599 ], [ -75.166781056917401, 39.979538430515603 ], [ -75.166726757050398, 39.979530437107599 ], [ -75.166679914346403, 39.979747227359297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2012 N 17TH ST", "addr_range": "2012 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1133, "objectid": 6342, "Shape__Area": 179.515625, "Shape__Length": 67.064790392651588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161970201573197, 39.984223163866901 ], [ -75.161732156933496, 39.984192196042798 ], [ -75.161722363398098, 39.984238030626699 ], [ -75.161960001959201, 39.984268101809398 ], [ -75.161970201573197, 39.984223163866901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1809 N BAILEY ST", "addr_range": "1809 N BAILEY ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 595, "objectid": 6343, "Shape__Area": 94.3671875, "Shape__Length": 45.402570122341473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177218213434301, 39.983013835203998 ], [ -75.177370099606094, 39.983035245820602 ], [ -75.177379328805401, 39.982997376850498 ], [ -75.1772265479661, 39.982977478809197 ], [ -75.177218213434301, 39.983013835203998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1830 N RINGGOLD ST", "addr_range": "1820-1832 N RINGGOLD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 667, "objectid": 6344, "Shape__Area": 105.68359375, "Shape__Length": 48.923938115392232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174190789094297, 39.983245658960499 ], [ -75.1743570296195, 39.983269797837202 ], [ -75.174365374625296, 39.983231538911902 ], [ -75.174198680717296, 39.983207744868501 ], [ -75.174190789094297, 39.983245658960499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1823 N BAILEY ST", "addr_range": "1819-1823 N BAILEY ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 618, "objectid": 6345, "Shape__Area": 97.921875, "Shape__Length": 45.756324729650714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177159167939607, 39.983283097978898 ], [ -75.177310949016302, 39.983303990024702 ], [ -75.1773189127492, 39.983265239432797 ], [ -75.177166986724004, 39.983244280174397 ], [ -75.177159167939607, 39.983283097978898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1819 N BAILEY ST", "addr_range": "1819-1823 N BAILEY ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 603, "objectid": 6346, "Shape__Area": 95.66796875, "Shape__Length": 45.563057762685901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1771750446364, 39.9832074977096 ], [ -75.177327302219197, 39.983227401197702 ], [ -75.177335921303097, 39.983190179896297 ], [ -75.177183765487996, 39.983169230822497 ], [ -75.1771754034678, 39.983207424662801 ], [ -75.1771750446364, 39.9832074977096 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2322 S 66TH ST", "addr_range": "2320-2322 S 66TH ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 863, "objectid": 6347, "Shape__Area": 136.6328125, "Shape__Length": 58.342138725373253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233945849425098, 39.923186841676902 ], [ -75.233982942087906, 39.923217556929103 ], [ -75.234134157492605, 39.923106232924397 ], [ -75.234099384720395, 39.923077905806103 ], [ -75.233945849425098, 39.923186841676902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1820 N RINGGOLD ST", "addr_range": "1820-1832 N RINGGOLD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 715, "objectid": 6348, "Shape__Area": 113.38671875, "Shape__Length": 49.754519340945478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174231396760305, 39.983056195387903 ], [ -75.174398755041807, 39.9830785212351 ], [ -75.174407503718896, 39.983038418884902 ], [ -75.174241244178205, 39.983014795922202 ], [ -75.174231396760305, 39.983056195387903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1822 N RINGGOLD ST", "addr_range": "1820-1832 N RINGGOLD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 652, "objectid": 6349, "Shape__Area": 103.4375, "Shape__Length": 48.7418465273092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174223793415806, 39.983093149164901 ], [ -75.174390775325904, 39.983115981953901 ], [ -75.174398755041807, 39.9830785212351 ], [ -75.174231396760305, 39.983056195387903 ], [ -75.174223793415806, 39.983093149164901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1821 N BAILEY ST", "addr_range": "1819-1823 N BAILEY ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 596, "objectid": 6350, "Shape__Area": 94.4921875, "Shape__Length": 45.372932298514883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177166986724004, 39.983244280174397 ], [ -75.1773189127492, 39.983265239432797 ], [ -75.177327302219197, 39.983227401197702 ], [ -75.1771750446364, 39.9832074977096 ], [ -75.177166986724004, 39.983244280174397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1828 N RINGGOLD ST", "addr_range": "1820-1832 N RINGGOLD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 654, "objectid": 6351, "Shape__Area": 103.66796875, "Shape__Length": 48.71399054826734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174198680717296, 39.983207744868501 ], [ -75.174365374625296, 39.983231538911902 ], [ -75.174373323505506, 39.983194336093 ], [ -75.174206995246493, 39.983170291675101 ], [ -75.174198680717296, 39.983207744868501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1832 N RINGGOLD ST", "addr_range": "1820-1832 N RINGGOLD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 671, "objectid": 6352, "Shape__Area": 106.40234375, "Shape__Length": 48.884239827244784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174183114883604, 39.983284449210799 ], [ -75.174348328876306, 39.9833080478775 ], [ -75.1743570296195, 39.983269797837202 ], [ -75.174190789094297, 39.983245658960499 ], [ -75.174183114883604, 39.983284449210799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1849 N ETTING ST", "addr_range": "1837-1853 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 591, "objectid": 6353, "Shape__Area": 93.8984375, "Shape__Length": 44.593059767965414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1786369886552, 39.983986397444703 ], [ -75.178627575050001, 39.984024728193198 ], [ -75.178775635894098, 39.984043762614498 ], [ -75.178784033760493, 39.984005714542398 ], [ -75.1786369886552, 39.983986397444703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1847 N ETTING ST", "addr_range": "1837-1853 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 591, "objectid": 6354, "Shape__Area": 91.625, "Shape__Length": 44.253217458199316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1786369886552, 39.983986397444703 ], [ -75.178784033760493, 39.984005714542398 ], [ -75.178792377685198, 39.983968503201901 ], [ -75.1786453707428, 39.983948767997902 ], [ -75.1786369886552, 39.983986397444703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1843 N ETTING ST", "addr_range": "1837-1853 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 591, "objectid": 6355, "Shape__Area": 92.81640625, "Shape__Length": 44.320645104448353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178661572983401, 39.983872851388902 ], [ -75.178653204037502, 39.983910691066598 ], [ -75.178799637098393, 39.983930639559297 ], [ -75.178808043457906, 39.983892366423497 ], [ -75.178661572983401, 39.983872851388902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1839 N ETTING ST", "addr_range": "1837-1853 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 591, "objectid": 6356, "Shape__Area": 97.99609375, "Shape__Length": 45.086723738453102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178669653327006, 39.983835426016903 ], [ -75.178816928755396, 39.9838558285524 ], [ -75.178825377514599, 39.983815847147198 ], [ -75.178678102761197, 39.983795459952901 ], [ -75.178669653327006, 39.983835426016903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1841 N ETTING ST", "addr_range": "1837-1853 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 591, "objectid": 6357, "Shape__Area": 90.5859375, "Shape__Length": 44.120974765794585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178669653327006, 39.983835426016903 ], [ -75.178661572983401, 39.983872851388902 ], [ -75.178808043457906, 39.983892366423497 ], [ -75.178816928755396, 39.9838558285524 ], [ -75.178669653327006, 39.983835426016903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1853 N ETTING ST", "addr_range": "1837-1853 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 588, "objectid": 6358, "Shape__Area": 94.1953125, "Shape__Length": 44.81430274727559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1786095183691, 39.984103713541003 ], [ -75.178758491566199, 39.9841224449588 ], [ -75.178766608243194, 39.984084585206503 ], [ -75.178617820145107, 39.984065421855 ], [ -75.1786095183691, 39.984103713541003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1851 N ETTING ST", "addr_range": "1837-1853 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 635, "objectid": 6359, "Shape__Area": 100.70703125, "Shape__Length": 45.530160248819712 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178627574402398, 39.984024745297901 ], [ -75.178617800250294, 39.984065421409298 ], [ -75.178766588348296, 39.984084584760801 ], [ -75.178775635314693, 39.9840437779187 ], [ -75.178627574402398, 39.984024745297901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1520 HANSON ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 671, "objectid": 6360, "Shape__Area": 106.26953125, "Shape__Length": 48.909988061011759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210630343717995, 39.939664136560999 ], [ -75.210575803964701, 39.939701921722097 ], [ -75.210504730120803, 39.9397501248759 ], [ -75.210538919202705, 39.939779478793398 ], [ -75.210664508805095, 39.939693005170099 ], [ -75.210630343717995, 39.939664136560999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3310 N 20TH ST", "addr_range": "3310 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1128, "objectid": 6361, "Shape__Area": 178.8515625, "Shape__Length": 70.790214291629908 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162097247854504, 40.004747134866598 ], [ -75.162356417110203, 40.004780121670997 ], [ -75.162366220148101, 40.004739576183901 ], [ -75.162106654811595, 40.0047049352154 ], [ -75.162097247854504, 40.004747134866598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4914 PASCHALL AVE", "addr_range": "4914 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1051, "objectid": 6362, "Shape__Area": 166.39453125, "Shape__Length": 70.839219748085924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211607510957194, 39.939273588229298 ], [ -75.211707953742206, 39.939357972693898 ], [ -75.2117884622171, 39.9394255546108 ], [ -75.211825001393095, 39.939399829604497 ], [ -75.211819061405805, 39.939394557032401 ], [ -75.211736671184994, 39.939325272043803 ], [ -75.211645144975193, 39.939247694696803 ], [ -75.211607510957194, 39.939273588229298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1515 S 49TH ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1073, "objectid": 6363, "Shape__Area": 169.91796875, "Shape__Length": 71.814269656806871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210739579789703, 39.9397457666891 ], [ -75.210773439366307, 39.939774418566401 ], [ -75.210778911379407, 39.939771444766599 ], [ -75.210789598540799, 39.939764540020697 ], [ -75.210896630683806, 39.939689939579303 ], [ -75.210906121330694, 39.939684200361299 ], [ -75.2109140862771, 39.939677848923097 ], [ -75.210943370198095, 39.939658572426801 ], [ -75.210950538641001, 39.939652799817402 ], [ -75.2109727087919, 39.939637832103102 ], [ -75.210976098104595, 39.939636779078 ], [ -75.210941597291097, 39.939606805710397 ], [ -75.210939073610106, 39.939608249110698 ], [ -75.210903272213997, 39.9396332315332 ], [ -75.210757521500994, 39.939734701347298 ], [ -75.210739579789703, 39.9397457666891 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3118 N BROAD ST", "addr_range": "3114-3122 N BROAD ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1617, "objectid": 6364, "Shape__Area": 256.33984375, "Shape__Length": 88.604916011032671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153295867333796, 40.0005818882752 ], [ -75.153628508345307, 40.0006251501664 ], [ -75.153637227412204, 40.000577471763798 ], [ -75.153305945508507, 40.000536480567298 ], [ -75.153295867333796, 40.0005818882752 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4908 SAYBROOK AVE", "addr_range": "4908-4912 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1048, "objectid": 6365, "Shape__Area": 165.94921875, "Shape__Length": 70.403996616123109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212249539695193, 39.939757021556701 ], [ -75.212211454463599, 39.939784339700303 ], [ -75.212392515539605, 39.939933405368997 ], [ -75.2124282220786, 39.9399081311701 ], [ -75.212249539695193, 39.939757021556701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1326 W CLEMENTINE ST", "addr_range": "1322-1326 W CLEMENTINE ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 645, "objectid": 6366, "Shape__Area": 102.328125, "Shape__Length": 44.653590654598631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151742021467896, 40.000164365983103 ], [ -75.151798639518603, 40.000171933860301 ], [ -75.151798890971406, 40.000170843011603 ], [ -75.151822571700194, 40.000064117201603 ], [ -75.151765159449198, 40.000056548478 ], [ -75.151742021467896, 40.000164365983103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2107 W WESTMORELAND ST", "addr_range": "2107 W WESTMORELAND ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1640, "objectid": 6367, "Shape__Area": 260.09375, "Shape__Length": 101.74637382378154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164264338654903, 40.005100338679398 ], [ -75.164269257110405, 40.005101110802798 ], [ -75.164284657493397, 40.0050214556518 ], [ -75.164332680525405, 40.004794698528599 ], [ -75.164280999649506, 40.0047889402572 ], [ -75.164249642407597, 40.004942436387203 ], [ -75.164240998932897, 40.004982251274697 ], [ -75.164230093316405, 40.005028641274301 ], [ -75.164216685819198, 40.005093930473699 ], [ -75.164248371179895, 40.005098561745797 ], [ -75.164264338654903, 40.005100338679398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2519 N NATRONA ST", "addr_range": "2519 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 708, "objectid": 6368, "Shape__Area": 112.23828125, "Shape__Length": 51.175208584759616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184274003498899, 39.9950639577118 ], [ -75.184450066155506, 39.995088059309502 ], [ -75.184459300732598, 39.995050513419798 ], [ -75.184282463690906, 39.995025330433201 ], [ -75.184274003498899, 39.9950639577118 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2240 N 30TH ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1191, "objectid": 6369, "Shape__Area": 188.75390625, "Shape__Length": 70.091972374563355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181722042608399, 39.990747972761902 ], [ -75.181973238206396, 39.990780528841597 ], [ -75.181982885521705, 39.9907354968595 ], [ -75.181731050340005, 39.990702635459897 ], [ -75.181722042608399, 39.990747972761902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1231 W HILTON ST", "addr_range": "1229-1231 W HILTON ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1543, "objectid": 6370, "Shape__Area": 244.59375, "Shape__Length": 95.411294603787553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149777728208207, 40.002299187918702 ], [ -75.149829649125905, 40.002305731299799 ], [ -75.149890155646005, 40.002021264183398 ], [ -75.149838433337095, 40.002015046987097 ], [ -75.149777728208207, 40.002299187918702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1444 S 48TH ST", "addr_range": "1438-1444 S 48TH ST; 1433R-37 S FALLON ST, 1441-1443 S FALLON ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 683, "objectid": 6371, "Shape__Area": 108.08984375, "Shape__Length": 50.12090901342107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210539461453195, 39.940896433399203 ], [ -75.210538602918106, 39.940897011755503 ], [ -75.210572284340998, 39.940925933641203 ], [ -75.210573273325707, 39.940925247349497 ], [ -75.210702146709394, 39.940835026093303 ], [ -75.210668893048506, 39.940807530993801 ], [ -75.210539461453195, 39.940896433399203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1313 W CLEMENTINE ST", "addr_range": "1311-1313 W CLEMENTINE ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 561, "objectid": 6372, "Shape__Area": 89.03125, "Shape__Length": 42.697887847896602 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151381565956598, 40.000202777894103 ], [ -75.151360284786804, 40.0003092344827 ], [ -75.151410816329303, 40.000315891694001 ], [ -75.151431730356805, 40.0002091997302 ], [ -75.151381565956598, 40.000202777894103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2244 N 30TH ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1099, "objectid": 6373, "Shape__Area": 174.2734375, "Shape__Length": 69.113251091339976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181704860343501, 39.990833248233798 ], [ -75.181957326864705, 39.990864946185297 ], [ -75.181957594842004, 39.990863373611198 ], [ -75.181964599204306, 39.990822779439299 ], [ -75.181712942244502, 39.990791856463296 ], [ -75.181705051390495, 39.990831510855998 ], [ -75.181704860343501, 39.990833248233798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3546 N WARNOCK ST", "addr_range": "3546 N WARNOCK ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 783, "objectid": 6374, "Shape__Area": 124.1953125, "Shape__Length": 55.412322229233737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145782704144096, 40.006412754599602 ], [ -75.145774538608904, 40.006450756421103 ], [ -75.145970123835497, 40.006476213661699 ], [ -75.145978325767203, 40.006437840532897 ], [ -75.145782704144096, 40.006412754599602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3405-09 N 16TH ST", "addr_range": "3405-09 N 16TH ST; 3400 N SYDENHAM ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 9543, "objectid": 6375, "Shape__Area": 1513.0, "Shape__Length": 180.89957972007832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154957608473296, 40.005333077228897 ], [ -75.155300554746503, 40.005378887680202 ], [ -75.155301344273198, 40.005375182519799 ], [ -75.155332447427199, 40.005228871851401 ], [ -75.154987982036999, 40.005182270285701 ], [ -75.154728764656497, 40.0051473303321 ], [ -75.154723718344499, 40.005171299557603 ], [ -75.154695645894705, 40.00529809228 ], [ -75.154957608473296, 40.005333077228897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1509 S 50TH ST", "addr_range": "1507-1509 S 50TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 877, "objectid": 6376, "Shape__Area": 138.8125, "Shape__Length": 60.979583934961411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212135848406405, 39.938909773854597 ], [ -75.212168544122207, 39.938937030040002 ], [ -75.212320572215404, 39.9388307211726 ], [ -75.212333746898594, 39.938821513404797 ], [ -75.212299059437598, 39.938792020157599 ], [ -75.212285591926701, 39.938801735013598 ], [ -75.212135848406405, 39.938909773854597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1820 S CONESTOGA ST", "addr_range": "1814-1820 S CONESTOGA ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1046, "objectid": 6377, "Shape__Area": 165.59375, "Shape__Length": 65.687084588316367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219310508774299, 39.935276098085197 ], [ -75.219348668704498, 39.935307953448898 ], [ -75.219523208043597, 39.935182365135503 ], [ -75.219485500556104, 39.935151309089299 ], [ -75.219310508774299, 39.935276098085197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1241 W SEDGLEY AVE", "addr_range": "1239-1241 W SEDGLEY AVE", "zipcode": 19133, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1072, "objectid": 6378, "Shape__Area": 170.01171875, "Shape__Length": 73.89122015166258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150433132322902, 39.999913325893303 ], [ -75.150562903440601, 40.00011794145 ], [ -75.150576901802097, 40.000047911358799 ], [ -75.150481438408704, 39.999895479465202 ], [ -75.150433132322902, 39.999913325893303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1818 S YEWDALL ST", "addr_range": "1818 S YEWDALL ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 691, "objectid": 6379, "Shape__Area": 109.35546875, "Shape__Length": 48.816569944577353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218987650290202, 39.9356199293304 ], [ -75.219024008988001, 39.935649552916097 ], [ -75.219144793629496, 39.9355622706018 ], [ -75.219108611780797, 39.935532392370099 ], [ -75.218987650290202, 39.9356199293304 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1210 W ATLANTIC ST", "addr_range": "1208-1212 W ATLANTIC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1104, "objectid": 6380, "Shape__Area": 175.15234375, "Shape__Length": 68.422747255499175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148804225260307, 40.006252028321803 ], [ -75.148859843672398, 40.006259543353899 ], [ -75.148903029399605, 40.006070080526399 ], [ -75.148847720455905, 40.0060627184887 ], [ -75.148804225260307, 40.006252028321803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3215 N 13TH ST", "addr_range": "3213-3217 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1539, "objectid": 6381, "Shape__Area": 244.05078125, "Shape__Length": 88.914248720791306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150512489690399, 40.001827813605097 ], [ -75.150520747123096, 40.001784573266498 ], [ -75.150184268076899, 40.001741264193903 ], [ -75.150174763972103, 40.001785266473703 ], [ -75.150512489690399, 40.001827813605097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1813 S ALLISON ST", "addr_range": "1809-1817 S ALLISON ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 629, "objectid": 6382, "Shape__Area": 99.58984375, "Shape__Length": 40.874697256857388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220699271454095, 39.934398348640499 ], [ -75.220729963233495, 39.934414822750398 ], [ -75.220761006351907, 39.934431417224999 ], [ -75.220790724176794, 39.934411004525003 ], [ -75.220835782518705, 39.934379614464802 ], [ -75.220785868405599, 39.934337811026197 ], [ -75.220739753200505, 39.9343700814619 ], [ -75.220699271454095, 39.934398348640499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1426 HANSON ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 652, "objectid": 6383, "Shape__Area": 103.26171875, "Shape__Length": 48.244878706553799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211207697343596, 39.940308595533502 ], [ -75.211241387052596, 39.940336793901501 ], [ -75.211363823914894, 39.940250620037403 ], [ -75.211346542879298, 39.940235600755202 ], [ -75.211330557628997, 39.940221771543598 ], [ -75.211323389158906, 39.940226980149099 ], [ -75.211286263440002, 39.940253255153102 ], [ -75.211248203977206, 39.940279865373697 ], [ -75.211207697343596, 39.940308595533502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5123 BALTIMORE AVE", "addr_range": "5123 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1962, "objectid": 6384, "Shape__Area": 310.54296875, "Shape__Length": 90.872210712241127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226284088550997, 39.948137398598398 ], [ -75.226357491849399, 39.948147090067103 ], [ -75.226362212246201, 39.947887444278798 ], [ -75.226293824910101, 39.947887631784702 ], [ -75.226284860307999, 39.947887659803698 ], [ -75.226284088550997, 39.948137398598398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2718 N HEMBERGER ST", "addr_range": "2718 N HEMBERGER ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 649, "objectid": 6385, "Shape__Area": 102.91015625, "Shape__Length": 47.71329068947378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168558496399797, 39.996293686706203 ], [ -75.168719782278103, 39.996314964537198 ], [ -75.168727449384093, 39.996276513187397 ], [ -75.168566455047099, 39.996255241921503 ], [ -75.168558496399797, 39.996293686706203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3054 FOX ST", "addr_range": "3054 FOX ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1197, "objectid": 6386, "Shape__Area": 189.828125, "Shape__Length": 67.262973149139071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167457360792895, 40.001479742784802 ], [ -75.167582782110401, 40.001647438999001 ], [ -75.167612970502702, 40.001500686069498 ], [ -75.167457360792895, 40.001479742784802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5019 MASTER ST", "addr_range": "5019 MASTER ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1252, "objectid": 6387, "Shape__Area": 198.45703125, "Shape__Length": 68.544538448752107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223598597175595, 39.974630312490198 ], [ -75.223631372709207, 39.974813186184299 ], [ -75.223696761832798, 39.9748081610756 ], [ -75.223665034971702, 39.974624134688 ], [ -75.223598597175595, 39.974630312490198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1316 N 50TH ST", "addr_range": "1316 N 50TH ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 928, "objectid": 6388, "Shape__Area": 147.0859375, "Shape__Length": 62.833641547077235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223218180978904, 39.973709265839197 ], [ -75.222989968817998, 39.973734255472401 ], [ -75.222996659740602, 39.973772928610103 ], [ -75.223225536613995, 39.973748678901202 ], [ -75.223218180978904, 39.973709265839197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2203 RUFFNER ST", "addr_range": "2203 RUFFNER ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 987, "objectid": 6389, "Shape__Area": 156.55078125, "Shape__Length": 58.020339167639058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165184262601798, 40.012121875793397 ], [ -75.165286805031798, 40.012251013733596 ], [ -75.165340646475897, 40.012223904202997 ], [ -75.165239302691901, 40.012096274564101 ], [ -75.165184262601798, 40.012121875793397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5131-33 W STILES ST", "addr_range": "5131-33 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2996, "objectid": 6390, "Shape__Area": 474.5625, "Shape__Length": 103.62873874459444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224785725370495, 39.972731642685197 ], [ -75.224793889931604, 39.972779149076302 ], [ -75.224901872071896, 39.972767888675797 ], [ -75.224865674787395, 39.972575559800298 ], [ -75.224852993030396, 39.972496246991497 ], [ -75.224747226180895, 39.972507685831303 ], [ -75.224785725370495, 39.972731642685197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2219 RUFFNER ST", "addr_range": "2219 RUFFNER ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 746, "objectid": 6391, "Shape__Area": 118.3984375, "Shape__Length": 51.938765438649362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165558006994701, 40.011948343761397 ], [ -75.165654539146601, 40.012065773449102 ], [ -75.165678372321693, 40.012053752462997 ], [ -75.165698463785603, 40.012043646603502 ], [ -75.1656036395581, 40.0119270293686 ], [ -75.165558006994701, 40.011948343761397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5125 BALTIMORE AVE", "addr_range": "5125 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2056, "objectid": 6392, "Shape__Area": 325.3984375, "Shape__Length": 93.689849983742604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226436826789794, 39.947887650513699 ], [ -75.226362212246201, 39.947887444278798 ], [ -75.226357491849399, 39.948147090067103 ], [ -75.226435376685899, 39.9481556700404 ], [ -75.226436826789794, 39.947887650513699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4315 RENO ST", "addr_range": "4315 RENO ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1069, "objectid": 6393, "Shape__Area": 169.3046875, "Shape__Length": 66.150090448115904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210188312716596, 39.967464343284902 ], [ -75.210213487387406, 39.9676477607617 ], [ -75.210269838411506, 39.967642221716801 ], [ -75.210244892861596, 39.967459405790699 ], [ -75.210188312716596, 39.967464343284902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4204 LANCASTER AVE", "addr_range": "4204 LANCASTER AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1477, "objectid": 6394, "Shape__Area": 233.9921875, "Shape__Length": 74.279447790593878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207944913062903, 39.966261804835099 ], [ -75.207798161822296, 39.966407950592099 ], [ -75.207854236553601, 39.966441753435397 ], [ -75.208009489428093, 39.966287301300497 ], [ -75.208006234617997, 39.966257278948902 ], [ -75.207944913062903, 39.966261804835099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1730 W VENANGO ST", "addr_range": "1730-1732 W VENANGO ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 1708, "objectid": 6395, "Shape__Area": 270.88671875, "Shape__Length": 102.0816938745441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157478194747299, 40.008049866459501 ], [ -75.157412112194393, 40.008355829091499 ], [ -75.157465600338597, 40.0083626457604 ], [ -75.157531197994501, 40.008057285746098 ], [ -75.157478194747299, 40.008049866459501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2650 W SILVER ST", "addr_range": "2644-2650 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "4", "parcelarea": 741, "objectid": 6396, "Shape__Area": 117.5078125, "Shape__Length": 51.735716373754322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175140145977196, 39.997269614148699 ], [ -75.175113230994995, 39.997405689422102 ], [ -75.175165445048407, 39.997412180199497 ], [ -75.175192167765104, 39.997276229448303 ], [ -75.175140145977196, 39.997269614148699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2202 RUFFNER ST", "addr_range": "2202 RUFFNER ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 598, "objectid": 6397, "Shape__Area": 94.921875, "Shape__Length": 44.0096058139505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165027241221594, 40.011938620773599 ], [ -75.165102263140895, 40.012032949398197 ], [ -75.165147878992897, 40.012012602495297 ], [ -75.165072551772496, 40.011917458817898 ], [ -75.165027241221594, 40.011938620773599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2500 W STERNER ST", "addr_range": "2500 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 742, "objectid": 6398, "Shape__Area": 117.65625, "Shape__Length": 49.425852390486249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172374557616706, 39.996690148752698 ], [ -75.172374532856907, 39.996690245506102 ], [ -75.172431726372807, 39.996696978204298 ], [ -75.172457136045594, 39.996573072056201 ], [ -75.172400136266802, 39.996565682375298 ], [ -75.172374557616706, 39.996690148752698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5114 BALTIMORE AVE", "addr_range": "5114 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1402, "objectid": 6399, "Shape__Area": 221.9609375, "Shape__Length": 72.764151080093058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2258990408437, 39.947480487108699 ], [ -75.225899092361999, 39.947485340117801 ], [ -75.225900719872499, 39.947608964055298 ], [ -75.225902754748603, 39.947678193782501 ], [ -75.225973638912194, 39.947679044443198 ], [ -75.225966812803904, 39.947485604898901 ], [ -75.225966695918501, 39.947481975809097 ], [ -75.225947561060096, 39.947481780014201 ], [ -75.2258990408437, 39.947480487108699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2651 W SELTZER ST", "addr_range": "2651 W SELTZER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 644, "objectid": 6400, "Shape__Area": 102.09765625, "Shape__Length": 47.916459163324987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175004925058403, 39.997962486529701 ], [ -75.175054529520807, 39.9979687575292 ], [ -75.175080296149503, 39.997843634434801 ], [ -75.175031635216101, 39.997837384609298 ], [ -75.175004925058403, 39.997962486529701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3621 N 15TH ST", "addr_range": "3621 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1098, "objectid": 6401, "Shape__Area": 174.14453125, "Shape__Length": 72.53538329134409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152762511401093, 40.008357291655201 ], [ -75.153033107639502, 40.008392121056303 ], [ -75.153042052853806, 40.008353362469897 ], [ -75.152770924200993, 40.008318794050602 ], [ -75.152762511401093, 40.008357291655201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2829 N RINGGOLD ST", "addr_range": "2829 N RINGGOLD ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 631, "objectid": 6402, "Shape__Area": 100.1328125, "Shape__Length": 47.597355381411091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170602145531006, 39.998342512058699 ], [ -75.1707646040676, 39.998362329273 ], [ -75.170772955346493, 39.998325087025201 ], [ -75.170609959649397, 39.998305627166097 ], [ -75.170602145531006, 39.998342512058699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2248 RUFFNER ST", "addr_range": "2248 RUFFNER ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 607, "objectid": 6403, "Shape__Area": 96.3203125, "Shape__Length": 44.218139688762335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166091499490406, 40.011443948440601 ], [ -75.1661660152416, 40.011539223638898 ], [ -75.166211903922999, 40.0115180021767 ], [ -75.166137390437797, 40.011422727960998 ], [ -75.166091499490406, 40.011443948440601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "897 N 45TH ST", "addr_range": "897 N 45TH ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 578, "objectid": 6404, "Shape__Area": 91.68359375, "Shape__Length": 42.377729760974404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212789845513598, 39.969196416690998 ], [ -75.212654063788506, 39.969207696905798 ], [ -75.212660681033398, 39.969249835314599 ], [ -75.212794877572094, 39.969237262240597 ], [ -75.212789845513598, 39.969196416690998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4972 KERSHAW ST", "addr_range": "4972 KERSHAW ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1397, "objectid": 6405, "Shape__Area": 221.2890625, "Shape__Length": 72.203925818512005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222558756514601, 39.973782369508797 ], [ -75.222592469456501, 39.973975434693301 ], [ -75.222661494656805, 39.973968411670299 ], [ -75.222629158685294, 39.973775473244302 ], [ -75.222558756514601, 39.973782369508797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "664 BROOKLYN ST", "addr_range": "664 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1250, "objectid": 6406, "Shape__Area": 198.00390625, "Shape__Length": 74.175202870188599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208371301949299, 39.964135562787597 ], [ -75.208097472289793, 39.964155965350002 ], [ -75.208103199666397, 39.9642005179956 ], [ -75.208376879116997, 39.964179628249603 ], [ -75.208371301949299, 39.964135562787597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "947 N 48TH ST", "addr_range": "947 N 48TH ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1917, "objectid": 6407, "Shape__Area": 303.640625, "Shape__Length": 105.97658636238647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216992642808904, 39.970095911541101 ], [ -75.216576775820599, 39.970124030185197 ], [ -75.216583060561106, 39.970168997319298 ], [ -75.216998461328799, 39.970140481825602 ], [ -75.216992642808904, 39.970095911541101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3201 W ARIZONA ST", "addr_range": "3201-3203 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 623, "objectid": 6408, "Shape__Area": 98.80859375, "Shape__Length": 46.342169170705283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184542592468901, 39.992773255039999 ], [ -75.184518728377398, 39.992892377498499 ], [ -75.184568762808098, 39.992898816243702 ], [ -75.184592472875707, 39.992779334435703 ], [ -75.184587090201902, 39.992778682537697 ], [ -75.184542592468901, 39.992773255039999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 W MONTGOMERY AVE", "addr_range": "2342 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1183, "objectid": 6409, "Shape__Area": 187.52734375, "Shape__Length": 74.121430914332564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173460521644898, 39.982225278878097 ], [ -75.173514102030495, 39.982232429356102 ], [ -75.173530481411703, 39.982161370179703 ], [ -75.173559026698499, 39.9820208988884 ], [ -75.173507033487695, 39.982014428284302 ], [ -75.173460521644898, 39.982225278878097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2526 RIDGE AVE", "addr_range": "2526 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1322, "objectid": 6410, "Shape__Area": 209.52734375, "Shape__Length": 78.751922381065853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1761602451529, 39.982915624007397 ], [ -75.175967363043398, 39.9830774447666 ], [ -75.176008379800905, 39.9831081854934 ], [ -75.176213625133002, 39.982935809960303 ], [ -75.1761602451529, 39.982915624007397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1727 W NORRIS ST", "addr_range": "2001-2003 N 18TH ST; 1721-1729 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1173, "objectid": 6411, "Shape__Area": 185.85546875, "Shape__Length": 66.386120475249726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162771134402803, 39.984219202156197 ], [ -75.162835442719796, 39.984227534701397 ], [ -75.162870142913803, 39.9840498860274 ], [ -75.162808006690099, 39.984042312463401 ], [ -75.162771134402803, 39.984219202156197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2611 CECIL B MOORE AVE", "addr_range": "2611 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1202, "objectid": 6412, "Shape__Area": 190.5390625, "Shape__Length": 73.512999350455999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177602146011907, 39.981542211686801 ], [ -75.177657818238302, 39.981548924178597 ], [ -75.177701899084198, 39.9813416613855 ], [ -75.177646213623404, 39.981335302712203 ], [ -75.177625147180706, 39.981432822746399 ], [ -75.177605353082001, 39.981532804929302 ], [ -75.177602146011907, 39.981542211686801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1823 N 22ND ST", "addr_range": "1821-1825 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1699, "objectid": 6413, "Shape__Area": 269.19921875, "Shape__Length": 89.330325889954565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169973215274098, 39.982513610784302 ], [ -75.169989697238506, 39.982516044632199 ], [ -75.170304966206103, 39.982561094057601 ], [ -75.170315391193299, 39.982512259177497 ], [ -75.170176532137305, 39.982492212303598 ], [ -75.169998224185406, 39.982467570760903 ], [ -75.169984132372605, 39.982465609617599 ], [ -75.169973215274098, 39.982513610784302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2845 W ALBERT ST", "addr_range": "2845 W ALBERT ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 694, "objectid": 6414, "Shape__Area": 110.01171875, "Shape__Length": 49.891627415119288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178277279248206, 39.996356151091803 ], [ -75.178329109828098, 39.996362792230798 ], [ -75.178336582641506, 39.996327625599697 ], [ -75.178346066968103, 39.996286394277099 ], [ -75.178358023654596, 39.996232435699703 ], [ -75.178308150384794, 39.996226143865002 ], [ -75.178277279248206, 39.996356151091803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1941 N 25TH ST", "addr_range": "1941 N 25TH ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 942, "objectid": 6415, "Shape__Area": 149.2578125, "Shape__Length": 58.607292240491006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174481866779004, 39.985126745282003 ], [ -75.174683318036102, 39.985153624415403 ], [ -75.174685219281301, 39.985144413679599 ], [ -75.174687711468096, 39.985132283408298 ], [ -75.174692588339099, 39.985108664677398 ], [ -75.174491402918505, 39.985082500619797 ], [ -75.174481866779004, 39.985126745282003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1723 W NORRIS ST", "addr_range": "2001-2003 N 18TH ST; 1721-1729 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1191, "objectid": 6416, "Shape__Area": 188.80859375, "Shape__Length": 66.658099523813291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1626434118361, 39.984203266212198 ], [ -75.162707988545193, 39.984211716606097 ], [ -75.1627444256589, 39.9840341404567 ], [ -75.162680776479206, 39.984026128159996 ], [ -75.1626434118361, 39.984203266212198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1725 N 29TH ST", "addr_range": "1725 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 991, "objectid": 6417, "Shape__Area": 157.0859375, "Shape__Length": 63.710566974491776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181416052733098, 39.9823576989399 ], [ -75.181644184375997, 39.982387628279803 ], [ -75.181652999673005, 39.9823462367183 ], [ -75.181425037963294, 39.9823162463234 ], [ -75.181416052733098, 39.9823576989399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3405 WALLACE ST", "addr_range": "3405 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2043, "objectid": 6418, "Shape__Area": 323.59765625, "Shape__Length": 102.18072402110988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192080860565994, 39.9652881777982 ], [ -75.192132687777402, 39.965586452229203 ], [ -75.192197978849194, 39.965579396834798 ], [ -75.192147422892901, 39.9652813120601 ], [ -75.192080860565994, 39.9652881777982 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1638 N NATRONA ST", "addr_range": "1638 N NATRONA ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 993, "objectid": 6419, "Shape__Area": 157.35546875, "Shape__Length": 66.607111077374952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187651249236794, 39.982295276237103 ], [ -75.187883521748404, 39.982325463972899 ], [ -75.187895539127396, 39.982327409033502 ], [ -75.187903137927293, 39.982288729886498 ], [ -75.187659438879706, 39.982255934538401 ], [ -75.187651249236794, 39.982295276237103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1837 N BAILEY ST", "addr_range": "1837 N BAILEY ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 624, "objectid": 6420, "Shape__Area": 98.92578125, "Shape__Length": 45.767287591560873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177101652052301, 39.983550155107601 ], [ -75.177101500049702, 39.983550828359803 ], [ -75.177252616356199, 39.983570980252097 ], [ -75.177261256825901, 39.983532083552397 ], [ -75.177109938832899, 39.983511136059803 ], [ -75.177101652052301, 39.983550155107601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2032 N WOODSTOCK ST", "addr_range": "2032 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 870, "objectid": 6421, "Shape__Area": 137.83984375, "Shape__Length": 57.967557405207046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166948110668201, 39.985484666216998 ], [ -75.167151741239906, 39.9855120752838 ], [ -75.167160005909295, 39.9854716390292 ], [ -75.166957049456101, 39.985443600920703 ], [ -75.166948110668201, 39.985484666216998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3231 TURNER ST", "addr_range": "3231 TURNER ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1404, "objectid": 6422, "Shape__Area": 222.53125, "Shape__Length": 81.619541401341536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187865641903699, 39.982101790376397 ], [ -75.187923952967395, 39.982109684830903 ], [ -75.187925514184798, 39.982099968068397 ], [ -75.187976971316999, 39.981878502819001 ], [ -75.1879772691249, 39.981877252560302 ], [ -75.187920060350805, 39.981869576453398 ], [ -75.187865641903699, 39.982101790376397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1824 N 17TH ST", "addr_range": "1824 N 17TH ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1734, "objectid": 6423, "Shape__Area": 274.80078125, "Shape__Length": 93.657548895939797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162304773845193, 39.981551347166601 ], [ -75.162658031715694, 39.981600079237701 ], [ -75.162668261353303, 39.981553223662402 ], [ -75.162315054666706, 39.981504814434203 ], [ -75.162304773845193, 39.981551347166601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5201 FRANKFORD AVE", "addr_range": "5201 FRANKFORD AVE", "zipcode": 19124, "district": "7", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1188, "objectid": 6424, "Shape__Area": 188.55859375, "Shape__Length": 60.942644447841715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.077890044947296, 40.0222533808168 ], [ -75.077838399350995, 40.022289642476899 ], [ -75.077967104392798, 40.022401884974798 ], [ -75.078031122681196, 40.022358624439597 ], [ -75.077890044947296, 40.0222533808168 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2317 RIDGE AVE", "addr_range": "2309-2317 RIDGE AVE; 1700-1704 N 23RD ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1512, "objectid": 6425, "Shape__Area": 239.60546875, "Shape__Length": 81.930835054023362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1729321912931, 39.981075600013298 ], [ -75.172737319570402, 39.981231261863599 ], [ -75.172759511558098, 39.981284826296701 ], [ -75.172804885391102, 39.981248705483402 ], [ -75.172978797046198, 39.981110289482999 ], [ -75.1729321912931, 39.981075600013298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1716 ARLINGTON ST", "addr_range": "1714-1716 ARLINGTON ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 803, "objectid": 6426, "Shape__Area": 127.296875, "Shape__Length": 57.598277519784958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162691251580299, 39.983214263235801 ], [ -75.162667127639395, 39.983211139773502 ], [ -75.162643772371197, 39.983208130945101 ], [ -75.162642688434005, 39.983212909824999 ], [ -75.162607981290407, 39.983366540797803 ], [ -75.1626570930692, 39.983372772976999 ], [ -75.162690207177704, 39.983219172753699 ], [ -75.162691251580299, 39.983214263235801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2408 N 25TH ST", "addr_range": "2406-2408 N 25TH ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 814, "objectid": 6427, "Shape__Area": 129.0078125, "Shape__Length": 55.016967278865309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173538339063299, 39.991934440311802 ], [ -75.173459242914703, 39.9919234447853 ], [ -75.173393698877206, 39.991914332895398 ], [ -75.173384909431405, 39.991955401968099 ], [ -75.173450172456896, 39.991964233646399 ], [ -75.173529194764896, 39.991974953612697 ], [ -75.1735750867701, 39.991981174457898 ], [ -75.173583911315006, 39.991940782821501 ], [ -75.173538339063299, 39.991934440311802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2800 W SEDGLEY AVE", "addr_range": "2800 W SEDGLEY AVE", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1576, "objectid": 6428, "Shape__Area": 249.71875, "Shape__Length": 75.038705961161881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178896811194093, 39.9868829415107 ], [ -75.179035680337506, 39.9870563578163 ], [ -75.179096947480005, 39.9870150619208 ], [ -75.178961672221106, 39.986852960904599 ], [ -75.178939450046002, 39.986864278963701 ], [ -75.178900046611702, 39.986881079518199 ], [ -75.178896811194093, 39.9868829415107 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4504 MERION AVE", "addr_range": "4502-4504 MERION AVE", "zipcode": 19131, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1224, "objectid": 6429, "Shape__Area": 193.8671875, "Shape__Length": 73.924175790967411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212358008968806, 39.970306003197301 ], [ -75.212400636565107, 39.970332527148301 ], [ -75.212547918416007, 39.970188402828001 ], [ -75.212554446008497, 39.970182469920502 ], [ -75.2125705590839, 39.970166738852797 ], [ -75.212524376417093, 39.970138330740497 ], [ -75.212358008968806, 39.970306003197301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2550 PAGE ST", "addr_range": "2548-2550 PAGE ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 815, "objectid": 6430, "Shape__Area": 129.2578125, "Shape__Length": 51.873602950953128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175837841729503, 39.986233192594703 ], [ -75.175698378253003, 39.986310647482 ], [ -75.175733413809098, 39.986348895590098 ], [ -75.175872720104195, 39.986270551439397 ], [ -75.175837841729503, 39.986233192594703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2548 PAGE ST", "addr_range": "2548-2550 PAGE ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 749, "objectid": 6431, "Shape__Area": 118.7734375, "Shape__Length": 50.734744059617505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175666495498803, 39.986276612932897 ], [ -75.175698378253003, 39.986310647482 ], [ -75.175837841729503, 39.986233192594703 ], [ -75.175804766999903, 39.986197971748098 ], [ -75.175666495498803, 39.986276612932897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1721 W NORRIS ST", "addr_range": "2001-2003 N 18TH ST; 1721-1729 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1174, "objectid": 6432, "Shape__Area": 186.0078125, "Shape__Length": 66.390646955304334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162581300123094, 39.9841950461512 ], [ -75.1626434118361, 39.984203266212198 ], [ -75.162680776479206, 39.984026128159996 ], [ -75.162616444936305, 39.9840178265353 ], [ -75.162581300123094, 39.9841950461512 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3010 DIAMOND ST", "addr_range": "3010 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1469, "objectid": 6433, "Shape__Area": 232.80078125, "Shape__Length": 85.637149832251325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182772334281594, 39.988022553490303 ], [ -75.182827989712194, 39.988029892773397 ], [ -75.182880037023494, 39.987782313292399 ], [ -75.182822500554295, 39.987774851767 ], [ -75.182772334281594, 39.988022553490303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2445 N NEWKIRK ST", "addr_range": "2445-2469 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 706, "objectid": 6434, "Shape__Area": 111.984375, "Shape__Length": 52.0857859692101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178055207414104, 39.9932561177298 ], [ -75.178063675962505, 39.993257194077302 ], [ -75.178237043413603, 39.993279229405204 ], [ -75.178245960760805, 39.9932418858685 ], [ -75.178162482978095, 39.993232020838001 ], [ -75.178071766010603, 39.993220138358701 ], [ -75.178063444351693, 39.993219049985903 ], [ -75.178062745132905, 39.993222015764701 ], [ -75.178055207414104, 39.9932561177298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2461 N NEWKIRK ST", "addr_range": "2445-2469 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 720, "objectid": 6435, "Shape__Area": 114.11328125, "Shape__Length": 52.189906626824978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177989000646903, 39.993561054620102 ], [ -75.177997115257199, 39.993562074386197 ], [ -75.178171204201504, 39.993583885393001 ], [ -75.178179171836504, 39.993546133146502 ], [ -75.178005354462201, 39.993524330036799 ], [ -75.177997262094806, 39.993523310769497 ], [ -75.177994368951801, 39.993537189090297 ], [ -75.177989000646903, 39.993561054620102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3408 ROSEHILL ST", "addr_range": "3408-3412 ROSEHILL ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 574, "objectid": 6436, "Shape__Area": 89.39453125, "Shape__Length": 43.695397090206605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123694131171405, 40.001269728189499 ], [ -75.123835094119897, 40.0012869928483 ], [ -75.123839580413403, 40.001287531576899 ], [ -75.123847946522105, 40.001250614160298 ], [ -75.123842980397697, 40.001250001383099 ], [ -75.123702542052499, 40.0012327153961 ], [ -75.123694131171405, 40.001269728189499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1461 N 28TH ST", "addr_range": "1451, 1455, 1461-1463 N 28TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1128, "objectid": 6437, "Shape__Area": 159.16796875, "Shape__Length": 68.010587626504673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180579255536401, 39.978595187420702 ], [ -75.180830689738301, 39.978629121909798 ], [ -75.180838877710002, 39.978590505891098 ], [ -75.180587547895399, 39.978557685601302 ], [ -75.180579255536401, 39.978595187420702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2457 N NEWKIRK ST", "addr_range": "2445-2469 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 707, "objectid": 6438, "Shape__Area": 112.1875, "Shape__Length": 52.05194590260691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178005886295793, 39.993483752301103 ], [ -75.178013980408807, 39.993484756289803 ], [ -75.178187796514194, 39.993506559360199 ], [ -75.178196032239299, 39.993469491580903 ], [ -75.178022091056505, 39.993447683916202 ], [ -75.178013350907406, 39.993446602381397 ], [ -75.178011643015296, 39.993457363632501 ], [ -75.178005886295793, 39.993483752301103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "721 E CLEARFIELD ST", "addr_range": "719-727 E CLEARFIELD ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 814, "objectid": 6439, "Shape__Area": 129.07421875, "Shape__Length": 56.386073499448081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116918313181898, 39.995547118220102 ], [ -75.116968262959205, 39.9955545667043 ], [ -75.1170018481141, 39.995401921508702 ], [ -75.116974388437598, 39.995398229930501 ], [ -75.1169501594987, 39.9953949980953 ], [ -75.116918313181898, 39.995547118220102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2459 N NEWKIRK ST", "addr_range": "2445-2469 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 754, "objectid": 6440, "Shape__Area": 119.640625, "Shape__Length": 52.69678738989051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177997262094806, 39.993523310769497 ], [ -75.178005354462201, 39.993524330036799 ], [ -75.178179171836504, 39.993546133146502 ], [ -75.178187796514194, 39.993506559360199 ], [ -75.178013980408807, 39.993484756289803 ], [ -75.178005886295793, 39.993483752301103 ], [ -75.1780028023162, 39.993497658782402 ], [ -75.177997262094806, 39.993523310769497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2465 N NEWKIRK ST", "addr_range": "2445-2469 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 656, "objectid": 6441, "Shape__Area": 103.97265625, "Shape__Length": 51.310221933846428 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178163980211593, 39.993617993492798 ], [ -75.177989609908906, 39.993596402326403 ], [ -75.177981453715105, 39.993595397846299 ], [ -75.177977677324606, 39.9936154301042 ], [ -75.177974230765003, 39.9936295068606 ], [ -75.177982156350097, 39.993630507074897 ], [ -75.178157012369795, 39.993652575857297 ], [ -75.178163980211593, 39.993617993492798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2463 N NEWKIRK ST", "addr_range": "2445-2469 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 653, "objectid": 6442, "Shape__Area": 103.63671875, "Shape__Length": 51.215926547698686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178171204201504, 39.993583885393001 ], [ -75.177997115257199, 39.993562074386197 ], [ -75.177989000646903, 39.993561054620102 ], [ -75.177985740786497, 39.993576295161603 ], [ -75.177981453715105, 39.993595397846299 ], [ -75.177989609908906, 39.993596402326403 ], [ -75.178163980211593, 39.993617993492798 ], [ -75.178171204201504, 39.993583885393001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3412 ROSEHILL ST", "addr_range": "3408-3412 ROSEHILL ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 574, "objectid": 6443, "Shape__Area": 90.9921875, "Shape__Length": 43.754639163879936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123678194484597, 40.001345223776603 ], [ -75.123818810796095, 40.001363336497299 ], [ -75.123822648721003, 40.001363827055897 ], [ -75.123831069602602, 40.001326008965002 ], [ -75.123826898779498, 40.001325462135597 ], [ -75.1236868708408, 40.001307315129303 ], [ -75.123678194484597, 40.001345223776603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "725 E CLEARFIELD ST", "addr_range": "719-727 E CLEARFIELD ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 815, "objectid": 6444, "Shape__Area": 129.28515625, "Shape__Length": 56.293104146390846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116819812291595, 39.995533976940102 ], [ -75.116872065511302, 39.995541478307103 ], [ -75.116902204190495, 39.995389078446301 ], [ -75.116852247594593, 39.995382322665598 ], [ -75.116819812291595, 39.995533976940102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "646 E LIPPINCOTT ST", "addr_range": "644-646 E LIPPINCOTT ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 710, "objectid": 6445, "Shape__Area": 112.65234375, "Shape__Length": 51.469167587584664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118227948797298, 39.996218957178897 ], [ -75.118277227370797, 39.996225905837498 ], [ -75.118304813064498, 39.996094386159399 ], [ -75.1183059960658, 39.996088739501801 ], [ -75.118257339146496, 39.996082529533403 ], [ -75.118256276040498, 39.996082392530901 ], [ -75.118255140875206, 39.996087862782097 ], [ -75.118227948797298, 39.996218957178897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "601 E CORNWALL ST", "addr_range": "601-603 E CORNWALL ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 801, "objectid": 6446, "Shape__Area": 127.06640625, "Shape__Length": 52.66839189848033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118710115553398, 39.999446255095997 ], [ -75.118766804751601, 39.999454583436503 ], [ -75.1187675954734, 39.999450957800597 ], [ -75.1187958957739, 39.999318874129003 ], [ -75.118740262307398, 39.999310877250302 ], [ -75.118710750401206, 39.9994434169908 ], [ -75.118710115553398, 39.999446255095997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2455 N NEWKIRK ST", "addr_range": "2445-2469 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 715, "objectid": 6447, "Shape__Area": 113.33984375, "Shape__Length": 52.147229680752503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178013350907406, 39.993446602381397 ], [ -75.178022091056505, 39.993447683916202 ], [ -75.178196032239299, 39.993469491580903 ], [ -75.178203984492697, 39.9934322066132 ], [ -75.178030280686798, 39.993410196143799 ], [ -75.178022083606194, 39.993409158313398 ], [ -75.178019289008802, 39.993419847461197 ], [ -75.178013350907406, 39.993446602381397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3410 ROSEHILL ST", "addr_range": "3408-3412 ROSEHILL ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 574, "objectid": 6448, "Shape__Area": 91.41796875, "Shape__Length": 43.869957176332683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1236868708408, 40.001307315129303 ], [ -75.123826898779498, 40.001325462135597 ], [ -75.123831069602602, 40.001326008965002 ], [ -75.123839580413403, 40.001287531576899 ], [ -75.123835094119897, 40.0012869928483 ], [ -75.123694131171405, 40.001269728189499 ], [ -75.1236868708408, 40.001307315129303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "644 E LIPPINCOTT ST", "addr_range": "644-646 E LIPPINCOTT ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 708, "objectid": 6449, "Shape__Area": 112.265625, "Shape__Length": 51.446984141283451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118277227370797, 39.996225905837498 ], [ -75.118326982852196, 39.996232398675403 ], [ -75.118353796656294, 39.996100812635603 ], [ -75.118354856152905, 39.996095662316101 ], [ -75.118310559407306, 39.996089456823498 ], [ -75.1183059960658, 39.996088739501801 ], [ -75.118304813064498, 39.996094386159399 ], [ -75.118277227370797, 39.996225905837498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2451 N NEWKIRK ST", "addr_range": "2445-2469 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 744, "objectid": 6450, "Shape__Area": 118.03125, "Shape__Length": 52.592770932430369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178030328002606, 39.993371863683599 ], [ -75.178038420284196, 39.993372884749 ], [ -75.178212529893003, 39.993394694364802 ], [ -75.1782208357358, 39.993355805409699 ], [ -75.1780469629621, 39.993333807393597 ], [ -75.178038640096204, 39.9933327505276 ], [ -75.1780371331797, 39.993339906831501 ], [ -75.178030328002606, 39.993371863683599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2453 N NEWKIRK ST", "addr_range": "2445-2469 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 714, "objectid": 6451, "Shape__Area": 113.26171875, "Shape__Length": 52.105553236577322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178022083606194, 39.993409158313398 ], [ -75.178030280686798, 39.993410196143799 ], [ -75.178203984492697, 39.9934322066132 ], [ -75.178212529893003, 39.993394694364802 ], [ -75.178038420284196, 39.993372884749 ], [ -75.178030328002606, 39.993371863683599 ], [ -75.178028537784897, 39.993379819143399 ], [ -75.178022083606194, 39.993409158313398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2447 N NEWKIRK ST", "addr_range": "2445-2469 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 726, "objectid": 6452, "Shape__Area": 115.125, "Shape__Length": 52.334557180396438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178237043413603, 39.993279229405204 ], [ -75.178063675962505, 39.993257194077302 ], [ -75.178055207414104, 39.9932561177298 ], [ -75.178054475199602, 39.993259985582398 ], [ -75.1780469289141, 39.993294313508997 ], [ -75.178055357115298, 39.9932953727347 ], [ -75.178229739267294, 39.993317156900197 ], [ -75.178237043413603, 39.993279229405204 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2840 DIAMOND ST", "addr_range": "2838-2842, 2846 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 985, "objectid": 6453, "Shape__Area": 175.10546875, "Shape__Length": 70.198988272858728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180277918620405, 39.987505756846701 ], [ -75.180252822424507, 39.9875016170446 ], [ -75.180224485927894, 39.9874994995373 ], [ -75.180181122772098, 39.9876962527362 ], [ -75.180233978894407, 39.987703852273199 ], [ -75.180277918620405, 39.987505756846701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2123 N 30TH ST", "addr_range": "2121-2123 N 30TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 871, "objectid": 6454, "Shape__Area": 138.0625, "Shape__Length": 57.825969231030946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181940365083705, 39.988852372322903 ], [ -75.181737444499305, 39.988825151698499 ], [ -75.181730171132997, 39.988865674965702 ], [ -75.181926840536605, 39.9888933846388 ], [ -75.181931745834504, 39.988894075543499 ], [ -75.181940365083705, 39.988852372322903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2445 N 28TH ST", "addr_range": "2445-2449 N 28TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 958, "objectid": 6455, "Shape__Area": 151.953125, "Shape__Length": 63.951051751391013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177651462924501, 39.993229354728598 ], [ -75.1776605093429, 39.993189725554103 ], [ -75.177428823280195, 39.993159224675502 ], [ -75.177419901022304, 39.993198325020799 ], [ -75.177651462924501, 39.993229354728598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2624 W SILVER ST", "addr_range": "2624-2630 W SILVER ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 391, "objectid": 6456, "Shape__Area": 111.796875, "Shape__Length": 51.36889434845169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174523431617999, 39.997330219784999 ], [ -75.174526310593393, 39.997318127923101 ], [ -75.174530499499298, 39.997299853873599 ], [ -75.174533132842996, 39.9972851264463 ], [ -75.174545847251693, 39.9972195531303 ], [ -75.174551231079803, 39.997192970626799 ], [ -75.174502136013004, 39.997186566662997 ], [ -75.174489180384498, 39.997252166999402 ], [ -75.174475027090807, 39.9973238304039 ], [ -75.174523431617999, 39.997330219784999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2144-46 W GLENWOOD AVE", "addr_range": "2144-46 W GLENWOOD AVE; 2348-2352 N BEECHWOOD ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "4", "parcelarea": 1837, "objectid": 6457, "Shape__Area": 291.734375, "Shape__Length": 82.43147397942549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168333784570706, 39.990492578090098 ], [ -75.168301467611698, 39.990650812621503 ], [ -75.168556064443194, 39.990520467749299 ], [ -75.168333784570706, 39.990492578090098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2056 E AUBURN ST", "addr_range": "2048-2056 E AUBURN ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1251, "objectid": 6458, "Shape__Area": 165.53125, "Shape__Length": 70.208430935204447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118616192866796, 39.988379008093801 ], [ -75.118587660908602, 39.988346258389903 ], [ -75.118509181086296, 39.988386977739303 ], [ -75.118368167910702, 39.988460143748597 ], [ -75.118395894386097, 39.988491520792898 ], [ -75.118509327670196, 39.988433586836599 ], [ -75.118555573991102, 39.988409967947902 ], [ -75.118616192866796, 39.988379008093801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2054 E AUBURN ST", "addr_range": "2048-2056 E AUBURN ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 955, "objectid": 6459, "Shape__Area": 162.984375, "Shape__Length": 69.964734967851911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118643748326804, 39.988410961418403 ], [ -75.118616192866796, 39.988379008093801 ], [ -75.118395894386097, 39.988491520792898 ], [ -75.118423533603405, 39.988522943583703 ], [ -75.118643748326804, 39.988410961418403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1337 W TORONTO ST", "addr_range": "1337 W TORONTO ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 913, "objectid": 6460, "Shape__Area": 144.8671875, "Shape__Length": 60.21977838366324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152352464132207, 39.999618191622602 ], [ -75.152405571003101, 39.999624922900303 ], [ -75.152406385960802, 39.999621137240702 ], [ -75.152440682790399, 39.999461568939303 ], [ -75.152387368246906, 39.9994542365013 ], [ -75.152353282777895, 39.9996143096377 ], [ -75.152352464132207, 39.999618191622602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3263 N 13TH ST", "addr_range": "3263 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1451, "objectid": 6461, "Shape__Area": 230.01953125, "Shape__Length": 88.400228960610832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150305272231506, 40.002787994683402 ], [ -75.149967185931203, 40.0027448901618 ], [ -75.149958160063406, 40.002785758702501 ], [ -75.150296619841399, 40.002828936577103 ], [ -75.150305272231506, 40.002787994683402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2211 N NATRONA ST", "addr_range": "2211 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 993, "objectid": 6462, "Shape__Area": 157.4609375, "Shape__Length": 62.149494344422884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185464247457602, 39.990737765207697 ], [ -75.185682076188201, 39.990768244931999 ], [ -75.185692324801593, 39.990724967777197 ], [ -75.185473568576299, 39.990694578170498 ], [ -75.185464247457602, 39.990737765207697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1809 S ALLISON ST", "addr_range": "1809-1817 S ALLISON ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 545, "objectid": 6463, "Shape__Area": 86.3359375, "Shape__Length": 38.014829950804234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220833028894305, 39.934469934844202 ], [ -75.220915522539599, 39.934514036168601 ], [ -75.220960661785597, 39.934484372356998 ], [ -75.220893101327107, 39.934427785457601 ], [ -75.220833028894305, 39.934469934844202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1517 S 49TH ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1082, "objectid": 6464, "Shape__Area": 171.32421875, "Shape__Length": 71.661054092257189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210706271944105, 39.939716383689003 ], [ -75.210739579789703, 39.9397457666891 ], [ -75.210757521500994, 39.939734701347298 ], [ -75.210903272213997, 39.9396332315332 ], [ -75.210939073610106, 39.939608249110698 ], [ -75.210941597291097, 39.939606805710397 ], [ -75.210907876683393, 39.939577818181803 ], [ -75.210896696877995, 39.939585033689603 ], [ -75.210845950926497, 39.939620469353201 ], [ -75.210836427219206, 39.939627093519903 ], [ -75.210793614836504, 39.9396570474022 ], [ -75.2107873090754, 39.939660469463597 ], [ -75.210731105415803, 39.939700184748602 ], [ -75.210712390066405, 39.939712908823402 ], [ -75.210706271944105, 39.939716383689003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1243 W ALLEGHENY AVE", "addr_range": "1243 W ALLEGHENY AVE", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1855, "objectid": 6465, "Shape__Area": 294.171875, "Shape__Length": 91.892176061699672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150220887568594, 40.001422646151902 ], [ -75.150165736161597, 40.001682233201599 ], [ -75.150234005470395, 40.001690968512399 ], [ -75.150288988498204, 40.0014308460214 ], [ -75.150220887568594, 40.001422646151902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1814 S CONESTOGA ST", "addr_range": "1814-1820 S CONESTOGA ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1003, "objectid": 6466, "Shape__Area": 158.75390625, "Shape__Length": 65.244409265394168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219420820728899, 39.935368302442399 ], [ -75.219456718146404, 39.935397899493701 ], [ -75.219632742763295, 39.9352729402476 ], [ -75.219595356536701, 39.935242809446997 ], [ -75.219420820728899, 39.935368302442399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3664 N MARVINE ST", "addr_range": "3664 N MARVINE ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1686, "objectid": 6467, "Shape__Area": 267.3359375, "Shape__Length": 93.056297910531612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146783253641402, 40.008468731463999 ], [ -75.146774269045395, 40.008513373312702 ], [ -75.146994837696397, 40.008541280976999 ], [ -75.147126081331706, 40.008558361075501 ], [ -75.147137017042894, 40.008511507284702 ], [ -75.146783253641402, 40.008468731463999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2242 N 30TH ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1133, "objectid": 6468, "Shape__Area": 179.69140625, "Shape__Length": 69.402542761862861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181712942244502, 39.990791856463296 ], [ -75.181964599204306, 39.990822779439299 ], [ -75.181973238206396, 39.990780528841597 ], [ -75.181722042608399, 39.990747972761902 ], [ -75.181712942244502, 39.990791856463296 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1229 W ATLANTIC ST", "addr_range": "1229-1231 W ATLANTIC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 586, "objectid": 6469, "Shape__Area": 92.95703125, "Shape__Length": 43.989464902100444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1493531506773, 40.006430643724997 ], [ -75.149320752307403, 40.0063214883575 ], [ -75.149270872225998, 40.006330562463603 ], [ -75.149303323288507, 40.006439961414799 ], [ -75.1493531506773, 40.006430643724997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3519 N 13TH ST", "addr_range": "3515-3535 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1380, "objectid": 6470, "Shape__Area": 218.83203125, "Shape__Length": 83.403695472861031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149163651456803, 40.006636990333803 ], [ -75.149464113492101, 40.006675004350697 ], [ -75.149464848206605, 40.006671668300299 ], [ -75.149473221109304, 40.006633154676202 ], [ -75.149149482072701, 40.006591517455298 ], [ -75.149163651456803, 40.006636990333803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4912 SAYBROOK AVE", "addr_range": "4908-4912 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 963, "objectid": 6471, "Shape__Area": 152.43359375, "Shape__Length": 65.999479658673394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212333329182698, 39.9397176735282 ], [ -75.212326755175795, 39.939722106068203 ], [ -75.212296688441398, 39.939743266704198 ], [ -75.2124639389246, 39.939882517510803 ], [ -75.212500584509201, 39.939856230616599 ], [ -75.212333329182698, 39.9397176735282 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1314 W ALLEGHENY AVE", "addr_range": "1314 W ALLEGHENY AVE", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1506, "objectid": 6472, "Shape__Area": 238.875, "Shape__Length": 85.620793001396692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151365693136398, 40.001240232875404 ], [ -75.151419655482201, 40.000994595046002 ], [ -75.151361348080002, 40.000986794135102 ], [ -75.151307210109707, 40.001232637903598 ], [ -75.151365693136398, 40.001240232875404 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1510 HANSON ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 660, "objectid": 6473, "Shape__Area": 104.5859375, "Shape__Length": 48.569047730732812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2106753481129, 39.939896110441701 ], [ -75.210683276864003, 39.939903071434699 ], [ -75.210708886469305, 39.939924401131002 ], [ -75.210833592386194, 39.9398380528187 ], [ -75.2108000853314, 39.9398094880531 ], [ -75.210705803488807, 39.939874620045302 ], [ -75.2106753481129, 39.939896110441701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3523 N 13TH ST", "addr_range": "3515-3535 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1056, "objectid": 6474, "Shape__Area": 167.47265625, "Shape__Length": 72.183885663262274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1491888893528, 40.006717951921303 ], [ -75.149447321647003, 40.006752192738197 ], [ -75.149447549022796, 40.006751150904201 ], [ -75.149455309828994, 40.006714363284203 ], [ -75.149176580806696, 40.006678130948799 ], [ -75.1491888893528, 40.006717951921303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1218 W ATLANTIC ST", "addr_range": "1218 W ATLANTIC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 309, "objectid": 6475, "Shape__Area": 49.01171875, "Shape__Length": 36.767034884878008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149029321781597, 40.006282500908398 ], [ -75.149050557073394, 40.006284675016403 ], [ -75.149084650407303, 40.006278435671 ], [ -75.149054673401693, 40.006181600649498 ], [ -75.149051899590901, 40.006177942740599 ], [ -75.149029321781597, 40.006282500908398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1208 W ATLANTIC ST", "addr_range": "1208-1212 W ATLANTIC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1125, "objectid": 6476, "Shape__Area": 178.390625, "Shape__Length": 68.627644945086331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1487910983018, 40.006055197824097 ], [ -75.148747793398996, 40.006244399323499 ], [ -75.148804225260307, 40.006252028321803 ], [ -75.148847720455905, 40.0060627184887 ], [ -75.1487910983018, 40.006055197824097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1236 W HILTON ST", "addr_range": "1234-1236 W HILTON ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1162, "objectid": 6477, "Shape__Area": 184.234375, "Shape__Length": 75.423220256541867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150019986420901, 40.001675902178398 ], [ -75.149973615124694, 40.001892840938297 ], [ -75.150024737273299, 40.001899431020298 ], [ -75.150071045749698, 40.001682507039 ], [ -75.150019986420901, 40.001675902178398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1403 S PATTON ST", "addr_range": "1401-1403 S PATTON ST", "zipcode": 19146, "district": "2", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 800, "objectid": 6478, "Shape__Area": 126.640625, "Shape__Length": 53.363113659115449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196261996027403, 39.936477680608398 ], [ -75.196283149571698, 39.936480359994199 ], [ -75.196443642381297, 39.936500812059997 ], [ -75.196452450674101, 39.936458677964502 ], [ -75.196292033063798, 39.936438469954098 ], [ -75.196270648585596, 39.936435769209503 ], [ -75.196261996027403, 39.936477680608398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1329 W TORONTO ST", "addr_range": "1329 W TORONTO ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 921, "objectid": 6479, "Shape__Area": 146.0625, "Shape__Length": 60.392155815159427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152173207155201, 39.9994266457553 ], [ -75.152138965887403, 39.999590808641599 ], [ -75.152192047995598, 39.999597604332102 ], [ -75.152227284850298, 39.9994337198521 ], [ -75.152173207155201, 39.9994266457553 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3341 N 20TH ST", "addr_range": "3341-3343 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2001, "objectid": 6480, "Shape__Area": 317.21875, "Shape__Length": 94.059140958109083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161416414647206, 40.005448198407102 ], [ -75.161750650385699, 40.005492133410698 ], [ -75.161762612651202, 40.005436789709698 ], [ -75.161427586077096, 40.005392676522597 ], [ -75.161418159534406, 40.005391432312699 ], [ -75.161411364781102, 40.0054239535406 ], [ -75.161406437464507, 40.005446522808398 ], [ -75.161416414647206, 40.005448198407102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2206 N NATRONA ST", "addr_range": "2206 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 997, "objectid": 6481, "Shape__Area": 158.078125, "Shape__Length": 62.24405509468933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185857146980595, 39.990625741219397 ], [ -75.186076194585397, 39.990654492263999 ], [ -75.186085743459302, 39.990611374244999 ], [ -75.185866987490499, 39.9905821314726 ], [ -75.185857146980595, 39.990625741219397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3118-20 N CAMAC ST", "addr_range": "3118-20 N CAMAC ST", "zipcode": 19133, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1456, "objectid": 6482, "Shape__Area": 230.81640625, "Shape__Length": 74.910434799473549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150250477675897, 40.000142380467899 ], [ -75.150410461759193, 40.000162767852501 ], [ -75.150405049912294, 40.000154118052997 ], [ -75.150288016171999, 39.999968877959297 ], [ -75.150286262843906, 39.9999768816513 ], [ -75.150285805062595, 39.999979015709897 ], [ -75.150258781294198, 40.000103960744298 ], [ -75.150250477675897, 40.000142380467899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2457 N NATRONA ST", "addr_range": "2455-2459 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 713, "objectid": 6483, "Shape__Area": 113.12890625, "Shape__Length": 51.42920922397812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184458995872305, 39.994317509473603 ], [ -75.184635840709802, 39.994341353503202 ], [ -75.184644037615001, 39.994302462630799 ], [ -75.184465351975902, 39.994279625342401 ], [ -75.184458995872305, 39.994317509473603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3219 W GORDON ST", "addr_range": "3219 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 678, "objectid": 6484, "Shape__Area": 107.58984375, "Shape__Length": 49.034370771775158 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185043205245094, 39.992617990404199 ], [ -75.185094110830093, 39.992624124928497 ], [ -75.185119478190899, 39.992496249324397 ], [ -75.1850687604733, 39.992490167661799 ], [ -75.185043205245094, 39.992617990404199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1519 S 49TH ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1078, "objectid": 6485, "Shape__Area": 170.6953125, "Shape__Length": 71.4916755791605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210673269085405, 39.9396872344836 ], [ -75.210706271944105, 39.939716383689003 ], [ -75.210712390066405, 39.939712908823402 ], [ -75.210731105415803, 39.939700184748602 ], [ -75.2107873090754, 39.939660469463597 ], [ -75.210793614836504, 39.9396570474022 ], [ -75.210836427219206, 39.939627093519903 ], [ -75.210845950926497, 39.939620469353201 ], [ -75.210896696877995, 39.939585033689603 ], [ -75.210907876683393, 39.939577818181803 ], [ -75.210874159778399, 39.939548700980197 ], [ -75.210840859724797, 39.939570707785002 ], [ -75.210835281827499, 39.939575356910296 ], [ -75.210673269085405, 39.9396872344836 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5539 WALTON AVE", "addr_range": "5539 WALTON AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 941, "objectid": 6486, "Shape__Area": 149.01171875, "Shape__Length": 60.121338171847569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234091082724802, 39.9505687169043 ], [ -75.234144324058803, 39.950574913945097 ], [ -75.234180974092993, 39.950413765548902 ], [ -75.2341515625602, 39.950410525641999 ], [ -75.234122015580994, 39.9504069917352 ], [ -75.234116819370598, 39.950437617946299 ], [ -75.234091082724802, 39.9505687169043 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5524 PEMBERTON ST", "addr_range": "5524 PEMBERTON ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 916, "objectid": 6487, "Shape__Area": 145.0390625, "Shape__Length": 60.053220011287621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233676926738099, 39.950694344342402 ], [ -75.233729874532997, 39.9507005666701 ], [ -75.233763966022707, 39.950537250327798 ], [ -75.233709371678003, 39.9505313946405 ], [ -75.233676926738099, 39.950694344342402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5007R MASTER ST", "addr_range": "5007R MASTER ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2288, "objectid": 6488, "Shape__Area": 362.5234375, "Shape__Length": 78.702697983424528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223423745478499, 39.974887938878197 ], [ -75.223368894725496, 39.974892404788498 ], [ -75.223365992906807, 39.974895548451101 ], [ -75.2232848471767, 39.974906190146797 ], [ -75.223308624336994, 39.975047099137001 ], [ -75.223383091009893, 39.975081363885501 ], [ -75.223408826406995, 39.975047950261903 ], [ -75.223445351398595, 39.975043307003197 ], [ -75.223437213191204, 39.975001280956597 ], [ -75.223425926441195, 39.974924513369302 ], [ -75.223427988992199, 39.974920319583802 ], [ -75.223423745478499, 39.974887938878197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2909 N RINGGOLD ST", "addr_range": "2909 N RINGGOLD ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 615, "objectid": 6489, "Shape__Area": 97.58984375, "Shape__Length": 45.734471854676812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1703429603497, 39.999455271528603 ], [ -75.170495170566099, 39.999474006406899 ], [ -75.170504090557998, 39.999435647983503 ], [ -75.170351428422507, 39.999416629952698 ], [ -75.1703429603497, 39.999455271528603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1744 W PACIFIC ST", "addr_range": "1744 W PACIFIC ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1294, "objectid": 6490, "Shape__Area": 205.28125, "Shape__Length": 90.502793288639609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157377156370003, 40.008836443105103 ], [ -75.157360563962101, 40.008834504251901 ], [ -75.157331437542496, 40.008830913706703 ], [ -75.157330195517005, 40.008836559362102 ], [ -75.1572717783245, 40.009103152110001 ], [ -75.157316779385795, 40.009108826601199 ], [ -75.157375786844796, 40.008842666136402 ], [ -75.157377156370003, 40.008836443105103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4223 FAIRMOUNT AVE", "addr_range": "4223 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1191, "objectid": 6491, "Shape__Area": 188.6328125, "Shape__Length": 75.738933621499925 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208228973880594, 39.964796313036601 ], [ -75.2082442504841, 39.964907022527797 ], [ -75.208257395635201, 39.965015395349397 ], [ -75.208309545764493, 39.965011262617999 ], [ -75.208296059712396, 39.964894097473 ], [ -75.208281598695606, 39.964791788089002 ], [ -75.208228973880594, 39.964796313036601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5111-13 W STILES ST", "addr_range": "5111-13 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1991, "objectid": 6492, "Shape__Area": 315.37890625, "Shape__Length": 89.747451218766841 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224182894128205, 39.972768894112903 ], [ -75.224191121989406, 39.972815789270598 ], [ -75.224266696574105, 39.9728083931996 ], [ -75.224228044257401, 39.972560978881802 ], [ -75.224148675894995, 39.9725689995986 ], [ -75.224165030907201, 39.972666125902002 ], [ -75.224182894128205, 39.972768894112903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2654 W SELTZER ST", "addr_range": "2654 W SELTZER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 721, "objectid": 6493, "Shape__Area": 114.390625, "Shape__Length": 49.259564933700148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175148263955606, 39.997770202031298 ], [ -75.175202969414698, 39.997777328920598 ], [ -75.175224145535495, 39.997676555395998 ], [ -75.175228942457906, 39.997651758121698 ], [ -75.175174054512098, 39.997644997465201 ], [ -75.175148263955606, 39.997770202031298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2754 N 23RD ST", "addr_range": "2754 N 23RD ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 890, "objectid": 6494, "Shape__Area": 141.17578125, "Shape__Length": 59.813994107455862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169019584344397, 39.997065827858897 ], [ -75.169231726365993, 39.997094680713403 ], [ -75.169240471284098, 39.997054836272198 ], [ -75.169027519050502, 39.997025820150903 ], [ -75.169019584344397, 39.997065827858897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5116 BALTIMORE AVE", "addr_range": "5116 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1898, "objectid": 6495, "Shape__Area": 300.51953125, "Shape__Length": 77.263063323352469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225966695918501, 39.947481975809097 ], [ -75.225966812803904, 39.947485604898901 ], [ -75.225973638912194, 39.947679044443198 ], [ -75.226024565054004, 39.947679262202698 ], [ -75.226130516184199, 39.947605460896902 ], [ -75.225978281270201, 39.947479054713597 ], [ -75.225977152415098, 39.947478434314597 ], [ -75.225971321795797, 39.947475275060299 ], [ -75.225966695918501, 39.947481975809097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3059 JUDSON ST", "addr_range": "3059 JUDSON ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 657, "objectid": 6496, "Shape__Area": 104.18359375, "Shape__Length": 47.436973471938607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168704277205293, 40.001767010585603 ], [ -75.168863458738798, 40.001787772974097 ], [ -75.168869322708403, 40.001756487375602 ], [ -75.168871219952806, 40.001747938868199 ], [ -75.168713485738706, 40.001727691975297 ], [ -75.168704277205293, 40.001767010585603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4638-40 PARRISH ST", "addr_range": "4638-40 PARRISH ST", "zipcode": 19139, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 6164, "objectid": 6497, "Shape__Area": 976.20703125, "Shape__Length": 167.69029822314914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215168020229797, 39.967033407540697 ], [ -75.215093129864798, 39.967038893485999 ], [ -75.215126336317496, 39.9672985062913 ], [ -75.215126442504697, 39.967299332152102 ], [ -75.215155259962003, 39.967517030724402 ], [ -75.215155369525604, 39.967517860263698 ], [ -75.215279628649995, 39.967508112019402 ], [ -75.215218036797907, 39.967029209194202 ], [ -75.215168020229797, 39.967033407540697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "860 N 44TH ST", "addr_range": "860 N 44TH ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1407, "objectid": 6498, "Shape__Area": 222.8984375, "Shape__Length": 81.809575342225941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211697493264595, 39.968251877805798 ], [ -75.211390583351104, 39.968274119222997 ], [ -75.211394782110403, 39.968319315377798 ], [ -75.211703511595104, 39.968295485185301 ], [ -75.211697493264595, 39.968251877805798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2223 W LEHIGH AVE", "addr_range": "2223 W LEHIGH AVE", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1157, "objectid": 6499, "Shape__Area": 183.48046875, "Shape__Length": 73.519608906367296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168355048783198, 39.996053326744203 ], [ -75.1684084079549, 39.996060007668198 ], [ -75.168438793335397, 39.995912952673102 ], [ -75.168452692782694, 39.995851639516999 ], [ -75.1683995787523, 39.995844061307203 ], [ -75.168355048783198, 39.996053326744203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2836 N TAYLOR ST", "addr_range": "2834-2836 N TAYLOR ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 614, "objectid": 6500, "Shape__Area": 97.43359375, "Shape__Length": 45.385549349028167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171336649608406, 39.998591396108097 ], [ -75.171481216450303, 39.998608829050397 ], [ -75.171487559150805, 39.998609599527803 ], [ -75.171492819050599, 39.998584217208297 ], [ -75.171495374110194, 39.998570459368899 ], [ -75.171489470857793, 39.998569747417498 ], [ -75.171345505483401, 39.998552489276101 ], [ -75.171336649608406, 39.998591396108097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5127 W STILES ST", "addr_range": "5127 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1556, "objectid": 6501, "Shape__Area": 246.51953125, "Shape__Length": 91.003269461028779 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224639393067704, 39.972518885386599 ], [ -75.224644248737107, 39.9725426866937 ], [ -75.224667188692905, 39.972676275255502 ], [ -75.224686430936103, 39.9727853771018 ], [ -75.224743314782998, 39.972780229137697 ], [ -75.224735396047095, 39.972736821386 ], [ -75.224717463037706, 39.972638743239997 ], [ -75.224695853961094, 39.972512728935897 ], [ -75.224639393067704, 39.972518885386599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2723 N HEMBERGER ST", "addr_range": "2723 N HEMBERGER ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 646, "objectid": 6502, "Shape__Area": 102.5078125, "Shape__Length": 47.508035114564265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1682536028123, 39.9962915843414 ], [ -75.168244724010904, 39.9963300075121 ], [ -75.168405116251705, 39.996350540370202 ], [ -75.168413703512499, 39.996312110632402 ], [ -75.1682536028123, 39.9962915843414 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4208 LANCASTER AVE", "addr_range": "4208 LANCASTER AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 913, "objectid": 6503, "Shape__Area": 144.69140625, "Shape__Length": 53.348882504827216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207907819201196, 39.966476034431103 ], [ -75.207963364457001, 39.9665094074225 ], [ -75.208055985202506, 39.966419755288598 ], [ -75.208020844399599, 39.966366781666203 ], [ -75.207907819201196, 39.966476034431103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3799 GERMANTOWN AVE", "addr_range": "3799 GERMANTOWN AVE", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 3070, "objectid": 6504, "Shape__Area": 486.82421875, "Shape__Length": 113.62911906176379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151277066294199, 40.010823469477401 ], [ -75.151233527947696, 40.010726457951897 ], [ -75.151136665789394, 40.010509371618802 ], [ -75.151073438202801, 40.0107969376295 ], [ -75.151277066294199, 40.010823469477401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5610 PEMBERTON ST", "addr_range": "5610 PEMBERTON ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 896, "objectid": 6505, "Shape__Area": 141.9453125, "Shape__Length": 60.642629948997339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235419048692293, 39.950907956918002 ], [ -75.235470231703502, 39.950914898388703 ], [ -75.235503847319094, 39.9507479122463 ], [ -75.235452643944996, 39.950740986559403 ], [ -75.235419048692293, 39.950907956918002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5109 W STILES ST", "addr_range": "5109 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1068, "objectid": 6506, "Shape__Area": 169.171875, "Shape__Length": 70.190365673362308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224097818183594, 39.972574312349302 ], [ -75.224108357332796, 39.972639103561399 ], [ -75.224128896660602, 39.972762868986102 ], [ -75.224130230083702, 39.972774312182104 ], [ -75.224182894128205, 39.972768894112903 ], [ -75.224165030907201, 39.972666125902002 ], [ -75.224148675894995, 39.9725689995986 ], [ -75.224097818183594, 39.972574312349302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4956 KERSHAW ST", "addr_range": "4956 KERSHAW ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1009, "objectid": 6507, "Shape__Area": 159.90625, "Shape__Length": 67.544108676530314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222142733270999, 39.973826529583903 ], [ -75.222175083408402, 39.974018484597998 ], [ -75.222226137857405, 39.9740123877312 ], [ -75.222192905319403, 39.9738210737288 ], [ -75.222142733270999, 39.973826529583903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4622 LANCASTER AVE", "addr_range": "4622 LANCASTER AVE", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1518, "objectid": 6508, "Shape__Area": 240.453125, "Shape__Length": 88.368735963313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214704935026901, 39.970657286416497 ], [ -75.214749602765906, 39.970683081487003 ], [ -75.214751102540205, 39.970681615357798 ], [ -75.214958345899603, 39.970478412432001 ], [ -75.214912857188494, 39.970450487357397 ], [ -75.214704935026901, 39.970657286416497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5633 MONTROSE ST", "addr_range": "5633 MONTROSE ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 871, "objectid": 6509, "Shape__Area": 137.921875, "Shape__Length": 58.502060475661381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236442608677507, 39.948238212185899 ], [ -75.236494839082596, 39.948245078885101 ], [ -75.2365285289696, 39.948086203100502 ], [ -75.236476032348307, 39.948079732424503 ], [ -75.236442608677507, 39.948238212185899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1233 W WILLIAM ST", "addr_range": "1231-1233 W WILLIAM ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 924, "objectid": 6510, "Shape__Area": 146.5703125, "Shape__Length": 63.475183168345488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151293553168102, 39.9962072413241 ], [ -75.151253504650199, 39.996384556230602 ], [ -75.151303345034506, 39.996390585216098 ], [ -75.151343214402601, 39.996213540149199 ], [ -75.151293553168102, 39.9962072413241 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2105 N WOODSTOCK ST", "addr_range": "2105 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 858, "objectid": 6511, "Shape__Area": 136.0546875, "Shape__Length": 59.255552308660214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166367403567406, 39.986498976564299 ], [ -75.166579302654696, 39.986527780974498 ], [ -75.166587687519296, 39.986489185527702 ], [ -75.166376122741298, 39.986460371536701 ], [ -75.166373333629906, 39.986473092350202 ], [ -75.166369555950197, 39.986491415945899 ], [ -75.166367403567406, 39.986498976564299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2460 N DELHI ST", "addr_range": "2454-2462 N DELHI ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 638, "objectid": 6512, "Shape__Area": 101.15234375, "Shape__Length": 46.684156155706297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147888695347405, 39.9898035081766 ], [ -75.148043708747593, 39.989823899371899 ], [ -75.148052868827094, 39.9897850162628 ], [ -75.147896422416494, 39.989764301560903 ], [ -75.147895796903796, 39.989767511230603 ], [ -75.147888695347405, 39.9898035081766 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2125 W ONTARIO ST", "addr_range": "2125 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1938, "objectid": 6513, "Shape__Area": 307.390625, "Shape__Length": 109.50515350216051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164330807539997, 40.006655238489699 ], [ -75.164385826140304, 40.006661474630199 ], [ -75.1643911529452, 40.006641590267002 ], [ -75.164457954574999, 40.006332916771903 ], [ -75.1644021663556, 40.006325421728597 ], [ -75.164358581596204, 40.006523730190203 ], [ -75.164330807539997, 40.006655238489699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2844 N PARK AVE", "addr_range": "2842-2844 N PARK AVE", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 887, "objectid": 6514, "Shape__Area": 140.71875, "Shape__Length": 59.788319718118082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152837516298206, 39.996390777177602 ], [ -75.152849748293704, 39.996392666755703 ], [ -75.152861540810804, 39.996393917478201 ], [ -75.152869189737302, 39.996394524828297 ], [ -75.152881774601894, 39.996396438605103 ], [ -75.152886505222696, 39.996397722366297 ], [ -75.152896414530204, 39.996398897139599 ], [ -75.152910570022001, 39.996400330165002 ], [ -75.152920287262702, 39.996402177255703 ], [ -75.152932138516206, 39.996403025643403 ], [ -75.152946064797504, 39.9964049688611 ], [ -75.152965506412897, 39.996407955897503 ], [ -75.152976361715702, 39.996409635913302 ], [ -75.152988871199796, 39.996410273932497 ], [ -75.153003033197805, 39.996412609013198 ], [ -75.153018114511596, 39.996415013545601 ], [ -75.153029422007904, 39.996415866740698 ], [ -75.153043774731799, 39.996417625875203 ], [ -75.153050658231095, 39.996418489805997 ], [ -75.153051124304795, 39.996415615288903 ], [ -75.153059134218296, 39.996378817800597 ], [ -75.153052272445805, 39.9963779372424 ], [ -75.152942088177397, 39.996363724868502 ], [ -75.152929468782204, 39.996362714038597 ], [ -75.152915929288994, 39.996360490342703 ], [ -75.152905064182406, 39.996359066889397 ], [ -75.1529006301339, 39.996359401761097 ], [ -75.152893210874595, 39.996357751724503 ], [ -75.152884842108605, 39.996356239685099 ], [ -75.152873772995406, 39.996354667450099 ], [ -75.152846291221707, 39.9963515318234 ], [ -75.152841628081902, 39.996368239324703 ], [ -75.152840234876294, 39.996379426385303 ], [ -75.152837516298206, 39.996390777177602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3826 N CAMAC ST", "addr_range": "3826-3828 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 781, "objectid": 6515, "Shape__Area": 123.953125, "Shape__Length": 55.458315163293918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148026344630196, 40.0112259947186 ], [ -75.148205061349202, 40.011248921107097 ], [ -75.148222667375194, 40.011251174373001 ], [ -75.148224417449597, 40.011242719219403 ], [ -75.148230425210599, 40.011212324314698 ], [ -75.148224477854896, 40.011211608385601 ], [ -75.148034312530399, 40.011188728919002 ], [ -75.148026344630196, 40.0112259947186 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1844 N LEITHGOW ST", "addr_range": "1838, 1842-1856 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 655, "objectid": 6516, "Shape__Area": 103.859375, "Shape__Length": 45.984229167767602 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141733102513797, 39.979120225369797 ], [ -75.141723884732002, 39.979162170202301 ], [ -75.141880379880106, 39.979183684323097 ], [ -75.141868976901705, 39.979137967687301 ], [ -75.141804156591803, 39.979128966459797 ], [ -75.141733102513797, 39.979120225369797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1938 W WILLARD ST", "addr_range": "1936-1938 W WILLARD ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1071, "objectid": 6517, "Shape__Area": 169.80078125, "Shape__Length": 68.775658499639604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161832360908704, 40.003624203201497 ], [ -75.161791697835497, 40.003817143583298 ], [ -75.161845077355395, 40.003823990073997 ], [ -75.161884908979602, 40.003630820094699 ], [ -75.161832360908704, 40.003624203201497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2458 N DELHI ST", "addr_range": "2454-2462 N DELHI ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 607, "objectid": 6518, "Shape__Area": 96.31640625, "Shape__Length": 46.267677421502924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147896422416494, 39.989764301560903 ], [ -75.148052868827094, 39.9897850162628 ], [ -75.148061253153699, 39.989747791465 ], [ -75.147904407168298, 39.989727632653597 ], [ -75.147896422416494, 39.989764301560903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2848 N DARIEN ST", "addr_range": "2848-2858 N DARIEN ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 541, "objectid": 6519, "Shape__Area": 85.87890625, "Shape__Length": 42.609461946922181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145068687231401, 39.995371990748403 ], [ -75.145209761148195, 39.995390586979603 ], [ -75.145217925848399, 39.995353679927298 ], [ -75.145077270409402, 39.995335689676999 ], [ -75.145068687231401, 39.995371990748403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4537 MULBERRY ST", "addr_range": "4537 MULBERRY ST", "zipcode": 19124, "district": "7", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4007, "objectid": 6520, "Shape__Area": 635.40625, "Shape__Length": 111.91645510199922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.082785223415897, 40.012004907434701 ], [ -75.082788437066696, 40.012007964530802 ], [ -75.082899198883396, 40.011938948183897 ], [ -75.082672855911994, 40.011724787662999 ], [ -75.082562060540297, 40.011792513622503 ], [ -75.082785223415897, 40.012004907434701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2124 N 21ST ST", "addr_range": "2122-2124 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1535, "objectid": 6521, "Shape__Area": 243.33984375, "Shape__Length": 88.579293058334585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167934254019798, 39.986838433919502 ], [ -75.1682693048907, 39.986884029950801 ], [ -75.168277976799402, 39.9868405402419 ], [ -75.167943407316997, 39.986794488335498 ], [ -75.167934254019798, 39.986838433919502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2300 N 21ST ST", "addr_range": "2107-2111 W DAUPHIN ST; 2300-2302 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1230, "objectid": 6522, "Shape__Area": 195.01171875, "Shape__Length": 68.031910825293011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167361550859596, 39.989473502022499 ], [ -75.167599535784603, 39.989503810323399 ], [ -75.167608143086099, 39.989465397315101 ], [ -75.167610590787802, 39.9894544744268 ], [ -75.167453336797095, 39.989434494539097 ], [ -75.167412396217401, 39.989429285422702 ], [ -75.167405138266602, 39.989428364359497 ], [ -75.167379225664305, 39.989425331442298 ], [ -75.167372290069594, 39.9894258520454 ], [ -75.167370323590006, 39.989434592688397 ], [ -75.167361550859596, 39.989473502022499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3854 N DELHI ST", "addr_range": "3854 N DELHI ST", "zipcode": 19140, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 699, "objectid": 6523, "Shape__Area": 110.89453125, "Shape__Length": 47.700884039469514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143253079020198, 40.011200095212899 ], [ -75.143407570785797, 40.011221672682701 ], [ -75.143417485576407, 40.011178567678897 ], [ -75.143262205326494, 40.011157325518703 ], [ -75.143253079020198, 40.011200095212899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1822R-34 POINT BREEZE AVE", "addr_range": "1836-1838; 1822R-34 POINT BREEZE AVE", "zipcode": 19145, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 7137, "objectid": 6524, "Shape__Area": 1128.9375, "Shape__Length": 140.25505052367893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185094088108798, 39.929255917670702 ], [ -75.185094056012602, 39.929255899833599 ], [ -75.185045980482798, 39.929230238667799 ], [ -75.184951550054095, 39.929178819608502 ], [ -75.184879946272403, 39.929258721585597 ], [ -75.184851926476099, 39.929289631998202 ], [ -75.184823024945999, 39.9293215155949 ], [ -75.184796754939498, 39.929350498229603 ], [ -75.184765263227206, 39.929385239543301 ], [ -75.184736338214705, 39.929417091960197 ], [ -75.184707889799299, 39.929448533358801 ], [ -75.185047620350304, 39.929493223559099 ], [ -75.185093481009702, 39.929258917972199 ], [ -75.185094088108798, 39.929255917670702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1516 N 27TH ST", "addr_range": "1516 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": " ", "parcelarea": 1344, "objectid": 6525, "Shape__Area": 212.92578125, "Shape__Length": 83.080385193380195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1794762454048, 39.979001705597398 ], [ -75.179790747402706, 39.979043519739598 ], [ -75.179799778105206, 39.979002520559703 ], [ -75.1794848124933, 39.9789613564947 ], [ -75.1794762454048, 39.979001705597398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1616 JEFFERSON ST", "addr_range": "1616-1618 JEFFERSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1597, "objectid": 6526, "Shape__Area": 253.10546875, "Shape__Length": 86.487353998220087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162339375464398, 39.976274051502699 ], [ -75.162402515071804, 39.976282551828099 ], [ -75.162455580473804, 39.976036504997602 ], [ -75.162395317646499, 39.976027875846398 ], [ -75.162383491518895, 39.976079918582997 ], [ -75.162339375464398, 39.976274051502699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3157 N WENDLE ST", "addr_range": "608-612 W ALLEGHENY AVE; 3157-3159 N WENDLE ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 729, "objectid": 6527, "Shape__Area": 115.609375, "Shape__Length": 52.540209795370728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1409396983818, 39.999629054295902 ], [ -75.140936334308606, 39.999641293907501 ], [ -75.140930890539295, 39.999666800654403 ], [ -75.141114127759494, 39.999691276903903 ], [ -75.141122668336706, 39.999653379395198 ], [ -75.1409396983818, 39.999629054295902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3159 N WENDLE ST", "addr_range": "608-612 W ALLEGHENY AVE; 3157-3159 N WENDLE ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 724, "objectid": 6528, "Shape__Area": 114.79296875, "Shape__Length": 52.471033190394522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141098010485607, 39.999727776828799 ], [ -75.141105683984307, 39.999728789172799 ], [ -75.141114127759494, 39.999691276903903 ], [ -75.140930891127397, 39.9996667853503 ], [ -75.140927388323604, 39.999682696176599 ], [ -75.140922717361804, 39.999704555130002 ], [ -75.141098010485607, 39.999727776828799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3100 N 8TH ST", "addr_range": "3100-3104 N 8TH ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 901, "objectid": 6529, "Shape__Area": 142.88671875, "Shape__Length": 57.627457519329191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143853226294198, 39.998910599197401 ], [ -75.144051967622005, 39.998937887964502 ], [ -75.144060390478302, 39.998899746129503 ], [ -75.144061758570004, 39.998893587171501 ], [ -75.143863013880804, 39.998868586935998 ], [ -75.143853226294198, 39.998910599197401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "608 W ALLEGHENY AVE", "addr_range": "608-612 W ALLEGHENY AVE; 3157-3159 N WENDLE ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1042, "objectid": 6530, "Shape__Area": 165.19140625, "Shape__Length": 64.571877228322165 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1408841250189, 39.999889982322699 ], [ -75.140940284688298, 39.999896885619897 ], [ -75.140977564630603, 39.999720912742099 ], [ -75.140920741786303, 39.999713801568198 ], [ -75.140918624082104, 39.999723667382298 ], [ -75.140910135916002, 39.999764588097797 ], [ -75.140901538403199, 39.9998060370296 ], [ -75.140893106349296, 39.999846686009903 ], [ -75.1408841250189, 39.999889982322699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4300 N BODINE ST", "addr_range": "4300 N BODINE ST", "zipcode": 19140, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 926, "objectid": 6531, "Shape__Area": 146.859375, "Shape__Length": 55.234067023538259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.131435884165199, 40.016336721249701 ], [ -75.131616273468396, 40.0163611134059 ], [ -75.131627875460495, 40.016312001843197 ], [ -75.131453356291502, 40.016289275313603 ], [ -75.131446659044201, 40.016288397256503 ], [ -75.131435884165199, 40.016336721249701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2429 N PATTON ST", "addr_range": "2425-2429 N PATTON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 703, "objectid": 6532, "Shape__Area": 111.4453125, "Shape__Length": 50.80783725539164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183440633870603, 39.993633931843199 ], [ -75.183615449191706, 39.993658232173701 ], [ -75.183623967766394, 39.993620235147297 ], [ -75.183449486221306, 39.993595474666698 ], [ -75.183440633870603, 39.993633931843199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2340 N GRATZ ST", "addr_range": "2340-2342 N GRATZ ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 645, "objectid": 6533, "Shape__Area": 102.23046875, "Shape__Length": 48.597413225270458 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163134717645207, 39.989720958792397 ], [ -75.163302242216702, 39.989744190870901 ], [ -75.163309881886505, 39.989707013239602 ], [ -75.163143370627495, 39.989684673488298 ], [ -75.163134717645207, 39.989720958792397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1717 BELFIELD AVE", "addr_range": "1715-1717 BELFIELD AVE", "zipcode": 19141, "district": "8", "year": "2024", "season": "Fall", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1781, "objectid": 6534, "Shape__Area": 282.6875, "Shape__Length": 99.275639667496733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152044993601294, 40.029103172330501 ], [ -75.152073692412898, 40.029142283277103 ], [ -75.152095230582006, 40.029132906154501 ], [ -75.152410410448098, 40.028995568076901 ], [ -75.152381540943495, 40.028956534447801 ], [ -75.152296178258496, 40.028993194211502 ], [ -75.152066470971207, 40.029093760500402 ], [ -75.152044993601294, 40.029103172330501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2052 E AUBURN ST", "addr_range": "2048-2056 E AUBURN ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 530, "objectid": 6535, "Shape__Area": 164.640625, "Shape__Length": 70.048933865915501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118671355384606, 39.988442158153198 ], [ -75.118643748326804, 39.988410961418403 ], [ -75.118423533603405, 39.988522943583703 ], [ -75.118452197569795, 39.988555551289302 ], [ -75.118671355384606, 39.988442158153198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2532 N 31ST ST", "addr_range": "2532 N 31ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 855, "objectid": 6536, "Shape__Area": 146.8359375, "Shape__Length": 61.169511755014625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182403242979802, 39.995112011128398 ], [ -75.182394416003802, 39.9951525645563 ], [ -75.182612080077604, 39.995181112564502 ], [ -75.182621547441201, 39.995140783381203 ], [ -75.182403242979802, 39.995112011128398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2503 N CORLIES ST", "addr_range": "2503 N CORLIES ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 652, "objectid": 6537, "Shape__Area": 110.1640625, "Shape__Length": 50.565544249522745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181163130846102, 39.994371933830301 ], [ -75.181337109867897, 39.994396170234403 ], [ -75.181345813362995, 39.9943583378653 ], [ -75.181171841723199, 39.994333908821197 ], [ -75.181163130846102, 39.994371933830301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2502 N 30TH ST", "addr_range": "2500-2502 N 30TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 904, "objectid": 6538, "Shape__Area": 157.984375, "Shape__Length": 63.749893481270632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180922765969498, 39.994345211248799 ], [ -75.181150284448094, 39.994376336995302 ], [ -75.181160188544695, 39.994334454435503 ], [ -75.180932375493995, 39.994303934799703 ], [ -75.180922765969498, 39.994345211248799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2500 N 30TH ST", "addr_range": "2500-2502 N 30TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1079, "objectid": 6539, "Shape__Area": 169.49609375, "Shape__Length": 64.686058326930535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180932375493995, 39.994303934799703 ], [ -75.181160188544695, 39.994334454435503 ], [ -75.181169544739902, 39.994289930465598 ], [ -75.180941495409698, 39.994259002805201 ], [ -75.180932375493995, 39.994303934799703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2655 N 28TH ST", "addr_range": "2655 N 28TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 837, "objectid": 6540, "Shape__Area": 138.33984375, "Shape__Length": 56.470745414932672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176754536687298, 39.996415311078003 ], [ -75.176948371692902, 39.996443350921503 ], [ -75.176957893497303, 39.996400009464899 ], [ -75.176764394617095, 39.996373088116798 ], [ -75.176754536687298, 39.996415311078003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2450 N 26TH ST", "addr_range": "2446-2450 N 26TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 651, "objectid": 6541, "Shape__Area": 124.421875, "Shape__Length": 55.541001830202276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174771505418505, 39.993124639579001 ], [ -75.174967305626097, 39.993150294356603 ], [ -75.1749757995577, 39.993112023403597 ], [ -75.174779192624001, 39.993086608228403 ], [ -75.174771505418505, 39.993124639579001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2448 N 26TH ST", "addr_range": "2446-2450 N 26TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 743, "objectid": 6542, "Shape__Area": 123.03125, "Shape__Length": 55.436523363161314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174787383134003, 39.993048556633802 ], [ -75.174779192624001, 39.993086608228403 ], [ -75.1749757995577, 39.993112023403597 ], [ -75.174983335831499, 39.993074632879598 ], [ -75.174787383134003, 39.993048556633802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2446 N 26TH ST", "addr_range": "2446-2450 N 26TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 824, "objectid": 6543, "Shape__Area": 142.21875, "Shape__Length": 59.349715773373305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174787383134003, 39.993048556633802 ], [ -75.174996619865198, 39.993076332862302 ], [ -75.175005381546697, 39.993034892747701 ], [ -75.174795429759797, 39.993008275409601 ], [ -75.174787383134003, 39.993048556633802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2325 W YORK ST", "addr_range": "2325-2327 W YORK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 492, "objectid": 6544, "Shape__Area": 116.18359375, "Shape__Length": 54.201154703083802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171469308336896, 39.991651356712602 ], [ -75.171501257066197, 39.991504272226003 ], [ -75.171454188570806, 39.991497056422297 ], [ -75.171421981287295, 39.991645425340401 ], [ -75.171469308336896, 39.991651356712602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2327 W YORK ST", "addr_range": "2325-2327 W YORK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 382, "objectid": 6545, "Shape__Area": 127.55859375, "Shape__Length": 55.216258863350951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171521935409402, 39.991658970383902 ], [ -75.171552464486794, 39.991510677271002 ], [ -75.171501257066197, 39.991504272226003 ], [ -75.171469308336896, 39.991651356712602 ], [ -75.171521935409402, 39.991658970383902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2307 W YORK ST", "addr_range": "2307 W YORK ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1236, "objectid": 6546, "Shape__Area": 245.4296875, "Shape__Length": 95.367311870517867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170972193063903, 39.9914346128867 ], [ -75.170910906632201, 39.991717894768001 ], [ -75.170962240873195, 39.991725898618 ], [ -75.171024534970101, 39.991441494166999 ], [ -75.170972193063903, 39.9914346128867 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2536 N 24TH ST", "addr_range": "2536 N 24TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 945, "objectid": 6547, "Shape__Area": 165.3671875, "Shape__Length": 65.769763500702396 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171308336313203, 39.994000117362603 ], [ -75.171543538987905, 39.994031870087497 ], [ -75.171553209271707, 39.9939891432278 ], [ -75.171315909579107, 39.993958569688303 ], [ -75.171308336313203, 39.994000117362603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2447 SEYBERT ST", "addr_range": "2447-2451 SEYBERT ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 425, "objectid": 6548, "Shape__Area": 93.859375, "Shape__Length": 45.501798874056931 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176365686445493, 39.976051466542302 ], [ -75.176341808101796, 39.976169040197 ], [ -75.176390022130505, 39.976175086977698 ], [ -75.176413613696297, 39.9760567653503 ], [ -75.176365686445493, 39.976051466542302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2440 N 6TH ST", "addr_range": "2428-2450 N 6TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1292, "objectid": 6549, "Shape__Area": 204.83203125, "Shape__Length": 76.433663347790457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143010920478403, 39.988943870917602 ], [ -75.143000695754793, 39.988988017603198 ], [ -75.143281909952606, 39.989024742091502 ], [ -75.143292160624497, 39.988981532135703 ], [ -75.143010920478403, 39.988943870917602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2438 N 6TH ST", "addr_range": "2428-2450 N 6TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1307, "objectid": 6550, "Shape__Area": 207.203125, "Shape__Length": 76.499427914215204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143020734935106, 39.988900005942597 ], [ -75.143010920478403, 39.988943870917602 ], [ -75.143292160624497, 39.988981532135703 ], [ -75.143300950799897, 39.988936546433699 ], [ -75.143133128975805, 39.988914698228797 ], [ -75.143124827747897, 39.988913622179297 ], [ -75.143020734935106, 39.988900005942597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2432 N 6TH ST", "addr_range": "2428-2450 N 6TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1282, "objectid": 6551, "Shape__Area": 203.24609375, "Shape__Length": 76.375578071559474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143048128064805, 39.9887716522746 ], [ -75.1430390989632, 39.988815229643002 ], [ -75.143320362085404, 39.988852309265802 ], [ -75.143329777735602, 39.988809032589202 ], [ -75.143048128064805, 39.9887716522746 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "161 W DAUPHIN ST", "addr_range": "157-163 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 432, "objectid": 6552, "Shape__Area": 68.45703125, "Shape__Length": 38.396826035199126 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134492228621596, 39.985280805856497 ], [ -75.134533646064099, 39.985286014267501 ], [ -75.134535484519702, 39.985277481113997 ], [ -75.134554632450104, 39.985187838452397 ], [ -75.134512221195493, 39.9851823109626 ], [ -75.134493988715505, 39.985272117743598 ], [ -75.134492228621596, 39.985280805856497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "500-02 DIAMOND ST", "addr_range": "500-504 DIAMOND ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1559, "objectid": 6553, "Shape__Area": 247.140625, "Shape__Length": 68.511021843954225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142342962640399, 39.982795113708001 ], [ -75.142434454626994, 39.982806965900402 ], [ -75.142470008656005, 39.982644544540001 ], [ -75.142378518017694, 39.982632693302698 ], [ -75.142342962640399, 39.982795113708001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2430 N 6TH ST", "addr_range": "2428-2450 N 6TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1281, "objectid": 6554, "Shape__Area": 203.0625, "Shape__Length": 76.438610227480439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143057521640699, 39.988728375115102 ], [ -75.143048128064805, 39.9887716522746 ], [ -75.143329777735602, 39.988809032589202 ], [ -75.143339569091594, 39.988765763543697 ], [ -75.143057521640699, 39.988728375115102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "504 DIAMOND ST", "addr_range": "500-504 DIAMOND ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 720, "objectid": 6555, "Shape__Area": 114.06640625, "Shape__Length": 57.387502795598934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142470008656005, 39.982644544540001 ], [ -75.142434454626994, 39.982806965900402 ], [ -75.142476680874296, 39.9828124367233 ], [ -75.142512237145894, 39.982650015403102 ], [ -75.142470008656005, 39.982644544540001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2442 N 6TH ST", "addr_range": "2428-2450 N 6TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1325, "objectid": 6556, "Shape__Area": 209.98828125, "Shape__Length": 76.821085158730341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143000695754793, 39.988988017603198 ], [ -75.142991621419796, 39.989032802211703 ], [ -75.143273679506805, 39.989069884668098 ], [ -75.143281909952606, 39.989024742091502 ], [ -75.143000695754793, 39.988988017603198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2448 N 6TH ST", "addr_range": "2428-2450 N 6TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1318, "objectid": 6557, "Shape__Area": 208.96484375, "Shape__Length": 76.721670019029858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142972319984693, 39.9891223128066 ], [ -75.142962461519303, 39.989166773255398 ], [ -75.143243710742894, 39.989204740224103 ], [ -75.143253562053104, 39.9891599732454 ], [ -75.142972319984693, 39.9891223128066 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2024 N BODINE ST", "addr_range": "2020-2024 N BODINE ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 630, "objectid": 6558, "Shape__Area": 99.87890625, "Shape__Length": 50.845639523747536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139113503141402, 39.981563315507998 ], [ -75.139294690321293, 39.981585846202101 ], [ -75.139302200449606, 39.981553454971902 ], [ -75.139287100046701, 39.981551643692697 ], [ -75.139119272302494, 39.981529385377897 ], [ -75.139113503141402, 39.981563315507998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2022 N BODINE ST", "addr_range": "2020-2024 N BODINE ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 574, "objectid": 6559, "Shape__Area": 91.01171875, "Shape__Length": 47.528211285423197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139119272302494, 39.981529385377897 ], [ -75.139287100046701, 39.981551643692697 ], [ -75.139293692286898, 39.981519151391197 ], [ -75.139125875874498, 39.981496569874601 ], [ -75.139119272302494, 39.981529385377897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2350 N FAIRHILL ST", "addr_range": "2350-2352 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 585, "objectid": 6560, "Shape__Area": 92.7890625, "Shape__Length": 48.162974673332073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142669363000394, 39.9874041534718 ], [ -75.142839709694798, 39.9874261904463 ], [ -75.142846888384497, 39.987393678857302 ], [ -75.142842718263907, 39.987393132718303 ], [ -75.142676035909403, 39.987371210525602 ], [ -75.142669363000394, 39.9874041534718 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2450 N 6TH ST", "addr_range": "2428-2450 N 6TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1302, "objectid": 6561, "Shape__Area": 206.32421875, "Shape__Length": 76.4718716755944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142962482585801, 39.989166773733899 ], [ -75.142953407653494, 39.989211542108301 ], [ -75.143233908135301, 39.989248299137103 ], [ -75.143243710742894, 39.989204740224103 ], [ -75.142962482585801, 39.989166773733899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "159 W DAUPHIN ST", "addr_range": "157-163 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 447, "objectid": 6562, "Shape__Area": 70.890625, "Shape__Length": 38.806637691141866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134448641252305, 39.9852753407432 ], [ -75.134492228621596, 39.985280805856497 ], [ -75.134493988715505, 39.985272117743598 ], [ -75.134512221195493, 39.9851823109626 ], [ -75.134469342108602, 39.985176400672302 ], [ -75.134467536762699, 39.985185047207501 ], [ -75.134450489746698, 39.985266516788698 ], [ -75.134448641252305, 39.9852753407432 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2544 N 28TH ST", "addr_range": "2542-2548 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 959, "objectid": 6563, "Shape__Area": 152.0859375, "Shape__Length": 63.390281076189353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177498367344199, 39.994760073868598 ], [ -75.177567223852407, 39.994768725077101 ], [ -75.177726548747202, 39.994790833825 ], [ -75.177735265452299, 39.994751068409798 ], [ -75.177564943074699, 39.994727101303802 ], [ -75.177507188109601, 39.994719729647699 ], [ -75.177498367344199, 39.994760073868598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1210 W ERIE AVE", "addr_range": "1210 W ERIE AVE", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1322, "objectid": 6564, "Shape__Area": 209.59765625, "Shape__Length": 79.078381801208167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148034551129996, 40.008684588261403 ], [ -75.148091932321194, 40.008692078698303 ], [ -75.1481304771618, 40.008484392316703 ], [ -75.148133960870695, 40.0084656759973 ], [ -75.148079582013594, 40.008458607719597 ], [ -75.148034551129996, 40.008684588261403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1218 W ALLEGHENY AVE", "addr_range": "1214-1218 W ALLEGHENY AVE", "zipcode": 19133, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1201, "objectid": 6565, "Shape__Area": 190.37890625, "Shape__Length": 72.854782669314943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149814054371703, 40.000830681529699 ], [ -75.149769536101601, 40.001035330836402 ], [ -75.149825932160098, 40.001042652271998 ], [ -75.149869549556698, 40.000838547481699 ], [ -75.149814054371703, 40.000830681529699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1216 W ALLEGHENY AVE", "addr_range": "1214-1218 W ALLEGHENY AVE", "zipcode": 19133, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1175, "objectid": 6566, "Shape__Area": 186.265625, "Shape__Length": 72.571453579987619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149769536101601, 40.001035330836402 ], [ -75.149814054371703, 40.000830681529699 ], [ -75.149759108108597, 40.000823778559599 ], [ -75.149714910622805, 40.001027726012602 ], [ -75.149769536101601, 40.001035330836402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4910 SAYBROOK AVE", "addr_range": "4908-4912 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 978, "objectid": 6567, "Shape__Area": 154.78515625, "Shape__Length": 69.679258343372624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212249539695193, 39.939757021556701 ], [ -75.2124282220786, 39.9399081311701 ], [ -75.2124639389246, 39.939882517510803 ], [ -75.212296688441398, 39.939743266704198 ], [ -75.212286882720207, 39.939749045915697 ], [ -75.212275705885006, 39.939739352509903 ], [ -75.212249539695193, 39.939757021556701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4822 SAYBROOK AVE", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 713, "objectid": 6568, "Shape__Area": 112.9140625, "Shape__Length": 50.930486756471986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211371537187205, 39.940445531661702 ], [ -75.211490749054093, 39.940546065014502 ], [ -75.211492532778195, 39.9405448466932 ], [ -75.211528816904305, 39.940519827012103 ], [ -75.211409619453903, 39.940418907488002 ], [ -75.211371537187205, 39.940445531661702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2032 W TIOGA ST", "addr_range": "2030-2040 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 3540, "objectid": 6569, "Shape__Area": 561.3203125, "Shape__Length": 136.67782606457732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162954495328904, 40.0071520774544 ], [ -75.162964697435996, 40.007110959758002 ], [ -75.162879140169593, 40.007100810941701 ], [ -75.1627905806168, 40.0074988930701 ], [ -75.162875577335797, 40.007509497837603 ], [ -75.162952180730699, 40.007162760893998 ], [ -75.162954495328904, 40.0071520774544 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 N 31ST ST", "addr_range": "2342 N 31ST ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 849, "objectid": 6570, "Shape__Area": 134.54296875, "Shape__Length": 57.038741016232592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182959082994699, 39.992565645693197 ], [ -75.182951177847002, 39.992606218867699 ], [ -75.183151227604, 39.992632035782599 ], [ -75.183158592725903, 39.992591304557102 ], [ -75.182959082994699, 39.992565645693197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2038 W TIOGA ST", "addr_range": "2030-2040 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 3009, "objectid": 6571, "Shape__Area": 477.109375, "Shape__Length": 157.9681091088184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163035449743305, 40.0075295096335 ], [ -75.163113207881395, 40.007539160025402 ], [ -75.163169888373304, 40.007268028739702 ], [ -75.163189339798805, 40.007183886020798 ], [ -75.162954495328904, 40.0071520774544 ], [ -75.162952180730699, 40.007162760893998 ], [ -75.163031697744898, 40.007173563738696 ], [ -75.163110783989097, 40.007184694702303 ], [ -75.163101406986499, 40.007231650658298 ], [ -75.163035449743305, 40.0075295096335 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1514 HANSON ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 669, "objectid": 6572, "Shape__Area": 105.8515625, "Shape__Length": 48.788331834129934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210607053876402, 39.939837970370299 ], [ -75.210640777478801, 39.939866877864198 ], [ -75.210766137312305, 39.939780414358999 ], [ -75.210731929462995, 39.939751560152402 ], [ -75.210607053876402, 39.939837970370299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2503 N SPANGLER ST", "addr_range": "2501-2503 N SPANGLER ST", "zipcode": 19132, "district": "4", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 633, "objectid": 6573, "Shape__Area": 100.45703125, "Shape__Length": 48.967315511678557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186022644316907, 39.9949868385307 ], [ -75.186193827358295, 39.995008602958997 ], [ -75.186200402504397, 39.994976559478502 ], [ -75.186201019505802, 39.994973559385301 ], [ -75.186030825467299, 39.994951107061901 ], [ -75.186022644316907, 39.9949868385307 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1809 S 55TH ST", "addr_range": "1809 S 55TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1607, "objectid": 6574, "Shape__Area": 254.3046875, "Shape__Length": 80.066014843392168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219707224799194, 39.935317363927297 ], [ -75.219756288783501, 39.9353572623831 ], [ -75.219767639512995, 39.9353493407312 ], [ -75.219816634406001, 39.935314039256802 ], [ -75.219867683898698, 39.935276930632902 ], [ -75.219919160485006, 39.935240169284597 ], [ -75.219966143251796, 39.935206000066998 ], [ -75.219918862153094, 39.935166060843898 ], [ -75.219707224799194, 39.935317363927297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2030 W TIOGA ST", "addr_range": "2030-2040 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 3527, "objectid": 6575, "Shape__Area": 559.28125, "Shape__Length": 136.41463620659994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162705662442605, 40.007487888156398 ], [ -75.1627905806168, 40.0074988930701 ], [ -75.162879140169593, 40.007100810941701 ], [ -75.162795409874093, 40.007089977914902 ], [ -75.162778947340996, 40.007162242272997 ], [ -75.162777335618799, 40.007169331181103 ], [ -75.162705662442605, 40.007487888156398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1311 W CLEMENTINE ST", "addr_range": "1311-1313 W CLEMENTINE ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 572, "objectid": 6576, "Shape__Area": 90.75, "Shape__Length": 42.893166805521318 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151329802704694, 40.000195980157898 ], [ -75.151309318018505, 40.000302439451801 ], [ -75.151360284786804, 40.0003092344827 ], [ -75.151381565956598, 40.000202777894103 ], [ -75.151329802704694, 40.000195980157898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3235 N 20TH ST", "addr_range": "3235 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 942, "objectid": 6577, "Shape__Area": 149.328125, "Shape__Length": 61.238383322088822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162087309085607, 40.003855757774701 ], [ -75.162114047865401, 40.003859294235298 ], [ -75.162123253317503, 40.003817428823801 ], [ -75.161905095061698, 40.003789749408497 ], [ -75.161897664052603, 40.003830704237203 ], [ -75.162087309085607, 40.003855757774701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2909 GERRITT ST", "addr_range": "2909-2911 GERRITT ST", "zipcode": 19146, "district": "2", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 676, "objectid": 6578, "Shape__Area": 107.0, "Shape__Length": 48.024625512882814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192658391937201, 39.935884358548797 ], [ -75.192709872104999, 39.935891341387197 ], [ -75.192712613752704, 39.935879135293803 ], [ -75.192716809298503, 39.9358605779763 ], [ -75.192737685769799, 39.935768210800603 ], [ -75.192684411193696, 39.935761606929397 ], [ -75.192664729751499, 39.9358545008036 ], [ -75.192660834399902, 39.935872887314801 ], [ -75.192658391937201, 39.935884358548797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1504 HANSON ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 670, "objectid": 6579, "Shape__Area": 106.03515625, "Shape__Length": 48.621961581650808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210806830706105, 39.940008424729399 ], [ -75.210809712265302, 39.940010874378501 ], [ -75.210866742125006, 39.939973111793996 ], [ -75.210869564788297, 39.939969900939403 ], [ -75.210879699701593, 39.939963178575503 ], [ -75.210904079017197, 39.939945696425802 ], [ -75.210935148527, 39.939924590778297 ], [ -75.210929541861802, 39.9399199526366 ], [ -75.210901158319004, 39.939896079319503 ], [ -75.210791942038497, 39.939970858470502 ], [ -75.210776574486999, 39.9399825430338 ], [ -75.210806830706105, 39.940008424729399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1322 W CLEMENTINE ST", "addr_range": "1322-1326 W CLEMENTINE ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 535, "objectid": 6580, "Shape__Area": 84.86328125, "Shape__Length": 42.501672623431801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151669963165702, 40.0000438347585 ], [ -75.151651203804903, 40.000152799241199 ], [ -75.151696261711095, 40.000158445832596 ], [ -75.151719332281502, 40.000050738535599 ], [ -75.151669963165702, 40.0000438347585 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2236 N 30TH ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 1184, "objectid": 6581, "Shape__Area": 187.6328125, "Shape__Length": 69.968231810887673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181740258855598, 39.990659205583398 ], [ -75.1819918965667, 39.990691739986701 ], [ -75.182000371470806, 39.990646052867802 ], [ -75.181749167408299, 39.990614817527899 ], [ -75.181740258855598, 39.990659205583398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1401 S PATTON ST", "addr_range": "1401-1403 S PATTON ST", "zipcode": 19146, "district": "2", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 853, "objectid": 6582, "Shape__Area": 135.05078125, "Shape__Length": 54.154829561911988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196264874240299, 39.936523686148398 ], [ -75.196273708366107, 39.936524850536003 ], [ -75.196276189095002, 39.936525178778503 ], [ -75.196433902155505, 39.936546036582897 ], [ -75.196443642381297, 39.936500812059997 ], [ -75.196283149571698, 39.936480359994199 ], [ -75.196261996027403, 39.936477680608398 ], [ -75.1962526432728, 39.936522059591397 ], [ -75.196264874240299, 39.936523686148398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1508 HANSON ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 676, "objectid": 6583, "Shape__Area": 107.0390625, "Shape__Length": 48.836174856601126 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210708886469305, 39.939924401131002 ], [ -75.210743076971596, 39.939953721678101 ], [ -75.210867791344796, 39.939867679856498 ], [ -75.210833592386194, 39.9398380528187 ], [ -75.210708886469305, 39.939924401131002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2542 N 28TH ST", "addr_range": "2542-2548 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 969, "objectid": 6584, "Shape__Area": 153.66015625, "Shape__Length": 63.459300586904362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177507188109601, 39.994719729647699 ], [ -75.177564943074699, 39.994727101303802 ], [ -75.177735265452299, 39.994751068409798 ], [ -75.1777443520768, 39.994710907630797 ], [ -75.177678004596899, 39.994700748598397 ], [ -75.177515982156393, 39.994679595664103 ], [ -75.177507188109601, 39.994719729647699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1418 HANSON ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 611, "objectid": 6585, "Shape__Area": 96.80859375, "Shape__Length": 47.370504306455715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211339218271604, 39.940418799873498 ], [ -75.211371537187205, 39.940445531661702 ], [ -75.211409619453903, 39.940418907488002 ], [ -75.211448868874399, 39.940391275684803 ], [ -75.2114869432788, 39.940364860345298 ], [ -75.2114934752653, 39.940360427821901 ], [ -75.211479225596406, 39.940348328227003 ], [ -75.211461671360098, 39.9403333515708 ], [ -75.211370988110801, 39.9403969032101 ], [ -75.211339218271604, 39.940418799873498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1836 S VOGDES ST", "addr_range": "1834-1836 S VOGDES ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2518, "objectid": 6586, "Shape__Area": 398.4296875, "Shape__Length": 93.286077680329313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220086762783595, 39.934327194445899 ], [ -75.220099173151695, 39.934338027032901 ], [ -75.220133242215297, 39.934367842133099 ], [ -75.220339673011694, 39.934202173287403 ], [ -75.220353230108003, 39.934191221532501 ], [ -75.220284197777701, 39.934133730524103 ], [ -75.220188542463404, 39.934210913047004 ], [ -75.220173336614806, 39.934222829424698 ], [ -75.220154661042599, 39.934238504819596 ], [ -75.220066339161804, 39.934309368120502 ], [ -75.220071551426003, 39.934313915121201 ], [ -75.220086762783595, 39.934327194445899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3052 FOX ST", "addr_range": "3052 FOX ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 669, "objectid": 6587, "Shape__Area": 106.1640625, "Shape__Length": 48.02746813915914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167457360792895, 40.001479742784802 ], [ -75.167612970502702, 40.001500686069498 ], [ -75.167621367435004, 40.001461251966397 ], [ -75.167456425725604, 40.001439858184099 ], [ -75.167450704052499, 40.001469018730802 ], [ -75.167457360792895, 40.001479742784802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "800 S VOGDES ST", "addr_range": "800 S VOGDES ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1141, "objectid": 6588, "Shape__Area": 180.59375, "Shape__Length": 68.830449536636948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234229813874805, 39.948177646149098 ], [ -75.234220235787504, 39.948221974109202 ], [ -75.234467891749603, 39.948251406993101 ], [ -75.234470222239196, 39.948241674187301 ], [ -75.2344782725865, 39.948208063388101 ], [ -75.234229813874805, 39.948177646149098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5124 MERION AVE", "addr_range": "5124 MERION AVE", "zipcode": 19131, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1237, "objectid": 6589, "Shape__Area": 196.01953125, "Shape__Length": 77.657929313197201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224629980935703, 39.976957233085898 ], [ -75.224675786231003, 39.976978533346198 ], [ -75.224828069914096, 39.976784719885501 ], [ -75.224782265905503, 39.976763418811302 ], [ -75.224629980935703, 39.976957233085898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5432 NORFOLK ST", "addr_range": "5432 NORFOLK ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 931, "objectid": 6590, "Shape__Area": 147.43359375, "Shape__Length": 62.158434098736919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232217816442102, 39.948357095072801 ], [ -75.232180324867599, 39.9483531934533 ], [ -75.232166599862694, 39.948351119034697 ], [ -75.232165432061606, 39.9483572030584 ], [ -75.232133385414102, 39.948522884844301 ], [ -75.232186119599305, 39.948529168107903 ], [ -75.232216637902297, 39.948363437447099 ], [ -75.232217816442102, 39.948357095072801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3630 N BROAD ST", "addr_range": "3630 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1593, "objectid": 6591, "Shape__Area": 252.58203125, "Shape__Length": 95.327301947031842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151566778807094, 40.008492562831698 ], [ -75.151934910111706, 40.008540080191999 ], [ -75.151943976263496, 40.008498729480301 ], [ -75.151575207968605, 40.008451421179998 ], [ -75.151566778807094, 40.008492562831698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4918 KERSHAW ST", "addr_range": "4918 KERSHAW ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1388, "objectid": 6592, "Shape__Area": 219.84375, "Shape__Length": 71.527469835222419 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221111548201804, 39.9739325736791 ], [ -75.221044558355302, 39.9739390261471 ], [ -75.221077637704099, 39.974129305531498 ], [ -75.221144313676803, 39.974122795667199 ], [ -75.221147783419198, 39.974122454968601 ], [ -75.221114974204198, 39.973932243730701 ], [ -75.221111548201804, 39.9739325736791 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3632 N BROAD ST", "addr_range": "3632 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1571, "objectid": 6593, "Shape__Area": 249.12890625, "Shape__Length": 95.059121766357379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151557976303806, 40.008533050002903 ], [ -75.151925526940602, 40.008580957902602 ], [ -75.151934910111706, 40.008540080191999 ], [ -75.151566778807094, 40.008492562831698 ], [ -75.151557976303806, 40.008533050002903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5519 WALTON AVE", "addr_range": "5519 WALTON AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 892, "objectid": 6594, "Shape__Area": 141.24609375, "Shape__Length": 59.096060465221683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233553848112905, 39.950501175723097 ], [ -75.233607242249505, 39.950507796231399 ], [ -75.233640112501604, 39.950348063421998 ], [ -75.233620128051598, 39.950344771585002 ], [ -75.233607135633306, 39.950343261224297 ], [ -75.233587466023806, 39.950340508776598 ], [ -75.233553848112905, 39.950501175723097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2614 W SELTZER ST", "addr_range": "2614 W SELTZER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 633, "objectid": 6595, "Shape__Area": 100.4140625, "Shape__Length": 47.692761588622943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174150312810298, 39.997641922481797 ], [ -75.1741988993181, 39.997648461141701 ], [ -75.174225180215601, 39.997523655187898 ], [ -75.174177142967594, 39.997517000017403 ], [ -75.174150312810298, 39.997641922481797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5108 MASTER ST", "addr_range": "5108 MASTER ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2946, "objectid": 6596, "Shape__Area": 466.61328125, "Shape__Length": 126.86197427580449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224400870411301, 39.9741415294815 ], [ -75.224427226341703, 39.9741387740509 ], [ -75.224498429092705, 39.9741312004873 ], [ -75.224535024557795, 39.974326358361402 ], [ -75.224537174962094, 39.9743417848223 ], [ -75.224540030120096, 39.974353469631197 ], [ -75.224542142031098, 39.974365395768402 ], [ -75.2246187413879, 39.9743575390468 ], [ -75.224589209074907, 39.974201739069997 ], [ -75.224575224437203, 39.974126475477803 ], [ -75.224563533715497, 39.974064511542601 ], [ -75.224554263630594, 39.974065323855797 ], [ -75.224490275159894, 39.974072700331902 ], [ -75.224442072969097, 39.974077587866297 ], [ -75.224440687894798, 39.974070303447398 ], [ -75.224391625052206, 39.974075219771798 ], [ -75.224400870411301, 39.9741415294815 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5111 BALTIMORE AVE", "addr_range": "5111 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1868, "objectid": 6597, "Shape__Area": 295.6875, "Shape__Length": 88.195804437537362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225844141026798, 39.947887199695799 ], [ -75.225842404882599, 39.948133516934703 ], [ -75.225916520428299, 39.948134211674798 ], [ -75.225918213920906, 39.947886766353399 ], [ -75.225844141026798, 39.947887199695799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4930 W STILES ST", "addr_range": "4930 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 754, "objectid": 6598, "Shape__Area": 119.42578125, "Shape__Length": 51.735349143148156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220403434728894, 39.972919697057002 ], [ -75.220429738427001, 39.973055035753703 ], [ -75.220464337371794, 39.973051429500899 ], [ -75.220482613647505, 39.973049528520399 ], [ -75.220457729071597, 39.972914381498697 ], [ -75.220403434728894, 39.972919697057002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2729 N NEWKIRK ST", "addr_range": "2729 N NEWKIRK ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 720, "objectid": 6599, "Shape__Area": 114.1171875, "Shape__Length": 51.449060072817531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177122626730295, 39.9975732866735 ], [ -75.177114475084693, 39.997612002426798 ], [ -75.177291957559504, 39.997635790830998 ], [ -75.177299526849495, 39.997596982726499 ], [ -75.177122626730295, 39.9975732866735 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4953 KERSHAW ST", "addr_range": "4953 KERSHAW ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1335, "objectid": 6600, "Shape__Area": 211.53515625, "Shape__Length": 81.800284161630117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222255191633195, 39.974118432857999 ], [ -75.222296565590597, 39.974355607701199 ], [ -75.222351240573005, 39.974349656296802 ], [ -75.222308407364693, 39.974111723129198 ], [ -75.222255191633195, 39.974118432857999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "708 S 50TH ST", "addr_range": "708 S 50TH ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 412, "objectid": 6601, "Shape__Area": 65.31640625, "Shape__Length": 33.115919852513912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222823140937294, 39.947383085769602 ], [ -75.2228807061894, 39.947431729433902 ], [ -75.2229222508725, 39.947400970069999 ], [ -75.222862906070702, 39.947349498629002 ], [ -75.222819404184904, 39.947379940947499 ], [ -75.222823140937294, 39.947383085769602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5129 W STILES ST", "addr_range": "5129 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1190, "objectid": 6602, "Shape__Area": 188.57421875, "Shape__Length": 77.079235255753531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224695853961094, 39.972512728935897 ], [ -75.224717463037706, 39.972638743239997 ], [ -75.224735396047095, 39.972736821386 ], [ -75.224785725370495, 39.972731642685197 ], [ -75.224747226180895, 39.972507685831303 ], [ -75.224695853961094, 39.972512728935897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2278 RUFFNER ST", "addr_range": "2278 RUFFNER ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 545, "objectid": 6603, "Shape__Area": 86.421875, "Shape__Length": 42.99351854168868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166779850599298, 40.0111256273794 ], [ -75.166854367035597, 40.011220900331899 ], [ -75.166894425145799, 40.011202375710099 ], [ -75.166822150474999, 40.011106080113699 ], [ -75.166779850599298, 40.0111256273794 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4974 KERSHAW ST", "addr_range": "4974 KERSHAW ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 923, "objectid": 6604, "Shape__Area": 146.24609375, "Shape__Length": 66.796620904296375 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222629158685294, 39.973775473244302 ], [ -75.222661494656805, 39.973968411670299 ], [ -75.222708000210403, 39.973963519050997 ], [ -75.222675012302702, 39.973771228516597 ], [ -75.222629158685294, 39.973775473244302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2104 RUFFNER ST", "addr_range": "2104 RUFFNER ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1567, "objectid": 6605, "Shape__Area": 248.6015625, "Shape__Length": 79.678155654455722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163987728950801, 40.012415329593402 ], [ -75.163842161133999, 40.0122247704521 ], [ -75.163782225697304, 40.012252807026897 ], [ -75.1639289018418, 40.012442906463903 ], [ -75.163987728950801, 40.012415329593402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5121 MASTER ST", "addr_range": "5121 MASTER ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2411, "objectid": 6606, "Shape__Area": 381.9296875, "Shape__Length": 96.732842283645326 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224912961604701, 39.9744934851743 ], [ -75.224953124475803, 39.974755586236398 ], [ -75.225040644307498, 39.974747614524802 ], [ -75.225002587439704, 39.9744840767978 ], [ -75.224912961604701, 39.9744934851743 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "610 S 54TH ST", "addr_range": "610 S 54TH ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1289, "objectid": 6607, "Shape__Area": 204.04296875, "Shape__Length": 75.997205403742811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231111662230305, 39.950595972756098 ], [ -75.230832963798093, 39.950560739725901 ], [ -75.230822890923406, 39.950604766469503 ], [ -75.231103100916698, 39.9506399354037 ], [ -75.231111662230305, 39.950595972756098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1306 W BUTLER ST", "addr_range": "1306 W BUTLER ST", "zipcode": 19140, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 3349, "objectid": 6608, "Shape__Area": 531.14453125, "Shape__Length": 106.41434742945921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149021066267196, 40.010533953844401 ], [ -75.149138857291206, 40.010549855499697 ], [ -75.149200582549597, 40.010279477519703 ], [ -75.149082791911198, 40.010263577727898 ], [ -75.149021066267196, 40.010533953844401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4928 W STILES ST", "addr_range": "4928 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 688, "objectid": 6609, "Shape__Area": 109.05859375, "Shape__Length": 50.611847182386668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220355172364506, 39.972925080690999 ], [ -75.220379936258098, 39.973059532210399 ], [ -75.220429738427001, 39.973055035753703 ], [ -75.220403434728894, 39.972919697057002 ], [ -75.220392395881206, 39.972920775479501 ], [ -75.220355172364506, 39.972925080690999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5135 W STILES ST", "addr_range": "5135 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1996, "objectid": 6610, "Shape__Area": 316.16015625, "Shape__Length": 95.363523505978449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224852993030396, 39.972496246991497 ], [ -75.224865674787395, 39.972575559800298 ], [ -75.224901872071896, 39.972767888675797 ], [ -75.224970543708096, 39.972760759208299 ], [ -75.224924082042406, 39.972488881533103 ], [ -75.224852993030396, 39.972496246991497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1521 W SELTZER ST", "addr_range": "1519-1521 W SELTZER ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 672, "objectid": 6611, "Shape__Area": 106.625, "Shape__Length": 49.839722472135705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156645082704401, 39.995342410889798 ], [ -75.156720025463997, 39.995463278000898 ], [ -75.156764025956704, 39.9954471536211 ], [ -75.156690097200595, 39.9953260832933 ], [ -75.156645082704401, 39.995342410889798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2456 N 17TH ST", "addr_range": "2456 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1085, "objectid": 6612, "Shape__Area": 172.04296875, "Shape__Length": 66.929786055112515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160186008923702, 39.991314275977999 ], [ -75.160425482759607, 39.991346372531801 ], [ -75.160435608957499, 39.991303383733502 ], [ -75.160195092571101, 39.991271198801201 ], [ -75.160186008923702, 39.991314275977999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2716 W YORK ST", "addr_range": "2714-2716 W YORK ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 988, "objectid": 6613, "Shape__Area": 156.609375, "Shape__Length": 63.596037890753941 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177202435108597, 39.9920994031622 ], [ -75.177256507641502, 39.992106547421699 ], [ -75.177291260671396, 39.991931588599101 ], [ -75.177237412741704, 39.9919246106682 ], [ -75.177202435108597, 39.9920994031622 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4993 SHELDON ST", "addr_range": "4993-4995 SHELDON ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1773, "objectid": 6614, "Shape__Area": 281.46484375, "Shape__Length": 94.36044028618376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160089998425804, 40.033594644752903 ], [ -75.160139504212395, 40.033624487255203 ], [ -75.160362347524, 40.033406558590499 ], [ -75.1603135514993, 40.033377377313101 ], [ -75.160183944599595, 40.0335023665534 ], [ -75.160089998425804, 40.033594644752903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2313 N 17TH ST", "addr_range": "2313 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1439, "objectid": 6615, "Shape__Area": 228.10546875, "Shape__Length": 86.180616375316873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160190407740103, 39.9888522113283 ], [ -75.160517875860805, 39.988895079164202 ], [ -75.160526001908707, 39.988853416585599 ], [ -75.160200005847599, 39.9888098873 ], [ -75.160190407740103, 39.9888522113283 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3012 W YORK ST", "addr_range": "2332 N 30TH ST; 3010-3014 W YORK ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1183, "objectid": 6616, "Shape__Area": 187.515625, "Shape__Length": 75.927332028208369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181661676260305, 39.992450478155703 ], [ -75.181617211308506, 39.992668615188997 ], [ -75.181668682886794, 39.992675296399703 ], [ -75.181713734365303, 39.992456576004997 ], [ -75.181661676260305, 39.992450478155703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2213 N 19TH ST", "addr_range": "2211-2215 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1092, "objectid": 6617, "Shape__Area": 173.07421875, "Shape__Length": 69.530893168616444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163763776810399, 39.987658013698301 ], [ -75.164018755933697, 39.987690388423999 ], [ -75.164027789098398, 39.987649083065499 ], [ -75.163773109874001, 39.987617634149998 ], [ -75.163763776810399, 39.987658013698301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2448 N 28TH ST", "addr_range": "2448 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 953, "objectid": 6618, "Shape__Area": 151.07421875, "Shape__Length": 62.794537740587991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178018920504201, 39.993378637765097 ], [ -75.178028537784897, 39.993379819143399 ], [ -75.178030328002606, 39.993371863683599 ], [ -75.1780371331797, 39.993339906831501 ], [ -75.178027623062803, 39.993338710735699 ], [ -75.178010560743601, 39.993336554328501 ], [ -75.177811489463394, 39.993311427947098 ], [ -75.177802594911398, 39.993352059756397 ], [ -75.1780009393987, 39.993376429233997 ], [ -75.178018920504201, 39.993378637765097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4652 STENTON AVE", "addr_range": "4648-4654 STENTON AVE", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 877, "objectid": 6619, "Shape__Area": 139.18359375, "Shape__Length": 60.206298458910339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159421496525994, 40.025918070178697 ], [ -75.159494705453199, 40.025921123605002 ], [ -75.159561460325605, 40.025924080054899 ], [ -75.159640292364102, 40.025927568376403 ], [ -75.159642966982005, 40.025888811156697 ], [ -75.159523793517394, 40.025883076638202 ], [ -75.159424398489193, 40.025878303546101 ], [ -75.159421496525994, 40.025918070178697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4967 SHELDON ST", "addr_range": "4961-4975 SHELDON ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 4993, "objectid": 6620, "Shape__Area": 792.28125, "Shape__Length": 140.76010910471578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159390256395398, 40.033318915179002 ], [ -75.1594116164041, 40.033331745389901 ], [ -75.159721135710996, 40.0330252768034 ], [ -75.1596465864625, 40.032980764786799 ], [ -75.159621757553396, 40.032965955237501 ], [ -75.159311796336297, 40.033271897311302 ], [ -75.159390256395398, 40.033318915179002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2445 N NATRONA ST", "addr_range": "2445 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 679, "objectid": 6621, "Shape__Area": 107.64453125, "Shape__Length": 50.929445387491342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184505544878604, 39.9940889249579 ], [ -75.184683536840595, 39.9941106997194 ], [ -75.184692127531306, 39.994074686458198 ], [ -75.184513403734798, 39.994052347537703 ], [ -75.184505544878604, 39.9940889249579 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5208 WAKEFIELD ST", "addr_range": "5208 WAKEFIELD ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 988, "objectid": 6622, "Shape__Area": 156.85546875, "Shape__Length": 66.079853383519563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164998716584506, 40.032848640921401 ], [ -75.164880401583702, 40.032968667121402 ], [ -75.164873005158697, 40.032974029259201 ], [ -75.164850202668404, 40.032997905546203 ], [ -75.164888917591895, 40.033021457275602 ], [ -75.164905317734394, 40.0330054324711 ], [ -75.164912427685195, 40.033000482854497 ], [ -75.1650406632466, 40.032873233027303 ], [ -75.164998716584506, 40.032848640921401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2449 N NATRONA ST", "addr_range": "2449 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 728, "objectid": 6623, "Shape__Area": 115.44921875, "Shape__Length": 51.849780595737862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184488808590601, 39.994164668156202 ], [ -75.184668415902806, 39.994186977298497 ], [ -75.184675966191605, 39.9941479917835 ], [ -75.184497062621304, 39.994125972286398 ], [ -75.184488808590601, 39.994164668156202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2220 N 17TH ST", "addr_range": "2218-2220 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1020, "objectid": 6624, "Shape__Area": 161.69140625, "Shape__Length": 64.675718722603975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161020083547996, 39.987431416627601 ], [ -75.161010958955202, 39.987473382875997 ], [ -75.161242683360399, 39.987503192138597 ], [ -75.161251806712301, 39.9874612240449 ], [ -75.161020083547996, 39.987431416627601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2712 N 15TH ST", "addr_range": "2710-2714 N 15TH ST; 2711 N HICKS ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 970, "objectid": 6625, "Shape__Area": 153.8203125, "Shape__Length": 63.696664928311279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1562343615293, 39.994575755258403 ], [ -75.156464658407899, 39.994605251272702 ], [ -75.1564724044527, 39.994565401288099 ], [ -75.156243800316702, 39.994534958724003 ], [ -75.1562343615293, 39.994575755258403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2400 N 15TH ST", "addr_range": "2400 N 15TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1011, "objectid": 6626, "Shape__Area": 160.33984375, "Shape__Length": 66.428893365647397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157294153166404, 39.989705609332198 ], [ -75.157536112718702, 39.989738784570399 ], [ -75.157544718524704, 39.989698904396903 ], [ -75.157302921491706, 39.989665894126901 ], [ -75.157302288246498, 39.989668765781602 ], [ -75.157294153166404, 39.989705609332198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4746 GERMANTOWN AVE", "addr_range": "4746 GERMANTOWN AVE", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 5536, "objectid": 6627, "Shape__Area": 878.265625, "Shape__Length": 124.01443853836273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160859092830194, 40.026932107224603 ], [ -75.160978999296006, 40.027082500388502 ], [ -75.161036837178301, 40.027155393539402 ], [ -75.161048836139301, 40.027146459271698 ], [ -75.161153632740394, 40.027068512460701 ], [ -75.161212002842902, 40.027025256864398 ], [ -75.160963947670297, 40.0268284199012 ], [ -75.160859092830194, 40.026932107224603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2810 W HAROLD ST", "addr_range": "2808-2810 W HAROLD ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 761, "objectid": 6628, "Shape__Area": 120.6484375, "Shape__Length": 53.588446249710302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177558580596198, 39.995653555088403 ], [ -75.177608623176795, 39.995659787082303 ], [ -75.177641079618496, 39.995517273460401 ], [ -75.177589705710801, 39.995510223258499 ], [ -75.177558580596198, 39.995653555088403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2401 N GRATZ ST", "addr_range": "2401 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 905, "objectid": 6629, "Shape__Area": 143.55078125, "Shape__Length": 54.093062376463436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162709444039294, 39.990410056011903 ], [ -75.162874435698399, 39.990431586328597 ], [ -75.162883530225898, 39.990389251661199 ], [ -75.162885034352001, 39.990382208986198 ], [ -75.1627203261842, 39.990360958080103 ], [ -75.162716197272701, 39.990360428916901 ], [ -75.162709794710494, 39.990359591712597 ], [ -75.162708703255205, 39.990364565044501 ], [ -75.162699058239397, 39.990408709145598 ], [ -75.162705481907295, 39.990409545925097 ], [ -75.162709444039294, 39.990410056011903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2741 N HICKS ST", "addr_range": "2741-2743 N HICKS ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 708, "objectid": 6630, "Shape__Area": 112.2109375, "Shape__Length": 50.170656649681618 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156369373007493, 39.995092706759998 ], [ -75.156361280853005, 39.9951322605936 ], [ -75.1565311044357, 39.995155408280297 ], [ -75.156540224162498, 39.9951158470191 ], [ -75.156369373007493, 39.995092706759998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2455 N 30TH ST", "addr_range": "2455 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1038, "objectid": 6631, "Shape__Area": 164.50390625, "Shape__Length": 64.556094385781009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180856426373197, 39.993887280039203 ], [ -75.180632039551995, 39.993856531014103 ], [ -75.180627120420894, 39.993855855970203 ], [ -75.180617655433394, 39.993899377346402 ], [ -75.180622432475204, 39.993899999654502 ], [ -75.180847206305003, 39.9939299050016 ], [ -75.180856426373197, 39.993887280039203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2319 N COLORADO ST", "addr_range": "2317-2321 N COLORADO ST; 2318 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 668, "objectid": 6632, "Shape__Area": 105.94140625, "Shape__Length": 50.04892392648209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160920202918007, 39.989022656170299 ], [ -75.161086171375402, 39.989044857209599 ], [ -75.161094389268698, 39.989007966650703 ], [ -75.160928295899595, 39.988986279085999 ], [ -75.160920725109804, 39.988985301898097 ], [ -75.1609123226919, 39.989021591811401 ], [ -75.160920202918007, 39.989022656170299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2729 N SYDENHAM ST", "addr_range": "2729 N SYDENHAM ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 643, "objectid": 6633, "Shape__Area": 102.0546875, "Shape__Length": 48.94076870472307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156875889582295, 39.994928911594897 ], [ -75.156875874877798, 39.994931474657299 ], [ -75.156867064304507, 39.994965707099297 ], [ -75.157036596095296, 39.994988236562399 ], [ -75.157044540744096, 39.994952565446297 ], [ -75.156875889582295, 39.994928911594897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2304 N 15TH ST", "addr_range": "2304-2314 N 15TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1574, "objectid": 6634, "Shape__Area": 249.484375, "Shape__Length": 84.778374221022304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157594301956493, 39.988318277181001 ], [ -75.157906906799894, 39.988360640246398 ], [ -75.157916926595803, 39.9883127972588 ], [ -75.157604625585094, 39.988270151851701 ], [ -75.157602381962604, 39.988280658396803 ], [ -75.157594301956493, 39.988318277181001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2275 N CHADWICK ST", "addr_range": "2275 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 905, "objectid": 6635, "Shape__Area": 143.41015625, "Shape__Length": 54.163681196961868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159935721815003, 39.988325036038503 ], [ -75.159942123564505, 39.988325858067 ], [ -75.160112207398001, 39.988347782210198 ], [ -75.160121919826395, 39.9882991734735 ], [ -75.159952833744399, 39.988276337503102 ], [ -75.159946766719699, 39.988275523028598 ], [ -75.159935721815003, 39.988325036038503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2332 N 30TH ST", "addr_range": "2332 N 30TH ST; 3010-3014 W YORK ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1140, "objectid": 6636, "Shape__Area": 180.75, "Shape__Length": 68.653856076632962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181344254010597, 39.9924537881814 ], [ -75.181462061696294, 39.992469175559201 ], [ -75.1815902679799, 39.992486084842 ], [ -75.181599516155799, 39.992444929108103 ], [ -75.181600120568802, 39.992442266632402 ], [ -75.181518190541993, 39.9924313250145 ], [ -75.181353542375106, 39.992409313140698 ], [ -75.181344254010597, 39.9924537881814 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2406 N 2ND ST", "addr_range": "2406 N 2ND ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1970, "objectid": 6637, "Shape__Area": 312.2421875, "Shape__Length": 110.08755015921828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136160806787601, 39.987123283661603 ], [ -75.1363288692814, 39.9871451981493 ], [ -75.136338362247301, 39.987101148827897 ], [ -75.135924207721104, 39.987047659385702 ], [ -75.135907714062398, 39.987045527627501 ], [ -75.135897997574006, 39.987088347336901 ], [ -75.136160806787601, 39.987123283661603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2317 N 3RD ST", "addr_range": "2317 N 3RD ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 902, "objectid": 6638, "Shape__Area": 143.0234375, "Shape__Length": 59.469618897321148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138285506635498, 39.98600816055 ], [ -75.138494971261096, 39.986036800419697 ], [ -75.138504120731696, 39.985995581360399 ], [ -75.138294281824997, 39.985967448372797 ], [ -75.138285506635498, 39.98600816055 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "157 W DAUPHIN ST", "addr_range": "157-163 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 440, "objectid": 6639, "Shape__Area": 69.78125, "Shape__Length": 38.694372928845056 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134405759537898, 39.985269527681098 ], [ -75.134448641252305, 39.9852753407432 ], [ -75.134450489746698, 39.985266516788698 ], [ -75.134467536762699, 39.985185047207501 ], [ -75.134469342108602, 39.985176400672302 ], [ -75.134427375810802, 39.9851707859805 ], [ -75.134407618528101, 39.985260978778797 ], [ -75.134405759537898, 39.985269527681098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2352 N FAIRHILL ST", "addr_range": "2350-2352 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 588, "objectid": 6640, "Shape__Area": 93.25, "Shape__Length": 48.260734495509247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142661300912906, 39.987436790047802 ], [ -75.142796438485902, 39.987454514141 ], [ -75.142832425064597, 39.987459264569097 ], [ -75.142835022502098, 39.987444025121199 ], [ -75.142839709694798, 39.9874261904463 ], [ -75.142669363000394, 39.9874041534718 ], [ -75.142661300912906, 39.987436790047802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2408 N FAIRHILL ST", "addr_range": "2408 N FAIRHILL ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 800, "objectid": 6641, "Shape__Area": 126.828125, "Shape__Length": 53.32580776149031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142695641642305, 39.988017164232801 ], [ -75.142722986348005, 39.988021057022799 ], [ -75.142733132471804, 39.987978989033699 ], [ -75.142551650595095, 39.987954909533798 ], [ -75.142542667047806, 39.987997294951001 ], [ -75.142695641642305, 39.988017164232801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2251 WATERLOO ST", "addr_range": "2251 WATERLOO ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 564, "objectid": 6642, "Shape__Area": 89.4609375, "Shape__Length": 43.188188337903412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1335992752647, 39.9846974068411 ], [ -75.133741141430406, 39.984715987152398 ], [ -75.133749541117894, 39.984677974282 ], [ -75.133607940282104, 39.984659592847301 ], [ -75.1335992752647, 39.9846974068411 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "535 W YORK ST", "addr_range": "533-535 W YORK ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1682, "objectid": 6643, "Shape__Area": 266.55078125, "Shape__Length": 91.241932278925191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142341190895706, 39.9880060482418 ], [ -75.142358685920698, 39.9880083162464 ], [ -75.142416404993298, 39.987745711039203 ], [ -75.142355936864803, 39.987737180413397 ], [ -75.142297422326905, 39.9880003621968 ], [ -75.142341190895706, 39.9880060482418 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2446 N 6TH ST", "addr_range": "2428-2450 N 6TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1354, "objectid": 6644, "Shape__Area": 214.5703125, "Shape__Length": 77.037111107547105 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142981816334697, 39.989076361050302 ], [ -75.142972319984693, 39.9891223128066 ], [ -75.143253562053104, 39.9891599732454 ], [ -75.143262681328196, 39.989114013807303 ], [ -75.142981816334697, 39.989076361050302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2032 N BODINE ST", "addr_range": "2032 N BODINE ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 731, "objectid": 6645, "Shape__Area": 115.94921875, "Shape__Length": 53.553235909790324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139079321704898, 39.9817095190798 ], [ -75.139269333480996, 39.9817352491728 ], [ -75.139272751199599, 39.981715596317102 ], [ -75.139275200448793, 39.981698742533297 ], [ -75.139087908180699, 39.981672074181702 ], [ -75.139079321704898, 39.9817095190798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2436 N 6TH ST", "addr_range": "2428-2450 N 6TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1237, "objectid": 6646, "Shape__Area": 196.15234375, "Shape__Length": 75.751090203297537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143029718268906, 39.988857621389499 ], [ -75.143020734935106, 39.988900005942597 ], [ -75.143124827747897, 39.988913622179297 ], [ -75.143133128975805, 39.988914698228797 ], [ -75.143300950799897, 39.988936546433699 ], [ -75.143310594167801, 39.9888949670488 ], [ -75.143029718268906, 39.988857621389499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2004 N BODINE ST", "addr_range": "2002-2004 N BODINE ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 561, "objectid": 6647, "Shape__Area": 88.90625, "Shape__Length": 47.506355053568569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139180461871703, 39.981237651168698 ], [ -75.139350089751304, 39.981259435875899 ], [ -75.139356668323799, 39.981227846086 ], [ -75.139187921149698, 39.981206065204098 ], [ -75.139180461871703, 39.981237651168698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2444 N 6TH ST", "addr_range": "2428-2450 N 6TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1299, "objectid": 6648, "Shape__Area": 205.88671875, "Shape__Length": 76.548051012488344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142991621419796, 39.989032802211703 ], [ -75.142981816334697, 39.989076361050302 ], [ -75.143262681328196, 39.989114013807303 ], [ -75.143273679506805, 39.989069884668098 ], [ -75.142991621419796, 39.989032802211703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "533 W YORK ST", "addr_range": "533-535 W YORK ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1651, "objectid": 6649, "Shape__Area": 261.69921875, "Shape__Length": 91.096183745658735 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142295824467894, 39.987729269631799 ], [ -75.142238070961596, 39.987992759711098 ], [ -75.142297422326905, 39.9880003621968 ], [ -75.142355936864803, 39.987737180413397 ], [ -75.142295824467894, 39.987729269631799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2020 N BODINE ST", "addr_range": "2020-2024 N BODINE ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 570, "objectid": 6650, "Shape__Area": 90.4296875, "Shape__Length": 47.548535549911449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139125875874498, 39.981496569874601 ], [ -75.139293692286898, 39.981519151391197 ], [ -75.139301170236095, 39.981487048657399 ], [ -75.139132488039195, 39.981464109569799 ], [ -75.139125875874498, 39.981496569874601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "163 W DAUPHIN ST", "addr_range": "157-163 W DAUPHIN ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 598, "objectid": 6651, "Shape__Area": 94.8359375, "Shape__Length": 42.009373179987648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134533646064099, 39.985286014267501 ], [ -75.134572037941197, 39.985290889715202 ], [ -75.134592265943198, 39.985293460878097 ], [ -75.134593994766703, 39.985285036952497 ], [ -75.134612447818796, 39.985195491075999 ], [ -75.134554632450104, 39.985187838452397 ], [ -75.134535484519702, 39.985277481113997 ], [ -75.134533646064099, 39.985286014267501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2002 N BODINE ST", "addr_range": "2002-2004 N BODINE ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 564, "objectid": 6652, "Shape__Area": 88.453125, "Shape__Length": 47.231979927337754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139188126801798, 39.981205559903501 ], [ -75.139356668795799, 39.981227559571401 ], [ -75.139362341378799, 39.981196077116998 ], [ -75.139195493680205, 39.981173543850502 ], [ -75.139188126801798, 39.981205559903501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3019 N MARVINE ST", "addr_range": "3015-3019 N MARVINE ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 820, "objectid": 6653, "Shape__Area": 130.078125, "Shape__Length": 55.751063504161721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148469010025195, 39.9983135643525 ], [ -75.148460929276993, 39.9983535459805 ], [ -75.148655417886005, 39.998378631920801 ], [ -75.148663525042807, 39.998337988630702 ], [ -75.148469010025195, 39.9983135643525 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3803 FAIRMOUNT AVE", "addr_range": "3801-3803 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1279, "objectid": 6654, "Shape__Area": 202.44140625, "Shape__Length": 79.094181270034994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198099717452195, 39.966001016630997 ], [ -75.198058360906899, 39.965772610818298 ], [ -75.198004203647201, 39.965779265747202 ], [ -75.198046692556701, 39.966007696768798 ], [ -75.198099717452195, 39.966001016630997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1442 N FRANKLIN ST", "addr_range": "1442-1444 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1059, "objectid": 6655, "Shape__Area": 167.19140625, "Shape__Length": 64.056307407832023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148475846447994, 39.974209050678901 ], [ -75.148250635438302, 39.974179271155897 ], [ -75.148241522015795, 39.9742230478493 ], [ -75.148466664724495, 39.974254614364398 ], [ -75.148475846447994, 39.974209050678901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4846 PARRISH ST", "addr_range": "4846-4848 PARRISH ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1149, "objectid": 6656, "Shape__Area": 177.359375, "Shape__Length": 69.259434566251869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218395144960496, 39.967027964667601 ], [ -75.218339811489102, 39.967032942675502 ], [ -75.218372151927795, 39.96722714058 ], [ -75.218428216258303, 39.967221313718298 ], [ -75.218395144960496, 39.967027964667601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2779 MARTHA ST", "addr_range": "2779 MARTHA ST", "zipcode": 19134, "district": "1", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 992, "objectid": 6657, "Shape__Area": 157.265625, "Shape__Length": 57.511504792016844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118276096433803, 39.986432496194404 ], [ -75.118382699641103, 39.986556325442002 ], [ -75.118438134914499, 39.986526967826002 ], [ -75.1183306662913, 39.986405973248303 ], [ -75.118276096433803, 39.986432496194404 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2074 E SERGEANT ST", "addr_range": "2074 E SERGEANT ST", "zipcode": 19125, "district": "1", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 838, "objectid": 6658, "Shape__Area": 132.89453125, "Shape__Length": 51.835864766806182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125218034939294, 39.984330823487198 ], [ -75.125212559943193, 39.9843336806724 ], [ -75.125247870764099, 39.984373788347199 ], [ -75.125387839508406, 39.984300950767803 ], [ -75.125353049914395, 39.984260387423802 ], [ -75.125218034939294, 39.984330823487198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2519 INGERSOLL ST", "addr_range": "2517-2519 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 619, "objectid": 6659, "Shape__Area": 98.02734375, "Shape__Length": 46.380562036676984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1772001334935, 39.976619281488802 ], [ -75.177220255732806, 39.976621859910999 ], [ -75.177249634733201, 39.976625613546801 ], [ -75.1772736444168, 39.976506204616797 ], [ -75.177224808281196, 39.976498888256302 ], [ -75.1772001334935, 39.976619281488802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6540 GERMANTOWN AVE", "addr_range": "6540 GERMANTOWN AVE", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 10557, "objectid": 6660, "Shape__Area": 1675.8671875, "Shape__Length": 176.47837299460269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184281306827401, 40.049670642893503 ], [ -75.184281329438804, 40.049670665022603 ], [ -75.184504656200303, 40.049451277470801 ], [ -75.184496216842703, 40.049446202841501 ], [ -75.184624148337406, 40.0493205292901 ], [ -75.184413439388905, 40.049193847216102 ], [ -75.184158242887307, 40.049444538262001 ], [ -75.184281306827401, 40.049670642893503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3137 N CAMAC ST", "addr_range": "3137 N CAMAC ST", "zipcode": 19133, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1325, "objectid": 6661, "Shape__Area": 210.0234375, "Shape__Length": 79.666465692774366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149702540213994, 40.000449322025901 ], [ -75.149693885671297, 40.000491939726601 ], [ -75.149991082935401, 40.000530218714701 ], [ -75.150000230881702, 40.000487836524698 ], [ -75.149702540213994, 40.000449322025901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3300 N 21ST ST", "addr_range": "3300-3302 N 21ST ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1180, "objectid": 6662, "Shape__Area": 187.11328125, "Shape__Length": 61.710236045573566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164004547001596, 40.004813437992802 ], [ -75.164204595416393, 40.004838416849097 ], [ -75.164216583304693, 40.004781267882002 ], [ -75.164016243061099, 40.004757895286097 ], [ -75.164004547001596, 40.004813437992802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1516 HANSON ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 670, "objectid": 6663, "Shape__Area": 106.125, "Shape__Length": 48.778828174857686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210573234657602, 39.939808834597102 ], [ -75.210607053876402, 39.939837970370299 ], [ -75.210731929462995, 39.939751560152402 ], [ -75.210697983292704, 39.9397224071895 ], [ -75.210573234657602, 39.939808834597102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2449 N PATTON ST", "addr_range": "2447-2451 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 706, "objectid": 6664, "Shape__Area": 111.921875, "Shape__Length": 50.841186596539046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183357925111295, 39.994019520193199 ], [ -75.183532454489793, 39.994043105140001 ], [ -75.183540972546695, 39.994005124324701 ], [ -75.183366188921894, 39.993980582237498 ], [ -75.183357925111295, 39.994019520193199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4829 PASCHALL AVE", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 747, "objectid": 6665, "Shape__Area": 118.22265625, "Shape__Length": 51.440636599047082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211248203977206, 39.940279865373697 ], [ -75.211128023210705, 39.940180035609899 ], [ -75.211089475886098, 39.940207359385298 ], [ -75.211207697343596, 39.940308595533502 ], [ -75.211248203977206, 39.940279865373697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2911 GERRITT ST", "addr_range": "2909-2911 GERRITT ST", "zipcode": 19146, "district": "2", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 623, "objectid": 6666, "Shape__Area": 98.59375, "Shape__Length": 47.096944001535832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.192709872104999, 39.935891341387197 ], [ -75.192734735040304, 39.935893943766601 ], [ -75.192758698591007, 39.935897056780298 ], [ -75.192761349355905, 39.935885026157997 ], [ -75.192765545653103, 39.935865888606401 ], [ -75.192785610312299, 39.935774502540198 ], [ -75.192737685769799, 39.935768210800603 ], [ -75.192716809298503, 39.9358605779763 ], [ -75.192712613752704, 39.935879135293803 ], [ -75.192709872104999, 39.935891341387197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3302 N 21ST ST", "addr_range": "3300-3302 N 21ST ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 949, "objectid": 6667, "Shape__Area": 150.51171875, "Shape__Length": 58.488789402468512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163995049987406, 40.004858617202999 ], [ -75.164195319958694, 40.0048838425352 ], [ -75.164204595416393, 40.004838416849097 ], [ -75.164004547001596, 40.004813437992802 ], [ -75.163995049987406, 40.004858617202999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3553 N WATTS ST", "addr_range": "3551-3553 N WATTS ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1439, "objectid": 6668, "Shape__Area": 228.14453125, "Shape__Length": 70.731420834381964 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150801711792894, 40.007152978091902 ], [ -75.150814851893998, 40.007094502119401 ], [ -75.150571629608294, 40.007063171305198 ], [ -75.150570376830103, 40.007121657812 ], [ -75.150801711792894, 40.007152978091902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3122 N BROAD ST", "addr_range": "3114-3122 N BROAD ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1756, "objectid": 6669, "Shape__Area": 278.42578125, "Shape__Length": 89.931779146894314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153284172286902, 40.000631740172501 ], [ -75.153274654915606, 40.000681078192201 ], [ -75.153606931768095, 40.000724040868803 ], [ -75.153617621316201, 40.000672505625502 ], [ -75.153284172286902, 40.000631740172501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1324 W CLEMENTINE ST", "addr_range": "1322-1326 W CLEMENTINE ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 517, "objectid": 6670, "Shape__Area": 82.015625, "Shape__Length": 42.076071439888558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151719332281502, 40.000050738535599 ], [ -75.151696261711095, 40.000158445832596 ], [ -75.151742021467896, 40.000164365983103 ], [ -75.151765159449198, 40.000056548478 ], [ -75.151719332281502, 40.000050738535599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1443 S FALLON ST", "addr_range": "1438-1444 S 48TH ST; 1433R-37 S FALLON ST, 1441-1443 S FALLON ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 686, "objectid": 6671, "Shape__Area": 108.67578125, "Shape__Length": 50.77665729141011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210710701416701, 39.940829153541202 ], [ -75.210743494872801, 39.9408566231225 ], [ -75.210876367296507, 39.940764184546801 ], [ -75.210847145979599, 39.940740325113801 ], [ -75.210842571582504, 39.940736597309296 ], [ -75.210710701416701, 39.940829153541202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1229 W HILTON ST", "addr_range": "1229-1231 W HILTON ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1604, "objectid": 6672, "Shape__Area": 254.32421875, "Shape__Length": 95.861905066747397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149784333454505, 40.002007953284 ], [ -75.149724183054602, 40.002292349131302 ], [ -75.149777728208207, 40.002299187918702 ], [ -75.149838433337095, 40.002015046987097 ], [ -75.149784333454505, 40.002007953284 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2036 W TIOGA ST", "addr_range": "2030-2040 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2938, "objectid": 6673, "Shape__Area": 465.89453125, "Shape__Length": 119.99988316803078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162953357671199, 40.007519148838902 ], [ -75.163035449743305, 40.0075295096335 ], [ -75.163101406986499, 40.007231650658298 ], [ -75.163110783989097, 40.007184694702303 ], [ -75.163031697744898, 40.007173563738696 ], [ -75.162953357671199, 40.007519148838902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3531 N 13TH ST", "addr_range": "3515-3535 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 907, "objectid": 6674, "Shape__Area": 143.93359375, "Shape__Length": 62.748572576870394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149193336541302, 40.006842112219303 ], [ -75.149184289313695, 40.006879627538702 ], [ -75.149412847479795, 40.006909533512598 ], [ -75.149421685514298, 40.006871480936901 ], [ -75.149193336541302, 40.006842112219303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1513 S 49TH ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1074, "objectid": 6675, "Shape__Area": 170.0234375, "Shape__Length": 71.655128919762788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210773439366307, 39.939774418566401 ], [ -75.210807994941305, 39.939804054419497 ], [ -75.210888139948807, 39.939748490684202 ], [ -75.210996089424697, 39.939673425721402 ], [ -75.211009497500996, 39.939664308860102 ], [ -75.210976098104595, 39.939636779078 ], [ -75.2109727087919, 39.939637832103102 ], [ -75.210950538641001, 39.939652799817402 ], [ -75.210943370198095, 39.939658572426801 ], [ -75.2109140862771, 39.939677848923097 ], [ -75.210906121330694, 39.939684200361299 ], [ -75.210896630683806, 39.939689939579303 ], [ -75.210789598540799, 39.939764540020697 ], [ -75.210778911379407, 39.939771444766599 ], [ -75.210773439366307, 39.939774418566401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1211 W ATLANTIC ST", "addr_range": "1211 W ATLANTIC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 776, "objectid": 6676, "Shape__Area": 123.03125, "Shape__Length": 57.059657097357473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148850506619596, 40.006344009614303 ], [ -75.148802537732607, 40.006338183412602 ], [ -75.148769216071699, 40.006495532117697 ], [ -75.1488150226036, 40.006502019341298 ], [ -75.148850506619596, 40.006344009614303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1518 HANSON ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 674, "objectid": 6677, "Shape__Area": 106.79296875, "Shape__Length": 48.897031751933483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210538919202705, 39.939779478793398 ], [ -75.210573234657602, 39.939808834597102 ], [ -75.210697983292704, 39.9397224071895 ], [ -75.210664508805095, 39.939693005170099 ], [ -75.210538919202705, 39.939779478793398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1321 W AIRDRIE ST", "addr_range": "1321 W AIRDRIE ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1791, "objectid": 6678, "Shape__Area": 284.0078125, "Shape__Length": 76.074845920741524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150089311116304, 40.009909500912997 ], [ -75.150068458861796, 40.010006216222699 ], [ -75.1501584472893, 40.010017377704102 ], [ -75.150160500174195, 40.010008106753403 ], [ -75.150200199578705, 40.009828688397299 ], [ -75.150196612068797, 40.009828220624499 ], [ -75.150109519868295, 40.0098170121246 ], [ -75.150089311116304, 40.009909500912997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1506 HANSON ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 652, "objectid": 6679, "Shape__Area": 103.26171875, "Shape__Length": 48.540203606625369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210743076971596, 39.939953721678101 ], [ -75.210759769480504, 39.9399682279697 ], [ -75.210776574486999, 39.9399825430338 ], [ -75.210791942038497, 39.939970858470502 ], [ -75.210901158319004, 39.939896079319503 ], [ -75.210867791344796, 39.939867679856498 ], [ -75.210743076971596, 39.939953721678101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3642 N CAMAC ST", "addr_range": "3642 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 909, "objectid": 6680, "Shape__Area": 144.171875, "Shape__Length": 59.887699202696176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148642243762495, 40.008301018396203 ], [ -75.148640957147293, 40.008307809060199 ], [ -75.148852596546405, 40.0083319148657 ], [ -75.148861924623404, 40.0082919722756 ], [ -75.148648957644298, 40.008265852359301 ], [ -75.148642243762495, 40.008301018396203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3317 N 11TH ST", "addr_range": "3317 N 11TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 883, "objectid": 6681, "Shape__Area": 139.9921875, "Shape__Length": 58.630578851321012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147032926363195, 40.003006582000701 ], [ -75.146826413973599, 40.002979346834103 ], [ -75.146818265219906, 40.003019687240098 ], [ -75.1470242167821, 40.003047893616298 ], [ -75.147032926363195, 40.003006582000701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1237 W TIOGA ST", "addr_range": "1235-1237 W TIOGA ST; 1224 W ATLANTIC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1601, "objectid": 6682, "Shape__Area": 253.828125, "Shape__Length": 104.18428445617404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149304044993997, 40.005907811416499 ], [ -75.149251717978103, 40.006151503271198 ], [ -75.1492802106428, 40.006242162361403 ], [ -75.149285974299801, 40.006241117096501 ], [ -75.149357046191497, 40.005914670449997 ], [ -75.149304044993997, 40.005907811416499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3620 N CAMAC ST", "addr_range": "3620 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 920, "objectid": 6683, "Shape__Area": 146.01171875, "Shape__Length": 60.846760492864846 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148732570724505, 40.007855158324901 ], [ -75.148864564907797, 40.007872318336098 ], [ -75.148950910111694, 40.007882189123002 ], [ -75.148958678875402, 40.007842451772099 ], [ -75.148742143605602, 40.007814881605903 ], [ -75.148732570724505, 40.007855158324901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3533 N 13TH ST", "addr_range": "3515-3535 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 930, "objectid": 6684, "Shape__Area": 147.46875, "Shape__Length": 63.062773097032192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149412847479795, 40.006909533512598 ], [ -75.149184289313695, 40.006879627538702 ], [ -75.149175970084897, 40.006918417172699 ], [ -75.149404675951104, 40.006948324703899 ], [ -75.149412847479795, 40.006909533512598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3515 N 13TH ST", "addr_range": "3515-3535 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 732, "objectid": 6685, "Shape__Area": 116.06640625, "Shape__Length": 58.541769531597858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149275844103997, 40.006563558857302 ], [ -75.149482201804005, 40.006591865263204 ], [ -75.149496883177406, 40.0065243483619 ], [ -75.149491395263496, 40.006525321494998 ], [ -75.149275844103997, 40.006563558857302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5137 W STILES ST", "addr_range": "5137 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1998, "objectid": 6686, "Shape__Area": 316.5859375, "Shape__Length": 95.585783317249593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225041600431098, 39.972753135275397 ], [ -75.224994330187201, 39.972481012791299 ], [ -75.224924082042406, 39.972488881533103 ], [ -75.224970525591104, 39.972760679521897 ], [ -75.225041600431098, 39.972753135275397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2523 W SILVER ST", "addr_range": "2523 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 753, "objectid": 6687, "Shape__Area": 119.48828125, "Shape__Length": 51.213791007491224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172842437276898, 39.997190680617599 ], [ -75.172809785168099, 39.997323709171802 ], [ -75.172866460667606, 39.997330832762799 ], [ -75.172880996400593, 39.9972631822043 ], [ -75.172892691553898, 39.997198578167598 ], [ -75.172842437276898, 39.997190680617599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2646 W SILVER ST", "addr_range": "2644-2650 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "4", "parcelarea": 681, "objectid": 6688, "Shape__Area": 108.06640625, "Shape__Length": 50.957969838920192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175017601565102, 39.997393340355202 ], [ -75.175064959476401, 39.997400238526097 ], [ -75.175092413308604, 39.997263240098498 ], [ -75.175044699377196, 39.997256866448701 ], [ -75.175017601565102, 39.997393340355202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2867 N RINGGOLD ST", "addr_range": "2865-2867 N RINGGOLD ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 680, "objectid": 6689, "Shape__Area": 107.8828125, "Shape__Length": 48.636642273230279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170602280783697, 39.999089860507098 ], [ -75.170606725812704, 39.999090379357 ], [ -75.170616234838704, 39.999049680715899 ], [ -75.170451714681505, 39.999032249736899 ], [ -75.170451720262704, 39.999035957531802 ], [ -75.170443240557603, 39.999071053364801 ], [ -75.170602280783697, 39.999089860507098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2520 W SELTZER ST", "addr_range": "2520-2522 W SELTZER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 551, "objectid": 6690, "Shape__Area": 87.4140625, "Shape__Length": 43.807413455297933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172735961603905, 39.997441483650903 ], [ -75.172783000946893, 39.997447325935397 ], [ -75.172807309343, 39.997334276525201 ], [ -75.172761292556402, 39.997328471623099 ], [ -75.172735961603905, 39.997441483650903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2644 W SILVER ST", "addr_range": "2644-2650 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "4", "parcelarea": 700, "objectid": 6691, "Shape__Area": 111.04296875, "Shape__Length": 51.235954323180316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174968293446597, 39.997387576039401 ], [ -75.175017601565102, 39.997393340355202 ], [ -75.175044699377196, 39.997256866448701 ], [ -75.174995930424501, 39.997250726802001 ], [ -75.174968293446597, 39.997387576039401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2244 RUFFNER ST", "addr_range": "2244 RUFFNER ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 607, "objectid": 6692, "Shape__Area": 96.32421875, "Shape__Length": 44.21824334732672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165999718645807, 40.011486390271202 ], [ -75.16607423552, 40.011581664654997 ], [ -75.166120125360905, 40.011560445056404 ], [ -75.166045611957898, 40.0114651707813 ], [ -75.165999718645807, 40.011486390271202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4221 FAIRMOUNT AVE", "addr_range": "4221 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1249, "objectid": 6693, "Shape__Area": 197.80078125, "Shape__Length": 76.270284040736939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208257395635201, 39.965015395349397 ], [ -75.2082442504841, 39.964907022527797 ], [ -75.208228973880594, 39.964796313036601 ], [ -75.208173947913906, 39.964801170395702 ], [ -75.2081950528069, 39.964959400871003 ], [ -75.208201534777402, 39.965019622449297 ], [ -75.208257395635201, 39.965015395349397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3625 N 15TH ST", "addr_range": "3625 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1079, "objectid": 6694, "Shape__Area": 171.109375, "Shape__Length": 72.308068777824673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152855401997101, 40.008447584667103 ], [ -75.153016390567402, 40.008468522277802 ], [ -75.153025239768198, 40.008430099402297 ], [ -75.152753912485906, 40.008395784147901 ], [ -75.152746330248704, 40.008433397720601 ], [ -75.152855401997101, 40.008447584667103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2106 RUFFNER ST", "addr_range": "2106 RUFFNER ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1584, "objectid": 6695, "Shape__Area": 251.1796875, "Shape__Length": 80.021587140366492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163842161133999, 40.0122247704521 ], [ -75.163987728950801, 40.012415329593402 ], [ -75.1640488120551, 40.012388511702099 ], [ -75.164030402365, 40.012364948198801 ], [ -75.163982462106802, 40.012300985728601 ], [ -75.163931884526704, 40.012237478313601 ], [ -75.163909548748606, 40.012205783000802 ], [ -75.163902879809996, 40.012197057833703 ], [ -75.163842161133999, 40.0122247704521 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3649 N 15TH ST", "addr_range": "3649 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1613, "objectid": 6696, "Shape__Area": 255.875, "Shape__Length": 89.014977198399208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152531540685999, 40.0091184211457 ], [ -75.152866109005103, 40.009161146742898 ], [ -75.152875882812296, 40.009115006847701 ], [ -75.152541872139906, 40.009072503827298 ], [ -75.152531540685999, 40.0091184211457 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5128 MERION AVE", "addr_range": "5128 MERION AVE", "zipcode": 19131, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1235, "objectid": 6697, "Shape__Area": 195.71484375, "Shape__Length": 77.558044176190691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224721589147606, 39.976999835337203 ], [ -75.224767858016705, 39.9770205438939 ], [ -75.224919677984204, 39.976827322879203 ], [ -75.224873873951495, 39.976806020941297 ], [ -75.224721589147606, 39.976999835337203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1732 W VENANGO ST", "addr_range": "1730-1732 W VENANGO ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 1926, "objectid": 6698, "Shape__Area": 305.42578125, "Shape__Length": 103.4158611597008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157465600338597, 40.0083626457604 ], [ -75.157525096132204, 40.008369147552798 ], [ -75.157592492469703, 40.008065004852902 ], [ -75.157531197994501, 40.008057285746098 ], [ -75.157465600338597, 40.0083626457604 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2905 N BONSALL ST", "addr_range": "2905 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 635, "objectid": 6699, "Shape__Area": 100.7578125, "Shape__Length": 47.278262730501027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168780712438604, 39.999168904671997 ], [ -75.168941803195807, 39.999187791762097 ], [ -75.168949547976098, 39.999150599958597 ], [ -75.168790222906907, 39.999130447010899 ], [ -75.168780712438604, 39.999168904671997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4206 LANCASTER AVE", "addr_range": "4206 LANCASTER AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1215, "objectid": 6700, "Shape__Area": 192.421875, "Shape__Length": 67.953254827703859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208009489428093, 39.966287301300497 ], [ -75.207854236553601, 39.966441753435397 ], [ -75.207907819201196, 39.966476034431103 ], [ -75.208020844399599, 39.966366781666203 ], [ -75.208013006231994, 39.966313670482698 ], [ -75.208009489428093, 39.966287301300497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2132 W ERIE AVE", "addr_range": "2132 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1864, "objectid": 6701, "Shape__Area": 295.6640625, "Shape__Length": 110.5295575777121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163698004533202, 40.010700778779103 ], [ -75.163749300143706, 40.010707447568002 ], [ -75.163825270421498, 40.010373431688301 ], [ -75.163770213253301, 40.010366469160999 ], [ -75.163698004533202, 40.010700778779103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "801 S VOGDES ST", "addr_range": "801 S VOGDES ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1110, "objectid": 6702, "Shape__Area": 175.69921875, "Shape__Length": 67.991086739454474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233833037693799, 39.948168605623103 ], [ -75.233831993095805, 39.948173611167803 ], [ -75.234076937266394, 39.948203936871302 ], [ -75.234077873229893, 39.948199588470899 ], [ -75.234086226365903, 39.948160650440897 ], [ -75.233840921395199, 39.948130461900099 ], [ -75.233833037693799, 39.948168605623103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4911 PENTRIDGE ST", "addr_range": "4911 PENTRIDGE ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1382, "objectid": 6703, "Shape__Area": 218.80078125, "Shape__Length": 72.604163914777999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221542168646096, 39.947748870350999 ], [ -75.221359709034004, 39.947594558014401 ], [ -75.221306951311703, 39.947631510890297 ], [ -75.221456365408002, 39.947757876592 ], [ -75.221542168646096, 39.947748870350999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4430 LANCASTER AVE", "addr_range": "4430 LANCASTER AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1043, "objectid": 6704, "Shape__Area": 165.20703125, "Shape__Length": 62.831898727688312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212386191462002, 39.9692481810239 ], [ -75.212438508681899, 39.969279998211199 ], [ -75.212577921505797, 39.969133925805203 ], [ -75.212493364207205, 39.969140728941497 ], [ -75.212386191462002, 39.9692481810239 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "700 S 52ND ST", "addr_range": "700 S 52ND ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2072, "objectid": 6705, "Shape__Area": 328.046875, "Shape__Length": 95.347979872805738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227329612828498, 39.948915983057603 ], [ -75.227667142563803, 39.948957772140801 ], [ -75.227678978236199, 39.948900711819199 ], [ -75.227330518322006, 39.9488582625278 ], [ -75.227317812144307, 39.9489145144018 ], [ -75.227329612828498, 39.948915983057603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2200 RUFFNER ST", "addr_range": "2200 RUFFNER ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 620, "objectid": 6706, "Shape__Area": 98.45703125, "Shape__Length": 44.337560192181776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164980180217498, 40.011960547006296 ], [ -75.165054752309302, 40.0120546249642 ], [ -75.165102263140895, 40.012032949398197 ], [ -75.165027241221594, 40.011938620773599 ], [ -75.164980180217498, 40.011960547006296 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4238 ASPEN ST", "addr_range": "4238 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 777, "objectid": 6707, "Shape__Area": 123.18359375, "Shape__Length": 55.353406305896968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209017818228105, 39.965550338284601 ], [ -75.2090302356563, 39.965634531777198 ], [ -75.209039046023804, 39.965700833463004 ], [ -75.209089149205894, 39.965697123557199 ], [ -75.209067961067504, 39.965545565184499 ], [ -75.209017818228105, 39.965550338284601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "809 LEX ST", "addr_range": "809 LEX ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2324, "objectid": 6708, "Shape__Area": 368.16796875, "Shape__Length": 85.482677034958385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211673512787499, 39.966959604236997 ], [ -75.211617970313398, 39.966963736458403 ], [ -75.211567028523604, 39.966967525340102 ], [ -75.211513371857393, 39.966971517228899 ], [ -75.211505552647793, 39.966972098377497 ], [ -75.2115158538478, 39.967054069686299 ], [ -75.211791061849397, 39.967033596421103 ], [ -75.211780763830504, 39.966951625214698 ], [ -75.211673512787499, 39.966959604236997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4225 FAIRMOUNT AVE", "addr_range": "4225 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1173, "objectid": 6709, "Shape__Area": 185.83203125, "Shape__Length": 75.8438648485876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208281598695606, 39.964791788089002 ], [ -75.208296059712396, 39.964894097473 ], [ -75.208309545764493, 39.965011262617999 ], [ -75.208362263382398, 39.965007046927703 ], [ -75.2083542004289, 39.964943760266699 ], [ -75.208333699283202, 39.964787284841798 ], [ -75.208281598695606, 39.964791788089002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2618 N CHADWICK ST", "addr_range": "2618 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 702, "objectid": 6710, "Shape__Area": 111.3828125, "Shape__Length": 49.811627011293318 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159114872764803, 39.993323703177502 ], [ -75.159106424754498, 39.9933633284233 ], [ -75.159274779025793, 39.993386972368903 ], [ -75.159283400429601, 39.993347221279997 ], [ -75.159114872764803, 39.993323703177502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2808 W HAROLD ST", "addr_range": "2808-2810 W HAROLD ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 787, "objectid": 6711, "Shape__Area": 124.8359375, "Shape__Length": 54.092978765924173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177537638010094, 39.995502624086299 ], [ -75.177516480539197, 39.995600818775998 ], [ -75.177514556257506, 39.995605692470001 ], [ -75.177506777283995, 39.995646735798402 ], [ -75.177558580596198, 39.995653555088403 ], [ -75.177589705710801, 39.995510223258499 ], [ -75.177537638010094, 39.995502624086299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2532 N HOLLYWOOD ST", "addr_range": "2532-2536 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 721, "objectid": 6712, "Shape__Area": 114.390625, "Shape__Length": 51.539948774802632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179730943351302, 39.994777476371397 ], [ -75.179900846488707, 39.994802574239998 ], [ -75.179901774065996, 39.994802982443197 ], [ -75.179907691435204, 39.9948038717827 ], [ -75.179916711976503, 39.9947643707225 ], [ -75.179910266616304, 39.994763534434398 ], [ -75.179739914672695, 39.994739247348697 ], [ -75.179730943351302, 39.994777476371397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2565 N STANLEY ST", "addr_range": "2565-2569 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 732, "objectid": 6713, "Shape__Area": 116.11328125, "Shape__Length": 52.303812617650173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181364478592798, 39.995636214020401 ], [ -75.181545702534294, 39.995660740997998 ], [ -75.181554177576302, 39.995622290815099 ], [ -75.181373019302896, 39.995597733782702 ], [ -75.181364478592798, 39.995636214020401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2534 N HOLLYWOOD ST", "addr_range": "2532-2536 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 732, "objectid": 6714, "Shape__Area": 116.046875, "Shape__Length": 51.664959395973483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179892876481304, 39.994842051067401 ], [ -75.179898786471796, 39.994843166395803 ], [ -75.179907691435204, 39.9948038717827 ], [ -75.179901774065996, 39.994802982443197 ], [ -75.179900846488707, 39.994802574239998 ], [ -75.179730943351302, 39.994777476371397 ], [ -75.179722186472205, 39.994816724733198 ], [ -75.179892876481304, 39.994842051067401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4611 GERMANTOWN AVE", "addr_range": "4605-4611 GERMANTOWN AVE", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1398, "objectid": 6715, "Shape__Area": 221.76171875, "Shape__Length": 74.367224648850453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159503324970302, 40.024808614284296 ], [ -75.159499711976494, 40.024859858233903 ], [ -75.159770226149803, 40.024845875631598 ], [ -75.159764838661104, 40.0247941862931 ], [ -75.159503324970302, 40.024808614284296 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4650 STENTON AVE", "addr_range": "4648-4654 STENTON AVE", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 861, "objectid": 6716, "Shape__Area": 136.609375, "Shape__Length": 59.972619271043264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159424398489193, 40.025878303546101 ], [ -75.159523793517394, 40.025883076638202 ], [ -75.159642966982005, 40.025888811156697 ], [ -75.1596457829896, 40.025850187773202 ], [ -75.159486751472897, 40.025842747745699 ], [ -75.159427121034298, 40.0258399519657 ], [ -75.159424398489193, 40.025878303546101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2522 N 25TH ST", "addr_range": "2522 N 25TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 704, "objectid": 6717, "Shape__Area": 111.65625, "Shape__Length": 50.421560889952715 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172981668029195, 39.9938202899449 ], [ -75.173153992837797, 39.993842760951402 ], [ -75.173160988614299, 39.993803682506403 ], [ -75.172988417116002, 39.9937811086605 ], [ -75.172981668029195, 39.9938202899449 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2306 N 15TH ST", "addr_range": "2304-2314 N 15TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1604, "objectid": 6718, "Shape__Area": 254.2109375, "Shape__Length": 85.060476514990867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157583243435795, 39.988366935531303 ], [ -75.157895735125905, 39.988409537539098 ], [ -75.157906906799894, 39.988360640246398 ], [ -75.157594301956493, 39.988318277181001 ], [ -75.157583243435795, 39.988366935531303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2561 N SYDENHAM ST", "addr_range": "2555-2565 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 715, "objectid": 6719, "Shape__Area": 113.3359375, "Shape__Length": 50.462397386082799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1571493627725, 39.992504874148899 ], [ -75.157234790297196, 39.992516847501498 ], [ -75.157320599026306, 39.992528747407903 ], [ -75.157329406292007, 39.992489064611703 ], [ -75.157240720630099, 39.992476825815999 ], [ -75.157158473707398, 39.992464941433198 ], [ -75.1571493627725, 39.992504874148899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4605 GERMANTOWN AVE", "addr_range": "4605-4611 GERMANTOWN AVE", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1284, "objectid": 6720, "Shape__Area": 203.67578125, "Shape__Length": 68.789678915773166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159514224118595, 40.024651063485898 ], [ -75.159510683592302, 40.024703694832503 ], [ -75.159631350721398, 40.0246966164244 ], [ -75.159754726229195, 40.0246899692971 ], [ -75.159749857023399, 40.024637905111703 ], [ -75.159623129654506, 40.0246444928421 ], [ -75.159514224118595, 40.024651063485898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2463 N 19TH ST", "addr_range": "2463 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1180, "objectid": 6721, "Shape__Area": 187.0, "Shape__Length": 67.976026755874969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1628677588523, 39.991784616445102 ], [ -75.1628739484714, 39.991785481274498 ], [ -75.162876075281602, 39.991785770683997 ], [ -75.162894275588897, 39.991788291989501 ], [ -75.163106274738197, 39.991817638122697 ], [ -75.163107052578795, 39.991814285854701 ], [ -75.163117520433005, 39.991769450267199 ], [ -75.162886194539794, 39.991740219058599 ], [ -75.162876601295807, 39.991739002704001 ], [ -75.1628677588523, 39.991784616445102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2215 N 19TH ST", "addr_range": "2211-2215 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1079, "objectid": 6722, "Shape__Area": 171.01953125, "Shape__Length": 69.453468072378186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163754774755603, 39.987698528648899 ], [ -75.164010102280699, 39.987730524705398 ], [ -75.164012544691801, 39.987719231444899 ], [ -75.164018755933697, 39.987690388423999 ], [ -75.163763776810399, 39.987658013698301 ], [ -75.163754774755603, 39.987698528648899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2710 N 15TH ST", "addr_range": "2710-2714 N 15TH ST; 2711 N HICKS ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 963, "objectid": 6723, "Shape__Area": 152.72265625, "Shape__Length": 63.487119664761316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156253240422998, 39.994494679403097 ], [ -75.156243800316702, 39.994534958724003 ], [ -75.1564724044527, 39.994565401288099 ], [ -75.156481764616998, 39.994525585971203 ], [ -75.156253240422998, 39.994494679403097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4926 BAYNTON ST", "addr_range": "4926 BAYNTON ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1698, "objectid": 6724, "Shape__Area": 269.3828125, "Shape__Length": 86.062507857584507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159620165932793, 40.031454164431302 ], [ -75.159673865650404, 40.031486045259904 ], [ -75.159809198001597, 40.0313513439866 ], [ -75.159812024347005, 40.031353022348704 ], [ -75.159868776689095, 40.031296533685698 ], [ -75.159812249448294, 40.031262976360097 ], [ -75.159620165932793, 40.031454164431302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2550 N CORLIES ST", "addr_range": "2550-2552 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 714, "objectid": 6725, "Shape__Area": 113.19140625, "Shape__Length": 51.391577417338425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181236483191597, 39.995339856533903 ], [ -75.181414128019398, 39.995364771267802 ], [ -75.181421799203903, 39.995326513941997 ], [ -75.181245209987594, 39.995301412905299 ], [ -75.181236483191597, 39.995339856533903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5031 KEYSER ST", "addr_range": "5031-5033 KEYER ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1983, "objectid": 6726, "Shape__Area": 314.6328125, "Shape__Length": 95.339479207200753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167715709520294, 40.026866405373703 ], [ -75.167730766440698, 40.026874045748201 ], [ -75.167937234004398, 40.026651560756001 ], [ -75.167879191614603, 40.026619691560697 ], [ -75.167778127792502, 40.026729259202902 ], [ -75.167672377709806, 40.026842959752599 ], [ -75.167715709520294, 40.026866405373703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2736 W ALBERT ST", "addr_range": "2736-2738 W ALBERT ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 669, "objectid": 6727, "Shape__Area": 106.1640625, "Shape__Length": 48.563231633297427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1767589018406, 39.995781369867103 ], [ -75.176730587296404, 39.995906872232503 ], [ -75.176781667799503, 39.995914529825498 ], [ -75.176808862278406, 39.995788131964403 ], [ -75.1767589018406, 39.995781369867103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1419 W SUSQUEHANNA AVE", "addr_range": "1413-1419 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1562, "objectid": 6728, "Shape__Area": 247.5078125, "Shape__Length": 83.725911682006497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156989327204201, 39.986720108586098 ], [ -75.157040836877499, 39.986485196677798 ], [ -75.156977721762502, 39.986475759803 ], [ -75.156950240053604, 39.986602211236601 ], [ -75.1569265336136, 39.986712644972698 ], [ -75.156989327204201, 39.986720108586098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2327 N 31ST ST", "addr_range": "2327-2329 N 31ST ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1104, "objectid": 6729, "Shape__Area": 174.9453125, "Shape__Length": 67.595343232781644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182845431154306, 39.992186753918901 ], [ -75.182602504553003, 39.992155693998903 ], [ -75.182593140951894, 39.992199021354601 ], [ -75.182836067703803, 39.992230081294302 ], [ -75.182845431154306, 39.992186753918901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2368 N BOUVIER ST", "addr_range": "2368 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 866, "objectid": 6730, "Shape__Area": 137.2578125, "Shape__Length": 53.322685554196113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161622408659895, 39.990083514243302 ], [ -75.161627828774698, 39.990084249163502 ], [ -75.161638364597493, 39.990037126643898 ], [ -75.161632922832496, 39.990036375918599 ], [ -75.161464248927302, 39.9900130506145 ], [ -75.161453722356299, 39.990060511210601 ], [ -75.161622408659895, 39.990083514243302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2738 W ALBERT ST", "addr_range": "2736-2738 W ALBERT ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 618, "objectid": 6731, "Shape__Area": 98.0078125, "Shape__Length": 47.658514532090095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176808862278406, 39.995788131964403 ], [ -75.176781667799503, 39.995914529825498 ], [ -75.176828205044998, 39.995919844736001 ], [ -75.176856049737594, 39.9957945255357 ], [ -75.176808862278406, 39.995788131964403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2465 N DOUGLAS ST", "addr_range": "2465 N DOUGLAS ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 675, "objectid": 6732, "Shape__Area": 106.96875, "Shape__Length": 49.445534198282246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184890546305596, 39.994539386762 ], [ -75.185059918310003, 39.994561918846799 ], [ -75.185068340752395, 39.994523160932197 ], [ -75.1848987195239, 39.994502236094696 ], [ -75.184890546305596, 39.994539386762 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2413 N 17TH ST", "addr_range": "2413 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 918, "objectid": 6733, "Shape__Area": 145.59375, "Shape__Length": 62.043219257929955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159957589787197, 39.990323730444601 ], [ -75.160180720781696, 39.990354492916097 ], [ -75.160189494521902, 39.990315084896203 ], [ -75.159965882197596, 39.990284875613902 ], [ -75.159957589787197, 39.990323730444601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3218-20 CECIL B MOORE AVE", "addr_range": "3218-20 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3713, "objectid": 6734, "Shape__Area": 588.29296875, "Shape__Length": 109.93195460548802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187384779134007, 39.982415044270702 ], [ -75.187448826793599, 39.982423631986599 ], [ -75.187512667419796, 39.9824321817065 ], [ -75.187538398591002, 39.982313874437899 ], [ -75.187557747552106, 39.982224841698397 ], [ -75.187571637105094, 39.982163815651802 ], [ -75.187572891725793, 39.982158315075097 ], [ -75.187508055184296, 39.982149533211199 ], [ -75.187442362749195, 39.982140651108701 ], [ -75.187384779134007, 39.982415044270702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2367 N BOUVIER ST", "addr_range": "2365-2369 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 705, "objectid": 6735, "Shape__Area": 111.8046875, "Shape__Length": 50.460516530018403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161185172951207, 39.989976547149702 ], [ -75.1611927191814, 39.989977587735702 ], [ -75.161357542833301, 39.990000230133802 ], [ -75.161366109020094, 39.989961300303698 ], [ -75.1612014123791, 39.989938677899701 ], [ -75.161193740369896, 39.989937618258999 ], [ -75.161185172951207, 39.989976547149702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3837 MOUNT VERNON ST", "addr_range": "3831-3837 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1747, "objectid": 6736, "Shape__Area": 274.85546875, "Shape__Length": 80.256090255457849 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198700703630095, 39.963968808206801 ], [ -75.1987391596534, 39.964183183688696 ], [ -75.198824202473205, 39.9641739355339 ], [ -75.198771943493199, 39.963962331003501 ], [ -75.198763450808897, 39.963963109841998 ], [ -75.198700703630095, 39.963968808206801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "828 SLOAN ST", "addr_range": "843-861, 865-867 N 40TH ST; 822-828 SLOAN ST", "zipcode": 19104, "district": "3", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 570, "objectid": 6737, "Shape__Area": 90.26953125, "Shape__Length": 43.138542775408986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202860297566502, 39.9691091817852 ], [ -75.203001522803405, 39.969093373960803 ], [ -75.202994203352304, 39.969054663814902 ], [ -75.202983611708603, 39.969055846889603 ], [ -75.202852979364295, 39.969070471656302 ], [ -75.202860297566502, 39.9691091817852 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4300 FAIRMOUNT AVE", "addr_range": "646-656 N 43RD ST; 4300-4304 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1985, "objectid": 6738, "Shape__Area": 314.390625, "Shape__Length": 95.505260730066965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209810452828094, 39.964449929682203 ], [ -75.209818633630803, 39.964518523024097 ], [ -75.209889835641903, 39.964513570697797 ], [ -75.209856704840305, 39.964240447928098 ], [ -75.209786864357099, 39.964244851026699 ], [ -75.209794616644302, 39.964313160078802 ], [ -75.209802932825198, 39.964381514050402 ], [ -75.209810452828094, 39.964449929682203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "102 N YEWDALL ST", "addr_range": "100-102 YEWDALL ST", "zipcode": 19139, "district": "4", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 870, "objectid": 6739, "Shape__Area": 137.77734375, "Shape__Length": 56.94384667712383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228938050709104, 39.962283063105602 ], [ -75.229136016934604, 39.962308835002297 ], [ -75.229144223255304, 39.962266056672703 ], [ -75.228947083151695, 39.962241753545101 ], [ -75.228938050709104, 39.962283063105602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6137 REINHARD ST", "addr_range": "6111-6115, 6125-6137, 6120-6146 REINHARD ST; 2018, 2020 S 61ST ST", "zipcode": 19142, "district": "2", "year": "2002", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "26", "parcelarea": 903, "objectid": 6740, "Shape__Area": 142.86328125, "Shape__Length": 62.438418795969312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232621183390407, 39.930228294591203 ], [ -75.232637091336798, 39.9302425551803 ], [ -75.232656178483495, 39.930259770545199 ], [ -75.232673117813505, 39.930273296030897 ], [ -75.232722432027799, 39.930317852501801 ], [ -75.232742349033202, 39.930334086862104 ], [ -75.232773120307698, 39.930360859664198 ], [ -75.232810686456801, 39.930334797603699 ], [ -75.232746137281296, 39.930279863351601 ], [ -75.232689084373902, 39.930230042784999 ], [ -75.232657416763999, 39.9302026051692 ], [ -75.232621183390407, 39.930228294591203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4223 BROWN ST", "addr_range": "4234-4240 LANCASTER AVE; 4215-4223 BROWN ST", "zipcode": 19104, "district": "3", "year": "2003", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1108, "objectid": 6741, "Shape__Area": 175.48046875, "Shape__Length": 66.812613742572125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209511954932495, 39.967006564217797 ], [ -75.209535021774201, 39.967190274898201 ], [ -75.2095910046678, 39.9671862110932 ], [ -75.209594239481703, 39.9671859763722 ], [ -75.209569402508393, 39.967001437237201 ], [ -75.209560783241301, 39.967002213176599 ], [ -75.209511954932495, 39.967006564217797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2265 N 16TH ST", "addr_range": "2255-2265 N 16TH ST", "zipcode": 19132, "district": "5", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1089, "objectid": 6742, "Shape__Area": 172.578125, "Shape__Length": 67.216678244151026 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158826240756397, 39.988143308665997 ], [ -75.1590676313335, 39.988174228013598 ], [ -75.159076743787097, 39.988130925409202 ], [ -75.158842047742795, 39.988101415933897 ], [ -75.158835155107496, 39.988100228661303 ], [ -75.158826240756397, 39.988143308665997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4302 FAIRMOUNT AVE", "addr_range": "646-656 N 43RD ST; 4300-4304 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2519, "objectid": 6743, "Shape__Area": 398.96875, "Shape__Length": 115.94092612185879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209856704840305, 39.964240447928098 ], [ -75.209889835641903, 39.964513570697797 ], [ -75.209961344573003, 39.964508238592003 ], [ -75.209923036667305, 39.964194815621497 ], [ -75.209919507840397, 39.964165963982097 ], [ -75.209847980609894, 39.964170667650102 ], [ -75.209856704840305, 39.964240447928098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "830 N 42ND ST", "addr_range": "820-830 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2014", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 765, "objectid": 6744, "Shape__Area": 121.2890625, "Shape__Length": 56.632258342123095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207908606662201, 39.967678817099099 ], [ -75.207913669599904, 39.967705300726301 ], [ -75.207914806123597, 39.967710758954198 ], [ -75.207912554388898, 39.967717171962299 ], [ -75.208116540007694, 39.967687565561597 ], [ -75.208110339983406, 39.967652819785599 ], [ -75.207908606662201, 39.967678817099099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4304 FAIRMOUNT AVE", "addr_range": "646-656 N 43RD ST; 4300-4304 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 2313, "objectid": 6745, "Shape__Area": 366.27734375, "Shape__Length": 107.4951957947298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209994575937898, 39.9641892580225 ], [ -75.209923036667305, 39.964194815621497 ], [ -75.209961344573003, 39.964508238592003 ], [ -75.210032979208904, 39.964502926343798 ], [ -75.209994575937898, 39.9641892580225 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "655 N 55TH ST", "addr_range": "642-644 N SICKELS ST; 641-655 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 898, "objectid": 6746, "Shape__Area": 142.2578125, "Shape__Length": 59.337700195468372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230414392121304, 39.970330476564698 ], [ -75.230203868962803, 39.970352902564898 ], [ -75.230210419380299, 39.970394296730703 ], [ -75.230420712605806, 39.970371316960197 ], [ -75.230414392121304, 39.970330476564698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "642 N SICKELS ST", "addr_range": "642-644 N SICKELS ST; 641-655 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 684, "objectid": 6747, "Shape__Area": 108.44921875, "Shape__Length": 47.275353694580062 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229990958727598, 39.970080417433401 ], [ -75.229996884514506, 39.970122861974197 ], [ -75.230151970043494, 39.970106745887399 ], [ -75.230145641910497, 39.970063875359699 ], [ -75.230025095813801, 39.970076766664697 ], [ -75.229996806679196, 39.9700797890263 ], [ -75.229990958727598, 39.970080417433401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "653 N 55TH ST", "addr_range": "642-644 N SICKELS ST; 641-655 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 893, "objectid": 6748, "Shape__Area": 141.55078125, "Shape__Length": 59.389858019264494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230407749560499, 39.970289290322 ], [ -75.230196162172902, 39.970312692142201 ], [ -75.230203868962803, 39.970352902564898 ], [ -75.230414392121304, 39.970330476564698 ], [ -75.230407749560499, 39.970289290322 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "647 N 55TH ST", "addr_range": "642-644 N SICKELS ST; 641-655 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 895, "objectid": 6749, "Shape__Area": 141.90234375, "Shape__Length": 59.629316432822222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2301761491793, 39.9701902766584 ], [ -75.230182424224793, 39.970230664673501 ], [ -75.230394670899699, 39.970207003457801 ], [ -75.230388143375393, 39.970166094543103 ], [ -75.2301761491793, 39.9701902766584 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "736 S 51ST ST", "addr_range": "728-730; 736-738 S 51ST ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1140, "objectid": 6750, "Shape__Area": 180.52734375, "Shape__Length": 67.021094050120837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225151562508998, 39.947444628328 ], [ -75.225191909763794, 39.947478739824497 ], [ -75.225365609574197, 39.947357668358499 ], [ -75.225369845750194, 39.947354715317999 ], [ -75.225328722838199, 39.9473200552234 ], [ -75.225324809063807, 39.947322806326703 ], [ -75.225151562508998, 39.947444628328 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "738 S 51ST ST", "addr_range": "728-730; 736-738 S 51ST ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1152, "objectid": 6751, "Shape__Area": 182.47265625, "Shape__Length": 67.315805273690287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225283603634296, 39.947287564155801 ], [ -75.225110729107001, 39.947410652978398 ], [ -75.225151562508998, 39.947444628328 ], [ -75.225324809063807, 39.947322806326703 ], [ -75.225328722838199, 39.9473200552234 ], [ -75.225288249506306, 39.9472842651424 ], [ -75.225283603634296, 39.947287564155801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5112 BALTIMORE AVE", "addr_range": "5101-5117 MALCOLM ST; 5100-5112 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1450, "objectid": 6752, "Shape__Area": 229.52734375, "Shape__Length": 73.452951372328684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225826556856802, 39.947484420632598 ], [ -75.225830756315005, 39.947677496055 ], [ -75.225902754748603, 39.947678193782501 ], [ -75.225900719872499, 39.947608964055298 ], [ -75.225899092361999, 39.947485340117801 ], [ -75.2258990408437, 39.947480487108699 ], [ -75.225826460311296, 39.947480244183197 ], [ -75.225826556856802, 39.947484420632598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5117 MALCOLM ST", "addr_range": "5101-5117 MALCOLM ST; 5100-5112 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 771, "objectid": 6753, "Shape__Area": 122.16796875, "Shape__Length": 51.40557499407511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225940858690507, 39.947476152663 ], [ -75.225947561060096, 39.947481780014201 ], [ -75.225966695918501, 39.947481975809097 ], [ -75.225971321795797, 39.947475275060299 ], [ -75.225995686782198, 39.9474581435095 ], [ -75.225990955105999, 39.947454203845503 ], [ -75.225875592538202, 39.9473585102672 ], [ -75.225834633573299, 39.9473870589946 ], [ -75.225940858690507, 39.947476152663 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "643 N 55TH ST", "addr_range": "642-644 N SICKELS ST; 641-655 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 948, "objectid": 6754, "Shape__Area": 150.15625, "Shape__Length": 60.471975149646752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230383138209305, 39.970125911021199 ], [ -75.230374872082095, 39.970083319610403 ], [ -75.230162467417301, 39.970106735844702 ], [ -75.230169277631902, 39.970149616957599 ], [ -75.230383138209305, 39.970125911021199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "651 N 55TH ST", "addr_range": "642-644 N SICKELS ST; 641-655 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 899, "objectid": 6755, "Shape__Area": 142.39453125, "Shape__Length": 59.593984646981355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230189612527894, 39.970271814263 ], [ -75.230196162172902, 39.970312692142201 ], [ -75.230407749560499, 39.970289290322 ], [ -75.230401534997299, 39.9702484044983 ], [ -75.230189612527894, 39.970271814263 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5100-06 BALTIMORE AVE", "addr_range": "5101-5117 MALCOLM ST; 5100-5112 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2541, "objectid": 6756, "Shape__Area": 402.1484375, "Shape__Length": 96.464100779412362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225686239701901, 39.947676572862697 ], [ -75.225683298274504, 39.947490231241098 ], [ -75.225419171421805, 39.947673645220398 ], [ -75.225686239701901, 39.947676572862697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "644 N SICKELS ST", "addr_range": "642-644 N SICKELS ST; 641-655 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 630, "objectid": 6757, "Shape__Area": 99.875, "Shape__Length": 46.267455528166607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230151970043494, 39.970106745887399 ], [ -75.229996884514506, 39.970122861974197 ], [ -75.230003787496798, 39.970162134843299 ], [ -75.230158269389904, 39.970145909983799 ], [ -75.230151970043494, 39.970106745887399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "645 N 55TH ST", "addr_range": "642-644 N SICKELS ST; 641-655 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 893, "objectid": 6758, "Shape__Area": 141.46875, "Shape__Length": 59.732295612754982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230388143375393, 39.970166094543103 ], [ -75.230383138209305, 39.970125911021199 ], [ -75.230169277631902, 39.970149616957599 ], [ -75.2301761491793, 39.9701902766584 ], [ -75.230388143375393, 39.970166094543103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "641 N 55TH ST", "addr_range": "642-644 N SICKELS ST; 641-655 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 955, "objectid": 6759, "Shape__Area": 151.23828125, "Shape__Length": 60.426755374699404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230155371786594, 39.970063088923297 ], [ -75.230162467417301, 39.970106735844702 ], [ -75.230374872082095, 39.970083319610403 ], [ -75.230367747064193, 39.970040429797798 ], [ -75.230155371786594, 39.970063088923297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3631 OLD YORK RD", "addr_range": "3631 OLD YORK RD", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1611, "objectid": 6760, "Shape__Area": 255.46484375, "Shape__Length": 98.027607836690464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147305289864306, 40.007813138399399 ], [ -75.147296422312607, 40.007853607607601 ], [ -75.147678896619595, 40.0078997726987 ], [ -75.147687349250205, 40.007859729253703 ], [ -75.147305289864306, 40.007813138399399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1231 W ATLANTIC ST", "addr_range": "1229-1231 W ATLANTIC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 594, "objectid": 6761, "Shape__Area": 94.32421875, "Shape__Length": 44.161028541167859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149403463575098, 40.006421773105103 ], [ -75.149371731533606, 40.006312196754003 ], [ -75.149320752307403, 40.0063214883575 ], [ -75.1493531506773, 40.006430643724997 ], [ -75.149403463575098, 40.006421773105103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1422 HANSON ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 653, "objectid": 6762, "Shape__Area": 103.41015625, "Shape__Length": 48.108011958526113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211394652880898, 39.940277378308799 ], [ -75.211272343929096, 39.940362415268801 ], [ -75.211305997083997, 39.940390966901496 ], [ -75.211429220770498, 39.940305632998403 ], [ -75.211414550660393, 39.940293508772299 ], [ -75.211414350840101, 39.940293343070103 ], [ -75.211394869182996, 39.940277228123797 ], [ -75.211394652880898, 39.940277378308799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4319 N 15TH ST", "addr_range": "4317-4319 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1456, "objectid": 6763, "Shape__Area": 230.97265625, "Shape__Length": 83.797624614359066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150356778501504, 40.019153174305899 ], [ -75.150347840202102, 40.019197672377501 ], [ -75.150660480078301, 40.019238909408799 ], [ -75.150670306968493, 40.0191947044408 ], [ -75.150356778501504, 40.019153174305899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3637 N CAMAC ST", "addr_range": "3637 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1273, "objectid": 6764, "Shape__Area": 201.9609375, "Shape__Length": 82.952352174764684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148260914950598, 40.008029059100501 ], [ -75.148578869242399, 40.008069213373901 ], [ -75.148586091170699, 40.008031705388802 ], [ -75.148269082159004, 40.007989911973901 ], [ -75.148260914950598, 40.008029059100501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3643 N CAMAC ST", "addr_range": "3641-3643 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1347, "objectid": 6765, "Shape__Area": 213.56640625, "Shape__Length": 83.763841524707829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148246047249103, 40.008103598704402 ], [ -75.148237648987504, 40.008144402073903 ], [ -75.148540459410398, 40.008182021074397 ], [ -75.148556567839094, 40.008184013316097 ], [ -75.148564328039498, 40.008143986565003 ], [ -75.148246047249103, 40.008103598704402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3043 N BROAD ST", "addr_range": "3041-3043 N BROAD ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1873, "objectid": 6766, "Shape__Area": 297.02734375, "Shape__Length": 95.226578142378116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152696966575903, 39.999801817806897 ], [ -75.152686238575001, 39.999851954629101 ], [ -75.153042756720197, 39.9998978218741 ], [ -75.153053248049204, 39.999847648134804 ], [ -75.152696966575903, 39.999801817806897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1303 W CLEMENTINE ST", "addr_range": "1303 W CLEMENTINE ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 524, "objectid": 6767, "Shape__Area": 83.140625, "Shape__Length": 41.840343709816189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151131228688101, 40.000170190102097 ], [ -75.151111034580595, 40.0002766712634 ], [ -75.151157740864804, 40.000282533785096 ], [ -75.151178990367796, 40.000176912655697 ], [ -75.151131228688101, 40.000170190102097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1326 W CLEARFIELD ST", "addr_range": "1326 W CLEARFIELD ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1051, "objectid": 6768, "Shape__Area": 166.609375, "Shape__Length": 66.816848749980423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152051096200296, 39.999770040163298 ], [ -75.152100102130305, 39.9997760822963 ], [ -75.152138965887403, 39.999590808641599 ], [ -75.152085350614001, 39.999583679196697 ], [ -75.152084557983699, 39.999587401387302 ], [ -75.152045589827395, 39.999769367727602 ], [ -75.152051096200296, 39.999770040163298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1815 S ALLISON ST", "addr_range": "1809-1817 S ALLISON ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 602, "objectid": 6769, "Shape__Area": 95.2578125, "Shape__Length": 41.593596789302978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2206470234036, 39.9343703573537 ], [ -75.220699271454095, 39.934398348640499 ], [ -75.220739753200505, 39.9343700814619 ], [ -75.220785868405599, 39.934337811026197 ], [ -75.220783024642898, 39.9343354435536 ], [ -75.220744157101706, 39.934302943264797 ], [ -75.2206470234036, 39.9343703573537 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3114 N BROAD ST", "addr_range": "3114-3122 N BROAD ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1754, "objectid": 6770, "Shape__Area": 278.125, "Shape__Length": 89.740853684955113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153316162245204, 40.000487449394399 ], [ -75.153647704892606, 40.0005309603048 ], [ -75.153658082948894, 40.000480982181401 ], [ -75.153326831009593, 40.0004364624236 ], [ -75.153316162245204, 40.000487449394399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1235 W TIOGA ST", "addr_range": "1235-1237 W TIOGA ST; 1224 W ATLANTIC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1129, "objectid": 6771, "Shape__Area": 179.13671875, "Shape__Length": 80.888989166326269 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149251348885699, 40.0059011854256 ], [ -75.149210843856096, 40.006087436586697 ], [ -75.149231782294805, 40.006089650790599 ], [ -75.149251717978103, 40.006151503271198 ], [ -75.149304044993997, 40.005907811416499 ], [ -75.149251348885699, 40.0059011854256 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3044 W ARIZONA ST", "addr_range": "3042-3046 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 787, "objectid": 6772, "Shape__Area": 124.84765625, "Shape__Length": 57.05814048747871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1824611853596, 39.992310158330497 ], [ -75.182427244039204, 39.992467219997103 ], [ -75.182475064554396, 39.992473334434301 ], [ -75.182509008142205, 39.9923162719057 ], [ -75.1824611853596, 39.992310158330497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3046 W ARIZONA ST", "addr_range": "3042-3046 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 768, "objectid": 6773, "Shape__Area": 121.7734375, "Shape__Length": 56.792150386592496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182521712491294, 39.992479293778601 ], [ -75.182555652292706, 39.992322235658897 ], [ -75.182509008142205, 39.9923162719057 ], [ -75.182475064554396, 39.992473334434301 ], [ -75.182521712491294, 39.992479293778601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3536 N 11TH ST", "addr_range": "3536 N 11TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1363, "objectid": 6774, "Shape__Area": 216.2421875, "Shape__Length": 83.599382671912196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146486292528806, 40.006346225815903 ], [ -75.146477134669595, 40.006387688518799 ], [ -75.146793829333603, 40.006429302448602 ], [ -75.146802472008702, 40.006388650674502 ], [ -75.146486292528806, 40.006346225815903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4833 PASCHALL AVE", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 692, "objectid": 6775, "Shape__Area": 109.5, "Shape__Length": 50.474042179250006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211167046905004, 39.940153432357 ], [ -75.211286263440002, 39.940253255153102 ], [ -75.211323389158906, 39.940226980149099 ], [ -75.211203927214697, 39.940128117834398 ], [ -75.211203196294207, 39.940127505191597 ], [ -75.211167046905004, 39.940153432357 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1433R-37 S FALLON ST", "addr_range": "1438-1444 S 48TH ST; 1433R-37 S FALLON ST, 1441-1443 S FALLON ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1651, "objectid": 6776, "Shape__Area": 261.24609375, "Shape__Length": 76.811112264900061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210679940749998, 39.941007852266502 ], [ -75.210952564443502, 39.941062068793997 ], [ -75.210951831886902, 39.941044675838903 ], [ -75.210948153197705, 39.941043352821801 ], [ -75.210911304229498, 39.941012861661697 ], [ -75.210804533164193, 39.940921807770799 ], [ -75.210679940749998, 39.941007852266502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1440 S 48TH ST", "addr_range": "1438-1444 S 48TH ST; 1433R-37 S FALLON ST, 1441-1443 S FALLON ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 702, "objectid": 6777, "Shape__Area": 111.08984375, "Shape__Length": 50.476837634015126 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210606212952698, 39.9409533157692 ], [ -75.210605050707798, 39.940954127969597 ], [ -75.2106391736815, 39.940983044293297 ], [ -75.210769036103301, 39.940892135769403 ], [ -75.210734454124406, 39.9408631922037 ], [ -75.210606212952698, 39.9409533157692 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3551 N WATTS ST", "addr_range": "3551-3553 N WATTS ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1493, "objectid": 6778, "Shape__Area": 236.71875, "Shape__Length": 73.320057758707151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150571629608294, 40.007063171305198 ], [ -75.150814851893998, 40.007094502119401 ], [ -75.150827664993997, 40.007037405410699 ], [ -75.150571122141898, 40.007004725133903 ], [ -75.150571425523694, 40.007035665784699 ], [ -75.150571629608294, 40.007063171305198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1438 S 48TH ST", "addr_range": "1438-1444 S 48TH ST; 1433R-37 S FALLON ST, 1441-1443 S FALLON ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 711, "objectid": 6779, "Shape__Area": 112.5390625, "Shape__Length": 50.100945872948714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210639172411106, 39.940983046968199 ], [ -75.210666583526304, 39.941005763548901 ], [ -75.210679940749998, 39.941007852266502 ], [ -75.210804539079305, 39.940921806099702 ], [ -75.210769045627899, 39.940892131475302 ], [ -75.210639172411106, 39.940983046968199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3042 W ARIZONA ST", "addr_range": "3042-3046 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 799, "objectid": 6780, "Shape__Area": 126.7578125, "Shape__Length": 57.223806576144717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182378687849905, 39.992461013398497 ], [ -75.182427244039204, 39.992467219997103 ], [ -75.1824611853596, 39.992310158330497 ], [ -75.182451286666407, 39.992308893539999 ], [ -75.182412628109006, 39.992303951719997 ], [ -75.182378687849905, 39.992461013398497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2024 W ESTAUGH ST", "addr_range": "2024 W ESTAUGH ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1468, "objectid": 6781, "Shape__Area": 232.81640625, "Shape__Length": 90.650286970662179 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162317812134503, 40.006683938710097 ], [ -75.162369731401796, 40.006690639363903 ], [ -75.162429556552198, 40.006423382447402 ], [ -75.162376871664904, 40.006416423988597 ], [ -75.162317812134503, 40.006683938710097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1900 W VENANGO ST", "addr_range": "1900 W VENANGO ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1878, "objectid": 6782, "Shape__Area": 297.80859375, "Shape__Length": 106.0444059202309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159628500559407, 40.008646300792698 ], [ -75.159628047306896, 40.0086483223578 ], [ -75.1596857887304, 40.0086557340098 ], [ -75.159755649724403, 40.008339474937301 ], [ -75.159710647767099, 40.008333832909997 ], [ -75.159700231191593, 40.0083321472585 ], [ -75.159628500559407, 40.008646300792698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1817 S ALLISON ST", "addr_range": "1809-1817 S ALLISON ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 654, "objectid": 6783, "Shape__Area": 103.58203125, "Shape__Length": 45.254693596751508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220702937916698, 39.934268344927503 ], [ -75.220644691006399, 39.934309245144398 ], [ -75.220634988603607, 39.934316188704599 ], [ -75.220597703083996, 39.934342446831501 ], [ -75.220592700041394, 39.934341239971999 ], [ -75.2206470234036, 39.9343703573537 ], [ -75.220744157101706, 39.934302943264797 ], [ -75.220702937916698, 39.934268344927503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5242 WEBSTER ST", "addr_range": "5242 WEBSTER ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1817, "objectid": 6784, "Shape__Area": 287.59765625, "Shape__Length": 88.277579483702866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229101302534403, 39.948436576240098 ], [ -75.229171645085202, 39.948445262492299 ], [ -75.229222543619201, 39.948198962663902 ], [ -75.229178661132593, 39.948193468108698 ], [ -75.229151965512301, 39.948190447856298 ], [ -75.229101302534403, 39.948436576240098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2529 W SILVER ST", "addr_range": "2529 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 730, "objectid": 6785, "Shape__Area": 115.75, "Shape__Length": 50.891886668993642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172892691553898, 39.997198578167598 ], [ -75.172880996400593, 39.9972631822043 ], [ -75.172866460667606, 39.997330832762799 ], [ -75.172919845077203, 39.997337995967797 ], [ -75.172934888356096, 39.997261909805403 ], [ -75.172945393863102, 39.997205468359901 ], [ -75.172892691553898, 39.997198578167598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3645 N 15TH ST", "addr_range": "3645 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1606, "objectid": 6786, "Shape__Area": 254.7109375, "Shape__Length": 88.921243793232264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152552244457794, 40.009026038712499 ], [ -75.152886156324996, 40.009068944029998 ], [ -75.152887953655593, 40.009060860206397 ], [ -75.152896405169599, 40.009022943724801 ], [ -75.1525621469209, 40.008980369378499 ], [ -75.152552244457794, 40.009026038712499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2201 RUFFNER ST", "addr_range": "2201 RUFFNER ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1045, "objectid": 6787, "Shape__Area": 165.71484375, "Shape__Length": 59.358481291628308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165184262601798, 40.012121875793397 ], [ -75.165144823293701, 40.012140185815298 ], [ -75.165126669195004, 40.012147353740097 ], [ -75.165229929579695, 40.012279668654202 ], [ -75.165286805031798, 40.012251013733596 ], [ -75.165184262601798, 40.012121875793397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "893 N 45TH ST", "addr_range": "893 N 45TH ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 560, "objectid": 6788, "Shape__Area": 88.8046875, "Shape__Length": 41.908158477339704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212648650175197, 39.969163055099798 ], [ -75.212650103078602, 39.969167922903701 ], [ -75.212784250143301, 39.969156607450898 ], [ -75.212778097455498, 39.969117172416503 ], [ -75.212642893666299, 39.969127029197402 ], [ -75.212648650175197, 39.969163055099798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2533 W SILVER ST", "addr_range": "2533 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 651, "objectid": 6789, "Shape__Area": 103.33203125, "Shape__Length": 49.685602020914551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172995047740898, 39.997211499003001 ], [ -75.172982956556396, 39.997277125816503 ], [ -75.172968612734394, 39.997344136470097 ], [ -75.173016154263394, 39.997350635959997 ], [ -75.173023901967994, 39.997309382235102 ], [ -75.173034137500096, 39.997261719594697 ], [ -75.173041560560705, 39.997217443792998 ], [ -75.172995047740898, 39.997211499003001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2648 W SILVER ST", "addr_range": "2644-2650 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "4", "parcelarea": 685, "objectid": 6790, "Shape__Area": 108.62109375, "Shape__Length": 50.965029556783136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175092413308604, 39.997263240098498 ], [ -75.175064959476401, 39.997400238526097 ], [ -75.175113230994995, 39.997405689422102 ], [ -75.175140145977196, 39.997269614148699 ], [ -75.175092413308604, 39.997263240098498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4642-44 PARRISH ST", "addr_range": "4642-44 PARRISH ST", "zipcode": 19139, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 6194, "objectid": 6791, "Shape__Area": 980.9921875, "Shape__Length": 167.79088556222206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215218036797907, 39.967029209194202 ], [ -75.215279628649995, 39.967508112019402 ], [ -75.215351936451299, 39.967502246334099 ], [ -75.215405140672601, 39.967497924599002 ], [ -75.215343525669397, 39.967019650247501 ], [ -75.215218036797907, 39.967029209194202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2531 W SILVER ST", "addr_range": "2531 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 686, "objectid": 6792, "Shape__Area": 108.7578125, "Shape__Length": 50.063267299418605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172945393863102, 39.997205468359901 ], [ -75.172934888356096, 39.997261909805403 ], [ -75.172919845077203, 39.997337995967797 ], [ -75.172968612734394, 39.997344136470097 ], [ -75.172982956556396, 39.997277125816503 ], [ -75.172995047740898, 39.997211499003001 ], [ -75.172945393863102, 39.997205468359901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6040 COBBS CREEK PKWY", "addr_range": "6040 COBBS CREEK PKWY", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2095, "objectid": 6793, "Shape__Area": 331.55859375, "Shape__Length": 98.517333128497995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245789191828393, 39.946397516996697 ], [ -75.245860940686001, 39.946406658898198 ], [ -75.245862565425099, 39.946398941327502 ], [ -75.245920339384995, 39.946126381952602 ], [ -75.245849436869804, 39.946117597331501 ], [ -75.245790707419602, 39.946390506125098 ], [ -75.245789191828393, 39.946397516996697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2262 RUFFNER ST", "addr_range": "2262 RUFFNER ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 607, "objectid": 6794, "Shape__Area": 96.3203125, "Shape__Length": 44.218044380113071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166458626438299, 40.011274179588803 ], [ -75.166412735657303, 40.011295401097101 ], [ -75.166487249354802, 40.0113906760349 ], [ -75.166533139074602, 40.011369452670102 ], [ -75.166458626438299, 40.011274179588803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5115-25 W STILES ST", "addr_range": "5115-25 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 11654, "objectid": 6795, "Shape__Area": 1845.8515625, "Shape__Length": 172.36320274836444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224499586209504, 39.972533523936299 ], [ -75.224414248041796, 39.972542106315402 ], [ -75.224228044257401, 39.972560978881802 ], [ -75.224266696574105, 39.9728083931996 ], [ -75.224271535718103, 39.972831502194403 ], [ -75.224460154876297, 39.972812506105598 ], [ -75.224547908199398, 39.972804330930401 ], [ -75.224687389083996, 39.972791135743002 ], [ -75.224686430936103, 39.9727853771018 ], [ -75.224667209754799, 39.972676275719003 ], [ -75.224644248737107, 39.9725426866937 ], [ -75.224639393067704, 39.972518885386599 ], [ -75.224499586209504, 39.972533523936299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1816 W ERIE AVE", "addr_range": "1816-1818 W ERIE AVE", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 2781, "objectid": 6796, "Shape__Area": 441.0234375, "Shape__Length": 129.08899086691329 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158347048400898, 40.0096133134764 ], [ -75.158268011670401, 40.009969294171597 ], [ -75.158262504766199, 40.0099988142047 ], [ -75.158331118304304, 40.0100075522571 ], [ -75.158337231956295, 40.009977545853403 ], [ -75.158415514535605, 40.009622096814603 ], [ -75.158347048400898, 40.0096133134764 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4953 W STILES ST", "addr_range": "4941-4953 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 694, "objectid": 6797, "Shape__Area": 110.046875, "Shape__Length": 50.948037921859878 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221097213245997, 39.973070602645002 ], [ -75.221119476970898, 39.973206980168698 ], [ -75.221168560485395, 39.973202065707 ], [ -75.2211463569366, 39.973065736373002 ], [ -75.221097213245997, 39.973070602645002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4701 SANSOM ST", "addr_range": "4701 SANSOM ST", "zipcode": 19139, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1607, "objectid": 6798, "Shape__Area": 254.4921875, "Shape__Length": 92.717930279714608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215514205750296, 39.956831400312801 ], [ -75.215510036294404, 39.956851651002999 ], [ -75.215522690225399, 39.956853220788197 ], [ -75.215566457461804, 39.956858603492599 ], [ -75.215622583185805, 39.956586535532402 ], [ -75.215566115932603, 39.956579663137497 ], [ -75.215544097536295, 39.956686484136497 ], [ -75.215514205750296, 39.956831400312801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4900 W THOMPSON ST", "addr_range": "4901-4905 W STILES ST; 4900 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1138, "objectid": 6799, "Shape__Area": 180.23828125, "Shape__Length": 72.227932403972602 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2198429940007, 39.973344744887299 ], [ -75.219876202208297, 39.9735506139316 ], [ -75.219929050184206, 39.973545346909901 ], [ -75.219896724197795, 39.973339400028102 ], [ -75.2198429940007, 39.973344744887299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4943 W STILES ST", "addr_range": "4941-4953 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 718, "objectid": 6800, "Shape__Area": 113.7265625, "Shape__Length": 51.530018289507368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220849432386004, 39.9730944944992 ], [ -75.220873641494194, 39.973231544756402 ], [ -75.220923902292199, 39.973226527503002 ], [ -75.220899871807106, 39.973089174855701 ], [ -75.220849432386004, 39.9730944944992 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5555 BALTIMORE AVE", "addr_range": "5549-5557 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1535, "objectid": 6801, "Shape__Area": 242.9375, "Shape__Length": 88.974668277357921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235454164531603, 39.947272382146103 ], [ -75.235520089109698, 39.947280485634799 ], [ -75.2354105500755, 39.947023121613199 ], [ -75.235356779717193, 39.947036354283199 ], [ -75.235454164531603, 39.947272382146103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5539 BALTIMORE AVE", "addr_range": "5537-5539 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1291, "objectid": 6802, "Shape__Area": 204.390625, "Shape__Length": 75.213451121970138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2348502784467, 39.947374429490097 ], [ -75.234912923038706, 39.947381139647902 ], [ -75.234913929473294, 39.9473754548087 ], [ -75.234824272773395, 39.947169463908601 ], [ -75.234767944757607, 39.947183350210899 ], [ -75.2348502784467, 39.947374429490097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1430 W MAYFIELD ST", "addr_range": "1430 W MAYFIELD ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 749, "objectid": 6803, "Shape__Area": 118.80078125, "Shape__Length": 51.584578798269789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154506377545701, 39.9990172479026 ], [ -75.154559641153696, 39.999024223206703 ], [ -75.154591124506993, 39.998890367091803 ], [ -75.154538144263995, 39.998883091860598 ], [ -75.154506377545701, 39.9990172479026 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4903 W STILES ST", "addr_range": "4901-4905 W STILES ST; 4900 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 716, "objectid": 6804, "Shape__Area": 113.48046875, "Shape__Length": 51.471697572829115 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219863293245197, 39.973192959601903 ], [ -75.219887285620302, 39.973330117054999 ], [ -75.219937489983707, 39.973324921489102 ], [ -75.219913720879006, 39.973187960884303 ], [ -75.219863293245197, 39.973192959601903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4905 W STILES ST", "addr_range": "4901-4905 W STILES ST; 4900 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 707, "objectid": 6805, "Shape__Area": 112.078125, "Shape__Length": 51.284856516127569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219913720879006, 39.973187960884303 ], [ -75.219937489983707, 39.973324921489102 ], [ -75.219986609753903, 39.973320202043297 ], [ -75.219964280887496, 39.973183338077 ], [ -75.219922591220296, 39.9731871581535 ], [ -75.219913720879006, 39.973187960884303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4933 W STILES ST", "addr_range": "4933-4937 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 705, "objectid": 6806, "Shape__Area": 111.6640625, "Shape__Length": 51.289687389590242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220603387848101, 39.973119586384101 ], [ -75.220627390068898, 39.973256550152698 ], [ -75.220676781245103, 39.973251803959997 ], [ -75.220653079832005, 39.973114653119502 ], [ -75.220603387848101, 39.973119586384101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5010 PARRISH ST", "addr_range": "5010 PARRISH ST", "zipcode": 19139, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 896, "objectid": 6807, "Shape__Area": 141.9453125, "Shape__Length": 60.785254804097839 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220818413617593, 39.966814604910098 ], [ -75.220849816389702, 39.966982310837203 ], [ -75.220900734562903, 39.966976905438202 ], [ -75.220869995431997, 39.966808826726201 ], [ -75.220855186096699, 39.966810466276101 ], [ -75.220818413617593, 39.966814604910098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3014 W YORK ST", "addr_range": "2332 N 30TH ST; 3010-3014 W YORK ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1185, "objectid": 6808, "Shape__Area": 187.78515625, "Shape__Length": 76.053223391343977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181668682886794, 39.992675296399703 ], [ -75.181720655455393, 39.992681987895701 ], [ -75.181765175845896, 39.9924629339408 ], [ -75.181713734365303, 39.992456576004997 ], [ -75.181668682886794, 39.992675296399703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2544 N CORLIES ST", "addr_range": "2544-2546 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 733, "objectid": 6809, "Shape__Area": 116.328125, "Shape__Length": 51.739376272330951 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181262272875401, 39.995224324086998 ], [ -75.181439653793902, 39.995249022946901 ], [ -75.181448947278895, 39.9952099955173 ], [ -75.181271561226197, 39.995184877584997 ], [ -75.181262272875401, 39.995224324086998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4290 VIOLA ST", "addr_range": "4290 VIOLA ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1052, "objectid": 6810, "Shape__Area": 166.75390625, "Shape__Length": 67.798498290685004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212386736987199, 39.976514725155397 ], [ -75.212434377352807, 39.976532285863499 ], [ -75.212541377139701, 39.976359641323803 ], [ -75.212493516451502, 39.976339610646001 ], [ -75.212386736987199, 39.976514725155397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2502 W OAKDALE ST", "addr_range": "2500-2502 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 802, "objectid": 6811, "Shape__Area": 127.12890625, "Shape__Length": 58.683085813851143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172662626715905, 39.9955943793763 ], [ -75.172708847043097, 39.995600284422203 ], [ -75.172742834351993, 39.995437029875198 ], [ -75.172695485625894, 39.9954305174507 ], [ -75.172662626715905, 39.9955943793763 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2465 N 28TH ST", "addr_range": "2465 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 945, "objectid": 6812, "Shape__Area": 149.86328125, "Shape__Length": 63.662633364019698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177338437953495, 39.993576732324399 ], [ -75.177569217825706, 39.993607905923099 ], [ -75.1775775325887, 39.993568791953102 ], [ -75.177346722717701, 39.993537795195003 ], [ -75.177338437953495, 39.993576732324399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2451 SEYBERT ST", "addr_range": "2447-2451 SEYBERT ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 617, "objectid": 6813, "Shape__Area": 97.75, "Shape__Length": 45.926037968078816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176438551319393, 39.976181656184799 ], [ -75.176488463458895, 39.976187642796098 ], [ -75.176512609959502, 39.976070156221397 ], [ -75.176462447874798, 39.976063566642203 ], [ -75.176438551319393, 39.976181656184799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2142 N DOVER ST", "addr_range": "2132-2142 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 659, "objectid": 6814, "Shape__Area": 104.578125, "Shape__Length": 48.924584276599546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179842776713798, 39.9886771242302 ], [ -75.180010442665605, 39.988699464648803 ], [ -75.180018670749106, 39.988662556976699 ], [ -75.179851319010993, 39.988639127975098 ], [ -75.179842776713798, 39.9886771242302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1513 N MARSTON ST", "addr_range": "1509-1513 N MARSTON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1459, "objectid": 6815, "Shape__Area": 231.1328125, "Shape__Length": 76.565367861333385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179816712945097, 39.978972514138398 ], [ -75.180037733683506, 39.979001772309097 ], [ -75.180047904146804, 39.978953366197302 ], [ -75.180048436796099, 39.9789510201797 ], [ -75.179955426328803, 39.978938126023898 ], [ -75.179775425359693, 39.978915186155497 ], [ -75.179766353885896, 39.978957200761101 ], [ -75.1797647379599, 39.978965610647698 ], [ -75.179805354718297, 39.978970905537899 ], [ -75.179816712945097, 39.978972514138398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1511 N MARSTON ST", "addr_range": "1509-1513 N MARSTON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 744, "objectid": 6816, "Shape__Area": 117.921875, "Shape__Length": 55.480561300153454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1800580117267, 39.9789066525774 ], [ -75.179868434641094, 39.978881467526399 ], [ -75.179858382464801, 39.9788802260599 ], [ -75.179851321828906, 39.978916209286602 ], [ -75.179861814038603, 39.978917459707503 ], [ -75.180050097991298, 39.978941939149401 ], [ -75.1800580117267, 39.9789066525774 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2140 N DOVER ST", "addr_range": "2132-2142 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 682, "objectid": 6817, "Shape__Area": 108.22265625, "Shape__Length": 49.396286775757034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179851319010993, 39.988639127975098 ], [ -75.180018670749106, 39.988662556976699 ], [ -75.180027529521396, 39.9886234072953 ], [ -75.179859250495994, 39.988600650417403 ], [ -75.179856799449894, 39.988616666861297 ], [ -75.179851319010993, 39.988639127975098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5416 RIDGEWOOD ST", "addr_range": "5416-5418 RIDGEWOOD ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1118, "objectid": 6818, "Shape__Area": 176.9453125, "Shape__Length": 67.750305008512427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227484821341505, 39.942897499085198 ], [ -75.227493210010294, 39.942904486103998 ], [ -75.227651734153298, 39.943036686122397 ], [ -75.227693970271801, 39.943006908011398 ], [ -75.227536282877296, 39.942874145309702 ], [ -75.227528302195907, 39.9428674249517 ], [ -75.227484821341505, 39.942897499085198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1745 N 26TH ST", "addr_range": "1745-1749 N 26TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1018, "objectid": 6819, "Shape__Area": 161.3515625, "Shape__Length": 64.85779743581827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1767321249323, 39.982194804438201 ], [ -75.176965560477001, 39.982224073672597 ], [ -75.176974536901994, 39.982186263937201 ], [ -75.176975458731107, 39.982182367005102 ], [ -75.176742702641306, 39.982153468922 ], [ -75.1767391156516, 39.982167396526798 ], [ -75.1767321249323, 39.982194804438201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "602 CECIL B MOORE AVE", "addr_range": "1656-1658 N 6TH ST; 602-610 CECIL B MOORE AVE", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 778, "objectid": 6820, "Shape__Area": 123.28125, "Shape__Length": 55.842368478589407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145597044245093, 39.977009091889698 ], [ -75.145646476998706, 39.977014985571202 ], [ -75.145679063447403, 39.976862939820897 ], [ -75.145630879422498, 39.9768567366078 ], [ -75.145613814652094, 39.976932935236903 ], [ -75.145606338852701, 39.9769688911232 ], [ -75.145597044245093, 39.977009091889698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "608 CECIL B MOORE AVE", "addr_range": "1656-1658 N 6TH ST; 602-610 CECIL B MOORE AVE", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 783, "objectid": 6821, "Shape__Area": 124.140625, "Shape__Length": 56.256492906500227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145744997059097, 39.977029246442903 ], [ -75.145792993336798, 39.977035462464002 ], [ -75.145827448253698, 39.976881685871 ], [ -75.145778274001003, 39.976875589095002 ], [ -75.145744997059097, 39.977029246442903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2823 W CUMBERLAND ST", "addr_range": "2500-2502 N 28TH ST; 2823 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 743, "objectid": 6822, "Shape__Area": 117.8359375, "Shape__Length": 51.171686046289793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177940715853495, 39.9938675220384 ], [ -75.177911670415, 39.994000245180899 ], [ -75.1779642446444, 39.9940076789605 ], [ -75.177994607311803, 39.993875032174699 ], [ -75.177940715853495, 39.9938675220384 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5509 SPRUCE ST", "addr_range": "5509-5513 SPRUCE ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1822, "objectid": 6823, "Shape__Area": 288.46875, "Shape__Length": 88.880353308659551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232258279827306, 39.9557426118416 ], [ -75.232328404485997, 39.955750598334298 ], [ -75.232362121814703, 39.955586259564697 ], [ -75.232372917415006, 39.955533463844503 ], [ -75.232379448726206, 39.955502447125198 ], [ -75.232309290973404, 39.955493685976101 ], [ -75.232258279827306, 39.9557426118416 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "606 CECIL B MOORE AVE", "addr_range": "1656-1658 N 6TH ST; 602-610 CECIL B MOORE AVE", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 808, "objectid": 6824, "Shape__Area": 128.09765625, "Shape__Length": 56.521842987191484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145694170923306, 39.977022000285203 ], [ -75.145744997059097, 39.977029246442903 ], [ -75.145778274001003, 39.976875589095002 ], [ -75.145728824547703, 39.976869033739497 ], [ -75.145694170923306, 39.977022000285203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1716 JUDSON ST", "addr_range": "1714-1716 JUDSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1034, "objectid": 6825, "Shape__Area": 163.82421875, "Shape__Length": 66.106152734187674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172942206302096, 39.981536238966498 ], [ -75.173078262842793, 39.981689723590101 ], [ -75.173123469450204, 39.981666316692397 ], [ -75.172987128338093, 39.981512551825602 ], [ -75.172942206302096, 39.981536238966498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1838 S CONESTOGA ST", "addr_range": "1838 S CONESTOGA ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 943, "objectid": 6826, "Shape__Area": 149.19140625, "Shape__Length": 64.557701895520353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218986843813795, 39.9350073510548 ], [ -75.219020709907596, 39.935035824023402 ], [ -75.219195574531497, 39.934909953266498 ], [ -75.219161617659694, 39.934881623407399 ], [ -75.218986843813795, 39.9350073510548 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3719 MOUNT VERNON ST", "addr_range": "3719-3721 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 972, "objectid": 6827, "Shape__Area": 154.0625, "Shape__Length": 70.622791600882863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196883328275604, 39.964163113895303 ], [ -75.196914602404405, 39.964369784371698 ], [ -75.196958983992403, 39.964365365897102 ], [ -75.196929835788396, 39.964158611194399 ], [ -75.196883328275604, 39.964163113895303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "604 CECIL B MOORE AVE", "addr_range": "1656-1658 N 6TH ST; 602-610 CECIL B MOORE AVE", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 781, "objectid": 6828, "Shape__Area": 123.734375, "Shape__Length": 55.952694191774832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145646476998706, 39.977014985571202 ], [ -75.145694170923306, 39.977022000285203 ], [ -75.145728824547703, 39.976869033739497 ], [ -75.145679063447403, 39.976862939820897 ], [ -75.145646476998706, 39.977014985571202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3130 N STILLMAN ST", "addr_range": "3128-3130 N STILLMAN ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 661, "objectid": 6829, "Shape__Area": 104.875, "Shape__Length": 48.333215150411775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171508854616107, 40.003080804628397 ], [ -75.171672328077406, 40.003102336994303 ], [ -75.171681192659406, 40.003063735772898 ], [ -75.1715170808328, 40.003042479205703 ], [ -75.171508854616107, 40.003080804628397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "548 N 56TH ST", "addr_range": "548 N 56TH ST", "zipcode": 19131, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1344, "objectid": 6830, "Shape__Area": 212.859375, "Shape__Length": 77.241754915694486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232299820730802, 39.968655233070898 ], [ -75.232308552295393, 39.968701123169701 ], [ -75.232592624604706, 39.968670280796303 ], [ -75.232584482425096, 39.968625386640397 ], [ -75.232299820730802, 39.968655233070898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "211 N 60TH ST", "addr_range": "211-213 N 60TH ST", "zipcode": 19139, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1084, "objectid": 6831, "Shape__Area": 171.7109375, "Shape__Length": 68.017836177156511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239699165694006, 39.965359358085003 ], [ -75.239945798386302, 39.965391607873698 ], [ -75.239950861748795, 39.965367959435603 ], [ -75.239954832057705, 39.9653494921264 ], [ -75.2397082881796, 39.965317694793796 ], [ -75.239699165694006, 39.965359358085003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2918 N VAN PELT ST", "addr_range": "2918 N VAN PELT ST", "zipcode": 19132, "district": "8", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1355, "objectid": 6832, "Shape__Area": 214.9140625, "Shape__Length": 84.768863948116461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1660278799705, 39.999142184957499 ], [ -75.166018980894506, 39.999183283545797 ], [ -75.166341684700299, 39.9992266074619 ], [ -75.166347190859497, 39.999206936100499 ], [ -75.166350596411903, 39.999187942777503 ], [ -75.1660278799705, 39.999142184957499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "205 N 60TH ST", "addr_range": "205 N 60TH ST", "zipcode": 19139, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1131, "objectid": 6833, "Shape__Area": 179.1484375, "Shape__Length": 70.578783336590192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239725646277805, 39.965235140780202 ], [ -75.2399728527528, 39.965267726530698 ], [ -75.239982070606501, 39.96522575897 ], [ -75.239734372699203, 39.965193421069699 ], [ -75.239724383639697, 39.965192783564802 ], [ -75.239715375253795, 39.9652336096268 ], [ -75.239725368187294, 39.9652364240183 ], [ -75.239725646277805, 39.965235140780202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5110 BALTIMORE AVE", "addr_range": "5101-5117 MALCOLM ST; 5100-5112 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1464, "objectid": 6834, "Shape__Area": 231.828125, "Shape__Length": 73.502318676209356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225754566989806, 39.947483497791701 ], [ -75.225757334954196, 39.947676783187703 ], [ -75.225830756315005, 39.947677496055 ], [ -75.225826556856802, 39.947484420632598 ], [ -75.225826460311296, 39.947480244183197 ], [ -75.225754511988498, 39.947479337573299 ], [ -75.225754566989806, 39.947483497791701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "666 BROOKLYN ST", "addr_range": "666-672 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1240, "objectid": 6835, "Shape__Area": 192.5234375, "Shape__Length": 73.858707069041287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208103199666397, 39.9642005179956 ], [ -75.208108665933807, 39.964243130402402 ], [ -75.208383005683302, 39.9642230616641 ], [ -75.208376879116997, 39.964179628249603 ], [ -75.208103199666397, 39.9642005179956 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "728 S 51ST ST", "addr_range": "728-730; 736-738 S 51ST ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1119, "objectid": 6836, "Shape__Area": 177.1640625, "Shape__Length": 66.672123775188723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225485628283295, 39.947453706406201 ], [ -75.225481394445495, 39.9474566595025 ], [ -75.225307751832503, 39.947577828810303 ], [ -75.225348008957596, 39.947611566152297 ], [ -75.225521179396594, 39.947490660295301 ], [ -75.225524833900195, 39.9474881134119 ], [ -75.225485628283295, 39.947453706406201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "521 W YORK ST", "addr_range": "521-523 W YORK ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1654, "objectid": 6837, "Shape__Area": 262.1328125, "Shape__Length": 91.578701778200596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141988738792094, 39.987688633549901 ], [ -75.141929820289207, 39.9876801379095 ], [ -75.141872749786998, 39.987946029263703 ], [ -75.141932498363104, 39.987953657184498 ], [ -75.141988738792094, 39.987688633549901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "730 S 51ST ST", "addr_range": "728-730; 736-738 S 51ST ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1099, "objectid": 6838, "Shape__Area": 173.953125, "Shape__Length": 66.623526681690748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225268780657402, 39.947545021656502 ], [ -75.225307751832503, 39.947577828810303 ], [ -75.225481394445495, 39.9474566595025 ], [ -75.225485628283295, 39.947453706406201 ], [ -75.225446836782496, 39.947420001368101 ], [ -75.225442277567893, 39.947423204987501 ], [ -75.225268780657402, 39.947545021656502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5108 BALTIMORE AVE", "addr_range": "5101-5117 MALCOLM ST; 5100-5112 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1428, "objectid": 6839, "Shape__Area": 226.05078125, "Shape__Length": 72.190911670625823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225694885131702, 39.947482732234697 ], [ -75.225683298274504, 39.947490231241098 ], [ -75.225686239701901, 39.947676572862697 ], [ -75.225757334954196, 39.947676783187703 ], [ -75.225754566989806, 39.947483497791701 ], [ -75.225754511988498, 39.947479337573299 ], [ -75.225701257557603, 39.947478617053399 ], [ -75.225694885131702, 39.947482732234697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "523 W YORK ST", "addr_range": "521-523 W YORK ST", "zipcode": 19133, "district": "7", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1634, "objectid": 6840, "Shape__Area": 258.95703125, "Shape__Length": 91.384870614406864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141988738792094, 39.987688633549901 ], [ -75.141932476126698, 39.987953656679302 ], [ -75.141990675776398, 39.987961234055298 ], [ -75.142048110374901, 39.987695641055097 ], [ -75.141988738792094, 39.987688633549901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "649 N 55TH ST", "addr_range": "642-644 N SICKELS ST; 641-655 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 910, "objectid": 6841, "Shape__Area": 144.22265625, "Shape__Length": 59.803238938949484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230182424224793, 39.970230664673501 ], [ -75.230189612527894, 39.970271814263 ], [ -75.230401534997299, 39.9702484044983 ], [ -75.230394670899699, 39.970207003457801 ], [ -75.230182424224793, 39.970230664673501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5115 MALCOLM ST", "addr_range": "5101-5117 MALCOLM ST; 5100-5112 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1169, "objectid": 6842, "Shape__Area": 185.0859375, "Shape__Length": 65.986853899362302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225947561060096, 39.947481780014201 ], [ -75.225940858690507, 39.947476152663 ], [ -75.225834633573299, 39.9473870589946 ], [ -75.225707276173793, 39.9474744778678 ], [ -75.225701257557603, 39.947478617053399 ], [ -75.225754511988498, 39.947479337573299 ], [ -75.225826460311296, 39.947480244183197 ], [ -75.2258990408437, 39.947480487108699 ], [ -75.225947561060096, 39.947481780014201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3925 MOUNT VERNON ST", "addr_range": "3923-3925 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1082, "objectid": 6843, "Shape__Area": 171.453125, "Shape__Length": 72.059237734051592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200638190737294, 39.963744835517097 ], [ -75.200678885454195, 39.963951603217097 ], [ -75.200728541546994, 39.963946371554698 ], [ -75.200688927588999, 39.963739256674899 ], [ -75.200638190737294, 39.963744835517097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5001 KERSHAW ST", "addr_range": "5001 KERSHAW ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 923, "objectid": 6844, "Shape__Area": 146.30078125, "Shape__Length": 61.425992464969411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223046855781803, 39.974047871745 ], [ -75.223043656819499, 39.974048237384402 ], [ -75.223073062014194, 39.974217494154701 ], [ -75.223075860694493, 39.974217185472803 ], [ -75.223126180997994, 39.974211684716899 ], [ -75.2230953534322, 39.9740423795228 ], [ -75.223046855781803, 39.974047871745 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2011 W MADISON ST", "addr_range": "2011 W MADISON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 950, "objectid": 6845, "Shape__Area": 150.6484375, "Shape__Length": 60.718821530599101 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162867468779098, 40.003840843089101 ], [ -75.162837306914597, 40.003981067754097 ], [ -75.162893811467399, 40.0039884346848 ], [ -75.162926781554901, 40.003823981917897 ], [ -75.162872412062299, 40.003817838940201 ], [ -75.162867468779098, 40.003840843089101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1942 N LEITHGOW ST", "addr_range": "1932-1948 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "9", "parcelarea": 460, "objectid": 6846, "Shape__Area": 72.98828125, "Shape__Length": 39.607843093574544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141282657537204, 39.980853989782197 ], [ -75.141414013089999, 39.980872160543598 ], [ -75.141422452895696, 39.980839016352199 ], [ -75.141290196264805, 39.980820857553098 ], [ -75.141282657537204, 39.980853989782197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2650 W STERNER ST", "addr_range": "2650 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 625, "objectid": 6847, "Shape__Area": 99.1953125, "Shape__Length": 47.361841786348556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175199873570804, 39.997054787604696 ], [ -75.175248316262596, 39.997060661259297 ], [ -75.175274048241903, 39.996937020421399 ], [ -75.175226152157293, 39.996930513010703 ], [ -75.175199873570804, 39.997054787604696 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3623 MELON ST", "addr_range": "3617-3625 MELON ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 721, "objectid": 6848, "Shape__Area": 114.25390625, "Shape__Length": 57.445911481482639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195799594560199, 39.965419945534599 ], [ -75.195827008501197, 39.965583428972799 ], [ -75.195870124998606, 39.965578859300201 ], [ -75.1958680015982, 39.965566818732498 ], [ -75.195841350246198, 39.9654153464828 ], [ -75.195799594560199, 39.965419945534599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1912 N 21ST ST", "addr_range": "1910-1914 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1555, "objectid": 6849, "Shape__Area": 246.49609375, "Shape__Length": 90.312083454280312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168651060026704, 39.983531394776797 ], [ -75.168641701520897, 39.983574723096503 ], [ -75.168940378058807, 39.983614277109503 ], [ -75.168984795213703, 39.983620530731301 ], [ -75.168994279314802, 39.983577220530201 ], [ -75.168651060026704, 39.983531394776797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2012 N 22ND ST", "addr_range": "2005-2015 N CROSKEY ST; 2012-2014 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2761, "objectid": 6850, "Shape__Area": 437.59765625, "Shape__Length": 101.55036268639036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169892804765695, 39.985500060639701 ], [ -75.170245493232301, 39.985546805276996 ], [ -75.170260427841399, 39.9854719252425 ], [ -75.169909034455898, 39.985425354819597 ], [ -75.169892804765695, 39.985500060639701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1938 N 19TH ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1512, "objectid": 6851, "Shape__Area": 239.65625, "Shape__Length": 91.81672979223022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165083491458503, 39.983664346330698 ], [ -75.165436803421201, 39.983711989555303 ], [ -75.165440538362702, 39.983692021572303 ], [ -75.165444982547399, 39.983671052315003 ], [ -75.165092293094801, 39.983623584413301 ], [ -75.165083491458503, 39.983664346330698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2640 W SELTZER ST", "addr_range": "2638-2640 W SELTZER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 685, "objectid": 6852, "Shape__Area": 108.62109375, "Shape__Length": 48.856276963730764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174796343979196, 39.9977252319702 ], [ -75.174848836138096, 39.997732148997201 ], [ -75.174863781097798, 39.9976558820237 ], [ -75.1748747982368, 39.997605771612598 ], [ -75.1748225627138, 39.997599812722299 ], [ -75.174796343979196, 39.9977252319702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2427 N PATTON ST", "addr_range": "2425-2429 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 674, "objectid": 6853, "Shape__Area": 106.86328125, "Shape__Length": 50.297667135151805 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183449486221306, 39.993595474666698 ], [ -75.183623967766394, 39.993620235147297 ], [ -75.183631529849805, 39.993583183518297 ], [ -75.183457344384493, 39.993558898192298 ], [ -75.183449486221306, 39.993595474666698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1938 N LEITHGOW ST", "addr_range": "1932-1948 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "9", "parcelarea": 447, "objectid": 6854, "Shape__Area": 70.83203125, "Shape__Length": 39.474250850184248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141297465557997, 39.980788702214603 ], [ -75.141429560943706, 39.980807276317101 ], [ -75.141437916601404, 39.980775194319698 ], [ -75.141304447898506, 39.980756943110002 ], [ -75.141297465557997, 39.980788702214603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3420 N 17TH ST", "addr_range": "3418-3426 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 2066, "objectid": 6855, "Shape__Area": 327.66015625, "Shape__Length": 106.46141351941228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157016108105395, 40.005878821139802 ], [ -75.157424029179694, 40.005935313660203 ], [ -75.157434015544993, 40.005886244540697 ], [ -75.157026097079694, 40.005831317174803 ], [ -75.157016108105395, 40.005878821139802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2834 RIDGE AVE", "addr_range": "2834 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1109, "objectid": 6856, "Shape__Area": 175.76171875, "Shape__Length": 68.588880081209936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180471862175494, 39.986425836247697 ], [ -75.180493010400696, 39.986442365720997 ], [ -75.180495945291398, 39.9864406744558 ], [ -75.180663063462404, 39.986312830340999 ], [ -75.180666362057707, 39.986310937278098 ], [ -75.180671463773706, 39.986307360046098 ], [ -75.180671769394394, 39.986306495610599 ], [ -75.180631937153606, 39.986275331754598 ], [ -75.180572084061694, 39.986321400307901 ], [ -75.180552321673801, 39.986337528370001 ], [ -75.180528055340005, 39.986354653028002 ], [ -75.180506447695507, 39.986372432770999 ], [ -75.180492118368505, 39.986381767200101 ], [ -75.180456586454696, 39.986410310422897 ], [ -75.1804543710373, 39.986411839394599 ], [ -75.180471862175494, 39.986425836247697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4157-59 LANCASTER AVE", "addr_range": "4157-59 LANCASTER AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 10929, "objectid": 6857, "Shape__Area": 1730.71875, "Shape__Length": 207.56496095389281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.206685010826803, 39.966530057176499 ], [ -75.206694237539196, 39.966612109748603 ], [ -75.206958347230398, 39.966592512111198 ], [ -75.206962210382898, 39.966591726461999 ], [ -75.206954717456398, 39.966587063484504 ], [ -75.207229006716204, 39.966328538441203 ], [ -75.207230935050603, 39.966326824219102 ], [ -75.207168430113001, 39.9662874446065 ], [ -75.207122838498194, 39.966258515716198 ], [ -75.206989946685596, 39.966384721186301 ], [ -75.206978689711903, 39.966394932342801 ], [ -75.206944545891602, 39.966426173827799 ], [ -75.206940209979706, 39.966423385529701 ], [ -75.206901916914006, 39.966399244066103 ], [ -75.206858958172205, 39.966372178135202 ], [ -75.206814423413903, 39.966344109577598 ], [ -75.206770971935001, 39.966316726349703 ], [ -75.206739289604499, 39.966296761545799 ], [ -75.206729000258406, 39.966289602057103 ], [ -75.206666282571803, 39.966348773711204 ], [ -75.206663208382096, 39.966350849055402 ], [ -75.206666600349195, 39.9663885456416 ], [ -75.206669457373806, 39.966410505156801 ], [ -75.206685010826803, 39.966530057176499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5226 HESTON ST", "addr_range": "5226-5228 HESTON ST", "zipcode": 19131, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1140, "objectid": 6858, "Shape__Area": 180.640625, "Shape__Length": 73.214402357423609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2259989392047, 39.980042710253898 ], [ -75.225880054046996, 39.980234255085001 ], [ -75.225928151357905, 39.980251496648599 ], [ -75.226045851344793, 39.980060829405403 ], [ -75.2259989392047, 39.980042710253898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1113 W TIOGA ST", "addr_range": "1113 W TIOGA ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1258, "objectid": 6859, "Shape__Area": 199.52734375, "Shape__Length": 77.623244101231847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146934097971197, 40.005847297442699 ], [ -75.146988749864406, 40.005854307630798 ], [ -75.147036105997401, 40.00563223292 ], [ -75.146982541041695, 40.0056253284869 ], [ -75.146936183407405, 40.005838285871903 ], [ -75.146934097971197, 40.005847297442699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4742 PASCHALL AVE", "addr_range": "4742 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1050, "objectid": 6860, "Shape__Area": 166.15234375, "Shape__Length": 70.814689206385751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209458884951999, 39.940781421187701 ], [ -75.209639487088097, 39.940933284128398 ], [ -75.209676316059799, 39.940907334632001 ], [ -75.209495716384097, 39.940755468199903 ], [ -75.209458884951999, 39.940781421187701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1212 W ATLANTIC ST", "addr_range": "1208-1212 W ATLANTIC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1130, "objectid": 6861, "Shape__Area": 179.23046875, "Shape__Length": 68.717815240509069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148903029399605, 40.006070080526399 ], [ -75.148859843672398, 40.006259543353899 ], [ -75.148916844712801, 40.0062670572473 ], [ -75.148959570148094, 40.006077616410302 ], [ -75.148903029399605, 40.006070080526399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1818 S CONESTOGA ST", "addr_range": "1814-1820 S CONESTOGA ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1008, "objectid": 6862, "Shape__Area": 159.5234375, "Shape__Length": 65.306694311168329 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219523208043597, 39.935182365135503 ], [ -75.219348668704498, 39.935307953448898 ], [ -75.219384889019594, 39.935337929762198 ], [ -75.2195603818884, 39.935212571464199 ], [ -75.219523208043597, 39.935182365135503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1424 HANSON ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 597, "objectid": 6863, "Shape__Area": 94.59375, "Shape__Length": 47.168171253937018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211241387052596, 39.940336793901501 ], [ -75.211272343929096, 39.940362415268801 ], [ -75.211394652880898, 39.940277378308799 ], [ -75.211394869182996, 39.940277228123797 ], [ -75.211376867425898, 39.940261918088702 ], [ -75.211363823914894, 39.940250620037403 ], [ -75.211241387052596, 39.940336793901501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3120 N BROAD ST", "addr_range": "3114-3122 N BROAD ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1700, "objectid": 6864, "Shape__Area": 269.53515625, "Shape__Length": 89.496419356704223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153284172286902, 40.000631740172501 ], [ -75.153617621316201, 40.000672505625502 ], [ -75.153628508345307, 40.0006251501664 ], [ -75.153295867333796, 40.0005818882752 ], [ -75.153284172286902, 40.000631740172501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2447 N PATTON ST", "addr_range": "2447-2451 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 699, "objectid": 6865, "Shape__Area": 110.921875, "Shape__Length": 50.863986452742395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183366188921894, 39.993980582237498 ], [ -75.183540972546695, 39.994005124324701 ], [ -75.183549531103907, 39.993966660572298 ], [ -75.183373454571594, 39.993943041052503 ], [ -75.183366188921894, 39.993980582237498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1502 HANSON ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 663, "objectid": 6866, "Shape__Area": 105.43359375, "Shape__Length": 48.708893391943533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210935148527, 39.939924590778297 ], [ -75.210809712265302, 39.940010874378501 ], [ -75.210843779537896, 39.940040111976202 ], [ -75.210967991600697, 39.9399535426504 ], [ -75.210935148527, 39.939924590778297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1500 HANSON ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 697, "objectid": 6867, "Shape__Area": 110.07421875, "Shape__Length": 50.635289995576102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211009137758495, 39.939976618172899 ], [ -75.210975879549295, 39.939948156278803 ], [ -75.210843779537896, 39.940040111976202 ], [ -75.210854250108497, 39.940049688076201 ], [ -75.210866589491701, 39.940060185826702 ], [ -75.210878141618096, 39.940067631570301 ], [ -75.211009137758495, 39.939976618172899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1214 W ALLEGHENY AVE", "addr_range": "1214-1218 W ALLEGHENY AVE", "zipcode": 19133, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1185, "objectid": 6868, "Shape__Area": 187.87109375, "Shape__Length": 72.611566638367961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149703269692694, 40.000816646318 ], [ -75.149659942449006, 40.001020871157202 ], [ -75.149714910622805, 40.001027726012602 ], [ -75.149759108108597, 40.000823778559599 ], [ -75.149703269692694, 40.000816646318 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1425 S 49TH ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 857, "objectid": 6869, "Shape__Area": 128.70703125, "Shape__Length": 64.628437743371123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211692068848507, 39.940244731107903 ], [ -75.211662571975197, 39.940219786384397 ], [ -75.211479225596406, 39.940348328227003 ], [ -75.211505836696105, 39.940370903463098 ], [ -75.211692068848507, 39.940244731107903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1429 S 49TH ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 959, "objectid": 6870, "Shape__Area": 155.578125, "Shape__Length": 66.405342801383711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211413589667998, 39.9402910647064 ], [ -75.211445823244105, 39.940319766880201 ], [ -75.211628956050305, 39.9401913645249 ], [ -75.211593957112697, 39.940161801110399 ], [ -75.211413589667998, 39.9402910647064 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1431 S 49TH ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 1029, "objectid": 6871, "Shape__Area": 162.765625, "Shape__Length": 67.086107806562737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211593957112697, 39.940161801110399 ], [ -75.211560216791597, 39.940133295386197 ], [ -75.211376867425898, 39.940261918088702 ], [ -75.211414350840101, 39.940293343070103 ], [ -75.211593957112697, 39.940161801110399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1433 S 49TH ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 933, "objectid": 6872, "Shape__Area": 140.66015625, "Shape__Length": 65.4452886762557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211560216791597, 39.940133295386197 ], [ -75.211529543283007, 39.940107357809197 ], [ -75.211346542879298, 39.940235600755202 ], [ -75.211376867425898, 39.940261918088702 ], [ -75.211560216791597, 39.940133295386197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1435 S 49TH ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 925, "objectid": 6873, "Shape__Area": 153.546875, "Shape__Length": 66.286505512114573 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211495802982299, 39.940078852966302 ], [ -75.211313369861003, 39.940207075978499 ], [ -75.211346542879298, 39.940235600755202 ], [ -75.211529543283007, 39.940107357809197 ], [ -75.211495802982299, 39.940078852966302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1437 S 49TH ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 1006, "objectid": 6874, "Shape__Area": 159.29296875, "Shape__Length": 66.65077256485371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211495802982299, 39.940078852966302 ], [ -75.211461865923098, 39.940048941797897 ], [ -75.211279216281596, 39.940176757215099 ], [ -75.211313369861003, 39.940207075978499 ], [ -75.211495802982299, 39.940078852966302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1439-41 S 49TH ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 1883, "objectid": 6875, "Shape__Area": 298.05859375, "Shape__Length": 76.666735072582739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211461865923098, 39.940048941797897 ], [ -75.211395844877501, 39.939994381754097 ], [ -75.211213242180193, 39.940121473698802 ], [ -75.211279216281596, 39.940176757215099 ], [ -75.211461865923098, 39.940048941797897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1423 S 49TH ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 889, "objectid": 6876, "Shape__Area": 147.703125, "Shape__Length": 66.01896899075426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211722743052704, 39.940270653337002 ], [ -75.211692068848507, 39.940244731107903 ], [ -75.211505836696105, 39.940370903463098 ], [ -75.211539510325096, 39.940399505033398 ], [ -75.211722743052704, 39.940270653337002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1419 S 49TH ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 1188, "objectid": 6877, "Shape__Area": 188.00390625, "Shape__Length": 68.960184874590141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211796393408804, 39.940332876555502 ], [ -75.211756461927706, 39.940299141416702 ], [ -75.211570161706902, 39.940425474550899 ], [ -75.211612144437694, 39.940461044543099 ], [ -75.211796393408804, 39.940332876555502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1421 S 49TH ST", "addr_range": "1418-1426 HANSON ST; 4829-4833 PASCHALL AVE; 1419-1425, 1429-1441 S 49TH ST; 4822 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "19", "parcelarea": 933, "objectid": 6878, "Shape__Area": 147.68359375, "Shape__Length": 66.034663680457697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211756461927706, 39.940299141416702 ], [ -75.211722743052704, 39.940270653337002 ], [ -75.211539510325096, 39.940399505033398 ], [ -75.211570161706902, 39.940425474550899 ], [ -75.211756461927706, 39.940299141416702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3727 N CARLISLE ST", "addr_range": "3727 N CARLISLE ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1168, "objectid": 6879, "Shape__Area": 185.30078125, "Shape__Length": 75.318505095803388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151603921590706, 40.010118206580898 ], [ -75.151886605137506, 40.010152878701398 ], [ -75.151895252953395, 40.010113708899802 ], [ -75.151613241471694, 40.010078472651998 ], [ -75.151603921590706, 40.010118206580898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3819 MOUNT VERNON ST", "addr_range": "3817-3819 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1141, "objectid": 6880, "Shape__Area": 180.76953125, "Shape__Length": 73.928505601238555 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198252027882404, 39.964017843584202 ], [ -75.198281429207398, 39.964194927059303 ], [ -75.198287759759495, 39.964230482791201 ], [ -75.198340750086402, 39.964225745274199 ], [ -75.198334112134901, 39.964189425864298 ], [ -75.198302095828794, 39.964012783406297 ], [ -75.198252027882404, 39.964017843584202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4949 W STILES ST", "addr_range": "4941-4953 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 685, "objectid": 6881, "Shape__Area": 108.63671875, "Shape__Length": 50.939795117442685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220998671830699, 39.973079262744797 ], [ -75.221021501222197, 39.973216766393399 ], [ -75.221069573692901, 39.973211957633403 ], [ -75.221047310703398, 39.973075562995 ], [ -75.220998671830699, 39.973079262744797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4951 W STILES ST", "addr_range": "4941-4953 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 706, "objectid": 6882, "Shape__Area": 111.84765625, "Shape__Length": 51.135477451437417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221047310703398, 39.973075562995 ], [ -75.221069573692901, 39.973211957633403 ], [ -75.221119476970898, 39.973206980168698 ], [ -75.221097213245997, 39.973070602645002 ], [ -75.221047310703398, 39.973075562995 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4947 W STILES ST", "addr_range": "4941-4953 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 727, "objectid": 6883, "Shape__Area": 115.23046875, "Shape__Length": 51.716770647107374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220947442751296, 39.973084372213997 ], [ -75.220970777000105, 39.973221838347698 ], [ -75.221021501222197, 39.973216766393399 ], [ -75.220998671830699, 39.973079262744797 ], [ -75.220947442751296, 39.973084372213997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5443 BALTIMORE AVE", "addr_range": "5443 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1798, "objectid": 6884, "Shape__Area": 284.59765625, "Shape__Length": 85.382606393152116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233252952543396, 39.947562698326102 ], [ -75.233350518421801, 39.947794831676198 ], [ -75.233398093261201, 39.947784865261298 ], [ -75.233406256723796, 39.9477425867234 ], [ -75.233323059070798, 39.947545504761102 ], [ -75.233252952543396, 39.947562698326102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4901 W STILES ST", "addr_range": "4901-4905 W STILES ST; 4900 W THOMPSON ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 641, "objectid": 6885, "Shape__Area": 101.54296875, "Shape__Length": 50.310418182281431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219887285620302, 39.973330117054999 ], [ -75.219863293245197, 39.973192959601903 ], [ -75.219819215963696, 39.973197339676602 ], [ -75.219841377960194, 39.973334714468599 ], [ -75.219887285620302, 39.973330117054999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "539 S REDFIELD ST", "addr_range": "539 S REDFIELD ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 940, "objectid": 6886, "Shape__Area": 148.9453125, "Shape__Length": 61.403552319045332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241040572527695, 39.952918052191599 ], [ -75.241031744155407, 39.952959173274301 ], [ -75.241250810830905, 39.952984645637301 ], [ -75.241259550070097, 39.952943683869201 ], [ -75.241040572527695, 39.952918052191599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4935 W STILES ST", "addr_range": "4933-4937 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 695, "objectid": 6887, "Shape__Area": 110.1796875, "Shape__Length": 51.129892332400196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220653079832005, 39.973114653119502 ], [ -75.220676781245103, 39.973251803959997 ], [ -75.220725915965403, 39.9732466484461 ], [ -75.220701677673802, 39.973109823658802 ], [ -75.220653079832005, 39.973114653119502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3635 N 19TH ST", "addr_range": "3633-3635 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1450, "objectid": 6888, "Shape__Area": 229.96484375, "Shape__Length": 88.1235005564413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158835320050699, 40.009782486941099 ], [ -75.159172154067903, 40.009826469617799 ], [ -75.159180720764198, 40.0097854450431 ], [ -75.158844373645294, 40.009741358946599 ], [ -75.158835320050699, 40.009782486941099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4937 W STILES ST", "addr_range": "4933-4937 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 700, "objectid": 6889, "Shape__Area": 110.9140625, "Shape__Length": 51.164526849312104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220701677673802, 39.973109823658802 ], [ -75.220725915965403, 39.9732466484461 ], [ -75.220775064533299, 39.973241686931203 ], [ -75.220751076508805, 39.973104931643597 ], [ -75.220701677673802, 39.973109823658802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5557 BALTIMORE AVE", "addr_range": "5549-5557 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1697, "objectid": 6890, "Shape__Area": 268.6171875, "Shape__Length": 95.914070327642548 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235520089109698, 39.947280485634799 ], [ -75.235584964539697, 39.947288565187002 ], [ -75.235466828290399, 39.947008865402402 ], [ -75.235446764070403, 39.9470139540758 ], [ -75.2354105500755, 39.947023121613199 ], [ -75.235520089109698, 39.947280485634799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3018 N 15TH ST", "addr_range": "3016-3018 N 15TH ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1564, "objectid": 6891, "Shape__Area": 247.98046875, "Shape__Length": 91.881048777902478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155199306951005, 39.999260219989999 ], [ -75.155519699171293, 39.999303038369597 ], [ -75.155550708472106, 39.999307189209098 ], [ -75.155559734346696, 39.999264594861401 ], [ -75.155528891764604, 39.999260496446901 ], [ -75.155208551870501, 39.999217969398998 ], [ -75.155199306951005, 39.999260219989999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3817 MOUNT VERNON ST", "addr_range": "3817-3819 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1129, "objectid": 6892, "Shape__Area": 178.83984375, "Shape__Length": 73.745505898936969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198200603943604, 39.964023840361598 ], [ -75.198236587839105, 39.9642359382824 ], [ -75.198287759759495, 39.964230482791201 ], [ -75.198281429207398, 39.964194927059303 ], [ -75.198252027882404, 39.964017843584202 ], [ -75.198200603943604, 39.964023840361598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1449 W INDIANA AVE", "addr_range": "1449 W INDIANA AVE", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 950, "objectid": 6893, "Shape__Area": 150.6796875, "Shape__Length": 60.634321439871876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155031023627103, 39.9989414976367 ], [ -75.1550873589335, 39.998949333227301 ], [ -75.155087586884704, 39.998948273377003 ], [ -75.155109347667704, 39.998846146555302 ], [ -75.155122118887604, 39.998791144287303 ], [ -75.155123221058901, 39.998786429847897 ], [ -75.155067820660406, 39.998778842462201 ], [ -75.155031023627103, 39.9989414976367 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3633 N 19TH ST", "addr_range": "3633-3635 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1440, "objectid": 6894, "Shape__Area": 228.42578125, "Shape__Length": 88.01501016270042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158844373645294, 40.009741358946599 ], [ -75.159180720764198, 40.0097854450431 ], [ -75.159189647209899, 40.009744879995097 ], [ -75.158853233827202, 40.009700324797301 ], [ -75.158844373645294, 40.009741358946599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "549 S REDFIELD ST", "addr_range": "549 S REDFIELD ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 943, "objectid": 6895, "Shape__Area": 149.26953125, "Shape__Length": 61.493649524408511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241083059957802, 39.9527146675767 ], [ -75.241075016948599, 39.952756112175898 ], [ -75.2412940064319, 39.952782484677002 ], [ -75.241302425001294, 39.952741677171801 ], [ -75.241083059957802, 39.9527146675767 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1417 W INDIANA AVE", "addr_range": "1411-1417 W INDIANA AVE", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 920, "objectid": 6896, "Shape__Area": 145.8359375, "Shape__Length": 59.817988406065496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154157532982694, 39.998820129932398 ], [ -75.154211663113301, 39.998827479097301 ], [ -75.154248194050794, 39.998666348954501 ], [ -75.1541938396457, 39.998658832549197 ], [ -75.154157532982694, 39.998820129932398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5537 BALTIMORE AVE", "addr_range": "5537-5539 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1161, "objectid": 6897, "Shape__Area": 183.828125, "Shape__Length": 69.345390696845229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234784524981293, 39.947367426781398 ], [ -75.2348502784467, 39.947374429490097 ], [ -75.234767944757607, 39.947183350210899 ], [ -75.234710743160505, 39.947197085785 ], [ -75.234784524981293, 39.947367426781398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4945 W STILES ST", "addr_range": "4941-4953 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 673, "objectid": 6898, "Shape__Area": 106.73828125, "Shape__Length": 50.870665522961019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220899871807106, 39.973089174855701 ], [ -75.220923902292199, 39.973226527503002 ], [ -75.220970777000105, 39.973221838347698 ], [ -75.220947442751296, 39.973084372213997 ], [ -75.220899871807106, 39.973089174855701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5553 BALTIMORE AVE", "addr_range": "5549-5557 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1416, "objectid": 6899, "Shape__Area": 224.16015625, "Shape__Length": 82.428579345235306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235389981005497, 39.947264269934401 ], [ -75.235454164531603, 39.947272382146103 ], [ -75.235356779717193, 39.947036354283199 ], [ -75.235342680198201, 39.947039881628498 ], [ -75.235300149441699, 39.947050506316501 ], [ -75.235389981005497, 39.947264269934401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3016 N 15TH ST", "addr_range": "3016-3018 N 15TH ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1600, "objectid": 6900, "Shape__Area": 253.73828125, "Shape__Length": 92.120653422958881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155569673717096, 39.999221149874799 ], [ -75.155538286887705, 39.999217007626399 ], [ -75.155218714106496, 39.999174706976 ], [ -75.155208551870501, 39.999217969398998 ], [ -75.155528891764604, 39.999260496446901 ], [ -75.155559734346696, 39.999264594861401 ], [ -75.155569673717096, 39.999221149874799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5551 BALTIMORE AVE", "addr_range": "5549-5557 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1298, "objectid": 6901, "Shape__Area": 205.421875, "Shape__Length": 79.640788882277207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235244361551494, 39.947065081337001 ], [ -75.235330514275006, 39.947273008793999 ], [ -75.235332930932998, 39.947256925844599 ], [ -75.235389981005497, 39.947264269934401 ], [ -75.235300149441699, 39.947050506316501 ], [ -75.235244361551494, 39.947065081337001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4941 W STILES ST", "addr_range": "4941-4953 W STILES ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 714, "objectid": 6902, "Shape__Area": 113.19140625, "Shape__Length": 51.448963232607284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220799781951797, 39.973099444981997 ], [ -75.220822917250004, 39.973236616645401 ], [ -75.220873641494194, 39.973231544756402 ], [ -75.220849432386004, 39.9730944944992 ], [ -75.220799781951797, 39.973099444981997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1614 ST PAUL ST", "addr_range": "1614 ST PAUL ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1005, "objectid": 6903, "Shape__Area": 159.50390625, "Shape__Length": 67.927312736866725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153284919736507, 40.019285697666803 ], [ -75.153243437091703, 40.0194778269341 ], [ -75.153293776526397, 40.019484429985603 ], [ -75.153334355421606, 40.019291812638102 ], [ -75.153284919736507, 40.019285697666803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6710 WOOLSTON AVE", "addr_range": "6710 WOOLSTON AVE", "zipcode": 19138, "district": "9", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1137, "objectid": 6904, "Shape__Area": 180.59375, "Shape__Length": 68.273041919367529 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153743211654799, 40.055947166993903 ], [ -75.153772455522201, 40.055985501113497 ], [ -75.153985673626096, 40.0558883763713 ], [ -75.153955140766797, 40.055849192356099 ], [ -75.153743211654799, 40.055947166993903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2171 E WILLIAM ST", "addr_range": "2165-2171 E WILLIAM ST", "zipcode": 19134, "district": "1", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 902, "objectid": 6905, "Shape__Area": 142.8515625, "Shape__Length": 64.894144892190695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116090463772196, 39.987370633361003 ], [ -75.116116198854897, 39.987400917393103 ], [ -75.116319108403204, 39.987296392318697 ], [ -75.116292970283197, 39.987266260368898 ], [ -75.116090463772196, 39.987370633361003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "107 N 63RD ST", "addr_range": "103-107 N 63RD ST", "zipcode": 19139, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 2815, "objectid": 6906, "Shape__Area": 445.8203125, "Shape__Length": 109.48568203756122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245783812242706, 39.964569465270799 ], [ -75.246181137863502, 39.964617919761103 ], [ -75.246195856147907, 39.964550507071202 ], [ -75.2457985644063, 39.964501683956101 ], [ -75.245783812242706, 39.964569465270799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1469 N 59TH ST", "addr_range": "1469 N 59TH ST", "zipcode": 19131, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1249, "objectid": 6907, "Shape__Area": 197.6328125, "Shape__Length": 71.134198468516814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2378973098578, 39.974474111084902 ], [ -75.237905989509002, 39.974520386941997 ], [ -75.237912743607595, 39.974519647317301 ], [ -75.238160996164495, 39.974492536750702 ], [ -75.238153297628102, 39.974451425266103 ], [ -75.238152073240499, 39.974444886080398 ], [ -75.237904001929493, 39.974473338568103 ], [ -75.2378973098578, 39.974474111084902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6153 CALLOWHILL ST", "addr_range": "6153 CALLOWHILL ST", "zipcode": 19151, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1269, "objectid": 6908, "Shape__Area": 201.078125, "Shape__Length": 75.60316086152082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2432030708719, 39.968865421353499 ], [ -75.243260351203006, 39.968872716587001 ], [ -75.243303117522501, 39.968665290892702 ], [ -75.2433036771844, 39.968662627170701 ], [ -75.243304366526701, 39.968659273418297 ], [ -75.243248155219206, 39.968651985339399 ], [ -75.2432030708719, 39.968865421353499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1413 N 8TH ST", "addr_range": "1411-1413 N 8TH ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1247, "objectid": 6909, "Shape__Area": 197.37890625, "Shape__Length": 71.090669143284686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148935057296299, 39.973609151625602 ], [ -75.148946225581, 39.973610726575501 ], [ -75.149188631705698, 39.973643254270002 ], [ -75.149198480323705, 39.9735967136304 ], [ -75.148944922183901, 39.973562159961503 ], [ -75.148935057296299, 39.973609151625602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3910 WALLACE ST", "addr_range": "3908-3912 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1217, "objectid": 6910, "Shape__Area": 190.66015625, "Shape__Length": 77.113988584370446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200325355996199, 39.964048719177498 ], [ -75.200358912683498, 39.964222396637901 ], [ -75.200411462532003, 39.964216536539404 ], [ -75.200367965402904, 39.963998502454999 ], [ -75.2003603514096, 39.963999268501198 ], [ -75.200357750642098, 39.9639943741103 ], [ -75.2003157704996, 39.963998809412502 ], [ -75.200325355996199, 39.964048719177498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1529 N 6TH ST", "addr_range": "1523-1533 N 6TH ST", "zipcode": 19122, "district": "7", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1680, "objectid": 6911, "Shape__Area": 227.97265625, "Shape__Length": 95.339917608162978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145227700286299, 39.974916078633399 ], [ -75.145601791940194, 39.974959630096301 ], [ -75.145608928325103, 39.974921555416699 ], [ -75.145273538466, 39.974882331568601 ], [ -75.145271356751493, 39.974894453045003 ], [ -75.145233000374603, 39.974890407199503 ], [ -75.145227700286299, 39.974916078633399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3250 N 15TH ST", "addr_range": "3248-3250 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1293, "objectid": 6912, "Shape__Area": 205.09375, "Shape__Length": 76.521368607503462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154349102164105, 40.003207037630801 ], [ -75.154339849609798, 40.0032505935731 ], [ -75.154621912572793, 40.003287051192999 ], [ -75.154630744556002, 40.003242968539702 ], [ -75.154349102164105, 40.003207037630801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6026 VINE ST", "addr_range": "6026 VINE ST", "zipcode": 19139, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1161, "objectid": 6913, "Shape__Area": 183.87109375, "Shape__Length": 70.580882031137975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240658795407299, 39.966583665772603 ], [ -75.240715761170605, 39.966590891474397 ], [ -75.240716759300994, 39.966585996581102 ], [ -75.240755837465102, 39.966394045779701 ], [ -75.240700165213497, 39.966386993442399 ], [ -75.240658795407299, 39.966583665772603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1644 N MARSHALL ST", "addr_range": "1644 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1270, "objectid": 6914, "Shape__Area": 201.3046875, "Shape__Length": 79.12958171870558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146249792165506, 39.976787279860702 ], [ -75.146547677789897, 39.976822361052001 ], [ -75.146555710661403, 39.976781146780802 ], [ -75.1462573568366, 39.9767467965235 ], [ -75.146249792165506, 39.976787279860702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2167 E WILLIAM ST", "addr_range": "2165-2171 E WILLIAM ST", "zipcode": 19134, "district": "1", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 857, "objectid": 6915, "Shape__Area": 135.7109375, "Shape__Length": 65.486730119844907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116141199308402, 39.9874301195429 ], [ -75.116136837203797, 39.987431809785797 ], [ -75.116161540084804, 39.987459473350903 ], [ -75.116368579359701, 39.9873533021672 ], [ -75.116344907014394, 39.987324435993301 ], [ -75.116141199308402, 39.9874301195429 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1658 N 6TH ST", "addr_range": "1656-1658 N 6TH ST; 602-610 CECIL B MOORE AVE", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 742, "objectid": 6916, "Shape__Area": 117.625, "Shape__Length": 51.790498724274919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145428951419305, 39.9769458914569 ], [ -75.145419958901698, 39.976985358428202 ], [ -75.145597044245093, 39.977009091889698 ], [ -75.145606338852701, 39.9769688911232 ], [ -75.145428951419305, 39.9769458914569 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "134 N SALFORD ST", "addr_range": "134 N SALFORD ST", "zipcode": 19139, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1037, "objectid": 6917, "Shape__Area": 164.33203125, "Shape__Length": 63.701426693813957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239648158886595, 39.964282107670002 ], [ -75.239871917613698, 39.964310230738 ], [ -75.239881530084304, 39.964266644624097 ], [ -75.239655631712907, 39.964237458437097 ], [ -75.239653965826093, 39.964247399595003 ], [ -75.239648158886595, 39.964282107670002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2175-77 E WILLIAM ST", "addr_range": "2175-77 E WILLIAM ST", "zipcode": 19134, "district": "1", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1757, "objectid": 6918, "Shape__Area": 277.4609375, "Shape__Length": 74.577445182588093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116205394531093, 39.987180313471498 ], [ -75.116016224547593, 39.987284492303402 ], [ -75.116065146418705, 39.987339908393999 ], [ -75.116066213613095, 39.987342624261899 ], [ -75.116265674975097, 39.987236246923999 ], [ -75.116212247014204, 39.987176536824997 ], [ -75.116205394531093, 39.987180313471498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1527 N 6TH ST", "addr_range": "1523-1533 N 6TH ST", "zipcode": 19122, "district": "7", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1556, "objectid": 6919, "Shape__Area": 273.6171875, "Shape__Length": 90.07252658966388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145273538466, 39.974882331568601 ], [ -75.145608928325103, 39.974921555416699 ], [ -75.145618381327296, 39.974872298478097 ], [ -75.1452824952854, 39.974832918325099 ], [ -75.145273538466, 39.974882331568601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3248 N 15TH ST", "addr_range": "3248-3250 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1267, "objectid": 6920, "Shape__Area": 200.89453125, "Shape__Length": 76.218925765511656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154358538398199, 40.003164162505499 ], [ -75.154349102164105, 40.003207037630801 ], [ -75.154630744556002, 40.003242968539702 ], [ -75.154640285971794, 40.003200095773103 ], [ -75.154358538398199, 40.003164162505499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "322 N 61ST ST", "addr_range": "322 N 61ST ST", "zipcode": 19139, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1035, "objectid": 6921, "Shape__Area": 164.01171875, "Shape__Length": 67.9762759168798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241748119567404, 39.967462877681797 ], [ -75.241854591212501, 39.967475779145502 ], [ -75.241998186387505, 39.967493747340797 ], [ -75.242005799687604, 39.967453760991503 ], [ -75.241756618538403, 39.9674233278663 ], [ -75.241748119567404, 39.967462877681797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6119 VINE ST", "addr_range": "6119-6121 VINE ST", "zipcode": 19139, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1065, "objectid": 6922, "Shape__Area": 168.5390625, "Shape__Length": 66.004614793627155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242491085057196, 39.967024950175997 ], [ -75.242460345024597, 39.967165355875999 ], [ -75.242455814048, 39.967188210554497 ], [ -75.242452147258703, 39.967205830428398 ], [ -75.242507507654295, 39.967213422885699 ], [ -75.242547078381804, 39.9670313166828 ], [ -75.242491085057196, 39.967024950175997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "340 N ROBINSON ST", "addr_range": "340 N ROBINSON ST", "zipcode": 19139, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1029, "objectid": 6923, "Shape__Area": 163.03125, "Shape__Length": 66.298874383308586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242311632026301, 39.967869458345803 ], [ -75.242552073934704, 39.967899440663402 ], [ -75.242560930562206, 39.967858723718898 ], [ -75.242320075898405, 39.967828538682497 ], [ -75.242311632026301, 39.967869458345803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1523 N 6TH ST", "addr_range": "1523-1533 N 6TH ST", "zipcode": 19122, "district": "7", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1524, "objectid": 6924, "Shape__Area": 241.109375, "Shape__Length": 88.168549159976024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145635124359899, 39.974785356883501 ], [ -75.145355583717304, 39.9747518824569 ], [ -75.145353745510704, 39.974755015932999 ], [ -75.145299289345601, 39.974749024281799 ], [ -75.145291725054705, 39.974789458018499 ], [ -75.145625873965599, 39.974829330326799 ], [ -75.145635124359899, 39.974785356883501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5458 DELANCEY ST", "addr_range": "5458 DELANCEY ST", "zipcode": 19143, "district": "3", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 951, "objectid": 6925, "Shape__Area": 150.6796875, "Shape__Length": 62.356706358071889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231568683939201, 39.954678355367598 ], [ -75.231620696093998, 39.954685041899197 ], [ -75.231657917582993, 39.954513751558103 ], [ -75.231603916905598, 39.954507084457198 ], [ -75.231568683939201, 39.954678355367598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1530 N 7TH ST", "addr_range": "1530 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1843, "objectid": 6926, "Shape__Area": 285.79296875, "Shape__Length": 74.943854910500164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147330146327803, 39.975305509477302 ], [ -75.147568358492904, 39.975329530717602 ], [ -75.147572756717096, 39.975307690606201 ], [ -75.147582560503693, 39.9752590541869 ], [ -75.147343946295194, 39.975230799866203 ], [ -75.147330146327803, 39.975305509477302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "105 N 63RD ST", "addr_range": "103-107 N 63RD ST", "zipcode": 19139, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 2813, "objectid": 6927, "Shape__Area": 440.75390625, "Shape__Length": 109.14584621694593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2457985644063, 39.964501683956101 ], [ -75.246195856147907, 39.964550507071202 ], [ -75.246208568535906, 39.964482937983497 ], [ -75.245812458966199, 39.9644350588161 ], [ -75.2457985644063, 39.964501683956101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "213 N 60TH ST", "addr_range": "211-213 N 60TH ST", "zipcode": 19139, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1109, "objectid": 6928, "Shape__Area": 175.7109375, "Shape__Length": 68.36394136578258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239690096189705, 39.965402375827502 ], [ -75.239937285524306, 39.965434332372801 ], [ -75.239945798386302, 39.965391607873698 ], [ -75.239699165694006, 39.965359358085003 ], [ -75.239690096189705, 39.965402375827502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1322 N 7TH ST", "addr_range": "1322 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1360, "objectid": 6929, "Shape__Area": 213.73046875, "Shape__Length": 76.804374380427745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147858403042605, 39.972497065624303 ], [ -75.148139234975901, 39.972533239451003 ], [ -75.148147136395806, 39.972486154669298 ], [ -75.147866876968095, 39.972451976986903 ], [ -75.147858403042605, 39.972497065624303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6023 LANSDOWNE AVE", "addr_range": "6023 LANSDOWNE AVE", "zipcode": 19151, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1570, "objectid": 6930, "Shape__Area": 248.484375, "Shape__Length": 89.524524515686565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241189937289903, 39.975903271484903 ], [ -75.241237758001802, 39.9761640164865 ], [ -75.241296142905895, 39.976158023642398 ], [ -75.241247132592093, 39.975897139138297 ], [ -75.241189937289903, 39.975903271484903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1832 N 21ST ST", "addr_range": "1828-1832 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1358, "objectid": 6931, "Shape__Area": 215.27734375, "Shape__Length": 80.408221366855557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168877189522306, 39.9825073746578 ], [ -75.168867458106305, 39.982550599096498 ], [ -75.1688781024381, 39.9825517404065 ], [ -75.169166732332101, 39.982590891378798 ], [ -75.169176466087805, 39.982547569662103 ], [ -75.168890911845594, 39.982509133909502 ], [ -75.168877189522306, 39.9825073746578 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3930 WALLACE ST", "addr_range": "3930 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1166, "objectid": 6932, "Shape__Area": 184.69140625, "Shape__Length": 75.668409467001538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2008359775635, 39.963945519481697 ], [ -75.200876370159804, 39.9641642898806 ], [ -75.200928175436502, 39.964158735564801 ], [ -75.200886660325096, 39.963940293442498 ], [ -75.2008359775635, 39.963945519481697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2719 W GLENWOOD AVE", "addr_range": "2719 W GLENWOOD AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 927, "objectid": 6933, "Shape__Area": 146.98046875, "Shape__Length": 61.535577914569139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179361539762098, 39.985027474545703 ], [ -75.179508255293101, 39.985155736229402 ], [ -75.179548952844101, 39.985129099305396 ], [ -75.179400763857203, 39.985000464990797 ], [ -75.179361539762098, 39.985027474545703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4152 LEIDY AVE", "addr_range": "4152-4154 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1726, "objectid": 6934, "Shape__Area": 273.51171875, "Shape__Length": 84.225866198233945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209003303083193, 39.9745602148069 ], [ -75.209066877190395, 39.974584142174599 ], [ -75.209205684890605, 39.9743617514807 ], [ -75.2091163814232, 39.974372024172702 ], [ -75.2090001630161, 39.974559034339997 ], [ -75.209003303083193, 39.9745602148069 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4243 MANTUA AVE", "addr_range": "4243 MANTUA AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1575, "objectid": 6935, "Shape__Area": 249.46484375, "Shape__Length": 91.296212486536831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209730175412403, 39.972270270501802 ], [ -75.209784480286501, 39.9722848849851 ], [ -75.209898578305499, 39.9720288680913 ], [ -75.209845293106, 39.972014486163602 ], [ -75.209730175412403, 39.972270270501802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3234 W MONTGOMERY AVE", "addr_range": "3226-3234 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1300, "objectid": 6936, "Shape__Area": 206.09765625, "Shape__Length": 77.021826995123391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187521728532303, 39.983979231187 ], [ -75.187578337041003, 39.983986782326198 ], [ -75.187581300584, 39.9839731792908 ], [ -75.187625649168098, 39.983768610635501 ], [ -75.187568455480999, 39.983761579847602 ], [ -75.187521728532303, 39.983979231187 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2957 N 27TH ST", "addr_range": "2957 N 27TH ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 854, "objectid": 6937, "Shape__Area": 135.390625, "Shape__Length": 55.086414281851383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174478775703307, 40.001022258097102 ], [ -75.174296411654396, 40.000999854379501 ], [ -75.174291342117499, 40.000999240572703 ], [ -75.174282192174402, 40.001043156032601 ], [ -75.174287305674696, 40.001043753706902 ], [ -75.174469906885903, 40.001065405907099 ], [ -75.174478775703307, 40.001022258097102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2761 N RINGGOLD ST", "addr_range": "2761 N RINGGOLD ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "PLC", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 623, "objectid": 6938, "Shape__Area": 98.8984375, "Shape__Length": 46.553510595486983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170800440493807, 39.997387436298801 ], [ -75.170792186507796, 39.997425389830397 ], [ -75.170948710019204, 39.997446912448503 ], [ -75.170956631615894, 39.997408886566703 ], [ -75.170800440493807, 39.997387436298801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3230 W MONTGOMERY AVE", "addr_range": "3226-3234 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1282, "objectid": 6939, "Shape__Area": 203.171875, "Shape__Length": 76.753707397589466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187454688108005, 39.983746142673198 ], [ -75.187408566946104, 39.983963809302502 ], [ -75.187465009353701, 39.983971291916802 ], [ -75.187510523540396, 39.983753596399403 ], [ -75.187454688108005, 39.983746142673198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "705 BROOKLYN ST", "addr_range": "701-705 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1243, "objectid": 6940, "Shape__Area": 196.859375, "Shape__Length": 74.062333009548141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208008324100305, 39.964903681638198 ], [ -75.207733453148606, 39.964924381991104 ], [ -75.207741632719006, 39.964968360091397 ], [ -75.208013757232393, 39.964947711493501 ], [ -75.208008324100305, 39.964903681638198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1946 N LEITHGOW ST", "addr_range": "1932-1948 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "9", "parcelarea": 455, "objectid": 6941, "Shape__Area": 72.171875, "Shape__Length": 39.332658853726322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141268056472896, 39.980920475006698 ], [ -75.141398525835498, 39.980937722813998 ], [ -75.141406463715398, 39.980905083500403 ], [ -75.141275356734596, 39.980886934600598 ], [ -75.141268056472896, 39.980920475006698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1731 N 21ST ST", "addr_range": "1731 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1317, "objectid": 6942, "Shape__Area": 208.74609375, "Shape__Length": 76.58615465167631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168713341941199, 39.981092191199203 ], [ -75.168994187134899, 39.981128698874301 ], [ -75.169003975220903, 39.981083944880602 ], [ -75.168723105454504, 39.981047564616702 ], [ -75.168713341941199, 39.981092191199203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1930-36 N UBER ST", "addr_range": "1924-1936 N UBER ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 5825, "objectid": 6943, "Shape__Area": 923.015625, "Shape__Length": 145.84007401144976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166086029320596, 39.983902057484002 ], [ -75.166179447992505, 39.983914717885398 ], [ -75.166190585652004, 39.983862627769803 ], [ -75.166200610812993, 39.983816719699703 ], [ -75.166211004517805, 39.983767127566601 ], [ -75.166244599661994, 39.9837719772054 ], [ -75.166245240973794, 39.983768912875099 ], [ -75.166255877897001, 39.983722840172597 ], [ -75.165867930823694, 39.983670147024398 ], [ -75.165847286582604, 39.9837660790947 ], [ -75.165841054253306, 39.983792181730898 ], [ -75.166054112358793, 39.983821143151197 ], [ -75.166045340494605, 39.983857843123097 ], [ -75.166036672016801, 39.983895642858599 ], [ -75.166086029320596, 39.983902057484002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1936 N LEITHGOW ST", "addr_range": "1932-1948 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "9", "parcelarea": 459, "objectid": 6944, "Shape__Area": 72.8203125, "Shape__Length": 39.823219731318432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141304447898506, 39.980756943110002 ], [ -75.141437916601404, 39.980775194319698 ], [ -75.141444736430003, 39.980742206123601 ], [ -75.141311358937799, 39.980724295778202 ], [ -75.141304447898506, 39.980756943110002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2954 WESTMONT ST", "addr_range": "2954-2956 WESTMONT ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 762, "objectid": 6945, "Shape__Area": 120.765625, "Shape__Length": 52.031215267552923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181891990854993, 39.9885787866532 ], [ -75.181862766955803, 39.9887142636939 ], [ -75.181916120030607, 39.988722066369903 ], [ -75.181945455308494, 39.988586398092799 ], [ -75.181891990854993, 39.9885787866532 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3108 RIDGE AVE", "addr_range": "3108 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 852, "objectid": 6946, "Shape__Area": 135.015625, "Shape__Length": 55.978859307679436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184117101052394, 39.989352987549204 ], [ -75.1839111955574, 39.989325994216898 ], [ -75.183913440468501, 39.989330380965399 ], [ -75.184006029476606, 39.9894184973489 ], [ -75.184117101052394, 39.989352987549204 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2913 N RINGGOLD ST", "addr_range": "2913 N RINGGOLD ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 612, "objectid": 6947, "Shape__Area": 97.12890625, "Shape__Length": 45.667803581825346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170326204168106, 39.999531609956399 ], [ -75.170478483274707, 39.999550231972499 ], [ -75.170487097200393, 39.999512190136201 ], [ -75.170334695184394, 39.9994929508767 ], [ -75.170326204168106, 39.999531609956399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3252 N 17TH ST", "addr_range": "3250-3252 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1584, "objectid": 6948, "Shape__Area": 251.1015625, "Shape__Length": 91.451337740031406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157510753857906, 40.003578790905401 ], [ -75.157859197456503, 40.003624098122899 ], [ -75.157868718335706, 40.003580790379701 ], [ -75.157520276123606, 40.003535483217398 ], [ -75.157510753857906, 40.003578790905401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1802 N 21ST ST", "addr_range": "1802-1804 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1493, "objectid": 6949, "Shape__Area": 236.62890625, "Shape__Length": 81.245002285515426 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169023070128503, 39.981834817339198 ], [ -75.169012453600303, 39.981882599033497 ], [ -75.169023774442607, 39.981884674581103 ], [ -75.169152478263499, 39.981901705874698 ], [ -75.169309346029394, 39.981923110451397 ], [ -75.169319948029596, 39.981875150907797 ], [ -75.169036526075203, 39.98183695622 ], [ -75.169023070128503, 39.981834817339198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2037 W MADISON ST", "addr_range": "2033-2041 W MADISON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1348, "objectid": 6950, "Shape__Area": 213.83984375, "Shape__Length": 87.941132327470982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163597014600896, 40.004174585732798 ], [ -75.163647303328901, 40.004179475917702 ], [ -75.163681732208602, 40.004005316766801 ], [ -75.163700120614706, 40.003919296649897 ], [ -75.163650804765098, 40.003913108414501 ], [ -75.163648051856697, 40.0039258615328 ], [ -75.163632403677994, 40.0039983218307 ], [ -75.163617212661705, 40.004077387857102 ], [ -75.163597014600896, 40.004174585732798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2413 N 10TH ST", "addr_range": "2413-2415 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1285, "objectid": 6951, "Shape__Area": 203.67578125, "Shape__Length": 74.671043610924343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148223142885001, 39.988825630590199 ], [ -75.148495244107906, 39.988862329403901 ], [ -75.148504417881796, 39.988821947279199 ], [ -75.148505425530004, 39.988817537099301 ], [ -75.148234383638297, 39.988780587507698 ], [ -75.148223142885001, 39.988825630590199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2025R W MADISON ST", "addr_range": "2015-2025R W MADISON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "7", "parcelarea": 3029, "objectid": 6952, "Shape__Area": 480.3203125, "Shape__Length": 87.854304113469837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163251211691303, 40.004033241579798 ], [ -75.163204773176304, 40.004027487402801 ], [ -75.163103608383807, 40.004014956097699 ], [ -75.163058023702604, 40.004009302192003 ], [ -75.163028144605505, 40.004148694425702 ], [ -75.163099832761503, 40.0041574990341 ], [ -75.163167058200699, 40.004165719194397 ], [ -75.163236295132293, 40.004174436947999 ], [ -75.163259769963901, 40.004061176675201 ], [ -75.163264899780103, 40.004034903326897 ], [ -75.163251211691303, 40.004033241579798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1812 N 21ST ST", "addr_range": "1810-1812 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1362, "objectid": 6953, "Shape__Area": 215.8125, "Shape__Length": 80.142426661870815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168963983858504, 39.982106509337697 ], [ -75.168976308545595, 39.982108059648702 ], [ -75.169261592963096, 39.982146956785002 ], [ -75.169270876820605, 39.982102803220599 ], [ -75.168985844645306, 39.982065009211397 ], [ -75.168973492520806, 39.982063102383499 ], [ -75.168963983858504, 39.982106509337697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2649 N 30TH ST", "addr_range": "2649-2651 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 782, "objectid": 6954, "Shape__Area": 123.99609375, "Shape__Length": 52.631215637214879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180033164850101, 39.996773774411302 ], [ -75.180023361536897, 39.996815659150201 ], [ -75.180201853584293, 39.9968399170899 ], [ -75.180211322514893, 39.996798476258597 ], [ -75.180033164850101, 39.996773774411302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3521 N 13TH ST", "addr_range": "3515-3535 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1181, "objectid": 6955, "Shape__Area": 187.33984375, "Shape__Length": 77.325239896523868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149176580806696, 40.006678130948799 ], [ -75.149455309794504, 40.006714364184397 ], [ -75.149464112287006, 40.006675005224402 ], [ -75.149163651456803, 40.006636990333803 ], [ -75.149176580806696, 40.006678130948799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1500 S 49TH ST", "addr_range": "1500 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 807, "objectid": 6956, "Shape__Area": 127.83203125, "Shape__Length": 57.531015141546526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.211367215797594, 39.939668713196703 ], [ -75.211399417029398, 39.939696361402902 ], [ -75.211406292490196, 39.939691694118302 ], [ -75.211505680230204, 39.939624369813401 ], [ -75.211526563454498, 39.939609695169899 ], [ -75.211555783980003, 39.939588725936702 ], [ -75.211522786800501, 39.9395611403475 ], [ -75.211367215797594, 39.939668713196703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2411 N CLEVELAND ST", "addr_range": "2409-2421 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 741, "objectid": 6957, "Shape__Area": 117.47265625, "Shape__Length": 51.848496609137676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162207086707596, 39.990544646969298 ], [ -75.162374206877502, 39.990565872791699 ], [ -75.162383094277601, 39.990525693222303 ], [ -75.162216021078706, 39.990505450576997 ], [ -75.162212744530606, 39.990505055042 ], [ -75.162205444302501, 39.990504166035599 ], [ -75.162201313404907, 39.990519611822599 ], [ -75.1621958033369, 39.990543214948097 ], [ -75.162204145510898, 39.990544273411103 ], [ -75.162207086707596, 39.990544646969298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2415 N CLEVELAND ST", "addr_range": "2409-2421 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 699, "objectid": 6958, "Shape__Area": 110.91015625, "Shape__Length": 51.082468901187063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1621898329076, 39.990620150543201 ], [ -75.162356898602496, 39.990641181440097 ], [ -75.162365899845497, 39.990603486737101 ], [ -75.162198362029699, 39.990582766869601 ], [ -75.162195754881097, 39.990582449497502 ], [ -75.1621879526421, 39.990581485199797 ], [ -75.162182401431295, 39.990606167715399 ], [ -75.162180155566105, 39.990618932230397 ], [ -75.162187538187595, 39.9906198726516 ], [ -75.1621898329076, 39.990620150543201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2413 N CLEVELAND ST", "addr_range": "2409-2421 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 706, "objectid": 6959, "Shape__Area": 111.95703125, "Shape__Length": 51.371717800851364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162198362029699, 39.990582766869601 ], [ -75.162365899845497, 39.990603486737101 ], [ -75.162374206877502, 39.990565872791699 ], [ -75.162207086707596, 39.990544646969298 ], [ -75.162204145510898, 39.990544273411103 ], [ -75.1621958033369, 39.990543214948097 ], [ -75.162192522880403, 39.990563855344597 ], [ -75.1621879526421, 39.990581485199797 ], [ -75.162195754881097, 39.990582449497502 ], [ -75.162198362029699, 39.990582766869601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2417 N CLEVELAND ST", "addr_range": "2409-2421 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 715, "objectid": 6960, "Shape__Area": 113.33203125, "Shape__Length": 51.25925293798165 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162181309133999, 39.990658500226203 ], [ -75.162347991296201, 39.990679699986899 ], [ -75.162356898602496, 39.990641181440097 ], [ -75.1621898329076, 39.990620150543201 ], [ -75.162187538187595, 39.9906198726516 ], [ -75.162180155566105, 39.990618932230397 ], [ -75.162172699548094, 39.990646845190803 ], [ -75.162170901587601, 39.990657169941699 ], [ -75.162179140193601, 39.990658210753899 ], [ -75.162181309133999, 39.990658500226203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2421 N CLEVELAND ST", "addr_range": "2409-2421 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 700, "objectid": 6961, "Shape__Area": 110.9296875, "Shape__Length": 50.978951792313836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162173053176801, 39.990696953256503 ], [ -75.162170695802004, 39.9906966595358 ], [ -75.162163040505106, 39.990695712064799 ], [ -75.162153464369695, 39.990733119884197 ], [ -75.162162453047301, 39.990734274017299 ], [ -75.162164975933194, 39.990734589490202 ], [ -75.162330551929699, 39.990755649903399 ], [ -75.162339103631993, 39.990717672059397 ], [ -75.162173053176801, 39.990696953256503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2409 N CLEVELAND ST", "addr_range": "2409-2421 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 705, "objectid": 6962, "Shape__Area": 111.8515625, "Shape__Length": 51.087920041266536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162216021078706, 39.990505450576997 ], [ -75.162383094277601, 39.990525693222303 ], [ -75.162390026405603, 39.990487886096901 ], [ -75.162224821249396, 39.990466978278398 ], [ -75.162221193132496, 39.990466525261397 ], [ -75.162214205402293, 39.990465643301 ], [ -75.162211662308493, 39.990477385670196 ], [ -75.162205444302501, 39.990504166035599 ], [ -75.162212744530606, 39.990505055042 ], [ -75.162216021078706, 39.990505450576997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2419 N CLEVELAND ST", "addr_range": "2409-2421 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 710, "objectid": 6963, "Shape__Area": 112.59765625, "Shape__Length": 51.123080700524447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162173053176801, 39.990696953256503 ], [ -75.162339103631993, 39.990717672059397 ], [ -75.162347991296201, 39.990679699986899 ], [ -75.162181309133999, 39.990658500226203 ], [ -75.162179140193601, 39.990658210753899 ], [ -75.162170901587601, 39.990657169941699 ], [ -75.162163289673103, 39.990689173603499 ], [ -75.162163040505106, 39.990695712064799 ], [ -75.162170695802004, 39.9906966595358 ], [ -75.162173053176801, 39.990696953256503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2426 N CLEVELAND ST", "addr_range": "2426-2428 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 751, "objectid": 6964, "Shape__Area": 119.13671875, "Shape__Length": 51.84150693650124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1624075079758, 39.990905767729799 ], [ -75.162583510396004, 39.9909293369831 ], [ -75.162588205033302, 39.990908440131903 ], [ -75.162592521505303, 39.990888644807299 ], [ -75.162415380527705, 39.990865292271302 ], [ -75.1624075079758, 39.990905767729799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2428 N CLEVELAND ST", "addr_range": "2426-2428 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2019", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 730, "objectid": 6965, "Shape__Area": 115.6875, "Shape__Length": 51.481159827917629 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162570396425494, 39.990968261681203 ], [ -75.162575399436605, 39.990968939398499 ], [ -75.162578796551401, 39.990950768604598 ], [ -75.162583510396004, 39.9909293369831 ], [ -75.1624075079758, 39.990905767729799 ], [ -75.162398716844805, 39.990945079991299 ], [ -75.162565037643702, 39.9909675444082 ], [ -75.162570396425494, 39.990968261681203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2313 N CROSKEY ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 648, "objectid": 6966, "Shape__Area": 102.70703125, "Shape__Length": 47.488140348376689 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169187125548305, 39.9898961860059 ], [ -75.169179598310507, 39.989934897306803 ], [ -75.169339988269201, 39.989954574984203 ], [ -75.1693470362992, 39.989915771809201 ], [ -75.169187125548305, 39.9898961860059 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2311 N CROSKEY ST", "addr_range": "2309-2313 CROSKY ST; 2211-2215 W DAUPHIN ST; 2300-2326 N 22ND ST", "zipcode": 19132, "district": "5", "year": "2014", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 633, "objectid": 6967, "Shape__Area": 100.39453125, "Shape__Length": 47.198257334284989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169187125548305, 39.9898961860059 ], [ -75.1693470362992, 39.989915771809201 ], [ -75.169353279290405, 39.989887703233002 ], [ -75.169355377820395, 39.9898782555316 ], [ -75.169195508476307, 39.989858137268797 ], [ -75.169187125548305, 39.9898961860059 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1266 S 28TH ST", "addr_range": "1266-1268 S 28TH ST", "zipcode": 19146, "district": "2", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1004, "objectid": 6968, "Shape__Area": 158.98046875, "Shape__Length": 64.796507134140853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190463449192407, 39.937525803672102 ], [ -75.190556920759704, 39.937537674587603 ], [ -75.190697159442905, 39.937555489624799 ], [ -75.190705468666295, 39.937514989093202 ], [ -75.190567318162394, 39.937496801694998 ], [ -75.190472028371701, 39.937484261305599 ], [ -75.190463449192407, 39.937525803672102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1268 S 28TH ST", "addr_range": "1266-1268 S 28TH ST", "zipcode": 19146, "district": "2", "year": "2006", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 988, "objectid": 6969, "Shape__Area": 156.375, "Shape__Length": 64.573064937480112 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190472028371701, 39.937484261305599 ], [ -75.190567318162394, 39.937496801694998 ], [ -75.190705468666295, 39.937514989093202 ], [ -75.190713806812596, 39.937474310806799 ], [ -75.190577495819895, 39.937456728498802 ], [ -75.190480511971003, 39.937444199866199 ], [ -75.190472028371701, 39.937484261305599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1554 S ETTING ST", "addr_range": "1554 S ETTING ST; 1555 S MARSTON ST", "zipcode": 19146, "district": "2", "year": "2008", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 816, "objectid": 6970, "Shape__Area": 129.09375, "Shape__Length": 54.18825712116233 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.190264667295196, 39.933422478675197 ], [ -75.190450072493604, 39.933446169564803 ], [ -75.1904587818577, 39.933403984990797 ], [ -75.190273275637907, 39.933380710827201 ], [ -75.190264667295196, 39.933422478675197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2651 N CORLIES ST", "addr_range": "2649-2651 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 745, "objectid": 6971, "Shape__Area": 118.23828125, "Shape__Length": 51.82363729509138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180640815891906, 39.996773480827301 ], [ -75.180817371156706, 39.9967962933857 ], [ -75.180827314537595, 39.996756700291002 ], [ -75.180649724778704, 39.996732994214497 ], [ -75.180642359808999, 39.996766455969201 ], [ -75.180640815891906, 39.996773480827301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2649 N CORLIES ST", "addr_range": "2649-2651 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 678, "objectid": 6972, "Shape__Area": 107.4609375, "Shape__Length": 50.77435328220308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180649724778704, 39.996732994214497 ], [ -75.180827314537595, 39.996756700291002 ], [ -75.180827826171495, 39.996754293430598 ], [ -75.180835201678903, 39.996719962427001 ], [ -75.1806583431554, 39.996696934069398 ], [ -75.180649724778704, 39.996732994214497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1441 S FALLON ST", "addr_range": "1438-1444 S 48TH ST; 1433R-37 S FALLON ST, 1441-1443 S FALLON ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 734, "objectid": 6973, "Shape__Area": 116.26953125, "Shape__Length": 51.5212495433694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210743494872801, 39.9408566231225 ], [ -75.210779465961593, 39.940885950631603 ], [ -75.210911592395902, 39.940793866712902 ], [ -75.210876367296507, 39.940764184546801 ], [ -75.210743494872801, 39.9408566231225 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2040 W TIOGA ST", "addr_range": "2030-2040 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 3333, "objectid": 6974, "Shape__Area": 528.55078125, "Shape__Length": 124.71651407574146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163113207881395, 40.007539160025402 ], [ -75.163200891459795, 40.007550808098202 ], [ -75.163256419694406, 40.007298285610098 ], [ -75.163279717763203, 40.0071963038517 ], [ -75.163189339798805, 40.007183886020798 ], [ -75.163169888373304, 40.007268028739702 ], [ -75.163113207881395, 40.007539160025402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2034 W TIOGA ST", "addr_range": "2030-2040 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2859, "objectid": 6975, "Shape__Area": 453.2734375, "Shape__Length": 119.84637022659658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162875577335797, 40.007509497837603 ], [ -75.162953357671199, 40.007519148838902 ], [ -75.163031697744898, 40.007173563738696 ], [ -75.162952180730699, 40.007162760893998 ], [ -75.162875577335797, 40.007509497837603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3641 N CAMAC ST", "addr_range": "3641-3643 N CAMAC ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1262, "objectid": 6976, "Shape__Area": 200.203125, "Shape__Length": 82.988906539618597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148564328039498, 40.008143986565003 ], [ -75.148571649177498, 40.008106060953502 ], [ -75.148253267333999, 40.008065623966097 ], [ -75.148246047249103, 40.008103598704402 ], [ -75.148564328039498, 40.008143986565003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3529 N 13TH ST", "addr_range": "3515-3535 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 1088, "objectid": 6977, "Shape__Area": 172.57421875, "Shape__Length": 64.935443778671697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149431323973303, 40.006826143730599 ], [ -75.149203110893694, 40.006796504197297 ], [ -75.149193336541302, 40.006842112219303 ], [ -75.149421685514298, 40.006871480936901 ], [ -75.149431323973303, 40.006826143730599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2603 N 33RD ST", "addr_range": "2603 N 33RD ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 756, "objectid": 6978, "Shape__Area": 145.5078125, "Shape__Length": 59.940001714071357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184999131149098, 39.9963997560358 ], [ -75.185201238856394, 39.996425243877901 ], [ -75.185210310163896, 39.996384260541703 ], [ -75.185020598483604, 39.9963596614881 ], [ -75.185001555804007, 39.996356657289702 ], [ -75.184987326357898, 39.996397670414602 ], [ -75.184999131149098, 39.9963997560358 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1962 ROWAN ST", "addr_range": "1960-1962 ROWAN ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1186, "objectid": 6979, "Shape__Area": 188.109375, "Shape__Length": 73.343778023820533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157892421698904, 40.018896509807099 ], [ -75.157843589112005, 40.0189166426036 ], [ -75.157985211049294, 40.019097510941698 ], [ -75.158032623495501, 40.019075564717703 ], [ -75.157892421698904, 40.018896509807099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1960 ROWAN ST", "addr_range": "1960-1962 ROWAN ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1198, "objectid": 6980, "Shape__Area": 190.00390625, "Shape__Length": 73.958753829905987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157843589112005, 40.0189166426036 ], [ -75.157794755325199, 40.018936775352799 ], [ -75.157937797401502, 40.0191194571197 ], [ -75.157985211049294, 40.019097510941698 ], [ -75.157843589112005, 40.0189166426036 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5549 BALTIMORE AVE", "addr_range": "5549-5557 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1464, "objectid": 6981, "Shape__Area": 231.77734375, "Shape__Length": 85.883764770435405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235189738158596, 39.947078777261503 ], [ -75.235290198809906, 39.947320531860697 ], [ -75.235321427877096, 39.947323875319697 ], [ -75.235330514275006, 39.947273008793999 ], [ -75.235244361551494, 39.947065081337001 ], [ -75.235189738158596, 39.947078777261503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1501 W INDIANA AVE", "addr_range": "1501 W INDIANA AVE", "zipcode": 19132, "district": "8", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1163, "objectid": 6982, "Shape__Area": 184.375, "Shape__Length": 66.5977937773024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155259978867605, 39.998988359559903 ], [ -75.155272966528102, 39.998990201075003 ], [ -75.155322687337502, 39.998997240107201 ], [ -75.155362375542893, 39.9988186913764 ], [ -75.1553010449651, 39.9988104853186 ], [ -75.155259978867605, 39.998988359559903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5201 BALTIMORE AVE", "addr_range": "5201 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 6651, "objectid": 6983, "Shape__Area": 1052.75, "Shape__Length": 144.81896817943209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227524686635306, 39.948048271053601 ], [ -75.227822322646304, 39.948085328928897 ], [ -75.227832377647104, 39.948035644654603 ], [ -75.227843587433298, 39.948037196675003 ], [ -75.227837204510706, 39.948072599787302 ], [ -75.227912072512197, 39.948077840901 ], [ -75.227910520138494, 39.947893366246703 ], [ -75.227844288319901, 39.947893071382303 ], [ -75.227579647188804, 39.947891878012001 ], [ -75.227557262669393, 39.947891773208397 ], [ -75.227544722088396, 39.947951994033097 ], [ -75.227534755484001, 39.947999890848997 ], [ -75.227524686635306, 39.948048271053601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3710 N CARLISLE ST", "addr_range": "3710 N CARLISLE ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1104, "objectid": 6984, "Shape__Area": 175.11328125, "Shape__Length": 72.859435860351283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152144576528897, 40.009809462471601 ], [ -75.152136076440698, 40.009848634729899 ], [ -75.152408450644899, 40.009882620904001 ], [ -75.152416931696905, 40.009844462744802 ], [ -75.152144576528897, 40.009809462471601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2234 N 21ST ST", "addr_range": "2228-2234, 2238-2246 N 21ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1649, "objectid": 6985, "Shape__Area": 261.375, "Shape__Length": 91.98267332522073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167541221268806, 39.988643360300003 ], [ -75.167889187071296, 39.988688458539201 ], [ -75.167899159054699, 39.988643321310697 ], [ -75.167550062910095, 39.988598197663997 ], [ -75.167541221268806, 39.988643360300003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2244 N 21ST ST", "addr_range": "2228-2234, 2238-2246 N 21ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1586, "objectid": 6986, "Shape__Area": 251.4375, "Shape__Length": 91.780355543043953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1674917262051, 39.988860895830697 ], [ -75.167841847640204, 39.988906106663102 ], [ -75.167851684131307, 39.988862901768201 ], [ -75.167501454408693, 39.988817833587703 ], [ -75.1674917262051, 39.988860895830697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2246 N 21ST ST", "addr_range": "2228-2234, 2238-2246 N 21ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1624, "objectid": 6987, "Shape__Area": 257.4453125, "Shape__Length": 92.250567760575095 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167481843844399, 39.988904777230601 ], [ -75.167833767007394, 39.9889505440024 ], [ -75.167836114736403, 39.988939507135299 ], [ -75.167841847640204, 39.988906106663102 ], [ -75.1674917262051, 39.988860895830697 ], [ -75.167481843844399, 39.988904777230601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2230 N 21ST ST", "addr_range": "2228-2234, 2238-2246 N 21ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1642, "objectid": 6988, "Shape__Area": 260.28125, "Shape__Length": 91.843508728898541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167560568561001, 39.988555604318101 ], [ -75.167909066839201, 39.988600488332999 ], [ -75.167918462491599, 39.9885556282644 ], [ -75.167570748976999, 39.988510535775198 ], [ -75.167560568561001, 39.988555604318101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2238 N 21ST ST", "addr_range": "2228-2234, 2238-2246 N 21ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1657, "objectid": 6989, "Shape__Area": 262.6640625, "Shape__Length": 92.246347672602283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167521320456302, 39.988729653191903 ], [ -75.167871223764294, 39.9887750689782 ], [ -75.167880714137695, 39.988729937134302 ], [ -75.167531528050404, 39.988684425783497 ], [ -75.167521320456302, 39.988729653191903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2232 N 21ST ST", "addr_range": "2228-2234, 2238-2246 N 21ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 1567, "objectid": 6990, "Shape__Area": 248.39453125, "Shape__Length": 91.36766477791744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167550062910095, 39.988598197663997 ], [ -75.167899159054699, 39.988643321310697 ], [ -75.167909066839201, 39.988600488332999 ], [ -75.167560568561001, 39.988555604318101 ], [ -75.167550062910095, 39.988598197663997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6018 ALLMAN ST", "addr_range": "6018-6020 ALLMAN ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 968, "objectid": 6991, "Shape__Area": 153.2890625, "Shape__Length": 60.975519768592946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231037099428306, 39.932420806727599 ], [ -75.231182380342901, 39.932544330321797 ], [ -75.231224749300694, 39.932514664822797 ], [ -75.231079117137298, 39.9323915867691 ], [ -75.231037099428306, 39.932420806727599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6145 UPLAND ST", "addr_range": "6143-6145 UPLAND ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 886, "objectid": 6992, "Shape__Area": 140.24609375, "Shape__Length": 60.830136636691151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232351190311306, 39.929786754565001 ], [ -75.232364402979499, 39.929797441235401 ], [ -75.232373293332103, 39.929804471373302 ], [ -75.232391056231705, 39.929818949318502 ], [ -75.232404751578201, 39.9298307917472 ], [ -75.232417685625407, 39.929841101984799 ], [ -75.232429217613401, 39.929849738023101 ], [ -75.232443548298505, 39.929861900733599 ], [ -75.232501371307904, 39.929911833844699 ], [ -75.232539041812004, 39.929885193925202 ], [ -75.232524395801505, 39.929872475598103 ], [ -75.232506640628799, 39.929857787911899 ], [ -75.232482701063304, 39.929837613439197 ], [ -75.232455282698794, 39.929814169458901 ], [ -75.232413967854797, 39.929780395908303 ], [ -75.232389077956299, 39.929759876192897 ], [ -75.232351190311306, 39.929786754565001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6168 UPLAND ST", "addr_range": "6154-6168 UPLAND ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 739, "objectid": 6993, "Shape__Area": 116.984375, "Shape__Length": 53.740283645465119 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232482613840801, 39.929334601337899 ], [ -75.232540630676198, 39.929382702462902 ], [ -75.232545323449699, 39.929386594171497 ], [ -75.232547339937696, 39.929387572771802 ], [ -75.232545811926897, 39.929388635741098 ], [ -75.232618429587106, 39.929447326005103 ], [ -75.232641197020399, 39.9294312708777 ], [ -75.232655092719597, 39.929421839740797 ], [ -75.232647256883695, 39.929415219299997 ], [ -75.232627584269807, 39.9293985875359 ], [ -75.232584055895899, 39.929361766034198 ], [ -75.2325352259639, 39.9293228612568 ], [ -75.232482613840801, 39.929334601337899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6154 REINHARD ST", "addr_range": "6154-6176 REINHARD ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 861, "objectid": 6994, "Shape__Area": 136.328125, "Shape__Length": 60.356610791213825 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2326619225108, 39.9298169333942 ], [ -75.232684579653807, 39.9298366282787 ], [ -75.232811264053296, 39.929942670475498 ], [ -75.232847773860399, 39.929916778935599 ], [ -75.232697894096702, 39.929791480585898 ], [ -75.2326619225108, 39.9298169333942 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2548 N 28TH ST", "addr_range": "2542-2548 N 28TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 939, "objectid": 6995, "Shape__Area": 148.86328125, "Shape__Length": 63.077214259687722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177481370895805, 39.994839163955902 ], [ -75.177709090831698, 39.9948710416651 ], [ -75.177717236207201, 39.9948313913915 ], [ -75.177489552150803, 39.994800239813699 ], [ -75.177481370895805, 39.994839163955902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2546 N 28TH ST", "addr_range": "2542-2548 N 28TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 974, "objectid": 6996, "Shape__Area": 154.51953125, "Shape__Length": 63.44076247139229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177489552150803, 39.994800239813699 ], [ -75.177717236207201, 39.9948313913915 ], [ -75.177726548747202, 39.994790833825 ], [ -75.177567223852407, 39.994768725077101 ], [ -75.177498367344199, 39.994760073868598 ], [ -75.177489552150803, 39.994800239813699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2560 N 29TH ST", "addr_range": "2560-2562 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 995, "objectid": 6997, "Shape__Area": 157.734375, "Shape__Length": 61.767493360842614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179064788070804, 39.995363582787697 ], [ -75.179280587771899, 39.995392627867901 ], [ -75.179290734102807, 39.995349363310197 ], [ -75.179074534597902, 39.995319278535199 ], [ -75.179064788070804, 39.995363582787697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2607 N 30TH ST", "addr_range": "2607-2611 N 30TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 973, "objectid": 6998, "Shape__Area": 154.33984375, "Shape__Length": 62.225109480128289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180187604821498, 39.995858503155503 ], [ -75.180408406202105, 39.995888914953099 ], [ -75.180416948149798, 39.995846485673198 ], [ -75.180197000910596, 39.995816785888003 ], [ -75.180187604821498, 39.995858503155503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2622 N 29TH ST", "addr_range": "2618-2622 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1067, "objectid": 6999, "Shape__Area": 169.21875, "Shape__Length": 67.540290510577563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178931670696002, 39.996036373785401 ], [ -75.179176626931394, 39.996069263443601 ], [ -75.179184533197898, 39.996028174220399 ], [ -75.1789404988222, 39.995994177158202 ], [ -75.178931670696002, 39.996036373785401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2634 N 29TH ST", "addr_range": "2634-2636 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1042, "objectid": 7000, "Shape__Area": 165.1796875, "Shape__Length": 67.632665504238133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178878971482106, 39.9962806963322 ], [ -75.179125955992205, 39.996314309069703 ], [ -75.179134274775095, 39.996274485997901 ], [ -75.178888033097905, 39.996240100628 ], [ -75.178878971482106, 39.9962806963322 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "668 N CONESTOGA ST", "addr_range": "666-668 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 610, "objectid": 7001, "Shape__Area": 96.69921875, "Shape__Length": 45.902015762460891 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229645218546693, 39.970629172223198 ], [ -75.229648994473806, 39.970649388829699 ], [ -75.229652547140901, 39.970667101167599 ], [ -75.229806557563904, 39.970650108660998 ], [ -75.229800546387693, 39.9706122086627 ], [ -75.229645218546693, 39.970629172223198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2448 N CORLIES ST", "addr_range": "2442-2448 N CORLIES ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 638, "objectid": 7002, "Shape__Area": 101.14453125, "Shape__Length": 47.285825052204672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181616869920703, 39.993781965923901 ], [ -75.181776504306995, 39.993803107414301 ], [ -75.181784424341004, 39.9937649196103 ], [ -75.181624764138803, 39.993743905494703 ], [ -75.181616869920703, 39.993781965923901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1911 N ORIANNA ST", "addr_range": "1912-1920 N 3RD ST; 301-311 W BERKS ST; 1911 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 629, "objectid": 7003, "Shape__Area": 99.76171875, "Shape__Length": 46.207918036621862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140249253629705, 39.979871871776503 ], [ -75.140403160635699, 39.979893716467501 ], [ -75.140411413393693, 39.979854506907103 ], [ -75.140399888615406, 39.979852890602601 ], [ -75.140258664096905, 39.979833107527902 ], [ -75.140249253629705, 39.979871871776503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4815 PASCHALL AVE", "addr_range": "1422-1440 S FALLON ST; 1423, 1427-1429, 1433, 1437-1445 S HANSON ST; 4815, 4819, 4825-4827 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 1246, "objectid": 7004, "Shape__Area": 197.17578125, "Shape__Length": 75.489641313931401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210867492942896, 39.940637384587703 ], [ -75.210880541827393, 39.940648538654102 ], [ -75.210922413869099, 39.940619144156003 ], [ -75.2107324624086, 39.940458030225301 ], [ -75.210693976059304, 39.940486000342602 ], [ -75.210691972788794, 39.940487455259898 ], [ -75.210708450658899, 39.940501537837903 ], [ -75.210745852669305, 39.940533476612899 ], [ -75.210867492942896, 39.940637384587703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1656 N 6TH ST", "addr_range": "1656-1658 N 6TH ST; 602-610 CECIL B MOORE AVE", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 676, "objectid": 7005, "Shape__Area": 107.07421875, "Shape__Length": 50.948805251389018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145428951419305, 39.9769458914569 ], [ -75.145606338852701, 39.9769688911232 ], [ -75.145613814652094, 39.976932935236903 ], [ -75.145605382663007, 39.976932099642198 ], [ -75.145434766319994, 39.976908995960898 ], [ -75.145428951419305, 39.9769458914569 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1438 N FRANKLIN ST", "addr_range": "1436-1438 N FRANKLIN ST; 1435-1449 N PERTH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1060, "objectid": 7006, "Shape__Area": 167.796875, "Shape__Length": 63.873906389339709 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148260899082501, 39.974133838335199 ], [ -75.148478355506199, 39.9741619481456 ], [ -75.148485756625504, 39.974162905229903 ], [ -75.1484943885619, 39.974118577893698 ], [ -75.148487746544205, 39.974117492955003 ], [ -75.148480812106797, 39.974116368048797 ], [ -75.148270558935906, 39.9740884530936 ], [ -75.148260899082501, 39.974133838335199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1537 N FRANKLIN ST", "addr_range": "1537 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1134, "objectid": 7007, "Shape__Area": 182.7734375, "Shape__Length": 67.337016808930315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147535301266302, 39.975493412843498 ], [ -75.147533825105697, 39.975500762330498 ], [ -75.147771165005594, 39.975532775227201 ], [ -75.147781147545402, 39.975486592722604 ], [ -75.147543164485398, 39.975454436410999 ], [ -75.147535301266302, 39.975493412843498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1531 N 6TH ST", "addr_range": "1523-1533 N 6TH ST", "zipcode": 19122, "district": "7", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1722, "objectid": 7008, "Shape__Area": 272.54296875, "Shape__Length": 97.203909022634832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145219515917404, 39.974959029260901 ], [ -75.145593354008199, 39.975004832048903 ], [ -75.145601791940194, 39.974959630096301 ], [ -75.145227700286299, 39.974916078633399 ], [ -75.145219515917404, 39.974959029260901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5468 DELANCEY ST", "addr_range": "5468 DELANCEY ST", "zipcode": 19143, "district": "3", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 953, "objectid": 7009, "Shape__Area": 150.98828125, "Shape__Length": 62.501460595372933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231833035204801, 39.954712367603101 ], [ -75.231885442205495, 39.954719110433402 ], [ -75.231921408283696, 39.954547212223297 ], [ -75.231867956847907, 39.954540413144102 ], [ -75.231833035204801, 39.954712367603101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1533 N 6TH ST", "addr_range": "1523-1533 N 6TH ST", "zipcode": 19122, "district": "7", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1680, "objectid": 7010, "Shape__Area": 265.75390625, "Shape__Length": 96.873621372705557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145211839079195, 39.975002395967202 ], [ -75.145585513802203, 39.975047517498901 ], [ -75.145593354008199, 39.975004832048903 ], [ -75.145219515917404, 39.974959029260901 ], [ -75.145211839079195, 39.975002395967202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2165 E WILLIAM ST", "addr_range": "2165-2171 E WILLIAM ST", "zipcode": 19134, "district": "1", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 829, "objectid": 7011, "Shape__Area": 131.328125, "Shape__Length": 64.985727703159242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116161540084804, 39.987459473350903 ], [ -75.116185519815104, 39.987486332815102 ], [ -75.116393007850107, 39.987379978163098 ], [ -75.116368579359701, 39.9873533021672 ], [ -75.116161540084804, 39.987459473350903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "805 DIAMOND ST", "addr_range": "805-807 DIAMOND ST; 2100 N 8TH ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1087, "objectid": 7012, "Shape__Area": 172.27734375, "Shape__Length": 66.095240728351314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147402469268798, 39.983773238841799 ], [ -75.1474598789883, 39.983781054193301 ], [ -75.147461595159498, 39.983773467772899 ], [ -75.147462518554093, 39.9837728760183 ], [ -75.147497666686505, 39.983600479776101 ], [ -75.147440240527004, 39.9835930361889 ], [ -75.147439127565505, 39.9835986053873 ], [ -75.147431280223699, 39.983638211098103 ], [ -75.147421467728904, 39.983683189180702 ], [ -75.147412698369706, 39.983728271108802 ], [ -75.147404948236698, 39.9837643001689 ], [ -75.147402469268798, 39.983773238841799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2100 N 8TH ST", "addr_range": "805-807 DIAMOND ST; 2100 N 8TH ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1077, "objectid": 7013, "Shape__Area": 170.56640625, "Shape__Length": 64.09926789982832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147193851739004, 39.983608324347102 ], [ -75.147418336138898, 39.9836369336508 ], [ -75.147426823721403, 39.983597003675698 ], [ -75.1474279470835, 39.983591774398 ], [ -75.147204135220704, 39.983561971192302 ], [ -75.147193851739004, 39.983608324347102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1436 N FRANKLIN ST", "addr_range": "1436-1438 N FRANKLIN ST; 1435-1449 N PERTH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 991, "objectid": 7014, "Shape__Area": 156.82421875, "Shape__Length": 60.765308839833416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148270558935906, 39.9740884530936 ], [ -75.148480812106797, 39.974116368048797 ], [ -75.148490210929793, 39.974071220149902 ], [ -75.148279180387107, 39.974043883158203 ], [ -75.148270558935906, 39.9740884530936 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "103 N 63RD ST", "addr_range": "103-107 N 63RD ST", "zipcode": 19139, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 2813, "objectid": 7015, "Shape__Area": 454.5078125, "Shape__Length": 109.6568032694683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245812458966199, 39.9644350588161 ], [ -75.246208568535906, 39.964482937983497 ], [ -75.246223053012699, 39.964415068792 ], [ -75.245827331918207, 39.964364570851899 ], [ -75.245812458966199, 39.9644350588161 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5406 DELANCEY ST", "addr_range": "5406 DELANCEY ST", "zipcode": 19143, "district": "3", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1002, "objectid": 7016, "Shape__Area": 158.6875, "Shape__Length": 63.361979606762127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230189752665396, 39.954503790058702 ], [ -75.230245121642994, 39.954510841072697 ], [ -75.230282309421696, 39.954338341224997 ], [ -75.230227300280404, 39.954330588143897 ], [ -75.230189752665396, 39.954503790058702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5401 WESTMINSTER AVE", "addr_range": "5401 WESTMINSTER AVE", "zipcode": 19131, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 4219, "objectid": 7017, "Shape__Area": 667.72265625, "Shape__Length": 124.11954539260574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228263351806703, 39.967923824723798 ], [ -75.228306255601794, 39.968168670239201 ], [ -75.228539280753694, 39.968144495246598 ], [ -75.228524979591796, 39.9680628795141 ], [ -75.228423918681202, 39.968073363616298 ], [ -75.228395315495405, 39.967910132994803 ], [ -75.228263351806703, 39.967923824723798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1210 N 7TH ST", "addr_range": "1210 N 7TH ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2099, "objectid": 7018, "Shape__Area": 336.50390625, "Shape__Length": 87.684751621803017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148105824832996, 39.971180422795001 ], [ -75.148406620954901, 39.971215453071999 ], [ -75.148420497733895, 39.971148530829304 ], [ -75.148420627761993, 39.9711478571109 ], [ -75.1481188188245, 39.971113013836103 ], [ -75.148105824832996, 39.971180422795001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1525 N 6TH ST", "addr_range": "1523-1533 N 6TH ST", "zipcode": 19122, "district": "7", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1520, "objectid": 7019, "Shape__Area": 239.46484375, "Shape__Length": 88.164718069833143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1452824952854, 39.974832918325099 ], [ -75.145618381327296, 39.974872298478097 ], [ -75.145625873965599, 39.974829330326799 ], [ -75.145291725054705, 39.974789458018499 ], [ -75.1452824952854, 39.974832918325099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5427 HAVERFORD AVE", "addr_range": "5427 HAVERFORD AVE", "zipcode": 19139, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2455, "objectid": 7020, "Shape__Area": 385.37890625, "Shape__Length": 102.68148572683742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229062918410705, 39.967037428603199 ], [ -75.229070801584896, 39.967097312666802 ], [ -75.229079822653901, 39.967096399034098 ], [ -75.229249753248197, 39.966840947108302 ], [ -75.229127394652295, 39.966794154240901 ], [ -75.229062918410705, 39.967037428603199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "308 N EDGEWOOD ST", "addr_range": "308 N EDGEWOOD ST", "zipcode": 19139, "district": "4", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 260, "objectid": 7021, "Shape__Area": 316.0859375, "Shape__Length": 98.666705523393034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240750192531195, 39.967306880117803 ], [ -75.241120534416098, 39.9673523272686 ], [ -75.241132062443199, 39.967301125403303 ], [ -75.240761544327995, 39.967255352775197 ], [ -75.240750192531195, 39.967306880117803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1419 W SOMERSET ST", "addr_range": "1413-1427 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "8", "parcelarea": 1057, "objectid": 7022, "Shape__Area": 167.359375, "Shape__Length": 65.362850841778084 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154904959927805, 39.995695162502798 ], [ -75.154866129930795, 39.9958738629335 ], [ -75.154922450266795, 39.995881103653502 ], [ -75.154961284767197, 39.995702404209901 ], [ -75.154904959927805, 39.995695162502798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1415 W SOMERSET ST", "addr_range": "1413-1427 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "8", "parcelarea": 1057, "objectid": 7023, "Shape__Area": 167.3515625, "Shape__Length": 65.362911913701893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154792310181804, 39.995680681706602 ], [ -75.154753478760597, 39.9958593811726 ], [ -75.154809801447897, 39.995866621100497 ], [ -75.154848635066003, 39.995687921668399 ], [ -75.154792310181804, 39.995680681706602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1421 W SOMERSET ST", "addr_range": "1413-1427 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "8", "parcelarea": 1057, "objectid": 7024, "Shape__Area": 167.359375, "Shape__Length": 65.362932786652109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154961284767197, 39.995702404209901 ], [ -75.154922454948704, 39.995881103759402 ], [ -75.154978776501494, 39.995888343577903 ], [ -75.155017610857897, 39.995709644115301 ], [ -75.154961284767197, 39.995702404209901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1417 W SOMERSET ST", "addr_range": "1413-1427 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "8", "parcelarea": 1057, "objectid": 7025, "Shape__Area": 167.3515625, "Shape__Length": 65.362919937591755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154848635066003, 39.995687921668399 ], [ -75.154809804890604, 39.995866622980401 ], [ -75.154866125283306, 39.9958738619274 ], [ -75.154904959927805, 39.995695162502798 ], [ -75.154848635066003, 39.995687921668399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1413 W SOMERSET ST", "addr_range": "1413-1427 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "8", "parcelarea": 1057, "objectid": 7026, "Shape__Area": 167.36328125, "Shape__Length": 65.36319870585794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154735984208003, 39.995673439890197 ], [ -75.154697152642697, 39.995852139337202 ], [ -75.154753477624595, 39.995859380245797 ], [ -75.154792310181804, 39.995680681706602 ], [ -75.154735984208003, 39.995673439890197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2169 E WILLIAM ST", "addr_range": "2165-2171 E WILLIAM ST", "zipcode": 19134, "district": "1", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 867, "objectid": 7027, "Shape__Area": 137.296875, "Shape__Length": 64.663454562623556 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116116198854897, 39.987400917393103 ], [ -75.116141199308402, 39.9874301195429 ], [ -75.116344907014394, 39.987324435993301 ], [ -75.116319108403204, 39.987296392318697 ], [ -75.116116198854897, 39.987400917393103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1427 W SOMERSET ST", "addr_range": "1413-1427 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "8", "parcelarea": 1057, "objectid": 7028, "Shape__Area": 167.3515625, "Shape__Length": 65.362954709585452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155130260665601, 39.995724125590797 ], [ -75.155091431210394, 39.9959028269977 ], [ -75.155147751663193, 39.995910065806697 ], [ -75.155186585587401, 39.995731366287004 ], [ -75.155130260665601, 39.995724125590797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1945 N LAWRENCE ST", "addr_range": "1943-1947 N LAWRENCE ST; 418 W NORRIS ST", "zipcode": 19122, "district": "7", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 701, "objectid": 7029, "Shape__Area": 111.078125, "Shape__Length": 50.306887191050706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141412222691898, 39.980935181511398 ], [ -75.141583971588503, 39.980958977161002 ], [ -75.141593005879699, 39.9809201718314 ], [ -75.141421040872302, 39.980896516345403 ], [ -75.141412222691898, 39.980935181511398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1929 W HILTON ST", "addr_range": "1929 W HILTON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 942, "objectid": 7030, "Shape__Area": 149.4609375, "Shape__Length": 64.673719981311166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161552564954803, 40.003561105716599 ], [ -75.161602991858103, 40.003567335231097 ], [ -75.161639869128507, 40.0033857227154 ], [ -75.161601476029304, 40.003380569145797 ], [ -75.161591043555504, 40.003379319382503 ], [ -75.161575197674495, 40.003455159205799 ], [ -75.161552564954803, 40.003561105716599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4220 ASPEN ST", "addr_range": "4220 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 975, "objectid": 7031, "Shape__Area": 154.46875, "Shape__Length": 65.326845423771729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208045416112796, 39.965594793395901 ], [ -75.208069764600495, 39.965778838310101 ], [ -75.208075876005097, 39.965778425892701 ], [ -75.208121492774893, 39.965775358540199 ], [ -75.208096269809104, 39.965590584276498 ], [ -75.208045416112796, 39.965594793395901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "42 N 50TH ST", "addr_range": "42 N 50TH ST", "zipcode": 19139, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2503, "objectid": 7032, "Shape__Area": 396.4296875, "Shape__Length": 107.88024982809284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2207696139658, 39.960962923086697 ], [ -75.221169359899093, 39.961014629534397 ], [ -75.221182098740698, 39.960954332527102 ], [ -75.220781491549999, 39.960903817172003 ], [ -75.2207696139658, 39.960962923086697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1924 N 19TH ST", "addr_range": "1924-1926 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1585, "objectid": 7033, "Shape__Area": 251.23828125, "Shape__Length": 90.225361975963324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165146101205906, 39.983374873593299 ], [ -75.165487279328403, 39.983418616824103 ], [ -75.165497861692799, 39.983374574741703 ], [ -75.165474004843503, 39.983371507443998 ], [ -75.165346553213098, 39.983355128277204 ], [ -75.165198534213303, 39.983336223324301 ], [ -75.165154696214799, 39.983330737221401 ], [ -75.165146101205906, 39.983374873593299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2914 N TAYLOR ST", "addr_range": "2914 N TAYLOR ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 709, "objectid": 7034, "Shape__Area": 112.421875, "Shape__Length": 51.323666151723181 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171085429102206, 39.999660297092397 ], [ -75.171263058631297, 39.999683084404701 ], [ -75.171271625224605, 39.999644056648798 ], [ -75.1710934610918, 39.999623225149897 ], [ -75.171085429102206, 39.999660297092397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4203-05 LANCASTER AVE", "addr_range": "4203-05 LANCASTER AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1881, "objectid": 7035, "Shape__Area": 297.90625, "Shape__Length": 75.441793871943148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207754494406402, 39.966882929870998 ], [ -75.207756859955396, 39.966896410833797 ], [ -75.207902999435206, 39.9667554413302 ], [ -75.207792059300004, 39.966685232441797 ], [ -75.207730321854299, 39.966744572345299 ], [ -75.207754494406402, 39.966882929870998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1757 N 31ST ST", "addr_range": "1753-1759 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1354, "objectid": 7036, "Shape__Area": 214.58203125, "Shape__Length": 83.652115125657843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184422023504794, 39.983527880194302 ], [ -75.184738853496498, 39.983569119592197 ], [ -75.184747398806493, 39.983528721018303 ], [ -75.184429591086001, 39.983486766005903 ], [ -75.184422023504794, 39.983527880194302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2931 N STILLMAN ST", "addr_range": "2931-2933 N STILLMAN ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 687, "objectid": 7037, "Shape__Area": 108.9765625, "Shape__Length": 48.056083209561535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171860046847897, 40.0000703912823 ], [ -75.172019613988397, 40.000088627980901 ], [ -75.172028365908702, 40.000049121396898 ], [ -75.171869512467097, 40.000027548969399 ], [ -75.171860046847897, 40.0000703912823 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1844 N VAN PELT ST", "addr_range": "1844-1848 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1190, "objectid": 7038, "Shape__Area": 188.6328125, "Shape__Length": 71.997944719508226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1695973565987, 39.9829226796505 ], [ -75.169859791048907, 39.9829569834667 ], [ -75.1698691694736, 39.9829141871122 ], [ -75.169621279654805, 39.982880999620498 ], [ -75.169606763306803, 39.982879173950799 ], [ -75.1695973565987, 39.9829226796505 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1755 N 31ST ST", "addr_range": "1753-1759 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "4", "parcelarea": 1246, "objectid": 7039, "Shape__Area": 197.4296875, "Shape__Length": 82.740033966400176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184437546435504, 39.9834498042284 ], [ -75.184429591086001, 39.983486766005903 ], [ -75.184747398806493, 39.983528721018303 ], [ -75.184754927582205, 39.983490830658297 ], [ -75.184437546435504, 39.9834498042284 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3948 FOLSOM ST", "addr_range": "3944-3950 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "4", "parcelarea": 882, "objectid": 7040, "Shape__Area": 139.7265625, "Shape__Length": 62.074959402974045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201675996306193, 39.966774752069497 ], [ -75.201628200164606, 39.966780605742201 ], [ -75.2016444900853, 39.966875235179401 ], [ -75.201661063246902, 39.966955572856698 ], [ -75.201708376207506, 39.966949773308897 ], [ -75.201675996306193, 39.966774752069497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1932 N LEITHGOW ST", "addr_range": "1932-1948 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "9", "parcelarea": 401, "objectid": 7041, "Shape__Area": 63.6640625, "Shape__Length": 36.781509768359001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141318843171206, 39.980692032696702 ], [ -75.1414466564962, 39.980709138992097 ], [ -75.141437329891303, 39.980674834107703 ], [ -75.141326269813703, 39.980660171062901 ], [ -75.141318843171206, 39.980692032696702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5161 MASTER ST", "addr_range": "5159-5161 MASTER ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 2059, "objectid": 7042, "Shape__Area": 326.16015625, "Shape__Length": 95.36153133735047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226169270324604, 39.974372258893702 ], [ -75.226219430748102, 39.974641204323298 ], [ -75.2262930040323, 39.9746335376148 ], [ -75.226252748274803, 39.974416634531501 ], [ -75.226244093071102, 39.974365942367299 ], [ -75.226169270324604, 39.974372258893702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3625 MELON ST", "addr_range": "3617-3625 MELON ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 891, "objectid": 7043, "Shape__Area": 141.2421875, "Shape__Length": 57.102828095698762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195841350246198, 39.9654153464828 ], [ -75.1958680015982, 39.965566818732498 ], [ -75.195924349261205, 39.965560271233798 ], [ -75.195898152729697, 39.9654089695034 ], [ -75.195841350246198, 39.9654153464828 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2823 N BAILEY ST", "addr_range": "2823 N BAILEY ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 763, "objectid": 7044, "Shape__Area": 121.08984375, "Shape__Length": 51.14405941169592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173787009805594, 39.998657149285798 ], [ -75.173957500789797, 39.9986802065525 ], [ -75.173967209862994, 39.998637546160197 ], [ -75.173796230583605, 39.9986146707637 ], [ -75.173787009805594, 39.998657149285798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3816 BROWN ST", "addr_range": "3810-3820 BROWN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "6", "parcelarea": 1246, "objectid": 7045, "Shape__Area": 197.42578125, "Shape__Length": 75.986171109659807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198735506486599, 39.967591153299303 ], [ -75.198736451590804, 39.967596138855399 ], [ -75.198777060024, 39.9678078870283 ], [ -75.198830981488499, 39.967801284122501 ], [ -75.198792707371993, 39.967589797808799 ], [ -75.1987918079883, 39.967584748397499 ], [ -75.198770360291107, 39.967586866414898 ], [ -75.198735506486599, 39.967591153299303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1909 N VAN PELT ST", "addr_range": "2113-2115, 2119-2121 W BERKS ST; 1909 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1128, "objectid": 7046, "Shape__Area": 178.78515625, "Shape__Length": 71.319011176130829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169014331590105, 39.983542545446397 ], [ -75.169276515305, 39.983577925225198 ], [ -75.169284940015302, 39.983537090595398 ], [ -75.169023063732695, 39.983501330310098 ], [ -75.169014331590105, 39.983542545446397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2631 W SILVER ST", "addr_range": "2631 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 692, "objectid": 7047, "Shape__Area": 109.6796875, "Shape__Length": 50.615150732346031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174578495911902, 39.997557180352899 ], [ -75.174629319302696, 39.9975633662646 ], [ -75.174655645574504, 39.997429002411501 ], [ -75.174606673741593, 39.997423792399303 ], [ -75.1745904442365, 39.997502415504798 ], [ -75.174583140332999, 39.997540826666999 ], [ -75.174578495911902, 39.997557180352899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1936 N 22ND ST", "addr_range": "1936-1940 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1873, "objectid": 7048, "Shape__Area": 296.84375, "Shape__Length": 94.026073723167627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170462690587897, 39.984448528301499 ], [ -75.170474240051107, 39.984449561855797 ], [ -75.170476392003394, 39.9844497390675 ], [ -75.170478007269494, 39.984443600725001 ], [ -75.170485577793698, 39.984408679097697 ], [ -75.170486439833397, 39.984399767625 ], [ -75.170137918265496, 39.984350538561202 ], [ -75.170127284639193, 39.984394402353601 ], [ -75.170127060725605, 39.984395332572603 ], [ -75.1701255441737, 39.984401584855597 ], [ -75.170462690587897, 39.984448528301499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2912 W NORRIS ST", "addr_range": "2912 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 877, "objectid": 7049, "Shape__Area": 139.09375, "Shape__Length": 57.704723900700301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181383250510606, 39.9863061080016 ], [ -75.181436592398498, 39.986313040318102 ], [ -75.181459653426899, 39.9862008634408 ], [ -75.181468362026294, 39.986158437840302 ], [ -75.181413307071296, 39.986151369888603 ], [ -75.181383250510606, 39.9863061080016 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2415 N 10TH ST", "addr_range": "2413-2415 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1354, "objectid": 7050, "Shape__Area": 214.640625, "Shape__Length": 75.519191669115813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148225300168306, 39.988874345396397 ], [ -75.148484870499502, 39.988909906009098 ], [ -75.148487726232801, 39.9888966068063 ], [ -75.148495244107906, 39.988862329403901 ], [ -75.148223142885001, 39.988825630590199 ], [ -75.148211888683306, 39.988872155545302 ], [ -75.148225300168306, 39.988874345396397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1846 N VAN PELT ST", "addr_range": "1844-1848 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1309, "objectid": 7051, "Shape__Area": 207.53515625, "Shape__Length": 73.26582986298132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1695973565987, 39.9829226796505 ], [ -75.169587266680907, 39.9829698938793 ], [ -75.169600045329602, 39.982971615607802 ], [ -75.169849420479494, 39.983004899601902 ], [ -75.169859791048907, 39.9829569834667 ], [ -75.1695973565987, 39.9829226796505 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1815 N CROSKEY ST", "addr_range": "1813-1815 N CROSKEY ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1125, "objectid": 7052, "Shape__Area": 178.30859375, "Shape__Length": 70.21016586249263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170946400425706, 39.982357683087201 ], [ -75.171201189088606, 39.982395148505503 ], [ -75.171210077933907, 39.982353098813 ], [ -75.170954172093801, 39.982315817340599 ], [ -75.170946400425706, 39.982357683087201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2451 N PATTON ST", "addr_range": "2447-2451 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 661, "objectid": 7053, "Shape__Area": 104.76171875, "Shape__Length": 50.151825856198329 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183349765039097, 39.994056333184403 ], [ -75.183525569847603, 39.994078285196998 ], [ -75.183528453765106, 39.994063567715799 ], [ -75.183532454489793, 39.994043105140001 ], [ -75.183357925111295, 39.994019520193199 ], [ -75.183349765039097, 39.994056333184403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2501 N SPANGLER ST", "addr_range": "2501-2503 N SPANGLER ST", "zipcode": 19132, "district": "4", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 794, "objectid": 7054, "Shape__Area": 125.97265625, "Shape__Length": 53.245090781260892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186019444542595, 39.994949467097797 ], [ -75.186030827944194, 39.994951103513202 ], [ -75.186201019505802, 39.994973559385301 ], [ -75.186210211829206, 39.994932111065197 ], [ -75.186040540007994, 39.994909202794197 ], [ -75.186040426879899, 39.9949091894552 ], [ -75.186036534621493, 39.994908710576503 ], [ -75.186029093612703, 39.994907776709603 ], [ -75.186019444542595, 39.994949467097797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2451 N DOUGLAS ST", "addr_range": "2451 N DOUGLAS ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 742, "objectid": 7055, "Shape__Area": 107.84765625, "Shape__Length": 49.825928976030447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184946714297695, 39.994268090275597 ], [ -75.185117319075303, 39.994291245405599 ], [ -75.185125811856906, 39.994253973021401 ], [ -75.184954643587702, 39.994229611473102 ], [ -75.184946714297695, 39.994268090275597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2265 N 21ST ST", "addr_range": "2253-2267 N 21ST ST", "zipcode": 19132, "district": "5", "year": "2020", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1181, "objectid": 7056, "Shape__Area": 184.39453125, "Shape__Length": 73.977439397399706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167241171409799, 39.989252627926902 ], [ -75.167249107295703, 39.989212007664598 ], [ -75.166974370090699, 39.989176631342502 ], [ -75.1669658636402, 39.989216788241698 ], [ -75.167241171409799, 39.989252627926902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3140 N CARLISLE ST", "addr_range": "3140-3142 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 648, "objectid": 7057, "Shape__Area": 102.8046875, "Shape__Length": 49.303736899509225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154164345692905, 40.0010421342268 ], [ -75.154329119709303, 40.0010634470177 ], [ -75.154335543042393, 40.001064286039302 ], [ -75.154334486419998, 40.001063424201298 ], [ -75.154341662136204, 40.001027573662398 ], [ -75.154171582601606, 40.001005819253798 ], [ -75.154164345692905, 40.0010421342268 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3142 N CARLISLE ST", "addr_range": "3140-3142 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 746, "objectid": 7058, "Shape__Area": 118.37890625, "Shape__Length": 50.93888063989889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154155883039707, 40.0010831139844 ], [ -75.1543201943811, 40.001105560616502 ], [ -75.154327220941596, 40.0011065259052 ], [ -75.154335543042393, 40.001064286039302 ], [ -75.154329119709303, 40.0010634470177 ], [ -75.154164345692905, 40.0010421342268 ], [ -75.154155883039707, 40.0010831139844 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3006 W NEVADA ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 992, "objectid": 7059, "Shape__Area": 157.23828125, "Shape__Length": 60.953979506366537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182116929939596, 39.990718249207902 ], [ -75.182085458350201, 39.990880999150001 ], [ -75.182143373660793, 39.990888484779603 ], [ -75.182175589751296, 39.990725961415698 ], [ -75.182116929939596, 39.990718249207902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3016 W NEVADA ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 929, "objectid": 7060, "Shape__Area": 147.3046875, "Shape__Length": 59.962471342326133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1823677821437, 39.990916186129198 ], [ -75.182423092063303, 39.990923306990403 ], [ -75.182457387754098, 39.9907617166756 ], [ -75.182402997822393, 39.990754680379602 ], [ -75.1823677821437, 39.990916186129198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3020 W NEVADA ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 962, "objectid": 7061, "Shape__Area": 152.48828125, "Shape__Length": 60.232057127994366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182514914562006, 39.990769499772 ], [ -75.182481286299193, 39.990930604970103 ], [ -75.182539150439297, 39.990938330724099 ], [ -75.182570988597604, 39.990777475595898 ], [ -75.182514914562006, 39.990769499772 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3012 W NEVADA ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 998, "objectid": 7062, "Shape__Area": 158.1796875, "Shape__Length": 60.977476894376728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182253064731896, 39.990902286946302 ], [ -75.182310355214199, 39.990909662104698 ], [ -75.182347215309704, 39.990747886812301 ], [ -75.182287025655697, 39.990740173806799 ], [ -75.182253064731896, 39.990902286946302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3002 W NEVADA ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 976, "objectid": 7063, "Shape__Area": 154.73828125, "Shape__Length": 60.655117317501457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182060508227806, 39.990711168193599 ], [ -75.182003712756796, 39.990703996797301 ], [ -75.181983964495998, 39.990800047737601 ], [ -75.181971802558905, 39.990866753119398 ], [ -75.182028916120402, 39.990873818117898 ], [ -75.182060508227806, 39.990711168193599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3004 W NEVADA ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 960, "objectid": 7064, "Shape__Area": 152.27734375, "Shape__Length": 60.542891902845774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182060508227806, 39.990711168193599 ], [ -75.182028916120402, 39.990873818117898 ], [ -75.182085458350201, 39.990880999150001 ], [ -75.182116929939596, 39.990718249207902 ], [ -75.182060508227806, 39.990711168193599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3010 W NEVADA ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 919, "objectid": 7065, "Shape__Area": 145.62890625, "Shape__Length": 60.000735644241885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182198890640805, 39.9908956428186 ], [ -75.182253064731896, 39.990902286946302 ], [ -75.182287025655697, 39.990740173806799 ], [ -75.182233296905395, 39.990732845877197 ], [ -75.182198890640805, 39.9908956428186 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3008 W NEVADA ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 963, "objectid": 7066, "Shape__Area": 152.7265625, "Shape__Length": 60.615519435442252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182175589751296, 39.990725961415698 ], [ -75.182143373660793, 39.990888484779603 ], [ -75.182198890640805, 39.9908956428186 ], [ -75.182233296905395, 39.990732845877197 ], [ -75.182175589751296, 39.990725961415698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3018 W NEVADA ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 979, "objectid": 7067, "Shape__Area": 155.14453125, "Shape__Length": 60.560063889088347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182423092063303, 39.990923306990403 ], [ -75.182481286299193, 39.990930604970103 ], [ -75.182514914562006, 39.990769499772 ], [ -75.182457387754098, 39.9907617166756 ], [ -75.182423092063303, 39.990923306990403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3014 W NEVADA ST", "addr_range": "2236-2244 N 30TH ST; 3002-3020 W NEVADA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "15", "parcelarea": 958, "objectid": 7068, "Shape__Area": 151.87109375, "Shape__Length": 60.402938517280958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182310355214199, 39.990909662104698 ], [ -75.1823677821437, 39.990916186129198 ], [ -75.182402997822393, 39.990754680379602 ], [ -75.182347215309704, 39.990747886812301 ], [ -75.182310355214199, 39.990909662104698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1648 N 30TH ST", "addr_range": "1648 N 30TH ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1125, "objectid": 7069, "Shape__Area": 178.3671875, "Shape__Length": 71.593972651394395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183682177271905, 39.981729318117097 ], [ -75.183912060772599, 39.981760523741301 ], [ -75.183967964874597, 39.981724506149902 ], [ -75.1836915688787, 39.981687052721398 ], [ -75.183682177271905, 39.981729318117097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1443 S 32ND ST", "addr_range": "1443 S 32ND ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 816, "objectid": 7070, "Shape__Area": 129.18359375, "Shape__Length": 54.184482912848459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196960146392001, 39.935672103936 ], [ -75.196980963373704, 39.935674856796602 ], [ -75.197145552061201, 39.935696557790202 ], [ -75.1971546064607, 39.935654525537998 ], [ -75.196989804359703, 39.935632899994097 ], [ -75.196969655616101, 39.935630243101002 ], [ -75.196960146392001, 39.935672103936 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2920 N RINGGOLD ST", "addr_range": "2920 N RINGGOLD ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 567, "objectid": 7071, "Shape__Area": 90.015625, "Shape__Length": 43.121779980284842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170585676677305, 39.999716756583297 ], [ -75.170726486048096, 39.999735459317897 ], [ -75.170734860770096, 39.9996965254945 ], [ -75.170594012380207, 39.999678821115197 ], [ -75.170585676677305, 39.999716756583297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2963 N TAYLOR ST", "addr_range": "2961-2963 N TAYLOR ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 730, "objectid": 7072, "Shape__Area": 115.7109375, "Shape__Length": 52.339235234091753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170559705768497, 40.000531673742202 ], [ -75.170741940845801, 40.000554112989199 ], [ -75.170750251531501, 40.0005168364901 ], [ -75.170568654685596, 40.000492525774298 ], [ -75.170559705768497, 40.000531673742202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1203 S 26TH ST", "addr_range": "1201-1203; 1207; 1211-1213 S 26TH ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 531, "objectid": 7073, "Shape__Area": 84.17578125, "Shape__Length": 41.332031015598176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186816814122196, 39.938595713099197 ], [ -75.186825129371698, 39.9385578177491 ], [ -75.186691320632605, 39.938541323833597 ], [ -75.186683005310499, 39.938579219174102 ], [ -75.186816814122196, 39.938595713099197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2621 W SILVER ST", "addr_range": "2621-2623 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 670, "objectid": 7074, "Shape__Area": 106.27734375, "Shape__Length": 50.205480876586222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174333630638003, 39.997526216570499 ], [ -75.174381729271701, 39.997531809858003 ], [ -75.174388147461102, 39.997500197692801 ], [ -75.174393544557901, 39.997471723367298 ], [ -75.174409053818394, 39.997398257735902 ], [ -75.174360975424406, 39.997392133314598 ], [ -75.174333630638003, 39.997526216570499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2137 N 19TH ST", "addr_range": "2133-2139 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1521, "objectid": 7075, "Shape__Area": 241.078125, "Shape__Length": 84.731525391152246 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163921762886901, 39.9866614975993 ], [ -75.164236860187401, 39.986702642758203 ], [ -75.1642467903621, 39.986656506528803 ], [ -75.163931451741107, 39.986615613645398 ], [ -75.163921762886901, 39.9866614975993 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2967 N LAWRENCE ST", "addr_range": "2967-2971 N LAWRENCE ST; 2976-2980 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 602, "objectid": 7076, "Shape__Area": 95.43359375, "Shape__Length": 49.072958751169089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138047440404605, 39.996364645039698 ], [ -75.138221776766002, 39.996388617251597 ], [ -75.138228166991993, 39.996355458134801 ], [ -75.138054297555499, 39.996331836240799 ], [ -75.138051650914605, 39.996344511077901 ], [ -75.138047440404605, 39.996364645039698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "811 N 41ST ST", "addr_range": "801-811 N 41ST ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2186, "objectid": 7077, "Shape__Area": 346.3125, "Shape__Length": 94.281135877223903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205210558586103, 39.967587318465498 ], [ -75.205222529029996, 39.967662041106898 ], [ -75.205317816162804, 39.967651209653802 ], [ -75.205472939265903, 39.967633597836802 ], [ -75.205557075545499, 39.967624034391598 ], [ -75.205554794909801, 39.967573626717801 ], [ -75.205210558586103, 39.967587318465498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2535 W OXFORD ST", "addr_range": "2521-2523, 2527, 2531-2535 W OXFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1036, "objectid": 7078, "Shape__Area": 164.12890625, "Shape__Length": 66.351193068751883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176941905578204, 39.9799612629268 ], [ -75.176995499094502, 39.9799680895443 ], [ -75.177032649750998, 39.979783303213701 ], [ -75.176978893546803, 39.979776972123403 ], [ -75.176941905578204, 39.9799612629268 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2630 N HOLLYWOOD ST", "addr_range": "2626-2630 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 686, "objectid": 7079, "Shape__Area": 108.78515625, "Shape__Length": 49.132067193524335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179431510573295, 39.996214762452702 ], [ -75.179597658744001, 39.996236681631302 ], [ -75.179606083457799, 39.996197425837302 ], [ -75.179439941014095, 39.996175295960498 ], [ -75.179431510573295, 39.996214762452702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2310 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1047, "objectid": 7080, "Shape__Area": 165.984375, "Shape__Length": 66.75506272223609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167316297903795, 39.9896896985354 ], [ -75.167552694064199, 39.989719358477103 ], [ -75.167558326114602, 39.989720065448402 ], [ -75.167565765337002, 39.989684801336203 ], [ -75.1675670715466, 39.989678575882998 ], [ -75.167561418432896, 39.9896778684381 ], [ -75.167325028237698, 39.989648578962303 ], [ -75.167316297903795, 39.9896896985354 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "754 E HILTON ST", "addr_range": "748-754 E HILTON ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 737, "objectid": 7081, "Shape__Area": 116.83203125, "Shape__Length": 52.195062335812906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115794319999793, 39.997261476655602 ], [ -75.1158451558167, 39.9972677376539 ], [ -75.115872222300197, 39.997136205631797 ], [ -75.115873566385602, 39.997129643640498 ], [ -75.115834336688096, 39.997124085086703 ], [ -75.115822842307693, 39.997122709444199 ], [ -75.115821446720602, 39.997129511729099 ], [ -75.115794319999793, 39.997261476655602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2662 N 16TH ST", "addr_range": "1600 W LEHIGH AVE; 2662 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 838, "objectid": 7082, "Shape__Area": 132.94921875, "Shape__Length": 60.998819311623755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157967115996001, 39.994027907170498 ], [ -75.157959530890807, 39.994064118057501 ], [ -75.158182404119202, 39.994094201666996 ], [ -75.158190459209706, 39.994058871762597 ], [ -75.157967115996001, 39.994027907170498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2455 N CARLISLE ST", "addr_range": "2453-2455 N CARLISLE ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 935, "objectid": 7083, "Shape__Area": 148.2578125, "Shape__Length": 62.910842275301896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155831019711101, 39.9908079211421 ], [ -75.156058008414803, 39.990838615736699 ], [ -75.156066920420201, 39.990799485912198 ], [ -75.155839516523898, 39.990768716174202 ], [ -75.155831019711101, 39.9908079211421 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2004 CECIL B MOORE AVE", "addr_range": "2004-2012, 2016-2032 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 2012, "objectid": 7084, "Shape__Area": 318.7890625, "Shape__Length": 91.192199788051653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167672114304096, 39.979856411194397 ], [ -75.167749284522301, 39.979868045276604 ], [ -75.167774372997201, 39.979756528977099 ], [ -75.167800635359399, 39.9796455869037 ], [ -75.167802677152693, 39.979638152622002 ], [ -75.167807443938898, 39.979617513115002 ], [ -75.167731370698803, 39.9796067912485 ], [ -75.1677255830581, 39.979631146091997 ], [ -75.167672114304096, 39.979856411194397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2402 N 19TH ST", "addr_range": "2402-2408 N 19TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1112, "objectid": 7085, "Shape__Area": 176.2421875, "Shape__Length": 67.046562049464157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1637974255774, 39.990598981153603 ], [ -75.163804472968096, 39.990599896797697 ], [ -75.163805141688002, 39.9905966402779 ], [ -75.163814508837206, 39.990555406425997 ], [ -75.1638070635818, 39.9905544493812 ], [ -75.163805060803796, 39.990554195219303 ], [ -75.163574567441799, 39.990524644385502 ], [ -75.1635662171973, 39.990568946568601 ], [ -75.163795401212099, 39.9905987093858 ], [ -75.1637974255774, 39.990598981153603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2955 GERRITT ST", "addr_range": "2950 REED ST; 2955 GERRITT ST", "zipcode": 19146, "district": "2", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 775, "objectid": 7086, "Shape__Area": 122.63671875, "Shape__Length": 49.668104751790167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193786662873194, 39.9360257992128 ], [ -75.193847918944698, 39.9360328714817 ], [ -75.193849584374505, 39.9360247833119 ], [ -75.1938538168843, 39.936004114821003 ], [ -75.193873048194305, 39.935910356590497 ], [ -75.193813557787294, 39.935903114652398 ], [ -75.193793084310002, 39.935996474874599 ], [ -75.193788661800497, 39.936016655287702 ], [ -75.193786662873194, 39.9360257992128 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2312 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1115, "objectid": 7087, "Shape__Area": 176.71875, "Shape__Length": 67.552880014885631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167558326114602, 39.989720065448402 ], [ -75.167552694064199, 39.989719358477103 ], [ -75.167316297903795, 39.9896896985354 ], [ -75.167306951654098, 39.989733768586397 ], [ -75.167543481656807, 39.989763239639302 ], [ -75.167549092123906, 39.989763929006202 ], [ -75.167549554681699, 39.9897617148089 ], [ -75.167557760262298, 39.989722808920199 ], [ -75.167558326114602, 39.989720065448402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2313 N 10TH ST", "addr_range": "2311-2317 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1001, "objectid": 7088, "Shape__Area": 158.68359375, "Shape__Length": 60.620620907429746 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148605358613807, 39.987338478173498 ], [ -75.148815049598298, 39.987365783255903 ], [ -75.148824504786205, 39.987320796069604 ], [ -75.148788270450396, 39.987315381464697 ], [ -75.148615698784994, 39.987292866830401 ], [ -75.148605358613807, 39.987338478173498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2341 TURNER ST", "addr_range": "2341-2343 TURNER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 856, "objectid": 7089, "Shape__Area": 135.63671875, "Shape__Length": 58.859311794956284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173752828376195, 39.979999266338503 ], [ -75.1738039104672, 39.980005941666001 ], [ -75.173838028391202, 39.9798445261411 ], [ -75.173787649141104, 39.979838591919098 ], [ -75.173752828376195, 39.979999266338503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1639 N BOUVIER ST", "addr_range": "1628-1630 N 17TH ST; 1639 N BOUVIER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1105, "objectid": 7090, "Shape__Area": 175.0703125, "Shape__Length": 69.914232481098068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163236260923895, 39.979033696169402 ], [ -75.1632266550141, 39.979074650670803 ], [ -75.1634823399841, 39.979109075029697 ], [ -75.163487392784504, 39.9790875402024 ], [ -75.163491994591098, 39.979067945008801 ], [ -75.163236260923895, 39.979033696169402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 N 20TH ST", "addr_range": "2334-2348 N 20TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1239, "objectid": 7091, "Shape__Area": 196.48828125, "Shape__Length": 74.273158484170366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165288745505904, 39.9901191087081 ], [ -75.165561038288502, 39.9901555133724 ], [ -75.1655705133456, 39.990112460880397 ], [ -75.165298788812294, 39.990075472559198 ], [ -75.165296704411503, 39.9900845339819 ], [ -75.165288745505904, 39.9901191087081 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2444 N CORLIES ST", "addr_range": "2442-2448 N CORLIES ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 649, "objectid": 7092, "Shape__Area": 102.8828125, "Shape__Length": 47.677386951054324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181631600071398, 39.993706693563198 ], [ -75.1817929063848, 39.993727389503498 ], [ -75.181800845051498, 39.993689266087202 ], [ -75.181640170023499, 39.993667956277299 ], [ -75.181631600071398, 39.993706693563198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "807 N 41ST ST", "addr_range": "801-811 N 41ST ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2419, "objectid": 7093, "Shape__Area": 383.125, "Shape__Length": 98.270674255874425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205193395602294, 39.9674549353442 ], [ -75.205200073168101, 39.967521624380403 ], [ -75.205551842240297, 39.967508147467299 ], [ -75.205548819854798, 39.967441184519302 ], [ -75.205193395602294, 39.9674549353442 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2446 N CORLIES ST", "addr_range": "2442-2448 N CORLIES ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 628, "objectid": 7094, "Shape__Area": 99.58984375, "Shape__Length": 47.235018234100473 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181624764138803, 39.993743905494703 ], [ -75.181784424341004, 39.9937649196103 ], [ -75.1817929063848, 39.993727389503498 ], [ -75.181631600071398, 39.993706693563198 ], [ -75.181624764138803, 39.993743905494703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2441 SEYBERT ST", "addr_range": "2437-2441 SEYBERT ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 615, "objectid": 7095, "Shape__Area": 97.48046875, "Shape__Length": 46.02590928153684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176194550304402, 39.976150328389402 ], [ -75.176243716738099, 39.976156089348102 ], [ -75.176267348869402, 39.976037816408699 ], [ -75.176217198752695, 39.976031468461002 ], [ -75.176194550304402, 39.976150328389402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2602 N 29TH ST", "addr_range": "2600-2614 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1083, "objectid": 7096, "Shape__Area": 171.73046875, "Shape__Length": 67.573452829841813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179018010035904, 39.995625368041303 ], [ -75.179262395493097, 39.995657793359001 ], [ -75.1792710654437, 39.995615931048 ], [ -75.179027905839007, 39.995582630388803 ], [ -75.179018010035904, 39.995625368041303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "666 E LIPPINCOTT ST", "addr_range": "664-666 E LIPPINCOTT ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 713, "objectid": 7097, "Shape__Area": 113.01953125, "Shape__Length": 51.685490289829168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117730340517696, 39.996155543492897 ], [ -75.117780104482904, 39.996161875480603 ], [ -75.117805508313893, 39.996028821872798 ], [ -75.117806452493397, 39.996023927508404 ], [ -75.117757361103202, 39.996017594734603 ], [ -75.117756420112002, 39.996022376543003 ], [ -75.117730340517696, 39.996155543492897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2319 N 21ST ST", "addr_range": "2301-2361 N 21ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "31", "parcelarea": 1306, "objectid": 7098, "Shape__Area": 206.96875, "Shape__Length": 76.286255275876911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166809079512404, 39.989817479256999 ], [ -75.167089011685604, 39.989854680245102 ], [ -75.167097830653603, 39.9898107109695 ], [ -75.166818822340304, 39.989772384700601 ], [ -75.166809079512404, 39.989817479256999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5635 WARRINGTON AVE", "addr_range": "5627, 5631, 5635 WARRINGTON AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1098, "objectid": 7099, "Shape__Area": 173.8359375, "Shape__Length": 68.267941437549879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229349482377799, 39.939600593238197 ], [ -75.229353851971894, 39.939604218475402 ], [ -75.2293605793962, 39.939599531571801 ], [ -75.229395385816602, 39.939575213639301 ], [ -75.229390894086606, 39.939571504629697 ], [ -75.229237364206995, 39.939444236101799 ], [ -75.2292248367566, 39.939434224594301 ], [ -75.229183820184303, 39.939462821773603 ], [ -75.229232211858502, 39.939502990429297 ], [ -75.229349482377799, 39.939600593238197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2802 N BAMBREY ST", "addr_range": "2800-2802 N BAMBREY ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 653, "objectid": 7100, "Shape__Area": 103.50390625, "Shape__Length": 48.773836386518845 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173070705383296, 39.998133879073102 ], [ -75.173226971924294, 39.998156150515101 ], [ -75.173237667907998, 39.998157663740301 ], [ -75.173244589077498, 39.998129915646103 ], [ -75.173246214835203, 39.998120199580903 ], [ -75.173235060011294, 39.998118676056698 ], [ -75.173078655202701, 39.998097271897997 ], [ -75.173070705383296, 39.998133879073102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1820 N 22ND ST", "addr_range": "1820-1832 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1660, "objectid": 7101, "Shape__Area": 263.10546875, "Shape__Length": 90.835180485606386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170550845957905, 39.982477815832297 ], [ -75.170717426955903, 39.982499017785003 ], [ -75.170891628979206, 39.982523099206396 ], [ -75.170901720823096, 39.982476980560001 ], [ -75.170560950876293, 39.982430248674603 ], [ -75.170550845957905, 39.982477815832297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4317 N 15TH ST", "addr_range": "4317-4319 N 15TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1208, "objectid": 7102, "Shape__Area": 191.71875, "Shape__Length": 81.561596710482121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150365973732903, 40.019115614487198 ], [ -75.150356778501504, 40.019153174305899 ], [ -75.150670306968493, 40.0191947044408 ], [ -75.150677993047296, 40.019158786332902 ], [ -75.150365973732903, 40.019115614487198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1923 W SUSQUEHANNA AVE", "addr_range": "1913-1923 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1374, "objectid": 7103, "Shape__Area": 217.828125, "Shape__Length": 75.822495924014078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164758614744599, 39.987697577088902 ], [ -75.164820983138398, 39.987705236737703 ], [ -75.164865729955807, 39.987495864746897 ], [ -75.164802918294896, 39.987487792380001 ], [ -75.164758614744599, 39.987697577088902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1423 W SOMERSET ST", "addr_range": "1413-1427 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "8", "parcelarea": 1057, "objectid": 7104, "Shape__Area": 167.35546875, "Shape__Length": 65.362975746079968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155017610857897, 39.995709644115301 ], [ -75.154978779978507, 39.995888344557599 ], [ -75.155035101543405, 39.995895584348503 ], [ -75.155073935755695, 39.995716884866802 ], [ -75.155017610857897, 39.995709644115301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "634 MASTER ST", "addr_range": "634 MASTER ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 585, "objectid": 7105, "Shape__Area": 92.8046875, "Shape__Length": 49.768523347526603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147270268849994, 39.972786366462699 ], [ -75.147239934167004, 39.972923893222699 ], [ -75.147280386438794, 39.972929175306703 ], [ -75.147310886744094, 39.972790899941998 ], [ -75.147270268849994, 39.972786366462699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1326 N FRANKLIN ST", "addr_range": "1326 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1754, "objectid": 7106, "Shape__Area": 277.87109375, "Shape__Length": 93.763630070320559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148593892139999, 39.972597426886502 ], [ -75.148947577905602, 39.972642851333198 ], [ -75.148957833881198, 39.972595582010399 ], [ -75.148604148389296, 39.972550156695199 ], [ -75.148593892139999, 39.972597426886502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1411 N 8TH ST", "addr_range": "1411-1413 N 8TH ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1756, "objectid": 7107, "Shape__Area": 277.88671875, "Shape__Length": 95.198023652849528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148838048839494, 39.973548437705198 ], [ -75.148944922183901, 39.973562159961503 ], [ -75.149198480323705, 39.9735967136304 ], [ -75.149208328928296, 39.973550172990002 ], [ -75.148847905166804, 39.973501671109098 ], [ -75.148838048839494, 39.973548437705198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "807 DIAMOND ST", "addr_range": "805-807 DIAMOND ST; 2100 N 8TH ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 985, "objectid": 7108, "Shape__Area": 156.11328125, "Shape__Length": 62.960141165460875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147462518554093, 39.9837728760183 ], [ -75.147469405599793, 39.9837736124502 ], [ -75.1475170708962, 39.983779851667599 ], [ -75.147552402501404, 39.983608104702903 ], [ -75.147503790784697, 39.983601441280001 ], [ -75.147497666686505, 39.983600479776101 ], [ -75.147462518554093, 39.9837728760183 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4301 WAYNE AVE", "addr_range": "4301 WAYNE AVE", "zipcode": 19140, "district": "8", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 27450, "objectid": 7109, "Shape__Area": 22617.140625, "Shape__Length": 681.91598094290589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155943023501294, 40.019244198352602 ], [ -75.156224516994598, 40.019114041426697 ], [ -75.1562616369377, 40.019161509322103 ], [ -75.156491689237598, 40.019455697629702 ], [ -75.157885054644694, 40.018887103581001 ], [ -75.157283043312603, 40.018111984747598 ], [ -75.156050873440194, 40.018634442432599 ], [ -75.1560505315516, 40.018634587882197 ], [ -75.1562047155589, 40.018831709234803 ], [ -75.156273775021702, 40.018920000151702 ], [ -75.155858550327295, 40.019111993948499 ], [ -75.155943023501294, 40.019244198352602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1425 W SOMERSET ST", "addr_range": "1413-1427 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "8", "parcelarea": 1057, "objectid": 7110, "Shape__Area": 167.35546875, "Shape__Length": 65.362835959092195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155073935755695, 39.995716884866802 ], [ -75.155035106190894, 39.995895585354504 ], [ -75.155091426597295, 39.995902825091399 ], [ -75.155130260665601, 39.995724125590797 ], [ -75.155073935755695, 39.995716884866802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1338 N FRANKLIN ST", "addr_range": "1338 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1754, "objectid": 7111, "Shape__Area": 277.87890625, "Shape__Length": 93.763869810949785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148532351832003, 39.972881052462498 ], [ -75.148886038929405, 39.972926479799099 ], [ -75.148896293820599, 39.972879210455702 ], [ -75.148542609336999, 39.972833782303503 ], [ -75.148532351832003, 39.972881052462498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2261 N 17TH ST", "addr_range": "2259-2261 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1092, "objectid": 7112, "Shape__Area": 173.09765625, "Shape__Length": 67.052100661127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160671828841799, 39.988235124949902 ], [ -75.160436432301097, 39.988204731671502 ], [ -75.160431050905302, 39.988204030001498 ], [ -75.160427396172295, 39.988219084621697 ], [ -75.160421891645797, 39.988247476701702 ], [ -75.160427105784706, 39.988248141260698 ], [ -75.160662329357507, 39.988278159433897 ], [ -75.160671828841799, 39.988235124949902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2259 N 17TH ST", "addr_range": "2259-2261 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1101, "objectid": 7113, "Shape__Area": 174.5390625, "Shape__Length": 67.233041722682444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160436432301097, 39.988204731671502 ], [ -75.160671828841799, 39.988235124949902 ], [ -75.160681693951503, 39.988191840121999 ], [ -75.160445831335295, 39.9881610173722 ], [ -75.160440555826696, 39.988160334309903 ], [ -75.160435803953405, 39.988180538714801 ], [ -75.160431050905302, 39.988204030001498 ], [ -75.160436432301097, 39.988204731671502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1853 N 19TH ST", "addr_range": "1851-1853 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 996, "objectid": 7114, "Shape__Area": 163.76171875, "Shape__Length": 63.679006070946187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164899079178596, 39.982598750576003 ], [ -75.165123902020596, 39.982629588931196 ], [ -75.165133192497706, 39.982585888098903 ], [ -75.164909068200899, 39.982554887092299 ], [ -75.164899079178596, 39.982598750576003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "838 UNION ST", "addr_range": "836-838 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1049, "objectid": 7115, "Shape__Area": 166.20703125, "Shape__Length": 73.172544970328175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202299596239101, 39.968869114707097 ], [ -75.202306292093894, 39.968905613510401 ], [ -75.202584082172393, 39.968872352179503 ], [ -75.202577865659407, 39.9688370254323 ], [ -75.202555297742506, 39.968838812951603 ], [ -75.202550055613699, 39.968840018343698 ], [ -75.202530321036207, 39.968842256193703 ], [ -75.2024943595314, 39.968845906952801 ], [ -75.202483895087099, 39.968847882985997 ], [ -75.202469987089998, 39.968848912194296 ], [ -75.2024624513719, 39.968849856726301 ], [ -75.202445802414005, 39.968851937817597 ], [ -75.202426446448499, 39.968854102965402 ], [ -75.202299596239101, 39.968869114707097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2016 W NORRIS ST", "addr_range": "2010-2016 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1076, "objectid": 7116, "Shape__Area": 170.328125, "Shape__Length": 68.909262930196405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166965036606797, 39.9844335836951 ], [ -75.167018056708997, 39.984440129 ], [ -75.167059428381506, 39.984255392502398 ], [ -75.167061267382394, 39.984247259884697 ], [ -75.167008248314801, 39.984240167703803 ], [ -75.167006452704797, 39.984248267959799 ], [ -75.166965036606797, 39.9844335836951 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2526 W ARIZONA ST", "addr_range": "2526 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 658, "objectid": 7117, "Shape__Area": 104.3359375, "Shape__Length": 46.967983427381235 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174210089831902, 39.991230526097098 ], [ -75.174184984731795, 39.991349813577102 ], [ -75.174237638016194, 39.991356798584803 ], [ -75.1742627302215, 39.9912378486856 ], [ -75.174210089831902, 39.991230526097098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2014 W NORRIS ST", "addr_range": "2010-2016 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1084, "objectid": 7118, "Shape__Area": 171.62109375, "Shape__Length": 68.998045951327526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167006452704797, 39.984248267959799 ], [ -75.167008248314801, 39.984240167703803 ], [ -75.166954883012195, 39.984233340713097 ], [ -75.166953164081903, 39.9842410876945 ], [ -75.1669116925287, 39.9844262255667 ], [ -75.166965036606797, 39.9844335836951 ], [ -75.167006452704797, 39.984248267959799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "729 N 39TH ST", "addr_range": "729-733 N 39TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1332, "objectid": 7119, "Shape__Area": 211.03125, "Shape__Length": 78.002074875835717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199829360431096, 39.966333812088301 ], [ -75.199837347295798, 39.966377770359003 ], [ -75.200127553478694, 39.9663472256467 ], [ -75.200118947109004, 39.9663035761928 ], [ -75.199961570389306, 39.966319308818697 ], [ -75.199829360431096, 39.966333812088301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3859 FAIRMOUNT AVE", "addr_range": "3859 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1475, "objectid": 7120, "Shape__Area": 233.69921875, "Shape__Length": 84.501402304423266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199581427491495, 39.965603254941598 ], [ -75.199584201397201, 39.965619195021397 ], [ -75.199585675205796, 39.965632960908103 ], [ -75.199592381715803, 39.965666945442798 ], [ -75.199626165515696, 39.9658468027732 ], [ -75.199684244405503, 39.965840484727799 ], [ -75.199646343804403, 39.965638533356 ], [ -75.199645351394395, 39.965628163248503 ], [ -75.199639379752497, 39.965596935910597 ], [ -75.199581427491495, 39.965603254941598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2010 W NORRIS ST", "addr_range": "2010-2016 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1085, "objectid": 7121, "Shape__Area": 171.76171875, "Shape__Length": 68.937375646390208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166900750689294, 39.984234023511398 ], [ -75.166902397773498, 39.984226533505002 ], [ -75.166849052728793, 39.984219174420801 ], [ -75.166847357864995, 39.9842268426532 ], [ -75.166806218891196, 39.984412067268501 ], [ -75.166859730263397, 39.984419430112801 ], [ -75.166900750689294, 39.984234023511398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2512 W ARIZONA ST", "addr_range": "2512 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 600, "objectid": 7122, "Shape__Area": 95.14453125, "Shape__Length": 46.020615499192679 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173863236505895, 39.991184940776897 ], [ -75.173838107530997, 39.991304872783601 ], [ -75.173885769905795, 39.991310794468099 ], [ -75.173911293317801, 39.991191517331401 ], [ -75.173863236505895, 39.991184940776897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1925 N VAN PELT ST", "addr_range": "1925 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1065, "objectid": 7123, "Shape__Area": 168.58984375, "Shape__Length": 69.070564275900239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168954779472301, 39.983863377306001 ], [ -75.169209005152794, 39.9838987061853 ], [ -75.169215918291897, 39.983859030511098 ], [ -75.168963986692901, 39.983822946827999 ], [ -75.168954779472301, 39.983863377306001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3922 MELON ST", "addr_range": "3922 MELON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1164, "objectid": 7124, "Shape__Area": 184.3515625, "Shape__Length": 73.236432908702525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200958711456806, 39.9645162534758 ], [ -75.2009963958578, 39.964725114758998 ], [ -75.200997786072193, 39.964724887956699 ], [ -75.201049145332505, 39.964718405544097 ], [ -75.201012933963696, 39.964509883348597 ], [ -75.200958711456806, 39.9645162534758 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3915 MOUNT VERNON ST", "addr_range": "3915 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1112, "objectid": 7125, "Shape__Area": 176.1015625, "Shape__Length": 72.260995659987145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200377500642801, 39.963775134368802 ], [ -75.200416004091494, 39.963981644451898 ], [ -75.200468288976893, 39.963975600945702 ], [ -75.200428324838796, 39.963768914264101 ], [ -75.200377500642801, 39.963775134368802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "721 N 39TH ST", "addr_range": "721 N 39TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1304, "objectid": 7126, "Shape__Area": 206.60546875, "Shape__Length": 77.627291241355664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199797697811604, 39.966161030726802 ], [ -75.199805399514105, 39.966204193381898 ], [ -75.200041369997606, 39.966177505294198 ], [ -75.200094731939203, 39.966172356227801 ], [ -75.200085917950204, 39.9661292166303 ], [ -75.200059734422894, 39.966131391811302 ], [ -75.199994046463601, 39.966138395097801 ], [ -75.199797697811604, 39.966161030726802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2012 W NORRIS ST", "addr_range": "2010-2016 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1216, "objectid": 7127, "Shape__Area": 167.65625, "Shape__Length": 68.650760137861369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166953164081903, 39.9842410876945 ], [ -75.166954883012195, 39.984233340713097 ], [ -75.166902397773498, 39.984226533505002 ], [ -75.166900750689294, 39.984234023511398 ], [ -75.166859730263397, 39.984419430112801 ], [ -75.1669116925287, 39.9844262255667 ], [ -75.166953164081903, 39.9842410876945 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2406 N BOUVIER ST", "addr_range": "2406 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 736, "objectid": 7128, "Shape__Area": 116.68359375, "Shape__Length": 51.154458558280091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161377145131695, 39.990380192883897 ], [ -75.161543592559994, 39.990402549048703 ], [ -75.161543818429493, 39.990401571133802 ], [ -75.161550026023306, 39.990403097788899 ], [ -75.161558807119306, 39.990362431128503 ], [ -75.161552648861203, 39.990361792186199 ], [ -75.161385766021397, 39.990339828966903 ], [ -75.161377145131695, 39.990380192883897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2443 N BOUVIER ST", "addr_range": "2443 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 723, "objectid": 7129, "Shape__Area": 114.6484375, "Shape__Length": 50.805016010354336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160951186513103, 39.991028421045698 ], [ -75.161125385734195, 39.991050339045103 ], [ -75.1611339959085, 39.991010846183698 ], [ -75.160961989719695, 39.990988557788597 ], [ -75.160952375346994, 39.991023078705297 ], [ -75.160951186513103, 39.991028421045698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3232 W MONTGOMERY AVE", "addr_range": "3226-3234 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1311, "objectid": 7130, "Shape__Area": 207.75, "Shape__Length": 77.047575604447218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187510523540396, 39.983753596399403 ], [ -75.187465009353701, 39.983971291916802 ], [ -75.187521728532303, 39.983979231187 ], [ -75.187568455480999, 39.983761579847602 ], [ -75.187510523540396, 39.983753596399403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1848 BRUNNER ST", "addr_range": "1848 BRUNNER ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1139, "objectid": 7131, "Shape__Area": 180.75390625, "Shape__Length": 72.41405896388126 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156496608120406, 40.017834778732201 ], [ -75.156450553106197, 40.017856048577997 ], [ -75.1565892660511, 40.018034259047099 ], [ -75.156635855200193, 40.018013856272603 ], [ -75.156496608120406, 40.017834778732201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1727 N 23RD ST", "addr_range": "1727-1729 N 23RD ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 840, "objectid": 7132, "Shape__Area": 133.1640625, "Shape__Length": 55.729901298833525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172082685721094, 39.981175066252199 ], [ -75.172073707463198, 39.981216743673301 ], [ -75.172265749697999, 39.981242754636199 ], [ -75.172275223114895, 39.981201297359597 ], [ -75.172082685721094, 39.981175066252199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1936 N 19TH ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1608, "objectid": 7133, "Shape__Area": 254.89453125, "Shape__Length": 92.543468253924146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165092293094801, 39.983623584413301 ], [ -75.165444982547399, 39.983671052315003 ], [ -75.165447582216601, 39.983657247839098 ], [ -75.165454494259606, 39.983627630350398 ], [ -75.165101575133306, 39.983580140180699 ], [ -75.165092293094801, 39.983623584413301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1940 N LEITHGOW ST", "addr_range": "1932-1948 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "9", "parcelarea": 444, "objectid": 7134, "Shape__Area": 70.42578125, "Shape__Length": 39.327003450086494 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141290196264805, 39.980820857553098 ], [ -75.141422452895696, 39.980839016352199 ], [ -75.141429560943706, 39.980807276317101 ], [ -75.141297465557997, 39.980788702214603 ], [ -75.141290196264805, 39.980820857553098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1836 N 21ST ST", "addr_range": "1836 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1457, "objectid": 7135, "Shape__Area": 230.9375, "Shape__Length": 81.337435546500785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168847489152299, 39.982644354626601 ], [ -75.1688600081782, 39.982646279635702 ], [ -75.169147228354404, 39.982685027725097 ], [ -75.169156819427499, 39.982638865507397 ], [ -75.168868448782305, 39.982599544647499 ], [ -75.168857568104499, 39.982598026803302 ], [ -75.168847489152299, 39.982644354626601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "801 N 42ND ST", "addr_range": "801-803 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1226, "objectid": 7136, "Shape__Area": 194.2109375, "Shape__Length": 76.608872364484682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207275097395694, 39.967119888391501 ], [ -75.207279042869601, 39.9671583243261 ], [ -75.207567391932102, 39.967135956618897 ], [ -75.207564374275904, 39.967107454994398 ], [ -75.207564148998003, 39.967100051865501 ], [ -75.207563962789195, 39.967094389439602 ], [ -75.207525524859605, 39.9670975994445 ], [ -75.207404764455106, 39.967106739277298 ], [ -75.207300998908295, 39.9671152077306 ], [ -75.207274957304193, 39.967117499430401 ], [ -75.207275097395694, 39.967119888391501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3923 MOUNT VERNON ST", "addr_range": "3923-3925 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1200, "objectid": 7137, "Shape__Area": 190.01953125, "Shape__Length": 73.269599188422902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200583612559697, 39.963751150699302 ], [ -75.200622366854205, 39.963958262739098 ], [ -75.200678885454195, 39.963951603217097 ], [ -75.200638190737294, 39.963744835517097 ], [ -75.200583612559697, 39.963751150699302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5228 HESTON ST", "addr_range": "5226-5228 HESTON ST", "zipcode": 19131, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1099, "objectid": 7138, "Shape__Area": 174.22265625, "Shape__Length": 72.774095374222412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225928151357905, 39.980251496648599 ], [ -75.225973626655801, 39.980268794050602 ], [ -75.226092235934104, 39.980077355684699 ], [ -75.226045851344793, 39.980060829405403 ], [ -75.225928151357905, 39.980251496648599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2341 N 10TH ST", "addr_range": "2341 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1532, "objectid": 7139, "Shape__Area": 242.8984375, "Shape__Length": 84.900579130788287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148327198001994, 39.988143924845403 ], [ -75.148642627866195, 39.988184039174499 ], [ -75.148652283127007, 39.988137687883402 ], [ -75.148336505758394, 39.988097354860301 ], [ -75.148332215679503, 39.988124000795601 ], [ -75.148330930699998, 39.988130176994403 ], [ -75.148327198001994, 39.988143924845403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3916 FOLSOM ST", "addr_range": "3900-3916 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "9", "parcelarea": 930, "objectid": 7140, "Shape__Area": 147.375, "Shape__Length": 62.60672714349068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200829747604203, 39.966872225266499 ], [ -75.200866166850304, 39.967045643543102 ], [ -75.2009157987778, 39.967039992246001 ], [ -75.200882651567198, 39.966865937589802 ], [ -75.200829747604203, 39.966872225266499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2019 W MADISON ST", "addr_range": "2015-2025R W MADISON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "7", "parcelarea": 791, "objectid": 7141, "Shape__Area": 125.4765625, "Shape__Length": 58.878936726521133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163092102350902, 40.003844341866703 ], [ -75.163058023702604, 40.004009302192003 ], [ -75.163103608383807, 40.004014956097699 ], [ -75.163105082709706, 40.004007042364698 ], [ -75.163105948457797, 40.004006368091297 ], [ -75.163118441576003, 40.003943605565802 ], [ -75.163138139573604, 40.003850231212297 ], [ -75.163092102350902, 40.003844341866703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2041 W MADISON ST", "addr_range": "2033-2041 W MADISON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1105, "objectid": 7142, "Shape__Area": 175.2421875, "Shape__Length": 84.283812008779677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163689591456304, 40.004179217642999 ], [ -75.163730835733404, 40.004184370759901 ], [ -75.163764858178595, 40.0040208758573 ], [ -75.163781612038605, 40.003943683994301 ], [ -75.163784638723797, 40.003929679223901 ], [ -75.163743049923298, 40.003924777853797 ], [ -75.163723277995103, 40.004015716084098 ], [ -75.163689591456304, 40.004179217642999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2731 W SELTZER ST", "addr_range": "2731 W SELTZER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 660, "objectid": 7143, "Shape__Area": 104.62109375, "Shape__Length": 48.329321715134256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176083395865902, 39.998107154057401 ], [ -75.176133421804096, 39.9981139007606 ], [ -75.176159469933097, 39.997987944937996 ], [ -75.176109434359304, 39.997981454816397 ], [ -75.176083395865902, 39.998107154057401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2763 N DOVER ST", "addr_range": "2763 N DOVER ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 772, "objectid": 7144, "Shape__Area": 122.421875, "Shape__Length": 53.238350150210863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177453806783902, 39.998328925003499 ], [ -75.177444772434896, 39.998369327510602 ], [ -75.1776279223443, 39.998394016325697 ], [ -75.177636913496897, 39.9983542255261 ], [ -75.177453806783902, 39.998328925003499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4102 N BROAD ST", "addr_range": "4102-4110 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1542, "objectid": 7145, "Shape__Area": 244.5546875, "Shape__Length": 90.833373073323429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150061043490396, 40.015523147236401 ], [ -75.150414204965998, 40.015570588243399 ], [ -75.150419988822506, 40.015548747851099 ], [ -75.150403471752099, 40.015525708775499 ], [ -75.150070029857304, 40.015481180336003 ], [ -75.150061043490396, 40.015523147236401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "703 BROOKLYN ST", "addr_range": "701-705 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1264, "objectid": 7146, "Shape__Area": 200.1640625, "Shape__Length": 74.62861378455564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208002348822106, 39.964859026188002 ], [ -75.207726226216494, 39.964880167310902 ], [ -75.207733453148606, 39.964924381991104 ], [ -75.208008324100305, 39.964903681638198 ], [ -75.208002348822106, 39.964859026188002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1921 N UBER ST", "addr_range": "1921 N UBER ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1164, "objectid": 7147, "Shape__Area": 184.51953125, "Shape__Length": 73.238644687357549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165481932042795, 39.983497451467102 ], [ -75.1657523914471, 39.983534524092697 ], [ -75.1657611341315, 39.983493084143497 ], [ -75.165490409400405, 39.983456924595302 ], [ -75.1654889659888, 39.983462937001399 ], [ -75.165481932042795, 39.983497451467102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3840 ASPEN ST", "addr_range": "3840-3844 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1255, "objectid": 7148, "Shape__Area": 198.76953125, "Shape__Length": 82.615297640294102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199171471807404, 39.966381055664002 ], [ -75.199122047304101, 39.966386710810802 ], [ -75.199167756181794, 39.966630069589698 ], [ -75.199217268065297, 39.966624836230601 ], [ -75.199189250311406, 39.966478297300398 ], [ -75.199187392465802, 39.966461974825798 ], [ -75.199171471807404, 39.966381055664002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2044-46 W MADISON ST", "addr_range": "2044-46 W MADISON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1791, "objectid": 7149, "Shape__Area": 283.95703125, "Shape__Length": 71.624492231131796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163891318788401, 40.0038040274599 ], [ -75.164029037050994, 40.003820461135803 ], [ -75.164045366149097, 40.003743953455199 ], [ -75.1640524884954, 40.003715436383203 ], [ -75.164030010515702, 40.003711786415401 ], [ -75.1640098451104, 40.003708511098999 ], [ -75.163921479468598, 40.0036494403615 ], [ -75.163891318788401, 40.0038040274599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3944 FOLSOM ST", "addr_range": "3944-3950 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "4", "parcelarea": 875, "objectid": 7150, "Shape__Area": 138.58984375, "Shape__Length": 62.261096534272546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201529208204093, 39.966791915860298 ], [ -75.201542554157996, 39.966868410272802 ], [ -75.201562061216805, 39.966967737838701 ], [ -75.201609512643003, 39.966962149538801 ], [ -75.201590964463605, 39.966865165169096 ], [ -75.201576859213105, 39.966786591498902 ], [ -75.201529208204093, 39.966791915860298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1829 N VAN PELT ST", "addr_range": "1825-1829 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1380, "objectid": 7151, "Shape__Area": 218.6328125, "Shape__Length": 80.100500079184016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169201802192703, 39.9825067116818 ], [ -75.169498228021695, 39.9825469390466 ], [ -75.169507989094797, 39.982502892604501 ], [ -75.169361551140597, 39.982482659011197 ], [ -75.169222681327, 39.982464012711901 ], [ -75.169211563733995, 39.982462103038301 ], [ -75.169201802192703, 39.9825067116818 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5008 MASTER ST", "addr_range": "5008 MASTER ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1449, "objectid": 7152, "Shape__Area": 229.53515625, "Shape__Length": 84.299600993051129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223325685413698, 39.974246544003897 ], [ -75.223368538901099, 39.974490263368502 ], [ -75.223425288052695, 39.974484307566101 ], [ -75.223383298031806, 39.974240478395899 ], [ -75.223325685413698, 39.974246544003897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3810 BROWN ST", "addr_range": "3810-3820 BROWN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "6", "parcelarea": 1274, "objectid": 7153, "Shape__Area": 201.80859375, "Shape__Length": 76.014945834321551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198664893216403, 39.9678196108744 ], [ -75.198625911739299, 39.9676086079226 ], [ -75.198624919746294, 39.967603218573203 ], [ -75.198620522089499, 39.9676037334714 ], [ -75.198573010427396, 39.967609253437999 ], [ -75.198569725705596, 39.967611937475702 ], [ -75.198570222847096, 39.967614882205197 ], [ -75.198576872646299, 39.967654764428303 ], [ -75.198585603600407, 39.967697288725503 ], [ -75.198592313337997, 39.967741218697 ], [ -75.198599843596696, 39.967783910911002 ], [ -75.198607407658898, 39.967826295732003 ], [ -75.198664893216403, 39.9678196108744 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2976 N LEITHGOW ST", "addr_range": "2967-2971 N LAWRENCE ST; 2976-2980 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 539, "objectid": 7154, "Shape__Area": 85.515625, "Shape__Length": 45.006447396281189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137888505756806, 39.996356482794901 ], [ -75.138044822898493, 39.996377110601202 ], [ -75.138047440404605, 39.996364645039698 ], [ -75.138051650914605, 39.996344511077901 ], [ -75.137895379045403, 39.996323286931101 ], [ -75.137889736704494, 39.996350095521699 ], [ -75.137888505756806, 39.996356482794901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2980 N LEITHGOW ST", "addr_range": "2967-2971 N LAWRENCE ST; 2976-2980 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 632, "objectid": 7155, "Shape__Area": 100.2890625, "Shape__Length": 46.640629493441182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137882137603995, 39.996389642398903 ], [ -75.137874588112297, 39.996428995783802 ], [ -75.138030831786907, 39.996449284049902 ], [ -75.138037897581, 39.996411112605102 ], [ -75.137882137603995, 39.996389642398903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2705 W STERNER ST", "addr_range": "2701-2705 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 641, "objectid": 7156, "Shape__Area": 101.60546875, "Shape__Length": 48.137180188391824 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175592503462497, 39.997324459209601 ], [ -75.175640834456999, 39.997330009428097 ], [ -75.175667585462605, 39.9972037306825 ], [ -75.175618953019907, 39.9971978835869 ], [ -75.175592503462497, 39.997324459209601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2933 N STILLMAN ST", "addr_range": "2931-2933 N STILLMAN ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 616, "objectid": 7157, "Shape__Area": 97.6953125, "Shape__Length": 46.658895537697809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171853892263101, 40.000106038584498 ], [ -75.172010910028206, 40.000127426544502 ], [ -75.172019613988397, 40.000088627980901 ], [ -75.171860046847897, 40.0000703912823 ], [ -75.171853892263101, 40.000106038584498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1207 S 26TH ST", "addr_range": "1201-1203; 1207; 1211-1213 S 26TH ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": "MO", "stabilized": "YES", "numparcels": "5", "parcelarea": 531, "objectid": 7158, "Shape__Area": 84.171875, "Shape__Length": 41.331769993503343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186833443442396, 39.938519922372201 ], [ -75.186841759842807, 39.938482027047002 ], [ -75.186707950011396, 39.938465534925299 ], [ -75.1866996370469, 39.938503430319301 ], [ -75.186833443442396, 39.938519922372201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1211 S 26TH ST", "addr_range": "1201-1203; 1207; 1211-1213 S 26TH ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 493, "objectid": 7159, "Shape__Area": 78.15234375, "Shape__Length": 40.534683456471939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186849481334605, 39.938446839476001 ], [ -75.186857201716805, 39.938411650077903 ], [ -75.186723393189794, 39.938395158000297 ], [ -75.186715673977503, 39.938430345615103 ], [ -75.186849481334605, 39.938446839476001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2627 W SELTZER ST", "addr_range": "2625-2627 W SELTZER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 626, "objectid": 7160, "Shape__Area": 99.29296875, "Shape__Length": 47.526408859420926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174407342788797, 39.997884310875897 ], [ -75.174455304827504, 39.997891319254997 ], [ -75.174463089277694, 39.997854047848897 ], [ -75.174475128717901, 39.9977991084561 ], [ -75.174481370599594, 39.997766090355903 ], [ -75.174450133268195, 39.9977618908677 ], [ -75.174434325884704, 39.997759763009398 ], [ -75.174407342788797, 39.997884310875897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2623 W SILVER ST", "addr_range": "2621-2623 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 682, "objectid": 7161, "Shape__Area": 108.09765625, "Shape__Length": 50.219266308889551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174381729271701, 39.997531809858003 ], [ -75.174430305034605, 39.997538074272398 ], [ -75.174438510262902, 39.997500827626297 ], [ -75.174445327963198, 39.997463067806599 ], [ -75.174457458358305, 39.997404648044999 ], [ -75.174409053818394, 39.997398257735902 ], [ -75.174393544557901, 39.997471723367298 ], [ -75.174388147461102, 39.997500197692801 ], [ -75.174381729271701, 39.997531809858003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1838 POINT BREEZE AVE", "addr_range": "1836-1838; 1822R-34 POINT BREEZE AVE", "zipcode": 19145, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": " ", "parcelarea": 856, "objectid": 7162, "Shape__Area": 135.4921875, "Shape__Length": 51.06891554091407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184777021294906, 39.929082001640303 ], [ -75.184738324631198, 39.929124788179003 ], [ -75.184867941449099, 39.9291960679843 ], [ -75.184909920060804, 39.929155628063697 ], [ -75.184777021294906, 39.929082001640303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3128 N STILLMAN ST", "addr_range": "3128-3130 N STILLMAN ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 640, "objectid": 7163, "Shape__Area": 101.53515625, "Shape__Length": 47.987171051030039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1715170808328, 40.003042479205703 ], [ -75.171681192659406, 40.003063735772898 ], [ -75.171688984894303, 40.003026932315002 ], [ -75.171525448787506, 40.003004802091297 ], [ -75.1715170808328, 40.003042479205703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2928 N TAYLOR ST", "addr_range": "2928 N TAYLOR ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 688, "objectid": 7164, "Shape__Area": 109.0703125, "Shape__Length": 50.978146470143898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171026248864095, 39.999924896165702 ], [ -75.171147166608094, 39.999938703187397 ], [ -75.171204005623807, 39.999945461811301 ], [ -75.171212705609605, 39.999909000437199 ], [ -75.171034862255695, 39.999887385880399 ], [ -75.171026248864095, 39.999924896165702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2139 N 19TH ST", "addr_range": "2133-2139 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1536, "objectid": 7165, "Shape__Area": 243.41796875, "Shape__Length": 84.831184522314274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163911571550997, 39.986707903631697 ], [ -75.164226479409294, 39.986749107616902 ], [ -75.164236860187401, 39.986702642758203 ], [ -75.163921762886901, 39.9866614975993 ], [ -75.163911571550997, 39.986707903631697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1213 S 26TH ST", "addr_range": "1201-1203; 1207; 1211-1213 S 26TH ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 493, "objectid": 7166, "Shape__Area": 78.15625, "Shape__Length": 40.534734397486325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186723393189794, 39.938395158000297 ], [ -75.186857201716805, 39.938411650077903 ], [ -75.186864924362098, 39.938376462531899 ], [ -75.186731115936396, 39.938359969563201 ], [ -75.186723393189794, 39.938395158000297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2625 W SELTZER ST", "addr_range": "2625-2627 W SELTZER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 643, "objectid": 7167, "Shape__Area": 101.95703125, "Shape__Length": 47.831387067525455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174385230419205, 39.997753358995801 ], [ -75.174358050244805, 39.997878127683897 ], [ -75.174407342788797, 39.997884310875897 ], [ -75.174434325884704, 39.997759763009398 ], [ -75.174385230419205, 39.997753358995801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2135 N 19TH ST", "addr_range": "2133-2139 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1495, "objectid": 7168, "Shape__Area": 236.9296875, "Shape__Length": 84.431573736844243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163931451741107, 39.986615613645398 ], [ -75.1642467903621, 39.986656506528803 ], [ -75.164255824144405, 39.9866113322107 ], [ -75.164019070381698, 39.986580335354503 ], [ -75.1639409004474, 39.986570529787897 ], [ -75.163931451741107, 39.986615613645398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2971 N LAWRENCE ST", "addr_range": "2967-2971 N LAWRENCE ST; 2976-2980 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 809, "objectid": 7169, "Shape__Area": 128.2265625, "Shape__Length": 52.639565622551757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138030831786907, 39.996449284049902 ], [ -75.138068142950303, 39.996454130883002 ], [ -75.138205760229098, 39.996473188661803 ], [ -75.138214823839803, 39.9964293393666 ], [ -75.138039060392302, 39.996404851725401 ], [ -75.138037897581, 39.996411112605102 ], [ -75.138030831786907, 39.996449284049902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1836 POINT BREEZE AVE", "addr_range": "1836-1838; 1822R-34 POINT BREEZE AVE", "zipcode": 19145, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1303, "objectid": 7170, "Shape__Area": 206.22265625, "Shape__Length": 75.966322169479142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184879946272403, 39.929258721585597 ], [ -75.184951550054095, 39.929178819608502 ], [ -75.184909920060804, 39.929155628063697 ], [ -75.184867941449099, 39.9291960679843 ], [ -75.184738324631198, 39.929124788179003 ], [ -75.184703022040594, 39.929163105032202 ], [ -75.184879946272403, 39.929258721585597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2916-24 N 2ND ST", "addr_range": "2914-2926 N 2ND ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 10998, "objectid": 7171, "Shape__Area": 1743.09765625, "Shape__Length": 169.08051798957871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1342319923872, 39.994955382949897 ], [ -75.134179830390394, 39.995197948354203 ], [ -75.134612923408, 39.995255491194897 ], [ -75.134663831422898, 39.995013477316803 ], [ -75.1342319923872, 39.994955382949897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2926 N 2ND ST", "addr_range": "2914-2926 N 2ND ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2275, "objectid": 7172, "Shape__Area": 360.63671875, "Shape__Length": 112.59985977827134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.134179830390394, 39.995197948354203 ], [ -75.134169400842097, 39.995246447081598 ], [ -75.134413130507795, 39.995280711326302 ], [ -75.1346021147166, 39.9953068763065 ], [ -75.134612923408, 39.995255491194897 ], [ -75.134179830390394, 39.995197948354203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2914 N 2ND ST", "addr_range": "2914-2926 N 2ND ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2238, "objectid": 7173, "Shape__Area": 354.82421875, "Shape__Length": 112.13481490092619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1342319923872, 39.994955382949897 ], [ -75.134663831422898, 39.995013477316803 ], [ -75.134674208243396, 39.994964147508398 ], [ -75.1342426276711, 39.994905920305598 ], [ -75.1342319923872, 39.994955382949897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2978 N LEITHGOW ST", "addr_range": "2967-2971 N LAWRENCE ST; 2976-2980 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 548, "objectid": 7174, "Shape__Area": 86.98828125, "Shape__Length": 45.145954816200195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137882137603995, 39.996389642398903 ], [ -75.138037897581, 39.996411112605102 ], [ -75.138039060392302, 39.996404851725401 ], [ -75.138044822898493, 39.996377110601202 ], [ -75.137888505756806, 39.996356482794901 ], [ -75.137882137603995, 39.996389642398903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1201 S 26TH ST", "addr_range": "1201-1203; 1207; 1211-1213 S 26TH ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 569, "objectid": 7175, "Shape__Area": 90.078125, "Shape__Length": 42.114059509612161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186674123196298, 39.938619728290398 ], [ -75.186807906401597, 39.938636313554902 ], [ -75.186816814122196, 39.938595713099197 ], [ -75.186683007649506, 39.938579219226398 ], [ -75.186674123196298, 39.938619728290398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2969 N LAWRENCE ST", "addr_range": "2967-2971 N LAWRENCE ST; 2976-2980 N LEITHGOW ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 741, "objectid": 7176, "Shape__Area": 117.59765625, "Shape__Length": 51.488145547755408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138039060392302, 39.996404851725401 ], [ -75.138214823839803, 39.9964293393666 ], [ -75.138221776766002, 39.996388617251597 ], [ -75.138047440404605, 39.996364645039698 ], [ -75.138044822898493, 39.996377110601202 ], [ -75.138039060392302, 39.996404851725401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1702 S 20TH ST", "addr_range": "1702 S 20TH ST", "zipcode": 19145, "district": "2", "year": "2008", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1049, "objectid": 7177, "Shape__Area": 166.03515625, "Shape__Length": 65.771688606536273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178317663144298, 39.930388737583897 ], [ -75.178340233246004, 39.930392113446601 ], [ -75.178465469051304, 39.930409750660203 ], [ -75.178497546530195, 39.930414193844001 ], [ -75.178553195268094, 39.930421536127398 ], [ -75.178562916198302, 39.930379341643203 ], [ -75.178478240078903, 39.930367739005803 ], [ -75.178327325850404, 39.930346446303403 ], [ -75.178325085706007, 39.930364110874898 ], [ -75.178317663144298, 39.930388737583897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2523 N NAPA ST", "addr_range": "2517-2523 N NAPA ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 700, "objectid": 7178, "Shape__Area": 111.00390625, "Shape__Length": 51.222661367252783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182681262161594, 39.994927291212797 ], [ -75.182858723981596, 39.994950925603398 ], [ -75.182867185089904, 39.9949133796434 ], [ -75.182689113506996, 39.994889794696498 ], [ -75.182681262161594, 39.994927291212797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "855 E MADISON ST", "addr_range": "849-855 E MADISON ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 672, "objectid": 7179, "Shape__Area": 106.625, "Shape__Length": 49.724080613135477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.113762709136694, 39.997448837256997 ], [ -75.113733589261898, 39.997580191970599 ], [ -75.113782712236997, 39.997586848840399 ], [ -75.113811033657299, 39.997455508216802 ], [ -75.113762709136694, 39.997448837256997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3017 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 646, "objectid": 7180, "Shape__Area": 102.484375, "Shape__Length": 48.126530196274388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180845820422405, 39.996883590184403 ], [ -75.180816383429303, 39.997009068271701 ], [ -75.1808649040848, 39.997015151226798 ], [ -75.1808953874026, 39.996889728082003 ], [ -75.180845820422405, 39.996883590184403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1817 N 24TH ST", "addr_range": "1813-1817 N 24TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 993, "objectid": 7181, "Shape__Area": 157.45703125, "Shape__Length": 64.530759124598475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173343928332002, 39.982719117546502 ], [ -75.173576274390498, 39.982751125402501 ], [ -75.173585226582702, 39.982710671773297 ], [ -75.173353127661798, 39.982678235192701 ], [ -75.173343928332002, 39.982719117546502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2006 CECIL B MOORE AVE", "addr_range": "2004-2012, 2016-2032 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "12", "parcelarea": 1873, "objectid": 7182, "Shape__Area": 296.7890625, "Shape__Length": 83.732400019467718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167749284522301, 39.979868045276604 ], [ -75.1678271934164, 39.979879566180699 ], [ -75.167881552724396, 39.979656771814597 ], [ -75.167800635359399, 39.9796455869037 ], [ -75.167774372997201, 39.979756528977099 ], [ -75.167749284522301, 39.979868045276604 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1832 N 32ND ST", "addr_range": "1828-1836 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1489, "objectid": 7183, "Shape__Area": 235.98828125, "Shape__Length": 90.227918345000418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186345568611202, 39.984747539267701 ], [ -75.186466689813599, 39.984763622904701 ], [ -75.186625781324594, 39.984784747775301 ], [ -75.186635539544497, 39.984786045131798 ], [ -75.186644544571706, 39.984745108894302 ], [ -75.186635340823599, 39.984743582451998 ], [ -75.186519675723702, 39.984728392123102 ], [ -75.186298786967299, 39.984699488644203 ], [ -75.1862979465065, 39.984702918932499 ], [ -75.186289022137004, 39.984740037572102 ], [ -75.186345568611202, 39.984747539267701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2223 N FRANKLIN ST", "addr_range": "2223-2231 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 979, "objectid": 7184, "Shape__Area": 155.265625, "Shape__Length": 63.952020452370448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145915542141296, 39.985476222603197 ], [ -75.145683996839196, 39.985450650690296 ], [ -75.145677562969396, 39.985490965047603 ], [ -75.145908252783798, 39.985517437502203 ], [ -75.145915542141296, 39.985476222603197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "805 N 41ST ST", "addr_range": "801-811 N 41ST ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2414, "objectid": 7185, "Shape__Area": 382.33984375, "Shape__Length": 98.824676591734317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205545825732102, 39.967375124102603 ], [ -75.205187006352105, 39.9673889275535 ], [ -75.205193395602294, 39.9674549353442 ], [ -75.205548819854798, 39.967441184519302 ], [ -75.205545825732102, 39.967375124102603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2314 N 19TH ST", "addr_range": "1901-1915 W DAUPHIN ST; 2308-2316 N 19TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "13", "parcelarea": 1045, "objectid": 7186, "Shape__Area": 165.671875, "Shape__Length": 64.85094710109226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163835266130107, 39.989343937983598 ], [ -75.164066193512596, 39.989374077514299 ], [ -75.1640754579674, 39.989331133007802 ], [ -75.163844734515393, 39.9893005944325 ], [ -75.163835266130107, 39.989343937983598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1623 N BOUVIER ST", "addr_range": "1610-1618 N 17TH ST; 1623 N BOUVIER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 4458, "objectid": 7187, "Shape__Area": 706.2265625, "Shape__Length": 167.41489622215886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162935416180204, 39.978672665637902 ], [ -75.163132521168606, 39.978699741508798 ], [ -75.163286541120598, 39.978720896614 ], [ -75.163279279601994, 39.978758017879798 ], [ -75.163294077422904, 39.978759560590902 ], [ -75.163552406989794, 39.978794414747398 ], [ -75.163561713629804, 39.978757468405703 ], [ -75.163573011770296, 39.9787056235986 ], [ -75.163334591319298, 39.978674005976302 ], [ -75.163144515126405, 39.978648362929597 ], [ -75.162946979693103, 39.978621553083201 ], [ -75.162935416180204, 39.978672665637902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2148 N 21ST ST", "addr_range": "2146-2150 N 21ST ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1489, "objectid": 7188, "Shape__Area": 236.0234375, "Shape__Length": 88.263832212979764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167819313011293, 39.987355905426497 ], [ -75.168154418779494, 39.987403388794696 ], [ -75.168163508413201, 39.987361085213301 ], [ -75.167828965039504, 39.9873136956111 ], [ -75.167826252013498, 39.987325530666801 ], [ -75.167819313011293, 39.987355905426497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2912 W DAUPHIN ST", "addr_range": "2912-2930 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2236, "objectid": 7189, "Shape__Area": 354.48046875, "Shape__Length": 111.65686035273683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180501201980704, 39.990684460099999 ], [ -75.180471235087097, 39.990831736078498 ], [ -75.180438789720995, 39.9909902408222 ], [ -75.180445716345304, 39.990991072545398 ], [ -75.180503503526396, 39.990998073194 ], [ -75.1805711141713, 39.990668422111 ], [ -75.180506146205204, 39.9906601326744 ], [ -75.180501201980704, 39.990684460099999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "802-04 N 38TH ST", "addr_range": "800-804 N 38TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2445, "objectid": 7190, "Shape__Area": 387.30078125, "Shape__Length": 87.943729944542184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198640886110297, 39.968008692828697 ], [ -75.198358651832706, 39.968039282389299 ], [ -75.198366611238797, 39.968081676020198 ], [ -75.198374195775202, 39.968122982809902 ], [ -75.198656694238593, 39.968091479150999 ], [ -75.198648061539402, 39.968050763563198 ], [ -75.198640886110297, 39.968008692828697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2025 MASTER ST", "addr_range": "2023-2025 MASTER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1113, "objectid": 7191, "Shape__Area": 176.37109375, "Shape__Length": 67.868735318361331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169263265794797, 39.976084349151002 ], [ -75.169277365102204, 39.976109781102899 ], [ -75.169315108357395, 39.976114014113001 ], [ -75.169354498109897, 39.975921559387203 ], [ -75.169307620970699, 39.975915637908798 ], [ -75.169298468587797, 39.975914464393298 ], [ -75.169263265794797, 39.976084349151002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "809 N 41ST ST", "addr_range": "801-811 N 41ST ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 2340, "objectid": 7192, "Shape__Area": 370.640625, "Shape__Length": 96.709499650694184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.205200504884601, 39.967525760552903 ], [ -75.205210558586103, 39.967587318465498 ], [ -75.205554794909801, 39.967573626717801 ], [ -75.205551842240297, 39.967508147467299 ], [ -75.205200073168101, 39.967521624380403 ], [ -75.205200504884601, 39.967525760552903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3020 W DAUPHIN ST", "addr_range": "3010-3020 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1406, "objectid": 7193, "Shape__Area": 222.82421875, "Shape__Length": 79.401395881654011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182243795901599, 39.9912161572611 ], [ -75.182304289817907, 39.991224168112502 ], [ -75.182328493645898, 39.991101136042303 ], [ -75.182350567538407, 39.991000106738603 ], [ -75.182291100633194, 39.990992666696101 ], [ -75.182266522821806, 39.991103376289701 ], [ -75.182243795901599, 39.9912161572611 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1831 N 21ST ST", "addr_range": "1831-1837 N 21ST ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 881, "objectid": 7194, "Shape__Area": 139.6171875, "Shape__Length": 56.063682236536906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168642746868699, 39.982457257342602 ], [ -75.168706129459906, 39.982466774960301 ], [ -75.168715311128395, 39.982422054197897 ], [ -75.168537512724598, 39.982397181259998 ], [ -75.168525087633995, 39.982395497997402 ], [ -75.168516112280798, 39.9824392556988 ], [ -75.168527843364402, 39.982440986422702 ], [ -75.168642746868699, 39.982457257342602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2037 W SUSQUEHANNA AVE", "addr_range": "2209 N 21ST ST; 2037 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 991, "objectid": 7195, "Shape__Area": 157.05859375, "Shape__Length": 63.962109326237155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167471655860794, 39.987832912920197 ], [ -75.167417987747299, 39.987825964967797 ], [ -75.167381261262804, 39.987993801277199 ], [ -75.167379483536294, 39.988001922664999 ], [ -75.167433152955198, 39.988008870661702 ], [ -75.167471655860794, 39.987832912920197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2166 N MARSTON ST", "addr_range": "2166-2170 N MARSTON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 646, "objectid": 7196, "Shape__Area": 102.47265625, "Shape__Length": 48.107030118106977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1781245983735, 39.988954374494902 ], [ -75.178288024703605, 39.988977444148503 ], [ -75.178297345783605, 39.988939352812302 ], [ -75.178133223573894, 39.988917556023097 ], [ -75.1781245983735, 39.988954374494902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2223 N 21ST ST", "addr_range": "2223-2225 N 21ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1181, "objectid": 7197, "Shape__Area": 187.27734375, "Shape__Length": 72.954038522694972 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167422548437102, 39.988309531243701 ], [ -75.167154203952094, 39.988274786562698 ], [ -75.167145022382797, 39.988316746526401 ], [ -75.167413365858394, 39.988351491202401 ], [ -75.167422548437102, 39.988309531243701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2146 N 21ST ST", "addr_range": "2146-2150 N 21ST ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1517, "objectid": 7198, "Shape__Area": 240.375, "Shape__Length": 88.516969258889205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167828965039504, 39.9873136956111 ], [ -75.168163508413201, 39.987361085213301 ], [ -75.168173262614204, 39.987317846010697 ], [ -75.167837803603206, 39.987270822367499 ], [ -75.167835261211806, 39.987283160424298 ], [ -75.167828965039504, 39.9873136956111 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3015 W OAKDALE ST", "addr_range": "3015-3047 OAKDALE ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "17", "parcelarea": 658, "objectid": 7199, "Shape__Area": 104.36328125, "Shape__Length": 48.329874633055894 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180796546310305, 39.996876926322997 ], [ -75.180766000199696, 39.997002363357403 ], [ -75.180816383429303, 39.997009068271701 ], [ -75.180845820422405, 39.996883590184403 ], [ -75.180796546310305, 39.996876926322997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2308 N 21ST ST", "addr_range": "2306-2360 N 21ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "28", "parcelarea": 1046, "objectid": 7200, "Shape__Area": 165.84375, "Shape__Length": 67.017686729193969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167325028237698, 39.989648578962303 ], [ -75.167561418432896, 39.9896778684381 ], [ -75.1675670715466, 39.989678575882998 ], [ -75.167574176104495, 39.989644965711101 ], [ -75.167568505658195, 39.9896441596659 ], [ -75.1675706032688, 39.989636405878201 ], [ -75.167331607555496, 39.9896072839448 ], [ -75.167325028237698, 39.989648578962303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2015 N CROSKEY ST", "addr_range": "2005-2015 N CROSKEY ST; 2012-2014 N 22ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 2057, "objectid": 7201, "Shape__Area": 325.9921875, "Shape__Length": 81.322473500390942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1702289434769, 39.985621712977697 ], [ -75.170491798359507, 39.985655652436201 ], [ -75.170508237181593, 39.985581468427803 ], [ -75.170245493232301, 39.985546805276996 ], [ -75.1702289434769, 39.985621712977697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1509 W SELTZER ST", "addr_range": "1509-1511 W SELTZER ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 678, "objectid": 7202, "Shape__Area": 107.53515625, "Shape__Length": 49.998429120209863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156422464774494, 39.995522792527197 ], [ -75.156447966791106, 39.995563555015202 ], [ -75.156492517873104, 39.995547280993698 ], [ -75.156417269818206, 39.995426164455601 ], [ -75.15637239342, 39.995442737442097 ], [ -75.156397025309204, 39.995482110735601 ], [ -75.156422464774494, 39.995522792527197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1424 W CUMBERLAND ST", "addr_range": "1422-1424 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 625, "objectid": 7203, "Shape__Area": 99.10546875, "Shape__Length": 48.091644920664791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156302691059295, 39.990926792789701 ], [ -75.156350056632206, 39.990932747524099 ], [ -75.156376079336894, 39.990805068469697 ], [ -75.156329770761602, 39.990799412439401 ], [ -75.156302691059295, 39.990926792789701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "733 N 39TH ST", "addr_range": "729-733 N 39TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1312, "objectid": 7204, "Shape__Area": 215.05078125, "Shape__Length": 78.311441106652524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199845248810803, 39.966421195138601 ], [ -75.1998537999185, 39.966466842719399 ], [ -75.199951648862495, 39.966455283396101 ], [ -75.200142983494203, 39.966435631012999 ], [ -75.200134777540597, 39.966390828162403 ], [ -75.199941244555305, 39.9664104334732 ], [ -75.199845248810803, 39.966421195138601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3856 RENO ST", "addr_range": "3856 RENO ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1007, "objectid": 7205, "Shape__Area": 159.609375, "Shape__Length": 65.741014780124871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2000799676333, 39.968043599183297 ], [ -75.200114021092404, 39.968226976217203 ], [ -75.200166682368106, 39.9682215376057 ], [ -75.200166073849203, 39.968218220096503 ], [ -75.200132654088307, 39.968037548466398 ], [ -75.2000799676333, 39.968043599183297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "731 N 39TH ST", "addr_range": "729-733 N 39TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1301, "objectid": 7206, "Shape__Area": 206.03515625, "Shape__Length": 77.892329390738794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199837347295798, 39.966377770359003 ], [ -75.199845248810803, 39.966421195138601 ], [ -75.199941244555305, 39.9664104334732 ], [ -75.200134777540597, 39.966390828162403 ], [ -75.200127553478694, 39.9663472256467 ], [ -75.199837347295798, 39.966377770359003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "836 UNION ST", "addr_range": "836-838 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1044, "objectid": 7207, "Shape__Area": 165.37109375, "Shape__Length": 75.168923631286901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202292651171703, 39.968833609584003 ], [ -75.202299596239101, 39.968869114707097 ], [ -75.202426446448499, 39.968854102965402 ], [ -75.202445802414005, 39.968851937817597 ], [ -75.2024624513719, 39.968849856726301 ], [ -75.202469987089998, 39.968848912194296 ], [ -75.202483895087099, 39.968847882985997 ], [ -75.2024943595314, 39.968845906952801 ], [ -75.202530321036207, 39.968842256193703 ], [ -75.202550055613699, 39.968840018343698 ], [ -75.202555297742506, 39.968838812951603 ], [ -75.202577865659407, 39.9688370254323 ], [ -75.202586949467502, 39.968835549430999 ], [ -75.202580536186602, 39.968800411130502 ], [ -75.202555746610003, 39.9688039234046 ], [ -75.202545303381498, 39.968804771856398 ], [ -75.202504209946099, 39.968809469176499 ], [ -75.202493942964495, 39.968811207224299 ], [ -75.202473073996799, 39.968812968475497 ], [ -75.202450263927702, 39.968816185898099 ], [ -75.202398201769896, 39.968822347956099 ], [ -75.202373698898697, 39.968824334848897 ], [ -75.202345079196604, 39.968828277413103 ], [ -75.202337860036806, 39.968828649619397 ], [ -75.202330896715296, 39.9688293816006 ], [ -75.202311700154794, 39.968831792638497 ], [ -75.202292651171703, 39.968833609584003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3742 WALLACE ST", "addr_range": "3742 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1000, "objectid": 7208, "Shape__Area": 157.19921875, "Shape__Length": 60.937779102583285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197435969084495, 39.964384675931299 ], [ -75.197437218849501, 39.964392363189098 ], [ -75.197461991341996, 39.964548081992703 ], [ -75.197520682091707, 39.964542129165601 ], [ -75.197516521823104, 39.964516292164198 ], [ -75.197495509434304, 39.964386118559297 ], [ -75.197493989210599, 39.964378710904498 ], [ -75.197461062621301, 39.964381889656799 ], [ -75.197435969084495, 39.964384675931299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3924 PARRISH ST", "addr_range": "3924 PARRISH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1133, "objectid": 7209, "Shape__Area": 179.515625, "Shape__Length": 71.948093375098139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201376263538606, 39.968390408284797 ], [ -75.201414429817902, 39.9685949128651 ], [ -75.201467090889807, 39.968587860849603 ], [ -75.2014532076752, 39.968508388396202 ], [ -75.201444977296703, 39.968470324640997 ], [ -75.201429566569701, 39.968383532729803 ], [ -75.201376263538606, 39.968390408284797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1727 N 21ST ST", "addr_range": "1727 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1344, "objectid": 7210, "Shape__Area": 212.76171875, "Shape__Length": 76.892159034129833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168732475454803, 39.9810044780263 ], [ -75.169013278424799, 39.981041501895199 ], [ -75.169023295822498, 39.980995736713503 ], [ -75.168741928166696, 39.980959184008597 ], [ -75.168732475454803, 39.9810044780263 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "636 N 37TH ST", "addr_range": "636 N 37TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1140, "objectid": 7211, "Shape__Area": 183.6328125, "Shape__Length": 69.831161994326962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196272232698902, 39.964659603603003 ], [ -75.196275654705801, 39.9646761609796 ], [ -75.196527422880095, 39.964644780773703 ], [ -75.196526155521198, 39.9646376265082 ], [ -75.196520766857404, 39.964607315657297 ], [ -75.196519614859596, 39.9646008928733 ], [ -75.196266576212693, 39.964632152878501 ], [ -75.196272232698902, 39.964659603603003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2535 W SERGEANT ST", "addr_range": "2535 W SERGEANT ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": "MDO CLC", "stabilized": " ", "numparcels": "1", "parcelarea": 1115, "objectid": 7212, "Shape__Area": 176.70703125, "Shape__Length": 71.626910748482871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173744703741306, 39.994397193760001 ], [ -75.173797572602993, 39.994404054009401 ], [ -75.173840371589804, 39.9942006964855 ], [ -75.173788490613504, 39.994194325148499 ], [ -75.173744703741306, 39.994397193760001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1851 N 19TH ST", "addr_range": "1851-1853 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1107, "objectid": 7213, "Shape__Area": 170.484375, "Shape__Length": 64.174560966737658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164909068200899, 39.982554887092299 ], [ -75.165133192497706, 39.982585888098903 ], [ -75.165143248762007, 39.9825402538156 ], [ -75.164918894105497, 39.982509246735503 ], [ -75.164909068200899, 39.982554887092299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2518 W ARIZONA ST", "addr_range": "2518 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 620, "objectid": 7214, "Shape__Area": 98.3671875, "Shape__Length": 46.362603161803861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174012837496505, 39.991204611152199 ], [ -75.173987301963905, 39.991324212400102 ], [ -75.174036628198905, 39.991330493024599 ], [ -75.174062570358899, 39.9912112252578 ], [ -75.174012837496505, 39.991204611152199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4525 OLD YORK RD", "addr_range": "4523-4525 OLD YORK RD", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1768, "objectid": 7215, "Shape__Area": 280.5078125, "Shape__Length": 89.175461803745065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1469409062491, 40.021999312323899 ], [ -75.146943819581395, 40.021946875960403 ], [ -75.146621534288997, 40.021903751599602 ], [ -75.146608867833905, 40.021955209087899 ], [ -75.1469409062491, 40.021999312323899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2216-18 CECIL B MOORE AVE", "addr_range": "2210-2218 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1373, "objectid": 7216, "Shape__Area": 217.5625, "Shape__Length": 61.935736379742359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171602407422299, 39.980376630694003 ], [ -75.171663917639904, 39.980385170295499 ], [ -75.171723051933498, 39.9803928338604 ], [ -75.171742069806101, 39.980299234961102 ], [ -75.171708106218304, 39.980274323865999 ], [ -75.171691829976396, 39.980286321902902 ], [ -75.171685730687997, 39.980281930287497 ], [ -75.171652646472694, 39.9802581670005 ], [ -75.171642818829497, 39.9802659102616 ], [ -75.171632694526295, 39.980258267457998 ], [ -75.171627262393599, 39.980262803653503 ], [ -75.171602407422299, 39.980376630694003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2212 CECIL B MOORE AVE", "addr_range": "2210-2218 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 845, "objectid": 7217, "Shape__Area": 133.90234375, "Shape__Length": 53.732990365333364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171484144466604, 39.980361126034701 ], [ -75.171543268329202, 39.980369063366901 ], [ -75.1715695106233, 39.980240260226203 ], [ -75.171513214748003, 39.9802180242894 ], [ -75.171512983045204, 39.980218019083502 ], [ -75.171484144466604, 39.980361126034701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2210 CECIL B MOORE AVE", "addr_range": "2210-2218 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 950, "objectid": 7218, "Shape__Area": 150.5390625, "Shape__Length": 58.068569150542992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171422420543806, 39.980352663526297 ], [ -75.171484144466604, 39.980361126034701 ], [ -75.171512983045204, 39.980218019083502 ], [ -75.171457061292202, 39.980196418629497 ], [ -75.171456752006904, 39.980196266617099 ], [ -75.171422420543806, 39.980352663526297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2214 CECIL B MOORE AVE", "addr_range": "2210-2218 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 763, "objectid": 7219, "Shape__Area": 120.8828125, "Shape__Length": 49.594233456138817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171543268329202, 39.980369063366901 ], [ -75.171602407422299, 39.980376630694003 ], [ -75.171627262393599, 39.980262803653503 ], [ -75.1715695106233, 39.980240260226203 ], [ -75.171543268329202, 39.980369063366901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2216 RIDGE AVE", "addr_range": "2210-2220 RIDGE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1404, "objectid": 7220, "Shape__Area": 222.5625, "Shape__Length": 75.944281629885666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171558788253904, 39.979829817609897 ], [ -75.171603877908098, 39.979862877014703 ], [ -75.171797008527705, 39.9797084961792 ], [ -75.171799635607996, 39.979706396370503 ], [ -75.171739389973993, 39.979679153169002 ], [ -75.171558788253904, 39.979829817609897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2214 RIDGE AVE", "addr_range": "2210-2220 RIDGE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1306, "objectid": 7221, "Shape__Area": 206.97265625, "Shape__Length": 72.314152099639216 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171511638375407, 39.979795249551699 ], [ -75.171558788253904, 39.979829817609897 ], [ -75.171739389973993, 39.979679153169002 ], [ -75.171683972918999, 39.9796536159146 ], [ -75.171511638375407, 39.979795249551699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2218 RIDGE AVE", "addr_range": "2210-2220 RIDGE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1454, "objectid": 7222, "Shape__Area": 230.36328125, "Shape__Length": 77.860091232028395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171797008527705, 39.9797084961792 ], [ -75.171603877908098, 39.979862877014703 ], [ -75.171650851350705, 39.979897313125001 ], [ -75.1718451850778, 39.979742091563097 ], [ -75.171848879803306, 39.979739140854299 ], [ -75.171811578349406, 39.979711796845301 ], [ -75.171799635607996, 39.979706396370503 ], [ -75.171797008527705, 39.9797084961792 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2212 RIDGE AVE", "addr_range": "2210-2220 RIDGE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1215, "objectid": 7223, "Shape__Area": 192.49609375, "Shape__Length": 68.871235837182496 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171465525442898, 39.979761442701999 ], [ -75.171511638375407, 39.979795249551699 ], [ -75.171683972918999, 39.9796536159146 ], [ -75.171629884152594, 39.9796294951352 ], [ -75.171628196210193, 39.9796287300938 ], [ -75.171465525442898, 39.979761442701999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2220 RIDGE AVE", "addr_range": "2210-2220 RIDGE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1454, "objectid": 7224, "Shape__Area": 230.390625, "Shape__Length": 78.156150258660603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1718451850778, 39.979742091563097 ], [ -75.171650851350705, 39.979897313125001 ], [ -75.171698188193503, 39.9799320195741 ], [ -75.171891421131093, 39.9797765470489 ], [ -75.171895465904498, 39.979773291550799 ], [ -75.171848879803306, 39.979739140854299 ], [ -75.1718451850778, 39.979742091563097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2210 RIDGE AVE", "addr_range": "2210-2220 RIDGE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1172, "objectid": 7225, "Shape__Area": 185.671875, "Shape__Length": 68.070592190830794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171420488283204, 39.979728423162697 ], [ -75.171465525442898, 39.979761442701999 ], [ -75.171628196210193, 39.9796287300938 ], [ -75.171629884152594, 39.9796294951352 ], [ -75.171634985923305, 39.979611508397198 ], [ -75.1715742165091, 39.979603804429601 ], [ -75.171574154761601, 39.979603795834201 ], [ -75.171574006881301, 39.979604482688003 ], [ -75.171420488283204, 39.979728423162697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5513 BALTIMORE AVE", "addr_range": "5511-5513 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1485, "objectid": 7226, "Shape__Area": 235.1640625, "Shape__Length": 87.270312221213644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234117903751695, 39.947607688684002 ], [ -75.234140729052498, 39.947611187819298 ], [ -75.234148126305797, 39.947578240265798 ], [ -75.234171520530197, 39.947581075225301 ], [ -75.234073914668301, 39.9473556145253 ], [ -75.2340716929846, 39.947356210909497 ], [ -75.234018505520893, 39.947370695518899 ], [ -75.234090037316093, 39.947539005452903 ], [ -75.234117903751695, 39.947607688684002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5511 BALTIMORE AVE", "addr_range": "5511-5513 BALTIMORE AVE", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1419, "objectid": 7227, "Shape__Area": 224.62109375, "Shape__Length": 82.811280918912956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234053693678007, 39.947599687770499 ], [ -75.234117903751695, 39.947607688684002 ], [ -75.234090037316093, 39.947539005452903 ], [ -75.234018505520893, 39.947370695518899 ], [ -75.2339630558278, 39.947383487968203 ], [ -75.234053693678007, 39.947599687770499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "159 W ROOSEVELT BLVD", "addr_range": "149-163 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 2471, "objectid": 7228, "Shape__Area": 391.984375, "Shape__Length": 102.04559444394553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125864339019898, 40.025699831941701 ], [ -75.1259342999479, 40.025981370241098 ], [ -75.125973560149305, 40.025975948439601 ], [ -75.126016414319295, 40.025968875171301 ], [ -75.1259482574782, 40.025687804337799 ], [ -75.125864339019898, 40.025699831941701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6210 CATHARINE ST", "addr_range": "6210 CATHARINE ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1774, "objectid": 7229, "Shape__Area": 280.9140625, "Shape__Length": 101.44899086467706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.247490798136099, 39.951109346773798 ], [ -75.247466982434503, 39.9512339308557 ], [ -75.247461374661597, 39.9512565360412 ], [ -75.247461127875894, 39.951263236740203 ], [ -75.247452104870007, 39.951309786063 ], [ -75.247448869770295, 39.951321401353098 ], [ -75.247431240415807, 39.951411672764003 ], [ -75.247487044010498, 39.951418274460401 ], [ -75.247494267903306, 39.951386467560397 ], [ -75.247498630650796, 39.951360159166398 ], [ -75.247510517438798, 39.951304129007397 ], [ -75.247510708418005, 39.951298943460401 ], [ -75.247514655964096, 39.951283876693999 ], [ -75.247531351230705, 39.9511968086452 ], [ -75.247531207366904, 39.9511933402922 ], [ -75.247534456154398, 39.951181289218702 ], [ -75.247546937768504, 39.951115940460198 ], [ -75.247490798136099, 39.951109346773798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "846 HUTTON ST", "addr_range": "846 HUTTON ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 798, "objectid": 7230, "Shape__Area": 126.375, "Shape__Length": 46.635017124196565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209544209708497, 39.968697999790997 ], [ -75.209554903730606, 39.968756604405598 ], [ -75.209600586273893, 39.968751798042902 ], [ -75.209686898406602, 39.968742312161801 ], [ -75.209681732447606, 39.9687146487395 ], [ -75.209675559068202, 39.968684771775301 ], [ -75.209544209708497, 39.968697999790997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3226 W MONTGOMERY AVE", "addr_range": "3226-3234 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1309, "objectid": 7231, "Shape__Area": 207.45703125, "Shape__Length": 76.896484179064117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187296305958796, 39.983936720431203 ], [ -75.187293772250101, 39.983948367057401 ], [ -75.187351857920603, 39.983956160327402 ], [ -75.187376516776396, 39.983840809674902 ], [ -75.187385203143904, 39.983795514403603 ], [ -75.187391133667006, 39.983770515889198 ], [ -75.187397940564395, 39.983738960480302 ], [ -75.187340904794695, 39.983731625859903 ], [ -75.187296305958796, 39.983936720431203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2928 N RINGGOLD ST", "addr_range": "2928 N RINGGOLD ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 543, "objectid": 7232, "Shape__Area": 86.140625, "Shape__Length": 42.546762196110919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170553490994294, 39.999867672994299 ], [ -75.170626704688701, 39.999877022643297 ], [ -75.170693172010999, 39.999885801691804 ], [ -75.170701478914097, 39.999848623321903 ], [ -75.170560930824493, 39.9998307157204 ], [ -75.170553490994294, 39.999867672994299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2864 N STILLMAN ST", "addr_range": "2864 N STILLMAN ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 653, "objectid": 7233, "Shape__Area": 103.66015625, "Shape__Length": 47.682939758109931 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1723329283505, 39.999277987485598 ], [ -75.172492861357497, 39.999298730289397 ], [ -75.172502210962605, 39.999258930752298 ], [ -75.172340716823896, 39.999240151350897 ], [ -75.1723329283505, 39.999277987485598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3740 N 15TH ST", "addr_range": "3740 N 15TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1701, "objectid": 7234, "Shape__Area": 269.8359375, "Shape__Length": 91.469543280082561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152740860739698, 40.010565950695799 ], [ -75.153083970094698, 40.010610851844099 ], [ -75.153094722732405, 40.010563783497297 ], [ -75.152751162775601, 40.010518629808601 ], [ -75.152740860739698, 40.010565950695799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1911 W HILTON ST", "addr_range": "1911 W HILTON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 943, "objectid": 7235, "Shape__Area": 149.63671875, "Shape__Length": 64.882706976639682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161145016174203, 40.003321449568098 ], [ -75.161133414069894, 40.003377268961302 ], [ -75.161105664114302, 40.003503651272503 ], [ -75.161155029706705, 40.003510181417703 ], [ -75.161194800716501, 40.003327989146698 ], [ -75.161145016174203, 40.003321449568098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2558 N 9TH ST", "addr_range": "2558 N 9TH ST", "zipcode": 19133, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1205, "objectid": 7236, "Shape__Area": 191.0859375, "Shape__Length": 76.992276996272622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146581881831807, 39.991014254310997 ], [ -75.146870618990803, 39.9910523657948 ], [ -75.146880372400304, 39.991012786214 ], [ -75.146591178546402, 39.990974583300499 ], [ -75.146581881831807, 39.991014254310997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "780 N 38TH ST", "addr_range": "780-782 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1255, "objectid": 7237, "Shape__Area": 198.78515625, "Shape__Length": 75.883069445270038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198577545349096, 39.967742857209203 ], [ -75.198310852728994, 39.967772438904397 ], [ -75.198318371384602, 39.9678154354227 ], [ -75.198585032903395, 39.9677855637918 ], [ -75.198599843596696, 39.967783910911002 ], [ -75.198592313337997, 39.967741218697 ], [ -75.198577545349096, 39.967742857209203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2731 N 25TH ST", "addr_range": "2731 N 25TH ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 954, "objectid": 7238, "Shape__Area": 151.29296875, "Shape__Length": 60.820641690093566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171852215241401, 39.9969640294699 ], [ -75.172066243917996, 39.996992855469202 ], [ -75.172074786663302, 39.996950022154898 ], [ -75.171861513431693, 39.996921697880303 ], [ -75.171852215241401, 39.9969640294699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2956 WESTMONT ST", "addr_range": "2954-2956 WESTMONT ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 727, "objectid": 7239, "Shape__Area": 115.2890625, "Shape__Length": 51.517169049999438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181916120030607, 39.988722066369903 ], [ -75.181920519917199, 39.988722647756902 ], [ -75.181967601237801, 39.988728972080601 ], [ -75.181967960736898, 39.988727240273498 ], [ -75.181996085878893, 39.988593059507998 ], [ -75.181945455308494, 39.988586398092799 ], [ -75.181916120030607, 39.988722066369903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3854 FOLSOM ST", "addr_range": "3852-3854 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1104, "objectid": 7240, "Shape__Area": 174.890625, "Shape__Length": 75.388965762255268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199559252489607, 39.9669416454649 ], [ -75.199560138115601, 39.966946532382501 ], [ -75.199599105691405, 39.967161871195302 ], [ -75.199647425219993, 39.9671560624273 ], [ -75.1996080981137, 39.966941344544601 ], [ -75.199607140986402, 39.966936116359101 ], [ -75.199598742150997, 39.966937037009302 ], [ -75.199588671331, 39.966938140339799 ], [ -75.199559252489607, 39.9669416454649 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2023 W MADISON ST", "addr_range": "2015-2025R W MADISON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "7", "parcelarea": 808, "objectid": 7241, "Shape__Area": 128.21484375, "Shape__Length": 57.349177735181868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163156560876601, 40.004013183148999 ], [ -75.163205989450006, 40.004019181318696 ], [ -75.163206044424797, 40.0040188762122 ], [ -75.163235593868094, 40.003861648124698 ], [ -75.163186668121696, 40.003855678414602 ], [ -75.163156560876601, 40.004013183148999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "782 N 38TH ST", "addr_range": "780-782 N 38TH ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1246, "objectid": 7242, "Shape__Area": 197.34765625, "Shape__Length": 75.695393727741489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198318371384602, 39.9678154354227 ], [ -75.1983271189834, 39.9678581051745 ], [ -75.198328318450194, 39.967857970568701 ], [ -75.198592468735399, 39.967827995317997 ], [ -75.198607407658898, 39.967826295732003 ], [ -75.198599843596696, 39.967783910911002 ], [ -75.198585032903395, 39.9677855637918 ], [ -75.198318371384602, 39.9678154354227 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1810 N 21ST ST", "addr_range": "1810-1812 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1389, "objectid": 7243, "Shape__Area": 220.109375, "Shape__Length": 80.279364924812157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168973492520806, 39.982063102383499 ], [ -75.168985844645306, 39.982065009211397 ], [ -75.169270876820605, 39.982102803220599 ], [ -75.169280867777601, 39.982058843056002 ], [ -75.169168274513495, 39.982043496897099 ], [ -75.169118949706203, 39.9820368419307 ], [ -75.169002177934104, 39.982021207020203 ], [ -75.168983014413897, 39.982018761374697 ], [ -75.168973492520806, 39.982063102383499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4154 LEIDY AVE", "addr_range": "4152-4154 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1984, "objectid": 7244, "Shape__Area": 314.32421875, "Shape__Length": 95.272262509189829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209130597619307, 39.974607540253402 ], [ -75.2091322503599, 39.974608157994901 ], [ -75.209294054854098, 39.974351262533801 ], [ -75.209288897864994, 39.974351874562601 ], [ -75.209205684890605, 39.9743617514807 ], [ -75.209066877190395, 39.974584142174599 ], [ -75.209127372161703, 39.974606356998201 ], [ -75.209130597619307, 39.974607540253402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4110 N BROAD ST", "addr_range": "4102-4110 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1579, "objectid": 7245, "Shape__Area": 250.54296875, "Shape__Length": 92.265648799865403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150023358071493, 40.015693147790302 ], [ -75.150376436578199, 40.015740023878301 ], [ -75.150385699118999, 40.015697450517401 ], [ -75.150033482141893, 40.015650482234598 ], [ -75.150023358071493, 40.015693147790302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4104 N BROAD ST", "addr_range": "4102-4110 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1579, "objectid": 7246, "Shape__Area": 250.546875, "Shape__Length": 92.370099000369478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150051991662494, 40.015566272265197 ], [ -75.150405232497107, 40.0156127482987 ], [ -75.150414204965998, 40.015570588243399 ], [ -75.150061043490396, 40.015523147236401 ], [ -75.150051991662494, 40.015566272265197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1944 N LEITHGOW ST", "addr_range": "1932-1948 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "9", "parcelarea": 454, "objectid": 7247, "Shape__Area": 72.078125, "Shape__Length": 39.40064077637453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141275356734596, 39.980886934600598 ], [ -75.141406463715398, 39.980905083500403 ], [ -75.141414013089999, 39.980872160543598 ], [ -75.141282657537204, 39.980853989782197 ], [ -75.141275356734596, 39.980886934600598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3843 OLIVE ST", "addr_range": "3843-3845 OLIVE ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 979, "objectid": 7248, "Shape__Area": 155.0703125, "Shape__Length": 66.930340245556081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199085830347698, 39.966196370075401 ], [ -75.199122047304101, 39.966386710810802 ], [ -75.199171471807404, 39.966381055664002 ], [ -75.199135215563103, 39.966191133942303 ], [ -75.199085830347698, 39.966196370075401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5037 MARKET ST", "addr_range": "5037 MARKET ST", "zipcode": 19139, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1239, "objectid": 7249, "Shape__Area": 196.1640625, "Shape__Length": 74.183490684172298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222259457729507, 39.960022491441997 ], [ -75.222274726462402, 39.960024229799799 ], [ -75.222279481055196, 39.960001703259799 ], [ -75.222316369826103, 39.959827167164597 ], [ -75.222318886893802, 39.959815246541098 ], [ -75.222282139388, 39.959811454615298 ], [ -75.222261293518599, 39.959809319476697 ], [ -75.222218635454993, 39.960017852882601 ], [ -75.222259457729507, 39.960022491441997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3228 W MONTGOMERY AVE", "addr_range": "3226-3234 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1295, "objectid": 7250, "Shape__Area": 205.24609375, "Shape__Length": 76.821033766326366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187351857920603, 39.983956160327402 ], [ -75.187408566946104, 39.983963809302502 ], [ -75.187454688108005, 39.983746142673198 ], [ -75.187397940564395, 39.983738960480302 ], [ -75.187391133667006, 39.983770515889198 ], [ -75.187385203143904, 39.983795514403603 ], [ -75.187376516776396, 39.983840809674902 ], [ -75.187351857920603, 39.983956160327402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3820 BROWN ST", "addr_range": "3810-3820 BROWN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "6", "parcelarea": 1220, "objectid": 7251, "Shape__Area": 193.296875, "Shape__Length": 75.769099645041564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198848498278707, 39.967578061988696 ], [ -75.198849492723198, 39.967583386517802 ], [ -75.198888852703803, 39.967794930288498 ], [ -75.198942343062896, 39.967789235870697 ], [ -75.1989040469945, 39.967577233738297 ], [ -75.198903180709607, 39.967572394097203 ], [ -75.198868333076504, 39.967575955849199 ], [ -75.198848498278707, 39.967578061988696 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2015 W MADISON ST", "addr_range": "2015-2025R W MADISON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "7", "parcelarea": 939, "objectid": 7252, "Shape__Area": 148.97265625, "Shape__Length": 60.704818745839688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162980292042107, 40.003830683964097 ], [ -75.162946164665598, 40.003995255727503 ], [ -75.163001060878003, 40.004001877262198 ], [ -75.163034614693203, 40.003837534032698 ], [ -75.162980292042107, 40.003830683964097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3852 FOLSOM ST", "addr_range": "3852-3854 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1181, "objectid": 7253, "Shape__Area": 187.07421875, "Shape__Length": 76.15577327979193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199535327932793, 39.966943869844798 ], [ -75.199507640616005, 39.9669470097949 ], [ -75.199508559313003, 39.966952107382298 ], [ -75.199547623596601, 39.967167142924801 ], [ -75.199599105691405, 39.967161871195302 ], [ -75.199560138115601, 39.966946532382501 ], [ -75.199559252489607, 39.9669416454649 ], [ -75.199535327932793, 39.966943869844798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3946 FOLSOM ST", "addr_range": "3944-3950 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "4", "parcelarea": 932, "objectid": 7254, "Shape__Area": 147.734375, "Shape__Length": 63.033297967631256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201628200164606, 39.966780605742201 ], [ -75.201576859213105, 39.966786591498902 ], [ -75.201590964463605, 39.966865165169096 ], [ -75.201609512643003, 39.966962149538801 ], [ -75.201661063246902, 39.966955572856698 ], [ -75.2016444900853, 39.966875235179401 ], [ -75.201628200164606, 39.966780605742201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2517 INGERSOLL ST", "addr_range": "2517-2519 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 619, "objectid": 7255, "Shape__Area": 98.6640625, "Shape__Length": 46.427423041833407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177164164102194, 39.976614670987303 ], [ -75.1772001334935, 39.976619281488802 ], [ -75.177224808281196, 39.976498888256302 ], [ -75.1771747963883, 39.9764933015867 ], [ -75.177150917174998, 39.976612600798603 ], [ -75.177164164102194, 39.976614670987303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1217 W HAZZARD ST", "addr_range": "1217-1219 W HAZZARD ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 641, "objectid": 7256, "Shape__Area": 101.67578125, "Shape__Length": 46.864999422235627 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151708787942098, 39.991713789543802 ], [ -75.151746177617895, 39.991718649965399 ], [ -75.151747101909393, 39.991713689153798 ], [ -75.151770942163694, 39.991598892065497 ], [ -75.151719833604005, 39.991591625327999 ], [ -75.151696317070105, 39.991707236147903 ], [ -75.151695110128898, 39.991711899531701 ], [ -75.151708787942098, 39.991713789543802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "48 E PASTORIUS ST", "addr_range": "48-54 E PASTORIUS ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1837, "objectid": 7257, "Shape__Area": 299.5703125, "Shape__Length": 79.565652063004165 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178194598429599, 40.042503677570203 ], [ -75.1782972787407, 40.042565733193598 ], [ -75.178403828044694, 40.042629792685098 ], [ -75.178459813895401, 40.042575883563899 ], [ -75.178366429570502, 40.042519212503997 ], [ -75.178252313482005, 40.042448407095698 ], [ -75.178216006846, 40.042483878772501 ], [ -75.178194598429599, 40.042503677570203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3104-10 CECIL B MOORE AVE", "addr_range": "3104-3112 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 4496, "objectid": 7258, "Shape__Area": 712.40234375, "Shape__Length": 119.41999474282322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185540279300497, 39.981993369885203 ], [ -75.185312854323399, 39.982145616643102 ], [ -75.185506108225198, 39.982171389989098 ], [ -75.185563264086497, 39.982178793111302 ], [ -75.185621933314295, 39.982186100274703 ], [ -75.185671324207703, 39.981956868972802 ], [ -75.185615927268003, 39.981950005263101 ], [ -75.185606213386095, 39.981948692582797 ], [ -75.185540279300497, 39.981993369885203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5547 CHEW AVE", "addr_range": "5547 CHEW AVE", "zipcode": 19138, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1745, "objectid": 7259, "Shape__Area": 276.3828125, "Shape__Length": 93.587732305235193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1622738175233, 40.044410758307897 ], [ -75.162321689714403, 40.0444407232348 ], [ -75.162323496070798, 40.044439006949197 ], [ -75.162401655685898, 40.044364472460899 ], [ -75.162545387318104, 40.044226436534501 ], [ -75.162496976662595, 40.044196298288703 ], [ -75.1622738175233, 40.044410758307897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2728 HELEN ST", "addr_range": "2728-2732 HELEN ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 414, "objectid": 7260, "Shape__Area": 65.62109375, "Shape__Length": 38.398074962552023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122511627350605, 39.989139150787203 ], [ -75.122587065493903, 39.989222752325801 ], [ -75.122620060505696, 39.989205178920599 ], [ -75.122597728939098, 39.989180600360697 ], [ -75.122547617015101, 39.989125467217399 ], [ -75.122544439969204, 39.989121961571797 ], [ -75.122511627350605, 39.989139150787203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "441 E WASHINGTON LN", "addr_range": "441 E WASHINGTON LN", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2941, "objectid": 7261, "Shape__Area": 466.88671875, "Shape__Length": 113.12925390645955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175349219972702, 40.048737692370302 ], [ -75.175673033011194, 40.048940030420297 ], [ -75.175730209727405, 40.048884779632601 ], [ -75.175403981715704, 40.048684757273698 ], [ -75.175349219972702, 40.048737692370302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2509 N COLORADO ST", "addr_range": "2507-2509 N COLORADO ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 696, "objectid": 7262, "Shape__Area": 111.3046875, "Shape__Length": 50.089295212684895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160355741289706, 39.991813870961103 ], [ -75.160526244641702, 39.991837190417598 ], [ -75.1605349079002, 39.991797392443999 ], [ -75.160364361531805, 39.991775264973498 ], [ -75.160355741289706, 39.991813870961103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1600-20 W VENANGO ST", "addr_range": "1600-20 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 17033, "objectid": 7263, "Shape__Area": 2029.37109375, "Shape__Length": 195.36643729492624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154959032383303, 40.007835011001703 ], [ -75.154916056674395, 40.008038552576402 ], [ -75.155516207687498, 40.008112775732698 ], [ -75.155559894008206, 40.007909265349298 ], [ -75.155313594692998, 40.007878826634503 ], [ -75.154959032383303, 40.007835011001703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1413 N PERTH ST", "addr_range": "1416-1418 N FRANKLIN ST; 1413 N PERTH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 595, "objectid": 7264, "Shape__Area": 95.44140625, "Shape__Length": 41.522548518670995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148608586356005, 39.973612873185701 ], [ -75.148731659928202, 39.9736292199538 ], [ -75.148741790107806, 39.973582460473899 ], [ -75.148618743851301, 39.973566442305597 ], [ -75.1486128121104, 39.973592803243001 ], [ -75.148608586356005, 39.973612873185701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2507 N COLORADO ST", "addr_range": "2507-2509 N COLORADO ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 697, "objectid": 7265, "Shape__Area": 113.9765625, "Shape__Length": 50.267224740708599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160364361531805, 39.991775264973498 ], [ -75.1605349079002, 39.991797392443999 ], [ -75.160542693828205, 39.991756978204499 ], [ -75.160373040841094, 39.991735048399498 ], [ -75.160368768962599, 39.991753102997102 ], [ -75.160364361531805, 39.991775264973498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "45 PLEASANT ST", "addr_range": "45-47 PLEASANT ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2094, "objectid": 7266, "Shape__Area": 146.2421875, "Shape__Length": 69.859738262571071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185432277875094, 40.055357856753403 ], [ -75.185455602829094, 40.055334802574698 ], [ -75.185245199464106, 40.055205396585599 ], [ -75.185214772063901, 40.055235102876999 ], [ -75.185432277875094, 40.055357856753403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1912 N 22ND ST", "addr_range": "1910-1912 N 22ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1617, "objectid": 7267, "Shape__Area": 256.3125, "Shape__Length": 92.518048424505395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1702583710087, 39.983790568431402 ], [ -75.170610575866206, 39.983836526401298 ], [ -75.170620608766896, 39.983791939072397 ], [ -75.170267102229403, 39.983747724163401 ], [ -75.1702583710087, 39.983790568431402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1538-50 N 31ST ST", "addr_range": "1538-50 N 31ST ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 14523, "objectid": 7268, "Shape__Area": 2284.625, "Shape__Length": 220.74292046650768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185649603073102, 39.980189033212298 ], [ -75.185543236605795, 39.980676954158199 ], [ -75.185541562066902, 39.980684669924699 ], [ -75.185549803453597, 39.980679502088201 ], [ -75.185693729232597, 39.980589241093 ], [ -75.185838212262894, 39.9804986040415 ], [ -75.185970783262107, 39.980415454763701 ], [ -75.186149583583301, 39.980303305696602 ], [ -75.186079981313299, 39.980242640021203 ], [ -75.185649603073102, 39.980189033212298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4523 N 19TH ST", "addr_range": "4523 N 19TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1296, "objectid": 7269, "Shape__Area": 205.328125, "Shape__Length": 79.593621867734129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155996815698998, 40.0230307508088 ], [ -75.156295194776803, 40.023068731487498 ], [ -75.1563044072022, 40.023027398192902 ], [ -75.156005419993093, 40.022989388479601 ], [ -75.155996815698998, 40.0230307508088 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1300-04 N 06TH ST", "addr_range": "1300-04 N 6TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 5320, "objectid": 7270, "Shape__Area": 856.16015625, "Shape__Length": 119.51699534677047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146704309051302, 39.971689168864202 ], [ -75.146386222598395, 39.971647150866602 ], [ -75.146357276913406, 39.971814399395598 ], [ -75.146675743369698, 39.971848019549803 ], [ -75.146680210880604, 39.971822478744997 ], [ -75.146691333209105, 39.9717589063467 ], [ -75.146704309051302, 39.971689168864202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2630 W SILVER ST", "addr_range": "2626-2630 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "3", "parcelarea": 700, "objectid": 7271, "Shape__Area": 114.13671875, "Shape__Length": 51.643083825233788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174623206209404, 39.997342678483797 ], [ -75.174670695765599, 39.9973488220215 ], [ -75.174672991388206, 39.997349114093701 ], [ -75.174700801791403, 39.9972121246429 ], [ -75.174650313669105, 39.997205414681801 ], [ -75.174623206209404, 39.997342678483797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "342 SHEDAKER ST", "addr_range": "340-342 SHEDAKER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1768, "objectid": 7272, "Shape__Area": 279.31640625, "Shape__Length": 87.016673532906992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158358432459096, 40.032086568271097 ], [ -75.158612129001995, 40.032237549103598 ], [ -75.158653203171397, 40.032194888335802 ], [ -75.158640864035107, 40.032187436042598 ], [ -75.158402192678693, 40.032043306857901 ], [ -75.158358432459096, 40.032086568271097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1528 W WESTMORELAND ST", "addr_range": "1526-1528 W WESTMORELAND ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1551, "objectid": 7273, "Shape__Area": 263.921875, "Shape__Length": 89.89620717948587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155363726505598, 40.0032141114688 ], [ -75.155344350728797, 40.003293290170703 ], [ -75.155321723886601, 40.003395027151797 ], [ -75.155305159661495, 40.003472495290602 ], [ -75.155366234735496, 40.003480323354601 ], [ -75.155414707311607, 40.003262301310798 ], [ -75.155423860254402, 40.003221885795597 ], [ -75.155363726505598, 40.0032141114688 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5427-29 VINE ST", "addr_range": "323-25 N 55TH ST; 5427-29; 5435 VINE ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 11293, "objectid": 7274, "Shape__Area": 1420.78125, "Shape__Length": 216.45167695555813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228884178236697, 39.965339652374297 ], [ -75.228818416294601, 39.965660935498697 ], [ -75.228671921534101, 39.965921109411703 ], [ -75.228883399855505, 39.965946550435497 ], [ -75.228920827784293, 39.965766705807901 ], [ -75.229009443403299, 39.965343291305899 ], [ -75.228886455094795, 39.965328530941598 ], [ -75.228884178236697, 39.965339652374297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2468 N BOUVIER ST", "addr_range": "2464-2468 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 828, "objectid": 7275, "Shape__Area": 136.34375, "Shape__Length": 53.31253623402938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161302574980098, 39.991548538318902 ], [ -75.161128477891907, 39.991524428947798 ], [ -75.161117317753394, 39.991571473377803 ], [ -75.161285056217196, 39.991594115761401 ], [ -75.161292497810194, 39.991595171096002 ], [ -75.161302574980098, 39.991548538318902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7117 THEODORE ST", "addr_range": "7117 THEODORE ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2456, "objectid": 7276, "Shape__Area": 388.39453125, "Shape__Length": 87.181366275104295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238677269619998, 39.915062340897599 ], [ -75.238594158566201, 39.915121256512798 ], [ -75.238782956784803, 39.915279142126003 ], [ -75.238864715082698, 39.915221340108197 ], [ -75.238677269619998, 39.915062340897599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3240 N 20TH ST", "addr_range": "3236-3242 N 20TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 784, "objectid": 7277, "Shape__Area": 105.93359375, "Shape__Length": 52.383197156966574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162249486065093, 40.004075225663399 ], [ -75.162446495659907, 40.004101783502001 ], [ -75.162417273511593, 40.0040616792975 ], [ -75.162416975395601, 40.004061262616098 ], [ -75.162256908953395, 40.004039397411802 ], [ -75.162249486065093, 40.004075225663399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3238 N 20TH ST", "addr_range": "3236-3242 N 20TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 686, "objectid": 7278, "Shape__Area": 100.06640625, "Shape__Length": 48.110581418827842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162417455599495, 40.004061328401598 ], [ -75.162432456060699, 40.004062617074503 ], [ -75.162401053154397, 40.004019756160801 ], [ -75.162264995269695, 40.004000456689099 ], [ -75.162256908953395, 40.004039397411802 ], [ -75.162416975395601, 40.004061262616098 ], [ -75.162417455599495, 40.004061328401598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "840 LOCUST AVE", "addr_range": "840 LOCUST AVE", "zipcode": 19138, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1242, "objectid": 7279, "Shape__Area": 196.6875, "Shape__Length": 76.81051381916771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161495091837395, 40.044893297549201 ], [ -75.161711730770307, 40.045026348319297 ], [ -75.161746110590101, 40.044993834995999 ], [ -75.161530177091095, 40.0448609470509 ], [ -75.161521860663299, 40.044853538023197 ], [ -75.161486718708403, 40.044886790958401 ], [ -75.161495091837395, 40.044893297549201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4969 SHELDON ST", "addr_range": "4961-4975 SHELDON ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2390, "objectid": 7280, "Shape__Area": 379.3515625, "Shape__Length": 126.08344706491141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1594116164041, 40.033331745389901 ], [ -75.159459592300095, 40.0333598931174 ], [ -75.159769015549898, 40.033053727681697 ], [ -75.159721135710996, 40.0330252768034 ], [ -75.1594116164041, 40.033331745389901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "244 COLLOM ST", "addr_range": "242-244 COLLOM ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1631, "objectid": 7281, "Shape__Area": 258.79296875, "Shape__Length": 83.14067221599089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162705619189197, 40.033269623444497 ], [ -75.162945914475003, 40.033405042821997 ], [ -75.162951436359506, 40.033408149559897 ], [ -75.162993463829096, 40.033367362147501 ], [ -75.162987799844402, 40.033364139584002 ], [ -75.162748965813407, 40.033228301801898 ], [ -75.162705619189197, 40.033269623444497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1413-17 W SUSQUEHANNA AVE", "addr_range": "1413-1419 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 4720, "objectid": 7282, "Shape__Area": 747.9140625, "Shape__Length": 112.76360314104524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156735413910894, 39.986688547681702 ], [ -75.156798042610106, 39.986695911266096 ], [ -75.156862914677902, 39.986704372484503 ], [ -75.1569265336136, 39.986712644972698 ], [ -75.156950240053604, 39.986602211236601 ], [ -75.156977721762502, 39.986475759803 ], [ -75.1569137264663, 39.986467962681601 ], [ -75.156850544189894, 39.986459764019102 ], [ -75.156788176435597, 39.986451584626202 ], [ -75.156735413910894, 39.986688547681702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "174 MANHEIM ST", "addr_range": "174 MANHEIM ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2064, "objectid": 7283, "Shape__Area": 327.41796875, "Shape__Length": 94.007412690920489 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1684194016714, 40.026486678003998 ], [ -75.1685230592024, 40.026542607600099 ], [ -75.168622286562893, 40.026595920989003 ], [ -75.168701367496396, 40.026639239729803 ], [ -75.168746184495106, 40.026591065301702 ], [ -75.168726666594594, 40.026580503721 ], [ -75.168697355916393, 40.026564965575901 ], [ -75.168672407433604, 40.0265522023834 ], [ -75.168643169484298, 40.026535892789802 ], [ -75.1685629963861, 40.026492050294003 ], [ -75.168483147671694, 40.026449665662298 ], [ -75.168463807134501, 40.026438849431301 ], [ -75.1684194016714, 40.026486678003998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4963 SHELDON ST", "addr_range": "4961-4975 SHELDON ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2579, "objectid": 7284, "Shape__Area": 409.21484375, "Shape__Length": 127.14479640710607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159303720098293, 40.033267604705102 ], [ -75.159311796336297, 40.033271897311302 ], [ -75.159621757553396, 40.032965955237501 ], [ -75.1595719918393, 40.032935816505798 ], [ -75.159259049134803, 40.033240209924301 ], [ -75.159303720098293, 40.033267604705102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2400 N NAPA ST", "addr_range": "2400 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 707, "objectid": 7285, "Shape__Area": 112.16796875, "Shape__Length": 50.207828821870514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183372406070006, 39.993063621442801 ], [ -75.183543688142606, 39.9930854083836 ], [ -75.183550116857504, 39.993056182815799 ], [ -75.183552243139104, 39.9930464778298 ], [ -75.183381899000693, 39.993023711751697 ], [ -75.183379283828998, 39.993034728485299 ], [ -75.183372406070006, 39.993063621442801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5033 KEYSER ST", "addr_range": "5031-5033 KEYER ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1963, "objectid": 7286, "Shape__Area": 311.46484375, "Shape__Length": 95.11780492840046 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167937234004398, 40.026651560756001 ], [ -75.167730766440698, 40.026874045748201 ], [ -75.167788494643005, 40.026904842952803 ], [ -75.167906588347606, 40.026777555947596 ], [ -75.167995645557596, 40.026682630913101 ], [ -75.167937234004398, 40.026651560756001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2558 N CORLIES ST", "addr_range": "2558 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 689, "objectid": 7287, "Shape__Area": 109.2734375, "Shape__Length": 50.86348146644265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181201943392097, 39.995494445669301 ], [ -75.181378292633497, 39.995518718769397 ], [ -75.181386712946804, 39.995481686463201 ], [ -75.181210225389293, 39.9954572012442 ], [ -75.181201943392097, 39.995494445669301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2218 N 17TH ST", "addr_range": "2218-2220 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1020, "objectid": 7288, "Shape__Area": 161.66796875, "Shape__Length": 64.674789450502757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161020083547996, 39.987431416627601 ], [ -75.161251806712301, 39.9874612240449 ], [ -75.161260931051601, 39.987419260478099 ], [ -75.161029208095101, 39.987389451278602 ], [ -75.161020083547996, 39.987431416627601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2459 N PATTON ST", "addr_range": "2459 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 648, "objectid": 7289, "Shape__Area": 102.77734375, "Shape__Length": 49.868303292980855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183317553263905, 39.994207122179297 ], [ -75.183492114461998, 39.994229288798202 ], [ -75.183499947102007, 39.9941934199434 ], [ -75.183324721556801, 39.994172189044299 ], [ -75.183317553263905, 39.994207122179297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2735 N HICKS ST", "addr_range": "2735-2737 N HICKS ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 625, "objectid": 7290, "Shape__Area": 99.1796875, "Shape__Length": 48.651570340406892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156395002213003, 39.994981382173599 ], [ -75.156387965117105, 39.995016961131597 ], [ -75.156557029593301, 39.995039641125501 ], [ -75.156564586116502, 39.995004783896697 ], [ -75.156395002213003, 39.994981382173599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2641 N CHADWICK ST", "addr_range": "2641 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 658, "objectid": 7291, "Shape__Area": 104.41015625, "Shape__Length": 48.916504185611728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158748858549899, 39.9937060741617 ], [ -75.158739750233096, 39.993743717559603 ], [ -75.158907510412405, 39.9937659448291 ], [ -75.158916380925007, 39.993729005152197 ], [ -75.158748858549899, 39.9937060741617 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2710 N HICKS ST", "addr_range": "2710 N HICKS ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 664, "objectid": 7292, "Shape__Area": 105.33203125, "Shape__Length": 48.950957000458502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156771384530899, 39.994563547870897 ], [ -75.156762981039407, 39.994601384562003 ], [ -75.156930947085101, 39.994623201264403 ], [ -75.156939046416696, 39.994586179419997 ], [ -75.156929977142994, 39.994584394156597 ], [ -75.156771384530899, 39.994563547870897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2533 N 19TH ST", "addr_range": "2533 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1022, "objectid": 7293, "Shape__Area": 161.9765625, "Shape__Length": 65.372069529590945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162701887024696, 39.9925880300949 ], [ -75.162692655608893, 39.992628443405899 ], [ -75.162928076805102, 39.992661411848999 ], [ -75.162936896453303, 39.992619134951198 ], [ -75.162701887024696, 39.9925880300949 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2407 N CARLISLE ST", "addr_range": "2407 N CARLISLE ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 815, "objectid": 7294, "Shape__Area": 129.265625, "Shape__Length": 56.370589907773279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156065440899596, 39.989884149015197 ], [ -75.156263409144003, 39.9899124475535 ], [ -75.156271829822302, 39.989873048923201 ], [ -75.156073761433504, 39.989845197741701 ], [ -75.156065440899596, 39.989884149015197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1426 W YORK ST", "addr_range": "1426 W YORK ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1539, "objectid": 7295, "Shape__Area": 243.94140625, "Shape__Length": 84.182181187909919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156656983365707, 39.989434956149303 ], [ -75.156719133310403, 39.989443389222103 ], [ -75.156770700052206, 39.989204883617397 ], [ -75.156710147583496, 39.989196310061899 ], [ -75.156656983365707, 39.989434956149303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2743 N HICKS ST", "addr_range": "2741-2743 N HICKS ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 705, "objectid": 7296, "Shape__Area": 111.75390625, "Shape__Length": 50.083145153683517 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156361280853005, 39.9951322605936 ], [ -75.156352994192005, 39.995171968610897 ], [ -75.156523398440498, 39.995194760910998 ], [ -75.1565311044357, 39.995155408280297 ], [ -75.156361280853005, 39.9951322605936 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2536 N HOLLYWOOD ST", "addr_range": "2532-2536 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 714, "objectid": 7297, "Shape__Area": 113.23046875, "Shape__Length": 51.448570816852175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179884815512395, 39.994880557271301 ], [ -75.179890819525099, 39.994881417016202 ], [ -75.179898786471796, 39.994843166395803 ], [ -75.179892876481304, 39.994842051067401 ], [ -75.179722186472205, 39.994816724733198 ], [ -75.179713457705901, 39.994855168220603 ], [ -75.179883828931693, 39.994880067556998 ], [ -75.179884815512395, 39.994880557271301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1248 N 60TH ST", "addr_range": "1248-1250 N 60TH ST", "zipcode": 19151, "district": "4", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2064, "objectid": 7298, "Shape__Area": 326.9921875, "Shape__Length": 119.00495109781806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239426279749694, 39.971054738642998 ], [ -75.239434265209098, 39.971096050028898 ], [ -75.2399084643978, 39.971042124586802 ], [ -75.239900509627702, 39.970999975086201 ], [ -75.239426279749694, 39.971054738642998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2270 N GRATZ ST", "addr_range": "2270-2272 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 661, "objectid": 7299, "Shape__Area": 104.78125, "Shape__Length": 47.677230247020503 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163350833684902, 39.988734749109298 ], [ -75.163510978250699, 39.988753623994199 ], [ -75.163519257764193, 39.988714526291098 ], [ -75.163359477465704, 39.9886948856525 ], [ -75.163350833684902, 39.988734749109298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2401 N COLORADO ST", "addr_range": "2401 N COLORADO ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 707, "objectid": 7300, "Shape__Area": 112.08203125, "Shape__Length": 49.161529769407409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160697355658002, 39.990161008142898 ], [ -75.160861281350506, 39.990182969643897 ], [ -75.160870434034607, 39.990141876218402 ], [ -75.160854588439094, 39.990139761796797 ], [ -75.160706335612502, 39.9901200234588 ], [ -75.160697355658002, 39.990161008142898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2555-57 N SYDENHAM ST", "addr_range": "2555-2565 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1736, "objectid": 7301, "Shape__Area": 275.1953125, "Shape__Length": 67.520636024827823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1571595426838, 39.992423231354202 ], [ -75.157245228239006, 39.992436144885097 ], [ -75.157338290122297, 39.992449063683203 ], [ -75.157348820559406, 39.9924016178987 ], [ -75.157350302143399, 39.992394108046597 ], [ -75.157357805701906, 39.992356201440003 ], [ -75.157180035701103, 39.992331682373297 ], [ -75.157171697603602, 39.992368924089497 ], [ -75.1571595426838, 39.992423231354202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2610 N CHADWICK ST", "addr_range": "2610 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 693, "objectid": 7302, "Shape__Area": 109.87109375, "Shape__Length": 49.680154013069767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159308300094295, 39.993235654438998 ], [ -75.159316577475906, 39.993196137957199 ], [ -75.159148376300095, 39.993172884054196 ], [ -75.159139315039695, 39.993211512450401 ], [ -75.159308300094295, 39.993235654438998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1702 W GLENWOOD AVE", "addr_range": "1702 W GLENWOOD AVE", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 813, "objectid": 7303, "Shape__Area": 128.85546875, "Shape__Length": 57.122238035669987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159898411357204, 39.994346748801703 ], [ -75.159862336502897, 39.994510647814003 ], [ -75.159920382543405, 39.994488874461403 ], [ -75.159921422895707, 39.9944841423711 ], [ -75.159950167334699, 39.994353639002597 ], [ -75.159898411357204, 39.994346748801703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4961 SHELDON ST", "addr_range": "4961-4975 SHELDON ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2352, "objectid": 7304, "Shape__Area": 373.26953125, "Shape__Length": 125.92058589420385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159219080945704, 40.033217110029199 ], [ -75.159259049134803, 40.033240209924301 ], [ -75.1595719918393, 40.032935816505798 ], [ -75.159523780284204, 40.032907277869199 ], [ -75.159212939962998, 40.033213184535597 ], [ -75.159219080945704, 40.033217110029199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2714 N 15TH ST", "addr_range": "2710-2714 N 15TH ST; 2711 N HICKS ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 969, "objectid": 7305, "Shape__Area": 153.6015625, "Shape__Length": 63.778836706899263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156225191090002, 39.994616089326797 ], [ -75.156455298256901, 39.994645065687898 ], [ -75.156464658407899, 39.994605251272702 ], [ -75.1562343615293, 39.994575755258403 ], [ -75.156225191090002, 39.994616089326797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "540 S 56TH ST", "addr_range": "540 S 56TH ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1146, "objectid": 7306, "Shape__Area": 181.4375, "Shape__Length": 68.033301520167143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235116664481893, 39.951871349764403 ], [ -75.235123557571498, 39.951871855871801 ], [ -75.235124397937597, 39.9518678441422 ], [ -75.235132755731797, 39.951827068113701 ], [ -75.235123437580995, 39.951825880849 ], [ -75.235090021427197, 39.951821601953696 ], [ -75.235018623310694, 39.951812508853699 ], [ -75.2349464330035, 39.951803817303599 ], [ -75.234889537287302, 39.951796186340303 ], [ -75.234888074687007, 39.951803439723001 ], [ -75.234880849920103, 39.951841307837803 ], [ -75.235116664481893, 39.951871349764403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "555 S REDFIELD ST", "addr_range": "555 S REDFIELD ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 951, "objectid": 7307, "Shape__Area": 150.640625, "Shape__Length": 61.778216616989127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241099721735694, 39.952633274004803 ], [ -75.241319702439199, 39.952661199832797 ], [ -75.241328465360994, 39.9526195943685 ], [ -75.241108376172406, 39.952592359045902 ], [ -75.241099721735694, 39.952633274004803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2321 N COLORADO ST", "addr_range": "2317-2321 N COLORADO ST; 2318 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 698, "objectid": 7308, "Shape__Area": 110.73046875, "Shape__Length": 50.557439958476643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160911653854697, 39.989061102511997 ], [ -75.161077617947598, 39.989082867371202 ], [ -75.161086171375402, 39.989044857209599 ], [ -75.160920202918007, 39.989022656170299 ], [ -75.1609123226919, 39.989021591811401 ], [ -75.160911725495595, 39.989024044422003 ], [ -75.1609037513564, 39.989060069185797 ], [ -75.160911653854697, 39.989061102511997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2711 N HICKS ST", "addr_range": "2710-2714 N 15TH ST; 2711 N HICKS ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 661, "objectid": 7309, "Shape__Area": 104.84375, "Shape__Length": 49.294691386981611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156488277482197, 39.994565195892598 ], [ -75.156658182431201, 39.994587281159603 ], [ -75.156665427059195, 39.994552336688699 ], [ -75.156665813287702, 39.994550474902297 ], [ -75.156496123381501, 39.994527699818804 ], [ -75.156488277482197, 39.994565195892598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2329 N 31ST ST", "addr_range": "2327-2329 N 31ST ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1012, "objectid": 7310, "Shape__Area": 160.37109375, "Shape__Length": 66.531785025364599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182593140951894, 39.992199021354601 ], [ -75.182584556968905, 39.992238737781101 ], [ -75.182827483824894, 39.9922697986392 ], [ -75.182836066533397, 39.992230081268097 ], [ -75.182593140951894, 39.992199021354601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2446 NICHOLAS ST", "addr_range": "2446-2450 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 857, "objectid": 7311, "Shape__Area": 135.90234375, "Shape__Length": 60.371611510882317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175505999259499, 39.980410846274197 ], [ -75.175520593410297, 39.980412802697401 ], [ -75.175554284185594, 39.980244848433998 ], [ -75.175504868490407, 39.9802383563391 ], [ -75.175472497605398, 39.980406340200503 ], [ -75.175505999259499, 39.980410846274197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1540 N STILLMAN ST", "addr_range": "1540 N STILLMAN ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 966, "objectid": 7312, "Shape__Area": 153.08203125, "Shape__Length": 59.774642344550053 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177098677185199, 39.979512231056397 ], [ -75.177129283355697, 39.979516302333302 ], [ -75.177138991267995, 39.9794713522544 ], [ -75.176932311217598, 39.9794446022063 ], [ -75.176922946060401, 39.979488817521997 ], [ -75.176972928942604, 39.9794952586617 ], [ -75.177013831087393, 39.979500752851401 ], [ -75.177055860825703, 39.979506934550699 ], [ -75.177098677185199, 39.979512231056397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2211 W THOMPSON ST", "addr_range": "2211 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1217, "objectid": 7313, "Shape__Area": 192.81640625, "Shape__Length": 73.908719511234054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172436250767504, 39.975222375138003 ], [ -75.1724919297329, 39.975229349006398 ], [ -75.172535503911504, 39.975021365616101 ], [ -75.172479882121195, 39.975013475817804 ], [ -75.172436250767504, 39.975222375138003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1503 N 27TH ST", "addr_range": "1503 N 27TH ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1574, "objectid": 7314, "Shape__Area": 249.484375, "Shape__Length": 83.875496065390436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179328154820396, 39.978855046534598 ], [ -75.179020256254105, 39.978815203584404 ], [ -75.179009603222198, 39.978863932184296 ], [ -75.179317502105306, 39.978903772462402 ], [ -75.179328154820396, 39.978855046534598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2066 RIDGE AVE", "addr_range": "2066 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1058, "objectid": 7315, "Shape__Area": 167.59765625, "Shape__Length": 66.181121098275725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169653471748006, 39.977009696733802 ], [ -75.169426997928895, 39.977086750525103 ], [ -75.169449218813895, 39.977126195649298 ], [ -75.169660958098703, 39.977054790533103 ], [ -75.169653471748006, 39.977009696733802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1412 N 25TH ST", "addr_range": "1408-1412 N 25TH ST; 2501-2519, 2510-2526 HARLAN ST; 2516 SHARSWOOD ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "23", "parcelarea": 705, "objectid": 7316, "Shape__Area": 111.734375, "Shape__Length": 47.447807980128992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176588624016901, 39.9772199277784 ], [ -75.176741411821396, 39.977239327061298 ], [ -75.176750459268703, 39.977195733544001 ], [ -75.176605859300807, 39.977176484543698 ], [ -75.176597791806401, 39.977175417036399 ], [ -75.176588624016901, 39.9772199277784 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2448 NICHOLAS ST", "addr_range": "2446-2450 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 890, "objectid": 7317, "Shape__Area": 141.078125, "Shape__Length": 60.808173754869721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175554284185594, 39.980244848433998 ], [ -75.175520593410297, 39.980412802697401 ], [ -75.175571003524297, 39.980419574779702 ], [ -75.175605028826496, 39.9802516289095 ], [ -75.175554284185594, 39.980244848433998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2219 W THOMPSON ST", "addr_range": "2219 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1224, "objectid": 7318, "Shape__Area": 193.953125, "Shape__Length": 73.949840451618613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172659490842094, 39.975250747144301 ], [ -75.172715453880997, 39.975257951635697 ], [ -75.172759358647596, 39.975049509776603 ], [ -75.172703112111407, 39.9750426205973 ], [ -75.172659490842094, 39.975250747144301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2501 INGERSOLL ST", "addr_range": "2501 INGERSOLL ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 712, "objectid": 7319, "Shape__Area": 112.8203125, "Shape__Length": 48.251904053474007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176823096371393, 39.976447631099902 ], [ -75.176766877202098, 39.976439423677398 ], [ -75.176742134848993, 39.976560992035999 ], [ -75.176798237396099, 39.976567859751398 ], [ -75.176823096371393, 39.976447631099902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1317 N 23RD ST", "addr_range": "1317-1319 N 23RD ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 851, "objectid": 7320, "Shape__Area": 134.90234375, "Shape__Length": 58.843278515404769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173317697930301, 39.9754747148353 ], [ -75.173528216975299, 39.975500960519497 ], [ -75.173535914099403, 39.975462108659698 ], [ -75.173325402847098, 39.975436216359 ], [ -75.173317697930301, 39.9754747148353 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1319 N 23RD ST", "addr_range": "1317-1319 N 23RD ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 853, "objectid": 7321, "Shape__Area": 135.16015625, "Shape__Length": 58.911758352345529 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173308796068895, 39.975512751245802 ], [ -75.173519568047993, 39.975540050500797 ], [ -75.173528216975299, 39.975500960519497 ], [ -75.173317697930301, 39.9754747148353 ], [ -75.173308796068895, 39.975512751245802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2450 NICHOLAS ST", "addr_range": "2446-2450 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 904, "objectid": 7322, "Shape__Area": 143.23828125, "Shape__Length": 61.005402859353758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175605028826496, 39.9802516289095 ], [ -75.175571003524297, 39.980419574779702 ], [ -75.175622742212695, 39.980426119853902 ], [ -75.175656106648304, 39.980257900556197 ], [ -75.175605028826496, 39.9802516289095 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1525-1533 N 21ST ST; 2038-2050 W OXFORD ST", "addr_range": "1525-1533 N 21ST ST; 2038-2050 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 11029, "objectid": 7323, "Shape__Area": 2845.46484375, "Shape__Length": 221.65658628212771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1688990652424, 39.9785967664249 ], [ -75.169521987447993, 39.978676963646599 ], [ -75.169584128146994, 39.978398383399899 ], [ -75.168957641924607, 39.978326699274099 ], [ -75.1688990652424, 39.9785967664249 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2030 W OXFORD ST", "addr_range": "2030 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 672, "objectid": 7324, "Shape__Area": 111.6796875, "Shape__Length": 49.400328922484135 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168768378094896, 39.9784491250022 ], [ -75.168715587564193, 39.978442328777902 ], [ -75.168687905046298, 39.978569580774597 ], [ -75.168740695673094, 39.978576377011599 ], [ -75.168768378094896, 39.9784491250022 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2000-02 W OXFORD ST", "addr_range": "2000-02 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1764, "objectid": 7325, "Shape__Area": 319.50390625, "Shape__Length": 71.686934493175897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167828314098003, 39.978458906668997 ], [ -75.167973394131906, 39.978477282813799 ], [ -75.168009481813598, 39.978347303485897 ], [ -75.167856967612707, 39.978330892809197 ], [ -75.167828314098003, 39.978458906668997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2503 SEYBERT ST", "addr_range": "2500 INGERSOLL ST; 2501-2503 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 619, "objectid": 7326, "Shape__Area": 96.4140625, "Shape__Length": 46.246003107212687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176873893032095, 39.976240583170899 ], [ -75.176922598843205, 39.976246882224103 ], [ -75.176947225177898, 39.976126664553902 ], [ -75.176899201833905, 39.976120623184201 ], [ -75.176873893032095, 39.976240583170899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2501 SEYBERT ST", "addr_range": "2500 INGERSOLL ST; 2501-2503 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 796, "objectid": 7327, "Shape__Area": 126.1875, "Shape__Length": 49.665495409434271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176810566760906, 39.976232457876797 ], [ -75.176857298756303, 39.976237809884502 ], [ -75.176873893032095, 39.976240583170899 ], [ -75.176899201833905, 39.976120623184201 ], [ -75.176839157704705, 39.976112701242897 ], [ -75.176835675969102, 39.976112235736601 ], [ -75.176835265048794, 39.9761142411854 ], [ -75.176817015665804, 39.9762016211833 ], [ -75.176810566760906, 39.976232457876797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2500 INGERSOLL ST", "addr_range": "2500 INGERSOLL ST; 2501-2503 SEYBERT ST", "zipcode": 19121, "district": "5", "year": "2006", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 778, "objectid": 7328, "Shape__Area": 123.84765625, "Shape__Length": 49.058781666637017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176871988871795, 39.976248246830302 ], [ -75.176808662627906, 39.976240120634799 ], [ -75.176784642019797, 39.976358191236898 ], [ -75.176847143463505, 39.976367039580701 ], [ -75.176871988871795, 39.976248246830302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 N PATTON ST", "addr_range": "2433-2441 N PATTON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 725, "objectid": 7329, "Shape__Area": 114.984375, "Shape__Length": 51.132970983155353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1834236918871, 39.993715119618102 ], [ -75.183598843935599, 39.9937382336608 ], [ -75.183607114317397, 39.993699055268799 ], [ -75.183432911496098, 39.993675252465302 ], [ -75.1834236918871, 39.993715119618102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2850 N PARK AVE", "addr_range": "2848-2850 N PARK AVE", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 883, "objectid": 7330, "Shape__Area": 139.99609375, "Shape__Length": 59.736546718083254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152813712909406, 39.996504062489301 ], [ -75.152825887597999, 39.996506868910799 ], [ -75.152861466733199, 39.996511478005097 ], [ -75.1528764115657, 39.9965136533121 ], [ -75.152881325754294, 39.9965150385366 ], [ -75.1528924444344, 39.996516418172703 ], [ -75.1529039764077, 39.9965168241472 ], [ -75.152915278093602, 39.996518901705898 ], [ -75.152971050106999, 39.996526030956701 ], [ -75.1529750634717, 39.996526863294598 ], [ -75.152981199179706, 39.996527002110497 ], [ -75.152989201021896, 39.996528214812002 ], [ -75.152994897615599, 39.996529971833098 ], [ -75.153005236308502, 39.996530947274699 ], [ -75.153013806800999, 39.996532607130597 ], [ -75.1530190591333, 39.996532839487301 ], [ -75.153026259365205, 39.996533631295499 ], [ -75.153034517639696, 39.996493066862598 ], [ -75.153027805266007, 39.996492108591497 ], [ -75.153017490157893, 39.996491649969002 ], [ -75.153000099210203, 39.996489322029198 ], [ -75.152990959592799, 39.996487196984802 ], [ -75.152974705806798, 39.996485797589102 ], [ -75.152951217962297, 39.996482316255602 ], [ -75.152942607537298, 39.9964816700383 ], [ -75.152901681758493, 39.996476568781901 ], [ -75.152887411575605, 39.996475407971602 ], [ -75.152873953792493, 39.9964727013719 ], [ -75.152866451753297, 39.996472112663 ], [ -75.152861014359601, 39.996470715600097 ], [ -75.152851863477593, 39.996470508558303 ], [ -75.152841634895907, 39.996468859829903 ], [ -75.152829784083707, 39.996467478941099 ], [ -75.152821650914902, 39.996466392102498 ], [ -75.152819922478997, 39.996471059916701 ], [ -75.152820896022604, 39.996474612134698 ], [ -75.1528163164418, 39.9964886139648 ], [ -75.1528143275047, 39.996497305240197 ], [ -75.152813712909406, 39.996504062489301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "701 BROOKLYN ST", "addr_range": "701-705 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1238, "objectid": 7331, "Shape__Area": 196.078125, "Shape__Length": 74.634150651103994 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207718329556201, 39.964836452263498 ], [ -75.207726226216494, 39.964880167310902 ], [ -75.208002348822106, 39.964859026188002 ], [ -75.207996534026805, 39.964817905323997 ], [ -75.207996303585603, 39.964816240570897 ], [ -75.207905158491101, 39.964822861829603 ], [ -75.207718329556201, 39.964836452263498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2931 PAGE ST", "addr_range": "2931 PAGE ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 700, "objectid": 7332, "Shape__Area": 110.953125, "Shape__Length": 52.222626192262169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181732222995805, 39.986989431025101 ], [ -75.181773560840398, 39.987024014164497 ], [ -75.181776240092105, 39.987021865740402 ], [ -75.181806121241607, 39.986874507395001 ], [ -75.181756994247095, 39.986868572388303 ], [ -75.181732222995805, 39.986989431025101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3422 N 17TH ST", "addr_range": "3418-3426 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 1797, "objectid": 7333, "Shape__Area": 284.921875, "Shape__Length": 104.66019588433218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157006685446405, 40.005921375093202 ], [ -75.157162027425301, 40.005942438058597 ], [ -75.157415353455093, 40.005976416752397 ], [ -75.157424029179694, 40.005935313660203 ], [ -75.157016108105395, 40.005878821139802 ], [ -75.157006685446405, 40.005921375093202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1904 W HILTON ST", "addr_range": "1904 W HILTON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 912, "objectid": 7334, "Shape__Area": 144.63671875, "Shape__Length": 64.81410686277512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160952232772004, 40.0032149511025 ], [ -75.160999085265701, 40.003220891241597 ], [ -75.161039495793503, 40.0030373276769 ], [ -75.160991648278099, 40.0030311227382 ], [ -75.160952232772004, 40.0032149511025 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2930 N STILLMAN ST", "addr_range": "2930 N STILLMAN ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 673, "objectid": 7335, "Shape__Area": 106.83203125, "Shape__Length": 48.148038682351164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172168830556998, 40.000067025309697 ], [ -75.172160566223297, 40.000106929386199 ], [ -75.172321140143893, 40.000127411969402 ], [ -75.172330882442694, 40.000087735688901 ], [ -75.172168830556998, 40.000067025309697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3845 OLIVE ST", "addr_range": "3843-3845 OLIVE ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 987, "objectid": 7336, "Shape__Area": 156.39453125, "Shape__Length": 67.078852893116931 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199135215563103, 39.966191133942303 ], [ -75.199171471807404, 39.966381055664002 ], [ -75.199221781716901, 39.966375177808999 ], [ -75.199220870790597, 39.966370435387603 ], [ -75.199206799918699, 39.966300501869299 ], [ -75.199189278837494, 39.966208068317698 ], [ -75.199185441657704, 39.966185270461096 ], [ -75.199135215563103, 39.966191133942303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "719 S 51ST ST", "addr_range": "719 S 51ST ST", "zipcode": 19143, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1396, "objectid": 7337, "Shape__Area": 220.96875, "Shape__Length": 75.522375185619126 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224943031116098, 39.948136659542001 ], [ -75.224933887724902, 39.9481860429213 ], [ -75.225204248305403, 39.948218187808997 ], [ -75.225214539394798, 39.948168975635298 ], [ -75.224943031116098, 39.948136659542001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4213-15 LANCASTER AVE", "addr_range": "4213-15 LANCASTER AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 809, "objectid": 7338, "Shape__Area": 128.171875, "Shape__Length": 51.122295179973165 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208060903036099, 39.966855464068999 ], [ -75.207971955981293, 39.966940991725501 ], [ -75.208141172891004, 39.966930700200102 ], [ -75.208155059516301, 39.9669151132371 ], [ -75.208146423673298, 39.9669096348414 ], [ -75.208060903036099, 39.966855464068999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2333 N 6TH ST", "addr_range": "2323-2333; 2339 N 6TH ST", "zipcode": 19133, "district": "7", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1382, "objectid": 7339, "Shape__Area": 219.03125, "Shape__Length": 81.892282764737359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1429341223932, 39.987022128271299 ], [ -75.143176380698904, 39.987054229076399 ], [ -75.143240436409599, 39.987062050567999 ], [ -75.143249614009605, 39.9870194775973 ], [ -75.143136418512995, 39.987005025743201 ], [ -75.1429736665673, 39.986982806696702 ], [ -75.142942462832593, 39.986978971364003 ], [ -75.1429341223932, 39.987022128271299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2961 N TAYLOR ST", "addr_range": "2961-2963 N TAYLOR ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 713, "objectid": 7340, "Shape__Area": 113.1015625, "Shape__Length": 52.078291751518464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170568654685596, 40.000492525774298 ], [ -75.170750251531501, 40.0005168364901 ], [ -75.170758581648002, 40.000479109920498 ], [ -75.1705766864401, 40.000455470073597 ], [ -75.170568654685596, 40.000492525774298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2040 N 29TH ST", "addr_range": "2036-2040 N 29TH ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1026, "objectid": 7341, "Shape__Area": 162.609375, "Shape__Length": 61.123454663509634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180783528840806, 39.987541659154203 ], [ -75.180993606361895, 39.987569573350498 ], [ -75.181003127707001, 39.987522829405002 ], [ -75.180793629291202, 39.987495154339797 ], [ -75.180783528840806, 39.987541659154203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5122-24 HARLAN ST", "addr_range": "5122-5126 HARLAN ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1942, "objectid": 7342, "Shape__Area": 307.71875, "Shape__Length": 82.262008782083043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224956841245003, 39.974780765316197 ], [ -75.224986067142794, 39.974970733278901 ], [ -75.225072146709195, 39.974961472053302 ], [ -75.225061451124304, 39.9748946800078 ], [ -75.225063105277599, 39.974886253331299 ], [ -75.225040644307498, 39.974747614524802 ], [ -75.224953124475803, 39.974755586236398 ], [ -75.224956841245003, 39.974780765316197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "14 N 51ST ST", "addr_range": "14 N 51ST ST", "zipcode": 19139, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1768, "objectid": 7343, "Shape__Area": 279.953125, "Shape__Length": 99.87778875326768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222924489973806, 39.960183071936903 ], [ -75.223309716259905, 39.960231950907698 ], [ -75.223319696161994, 39.960188358731003 ], [ -75.222957720254499, 39.960142328196 ], [ -75.222933848515098, 39.960139287704301 ], [ -75.222924489973806, 39.960183071936903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5126 HARLAN ST", "addr_range": "5122-5126 HARLAN ST", "zipcode": 19131, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 2044, "objectid": 7344, "Shape__Area": 323.8125, "Shape__Length": 83.290245578426976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225061451124304, 39.9748946800078 ], [ -75.225072146709195, 39.974961472053302 ], [ -75.225165489164695, 39.974951871409502 ], [ -75.225133581659705, 39.974739295228702 ], [ -75.225040644307498, 39.974747614524802 ], [ -75.225063105277599, 39.974886253331299 ], [ -75.225061451124304, 39.9748946800078 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1511 W ALLEGHENY AVE", "addr_range": "1511 W ALLEGHENY AVE", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 5633, "objectid": 7345, "Shape__Area": 893.02734375, "Shape__Length": 125.71064732041316 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155084138712496, 40.002051061941501 ], [ -75.155023526137498, 40.002330629170899 ], [ -75.155215405389896, 40.0023552122124 ], [ -75.155276671291702, 40.002076095758603 ], [ -75.155084138712496, 40.002051061941501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2817 N NEWKIRK ST", "addr_range": "2817 N NEWKIRK ST", "zipcode": 19132, "district": "4", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 1091, "objectid": 7346, "Shape__Area": 172.94140625, "Shape__Length": 66.445068600456352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176838846882802, 39.998898821566399 ], [ -75.176976426076394, 39.998915978285403 ], [ -75.1769873953575, 39.998915756528703 ], [ -75.177076486872593, 39.998927602363104 ], [ -75.177085024781107, 39.998883706343697 ], [ -75.177003047936594, 39.998872729079501 ], [ -75.176984490348403, 39.998871845502002 ], [ -75.176848273135704, 39.998854735538202 ], [ -75.176838846882802, 39.998898821566399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1934 N 19TH ST", "addr_range": "1934-1946, 1952-1954 N 19TH ST; 1900-1920 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "20", "parcelarea": 1492, "objectid": 7347, "Shape__Area": 236.4609375, "Shape__Length": 91.586591939244371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165101575133306, 39.983580140180699 ], [ -75.165454494259606, 39.983627630350398 ], [ -75.165456895117202, 39.983615756777802 ], [ -75.1654626778828, 39.983587128400799 ], [ -75.165110186099895, 39.9835399866584 ], [ -75.165101575133306, 39.983580140180699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1830 N 21ST ST", "addr_range": "1828-1832 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1358, "objectid": 7348, "Shape__Area": 215.23828125, "Shape__Length": 80.378830750063699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168877189522306, 39.9825073746578 ], [ -75.168890911845594, 39.982509133909502 ], [ -75.169176466087805, 39.982547569662103 ], [ -75.169185457988206, 39.9825045060714 ], [ -75.1690388778038, 39.982484719373097 ], [ -75.168894259130298, 39.982464573847103 ], [ -75.168886688214101, 39.982463678259101 ], [ -75.168877189522306, 39.9825073746578 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2435 N PATTON ST", "addr_range": "2433-2441 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 715, "objectid": 7349, "Shape__Area": 113.33984375, "Shape__Length": 51.062928455931356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183414840118701, 39.993753560587997 ], [ -75.183590279726204, 39.993777406383998 ], [ -75.183598843935599, 39.9937382336608 ], [ -75.1834236918871, 39.993715119618102 ], [ -75.183414840118701, 39.993753560587997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2718 RIDGE AVE", "addr_range": "2718 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1002, "objectid": 7350, "Shape__Area": 158.85546875, "Shape__Length": 64.164841272138403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178581790656494, 39.984994305077102 ], [ -75.178623032438495, 39.9850225045003 ], [ -75.178782719319202, 39.984893318999099 ], [ -75.1787432699562, 39.984864306531797 ], [ -75.178581790656494, 39.984994305077102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1912 N NAPA ST", "addr_range": "1912 N NAPA ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 657, "objectid": 7351, "Shape__Area": 104.1171875, "Shape__Length": 49.023048513874521 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184995898350806, 39.985669349269898 ], [ -75.185164967419894, 39.985691036991 ], [ -75.185172769135605, 39.985654200579397 ], [ -75.185004518983007, 39.985631983355802 ], [ -75.184995898350806, 39.985669349269898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2437 N PATTON ST", "addr_range": "2433-2441 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 688, "objectid": 7352, "Shape__Area": 109.0546875, "Shape__Length": 50.793349304719079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183406042490105, 39.993790599896002 ], [ -75.183583002230407, 39.993814706745603 ], [ -75.183590279726204, 39.993777406383998 ], [ -75.183414840118701, 39.993753560587997 ], [ -75.183406042490105, 39.993790599896002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3950 FOLSOM ST", "addr_range": "3944-3950 FOLSOM ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "4", "parcelarea": 916, "objectid": 7353, "Shape__Area": 145.06640625, "Shape__Length": 62.592960044090738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201675996306193, 39.966774752069497 ], [ -75.201708376207506, 39.966949773308897 ], [ -75.201758393785099, 39.966943888746201 ], [ -75.201726561980706, 39.966769330198801 ], [ -75.201675996306193, 39.966774752069497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1940 N 22ND ST", "addr_range": "1936-1940 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 2240, "objectid": 7354, "Shape__Area": 354.953125, "Shape__Length": 101.68109819088362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170100045929004, 39.984502454123302 ], [ -75.170184303772103, 39.9845146331973 ], [ -75.170261855047897, 39.984525789280298 ], [ -75.170369511425804, 39.984540444852001 ], [ -75.170467293669802, 39.984554088204099 ], [ -75.170476271344697, 39.9845555135607 ], [ -75.170488502971494, 39.984497757787203 ], [ -75.170364974931104, 39.984481086818299 ], [ -75.170267678563206, 39.984468469739902 ], [ -75.170219187112593, 39.984461350176097 ], [ -75.170114151958799, 39.984446609220001 ], [ -75.170100045929004, 39.984502454123302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5435 VINE ST", "addr_range": "323-25 N 55TH ST; 5427-29; 5435 VINE ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 16904, "objectid": 7355, "Shape__Area": 1254.01171875, "Shape__Length": 164.49732641933966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229063324162695, 39.965781925365697 ], [ -75.229099590834494, 39.965785769347903 ], [ -75.229108335644995, 39.965749475607701 ], [ -75.229131497969703, 39.965634995668601 ], [ -75.229163782868198, 39.9654855871838 ], [ -75.229184751377602, 39.965382606214497 ], [ -75.229188450919807, 39.965364762160704 ], [ -75.229009443403299, 39.965343291305899 ], [ -75.228920827784293, 39.965766705807901 ], [ -75.228967589129894, 39.965771698539399 ], [ -75.2289984303398, 39.9657749872636 ], [ -75.229045617594494, 39.965780935367803 ], [ -75.229063324162695, 39.965781925365697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2340 N 16TH ST", "addr_range": "2340 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1531, "objectid": 7356, "Shape__Area": 226.984375, "Shape__Length": 82.086353561212732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158997824958007, 39.989257969502603 ], [ -75.159302589031, 39.989299410112899 ], [ -75.159312577303794, 39.989254612650598 ], [ -75.1590077831857, 39.9892133813211 ], [ -75.158997824958007, 39.989257969502603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2833 W CUMBERLAND ST", "addr_range": "2833 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 803, "objectid": 7357, "Shape__Area": 127.19140625, "Shape__Length": 53.831038463664626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178310534477703, 39.994062490459399 ], [ -75.178364325857302, 39.994070482919497 ], [ -75.178395811825894, 39.993929188979799 ], [ -75.178341630234996, 39.993921542788001 ], [ -75.178310534477703, 39.994062490459399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1416 N FRANKLIN ST", "addr_range": "1416-1418 N FRANKLIN ST; 1413 N PERTH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1721, "objectid": 7358, "Shape__Area": 272.30859375, "Shape__Length": 93.412564285101141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148368201279396, 39.973629894854099 ], [ -75.148721250039202, 39.973675087389097 ], [ -75.148731659928202, 39.9736292199538 ], [ -75.148608586356005, 39.973612873185701 ], [ -75.148377756764106, 39.973583347626302 ], [ -75.1483706804337, 39.973621488676201 ], [ -75.148368201279396, 39.973629894854099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2437 N 10TH ST", "addr_range": "2431-2455 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "13", "parcelarea": 992, "objectid": 7359, "Shape__Area": 159.30859375, "Shape__Length": 61.978318739993796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148145403455104, 39.989427042827003 ], [ -75.148135688262002, 39.989470572533499 ], [ -75.148352320703296, 39.989500098103903 ], [ -75.148362104940304, 39.989455313024003 ], [ -75.148145403455104, 39.989427042827003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "251 S 53RD ST", "addr_range": "251 S 53RD ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1310, "objectid": 7360, "Shape__Area": 207.02734375, "Shape__Length": 76.662376850383168 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227552605277296, 39.955373658123001 ], [ -75.227761147760702, 39.955399455463102 ], [ -75.227771634198604, 39.955355052399497 ], [ -75.227488426317294, 39.955320647732798 ], [ -75.227479412523707, 39.955364262346599 ], [ -75.227552605277296, 39.955373658123001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "443 N DAGGETT ST", "addr_range": "431-443 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1388, "objectid": 7361, "Shape__Area": 219.94921875, "Shape__Length": 90.691599226785883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.249842417405603, 39.970411018658403 ], [ -75.249861522648999, 39.9704133378211 ], [ -75.249868071248002, 39.9704141256124 ], [ -75.250195864574707, 39.970453892018803 ], [ -75.250203611706993, 39.970415874104198 ], [ -75.249875183467196, 39.970376882249397 ], [ -75.249869133245596, 39.970376171089498 ], [ -75.249850215145997, 39.9703739217777 ], [ -75.249845441998502, 39.970396577706801 ], [ -75.249842417405603, 39.970411018658403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2638 N 12TH ST", "addr_range": "2638 N 12TH ST; 1210-1216 W OAKDALE ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1275, "objectid": 7362, "Shape__Area": 201.859375, "Shape__Length": 76.412706650028198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151024003777195, 39.992918884279803 ], [ -75.151015916319693, 39.992962096949803 ], [ -75.151210272194604, 39.992988033660602 ], [ -75.151297202983301, 39.992999624699998 ], [ -75.151306829370498, 39.992956722567499 ], [ -75.151024003777195, 39.992918884279803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5109 MASTER ST", "addr_range": "5105-5111 MASTER ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1414, "objectid": 7363, "Shape__Area": 291.71484375, "Shape__Length": 86.550220788737448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224556005908397, 39.974527314695102 ], [ -75.224595324453702, 39.974765911916897 ], [ -75.224658212289597, 39.974759429264097 ], [ -75.224672938447796, 39.974757771139302 ], [ -75.2246270736388, 39.974520012875999 ], [ -75.224556005908397, 39.974527314695102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6651 LINDBERGH BLVD", "addr_range": "6651 LINDBERGH BLVD", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 68081, "objectid": 7364, "Shape__Area": 10764.609375, "Shape__Length": 434.14373810381232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227365787505803, 39.915237212127998 ], [ -75.227131262141796, 39.915041295145897 ], [ -75.226216683501804, 39.915227475667301 ], [ -75.226194391411795, 39.915268823737499 ], [ -75.2261487367401, 39.915413384095601 ], [ -75.227234405908405, 39.9158481958371 ], [ -75.227256656577197, 39.915832357528998 ], [ -75.227635285504306, 39.915562838044998 ], [ -75.227300879698603, 39.915284329781798 ], [ -75.227365787505803, 39.915237212127998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1437-39 N PERTH ST", "addr_range": "1436-1438 N FRANKLIN ST; 1435-1449 N PERTH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 619, "objectid": 7365, "Shape__Area": 167.91796875, "Shape__Length": 51.957012717021506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148490809318503, 39.974158458812802 ], [ -75.148488932097905, 39.974167507552004 ], [ -75.148481868697701, 39.9742014888893 ], [ -75.148604570085297, 39.974217214638202 ], [ -75.1486119692172, 39.974182660648502 ], [ -75.148614213727697, 39.974172185809401 ], [ -75.148622098255501, 39.974135384865598 ], [ -75.148499030585199, 39.974118860633197 ], [ -75.148490809318503, 39.974158458812802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1256 N 56TH ST", "addr_range": "1256-1258 N 56TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1322, "objectid": 7366, "Shape__Area": 209.484375, "Shape__Length": 78.347663294025381 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232929425665404, 39.971980986345997 ], [ -75.2329374270779, 39.9720240078057 ], [ -75.233228694663694, 39.9719898552625 ], [ -75.233220165472204, 39.9719458077303 ], [ -75.232929425665404, 39.971980986345997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1858 JUDSON ST", "addr_range": "1858 JUDSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 708, "objectid": 7367, "Shape__Area": 106.5703125, "Shape__Length": 50.50112201297069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172530319015607, 39.983435879240901 ], [ -75.172706490671402, 39.983460049827201 ], [ -75.172714379143699, 39.983423908040201 ], [ -75.172538850081907, 39.983399350043598 ], [ -75.172530319015607, 39.983435879240901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "226 ZERALDA ST", "addr_range": "226-228 ZERALDA ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1126, "objectid": 7368, "Shape__Area": 182.71484375, "Shape__Length": 70.103060572514266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163211644771707, 40.022127155088299 ], [ -75.163254193349999, 40.022097845770702 ], [ -75.163082641491897, 40.021950640619501 ], [ -75.163040092897404, 40.021979950774003 ], [ -75.163211644771707, 40.022127155088299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4538 WAYNE AVE", "addr_range": "4536-4540 WAYNE AVE", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1413, "objectid": 7369, "Shape__Area": 231.81640625, "Shape__Length": 86.354656585988522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162500527948694, 40.022441615286901 ], [ -75.162741582867696, 40.022275566418799 ], [ -75.162703905544603, 40.022243236065698 ], [ -75.162453377512094, 40.022415810086301 ], [ -75.162500527948694, 40.022441615286901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2339 N VAN PELT ST", "addr_range": "2339 N VAN PELT ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 542, "objectid": 7370, "Shape__Area": 86.01171875, "Shape__Length": 48.22255269320079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167461555952897, 39.9902064316706 ], [ -75.167455967201803, 39.9902057247687 ], [ -75.167450008599104, 39.990233994277602 ], [ -75.1674555954759, 39.990234781327999 ], [ -75.1674583875011, 39.9902351658111 ], [ -75.167625738833294, 39.990258645310902 ], [ -75.167629839650701, 39.990227384976897 ], [ -75.167464538195802, 39.990206804215298 ], [ -75.167461555952897, 39.9902064316706 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1212 N 50TH ST", "addr_range": "1212 N 50TH ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1022, "objectid": 7371, "Shape__Area": 228.3359375, "Shape__Length": 74.499790874995398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222766253498904, 39.972438927581599 ], [ -75.2227731105354, 39.972479329810099 ], [ -75.223034037545204, 39.972451708515699 ], [ -75.223023017775503, 39.972385793864198 ], [ -75.222766253498904, 39.972438927581599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5107 MASTER ST", "addr_range": "5105-5111 MASTER ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1740, "objectid": 7372, "Shape__Area": 426.37890625, "Shape__Length": 106.2397226940343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224469093645695, 39.974535896765403 ], [ -75.224516096935403, 39.9748320954645 ], [ -75.2246043232837, 39.974822543963597 ], [ -75.224595324453702, 39.974765911916897 ], [ -75.224556005908397, 39.974527314695102 ], [ -75.224469093645695, 39.974535896765403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2224 N 30TH ST", "addr_range": "2224 N 30TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 986, "objectid": 7373, "Shape__Area": 155.3984375, "Shape__Length": 61.910088221567001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181807591158503, 39.9903483923094 ], [ -75.181926135863193, 39.990363586748003 ], [ -75.182022683512002, 39.990375240805001 ], [ -75.182030611677902, 39.990332394050398 ], [ -75.181812151139795, 39.990305406231897 ], [ -75.181803295277305, 39.9903478456839 ], [ -75.181807591158503, 39.9903483923094 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2439 N CLARION ST", "addr_range": "2439 N CLARION ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 505, "objectid": 7374, "Shape__Area": 80.16015625, "Shape__Length": 39.919073412192198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153468030476205, 39.989966388093002 ], [ -75.153595396261196, 39.989983099949697 ], [ -75.153603517096201, 39.989945579628198 ], [ -75.153476237435598, 39.989928240816198 ], [ -75.153468030476205, 39.989966388093002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2549 N WARNOCK ST", "addr_range": "2539-2551 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 672, "objectid": 7375, "Shape__Area": 104.859375, "Shape__Length": 49.441114825434099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148876971781803, 39.991273475988002 ], [ -75.149047526625793, 39.991298571667798 ], [ -75.149055101690493, 39.991261118531703 ], [ -75.1488852635336, 39.991237040135601 ], [ -75.148876971781803, 39.991273475988002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2148 N DOVER ST", "addr_range": "2148-2152 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 671, "objectid": 7376, "Shape__Area": 106.23046875, "Shape__Length": 49.092165332954302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179818110150507, 39.988790683090599 ], [ -75.179985770706807, 39.988813668541901 ], [ -75.179993589422097, 39.988775414605001 ], [ -75.179826337613207, 39.988752680687902 ], [ -75.179818110150507, 39.988790683090599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2631 N 12TH ST", "addr_range": "2631-2633 N 12TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 784, "objectid": 7377, "Shape__Area": 131.765625, "Shape__Length": 56.922613118572443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150727104883302, 39.992516676035599 ], [ -75.150927722600599, 39.992543787625102 ], [ -75.150936247799606, 39.992504502504502 ], [ -75.150736376489803, 39.992477021292501 ], [ -75.150727104883302, 39.992516676035599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "113 W ROOSEVELT BLVD", "addr_range": "101-119 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1760, "objectid": 7378, "Shape__Area": 265.00390625, "Shape__Length": 84.383002938631407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123900667913801, 40.025992286178102 ], [ -75.123960948744795, 40.026225406797799 ], [ -75.124012951256304, 40.026218326317597 ], [ -75.124028584772404, 40.026215331085197 ], [ -75.123968292419704, 40.025982532809898 ], [ -75.123900667913801, 40.025992286178102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1550 W OAKDALE ST", "addr_range": "1550-1552 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 728, "objectid": 7379, "Shape__Area": 119.1875, "Shape__Length": 53.853152137196858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157666536489799, 39.9938438819092 ], [ -75.157716438510207, 39.993851021387997 ], [ -75.1577466272294, 39.993705834781998 ], [ -75.157697799048606, 39.993699137637599 ], [ -75.157666536489799, 39.9938438819092 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2729 N 13TH ST", "addr_range": "2723-2731 N 13TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1344, "objectid": 7380, "Shape__Area": 206.3046875, "Shape__Length": 78.798494159245905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151835604121899, 39.994413067707598 ], [ -75.152129607170394, 39.994450882004898 ], [ -75.152138505551804, 39.9944084138451 ], [ -75.151844484254696, 39.994371050563899 ], [ -75.151835604121899, 39.994413067707598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1909 W VENANGO ST", "addr_range": "1907-1913 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2080, "objectid": 7381, "Shape__Area": 332.73828125, "Shape__Length": 117.0236462479297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159768465329805, 40.009163971258801 ], [ -75.159825237464204, 40.009171555581801 ], [ -75.159903548544605, 40.0088178633384 ], [ -75.159847313690307, 40.008810484887199 ], [ -75.159768465329805, 40.009163971258801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4654 STENTON AVE", "addr_range": "4648-4654 STENTON AVE", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 850, "objectid": 7382, "Shape__Area": 134.890625, "Shape__Length": 59.865399731279055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159419230147904, 40.025956046414699 ], [ -75.159537091248595, 40.025961008998699 ], [ -75.159597977628295, 40.025963850168402 ], [ -75.159637977252302, 40.025965719212799 ], [ -75.159640292364102, 40.025927568376403 ], [ -75.159561460325605, 40.025924080054899 ], [ -75.159494705453199, 40.025921123605002 ], [ -75.159421496525994, 40.025918070178697 ], [ -75.159419230147904, 40.025956046414699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2500 W OAKDALE ST", "addr_range": "2500-2502 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 975, "objectid": 7383, "Shape__Area": 154.5546875, "Shape__Length": 60.968888057675592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172606459671997, 39.995578867827199 ], [ -75.172604827244498, 39.9955865366342 ], [ -75.172662626715905, 39.9955943793763 ], [ -75.172695485625894, 39.9954305174507 ], [ -75.172639546935201, 39.995423313874099 ], [ -75.172606459671997, 39.995578867827199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2567 N STANLEY ST", "addr_range": "2565-2569 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 771, "objectid": 7384, "Shape__Area": 122.296875, "Shape__Length": 52.936590040116897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181355148494404, 39.995676206508399 ], [ -75.181536484751106, 39.995701607288197 ], [ -75.181545702534294, 39.995660740997998 ], [ -75.181364478592798, 39.995636214020401 ], [ -75.181355148494404, 39.995676206508399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1643 W DAUPHIN ST", "addr_range": "1643 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1291, "objectid": 7385, "Shape__Area": 204.69140625, "Shape__Length": 73.006862115246363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160483992989001, 39.988760342574601 ], [ -75.160545140085901, 39.988769234799797 ], [ -75.160589778423599, 39.988568050160801 ], [ -75.160528575387602, 39.988560076631202 ], [ -75.160483992989001, 39.988760342574601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3213-19 W CUMBERLAND ST", "addr_range": "3213-19 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3850, "objectid": 7386, "Shape__Area": 610.2734375, "Shape__Length": 101.06185603774183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184479787293299, 39.994924349772702 ], [ -75.184486272433105, 39.994925220029103 ], [ -75.184531490282794, 39.9947185759573 ], [ -75.184355179679997, 39.994693310223496 ], [ -75.184345633895205, 39.994736829148003 ], [ -75.184336466834594, 39.994778664441597 ], [ -75.184327656314807, 39.9948187831721 ], [ -75.184318896405301, 39.994858709316397 ], [ -75.184309527184595, 39.994901491555602 ], [ -75.184479787293299, 39.994924349772702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3148-54 EUCLID AVE", "addr_range": "3148-54 EUCLID AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4130, "objectid": 7387, "Shape__Area": 654.44140625, "Shape__Length": 102.8372164797502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185869386077499, 39.984852350646797 ], [ -75.185918414720106, 39.984859184532503 ], [ -75.185968818995207, 39.984865694131798 ], [ -75.186018480010105, 39.984871849225797 ], [ -75.186073736966506, 39.984879692560298 ], [ -75.186106613451898, 39.984729321481701 ], [ -75.186115607076999, 39.9846875786208 ], [ -75.186059282137705, 39.984680291694403 ], [ -75.186010646598007, 39.984673627928998 ], [ -75.185959464121197, 39.984667196466198 ], [ -75.185909964760796, 39.9846606106683 ], [ -75.185869386077499, 39.984852350646797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3008 W CUMBERLAND ST", "addr_range": "3008 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 968, "objectid": 7388, "Shape__Area": 153.50390625, "Shape__Length": 63.391842384913161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181200618981507, 39.994154382325299 ], [ -75.181252857612805, 39.994160758302002 ], [ -75.181290590922302, 39.993986541841601 ], [ -75.181237178319506, 39.993979059295697 ], [ -75.181200618981507, 39.994154382325299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2624 N 28TH ST", "addr_range": "2624 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 767, "objectid": 7389, "Shape__Area": 121.6171875, "Shape__Length": 53.870075698004356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177236042037194, 39.995947443536103 ], [ -75.177423289344105, 39.995973949198202 ], [ -75.177432333546903, 39.9959349173551 ], [ -75.177245012745004, 39.995908715501002 ], [ -75.177244133645601, 39.995912531403 ], [ -75.177242981071998, 39.995917535916703 ], [ -75.177236042037194, 39.995947443536103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2559 N SYDENHAM ST", "addr_range": "2555-2565 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 756, "objectid": 7390, "Shape__Area": 119.828125, "Shape__Length": 52.356297456330431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157158473707398, 39.992464941433198 ], [ -75.157240720630099, 39.992476825815999 ], [ -75.157329406292007, 39.992489064611703 ], [ -75.157333355486998, 39.992471261411701 ], [ -75.157338039753398, 39.992449024690302 ], [ -75.157245228239006, 39.992436144885097 ], [ -75.1571595426838, 39.992423231354202 ], [ -75.157150468591496, 39.992463825347897 ], [ -75.157158473707398, 39.992464941433198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2211 N 19TH ST", "addr_range": "2211-2215 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1187, "objectid": 7391, "Shape__Area": 188.12109375, "Shape__Length": 70.528448687502035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163773109874001, 39.987617634149998 ], [ -75.164027789098398, 39.987649083065499 ], [ -75.164037271860195, 39.987605321756902 ], [ -75.163782983879301, 39.987572431039602 ], [ -75.163773109874001, 39.987617634149998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2822 W ALBERT ST", "addr_range": "2822 W ALBERT ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 707, "objectid": 7392, "Shape__Area": 112.1875, "Shape__Length": 52.297224912227605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177774968139602, 39.996066524410899 ], [ -75.177823118305199, 39.996073519402103 ], [ -75.177854912664401, 39.995932457737801 ], [ -75.177807375614805, 39.995926412647101 ], [ -75.177774968139602, 39.996066524410899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4975 SHELDON ST", "addr_range": "4961-4975 SHELDON ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 2490, "objectid": 7393, "Shape__Area": 395.16796875, "Shape__Length": 126.62930980618852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159564225185306, 40.033422234599698 ], [ -75.159609129487393, 40.0334489578564 ], [ -75.159743973610006, 40.033315883615103 ], [ -75.1599191435281, 40.033142661186297 ], [ -75.159869452721196, 40.033113347806598 ], [ -75.159559439086806, 40.033419047882298 ], [ -75.159564225185306, 40.033422234599698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2300 N CLEVELAND ST", "addr_range": "2300 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 740, "objectid": 7394, "Shape__Area": 117.2890625, "Shape__Length": 49.845830587985887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162863877622897, 39.9888967553429 ], [ -75.1630290182663, 39.988918645680798 ], [ -75.163038664953802, 39.988876660430797 ], [ -75.162958022345506, 39.988865187503997 ], [ -75.162951309380901, 39.988864230686602 ], [ -75.162926393097194, 39.988860944401999 ], [ -75.1628734286369, 39.988853963340802 ], [ -75.162863877622897, 39.9888967553429 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2300 N GRATZ ST", "addr_range": "2300 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 816, "objectid": 7395, "Shape__Area": 129.35546875, "Shape__Length": 51.820624340045093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163301148991707, 39.988958598587097 ], [ -75.163471190278997, 39.988980628460503 ], [ -75.163480772122298, 39.988935387249597 ], [ -75.163311719692302, 39.988912185827601 ], [ -75.163301148991707, 39.988958598587097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4609 GERMANTOWN AVE", "addr_range": "4605-4611 GERMANTOWN AVE", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1364, "objectid": 7396, "Shape__Area": 216.484375, "Shape__Length": 72.572873413638959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159506978536399, 40.024756307150398 ], [ -75.159503324970302, 40.024808614284296 ], [ -75.159764838661104, 40.0247941862931 ], [ -75.159760120848901, 40.024742576932297 ], [ -75.159506978536399, 40.024756307150398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2500 N 18TH ST", "addr_range": "2500 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1084, "objectid": 7397, "Shape__Area": 171.91796875, "Shape__Length": 66.438323584118194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161679984815393, 39.991809485436903 ], [ -75.161917410394395, 39.991840921745997 ], [ -75.161926202327805, 39.991799385824201 ], [ -75.161926637256101, 39.991797348522397 ], [ -75.161689504363196, 39.991765951265599 ], [ -75.161679984815393, 39.991809485436903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2539 N 28TH ST", "addr_range": "2539 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1352, "objectid": 7398, "Shape__Area": 214.30078125, "Shape__Length": 80.092561276291491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177051027266302, 39.994582627969201 ], [ -75.177041896400794, 39.994626171909701 ], [ -75.177340569473401, 39.994661672552901 ], [ -75.177350240429604, 39.994618833575302 ], [ -75.177051027266302, 39.994582627969201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "172 W SEYMOUR ST", "addr_range": "172 W SEYMOUR ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1274, "objectid": 7399, "Shape__Area": 202.23046875, "Shape__Length": 74.725648055688637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166857323508296, 40.025691907040901 ], [ -75.167082675857202, 40.0258145706511 ], [ -75.167118698757903, 40.025778192436398 ], [ -75.166892464763194, 40.025656154189797 ], [ -75.166857323508296, 40.025691907040901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2403 N CARLISLE ST", "addr_range": "2403 N CARLISLE ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 816, "objectid": 7400, "Shape__Area": 129.3671875, "Shape__Length": 56.444128993970047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156082038334702, 39.989805149843903 ], [ -75.156280798955393, 39.989832999537299 ], [ -75.156289295386699, 39.989793794534798 ], [ -75.156091028303706, 39.989766213698303 ], [ -75.156082038334702, 39.989805149843903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2369 N BOUVIER ST", "addr_range": "2365-2369 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 836, "objectid": 7401, "Shape__Area": 132.5625, "Shape__Length": 52.561327771790388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161174812536103, 39.990022932054501 ], [ -75.161182381591999, 39.990023957838702 ], [ -75.161346905959405, 39.990046157407399 ], [ -75.161347758700501, 39.990042501394399 ], [ -75.161357542833301, 39.990000230133802 ], [ -75.1611927191814, 39.989977587735702 ], [ -75.161185172951207, 39.989976547149702 ], [ -75.161174812536103, 39.990022932054501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2412 N CARLISLE ST", "addr_range": "2412-2414 N CARLISLE ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 913, "objectid": 7402, "Shape__Area": 144.80078125, "Shape__Length": 62.728865364889764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156439640301897, 39.989825110813001 ], [ -75.156551882419393, 39.989838915145 ], [ -75.156667436367798, 39.989854889961897 ], [ -75.156675353616507, 39.989817686525001 ], [ -75.156590014339997, 39.989805119097298 ], [ -75.156448724590703, 39.9897853559482 ], [ -75.156439640301897, 39.989825110813001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1501-03 W FIRTH ST", "addr_range": "1501-03 W FIRTH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1467, "objectid": 7403, "Shape__Area": 232.54296875, "Shape__Length": 63.252414915266051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156990239160706, 39.991592457448697 ], [ -75.156886356358299, 39.9915786649658 ], [ -75.156856795598401, 39.991714500386998 ], [ -75.156958808407296, 39.991727879427501 ], [ -75.156990239160706, 39.991592457448697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5011 GREENE ST", "addr_range": "5011 GREENE ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2849, "objectid": 7404, "Shape__Area": 452.109375, "Shape__Length": 104.73544410472581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165801105386507, 40.027905798736199 ], [ -75.165576622142794, 40.028131356213997 ], [ -75.165654663626896, 40.028177716206102 ], [ -75.165880383248904, 40.027948865262999 ], [ -75.165801105386507, 40.027905798736199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2256 N 17TH ST", "addr_range": "2254-2256 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1020, "objectid": 7405, "Shape__Area": 161.69140625, "Shape__Length": 64.676472638081037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160855841322999, 39.988186813532799 ], [ -75.160846716493097, 39.988228780667399 ], [ -75.1610784434029, 39.988258590260799 ], [ -75.161087566923399, 39.988216623081499 ], [ -75.160855841322999, 39.988186813532799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3010 W YORK ST", "addr_range": "2332 N 30TH ST; 3010-3014 W YORK ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1156, "objectid": 7406, "Shape__Area": 183.30859375, "Shape__Length": 75.651901054754092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181566358525302, 39.992662205490397 ], [ -75.181617211308506, 39.992668615188997 ], [ -75.181661676260305, 39.992450478155703 ], [ -75.181611448727395, 39.992443615740498 ], [ -75.181610882194093, 39.992446391690102 ], [ -75.181566358525302, 39.992662205490397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2308-14 N 15TH ST", "addr_range": "2304-2314 N 15TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 6074, "objectid": 7407, "Shape__Area": 962.44921875, "Shape__Length": 125.1915153404841 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1575413995199, 39.988551239586897 ], [ -75.157855522168504, 39.988593944298302 ], [ -75.157885962857307, 39.988454178493903 ], [ -75.157895735125905, 39.988409537539098 ], [ -75.157583243435795, 39.988366935531303 ], [ -75.1575413995199, 39.988551239586897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1931 N VAN PELT ST", "addr_range": "1929-1933 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1062, "objectid": 7408, "Shape__Area": 168.3359375, "Shape__Length": 70.900393430325835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168919925087707, 39.983977672785002 ], [ -75.169183648140702, 39.984014537089202 ], [ -75.169191572203701, 39.983976431190101 ], [ -75.168928725543097, 39.9839390703292 ], [ -75.168919925087707, 39.983977672785002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 N GRATZ ST", "addr_range": "2340-2342 N GRATZ ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 666, "objectid": 7409, "Shape__Area": 105.66796875, "Shape__Length": 48.997542490515073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163126420825407, 39.989759394738599 ], [ -75.163293441760899, 39.989781551377298 ], [ -75.163302242216702, 39.989744190870901 ], [ -75.163134717645207, 39.989720958792397 ], [ -75.163126420825407, 39.989759394738599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2365 N GRATZ ST", "addr_range": "2363-2365 N GRATZ ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 630, "objectid": 7410, "Shape__Area": 99.95703125, "Shape__Length": 45.63257849541808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162775516933607, 39.990152176257503 ], [ -75.162925115885699, 39.990172877504101 ], [ -75.162933441252903, 39.990132620358899 ], [ -75.162784213175399, 39.990112056326197 ], [ -75.162775516933607, 39.990152176257503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3530 N 19TH ST", "addr_range": "3530 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1669, "objectid": 7411, "Shape__Area": 264.74609375, "Shape__Length": 101.45290839807336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1601703334522, 40.0080784521884 ], [ -75.159772907504802, 40.008026172826199 ], [ -75.159764478480298, 40.008065201186099 ], [ -75.160160174809107, 40.008119457128799 ], [ -75.1601703334522, 40.0080784521884 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1754 N 22ND ST", "addr_range": "1754 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2263, "objectid": 7412, "Shape__Area": 358.609375, "Shape__Length": 110.33515344253317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170709604974206, 39.981849182291299 ], [ -75.171106530549906, 39.981904189181598 ], [ -75.1711171306452, 39.981852359604403 ], [ -75.170696623839802, 39.981795372133298 ], [ -75.170684508659406, 39.981845699876203 ], [ -75.170709604974206, 39.981849182291299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3429 N 19TH ST", "addr_range": "3429 N 19TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2359, "objectid": 7413, "Shape__Area": 373.98828125, "Shape__Length": 109.05986930353404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159475627731894, 40.006531570470401 ], [ -75.159535637772805, 40.006539388429701 ], [ -75.159887540332903, 40.006585210461303 ], [ -75.159899666803199, 40.006529999468 ], [ -75.159546470955107, 40.006485099759097 ], [ -75.159487978103101, 40.006477654820699 ], [ -75.159475627731894, 40.006531570470401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "130 W SHARPNACK ST", "addr_range": "130 W SHARPNACK ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2117, "objectid": 7414, "Shape__Area": 336.13671875, "Shape__Length": 98.441928235096242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186691893633594, 40.0464515762879 ], [ -75.186645489148702, 40.046495127121901 ], [ -75.186933500978895, 40.046671873507499 ], [ -75.186979242891894, 40.046627550029797 ], [ -75.186691893633594, 40.0464515762879 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2425 N PATTON ST", "addr_range": "2425-2429 N PATTON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 659, "objectid": 7415, "Shape__Area": 104.53515625, "Shape__Length": 50.091765860739841 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183457344384493, 39.993558898192298 ], [ -75.183631529849805, 39.993583183518297 ], [ -75.183639379965797, 39.9935468483242 ], [ -75.183464245532306, 39.993523249983099 ], [ -75.183457344384493, 39.993558898192298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1007 W ORLEANS ST", "addr_range": "1005-1011 W ORLEANS ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 600, "objectid": 7416, "Shape__Area": 95.21484375, "Shape__Length": 46.176845175795371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147194649756301, 39.9970967686695 ], [ -75.147242106196799, 39.997103229207099 ], [ -75.147269361965101, 39.9969827068321 ], [ -75.147221539373504, 39.996977059731996 ], [ -75.147194649756301, 39.9970967686695 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1816 N VAN PELT ST", "addr_range": "1816 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1195, "objectid": 7417, "Shape__Area": 189.33984375, "Shape__Length": 72.265907739365417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169741533814999, 39.982253451258998 ], [ -75.169732402471794, 39.982296865848298 ], [ -75.169743858688605, 39.982298155078198 ], [ -75.169995604317407, 39.982332427356901 ], [ -75.170004991708694, 39.982289421259701 ], [ -75.169750861116199, 39.982254482687999 ], [ -75.169741533814999, 39.982253451258998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5701 MASTER ST", "addr_range": "5701-5705 MASTER ST", "zipcode": 19131, "district": "4", "year": "2003", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1179, "objectid": 7418, "Shape__Area": 186.73828125, "Shape__Length": 70.299477788012695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.234895018887698, 39.9733928049978 ], [ -75.234929881548695, 39.973584633205 ], [ -75.234988293813799, 39.973578966761202 ], [ -75.234952223600203, 39.973383533356802 ], [ -75.234894460476497, 39.973389763613397 ], [ -75.234894686047397, 39.973391040762401 ], [ -75.234895018887698, 39.9733928049978 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2852 N DARIEN ST", "addr_range": "2848-2858 N DARIEN ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 540, "objectid": 7419, "Shape__Area": 85.6953125, "Shape__Length": 42.751539795086387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145060381555993, 39.995408234144399 ], [ -75.145053475709602, 39.995444571477798 ], [ -75.145194861704795, 39.9954631594888 ], [ -75.145202860287299, 39.995426796488303 ], [ -75.145060381555993, 39.995408234144399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4919 N SMEDLEY ST", "addr_range": "4915-4921 N SMEDLEY ST", "zipcode": 19141, "district": "8", "year": "2024", "season": "Fall", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": " ", "parcelarea": 1023, "objectid": 7420, "Shape__Area": 162.38671875, "Shape__Length": 65.707764821525544 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150819022494503, 40.028528018053798 ], [ -75.151056609790999, 40.028558445076897 ], [ -75.151065782370296, 40.028518255514697 ], [ -75.150828993097207, 40.028486122019999 ], [ -75.150819022494503, 40.028528018053798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4917 N SMEDLEY ST", "addr_range": "4915-4921 N SMEDLEY ST", "zipcode": 19141, "district": "8", "year": "2024", "season": "Fall", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1106, "objectid": 7421, "Shape__Area": 175.46484375, "Shape__Length": 71.918649211865358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150828993097207, 40.028486122019999 ], [ -75.151065782370296, 40.028518255514697 ], [ -75.151074736882904, 40.028476047241803 ], [ -75.150941972546093, 40.0284582605832 ], [ -75.150851417998098, 40.028446458557603 ], [ -75.150825530650096, 40.028459929451103 ], [ -75.150785820397303, 40.028480614594997 ], [ -75.150823171879907, 40.028485377579898 ], [ -75.150828993097207, 40.028486122019999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1845 N 24TH ST", "addr_range": "1843-1847 N 24TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1018, "objectid": 7422, "Shape__Area": 161.37890625, "Shape__Length": 64.961260439941583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173221376572698, 39.983279381972203 ], [ -75.173454634494902, 39.983311700631504 ], [ -75.173463392262505, 39.983270324512198 ], [ -75.173230775839798, 39.983237617517801 ], [ -75.173221376572698, 39.983279381972203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2420 CECIL B MOORE AVE", "addr_range": "2416-2422 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1077, "objectid": 7423, "Shape__Area": 170.6640625, "Shape__Length": 67.77705217624414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174771081128696, 39.980787229421502 ], [ -75.174825124601199, 39.980794341047002 ], [ -75.174863209500202, 39.980605563134503 ], [ -75.174808219852494, 39.980598574454199 ], [ -75.174771081128696, 39.980787229421502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1211 W SUSQUEHANNA AVE", "addr_range": "1211-1213 W SUSQUEHANNA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1292, "objectid": 7424, "Shape__Area": 204.78125, "Shape__Length": 76.696180211917692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152918359290993, 39.985952703946502 ], [ -75.152862607668993, 39.985945268586001 ], [ -75.152815747326898, 39.986151348829999 ], [ -75.152815649465197, 39.986151733152603 ], [ -75.152813328931501, 39.986161997307498 ], [ -75.152825521360299, 39.986163740070097 ], [ -75.152871164398604, 39.986169190615598 ], [ -75.152873109491196, 39.986159432445803 ], [ -75.152873189970705, 39.986158951320697 ], [ -75.1528734000415, 39.986158971391703 ], [ -75.152918359290993, 39.985952703946502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1936 W WILLARD ST", "addr_range": "1936-1938 W WILLARD ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1045, "objectid": 7425, "Shape__Area": 165.7109375, "Shape__Length": 68.473194783093831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161780180348998, 40.003617289125401 ], [ -75.161740581063995, 40.003810349884297 ], [ -75.161791697835497, 40.003817143583298 ], [ -75.161832360908704, 40.003624203201497 ], [ -75.161780180348998, 40.003617289125401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1922 W DAUPHIN ST", "addr_range": "1920-1922 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1178, "objectid": 7426, "Shape__Area": 186.671875, "Shape__Length": 71.978443418104305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164507929485396, 39.9889302073708 ], [ -75.164550984452006, 39.988935432726699 ], [ -75.164595977145694, 39.988734014207303 ], [ -75.164539911129395, 39.988726995587697 ], [ -75.164495579608996, 39.988928703792297 ], [ -75.164507929485396, 39.9889302073708 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2842 N PARK AVE", "addr_range": "2842-2844 N PARK AVE", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 846, "objectid": 7427, "Shape__Area": 134.1640625, "Shape__Length": 59.226691330290897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152846291221707, 39.9963515318234 ], [ -75.152873772995406, 39.996354667450099 ], [ -75.152884842108605, 39.996356239685099 ], [ -75.152893210874595, 39.996357751724503 ], [ -75.1529006301339, 39.996359401761097 ], [ -75.152905064182406, 39.996359066889397 ], [ -75.152915929288994, 39.996360490342703 ], [ -75.152929468782204, 39.996362714038597 ], [ -75.152942088177397, 39.996363724868502 ], [ -75.153052272445805, 39.9963779372424 ], [ -75.153059134218296, 39.996378817800597 ], [ -75.153060959877493, 39.996368881224299 ], [ -75.153062263266605, 39.9963649119913 ], [ -75.153064271818295, 39.996357881733502 ], [ -75.153064830987006, 39.996353155026299 ], [ -75.153066989657205, 39.996341096877103 ], [ -75.153060357820195, 39.996340238640599 ], [ -75.1528544571987, 39.996313382745903 ], [ -75.152846291221707, 39.9963515318234 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4027 OLD YORK RD", "addr_range": "4027 OLD YORK RD", "zipcode": 19140, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1623, "objectid": 7428, "Shape__Area": 257.484375, "Shape__Length": 98.80059283860605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147118902787298, 40.0140557337565 ], [ -75.147064560147498, 40.014054727079703 ], [ -75.146924811193401, 40.0140536060103 ], [ -75.146730710996295, 40.014052252617802 ], [ -75.146724431555995, 40.014092457912703 ], [ -75.147117850650105, 40.014096315259302 ], [ -75.147118902787298, 40.0140557337565 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3017 N 5TH ST", "addr_range": "3013-3017 N 5TH ST", "zipcode": 19133, "district": "7", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1637, "objectid": 7429, "Shape__Area": 259.5390625, "Shape__Length": 92.220685450899822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.138637062512899, 39.997092174741098 ], [ -75.138986921506202, 39.997139966492803 ], [ -75.138996516525594, 39.997095935513897 ], [ -75.138647135705597, 39.997047139211602 ], [ -75.138637062512899, 39.997092174741098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2752 N BONSALL ST", "addr_range": "2752 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 668, "objectid": 7430, "Shape__Area": 106.0078125, "Shape__Length": 48.417626343285143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169544001700899, 39.997095640769899 ], [ -75.169708027085207, 39.997117670724002 ], [ -75.169715905367894, 39.997078613179497 ], [ -75.169553106562205, 39.997056770287003 ], [ -75.169544001700899, 39.997095640769899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2346 W HUNTINGDON ST", "addr_range": "2346 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1054, "objectid": 7431, "Shape__Area": 167.10546875, "Shape__Length": 66.603901293609454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170995614426403, 39.994368376166101 ], [ -75.171047429607199, 39.994374812162597 ], [ -75.171086791928005, 39.994190415775201 ], [ -75.171080533336294, 39.994189662472998 ], [ -75.1710291889231, 39.994183511874397 ], [ -75.1710257586371, 39.994203197627897 ], [ -75.170995614426403, 39.994368376166101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "631 W YORK ST", "addr_range": "629-631 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1376, "objectid": 7432, "Shape__Area": 218.08203125, "Shape__Length": 78.354440826697186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144450380688198, 39.988243052052802 ], [ -75.144509408412901, 39.988250308154299 ], [ -75.144557311589196, 39.988030262423301 ], [ -75.144497286088196, 39.988022242150997 ], [ -75.144450380688198, 39.988243052052802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2133 N 19TH ST", "addr_range": "2133-2139 N 19TH ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1525, "objectid": 7433, "Shape__Area": 241.75, "Shape__Length": 84.812421178963092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164019070381698, 39.986580335354503 ], [ -75.164255824144405, 39.9866113322107 ], [ -75.164267038773502, 39.986565546580401 ], [ -75.163951664216498, 39.986524008707399 ], [ -75.163940880552005, 39.986570529339602 ], [ -75.164019070381698, 39.986580335354503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2744 W GLENWOOD AVE", "addr_range": "2744 W GLENWOOD AVE", "zipcode": 19121, "district": "5", "year": "2019", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1148, "objectid": 7434, "Shape__Area": 181.9765625, "Shape__Length": 60.740806423023685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179314232734498, 39.984646359477999 ], [ -75.179310209654204, 39.984649105749298 ], [ -75.179437115623699, 39.984758144965802 ], [ -75.179507766243503, 39.984712447691997 ], [ -75.179516135572101, 39.984672916772197 ], [ -75.179314232734498, 39.984646359477999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "37 N ST BERNARD ST", "addr_range": "37 N ST BERNARD ST", "zipcode": 19139, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1175, "objectid": 7435, "Shape__Area": 186.10546875, "Shape__Length": 61.418317260031117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219510052274003, 39.960262803329599 ], [ -75.219524638355594, 39.960325056165402 ], [ -75.219705853376894, 39.960348137875798 ], [ -75.219717410745602, 39.960291490125599 ], [ -75.219510052274003, 39.960262803329599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1804 N 21ST ST", "addr_range": "1802-1804 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1478, "objectid": 7436, "Shape__Area": 234.30078125, "Shape__Length": 81.090529850540676 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169002777933699, 39.981930401886501 ], [ -75.169014911655793, 39.9819320452089 ], [ -75.169299204824597, 39.981970532539499 ], [ -75.169309346029394, 39.981923110451397 ], [ -75.169152478263499, 39.981901705874698 ], [ -75.169023774442607, 39.981884674581103 ], [ -75.169012453600303, 39.981882599033497 ], [ -75.169011889042096, 39.9818853425394 ], [ -75.169002777933699, 39.981930401886501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2039 W MADISON ST", "addr_range": "2033-2041 W MADISON ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 1147, "objectid": 7437, "Shape__Area": 181.88671875, "Shape__Length": 85.922725363354601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163647303328901, 40.004179475917702 ], [ -75.163688417353498, 40.0041841729049 ], [ -75.163689591456304, 40.004179217642999 ], [ -75.163723277995103, 40.004015716084098 ], [ -75.163743049923298, 40.003924777853797 ], [ -75.163700120614706, 40.003919296649897 ], [ -75.163681732208602, 40.004005316766801 ], [ -75.163647303328901, 40.004179475917702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1955 N VAN PELT ST", "addr_range": "1955 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1074, "objectid": 7438, "Shape__Area": 170.265625, "Shape__Length": 68.108213993120799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1690802440515, 39.984488504056401 ], [ -75.169082809422406, 39.984488836555499 ], [ -75.169091354724998, 39.984448132591901 ], [ -75.168844207609993, 39.984414525954101 ], [ -75.1688349432156, 39.984456518398801 ], [ -75.1690802440515, 39.984488504056401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4444 N UBER ST", "addr_range": "4444 N UBER ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1193, "objectid": 7439, "Shape__Area": 189.25, "Shape__Length": 74.466780428990191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157551641978898, 40.022241783938597 ], [ -75.157698784835404, 40.022262176369097 ], [ -75.157829531140493, 40.022277105039997 ], [ -75.157837195375507, 40.022237832460199 ], [ -75.157560660708796, 40.022200558815697 ], [ -75.157555072667506, 40.022226062969999 ], [ -75.157551641978898, 40.022241783938597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3903 WALLACE ST", "addr_range": "3903-3907 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1590, "objectid": 7440, "Shape__Area": 251.86328125, "Shape__Length": 91.700136967507603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200405758002802, 39.964347881773897 ], [ -75.200454086670305, 39.964617492224001 ], [ -75.200511346033593, 39.964610641100201 ], [ -75.200461934391001, 39.964341957175101 ], [ -75.200405758002802, 39.964347881773897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "803 N 42ND ST", "addr_range": "801-803 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1192, "objectid": 7441, "Shape__Area": 188.80078125, "Shape__Length": 76.416731009444391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207279042869601, 39.9671583243261 ], [ -75.207283237303002, 39.967199087662998 ], [ -75.207290427332694, 39.967198424381401 ], [ -75.207573189903599, 39.967175303956502 ], [ -75.207571350666697, 39.967166220734903 ], [ -75.207567391932102, 39.967135956618897 ], [ -75.207279042869601, 39.9671583243261 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4151 LEIDY AVE", "addr_range": "4151 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2550, "objectid": 7442, "Shape__Area": 403.96484375, "Shape__Length": 141.05724755939403 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208143400739502, 39.974947530155397 ], [ -75.208194649018395, 39.974966606084898 ], [ -75.208296779547197, 39.974802256603297 ], [ -75.208304002784601, 39.974790649495702 ], [ -75.208442867688504, 39.974567341004096 ], [ -75.2083924026566, 39.974548652839999 ], [ -75.208143400739502, 39.974947530155397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4504 N BROAD ST", "addr_range": "4504 N BROAD ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 2063, "objectid": 7443, "Shape__Area": 327.23046875, "Shape__Length": 95.867469899113772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148681990110205, 40.021738098407099 ], [ -75.149033536507005, 40.021782573533301 ], [ -75.149036756891803, 40.021766397501999 ], [ -75.149045761896602, 40.021726704352403 ], [ -75.148693912356606, 40.021681981817899 ], [ -75.148681990110205, 40.021738098407099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3214 N 17TH ST", "addr_range": "3214 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1733, "objectid": 7444, "Shape__Area": 274.83984375, "Shape__Length": 99.667008684901873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158084933227002, 40.0027785358944 ], [ -75.157699433740007, 40.0027288046618 ], [ -75.157690084439906, 40.002771669362197 ], [ -75.158075584163299, 40.002821400626097 ], [ -75.158084933227002, 40.0027785358944 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3822 WALLACE ST", "addr_range": "3822 WALLACE ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1138, "objectid": 7445, "Shape__Area": 180.2890625, "Shape__Length": 73.902043457862248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198528521993495, 39.964219959543897 ], [ -75.198567804782897, 39.964432919074902 ], [ -75.198618979144499, 39.964427432853398 ], [ -75.198591691965206, 39.964276589642601 ], [ -75.198579227988304, 39.964214687278698 ], [ -75.198528521993495, 39.964219959543897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2708 RIDGE AVE", "addr_range": "2708 RIDGE AVE", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1029, "objectid": 7446, "Shape__Area": 163.05078125, "Shape__Length": 64.981278041638831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178384584600906, 39.984850869488199 ], [ -75.178425787885701, 39.984881163875798 ], [ -75.178590016764801, 39.984750501838903 ], [ -75.178559112095101, 39.9847276769774 ], [ -75.178550259597401, 39.984722384317401 ], [ -75.178384584600906, 39.984850869488199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2441 N PATTON ST", "addr_range": "2433-2441 N PATTON ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 671, "objectid": 7447, "Shape__Area": 106.4765625, "Shape__Length": 50.479313961481893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183390944223305, 39.993864009931698 ], [ -75.183566705247898, 39.993887138532799 ], [ -75.183574841168294, 39.993851518826602 ], [ -75.183398821891899, 39.993826950054199 ], [ -75.183390944223305, 39.993864009931698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1828 BRUNNER ST", "addr_range": "1828 BRUNNER ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1126, "objectid": 7448, "Shape__Area": 178.578125, "Shape__Length": 72.479232294091759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155991778393698, 40.018071218008103 ], [ -75.156131190397701, 40.018250895475397 ], [ -75.156176898014905, 40.018228360983898 ], [ -75.156035185287095, 40.018050162426803 ], [ -75.155991778393698, 40.018071218008103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3844 ASPEN ST", "addr_range": "3840-3844 ASPEN ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "3", "parcelarea": 1385, "objectid": 7449, "Shape__Area": 219.46484375, "Shape__Length": 83.862501454069857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199221781716901, 39.966375177808999 ], [ -75.199249299684794, 39.966524986182002 ], [ -75.199267361441898, 39.9666191787895 ], [ -75.199321484076705, 39.966612773863403 ], [ -75.199303993759997, 39.966521760103099 ], [ -75.199277838230103, 39.966373055131399 ], [ -75.199277129393394, 39.966369074047797 ], [ -75.199221781716901, 39.966375177808999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4117 LEIDY AVE", "addr_range": "4117 LEIDY AVE", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1409, "objectid": 7450, "Shape__Area": 223.16796875, "Shape__Length": 83.193183346327004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207364885205806, 39.9744416015022 ], [ -75.207416827407201, 39.974461145471601 ], [ -75.207557331356199, 39.974243355117103 ], [ -75.207507028147802, 39.974224798981503 ], [ -75.207364885205806, 39.9744416015022 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3621 MELON ST", "addr_range": "3617-3625 MELON ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 764, "objectid": 7451, "Shape__Area": 121.09765625, "Shape__Length": 57.993707266153336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195752456839898, 39.9654249896899 ], [ -75.195784120786001, 39.965587986603197 ], [ -75.195827008501197, 39.965583428972799 ], [ -75.195799594560199, 39.965419945534599 ], [ -75.195752456839898, 39.9654249896899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3617 MELON ST", "addr_range": "3617-3625 MELON ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "5", "parcelarea": 819, "objectid": 7452, "Shape__Area": 129.73828125, "Shape__Length": 58.652948251866484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195661117541505, 39.9654350622179 ], [ -75.195690964464703, 39.965597889866402 ], [ -75.1957412552606, 39.965592545612701 ], [ -75.195707417625201, 39.9654299670161 ], [ -75.195661117541505, 39.9654350622179 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3237 PAGE ST", "addr_range": "3237 PAGE ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 945, "objectid": 7453, "Shape__Area": 149.875, "Shape__Length": 62.49694845428418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186620849905296, 39.987777955683498 ], [ -75.1866732430599, 39.987784525560699 ], [ -75.186707954771705, 39.987612191774097 ], [ -75.186655434159505, 39.987605650598603 ], [ -75.186620849905296, 39.987777955683498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3418 N 17TH ST", "addr_range": "3418-3426 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 1877, "objectid": 7454, "Shape__Area": 297.6328125, "Shape__Length": 105.0773538144515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157026097079694, 40.005831317174803 ], [ -75.157434015544993, 40.005886244540697 ], [ -75.157442938439601, 40.0058425034455 ], [ -75.157035578613801, 40.0057872823769 ], [ -75.157026097079694, 40.005831317174803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1924-28 N UBER ST", "addr_range": "1924-1936 N UBER ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 3796, "objectid": 7455, "Shape__Area": 601.54296875, "Shape__Length": 99.033928459422498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165888228974893, 39.983572288897598 ], [ -75.166137263065806, 39.983605750766699 ], [ -75.166147657410093, 39.983557835442099 ], [ -75.166158116230207, 39.9835098566952 ], [ -75.166168556508396, 39.983460733241202 ], [ -75.165919252144903, 39.983427215786897 ], [ -75.165888228974893, 39.983572288897598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3250 N 17TH ST", "addr_range": "3250-3252 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1682, "objectid": 7456, "Shape__Area": 266.7734375, "Shape__Length": 92.242437584758491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157520276123606, 40.003535483217398 ], [ -75.157868718335706, 40.003580790379701 ], [ -75.157878776229197, 40.003534770987301 ], [ -75.157530391537705, 40.003489466951301 ], [ -75.157520276123606, 40.003535483217398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3826 OLIVE ST", "addr_range": "3826 OLIVE ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 943, "objectid": 7457, "Shape__Area": 149.359375, "Shape__Length": 63.989334936874826 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198634318954504, 39.965952902959103 ], [ -75.198666772853599, 39.966132439125801 ], [ -75.198717908345799, 39.966126306847698 ], [ -75.198683937696202, 39.965947026194897 ], [ -75.198634318954504, 39.965952902959103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "616 N 40TH ST", "addr_range": "616 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2022", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "1", "parcelarea": 1648, "objectid": 7458, "Shape__Area": 261.04296875, "Shape__Length": 70.033982069093057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202503801390506, 39.963829493705099 ], [ -75.202518654839906, 39.963905144792299 ], [ -75.202670216857499, 39.963886992949597 ], [ -75.202745929433902, 39.9638778519138 ], [ -75.202696435944702, 39.963807335184697 ], [ -75.202503801390506, 39.963829493705099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2436 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 684, "objectid": 7459, "Shape__Area": 108.453125, "Shape__Length": 50.736615459623614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178855583918704, 39.993177668541797 ], [ -75.179023947246904, 39.993199542835399 ], [ -75.179032374224604, 39.9932006343982 ], [ -75.179040003196903, 39.993163552077903 ], [ -75.1790319512655, 39.993162517570397 ], [ -75.178863810717999, 39.993140825776003 ], [ -75.178855583918704, 39.993177668541797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "326 SHEDAKER ST", "addr_range": "324-326 SHEDAKER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1367, "objectid": 7460, "Shape__Area": 216.65625, "Shape__Length": 83.480421375684088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158624090164395, 40.031820509129702 ], [ -75.158869444186394, 40.0319670123367 ], [ -75.158877030844096, 40.031971536305498 ], [ -75.158909720884907, 40.031938599269999 ], [ -75.1588980783674, 40.031931597910699 ], [ -75.158658031032502, 40.031787261605302 ], [ -75.158624090164395, 40.031820509129702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1012 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 588, "objectid": 7461, "Shape__Area": 95.21875, "Shape__Length": 46.600858333692713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147248519328599, 39.997238829498997 ], [ -75.147295091876401, 39.997244818559899 ], [ -75.147322623882005, 39.997123109486097 ], [ -75.147275731402303, 39.997116177921399 ], [ -75.147248519328599, 39.997238829498997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1850 N LEITHGOW ST", "addr_range": "1838, 1842-1856 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 770, "objectid": 7462, "Shape__Area": 123.203125, "Shape__Length": 56.851180876426668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141707126081798, 39.979238471724997 ], [ -75.141699056796796, 39.979275090586 ], [ -75.141910178537998, 39.979303133419599 ], [ -75.141900463068396, 39.979264192083697 ], [ -75.141707126081798, 39.979238471724997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "618 CECIL B MOORE AVE", "addr_range": "616-620 CECIL B MOORE AVE", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 834, "objectid": 7463, "Shape__Area": 93.9140625, "Shape__Length": 40.85199597039572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146315108048398, 39.977106454672501 ], [ -75.146376684190997, 39.977114685992703 ], [ -75.1463943798081, 39.977022558914101 ], [ -75.146331921119199, 39.977015538372697 ], [ -75.146315108048398, 39.977106454672501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "413 N FELTON ST", "addr_range": "413-417 N FELTON ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1495, "objectid": 7464, "Shape__Area": 236.90234375, "Shape__Length": 89.291845565781188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243917621859694, 39.969014433393099 ], [ -75.243908864237198, 39.969057055485102 ], [ -75.244067041924893, 39.969076773875102 ], [ -75.244249564751897, 39.969100426734101 ], [ -75.244258667099302, 39.969059310498999 ], [ -75.244152557797094, 39.969045016397899 ], [ -75.243917621859694, 39.969014433393099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2400 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 742, "objectid": 7465, "Shape__Area": 117.66015625, "Shape__Length": 53.446861009152187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178522577071107, 39.992457812672697 ], [ -75.178700229395304, 39.992480668651801 ], [ -75.178709614690703, 39.992481879017298 ], [ -75.1787183032108, 39.992443917637502 ], [ -75.178708603074995, 39.992442700219698 ], [ -75.178536377046996, 39.9924210461283 ], [ -75.178530245555706, 39.992420279859601 ], [ -75.178522577071107, 39.992457812672697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2742 FRANKFORD AVE", "addr_range": "2736-2746 FRANKFORD AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1001, "objectid": 7466, "Shape__Area": 158.4609375, "Shape__Length": 63.510274568488938 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121226005820105, 39.988192675744699 ], [ -75.121364157974, 39.988326266436601 ], [ -75.121409176819498, 39.9882996196881 ], [ -75.121367204966901, 39.988259986294601 ], [ -75.121262185090401, 39.988159441906603 ], [ -75.121226005820105, 39.988192675744699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1816 W HUNTINGDON ST", "addr_range": "1816-1822 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "4", "parcelarea": 915, "objectid": 7467, "Shape__Area": 150.1171875, "Shape__Length": 61.152099532491683 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161917672771295, 39.9931966549075 ], [ -75.161964292769397, 39.993202460721399 ], [ -75.162002342912402, 39.993037204627797 ], [ -75.1619491762781, 39.993029912308799 ], [ -75.161947488867796, 39.993029680543899 ], [ -75.161910330221104, 39.993195731596998 ], [ -75.161917672771295, 39.9931966549075 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6016 E WISTER ST", "addr_range": "6016-6018 E WISTER ST", "zipcode": 19138, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1166, "objectid": 7468, "Shape__Area": 184.8515625, "Shape__Length": 69.862133092254197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158298683237007, 40.045383130829997 ], [ -75.158553722465697, 40.0453915282176 ], [ -75.158556421438306, 40.045347227631801 ], [ -75.158530679074403, 40.045346308115903 ], [ -75.158317852255294, 40.045338686455203 ], [ -75.158301222090103, 40.045338085098599 ], [ -75.158301161634895, 40.045339115396899 ], [ -75.158298683237007, 40.045383130829997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1829 S ALLISON ST", "addr_range": "1821-1843 S ALLISON ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 701, "objectid": 7469, "Shape__Area": 110.98046875, "Shape__Length": 50.756947586696953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220491337589493, 39.934090747322003 ], [ -75.2203605436505, 39.934182644950297 ], [ -75.220395009117297, 39.934211904689498 ], [ -75.220524675646502, 39.934118789231903 ], [ -75.220491337589493, 39.934090747322003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2245 N CHADWICK ST", "addr_range": "2235-2245 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "5", "parcelarea": 705, "objectid": 7470, "Shape__Area": 109.30078125, "Shape__Length": 50.74533571627353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160063079892595, 39.987741292242802 ], [ -75.160068338524795, 39.987741894751998 ], [ -75.160240176718901, 39.987761762561199 ], [ -75.160246955231301, 39.9877252432319 ], [ -75.160076608415096, 39.987703651200597 ], [ -75.160071392567403, 39.987703001903398 ], [ -75.160063592909395, 39.987738805299998 ], [ -75.160063079892595, 39.987741292242802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "451 FARSON ST", "addr_range": "449-453 FARSON ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 865, "objectid": 7471, "Shape__Area": 137.125, "Shape__Length": 58.695544476894767 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220584238294293, 39.965158832686498 ], [ -75.220590641305293, 39.965198386258699 ], [ -75.220800316540604, 39.965177620020903 ], [ -75.220793493273803, 39.965137525609499 ], [ -75.220584238294293, 39.965158832686498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3210 W NORRIS ST", "addr_range": "3210 W NORRIS ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1099, "objectid": 7472, "Shape__Area": 177.45703125, "Shape__Length": 68.545081420223852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186091737518296, 39.986908860626201 ], [ -75.186148089545, 39.986915944471903 ], [ -75.186188377486303, 39.986726301759099 ], [ -75.186132026783099, 39.986719217959397 ], [ -75.186091737518296, 39.986908860626201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3221 W BERKS ST", "addr_range": "3217-3223 W BERKS ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1120, "objectid": 7473, "Shape__Area": 174.640625, "Shape__Length": 68.343262942905511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186627451015099, 39.985785891514197 ], [ -75.186626950760697, 39.9857883148672 ], [ -75.186681479974197, 39.985795227112902 ], [ -75.186681935497106, 39.985793119915797 ], [ -75.186722493218099, 39.985605675236599 ], [ -75.186666130417294, 39.985598531942401 ], [ -75.186627451015099, 39.985785891514197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2159 N NEWKIRK ST", "addr_range": "2159 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 686, "objectid": 7474, "Shape__Area": 108.578125, "Shape__Length": 49.553507996484512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179040849765101, 39.988902637120198 ], [ -75.179209986531603, 39.988925430616703 ], [ -75.179218135292899, 39.988886731807597 ], [ -75.179049496391201, 39.9888640945356 ], [ -75.179040849765101, 39.988902637120198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2623 N DARIEN ST", "addr_range": "801-813 W HUNTINGDON ST; 2611-2623 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 563, "objectid": 7475, "Shape__Area": 94.27734375, "Shape__Length": 43.686552324517557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145646094698407, 39.991684698310003 ], [ -75.145641651873404, 39.991709826088602 ], [ -75.145782716507298, 39.991727889073402 ], [ -75.1457914304479, 39.991687545346203 ], [ -75.145649842835198, 39.991670017423701 ], [ -75.145646094698407, 39.991684698310003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2459 N DOUGLAS ST", "addr_range": "2457-2459 N DOUGLAS ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 732, "objectid": 7476, "Shape__Area": 115.91796875, "Shape__Length": 50.501012616404907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1849152656211, 39.994420942884702 ], [ -75.185085674733202, 39.994443240425198 ], [ -75.185093683078904, 39.994402636098698 ], [ -75.1849239582195, 39.994379500602903 ], [ -75.1849152656211, 39.994420942884702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3333 N 17TH ST", "addr_range": "3323-3343 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 2493, "objectid": 7477, "Shape__Area": 397.58203125, "Shape__Length": 105.70316844148195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156644727463899, 40.004735159037999 ], [ -75.157032126151904, 40.004787626900402 ], [ -75.157046025120906, 40.004723945186299 ], [ -75.156658196503699, 40.0046755952106 ], [ -75.156644727463899, 40.004735159037999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2351 N CLEVELAND ST", "addr_range": "2351 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 665, "objectid": 7478, "Shape__Area": 105.30859375, "Shape__Length": 48.858915199182903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162383365630404, 39.989822277098902 ], [ -75.162549574442707, 39.989845948239797 ], [ -75.162557308371206, 39.989807998801403 ], [ -75.162390855976099, 39.989784113142498 ], [ -75.162383365630404, 39.989822277098902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2545 W DAUPHIN ST", "addr_range": "2543-2545 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 541, "objectid": 7479, "Shape__Area": 85.71875, "Shape__Length": 43.694827942481595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174831342542703, 39.990510532909802 ], [ -75.174876591423896, 39.9905165766435 ], [ -75.174901192984393, 39.990402743286097 ], [ -75.174855568767398, 39.990397270490398 ], [ -75.174831342542703, 39.990510532909802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5801 LARCHWOOD AVE", "addr_range": "5801 LARCHWOOD AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1324, "objectid": 7480, "Shape__Area": 209.421875, "Shape__Length": 76.341405000785457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238526910056805, 39.953805166587401 ], [ -75.238584614291995, 39.953813086402398 ], [ -75.238628273270393, 39.953597509789901 ], [ -75.238624833745803, 39.953597064184599 ], [ -75.238570550174302, 39.953590073413999 ], [ -75.238563956903107, 39.953623988464699 ], [ -75.238532896388705, 39.953763886136301 ], [ -75.238529610333998, 39.953786527365402 ], [ -75.238526910056805, 39.953805166587401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "93 E DUVAL ST", "addr_range": "93 E DUVAL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1159, "objectid": 7481, "Shape__Area": 170.9140625, "Shape__Length": 73.273782083407667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181048990986596, 40.045520616317802 ], [ -75.181018604634502, 40.045550387247701 ], [ -75.181238594314905, 40.045683006702198 ], [ -75.181268605896904, 40.045653131827898 ], [ -75.181048990986596, 40.045520616317802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4305 N 16TH ST", "addr_range": "4305-4309 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1607, "objectid": 7482, "Shape__Area": 254.671875, "Shape__Length": 105.84870614851445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151898843414997, 40.018989608339602 ], [ -75.151890786101603, 40.0190259046515 ], [ -75.1523124828432, 40.019079405047101 ], [ -75.152320331074307, 40.019043054424699 ], [ -75.151898843414997, 40.018989608339602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2149 N 30TH ST", "addr_range": "2149 N 30TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 963, "objectid": 7483, "Shape__Area": 152.5078125, "Shape__Length": 60.986309336150626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181582841307801, 39.989485309647399 ], [ -75.181586928179399, 39.989485837189299 ], [ -75.181593248407594, 39.989486655276899 ], [ -75.181695307345194, 39.989499916929503 ], [ -75.181796825751505, 39.989513100621998 ], [ -75.181806363065206, 39.989470387194999 ], [ -75.181591924330505, 39.989442408570497 ], [ -75.181582841307801, 39.989485309647399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1221 W WINGOHOCKING ST", "addr_range": "1221 W WINGOHOCKING ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2118, "objectid": 7484, "Shape__Area": 335.515625, "Shape__Length": 102.43331832832669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145593716463495, 40.021487296842203 ], [ -75.145592858163894, 40.021491645520101 ], [ -75.145660872697206, 40.0215004412984 ], [ -75.145719642888295, 40.021203669952101 ], [ -75.145650642265593, 40.021196574587499 ], [ -75.145600626098002, 40.021452021848397 ], [ -75.145593716463495, 40.021487296842203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1539 W YORK ST", "addr_range": "1539 W YORK ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 917, "objectid": 7485, "Shape__Area": 145.30859375, "Shape__Length": 53.386403937694979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158478283868902, 39.989958738303898 ], [ -75.158493356346099, 39.989960819381999 ], [ -75.158493888582299, 39.989958413970101 ], [ -75.158503158542302, 39.989919226297502 ], [ -75.158512318895902, 39.989874684107903 ], [ -75.158521925220896, 39.989831071024597 ], [ -75.158506686578093, 39.989828986197701 ], [ -75.158455087912102, 39.989821904196198 ], [ -75.1584261457254, 39.989951517067503 ], [ -75.158478283868902, 39.989958738303898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2118 N 17TH ST", "addr_range": "2118 N 17TH ST", "zipcode": 19121, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1152, "objectid": 7486, "Shape__Area": 182.55078125, "Shape__Length": 71.759168890440449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161289690975494, 39.986183883194499 ], [ -75.161553528733407, 39.986217318421097 ], [ -75.161562649930602, 39.986175919702902 ], [ -75.161299418841097, 39.986142029648697 ], [ -75.161289690975494, 39.986183883194499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2454 N NATRONA ST", "addr_range": "2454-2456 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 667, "objectid": 7487, "Shape__Area": 105.765625, "Shape__Length": 49.092717723838234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184751053698506, 39.994316219610702 ], [ -75.184919026562795, 39.994340266780497 ], [ -75.184926344919106, 39.994301308505399 ], [ -75.184758883711595, 39.994279286534201 ], [ -75.184751053698506, 39.994316219610702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4666 STENTON AVE", "addr_range": "4666 STENTON AVE", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1189, "objectid": 7488, "Shape__Area": 188.73828125, "Shape__Length": 76.265047782850303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159402177132193, 40.026188560732997 ], [ -75.159691749601905, 40.0262011528852 ], [ -75.159695014756394, 40.026161201624397 ], [ -75.159545707486203, 40.026154416223797 ], [ -75.159405003430507, 40.0261485662392 ], [ -75.159402177132193, 40.026188560732997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2661 N CHADWICK ST", "addr_range": "2661 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 651, "objectid": 7489, "Shape__Area": 103.20703125, "Shape__Length": 48.583389813425249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158666241358503, 39.994085539245503 ], [ -75.1586580440175, 39.994122945513503 ], [ -75.158823975993599, 39.994145891168799 ], [ -75.158832682318604, 39.994108866698802 ], [ -75.158666241358503, 39.994085539245503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1421 W HAGERT ST", "addr_range": "1421 W HAGERT ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 658, "objectid": 7490, "Shape__Area": 104.33203125, "Shape__Length": 49.219492629386259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156307173911401, 39.9904406535587 ], [ -75.156357328439, 39.990447155167097 ], [ -75.156380659271605, 39.990316434719396 ], [ -75.156334704943603, 39.990310253285799 ], [ -75.156331591366595, 39.990324852397897 ], [ -75.156315875772407, 39.990398310445798 ], [ -75.156307173911401, 39.9904406535587 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2563 N SYDENHAM ST", "addr_range": "2555-2565 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 740, "objectid": 7491, "Shape__Area": 117.41796875, "Shape__Length": 52.25288519156841 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157132360331602, 39.992542371551401 ], [ -75.157311762191199, 39.992568621452499 ], [ -75.157320599026306, 39.992528747407903 ], [ -75.157234790297196, 39.992516847501498 ], [ -75.1571493627725, 39.992504874148899 ], [ -75.157141670538294, 39.992503233530499 ], [ -75.157132360331602, 39.992542371551401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2318 N 17TH ST", "addr_range": "2317-2321 N COLORADO ST; 2318 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1080, "objectid": 7492, "Shape__Area": 171.17578125, "Shape__Length": 66.186128196931975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160665739157906, 39.989036049798699 ], [ -75.160894666988796, 39.989066377710898 ], [ -75.160901692462602, 39.989067310162703 ], [ -75.1609037513564, 39.989060069185797 ], [ -75.160911725495595, 39.989024044422003 ], [ -75.1609043437482, 39.989023055279198 ], [ -75.160675388551894, 39.9889923735672 ], [ -75.160665739157906, 39.989036049798699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2565 N SYDENHAM ST", "addr_range": "2555-2565 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 812, "objectid": 7493, "Shape__Area": 128.8203125, "Shape__Length": 53.298056401612392 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157123044918805, 39.992586523616097 ], [ -75.157302423910096, 39.992610644809602 ], [ -75.157303032989006, 39.992607885235898 ], [ -75.157311762191199, 39.992568621452499 ], [ -75.157132360331602, 39.992542371551401 ], [ -75.157123044918805, 39.992586523616097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2337 N 17TH ST", "addr_range": "2335-2337 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1514, "objectid": 7494, "Shape__Area": 239.921875, "Shape__Length": 87.347519158909961 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160074447034404, 39.989365075378899 ], [ -75.160403829087798, 39.989410067119898 ], [ -75.160413517652202, 39.989365891725498 ], [ -75.160084207908099, 39.989321804458001 ], [ -75.160074447034404, 39.989365075378899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "337 W PENN ST", "addr_range": "337 W PENN ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1055, "objectid": 7495, "Shape__Area": 167.484375, "Shape__Length": 67.752374172277271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175997576617306, 40.0265030821895 ], [ -75.175994267430198, 40.026506312024097 ], [ -75.176129657042495, 40.026588735469403 ], [ -75.176141502078096, 40.026595949539001 ], [ -75.176190361836802, 40.026625688619099 ], [ -75.176223479860994, 40.026592853796501 ], [ -75.176027452235303, 40.026473880604698 ], [ -75.175997576617306, 40.0265030821895 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2737 N HICKS ST", "addr_range": "2735-2737 N HICKS ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 682, "objectid": 7496, "Shape__Area": 108.15234375, "Shape__Length": 49.673973399355191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156387965117105, 39.995016961131597 ], [ -75.156378307954697, 39.995054673064303 ], [ -75.156548953999405, 39.995078242968503 ], [ -75.156557029593301, 39.995039641125501 ], [ -75.156387965117105, 39.995016961131597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2438 N NATRONA ST", "addr_range": "2438 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 718, "objectid": 7497, "Shape__Area": 113.91015625, "Shape__Length": 49.47738438874832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184816810331398, 39.994010285530699 ], [ -75.184981629233803, 39.994033425104703 ], [ -75.184989582469299, 39.993990434582102 ], [ -75.184824809672605, 39.9939699224891 ], [ -75.184816810331398, 39.994010285530699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2273 N GRATZ ST", "addr_range": "2273 N GRATZ ST; 2272 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 716, "objectid": 7498, "Shape__Area": 113.53515625, "Shape__Length": 48.683595945257743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163231169745202, 39.988762325474802 ], [ -75.163236069707196, 39.988762967506801 ], [ -75.163245834436196, 39.988720647021999 ], [ -75.163085555692305, 39.988699271123998 ], [ -75.163076736493693, 39.988740967781197 ], [ -75.163076482829396, 39.988742122572198 ], [ -75.163107007404605, 39.988746243426398 ], [ -75.163231169745202, 39.988762325474802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1250 N 60TH ST", "addr_range": "1248-1250 N 60TH ST", "zipcode": 19151, "district": "4", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2068, "objectid": 7499, "Shape__Area": 327.64453125, "Shape__Length": 119.03685501234129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239434265209098, 39.971096050028898 ], [ -75.239442261386401, 39.971137039993799 ], [ -75.239917030369696, 39.971084688398598 ], [ -75.2399084643978, 39.971042124586802 ], [ -75.239434265209098, 39.971096050028898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1724 N 26TH ST", "addr_range": "1714-1726 N 26TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 957, "objectid": 7500, "Shape__Area": 151.7265625, "Shape__Length": 61.934795571057151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177248314450196, 39.981786667060902 ], [ -75.177238687918305, 39.981828379838802 ], [ -75.177459931453399, 39.981855842153898 ], [ -75.177467903389498, 39.981814641888803 ], [ -75.177248314450196, 39.981786667060902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "156 MANHEIM ST", "addr_range": "156 MANHEIM ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3186, "objectid": 7501, "Shape__Area": 505.44921875, "Shape__Length": 111.200830904328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167847006577205, 40.0270335537124 ], [ -75.167886941874897, 40.027055278546896 ], [ -75.167947867561196, 40.0270880171608 ], [ -75.168171548064095, 40.027208463141399 ], [ -75.168230014729801, 40.027144927151397 ], [ -75.168159691362703, 40.027106771362703 ], [ -75.1679640688467, 40.026999464959303 ], [ -75.167906972993507, 40.026968616290397 ], [ -75.167847006577205, 40.0270335537124 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2535 N 17TH ST", "addr_range": "2535 N 17TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1060, "objectid": 7502, "Shape__Area": 167.9921875, "Shape__Length": 65.716524307656044 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159540562310298, 39.992287825258899 ], [ -75.159775138187797, 39.992318137567999 ], [ -75.159784726159998, 39.992275024043202 ], [ -75.159549325473094, 39.992244903072603 ], [ -75.159540562310298, 39.992287825258899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2552 N CORLIES ST", "addr_range": "2550-2552 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 730, "objectid": 7503, "Shape__Area": 115.73046875, "Shape__Length": 51.620945145298023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181227969657797, 39.995379320372997 ], [ -75.181404464919794, 39.995403596707199 ], [ -75.181414128019398, 39.995364771267802 ], [ -75.181236483191597, 39.995339856533903 ], [ -75.181227969657797, 39.995379320372997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2546 N CORLIES ST", "addr_range": "2544-2546 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 724, "objectid": 7504, "Shape__Area": 114.78515625, "Shape__Length": 51.524352923894071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181253640860305, 39.995263576241697 ], [ -75.181430527981107, 39.995287457659103 ], [ -75.181439653793902, 39.995249022946901 ], [ -75.181262272875401, 39.995224324086998 ], [ -75.181253640860305, 39.995263576241697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2434 N DOUGLAS ST", "addr_range": "2434 N DOUGLAS ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 748, "objectid": 7505, "Shape__Area": 118.68359375, "Shape__Length": 51.707674847559915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185293767816006, 39.993994297840899 ], [ -75.185469890076504, 39.994018430796601 ], [ -75.185477805928102, 39.9939780658529 ], [ -75.185302414837096, 39.993953465402001 ], [ -75.185293767816006, 39.993994297840899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2464 N 28TH ST", "addr_range": "2464 N 28TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 913, "objectid": 7506, "Shape__Area": 144.7890625, "Shape__Length": 62.437873120775173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177950089614399, 39.993694734329701 ], [ -75.177960039812206, 39.993695972728297 ], [ -75.177966903753401, 39.993664692954297 ], [ -75.177968137542194, 39.993657016053703 ], [ -75.177958562370506, 39.9936558662491 ], [ -75.177934152768998, 39.993652934312401 ], [ -75.177741356097897, 39.9936297846901 ], [ -75.177733379684199, 39.993667761967998 ], [ -75.1779248294242, 39.993691588713297 ], [ -75.177950089614399, 39.993694734329701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5365 PRISCILLA ST", "addr_range": "5365-5367 PRISCILLA ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 884, "objectid": 7507, "Shape__Area": 140.28515625, "Shape__Length": 50.088396710085888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176484623514696, 40.026912880400097 ], [ -75.176392709380593, 40.027002170476599 ], [ -75.176452168115205, 40.027038338702702 ], [ -75.176544795174607, 40.026948482502497 ], [ -75.176484623514696, 40.026912880400097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2714 W YORK ST", "addr_range": "2714-2716 W YORK ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 936, "objectid": 7508, "Shape__Area": 148.37890625, "Shape__Length": 62.975861903250276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177150828187806, 39.992093007021502 ], [ -75.177202435108597, 39.9920994031622 ], [ -75.177237412741704, 39.9919246106682 ], [ -75.177186758449807, 39.991917994422302 ], [ -75.177150828187806, 39.992093007021502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2641 N 18TH ST", "addr_range": "2641 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 753, "objectid": 7509, "Shape__Area": 119.44921875, "Shape__Length": 57.820567311999483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160778918466093, 39.994064077729803 ], [ -75.160990507322893, 39.994093351697501 ], [ -75.160997892272206, 39.994058538113499 ], [ -75.160786254662398, 39.994031067792903 ], [ -75.160778918466093, 39.994064077729803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "166 W SEYMOUR ST", "addr_range": "166 W SEYMOUR ST", "zipcode": 19144, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1597, "objectid": 7510, "Shape__Area": 253.34765625, "Shape__Length": 78.073438190712807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166740311608393, 40.025808997115398 ], [ -75.166967188782394, 40.0259306789047 ], [ -75.166971926719697, 40.025926287614503 ], [ -75.166991165290895, 40.025908391924403 ], [ -75.1670116109633, 40.025886832831098 ], [ -75.166786387066693, 40.025763624157797 ], [ -75.166740311608393, 40.025808997115398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2420 N CORLIES ST", "addr_range": "2420 N CORLIES ST", "zipcode": 19132, "district": "5", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 661, "objectid": 7511, "Shape__Area": 104.85546875, "Shape__Length": 47.840052478798832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181737362456303, 39.9932105401328 ], [ -75.181729962704907, 39.993249932512001 ], [ -75.181889758680796, 39.993271755948598 ], [ -75.181898367836695, 39.9932325032457 ], [ -75.181737362456303, 39.9932105401328 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1519 W SELTZER ST", "addr_range": "1519-1521 W SELTZER ST", "zipcode": 19132, "district": "8", "year": "2022", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 706, "objectid": 7512, "Shape__Area": 111.9375, "Shape__Length": 50.438564539391059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156598175227501, 39.995359470575899 ], [ -75.156673825858405, 39.995480481656003 ], [ -75.156720025463997, 39.995463278000898 ], [ -75.156645082704401, 39.995342410889798 ], [ -75.156636325989894, 39.995345598174403 ], [ -75.156619790606101, 39.995351608302101 ], [ -75.156598175227501, 39.995359470575899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1231 W WILLIAM ST", "addr_range": "1231-1233 W WILLIAM ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 921, "objectid": 7513, "Shape__Area": 146.04296875, "Shape__Length": 63.526630203815408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151244077859204, 39.996200431303599 ], [ -75.1512042400241, 39.996378298785103 ], [ -75.151253504650199, 39.996384556230602 ], [ -75.151293553168102, 39.9962072413241 ], [ -75.151244077859204, 39.996200431303599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2047 N WOODSTOCK ST", "addr_range": "2037-2047 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 846, "objectid": 7514, "Shape__Area": 134.13671875, "Shape__Length": 56.372191794924731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166574379542396, 39.985609983875598 ], [ -75.166566153002705, 39.985650485827399 ], [ -75.166761506944894, 39.985677354276199 ], [ -75.166770561459401, 39.985635436533201 ], [ -75.166574379542396, 39.985609983875598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2351 N 18TH ST", "addr_range": "2351 N 18TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1008, "objectid": 7515, "Shape__Area": 159.890625, "Shape__Length": 65.292365007205703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161700341227899, 39.9897884093835 ], [ -75.161694170566093, 39.989787544012898 ], [ -75.161689008941806, 39.9898102692759 ], [ -75.161685001684603, 39.989828523598902 ], [ -75.161691214518001, 39.989829389019803 ], [ -75.1619206202557, 39.989860934755498 ], [ -75.161929642878604, 39.989820531209297 ], [ -75.161700341227899, 39.9897884093835 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2122 N 21ST ST", "addr_range": "2122-2124 N 21ST ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1520, "objectid": 7516, "Shape__Area": 240.8359375, "Shape__Length": 88.409818191930853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167943407316997, 39.986794488335498 ], [ -75.168277976799402, 39.9868405402419 ], [ -75.168287868884093, 39.986796997788801 ], [ -75.167953121610495, 39.986751714977103 ], [ -75.167943407316997, 39.986794488335498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1843 N 24TH ST", "addr_range": "1843-1847 N 24TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1003, "objectid": 7517, "Shape__Area": 158.93359375, "Shape__Length": 64.717334862137378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173230775839798, 39.983237617517801 ], [ -75.173463392262505, 39.983270324512198 ], [ -75.173472204445204, 39.983229674929497 ], [ -75.173239909979799, 39.983196265180297 ], [ -75.173230775839798, 39.983237617517801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1920 W DAUPHIN ST", "addr_range": "1920-1922 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1202, "objectid": 7518, "Shape__Area": 190.56640625, "Shape__Length": 72.275745621968525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164437838361906, 39.988921132008599 ], [ -75.164440591106299, 39.988921500364597 ], [ -75.164495579608996, 39.988928703792297 ], [ -75.164539911129395, 39.988726995587697 ], [ -75.164483856616798, 39.988719736628497 ], [ -75.164480947832104, 39.988733373744999 ], [ -75.164437838361906, 39.988921132008599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1027 W ARIZONA ST", "addr_range": "1027-1029 W ARIZONA ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 704, "objectid": 7519, "Shape__Area": 111.5703125, "Shape__Length": 57.495710794263957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149697771683094, 39.988298849273498 ], [ -75.149738725118397, 39.988304226327003 ], [ -75.149762835213807, 39.9881950436531 ], [ -75.149776589073497, 39.988141788720299 ], [ -75.149732879961903, 39.988136155528103 ], [ -75.149714538996307, 39.988225448239298 ], [ -75.149697771683094, 39.988298849273498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3107 N 25TH ST", "addr_range": "3107 N 25TH ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1241, "objectid": 7520, "Shape__Area": 196.73828125, "Shape__Length": 77.618747132658456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170575807816704, 40.002504017207499 ], [ -75.170866444601799, 40.002542770954499 ], [ -75.170874982833794, 40.002501760353397 ], [ -75.170584699922102, 40.002463595728599 ], [ -75.170575807816704, 40.002504017207499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1324 W AUBURN ST", "addr_range": "1322-1324 W AUBURN ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 562, "objectid": 7521, "Shape__Area": 89.1171875, "Shape__Length": 40.795722053047257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152633436772405, 39.996057152620303 ], [ -75.152689327357294, 39.996063866627701 ], [ -75.152709525474194, 39.995969280595901 ], [ -75.152652663309794, 39.9959610786551 ], [ -75.152649416703795, 39.995977994801201 ], [ -75.152647330572407, 39.9959903293962 ], [ -75.152644215225195, 39.996004395887198 ], [ -75.152642347859597, 39.996011041895201 ], [ -75.152640147813599, 39.996026354482296 ], [ -75.152635965609605, 39.996043106196097 ], [ -75.152633436772405, 39.996057152620303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2422 CECIL B MOORE AVE", "addr_range": "2416-2422 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1053, "objectid": 7522, "Shape__Area": 166.9140625, "Shape__Length": 67.495523247093658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174825124601199, 39.980794341047002 ], [ -75.174878183855398, 39.980801432364302 ], [ -75.174916672328195, 39.980613065344599 ], [ -75.174888929690397, 39.980609202802498 ], [ -75.174885176791904, 39.980608716741301 ], [ -75.174863209500202, 39.980605563134503 ], [ -75.174825124601199, 39.980794341047002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2462 N DELHI ST", "addr_range": "2454-2462 N DELHI ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 751, "objectid": 7523, "Shape__Area": 119.07421875, "Shape__Length": 48.727505588369475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147888695347405, 39.9898035081766 ], [ -75.147877436290202, 39.989849049082103 ], [ -75.148033891021797, 39.989870101876697 ], [ -75.148043708747593, 39.989823899371899 ], [ -75.147888695347405, 39.9898035081766 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "629 W YORK ST", "addr_range": "629-631 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1371, "objectid": 7524, "Shape__Area": 217.25390625, "Shape__Length": 78.317341130862189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144390705308297, 39.988235152304803 ], [ -75.144450380688198, 39.988243052052802 ], [ -75.144497286088196, 39.988022242150997 ], [ -75.144438383862393, 39.988014956451003 ], [ -75.144390705308297, 39.988235152304803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2560 N FRANKLIN ST", "addr_range": "2558-2560 N FRANKLIN ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 950, "objectid": 7525, "Shape__Area": 150.63671875, "Shape__Length": 64.887787598685208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145149465139298, 39.990869463022896 ], [ -75.145169277377406, 39.990871992204703 ], [ -75.145177648460802, 39.9908340581758 ], [ -75.144939805099497, 39.990802320720903 ], [ -75.144931911732101, 39.990840409741203 ], [ -75.144990292783902, 39.990848215805599 ], [ -75.145044976551006, 39.990855694653398 ], [ -75.145097984775902, 39.9908626047471 ], [ -75.145149465139298, 39.990869463022896 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1933 N VAN PELT ST", "addr_range": "1929-1933 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1054, "objectid": 7526, "Shape__Area": 167.046875, "Shape__Length": 70.878804275512934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168912001453904, 39.984015763361299 ], [ -75.1691755584704, 39.984052623946702 ], [ -75.169183648140702, 39.984014537089202 ], [ -75.168919925087707, 39.983977672785002 ], [ -75.168919835721994, 39.983980024224202 ], [ -75.168912001453904, 39.984015763361299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2045 N WOODSTOCK ST", "addr_range": "2037-2047 N WOODSTOCK ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 853, "objectid": 7527, "Shape__Area": 135.21875, "Shape__Length": 56.510070341951078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166574379542396, 39.985609983875598 ], [ -75.166770561459401, 39.985635436533201 ], [ -75.166779535610502, 39.985593968389402 ], [ -75.166583331477298, 39.985568548582002 ], [ -75.166574379542396, 39.985609983875598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2318 N SMEDLEY ST", "addr_range": "2318-2320 N SMEDLEY ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1106, "objectid": 7528, "Shape__Area": 175.27734375, "Shape__Length": 73.697008720671576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159860907253005, 39.9889961423263 ], [ -75.160137362041397, 39.989033652271502 ], [ -75.160146486928696, 39.988996090253799 ], [ -75.160101788140494, 39.988989407045899 ], [ -75.159869431668696, 39.988958388375202 ], [ -75.159860907253005, 39.9889961423263 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4921 N SMEDLEY ST", "addr_range": "4915-4921 N SMEDLEY ST", "zipcode": 19141, "district": "8", "year": "2024", "season": "Fall", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1028, "objectid": 7529, "Shape__Area": 163.1953125, "Shape__Length": 65.980469908887613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1508084140238, 40.028568512983703 ], [ -75.151047826939703, 40.028599995886303 ], [ -75.151056609790999, 40.028558445076897 ], [ -75.150819022494503, 40.028528018053798 ], [ -75.1508084140238, 40.028568512983703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3102 N 8TH ST", "addr_range": "3100-3104 N 8TH ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 845, "objectid": 7530, "Shape__Area": 134.015625, "Shape__Length": 56.841146050674418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144042864269807, 39.998978497565197 ], [ -75.144051967622005, 39.998937887964502 ], [ -75.143853226294198, 39.998910599197401 ], [ -75.143844632446999, 39.998951025731699 ], [ -75.144042864269807, 39.998978497565197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3545 N WARNOCK ST", "addr_range": "3545-3549 N WARNOCK ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 806, "objectid": 7531, "Shape__Area": 127.7890625, "Shape__Length": 56.418321396817156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145683884725401, 40.006370793286401 ], [ -75.145484136910099, 40.006345611434703 ], [ -75.1454759760869, 40.006384066558802 ], [ -75.145675781775097, 40.0064093614616 ], [ -75.145683884725401, 40.006370793286401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2515 N GRATZ ST", "addr_range": "2515 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 703, "objectid": 7532, "Shape__Area": 111.48046875, "Shape__Length": 50.192705125496175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162318536323497, 39.992192947206497 ], [ -75.162489916874506, 39.992215235604199 ], [ -75.162498452155006, 39.992176031095298 ], [ -75.162327441881203, 39.992153896119198 ], [ -75.162318536323497, 39.992192947206497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "932 W DAUPHIN ST", "addr_range": "932-936 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1545, "objectid": 7533, "Shape__Area": 244.81640625, "Shape__Length": 85.882356083542177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148425317317304, 39.986852879497299 ], [ -75.148431071706597, 39.986853654162502 ], [ -75.148483518416, 39.986608208507697 ], [ -75.148423326325997, 39.986599606236702 ], [ -75.148371590987395, 39.986845648250899 ], [ -75.148425317317304, 39.986852879497299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2242 W MONTGOMERY AVE", "addr_range": "2232-2242 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1440, "objectid": 7534, "Shape__Area": 228.27734375, "Shape__Length": 78.678322733312939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172027618852795, 39.9820285332098 ], [ -75.172090516406698, 39.9820370055008 ], [ -75.1721386128186, 39.981818213389502 ], [ -75.172076397757294, 39.9818094158679 ], [ -75.172027618852795, 39.9820285332098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3814 N 9TH ST", "addr_range": "3814 N 9TH ST", "zipcode": 19140, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 803, "objectid": 7535, "Shape__Area": 127.37890625, "Shape__Length": 53.006773924392341 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142481120095496, 40.0102016665045 ], [ -75.142660989129396, 40.010223951128303 ], [ -75.142669155216495, 40.010181080378104 ], [ -75.142490878439105, 40.0101588328274 ], [ -75.142481120095496, 40.0102016665045 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "610 W ALLEGHENY AVE", "addr_range": "608-612 W ALLEGHENY AVE; 3157-3159 N WENDLE ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1051, "objectid": 7536, "Shape__Area": 166.640625, "Shape__Length": 64.782980940373434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140996282076699, 39.9999052989183 ], [ -75.141034933071793, 39.999728551672099 ], [ -75.140977564630603, 39.999720912742099 ], [ -75.140940284688298, 39.999896885619897 ], [ -75.140996282076699, 39.9999052989183 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1800 N 28TH ST", "addr_range": "1800 N 28TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 991, "objectid": 7537, "Shape__Area": 157.09765625, "Shape__Length": 64.007381262255578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180009615505696, 39.983229675302098 ], [ -75.180239382688995, 39.9832618541854 ], [ -75.180242137359301, 39.983249971164902 ], [ -75.180248226989207, 39.983219721828803 ], [ -75.180018840532696, 39.983189680574398 ], [ -75.180009615505696, 39.983229675302098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2456 N DELHI ST", "addr_range": "2454-2462 N DELHI ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 619, "objectid": 7538, "Shape__Area": 98.21875, "Shape__Length": 46.51154887476136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147904407168298, 39.989727632653597 ], [ -75.148061253153699, 39.989747791465 ], [ -75.148069269927305, 39.989710284424298 ], [ -75.147912397168994, 39.989689787132399 ], [ -75.147904407168298, 39.989727632653597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1451 N MYRTLEWOOD ST", "addr_range": "1451 N MYRTLEWOOD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": " ", "parcelarea": 632, "objectid": 7539, "Shape__Area": 100.21484375, "Shape__Length": 47.458118963015387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183431994046401, 39.9787774063931 ], [ -75.183593358983302, 39.978798972281098 ], [ -75.183600862033302, 39.978762323905997 ], [ -75.183439910085198, 39.9787392842006 ], [ -75.183431994046401, 39.9787774063931 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1416 N 17TH ST", "addr_range": "1412-1418 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2166, "objectid": 7540, "Shape__Area": 343.14453125, "Shape__Length": 94.291273537884322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163596256499105, 39.975638363880201 ], [ -75.163934330361002, 39.975682253506498 ], [ -75.163943494438001, 39.975639130171103 ], [ -75.163947359207299, 39.975621258217402 ], [ -75.163609690787396, 39.9755771858445 ], [ -75.163596256499105, 39.975638363880201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2522 N ALDER ST", "addr_range": "2518-2524 N ALDER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 672, "objectid": 7541, "Shape__Area": 111.28125, "Shape__Length": 50.531927017200083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148792942301, 39.990771532639002 ], [ -75.148966427339303, 39.990794501792401 ], [ -75.148974648100605, 39.990756032526598 ], [ -75.148801486613195, 39.990732845460897 ], [ -75.148792942301, 39.990771532639002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1949 ROWAN ST", "addr_range": "1943-1949 ROWAN ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1389, "objectid": 7542, "Shape__Area": 220.0546875, "Shape__Length": 84.244201200262793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157904924659405, 40.019575395159698 ], [ -75.1579124234201, 40.019584914279399 ], [ -75.157935797908095, 40.019574577468703 ], [ -75.157959235987093, 40.019563096897102 ], [ -75.157951837099901, 40.019553693562997 ], [ -75.157792621383095, 40.019351631676699 ], [ -75.157744685531299, 40.019372117157303 ], [ -75.157904924659405, 40.019575395159698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1926 N 24TH ST", "addr_range": "1924-1938 N 24TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 978, "objectid": 7543, "Shape__Area": 154.9765625, "Shape__Length": 63.200882556489013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173367815277302, 39.984500391312999 ], [ -75.173430467825099, 39.984508809559898 ], [ -75.173443846268398, 39.984511866102899 ], [ -75.173593324958105, 39.984532147304897 ], [ -75.173601654961502, 39.9844904399109 ], [ -75.173495579143705, 39.984476097675497 ], [ -75.173448795601999, 39.984470324293703 ], [ -75.173438568711006, 39.984468111572198 ], [ -75.173375924653996, 39.984459532238198 ], [ -75.173367815277302, 39.984500391312999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2003 GERMANTOWN AVE", "addr_range": "2001-2017 GERMANTOWN AVE; 2002-2004, 2012, 2016-2018 N RANDOLPH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 889, "objectid": 7544, "Shape__Area": 140.921875, "Shape__Length": 56.737297565136927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143750765396504, 39.981625953956602 ], [ -75.143588780346704, 39.981633219923999 ], [ -75.143560847338406, 39.981629523859098 ], [ -75.1435514478963, 39.981672865780403 ], [ -75.143587071323296, 39.981677752857998 ], [ -75.143754994284606, 39.981669735133103 ], [ -75.143750765396504, 39.981625953956602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "129 N YEWDALL ST", "addr_range": "127-129 N YEWDALL ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 860, "objectid": 7545, "Shape__Area": 136.1015625, "Shape__Length": 56.016830121320019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2284921552246, 39.962777401202104 ], [ -75.228684562560105, 39.962802279527097 ], [ -75.228693481716505, 39.962759516887502 ], [ -75.228500454103695, 39.962735012371802 ], [ -75.2284921552246, 39.962777401202104 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1528 N 8TH ST", "addr_range": "1526-1528 N 8TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2145, "objectid": 7546, "Shape__Area": 339.41015625, "Shape__Length": 95.91929988014401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148955374118103, 39.975573018503603 ], [ -75.149303102135605, 39.9756190398843 ], [ -75.149316396174996, 39.975560761337398 ], [ -75.148967937086397, 39.975514143162499 ], [ -75.148955374118103, 39.975573018503603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "905 N MAY ST", "addr_range": "901-911 N MAY ST; 904 N MARKOE ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 700, "objectid": 7547, "Shape__Area": 77.11328125, "Shape__Length": 43.48728908033091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215137946064104, 39.969529245514302 ], [ -75.215141768663599, 39.969559925247601 ], [ -75.215296303485104, 39.9695479778402 ], [ -75.215292348998005, 39.969517504232499 ], [ -75.215137946064104, 39.969529245514302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1934 N 24TH ST", "addr_range": "1924-1938 N 24TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 968, "objectid": 7548, "Shape__Area": 153.46875, "Shape__Length": 63.419390412515014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173331894823605, 39.9846634421678 ], [ -75.173411297391993, 39.984674380882097 ], [ -75.173462247872195, 39.984680264040598 ], [ -75.173478401641205, 39.984683060321203 ], [ -75.173559386584699, 39.984694340799798 ], [ -75.173566390634207, 39.984662145366698 ], [ -75.173568374725505, 39.984653502341999 ], [ -75.173485518473996, 39.984641872613501 ], [ -75.173470277565798, 39.984640917773802 ], [ -75.173341573603906, 39.984622618329098 ], [ -75.173331894823605, 39.9846634421678 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4213 WALLACE ST", "addr_range": "4211-4215 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 630, "objectid": 7549, "Shape__Area": 103.1953125, "Shape__Length": 48.802860712082747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207514301009795, 39.963715471158501 ], [ -75.207532468384997, 39.963845234381701 ], [ -75.207581510618098, 39.963841243064401 ], [ -75.207562505989799, 39.963711509952297 ], [ -75.207514301009795, 39.963715471158501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4815 GREENE ST", "addr_range": "4815-4819 GREENE ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1636, "objectid": 7550, "Shape__Area": 259.19140625, "Shape__Length": 84.853270649348943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162917184043593, 40.026400610185298 ], [ -75.162963607044105, 40.026437490225803 ], [ -75.163185817501599, 40.026270513778698 ], [ -75.163144349685993, 40.026230714434703 ], [ -75.162917184043593, 40.026400610185298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1426 W LETTERLY ST", "addr_range": "1426 W LETTERLY ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 617, "objectid": 7551, "Shape__Area": 97.78125, "Shape__Length": 46.785222676592063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156428617965702, 39.990590524079899 ], [ -75.156476418364505, 39.990596681410501 ], [ -75.156501531163798, 39.990474690622499 ], [ -75.156452751403805, 39.990468445396502 ], [ -75.156428617965702, 39.990590524079899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2717 N NEWKIRK ST", "addr_range": "2717-2723 N NEWKIRK ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 761, "objectid": 7552, "Shape__Area": 123.23046875, "Shape__Length": 52.380135954634262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177166849220697, 39.997369250920897 ], [ -75.177343942211607, 39.9973927899591 ], [ -75.177352844851896, 39.997350852789097 ], [ -75.177175112997801, 39.997327574251798 ], [ -75.177166849220697, 39.997369250920897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2012 N RANDOLPH ST", "addr_range": "2001-2017 GERMANTOWN AVE; 2002-2004, 2012, 2016-2018 N RANDOLPH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 768, "objectid": 7553, "Shape__Area": 121.73046875, "Shape__Length": 50.431628329994012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143362654148902, 39.981917276112803 ], [ -75.143528003769603, 39.981938667275898 ], [ -75.143537741221905, 39.981894606808801 ], [ -75.143371690706701, 39.981872925827297 ], [ -75.143362654148902, 39.981917276112803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4646 N MARVINE ST", "addr_range": "4646 N MARVINE ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1141, "objectid": 7554, "Shape__Area": 180.8515625, "Shape__Length": 71.230706110391992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143548556763506, 40.023445148072398 ], [ -75.143538934728198, 40.0234865667314 ], [ -75.143800146561105, 40.0235204647648 ], [ -75.143809610989905, 40.023478751481001 ], [ -75.143548556763506, 40.023445148072398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2509 N WARNOCK ST", "addr_range": "2501-2517 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 672, "objectid": 7555, "Shape__Area": 105.3125, "Shape__Length": 49.361533223528042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149037291723701, 39.9905218110448 ], [ -75.149207784530802, 39.990543003706698 ], [ -75.149214747028495, 39.990505666429598 ], [ -75.149044884636794, 39.990484440307398 ], [ -75.149037291723701, 39.9905218110448 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2761 N CROSKEY ST", "addr_range": "2757-2761 N CROSKEY ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 653, "objectid": 7556, "Shape__Area": 99.3828125, "Shape__Length": 46.394270085384363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167624447492898, 39.9969796916142 ], [ -75.167615870012995, 39.997017880953202 ], [ -75.167770674907203, 39.997038771912401 ], [ -75.167779879280502, 39.997000114623198 ], [ -75.167624447492898, 39.9969796916142 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1418-24 N PERTH ST", "addr_range": "1429-35 N 8TH ST; 1418-24 N PERTH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2196, "objectid": 7557, "Shape__Area": 347.65234375, "Shape__Length": 84.5059904705939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148768591968704, 39.973872888485097 ], [ -75.148758174068902, 39.973918964778797 ], [ -75.148875343667996, 39.973934694597403 ], [ -75.148885424364295, 39.973888094366501 ], [ -75.148875721756895, 39.9738870527015 ], [ -75.148883918738093, 39.973848081960597 ], [ -75.148886407106303, 39.9738400147654 ], [ -75.1489007885299, 39.973841967998602 ], [ -75.1489100171991, 39.973796300831403 ], [ -75.148892250463803, 39.973794123996399 ], [ -75.1488948750319, 39.973784640781197 ], [ -75.148902415929797, 39.973746930111503 ], [ -75.148798323407405, 39.973733368168901 ], [ -75.1487882720117, 39.973780242066702 ], [ -75.148778738295704, 39.9738256770558 ], [ -75.148768591968704, 39.973872888485097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2140 N 30TH ST", "addr_range": "2140-2144 N 30TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1001, "objectid": 7558, "Shape__Area": 158.49609375, "Shape__Length": 64.172062280727516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182092304901303, 39.989002413873898 ], [ -75.182322876960896, 39.989032122044897 ], [ -75.182330742014003, 39.988990935326001 ], [ -75.182101074617293, 39.988960601383297 ], [ -75.182092304901303, 39.989002413873898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "125 PLEASANT ST", "addr_range": "123-131 PLEASANT ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 994, "objectid": 7559, "Shape__Area": 172.84375, "Shape__Length": 69.511915176864605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184623059318099, 40.055810776505403 ], [ -75.184823173871095, 40.055935239828401 ], [ -75.184841868727105, 40.055916812674198 ], [ -75.184858299998197, 40.055901720060596 ], [ -75.184655206542303, 40.0557794473049 ], [ -75.184623059318099, 40.055810776505403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1846 N LEITHGOW ST", "addr_range": "1838, 1842-1856 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 623, "objectid": 7560, "Shape__Area": 102.828125, "Shape__Length": 48.822010233757993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141723884732002, 39.979162170202301 ], [ -75.141715559566705, 39.979200023956302 ], [ -75.141780738114406, 39.9792084206792 ], [ -75.141890183398601, 39.979223046637799 ], [ -75.141880379880106, 39.979183684323097 ], [ -75.141723884732002, 39.979162170202301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "872 MOSS ST", "addr_range": "872 MOSS ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 700, "objectid": 7561, "Shape__Area": 116.0625, "Shape__Length": 51.37875812308863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.216408951800005, 39.968129671304197 ], [ -75.216390166938396, 39.968131143216503 ], [ -75.216231892829001, 39.968144573587303 ], [ -75.216237042991906, 39.968184534966603 ], [ -75.216396256674997, 39.968171220839302 ], [ -75.216414519759894, 39.9681696734336 ], [ -75.216408951800005, 39.968129671304197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3328 N 16TH ST", "addr_range": "3328-3350 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1750, "objectid": 7562, "Shape__Area": 290.46875, "Shape__Length": 100.14415483906475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155716589820202, 40.004363792369702 ], [ -75.156101640263103, 40.004409664479702 ], [ -75.156110927898993, 40.0043662380575 ], [ -75.155726811918001, 40.004316276648098 ], [ -75.155716589820202, 40.004363792369702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2613 N JESSUP ST", "addr_range": "2611-2613 N JESSUP ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 896, "objectid": 7563, "Shape__Area": 135.578125, "Shape__Length": 56.522655067185234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149853450026498, 39.992093908466003 ], [ -75.150049733124902, 39.992119825992297 ], [ -75.1500587281637, 39.992078102597198 ], [ -75.149863018632303, 39.992052535958898 ], [ -75.149853450026498, 39.992093908466003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5154 OGDEN ST", "addr_range": "5152-5154 OGDEN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 789, "objectid": 7564, "Shape__Area": 139.2265625, "Shape__Length": 57.539362124765667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224103014407405, 39.967006564692802 ], [ -75.224128107995497, 39.967161042750298 ], [ -75.224184216175502, 39.967155814119103 ], [ -75.224156726638199, 39.967001557237097 ], [ -75.224103014407405, 39.967006564692802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "534-36 N 54TH ST", "addr_range": "532-550 N 54TH ST; 531-543 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 2508, "objectid": 7565, "Shape__Area": 396.9296875, "Shape__Length": 91.297431928899215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228417597793694, 39.968652773036503 ], [ -75.228430836018106, 39.968731824610899 ], [ -75.228733532743107, 39.9686982096976 ], [ -75.228725887296903, 39.968658678048698 ], [ -75.228718233074801, 39.968617679383101 ], [ -75.228651509564202, 39.968625513330302 ], [ -75.228417597793694, 39.968652773036503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1218 W BUTLER ST", "addr_range": "1216-1218 W BUTLER ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1795, "objectid": 7566, "Shape__Area": 284.45703125, "Shape__Length": 101.26548168468479 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1479501125567, 40.010407971277203 ], [ -75.1480065389987, 40.010415279703999 ], [ -75.1480729943207, 40.010115520858299 ], [ -75.148015424134996, 40.010107977501399 ], [ -75.1479501125567, 40.010407971277203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3239 N 15TH ST", "addr_range": "3239-3245 N 15TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1395, "objectid": 7567, "Shape__Area": 218.09765625, "Shape__Length": 82.298116809850484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154198557479802, 40.002879785318598 ], [ -75.154237515133801, 40.002884954147802 ], [ -75.154246814582507, 40.002842930102602 ], [ -75.154219703981894, 40.0028392707572 ], [ -75.154192608701095, 40.002835272067898 ], [ -75.154151734701998, 40.002829786882103 ], [ -75.1539374964849, 40.002801713195403 ], [ -75.153928295423299, 40.002843916945203 ], [ -75.154198557479802, 40.002879785318598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "800 N 46TH ST", "addr_range": "800 N 46TH ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 856, "objectid": 7568, "Shape__Area": 135.546875, "Shape__Length": 55.255278630292167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213632370828805, 39.966687697578102 ], [ -75.213637996518102, 39.966731406977303 ], [ -75.213827935783499, 39.966716935823797 ], [ -75.213822312279603, 39.966673227385897 ], [ -75.213632370828805, 39.966687697578102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "43 REGER ST", "addr_range": "43 REGER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2081, "objectid": 7569, "Shape__Area": 329.8515625, "Shape__Length": 73.650450496664462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165764180035197, 40.028906393951502 ], [ -75.165777980613996, 40.028914007206801 ], [ -75.165857532938304, 40.028828765661501 ], [ -75.165701898350605, 40.028741279205299 ], [ -75.165621635020401, 40.028829277064098 ], [ -75.165764180035197, 40.028906393951502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "119 W ROOSEVELT BLVD", "addr_range": "101-119 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1760, "objectid": 7570, "Shape__Area": 278.51953125, "Shape__Length": 85.232920267339736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124109790712296, 40.025961265884199 ], [ -75.1241700877043, 40.026194531813402 ], [ -75.124224604515206, 40.026186412180003 ], [ -75.124241029802405, 40.026184096375999 ], [ -75.124181146773694, 40.0259509697025 ], [ -75.124109790712296, 40.025961265884199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1010 W INDIANA AVE", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 986, "objectid": 7571, "Shape__Area": 156.74609375, "Shape__Length": 63.573563131620006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1471778668095, 39.997625363609401 ], [ -75.147233368851204, 39.997632425546001 ], [ -75.147270927102696, 39.997458053926998 ], [ -75.147218261408398, 39.997451329326303 ], [ -75.1471778668095, 39.997625363609401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3816 N 10TH ST", "addr_range": "3814-3818 N 10TH ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 832, "objectid": 7572, "Shape__Area": 131.890625, "Shape__Length": 54.334196494580823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143987773448401, 40.010448061270203 ], [ -75.144171537642507, 40.010473205255899 ], [ -75.144180575704297, 40.010429450486399 ], [ -75.143995523364893, 40.010405632409601 ], [ -75.143987773448401, 40.010448061270203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1258 N 56TH ST", "addr_range": "1256-1258 N 56TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1236, "objectid": 7573, "Shape__Area": 195.84765625, "Shape__Length": 77.528238969537497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2329374270779, 39.9720240078057 ], [ -75.232945262926705, 39.972064671331303 ], [ -75.233236363864407, 39.972030564664202 ], [ -75.233228694663694, 39.9719898552625 ], [ -75.2329374270779, 39.9720240078057 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "127 PLEASANT ST", "addr_range": "123-131 PLEASANT ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1074, "objectid": 7574, "Shape__Area": 169.3671875, "Shape__Length": 69.137520058821082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184589365534507, 40.055844213758199 ], [ -75.184791582553004, 40.055965790403498 ], [ -75.184810784657699, 40.055947809765797 ], [ -75.184823173871095, 40.055935239828401 ], [ -75.184623059318099, 40.055810776505403 ], [ -75.184589365534507, 40.055844213758199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2401-05 N 10TH ST", "addr_range": "2401-05-2411 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 6030, "objectid": 7575, "Shape__Area": 978.81640625, "Shape__Length": 157.6726794965565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148135975827103, 39.988738879435601 ], [ -75.148197293422797, 39.9887465567517 ], [ -75.148196966116998, 39.988746355612903 ], [ -75.148201551284501, 39.988730629527403 ], [ -75.148211336401303, 39.988683619860502 ], [ -75.148221558803598, 39.988638893379502 ], [ -75.148535054678604, 39.988683043030598 ], [ -75.148566117129306, 39.988543970922699 ], [ -75.148190769014903, 39.988491842703397 ], [ -75.148136332532701, 39.988737243159797 ], [ -75.148135975827103, 39.988738879435601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4969 KERSHAW ST", "addr_range": "4969 KERSHAW ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 879, "objectid": 7576, "Shape__Area": 166.171875, "Shape__Length": 66.972416178948563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222768141463305, 39.974066316733499 ], [ -75.222802643256202, 39.974253402165303 ], [ -75.222855572691799, 39.974247652648003 ], [ -75.222823037174805, 39.974060625855103 ], [ -75.222768141463305, 39.974066316733499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2731 N 13TH ST", "addr_range": "2723-2731 N 13TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1344, "objectid": 7577, "Shape__Area": 225.1640625, "Shape__Length": 79.977265425448778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151826118791405, 39.994459359101398 ], [ -75.1521205774512, 39.994496844045997 ], [ -75.152129607170394, 39.994450882004898 ], [ -75.151835604121899, 39.994413067707598 ], [ -75.151826118791405, 39.994459359101398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2331 N 15TH ST", "addr_range": "2327-2349 N 15TH ST; 1442 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1437, "objectid": 7578, "Shape__Area": 233.81640625, "Shape__Length": 82.649119436659745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1569756525477, 39.988855392521302 ], [ -75.157281052750207, 39.988897708003996 ], [ -75.157291254647205, 39.988851705447303 ], [ -75.156985638929299, 39.988809548202397 ], [ -75.1569756525477, 39.988855392521302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1823 N ETTING ST", "addr_range": "1817-1823 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 591, "objectid": 7579, "Shape__Area": 92.65625, "Shape__Length": 44.564393700787107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178744444572402, 39.983488849993201 ], [ -75.178735799033802, 39.983526263607303 ], [ -75.178884146286904, 39.983547109955801 ], [ -75.178892131516605, 39.983509439167598 ], [ -75.178744444572402, 39.983488849993201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1031 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 616, "objectid": 7580, "Shape__Area": 94.0234375, "Shape__Length": 46.3799407892933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147637042917495, 39.997498578626903 ], [ -75.147666258200601, 39.997502463897099 ], [ -75.147683873710093, 39.997504926579701 ], [ -75.147688134711302, 39.997481262375501 ], [ -75.147691018654498, 39.997471092166101 ], [ -75.147690824185901, 39.997468524355298 ], [ -75.147700061899499, 39.997430368337902 ], [ -75.147701966444998, 39.997416774574397 ], [ -75.147704701100096, 39.997403407765198 ], [ -75.147705887790096, 39.997400872166203 ], [ -75.147705515082095, 39.997396382943897 ], [ -75.147707591871395, 39.997393028673699 ], [ -75.147709774194098, 39.997383680506999 ], [ -75.147662541305294, 39.997377402737001 ], [ -75.147637042917495, 39.997498578626903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "846 UNION ST", "addr_range": "840-846 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2433, "objectid": 7581, "Shape__Area": 384.97265625, "Shape__Length": 111.81333627550865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202334525338401, 39.969051607571203 ], [ -75.202345482230697, 39.9691058183233 ], [ -75.202597281350506, 39.9690779282964 ], [ -75.202607346608104, 39.969077136320003 ], [ -75.202770271173506, 39.969059378706397 ], [ -75.202761662979796, 39.969004575022502 ], [ -75.202619589087902, 39.969019378009399 ], [ -75.202607084425594, 39.969021549328502 ], [ -75.202536057994806, 39.969028919447197 ], [ -75.202490210995506, 39.969033624756499 ], [ -75.202476261332606, 39.969035763980102 ], [ -75.202454228785996, 39.969038386885401 ], [ -75.202448442114303, 39.969038468343598 ], [ -75.202400851515407, 39.9690438593137 ], [ -75.202392730756998, 39.969044790852301 ], [ -75.202386965707603, 39.969044889005502 ], [ -75.202373016005396, 39.969047029116801 ], [ -75.202348646038004, 39.969049373051703 ], [ -75.202334525338401, 39.969051607571203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1530 N DARIEN ST", "addr_range": "1510-1532 N DARIEN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 651, "objectid": 7582, "Shape__Area": 103.04296875, "Shape__Length": 49.935178563855587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149604243632396, 39.975452365700797 ], [ -75.149624860292406, 39.975455121478497 ], [ -75.149631552002006, 39.9754275946772 ], [ -75.149620923929902, 39.9754260644795 ], [ -75.149623556670406, 39.975417468038003 ], [ -75.149459825118896, 39.975395268736897 ], [ -75.149458894570202, 39.975399874387698 ], [ -75.149452451497396, 39.975431886687701 ], [ -75.149594882713004, 39.975450621840899 ], [ -75.149604243632396, 39.975452365700797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2727 N 13TH ST", "addr_range": "2723-2731 N 13TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1344, "objectid": 7583, "Shape__Area": 206.84765625, "Shape__Length": 78.854665721593406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151844484254696, 39.994371050563899 ], [ -75.152138505551804, 39.9944084138451 ], [ -75.152147394107004, 39.994366171618097 ], [ -75.151853087815795, 39.994328576649998 ], [ -75.151844484254696, 39.994371050563899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2725 W STERNER ST", "addr_range": "2715-2735 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 630, "objectid": 7584, "Shape__Area": 101.39453125, "Shape__Length": 47.964237981689763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176082447741905, 39.997387384899902 ], [ -75.176130544377898, 39.997393556759498 ], [ -75.1761573585256, 39.997267875805399 ], [ -75.176108341455802, 39.997261634662003 ], [ -75.176107467442094, 39.9972658705424 ], [ -75.176082447741905, 39.997387384899902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "129-31 PLEASANT ST", "addr_range": "123-131 PLEASANT ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2146, "objectid": 7585, "Shape__Area": 347.50390625, "Shape__Length": 81.44005999892164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184521982677794, 40.0559097827825 ], [ -75.184723054938104, 40.056031092514502 ], [ -75.184774479282495, 40.055982591629899 ], [ -75.184791582553004, 40.055965790403498 ], [ -75.184589365534507, 40.055844213758199 ], [ -75.184521982677794, 40.0559097827825 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "248 E PHIL ELLENA ST", "addr_range": "246-248 E PHIL ELLENA ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1700, "objectid": 7586, "Shape__Area": 262.5546875, "Shape__Length": 92.612271941048263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181747731815094, 40.0547775985995 ], [ -75.181928597196404, 40.054890578788097 ], [ -75.181966242522705, 40.05485421585 ], [ -75.181688810241894, 40.054683351507897 ], [ -75.181651995322596, 40.054718249861999 ], [ -75.181747731815094, 40.0547775985995 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "261 E SHARPNACK ST", "addr_range": "261 E SHARPNACK ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1235, "objectid": 7587, "Shape__Area": 202.3359375, "Shape__Length": 61.528862823656439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179601379702206, 40.053690215089098 ], [ -75.179748882755007, 40.053782770806002 ], [ -75.1798024188206, 40.053731192843898 ], [ -75.1796542864777, 40.053639155611499 ], [ -75.179601379702206, 40.053690215089098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4465 N 19TH ST", "addr_range": "4465 N 19TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1007, "objectid": 7588, "Shape__Area": 159.625, "Shape__Length": 62.653784697940907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156206433438598, 40.022402265609998 ], [ -75.156205203352698, 40.0224075898644 ], [ -75.156425165699204, 40.022438398308502 ], [ -75.156427033165102, 40.022430654801902 ], [ -75.156435842609795, 40.022394373407998 ], [ -75.156215032459002, 40.0223649000595 ], [ -75.156206433438598, 40.022402265609998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "302 SHEDAKER ST", "addr_range": "300-302 SHEDAKER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1569, "objectid": 7589, "Shape__Area": 248.66796875, "Shape__Length": 85.543408007411443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159067211702805, 40.031377056119801 ], [ -75.159028744106195, 40.031415197764701 ], [ -75.159281327981205, 40.031567295434002 ], [ -75.159319916287004, 40.031530380908698 ], [ -75.159067211702805, 40.031377056119801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2511 N 11TH ST", "addr_range": "2505-2511 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1078, "objectid": 7590, "Shape__Area": 170.37109375, "Shape__Length": 65.441066285018294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1495224472567, 39.9904710002954 ], [ -75.149754280252495, 39.990502109127398 ], [ -75.149763949831595, 39.9904580953257 ], [ -75.149531749286396, 39.990426769145898 ], [ -75.1495224472567, 39.9904710002954 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1244 W HUNTINGDON ST", "addr_range": "1244-1246 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 927, "objectid": 7591, "Shape__Area": 147.30859375, "Shape__Length": 58.899089608953751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152432658934899, 39.991976292190003 ], [ -75.152488299943698, 39.991982919632797 ], [ -75.152489710610098, 39.991976695782398 ], [ -75.152523607735006, 39.991826919742401 ], [ -75.152466015310594, 39.991819249823699 ], [ -75.152432658934899, 39.991976292190003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "41 E RITTENHOUSE ST", "addr_range": "41-43 E RITTENHOUSE ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2295, "objectid": 7592, "Shape__Area": 367.76953125, "Shape__Length": 82.853752430130072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175387577452597, 40.038268508974703 ], [ -75.175503573144596, 40.038340923750503 ], [ -75.175586485241595, 40.038392027732698 ], [ -75.175659581128699, 40.038323770166301 ], [ -75.175459842398496, 40.038199507594499 ], [ -75.175387577452597, 40.038268508974703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3335 N UBER ST", "addr_range": "3335-3337 N UBER ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1103, "objectid": 7593, "Shape__Area": 174.9921875, "Shape__Length": 66.135697585925186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160758425652702, 40.0051491519962 ], [ -75.160992497892394, 40.005179561157 ], [ -75.161002736468006, 40.005134253809302 ], [ -75.160768045894599, 40.0051047011017 ], [ -75.160758425652702, 40.0051491519962 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3337 N UBER ST", "addr_range": "3335-3337 N UBER ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1062, "objectid": 7594, "Shape__Area": 168.47265625, "Shape__Length": 65.622970295268132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160748870559502, 40.005192508724001 ], [ -75.160983180354705, 40.005222714222498 ], [ -75.160992497892394, 40.005179561157 ], [ -75.1607584250347, 40.005149168200496 ], [ -75.160748870559502, 40.005192508724001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3346 N 22ND ST", "addr_range": "3346 N 22ND ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1665, "objectid": 7595, "Shape__Area": 263.984375, "Shape__Length": 96.790631726512785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165783131275504, 40.0061038054044 ], [ -75.165409327500001, 40.006057267846302 ], [ -75.165400744698303, 40.006099904348503 ], [ -75.165774048950794, 40.006146335177903 ], [ -75.165783131275504, 40.0061038054044 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1821 BRUNNER ST", "addr_range": "1821 BRUNNER ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 948, "objectid": 7596, "Shape__Area": 150.41796875, "Shape__Length": 62.66866427340733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1560691439187, 40.0184113209909 ], [ -75.156024030309695, 40.018432628161698 ], [ -75.156141761913503, 40.018581092052202 ], [ -75.156188694191698, 40.018561567581202 ], [ -75.1560691439187, 40.0184113209909 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1825 BRUNNER ST", "addr_range": "1825 BRUNNER ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1000, "objectid": 7597, "Shape__Area": 158.65234375, "Shape__Length": 64.162820013171071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156113471917493, 40.018390883557998 ], [ -75.156234486681498, 40.018542306571902 ], [ -75.156283329613203, 40.018521663811697 ], [ -75.156159361697604, 40.018369012730602 ], [ -75.156113471917493, 40.018390883557998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1957 BRUNNER ST", "addr_range": "1957 BRUNNER ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 570, "objectid": 7598, "Shape__Area": 90.5078125, "Shape__Length": 47.42703212185021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158434091287901, 40.017193107681301 ], [ -75.158520738752202, 40.017304677289097 ], [ -75.158557722819594, 40.017287635817098 ], [ -75.158471342185294, 40.017176780458897 ], [ -75.158470382549794, 40.017175549636697 ], [ -75.158442148038802, 40.017189694465799 ], [ -75.158434091287901, 40.017193107681301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1954 BONITZ ST", "addr_range": "1954 BONITZ ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 654, "objectid": 7599, "Shape__Area": 103.72265625, "Shape__Length": 48.134081603413478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158508522783606, 40.017376456749901 ], [ -75.1585933591345, 40.017485472484999 ], [ -75.158636789373304, 40.017465400383202 ], [ -75.158551630011203, 40.017356587328003 ], [ -75.158508522783606, 40.017376456749901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1912 W BRISTOL ST", "addr_range": "1912 W BRISTOL ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 671, "objectid": 7600, "Shape__Area": 106.4375, "Shape__Length": 49.753294965614444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157873559023102, 40.018027149271298 ], [ -75.157830450477903, 40.018046422850801 ], [ -75.157920495894402, 40.018161230378396 ], [ -75.157961817892797, 40.018141513681101 ], [ -75.157886006689594, 40.018043228689898 ], [ -75.157873559023102, 40.018027149271298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1866 BRUNNER ST", "addr_range": "1866 BRUNNER ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1132, "objectid": 7601, "Shape__Area": 179.64453125, "Shape__Length": 71.773025708363093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156864896188395, 40.017663940127697 ], [ -75.157004668971894, 40.0178402233146 ], [ -75.157049051464199, 40.017819415546597 ], [ -75.156955595271299, 40.0176973734917 ], [ -75.156912507795397, 40.017642592646801 ], [ -75.156864896188395, 40.017663940127697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1836 BRUNNER ST", "addr_range": "1836-1838 BRUNNER ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1134, "objectid": 7602, "Shape__Area": 179.8828125, "Shape__Length": 72.504031667899241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156175519158595, 40.017984048854601 ], [ -75.156314353661102, 40.018164004076503 ], [ -75.156360435277804, 40.018142105971101 ], [ -75.156220599675393, 40.017963629286797 ], [ -75.156175519158595, 40.017984048854601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1838 BRUNNER ST", "addr_range": "1836-1838 BRUNNER ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1174, "objectid": 7603, "Shape__Area": 186.26953125, "Shape__Length": 72.869631613921882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1562674549983, 40.0179411999788 ], [ -75.156220599675393, 40.017963629286797 ], [ -75.156360435277804, 40.018142105971101 ], [ -75.156407572181607, 40.018120007330701 ], [ -75.1562674549983, 40.0179411999788 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4515 N HICKS ST", "addr_range": "4515-4517 N HICKS ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 704, "objectid": 7604, "Shape__Area": 111.65625, "Shape__Length": 48.457299418781048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150444476354096, 40.022175252851703 ], [ -75.150604356372696, 40.022196378854801 ], [ -75.150613437349406, 40.022154189699499 ], [ -75.150453876317002, 40.022133458365801 ], [ -75.150444476354096, 40.022175252851703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4517 N HICKS ST", "addr_range": "4515-4517 N HICKS ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 679, "objectid": 7605, "Shape__Area": 107.71484375, "Shape__Length": 48.038786142109757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150435876695894, 40.022215826553897 ], [ -75.150595638824001, 40.022236820151598 ], [ -75.150604356372696, 40.022196378854801 ], [ -75.150444476354096, 40.022175252851703 ], [ -75.150435876695894, 40.022215826553897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2017 N 3RD ST", "addr_range": "2017 N 3RD ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1071, "objectid": 7606, "Shape__Area": 169.78125, "Shape__Length": 65.198416112615561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139321940017595, 39.981457522473796 ], [ -75.139553744421704, 39.981487346485402 ], [ -75.139562590602097, 39.981443137178204 ], [ -75.139352994149903, 39.981416091653401 ], [ -75.139331675180301, 39.981413591096597 ], [ -75.139321940017595, 39.981457522473796 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1901 N LEITHGOW ST", "addr_range": "1901 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 620, "objectid": 7607, "Shape__Area": 98.21875, "Shape__Length": 44.932587301326166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141410194587905, 39.979812700123603 ], [ -75.141419043690604, 39.979772341740301 ], [ -75.141272668818203, 39.979753515061802 ], [ -75.141263842896606, 39.979793877566699 ], [ -75.141410194587905, 39.979812700123603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2029 N LEITHGOW ST", "addr_range": "2029 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 682, "objectid": 7608, "Shape__Area": 108.140625, "Shape__Length": 43.724223062432721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140809348511198, 39.982038557106101 ], [ -75.140845237236604, 39.982043612349202 ], [ -75.140860334049606, 39.982045551283598 ], [ -75.140871870312395, 39.982046878565797 ], [ -75.140892302078996, 39.982049583015304 ], [ -75.140937591906194, 39.982055415998097 ], [ -75.140945017747001, 39.982024650909104 ], [ -75.140948480273394, 39.982004337682397 ], [ -75.140865003733893, 39.981993816209098 ], [ -75.140850795081704, 39.981991655092202 ], [ -75.140822372727101, 39.981988043645202 ], [ -75.140809348511198, 39.982038557106101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2054 N 5TH ST", "addr_range": "2043-2049, 2055 N REESE ST;2050-2054 N 5TH ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1253, "objectid": 7609, "Shape__Area": 198.5234375, "Shape__Length": 71.917019611027001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142380295116297, 39.982624571320898 ], [ -75.142514014194305, 39.9826418943194 ], [ -75.142556242720502, 39.982647364266001 ], [ -75.142598467777404, 39.982652833217102 ], [ -75.142627013677, 39.982656530817799 ], [ -75.142627954988498, 39.982648578158098 ], [ -75.142629396311904, 39.982645387947699 ], [ -75.142631442220505, 39.982632520980403 ], [ -75.142625041895101, 39.982632198970201 ], [ -75.142627984601106, 39.982618854112097 ], [ -75.142637731613604, 39.982618220485598 ], [ -75.142639457983407, 39.982609649540002 ], [ -75.142639674855403, 39.982608576844697 ], [ -75.142639775988599, 39.982608078174103 ], [ -75.142390961001993, 39.982575844910798 ], [ -75.142380295116297, 39.982624571320898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2043 N REESE ST", "addr_range": "2043-2049, 2055 N REESE ST;2050-2054 N 5TH ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 555, "objectid": 7610, "Shape__Area": 87.921875, "Shape__Length": 46.319104287881515 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142634020240095, 39.982358184986097 ], [ -75.142633136791204, 39.982358071208601 ], [ -75.142626026410198, 39.982390553696803 ], [ -75.142626907449795, 39.982390669221701 ], [ -75.142788778052704, 39.982411637296302 ], [ -75.142795888392698, 39.982379153897703 ], [ -75.142634020240095, 39.982358184986097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2045 N REESE ST", "addr_range": "2043-2049, 2055 N REESE ST;2050-2054 N 5TH ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 551, "objectid": 7611, "Shape__Area": 87.4453125, "Shape__Length": 46.12000976920082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142788778052704, 39.982411637296302 ], [ -75.142626907449795, 39.982390669221701 ], [ -75.142619797062395, 39.982423151709597 ], [ -75.142781667740493, 39.982444119794103 ], [ -75.142788778052704, 39.982411637296302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2049 N REESE ST", "addr_range": "2043-2049, 2055 N REESE ST;2050-2054 N 5TH ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 647, "objectid": 7612, "Shape__Area": 102.6484375, "Shape__Length": 45.327332883035794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142627703160301, 39.982467326437003 ], [ -75.142624722166204, 39.982482980645699 ], [ -75.142627351255697, 39.982483265631998 ], [ -75.142622027421893, 39.982511131326 ], [ -75.142763003731005, 39.982529393795602 ], [ -75.142772483470097, 39.982486081681799 ], [ -75.142627703160301, 39.982467326437003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2055 N REESE ST", "addr_range": "2043-2049, 2055 N REESE ST;2050-2054 N 5TH ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 546, "objectid": 7613, "Shape__Area": 86.6484375, "Shape__Length": 39.483215234795786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142742856048699, 39.982621431398996 ], [ -75.142639775988599, 39.982608078174103 ], [ -75.142639674855403, 39.982608576844697 ], [ -75.142639457983407, 39.982609649540002 ], [ -75.142637731613604, 39.982618220485598 ], [ -75.142627984601106, 39.982618854112097 ], [ -75.142625041895101, 39.982632198970201 ], [ -75.142631442220505, 39.982632520980403 ], [ -75.142629396311904, 39.982645387947699 ], [ -75.142627954988498, 39.982648578158098 ], [ -75.142627013677, 39.982656530817799 ], [ -75.1427321893417, 39.982670155114398 ], [ -75.142742856048699, 39.982621431398996 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "421 W BERKS ST", "addr_range": "421 W BERKS ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 764, "objectid": 7614, "Shape__Area": 121.09375, "Shape__Length": 52.63290854272924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141970127032707, 39.979979245348297 ], [ -75.142022511093003, 39.979985803194303 ], [ -75.142052735088001, 39.979847552395398 ], [ -75.141999749472902, 39.979840802487601 ], [ -75.141970127032707, 39.979979245348297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "428 DIAMOND ST", "addr_range": "428 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 931, "objectid": 7615, "Shape__Area": 147.49609375, "Shape__Length": 63.162169701948443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141595785926, 39.982509147520602 ], [ -75.141545191766795, 39.982502290520102 ], [ -75.141543992459404, 39.982510065214598 ], [ -75.141510483691107, 39.9826623305472 ], [ -75.141507196358305, 39.9826780858928 ], [ -75.141516085108407, 39.982679061902097 ], [ -75.141538287147597, 39.982682064160301 ], [ -75.141557824709395, 39.982684604899703 ], [ -75.141594693054103, 39.982514700010199 ], [ -75.141595785926, 39.982509147520602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1943 N LAWRENCE ST", "addr_range": "1943-1947 N LAWRENCE ST; 418 W NORRIS ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 703, "objectid": 7616, "Shape__Area": 111.47265625, "Shape__Length": 50.349478368304631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141421040872302, 39.980896516345403 ], [ -75.141593005879699, 39.9809201718314 ], [ -75.1416016713722, 39.980881149081704 ], [ -75.1414298025135, 39.980857737266 ], [ -75.141421040872302, 39.980896516345403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1947 N LAWRENCE ST", "addr_range": "1943-1947 N LAWRENCE ST; 418 W NORRIS ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 682, "objectid": 7617, "Shape__Area": 108.1484375, "Shape__Length": 49.958617700642449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141404090053101, 39.980973409946202 ], [ -75.141575597217795, 39.980996427034199 ], [ -75.141583971588503, 39.980958977161002 ], [ -75.141412222691898, 39.980935181511398 ], [ -75.141404090053101, 39.980973409946202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4215 WALLACE ST", "addr_range": "4211-4215 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 651, "objectid": 7618, "Shape__Area": 103.58984375, "Shape__Length": 48.8522137627074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207562505989799, 39.963711509952297 ], [ -75.207581510618098, 39.963841243064401 ], [ -75.207629882379607, 39.963837301741897 ], [ -75.207611718955206, 39.9637074593374 ], [ -75.207562505989799, 39.963711509952297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "622 W LURAY ST", "addr_range": "622-624 W LURAY ST", "zipcode": 19140, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1063, "objectid": 7619, "Shape__Area": 168.73046875, "Shape__Length": 63.525662688696258 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137098155204001, 40.021711919873397 ], [ -75.137155480431502, 40.021719510683504 ], [ -75.137192914313601, 40.021550457542098 ], [ -75.137131045583502, 40.021541071244599 ], [ -75.137098155204001, 40.021711919873397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2519 N 9TH ST", "addr_range": "2519-2521 N 9TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 962, "objectid": 7620, "Shape__Area": 150.28125, "Shape__Length": 62.53233743348364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146317137078299, 39.990311658252303 ], [ -75.146541265943398, 39.990341372565098 ], [ -75.146549812478, 39.990301009678198 ], [ -75.146325428452002, 39.990271385099099 ], [ -75.146317137078299, 39.990311658252303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2430 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 754, "objectid": 7621, "Shape__Area": 119.640625, "Shape__Length": 53.395211584545578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178592342217996, 39.993013040565003 ], [ -75.178582995975802, 39.993011879721003 ], [ -75.1784061787437, 39.9929896721071 ], [ -75.178397587862804, 39.993028327631997 ], [ -75.178574469498898, 39.993050538501699 ], [ -75.178583751405995, 39.993051697004098 ], [ -75.178592342217996, 39.993013040565003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1869 JUDSON ST", "addr_range": "1867-1869 JUDSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 847, "objectid": 7622, "Shape__Area": 134.30078125, "Shape__Length": 53.55250693607308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172204177813398, 39.983588785022697 ], [ -75.172202617144507, 39.983595680562097 ], [ -75.172381120259601, 39.983619194910297 ], [ -75.172389989678393, 39.983574339850598 ], [ -75.172213057896002, 39.983549700302099 ], [ -75.172204177813398, 39.983588785022697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5612 APPLETREE ST", "addr_range": "5610-5612 APPLETREE ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 686, "objectid": 7623, "Shape__Area": 100.453125, "Shape__Length": 48.040510740068484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232877745655003, 39.9629679507239 ], [ -75.232925246269502, 39.962973328407102 ], [ -75.232950737952905, 39.9628467535289 ], [ -75.232902458009406, 39.962840922675099 ], [ -75.232877745655003, 39.9629679507239 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5129 HARLAN ST", "addr_range": "5127-5129 HARLAN ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1132, "objectid": 7624, "Shape__Area": 179.375, "Shape__Length": 76.046463293004138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225408369198306, 39.975004702998397 ], [ -75.225444227971906, 39.975226539063698 ], [ -75.225493302495195, 39.975221863997199 ], [ -75.225457607800095, 39.9749995477246 ], [ -75.225408369198306, 39.975004702998397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1443 N PERTH ST", "addr_range": "1436-1438 N FRANKLIN ST; 1435-1449 N PERTH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 424, "objectid": 7625, "Shape__Area": 67.16015625, "Shape__Length": 37.495127646025352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148467271017296, 39.974266976596397 ], [ -75.14859023647, 39.974282384878201 ], [ -75.148598415589504, 39.974249879471699 ], [ -75.148474562761905, 39.9742341276133 ], [ -75.148467271017296, 39.974266976596397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1936 N 24TH ST", "addr_range": "1924-1938 N 24TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 989, "objectid": 7626, "Shape__Area": 156.765625, "Shape__Length": 63.590678715109547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173322679910598, 39.984704727827499 ], [ -75.173550197199305, 39.984735481984799 ], [ -75.173559386584699, 39.984694340799798 ], [ -75.173478401641205, 39.984683060321203 ], [ -75.173462247872195, 39.984680264040598 ], [ -75.173411297391993, 39.984674380882097 ], [ -75.173331894823605, 39.9846634421678 ], [ -75.173322679910598, 39.984704727827499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3626 N CAMAC ST", "addr_range": "3626-3632 N CAMAC ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 876, "objectid": 7627, "Shape__Area": 138.8203125, "Shape__Length": 60.659516111305038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148714841842207, 40.007937660332502 ], [ -75.148706651040499, 40.007975228364202 ], [ -75.148926070918904, 40.008002508937302 ], [ -75.148933907408903, 40.007963757035 ], [ -75.148714841842207, 40.007937660332502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3933 RENO ST", "addr_range": "3933 RENO ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 835, "objectid": 7628, "Shape__Area": 132.06640625, "Shape__Length": 57.963385765071635 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201518695369899, 39.968200200864104 ], [ -75.201551901275806, 39.9683587989431 ], [ -75.201601453348701, 39.968354176305802 ], [ -75.201570279667195, 39.968195591844101 ], [ -75.201518695369899, 39.968200200864104 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6068 W GIRARD AVE", "addr_range": "6068 W GIRARD AVE", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1918, "objectid": 7629, "Shape__Area": 303.76953125, "Shape__Length": 94.238425217320639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240747107462894, 39.969518383081997 ], [ -75.240773729591098, 39.969794172788902 ], [ -75.240842485785294, 39.969790292867401 ], [ -75.240818016554499, 39.969526494730303 ], [ -75.240747107462894, 39.969518383081997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 N OPAL ST", "addr_range": "2433-2437 N OPAL ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 675, "objectid": 7630, "Shape__Area": 111.19140625, "Shape__Length": 50.919073209043482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164163334397898, 39.991197258728199 ], [ -75.164156578958298, 39.991196365002097 ], [ -75.164150447769302, 39.991195566430598 ], [ -75.164147336482898, 39.9912101486496 ], [ -75.164142349329097, 39.991233232936402 ], [ -75.164148394983997, 39.991234062918899 ], [ -75.164155151014995, 39.991234971975899 ], [ -75.1643179405865, 39.991257145235103 ], [ -75.164326339166195, 39.991218792599497 ], [ -75.164163334397898, 39.991197258728199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3313 N 20TH ST", "addr_range": "3313-3317 N 20TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1517, "objectid": 7631, "Shape__Area": 239.6328125, "Shape__Length": 88.407399176936309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161570360000894, 40.004732805764903 ], [ -75.161905980126605, 40.004776110262398 ], [ -75.161915031157307, 40.004733323247301 ], [ -75.161579676446095, 40.0046896697555 ], [ -75.161570360000894, 40.004732805764903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1033 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 585, "objectid": 7632, "Shape__Area": 95.25, "Shape__Length": 46.512195433404706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147683873710093, 39.997504926579701 ], [ -75.147705940753994, 39.997508312806801 ], [ -75.147730752098099, 39.997511163865703 ], [ -75.147736299792498, 39.997482354270502 ], [ -75.147743361367702, 39.997450113670901 ], [ -75.147744908472305, 39.997445877006903 ], [ -75.147745071420502, 39.997441625182901 ], [ -75.147746583511406, 39.997438240991102 ], [ -75.147751343128505, 39.997415749503404 ], [ -75.147751506076204, 39.997411497679401 ], [ -75.1477533241152, 39.997407283375601 ], [ -75.147754818847901, 39.997397290708797 ], [ -75.147756569752701, 39.997394766998703 ], [ -75.147757485824798, 39.997389999744797 ], [ -75.147709774194098, 39.997383680506999 ], [ -75.147707591871395, 39.997393028673699 ], [ -75.147705515082095, 39.997396382943897 ], [ -75.147705887790096, 39.997400872166203 ], [ -75.147704701100096, 39.997403407765198 ], [ -75.147701966444998, 39.997416774574397 ], [ -75.147700061899499, 39.997430368337902 ], [ -75.147690824185901, 39.997468524355298 ], [ -75.147691018654498, 39.997471092166101 ], [ -75.147688134711302, 39.997481262375501 ], [ -75.147683873710093, 39.997504926579701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1519 W CUMBERLAND ST", "addr_range": "1519-1521 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 991, "objectid": 7633, "Shape__Area": 162.33984375, "Shape__Length": 66.798576373622183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157454359970501, 39.991416338032899 ], [ -75.157506776304501, 39.9914239705273 ], [ -75.157513134483906, 39.991389181693201 ], [ -75.157527444041307, 39.9913245415432 ], [ -75.157548058504005, 39.991237460696901 ], [ -75.157495499890302, 39.991230244878601 ], [ -75.157481298108394, 39.991291018490799 ], [ -75.157463576963195, 39.9913698140493 ], [ -75.157454359970501, 39.991416338032899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2524 N BOUVIER ST", "addr_range": "2524-2528 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 696, "objectid": 7634, "Shape__Area": 113.421875, "Shape__Length": 50.035104591546755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161021739498693, 39.992232504307303 ], [ -75.161189611876395, 39.992254441615501 ], [ -75.1611991760563, 39.992214663018402 ], [ -75.161029569010196, 39.992191493650097 ], [ -75.161021739498693, 39.992232504307303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2147 BELLMORE ST", "addr_range": "2141-2153 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 599, "objectid": 7635, "Shape__Area": 94.9453125, "Shape__Length": 46.665144950199661 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114151581618202, 39.988566289386597 ], [ -75.114173805877599, 39.988597896139403 ], [ -75.114315855932603, 39.988537258077898 ], [ -75.114292995052594, 39.988505362820803 ], [ -75.114151581618202, 39.988566289386597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2513 N WARNOCK ST", "addr_range": "2501-2517 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 672, "objectid": 7636, "Shape__Area": 104.13671875, "Shape__Length": 49.257990062378653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149021580124696, 39.990596057657299 ], [ -75.149191933815402, 39.990618165325401 ], [ -75.149199500072498, 39.990580907504103 ], [ -75.149029452097594, 39.9905596285031 ], [ -75.149021580124696, 39.990596057657299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3901 WALLACE ST", "addr_range": "3901 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1555, "objectid": 7637, "Shape__Area": 246.26953125, "Shape__Length": 91.438680247296887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200351123338706, 39.964357934773901 ], [ -75.200398299541504, 39.964622523567499 ], [ -75.200454086670305, 39.964617492224001 ], [ -75.200405758002802, 39.964347881773897 ], [ -75.200350325483598, 39.964353516533798 ], [ -75.200351123338706, 39.964357934773901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1219 N 51ST ST", "addr_range": "1219 N 51ST ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1088, "objectid": 7638, "Shape__Area": 175.25390625, "Shape__Length": 70.722117413254068 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223675701346394, 39.972426521121498 ], [ -75.223413721257202, 39.972453185443598 ], [ -75.223420720189907, 39.972493687156003 ], [ -75.223682414035693, 39.972467418358001 ], [ -75.223675701346394, 39.972426521121498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2552 GERMANTOWN AVE", "addr_range": "2552 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1901, "objectid": 7639, "Shape__Area": 301.2890625, "Shape__Length": 96.594991305014801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148505123627004, 39.991205115495497 ], [ -75.148868389696005, 39.991254615072002 ], [ -75.148878928256295, 39.991203254284102 ], [ -75.148517498942496, 39.991156697649402 ], [ -75.148506381640004, 39.9912001947052 ], [ -75.148505123627004, 39.991205115495497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1441 N PERTH ST", "addr_range": "1436-1438 N FRANKLIN ST; 1435-1449 N PERTH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 422, "objectid": 7640, "Shape__Area": 66.859375, "Shape__Length": 37.429448625996159 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148474562761905, 39.9742341276133 ], [ -75.148598415589504, 39.974249879471699 ], [ -75.148604570085297, 39.974217214638202 ], [ -75.148481868697701, 39.9742014888893 ], [ -75.148478781110299, 39.974214283662299 ], [ -75.148474562761905, 39.9742341276133 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3114 W DAKOTA ST", "addr_range": "3110-3114 W DAKOTA ST; 3109 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 734, "objectid": 7641, "Shape__Area": 116.25390625, "Shape__Length": 43.453664601280828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1835843632321, 39.991750203554197 ], [ -75.183668910147205, 39.9917606048488 ], [ -75.183685373427707, 39.991677680913497 ], [ -75.183667018149507, 39.991675369390798 ], [ -75.183600873001396, 39.9916671680419 ], [ -75.1835843632321, 39.991750203554197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4817 GREENE ST", "addr_range": "4815-4819 GREENE ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1589, "objectid": 7642, "Shape__Area": 251.90625, "Shape__Length": 83.367206038056537 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162963607044105, 40.026437490225803 ], [ -75.162974778149206, 40.026445898763903 ], [ -75.163009715646794, 40.0264743793823 ], [ -75.163226585642207, 40.0263099756842 ], [ -75.163185817501599, 40.026270513778698 ], [ -75.162963607044105, 40.026437490225803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "54 W ROCKLAND ST", "addr_range": "54-56 W ROCKLAND ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1304, "objectid": 7643, "Shape__Area": 206.79296875, "Shape__Length": 80.300383905489156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162377223576598, 40.026667028670701 ], [ -75.162590885635296, 40.026835458007803 ], [ -75.162629507524599, 40.026807474077103 ], [ -75.162549628303296, 40.026742823191803 ], [ -75.1624167804558, 40.026638129724702 ], [ -75.162377223576598, 40.026667028670701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5242 JEFFERSON ST", "addr_range": "5240-5242 JEFFERSON ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1182, "objectid": 7644, "Shape__Area": 187.09765625, "Shape__Length": 76.134654046075184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226650413200403, 39.979822497760601 ], [ -75.226697739335094, 39.979839593205199 ], [ -75.226748368494, 39.979759898644097 ], [ -75.226763940028803, 39.979736142937703 ], [ -75.2268241877062, 39.979639525560302 ], [ -75.226777157373803, 39.979622888068597 ], [ -75.226688400904493, 39.979763255414298 ], [ -75.226666297235298, 39.979798748937498 ], [ -75.226650413200403, 39.979822497760601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5501 LINMORE AVE", "addr_range": "5501 LINMORE AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 727, "objectid": 7645, "Shape__Area": 114.4765625, "Shape__Length": 50.866183863602288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218934688343097, 39.934070427232399 ], [ -75.218979824020494, 39.934108950022903 ], [ -75.218996554735298, 39.934122972116398 ], [ -75.219031450879996, 39.934152467934801 ], [ -75.219053724502601, 39.934170642519597 ], [ -75.2190911398108, 39.934143741730203 ], [ -75.219033779118604, 39.934094472361402 ], [ -75.218972852471197, 39.934043124042702 ], [ -75.218934688343097, 39.934070427232399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2434 N BOUVIER ST", "addr_range": "2430-2434 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 673, "objectid": 7646, "Shape__Area": 110.4609375, "Shape__Length": 50.263440378960773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161430359114902, 39.990933706936701 ], [ -75.16143533831, 39.990933964293198 ], [ -75.161439027009706, 39.990916879519602 ], [ -75.161443679077706, 39.990895449246601 ], [ -75.161438910556697, 39.990895196641603 ], [ -75.161271585524503, 39.990872723248799 ], [ -75.161263032103093, 39.990911283044802 ], [ -75.161430359114902, 39.990933706936701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3107 PAGE ST", "addr_range": "3107 PAGE ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1023, "objectid": 7647, "Shape__Area": 161.98046875, "Shape__Length": 65.879643695513323 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184513778836404, 39.987509327993301 ], [ -75.184566028682795, 39.987516394797197 ], [ -75.184572873118498, 39.987474991427199 ], [ -75.184601132406698, 39.987332705860297 ], [ -75.184547262054494, 39.987325843416997 ], [ -75.184526315456395, 39.987432653000603 ], [ -75.184513778836404, 39.987509327993301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3317 N 20TH ST", "addr_range": "3313-3317 N 20TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1517, "objectid": 7648, "Shape__Area": 242.09375, "Shape__Length": 88.511107940304129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161561149898404, 40.0047753648183 ], [ -75.1615525723914, 40.004818356205398 ], [ -75.161887339554497, 40.004862624524499 ], [ -75.161896913602902, 40.004818719427703 ], [ -75.161561149898404, 40.0047753648183 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2435 N OPAL ST", "addr_range": "2433-2437 N OPAL ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 711, "objectid": 7649, "Shape__Area": 112.76953125, "Shape__Length": 51.045542956203775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164155151014995, 39.991234971975899 ], [ -75.164148394983997, 39.991234062918899 ], [ -75.164142349329097, 39.991233232936402 ], [ -75.164138428179896, 39.991251425298998 ], [ -75.164134052214095, 39.991271717593001 ], [ -75.164140034670496, 39.991272546151997 ], [ -75.164146767816106, 39.991273471813201 ], [ -75.164309343597097, 39.991295816864998 ], [ -75.1643179405865, 39.991257145235103 ], [ -75.164155151014995, 39.991234971975899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2015 GERMANTOWN AVE", "addr_range": "2001-2017 GERMANTOWN AVE; 2002-2004, 2012, 2016-2018 N RANDOLPH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1135, "objectid": 7650, "Shape__Area": 179.91015625, "Shape__Length": 67.995934679371899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143776167345706, 39.981889576020102 ], [ -75.143573206057695, 39.981899265030698 ], [ -75.143537741221905, 39.981894606808801 ], [ -75.143528003769603, 39.981938667275898 ], [ -75.143569143875396, 39.981944502280903 ], [ -75.143780929388498, 39.981934755974699 ], [ -75.143776167345706, 39.981889576020102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2735-37 FRANKFORD AVE", "addr_range": "2735-37 FRANKFORD AVE", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 3004, "objectid": 7651, "Shape__Area": 475.46484375, "Shape__Length": 104.97380183359292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.120990263040198, 39.987709299395704 ], [ -75.121104714220493, 39.9878395435369 ], [ -75.121247306544703, 39.987936385835098 ], [ -75.121319080588194, 39.987873631407403 ], [ -75.121213592106002, 39.987798191491898 ], [ -75.121195948919606, 39.987785696488899 ], [ -75.121175282803094, 39.987771134664399 ], [ -75.121154248547896, 39.987756369781899 ], [ -75.121046465894395, 39.987680683435798 ], [ -75.120990263040198, 39.987709299395704 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2500 S DEWEY ST", "addr_range": "2500 S DEWEY ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1207, "objectid": 7652, "Shape__Area": 190.96484375, "Shape__Length": 68.770820084847088 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225467612667899, 39.925427259917697 ], [ -75.225462129995705, 39.925431168480102 ], [ -75.225286601639198, 39.925556163938303 ], [ -75.225329385346299, 39.925591440258899 ], [ -75.225503963474594, 39.925466602213397 ], [ -75.2255090174081, 39.925462988747803 ], [ -75.225467612667899, 39.925427259917697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2013 GERMANTOWN AVE", "addr_range": "2001-2017 GERMANTOWN AVE; 2002-2004, 2012, 2016-2018 N RANDOLPH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1801, "objectid": 7653, "Shape__Area": 285.33984375, "Shape__Length": 102.10982973821031 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143371690706701, 39.981872925827297 ], [ -75.143537741221905, 39.981894606808801 ], [ -75.143573206057695, 39.981899265030698 ], [ -75.143776167345706, 39.981889576020102 ], [ -75.143772307865603, 39.981845415795 ], [ -75.143572557579702, 39.981855001121197 ], [ -75.143381234303405, 39.981829554755102 ], [ -75.143371690706701, 39.981872925827297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2346 N 18TH ST", "addr_range": "2346-2350 N 18TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1054, "objectid": 7654, "Shape__Area": 165.65234375, "Shape__Length": 67.708476400161345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162120830590496, 39.989797191660401 ], [ -75.162368144968497, 39.9898317991791 ], [ -75.162376282288093, 39.989791473855703 ], [ -75.1621301599845, 39.989756941883499 ], [ -75.162120830590496, 39.989797191660401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1032 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 620, "objectid": 7655, "Shape__Area": 96.30078125, "Shape__Length": 46.770577309429271 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147724456198006, 39.997302477333101 ], [ -75.147772316429197, 39.997308769300098 ], [ -75.147798612120994, 39.997186467165101 ], [ -75.147752106961306, 39.997179820289404 ], [ -75.147724456198006, 39.997302477333101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2128 S DAGGETT ST", "addr_range": "2128 S DAGGETT ST; 2129 GOULD ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 688, "objectid": 7656, "Shape__Area": 108.91015625, "Shape__Length": 50.070534681316786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.235595898632297, 39.9257092720906 ], [ -75.235468844815202, 39.925800656387302 ], [ -75.2355029080435, 39.9258289512697 ], [ -75.235630661250994, 39.925737357021497 ], [ -75.235595898632297, 39.9257092720906 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3857 RENO ST", "addr_range": "3857 RENO ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 993, "objectid": 7657, "Shape__Area": 157.08203125, "Shape__Length": 67.325010994997228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199937362684594, 39.968353860923301 ], [ -75.199941646014295, 39.968377666974398 ], [ -75.199967956894199, 39.968523852374801 ], [ -75.200017470448003, 39.968518078976302 ], [ -75.199983323949994, 39.968326577281601 ], [ -75.199934211700906, 39.968331739689297 ], [ -75.199937362684594, 39.968353860923301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3254 N 17TH ST", "addr_range": "3254-3256 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1584, "objectid": 7658, "Shape__Area": 251.09765625, "Shape__Length": 91.451173207147747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157501232785094, 40.003622097718697 ], [ -75.157849674223897, 40.003667405812401 ], [ -75.157859197456503, 40.003624098122899 ], [ -75.157510753857906, 40.003578790905401 ], [ -75.157501232785094, 40.003622097718697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1463 N 28TH ST", "addr_range": "1451, 1455, 1461-1463 N 28TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1172, "objectid": 7659, "Shape__Area": 185.55859375, "Shape__Length": 69.840042486164648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180579255536401, 39.978595187420702 ], [ -75.1805700678525, 39.978639761951101 ], [ -75.180820865437695, 39.978673377662801 ], [ -75.180830689738301, 39.978629121909798 ], [ -75.180579255536401, 39.978595187420702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5111 MASTER ST", "addr_range": "5105-5111 MASTER ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 540, "objectid": 7660, "Shape__Area": 210.21875, "Shape__Length": 81.901360154118422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2246270736388, 39.974520012875999 ], [ -75.224672938447796, 39.974757771139302 ], [ -75.2247028138529, 39.9747544461747 ], [ -75.224723144703702, 39.974752572605901 ], [ -75.2246840387199, 39.9745138846095 ], [ -75.2246270736388, 39.974520012875999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2011 GERMANTOWN AVE", "addr_range": "2001-2017 GERMANTOWN AVE; 2002-2004, 2012, 2016-2018 N RANDOLPH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1744, "objectid": 7661, "Shape__Area": 276.42578125, "Shape__Length": 99.068461007687944 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143381234303405, 39.981829554755102 ], [ -75.143572557579702, 39.981855001121197 ], [ -75.143772307865603, 39.981845415795 ], [ -75.143767899806306, 39.981801389077198 ], [ -75.1435766687718, 39.9818106840263 ], [ -75.143390614937204, 39.981786034916503 ], [ -75.143381234303405, 39.981829554755102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2618 N JESSUP ST", "addr_range": "2618 N JESSUP ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 896, "objectid": 7662, "Shape__Area": 144.7734375, "Shape__Length": 57.687447460969238 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150161810912707, 39.992208428225403 ], [ -75.150152361289997, 39.992252174030902 ], [ -75.150205012284999, 39.992259152928398 ], [ -75.150209562196594, 39.9922601912414 ], [ -75.150350378832499, 39.992278790763201 ], [ -75.150360060765607, 39.992234970915902 ], [ -75.150161810912707, 39.992208428225403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5111 RENO ST", "addr_range": "5107-5111 RENO ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 630, "objectid": 7663, "Shape__Area": 101.296875, "Shape__Length": 47.692729590041438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222814513819998, 39.9664902701941 ], [ -75.222837904043899, 39.966607669228502 ], [ -75.222839350804307, 39.966614955033997 ], [ -75.222888607462593, 39.966609220244202 ], [ -75.222887439023197, 39.966603423613101 ], [ -75.222863514019707, 39.966484627977202 ], [ -75.222814513819998, 39.9664902701941 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2346 N 31ST ST", "addr_range": "2342-2352 N 31ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 784, "objectid": 7664, "Shape__Area": 124.12109375, "Shape__Length": 56.169955316776722 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182942656285306, 39.992643699505798 ], [ -75.182934785517503, 39.9926811316273 ], [ -75.183072388274994, 39.992699038668597 ], [ -75.183135060620103, 39.992707097766797 ], [ -75.183142606667005, 39.9926699169621 ], [ -75.182942656285306, 39.992643699505798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "636 W ROOSEVELT BLVD", "addr_range": "636 W ROOSEVELT BLVD", "zipcode": 19140, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1670, "objectid": 7665, "Shape__Area": 264.953125, "Shape__Length": 73.304260799432868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137063224746797, 40.022006571212799 ], [ -75.137162057272704, 40.022126012428103 ], [ -75.137202035278094, 40.022171912812702 ], [ -75.137233033864604, 40.022155886138897 ], [ -75.137261162729104, 40.022032466180001 ], [ -75.137063224746797, 40.022006571212799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5276 JEFFERSON ST", "addr_range": "5276 JEFFERSON ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1320, "objectid": 7666, "Shape__Area": 209.24609375, "Shape__Length": 77.72719142631432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227787922279902, 39.980239109722199 ], [ -75.227839570156505, 39.980258363847902 ], [ -75.227965387854894, 39.980057136878997 ], [ -75.227912639672397, 39.980037617159098 ], [ -75.227787922279902, 39.980239109722199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5240 JEFFERSON ST", "addr_range": "5240-5242 JEFFERSON ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1173, "objectid": 7667, "Shape__Area": 185.921875, "Shape__Length": 75.994053300962747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226604024409497, 39.979805486876998 ], [ -75.226650413200403, 39.979822497760601 ], [ -75.226666297235298, 39.979798748937498 ], [ -75.226688400904493, 39.979763255414298 ], [ -75.226777157373803, 39.979622888068597 ], [ -75.226730715026804, 39.979605650806903 ], [ -75.226604024409497, 39.979805486876998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2049 N LAWRENCE ST", "addr_range": "2049 N LAWRENCE ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 810, "objectid": 7668, "Shape__Area": 128.45703125, "Shape__Length": 52.935105928264456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141095589001907, 39.982403491257799 ], [ -75.141272300797596, 39.982426917162101 ], [ -75.141282043402299, 39.9823822442739 ], [ -75.141258046077994, 39.982379603911902 ], [ -75.141176375593503, 39.982368429943101 ], [ -75.141108884899694, 39.982359561408799 ], [ -75.141105588843104, 39.982375541802199 ], [ -75.141102313222504, 39.9823909901557 ], [ -75.141098740892403, 39.982391263950397 ], [ -75.141095589001907, 39.982403491257799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "418 W NORRIS ST", "addr_range": "1943-1947 N LAWRENCE ST; 418 W NORRIS ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 868, "objectid": 7669, "Shape__Area": 137.5625, "Shape__Length": 57.810378509360575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141484305923996, 39.981152842805201 ], [ -75.141538230956101, 39.981160226074898 ], [ -75.1415736047324, 39.981005215371397 ], [ -75.141521387255196, 39.9809975636785 ], [ -75.141484305923996, 39.981152842805201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1243 W WESTMORELAND ST", "addr_range": "1243 W WESTMORELAND ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1454, "objectid": 7670, "Shape__Area": 230.5859375, "Shape__Length": 86.716253696382338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150100429459698, 40.0031999257507 ], [ -75.150154684786202, 40.002947378806702 ], [ -75.150097914591598, 40.002939903131399 ], [ -75.150047418362703, 40.003192277496296 ], [ -75.150100429459698, 40.0031999257507 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1144 RISING SUN AVE", "addr_range": "1144-1156 RISING SUN AVE", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 3108, "objectid": 7671, "Shape__Area": 492.8359375, "Shape__Length": 127.63208508778294 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147679468088796, 40.004287458410097 ], [ -75.1478152409356, 40.004509396432297 ], [ -75.147879261718899, 40.004481396813901 ], [ -75.147779613439099, 40.004317244692203 ], [ -75.147783888415802, 40.004315633259203 ], [ -75.147793778051394, 40.004311908256497 ], [ -75.147724456176306, 40.004174704602796 ], [ -75.147601987343293, 40.004159176340103 ], [ -75.147676849219806, 40.004283063338299 ], [ -75.147679468088796, 40.004287458410097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1146 RISING SUN AVE", "addr_range": "1144-1156 RISING SUN AVE", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1400, "objectid": 7672, "Shape__Area": 222.0, "Shape__Length": 67.676057417517995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147783888415802, 40.004315633259203 ], [ -75.147779613439099, 40.004317244692203 ], [ -75.147879261718899, 40.004481396813901 ], [ -75.1479561786918, 40.004447772461702 ], [ -75.147857039489296, 40.004311359032002 ], [ -75.147842417187107, 40.004308400223699 ], [ -75.147832178203103, 40.004310296351001 ], [ -75.147795156088904, 40.004314776803803 ], [ -75.147783888415802, 40.004315633259203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1148 RISING SUN AVE", "addr_range": "1144-1156 RISING SUN AVE", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1888, "objectid": 7673, "Shape__Area": 299.3046875, "Shape__Length": 95.991198954844364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147857039489296, 40.004311359032002 ], [ -75.1479561786918, 40.004447772461702 ], [ -75.148014826586106, 40.004422117082598 ], [ -75.147915029894193, 40.004284850854297 ], [ -75.147871001277096, 40.004193741908303 ], [ -75.147792288144601, 40.0041834151831 ], [ -75.147857039489296, 40.004311359032002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1150 RISING SUN AVE", "addr_range": "1144-1156 RISING SUN AVE", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1413, "objectid": 7674, "Shape__Area": 224.02734375, "Shape__Length": 82.295835607068625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148062068536305, 40.004401475031898 ], [ -75.147930126239004, 40.004201031466202 ], [ -75.147871001277096, 40.004193741908303 ], [ -75.147915029894193, 40.004284850854297 ], [ -75.148014826586106, 40.004422117082598 ], [ -75.148062068536305, 40.004401475031898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1115 RISING SUN AVE", "addr_range": "1115 RISING SUN AVE", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1607, "objectid": 7675, "Shape__Area": 254.8984375, "Shape__Length": 102.64543189411728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147353215361406, 40.005279610802397 ], [ -75.147370902924195, 40.005281896718301 ], [ -75.147375538116094, 40.0052615071993 ], [ -75.147400028276607, 40.005265261013797 ], [ -75.147204384854803, 40.0049953139441 ], [ -75.147158517082005, 40.005015117328 ], [ -75.147330756666705, 40.005250310461498 ], [ -75.147353215361406, 40.005279610802397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1101 W TIOGA ST", "addr_range": "1101 W TIOGA ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1238, "objectid": 7676, "Shape__Area": 196.30859375, "Shape__Length": 74.6382827675193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146606673087504, 40.0057947859504 ], [ -75.146661777509706, 40.005802031812699 ], [ -75.146690837760204, 40.005673924195797 ], [ -75.146709501627399, 40.005591685126099 ], [ -75.146652268928904, 40.005584793777302 ], [ -75.146607005741004, 40.005793230223901 ], [ -75.146606673087504, 40.0057947859504 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1002 W ONTARIO ST", "addr_range": "1002 W ONTARIO ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1749, "objectid": 7677, "Shape__Area": 277.31640625, "Shape__Length": 82.074640386177009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145701920268195, 40.003768850801499 ], [ -75.145776805573604, 40.003778366823703 ], [ -75.145823727891994, 40.003557863087103 ], [ -75.145747762820903, 40.003547516182302 ], [ -75.145739226039197, 40.003588637919499 ], [ -75.145731621018996, 40.003625169370402 ], [ -75.145723688154504, 40.0036625808889 ], [ -75.145712458883096, 40.0037176019569 ], [ -75.145701920268195, 40.003768850801499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1213 W TIOGA ST", "addr_range": "1213 W TIOGA ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1075, "objectid": 7678, "Shape__Area": 170.48828125, "Shape__Length": 70.461520622080329 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148625666391197, 40.006025640614901 ], [ -75.148677134465501, 40.006032546314302 ], [ -75.148720232872193, 40.005832345018497 ], [ -75.148669070194401, 40.005826157159397 ], [ -75.148625666391197, 40.006025640614901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1201 W ALLEGHENY AVE", "addr_range": "1201-1205 W ALLEGHENY AVE", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 2476, "objectid": 7679, "Shape__Area": 392.4921875, "Shape__Length": 99.962663982924511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148858193218302, 40.001250405790003 ], [ -75.1487058491943, 40.001231333709498 ], [ -75.148699263754906, 40.001263166177502 ], [ -75.148794651844497, 40.001508366868798 ], [ -75.148818466447494, 40.0015110355925 ], [ -75.1488182351614, 40.001438264906497 ], [ -75.148858193218302, 40.001250405790003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1203 W ALLEGHENY AVE", "addr_range": "1201-1205 W ALLEGHENY AVE", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1782, "objectid": 7680, "Shape__Area": 282.48828125, "Shape__Length": 89.899433484152524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148818466447494, 40.0015110355925 ], [ -75.1488715497931, 40.001517831016898 ], [ -75.148925439575095, 40.001259038523202 ], [ -75.148858193218302, 40.001250405790003 ], [ -75.1488182351614, 40.001438264906497 ], [ -75.148818466447494, 40.0015110355925 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1205 W ALLEGHENY AVE", "addr_range": "1201-1205 W ALLEGHENY AVE", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1839, "objectid": 7681, "Shape__Area": 291.53125, "Shape__Length": 91.487932045566822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1488715497931, 40.001517831016898 ], [ -75.148939798215196, 40.001526583750803 ], [ -75.148992835374003, 40.001267593510804 ], [ -75.148925439575095, 40.001259038523202 ], [ -75.1488715497931, 40.001517831016898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3347 GOODMAN ST", "addr_range": "3347 GOODMAN ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 904, "objectid": 7682, "Shape__Area": 143.40625, "Shape__Length": 60.398923142504806 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146683458393696, 40.003381730913802 ], [ -75.146686587320303, 40.003382140651503 ], [ -75.146640566838101, 40.0032976923044 ], [ -75.146460522778796, 40.003352559413898 ], [ -75.146683458393696, 40.003381730913802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3349 GOODMAN ST", "addr_range": "3349 GOODMAN ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 991, "objectid": 7683, "Shape__Area": 157.16015625, "Shape__Length": 52.305777839829759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146666595157896, 40.003470589154702 ], [ -75.146644079426807, 40.003576694485602 ], [ -75.146785134008795, 40.003535531381402 ], [ -75.146746455104704, 40.003473898503998 ], [ -75.146668156997407, 40.003463192957597 ], [ -75.146666595157896, 40.003470589154702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1005 W SEDGLEY AVE", "addr_range": "1005 W SEDGLEY AVE", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1169, "objectid": 7684, "Shape__Area": 185.37109375, "Shape__Length": 74.586576811574616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146152653434996, 40.001743821203299 ], [ -75.1460291155216, 40.001549110696999 ], [ -75.1459823487059, 40.001567265932501 ], [ -75.146104164371707, 40.001761485114301 ], [ -75.146152653434996, 40.001743821203299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1040 ROY ST", "addr_range": "1040 ROY ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1803, "objectid": 7685, "Shape__Area": 285.953125, "Shape__Length": 74.867974568710721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146335277775407, 40.002566049292199 ], [ -75.146449555364299, 40.002727341379902 ], [ -75.146479726936903, 40.002714533761903 ], [ -75.146524538810397, 40.002695496926798 ], [ -75.146534298041203, 40.002691349203303 ], [ -75.146422391880606, 40.002535978429798 ], [ -75.146417932341606, 40.002529817027401 ], [ -75.146335277775407, 40.002566049292199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1048 ROY ST", "addr_range": "1048 ROY ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 641, "objectid": 7686, "Shape__Area": 101.703125, "Shape__Length": 61.469663554938755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146541535825705, 40.002475248652303 ], [ -75.146563636454005, 40.002510585102897 ], [ -75.146548429426701, 40.002516317616099 ], [ -75.146636598257601, 40.002647324281902 ], [ -75.146673169584304, 40.002631631613802 ], [ -75.146568253480694, 40.0024874930414 ], [ -75.146561322387697, 40.002477986870304 ], [ -75.146541535825705, 40.002475248652303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3339 N 11TH ST", "addr_range": "3339 N 11TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 652, "objectid": 7687, "Shape__Area": 103.390625, "Shape__Length": 50.207115344492202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146964597818197, 40.003298665257702 ], [ -75.146778860715997, 40.003274766335601 ], [ -75.146803180498296, 40.003315579896501 ], [ -75.146956617058194, 40.0033353279129 ], [ -75.146964597818197, 40.003298665257702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "401 DIAMOND ST", "addr_range": "401 DIAMOND ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1009, "objectid": 7688, "Shape__Area": 159.9921875, "Shape__Length": 62.724430697718148 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140402963138598, 39.982849759631499 ], [ -75.140458985426505, 39.982857157730301 ], [ -75.140495909988203, 39.982688028386796 ], [ -75.140438489617296, 39.9826799524797 ], [ -75.140436129559603, 39.982691199443501 ], [ -75.140402963138598, 39.982849759631499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1421 W HUNTING PARK AVE", "addr_range": "1421 W HUNTING PARK AVE", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3218, "objectid": 7689, "Shape__Area": 510.4609375, "Shape__Length": 109.64143958838673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150421555426107, 40.017362171606401 ], [ -75.150772287384598, 40.017203296031497 ], [ -75.150456165467403, 40.017166597979703 ], [ -75.150421555426107, 40.017362171606401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2050-52 N 5TH ST", "addr_range": "2043-2049, 2055 N REESE ST;2050-2054 N 5TH ST", "zipcode": 19122, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 3399, "objectid": 7690, "Shape__Area": 538.64453125, "Shape__Length": 106.57297235775486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142763002560798, 39.982529393768999 ], [ -75.142622027421893, 39.982511131326 ], [ -75.142411109112999, 39.982483808269301 ], [ -75.142390961001993, 39.982575844910798 ], [ -75.142639775988599, 39.982608078174103 ], [ -75.142742854878506, 39.982621431372401 ], [ -75.142763002560798, 39.982529393768999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1152-56 RISING SUN AVE", "addr_range": "1144-1156 RISING SUN AVE", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 4336, "objectid": 7691, "Shape__Area": 687.44921875, "Shape__Length": 126.90057972408546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147930126239004, 40.004201031466202 ], [ -75.148062068536305, 40.004401475031898 ], [ -75.148066290162603, 40.0043996353224 ], [ -75.148391949101295, 40.004258487151297 ], [ -75.148356191500994, 40.004254033095698 ], [ -75.147930126239004, 40.004201031466202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3315 N 13TH ST", "addr_range": "3315 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 6904, "objectid": 7692, "Shape__Area": 1094.484375, "Shape__Length": 171.25122472845223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1495826920696, 40.0033992847289 ], [ -75.149612108910105, 40.003505501873697 ], [ -75.149624502624704, 40.003502711031601 ], [ -75.149677433483404, 40.003490739765702 ], [ -75.149731597024996, 40.003478489148797 ], [ -75.149784544406899, 40.003466513703501 ], [ -75.1498383321007, 40.003454439233202 ], [ -75.150000853034001, 40.003416950736103 ], [ -75.150177951365194, 40.003375906043502 ], [ -75.150203316064804, 40.003256477321102 ], [ -75.149590836274996, 40.0033966778497 ], [ -75.1495826920696, 40.0033992847289 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1552 W OAKDALE ST", "addr_range": "1550-1552 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 728, "objectid": 7693, "Shape__Area": 119.98828125, "Shape__Length": 53.923103653998872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157716438510207, 39.993851021387997 ], [ -75.157766162613399, 39.993857850481099 ], [ -75.157796296758093, 39.993713016731697 ], [ -75.1577466272294, 39.993705834781998 ], [ -75.157716438510207, 39.993851021387997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1840 N ETTING ST", "addr_range": "1838-1850 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 591, "objectid": 7694, "Shape__Area": 90.6015625, "Shape__Length": 43.899191506488393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178922800137499, 39.983868887257998 ], [ -75.179068494391501, 39.983887899825703 ], [ -75.179076324163105, 39.983850435479603 ], [ -75.1789308815071, 39.9838314618938 ], [ -75.178922800137499, 39.983868887257998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2240 N 19TH ST", "addr_range": "2234-2254 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 907, "objectid": 7695, "Shape__Area": 143.2890625, "Shape__Length": 60.432329366100554 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164068494721306, 39.988291101553102 ], [ -75.164284350497198, 39.988317420532603 ], [ -75.164293007794299, 39.9882771554702 ], [ -75.164077154154398, 39.988251368151303 ], [ -75.164068494721306, 39.988291101553102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4946 KEYSER ST", "addr_range": "4944-4946 KEYSER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1120, "objectid": 7696, "Shape__Area": 177.6171875, "Shape__Length": 68.927144959706212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166631663165802, 40.025750407313502 ], [ -75.166675606904107, 40.025774222116802 ], [ -75.166740021102001, 40.0257036801369 ], [ -75.166758572482806, 40.025685671718001 ], [ -75.166790325373896, 40.025654049509001 ], [ -75.166824780560304, 40.025619232715798 ], [ -75.166773304661305, 40.0255916859306 ], [ -75.166631663165802, 40.025750407313502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2507 N 11TH ST", "addr_range": "2505-2511 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 982, "objectid": 7697, "Shape__Area": 154.93359375, "Shape__Length": 64.427399571815883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149540752520494, 39.990384834232898 ], [ -75.149773998817693, 39.990414573966198 ], [ -75.149782765386703, 39.990374471756297 ], [ -75.1495493178315, 39.990345035626802 ], [ -75.149540752520494, 39.990384834232898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "546 N 54TH ST", "addr_range": "532-550 N 54TH ST; 531-543 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 1166, "objectid": 7698, "Shape__Area": 184.53515625, "Shape__Length": 79.900824602494936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228460325102503, 39.968891201292102 ], [ -75.228466078191104, 39.968925871943199 ], [ -75.228774715371898, 39.968892532506104 ], [ -75.228767208502404, 39.968856017740798 ], [ -75.228766908376002, 39.9688545443232 ], [ -75.228460325102503, 39.968891201292102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2514-16 N 11TH ST", "addr_range": "2504-2514-16 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 2192, "objectid": 7699, "Shape__Area": 343.66796875, "Shape__Length": 79.269927922076008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149920682036694, 39.990559541665 ], [ -75.149901295207798, 39.990646585197702 ], [ -75.150138667791097, 39.990680252378198 ], [ -75.150157024244606, 39.990593250346798 ], [ -75.149920682036694, 39.990559541665 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2246 N 19TH ST", "addr_range": "2234-2254 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 909, "objectid": 7700, "Shape__Area": 149.6953125, "Shape__Length": 61.050074784810072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164040339198905, 39.988415766916297 ], [ -75.164256868534494, 39.9884419722692 ], [ -75.164266268415801, 39.9884004174653 ], [ -75.164050077627607, 39.988374091810599 ], [ -75.164040339198905, 39.988415766916297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1516 N DARIEN ST", "addr_range": "1510-1532 N DARIEN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 605, "objectid": 7701, "Shape__Area": 95.7578125, "Shape__Length": 47.242270800457703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149508289184496, 39.975180165415402 ], [ -75.149671233351498, 39.975203799261102 ], [ -75.149678648442304, 39.975167746277499 ], [ -75.149516067151197, 39.9751455875247 ], [ -75.149508289184496, 39.975180165415402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4980 KERSHAW ST", "addr_range": "4976-4980 KERSHAW ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 901, "objectid": 7702, "Shape__Area": 185.16796875, "Shape__Length": 69.678344239565334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222764202317705, 39.973761683460403 ], [ -75.222798696995099, 39.973954023365501 ], [ -75.2228460896944, 39.973949522340597 ], [ -75.222857148526799, 39.973948476555499 ], [ -75.222822218317802, 39.973754901721897 ], [ -75.222814663687998, 39.9737557823073 ], [ -75.222764202317705, 39.973761683460403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "622-24 BROOKLYN ST", "addr_range": "622-626 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 7500, "objectid": 7703, "Shape__Area": 1170.4375, "Shape__Length": 158.54872566018773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207948535254403, 39.962995744267801 ], [ -75.207965021636298, 39.963130113035902 ], [ -75.208498261048106, 39.963088714750803 ], [ -75.208481245836197, 39.9629539000845 ], [ -75.208339087248902, 39.962965211176801 ], [ -75.207948535254403, 39.962995744267801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1910 N 22ND ST", "addr_range": "1910-1912 N 22ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1631, "objectid": 7704, "Shape__Area": 258.453125, "Shape__Length": 92.732816720478965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170267102810797, 39.983747708859198 ], [ -75.170620608766896, 39.983791939072397 ], [ -75.170630590239298, 39.983748736346101 ], [ -75.170277160100497, 39.983703040111401 ], [ -75.170267102810797, 39.983747708859198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "813 W HUNTINGDON ST", "addr_range": "801-813 W HUNTINGDON ST; 2611-2623 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 1013, "objectid": 7705, "Shape__Area": 153.4765625, "Shape__Length": 65.427136877063873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145792918416106, 39.991443844851098 ], [ -75.145843406318704, 39.991450906442701 ], [ -75.145882938989701, 39.991267665332103 ], [ -75.1458325857039, 39.991260365335499 ], [ -75.145820897319496, 39.9913148596887 ], [ -75.145817227397899, 39.991334039349198 ], [ -75.145792918416106, 39.991443844851098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2333 N 16TH ST", "addr_range": "2329-2339 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1290, "objectid": 7706, "Shape__Area": 196.6953125, "Shape__Length": 79.390168874585129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158554191185502, 39.989038831491598 ], [ -75.158853331347402, 39.989081564546296 ], [ -75.158862000915093, 39.989042201113698 ], [ -75.158562590697798, 39.988999366472498 ], [ -75.158554191185502, 39.989038831491598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1604 W JUNIATA ST", "addr_range": "1604-1606 W JUNIATA ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 750, "objectid": 7707, "Shape__Area": 118.86328125, "Shape__Length": 51.541891294967272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152920708174705, 40.018637163336997 ], [ -75.152873591354407, 40.018656521939803 ], [ -75.152955604203598, 40.018777212094598 ], [ -75.153003566079704, 40.018757147249801 ], [ -75.152920708174705, 40.018637163336997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "31 E SHARPNACK ST", "addr_range": "31 E SHARPNACK ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2565, "objectid": 7708, "Shape__Area": 404.4609375, "Shape__Length": 92.172268536123681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183276051496193, 40.050066616891698 ], [ -75.183211337363005, 40.050129939916602 ], [ -75.183453709490493, 40.050275773379902 ], [ -75.183519185775197, 40.050211113033598 ], [ -75.183276051496193, 40.050066616891698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2454 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 760, "objectid": 7709, "Shape__Area": 120.5390625, "Shape__Length": 53.244404795410091 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178298420771497, 39.993481988647197 ], [ -75.178304605195606, 39.993483030019497 ], [ -75.178309610035399, 39.993484286434402 ], [ -75.178335026287698, 39.993488289622398 ], [ -75.178473780937395, 39.993506760469799 ], [ -75.178483581742995, 39.993508076567501 ], [ -75.1784925199523, 39.9934685088854 ], [ -75.178482509585393, 39.993467220529901 ], [ -75.178306958738901, 39.993444702380103 ], [ -75.178298420771497, 39.993481988647197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1844 S 56TH ST", "addr_range": "1842-1844 S 56TH ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1276, "objectid": 7710, "Shape__Area": 198.8828125, "Shape__Length": 76.35245005083317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223479450661301, 39.935784897368301 ], [ -75.223517177861396, 39.935816613820997 ], [ -75.223728473026199, 39.935667584862998 ], [ -75.223690740422597, 39.935636013421799 ], [ -75.223479450661301, 39.935784897368301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2510 N 11TH ST", "addr_range": "2504-2514-16 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1090, "objectid": 7711, "Shape__Area": 171.875, "Shape__Length": 66.322398734788777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149939437727696, 39.990472000886399 ], [ -75.149930723671204, 39.990516760765502 ], [ -75.149973557308996, 39.990522874081101 ], [ -75.150166958209198, 39.990549483978697 ], [ -75.150175766249205, 39.990507191403601 ], [ -75.150057826697093, 39.990489432355403 ], [ -75.149939437727696, 39.990472000886399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2000 HART LN", "addr_range": "2000 HART LN", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 772, "objectid": 7712, "Shape__Area": 122.140625, "Shape__Length": 56.345388247940114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.119857359295096, 39.989638079454998 ], [ -75.119885298097003, 39.989675376230899 ], [ -75.1200182955195, 39.989605464796497 ], [ -75.120020413128401, 39.989604352794203 ], [ -75.120047454052596, 39.989590126153601 ], [ -75.120054428570796, 39.989586465603402 ], [ -75.120034572212205, 39.989559637510297 ], [ -75.120026768928994, 39.989563101566397 ], [ -75.119857359295096, 39.989638079454998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "448 DEARBORN ST", "addr_range": "446-450 DEARBORN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 788, "objectid": 7713, "Shape__Area": 125.359375, "Shape__Length": 55.535321499504505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221672142411407, 39.9650043992268 ], [ -75.221475704675996, 39.965025248828503 ], [ -75.221482224126902, 39.965063984095799 ], [ -75.221678976161797, 39.965043124287298 ], [ -75.221672142411407, 39.9650043992268 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1400-20 N 8TH ST", "addr_range": "1400-20 N 8TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 45877, "objectid": 7714, "Shape__Area": 7266.16796875, "Shape__Length": 342.38363539822836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149372433489603, 39.973639134197597 ], [ -75.149313217689397, 39.973911782521697 ], [ -75.150081887757395, 39.974013056142098 ], [ -75.150119598101995, 39.973836350119001 ], [ -75.150123470565902, 39.973817819177697 ], [ -75.150133432139597, 39.973774858981997 ], [ -75.150140804315896, 39.973740498020597 ], [ -75.150166988669795, 39.973614726806503 ], [ -75.150189587521893, 39.973542120134603 ], [ -75.1502186807828, 39.973448750624399 ], [ -75.150180915154394, 39.9734435746077 ], [ -75.150145627805998, 39.973438729539197 ], [ -75.150009650231695, 39.973420109666399 ], [ -75.149988089838402, 39.973417395632197 ], [ -75.149695326425999, 39.973378603497203 ], [ -75.149435784054504, 39.973344399140899 ], [ -75.149372433489603, 39.973639134197597 ] ], [ [ -75.149955142212704, 39.973603220634097 ], [ -75.149954839179102, 39.973603488579101 ], [ -75.149954910358801, 39.973603281155199 ], [ -75.149954959891005, 39.9736030885582 ], [ -75.149955142212704, 39.973603220634097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3918 WALLACE ST", "addr_range": "3918-3920 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1172, "objectid": 7715, "Shape__Area": 186.34765625, "Shape__Length": 75.637095296810884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200523633270294, 39.963981232147901 ], [ -75.200565793151597, 39.964199186893602 ], [ -75.200617471594398, 39.964193113622599 ], [ -75.200575412061596, 39.963975257536902 ], [ -75.200523633270294, 39.963981232147901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2423 N 32ND ST", "addr_range": "2423 N 32ND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 989, "objectid": 7716, "Shape__Area": 156.625, "Shape__Length": 62.41369467330982 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183928250067794, 39.993622637386999 ], [ -75.184149160026493, 39.993650578483198 ], [ -75.184157829844906, 39.993608570808 ], [ -75.183937289063493, 39.993579202670503 ], [ -75.183928250067794, 39.993622637386999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2128 N DOVER ST", "addr_range": "2124-2128 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 680, "objectid": 7717, "Shape__Area": 107.6640625, "Shape__Length": 49.19803989317856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179901768118299, 39.988410277357303 ], [ -75.180069419541098, 39.988432922821602 ], [ -75.180076507619702, 39.9883940398337 ], [ -75.179909729166198, 39.988371574305198 ], [ -75.179901768118299, 39.988410277357303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5038 HOOPES ST", "addr_range": "5038 HOOPES ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 807, "objectid": 7718, "Shape__Area": 124.52734375, "Shape__Length": 57.396228986276824 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221756886019406, 39.967654368519902 ], [ -75.221784251920496, 39.967813539214603 ], [ -75.221830846565297, 39.967808973363901 ], [ -75.221805148041895, 39.967648952838204 ], [ -75.221756886019406, 39.967654368519902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2422 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 735, "objectid": 7719, "Shape__Area": 116.6328125, "Shape__Length": 53.24438610628394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178430988474901, 39.992875745470201 ], [ -75.178608115948194, 39.992898105065201 ], [ -75.178618043712206, 39.992899376243997 ], [ -75.178626288855796, 39.992862082497098 ], [ -75.178616339438406, 39.992860795516599 ], [ -75.178439565679895, 39.9928380068663 ], [ -75.178430988474901, 39.992875745470201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2150 N DOVER ST", "addr_range": "2148-2152 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 673, "objectid": 7720, "Shape__Area": 106.6796875, "Shape__Length": 49.25120244867324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179808808022202, 39.9888287920745 ], [ -75.179977504782002, 39.988851606121102 ], [ -75.179985770706807, 39.988813668541901 ], [ -75.179818110150507, 39.988790683090599 ], [ -75.179808808022202, 39.9888287920745 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2621 N STANLEY ST", "addr_range": "2621 N STANLEY ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 700, "objectid": 7721, "Shape__Area": 110.80859375, "Shape__Length": 50.885329830422322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1812402257071, 39.996256460416497 ], [ -75.1814157453462, 39.996281069847001 ], [ -75.181416025870007, 39.996279785877803 ], [ -75.181423416216703, 39.996245053325197 ], [ -75.181423823458104, 39.996243175722697 ], [ -75.181248302743498, 39.996218566278301 ], [ -75.1812402257071, 39.996256460416497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2522 N 10TH ST", "addr_range": "2512-2526 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1188, "objectid": 7722, "Shape__Area": 187.7578125, "Shape__Length": 66.810626375126674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148292633733107, 39.990594142413698 ], [ -75.148525221949896, 39.990623576931597 ], [ -75.148535575113399, 39.990574888899097 ], [ -75.148302749146595, 39.990545640926598 ], [ -75.148292633733107, 39.990594142413698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2071 E AUBURN ST", "addr_range": "2065-2071 E AUBURN ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 885, "objectid": 7723, "Shape__Area": 140.14453125, "Shape__Length": 66.950702797535911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117806398667099, 39.988422340170899 ], [ -75.117832133744898, 39.988450447804397 ], [ -75.118044676361194, 39.9883412561109 ], [ -75.118020983990306, 39.988313453964203 ], [ -75.117806398667099, 39.988422340170899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1838 N LEITHGOW ST", "addr_range": "1838, 1842-1856 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 2563, "objectid": 7724, "Shape__Area": 76.5390625, "Shape__Length": 49.373170486858996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141764002068797, 39.978979637423102 ], [ -75.141831155633696, 39.9789889647151 ], [ -75.141794063409804, 39.978842848952901 ], [ -75.141764002068797, 39.978979637423102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "805 W CUMBERLAND ST", "addr_range": "805 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1024, "objectid": 7725, "Shape__Area": 165.921875, "Shape__Length": 69.266775330905034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145913353870895, 39.989937300680502 ], [ -75.145964589921405, 39.989943976462001 ], [ -75.146006274217498, 39.989747726547897 ], [ -75.145955791884703, 39.989741132755398 ], [ -75.145913353870895, 39.989937300680502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1867 JUDSON ST", "addr_range": "1867-1869 JUDSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 747, "objectid": 7726, "Shape__Area": 118.39453125, "Shape__Length": 51.910967477294186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172213057896002, 39.983549700302099 ], [ -75.172389989678393, 39.983574339850598 ], [ -75.172399183028503, 39.983534713436804 ], [ -75.172221887016093, 39.983509211558797 ], [ -75.172213057896002, 39.983549700302099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5522 W OXFORD ST", "addr_range": "5518-5522 W OXFORD ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1430, "objectid": 7727, "Shape__Area": 226.60546875, "Shape__Length": 88.63953880612074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233037212279697, 39.979400018602497 ], [ -75.233043308635303, 39.979424944097097 ], [ -75.233046331720701, 39.979444562900397 ], [ -75.233056700246294, 39.979493294487703 ], [ -75.233062664942295, 39.9795262927151 ], [ -75.233070742017404, 39.979565591980098 ], [ -75.233072455252, 39.979573624987196 ], [ -75.233073962648803, 39.979579880320998 ], [ -75.233089745691501, 39.979661161982101 ], [ -75.233142008947894, 39.97965479658 ], [ -75.233130109075603, 39.979593121055601 ], [ -75.233125689130702, 39.979572132741403 ], [ -75.233108903153493, 39.979486847591303 ], [ -75.233099280384096, 39.979440050584202 ], [ -75.233090171113503, 39.979393555859197 ], [ -75.233038373892796, 39.9793998026122 ], [ -75.233037212279697, 39.979400018602497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1825 S ALLISON ST", "addr_range": "1821-1843 S ALLISON ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 689, "objectid": 7728, "Shape__Area": 109.05859375, "Shape__Length": 50.09128554412974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220426271243298, 39.934239465655899 ], [ -75.220435420857697, 39.934246840326303 ], [ -75.220467011170498, 39.934263351447001 ], [ -75.220510576713295, 39.934232637674697 ], [ -75.220591931126805, 39.934175126365702 ], [ -75.220558303639095, 39.934146966369099 ], [ -75.220426271243298, 39.934239465655899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2348 N GRATZ ST", "addr_range": "2348 N GRATZ ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 740, "objectid": 7729, "Shape__Area": 117.40234375, "Shape__Length": 50.202343676554662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163100539229703, 39.989878210415696 ], [ -75.163267515412301, 39.989900995886899 ], [ -75.163277142624906, 39.9898584146082 ], [ -75.163109904086198, 39.989836461180197 ], [ -75.163100539229703, 39.989878210415696 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1732 N 26TH ST", "addr_range": "1732 N 26TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 937, "objectid": 7730, "Shape__Area": 148.5078125, "Shape__Length": 61.789174218994859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1772122832581, 39.981949556040199 ], [ -75.177203640268502, 39.981990193432502 ], [ -75.177424737703404, 39.9820171047134 ], [ -75.177433637989594, 39.981976875827201 ], [ -75.1772122832581, 39.981949556040199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2857 WEIKEL ST", "addr_range": "2843-2857 WEIKEL ST; 2842-2846 TULIP ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 746, "objectid": 7731, "Shape__Area": 118.21484375, "Shape__Length": 54.275619894841171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115324224953696, 39.985745485056299 ], [ -75.115283403833999, 39.985766504259701 ], [ -75.115393093460796, 39.985890018944197 ], [ -75.1154333710288, 39.9858689719062 ], [ -75.115324224953696, 39.985745485056299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2822 N 26TH ST", "addr_range": "2820-2822 N 26TH ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 896, "objectid": 7732, "Shape__Area": 143.4296875, "Shape__Length": 57.647212106895957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173574985541805, 39.998628356299697 ], [ -75.173773741321398, 39.998652757311497 ], [ -75.173783350329799, 39.998609433343503 ], [ -75.173584243741104, 39.998584864091697 ], [ -75.173574985541805, 39.998628356299697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "125 E PASTORIUS ST", "addr_range": "125 E PASTORIUS ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1117, "objectid": 7733, "Shape__Area": 177.3671875, "Shape__Length": 58.387190200519129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177102951032595, 40.044031916628299 ], [ -75.177247543325606, 40.044120428490501 ], [ -75.177295317401004, 40.044073526028697 ], [ -75.177150975465494, 40.043985616301498 ], [ -75.177102951032595, 40.044031916628299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2545 N 11TH ST", "addr_range": "2545-2551 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1056, "objectid": 7734, "Shape__Area": 162.7578125, "Shape__Length": 64.453237739269838 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149366746475494, 39.991204571653697 ], [ -75.149597116170995, 39.991233455411503 ], [ -75.149606725964603, 39.991189906993299 ], [ -75.149376530304096, 39.991163058994303 ], [ -75.149374198971898, 39.991172516436301 ], [ -75.149371664875304, 39.991184484931402 ], [ -75.149366746475494, 39.991204571653697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "923 W BUTLER ST", "addr_range": "923 W BUTLER ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1024, "objectid": 7735, "Shape__Area": 162.16796875, "Shape__Length": 62.647167176524853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143333757089295, 40.010128096420601 ], [ -75.143337949060694, 40.010128659224002 ], [ -75.143374551478303, 40.009960489328101 ], [ -75.143371027227303, 40.0099600227773 ], [ -75.143336218023293, 40.009955363496999 ], [ -75.143316593126599, 40.009952724850201 ], [ -75.1432800736563, 40.010120897515101 ], [ -75.143333757089295, 40.010128096420601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "435 N DAGGETT ST", "addr_range": "431-443 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1509, "objectid": 7736, "Shape__Area": 239.01953125, "Shape__Length": 91.510311682555653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2498995647436, 39.970251215296102 ], [ -75.250229430913606, 39.9702892383199 ], [ -75.250237861117, 39.970247995321998 ], [ -75.250232586995295, 39.970247896643201 ], [ -75.250124190289199, 39.970235348568501 ], [ -75.249975003394695, 39.970217719381601 ], [ -75.249907797261699, 39.970210258130003 ], [ -75.249903206089002, 39.970209739137402 ], [ -75.249884991155895, 39.970207730398599 ], [ -75.249880005668601, 39.970232783743597 ], [ -75.249876574384203, 39.970248570924902 ], [ -75.249895183585195, 39.970250717096903 ], [ -75.2498995647436, 39.970251215296102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2138 N 27TH ST", "addr_range": "2138 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1065, "objectid": 7737, "Shape__Area": 168.6953125, "Shape__Length": 80.746085862077351 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177462651043001, 39.988257705810099 ], [ -75.177654421149001, 39.988284297630202 ], [ -75.177658822765906, 39.9882632468371 ], [ -75.177777937636293, 39.988278796319896 ], [ -75.177759065272298, 39.988255838176698 ], [ -75.177472141457301, 39.9882162980998 ], [ -75.177462651043001, 39.988257705810099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "907 N MAY ST", "addr_range": "901-911 N MAY ST; 904 N MARKOE ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 700, "objectid": 7738, "Shape__Area": 103.859375, "Shape__Length": 48.264984339629862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215130253632296, 39.969560816038197 ], [ -75.215135740852702, 39.969599010852598 ], [ -75.215170069281299, 39.969596465235 ], [ -75.215300983098899, 39.9695865097991 ], [ -75.215296303485104, 39.9695479778402 ], [ -75.215141768663599, 39.969559925247601 ], [ -75.215130253632296, 39.969560816038197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5127 HARLAN ST", "addr_range": "5127-5129 HARLAN ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1102, "objectid": 7739, "Shape__Area": 174.546875, "Shape__Length": 75.819181512883716 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225360887952505, 39.975008736428599 ], [ -75.225396097974198, 39.975231670070698 ], [ -75.225444227971906, 39.975226539063698 ], [ -75.225408369198306, 39.975004702998397 ], [ -75.225360887952505, 39.975008736428599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2320 W MONTGOMERY AVE", "addr_range": "2318-2320 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1128, "objectid": 7740, "Shape__Area": 178.734375, "Shape__Length": 72.803212409921784 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172834114608307, 39.9821400276982 ], [ -75.172886418344206, 39.982146619106999 ], [ -75.172905855344595, 39.9820645705327 ], [ -75.1729268082494, 39.981966307126797 ], [ -75.1728900438614, 39.981925198176903 ], [ -75.172866853674805, 39.981937718689402 ], [ -75.172874837272701, 39.981954808179502 ], [ -75.172863088454307, 39.9820104314879 ], [ -75.172834114608307, 39.9821400276982 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2455 N 28TH ST", "addr_range": "2455 N 28TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 914, "objectid": 7741, "Shape__Area": 144.82421875, "Shape__Length": 63.422112323795425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177379671850701, 39.993386686228902 ], [ -75.177611499459104, 39.993417366959903 ], [ -75.177619450856795, 39.993380082006396 ], [ -75.177387938503998, 39.993348844321197 ], [ -75.177379671850701, 39.993386686228902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2065 E AUBURN ST", "addr_range": "2065-2071 E AUBURN ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 900, "objectid": 7742, "Shape__Area": 142.54296875, "Shape__Length": 67.130140729014983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117877785052201, 39.988502691224198 ], [ -75.117902507219299, 39.988531517158698 ], [ -75.118115821213195, 39.988421376215904 ], [ -75.118093939613701, 39.988397113404197 ], [ -75.118090463470395, 39.988393261983497 ], [ -75.117877785052201, 39.988502691224198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2552 S 72ND ST", "addr_range": "2552 S 72ND ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1221, "objectid": 7743, "Shape__Area": 193.1015625, "Shape__Length": 70.376370578779984 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239361609117495, 39.9141652954508 ], [ -75.239372365075795, 39.914174460742302 ], [ -75.239443664701398, 39.914123441770997 ], [ -75.239542275128898, 39.914052692523903 ], [ -75.239554091759601, 39.914043907079098 ], [ -75.239558524767006, 39.914040620008898 ], [ -75.239550991711099, 39.914034860787098 ], [ -75.239542529239102, 39.914027116144403 ], [ -75.239517538040502, 39.914006048770503 ], [ -75.239475022563695, 39.914037243688803 ], [ -75.239432997529093, 39.914066499578801 ], [ -75.239392043667706, 39.914096214090797 ], [ -75.239331389633705, 39.914139584246897 ], [ -75.239334962263598, 39.914142613238901 ], [ -75.239361609117495, 39.9141652954508 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1427 N 17TH ST", "addr_range": "1421-1429 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1912, "objectid": 7744, "Shape__Area": 302.953125, "Shape__Length": 92.923843853057875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163025862948899, 39.975816091295997 ], [ -75.163367608339001, 39.975861564639501 ], [ -75.163379489295096, 39.9758081535104 ], [ -75.163037586176799, 39.9757630154227 ], [ -75.163025862948899, 39.975816091295997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1869 N ETTING ST", "addr_range": "1869 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 662, "objectid": 7745, "Shape__Area": 105.015625, "Shape__Length": 46.25059983303629 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178542882788307, 39.984399210996699 ], [ -75.178540386681107, 39.984410906960598 ], [ -75.178689868510602, 39.984431132913201 ], [ -75.178692696101194, 39.9844184460528 ], [ -75.178699236430504, 39.984389028602003 ], [ -75.178549401376898, 39.9843687298726 ], [ -75.178542882788307, 39.984399210996699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "215 E PHIL ELLENA ST", "addr_range": "215 E PHIL ELLENA ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1727, "objectid": 7746, "Shape__Area": 297.25, "Shape__Length": 85.797968997329463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182593017943006, 40.054428317076798 ], [ -75.182824722029494, 40.0545709154704 ], [ -75.1828727965583, 40.0545244363189 ], [ -75.182766474711499, 40.054458226890503 ], [ -75.182632929047202, 40.054376400920503 ], [ -75.182626608124494, 40.054382660425198 ], [ -75.182585248292, 40.054423533894301 ], [ -75.182593017943006, 40.054428317076798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4546 WAYNE AVE", "addr_range": "4546-4548 WAYNE AVE; 215 ZERALDA ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1735, "objectid": 7747, "Shape__Area": 296.77734375, "Shape__Length": 98.715378952026725 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162788310926203, 40.022578777199897 ], [ -75.162826829720203, 40.022600198070798 ], [ -75.163104316801693, 40.022411205892297 ], [ -75.163061946827895, 40.022373708049102 ], [ -75.163030216038905, 40.022395334779297 ], [ -75.163001999790694, 40.022416687480103 ], [ -75.162958630297595, 40.022446095348599 ], [ -75.162774583809906, 40.022570908412703 ], [ -75.162788310926203, 40.022578777199897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3726 MOUNT VERNON ST", "addr_range": "3726-3732 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 878, "objectid": 7748, "Shape__Area": 144.890625, "Shape__Length": 69.741432800672641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197020316560895, 39.9638263457541 ], [ -75.196989307844504, 39.963829813916199 ], [ -75.197027257297506, 39.964034684918602 ], [ -75.197069048111601, 39.9640302475025 ], [ -75.197034852409701, 39.963834197099899 ], [ -75.197032854068496, 39.9638249317358 ], [ -75.197020316560895, 39.9638263457541 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2612 N 12TH ST", "addr_range": "2612 N 12TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1196, "objectid": 7749, "Shape__Area": 192.3359375, "Shape__Length": 72.474346888024314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151177660113404, 39.992209348988503 ], [ -75.151168818124802, 39.992253671757602 ], [ -75.151418712309194, 39.9922866681787 ], [ -75.151432348820606, 39.992288477095499 ], [ -75.151441164045195, 39.992244910560103 ], [ -75.151428319189307, 39.992243169122702 ], [ -75.151177660113404, 39.992209348988503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2501 N WARNOCK ST", "addr_range": "2501-2517 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 672, "objectid": 7750, "Shape__Area": 100.83203125, "Shape__Length": 48.791108813115279 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149070020497206, 39.990371494001899 ], [ -75.149238791989504, 39.990394403708301 ], [ -75.149246712994596, 39.9903582810988 ], [ -75.149077062699504, 39.990335930843898 ], [ -75.149070020497206, 39.990371494001899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1224 W FIRTH ST", "addr_range": "1224 W FIRTH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 758, "objectid": 7751, "Shape__Area": 126.36328125, "Shape__Length": 55.988908816679533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152116937198599, 39.990717823359702 ], [ -75.152087651724401, 39.990869799443203 ], [ -75.152136651503895, 39.990876293880099 ], [ -75.152168158305102, 39.990724367161398 ], [ -75.152116937198599, 39.990717823359702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2407 N 10TH ST", "addr_range": "2401-05-2411 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1485, "objectid": 7752, "Shape__Area": 230.0703125, "Shape__Length": 83.956056505121083 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148535054678604, 39.988683043030598 ], [ -75.148221558803598, 39.988638893379502 ], [ -75.148211336401303, 39.988683619860502 ], [ -75.148525437073801, 39.988726236191397 ], [ -75.148535054678604, 39.988683043030598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3303 N 17TH ST", "addr_range": "3301-3309 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 2082, "objectid": 7753, "Shape__Area": 325.40625, "Shape__Length": 99.576267480168696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156838515988696, 40.003911975658298 ], [ -75.157209516546004, 40.003960090126903 ], [ -75.157222735379193, 40.003907613401402 ], [ -75.156977617574498, 40.003876236931497 ], [ -75.156850469581201, 40.003858582887901 ], [ -75.156838515988696, 40.003911975658298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3346 N 16TH ST", "addr_range": "3328-3350 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 2676, "objectid": 7754, "Shape__Area": 419.37890625, "Shape__Length": 106.10719343506005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155595784118105, 40.004915246693898 ], [ -75.155980530557599, 40.004964739766102 ], [ -75.155994498498799, 40.004899770359202 ], [ -75.155610785495298, 40.0048490590776 ], [ -75.155595784118105, 40.004915246693898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2326 N CLEVELAND ST", "addr_range": "2318-2330 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 675, "objectid": 7755, "Shape__Area": 107.015625, "Shape__Length": 48.899271463152139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162754672253897, 39.989398958120297 ], [ -75.162879727115495, 39.9894153174316 ], [ -75.162884190543096, 39.989416965082697 ], [ -75.162919735737503, 39.989421828956203 ], [ -75.162928311038499, 39.989382142382802 ], [ -75.162763552393798, 39.989360035281798 ], [ -75.162754672253897, 39.989398958120297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1218 N 50TH ST", "addr_range": "1218-1220 N 50TH ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1098, "objectid": 7756, "Shape__Area": 175.7578125, "Shape__Length": 70.784072876769372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222791883207194, 39.972591369768402 ], [ -75.222793480376595, 39.972601383502898 ], [ -75.223055285292702, 39.972573249895603 ], [ -75.223054499059998, 39.9725684771118 ], [ -75.223048672417306, 39.9725330476805 ], [ -75.222786871684505, 39.972559939785299 ], [ -75.222791883207194, 39.972591369768402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5635 APPLETREE ST", "addr_range": "5635 APPLETREE ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 666, "objectid": 7757, "Shape__Area": 105.5859375, "Shape__Length": 48.712973798817416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233420729336203, 39.963245430270199 ], [ -75.233471436899706, 39.963251861049102 ], [ -75.233497202451801, 39.963124664083402 ], [ -75.233447556665794, 39.963118368326001 ], [ -75.233429569202301, 39.963204728868199 ], [ -75.233420729336203, 39.963245430270199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2617 N 29TH ST", "addr_range": "2615-2617 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1034, "objectid": 7758, "Shape__Area": 163.83203125, "Shape__Length": 68.237024052772327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178439437419797, 39.995902901098603 ], [ -75.178430288387901, 39.995941932461598 ], [ -75.178680804053599, 39.995976365927497 ], [ -75.1786900879043, 39.995937080779598 ], [ -75.178439437419797, 39.995902901098603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1019 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 584, "objectid": 7759, "Shape__Area": 92.60546875, "Shape__Length": 45.939448395006409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147348755749803, 39.9974594950978 ], [ -75.147370109214904, 39.997462333609299 ], [ -75.147375597923499, 39.997463522158597 ], [ -75.147394372606897, 39.997465817448401 ], [ -75.147421551905197, 39.9973451473425 ], [ -75.147374849171101, 39.997339251792198 ], [ -75.147348755749803, 39.9974594950978 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2845 WEIKEL ST", "addr_range": "2843-2857 WEIKEL ST; 2842-2846 TULIP ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 739, "objectid": 7760, "Shape__Area": 117.18359375, "Shape__Length": 53.846014430953659 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115569914931598, 39.985619005026003 ], [ -75.115529885596601, 39.985639606389597 ], [ -75.115638004468394, 39.985762070219501 ], [ -75.115679221112799, 39.985740544581802 ], [ -75.115569914931598, 39.985619005026003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2038 N 32ND ST", "addr_range": "2038-2040 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1199, "objectid": 7761, "Shape__Area": 189.78515625, "Shape__Length": 73.794347663703917 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185569736366105, 39.988049240526998 ], [ -75.185784625788202, 39.988076866856197 ], [ -75.185842017854895, 39.988084257884303 ], [ -75.185850672648201, 39.988042074080198 ], [ -75.185841621929796, 39.988040919515498 ], [ -75.185578607946198, 39.988007430997001 ], [ -75.185569736366105, 39.988049240526998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2613 N DARIEN ST", "addr_range": "801-813 W HUNTINGDON ST; 2611-2623 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 560, "objectid": 7762, "Shape__Area": 89.6328125, "Shape__Length": 42.976173741395449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145691998508994, 39.991480709839898 ], [ -75.145684287504906, 39.991516160346698 ], [ -75.145824235453603, 39.991535504432598 ], [ -75.145832669372993, 39.991496443710702 ], [ -75.145692550485705, 39.991478321143198 ], [ -75.145691998508994, 39.991480709839898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1911 E STERNER ST", "addr_range": "1909-1919 E STERNER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 477, "objectid": 7763, "Shape__Area": 75.515625, "Shape__Length": 39.663671326078429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122730819787293, 39.989327050939799 ], [ -75.122623376753097, 39.989384928816399 ], [ -75.122648761302798, 39.989414526601799 ], [ -75.122757191790399, 39.989356074823299 ], [ -75.122730819787293, 39.989327050939799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1909 E STERNER ST", "addr_range": "1909-1919 E STERNER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 470, "objectid": 7764, "Shape__Area": 74.39453125, "Shape__Length": 39.550164974993507 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122648761302798, 39.989414526601799 ], [ -75.122674948134403, 39.989442432594899 ], [ -75.122783443603296, 39.9893849662012 ], [ -75.122776288630106, 39.989377096833998 ], [ -75.122773775203896, 39.989374331712902 ], [ -75.122757191790399, 39.989356074823299 ], [ -75.122648761302798, 39.989414526601799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "923 W YORK ST", "addr_range": "913-21-923 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1492, "objectid": 7765, "Shape__Area": 234.2578125, "Shape__Length": 85.463968484866356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147846618151107, 39.9886980970441 ], [ -75.147847546694194, 39.9886984730976 ], [ -75.147849215284097, 39.988687759051501 ], [ -75.147903915549804, 39.988452986817201 ], [ -75.147894932898694, 39.9884517190644 ], [ -75.147846449012604, 39.988444929919098 ], [ -75.147789870605706, 39.9886903465515 ], [ -75.147846618151107, 39.9886980970441 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "143 E SHARPNACK ST", "addr_range": "141-143 E SHARPNACK ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2190, "objectid": 7766, "Shape__Area": 345.1484375, "Shape__Length": 90.199314562776664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181438879285693, 40.052125016201799 ], [ -75.181290587220005, 40.0520344776493 ], [ -75.181224928692501, 40.052100503164397 ], [ -75.181372959203003, 40.052191293640497 ], [ -75.181406678514804, 40.052212085057903 ], [ -75.181413119841807, 40.052205925622403 ], [ -75.181415234383806, 40.052201604813298 ], [ -75.181510390589494, 40.052106063027402 ], [ -75.181477650670402, 40.052086035967001 ], [ -75.181438879285693, 40.052125016201799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1934 S SALFORD ST", "addr_range": "1932-1934 S SALFORD ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 897, "objectid": 7767, "Shape__Area": 139.734375, "Shape__Length": 61.593129680269172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230396166578402, 39.933343110016203 ], [ -75.230429385817601, 39.933371613072197 ], [ -75.230595885686, 39.933252649688399 ], [ -75.230561985196402, 39.933224969642097 ], [ -75.230396166578402, 39.933343110016203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1811 S ALDEN ST", "addr_range": "1811 S ALDEN ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 795, "objectid": 7768, "Shape__Area": 125.08984375, "Shape__Length": 54.149039152669239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228313391981999, 39.937216566533799 ], [ -75.228348513072405, 39.937247498726599 ], [ -75.228488324901306, 39.937148310283 ], [ -75.228453132971794, 39.937118182968703 ], [ -75.228313391981999, 39.937216566533799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2711 FRENCH ST", "addr_range": "2709-2011 FRENCH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 829, "objectid": 7769, "Shape__Area": 131.23046875, "Shape__Length": 58.625046416898485 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177634911289701, 39.988656645750098 ], [ -75.177684198990903, 39.988663312316298 ], [ -75.1777186330538, 39.988501677624498 ], [ -75.177670368247604, 39.9884950988681 ], [ -75.177634911289701, 39.988656645750098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2553 N HUTCHINSON ST", "addr_range": "2553-2559 N HUTCHINSON ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 696, "objectid": 7770, "Shape__Area": 110.28515625, "Shape__Length": 53.259504682721882 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146916124777107, 39.9908783025029 ], [ -75.146936576694898, 39.990880555756902 ], [ -75.146960333910798, 39.990884592301697 ], [ -75.146969358876802, 39.990885344795501 ], [ -75.146975092952601, 39.990885588364399 ], [ -75.1470169821729, 39.990892228285198 ], [ -75.147020411664002, 39.990891871767602 ], [ -75.147029466446696, 39.990892946597199 ], [ -75.147071382689802, 39.990898942881103 ], [ -75.147074812215493, 39.990898585461601 ], [ -75.147096312477203, 39.990901910347603 ], [ -75.147104977546803, 39.990903831401901 ], [ -75.147104101601698, 39.990903182625502 ], [ -75.147112460830698, 39.990868280145101 ], [ -75.146923860483895, 39.9908427083258 ], [ -75.146916124777107, 39.9908783025029 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2410 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 726, "objectid": 7771, "Shape__Area": 115.09375, "Shape__Length": 53.147130597185615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178481296143005, 39.992645859604302 ], [ -75.178658738846593, 39.992668695623401 ], [ -75.178668333129394, 39.992669925089501 ], [ -75.178676860485496, 39.992632880034002 ], [ -75.178666912827893, 39.992631609314799 ], [ -75.178489523637694, 39.992609033095299 ], [ -75.178483035038994, 39.992638112924702 ], [ -75.178481296143005, 39.992645859604302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3326 N 11TH ST", "addr_range": "3326 N 11TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 680, "objectid": 7772, "Shape__Area": 107.9453125, "Shape__Length": 46.651663173443879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147186247891597, 40.003133133135798 ], [ -75.147176954045804, 40.003175995685197 ], [ -75.147326802692106, 40.003197399031102 ], [ -75.147336042427497, 40.003153745050298 ], [ -75.147326574898798, 40.003152483424103 ], [ -75.147186247891597, 40.003133133135798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4108 GERMANTOWN AVE", "addr_range": "4106-4108 GERMANTOWN AVE", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1233, "objectid": 7773, "Shape__Area": 195.609375, "Shape__Length": 67.26400822917681 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1541294138447, 40.0161763809108 ], [ -75.154152765573301, 40.0162200369411 ], [ -75.154301495585997, 40.0161673001015 ], [ -75.154362184306294, 40.016145779874698 ], [ -75.154337120311396, 40.016102524878598 ], [ -75.154333042768897, 40.016095494867599 ], [ -75.154192248631901, 40.016144799873601 ], [ -75.154196564301401, 40.016152865136199 ], [ -75.1541294138447, 40.0161763809108 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3110 N ROSEWOOD ST", "addr_range": "1417-1427 W CLEARFIELD ST; 3108-3110 N ROSEWOOD ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 881, "objectid": 7774, "Shape__Area": 139.671875, "Shape__Length": 59.040418327325781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153782485126499, 40.000394330020498 ], [ -75.153774391804305, 40.000434930669201 ], [ -75.1539835374641, 40.000461115564498 ], [ -75.153991686651196, 40.000421226169401 ], [ -75.153782485126499, 40.000394330020498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "855 N 43RD ST", "addr_range": "855-857 N 43RD ST", "zipcode": 19104, "district": "3", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1801, "objectid": 7775, "Shape__Area": 285.30859375, "Shape__Length": 102.08182555017957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209546866941807, 39.969234212802398 ], [ -75.209797925109001, 39.969206451908299 ], [ -75.209934794350403, 39.969191282478398 ], [ -75.209927322452401, 39.969147368000797 ], [ -75.2095392893564, 39.969190907734998 ], [ -75.209530621587504, 39.969191877221 ], [ -75.209537610653598, 39.969235231428399 ], [ -75.209546866941807, 39.969234212802398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "857 N 43RD ST", "addr_range": "855-857 N 43RD ST", "zipcode": 19104, "district": "3", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1734, "objectid": 7776, "Shape__Area": 274.6328125, "Shape__Length": 101.6650687641236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209554236973204, 39.969276367198603 ], [ -75.209554762406199, 39.969276313959497 ], [ -75.209941948594505, 39.969233044636702 ], [ -75.209934794350403, 39.969191282478398 ], [ -75.209797925109001, 39.969206451908299 ], [ -75.209546866941807, 39.969234212802398 ], [ -75.209537610653598, 39.969235231428399 ], [ -75.209544786284297, 39.969277511265602 ], [ -75.209554236973204, 39.969276367198603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4615 HAWTHORNE ST", "addr_range": "4615 HAWTHORNE ST", "zipcode": 19124, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3200, "objectid": 7777, "Shape__Area": 537.5, "Shape__Length": 99.036402600460065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081939251177701, 40.013206653233603 ], [ -75.081693289356494, 40.0130745413204 ], [ -75.081609594600906, 40.013164752764702 ], [ -75.081855793383596, 40.0132967433129 ], [ -75.081939251177701, 40.013206653233603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2003 ORTHODOX ST", "addr_range": "2003-2005 ORTHODOX ST", "zipcode": 19124, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1786, "objectid": 7778, "Shape__Area": 139.30859375, "Shape__Length": 60.14808907591248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.079956501207405, 40.0114373678813 ], [ -75.079989115821704, 40.011467900325499 ], [ -75.080159729131694, 40.011362733884397 ], [ -75.080126889211002, 40.011332566577401 ], [ -75.079956501207405, 40.0114373678813 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2005 ORTHODOX ST", "addr_range": "2003-2005 ORTHODOX ST", "zipcode": 19124, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1786, "objectid": 7779, "Shape__Area": 143.76171875, "Shape__Length": 60.65348982179799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.079922910334204, 40.011406601879798 ], [ -75.079956501207405, 40.0114373678813 ], [ -75.080126889211002, 40.011332566577401 ], [ -75.080094347358994, 40.011300213960801 ], [ -75.079922910334204, 40.011406601879798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1537 FOULKROD ST", "addr_range": "1537 FOULKROD ST", "zipcode": 19124, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1255, "objectid": 7780, "Shape__Area": 92.24609375, "Shape__Length": 41.627740951466947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.082951980528406, 40.018212276693397 ], [ -75.082918722512304, 40.0182470970434 ], [ -75.082966891340803, 40.018271912302403 ], [ -75.0830421010956, 40.018191816901798 ], [ -75.082995388064603, 40.018166696696603 ], [ -75.082951980528406, 40.018212276693397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1341-43 CHURCH ST", "addr_range": "1341-43 CHURCH ST", "zipcode": 19124, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2400, "objectid": 7781, "Shape__Area": 401.3046875, "Shape__Length": 99.906906273121905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.091268795523703, 40.0128952784248 ], [ -75.091332638799699, 40.012933108223997 ], [ -75.091340154185801, 40.012938778573997 ], [ -75.091394445360905, 40.012882197278103 ], [ -75.091506505918602, 40.012768033006502 ], [ -75.091518957046105, 40.012754700334803 ], [ -75.091532685522196, 40.012741395436102 ], [ -75.0915545609395, 40.012719189513803 ], [ -75.091540728836193, 40.012712130389197 ], [ -75.091483601268393, 40.012676245663002 ], [ -75.091474452314998, 40.0126850297708 ], [ -75.091291666819799, 40.012871225058397 ], [ -75.091268795523703, 40.0128952784248 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1651 PRATT ST", "addr_range": "1651 PRATT ST", "zipcode": 19124, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 980, "objectid": 7782, "Shape__Area": 148.421875, "Shape__Length": 66.262165915724438 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.076419543102702, 40.021424197762201 ], [ -75.076452420477096, 40.021450819515103 ], [ -75.0766248611327, 40.021311703028097 ], [ -75.076620765465606, 40.021308689203998 ], [ -75.076590445767195, 40.021285834829399 ], [ -75.076419543102702, 40.021424197762201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1695 MEADOW ST", "addr_range": "1695 MEADOW ST", "zipcode": 19124, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1840, "objectid": 7783, "Shape__Area": 333.51953125, "Shape__Length": 93.378234378081117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.081554095164705, 40.014771297941799 ], [ -75.081616810471601, 40.014807864475202 ], [ -75.081817482771996, 40.014597871471601 ], [ -75.081754907240395, 40.014560404550899 ], [ -75.081734962434794, 40.0145813641711 ], [ -75.081554095164705, 40.014771297941799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1629 ORTHODOX ST", "addr_range": "1629 ORTHODOX ST", "zipcode": 19124, "district": "7", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1093, "objectid": 7784, "Shape__Area": 187.79296875, "Shape__Length": 69.863277993763901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.084562675980393, 40.014577080725601 ], [ -75.084595660508796, 40.014595596000198 ], [ -75.084671717487296, 40.014512422457003 ], [ -75.084739713713802, 40.014436398911798 ], [ -75.084675518668107, 40.014401732492203 ], [ -75.084664443747698, 40.014418950148503 ], [ -75.084578997265496, 40.0145517160365 ], [ -75.084562675980393, 40.014577080725601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3526 N MARVINE ST", "addr_range": "3526 N MARVINE ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1322, "objectid": 7785, "Shape__Area": 209.65625, "Shape__Length": 82.963829532848266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147314734589798, 40.006232553634803 ], [ -75.147306666224196, 40.006271864227301 ], [ -75.147621668049297, 40.006315517051497 ], [ -75.147629251271994, 40.006274614154002 ], [ -75.147314734589798, 40.006232553634803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1323 S STANLEY ST", "addr_range": "1323 S STANLEY ST", "zipcode": 19146, "district": "2", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 680, "objectid": 7786, "Shape__Area": 107.66015625, "Shape__Length": 50.378979098516197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194529429075402, 39.937100094302401 ], [ -75.194704590456595, 39.9371214054107 ], [ -75.194712411486805, 39.937084391477299 ], [ -75.194537443935104, 39.937062939635403 ], [ -75.194529429075402, 39.937100094302401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1442 S 48TH ST", "addr_range": "1438-1444 S 48TH ST; 1433R-37 S FALLON ST, 1441-1443 S FALLON ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 675, "objectid": 7787, "Shape__Area": 106.85546875, "Shape__Length": 50.044685261554349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210573273325707, 39.940925247349497 ], [ -75.210572284340998, 39.940925933641203 ], [ -75.210605050707798, 39.940954127969597 ], [ -75.210606212952698, 39.9409533157692 ], [ -75.210734454124406, 39.9408631922037 ], [ -75.210702146709394, 39.940835026093303 ], [ -75.210573273325707, 39.940925247349497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5600 ELMWOOD AVE", "addr_range": "5600 ELMWOOD AVE", "zipcode": 19143, "district": "2", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3463, "objectid": 7788, "Shape__Area": 547.875, "Shape__Length": 98.949206464360671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.217661268294805, 39.930864131967802 ], [ -75.217737219563006, 39.930927982651298 ], [ -75.217937064344696, 39.9307844185047 ], [ -75.217795880770197, 39.930665175665602 ], [ -75.217661268294805, 39.930864131967802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3217 N 13TH ST", "addr_range": "3213-3217 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1538, "objectid": 7789, "Shape__Area": 243.88671875, "Shape__Length": 89.061065743877862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150174763972103, 40.001785266473703 ], [ -75.150165223045704, 40.001828639007599 ], [ -75.150503551026404, 40.001871312427298 ], [ -75.150512489690399, 40.001827813605097 ], [ -75.150174763972103, 40.001785266473703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1816 S CONESTOGA ST", "addr_range": "1814-1820 S CONESTOGA ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 996, "objectid": 7790, "Shape__Area": 157.5859375, "Shape__Length": 65.155783610888406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219384889019594, 39.935337929762198 ], [ -75.219420820728899, 39.935368302442399 ], [ -75.219595356536701, 39.935242809446997 ], [ -75.2195603818884, 39.935212571464199 ], [ -75.219384889019594, 39.935337929762198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2557 N NEWKIRK ST", "addr_range": "2557 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 722, "objectid": 7791, "Shape__Area": 114.55078125, "Shape__Length": 51.525222649118376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177698607629793, 39.994968540332302 ], [ -75.177875570612997, 39.994993123651298 ], [ -75.177884067490197, 39.994954706619502 ], [ -75.177706799109103, 39.994929343400003 ], [ -75.177698607629793, 39.994968540332302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3535 N 13TH ST", "addr_range": "3515-3535 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "11", "parcelarea": 925, "objectid": 7792, "Shape__Area": 146.79296875, "Shape__Length": 63.09248890819741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149175970084897, 40.006918417172699 ], [ -75.149167314278699, 40.006957214498698 ], [ -75.149396941447804, 40.006986595994803 ], [ -75.149404675951104, 40.006948324703899 ], [ -75.149175970084897, 40.006918417172699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3213 N 13TH ST", "addr_range": "3213-3217 N 13TH ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1541, "objectid": 7793, "Shape__Area": 244.2734375, "Shape__Length": 89.007937192404398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150193196414804, 40.001698039969099 ], [ -75.150184268076899, 40.001741264193903 ], [ -75.150520747123096, 40.001784573266498 ], [ -75.150531748782896, 40.0017408643671 ], [ -75.150193196414804, 40.001698039969099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1521 S 49TH ST", "addr_range": "1500-1520 HANSON ST; 1513-1521 S 49TH ST", "zipcode": 19143, "district": "3", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "16", "parcelarea": 1059, "objectid": 7794, "Shape__Area": 167.67578125, "Shape__Length": 71.522822482861471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210830190066503, 39.939527239659 ], [ -75.210829326203196, 39.939527961158603 ], [ -75.210720499674395, 39.939602942574901 ], [ -75.210639581076194, 39.939658472847 ], [ -75.210673269085405, 39.9396872344836 ], [ -75.210835281827499, 39.939575356910296 ], [ -75.210840859724797, 39.939570707785002 ], [ -75.210874159778399, 39.939548700980197 ], [ -75.210840980061704, 39.939520369622002 ], [ -75.210839680639694, 39.939519277671401 ], [ -75.210830190066503, 39.939527239659 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3552 N WARNOCK ST", "addr_range": "3552 N WARNOCK ST", "zipcode": 19140, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 772, "objectid": 7795, "Shape__Area": 122.453125, "Shape__Length": 55.239776504408027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145758457116202, 40.006525720540402 ], [ -75.1457502140765, 40.006564092723899 ], [ -75.145945940899296, 40.006589165771601 ], [ -75.145953523739806, 40.006552149053697 ], [ -75.145758457116202, 40.006525720540402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2651 N 30TH ST", "addr_range": "2649-2651 N 30TH ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 795, "objectid": 7796, "Shape__Area": 126.09375, "Shape__Length": 52.78871067078147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180023362707402, 39.996815659176399 ], [ -75.180014732491799, 39.996858151330301 ], [ -75.180192276313207, 39.996882517798497 ], [ -75.180201853550201, 39.996839917990101 ], [ -75.180023362707402, 39.996815659176399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2455 N NATRONA ST", "addr_range": "2455-2459 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2021", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 729, "objectid": 7797, "Shape__Area": 115.53125, "Shape__Length": 51.778055974735217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184465351975902, 39.994279625342401 ], [ -75.184644037615001, 39.994302462630799 ], [ -75.184652409979506, 39.994262834148699 ], [ -75.184473587244995, 39.994241395777202 ], [ -75.184465351975902, 39.994279625342401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1835 W CUMBERLAND ST", "addr_range": "1831-1835 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 864, "objectid": 7798, "Shape__Area": 136.37890625, "Shape__Length": 55.99261448105684 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162781443462606, 39.991912016213298 ], [ -75.162750171388595, 39.992059500488502 ], [ -75.162805411486701, 39.9920667427794 ], [ -75.162837437225207, 39.9919192745784 ], [ -75.162781443462606, 39.991912016213298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2107 W VENANGO ST", "addr_range": "2105-2107 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 6140, "objectid": 7799, "Shape__Area": 988.84765625, "Shape__Length": 202.6043870750251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163168838346294, 40.009864232324198 ], [ -75.163266242597203, 40.009876082174998 ], [ -75.163315240979799, 40.009659117947798 ], [ -75.163331828959699, 40.009582454887003 ], [ -75.163403283893999, 40.009264101682199 ], [ -75.163395941155798, 40.009262614467303 ], [ -75.163393028172194, 40.009262032558397 ], [ -75.1633070739407, 40.009250666919797 ], [ -75.163168838346294, 40.009864232324198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "53 E PASTORIUS ST", "addr_range": "51-53 E PASTORIUS ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 3000, "objectid": 7800, "Shape__Area": 465.94140625, "Shape__Length": 90.539892128870918 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178391064627803, 40.042823233831101 ], [ -75.178528203763605, 40.042906918131699 ], [ -75.178598499374999, 40.042948582163497 ], [ -75.178645146734695, 40.042903152332997 ], [ -75.178686468660203, 40.042863714820797 ], [ -75.178628264208399, 40.042828946627601 ], [ -75.178480373326394, 40.0427373001014 ], [ -75.178391064627803, 40.042823233831101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2416 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 687, "objectid": 7801, "Shape__Area": 109.01171875, "Shape__Length": 50.845035990908912 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178937636361994, 39.992800660213902 ], [ -75.179105374495904, 39.992822439313898 ], [ -75.179114383021798, 39.992823608769903 ], [ -75.179115870797403, 39.992815871774901 ], [ -75.179122674024896, 39.992785622242401 ], [ -75.179113526861101, 39.992784773144599 ], [ -75.179104359277204, 39.992783906469597 ], [ -75.178951580456499, 39.992764445567303 ], [ -75.178946700545794, 39.992763819982301 ], [ -75.178937636361994, 39.992800660213902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2655 N CHADWICK ST", "addr_range": "2655 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 672, "objectid": 7802, "Shape__Area": 102.08984375, "Shape__Length": 48.491514260831565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158691287061998, 39.993971315106101 ], [ -75.158683216594596, 39.994008160203101 ], [ -75.158849700191695, 39.994031439943498 ], [ -75.158857435204794, 39.993994603482598 ], [ -75.158691287061998, 39.993971315106101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1600 N 6TH ST", "addr_range": "1600 N 6TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1495, "objectid": 7803, "Shape__Area": 243.41796875, "Shape__Length": 85.281117328052034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145649115988306, 39.975774583238596 ], [ -75.145966642274502, 39.975815882832599 ], [ -75.145972652920705, 39.975785326839301 ], [ -75.145975672431405, 39.975769953656297 ], [ -75.145658337738197, 39.975728061053601 ], [ -75.145655191790198, 39.975743980983403 ], [ -75.145649115988306, 39.975774583238596 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2339 N 15TH ST", "addr_range": "2327-2349 N 15TH ST; 1442 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1527, "objectid": 7804, "Shape__Area": 234.47265625, "Shape__Length": 83.028863460581391 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156932962755207, 39.989036550755102 ], [ -75.157240897514299, 39.989078342431696 ], [ -75.157251098193896, 39.989032373187698 ], [ -75.1569438579278, 39.988991081070502 ], [ -75.156934573099704, 39.989030607082597 ], [ -75.156932962755207, 39.989036550755102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2161 N 32ND ST", "addr_range": "2159-2161 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1112, "objectid": 7805, "Shape__Area": 176.03125, "Shape__Length": 69.63831595579282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184976760886798, 39.989916209945697 ], [ -75.184981180705606, 39.989916793460601 ], [ -75.184984644277307, 39.989902780880499 ], [ -75.184990277405603, 39.9898751493756 ], [ -75.184736098058593, 39.989841726764297 ], [ -75.184727399139007, 39.989883379722698 ], [ -75.184976760886798, 39.989916209945697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2516 N 10TH ST", "addr_range": "2512-2526 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1058, "objectid": 7806, "Shape__Area": 169.59375, "Shape__Length": 65.576528671220359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148320200244001, 39.990457748228899 ], [ -75.148553575281795, 39.990487394253897 ], [ -75.148562434388495, 39.990444345179398 ], [ -75.148329051856905, 39.990413247455798 ], [ -75.148320200244001, 39.990457748228899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3109 W DAUPHIN ST", "addr_range": "3110-3114 W DAKOTA ST; 3109 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1281, "objectid": 7807, "Shape__Area": 202.8359375, "Shape__Length": 76.088101328227509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183361344373196, 39.9917216968894 ], [ -75.183418387667501, 39.991728969541199 ], [ -75.183434725997998, 39.9916460122068 ], [ -75.183462488396003, 39.991514193578297 ], [ -75.1834050027514, 39.991506975925901 ], [ -75.183361344373196, 39.9917216968894 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6010 UPLAND ST", "addr_range": "6008-6010 UPLAND ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 841, "objectid": 7808, "Shape__Area": 128.65625, "Shape__Length": 57.75883878568164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229509336741103, 39.9315175925829 ], [ -75.229649371607906, 39.931637375509403 ], [ -75.229686889280501, 39.931611473742798 ], [ -75.229545045232598, 39.931492537681699 ], [ -75.229509336741103, 39.9315175925829 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2551 N 11TH ST", "addr_range": "2545-2551 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1053, "objectid": 7809, "Shape__Area": 166.98046875, "Shape__Length": 64.855010404012816 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149338047197304, 39.991333397041799 ], [ -75.149568450938602, 39.991362473536 ], [ -75.1495757553391, 39.9913309798916 ], [ -75.149578593691402, 39.991318712840098 ], [ -75.149348006214794, 39.991290033153803 ], [ -75.149346318544005, 39.9912980076843 ], [ -75.149345266542198, 39.991303576478302 ], [ -75.149338047197304, 39.991333397041799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "162 E SHARPNACK ST", "addr_range": "162-164 E SHARPNACK ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 4106, "objectid": 7810, "Shape__Area": 647.3125, "Shape__Length": 121.76798887535841 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180924346710796, 40.051663320768697 ], [ -75.181118825468005, 40.051781586764697 ], [ -75.181243254078495, 40.051856359542903 ], [ -75.181256606473596, 40.0518643959523 ], [ -75.181332258956104, 40.051790373081801 ], [ -75.181311959357103, 40.051778571009699 ], [ -75.181148162795694, 40.0516787385749 ], [ -75.181000463645603, 40.0515886471591 ], [ -75.180944939834404, 40.051642938260997 ], [ -75.180940294739003, 40.051646526716901 ], [ -75.180924346710796, 40.051663320768697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5334 WAKEFIELD ST", "addr_range": "5334 WAKEFIELD ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1862, "objectid": 7811, "Shape__Area": 295.16015625, "Shape__Length": 86.262176318361639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168202656349095, 40.035010219852097 ], [ -75.168261907503094, 40.035047450773099 ], [ -75.168283466469404, 40.035027623853402 ], [ -75.168326910022998, 40.034987543934797 ], [ -75.168364655053693, 40.034952348245703 ], [ -75.168431224580701, 40.034890961972501 ], [ -75.168456088340804, 40.034867452982702 ], [ -75.168459852141893, 40.034863878568501 ], [ -75.168416635528402, 40.034837325651303 ], [ -75.168399733431499, 40.034826838183797 ], [ -75.1683959907717, 40.034830380634901 ], [ -75.168334275002593, 40.034888782812601 ], [ -75.168202656349095, 40.035010219852097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2727 W SEDGLEY AVE", "addr_range": "2725-2731 W SEDGLEY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1039, "objectid": 7812, "Shape__Area": 164.58203125, "Shape__Length": 69.001318041822643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178097910690994, 39.987737847310299 ], [ -75.178197025681797, 39.987857033038402 ], [ -75.178223407316594, 39.987889153264597 ], [ -75.178244893045104, 39.987913347509597 ], [ -75.1782581592675, 39.987851341635903 ], [ -75.178142860976394, 39.987715174177701 ], [ -75.178097910690994, 39.987737847310299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3828 BROWN ST", "addr_range": "3828-3836 BROWN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1246, "objectid": 7813, "Shape__Area": 197.25390625, "Shape__Length": 75.932520220425644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199075639935202, 39.967553435591299 ], [ -75.199076459460699, 39.967557805668299 ], [ -75.199116403198602, 39.967770006542899 ], [ -75.199170901027401, 39.967763707316998 ], [ -75.199132296863596, 39.967551502908599 ], [ -75.199131531468495, 39.967547343969798 ], [ -75.199114768502795, 39.967549098577599 ], [ -75.199075639935202, 39.967553435591299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "117 N 63RD ST", "addr_range": "115-117 N 63RD ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2813, "objectid": 7814, "Shape__Area": 452.09765625, "Shape__Length": 109.75318919031633 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245713301672197, 39.964910367282997 ], [ -75.246110927082199, 39.964958714991802 ], [ -75.246124408836806, 39.964890163500101 ], [ -75.245727507619193, 39.964841525298397 ], [ -75.245713301672197, 39.964910367282997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5639 CHEW AVE", "addr_range": "5639 CHEW AVE", "zipcode": 19138, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2417, "objectid": 7815, "Shape__Area": 363.15625, "Shape__Length": 146.29760058724514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163742859494107, 40.045312232910497 ], [ -75.163718908844004, 40.045297862220899 ], [ -75.163678741092596, 40.0452737450507 ], [ -75.163639166600902, 40.045249996222402 ], [ -75.163601023027994, 40.045227214849596 ], [ -75.163568839137398, 40.045207645512598 ], [ -75.163563467652395, 40.045204380933399 ], [ -75.163776533312301, 40.044999960056899 ], [ -75.163714929642197, 40.044963722794797 ], [ -75.163498200663796, 40.045174009565699 ], [ -75.163594474522995, 40.0452328383981 ], [ -75.163736802494, 40.045319817326003 ], [ -75.163742859494107, 40.045312232910497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2411 N 10TH ST", "addr_range": "2401-05-2411 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1485, "objectid": 7816, "Shape__Area": 231.27734375, "Shape__Length": 84.095075881798209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148201551284501, 39.988730629527403 ], [ -75.148196966116998, 39.988746355612903 ], [ -75.148197293422797, 39.9887465567517 ], [ -75.148190191927, 39.9887743958759 ], [ -75.148234383638297, 39.988780587507698 ], [ -75.148505425530004, 39.988817537099301 ], [ -75.148514914045094, 39.988773341782398 ], [ -75.148201551284501, 39.988730629527403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2554 N HUTCHINSON ST", "addr_range": "918 W HUNTINGDON ST; 2554-2562 N HUTCHINSON ST; 2555-2567 CADWALLADER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 715, "objectid": 7817, "Shape__Area": 109.05078125, "Shape__Length": 52.408657691557451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147196969542094, 39.990958258678901 ], [ -75.147226340817994, 39.990962890104598 ], [ -75.147229507475799, 39.990962300563403 ], [ -75.147278187617005, 39.9909695466919 ], [ -75.147287295606802, 39.990969753222501 ], [ -75.147333746206897, 39.990976061265499 ], [ -75.147341703702395, 39.990976241703997 ], [ -75.147381966297502, 39.990982168840098 ], [ -75.147390333538894, 39.9909470232488 ], [ -75.147349322752106, 39.990940934986497 ], [ -75.147341345364097, 39.990940754097302 ], [ -75.147296045316693, 39.990934471245502 ], [ -75.147291518488402, 39.990933934304699 ], [ -75.147288360527298, 39.990934296987497 ], [ -75.147263145577497, 39.990931097841603 ], [ -75.147245352513906, 39.990927841734802 ], [ -75.1472257535506, 39.990926316981401 ], [ -75.147204370379001, 39.990922656892401 ], [ -75.147198741584106, 39.990950320326398 ], [ -75.147196969542094, 39.990958258678901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2430 N COLORADO ST", "addr_range": "2428-2430 N COLORADO ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 636, "objectid": 7818, "Shape__Area": 100.8515625, "Shape__Length": 46.88002786770717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160839006643599, 39.990802920577103 ], [ -75.160996447235206, 39.9908229938953 ], [ -75.161002225843902, 39.990796752392001 ], [ -75.161004962918497, 39.990784321538598 ], [ -75.160847553530203, 39.990764538160299 ], [ -75.160839006643599, 39.990802920577103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1854 N LEITHGOW ST", "addr_range": "1838, 1842-1856 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 954, "objectid": 7819, "Shape__Area": 155.58984375, "Shape__Length": 65.945989967054572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1416905712789, 39.9793137948636 ], [ -75.141682782360604, 39.979352902412899 ], [ -75.141930915806498, 39.979386251883398 ], [ -75.141920491682001, 39.979344505780404 ], [ -75.1416905712789, 39.9793137948636 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1800 N 23RD ST", "addr_range": "1800 N 23RD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1262, "objectid": 7820, "Shape__Area": 200.08203125, "Shape__Length": 70.732381176528207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172231683776999, 39.982240255380603 ], [ -75.172481157307999, 39.982275842493401 ], [ -75.172492878758703, 39.982226504970598 ], [ -75.172241915150593, 39.982193706384002 ], [ -75.172231683776999, 39.982240255380603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5530 HARMER ST", "addr_range": "5530-5532 HARMER ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 772, "objectid": 7821, "Shape__Area": 122.35546875, "Shape__Length": 53.842248404539333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231271196126301, 39.969227708817201 ], [ -75.231297618207293, 39.969371703962501 ], [ -75.231348027914507, 39.969365379047801 ], [ -75.2313235025956, 39.969221103895201 ], [ -75.231271196126301, 39.969227708817201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2525 N ALDER ST", "addr_range": "2525 N ALDER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 784, "objectid": 7822, "Shape__Area": 111.984375, "Shape__Length": 50.572982550012675 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148509385204804, 39.990761802086404 ], [ -75.148682710726305, 39.990784009396897 ], [ -75.148690676667499, 39.990745132517702 ], [ -75.148517396, 39.990722827121502 ], [ -75.148509385204804, 39.990761802086404 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3341 W FIRTH ST", "addr_range": "3341 W FIRTH ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1268, "objectid": 7823, "Shape__Area": 200.828125, "Shape__Length": 61.427074239676614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186699167912494, 39.995859919728197 ], [ -75.186826851942598, 39.995877021262302 ], [ -75.186786181222502, 39.995740174344803 ], [ -75.186784487260894, 39.995734495304703 ], [ -75.186731306388296, 39.995726441185496 ], [ -75.186699167912494, 39.995859919728197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2102 S CECIL ST", "addr_range": "2100-2102 S CECIL ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 741, "objectid": 7824, "Shape__Area": 117.25390625, "Shape__Length": 51.560475434405021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225259532653496, 39.933652996517402 ], [ -75.225294532905394, 39.933682779185702 ], [ -75.225427672632307, 39.933591480950703 ], [ -75.225392611125699, 39.9335616456179 ], [ -75.225391748874401, 39.933560912144898 ], [ -75.225259532653496, 39.933652996517402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5152 HOOPES ST", "addr_range": "5152 HOOPES ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1015, "objectid": 7825, "Shape__Area": 191.5546875, "Shape__Length": 72.95513677774953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224277778614095, 39.967415496120701 ], [ -75.224220921629694, 39.967421143501099 ], [ -75.224255511683396, 39.967626752281497 ], [ -75.224311988507793, 39.967621224454 ], [ -75.224277778614095, 39.967415496120701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2538 N WARNOCK ST", "addr_range": "2538-2540 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 672, "objectid": 7826, "Shape__Area": 108.0546875, "Shape__Length": 50.263922352532433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149201294330197, 39.9910867428719 ], [ -75.149374623051003, 39.991110544892301 ], [ -75.149382645396898, 39.991072877519201 ], [ -75.149208797394905, 39.991049545788101 ], [ -75.149201294330197, 39.9910867428719 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1015 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 618, "objectid": 7827, "Shape__Area": 94.328125, "Shape__Length": 46.066576932758423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147253914104198, 39.997446964057502 ], [ -75.147300546310106, 39.997453050874803 ], [ -75.147329494568794, 39.997333211090201 ], [ -75.147310850829697, 39.997330740355899 ], [ -75.147281776981799, 39.997327018581501 ], [ -75.147253914104198, 39.997446964057502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2534 TURNER ST", "addr_range": "2534 TURNER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 774, "objectid": 7828, "Shape__Area": 122.7578125, "Shape__Length": 56.112666104679555 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176861599609495, 39.979961009406999 ], [ -75.176829552708099, 39.980114444089999 ], [ -75.176877179457506, 39.980121104538 ], [ -75.176910028357, 39.979966963412302 ], [ -75.176861599609495, 39.979961009406999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3962 PARRISH ST", "addr_range": "3948-3962 PARRISH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1596, "objectid": 7829, "Shape__Area": 252.53515625, "Shape__Length": 83.585149957818373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202663081074903, 39.968214876989698 ], [ -75.202669190353802, 39.968245849500299 ], [ -75.202670346277898, 39.968256369162603 ], [ -75.2026730042911, 39.968267615044503 ], [ -75.2026730742014, 39.968271340448403 ], [ -75.2026749147591, 39.968275281758302 ], [ -75.202677178711497, 39.968285325961602 ], [ -75.202684798196898, 39.968328518985999 ], [ -75.202688707544795, 39.968347740408497 ], [ -75.202692119644297, 39.968368480697798 ], [ -75.202698016628801, 39.968398932217497 ], [ -75.202703244466505, 39.968423776346299 ], [ -75.202706101422095, 39.968441458915201 ], [ -75.202707525465897, 39.968449856356401 ], [ -75.202718710147593, 39.968448251289303 ], [ -75.202731330083594, 39.968447499799701 ], [ -75.202740958570303, 39.968444924940499 ], [ -75.202750618699696, 39.9684443167749 ], [ -75.202772339276095, 39.968441607603197 ], [ -75.202761322734602, 39.968381736362304 ], [ -75.202750967169806, 39.9683254739004 ], [ -75.202742530269404, 39.968277846911597 ], [ -75.202740434657798, 39.968273399883202 ], [ -75.202740006803893, 39.968268602446699 ], [ -75.202737288244506, 39.968255598263703 ], [ -75.202735985344106, 39.968245656487298 ], [ -75.202733198588803, 39.968233940127803 ], [ -75.202732696254401, 39.9682283184206 ], [ -75.202730101690193, 39.9682148493687 ], [ -75.202728510203102, 39.968207544732898 ], [ -75.202710469386901, 39.968209867964198 ], [ -75.202700620264096, 39.9682105205843 ], [ -75.202688748999606, 39.968211980661799 ], [ -75.202676208475694, 39.968212895188699 ], [ -75.202663081074903, 39.968214876989698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3913 MOUNT VERNON ST", "addr_range": "3911-3913 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2283, "objectid": 7830, "Shape__Area": 183.96875, "Shape__Length": 72.727557691307567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200322567970005, 39.963781409114297 ], [ -75.200362989816597, 39.963987591536799 ], [ -75.200416004091494, 39.963981644451898 ], [ -75.200377500642801, 39.963775134368802 ], [ -75.200322567970005, 39.963781409114297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2852 N RINGGOLD ST", "addr_range": "2852-2854 N RINGGOLD ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 666, "objectid": 7831, "Shape__Area": 99.75390625, "Shape__Length": 47.063582792376295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170804623697293, 39.998838859781898 ], [ -75.170963817036593, 39.998859699856197 ], [ -75.170971610551405, 39.998821688213397 ], [ -75.170812165270206, 39.998801438057001 ], [ -75.170804623697293, 39.998838859781898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2334 W MONTGOMERY AVE", "addr_range": "2326-2338 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1450, "objectid": 7832, "Shape__Area": 229.76953125, "Shape__Length": 87.673590616306853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173250865320099, 39.982197262599797 ], [ -75.173304259933005, 39.982203813436001 ], [ -75.173362758964103, 39.981941616599499 ], [ -75.173337954127106, 39.981937609714798 ], [ -75.1733039437419, 39.981955850285601 ], [ -75.173250865320099, 39.982197262599797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1311 W LOUDON ST", "addr_range": "1311 W LOUDON ST", "zipcode": 19141, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1480, "objectid": 7833, "Shape__Area": 234.5390625, "Shape__Length": 82.963047221248303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145767720913796, 40.026003398688601 ], [ -75.145712215643201, 40.026239505490601 ], [ -75.145763731571293, 40.026246687144301 ], [ -75.145771757716204, 40.026247385438801 ], [ -75.145827184381602, 40.026013291509898 ], [ -75.145767720913796, 40.026003398688601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1046 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 614, "objectid": 7834, "Shape__Area": 94.60546875, "Shape__Length": 46.499448629031875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148059329824605, 39.9973465966143 ], [ -75.148106399204806, 39.9973532894888 ], [ -75.1481332576341, 39.997230533317598 ], [ -75.148087138256798, 39.997225312627798 ], [ -75.148059329824605, 39.9973465966143 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2404 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 785, "objectid": 7835, "Shape__Area": 124.55078125, "Shape__Length": 54.104013007989614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178505442339201, 39.9925339814056 ], [ -75.178683530949598, 39.992556395773597 ], [ -75.178693082490597, 39.992557608963502 ], [ -75.178702237220605, 39.992517854204301 ], [ -75.178692309510893, 39.992516583032803 ], [ -75.178514670163295, 39.992493969706203 ], [ -75.178505442339201, 39.9925339814056 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2515 W GORDON ST", "addr_range": "2515 W GORDON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 786, "objectid": 7836, "Shape__Area": 124.6484375, "Shape__Length": 52.343251471135027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173959129701998, 39.9910486731223 ], [ -75.173930466391496, 39.991183870966303 ], [ -75.173986045082898, 39.991191582191 ], [ -75.1740142754972, 39.991056213339 ], [ -75.173959129701998, 39.9910486731223 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4517 N BOUVIER ST", "addr_range": "4517 N BOUVIER ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 719, "objectid": 7837, "Shape__Area": 113.90234375, "Shape__Length": 51.864326691849257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154245191413807, 40.022617930613798 ], [ -75.154073034267398, 40.022595920399702 ], [ -75.1540651050679, 40.0225949032057 ], [ -75.154061293732596, 40.022611791311199 ], [ -75.154056581298605, 40.022633027178003 ], [ -75.154064574318397, 40.022634030497898 ], [ -75.154236804050598, 40.0226557999897 ], [ -75.154245191413807, 40.022617930613798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2744 FRANKFORD AVE", "addr_range": "2736-2746 FRANKFORD AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 958, "objectid": 7838, "Shape__Area": 151.70703125, "Shape__Length": 61.002628779538796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121188673720496, 39.988225913802701 ], [ -75.121319838775193, 39.988353236442897 ], [ -75.121364157974, 39.988326266436601 ], [ -75.121226005820105, 39.988192675744699 ], [ -75.121188673720496, 39.988225913802701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3911 MOUNT VERNON ST", "addr_range": "3911-3913 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1071, "objectid": 7839, "Shape__Area": 169.40234375, "Shape__Length": 72.970272052455812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200273954855803, 39.963786744867299 ], [ -75.2003157704996, 39.963998809412502 ], [ -75.200357750642098, 39.9639943741103 ], [ -75.200357711368298, 39.963991520654602 ], [ -75.200359130992894, 39.963988263531803 ], [ -75.200362989816597, 39.963987591536799 ], [ -75.200322567970005, 39.963781409114297 ], [ -75.200273954855803, 39.963786744867299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2723 N 13TH ST", "addr_range": "2723-2731 N 13TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1483, "objectid": 7840, "Shape__Area": 236.1484375, "Shape__Length": 80.584079916417949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152156642423805, 39.994322180546 ], [ -75.152166332271904, 39.994273813306201 ], [ -75.151872441051495, 39.994236341301203 ], [ -75.151862601626902, 39.994284815960498 ], [ -75.152156642423805, 39.994322180546 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3112 W DAKOTA ST", "addr_range": "3110-3114 W DAKOTA ST; 3109 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 755, "objectid": 7841, "Shape__Area": 119.5859375, "Shape__Length": 43.967969421101195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183514777076894, 39.991655603094003 ], [ -75.183497875155496, 39.991739031678001 ], [ -75.1835843632321, 39.991750203554197 ], [ -75.183600873001396, 39.9916671680419 ], [ -75.183590736594695, 39.991665314178903 ], [ -75.183514777076894, 39.991655603094003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5015 RENO ST", "addr_range": "5015 RENO ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 900, "objectid": 7842, "Shape__Area": 114.4765625, "Shape__Length": 52.304550850247871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220878828616506, 39.966664444380498 ], [ -75.220903995939807, 39.966804884662203 ], [ -75.220922472741705, 39.966803244853303 ], [ -75.220953362437697, 39.966799573884003 ], [ -75.220928178783694, 39.9666589719764 ], [ -75.220878828616506, 39.966664444380498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5526 W OXFORD ST", "addr_range": "5526-5528 W OXFORD ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1486, "objectid": 7843, "Shape__Area": 235.19921875, "Shape__Length": 88.980163883912368 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233141031274997, 39.979387691277303 ], [ -75.233143096327495, 39.979398682758898 ], [ -75.233149911457204, 39.979433068244099 ], [ -75.233152079041901, 39.979444674650999 ], [ -75.233155509724895, 39.979458983813998 ], [ -75.233159623799096, 39.9794830747541 ], [ -75.233169398593702, 39.979530858976098 ], [ -75.233174305251794, 39.979554515898698 ], [ -75.233175968958903, 39.979563885795997 ], [ -75.233185470546104, 39.979611679341197 ], [ -75.233187795736598, 39.979619064436299 ], [ -75.233192602577603, 39.979648797283502 ], [ -75.233221189852003, 39.979645796807098 ], [ -75.233232803149505, 39.979644504480497 ], [ -75.233246453757999, 39.9796425630648 ], [ -75.233242742240506, 39.979621703817202 ], [ -75.233242473384095, 39.979620457250597 ], [ -75.233240894078605, 39.979613329079903 ], [ -75.233235230993003, 39.979578984183199 ], [ -75.233233109423196, 39.979574037143102 ], [ -75.233226484654097, 39.979534544492303 ], [ -75.2332243342521, 39.979529838286403 ], [ -75.233221571443494, 39.9795110955585 ], [ -75.233219494199503, 39.979507196446697 ], [ -75.233216826093397, 39.979490986691403 ], [ -75.233214984981998, 39.9794785026683 ], [ -75.233209933270999, 39.979450826830103 ], [ -75.233208050910306, 39.979446788733703 ], [ -75.233207455770199, 39.979439650610701 ], [ -75.2331954884298, 39.979381470376602 ], [ -75.233141031274997, 39.979387691277303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4432 N UBER ST", "addr_range": "4432 N UBER ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1280, "objectid": 7844, "Shape__Area": 202.78125, "Shape__Length": 75.095632005372067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157607598435405, 40.021983887883003 ], [ -75.157881618493803, 40.022020024353601 ], [ -75.157892150260096, 40.021975385174301 ], [ -75.157616995199305, 40.021939851110197 ], [ -75.157611733047503, 40.021964556214101 ], [ -75.157607598435405, 40.021983887883003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1821 S ALLISON ST", "addr_range": "1821-1843 S ALLISON ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 640, "objectid": 7845, "Shape__Area": 101.26953125, "Shape__Length": 46.08178534563622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220509098468895, 39.934285879400399 ], [ -75.2205521184557, 39.934310927282702 ], [ -75.220661359791606, 39.934234366655197 ], [ -75.220625961656594, 39.934203716007801 ], [ -75.220588982326305, 39.9342296105727 ], [ -75.220509098468895, 39.934285879400399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2445 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 727, "objectid": 7846, "Shape__Area": 115.3359375, "Shape__Length": 52.834113171732724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1787196805261, 39.993301986657002 ], [ -75.178543428523, 39.993279742378803 ], [ -75.178534752204797, 39.993278646095298 ], [ -75.178525627990595, 39.993315919242796 ], [ -75.178535221737405, 39.993317134289804 ], [ -75.178711435346202, 39.993339281310298 ], [ -75.178716618278401, 39.993319747264898 ], [ -75.1787196805261, 39.993301986657002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2505 N WARNOCK ST", "addr_range": "2501-2517 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 672, "objectid": 7847, "Shape__Area": 105.3828125, "Shape__Length": 49.264234850075809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1490539812376, 39.990446651332 ], [ -75.149223841055303, 39.990467942258 ], [ -75.149231157575599, 39.990431209477102 ], [ -75.149062123223104, 39.9904086154691 ], [ -75.149054258836102, 39.990442676015498 ], [ -75.1490539812376, 39.990446651332 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2145 BELLMORE ST", "addr_range": "2141-2153 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 622, "objectid": 7848, "Shape__Area": 98.5, "Shape__Length": 47.153408591474737 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114173805877599, 39.988597896139403 ], [ -75.114197233536899, 39.988630851434202 ], [ -75.114339812443106, 39.9885695965678 ], [ -75.114315855932603, 39.988537258077898 ], [ -75.114173805877599, 39.988597896139403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1414 N 17TH ST", "addr_range": "1412-1418 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2198, "objectid": 7849, "Shape__Area": 348.2578125, "Shape__Length": 94.451056462312948 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163609690787396, 39.9755771858445 ], [ -75.163947359207299, 39.975621258217402 ], [ -75.163952374020099, 39.975595758050602 ], [ -75.163959959169304, 39.975558884619097 ], [ -75.163623176793905, 39.975515202563997 ], [ -75.163613475211093, 39.975559765300297 ], [ -75.163609690787396, 39.9755771858445 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6205 CALLOWHILL ST", "addr_range": "6205-6209 CALLOWHILL ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1223, "objectid": 7850, "Shape__Area": 193.7265625, "Shape__Length": 75.48032607896792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243637842250195, 39.968701973335499 ], [ -75.2435922712489, 39.968908192707197 ], [ -75.243647314872604, 39.968914794678902 ], [ -75.243691632636498, 39.968708451508803 ], [ -75.243693350794402, 39.968700476510598 ], [ -75.243639779656604, 39.968693197639503 ], [ -75.243637842250195, 39.968701973335499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2100 S CECIL ST", "addr_range": "2100-2102 S CECIL ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 800, "objectid": 7851, "Shape__Area": 127.95703125, "Shape__Length": 52.636851115917061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225294532905394, 39.933682779185702 ], [ -75.225333693531098, 39.933716101550701 ], [ -75.225465909740805, 39.933624017993097 ], [ -75.225427672632307, 39.933591480950703 ], [ -75.225294532905394, 39.933682779185702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4501 PARRISH ST", "addr_range": "4501 PARRISH ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 958, "objectid": 7852, "Shape__Area": 154.8046875, "Shape__Length": 62.541320318096901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212856471032893, 39.967855112803299 ], [ -75.212801037193401, 39.967859642652499 ], [ -75.212822619156597, 39.9680227822004 ], [ -75.212823742972304, 39.968031350347303 ], [ -75.212878551572501, 39.968027355369102 ], [ -75.212877398883407, 39.968018400054703 ], [ -75.212856471032893, 39.967855112803299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3539 N 16TH ST", "addr_range": "3539 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2817, "objectid": 7853, "Shape__Area": 500.73046875, "Shape__Length": 116.57169241697201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154380467889396, 40.007692973050901 ], [ -75.154438729984193, 40.007700431580901 ], [ -75.154432160579404, 40.007736312057297 ], [ -75.154789861007302, 40.007779700207699 ], [ -75.1548058919564, 40.007703106666 ], [ -75.154389939686197, 40.007650807821797 ], [ -75.154380467889396, 40.007692973050901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1922 N UBER ST", "addr_range": "1920-1922 N UBER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 1091, "objectid": 7854, "Shape__Area": 166.88671875, "Shape__Length": 69.97827081813584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165919252144903, 39.983427215786897 ], [ -75.166168556508396, 39.983460733241202 ], [ -75.166177678382795, 39.9834622108405 ], [ -75.166186870241006, 39.983423827309103 ], [ -75.165927616342998, 39.983388024348301 ], [ -75.165919252144903, 39.983427215786897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3832 BROWN ST", "addr_range": "3828-3836 BROWN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1834, "objectid": 7855, "Shape__Area": 290.13671875, "Shape__Length": 81.860359452927142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199187828049403, 39.967541099144903 ], [ -75.199188575970993, 39.967545162188202 ], [ -75.199228205318306, 39.9677573560271 ], [ -75.199309221351697, 39.9677489044875 ], [ -75.199270059465704, 39.967535980447202 ], [ -75.199269276078198, 39.967531739118101 ], [ -75.199265661373502, 39.9675325777878 ], [ -75.199216161969204, 39.967538053830303 ], [ -75.199187828049403, 39.967541099144903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2503 N WARNOCK ST", "addr_range": "2501-2517 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 672, "objectid": 7856, "Shape__Area": 103.83984375, "Shape__Length": 49.06087852752141 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149062123223104, 39.9904086154691 ], [ -75.149231157575599, 39.990431209477102 ], [ -75.149238791989504, 39.990394403708301 ], [ -75.149070020497206, 39.990371494001899 ], [ -75.149062123223104, 39.9904086154691 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1411 N 17TH ST", "addr_range": "1409-1411 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1873, "objectid": 7857, "Shape__Area": 296.7734375, "Shape__Length": 92.758879573177921 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163110881099797, 39.975422942937001 ], [ -75.163454044576596, 39.975467416371401 ], [ -75.163457143530906, 39.975455910868703 ], [ -75.163464982466607, 39.975416223905199 ], [ -75.163122593770495, 39.975370140728302 ], [ -75.163110881099797, 39.975422942937001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1838 N ETTING ST", "addr_range": "1838-1850 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 591, "objectid": 7858, "Shape__Area": 93.16796875, "Shape__Length": 44.193639176988498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1789308815071, 39.9838314618938 ], [ -75.179076324163105, 39.983850435479603 ], [ -75.1790843788513, 39.983812041823001 ], [ -75.178939010569195, 39.983792745547703 ], [ -75.1789308815071, 39.9838314618938 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3323 N 17TH ST", "addr_range": "3323-3343 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 1986, "objectid": 7859, "Shape__Area": 311.05859375, "Shape__Length": 96.156969529945485 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156737434327994, 40.004442292627097 ], [ -75.157095738928007, 40.004488090619603 ], [ -75.157105844201396, 40.004436460817502 ], [ -75.156749040432402, 40.004389198360897 ], [ -75.156737434327994, 40.004442292627097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1218 W YORK ST", "addr_range": "2361 N CAMAC ST; 2348-2350 N FAWN ST; 1216-1226 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "9", "parcelarea": 1008, "objectid": 7860, "Shape__Area": 159.2890625, "Shape__Length": 62.743981155492328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152517299196603, 39.988720875668001 ], [ -75.152480914065194, 39.988890843078401 ], [ -75.152538675612007, 39.9888978239902 ], [ -75.152572544131004, 39.988727896922803 ], [ -75.152517299196603, 39.988720875668001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3117 W MONTGOMERY AVE", "addr_range": "3117-3119 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1608, "objectid": 7861, "Shape__Area": 254.87109375, "Shape__Length": 92.5805080087043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185248373476099, 39.984147213122199 ], [ -75.185263106169998, 39.984148847015099 ], [ -75.185304383059105, 39.984154524946597 ], [ -75.1853282413865, 39.984046572072799 ], [ -75.185338345534802, 39.983999841764899 ], [ -75.185346597754702, 39.983960000636003 ], [ -75.185363294743397, 39.983883531173603 ], [ -75.1853064107775, 39.983876086306303 ], [ -75.185294374859794, 39.983930672591597 ], [ -75.1852828884346, 39.983988479649497 ], [ -75.185272096479494, 39.984036177584301 ], [ -75.185248373476099, 39.984147213122199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "419 N DAGGETT ST", "addr_range": "415-423 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1615, "objectid": 7862, "Shape__Area": 255.796875, "Shape__Length": 92.058435813329567 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.249966572313895, 39.969920245685003 ], [ -75.250296709612797, 39.969959386279697 ], [ -75.250305685171, 39.969915317938998 ], [ -75.249975578364598, 39.969876468148897 ], [ -75.249971553537307, 39.969875993032403 ], [ -75.249953557102501, 39.969874826984402 ], [ -75.249944815900193, 39.969917675962201 ], [ -75.249962587839903, 39.969919787665397 ], [ -75.249966572313895, 39.969920245685003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2434 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 713, "objectid": 7863, "Shape__Area": 113.0546875, "Shape__Length": 52.801128719099225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178575809689605, 39.993088772293298 ], [ -75.178566297905206, 39.993087559085097 ], [ -75.178389663127902, 39.993064951884698 ], [ -75.178381445251603, 39.99310155245 ], [ -75.178558277085003, 39.993123938822798 ], [ -75.178567893043606, 39.993125154365401 ], [ -75.178575809689605, 39.993088772293298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3800 RENO ST", "addr_range": "3800-3802 RENO ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1031, "objectid": 7864, "Shape__Area": 163.1796875, "Shape__Length": 66.248362999790032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198722921830793, 39.968380302286597 ], [ -75.198723437691498, 39.968383278966598 ], [ -75.198777328231998, 39.968376981730103 ], [ -75.198744125885199, 39.968192238300198 ], [ -75.198691022740704, 39.968198245782702 ], [ -75.198722921830793, 39.968380302286597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6052 KINGSESSING AVE", "addr_range": "6048-6052 KINGSESSING AVE", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1531, "objectid": 7865, "Shape__Area": 242.234375, "Shape__Length": 76.477843781367724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231228512126904, 39.931452037798103 ], [ -75.231410953742497, 39.931606697652498 ], [ -75.231463148987302, 39.9315695596746 ], [ -75.231282518398601, 39.931414601804903 ], [ -75.231228512126904, 39.931452037798103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2406 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 742, "objectid": 7866, "Shape__Area": 117.609375, "Shape__Length": 53.433800890394977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178693082490597, 39.992557608963502 ], [ -75.178683530949598, 39.992556395773597 ], [ -75.178505442339201, 39.9925339814056 ], [ -75.178497767646107, 39.992571739331098 ], [ -75.1786751850819, 39.992594154891798 ], [ -75.178685217005196, 39.992595427498102 ], [ -75.178693082490597, 39.992557608963502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1512 N DARIEN ST", "addr_range": "1510-1532 N DARIEN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 568, "objectid": 7867, "Shape__Area": 90.0234375, "Shape__Length": 46.559568453911893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149523777351405, 39.975112748869002 ], [ -75.149685781202905, 39.9751357640123 ], [ -75.149692059933201, 39.975109662274399 ], [ -75.149693853131595, 39.975102223539999 ], [ -75.149530944059094, 39.975079881678198 ], [ -75.149523777351405, 39.975112748869002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5667 LEBANON AVE", "addr_range": "5661-5667 LEBANON AVE", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1679, "objectid": 7868, "Shape__Area": 265.75390625, "Shape__Length": 93.751106574385943 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2367839532711, 39.986910008188701 ], [ -75.236791043465004, 39.986929054584998 ], [ -75.236847195697393, 39.986916840393803 ], [ -75.2368482526945, 39.9869166058538 ], [ -75.2368413312863, 39.986898062307901 ], [ -75.236748919961897, 39.986650554839002 ], [ -75.2366917508227, 39.986661957439097 ], [ -75.2367839532711, 39.986910008188701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2709 FRENCH ST", "addr_range": "2709-2011 FRENCH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 843, "objectid": 7869, "Shape__Area": 133.49609375, "Shape__Length": 58.759653149380064 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177619031796795, 39.988496044072598 ], [ -75.177585215020997, 39.9886496330274 ], [ -75.177634911289701, 39.988656645750098 ], [ -75.177670368247604, 39.9884950988681 ], [ -75.177620653121295, 39.988488648867602 ], [ -75.177619031796795, 39.988496044072598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1027 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 614, "objectid": 7870, "Shape__Area": 99.3125, "Shape__Length": 46.884942003081413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147537678385405, 39.9974853632283 ], [ -75.147587908650095, 39.9974921766309 ], [ -75.147613286778693, 39.997370870078697 ], [ -75.147564405649206, 39.9973643764991 ], [ -75.147544344732793, 39.997457965671998 ], [ -75.147537678385405, 39.9974853632283 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2715 W STERNER ST", "addr_range": "2715-2735 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 630, "objectid": 7871, "Shape__Area": 99.0625, "Shape__Length": 47.854373239187488 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175838566476997, 39.997355898577098 ], [ -75.175885628199097, 39.997361741889698 ], [ -75.175912283708797, 39.997235251020001 ], [ -75.175864857728698, 39.997229593265502 ], [ -75.175838566476997, 39.997355898577098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2471 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 794, "objectid": 7872, "Shape__Area": 125.9453125, "Shape__Length": 54.099244886965145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178421229041405, 39.993797560271297 ], [ -75.178429572481505, 39.993798601350797 ], [ -75.178607919064007, 39.993820941350897 ], [ -75.178608824979506, 39.993816383608198 ], [ -75.178615955288095, 39.993780289360402 ], [ -75.178438488319102, 39.993758017731103 ], [ -75.178429018454594, 39.993756839691102 ], [ -75.178421229041405, 39.993797560271297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "422 N DAGGETT ST", "addr_range": "412-430 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "10", "parcelarea": 1446, "objectid": 7873, "Shape__Area": 229.06640625, "Shape__Length": 91.35335820284223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.250455813659698, 39.970059939321096 ], [ -75.250785128523802, 39.970097014425299 ], [ -75.250811458737005, 39.970099972822297 ], [ -75.2508159761272, 39.970076811240197 ], [ -75.250819061879199, 39.9700613066288 ], [ -75.2507931517586, 39.970058324947303 ], [ -75.250637501078899, 39.970040379239997 ], [ -75.250600711116107, 39.970035870315897 ], [ -75.250569109835098, 39.970032699747797 ], [ -75.2504638581389, 39.970021250324898 ], [ -75.250455813659698, 39.970059939321096 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2015 S 60TH ST", "addr_range": "2015 S 60TH ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1446, "objectid": 7874, "Shape__Area": 224.65625, "Shape__Length": 84.177788199079487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2297525572137, 39.932278798087999 ], [ -75.2295147208023, 39.932445226505997 ], [ -75.229552659458705, 39.932476914066903 ], [ -75.229790476259595, 39.932311014925503 ], [ -75.2297525572137, 39.932278798087999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1860 N BUCKNELL ST", "addr_range": "1860 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 698, "objectid": 7875, "Shape__Area": 110.66015625, "Shape__Length": 49.090949953454206 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172983072841404, 39.983535220525802 ], [ -75.173147087575998, 39.983558359700197 ], [ -75.173156364028401, 39.983517704342802 ], [ -75.172991699012996, 39.983495098394002 ], [ -75.172983072841404, 39.983535220525802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2248 N 19TH ST", "addr_range": "2234-2254 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 903, "objectid": 7876, "Shape__Area": 143.22265625, "Shape__Length": 60.530362801992695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164032049600493, 39.988455138331297 ], [ -75.164248206259003, 39.988482366963702 ], [ -75.164256868534494, 39.9884419722692 ], [ -75.164040339198905, 39.988415766916297 ], [ -75.164032049600493, 39.988455138331297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1848 S ALLISON ST", "addr_range": "1848-1852 S ALLISON ST; 2047-2051 S 56TH ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 700, "objectid": 7877, "Shape__Area": 110.24609375, "Shape__Length": 51.088688222141144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220518667338197, 39.933789075407702 ], [ -75.220385337471299, 39.933881578452898 ], [ -75.220418540632494, 39.933909907543601 ], [ -75.2205518914501, 39.933816841796698 ], [ -75.220518667338197, 39.933789075407702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2418 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 757, "objectid": 7878, "Shape__Area": 119.984375, "Shape__Length": 53.548828808209102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178642570786593, 39.992785200865598 ], [ -75.178633288358, 39.992784026137301 ], [ -75.178456123867804, 39.992761599971502 ], [ -75.178447826789395, 39.9928002629823 ], [ -75.178624764983596, 39.992822635434599 ], [ -75.178635088355506, 39.992823946108899 ], [ -75.178642570786593, 39.992785200865598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2514 N 10TH ST", "addr_range": "2512-2526 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1056, "objectid": 7879, "Shape__Area": 162.67578125, "Shape__Length": 65.136303544446946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148329051856905, 39.990413247455798 ], [ -75.148562434388495, 39.990444345179398 ], [ -75.148571761608807, 39.990402194218902 ], [ -75.1483375592843, 39.990371706841003 ], [ -75.148329051856905, 39.990413247455798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1212 W OAKDALE ST", "addr_range": "2638 N 12TH ST; 1210-1216 W OAKDALE ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 618, "objectid": 7880, "Shape__Area": 101.6640625, "Shape__Length": 48.105944793682482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151355130521594, 39.993007836175103 ], [ -75.151402404158603, 39.993014048537198 ], [ -75.151404010222706, 39.993014262397899 ], [ -75.151429941667203, 39.992888131031201 ], [ -75.151381673191906, 39.992881622246102 ], [ -75.151373964586298, 39.992918216517197 ], [ -75.151365258256007, 39.992961689105599 ], [ -75.151359723864104, 39.992985823750203 ], [ -75.151355130521594, 39.993007836175103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4211 WALLACE ST", "addr_range": "4211-4215 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 630, "objectid": 7881, "Shape__Area": 107.1484375, "Shape__Length": 49.208402297282724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207463659280293, 39.963719653151998 ], [ -75.207482100490395, 39.963849324244102 ], [ -75.207532468384997, 39.963845234381701 ], [ -75.207514301009795, 39.963715471158501 ], [ -75.207463659280293, 39.963719653151998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 720, "objectid": 7882, "Shape__Area": 114.23046875, "Shape__Length": 52.774825075871007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178769265482899, 39.993075051522901 ], [ -75.178593221697597, 39.993052892162197 ], [ -75.178583751405995, 39.993051697004098 ], [ -75.178575809689605, 39.993088772293298 ], [ -75.178585091602102, 39.993089930795598 ], [ -75.178761323899096, 39.993112125924704 ], [ -75.178769265482899, 39.993075051522901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2051 S 56TH ST", "addr_range": "1848-1852 S ALLISON ST; 2047-2051 S 56TH ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 675, "objectid": 7883, "Shape__Area": 106.8515625, "Shape__Length": 51.382204178488522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220438333027701, 39.933712332216999 ], [ -75.220463420660806, 39.933733615773001 ], [ -75.2205908751327, 39.933645914234901 ], [ -75.220600290152305, 39.933641060969002 ], [ -75.220563703041407, 39.933609723638597 ], [ -75.220561673881093, 39.933607985905098 ], [ -75.220547107609804, 39.933619610094397 ], [ -75.220486427583594, 39.933671337033502 ], [ -75.220438333027701, 39.933712332216999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2314 N SYDENHAM ST", "addr_range": "2314-2334 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1120, "objectid": 7884, "Shape__Area": 161.99609375, "Shape__Length": 69.713653767302574 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158284354244699, 39.988827966376199 ], [ -75.158543960652807, 39.988863183283001 ], [ -75.158550851507101, 39.988829793999102 ], [ -75.158551765276499, 39.988826138480498 ], [ -75.158292700295405, 39.988789967022498 ], [ -75.158291609746698, 39.988794939438797 ], [ -75.158284354244699, 39.988827966376199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1048 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 628, "objectid": 7885, "Shape__Area": 98.8203125, "Shape__Length": 47.077231580859063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148106399204806, 39.9973532894888 ], [ -75.148154805582195, 39.997359577455597 ], [ -75.148181674614804, 39.997237062087699 ], [ -75.1481332576341, 39.997230533317598 ], [ -75.148106399204806, 39.9973532894888 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2428 N 15TH ST", "addr_range": "2424-2428 N 15TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1963, "objectid": 7886, "Shape__Area": 320.91796875, "Shape__Length": 107.23646487991483 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157148447800907, 39.990372838924202 ], [ -75.157562383268598, 39.9904280183124 ], [ -75.157564848429502, 39.990416129204 ], [ -75.157572059361897, 39.990381521811898 ], [ -75.157572212944203, 39.990380751306802 ], [ -75.157158315210395, 39.990326830620504 ], [ -75.157148447800907, 39.990372838924202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1844 N ETTING ST", "addr_range": "1838-1850 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 591, "objectid": 7887, "Shape__Area": 93.91796875, "Shape__Length": 44.380177550454626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178906217246507, 39.983947131691899 ], [ -75.179052167557003, 39.983966005851101 ], [ -75.179060287978103, 39.983927516358897 ], [ -75.178914083873906, 39.983908201334202 ], [ -75.178906217246507, 39.983947131691899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "137 W ROOSEVELT BLVD", "addr_range": "137-141 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1755, "objectid": 7888, "Shape__Area": 278.046875, "Shape__Length": 86.099528933958965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124739409314202, 40.0258641752404 ], [ -75.124801689316698, 40.026100435182201 ], [ -75.124804620938306, 40.0260999705934 ], [ -75.124855557967805, 40.026091736393603 ], [ -75.124870949476801, 40.026089541934098 ], [ -75.1248091835716, 40.025851923326798 ], [ -75.124739409314202, 40.0258641752404 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "632 UNION ST", "addr_range": "620-640 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 787, "objectid": 7889, "Shape__Area": 124.24609375, "Shape__Length": 55.558749461435383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201375376888393, 39.963903855728297 ], [ -75.201382953178197, 39.9639419851665 ], [ -75.201579482024002, 39.963919414951903 ], [ -75.2015728727594, 39.963881161946297 ], [ -75.201375376888393, 39.963903855728297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5149 OGDEN ST", "addr_range": "5149-5151 OGDEN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 789, "objectid": 7890, "Shape__Area": 139.0, "Shape__Length": 58.928662944682344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223993783309695, 39.967258961474897 ], [ -75.224022464070501, 39.9674195317914 ], [ -75.224074567967307, 39.967414391652397 ], [ -75.224071745699007, 39.9673995648633 ], [ -75.224047172505806, 39.967253640614999 ], [ -75.223993783309695, 39.967258961474897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2547 N 11TH ST", "addr_range": "2545-2551 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1056, "objectid": 7891, "Shape__Area": 154.578125, "Shape__Length": 63.788517521105604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149358554164607, 39.9912450247324 ], [ -75.149587956552196, 39.991273965878399 ], [ -75.149597116170995, 39.991233455411503 ], [ -75.149366746475494, 39.991204571653697 ], [ -75.149358554164607, 39.9912450247324 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2331 N 16TH ST", "addr_range": "2329-2339 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1290, "objectid": 7892, "Shape__Area": 203.87109375, "Shape__Length": 79.846269621437926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158562590697798, 39.988999366472498 ], [ -75.158862000915093, 39.989042201113698 ], [ -75.158871002795095, 39.989001250382401 ], [ -75.158571458285294, 39.988958685737003 ], [ -75.158562590697798, 39.988999366472498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2426 N 15TH ST", "addr_range": "2424-2428 N 15TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1963, "objectid": 7893, "Shape__Area": 313.48828125, "Shape__Length": 106.76477428245792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157158315210395, 39.990326830620504 ], [ -75.157572212944203, 39.990380751306802 ], [ -75.157578603844797, 39.990350042115502 ], [ -75.157581628524497, 39.990335586031499 ], [ -75.1571692301345, 39.990280845078402 ], [ -75.157158315210395, 39.990326830620504 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2460 N BOUVIER ST", "addr_range": "2458-2460 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 675, "objectid": 7894, "Shape__Area": 110.65234375, "Shape__Length": 50.490351341816066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161321108583195, 39.991431812491399 ], [ -75.161327590587405, 39.991432749773701 ], [ -75.161330161079903, 39.991420846756199 ], [ -75.161335859017001, 39.991394537644901 ], [ -75.161329406076007, 39.991393360447198 ], [ -75.161162175138799, 39.991370599818097 ], [ -75.161154326889204, 39.991408788076001 ], [ -75.161321108583195, 39.991431812491399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3710 FAIRMOUNT AVE", "addr_range": "3710-3712 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1804, "objectid": 7895, "Shape__Area": 285.39453125, "Shape__Length": 94.033796922238352 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196850550967994, 39.965456715333403 ], [ -75.196786846834698, 39.965463905983299 ], [ -75.196837844909794, 39.965735690510797 ], [ -75.196901353182994, 39.965728172007601 ], [ -75.196850550967994, 39.965456715333403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1850 S ALLISON ST", "addr_range": "1848-1852 S ALLISON ST; 2047-2051 S 56TH ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 678, "objectid": 7896, "Shape__Area": 111.60546875, "Shape__Length": 51.098544654960008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220351750427099, 39.933852935445501 ], [ -75.220356722002293, 39.933857187903698 ], [ -75.220360842304103, 39.933860696279801 ], [ -75.220369833688693, 39.933868358489697 ], [ -75.220385337471299, 39.933881578452898 ], [ -75.220518666701594, 39.933789092512697 ], [ -75.220484305023405, 39.933760979366099 ], [ -75.220351750427099, 39.933852935445501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "533 N CONESTOGA ST", "addr_range": "532-550 N 54TH ST; 531-543 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 1136, "objectid": 7897, "Shape__Area": 179.82421875, "Shape__Length": 69.058296900733652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228733532743107, 39.9686982096976 ], [ -75.228734468762298, 39.968701227881503 ], [ -75.2289856395616, 39.9686746692811 ], [ -75.228977488809704, 39.9686317739407 ], [ -75.228865761360893, 39.968642520544599 ], [ -75.228725887296903, 39.968658678048698 ], [ -75.228733532743107, 39.9686982096976 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1852 S ALLISON ST", "addr_range": "1848-1852 S ALLISON ST; 2047-2051 S 56TH ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 789, "objectid": 7898, "Shape__Area": 124.8671875, "Shape__Length": 52.5338644769949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2203208344378, 39.933825608240099 ], [ -75.220319298891795, 39.933826928572699 ], [ -75.220351750427099, 39.933852935445501 ], [ -75.220484305023405, 39.933760979366099 ], [ -75.220440351478501, 39.933723886111999 ], [ -75.2203208344378, 39.933825608240099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1053 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 652, "objectid": 7899, "Shape__Area": 102.7421875, "Shape__Length": 47.136599906835478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148162365617395, 39.997568694441803 ], [ -75.148213341678698, 39.9975751865896 ], [ -75.148239135418393, 39.997453919978803 ], [ -75.148189712814798, 39.997447368443503 ], [ -75.148187343074, 39.9974512143461 ], [ -75.148185700164504, 39.997458013146797 ], [ -75.148183861152006, 39.997469899166497 ], [ -75.148178825282798, 39.997493030438797 ], [ -75.148176961500198, 39.997497888842297 ], [ -75.148176188856596, 39.997503836081897 ], [ -75.148173447492397, 39.997517410883901 ], [ -75.148171564038805, 39.997523332946002 ], [ -75.148172010218801, 39.997525905559897 ], [ -75.148168192430504, 39.997538618916103 ], [ -75.148162365617395, 39.997568694441803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2035 N 33RD ST", "addr_range": "2035-2037 N 33RD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1449, "objectid": 7900, "Shape__Area": 229.33203125, "Shape__Length": 85.244537453497443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186662339303297, 39.988146669574 ], [ -75.186984125924695, 39.9881871263634 ], [ -75.186993340630295, 39.988144551340099 ], [ -75.186671599635403, 39.988103449567802 ], [ -75.186662339303297, 39.988146669574 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1551 N 9TH ST", "addr_range": "1545-1551 N 9TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 844, "objectid": 7901, "Shape__Area": 129.61328125, "Shape__Length": 55.475326508064128 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149529395470196, 39.975794555637499 ], [ -75.149721601584901, 39.9758212041489 ], [ -75.149728460730202, 39.9757941983219 ], [ -75.149731064640306, 39.975780909612801 ], [ -75.149537832395097, 39.9757542693972 ], [ -75.149531158048404, 39.975785745759403 ], [ -75.149529395470196, 39.975794555637499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2502 N 28TH ST", "addr_range": "2500-2502 N 28TH ST; 2823 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 935, "objectid": 7902, "Shape__Area": 148.01171875, "Shape__Length": 63.320454079031492 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177681769166497, 39.993917573972404 ], [ -75.177911098624193, 39.993948940504403 ], [ -75.177919790118395, 39.993909834955197 ], [ -75.177689823415506, 39.993879244344001 ], [ -75.177681769166497, 39.993917573972404 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1246 W HUNTINGDON ST", "addr_range": "1244-1246 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 922, "objectid": 7903, "Shape__Area": 145.828125, "Shape__Length": 58.855146457248523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152489710610098, 39.991976695782398 ], [ -75.152488299943698, 39.991982919632797 ], [ -75.152544431824793, 39.991991475524799 ], [ -75.152546487558197, 39.9919821072993 ], [ -75.152579008211603, 39.991833799391998 ], [ -75.152523607735006, 39.991826919742401 ], [ -75.152489710610098, 39.991976695782398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2555 CADWALLADER ST", "addr_range": "918 W HUNTINGDON ST; 2554-2562 N HUTCHINSON ST; 2555-2567 CADWALLADER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 559, "objectid": 7904, "Shape__Area": 88.58984375, "Shape__Length": 47.165051080796367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147526688091503, 39.990907525554398 ], [ -75.147515937196999, 39.990912408597701 ], [ -75.147502042010103, 39.990918428615103 ], [ -75.147461102934898, 39.990934554874102 ], [ -75.147449342991905, 39.990940091698299 ], [ -75.147414363516404, 39.990954886209799 ], [ -75.147400014433998, 39.990960186820303 ], [ -75.147395698544798, 39.990983640730903 ], [ -75.147390620690004, 39.991002401969098 ], [ -75.147417979942901, 39.990991770389201 ], [ -75.1474301341391, 39.990986338916699 ], [ -75.147443986808398, 39.990981398267003 ], [ -75.14746486013, 39.990971587307598 ], [ -75.1475053065559, 39.990956304043699 ], [ -75.147513439419598, 39.990951877925397 ], [ -75.147548485779893, 39.9909364073334 ], [ -75.147533847572703, 39.990917005337501 ], [ -75.147526688091503, 39.990907525554398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2441 N 10TH ST", "addr_range": "2431-2455 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "13", "parcelarea": 992, "objectid": 7905, "Shape__Area": 145.54296875, "Shape__Length": 60.816093685525701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148125768623004, 39.989514515678202 ], [ -75.148117466060896, 39.989555111247803 ], [ -75.148333762186994, 39.989584066085598 ], [ -75.148342244908505, 39.989543748497098 ], [ -75.148125768623004, 39.989514515678202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5033 KERSHAW ST", "addr_range": "5033 KERSHAW ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1008, "objectid": 7906, "Shape__Area": 182.375, "Shape__Length": 74.994883198864116 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223905316095497, 39.973955225343502 ], [ -75.2239347488064, 39.974118728678398 ], [ -75.223920955117293, 39.974120634283899 ], [ -75.223930123479093, 39.974163117251102 ], [ -75.223944030326393, 39.974161570029402 ], [ -75.223990357672804, 39.9741563999644 ], [ -75.223993891294398, 39.974156010130301 ], [ -75.223988136262406, 39.974130478902502 ], [ -75.223969576977197, 39.9740233435231 ], [ -75.223956767651899, 39.973949749131897 ], [ -75.223955105289903, 39.973949922471 ], [ -75.223905316095497, 39.973955225343502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1825 N TANEY ST", "addr_range": "1825 N TANEY ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 952, "objectid": 7907, "Shape__Area": 152.375, "Shape__Length": 62.665762226592996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177555763822099, 39.983428441831499 ], [ -75.177780423452106, 39.9834582532295 ], [ -75.177789214687706, 39.983417006433903 ], [ -75.177565612968706, 39.983388057604202 ], [ -75.177555763822099, 39.983428441831499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3932-36 MOUNT VERNON ST", "addr_range": "3932-44 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 3667, "objectid": 7908, "Shape__Area": 581.0, "Shape__Length": 113.98453774809049 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200797870125598, 39.963614525569902 ], [ -75.200800982668795, 39.963614175757598 ], [ -75.200958303321201, 39.963596393793601 ], [ -75.200933226501903, 39.963468023668199 ], [ -75.200922095300697, 39.963410180507303 ], [ -75.200830530660298, 39.963421299935298 ], [ -75.200815451775398, 39.963341349384798 ], [ -75.200791210031795, 39.963344260724398 ], [ -75.200747191294695, 39.9633499879724 ], [ -75.200797870125598, 39.963614525569902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3337 N 17TH ST", "addr_range": "3323-3343 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 2493, "objectid": 7909, "Shape__Area": 394.8046875, "Shape__Length": 105.78238957047677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156618227749306, 40.004859280117998 ], [ -75.157006760500394, 40.0049122899512 ], [ -75.157019541930296, 40.004850935553897 ], [ -75.156631534678596, 40.004798471029197 ], [ -75.156618227749306, 40.004859280117998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2335 N 15TH ST", "addr_range": "2327-2349 N 15TH ST; 1442 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1527, "objectid": 7910, "Shape__Area": 228.50390625, "Shape__Length": 82.494399806924648 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156953781352399, 39.988945782248997 ], [ -75.157261016020797, 39.988987768001302 ], [ -75.157270986967902, 39.988942906323103 ], [ -75.156965263832006, 39.988901373714803 ], [ -75.156953781352399, 39.988945782248997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2201 N CLEVELAND ST", "addr_range": "2201-2203 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 720, "objectid": 7911, "Shape__Area": 114.18359375, "Shape__Length": 48.531894850906532 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162943172651296, 39.987287784058203 ], [ -75.163101356661301, 39.987309081483097 ], [ -75.163110321702504, 39.987265180625002 ], [ -75.162951934871103, 39.987244812991896 ], [ -75.162951419558894, 39.98724733233 ], [ -75.162943172651296, 39.987287784058203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5127 N 11TH ST", "addr_range": "5127 N 11TH ST", "zipcode": 19141, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2223, "objectid": 7912, "Shape__Area": 350.72265625, "Shape__Length": 89.442070272147433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1405988256044, 40.030943567687601 ], [ -75.140905792882606, 40.030982507282999 ], [ -75.140920234222406, 40.030913423411498 ], [ -75.140614231812606, 40.030875004034499 ], [ -75.140604922542295, 40.030916414287297 ], [ -75.1405988256044, 40.030943567687601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2464 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 659, "objectid": 7913, "Shape__Area": 104.5078125, "Shape__Length": 51.787419912625239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178451284988299, 39.9936547359017 ], [ -75.178441420287299, 39.993653467024799 ], [ -75.178266038165603, 39.9936309354838 ], [ -75.178259109171805, 39.993665050197897 ], [ -75.178433935222401, 39.993687326917701 ], [ -75.1784440719955, 39.993688619009703 ], [ -75.178451284988299, 39.9936547359017 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "624 UNION ST", "addr_range": "620-640 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 786, "objectid": 7914, "Shape__Area": 125.13671875, "Shape__Length": 55.768740715217334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201345901230397, 39.963751982593003 ], [ -75.2013529731029, 39.963790198137801 ], [ -75.201550712320397, 39.963767719740702 ], [ -75.201543816679603, 39.9637292981907 ], [ -75.201497993073801, 39.9637345342381 ], [ -75.201345901230397, 39.963751982593003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2343 N 15TH ST", "addr_range": "2327-2349 N 15TH ST; 1442 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1700, "objectid": 7915, "Shape__Area": 232.6953125, "Shape__Length": 82.861104735209338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156914432930094, 39.989128854042399 ], [ -75.157222117222702, 39.989171203237298 ], [ -75.157230396007705, 39.989125594235396 ], [ -75.156924055662103, 39.989083209646701 ], [ -75.156914432930094, 39.989128854042399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5528 W OXFORD ST", "addr_range": "5526-5528 W OXFORD ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1495, "objectid": 7916, "Shape__Area": 236.61328125, "Shape__Length": 88.954188249597649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233347403124498, 39.979364426748702 ], [ -75.233338077119896, 39.979365625986503 ], [ -75.233344736159296, 39.9793991061387 ], [ -75.233350100371695, 39.9794267888227 ], [ -75.233353481783197, 39.979444641413998 ], [ -75.233356944687202, 39.979463771601601 ], [ -75.2333619606882, 39.9794883985818 ], [ -75.233364136085797, 39.979499826758101 ], [ -75.233386485690403, 39.979614217985898 ], [ -75.233388684744597, 39.979626145831702 ], [ -75.233418567051402, 39.979622109629602 ], [ -75.233443964858907, 39.979619781577803 ], [ -75.233427517303994, 39.979536067131299 ], [ -75.233418259149104, 39.979489633143601 ], [ -75.233408793386999, 39.979441406126497 ], [ -75.233401995473699, 39.979406584054402 ], [ -75.233394791329104, 39.9793663209729 ], [ -75.233392632268803, 39.979359003496 ], [ -75.233349823420298, 39.979364124831903 ], [ -75.233347403124498, 39.979364426748702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5102 MASTER ST", "addr_range": "5100-5102 MASTER ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 4356, "objectid": 7917, "Shape__Area": 272.859375, "Shape__Length": 84.63693381647451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224286342276201, 39.974153001277401 ], [ -75.2243294871339, 39.974362456259399 ], [ -75.224333453210207, 39.9743864983867 ], [ -75.224402340925906, 39.974379776724099 ], [ -75.224360024887204, 39.974145788719902 ], [ -75.224315722685105, 39.974150037636299 ], [ -75.224286342276201, 39.974153001277401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2424 N SYDENHAM ST", "addr_range": "2418-2424 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1257, "objectid": 7918, "Shape__Area": 195.6953125, "Shape__Length": 69.322497798773369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157898804431696, 39.990541201148702 ], [ -75.158142166466007, 39.990575035617603 ], [ -75.158153173159207, 39.990527150922397 ], [ -75.157909454182601, 39.9904927596926 ], [ -75.157898804431696, 39.990541201148702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5661 LEBANON AVE", "addr_range": "5661-5667 LEBANON AVE", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1615, "objectid": 7919, "Shape__Area": 255.71875, "Shape__Length": 93.203731133224125 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236617415510807, 39.986944677086697 ], [ -75.236624677963405, 39.986964163347601 ], [ -75.236674562134695, 39.986953132837002 ], [ -75.236678950383507, 39.986952327034899 ], [ -75.2366719637849, 39.986933330652199 ], [ -75.236581157470397, 39.986686019460599 ], [ -75.236525349393304, 39.986697451784501 ], [ -75.236617415510807, 39.986944677086697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1733 W WINGOHOCKING ST", "addr_range": "1731-1733 W WINGOHOCKING ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 831, "objectid": 7920, "Shape__Area": 131.71875, "Shape__Length": 58.657446007043298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154432708515998, 40.022479557093298 ], [ -75.1544823935957, 40.022485741124001 ], [ -75.154483606941596, 40.022480337217097 ], [ -75.154518215938296, 40.022324272194403 ], [ -75.154469691341205, 40.022318452287898 ], [ -75.154433916392094, 40.022474296324901 ], [ -75.154432708515998, 40.022479557093298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3122 EUCLID AVE", "addr_range": "3118-3124 EUCLID AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1005, "objectid": 7921, "Shape__Area": 156.5625, "Shape__Length": 67.714568544326966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185218296555504, 39.984767197645397 ], [ -75.185267641954198, 39.9847733946688 ], [ -75.185272993777104, 39.984744885595198 ], [ -75.185308370016202, 39.984581061735597 ], [ -75.185260065076406, 39.984574517662701 ], [ -75.185243696263299, 39.984648399541697 ], [ -75.185225402295998, 39.984729991582398 ], [ -75.185218296555504, 39.984767197645397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2531 N WARNOCK ST", "addr_range": "2529-2531 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 672, "objectid": 7922, "Shape__Area": 110.58984375, "Shape__Length": 50.130996107807817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148948905997798, 39.990935137785002 ], [ -75.149119763303304, 39.990957789456502 ], [ -75.149128327900897, 39.990918537778199 ], [ -75.148956435013901, 39.990896685280902 ], [ -75.148948905997798, 39.990935137785002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "854 N 45TH ST", "addr_range": "854 N 45TH ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1360, "objectid": 7923, "Shape__Area": 134.87109375, "Shape__Length": 58.118061150311959 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213059538795505, 39.968231498387397 ], [ -75.213045966350904, 39.968232519170897 ], [ -75.212851298527895, 39.968247155772701 ], [ -75.212856459917603, 39.968286795037102 ], [ -75.213051227708903, 39.968272306596603 ], [ -75.213064146668003, 39.968271350652003 ], [ -75.213059538795505, 39.968231498387397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5505 W OXFORD ST", "addr_range": "5503-5505 W OXFORD ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 784, "objectid": 7924, "Shape__Area": 124.2734375, "Shape__Length": 54.610136445723981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233109510586104, 39.979946555063101 ], [ -75.233117518201297, 39.979948729987903 ], [ -75.2331303530094, 39.9799535083365 ], [ -75.233123007484906, 39.979917063257098 ], [ -75.233123350754497, 39.979915732807299 ], [ -75.2331217281844, 39.9799125851846 ], [ -75.233115793103394, 39.979878217197502 ], [ -75.233113444028106, 39.979871508224797 ], [ -75.233106274180201, 39.979830891783998 ], [ -75.233104911277294, 39.979828638237301 ], [ -75.233102032696095, 39.979813051857001 ], [ -75.233099095842803, 39.979799543695897 ], [ -75.233088332943893, 39.979800484350903 ], [ -75.233067436941099, 39.979802911057597 ], [ -75.233061601621003, 39.979804346306601 ], [ -75.233045442624899, 39.979806152499201 ], [ -75.233046709322593, 39.979808694958301 ], [ -75.233050026154402, 39.979828320203303 ], [ -75.233051632038396, 39.979831917958897 ], [ -75.233058297936395, 39.979870298793699 ], [ -75.233061389556795, 39.979880136090898 ], [ -75.233066148747298, 39.979907803718497 ], [ -75.233067233968598, 39.979909617796899 ], [ -75.233066875787998, 39.979911382199397 ], [ -75.233070215982096, 39.9799230134238 ], [ -75.233071256638993, 39.979932224597903 ], [ -75.233085521735006, 39.979937437966001 ], [ -75.233109510586104, 39.979946555063101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3305 N 17TH ST", "addr_range": "3301-3309 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 2064, "objectid": 7925, "Shape__Area": 319.734375, "Shape__Length": 99.054177775989743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156826936544206, 40.003964345214499 ], [ -75.157198338112707, 40.004011292943801 ], [ -75.157209516546004, 40.003960090126903 ], [ -75.156838515988696, 40.003911975658298 ], [ -75.156826936544206, 40.003964345214499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "47 E SHARPNACK ST", "addr_range": "47-51 E SHARPNACK ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1283, "objectid": 7926, "Shape__Area": 204.125, "Shape__Length": 80.304864849848656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182948338606195, 40.050389120005399 ], [ -75.183189314590607, 40.050534648011997 ], [ -75.183222394845899, 40.050502470619399 ], [ -75.182981448615195, 40.0503566532213 ], [ -75.182948338606195, 40.050389120005399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1050 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 639, "objectid": 7927, "Shape__Area": 103.52734375, "Shape__Length": 47.532386620416631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148154805582195, 39.997359577455597 ], [ -75.148205589964903, 39.997366145456702 ], [ -75.148232447764499, 39.9972439514885 ], [ -75.148195215896607, 39.997238659272 ], [ -75.148181674614804, 39.997237062087699 ], [ -75.148154805582195, 39.997359577455597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3212 W SUSQUEHANNA AVE", "addr_range": "3210-3212 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1153, "objectid": 7928, "Shape__Area": 182.625, "Shape__Length": 73.459393874274255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185454454698203, 39.989978226425897 ], [ -75.185506533110001, 39.989985418671502 ], [ -75.185512172863696, 39.989954256239201 ], [ -75.185550860629306, 39.9897760946345 ], [ -75.185497637827197, 39.989769215615702 ], [ -75.185460862657905, 39.989943937539202 ], [ -75.185454454698203, 39.989978226425897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1042 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 609, "objectid": 7929, "Shape__Area": 96.90625, "Shape__Length": 46.745206617677852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147962555455806, 39.997334151195801 ], [ -75.148010940222093, 39.997340421614602 ], [ -75.148037597526894, 39.997218546605602 ], [ -75.147990602658993, 39.997212082446602 ], [ -75.147962555455806, 39.997334151195801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5674 DIAMOND ST", "addr_range": "5674 DIAMOND ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2116, "objectid": 7930, "Shape__Area": 335.4296875, "Shape__Length": 96.589047831915394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237021644611204, 39.986904541269197 ], [ -75.237108305791594, 39.987147214900098 ], [ -75.237160266857401, 39.987136117925601 ], [ -75.237130004490893, 39.986977661588902 ], [ -75.237112533425801, 39.9868862687728 ], [ -75.237112377781202, 39.986885410321797 ], [ -75.237107680169402, 39.986863998062702 ], [ -75.237069329677695, 39.986871396195902 ], [ -75.237013897281301, 39.986882835182101 ], [ -75.237021644611204, 39.986904541269197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1719 MASTER ST", "addr_range": "1717-1719 MASTER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1850, "objectid": 7931, "Shape__Area": 340.31640625, "Shape__Length": 94.009727607891477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164485038282905, 39.975566331999801 ], [ -75.164563603183495, 39.975576968107703 ], [ -75.164619571016601, 39.975318168003902 ], [ -75.164539814365796, 39.975307988922403 ], [ -75.164485038282905, 39.975566331999801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "626 BROOKLYN ST", "addr_range": "622-626 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 7500, "objectid": 7932, "Shape__Area": 1158.3046875, "Shape__Length": 158.12287624908089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207965021636298, 39.963130113035902 ], [ -75.207982784638205, 39.963262816198203 ], [ -75.208251957727896, 39.963241939616204 ], [ -75.208267959942702, 39.963240859720798 ], [ -75.208515209595106, 39.9632224962875 ], [ -75.208515202656997, 39.963215983684201 ], [ -75.208498261048106, 39.963088714750803 ], [ -75.207965021636298, 39.963130113035902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "100 E PASTORIUS ST", "addr_range": "100-102 E PASTORIUS ST; 6133-6137 BAYNTON ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1486, "objectid": 7933, "Shape__Area": 239.90625, "Shape__Length": 72.942074693883228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177376466332205, 40.043299549096702 ], [ -75.177411883109698, 40.043320750153597 ], [ -75.177450157160294, 40.043344013628001 ], [ -75.177573165715202, 40.043418162578199 ], [ -75.177620820821403, 40.043371596110902 ], [ -75.177424497478995, 40.043252991131297 ], [ -75.177376466332205, 40.043299549096702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2444 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 705, "objectid": 7934, "Shape__Area": 111.796875, "Shape__Length": 50.990922239468986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178823097816604, 39.993329354063498 ], [ -75.178991187581104, 39.993351285339699 ], [ -75.178998987331596, 39.993352297982803 ], [ -75.179003506871695, 39.993334813283198 ], [ -75.179007571597793, 39.993314335149201 ], [ -75.178999397388296, 39.993313250147501 ], [ -75.178831377668402, 39.993291142050097 ], [ -75.178823097816604, 39.993329354063498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "417 N FELTON ST", "addr_range": "413-417 N FELTON ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1489, "objectid": 7935, "Shape__Area": 235.6953125, "Shape__Length": 89.230671712356298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2438913823555, 39.969140220004498 ], [ -75.244232314101893, 39.969183016106797 ], [ -75.244233968077097, 39.969175668592797 ], [ -75.244241615534506, 39.969141582566003 ], [ -75.243900128346198, 39.969098485137103 ], [ -75.2438913823555, 39.969140220004498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2362 N GRATZ ST", "addr_range": "2362 N GRATZ ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 702, "objectid": 7936, "Shape__Area": 111.3125, "Shape__Length": 49.352643358068505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163042078741199, 39.990150286209399 ], [ -75.163207919094901, 39.990172093778902 ], [ -75.163216764433798, 39.990131896990398 ], [ -75.163050912951107, 39.990109830589198 ], [ -75.163042078741199, 39.990150286209399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3721 MOUNT VERNON ST", "addr_range": "3719-3721 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1104, "objectid": 7937, "Shape__Area": 151.296875, "Shape__Length": 72.527305313595591 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196930706608498, 39.964189590952799 ], [ -75.196966953406005, 39.964395680989597 ], [ -75.196968465744504, 39.964403920106101 ], [ -75.197012377512294, 39.964399384837598 ], [ -75.196972263577507, 39.964184679842901 ], [ -75.196930706608498, 39.964189590952799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1952 S REDFIELD ST", "addr_range": "1952 S REDFIELD ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 920, "objectid": 7938, "Shape__Area": 142.8671875, "Shape__Length": 61.228894280463905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229640589654096, 39.933393676920097 ], [ -75.229674170587202, 39.933422076426297 ], [ -75.229696152616498, 39.933408035427803 ], [ -75.229840786629595, 39.9333067431741 ], [ -75.229805535014805, 39.933277695226401 ], [ -75.229640589654096, 39.933393676920097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1430-32 W GLENWOOD AVE", "addr_range": "1430-1440 W GLENWOOD AVE; 1443-1445 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "6", "parcelarea": 2015, "objectid": 7939, "Shape__Area": 319.48828125, "Shape__Length": 73.485138780491283 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155443521322098, 39.996117512653001 ], [ -75.155501597867101, 39.996124112509797 ], [ -75.155508230264203, 39.996124956201399 ], [ -75.155624576296404, 39.996080982493197 ], [ -75.155544254322393, 39.995956124089297 ], [ -75.1555380944109, 39.995957693192103 ], [ -75.1555357754619, 39.995960252829498 ], [ -75.155480414231505, 39.995953907177899 ], [ -75.155443521322098, 39.996117512653001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5155 RENO ST", "addr_range": "5155 RENO ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 630, "objectid": 7940, "Shape__Area": 99.60546875, "Shape__Length": 47.502582138629059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223889497302196, 39.966364885309702 ], [ -75.223914190599203, 39.966489549592701 ], [ -75.223962291613404, 39.966483869993603 ], [ -75.2239379954284, 39.9663591991484 ], [ -75.223889497302196, 39.966364885309702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1802 JUDSON ST", "addr_range": "1800-1804 JUDSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 658, "objectid": 7941, "Shape__Area": 104.30078125, "Shape__Length": 49.674250641988117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172769923824802, 39.982346193141403 ], [ -75.172942585603195, 39.982370559417298 ], [ -75.172949972625304, 39.982333859443699 ], [ -75.172778268875007, 39.982310176034296 ], [ -75.172769923824802, 39.982346193141403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2146 S CECIL ST", "addr_range": "2146-2148 S CECIL ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 750, "objectid": 7942, "Shape__Area": 119.6953125, "Shape__Length": 51.806199016762832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224508168037005, 39.933015457588397 ], [ -75.224544697065198, 39.933046192283797 ], [ -75.224636266141303, 39.932981692455698 ], [ -75.224676237905896, 39.932953537950901 ], [ -75.224639916550302, 39.932922978159297 ], [ -75.224628336742597, 39.932931106962499 ], [ -75.224508168037005, 39.933015457588397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2547 N WARNOCK ST", "addr_range": "2539-2551 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 672, "objectid": 7943, "Shape__Area": 106.8515625, "Shape__Length": 49.598071455841875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1488852635336, 39.991237040135601 ], [ -75.149055101690493, 39.991261118531703 ], [ -75.149063132920105, 39.991223774844201 ], [ -75.148893157176602, 39.991198917561697 ], [ -75.1488852635336, 39.991237040135601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1847 JUDSON ST", "addr_range": "1847-1849 JUDSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 704, "objectid": 7944, "Shape__Area": 111.55859375, "Shape__Length": 51.05595965946285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172298862874598, 39.983163398968799 ], [ -75.172475132105703, 39.983188280316 ], [ -75.172483294276702, 39.983150453487802 ], [ -75.172307519001805, 39.983125243563499 ], [ -75.172298862874598, 39.983163398968799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "124 N YEWDALL ST", "addr_range": "124 N YEWDALL ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 882, "objectid": 7945, "Shape__Area": 139.62109375, "Shape__Length": 57.094557988933531 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228843576018406, 39.962730140489398 ], [ -75.229040692526695, 39.962755684819498 ], [ -75.229048673734098, 39.962721816012703 ], [ -75.229050512336102, 39.962712877975697 ], [ -75.228852703425403, 39.962687947341003 ], [ -75.228843576018406, 39.962730140489398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1654 N MARSHALL ST", "addr_range": "1652-1654 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1347, "objectid": 7946, "Shape__Area": 213.09765625, "Shape__Length": 79.884519937585779 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146210568998498, 39.976993304905498 ], [ -75.146509699802294, 39.977027608915002 ], [ -75.146516868504193, 39.976984925297302 ], [ -75.146219246741197, 39.976949511245003 ], [ -75.146210568998498, 39.976993304905498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6008 UPLAND ST", "addr_range": "6008-6010 UPLAND ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 841, "objectid": 7947, "Shape__Area": 136.0390625, "Shape__Length": 58.289121088175833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229470847569402, 39.931545358727298 ], [ -75.229610914105706, 39.931664255815598 ], [ -75.229649371607906, 39.931637375509403 ], [ -75.229509336741103, 39.9315175925829 ], [ -75.229470847569402, 39.931545358727298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1244 W TUCKER ST", "addr_range": "2627 N 13TH ST; 1244 W TUCKER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 812, "objectid": 7948, "Shape__Area": 125.6796875, "Shape__Length": 57.565218155915581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152194929832703, 39.992769717538899 ], [ -75.152240928237603, 39.9927758844781 ], [ -75.152241712274403, 39.992772323375299 ], [ -75.152276385602505, 39.992616551557902 ], [ -75.152227713914399, 39.992610695348297 ], [ -75.152219980996705, 39.992650142642198 ], [ -75.152215062034102, 39.992669681636599 ], [ -75.1522068634753, 39.992711440317102 ], [ -75.152202822593196, 39.992727225716898 ], [ -75.152194929832703, 39.992769717538899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6045 CHESTER AVE", "addr_range": "6045-6047 CHESTER AVE", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1560, "objectid": 7949, "Shape__Area": 242.9140625, "Shape__Length": 90.105424320179338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232711371092094, 39.932935012675202 ], [ -75.232696793408294, 39.932945300128097 ], [ -75.232737692407795, 39.932979644644 ], [ -75.232767688985007, 39.933004740780198 ], [ -75.232854004406093, 39.933076980611098 ], [ -75.232865837398705, 39.933084236564902 ], [ -75.232907110981699, 39.933121491347599 ], [ -75.232931398364897, 39.933141884169501 ], [ -75.232932691306303, 39.933140913341802 ], [ -75.232936959286704, 39.933137637288098 ], [ -75.232960142789906, 39.933121123587597 ], [ -75.232973788338597, 39.933111671589899 ], [ -75.232948272360105, 39.933092187046398 ], [ -75.232914397624995, 39.9330632829245 ], [ -75.232905812252596, 39.933055936976501 ], [ -75.232738669351306, 39.932915946715298 ], [ -75.232711371092094, 39.932935012675202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1425 N 17TH ST", "addr_range": "1421-1429 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1764, "objectid": 7950, "Shape__Area": 279.515625, "Shape__Length": 91.74507321443086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163037586176799, 39.9757630154227 ], [ -75.163379489295096, 39.9758081535104 ], [ -75.163390021436598, 39.975758853948399 ], [ -75.163047751210499, 39.975713982420601 ], [ -75.163037586176799, 39.9757630154227 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3719 ASPEN ST", "addr_range": "3711-3719 ASPEN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1400, "objectid": 7951, "Shape__Area": 221.5703125, "Shape__Length": 78.496037025884632 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197214419062306, 39.966981414105298 ], [ -75.1972561328609, 39.967200974021701 ], [ -75.197317965646405, 39.967194015349698 ], [ -75.197274516152305, 39.966976577457501 ], [ -75.197273651632997, 39.966972255018099 ], [ -75.197214419062306, 39.966981414105298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2469 N OPAL ST", "addr_range": "2467-2469 N OPAL ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 828, "objectid": 7952, "Shape__Area": 136.9609375, "Shape__Length": 53.36200270405692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163989143026797, 39.991935105169397 ], [ -75.163995940608899, 39.991936032289701 ], [ -75.163999734956107, 39.9919365520648 ], [ -75.164163740985899, 39.991958785348302 ], [ -75.164164622100898, 39.991954903801798 ], [ -75.164174330682599, 39.991911808909201 ], [ -75.164010247148596, 39.991889429729703 ], [ -75.164006182536298, 39.991888870528399 ], [ -75.163999656465407, 39.991887981061197 ], [ -75.163999223351894, 39.991890003092998 ], [ -75.163989143026797, 39.991935105169397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2627 W MONTGOMERY AVE", "addr_range": "2623-2627 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1211, "objectid": 7953, "Shape__Area": 191.859375, "Shape__Length": 72.187519906416185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177854534974898, 39.983122559288198 ], [ -75.1778999336466, 39.982921983529103 ], [ -75.177842708362903, 39.982914188497197 ], [ -75.177797037769395, 39.983115290640797 ], [ -75.177854534974898, 39.983122559288198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4212 ASPEN ST", "addr_range": "4212 ASPEN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 945, "objectid": 7954, "Shape__Area": 149.59765625, "Shape__Length": 64.886343841488852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207847258828195, 39.965611003708602 ], [ -75.207870746165597, 39.965795079152301 ], [ -75.207920514971505, 39.965790764980298 ], [ -75.207896845130705, 39.965606525127697 ], [ -75.207847258828195, 39.965611003708602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1826 JUDSON ST", "addr_range": "1826 JUDSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 683, "objectid": 7955, "Shape__Area": 108.33203125, "Shape__Length": 50.191385354871663 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172667263758697, 39.9828167465935 ], [ -75.172840112243904, 39.982841810068997 ], [ -75.172847960313803, 39.982804506863403 ], [ -75.1726758075216, 39.982778798578302 ], [ -75.172667263758697, 39.9828167465935 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2047 S 56TH ST", "addr_range": "1848-1852 S ALLISON ST; 2047-2051 S 56TH ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 800, "objectid": 7956, "Shape__Area": 130.16015625, "Shape__Length": 53.448378225337905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220638401106001, 39.9336730598923 ], [ -75.220502454440805, 39.933766731612998 ], [ -75.220541702303095, 39.933799159291603 ], [ -75.220677081056905, 39.933705589426197 ], [ -75.220664694324398, 39.933695191704302 ], [ -75.220638401106001, 39.9336730598923 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2855 WEIKEL ST", "addr_range": "2843-2857 WEIKEL ST; 2842-2846 TULIP ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 759, "objectid": 7957, "Shape__Area": 120.3984375, "Shape__Length": 54.42219344480965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115366177990296, 39.985723880924397 ], [ -75.115324224953696, 39.985745485056299 ], [ -75.1154333710288, 39.9858689719062 ], [ -75.115474161208496, 39.985847663609199 ], [ -75.115366177990296, 39.985723880924397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3350 N 16TH ST", "addr_range": "3328-3350 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 2200, "objectid": 7958, "Shape__Area": 359.31640625, "Shape__Length": 103.3790642414032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155964687797294, 40.005033730397798 ], [ -75.155581845067005, 40.004980492425197 ], [ -75.155568552158499, 40.005037658917097 ], [ -75.155674313895005, 40.005051074712298 ], [ -75.155951765739601, 40.005089938514899 ], [ -75.155964687797294, 40.005033730397798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2436 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 739, "objectid": 7959, "Shape__Area": 117.234375, "Shape__Length": 53.168075358732374 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178567893043606, 39.993125154365401 ], [ -75.178558277085003, 39.993123938822798 ], [ -75.178381445251603, 39.99310155245 ], [ -75.178373174306699, 39.993139523164899 ], [ -75.178549929236993, 39.993161746544502 ], [ -75.178559045569898, 39.993162885121002 ], [ -75.178567893043606, 39.993125154365401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3222 W SUSQUEHANNA AVE", "addr_range": "3220-3224 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1153, "objectid": 7960, "Shape__Area": 182.51953125, "Shape__Length": 73.42447139515005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185857842025101, 39.990032325225499 ], [ -75.185910209081399, 39.990039072328898 ], [ -75.185926531228404, 39.989965883089504 ], [ -75.185931494093396, 39.989939364637003 ], [ -75.185956793256295, 39.989830476133598 ], [ -75.185904148448301, 39.989823271437601 ], [ -75.185882155101297, 39.989918998861597 ], [ -75.1858714526157, 39.989970456061002 ], [ -75.185857842025101, 39.990032325225499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1804 JUDSON ST", "addr_range": "1800-1804 JUDSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 712, "objectid": 7961, "Shape__Area": 112.859375, "Shape__Length": 50.589837491629872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172761184646603, 39.982385991058301 ], [ -75.172933492642898, 39.982409219530702 ], [ -75.172942585603195, 39.982370559417298 ], [ -75.172769923824802, 39.982346193141403 ], [ -75.172761184646603, 39.982385991058301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1718 N 26TH ST", "addr_range": "1714-1726 N 26TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 902, "objectid": 7962, "Shape__Area": 142.97265625, "Shape__Length": 61.140115448006803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177266807172799, 39.981705595921298 ], [ -75.177485907291896, 39.981733203862802 ], [ -75.177495695547094, 39.981693865254599 ], [ -75.177274900164804, 39.981666768041798 ], [ -75.177266807172799, 39.981705595921298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4058 N 12TH ST", "addr_range": "4058-4060 N 12TH ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1448, "objectid": 7963, "Shape__Area": 229.35546875, "Shape__Length": 86.111012703069605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146278342629302, 40.014667624753301 ], [ -75.146604120664506, 40.014709524489803 ], [ -75.146613623658695, 40.014667247862199 ], [ -75.1462868623492, 40.014625325850901 ], [ -75.146278342629302, 40.014667624753301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2434 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 698, "objectid": 7964, "Shape__Area": 110.64453125, "Shape__Length": 50.998775316147906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178863810717999, 39.993140825776003 ], [ -75.1790319512655, 39.993162517570397 ], [ -75.179040003196903, 39.993163552077903 ], [ -75.179048870301102, 39.9931258217308 ], [ -75.179040110370096, 39.993124706493198 ], [ -75.178871456818698, 39.993103293342998 ], [ -75.178863810717999, 39.993140825776003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4976 KERSHAW ST", "addr_range": "4976-4980 KERSHAW ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 885, "objectid": 7965, "Shape__Area": 144.046875, "Shape__Length": 66.583100867556013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222720363872497, 39.973766376252598 ], [ -75.222675012302702, 39.973771228516597 ], [ -75.222708000210403, 39.973963519050997 ], [ -75.222753622134405, 39.9739587375973 ], [ -75.222720363872497, 39.973766376252598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2414 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 749, "objectid": 7966, "Shape__Area": 118.765625, "Shape__Length": 53.463573722778868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178659740755606, 39.992708130091302 ], [ -75.178650312703297, 39.992706903447399 ], [ -75.178473017377399, 39.992684070719299 ], [ -75.178464436846099, 39.992722485909802 ], [ -75.178641916754401, 39.9927448704764 ], [ -75.178651762622806, 39.992746107381699 ], [ -75.178659740755606, 39.992708130091302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3323 N 19TH ST", "addr_range": "3323 N 19TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1566, "objectid": 7967, "Shape__Area": 246.21484375, "Shape__Length": 87.614418343034828 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159912512255502, 40.004952059436199 ], [ -75.160067007626694, 40.004972180365698 ], [ -75.160242428997094, 40.004994320183101 ], [ -75.160252598684096, 40.004949172619199 ], [ -75.159922877156902, 40.004907850654703 ], [ -75.159912512255502, 40.004952059436199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3229 N 15TH ST", "addr_range": "3227-3229 N 15TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1395, "objectid": 7968, "Shape__Area": 216.13671875, "Shape__Length": 82.045754349886906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153980436834104, 40.002609535695797 ], [ -75.154288681974705, 40.002649712799197 ], [ -75.154297981978999, 40.002607672545203 ], [ -75.153989638416704, 40.002567316637297 ], [ -75.153980436834104, 40.002609535695797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1025 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 618, "objectid": 7969, "Shape__Area": 95.8203125, "Shape__Length": 46.320653566238995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147490537102001, 39.997478894647301 ], [ -75.147513201145799, 39.997481987199002 ], [ -75.147537678385405, 39.9974853632283 ], [ -75.147544344732793, 39.997457965671998 ], [ -75.147564405649206, 39.9973643764991 ], [ -75.147516964403295, 39.997358094846 ], [ -75.147490537102001, 39.997478894647301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2439 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 784, "objectid": 7970, "Shape__Area": 124.32421875, "Shape__Length": 53.830884425035443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178550672217796, 39.9932035935269 ], [ -75.178559890293897, 39.993204767719902 ], [ -75.178736178142003, 39.993227174061097 ], [ -75.178744264933698, 39.993186265507603 ], [ -75.178701226977793, 39.993181609973902 ], [ -75.178568805384799, 39.993164168758902 ], [ -75.178559045569898, 39.993162885121002 ], [ -75.178550672217796, 39.9932035935269 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2453 N 10TH ST", "addr_range": "2431-2455 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "13", "parcelarea": 992, "objectid": 7971, "Shape__Area": 158.7890625, "Shape__Length": 62.107023833044082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148058164175396, 39.989819117382901 ], [ -75.148276120857304, 39.9898474639228 ], [ -75.148285830461504, 39.989804079143397 ], [ -75.148068259923406, 39.989774952078498 ], [ -75.148058164175396, 39.989819117382901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1725 N 26TH ST", "addr_range": "1723-1725 N 26TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC", "stabilized": "YES", "numparcels": "2", "parcelarea": 991, "objectid": 7972, "Shape__Area": 157.08984375, "Shape__Length": 64.450206351147173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176823302441093, 39.981786536983797 ], [ -75.177055925407203, 39.981815608544998 ], [ -75.177056511932093, 39.981812833062897 ], [ -75.177064652743994, 39.981774941517699 ], [ -75.176832031151804, 39.981745868199901 ], [ -75.176823302441093, 39.981786536983797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2155 N NATRONA ST", "addr_range": "2155 N NATRONA ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 938, "objectid": 7973, "Shape__Area": 148.57421875, "Shape__Length": 60.097186742727111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185456051792698, 39.9897178479616 ], [ -75.185667472849204, 39.989745332023801 ], [ -75.185675793897801, 39.989703092117097 ], [ -75.185465622358095, 39.989675279186201 ], [ -75.185456051792698, 39.9897178479616 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2467 N OPAL ST", "addr_range": "2467-2469 N OPAL ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 747, "objectid": 7974, "Shape__Area": 118.4296875, "Shape__Length": 51.492849936478514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164010247148596, 39.991889429729703 ], [ -75.164174330682599, 39.991911808909201 ], [ -75.164183117992906, 39.991871465685698 ], [ -75.164019415522503, 39.991848433756502 ], [ -75.164015102261104, 39.991847821199698 ], [ -75.164008618945999, 39.991846916477897 ], [ -75.164008059069204, 39.991849498788397 ], [ -75.163999656465407, 39.991887981061197 ], [ -75.164006182536298, 39.991888870528399 ], [ -75.164010247148596, 39.991889429729703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1851 S CONESTOGA ST", "addr_range": "1851-1853 S CONESTOGA ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 919, "objectid": 7975, "Shape__Area": 145.46484375, "Shape__Length": 60.115834918189513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218694246888006, 39.934928275444697 ], [ -75.218537865255001, 39.935041368189303 ], [ -75.218573700823399, 39.9350720768999 ], [ -75.218731938238307, 39.934959186344599 ], [ -75.218694246888006, 39.934928275444697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6137 VINE ST", "addr_range": "6137 VINE ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1307, "objectid": 7976, "Shape__Area": 207.08984375, "Shape__Length": 78.230711938466911 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243080168565797, 39.9673272958971 ], [ -75.243133091872195, 39.967333949126697 ], [ -75.243180298586907, 39.967111209914997 ], [ -75.243124710985299, 39.967104063314402 ], [ -75.243124408908102, 39.967105458659503 ], [ -75.243107075059399, 39.9671857097943 ], [ -75.243092845287904, 39.967252858934003 ], [ -75.243076519514503, 39.967326828744604 ], [ -75.243080168565797, 39.9673272958971 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2438 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 686, "objectid": 7977, "Shape__Area": 108.82421875, "Shape__Length": 50.811209489752713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178847640608595, 39.9932147275928 ], [ -75.179015941970107, 39.993236632043399 ], [ -75.179024137818004, 39.993237702211701 ], [ -75.179030981628202, 39.993205857000902 ], [ -75.179032374224604, 39.9932006343982 ], [ -75.179023947246904, 39.993199542835399 ], [ -75.178855583918704, 39.993177668541797 ], [ -75.178847640608595, 39.9932147275928 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "200-06 SHEDAKER ST", "addr_range": "201-05 E LOGAN ST; 200-06 SHEDAKER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 6844, "objectid": 7978, "Shape__Area": 2233.0390625, "Shape__Length": 195.6775682150147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159719867205297, 40.030497126499803 ], [ -75.159861220438799, 40.030580671563499 ], [ -75.159958849570501, 40.030638470487702 ], [ -75.160114868827094, 40.030731745363099 ], [ -75.160219832702296, 40.030625415657298 ], [ -75.160345511904694, 40.030500435230202 ], [ -75.160213637766802, 40.030421198737699 ], [ -75.159987259593393, 40.030287457568299 ], [ -75.159863301740202, 40.030412411558999 ], [ -75.159826715325707, 40.0303919523977 ], [ -75.159719867205297, 40.030497126499803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "308 HIGH ST", "addr_range": "308 HIGH ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 5713, "objectid": 7979, "Shape__Area": 931.2734375, "Shape__Length": 138.00175971028659 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173477503349801, 40.042870874590001 ], [ -75.173588025237393, 40.042940088719803 ], [ -75.173676561791694, 40.042993996128601 ], [ -75.173680463832895, 40.042992342892703 ], [ -75.173833587781104, 40.043085724998797 ], [ -75.173935162349807, 40.042988496273097 ], [ -75.173581136069402, 40.042770790181599 ], [ -75.173477503349801, 40.042870874590001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2331 N OPAL ST", "addr_range": "2331 N OPAL ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 648, "objectid": 7980, "Shape__Area": 98.8828125, "Shape__Length": 47.439051755119991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164475045685705, 39.989737762969902 ], [ -75.1646372128249, 39.989759147862699 ], [ -75.164645409917995, 39.989722724250399 ], [ -75.164483235883495, 39.989700968894603 ], [ -75.164475045685705, 39.989737762969902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1442 W YORK ST", "addr_range": "2327-2349 N 15TH ST; 1442 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1084, "objectid": 7981, "Shape__Area": 169.89453125, "Shape__Length": 67.313592168382868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157188907624302, 39.989315919612302 ], [ -75.157135053217104, 39.989308658103802 ], [ -75.157093715146303, 39.989495036788497 ], [ -75.157149276248106, 39.989502578340399 ], [ -75.157188907624302, 39.989315919612302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5503 W OXFORD ST", "addr_range": "5503-5505 W OXFORD ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 630, "objectid": 7982, "Shape__Area": 99.82421875, "Shape__Length": 46.355784724743387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233012239791705, 39.979911071414499 ], [ -75.233068692685094, 39.979931314222902 ], [ -75.233071256638993, 39.979932224597903 ], [ -75.233070215982096, 39.9799230134238 ], [ -75.233066875787998, 39.979911382199397 ], [ -75.233067233968598, 39.979909617796899 ], [ -75.233066148747298, 39.979907803718497 ], [ -75.233061389556795, 39.979880136090898 ], [ -75.233058297936395, 39.979870298793699 ], [ -75.233051632038396, 39.979831917958897 ], [ -75.233050026154402, 39.979828320203303 ], [ -75.233046709322593, 39.979808694958301 ], [ -75.233045442624899, 39.979806152499201 ], [ -75.233038393054301, 39.979806948439602 ], [ -75.233031428938801, 39.979807682283003 ], [ -75.233010549012306, 39.979809675052202 ], [ -75.233001808272206, 39.979811481757103 ], [ -75.2329925019814, 39.979812115575498 ], [ -75.233012239791705, 39.979911071414499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "100 W DUVAL ST", "addr_range": "100-102 W DUVAL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1602, "objectid": 7983, "Shape__Area": 264.7578125, "Shape__Length": 82.95485273338123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183398026762504, 40.042861518778402 ], [ -75.183528671441707, 40.042946260111101 ], [ -75.183530612235103, 40.042944321256698 ], [ -75.1835747976276, 40.042900076981503 ], [ -75.183338268751399, 40.042756839758297 ], [ -75.183298333822904, 40.042796843270402 ], [ -75.183398026762504, 40.042861518778402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2604 N JESSUP ST", "addr_range": "2604 N JESSUP ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 896, "objectid": 7984, "Shape__Area": 143.046875, "Shape__Length": 57.626304885198429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150227605812105, 39.991904398075199 ], [ -75.150217703635093, 39.991947391194302 ], [ -75.150416648218197, 39.9919738206939 ], [ -75.150419669372695, 39.991958396988601 ], [ -75.150422100999904, 39.991945765706198 ], [ -75.150426304077598, 39.991930740890098 ], [ -75.150314006211403, 39.991915575125702 ], [ -75.150309434083496, 39.991914536313097 ], [ -75.150227605812105, 39.991904398075199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2348 W MONTGOMERY AVE", "addr_range": "2348 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1204, "objectid": 7985, "Shape__Area": 190.8828125, "Shape__Length": 76.323677806910581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173619354728203, 39.9822463017681 ], [ -75.173671885566904, 39.982252961885699 ], [ -75.173673071402803, 39.982247668025401 ], [ -75.173720474201204, 39.982034339753 ], [ -75.173668143513495, 39.982027378703798 ], [ -75.173619354728203, 39.9822463017681 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4232 ASPEN ST", "addr_range": "4232-4236 ASPEN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 840, "objectid": 7986, "Shape__Area": 140.75390625, "Shape__Length": 56.834147560051903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208861753695899, 39.965562534207997 ], [ -75.208882644111398, 39.965714182442397 ], [ -75.208939632709104, 39.965708933009502 ], [ -75.208931264074707, 39.9656453810465 ], [ -75.208917600575504, 39.9655580965346 ], [ -75.208861753695899, 39.965562534207997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1749 N 26TH ST", "addr_range": "1745-1749 N 26TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 972, "objectid": 7987, "Shape__Area": 154.02734375, "Shape__Length": 63.667445521544742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176726236690598, 39.982239050851902 ], [ -75.176717285827493, 39.982279551565803 ], [ -75.176947208479604, 39.982308032968398 ], [ -75.176955318225595, 39.982267656642797 ], [ -75.176726236690598, 39.982239050851902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1034 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 609, "objectid": 7988, "Shape__Area": 96.96875, "Shape__Length": 46.835364279045962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147772316429197, 39.997308769300098 ], [ -75.147819134553401, 39.997314924995898 ], [ -75.147847052428801, 39.997192385714897 ], [ -75.147798612120994, 39.997186467165101 ], [ -75.147772316429197, 39.997308769300098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2316 N SYDENHAM ST", "addr_range": "2314-2334 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1120, "objectid": 7989, "Shape__Area": 163.234375, "Shape__Length": 69.816186958432922 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158276052335594, 39.988865791027898 ], [ -75.158535713084504, 39.9889008154585 ], [ -75.158541532498802, 39.988875735491 ], [ -75.158541817166693, 39.988874322816301 ], [ -75.158543960652807, 39.988863183283001 ], [ -75.158284354244699, 39.988827966376199 ], [ -75.158281478940197, 39.988841092342 ], [ -75.158276052335594, 39.988865791027898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1432 N 17TH ST", "addr_range": "1432 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2175, "objectid": 7990, "Shape__Area": 344.58203125, "Shape__Length": 94.456523984175931 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1634897734248, 39.976127538359997 ], [ -75.163828113948199, 39.976172207327203 ], [ -75.163841645395706, 39.976111273830497 ], [ -75.163503575254595, 39.976066093807503 ], [ -75.163502742535002, 39.976069816057098 ], [ -75.1634897734248, 39.976127538359997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2621 N 29TH ST", "addr_range": "2621 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1113, "objectid": 7991, "Shape__Area": 176.26171875, "Shape__Length": 69.113599144453858 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178412287563503, 39.996025416019798 ], [ -75.178662768377905, 39.996059107205497 ], [ -75.178672163191806, 39.996016923289297 ], [ -75.178421224423502, 39.9959831407702 ], [ -75.178412287563503, 39.996025416019798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "139 W ROOSEVELT BLVD", "addr_range": "137-141 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1766, "objectid": 7992, "Shape__Area": 279.8515625, "Shape__Length": 86.474642310323432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1248091835716, 40.025851923326798 ], [ -75.124870949476801, 40.026089541934098 ], [ -75.124911144809502, 40.026084673474102 ], [ -75.1249414118261, 40.026080110558603 ], [ -75.124878496242601, 40.025841271854198 ], [ -75.1248091835716, 40.025851923326798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "201-05 E LOGAN ST", "addr_range": "201-05 E LOGAN ST; 200-06 SHEDAKER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 7691, "objectid": 7993, "Shape__Area": 1218.6953125, "Shape__Length": 150.98112088106092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159826715291302, 40.030391953298 ], [ -75.159863301705798, 40.030412412459199 ], [ -75.159987260764396, 40.030287457594703 ], [ -75.159845920351998, 40.030203557963802 ], [ -75.159707164297203, 40.0301190244598 ], [ -75.1596829202321, 40.030109739599901 ], [ -75.159659530364095, 40.030103409509003 ], [ -75.1596416579237, 40.030100814227303 ], [ -75.159623703057804, 40.030100409253997 ], [ -75.159608540299004, 40.030101534107601 ], [ -75.159579029350994, 40.030106671014799 ], [ -75.159552111578293, 40.030118058183 ], [ -75.159466020846295, 40.030169407763204 ], [ -75.159457617110206, 40.030174779270901 ], [ -75.159564729863703, 40.030237950782301 ], [ -75.159629556818402, 40.030276667256601 ], [ -75.159643486556206, 40.030284203079397 ], [ -75.159826715291302, 40.030391953298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2250 N 19TH ST", "addr_range": "2234-2254 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 909, "objectid": 7994, "Shape__Area": 139.546875, "Shape__Length": 60.233812152390662 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164023430789896, 39.988494357264898 ], [ -75.164239952906797, 39.9885208201719 ], [ -75.164248206259003, 39.988482366963702 ], [ -75.164032049600493, 39.988455138331297 ], [ -75.164023430789896, 39.988494357264898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "714 N 36TH ST", "addr_range": "710-714 N 36TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1637, "objectid": 7995, "Shape__Area": 258.9453125, "Shape__Length": 80.090738270992915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195109885803902, 39.966483286836798 ], [ -75.195119740942303, 39.9665387316928 ], [ -75.195403758580298, 39.966507432160597 ], [ -75.195393870693195, 39.966452260510898 ], [ -75.195109885803902, 39.966483286836798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3227 N 15TH ST", "addr_range": "3227-3229 N 15TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1377, "objectid": 7996, "Shape__Area": 218.09375, "Shape__Length": 82.121226014929817 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153989638416704, 40.002567316637297 ], [ -75.154297981978999, 40.002607672545203 ], [ -75.154307104408403, 40.00256479123 ], [ -75.153999154326797, 40.0025251191027 ], [ -75.153989638416704, 40.002567316637297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3949 RENO ST", "addr_range": "3945-3949 RENO ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1113, "objectid": 7997, "Shape__Area": 176.05078125, "Shape__Length": 61.736649398651238 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201921959589896, 39.968157236428098 ], [ -75.201952485386101, 39.968315257677403 ], [ -75.202019619775498, 39.968307704199603 ], [ -75.202007402321001, 39.9682458077747 ], [ -75.201989676549502, 39.968148664257903 ], [ -75.201921959589896, 39.968157236428098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "431 N DAGGETT ST", "addr_range": "431-443 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1639, "objectid": 7998, "Shape__Area": 259.68359375, "Shape__Length": 92.477405456504954 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.249920445612503, 39.970125584696902 ], [ -75.249902878325003, 39.970123606289 ], [ -75.249896505652003, 39.9701572699121 ], [ -75.249893483315304, 39.970168245703398 ], [ -75.249911301020006, 39.970170261103199 ], [ -75.249915723092798, 39.970170761094401 ], [ -75.250130891960097, 39.970195001345701 ], [ -75.250241727140505, 39.970207313319399 ], [ -75.250246045137203, 39.970207777693801 ], [ -75.250255195444893, 39.9701629401128 ], [ -75.250251368493394, 39.970163324357401 ], [ -75.250130982834506, 39.970149256423802 ], [ -75.249924702128695, 39.970126064862903 ], [ -75.249920445612503, 39.970125584696902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1532 N DARIEN ST", "addr_range": "1510-1532 N DARIEN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 1138, "objectid": 7999, "Shape__Area": 90.6328125, "Shape__Length": 43.402515316997622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149444025926101, 39.975470254907599 ], [ -75.149585940342803, 39.9754888170757 ], [ -75.149594882713004, 39.975450621840899 ], [ -75.149452451497396, 39.975431886687701 ], [ -75.149444025926101, 39.975470254907599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "348 MECHANIC ST", "addr_range": "346-348 MECHANIC ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1801, "objectid": 8000, "Shape__Area": 278.94140625, "Shape__Length": 87.717896073815311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173302517020801, 40.042459022284397 ], [ -75.1735566302726, 40.0426141368348 ], [ -75.1735992557971, 40.042572520149399 ], [ -75.173346022207596, 40.042417426324803 ], [ -75.173336529111893, 40.042426562266897 ], [ -75.173302517020801, 40.042459022284397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "842 UNION ST", "addr_range": "840-846 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2363, "objectid": 8001, "Shape__Area": 373.8515625, "Shape__Length": 111.74818633893175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202313796689296, 39.968943466459798 ], [ -75.202323836228601, 39.968993629355701 ], [ -75.202324040078295, 39.968994907001402 ], [ -75.202367631957998, 39.968990007528198 ], [ -75.202398943651403, 39.968986914005903 ], [ -75.202408245780404, 39.968985799663301 ], [ -75.2025103481689, 39.968974282969903 ], [ -75.202603120396503, 39.968965220618003 ], [ -75.202620569855796, 39.968962496838699 ], [ -75.202656515672302, 39.968959297093697 ], [ -75.202666947517599, 39.968958190691303 ], [ -75.202688992583504, 39.968955795077001 ], [ -75.202695972827101, 39.968954612046304 ], [ -75.202704092963003, 39.968953696690903 ], [ -75.202736546294503, 39.968950854573599 ], [ -75.202751285606297, 39.968948360733897 ], [ -75.202741218655703, 39.9688938616397 ], [ -75.202715440228005, 39.968897480840504 ], [ -75.202685273240903, 39.968900808893402 ], [ -75.202659772443198, 39.9689031449076 ], [ -75.202646982531206, 39.968905085547803 ], [ -75.202638861230398, 39.968906000873197 ], [ -75.202614521385499, 39.968908136498897 ], [ -75.202591308072201, 39.9689109584669 ], [ -75.202584614847396, 39.968912356896297 ], [ -75.202517437273698, 39.968919892638397 ], [ -75.202509607824695, 39.968920863088499 ], [ -75.202460150456403, 39.968926261290399 ], [ -75.202449979069499, 39.968928260045303 ], [ -75.202427639717897, 39.968930665297997 ], [ -75.202313796689296, 39.968943466459798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "124 W DUVAL ST", "addr_range": "124 W DUVAL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1607, "objectid": 8002, "Shape__Area": 254.91796875, "Shape__Length": 82.273945092294895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183848129338799, 40.042259268175002 ], [ -75.183804824803602, 40.042299083046601 ], [ -75.184040333673195, 40.0424437633813 ], [ -75.184083195001705, 40.042401810342199 ], [ -75.183926657931806, 40.042307382026102 ], [ -75.183848129338799, 40.042259268175002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3129 WESTMONT ST", "addr_range": "3129 WESTMONT ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 901, "objectid": 8003, "Shape__Area": 142.66015625, "Shape__Length": 62.60713576454863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184430008505103, 39.989126020726097 ], [ -75.184479368984398, 39.9891324589249 ], [ -75.184514215725102, 39.988957275190998 ], [ -75.184465552030801, 39.988950658862201 ], [ -75.184430008505103, 39.989126020726097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2509 N 11TH ST", "addr_range": "2505-2511 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1039, "objectid": 8004, "Shape__Area": 165.546875, "Shape__Length": 65.164683679143991 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149531749286396, 39.990426769145898 ], [ -75.149763949831595, 39.9904580953257 ], [ -75.149773998817693, 39.990414573966198 ], [ -75.149540752520494, 39.990384834232898 ], [ -75.149531749286396, 39.990426769145898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6037 E WISTER ST", "addr_range": "6037 E WISTER ST", "zipcode": 19138, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1851, "objectid": 8005, "Shape__Area": 293.55078125, "Shape__Length": 87.363967125003498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157747629706904, 40.046039766426098 ], [ -75.157746457984501, 40.046060002915503 ], [ -75.157744250388703, 40.046096367627598 ], [ -75.158062034570193, 40.046107278479802 ], [ -75.158065430268095, 40.046050241553097 ], [ -75.157890155984006, 40.046044014273598 ], [ -75.157833385541494, 40.046042733238103 ], [ -75.157747629706904, 40.046039766426098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5414 LENA ST", "addr_range": "5410-5414 LENA ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1314, "objectid": 8006, "Shape__Area": 208.31640625, "Shape__Length": 80.529029716893973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169386145594999, 40.034948981064197 ], [ -75.169424839164606, 40.034979236055499 ], [ -75.169474013391493, 40.034928564233503 ], [ -75.169522707110502, 40.034878381657997 ], [ -75.169557171470402, 40.0348428541948 ], [ -75.169576596322003, 40.034822851151198 ], [ -75.169595933826699, 40.034802925431201 ], [ -75.169609655541507, 40.034787839018698 ], [ -75.169566534088702, 40.034762626684 ], [ -75.169386145594999, 40.034948981064197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2717 W STERNER ST", "addr_range": "2715-2735 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 630, "objectid": 8007, "Shape__Area": 100.65625, "Shape__Length": 48.009945608194457 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175885628199097, 39.997361741889698 ], [ -75.175933498121296, 39.997368392592101 ], [ -75.175960075604294, 39.997242319835102 ], [ -75.175912283708797, 39.997235251020001 ], [ -75.175885628199097, 39.997361741889698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1543 N ROBINSON ST", "addr_range": "1543-1545 N ROBINSON ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1891, "objectid": 8008, "Shape__Area": 299.6328125, "Shape__Length": 92.852548421256188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242513173937496, 39.975123771318103 ], [ -75.242169769667299, 39.975162480892202 ], [ -75.242179458464093, 39.9752150322049 ], [ -75.242523684833898, 39.975176742402297 ], [ -75.242513173937496, 39.975123771318103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "417 N DAGGETT ST", "addr_range": "415-423 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1488, "objectid": 8009, "Shape__Area": 235.69140625, "Shape__Length": 91.338446858834686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.249971553537307, 39.969875993032403 ], [ -75.249975578364598, 39.969876468148897 ], [ -75.250305685171, 39.969915317938998 ], [ -75.250313940576703, 39.969874876614803 ], [ -75.249983850871402, 39.969836108305998 ], [ -75.249979826046399, 39.969835633189803 ], [ -75.249961594921103, 39.969833494365602 ], [ -75.249953557102501, 39.969874826984402 ], [ -75.249971553537307, 39.969875993032403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2254 N 19TH ST", "addr_range": "2234-2254 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 909, "objectid": 8010, "Shape__Area": 138.60546875, "Shape__Length": 60.100170872666787 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164006445561995, 39.988575025424701 ], [ -75.1642222453047, 39.988602777655103 ], [ -75.164230505953697, 39.988564194866001 ], [ -75.164014708857394, 39.988536314763898 ], [ -75.164006445561995, 39.988575025424701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2528 N BOUVIER ST", "addr_range": "2524-2528 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 696, "objectid": 8011, "Shape__Area": 111.19140625, "Shape__Length": 49.675458013494051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161003598384895, 39.9923103727143 ], [ -75.1611714088978, 39.992333937686702 ], [ -75.161180095766497, 39.992293542831 ], [ -75.161012236849203, 39.992271219278699 ], [ -75.161003598384895, 39.9923103727143 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2627 N 13TH ST", "addr_range": "2627 N 13TH ST; 1244 W TUCKER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1005, "objectid": 8012, "Shape__Area": 164.48828125, "Shape__Length": 65.80855158800739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152499105898102, 39.992768266929602 ], [ -75.152397432561102, 39.992754198741601 ], [ -75.152262089033499, 39.9927360472958 ], [ -75.1522528652727, 39.992777750340203 ], [ -75.152489642930604, 39.992809642912803 ], [ -75.152499105898102, 39.992768266929602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2517 N WARNOCK ST", "addr_range": "2501-2517 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 672, "objectid": 8013, "Shape__Area": 103.75, "Shape__Length": 49.418729034050429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149005794634604, 39.990670061120497 ], [ -75.149177424090098, 39.990691650796798 ], [ -75.149185022118104, 39.990655246060903 ], [ -75.149013687762505, 39.990633600009701 ], [ -75.149005794634604, 39.990670061120497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2239 N CHADWICK ST", "addr_range": "2235-2245 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "5", "parcelarea": 742, "objectid": 8014, "Shape__Area": 115.5546875, "Shape__Length": 51.24131510039409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160088376864707, 39.987625301249899 ], [ -75.160093401357599, 39.987625961545902 ], [ -75.160263802141301, 39.987648344965898 ], [ -75.160271737265106, 39.987608433275902 ], [ -75.160101742616902, 39.987586398713297 ], [ -75.160096903626993, 39.987585757920797 ], [ -75.160088809483796, 39.987623294536697 ], [ -75.160088376864707, 39.987625301249899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5433 MEDIA ST", "addr_range": "5433-5435 MEDIA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1428, "objectid": 8015, "Shape__Area": 225.93359375, "Shape__Length": 83.949884504651251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230681256363198, 39.975493687292897 ], [ -75.230665067783093, 39.975495748363102 ], [ -75.230713161415196, 39.975737307109497 ], [ -75.230769989205896, 39.975731511573102 ], [ -75.230767440347194, 39.975725620766902 ], [ -75.230747335315996, 39.975616920204601 ], [ -75.230721380976604, 39.9754885711424 ], [ -75.230681256363198, 39.975493687292897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2814 W SUSQUEHANNA AVE", "addr_range": "2814 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 912, "objectid": 8016, "Shape__Area": 144.35546875, "Shape__Length": 60.192721667648399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179101666265794, 39.989168314547101 ], [ -75.1791544029997, 39.989175815475498 ], [ -75.179190503605398, 39.9890121535296 ], [ -75.179137429201305, 39.989004726142603 ], [ -75.179101666265794, 39.989168314547101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5150 FUNSTON ST", "addr_range": "5148-5150 FUNSTON ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 935, "objectid": 8017, "Shape__Area": 148.83984375, "Shape__Length": 62.126542555534257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223729725954101, 39.965720181130102 ], [ -75.223772583888106, 39.965889299715798 ], [ -75.223824809529106, 39.965881390023597 ], [ -75.223781446790198, 39.965710697113501 ], [ -75.223729725954101, 39.965720181130102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3344 N 16TH ST", "addr_range": "3328-3350 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 2695, "objectid": 8018, "Shape__Area": 436.6796875, "Shape__Length": 107.08396159554452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155610785495298, 40.0048490590776 ], [ -75.155994498498799, 40.004899770359202 ], [ -75.155998854000103, 40.004883443225701 ], [ -75.156001859085194, 40.004872807039703 ], [ -75.156005356625798, 40.004858604040699 ], [ -75.156011259356703, 40.004830882461299 ], [ -75.155624038989401, 40.004781945359198 ], [ -75.155610785495298, 40.0048490590776 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2619 N 24TH ST", "addr_range": "2619 N 24TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 932, "objectid": 8019, "Shape__Area": 148.59375, "Shape__Length": 62.444409188798616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170916964309995, 39.994909508260697 ], [ -75.170918173196796, 39.994909664267396 ], [ -75.170925620512406, 39.994876962633597 ], [ -75.170927228630703, 39.994869938425701 ], [ -75.170712747463497, 39.994841584717499 ], [ -75.170702196398906, 39.994840188027901 ], [ -75.170694163713407, 39.994880032343801 ], [ -75.1707044034315, 39.994881391403503 ], [ -75.170916964309995, 39.994909508260697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2458 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 704, "objectid": 8020, "Shape__Area": 111.71484375, "Shape__Length": 51.066934162593455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178764849194707, 39.993596313574798 ], [ -75.178933626141202, 39.993617809808498 ], [ -75.1789416576364, 39.993618828546701 ], [ -75.178946422173297, 39.993595399961499 ], [ -75.178949332235106, 39.993581069692503 ], [ -75.178941761253597, 39.993580078389002 ], [ -75.178773137633797, 39.993557876504198 ], [ -75.178764849194707, 39.993596313574798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1919 W VENANGO ST", "addr_range": "1919 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2080, "objectid": 8021, "Shape__Area": 340.5859375, "Shape__Length": 117.23841603156899 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160051182585505, 40.009200478331003 ], [ -75.160108235659607, 40.009207825575899 ], [ -75.160186603549505, 40.008854295735702 ], [ -75.160128402499197, 40.008846825317498 ], [ -75.160066337319293, 40.009128522672398 ], [ -75.160051182585505, 40.009200478331003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5515 PASCHALL AVE", "addr_range": "5515-5517 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 900, "objectid": 8022, "Shape__Area": 140.4296875, "Shape__Length": 59.0879072996145 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219676638060903, 39.934172635908098 ], [ -75.219638024840606, 39.9342008160029 ], [ -75.219780064296302, 39.934320960900401 ], [ -75.219819525676002, 39.934293074274699 ], [ -75.219676638060903, 39.934172635908098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2436 CLIFFORD ST", "addr_range": "2434-2438 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1227, "objectid": 8023, "Shape__Area": 194.203125, "Shape__Length": 75.573979816444307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175042607686294, 39.981441482431698 ], [ -75.175096635152499, 39.981447949333898 ], [ -75.175144343216502, 39.981233047054403 ], [ -75.175089391207095, 39.981226719807502 ], [ -75.175042607686294, 39.981441482431698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6041 KINGSESSING AVE", "addr_range": "6041-6043 KINGSESSING AVE", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1215, "objectid": 8024, "Shape__Area": 192.34765625, "Shape__Length": 72.600819522190335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231468087961005, 39.931866831323703 ], [ -75.231485358003994, 39.931881638253202 ], [ -75.231648024748907, 39.932019678811301 ], [ -75.231681818512001, 39.9319959678445 ], [ -75.2316909770161, 39.931989543927401 ], [ -75.231596767274397, 39.931910020939497 ], [ -75.231580139183095, 39.931895986764196 ], [ -75.231510720437299, 39.931837398569201 ], [ -75.231468087961005, 39.931866831323703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3607 N 16TH ST", "addr_range": "3607-3609 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2792, "objectid": 8025, "Shape__Area": 442.1640625, "Shape__Length": 108.4172034218502 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154247265285704, 40.008368076483201 ], [ -75.154284519834505, 40.0083728841538 ], [ -75.154639075617297, 40.008415831283799 ], [ -75.154653617736003, 40.008348553060898 ], [ -75.154260625920898, 40.0082998687691 ], [ -75.154253312603203, 40.008333780814198 ], [ -75.154247265285704, 40.008368076483201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2144 BELLMORE ST", "addr_range": "2136-2152 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 649, "objectid": 8026, "Shape__Area": 102.8515625, "Shape__Length": 47.761379836045379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114402359807997, 39.988485048436999 ], [ -75.114426971444601, 39.988519401338699 ], [ -75.114428229191404, 39.988518866175298 ], [ -75.114570795653293, 39.988458433387002 ], [ -75.114545788723504, 39.988425119338899 ], [ -75.114402359807997, 39.988485048436999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4320 WALLACE ST", "addr_range": "4320 WALLACE ST; 618 PALLAS ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 683, "objectid": 8027, "Shape__Area": 175.890625, "Shape__Length": 69.456419241459741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210059403141798, 39.963379546698199 ], [ -75.210034234815794, 39.963183767508397 ], [ -75.209979208417707, 39.963187955345902 ], [ -75.210004375416801, 39.963383734521898 ], [ -75.210059403141798, 39.963379546698199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1939 N 32ND ST", "addr_range": "1937-1939 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1311, "objectid": 8028, "Shape__Area": 207.82421875, "Shape__Length": 67.95116608462223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185485146473198, 39.986518426283602 ], [ -75.185714745096604, 39.986548752073404 ], [ -75.185717339292097, 39.986537219452302 ], [ -75.185727007446303, 39.986494283430901 ], [ -75.185496643105296, 39.9864642640146 ], [ -75.185485146473198, 39.986518426283602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2555 N HUTCHINSON ST", "addr_range": "2553-2559 N HUTCHINSON ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 696, "objectid": 8029, "Shape__Area": 107.1015625, "Shape__Length": 52.841514494975542 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146908108026096, 39.990912488317903 ], [ -75.146946529541196, 39.990917792696102 ], [ -75.146955604153703, 39.990918869783201 ], [ -75.146959033715504, 39.990918511467001 ], [ -75.146975301766602, 39.990921121240703 ], [ -75.147008864911996, 39.990925767596899 ], [ -75.147021349226307, 39.990926485009602 ], [ -75.147034917847904, 39.990928985802803 ], [ -75.147064943514593, 39.990932955444102 ], [ -75.147071212598306, 39.990932871456003 ], [ -75.147093014678802, 39.990935993249103 ], [ -75.147097317220698, 39.990937461271898 ], [ -75.147104977546803, 39.990903831401901 ], [ -75.147096312477203, 39.990901910347603 ], [ -75.147074812215493, 39.990898585461601 ], [ -75.147071382689802, 39.990898942881103 ], [ -75.147029466446696, 39.990892946597199 ], [ -75.147020411664002, 39.990891871767602 ], [ -75.1470169821729, 39.990892228285198 ], [ -75.146975092952601, 39.990885588364399 ], [ -75.146969358876802, 39.990885344795501 ], [ -75.146960333910798, 39.990884592301697 ], [ -75.146936576694898, 39.990880555756902 ], [ -75.146916124777107, 39.9908783025029 ], [ -75.146908108026096, 39.990912488317903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2416 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 766, "objectid": 8030, "Shape__Area": 121.54296875, "Shape__Length": 53.700121326052304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178651762622806, 39.992746107381699 ], [ -75.178641916754401, 39.9927448704764 ], [ -75.178464436846099, 39.992722485909802 ], [ -75.178456123867804, 39.992761599971502 ], [ -75.178633288358, 39.992784026137301 ], [ -75.178642570786593, 39.992785200865598 ], [ -75.178651762622806, 39.992746107381699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2238 N 19TH ST", "addr_range": "2234-2254 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 911, "objectid": 8031, "Shape__Area": 146.8046875, "Shape__Length": 60.754310657092695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164077154154398, 39.988251368151303 ], [ -75.164293007794299, 39.9882771554702 ], [ -75.164301676123102, 39.988236631163304 ], [ -75.164085501718901, 39.9882099193972 ], [ -75.164077154154398, 39.988251368151303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5032 RENO ST", "addr_range": "5028-5032 RENO ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 700, "objectid": 8032, "Shape__Area": 114.94921875, "Shape__Length": 52.085807912710166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221280602772495, 39.9663681888753 ], [ -75.221305264494205, 39.966507666456302 ], [ -75.221334945017404, 39.966504420139898 ], [ -75.221348932856699, 39.966502890367501 ], [ -75.221355305415798, 39.966502192877002 ], [ -75.221330633367003, 39.966363052955998 ], [ -75.2213069221756, 39.966365173931301 ], [ -75.221280602772495, 39.9663681888753 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2602 S 60TH ST", "addr_range": "2600-2602 S 60TH ST", "zipcode": 19142, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1159, "objectid": 8033, "Shape__Area": 183.4296875, "Shape__Length": 70.314663604487109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222337942754805, 39.925601737243497 ], [ -75.222217576864097, 39.9256383513546 ], [ -75.222121930452104, 39.925669513221699 ], [ -75.222142638689306, 39.925709462341999 ], [ -75.222208046394499, 39.9256896748429 ], [ -75.222358302262904, 39.9256414687027 ], [ -75.222383285992507, 39.925633444591497 ], [ -75.222362823806293, 39.925594176690502 ], [ -75.222337942754805, 39.925601737243497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2611 N DARIEN ST", "addr_range": "801-813 W HUNTINGDON ST; 2611-2623 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 560, "objectid": 8034, "Shape__Area": 87.515625, "Shape__Length": 42.717218524793353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145692550485705, 39.991478321143198 ], [ -75.145832669372993, 39.991496443710702 ], [ -75.145834263952693, 39.991489838464098 ], [ -75.145841461072905, 39.991459019250499 ], [ -75.1457011135562, 39.9914408428494 ], [ -75.145692550485705, 39.991478321143198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1421 N 17TH ST", "addr_range": "1421-1429 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1753, "objectid": 8035, "Shape__Area": 277.82421875, "Shape__Length": 91.634972407571638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163058523771298, 39.9756671399685 ], [ -75.163400447333402, 39.975711728845603 ], [ -75.163410581449099, 39.975663500628798 ], [ -75.163068709656301, 39.975617558716301 ], [ -75.163058523771298, 39.9756671399685 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3010 W SUSQUEHANNA AVE", "addr_range": "3006-3014 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 865, "objectid": 8036, "Shape__Area": 137.57421875, "Shape__Length": 58.088117012761401 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182272971485503, 39.989416412645902 ], [ -75.182237711994603, 39.9895729843442 ], [ -75.182289871626594, 39.989580212316902 ], [ -75.182326174793005, 39.989423792797503 ], [ -75.182272971485503, 39.989416412645902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2136 BELLMORE ST", "addr_range": "2136-2152 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 666, "objectid": 8037, "Shape__Area": 105.59765625, "Shape__Length": 48.592706414106146 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114500128321197, 39.988621009998802 ], [ -75.114525138811103, 39.988654807089603 ], [ -75.114672145454705, 39.9885933966926 ], [ -75.114646703042297, 39.988559378876502 ], [ -75.114500128321197, 39.988621009998802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "234 N 61ST ST", "addr_range": "234 N 61ST ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1687, "objectid": 8038, "Shape__Area": 267.22265625, "Shape__Length": 100.43969936501209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242028506303598, 39.966137379265902 ], [ -75.242286550718802, 39.9661693264704 ], [ -75.242420068973203, 39.966186042321702 ], [ -75.242428939114305, 39.966144955375903 ], [ -75.242322782164294, 39.966131576544797 ], [ -75.242287453761506, 39.966127258117901 ], [ -75.242037104098401, 39.966096285491403 ], [ -75.242028506303598, 39.966137379265902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1715 MASTER ST", "addr_range": "1715 MASTER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1900, "objectid": 8039, "Shape__Area": 309.65625, "Shape__Length": 92.26729123739608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164181012610101, 39.9755251943593 ], [ -75.164253707202207, 39.975534828020898 ], [ -75.164255446499894, 39.975528209606701 ], [ -75.164256219353604, 39.975525535687197 ], [ -75.1642575721215, 39.9755207952904 ], [ -75.164261719771204, 39.975501027657899 ], [ -75.164308738150197, 39.975276426805102 ], [ -75.164238195471796, 39.975266970506901 ], [ -75.164181012610101, 39.9755251943593 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1655 N MARSHALL ST", "addr_range": "1653-1655 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 777, "objectid": 8040, "Shape__Area": 123.0390625, "Shape__Length": 51.558301732232856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145853151568602, 39.9770003966511 ], [ -75.146026237728705, 39.977022475421201 ], [ -75.146034043252996, 39.9769795630014 ], [ -75.145873799018005, 39.976958646046299 ], [ -75.1458627331928, 39.976957074034701 ], [ -75.145853151568602, 39.9770003966511 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1828 N ETTING ST", "addr_range": "1828-1832 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 591, "objectid": 8041, "Shape__Area": 90.328125, "Shape__Length": 43.59358238804721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178972568457496, 39.983640311896501 ], [ -75.179116004403497, 39.983659128761403 ], [ -75.179124909265397, 39.983621511897603 ], [ -75.178980936021901, 39.983602472168897 ], [ -75.178972568457496, 39.983640311896501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1833 S ALLISON ST", "addr_range": "1821-1843 S ALLISON ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 685, "objectid": 8042, "Shape__Area": 108.49609375, "Shape__Length": 50.488025624698651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220424321174306, 39.934034752372497 ], [ -75.220292292740893, 39.934125510859602 ], [ -75.220307953396201, 39.934138510844598 ], [ -75.220326158339006, 39.934153999648103 ], [ -75.220457097843095, 39.934062153022801 ], [ -75.220424321174306, 39.934034752372497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1209 W LOUDON ST", "addr_range": "1209 W LOUDON ST", "zipcode": 19141, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2486, "objectid": 8043, "Shape__Area": 394.03515625, "Shape__Length": 99.784691455225385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144136931458206, 40.026065317472501 ], [ -75.144223463136399, 40.026076872326598 ], [ -75.144281066175196, 40.025804817072299 ], [ -75.144193014262797, 40.025793518787502 ], [ -75.144181815408103, 40.025848169236603 ], [ -75.144173604732799, 40.025888910865802 ], [ -75.144165029527301, 40.0259303857625 ], [ -75.144136931458206, 40.026065317472501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3948 PARRISH ST", "addr_range": "3948-3962 PARRISH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1690, "objectid": 8044, "Shape__Area": 267.31640625, "Shape__Length": 84.371673505980453 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202193367239602, 39.968267814025999 ], [ -75.202212007011099, 39.9683685088361 ], [ -75.202214967361002, 39.968386209934103 ], [ -75.202216853647897, 39.968389555802098 ], [ -75.202220161667896, 39.968408602611497 ], [ -75.202220981067597, 39.968415229675301 ], [ -75.202230926215293, 39.968468467418496 ], [ -75.202231952966201, 39.9684768407283 ], [ -75.202236877871798, 39.968502482752797 ], [ -75.202305194444904, 39.968494135439698 ], [ -75.202302848509603, 39.9684812827781 ], [ -75.202299616271702, 39.968461900678498 ], [ -75.202288483576595, 39.968400672594001 ], [ -75.202287890595997, 39.968393035125899 ], [ -75.202286085161305, 39.968388095375097 ], [ -75.202283913620903, 39.968376181827999 ], [ -75.202279343971298, 39.968349434952799 ], [ -75.202277272986507, 39.968341490761901 ], [ -75.202276298647305, 39.968332313118196 ], [ -75.202271318458699, 39.968306459032704 ], [ -75.202270190273694, 39.9682957633839 ], [ -75.202266976092503, 39.9682814579444 ], [ -75.202264827560299, 39.968268369096499 ], [ -75.202263041477394, 39.968262913499203 ], [ -75.202261817811504, 39.968259259785 ], [ -75.202254313936606, 39.968261042943404 ], [ -75.2022435891692, 39.968262094147804 ], [ -75.2022290932386, 39.9682631913603 ], [ -75.202218189567503, 39.968265109861498 ], [ -75.202209452697304, 39.968265673609899 ], [ -75.202193367239602, 39.968267814025999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "314 SHEDAKER ST", "addr_range": "314-316 SHEDAKER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1262, "objectid": 8045, "Shape__Area": 200.0078125, "Shape__Length": 82.755995819625255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158818758928504, 40.031625934583701 ], [ -75.158994107835099, 40.031730332210003 ], [ -75.159071489689296, 40.031776956603203 ], [ -75.1591030888315, 40.031746799767497 ], [ -75.158849227856507, 40.031595203598698 ], [ -75.158818758928504, 40.031625934583701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3118 EUCLID AVE", "addr_range": "3118-3124 EUCLID AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1005, "objectid": 8046, "Shape__Area": 154.421875, "Shape__Length": 67.83055041537439 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185120052501205, 39.984754605385 ], [ -75.185168775857207, 39.984761207519199 ], [ -75.185182591955396, 39.984690008571398 ], [ -75.185210088313895, 39.984568387614303 ], [ -75.185161224837202, 39.984561653518902 ], [ -75.185120052501205, 39.984754605385 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2740 W STERNER ST", "addr_range": "2740-2742 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 630, "objectid": 8047, "Shape__Area": 101.01953125, "Shape__Length": 47.131197786293527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176520662041, 39.997233610601398 ], [ -75.176570400475896, 39.997239674022701 ], [ -75.176596060606499, 39.9971178360571 ], [ -75.176545843578197, 39.997111729479101 ], [ -75.176520662041, 39.997233610601398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2259 N CLEVELAND ST", "addr_range": "2259 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 637, "objectid": 8048, "Shape__Area": 103.51171875, "Shape__Length": 47.897334709846668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162694164127899, 39.988417282578403 ], [ -75.162856627087805, 39.988437387385702 ], [ -75.162863845557197, 39.988399184841199 ], [ -75.162702098369806, 39.988378434831503 ], [ -75.162694164127899, 39.988417282578403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2559 CADWALLADER ST", "addr_range": "918 W HUNTINGDON ST; 2554-2562 N HUTCHINSON ST; 2555-2567 CADWALLADER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 858, "objectid": 8049, "Shape__Area": 135.9921875, "Shape__Length": 63.98551652039437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147382186655193, 39.991045830928599 ], [ -75.147372378630607, 39.991091244315299 ], [ -75.147593671125193, 39.990999848215303 ], [ -75.147586691728506, 39.990988358739003 ], [ -75.147571442207095, 39.990967362498402 ], [ -75.147553516486596, 39.990975789666201 ], [ -75.147537358921795, 39.990981758392103 ], [ -75.147515334490805, 39.9909915594829 ], [ -75.147504946472296, 39.9909952569013 ], [ -75.147497376527198, 39.990999696683701 ], [ -75.147486572117401, 39.991003836070298 ], [ -75.147382186655193, 39.991045830928599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1854 N ETTING ST", "addr_range": "1854-1856 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 588, "objectid": 8050, "Shape__Area": 93.19921875, "Shape__Length": 44.400752149491971 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178865168556598, 39.984135829902797 ], [ -75.179011680897105, 39.984154812202704 ], [ -75.179019776962605, 39.984116967291001 ], [ -75.178872770280506, 39.9840972152736 ], [ -75.178865168556598, 39.984135829902797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2121 N 30TH ST", "addr_range": "2121-2123 N 30TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 879, "objectid": 8051, "Shape__Area": 139.23828125, "Shape__Length": 57.968836826734844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181737444499305, 39.988825151698499 ], [ -75.181940365083705, 39.988852372322903 ], [ -75.181949526871406, 39.988811778671 ], [ -75.181793644195196, 39.988789866044698 ], [ -75.181792039918605, 39.988789636430703 ], [ -75.181747367188805, 39.988783365930402 ], [ -75.181737444499305, 39.988825151698499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2320 N CLEVELAND ST", "addr_range": "2318-2330 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 663, "objectid": 8052, "Shape__Area": 105.0859375, "Shape__Length": 48.536059811489018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162780003595699, 39.989282482658702 ], [ -75.162944628656604, 39.989304247947302 ], [ -75.162953615085897, 39.989266375373802 ], [ -75.162788619763901, 39.989243877333202 ], [ -75.162780003595699, 39.989282482658702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "31 W DUVAL ST", "addr_range": "31 W DUVAL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2350, "objectid": 8053, "Shape__Area": 373.9453125, "Shape__Length": 109.788130178261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1824830067021, 40.044139253142099 ], [ -75.182814625714101, 40.044337537895998 ], [ -75.182858418012898, 40.044294300519397 ], [ -75.182525781817205, 40.044095171435302 ], [ -75.1824830067021, 40.044139253142099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2100 W WESTMORELAND ST", "addr_range": "2100-2102 W WESTMORELAND ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 783, "objectid": 8054, "Shape__Area": 124.2421875, "Shape__Length": 51.865486914053953 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164067699104194, 40.004507036848501 ], [ -75.164045577673306, 40.004605159156199 ], [ -75.164102903871793, 40.004612995393302 ], [ -75.164130406669898, 40.004479739375597 ], [ -75.164075493534597, 40.004472442249799 ], [ -75.164067699104194, 40.004507036848501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3352 N SYDENHAM ST", "addr_range": "3352 N SYDENHAM ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 919, "objectid": 8055, "Shape__Area": 145.875, "Shape__Length": 59.231322619575558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154805276948494, 40.004715692952097 ], [ -75.154994434244898, 40.004739812824702 ], [ -75.155003706248607, 40.004697949388003 ], [ -75.154796939306493, 40.004670610364499 ], [ -75.154787149779196, 40.004713381126599 ], [ -75.154805276948494, 40.004715692952097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2413 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 741, "objectid": 8056, "Shape__Area": 117.57421875, "Shape__Length": 52.933997463651465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178659740755606, 39.992708130091302 ], [ -75.178668626476707, 39.992709231958997 ], [ -75.178844392614806, 39.992730997569602 ], [ -75.178852971761899, 39.992692582324501 ], [ -75.178677010565096, 39.992670989854403 ], [ -75.178668333129394, 39.992669925089501 ], [ -75.178659740755606, 39.992708130091302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2143 BELLMORE ST", "addr_range": "2141-2153 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 649, "objectid": 8057, "Shape__Area": 102.76171875, "Shape__Length": 47.719649510910237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114197233536899, 39.988630851434202 ], [ -75.114221190136803, 39.988664786577502 ], [ -75.114364429668896, 39.988603805446303 ], [ -75.114339812443106, 39.9885695965678 ], [ -75.114197233536899, 39.988630851434202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1822 W HUNTINGDON ST", "addr_range": "1816-1822 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "4", "parcelarea": 858, "objectid": 8058, "Shape__Area": 138.81640625, "Shape__Length": 60.307530390845876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162061155401304, 39.993216364160602 ], [ -75.162111831554995, 39.993222922710601 ], [ -75.162148739899095, 39.993056818206099 ], [ -75.162098979602604, 39.993050360509102 ], [ -75.162061155401304, 39.993216364160602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2338 W MONTGOMERY AVE", "addr_range": "2326-2338 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1307, "objectid": 8059, "Shape__Area": 206.96484375, "Shape__Length": 88.711753998327325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173456164531899, 39.981998730395397 ], [ -75.173438405572895, 39.981996799973203 ], [ -75.173447394954493, 39.981953204456197 ], [ -75.173415477670503, 39.981948844191201 ], [ -75.173357360747204, 39.982211501937499 ], [ -75.173407804716007, 39.982217936923398 ], [ -75.173454351444306, 39.982007313284697 ], [ -75.173456164531899, 39.981998730395397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2441 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 731, "objectid": 8060, "Shape__Area": 115.9609375, "Shape__Length": 52.925435991634608 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178542711079302, 39.993241118884903 ], [ -75.178551658197094, 39.993242271691201 ], [ -75.178727915322597, 39.993264935043797 ], [ -75.178736178142003, 39.993227174061097 ], [ -75.178559890293897, 39.993204767719902 ], [ -75.178550672217796, 39.9932035935269 ], [ -75.178542711079302, 39.993241118884903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5023 MASTER ST", "addr_range": "5023 MASTER ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1735, "objectid": 8061, "Shape__Area": 174.55078125, "Shape__Length": 68.750175307929226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223885798454901, 39.974772991268097 ], [ -75.223943280198398, 39.9747997413482 ], [ -75.223908017398699, 39.974596971226703 ], [ -75.223904881000095, 39.974597354485802 ], [ -75.223851861842107, 39.9746038431364 ], [ -75.2238772720588, 39.974762841236803 ], [ -75.223878343386602, 39.974769523196997 ], [ -75.223885798454901, 39.974772991268097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5617 HEISKELL ST", "addr_range": "5615-5621 HEISKELL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 658, "objectid": 8062, "Shape__Area": 112.6640625, "Shape__Length": 53.55240698349273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169538332537797, 40.038950135995897 ], [ -75.169536615169903, 40.038950661447302 ], [ -75.169490712821897, 40.038953256776097 ], [ -75.169475222452704, 40.038954134140901 ], [ -75.169451851008802, 40.038955478666601 ], [ -75.169401927882603, 40.038957920556001 ], [ -75.169361273335397, 40.038959844449202 ], [ -75.169365143953598, 40.03899594216 ], [ -75.169410028904494, 40.038994146646701 ], [ -75.169421722566199, 40.0389932966171 ], [ -75.169480432653302, 40.0389897474641 ], [ -75.169495756804196, 40.038988802392304 ], [ -75.169528909030205, 40.038986726123298 ], [ -75.169558122821599, 40.038983964895401 ], [ -75.169554617873501, 40.038948760202203 ], [ -75.169538332537797, 40.038950135995897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1866 W HUNTING PARK AVE", "addr_range": "1866 W HUNTING PARK AVE", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1074, "objectid": 8063, "Shape__Area": 170.20703125, "Shape__Length": 65.948154426743699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158356904252898, 40.0134785927876 ], [ -75.158468618852893, 40.013620389823998 ], [ -75.158479595115793, 40.013634324003398 ], [ -75.158527175839495, 40.013612039972898 ], [ -75.158516775719093, 40.013598361175298 ], [ -75.158506075956893, 40.0135843052959 ], [ -75.158406418514602, 40.013453419643596 ], [ -75.158356904252898, 40.0134785927876 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3315 N 20TH ST", "addr_range": "3313-3317 N 20TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1517, "objectid": 8064, "Shape__Area": 237.66796875, "Shape__Length": 88.335160048801214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161561149898404, 40.0047753648183 ], [ -75.161896913602902, 40.004818719427703 ], [ -75.161905980126605, 40.004776110262398 ], [ -75.161570360000894, 40.004732805764903 ], [ -75.161561149898404, 40.0047753648183 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1819 N ETTING ST", "addr_range": "1817-1823 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 591, "objectid": 8065, "Shape__Area": 97.14453125, "Shape__Length": 45.128425958118719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178761099938498, 39.983411477580503 ], [ -75.178753086089401, 39.983451016417199 ], [ -75.178900816333396, 39.983471542580503 ], [ -75.178909779227396, 39.983432395312001 ], [ -75.178761099938498, 39.983411477580503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1017 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 614, "objectid": 8066, "Shape__Area": 93.6484375, "Shape__Length": 45.994700715390096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147300546310106, 39.997453050874803 ], [ -75.1473160771164, 39.997455191535799 ], [ -75.147348755749803, 39.9974594950978 ], [ -75.147374849171101, 39.997339251792198 ], [ -75.147329494568794, 39.997333211090201 ], [ -75.147300546310106, 39.997453050874803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2426 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 711, "objectid": 8067, "Shape__Area": 112.69140625, "Shape__Length": 51.219641380336462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179081287187401, 39.992975391517497 ], [ -75.1790725910585, 39.992974262393801 ], [ -75.178904373429802, 39.992952359887497 ], [ -75.178896591404694, 39.992990760555003 ], [ -75.179064302212396, 39.993012716591601 ], [ -75.179073082004294, 39.993013863807903 ], [ -75.179077440907804, 39.992991183883497 ], [ -75.179081287187401, 39.992975391517497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2142 BELLMORE ST", "addr_range": "2136-2152 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 649, "objectid": 8068, "Shape__Area": 102.7578125, "Shape__Length": 47.904930674899518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114426971444601, 39.988519401338699 ], [ -75.114450888050399, 39.988552739031903 ], [ -75.114596202740202, 39.988492272907699 ], [ -75.114570795653293, 39.988458433387002 ], [ -75.114426971444601, 39.988519401338699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1013 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 603, "objectid": 8069, "Shape__Area": 95.51953125, "Shape__Length": 46.264758999566268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147205761890703, 39.997440616600002 ], [ -75.147253914104198, 39.997446964057502 ], [ -75.147281776981799, 39.997327018581501 ], [ -75.147234796949107, 39.997320167010898 ], [ -75.147205761890703, 39.997440616600002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5610 APPLETREE ST", "addr_range": "5610-5612 APPLETREE ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 686, "objectid": 8070, "Shape__Area": 108.71484375, "Shape__Length": 48.901546730926306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2328514891624, 39.962834758906297 ], [ -75.232825154009802, 39.962960961169998 ], [ -75.232877745655003, 39.9629679507239 ], [ -75.232902458009406, 39.962840922675099 ], [ -75.2328514891624, 39.962834758906297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "346 MECHANIC ST", "addr_range": "346-348 MECHANIC ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1824, "objectid": 8071, "Shape__Area": 291.390625, "Shape__Length": 88.308516474128282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173346022207596, 40.042417426324803 ], [ -75.1735992557971, 40.042572520149399 ], [ -75.173643681220298, 40.0425292850584 ], [ -75.173391773561093, 40.042373542611102 ], [ -75.173371017819804, 40.042393775052197 ], [ -75.173346022207596, 40.042417426324803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2443 N CHADWICK ST", "addr_range": "2441-2443 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 686, "objectid": 8072, "Shape__Area": 106.22265625, "Shape__Length": 49.834599797180822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159389112841893, 39.990807038776197 ], [ -75.159560894382395, 39.990831323835998 ], [ -75.159569220575904, 39.9907943547177 ], [ -75.159397255017097, 39.990769921352197 ], [ -75.159389112841893, 39.990807038776197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3242 N 20TH ST", "addr_range": "3236-3242 N 20TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 840, "objectid": 8073, "Shape__Area": 134.69140625, "Shape__Length": 60.684616196598448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162241217875206, 40.004113404531601 ], [ -75.162471842978206, 40.004142878879101 ], [ -75.162472774840296, 40.0041365657437 ], [ -75.162460497448194, 40.0041210069 ], [ -75.162446495659907, 40.004101783502001 ], [ -75.162249486065093, 40.004075225663399 ], [ -75.162241217875206, 40.004113404531601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "626 UNION ST", "addr_range": "620-640 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 772, "objectid": 8074, "Shape__Area": 121.45703125, "Shape__Length": 55.315195301001637 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201353209759603, 39.963793347001499 ], [ -75.201360855118295, 39.963827481117399 ], [ -75.201557382504106, 39.963804910014403 ], [ -75.201550712320397, 39.963767719740702 ], [ -75.2013529731029, 39.963790198137801 ], [ -75.201353209759603, 39.963793347001499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2504 EMERALD ST", "addr_range": "1945-1947 E CUMBERLAND ST; 2502-2512 EMERALD ST", "zipcode": 19125, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 775, "objectid": 8075, "Shape__Area": 122.7890625, "Shape__Length": 56.711879364428775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127584327508401, 39.985835170628498 ], [ -75.127700070310794, 39.9859664214191 ], [ -75.127734977001396, 39.985948132523497 ], [ -75.127739431163107, 39.9859456555536 ], [ -75.1276237595807, 39.985814197392699 ], [ -75.127584327508401, 39.985835170628498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3713 ASPEN ST", "addr_range": "3711-3719 ASPEN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1267, "objectid": 8076, "Shape__Area": 200.4453125, "Shape__Length": 75.796239230504227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197101583634193, 39.966992542176797 ], [ -75.197045118808006, 39.966998845299599 ], [ -75.197076322320299, 39.967165813967497 ], [ -75.197084349413501, 39.967213673817199 ], [ -75.197141705758597, 39.9672070841645 ], [ -75.197101583634193, 39.966992542176797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5101 MASTER ST", "addr_range": "5101 MASTER ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1735, "objectid": 8077, "Shape__Area": 153.61328125, "Shape__Length": 74.15619744505004 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224331265095401, 39.9745495948506 ], [ -75.224288902997401, 39.974552934107997 ], [ -75.224326769174297, 39.974773622773 ], [ -75.224369349195698, 39.9747701270162 ], [ -75.224331265095401, 39.9745495948506 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3841 MOUNT VERNON ST", "addr_range": "3841 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 953, "objectid": 8078, "Shape__Area": 150.84375, "Shape__Length": 60.735252260933535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198905548890295, 39.9639440407122 ], [ -75.198848454082494, 39.963951539805102 ], [ -75.198882291629005, 39.964115422886501 ], [ -75.198936035077296, 39.964108461942601 ], [ -75.198905548890295, 39.9639440407122 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1219 W HAZZARD ST", "addr_range": "1217-1219 W HAZZARD ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 596, "objectid": 8079, "Shape__Area": 98.8515625, "Shape__Length": 45.510896787128317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151770942163694, 39.991598892065497 ], [ -75.151747101909393, 39.991713689153798 ], [ -75.151798744137096, 39.991720726483997 ], [ -75.151822782007201, 39.991605691485901 ], [ -75.151770942163694, 39.991598892065497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1545 N 9TH ST", "addr_range": "1545-1551 N 9TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 784, "objectid": 8080, "Shape__Area": 123.890625, "Shape__Length": 55.092736752464162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149554172199402, 39.975677183474502 ], [ -75.149747756229203, 39.975703928948903 ], [ -75.149756104127405, 39.975665413885899 ], [ -75.149562701220802, 39.975638834711198 ], [ -75.149554172199402, 39.975677183474502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2551 N WARNOCK ST", "addr_range": "2539-2551 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 672, "objectid": 8081, "Shape__Area": 111.27734375, "Shape__Length": 50.129291847762445 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148868886338306, 39.991313302548299 ], [ -75.149039070411604, 39.991337132012397 ], [ -75.149047526625793, 39.991298571667798 ], [ -75.148876971781803, 39.991273475988002 ], [ -75.148868886338306, 39.991313302548299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2604 W MONTGOMERY AVE", "addr_range": "2604-2606 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1254, "objectid": 8082, "Shape__Area": 198.69140625, "Shape__Length": 72.709847801075327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177270080783401, 39.982498182110199 ], [ -75.177210075923, 39.9824907434134 ], [ -75.177206888236498, 39.982499666753 ], [ -75.177163118415393, 39.982690929897998 ], [ -75.177223021489297, 39.9826988339588 ], [ -75.177245118523203, 39.982597323076398 ], [ -75.177267543221603, 39.9825059595222 ], [ -75.177270080783401, 39.982498182110199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1509 N MARSTON ST", "addr_range": "1509-1513 N MARSTON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 747, "objectid": 8083, "Shape__Area": 118.33203125, "Shape__Length": 55.547379870014751 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179858382464801, 39.9788802260599 ], [ -75.179868434641094, 39.978881467526399 ], [ -75.1800580117267, 39.9789066525774 ], [ -75.180065080473696, 39.978871009203097 ], [ -75.180015879104005, 39.9788644103092 ], [ -75.179964950280294, 39.978857562772397 ], [ -75.179915333622901, 39.978850889661999 ], [ -75.1798750774703, 39.978845475842697 ], [ -75.1798663422923, 39.978844280990998 ], [ -75.179858382464801, 39.9788802260599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2449 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 752, "objectid": 8084, "Shape__Area": 119.28515625, "Shape__Length": 53.287843776878958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178703459577306, 39.993377256855403 ], [ -75.178686180933497, 39.993375275004603 ], [ -75.178526940124996, 39.993354862403301 ], [ -75.178517659438697, 39.993353670587197 ], [ -75.178509353766202, 39.993392559563802 ], [ -75.1785184273797, 39.993393713403997 ], [ -75.1786945562733, 39.993415906301699 ], [ -75.178703459577306, 39.993377256855403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5028 OGDEN ST", "addr_range": "5026-5028 OGDEN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 770, "objectid": 8085, "Shape__Area": 124.58984375, "Shape__Length": 55.809327078463738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221318420020793, 39.9672815335298 ], [ -75.2213452193064, 39.967433905544098 ], [ -75.221367307112601, 39.967431491091503 ], [ -75.221394305802704, 39.967428829864097 ], [ -75.221368782926007, 39.967276485091702 ], [ -75.221318420020793, 39.9672815335298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1462 N CORLIES ST", "addr_range": "1462 N CORLIES ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 713, "objectid": 8086, "Shape__Area": 113.14453125, "Shape__Length": 49.445753679471252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184777107500807, 39.979177470292598 ], [ -75.184942337254995, 39.979199073790198 ], [ -75.184951429261204, 39.979157919769797 ], [ -75.184786198467904, 39.979136315358801 ], [ -75.184777107500807, 39.979177470292598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1047 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 618, "objectid": 8087, "Shape__Area": 100.0625, "Shape__Length": 47.052862187153501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148018059727903, 39.997550078257099 ], [ -75.148067934122906, 39.9975563670965 ], [ -75.148069838466, 39.9975449168507 ], [ -75.148071689812596, 39.997539832911798 ], [ -75.148074997757107, 39.9975262700532 ], [ -75.148080916869304, 39.997494856806597 ], [ -75.148083735348905, 39.997486393438798 ], [ -75.148087942342798, 39.9974630343455 ], [ -75.148089149467594, 39.9974605154244 ], [ -75.148089641974195, 39.997454755554799 ], [ -75.148095268487097, 39.997434829987398 ], [ -75.148045058196402, 39.9974291462377 ], [ -75.148018059727903, 39.997550078257099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1434 W GLENWOOD AVE", "addr_range": "1430-1440 W GLENWOOD AVE; 1443-1445 W SOMERSET ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "6", "parcelarea": 825, "objectid": 8088, "Shape__Area": 130.87109375, "Shape__Length": 53.375535520299749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155596965076498, 39.995936392015203 ], [ -75.155544254322393, 39.995956124089297 ], [ -75.155624576296404, 39.996080982493197 ], [ -75.155676274284104, 39.996061421210101 ], [ -75.155596965076498, 39.995936392015203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 N 10TH ST", "addr_range": "2431-2455 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "13", "parcelarea": 992, "objectid": 8089, "Shape__Area": 160.734375, "Shape__Length": 62.070289730934519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148165238225204, 39.989338752775197 ], [ -75.148154923998604, 39.989383670891101 ], [ -75.148371520211498, 39.989413034327598 ], [ -75.148381282212696, 39.989368828999503 ], [ -75.148165238225204, 39.989338752775197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2642 N 29TH ST", "addr_range": "2642 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1070, "objectid": 8090, "Shape__Area": 169.4296875, "Shape__Length": 67.939190889840546 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178844408364398, 39.996444037682103 ], [ -75.179090939948196, 39.996477994434002 ], [ -75.179100039052202, 39.996436931930504 ], [ -75.178853373504197, 39.996402649632401 ], [ -75.178844408364398, 39.996444037682103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2721 W STERNER ST", "addr_range": "2715-2735 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 630, "objectid": 8091, "Shape__Area": 101.7421875, "Shape__Length": 48.046217159364701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175983234817707, 39.997374472445998 ], [ -75.176031921776897, 39.997381141427702 ], [ -75.176057405169601, 39.997259573504799 ], [ -75.176058300927906, 39.997255289457598 ], [ -75.176009910949901, 39.997248514517899 ], [ -75.176008862530395, 39.997253488019503 ], [ -75.175983234817707, 39.997374472445998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1006 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 630, "objectid": 8092, "Shape__Area": 96.9140625, "Shape__Length": 46.800071970327565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147105226364204, 39.997219025943103 ], [ -75.147153933964802, 39.997225611295001 ], [ -75.147180669602704, 39.997103351689098 ], [ -75.147134259520797, 39.997096947288803 ], [ -75.147105226364204, 39.997219025943103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1635-37 W JUNIATA ST", "addr_range": "1635-37 W JUNIATA ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2307, "objectid": 8093, "Shape__Area": 414.51171875, "Shape__Length": 86.66086719681735 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153846124873894, 40.0185214093515 ], [ -75.153935382653003, 40.018647309173602 ], [ -75.153980992109993, 40.0186273682448 ], [ -75.154030634745197, 40.018607744634998 ], [ -75.154067504140002, 40.018439126512398 ], [ -75.1540689274334, 40.0184326136986 ], [ -75.1540616910533, 40.018435464005698 ], [ -75.153901978661196, 40.018498348287501 ], [ -75.153895167015605, 40.018501031587803 ], [ -75.153856094277998, 40.018517267520899 ], [ -75.153846124873894, 40.0185214093515 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2458 N BOUVIER ST", "addr_range": "2458-2460 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 675, "objectid": 8094, "Shape__Area": 111.3125, "Shape__Length": 50.577945300031793 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161162175138799, 39.991370599818097 ], [ -75.161329406076007, 39.991393360447198 ], [ -75.161335859017001, 39.991394537644901 ], [ -75.161338204279204, 39.991383564802497 ], [ -75.161339500072799, 39.991377597763702 ], [ -75.161344108219595, 39.991356245792602 ], [ -75.161337975028303, 39.991354946961302 ], [ -75.161170554512196, 39.991332214503302 ], [ -75.161167815923903, 39.9913418891174 ], [ -75.161162175138799, 39.991370599818097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "103 W ROOSEVELT BLVD", "addr_range": "101-119 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1760, "objectid": 8095, "Shape__Area": 276.63671875, "Shape__Length": 85.434662774444149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123552340454594, 40.026043804134098 ], [ -75.123611696902003, 40.026279127554602 ], [ -75.123643558706902, 40.0262739725339 ], [ -75.123682473871497, 40.026268027328399 ], [ -75.123622016631202, 40.0260340978909 ], [ -75.123552340454594, 40.026043804134098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1930 N 24TH ST", "addr_range": "1924-1938 N 24TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 967, "objectid": 8096, "Shape__Area": 153.34375, "Shape__Length": 62.99654436874539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173359535755793, 39.9845407951601 ], [ -75.173350848325398, 39.984581947600702 ], [ -75.173439431494401, 39.984593994321401 ], [ -75.173494443093105, 39.984602709519301 ], [ -75.173510621828996, 39.984604908984799 ], [ -75.173576167682, 39.984613231721802 ], [ -75.173582980790599, 39.984584401789299 ], [ -75.173584740177802, 39.984572851557999 ], [ -75.173508459311805, 39.984562434449103 ], [ -75.173456792834003, 39.984555018830598 ], [ -75.173431367684799, 39.984550789027097 ], [ -75.173359535755793, 39.9845407951601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2141 N MARSTON ST", "addr_range": "2139-2141 N MARSTON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 717, "objectid": 8097, "Shape__Area": 113.6171875, "Shape__Length": 51.748644702989111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178095483691905, 39.9885937518711 ], [ -75.178097339556601, 39.988594018710003 ], [ -75.178106484445294, 39.988555632412798 ], [ -75.177927408273703, 39.988530842236003 ], [ -75.177918275805695, 39.988568341303299 ], [ -75.178095483691905, 39.9885937518711 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2405 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 769, "objectid": 8098, "Shape__Area": 121.953125, "Shape__Length": 53.231459278530018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178693082490597, 39.992557608963502 ], [ -75.178701655096205, 39.992558688497603 ], [ -75.178837668006196, 39.992575920807099 ], [ -75.178876816255595, 39.992580891020403 ], [ -75.178886044390097, 39.992540896422199 ], [ -75.178710392682106, 39.9925188748377 ], [ -75.178702237220605, 39.992517854204301 ], [ -75.178693082490597, 39.992557608963502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2140 BELLMORE ST", "addr_range": "2136-2152 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 656, "objectid": 8099, "Shape__Area": 103.94140625, "Shape__Length": 48.149121603588654 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114450888050399, 39.988552739031903 ], [ -75.114475887869702, 39.988586809802797 ], [ -75.114621290874396, 39.988525668999898 ], [ -75.114596202740202, 39.988492272907699 ], [ -75.114452274080705, 39.988552158158299 ], [ -75.114450888050399, 39.988552739031903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2502 EMERALD ST", "addr_range": "1945-1947 E CUMBERLAND ST; 2502-2512 EMERALD ST", "zipcode": 19125, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 998, "objectid": 8100, "Shape__Area": 157.9453125, "Shape__Length": 62.355249190372689 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127739431163107, 39.9859456555536 ], [ -75.1277472752178, 39.9859557965219 ], [ -75.127795235003902, 39.985930504824204 ], [ -75.127783872771602, 39.985917590309803 ], [ -75.127764539301097, 39.985895644689499 ], [ -75.127734688862603, 39.985861706686897 ], [ -75.1277027674696, 39.985825465187901 ], [ -75.127670908634599, 39.985789272863002 ], [ -75.1276237595807, 39.985814197392699 ], [ -75.127739431163107, 39.9859456555536 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "449 E HAINES ST", "addr_range": "449 E HAINES ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2263, "objectid": 8101, "Shape__Area": 359.203125, "Shape__Length": 106.731378458766 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171237273679296, 40.043964542211697 ], [ -75.1715588995378, 40.044156736046403 ], [ -75.171560270413906, 40.044155428816303 ], [ -75.171602939092296, 40.044113814695102 ], [ -75.171565487865706, 40.0440915507113 ], [ -75.171280349876298, 40.043921615573197 ], [ -75.171237273679296, 40.043964542211697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5113 N 10TH ST", "addr_range": "5113 N 10TH ST", "zipcode": 19141, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2279, "objectid": 8102, "Shape__Area": 361.1796875, "Shape__Length": 91.794177345088229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139141140046206, 40.030094124264203 ], [ -75.139457170013102, 40.030136691439502 ], [ -75.139473453543005, 40.030068228949098 ], [ -75.139402165218698, 40.030058774110898 ], [ -75.139319706547496, 40.030047470495496 ], [ -75.139238509347507, 40.030036677543599 ], [ -75.139156038914507, 40.030025711425097 ], [ -75.139148616619096, 40.030064392033502 ], [ -75.139141140046206, 40.030094124264203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2432 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 693, "objectid": 8103, "Shape__Area": 109.9453125, "Shape__Length": 51.02834204799835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178871456818698, 39.993103293342998 ], [ -75.179040110370096, 39.993124706493198 ], [ -75.179048870301102, 39.9931258217308 ], [ -75.179050293736296, 39.9931192275792 ], [ -75.179056812320596, 39.993088762639502 ], [ -75.179048116245596, 39.9930876317135 ], [ -75.178879415418507, 39.993065767909599 ], [ -75.178871456818698, 39.993103293342998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1907 W VENANGO ST", "addr_range": "1907-1913 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2080, "objectid": 8104, "Shape__Area": 330.2421875, "Shape__Length": 116.95578410462863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159712465834104, 40.009157050367797 ], [ -75.159768465329805, 40.009163971258801 ], [ -75.159847313690307, 40.008810484887199 ], [ -75.159791056473097, 40.008803170776801 ], [ -75.159712465834104, 40.009157050367797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1725 W BRISTOL ST", "addr_range": "1725 W BRISTOL ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1192, "objectid": 8105, "Shape__Area": 188.83984375, "Shape__Length": 77.137513175194002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1546281583867, 40.018961493868602 ], [ -75.154629489606606, 40.018963426004802 ], [ -75.154711209972305, 40.019081465531201 ], [ -75.154725080204699, 40.019102008659097 ], [ -75.154738746135294, 40.0191212749315 ], [ -75.154765125847106, 40.019161171715403 ], [ -75.154811469765406, 40.019141762436497 ], [ -75.154675124344294, 40.018944999981898 ], [ -75.154673633054003, 40.018942871410701 ], [ -75.1546281583867, 40.018961493868602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2243 N CHADWICK ST", "addr_range": "2235-2245 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "5", "parcelarea": 705, "objectid": 8106, "Shape__Area": 106.2421875, "Shape__Length": 50.415166635849893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160071392567403, 39.987703001903398 ], [ -75.160076608415096, 39.987703651200597 ], [ -75.160246955231301, 39.9877252432319 ], [ -75.160254733107095, 39.987689455551902 ], [ -75.160084571460303, 39.987666788290603 ], [ -75.160078630267193, 39.987665992879499 ], [ -75.160072156757394, 39.987699457428597 ], [ -75.160071392567403, 39.987703001903398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2500-06 RIDGE AVE", "addr_range": "2500-06 RIDGE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 3825, "objectid": 8107, "Shape__Area": 605.9765625, "Shape__Length": 105.23091905529883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175408512424795, 39.982660318770499 ], [ -75.175513108634803, 39.9827379447376 ], [ -75.175554448015802, 39.982769031654001 ], [ -75.175598059413304, 39.982800959707397 ], [ -75.175754636862905, 39.982668695662802 ], [ -75.175758782457095, 39.982647236438602 ], [ -75.175706087505304, 39.982640443860603 ], [ -75.175639699226394, 39.982631153738801 ], [ -75.175421698357297, 39.982601584755301 ], [ -75.175408512424795, 39.982660318770499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2549 N 11TH ST", "addr_range": "2545-2551 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1056, "objectid": 8108, "Shape__Area": 171.5859375, "Shape__Length": 65.114724441238593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149348006214794, 39.991290033153803 ], [ -75.149578593691402, 39.991318712840098 ], [ -75.149587956552196, 39.991273965878399 ], [ -75.149358554164607, 39.9912450247324 ], [ -75.149348006214794, 39.991290033153803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2432 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 719, "objectid": 8109, "Shape__Area": 113.9765625, "Shape__Length": 52.862205163692089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178583751405995, 39.993051697004098 ], [ -75.178574469498898, 39.993050538501699 ], [ -75.178397587862804, 39.993028327631997 ], [ -75.178389663127902, 39.993064951884698 ], [ -75.178566297905206, 39.993087559085097 ], [ -75.178575809689605, 39.993088772293298 ], [ -75.178583751405995, 39.993051697004098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2422 N DOUGLAS ST", "addr_range": "2422 N DOUGLAS ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 713, "objectid": 8110, "Shape__Area": 112.9140625, "Shape__Length": 51.188514375322264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185341887798899, 39.993765134565201 ], [ -75.185518200756107, 39.993789724027202 ], [ -75.185526311809198, 39.993751974566102 ], [ -75.185350764678205, 39.99372596872 ], [ -75.185341887798899, 39.993765134565201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2740 FRANKFORD AVE", "addr_range": "2736-2746 FRANKFORD AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 832, "objectid": 8111, "Shape__Area": 131.69140625, "Shape__Length": 52.505556329735484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121262185090401, 39.988159441906603 ], [ -75.121367204966901, 39.988259986294601 ], [ -75.121415593541698, 39.9882312884911 ], [ -75.121302389328704, 39.988123480023702 ], [ -75.121262185090401, 39.988159441906603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2505 N 11TH ST", "addr_range": "2505-2511 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1056, "objectid": 8112, "Shape__Area": 166.93359375, "Shape__Length": 65.350104761578777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1495493178315, 39.990345035626802 ], [ -75.149782765386703, 39.990374471756297 ], [ -75.149792188518603, 39.990331967884998 ], [ -75.149558969558697, 39.990301521501102 ], [ -75.1495493178315, 39.990345035626802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1729 N 26TH ST", "addr_range": "1729 N 26TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 979, "objectid": 8113, "Shape__Area": 155.10546875, "Shape__Length": 64.272348866552719 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1768056556825, 39.9818673684413 ], [ -75.177037944158897, 39.981896434335198 ], [ -75.177046987903793, 39.981856288880302 ], [ -75.176814343806001, 39.981827215028197 ], [ -75.1768056556825, 39.9818673684413 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2412 N 15TH ST", "addr_range": "2412-2414 N 15TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES", "numparcels": "2", "parcelarea": 938, "objectid": 8114, "Shape__Area": 145.19140625, "Shape__Length": 61.55570317629973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157249991477002, 39.989910478035803 ], [ -75.157241430079495, 39.989950294321403 ], [ -75.157462044855393, 39.989979956508598 ], [ -75.157470936042998, 39.989940826124602 ], [ -75.157249991477002, 39.989910478035803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "539 N CONESTOGA ST", "addr_range": "532-550 N 54TH ST; 531-543 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 1103, "objectid": 8115, "Shape__Area": 174.6328125, "Shape__Length": 68.549237519350086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228751265715005, 39.968781518090204 ], [ -75.228760518703794, 39.968823454680603 ], [ -75.2290096860864, 39.968797818767101 ], [ -75.229002563037298, 39.968761118738001 ], [ -75.229001383703903, 39.968755064257401 ], [ -75.228751265715005, 39.968781518090204 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2022 W WESTMORELAND ST", "addr_range": "2022 W WESTMORELAND ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 939, "objectid": 8116, "Shape__Area": 148.69921875, "Shape__Length": 61.218416308390843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162848816251298, 40.004442015370003 ], [ -75.162903339362302, 40.004447983408298 ], [ -75.162939355363093, 40.004281761205 ], [ -75.162886305134194, 40.0042750857382 ], [ -75.162848816251298, 40.004442015370003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1834 W VENANGO ST", "addr_range": "1834 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2080, "objectid": 8117, "Shape__Area": 330.7734375, "Shape__Length": 116.9208605835274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159158509059793, 40.008578389320697 ], [ -75.159215317784401, 40.008585522473503 ], [ -75.159292553214897, 40.008232081118997 ], [ -75.159235730658295, 40.008225318003397 ], [ -75.159198130766498, 40.008401433629601 ], [ -75.159158509059793, 40.008578389320697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2818 W SUSQUEHANNA AVE", "addr_range": "2816-2820 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 996, "objectid": 8118, "Shape__Area": 157.71875, "Shape__Length": 62.288471904646819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179342077251107, 39.989199942101997 ], [ -75.179374515088597, 39.9892038933219 ], [ -75.179411355131805, 39.9890362176575 ], [ -75.179355258135203, 39.989028368579902 ], [ -75.179317879335301, 39.989196998046502 ], [ -75.179342077251107, 39.989199942101997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1051 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 611, "objectid": 8119, "Shape__Area": 92.953125, "Shape__Length": 46.259608888958518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148116509337001, 39.997562594029702 ], [ -75.148162365617395, 39.997568694441803 ], [ -75.148168192430504, 39.997538618916103 ], [ -75.148172010218801, 39.997525905559897 ], [ -75.148171564038805, 39.997523332946002 ], [ -75.148173447492397, 39.997517410883901 ], [ -75.148176188856596, 39.997503836081897 ], [ -75.148176961500198, 39.997497888842297 ], [ -75.148178825282798, 39.997493030438797 ], [ -75.148183861152006, 39.997469899166497 ], [ -75.148185700164504, 39.997458013146797 ], [ -75.148187343074, 39.9974512143461 ], [ -75.148189712814798, 39.997447368443503 ], [ -75.148143564677795, 39.9974412434049 ], [ -75.148139283918894, 39.997453962484897 ], [ -75.148132376311494, 39.9974898331999 ], [ -75.148130565675999, 39.997493854858803 ], [ -75.148126964011098, 39.997515083246199 ], [ -75.148125354451693, 39.997521011515801 ], [ -75.1481230031888, 39.997532048876501 ], [ -75.148120217414402, 39.997539658819598 ], [ -75.148116509337001, 39.997562594029702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3241 N 15TH ST", "addr_range": "3239-3245 N 15TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1442, "objectid": 8120, "Shape__Area": 227.26171875, "Shape__Length": 82.889750752699143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153918473264795, 40.002888636707702 ], [ -75.154228052394799, 40.002928521547901 ], [ -75.154237515133801, 40.002884954147802 ], [ -75.153928295423299, 40.002843916945203 ], [ -75.153918473264795, 40.002888636707702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5026 OGDEN ST", "addr_range": "5026-5028 OGDEN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 770, "objectid": 8121, "Shape__Area": 123.0, "Shape__Length": 55.76405051457256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2212700893743, 39.967286030272398 ], [ -75.221295683186597, 39.967439294753 ], [ -75.2213452193064, 39.967433905544098 ], [ -75.221318420020793, 39.9672815335298 ], [ -75.2212700893743, 39.967286030272398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4508 N BOUVIER ST", "addr_range": "4508 N BOUVIER ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 868, "objectid": 8122, "Shape__Area": 137.54296875, "Shape__Length": 55.906852610770422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154375141861905, 40.022516621216901 ], [ -75.154557733652695, 40.022540477841702 ], [ -75.154565910989504, 40.022541533947603 ], [ -75.154571571499204, 40.022515789177397 ], [ -75.154574847933702, 40.022503048063498 ], [ -75.154576166941197, 40.022498129489101 ], [ -75.154532830334603, 40.022492588151501 ], [ -75.1544823935957, 40.022485741124001 ], [ -75.154432708515998, 40.022479557093298 ], [ -75.154384794113, 40.022473622100001 ], [ -75.154384666418906, 40.0224786162551 ], [ -75.154375141861905, 40.022516621216901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1833 JUDSON ST", "addr_range": "1833 JUDSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 708, "objectid": 8123, "Shape__Area": 112.5859375, "Shape__Length": 51.222143362871108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172358673642705, 39.9828926877003 ], [ -75.172535236445597, 39.982918672998203 ], [ -75.1725431118426, 39.982880129728201 ], [ -75.172367200793701, 39.982854626704302 ], [ -75.172358673642705, 39.9828926877003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "56 W ROCKLAND ST", "addr_range": "54-56 W ROCKLAND ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1347, "objectid": 8124, "Shape__Area": 213.453125, "Shape__Length": 80.82663061433837 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1624167804558, 40.026638129724702 ], [ -75.162549628303296, 40.026742823191803 ], [ -75.162629507524599, 40.026807474077103 ], [ -75.162669091386604, 40.026777866554497 ], [ -75.162587469272907, 40.026711096886899 ], [ -75.162457302100606, 40.026607626172201 ], [ -75.1624167804558, 40.026638129724702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2468 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 646, "objectid": 8125, "Shape__Area": 102.5234375, "Shape__Length": 51.5744563982649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178436507028906, 39.993723413263197 ], [ -75.178426266660196, 39.993722103532697 ], [ -75.178251544113195, 39.993699844439298 ], [ -75.178244042383398, 39.993733028190398 ], [ -75.178418882251194, 39.993755532293598 ], [ -75.178429018454594, 39.993756839691102 ], [ -75.178436507028906, 39.993723413263197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1039 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 614, "objectid": 8126, "Shape__Area": 97.21875, "Shape__Length": 46.593476016526054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147827317273496, 39.997524702174999 ], [ -75.147850369980603, 39.997527497123201 ], [ -75.147875834132094, 39.9975308305781 ], [ -75.147901826834499, 39.997409859569203 ], [ -75.147853828211097, 39.997403355484202 ], [ -75.147827317273496, 39.997524702174999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3835 MOUNT VERNON ST", "addr_range": "3831-3837 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1140, "objectid": 8127, "Shape__Area": 180.2734375, "Shape__Length": 74.507925561754007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198649368428505, 39.963973598006902 ], [ -75.198688796541802, 39.964189366456303 ], [ -75.1987391596534, 39.964183183688696 ], [ -75.198700703630095, 39.963968808206801 ], [ -75.198649368428505, 39.963973598006902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5147 RENO ST", "addr_range": "5147-5149 RENO ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 630, "objectid": 8128, "Shape__Area": 99.4609375, "Shape__Length": 47.517349299508425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223693817400999, 39.966387786313803 ], [ -75.223718462837297, 39.966512594653601 ], [ -75.223745352052106, 39.9665094637556 ], [ -75.223767404550301, 39.966506854357498 ], [ -75.223741222605895, 39.966382238351102 ], [ -75.223693817400999, 39.966387786313803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2104 S 72ND ST", "addr_range": "2104 S 72ND ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 4335, "objectid": 8129, "Shape__Area": 685.58203125, "Shape__Length": 115.9310023185519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245426433972796, 39.919312374026603 ], [ -75.245527970364705, 39.919395206413 ], [ -75.2455615582805, 39.919371695229202 ], [ -75.245802036708696, 39.919203406392199 ], [ -75.245777439194399, 39.9191823490657 ], [ -75.245701540495304, 39.919119018428198 ], [ -75.245461269885993, 39.9192878927335 ], [ -75.245426433972796, 39.919312374026603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2067 E AUBURN ST", "addr_range": "2065-2071 E AUBURN ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 863, "objectid": 8130, "Shape__Area": 136.70703125, "Shape__Length": 66.698555150604832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117853025247996, 39.988475380853203 ], [ -75.117877785052201, 39.988502691224198 ], [ -75.118090463470395, 39.988393261983497 ], [ -75.118066807516399, 39.988366121136799 ], [ -75.117853025247996, 39.988475380853203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1726 N 26TH ST", "addr_range": "1714-1726 N 26TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 904, "objectid": 8131, "Shape__Area": 143.23046875, "Shape__Length": 61.272579567275727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177238687918305, 39.981828379838802 ], [ -75.177230805860901, 39.9818677602603 ], [ -75.177450876601299, 39.981894648483497 ], [ -75.177459931453399, 39.981855842153898 ], [ -75.177238687918305, 39.981828379838802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "32 E CLAPIER ST", "addr_range": "32-40 E CLAPIER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2391, "objectid": 8132, "Shape__Area": 378.93359375, "Shape__Length": 87.682950677545136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1621657008032, 40.029600291847899 ], [ -75.162389418353598, 40.029738385509901 ], [ -75.162455464365195, 40.029674202242603 ], [ -75.162231170185706, 40.029536417376299 ], [ -75.1621984572201, 40.029568307802698 ], [ -75.1621657008032, 40.029600291847899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1819 N NEWKIRK ST", "addr_range": "1819 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 930, "objectid": 8133, "Shape__Area": 147.2265625, "Shape__Length": 59.965969900620351 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180167978159503, 39.9836332017478 ], [ -75.180379058018602, 39.9836603027533 ], [ -75.180387819863398, 39.983618119886501 ], [ -75.180177169131497, 39.983591351064902 ], [ -75.1801739685596, 39.983605576639199 ], [ -75.180167978159503, 39.9836332017478 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3944 MOUNT VERNON ST", "addr_range": "3932-44 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 612, "objectid": 8134, "Shape__Area": 97.39453125, "Shape__Length": 48.238153094058291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201063169758896, 39.963452953523102 ], [ -75.201089036973698, 39.963581485334799 ], [ -75.201133959772307, 39.963575664510401 ], [ -75.201108879236997, 39.963445699568901 ], [ -75.201063169758896, 39.963452953523102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6135 BAYNTON ST", "addr_range": "100-102 E PASTORIUS ST; 6133-6137 BAYNTON ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1262, "objectid": 8135, "Shape__Area": 204.08203125, "Shape__Length": 73.400720892904161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177165162586405, 40.043358666558603 ], [ -75.177213409190202, 40.043387746944397 ], [ -75.177237822107202, 40.043364534109699 ], [ -75.177283235678104, 40.043320108828702 ], [ -75.177308957556406, 40.043294990829402 ], [ -75.177379632277805, 40.043225969685999 ], [ -75.177331465002595, 40.043197519149103 ], [ -75.177165162586405, 40.043358666558603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2562 N HUTCHINSON ST", "addr_range": "918 W HUNTINGDON ST; 2554-2562 N HUTCHINSON ST; 2555-2567 CADWALLADER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 696, "objectid": 8136, "Shape__Area": 103.78515625, "Shape__Length": 51.84271320731785 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147174374168202, 39.991059512049503 ], [ -75.147173088139795, 39.991067881298399 ], [ -75.147168286425398, 39.991093128028403 ], [ -75.147192448391806, 39.991096998002597 ], [ -75.147210598291196, 39.991099166567601 ], [ -75.147248538425899, 39.991104411270697 ], [ -75.147261052468707, 39.991104904075499 ], [ -75.147299560217306, 39.9911101625339 ], [ -75.147316027106399, 39.991111406314701 ], [ -75.147346768340299, 39.9911163913374 ], [ -75.147353092105405, 39.991117081649101 ], [ -75.147354580715898, 39.9911115867422 ], [ -75.147355196643005, 39.991107038842003 ], [ -75.147357072338195, 39.991099665975597 ], [ -75.1473608924139, 39.991083617122399 ], [ -75.147318465766801, 39.991077303026898 ], [ -75.147312773862197, 39.991077609153301 ], [ -75.1472674532084, 39.991071342043199 ], [ -75.147251522523405, 39.991070320352001 ], [ -75.147182603326698, 39.991060245578701 ], [ -75.147174374168202, 39.991059512049503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2402 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 708, "objectid": 8137, "Shape__Area": 112.21875, "Shape__Length": 52.897105501406699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178514670163295, 39.992493969706203 ], [ -75.178692309510893, 39.992516583032803 ], [ -75.178702237220605, 39.992517854204301 ], [ -75.178709614690703, 39.992481879017298 ], [ -75.178700229395304, 39.992480668651801 ], [ -75.178522577071107, 39.992457812672697 ], [ -75.178514670163295, 39.992493969706203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1646 W YORK ST", "addr_range": "1644-1646 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1116, "objectid": 8138, "Shape__Area": 176.76171875, "Shape__Length": 62.346986090027272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160230826394994, 39.9897390875498 ], [ -75.160228874743893, 39.989750117909097 ], [ -75.160197484843195, 39.989900049708901 ], [ -75.160262773728306, 39.989909711277598 ], [ -75.160297580440798, 39.989748782161001 ], [ -75.160230826394994, 39.9897390875498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5665 LEBANON AVE", "addr_range": "5661-5667 LEBANON AVE", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1670, "objectid": 8139, "Shape__Area": 264.453125, "Shape__Length": 93.763629741204866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236726532536494, 39.986921968422799 ], [ -75.236733421550795, 39.986940785169203 ], [ -75.236789439257606, 39.986929389766601 ], [ -75.236791043465004, 39.986929054584998 ], [ -75.2367839532711, 39.986910008188701 ], [ -75.2366917508227, 39.986661957439097 ], [ -75.2366355938033, 39.986673767800198 ], [ -75.236726532536494, 39.986921968422799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "162 W ROCKLAND ST", "addr_range": "160-166 W ROCKLAND ST", "zipcode": 19120, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 899, "objectid": 8140, "Shape__Area": 142.66015625, "Shape__Length": 48.28012593613829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125716593707907, 40.024798586303497 ], [ -75.125808244992001, 40.024809933347903 ], [ -75.125828689312499, 40.024716115396203 ], [ -75.125737049309095, 40.0247050254155 ], [ -75.125716593707907, 40.024798586303497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1651-55 N 8TH ST", "addr_range": "1649-1655 N 8TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 4718, "objectid": 8141, "Shape__Area": 746.59375, "Shape__Length": 116.86640239814376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148394826495505, 39.977253548085699 ], [ -75.148044788713406, 39.977205829199903 ], [ -75.1480357346434, 39.977249081936101 ], [ -75.148029998835895, 39.977269763657503 ], [ -75.148015805889401, 39.9773345018436 ], [ -75.148366110533004, 39.977380713138601 ], [ -75.1483758284526, 39.977338714334003 ], [ -75.148386049039601, 39.977293987822399 ], [ -75.148394826495505, 39.977253548085699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1545 W DAUPHIN ST", "addr_range": "1545 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1446, "objectid": 8142, "Shape__Area": 229.26953125, "Shape__Length": 71.630590845404697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158896985260398, 39.988536135483898 ], [ -75.158971086458493, 39.988546061635098 ], [ -75.158997004855294, 39.988428085508701 ], [ -75.159011110975101, 39.9883593292802 ], [ -75.158938442194895, 39.988349258887801 ], [ -75.158896985260398, 39.988536135483898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2615 N DARIEN ST", "addr_range": "801-813 W HUNTINGDON ST; 2611-2623 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 560, "objectid": 8143, "Shape__Area": 90.38671875, "Shape__Length": 43.085136264894622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145682734498806, 39.991523330573898 ], [ -75.145675788466093, 39.991555267336203 ], [ -75.145815950340406, 39.991573922498198 ], [ -75.145824235453603, 39.991535504432598 ], [ -75.145684287504906, 39.991516160346698 ], [ -75.145682734498806, 39.991523330573898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2341 N 15TH ST", "addr_range": "2327-2349 N 15TH ST; 1442 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1510, "objectid": 8144, "Shape__Area": 239.640625, "Shape__Length": 83.282853688795797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156924055662103, 39.989083209646701 ], [ -75.157230396007705, 39.989125594235396 ], [ -75.157240897514299, 39.989078342431696 ], [ -75.156932962755207, 39.989036550755102 ], [ -75.156929251280602, 39.989059082446197 ], [ -75.156924055662103, 39.989083209646701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1842 S 56TH ST", "addr_range": "1842-1844 S 56TH ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1276, "objectid": 8145, "Shape__Area": 202.3359375, "Shape__Length": 76.583024505446303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223728473026199, 39.935667584862998 ], [ -75.223517177861396, 39.935816613820997 ], [ -75.223554898537401, 39.935848506712802 ], [ -75.223767189429495, 39.935700273576003 ], [ -75.223728473026199, 39.935667584862998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2337 N 15TH ST", "addr_range": "2327-2349 N 15TH ST; 1442 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1527, "objectid": 8146, "Shape__Area": 230.03515625, "Shape__Length": 82.713034835081217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1569438579278, 39.988991081070502 ], [ -75.157251098193896, 39.989032373187698 ], [ -75.157261016020797, 39.988987768001302 ], [ -75.156953781352399, 39.988945782248997 ], [ -75.156944426911494, 39.988988788221 ], [ -75.1569438579278, 39.988991081070502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2723 W STERNER ST", "addr_range": "2715-2735 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 630, "objectid": 8147, "Shape__Area": 105.0, "Shape__Length": 48.363815225616314 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176031921776897, 39.997381141427702 ], [ -75.176082469425396, 39.997387369167797 ], [ -75.176108341455802, 39.997261634662003 ], [ -75.176058300927906, 39.997255289457598 ], [ -75.176031921776897, 39.997381141427702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4224 N HICKS ST", "addr_range": "4224-4226 N HICKS ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 693, "objectid": 8148, "Shape__Area": 109.90625, "Shape__Length": 47.348235966907112 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151588682990095, 40.0180094977311 ], [ -75.151584533677806, 40.0180302461889 ], [ -75.151579755753502, 40.018052109397402 ], [ -75.151733251242902, 40.0180705748256 ], [ -75.151742906201406, 40.018027011922797 ], [ -75.151588682990095, 40.0180094977311 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1224 W YORK ST", "addr_range": "2361 N CAMAC ST; 2348-2350 N FAWN ST; 1216-1226 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "9", "parcelarea": 1008, "objectid": 8149, "Shape__Area": 160.625, "Shape__Length": 62.73746347699263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152686269444601, 39.988742335132997 ], [ -75.152651305889094, 39.988911835592901 ], [ -75.152708321748193, 39.988918590507502 ], [ -75.152743655856398, 39.988749259701002 ], [ -75.152686269444601, 39.988742335132997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1848 N ETTING ST", "addr_range": "1838-1850 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 591, "objectid": 8150, "Shape__Area": 94.25, "Shape__Length": 44.536973286736867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178888570877703, 39.984024724294599 ], [ -75.179035624157095, 39.9840437673423 ], [ -75.179044039220301, 39.984004704200103 ], [ -75.179008356868806, 39.984000697267398 ], [ -75.178971614451996, 39.983995392546298 ], [ -75.178953078825302, 39.983993478931097 ], [ -75.178897800827698, 39.983986259668001 ], [ -75.178888570877703, 39.984024724294599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1409 N 62ND ST", "addr_range": "1409 N 62ND ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1525, "objectid": 8151, "Shape__Area": 241.64453125, "Shape__Length": 91.723185654309276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242582279801297, 39.972695534422101 ], [ -75.2425900591182, 39.972736808600303 ], [ -75.242943554552099, 39.972696834574101 ], [ -75.242935930160797, 39.972655323244197 ], [ -75.242582279801297, 39.972695534422101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6200 CALLOWHILL ST", "addr_range": "6200 CALLOWHILL ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1157, "objectid": 8152, "Shape__Area": 183.28515625, "Shape__Length": 71.023256922926677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2435570312945, 39.968525005629601 ], [ -75.243613589885697, 39.968532527293704 ], [ -75.243653987986207, 39.968333046074697 ], [ -75.243599391611795, 39.968326839490103 ], [ -75.243558301334403, 39.968518988612402 ], [ -75.2435570312945, 39.968525005629601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1861 N ETTING ST", "addr_range": "1859-1861 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 588, "objectid": 8153, "Shape__Area": 96.91796875, "Shape__Length": 45.358210762553739 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178583068260906, 39.984216201445001 ], [ -75.178574235101806, 39.984254110907699 ], [ -75.178724076946907, 39.984275925263397 ], [ -75.178733075770097, 39.984236391375099 ], [ -75.178583068260906, 39.984216201445001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1901 E SOMERSET ST", "addr_range": "1901-1903 E SOMERSET ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 863, "objectid": 8154, "Shape__Area": 136.66015625, "Shape__Length": 56.014856217776192 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121266405351804, 39.990366487690899 ], [ -75.121272837605304, 39.990373567519001 ], [ -75.1214338782098, 39.9902894982216 ], [ -75.121401816531304, 39.990253734685098 ], [ -75.121240574572596, 39.990338074138698 ], [ -75.121266405351804, 39.990366487690899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1924 N 24TH ST", "addr_range": "1924-1938 N 24TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 979, "objectid": 8155, "Shape__Area": 155.19921875, "Shape__Length": 63.271427914317137 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173375924653996, 39.984459532238198 ], [ -75.173438568711006, 39.984468111572198 ], [ -75.173448795601999, 39.984470324293703 ], [ -75.173495579143705, 39.984476097675497 ], [ -75.173601654961502, 39.9844904399109 ], [ -75.173610770136904, 39.984448474432398 ], [ -75.173451585917206, 39.984428266389202 ], [ -75.173440354958302, 39.984426030225499 ], [ -75.1733844065255, 39.984418826588801 ], [ -75.173375924653996, 39.984459532238198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5517 SAYBROOK AVE", "addr_range": "5517 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1072, "objectid": 8156, "Shape__Area": 169.5625, "Shape__Length": 66.069863189891166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220319169574097, 39.9347294268699 ], [ -75.220471399932705, 39.934857114466297 ], [ -75.220472496018701, 39.9348580423447 ], [ -75.220480721097204, 39.934864945216901 ], [ -75.220522038532806, 39.934834454851099 ], [ -75.220514646599696, 39.9348282803454 ], [ -75.220406565389197, 39.9347380120483 ], [ -75.220361676861202, 39.934699011460999 ], [ -75.220319169574097, 39.9347294268699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "829 W FISHER AVE", "addr_range": "829 W FISHER AVE", "zipcode": 19141, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2810, "objectid": 8157, "Shape__Area": 364.703125, "Shape__Length": 105.45038059128979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137192369443696, 40.033024226555 ], [ -75.137221758734896, 40.033028360476202 ], [ -75.1372670289296, 40.033033935990098 ], [ -75.137270283709995, 40.033019115239398 ], [ -75.137276738075201, 40.032989811266397 ], [ -75.137333481288294, 40.0327322312923 ], [ -75.137263339742205, 40.0327223336419 ], [ -75.137192369443696, 40.033024226555 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2753 N NEWKIRK ST", "addr_range": "2753 N NEWKIRK ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 761, "objectid": 8158, "Shape__Area": 119.89453125, "Shape__Length": 52.093662349289524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177008661555107, 39.998104039069297 ], [ -75.177186147109794, 39.998127748388598 ], [ -75.177195612874698, 39.998087032104898 ], [ -75.177017688294896, 39.998063781483403 ], [ -75.177008661555107, 39.998104039069297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1547 N 9TH ST", "addr_range": "1545-1551 N 9TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 784, "objectid": 8159, "Shape__Area": 124.53125, "Shape__Length": 55.153749571734963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149545990822901, 39.975715750954102 ], [ -75.149739338859007, 39.975742667692302 ], [ -75.149747756229203, 39.975703928948903 ], [ -75.149554172199402, 39.975677183474502 ], [ -75.149545990822901, 39.975715750954102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "531 N CONESTOGA ST", "addr_range": "532-550 N 54TH ST; 531-543 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 1097, "objectid": 8160, "Shape__Area": 173.625, "Shape__Length": 68.89672270401428 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228718233074801, 39.968617679383101 ], [ -75.228725887296903, 39.968658678048698 ], [ -75.228865761360893, 39.968642520544599 ], [ -75.228977488809704, 39.9686317739407 ], [ -75.228969758761394, 39.968591110602098 ], [ -75.228969285678204, 39.968588617961601 ], [ -75.228862069815406, 39.9686003196312 ], [ -75.2288437631845, 39.968602478932901 ], [ -75.228786480352397, 39.968609426578098 ], [ -75.228718233074801, 39.968617679383101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2217 N CHADWICK ST", "addr_range": "2215-2217 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 707, "objectid": 8161, "Shape__Area": 106.64453125, "Shape__Length": 49.628958595602086 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160176998708806, 39.987246179043801 ], [ -75.160347885687997, 39.987268443584497 ], [ -75.160356159945195, 39.987230571334699 ], [ -75.160185332126701, 39.987209000119897 ], [ -75.160176998708806, 39.987246179043801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1219 WINDRIM AVE", "addr_range": "1219 WINDRIM AVE", "zipcode": 19141, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2118, "objectid": 8162, "Shape__Area": 500.62890625, "Shape__Length": 104.85706217295726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143433535541305, 40.031353662255398 ], [ -75.143491553271602, 40.031417121455398 ], [ -75.143526177315294, 40.031456400632898 ], [ -75.143637079188096, 40.031579478481703 ], [ -75.143724677127494, 40.0315323175492 ], [ -75.143729704859993, 40.031529739396497 ], [ -75.143526536369905, 40.031304527425903 ], [ -75.143433535541305, 40.031353662255398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "630 UNION ST", "addr_range": "620-640 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 794, "objectid": 8163, "Shape__Area": 126.73828125, "Shape__Length": 55.854986593882771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201368017463693, 39.963864908489001 ], [ -75.201375376888393, 39.963903855728297 ], [ -75.2015728727594, 39.963881161946297 ], [ -75.201565445126107, 39.963842406923199 ], [ -75.201368017463693, 39.963864908489001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6806 CHEW AVE", "addr_range": "6806-6808 CHEW AVE", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1200, "objectid": 8164, "Shape__Area": 197.95703125, "Shape__Length": 76.472728788453338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183789090277699, 40.056998726335102 ], [ -75.183831779798496, 40.057025326089502 ], [ -75.184011051908698, 40.056852351586201 ], [ -75.183967140270795, 40.056825885882503 ], [ -75.183789090277699, 40.056998726335102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "452 N 50TH ST", "addr_range": "452 N 50TH ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1044, "objectid": 8165, "Shape__Area": 161.92578125, "Shape__Length": 66.507541809143021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220577961036497, 39.965201379150002 ], [ -75.220334443938, 39.965219013020203 ], [ -75.220339536245007, 39.9652600207571 ], [ -75.220584701114205, 39.9652414717428 ], [ -75.220577961036497, 39.965201379150002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1426 W TIOGA ST", "addr_range": "1424-1426 W TIOGA ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2025, "objectid": 8166, "Shape__Area": 329.796875, "Shape__Length": 90.84908523990282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153538092717895, 40.0060595198931 ], [ -75.153458576108605, 40.006048742856599 ], [ -75.153402785420795, 40.006295678180798 ], [ -75.153483064890693, 40.006306214811701 ], [ -75.153492502866399, 40.006266628495901 ], [ -75.153538092717895, 40.0060595198931 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2561 S MILLICK ST", "addr_range": "2559-2561 S MILLICK ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 796, "objectid": 8167, "Shape__Area": 126.04296875, "Shape__Length": 52.117131583011087 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223113487186197, 39.925356547907597 ], [ -75.223074164703306, 39.925323991438098 ], [ -75.222950420775604, 39.925411517615302 ], [ -75.222944636102497, 39.925415613120101 ], [ -75.222983352815504, 39.925448158086802 ], [ -75.222988706933904, 39.925444374748601 ], [ -75.223113487186197, 39.925356547907597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "803 W HUNTINGDON ST", "addr_range": "801-813 W HUNTINGDON ST; 2611-2623 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 944, "objectid": 8168, "Shape__Area": 152.1328125, "Shape__Length": 65.064231634232812 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145545006245001, 39.991410622432603 ], [ -75.145595111484198, 39.991417336667801 ], [ -75.1456340945048, 39.991234760723898 ], [ -75.145583963975497, 39.991228190092301 ], [ -75.145545006245001, 39.991410622432603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "821 N 39TH ST", "addr_range": "3865-3867 RENO ST; 821 N 39TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1090, "objectid": 8169, "Shape__Area": 171.74609375, "Shape__Length": 67.85510167904232 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200233391434594, 39.968302377854101 ], [ -75.2002395741372, 39.968341909898299 ], [ -75.200486450084298, 39.968313980017101 ], [ -75.200479187940601, 39.968272503962503 ], [ -75.200232835372503, 39.968298785803398 ], [ -75.200233391434594, 39.968302377854101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6207 CALLOWHILL ST", "addr_range": "6205-6209 CALLOWHILL ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1241, "objectid": 8170, "Shape__Area": 196.45703125, "Shape__Length": 75.549616631320447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243691632636498, 39.968708451508803 ], [ -75.243647314872604, 39.968914794678902 ], [ -75.243702516298796, 39.968921690190498 ], [ -75.243746903676595, 39.968715106156203 ], [ -75.243748550814701, 39.968707373774997 ], [ -75.243693350794402, 39.968700476510598 ], [ -75.243691632636498, 39.968708451508803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2007 GERMANTOWN AVE", "addr_range": "2001-2017 GERMANTOWN AVE; 2002-2004, 2012, 2016-2018 N RANDOLPH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1606, "objectid": 8171, "Shape__Area": 254.5859375, "Shape__Length": 92.785726072887442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143400168386506, 39.981742437009402 ], [ -75.143580094609007, 39.981766157646497 ], [ -75.143763551248796, 39.981757460119503 ], [ -75.143759122270396, 39.9817139483104 ], [ -75.143583753964094, 39.981722169073898 ], [ -75.143543849961205, 39.9817168450925 ], [ -75.143408973305895, 39.981699177103302 ], [ -75.143400168386506, 39.981742437009402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1606 W JUNIATA ST", "addr_range": "1604-1606 W JUNIATA ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 717, "objectid": 8172, "Shape__Area": 113.61328125, "Shape__Length": 51.019126825782493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152920708174705, 40.018637163336997 ], [ -75.153003566079704, 40.018757147249801 ], [ -75.153049436288896, 40.0187397120038 ], [ -75.152967148128795, 40.018619047227503 ], [ -75.152920708174705, 40.018637163336997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1851 N BUCKNELL ST", "addr_range": "1851 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 658, "objectid": 8173, "Shape__Area": 101.36328125, "Shape__Length": 47.85852577770175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172752992843101, 39.983311453853702 ], [ -75.172915837068899, 39.983335050931203 ], [ -75.172924231434195, 39.983297179735303 ], [ -75.172761490774505, 39.9832747139627 ], [ -75.172752992843101, 39.983311453853702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4964 WAKEFIELD ST", "addr_range": "4962-4964 WAKEFIELD ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1274, "objectid": 8174, "Shape__Area": 201.90625, "Shape__Length": 76.001059651308736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161475631447303, 40.031002108628499 ], [ -75.161521311566702, 40.031029364927399 ], [ -75.161663705737396, 40.030889993995601 ], [ -75.161690883217005, 40.0308635895693 ], [ -75.161696033296707, 40.030858305854998 ], [ -75.161651775506499, 40.030831096997098 ], [ -75.161475631447303, 40.031002108628499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3116 CLIFFORD ST", "addr_range": "3116-3118 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC", "stabilized": " ", "numparcels": "2", "parcelarea": 1464, "objectid": 8175, "Shape__Area": 231.9921875, "Shape__Length": 84.702026701990292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185605819286195, 39.982718867388201 ], [ -75.185554890202994, 39.982962169602899 ], [ -75.185612486522601, 39.982970178094497 ], [ -75.185662770604097, 39.982725589221801 ], [ -75.185605819286195, 39.982718867388201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2437 N OPAL ST", "addr_range": "2433-2437 N OPAL ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 707, "objectid": 8176, "Shape__Area": 112.13671875, "Shape__Length": 50.991925308215819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164138435905002, 39.9913117935033 ], [ -75.164301297686805, 39.9913342900713 ], [ -75.164309343597097, 39.991295816864998 ], [ -75.164146767816106, 39.991273471813201 ], [ -75.164140034670496, 39.991272546151997 ], [ -75.164134052214095, 39.991271717593001 ], [ -75.164131940642307, 39.991281487485402 ], [ -75.164129733150304, 39.991291592196603 ], [ -75.164125717920797, 39.991310040129697 ], [ -75.164131722652499, 39.99131086829 ], [ -75.164138435905002, 39.9913117935033 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 N CHADWICK ST", "addr_range": "2235-2245 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "5", "parcelarea": 742, "objectid": 8177, "Shape__Area": 119.71484375, "Shape__Length": 51.780647143665405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160263802141301, 39.987648344965898 ], [ -75.160093401357599, 39.987625961545902 ], [ -75.160088376864707, 39.987625301249899 ], [ -75.160079844423194, 39.987662167529898 ], [ -75.160078630267193, 39.987665992879499 ], [ -75.160084571460303, 39.987666788290603 ], [ -75.160254733107095, 39.987689455551902 ], [ -75.160263802141301, 39.987648344965898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6729 MUSGRAVE ST", "addr_range": "6729 MUSGRAVE ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 5428, "objectid": 8178, "Shape__Area": 897.546875, "Shape__Length": 156.1882582058156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183357259863797, 40.054898018497298 ], [ -75.183448705843702, 40.054954352466403 ], [ -75.183796878235299, 40.054608916217902 ], [ -75.1836929880036, 40.054544357667197 ], [ -75.183467525127895, 40.054772958649899 ], [ -75.183476285736504, 40.054778700054001 ], [ -75.183357259863797, 40.054898018497298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1445 N PERTH ST", "addr_range": "1436-1438 N FRANKLIN ST; 1435-1449 N PERTH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 417, "objectid": 8179, "Shape__Area": 66.0625, "Shape__Length": 37.250065339096622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148461419351193, 39.9742994383518 ], [ -75.148584107332994, 39.974314937658498 ], [ -75.14859023647, 39.974282384878201 ], [ -75.148467271017296, 39.974266976596397 ], [ -75.148461419351193, 39.9742994383518 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1920 N UBER ST", "addr_range": "1920-1922 N UBER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 1091, "objectid": 8180, "Shape__Area": 164.0390625, "Shape__Length": 69.833257468023504 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165927616342998, 39.983388024348301 ], [ -75.166186870241006, 39.983423827309103 ], [ -75.166195631459402, 39.983385771962503 ], [ -75.165936366153204, 39.983350241769102 ], [ -75.165927616342998, 39.983388024348301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2600 S 60TH ST", "addr_range": "2600-2602 S 60TH ST", "zipcode": 19142, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1081, "objectid": 8181, "Shape__Area": 170.9921875, "Shape__Length": 71.885167795991421 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222383285992507, 39.925633444591497 ], [ -75.222358302262904, 39.9256414687027 ], [ -75.222208046394499, 39.9256896748429 ], [ -75.222142638689306, 39.925709462341999 ], [ -75.222180045971598, 39.925781681268901 ], [ -75.222364002152005, 39.925652589240798 ], [ -75.222385415208905, 39.925637553230601 ], [ -75.222383285992507, 39.925633444591497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2438 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 792, "objectid": 8182, "Shape__Area": 125.53515625, "Shape__Length": 53.958854893846272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178364221227795, 39.993180008635903 ], [ -75.178540971942397, 39.9932023769952 ], [ -75.178550672217796, 39.9932035935269 ], [ -75.178559045569898, 39.993162885121002 ], [ -75.178549929236993, 39.993161746544502 ], [ -75.178373174306699, 39.993139523164899 ], [ -75.178364221227795, 39.993180008635903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3052 W COLONA ST", "addr_range": "3052 W COLONA ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1001, "objectid": 8183, "Shape__Area": 158.5234375, "Shape__Length": 61.984048828450412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183271876057205, 39.990251849651898 ], [ -75.183274648241806, 39.990252234205698 ], [ -75.183309662038496, 39.9900865817742 ], [ -75.183308037271502, 39.990086335505801 ], [ -75.183251422784394, 39.990077702822198 ], [ -75.183245915633094, 39.990110318757701 ], [ -75.183217174841801, 39.990244163452203 ], [ -75.183271876057205, 39.990251849651898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2606 W MONTGOMERY AVE", "addr_range": "2604-2606 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1173, "objectid": 8184, "Shape__Area": 185.83203125, "Shape__Length": 71.62064563771365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177245118523203, 39.982597323076398 ], [ -75.177223001594797, 39.982698833512799 ], [ -75.177278199632696, 39.982705905853699 ], [ -75.177322274147002, 39.982512651058201 ], [ -75.177324770426907, 39.982505437654098 ], [ -75.177311326363395, 39.982502975655898 ], [ -75.177270080783401, 39.982498182110199 ], [ -75.177267543221603, 39.9825059595222 ], [ -75.177245118523203, 39.982597323076398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2512 EMERALD ST", "addr_range": "1945-1947 E CUMBERLAND ST; 2502-2512 EMERALD ST", "zipcode": 19125, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 777, "objectid": 8185, "Shape__Area": 122.9765625, "Shape__Length": 54.64096096557455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127532817417801, 39.986038123019704 ], [ -75.127536877675993, 39.986042631726001 ], [ -75.127577618417604, 39.986020865768403 ], [ -75.127469596741904, 39.985896966155501 ], [ -75.127429149274803, 39.985918721655899 ], [ -75.127426666745393, 39.985920068728099 ], [ -75.127532817417801, 39.986038123019704 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "33 E PRICE ST", "addr_range": "31-33 E PRICE ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2253, "objectid": 8186, "Shape__Area": 359.02734375, "Shape__Length": 91.755126837498949 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174652464977399, 40.037557540902803 ], [ -75.174903534249793, 40.037711811535601 ], [ -75.174960502579907, 40.037657958598302 ], [ -75.174838564180206, 40.037583571935201 ], [ -75.174708116096696, 40.037504144199197 ], [ -75.174652464977399, 40.037557540902803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "249 N WANAMAKER ST", "addr_range": "245-249 N WANAMAKER ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 842, "objectid": 8187, "Shape__Area": 133.171875, "Shape__Length": 59.308524224560728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236328049528794, 39.965636909319301 ], [ -75.236320399856794, 39.965673236526797 ], [ -75.236446273026999, 39.965689324278003 ], [ -75.236534795392799, 39.965700291442801 ], [ -75.236542839159199, 39.9656623609769 ], [ -75.236473877131104, 39.965653805406099 ], [ -75.236328049528794, 39.965636909319301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4507 N 19TH ST", "addr_range": "4505-4507 N 19TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1325, "objectid": 8188, "Shape__Area": 210.05078125, "Shape__Length": 79.988302843389775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156068833770306, 40.022701114320803 ], [ -75.156367797040403, 40.022739687393099 ], [ -75.156376850989005, 40.022697561224099 ], [ -75.156077477303, 40.022658753646397 ], [ -75.156068833770306, 40.022701114320803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "34 E CLAPIER ST", "addr_range": "32-40 E CLAPIER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2430, "objectid": 8189, "Shape__Area": 385.28125, "Shape__Length": 88.065967230630477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162099387636502, 40.029665389770202 ], [ -75.162322565190607, 40.029803938117702 ], [ -75.162389418353598, 40.029738385509901 ], [ -75.1621657008032, 40.029600291847899 ], [ -75.162099387636502, 40.029665389770202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2345 N 15TH ST", "addr_range": "2327-2349 N 15TH ST; 1442 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1510, "objectid": 8190, "Shape__Area": 238.61328125, "Shape__Length": 83.141841362874516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156904115086903, 39.989175707215999 ], [ -75.157209977776006, 39.9892174512472 ], [ -75.157222117222702, 39.989171203237298 ], [ -75.156914432930094, 39.989128854042399 ], [ -75.156904115086903, 39.989175707215999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1234 N CONESTOGA ST", "addr_range": "1234 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2529, "objectid": 8191, "Shape__Area": 400.6015625, "Shape__Length": 109.13378417912992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229934549055997, 39.9717985971171 ], [ -75.229947437649102, 39.971857812548798 ], [ -75.230354005501894, 39.971812193387599 ], [ -75.230342518780702, 39.971752491619299 ], [ -75.229934549055997, 39.9717985971171 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1849 JUDSON ST", "addr_range": "1847-1849 JUDSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 713, "objectid": 8192, "Shape__Area": 113.08203125, "Shape__Length": 51.247840760803022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172290324678499, 39.9832017489382 ], [ -75.172466628140697, 39.983226841902201 ], [ -75.172475132105703, 39.983188280316 ], [ -75.172298862874598, 39.983163398968799 ], [ -75.172290324678499, 39.9832017489382 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3964 WALLACE ST", "addr_range": "3964 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 989, "objectid": 8193, "Shape__Area": 156.50390625, "Shape__Length": 68.708822217524727 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202033716968202, 39.963832705548398 ], [ -75.202071060596694, 39.964029500701699 ], [ -75.202118884077393, 39.964024551202797 ], [ -75.202081993672294, 39.963826813770602 ], [ -75.202033716968202, 39.963832705548398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "550 N 54TH ST", "addr_range": "532-550 N 54TH ST; 531-543 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 1316, "objectid": 8194, "Shape__Area": 208.25390625, "Shape__Length": 81.326491199453386 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228473679272199, 39.9689665955569 ], [ -75.228481208441494, 39.969008720441899 ], [ -75.228789107162697, 39.968973833035697 ], [ -75.228782101961301, 39.968933960467098 ], [ -75.228473679272199, 39.9689665955569 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "164 W ROCKLAND ST", "addr_range": "160-166 W ROCKLAND ST", "zipcode": 19120, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 908, "objectid": 8195, "Shape__Area": 144.13671875, "Shape__Length": 48.530406535823872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125808244992001, 40.024809933347903 ], [ -75.125900227941798, 40.024821432962298 ], [ -75.125921012756606, 40.024726928987803 ], [ -75.125828689312499, 40.024716115396203 ], [ -75.125808244992001, 40.024809933347903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2345 N 25TH ST", "addr_range": "2345 N 25TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1556, "objectid": 8196, "Shape__Area": 240.35546875, "Shape__Length": 68.201906248316888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173130245818896, 39.991255373655598 ], [ -75.173336862930697, 39.991281918416902 ], [ -75.173352760345793, 39.991211460201903 ], [ -75.173154602782603, 39.991185670318103 ], [ -75.173149484862293, 39.991213393107998 ], [ -75.173137601040096, 39.991210644023198 ], [ -75.173128842238, 39.991254793427998 ], [ -75.173130245818896, 39.991255373655598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1833 W CUMBERLAND ST", "addr_range": "1831-1835 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 896, "objectid": 8197, "Shape__Area": 143.328125, "Shape__Length": 57.906591235399553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162725278622503, 39.991904236781401 ], [ -75.162692827056304, 39.992057402392 ], [ -75.162749565047207, 39.992065483982202 ], [ -75.162750171388595, 39.992059500488502 ], [ -75.162781443462606, 39.991912016213298 ], [ -75.162725278622503, 39.991904236781401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3831 MOUNT VERNON ST", "addr_range": "3831-3837 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1065, "objectid": 8198, "Shape__Area": 168.58203125, "Shape__Length": 73.593646875116988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198554816486904, 39.963985035747598 ], [ -75.198584001479801, 39.964148912779002 ], [ -75.198592434996499, 39.964199344911002 ], [ -75.1986409637516, 39.964193492609603 ], [ -75.198602078865605, 39.963979413893298 ], [ -75.198589861556698, 39.963981156862303 ], [ -75.198554816486904, 39.963985035747598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2329 N 16TH ST", "addr_range": "2329-2339 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1290, "objectid": 8199, "Shape__Area": 215.45703125, "Shape__Length": 80.540701248404261 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158571458285294, 39.988958685737003 ], [ -75.158871002795095, 39.989001250382401 ], [ -75.158880689758604, 39.988957172369403 ], [ -75.158580632278003, 39.9889165135274 ], [ -75.158571458285294, 39.988958685737003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6023 E WISTER ST", "addr_range": "6023 E WISTER ST", "zipcode": 19138, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1412, "objectid": 8200, "Shape__Area": 223.98828125, "Shape__Length": 83.397223809906876 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1577634356277, 40.045774259648702 ], [ -75.157959858312694, 40.045780336333401 ], [ -75.1580801307814, 40.045785128790598 ], [ -75.158083300461101, 40.0457411280561 ], [ -75.157766304698001, 40.045730461170301 ], [ -75.1577634356277, 40.045774259648702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1815 W VENANGO ST", "addr_range": "1815 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1840, "objectid": 8201, "Shape__Area": 282.23046875, "Shape__Length": 103.99919350478422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158344497089402, 40.008932756856098 ], [ -75.158398797985598, 40.008939721170798 ], [ -75.158467286242498, 40.008628832449901 ], [ -75.158412559496497, 40.008621519767203 ], [ -75.158344497089402, 40.008932756856098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3939 MOUNT VERNON ST", "addr_range": "3939-3943 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1095, "objectid": 8202, "Shape__Area": 174.4453125, "Shape__Length": 72.169028219272278 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201000984697899, 39.963703925538297 ], [ -75.201034041599897, 39.9638703052361 ], [ -75.201041826737494, 39.963910696358901 ], [ -75.201093196810803, 39.963904470966902 ], [ -75.201052051262707, 39.963698482705801 ], [ -75.201000984697899, 39.963703925538297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "622 UNION ST", "addr_range": "620-640 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 793, "objectid": 8203, "Shape__Area": 125.421875, "Shape__Length": 55.770511720330163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201340515017904, 39.963721363924698 ], [ -75.201345901230397, 39.963751982593003 ], [ -75.201497993073801, 39.9637345342381 ], [ -75.201543816679603, 39.9637292981907 ], [ -75.201536427021793, 39.963690624197902 ], [ -75.201339164543796, 39.963713759176201 ], [ -75.201340515017904, 39.963721363924698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5837 RACE ST", "addr_range": "5837 RACE ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1156, "objectid": 8204, "Shape__Area": 183.1640625, "Shape__Length": 70.729385745013317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237493104394005, 39.965029674004498 ], [ -75.237543194855505, 39.965035865085703 ], [ -75.237552091554406, 39.964996985571297 ], [ -75.237566280224897, 39.964922566881803 ], [ -75.237584263127403, 39.964838510444302 ], [ -75.237533453487202, 39.964831949538798 ], [ -75.237527385226201, 39.964831172448001 ], [ -75.237526796590004, 39.964834076077501 ], [ -75.237494089195906, 39.965000228544902 ], [ -75.237492208570004, 39.965009729796002 ], [ -75.237489260186507, 39.9650237549846 ], [ -75.237488141099305, 39.965029065267402 ], [ -75.237493104394005, 39.965029674004498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2738 HELEN ST", "addr_range": "2736-2738 HELEN ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 490, "objectid": 8205, "Shape__Area": 77.64453125, "Shape__Length": 39.953328283171267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122389406574001, 39.989294621078201 ], [ -75.122409358615599, 39.989316242993297 ], [ -75.122447169319599, 39.989294975741899 ], [ -75.122372667450605, 39.989212669597698 ], [ -75.122332483171206, 39.989232947216799 ], [ -75.122335139106198, 39.989235812921599 ], [ -75.122389406574001, 39.989294621078201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2142 N 27TH ST", "addr_range": "2142 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 812, "objectid": 8206, "Shape__Area": 128.5859375, "Shape__Length": 55.371853424286343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177444042580504, 39.988338451842502 ], [ -75.177636419153103, 39.988365057280802 ], [ -75.177645555916001, 39.988325252640799 ], [ -75.177452903358002, 39.988298174305498 ], [ -75.177444042580504, 39.988338451842502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "900 W DUNCANNON AVE", "addr_range": "900 W DUNCANNON AVE", "zipcode": 19141, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2593, "objectid": 8207, "Shape__Area": 411.01171875, "Shape__Length": 96.830359443384879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137992914653097, 40.030790382423397 ], [ -75.137896171353702, 40.030776478740698 ], [ -75.137838104670806, 40.031030385096201 ], [ -75.137935371079195, 40.031043801551 ], [ -75.137992914653097, 40.030790382423397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1458 N PEACH ST", "addr_range": "1458 N PEACH ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 4392, "objectid": 8208, "Shape__Area": 694.984375, "Shape__Length": 114.81581302381841 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228899753794707, 39.975348447835799 ], [ -75.228916535960906, 39.975486169873598 ], [ -75.228983857461699, 39.975483861061299 ], [ -75.229134006723498, 39.975475183482402 ], [ -75.229209149561498, 39.975471562410199 ], [ -75.229175630108998, 39.9752947533322 ], [ -75.229126127168698, 39.975299114218501 ], [ -75.229110519274897, 39.975300769763003 ], [ -75.229114097692701, 39.975334199664502 ], [ -75.228899753794707, 39.975348447835799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3941 MOUNT VERNON ST", "addr_range": "3939-3943 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1095, "objectid": 8209, "Shape__Area": 172.16015625, "Shape__Length": 71.9318511247765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201052051262707, 39.963698482705801 ], [ -75.201093196810803, 39.963904470966902 ], [ -75.201143540184603, 39.963898770555097 ], [ -75.201102718287999, 39.963692547134997 ], [ -75.201052051262707, 39.963698482705801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5410 LENA ST", "addr_range": "5410-5414 LENA ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1561, "objectid": 8210, "Shape__Area": 247.52734375, "Shape__Length": 80.01562952239864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169300329519999, 40.034881783548101 ], [ -75.169350424555802, 40.034920516484597 ], [ -75.169510095439804, 40.034730796330997 ], [ -75.169454079438694, 40.034699473704798 ], [ -75.169445975045605, 40.034710173139501 ], [ -75.169413189742301, 40.034748461153903 ], [ -75.169381406453496, 40.034786290532899 ], [ -75.169348177352902, 40.034825181247101 ], [ -75.169300329519999, 40.034881783548101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2319 TURNER ST", "addr_range": "2319 TURNER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 791, "objectid": 8211, "Shape__Area": 125.32421875, "Shape__Length": 58.098975019338852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173207791086796, 39.9799281917375 ], [ -75.173254339402206, 39.979934556478 ], [ -75.173287836273005, 39.979772966763001 ], [ -75.173241167770996, 39.979766469589002 ], [ -75.173207791086796, 39.9799281917375 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2443 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 723, "objectid": 8212, "Shape__Area": 114.7109375, "Shape__Length": 52.75438986659254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178534752204797, 39.993278646095298 ], [ -75.178543428523, 39.993279742378803 ], [ -75.1787196805261, 39.993301986657002 ], [ -75.178727915322597, 39.993264935043797 ], [ -75.178551658197094, 39.993242271691201 ], [ -75.178542711079302, 39.993241118884903 ], [ -75.178534752204797, 39.993278646095298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "128 N YEWDALL ST", "addr_range": "128 N YEWDALL ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 895, "objectid": 8213, "Shape__Area": 141.71484375, "Shape__Length": 57.357110899076744 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228825277359107, 39.962815107865403 ], [ -75.229023559056998, 39.962840307513801 ], [ -75.229030683823595, 39.962803550214403 ], [ -75.2290319809115, 39.962797372647103 ], [ -75.228834596467607, 39.962771693574403 ], [ -75.228825277359107, 39.962815107865403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2729 W STERNER ST", "addr_range": "2715-2735 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 630, "objectid": 8214, "Shape__Area": 104.01171875, "Shape__Length": 48.363800917313228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176179639329206, 39.9974005582893 ], [ -75.176229552921995, 39.997406948345699 ], [ -75.176255402715896, 39.997280680816303 ], [ -75.176206184080897, 39.997274193724699 ], [ -75.176179639329206, 39.9974005582893 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2349 N 15TH ST", "addr_range": "2327-2349 N 15TH ST; 1442 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1510, "objectid": 8215, "Shape__Area": 231.109375, "Shape__Length": 82.543015147851037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156884450668997, 39.989266983835897 ], [ -75.157190516345494, 39.989308330641997 ], [ -75.1572001482633, 39.989262993681599 ], [ -75.156894232759001, 39.989221553880498 ], [ -75.156884450668997, 39.989266983835897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "428 N DAGGETT ST", "addr_range": "412-430 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "10", "parcelarea": 1625, "objectid": 8216, "Shape__Area": 257.4453125, "Shape__Length": 92.951622398809732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.250430408467096, 39.970184407371399 ], [ -75.250759004281406, 39.9702228048452 ], [ -75.250786041729299, 39.970225957046999 ], [ -75.250795054446996, 39.970181984988699 ], [ -75.250768121097195, 39.970178868392601 ], [ -75.2504392783339, 39.970140950294002 ], [ -75.250430408467096, 39.970184407371399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "412 N DAGGETT ST", "addr_range": "412-430 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "10", "parcelarea": 1526, "objectid": 8217, "Shape__Area": 241.81640625, "Shape__Length": 91.560644198000134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.250497459306501, 39.9698590317998 ], [ -75.250823529332493, 39.969898308430999 ], [ -75.250850332066094, 39.969901534795497 ], [ -75.250858343791805, 39.969859687091699 ], [ -75.250831455037101, 39.969855425419098 ], [ -75.250510262752002, 39.9698197049496 ], [ -75.250505692315201, 39.969818654847899 ], [ -75.250497459306501, 39.9698590317998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1514 N DARIEN ST", "addr_range": "1510-1532 N DARIEN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 554, "objectid": 8218, "Shape__Area": 87.76953125, "Shape__Length": 46.284084285360223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149516067151197, 39.9751455875247 ], [ -75.149678648442304, 39.975167746277499 ], [ -75.149685781202905, 39.9751357640123 ], [ -75.149523777351405, 39.975112748869002 ], [ -75.149516067151197, 39.9751455875247 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "672 BROOKLYN ST", "addr_range": "666-672 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1240, "objectid": 8219, "Shape__Area": 182.52734375, "Shape__Length": 73.205531770010367 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208119942591907, 39.964331989375601 ], [ -75.2081253753136, 39.964373214394101 ], [ -75.208399166710507, 39.964352167582298 ], [ -75.208394120815697, 39.964311771963096 ], [ -75.208119942591907, 39.964331989375601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3715 ASPEN ST", "addr_range": "3711-3719 ASPEN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1266, "objectid": 8220, "Shape__Area": 200.2734375, "Shape__Length": 75.809523100073704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197158937422799, 39.966986015533102 ], [ -75.197101583634193, 39.966992542176797 ], [ -75.197141705758597, 39.9672070841645 ], [ -75.197198142435099, 39.967201004714703 ], [ -75.197181735692197, 39.9671152549327 ], [ -75.197158937422799, 39.966986015533102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2415 N PARK AVE", "addr_range": "2413-2415 N PARK AVE", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 753, "objectid": 8221, "Shape__Area": 119.359375, "Shape__Length": 51.267687032753017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153935023129307, 39.9895731159544 ], [ -75.154107205772803, 39.989596160540103 ], [ -75.154116986472701, 39.989554647474499 ], [ -75.153943693113106, 39.989531642652103 ], [ -75.153935023129307, 39.9895731159544 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3415 OLD YORK RD", "addr_range": "3415 OLD YORK RD", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1595, "objectid": 8222, "Shape__Area": 252.59765625, "Shape__Length": 93.490111395126291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148038305071196, 40.004678617221501 ], [ -75.148027865731095, 40.004720775399797 ], [ -75.148386470342004, 40.004770122342897 ], [ -75.148396036391105, 40.004727847036698 ], [ -75.148038305071196, 40.004678617221501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "420 N DAGGETT ST", "addr_range": "412-430 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "10", "parcelarea": 1419, "objectid": 8223, "Shape__Area": 224.83984375, "Shape__Length": 91.598569881757342 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2504638581389, 39.970021250324898 ], [ -75.250569109835098, 39.970032699747797 ], [ -75.250600711116107, 39.970035870315897 ], [ -75.250637501078899, 39.970040379239997 ], [ -75.2507931517586, 39.970058324947303 ], [ -75.250819061879199, 39.9700613066288 ], [ -75.250826280555103, 39.970022809556703 ], [ -75.2508006343039, 39.970022332070101 ], [ -75.250472459638203, 39.9699799299555 ], [ -75.2504638581389, 39.970021250324898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "419 N 50TH ST", "addr_range": "419 N 50TH ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1080, "objectid": 8224, "Shape__Area": 176.96484375, "Shape__Length": 69.145328023810009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2199894681182, 39.964291688847602 ], [ -75.219736034247205, 39.964310134352999 ], [ -75.219741483206803, 39.964353406996203 ], [ -75.219994551271597, 39.964334066825401 ], [ -75.2199894681182, 39.964291688847602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4060 N 12TH ST", "addr_range": "4058-4060 N 12TH ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1913, "objectid": 8225, "Shape__Area": 303.06640625, "Shape__Length": 92.364878687766335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146604120664506, 40.014709524489803 ], [ -75.146278342629302, 40.014667624753301 ], [ -75.146274978232398, 40.014680428540203 ], [ -75.146584286684501, 40.014808486099 ], [ -75.146604120664506, 40.014709524489803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3843 BROWN ST", "addr_range": "3843 BROWN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1290, "objectid": 8226, "Shape__Area": 204.02734375, "Shape__Length": 77.925268171177734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199866166846604, 39.967827794369498 ], [ -75.199810730164799, 39.967834024404503 ], [ -75.199854454659402, 39.968056625506698 ], [ -75.199909918520305, 39.9680508303354 ], [ -75.199866166846604, 39.967827794369498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2543 W DAUPHIN ST", "addr_range": "2543-2545 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 577, "objectid": 8227, "Shape__Area": 91.4296875, "Shape__Length": 44.350950231523022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174807028346606, 39.990390733025798 ], [ -75.174782856070806, 39.990504269653897 ], [ -75.174824962669106, 39.990509680675601 ], [ -75.174831342542703, 39.990510532909802 ], [ -75.174855568767398, 39.990397270490398 ], [ -75.174848724755606, 39.990396456498701 ], [ -75.174807028346606, 39.990390733025798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "54 E PASTORIUS ST", "addr_range": "48-54 E PASTORIUS ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 4045, "objectid": 8228, "Shape__Area": 650.80078125, "Shape__Length": 103.27943679434155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178134003398895, 40.042561287428498 ], [ -75.178126116540994, 40.0425690739633 ], [ -75.178084558556904, 40.0426091682343 ], [ -75.178037194808496, 40.042654194367401 ], [ -75.178024284467995, 40.042666656380298 ], [ -75.178015320521695, 40.042675208976398 ], [ -75.178225507657103, 40.042801521546799 ], [ -75.178246991375701, 40.0427808207155 ], [ -75.178337327896898, 40.042693846013698 ], [ -75.178348886153302, 40.042682724131602 ], [ -75.178242674937096, 40.042620816561403 ], [ -75.178138609137704, 40.042558199174998 ], [ -75.178134003398895, 40.042561287428498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "324 SHEDAKER ST", "addr_range": "324-326 SHEDAKER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1402, "objectid": 8229, "Shape__Area": 222.30078125, "Shape__Length": 83.740547489091597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1588980783674, 40.031931597910699 ], [ -75.158909720884907, 40.031938599269999 ], [ -75.158943315486795, 40.031905086160897 ], [ -75.158692631362896, 40.031752643189101 ], [ -75.158658031032502, 40.031787261605302 ], [ -75.1588980783674, 40.031931597910699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "537 N CONESTOGA ST", "addr_range": "532-550 N 54TH ST; 531-543 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 1015, "objectid": 8230, "Shape__Area": 160.67578125, "Shape__Length": 67.762520211743166 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228749924611293, 39.968775879015503 ], [ -75.228751265715005, 39.968781518090204 ], [ -75.229001383703903, 39.968755064257401 ], [ -75.2289939854778, 39.9687156506861 ], [ -75.228742792521203, 39.968743370206198 ], [ -75.228749924611293, 39.968775879015503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2152 N DOVER ST", "addr_range": "2148-2152 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 663, "objectid": 8231, "Shape__Area": 105.0546875, "Shape__Length": 49.052159517155516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179801802730395, 39.988866596591699 ], [ -75.179969193318101, 39.988889044421299 ], [ -75.179977504782002, 39.988851606121102 ], [ -75.179808808022202, 39.9888287920745 ], [ -75.179801802730395, 39.988866596591699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5121 HARLAN ST", "addr_range": "5121-5123 HARLAN ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1108, "objectid": 8232, "Shape__Area": 175.6484375, "Shape__Length": 76.054503491365836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2252050425801, 39.975024666512098 ], [ -75.225243234502202, 39.975247989276902 ], [ -75.225291196658006, 39.975242805986902 ], [ -75.225252968574495, 39.975020483454401 ], [ -75.2252050425801, 39.975024666512098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2628 W SILVER ST", "addr_range": "2626-2630 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "3", "parcelarea": 700, "objectid": 8233, "Shape__Area": 112.01171875, "Shape__Length": 51.443591049050184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174573552399906, 39.997337196367198 ], [ -75.174623206209404, 39.997342678483797 ], [ -75.174650313669105, 39.997205414681801 ], [ -75.1746011794976, 39.997200072176803 ], [ -75.174573552399906, 39.997337196367198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1526 N 8TH ST", "addr_range": "1526-1528 N 8TH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2483, "objectid": 8234, "Shape__Area": 392.97265625, "Shape__Length": 98.796544252661633 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148967937086397, 39.975514143162499 ], [ -75.149316396174996, 39.975560761337398 ], [ -75.149331709294302, 39.975493549881001 ], [ -75.148982445411093, 39.975446059336001 ], [ -75.148967937086397, 39.975514143162499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2422 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 671, "objectid": 8235, "Shape__Area": 106.45703125, "Shape__Length": 50.437875177544285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178913539712696, 39.992912298127699 ], [ -75.179081354690496, 39.992933756416001 ], [ -75.179089363255201, 39.9929347908502 ], [ -75.179097002211194, 39.992901867816897 ], [ -75.179097737775294, 39.992898466757701 ], [ -75.179089207835503, 39.9928973728926 ], [ -75.178921666827407, 39.992875920750599 ], [ -75.178913539712696, 39.992912298127699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1038 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 616, "objectid": 8236, "Shape__Area": 98.2421875, "Shape__Length": 46.80829787772069 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147867073501899, 39.997320783514802 ], [ -75.147915541377998, 39.997327636115102 ], [ -75.147942893755896, 39.997205664252803 ], [ -75.147894331843801, 39.9971996474791 ], [ -75.147867073501899, 39.997320783514802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1722 N 26TH ST", "addr_range": "1714-1726 N 26TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 921, "objectid": 8237, "Shape__Area": 146.046875, "Shape__Length": 61.267232245728621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177248314450196, 39.981786667060902 ], [ -75.177467903389498, 39.981814641888803 ], [ -75.177476275068102, 39.981774545312902 ], [ -75.177257646991706, 39.981746592939302 ], [ -75.177248314450196, 39.981786667060902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1325 W PIKE ST", "addr_range": "1325 W PIKE ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1070, "objectid": 8238, "Shape__Area": 169.60546875, "Shape__Length": 68.527893786668429 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1491249031873, 40.012427542725497 ], [ -75.149129786133102, 40.012428120064399 ], [ -75.149171556312396, 40.012235804854797 ], [ -75.149118776254497, 40.012230691627202 ], [ -75.149075732766505, 40.012421768809098 ], [ -75.1491249031873, 40.012427542725497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3043 W DAUPHIN ST", "addr_range": "3043 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1376, "objectid": 8239, "Shape__Area": 217.234375, "Shape__Length": 77.887366324018615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182831977512393, 39.991653632772703 ], [ -75.182892170977695, 39.991661298705601 ], [ -75.182936403527094, 39.991441963142698 ], [ -75.182876872697705, 39.991435086917299 ], [ -75.182831977512393, 39.991653632772703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2461 N OPAL ST", "addr_range": "2461 N OPAL ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 675, "objectid": 8240, "Shape__Area": 108.45703125, "Shape__Length": 50.499665570270693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164036468294896, 39.991772103694501 ], [ -75.164199794076794, 39.991794594617303 ], [ -75.164208315452697, 39.991757389043997 ], [ -75.164044803108695, 39.991734877709902 ], [ -75.164039778405794, 39.991734183351298 ], [ -75.164033399169796, 39.991733314313102 ], [ -75.164025883200594, 39.991767771003602 ], [ -75.164025273790003, 39.991770577452101 ], [ -75.164031675232906, 39.991771447891999 ], [ -75.164036468294896, 39.991772103694501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2455 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 763, "objectid": 8241, "Shape__Area": 121.0703125, "Shape__Length": 53.52118352429644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178483581742995, 39.993508076567501 ], [ -75.178493072607694, 39.993509255975198 ], [ -75.178669684040003, 39.993531428179402 ], [ -75.178677998159998, 39.993492314129497 ], [ -75.178634417892198, 39.9934870022037 ], [ -75.178501738040694, 39.993469714618001 ], [ -75.1784925199523, 39.9934685088854 ], [ -75.178483581742995, 39.993508076567501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1435 N PERTH ST", "addr_range": "1436-1438 N FRANKLIN ST; 1435-1449 N PERTH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 682, "objectid": 8242, "Shape__Area": 107.90625, "Shape__Length": 45.491944731733241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148499030585199, 39.974118860633197 ], [ -75.148622098255501, 39.974135384865598 ], [ -75.148632524934499, 39.974089082624502 ], [ -75.148490210929793, 39.974071220149902 ], [ -75.148480812106797, 39.974116368048797 ], [ -75.148487767605999, 39.974117493432502 ], [ -75.1484943885619, 39.974118577893698 ], [ -75.148499030585199, 39.974118860633197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1443 N 17TH ST", "addr_range": "1441-1443 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1993, "objectid": 8243, "Shape__Area": 315.71484375, "Shape__Length": 93.598474373936668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162929847384206, 39.976253161296199 ], [ -75.163271368408502, 39.976299046989901 ], [ -75.163281517197206, 39.976253205903497 ], [ -75.163283661390906, 39.976243646701903 ], [ -75.163057593327906, 39.976213081614901 ], [ -75.162941324497993, 39.976197757061897 ], [ -75.162939629112998, 39.976207584967902 ], [ -75.162929847384206, 39.976253161296199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3335 N 17TH ST", "addr_range": "3323-3343 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 2493, "objectid": 8244, "Shape__Area": 408.03125, "Shape__Length": 106.2784623337721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156631534678596, 40.004798471029197 ], [ -75.157019541930296, 40.004850935553897 ], [ -75.157032126151904, 40.004787626900402 ], [ -75.156644727463899, 40.004735159037999 ], [ -75.156631534678596, 40.004798471029197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "350 N ROBINSON ST", "addr_range": "350 N ROBINSON ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1040, "objectid": 8245, "Shape__Area": 164.81640625, "Shape__Length": 66.663692672825121 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242268808538398, 39.9680732568849 ], [ -75.242510345520898, 39.9681036650503 ], [ -75.242519030506202, 39.968062492058799 ], [ -75.242475525946801, 39.968057173333001 ], [ -75.242304976065697, 39.968035553300197 ], [ -75.242277867195796, 39.968031576707098 ], [ -75.242268808538398, 39.9680732568849 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3224 W SUSQUEHANNA AVE", "addr_range": "3220-3224 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1192, "objectid": 8246, "Shape__Area": 188.6875, "Shape__Length": 73.674353582492756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185910209081399, 39.990039072328898 ], [ -75.185964002051094, 39.990046399975803 ], [ -75.185989160660796, 39.989935090919197 ], [ -75.185991672820293, 39.9899240889551 ], [ -75.185996687385099, 39.989901133343501 ], [ -75.186010568077194, 39.989837690730802 ], [ -75.186006605211105, 39.989837166117802 ], [ -75.185956793256295, 39.989830476133598 ], [ -75.185931494093396, 39.989939364637003 ], [ -75.185926531228404, 39.989965883089504 ], [ -75.185910209081399, 39.990039072328898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2635 N DARIEN ST", "addr_range": "2633-2635 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 516, "objectid": 8247, "Shape__Area": 81.80078125, "Shape__Length": 42.223973022778978 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145592916806095, 39.991931916686099 ], [ -75.145734493474805, 39.991951393326403 ], [ -75.145742037869496, 39.991916439102603 ], [ -75.145600588444694, 39.9918974645228 ], [ -75.145592916806095, 39.991931916686099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1811 N 27TH ST", "addr_range": "1811 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1072, "objectid": 8248, "Shape__Area": 168.1015625, "Shape__Length": 66.804279870313266 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178131048968595, 39.983214014356101 ], [ -75.178371088035504, 39.983248247229099 ], [ -75.178380509370001, 39.983205289979701 ], [ -75.178139157895501, 39.983173025255098 ], [ -75.178131048968595, 39.983214014356101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "64 N SALFORD ST", "addr_range": "64 N SALFORD ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1120, "objectid": 8249, "Shape__Area": 177.43359375, "Shape__Length": 65.96063147331617 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239802785713195, 39.963344210701401 ], [ -75.239795189382306, 39.963386535377403 ], [ -75.240026369719402, 39.963416691042497 ], [ -75.240026948723894, 39.963414044876302 ], [ -75.240037281023206, 39.963366847099401 ], [ -75.239802785713195, 39.963344210701401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2506-08 EMERALD ST", "addr_range": "1945-1947 E CUMBERLAND ST; 2502-2512 EMERALD ST", "zipcode": 19125, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1508, "objectid": 8250, "Shape__Area": 238.71875, "Shape__Length": 66.785153874793167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1275079678894, 39.985876290382002 ], [ -75.127624070093006, 39.986007483688198 ], [ -75.127700070310794, 39.9859664214191 ], [ -75.127584327508401, 39.985835170628498 ], [ -75.1275079678894, 39.985876290382002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6133 BAYNTON ST", "addr_range": "100-102 E PASTORIUS ST; 6133-6137 BAYNTON ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1262, "objectid": 8251, "Shape__Area": 201.609375, "Shape__Length": 73.271247846073436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177116889821207, 40.043330215371299 ], [ -75.177165162586405, 40.043358666558603 ], [ -75.177331465002595, 40.043197519149103 ], [ -75.177284559342795, 40.043169032875703 ], [ -75.177211351793204, 40.043239028888301 ], [ -75.177116889821207, 40.043330215371299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2262 N CHADWICK ST", "addr_range": "2256-2264 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "5", "parcelarea": 705, "objectid": 8252, "Shape__Area": 110.6796875, "Shape__Length": 50.629807257938687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160452660612705, 39.988105010189699 ], [ -75.160447240050701, 39.988104291418303 ], [ -75.160278683244798, 39.9880818697142 ], [ -75.160269728478397, 39.988119951860099 ], [ -75.1604390384623, 39.988142406786899 ], [ -75.160444439131297, 39.988143125109701 ], [ -75.160450038336606, 39.988117717530002 ], [ -75.160452660612705, 39.988105010189699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1820 W VENANGO ST", "addr_range": "1818-1820 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2080, "objectid": 8253, "Shape__Area": 349.6796875, "Shape__Length": 117.41024235582333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158678285574396, 40.008516564691803 ], [ -75.158679495846002, 40.008516720853699 ], [ -75.158731702211199, 40.008286337046201 ], [ -75.158756215882804, 40.008163653799997 ], [ -75.158754860517703, 40.008163461927403 ], [ -75.158697082202295, 40.008155372299399 ], [ -75.158653704851901, 40.008361468447198 ], [ -75.158620808447395, 40.008508803493001 ], [ -75.158678285574396, 40.008516564691803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2000 N 32ND ST", "addr_range": "2000 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1335, "objectid": 8254, "Shape__Area": 211.3125, "Shape__Length": 77.004621357460678 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186048478015493, 39.9870873527179 ], [ -75.186057957029803, 39.987088887151501 ], [ -75.186067041451594, 39.987043631482301 ], [ -75.186046874269195, 39.987041037466 ], [ -75.185785194040506, 39.987007287203603 ], [ -75.185775626590797, 39.987052580717602 ], [ -75.186048478015493, 39.9870873527179 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2335 N 16TH ST", "addr_range": "2329-2339 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1290, "objectid": 8255, "Shape__Area": 207.58203125, "Shape__Length": 80.014806589323939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158544956872404, 39.989080373427697 ], [ -75.158844177215798, 39.989123189404097 ], [ -75.158853331347402, 39.989081564546296 ], [ -75.158554191185502, 39.989038831491598 ], [ -75.158544956872404, 39.989080373427697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1362 W SILVER ST", "addr_range": "1362 W SILVER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1173, "objectid": 8256, "Shape__Area": 190.203125, "Shape__Length": 59.231542375717012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154068969147104, 39.9947898008705 ], [ -75.154073891110897, 39.9947904591004 ], [ -75.154092908292398, 39.9947929849465 ], [ -75.154152608601294, 39.9948009287126 ], [ -75.154163627549806, 39.9947484331936 ], [ -75.154180663862803, 39.994677777676301 ], [ -75.154181852841802, 39.994663652270603 ], [ -75.154179162540004, 39.994663300402202 ], [ -75.154099523469199, 39.994652794645603 ], [ -75.154093977577304, 39.994672900688997 ], [ -75.154095171324897, 39.994674554924799 ], [ -75.154068969147104, 39.9947898008705 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1436 N 17TH ST", "addr_range": "1436-1438 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2171, "objectid": 8257, "Shape__Area": 343.953125, "Shape__Length": 94.349759352087929 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163462853815702, 39.976250699669102 ], [ -75.163800806779307, 39.976296181694302 ], [ -75.163808650590795, 39.976261346791198 ], [ -75.163814602255997, 39.976234866713398 ], [ -75.163477177763895, 39.976189815606098 ], [ -75.163476327681195, 39.976193440154397 ], [ -75.163462853815702, 39.976250699669102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2350 N FAWN ST", "addr_range": "2361 N CAMAC ST; 2348-2350 N FAWN ST; 1216-1226 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "9", "parcelarea": 670, "objectid": 8258, "Shape__Area": 106.89453125, "Shape__Length": 48.916488934551772 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152462842841302, 39.988704201596498 ], [ -75.152625418838596, 39.988724581184002 ], [ -75.152633765403095, 39.988685518078498 ], [ -75.152471683066295, 39.988665923648199 ], [ -75.152467322607507, 39.9886653888721 ], [ -75.152459087934801, 39.988703729179598 ], [ -75.152462842841302, 39.988704201596498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2719 N NEWKIRK ST", "addr_range": "2717-2723 N NEWKIRK ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 761, "objectid": 8259, "Shape__Area": 122.328125, "Shape__Length": 52.284951801520691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177157369234607, 39.997410901231397 ], [ -75.177335086325996, 39.9974339875452 ], [ -75.177340916249307, 39.997406826572501 ], [ -75.177343942211607, 39.9973927899591 ], [ -75.177166849220697, 39.997369250920897 ], [ -75.177157369234607, 39.997410901231397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5901 CEDAR AVE", "addr_range": "5901 CEDAR AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1306, "objectid": 8260, "Shape__Area": 206.859375, "Shape__Length": 76.998377871846273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240824754159604, 39.952529576102798 ], [ -75.240882674441806, 39.9525367579879 ], [ -75.240927728099606, 39.952318890216702 ], [ -75.240914886687094, 39.952317271373801 ], [ -75.240871169601306, 39.952311738135798 ], [ -75.2408354187844, 39.952479564547403 ], [ -75.240824754159604, 39.952529576102798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2428 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 688, "objectid": 8261, "Shape__Area": 109.08203125, "Shape__Length": 50.790379968279041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179073082004294, 39.993013863807903 ], [ -75.179064302212396, 39.993012716591601 ], [ -75.178896591404694, 39.992990760555003 ], [ -75.1788882850081, 39.993028035826804 ], [ -75.179056322921596, 39.993049677539197 ], [ -75.179064768642306, 39.9930507686189 ], [ -75.179069342842197, 39.993032365209501 ], [ -75.179073082004294, 39.993013863807903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2540 N WARNOCK ST", "addr_range": "2538-2540 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 672, "objectid": 8262, "Shape__Area": 110.37109375, "Shape__Length": 50.416022889355098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1491930066625, 39.991124759224498 ], [ -75.149365583125402, 39.991149028058501 ], [ -75.149374623051003, 39.991110544892301 ], [ -75.149201294330197, 39.9910867428719 ], [ -75.1491930066625, 39.991124759224498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "141 N YEWDALL ST", "addr_range": "137-141 N YEWDALL ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 820, "objectid": 8263, "Shape__Area": 129.81640625, "Shape__Length": 55.492952411529942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228439262753994, 39.963021755094303 ], [ -75.228632631743494, 39.963046105918799 ], [ -75.228641207912801, 39.9630058351107 ], [ -75.2284483962557, 39.962981109118097 ], [ -75.228439262753994, 39.963021755094303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "904 N MARKOE ST", "addr_range": "901-911 N MAY ST; 904 N MARKOE ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 872, "objectid": 8264, "Shape__Area": 137.8359375, "Shape__Length": 55.35802844862728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.214933754719794, 39.969525621075803 ], [ -75.214940106915193, 39.969570413219998 ], [ -75.215129341015299, 39.969556088147598 ], [ -75.215126134216803, 39.969529743218096 ], [ -75.215123218023393, 39.969511866007601 ], [ -75.214933754719794, 39.969525621075803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4307 N 16TH ST", "addr_range": "4305-4309 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1634, "objectid": 8265, "Shape__Area": 258.85546875, "Shape__Length": 106.01560481872454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151882730041905, 40.019062749711502 ], [ -75.152304087207995, 40.019116371294999 ], [ -75.1523124828432, 40.019079405047101 ], [ -75.151890786101603, 40.0190259046515 ], [ -75.151882730041905, 40.019062749711502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "426 N DAGGETT ST", "addr_range": "412-430 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "10", "parcelarea": 1526, "objectid": 8266, "Shape__Area": 241.70703125, "Shape__Length": 92.169454647944974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.250768121097195, 39.970178868392601 ], [ -75.250795054446996, 39.970181984988699 ], [ -75.250803246973007, 39.970141526949 ], [ -75.250776525466705, 39.970138350097102 ], [ -75.250447744889698, 39.970099288213902 ], [ -75.2504392783339, 39.970140950294002 ], [ -75.250768121097195, 39.970178868392601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2539 N WARNOCK ST", "addr_range": "2539-2551 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 672, "objectid": 8267, "Shape__Area": 104.26171875, "Shape__Length": 49.275425010625717 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148917122609404, 39.991085928538503 ], [ -75.149086501020705, 39.991109981160697 ], [ -75.149095057344795, 39.991073179169902 ], [ -75.148925071003603, 39.991049097464298 ], [ -75.148917122609404, 39.991085928538503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2152 N NATRONA ST", "addr_range": "2152-2154 N NATRONA ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 908, "objectid": 8268, "Shape__Area": 143.7265625, "Shape__Length": 59.738298703500604 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185818851565998, 39.9897229072619 ], [ -75.186029842578407, 39.989751267638603 ], [ -75.186038490785705, 39.989710936147802 ], [ -75.185827901955506, 39.989681358495702 ], [ -75.185818851565998, 39.9897229072619 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3609 N 16TH ST", "addr_range": "3607-3609 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2500, "objectid": 8269, "Shape__Area": 402.8984375, "Shape__Length": 100.09470663830987 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154275580576495, 40.008415366862003 ], [ -75.154269785256801, 40.008440834651303 ], [ -75.154624154471605, 40.008484809266498 ], [ -75.154639075617297, 40.008415831283799 ], [ -75.154284519834505, 40.0083728841538 ], [ -75.154275580576495, 40.008415366862003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "733 MASTER ST", "addr_range": "733 MASTER ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 743, "objectid": 8270, "Shape__Area": 119.34375, "Shape__Length": 52.560907993693036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148920407188797, 39.973416653512103 ], [ -75.148972120806604, 39.973424209441497 ], [ -75.148975663937406, 39.973412635054103 ], [ -75.148976596568602, 39.973402500792602 ], [ -75.148980510956093, 39.973385115129297 ], [ -75.148987403354596, 39.973352838226802 ], [ -75.148994116291405, 39.973318702956099 ], [ -75.149001510229496, 39.973284857932498 ], [ -75.148950203437707, 39.973278149184601 ], [ -75.148920407188797, 39.973416653512103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3921 RENO ST", "addr_range": "3921 RENO ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 802, "objectid": 8271, "Shape__Area": 126.93359375, "Shape__Length": 57.746199244478575 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201218723543505, 39.968232290190898 ], [ -75.201249751785696, 39.968392482532003 ], [ -75.201297957136106, 39.968386365076199 ], [ -75.201266580844504, 39.968227050707299 ], [ -75.201218723543505, 39.968232290190898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3322 N SYDENHAM ST", "addr_range": "3322 N SYDENHAM ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 882, "objectid": 8272, "Shape__Area": 144.80078125, "Shape__Length": 59.288838077807547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154931985297793, 40.004061526979598 ], [ -75.154922642037704, 40.004103631173699 ], [ -75.155130320449103, 40.004130651828497 ], [ -75.1551400195371, 40.004089135918498 ], [ -75.154931985297793, 40.004061526979598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2460 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 737, "objectid": 8273, "Shape__Area": 116.83203125, "Shape__Length": 53.015645214591437 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178467679346397, 39.993582660096898 ], [ -75.178457334237393, 39.993581332704998 ], [ -75.178282431509899, 39.993558860579398 ], [ -75.178273575263404, 39.9935968172746 ], [ -75.178448988674702, 39.993619108036 ], [ -75.178459125472003, 39.993620399226401 ], [ -75.178467679346397, 39.993582660096898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "640 UNION ST", "addr_range": "620-640 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 984, "objectid": 8274, "Shape__Area": 155.8359375, "Shape__Length": 58.6409010370133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201405239195694, 39.964058784640201 ], [ -75.201413760443401, 39.964103625028102 ], [ -75.2016124201335, 39.964081166951203 ], [ -75.201603204729693, 39.964033102684098 ], [ -75.201487491933705, 39.9640468614352 ], [ -75.201404879020998, 39.964056680901898 ], [ -75.201405239195694, 39.964058784640201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "112 E SPRINGER ST", "addr_range": "112 E SPRINGER ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2060, "objectid": 8275, "Shape__Area": 322.73046875, "Shape__Length": 72.400153969923565 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182808808571593, 40.052979643072803 ], [ -75.182951719028395, 40.053066723792803 ], [ -75.183040019411806, 40.052979409647897 ], [ -75.182895648090295, 40.0528943443827 ], [ -75.182808808571593, 40.052979643072803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1408-12 N PERTH ST", "addr_range": "1408-12 N PERTH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1095, "objectid": 8276, "Shape__Area": 173.4296875, "Shape__Length": 53.953597932639525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148827812115002, 39.973594678492098 ], [ -75.148818406165901, 39.9736406011288 ], [ -75.148936967246996, 39.973656619228301 ], [ -75.148946225581, 39.973610726575501 ], [ -75.148935057296299, 39.973609151625602 ], [ -75.148944922183901, 39.973562159961503 ], [ -75.148838048839494, 39.973548437705198 ], [ -75.148827812115002, 39.973594678492098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6456 GERMANTOWN AVE", "addr_range": "6456 GERMANTOWN AVE", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2448, "objectid": 8277, "Shape__Area": 430.671875, "Shape__Length": 111.92878456032301 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183581311825606, 40.047543918041399 ], [ -75.183218444550604, 40.0476455868248 ], [ -75.183248626382493, 40.047707128760599 ], [ -75.183657163922703, 40.047590297164 ], [ -75.183581311825606, 40.047543918041399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3723 ASPEN ST", "addr_range": "3723 ASPEN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 726, "objectid": 8278, "Shape__Area": 114.890625, "Shape__Length": 48.598228686149469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197383225356504, 39.966977094828998 ], [ -75.197403309261901, 39.967083753140102 ], [ -75.197460656353002, 39.967077437031001 ], [ -75.197449462707397, 39.967019043384298 ], [ -75.197447170087401, 39.967008692980599 ], [ -75.197436695121795, 39.966955200575399 ], [ -75.197403543088996, 39.966958798697497 ], [ -75.197381133753495, 39.966961395117103 ], [ -75.197383225356504, 39.966977094828998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2631 N 18TH ST", "addr_range": "2631 N 18TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 881, "objectid": 8279, "Shape__Area": 140.53125, "Shape__Length": 59.653427458229295 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160821274176598, 39.993873367157001 ], [ -75.161033420358194, 39.9939012201135 ], [ -75.161042314778697, 39.993861411100802 ], [ -75.160830127069005, 39.993833605876098 ], [ -75.160821274176598, 39.993873367157001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2435 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 711, "objectid": 8280, "Shape__Area": 112.76953125, "Shape__Length": 52.566154328716024 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178567893043606, 39.993125154365401 ], [ -75.178577090632302, 39.993126343415497 ], [ -75.178752510065493, 39.993148940217203 ], [ -75.178761323899096, 39.993112125924704 ], [ -75.178585091602102, 39.993089930795598 ], [ -75.178575809689605, 39.993088772293298 ], [ -75.178567893043606, 39.993125154365401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4450 WESTMINSTER AVE", "addr_range": "4450 WESTMINSTER AVE; 900 1/2 N 45TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 295, "objectid": 8281, "Shape__Area": 46.74609375, "Shape__Length": 27.657802563111147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.212659688077196, 39.969334856197896 ], [ -75.212652043283001, 39.9692765247908 ], [ -75.212610966156802, 39.969280235880198 ], [ -75.212604685277398, 39.969287654590403 ], [ -75.212609286842806, 39.969339834241303 ], [ -75.212659688077196, 39.969334856197896 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2627 N 29TH ST", "addr_range": "2625-2627 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1125, "objectid": 8282, "Shape__Area": 178.125, "Shape__Length": 69.261904379349048 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178615797149604, 39.996180388870698 ], [ -75.178635084800405, 39.996182979752099 ], [ -75.178637715953698, 39.996171626487701 ], [ -75.178645033313501, 39.9961400342724 ], [ -75.178393814331599, 39.996107019394898 ], [ -75.178386525015, 39.996140095289199 ], [ -75.178384500539394, 39.996149286198502 ], [ -75.178447183738797, 39.996157718354503 ], [ -75.178615797149604, 39.996180388870698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2713 W MONTGOMERY AVE", "addr_range": "2713 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 889, "objectid": 8283, "Shape__Area": 141.23046875, "Shape__Length": 60.02370197916359 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1789533027858, 39.983232018666897 ], [ -75.1789718674775, 39.983146806055998 ], [ -75.178989757148898, 39.9830683160828 ], [ -75.178937316980395, 39.9830609036065 ], [ -75.178901917694105, 39.983224887502601 ], [ -75.1789533027858, 39.983232018666897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5151 OGDEN ST", "addr_range": "5149-5151 OGDEN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 825, "objectid": 8284, "Shape__Area": 142.4375, "Shape__Length": 59.167246567596273 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224047172505806, 39.967253640614999 ], [ -75.224071745699007, 39.9673995648633 ], [ -75.224074567967307, 39.967414391652397 ], [ -75.224127995853195, 39.967409135574997 ], [ -75.224101212860006, 39.967248253876001 ], [ -75.224047172505806, 39.967253640614999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2556 N 12TH ST", "addr_range": "2554-2556 N 12TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 996, "objectid": 8285, "Shape__Area": 157.95703125, "Shape__Length": 64.530409757468775 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151283958072597, 39.991738926923396 ], [ -75.1515158650204, 39.9917698562544 ], [ -75.151524476975496, 39.991729363895303 ], [ -75.1512920170684, 39.991697551674697 ], [ -75.151291732788195, 39.991698980561999 ], [ -75.151283958072597, 39.991738926923396 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3912 WALLACE ST", "addr_range": "3908-3912 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1187, "objectid": 8286, "Shape__Area": 189.19921875, "Shape__Length": 75.899151327925409 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200367965402904, 39.963998502454999 ], [ -75.200411462532003, 39.964216536539404 ], [ -75.200455798402004, 39.964211266956902 ], [ -75.200462970130005, 39.9642105235123 ], [ -75.200421328223499, 39.963992160363397 ], [ -75.200367965402904, 39.963998502454999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1824 W VENANGO ST", "addr_range": "1824-1826 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2080, "objectid": 8287, "Shape__Area": 330.14453125, "Shape__Length": 116.78438718964085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158878770419093, 40.008542448169798 ], [ -75.158936198943096, 40.008549273787402 ], [ -75.159008508876298, 40.008196413411198 ], [ -75.158952669394395, 40.0081885767041 ], [ -75.158915861080999, 40.008366467100799 ], [ -75.158898606379907, 40.008452769877501 ], [ -75.158878770419093, 40.008542448169798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2466 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 675, "objectid": 8288, "Shape__Area": 106.97265625, "Shape__Length": 51.996455724166587 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1784440719955, 39.993688619009703 ], [ -75.178433935222401, 39.993687326917701 ], [ -75.178259109171805, 39.993665050197897 ], [ -75.178251544113195, 39.993699844439298 ], [ -75.178426266660196, 39.993722103532697 ], [ -75.178436507028906, 39.993723413263197 ], [ -75.1784440719955, 39.993688619009703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2601 S 60TH ST", "addr_range": "2601 S 60TH ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 20613, "objectid": 8289, "Shape__Area": 3260.19140625, "Shape__Length": 257.40918620608863 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2211966302837, 39.925735798628097 ], [ -75.221654907752594, 39.925943220195599 ], [ -75.221858755066407, 39.926036835145403 ], [ -75.221968157153299, 39.926086420697601 ], [ -75.222057404888801, 39.925972163744902 ], [ -75.222025136697098, 39.925920511665197 ], [ -75.221948055224402, 39.9257743217279 ], [ -75.221945229463302, 39.9257689615525 ], [ -75.221828474309206, 39.925582121332702 ], [ -75.221747789694106, 39.925605034335398 ], [ -75.221626665390602, 39.925636041309197 ], [ -75.221444446731397, 39.9256759796192 ], [ -75.221282933183105, 39.925710759201699 ], [ -75.221216682701694, 39.925704057117201 ], [ -75.2211966302837, 39.925735798628097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6320 BAYNTON ST", "addr_range": "6320 BAYNTON ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 6504, "objectid": 8290, "Shape__Area": 1062.6640625, "Shape__Length": 142.83729921370664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180135531433905, 40.044733675919304 ], [ -75.180278844366995, 40.044822863413302 ], [ -75.180568515927504, 40.044556883546797 ], [ -75.180416366730796, 40.044463473042697 ], [ -75.180349470421305, 40.044527837622901 ], [ -75.180282595818895, 40.0445921828302 ], [ -75.180135531433905, 40.044733675919304 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "616 CECIL B MOORE AVE", "addr_range": "616-620 CECIL B MOORE AVE", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1155, "objectid": 8291, "Shape__Area": 182.2578125, "Shape__Length": 54.003710279236103 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1461922880505, 39.977089787731799 ], [ -75.146252794389198, 39.977098123691299 ], [ -75.146315108048398, 39.977106454672501 ], [ -75.146331921119199, 39.977015538372697 ], [ -75.146271640762095, 39.9770087636442 ], [ -75.146208650947202, 39.977001789550599 ], [ -75.1461922880505, 39.977089787731799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5640 HEISKELL ST", "addr_range": "5640-5642 HEISKELL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1078, "objectid": 8292, "Shape__Area": 181.32421875, "Shape__Length": 78.529358445493955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169728029874307, 40.039453317582897 ], [ -75.169731842069893, 40.039491635858397 ], [ -75.170002073773205, 40.0394757456557 ], [ -75.170043689031004, 40.039435055450397 ], [ -75.169728460229706, 40.039453591246797 ], [ -75.169728029874307, 40.039453317582897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5642 HEISKELL ST", "addr_range": "5640-5642 HEISKELL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 883, "objectid": 8293, "Shape__Area": 153.828125, "Shape__Length": 68.400041901016337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169961495958503, 40.039516249214202 ], [ -75.170002073773205, 40.0394757456557 ], [ -75.169731842069893, 40.039491635858397 ], [ -75.169735655372506, 40.039529955960496 ], [ -75.169961495958503, 40.039516249214202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2458 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 765, "objectid": 8294, "Shape__Area": 121.2578125, "Shape__Length": 53.385346441744588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178475724818398, 39.993542848064102 ], [ -75.178466088290904, 39.993541648272398 ], [ -75.178290744685796, 39.993519746531497 ], [ -75.178282431509899, 39.993558860579398 ], [ -75.178457334237393, 39.993581332704998 ], [ -75.178467679346397, 39.993582660096898 ], [ -75.178475724818398, 39.993542848064102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2336 W MONTGOMERY AVE", "addr_range": "2326-2338 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1463, "objectid": 8295, "Shape__Area": 231.58203125, "Shape__Length": 89.325189099374242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173362758964103, 39.981941616599499 ], [ -75.173304259933005, 39.982203813436001 ], [ -75.173357360747204, 39.982211501937499 ], [ -75.173415477670503, 39.981948844191201 ], [ -75.173362758964103, 39.981941616599499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "807 W HUNTINGDON ST", "addr_range": "801-813 W HUNTINGDON ST; 2611-2623 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 938, "objectid": 8296, "Shape__Area": 143.328125, "Shape__Length": 64.500142958789354 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145644984410893, 39.991424030292301 ], [ -75.145692751757693, 39.991430432844801 ], [ -75.145732810483196, 39.991247688462103 ], [ -75.145685970691005, 39.991241661070397 ], [ -75.145678296528999, 39.991275113047003 ], [ -75.145670615589196, 39.991308161212203 ], [ -75.145665576822594, 39.9913357253455 ], [ -75.145644984410893, 39.991424030292301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2454 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 718, "objectid": 8297, "Shape__Area": 113.921875, "Shape__Length": 51.260906039827844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178780987010796, 39.993519897222697 ], [ -75.178950020614707, 39.993541849690999 ], [ -75.178957904658802, 39.993542864224601 ], [ -75.178965449307, 39.993508537112398 ], [ -75.178965916242305, 39.993503970435903 ], [ -75.178958407314397, 39.9935030111575 ], [ -75.178790016687401, 39.993481250601299 ], [ -75.178780987010796, 39.993519897222697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6223 LUDLOW ST", "addr_range": "6223-6225 LUDLOW ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1147, "objectid": 8298, "Shape__Area": 181.6171875, "Shape__Length": 72.865143251626804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245576753231106, 39.961829448934097 ], [ -75.245534834687604, 39.962036892872099 ], [ -75.245587330224495, 39.9620431329745 ], [ -75.245630032339704, 39.961835995342902 ], [ -75.245576753231106, 39.961829448934097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3748 N PARK AVE", "addr_range": "3746-3750 N PARK AVE", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1241, "objectid": 8299, "Shape__Area": 196.5234375, "Shape__Length": 76.503721953551747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149810761577797, 40.010265052888698 ], [ -75.149801846439999, 40.0103062140658 ], [ -75.150086166165295, 40.010344119084998 ], [ -75.150095421987302, 40.010302288038098 ], [ -75.149810761577797, 40.010265052888698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1835 S ALLISON ST", "addr_range": "1821-1843 S ALLISON ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 685, "objectid": 8300, "Shape__Area": 108.390625, "Shape__Length": 50.50030437603268 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220390479663195, 39.934006151518901 ], [ -75.220259567864801, 39.934098417643902 ], [ -75.220292292740893, 39.934125510859602 ], [ -75.220424321174306, 39.934034752372497 ], [ -75.220390479663195, 39.934006151518901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2420 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 702, "objectid": 8301, "Shape__Area": 111.29296875, "Shape__Length": 50.90999353776072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178921666827407, 39.992875920750599 ], [ -75.179089207835503, 39.9928973728926 ], [ -75.179097737775294, 39.992898466757701 ], [ -75.179105887945497, 39.992860332915001 ], [ -75.179097440532004, 39.9928592562161 ], [ -75.178930229451794, 39.992837941219697 ], [ -75.178921666827407, 39.992875920750599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2350 N 31ST ST", "addr_range": "2342-2352 N 31ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 803, "objectid": 8302, "Shape__Area": 127.078125, "Shape__Length": 56.473653622370115 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182927206244102, 39.992719746085299 ], [ -75.182918617484603, 39.992757918996702 ], [ -75.183119288973103, 39.992783910241897 ], [ -75.183127185785807, 39.992745786716803 ], [ -75.182927206244102, 39.992719746085299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2105 W VENANGO ST", "addr_range": "2105-2107 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 6345, "objectid": 8303, "Shape__Area": 1015.4921875, "Shape__Length": 203.12536167925327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163070501360394, 40.009851554064298 ], [ -75.163168838346294, 40.009864232324198 ], [ -75.1633070739407, 40.009250666919797 ], [ -75.163207373655496, 40.009239103232296 ], [ -75.163112190764096, 40.0096591689001 ], [ -75.163070501360394, 40.009851554064298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1521 W CUMBERLAND ST", "addr_range": "1519-1521 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 1030, "objectid": 8304, "Shape__Area": 164.95703125, "Shape__Length": 66.747318167750151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157553024918101, 39.991430688818198 ], [ -75.157559423840297, 39.991431622635801 ], [ -75.157599546935998, 39.991245216356901 ], [ -75.157595903239894, 39.991244618679303 ], [ -75.157572785009506, 39.9912408564755 ], [ -75.157548058504005, 39.991237460696901 ], [ -75.157527444041307, 39.9913245415432 ], [ -75.157513134483906, 39.991389181693201 ], [ -75.157506776304501, 39.9914239705273 ], [ -75.157553024918101, 39.991430688818198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "666 UNION ST", "addr_range": "662, 666 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1434, "objectid": 8305, "Shape__Area": 226.203125, "Shape__Length": 80.267189304360372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201559030980405, 39.964884511907499 ], [ -75.201567126769902, 39.964930648384801 ], [ -75.201864367969307, 39.9648983212319 ], [ -75.201854980491404, 39.964852027249599 ], [ -75.201559030980405, 39.964884511907499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3330 N 16TH ST", "addr_range": "3328-3350 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 2158, "objectid": 8306, "Shape__Area": 328.85546875, "Shape__Length": 101.94706110807255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155705813311599, 40.004413245363899 ], [ -75.156090311549704, 40.004463120861402 ], [ -75.156101640263103, 40.004409664479702 ], [ -75.155716589820202, 40.004363792369702 ], [ -75.155705813311599, 40.004413245363899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2136 E ORLEANS ST", "addr_range": "2136-2142 E ORLEANS ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 660, "objectid": 8307, "Shape__Area": 104.49609375, "Shape__Length": 50.024902644528581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115017919868194, 39.988612135196902 ], [ -75.1150410984649, 39.988641829169701 ], [ -75.115193464921305, 39.988572415674597 ], [ -75.115167344395999, 39.988539656469399 ], [ -75.115017919868194, 39.988612135196902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4410 GERMANTOWN AVE", "addr_range": "4410 GERMANTOWN AVE", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2123, "objectid": 8308, "Shape__Area": 336.42578125, "Shape__Length": 108.2289340431311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157863036407207, 40.021273413919303 ], [ -75.157862762076704, 40.0212735392751 ], [ -75.157903085364893, 40.021311848883599 ], [ -75.158082840891396, 40.021227069789802 ], [ -75.158205169198297, 40.021170283608598 ], [ -75.158258531034903, 40.021146083849999 ], [ -75.158224080791797, 40.021102233226699 ], [ -75.158163160200701, 40.021131646833801 ], [ -75.157983730311699, 40.021215580133799 ], [ -75.157941726030401, 40.021236634803799 ], [ -75.157863036407207, 40.021273413919303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1526 W WESTMORELAND ST", "addr_range": "1526-1528 W WESTMORELAND ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1520, "objectid": 8309, "Shape__Area": 240.20703125, "Shape__Length": 88.820100659695626 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155306646246302, 40.003207066570297 ], [ -75.1552608127745, 40.0034103183757 ], [ -75.155249795084899, 40.003464973763798 ], [ -75.155305159661495, 40.003472495290602 ], [ -75.155321723886601, 40.003395027151797 ], [ -75.155344350728797, 40.003293290170703 ], [ -75.155363726505598, 40.0032141114688 ], [ -75.155306646246302, 40.003207066570297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1222 W YORK ST", "addr_range": "2361 N CAMAC ST; 2348-2350 N FAWN ST; 1216-1226 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "9", "parcelarea": 1008, "objectid": 8310, "Shape__Area": 151.23046875, "Shape__Length": 62.03165473119499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152597174147004, 39.988905290080702 ], [ -75.152651305889094, 39.988911835592901 ], [ -75.152686269444601, 39.988742335132997 ], [ -75.152632920598094, 39.988735567680003 ], [ -75.152597174147004, 39.988905290080702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2348 N FAWN ST", "addr_range": "2361 N CAMAC ST; 2348-2350 N FAWN ST; 1216-1226 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "9", "parcelarea": 670, "objectid": 8311, "Shape__Area": 106.140625, "Shape__Length": 48.87068549835881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152467322607507, 39.9886653888721 ], [ -75.152633765403095, 39.988685518078498 ], [ -75.152641939185699, 39.988647143946103 ], [ -75.1524750179112, 39.988626939948503 ], [ -75.152467322607507, 39.9886653888721 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2719 W STERNER ST", "addr_range": "2715-2735 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 630, "objectid": 8312, "Shape__Area": 104.12890625, "Shape__Length": 48.326573426128469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175933498121296, 39.997368392592101 ], [ -75.175983234817707, 39.997374472445998 ], [ -75.176009910949901, 39.997248514517899 ], [ -75.175960075604294, 39.997242319835102 ], [ -75.175933498121296, 39.997368392592101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2425 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 730, "objectid": 8313, "Shape__Area": 115.76171875, "Shape__Length": 52.741312898931312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1786094717922, 39.992937565482897 ], [ -75.178618275088994, 39.992938648388098 ], [ -75.178794103224405, 39.9929604316698 ], [ -75.178801598491404, 39.992922428237399 ], [ -75.178706738250597, 39.992910954404202 ], [ -75.178626657336494, 39.992900487336001 ], [ -75.178618043712206, 39.992899376243997 ], [ -75.1786094717922, 39.992937565482897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1220 W YORK ST", "addr_range": "2361 N CAMAC ST; 2348-2350 N FAWN ST; 1216-1226 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "9", "parcelarea": 1008, "objectid": 8314, "Shape__Area": 167.5234375, "Shape__Length": 63.368682824793765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152538675612007, 39.9888978239902 ], [ -75.152597174147004, 39.988905290080702 ], [ -75.152632920598094, 39.988735567680003 ], [ -75.152572544131004, 39.988727896922803 ], [ -75.152538675612007, 39.9888978239902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4548 WAYNE AVE", "addr_range": "4546-4548 WAYNE AVE; 215 ZERALDA ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1593, "objectid": 8315, "Shape__Area": 269.12890625, "Shape__Length": 94.658180077504255 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163104316801693, 40.022411205892297 ], [ -75.162826829720203, 40.022600198070798 ], [ -75.162875717438695, 40.022628396602897 ], [ -75.163143131420199, 40.022445190761701 ], [ -75.163104316801693, 40.022411205892297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "660 N 42ND ST", "addr_range": "660-662 N 42ND ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1169, "objectid": 8316, "Shape__Area": 191.8046875, "Shape__Length": 77.573997589236498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207323297163796, 39.964324316223099 ], [ -75.207329785644404, 39.964364194260597 ], [ -75.207333004014103, 39.9643638637355 ], [ -75.207623186232098, 39.964333620559799 ], [ -75.207616876882199, 39.964293988881799 ], [ -75.207323297163796, 39.964324316223099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1120 W HUNTINGDON ST", "addr_range": "1120 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1040, "objectid": 8317, "Shape__Area": 174.390625, "Shape__Length": 65.403812955127734 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150271095525895, 39.991688633844497 ], [ -75.150331158869406, 39.991696346419701 ], [ -75.150369660241395, 39.991520544724601 ], [ -75.1503096080761, 39.9915125747277 ], [ -75.150300629745701, 39.991556040187298 ], [ -75.150287876792305, 39.991615975486098 ], [ -75.150271095525895, 39.991688633844497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "801 N 39TH ST", "addr_range": "801 N 39TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1288, "objectid": 8318, "Shape__Area": 203.8125, "Shape__Length": 76.727344907291311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2002994898086, 39.967779328220502 ], [ -75.200102572676798, 39.967801356276397 ], [ -75.2001108662364, 39.967844983457098 ], [ -75.200395950700596, 39.967812631122698 ], [ -75.200386147414903, 39.967769631757598 ], [ -75.200353516920302, 39.967773274762003 ], [ -75.2002994898086, 39.967779328220502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3127 PAGE ST", "addr_range": "3127-3129 PAGE ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1001, "objectid": 8319, "Shape__Area": 158.578125, "Shape__Length": 65.761547641043336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185036714600599, 39.987575934865497 ], [ -75.185088216288705, 39.9875828405482 ], [ -75.185126344950206, 39.987398945174498 ], [ -75.185073797556598, 39.987392531514203 ], [ -75.185036714600599, 39.987575934865497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "42 REGER ST", "addr_range": "42-44 REGER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1400, "objectid": 8320, "Shape__Area": 221.97265625, "Shape__Length": 82.685609899516322 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165300989167093, 40.028638456054402 ], [ -75.165380314393204, 40.028680847317503 ], [ -75.165558081609305, 40.028778488457199 ], [ -75.165591096583896, 40.028742461953897 ], [ -75.165336759066093, 40.028603862067001 ], [ -75.165300989167093, 40.028638456054402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "532 N 54TH ST", "addr_range": "532-550 N 54TH ST; 531-543 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 969, "objectid": 8321, "Shape__Area": 153.60546875, "Shape__Length": 64.225875121220497 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228410859516899, 39.968610795269299 ], [ -75.228417597793694, 39.968652773036503 ], [ -75.228651509564202, 39.968625513330302 ], [ -75.228644178140101, 39.968587681548101 ], [ -75.228410859516899, 39.968610795269299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1859 N ETTING ST", "addr_range": "1859-1861 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 588, "objectid": 8322, "Shape__Area": 93.2265625, "Shape__Length": 44.847807328167178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178583068260906, 39.984216201445001 ], [ -75.178733075770097, 39.984236391375099 ], [ -75.178734962725997, 39.984226955011898 ], [ -75.178740618739198, 39.984198743122597 ], [ -75.178591331685297, 39.984178923439799 ], [ -75.178583068260906, 39.984216201445001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2324 N CLEVELAND ST", "addr_range": "2318-2330 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 677, "objectid": 8323, "Shape__Area": 107.37890625, "Shape__Length": 48.793215358759085 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162763552393798, 39.989360035281798 ], [ -75.162928311038499, 39.989382142382802 ], [ -75.162937092499604, 39.989343039808702 ], [ -75.162772084623796, 39.989320928001298 ], [ -75.162763552393798, 39.989360035281798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3236 N 20TH ST", "addr_range": "3236-3242 N 20TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2668, "objectid": 8324, "Shape__Area": 142.43359375, "Shape__Length": 58.327421871723757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162264995269695, 40.004000456689099 ], [ -75.162401053154397, 40.004019756160801 ], [ -75.162392561685493, 40.004008860701902 ], [ -75.162291429033701, 40.003874495885199 ], [ -75.162264995269695, 40.004000456689099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4240 N HICKS ST", "addr_range": "4240 N HICKS ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 668, "objectid": 8325, "Shape__Area": 105.84765625, "Shape__Length": 46.936669329478008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151515701029297, 40.0183463317044 ], [ -75.1515072856145, 40.018387601619402 ], [ -75.151661590333305, 40.018405794410199 ], [ -75.151670014995702, 40.018364249884698 ], [ -75.151515701029297, 40.0183463317044 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2543 N WARNOCK ST", "addr_range": "2539-2551 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 672, "objectid": 8326, "Shape__Area": 108.7109375, "Shape__Length": 49.933181370348045 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148900057950698, 39.9911621276215 ], [ -75.149071392845102, 39.9911865156282 ], [ -75.149079477775004, 39.991147800002402 ], [ -75.148908830610793, 39.991124573687898 ], [ -75.148900057950698, 39.9911621276215 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2236 N 19TH ST", "addr_range": "2234-2254 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 909, "objectid": 8327, "Shape__Area": 142.51171875, "Shape__Length": 60.455541966551628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164085501718901, 39.9882099193972 ], [ -75.164301676123102, 39.988236631163304 ], [ -75.164310293535706, 39.988197413082297 ], [ -75.164094175353, 39.988169781758501 ], [ -75.164085501718901, 39.9882099193972 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3942 MOUNT VERNON ST", "addr_range": "3932-44 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 598, "objectid": 8328, "Shape__Area": 94.4375, "Shape__Length": 47.616956037567412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201017819271001, 39.9634579106635 ], [ -75.201044211883399, 39.963585825258001 ], [ -75.201088231316604, 39.963580613283703 ], [ -75.201063169758896, 39.963452953523102 ], [ -75.201017819271001, 39.9634579106635 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3947 RENO ST", "addr_range": "3945-3949 RENO ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 822, "objectid": 8329, "Shape__Area": 130.03515625, "Shape__Length": 57.640845036786615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201872572519093, 39.968163021556798 ], [ -75.2019026425383, 39.968321452568297 ], [ -75.201928200933096, 39.968318699939402 ], [ -75.201952485386101, 39.968315257677403 ], [ -75.201921959589896, 39.968157236428098 ], [ -75.201872572519093, 39.968163021556798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2633 N 12TH ST", "addr_range": "2631-2633 N 12TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 784, "objectid": 8330, "Shape__Area": 130.12109375, "Shape__Length": 56.732614221743731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150718836013496, 39.992555290282603 ], [ -75.150760513180103, 39.992561537466202 ], [ -75.150806653261995, 39.9925672405654 ], [ -75.150811950716502, 39.992568489500798 ], [ -75.1509189418407, 39.992582679520197 ], [ -75.150927722600599, 39.992543787625102 ], [ -75.150727104883302, 39.992516676035599 ], [ -75.150718836013496, 39.992555290282603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2901-03 RIDGE AVE", "addr_range": "2901-03 RIDGE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 3355, "objectid": 8331, "Shape__Area": 531.0390625, "Shape__Length": 97.415917738971714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180854284120301, 39.987215173337397 ], [ -75.180999901358305, 39.987232521893901 ], [ -75.181002901307906, 39.987230783416997 ], [ -75.181104840237595, 39.987152402116003 ], [ -75.180900523254905, 39.986995561699104 ], [ -75.180854284120301, 39.987215173337397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1943 ROWAN ST", "addr_range": "1943-1949 ROWAN ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1416, "objectid": 8332, "Shape__Area": 224.30078125, "Shape__Length": 84.359262275302186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157760347307502, 40.019642236807499 ], [ -75.157767561994305, 40.0196514918334 ], [ -75.157795241178306, 40.019638785245299 ], [ -75.157815996769301, 40.0196294849734 ], [ -75.157808539617207, 40.019619950568099 ], [ -75.157649550812593, 40.0194168943733 ], [ -75.157602401826296, 40.019439849226202 ], [ -75.157760347307502, 40.019642236807499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2447 N 28TH ST", "addr_range": "2445-2449 N 28TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 893, "objectid": 8333, "Shape__Area": 141.453125, "Shape__Length": 63.069541917293172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177412672124305, 39.993235367565397 ], [ -75.177643412617698, 39.993265942787502 ], [ -75.177651462924501, 39.993229354728598 ], [ -75.177419901022304, 39.993198325020799 ], [ -75.177412672124305, 39.993235367565397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4452 N 20TH ST", "addr_range": "4452 N 20TH ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1022, "objectid": 8334, "Shape__Area": 161.94140625, "Shape__Length": 61.669587198418611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158381263200297, 40.022463103772502 ], [ -75.158259387289704, 40.022314130858 ], [ -75.158240655511193, 40.022402754602702 ], [ -75.158231224303606, 40.022444387630799 ], [ -75.158381263200297, 40.022463103772502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2526 W GORDON ST", "addr_range": "2526 W GORDON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 802, "objectid": 8335, "Shape__Area": 127.19140625, "Shape__Length": 58.027611742729292 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174316360644198, 39.990789165886902 ], [ -75.1742825560234, 39.990949927282202 ], [ -75.174330605685597, 39.990956163821998 ], [ -75.174363579896806, 39.990795705442302 ], [ -75.174316360644198, 39.990789165886902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2619 W DAUPHIN ST", "addr_range": "2619 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1862, "objectid": 8336, "Shape__Area": 253.75390625, "Shape__Length": 98.179736026273844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175929151850298, 39.990538316799103 ], [ -75.175869469991895, 39.990830116261002 ], [ -75.175920671207905, 39.990836680501999 ], [ -75.175982436288294, 39.990542946411097 ], [ -75.175950607286595, 39.990538959242002 ], [ -75.175929562270397, 39.9905363275589 ], [ -75.175929151850298, 39.990538316799103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1310 N 29TH ST", "addr_range": "1310 N 29TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1036, "objectid": 8337, "Shape__Area": 163.96875, "Shape__Length": 63.628699313896419 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183380357794206, 39.976650606683201 ], [ -75.183155201012596, 39.976621197420698 ], [ -75.183145870818905, 39.976665721174903 ], [ -75.183369818481793, 39.976693845599399 ], [ -75.183380357794206, 39.976650606683201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5028 RENO ST", "addr_range": "5028-5032 RENO ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 791, "objectid": 8338, "Shape__Area": 113.85546875, "Shape__Length": 51.969097773777364 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221204185910906, 39.966375902142197 ], [ -75.221182074896404, 39.966378445788401 ], [ -75.2212066738457, 39.9665178742585 ], [ -75.221256480098205, 39.966512571244898 ], [ -75.221231468272904, 39.966373504899899 ], [ -75.221204185910906, 39.966375902142197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1216 W YORK ST", "addr_range": "2361 N CAMAC ST; 2348-2350 N FAWN ST; 1216-1226 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "9", "parcelarea": 1071, "objectid": 8339, "Shape__Area": 170.37890625, "Shape__Length": 63.683997629981512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152423117250294, 39.9888836514017 ], [ -75.152480914065194, 39.988890843078401 ], [ -75.152517299196603, 39.988720875668001 ], [ -75.152460655357004, 39.988713678564103 ], [ -75.152457047295002, 39.988713225688798 ], [ -75.152420510178203, 39.9888833347079 ], [ -75.152423117250294, 39.9888836514017 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1800 JUDSON ST", "addr_range": "1800-1804 JUDSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 806, "objectid": 8340, "Shape__Area": 127.73828125, "Shape__Length": 52.030627859430723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172778268875007, 39.982310176034296 ], [ -75.172949972625304, 39.982333859443699 ], [ -75.172959841922193, 39.982289123210997 ], [ -75.172787625303002, 39.982265685986299 ], [ -75.172778268875007, 39.982310176034296 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5102 RENO ST", "addr_range": "5102-5104 RENO ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 700, "objectid": 8341, "Shape__Area": 98.3515625, "Shape__Length": 46.712024808602465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222634331911294, 39.966305473740903 ], [ -75.222580301445603, 39.966312310601197 ], [ -75.222604649916704, 39.966433211359899 ], [ -75.222611716903899, 39.966432480442499 ], [ -75.222648577424295, 39.966428263892098 ], [ -75.222634331911294, 39.966305473740903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2421 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 734, "objectid": 8342, "Shape__Area": 116.33203125, "Shape__Length": 52.730459836480776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178626288855796, 39.992862082497098 ], [ -75.178634840465094, 39.992863160664001 ], [ -75.1788106091971, 39.992885394000297 ], [ -75.1788187293579, 39.992847500072202 ], [ -75.178643222137197, 39.992824983379798 ], [ -75.178635088355506, 39.992823946108899 ], [ -75.178626288855796, 39.992862082497098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "246 E PHIL ELLENA ST", "addr_range": "246-248 E PHIL ELLENA ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1700, "objectid": 8343, "Shape__Area": 280.8828125, "Shape__Length": 93.430395113779198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181729605143204, 40.054644690305601 ], [ -75.181688810241894, 40.054683351507897 ], [ -75.181966242522705, 40.05485421585 ], [ -75.182005285083093, 40.0548169326673 ], [ -75.181729605143204, 40.054644690305601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "415 N DAGGETT ST", "addr_range": "415-423 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1497, "objectid": 8344, "Shape__Area": 237.203125, "Shape__Length": 91.377760395293194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.249983850871402, 39.969836108305998 ], [ -75.250313940576703, 39.969874876614803 ], [ -75.250317339355504, 39.969858219258803 ], [ -75.250322365667003, 39.969834342580697 ], [ -75.249992221837303, 39.969795395617503 ], [ -75.2499881537221, 39.969794919558403 ], [ -75.249969485015001, 39.9697927072311 ], [ -75.2499624559712, 39.969830016380499 ], [ -75.249961594921103, 39.969833494365602 ], [ -75.249979826046399, 39.969835633189803 ], [ -75.249983850871402, 39.969836108305998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "901 N MAY ST", "addr_range": "901-911 N MAY ST; 904 N MARKOE ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 480, "objectid": 8345, "Shape__Area": 86.85546875, "Shape__Length": 45.401904217678897 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215125039817906, 39.969465869612698 ], [ -75.215128828918495, 39.969499078616998 ], [ -75.215150348959398, 39.969497280796297 ], [ -75.215288258431201, 39.969486786150298 ], [ -75.215283987161499, 39.969453002475198 ], [ -75.215125039817906, 39.969465869612698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2462 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "25", "parcelarea": 665, "objectid": 8346, "Shape__Area": 105.5234375, "Shape__Length": 50.500280000884423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178748976642197, 39.993670673453401 ], [ -75.1789174886691, 39.993692550306001 ], [ -75.178926060262697, 39.993693660431703 ], [ -75.178928281418706, 39.993682055607501 ], [ -75.178933353412901, 39.9936577157793 ], [ -75.178925240004105, 39.9936566636704 ], [ -75.178756854495106, 39.993634758125999 ], [ -75.178748976642197, 39.993670673453401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3338 N 16TH ST", "addr_range": "3328-3350 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 2689, "objectid": 8347, "Shape__Area": 432.1171875, "Shape__Length": 106.92022663143813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155653774314302, 40.004649451449097 ], [ -75.156039916913898, 40.004699653471697 ], [ -75.156054090361906, 40.004632092871802 ], [ -75.1556690648261, 40.004582286450002 ], [ -75.155653774314302, 40.004649451449097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2350 N BEECHWOOD ST", "addr_range": "2144-46 W GLENWOOD AVE; 2348-2352 N BEECHWOOD ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "4", "parcelarea": 756, "objectid": 8348, "Shape__Area": 119.82421875, "Shape__Length": 50.610241936250759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168137269269906, 39.990561503076599 ], [ -75.168306457305903, 39.990580203350902 ], [ -75.168314518371503, 39.990537941492398 ], [ -75.168146156099795, 39.9905179208953 ], [ -75.168137269269906, 39.990561503076599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2561 N 28TH ST", "addr_range": "2557-2561 N 28TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1302, "objectid": 8349, "Shape__Area": 206.2109375, "Shape__Length": 77.09566064853297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176953325881698, 39.995098558269099 ], [ -75.1772384218865, 39.995132869096899 ], [ -75.177247145534295, 39.995089589923303 ], [ -75.176962140396299, 39.9950545243004 ], [ -75.176953325881698, 39.995098558269099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5109 RENO ST", "addr_range": "5107-5111 RENO ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 634, "objectid": 8350, "Shape__Area": 98.1171875, "Shape__Length": 47.356757269790315 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222766733465903, 39.966495762662497 ], [ -75.222790238401203, 39.966611744260902 ], [ -75.222792010352094, 39.966620455401703 ], [ -75.222839350804307, 39.966614955033997 ], [ -75.222837904043899, 39.966607669228502 ], [ -75.222814513819998, 39.9664902701941 ], [ -75.222766733465903, 39.966495762662497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2524 N ALDER ST", "addr_range": "2518-2524 N ALDER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 669, "objectid": 8351, "Shape__Area": 107.6875, "Shape__Length": 50.08522832044202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148786187317199, 39.990809470173097 ], [ -75.148958527513201, 39.990831656534297 ], [ -75.148966427339303, 39.990794501792401 ], [ -75.148792942301, 39.990771532639002 ], [ -75.148786187317199, 39.990809470173097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1010 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 621, "objectid": 8352, "Shape__Area": 98.375, "Shape__Length": 47.039014677658244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147200364584293, 39.997232032369297 ], [ -75.147248519328599, 39.997238829498997 ], [ -75.147275731402303, 39.997116177921399 ], [ -75.147227721846605, 39.997109415628898 ], [ -75.147200364584293, 39.997232032369297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1852 N BUCKNELL ST", "addr_range": "1850-1854 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 651, "objectid": 8353, "Shape__Area": 105.6953125, "Shape__Length": 48.562691285182915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173017126372699, 39.983379397221697 ], [ -75.173181490941104, 39.983401641395403 ], [ -75.173190056452995, 39.983363114484398 ], [ -75.173025403711407, 39.983340750322697 ], [ -75.173017126372699, 39.983379397221697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2248 N 16TH ST", "addr_range": "2248 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1096, "objectid": 8354, "Shape__Area": 170.60546875, "Shape__Length": 66.78556688474886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159325470380395, 39.987837726618601 ], [ -75.159561676092807, 39.987868849578298 ], [ -75.159565346119706, 39.987869336065401 ], [ -75.159572496183799, 39.987836290464301 ], [ -75.159574295954499, 39.987826448731703 ], [ -75.159570979859595, 39.987826018887901 ], [ -75.159334285311303, 39.987795063311502 ], [ -75.159325470380395, 39.987837726618601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2430 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 703, "objectid": 8355, "Shape__Area": 111.51953125, "Shape__Length": 51.112292810363527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179064768642306, 39.9930507686189 ], [ -75.179056322921596, 39.993049677539197 ], [ -75.1788882850081, 39.993028035826804 ], [ -75.178879415418507, 39.993065767909599 ], [ -75.179048116245596, 39.9930876317135 ], [ -75.179056812320596, 39.993088762639502 ], [ -75.179059670496102, 39.993075801643897 ], [ -75.179064768642306, 39.9930507686189 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "826 W HUNTINGDON ST", "addr_range": "826 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 999, "objectid": 8356, "Shape__Area": 157.8203125, "Shape__Length": 65.907671886134423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146254348972406, 39.991179645972501 ], [ -75.146306184837002, 39.991186528905203 ], [ -75.146347808133498, 39.9910028016848 ], [ -75.146296830114593, 39.990995423744501 ], [ -75.146254348972406, 39.991179645972501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2555 N BOUVIER ST", "addr_range": "2555 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 686, "objectid": 8357, "Shape__Area": 110.00390625, "Shape__Length": 50.064602382730349 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160623570628402, 39.992749013465399 ], [ -75.160795040389999, 39.992770645941 ], [ -75.1608036316034, 39.992732183432402 ], [ -75.160632191585705, 39.992710326384298 ], [ -75.160623570628402, 39.992749013465399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2334 N 16TH ST", "addr_range": "2334-2336 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1404, "objectid": 8358, "Shape__Area": 231.94921875, "Shape__Length": 82.186167668996191 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159029455073807, 39.989118812351897 ], [ -75.1593336657333, 39.989158869053099 ], [ -75.159343703825598, 39.989112703167599 ], [ -75.159039761986193, 39.989073312101098 ], [ -75.159029455073807, 39.989118812351897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2721 N NEWKIRK ST", "addr_range": "2717-2723 N NEWKIRK ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 761, "objectid": 8359, "Shape__Area": 119.0390625, "Shape__Length": 51.931732685585281 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177149564425903, 39.997450945643003 ], [ -75.177326247471598, 39.997474797176601 ], [ -75.177335086325996, 39.9974339875452 ], [ -75.177157369234607, 39.997410901231397 ], [ -75.177149564425903, 39.997450945643003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3118 CLIFFORD ST", "addr_range": "3116-3118 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": "CLC", "stabilized": " ", "numparcels": "2", "parcelarea": 1430, "objectid": 8360, "Shape__Area": 226.6953125, "Shape__Length": 84.466137849790883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185662770604097, 39.982725589221801 ], [ -75.185612486522601, 39.982970178094497 ], [ -75.185668644750095, 39.982976816425698 ], [ -75.185718528064399, 39.982732879018101 ], [ -75.185662770604097, 39.982725589221801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2452 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 700, "objectid": 8361, "Shape__Area": 111.0859375, "Shape__Length": 50.90176057836814 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178790016687401, 39.993481250601299 ], [ -75.178958407314397, 39.9935030111575 ], [ -75.178965916242305, 39.993503970435903 ], [ -75.178974186900305, 39.993465999678698 ], [ -75.178966615351797, 39.993465023681097 ], [ -75.178798287406906, 39.993443280757198 ], [ -75.178790016687401, 39.993481250601299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "535 N CONESTOGA ST", "addr_range": "532-550 N 54TH ST; 531-543 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 1090, "objectid": 8362, "Shape__Area": 172.45703125, "Shape__Length": 68.691706787323625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228734468762298, 39.968701227881503 ], [ -75.228742792521203, 39.968743370206198 ], [ -75.2289939854778, 39.9687156506861 ], [ -75.2289856395616, 39.9686746692811 ], [ -75.228734468762298, 39.968701227881503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2024 NEWCOMB ST", "addr_range": "2024-2026 NEWCOMB ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 640, "objectid": 8363, "Shape__Area": 101.4296875, "Shape__Length": 47.692807249470732 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159400333906405, 40.019553399989597 ], [ -75.159397038630601, 40.019549681938102 ], [ -75.159355471803494, 40.019569200819603 ], [ -75.159358124309094, 40.0195738549425 ], [ -75.159439356183796, 40.019678548449001 ], [ -75.159480886211597, 40.019658336725897 ], [ -75.159400333906405, 40.019553399989597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2934 N BAMBREY ST", "addr_range": "2930-2934 N BAMBREY ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 677, "objectid": 8364, "Shape__Area": 107.27734375, "Shape__Length": 48.413507284919177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172612510067296, 40.000244875109303 ], [ -75.172775812383705, 40.000265805739097 ], [ -75.172784292316706, 40.0002262930009 ], [ -75.172622231766496, 40.000205212761401 ], [ -75.172612510067296, 40.000244875109303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1547 N FRANKLIN ST", "addr_range": "1543-1549 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1156, "objectid": 8365, "Shape__Area": 183.01953125, "Shape__Length": 66.823201975211518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147730897229195, 39.975719191501902 ], [ -75.147496311702497, 39.975686371517902 ], [ -75.147487205133103, 39.975732090921497 ], [ -75.147486948803405, 39.975733309595498 ], [ -75.147720758548303, 39.975766176876 ], [ -75.147721650843394, 39.975762022681501 ], [ -75.147730897229195, 39.975719191501902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5249 N WARNOCK ST", "addr_range": "5249 N WARNOCK ST", "zipcode": 19141, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1443, "objectid": 8366, "Shape__Area": 228.796875, "Shape__Length": 71.039787863787652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139470349408001, 40.032824040247903 ], [ -75.139553128710503, 40.032828741973297 ], [ -75.139641389393205, 40.032829378472897 ], [ -75.139686090549205, 40.032826283988001 ], [ -75.139696445723999, 40.032786074299601 ], [ -75.139451762774499, 40.032755542914899 ], [ -75.139436931115597, 40.032821103783903 ], [ -75.139448284348504, 40.032822507041601 ], [ -75.139452563255801, 40.032823039494403 ], [ -75.139470349408001, 40.032824040247903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2251 N 16TH ST", "addr_range": "2251 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1024, "objectid": 8367, "Shape__Area": 161.796875, "Shape__Length": 64.653714851983395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158909695997707, 39.9878069653466 ], [ -75.158900701396405, 39.987848835279998 ], [ -75.159132259150994, 39.987878758559802 ], [ -75.159141246079301, 39.987836533437502 ], [ -75.158909695997707, 39.9878069653466 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2412 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 749, "objectid": 8368, "Shape__Area": 118.75390625, "Shape__Length": 53.451487999602406 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178473017377399, 39.992684070719299 ], [ -75.178650312703297, 39.992706903447399 ], [ -75.178659740755606, 39.992708130091302 ], [ -75.178668333129394, 39.992669925089501 ], [ -75.178658738846593, 39.992668695623401 ], [ -75.178481296143005, 39.992645859604302 ], [ -75.178476725284099, 39.992666955289401 ], [ -75.178473017377399, 39.992684070719299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "51 E SHARPNACK ST", "addr_range": "47-51 E SHARPNACK ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1283, "objectid": 8369, "Shape__Area": 198.80078125, "Shape__Length": 80.083197370828444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182882504729506, 40.0504543189627 ], [ -75.183124517858801, 40.0505996134913 ], [ -75.183155786935203, 40.050568733644198 ], [ -75.182915227212305, 40.050422118344102 ], [ -75.182882504729506, 40.0504543189627 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2628 N DARIEN ST", "addr_range": "2626-2630 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 524, "objectid": 8370, "Shape__Area": 85.97265625, "Shape__Length": 42.181644732288703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145874363780905, 39.991817547610097 ], [ -75.1460125035548, 39.991834818625598 ], [ -75.146020198208205, 39.991798110805298 ], [ -75.1458858543388, 39.991779668092498 ], [ -75.145882665162802, 39.991779224516897 ], [ -75.145875304820905, 39.991813199910098 ], [ -75.145874363780905, 39.991817547610097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3042 W GORDON ST", "addr_range": "3042 W GORDON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 965, "objectid": 8371, "Shape__Area": 152.8125, "Shape__Length": 61.248025045367186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182461301310994, 39.992021222368002 ], [ -75.182516784378194, 39.992028218192203 ], [ -75.182551569786995, 39.991862576148499 ], [ -75.182541006133405, 39.991860372955401 ], [ -75.182496806398106, 39.991855386501101 ], [ -75.182494492712706, 39.991863910559502 ], [ -75.182461301310994, 39.992021222368002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1235 N 60TH ST", "addr_range": "1235 N 60TH ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1377, "objectid": 8372, "Shape__Area": 218.23046875, "Shape__Length": 81.523843467855343 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.238869044585101, 39.970857268768 ], [ -75.238875792547702, 39.970891815487001 ], [ -75.238877166880798, 39.970899968924002 ], [ -75.239183398890901, 39.970867146139703 ], [ -75.239176486931299, 39.970830854232403 ], [ -75.239175064116097, 39.970823441256897 ], [ -75.238869044585101, 39.970857268768 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "809 W HUNTINGDON ST", "addr_range": "801-813 W HUNTINGDON ST; 2611-2623 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 938, "objectid": 8373, "Shape__Area": 153.57421875, "Shape__Length": 65.273912671011175 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145692751757693, 39.991430432844801 ], [ -75.145743983316294, 39.991437285197499 ], [ -75.145782523938294, 39.991254200009003 ], [ -75.145732810483196, 39.991247688462103 ], [ -75.145692751757693, 39.991430432844801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2452 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 728, "objectid": 8374, "Shape__Area": 115.48046875, "Shape__Length": 52.93670032319416 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178306958738901, 39.993444702380103 ], [ -75.178482509585393, 39.993467220529901 ], [ -75.1784925199523, 39.9934685088854 ], [ -75.178500773756795, 39.993430990086502 ], [ -75.178490782713297, 39.993429717481703 ], [ -75.178314910371597, 39.993407401174103 ], [ -75.178306958738901, 39.993444702380103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2719 W MONTGOMERY AVE", "addr_range": "2719 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 889, "objectid": 8375, "Shape__Area": 143.65234375, "Shape__Length": 59.987172430880975 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1790620397163, 39.9832451901148 ], [ -75.179109765861796, 39.9832515463657 ], [ -75.179148126905403, 39.983088951446099 ], [ -75.179093950116197, 39.983081466803398 ], [ -75.179071143112196, 39.983185186674 ], [ -75.179066845180799, 39.983205158616698 ], [ -75.179058330589797, 39.983244688055301 ], [ -75.1790620397163, 39.9832451901148 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2565-67 CADWALLADER ST", "addr_range": "918 W HUNTINGDON ST; 2554-2562 N HUTCHINSON ST; 2555-2567 CADWALLADER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1172, "objectid": 8376, "Shape__Area": 185.81640625, "Shape__Length": 66.648122171889554 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147469078038, 39.9911327367344 ], [ -75.147479159171297, 39.991133287879798 ], [ -75.147516510512901, 39.991139164273797 ], [ -75.147529014734005, 39.991139882982701 ], [ -75.147578846737701, 39.991147154195701 ], [ -75.147603473531902, 39.991149808332899 ], [ -75.147626993354194, 39.9911535014717 ], [ -75.147639497579206, 39.991154220168397 ], [ -75.147682474754106, 39.991161545856798 ], [ -75.147692704164299, 39.991161987717497 ], [ -75.1477138264855, 39.991165915709402 ], [ -75.147709581481095, 39.991160194396997 ], [ -75.147705318765006, 39.991152214726 ], [ -75.147682566945207, 39.991121908459199 ], [ -75.147671574203898, 39.9911041542059 ], [ -75.1476566977544, 39.991083875539204 ], [ -75.147648258285301, 39.991073835142103 ], [ -75.147638953663204, 39.9910612441629 ], [ -75.147469078038, 39.9911327367344 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2742 W STERNER ST", "addr_range": "2740-2742 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 630, "objectid": 8377, "Shape__Area": 100.40625, "Shape__Length": 47.099008605596282 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176570400475896, 39.997239674022701 ], [ -75.176619879428102, 39.997246989417299 ], [ -75.176645342165799, 39.997124824455298 ], [ -75.176596060606499, 39.9971178360571 ], [ -75.176570400475896, 39.997239674022701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1823 S ALLISON ST", "addr_range": "1821-1843 S ALLISON ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 645, "objectid": 8378, "Shape__Area": 102.18359375, "Shape__Length": 47.889027361556913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220591931126805, 39.934175126365702 ], [ -75.220510576713295, 39.934232637674697 ], [ -75.220467011170498, 39.934263351447001 ], [ -75.220509098468895, 39.934285879400399 ], [ -75.220588982326305, 39.9342296105727 ], [ -75.220625961656594, 39.934203716007801 ], [ -75.220591931126805, 39.934175126365702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4225 N 16TH ST", "addr_range": "4225 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1491, "objectid": 8379, "Shape__Area": 236.2421875, "Shape__Length": 70.530987973895833 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152235253097899, 40.018107320968198 ], [ -75.152204505930001, 40.018063795462503 ], [ -75.1521863887546, 40.018039237397097 ], [ -75.152179574987699, 40.018029910878703 ], [ -75.152169663643207, 40.018016581336198 ], [ -75.152164108320207, 40.018008912328597 ], [ -75.152147450593802, 40.017985628878002 ], [ -75.152118461658901, 40.017945463377004 ], [ -75.152081271948205, 40.018119054561602 ], [ -75.152178041075203, 40.018130222554298 ], [ -75.152235253097899, 40.018107320968198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5059-71 RENO ST", "addr_range": "5059-71 RENO ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 700, "objectid": 8380, "Shape__Area": 267.7578125, "Shape__Length": 65.858613649921907 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221975789096106, 39.966547637353599 ], [ -75.222000871897905, 39.966687639400497 ], [ -75.222034891585196, 39.9666843110071 ], [ -75.222051252359705, 39.966682640615502 ], [ -75.222089423265501, 39.966678709896001 ], [ -75.222141878805701, 39.966673644163798 ], [ -75.222140348469594, 39.966670305584699 ], [ -75.222134399118502, 39.9666404343415 ], [ -75.222132519678993, 39.966632977714099 ], [ -75.222130542320599, 39.966626453265299 ], [ -75.222128756494897, 39.966620949362898 ], [ -75.222125012697205, 39.966614032805602 ], [ -75.222121034345093, 39.966607786829698 ], [ -75.222117660353803, 39.966602764210201 ], [ -75.222111967209301, 39.9665953046512 ], [ -75.222107687083593, 39.966590937817102 ], [ -75.222104052585294, 39.966586748287703 ], [ -75.222097382464099, 39.966581313372302 ], [ -75.222082562909506, 39.966570831715103 ], [ -75.222067974828505, 39.966563160866301 ], [ -75.222053973344401, 39.966557725703801 ], [ -75.222043116650596, 39.966554504203103 ], [ -75.222034106986399, 39.966551743260702 ], [ -75.2220232987505, 39.966549957216202 ], [ -75.2220122503021, 39.966548521772602 ], [ -75.222002514605094, 39.966547807218198 ], [ -75.221990974517595, 39.966546021264001 ], [ -75.221975789096106, 39.966547637353599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2348 N BEECHWOOD ST", "addr_range": "2144-46 W GLENWOOD AVE; 2348-2352 N BEECHWOOD ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "4", "parcelarea": 642, "objectid": 8381, "Shape__Area": 101.73828125, "Shape__Length": 48.697916098768992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168146156099795, 39.9905179208953 ], [ -75.168314518371503, 39.990537941492398 ], [ -75.168322466168902, 39.990501431863301 ], [ -75.168153592714404, 39.990481641249097 ], [ -75.168146156099795, 39.9905179208953 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "44 REGER ST", "addr_range": "42-44 REGER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1400, "objectid": 8382, "Shape__Area": 218.7890625, "Shape__Length": 81.829017246128771 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165336759066093, 40.028603862067001 ], [ -75.165591096583896, 40.028742461953897 ], [ -75.165624110589107, 40.028706983236198 ], [ -75.165372151498005, 40.028569792073199 ], [ -75.165336759066093, 40.028603862067001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3919 MOUNT VERNON ST", "addr_range": "3917-3919 MOUNT VERNON ST", "zipcode": 19104, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1094, "objectid": 8383, "Shape__Area": 171.7890625, "Shape__Length": 71.92968948503929 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200479760382095, 39.963763688916501 ], [ -75.200520625589604, 39.963969832470802 ], [ -75.200570458098298, 39.963964362425898 ], [ -75.2005310210576, 39.963759815673498 ], [ -75.200530139783595, 39.9637576201633 ], [ -75.200479760382095, 39.963763688916501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2626 N DARIEN ST", "addr_range": "2626-2630 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 524, "objectid": 8384, "Shape__Area": 85.50390625, "Shape__Length": 42.084251594559731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145882665749696, 39.991779209212901 ], [ -75.146020198208205, 39.991798110805298 ], [ -75.146028153581497, 39.9917601024192 ], [ -75.145890613968206, 39.991742458497399 ], [ -75.145882665749696, 39.991779209212901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2138 E ORLEANS ST", "addr_range": "2136-2142 E ORLEANS ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 606, "objectid": 8385, "Shape__Area": 95.91015625, "Shape__Length": 49.083941759408027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114994578945598, 39.988582278009901 ], [ -75.115017919868194, 39.988612135196902 ], [ -75.115167344395999, 39.988539656469399 ], [ -75.115145342699606, 39.988512053800498 ], [ -75.114994578945598, 39.988582278009901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3020 N WARNOCK ST", "addr_range": "3018-3020 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 700, "objectid": 8386, "Shape__Area": 107.234375, "Shape__Length": 50.460544904411542 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147663047186398, 39.998276953038499 ], [ -75.1478390881976, 39.998299352495302 ], [ -75.147847243137406, 39.998262090962101 ], [ -75.147671808554193, 39.998240866678302 ], [ -75.147663047186398, 39.998276953038499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3830 BROWN ST", "addr_range": "3828-3836 BROWN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1280, "objectid": 8387, "Shape__Area": 202.5234375, "Shape__Length": 76.240032712663023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199131531468495, 39.967547343969798 ], [ -75.199132296863596, 39.967551502908599 ], [ -75.199170901027401, 39.967763707316998 ], [ -75.199228205318306, 39.9677573560271 ], [ -75.199188575970993, 39.967545162188202 ], [ -75.199187828049403, 39.967541099144903 ], [ -75.199167449737899, 39.9675437095324 ], [ -75.199131531468495, 39.967547343969798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1920 ROBERTS AVE", "addr_range": "1920 ROBERTS AVE", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1348, "objectid": 8388, "Shape__Area": 213.6640625, "Shape__Length": 76.018512414265842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158392576284001, 40.021041590030002 ], [ -75.1585221094589, 40.021229343298899 ], [ -75.158576714362695, 40.021208281754603 ], [ -75.158575683186797, 40.021206774510397 ], [ -75.158445790307297, 40.021016837232402 ], [ -75.158392576284001, 40.021041590030002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "160 W ROCKLAND ST", "addr_range": "160-166 W ROCKLAND ST", "zipcode": 19120, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 871, "objectid": 8389, "Shape__Area": 138.2734375, "Shape__Length": 47.63493295067903 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125629895634006, 40.024787625392598 ], [ -75.125716593707907, 40.024798586303497 ], [ -75.125737049309095, 40.0247050254155 ], [ -75.125645751183299, 40.024693702599997 ], [ -75.125629895634006, 40.024787625392598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3449 RIDGE AVE", "addr_range": "2540-2542 N 34TH ST; 3449-3451 RIDGE AVE", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 900, "objectid": 8390, "Shape__Area": 142.765625, "Shape__Length": 58.065741633834222 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187216412834005, 39.996087968622803 ], [ -75.187203815925102, 39.996089550669197 ], [ -75.187199873067101, 39.996126198553704 ], [ -75.187198928005699, 39.996134973998799 ], [ -75.187211544303494, 39.996133250927301 ], [ -75.187217797149998, 39.996132395814897 ], [ -75.187402593104594, 39.996107147638298 ], [ -75.187401448761506, 39.996090411090499 ], [ -75.187399724442798, 39.996065016420403 ], [ -75.187399641143202, 39.9960638711812 ], [ -75.187216412834005, 39.996087968622803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2542 N 34TH ST", "addr_range": "2540-2542 N 34TH ST; 3449-3451 RIDGE AVE", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 485, "objectid": 8391, "Shape__Area": 77.0, "Shape__Length": 41.692877095754582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187058954470899, 39.996130103595902 ], [ -75.187056810946899, 39.996140183071198 ], [ -75.187051481849494, 39.996165323857198 ], [ -75.187196449004006, 39.996158008793699 ], [ -75.187198928005699, 39.996134973998799 ], [ -75.187199873067101, 39.996126198553704 ], [ -75.187058954470899, 39.996130103595902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1429-35 N 8TH ST", "addr_range": "1429-35 N 8TH ST; 1418-24 N PERTH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 6988, "objectid": 8392, "Shape__Area": 1104.02734375, "Shape__Length": 135.58252913569791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148718899333602, 39.974103582874299 ], [ -75.149078054991804, 39.974150814740497 ], [ -75.149107113867203, 39.974022820282997 ], [ -75.149118682298493, 39.973966387582202 ], [ -75.148875343667996, 39.973934694597403 ], [ -75.1487585478434, 39.973919021005898 ], [ -75.148718899333602, 39.974103582874299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1747 N 26TH ST", "addr_range": "1745-1749 N 26TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1094, "objectid": 8393, "Shape__Area": 173.38671875, "Shape__Length": 66.777345581817968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176965560477001, 39.982224073672597 ], [ -75.1767321249323, 39.982194804438201 ], [ -75.176725996215694, 39.982193958824901 ], [ -75.176725560621904, 39.982199396575901 ], [ -75.176716945631199, 39.982237617151398 ], [ -75.176726236690598, 39.982239050851902 ], [ -75.176955318225595, 39.982267656642797 ], [ -75.176965560477001, 39.982224073672597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1216 W BUTLER ST", "addr_range": "1216-1218 W BUTLER ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1747, "objectid": 8394, "Shape__Area": 276.7890625, "Shape__Length": 100.87774060713443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1478952143692, 40.0104007470146 ], [ -75.1479501125567, 40.010407971277203 ], [ -75.148015424134996, 40.010107977501399 ], [ -75.147959278790296, 40.0101010151281 ], [ -75.1478952143692, 40.0104007470146 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1024 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 612, "objectid": 8395, "Shape__Area": 97.890625, "Shape__Length": 46.893872023576172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147532344611307, 39.9972767147026 ], [ -75.147582241821098, 39.997283471905298 ], [ -75.147607341452499, 39.997161207563998 ], [ -75.147561151227507, 39.997154566848998 ], [ -75.147532344611307, 39.9972767147026 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2017 GERMANTOWN AVE", "addr_range": "2001-2017 GERMANTOWN AVE; 2002-2004, 2012, 2016-2018 N RANDOLPH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1311, "objectid": 8396, "Shape__Area": 302.8203125, "Shape__Length": 108.08855727156431 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1433531135295, 39.981960599497299 ], [ -75.143534496679095, 39.981984063155203 ], [ -75.143568415287504, 39.9819885438989 ], [ -75.143785381372297, 39.981977638490299 ], [ -75.143780929388498, 39.981934755974699 ], [ -75.143569139332698, 39.981944498573597 ], [ -75.143528003769603, 39.981938667275898 ], [ -75.143362654148902, 39.981917276112803 ], [ -75.1433531135295, 39.981960599497299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "656 N 36TH ST", "addr_range": "656 N 36TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1119, "objectid": 8397, "Shape__Area": 177.0390625, "Shape__Length": 70.40092458728688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.194902603701394, 39.965366703327398 ], [ -75.194909755111496, 39.965407725049197 ], [ -75.195168815334597, 39.965379255504203 ], [ -75.195161258990794, 39.965337321075403 ], [ -75.194902603701394, 39.965366703327398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "416 N DAGGETT ST", "addr_range": "412-430 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "10", "parcelarea": 1519, "objectid": 8398, "Shape__Area": 240.625, "Shape__Length": 91.749133368603566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.250842680956197, 39.9699414739462 ], [ -75.250816149684994, 39.969938316562001 ], [ -75.250489204618901, 39.969899488467199 ], [ -75.250480991761407, 39.969940494748698 ], [ -75.250808533610495, 39.969979594444901 ], [ -75.250834670009993, 39.9699827270124 ], [ -75.250837375550205, 39.969968389912403 ], [ -75.250842680956197, 39.9699414739462 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "153 W ROOSEVELT BLVD", "addr_range": "149-163 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 2601, "objectid": 8399, "Shape__Area": 412.70703125, "Shape__Length": 103.27768975324983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125612359906995, 40.025737270726601 ], [ -75.125682035499096, 40.026019191023501 ], [ -75.125705261809898, 40.026015211259804 ], [ -75.125757940558202, 40.026008000385701 ], [ -75.125766958500506, 40.026006353049702 ], [ -75.125771788441398, 40.026005624566203 ], [ -75.125696791174605, 40.025723986379298 ], [ -75.125612359906995, 40.025737270726601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2138-40 N NATRONA ST", "addr_range": "2138-40 N NATRONA ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1854, "objectid": 8400, "Shape__Area": 293.3515625, "Shape__Length": 72.426202578695339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185882102270199, 39.989434792764897 ], [ -75.185872431213497, 39.9894766493288 ], [ -75.186083784677095, 39.9895075828926 ], [ -75.1860932449394, 39.9894657216051 ], [ -75.186102085628804, 39.989424168137198 ], [ -75.1858905262756, 39.989393699427502 ], [ -75.185882102270199, 39.989434792764897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1545 N ROBINSON ST", "addr_range": "1543-1545 N ROBINSON ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1914, "objectid": 8401, "Shape__Area": 302.82421875, "Shape__Length": 93.098973243990443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.242523684833898, 39.975176742402297 ], [ -75.242179458464093, 39.9752150322049 ], [ -75.242188682301304, 39.975268250901898 ], [ -75.242533131088607, 39.975230224510902 ], [ -75.242523684833898, 39.975176742402297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2442 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 734, "objectid": 8402, "Shape__Area": 116.32421875, "Shape__Length": 53.187327896597019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178542711079302, 39.993241118884903 ], [ -75.178532700097193, 39.993239847638499 ], [ -75.178355685075104, 39.993217279629597 ], [ -75.178348311389897, 39.993254818137899 ], [ -75.178524427629199, 39.993277334485498 ], [ -75.178534752204797, 39.993278646095298 ], [ -75.178542711079302, 39.993241118884903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2560 N HUTCHINSON ST", "addr_range": "918 W HUNTINGDON ST; 2554-2562 N HUTCHINSON ST; 2555-2567 CADWALLADER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 676, "objectid": 8403, "Shape__Area": 104.48046875, "Shape__Length": 52.03255991983508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147179993090006, 39.991060009787297 ], [ -75.147182603326698, 39.991060245578701 ], [ -75.147251522523405, 39.991070320352001 ], [ -75.1472674532084, 39.991071342043199 ], [ -75.147312773862197, 39.991077609153301 ], [ -75.147318465766801, 39.991077303026898 ], [ -75.1473608924139, 39.991083617122399 ], [ -75.147368047988195, 39.991049491944402 ], [ -75.147325468923796, 39.991043304141897 ], [ -75.147319765164596, 39.991043400061997 ], [ -75.147269921584794, 39.991037014174701 ], [ -75.147266462325604, 39.991037597081899 ], [ -75.147221179472794, 39.991030864081502 ], [ -75.147208682144196, 39.991029935557201 ], [ -75.147187156456397, 39.991026722744202 ], [ -75.147182531013101, 39.991026038498703 ], [ -75.147174374168202, 39.991059512049503 ], [ -75.147179993090006, 39.991060009787297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2510 EMERALD ST", "addr_range": "1945-1947 E CUMBERLAND ST; 2502-2512 EMERALD ST", "zipcode": 19125, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 770, "objectid": 8404, "Shape__Area": 121.9375, "Shape__Length": 56.544377558928559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127577618417604, 39.986020865768403 ], [ -75.127585045045507, 39.986028257188501 ], [ -75.127624070093006, 39.986007483688198 ], [ -75.1275079678894, 39.985876290382002 ], [ -75.127469596741904, 39.985896966155501 ], [ -75.127577618417604, 39.986020865768403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1867 N BUCKNELL ST", "addr_range": "1865-1867 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 658, "objectid": 8405, "Shape__Area": 107.171875, "Shape__Length": 48.455823912429032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172686820038507, 39.983615614896301 ], [ -75.172849562626297, 39.983638081701002 ], [ -75.172858448433502, 39.983598867321497 ], [ -75.172695894023093, 39.983575857838197 ], [ -75.172686820038507, 39.983615614896301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "300 SHEDAKER ST", "addr_range": "300-302 SHEDAKER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1701, "objectid": 8406, "Shape__Area": 269.59375, "Shape__Length": 86.705227449788609 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159067211702805, 40.031377056119801 ], [ -75.159319916287004, 40.031530380908698 ], [ -75.159360620649906, 40.031488050346297 ], [ -75.159292330582403, 40.0314471769831 ], [ -75.159250346611898, 40.031422501677902 ], [ -75.159109131759706, 40.031336379403101 ], [ -75.159067211702805, 40.031377056119801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1938 N 24TH ST", "addr_range": "1924-1938 N 24TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1128, "objectid": 8407, "Shape__Area": 178.71484375, "Shape__Length": 63.247232188369452 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173367298747607, 39.984762035642703 ], [ -75.173494026885905, 39.984781048448298 ], [ -75.173502604656505, 39.984776437713997 ], [ -75.173546565334505, 39.984752794504999 ], [ -75.173550197199305, 39.984735481984799 ], [ -75.173322679910598, 39.984704727827499 ], [ -75.173312287999906, 39.984753788932203 ], [ -75.173367298747607, 39.984762035642703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5518 LINMORE AVE", "addr_range": "5518 LINMORE AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 633, "objectid": 8408, "Shape__Area": 100.25, "Shape__Length": 45.51905167099838 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219090854019697, 39.933653217264201 ], [ -75.219092418128895, 39.933654524895204 ], [ -75.219120414526003, 39.933678113734601 ], [ -75.219193299297899, 39.933739508929399 ], [ -75.2192325518497, 39.9337121990444 ], [ -75.219220957534901, 39.933701899738203 ], [ -75.219188523731802, 39.933674361224902 ], [ -75.219131560565202, 39.933626777431598 ], [ -75.219090854019697, 39.933653217264201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4309 N 16TH ST", "addr_range": "4305-4309 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1665, "objectid": 8409, "Shape__Area": 263.83203125, "Shape__Length": 106.19838714625523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151874618991599, 40.0191004801285 ], [ -75.152296044539597, 40.019153974437998 ], [ -75.1523027852339, 40.019122434524398 ], [ -75.152304087207995, 40.019116371294999 ], [ -75.151882730041905, 40.019062749711502 ], [ -75.151874618991599, 40.0191004801285 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2249 N CHADWICK ST", "addr_range": "2249 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 705, "objectid": 8410, "Shape__Area": 107.49609375, "Shape__Length": 50.517716828870022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160048337032805, 39.9878146438082 ], [ -75.160052509105796, 39.987815173144199 ], [ -75.160223749424702, 39.987836962866297 ], [ -75.160231974178998, 39.987799378732298 ], [ -75.160060295159596, 39.987779143285998 ], [ -75.160055413927097, 39.987778565511 ], [ -75.160048337032805, 39.9878146438082 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4555 N GRATZ ST", "addr_range": "4555 N GRATZ ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1288, "objectid": 8411, "Shape__Area": 204.05078125, "Shape__Length": 79.284196321614388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155066618055997, 40.023582682378802 ], [ -75.155364300001693, 40.023620311797302 ], [ -75.1553731112609, 40.0235790659085 ], [ -75.155075869184998, 40.023541431131299 ], [ -75.155066618055997, 40.023582682378802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2444 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 733, "objectid": 8412, "Shape__Area": 116.3125, "Shape__Length": 53.08494515037011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178534752204797, 39.993278646095298 ], [ -75.178524427629199, 39.993277334485498 ], [ -75.178348311389897, 39.993254818137899 ], [ -75.178339756354205, 39.993292556332499 ], [ -75.178516178117903, 39.993314740755402 ], [ -75.178525627990595, 39.993315919242796 ], [ -75.178534752204797, 39.993278646095298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5941 TRINITY ST", "addr_range": "5941 TRINITY ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1372, "objectid": 8413, "Shape__Area": 210.1640625, "Shape__Length": 83.924214756337747 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231670795073896, 39.934875506119504 ], [ -75.2316763997691, 39.934880223371401 ], [ -75.2317148340844, 39.934852826472898 ], [ -75.231709372570805, 39.934848224991498 ], [ -75.231495891524503, 39.934669156456799 ], [ -75.231457534284601, 39.934696716252702 ], [ -75.231463127243202, 39.934700643984698 ], [ -75.2315072848548, 39.9347380274708 ], [ -75.231670795073896, 39.934875506119504 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5144 OGDEN ST", "addr_range": "5144 OGDEN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 789, "objectid": 8414, "Shape__Area": 139.34765625, "Shape__Length": 57.76996720106726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223885925614098, 39.9670276576866 ], [ -75.223832331868195, 39.967032909993698 ], [ -75.223858054594203, 39.967188465152802 ], [ -75.223913526650904, 39.967182867654699 ], [ -75.223885925614098, 39.9670276576866 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2433 N COLORADO ST", "addr_range": "2433 N COLORADO ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 611, "objectid": 8415, "Shape__Area": 99.14453125, "Shape__Length": 47.415952791601988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160567175485198, 39.990768159485398 ], [ -75.160729070306104, 39.990789043662303 ], [ -75.160737386041603, 39.990752331928398 ], [ -75.160575328814005, 39.990731316153102 ], [ -75.160567175485198, 39.990768159485398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2136 N NEWKIRK ST", "addr_range": "2136 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 677, "objectid": 8416, "Shape__Area": 107.16796875, "Shape__Length": 49.298417458720628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179409827144895, 39.9885140647363 ], [ -75.179578121058796, 39.988536388327297 ], [ -75.179586394415793, 39.988498321193198 ], [ -75.179418200057597, 39.988475597990998 ], [ -75.179409827144895, 39.9885140647363 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1839 W TIOGA ST", "addr_range": "1837-1843 W TIOGA ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2830, "objectid": 8417, "Shape__Area": 446.390625, "Shape__Length": 116.06263568290652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159482362485406, 40.007220330417397 ], [ -75.159409759567495, 40.007552404277497 ], [ -75.159491632777602, 40.007562441015303 ], [ -75.159562341963095, 40.007230548736601 ], [ -75.159482362485406, 40.007220330417397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "808 N 46TH ST", "addr_range": "808 N 46TH ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 820, "objectid": 8418, "Shape__Area": 129.90625, "Shape__Length": 54.723582498647616 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213654399717498, 39.966858888255601 ], [ -75.213659790166702, 39.966900776034102 ], [ -75.213849729934395, 39.9668863039443 ], [ -75.2138476227002, 39.966869917708102 ], [ -75.213844340505702, 39.966844417100802 ], [ -75.213654399717498, 39.966858888255601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1818 W HUNTINGDON ST", "addr_range": "1816-1822 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "4", "parcelarea": 869, "objectid": 8419, "Shape__Area": 133.6015625, "Shape__Length": 59.763640773439427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162002342912402, 39.993037204627797 ], [ -75.161964292769397, 39.993202460721399 ], [ -75.162012959990406, 39.993209538956897 ], [ -75.162050376416502, 39.993043848688401 ], [ -75.162002342912402, 39.993037204627797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "139 N HOBART ST", "addr_range": "139 N HOBART ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1035, "objectid": 8420, "Shape__Area": 163.921875, "Shape__Length": 68.621258756904012 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237288281906999, 39.964066467391298 ], [ -75.237542440832996, 39.964095567132198 ], [ -75.237550700748997, 39.964056900726199 ], [ -75.237297273608306, 39.964027235884998 ], [ -75.237288281906999, 39.964066467391298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3952 WALLACE ST", "addr_range": "3952 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 985, "objectid": 8421, "Shape__Area": 156.15234375, "Shape__Length": 68.624945291957332 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201739215569503, 39.963865819195298 ], [ -75.201775858401604, 39.964062857486802 ], [ -75.201823842116994, 39.9640575395536 ], [ -75.2017872635533, 39.963860438736504 ], [ -75.201739215569503, 39.963865819195298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2442 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 687, "objectid": 8422, "Shape__Area": 109.015625, "Shape__Length": 50.780415671178986 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178831377668402, 39.993291142050097 ], [ -75.178999397388296, 39.993313250147501 ], [ -75.179007571597793, 39.993314335149201 ], [ -75.179012600248797, 39.993291138631598 ], [ -75.179015795509898, 39.993277040903102 ], [ -75.179007453965397, 39.993275951252798 ], [ -75.178839318655406, 39.9932540829478 ], [ -75.178831377668402, 39.993291142050097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3840 MOUNT VERNON ST", "addr_range": "3840 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1033, "objectid": 8423, "Shape__Area": 163.43359375, "Shape__Length": 69.754537737762078 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198554161484296, 39.963671155775103 ], [ -75.198589302001196, 39.963871127094897 ], [ -75.198639694199201, 39.963865816295502 ], [ -75.198637955020203, 39.963856347693898 ], [ -75.198603076713198, 39.963666102274402 ], [ -75.198554161484296, 39.963671155775103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "805 W HUNTINGDON ST", "addr_range": "801-813 W HUNTINGDON ST; 2611-2623 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 938, "objectid": 8424, "Shape__Area": 154.96875, "Shape__Length": 65.268587142659754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145595111484198, 39.991417336667801 ], [ -75.145644984410893, 39.991424030292301 ], [ -75.145665576822594, 39.9913357253455 ], [ -75.145670615589196, 39.991308161212203 ], [ -75.145678296528999, 39.991275113047003 ], [ -75.145685970691005, 39.991241661070397 ], [ -75.1456340945048, 39.991234760723898 ], [ -75.145595111484198, 39.991417336667801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2318 N CLEVELAND ST", "addr_range": "2318-2330 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 670, "objectid": 8425, "Shape__Area": 106.30859375, "Shape__Length": 48.767873325729397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162788619763901, 39.989243877333202 ], [ -75.162953615085897, 39.989266375373802 ], [ -75.162962641943494, 39.989227472048 ], [ -75.162796719806906, 39.989205628888698 ], [ -75.162788619763901, 39.989243877333202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2069 E AUBURN ST", "addr_range": "2065-2071 E AUBURN ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 782, "objectid": 8426, "Shape__Area": 123.84765625, "Shape__Length": 65.771222135394595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117832133744898, 39.988450447804397 ], [ -75.117853025247996, 39.988475380853203 ], [ -75.118066807516399, 39.988366121136799 ], [ -75.118044676361194, 39.9883412561109 ], [ -75.117832133744898, 39.988450447804397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2320 N SYDENHAM ST", "addr_range": "2314-2334 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1120, "objectid": 8427, "Shape__Area": 167.6328125, "Shape__Length": 70.118690930950194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158259423978905, 39.988941407339297 ], [ -75.158518756135905, 39.988977775006603 ], [ -75.158520546926894, 39.988968756613701 ], [ -75.158520652114504, 39.988968210269299 ], [ -75.158527341517498, 39.988938443031799 ], [ -75.158267838436103, 39.988903150939599 ], [ -75.158261293635306, 39.988932932241902 ], [ -75.158259423978905, 39.988941407339297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3225 W DAKOTA ST", "addr_range": "3225 W DAKOTA ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 955, "objectid": 8428, "Shape__Area": 151.328125, "Shape__Length": 60.602020359161855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185167997312305, 39.992363040793897 ], [ -75.185206105198901, 39.9923950356891 ], [ -75.185361661725096, 39.992288236954003 ], [ -75.185365921761303, 39.992285301143198 ], [ -75.185329048518099, 39.992252221141698 ], [ -75.185167997312305, 39.992363040793897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1418 N FRANKLIN ST", "addr_range": "1416-1418 N FRANKLIN ST; 1413 N PERTH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1718, "objectid": 8429, "Shape__Area": 271.80859375, "Shape__Length": 93.341996679182913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148358076839003, 39.973675977770498 ], [ -75.148711109729206, 39.973721621382801 ], [ -75.148721250039202, 39.973675087389097 ], [ -75.148368201279396, 39.973629894854099 ], [ -75.148358076839003, 39.973675977770498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2361 N CAMAC ST", "addr_range": "2361 N CAMAC ST; 2348-2350 N FAWN ST; 1216-1226 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "9", "parcelarea": 672, "objectid": 8430, "Shape__Area": 104.734375, "Shape__Length": 48.758133203010331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152795977095096, 39.9887462043678 ], [ -75.152804734859799, 39.9887473215813 ], [ -75.152812215310703, 39.988710657200997 ], [ -75.1528124747269, 39.988709356593802 ], [ -75.152645646748397, 39.988688300794102 ], [ -75.152638145269506, 39.988726094567397 ], [ -75.152795977095096, 39.9887462043678 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5506 CHEW AVE", "addr_range": "5506 CHEW AVE", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1184, "objectid": 8431, "Shape__Area": 187.7109375, "Shape__Length": 61.014251899378571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161625096854905, 40.0433628793621 ], [ -75.161683825204406, 40.043400762240303 ], [ -75.161807381113803, 40.043283067130297 ], [ -75.161806317008995, 40.043282381809803 ], [ -75.161748611282803, 40.043245166260398 ], [ -75.161625096854905, 40.0433628793621 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3012 W SUSQUEHANNA AVE", "addr_range": "3006-3014 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 839, "objectid": 8432, "Shape__Area": 132.79296875, "Shape__Length": 57.746212991533802 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182326174793005, 39.989423792797503 ], [ -75.182289871626594, 39.989580212316902 ], [ -75.182340393293401, 39.989587017090102 ], [ -75.182377387200702, 39.989430015639797 ], [ -75.182326174793005, 39.989423792797503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5230 CHANCELLOR ST", "addr_range": "5230 CHANCELLOR ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 996, "objectid": 8433, "Shape__Area": 157.71484375, "Shape__Length": 64.637088273711427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.226681123054206, 39.9564534085427 ], [ -75.226688025098397, 39.956454220783201 ], [ -75.226724277960798, 39.956275012303401 ], [ -75.226671507651304, 39.9562689835426 ], [ -75.2266343639821, 39.956447963383802 ], [ -75.226681123054206, 39.9564534085427 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3740 WALLACE ST", "addr_range": "3740 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2008, "objectid": 8434, "Shape__Area": 160.23828125, "Shape__Length": 61.284935791757455 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197376465040904, 39.964392052228199 ], [ -75.197378063444603, 39.964400277034898 ], [ -75.197408073910793, 39.9645554834837 ], [ -75.197467416548704, 39.964547856700797 ], [ -75.197437297691806, 39.964392695612403 ], [ -75.197435783368107, 39.964385037608203 ], [ -75.197376465040904, 39.964392052228199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2960 N TANEY ST", "addr_range": "2960-2962 N TANEY ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 720, "objectid": 8435, "Shape__Area": 115.7890625, "Shape__Length": 51.107896032327432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174100191903506, 40.0010227748284 ], [ -75.174274873292902, 40.001045474106299 ], [ -75.174282871686998, 40.001005385536899 ], [ -75.174109188023095, 40.000982886155903 ], [ -75.174100191903506, 40.0010227748284 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2322 N SYDENHAM ST", "addr_range": "2314-2334 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1120, "objectid": 8436, "Shape__Area": 160.8046875, "Shape__Length": 69.775394358312937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158250175747995, 39.9889793809132 ], [ -75.158370225186005, 39.988995270844001 ], [ -75.158504044867399, 39.989012983468299 ], [ -75.158511259180202, 39.989013939252203 ], [ -75.158518756135905, 39.988977775006603 ], [ -75.158259423978905, 39.988941407339297 ], [ -75.158250175747995, 39.9889793809132 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2945 CECIL B MOORE AVE", "addr_range": "2943-2945 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 897, "objectid": 8437, "Shape__Area": 142.125, "Shape__Length": 54.406469988967096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183285713043503, 39.982193630783001 ], [ -75.183411107237106, 39.982109275938903 ], [ -75.183417568831203, 39.982076922818798 ], [ -75.183313168116598, 39.982062659513701 ], [ -75.183285713043503, 39.982193630783001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2217 N 16TH ST", "addr_range": "2215-2217 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1032, "objectid": 8438, "Shape__Area": 164.34765625, "Shape__Length": 64.942322599804996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159062991453695, 39.987092350541403 ], [ -75.159053865265506, 39.987134911296202 ], [ -75.159285943208104, 39.9871648613804 ], [ -75.159295072895304, 39.9871222051815 ], [ -75.159062991453695, 39.987092350541403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3003 W SUSQUEHANNA AVE", "addr_range": "3001-3003 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1189, "objectid": 8439, "Shape__Area": 188.1796875, "Shape__Length": 72.015497023548832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181952455620703, 39.989899232782399 ], [ -75.182011683222001, 39.989906346008198 ], [ -75.1820476121772, 39.989704395554099 ], [ -75.1819943562313, 39.989697287105997 ], [ -75.181952455620703, 39.989899232782399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1030 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 606, "objectid": 8440, "Shape__Area": 98.1484375, "Shape__Length": 47.026489175277092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147676179422902, 39.997296080394598 ], [ -75.147724456198006, 39.997302477333101 ], [ -75.147752106961306, 39.997179820289404 ], [ -75.147704311271895, 39.997173497338302 ], [ -75.147676179422902, 39.997296080394598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2469 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 650, "objectid": 8441, "Shape__Area": 103.0546875, "Shape__Length": 51.933511818466883 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1786231544787, 39.993747356500798 ], [ -75.178445810037005, 39.993724604683798 ], [ -75.178436507028906, 39.993723413263197 ], [ -75.178429018454594, 39.993756839691102 ], [ -75.178438488319102, 39.993758017731103 ], [ -75.178615955288095, 39.993780289360402 ], [ -75.1786231544787, 39.993747356500798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3336 N 16TH ST", "addr_range": "3328-3350 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 2704, "objectid": 8442, "Shape__Area": 391.52734375, "Shape__Length": 105.00796525395154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1556690648261, 40.004582286450002 ], [ -75.156054090361906, 40.004632092871802 ], [ -75.156067945631406, 40.0045684742405 ], [ -75.1556812194885, 40.0045236589064 ], [ -75.1556690648261, 40.004582286450002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "662 N 42ND ST", "addr_range": "660-662 N 42ND ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1148, "objectid": 8443, "Shape__Area": 177.34765625, "Shape__Length": 76.499846346936522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.207623186232098, 39.964333620559799 ], [ -75.207329785644404, 39.964364194260597 ], [ -75.207338648402995, 39.964400547029797 ], [ -75.207630096239498, 39.964370656241698 ], [ -75.207623186232098, 39.964333620559799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2139 N MARSTON ST", "addr_range": "2139-2141 N MARSTON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 738, "objectid": 8444, "Shape__Area": 116.81640625, "Shape__Length": 51.959140455690061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177944875869301, 39.988448071227197 ], [ -75.1781231989155, 39.988472297591898 ], [ -75.178132228261404, 39.988433651915997 ], [ -75.177953551340906, 39.988408256229299 ], [ -75.177944875869301, 39.988448071227197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2701 W SEDGLEY AVE", "addr_range": "2701 W SEDGLEY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 896, "objectid": 8445, "Shape__Area": 141.92578125, "Shape__Length": 51.807538371189892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177656298655805, 39.988117436349 ], [ -75.177567923509898, 39.988011289720298 ], [ -75.177512887339901, 39.988040183316798 ], [ -75.177499243892896, 39.988096667375899 ], [ -75.177656298655805, 39.988117436349 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3710 BROWN ST", "addr_range": "3700-3710 BROWN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1562, "objectid": 8446, "Shape__Area": 247.4765625, "Shape__Length": 79.157010595090696 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197211661702596, 39.967767250925299 ], [ -75.197218413599202, 39.967801092467198 ], [ -75.197252611754607, 39.967983714196698 ], [ -75.197321593273699, 39.967976093733199 ], [ -75.197281546974096, 39.967759537971602 ], [ -75.197211661702596, 39.967767250925299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2512 N 11TH ST", "addr_range": "2504-2514-16 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1100, "objectid": 8447, "Shape__Area": 170.40625, "Shape__Length": 66.255668743135388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149930723671204, 39.990516760765502 ], [ -75.149920682036694, 39.990559541665 ], [ -75.150157024244606, 39.990593250346798 ], [ -75.150166958209198, 39.990549483978697 ], [ -75.149973557308996, 39.990522874081101 ], [ -75.149930723671204, 39.990516760765502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1693 N 56TH ST", "addr_range": "1693 N 56TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1153, "objectid": 8448, "Shape__Area": 179.7578125, "Shape__Length": 71.57029365927194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233671469165003, 39.978564624918498 ], [ -75.233677277556097, 39.978595620374399 ], [ -75.233679190087898, 39.9786056408322 ], [ -75.2339435243087, 39.9785775851987 ], [ -75.233936362284595, 39.978536178814899 ], [ -75.233671469165003, 39.978564624918498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "649 UNION ST", "addr_range": "645-649 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1290, "objectid": 8449, "Shape__Area": 202.3671875, "Shape__Length": 75.22961893826151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201001943848198, 39.9643723467264 ], [ -75.201010964360194, 39.964417231577798 ], [ -75.201286821162498, 39.964384220949903 ], [ -75.201278572394699, 39.964340514663 ], [ -75.201001943848198, 39.9643723467264 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5474 SUMMER ST", "addr_range": "5472-5474 SUMMER ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 529, "objectid": 8450, "Shape__Area": 83.828125, "Shape__Length": 39.738546205648781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229931933292903, 39.964498293961398 ], [ -75.229985875564495, 39.964505104553297 ], [ -75.230005953316095, 39.964411132789003 ], [ -75.2299520112377, 39.964404887133902 ], [ -75.229931933292903, 39.964498293961398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6209 CALLOWHILL ST", "addr_range": "6205-6209 CALLOWHILL ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1245, "objectid": 8451, "Shape__Area": 196.94140625, "Shape__Length": 75.557734331183156 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243746903676595, 39.968715106156203 ], [ -75.243702516298796, 39.968921690190498 ], [ -75.243757526951697, 39.968928583310301 ], [ -75.243778526285894, 39.968832985353899 ], [ -75.243802341952005, 39.968721798666998 ], [ -75.243803960350803, 39.968714273786702 ], [ -75.243748550814701, 39.968707373774997 ], [ -75.243746903676595, 39.968715106156203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1023 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 611, "objectid": 8452, "Shape__Area": 93.51953125, "Shape__Length": 46.085013559112582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147444439771107, 39.997472545223701 ], [ -75.147490537102001, 39.997478894647301 ], [ -75.147516964403295, 39.997358094846 ], [ -75.147470003034798, 39.997351855588597 ], [ -75.147462502982606, 39.997387310984202 ], [ -75.147444439771107, 39.997472545223701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2503 N DOUGLAS ST", "addr_range": "2503 N DOUGLAS ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 708, "objectid": 8453, "Shape__Area": 112.25390625, "Shape__Length": 51.590468036496524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184802917395402, 39.994833499203096 ], [ -75.184902637254794, 39.994847350658603 ], [ -75.184982375127902, 39.994858142587603 ], [ -75.184990573260706, 39.994820332031601 ], [ -75.184811468779401, 39.9947963254561 ], [ -75.184802917395402, 39.994833499203096 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1943 BONITZ ST", "addr_range": "1943 BONITZ ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 597, "objectid": 8454, "Shape__Area": 94.6953125, "Shape__Length": 44.425682545189915 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1584705043703, 40.0176396910473 ], [ -75.158426282948497, 40.017660131768899 ], [ -75.158503372545098, 40.017756801795699 ], [ -75.158543221250596, 40.017738308564901 ], [ -75.158547597099798, 40.017736280022902 ], [ -75.1584705043703, 40.0176396910473 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3210 W SUSQUEHANNA AVE", "addr_range": "3210-3212 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1135, "objectid": 8455, "Shape__Area": 179.6875, "Shape__Length": 73.307798149207017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185401130589199, 39.989971296447798 ], [ -75.185454454698203, 39.989978226425897 ], [ -75.185460862657905, 39.989943937539202 ], [ -75.185497637827197, 39.989769215615702 ], [ -75.185446980250504, 39.989762183952998 ], [ -75.185401130589199, 39.989971296447798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "239 ZERALDA ST", "addr_range": "239 ZERALDA ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1203, "objectid": 8456, "Shape__Area": 190.73828125, "Shape__Length": 70.920903443608836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163579240387406, 40.022020553111297 ], [ -75.163748092644894, 40.022171159290501 ], [ -75.163792257911197, 40.022140106685598 ], [ -75.1636227312042, 40.021990130507298 ], [ -75.163579240387406, 40.022020553111297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3944 PARRISH ST", "addr_range": "3944 PARRISH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1122, "objectid": 8457, "Shape__Area": 177.58203125, "Shape__Length": 71.487060138343651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201959170787802, 39.968326366860602 ], [ -75.201906507572005, 39.968333483019997 ], [ -75.201932094674405, 39.968466764732298 ], [ -75.201946091243002, 39.968535987099301 ], [ -75.201998592578306, 39.968529850319797 ], [ -75.201959170787802, 39.968326366860602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2260 N CHADWICK ST", "addr_range": "2256-2264 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "5", "parcelarea": 705, "objectid": 8458, "Shape__Area": 110.21484375, "Shape__Length": 50.503786183124667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160278683244798, 39.9880818697142 ], [ -75.160447240050701, 39.988104291418303 ], [ -75.160452660612705, 39.988105010189699 ], [ -75.160458968138201, 39.988074266552204 ], [ -75.160460618531701, 39.988066710921501 ], [ -75.160455488153204, 39.988066031134103 ], [ -75.160286900489297, 39.988043898870998 ], [ -75.160278683244798, 39.9880818697142 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5148 FUNSTON ST", "addr_range": "5148-5150 FUNSTON ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 938, "objectid": 8459, "Shape__Area": 145.3515625, "Shape__Length": 61.549984185804654 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223678005670905, 39.9657296813538 ], [ -75.223722167391102, 39.965897523120901 ], [ -75.223772583888106, 39.965889299715798 ], [ -75.223729725954101, 39.965720181130102 ], [ -75.223678005670905, 39.9657296813538 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1543 N FRANKLIN ST", "addr_range": "1543-1549 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1174, "objectid": 8460, "Shape__Area": 185.78125, "Shape__Length": 67.22925283472118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147506686651496, 39.975635393689203 ], [ -75.147505287882694, 39.975642373710599 ], [ -75.147740573337998, 39.975674436475998 ], [ -75.1477508388936, 39.975626889938702 ], [ -75.147514811161898, 39.9755951004854 ], [ -75.147506686651496, 39.975635393689203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2558 N HUTCHINSON ST", "addr_range": "918 W HUNTINGDON ST; 2554-2562 N HUTCHINSON ST; 2555-2567 CADWALLADER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 696, "objectid": 8461, "Shape__Area": 102.33203125, "Shape__Length": 51.755927150479501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147182531013101, 39.991026038498703 ], [ -75.147208682144196, 39.991029935557201 ], [ -75.147221179472794, 39.991030864081502 ], [ -75.147266462325604, 39.991037597081899 ], [ -75.147269921584794, 39.991037014174701 ], [ -75.147319765164596, 39.991043400061997 ], [ -75.147325468923796, 39.991043304141897 ], [ -75.147368047988195, 39.991049491944402 ], [ -75.147375210568498, 39.991016253529097 ], [ -75.1473324301178, 39.9910103999459 ], [ -75.147326718356695, 39.991010704721603 ], [ -75.147288219803201, 39.991005238343803 ], [ -75.147276871534402, 39.991003884471297 ], [ -75.147271187675202, 39.991003980840198 ], [ -75.147223618178003, 39.990996760795703 ], [ -75.147219057428003, 39.990997108785997 ], [ -75.147191895919804, 39.990992769843302 ], [ -75.147189500314298, 39.990992924555897 ], [ -75.147182531013101, 39.991026038498703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2820 N 26TH ST", "addr_range": "2820-2822 N 26TH ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 896, "objectid": 8462, "Shape__Area": 145.9140625, "Shape__Length": 57.873514433783477 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173584243741104, 39.998584864091697 ], [ -75.173783350329799, 39.998609433343503 ], [ -75.173793080313004, 39.998565112867198 ], [ -75.173594230794293, 39.998540935032302 ], [ -75.173584243741104, 39.998584864091697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3706 BROWN ST", "addr_range": "3700-3710 BROWN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1601, "objectid": 8463, "Shape__Area": 253.6328125, "Shape__Length": 79.564206560570184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1970665021244, 39.967783333470798 ], [ -75.197086159786295, 39.967877957527698 ], [ -75.1970943868007, 39.967919939152303 ], [ -75.197110146729102, 39.967999501758499 ], [ -75.197180034111696, 39.967991739352698 ], [ -75.197139082473299, 39.967775293134203 ], [ -75.1970665021244, 39.967783333470798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5615 HEISKELL ST", "addr_range": "5615-5621 HEISKELL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 726, "objectid": 8464, "Shape__Area": 124.13671875, "Shape__Length": 54.664916369641418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169542513622702, 40.038910252926399 ], [ -75.169497914063101, 40.038913361369197 ], [ -75.169485137336906, 40.038914024891596 ], [ -75.169440209304597, 40.038916369082401 ], [ -75.169357071085699, 40.038920353283899 ], [ -75.169361273335397, 40.038959844449202 ], [ -75.169401927882603, 40.038957920556001 ], [ -75.169451851008802, 40.038955478666601 ], [ -75.169475222452704, 40.038954134140901 ], [ -75.169490712821897, 40.038953256776097 ], [ -75.169536615169903, 40.038950661447302 ], [ -75.169538332537797, 40.038950135995897 ], [ -75.169554617873501, 40.038948760202203 ], [ -75.169550282857699, 40.038909428246001 ], [ -75.169542513622702, 40.038910252926399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "710 N 36TH ST", "addr_range": "710-714 N 36TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1611, "objectid": 8465, "Shape__Area": 254.80859375, "Shape__Length": 79.891574954709228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195090008907201, 39.966375116253602 ], [ -75.195099953316102, 39.966429338631599 ], [ -75.195383968283906, 39.966397506603798 ], [ -75.195374409476401, 39.966343019835598 ], [ -75.195090008907201, 39.966375116253602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2459 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 766, "objectid": 8466, "Shape__Area": 121.52734375, "Shape__Length": 53.506886283148262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178661224882106, 39.9935666691376 ], [ -75.178489024496699, 39.993544757924703 ], [ -75.178485397970704, 39.993544225273503 ], [ -75.178475724818398, 39.993542848064102 ], [ -75.178467679346397, 39.993582660096898 ], [ -75.178476710257499, 39.993583797666098 ], [ -75.178653194833402, 39.9936060148029 ], [ -75.178661224882106, 39.9935666691376 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3129 PAGE ST", "addr_range": "3127-3129 PAGE ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1005, "objectid": 8467, "Shape__Area": 159.15234375, "Shape__Length": 65.883372145674173 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185088216288705, 39.9875828405482 ], [ -75.185140952112306, 39.987589758469497 ], [ -75.185177790678196, 39.987405623416102 ], [ -75.185126344950206, 39.987398945174498 ], [ -75.185088216288705, 39.9875828405482 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2843 WEIKEL ST", "addr_range": "2843-2857 WEIKEL ST; 2842-2846 TULIP ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 806, "objectid": 8468, "Shape__Area": 127.84375, "Shape__Length": 54.733748725761487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115569914931598, 39.985619005026003 ], [ -75.115679221112799, 39.985740544581802 ], [ -75.1157227691358, 39.985717799285702 ], [ -75.115703158404699, 39.985695038757697 ], [ -75.115614776947695, 39.985595902490097 ], [ -75.115569914931598, 39.985619005026003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2623 W MONTGOMERY AVE", "addr_range": "2623-2627 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1216, "objectid": 8469, "Shape__Area": 192.71484375, "Shape__Length": 72.215754682025761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177685141017903, 39.983099742374797 ], [ -75.177742902926397, 39.983107226947297 ], [ -75.177787710773103, 39.9829067659267 ], [ -75.177730267179498, 39.982898643383201 ], [ -75.177685141017903, 39.983099742374797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2541 N WARNOCK ST", "addr_range": "2539-2551 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 672, "objectid": 8470, "Shape__Area": 108.06640625, "Shape__Length": 49.710856777840853 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148908830610793, 39.991124573687898 ], [ -75.149079477775004, 39.991147800002402 ], [ -75.149086501020705, 39.991109981160697 ], [ -75.148917122609404, 39.991085928538503 ], [ -75.148908830610793, 39.991124573687898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2956 N TANEY ST", "addr_range": "2956 N TANEY ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 720, "objectid": 8471, "Shape__Area": 118.83203125, "Shape__Length": 51.44855740796892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1741265130958, 40.000900806169298 ], [ -75.174118486488894, 40.000941667165101 ], [ -75.174292672192905, 40.000964178699697 ], [ -75.174301215558799, 40.000922941853503 ], [ -75.1741265130958, 40.000900806169298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3332 N 16TH ST", "addr_range": "3328-3350 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 2173, "objectid": 8472, "Shape__Area": 340.984375, "Shape__Length": 102.59889298672867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155693854196201, 40.004466204522402 ], [ -75.156078958135893, 40.004516671290901 ], [ -75.156090311549704, 40.004463120861402 ], [ -75.155705813311599, 40.004413245363899 ], [ -75.155693854196201, 40.004466204522402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "123 PLEASANT ST", "addr_range": "123-131 PLEASANT ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1026, "objectid": 8473, "Shape__Area": 229.625, "Shape__Length": 73.552788429235193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184671983919898, 40.0557895590985 ], [ -75.184858299998197, 40.055901720060596 ], [ -75.184887094297096, 40.055874718255303 ], [ -75.184903117734507, 40.055859278652598 ], [ -75.184699714887302, 40.055736289974497 ], [ -75.184655206542303, 40.0557794473049 ], [ -75.184671983919898, 40.0557895590985 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2540 N 34TH ST", "addr_range": "2540-2542 N 34TH ST; 3449-3451 RIDGE AVE", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 640, "objectid": 8474, "Shape__Area": 101.55859375, "Shape__Length": 44.372467074683449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187199873067101, 39.996126198553704 ], [ -75.187203815925102, 39.996089550669197 ], [ -75.187204103997402, 39.996080769566198 ], [ -75.187066333052002, 39.996084587213502 ], [ -75.187067666801397, 39.996089133747603 ], [ -75.187064505961402, 39.996104005498097 ], [ -75.187064491809906, 39.996104070054699 ], [ -75.187058954470899, 39.996130103595902 ], [ -75.187199873067101, 39.996126198553704 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2741 JUDSON ST", "addr_range": "2741 JUDSON ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 653, "objectid": 8475, "Shape__Area": 101.45703125, "Shape__Length": 47.033112399825569 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169766686702204, 39.996887283736797 ], [ -75.169923819860898, 39.996908692646201 ], [ -75.169932496732102, 39.996870103546101 ], [ -75.169774362536003, 39.9968485270823 ], [ -75.169766686702204, 39.996887283736797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "69 E DUVAL ST", "addr_range": "69 E DUVAL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 975, "objectid": 8476, "Shape__Area": 125.9609375, "Shape__Length": 62.494678308251117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181451314481194, 40.0451776394994 ], [ -75.181615500270993, 40.045311106201602 ], [ -75.181641464479895, 40.045285137615402 ], [ -75.181480850380694, 40.045153137463501 ], [ -75.181451314481194, 40.0451776394994 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3314 N 20TH ST", "addr_range": "3314 N 20TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1099, "objectid": 8477, "Shape__Area": 175.11328125, "Shape__Length": 70.42532786606435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162072458262301, 40.0048585596751 ], [ -75.1623312014747, 40.004893359677297 ], [ -75.162340220291995, 40.004853101959903 ], [ -75.162225989712795, 40.004836874070399 ], [ -75.162176387705401, 40.004831016644602 ], [ -75.162081491949394, 40.004817915774197 ], [ -75.162072458262301, 40.0048585596751 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "35 REGER ST", "addr_range": "35 REGER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 760, "objectid": 8478, "Shape__Area": 120.4296875, "Shape__Length": 50.992370270873451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165536819393395, 40.028922748799403 ], [ -75.165504642242198, 40.028957730948001 ], [ -75.165645684327998, 40.029034152812699 ], [ -75.165678298990898, 40.028998729963902 ], [ -75.165536819393395, 40.028922748799403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5430 HARLAN ST", "addr_range": "5428-5230 HARLAN ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1006, "objectid": 8479, "Shape__Area": 159.30859375, "Shape__Length": 63.510804311010176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230314639983007, 39.974099119170504 ], [ -75.230259717258903, 39.974104958085903 ], [ -75.230290843905706, 39.974279150929704 ], [ -75.230346978838298, 39.974272775490199 ], [ -75.230314639983007, 39.974099119170504 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1937 N 32ND ST", "addr_range": "1937-1939 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1268, "objectid": 8480, "Shape__Area": 201.0546875, "Shape__Length": 67.43746786353023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185496643105296, 39.9864642640146 ], [ -75.185727007446303, 39.986494283430901 ], [ -75.185736336561803, 39.986446987059097 ], [ -75.185737323352001, 39.986441947236898 ], [ -75.185507715504002, 39.986411316737197 ], [ -75.185496643105296, 39.9864642640146 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2339 N 16TH ST", "addr_range": "2329-2339 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1290, "objectid": 8481, "Shape__Area": 204.84375, "Shape__Length": 79.960032516455797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158525990858806, 39.989162769404302 ], [ -75.158826144928597, 39.989205283937501 ], [ -75.1588350992226, 39.9891644762968 ], [ -75.1585356239829, 39.989121735637298 ], [ -75.158525990858806, 39.989162769404302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "161 W ROOSEVELT BLVD", "addr_range": "149-163 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 2537, "objectid": 8482, "Shape__Area": 402.57421875, "Shape__Length": 102.51769016171122 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1259482574782, 40.025687804337799 ], [ -75.126016414319295, 40.025968875171301 ], [ -75.126017136253395, 40.025968754711101 ], [ -75.126101886552902, 40.025956409011499 ], [ -75.126103040732403, 40.025956264188103 ], [ -75.126032494158693, 40.025675305499803 ], [ -75.1259482574782, 40.025687804337799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "157 W ROOSEVELT BLVD", "addr_range": "149-163 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 2533, "objectid": 8483, "Shape__Area": 401.81640625, "Shape__Length": 102.59285414547769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125781655985193, 40.0257124013009 ], [ -75.125846766990705, 40.0259942973669 ], [ -75.125851955381194, 40.025993513098001 ], [ -75.125864053050606, 40.025991935227601 ], [ -75.125919330351707, 40.025983688011799 ], [ -75.125934200993299, 40.025981383297498 ], [ -75.1259342999479, 40.025981370241098 ], [ -75.125864339019898, 40.025699831941701 ], [ -75.125862107662996, 40.025700585569403 ], [ -75.125781655985193, 40.0257124013009 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3123-29 CLIFFORD ST", "addr_range": "3123-29 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 5896, "objectid": 8484, "Shape__Area": 934.18359375, "Shape__Length": 123.94478181159218 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185645749973204, 39.983367305926897 ], [ -75.185704520807207, 39.983374679266703 ], [ -75.185761310362494, 39.983382411960797 ], [ -75.185818381334201, 39.983389330094603 ], [ -75.185873882398994, 39.983396228442402 ], [ -75.185924247126707, 39.9831500762213 ], [ -75.185869277813296, 39.983142996957902 ], [ -75.185811547441503, 39.9831357424519 ], [ -75.185755271982003, 39.983128327607602 ], [ -75.185695295597299, 39.983121216576897 ], [ -75.185645749973204, 39.983367305926897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3814 N 10TH ST", "addr_range": "3814-3818 N 10TH ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 816, "objectid": 8485, "Shape__Area": 128.88671875, "Shape__Length": 54.350807419135755 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143995523364893, 40.010405632409601 ], [ -75.144180575704297, 40.010429450486399 ], [ -75.144190062752202, 40.010386544756997 ], [ -75.144093026426404, 40.010375509651297 ], [ -75.144048304585198, 40.010370255284997 ], [ -75.144004327357294, 40.010363582476103 ], [ -75.143995523364893, 40.010405632409601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "163 W ROOSEVELT BLVD", "addr_range": "149-163 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 2929, "objectid": 8486, "Shape__Area": 464.73828125, "Shape__Length": 109.30267756482981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.126032494158693, 40.025675305499803 ], [ -75.126103040732403, 40.025956264188103 ], [ -75.126123820785097, 40.0259536538696 ], [ -75.126128390391898, 40.025935799936804 ], [ -75.126130513206306, 40.025927546389802 ], [ -75.1262091838109, 40.025648807743899 ], [ -75.126032783032997, 40.025675260741899 ], [ -75.126032494158693, 40.025675305499803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2336 N 16TH ST", "addr_range": "2334-2336 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1618, "objectid": 8487, "Shape__Area": 250.4140625, "Shape__Length": 83.338604618672704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159018115452596, 39.989167769917998 ], [ -75.159322607422695, 39.989208656523502 ], [ -75.1593336657333, 39.989158869053099 ], [ -75.159029455726397, 39.989118795247201 ], [ -75.159018115452596, 39.989167769917998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2115-19 N 32ND ST", "addr_range": "2115-19 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 3129, "objectid": 8488, "Shape__Area": 495.57421875, "Shape__Length": 91.508468131517276 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184947344058997, 39.988889564314299 ], [ -75.185196765614407, 39.988921833246501 ], [ -75.185205288701795, 39.9888825919368 ], [ -75.185205643168601, 39.988882634996997 ], [ -75.185213976654097, 39.988842892993901 ], [ -75.185222615145506, 39.988802270311901 ], [ -75.184973993452104, 39.9887699553299 ], [ -75.184964821324002, 39.988810839977504 ], [ -75.184956231982298, 39.988850157278499 ], [ -75.184947344058997, 39.988889564314299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5511 RACE ST", "addr_range": "5511 RACE ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 751, "objectid": 8489, "Shape__Area": 119.01953125, "Shape__Length": 50.028504058920561 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230577359381002, 39.964089943186202 ], [ -75.230635295352897, 39.964096406893503 ], [ -75.230661824579201, 39.963970208397498 ], [ -75.230606252974297, 39.963963265931397 ], [ -75.230577359381002, 39.964089943186202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "155 W ROOSEVELT BLVD", "addr_range": "149-163 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 2379, "objectid": 8490, "Shape__Area": 377.41796875, "Shape__Length": 101.50438223008877 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125696791174605, 40.025723986379298 ], [ -75.125771788441398, 40.026005624566203 ], [ -75.125810130822003, 40.025999843060603 ], [ -75.125846766990705, 40.0259942973669 ], [ -75.125781655985193, 40.0257124013009 ], [ -75.125696791174605, 40.025723986379298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "151 W ROOSEVELT BLVD", "addr_range": "149-163 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 2567, "objectid": 8491, "Shape__Area": 407.3046875, "Shape__Length": 102.89627409481224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125525716614405, 40.025749928704201 ], [ -75.125595915718705, 40.026031152819002 ], [ -75.125596956523594, 40.0260310000034 ], [ -75.125601047116604, 40.0260304483512 ], [ -75.125651867326894, 40.026023018451099 ], [ -75.125681936370398, 40.026019208580799 ], [ -75.125682035499096, 40.026019191023501 ], [ -75.125612359906995, 40.025737270726601 ], [ -75.125525716614405, 40.025749928704201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2409 N BOUVIER ST", "addr_range": "2409 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 675, "objectid": 8492, "Shape__Area": 110.0390625, "Shape__Length": 50.203278417184109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161093331012296, 39.990383253216699 ], [ -75.161265642347999, 39.990405210450199 ], [ -75.161274018489607, 39.990366905248301 ], [ -75.161101821128895, 39.990344726242803 ], [ -75.161100528423006, 39.990350612257203 ], [ -75.161093331012296, 39.990383253216699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2409 N 10TH ST", "addr_range": "2401-05-2411 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1485, "objectid": 8493, "Shape__Area": 245.79296875, "Shape__Length": 84.80078531545638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148211336401303, 39.988683619860502 ], [ -75.148201551284501, 39.988730629527403 ], [ -75.148514914045094, 39.988773341782398 ], [ -75.148516531750801, 39.988766124335797 ], [ -75.148525437073801, 39.988726236191397 ], [ -75.148211336401303, 39.988683619860502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "843 N 63RD ST", "addr_range": "843 N 63RD ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 5249, "objectid": 8494, "Shape__Area": 830.58203125, "Shape__Length": 133.16448100182595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245393665079106, 39.9778690739384 ], [ -75.245400782202196, 39.977907851184803 ], [ -75.245409552295797, 39.9779518560211 ], [ -75.245853622207704, 39.977902452553401 ], [ -75.245833152173205, 39.977789927013099 ], [ -75.245388399134896, 39.977837993721899 ], [ -75.245393665079106, 39.9778690739384 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "617 N 54TH ST", "addr_range": "617-619 N 54TH ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1007, "objectid": 8495, "Shape__Area": 159.6171875, "Shape__Length": 62.804583105406778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228138032054403, 39.969699755893103 ], [ -75.228146105620795, 39.969743237054303 ], [ -75.228368987247293, 39.9697208557875 ], [ -75.228360909997306, 39.969677375464997 ], [ -75.228138032054403, 39.969699755893103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3121-23 PAGE ST", "addr_range": "3121-23 PAGE ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1977, "objectid": 8496, "Shape__Area": 313.1328125, "Shape__Length": 77.104874611412669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184878734455594, 39.987555801352897 ], [ -75.184932190935498, 39.9875625246409 ], [ -75.184981356052901, 39.987568523996003 ], [ -75.185018233300696, 39.987385019654099 ], [ -75.184968266392104, 39.9873791636739 ], [ -75.184914499906796, 39.9873728677576 ], [ -75.184878734455594, 39.987555801352897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2450 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 704, "objectid": 8497, "Shape__Area": 111.66015625, "Shape__Length": 50.989978700714211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178798287406906, 39.993443280757198 ], [ -75.178966615351797, 39.993465023681097 ], [ -75.178974186900305, 39.993465999678698 ], [ -75.178983063806299, 39.993428043401302 ], [ -75.178974845697596, 39.993426972732102 ], [ -75.178806859898103, 39.993405075300302 ], [ -75.178798287406906, 39.993443280757198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1430 W CUMBERLAND ST", "addr_range": "1430 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 686, "objectid": 8498, "Shape__Area": 108.7578125, "Shape__Length": 49.179070100247209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156474309514294, 39.990818138146203 ], [ -75.156446523460801, 39.990945371916403 ], [ -75.156498785498002, 39.990952646394398 ], [ -75.156524476127899, 39.9908243002643 ], [ -75.156474309514294, 39.990818138146203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2719 S 70TH ST", "addr_range": "2717-2719 S 70TH ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1039, "objectid": 8499, "Shape__Area": 164.29296875, "Shape__Length": 63.539987629342427 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233906021084096, 39.914682403191101 ], [ -75.234071580567203, 39.9145642378422 ], [ -75.234033055530602, 39.914530525000501 ], [ -75.2338663128711, 39.914649550908301 ], [ -75.233906021084096, 39.914682403191101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1850 N ETTING ST", "addr_range": "1838-1850 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 559, "objectid": 8500, "Shape__Area": 88.7109375, "Shape__Length": 43.880492389175778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178881083551403, 39.984060874518697 ], [ -75.179027913385099, 39.984080283785403 ], [ -75.179035624157095, 39.9840437673423 ], [ -75.178888570877703, 39.984024724294599 ], [ -75.178885493091599, 39.984039566178602 ], [ -75.178881083551403, 39.984060874518697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "141 W ROOSEVELT BLVD", "addr_range": "137-141 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1760, "objectid": 8501, "Shape__Area": 277.41015625, "Shape__Length": 86.611332458564647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124878496242601, 40.025841271854198 ], [ -75.1249414118261, 40.026080110558603 ], [ -75.124959351737104, 40.02607708683 ], [ -75.125009788796902, 40.026069808835899 ], [ -75.124947815642599, 40.025829960943099 ], [ -75.124878496242601, 40.025841271854198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1040 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 611, "objectid": 8502, "Shape__Area": 96.359375, "Shape__Length": 46.702840123186263 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147915541377998, 39.997327636115102 ], [ -75.147962555455806, 39.997334151195801 ], [ -75.147990602658993, 39.997212082446602 ], [ -75.147942915995401, 39.997205664756997 ], [ -75.147915541377998, 39.997327636115102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2455 N 10TH ST", "addr_range": "2431-2455 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "13", "parcelarea": 1178, "objectid": 8503, "Shape__Area": 191.4140625, "Shape__Length": 64.703198895013713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148218945371895, 39.989894608531699 ], [ -75.1482638598157, 39.989900575044899 ], [ -75.148276120857304, 39.9898474639228 ], [ -75.148058164175396, 39.989819117382901 ], [ -75.148046986494194, 39.989871800732502 ], [ -75.148218945371895, 39.989894608531699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2148 S CECIL ST", "addr_range": "2146-2148 S CECIL ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 750, "objectid": 8504, "Shape__Area": 117.59765625, "Shape__Length": 51.595734559959851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224472483401598, 39.932985433442802 ], [ -75.224508168037005, 39.933015457588397 ], [ -75.224628336742597, 39.932931106962499 ], [ -75.224639916550302, 39.932922978159297 ], [ -75.224604024223098, 39.9328927791924 ], [ -75.224472483401598, 39.932985433442802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2720 W HUNTINGDON ST", "addr_range": "2720-2724 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1098, "objectid": 8505, "Shape__Area": 173.84375, "Shape__Length": 71.516943291069694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176729472067294, 39.9948993298704 ], [ -75.176716741371806, 39.994897948845797 ], [ -75.176709196104596, 39.994932227169002 ], [ -75.176709016897405, 39.994933061092198 ], [ -75.176703270532201, 39.994959159814698 ], [ -75.1766721760808, 39.9951005576591 ], [ -75.176724135922996, 39.995107623218203 ], [ -75.176767730747898, 39.994903508666802 ], [ -75.176729472067294, 39.9948993298704 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2641 N COLORADO ST", "addr_range": "2641 N COLORADO ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 693, "objectid": 8506, "Shape__Area": 107.765625, "Shape__Length": 49.54031389310704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159864639188797, 39.993948052772097 ], [ -75.160034307485304, 39.993970306114903 ], [ -75.160042801841101, 39.993931664866899 ], [ -75.159873352047896, 39.9939103192836 ], [ -75.159864639188797, 39.993948052772097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3327 N 17TH ST", "addr_range": "3323-3343 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 2493, "objectid": 8507, "Shape__Area": 385.2109375, "Shape__Length": 104.85946793812096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156686414784801, 40.004549819933601 ], [ -75.157072284188501, 40.004602237821402 ], [ -75.157084541193996, 40.004541450928102 ], [ -75.156726899235295, 40.004494186603203 ], [ -75.156714700422498, 40.004492491942401 ], [ -75.156698802725899, 40.004490552443499 ], [ -75.156686414784801, 40.004549819933601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2244 N 19TH ST", "addr_range": "2234-2254 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 907, "objectid": 8508, "Shape__Area": 148.703125, "Shape__Length": 60.92257575010607 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164050077627607, 39.988374091810599 ], [ -75.164266268415801, 39.9884004174653 ], [ -75.164274626010098, 39.9883592257152 ], [ -75.164058796921793, 39.988332263996497 ], [ -75.164050077627607, 39.988374091810599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1717 MASTER ST", "addr_range": "1717-1719 MASTER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1850, "objectid": 8509, "Shape__Area": 308.70703125, "Shape__Length": 92.46985448357745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164413184552998, 39.975556604805199 ], [ -75.164485038282905, 39.975566331999801 ], [ -75.164539814365796, 39.975307988922403 ], [ -75.164468773890107, 39.975296748352797 ], [ -75.164413184552998, 39.975556604805199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "729 MASTER ST", "addr_range": "1400 N FRANKLIN ST; 729 MASTER ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 685, "objectid": 8510, "Shape__Area": 108.4140625, "Shape__Length": 46.172202395302584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148654267945503, 39.973284998444498 ], [ -75.148800866125498, 39.973303667872301 ], [ -75.148808398821998, 39.9732650704183 ], [ -75.148809469236895, 39.973259565120202 ], [ -75.148663479500797, 39.973239780515698 ], [ -75.148654267945503, 39.973284998444498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3256 N 17TH ST", "addr_range": "3254-3256 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1584, "objectid": 8511, "Shape__Area": 251.1015625, "Shape__Length": 91.451232260843298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157491710495194, 40.003665405405002 ], [ -75.157840153320393, 40.0037107135539 ], [ -75.157849674223897, 40.003667405812401 ], [ -75.157501232785094, 40.003622097718697 ], [ -75.157491710495194, 40.003665405405002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2309 N GRATZ ST", "addr_range": "2309 N GRATZ ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 587, "objectid": 8512, "Shape__Area": 93.03515625, "Shape__Length": 44.925487152316791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163011184607896, 39.989076007983101 ], [ -75.163161275141803, 39.989096382173599 ], [ -75.163169884199107, 39.989059064215901 ], [ -75.163019403307104, 39.989039038038698 ], [ -75.163011184607896, 39.989076007983101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "241 E SHARPNACK ST", "addr_range": "239-241 E SHARPNACK ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1217, "objectid": 8513, "Shape__Area": 195.2734375, "Shape__Length": 60.675871320427923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179912661001197, 40.0533898091075 ], [ -75.180060459535397, 40.053480129332698 ], [ -75.180112674163595, 40.053430149797897 ], [ -75.179964195772797, 40.053340104554799 ], [ -75.179912661001197, 40.0533898091075 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "137 N YEWDALL ST", "addr_range": "137-141 N YEWDALL ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 809, "objectid": 8514, "Shape__Area": 127.94140625, "Shape__Length": 55.25315726069207 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228457709578095, 39.962940129219298 ], [ -75.228649962055002, 39.962964680730998 ], [ -75.228658458955394, 39.962924810024703 ], [ -75.228465466245893, 39.962899920600499 ], [ -75.228457709578095, 39.962940129219298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1528 N DARIEN ST", "addr_range": "1510-1532 N DARIEN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 618, "objectid": 8515, "Shape__Area": 97.83203125, "Shape__Length": 47.475815799028879 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149459825118896, 39.975395268736897 ], [ -75.149623556670406, 39.975417468038003 ], [ -75.149630844779907, 39.975381459933303 ], [ -75.149468600681502, 39.9753592294757 ], [ -75.149461987469905, 39.975386386827502 ], [ -75.149459825118896, 39.975395268736897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4920 N WARNOCK ST", "addr_range": "4920 N WARNOCK ST", "zipcode": 19141, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1735, "objectid": 8516, "Shape__Area": 275.00390625, "Shape__Length": 77.182680884327667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141349503438406, 40.027298091143699 ], [ -75.141323042297699, 40.027294798718202 ], [ -75.141091023166794, 40.027265896065401 ], [ -75.141077302314102, 40.027329951499503 ], [ -75.141309218175095, 40.027358771638397 ], [ -75.141335951564102, 40.027362086469097 ], [ -75.141338645282701, 40.027349300000502 ], [ -75.141349503438406, 40.027298091143699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1327 N 19TH ST", "addr_range": "1327 N 19TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1200, "objectid": 8517, "Shape__Area": 190.45703125, "Shape__Length": 72.509101045466792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1665091793774, 39.975024191341497 ], [ -75.166501640063203, 39.9750676262327 ], [ -75.166765803317105, 39.975101862340701 ], [ -75.166774329588804, 39.975058369463099 ], [ -75.1665091793774, 39.975024191341497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2502 N 16TH ST", "addr_range": "2502 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1059, "objectid": 8518, "Shape__Area": 161.671875, "Shape__Length": 64.46919370506113 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158530698441197, 39.991453540440602 ], [ -75.158760755161396, 39.991483026647003 ], [ -75.158766199583496, 39.991457309291697 ], [ -75.1587703941927, 39.9914407685106 ], [ -75.158539454444394, 39.991411341673199 ], [ -75.158530698441197, 39.991453540440602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1856 N LEITHGOW ST", "addr_range": "1838, 1842-1856 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 1027, "objectid": 8519, "Shape__Area": 160.33203125, "Shape__Length": 69.569162460363586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141682782360604, 39.979352902412899 ], [ -75.141674042576994, 39.979390633212397 ], [ -75.141940758399201, 39.9794256961722 ], [ -75.141930915806498, 39.979386251883398 ], [ -75.141682782360604, 39.979352902412899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2418 N SYDENHAM ST", "addr_range": "2418-2424 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1257, "objectid": 8520, "Shape__Area": 199.79296875, "Shape__Length": 69.653774244854432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1579420199878, 39.990346256296803 ], [ -75.157929746633201, 39.990395467499503 ], [ -75.158174536883095, 39.990429189101199 ], [ -75.158184852098998, 39.990380207568897 ], [ -75.1579420199878, 39.990346256296803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1846 N ETTING ST", "addr_range": "1838-1850 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 591, "objectid": 8521, "Shape__Area": 94.796875, "Shape__Length": 44.433762678861463 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178897800827698, 39.983986259668001 ], [ -75.178953078825302, 39.983993478931097 ], [ -75.178971614451996, 39.983995392546298 ], [ -75.179008356868806, 39.984000697267398 ], [ -75.179044039220301, 39.984004704200103 ], [ -75.179052167557003, 39.983966005851101 ], [ -75.178906217246507, 39.983947131691899 ], [ -75.1788982834845, 39.983984029665898 ], [ -75.178897800827698, 39.983986259668001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "120 E DUVAL ST", "addr_range": "120 E DUVAL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1900, "objectid": 8522, "Shape__Area": 319.375, "Shape__Length": 96.60307375508124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180182181441396, 40.045688313650103 ], [ -75.180465524906495, 40.045861571866403 ], [ -75.180508920299005, 40.045819470735701 ], [ -75.180226427637805, 40.0456448296883 ], [ -75.180182181441396, 40.045688313650103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2563 CADWALLADER ST", "addr_range": "918 W HUNTINGDON ST; 2554-2562 N HUTCHINSON ST; 2555-2567 CADWALLADER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 811, "objectid": 8523, "Shape__Area": 128.62890625, "Shape__Length": 63.239810339447686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147616944894295, 39.9910301654348 ], [ -75.147607096904494, 39.9910339237614 ], [ -75.147595182088907, 39.991040231065597 ], [ -75.147546598319295, 39.991059536724499 ], [ -75.147394921673197, 39.991122592898698 ], [ -75.147413987842398, 39.991125458873597 ], [ -75.147419666283795, 39.991126023723602 ], [ -75.147462691724499, 39.991132027891702 ], [ -75.147469078038, 39.9911327367344 ], [ -75.147638953663204, 39.9910612441629 ], [ -75.147616944894295, 39.9910301654348 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3220 W SUSQUEHANNA AVE", "addr_range": "3220-3224 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1125, "objectid": 8524, "Shape__Area": 178.09375, "Shape__Length": 73.144573249457267 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185807151210298, 39.990025019978702 ], [ -75.185857842025101, 39.990032325225499 ], [ -75.1858714526157, 39.989970456061002 ], [ -75.185882155101297, 39.989918998861597 ], [ -75.185904148448301, 39.989823271437601 ], [ -75.185851756242997, 39.989816636392 ], [ -75.185807151210298, 39.990025019978702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3628 N CAMAC ST", "addr_range": "3626-3632 N CAMAC ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 930, "objectid": 8525, "Shape__Area": 146.921875, "Shape__Length": 61.373955705811539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148706651040499, 40.007975228364202 ], [ -75.148698808546598, 40.008009240755598 ], [ -75.148698125222396, 40.008015576559103 ], [ -75.148917843488903, 40.008042687305903 ], [ -75.148926070918904, 40.008002508937302 ], [ -75.148706651040499, 40.007975228364202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2448 TURNER ST", "addr_range": "2448 TURNER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 785, "objectid": 8526, "Shape__Area": 124.48828125, "Shape__Length": 55.128524998962376 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1756147564153, 39.979958499147301 ], [ -75.175665117000094, 39.9799649006696 ], [ -75.175695197921598, 39.979816434484398 ], [ -75.175644798035904, 39.979809404085799 ], [ -75.1756147564153, 39.979958499147301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1419 W JEROME ST", "addr_range": "1419 W JEROME ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 926, "objectid": 8527, "Shape__Area": 146.7890625, "Shape__Length": 62.468316176326383 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150246375958403, 40.016454236884201 ], [ -75.150263980659105, 40.016461518359797 ], [ -75.150291819255102, 40.016473110450399 ], [ -75.150341843118596, 40.016394256000602 ], [ -75.150390692845903, 40.016314295528403 ], [ -75.150378006527404, 40.0163100095861 ], [ -75.150373766765298, 40.016307898918797 ], [ -75.150359241024702, 40.016302379281498 ], [ -75.150345595385403, 40.016297348098099 ], [ -75.150343899945, 40.016296760991899 ], [ -75.150317796482099, 40.016340564080998 ], [ -75.150246375958403, 40.016454236884201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2122 N 32ND ST", "addr_range": "2120-2124 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1007, "objectid": 8528, "Shape__Area": 159.4140625, "Shape__Length": 65.089438618037178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185353593312598, 39.989033113610802 ], [ -75.185588239345094, 39.989064841588103 ], [ -75.185597153780606, 39.989024661136398 ], [ -75.185362552896294, 39.988991741246799 ], [ -75.185353593312598, 39.989033113610802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "620 UNION ST", "addr_range": "620-640 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 966, "objectid": 8529, "Shape__Area": 153.1328125, "Shape__Length": 58.170135646942413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201515770242494, 39.963645318747901 ], [ -75.201329756109104, 39.963666383466403 ], [ -75.2013300363366, 39.963667840309398 ], [ -75.201339164543796, 39.963713759176201 ], [ -75.201526557290904, 39.963691780807999 ], [ -75.201536427021793, 39.963690624197902 ], [ -75.201527107658606, 39.9636464265283 ], [ -75.2015265874535, 39.963644093984598 ], [ -75.201515770242494, 39.963645318747901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5619 HEISKELL ST", "addr_range": "5615-5621 HEISKELL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 716, "objectid": 8530, "Shape__Area": 122.87890625, "Shape__Length": 54.591012614138144 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169528909030205, 40.038986726123298 ], [ -75.169495756804196, 40.038988802392304 ], [ -75.169480432653302, 40.0389897474641 ], [ -75.169421722566199, 40.0389932966171 ], [ -75.169410028904494, 40.038994146646701 ], [ -75.169365143953598, 40.03899594216 ], [ -75.169368919874103, 40.039035084965498 ], [ -75.169472591975193, 40.0390299348485 ], [ -75.1695012999011, 40.039027807394199 ], [ -75.169562228285898, 40.039023291694001 ], [ -75.169558122821599, 40.038983964895401 ], [ -75.169528909030205, 40.038986726123298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6047 CHESTER AVE", "addr_range": "6045-6047 CHESTER AVE", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1432, "objectid": 8531, "Shape__Area": 226.65625, "Shape__Length": 88.878859467994829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232738669351306, 39.932915946715298 ], [ -75.232905812252596, 39.933055936976501 ], [ -75.232914397624995, 39.9330632829245 ], [ -75.232948272360105, 39.933092187046398 ], [ -75.232973788338597, 39.933111671589899 ], [ -75.233011689071802, 39.933085051851599 ], [ -75.232987177875401, 39.9330644766383 ], [ -75.232953000106903, 39.933035791126201 ], [ -75.232944451432104, 39.933028591948002 ], [ -75.232777646544093, 39.932888544290599 ], [ -75.232738669351306, 39.932915946715298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "122 HERMAN ST", "addr_range": "122 HERMAN ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 3700, "objectid": 8532, "Shape__Area": 604.3359375, "Shape__Length": 111.98639950519038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176804292036394, 40.042809540459203 ], [ -75.176908866503297, 40.0428736544294 ], [ -75.177093768172398, 40.042987539103798 ], [ -75.177176028814202, 40.042908896224297 ], [ -75.176989179117498, 40.042794386893803 ], [ -75.176886408867404, 40.042730798154103 ], [ -75.176804292036394, 40.042809540459203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2153 BELLMORE ST", "addr_range": "2141-2153 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1233, "objectid": 8533, "Shape__Area": 52.390625, "Shape__Length": 41.760115381565356 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114103803080695, 39.988498696068 ], [ -75.114243710664596, 39.988438235954703 ], [ -75.114225765146301, 39.988413578911498 ], [ -75.114096339648299, 39.988487967288599 ], [ -75.114103803080695, 39.988498696068 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5532 PASCHALL AVE", "addr_range": "5532-5536 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 877, "objectid": 8534, "Shape__Area": 138.1015625, "Shape__Length": 58.640947054711184 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219728977094505, 39.933704937154801 ], [ -75.219690103043405, 39.933732240239102 ], [ -75.219784293683205, 39.933812482820699 ], [ -75.219830386894699, 39.933852298607697 ], [ -75.219869926822497, 39.933824526328699 ], [ -75.219821497649505, 39.9337834174435 ], [ -75.219728977094505, 39.933704937154801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5044 HOOPES ST", "addr_range": "5042-5044 HOOPES ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 807, "objectid": 8535, "Shape__Area": 129.796875, "Shape__Length": 57.722162268344647 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221954124343299, 39.967633100729202 ], [ -75.221904596056106, 39.967638812032199 ], [ -75.221930749626395, 39.967797875784498 ], [ -75.221980278630298, 39.967792148265602 ], [ -75.221954124343299, 39.967633100729202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5011 BROWN ST", "addr_range": "5011 BROWN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 997, "objectid": 8536, "Shape__Area": 151.28515625, "Shape__Length": 64.096299373696425 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220699948447105, 39.965990766005497 ], [ -75.220737775149502, 39.966169302144799 ], [ -75.220789372107902, 39.966163701838397 ], [ -75.220750672043707, 39.965984968970098 ], [ -75.220699948447105, 39.965990766005497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2146 N 27TH ST", "addr_range": "2146-2148 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 859, "objectid": 8537, "Shape__Area": 136.0, "Shape__Length": 56.087131267242711 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177406684558207, 39.988502551869502 ], [ -75.177599806677307, 39.988529432659803 ], [ -75.177607791154301, 39.988494599206099 ], [ -75.177609495541503, 39.9884872067638 ], [ -75.177417169997696, 39.988460327623301 ], [ -75.177414795618503, 39.988469914326302 ], [ -75.177406684558207, 39.988502551869502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6137 BAYNTON ST", "addr_range": "100-102 E PASTORIUS ST; 6133-6137 BAYNTON ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1148, "objectid": 8538, "Shape__Area": 188.68359375, "Shape__Length": 72.512953224474629 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177213409190202, 40.043387746944397 ], [ -75.177257990718701, 40.043414521530401 ], [ -75.1772822001099, 40.043391141946501 ], [ -75.177328916218599, 40.043345538467797 ], [ -75.177376466332205, 40.043299549096702 ], [ -75.177424497478995, 40.043252991131297 ], [ -75.177379632277805, 40.043225969685999 ], [ -75.177308957556406, 40.043294990829402 ], [ -75.177283235678104, 40.043320108828702 ], [ -75.177237822107202, 40.043364534109699 ], [ -75.177213409190202, 40.043387746944397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5511 SPRUCE ST", "addr_range": "5509-5513 SPRUCE ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1840, "objectid": 8539, "Shape__Area": 291.28125, "Shape__Length": 88.906119406073032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232328404485997, 39.955750598334298 ], [ -75.232399408641399, 39.955759684378897 ], [ -75.232449824376999, 39.955511584223103 ], [ -75.232379448726206, 39.955502447125198 ], [ -75.232372917415006, 39.955533463844503 ], [ -75.232362121814703, 39.955586259564697 ], [ -75.232328404485997, 39.955750598334298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2600 W MONTGOMERY AVE", "addr_range": "2600 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1380, "objectid": 8540, "Shape__Area": 218.65625, "Shape__Length": 73.96520609015549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177086209105497, 39.982475376701203 ], [ -75.177083465649204, 39.982484198271301 ], [ -75.177044025292801, 39.982675686383303 ], [ -75.177106942669695, 39.982684190581097 ], [ -75.177108631079307, 39.982684421249203 ], [ -75.177131221512099, 39.982576537777902 ], [ -75.177151242729096, 39.982492229343698 ], [ -75.177153576602606, 39.982483738271398 ], [ -75.177086209105497, 39.982475376701203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "51 E PASTORIUS ST", "addr_range": "51-53 E PASTORIUS ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 3000, "objectid": 8541, "Shape__Area": 471.125, "Shape__Length": 90.752114541543861 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178480373326394, 40.0427373001014 ], [ -75.178628264208399, 40.042828946627601 ], [ -75.178686468660203, 40.042863714820797 ], [ -75.178695390878204, 40.042854096246899 ], [ -75.178749508732096, 40.042802984251097 ], [ -75.178776404122203, 40.042776762342001 ], [ -75.178569117518805, 40.042651933919899 ], [ -75.178524495327594, 40.042694844781401 ], [ -75.178480373326394, 40.0427373001014 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1911 W VENANGO ST", "addr_range": "1907-1913 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2080, "objectid": 8542, "Shape__Area": 332.13671875, "Shape__Length": 117.01088957741331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159825237464204, 40.009171555581801 ], [ -75.159882028055094, 40.009178656447197 ], [ -75.159959710832098, 40.008824932878198 ], [ -75.159903548544605, 40.0088178633384 ], [ -75.159825237464204, 40.009171555581801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2334 N BROAD ST", "addr_range": "2334 N BROAD ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 1689, "objectid": 8543, "Shape__Area": 267.72265625, "Shape__Length": 92.658546058874435 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155867707735993, 39.988828180543102 ], [ -75.156218256297706, 39.988875193639501 ], [ -75.156228240226497, 39.9888300097656 ], [ -75.156192371525805, 39.988824249890101 ], [ -75.155877393742301, 39.988782522332599 ], [ -75.155867707735993, 39.988828180543102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "541 N CONESTOGA ST", "addr_range": "532-550 N 54TH ST; 531-543 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 840, "objectid": 8544, "Shape__Area": 132.83984375, "Shape__Length": 65.444128396096019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2290096860864, 39.968797818767101 ], [ -75.228760518703794, 39.968823454680603 ], [ -75.228766908376002, 39.9688545443232 ], [ -75.228767208502404, 39.968856017740798 ], [ -75.2290160370802, 39.968829890531197 ], [ -75.2290096860864, 39.968797818767101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2344 N CLEVELAND ST", "addr_range": "2340-2348 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 710, "objectid": 8545, "Shape__Area": 112.54296875, "Shape__Length": 49.277796376542319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162680319511395, 39.989739942017998 ], [ -75.162844589729801, 39.989762778843499 ], [ -75.162853724995102, 39.989721556049801 ], [ -75.162689446234197, 39.989698976733102 ], [ -75.162680319511395, 39.989739942017998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "28 REGER ST", "addr_range": "28-32 REGER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1909, "objectid": 8546, "Shape__Area": 302.49609375, "Shape__Length": 76.138157579445149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1651908634704, 40.028874583045301 ], [ -75.165127708939906, 40.028935593747697 ], [ -75.165316025979294, 40.029040903364098 ], [ -75.165381696475293, 40.028969407322997 ], [ -75.165333797195004, 40.0289437298471 ], [ -75.165329400850695, 40.028948499080698 ], [ -75.1651908634704, 40.028874583045301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2732 HELEN ST", "addr_range": "2728-2732 HELEN ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 434, "objectid": 8547, "Shape__Area": 68.80859375, "Shape__Length": 38.80901493992414 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122440547571401, 39.9891763578904 ], [ -75.122516151245193, 39.989259494731499 ], [ -75.122550474531394, 39.9892417427141 ], [ -75.122475627787594, 39.989157994306701 ], [ -75.122440547571401, 39.9891763578904 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "107 W ROOSEVELT BLVD", "addr_range": "101-119 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1760, "objectid": 8548, "Shape__Area": 273.25, "Shape__Length": 85.13070690295649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123691728980901, 40.026023456266699 ], [ -75.123751573064595, 40.026257517606297 ], [ -75.123802366303806, 40.026249765331798 ], [ -75.123821092621995, 40.026247017456299 ], [ -75.123761042594495, 40.0260127901646 ], [ -75.123691728980901, 40.026023456266699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "911 N MAY ST", "addr_range": "901-911 N MAY ST; 904 N MARKOE ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 825, "objectid": 8549, "Shape__Area": 130.5546875, "Shape__Length": 52.077828660005196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215182090360003, 39.969685855095101 ], [ -75.215194007966005, 39.969684846150898 ], [ -75.215197154132497, 39.969713350338402 ], [ -75.215177806658005, 39.969714196052301 ], [ -75.2151798302976, 39.969730730874097 ], [ -75.215319066043307, 39.969719508638697 ], [ -75.215310768689903, 39.969657168909201 ], [ -75.215179799939605, 39.969667525893001 ], [ -75.215182090360003, 39.969685855095101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3538 N 19TH ST", "addr_range": "3538 N 19TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1840, "objectid": 8550, "Shape__Area": 295.1015625, "Shape__Length": 102.34926324030231 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159737294367702, 40.008198623936501 ], [ -75.159729190006601, 40.008242899929201 ], [ -75.159961503450802, 40.008274593968103 ], [ -75.159970105136097, 40.008274465453603 ], [ -75.160122638736496, 40.008295623097602 ], [ -75.160132519322104, 40.008249806768802 ], [ -75.159737294367702, 40.008198623936501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2520 N 10TH ST", "addr_range": "2512-2526 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1188, "objectid": 8551, "Shape__Area": 185.8125, "Shape__Length": 66.740352304883714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148302749146595, 39.990545640926598 ], [ -75.148535575113399, 39.990574888899097 ], [ -75.148545427675302, 39.990527250921403 ], [ -75.148312026513807, 39.990497151978701 ], [ -75.148302749146595, 39.990545640926598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2446 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 733, "objectid": 8552, "Shape__Area": 116.30859375, "Shape__Length": 53.05745563348394 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178525627990595, 39.993315919242796 ], [ -75.178516178117903, 39.993314740755402 ], [ -75.178339756354205, 39.993292556332499 ], [ -75.178331503614004, 39.993330076046398 ], [ -75.178507855586503, 39.993352435514602 ], [ -75.178517659438697, 39.993353670587197 ], [ -75.178525627990595, 39.993315919242796 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2962 N TANEY ST", "addr_range": "2960-2962 N TANEY ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 720, "objectid": 8553, "Shape__Area": 121.578125, "Shape__Length": 51.751530454470895 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174091249206896, 40.001065146086397 ], [ -75.174265820444006, 40.0010868914352 ], [ -75.174274873292902, 40.001045474106299 ], [ -75.174100191903506, 40.0010227748284 ], [ -75.174091249206896, 40.001065146086397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2337 N 16TH ST", "addr_range": "2329-2339 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1290, "objectid": 8554, "Shape__Area": 206.41796875, "Shape__Length": 79.978025769203612 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1585356239829, 39.989121735637298 ], [ -75.1588350992226, 39.9891644762968 ], [ -75.158844177215798, 39.989123189404097 ], [ -75.158544956872404, 39.989080373427697 ], [ -75.158542312337303, 39.989092548630303 ], [ -75.1585356239829, 39.989121735637298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6143 YOCUM ST", "addr_range": "6141-6149 YOCUM ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1135, "objectid": 8555, "Shape__Area": 179.65234375, "Shape__Length": 72.989353498141639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2310811552384, 39.928877067495598 ], [ -75.231042392849801, 39.928904432582598 ], [ -75.231227959273298, 39.9290602211045 ], [ -75.231266721742799, 39.9290328541544 ], [ -75.2310811552384, 39.928877067495598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "939 CHURCH LN", "addr_range": "939 CHURCH LN", "zipcode": 19138, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1218, "objectid": 8556, "Shape__Area": 190.9609375, "Shape__Length": 75.197724040367461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158537277687699, 40.045303684895003 ], [ -75.158562806238706, 40.045304677073702 ], [ -75.158591481497098, 40.0452993421261 ], [ -75.158524676860296, 40.045085819918498 ], [ -75.158472152271798, 40.0450955273365 ], [ -75.158537277687699, 40.045303684895003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2146 BELLMORE ST", "addr_range": "2136-2152 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 662, "objectid": 8557, "Shape__Area": 104.74609375, "Shape__Length": 47.778944571457259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114378012955399, 39.988450362822398 ], [ -75.114402359807997, 39.988485048436999 ], [ -75.114545788723504, 39.988425119338899 ], [ -75.114519564462995, 39.988390213143198 ], [ -75.114378012955399, 39.988450362822398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2326 W MONTGOMERY AVE", "addr_range": "2326-2338 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1449, "objectid": 8558, "Shape__Area": 229.30078125, "Shape__Length": 64.301463978482275 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172988853202995, 39.982161282987398 ], [ -75.173083396891201, 39.982174077486697 ], [ -75.1731156360065, 39.982028513806902 ], [ -75.173021292444901, 39.982015450816398 ], [ -75.172988853202995, 39.982161282987398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "50 E PASTORIUS ST", "addr_range": "48-54 E PASTORIUS ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1839, "objectid": 8559, "Shape__Area": 296.140625, "Shape__Length": 79.154474851539021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178138609137704, 40.042558199174998 ], [ -75.178242674937096, 40.042620816561403 ], [ -75.178348886153302, 40.042682724131602 ], [ -75.178403828044694, 40.042629792685098 ], [ -75.1782972787407, 40.042565733193598 ], [ -75.178194598429599, 40.042503677570203 ], [ -75.178175548557206, 40.042522643478499 ], [ -75.178138609137704, 40.042558199174998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "265 ZERALDA ST", "addr_range": "265 ZERALDA ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1171, "objectid": 8560, "Shape__Area": 185.578125, "Shape__Length": 70.442259612530847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1641298953692, 40.021639598581601 ], [ -75.164300242038394, 40.021787867930001 ], [ -75.164314981302596, 40.021776335259901 ], [ -75.164342892336407, 40.021759715614799 ], [ -75.164333805356307, 40.021751096432503 ], [ -75.164266791756603, 40.021691201749597 ], [ -75.164173386866196, 40.021609175795 ], [ -75.1641298953692, 40.021639598581601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1226 W YORK ST", "addr_range": "2361 N CAMAC ST; 2348-2350 N FAWN ST; 1216-1226 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "9", "parcelarea": 1071, "objectid": 8561, "Shape__Area": 166.40625, "Shape__Length": 63.213795926354415 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152756592423401, 39.988925001536401 ], [ -75.152767455752596, 39.988926440308198 ], [ -75.152802735711006, 39.988756867689403 ], [ -75.152793873232795, 39.988755731887899 ], [ -75.152743655856398, 39.988749259701002 ], [ -75.152708321748193, 39.988918590507502 ], [ -75.152756592423401, 39.988925001536401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2630 N DARIEN ST", "addr_range": "2626-2630 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 524, "objectid": 8562, "Shape__Area": 82.08203125, "Shape__Length": 41.731239989839665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145866557367398, 39.991852768905503 ], [ -75.146004932183999, 39.991871030076901 ], [ -75.1460125035548, 39.991834818625598 ], [ -75.145874363780905, 39.991817547610097 ], [ -75.145866557367398, 39.991852768905503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2820 W SUSQUEHANNA AVE", "addr_range": "2816-2820 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 999, "objectid": 8563, "Shape__Area": 158.109375, "Shape__Length": 62.255373892934536 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179411355131805, 39.9890362176575 ], [ -75.179374515088597, 39.9892038933219 ], [ -75.179430978329194, 39.989211509118398 ], [ -75.179468082758305, 39.989043436608199 ], [ -75.179411355131805, 39.9890362176575 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6050 KINGSESSING AVE", "addr_range": "6048-6052 KINGSESSING AVE", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1175, "objectid": 8564, "Shape__Area": 185.984375, "Shape__Length": 72.756738465855761 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231188205035295, 39.931480844870499 ], [ -75.231369759877694, 39.931635178975 ], [ -75.231410953742497, 39.931606697652498 ], [ -75.231228512126904, 39.931452037798103 ], [ -75.231188205035295, 39.931480844870499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4819 GREENE ST", "addr_range": "4815-4819 GREENE ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1293, "objectid": 8565, "Shape__Area": 204.93359375, "Shape__Length": 79.309480581908872 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163009715646794, 40.0264743793823 ], [ -75.163046181342494, 40.0265028944142 ], [ -75.163118177273404, 40.026450338212598 ], [ -75.163261004562301, 40.026346036491702 ], [ -75.163257839197101, 40.026342708926698 ], [ -75.163226585642207, 40.0263099756842 ], [ -75.163009715646794, 40.0264743793823 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2318 W MONTGOMERY AVE", "addr_range": "2318-2320 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1038, "objectid": 8566, "Shape__Area": 164.515625, "Shape__Length": 67.380398081908297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172866853674805, 39.981937718689402 ], [ -75.172819002046396, 39.9819628870423 ], [ -75.172781417494704, 39.982132784108202 ], [ -75.172834114608307, 39.9821400276982 ], [ -75.172863088454307, 39.9820104314879 ], [ -75.172874837272701, 39.981954808179502 ], [ -75.172866853674805, 39.981937718689402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "351 N ROBINSON ST", "addr_range": "351 N ROBINSON ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1022, "objectid": 8567, "Shape__Area": 161.9296875, "Shape__Length": 64.836013026325759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241896645691298, 39.968026483517399 ], [ -75.241887388918997, 39.968068417023701 ], [ -75.241991041251794, 39.9680810801188 ], [ -75.242002341296896, 39.968082536242498 ], [ -75.242120382474795, 39.968097012073997 ], [ -75.242129261765001, 39.968055118054203 ], [ -75.241896645691298, 39.968026483517399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1947 E CUMBERLAND ST", "addr_range": "1945-1947 E CUMBERLAND ST; 2502-2512 EMERALD ST", "zipcode": 19125, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1011, "objectid": 8568, "Shape__Area": 160.546875, "Shape__Length": 63.132719067055589 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127670908634599, 39.985789272863002 ], [ -75.1277027674696, 39.985825465187901 ], [ -75.127889358024007, 39.985727285189299 ], [ -75.127857132914002, 39.985690779100999 ], [ -75.127670908634599, 39.985789272863002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "139 N YEWDALL ST", "addr_range": "137-141 N YEWDALL ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 831, "objectid": 8569, "Shape__Area": 131.4375, "Shape__Length": 55.556127780172901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2284483962557, 39.962981109118097 ], [ -75.228641207912801, 39.9630058351107 ], [ -75.228649962055002, 39.962964680730998 ], [ -75.228457709578095, 39.962940129219298 ], [ -75.2284483962557, 39.962981109118097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1216 W HUNTINGDON ST", "addr_range": "1216 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 919, "objectid": 8570, "Shape__Area": 138.71484375, "Shape__Length": 59.094048923890973 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151675698711401, 39.991875255472998 ], [ -75.151727306290397, 39.991882129864898 ], [ -75.151759068936698, 39.991725695819397 ], [ -75.151759607586001, 39.991720404614298 ], [ -75.151746177617895, 39.991718649965399 ], [ -75.151708787942098, 39.991713789543802 ], [ -75.151707827890405, 39.991716960121799 ], [ -75.151707321958398, 39.991718640782899 ], [ -75.151675698711401, 39.991875255472998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2430 N DOUGLAS ST", "addr_range": "2428-2430 N DOUGLAS ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 736, "objectid": 8571, "Shape__Area": 116.5234375, "Shape__Length": 51.380274159169019 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185310252146294, 39.993916888356601 ], [ -75.1854855141071, 39.993942113915899 ], [ -75.185494238547506, 39.993901461594703 ], [ -75.185319443950604, 39.993877728648599 ], [ -75.185310252146294, 39.993916888356601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1300 N 51ST ST", "addr_range": "1300 N 51ST ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1366, "objectid": 8572, "Shape__Area": 208.4453125, "Shape__Length": 72.471142801313107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224055171794305, 39.973318869424403 ], [ -75.224058469724596, 39.9733366574456 ], [ -75.224316559384206, 39.973309922173101 ], [ -75.224316088024395, 39.973302851577202 ], [ -75.224313758185502, 39.973290016936197 ], [ -75.224308936432607, 39.9732636359022 ], [ -75.224308411115203, 39.973260819532697 ], [ -75.224108993291495, 39.973281769831203 ], [ -75.224097866614898, 39.973282911548601 ], [ -75.224082261438696, 39.973284502491097 ], [ -75.224049398879004, 39.973287648000699 ], [ -75.224055171794305, 39.973318869424403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "214 N 60TH ST", "addr_range": "214 N 60TH ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1150, "objectid": 8573, "Shape__Area": 182.25, "Shape__Length": 72.516401997754699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.240119714273803, 39.965615056618198 ], [ -75.240387482000699, 39.965649089510499 ], [ -75.240395469557498, 39.965611512583699 ], [ -75.240396029873594, 39.965608833571203 ], [ -75.240394089587895, 39.965608581201202 ], [ -75.240128336372905, 39.9655733346004 ], [ -75.240119714273803, 39.965615056618198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2459 N BOUVIER ST", "addr_range": "2457-2459 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES", "numparcels": "2", "parcelarea": 628, "objectid": 8574, "Shape__Area": 99.640625, "Shape__Length": 49.540718034780582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160883593592004, 39.9913314317781 ], [ -75.161057917060901, 39.991355610612203 ], [ -75.1610656297172, 39.991320949483203 ], [ -75.160891214266499, 39.991297526338798 ], [ -75.160883593592004, 39.9913314317781 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3329 N 17TH ST", "addr_range": "3323-3343 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 2493, "objectid": 8575, "Shape__Area": 398.40234375, "Shape__Length": 105.55253906188939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156672042362601, 40.004613281880403 ], [ -75.157059037059994, 40.004662596893098 ], [ -75.157072284188501, 40.004602237821402 ], [ -75.156686414784801, 40.004549819933601 ], [ -75.156672042362601, 40.004613281880403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2333 N 15TH ST", "addr_range": "2327-2349 N 15TH ST; 1442 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1437, "objectid": 8576, "Shape__Area": 232.21875, "Shape__Length": 82.554350202376668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156965263832006, 39.988901373714803 ], [ -75.157270986967902, 39.988942906323103 ], [ -75.157281052750207, 39.988897708003996 ], [ -75.1569756525477, 39.988855392521302 ], [ -75.1569736174159, 39.988864761276503 ], [ -75.156965263832006, 39.988901373714803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2730 W STERNER ST", "addr_range": "2730 W STERNER ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 630, "objectid": 8577, "Shape__Area": 99.15234375, "Shape__Length": 47.004649841903465 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176273260058807, 39.997201030823398 ], [ -75.176322050808807, 39.9972071532953 ], [ -75.176347938602902, 39.997084852854599 ], [ -75.176298975618295, 39.997078887811199 ], [ -75.176273260058807, 39.997201030823398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3334 N 16TH ST", "addr_range": "3328-3350 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 2126, "objectid": 8578, "Shape__Area": 350.16796875, "Shape__Length": 103.12726206465801 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1556812194885, 40.0045236589064 ], [ -75.156067945631406, 40.0045684742405 ], [ -75.156078958135893, 40.004516671290901 ], [ -75.155693854196201, 40.004466204522402 ], [ -75.1556812194885, 40.0045236589064 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2424 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 745, "objectid": 8579, "Shape__Area": 118.06640625, "Shape__Length": 53.377961137367592 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178618043712206, 39.992899376243997 ], [ -75.178608115948194, 39.992898105065201 ], [ -75.178430988474901, 39.992875745470201 ], [ -75.178422726733103, 39.992913505557297 ], [ -75.178599691463901, 39.992936298507402 ], [ -75.1786094717922, 39.992937565482897 ], [ -75.178618043712206, 39.992899376243997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3340 N 16TH ST", "addr_range": "3328-3350 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 2685, "objectid": 8580, "Shape__Area": 431.2890625, "Shape__Length": 107.01545506487686 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155638080307398, 40.004717332647402 ], [ -75.156024959368906, 40.004765809688003 ], [ -75.156039916913898, 40.004699653471697 ], [ -75.155653774314302, 40.004649451449097 ], [ -75.155638080307398, 40.004717332647402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1832 N ETTING ST", "addr_range": "1828-1832 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 591, "objectid": 8581, "Shape__Area": 91.3671875, "Shape__Length": 43.718197623422334 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178956098451707, 39.983715577418501 ], [ -75.179100082780295, 39.983734825554897 ], [ -75.179107622612307, 39.983696758242999 ], [ -75.178964511467001, 39.9836770944869 ], [ -75.178956098451707, 39.983715577418501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2330 W MONTGOMERY AVE", "addr_range": "2326-2338 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1158, "objectid": 8582, "Shape__Area": 183.296875, "Shape__Length": 71.564536803556791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173240908353705, 39.981979194838303 ], [ -75.173177274113797, 39.982004461287197 ], [ -75.173137566795305, 39.982181709905802 ], [ -75.173194747538204, 39.9821895702812 ], [ -75.173240908353705, 39.981979194838303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4540 WAYNE AVE", "addr_range": "4536-4540 WAYNE AVE", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1434, "objectid": 8583, "Shape__Area": 222.69921875, "Shape__Length": 83.459197735437527 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162547624321903, 40.022467456190803 ], [ -75.162778823337504, 40.0223081977663 ], [ -75.162741582867696, 40.022275566418799 ], [ -75.162500527948694, 40.022441615286901 ], [ -75.162547624321903, 40.022467456190803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "119 E WASHINGTON LN", "addr_range": "119 E WASHINGTON LN", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 3333, "objectid": 8584, "Shape__Area": 529.0234375, "Shape__Length": 112.21805207457358 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179150847626502, 40.045053348540499 ], [ -75.179461188166698, 40.045241834218203 ], [ -75.179472711837093, 40.045230517728001 ], [ -75.179527737758306, 40.045178184072398 ], [ -75.179355642100802, 40.045072004531001 ], [ -75.179216464165293, 40.044988274819502 ], [ -75.179150847626502, 40.045053348540499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "632-40 N 35TH ST", "addr_range": "632-40 N 35TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 4647, "objectid": 8585, "Shape__Area": 1268.421875, "Shape__Length": 143.03183314781884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.193328763057906, 39.9648121381015 ], [ -75.193364712613203, 39.965003070643498 ], [ -75.193693075247296, 39.964964868054601 ], [ -75.193657283940894, 39.964774871703703 ], [ -75.193647186161002, 39.964775452224103 ], [ -75.193639095325096, 39.964731007270103 ], [ -75.193627480741796, 39.964732377514501 ], [ -75.193347659751396, 39.964764781454001 ], [ -75.193319108782504, 39.964768078151799 ], [ -75.193328763057906, 39.9648121381015 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5534 PASCHALL AVE", "addr_range": "5532-5536 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 925, "objectid": 8586, "Shape__Area": 146.37890625, "Shape__Length": 59.254634280369288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219770551768093, 39.933675952907997 ], [ -75.219728977094505, 39.933704937154801 ], [ -75.219821497649505, 39.9337834174435 ], [ -75.219869926822497, 39.933824526328699 ], [ -75.219911120121495, 39.933795694896098 ], [ -75.219872623727696, 39.933762204175402 ], [ -75.219862708411895, 39.933754053922399 ], [ -75.219770551768093, 39.933675952907997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3708 BROWN ST", "addr_range": "3700-3710 BROWN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1642, "objectid": 8587, "Shape__Area": 260.13671875, "Shape__Length": 79.864886256296387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197139082473299, 39.967775293134203 ], [ -75.197180034111696, 39.967991739352698 ], [ -75.197252611754607, 39.967983714196698 ], [ -75.197218413599202, 39.967801092467198 ], [ -75.197211661702596, 39.967767250925299 ], [ -75.197149843555195, 39.967773774691402 ], [ -75.197139082473299, 39.967775293134203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5427 JEFFERSON ST", "addr_range": "5427 JEFFERSON ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1758, "objectid": 8588, "Shape__Area": 234.28125, "Shape__Length": 82.890333026545434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231802969904805, 39.979053868441099 ], [ -75.231848989003495, 39.979290054333902 ], [ -75.231908977656303, 39.9792831391145 ], [ -75.231862961964495, 39.9790469506219 ], [ -75.231802969904805, 39.979053868441099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4536 WAYNE AVE", "addr_range": "4536-4540 WAYNE AVE", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1481, "objectid": 8589, "Shape__Area": 222.47265625, "Shape__Length": 89.170333931785962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162453377512094, 40.022415810086301 ], [ -75.162703905544603, 40.022243236065698 ], [ -75.162683331162498, 40.022225582043802 ], [ -75.162640784599603, 40.0222548912025 ], [ -75.162623682764405, 40.0222402175797 ], [ -75.162406340062404, 40.022389931726202 ], [ -75.162453377512094, 40.022415810086301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2746 FRANKFORD AVE", "addr_range": "2736-2746 FRANKFORD AVE", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1027, "objectid": 8590, "Shape__Area": 162.625, "Shape__Length": 60.135245460217803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.121188673720496, 39.988225913802701 ], [ -75.121145594231294, 39.9882636154531 ], [ -75.121270305096601, 39.988383309982197 ], [ -75.1212743616898, 39.988380855684703 ], [ -75.121319838775193, 39.988353236442897 ], [ -75.121188673720496, 39.988225913802701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2557 CADWALLADER ST", "addr_range": "918 W HUNTINGDON ST; 2554-2562 N HUTCHINSON ST; 2555-2567 CADWALLADER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 713, "objectid": 8591, "Shape__Area": 113.0078125, "Shape__Length": 55.574027542504979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147390620690004, 39.991002401969098 ], [ -75.147386511097693, 39.991025424463302 ], [ -75.147382186655193, 39.991045830928599 ], [ -75.147486572117401, 39.991003836070298 ], [ -75.147497376527198, 39.990999696683701 ], [ -75.147504946472296, 39.9909952569013 ], [ -75.147515334490805, 39.9909915594829 ], [ -75.147537358921795, 39.990981758392103 ], [ -75.147553516486596, 39.990975789666201 ], [ -75.147571442207095, 39.990967362498402 ], [ -75.147548485779893, 39.9909364073334 ], [ -75.147513439419598, 39.990951877925397 ], [ -75.1475053065559, 39.990956304043699 ], [ -75.14746486013, 39.990971587307598 ], [ -75.147443986808398, 39.990981398267003 ], [ -75.1474301341391, 39.990986338916699 ], [ -75.147417979942901, 39.990991770389201 ], [ -75.147390620690004, 39.991002401969098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3818 N 10TH ST", "addr_range": "3814-3818 N 10TH ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 832, "objectid": 8592, "Shape__Area": 126.46484375, "Shape__Length": 53.755503384132666 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143978877615893, 40.010489755918101 ], [ -75.144163025706703, 40.010514181504803 ], [ -75.144171537642507, 40.010473205255899 ], [ -75.143987773448401, 40.010448061270203 ], [ -75.143983653096697, 40.010468037083498 ], [ -75.143978877615893, 40.010489755918101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5536 CHEW AVE", "addr_range": "5536 CHEW AVE", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1156, "objectid": 8593, "Shape__Area": 183.234375, "Shape__Length": 60.724782498788642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162480661568594, 40.043912479928601 ], [ -75.162536988504797, 40.043948986467399 ], [ -75.162667165629998, 40.043835275206803 ], [ -75.162610352381805, 40.043797226954602 ], [ -75.162480661568594, 40.043912479928601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "228 ZERALDA ST", "addr_range": "226-228 ZERALDA ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1135, "objectid": 8594, "Shape__Area": 182.7109375, "Shape__Length": 70.102849638050728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163254193349999, 40.022097845770702 ], [ -75.1632967418916, 40.022068536437303 ], [ -75.163125189980903, 40.021921332249804 ], [ -75.163082641491897, 40.021950640619501 ], [ -75.163254193349999, 40.022097845770702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2439 N 10TH ST", "addr_range": "2431-2455 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "13", "parcelarea": 992, "objectid": 8595, "Shape__Area": 158.15234375, "Shape__Length": 61.883591130162422 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148135688262002, 39.989470572533499 ], [ -75.148125768623004, 39.989514515678202 ], [ -75.148342244908505, 39.989543748497098 ], [ -75.148352320703296, 39.989500098103903 ], [ -75.148135688262002, 39.989470572533499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6808 CHEW AVE", "addr_range": "6806-6808 CHEW AVE", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1200, "objectid": 8596, "Shape__Area": 197.0625, "Shape__Length": 76.469140168286287 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183831779798496, 40.057025326089502 ], [ -75.183873677779502, 40.057051246809202 ], [ -75.1840547631584, 40.056879683169697 ], [ -75.184011051908698, 40.056852351586201 ], [ -75.183831779798496, 40.057025326089502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2335 N 31ST ST", "addr_range": "2335 N 31ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1058, "objectid": 8597, "Shape__Area": 160.37890625, "Shape__Length": 66.531902628442509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182810316139197, 39.992349230626303 ], [ -75.182567391279704, 39.992318171584699 ], [ -75.182558807266702, 39.992357888009202 ], [ -75.182801733332596, 39.992388949795703 ], [ -75.182810316139197, 39.992349230626303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1041 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 614, "objectid": 8598, "Shape__Area": 95.19140625, "Shape__Length": 46.321484946962514 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147875834132094, 39.9975308305781 ], [ -75.147922829140597, 39.997537296584397 ], [ -75.147949324457201, 39.997416353178302 ], [ -75.147901826834499, 39.997409859569203 ], [ -75.147875834132094, 39.9975308305781 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2427 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 741, "objectid": 8599, "Shape__Area": 117.53125, "Shape__Length": 52.891704901995965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178794103224405, 39.9929604316698 ], [ -75.178618275088994, 39.992938648388098 ], [ -75.1786094717922, 39.992937565482897 ], [ -75.178600908419099, 39.992975528759096 ], [ -75.178609938672196, 39.992976681621997 ], [ -75.178784907416897, 39.992999074568999 ], [ -75.178794103224405, 39.9929604316698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3120 EUCLID AVE", "addr_range": "3118-3124 EUCLID AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1005, "objectid": 8600, "Shape__Area": 160.02734375, "Shape__Length": 67.983991644431185 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185168775857207, 39.984761207519199 ], [ -75.185218296555504, 39.984767197645397 ], [ -75.185225402295998, 39.984729991582398 ], [ -75.185243696263299, 39.984648399541697 ], [ -75.185260065076406, 39.984574517662701 ], [ -75.185210088313895, 39.984568387614303 ], [ -75.185182591955396, 39.984690008571398 ], [ -75.185168775857207, 39.984761207519199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2449 N 28TH ST", "addr_range": "2445-2449 N 28TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 964, "objectid": 8601, "Shape__Area": 152.68359375, "Shape__Length": 63.878679694888966 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177404048837104, 39.993274893580598 ], [ -75.177635022850495, 39.993305925457001 ], [ -75.177643412617698, 39.993265942787502 ], [ -75.177412672124305, 39.993235367565397 ], [ -75.177404048837104, 39.993274893580598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5125 BROWN ST", "addr_range": "5123-5125 BROWN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1350, "objectid": 8602, "Shape__Area": 212.0, "Shape__Length": 72.963861039917134 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223157392655196, 39.965609941596803 ], [ -75.223227837112503, 39.9658027515258 ], [ -75.223291199170703, 39.965791139145402 ], [ -75.223220176493896, 39.965596398299198 ], [ -75.223157392655196, 39.965609941596803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2424 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 746, "objectid": 8603, "Shape__Area": 118.296875, "Shape__Length": 51.703567782467914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178904373429802, 39.992952359887497 ], [ -75.1790725910585, 39.992974262393801 ], [ -75.179081287187401, 39.992975391517497 ], [ -75.179086530165094, 39.992947058629802 ], [ -75.179089363255201, 39.9929347908502 ], [ -75.179081354690496, 39.992933756416001 ], [ -75.178913539712696, 39.992912298127699 ], [ -75.178912470547104, 39.992914547429599 ], [ -75.178904373429802, 39.992952359887497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2206 N 29TH ST", "addr_range": "2204-2206 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2054, "objectid": 8604, "Shape__Area": 325.21875, "Shape__Length": 102.66786228532143 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180306214894699, 39.989689343646198 ], [ -75.180695436340301, 39.989736631059799 ], [ -75.180705816365901, 39.989686586128798 ], [ -75.180559906417699, 39.989668570323502 ], [ -75.180315379966501, 39.989638755264401 ], [ -75.180306214894699, 39.989689343646198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5536 PASCHALL AVE", "addr_range": "5532-5536 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 877, "objectid": 8605, "Shape__Area": 135.19140625, "Shape__Length": 58.484462385464461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219809182771399, 39.933649014746699 ], [ -75.219770551768093, 39.933675952907997 ], [ -75.219862708411895, 39.933754053922399 ], [ -75.219872623727696, 39.933762204175402 ], [ -75.219911120121495, 39.933795694896098 ], [ -75.219950251011696, 39.933768847904197 ], [ -75.219922911852194, 39.933746113506203 ], [ -75.2199138326785, 39.933738579067096 ], [ -75.219901092820507, 39.933727577908897 ], [ -75.219809182771399, 39.933649014746699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6149 YOCUM ST", "addr_range": "6141-6149 YOCUM ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1135, "objectid": 8606, "Shape__Area": 179.65234375, "Shape__Length": 72.98944796958942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231197442383902, 39.928794967654802 ], [ -75.231158680055501, 39.928822333681303 ], [ -75.231344246521502, 39.928978122015302 ], [ -75.231383008930706, 39.928950754125601 ], [ -75.231197442383902, 39.928794967654802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4544 WAYNE AVE", "addr_range": "4544 WAYNE AVE", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1357, "objectid": 8607, "Shape__Area": 211.6015625, "Shape__Length": 78.270400149905896 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1626417791976, 40.0225197038231 ], [ -75.162854523045297, 40.022373157208499 ], [ -75.162815655216306, 40.022339804451804 ], [ -75.162593437016099, 40.022492878011498 ], [ -75.1626417791976, 40.0225197038231 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2617 N DARIEN ST", "addr_range": "801-813 W HUNTINGDON ST; 2611-2623 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 560, "objectid": 8608, "Shape__Area": 87.77734375, "Shape__Length": 42.763746538761957 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145673829670002, 39.991564282657102 ], [ -75.145667597299607, 39.991592882912897 ], [ -75.145807820624597, 39.991611556596801 ], [ -75.145815950340406, 39.991573922498198 ], [ -75.145675788466093, 39.991555267336203 ], [ -75.145673829670002, 39.991564282657102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1913 E STERNER ST", "addr_range": "1909-1919 E STERNER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 504, "objectid": 8609, "Shape__Area": 79.7890625, "Shape__Length": 40.131834680003124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122703001529601, 39.989296382005001 ], [ -75.122595454552695, 39.9893536772137 ], [ -75.122623376753097, 39.989384928816399 ], [ -75.122730819787293, 39.989327050939799 ], [ -75.122703001529601, 39.989296382005001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2557 N HUTCHINSON ST", "addr_range": "2553-2559 N HUTCHINSON ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 696, "objectid": 8610, "Shape__Area": 111.35546875, "Shape__Length": 52.924993176278804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146901202126003, 39.990947214709202 ], [ -75.146944014232204, 39.990953860268803 ], [ -75.146950824423897, 39.990954450808999 ], [ -75.147001793148505, 39.990961521900203 ], [ -75.147006354446503, 39.990961190149399 ], [ -75.147055055080799, 39.990968420619303 ], [ -75.1470618819762, 39.990968575437797 ], [ -75.147089156099, 39.990972176326601 ], [ -75.147097317220698, 39.990937461271898 ], [ -75.147093014678802, 39.990935993249103 ], [ -75.147071212598306, 39.990932871456003 ], [ -75.147064943514593, 39.990932955444102 ], [ -75.147034917847904, 39.990928985802803 ], [ -75.147021349226307, 39.990926485009602 ], [ -75.147008864911996, 39.990925767596899 ], [ -75.146975301766602, 39.990921121240703 ], [ -75.146959033715504, 39.990918511467001 ], [ -75.146955604153703, 39.990918869783201 ], [ -75.146946529541196, 39.990917792696102 ], [ -75.146908108026096, 39.990912488317903 ], [ -75.146901202126003, 39.990947214709202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1839 W VENANGO ST", "addr_range": "1837-1839 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1840, "objectid": 8611, "Shape__Area": 295.0390625, "Shape__Length": 104.91272919716538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159162939130397, 40.009039065389999 ], [ -75.159219262751094, 40.009046301113102 ], [ -75.159288392348699, 40.008733862294299 ], [ -75.159231169880201, 40.008726606316202 ], [ -75.159162939130397, 40.009039065389999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2141 CHELTEN AVE", "addr_range": "2141 CHELTEN AVE", "zipcode": 19138, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1476, "objectid": 8612, "Shape__Area": 234.0625, "Shape__Length": 85.516989582958757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157063015627401, 40.052269636745599 ], [ -75.157120655262403, 40.0522724856054 ], [ -75.157138439685795, 40.052022804844903 ], [ -75.157080460443197, 40.052020656522203 ], [ -75.157063015627401, 40.052269636745599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3001 W SUSQUEHANNA AVE", "addr_range": "3001-3003 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1177, "objectid": 8613, "Shape__Area": 186.30859375, "Shape__Length": 71.866527743252988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181897184005393, 39.989891710680901 ], [ -75.181952455620703, 39.989899232782399 ], [ -75.1819943562313, 39.989697287105997 ], [ -75.181944539069804, 39.989691272812998 ], [ -75.181939615992903, 39.989690678821397 ], [ -75.1819382807723, 39.989690520102599 ], [ -75.181921951444906, 39.989770446463297 ], [ -75.181897184005393, 39.989891710680901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "400 E ASHMEAD ST", "addr_range": "400 E ASHMEAD ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1017, "objectid": 8614, "Shape__Area": 161.203125, "Shape__Length": 63.257300241971016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162434472023406, 40.035255681899002 ], [ -75.162611514515902, 40.035363852815202 ], [ -75.162647483347996, 40.035329151420001 ], [ -75.1626434019351, 40.035326689810198 ], [ -75.162469460539299, 40.035221329690799 ], [ -75.162434472023406, 40.035255681899002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5817 CHESTER AVE", "addr_range": "5817 CHESTER AVE", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1873, "objectid": 8615, "Shape__Area": 296.46484375, "Shape__Length": 92.91086855595924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229139161363193, 39.935472357728699 ], [ -75.229372036998299, 39.9356709428138 ], [ -75.229378079602995, 39.935666690464203 ], [ -75.229421707238998, 39.935637055037901 ], [ -75.229191526361902, 39.9354358380048 ], [ -75.229163362510803, 39.935455560787403 ], [ -75.229139161363193, 39.935472357728699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5623 APPLETREE ST", "addr_range": "5623 APPLETREE ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 671, "objectid": 8616, "Shape__Area": 106.29296875, "Shape__Length": 48.785908206597888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233119693220104, 39.963208940960598 ], [ -75.233170041250602, 39.963214929707 ], [ -75.233175254225699, 39.9631929282166 ], [ -75.233196539201998, 39.963087731743599 ], [ -75.233145962554502, 39.963081721773897 ], [ -75.233136899941101, 39.963128431517198 ], [ -75.233130845467201, 39.963157281035599 ], [ -75.233128580716297, 39.963168096463299 ], [ -75.233119693220104, 39.963208940960598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "840 UNION ST", "addr_range": "840-846 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1457, "objectid": 8617, "Shape__Area": 230.546875, "Shape__Length": 107.3993909815249 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2023062927354, 39.968905596405499 ], [ -75.202313796689296, 39.968943466459798 ], [ -75.202427639717897, 39.968930665297997 ], [ -75.202449979069499, 39.968928260045303 ], [ -75.202460150456403, 39.968926261290399 ], [ -75.202509607824695, 39.968920863088499 ], [ -75.202517437273698, 39.968919892638397 ], [ -75.202584614847396, 39.968912356896297 ], [ -75.202591308072201, 39.9689109584669 ], [ -75.202614521385499, 39.968908136498897 ], [ -75.202638861230398, 39.968906000873197 ], [ -75.202646982531206, 39.968905085547803 ], [ -75.202659772443198, 39.9689031449076 ], [ -75.202685273240903, 39.968900808893402 ], [ -75.202715440228005, 39.968897480840504 ], [ -75.202741218655703, 39.9688938616397 ], [ -75.202738639093795, 39.968880522666502 ], [ -75.202737165574604, 39.968872913407701 ], [ -75.202597339155005, 39.968888121249897 ], [ -75.202589393610197, 39.968888815222499 ], [ -75.202587018148193, 39.968889020172497 ], [ -75.202584082172393, 39.968872352179503 ], [ -75.2023062927354, 39.968905596405499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1820 W HUNTINGDON ST", "addr_range": "1816-1822 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "4", "parcelarea": 863, "objectid": 8618, "Shape__Area": 133.890625, "Shape__Length": 59.866968684837651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162058735452604, 39.993216019472897 ], [ -75.162061155401304, 39.993216364160602 ], [ -75.162098979602604, 39.993050360509102 ], [ -75.162050376416502, 39.993043848688401 ], [ -75.162012959990406, 39.993209538956897 ], [ -75.162058735452604, 39.993216019472897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1856 N ETTING ST", "addr_range": "1854-1856 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 590, "objectid": 8619, "Shape__Area": 93.40625, "Shape__Length": 44.348480114847789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178856808623706, 39.984173990555099 ], [ -75.179002845853404, 39.9841933658738 ], [ -75.179011680897105, 39.984154812202704 ], [ -75.178865168556598, 39.984135829902797 ], [ -75.178856808623706, 39.984173990555099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1624 JEFFERSON ST", "addr_range": "1624-1626 JEFFERSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1649, "objectid": 8620, "Shape__Area": 267.23828125, "Shape__Length": 88.15566425808197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162760597783404, 39.976343210730697 ], [ -75.1628248405096, 39.976351993382302 ], [ -75.162878604662296, 39.9761093932132 ], [ -75.162880364956706, 39.976102227472097 ], [ -75.162816213400603, 39.976093301838198 ], [ -75.162814469940301, 39.976100548148402 ], [ -75.162760597783404, 39.976343210730697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2242 N 19TH ST", "addr_range": "2234-2254 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 907, "objectid": 8621, "Shape__Area": 149.01171875, "Shape__Length": 60.921498447143151 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164058796921793, 39.988332263996497 ], [ -75.164274626010098, 39.9883592257152 ], [ -75.164284350497198, 39.988317420532603 ], [ -75.164068494721306, 39.988291101553102 ], [ -75.164058796921793, 39.988332263996497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2002 N RANDOLPH ST", "addr_range": "2001-2017 GERMANTOWN AVE; 2002-2004, 2012, 2016-2018 N RANDOLPH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 607, "objectid": 8622, "Shape__Area": 96.234375, "Shape__Length": 42.845514336114583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143418522416994, 39.981655661089597 ], [ -75.1435514478963, 39.981672865780403 ], [ -75.143560847338406, 39.981629523859098 ], [ -75.143427912223203, 39.981611931518998 ], [ -75.143418522416994, 39.981655661089597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1412 N 17TH ST", "addr_range": "1412-1418 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2180, "objectid": 8623, "Shape__Area": 345.43359375, "Shape__Length": 94.27855074351379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163623176793905, 39.975515202563997 ], [ -75.163959959169304, 39.975558884619097 ], [ -75.163961588695003, 39.9755534891165 ], [ -75.163964167087798, 39.975540796946099 ], [ -75.163973829810203, 39.9754972487545 ], [ -75.163942669822802, 39.975493484895097 ], [ -75.163867061311706, 39.975483333956603 ], [ -75.163784872055302, 39.975472694974201 ], [ -75.163707091618605, 39.975462931072002 ], [ -75.163636354332894, 39.975453599766801 ], [ -75.163623176793905, 39.975515202563997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2615 N 29TH ST", "addr_range": "2615-2617 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1186, "objectid": 8624, "Shape__Area": 187.85546875, "Shape__Length": 69.971993021341731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178439437419797, 39.995902901098603 ], [ -75.1786900879043, 39.995937080779598 ], [ -75.178699850301896, 39.995891809222201 ], [ -75.178474680857306, 39.995861651266097 ], [ -75.178448698112007, 39.995858167936198 ], [ -75.178439437419797, 39.995902901098603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2264 N CHADWICK ST", "addr_range": "2256-2264 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "5", "parcelarea": 705, "objectid": 8625, "Shape__Area": 110.50390625, "Shape__Length": 50.591074901998063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160261815212095, 39.988158766605601 ], [ -75.160430964886999, 39.988179929471301 ], [ -75.160435803953405, 39.988180538714801 ], [ -75.160440555826696, 39.988160334309903 ], [ -75.160444439131297, 39.988143125109701 ], [ -75.1604390384623, 39.988142406786899 ], [ -75.160269728478397, 39.988119951860099 ], [ -75.160261815212095, 39.988158766605601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3339 N 17TH ST", "addr_range": "3323-3343 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 2493, "objectid": 8626, "Shape__Area": 404.7890625, "Shape__Length": 106.36958510578805 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156603968731304, 40.004923082501797 ], [ -75.156993985303203, 40.004973449868601 ], [ -75.157006760500394, 40.0049122899512 ], [ -75.156618227749306, 40.004859280117998 ], [ -75.156603968731304, 40.004923082501797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2238 N 17TH ST", "addr_range": "2238 N 17TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1020, "objectid": 8627, "Shape__Area": 161.68359375, "Shape__Length": 64.675818485862195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160928838180794, 39.987851081803399 ], [ -75.161160563872599, 39.987880890331198 ], [ -75.161169687257299, 39.987838924045001 ], [ -75.160937962874897, 39.987809115562101 ], [ -75.160928838180794, 39.987851081803399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2436 N COLORADO ST", "addr_range": "2434-2436 N COLORADO ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 701, "objectid": 8628, "Shape__Area": 106.98046875, "Shape__Length": 47.669435790221407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160812482725206, 39.990923074670697 ], [ -75.160970799366893, 39.990943282208796 ], [ -75.160976780205502, 39.990910661567298 ], [ -75.160978912679496, 39.9909025365491 ], [ -75.160821464365398, 39.990882108036303 ], [ -75.160812482725206, 39.990923074670697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "67 W DUVAL ST", "addr_range": "67 W DUVAL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 3416, "objectid": 8629, "Shape__Area": 541.609375, "Shape__Length": 114.5673775192889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1832788172173, 40.043373234120303 ], [ -75.183440292374897, 40.043468562894901 ], [ -75.183600321149598, 40.043564424049002 ], [ -75.1836507748759, 40.043515321894702 ], [ -75.183665707657198, 40.043499761739099 ], [ -75.183345619498297, 40.043307717032697 ], [ -75.1832788172173, 40.043373234120303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "628 UNION ST", "addr_range": "620-640 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 776, "objectid": 8630, "Shape__Area": 122.08203125, "Shape__Length": 55.354443836356111 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201360855118295, 39.963827481117399 ], [ -75.201368017463693, 39.963864908489001 ], [ -75.201565445126107, 39.963842406923199 ], [ -75.201557382504106, 39.963804910014403 ], [ -75.201360855118295, 39.963827481117399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2547 N HOLLYWOOD ST", "addr_range": "2547 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 742, "objectid": 8631, "Shape__Area": 117.5703125, "Shape__Length": 53.721158173101493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179376847160697, 39.995005153221797 ], [ -75.179383039624398, 39.995006017213399 ], [ -75.179565417282504, 39.995031540893201 ], [ -75.179574098673001, 39.994994320827502 ], [ -75.179391685074805, 39.994968635073597 ], [ -75.179385285462999, 39.994967734908002 ], [ -75.179376847160697, 39.995005153221797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2347 N 15TH ST", "addr_range": "2327-2349 N 15TH ST; 1442 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1510, "objectid": 8632, "Shape__Area": 232.6640625, "Shape__Length": 82.625438042515498 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156894232759001, 39.989221553880498 ], [ -75.1572001482633, 39.989262993681599 ], [ -75.157206561013894, 39.989232849038899 ], [ -75.157209977776006, 39.9892174512472 ], [ -75.156904115086903, 39.989175707215999 ], [ -75.156894232759001, 39.989221553880498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2318 N GRATZ ST", "addr_range": "2318 N GRATZ ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 699, "objectid": 8633, "Shape__Area": 110.85546875, "Shape__Length": 49.866572289065331 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163225902764196, 39.989301689932297 ], [ -75.163395928752493, 39.989323559172597 ], [ -75.163404000722807, 39.989284409044501 ], [ -75.163234971484897, 39.9892622063769 ], [ -75.163225902764196, 39.989301689932297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4914 N 7TH ST", "addr_range": "4914 N 7TH ST", "zipcode": 19120, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1094, "objectid": 8634, "Shape__Area": 173.45703125, "Shape__Length": 67.914328489104633 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.136474510721598, 40.026634111111001 ], [ -75.136719845177296, 40.026667210492398 ], [ -75.136730401471496, 40.026624507984103 ], [ -75.136485600597098, 40.0265922262789 ], [ -75.136474510721598, 40.026634111111001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2736 HELEN ST", "addr_range": "2736-2738 HELEN ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 456, "objectid": 8635, "Shape__Area": 72.1953125, "Shape__Length": 39.123932741473659 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122372667450605, 39.989212669597698 ], [ -75.122447169319599, 39.989294975741899 ], [ -75.122484506342204, 39.989276292595399 ], [ -75.122408893945504, 39.9891933816914 ], [ -75.122372667450605, 39.989212669597698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2420 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 744, "objectid": 8636, "Shape__Area": 118.05078125, "Shape__Length": 53.394274702699384 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178439565679895, 39.9928380068663 ], [ -75.178616339438406, 39.992860795516599 ], [ -75.178626288855796, 39.992862082497098 ], [ -75.178635088355506, 39.992823946108899 ], [ -75.178624764983596, 39.992822635434599 ], [ -75.178447826789395, 39.9928002629823 ], [ -75.178439565679895, 39.9928380068663 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "316 SHEDAKER ST", "addr_range": "314-316 SHEDAKER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1341, "objectid": 8637, "Shape__Area": 212.5859375, "Shape__Length": 83.254802163357937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158818758928504, 40.031625934583701 ], [ -75.158786523554497, 40.031658478194601 ], [ -75.158906706899501, 40.031730311101803 ], [ -75.158972484593406, 40.0317694196874 ], [ -75.159038853750403, 40.031809555219198 ], [ -75.159071489689296, 40.031776956603203 ], [ -75.158994107835099, 40.031730332210003 ], [ -75.158818758928504, 40.031625934583701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1837 W TIOGA ST", "addr_range": "1837-1843 W TIOGA ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 3172, "objectid": 8638, "Shape__Area": 523.5625, "Shape__Length": 119.34567019874099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159315541170599, 40.007540655390898 ], [ -75.159409758914805, 40.007552421382101 ], [ -75.159482362485406, 40.007220330417397 ], [ -75.159396284509995, 40.007208973401902 ], [ -75.159387190158498, 40.007207768962601 ], [ -75.159315541170599, 40.007540655390898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1821 N ETTING ST", "addr_range": "1817-1823 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 591, "objectid": 8639, "Shape__Area": 93.33984375, "Shape__Length": 44.593806606275479 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178753086089401, 39.983451016417199 ], [ -75.178744444572402, 39.983488849993201 ], [ -75.178892131516605, 39.983509439167598 ], [ -75.178900816333396, 39.983471542580503 ], [ -75.178753086089401, 39.983451016417199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2426 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 746, "objectid": 8640, "Shape__Area": 118.36328125, "Shape__Length": 53.384420550243505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1786094717922, 39.992937565482897 ], [ -75.178599691463901, 39.992936298507402 ], [ -75.178422726733103, 39.992913505557297 ], [ -75.1784141547015, 39.992951694781702 ], [ -75.178591293651493, 39.992974313245497 ], [ -75.178600908419099, 39.992975528759096 ], [ -75.1786094717922, 39.992937565482897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2757 N CROSKEY ST", "addr_range": "2757-2761 N CROSKEY ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 653, "objectid": 8641, "Shape__Area": 101.66015625, "Shape__Length": 46.727824227639864 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167632469813995, 39.996939588645802 ], [ -75.167788228271604, 39.996960260466103 ], [ -75.167796526900005, 39.996921114273903 ], [ -75.167641113605001, 39.9969002096569 ], [ -75.167632469813995, 39.996939588645802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2857 N RINGGOLD ST", "addr_range": "2857 N RINGGOLD ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 666, "objectid": 8642, "Shape__Area": 106.2421875, "Shape__Length": 48.399188039658327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170484754229193, 39.998880902034003 ], [ -75.1706482402696, 39.998900195558399 ], [ -75.170656873951501, 39.998861073841603 ], [ -75.170492967780206, 39.998841770886699 ], [ -75.170484754229193, 39.998880902034003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1014 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 611, "objectid": 8643, "Shape__Area": 96.4375, "Shape__Length": 46.643753043904809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147295091876401, 39.997244818559899 ], [ -75.147343001052107, 39.997251482136697 ], [ -75.147369617969204, 39.997129591022997 ], [ -75.147333720930405, 39.997124472952002 ], [ -75.147322623882005, 39.997123109486097 ], [ -75.147295091876401, 39.997244818559899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5140 RENO ST", "addr_range": "5140 RENO ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 630, "objectid": 8644, "Shape__Area": 104.7265625, "Shape__Length": 49.033670080664244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223505500115905, 39.966197507973398 ], [ -75.223531301406993, 39.966326709854997 ], [ -75.223580285155293, 39.966320969665901 ], [ -75.223554305014801, 39.966191473737702 ], [ -75.223505500115905, 39.966197507973398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5042 HOOPES ST", "addr_range": "5042-5044 HOOPES ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 807, "objectid": 8645, "Shape__Area": 130.98046875, "Shape__Length": 57.845857361511811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221853790666998, 39.967644511393303 ], [ -75.221881641254896, 39.967803596332203 ], [ -75.221888583875497, 39.967802781625899 ], [ -75.221889740570802, 39.967802662050403 ], [ -75.221930749626395, 39.967797875784498 ], [ -75.221904596056106, 39.967638812032199 ], [ -75.221853790666998, 39.967644511393303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1915 E STERNER ST", "addr_range": "1909-1919 E STERNER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 461, "objectid": 8646, "Shape__Area": 72.95703125, "Shape__Length": 39.164906766984302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122677430814704, 39.989268296399501 ], [ -75.122569647720297, 39.989325215856098 ], [ -75.122595454552695, 39.9893536772137 ], [ -75.122703001529601, 39.989296382005001 ], [ -75.122677430814704, 39.989268296399501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2816 W SUSQUEHANNA AVE", "addr_range": "2816-2820 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 978, "objectid": 8647, "Shape__Area": 154.96484375, "Shape__Length": 62.183278277357203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179278871836203, 39.989116912009102 ], [ -75.179263014797399, 39.989189821653902 ], [ -75.179317879335301, 39.989196998046502 ], [ -75.179355258135203, 39.989028368579902 ], [ -75.179299750273699, 39.989021016512403 ], [ -75.179278871836203, 39.989116912009102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1639 N MARSHALL ST", "addr_range": "1639-1641 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1331, "objectid": 8648, "Shape__Area": 202.9453125, "Shape__Length": 80.096277622834407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145792561752501, 39.976622072208301 ], [ -75.1458016716267, 39.976623279077003 ], [ -75.146094647439199, 39.976661796464398 ], [ -75.146102044858097, 39.976621309340402 ], [ -75.145809373414906, 39.976582524964698 ], [ -75.145800596964406, 39.9765813580998 ], [ -75.145797358338498, 39.976600275429902 ], [ -75.145792561752501, 39.976622072208301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3909 WALLACE ST", "addr_range": "3909 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1547, "objectid": 8649, "Shape__Area": 244.59765625, "Shape__Length": 91.240259854598804 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200574732501295, 39.964330003363202 ], [ -75.200573679345297, 39.964330141242101 ], [ -75.200622733367595, 39.964598849599597 ], [ -75.2006781672805, 39.964593182298998 ], [ -75.200628736938697, 39.964324417855103 ], [ -75.200574732501295, 39.964330003363202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3216 W SUSQUEHANNA AVE", "addr_range": "3216 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1178, "objectid": 8650, "Shape__Area": 186.54296875, "Shape__Length": 73.409056531742067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185559774377097, 39.989991751182302 ], [ -75.185612169029795, 39.989998386413497 ], [ -75.185655293418506, 39.9898048157349 ], [ -75.185658066302906, 39.989790757072299 ], [ -75.185602938896196, 39.989783286836399 ], [ -75.185559774377097, 39.989991751182302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2420 N SYDENHAM ST", "addr_range": "2418-2424 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1257, "objectid": 8651, "Shape__Area": 193.98046875, "Shape__Length": 69.408762217132036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157929746633201, 39.990395467499503 ], [ -75.157919486481305, 39.9904424184626 ], [ -75.158164232541694, 39.990477363566903 ], [ -75.158174536264696, 39.990429205305503 ], [ -75.157929746633201, 39.990395467499503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6147 YOCUM ST", "addr_range": "6141-6149 YOCUM ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1135, "objectid": 8652, "Shape__Area": 179.64453125, "Shape__Length": 72.988932678568162 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231158680055501, 39.928822333681303 ], [ -75.231119920034601, 39.928849699746102 ], [ -75.231305483011795, 39.929005487165497 ], [ -75.231344246521502, 39.928978122015302 ], [ -75.231158680055501, 39.928822333681303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "712 N 36TH ST", "addr_range": "710-714 N 36TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1610, "objectid": 8653, "Shape__Area": 254.62109375, "Shape__Length": 79.827504857006204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.195099953316102, 39.966429338631599 ], [ -75.195109885803902, 39.966483286836798 ], [ -75.195393870693195, 39.966452260510898 ], [ -75.195383968283906, 39.966397506603798 ], [ -75.195099953316102, 39.966429338631599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1220 W OAKDALE ST", "addr_range": "1220 W OAKDALE ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 598, "objectid": 8654, "Shape__Area": 102.8125, "Shape__Length": 48.290888502718566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1515509416908, 39.992976063441702 ], [ -75.151541594740493, 39.993017667241404 ], [ -75.151539688572001, 39.993031326788099 ], [ -75.151539571678398, 39.993032177406903 ], [ -75.151587955713396, 39.993039526686601 ], [ -75.151588549507494, 39.993036591093201 ], [ -75.151613929954195, 39.992912268178898 ], [ -75.151565538758405, 39.992905659383702 ], [ -75.1515509416908, 39.992976063441702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2546 N BOUVIER ST", "addr_range": "2546 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 696, "objectid": 8655, "Shape__Area": 109.625, "Shape__Length": 49.504901426935582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160925823838497, 39.992664899194502 ], [ -75.161093646255395, 39.992688205036998 ], [ -75.161102287505102, 39.9926484560863 ], [ -75.160934425268394, 39.992626227872499 ], [ -75.160925823838497, 39.992664899194502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5140 FUNSTON ST", "addr_range": "5140 FUNSTON ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 911, "objectid": 8656, "Shape__Area": 141.7109375, "Shape__Length": 60.12199602738449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223471297730299, 39.965767492117799 ], [ -75.223514058817997, 39.965930225106199 ], [ -75.223565959443505, 39.965922083124298 ], [ -75.223522109947396, 39.9657581981416 ], [ -75.223471297730299, 39.965767492117799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1626 W WINGOHOCKING ST", "addr_range": "1624-1626 W WINGOHOCKING ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 990, "objectid": 8657, "Shape__Area": 156.953125, "Shape__Length": 60.658633337559564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152741762072495, 40.021964933704297 ], [ -75.1528002272685, 40.021972300972998 ], [ -75.152802800997506, 40.021960413491101 ], [ -75.152834892602598, 40.021811611821597 ], [ -75.152776110052699, 40.0218037211066 ], [ -75.152741762072495, 40.021964933704297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "42 W POMONA ST", "addr_range": "42 W POMONA ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1685, "objectid": 8658, "Shape__Area": 268.02734375, "Shape__Length": 79.483108328620347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182155526328799, 40.042992429086503 ], [ -75.182378035480497, 40.043122123200497 ], [ -75.182425818475295, 40.043075397297201 ], [ -75.182203117519407, 40.0429459098224 ], [ -75.182155526328799, 40.042992429086503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "247 ZERALDA ST", "addr_range": "247 ZERALDA ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1167, "objectid": 8659, "Shape__Area": 184.86328125, "Shape__Length": 70.470969380053958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163748087795994, 40.021903264168003 ], [ -75.163917733936302, 40.0220539519485 ], [ -75.163960412311496, 40.0220239947678 ], [ -75.163791596436297, 40.021874615101098 ], [ -75.163748087795994, 40.021903264168003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2140 E ORLEANS ST", "addr_range": "2136-2142 E ORLEANS ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 694, "objectid": 8660, "Shape__Area": 109.9375, "Shape__Length": 50.439545795165138 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114968465513499, 39.988548825126898 ], [ -75.114994578945598, 39.988582278009901 ], [ -75.115145342699606, 39.988512053800498 ], [ -75.115119362802105, 39.988479475314598 ], [ -75.114968465513499, 39.988548825126898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3750 N PARK AVE", "addr_range": "3746-3750 N PARK AVE", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1364, "objectid": 8661, "Shape__Area": 216.12109375, "Shape__Length": 77.696859941286803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150086166165295, 40.010344119084998 ], [ -75.149801846439999, 40.0103062140658 ], [ -75.1497919096809, 40.0103522049939 ], [ -75.150076255449207, 40.010389465493503 ], [ -75.150086166165295, 40.010344119084998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3746 N PARK AVE", "addr_range": "3746-3750 N PARK AVE", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1197, "objectid": 8662, "Shape__Area": 189.71484375, "Shape__Length": 76.182903723857208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149819469366506, 40.010224869125899 ], [ -75.149810761577797, 40.010265052888698 ], [ -75.150095421987302, 40.010302288038098 ], [ -75.150104969205898, 40.0102626080145 ], [ -75.149819469366506, 40.010224869125899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "352 N 61ST ST", "addr_range": "352 N 61ST ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1110, "objectid": 8663, "Shape__Area": 175.8046875, "Shape__Length": 68.798844424360979 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241876683056503, 39.968067296432203 ], [ -75.241741763175995, 39.968050355674698 ], [ -75.241626725086803, 39.968036847895199 ], [ -75.241622451974195, 39.9680583864277 ], [ -75.241617705687105, 39.968079705585701 ], [ -75.241731295019605, 39.968092746523403 ], [ -75.241750232617704, 39.968095047174103 ], [ -75.241867785506699, 39.968109109848299 ], [ -75.241876683056503, 39.968067296432203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3632 N CAMAC ST", "addr_range": "3626-3632 N CAMAC ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1035, "objectid": 8664, "Shape__Area": 163.94140625, "Shape__Length": 62.657665283895781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148899154119803, 40.008130568287001 ], [ -75.148909184412801, 40.008085966213699 ], [ -75.148689654290095, 40.008057764076703 ], [ -75.148681069964198, 40.008103430563899 ], [ -75.148899154119803, 40.008130568287001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3712 FAIRMOUNT AVE", "addr_range": "3710-3712 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1800, "objectid": 8665, "Shape__Area": 284.8046875, "Shape__Length": 93.956917347333459 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196850550967994, 39.965456715333403 ], [ -75.196901353182994, 39.965728172007601 ], [ -75.196948601178605, 39.965722969452301 ], [ -75.196965050853095, 39.965721159544302 ], [ -75.196914037156603, 39.965449777486498 ], [ -75.196850550967994, 39.965456715333403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1841 W TIOGA ST", "addr_range": "1837-1843 W TIOGA ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 3029, "objectid": 8666, "Shape__Area": 467.8203125, "Shape__Length": 116.73333007416909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159491632777602, 40.007562441015303 ], [ -75.159574538230999, 40.007572355921297 ], [ -75.159649428332798, 40.007242378886403 ], [ -75.159562361864602, 40.007230549185699 ], [ -75.159491632777602, 40.007562441015303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2626 W SILVER ST", "addr_range": "2626-2630 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "3", "parcelarea": 700, "objectid": 8667, "Shape__Area": 113.5234375, "Shape__Length": 51.672350608170511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174523431617999, 39.997330219784999 ], [ -75.174573552399906, 39.997337196367198 ], [ -75.1746011794976, 39.997200072176803 ], [ -75.174551231079803, 39.997192970626799 ], [ -75.174535759001401, 39.997270433997201 ], [ -75.174530011972905, 39.997302576606103 ], [ -75.174523431617999, 39.997330219784999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "168 HERMAN ST", "addr_range": "168 HERMAN ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 8600, "objectid": 8668, "Shape__Area": 1413.01953125, "Shape__Length": 150.89672440583411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175930162183406, 40.043651266014997 ], [ -75.176217402050995, 40.043827958909802 ], [ -75.176315380393007, 40.043734241685797 ], [ -75.176410004509194, 40.0436426567083 ], [ -75.176121415229005, 40.043466128668904 ], [ -75.176073577116298, 40.0435125453753 ], [ -75.176033422658307, 40.043550977394503 ], [ -75.175986777350005, 40.0435963251674 ], [ -75.175930162183406, 40.043651266014997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "610 CECIL B MOORE AVE", "addr_range": "1656-1658 N 6TH ST; 602-610 CECIL B MOORE AVE", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 819, "objectid": 8669, "Shape__Area": 129.703125, "Shape__Length": 56.755081508263835 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145792993336798, 39.977035462464002 ], [ -75.1458434966803, 39.977042911190303 ], [ -75.145853151568602, 39.9770003966511 ], [ -75.1458627331928, 39.976957074034701 ], [ -75.145877722758797, 39.976889113173399 ], [ -75.145827448253698, 39.976881685871 ], [ -75.145792993336798, 39.977035462464002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5149 RENO ST", "addr_range": "5147-5149 RENO ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 672, "objectid": 8670, "Shape__Area": 102.91015625, "Shape__Length": 47.887593382465155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223741222605895, 39.966382238351102 ], [ -75.223767404550301, 39.966506854357498 ], [ -75.223816494346195, 39.966501067746101 ], [ -75.223791846323607, 39.966376324246198 ], [ -75.223741222605895, 39.966382238351102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2465 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 664, "objectid": 8671, "Shape__Area": 105.34375, "Shape__Length": 52.11314792742634 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178637684868903, 39.993678560947103 ], [ -75.178460880020296, 39.993655949180699 ], [ -75.178451284988299, 39.9936547359017 ], [ -75.1784440719955, 39.993688619009703 ], [ -75.178453435282805, 39.993689827097398 ], [ -75.178630733818395, 39.9937126751854 ], [ -75.178637684868903, 39.993678560947103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "102 E PASTORIUS ST", "addr_range": "100-102 E PASTORIUS ST; 6133-6137 BAYNTON ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1486, "objectid": 8672, "Shape__Area": 238.48046875, "Shape__Length": 72.867711415175847 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177328916218599, 40.043345538467797 ], [ -75.177525499186899, 40.043464471983597 ], [ -75.177573165715202, 40.043418162578199 ], [ -75.177450157160294, 40.043344013628001 ], [ -75.177411883109698, 40.043320750153597 ], [ -75.177376466332205, 40.043299549096702 ], [ -75.177328916218599, 40.043345538467797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2901 FRANKFORD AVE", "addr_range": "2901 FRANKFORD AVE", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1600, "objectid": 8673, "Shape__Area": 253.328125, "Shape__Length": 84.467834478901253 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.117325162869705, 39.989539322330998 ], [ -75.117505602643405, 39.989733403432403 ], [ -75.117559337932605, 39.989711745226302 ], [ -75.117561105228603, 39.989711028895101 ], [ -75.117381914390506, 39.989510624271603 ], [ -75.1173805256809, 39.989511334867103 ], [ -75.117325162869705, 39.989539322330998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4911 HOOPES ST", "addr_range": "4911 HOOPES ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 807, "objectid": 8674, "Shape__Area": 148.3984375, "Shape__Length": 63.838447573067995 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219245906214198, 39.968246906412297 ], [ -75.219195198777996, 39.968252220242903 ], [ -75.2192282785267, 39.968431054975198 ], [ -75.219278210961207, 39.968426305178902 ], [ -75.219245906214198, 39.968246906412297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1331 W YORK ST", "addr_range": "1331-1333 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 956, "objectid": 8675, "Shape__Area": 154.09765625, "Shape__Length": 62.735773367140723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154458098564405, 39.989482906384502 ], [ -75.154511910690303, 39.9894901681959 ], [ -75.154549108154001, 39.989318558946401 ], [ -75.154495001710501, 39.989311339148898 ], [ -75.154458098564405, 39.989482906384502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1827 S ALLISON ST", "addr_range": "1821-1843 S ALLISON ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 680, "objectid": 8676, "Shape__Area": 107.59375, "Shape__Length": 50.532787156482243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220395009117297, 39.934211904689498 ], [ -75.220426271243298, 39.934239465655899 ], [ -75.220558303639095, 39.934146966369099 ], [ -75.220524675646502, 39.934118789231903 ], [ -75.220395009117297, 39.934211904689498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "115 HERMAN ST", "addr_range": "115 HERMAN ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 3093, "objectid": 8677, "Shape__Area": 472.1875, "Shape__Length": 103.76161495651061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176849088460699, 40.043365449648299 ], [ -75.177131511210106, 40.043537567825297 ], [ -75.177141009253106, 40.043528817320897 ], [ -75.177187504281505, 40.043483515287299 ], [ -75.177197882234907, 40.043473107707896 ], [ -75.177137819888003, 40.043437041135697 ], [ -75.176990215889106, 40.043348913041797 ], [ -75.176913517623703, 40.0433035104666 ], [ -75.176849088460699, 40.043365449648299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1518 N DARIEN ST", "addr_range": "1510-1532 N DARIEN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 627, "objectid": 8678, "Shape__Area": 99.20703125, "Shape__Length": 47.652454978927082 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149500110481199, 39.975216492114797 ], [ -75.149662749934393, 39.975240409193702 ], [ -75.149671233351498, 39.975203799261102 ], [ -75.149508289184496, 39.975180165415402 ], [ -75.149500110481199, 39.975216492114797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1402 N 30TH ST", "addr_range": "1402 N 30TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 970, "objectid": 8679, "Shape__Area": 153.54296875, "Shape__Length": 60.487219235842474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184500140937402, 39.977952925569703 ], [ -75.184710748108799, 39.977979894876803 ], [ -75.184720630261495, 39.977936269947897 ], [ -75.184509742291397, 39.977908955598799 ], [ -75.184500140937402, 39.977952925569703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1865 N BUCKNELL ST", "addr_range": "1865-1867 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 658, "objectid": 8680, "Shape__Area": 103.8359375, "Shape__Length": 48.033870506058499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172695894023093, 39.983575857838197 ], [ -75.172858448433502, 39.983598867321497 ], [ -75.172866134073203, 39.983560321573499 ], [ -75.172704305647798, 39.983537505000797 ], [ -75.172695894023093, 39.983575857838197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "40 E CLAPIER ST", "addr_range": "32-40 E CLAPIER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1555, "objectid": 8681, "Shape__Area": 246.68359375, "Shape__Length": 79.265492524564124 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1619696994522, 40.029792231467297 ], [ -75.1621918032384, 40.029931433430399 ], [ -75.162235290824299, 40.029889164622098 ], [ -75.162012904177899, 40.029751357445399 ], [ -75.1619696994522, 40.029792231467297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2114 N MARSTON ST", "addr_range": "2114 N MARSTON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 689, "objectid": 8682, "Shape__Area": 109.0859375, "Shape__Length": 50.880456495444236 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178341513726096, 39.987963952603003 ], [ -75.1785189451072, 39.987987320459702 ], [ -75.178526590022699, 39.987950334939001 ], [ -75.178350294783897, 39.987926847485603 ], [ -75.178341513726096, 39.987963952603003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "47 PLEASANT ST", "addr_range": "45-47 PLEASANT ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 105, "objectid": 8683, "Shape__Area": 213.44140625, "Shape__Length": 74.307912072236093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185387981406606, 40.055400391080603 ], [ -75.185432277875094, 40.055357856753403 ], [ -75.185214772063901, 40.055235102876999 ], [ -75.185179856534305, 40.055269206791998 ], [ -75.185387981406606, 40.055400391080603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1848 N LEITHGOW ST", "addr_range": "1838, 1842-1856 N LEITHGOW ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 696, "objectid": 8684, "Shape__Area": 118.31640625, "Shape__Length": 53.318513513000369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141715559566705, 39.979200023956302 ], [ -75.141707126081798, 39.979238471724997 ], [ -75.141900463068396, 39.979264192083697 ], [ -75.141890183398601, 39.979223046637799 ], [ -75.141780717051006, 39.9792084202005 ], [ -75.141715559566705, 39.979200023956302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "141 E SHARPNACK ST", "addr_range": "141-143 E SHARPNACK ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1568, "objectid": 8685, "Shape__Area": 254.0703125, "Shape__Length": 66.153693206671306 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181290587220005, 40.0520344776493 ], [ -75.181438879285693, 40.052125016201799 ], [ -75.181477650670402, 40.052086035967001 ], [ -75.181504273199096, 40.052058759400602 ], [ -75.181358612795407, 40.051969102391197 ], [ -75.181290587220005, 40.0520344776493 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "423 N DAGGETT ST", "addr_range": "415-423 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1419, "objectid": 8686, "Shape__Area": 224.83984375, "Shape__Length": 90.607722078618025 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.249950131684798, 39.970000354969201 ], [ -75.250280504855795, 39.970038824097202 ], [ -75.250288324574498, 39.970000517640798 ], [ -75.249958097501207, 39.9699615201299 ], [ -75.249954132916102, 39.969961062543298 ], [ -75.249936569215393, 39.9699589878118 ], [ -75.249928435470594, 39.9699978352089 ], [ -75.249946188125605, 39.969999898741499 ], [ -75.249950131684798, 39.970000354969201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1839 S ALDEN ST", "addr_range": "1839 S ALDEN ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 795, "objectid": 8687, "Shape__Area": 122.58203125, "Shape__Length": 53.195889070792937 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227816679823206, 39.936791405163198 ], [ -75.2278526197791, 39.936822242901002 ], [ -75.227989299784795, 39.936725629723703 ], [ -75.227953866012498, 39.936695786148597 ], [ -75.227816679823206, 39.936791405163198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2407 N 15TH ST", "addr_range": "2407-2409 N 15TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1065, "objectid": 8688, "Shape__Area": 186.90234375, "Shape__Length": 70.024915437297892 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156848573821705, 39.989727427620899 ], [ -75.156838123964306, 39.9897721820413 ], [ -75.157090225270593, 39.989805974787103 ], [ -75.157099695280493, 39.989761568530298 ], [ -75.156848573821705, 39.989727427620899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2526 N 10TH ST", "addr_range": "2512-2526 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1188, "objectid": 8689, "Shape__Area": 185.25, "Shape__Length": 66.472339039673557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148272631626597, 39.9906917785814 ], [ -75.148504639844802, 39.990720491784799 ], [ -75.148514457146206, 39.990672643973198 ], [ -75.148282745206402, 39.990643325709101 ], [ -75.148272631626597, 39.9906917785814 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2729-31 W SEDGLEY AVE", "addr_range": "2725-2731 W SEDGLEY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1625, "objectid": 8690, "Shape__Area": 257.34375, "Shape__Length": 77.603779518487357 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178142860976394, 39.987715174177701 ], [ -75.1782581592675, 39.987851341635903 ], [ -75.1782975611886, 39.9876747144679 ], [ -75.178306877859598, 39.987632899155003 ], [ -75.178142860976394, 39.987715174177701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1045 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 622, "objectid": 8691, "Shape__Area": 97.94140625, "Shape__Length": 46.628910988343023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147969314019306, 39.997543378886697 ], [ -75.148018059727903, 39.997550078257099 ], [ -75.148045058196402, 39.9974291462377 ], [ -75.147996557434197, 39.997422629930099 ], [ -75.147969314019306, 39.997543378886697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3945 RENO ST", "addr_range": "3945-3949 RENO ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 861, "objectid": 8692, "Shape__Area": 136.2109375, "Shape__Length": 58.316193241540745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201820842542801, 39.968168175287403 ], [ -75.201850439240303, 39.9683275148288 ], [ -75.2019026425383, 39.968321452568297 ], [ -75.201872572519093, 39.968163021556798 ], [ -75.201820842542801, 39.968168175287403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1938 N 32ND ST", "addr_range": "1938 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1183, "objectid": 8693, "Shape__Area": 187.50390625, "Shape__Length": 70.326702315143834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185866554462706, 39.986675244991602 ], [ -75.186119466157393, 39.986708621721199 ], [ -75.186119808841994, 39.986708666317703 ], [ -75.186126072661907, 39.986679171156503 ], [ -75.1861291266991, 39.986664795304399 ], [ -75.185876151829504, 39.9866300557564 ], [ -75.185866554462706, 39.986675244991602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4900 BROWN ST", "addr_range": "4900 BROWN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2422, "objectid": 8694, "Shape__Area": 383.53515625, "Shape__Length": 131.40595589637988 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218555730387394, 39.965598198705102 ], [ -75.218597079708999, 39.966005114177399 ], [ -75.218655070254101, 39.965998285464998 ], [ -75.218613172104696, 39.9655923571217 ], [ -75.218555730387394, 39.965598198705102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3220 W NORRIS ST", "addr_range": "3220-3222 W NORRIS ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1120, "objectid": 8695, "Shape__Area": 179.11328125, "Shape__Length": 68.663939706313997 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186410077843405, 39.986754171953102 ], [ -75.186369856112194, 39.986942045726501 ], [ -75.1863694849974, 39.986943778186301 ], [ -75.186426336049607, 39.986950924398002 ], [ -75.186426687481898, 39.986949278896297 ], [ -75.186466979998002, 39.986761325596703 ], [ -75.186410077843405, 39.986754171953102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3222 W NORRIS ST", "addr_range": "3220-3222 W NORRIS ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1120, "objectid": 8696, "Shape__Area": 175.50390625, "Shape__Length": 68.405067852159164 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186466979998002, 39.986761325596703 ], [ -75.186426687481898, 39.986949278896297 ], [ -75.186426336049607, 39.986950924398002 ], [ -75.186482102913203, 39.9869579346405 ], [ -75.186482408737703, 39.986956504361999 ], [ -75.186522673250906, 39.986768326970598 ], [ -75.186466979998002, 39.986761325596703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5513 SAYBROOK AVE", "addr_range": "5511-5513 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1072, "objectid": 8697, "Shape__Area": 173.265625, "Shape__Length": 66.042611477231205 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220233948646595, 39.934790075594101 ], [ -75.220388071346605, 39.934917611327897 ], [ -75.220395810951601, 39.934924004344197 ], [ -75.220417347748906, 39.934909633594003 ], [ -75.220437870800893, 39.9348938205043 ], [ -75.220430520969302, 39.934887646921801 ], [ -75.220277654772104, 39.934758992888703 ], [ -75.220253160027596, 39.934776296894597 ], [ -75.220245050768995, 39.9347821312954 ], [ -75.220233948646595, 39.934790075594101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1914 N 32ND ST", "addr_range": "1914 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1694, "objectid": 8698, "Shape__Area": 268.46875, "Shape__Length": 75.984374313556074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186033148298904, 39.985916143653903 ], [ -75.186286674467596, 39.985948280500899 ], [ -75.186300092240103, 39.985885653753797 ], [ -75.186298006272196, 39.985885371094497 ], [ -75.186047042950506, 39.985851284973002 ], [ -75.186033148298904, 39.985916143653903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1641 N MARSHALL ST", "addr_range": "1639-1641 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1339, "objectid": 8699, "Shape__Area": 211.08203125, "Shape__Length": 80.67386880941109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1457936831182, 39.976665493544999 ], [ -75.146087519858796, 39.976703981828798 ], [ -75.146094647439199, 39.976661796464398 ], [ -75.1458016716267, 39.976623279077003 ], [ -75.145792561752501, 39.976622072208301 ], [ -75.145790059590894, 39.976637603994803 ], [ -75.145784907240696, 39.9766643420094 ], [ -75.1457936831182, 39.976665493544999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1817 N ETTING ST", "addr_range": "1817-1823 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 591, "objectid": 8700, "Shape__Area": 95.515625, "Shape__Length": 44.95491154378464 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178769950195999, 39.983372553951398 ], [ -75.178761099938498, 39.983411477580503 ], [ -75.178909779227396, 39.983432395312001 ], [ -75.178917727442695, 39.983394030815603 ], [ -75.178769950195999, 39.983372553951398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3957 FAIRMOUNT AVE", "addr_range": "3957 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1889, "objectid": 8701, "Shape__Area": 196.50390625, "Shape__Length": 73.750489315219653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201989741607704, 39.965333015720098 ], [ -75.2020293345563, 39.965540477354899 ], [ -75.202087318192795, 39.965534155988898 ], [ -75.202046789441695, 39.965327351152403 ], [ -75.201989741607704, 39.965333015720098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2617 N SARTAIN ST", "addr_range": "2617-2619 N SARTAIN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 560, "objectid": 8702, "Shape__Area": 88.3984375, "Shape__Length": 42.724347193051862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1503852439415, 39.992191953556897 ], [ -75.150524300800797, 39.992210496793199 ], [ -75.150532307670105, 39.992172700156402 ], [ -75.150392797728003, 39.992153387107201 ], [ -75.1503852439415, 39.992191953556897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3958 PARRISH ST", "addr_range": "3948-3962 PARRISH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1680, "objectid": 8703, "Shape__Area": 265.75390625, "Shape__Length": 84.457264803235418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202529876730395, 39.968230086671397 ], [ -75.202532099975002, 39.968238405451402 ], [ -75.202537029550001, 39.968265611708802 ], [ -75.202537099452897, 39.968269337112901 ], [ -75.2025397135031, 39.968276165297503 ], [ -75.202542784750904, 39.968293690448398 ], [ -75.202548188442293, 39.968326146572998 ], [ -75.202555500800898, 39.968365786434902 ], [ -75.202556813772702, 39.9683720865767 ], [ -75.202559211050101, 39.968384164607002 ], [ -75.202560516959906, 39.9683934946706 ], [ -75.202562845387604, 39.968398977620502 ], [ -75.202571102637094, 39.968443023648099 ], [ -75.2025719122976, 39.9684505046447 ], [ -75.202574944946093, 39.968464032080902 ], [ -75.202643716837002, 39.968456999331202 ], [ -75.202641389128601, 39.968446969029003 ], [ -75.202641823156299, 39.968441546507997 ], [ -75.202638349244395, 39.968428606643499 ], [ -75.202637959649607, 39.968421134072301 ], [ -75.202634421169904, 39.968409884860897 ], [ -75.2026341010517, 39.9684005595645 ], [ -75.202631437401394, 39.968395584548702 ], [ -75.202625060256096, 39.968360045204101 ], [ -75.202623192744497, 39.968351201829996 ], [ -75.202622030783203, 39.968340843312802 ], [ -75.202618946710302, 39.968329249193197 ], [ -75.202615471815406, 39.968310714968403 ], [ -75.202610248455002, 39.968279600842898 ], [ -75.202607310420703, 39.9682697020516 ], [ -75.202605135232503, 39.968257291076299 ], [ -75.202600114080298, 39.968230871168302 ], [ -75.202598709972406, 39.968221942575198 ], [ -75.202579533410201, 39.9682249181269 ], [ -75.202574041653406, 39.968225006137402 ], [ -75.202568670233205, 39.968225757255603 ], [ -75.202560772248404, 39.968226871247602 ], [ -75.202550483193605, 39.968227514087701 ], [ -75.202539613921402, 39.968229109021202 ], [ -75.202529876730395, 39.968230086671397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1625 N MARSHALL ST", "addr_range": "1625-1627 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1328, "objectid": 8704, "Shape__Area": 206.56640625, "Shape__Length": 80.04918588947919 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146158358359898, 39.976326916122296 ], [ -75.145865018833604, 39.9762881167009 ], [ -75.145857450296802, 39.9762871223151 ], [ -75.145851173793403, 39.976318622848297 ], [ -75.145849515684802, 39.976329063197298 ], [ -75.145857104739804, 39.9763300418307 ], [ -75.146149732766204, 39.976367761918901 ], [ -75.146158358359898, 39.976326916122296 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5517 PASCHALL AVE", "addr_range": "5515-5517 PASCHALL AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1020, "objectid": 8705, "Shape__Area": 155.5859375, "Shape__Length": 60.353990219373451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219720513118304, 39.934142670781299 ], [ -75.219676638060903, 39.934172635908098 ], [ -75.219819525676002, 39.934293074274699 ], [ -75.2198634211246, 39.934262561734698 ], [ -75.219850530847495, 39.934251605908401 ], [ -75.219824593718698, 39.934229530419003 ], [ -75.219720513118304, 39.934142670781299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1900 N 32ND ST", "addr_range": "1900-1902 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1774, "objectid": 8706, "Shape__Area": 273.77734375, "Shape__Length": 76.352686081473706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186102203890798, 39.985593815918797 ], [ -75.186355724105994, 39.985625955209898 ], [ -75.186369652051098, 39.985560949475797 ], [ -75.186116130901496, 39.985528810189201 ], [ -75.186102203890798, 39.985593815918797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1902 N 32ND ST", "addr_range": "1900-1902 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1181, "objectid": 8707, "Shape__Area": 179.703125, "Shape__Length": 69.776820794711682 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186093292884095, 39.985635414662397 ], [ -75.186345047905206, 39.9856695138795 ], [ -75.186346355426096, 39.985669690851097 ], [ -75.186355724105994, 39.985625955209898 ], [ -75.186102203890798, 39.985593815918797 ], [ -75.186093292884095, 39.985635414662397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3219 W BERKS ST", "addr_range": "3217-3223 W BERKS ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1138, "objectid": 8708, "Shape__Area": 177.671875, "Shape__Length": 68.560441329111114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186570555839197, 39.985778139818102 ], [ -75.186569928069005, 39.985781086511899 ], [ -75.186626950760697, 39.9857883148672 ], [ -75.186627451015099, 39.985785891514197 ], [ -75.186666130417294, 39.985598531942401 ], [ -75.186610334192395, 39.985591459840101 ], [ -75.186570555839197, 39.985778139818102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3228 W NORRIS ST", "addr_range": "3228 W NORRIS ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1178, "objectid": 8709, "Shape__Area": 184.63671875, "Shape__Length": 69.060063773432645 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186636357618795, 39.986782617021703 ], [ -75.186596036365103, 39.9869714058648 ], [ -75.1865958598449, 39.986972234454498 ], [ -75.186653846436997, 39.9869795230452 ], [ -75.186653939751906, 39.986979098952197 ], [ -75.186695634551398, 39.986790068663801 ], [ -75.186636357618795, 39.986782617021703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3217 W BERKS ST", "addr_range": "3217-3223 W BERKS ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1162, "objectid": 8710, "Shape__Area": 181.3828125, "Shape__Length": 68.82574544591597 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186512429998501, 39.985770812912399 ], [ -75.186511793256102, 39.985773717959198 ], [ -75.186569928069005, 39.985781086511899 ], [ -75.186570555839197, 39.985778139818102 ], [ -75.186610334192395, 39.985591459840101 ], [ -75.186553293010704, 39.985584229257803 ], [ -75.186512429998501, 39.985770812912399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3801 FAIRMOUNT AVE", "addr_range": "3801-3803 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1361, "objectid": 8711, "Shape__Area": 215.29296875, "Shape__Length": 79.974009420590008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198046459707996, 39.966008128577798 ], [ -75.198003795101897, 39.965779231432201 ], [ -75.197947232123397, 39.9657853715116 ], [ -75.197988932444105, 39.9660142481357 ], [ -75.198046459707996, 39.966008128577798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "543 S 55TH ST", "addr_range": "543 S 55TH ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1503, "objectid": 8712, "Shape__Area": 237.8984375, "Shape__Length": 89.879266500007901 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232253321622807, 39.951629147879501 ], [ -75.232282178745393, 39.951632102192598 ], [ -75.232302635557602, 39.9516345342604 ], [ -75.232317663849898, 39.951636492191 ], [ -75.232347622348101, 39.951638568762398 ], [ -75.232350272227606, 39.951640511803397 ], [ -75.232371975212899, 39.951643245111299 ], [ -75.232521343780704, 39.9516615634994 ], [ -75.232586281435104, 39.951669806405199 ], [ -75.232596223329693, 39.951670556166199 ], [ -75.232605488122303, 39.951629638914397 ], [ -75.232588416851996, 39.951626862232999 ], [ -75.232525452471407, 39.951619614083803 ], [ -75.232331872105206, 39.951594989686001 ], [ -75.232312482050403, 39.951592645907297 ], [ -75.232300011665501, 39.951591163979501 ], [ -75.232283734817301, 39.951589001147198 ], [ -75.232262538271002, 39.951585586071197 ], [ -75.232253321622807, 39.951629147879501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2554 N 12TH ST", "addr_range": "2554-2556 N 12TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 928, "objectid": 8713, "Shape__Area": 147.13671875, "Shape__Length": 63.756133562122486 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1512920170684, 39.991697551674697 ], [ -75.151524476975496, 39.991729363895303 ], [ -75.151532119057904, 39.991695604519698 ], [ -75.151533240142996, 39.991691470795097 ], [ -75.151300995340705, 39.991659550831997 ], [ -75.1512920170684, 39.991697551674697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "536 E JOHNSON ST", "addr_range": "534-536 E JOHNSON ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2951, "objectid": 8714, "Shape__Area": 481.390625, "Shape__Length": 103.62267669647129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175737434872801, 40.051749853020297 ], [ -75.176022330014703, 40.051914112261898 ], [ -75.1760886901031, 40.0518479287296 ], [ -75.175804166703898, 40.051683887013098 ], [ -75.175737434872801, 40.051749853020297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4831 PARRISH ST", "addr_range": "4829-4831 PARRISH ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 521, "objectid": 8715, "Shape__Area": 192.05859375, "Shape__Length": 74.61315356987096 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218277251732303, 39.967400765113801 ], [ -75.218313984985699, 39.967613048423303 ], [ -75.218369653001403, 39.967608972491703 ], [ -75.218356379251105, 39.967531758550102 ], [ -75.218330840686704, 39.967395726113203 ], [ -75.218277251732303, 39.967400765113801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3867 RENO ST", "addr_range": "3865-3867 RENO ST; 821 N 39TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1050, "objectid": 8716, "Shape__Area": 166.10546875, "Shape__Length": 70.962974513291528 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200174149530994, 39.968305589840803 ], [ -75.200210460471396, 39.968509198619898 ], [ -75.200260099960602, 39.9685044992112 ], [ -75.200223941894393, 39.9683035211796 ], [ -75.200223264268701, 39.9682997984848 ], [ -75.200174149530994, 39.968305589840803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "918 W HUNTINGDON ST", "addr_range": "918 W HUNTINGDON ST; 2554-2562 N HUTCHINSON ST; 2555-2567 CADWALLADER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 1050, "objectid": 8717, "Shape__Area": 151.2421875, "Shape__Length": 64.702342516807335 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147128835690296, 39.9912825460531 ], [ -75.147178332331606, 39.991288697073301 ], [ -75.147181701333494, 39.991273476846203 ], [ -75.147183926265697, 39.991267384142503 ], [ -75.147184173185593, 39.991260942039403 ], [ -75.147187090042806, 39.991248257842997 ], [ -75.147188947233403, 39.991237548080399 ], [ -75.147193055357405, 39.991220586722903 ], [ -75.147194757620596, 39.991210098702197 ], [ -75.147196309447295, 39.9912046052306 ], [ -75.147196460717595, 39.991200658587204 ], [ -75.147202084508294, 39.991180216718597 ], [ -75.147205682647893, 39.991160148790797 ], [ -75.147211446538606, 39.9911366322129 ], [ -75.147216424532701, 39.991108986457299 ], [ -75.147205157978505, 39.991107150583098 ], [ -75.147183615104396, 39.991104905076298 ], [ -75.147170675583794, 39.991102951971698 ], [ -75.147165674617099, 39.991102193435502 ], [ -75.147164497397696, 39.991113224964202 ], [ -75.147162805641997, 39.991120199243099 ], [ -75.147163290221201, 39.991122837607399 ], [ -75.147161799735798, 39.9911245607979 ], [ -75.147160966534301, 39.991131537426597 ], [ -75.147155529693606, 39.991154191934001 ], [ -75.147155747001193, 39.991156162888501 ], [ -75.147153870132499, 39.991160295656002 ], [ -75.147152422216806, 39.991168548606097 ], [ -75.147146661461704, 39.991192532882302 ], [ -75.147146167590606, 39.991197777335302 ], [ -75.147142544186295, 39.991210832947203 ], [ -75.147142976706405, 39.991214340516997 ], [ -75.147142275662105, 39.991217838599297 ], [ -75.147133576490603, 39.991251799014897 ], [ -75.147133718402301, 39.991255736989501 ], [ -75.1471325161462, 39.991257030622002 ], [ -75.147126808374907, 39.991279662766203 ], [ -75.147126707720801, 39.991282288760303 ], [ -75.147128835690296, 39.9912825460531 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3112 CECIL B MOORE AVE", "addr_range": "3104-3112 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1389, "objectid": 8718, "Shape__Area": 220.19921875, "Shape__Length": 80.631128331572768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185671324207703, 39.981956868972802 ], [ -75.185621933314295, 39.982186100274703 ], [ -75.185679212155407, 39.982194682804497 ], [ -75.185729105724704, 39.981964882463899 ], [ -75.185671324207703, 39.981956868972802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1841 S ALLISON ST", "addr_range": "1821-1843 S ALLISON ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 699, "objectid": 8719, "Shape__Area": 110.734375, "Shape__Length": 50.717265029130147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220157431192405, 39.934012777995797 ], [ -75.220190812949198, 39.934040773217603 ], [ -75.220322521831505, 39.933949040125199 ], [ -75.220287001545501, 39.933920547270297 ], [ -75.220233417996994, 39.9339587939822 ], [ -75.220157431192405, 39.934012777995797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2431 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 744, "objectid": 8720, "Shape__Area": 118.04296875, "Shape__Length": 53.150729506484566 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178777261245997, 39.993036607896599 ], [ -75.178658257166802, 39.993021836095501 ], [ -75.178601683642498, 39.993014297708498 ], [ -75.178592342217996, 39.993013040565003 ], [ -75.178583751405995, 39.993051697004098 ], [ -75.178593221697597, 39.993052892162197 ], [ -75.178769265482899, 39.993075051522901 ], [ -75.178777261245997, 39.993036607896599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3135 CLIFFORD ST", "addr_range": "3135 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1518, "objectid": 8721, "Shape__Area": 240.5703125, "Shape__Length": 85.715419924009538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186039249851703, 39.983164960489198 ], [ -75.185990198328597, 39.983411334905597 ], [ -75.186048696495504, 39.983418703777801 ], [ -75.186098545413202, 39.9831723300357 ], [ -75.186039249851703, 39.983164960489198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1850 N BUCKNELL ST", "addr_range": "1850-1854 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 651, "objectid": 8722, "Shape__Area": 107.80078125, "Shape__Length": 48.890617827101117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173025403711407, 39.983340750322697 ], [ -75.173190056452995, 39.983363114484398 ], [ -75.173198634798098, 39.983324249080297 ], [ -75.1730331518973, 39.983301108536601 ], [ -75.173025403711407, 39.983340750322697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2519 N WARNOCK ST", "addr_range": "2519 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 672, "objectid": 8723, "Shape__Area": 108.1015625, "Shape__Length": 49.840711453649774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148997642555997, 39.990707227267499 ], [ -75.149168314699594, 39.990730325193603 ], [ -75.149177424090098, 39.990691650796798 ], [ -75.149005794634604, 39.990670061120497 ], [ -75.148997642555997, 39.990707227267499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1324 N 50TH ST", "addr_range": "1324 N 50TH ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1404, "objectid": 8724, "Shape__Area": 171.8515625, "Shape__Length": 64.814425899647347 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223245695524994, 39.973869068199299 ], [ -75.223016814029094, 39.973893494451097 ], [ -75.223025361787904, 39.973939107421202 ], [ -75.223254251804505, 39.973914487621997 ], [ -75.223245695524994, 39.973869068199299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2606-08 W HAROLD ST", "addr_range": "2606-2612 W HAROLD ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2888, "objectid": 8725, "Shape__Area": 457.3359375, "Shape__Length": 92.935742765571092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174450269973505, 39.995460716150397 ], [ -75.174575883118905, 39.995477074030198 ], [ -75.174621352951306, 39.9952573669514 ], [ -75.174496259052702, 39.995241197361104 ], [ -75.174450269973505, 39.995460716150397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "844 UNION ST", "addr_range": "840-846 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2489, "objectid": 8726, "Shape__Area": 393.78515625, "Shape__Length": 112.67918561423582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202324040078295, 39.968994907001402 ], [ -75.202334525338401, 39.969051607571203 ], [ -75.202348646038004, 39.969049373051703 ], [ -75.202373016005396, 39.969047029116801 ], [ -75.202386965707603, 39.969044889005502 ], [ -75.202392730756998, 39.969044790852301 ], [ -75.202400851515407, 39.9690438593137 ], [ -75.202448442114303, 39.969038468343598 ], [ -75.202454228785996, 39.969038386885401 ], [ -75.202476261332606, 39.969035763980102 ], [ -75.202490210995506, 39.969033624756499 ], [ -75.202536057994806, 39.969028919447197 ], [ -75.202607084425594, 39.969021549328502 ], [ -75.202619589087902, 39.969019378009399 ], [ -75.202761662979796, 39.969004575022502 ], [ -75.202751285606297, 39.968948360733897 ], [ -75.202736546294503, 39.968950854573599 ], [ -75.202704092963003, 39.968953696690903 ], [ -75.202695972827101, 39.968954612046304 ], [ -75.202688992583504, 39.968955795077001 ], [ -75.202666947517599, 39.968958190691303 ], [ -75.202656515672302, 39.968959297093697 ], [ -75.202620569855796, 39.968962496838699 ], [ -75.202603120396503, 39.968965220618003 ], [ -75.2025103481689, 39.968974282969903 ], [ -75.202408245780404, 39.968985799663301 ], [ -75.202398943651403, 39.968986914005903 ], [ -75.202367631957998, 39.968990007528198 ], [ -75.202324040078295, 39.968994907001402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "450 DEARBORN ST", "addr_range": "446-450 DEARBORN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 788, "objectid": 8727, "Shape__Area": 123.41015625, "Shape__Length": 55.354373461232022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221482224126902, 39.965063984095799 ], [ -75.221488771904703, 39.965101895572502 ], [ -75.221685236927598, 39.965081514163501 ], [ -75.221678976161797, 39.965043124287298 ], [ -75.221482224126902, 39.965063984095799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2143 N DOVER ST", "addr_range": "2143 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 688, "objectid": 8728, "Shape__Area": 108.921875, "Shape__Length": 50.113137861084127 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1795575360795, 39.9886772166398 ], [ -75.179730183679595, 39.988700765564701 ], [ -75.179737458953596, 39.988662482353298 ], [ -75.179565883451204, 39.9886393610998 ], [ -75.1795575360795, 39.9886772166398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2611 N JESSUP ST", "addr_range": "2611-2613 N JESSUP ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 896, "objectid": 8729, "Shape__Area": 146.94921875, "Shape__Length": 57.584382568460015 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149863018632303, 39.992052535958898 ], [ -75.1500587281637, 39.992078102597198 ], [ -75.150068439793401, 39.992033541904199 ], [ -75.149871892046804, 39.992006924624199 ], [ -75.149863018632303, 39.992052535958898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2511 N WARNOCK ST", "addr_range": "2501-2517 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 672, "objectid": 8730, "Shape__Area": 107.0390625, "Shape__Length": 49.555460720418601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149029452097594, 39.9905596285031 ], [ -75.149199500072498, 39.990580907504103 ], [ -75.149207784530802, 39.990543003706698 ], [ -75.149037291723701, 39.9905218110448 ], [ -75.149029452097594, 39.9905596285031 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "470 E WALNUT LN", "addr_range": "470 E WALNUT LN", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 4039, "objectid": 8731, "Shape__Area": 641.19140625, "Shape__Length": 128.12361584581674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171580064994998, 40.047716163409497 ], [ -75.171585055631198, 40.0477266884089 ], [ -75.1717403492963, 40.047577197543902 ], [ -75.171418838898902, 40.047376559337799 ], [ -75.171580064994998, 40.047716163409497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5054 N 8TH ST", "addr_range": "5054 N 8TH ST", "zipcode": 19141, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1506, "objectid": 8732, "Shape__Area": 238.65625, "Shape__Length": 86.839250500639324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137242462768995, 40.029251797650602 ], [ -75.137569505835003, 40.029294686463402 ], [ -75.137579464822295, 40.029251146763499 ], [ -75.137252042926704, 40.029207782626401 ], [ -75.137242462768995, 40.029251797650602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3943 MOUNT VERNON ST", "addr_range": "3939-3943 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1099, "objectid": 8733, "Shape__Area": 173.32421875, "Shape__Length": 72.001345509103203 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201102718287999, 39.963692547134997 ], [ -75.201143540184603, 39.963898770555097 ], [ -75.2011905188496, 39.963893430560802 ], [ -75.201193885327896, 39.963893053942499 ], [ -75.201154168131893, 39.963686968611299 ], [ -75.201102718287999, 39.963692547134997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2733 W STERNER ST", "addr_range": "2715-2735 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 630, "objectid": 8734, "Shape__Area": 104.62109375, "Shape__Length": 48.368775556472571 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176278448280101, 39.997413621894303 ], [ -75.176328362505998, 39.997419995703403 ], [ -75.176354636356805, 39.997294125999296 ], [ -75.176304608588097, 39.997287473944397 ], [ -75.176278448280101, 39.997413621894303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2445 N 10TH ST", "addr_range": "2431-2455 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "13", "parcelarea": 992, "objectid": 8735, "Shape__Area": 150.19921875, "Shape__Length": 61.229429402122875 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148107503799906, 39.989600166185099 ], [ -75.148097853368895, 39.989642004340297 ], [ -75.148314597272105, 39.989670774738499 ], [ -75.148323977423601, 39.989629414289404 ], [ -75.148107503799906, 39.989600166185099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2504 N 11TH ST", "addr_range": "2504-2514-16 N 11TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1096, "objectid": 8736, "Shape__Area": 169.4921875, "Shape__Length": 66.08030915678809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149958922743295, 39.990386184058998 ], [ -75.150194806231497, 39.990419865165897 ], [ -75.150203599883696, 39.990376815406897 ], [ -75.149968208630398, 39.990342886872497 ], [ -75.149966729782193, 39.990349784917001 ], [ -75.149958922743295, 39.990386184058998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4601 PARRISH ST", "addr_range": "4601 PARRISH ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 945, "objectid": 8737, "Shape__Area": 72.92578125, "Shape__Length": 43.584466006557506 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213829257884797, 39.967902716135697 ], [ -75.213812922200006, 39.967781377616198 ], [ -75.213776114497605, 39.967784706840099 ], [ -75.213792289406001, 39.9679053002885 ], [ -75.213829257884797, 39.967902716135697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1418 N 17TH ST", "addr_range": "1412-1418 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2207, "objectid": 8738, "Shape__Area": 349.58203125, "Shape__Length": 94.596779213458845 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163582759405401, 39.9757006370357 ], [ -75.163920254082498, 39.975744336142299 ], [ -75.163925064375107, 39.975724761853897 ], [ -75.163934330361002, 39.975682253506498 ], [ -75.163596256499105, 39.975638363880201 ], [ -75.163583217775496, 39.975698502948703 ], [ -75.163582759405401, 39.9757006370357 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5621 HEISKELL ST", "addr_range": "5615-5621 HEISKELL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 725, "objectid": 8739, "Shape__Area": 123.9609375, "Shape__Length": 54.471776815827106 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1695012999011, 40.039027807394199 ], [ -75.169472591975193, 40.0390299348485 ], [ -75.169368919874103, 40.039035084965498 ], [ -75.169374741282297, 40.039074999942997 ], [ -75.169506946245406, 40.039067395867903 ], [ -75.169526178091402, 40.0390662799918 ], [ -75.169566101575498, 40.0390620348266 ], [ -75.169562228285898, 40.039023291694001 ], [ -75.1695012999011, 40.039027807394199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2428 N COLORADO ST", "addr_range": "2428-2430 N COLORADO ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 656, "objectid": 8740, "Shape__Area": 103.98046875, "Shape__Length": 47.273575318766326 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160847553530203, 39.990764538160299 ], [ -75.161004962918497, 39.990784321538598 ], [ -75.161010414113505, 39.990759539504502 ], [ -75.161013683406907, 39.990744701426898 ], [ -75.160855651098601, 39.990724759844298 ], [ -75.160847553530203, 39.990764538160299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "645 UNION ST", "addr_range": "645-649 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1206, "objectid": 8741, "Shape__Area": 191.85546875, "Shape__Length": 74.301177119479505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200987213805305, 39.964286988918502 ], [ -75.200994322486807, 39.964327558731298 ], [ -75.201269081668897, 39.9642958617613 ], [ -75.201262097273599, 39.964255907413403 ], [ -75.201261334871006, 39.964251635030301 ], [ -75.201012427192794, 39.964283873865199 ], [ -75.200987213805305, 39.964286988918502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4505 N 19TH ST", "addr_range": "4505-4507 N 19TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1300, "objectid": 8742, "Shape__Area": 206.0390625, "Shape__Length": 79.835105075840289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156086497635798, 40.022617480900799 ], [ -75.156077477303, 40.022658753646397 ], [ -75.156376850989005, 40.022697561224099 ], [ -75.1563863548444, 40.022656235407702 ], [ -75.156086497635798, 40.022617480900799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2759 N CROSKEY ST", "addr_range": "2757-2761 N CROSKEY ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 653, "objectid": 8743, "Shape__Area": 103.3359375, "Shape__Length": 46.923489339001598 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167632469813995, 39.996939588645802 ], [ -75.167629788207407, 39.9969533588866 ], [ -75.167628778101502, 39.9969633464301 ], [ -75.167624447492898, 39.9969796916142 ], [ -75.167779879280502, 39.997000114623198 ], [ -75.167787299634298, 39.996968106330598 ], [ -75.167788228271604, 39.996960260466103 ], [ -75.167632469813995, 39.996939588645802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1745 S 56TH ST", "addr_range": "1745 S 56TH ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1054, "objectid": 8744, "Shape__Area": 164.86328125, "Shape__Length": 59.803670365152669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224290727474298, 39.937003526807899 ], [ -75.224334367527007, 39.9370401601876 ], [ -75.2244849347274, 39.936935733478499 ], [ -75.224457299159397, 39.9369124603055 ], [ -75.224440327167898, 39.936898111178401 ], [ -75.224290727474298, 39.937003526807899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5663 LEBANON AVE", "addr_range": "5661-5667 LEBANON AVE", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1603, "objectid": 8745, "Shape__Area": 254.015625, "Shape__Length": 93.099007651288701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2366719637849, 39.986933330652199 ], [ -75.236678950383507, 39.986952327034899 ], [ -75.236687454225503, 39.986950740093498 ], [ -75.236730859651004, 39.9869415516781 ], [ -75.236733421550795, 39.986940785169203 ], [ -75.236726532536494, 39.986921968422799 ], [ -75.2366355938033, 39.986673767800198 ], [ -75.2365874048959, 39.986684286708197 ], [ -75.236581157470397, 39.986686019460599 ], [ -75.2366719637849, 39.986933330652199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5007 W GIRARD AVE", "addr_range": "5007 W GIRARD AVE", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1266, "objectid": 8746, "Shape__Area": 200.515625, "Shape__Length": 75.980806719858407 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222888451932604, 39.9721784677442 ], [ -75.222961084178394, 39.972389250314997 ], [ -75.223015529160307, 39.9723775695212 ], [ -75.222943672532494, 39.972166804069197 ], [ -75.222888451932604, 39.9721784677442 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "111 E SPRINGER ST", "addr_range": "111-113 E SPRINGER ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1275, "objectid": 8747, "Shape__Area": 204.16015625, "Shape__Length": 60.979209472723518 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183087962866495, 40.053065028690199 ], [ -75.183234153954203, 40.053151842666303 ], [ -75.183288490887904, 40.0530984114516 ], [ -75.183143767436107, 40.053011017649297 ], [ -75.183087962866495, 40.053065028690199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "453 FARSON ST", "addr_range": "449-453 FARSON ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 741, "objectid": 8748, "Shape__Area": 133.12890625, "Shape__Length": 58.448936509591547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220590641305293, 39.965198386258699 ], [ -75.220597179018199, 39.965237152623502 ], [ -75.220807545109295, 39.965215886228101 ], [ -75.220800316540604, 39.965177620020903 ], [ -75.220590641305293, 39.965198386258699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1928 N 24TH ST", "addr_range": "1924-1938 N 24TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 958, "objectid": 8749, "Shape__Area": 151.90234375, "Shape__Length": 62.966279331914208 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173359535755793, 39.9845407951601 ], [ -75.173431367684799, 39.984550789027097 ], [ -75.173456792834003, 39.984555018830598 ], [ -75.173508459311805, 39.984562434449103 ], [ -75.173584740177802, 39.984572851557999 ], [ -75.173593324958105, 39.984532147304897 ], [ -75.173443846268398, 39.984511866102899 ], [ -75.173430467825099, 39.984508809559898 ], [ -75.173367815277302, 39.984500391312999 ], [ -75.173359535755793, 39.9845407951601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2561 CADWALLADER ST", "addr_range": "918 W HUNTINGDON ST; 2554-2562 N HUTCHINSON ST; 2555-2567 CADWALLADER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 957, "objectid": 8750, "Shape__Area": 151.7890625, "Shape__Length": 68.411255527200382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147372378630607, 39.991091244315299 ], [ -75.147366473812099, 39.991117369762598 ], [ -75.147367562457802, 39.991118490088397 ], [ -75.147394921673197, 39.991122592898698 ], [ -75.147546598319295, 39.991059536724499 ], [ -75.147595182088907, 39.991040231065597 ], [ -75.147607096904494, 39.9910339237614 ], [ -75.147614009516502, 39.9910312918323 ], [ -75.147616944894295, 39.9910301654348 ], [ -75.147608823653698, 39.991018423915001 ], [ -75.147605782919996, 39.991015727597301 ], [ -75.1476031243309, 39.991011282053201 ], [ -75.147599561419995, 39.991007478255398 ], [ -75.147593671125193, 39.990999848215303 ], [ -75.147372378630607, 39.991091244315299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2851 WEIKEL ST", "addr_range": "2843-2857 WEIKEL ST; 2842-2846 TULIP ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 771, "objectid": 8751, "Shape__Area": 122.15234375, "Shape__Length": 54.475144213944432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115449035761799, 39.985681243232698 ], [ -75.115405929159607, 39.985703417395101 ], [ -75.115514394203302, 39.985826647056797 ], [ -75.115555548813703, 39.985805152474903 ], [ -75.115449035761799, 39.985681243232698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2633 N DARIEN ST", "addr_range": "2633-2635 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 523, "objectid": 8752, "Shape__Area": 86.2109375, "Shape__Length": 42.738679153050789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145602410435203, 39.991889267829698 ], [ -75.145600588444694, 39.9918974645228 ], [ -75.145742037869496, 39.991916439102603 ], [ -75.145749987461002, 39.991879624453702 ], [ -75.145608712942703, 39.991861008852801 ], [ -75.145602410435203, 39.991889267829698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2159 N 32ND ST", "addr_range": "2159-2161 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1051, "objectid": 8753, "Shape__Area": 166.484375, "Shape__Length": 68.97924977265059 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184736098058593, 39.989841726764297 ], [ -75.184990277405603, 39.9898751493756 ], [ -75.184998308870902, 39.989835625886897 ], [ -75.184744520953799, 39.989802357100899 ], [ -75.184736098058593, 39.989841726764297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1013 W CUMBERLAND ST", "addr_range": "1011-1013 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 560, "objectid": 8754, "Shape__Area": 163.1953125, "Shape__Length": 63.781218785841624 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149072634925503, 39.990324030752099 ], [ -75.149129957346304, 39.990331552129199 ], [ -75.149164842835106, 39.990158344870402 ], [ -75.149108824162795, 39.990150674648604 ], [ -75.149072634925503, 39.990324030752099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1842 N ETTING ST", "addr_range": "1838-1850 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 591, "objectid": 8755, "Shape__Area": 95.77734375, "Shape__Length": 44.588807521264229 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178914083873906, 39.983908201334202 ], [ -75.179060287978103, 39.983927516358897 ], [ -75.179068494391501, 39.983887899825703 ], [ -75.178922800137499, 39.983868887257998 ], [ -75.178914083873906, 39.983908201334202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2440 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 728, "objectid": 8756, "Shape__Area": 115.3984375, "Shape__Length": 51.439686468029109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178839318655406, 39.9932540829478 ], [ -75.179007453965397, 39.993275951252798 ], [ -75.179015795509898, 39.993277040903102 ], [ -75.179021601843701, 39.993249299985798 ], [ -75.179024137818004, 39.993237702211701 ], [ -75.179015941970107, 39.993236632043399 ], [ -75.178847640608595, 39.9932147275928 ], [ -75.178839318655406, 39.9932540829478 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1843 S ALLISON ST", "addr_range": "1821-1843 S ALLISON ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 682, "objectid": 8757, "Shape__Area": 107.97265625, "Shape__Length": 50.441213746014967 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220287001545501, 39.933920547270297 ], [ -75.220248758884495, 39.933888125458502 ], [ -75.220129489642801, 39.933989369028602 ], [ -75.220157410142505, 39.9340127775315 ], [ -75.220233417996994, 39.9339587939822 ], [ -75.220287001545501, 39.933920547270297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "320-32 MECHANIC ST", "addr_range": "320-32 MECHANIC ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 15662, "objectid": 8758, "Shape__Area": 2482.6328125, "Shape__Length": 206.10990586228348 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173831206977894, 40.042350176697397 ], [ -75.173870248461796, 40.042374764180899 ], [ -75.173923256751905, 40.042324805318799 ], [ -75.1739863403904, 40.042262997941997 ], [ -75.173989410479706, 40.042260036693399 ], [ -75.174231174538903, 40.042027755455898 ], [ -75.173959816424201, 40.041862826564802 ], [ -75.173916967767497, 40.0419048420191 ], [ -75.173870298397702, 40.041949703659498 ], [ -75.173839429445195, 40.041978896973802 ], [ -75.173806285528599, 40.042011135130799 ], [ -75.173769554720394, 40.042046112995401 ], [ -75.173711625401097, 40.042101410726197 ], [ -75.173667249237695, 40.042143326060298 ], [ -75.173648618136696, 40.0421622844189 ], [ -75.173625095308097, 40.042183614440603 ], [ -75.17359888531, 40.042208286402399 ], [ -75.173831206977894, 40.042350176697397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2124 N 30TH ST", "addr_range": "2124-2126 N 30TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 998, "objectid": 8759, "Shape__Area": 157.98828125, "Shape__Length": 64.060839913018313 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182163539463005, 39.9886731008149 ], [ -75.182393067309604, 39.988703785629198 ], [ -75.182401963539306, 39.9886625246655 ], [ -75.1821724425551, 39.988631630985097 ], [ -75.182163539463005, 39.9886731008149 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3014 W SUSQUEHANNA AVE", "addr_range": "3006-3014 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 851, "objectid": 8760, "Shape__Area": 134.796875, "Shape__Length": 58.008342510668619 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182340393293401, 39.989587017090102 ], [ -75.182375637060105, 39.989592141169702 ], [ -75.182392072292203, 39.989594782078001 ], [ -75.182393299152693, 39.989589472840798 ], [ -75.182394277397407, 39.9895852554722 ], [ -75.182428277510397, 39.9894375701545 ], [ -75.182425902679995, 39.989437210686397 ], [ -75.182377387200702, 39.989430015639797 ], [ -75.182340393293401, 39.989587017090102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1220 W HAZZARD ST", "addr_range": "1220 W HAZZARD ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 665, "objectid": 8761, "Shape__Area": 101.328125, "Shape__Length": 47.178589347506318 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151794215265795, 39.991517561300803 ], [ -75.151844172490698, 39.991524301879203 ], [ -75.151870490861, 39.991402258109602 ], [ -75.151820412921197, 39.991395950000303 ], [ -75.151794215265795, 39.991517561300803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2452 N COLORADO ST", "addr_range": "2452 N COLORADO ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 697, "objectid": 8762, "Shape__Area": 107.27734375, "Shape__Length": 47.652285648571898 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160741491779902, 39.991238293137997 ], [ -75.160899623180498, 39.991260059842404 ], [ -75.160908279782106, 39.991221534832398 ], [ -75.160908654236493, 39.991219947578998 ], [ -75.160903412325197, 39.991218346264702 ], [ -75.160750638762806, 39.991197877154399 ], [ -75.160741491779902, 39.991238293137997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2731 JUDSON ST", "addr_range": "2730-2732 N BONSALL ST; 2731-2733 JUDSON ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 653, "objectid": 8763, "Shape__Area": 107.95703125, "Shape__Length": 47.920263394466303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169808167763506, 39.996691377116598 ], [ -75.169966626894293, 39.996712655401701 ], [ -75.169975805396405, 39.996671900725303 ], [ -75.169816744923907, 39.996650449454798 ], [ -75.169808167763506, 39.996691377116598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2102 W WESTMORELAND ST", "addr_range": "2100-2102 W WESTMORELAND ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 755, "objectid": 8764, "Shape__Area": 119.83203125, "Shape__Length": 51.468735023226955 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164102903871793, 40.004612995393302 ], [ -75.164155388024497, 40.004620238693697 ], [ -75.164185949548198, 40.0044870524613 ], [ -75.164151159188606, 40.004482463854501 ], [ -75.164130406669898, 40.004479739375597 ], [ -75.164102903871793, 40.004612995393302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2538 N CORLIES ST", "addr_range": "2538 N CORLIES ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 739, "objectid": 8765, "Shape__Area": 117.0234375, "Shape__Length": 51.879484856757976 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181289068365899, 39.995106572430501 ], [ -75.181466307877002, 39.9951316879622 ], [ -75.181475596130596, 39.9950922405433 ], [ -75.181297290381593, 39.995067102064503 ], [ -75.181289068365899, 39.995106572430501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "30-32 REGER ST", "addr_range": "28-32 REGER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1670, "objectid": 8766, "Shape__Area": 264.66015625, "Shape__Length": 71.558010494559056 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165252362354394, 40.028817404000399 ], [ -75.1651908634704, 40.028874583045301 ], [ -75.165329400850695, 40.028948499080698 ], [ -75.165333797195004, 40.0289437298471 ], [ -75.165381696475293, 40.028969407322997 ], [ -75.1654341493239, 40.028912475104697 ], [ -75.165252362354394, 40.028817404000399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2345 N BOUVIER ST", "addr_range": "2345 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 676, "objectid": 8767, "Shape__Area": 109.671875, "Shape__Length": 50.383588348952983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161258770785594, 39.989572820069299 ], [ -75.161266902062806, 39.989573937818903 ], [ -75.1614318420594, 39.989596760256603 ], [ -75.161439969016698, 39.989558933271702 ], [ -75.161275417667895, 39.9895357817283 ], [ -75.161266747048501, 39.9895345545048 ], [ -75.161258770785594, 39.989572820069299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3331 N 17TH ST", "addr_range": "3323-3343 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 2493, "objectid": 8768, "Shape__Area": 398.1328125, "Shape__Length": 105.63159742710408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156658196503699, 40.0046755952106 ], [ -75.157046025120906, 40.004723945186299 ], [ -75.157059037059994, 40.004662596893098 ], [ -75.156672042362601, 40.004613281880403 ], [ -75.156658196503699, 40.0046755952106 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3341 N 17TH ST", "addr_range": "3323-3343 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 2493, "objectid": 8769, "Shape__Area": 394.484375, "Shape__Length": 106.00256879441615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156590950596595, 40.004984028759601 ], [ -75.156981247694105, 40.005034207879199 ], [ -75.156993985303203, 40.004973449868601 ], [ -75.156603968731304, 40.004923082501797 ], [ -75.156597883688306, 40.004952331717 ], [ -75.156590950596595, 40.004984028759601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7110 YOCUM ST", "addr_range": "7110 YOCUM ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1346, "objectid": 8770, "Shape__Area": 212.875, "Shape__Length": 64.509191404942968 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243822400962401, 39.9196911445053 ], [ -75.243887000086303, 39.919745830380002 ], [ -75.243918541712901, 39.9197721341096 ], [ -75.243960795426304, 39.919808263027903 ], [ -75.244022999956798, 39.919764374661 ], [ -75.243970072621593, 39.919720710834497 ], [ -75.243931439460596, 39.919688611005299 ], [ -75.243882938215194, 39.919648139686998 ], [ -75.243822400962401, 39.9196911445053 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5021-41 BROWN ST", "addr_range": "5021-41 BROWN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 11774, "objectid": 8771, "Shape__Area": 1776.33203125, "Shape__Length": 184.42171697847436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220998630813995, 39.966141054617303 ], [ -75.221574234426498, 39.966078866266002 ], [ -75.221536191510296, 39.965888432496399 ], [ -75.220960592629197, 39.965958493658398 ], [ -75.220998630813995, 39.966141054617303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3008 W SUSQUEHANNA AVE", "addr_range": "3006-3014 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 848, "objectid": 8772, "Shape__Area": 133.6328125, "Shape__Length": 57.66082852083214 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182186458860201, 39.989566163161001 ], [ -75.182237711994603, 39.9895729843442 ], [ -75.182272971485503, 39.989416412645902 ], [ -75.182222060883007, 39.9894099532358 ], [ -75.1822071581594, 39.989473196005903 ], [ -75.182186458860201, 39.989566163161001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2619 N DARIEN ST", "addr_range": "801-813 W HUNTINGDON ST; 2611-2623 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 560, "objectid": 8773, "Shape__Area": 93.8671875, "Shape__Length": 43.590223783020456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145664886974103, 39.9916045418965 ], [ -75.145658203915303, 39.991632889551397 ], [ -75.145799156260694, 39.991651707730199 ], [ -75.145807820624597, 39.991611556596801 ], [ -75.145667597299607, 39.991592882912897 ], [ -75.145664886974103, 39.9916045418965 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1624 W WINGOHOCKING ST", "addr_range": "1624-1626 W WINGOHOCKING ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 875, "objectid": 8774, "Shape__Area": 138.7109375, "Shape__Length": 59.02320336126418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152689654550699, 40.021957355204499 ], [ -75.152741762072495, 40.021964933704297 ], [ -75.152776110052699, 40.0218037211066 ], [ -75.152724345890803, 40.021797585706999 ], [ -75.152689654550699, 40.021957355204499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3928 PARRISH ST", "addr_range": "3928 PARRISH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1148, "objectid": 8775, "Shape__Area": 181.59765625, "Shape__Length": 71.955936129664764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201535643788205, 39.968372203414702 ], [ -75.201482180327304, 39.968377737463001 ], [ -75.201520130863699, 39.968582413806502 ], [ -75.201572957816097, 39.968576526822503 ], [ -75.201573082896502, 39.9685692909271 ], [ -75.201535643788205, 39.968372203414702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "763 N 43RD ST", "addr_range": "763 N 43RD ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1589, "objectid": 8776, "Shape__Area": 408.90625, "Shape__Length": 137.76814124607066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209484539404698, 39.966410353926797 ], [ -75.208927884845195, 39.966453721058599 ], [ -75.208930622257, 39.966475203924702 ], [ -75.208933265066605, 39.966499748105001 ], [ -75.209490270850907, 39.9664542947855 ], [ -75.209484539404698, 39.966410353926797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2470 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 784, "objectid": 8777, "Shape__Area": 124.3515625, "Shape__Length": 53.702312314665654 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178244042383398, 39.993733028190398 ], [ -75.178235979023597, 39.993773308335399 ], [ -75.178409946595593, 39.9937960821307 ], [ -75.178421229041405, 39.993797560271297 ], [ -75.178429018454594, 39.993756839691102 ], [ -75.178418882251194, 39.993755532293598 ], [ -75.178244042383398, 39.993733028190398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1035 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 614, "objectid": 8778, "Shape__Area": 98.39453125, "Shape__Length": 46.607728844935245 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147730752098099, 39.997511163865703 ], [ -75.147778830094296, 39.997517799546799 ], [ -75.147805835865299, 39.997397238059001 ], [ -75.147757485824798, 39.997389999744797 ], [ -75.147756569752701, 39.997394766998703 ], [ -75.147754818847901, 39.997397290708797 ], [ -75.1477533241152, 39.997407283375601 ], [ -75.147751506076204, 39.997411497679401 ], [ -75.147751343128505, 39.997415749503404 ], [ -75.147746583511406, 39.997438240991102 ], [ -75.147745071420502, 39.997441625182901 ], [ -75.147744908472305, 39.997445877006903 ], [ -75.147743361367702, 39.997450113670901 ], [ -75.147736299792498, 39.997482354270502 ], [ -75.147730752098099, 39.997511163865703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2359 N CLEVELAND ST", "addr_range": "2359 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 709, "objectid": 8779, "Shape__Area": 112.4453125, "Shape__Length": 49.58459011312776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162348211420294, 39.989977637832197 ], [ -75.162514739608, 39.990000622433101 ], [ -75.162523651035201, 39.989960330770202 ], [ -75.162357602528303, 39.989936872247704 ], [ -75.162348211420294, 39.989977637832197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2028 N 32ND ST", "addr_range": "2028 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1277, "objectid": 8780, "Shape__Area": 202.16796875, "Shape__Length": 75.048753915979631 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185632712416606, 39.987744500913202 ], [ -75.185907679080501, 39.987780498065497 ], [ -75.185916165493495, 39.987736132757398 ], [ -75.185642119478004, 39.987700140873898 ], [ -75.185632712416606, 39.987744500913202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2121 N NEWKIRK ST", "addr_range": "2121 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 670, "objectid": 8781, "Shape__Area": 106.1328125, "Shape__Length": 49.083706241691559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179199450033195, 39.988187361237301 ], [ -75.179366549072697, 39.988210221526899 ], [ -75.179375844060203, 39.988172274596401 ], [ -75.179207992015193, 39.988149381234003 ], [ -75.179199450033195, 39.988187361237301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2004 N RANDOLPH ST", "addr_range": "2001-2017 GERMANTOWN AVE; 2002-2004, 2012, 2016-2018 N RANDOLPH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 613, "objectid": 8782, "Shape__Area": 97.15234375, "Shape__Length": 43.094691833156404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143408973305895, 39.981699177103302 ], [ -75.143543849961205, 39.9817168450925 ], [ -75.1435514478963, 39.981672865780403 ], [ -75.143418522416994, 39.981655661089597 ], [ -75.143408973305895, 39.981699177103302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1603 W DAUPHIN ST", "addr_range": "1603 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1185, "objectid": 8783, "Shape__Area": 187.87890625, "Shape__Length": 71.336617296801393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159199626076003, 39.988591970910299 ], [ -75.159256484531596, 39.988599573175399 ], [ -75.159302328794496, 39.988401479630198 ], [ -75.159245518227706, 39.9883937009647 ], [ -75.159199626076003, 39.988591970910299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "439 N DAGGETT ST", "addr_range": "431-443 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1557, "objectid": 8784, "Shape__Area": 246.7265625, "Shape__Length": 91.944343494852006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.249891099357598, 39.970293344982998 ], [ -75.249886218023505, 39.970292787232196 ], [ -75.249867734019602, 39.9702906753215 ], [ -75.249862914000104, 39.970313491507198 ], [ -75.249858972821698, 39.970332314729298 ], [ -75.249877665130896, 39.970334494249002 ], [ -75.2498831302902, 39.970335129591902 ], [ -75.250212247792504, 39.970373587740703 ], [ -75.250220965415593, 39.970330835538803 ], [ -75.249891099357598, 39.970293344982998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1601 N MARSHALL ST", "addr_range": "1601 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1295, "objectid": 8785, "Shape__Area": 204.98828125, "Shape__Length": 74.634613511910118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145977060244903, 39.975816844562097 ], [ -75.146248103591503, 39.975852930345603 ], [ -75.146257289048407, 39.975807374995 ], [ -75.145986286246597, 39.975771305466402 ], [ -75.145977060244903, 39.975816844562097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1668 N 56TH ST", "addr_range": "1668 N 56TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1114, "objectid": 8786, "Shape__Area": 176.28515625, "Shape__Length": 71.05254423384288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2343444014966, 39.978078481650599 ], [ -75.234081274100504, 39.978109078395399 ], [ -75.234089092832903, 39.9781485656314 ], [ -75.234351506655798, 39.978120290404398 ], [ -75.2343444014966, 39.978078481650599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2322 N CLEVELAND ST", "addr_range": "2318-2330 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 666, "objectid": 8787, "Shape__Area": 105.69140625, "Shape__Length": 48.59763218667333 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162772084623796, 39.989320928001298 ], [ -75.162937092499604, 39.989343039808702 ], [ -75.162944628656604, 39.989304247947302 ], [ -75.162780003595699, 39.989282482658702 ], [ -75.162772084623796, 39.989320928001298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3219 CLIFFORD ST", "addr_range": "3217-3219 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1555, "objectid": 8788, "Shape__Area": 246.42578125, "Shape__Length": 86.205865133608071 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187139914692295, 39.983307155073497 ], [ -75.187086750182004, 39.983553775001603 ], [ -75.187146110379302, 39.9835616779364 ], [ -75.187200673594305, 39.983315201845201 ], [ -75.187139914692295, 39.983307155073497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3489-95 RIDGE AVE", "addr_range": "3489-95 RIDGE AVE", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 13873, "objectid": 8789, "Shape__Area": 2182.6015625, "Shape__Length": 214.50071715384149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187507496710396, 39.997554432822803 ], [ -75.187509347529499, 39.997337696063198 ], [ -75.186829284868196, 39.997250618837299 ], [ -75.186793240855295, 39.997414800366002 ], [ -75.187507496710396, 39.997554432822803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2432 N BOUVIER ST", "addr_range": "2430-2434 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 675, "objectid": 8790, "Shape__Area": 111.90625, "Shape__Length": 50.332073123582873 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161438910556697, 39.990895196641603 ], [ -75.161443679077706, 39.990895449246601 ], [ -75.161447374437898, 39.990878251094998 ], [ -75.1614520525399, 39.990856660127001 ], [ -75.161280157330793, 39.9908336809223 ], [ -75.161271585524503, 39.990872723248799 ], [ -75.161438910556697, 39.990895196641603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2430 N BOUVIER ST", "addr_range": "2430-2434 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 675, "objectid": 8791, "Shape__Area": 105.64453125, "Shape__Length": 49.719051090975533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161280157330793, 39.9908336809223 ], [ -75.1614520525399, 39.990856660127001 ], [ -75.161456839446899, 39.9908344580207 ], [ -75.161460122715894, 39.990819250831102 ], [ -75.1612881070904, 39.990797220393702 ], [ -75.161280157330793, 39.9908336809223 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2440 N BOUVIER ST", "addr_range": "2440 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 798, "objectid": 8792, "Shape__Area": 126.796875, "Shape__Length": 51.953185557279099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161419789362199, 39.991005927384101 ], [ -75.161247670562204, 39.990982750279201 ], [ -75.161238051067301, 39.991026750693102 ], [ -75.161410193163505, 39.991050395061798 ], [ -75.161411848430703, 39.991042710683502 ], [ -75.161419789362199, 39.991005927384101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2457 N DOUGLAS ST", "addr_range": "2457-2459 N DOUGLAS ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 624, "objectid": 8793, "Shape__Area": 98.7890625, "Shape__Length": 48.761096223655926 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1849239582195, 39.994379500602903 ], [ -75.185093683078904, 39.994402636098698 ], [ -75.185102096147304, 39.994367474800903 ], [ -75.184931170055506, 39.994345036883701 ], [ -75.1849239582195, 39.994379500602903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "624 W LURAY ST", "addr_range": "622-624 W LURAY ST", "zipcode": 19140, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 965, "objectid": 8794, "Shape__Area": 153.12890625, "Shape__Length": 62.256642058539413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.137170611341901, 40.021721886772603 ], [ -75.137212752340901, 40.021728486924999 ], [ -75.137243752976801, 40.021557676364701 ], [ -75.137192914313601, 40.021550457542098 ], [ -75.137155480431502, 40.021719510683504 ], [ -75.137170611341901, 40.021721886772603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2411 CLIFFORD ST", "addr_range": "2411 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 792, "objectid": 8795, "Shape__Area": 125.53515625, "Shape__Length": 54.964484992878795 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174416953904, 39.981605678582 ], [ -75.174464886060093, 39.9816407837246 ], [ -75.174496488084301, 39.981485404214297 ], [ -75.174443173568903, 39.981478421431802 ], [ -75.174416953904, 39.981605678582 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2203 N CLEVELAND ST", "addr_range": "2201-2203 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 704, "objectid": 8796, "Shape__Area": 111.5703125, "Shape__Length": 48.244100158099563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162933754466493, 39.987330386239002 ], [ -75.1630921244099, 39.987351171583498 ], [ -75.163101356661301, 39.987309081483097 ], [ -75.162943172651296, 39.987287784058203 ], [ -75.162933754466493, 39.987330386239002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2049 S 56TH ST", "addr_range": "1848-1852 S ALLISON ST; 2047-2051 S 56TH ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 800, "objectid": 8797, "Shape__Area": 131.48828125, "Shape__Length": 53.443653893566371 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220463420660806, 39.933733615773001 ], [ -75.220502454440805, 39.933766731612998 ], [ -75.220638401106001, 39.9336730598923 ], [ -75.220600290152305, 39.933641060969002 ], [ -75.2205908751327, 39.933645914234901 ], [ -75.220463420660806, 39.933733615773001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2119 N NATRONA ST", "addr_range": "2117-2119 N NATRONA ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 904, "objectid": 8798, "Shape__Area": 143.203125, "Shape__Length": 60.038281729640993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185615816750001, 39.988982730684903 ], [ -75.185829820803605, 39.989011144385202 ], [ -75.185837613599901, 39.988970728924997 ], [ -75.185625598132106, 39.988942359665899 ], [ -75.185615816750001, 39.988982730684903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2305 N SMEDLEY ST", "addr_range": "2305-2309 N SMEDLEY ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1133, "objectid": 8799, "Shape__Area": 180.91015625, "Shape__Length": 74.285880005178655 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159475231349504, 39.988744127625502 ], [ -75.159752938690005, 39.988783408460399 ], [ -75.159760601784399, 39.988743023931697 ], [ -75.159483477409594, 39.988706060169299 ], [ -75.159475231349504, 39.988744127625502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "127 N YEWDALL ST", "addr_range": "127-129 N YEWDALL ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 805, "objectid": 8800, "Shape__Area": 127.33984375, "Shape__Length": 55.400128093599442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228500454103695, 39.962735012371802 ], [ -75.228693481716505, 39.962759516887502 ], [ -75.228693873028305, 39.962752916672997 ], [ -75.228703182201102, 39.962719931213996 ], [ -75.228508966141007, 39.962695303286203 ], [ -75.228500454103695, 39.962735012371802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2215 N 16TH ST", "addr_range": "2215-2217 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1032, "objectid": 8801, "Shape__Area": 162.23046875, "Shape__Length": 64.801762354140365 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159062991453695, 39.987092350541403 ], [ -75.159295072895304, 39.9871222051815 ], [ -75.159304370666007, 39.987080116812798 ], [ -75.159071990081898, 39.987050400499101 ], [ -75.159062991453695, 39.987092350541403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1837 S ALLISON ST", "addr_range": "1821-1843 S ALLISON ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 717, "objectid": 8802, "Shape__Area": 113.515625, "Shape__Length": 51.066952783489363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220355621448206, 39.933976786705799 ], [ -75.220225008093905, 39.934069430586199 ], [ -75.220259567864801, 39.934098417643902 ], [ -75.220390479663195, 39.934006151518901 ], [ -75.220355621448206, 39.933976786705799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1545 N FRANKLIN ST", "addr_range": "1543-1549 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1096, "objectid": 8803, "Shape__Area": 173.48046875, "Shape__Length": 66.207335591698509 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147496311702497, 39.975686371517902 ], [ -75.147730897229195, 39.975719191501902 ], [ -75.147740573337998, 39.975674436475998 ], [ -75.147505287882694, 39.975642373710599 ], [ -75.147496311702497, 39.975686371517902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "619 N 54TH ST", "addr_range": "617-619 N 54TH ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1008, "objectid": 8804, "Shape__Area": 159.625, "Shape__Length": 62.804773946529721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228146105620795, 39.969743237054303 ], [ -75.228154182741207, 39.969786717391798 ], [ -75.228377062134101, 39.9697643369582 ], [ -75.228368987247293, 39.9697208557875 ], [ -75.228146105620795, 39.969743237054303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2035 E ORLEANS ST", "addr_range": "2033-2035 E ORLEANS ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1408, "objectid": 8805, "Shape__Area": 223.16796875, "Shape__Length": 90.748459997296905 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116127217896405, 39.990788285919699 ], [ -75.115809627761394, 39.990913514783102 ], [ -75.115832555662607, 39.990947918805198 ], [ -75.116150145951096, 39.990822688978199 ], [ -75.116127217896405, 39.990788285919699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2951 JUDSON ST", "addr_range": "2949-2951 JUDSON ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 640, "objectid": 8806, "Shape__Area": 120.4140625, "Shape__Length": 49.636094294793594 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169040500745297, 40.000247476513103 ], [ -75.169202101659195, 40.000267343237702 ], [ -75.169212417077006, 40.000223147966999 ], [ -75.169051407046098, 40.000202070962899 ], [ -75.169040500745297, 40.000247476513103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5123 HARLAN ST", "addr_range": "5121-5123 HARLAN ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1164, "objectid": 8807, "Shape__Area": 184.390625, "Shape__Length": 76.510523472361655 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225252968574495, 39.975020483454401 ], [ -75.225291196658006, 39.975242805986902 ], [ -75.2253400182653, 39.975237657803298 ], [ -75.225304787361793, 39.975014723680701 ], [ -75.225252968574495, 39.975020483454401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1220 N 50TH ST", "addr_range": "1218-1220 N 50TH ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1244, "objectid": 8808, "Shape__Area": 201.109375, "Shape__Length": 75.35355765488373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223090679159696, 39.972682336532699 ], [ -75.222812879747593, 39.972710682004298 ], [ -75.222820474119899, 39.972754308021898 ], [ -75.223099113409404, 39.972726496394003 ], [ -75.223090679159696, 39.972682336532699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2451 W OAKDALE ST", "addr_range": "2451 W OAKDALE ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 821, "objectid": 8809, "Shape__Area": 130.1328125, "Shape__Length": 59.247608104617107 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172196991642906, 39.9958090686169 ], [ -75.172244265152599, 39.995815932749998 ], [ -75.172280448528895, 39.995651179689901 ], [ -75.172232957069895, 39.995644535928001 ], [ -75.172196991642906, 39.9958090686169 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2517 N 9TH ST", "addr_range": "2517 N 9TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 736, "objectid": 8810, "Shape__Area": 118.2890625, "Shape__Length": 52.842676705201605 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146384357285996, 39.990194378994403 ], [ -75.146389508202006, 39.990195043657501 ], [ -75.146567641528506, 39.9902180741745 ], [ -75.146576453593298, 39.990179553589002 ], [ -75.146398002307606, 39.990156080677998 ], [ -75.146392934491303, 39.990155417900198 ], [ -75.146384357285996, 39.990194378994403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4527 PARRISH ST", "addr_range": "4527 PARRISH ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1029, "objectid": 8811, "Shape__Area": 142.2421875, "Shape__Length": 61.559178516505369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213476181499303, 39.967971415508202 ], [ -75.213477581055201, 39.967981601634101 ], [ -75.213527798810802, 39.967977682358502 ], [ -75.213504952325806, 39.967805713143797 ], [ -75.213453921573205, 39.967809581998097 ], [ -75.213476181499303, 39.967971415508202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "164 E SHARPNACK ST", "addr_range": "162-164 E SHARPNACK ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 3025, "objectid": 8812, "Shape__Area": 482.2578125, "Shape__Length": 114.81349784577866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180866817763501, 40.051719596966798 ], [ -75.181200453932206, 40.051919220932199 ], [ -75.181256606473596, 40.0518643959523 ], [ -75.181243254078495, 40.051856359542903 ], [ -75.181118825468005, 40.051781586764697 ], [ -75.180924346710796, 40.051663320768697 ], [ -75.180866817763501, 40.051719596966798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2625 W MONTGOMERY AVE", "addr_range": "2623-2627 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1154, "objectid": 8813, "Shape__Area": 182.85546875, "Shape__Length": 71.558284770827669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177742902926397, 39.983107226947297 ], [ -75.177797037769395, 39.983115290640797 ], [ -75.177842708362903, 39.982914188497197 ], [ -75.177787710773103, 39.9829067659267 ], [ -75.177742902926397, 39.983107226947297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2669 N 28TH ST", "addr_range": "2665-2669 N 28TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 913, "objectid": 8814, "Shape__Area": 269.90625, "Shape__Length": 68.486419956550478 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176702868209802, 39.996644955908799 ], [ -75.1766935570177, 39.996689349946102 ], [ -75.176888378997504, 39.996716219961002 ], [ -75.176898182683303, 39.996671563042902 ], [ -75.176906464049097, 39.996633319638001 ], [ -75.176712452330406, 39.996606095694702 ], [ -75.176702868209802, 39.996644955908799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1441 N 17TH ST", "addr_range": "1441-1443 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1941, "objectid": 8815, "Shape__Area": 307.4765625, "Shape__Length": 93.328736355886065 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162941324497993, 39.976197757061897 ], [ -75.163057593327906, 39.976213081614901 ], [ -75.163283661390906, 39.976243646701903 ], [ -75.163295983504497, 39.976189664367901 ], [ -75.162953419927604, 39.976143706577098 ], [ -75.162941324497993, 39.976197757061897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "117 W ROOSEVELT BLVD", "addr_range": "101-119 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1760, "objectid": 8816, "Shape__Area": 275.60546875, "Shape__Length": 85.044011739340576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.124040079036007, 40.025971923992998 ], [ -75.124099122660596, 40.026205014437302 ], [ -75.124115762627198, 40.026202542276103 ], [ -75.124168823234598, 40.026194679501998 ], [ -75.1241700877043, 40.026194531813402 ], [ -75.124109790712296, 40.025961265884199 ], [ -75.124040079036007, 40.025971923992998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1834 S ALLISON ST", "addr_range": "1834 S ALLISON ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 713, "objectid": 8817, "Shape__Area": 112.80078125, "Shape__Length": 51.441090129838685 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2206218686527, 39.9340790543785 ], [ -75.220655237543397, 39.934107967295397 ], [ -75.220789744614905, 39.934014779908701 ], [ -75.220755410363395, 39.933986458421302 ], [ -75.2206218686527, 39.9340790543785 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3908 WALLACE ST", "addr_range": "3908-3912 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1434, "objectid": 8818, "Shape__Area": 177.43359375, "Shape__Length": 64.934769807937442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200275633110607, 39.9641176872058 ], [ -75.200277150101499, 39.964125812846603 ], [ -75.200296906119306, 39.964229013340997 ], [ -75.200343451627703, 39.964224084830697 ], [ -75.200358912683498, 39.964222396637901 ], [ -75.200325355996199, 39.964048719177498 ], [ -75.200263393415895, 39.9640553224203 ], [ -75.200267201344502, 39.964074975077999 ], [ -75.200275633110607, 39.9641176872058 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2312 N 25TH ST", "addr_range": "2310-2312 N 25TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 922, "objectid": 8819, "Shape__Area": 146.046875, "Shape__Length": 57.487626854382022 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173671406392103, 39.990626115121103 ], [ -75.173868603509305, 39.990649578700499 ], [ -75.1738776551597, 39.990608224457198 ], [ -75.173878163389205, 39.990605850883803 ], [ -75.173682570045401, 39.990580472623897 ], [ -75.173671681505994, 39.990624977010299 ], [ -75.173671406392103, 39.990626115121103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2724 W HUNTINGDON ST", "addr_range": "2720-2724 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1138, "objectid": 8820, "Shape__Area": 180.2734375, "Shape__Length": 72.735359272512142 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176819036504298, 39.994908479087698 ], [ -75.176775360033005, 39.995114783084702 ], [ -75.176827463112403, 39.995121964433899 ], [ -75.176871869044703, 39.994914676649799 ], [ -75.176819036504298, 39.994908479087698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2447 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 739, "objectid": 8821, "Shape__Area": 117.1328125, "Shape__Length": 53.071722164312035 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178711435346202, 39.993339281310298 ], [ -75.178535221737405, 39.993317134289804 ], [ -75.178525627990595, 39.993315919242796 ], [ -75.178517659438697, 39.993353670587197 ], [ -75.178526940124996, 39.993354862403301 ], [ -75.178686180933497, 39.993375275004603 ], [ -75.178703459577306, 39.993377256855403 ], [ -75.178711435346202, 39.993339281310298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2043 E AUBURN ST", "addr_range": "2041-2043 E AUBURN ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1129, "objectid": 8822, "Shape__Area": 178.76953125, "Shape__Length": 69.589034702706456 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118163556086301, 39.988824909248002 ], [ -75.118195073636599, 39.988860627930002 ], [ -75.118406717248106, 39.988750319285799 ], [ -75.11837567085, 39.988714320433502 ], [ -75.118163556086301, 39.988824909248002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2847 WEIKEL ST", "addr_range": "2843-2857 WEIKEL ST; 2842-2846 TULIP ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 715, "objectid": 8823, "Shape__Area": 113.35546875, "Shape__Length": 53.543651454234706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115529885561699, 39.985639607289798 ], [ -75.1154899417552, 39.985660177265302 ], [ -75.115599503548495, 39.985782191301801 ], [ -75.115638004468394, 39.985762070219501 ], [ -75.115529885561699, 39.985639607289798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2009 GERMANTOWN AVE", "addr_range": "2001-2017 GERMANTOWN AVE; 2002-2004, 2012, 2016-2018 N RANDOLPH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 1685, "objectid": 8824, "Shape__Area": 267.00390625, "Shape__Length": 95.956947582776081 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143390614937204, 39.981786034916503 ], [ -75.1435766687718, 39.9818106840263 ], [ -75.143767899806306, 39.981801389077198 ], [ -75.143763551248796, 39.981757460119503 ], [ -75.143580094609007, 39.981766157646497 ], [ -75.143400168386506, 39.981742437009402 ], [ -75.143390614937204, 39.981786034916503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1550 N DARIEN ST", "addr_range": "1550 N DARIEN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 513, "objectid": 8825, "Shape__Area": 81.22265625, "Shape__Length": 43.942471319876304 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1495204822847, 39.975784939794103 ], [ -75.149531158048404, 39.975785745759403 ], [ -75.149537832395097, 39.9757542693972 ], [ -75.149487280246603, 39.975747530280302 ], [ -75.149384945800193, 39.9757333303153 ], [ -75.149377838897294, 39.975765151869297 ], [ -75.1495204822847, 39.975784939794103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3960 PARRISH ST", "addr_range": "3948-3962 PARRISH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1578, "objectid": 8826, "Shape__Area": 249.70703125, "Shape__Length": 83.521120942726114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202598709972406, 39.968221942575198 ], [ -75.202600114080298, 39.968230871168302 ], [ -75.202605135232503, 39.968257291076299 ], [ -75.202607310420703, 39.9682697020516 ], [ -75.202610248455002, 39.968279600842898 ], [ -75.202615471815406, 39.968310714968403 ], [ -75.202618946710302, 39.968329249193197 ], [ -75.202622030783203, 39.968340843312802 ], [ -75.202623192744497, 39.968351201829996 ], [ -75.202625060256096, 39.968360045204101 ], [ -75.202631437401394, 39.968395584548702 ], [ -75.2026341010517, 39.9684005595645 ], [ -75.202634421169904, 39.968409884860897 ], [ -75.202637959041894, 39.968421150276797 ], [ -75.202638349244395, 39.968428606643499 ], [ -75.202641823156299, 39.968441546507997 ], [ -75.202641389128601, 39.968446969029003 ], [ -75.202643716837002, 39.968456999331202 ], [ -75.202707525465897, 39.968449856356401 ], [ -75.202706101422095, 39.968441458915201 ], [ -75.202703244466505, 39.968423776346299 ], [ -75.202698016628801, 39.968398932217497 ], [ -75.202692119644297, 39.968368480697798 ], [ -75.202688707544795, 39.968347740408497 ], [ -75.202684798196898, 39.968328518985999 ], [ -75.202677178711497, 39.968285325961602 ], [ -75.2026749147591, 39.968275281758302 ], [ -75.2026730742014, 39.968271340448403 ], [ -75.2026730042911, 39.968267615044503 ], [ -75.202670346277898, 39.968256369162603 ], [ -75.202669190353802, 39.968245849500299 ], [ -75.202663081074903, 39.968214876989698 ], [ -75.202661293595199, 39.968215078775998 ], [ -75.202652098132006, 39.968215599940798 ], [ -75.202636405691393, 39.968217846452099 ], [ -75.202620470162401, 39.9682193307207 ], [ -75.202609742858399, 39.968221043240099 ], [ -75.202598709972406, 39.968221942575198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2730 N BONSALL ST", "addr_range": "2730-2732 N BONSALL ST; 2731-2733 JUDSON ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 653, "objectid": 8827, "Shape__Area": 107.3359375, "Shape__Length": 47.745842992900251 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169639231420007, 39.9966678331105 ], [ -75.1697973473985, 39.996689876987404 ], [ -75.169806249958, 39.996648648493803 ], [ -75.169648392938996, 39.996627530383002 ], [ -75.169639231420007, 39.9966678331105 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2126 N DOVER ST", "addr_range": "2124-2128 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 662, "objectid": 8828, "Shape__Area": 104.7734375, "Shape__Length": 48.819911218009032 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179909729166198, 39.988371574305198 ], [ -75.180076507619702, 39.9883940398337 ], [ -75.180085035135406, 39.9883564297673 ], [ -75.179918262835898, 39.988333804007098 ], [ -75.179909729166198, 39.988371574305198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2713 N NEWKIRK ST", "addr_range": "2713 N NEWKIRK ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 761, "objectid": 8829, "Shape__Area": 117.16796875, "Shape__Length": 51.789852206147707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177184148016806, 39.997287154659702 ], [ -75.177361875504502, 39.997310545713901 ], [ -75.177369142286494, 39.997270876667798 ], [ -75.177191950886794, 39.997247191294001 ], [ -75.177184148016806, 39.997287154659702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3119 W MONTGOMERY AVE", "addr_range": "3117-3119 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1634, "objectid": 8830, "Shape__Area": 258.90625, "Shape__Length": 92.793291912183705 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185304383059105, 39.984154524946597 ], [ -75.1853618373692, 39.984161853710297 ], [ -75.185421090625397, 39.983891237860199 ], [ -75.185363294743397, 39.983883531173603 ], [ -75.185346597754702, 39.983960000636003 ], [ -75.185338345534802, 39.983999841764899 ], [ -75.1853282413865, 39.984046572072799 ], [ -75.185304383059105, 39.984154524946597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "430 N DAGGETT ST", "addr_range": "412-430 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "10", "parcelarea": 1499, "objectid": 8831, "Shape__Area": 237.39453125, "Shape__Length": 91.962469379592577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.250786041729299, 39.970225957046999 ], [ -75.250759004281406, 39.9702228048452 ], [ -75.250430408467096, 39.970184407371399 ], [ -75.250422405754904, 39.970223742385002 ], [ -75.250750475593506, 39.970263900669899 ], [ -75.250777838833699, 39.970267237464299 ], [ -75.250784565074497, 39.970234741978203 ], [ -75.250786041729299, 39.970225957046999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "421 N DAGGETT ST", "addr_range": "415-423 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1516, "objectid": 8832, "Shape__Area": 240.08984375, "Shape__Length": 91.374991933147129 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.249954132916102, 39.969961062543298 ], [ -75.249958097501207, 39.9699615201299 ], [ -75.250288324574498, 39.970000517640798 ], [ -75.250296709612797, 39.969959386279697 ], [ -75.249966572313895, 39.969920245685003 ], [ -75.249962587839903, 39.969919787665397 ], [ -75.249944815900193, 39.969917675962201 ], [ -75.249936569215393, 39.9699589878118 ], [ -75.249954132916102, 39.969961062543298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "618 PALLAS ST", "addr_range": "4320 WALLACE ST; 618 PALLAS ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 975, "objectid": 8833, "Shape__Area": 162.921875, "Shape__Length": 69.543021569873815 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.209973473027802, 39.963143335966599 ], [ -75.209978388259401, 39.963181580616002 ], [ -75.210239323616804, 39.963161718960897 ], [ -75.210234407069905, 39.9631234742968 ], [ -75.209973473027802, 39.963143335966599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2424 N 16TH ST", "addr_range": "2424 N 16TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1002, "objectid": 8834, "Shape__Area": 154.9375, "Shape__Length": 64.42174516015487 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158747217018401, 39.990449937486503 ], [ -75.158980348047393, 39.9904816858092 ], [ -75.158988552110799, 39.990441876667099 ], [ -75.158756125208598, 39.990409791055498 ], [ -75.158747217018401, 39.990449937486503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2005 GERMANTOWN AVE", "addr_range": "2001-2017 GERMANTOWN AVE; 2002-2004, 2012, 2016-2018 N RANDOLPH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 950, "objectid": 8835, "Shape__Area": 150.50390625, "Shape__Length": 59.709941746077568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143754994284606, 39.981669735133103 ], [ -75.143587071323296, 39.981677752857998 ], [ -75.1435514478963, 39.981672865780403 ], [ -75.143543849961205, 39.9817168450925 ], [ -75.143583753964094, 39.981722169073898 ], [ -75.143759122270396, 39.9817139483104 ], [ -75.143754994284606, 39.981669735133103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2842 DIAMOND ST", "addr_range": "2838-2842, 2846 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1211, "objectid": 8836, "Shape__Area": 191.78125, "Shape__Length": 71.881987011045723 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180233978894407, 39.987703852273199 ], [ -75.180292299308206, 39.987711638097998 ], [ -75.180327571465895, 39.987548200590098 ], [ -75.180337096926607, 39.987511885079201 ], [ -75.180277918620405, 39.987505756846701 ], [ -75.180233978894407, 39.987703852273199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2428 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 746, "objectid": 8837, "Shape__Area": 116.9921875, "Shape__Length": 53.198264901376916 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178600908419099, 39.992975528759096 ], [ -75.178591293651493, 39.992974313245497 ], [ -75.1784141547015, 39.992951694781702 ], [ -75.1784061787437, 39.9929896721071 ], [ -75.178582995975802, 39.993011879721003 ], [ -75.178592342217996, 39.993013040565003 ], [ -75.178600908419099, 39.992975528759096 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5030 RENO ST", "addr_range": "5028-5032 RENO ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 704, "objectid": 8838, "Shape__Area": 112.34765625, "Shape__Length": 51.834654484000914 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221231468272904, 39.966373504899899 ], [ -75.221256480098205, 39.966512571244898 ], [ -75.221305264494205, 39.966507666456302 ], [ -75.221280602772495, 39.9663681888753 ], [ -75.221255556163001, 39.966370795780598 ], [ -75.221231468272904, 39.966373504899899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "662 UNION ST", "addr_range": "662, 666 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1630, "objectid": 8839, "Shape__Area": 256.76171875, "Shape__Length": 82.086765340670595 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201836442421396, 39.964753124894401 ], [ -75.201540017028094, 39.964787163069801 ], [ -75.201550672119694, 39.964838739899299 ], [ -75.2018469740987, 39.9648063432846 ], [ -75.201836442421396, 39.964753124894401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5511 SAYBROOK AVE", "addr_range": "5511-5513 SAYBROOK AVE", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1072, "objectid": 8840, "Shape__Area": 168.19921875, "Shape__Length": 65.681081741256946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220191910494805, 39.934820210283497 ], [ -75.220346503492294, 39.934946933834198 ], [ -75.220354428929696, 39.9349534282603 ], [ -75.220364674649105, 39.934946481388202 ], [ -75.220395810951601, 39.934924004344197 ], [ -75.220388071346605, 39.934917611327897 ], [ -75.220233948646595, 39.934790075594101 ], [ -75.220191910494805, 39.934820210283497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "102 W DUVAL ST", "addr_range": "100-102 W DUVAL ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1600, "objectid": 8841, "Shape__Area": 255.5703125, "Shape__Length": 82.403732172580163 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183338268751399, 40.042756839758297 ], [ -75.1835747976276, 40.042900076981503 ], [ -75.183617403215393, 40.042858795047103 ], [ -75.183380088029196, 40.042715830465198 ], [ -75.183338268751399, 40.042756839758297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5105 MASTER ST", "addr_range": "5105-5111 MASTER ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2700, "objectid": 8842, "Shape__Area": 707.47265625, "Shape__Length": 160.19685739265469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224413468084506, 39.974765181168401 ], [ -75.224432831981005, 39.9748800241805 ], [ -75.224454026554795, 39.975021697752801 ], [ -75.224544251431794, 39.975015317640803 ], [ -75.224516096935403, 39.9748320954645 ], [ -75.224469093645695, 39.974535896765403 ], [ -75.224378788025902, 39.974544402283897 ], [ -75.224413468084506, 39.974765181168401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2440 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 732, "objectid": 8843, "Shape__Area": 116.12109375, "Shape__Length": 53.164877966143194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178355685075104, 39.993217279629597 ], [ -75.178532700097193, 39.993239847638499 ], [ -75.178542711079302, 39.993241118884903 ], [ -75.178550672217796, 39.9932035935269 ], [ -75.178540971942397, 39.9932023769952 ], [ -75.178364221227795, 39.993180008635903 ], [ -75.178355685075104, 39.993217279629597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "446 DEARBORN ST", "addr_range": "446-450 DEARBORN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 788, "objectid": 8844, "Shape__Area": 121.23046875, "Shape__Length": 55.160389686515387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.221672142411407, 39.9650043992268 ], [ -75.221666600874798, 39.9649670090893 ], [ -75.221469837083106, 39.964987561372098 ], [ -75.221475704675996, 39.965025248828503 ], [ -75.221672142411407, 39.9650043992268 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4828 N WARNOCK ST", "addr_range": "4828 N WARNOCK ST", "zipcode": 19141, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1594, "objectid": 8845, "Shape__Area": 252.6484375, "Shape__Length": 96.071060541084577 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.141335451916206, 40.026084296748898 ], [ -75.1417114814315, 40.026129446434602 ], [ -75.141713460295307, 40.026087803846899 ], [ -75.141344047531902, 40.026043434280901 ], [ -75.141335451916206, 40.026084296748898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1028 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 616, "objectid": 8846, "Shape__Area": 97.91796875, "Shape__Length": 47.008302405944093 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147628567212607, 39.997289858883299 ], [ -75.147655409862594, 39.9972933524867 ], [ -75.147676179422902, 39.997296080394598 ], [ -75.147704311271895, 39.997173497338302 ], [ -75.147656077312405, 39.997167116677304 ], [ -75.147628567212607, 39.997289858883299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2252 N 19TH ST", "addr_range": "2234-2254 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 966, "objectid": 8847, "Shape__Area": 153.16015625, "Shape__Length": 61.331562585415469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164014708857394, 39.988536314763898 ], [ -75.164230505953697, 39.988564194866001 ], [ -75.164239952906797, 39.9885208201719 ], [ -75.164023430789896, 39.988494357264898 ], [ -75.164014708857394, 39.988536314763898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1214 W OAKDALE ST", "addr_range": "2638 N 12TH ST; 1210-1216 W OAKDALE ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 598, "objectid": 8848, "Shape__Area": 93.3671875, "Shape__Length": 47.203077007507154 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151404010222706, 39.993014262397899 ], [ -75.151413933842306, 39.993015631354297 ], [ -75.151448541553904, 39.993020412657401 ], [ -75.151474378672305, 39.992893989018803 ], [ -75.151429941667203, 39.992888131031201 ], [ -75.151404010222706, 39.993014262397899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1866 N MARSTON ST", "addr_range": "1866 N MARSTON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 509, "objectid": 8849, "Shape__Area": 80.80078125, "Shape__Length": 42.690055892557822 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179223616745404, 39.984418942746203 ], [ -75.179368615134607, 39.984438084380201 ], [ -75.179376054546395, 39.984404834312002 ], [ -75.1792302954767, 39.9843853368669 ], [ -75.179223616745404, 39.984418942746203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1626 JEFFERSON ST", "addr_range": "1624-1626 JEFFERSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1683, "objectid": 8850, "Shape__Area": 266.71875, "Shape__Length": 88.127712964639954 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1628248405096, 39.976351993382302 ], [ -75.162889244475394, 39.976360909378997 ], [ -75.162942228867806, 39.976118420451002 ], [ -75.162943927574702, 39.9761106883835 ], [ -75.162880364956706, 39.976102227472097 ], [ -75.162878604662296, 39.9761093932132 ], [ -75.1628248405096, 39.976351993382302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2725 W SEDGLEY AVE", "addr_range": "2725-2731 W SEDGLEY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1170, "objectid": 8851, "Shape__Area": 185.21875, "Shape__Length": 74.519832582650395 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178054302659703, 39.987761017227797 ], [ -75.178128592449198, 39.987850131387901 ], [ -75.178208888275407, 39.987944958234799 ], [ -75.178242139431006, 39.987926858643597 ], [ -75.178244893045104, 39.987913347509597 ], [ -75.178223407316594, 39.987889153264597 ], [ -75.178197025681797, 39.987857033038402 ], [ -75.178097910690994, 39.987737847310299 ], [ -75.178054302659703, 39.987761017227797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1853 S CONESTOGA ST", "addr_range": "1851-1853 S CONESTOGA ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 961, "objectid": 8852, "Shape__Area": 152.1171875, "Shape__Length": 60.589620771278234 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218499246325294, 39.935009500610498 ], [ -75.218537865255001, 39.935041368189303 ], [ -75.218694246888006, 39.934928275444697 ], [ -75.218655289237901, 39.934895917506097 ], [ -75.218653265851898, 39.934897387428201 ], [ -75.218499246325294, 39.935009500610498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "43 E RITTENHOUSE ST", "addr_range": "41-43 E RITTENHOUSE ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1283, "objectid": 8853, "Shape__Area": 213.03125, "Shape__Length": 71.948482349190485 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175347572725499, 40.038306927841298 ], [ -75.175345831951901, 40.038308597136599 ], [ -75.175543601596203, 40.038432300391101 ], [ -75.175586485241595, 40.038392027732698 ], [ -75.175503573144596, 40.038340923750503 ], [ -75.175387577452597, 40.038268508974703 ], [ -75.175347572725499, 40.038306927841298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "647 UNION ST", "addr_range": "645-649 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1283, "objectid": 8854, "Shape__Area": 203.73828125, "Shape__Length": 75.200968339952809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200994322486807, 39.964327558731298 ], [ -75.201001943848198, 39.9643723467264 ], [ -75.201278572394699, 39.964340514663 ], [ -75.201269081668897, 39.9642958617613 ], [ -75.200994322486807, 39.964327558731298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2500 N 28TH ST", "addr_range": "2500-2502 N 28TH ST; 2823 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1056, "objectid": 8855, "Shape__Area": 167.19140625, "Shape__Length": 64.760971469453736 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177689823415506, 39.993879244344001 ], [ -75.177919790118395, 39.993909834955197 ], [ -75.177929355180396, 39.993865913253103 ], [ -75.177701314930999, 39.993835898326601 ], [ -75.177700210252198, 39.9938357438255 ], [ -75.177689823415506, 39.993879244344001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "414 N DAGGETT ST", "addr_range": "412-430 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "10", "parcelarea": 1483, "objectid": 8856, "Shape__Area": 234.9765625, "Shape__Length": 91.393753509745579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.250850332066094, 39.969901534795497 ], [ -75.250823529332493, 39.969898308430999 ], [ -75.250497459306501, 39.9698590317998 ], [ -75.250489204618901, 39.969899488467199 ], [ -75.250816149684994, 39.969938316562001 ], [ -75.250842680956197, 39.9699414739462 ], [ -75.250848201949793, 39.969912708436802 ], [ -75.250850332066094, 39.969901534795497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1831 W CUMBERLAND ST", "addr_range": "1831-1835 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "3", "parcelarea": 896, "objectid": 8857, "Shape__Area": 147.8046875, "Shape__Length": 58.182999527484547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162634383399606, 39.992049507578997 ], [ -75.162692827056304, 39.992057402392 ], [ -75.162725278622503, 39.991904236781401 ], [ -75.162670935592004, 39.9918970966622 ], [ -75.162667599964905, 39.991896651155201 ], [ -75.162634383399606, 39.992049507578997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "811 W HUNTINGDON ST", "addr_range": "801-813 W HUNTINGDON ST; 2611-2623 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 938, "objectid": 8858, "Shape__Area": 151.4140625, "Shape__Length": 65.143596887464327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145743983316294, 39.991437285197499 ], [ -75.145792918416106, 39.991443844851098 ], [ -75.145817227397899, 39.991334039349198 ], [ -75.145820897319496, 39.9913148596887 ], [ -75.1458325857039, 39.991260365335499 ], [ -75.145782523938294, 39.991254200009003 ], [ -75.145743983316294, 39.991437285197499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2767 N HEMBERGER ST", "addr_range": "2767 N HEMBERGER ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 653, "objectid": 8859, "Shape__Area": 103.61328125, "Shape__Length": 47.804912318075893 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168065248846702, 39.997161299958798 ], [ -75.168058202475294, 39.997199989588403 ], [ -75.1682189210118, 39.997220836344901 ], [ -75.168227185360905, 39.997182093009997 ], [ -75.168065248846702, 39.997161299958798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1037 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 618, "objectid": 8860, "Shape__Area": 97.203125, "Shape__Length": 46.559363088560424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147778830094296, 39.997517799546799 ], [ -75.147827317273496, 39.997524702174999 ], [ -75.147853828211097, 39.997403355484202 ], [ -75.147805835865299, 39.997397238059001 ], [ -75.147778830094296, 39.997517799546799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "164 N SALFORD ST", "addr_range": "164 N SALFORD ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 922, "objectid": 8861, "Shape__Area": 146.015625, "Shape__Length": 57.43092108519766 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.239550969830006, 39.964908155954198 ], [ -75.239737842702894, 39.964931151910399 ], [ -75.239747144915299, 39.964886333665198 ], [ -75.239714233085493, 39.9648823907552 ], [ -75.239550758761595, 39.964861743843798 ], [ -75.239542400285799, 39.964907098093299 ], [ -75.239550969830006, 39.964908155954198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2455 NICHOLAS ST", "addr_range": "2455 NICHOLAS ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 841, "objectid": 8862, "Shape__Area": 133.34375, "Shape__Length": 56.839065713465757 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175656386440295, 39.980699958764603 ], [ -75.175669246581094, 39.980701747425798 ], [ -75.175700866428798, 39.980548625086499 ], [ -75.175648657017007, 39.980541796483699 ], [ -75.175616532936303, 39.980694406537403 ], [ -75.175656386440295, 39.980699958764603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3255 N 15TH ST", "addr_range": "3255-3257 N 15TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1388, "objectid": 8863, "Shape__Area": 224.97265625, "Shape__Length": 82.895500330405639 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153852047879099, 40.003191815613398 ], [ -75.154162737500997, 40.003231710394701 ], [ -75.154171536279406, 40.003187982921297 ], [ -75.153861613255202, 40.003148267678696 ], [ -75.153852047879099, 40.003191815613398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3717 ASPEN ST", "addr_range": "3711-3719 ASPEN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1297, "objectid": 8864, "Shape__Area": 205.16796875, "Shape__Length": 77.26570669410475 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.197214419062306, 39.966981414105298 ], [ -75.197158937422799, 39.966986015533102 ], [ -75.197181735692197, 39.9671152549327 ], [ -75.197198142435099, 39.967201004714703 ], [ -75.197199682333306, 39.967207391068897 ], [ -75.1972561328609, 39.967200974021701 ], [ -75.197214419062306, 39.966981414105298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "731 W HUNTINGDON ST", "addr_range": "731 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 999, "objectid": 8865, "Shape__Area": 165.84765625, "Shape__Length": 68.002033176460344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145155844284105, 39.991367520149801 ], [ -75.145208042090303, 39.9913742829455 ], [ -75.145210079506995, 39.9913648990957 ], [ -75.145223537706002, 39.991302513268799 ], [ -75.145223079972396, 39.991300245823403 ], [ -75.145228895730895, 39.9912737156899 ], [ -75.145236360357998, 39.991239227314097 ], [ -75.145248771807204, 39.9911833627474 ], [ -75.145196934118303, 39.991176529750597 ], [ -75.145184731433304, 39.991230737567498 ], [ -75.145171214694699, 39.991290251408898 ], [ -75.145168379344, 39.991308435442903 ], [ -75.145157866165903, 39.991357991784803 ], [ -75.145155844284105, 39.991367520149801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2520 N ALDER ST", "addr_range": "2518-2524 N ALDER ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 672, "objectid": 8866, "Shape__Area": 111.51171875, "Shape__Length": 50.491730686829037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148801486613195, 39.990732845460897 ], [ -75.148974648100605, 39.990756032526598 ], [ -75.148982727550901, 39.990718010568102 ], [ -75.148810459639094, 39.990693394022003 ], [ -75.148801486613195, 39.990732845460897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5472 SUMMER ST", "addr_range": "5472-5474 SUMMER ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 516, "objectid": 8867, "Shape__Area": 81.74609375, "Shape__Length": 39.366368925914479 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.229879682109498, 39.964491697082799 ], [ -75.229931933292903, 39.964498293961398 ], [ -75.2299520112377, 39.964404887133902 ], [ -75.229898642044105, 39.964398444104098 ], [ -75.229879682109498, 39.964491697082799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2114 S CECIL ST", "addr_range": "2112-2114 S CECIL ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 810, "objectid": 8868, "Shape__Area": 128.140625, "Shape__Length": 54.882504878903291 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.225187016034994, 39.933370333532103 ], [ -75.225044222088499, 39.9334697856074 ], [ -75.225080108288296, 39.933500320362697 ], [ -75.2252123244552, 39.933408236196797 ], [ -75.22522290101, 39.933400870017699 ], [ -75.225187016034994, 39.933370333532103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2606 W SILVER ST", "addr_range": "2606 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 700, "objectid": 8869, "Shape__Area": 112.76953125, "Shape__Length": 51.8351224461193 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174061064830497, 39.997129293626998 ], [ -75.174031140747303, 39.997267832113103 ], [ -75.174080966695001, 39.997273190385499 ], [ -75.174085550156903, 39.997248533422699 ], [ -75.174090326754694, 39.997225362959 ], [ -75.174095700698402, 39.997203029424597 ], [ -75.174110495716107, 39.997135706217897 ], [ -75.174061064830497, 39.997129293626998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1502 N 61ST ST", "addr_range": "1502 N 61ST ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1465, "objectid": 8870, "Shape__Area": 232.1640625, "Shape__Length": 91.110292360867248 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.241989337224496, 39.974267487149802 ], [ -75.241636534614599, 39.974308312395003 ], [ -75.241644238902296, 39.974348214593498 ], [ -75.241996816515496, 39.974307240243803 ], [ -75.241989337224496, 39.974267487149802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1719 W HUNTINGDON ST", "addr_range": "1719 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 876, "objectid": 8871, "Shape__Area": 139.40625, "Shape__Length": 60.656351491822008 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160390750870405, 39.993323269624597 ], [ -75.160440727701896, 39.993330071728302 ], [ -75.160478051926503, 39.993162509294798 ], [ -75.160428043675907, 39.993155981305698 ], [ -75.160390750870405, 39.993323269624597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1409 N 17TH ST", "addr_range": "1409-1411 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1724, "objectid": 8872, "Shape__Area": 273.1328125, "Shape__Length": 91.584346975904538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163122593770495, 39.975370140728302 ], [ -75.163464982466607, 39.975416223905199 ], [ -75.163475848376393, 39.975368028397 ], [ -75.163132513858798, 39.975322585271599 ], [ -75.163122593770495, 39.975370140728302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3853 FAIRMOUNT AVE", "addr_range": "3853 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1408, "objectid": 8873, "Shape__Area": 222.79296875, "Shape__Length": 83.941882589536974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199409200011104, 39.965622913922203 ], [ -75.199455556454396, 39.965865755381898 ], [ -75.199510812930399, 39.965859262057798 ], [ -75.199472555845702, 39.965657899158998 ], [ -75.199466079450502, 39.965616134141897 ], [ -75.199409200011104, 39.965622913922203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5334 VINE ST", "addr_range": "5334 VINE ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1750, "objectid": 8874, "Shape__Area": 277.17578125, "Shape__Length": 83.755295422792756 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.227389306148794, 39.964938513489997 ], [ -75.227460981884207, 39.9649478261883 ], [ -75.227467585807105, 39.964913299195203 ], [ -75.227490162345106, 39.9648198025941 ], [ -75.227498073968306, 39.9647850286443 ], [ -75.227513706686494, 39.964719444547498 ], [ -75.227455252752193, 39.9647122587971 ], [ -75.227439423086295, 39.964710396197702 ], [ -75.227411785979498, 39.9648323936037 ], [ -75.227399801102393, 39.964884341105297 ], [ -75.227389306148794, 39.964938513489997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2634 N BOUVIER ST", "addr_range": "2634 N BOUVIER ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 696, "objectid": 8875, "Shape__Area": 110.67578125, "Shape__Length": 49.65577188375768 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160627192956497, 39.993928003913403 ], [ -75.160795366367196, 39.9939504485599 ], [ -75.160803915750407, 39.993910905688402 ], [ -75.160635721332397, 39.993888461479301 ], [ -75.160627192956497, 39.993928003913403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2534 N CHADWICK ST", "addr_range": "2534 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 691, "objectid": 8876, "Shape__Area": 112.98046875, "Shape__Length": 50.214343948813728 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159368052114402, 39.992223772749 ], [ -75.159537683329106, 39.992246267563502 ], [ -75.159547228575306, 39.992206458020199 ], [ -75.1594770503322, 39.992197442599 ], [ -75.159440669369104, 39.992191946133097 ], [ -75.159414902336096, 39.992188915620702 ], [ -75.159376704855703, 39.992183716918703 ], [ -75.159368052114402, 39.992223772749 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1843 W TIOGA ST", "addr_range": "1837-1843 W TIOGA ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 3203, "objectid": 8877, "Shape__Area": 515.078125, "Shape__Length": 118.4148713902692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159669692779602, 40.007583739178997 ], [ -75.159742191865703, 40.0072543541756 ], [ -75.159649428332798, 40.007242378886403 ], [ -75.159574538230999, 40.007572355921297 ], [ -75.159669692779602, 40.007583739178997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2409 N 15TH ST", "addr_range": "2407-2409 N 15TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1440, "objectid": 8878, "Shape__Area": 224.8359375, "Shape__Length": 84.166775656735865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156765831056404, 39.989806561487804 ], [ -75.157080853241098, 39.989848336144803 ], [ -75.157090225270593, 39.989805974787103 ], [ -75.156838123964306, 39.9897721820413 ], [ -75.156827187767604, 39.989770468103998 ], [ -75.156772085532495, 39.9897640648418 ], [ -75.156764121506598, 39.989806329144301 ], [ -75.156765831056404, 39.989806561487804 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2234 N 19TH ST", "addr_range": "2234-2254 N 19TH ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 904, "objectid": 8879, "Shape__Area": 149.13671875, "Shape__Length": 60.915811957171378 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164094175353, 39.988169781758501 ], [ -75.164310293535706, 39.988197413082297 ], [ -75.164319378853506, 39.988155319589502 ], [ -75.164104203993304, 39.988128758315 ], [ -75.164094175353, 39.988169781758501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1018 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 612, "objectid": 8880, "Shape__Area": 98.62890625, "Shape__Length": 46.996323532326016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147390536372697, 39.997258057927297 ], [ -75.147439472661603, 39.997264179811303 ], [ -75.147465641829001, 39.997141923525703 ], [ -75.147417636089699, 39.997135580374398 ], [ -75.147390536372697, 39.997258057927297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6018 E WISTER ST", "addr_range": "6016-6018 E WISTER ST", "zipcode": 19138, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1151, "objectid": 8881, "Shape__Area": 182.5859375, "Shape__Length": 69.697809630088102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158295827012495, 40.045427154857997 ], [ -75.158551005465497, 40.045435748206202 ], [ -75.158553722465697, 40.0453915282176 ], [ -75.158298683237007, 40.045383130829997 ], [ -75.158295827012495, 40.045427154857997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2609 N 24TH ST", "addr_range": "2609 N 24TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 932, "objectid": 8882, "Shape__Area": 150.08203125, "Shape__Length": 62.576337111060013 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170968978570599, 39.994666800578102 ], [ -75.170755175691497, 39.994638864026598 ], [ -75.170744291169996, 39.994637426510003 ], [ -75.170736638094397, 39.994677764103002 ], [ -75.170746773671993, 39.994679088383002 ], [ -75.170961267256899, 39.994707071100599 ], [ -75.170968978570599, 39.994666800578102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1333 W YORK ST", "addr_range": "1331-1333 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "2", "parcelarea": 956, "objectid": 8883, "Shape__Area": 156.6328125, "Shape__Length": 62.983507273473933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154511910690303, 39.9894901681959 ], [ -75.154566718919696, 39.989497694880299 ], [ -75.1546038666052, 39.989325729489302 ], [ -75.154549108154001, 39.989318558946401 ], [ -75.154511910690303, 39.9894901681959 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1714 JUDSON ST", "addr_range": "1714-1716 JUDSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1156, "objectid": 8884, "Shape__Area": 181.58203125, "Shape__Length": 67.438609550496196 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172987128338093, 39.981512551825602 ], [ -75.173123469450204, 39.981666316692397 ], [ -75.173175575997007, 39.981638891211098 ], [ -75.173170763934195, 39.9816337212742 ], [ -75.173034840913303, 39.981487735287502 ], [ -75.172987128338093, 39.981512551825602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1830 N ETTING ST", "addr_range": "1828-1832 N ETTING ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 559, "objectid": 8885, "Shape__Area": 88.69140625, "Shape__Length": 43.319208474917843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178964781778802, 39.983677132077801 ], [ -75.179107622612307, 39.983696758242999 ], [ -75.179116004403497, 39.983659128761403 ], [ -75.178972568457496, 39.983640311896501 ], [ -75.178964781778802, 39.983677132077801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5412 LENA ST", "addr_range": "5410-5414 LENA ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1408, "objectid": 8886, "Shape__Area": 223.21875, "Shape__Length": 80.08146462875051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169510095439804, 40.034730796330997 ], [ -75.169350424555802, 40.034920516484597 ], [ -75.169386145594999, 40.034948981064197 ], [ -75.169566534088702, 40.034762626684 ], [ -75.169521533269702, 40.0347372099259 ], [ -75.169510095439804, 40.034730796330997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2507 N WARNOCK ST", "addr_range": "2501-2517 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 672, "objectid": 8887, "Shape__Area": 106.859375, "Shape__Length": 49.476079780113658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149044884636794, 39.990484440307398 ], [ -75.149214747028495, 39.990505666429598 ], [ -75.149223841055303, 39.990467942258 ], [ -75.1490539812376, 39.990446651332 ], [ -75.149044884636794, 39.990484440307398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2154 N NATRONA ST", "addr_range": "2152-2154 N NATRONA ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 918, "objectid": 8888, "Shape__Area": 145.3125, "Shape__Length": 59.913511122097511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185809360681404, 39.989763929908499 ], [ -75.186020646038699, 39.989792812252297 ], [ -75.186029842578407, 39.989751267638603 ], [ -75.185818851565998, 39.9897229072619 ], [ -75.185809360681404, 39.989763929908499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2717 S 70TH ST", "addr_range": "2717-2719 S 70TH ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1027, "objectid": 8889, "Shape__Area": 162.4921875, "Shape__Length": 63.186218777735668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233906791811506, 39.914683645460002 ], [ -75.233944471249004, 39.914715357594901 ], [ -75.234109912651107, 39.914598075278498 ], [ -75.234071580567203, 39.9145642378422 ], [ -75.233906021084096, 39.914682403191101 ], [ -75.233906791811506, 39.914683645460002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2524 N 10TH ST", "addr_range": "2512-2526 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1188, "objectid": 8890, "Shape__Area": 189.3671875, "Shape__Length": 66.845693306539033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148282745206402, 39.990643325709101 ], [ -75.148514457146206, 39.990672643973198 ], [ -75.148525221949896, 39.990623576931597 ], [ -75.148292633733107, 39.990594142413698 ], [ -75.148282745206402, 39.990643325709101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2273 YELLAND ST", "addr_range": "2273 YELLAND ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 625, "objectid": 8891, "Shape__Area": 96.32421875, "Shape__Length": 44.218571464731369 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166567672000596, 40.011094020255499 ], [ -75.166642188070298, 40.011189294246002 ], [ -75.166688078639297, 40.011168074446402 ], [ -75.166613564972806, 40.011072797837599 ], [ -75.166567672000596, 40.011094020255499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6133 UPLAND ST", "addr_range": "6135 UPLAND ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 821, "objectid": 8892, "Shape__Area": 129.94140625, "Shape__Length": 60.04982777624906 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.232133667518596, 39.9299410137899 ], [ -75.232185626932093, 39.929980776715297 ], [ -75.232186704082395, 39.929984524183901 ], [ -75.232278605683504, 39.930061820151998 ], [ -75.232283631131907, 39.9300657993629 ], [ -75.232318419576401, 39.930041173936203 ], [ -75.232169447530396, 39.929915653342 ], [ -75.232133667518596, 39.9299410137899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1918 E SILVER ST", "addr_range": "1918-1920 E SILVER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 456, "objectid": 8893, "Shape__Area": 72.23046875, "Shape__Length": 38.319016143307742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122439803886095, 39.989351581801202 ], [ -75.122466686578406, 39.9893799074353 ], [ -75.122569647720297, 39.989325215856098 ], [ -75.122543562762502, 39.989296858951903 ], [ -75.122540629489706, 39.989298436179403 ], [ -75.122438676089899, 39.989350394557597 ], [ -75.122439803886095, 39.989351581801202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6509 LINMORE AVE", "addr_range": "6509 LINMORE AVE", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 780, "objectid": 8894, "Shape__Area": 123.40234375, "Shape__Length": 46.59410724869533 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.233078315358497, 39.924057969296101 ], [ -75.233169085210307, 39.924135111027297 ], [ -75.233223692507195, 39.924097090098201 ], [ -75.2331810009848, 39.924060948451597 ], [ -75.233171651144602, 39.924053956929697 ], [ -75.233132338005404, 39.924019904043099 ], [ -75.233078315358497, 39.924057969296101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2033 E ORLEANS ST", "addr_range": "2033-2035 E ORLEANS ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1549, "objectid": 8895, "Shape__Area": 245.61328125, "Shape__Length": 91.877626952957215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.116150145951096, 39.990822688978199 ], [ -75.115832555662607, 39.990947918805198 ], [ -75.115857791795193, 39.990985782589597 ], [ -75.116175381043902, 39.990860552666099 ], [ -75.116150145951096, 39.990822688978199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2258 N CHADWICK ST", "addr_range": "2256-2264 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "5", "parcelarea": 705, "objectid": 8896, "Shape__Area": 111.80078125, "Shape__Length": 50.677693557538099 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160286900489297, 39.988043898870998 ], [ -75.160455488153204, 39.988066031134103 ], [ -75.160460618531701, 39.988066710921501 ], [ -75.160468391425098, 39.988031051961997 ], [ -75.160469049878401, 39.988028068234698 ], [ -75.160463794893701, 39.988027369417999 ], [ -75.160294809370995, 39.988005229088998 ], [ -75.160286900489297, 39.988043898870998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1620 DOUNTON ST", "addr_range": "1620 DOUNTON ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 678, "objectid": 8897, "Shape__Area": 107.4296875, "Shape__Length": 50.874337168395769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152985123979803, 40.0181782695267 ], [ -75.1529618424821, 40.018187300964101 ], [ -75.153045877309907, 40.018309376610901 ], [ -75.153087448856098, 40.018291938742898 ], [ -75.153004822630294, 40.018169187686802 ], [ -75.152985123979803, 40.0181782695267 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1652 N MARSHALL ST", "addr_range": "1652-1654 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1233, "objectid": 8898, "Shape__Area": 195.13671875, "Shape__Length": 78.754013880199778 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146219246741197, 39.976949511245003 ], [ -75.146516868504193, 39.976984925297302 ], [ -75.146523545015796, 39.976949032320903 ], [ -75.146524556298203, 39.976943945573503 ], [ -75.146225893277503, 39.9769111352891 ], [ -75.146225401294899, 39.9769157508698 ], [ -75.146219246741197, 39.976949511245003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2838 DIAMOND ST", "addr_range": "2838-2842, 2846 DIAMOND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1454, "objectid": 8899, "Shape__Area": 231.10546875, "Shape__Length": 84.696153871070408 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180124756554804, 39.987688333110697 ], [ -75.180181122772098, 39.9876962527362 ], [ -75.180224485927894, 39.9874994995373 ], [ -75.180235830631403, 39.987452780250202 ], [ -75.180177337602501, 39.987445135589297 ], [ -75.180124756554804, 39.987688333110697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3451 RIDGE AVE", "addr_range": "2540-2542 N 34TH ST; 3449-3451 RIDGE AVE", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 667, "objectid": 8900, "Shape__Area": 105.73828125, "Shape__Length": 55.560254874036588 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187198928005699, 39.996134973998799 ], [ -75.187196449004006, 39.996158008793699 ], [ -75.187405352109593, 39.996147466282302 ], [ -75.187404635822304, 39.996136987783203 ], [ -75.187402593104594, 39.996107147638298 ], [ -75.187217797149998, 39.996132395814897 ], [ -75.187211544303494, 39.996133250927301 ], [ -75.187198928005699, 39.996134973998799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "166 W ROCKLAND ST", "addr_range": "160-166 W ROCKLAND ST", "zipcode": 19120, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 923, "objectid": 8901, "Shape__Area": 146.55078125, "Shape__Length": 48.92655115933934 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.125900227941798, 40.024821432962298 ], [ -75.125994537646093, 40.024833470420297 ], [ -75.126012654617099, 40.024738002644398 ], [ -75.125921012756606, 40.024726928987803 ], [ -75.125900227941798, 40.024821432962298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "323-25 N 55TH ST", "addr_range": "323-25 N 55TH ST; 5427-29; 5435 VINE ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 12880, "objectid": 8902, "Shape__Area": 2035.42578125, "Shape__Length": 262.75463695917807 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228977535615698, 39.966191281601098 ], [ -75.2289847069122, 39.9661938898778 ], [ -75.2290663337712, 39.966223553857702 ], [ -75.229108347263605, 39.966238548692303 ], [ -75.229147655347305, 39.966252453332501 ], [ -75.229207789537099, 39.966273217986 ], [ -75.229266177550997, 39.966294969579799 ], [ -75.229378433457498, 39.966337472380502 ], [ -75.229703368569105, 39.966305047363598 ], [ -75.229703001760797, 39.966303067024697 ], [ -75.2296816018752, 39.966187664023799 ], [ -75.229334838305803, 39.966143817576899 ], [ -75.229333197298502, 39.9661436103369 ], [ -75.228708709543199, 39.966064619509602 ], [ -75.228672484351307, 39.966120324112403 ], [ -75.228744853741503, 39.966147740536798 ], [ -75.228807553072102, 39.966171508030598 ], [ -75.228830397306396, 39.966135692601803 ], [ -75.228977535615698, 39.966191281601098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1709 W BUTLER ST", "addr_range": "1709 W BUTLER ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1180, "objectid": 8903, "Shape__Area": 186.9453125, "Shape__Length": 79.122953256229493 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156327499806693, 40.0117408757785 ], [ -75.156413212992007, 40.011852491004497 ], [ -75.156460989390993, 40.011640675228499 ], [ -75.156408506366006, 40.011633799762002 ], [ -75.156383348520095, 40.011747988591502 ], [ -75.156327499806693, 40.0117408757785 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1627 N MARSHALL ST", "addr_range": "1625-1627 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1339, "objectid": 8904, "Shape__Area": 207.734375, "Shape__Length": 80.140764849100194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146149732766204, 39.976367761918901 ], [ -75.145857104739804, 39.9763300418307 ], [ -75.145849515684802, 39.976329063197298 ], [ -75.145843128188005, 39.976359579098201 ], [ -75.145841107666698, 39.976370735643798 ], [ -75.145849219085093, 39.976371774786898 ], [ -75.146142455317701, 39.976409459135503 ], [ -75.146149732766204, 39.976367761918901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2932 N BAMBREY ST", "addr_range": "2930-2934 N BAMBREY ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 644, "objectid": 8905, "Shape__Area": 105.30078125, "Shape__Length": 48.145858524840413 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172622231766496, 40.000205212761401 ], [ -75.172784292316706, 40.0002262930009 ], [ -75.172792749029398, 40.000187360893896 ], [ -75.172630215986899, 40.000166076338303 ], [ -75.172622231766496, 40.000205212761401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1308 N MARSHALL ST", "addr_range": "1308 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 7077, "objectid": 8906, "Shape__Area": 1117.2890625, "Shape__Length": 138.22692683332451 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147117298918303, 39.972122460013601 ], [ -75.147414631655394, 39.972156195163201 ], [ -75.147416839152697, 39.972144519344901 ], [ -75.147426421097705, 39.972094022708603 ], [ -75.147477880357002, 39.972100026516102 ], [ -75.147486111977202, 39.972056865997097 ], [ -75.147504561905194, 39.9719591902997 ], [ -75.147377680315998, 39.971944998410201 ], [ -75.147367705877997, 39.971943815292299 ], [ -75.147155805916199, 39.971918689985003 ], [ -75.147117298918303, 39.972122460013601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2448 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 722, "objectid": 8907, "Shape__Area": 114.48828125, "Shape__Length": 51.310264879019954 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178991356108199, 39.993388912626102 ], [ -75.178983284832697, 39.993387862365303 ], [ -75.178815172753204, 39.993365961214103 ], [ -75.178806859898103, 39.993405075300302 ], [ -75.178974845697596, 39.993426972732102 ], [ -75.178983063806299, 39.993428043401302 ], [ -75.178983839325696, 39.993423030428097 ], [ -75.178991356108199, 39.993388912626102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3223 W BERKS ST", "addr_range": "3217-3223 W BERKS ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1162, "objectid": 8908, "Shape__Area": 175.78125, "Shape__Length": 68.424976746027554 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186681935497106, 39.985793119915797 ], [ -75.186681479974197, 39.985795227112902 ], [ -75.186737489556606, 39.985802330070896 ], [ -75.186778102793497, 39.985612727798099 ], [ -75.186722493218099, 39.985605675236599 ], [ -75.186681935497106, 39.985793119915797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3128 CLIFFORD ST", "addr_range": "3128 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1471, "objectid": 8909, "Shape__Area": 233.125, "Shape__Length": 84.76417742532098 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185896035400404, 39.9830059313866 ], [ -75.185953662235207, 39.983013102448503 ], [ -75.186004341522803, 39.982769151187 ], [ -75.185946755829605, 39.982762012600503 ], [ -75.185896035400404, 39.9830059313866 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3343 N 17TH ST", "addr_range": "3323-3343 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 2493, "objectid": 8910, "Shape__Area": 402.53515625, "Shape__Length": 106.42427471780117 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156577639880794, 40.0050449350693 ], [ -75.156967894603497, 40.005097306344801 ], [ -75.156981247694105, 40.005034207879199 ], [ -75.156590950596595, 40.004984028759601 ], [ -75.156577639880794, 40.0050449350693 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2152 BELLMORE ST", "addr_range": "2136-2152 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 1368, "objectid": 8911, "Shape__Area": 78.37109375, "Shape__Length": 44.633194748107535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114329357534302, 39.988383266655802 ], [ -75.114469467896996, 39.988323485805701 ], [ -75.114444281377402, 39.988289942351599 ], [ -75.1143151011279, 39.988364513198299 ], [ -75.114329357534302, 39.988383266655802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5139 RUBICAM ST", "addr_range": "5139 RUBICAM ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 20260, "objectid": 8912, "Shape__Area": 4469.8046875, "Shape__Length": 267.65987605566704 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160475900560002, 40.035037205056597 ], [ -75.160968299192007, 40.03533288485 ], [ -75.161017046772997, 40.035284754052 ], [ -75.161323199476399, 40.034982476962497 ], [ -75.160826837216106, 40.034690126859203 ], [ -75.160722904403599, 40.034792949386997 ], [ -75.160623329428503, 40.034891469517802 ], [ -75.160493863220694, 40.0350193464716 ], [ -75.160490528121102, 40.0350226410742 ], [ -75.160475900560002, 40.035037205056597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "340 SHEDAKER ST", "addr_range": "340-342 SHEDAKER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1342, "objectid": 8913, "Shape__Area": 212.69140625, "Shape__Length": 83.157162919148902 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158640864035107, 40.032187436042598 ], [ -75.158653203171397, 40.032194888335802 ], [ -75.158686973536106, 40.032161137789899 ], [ -75.158433430708001, 40.032011659878002 ], [ -75.158402192678693, 40.032043306857901 ], [ -75.158640864035107, 40.032187436042598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2408 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 734, "objectid": 8914, "Shape__Area": 116.46875, "Shape__Length": 53.305723861284562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178489523637694, 39.992609033095299 ], [ -75.178666912827893, 39.992631609314799 ], [ -75.178676860485496, 39.992632880034002 ], [ -75.178685217005196, 39.992595427498102 ], [ -75.1786751850819, 39.992594154891798 ], [ -75.178497767646107, 39.992571739331098 ], [ -75.178489523637694, 39.992609033095299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2731 W STERNER ST", "addr_range": "2715-2735 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 630, "objectid": 8915, "Shape__Area": 102.96875, "Shape__Length": 48.227589416328641 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176229552921995, 39.997406948345699 ], [ -75.176278448280101, 39.997413621894303 ], [ -75.176304608588097, 39.997287473944397 ], [ -75.176255402715896, 39.997280680816303 ], [ -75.176229552921995, 39.997406948345699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2151 BELLMORE ST", "addr_range": "2141-2153 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 631, "objectid": 8916, "Shape__Area": 99.88671875, "Shape__Length": 46.995624421529996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114103803080695, 39.988498696068 ], [ -75.114127658715802, 39.988532000896001 ], [ -75.114268726008603, 39.988471872834097 ], [ -75.114243710664596, 39.988438235954703 ], [ -75.114103803080695, 39.988498696068 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2748 N BONSALL ST", "addr_range": "2748 N BONSALL ST", "zipcode": 19132, "district": "8", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 653, "objectid": 8917, "Shape__Area": 104.4765625, "Shape__Length": 47.988946638016557 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169561969303601, 39.9970188142957 ], [ -75.169724049060093, 39.997040802296198 ], [ -75.169731941749703, 39.997001889236898 ], [ -75.169570651936795, 39.996980079383498 ], [ -75.169561969303601, 39.9970188142957 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5236 N WARNOCK ST", "addr_range": "5236 N WARNOCK ST", "zipcode": 19141, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1388, "objectid": 8918, "Shape__Area": 220.01171875, "Shape__Length": 81.04516651994993 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.139940500127395, 40.032504653752198 ], [ -75.140241323365601, 40.032545438487297 ], [ -75.140242999489004, 40.0325383675181 ], [ -75.140251697371795, 40.032501925140402 ], [ -75.139949972424304, 40.032460636087698 ], [ -75.139945066293706, 40.0324829960594 ], [ -75.139940500127395, 40.032504653752198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1826 W VENANGO ST", "addr_range": "1824-1826 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2080, "objectid": 8919, "Shape__Area": 331.9765625, "Shape__Length": 116.72072834066034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158936198943096, 40.008549273787402 ], [ -75.158991878945997, 40.008557428559399 ], [ -75.159065784265906, 40.008203928396 ], [ -75.159008508876298, 40.008196413411198 ], [ -75.158936198943096, 40.008549273787402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2559 S MILLICK ST", "addr_range": "2559-2561 S MILLICK ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 776, "objectid": 8920, "Shape__Area": 122.83984375, "Shape__Length": 51.772799589182611 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222983352815504, 39.925448158086802 ], [ -75.223021293559896, 39.925479604740403 ], [ -75.223026431179505, 39.925476010344397 ], [ -75.223151422013203, 39.925388720593197 ], [ -75.223113487186197, 39.925356547907597 ], [ -75.222988706933904, 39.925444374748601 ], [ -75.222983352815504, 39.925448158086802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2746 HELEN ST", "addr_range": "2744-2746 HELEN ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 437, "objectid": 8921, "Shape__Area": 70.5859375, "Shape__Length": 39.191151309787436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122140670977302, 39.989341487892702 ], [ -75.122105398650902, 39.989359967717498 ], [ -75.122180238992399, 39.989444481197197 ], [ -75.122215511411895, 39.989425999549098 ], [ -75.122140670977302, 39.989341487892702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2041 E AUBURN ST", "addr_range": "2041-2043 E AUBURN ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1331, "objectid": 8922, "Shape__Area": 210.8125, "Shape__Length": 71.893331841145468 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.118195073636599, 39.988860627930002 ], [ -75.118226430070905, 39.988896182524897 ], [ -75.118232213049694, 39.988902715138202 ], [ -75.118444905081205, 39.988791833079901 ], [ -75.118439898334003, 39.988786398609001 ], [ -75.118406717248106, 39.988750319285799 ], [ -75.118195073636599, 39.988860627930002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2403 JEFFERSON ST", "addr_range": "2403 JEFFERSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1593, "objectid": 8923, "Shape__Area": 252.1640625, "Shape__Length": 92.121508496817583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174840913257597, 39.978037439301801 ], [ -75.174808745703899, 39.978195627249498 ], [ -75.174802981729201, 39.978222208423396 ], [ -75.174787525561598, 39.978307683032902 ], [ -75.174844070015894, 39.978314512936898 ], [ -75.174848174734095, 39.978293020388499 ], [ -75.174851157010394, 39.9782734857815 ], [ -75.174860567296705, 39.978224806201197 ], [ -75.174897024725794, 39.9780441306238 ], [ -75.174840913257597, 39.978037439301801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2559 N 28TH ST", "addr_range": "2557-2561 N 28TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1287, "objectid": 8924, "Shape__Area": 203.88671875, "Shape__Length": 76.933949088713305 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176962140396299, 39.9950545243004 ], [ -75.177247145534295, 39.995089589923303 ], [ -75.177256611653306, 39.995046100335401 ], [ -75.176971700788997, 39.995011859468597 ], [ -75.176962140396299, 39.9950545243004 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3940 MOUNT VERNON ST", "addr_range": "3932-44 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 568, "objectid": 8925, "Shape__Area": 90.34765625, "Shape__Length": 47.221785895899671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200975159380704, 39.963463152813802 ], [ -75.201001637940905, 39.963591021575901 ], [ -75.201044211883399, 39.963585825258001 ], [ -75.201017819271001, 39.9634579106635 ], [ -75.200975159380704, 39.963463152813802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1938 S SALFORD ST", "addr_range": "1938 S SALFORD ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 883, "objectid": 8926, "Shape__Area": 139.82421875, "Shape__Length": 61.515049447523758 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230328636192496, 39.933286641204901 ], [ -75.230362427732501, 39.933314448671503 ], [ -75.230370913607302, 39.933308623654597 ], [ -75.230528398584894, 39.933196747773401 ], [ -75.230495178220195, 39.933168244720299 ], [ -75.230328636192496, 39.933286641204901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2735 W STERNER ST", "addr_range": "2715-2735 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 630, "objectid": 8927, "Shape__Area": 105.546875, "Shape__Length": 48.449730191527131 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176328362505998, 39.997419995703403 ], [ -75.176378670183894, 39.997427023435897 ], [ -75.176405051166896, 39.997301106568599 ], [ -75.176354636356805, 39.997294125999296 ], [ -75.176354074423898, 39.997296804722097 ], [ -75.176328362505998, 39.997419995703403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2733 JUDSON ST", "addr_range": "2730-2732 N BONSALL ST; 2731-2733 JUDSON ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 653, "objectid": 8928, "Shape__Area": 103.1796875, "Shape__Length": 47.327111707252328 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169799684361905, 39.9967304228662 ], [ -75.169957926802397, 39.996751856670897 ], [ -75.169966626894293, 39.996712655401701 ], [ -75.169808167763506, 39.996691377116598 ], [ -75.169799684361905, 39.9967304228662 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2037 W WESTMORELAND ST", "addr_range": "2037 W WESTMORELAND ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1129, "objectid": 8929, "Shape__Area": 178.828125, "Shape__Length": 70.265478234322586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163332644681006, 40.004854736242898 ], [ -75.163386557857194, 40.004861900363998 ], [ -75.163430927344706, 40.004665060533398 ], [ -75.163376742081397, 40.004657907418597 ], [ -75.163365609132001, 40.004703115501002 ], [ -75.163332644681006, 40.004854736242898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2024 N 32ND ST", "addr_range": "2024 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1277, "objectid": 8930, "Shape__Area": 202.1015625, "Shape__Length": 74.993205275907286 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185650561066197, 39.987656935980901 ], [ -75.185925226892493, 39.987693166946798 ], [ -75.185934036046206, 39.987648567377398 ], [ -75.185660275021803, 39.987612823366597 ], [ -75.185650561066197, 39.987656935980901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "115 W ROOSEVELT BLVD", "addr_range": "101-119 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1760, "objectid": 8931, "Shape__Area": 278.7578125, "Shape__Length": 85.153722225696157 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123968292419704, 40.025982532809898 ], [ -75.124028584772404, 40.026215331085197 ], [ -75.124068497488494, 40.026210197859903 ], [ -75.124099122660596, 40.026205014437302 ], [ -75.124040079036007, 40.025971923992998 ], [ -75.123968292419704, 40.025982532809898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2141 BELLMORE ST", "addr_range": "2141-2153 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 614, "objectid": 8932, "Shape__Area": 97.23828125, "Shape__Length": 47.256076351547904 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114221190136803, 39.988664786577502 ], [ -75.114244064485405, 39.9886969389513 ], [ -75.114388418212201, 39.988635289582596 ], [ -75.114364429668896, 39.988603805446303 ], [ -75.114221190136803, 39.988664786577502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3223 CLIFFORD ST", "addr_range": "3223 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1661, "objectid": 8933, "Shape__Area": 263.16796875, "Shape__Length": 87.133280170301603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1872032572618, 39.983569353917702 ], [ -75.187267801903602, 39.983578146525097 ], [ -75.187321619592893, 39.9833314266846 ], [ -75.1873175535532, 39.983330883586497 ], [ -75.187257940059894, 39.983323024635602 ], [ -75.1872032572618, 39.983569353917702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2001 GERMANTOWN AVE", "addr_range": "2001-2017 GERMANTOWN AVE; 2002-2004, 2012, 2016-2018 N RANDOLPH ST", "zipcode": 19122, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "IMPACT", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 2092, "objectid": 8934, "Shape__Area": 331.48828125, "Shape__Length": 87.404604028564052 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.143427912223203, 39.981611931518998 ], [ -75.143560847338406, 39.981629523859098 ], [ -75.143588780346704, 39.981633219923999 ], [ -75.143750765396504, 39.981625953956602 ], [ -75.143746428581295, 39.981581170194602 ], [ -75.143442937832006, 39.981541474092502 ], [ -75.143427912223203, 39.981611931518998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3611 N 18TH ST", "addr_range": "3611 N 18TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1501, "objectid": 8935, "Shape__Area": 249.625, "Shape__Length": 87.77359925345749 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157796605642801, 40.008735315366103 ], [ -75.157466934949696, 40.008692182247501 ], [ -75.157457903684502, 40.008737677883502 ], [ -75.1577864308682, 40.008781060014698 ], [ -75.157796605642801, 40.008735315366103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "534 E JOHNSON ST", "addr_range": "534-536 E JOHNSON ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 3089, "objectid": 8936, "Shape__Area": 489.8203125, "Shape__Length": 103.84980734111257 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175804166703898, 40.051683887013098 ], [ -75.1760886901031, 40.0518479287296 ], [ -75.176156613477701, 40.0517809890992 ], [ -75.176003721793606, 40.0516918884326 ], [ -75.175960364467201, 40.051667574537703 ], [ -75.1758733102496, 40.051617361420497 ], [ -75.175804166703898, 40.051683887013098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3802 RENO ST", "addr_range": "3800-3802 RENO ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 991, "objectid": 8937, "Shape__Area": 156.81640625, "Shape__Length": 65.731119243520041 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198744125885199, 39.968192238300198 ], [ -75.198777328231998, 39.968376981730103 ], [ -75.198828459324901, 39.968371073618499 ], [ -75.198795942927106, 39.968186458083601 ], [ -75.198744125885199, 39.968192238300198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3865 RENO ST", "addr_range": "3865-3867 RENO ST; 821 N 39TH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1089, "objectid": 8938, "Shape__Area": 172.29296875, "Shape__Length": 72.267494724412614 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200157585540296, 39.968502978004601 ], [ -75.200159650761094, 39.968511599666897 ], [ -75.200161353249598, 39.968519278024999 ], [ -75.200211341298797, 39.968514215168803 ], [ -75.200210460471396, 39.968509198619898 ], [ -75.200174149530994, 39.968305589840803 ], [ -75.200124642992506, 39.9683112120902 ], [ -75.200157585540296, 39.968502978004601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2449 N 10TH ST", "addr_range": "2431-2455 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "13", "parcelarea": 992, "objectid": 8939, "Shape__Area": 161.81640625, "Shape__Length": 62.256002289881792 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1480776492063, 39.989731156395301 ], [ -75.148294770164895, 39.9897605489668 ], [ -75.1483046821903, 39.989715701913703 ], [ -75.148087743520307, 39.989686508110402 ], [ -75.1480776492063, 39.989731156395301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5100 MASTER ST", "addr_range": "5100-5102 MASTER ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 986, "objectid": 8940, "Shape__Area": 280.25390625, "Shape__Length": 85.185272834598933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224259855857298, 39.974393678571502 ], [ -75.224260008899094, 39.974394633393899 ], [ -75.224333383955496, 39.974386124750303 ], [ -75.2243294871339, 39.974362456259399 ], [ -75.224286342276201, 39.974153001277401 ], [ -75.224269064710796, 39.974153329181803 ], [ -75.224214331552304, 39.974159185607299 ], [ -75.224246068411404, 39.9743159865778 ], [ -75.224254181149306, 39.974357543479002 ], [ -75.224259855857298, 39.974393678571502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "441 N DAGGETT ST", "addr_range": "431-443 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1550, "objectid": 8941, "Shape__Area": 245.5234375, "Shape__Length": 91.928595779254522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2498831302902, 39.970335129591902 ], [ -75.249877665130896, 39.970334494249002 ], [ -75.249858972821698, 39.970332314729298 ], [ -75.249854076534504, 39.970355516679099 ], [ -75.249850215145997, 39.9703739217777 ], [ -75.249869133245596, 39.970376171089498 ], [ -75.249875183467196, 39.970376882249397 ], [ -75.250203611706993, 39.970415874104198 ], [ -75.250212247792504, 39.970373587740703 ], [ -75.2498831302902, 39.970335129591902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1932 N 24TH ST", "addr_range": "1924-1938 N 24TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 960, "objectid": 8942, "Shape__Area": 152.19140625, "Shape__Length": 63.057848900694658 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173350848325398, 39.984581947600702 ], [ -75.173341573603906, 39.984622618329098 ], [ -75.173470277565798, 39.984640917773802 ], [ -75.173485518473996, 39.984641872613501 ], [ -75.173568374725505, 39.984653502341999 ], [ -75.173576167682, 39.984613231721802 ], [ -75.173510621828996, 39.984604908984799 ], [ -75.173494443093105, 39.984602709519301 ], [ -75.173439431494401, 39.984593994321401 ], [ -75.173350848325398, 39.984581947600702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1520-26 N DARIEN ST", "addr_range": "1510-1532 N DARIEN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 2437, "objectid": 8943, "Shape__Area": 385.6875, "Shape__Length": 78.607827819810296 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149468600681502, 39.9753592294757 ], [ -75.149630844779907, 39.975381459933303 ], [ -75.149647827847105, 39.975308918906997 ], [ -75.1496556789061, 39.975274051634997 ], [ -75.149662749934393, 39.975240409193702 ], [ -75.149500110481199, 39.975216492114797 ], [ -75.149484353779897, 39.975286547067697 ], [ -75.149468600681502, 39.9753592294757 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "543 N CONESTOGA ST", "addr_range": "532-550 N 54TH ST; 531-543 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 1125, "objectid": 8944, "Shape__Area": 178.0, "Shape__Length": 68.591490170678952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228774715371898, 39.968892532506104 ], [ -75.228776117722205, 39.968899897434298 ], [ -75.228823405797002, 39.968894731297503 ], [ -75.228874562451296, 39.9688891654042 ], [ -75.228924415572607, 39.968883731225603 ], [ -75.228971367188393, 39.9688786062896 ], [ -75.229024080772206, 39.968872832169197 ], [ -75.2290160370802, 39.968829890531197 ], [ -75.228767208502404, 39.968856017740798 ], [ -75.228774715371898, 39.968892532506104 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1549 N FRANKLIN ST", "addr_range": "1543-1549 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1141, "objectid": 8945, "Shape__Area": 180.609375, "Shape__Length": 66.609145152840256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147513088707598, 39.975785518299602 ], [ -75.147710952477993, 39.975811541647701 ], [ -75.147719763482499, 39.975770812588102 ], [ -75.147720758548303, 39.975766176876 ], [ -75.147486948803405, 39.975733309595498 ], [ -75.147485928332401, 39.9757386385158 ], [ -75.147477567442806, 39.975781860081099 ], [ -75.147513088707598, 39.975785518299602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2040 N 32ND ST", "addr_range": "2038-2040 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1216, "objectid": 8946, "Shape__Area": 192.5625, "Shape__Length": 73.980883969122303 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185560390260207, 39.9880913944517 ], [ -75.185620966715902, 39.988099356799601 ], [ -75.185680602796197, 39.9881072827881 ], [ -75.185728043553596, 39.9881134838568 ], [ -75.1858329089238, 39.988126804559997 ], [ -75.185842017854895, 39.988084257884303 ], [ -75.185784625788202, 39.988076866856197 ], [ -75.185569736366105, 39.988049240526998 ], [ -75.185560390260207, 39.9880913944517 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5104 RENO ST", "addr_range": "5102-5104 RENO ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 5145, "objectid": 8947, "Shape__Area": 95.6953125, "Shape__Length": 46.540122138804939 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222634331911294, 39.966305473740903 ], [ -75.222648577424295, 39.966428263892098 ], [ -75.222700816578794, 39.966422272322603 ], [ -75.222676955186103, 39.966300077670397 ], [ -75.222634331911294, 39.966305473740903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2448 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 754, "objectid": 8948, "Shape__Area": 119.625, "Shape__Length": 53.404413093503798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178517659438697, 39.993353670587197 ], [ -75.178507855586503, 39.993352435514602 ], [ -75.178331503614004, 39.993330076046398 ], [ -75.178323214952798, 39.9933685130855 ], [ -75.178499280205997, 39.993391269793797 ], [ -75.178509353766202, 39.993392559563802 ], [ -75.178517659438697, 39.993353670587197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1801 N NEWKIRK ST", "addr_range": "1801 N NEWKIRK ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 918, "objectid": 8949, "Shape__Area": 145.58984375, "Shape__Length": 59.403481179979721 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180250574238499, 39.983263491430698 ], [ -75.180458924664407, 39.983291223176401 ], [ -75.180466731988005, 39.983254887217399 ], [ -75.180467854061305, 39.983249624307398 ], [ -75.180260289182598, 39.983221038886803 ], [ -75.180258530891606, 39.983228752715199 ], [ -75.180250574238499, 39.983263491430698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1913 W VENANGO ST", "addr_range": "1907-1913 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 2080, "objectid": 8950, "Shape__Area": 335.91015625, "Shape__Length": 117.11414301753649 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159882028055094, 40.009178656447197 ], [ -75.159939143724102, 40.009185989871803 ], [ -75.160016753689703, 40.008832539438302 ], [ -75.159959710832098, 40.008824932878198 ], [ -75.159882028055094, 40.009178656447197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2610-12 W HAROLD ST", "addr_range": "2606-2612 W HAROLD ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2907, "objectid": 8951, "Shape__Area": 460.76953125, "Shape__Length": 93.131341541133992 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174575883118905, 39.995477074030198 ], [ -75.174702912524793, 39.995493095031399 ], [ -75.174747160841704, 39.995273584858801 ], [ -75.174621352951306, 39.9952573669514 ], [ -75.174575883118905, 39.995477074030198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1720 N 26TH ST", "addr_range": "1714-1726 N 26TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 946, "objectid": 8952, "Shape__Area": 149.9453125, "Shape__Length": 61.535354916479697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177257646991706, 39.981746592939302 ], [ -75.177476275068102, 39.981774545312902 ], [ -75.177485907291896, 39.981733203862802 ], [ -75.177266807172799, 39.981705595921298 ], [ -75.177257646991706, 39.981746592939302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2150 BELLMORE ST", "addr_range": "2136-2152 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 636, "objectid": 8953, "Shape__Area": 100.765625, "Shape__Length": 47.073891852557857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114329357534302, 39.988383266655802 ], [ -75.114353684918399, 39.988416822843803 ], [ -75.114495128478694, 39.988357250079503 ], [ -75.114469467896996, 39.988323485805701 ], [ -75.114329357534302, 39.988383266655802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5428 HARLAN ST", "addr_range": "5428-5230 HARLAN ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1010, "objectid": 8954, "Shape__Area": 160.02734375, "Shape__Length": 63.606719990937691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230259717258903, 39.974104958085903 ], [ -75.230204308414599, 39.974111526018902 ], [ -75.2302349527926, 39.974285709192003 ], [ -75.230290843905706, 39.974279150929704 ], [ -75.230259717258903, 39.974104958085903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1423 N 17TH ST", "addr_range": "1421-1429 N 17TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1689, "objectid": 8955, "Shape__Area": 267.58203125, "Shape__Length": 91.117642905985576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163047751210499, 39.975713982420601 ], [ -75.163390021436598, 39.975758853948399 ], [ -75.163400447333402, 39.975711728845603 ], [ -75.163058523771298, 39.9756671399685 ], [ -75.163047751210499, 39.975713982420601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2726 W STERNER ST", "addr_range": "2726 W STERNER ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 630, "objectid": 8956, "Shape__Area": 96.8671875, "Shape__Length": 46.623648921325149 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176175260809998, 39.9971876303632 ], [ -75.176222834708994, 39.997193774248302 ], [ -75.176248694535502, 39.9970722471679 ], [ -75.176200413465693, 39.997065909035399 ], [ -75.176175260809998, 39.9971876303632 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2419 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 754, "objectid": 8957, "Shape__Area": 119.5078125, "Shape__Length": 53.079643719414484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178827493777106, 39.9928080906585 ], [ -75.178651706933906, 39.992786340780697 ], [ -75.178642570786593, 39.992785200865598 ], [ -75.178635088355506, 39.992823946108899 ], [ -75.178643222137197, 39.992824983379798 ], [ -75.1788187293579, 39.992847500072202 ], [ -75.178827493777106, 39.9928080906585 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2435 N 10TH ST", "addr_range": "2431-2455 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "13", "parcelarea": 992, "objectid": 8958, "Shape__Area": 154.4765625, "Shape__Length": 61.578082575451027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148154923998604, 39.989383670891101 ], [ -75.148145403455104, 39.989427042827003 ], [ -75.148362104940304, 39.989455313024003 ], [ -75.148371520211498, 39.989413034327598 ], [ -75.148154923998604, 39.989383670891101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2163 N MARSTON ST", "addr_range": "2163 N MARSTON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 672, "objectid": 8959, "Shape__Area": 106.4375, "Shape__Length": 47.889716752300345 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177844674213404, 39.988995541780902 ], [ -75.178004363916401, 39.9890160133777 ], [ -75.178012715506995, 39.988977513802197 ], [ -75.177853376069294, 39.988953889316498 ], [ -75.177844674213404, 39.988995541780902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2418 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 683, "objectid": 8960, "Shape__Area": 108.3671875, "Shape__Length": 50.677584288114417 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179114383021798, 39.992823608769903 ], [ -75.179105374495904, 39.992822439313898 ], [ -75.178937636361994, 39.992800660213902 ], [ -75.178930229451794, 39.992837941219697 ], [ -75.179097440532004, 39.9928592562161 ], [ -75.179105887945497, 39.992860332915001 ], [ -75.179106292163198, 39.992858536342801 ], [ -75.179114383021798, 39.992823608769903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3325 N 17TH ST", "addr_range": "3323-3343 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 1986, "objectid": 8961, "Shape__Area": 312.94921875, "Shape__Length": 96.324941455932603 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156726899235295, 40.004494186603203 ], [ -75.157084541193996, 40.004541450928102 ], [ -75.157095738928007, 40.004488090619603 ], [ -75.156737434327994, 40.004442292627097 ], [ -75.156726899235295, 40.004494186603203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1821 S CONESTOGA ST", "addr_range": "1821 S CONESTOGA ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 900, "objectid": 8962, "Shape__Area": 144.33203125, "Shape__Length": 59.930089806326109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.219082674959694, 39.9354934238686 ], [ -75.219119439223206, 39.935524507886299 ], [ -75.219275819765201, 39.9354108502963 ], [ -75.219239118810194, 39.935380863342303 ], [ -75.219082674959694, 39.9354934238686 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2144 N 30TH ST", "addr_range": "2140-2144 N 30TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1011, "objectid": 8963, "Shape__Area": 160.1171875, "Shape__Length": 64.253672599827027 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1820747995598, 39.989085167438503 ], [ -75.182304454972495, 39.989116386849197 ], [ -75.182313240979198, 39.989074140422801 ], [ -75.182083560161104, 39.989043565581298 ], [ -75.1820747995598, 39.989085167438503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1049 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 614, "objectid": 8964, "Shape__Area": 97.38671875, "Shape__Length": 46.80617029826535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148067954021499, 39.997556367547503 ], [ -75.148088126110693, 39.997559403500098 ], [ -75.148116509337001, 39.997562594029702 ], [ -75.148120217414402, 39.997539658819598 ], [ -75.1481230031888, 39.997532048876501 ], [ -75.148125354451693, 39.997521011515801 ], [ -75.148126964011098, 39.997515083246199 ], [ -75.148130565675999, 39.997493854858803 ], [ -75.148132376311494, 39.9974898331999 ], [ -75.148139283918894, 39.997453962484897 ], [ -75.148143564677795, 39.9974412434049 ], [ -75.148095247417999, 39.9974348295098 ], [ -75.148089641387699, 39.997454770858802 ], [ -75.148089149467594, 39.9974605154244 ], [ -75.148087942342798, 39.9974630343455 ], [ -75.148083735348905, 39.997486393438798 ], [ -75.148080916869304, 39.997494856806597 ], [ -75.148074997757107, 39.9975262700532 ], [ -75.148071689812596, 39.997539832911798 ], [ -75.148069838466, 39.9975449168507 ], [ -75.148067954021499, 39.997556367547503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1447-49 N PERTH ST", "addr_range": "1436-1438 N FRANKLIN ST; 1435-1449 N PERTH ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1060, "objectid": 8965, "Shape__Area": 156.3046875, "Shape__Length": 50.278425061336108 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148584107332994, 39.974314937658498 ], [ -75.148461419351193, 39.9742994383518 ], [ -75.148444692434893, 39.974375080040602 ], [ -75.148567396838104, 39.974392386280499 ], [ -75.148584107332994, 39.974314937658498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1520-40 W VENANGO ST", "addr_range": "1520-40 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 12098, "objectid": 8966, "Shape__Area": 1905.078125, "Shape__Length": 194.77718033160946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154163951152995, 40.007755927113003 ], [ -75.154124306662695, 40.007936943533799 ], [ -75.154372525610896, 40.007969266282402 ], [ -75.154384582507703, 40.007970795787301 ], [ -75.1547405888562, 40.008016355959803 ], [ -75.154780496936198, 40.0078250917406 ], [ -75.154423906918197, 40.007782227834298 ], [ -75.154421868423697, 40.007789484497003 ], [ -75.154409074363997, 40.007787469800199 ], [ -75.154163951152995, 40.007755927113003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2415 CLIFFORD ST", "addr_range": "2415 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1092, "objectid": 8967, "Shape__Area": 173.09765625, "Shape__Length": 71.189272251080354 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174550488633002, 39.9814925807677 ], [ -75.174512371845097, 39.981675522928803 ], [ -75.174559408200196, 39.981709915047901 ], [ -75.174603619914805, 39.981498867410401 ], [ -75.174550488633002, 39.9814925807677 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "215 ZERALDA ST", "addr_range": "4546-4548 WAYNE AVE; 215 ZERALDA ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1186, "objectid": 8968, "Shape__Area": 187.9765625, "Shape__Length": 70.916930051083057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163114537728504, 40.022338348541702 ], [ -75.163071800981598, 40.022368223014197 ], [ -75.163212866985205, 40.022495282211501 ], [ -75.163242392291806, 40.022519933215399 ], [ -75.163283999100699, 40.022490033226298 ], [ -75.163114537728504, 40.022338348541702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2412 N 26TH ST", "addr_range": "2412 N 26TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 842, "objectid": 8969, "Shape__Area": 133.359375, "Shape__Length": 56.905385805509638 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174958836512005, 39.9922423193469 ], [ -75.175158389809098, 39.9922678814535 ], [ -75.1751672055304, 39.992227698552902 ], [ -75.175047781349505, 39.992212413474299 ], [ -75.174967336216596, 39.992202194242402 ], [ -75.174958836512005, 39.9922423193469 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1919 E STERNER ST", "addr_range": "1909-1919 E STERNER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 627, "objectid": 8970, "Shape__Area": 99.27734375, "Shape__Length": 69.176944999224446 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122651067670603, 39.989239015004799 ], [ -75.122620060505696, 39.989205178920599 ], [ -75.122587065493903, 39.989222752325801 ], [ -75.122550474531394, 39.9892417427141 ], [ -75.122516151245193, 39.989259494731499 ], [ -75.122484506342204, 39.989276292595399 ], [ -75.122447169319599, 39.989294975741899 ], [ -75.122409359242596, 39.9893162267892 ], [ -75.122412585305895, 39.989320039910098 ], [ -75.122516282657301, 39.989265816649002 ], [ -75.122543562762502, 39.989296858951903 ], [ -75.122651067670603, 39.989239015004799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2330 N CLEVELAND ST", "addr_range": "2318-2330 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 641, "objectid": 8971, "Shape__Area": 101.7265625, "Shape__Length": 48.163768894325393 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162739097467906, 39.989473305760697 ], [ -75.162903611471407, 39.989495230777301 ], [ -75.162912061494694, 39.989458248933502 ], [ -75.162747053381494, 39.989436136190001 ], [ -75.162739097467906, 39.989473305760697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2727 W STERNER ST", "addr_range": "2715-2735 W STERNER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "11", "parcelarea": 630, "objectid": 8972, "Shape__Area": 102.69140625, "Shape__Length": 48.17505177074576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176130544377898, 39.997393556759498 ], [ -75.176179639329206, 39.9974005582893 ], [ -75.176205364369807, 39.997278140697503 ], [ -75.176206184080897, 39.997274193724699 ], [ -75.1761573585256, 39.997267875805399 ], [ -75.176130544377898, 39.997393556759498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5005 KERSHAW ST", "addr_range": "5005 KERSHAW ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 901, "objectid": 8973, "Shape__Area": 142.2109375, "Shape__Length": 60.98998841501092 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223148227997299, 39.974036935005898 ], [ -75.223177769366501, 39.974205937957898 ], [ -75.223229249433899, 39.974200268979999 ], [ -75.223198982736307, 39.974031620383101 ], [ -75.223148227997299, 39.974036935005898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2327-29 N 15TH ST", "addr_range": "2327-2349 N 15TH ST; 1442 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 3237, "objectid": 8974, "Shape__Area": 480.03515625, "Shape__Length": 96.938161084814865 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156985638929299, 39.988809548202397 ], [ -75.157291254647205, 39.988851705447303 ], [ -75.157312302735207, 39.988757090221903 ], [ -75.157006069046403, 39.9887157894455 ], [ -75.156985638929299, 39.988809548202397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2120 N 32ND ST", "addr_range": "2120-2124 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1009, "objectid": 8975, "Shape__Area": 159.79296875, "Shape__Length": 65.1760865903194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185362552896294, 39.988991741246799 ], [ -75.185597153780606, 39.989024661136398 ], [ -75.185606427681293, 39.988982747064803 ], [ -75.185370885745002, 39.988951983001897 ], [ -75.185362552896294, 39.988991741246799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "449 FARSON ST", "addr_range": "449-453 FARSON ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 925, "objectid": 8976, "Shape__Area": 138.87109375, "Shape__Length": 58.842027464268014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220577665534606, 39.965118712246998 ], [ -75.220584238294293, 39.965158832686498 ], [ -75.220793493273803, 39.965137525609499 ], [ -75.220791138215702, 39.965122563058003 ], [ -75.220787127927096, 39.965096925920001 ], [ -75.220577665534606, 39.965118712246998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2553 N CORLIES ST", "addr_range": "2553 N CORLIES ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 718, "objectid": 8977, "Shape__Area": 113.79296875, "Shape__Length": 51.10480556714613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180943888299296, 39.995341900405698 ], [ -75.181119184797694, 39.995365747602001 ], [ -75.181127925716694, 39.995326901545198 ], [ -75.180952890040899, 39.995302851163203 ], [ -75.180943888299296, 39.995341900405698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3124 EUCLID AVE", "addr_range": "3118-3124 EUCLID AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1005, "objectid": 8978, "Shape__Area": 165.421875, "Shape__Length": 68.260325478607442 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185267641954198, 39.9847733946688 ], [ -75.185318492024507, 39.984780285734303 ], [ -75.185360231350899, 39.984587813202197 ], [ -75.185308370016202, 39.984581061735597 ], [ -75.185272993777104, 39.984744885595198 ], [ -75.185267641954198, 39.9847733946688 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3822 MOUNT VERNON ST", "addr_range": "3822 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1015, "objectid": 8979, "Shape__Area": 160.65234375, "Shape__Length": 71.592343190555965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198105458952398, 39.963710292391497 ], [ -75.198108012170806, 39.963738237118299 ], [ -75.198109846984806, 39.963738486960899 ], [ -75.198142338746294, 39.963918041302001 ], [ -75.198189780315204, 39.963913197567301 ], [ -75.1981748722514, 39.963830493325098 ], [ -75.198155364421595, 39.963734115822803 ], [ -75.198156470833396, 39.963732560066198 ], [ -75.198151428327407, 39.963705641183303 ], [ -75.198105458952398, 39.963710292391497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3700 BROWN ST", "addr_range": "3700-3710 BROWN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1573, "objectid": 8980, "Shape__Area": 249.1328125, "Shape__Length": 79.044178738466272 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196904316897104, 39.967801486837097 ], [ -75.196854166029297, 39.9678064635334 ], [ -75.196892947112104, 39.9680092581834 ], [ -75.196896893342199, 39.9680229989387 ], [ -75.196921091147104, 39.968020184712202 ], [ -75.196965876192905, 39.968015345379499 ], [ -75.196952467601804, 39.9679451037196 ], [ -75.196923146156806, 39.9677994064103 ], [ -75.196904316897104, 39.967801486837097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2352 N BEECHWOOD ST", "addr_range": "2144-46 W GLENWOOD AVE; 2348-2352 N BEECHWOOD ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "4", "parcelarea": 687, "objectid": 8981, "Shape__Area": 104.34375, "Shape__Length": 49.005136151293428 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168129540039402, 39.9905977761399 ], [ -75.168298065850607, 39.9906184608788 ], [ -75.168306457305903, 39.990580203350902 ], [ -75.168137269269906, 39.990561503076599 ], [ -75.168129540039402, 39.9905977761399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2437 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 736, "objectid": 8982, "Shape__Area": 116.66015625, "Shape__Length": 52.808982332224197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178559045569898, 39.993162885121002 ], [ -75.178568805384799, 39.993164168758902 ], [ -75.178701226977793, 39.993181609973902 ], [ -75.178744264933698, 39.993186265507603 ], [ -75.178752510065493, 39.993148940217203 ], [ -75.178577090632302, 39.993126343415497 ], [ -75.178567893043606, 39.993125154365401 ], [ -75.178559045569898, 39.993162885121002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5107 RENO ST", "addr_range": "5107-5111 RENO ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 632, "objectid": 8983, "Shape__Area": 110.546875, "Shape__Length": 48.725734249287051 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222713335246695, 39.966501905329103 ], [ -75.222738293653904, 39.966626720811199 ], [ -75.222791989292105, 39.966620454937903 ], [ -75.222790238401203, 39.966611744260902 ], [ -75.222766733465903, 39.966495762662497 ], [ -75.222713335246695, 39.966501905329103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2518 N 10TH ST", "addr_range": "2512-2526 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1056, "objectid": 8984, "Shape__Area": 153.54296875, "Shape__Length": 64.340204516668067 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148312026513807, 39.990497151978701 ], [ -75.148545427675302, 39.990527250921403 ], [ -75.148553575281795, 39.990487394253897 ], [ -75.148320200244001, 39.990457748228899 ], [ -75.148312026513807, 39.990497151978701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1653 N MARSHALL ST", "addr_range": "1653-1655 N MARSHALL ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 675, "objectid": 8985, "Shape__Area": 106.8359375, "Shape__Length": 47.91361504416664 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145873799018005, 39.976958646046299 ], [ -75.146034043252996, 39.9769795630014 ], [ -75.146041525031293, 39.9769390462586 ], [ -75.145882377762106, 39.976918509207302 ], [ -75.145873799018005, 39.976958646046299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "670 BROOKLYN ST", "addr_range": "666-672 BROOKLYN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1248, "objectid": 8986, "Shape__Area": 197.390625, "Shape__Length": 74.197818287675688 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208114457730801, 39.964288183629797 ], [ -75.208119942591907, 39.964331989375601 ], [ -75.208394120815697, 39.964311771963096 ], [ -75.208388535239607, 39.964267336004099 ], [ -75.208114457730801, 39.964288183629797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "36 E CLAPIER ST", "addr_range": "32-40 E CLAPIER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1597, "objectid": 8987, "Shape__Area": 253.15625, "Shape__Length": 79.731887220593066 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162056075333794, 40.029708565292701 ], [ -75.162278444082801, 40.029846871146098 ], [ -75.162322565190607, 40.029803938117702 ], [ -75.162099387636502, 40.029665389770202 ], [ -75.162056075333794, 40.029708565292701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2463 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 673, "objectid": 8988, "Shape__Area": 106.70703125, "Shape__Length": 52.162431697649936 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178644907115299, 39.993643904968899 ], [ -75.178468426773193, 39.993621573487999 ], [ -75.178459125472003, 39.993620399226401 ], [ -75.178451284988299, 39.9936547359017 ], [ -75.178460880020296, 39.993655949180699 ], [ -75.178637684868903, 39.993678560947103 ], [ -75.178644907115299, 39.993643904968899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4435 N 18TH ST", "addr_range": "4435 N 18TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 3950, "objectid": 8989, "Shape__Area": 625.8984375, "Shape__Length": 115.73974932646325 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154537224014305, 40.022141354734799 ], [ -75.1548740041966, 40.022182802082298 ], [ -75.154894601294899, 40.022084984616299 ], [ -75.154508945525606, 40.022037596863697 ], [ -75.1544884966967, 40.022135353651997 ], [ -75.154497615999105, 40.022136477006697 ], [ -75.154537224014305, 40.022141354734799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3938 MOUNT VERNON ST", "addr_range": "3932-44 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 579, "objectid": 8990, "Shape__Area": 90.48828125, "Shape__Length": 47.264390530254161 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.200933226501903, 39.963468023668199 ], [ -75.200958303321201, 39.963596393793601 ], [ -75.200983892554504, 39.963593334855503 ], [ -75.201001637940905, 39.963591021575901 ], [ -75.200975159380704, 39.963463152813802 ], [ -75.200933226501903, 39.963468023668199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2524 TURNER ST", "addr_range": "2524 TURNER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 794, "objectid": 8991, "Shape__Area": 125.84375, "Shape__Length": 56.415022576893989 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1765857432069, 39.980083218152899 ], [ -75.176635059122304, 39.980089530046101 ], [ -75.176667547296006, 39.979935557487202 ], [ -75.176618393395799, 39.979929361865103 ], [ -75.1765857432069, 39.980083218152899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "548 N 54TH ST", "addr_range": "532-550 N 54TH ST; 531-543 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 1320, "objectid": 8992, "Shape__Area": 208.94140625, "Shape__Length": 81.404883983598339 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228774715371898, 39.968892532506104 ], [ -75.228466078191104, 39.968925871943199 ], [ -75.228473679272199, 39.9689665955569 ], [ -75.228782101961301, 39.968933960467098 ], [ -75.228776117722205, 39.968899897434298 ], [ -75.228774715371898, 39.968892532506104 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3110 W DAKOTA ST", "addr_range": "3110-3114 W DAKOTA ST; 3109 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 694, "objectid": 8993, "Shape__Area": 109.98046875, "Shape__Length": 42.445427997163534 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183418387667501, 39.991728969541199 ], [ -75.183497875155496, 39.991739031678001 ], [ -75.183514777076894, 39.991655603094003 ], [ -75.183434725997998, 39.9916460122068 ], [ -75.183418387667501, 39.991728969541199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1022 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 614, "objectid": 8994, "Shape__Area": 96.0703125, "Shape__Length": 46.716238139237888 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147486701138106, 39.997270570202801 ], [ -75.147532344611307, 39.9972767147026 ], [ -75.147561151227507, 39.997154566848998 ], [ -75.147512477845694, 39.997148128410601 ], [ -75.147486701138106, 39.997270570202801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "31 E PRICE ST", "addr_range": "31-33 E PRICE ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1150, "objectid": 8995, "Shape__Area": 182.41796875, "Shape__Length": 56.776435296703625 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174708116096696, 40.037504144199197 ], [ -75.174838564180206, 40.037583571935201 ], [ -75.1748932048814, 40.037531376063299 ], [ -75.174763848541701, 40.037450795245299 ], [ -75.174708116096696, 40.037504144199197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5144 FUNSTON ST", "addr_range": "5144 FUNSTON ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 919, "objectid": 8996, "Shape__Area": 145.984375, "Shape__Length": 61.038233042885444 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.223574291816306, 39.965748724368702 ], [ -75.223618028003102, 39.965913896162803 ], [ -75.223670370932098, 39.965905667466203 ], [ -75.223626138522206, 39.965739194538799 ], [ -75.223574291816306, 39.965748724368702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1424 W TIOGA ST", "addr_range": "1424-1426 W TIOGA ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2025, "objectid": 8997, "Shape__Area": 328.30078125, "Shape__Length": 90.907133435728312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153323632493397, 40.0062852805017 ], [ -75.153402785420795, 40.006295678180798 ], [ -75.153458576108605, 40.006048742856599 ], [ -75.153378290611499, 40.006037851064001 ], [ -75.153323632493397, 40.0062852805017 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1043 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 607, "objectid": 8998, "Shape__Area": 94.28515625, "Shape__Length": 46.212800653093211 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147922829140597, 39.997537296584397 ], [ -75.147969314019306, 39.997543378886697 ], [ -75.147996557434197, 39.997422629930099 ], [ -75.147949324457201, 39.997416353178302 ], [ -75.147922829140597, 39.997537296584397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1012 W INDIANA AVE", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 965, "objectid": 8999, "Shape__Area": 154.9609375, "Shape__Length": 63.453960640010123 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147233368851204, 39.997632425546001 ], [ -75.147286130270203, 39.997639376660899 ], [ -75.147324989584504, 39.997464953435198 ], [ -75.147270927102696, 39.997458053926998 ], [ -75.147233368851204, 39.997632425546001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2446 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 676, "objectid": 9000, "Shape__Area": 107.1328125, "Shape__Length": 50.535303139215856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178998987331596, 39.993352297982803 ], [ -75.178991187581104, 39.993351285339699 ], [ -75.178823097816604, 39.993329354063498 ], [ -75.178815172753204, 39.993365961214103 ], [ -75.178983284832697, 39.993387862365303 ], [ -75.178991356108199, 39.993388912626102 ], [ -75.178993192879005, 39.993380281537299 ], [ -75.178998987331596, 39.993352297982803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3245 N 15TH ST", "addr_range": "3239-3245 N 15TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1384, "objectid": 9001, "Shape__Area": 223.0703125, "Shape__Length": 82.68736615734764 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153899500476498, 40.0029764155232 ], [ -75.154208883364404, 40.003015958086699 ], [ -75.154218780698798, 40.002972577114001 ], [ -75.153908510929895, 40.002933192017302 ], [ -75.153899500476498, 40.0029764155232 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "926 W SUSQUEHANNA AVE", "addr_range": "926 W SUSQUEHANNA AVE", "zipcode": 19122, "district": "5", "year": "2007", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1027, "objectid": 9002, "Shape__Area": 162.7421875, "Shape__Length": 65.5743096979743 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148788335747298, 39.985252678463603 ], [ -75.148842398632496, 39.985259867614502 ], [ -75.148882662483203, 39.985078545224503 ], [ -75.148828687203306, 39.985071824803299 ], [ -75.148788335747298, 39.985252678463603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "309 W BERKS ST", "addr_range": "1912-1920 N 3RD ST; 301-311 W BERKS ST; 1911 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1232, "objectid": 9003, "Shape__Area": 195.24609375, "Shape__Length": 73.494319618140054 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140339836053599, 39.979620542405399 ], [ -75.1402910827629, 39.979825962599598 ], [ -75.140348804939094, 39.979833771588503 ], [ -75.1403960205582, 39.979628526345998 ], [ -75.140339836053599, 39.979620542405399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "301 W BERKS ST", "addr_range": "1912-1920 N 3RD ST; 301-311 W BERKS ST; 1911 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1390, "objectid": 9004, "Shape__Area": 220.265625, "Shape__Length": 75.33187010987713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140054255060605, 39.979793382110103 ], [ -75.140118861952402, 39.979801944268701 ], [ -75.140164171745894, 39.979595656529298 ], [ -75.140100730184699, 39.979586734355102 ], [ -75.140054255060605, 39.979793382110103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "311 W BERKS ST", "addr_range": "1912-1920 N 3RD ST; 301-311 W BERKS ST; 1911 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 1420, "objectid": 9005, "Shape__Area": 224.9921875, "Shape__Length": 75.467318639870669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1403960205582, 39.979628526345998 ], [ -75.140348804939094, 39.979833771588503 ], [ -75.140414171115793, 39.979842753602497 ], [ -75.140462030433497, 39.979637119316401 ], [ -75.1403960205582, 39.979628526345998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "303-07 W BERKS ST", "addr_range": "1912-1920 N 3RD ST; 301-311 W BERKS ST; 1911 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 3773, "objectid": 9006, "Shape__Area": 597.828125, "Shape__Length": 100.09478235505495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140118861952402, 39.979801944268701 ], [ -75.140174749707796, 39.979810034194003 ], [ -75.140176751498402, 39.9798102734376 ], [ -75.140234697985093, 39.979818248868703 ], [ -75.1402910827629, 39.979825962599598 ], [ -75.140339836053599, 39.979620542405399 ], [ -75.140280608686098, 39.979612102701701 ], [ -75.1402231382976, 39.979604299399902 ], [ -75.140164171745894, 39.979595656529298 ], [ -75.140118861952402, 39.979801944268701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1918 N 3RD ST", "addr_range": "1912-1920 N 3RD ST; 301-311 W BERKS ST; 1911 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 808, "objectid": 9007, "Shape__Area": 128.10546875, "Shape__Length": 55.378036374819651 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1400156843969, 39.979963360485598 ], [ -75.140208145363601, 39.979991191954497 ], [ -75.140217491330702, 39.979951394570499 ], [ -75.140024777675393, 39.979923558268901 ], [ -75.1400156843969, 39.979963360485598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1912 N 3RD ST", "addr_range": "1912-1920 N 3RD ST; 301-311 W BERKS ST; 1911 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 829, "objectid": 9008, "Shape__Area": 131.40625, "Shape__Length": 55.655509797550323 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140051936442504, 39.979803582118898 ], [ -75.140042804871698, 39.979844351164999 ], [ -75.140234994061103, 39.979872175514501 ], [ -75.1402446554535, 39.979831209467001 ], [ -75.140051936442504, 39.979803582118898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1920 N 3RD ST", "addr_range": "1912-1920 N 3RD ST; 301-311 W BERKS ST; 1911 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 759, "objectid": 9009, "Shape__Area": 120.37109375, "Shape__Length": 54.669230669511307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140006954161706, 39.980001334673602 ], [ -75.140199940664402, 39.980028050025503 ], [ -75.140208145986307, 39.9799911757503 ], [ -75.1400156843969, 39.979963360485598 ], [ -75.140006954161706, 39.980001334673602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1914 N 3RD ST", "addr_range": "1912-1920 N 3RD ST; 301-311 W BERKS ST; 1911 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 802, "objectid": 9010, "Shape__Area": 127.1953125, "Shape__Length": 55.317617527503188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140033236273297, 39.9798839659721 ], [ -75.1402265652533, 39.979911574780999 ], [ -75.140234994061103, 39.979872175514501 ], [ -75.140042804871698, 39.979844351164999 ], [ -75.140033236273297, 39.9798839659721 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1916 N 3RD ST", "addr_range": "1912-1920 N 3RD ST; 301-311 W BERKS ST; 1911 N ORIANNA ST", "zipcode": 19122, "district": "7", "year": "2004", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "10", "parcelarea": 807, "objectid": 9011, "Shape__Area": 127.87109375, "Shape__Length": 55.423088808519147 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.140024777675393, 39.979923558268901 ], [ -75.140217491330702, 39.979951394570499 ], [ -75.1402265652533, 39.979911574780999 ], [ -75.140033236273297, 39.9798839659721 ], [ -75.140024777675393, 39.979923558268901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2531 W OXFORD ST", "addr_range": "2521-2523, 2527, 2531-2535 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 996, "objectid": 9012, "Shape__Area": 157.84765625, "Shape__Length": 65.765739406289001 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176836905243604, 39.979948010941399 ], [ -75.176888493097294, 39.979954697131497 ], [ -75.176925794652604, 39.979770912533603 ], [ -75.176874057122902, 39.979763852685302 ], [ -75.176836905243604, 39.979948010941399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2533 W OXFORD ST", "addr_range": "2521-2523, 2527, 2531-2535 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1024, "objectid": 9013, "Shape__Area": 162.29296875, "Shape__Length": 66.105551367221551 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176925794652604, 39.979770912533603 ], [ -75.176888493097294, 39.979954697131497 ], [ -75.176941905612296, 39.979961262026599 ], [ -75.176978893546803, 39.979776972123403 ], [ -75.176925794652604, 39.979770912533603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2521 W OXFORD ST", "addr_range": "2521-2523, 2527, 2531-2535 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1038, "objectid": 9014, "Shape__Area": 164.57421875, "Shape__Length": 66.36002992065076 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176567475831504, 39.979913888596897 ], [ -75.176621149542697, 39.979920235147702 ], [ -75.176658473653006, 39.979735935747598 ], [ -75.176604389120001, 39.979729338527598 ], [ -75.176567475831504, 39.979913888596897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3123 W CUMBERLAND ST", "addr_range": "3123-3125 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 980, "objectid": 9015, "Shape__Area": 155.40234375, "Shape__Length": 62.168396410625007 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183260905342607, 39.994719412928802 ], [ -75.183316002868096, 39.994726658283703 ], [ -75.183354619127499, 39.994558361714503 ], [ -75.183298851056506, 39.994551101381298 ], [ -75.183260905342607, 39.994719412928802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2135 N MARSTON ST", "addr_range": "2133-2135 N MARSTON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 739, "objectid": 9016, "Shape__Area": 117.046875, "Shape__Length": 52.047738301674535 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177961669257598, 39.988370976796702 ], [ -75.178034621265994, 39.988382508277397 ], [ -75.178139754092896, 39.988397034063098 ], [ -75.178148446490596, 39.988356768926799 ], [ -75.178124332325694, 39.988354375204203 ], [ -75.178030378869707, 39.988341243300802 ], [ -75.177971110962901, 39.988331404221398 ], [ -75.177961669257598, 39.988370976796702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2114 N NATRONA ST", "addr_range": "2114 N NATRONA ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 894, "objectid": 9017, "Shape__Area": 141.43359375, "Shape__Length": 60.00147830840541 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185987668955704, 39.988947225640999 ], [ -75.186201307014898, 39.988975871041298 ], [ -75.186210271899697, 39.988936578269701 ], [ -75.186196345587206, 39.9889346552905 ], [ -75.185996854646405, 39.988907082758502 ], [ -75.185987668955704, 39.988947225640999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "245 N WANAMAKER ST", "addr_range": "245-249 N WANAMAKER ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 854, "objectid": 9018, "Shape__Area": 135.30859375, "Shape__Length": 59.594242962556351 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236336232046597, 39.9655980800094 ], [ -75.236467334038906, 39.9656138317944 ], [ -75.2365509609849, 39.965624029475798 ], [ -75.2365518266935, 39.965619904765099 ], [ -75.236558838204203, 39.965586675601401 ], [ -75.236492658426002, 39.965578245859 ], [ -75.236344410453697, 39.9655593298965 ], [ -75.236340376179001, 39.9655783597238 ], [ -75.236336232046597, 39.9655980800094 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "105 W ROOSEVELT BLVD", "addr_range": "101-119 W ROOSEVELT BLVD", "zipcode": 19120, "district": "9", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1760, "objectid": 9019, "Shape__Area": 273.359375, "Shape__Length": 85.0954898663324 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.123682473871497, 40.026268027328399 ], [ -75.123699521239899, 40.0262658708929 ], [ -75.123750561492002, 40.026257671974903 ], [ -75.123751573064595, 40.026257517606297 ], [ -75.123691728980901, 40.026023456266699 ], [ -75.123622016631202, 40.0260340978909 ], [ -75.123682473871497, 40.026268027328399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2930 N BAMBREY ST", "addr_range": "2930-2934 N BAMBREY ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 644, "objectid": 9020, "Shape__Area": 108.64453125, "Shape__Length": 48.611478844493362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172630215986899, 40.000166076338303 ], [ -75.172792749029398, 40.000187360893896 ], [ -75.172801746976802, 40.0001474723489 ], [ -75.172638472471206, 40.000125785523501 ], [ -75.172631807637103, 40.000158342642401 ], [ -75.1726309592663, 40.000162482668898 ], [ -75.172630215986899, 40.000166076338303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2124 N DOVER ST", "addr_range": "2124-2128 N DOVER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 657, "objectid": 9021, "Shape__Area": 104.03125, "Shape__Length": 48.736571528438198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179918262835898, 39.988333804007098 ], [ -75.180085035135406, 39.9883564297673 ], [ -75.180093015358693, 39.988318888537101 ], [ -75.179926322632795, 39.988296360075402 ], [ -75.179918262835898, 39.988333804007098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2350 N 18TH ST", "addr_range": "2346-2350 N 18TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1054, "objectid": 9022, "Shape__Area": 170.953125, "Shape__Length": 68.057806271881432 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162103066444402, 39.989880034203303 ], [ -75.162349382109596, 39.989915005773597 ], [ -75.162358512481404, 39.989873397267097 ], [ -75.162111945331105, 39.989838420042801 ], [ -75.162103066444402, 39.989880034203303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2739 JASPER ST", "addr_range": "2739 JASPER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 465, "objectid": 9023, "Shape__Area": 73.94140625, "Shape__Length": 41.249223576860089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122622553060495, 39.989554058134097 ], [ -75.122684486431595, 39.9896221969652 ], [ -75.122718113904995, 39.989604509158603 ], [ -75.122637078320693, 39.989513397467299 ], [ -75.122602508790294, 39.989531546635497 ], [ -75.122616677284398, 39.989547217279302 ], [ -75.122621629025801, 39.9895530539603 ], [ -75.122622553060495, 39.989554058134097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2725 N 13TH ST", "addr_range": "2723-2731 N 13TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1344, "objectid": 9024, "Shape__Area": 214.46484375, "Shape__Length": 79.314778938079016 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151853087815795, 39.994328576649998 ], [ -75.152147394107004, 39.994366171618097 ], [ -75.152156642423805, 39.994322180546 ], [ -75.151862601626902, 39.994284815960498 ], [ -75.151853087815795, 39.994328576649998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3952 PARRISH ST", "addr_range": "3948-3962 PARRISH ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 1662, "objectid": 9025, "Shape__Area": 263.04296875, "Shape__Length": 84.165518544346568 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202327952921607, 39.968252651619999 ], [ -75.202328324065903, 39.968258398359502 ], [ -75.202329271168907, 39.9682638686647 ], [ -75.202332037268903, 39.968272231037503 ], [ -75.202340958571199, 39.968322577238297 ], [ -75.202343189906301, 39.968333458659401 ], [ -75.202343910710297, 39.968343308228597 ], [ -75.202346224157793, 39.968352000229402 ], [ -75.202347233495402, 39.9683603073779 ], [ -75.202350440449905, 39.968374774835098 ], [ -75.2023518492813, 39.968384138722001 ], [ -75.202354339629906, 39.9683936716837 ], [ -75.202356211195806, 39.968403030527597 ], [ -75.202360583269694, 39.968427178118702 ], [ -75.202362089130503, 39.968439575139399 ], [ -75.2023647343714, 39.968451160424401 ], [ -75.202366909504093, 39.968464071461497 ], [ -75.202371121589707, 39.968486958598298 ], [ -75.202439643304601, 39.9684792915141 ], [ -75.202437573070895, 39.968469703009902 ], [ -75.202432146388503, 39.968438423080897 ], [ -75.202426764219297, 39.968411545547497 ], [ -75.202424668173904, 39.9683970874406 ], [ -75.202423098705097, 39.968391975433299 ], [ -75.202420503592904, 39.968379053270802 ], [ -75.2024133052671, 39.968341963971703 ], [ -75.202411359871803, 39.968330733004002 ], [ -75.202409529458606, 39.968319183831497 ], [ -75.202407184978497, 39.9683085089329 ], [ -75.202406291188396, 39.9682999619802 ], [ -75.2024015982348, 39.9682725987889 ], [ -75.202398997467, 39.968265416800897 ], [ -75.202398353156795, 39.968259147721099 ], [ -75.202395968257093, 39.968245054413998 ], [ -75.202390615480596, 39.968245370752598 ], [ -75.202380875239101, 39.968246991639901 ], [ -75.202374103872899, 39.968247696349103 ], [ -75.2023657979272, 39.968247948018501 ], [ -75.202355349957799, 39.968249455881399 ], [ -75.202345889566899, 39.968250858629098 ], [ -75.202340128838998, 39.968250843347903 ], [ -75.202327952921607, 39.968252651619999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "801 W HUNTINGDON ST", "addr_range": "801-813 W HUNTINGDON ST; 2611-2623 N DARIEN ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 1005, "objectid": 9026, "Shape__Area": 159.6484375, "Shape__Length": 65.588117066853187 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145583963975497, 39.991228190092301 ], [ -75.1455313515239, 39.991221306330402 ], [ -75.145492339597297, 39.991403559925203 ], [ -75.145545006245001, 39.991410622432603 ], [ -75.145583963975497, 39.991228190092301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1020 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 616, "objectid": 9027, "Shape__Area": 95.7265625, "Shape__Length": 46.654544186825362 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147439472661603, 39.997264179811303 ], [ -75.147486701138106, 39.997270570202801 ], [ -75.147512477845694, 39.997148128410601 ], [ -75.147465641829001, 39.997141923525703 ], [ -75.147439472661603, 39.997264179811303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2149 BELLMORE ST", "addr_range": "2141-2153 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 638, "objectid": 9028, "Shape__Area": 101.0078125, "Shape__Length": 47.244854980945036 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114127658715802, 39.988532000896001 ], [ -75.114151581618202, 39.988566289386597 ], [ -75.114292995052594, 39.988505362820803 ], [ -75.114268726008603, 39.988471872834097 ], [ -75.114127658715802, 39.988532000896001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1222 W LOUDON ST", "addr_range": "1222 W LOUDON ST", "zipcode": 19141, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "GPASS", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1121, "objectid": 9029, "Shape__Area": 177.72265625, "Shape__Length": 69.085951059691126 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1446726192478, 40.025699008208903 ], [ -75.144721557273897, 40.025705583136201 ], [ -75.144763142268303, 40.025513716379798 ], [ -75.144707956217104, 40.025506596964703 ], [ -75.144665359559895, 40.025698037997103 ], [ -75.1446726192478, 40.025699008208903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2332 W MONTGOMERY AVE", "addr_range": "2326-2338 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1334, "objectid": 9030, "Shape__Area": 211.37890625, "Shape__Length": 80.700926265829963 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1733039437419, 39.981955850285601 ], [ -75.173240908353705, 39.981979194838303 ], [ -75.173194747538204, 39.9821895702812 ], [ -75.173250864739501, 39.982197277904 ], [ -75.1733039437419, 39.981955850285601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1822 N 27TH ST", "addr_range": "1822-1824 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1012, "objectid": 9031, "Shape__Area": 158.7890625, "Shape__Length": 63.568623189308809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178490245796496, 39.983526951906597 ], [ -75.178716507650506, 39.983558731827003 ], [ -75.178725875399493, 39.983516628412701 ], [ -75.178500178344706, 39.9834848764798 ], [ -75.178490245796496, 39.983526951906597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1840 S CECIL ST", "addr_range": "1840 S CECIL ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 795, "objectid": 9032, "Shape__Area": 129.0859375, "Shape__Length": 54.388746303082726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228588526001104, 39.936250818403103 ], [ -75.2285516237812, 39.936218848810697 ], [ -75.228412209241199, 39.9363180460238 ], [ -75.2284496788252, 39.936348319843802 ], [ -75.228588526001104, 39.936250818403103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2450 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 754, "objectid": 9033, "Shape__Area": 119.53125, "Shape__Length": 53.376465547818526 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178490782713297, 39.993429717481703 ], [ -75.178500773756795, 39.993430990086502 ], [ -75.178509353766202, 39.993392559563802 ], [ -75.178499280205997, 39.993391269793797 ], [ -75.178323214952798, 39.9933685130855 ], [ -75.178314910371597, 39.993407401174103 ], [ -75.178490782713297, 39.993429717481703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4511 OGDEN ST", "addr_range": "4511 OGDEN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 789, "objectid": 9034, "Shape__Area": 114.7890625, "Shape__Length": 51.267777076180884 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.213123250281399, 39.968357639865097 ], [ -75.213124058081704, 39.968364072855699 ], [ -75.213176034739107, 39.9683601286441 ], [ -75.213175188403596, 39.96835362993 ], [ -75.213158425134907, 39.968224108857299 ], [ -75.213107015444393, 39.968228050276899 ], [ -75.213123250281399, 39.968357639865097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2037 N 33RD ST", "addr_range": "2035-2037 N 33RD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1394, "objectid": 9035, "Shape__Area": 220.69140625, "Shape__Length": 84.708750234537476 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.186654835768707, 39.988187815949502 ], [ -75.186975907148295, 39.9882288865888 ], [ -75.186984125924695, 39.9881871263634 ], [ -75.186662339303297, 39.988146669574 ], [ -75.186654835768707, 39.988187815949502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2456 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 693, "objectid": 9036, "Shape__Area": 109.86328125, "Shape__Length": 52.508607555801674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178290744685796, 39.993519746531497 ], [ -75.178466088290904, 39.993541648272398 ], [ -75.178475724818398, 39.993542848064102 ], [ -75.178483581742995, 39.993508076567501 ], [ -75.178473780937395, 39.993506760469799 ], [ -75.178335026287698, 39.993488289622398 ], [ -75.178309610035399, 39.993484286434402 ], [ -75.178304605195606, 39.993483030019497 ], [ -75.178298420771497, 39.993481988647197 ], [ -75.178290744685796, 39.993519746531497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "616 N 55TH ST", "addr_range": "616 N 55TH ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1105, "objectid": 9037, "Shape__Area": 175.14453125, "Shape__Length": 68.006080649945119 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230531030925604, 39.969537799302103 ], [ -75.230538348928505, 39.969579402213597 ], [ -75.230784827024294, 39.969551752695203 ], [ -75.2307762428063, 39.969508702933801 ], [ -75.230530754253607, 39.969536197562597 ], [ -75.230531030925604, 39.969537799302103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2413 N MARSTON ST", "addr_range": "2411-2415 N MARSTON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 681, "objectid": 9038, "Shape__Area": 107.84765625, "Shape__Length": 50.863900600761177 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177012991205302, 39.9926494031169 ], [ -75.177192715391897, 39.992671807810098 ], [ -75.177200482825498, 39.9926354864443 ], [ -75.177024908004796, 39.992613141435797 ], [ -75.177012991205302, 39.9926494031169 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1008 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 615, "objectid": 9039, "Shape__Area": 95.3046875, "Shape__Length": 46.652852886553958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147153933964802, 39.997225611295001 ], [ -75.147200364584293, 39.997232032369297 ], [ -75.147227721846605, 39.997109415628898 ], [ -75.147180669602704, 39.997103351689098 ], [ -75.147153933964802, 39.997225611295001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4226 N HICKS ST", "addr_range": "4224-4226 N HICKS ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 680, "objectid": 9040, "Shape__Area": 107.703125, "Shape__Length": 47.153262404845194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151579755753502, 40.018052109397402 ], [ -75.151569492674199, 40.018094014169101 ], [ -75.151724427515603, 40.018112688778103 ], [ -75.151733251242902, 40.0180705748256 ], [ -75.151579755753502, 40.018052109397402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4829 PARRISH ST", "addr_range": "4829-4831 PARRISH ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 945, "objectid": 9041, "Shape__Area": 187.640625, "Shape__Length": 73.992792729121021 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218222838324806, 39.967407157220002 ], [ -75.218260209150003, 39.967616907491298 ], [ -75.218313984985699, 39.967613048423303 ], [ -75.218277251732303, 39.967400765113801 ], [ -75.218222838324806, 39.967407157220002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2625 N 29TH ST", "addr_range": "2625-2627 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1097, "objectid": 9042, "Shape__Area": 173.69140625, "Shape__Length": 69.006505438405441 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178393814331599, 39.996107019394898 ], [ -75.178645033313501, 39.9961400342724 ], [ -75.178653924350797, 39.9960989347015 ], [ -75.178402740258406, 39.996065002491598 ], [ -75.178393814331599, 39.996107019394898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2716 N 12TH ST", "addr_range": "2716 N 12TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1138, "objectid": 9043, "Shape__Area": 184.90625, "Shape__Length": 74.437057256439132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150792281702294, 39.993986868407497 ], [ -75.150791320651805, 39.993991715753602 ], [ -75.151069103626895, 39.994026134501702 ], [ -75.151076931995803, 39.993985898334898 ], [ -75.150799332730799, 39.993951581071997 ], [ -75.150792281702294, 39.993986868407497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5435 MEDIA ST", "addr_range": "5433-5435 MEDIA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1707, "objectid": 9044, "Shape__Area": 270.19921875, "Shape__Length": 86.514469958661167 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230721380976604, 39.9754885711424 ], [ -75.230747335315996, 39.975616920204601 ], [ -75.230767440347194, 39.975725620766902 ], [ -75.230769989205896, 39.975731511573102 ], [ -75.230836488554601, 39.975724218231903 ], [ -75.230811770894405, 39.975595832372399 ], [ -75.230787809339802, 39.975480406814803 ], [ -75.230721380976604, 39.9754885711424 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3348 N 16TH ST", "addr_range": "3328-3350 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 2695, "objectid": 9045, "Shape__Area": 429.0546875, "Shape__Length": 106.53021512960412 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155581845067005, 40.004980492425197 ], [ -75.155964687797294, 40.005033730397798 ], [ -75.155980529903999, 40.004964756870599 ], [ -75.155595784118105, 40.004915246693898 ], [ -75.155581845067005, 40.004980492425197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1516 KERBAUGH ST", "addr_range": "1516 KERBAUGH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1317, "objectid": 9046, "Shape__Area": 208.71484375, "Shape__Length": 81.857501405302742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152929652019793, 40.013213978539902 ], [ -75.152982337258194, 40.013219942012398 ], [ -75.153035090141501, 40.012983011468101 ], [ -75.152981708612003, 40.012976630412403 ], [ -75.152929652019793, 40.013213978539902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2456 N DOVER ST", "addr_range": "2416-2462 N DOVER ST; 2419 N 29TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "25", "parcelarea": 705, "objectid": 9047, "Shape__Area": 111.76953125, "Shape__Length": 51.097018313716241 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178773137633797, 39.993557876504198 ], [ -75.178941761253597, 39.993580078389002 ], [ -75.178949332235106, 39.993581069692503 ], [ -75.178956167525399, 39.993549451348997 ], [ -75.178957904658802, 39.993542864224601 ], [ -75.178950020614707, 39.993541849690999 ], [ -75.178780987010796, 39.993519897222697 ], [ -75.178773137633797, 39.993557876504198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2451 N 10TH ST", "addr_range": "2431-2455 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "13", "parcelarea": 992, "objectid": 9048, "Shape__Area": 157.82421875, "Shape__Length": 61.982124999457298 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1480776492063, 39.989731156395301 ], [ -75.148068259923406, 39.989774952078498 ], [ -75.148285830461504, 39.989804079143397 ], [ -75.148294770164895, 39.9897605489668 ], [ -75.1480776492063, 39.989731156395301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "415 N FELTON ST", "addr_range": "413-417 N FELTON ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1484, "objectid": 9049, "Shape__Area": 234.72265625, "Shape__Length": 89.111482103198583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.243908864237198, 39.969057055485102 ], [ -75.243900128346198, 39.969098485137103 ], [ -75.244241615534506, 39.969141582566003 ], [ -75.244249564751897, 39.969100426734101 ], [ -75.244067041924893, 39.969076773875102 ], [ -75.243908864237198, 39.969057055485102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4338 WALLACE ST", "addr_range": "4338 WALLACE ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 660, "objectid": 9050, "Shape__Area": 159.16796875, "Shape__Length": 64.112961125875572 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.210531573940003, 39.963164304532803 ], [ -75.210476792946594, 39.9631684755145 ], [ -75.210477583057695, 39.963174621621199 ], [ -75.210499618914795, 39.963346041228803 ], [ -75.2105546465787, 39.963341853167599 ], [ -75.210531573940003, 39.963164304532803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3018 N WARNOCK ST", "addr_range": "3018-3020 N WARNOCK ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 700, "objectid": 9051, "Shape__Area": 109.5703125, "Shape__Length": 50.587736314295171 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147671808554193, 39.998240866678302 ], [ -75.147847243137406, 39.998262090962101 ], [ -75.147855445689999, 39.998224717880298 ], [ -75.147680618020402, 39.9982029748627 ], [ -75.147671808554193, 39.998240866678302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2328 N CLEVELAND ST", "addr_range": "2318-2330 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 643, "objectid": 9052, "Shape__Area": 102.0, "Shape__Length": 48.169112815060423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162747053381494, 39.989436136190001 ], [ -75.162912061494694, 39.989458248933502 ], [ -75.162919735737503, 39.989421828956203 ], [ -75.162884190543096, 39.989416965082697 ], [ -75.162879727115495, 39.9894153174316 ], [ -75.162754672253897, 39.989398958120297 ], [ -75.162747053381494, 39.989436136190001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2126 N 30TH ST", "addr_range": "2124-2126 N 30TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1035, "objectid": 9053, "Shape__Area": 163.80859375, "Shape__Length": 64.582863565308017 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182153886379496, 39.988715570204398 ], [ -75.1823841858441, 39.988746917419498 ], [ -75.182393067309604, 39.988703785629198 ], [ -75.182163539463005, 39.9886731008149 ], [ -75.182153886379496, 39.988715570204398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2745 JUDSON ST", "addr_range": "2745 JUDSON ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 653, "objectid": 9054, "Shape__Area": 103.65234375, "Shape__Length": 47.163484355437014 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169750499071796, 39.996965245879998 ], [ -75.169907042633099, 39.996986174830397 ], [ -75.169915964584902, 39.996946655086802 ], [ -75.169758614492807, 39.996925403474798 ], [ -75.169750499071796, 39.996965245879998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "909 N MAY ST", "addr_range": "901-911 N MAY ST; 904 N MARKOE ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 957, "objectid": 9055, "Shape__Area": 151.51953125, "Shape__Length": 50.001219022636505 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215176286202095, 39.969640399324199 ], [ -75.215179799939605, 39.969667525893001 ], [ -75.215310768689903, 39.969657168909201 ], [ -75.215300983098899, 39.9695865097991 ], [ -75.215170069281299, 39.969596465235 ], [ -75.215176286202095, 39.969640399324199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1408 N CONESTOGA ST", "addr_range": "1408 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1053, "objectid": 9056, "Shape__Area": 166.859375, "Shape__Length": 66.883916669663563 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230808017380696, 39.974053082330499 ], [ -75.230800132549604, 39.974012062570402 ], [ -75.230557045292102, 39.9740387877155 ], [ -75.230565121061403, 39.974080907298898 ], [ -75.230808017380696, 39.974053082330499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3810 N 10TH ST", "addr_range": "3810 N 10TH ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 841, "objectid": 9057, "Shape__Area": 133.2734375, "Shape__Length": 54.551219514849748 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144012980487403, 40.010320028918301 ], [ -75.144197963596298, 40.0103417982818 ], [ -75.144207642731701, 40.010298832938503 ], [ -75.144133145562904, 40.010289920437799 ], [ -75.1440220867959, 40.010276116227502 ], [ -75.144012980487403, 40.010320028918301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "638 UNION ST", "addr_range": "620-640 UNION ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "11", "parcelarea": 794, "objectid": 9058, "Shape__Area": 125.796875, "Shape__Length": 55.852590437365862 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201397526087405, 39.964018152777001 ], [ -75.201404879020998, 39.964056680901898 ], [ -75.201487491933705, 39.9640468614352 ], [ -75.201603204729693, 39.964033102684098 ], [ -75.201594774426994, 39.963994824550298 ], [ -75.201397526087405, 39.964018152777001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2138 BELLMORE ST", "addr_range": "2136-2152 BELLMORE ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "9", "parcelarea": 661, "objectid": 9059, "Shape__Area": 104.8203125, "Shape__Length": 48.386440171687212 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114475887869702, 39.988586809802797 ], [ -75.114500128321197, 39.988621009998802 ], [ -75.114646703042297, 39.988559378876502 ], [ -75.114621290874396, 39.988525668999898 ], [ -75.114475887869702, 39.988586809802797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "903 N MAY ST", "addr_range": "901-911 N MAY ST; 904 N MARKOE ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 635, "objectid": 9060, "Shape__Area": 81.96484375, "Shape__Length": 46.174750863211344 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.215123218023393, 39.969511866007601 ], [ -75.215126134216803, 39.969529743218096 ], [ -75.215137946064104, 39.969529245514302 ], [ -75.215292348998005, 39.969517504232499 ], [ -75.215288258431201, 39.969486786150298 ], [ -75.215150348959398, 39.969497280796297 ], [ -75.215128828918495, 39.969499078616998 ], [ -75.215130865592201, 39.969511309646997 ], [ -75.215123218023393, 39.969511866007601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1818 W VENANGO ST", "addr_range": "1818-1820 W VENANGO ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2080, "objectid": 9061, "Shape__Area": 333.7109375, "Shape__Length": 117.03735934418866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158563970397907, 40.008502410917899 ], [ -75.158620808447395, 40.008508803493001 ], [ -75.158653704851901, 40.008361468447198 ], [ -75.158697082202295, 40.008155372299399 ], [ -75.158640272755505, 40.008148237963503 ], [ -75.158598568571705, 40.008346748359003 ], [ -75.158563970397907, 40.008502410917899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6141 YOCUM ST", "addr_range": "6141-6149 YOCUM ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 1135, "objectid": 9062, "Shape__Area": 179.640625, "Shape__Length": 72.989385579683585 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231042392849801, 39.928904432582598 ], [ -75.231003630396501, 39.928931798556597 ], [ -75.231189196839296, 39.929087586241003 ], [ -75.231227959273298, 39.9290602211045 ], [ -75.231042392849801, 39.928904432582598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "418 N DAGGETT ST", "addr_range": "412-430 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "10", "parcelarea": 1520, "objectid": 9063, "Shape__Area": 240.79296875, "Shape__Length": 91.452728824152601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.250834670009993, 39.9699827270124 ], [ -75.250808533610495, 39.969979594444901 ], [ -75.250480991761407, 39.969940494748698 ], [ -75.250472459638203, 39.9699799299555 ], [ -75.2508006343039, 39.970022332070101 ], [ -75.250826280555103, 39.970022809556703 ], [ -75.250834670009993, 39.9699827270124 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1422 N FRANKLIN ST", "addr_range": "1422 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1721, "objectid": 9064, "Shape__Area": 272.328125, "Shape__Length": 93.337373065844929 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148338386414807, 39.973768850048799 ], [ -75.148691687376598, 39.973814080813398 ], [ -75.148701569900794, 39.973767734696501 ], [ -75.148349070973495, 39.973722392393903 ], [ -75.148338386414807, 39.973768850048799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1917 E STERNER ST", "addr_range": "1909-1919 E STERNER ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 470, "objectid": 9065, "Shape__Area": 74.5234375, "Shape__Length": 39.405082585069252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122651067670603, 39.989239015004799 ], [ -75.122543562762502, 39.989296858951903 ], [ -75.122569647720297, 39.989325215856098 ], [ -75.122677430814704, 39.989268296399501 ], [ -75.122651067670603, 39.989239015004799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3342 N 16TH ST", "addr_range": "3328-3350 N 16TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 2695, "objectid": 9066, "Shape__Area": 416.953125, "Shape__Length": 106.42577804883867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.155624038989401, 40.004781945359198 ], [ -75.156011259356703, 40.004830882461299 ], [ -75.156024959368906, 40.004765809688003 ], [ -75.155638080307398, 40.004717332647402 ], [ -75.155624038989401, 40.004781945359198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5152 OGDEN ST", "addr_range": "5152-5154 OGDEN ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 874, "objectid": 9067, "Shape__Area": 135.1015625, "Shape__Length": 57.229887034887668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.224049066253997, 39.967011712891598 ], [ -75.224075841309997, 39.9671665982899 ], [ -75.224128107995497, 39.967161042750298 ], [ -75.224103014407405, 39.967006564692802 ], [ -75.224071270649105, 39.967009525740004 ], [ -75.224049066253997, 39.967011712891598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2142 N 30TH ST", "addr_range": "2140-2144 N 30TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1006, "objectid": 9068, "Shape__Area": 159.265625, "Shape__Length": 64.234936773601063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182083560161104, 39.989043565581298 ], [ -75.182313240979198, 39.989074140422801 ], [ -75.182322876960896, 39.989032122044897 ], [ -75.182092304901303, 39.989002413873898 ], [ -75.182091973142704, 39.989003969704001 ], [ -75.182083560161104, 39.989043565581298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2348 N 31ST ST", "addr_range": "2342-2352 N 31ST ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 810, "objectid": 9069, "Shape__Area": 128.2578125, "Shape__Length": 56.555759082333829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182934785517503, 39.9926811316273 ], [ -75.182927206244102, 39.992719746085299 ], [ -75.183127185785807, 39.992745786716803 ], [ -75.183135060620103, 39.992707097766797 ], [ -75.183072388274994, 39.992699038668597 ], [ -75.182934785517503, 39.9926811316273 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3307 N 17TH ST", "addr_range": "3301-3309 N 17TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 2004, "objectid": 9070, "Shape__Area": 327.98046875, "Shape__Length": 99.694693016599061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156829887869193, 40.004019316260901 ], [ -75.157186245233106, 40.004066713491198 ], [ -75.157198338112707, 40.004011292943801 ], [ -75.156826936544206, 40.003964345214499 ], [ -75.156821625698797, 40.003988114820601 ], [ -75.156835449394407, 40.0039900876478 ], [ -75.156829887869193, 40.004019316260901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "239 E SHARPNACK ST", "addr_range": "239-241 E SHARPNACK ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1232, "objectid": 9071, "Shape__Area": 193.296875, "Shape__Length": 60.483764077464983 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179964195772797, 40.053340104554799 ], [ -75.180112674163595, 40.053430149797897 ], [ -75.180163673313899, 40.053381303550999 ], [ -75.180016415013895, 40.053290559453302 ], [ -75.179964195772797, 40.053340104554799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2530 W MONTGOMERY AVE", "addr_range": "2530 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1005, "objectid": 9072, "Shape__Area": 159.22265625, "Shape__Length": 63.595645228628769 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176480969732395, 39.982414237452403 ], [ -75.1764421233012, 39.982587782445897 ], [ -75.176497301273102, 39.982594854716197 ], [ -75.176536100526107, 39.982421438395001 ], [ -75.176480969732395, 39.982414237452403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "927 W YORK ST", "addr_range": "927 W YORK ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1142, "objectid": 9073, "Shape__Area": 180.75, "Shape__Length": 79.658016474588436 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147896499278602, 39.988694165986701 ], [ -75.147941960386802, 39.988700548695299 ], [ -75.147965538932098, 39.988600946543201 ], [ -75.147995421733, 39.988465330263701 ], [ -75.147988791384293, 39.9884644546296 ], [ -75.147949572817794, 39.988459228909498 ], [ -75.147896499278602, 39.988694165986701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3630 N CAMAC ST", "addr_range": "3626-3632 N CAMAC ST", "zipcode": 19140, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 980, "objectid": 9074, "Shape__Area": 155.67578125, "Shape__Length": 62.120306019306199 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148917843488903, 40.008042687305903 ], [ -75.148698125222396, 40.008015576559103 ], [ -75.148689654290095, 40.008057764076703 ], [ -75.148909184412801, 40.008085966213699 ], [ -75.148917843488903, 40.008042687305903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1511 N FRANKLIN ST", "addr_range": "1511 N FRANKLIN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1863, "objectid": 9075, "Shape__Area": 294.75390625, "Shape__Length": 77.076496217612132 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147676725663203, 39.9747919218253 ], [ -75.147922710972793, 39.974831174701698 ], [ -75.147938120762504, 39.974759790264301 ], [ -75.147772051213096, 39.974733070032798 ], [ -75.147691136057404, 39.974720402123602 ], [ -75.1476816686652, 39.9747673540611 ], [ -75.147676725663203, 39.9747919218253 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2600 W SILVER ST", "addr_range": "2600 W SILVER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "1", "parcelarea": 800, "objectid": 9076, "Shape__Area": 132.0703125, "Shape__Length": 53.533247394581039 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173879108029496, 39.997247801149101 ], [ -75.173924516166593, 39.997253623478699 ], [ -75.1739544108123, 39.997116422358197 ], [ -75.173899798275897, 39.997109055472997 ], [ -75.173896546664196, 39.997108610383201 ], [ -75.173883856866397, 39.997167404977098 ], [ -75.173869009053107, 39.997236113632702 ], [ -75.173866823851199, 39.997246219902003 ], [ -75.173879108029496, 39.997247801149101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1644 W YORK ST", "addr_range": "1644-1646 W YORK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 751, "objectid": 9077, "Shape__Area": 118.90625, "Shape__Length": 54.80847745633794 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160149278873902, 39.989893045025298 ], [ -75.160197484843195, 39.989900049708901 ], [ -75.160228874743893, 39.989750117909097 ], [ -75.160181854820095, 39.9897438986537 ], [ -75.160179650727699, 39.989752763579503 ], [ -75.160149278873902, 39.989893045025298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2133 N MARSTON ST", "addr_range": "2133-2135 N MARSTON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 705, "objectid": 9078, "Shape__Area": 111.63671875, "Shape__Length": 51.255574479758373 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177971110962901, 39.988331404221398 ], [ -75.178030378869707, 39.988341243300802 ], [ -75.178124332325694, 39.988354375204203 ], [ -75.178148446490596, 39.988356768926799 ], [ -75.178156904815694, 39.988318787113698 ], [ -75.178128189876702, 39.9883156127392 ], [ -75.178029463197205, 39.988302357658299 ], [ -75.177978195496806, 39.988294842262 ], [ -75.177971110962901, 39.988331404221398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1210 W OAKDALE ST", "addr_range": "2638 N 12TH ST; 1210-1216 W OAKDALE ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 642, "objectid": 9079, "Shape__Area": 95.6484375, "Shape__Length": 47.370677046498038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151309140617599, 39.993001475356202 ], [ -75.151340119654094, 39.993005754664203 ], [ -75.151355130521594, 39.993007836175103 ], [ -75.151359723864104, 39.992985823750203 ], [ -75.151365258256007, 39.992961689105599 ], [ -75.151373964586298, 39.992918216517197 ], [ -75.151381673191906, 39.992881622246102 ], [ -75.151336495593199, 39.992875924054999 ], [ -75.151309140617599, 39.993001475356202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2917 N TANEY ST", "addr_range": "2917 N TANEY ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 720, "objectid": 9080, "Shape__Area": 115.58203125, "Shape__Length": 50.519144942759034 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173982459105503, 40.0000813495259 ], [ -75.174153179791105, 40.000103975483903 ], [ -75.174161710233307, 40.000063109574199 ], [ -75.173991485029802, 40.000040704681098 ], [ -75.173982459105503, 40.0000813495259 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3833 MOUNT VERNON ST", "addr_range": "3831-3837 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1064, "objectid": 9081, "Shape__Area": 168.4140625, "Shape__Length": 73.727052770122881 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.198602078865605, 39.963979413893298 ], [ -75.1986409637516, 39.964193492609603 ], [ -75.198688796541802, 39.964189366456303 ], [ -75.198649368428505, 39.963973598006902 ], [ -75.198602078865605, 39.963979413893298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "620 CECIL B MOORE AVE", "addr_range": "616-620 CECIL B MOORE AVE", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 602, "objectid": 9082, "Shape__Area": 93.96875, "Shape__Length": 40.997481469522754 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146376684190997, 39.977114685992703 ], [ -75.146438170826798, 39.977122625119897 ], [ -75.146455663000395, 39.977029784314603 ], [ -75.1463943798081, 39.977022558914101 ], [ -75.146376684190997, 39.977114685992703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2422 N SYDENHAM ST", "addr_range": "2418-2424 N SYDENHAM ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1257, "objectid": 9083, "Shape__Area": 203.67578125, "Shape__Length": 70.038256498286259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157909454182601, 39.9904927596926 ], [ -75.158153173159207, 39.990527150922397 ], [ -75.158157173334402, 39.990509138914597 ], [ -75.158164232541694, 39.990477363566903 ], [ -75.157919486481305, 39.9904424184626 ], [ -75.157909454182601, 39.9904927596926 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3257 N 15TH ST", "addr_range": "3255-3257 N 15TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1361, "objectid": 9084, "Shape__Area": 215.5078125, "Shape__Length": 82.332009697680974 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153843547760601, 40.003233181044401 ], [ -75.154152991052896, 40.003273900926899 ], [ -75.154162737500997, 40.003231710394701 ], [ -75.153852047879099, 40.003191815613398 ], [ -75.153843547760601, 40.003233181044401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3024 N 23RD ST", "addr_range": "3024 N 23RD ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 910, "objectid": 9085, "Shape__Area": 142.015625, "Shape__Length": 59.2286473278523 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168148557833106, 40.001057928115102 ], [ -75.168357092563099, 40.001084944202397 ], [ -75.168362005874201, 40.001063228537902 ], [ -75.168365523078506, 40.001044028642703 ], [ -75.168155941978398, 40.001016989034603 ], [ -75.168148557833106, 40.001057928115102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "113 E SPRINGER ST", "addr_range": "111-113 E SPRINGER ST", "zipcode": 19119, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1275, "objectid": 9086, "Shape__Area": 208.0390625, "Shape__Length": 61.258467335061326 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183033847960004, 40.053120335265298 ], [ -75.183176719948506, 40.0532073013052 ], [ -75.183199713049603, 40.053185086212601 ], [ -75.183234153954203, 40.053151842666303 ], [ -75.183087962866495, 40.053065028690199 ], [ -75.183033847960004, 40.053120335265298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3836 BROWN ST", "addr_range": "3828-3836 BROWN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1838, "objectid": 9087, "Shape__Area": 290.77734375, "Shape__Length": 81.867136238973558 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.199269276078198, 39.967531739118101 ], [ -75.199270059465704, 39.967535980447202 ], [ -75.199309221351697, 39.9677489044875 ], [ -75.199391083630502, 39.967739713956803 ], [ -75.199350554161498, 39.967526904611198 ], [ -75.199349887984098, 39.967523439851902 ], [ -75.199313588867497, 39.967526614476 ], [ -75.199269276078198, 39.967531739118101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2235 N CHADWICK ST", "addr_range": "2235-2245 N CHADWICK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "5", "parcelarea": 697, "objectid": 9088, "Shape__Area": 109.69921875, "Shape__Length": 49.869509721054037 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160101742616902, 39.987586398713297 ], [ -75.160271737265106, 39.987608433275902 ], [ -75.160280712835501, 39.987569803781902 ], [ -75.160110073687306, 39.987547624940902 ], [ -75.160101742616902, 39.987586398713297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2112 S CECIL ST", "addr_range": "2112-2114 S CECIL ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 749, "objectid": 9089, "Shape__Area": 118.6484375, "Shape__Length": 51.700714420408424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2252123244552, 39.933408236196797 ], [ -75.225080108288296, 39.933500320362697 ], [ -75.225115992181301, 39.933530855055402 ], [ -75.2252482083925, 39.933438769947898 ], [ -75.2252123244552, 39.933408236196797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2447 N 10TH ST", "addr_range": "2431-2455 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "13", "parcelarea": 992, "objectid": 9090, "Shape__Area": 161.5234375, "Shape__Length": 62.190209868380443 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148087743520307, 39.989686508110402 ], [ -75.1483046821903, 39.989715701913703 ], [ -75.148314597272105, 39.989670774738499 ], [ -75.148097853368895, 39.989642004340297 ], [ -75.148087743520307, 39.989686508110402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1748 N 27TH ST", "addr_range": "1748 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1119, "objectid": 9091, "Shape__Area": 177.08984375, "Shape__Length": 68.490198880080499 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1786641167254, 39.982743010493898 ], [ -75.178911471709, 39.982774940113302 ], [ -75.178920470592502, 39.982732085990399 ], [ -75.178834796017597, 39.9827207528513 ], [ -75.178817157888602, 39.982718407005599 ], [ -75.178793394709004, 39.982715085992503 ], [ -75.178754494157104, 39.9827103130865 ], [ -75.178672351159904, 39.982700397849698 ], [ -75.1786641167254, 39.982743010493898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3924 FAIRMOUNT AVE", "addr_range": "3924 FAIRMOUNT AVE", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1139, "objectid": 9092, "Shape__Area": 180.9453125, "Shape__Length": 73.679169614757072 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201907458414098, 39.965119005359398 ], [ -75.201917622940002, 39.965173086858101 ], [ -75.201969508963202, 39.965167614039999 ], [ -75.201928986562905, 39.964956659259599 ], [ -75.201876449577199, 39.964962165352397 ], [ -75.201889313401594, 39.965026945867798 ], [ -75.201898378371396, 39.965072911024798 ], [ -75.201907458414098, 39.965119005359398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2438 CLIFFORD ST", "addr_range": "2434-2438 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1235, "objectid": 9093, "Shape__Area": 195.69140625, "Shape__Length": 75.759652711313677 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175096635152499, 39.981447949333898 ], [ -75.175152021589696, 39.981454994515701 ], [ -75.175198458493895, 39.981239387037498 ], [ -75.175144343216502, 39.981233047054403 ], [ -75.175096635152499, 39.981447949333898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3125 W CUMBERLAND ST", "addr_range": "3123-3125 W CUMBERLAND ST", "zipcode": 19132, "district": "5", "year": "2018", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1275, "objectid": 9094, "Shape__Area": 202.1953125, "Shape__Length": 65.91186340910474 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183379588487199, 39.994735027751602 ], [ -75.183389285481695, 39.994736307765898 ], [ -75.183402963279704, 39.994673860986403 ], [ -75.183425070863905, 39.994567496473302 ], [ -75.183354619127499, 39.994558361714503 ], [ -75.183316002868096, 39.994726658283703 ], [ -75.183379588487199, 39.994735027751602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2523 W OXFORD ST", "addr_range": "2521-2523, 2527, 2531-2535 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 991, "objectid": 9095, "Shape__Area": 157.109375, "Shape__Length": 65.812710045003385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176621149542697, 39.979920235147702 ], [ -75.176672238517895, 39.979926764285402 ], [ -75.176710134389793, 39.9797423010939 ], [ -75.176658473653006, 39.979735935747598 ], [ -75.176621149542697, 39.979920235147702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2527 W OXFORD ST", "addr_range": "2521-2523, 2527, 2531-2535 W OXFORD ST", "zipcode": 19121, "district": "5", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1056, "objectid": 9096, "Shape__Area": 167.4140625, "Shape__Length": 66.520579246279667 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176729630620997, 39.979933951013301 ], [ -75.176783707766205, 39.979941273319298 ], [ -75.176821992688403, 39.979757044074098 ], [ -75.176766588911903, 39.979749901972298 ], [ -75.176729630620997, 39.979933951013301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3132 N CARLISLE ST", "addr_range": "3132-3136 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 671, "objectid": 9097, "Shape__Area": 106.49609375, "Shape__Length": 49.579926427983018 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154195135827905, 40.0008919495844 ], [ -75.154366071905301, 40.000913754867099 ], [ -75.154373882825197, 40.000877775427199 ], [ -75.154374119294999, 40.000876523853798 ], [ -75.154203831760398, 40.000854182723998 ], [ -75.154202727633205, 40.000858945767199 ], [ -75.154195135827905, 40.0008919495844 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3134 N CARLISLE ST", "addr_range": "3132-3136 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 654, "objectid": 9098, "Shape__Area": 103.69921875, "Shape__Length": 49.247030333174308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154188266752399, 40.000929063068803 ], [ -75.154358422105005, 40.000949932569597 ], [ -75.154363671714805, 40.000926677959299 ], [ -75.154366071905301, 40.000913754867099 ], [ -75.154195135827905, 40.0008919495844 ], [ -75.154192255947507, 40.000907520731097 ], [ -75.154188266752399, 40.000929063068803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3146 N CARLISLE ST", "addr_range": "3146-3156 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 671, "objectid": 9099, "Shape__Area": 106.35546875, "Shape__Length": 49.679894095867169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154140372720406, 40.001156591775 ], [ -75.154304468789604, 40.001179678686803 ], [ -75.154311140158001, 40.0011806188257 ], [ -75.154317739949605, 40.0011499964872 ], [ -75.1543193076824, 40.001142422838299 ], [ -75.154312550763606, 40.001141544737699 ], [ -75.154147931971195, 40.0011200588376 ], [ -75.154140372720406, 40.001156591775 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3148 N CARLISLE ST", "addr_range": "3146-3156 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 701, "objectid": 9100, "Shape__Area": 111.2734375, "Shape__Length": 50.139515689786819 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154132312803696, 40.001196321915998 ], [ -75.154296283390494, 40.001218341897598 ], [ -75.1543029366524, 40.001219234774503 ], [ -75.154307579280299, 40.001197577461802 ], [ -75.154311140158001, 40.0011806188257 ], [ -75.154304468789604, 40.001179678686803 ], [ -75.154140372720406, 40.001156591775 ], [ -75.154132312803696, 40.001196321915998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3150 N CARLISLE ST", "addr_range": "3146-3156 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 679, "objectid": 9101, "Shape__Area": 107.65625, "Shape__Length": 49.670846833089783 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1543029366524, 40.001219234774503 ], [ -75.154296283390494, 40.001218341897598 ], [ -75.154132312803696, 40.001196321915998 ], [ -75.154124678366301, 40.001234820975903 ], [ -75.154288308979503, 40.001255898923397 ], [ -75.154294795541205, 40.001256739376501 ], [ -75.154298258951698, 40.001241809431399 ], [ -75.1543029366524, 40.001219234774503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3152 N CARLISLE ST", "addr_range": "3146-3156 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 667, "objectid": 9102, "Shape__Area": 105.8046875, "Shape__Length": 49.509217731885308 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154115601080406, 40.0012727233714 ], [ -75.154280535266196, 40.001292557666901 ], [ -75.154287045413994, 40.0012933328793 ], [ -75.154288816166599, 40.0012848619021 ], [ -75.154294795541205, 40.001256739376501 ], [ -75.154288308979503, 40.001255898923397 ], [ -75.154124678366301, 40.001234820975903 ], [ -75.154115601080406, 40.0012727233714 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3154 N CARLISLE ST", "addr_range": "3146-3156 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 672, "objectid": 9103, "Shape__Area": 106.5546875, "Shape__Length": 49.68471061881759 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154107920370095, 40.001309674336099 ], [ -75.154272505205896, 40.001330466632602 ], [ -75.154279345873206, 40.001331330410501 ], [ -75.154287045413994, 40.0012933328793 ], [ -75.154280535266196, 40.001292557666901 ], [ -75.154115601080406, 40.0012727233714 ], [ -75.154107920370095, 40.001309674336099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3156 N CARLISLE ST", "addr_range": "3146-3156 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 733, "objectid": 9104, "Shape__Area": 116.26171875, "Shape__Length": 50.721453272326237 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154279345873206, 40.001331330410501 ], [ -75.154272505205896, 40.001330466632602 ], [ -75.154107920370095, 40.001309674336099 ], [ -75.154099595079501, 40.001349817448002 ], [ -75.154263000087994, 40.001371808461101 ], [ -75.154270924954005, 40.001372874255303 ], [ -75.154279345873206, 40.001331330410501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1428-30 W ALLEGHENY AVE", "addr_range": "1428-30 W ALLEGHENY AVE", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 5943, "objectid": 9105, "Shape__Area": 942.08203125, "Shape__Length": 123.33541307491622 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154504138704596, 40.001649590668301 ], [ -75.1545105856096, 40.001650396873998 ], [ -75.154558774373299, 40.001420068931502 ], [ -75.154554207745207, 40.001419450302997 ], [ -75.154414162480293, 40.0014004710835 ], [ -75.154313389846195, 40.001387165899501 ], [ -75.154266061874097, 40.001619044050798 ], [ -75.154367891982702, 40.001632646187097 ], [ -75.154504138704596, 40.001649590668301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3132 N BROAD ST", "addr_range": "3132 N BROAD ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1677, "objectid": 9106, "Shape__Area": 265.921875, "Shape__Length": 89.112469719356227 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153224937628707, 40.0009276840496 ], [ -75.153556036489405, 40.000972989877503 ], [ -75.1535655297712, 40.000924216232299 ], [ -75.1532340233707, 40.000879739154698 ], [ -75.153224937628707, 40.0009276840496 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3116 N ROSEWOOD ST", "addr_range": "3116 N ROSEWOOD ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 937, "objectid": 9107, "Shape__Area": 148.62109375, "Shape__Length": 59.879556961686447 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153756720840605, 40.000518274354903 ], [ -75.153746961377195, 40.000560318594403 ], [ -75.153957144014697, 40.000586785573802 ], [ -75.153966154079896, 40.000543562959798 ], [ -75.153756720840605, 40.000518274354903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3136 N ROSEWOOD ST", "addr_range": "3136 N ROSEWOOD ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 840, "objectid": 9108, "Shape__Area": 133.3046875, "Shape__Length": 58.328025222063005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153670394727001, 40.000929166700203 ], [ -75.153662806980705, 40.0009669901264 ], [ -75.153870729824604, 40.000993423245802 ], [ -75.153879108164105, 40.000954101274203 ], [ -75.153670394727001, 40.000929166700203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3135 N CARLISLE ST", "addr_range": "3135-3139 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 762, "objectid": 9109, "Shape__Area": 120.84375, "Shape__Length": 52.817298018865927 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153902554867301, 40.000892392788899 ], [ -75.154084526432399, 40.000917771011601 ], [ -75.1540926220638, 40.0008764937322 ], [ -75.153911391491206, 40.000853647018801 ], [ -75.153902554867301, 40.000892392788899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3137 N CARLISLE ST", "addr_range": "3135-3139 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 727, "objectid": 9110, "Shape__Area": 115.37109375, "Shape__Length": 52.348055431727033 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153894964986705, 40.000930796434801 ], [ -75.154076536106302, 40.000955680864202 ], [ -75.154084526432399, 40.000917771011601 ], [ -75.153902554867301, 40.000892392788899 ], [ -75.153894964986705, 40.000930796434801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3139 N CARLISLE ST", "addr_range": "3135-3139 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 684, "objectid": 9111, "Shape__Area": 108.5625, "Shape__Length": 51.586471957597006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153887672644601, 40.000966933540496 ], [ -75.154068627482602, 40.000991514816199 ], [ -75.154076536106302, 40.000955680864202 ], [ -75.153894964986705, 40.000930796434801 ], [ -75.153887672644601, 40.000966933540496 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3157 N CARLISLE ST", "addr_range": "3157 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 760, "objectid": 9112, "Shape__Area": 120.48828125, "Shape__Length": 52.773400441951701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153818339673094, 40.001298982852497 ], [ -75.153815104206004, 40.001313433192699 ], [ -75.153996942070705, 40.0013379858759 ], [ -75.154005044041, 40.001297127717798 ], [ -75.1538235984371, 40.001274421993102 ], [ -75.153818339673094, 40.001298982852497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2006 W WESTMORELAND ST", "addr_range": "2006 W WESTMORELAND ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 803, "objectid": 9113, "Shape__Area": 127.3671875, "Shape__Length": 58.667459601044854 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162378115151895, 40.004215175774199 ], [ -75.162344808943104, 40.004378508986001 ], [ -75.162392104400794, 40.004384378329704 ], [ -75.162424832527904, 40.004220839259801 ], [ -75.162378115151895, 40.004215175774199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2038 W ONTARIO ST", "addr_range": "2038-2040 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1381, "objectid": 9114, "Shape__Area": 218.95703125, "Shape__Length": 73.013382808268119 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163467784814998, 40.005867124303002 ], [ -75.163443237127893, 40.005974462400602 ], [ -75.1634238094653, 40.006063472970503 ], [ -75.163491079223405, 40.006072210177201 ], [ -75.163510242304596, 40.005981838510401 ], [ -75.163535429952503, 40.005876982698801 ], [ -75.163467784814998, 40.005867124303002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2040 W ONTARIO ST", "addr_range": "2038-2040 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1247, "objectid": 9115, "Shape__Area": 197.8125, "Shape__Length": 71.236974131490598 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163491079223405, 40.006072210177201 ], [ -75.1635507468349, 40.006080712104101 ], [ -75.163594187540198, 40.005891283761201 ], [ -75.163595115500598, 40.005884517320297 ], [ -75.163590485274696, 40.005883897627101 ], [ -75.163562581785797, 40.005880125354203 ], [ -75.163554273314105, 40.005879793109798 ], [ -75.163535429952503, 40.005876982698801 ], [ -75.163510242304596, 40.005981838510401 ], [ -75.163491079223405, 40.006072210177201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2047 W ONTARIO ST", "addr_range": "2047 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2116, "objectid": 9116, "Shape__Area": 335.5859375, "Shape__Length": 101.86475064057274 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163161408492002, 40.006473871224301 ], [ -75.163229907317699, 40.006482249733502 ], [ -75.1632915812758, 40.006189468699397 ], [ -75.163222278232396, 40.006180217937498 ], [ -75.163161408492002, 40.006473871224301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1930 W HILTON ST", "addr_range": "1930 W HILTON ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 915, "objectid": 9117, "Shape__Area": 145.13671875, "Shape__Length": 64.19720943247512 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161649740846002, 40.003303797881301 ], [ -75.161687572131797, 40.003123030392601 ], [ -75.161639621060303, 40.0031167423003 ], [ -75.161601119548806, 40.003298092038001 ], [ -75.161649740846002, 40.003303797881301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2111 W ONTARIO ST", "addr_range": "2111 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2021", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1513, "objectid": 9118, "Shape__Area": 239.8671875, "Shape__Length": 91.226835093357977 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163944144321306, 40.006540671890001 ], [ -75.163997807086304, 40.006547279531397 ], [ -75.1640494062447, 40.006309804382198 ], [ -75.164056043992304, 40.006279713130603 ], [ -75.164000433296195, 40.006272512015599 ], [ -75.163995635391501, 40.006302194199598 ], [ -75.163944144321306, 40.006540671890001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2401 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 729, "objectid": 9119, "Shape__Area": 115.58203125, "Shape__Length": 52.722225654405776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178709614690703, 39.992481879017298 ], [ -75.178718293273505, 39.9924829438052 ], [ -75.178894252268904, 39.992504519955403 ], [ -75.178902647754796, 39.992467148469302 ], [ -75.178726626591995, 39.992444958249799 ], [ -75.1787183032108, 39.992443917637502 ], [ -75.178709614690703, 39.992481879017298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2429 N DOVER ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 729, "objectid": 9120, "Shape__Area": 115.6484375, "Shape__Length": 52.687798659647669 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178784907416897, 39.992999074568999 ], [ -75.178609938672196, 39.992976681621997 ], [ -75.178600908419099, 39.992975528759096 ], [ -75.178592342217996, 39.993013040565003 ], [ -75.178601683642498, 39.993014297708498 ], [ -75.178658257166802, 39.993021836095501 ], [ -75.178777261245997, 39.993036607896599 ], [ -75.178784907416897, 39.992999074568999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4461 N 20TH ST", "addr_range": "4461 N 20TH ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1025, "objectid": 9121, "Shape__Area": 162.5234375, "Shape__Length": 65.418495015126155 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157779034617505, 40.022569943307602 ], [ -75.157929972648105, 40.022589823721503 ], [ -75.157981225817394, 40.0225961389351 ], [ -75.158014528799399, 40.022600904670803 ], [ -75.158023570845899, 40.022559584536097 ], [ -75.157788343373397, 40.022528240870798 ], [ -75.157779034617505, 40.022569943307602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4848 OLIVE ST", "addr_range": "4848 OLIVE ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 825, "objectid": 9122, "Shape__Area": 159.28125, "Shape__Length": 63.878603051259226 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.217829078904003, 39.964318019740602 ], [ -75.217850654939497, 39.964494522521797 ], [ -75.217906464861699, 39.964490498656197 ], [ -75.2178838836533, 39.964313974606398 ], [ -75.217829078904003, 39.964318019740602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "115 N 63RD ST", "addr_range": "115-117 N 63RD ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 2813, "objectid": 9123, "Shape__Area": 448.0859375, "Shape__Length": 109.52571551905652 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.245727507619193, 39.964841525298397 ], [ -75.246124408836806, 39.964890163500101 ], [ -75.246139051268599, 39.964822556347897 ], [ -75.245742221683599, 39.964773097146001 ], [ -75.245727507619193, 39.964841525298397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "135 HERMAN ST", "addr_range": "135 HERMAN ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MABID", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2250, "objectid": 9124, "Shape__Area": 359.2890625, "Shape__Length": 98.719397995516559 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176685620952995, 40.0438471697572 ], [ -75.176764372172897, 40.043895422403601 ], [ -75.176809118254994, 40.043852015801598 ], [ -75.1768136780464, 40.043847329979798 ], [ -75.176664900086493, 40.0437564505295 ], [ -75.1765818797994, 40.043705780267999 ], [ -75.176530206071902, 40.0436735603055 ], [ -75.176480366863501, 40.043721834378097 ], [ -75.176685620952995, 40.0438471697572 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1660 DOUNTON ST", "addr_range": "1660 DOUNTON ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 701, "objectid": 9125, "Shape__Area": 111.09765625, "Shape__Length": 51.355853998198697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1538310195576, 40.017834265408297 ], [ -75.153913888860203, 40.017957215061699 ], [ -75.153930316344002, 40.017950928850397 ], [ -75.153959125825594, 40.017939893096802 ], [ -75.153873861819093, 40.017817018180203 ], [ -75.1538310195576, 40.017834265408297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6225 WHEELER ST", "addr_range": "6225 WHEELER ST", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 830, "objectid": 9126, "Shape__Area": 131.38671875, "Shape__Length": 58.67347351531582 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228124626266407, 39.925309070352498 ], [ -75.228263634911599, 39.9254267703637 ], [ -75.228267833989193, 39.925430391914603 ], [ -75.228303686470895, 39.925405325307302 ], [ -75.228299291421294, 39.925401876043701 ], [ -75.228193279175798, 39.925309596279703 ], [ -75.228162174995902, 39.925282316584003 ], [ -75.228124626266407, 39.925309070352498 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2462 N NEWKIRK ST", "addr_range": "2401-2405; 2411-2455; 2459;2463-2465; 2469-2471 N DOVER ST; 2400-2470 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "67", "parcelarea": 666, "objectid": 9127, "Shape__Area": 105.58984375, "Shape__Length": 51.940210073910954 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178459125472003, 39.993620399226401 ], [ -75.178448988674702, 39.993619108036 ], [ -75.178273575263404, 39.9935968172746 ], [ -75.178266038165603, 39.9936309354838 ], [ -75.178441420287299, 39.993653467024799 ], [ -75.178451284988299, 39.9936547359017 ], [ -75.178459125472003, 39.993620399226401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2026 NEWCOMB ST", "addr_range": "2024-2026 NEWCOMB ST", "zipcode": 19140, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 595, "objectid": 9128, "Shape__Area": 94.37109375, "Shape__Length": 46.095606960678182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159439761770102, 40.019534961809597 ], [ -75.159400333906405, 40.019553399989597 ], [ -75.159480886211597, 40.019658336725897 ], [ -75.159523390777395, 40.019638935362302 ], [ -75.159439761770102, 40.019534961809597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6048 KINGSESSING AVE", "addr_range": "6048-6052 KINGSESSING AVE", "zipcode": 19142, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1237, "objectid": 9129, "Shape__Area": 195.6796875, "Shape__Length": 73.422404548522834 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231145200268102, 39.9315101882368 ], [ -75.231326707350107, 39.931665779152397 ], [ -75.231369759877694, 39.931635178975 ], [ -75.231188205035295, 39.931480844870499 ], [ -75.231145200268102, 39.9315101882368 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2328 W MONTGOMERY AVE", "addr_range": "2326-2338 W MONTGOMERY AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 927, "objectid": 9130, "Shape__Area": 146.88671875, "Shape__Length": 61.476949722849525 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173177274113797, 39.982004461287197 ], [ -75.173115890030502, 39.982027375224199 ], [ -75.1731156360065, 39.982028513806902 ], [ -75.173083396891201, 39.982174077486697 ], [ -75.173137566795305, 39.982181709905802 ], [ -75.173177274113797, 39.982004461287197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3104 CLIFFORD ST", "addr_range": "3104 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1519, "objectid": 9131, "Shape__Area": 240.7734375, "Shape__Length": 85.469794471904194 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185215042423394, 39.9829190475754 ], [ -75.185275340888495, 39.982927052652997 ], [ -75.185309402257104, 39.982750351027903 ], [ -75.185324606508004, 39.982682295178201 ], [ -75.185264796237306, 39.982674704683802 ], [ -75.185215042423394, 39.9829190475754 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1026 W STELLA ST", "addr_range": "1006-1050 W STELLA ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 607, "objectid": 9132, "Shape__Area": 96.8046875, "Shape__Length": 46.814153131625133 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147582241821098, 39.997283471905298 ], [ -75.147628567212607, 39.997289858883299 ], [ -75.147656077312405, 39.997167116677304 ], [ -75.147607341452499, 39.997161207563998 ], [ -75.147582241821098, 39.997283471905298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "247 N 59TH ST", "addr_range": "247 N 59TH ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1146, "objectid": 9133, "Shape__Area": 181.6171875, "Shape__Length": 69.963854387666672 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237538569843693, 39.965896718976502 ], [ -75.237792447215597, 39.965928553570699 ], [ -75.237801584795207, 39.965885407698202 ], [ -75.2375476208815, 39.965853669434097 ], [ -75.237545334518401, 39.965864515996401 ], [ -75.237538569843693, 39.965896718976502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2853 WEIKEL ST", "addr_range": "2843-2857 WEIKEL ST; 2842-2846 TULIP ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 733, "objectid": 9134, "Shape__Area": 116.1875, "Shape__Length": 53.977777523654673 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.115405929159607, 39.985703417395101 ], [ -75.115366177990296, 39.985723880924397 ], [ -75.115474161208496, 39.985847663609199 ], [ -75.115514394203302, 39.985826647056797 ], [ -75.115405929159607, 39.985703417395101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1300 W ALLEGHENY AVE", "addr_range": "1300 W ALLEGHENY AVE", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "YES", "numparcels": "1", "parcelarea": 1575, "objectid": 9135, "Shape__Area": 248.14453125, "Shape__Length": 85.938206013506061 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150917869624195, 40.001179461969897 ], [ -75.150972209235803, 40.000934477084797 ], [ -75.150911401036197, 40.000926297660399 ], [ -75.150857072788696, 40.001171041305902 ], [ -75.150917869624195, 40.001179461969897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2849 WEIKEL ST", "addr_range": "2843-2857 WEIKEL ST; 2842-2846 TULIP ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "8", "parcelarea": 775, "objectid": 9136, "Shape__Area": 122.84765625, "Shape__Length": 54.482346368803803 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1154899417552, 39.985660177265302 ], [ -75.115449035761799, 39.985681243232698 ], [ -75.115555548813703, 39.985805152474903 ], [ -75.115599503548495, 39.985782191301801 ], [ -75.1154899417552, 39.985660177265302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2124 N 32ND ST", "addr_range": "2120-2124 N 32ND ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 985, "objectid": 9137, "Shape__Area": 156.02734375, "Shape__Length": 64.846220523617859 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185345576787697, 39.989072218483301 ], [ -75.185580135574497, 39.989105733027799 ], [ -75.185588239345094, 39.989064841588103 ], [ -75.185353593312598, 39.989033113610802 ], [ -75.185345576787697, 39.989072218483301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4848 PARRISH ST", "addr_range": "4846-4848 PARRISH ST", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 952, "objectid": 9138, "Shape__Area": 150.89453125, "Shape__Length": 67.603837226311811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218443317562702, 39.967021960077403 ], [ -75.218396101536598, 39.967026899167202 ], [ -75.218429609233198, 39.967221138122902 ], [ -75.218476735774999, 39.967216907030199 ], [ -75.218443317562702, 39.967021960077403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1029 W STELLA ST", "addr_range": "1013-1053 W STELLA ST; 1010-1012 W INDIANA AVE", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "23", "parcelarea": 639, "objectid": 9139, "Shape__Area": 99.140625, "Shape__Length": 46.80053366519337 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147587908650095, 39.9974921766309 ], [ -75.147637042917495, 39.997498578626903 ], [ -75.147662541305294, 39.997377402737001 ], [ -75.147613286778693, 39.997370870078697 ], [ -75.147587908650095, 39.9974921766309 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "538-40 N 54TH ST", "addr_range": "532-550 N 54TH ST; 531-543 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 2477, "objectid": 9140, "Shape__Area": 391.90234375, "Shape__Length": 91.285460021254195 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228430836018106, 39.968731824610899 ], [ -75.228445163473907, 39.9688103351941 ], [ -75.228749924611293, 39.968775879015503 ], [ -75.228742792521203, 39.968743370206198 ], [ -75.228734468762298, 39.968701227881503 ], [ -75.228733532743107, 39.9686982096976 ], [ -75.228430836018106, 39.968731824610899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "433 N DAGGETT ST", "addr_range": "431-443 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1468, "objectid": 9141, "Shape__Area": 232.55078125, "Shape__Length": 91.11314263347694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.249903206089002, 39.970209739137402 ], [ -75.249907797261699, 39.970210258130003 ], [ -75.249975003394695, 39.970217719381601 ], [ -75.250124190289199, 39.970235348568501 ], [ -75.250232586995295, 39.970247896643201 ], [ -75.250237861117, 39.970247995321998 ], [ -75.250246045137203, 39.970207777693801 ], [ -75.250241727140505, 39.970207313319399 ], [ -75.250130891960097, 39.970195001345701 ], [ -75.249915723092798, 39.970170761094401 ], [ -75.249911301020006, 39.970170261103199 ], [ -75.249893483315304, 39.970168245703398 ], [ -75.249888394091897, 39.9701961177906 ], [ -75.249884991155895, 39.970207730398599 ], [ -75.249903206089002, 39.970209739137402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2744 HELEN ST", "addr_range": "2744-2746 HELEN ST", "zipcode": 19134, "district": "7", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 397, "objectid": 9142, "Shape__Area": 70.8359375, "Shape__Length": 39.22421368001379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.122176066478303, 39.989322942399603 ], [ -75.122140670977302, 39.989341487892702 ], [ -75.122215511411895, 39.989425999549098 ], [ -75.122215635741497, 39.989425934818598 ], [ -75.122250906901797, 39.9894074549332 ], [ -75.122176066478303, 39.989322942399603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2665 N 28TH ST", "addr_range": "2665-2669 N 28TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 782, "objectid": 9143, "Shape__Area": 123.8515625, "Shape__Length": 55.265223498058923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176712452330406, 39.996606095694702 ], [ -75.176906464049097, 39.996633319638001 ], [ -75.176915256065698, 39.996594924596202 ], [ -75.176720307395101, 39.996568067997302 ], [ -75.176712452330406, 39.996606095694702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4962 WAKEFIELD ST", "addr_range": "4962-4964 WAKEFIELD ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1214, "objectid": 9144, "Shape__Area": 192.3984375, "Shape__Length": 75.470055858034002 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161609094566103, 40.0308049237861 ], [ -75.161433158920801, 40.030975940050702 ], [ -75.161475631447303, 40.031002108628499 ], [ -75.161651775506499, 40.030831096997098 ], [ -75.161609094566103, 40.0308049237861 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3704 BROWN ST", "addr_range": "3700-3710 BROWN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1623, "objectid": 9145, "Shape__Area": 257.06640625, "Shape__Length": 79.540982545792346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.196996617906294, 39.967791048119999 ], [ -75.197010589138102, 39.9678702799199 ], [ -75.197015829549599, 39.967896945568597 ], [ -75.197037572768593, 39.968007365626903 ], [ -75.1970563803782, 39.9680053018146 ], [ -75.197064437856696, 39.968004401682997 ], [ -75.197110146729102, 39.967999501758499 ], [ -75.1970943868007, 39.967919939152303 ], [ -75.197086159786295, 39.967877957527698 ], [ -75.1970665021244, 39.967783333470798 ], [ -75.197038733716496, 39.967786406158602 ], [ -75.196996617906294, 39.967791048119999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1839 S ALLISON ST", "addr_range": "1821-1843 S ALLISON ST", "zipcode": 19143, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "12", "parcelarea": 694, "objectid": 9146, "Shape__Area": 109.9140625, "Shape__Length": 50.712038884675913 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.220322521831505, 39.933949040125199 ], [ -75.220190812949198, 39.934040773217603 ], [ -75.220225008093905, 39.934069430586199 ], [ -75.220355621448206, 39.933976786705799 ], [ -75.220322521831505, 39.933949040125199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1932 S SALFORD ST", "addr_range": "1932-1934 S SALFORD ST", "zipcode": 19143, "district": "2", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 896, "objectid": 9147, "Shape__Area": 137.5390625, "Shape__Length": 61.357478598894239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.230595885686, 39.933252649688399 ], [ -75.230429385817601, 39.933371613072197 ], [ -75.230462991407094, 39.933398787526002 ], [ -75.230628252510598, 39.933281006018397 ], [ -75.230595885686, 39.933252649688399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5419 LENA ST", "addr_range": "5419 LENA ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2696, "objectid": 9148, "Shape__Area": 427.29296875, "Shape__Length": 115.56027122327765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1690699900672, 40.035427033467002 ], [ -75.169133409710895, 40.0354650189322 ], [ -75.169197884462605, 40.035412352900003 ], [ -75.169230689729901, 40.035386250676403 ], [ -75.169280063210806, 40.035345238652702 ], [ -75.169356718225004, 40.035282756682903 ], [ -75.169403387264396, 40.035245600544101 ], [ -75.169432168934307, 40.035222133425002 ], [ -75.169421826073503, 40.035214018085497 ], [ -75.169392841714597, 40.035192539961798 ], [ -75.169377035940798, 40.035180804145902 ], [ -75.169196176980293, 40.035326009272801 ], [ -75.169146311175098, 40.0353661884755 ], [ -75.1690699900672, 40.035427033467002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 N CLEVELAND ST", "addr_range": "2340-2348 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 659, "objectid": 9149, "Shape__Area": 104.5625, "Shape__Length": 48.433479257737183 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162689446234197, 39.989698976733102 ], [ -75.162853724995102, 39.989721556049801 ], [ -75.1628622124272, 39.9896836244802 ], [ -75.162697804089007, 39.989660574625397 ], [ -75.162689446234197, 39.989698976733102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2348 N CLEVELAND ST", "addr_range": "2340-2348 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "5", "parcelarea": 659, "objectid": 9150, "Shape__Area": 104.3671875, "Shape__Length": 48.548085590416484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162662589789207, 39.989816949528098 ], [ -75.162827836888198, 39.9898394542952 ], [ -75.162836560714098, 39.989801898372797 ], [ -75.162671335826701, 39.989778812961802 ], [ -75.162662589789207, 39.989816949528098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2142 E ORLEANS ST", "addr_range": "2136-2142 E ORLEANS ST", "zipcode": 19134, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 690, "objectid": 9151, "Shape__Area": 109.328125, "Shape__Length": 50.300605018094075 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.114942871215703, 39.9885160617306 ], [ -75.114968465513499, 39.988548825126898 ], [ -75.115119342906397, 39.988479474857797 ], [ -75.115092982741103, 39.988446402881202 ], [ -75.114942871215703, 39.9885160617306 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2424 N 15TH ST", "addr_range": "2424-2428 N 15TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1963, "objectid": 9152, "Shape__Area": 289.75, "Shape__Length": 105.63445206640522 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1571692301345, 39.990280845078402 ], [ -75.157581628524497, 39.990335586031499 ], [ -75.157585738674797, 39.990315770885402 ], [ -75.157590743727496, 39.990293348584899 ], [ -75.157178240252094, 39.990238605284901 ], [ -75.1571692301345, 39.990280845078402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "247 N WANAMAKER ST", "addr_range": "245-249 N WANAMAKER ST", "zipcode": 19139, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 865, "objectid": 9153, "Shape__Area": 136.8515625, "Shape__Length": 59.746667000801615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.236328049528794, 39.965636909319301 ], [ -75.236473877131104, 39.965653805406099 ], [ -75.236542839159199, 39.9656623609769 ], [ -75.2365509609849, 39.965624029475798 ], [ -75.236467334038906, 39.9656138317944 ], [ -75.236336232046597, 39.9655980800094 ], [ -75.236328049528794, 39.965636909319301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2559 N HUTCHINSON ST", "addr_range": "2553-2559 N HUTCHINSON ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "BMCC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 696, "objectid": 9154, "Shape__Area": 113.11328125, "Shape__Length": 53.23598482149643 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.146893742342201, 39.9909837999584 ], [ -75.146937493369805, 39.990990063156602 ], [ -75.146949990100794, 39.9909910070145 ], [ -75.146961047091196, 39.9909928696975 ], [ -75.146987896785902, 39.990997122334001 ], [ -75.146999271581194, 39.990997814586599 ], [ -75.147040043676597, 39.991003559678099 ], [ -75.147049098405503, 39.991004636306599 ], [ -75.147053671631596, 39.991004512960103 ], [ -75.147081387130797, 39.991008640144599 ], [ -75.147089156099, 39.990972176326601 ], [ -75.1470618819762, 39.990968575437797 ], [ -75.147055055080799, 39.990968420619303 ], [ -75.147006354446503, 39.990961190149399 ], [ -75.147001793148505, 39.990961521900203 ], [ -75.146950824423897, 39.990954450808999 ], [ -75.146944014232204, 39.990953860268803 ], [ -75.146901202126003, 39.990947214709202 ], [ -75.146893742342201, 39.9909837999584 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2723 N NEWKIRK ST", "addr_range": "2717-2723 N NEWKIRK ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 761, "objectid": 9155, "Shape__Area": 119.88671875, "Shape__Length": 52.026337988072697 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177140308244404, 39.997491666619901 ], [ -75.177318024075305, 39.99751537913 ], [ -75.177326247471598, 39.997474797176601 ], [ -75.177149564425903, 39.997450945643003 ], [ -75.177140308244404, 39.997491666619901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1945 E CUMBERLAND ST", "addr_range": "1945-1947 E CUMBERLAND ST; 2502-2512 EMERALD ST", "zipcode": 19125, "district": "1", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NKCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1011, "objectid": 9156, "Shape__Area": 160.0625, "Shape__Length": 63.10465880081297 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.127889358024007, 39.985727285189299 ], [ -75.1277027674696, 39.985825465187901 ], [ -75.127734688862603, 39.985861706686897 ], [ -75.127921320477, 39.9857634960374 ], [ -75.127889358024007, 39.985727285189299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3217 CLIFFORD ST", "addr_range": "3217-3219 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1459, "objectid": 9157, "Shape__Area": 231.2734375, "Shape__Length": 85.345612189679798 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.187029839123099, 39.983546492562802 ], [ -75.187086750182004, 39.983553775001603 ], [ -75.187139914692295, 39.983307155073497 ], [ -75.187083893482196, 39.983300165533798 ], [ -75.187029839123099, 39.983546492562802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1400 N FRANKLIN ST", "addr_range": "1400 N FRANKLIN ST; 729 MASTER ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 991, "objectid": 9158, "Shape__Area": 154.70703125, "Shape__Length": 59.819589636586372 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148644241298101, 39.9732836746008 ], [ -75.148654267945503, 39.973284998444498 ], [ -75.148663479500797, 39.973239780515698 ], [ -75.148457910287405, 39.973213261387301 ], [ -75.148455938777403, 39.973222051197197 ], [ -75.148447818072498, 39.973258475555198 ], [ -75.148644241298101, 39.9732836746008 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4944 KEYSER ST", "addr_range": "4944-4946 KEYSER ST", "zipcode": 19144, "district": "8", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "NTCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1058, "objectid": 9159, "Shape__Area": 167.7421875, "Shape__Length": 67.897806875520956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166587553849894, 40.025726509478702 ], [ -75.166631663165802, 40.025750407313502 ], [ -75.166773304661305, 40.0255916859306 ], [ -75.166729359184899, 40.025567888242797 ], [ -75.166587553849894, 40.025726509478702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4978 KERSHAW ST", "addr_range": "4976-4980 KERSHAW ST", "zipcode": 19131, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1123, "objectid": 9160, "Shape__Area": 140.859375, "Shape__Length": 66.380870060240753 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.222720363872497, 39.973766376252598 ], [ -75.222753622134405, 39.9739587375973 ], [ -75.222798696995099, 39.973954023365501 ], [ -75.222764202317705, 39.973761683460403 ], [ -75.222720363872497, 39.973766376252598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "542-44 N 54TH ST", "addr_range": "532-550 N 54TH ST; 531-543 N CONESTOGA ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "UTC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "14", "parcelarea": 2552, "objectid": 9161, "Shape__Area": 403.71875, "Shape__Length": 92.282942098240042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.228760518703794, 39.968823454680603 ], [ -75.228751265715005, 39.968781518090204 ], [ -75.228749924611293, 39.968775879015503 ], [ -75.228445163473907, 39.9688103351941 ], [ -75.228460325102503, 39.968891201292102 ], [ -75.228766908376002, 39.9688545443232 ], [ -75.228760518703794, 39.968823454680603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2363 N 18TH ST", "addr_range": "2363 N 18TH ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": " ", "numparcels": "1", "parcelarea": 1119, "objectid": 9162, "Shape__Area": 184.79296875, "Shape__Length": 67.219599492587889 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161610031900906, 39.990092853481201 ], [ -75.161616515702903, 39.990093740333599 ], [ -75.161845768841104, 39.990125009750102 ], [ -75.161856770891902, 39.990078251826198 ], [ -75.161627009366995, 39.990046617765202 ], [ -75.161620568907793, 39.990045730989699 ], [ -75.161610031900906, 39.990092853481201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1813 N BUCKNELL ST", "addr_range": "1813 N BUCKNELL ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 658, "objectid": 9163, "Shape__Area": 107.171875, "Shape__Length": 48.829039746475118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172914161067595, 39.982568001647302 ], [ -75.173079353678403, 39.982590441204998 ], [ -75.173087866336004, 39.982551639206903 ], [ -75.172922748659104, 39.982528894096603 ], [ -75.172914161067595, 39.982568001647302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2415 N MARSTON ST", "addr_range": "2411-2415 N MARSTON ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 696, "objectid": 9164, "Shape__Area": 110.2421875, "Shape__Length": 51.680185709292225 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177001078644096, 39.992685614435402 ], [ -75.177183749264401, 39.992708230250997 ], [ -75.177192715391897, 39.992671807810098 ], [ -75.177012991205302, 39.9926494031169 ], [ -75.177001078644096, 39.992685614435402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "437 N DAGGETT ST", "addr_range": "431-443 N DAGGETT ST", "zipcode": 19151, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "JASTECH", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 1442, "objectid": 9165, "Shape__Area": 228.4609375, "Shape__Length": 86.562536897276217 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.249891099357598, 39.970293344982998 ], [ -75.250220965415593, 39.970330835538803 ], [ -75.250229430913606, 39.9702892383199 ], [ -75.2498995647436, 39.970251215296102 ], [ -75.249891099357598, 39.970293344982998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3107 CECIL B MOORE AVE", "addr_range": "3107 CECIL B MOORE AVE", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1750, "objectid": 9166, "Shape__Area": 281.19140625, "Shape__Length": 94.267500996242319 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185351677295799, 39.982601350670002 ], [ -75.185413428078206, 39.982609194418501 ], [ -75.185469524663802, 39.982336122152702 ], [ -75.185406963118396, 39.9823286639636 ], [ -75.185351677295799, 39.982601350670002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4900 FAIRMOUNT AVE", "addr_range": "4900 FAIRMOUNT AVE", "zipcode": 19139, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1040, "objectid": 9167, "Shape__Area": 159.171875, "Shape__Length": 64.350262861571593 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.218383243445302, 39.963872534177497 ], [ -75.218360040579896, 39.963694126048402 ], [ -75.218306058427203, 39.963697980517402 ], [ -75.218328049780396, 39.963876877300201 ], [ -75.218383243445302, 39.963872534177497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4236 ASPEN ST", "addr_range": "4232-4236 ASPEN ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MOMC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 840, "objectid": 9168, "Shape__Area": 121.609375, "Shape__Length": 55.084235051424265 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.208967980473005, 39.9655542801869 ], [ -75.2089822517123, 39.965647138238801 ], [ -75.208990016960101, 39.965705003219902 ], [ -75.209039046023804, 39.965700833463004 ], [ -75.2090302356563, 39.965634531777198 ], [ -75.209017818228105, 39.965550338284601 ], [ -75.208967980473005, 39.9655542801869 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2434 CLIFFORD ST", "addr_range": "2434-2438 CLIFFORD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1229, "objectid": 9169, "Shape__Area": 194.7578125, "Shape__Length": 75.5712982781844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175035377365205, 39.981219898204699 ], [ -75.174987472292401, 39.981434458146502 ], [ -75.175042607686294, 39.981441482431698 ], [ -75.175089391207095, 39.981226719807502 ], [ -75.175035377365205, 39.981219898204699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1308 N 18TH ST", "addr_range": "1302-1308 N 18TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1200, "objectid": 9170, "Shape__Area": 194.47265625, "Shape__Length": 70.458475155334042 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165496325469107, 39.974355623544803 ], [ -75.165746746531596, 39.974387506357203 ], [ -75.165757467504704, 39.974340887788699 ], [ -75.165755674653099, 39.9743406690122 ], [ -75.165504949059994, 39.974309037948103 ], [ -75.165496325469107, 39.974355623544803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3129 MORSE ST", "addr_range": "3129-3133 MORSE ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 624, "objectid": 9171, "Shape__Area": 97.5546875, "Shape__Length": 46.326394078291472 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185521135876598, 39.984389992546802 ], [ -75.185571150780902, 39.984396784655097 ], [ -75.1855735068266, 39.984379863186497 ], [ -75.185597268020402, 39.984277792586099 ], [ -75.185547391567098, 39.984271213516102 ], [ -75.185521135876598, 39.984389992546802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2112 MASTER ST", "addr_range": "2112 MASTER ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 2395, "objectid": 9172, "Shape__Area": 188.8203125, "Shape__Length": 72.053995869275198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170663528039796, 39.975954214568098 ], [ -75.170719127757806, 39.975961621794198 ], [ -75.170764132777705, 39.975760216974301 ], [ -75.170706979656103, 39.975752919013303 ], [ -75.170663528039796, 39.975954214568098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1304 N 18TH ST", "addr_range": "1302-1308 N 18TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1200, "objectid": 9173, "Shape__Area": 189.48828125, "Shape__Length": 70.295973773048317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165514021553605, 39.974264412258897 ], [ -75.165766538366, 39.974295746665597 ], [ -75.165776290037996, 39.974250379401802 ], [ -75.165523278361803, 39.974219405085698 ], [ -75.165514021553605, 39.974264412258897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3123 MORSE ST", "addr_range": "3123-3125 MORSE ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 624, "objectid": 9174, "Shape__Area": 99.0, "Shape__Length": 46.130611879775564 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185369096184502, 39.984369718374701 ], [ -75.185419296665899, 39.984376030854797 ], [ -75.185444811967002, 39.984257508304999 ], [ -75.185395507241097, 39.984251329377699 ], [ -75.185370810673902, 39.984357070476101 ], [ -75.185369096184502, 39.984369718374701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2707 JEFFERSON ST", "addr_range": "2703-2707 JEFFERSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 727, "objectid": 9175, "Shape__Area": 115.078125, "Shape__Length": 52.973856771045909 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179670022442906, 39.978811835619702 ], [ -75.179718065910805, 39.978817988858701 ], [ -75.179747618836302, 39.978675458466 ], [ -75.1796987000033, 39.9786686089721 ], [ -75.179670022442906, 39.978811835619702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1764 N TANEY ST", "addr_range": "1760-1764 N TANEY ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 776, "objectid": 9176, "Shape__Area": 117.89453125, "Shape__Length": 51.467520768685702 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178063754710095, 39.982757702749304 ], [ -75.178239447925904, 39.9827795655495 ], [ -75.178247387376302, 39.982738718609198 ], [ -75.178072383236994, 39.982717436195202 ], [ -75.178063754710095, 39.982757702749304 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1810 N 27TH ST", "addr_range": "1810-1814 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": "\b", "numparcels": "3", "parcelarea": 903, "objectid": 9177, "Shape__Area": 159.1640625, "Shape__Length": 64.072767002028058 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178554691719597, 39.983233339897801 ], [ -75.178545332390897, 39.9832752191368 ], [ -75.178774133713802, 39.983305766513801 ], [ -75.1787840230173, 39.983264301884603 ], [ -75.178554691719597, 39.983233339897801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1254 N MYRTLEWOOD ST", "addr_range": "1251-1257 N 30TH ST; 1250-1254 N MYRTLEWOOD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 795, "objectid": 9178, "Shape__Area": 130.09765625, "Shape__Length": 56.870841510659709 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184297637863395, 39.976132203144402 ], [ -75.184498768635905, 39.976156962656802 ], [ -75.184507741703598, 39.976117992762497 ], [ -75.184306059646204, 39.976093413753901 ], [ -75.184297637863395, 39.976132203144402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1523 N 28TH ST", "addr_range": "1521-1525 N 28TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 979, "objectid": 9179, "Shape__Area": 154.92578125, "Shape__Length": 62.437894882594811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1804427871174, 39.979364477490698 ], [ -75.180664268644307, 39.979393761856599 ], [ -75.180673782993907, 39.979351079547001 ], [ -75.180451831479203, 39.979323138892497 ], [ -75.1804427871174, 39.979364477490698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1726 N 27TH ST", "addr_range": "1720-1728 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": "MDO CLC", "numparcels": "6", "parcelarea": 1596, "objectid": 9180, "Shape__Area": 252.875, "Shape__Length": 67.69345998089932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1787751541859, 39.982229940474802 ], [ -75.178976845814006, 39.982254704744797 ], [ -75.178989648252198, 39.982203263593902 ], [ -75.178993804921106, 39.9821803701143 ], [ -75.178792007803906, 39.982153942941999 ], [ -75.1787751541859, 39.982229940474802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1517 N 27TH ST", "addr_range": "1516 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1344, "objectid": 9181, "Shape__Area": 249.48046875, "Shape__Length": 83.874846296185524 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178935029435095, 39.979205026900303 ], [ -75.179242926275606, 39.979244868199501 ], [ -75.179253580336095, 39.979196140504897 ], [ -75.178945683607907, 39.979156301934999 ], [ -75.178935029435095, 39.979205026900303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1728R N 27TH ST", "addr_range": "1720-1728 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 3412, "objectid": 9182, "Shape__Area": 351.8046875, "Shape__Length": 96.898040157221928 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179157691954501, 39.982198549515601 ], [ -75.179153004362007, 39.982223898075297 ], [ -75.178989648252198, 39.982203263593902 ], [ -75.178976845814006, 39.982254704744797 ], [ -75.179126547914393, 39.982274001720697 ], [ -75.179306637249994, 39.982296508299697 ], [ -75.179323411439, 39.982220427831798 ], [ -75.179157691954501, 39.982198549515601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1525 N 28TH ST", "addr_range": "1521-1525 N 28TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 969, "objectid": 9183, "Shape__Area": 153.34375, "Shape__Length": 62.287413447979198 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1804341782276, 39.979406502498101 ], [ -75.180655685531704, 39.979435108993499 ], [ -75.180664268644307, 39.979393761856599 ], [ -75.1804427871174, 39.979364477490698 ], [ -75.1804341782276, 39.979406502498101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1253 N 30TH ST", "addr_range": "1251-1257 N 30TH ST; 1250-1254 N MYRTLEWOOD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 802, "objectid": 9184, "Shape__Area": 128.3515625, "Shape__Length": 57.262607203707958 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184522762081997, 39.976119715213599 ], [ -75.184663557317805, 39.976137643814397 ], [ -75.184727155322406, 39.976145755514501 ], [ -75.184735439874203, 39.9761078334055 ], [ -75.184530974389901, 39.976082065408796 ], [ -75.184522762081997, 39.976119715213599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1814 N 27TH ST", "addr_range": "1810-1814 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 918, "objectid": 9185, "Shape__Area": 161.50390625, "Shape__Length": 64.059210872150842 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178527429413094, 39.983358994988301 ], [ -75.178754877889304, 39.983389303050998 ], [ -75.178765078358296, 39.983346797518301 ], [ -75.178536540462304, 39.9833164659643 ], [ -75.178527429413094, 39.983358994988301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1722 N 27TH ST", "addr_range": "1720-1728 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 2856, "objectid": 9186, "Shape__Area": 451.99609375, "Shape__Length": 142.04577818160118 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179001999597801, 39.982141028133 ], [ -75.1792721356139, 39.982174999082702 ], [ -75.179330620704505, 39.982183288355102 ], [ -75.179359694307607, 39.982163644304599 ], [ -75.1793929559811, 39.982140758511598 ], [ -75.179163727409104, 39.982111106428697 ], [ -75.178810956783806, 39.982066868466397 ], [ -75.178800093674596, 39.982115838326401 ], [ -75.178802719856506, 39.982116171971697 ], [ -75.179001999597801, 39.982141028133 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3133 MORSE ST", "addr_range": "3129-3133 MORSE ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 634, "objectid": 9187, "Shape__Area": 100.27734375, "Shape__Length": 46.527397748008653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185622611114695, 39.984403544164998 ], [ -75.185673326846, 39.984410077980598 ], [ -75.185674681057407, 39.984396454345003 ], [ -75.185699591960798, 39.984291104513503 ], [ -75.185648790777705, 39.984284633670903 ], [ -75.185623434487596, 39.984392843255797 ], [ -75.185622611114695, 39.984403544164998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1257 N 30TH ST", "addr_range": "1251-1257 N 30TH ST; 1250-1254 N MYRTLEWOOD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 802, "objectid": 9188, "Shape__Area": 126.62109375, "Shape__Length": 57.148416510731238 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184506064865104, 39.976196216080602 ], [ -75.184646307822007, 39.976213794473701 ], [ -75.184710684120802, 39.976221859608302 ], [ -75.184718956963493, 39.976184775177501 ], [ -75.184654729381904, 39.976176649399598 ], [ -75.184514222912995, 39.976158856089903 ], [ -75.184506064865104, 39.976196216080602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3131 MORSE ST", "addr_range": "3129-3133 MORSE ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 644, "objectid": 9189, "Shape__Area": 101.76953125, "Shape__Length": 46.698589691006262 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185571150780902, 39.984396784655097 ], [ -75.185622611114695, 39.984403544164998 ], [ -75.185623434487596, 39.984392843255797 ], [ -75.185648790777705, 39.984284633670903 ], [ -75.185597268020402, 39.984277792586099 ], [ -75.1855735068266, 39.984379863186497 ], [ -75.185571150780902, 39.984396784655097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2703 JEFFERSON ST", "addr_range": "2703-2707 JEFFERSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 747, "objectid": 9190, "Shape__Area": 114.15234375, "Shape__Length": 52.930164387428363 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179601271092196, 39.978656303029503 ], [ -75.179571726121196, 39.978799172349603 ], [ -75.179619758578795, 39.978805647044503 ], [ -75.179649337256706, 39.978662441490997 ], [ -75.179601271092196, 39.978656303029503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2431 W THOMPSON ST", "addr_range": "2431-2435 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 2690, "objectid": 9191, "Shape__Area": 224.52734375, "Shape__Length": 84.948855702453244 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176283263655407, 39.975760510217903 ], [ -75.176338566149099, 39.9757674566387 ], [ -75.176389123089706, 39.975520861701703 ], [ -75.176334792399899, 39.975513679406497 ], [ -75.176283263655407, 39.975760510217903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1217 N 27TH ST", "addr_range": "1217 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1400, "objectid": 9192, "Shape__Area": 221.7421875, "Shape__Length": 90.612204720498482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179903609634493, 39.974553073550098 ], [ -75.179895248845696, 39.974590963026301 ], [ -75.180247023061995, 39.974636908850897 ], [ -75.180255383660295, 39.974599019349199 ], [ -75.179903609634493, 39.974553073550098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1213 N 27TH ST", "addr_range": "1213 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 1400, "objectid": 9193, "Shape__Area": 221.75, "Shape__Length": 90.611699717445788 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1799203335584, 39.974477293748002 ], [ -75.179911972754198, 39.9745151841257 ], [ -75.180263744249203, 39.974561129846698 ], [ -75.180272103692801, 39.974523239417302 ], [ -75.1799203335584, 39.974477293748002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1760 N TANEY ST", "addr_range": "1760-1764 N TANEY ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 776, "objectid": 9194, "Shape__Area": 122.2578125, "Shape__Length": 51.729083068593411 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178081940416007, 39.982677544549198 ], [ -75.178255763388194, 39.982698993299103 ], [ -75.178265153264107, 39.982657454446503 ], [ -75.178090924267906, 39.982634544179 ], [ -75.178081940416007, 39.982677544549198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1255 N 30TH ST", "addr_range": "1251-1257 N 30TH ST; 1250-1254 N MYRTLEWOOD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 802, "objectid": 9195, "Shape__Area": 132.8203125, "Shape__Length": 57.671096765978724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184514222912995, 39.976158856089903 ], [ -75.184654729381904, 39.976176649399598 ], [ -75.184718956963493, 39.976184775177501 ], [ -75.184727155322406, 39.976145755514501 ], [ -75.184663557317805, 39.976137643814397 ], [ -75.184522762081997, 39.976119715213599 ], [ -75.184514222912995, 39.976158856089903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2129 SEYBERT ST", "addr_range": "1309-1311 N 22ND ST; 2129 SEYBERT ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 2900, "objectid": 9196, "Shape__Area": 464.125, "Shape__Length": 85.484634387008668 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171487312291703, 39.975499079298601 ], [ -75.171430165134396, 39.975505387134604 ], [ -75.171372217599099, 39.975511306640499 ], [ -75.171404670865002, 39.975678570244597 ], [ -75.171460921719998, 39.9756726774676 ], [ -75.171516916747805, 39.975666890640603 ], [ -75.171549225576399, 39.975663571050802 ], [ -75.171565188121406, 39.975589745662397 ], [ -75.171547328953295, 39.975493351290197 ], [ -75.171487312291703, 39.975499079298601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1311 N 22ND ST", "addr_range": "1309-1311 N 22ND ST; 2129 SEYBERT ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1349, "objectid": 9197, "Shape__Area": 230.9140625, "Shape__Length": 79.249951246736202 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171565840605098, 39.975496910870397 ], [ -75.171576009221894, 39.975548625971498 ], [ -75.171851184946306, 39.975585952126799 ], [ -75.171861401010503, 39.975537596295297 ], [ -75.171565840605098, 39.975496910870397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1252 N MYRTLEWOOD ST", "addr_range": "1251-1257 N 30TH ST; 1250-1254 N MYRTLEWOOD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 795, "objectid": 9198, "Shape__Area": 126.265625, "Shape__Length": 56.550664548984741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184306059646204, 39.976093413753901 ], [ -75.184507741703598, 39.976117992762497 ], [ -75.184515935425196, 39.976080246134998 ], [ -75.184314544755907, 39.9760557069906 ], [ -75.184306059646204, 39.976093413753901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1309 N 22ND ST", "addr_range": "1309-1311 N 22ND ST; 2129 SEYBERT ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 2530, "objectid": 9199, "Shape__Area": 206.046875, "Shape__Length": 80.888187365066671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171565840605098, 39.975496910870397 ], [ -75.171861401010503, 39.975537596295297 ], [ -75.171877945966102, 39.975459432060902 ], [ -75.1717365315275, 39.975473939078597 ], [ -75.171564786849203, 39.975491566708001 ], [ -75.171565840605098, 39.975496910870397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1812 N 27TH ST", "addr_range": "1810-1814 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 989, "objectid": 9200, "Shape__Area": 156.52734375, "Shape__Length": 63.790837675892057 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178545332390897, 39.9832752191368 ], [ -75.178536540462304, 39.9833164659643 ], [ -75.178765078358296, 39.983346797518301 ], [ -75.178774133713802, 39.983305766513801 ], [ -75.178545332390897, 39.9832752191368 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1762 N TANEY ST", "addr_range": "1760-1764 N TANEY ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 828, "objectid": 9201, "Shape__Area": 115.39453125, "Shape__Length": 51.062860545121055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178072383236994, 39.982717436195202 ], [ -75.178247387376302, 39.982738718609198 ], [ -75.178255763388194, 39.982698993299103 ], [ -75.178081940416007, 39.982677544549198 ], [ -75.178072383236994, 39.982717436195202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1251 N 30TH ST", "addr_range": "1251-1257 N 30TH ST; 1250-1254 N MYRTLEWOOD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": " ", "parcelarea": 802, "objectid": 9202, "Shape__Area": 128.640625, "Shape__Length": 57.286248721685197 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184530974389901, 39.976082065408796 ], [ -75.184735439874203, 39.9761078334055 ], [ -75.184743673777305, 39.976070104782004 ], [ -75.184539280826101, 39.976044062710002 ], [ -75.184530974389901, 39.976082065408796 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1824 N 27TH ST", "addr_range": "1822-1824 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "MWFHE", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 972, "objectid": 9203, "Shape__Area": 154.0390625, "Shape__Length": 63.280705008986857 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178490245796496, 39.983526951906597 ], [ -75.178481388119806, 39.983567149381599 ], [ -75.178707728912599, 39.983600188896901 ], [ -75.178716507650506, 39.983558731827003 ], [ -75.178490245796496, 39.983526951906597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2100 DIAMOND ST", "addr_range": "2031-2043 N VAN PELT ST; 2100-2116 DIAMOND ST", "zipcode": 19121, "district": "5", "year": "2007", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 26041, "objectid": 9204, "Shape__Area": 4125.96484375, "Shape__Length": 309.21799389617399 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168835436729594, 39.985616817694002 ], [ -75.168593855953503, 39.985582755543199 ], [ -75.168576170280502, 39.985580262000497 ], [ -75.168506442205796, 39.9858878235367 ], [ -75.168156829370503, 39.985841804102698 ], [ -75.168095797676699, 39.986115435145301 ], [ -75.168708737691304, 39.986196876622799 ], [ -75.168835436729594, 39.985616817694002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2007-13 BELLEVUE ST", "addr_range": "2007-2017 BELLEVUE ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 5951, "objectid": 9205, "Shape__Area": 943.5234375, "Shape__Length": 123.53770535288642 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162240029988794, 40.005515626382802 ], [ -75.1623672648075, 40.005532743813198 ], [ -75.162387119319106, 40.005439728989501 ], [ -75.162418328725593, 40.0053028329502 ], [ -75.162380605538004, 40.005298210147203 ], [ -75.1622259558183, 40.005277186066103 ], [ -75.162168687349293, 40.005270591800702 ], [ -75.162139104527895, 40.005396707757598 ], [ -75.162118285574707, 40.005493038167302 ], [ -75.162232370516406, 40.005508166320602 ], [ -75.162240029988794, 40.005515626382802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2903 N STILLMAN ST", "addr_range": "2903 N STILLMAN ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 665, "objectid": 9206, "Shape__Area": 105.4921875, "Shape__Length": 48.136577033958169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171974240923404, 39.999530380380897 ], [ -75.172136622589207, 39.999551194879302 ], [ -75.172145064030502, 39.999512148040999 ], [ -75.171983104579496, 39.999491231308902 ], [ -75.171974240923404, 39.999530380380897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1716 W ONTARIO ST", "addr_range": "1716 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2446, "objectid": 9207, "Shape__Area": 387.890625, "Shape__Length": 99.604343172095653 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158149811441106, 40.005102991269197 ], [ -75.158090916559104, 40.005375667119203 ], [ -75.1581765833171, 40.005386773514203 ], [ -75.158235253025197, 40.005114462862402 ], [ -75.158229142339394, 40.0051136482464 ], [ -75.158149811441106, 40.005102991269197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3850 N PERCY ST", "addr_range": "3850 N PERCY ST", "zipcode": 19140, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 726, "objectid": 9208, "Shape__Area": 115.1328125, "Shape__Length": 48.918527612286844 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142802027405807, 40.011050447609797 ], [ -75.142963467831393, 40.0110717654049 ], [ -75.142971458962094, 40.011028535661701 ], [ -75.142812595391007, 40.011007277291696 ], [ -75.142802027405807, 40.011050447609797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2122 N VAN PELT ST", "addr_range": "2122-2124 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1124, "objectid": 9209, "Shape__Area": 178.2421875, "Shape__Length": 68.359661405973824 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168723766802401, 39.986933373831299 ], [ -75.168969131342195, 39.986967215243503 ], [ -75.168978734203407, 39.986923504955101 ], [ -75.1687332143552, 39.986889901538802 ], [ -75.168723766802401, 39.986933373831299 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1339 S 23RD ST", "addr_range": "1339 S 23RD ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1172, "objectid": 9210, "Shape__Area": 185.48828125, "Shape__Length": 62.411775078277692 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182229772089201, 39.934908963821897 ], [ -75.182435310027003, 39.934935794402101 ], [ -75.182447715940498, 39.934881748373797 ], [ -75.182242128357402, 39.934854594138699 ], [ -75.182229772089201, 39.934908963821897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2933 N TAYLOR ST", "addr_range": "2933 N TAYLOR ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 735, "objectid": 9211, "Shape__Area": 116.56640625, "Shape__Length": 52.352047629865424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170685950537603, 39.999962224650702 ], [ -75.170867676515002, 39.999984764919901 ], [ -75.170876276341303, 39.999945948771703 ], [ -75.170694597157194, 39.999923844754598 ], [ -75.170685950537603, 39.999962224650702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2550 N CLEVELAND ST", "addr_range": "2548-2550 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 722, "objectid": 9212, "Shape__Area": 114.4609375, "Shape__Length": 50.855154732458885 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161993482767599, 39.9928253499018 ], [ -75.161984395517706, 39.992864704118404 ], [ -75.162157597174499, 39.992889291081198 ], [ -75.162166329542899, 39.992849348598 ], [ -75.161993482767599, 39.9928253499018 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2828 N BAILEY ST", "addr_range": "2828 N BAILEY ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 728, "objectid": 9213, "Shape__Area": 115.4375, "Shape__Length": 48.92494514747176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1740707429407, 39.998821683805801 ], [ -75.1742277991316, 39.9988425209322 ], [ -75.1742305944706, 39.998842889998897 ], [ -75.174233955029393, 39.998827216612902 ], [ -75.174240327847201, 39.998799585007703 ], [ -75.174237053843797, 39.998799141229 ], [ -75.174080248859994, 39.998778293531799 ], [ -75.1740707429407, 39.998821683805801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3861 N PERCY ST", "addr_range": "3861 N PERCY ST", "zipcode": 19140, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 712, "objectid": 9214, "Shape__Area": 112.9609375, "Shape__Length": 48.131341109966215 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142462335181506, 40.011220730083899 ], [ -75.142460564028696, 40.011229684753999 ], [ -75.142617289401201, 40.011249879592803 ], [ -75.142625583272604, 40.011206431488297 ], [ -75.142469219429998, 40.011186131340601 ], [ -75.142462335181506, 40.011220730083899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3854 N PERCY ST", "addr_range": "3854 N PERCY ST", "zipcode": 19140, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 739, "objectid": 9215, "Shape__Area": 117.3203125, "Shape__Length": 49.174244452829583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142783944432395, 40.011138664119102 ], [ -75.142944100996104, 40.0111595500261 ], [ -75.142953727724105, 40.011115776264397 ], [ -75.1427932524375, 40.011094465958102 ], [ -75.142783944432395, 40.011138664119102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3426 N 17TH ST", "addr_range": "3418-3426 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 6101, "objectid": 9216, "Shape__Area": 967.23046875, "Shape__Length": 178.28841858410178 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156974785017098, 40.006069443133001 ], [ -75.156976934560703, 40.006069731353598 ], [ -75.157304599000994, 40.006113484919297 ], [ -75.157388784395494, 40.006124960282897 ], [ -75.157481554901295, 40.006136612332497 ], [ -75.157569964957304, 40.006148344244401 ], [ -75.157608434806605, 40.006153792795502 ], [ -75.157623852074707, 40.006084309418902 ], [ -75.157620783866193, 40.006083900453497 ], [ -75.157409262458799, 40.006055656990398 ], [ -75.157406707162906, 40.006070105657599 ], [ -75.157396099006306, 40.006069029053997 ], [ -75.157406476653406, 40.006021159015802 ], [ -75.157184809364296, 40.005990264980099 ], [ -75.156997539284106, 40.0059638064456 ], [ -75.156987161961695, 40.006012028758299 ], [ -75.156974785017098, 40.006069443133001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3424 N 17TH ST", "addr_range": "3418-3426 N 17TH ST", "zipcode": 19140, "district": "8", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 1871, "objectid": 9217, "Shape__Area": 296.6328125, "Shape__Length": 105.29723466248312 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156997539284106, 40.0059638064456 ], [ -75.157184809364296, 40.005990264980099 ], [ -75.157406476653406, 40.006021159015802 ], [ -75.157415353455093, 40.005976416752397 ], [ -75.157162027425301, 40.005942438058597 ], [ -75.157006685446405, 40.005921375093202 ], [ -75.156997539284106, 40.0059638064456 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2312 N GARNET ST", "addr_range": "2312 N GARNET ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 676, "objectid": 9218, "Shape__Area": 107.21484375, "Shape__Length": 48.437657809256855 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164375208788599, 39.989371690274297 ], [ -75.1645376592746, 39.989393854782598 ], [ -75.164546517650905, 39.989354399739902 ], [ -75.164383761030095, 39.989332002190899 ], [ -75.164375208788599, 39.989371690274297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3404 N 19TH ST", "addr_range": "3402-3404 N 19TH ST", "zipcode": 19140, "district": "8", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 5459, "objectid": 9219, "Shape__Area": 865.44140625, "Shape__Length": 149.64404755353576 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160176541650202, 40.006102830737802 ], [ -75.1605639613703, 40.006151724302597 ], [ -75.160732223106805, 40.006173137777203 ], [ -75.1607017087739, 40.006069653563998 ], [ -75.160581948697399, 40.006053299366101 ], [ -75.160551308015997, 40.006049288023299 ], [ -75.1605394560587, 40.006047859291201 ], [ -75.160197596324096, 40.006003684852097 ], [ -75.160176541650202, 40.006102830737802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2548 N CLEVELAND ST", "addr_range": "2548-2550 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 710, "objectid": 9220, "Shape__Area": 112.5703125, "Shape__Length": 50.655516509587599 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162001546180207, 39.992786425811502 ], [ -75.161993482767599, 39.9928253499018 ], [ -75.162166329542899, 39.992849348598 ], [ -75.162174865089796, 39.992810144114003 ], [ -75.162001546180207, 39.992786425811502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2603 N MARSHALL ST", "addr_range": "2601-2603 N MARSHALL ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1579, "objectid": 9221, "Shape__Area": 250.29296875, "Shape__Length": 83.492630141853539 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142913760424506, 39.990954465595003 ], [ -75.142902971162798, 39.991004031714603 ], [ -75.142910048603895, 39.991004739391201 ], [ -75.143207727020794, 39.991045707723003 ], [ -75.143218504356298, 39.990996416120403 ], [ -75.142913760424506, 39.990954465595003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2125 W DAUPHIN ST", "addr_range": "2125 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1031, "objectid": 9222, "Shape__Area": 163.453125, "Shape__Length": 67.592332589325238 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168150847280003, 39.989718743015203 ], [ -75.168202581607005, 39.989726128232597 ], [ -75.1682432288043, 39.989545565661402 ], [ -75.168245347374494, 39.9895361184278 ], [ -75.168193577660901, 39.9895296676832 ], [ -75.168150847280003, 39.989718743015203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1811 N VAN PELT ST", "addr_range": "1811 N VAN PELT ST", "zipcode": 19121, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1357, "objectid": 9223, "Shape__Area": 215.03515625, "Shape__Length": 79.863505012501079 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169287678964295, 39.982105099308797 ], [ -75.169299976375498, 39.9821068435906 ], [ -75.169584350732706, 39.982144881513399 ], [ -75.169593566737603, 39.9821019842176 ], [ -75.169546139100802, 39.9820955495927 ], [ -75.169473345213703, 39.982085029727898 ], [ -75.169308060982004, 39.982062840556303 ], [ -75.169296957196295, 39.9820611240171 ], [ -75.169287678964295, 39.982105099308797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3416 N SMEDLEY ST", "addr_range": "3414-3416 N SMEDLEY ST", "zipcode": 19140, "district": "8", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1076, "objectid": 9224, "Shape__Area": 170.6484375, "Shape__Length": 68.829283830867311 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.156225619174904, 40.005658677083403 ], [ -75.156477524401197, 40.005690337197102 ], [ -75.156486267747596, 40.005649655564902 ], [ -75.156234579642899, 40.0056178057526 ], [ -75.156225619174904, 40.005658677083403 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "616 EMILY ST", "addr_range": "616-618 EMILY ST", "zipcode": 19148, "district": "1", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 639, "objectid": 9225, "Shape__Area": 101.09375, "Shape__Length": 47.803992844130946 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157020809946204, 39.9233906702759 ], [ -75.156999228816503, 39.923516805151003 ], [ -75.157046271904406, 39.923522897538803 ], [ -75.157070968601801, 39.923397946768397 ], [ -75.157020809946204, 39.9233906702759 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2901 N BAILEY ST", "addr_range": "2901 N BAILEY ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 760, "objectid": 9226, "Shape__Area": 120.515625, "Shape__Length": 51.642562026740777 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173552971440202, 39.999689640357502 ], [ -75.173727469377496, 39.999710997528702 ], [ -75.173736767900806, 39.999669778566897 ], [ -75.173561788762399, 39.999647829454503 ], [ -75.173561096301896, 39.999651135044402 ], [ -75.173552971440202, 39.999689640357502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2923 N TAYLOR ST", "addr_range": "2923 N TAYLOR ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 759, "objectid": 9227, "Shape__Area": 120.3203125, "Shape__Length": 52.738823533392718 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170728197361896, 39.999773186247197 ], [ -75.170909964035701, 39.999796307627399 ], [ -75.170918585220093, 39.999756927922498 ], [ -75.170737209317295, 39.999732928736698 ], [ -75.170728197361896, 39.999773186247197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1276 S 24TH ST", "addr_range": "1276 S 24TH ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 855, "objectid": 9228, "Shape__Area": 135.37109375, "Shape__Length": 58.804530110064562 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183950561406704, 39.936569044915203 ], [ -75.183956020766303, 39.9365697797504 ], [ -75.184159422644498, 39.936597284634601 ], [ -75.184168123478898, 39.936558726821502 ], [ -75.183965009446695, 39.936530793202202 ], [ -75.183958030071693, 39.936529830641298 ], [ -75.183950561406704, 39.936569044915203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2438 N CLEVELAND ST", "addr_range": "2438 N CLEVELAND ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 733, "objectid": 9229, "Shape__Area": 116.15234375, "Shape__Length": 51.719284123505254 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162527683937697, 39.991164669956497 ], [ -75.162532271599304, 39.991165273439002 ], [ -75.162537147413403, 39.9911429120177 ], [ -75.162540241825596, 39.991125492155298 ], [ -75.162536300651695, 39.9911249843381 ], [ -75.162531483041306, 39.9911243594537 ], [ -75.162363424001398, 39.9911024045281 ], [ -75.162360545834801, 39.9911196202262 ], [ -75.162354139979598, 39.991141462400897 ], [ -75.162522699604693, 39.991163993559603 ], [ -75.162527683937697, 39.991164669956497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2605 N 18TH ST", "addr_range": "2605 N 18TH ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 930, "objectid": 9230, "Shape__Area": 147.515625, "Shape__Length": 60.541625816571731 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160936202007306, 39.993354095386998 ], [ -75.161150192758001, 39.993382441178802 ], [ -75.161159129363597, 39.993341552792401 ], [ -75.160945535671203, 39.993312136552802 ], [ -75.160936202007306, 39.993354095386998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2522 W SELTZER ST", "addr_range": "2520-2522 W SELTZER ST", "zipcode": 19132, "district": "4", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "YES - Spring 2024", "numparcels": "2", "parcelarea": 607, "objectid": 9231, "Shape__Area": 96.2421875, "Shape__Length": 44.827150782050424 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172783000946893, 39.997447325935397 ], [ -75.172833997852294, 39.997453903978297 ], [ -75.172858812975093, 39.997341267787199 ], [ -75.172807309343, 39.997334276525201 ], [ -75.172783000946893, 39.997447325935397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2601 N MARSHALL ST", "addr_range": "2601-2603 N MARSHALL ST", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1759, "objectid": 9232, "Shape__Area": 278.78125, "Shape__Length": 85.135935747408851 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.142925192583306, 39.990899595345802 ], [ -75.142913760424506, 39.990954465595003 ], [ -75.143218504356298, 39.990996416120403 ], [ -75.143230236812499, 39.990941406700998 ], [ -75.142925192583306, 39.990899595345802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2314 N VAN PELT ST", "addr_range": "2314-2316 N VAN PELT ST", "zipcode": 19132, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 691, "objectid": 9233, "Shape__Area": 109.59375, "Shape__Length": 50.878545784601471 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167829651596307, 39.989799515066302 ], [ -75.168001482919607, 39.989821966756701 ], [ -75.168006467270502, 39.989822610480701 ], [ -75.168006725133495, 39.9898213431483 ], [ -75.168013655138495, 39.989785663902502 ], [ -75.168009296847302, 39.989785067599797 ], [ -75.167837459601103, 39.989761695850198 ], [ -75.167829651596307, 39.989799515066302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1801 S 23RD ST", "addr_range": "1801 S 23RD ST", "zipcode": 19145, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1136, "objectid": 9234, "Shape__Area": 179.78515625, "Shape__Length": 64.204462681526309 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183324958384006, 39.929808026928697 ], [ -75.183314612778304, 39.929856895972499 ], [ -75.183535284755195, 39.929884531267298 ], [ -75.183545465035294, 39.929835077355101 ], [ -75.183324958384006, 39.929808026928697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1200 GLENWOOD AVE", "addr_range": "1200 GLENWOOD AVE", "zipcode": 19133, "district": "5", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2633, "objectid": 9235, "Shape__Area": 344.18359375, "Shape__Length": 85.13212577811781 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150524904051906, 39.997990898197997 ], [ -75.150416538104594, 39.997976289432501 ], [ -75.150370610924497, 39.9979588715237 ], [ -75.150252036691299, 39.997942081612599 ], [ -75.150233419045406, 39.998026616178699 ], [ -75.150267284937001, 39.998086239541898 ], [ -75.150524904051906, 39.997990898197997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2140 N DARIEN ST", "addr_range": "2121-2125, 2129-2131 N 9TH ST; 2118-2124, 2134-2142 N DARIEN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 557, "objectid": 9236, "Shape__Area": 88.2890625, "Shape__Length": 43.834387442589176 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147503064908605, 39.9843515172469 ], [ -75.147495251226005, 39.984388592758698 ], [ -75.147642327780602, 39.984406339613201 ], [ -75.147646646273898, 39.984382774032099 ], [ -75.147649868401302, 39.984370886045603 ], [ -75.147503064908605, 39.9843515172469 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2142 N DARIEN ST", "addr_range": "2121-2125, 2129-2131 N 9TH ST; 2118-2124, 2134-2142 N DARIEN ST", "zipcode": 19122, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "14", "parcelarea": 545, "objectid": 9237, "Shape__Area": 86.421875, "Shape__Length": 43.610064186190868 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147487267998002, 39.984424682313097 ], [ -75.147635050293005, 39.984440978317203 ], [ -75.147638431108405, 39.984424918599998 ], [ -75.147642327780602, 39.984406339613201 ], [ -75.147495251226005, 39.984388592758698 ], [ -75.147487267998002, 39.984424682313097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2254 N 9TH ST", "addr_range": "2214-2254 N 9TH ST; 2251 N DELHI ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1384, "objectid": 9238, "Shape__Area": 219.3671875, "Shape__Length": 81.314872461416172 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147577033889107, 39.986517150298802 ], [ -75.147880157680603, 39.986557181588701 ], [ -75.147889731264002, 39.986513519848799 ], [ -75.147586321386399, 39.986473837095097 ], [ -75.147579090762804, 39.986507765956397 ], [ -75.147577033889107, 39.986517150298802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2803 N BAMBREY ST", "addr_range": "2801-2805 N BAMBREY ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 684, "objectid": 9239, "Shape__Area": 108.41015625, "Shape__Length": 49.325941542793188 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172760911254798, 39.998096135710703 ], [ -75.172928922853401, 39.998116011464603 ], [ -75.172937261035202, 39.998077446105903 ], [ -75.172769128200798, 39.998056939634402 ], [ -75.172760911254798, 39.998096135710703 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3136 N CARLISLE ST", "addr_range": "3132-3136 N CARLISLE ST", "zipcode": 19132, "district": "8", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 687, "objectid": 9240, "Shape__Area": 108.97265625, "Shape__Length": 49.782156176723738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.154188266752399, 40.000929063068803 ], [ -75.154179911889301, 40.000967254812203 ], [ -75.154350542974299, 40.000988829764701 ], [ -75.154352652135103, 40.000977512914503 ], [ -75.154358422105005, 40.000949932569597 ], [ -75.154188266752399, 40.000929063068803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2435 W THOMPSON ST", "addr_range": "2431-2435 W THOMPSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1404, "objectid": 9241, "Shape__Area": 222.4765625, "Shape__Length": 84.740457843107691 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.176393845807496, 39.975774418738801 ], [ -75.176448598658496, 39.975781530278603 ], [ -75.176499373482201, 39.975535263651601 ], [ -75.176445378632707, 39.975528088039901 ], [ -75.176393845807496, 39.975774418738801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2801 N BAMBREY ST", "addr_range": "2801-2805 N BAMBREY ST", "zipcode": 19132, "district": "4", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 669, "objectid": 9242, "Shape__Area": 106.1328125, "Shape__Length": 49.1633385419006 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172769128200798, 39.998056939634402 ], [ -75.172937261035202, 39.998077446105903 ], [ -75.172945440981096, 39.998039716037098 ], [ -75.172776657081599, 39.998018710213501 ], [ -75.172769128200798, 39.998056939634402 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2309 N SMEDLEY ST", "addr_range": "2305-2309 N SMEDLEY ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1123, "objectid": 9243, "Shape__Area": 178.05078125, "Shape__Length": 74.221748246420461 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159459666218595, 39.988820925883999 ], [ -75.159737659585403, 39.988858182312804 ], [ -75.159745917933805, 39.988819697046502 ], [ -75.1594673371998, 39.988782427377203 ], [ -75.159459666218595, 39.988820925883999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2307 N SMEDLEY ST", "addr_range": "2305-2309 N SMEDLEY ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 1087, "objectid": 9244, "Shape__Area": 172.39453125, "Shape__Length": 73.881099056943398 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1594673371998, 39.988782427377203 ], [ -75.159745917933805, 39.988819697046502 ], [ -75.159752938690005, 39.988783408460399 ], [ -75.159475231349504, 39.988744127625502 ], [ -75.1594673371998, 39.988782427377203 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "5532 HARMER ST", "addr_range": "5530-5532 HARMER ST", "zipcode": 19131, "district": "4", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "ACHIEV", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 764, "objectid": 9245, "Shape__Area": 121.04296875, "Shape__Length": 53.716496429562284 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2313235025956, 39.969221103895201 ], [ -75.231348027914507, 39.969365379047801 ], [ -75.231400098305997, 39.969360059133301 ], [ -75.231373467743595, 39.9692160594401 ], [ -75.2313235025956, 39.969221103895201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3330 N 20TH ST", "addr_range": "3328-3334 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": "Fall 2023", "numparcels": "4", "parcelarea": 1187, "objectid": 9246, "Shape__Area": 185.3125, "Shape__Length": 57.473118868244583 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161955479352301, 40.0053796884132 ], [ -75.1621240793, 40.005402639232997 ], [ -75.162138331132596, 40.005336708820202 ], [ -75.162037375396295, 40.005322488320097 ], [ -75.161971231648195, 40.005313404405896 ], [ -75.161955479352301, 40.0053796884132 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1006 W HUNTINGDON ST", "addr_range": "1000-1006 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1152, "objectid": 9247, "Shape__Area": 186.20703125, "Shape__Length": 65.722062184915259 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148874585675102, 39.991504275840001 ], [ -75.148938928281694, 39.991512988047198 ], [ -75.148975963328795, 39.991339442100902 ], [ -75.148911597122506, 39.9913303104018 ], [ -75.148874585675102, 39.991504275840001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3334 N 20TH ST", "addr_range": "3328-3334 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": "Fall 2023", "numparcels": "4", "parcelarea": 1483, "objectid": 9248, "Shape__Area": 235.26171875, "Shape__Length": 62.772851024735871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162004509761999, 40.005545168668803 ], [ -75.162089647432495, 40.005556404360902 ], [ -75.162108491696401, 40.005472813050503 ], [ -75.161940453330502, 40.0054499712802 ], [ -75.161921289226797, 40.005534232921001 ], [ -75.162004509761999, 40.005545168668803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3328 N 20TH ST", "addr_range": "3328-3334 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": "Fall 2023", "numparcels": "4", "parcelarea": 1204, "objectid": 9249, "Shape__Area": 189.20703125, "Shape__Length": 58.005753691033469 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161971231648195, 40.005313404405896 ], [ -75.162037375396295, 40.005322488320097 ], [ -75.162138331132596, 40.005336708820202 ], [ -75.1621550479109, 40.005268785060103 ], [ -75.1620736800635, 40.005257634388201 ], [ -75.161995596740596, 40.005247765061199 ], [ -75.161986386953799, 40.005245752712597 ], [ -75.161982041944995, 40.005266852055897 ], [ -75.161971231648195, 40.005313404405896 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3332 N 20TH ST", "addr_range": "3328-3334 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "CLC", "comm_ptnr": "Tioga United", "fmr_prgm": " ", "stabilized": "Fall 2023", "numparcels": "4", "parcelarea": 1196, "objectid": 9250, "Shape__Area": 196.2265625, "Shape__Length": 58.762261717892073 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161940453330502, 40.0054499712802 ], [ -75.162108491696401, 40.005472813050503 ], [ -75.1621240793, 40.005402639232997 ], [ -75.161955479352301, 40.0053796884132 ], [ -75.161954404562096, 40.005390271840398 ], [ -75.161940453330502, 40.0054499712802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2428 N 13TH ST", "addr_range": "2426-2428 N 13TH ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "Fall 2023", "numparcels": "2", "parcelarea": 696, "objectid": 9251, "Shape__Area": 116.07421875, "Shape__Length": 49.58746745985745 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153331082940198, 39.9897744130215 ], [ -75.1534948038408, 39.989796170544999 ], [ -75.1535037731839, 39.989753462437903 ], [ -75.153339455699594, 39.989731900464598 ], [ -75.1533377118418, 39.989740775691203 ], [ -75.153331082940198, 39.9897744130215 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2511 W DAUPHIN ST", "addr_range": "2511-2513 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "Fall 2023", "numparcels": "2", "parcelarea": 588, "objectid": 9252, "Shape__Area": 93.171875, "Shape__Length": 45.043894177405825 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174016225127104, 39.9902866347838 ], [ -75.173991128635606, 39.990402391350301 ], [ -75.174039432365106, 39.990409052694197 ], [ -75.174064534274706, 39.990293151177497 ], [ -75.174016225127104, 39.9902866347838 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2426 N 13TH ST", "addr_range": "2426-2428 N 13TH ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "CLC", "comm_ptnr": "MVMCDC", "fmr_prgm": "Former NPCCDC", "stabilized": "Fall 2023", "numparcels": "2", "parcelarea": 696, "objectid": 9253, "Shape__Area": 100.48046875, "Shape__Length": 47.89278783077765 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.153348211607295, 39.989695297346501 ], [ -75.153339455699594, 39.989731900464598 ], [ -75.1535037731839, 39.989753462437903 ], [ -75.153511932734503, 39.989716523253797 ], [ -75.153348211607295, 39.989695297346501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3028 W SUSQUEHANNA AVE", "addr_range": "3028 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "CLC", "comm_ptnr": "SMCDC", "fmr_prgm": " ", "stabilized": "Fall 2023", "numparcels": "2", "parcelarea": 898, "objectid": 9254, "Shape__Area": 142.234375, "Shape__Length": 58.44555031622204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182811928078806, 39.989651645059197 ], [ -75.182866236648294, 39.989659695699899 ], [ -75.1829017619891, 39.989503273948003 ], [ -75.182893195147301, 39.989502050687499 ], [ -75.1828471518117, 39.989495427411697 ], [ -75.182811928078806, 39.989651645059197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2513 W DAUPHIN ST", "addr_range": "2511-2513 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "CLC", "comm_ptnr": "ODAAT", "fmr_prgm": " ", "stabilized": "Fall 2023", "numparcels": "2", "parcelarea": 577, "objectid": 9255, "Shape__Area": 91.38671875, "Shape__Length": 44.800362647835776 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174064534274706, 39.990293151177497 ], [ -75.174039432365106, 39.990409052694197 ], [ -75.174087754997501, 39.990415246816298 ], [ -75.174111169806906, 39.990299629090202 ], [ -75.174064534274706, 39.990293151177497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2419 N NATRONA ST", "addr_range": "2415-2419 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 728, "objectid": 9256, "Shape__Area": 115.44921875, "Shape__Length": 51.461335730412799 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184613276476696, 39.993587236106698 ], [ -75.184790408604997, 39.9936090077329 ], [ -75.184798628291702, 39.993570036270697 ], [ -75.1846221725406, 39.993547604014701 ], [ -75.184613276476696, 39.993587236106698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3418 N 21ST ST", "addr_range": "3416-3418 N 21ST ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1597, "objectid": 9257, "Shape__Area": 253.29296875, "Shape__Length": 89.285901322077933 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163599105884401, 40.006687100774798 ], [ -75.163680186289398, 40.0066970509017 ], [ -75.163753463013293, 40.006707133325101 ], [ -75.163791794213395, 40.006713380368403 ], [ -75.163934218010695, 40.006731934692901 ], [ -75.163944075244501, 40.006686134689801 ], [ -75.163897203745805, 40.006679517821397 ], [ -75.163783301909803, 40.006666166895499 ], [ -75.163740609459595, 40.006658789940403 ], [ -75.163608523200693, 40.006641289983797 ], [ -75.163599105884401, 40.006687100774798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2330 N FAWN ST", "addr_range": "2328-2332 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 647, "objectid": 9258, "Shape__Area": 102.5390625, "Shape__Length": 48.287948917540703 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152540901912701, 39.988328455635802 ], [ -75.152706169257698, 39.988348058088803 ], [ -75.152714230288396, 39.9883104553764 ], [ -75.152548379333396, 39.988291291135901 ], [ -75.152540901912701, 39.988328455635802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2257 N CAMAC ST", "addr_range": "1214-1220 W DAUPHIN ST; 2253-2257 N CAMAC ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1383, "objectid": 9259, "Shape__Area": 219.23828125, "Shape__Length": 74.962932841446289 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152812338646697, 39.9872224218946 ], [ -75.152868671348998, 39.987229637040599 ], [ -75.152922573771903, 39.987236539475298 ], [ -75.152933485892305, 39.987186830303102 ], [ -75.152665758029798, 39.987153175497099 ], [ -75.152654571528302, 39.987201845871198 ], [ -75.152655197515998, 39.987201924910799 ], [ -75.152706988729193, 39.9872082868132 ], [ -75.152759373335698, 39.987215549623798 ], [ -75.152812338646697, 39.9872224218946 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3322 N GRATZ ST", "addr_range": "3320-3322 N GRATZ ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1111, "objectid": 9260, "Shape__Area": 176.26953125, "Shape__Length": 72.986643356761491 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159661517515403, 40.004682836590398 ], [ -75.159933645091201, 40.004721166967201 ], [ -75.1599418449089, 40.004682052338801 ], [ -75.159670309659106, 40.004644169632599 ], [ -75.159661517515403, 40.004682836590398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1917 N 20TH ST", "addr_range": "1911-1921 N 20TH ST; 1912-1914 N UBER ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1485, "objectid": 9261, "Shape__Area": 235.38671875, "Shape__Length": 90.881896978106823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166212300363398, 39.983383294621902 ], [ -75.166561846401706, 39.983430770326997 ], [ -75.166570159428403, 39.983390173916902 ], [ -75.166405444339304, 39.983367832147003 ], [ -75.166221255728303, 39.9833429064117 ], [ -75.166212300363398, 39.983383294621902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3320 N GRATZ ST", "addr_range": "3320-3322 N GRATZ ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1199, "objectid": 9262, "Shape__Area": 190.19921875, "Shape__Length": 73.799984659169866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159670309659106, 40.004644169632599 ], [ -75.1599418449089, 40.004682052338801 ], [ -75.159950654776296, 40.004639630327503 ], [ -75.159679322135801, 40.004602429774103 ], [ -75.159670309659106, 40.004644169632599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "715 W CUMBERLAND ST", "addr_range": "715-717 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 952, "objectid": 9263, "Shape__Area": 150.8984375, "Shape__Length": 68.496202023628513 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144910431274596, 39.989805667036102 ], [ -75.144956068148204, 39.989811878305503 ], [ -75.144997888960802, 39.989614342429498 ], [ -75.144951573476106, 39.989608358146398 ], [ -75.144910431274596, 39.989805667036102 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2550 N DOVER ST", "addr_range": "2550-2552 N DOVER ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 700, "objectid": 9264, "Shape__Area": 111.078125, "Shape__Length": 50.698278676525433 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178475494574201, 39.994952982806304 ], [ -75.178649853109206, 39.9949777642695 ], [ -75.178658221509707, 39.994938861370301 ], [ -75.178484021958894, 39.994915421480599 ], [ -75.178475494574201, 39.994952982806304 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2511 W DAKOTA ST", "addr_range": "2511 W DAKOTA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 590, "objectid": 9265, "Shape__Area": 93.6484375, "Shape__Length": 44.886380882601856 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173909693271796, 39.990726569796401 ], [ -75.173958123315998, 39.9907337980382 ], [ -75.173982931959998, 39.990618470205 ], [ -75.173933352187106, 39.990612247827201 ], [ -75.173909693271796, 39.990726569796401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2138 N LAMBERT ST", "addr_range": "2134-2138 N LAMBERT ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 835, "objectid": 9266, "Shape__Area": 132.37109375, "Shape__Length": 57.290736402765965 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167191451529206, 39.987036194510303 ], [ -75.167393774075506, 39.987063379886202 ], [ -75.167397736008198, 39.987047381422101 ], [ -75.167402390114603, 39.987024208436999 ], [ -75.167200197830894, 39.986996865624398 ], [ -75.167191451529206, 39.987036194510303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2622 W ARIZONA ST", "addr_range": "2622-2632 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 638, "objectid": 9267, "Shape__Area": 101.16015625, "Shape__Length": 46.611168025830601 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175683462249395, 39.991544177242702 ], [ -75.175734795352597, 39.991550551696101 ], [ -75.175759866919407, 39.991431553311301 ], [ -75.175708960944803, 39.991424914539003 ], [ -75.175683462249395, 39.991544177242702 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1248 W HAZZARD ST", "addr_range": "1246-1248 W HAZZARD ST; 1245-1247 W SERGEANT ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 622, "objectid": 9268, "Shape__Area": 98.6875, "Shape__Length": 47.194259885849675 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152483101746995, 39.991611430858597 ], [ -75.152530905144602, 39.991618623359898 ], [ -75.152557924989296, 39.991495175328701 ], [ -75.152509819019201, 39.991488300356203 ], [ -75.152483101746995, 39.991611430858597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2611 W HAROLD ST", "addr_range": "2611-29 W HAROLD ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 991, "objectid": 9269, "Shape__Area": 157.09375, "Shape__Length": 64.919800916207578 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174457261535395, 39.995755977032502 ], [ -75.174508713678605, 39.995767077740901 ], [ -75.174546017061004, 39.995584262302302 ], [ -75.174493220886006, 39.995578208654898 ], [ -75.174457261535395, 39.995755977032502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "719 W CUMBERLAND ST", "addr_range": "719-727 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1081, "objectid": 9270, "Shape__Area": 171.32421875, "Shape__Length": 68.758765002281336 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145148999885706, 39.9898320870467 ], [ -75.145202650804904, 39.989839139641099 ], [ -75.145243430859196, 39.9896468834826 ], [ -75.145202740305507, 39.989641205356001 ], [ -75.145190086944595, 39.989639435114803 ], [ -75.145148999885706, 39.9898320870467 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2619 N NAPA ST", "addr_range": "2619-2621 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 738, "objectid": 9271, "Shape__Area": 117.0546875, "Shape__Length": 51.526580063363852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182368022737805, 39.9963760257396 ], [ -75.182543624107893, 39.996398490854801 ], [ -75.182551300338105, 39.996358444174099 ], [ -75.182374828011703, 39.996335717215104 ], [ -75.182368022737805, 39.9963760257396 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2000 W ONTARIO ST", "addr_range": "2000-2006 W ONTARIO ST; 3328-3334 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 2772, "objectid": 9272, "Shape__Area": 439.609375, "Shape__Length": 113.90389460652293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161921289226797, 40.005534232921001 ], [ -75.161906451608999, 40.005601231325102 ], [ -75.161904900469395, 40.005607805306298 ], [ -75.161900451291899, 40.00563381824 ], [ -75.161877575721505, 40.005734019867099 ], [ -75.161875686412998, 40.005743471276297 ], [ -75.161850740257293, 40.0058579082188 ], [ -75.161932464317204, 40.005867938991699 ], [ -75.161985472438801, 40.005626628315298 ], [ -75.1619872990956, 40.005612273066603 ], [ -75.162004509761999, 40.005545168668803 ], [ -75.161921289226797, 40.005534232921001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2628 W ARIZONA ST", "addr_range": "2622-2632 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 692, "objectid": 9273, "Shape__Area": 109.79296875, "Shape__Length": 47.629662265393023 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175826690362797, 39.991562284101001 ], [ -75.175882279338794, 39.991569736937201 ], [ -75.175907370231798, 39.991450191144096 ], [ -75.1758522236114, 39.991443215863498 ], [ -75.175826690362797, 39.991562284101001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2621 N NAPA ST", "addr_range": "2619-2621 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 719, "objectid": 9274, "Shape__Area": 114.06640625, "Shape__Length": 51.378134868706809 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182357774844803, 39.996414805731803 ], [ -75.182451421294203, 39.996426363702803 ], [ -75.182535011281303, 39.996437839928198 ], [ -75.182543624107893, 39.996398490854801 ], [ -75.182368022737805, 39.9963760257396 ], [ -75.182357774844803, 39.996414805731803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2317 W HUNTINGDON ST", "addr_range": "2317 W HUNTINGDON ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1236, "objectid": 9275, "Shape__Area": 195.890625, "Shape__Length": 77.526869374476448 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170095055018606, 39.994383345124298 ], [ -75.170042045780704, 39.994376334042002 ], [ -75.169997099623302, 39.994595633333702 ], [ -75.169996353247797, 39.994599275573698 ], [ -75.170049135706904, 39.994606216703197 ], [ -75.170049879677805, 39.994602606845298 ], [ -75.170095055018606, 39.994383345124298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1010 W HUNTINGDON ST", "addr_range": "1010 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1022, "objectid": 9276, "Shape__Area": 162.05078125, "Shape__Length": 64.504269560069829 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149143193720903, 39.991358302927097 ], [ -75.149106400040395, 39.991534305160997 ], [ -75.149160252458302, 39.991542747101299 ], [ -75.149199406067396, 39.991365316149 ], [ -75.149143193720903, 39.991358302927097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 PAGE ST", "addr_range": "2239-2241 PAGE ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 986, "objectid": 9277, "Shape__Area": 156.3671875, "Shape__Length": 63.024809347516189 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1712072336977, 39.985825302998101 ], [ -75.171261683873595, 39.9858328136933 ], [ -75.171298901139807, 39.985660651722903 ], [ -75.171244193943494, 39.985653281231599 ], [ -75.1712072336977, 39.985825302998101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2332 N FAWN ST", "addr_range": "2328-2332 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 660, "objectid": 9278, "Shape__Area": 104.6953125, "Shape__Length": 48.46680637538843 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152532007799806, 39.988366490895302 ], [ -75.152697016826707, 39.988386265014199 ], [ -75.152706169257698, 39.988348058088803 ], [ -75.152540901912701, 39.988328455635802 ], [ -75.152532007799806, 39.988366490895302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2452 GERMANTOWN AVE", "addr_range": "2452-2458 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1418, "objectid": 9279, "Shape__Area": 224.7109375, "Shape__Length": 96.225409905054519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147458015138199, 39.989610314631697 ], [ -75.147485295461294, 39.989647637169298 ], [ -75.147668992387096, 39.989570816735601 ], [ -75.147827738426102, 39.989591696522801 ], [ -75.147833142066801, 39.989564947001199 ], [ -75.147674181988407, 39.9895431433265 ], [ -75.147665845096995, 39.989541955073598 ], [ -75.147631130985999, 39.989537251262902 ], [ -75.147614127053799, 39.989543490029803 ], [ -75.147458015138199, 39.989610314631697 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1830 W ONTARIO ST", "addr_range": "3345-3351 N 19TH ST; 1826-1830 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1641, "objectid": 9280, "Shape__Area": 260.25390625, "Shape__Length": 94.184933388609252 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159703532882702, 40.005577646771101 ], [ -75.159760831694797, 40.005585597177401 ], [ -75.159819153835201, 40.005308506234201 ], [ -75.159763120505403, 40.005302002603401 ], [ -75.159703532882702, 40.005577646771101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2343 N FAWN ST", "addr_range": "2341-2343 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 675, "objectid": 9281, "Shape__Area": 106.984375, "Shape__Length": 48.817613424721713 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152227787391197, 39.988479699840099 ], [ -75.152219558933098, 39.988518425910001 ], [ -75.152385201281305, 39.9885391978166 ], [ -75.152393464315594, 39.988500116616997 ], [ -75.152227787391197, 39.988479699840099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1912 N UBER ST", "addr_range": "1911-1921 N 20TH ST; 1912-1914 N UBER ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1082, "objectid": 9282, "Shape__Area": 171.453125, "Shape__Length": 70.65711146309549 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165961263607201, 39.983234530859903 ], [ -75.166221617136998, 39.983270600886897 ], [ -75.166231190744199, 39.983231048320697 ], [ -75.165969524871102, 39.983195303763999 ], [ -75.165961263607201, 39.983234530859903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2443 N DELHI ST", "addr_range": "2441-2443 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 599, "objectid": 9283, "Shape__Area": 94.98828125, "Shape__Length": 46.758096851177228 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147689700859203, 39.989472857888799 ], [ -75.147850142608405, 39.9894937436597 ], [ -75.147857815111095, 39.989458712038498 ], [ -75.147697119251703, 39.989436756410001 ], [ -75.147689700859203, 39.989472857888799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2134 N LAMBERT ST", "addr_range": "2134-2138 N LAMBERT ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 873, "objectid": 9284, "Shape__Area": 138.375, "Shape__Length": 57.846554863668239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167209322657797, 39.986955868468002 ], [ -75.167411076620994, 39.986983122114999 ], [ -75.167420956860298, 39.986942093287901 ], [ -75.167218456095299, 39.986914613814697 ], [ -75.167217821558907, 39.986921966230803 ], [ -75.167209322657797, 39.986955868468002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "721 W CUMBERLAND ST", "addr_range": "719-727 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1058, "objectid": 9285, "Shape__Area": 167.7734375, "Shape__Length": 68.421770836905466 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145243431446204, 39.989646868178603 ], [ -75.145202650804904, 39.989839139641099 ], [ -75.145255699104993, 39.989845534304301 ], [ -75.1452956107087, 39.989653499895802 ], [ -75.145243431446204, 39.989646868178603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2239 W NORRIS ST", "addr_range": "2233-2241 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1219, "objectid": 9286, "Shape__Area": 193.26171875, "Shape__Length": 73.028590180052547 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171253794551305, 39.985347447009701 ], [ -75.171310344732106, 39.985354858910597 ], [ -75.171354268708797, 39.9851506084552 ], [ -75.171297122313902, 39.985142893049897 ], [ -75.171253794551305, 39.985347447009701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3349 N 19TH ST", "addr_range": "3345-3351 N 19TH ST; 1826-1830 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1558, "objectid": 9287, "Shape__Area": 247.046875, "Shape__Length": 88.040980225786114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1597934768633, 40.005496400585997 ], [ -75.159784502943793, 40.005540414587003 ], [ -75.160114975356393, 40.0055840919565 ], [ -75.160125854861107, 40.005538524321899 ], [ -75.1597934768633, 40.005496400585997 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2632 W ARIZONA ST", "addr_range": "2622-2632 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 600, "objectid": 9288, "Shape__Area": 95.171875, "Shape__Length": 45.979791745854449 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175957452633298, 39.991456956421302 ], [ -75.175931847182198, 39.9915762654311 ], [ -75.175980188789794, 39.991582571785898 ], [ -75.176005045316899, 39.9914630855924 ], [ -75.175957452633298, 39.991456956421302 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2344 N FAWN ST", "addr_range": "2336-2344 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 689, "objectid": 9289, "Shape__Area": 109.21484375, "Shape__Length": 50.372479718958694 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152649389287404, 39.988610172541399 ], [ -75.152656363268704, 39.988611957600902 ], [ -75.152664636651494, 39.988573183866798 ], [ -75.152657788068296, 39.988571948563802 ], [ -75.152491139865901, 39.988552266147899 ], [ -75.152490353515702, 39.988555828100097 ], [ -75.152482935453506, 39.988589785412202 ], [ -75.152649389287404, 39.988610172541399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2341 N FAWN ST", "addr_range": "2341-2343 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 660, "objectid": 9290, "Shape__Area": 104.6796875, "Shape__Length": 48.550990793584887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152236218056899, 39.988441750519698 ], [ -75.152227787391197, 39.988479699840099 ], [ -75.152393464315594, 39.988500116616997 ], [ -75.152401716243801, 39.9884619379866 ], [ -75.152236218056899, 39.988441750519698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2255 N CAMAC ST", "addr_range": "1214-1220 W DAUPHIN ST; 2253-2257 N CAMAC ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1242, "objectid": 9291, "Shape__Area": 196.92578125, "Shape__Length": 73.478275379886924 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152665758029798, 39.987153175497099 ], [ -75.152933485892305, 39.987186830303102 ], [ -75.152942804076204, 39.987143178653596 ], [ -75.152674958259496, 39.987108263373699 ], [ -75.152665758029798, 39.987153175497099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2328 N FAWN ST", "addr_range": "2328-2332 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 661, "objectid": 9292, "Shape__Area": 104.8515625, "Shape__Length": 48.58421759103534 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152548379333396, 39.988291291135901 ], [ -75.152714230288396, 39.9883104553764 ], [ -75.152722793256601, 39.988272316202497 ], [ -75.152556812276103, 39.988253246339802 ], [ -75.152548379333396, 39.988291291135901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2336 N FAWN ST", "addr_range": "2336-2344 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 612, "objectid": 9293, "Shape__Area": 97.0703125, "Shape__Length": 47.71664087821182 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152516949381507, 39.988437432421001 ], [ -75.152682175179706, 39.988458709857497 ], [ -75.152689784290601, 39.988423031407201 ], [ -75.152524346047002, 39.988402410519697 ], [ -75.152516949381507, 39.988437432421001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "725 W CUMBERLAND ST", "addr_range": "719-727 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1094, "objectid": 9294, "Shape__Area": 173.4765625, "Shape__Length": 68.790986436963479 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145309041323998, 39.989852450996899 ], [ -75.145362359380101, 39.9898600284656 ], [ -75.1453633166673, 39.989857486784302 ], [ -75.145402967281697, 39.989667881882497 ], [ -75.145348294341204, 39.989660144836797 ], [ -75.145309041323998, 39.989852450996899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1013 W HUNTINGDON ST", "addr_range": "1011-1015 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1002, "objectid": 9295, "Shape__Area": 158.94921875, "Shape__Length": 65.680814193526388 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148647600854702, 39.9918138084834 ], [ -75.148701116022806, 39.9918206310671 ], [ -75.148740883631405, 39.991637604406897 ], [ -75.148689775640094, 39.991631368895902 ], [ -75.148647600854702, 39.9918138084834 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2402 N GRATZ ST", "addr_range": "2402 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 800, "objectid": 9296, "Shape__Area": 126.91015625, "Shape__Length": 53.129322119434264 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163142522488499, 39.9905112488904 ], [ -75.163149170263594, 39.990512783576698 ], [ -75.163158226255902, 39.990469303732702 ], [ -75.1631520299089, 39.990468003573902 ], [ -75.162987816056102, 39.990446376762101 ], [ -75.162978849669898, 39.990445191659902 ], [ -75.1629697641403, 39.990486768782198 ], [ -75.162975891611794, 39.990487632207902 ], [ -75.163142522488499, 39.9905112488904 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2260 N 10TH ST", "addr_range": "2258-2260 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1536, "objectid": 9297, "Shape__Area": 243.4296875, "Shape__Length": 84.712934596408104 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149108302693605, 39.986883414863399 ], [ -75.149099215810296, 39.986930230474897 ], [ -75.149412664847006, 39.986972136900903 ], [ -75.149423075614806, 39.986925736903203 ], [ -75.149108302693605, 39.986883414863399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1228 W HAROLD ST", "addr_range": "1228 W HAROLD ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 568, "objectid": 9298, "Shape__Area": 90.04296875, "Shape__Length": 43.718998354699423 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151880430696295, 39.992348076447797 ], [ -75.151928598358495, 39.992354486339899 ], [ -75.151935638191105, 39.992319471705201 ], [ -75.151950735356394, 39.992248627518002 ], [ -75.151951908777903, 39.992243125425396 ], [ -75.151942529996603, 39.992241235442201 ], [ -75.151903518025904, 39.9922365167725 ], [ -75.151902323533093, 39.992242018387699 ], [ -75.151893026128107, 39.992285091091397 ], [ -75.151887125837206, 39.992312763885202 ], [ -75.151880430696295, 39.992348076447797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2368 N GRATZ ST", "addr_range": "2366-2368 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 822, "objectid": 9299, "Shape__Area": 130.33203125, "Shape__Length": 51.332547252814074 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163191066685201, 39.990246993832599 ], [ -75.1630248507403, 39.9902256931585 ], [ -75.1630160214836, 39.990272628994099 ], [ -75.163180773949307, 39.990294927457398 ], [ -75.163191066685201, 39.990246993832599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2454 GERMANTOWN AVE", "addr_range": "2452-2458 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1435, "objectid": 9300, "Shape__Area": 227.54296875, "Shape__Length": 89.64782959063055 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147820092045507, 39.989623875203399 ], [ -75.147827738426102, 39.989591696522801 ], [ -75.147668992387096, 39.989570816735601 ], [ -75.147485295461294, 39.989647637169298 ], [ -75.147512526962103, 39.989686234437698 ], [ -75.147707784669393, 39.989607449650201 ], [ -75.147820092045507, 39.989623875203399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2415 N NATRONA ST", "addr_range": "2415-2419 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 723, "objectid": 9301, "Shape__Area": 114.6640625, "Shape__Length": 51.346129487115981 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1846300751303, 39.993509834629897 ], [ -75.184806669369294, 39.993531947409501 ], [ -75.184814760072598, 39.993493102809197 ], [ -75.184638354630394, 39.993470429326599 ], [ -75.1846300751303, 39.993509834629897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2624 W ARIZONA ST", "addr_range": "2622-2632 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 603, "objectid": 9302, "Shape__Area": 95.57421875, "Shape__Length": 46.013708710242462 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175759866919407, 39.991431553311301 ], [ -75.175734795352597, 39.991550551696101 ], [ -75.175782849577203, 39.991557238223699 ], [ -75.175808155638407, 39.991437552211103 ], [ -75.175759866919407, 39.991431553311301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2527 W DAKOTA ST", "addr_range": "2527-2529 W DAKOTA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 567, "objectid": 9303, "Shape__Area": 89.88671875, "Shape__Length": 44.429765532018763 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174341392103599, 39.9906651374083 ], [ -75.174318804878894, 39.990780499837399 ], [ -75.1743652028605, 39.990786054176503 ], [ -75.174389283719805, 39.990671644289201 ], [ -75.174341392103599, 39.9906651374083 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2021-23 N CROSKEY ST", "addr_range": "2021-23 N CROSKEY ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4191, "objectid": 9304, "Shape__Area": 664.03515625, "Shape__Length": 104.21866007090811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.170160874318896, 39.985923573181601 ], [ -75.170426284697101, 39.985958167578701 ], [ -75.170458342194607, 39.985807684481998 ], [ -75.1701933760842, 39.9857730037237 ], [ -75.1701769068804, 39.985847977201402 ], [ -75.170160874318896, 39.985923573181601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1826 W ONTARIO ST", "addr_range": "3345-3351 N 19TH ST; 1826-1830 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1666, "objectid": 9305, "Shape__Area": 264.15234375, "Shape__Length": 93.921979254985956 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159589213975394, 40.005562057605097 ], [ -75.159646686798396, 40.005569899368297 ], [ -75.159706044148606, 40.005294799649398 ], [ -75.159648694460003, 40.005287605816697 ], [ -75.159615990177102, 40.005434945417598 ], [ -75.159589213975394, 40.005562057605097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1111 W NEVADA ST", "addr_range": "1111-1113 W NEVADA ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 743, "objectid": 9306, "Shape__Area": 117.83984375, "Shape__Length": 58.1154116909089 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151075846859797, 39.9869409451926 ], [ -75.151119126329604, 39.986946309567301 ], [ -75.151155162986896, 39.9867822354094 ], [ -75.151112057691606, 39.986776729925701 ], [ -75.151075846859797, 39.9869409451926 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2235 W NORRIS ST", "addr_range": "2233-2241 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1191, "objectid": 9307, "Shape__Area": 188.8046875, "Shape__Length": 72.78197160684789 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171139432379604, 39.985332786687103 ], [ -75.171195301859001, 39.985339894124699 ], [ -75.171239076252704, 39.985135705217601 ], [ -75.171184032045005, 39.9851278748068 ], [ -75.171139432379604, 39.985332786687103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2615 W HAROLD ST", "addr_range": "2611-29 W HAROLD ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1091, "objectid": 9308, "Shape__Area": 173.00390625, "Shape__Length": 68.089493652157714 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174557570316793, 39.995778103973898 ], [ -75.174562179524401, 39.995778675013298 ], [ -75.174612512655997, 39.9957894433227 ], [ -75.174622247217798, 39.995742753233799 ], [ -75.174651079333501, 39.995598176774401 ], [ -75.174596893420301, 39.995591174765103 ], [ -75.174557570316793, 39.995778103973898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3416 N 21ST ST", "addr_range": "3416-3418 N 21ST ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1621, "objectid": 9309, "Shape__Area": 257.05859375, "Shape__Length": 89.29173540058224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163619023605193, 40.006595681993304 ], [ -75.163608523200693, 40.006641289983797 ], [ -75.163740609459595, 40.006658789940403 ], [ -75.163783301909803, 40.006666166895499 ], [ -75.163897203745805, 40.006679517821397 ], [ -75.163944075244501, 40.006686134689801 ], [ -75.163954146981993, 40.006640178236097 ], [ -75.163619023605193, 40.006595681993304 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2310 N FAWN ST", "addr_range": "2308-2310 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 676, "objectid": 9310, "Shape__Area": 107.15625, "Shape__Length": 49.716480738790636 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152787191749496, 39.987967092778803 ], [ -75.152792790010295, 39.987967573561001 ], [ -75.152800559903, 39.987930995922603 ], [ -75.152800819901699, 39.987929680011398 ], [ -75.152795940127405, 39.987929585806697 ], [ -75.152629931517893, 39.9879085646999 ], [ -75.152621794963295, 39.987946488262502 ], [ -75.152787191749496, 39.987967092778803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1113 W DAUPHIN ST", "addr_range": "1113 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 923, "objectid": 9311, "Shape__Area": 146.359375, "Shape__Length": 67.567130594752584 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151222259708504, 39.987339810686599 ], [ -75.151187650139306, 39.987471548057997 ], [ -75.151225577829706, 39.987551024387898 ], [ -75.151271370834607, 39.987346112553098 ], [ -75.151222259708504, 39.987339810686599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2415 N 20TH ST", "addr_range": "2413-2415 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1074, "objectid": 9312, "Shape__Area": 170.2578125, "Shape__Length": 66.369107197942824 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164691746015805, 39.990929918314698 ], [ -75.164685552876904, 39.990929085939399 ], [ -75.164680049563501, 39.990928349291799 ], [ -75.164674277135703, 39.990955542559597 ], [ -75.164670627320206, 39.9909715966322 ], [ -75.164676214905796, 39.990972335178299 ], [ -75.164682659067296, 39.990973189426299 ], [ -75.164908234951298, 39.991003127301397 ], [ -75.164917476275903, 39.990960197532701 ], [ -75.164691746015805, 39.990929918314698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "723 W CUMBERLAND ST", "addr_range": "719-727 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1067, "objectid": 9313, "Shape__Area": 169.109375, "Shape__Length": 68.500202094474247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145255699104993, 39.989845534304301 ], [ -75.145309041323998, 39.989852450996899 ], [ -75.145348294341204, 39.989660144836797 ], [ -75.1452956107087, 39.989653499895802 ], [ -75.145255699104993, 39.989845534304301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2523 W GORDON ST", "addr_range": "2523 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 814, "objectid": 9314, "Shape__Area": 129.14453125, "Shape__Length": 52.899103263309307 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174174337189399, 39.991076924681401 ], [ -75.174146102177403, 39.991212453842699 ], [ -75.174203341915799, 39.9912200427584 ], [ -75.174231622367103, 39.991083868579302 ], [ -75.174174337189399, 39.991076924681401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 W NORRIS ST", "addr_range": "2233-2241 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1187, "objectid": 9315, "Shape__Area": 188.1875, "Shape__Length": 72.708235415654102 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171354268708797, 39.9851506084552 ], [ -75.171310344732106, 39.985354858910597 ], [ -75.171365673415096, 39.985362420838698 ], [ -75.171406280117793, 39.985173779775401 ], [ -75.171410255610198, 39.985158506815999 ], [ -75.171354268708797, 39.9851506084552 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2153 N STANLEY ST", "addr_range": "2153 N STANLEY ST; 3028 W SUSQUEHANNA AVE", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 698, "objectid": 9316, "Shape__Area": 110.625, "Shape__Length": 51.855704722894671 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182894737369807, 39.9894939445566 ], [ -75.182903493833095, 39.989495140522699 ], [ -75.182911497514198, 39.989458614191598 ], [ -75.1827296112521, 39.989433752530601 ], [ -75.182722044489097, 39.989470400348999 ], [ -75.182894737369807, 39.9894939445566 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1915 N 20TH ST", "addr_range": "1911-1921 N 20TH ST; 1912-1914 N UBER ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1479, "objectid": 9317, "Shape__Area": 234.32421875, "Shape__Length": 90.754203224096628 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166221255728303, 39.9833429064117 ], [ -75.166405444339304, 39.983367832147003 ], [ -75.166570159428403, 39.983390173916902 ], [ -75.166576512696906, 39.9833619304558 ], [ -75.166579087105603, 39.983350446405296 ], [ -75.166230628563795, 39.983302012219099 ], [ -75.166221255728303, 39.9833429064117 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1218 W DAUPHIN ST", "addr_range": "1214-1220 W DAUPHIN ST; 2253-2257 N CAMAC ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1051, "objectid": 9318, "Shape__Area": 166.66015625, "Shape__Length": 65.142311956904521 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152868671348998, 39.987229637040599 ], [ -75.152812338646697, 39.9872224218946 ], [ -75.152810631760701, 39.987230330256402 ], [ -75.1527738680429, 39.987400466667196 ], [ -75.152830213763195, 39.987407590219398 ], [ -75.152868671348998, 39.987229637040599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1919 N 20TH ST", "addr_range": "1911-1921 N 20TH ST; 1912-1914 N UBER ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1502, "objectid": 9319, "Shape__Area": 238.04296875, "Shape__Length": 91.127087609658005 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166202684334706, 39.9834240229576 ], [ -75.166552663947996, 39.983471652609701 ], [ -75.166561846401706, 39.983430770326997 ], [ -75.166212300363398, 39.983383294621902 ], [ -75.166202684334706, 39.9834240229576 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2638 N SARTAIN ST", "addr_range": "2638-2640 N SARTAIN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 577, "objectid": 9320, "Shape__Area": 91.51953125, "Shape__Length": 43.761432398930239 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150537761562404, 39.992645071374497 ], [ -75.150681612514802, 39.992665399765897 ], [ -75.150689654498805, 39.992626684874899 ], [ -75.150546249518598, 39.992607285631401 ], [ -75.150537761562404, 39.992645071374497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1038 W DAUPHIN ST", "addr_range": "1038 W DAUPHIN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1008, "objectid": 9321, "Shape__Area": 159.72265625, "Shape__Length": 65.393936177878942 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1501787340965, 39.987074072870598 ], [ -75.150232130315899, 39.9870806344369 ], [ -75.150270100075005, 39.986907673387897 ], [ -75.150271839961206, 39.986899491894803 ], [ -75.150219359263403, 39.986892548325997 ], [ -75.1501787340965, 39.987074072870598 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1216 W DAUPHIN ST", "addr_range": "1214-1220 W DAUPHIN ST; 2253-2257 N CAMAC ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 992, "objectid": 9322, "Shape__Area": 157.1953125, "Shape__Length": 64.460339392136945 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152720638857105, 39.9873938136652 ], [ -75.152773865702201, 39.987400466614197 ], [ -75.152810631760701, 39.987230330256402 ], [ -75.152812338646697, 39.9872224218946 ], [ -75.152759373335698, 39.987215549623798 ], [ -75.152757665824097, 39.9872234741892 ], [ -75.152720638857105, 39.9873938136652 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2316 N FAWN ST", "addr_range": "2314-2322 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 662, "objectid": 9323, "Shape__Area": 104.93359375, "Shape__Length": 49.559958583266038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152763161792706, 39.988081966823501 ], [ -75.152763972593903, 39.9880827267096 ], [ -75.152768347340896, 39.988082825705497 ], [ -75.152776171718102, 39.988045926736497 ], [ -75.152770580853399, 39.988045252402003 ], [ -75.152604918657303, 39.988025028396798 ], [ -75.152596938634304, 39.988062166207897 ], [ -75.152763161792706, 39.988081966823501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1243 W HAROLD ST", "addr_range": "1243-1245 W HAROLD ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 629, "objectid": 9324, "Shape__Area": 99.8125, "Shape__Length": 46.486585996984346 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152179320599103, 39.992594286377503 ], [ -75.152228789690199, 39.992601192321501 ], [ -75.152241723459298, 39.9925392462576 ], [ -75.152253996230002, 39.992481380363799 ], [ -75.152203292008096, 39.992475008710599 ], [ -75.152190502461394, 39.992536491307199 ], [ -75.152179320599103, 39.992594286377503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "727 W CUMBERLAND ST", "addr_range": "719-727 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1036, "objectid": 9325, "Shape__Area": 164.16015625, "Shape__Length": 67.550157372410382 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.145402967281697, 39.989667881882497 ], [ -75.1453633166673, 39.989857486784302 ], [ -75.145416408412402, 39.989864398643597 ], [ -75.145454112044803, 39.989674732426202 ], [ -75.145402967281697, 39.989667881882497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2403 N NEWKIRK ST", "addr_range": "2403 N NEWKIRK ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 696, "objectid": 9326, "Shape__Area": 110.30078125, "Shape__Length": 51.868301885450947 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178230388110407, 39.992458890761803 ], [ -75.178237813289499, 39.992459831094898 ], [ -75.178412587619206, 39.992481721126197 ], [ -75.178420789562296, 39.992445569807401 ], [ -75.178245801181802, 39.992423240703303 ], [ -75.178238312212699, 39.992422283624101 ], [ -75.178237597098899, 39.992425700454099 ], [ -75.178230388110407, 39.992458890761803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 N 12TH ST", "addr_range": "2241 N 12TH ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1190, "objectid": 9327, "Shape__Area": 188.640625, "Shape__Length": 72.275680285786962 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151873258070793, 39.986974087504898 ], [ -75.1518840163248, 39.986975539306599 ], [ -75.152137034640504, 39.987009654108903 ], [ -75.152146457529298, 39.986966585139001 ], [ -75.151893660624097, 39.9869327186411 ], [ -75.151882735674704, 39.986931245947297 ], [ -75.151873258070793, 39.986974087504898 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2320 N FAWN ST", "addr_range": "2314-2322 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 687, "objectid": 9328, "Shape__Area": 109.00390625, "Shape__Length": 50.009473419540811 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152747277235306, 39.988157580382797 ], [ -75.152748011140403, 39.988158145710898 ], [ -75.152752258973393, 39.988158837408797 ], [ -75.152759913662706, 39.988122547293599 ], [ -75.152760399031607, 39.988120269688999 ], [ -75.152755211655801, 39.9881194585194 ], [ -75.1525890099973, 39.9880990628074 ], [ -75.152581037754203, 39.988137650533197 ], [ -75.152747277235306, 39.988157580382797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1944 W HILTON ST", "addr_range": "1942-1946 W HILTON ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 534, "objectid": 9329, "Shape__Area": 84.671875, "Shape__Length": 41.522961064091405 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161989088225297, 40.003240344799899 ], [ -75.161967295853302, 40.003343536094299 ], [ -75.162016425656802, 40.003349673117597 ], [ -75.162038819977695, 40.003246640448801 ], [ -75.161989088225297, 40.003240344799899 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1911 N 20TH ST", "addr_range": "1911-1921 N 20TH ST; 1912-1914 N UBER ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1442, "objectid": 9330, "Shape__Area": 228.56640625, "Shape__Length": 90.271494582950169 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1662398337903, 39.983261613414903 ], [ -75.166587368574596, 39.983310155628999 ], [ -75.166596314557793, 39.983269977120102 ], [ -75.166515465704705, 39.983259038014999 ], [ -75.166457184715796, 39.983251151349997 ], [ -75.166398902535803, 39.983243265529403 ], [ -75.166340619199104, 39.983235379652797 ], [ -75.166282337046297, 39.983227493772901 ], [ -75.166248473162597, 39.983222911096398 ], [ -75.1662398337903, 39.983261613414903 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2613 W HAROLD ST", "addr_range": "2611-29 W HAROLD ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 975, "objectid": 9331, "Shape__Area": 154.6796875, "Shape__Length": 65.821658588891665 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174508713678605, 39.995767077740901 ], [ -75.174557570316793, 39.995778103973898 ], [ -75.174596893420301, 39.995591174765103 ], [ -75.174546017061004, 39.995584262302302 ], [ -75.174508713678605, 39.995767077740901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1814 W TIOGA ST", "addr_range": "1812-1814 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2556, "objectid": 9332, "Shape__Area": 405.3203125, "Shape__Length": 118.56211305590762 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158815703290301, 40.006999967752897 ], [ -75.158883357504806, 40.0070096029282 ], [ -75.158960062520507, 40.006660694532698 ], [ -75.158948093165193, 40.006659054853699 ], [ -75.1588882844502, 40.006650933885602 ], [ -75.158815703290301, 40.006999967752897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2432 N 26TH ST", "addr_range": "2432 N 26TH ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 735, "objectid": 9333, "Shape__Area": 116.51953125, "Shape__Length": 55.379061611669385 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174845286198703, 39.992775110062396 ], [ -75.175044330437004, 39.992801965577399 ], [ -75.175051581879302, 39.992766616660901 ], [ -75.174852147469807, 39.992740074965099 ], [ -75.174847675665205, 39.992761864730603 ], [ -75.174845286198703, 39.992775110062396 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2253 N CAMAC ST", "addr_range": "1214-1220 W DAUPHIN ST; 2253-2257 N CAMAC ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 1217, "objectid": 9334, "Shape__Area": 192.859375, "Shape__Length": 73.221123900887832 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152674958259496, 39.987108263373699 ], [ -75.152942804076204, 39.987143178653596 ], [ -75.152952382475206, 39.987099307636797 ], [ -75.152684534612106, 39.9870655528415 ], [ -75.152674958259496, 39.987108263373699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2456 GERMANTOWN AVE", "addr_range": "2452-2458 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1328, "objectid": 9335, "Shape__Area": 210.46484375, "Shape__Length": 81.962960520896516 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147512526962103, 39.989686234437698 ], [ -75.147541180673201, 39.989725990221501 ], [ -75.1476440474556, 39.989684718589999 ], [ -75.147686416028193, 39.989667399305901 ], [ -75.147724494554296, 39.989652077613499 ], [ -75.147729232341007, 39.989647688037699 ], [ -75.147736459708, 39.989645030803899 ], [ -75.147739735153294, 39.989642670508601 ], [ -75.147812575398206, 39.989654349391401 ], [ -75.147820092045507, 39.989623875203399 ], [ -75.147707784669393, 39.989607449650201 ], [ -75.147512526962103, 39.989686234437698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1921 N 20TH ST", "addr_range": "1911-1921 N 20TH ST; 1912-1914 N UBER ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1483, "objectid": 9336, "Shape__Area": 235.078125, "Shape__Length": 91.107142522093852 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166193092879794, 39.983464074282701 ], [ -75.166543917625305, 39.983512061765303 ], [ -75.166552663947996, 39.983471652609701 ], [ -75.166202684334706, 39.9834240229576 ], [ -75.166193092879794, 39.983464074282701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1914 N UBER ST", "addr_range": "1911-1921 N 20TH ST; 1912-1914 N UBER ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1083, "objectid": 9337, "Shape__Area": 171.6484375, "Shape__Length": 70.631768628931695 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165952054138003, 39.983273897887798 ], [ -75.166213154656106, 39.983310194685998 ], [ -75.166221617136998, 39.983270600886897 ], [ -75.165961263607201, 39.983234530859903 ], [ -75.165952054138003, 39.983273897887798 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2366 N GRATZ ST", "addr_range": "2366-2368 N GRATZ ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 653, "objectid": 9338, "Shape__Area": 103.546875, "Shape__Length": 48.480090439744508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163028687148397, 39.990226182380397 ], [ -75.163191066685201, 39.990246993832599 ], [ -75.163199127287797, 39.990209777939498 ], [ -75.163034087644903, 39.9901878586601 ], [ -75.1630248507403, 39.9902256931585 ], [ -75.163028687148397, 39.990226182380397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1828 W ONTARIO ST", "addr_range": "3345-3351 N 19TH ST; 1826-1830 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1646, "objectid": 9339, "Shape__Area": 260.953125, "Shape__Length": 93.993632676452421 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159706044148606, 40.005294799649398 ], [ -75.159646686798396, 40.005569899368297 ], [ -75.159703532882702, 40.005577646771101 ], [ -75.159763120505403, 40.005302002603401 ], [ -75.159706044148606, 40.005294799649398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1015 W HUNTINGDON ST", "addr_range": "1011-1015 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1011, "objectid": 9340, "Shape__Area": 160.2578125, "Shape__Length": 65.790429497303009 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148740883631405, 39.991637604406897 ], [ -75.148701116022806, 39.9918206310671 ], [ -75.148755115237194, 39.991827416841403 ], [ -75.148792290472102, 39.991644234106197 ], [ -75.148740883631405, 39.991637604406897 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2318 N FAWN ST", "addr_range": "2314-2322 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 667, "objectid": 9341, "Shape__Area": 105.79296875, "Shape__Length": 49.627388756644969 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152755211655801, 39.9881194585194 ], [ -75.152760399031607, 39.988120269688999 ], [ -75.152768347340896, 39.988082825705497 ], [ -75.152763972593903, 39.9880827267096 ], [ -75.152763161792706, 39.988081966823501 ], [ -75.152596938634304, 39.988062166207897 ], [ -75.1525890099973, 39.9880990628074 ], [ -75.152755211655801, 39.9881194585194 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2258 N 10TH ST", "addr_range": "2258-2260 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1484, "objectid": 9342, "Shape__Area": 235.171875, "Shape__Length": 84.190843422688047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149119816020303, 39.986838846419197 ], [ -75.149108302693605, 39.986883414863399 ], [ -75.149423075614806, 39.986925736903203 ], [ -75.149432690035695, 39.986880464057201 ], [ -75.149119816020303, 39.986838846419197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2308 N FAWN ST", "addr_range": "2308-2310 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 681, "objectid": 9343, "Shape__Area": 108.0234375, "Shape__Length": 49.696326010373404 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152629931517893, 39.9879085646999 ], [ -75.152795940127405, 39.987929585806697 ], [ -75.152800819901699, 39.987929680011398 ], [ -75.152808768166395, 39.987892236024699 ], [ -75.152804133687496, 39.987891792369702 ], [ -75.152638188888801, 39.987870177143101 ], [ -75.152635028262196, 39.987884855297501 ], [ -75.152629931517893, 39.9879085646999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1011 W HUNTINGDON ST", "addr_range": "1011-1015 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 981, "objectid": 9344, "Shape__Area": 155.578125, "Shape__Length": 65.389168130449377 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148618066640907, 39.9917137926614 ], [ -75.148597772685903, 39.991807553284502 ], [ -75.148647600854702, 39.9918138084834 ], [ -75.148689775640094, 39.991631368895902 ], [ -75.148637494740797, 39.991624622030599 ], [ -75.148626655980706, 39.991672284518501 ], [ -75.148618066640907, 39.9917137926614 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2322 N FAWN ST", "addr_range": "2314-2322 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 685, "objectid": 9345, "Shape__Area": 108.58203125, "Shape__Length": 48.99338959998434 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152572773798099, 39.988177311077699 ], [ -75.152738252790201, 39.988196821873501 ], [ -75.152747277235306, 39.988157580382797 ], [ -75.152581037754203, 39.988137650533197 ], [ -75.152579447236505, 39.988145271397897 ], [ -75.152572773798099, 39.988177311077699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2310 N 25TH ST", "addr_range": "2310 N 25TH ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 907, "objectid": 9346, "Shape__Area": 143.8046875, "Shape__Length": 57.433801473364049 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.173700553546595, 39.990498117372297 ], [ -75.173894831625006, 39.990522804744003 ], [ -75.173904341749207, 39.990478689274703 ], [ -75.173706062134798, 39.9904539760714 ], [ -75.173698591731196, 39.990497863402098 ], [ -75.173700553546595, 39.990498117372297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1913 N 20TH ST", "addr_range": "1911-1921 N 20TH ST; 1912-1914 N UBER ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1477, "objectid": 9347, "Shape__Area": 234.0703125, "Shape__Length": 90.680628408979786 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.166230628563795, 39.983302012219099 ], [ -75.166579087105603, 39.983350446405296 ], [ -75.166587805575801, 39.983310214120799 ], [ -75.1662398337903, 39.983261613414903 ], [ -75.166230628563795, 39.983302012219099 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3116 W GORDON ST", "addr_range": "3116 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 808, "objectid": 9348, "Shape__Area": 128.125, "Shape__Length": 57.331235373108242 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183460401398307, 39.992154422360699 ], [ -75.183510082505805, 39.992160770788601 ], [ -75.183540945771796, 39.992003472448502 ], [ -75.183492460514103, 39.991997100313903 ], [ -75.183460401398307, 39.992154422360699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2441 N DELHI ST", "addr_range": "2441-2443 N DELHI ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 584, "objectid": 9349, "Shape__Area": 92.55859375, "Shape__Length": 46.518449043964615 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147697119251703, 39.989436756410001 ], [ -75.147857815111095, 39.989458712038498 ], [ -75.147864717501193, 39.989428401423297 ], [ -75.147865801990704, 39.989423637987997 ], [ -75.1477050034065, 39.989402745045901 ], [ -75.147697119251703, 39.989436756410001 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2301 N FAWN ST", "addr_range": "2301 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 660, "objectid": 9350, "Shape__Area": 104.65234375, "Shape__Length": 48.799067034816886 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152509616641197, 39.987699377898501 ], [ -75.152454925530407, 39.987692660157201 ], [ -75.1523980866573, 39.987685715379101 ], [ -75.152390603195997, 39.987722976142599 ], [ -75.152557723919699, 39.9877445219403 ], [ -75.152565684450593, 39.9877068214549 ], [ -75.152509616641197, 39.987699377898501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1946 W HILTON ST", "addr_range": "1942-1946 W HILTON ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 509, "objectid": 9351, "Shape__Area": 80.80078125, "Shape__Length": 41.070755239597773 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162016425656802, 40.003349673117597 ], [ -75.162063669204997, 40.003356331634102 ], [ -75.162085484768198, 40.0032525281568 ], [ -75.162038819977695, 40.003246640448801 ], [ -75.162016425656802, 40.003349673117597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3351 N 19TH ST", "addr_range": "3345-3351 N 19TH ST; 1826-1830 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1620, "objectid": 9352, "Shape__Area": 256.91796875, "Shape__Length": 88.478157774095223 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.160100270609107, 40.005629991367499 ], [ -75.160105048253499, 40.005630615429297 ], [ -75.160114975356393, 40.0055840919565 ], [ -75.159784502943793, 40.005540414587003 ], [ -75.159773934200103, 40.0055871974685 ], [ -75.159775373803299, 40.005587391230698 ], [ -75.159817819003706, 40.005592960272303 ], [ -75.160100270609107, 40.005629991367499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2239 FONTAIN ST", "addr_range": "2239-2241 FONTAIN ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 980, "objectid": 9353, "Shape__Area": 155.3203125, "Shape__Length": 62.132786916649707 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171044770425297, 39.986283194859297 ], [ -75.171100229613202, 39.986291195020698 ], [ -75.171136593494495, 39.9861227387049 ], [ -75.171081444427102, 39.9861148419348 ], [ -75.171044770425297, 39.986283194859297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2342 N FAWN ST", "addr_range": "2336-2344 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 683, "objectid": 9354, "Shape__Area": 108.24609375, "Shape__Length": 50.105166662042201 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152657788068296, 39.988571948563802 ], [ -75.152664636651494, 39.988573183866798 ], [ -75.152672552224502, 39.988536077930299 ], [ -75.152665663371494, 39.988534793061397 ], [ -75.152500271334205, 39.988514059662599 ], [ -75.152491139865901, 39.988552266147899 ], [ -75.152657788068296, 39.988571948563802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1942 W HILTON ST", "addr_range": "1942-1946 W HILTON ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 565, "objectid": 9355, "Shape__Area": 89.671875, "Shape__Length": 42.121273993054693 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1619364352985, 40.003234273401397 ], [ -75.161914839071301, 40.003336712256399 ], [ -75.161967295853302, 40.003343536094299 ], [ -75.161989088225297, 40.003240344799899 ], [ -75.1619364352985, 40.003234273401397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1214 W DAUPHIN ST", "addr_range": "1214-1220 W DAUPHIN ST; 2253-2257 N CAMAC ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 987, "objectid": 9356, "Shape__Area": 156.5234375, "Shape__Length": 64.464425779274791 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152667659792897, 39.987386746423802 ], [ -75.152720638857105, 39.9873938136652 ], [ -75.152757665824097, 39.9872234741892 ], [ -75.152759373335698, 39.987215549623798 ], [ -75.152706988729193, 39.9872082868132 ], [ -75.152705138117199, 39.987216675768501 ], [ -75.152667659792897, 39.987386746423802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "717 W CUMBERLAND ST", "addr_range": "715-717 W CUMBERLAND ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1038, "objectid": 9357, "Shape__Area": 164.53125, "Shape__Length": 69.447766672198327 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.144956068148204, 39.989811878305503 ], [ -75.145005892065797, 39.989818199002102 ], [ -75.145048373412706, 39.989620937596598 ], [ -75.144997888960802, 39.989614342429498 ], [ -75.144956068148204, 39.989811878305503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1010-12 W COLONA ST", "addr_range": "1010-12 W COLONA ST; 2216 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2237, "objectid": 9358, "Shape__Area": 354.46484375, "Shape__Length": 83.556772463659698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149599672152902, 39.986017270835802 ], [ -75.149651379741499, 39.9860235844952 ], [ -75.149704204970405, 39.986030810957303 ], [ -75.149750266589294, 39.985828307843001 ], [ -75.149698152508094, 39.9858210812924 ], [ -75.1496449728063, 39.985813847693599 ], [ -75.149599672152902, 39.986017270835802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1245 W HAROLD ST", "addr_range": "1243-1245 W HAROLD ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 625, "objectid": 9359, "Shape__Area": 99.18359375, "Shape__Length": 46.495407349569831 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152303507872205, 39.992487723202601 ], [ -75.152253996230002, 39.992481380363799 ], [ -75.152241723459298, 39.9925392462576 ], [ -75.152228789690199, 39.992601192321501 ], [ -75.152277668690502, 39.992608182199199 ], [ -75.152286354219598, 39.992571238768498 ], [ -75.152303507872205, 39.992487723202601 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2630 W ARIZONA ST", "addr_range": "2622-2632 W ARIZONA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 624, "objectid": 9360, "Shape__Area": 98.97265625, "Shape__Length": 46.42127696517813 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.175882279338794, 39.991569736937201 ], [ -75.175931847182198, 39.9915762654311 ], [ -75.175957452633298, 39.991456956421302 ], [ -75.175907370231798, 39.991450191144096 ], [ -75.175882279338794, 39.991569736937201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2340 N FAWN ST", "addr_range": "2336-2344 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 674, "objectid": 9361, "Shape__Area": 106.84765625, "Shape__Length": 48.774812621247243 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152500271334205, 39.988514059662599 ], [ -75.152665663371494, 39.988534793061397 ], [ -75.152674185920503, 39.988496088937701 ], [ -75.152508764169397, 39.988475032311797 ], [ -75.152500271334205, 39.988514059662599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2640 N SARTAIN ST", "addr_range": "2638-2640 N SARTAIN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 573, "objectid": 9362, "Shape__Area": 90.84765625, "Shape__Length": 43.735983450985209 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150529258228204, 39.992683227988799 ], [ -75.150673386088599, 39.992702934649301 ], [ -75.150681612514802, 39.992665399765897 ], [ -75.150537761562404, 39.992645071374497 ], [ -75.150529258228204, 39.992683227988799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2004 W ONTARIO ST", "addr_range": "2000-2006 W ONTARIO ST; 3328-3334 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 5421, "objectid": 9363, "Shape__Area": 859.390625, "Shape__Length": 210.76119325881996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162018445032004, 40.005879629823902 ], [ -75.162144147069299, 40.005896278645103 ], [ -75.162225980812394, 40.005514116761397 ], [ -75.162240029988794, 40.005515626382802 ], [ -75.162232370516406, 40.005508166320602 ], [ -75.162118285574707, 40.005493038167302 ], [ -75.162139104527895, 40.005396707757598 ], [ -75.162168687349293, 40.005270591800702 ], [ -75.1621550479109, 40.005268785060103 ], [ -75.162138331132596, 40.005336708820202 ], [ -75.1621240793, 40.005402639232997 ], [ -75.162108491696401, 40.005472813050503 ], [ -75.162089647432495, 40.005556404360902 ], [ -75.162074194605594, 40.005619198291797 ], [ -75.162073949046004, 40.005625640423503 ], [ -75.162018445032004, 40.005879629823902 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2239 PAGE ST", "addr_range": "2239-2241 PAGE ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1008, "objectid": 9364, "Shape__Area": 159.84375, "Shape__Length": 63.298385763289808 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1711516053427, 39.985817911768002 ], [ -75.1712072336977, 39.985825302998101 ], [ -75.171244193943494, 39.985653281231599 ], [ -75.171239418798294, 39.9856526261242 ], [ -75.171195555563799, 39.985646675081199 ], [ -75.171188195680401, 39.985645671768602 ], [ -75.1711516053427, 39.985817911768002 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2030 N 8TH ST", "addr_range": "2030 N 8TH ST", "zipcode": 19122, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1568, "objectid": 9365, "Shape__Area": 248.5078125, "Shape__Length": 91.267564993541043 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147387506817495, 39.982746866788602 ], [ -75.147735097228306, 39.982794113467101 ], [ -75.147744521245301, 39.982751592648803 ], [ -75.147570685039398, 39.982727573426999 ], [ -75.147396855943398, 39.9827035550015 ], [ -75.147387506817495, 39.982746866788602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2552 N DOVER ST", "addr_range": "2550-2552 N DOVER ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 703, "objectid": 9366, "Shape__Area": 111.5625, "Shape__Length": 50.729127113665484 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178467139442901, 39.994991563429799 ], [ -75.178640860108402, 39.9950159918344 ], [ -75.178649853109206, 39.9949777642695 ], [ -75.178475494574201, 39.994952982806304 ], [ -75.178467139442901, 39.994991563429799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2338 N FAWN ST", "addr_range": "2336-2344 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 650, "objectid": 9367, "Shape__Area": 103.0078125, "Shape__Length": 48.359626268823774 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152508764169397, 39.988475032311797 ], [ -75.152674185920503, 39.988496088937701 ], [ -75.152682175179706, 39.988458709857497 ], [ -75.152516949381507, 39.988437432421001 ], [ -75.152508764169397, 39.988475032311797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2458 GERMANTOWN AVE", "addr_range": "2452-2458 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1149, "objectid": 9368, "Shape__Area": 182.08984375, "Shape__Length": 72.235840248448923 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.147541180673201, 39.989725990221501 ], [ -75.147569092943399, 39.989765439958497 ], [ -75.147704773937306, 39.989707873090403 ], [ -75.147761459591507, 39.989684429779501 ], [ -75.147811055465695, 39.9896644541138 ], [ -75.147812575398206, 39.989654349391401 ], [ -75.147739735153294, 39.989642670508601 ], [ -75.147736459708, 39.989645030803899 ], [ -75.147729232341007, 39.989647688037699 ], [ -75.147724494554296, 39.989652077613499 ], [ -75.147686416028193, 39.989667399305901 ], [ -75.1476440474556, 39.989684718589999 ], [ -75.147541180673201, 39.989725990221501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2314 N FAWN ST", "addr_range": "2314-2322 N FAWN ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 697, "objectid": 9369, "Shape__Area": 110.57421875, "Shape__Length": 50.020233366117708 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152770580853399, 39.988045252402003 ], [ -75.152776171718102, 39.988045926736497 ], [ -75.152784379320593, 39.988007215479897 ], [ -75.152778672563002, 39.988006263712499 ], [ -75.152613279396206, 39.987986144016098 ], [ -75.152611213910802, 39.987995801247401 ], [ -75.152604918657303, 39.988025028396798 ], [ -75.152770580853399, 39.988045252402003 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2413 N 20TH ST", "addr_range": "2413-2415 N 20TH ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1007, "objectid": 9370, "Shape__Area": 159.62890625, "Shape__Length": 65.555779035507797 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.164691746015805, 39.990929918314698 ], [ -75.164917476275903, 39.990960197532701 ], [ -75.164926106038607, 39.9909195777078 ], [ -75.164700194491004, 39.990889663836697 ], [ -75.164694230724393, 39.990888868163701 ], [ -75.1646886852797, 39.990888130567498 ], [ -75.164682119557099, 39.990918530700903 ], [ -75.164680049563501, 39.990928349291799 ], [ -75.164685552876904, 39.990929085939399 ], [ -75.164691746015805, 39.990929918314698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2006 W ONTARIO ST", "addr_range": "2000-2006 W ONTARIO ST; 3328-3334 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 5577, "objectid": 9371, "Shape__Area": 884.26953125, "Shape__Length": 144.02628249451186 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162367265978105, 40.005532743839503 ], [ -75.162240031193704, 40.005515625508899 ], [ -75.162225980846699, 40.005514115861097 ], [ -75.162144147069299, 40.005896278645103 ], [ -75.162194894304207, 40.005902419571903 ], [ -75.162281729591299, 40.0059141934398 ], [ -75.1623644434342, 40.005543012165099 ], [ -75.162367265978105, 40.005532743839503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1246 W HAZZARD ST", "addr_range": "1246-1248 W HAZZARD ST; 1245-1247 W SERGEANT ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 632, "objectid": 9372, "Shape__Area": 100.27734375, "Shape__Length": 47.373181640132742 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152434416959096, 39.991605445578401 ], [ -75.152483101746995, 39.991611430858597 ], [ -75.152509819019201, 39.991488300356203 ], [ -75.152508484486304, 39.991488124190703 ], [ -75.152460668847297, 39.991481836023702 ], [ -75.152434416959096, 39.991605445578401 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2617-29 W HAROLD ST", "addr_range": "2611-29 W HAROLD ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 8978, "objectid": 9373, "Shape__Area": 1423.0390625, "Shape__Length": 162.8050632632644 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174548083178294, 39.995818238439398 ], [ -75.174972207376797, 39.995873388867501 ], [ -75.175017311152601, 39.995644000181301 ], [ -75.174651079333501, 39.995598176774401 ], [ -75.174622247217798, 39.995742753233799 ], [ -75.174612512655997, 39.9957894433227 ], [ -75.174562179524401, 39.995778675013298 ], [ -75.174559565701699, 39.995786804766801 ], [ -75.174548083178294, 39.995818238439398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6001-03 N BEECHWOOD ST", "addr_range": "6001-03 N BEECHWOOD ST", "zipcode": 19138, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2273, "objectid": 9374, "Shape__Area": 360.88671875, "Shape__Length": 93.754098331026114 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.157013116379801, 40.045358405311198 ], [ -75.157011859802594, 40.045386286801303 ], [ -75.157026134479096, 40.045386741469201 ], [ -75.157332907859598, 40.045398764603199 ], [ -75.157340184369602, 40.045288194047302 ], [ -75.157013116379801, 40.045358405311198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2241 FONTAIN ST", "addr_range": "2239-2241 FONTAIN ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1046, "objectid": 9375, "Shape__Area": 165.7578125, "Shape__Length": 63.048892354342996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171100229613202, 39.986291195020698 ], [ -75.171158916645197, 39.986299203710303 ], [ -75.171196013432507, 39.986130166474801 ], [ -75.171136593494495, 39.9861227387049 ], [ -75.171100229613202, 39.986291195020698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1812 W TIOGA ST", "addr_range": "1812-1814 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 2421, "objectid": 9376, "Shape__Area": 383.87890625, "Shape__Length": 117.64077345125224 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.158750019179095, 40.006991424885797 ], [ -75.158815703290301, 40.006999967752897 ], [ -75.1588882844502, 40.006650933885602 ], [ -75.158821461280098, 40.006642558161303 ], [ -75.158750019179095, 40.006991424885797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1220 W DAUPHIN ST", "addr_range": "1214-1220 W DAUPHIN ST; 2253-2257 N CAMAC ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "6", "parcelarea": 995, "objectid": 9377, "Shape__Area": 157.80078125, "Shape__Length": 64.445880678696511 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152830213763195, 39.987407590219398 ], [ -75.152883043680305, 39.987414270176103 ], [ -75.152920799947793, 39.987244575169498 ], [ -75.152922573771903, 39.987236539475298 ], [ -75.152868671348998, 39.987229637040599 ], [ -75.152830213763195, 39.987407590219398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3347 N 19TH ST", "addr_range": "3345-3351 N 19TH ST; 1826-1830 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1566, "objectid": 9378, "Shape__Area": 248.375, "Shape__Length": 88.174446408205867 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1598035452093, 40.0054511858947 ], [ -75.1597934768633, 40.005496400585997 ], [ -75.160125854861107, 40.005538524321899 ], [ -75.160134984584801, 40.005493675869097 ], [ -75.1598035452093, 40.0054511858947 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2136 N LAMBERT ST", "addr_range": "2134-2138 N LAMBERT ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 870, "objectid": 9379, "Shape__Area": 138.00390625, "Shape__Length": 57.751047049014581 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.167200197830894, 39.986996865624398 ], [ -75.167402390114603, 39.987024208436999 ], [ -75.167411076620994, 39.986983122114999 ], [ -75.167209322657797, 39.986955868468002 ], [ -75.167200197830894, 39.986996865624398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3345 N 19TH ST", "addr_range": "3345-3351 N 19TH ST; 1826-1830 W ONTARIO ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "7", "parcelarea": 1573, "objectid": 9380, "Shape__Area": 249.41015625, "Shape__Length": 88.220662230848063 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.159813010953897, 40.005405796325199 ], [ -75.1598035452093, 40.0054511858947 ], [ -75.160134984584801, 40.005493675869097 ], [ -75.160145129640597, 40.005448655700903 ], [ -75.159813010953897, 40.005405796325199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2225 W TIOGA ST", "addr_range": "2225 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4268, "objectid": 9381, "Shape__Area": 676.703125, "Shape__Length": 149.40329335023139 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165983995437699, 40.008509872065098 ], [ -75.166076017783396, 40.008521534463902 ], [ -75.1661698535098, 40.008086219222001 ], [ -75.166074988161498, 40.008073783801699 ], [ -75.165983995437699, 40.008509872065098 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1000 W HUNTINGDON ST", "addr_range": "1000-1006 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1250, "objectid": 9382, "Shape__Area": 198.21484375, "Shape__Length": 69.003453191982999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148682400087594, 39.991478723027399 ], [ -75.148747395392903, 39.991487336606802 ], [ -75.148786489741397, 39.991302183588097 ], [ -75.148723141621701, 39.991293783957097 ], [ -75.148714416760697, 39.9913322580027 ], [ -75.148704478019198, 39.991376152104401 ], [ -75.148694400976595, 39.991423686795898 ], [ -75.148682400087594, 39.991478723027399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2400 W TIOGA ST", "addr_range": "2400 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 6973, "objectid": 9383, "Shape__Area": 1040.48828125, "Shape__Length": 157.69896688690579 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.168185539626094, 40.007968490946297 ], [ -75.168131895360801, 40.0082232427362 ], [ -75.168539591251999, 40.008284875511201 ], [ -75.168193586448794, 40.007915075107199 ], [ -75.168185539626094, 40.007968490946297 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2421 N NAPA ST", "addr_range": "2421 N NAPA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 746, "objectid": 9384, "Shape__Area": 118.3359375, "Shape__Length": 51.436192932121109 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183008741778806, 39.993407512748298 ], [ -75.183183171384101, 39.993429757132802 ], [ -75.183192720778706, 39.9933889468061 ], [ -75.183017673556193, 39.993366929191303 ], [ -75.183008741778806, 39.993407512748298 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3023 W SUSQUEHANNA AVE", "addr_range": "3023 W SUSQUEHANNA AVE", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1182, "objectid": 9385, "Shape__Area": 187.33203125, "Shape__Length": 72.082560021476553 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182521593379306, 39.989971463390603 ], [ -75.1825783477573, 39.989979149001897 ], [ -75.1826157564537, 39.989776248505102 ], [ -75.182567204191898, 39.989770019505599 ], [ -75.182560947071494, 39.989769235320402 ], [ -75.182521593379306, 39.989971463390603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2221 W TIOGA ST", "addr_range": "2221 W TIOGA ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 4498, "objectid": 9386, "Shape__Area": 713.21875, "Shape__Length": 150.62154192040674 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165793274341397, 40.008485688570602 ], [ -75.165892934789099, 40.008498248356702 ], [ -75.165984055344794, 40.008062726163402 ], [ -75.165886197040805, 40.0080496267516 ], [ -75.165808468221897, 40.008416972320497 ], [ -75.165794904545805, 40.008480292147901 ], [ -75.165793274341397, 40.008485688570602 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2408 W FIRTH ST", "addr_range": "2408-2410 W FIRTH ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 700, "objectid": 9387, "Shape__Area": 110.9453125, "Shape__Length": 49.452532265493204 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171630493164102, 39.993476642255501 ], [ -75.171682340700002, 39.993483320177901 ], [ -75.171710697048198, 39.993355240198703 ], [ -75.171658057554893, 39.993349029242701 ], [ -75.171630493164102, 39.993476642255501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2540 W YORK ST", "addr_range": "2540 W YORK ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 771, "objectid": 9388, "Shape__Area": 122.25390625, "Shape__Length": 54.51362822992985 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174603235706002, 39.991612149918197 ], [ -75.174590699720795, 39.991610563075902 ], [ -75.174589173230899, 39.991617701783802 ], [ -75.1745595260264, 39.991757279128301 ], [ -75.174609689442207, 39.991763579183697 ], [ -75.174639375052706, 39.991624067563102 ], [ -75.174640904526896, 39.991616911802403 ], [ -75.174603235706002, 39.991612149918197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2431 N STANLEY ST", "addr_range": "2431 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 642, "objectid": 9389, "Shape__Area": 101.76953125, "Shape__Length": 47.144294843824355 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181868366845606, 39.993443919872497 ], [ -75.181860694062706, 39.993482758335901 ], [ -75.182018570161404, 39.99350323126 ], [ -75.182027174628502, 39.993464720876098 ], [ -75.181868366845606, 39.993443919872497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2417 N NATRONA ST", "addr_range": "2415-2419 N NATRONA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 701, "objectid": 9390, "Shape__Area": 111.171875, "Shape__Length": 50.99524365494733 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1846221725406, 39.993547604014701 ], [ -75.184798628291702, 39.993570036270697 ], [ -75.184806669369294, 39.993531947409501 ], [ -75.1846300751303, 39.993509834629897 ], [ -75.1846221725406, 39.993547604014701 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2428 W FIRTH ST", "addr_range": "2428 W FIRTH ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 647, "objectid": 9391, "Shape__Area": 102.640625, "Shape__Length": 48.960955447503366 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172127914850606, 39.993541655534301 ], [ -75.172174943323895, 39.993547773596397 ], [ -75.172203217294097, 39.993417982444598 ], [ -75.172155076926799, 39.993411871857603 ], [ -75.172127914850606, 39.993541655534301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2521 W DAUPHIN ST", "addr_range": "2521 W DAUPHIN ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 654, "objectid": 9392, "Shape__Area": 103.69921875, "Shape__Length": 47.092343680065454 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174228392025796, 39.990438036907499 ], [ -75.174281408978004, 39.990444803918002 ], [ -75.174281878995103, 39.990441800579099 ], [ -75.174306526131005, 39.990324598563497 ], [ -75.174255315051894, 39.990318338812202 ], [ -75.174228392025796, 39.990438036907499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2620-22 GERMANTOWN AVE", "addr_range": "2620-22 GERMANTOWN AVE", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2207, "objectid": 9393, "Shape__Area": 349.84765625, "Shape__Length": 81.566463813317796 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148264475212997, 39.992088368623399 ], [ -75.148518703304703, 39.992122001239998 ], [ -75.148536677252594, 39.992038504724903 ], [ -75.148286085666996, 39.992005695207297 ], [ -75.148264475212997, 39.992088368623399 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1113 W NEVADA ST", "addr_range": "1111-1113 W NEVADA ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 753, "objectid": 9394, "Shape__Area": 119.37890625, "Shape__Length": 58.166309380268288 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.151119126329604, 39.986946309567301 ], [ -75.151162740518998, 39.986951681504699 ], [ -75.151199173932994, 39.986788164139 ], [ -75.151155162986896, 39.9867822354094 ], [ -75.151119126329604, 39.986946309567301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2457 N HOLLYWOOD ST", "addr_range": "2457 N HOLLYWOOD ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 811, "objectid": 9395, "Shape__Area": 128.6015625, "Shape__Length": 53.984885565954293 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179855532290304, 39.993797605872999 ], [ -75.179678768776, 39.9937738850765 ], [ -75.179671617341498, 39.993772919434697 ], [ -75.179662446361903, 39.993814754330302 ], [ -75.179669954153397, 39.993815775705798 ], [ -75.179846812800307, 39.993839709480099 ], [ -75.179855532290304, 39.993797605872999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1002 W HUNTINGDON ST", "addr_range": "1000-1006 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1183, "objectid": 9396, "Shape__Area": 187.50390625, "Shape__Length": 68.280375756064302 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.148747395392903, 39.991487336606802 ], [ -75.1488083263242, 39.991495327340303 ], [ -75.148844947587193, 39.991321674741499 ], [ -75.148847445886702, 39.991310092883197 ], [ -75.148786489741397, 39.991302183588097 ], [ -75.148747395392903, 39.991487336606802 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3030 W GORDON ST", "addr_range": "3030 W GORDON ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 727, "objectid": 9397, "Shape__Area": 115.3515625, "Shape__Length": 56.581636117138501 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.182169393877203, 39.991984403136101 ], [ -75.182212467669402, 39.991989799714503 ], [ -75.182246461482507, 39.991831232788599 ], [ -75.182201950161797, 39.991825627463697 ], [ -75.182169393877203, 39.991984403136101 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2235 N 11TH ST", "addr_range": "2235 N 11TH ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1493, "objectid": 9398, "Shape__Area": 236.6796875, "Shape__Length": 85.081534988179115 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.150271839961206, 39.986899491894803 ], [ -75.150536734609801, 39.986934282015497 ], [ -75.150546834405105, 39.986889406623497 ], [ -75.150370249935904, 39.986866627130297 ], [ -75.150276621249205, 39.9868539644511 ], [ -75.150228766869105, 39.986847125676597 ], [ -75.150219359263403, 39.986892548325997 ], [ -75.150271839961206, 39.986899491894803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2216 N 10TH ST", "addr_range": "1010-12 W COLONA ST; 2216 N 10TH ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1185, "objectid": 9399, "Shape__Area": 187.7890625, "Shape__Length": 74.232358940523952 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149336808879795, 39.985857321457502 ], [ -75.149611968133996, 39.985893699738902 ], [ -75.149621231681394, 39.985852658230499 ], [ -75.149346232671604, 39.9858164124445 ], [ -75.149336808879795, 39.985857321457502 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2516 W DAKOTA ST", "addr_range": "2516 W DAKOTA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 626, "objectid": 9400, "Shape__Area": 99.2109375, "Shape__Length": 46.453236085703011 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.174105858956594, 39.990550688742999 ], [ -75.174156640789903, 39.990557244367501 ], [ -75.174181101567001, 39.990437766738999 ], [ -75.174131954927901, 39.990431246018197 ], [ -75.174105858956594, 39.990550688742999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2237 W NORRIS ST", "addr_range": "2233-2241 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1248, "objectid": 9401, "Shape__Area": 197.79296875, "Shape__Length": 73.319662905098866 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171195301859001, 39.985339894124699 ], [ -75.171253794551305, 39.985347447009701 ], [ -75.171297122313902, 39.985142893049897 ], [ -75.171239076252704, 39.985135705217601 ], [ -75.171195301859001, 39.985339894124699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2459 N STANLEY ST", "addr_range": "2459 N STANLEY ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 667, "objectid": 9402, "Shape__Area": 105.7265625, "Shape__Length": 47.917687128523738 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.181751189671104, 39.993982001497301 ], [ -75.181742919729999, 39.994021665434303 ], [ -75.181903375252404, 39.994042762036401 ], [ -75.181911683059496, 39.994003147591599 ], [ -75.181751189671104, 39.993982001497301 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1004 W HUNTINGDON ST", "addr_range": "1000-1006 W HUNTINGDON ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1211, "objectid": 9403, "Shape__Area": 192.0546875, "Shape__Length": 66.18377135946136 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1488083263242, 39.991495327340303 ], [ -75.148874585675102, 39.991504275840001 ], [ -75.148911597122506, 39.9913303104018 ], [ -75.148844947587193, 39.991321674741499 ], [ -75.1488083263242, 39.991495327340303 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2529 W DAKOTA ST", "addr_range": "2527-2529 W DAKOTA ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 640, "objectid": 9404, "Shape__Area": 101.53515625, "Shape__Length": 45.748691080781285 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1743652028605, 39.990786054176503 ], [ -75.174419110950396, 39.990793083486203 ], [ -75.174442152751595, 39.990678425021002 ], [ -75.174389283719805, 39.990671644289201 ], [ -75.1743652028605, 39.990786054176503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1245 W SERGEANT ST", "addr_range": "1246-1248 W HAZZARD ST; 1245-1247 W SERGEANT ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 634, "objectid": 9405, "Shape__Area": 100.62109375, "Shape__Length": 47.771355841428317 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152462831711304, 39.991471841313 ], [ -75.152510912024397, 39.991478314771499 ], [ -75.152537923852094, 39.991352932075898 ], [ -75.152489238074196, 39.991346946792397 ], [ -75.152462831711304, 39.991471841313 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1247 W SERGEANT ST", "addr_range": "1246-1248 W HAZZARD ST; 1245-1247 W SERGEANT ST", "zipcode": 19133, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 643, "objectid": 9406, "Shape__Area": 101.9375, "Shape__Length": 47.978886191634047 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.152510912024397, 39.991478314771499 ], [ -75.1525582454248, 39.991484623540202 ], [ -75.1525593909723, 39.991484779210197 ], [ -75.152587156416701, 39.991359414460199 ], [ -75.152537923852094, 39.991352932075898 ], [ -75.152510912024397, 39.991478314771499 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2410 W FIRTH ST", "addr_range": "2408-2410 W FIRTH ST", "zipcode": 19132, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 672, "objectid": 9407, "Shape__Area": 106.625, "Shape__Length": 49.010932936177596 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171682340700002, 39.993483320177901 ], [ -75.171733285461301, 39.993489493954698 ], [ -75.171760063573004, 39.993361604669701 ], [ -75.171710697048198, 39.993355240198703 ], [ -75.171682340700002, 39.993483320177901 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2002 W ONTARIO ST", "addr_range": "2000-2006 W ONTARIO ST; 3328-3334 N 20TH ST", "zipcode": 19140, "district": "8", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 2912, "objectid": 9408, "Shape__Area": 461.7578125, "Shape__Length": 114.58421027035152 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.161932464317204, 40.005867938991699 ], [ -75.162018445032004, 40.005879629823902 ], [ -75.162073949046004, 40.005625640423503 ], [ -75.162074194605594, 40.005619198291797 ], [ -75.162089647432495, 40.005556404360902 ], [ -75.162004509761999, 40.005545168668803 ], [ -75.1619872990956, 40.005612273066603 ], [ -75.161985472438801, 40.005626628315298 ], [ -75.161932464317204, 40.005867938991699 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2233 W NORRIS ST", "addr_range": "2233-2241 W NORRIS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Fall", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 1208, "objectid": 9409, "Shape__Area": 191.48828125, "Shape__Length": 73.02251568798836 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.171083536677301, 39.985325259661501 ], [ -75.171139432379604, 39.985332786687103 ], [ -75.171184032045005, 39.9851278748068 ], [ -75.171127521155299, 39.985120543912302 ], [ -75.171083536677301, 39.985325259661501 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3862 MOUNT VERNON ST", "addr_range": "3858-3862 MOUNT VERNON ST", "zipcode": 19104, "district": "3", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1006, "objectid": 9410, "Shape__Area": 159.38671875, "Shape__Length": 69.779145867001418 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1990997838504, 39.963612684192199 ], [ -75.199136775682106, 39.9638135992776 ], [ -75.199184620878796, 39.963808666799999 ], [ -75.199148160437105, 39.963607504057599 ], [ -75.1990997838504, 39.963612684192199 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2363 N GRATZ ST", "addr_range": "2363-2365 N GRATZ ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 618, "objectid": 9411, "Shape__Area": 97.98828125, "Shape__Length": 45.381377479719823 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162784213175399, 39.990112056326197 ], [ -75.162933441252903, 39.990132620358899 ], [ -75.162942034161404, 39.990092965715903 ], [ -75.162792516774701, 39.990072895235002 ], [ -75.162784213175399, 39.990112056326197 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2345 N GRATZ ST", "addr_range": "2345-2347 N GRATZ ST", "zipcode": 19132, "district": "5", "year": " ", "season": " ", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 654, "objectid": 9412, "Shape__Area": 103.65234375, "Shape__Length": 46.264112957492891 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162859384416294, 39.989764466549097 ], [ -75.163009829383995, 39.989785476900899 ], [ -75.163019475187497, 39.9897440718849 ], [ -75.162868387068798, 39.9897234344837 ], [ -75.162859384416294, 39.989764466549097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2316 N 10TH ST", "addr_range": "2314-2316 N 10TH ST", "zipcode": 19133, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "SKCP", "fmr_prgm": "CLC Additional", "stabilized": " ", "numparcels": "2", "parcelarea": 1522, "objectid": 9413, "Shape__Area": 241.3125, "Shape__Length": 84.886865668395586 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.149218973342201, 39.987512100988603 ], [ -75.149288472955007, 39.9875211551986 ], [ -75.149298539937007, 39.9874755700504 ], [ -75.148982546882394, 39.987433784113698 ], [ -75.148972643394202, 39.987480049610099 ], [ -75.1489782533788, 39.987480773219801 ], [ -75.149218973342201, 39.987512100988603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2210 LATONA ST", "addr_range": "2210 LATONA ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 675, "objectid": 9414, "Shape__Area": 106.89453125, "Shape__Length": 48.495335295595353 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180859492839204, 39.936569013208398 ], [ -75.180859259531005, 39.936570200020498 ], [ -75.180860343984094, 39.936570338741902 ], [ -75.180910525601902, 39.936576733768497 ], [ -75.1809362499408, 39.9364513008233 ], [ -75.180884932313404, 39.936444461387801 ], [ -75.180859492839204, 39.936569013208398 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1548 S 29TH ST", "addr_range": "1548 S 29TH ST", "zipcode": 19146, "district": "2", "year": "2024", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 983, "objectid": 9415, "Shape__Area": 155.5859375, "Shape__Length": 60.878368715587996 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.1929033442768, 39.933759569485801 ], [ -75.193115482347693, 39.933786270388303 ], [ -75.193124014293801, 39.933749287717397 ], [ -75.193124814948405, 39.933744680693501 ], [ -75.193125166810404, 39.933742576575199 ], [ -75.193113771287699, 39.933741033169497 ], [ -75.193073688227102, 39.933735593922897 ], [ -75.193049718869304, 39.933732624088996 ], [ -75.192913039965603, 39.933715020881202 ], [ -75.192912903793598, 39.933715840465503 ], [ -75.192910743763406, 39.933728736186801 ], [ -75.192906373888405, 39.933749723243999 ], [ -75.1929033442768, 39.933759569485801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "6043 KINGSESSING AVE", "addr_range": "6041-6043 KINGSESSING AVE", "zipcode": 19142, "district": "2", "year": "2024", "season": "Spring", "program": "CLC", "comm_ptnr": "Haven of Hope", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 1133, "objectid": 9416, "Shape__Area": 179.3828125, "Shape__Length": 71.714971518443932 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.231510720437299, 39.931837398569201 ], [ -75.231580139183095, 39.931895986764196 ], [ -75.231596766673903, 39.931910037144299 ], [ -75.2316909770161, 39.931989543927401 ], [ -75.231730316738293, 39.931961957007999 ], [ -75.231663922169801, 39.931905385975298 ], [ -75.231626777411407, 39.931873733679602 ], [ -75.231565784066504, 39.931821746535498 ], [ -75.231550069519599, 39.931809021743199 ], [ -75.231510720437299, 39.931837398569201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4461 LIVINGSTON ST", "addr_range": "4461 LIVINGSTON ST", "zipcode": 19137, "district": "6", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1409, "objectid": 9417, "Shape__Area": 223.421875, "Shape__Length": 77.883435635513038 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.074276096623706, 40.001287721258599 ], [ -75.074438114254093, 40.001468885761099 ], [ -75.0744415386349, 40.001467078791102 ], [ -75.074491651167705, 40.001440616298602 ], [ -75.074325654502402, 40.001260971994903 ], [ -75.074276096623706, 40.001287721258599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3480-82 ST VINCENT ST", "addr_range": "3480-82 ST VINCENT ST", "zipcode": 19149, "district": "6", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 3094, "objectid": 9418, "Shape__Area": 491.01171875, "Shape__Length": 113.43798323671621 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.043773105690804, 40.035771282131698 ], [ -75.043907556230906, 40.0358464764224 ], [ -75.044133541223999, 40.035620020803201 ], [ -75.044148767396607, 40.035604758011097 ], [ -75.044121835718201, 40.035589615702399 ], [ -75.044099676898895, 40.035600942461599 ], [ -75.044085912060197, 40.035607984252003 ], [ -75.044032606069393, 40.035636245869597 ], [ -75.043977525390403, 40.035665416258702 ], [ -75.043926989135102, 40.035692064429497 ], [ -75.043874939853893, 40.035718292180803 ], [ -75.043827017294205, 40.035743036701199 ], [ -75.043773105690804, 40.035771282131698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1223 N 42ND ST", "addr_range": "1221-1223 N 42ND ST", "zipcode": 19104, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1885, "objectid": 9419, "Shape__Area": 298.71875, "Shape__Length": 104.62199684126338 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.2094840124943, 39.974372878228202 ], [ -75.209492819085398, 39.974417498923202 ], [ -75.209602775193105, 39.974405151329798 ], [ -75.209604121659197, 39.974405002739303 ], [ -75.209615231311602, 39.974403734098203 ], [ -75.209899263117606, 39.974371592939903 ], [ -75.209894533679105, 39.974343391396197 ], [ -75.209890567039295, 39.974326797230603 ], [ -75.209608513189494, 39.974359288492003 ], [ -75.209607542975604, 39.9743594282929 ], [ -75.209596042634601, 39.974361091933098 ], [ -75.2095946739705, 39.974361239131099 ], [ -75.2094840124943, 39.974372878228202 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2309 RIDGE AVE", "addr_range": "2309-2317 RIDGE AVE; 1700-1704 N 23RD ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 813, "objectid": 9420, "Shape__Area": 128.875, "Shape__Length": 51.314059926067387 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172647796275697, 39.981017226785397 ], [ -75.172669428766298, 39.981068648679198 ], [ -75.172670245307799, 39.981070587976902 ], [ -75.172793368175405, 39.980971267287003 ], [ -75.172747237957296, 39.980936798352801 ], [ -75.172647796275697, 39.981017226785397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "629 N 40TH ST", "addr_range": "629-631 N 40TH ST", "zipcode": 19104, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "2", "parcelarea": 1382, "objectid": 9421, "Shape__Area": 218.890625, "Shape__Length": 79.634689559365256 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.202045992937599, 39.964185708056803 ], [ -75.202053868319197, 39.9642309530117 ], [ -75.202349864536203, 39.964199418742801 ], [ -75.202341438872693, 39.964154822931199 ], [ -75.202045992937599, 39.964185708056803 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1700-02 N 23RD ST", "addr_range": "2309-2317 RIDGE AVE; 1700-1704 N 23RD ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 2221, "objectid": 9422, "Shape__Area": 351.88671875, "Shape__Length": 79.236622426666699 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172490691964697, 39.981045818655801 ], [ -75.172490406355294, 39.981047141235699 ], [ -75.172468562444095, 39.9811451097519 ], [ -75.172715144647896, 39.9811773103729 ], [ -75.172692171281298, 39.981123937416598 ], [ -75.172670245307799, 39.981070587976902 ], [ -75.172669428766298, 39.981068648679198 ], [ -75.172490691964697, 39.981045818655801 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2001 N 31ST ST", "addr_range": "2001 N 31ST ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 1025, "objectid": 9423, "Shape__Area": 162.4453125, "Shape__Length": 65.891831728826247 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183779066437907, 39.986785423995201 ], [ -75.184016666260305, 39.986817526862801 ], [ -75.184024530854401, 39.9867802242956 ], [ -75.184025476662001, 39.986775683629297 ], [ -75.183786626003396, 39.9867450998428 ], [ -75.183785759599999, 39.986749739592 ], [ -75.183779066437907, 39.986785423995201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "612 UNION ST", "addr_range": "612 UNION ST", "zipcode": 19104, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 967, "objectid": 9424, "Shape__Area": 153.26171875, "Shape__Length": 64.64356584876397 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.201277595232597, 39.963394446610799 ], [ -75.201284973193793, 39.963433427607598 ], [ -75.201287139129704, 39.963433184697102 ], [ -75.2015208510267, 39.963407217583203 ], [ -75.201513667420002, 39.963367515612497 ], [ -75.201282182172704, 39.963393903385899 ], [ -75.201277595232597, 39.963394446610799 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "7216-18 DICKS AVE", "addr_range": "7216-18 DICKS AVE", "zipcode": 19153, "district": "2", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 2355, "objectid": 9425, "Shape__Area": 372.42578125, "Shape__Length": 83.964037162184752 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.237903468194006, 39.912416599683603 ], [ -75.237988064778307, 39.912356893665603 ], [ -75.2378107364204, 39.912208739022503 ], [ -75.2377262663435, 39.912267238545503 ], [ -75.237903468194006, 39.912416599683603 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1821 N 22ND ST", "addr_range": "1821-1825 N 22ND ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1739, "objectid": 9426, "Shape__Area": 275.58984375, "Shape__Length": 89.695825481184613 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.169984132372605, 39.982465609617599 ], [ -75.169998224185406, 39.982467570760903 ], [ -75.170176532137305, 39.982492212303598 ], [ -75.170315391193299, 39.982512259177497 ], [ -75.170325843356395, 39.9824621842114 ], [ -75.170011102510799, 39.982417550359898 ], [ -75.1699948562716, 39.982415540785198 ], [ -75.169984132372605, 39.982465609617599 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1704 N 23RD ST", "addr_range": "2309-2317 RIDGE AVE; 1700-1704 N 23RD ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "8", "parcelarea": 1369, "objectid": 9427, "Shape__Area": 216.921875, "Shape__Length": 74.933031330479508 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.172457512961401, 39.981194398390201 ], [ -75.172682250263307, 39.981224141537702 ], [ -75.172737319570402, 39.981231261863599 ], [ -75.172715144647896, 39.9811773103729 ], [ -75.172468562444095, 39.9811451097519 ], [ -75.172458525612399, 39.9811898430859 ], [ -75.172457512961401, 39.981194398390201 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1737 W BERKS ST", "addr_range": "1733-1737 W BERKS ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "3", "parcelarea": 1103, "objectid": 9428, "Shape__Area": 174.87890625, "Shape__Length": 69.125241481895827 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.163071215328102, 39.982548889314998 ], [ -75.163032157339202, 39.982741995839802 ], [ -75.163086364810596, 39.982749182454697 ], [ -75.163126059519399, 39.982555929885997 ], [ -75.163071215328102, 39.982548889314998 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1716 FONTAIN ST", "addr_range": "1716 FONTAIN ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "1", "parcelarea": 903, "objectid": 9429, "Shape__Area": 143.07421875, "Shape__Length": 58.632845078462495 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.162268820533498, 39.984756983661597 ], [ -75.162324034228803, 39.9847642086063 ], [ -75.162356743645404, 39.9846069727393 ], [ -75.162302404707503, 39.984599879256599 ], [ -75.162268820533498, 39.984756983661597 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "4811 WALLACE ST", "addr_range": "4804-4808 FAIRMOUNT AVE; 4811 WALLACE ST", "zipcode": 19139, "district": "3", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "4", "parcelarea": 1166, "objectid": 9430, "Shape__Area": 184.73828125, "Shape__Length": 54.829036061693635 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.217331806853295, 39.963538119586097 ], [ -75.217347228288304, 39.963644453684701 ], [ -75.217453243917902, 39.963635308762299 ], [ -75.2174389688643, 39.963529691053097 ], [ -75.217331806853295, 39.963538119586097 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1826 N BAILEY ST", "addr_range": "1822-1830 N BAILEY ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 580, "objectid": 9431, "Shape__Area": 91.890625, "Shape__Length": 44.706363210047741 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177407552353898, 39.983352048525397 ], [ -75.177400037159998, 39.983389472075501 ], [ -75.177549867438003, 39.983408224316697 ], [ -75.177557574075294, 39.983371805172602 ], [ -75.177407552353898, 39.983352048525397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1822 N BAILEY ST", "addr_range": "1822-1830 N BAILEY ST", "zipcode": 19121, "district": "5", "year": "2023", "season": "Spring", "program": "PLC", "comm_ptnr": " ", "fmr_prgm": " ", "stabilized": "YES", "numparcels": "5", "parcelarea": 620, "objectid": 9432, "Shape__Area": 98.28515625, "Shape__Length": 45.477998828010726 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.177424592511002, 39.983276152646198 ], [ -75.177415623268402, 39.983315476273702 ], [ -75.177565659895805, 39.983335362991902 ], [ -75.177574382889304, 39.983295951843203 ], [ -75.177424592511002, 39.983276152646198 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "2705 JEFFERSON ST", "addr_range": "2703-2707 JEFFERSON ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 746, "objectid": 9433, "Shape__Area": 118.28125, "Shape__Length": 53.34774193170729 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.179619758578795, 39.978805647044503 ], [ -75.179670022442906, 39.978811835619702 ], [ -75.1796987000033, 39.9786686089721 ], [ -75.179649337256706, 39.978662441490997 ], [ -75.179619758578795, 39.978805647044503 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1306 N 18TH ST", "addr_range": "1302-1308 N 18TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1200, "objectid": 9434, "Shape__Area": 187.921875, "Shape__Length": 70.159857647537379 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165504949059994, 39.974309037948103 ], [ -75.165755674653099, 39.9743406690122 ], [ -75.165757467504704, 39.974340887788699 ], [ -75.165758065426701, 39.974337854020099 ], [ -75.165758814917893, 39.974334099248402 ], [ -75.165766538366, 39.974295746665597 ], [ -75.165514021553605, 39.974264412258897 ], [ -75.165504949059994, 39.974309037948103 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1521 N 28TH ST", "addr_range": "1521-1525 N 28TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "3", "parcelarea": 881, "objectid": 9435, "Shape__Area": 139.47265625, "Shape__Length": 61.256087984479706 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.180451831479203, 39.979323138892497 ], [ -75.180673782993907, 39.979351079547001 ], [ -75.180681748774305, 39.979314440785501 ], [ -75.180459886336294, 39.9792841486979 ], [ -75.180451831479203, 39.979323138892497 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1250 N MYRTLEWOOD ST", "addr_range": "1251-1257 N 30TH ST; 1250-1254 N MYRTLEWOOD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "7", "parcelarea": 795, "objectid": 9436, "Shape__Area": 126.48828125, "Shape__Length": 56.503072874530687 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.184314544755907, 39.9760557069906 ], [ -75.184515935425196, 39.976080246134998 ], [ -75.184524066561593, 39.976042481889799 ], [ -75.184323228009802, 39.976017746067001 ], [ -75.184314544755907, 39.9760557069906 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "3125 MORSE ST", "addr_range": "3123-3125 MORSE ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "2", "parcelarea": 625, "objectid": 9437, "Shape__Area": 101.8671875, "Shape__Length": 46.611760548795701 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.185419296665899, 39.984376030854797 ], [ -75.185470596656998, 39.984383189601701 ], [ -75.185496623701994, 39.984264388352301 ], [ -75.185444811967002, 39.984257508304999 ], [ -75.185419296665899, 39.984376030854797 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1724 N 27TH ST", "addr_range": "1720-1728 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 820, "objectid": 9438, "Shape__Area": 129.9140625, "Shape__Length": 56.958852961410656 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178792007803906, 39.982153942941999 ], [ -75.178993804921106, 39.9821803701143 ], [ -75.178995830813605, 39.982172242426103 ], [ -75.179001999597801, 39.982141028133 ], [ -75.178800093674596, 39.982115838326401 ], [ -75.178792007803906, 39.982153942941999 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1443 N MYRTLEWOOD ST", "addr_range": "1443 N MYRTLEWOOD ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "1", "parcelarea": 671, "objectid": 9439, "Shape__Area": 106.3828125, "Shape__Length": 47.969410819384869 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.183464115019603, 39.9786255035823 ], [ -75.183623571620203, 39.978648219694101 ], [ -75.183633309979399, 39.9786078325589 ], [ -75.183472576918504, 39.9785862312931 ], [ -75.183464115019603, 39.9786255035823 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1302 N 18TH ST", "addr_range": "1302-1308 N 18TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "4", "parcelarea": 1200, "objectid": 9440, "Shape__Area": 195.69921875, "Shape__Length": 70.721133256486482 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.165523278361803, 39.974219405085698 ], [ -75.165776290037996, 39.974250379401802 ], [ -75.165786180218305, 39.9742040800026 ], [ -75.165533863737195, 39.9741724446992 ], [ -75.165523278361803, 39.974219405085698 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1720 N 27TH ST", "addr_range": "1720-1728 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 1790, "objectid": 9441, "Shape__Area": 283.60546875, "Shape__Length": 93.762988400831887 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178810956783806, 39.982066868466397 ], [ -75.179163727409104, 39.982111106428697 ], [ -75.179172052493001, 39.982068316486 ], [ -75.179172791101394, 39.982063191861599 ], [ -75.178821116863105, 39.982017689137798 ], [ -75.178810956783806, 39.982066868466397 ] ] ] } }, +{ "type": "Feature", "properties": { "address": "1726R N 27TH ST", "addr_range": "1720-1728 N 27TH ST", "zipcode": 19121, "district": "5", "year": " ", "season": " ", "program": "CLC", "comm_ptnr": "LNPCDC", "fmr_prgm": " ", "stabilized": " ", "numparcels": "6", "parcelarea": 524, "objectid": 9442, "Shape__Area": 83.08984375, "Shape__Length": 45.834471723781519 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -75.178989648252198, 39.982203263593902 ], [ -75.179153004362007, 39.982223898075297 ], [ -75.179158637041994, 39.982193508805501 ], [ -75.178995830813605, 39.982172242426103 ], [ -75.178993804921106, 39.9821803701143 ], [ -75.178989648252198, 39.982203263593902 ] ] ] } } +] +} diff --git a/images/phs.jpg b/images/phs.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bbf6c1efaa18d5570188f460a5372bd3d3e5c72 GIT binary patch literal 202161 zcmb4KRa9I{upM*=L4pN$2rx*31smMmT>`<~-623iu)!JJ-Q9wFaMvJ%yE{DY&s*z# zzCP>xbe~hzA630}?b`ji@VX2T1t23LAtNCoBO@ULfygMRA5c->y+g&tz(o6ik4r#+ zkNfc>5h*P>5ivE%$Bz_D6x5&S7(fh!A%p@GtmEM1P%xUqN1SUprYc?6MZD2 z|9_9yP5>4P{2ihT0vr_p9t#cu3+}ZSKmq{3A;H1H0seO&!y_Of0pS2BZ>vfl0Pt`K z2=E9P!>vVY$|`AFk*Mk^YW zbN-1#)z~?}U)LnEh|0z}9t{Uj^!w`)01e^IFctz9KoD@B z2e7)#rFNg&h@xA#_}aOaf@t>h^8*f(u3{6SKjSnhU-qhHy7c#?>VO&nwcS5RC^z_% zn(l5lyovdReKFCL((j#5ii_}7iBtRI8{EmRsY}Qt=dTI+0q3c71X}{G+K6@)sU{jq z66=^oDl)57gC_ao)maCF)s|lJE73&DdBP6s>EkPgm~u)H?9xa_KV@3nDY)R7d&WQ>d3dd@a7yPXa&`j?7(6QR zijdhxfY8IF*32;$0R@985z2ei#Q6fMk$S>K&vLe zv~zV6MMo+55?8;*lKp>19UY#wO~dQx|Je9uF};lY^=|S0)%EhVym0EOn5cz4HC4hX zhrsk65B2dK@4pCAs+zR_YW9w;Vqi|+Ovb0lbfvM6C32M;YnIgw6+{^&Px@?VAKlc! z>*=jR+0Y*M3Ye(~dj<4xg812$1l@+$Ujge`8x+MIqN3kKe+Ms=B7 zPddhz3&7t{%)&#SLl^1BZwlWS#z~NX!HMIeqUN_aX1oI6zYw)?n&U0uU}X_Cb^|@#+pD8tt>B8 zy`Mt!E1`XQZ#MJbI8tUq!SD7e*HS-)@ZF$b0>-z!XzDh|NOLr|m4$TEB3;{2&6Qg1?5ly_;X+Eek9YA6(#!g#MIyLz7El z`r!ir>u~aN?<>AFc;K@1XCW*hRX0KP_tXu*4CJUI?HSq}n(mR*BbzBwn*1r^w(~z* z*3vyO;XOzLUJ{@diTz#q;*i?r-x571X|vkfO1w*iCsF^t_wSEA#R$JR4nEA3W5NBQ zBjj^#Rz%K`$zxe}yN~6;<0^}RgMMOD)1uMq)@>&-DFJaZMfY_Eew=rBiINn!4`^>zdEe+LUp8La${8)#J-L=Ge zG^Chl>-eB_vdNh!;>*@pj1m)NlRa~pzo=eX<=og!x&e)-oe4K>^aUgocQeckmN;PJ zPR=S#>!Xy*H0)g6Bq%BaN%b&QQA|D>c|K^VIh4k1R_a+r0}sB`f9F6aR*!xmg^ry? zq1e4E>53VYUSZ?kSn=u8A1dqvh1JJMeqs;2Rh%BK+s|(1lOVOZX_`iI<&zf`N}-y; zajoXoo^PDXWD{5sTQ|=P%)w9GvG}IY_Pbx>Tgys>4?4=eGJ#1`z0OZBXYN8zJ08jKrezBt>*Jsu`CX}}8(Ux7EptWxxx>~5OApC5bl%fa8wqMwA zn2Wckdbflu1&onQ6K3@aFc#}A=X^lB!?jptN_c=_gqv16AYQGg0#wBKUrDaR<=P=nI>4v$7Y;xKP{MSnBs+qyo&FJvdU zqH~_8&zNb|BoEW8s*Lh8nkq7VX@4-Mvf^T+jsq}Q)mjPuOs({nLIz*1gbmeqW2#>$ zMQ=>(3629b-GJ;F+!zcrWyqN}ii+OSuAPz~7X&(+q{U!v@V=SBJyN!779XdV3Gr#)| zI7xabS?$3EP{7Envrv_z5THtgm2k4~AwM?r8BJY?PAs&s^ zwPRU0OFQQG(3CeXI9Z&)boDWt=)Y`H-*>drd;&CF$P%QrNP}r;I^&HYBP8 zF|t9T^y607>@;n~5^`8^aR#Mg0{R*xvEhrCBM%4c+Is+)Jmd6ZH8G^LOL$31J1gQ`{{abA}M_loaPhB(_v-{+R9%qokO^`8nT z59)|XT+U+Dv6cq3M|rVG*w^u7Bt#shq0<102Xj358&8vf9t-2psfCbtoh)mGGqaxR zL#YleK}-+gf;aB^-vv)Pva{Bkb1~A*UIA{`h5fh{)6sfL83MTMu2^+X&3@Ec6~P>%KbO$NHN5OKHa-MfZ%!@Z6A;VNQ<0pW=_4IghN z$8>f+rRYW=_YvMkEL#$jFZTmgZU);P)8C4!X0L1Dsm|UICpTF&)MfYXoT{&*>#0c7b>gz!&h?=D>SYai19DzbD|yKKp3E2O-f#`X6} zEB%llC^COR#c8iUl1K{(MI@6=%-=R0gEmfQwCybJ-&1Nv;~i#}!7D+Vs9 z0}&+@ENlT6<@XqI2c-r%v*iWSAGNC^O4e^L%cIMu-9@dy<}X-df@jeC#s!I3qvmKO z>Gyp!-db3TwF{cl&(fHYlkOu?H&KEY&>F5Gz1H=f2Um`hpcxH)%U6KEuU)Lrx(UEL zI&f66b$(g@KvyJxs((q$M1^&emH$Pg*sDXf>40-;TLe|u0un+;$f=(jR^8GVl21E1 zgUde+td}?pTyOlNm@hsxl*c9Lj;C(LW#8<_-n~1h#xL+PYlHf2#e-EkfP940;U;vG zpf3$F0{22=b1s+veT+{Zi;`Qj$&Y<`o#De{b=!sS?kHzj@m*PL5{3n)EBWMhG$H}{OFe(&X@D=Psui|0 zjE`ZcYZ2^9CXH>Xrz0V+0MN|4)iR&bWt7vv>!QDy=XyL(CEzNLHjj(IGpip=4vx1W zUwbiRBh=j&jr9vqFD>m&*7C)!meLaMR|??Fu_myXxwl*2=yhX0TX4m3jw*vDtN)Rf*7IV3IFdBgdwLWkL3<1kXfrq>bF$5tqCNHWI+HqmgY7bs)-t*;%n@QLuGpqxWF^3%wR zO!N$|dbhUpdUk?imohXVkAcWECoKpExh2-}%3%}g6X3NluKLY143vw;eOa{7>n)ji z#$}(KZyj|w%eA2!RNRBX7!m}^F|<309(*9$HdXXC_eSh+$L+tt{u*Hicr>fafKG=5B2AG*h_$>Oz)AThDSZO3|Pu0U=Am8~5a*O6~C>@G61AYivrFOVvI5 zyv`5P7*~7w;ch&j@HTk%=n(C^3#z!Lw1=rg{8$yyH|S)4!k`nC;%`YF4#_*a<>Q;~ zXDbzjjUa(ikNm!&^cS#3yC?8RN*H~Tz@%<0BA-iXNVk)+NToo-+CM86vH@199u5jF z<+|ZEq&FnWYO?A6neaOUm--AO=vzXQ%>aHoqOSm#-Bo)?iH#w=bH?M_NivseNJ6r{ zbw<8a7A1-ERUho+JdGYJRS{o`Ub$1Q&f6ao*DLW4Qc@}}qQ$>>$wYmU_IP+9;38~V z#557Q^6B?|nByg04!dG*Y7$!ZHHA^{lGb0xP&q^B5&oe^09*Q+eE6q74N)G1F`+8p zlJK=zqd^3`@36uOG=CkDrQ^vH#4t{5ACAd@d{w^Y;-x{OGJ{y;alB9~5}TSj;qex} zSu#nMIy2fqyT#34918pH`*W*btF3G6a+0eQ{n-blU0*I#)(KsCvg8)+=C` zVS;h;(}FR7|D-H@y%xQ^JL0@YrCCVK&eF}&KIiC+C*^U%asBFS_biGxZY*Pdq_dkv zzzt)<(zOUlp94ID`oRw#gG$X3zy^4}_Pp|YdqXzHymf%472-PHYW=}pmS`%HyJ1DJ z{-{ud#2>U&_7kqvJ8~IF-3MWq3XRa7+B3Qnz8RA4X{CRpVl!elm;p@XR2csl))?rETT+K#ZMs=*`j%=)<)$N10}| zQV_dd{$_J{qA<@+o42OC!z5hFqol~g%=hNc%j`E)qX4x+V^3g;mKSERUIEh30#%lRYA_5#xa)ab4 zs!O@P91F?mzek{8GgxK6Prp83I(K7-_qjAEfEi#0Qa46moy_({FmTRAqea%xX=+kW zPnF^Zbyw8=z%1Gqx)-M`t9ppU-fL^}NQc!B7=EZi)unCxQDN)xnEDV)6me8~+|<^VSyfqHq<8f(V!+QvYTgui=+)HsF8s2-Hl*cEY# zxonBxO5SX32^dZ=k7~kWZsRmSqGX4ej%N|{ao^Uk^MXguj)k>xo&FmgcOQ%W!wbT` z=Iq^10?uuPJ7cKIh7gb=yKWY_1SgbCyV8yj<}3?}mkPUllYPan{&T!hvznph1a z3~^VG=m$R1-J0`d^W`Z>33Y*=HW6^}YLt740SP##!nwIB3>vausvtLNkUj4$%? z5`%~&;RqT1iVZXnDU~mU6l6PvU5;K53T%6XeWk!yGRx~@k)blVeD{J0zWdoUqTbI` zMf^|C^a1szD=6S#k#zCGh5a4ApT|M=_C7h2U@m2uKIJZ|bOzkGZaU)Z)l(LBNVs+d zam317t<5 zA*{_Osndsgb!(he0osZg-<;h*b(qY?9Sxl~Vt{E;_j`=8NeZ0<-9)Z+!3wT&I`=2MO_1=s2}5kL5bmC^XA zyLd7BX7WgKj{bd**WmAt{g}1Bem|ox@hMEDifw&`t;p@VtHNTszWlHj(nK1{=4nC~ z#4zd^(Xv|DqUIR!bkG*EfL{!3{A)6;Oxz&3uRiC_#p{zJ%dj2TF}MKSUn(@%wxuTj zJXN|73o3Fdt5xpZ`!ek{1v`p*Kso7Jhn#S~gjODNqJ#G8+%BIpwwuoi*Pr>VnO9-r z;6{ZHxkg)p-B01w@+nK4gv_+{0gtVV(M)YYmMOxaNWc7h{pb-C=jze<=Z`dN2Jq9^ zUd{zlV9NZN8p5m^Gv(@fj$0y5zyZ=eUZ`Qt#{730tXnYA)t0xUO{RORPw@z_zV$PI z{)}_%7hE!N8b)1ln(1O}*5e0MYrro6blaGGV_?MRsWcpHU9)>4-g!Uo*;qgH3iv2` z4^@@i=#KgP&u{mdLy8iGnYQP7;!6i83Qo#EgSLvRMoe$oEqzK#D#@i zmiJ(~d}bl|Y$hE5ez?}LG-2I_dAyXSB6wpd8 z8c`T-nEcF?YPY#b=0!$-tK}z6%M*rUkgS2v(c2gQCD5#VEUf!g#0;CBC{J`vpk`cNxWK@??FYl6MV&d8{k1LXVk% z#pS8iacOz~kbO&kMyq|R<)aSBVkI<~NfCj4RLZ??EzY-YA{8!Tt5!XMWe5{o7C6@< zkGr_jdaCOEErE^g0F{1i>afNL0S7M%S~R!_j0R!I$5$N7AN+Pvy=yKCVrAj+B#`-T zRn?V!qq>1ho8-HM=$99qbfp-s%SPiLkDoyth$$PlQupW4o*`9mc6bH22k|`Z z*DD5cyiXK6*g?-3?mh0lNAE7-Pv$7m>_wdzl-5A7x2it~8p>X=L6ah#@7Pf0rM=Nx zSZ-2U!}>ltwxw-+m5y6URV&|sd?1EZW&6)1E=aIlE5C0odHECKz@De7lFMGVG(6cm zFvhx1q&DYMxi544c^TwJb%#+S#Y;PSlkGaoUo%43C+P+&Axh&t8^%9YRrQoX(7OTB z4rP^xP^2*NrEJNz_5soZu+%!*{SDwHG>%P14}WiG`}genB?~oR-F$q|-%6x-JOezQ z`7nJ)ECkGCkMhfD3x)&$3kx6AC4R4)P6QtO5gmDE$oFLa*B2^El0F803uGStqsdy^ z0W$r=*yQ}5SU>1u!>V(4gSZ>oWrIvBIlz6BH|j#U#k z&`pt;FW{&v^&BxoNEpfblzKR>C3I`Krl+W4!b2Nqe3>KmjtclI5I7aG(?@$@ldeDaxZ_1Z#ELhQqZ~t`*bg%aQ~^#5d4nN>;$%BAwUtxL%7u7oIVTK1 ziU~TUe;FB==(7=p{005WVV%?9if2$4fq11VY?AqNR_k{vnyssb_!@EykbBeN__O?Lf0Z(9+PQMWcEcZ(t{&I64}gJqRL z2h=^h6-^6mdMUgW)MKywm>tH2ig`z+AnW=SO;#nk;^II=sZ39QR>kk_;Q`oDq@o!8 zsY$nXw8{f!_nJS?Ojh6ct<@Lg%uY^T%Jt3wNs6gj<*nzDc>AV-Re?-YzhG28=#6#4 z(F{r%^hTZ&Ej1nn3l4YYd}r=#FzU?tcY<O`I{0z(M$4M@$TbU|&3|IwyZ$sb-ZRg!M;ctx4P(o=jv`ks(Z~Nd zwIp0H^f>2AnR`wEOG4;?S<^H)xJn6at7Z6l&qWq5{V5as+S5I4t6ekfxcP-7@a$p~ zu>Y8N+ml?15X)yObu8{CfqyN~C;yc}ukb{aF)+O#%#KBaaf`OLm4aYR;{5~6$D+05 zdtDT|fOTJ@h!F~;e_{7;oCv;h|CgJ`2syX)Th)E_?e@Qmfpn4hUKH=9TlUCZss`q9 zc_N4?rwKkQTFYPpLY@HG=gaMA2T+X2CHoWaX4UXZ!!4>dZi0#^aU~n>T*R%hgjhbb zDK)ePOG7odFlgmWauWwr}hGdvKdV~b2c&OzYfrfjJVEb0%y{%oL-1|e=}pjL2rTXog4 zT`X9<2W_`qR?F}euu(aqM!`iiiuG5a^M%uKI!@+xA1xOo%ro9yc=rKvi_f|25ldVI zrR^b!c&7g{5c=`z;I2g@m4W=FZt)3S*P!6AD(|#g1V$0W_fryEa!`X zI*qON_+s?cUUQCgM@*1kS~%(860#!4AD z%{oXExk%!VokrAFbzuEy_|Z+bXdpiQ6+lFe_%I)J%3{T+|3R?!0R8KYn&ofZzkI;Q z=KI-R>DJzKZBv3woS<>#raHs9OR)I_nINhu7Yx@@SchBM=y4y@3O2c+ zvg+N)QCf?wd#)+?%?g^pM|Jw$03<0?d$RY}2M%{0TYvW#ZD%KkUQqu3Ywr zw8LsxOHcuS?Qg@Fn8)$917~@Hp1;&2k{^cdrvZ`lravj(wrPB)NvlRoK_X7DvXidD z&OGfqd6HFh(LY}E@8!bykLX@K3Zs0)@P$72jspIAy(xV+6efdPLci{4kOteD%0k^Q zr}l5ln)RHHP?*vgJeTsu<1Q_{%EJ=w`?82kYOPxB5Eor1(Z1?o^o*`!sV`SE+=IF? z=9cL?a9b1=7>Y9HJ;NBuOPK1Yhqa8yBfKuq&=k6kK>YY`*n=v8gOL&be(CaKqMsH8Ax)f| zZq<}p*n9!r%9JZAVOBScoo+=q^+1*1{Xc@Zi)TWWCLxE)Z~-R;?*^{~6STUwNG{60 zShw^w%&`E+a&)+mFq5nz5G_acmwvdj?%qnSk^c=XrwiwrMPFf#Po!L~XLZZq07lff z--YkWOSKkMC0|CKQE<`2ipFz3%|EzZd3+4V|ouD`bZ{_ zblpb(o%UdiHZw2VdfuLqGSeIm+~HGEN3BBg0Y}_HZUk9X>}N0vX34GLzdk;9ZcU}8 zy8j@I-%z}R_$%xE?NH@Q{+2_Hg7=OwpfG)Z;i=E#vAE5c@NsBRkX7*q_ygX|WsATo zKv{X#NwIbJHm+kv-T#;C3#_{dy+zs=T-5ll&H1R&F0EmdIj53hP$Q!uqjti zZ)m*2DS0a(Wo+mMcWm^h#eeHa|khh=b zw#EnNl5DWVx*0x-s{z<Z~!R)+Tqo2F(DFf7xQz@Yra6|WQ_u)2MC$V22GX9Bft3k&NEZw`wi4dbqPDIYE z{;X|(inl@15g;Tm4Axv|pPrFQ@rb4)d7&!i4f)N%n^5iaJ+V~~JfLYgHPyhQI0Y&PJjwakGzL!q86@kI)vgJ0NKtsS)SoTUn@ z8Ev!$45#+hm7<-=LxKQ%fWRioJ6w$U&jvTOvoloeM0=(f@bQG7LF1^yPRaS?QnMnO zpQZbdid?#H*qSzCdTo|R~qEE555c(r|xNr0Lu}O z^=c%1b_%~CsMOS!Nh8|k#?*AytC*lXg6_Q`pOu++C)S;sji@&pN@3Oum1ZsI@MM+W z-`c@K8GT;u&>gD}$KITO=WCUMY7Iu|-oB?i*mma}{=qG=E_`I!BrRfWw{?=KtT63d zY>MP}22&Hlqk8wDI8T&CtAF?Q_kFYu%-KGgQemTuoT#*;$+2jO{vQsuBc#WNT`nQ8 z1=c$1aZ^-1b{d2e*n@U~&QJl7MstHattb@`;~0Ym%>WUlF_QT*+0VSvf_4Y2MepC+ zI&|*Rgs1uzGp98rwGbz=KNN6_|;2{j2V`#^Z}Fq565=-_!3R5 zQ7|f+i6>+&fVW4#racN)Dq{MZzG%Nya9_kAVT3y7Y!2<&_}#QCJ9F7cb1q5Iz`n#t z>0)YT?XQWEhyYBl`}qP@m1vFk@3bh=&(w)eytXzZ+?HL^-KN;#If@B2*`$0g6xT-8 z3J#vM8ggug-O=VtI750>MGzIr)Bwx6+{HYllC@tByE{%lcf4uw$jgacQr>5E>H+}H zLi|43EqNgn-r+nClOIDY{fjMQbX$LNTtD_wZ!>DJO<@DXkMTvTqap24TfkgvhAtS~s^q*!iT zB{O~S!hSK<7b)J!hw+fJr?aAk|5N_AgA(h8?);YeoR>}Fjl{t||K{=(^-7u}qHoU3e0DqV=#DiWYi$jE_G(JdK72Fh7*#QgO5Htt85^i);2W*0Mw< z7#))wF8W45U{|(J@u_s`z`Az+!M9(Xn3rZPY~Wgbgo*jk zBTu5N8ILcVlS6l!Nr8hEK?PZgwml}AjmANYBWW4donN0IZ=_;eVZeM9=4JQK6Q9xx z$^;flH;j>s)U%obo2Vk+n@5&059*OC>o?ZF_r!09gg!I$8NnZ z0`;2C--lZR5S4Y8`&VlUa>h-1NkeoulmL$PA`0AeW5vA1CgF^x_m@7v0d-CV0n|{5U2d~-(A)E zAk`LG^AB-{QT_R@olzKhvj{5$5phkhC##N}VBebAJlnrhPHS!J>V)KIvxNqEmd|1f zQohb=fd`6u|H`8m(ZW!BgGJ|->e%7k1K_StrK9&hWqU2U5O3(CD z3Ng#I-=y4XN0$jD6i~Bf@{SKDnJt$Z!Prc#)}fN5*a)MzEqTndw$6u=cMz^+V(l>W z#q{?n+Jn^cMnB@87Pbjc|5Y;R{dC|qc>q76+CWGd`sC%Guhq-HbzS0@(fUEZJ}ynv zF)>;|eg|~INx4j&VHt7P9G5G1G8xCfW6}wN?Dk<=gu-ZF z6fn^kM)A`%70I_>5*j5=#>{)wZPBk>uyj|bBIpU=12{&T{Z*uZS2fy=z**kpUW!mwNkJ?xYYo;Ym|fzNs=&7s7Admo0K$sg)4- zXm5m=FMc`Y8`GKnjZA;JRYyjbM=H@Qglc+}d6<|H8zV!Cv?;lb4 zU_62Sms!gYqEtu|D>zuU?wKU>r?18D85lbMyW`EzXS-urQay%8I3xTWQw6S;j0M?x zyS;jbTVthDqErY$7(T7h$(MQK*F+rFxBe;f+x^b5d>LCX>o6<9w!)35-5v1Z@JNRR z1p_RGO(1u;X*Wii^o)J*fgF@KBja8A^O`2~>+>|lFr?4BSV=O6tw_+r?S8tZz}4eT zwT*XDJa813xkFxVpE)u1iOi|87xUm<$5Hcwb3JBjBhP&}#-2r+vpdaq=7aR$xEMd= z->yeJ1*EmP)LIU4VcfWek6!Rii@Gs^GajQZUEbsoc zMO5=_rhGn?k{;(SZji&KA0&;Ew+!4h`=G_@^8thF`>(8@<;A9Y*yt!r3i(;@yDZr+ za~YkcbZy5IBq&vlO09UAT1`HAYuLe^yv2CF)lEx;Veh&iG~?>?1`JXM*^k~=s$iD0 zqpdN<&7H0{i_&Q2Rh=&UE05QdZP3ulU_u#rlf-@h1R_hFjmFKHR*C$Pp3r%!V7*CP z|AP;EaRtEt$F&ki1=g3q{qW5QU$&QAv>J{5c5~tQ`Y>J&sRb<$NblUX?!48@@3cbDOEGnqCdJLTuZ?c&t ze@j_>ch*R@t00KMq)JlL=kiKQ%u$gUp=45T2OZ*`dnf#&t)HmY#|>BifLalq{;3@b zM^dTkS!ptp^M2Hu1G+6k(KcU9GB3Mkly)TqU zIns|D`9MS2xQ^Yl9`3jKFs95TH#k<>YOHP+WSgnDFkLH+Krm#s8#SBZD!+Y{u8)`F zQJtHX3wj)w-xX14{=K(|DSuyNgn+2VNC2x0q`M z&EMp&uEYrq^hAoKEMT5HpO>`CD{!={e;;h>mh#5BE`In^?v9Z*LHP;qwu&I|x!4#& zcNMFy7HPg%=B{xQ+vCz+wH!tf%WpAP?H7N*EYUxN9?$I927mtocc@ERTbDQqPF@*) z*Js^FOMfOMh^#+vQ#y+s#Iw-$!r?vH`O?{NPXu>ZMwb7U^uKj5r6Mf8{=1mIr;&|e z(Bj#?$>ck zNgs_$S%W#n)1J5!p#Z$>LcC>?f*L%vo#R>A*HP5f?5=Un2CKwrJ>9jo);|M?G&!Ho z2PK`);A?n(G`s?uQ!Nt!CPsVWV!wH$i)FX_&JWBgaS~MJ+6eZTxWXBCp2DAA z`EyU?+g=^O8UV~kOSs0BHq5&U8IE%18Q)SHB^-w9uH$c!ygJ*@X&$EQLO-kTFDb2YUq@yd7HYDf(V1t^T z&;^S!AHU9XYJIVc!%A|nj%h$F8T3;(viC>q*!bJQG*QrL`H3|x>dFRgcr-JTUJ87d zRn0uxX0cC=#MAFtNPR&3v!g#!&npUDM!1166ww{IsgsDP;lP@KJEqS3sk^Yt%dF+6 z*!{15KNk`SIj5^CCIk}0b8T~_pn0fO)v06JT)q#+*5Hvf=)m2zZMyBV=aXsxzm@0# zS_`@h%pugwriX$#g;LFe@tX;1P{?hvG=Ni(TRN4=utEW#!z>kc1aQ3%B;2tZ_z{)ksHnalu zrv$<3kZ(*8YC(BkQ%imx{q(=ZW0L2^cIPika(T!SHXQu$P;`GuU*gTBzE7LgS$QiZ ztb?>AB+ErULaI^VsM-e07uFxbEAi=ORQiUl@laT#ISJrcC6W*Z5$a~e=QXS}K`_7jc}OfxymIq zR%=^%iQP;OOG)Ds>yr82m6a|E)EIq4l^O`>#9563-HOerxgrH;;@{T9$~HK89%~ex z{jg88njFCEa;r@d?BEG$eiQ_ez;ZOm}ghFV%Td$qj&k>}|h=Gic-Sc4--x9C@Jw30K_Bqn~G zv`>6Z_tcr2su1;#+5#at>~}bWWR}sWQo7C(=j1ywKd28{#D`Bj@cR^A_F=xDP*OQz z#~K$G2qtJ)IH&$k0zTiAoDTAc ztdQquxMDk~&r3!I=c#X1fCStddQJioc^1}h5LC;5=$RpP+a$6^YAawRy1(GRS=+^E zsaHV0&6FokCYF00M>Tm<%RSMU%U8_z)RF)G_`5aNV9FB`EN z*x2}>zM4|{sBU}J6x9gKU7ebzSDf~!zEhI+R1S+T^~zXGc#;%kqE47|=#*zjkpTb0|!2!fgFCU9_{L0x@2M|kW(3XYy`@|M})G(W{J<#6-oW~``s&9;F zv2NXAsFNSnfn(+Ok<#(!bbO=7*%LOt89YVjSk{Q$kv*Rhe+}~^R%16G^~XYJdEjuN z^UHUjptAbz!zeG~y`FbE^&065;rfe!>l#ov^sn%)+)QiIcL^iMgb(IGwuWFvM$uBDw=?zo!slURzqNfF%QJ2c2{@z ziajjsuJj!7`q24Pv{PENL#(9p)nztIqKQ-xdT|RE7`-6cwdmH8iv&Fth4A>f&%A{O z^X5JsU=oi017SCOXK0psa%%@W4%v8YUnbgxOQ8NU5_9tINO)8QDIqe3UaZf)JN7Xd z0e^_C9`&ezwtY^hr!DSnmmmmSqgUMHp2dn%2PaTy{j$>Uw2Pgt{$8D2(Vl|zIG$tl^ zJo#~&$>BvTCv~B4jf$2#m`s@<=WqMZ6|deg!lNoAQrNXTfRtc3tw9kgMuQ z+m>0X>SQNjt~Z-)LG~|kWo|z%vBYt1_fOW@*?7&Y#2RJ^E+NR0FK_}wj#+Z!tiHe{ zG54dJ8cc4?W^4+bE6fX!-MiDl2__p4|9se8f}3UP{h}M9%r=-oxh<0xtm5MPP2+&s zbjf-|Er?i{Bztp7i}mio@P$*pEREtHvYJ9}-ajo}{hTrL2(STpVRqrme94kWIZK+% z@U~MApWpZLinM8|*}w__0{~V*?0V-- zK@&pv2{eSMjGU)_2=uLX>Seds2^-ylfNN|iB#`j(%$u%JFtOKT0qCg=>%H ztlO=4>idrd%4BSN&?bCl0+)O>~|n8>FAu7D|2EV6{>;a;UzsuGWetwhSC z#Ve)(-%Fh!0;{EgKTTf8ycJ@6vzC~p5q>|ij7%VpT1Jku* zmhmz$m4|*a>F}UL9Q6gVBWYT1)g+nqJB!owLPdR2Xu zpV}I1I;?B&7h{06O!<>KSY1I_#fsymW(oI9=O2w%yle;E&&r6Pf-}=ICBE+lIku}F z?awFis-p~p(WqzbegkPfm-v<57{@Aq3T(ur`3kcLS#z_BXrhGxsmSHTJc#vn( zsFvn(321Vl;NqUK5MNwJ7l*an_r)3krRzE*mOUR~eJNH;jIxkB4@w808%=3FNu|$o z?5@?VCw;KuZT=jC-Zi6i{{Z-Q zU-DFa1$JCte-?cWWxBHk>J1>Ox8&6PhgR@BRMVXR;sGgxnt?OAd*d`q+lu<%3q8KmIJdV~VTD9r!h6 zp@~b#V%pqt38pG9skWw!&W94h>ODsyye5tQ>w{2-914jt0uL1}yHt5Q8YC;FfEe6l zfrCQLsNY+*Bbc(O#tj)tKXm^9BS7=*-bF$YF1pTZJBE(zfP1b7l})nhr?`)LrdP^< zI>Y|}(qsNXR{A{gMPdsm&m05K&WO~5LDX-J!3NRXnpx^8RYM5WljTF!_tvbXJ@qfa z1ZJeN!1)O>9ispfLdc?tb9KX8ov&*yN226ZcJ_{nKfsV5iq|bH!we0qPscUOtvy={ z;I7{?S2?3(+Jz5kk&pYQ{3*M?XrlJkTUg>?(ZY$O@G}kE^A{&4jsODmXg|72A+~d(f7j za?90smc(Te62k+Kc2l}_;r*qeLi>b_jWg%D;DK6F=+69|zV?|cSJx4&Zg$Gc!1$VS z)7r(%QU!ZSB_GOH2D8gg3Hq52ymwrl4{y9{OSrL!>uSjgg3$R2%`O?GMFssk?FPqH zP%bU*Z5y^^Ot0fdT4u8}KuM?GuwU{%N8woBrE1M!(Lr>UlAq(_ishZ;T6A&aQT^hK z6B+x)mcZb=A4X~YYjqwL_7t6enSIuxZ9k~=yWOfL@MJ&1FCU$J$!ph>z(A589x>gC z!%D1y`4 z1gL=BTX>^5$_x|qG|wbgGT=%ydo{_CzBs8Q0x&=#sl|resGx&lovTu>Sy*;<#dvX9Zk(FsH^1cA#jW)~yk(*!V>s)o5Eyiryu1(~af5 z?6)H46!# z46-KVBLuId2q4#VR}B=V;vwhQ)&8B=3QEPP#8tgW!KC?%$lHC1HdmLH39{Z%BqOwP zbB~elQsmTh+u#>eweV!}axw?hcBv7KGgKSxrBLK~92$*vrcV}q(JFj9(b}5eiL^z& z>6elrE}J@BMtKP5KY^+%n>npqtnj=IkK-GZ{c7eY-U&Ba%O$&yA;;y|)cEz8)OdQ0 zvRudJ$S{7O)e^v;TpF?JCvdq5(GYFBoAVcM%T7|)8m&MKNH@uAGQbF-YYTrMhoGm}`m*Q1lmYU90VY!On;Nbo= zAJfq^T5ar`aO}_AXMx2TC@%}I7(MVipOp^?JPk5f_J9WBPAi)wZ8N>QZaGBF(F){X zdeUv965Wu)p7fCALB?~t6#a`2w3a+`ir4ILJhn8W16JX z(|)H2JmJSQMbrasmvw+Vs@SFSzarT;^Zx)eW_@5$^qB)O1TPKoq;y?_$E3iLeantxq} z=cn(`+_#HiG1?^aL*<`^ai4mSIUcmqRl_u5n#i|AqqUP%>B+oZCQ~i8a@Nj$)AIDA z-ka*H4RJQ3csFbJ;FE?1g@_;kYP$DLj!8t(6AbIh$cF?`hDQ>t`bgyEaLrkc4>T{; zSDW@*A>f~Sg<$Kuog4liTth59lHmtGQAmehwbpKkw(%X?o>v&HG07IJ<4$7UVHdq*=3J|K)~DSQsrQgmOX&YGF)<0`ygrh$+e&C zm)Y&agSXbLuH>FbQS4brJ=pVAHdcald1V>#4`b;`gY7zVp8)ulsm~RvME^2JbsiV88vZymCn<$A5L|6)jFKK z(wlIZUk*WnMtjxoUF!=qqT1Vpbdcc5!2+_&%`{o~vYB36q&P-Vj4o(XTe`iHeYX0E zNYR1VPio05v)fP4kSYo;X0)_#vE2BEB_Y;L+!IzdnwGJq+`RU8Kv>KN7zZEPvwOax z`z)$%BsVYv$j5V1?|PTqj95(G1f*s*Qem4wzO+nr69KM80k1Q1xlNNrGOLOg7^2a4fdGugAp!{tNvny>7?9!uyvM45Jg?YoLiuA_9ir-A^!Nr#5eD9+>Zu3Ts- zs9#A0HxpakN5Qe2;gI}2MPG?YJ3`S=E~C_DCr*k{DxbJc2h18K(yZjYg&O8jAYA4- zK-{Ey8Xbbw^ttAP{5ybqN)Ac*QewWlx4&zWiz7zBo=5q*5Ro?^J{l1l_>d?t> zmryf($BDNo`GZAebj?Fdh7*4*YR8T+NuVya)FHq7J=M8pV0i>!e5xLiEyQ;br11$1 zgM3I^8-7$dl1zWOwR=65&qcgQ;#-MQGD{ac{J^chQAqD}#hqeil~=@!{{Rx7D*4}| ztgo$g81*eqRkzcC^&<+E306SJQ%*Ks0~-B-f3`H zg&c8$I3l)wnLBh#Kr%+b-myJu)h&AB`rZ;Y_`V?dH$T?4-kw}&_M`lQnf5eGJ@la2 zrk#}(vycGuH6O>8Z~fgczs}vNQ1(vEdZG9do?79v@EljFQYD`qSpCTd`D#w33cps{ z1{uYYpZwJ1b{976;%j+Rk2S99M`v1Fj@h$8{{Wh-LSG~LhLqa&qp4k8DSHhr7LEnS z4>1`h>BVJEz6^;Bo0W;fDIJKfp%UA`=-clmb(zWdoYn%!(nuzh?rh^Hy)QvVg|ERG zj@x;{i*-=A$!ZjgzwcvE7%m1qel%IsMpn7DhA;tJb!8;rXB9;tXeN$lj9{+GNbS#< z`qp{L45yEUH!4TrHrxY5QY%Kmv5-bHNC?51iud$1@J8BLXCPOj51)7gK$JbBf%{4g z!yfmY8Tdf*7*MW~q4i5(%h{;kz(5ZetFiQ8)$t@j@K4T?Vm@N5KF&XckzEj03*6iX`%C(4jxBg=}kFaz6)L4b_ng$ByqgFUfGD0#xm{LcWNu@jnP=z6gZ)DnU#*@4ZD+8Mh&YG$tE>!pSqLg zY5f-AbmzCbcvevn+))1j5c3q|4+_S?l#J(`(iv^Vn*k@ijs+c(CgflBXH&s>Xziv& zC9jGC_+y0`peb%-h;6uBk0up%ExywZ#AP_gokr9&*+Zb)k?^3?eT7gwgpQ8<=QcCY%tE=)8`S%u?@UZ9(@VTLg?YUUqk+5 zR{qvzoBbrAXdT$8Ku4jE)Hu<*un^roJ!dNW{D;e#Fxig#utl zy4e)esT7}m6rWm$6t-7Oy53}L_9)b*ie>)*4qe01g+d*8Hjmv(%kVskk0G6VqR2f| z*JPUE2fr5K>ZdgwucOWwlt1Pes1asR(YV^mLY#sqE`C_^o@mlZ!`n%M54vb7Tyk-W zh#((V{{Z?>f5<9Ty5bba@(PL7yy}O~-4$U7A7_aF0FY6A4d9Vz2xgFu5NGR5Gi2oV zH2ITlxj+t2dXJ820>`16NXRJUeQInvg~5<7h~JGt3&#|=NAH%12^Tu8+R9N}W93t# z)UGAdnI>gm&ZF-9MN?d^Zfa~mC4xEN2^62knmvmyi!Cx!A7AP&r|!p({GyzcGxc7b zG?A=q@U{RL%7Ac9LDJ?2tTj2|_puu{K70z7X()Ye49X?l6UuqXkB_@r*N?=`{D5{G z>#?5y0KPrGbbE60t0D0laYN2%7e-y$<-f*SKfRCMiyz9uvP{%h#J)U{M)G5O1>F6H ze9b$lX;&I;>%%%^As+gSsRy?-+ouDHJ+hGNy(cBPAY8?@8IPVj8q1$6!%}^82}-#F z8E~9a_Lj{oQXX+c*1a+s0xnt7OlRRzZM2oOf>7)kK^b939-|&c(tQJZV5Xz0>iQ&h zM^3tU)Pt06RO8@i+n{>kwOfenwc9fDFTV@IzkAdgPP-U9#sLT6Sd?Ps z+Y&)DFU1=bYiHGZouL9*R%P^*e_GPArX;Y=97!5|#+_|2JEH*ljw*{(=__lrI0{de zMO0b)L$OXTwnBW$$O!xmT7SR&JN9!h)a}_-g0NN@T>6S@Oh%dpZu(C8!MsZu9dYHH zidCOd>Uv`c^$1JGILYRZw9RKt)mJtbkk6kaU`;OjO0~RFB#31BiW@w|lKsjHJ!?wU zPzeg7pI`4%CepIItz-_qho8=>HC~EPOqOg_yZgKvr%5%f5xm2;^g#{u5~CfvxyZ&TtBYHUKk?%#qxih3gLfK?mtV%Lgj5w-UVNW9-4ptz}Rl5mumU(u}isAO$ zvZ?#6pU$4MQ}&dTlkajpY9-1uUNNf;C5)2zL=HUYE?Gn9wY6nYd9d=_QND~eg{aqrlRxzGL;OO$|@&Bqz=D+OIm4 zXG))(d&~OO%lJ$1AH2`;Gd{3i`#UOq_8~_<8okqwEuj*F?jQt%%~tgU0$A;sjnRk6 z`c;mPm$OD;%MJz_b7J=QqVG<2g5VzM*!<}+>RMZ6(ThHYGkc-KHh6$k3cY}&02mqv(E8J9 zOKoL*DG0!nebRrW8N)ng+)Az)F`R>4I8HNOlaG@evAU8G1WO*R2|`u5EsrtrsTP{$ zqiR!FNZ}?!?&tW0F{F_uq2jY=cW;#q>WObAt#%ZtpMEyypQRPphKG+%)!a}9pVe~d zS25dae)X~7NPDUH)#kIPOqP;f*~rsdh0Y-xi26}LVIC{ktg0@xhf%w=g4zM!z4gFc4&eILZvuXBb!7dHPVT??~EdI%CVM%``V}&8x@CI34ps zcv}1iQ(j8#A5xs%$qewXfTRY+TJ*;5x$Nvd@x*{!Wt>~qhEqqer@FcgFHXFk(^0c!bi*{3a_~X( z!Tl>o>wcE7vS@WJJ5QcSkw}u@90fu=#bLMUHJ#MP;zGoo#iS&$U$1(C2rfRkhXTm8X;Z zD1w|GJb?4f1?p4VX>H;{z7csa6L0jY+u>00tELg$UZv&0zSM7JntN|~5>It9Jr}hV zXczrMuiGXO*ry2xWZ7hV{78mQOg z@jC7&kgBM(LdUQk^%qGzU2D@Rs9Pu+m9W_&j`>h z;n8^kSYWTm6@gC|g(*UERkr?g0~TmKLk9U_edi(-0YLA?QC&BSVIe`0jlKIE)&8^{ z?qViPD#WEg^~ar4M{g=D&oW?1Ch!j)RhmlX+114+u_XM7>BIj3v4lD!!lFvt8$@%1(7+9@Gmdy(l&nfiy(uigG*PY)auOs9y-2?Ns=)R2shc&>)R z`=pM1>YFvVv0+_7%48GeN#7fA>H~TaPR7y|90DuN8x}0df@q0ED~Q36>^Kt8RSDcQk%c!R!rR zi=&yX`q2+!XC14CA>?Xi(fmtEA~HvnSYsg=TfKL}K9x8`4`W_25!;baC25EsELRL8 z%B)Oej1fs_!5oZKqFGpBJmQ;ZejL@CL_So}jGojeg%7kT4X%@7+jEnT%CqS;7Tb`# z){pH@J-RK2AI1GEFLd`u6>NGHq{X(QCNM$A&b)OPyfU&eQ`l1yN5H6a+W4*pam_Wf z4XC%X)FO`|Wgyj>YRTd#GLy!6p+RcPE)Qz55f2?kJcTQ4vtln_P>JN*yc3Ev>G7Yk zfAs4wX#W7>hsw2%nu{xE$Nk8pmnaoXm#A?Zr2haZtb|-`Zw9*X4q%H zgukVH^K&G2K^6&D?8u-HN4!sZ#}!R^ z(v~s;Vc!#c4;1_Y$=ZLl2H;=Wk^X4S5ZZONiKqY?aT_1ulwz|vx?bbObb?fUqdxZ) zS$Ct}+YHNY+kID>6oY2m*H&T)CW1tCD~u~u1Nx5DmuT|Jm+-1PfLsEg@M}@WxCtIq ztx(C>2i4#HmLt(cPP7@dhyFoOdaP$xe0B;d&d_bPx8Q$=LG)SR@dWnd)zybe>bF-> zLhu+2gaBnY$HuBwWL8((hEfP3w0@oHX!W~@qtqG*E}|ilQg-eG%N3tKNn?)Wiss~( zqy*M9+4P-4TPwB1(VQPc@gEAk=y7R3+U%~QMtMMFE$5FRMe=CyYF$%rB1ZR@GHt@R z_esx?^u-n5bcUUMJd#UivP6?|cwA#0#}$fth-#qm#nbmImR>2NBI^#AeJ$g?w*BRV zpbV4BKbo4S0R4g>F_R*X&c1-T(DeDVQKxG_i#C`t$PNfU8m{Wznpch)bWJKdiP4f3 zDykF={p@-1=T~FZs3^xLd=fbuRAf-w#yXo)mc*;9mc;EH!vFykojGET<8+S$To_#y zA^sHulE>DFwC<9dPSv#wo2EIq+@>%vSJWEwXz+;(#Q=b$Y=Mw*f;*bkKZ;<-H3rJt zvoYyA3ya-$)LX__2?j~v51Fl6*QRcD8>P2dE#Z|zxbIX84~vG1IP1ys^)5zh+Bi5M-aNVacwPvV6Ej-{4=pw_OnQeuTKcS>2feL7xzo z+vVgBdXsHuJW)jjrqKf6w$YN`8cpr$&3`q-S9eY%P)uXp^Xw#&Z$;=<+EK#k6oKD7{g%UM3p z3Xr5_RcL#qlG@W#Xs?8+6TZyt^3DM{qRn5aZ|=1hOXl#Siy@&wwLVz$sMk77vmm@t z<2hhYhwlJBUBz@X8ns_7$-so!0gU(u=xarc5gy?DdKv~x35r3mR=jIXVnvH_VA827-2K(h zVNyDN{%bC?)EiW1mUyC#QIv2#e+sh}s~*`&O7^aO(U((=O|MNi{sL};g4;stYxARF zRya_V+(^mJLHsLd)4HY^aF>y^E&RiktbWEzYmTA1xwnK{&pcb*gMIu}{k`+9-xCgp zvkJ3KtcIcraOmf}EvDniu){P{pm<$feN^U?J+xD<>ec*uKcSr7S7^r9;s zq?JHhv=R^IUJv106p9)>tn`JY>XM2#f7hJ~+;sk>q`vD(p98RO?^;!*{k7O0460lC zPX?qsYU2!`kBvtZ$!!_Mmseg`u#Z!PwvIOu{b-8URMGWi1eHfVync0Kf1%plAqFrB z_)u=8(aj4qmW=SXsvanMmt2E}6V0TtUDncvUm$t>>aKe?jk4&--^{#zbUO|1yQ34h zH1Q8L@Ay@vue2RFg^yDrDGwN7gZNQXPqI;EZ>nBEN=VCd5a6tXpT>oCxuKs?l1q4m zNW^=C$obI*r+cSfX>#3Z(~aYdcF)kzivmjg>pppSMw}7yIzS_}dN2ZvR}Ttnslp1* zXcV7#*IT&x(o?%vTbEjd94CWHi~KQ2ZWPj^;RO&LAL6w)ct7FfALT!#IGnQ@Mc*+$ z{HOG&24=xWiIeGE(vBx)QP|@&>X1B4;NY50oIyu9zzj(>u^3rtpk=iJGlnGRG;yS5 zrXz9A>`+%rjrxxy5EPuzhKnE*6(nxmnn7d}+8ZrDSr(TwG-{SBs~Z{*c0~T*ZlxTJYm@_q0~KRw z7lg5(>;-x#{Afrx;N)k{oJRfUVsTk<_&TrYllvB$?;0Hc0R1W&vX2od!0afOs1N;x zaDVw#Lu|kB>7V5lc7LfAd_B||7sM%W7yw8-1KOu6l0*;X^m+V8jrY=LZMHPKhlOe?iPD1 zH6O(4D6d6fENKQ2;*uS#2+e24u14)+YZGXxlGXIRN?R9~#f%RUDLq%v(q`nA&nLYv zSBxgGs-)py00Hx;^D$?Q6daR^%bqGTX%D88mN?2oGDIfcjspTaVyi~Cby;;(5{cvn@G3R@UnJS@@gP^*j5uM zZ*Y0i@H*s`NhZ9E9Tk_c85PnffXn@>U0;+560~r{JVJNv&OI?$LJ9TVb{l&rq-ov5 z6WoL9O?_9c^zF8@AZxL>1=<#c`g7Ucwvp7gx{OG%#Vl(Ypz_Ca_2clM;G43i7i2z) z)1KBvmVXtl)To%q+!2oAi@KXi(k?BY?@+ga%Arv12f7c(%7DG9T+h=wQ?8#o{{Y1} zU92kPg!_^@wq5@Ku&0#OfhLtvKdw5j!quluKKklFiQxN; zc7iA(^H{yUvu_?#D2#1YW+Wi^3Xc>v(OgAsb3D5xAjtjC#O9@4-ssTZwY{_wOJ)Wb z1A^zs=BR6PyBRNGS_Y&0#f9y&8SKN>rv0uP4N5rYMu{akTzb%y%wv{AZE)LD-T)ro z3WhbCtLw{kBod4Y@AdfA6358fY}RDFv1LZRgge4=jLqJxY&B~ORf|!Q*(14P7CbjA z=xaXK<+gYtd&yQAl!GFSkx+&7cXm+)3ceEpoS%BD+Se!*X35ljZLGwrYpCi0bgQ_^ z7fW^Anf0t&S6QzvE`Yh3_6QEqIT-gxY}S#c+$N`DzihWGh`V;5d&{_>-CELpCh|nJ zZ}?k;B(5;TRk*WmTVxBOw@cI(03@`9l6d$oJiZ{+g!eYL7R@U=OK}-2cZ~eaRB7|u zq#`7k+p9K1?a87mC%3eXK|wmYL^k)7?$7c3+)|XCzEG;{ zI326hgFHZxT|plj^;}zL$bAQ>K8Glr6X8oE_^awSV>M^i)-qZ39k#V;AB_#lq$s1X zeZv_(La6lB{l%yGnEwFz(Jw)3G3vAGIv%7(=;wE}X7fX=fkTZdr57-ejZAAEYi6Fr#8jYlIPAa?FJ788ap7g9jx{X4 zx$RZgnOnPQ!mif^1_y33Gx%0qpHoL?0<3YDk)bl6=8w(rRb8) zanaDrDcvj1?8oYBpfO&<=xK95QD%vL>+=v|R^;O}g@HDljPp*9bmfKyDPSoW1XU)H zrNSs)a4CKv&I0DSE>~_cbHT2n@=j>jC}9-%k}*;@9Mana0fA02!|gvhOQ~a(ph_on z{{T9*uT@gP`=I=(ri>hJPG}IP_KRz4ab;r#)z8`d)wbjs0-L5?z&1CQ z*8|gb(^?0#EhgVrztOF)ZywIyW3xl~D1#a*-r#gnuw1pS9|pM%x2)fPa;ZTE*6k z;4S1)$Upg!gH5>$OrirXQx!9Gxbziq9+085biX99Fl}5&r=0fBgYMQ)v<0F*cXBvW##E+Gz8ppk$WWSOc;kq=S)~jc_jO zXLY381jG;FHICcdBt3BLBxXb5Dk=}+C(5?nbun)-$M71+I)2S=eWN?K{nT5RKE0~A zu10+Xa%qa#7c-}cjo)YT`DV9YW-JY*wijsd0Nd$U_NS&|cDM|nH@y6Ea4TB&Q#Xxa zVq5KW}oC;_! zN-4_yY+<9%b)oL0xHgv%x-R0V#|Da}XrfW#NQ=1OWcM^5?GhIj@U(BRg*hY4dQ(wd ziH}#XlGsYp2;Uy^cOsE4p#sKTgn==g#SSWtD|EHf-cT?Zc8~K>CZdD(Tl#ok(ufE) z6Tx$JDTYOCsHrzGj|sT)s=4f=YiE!Rk|Zis*Mbf!vEEN>5=E#G$m{M*J9g}91O~Am z_S$2Q-k;XB6bE4UysIwL`PR^me|mpf)YKh|k>x@|APcI8{jn$fqO7dWZEa7gVypU~ z58DzCfTB)~yVLEh;(Pe~T!OeOoxd8ZG~6KMm6pB{+isq`mupOhIGd1s%@pWeAE(}n zhLz`4g>XtYXY#ANTYD?pQebfLF~}&`+wk~Rr%kjPO|{*X+!CTl!O_rU9($i!;d<|K2rN*147J^qId40p~oG3lHtGz=))2`w} zc&gJVCMHvY=NuoETClmxeBT9-$xCQ6soq#>Hey&nj(GszAbgzq&@Q=ib7I#P?S_h2 zT!$IS!1JqnXr;2&KE|k?^7v}Zps#-;M0%e~-^FHRxJ!9q#z{e*Jn#>lG%|dg`{Rpr zSMw{h`LiA9EfwY0ET+EkEv$Ef@BH5kSJAqbkEg|Af_T-V+uZtAZLQnEWpk%AKK+|I zI!XWmx$J8H0IjtPyU1a;wJHRP7bUT`KDD-bt;xzrGM~(4d+G7dZE-%3(p$ujg$$vD zfF8ip7DnddS6hiVz95nl;5k~peNi_*>?qxgXIest!^&XX=YTZP) z9XE5N&l?MvE(D4~@W?-{1713@0Z_3cIR~{>s=RuIlTYWCyaqDoax5?POZ$@&C|OHw z-s{0-Un7blwt_u}YDT;Jf;-h7iq@$dUu>Ai2W_#a-JkPk%9z*nj|4#WauEb)ZY1|f zBi9~O(w-;kaigz;Q;QsTG!<9`hVXzEJTJUJ;)ONCbq={RZDobChKyi0#+i?;^r)^) z#;bIe<%T>ZL$QaUG(g(lgQuH^vRjb2Wb;sjewd`s7d%vzF9PayZg5+DHdH31HKvO@ zAZNLZZeYiOp4p)ug}0F_ya;lp)%WpUAbaw|mRYNJ00kT~$i) zxH9quUG(ghw|5tkN*WtWc)~KuN4nqMsroYZ3kbEtcfGD9VIV>NQH)jJPseGiSZZ_6 z3=qqBaukpW@&J!hS}{ixlx2ogpKI^_4Eb`(ZMZt*j|Qi12=E-ry!*?>MNG8T#DgP| zoO9lx>Y6?4-LLG}BZe)irLr-ccEv@5r*D=?6?vXB$PIz`){mK%4xtv&C#X~U;mBKU zcCulSu-`lyyRz3V?XVfdsp$Uz-m=IwMmN)1*=AYo&e?`=6}>7%9akha?KS1Ru|$N1 zVloB}GsSF%Nj1u%PZUy8jIaBfMW0YwPk}CBfAeEj)Af66_*P44 zQbj&$b5^#uw-&9s-eymLJRhZ8rc<;%y3^pC9H_{vbP#!!!Y;b-tN;QDd<&?{{Y2{mHLk2vzjH1qd<)JKN{|TdOa#GoqcV80G7^lnGc$pl0U`z zR4ZcK`=*^=x+$0YwD9dv2crHjohIOA9Dk7hl&F61*1acbKjbt}8JR}peV}d0403C_ zU=0kaPjktpp~*{vNd&Q_*}QSu$Rr$-9@Wirma0nk7Bh#A~OxeKz8mG`> zSgn{d3}bdG+e=Y3+ZE%Gd(yNkVeX8pEYn)QX>l@q7a7I%$AmjNs?Lr9Z3g{j}Koz7WsjQC|y!ImxWq{{V=_ z(tide*0nX)>|2XT%kSNo}&{enerX>9>*t+Z_i&ZJA*kx=zmZe_Ghg#=+kt7DZSrKVm4 zX5^3wt%%JTU5$OBTXVTi<^Ec&)ZWurXj{Z9BrX}0aC7mg)2KWH&1L;@b8}~{!nU%! zWyT0ojPp#L0pM9W?ACPa>u9H*7mx`VI9&5l)a1}sg?kl++>LgQ{va8YoyC9Bjcv+H z7?LLrhp`m9)Sm?t#Vmb^p4lf|uC&leQ9jLaEWQJ9uBVmx)r3pyT`r<@Q}w9QeTbV~ z1$sQu%VQ8pH|-e77|l+_1jjATn{Z@8TGX78=Cyh?=swIOP-OoAmW^LPQt-=XDvDW% z1JuyAzt;LrksRVnglVD~F@wqZQ@47oI;=8TJWh)ukXt>g<{xQx38m||Fj>yhMo0L zq1}>)vl^26i`#hdMH!AA*}&yRD}G70gOb|3v!s9?e*sQF&0uDDS~q81r*hN z)|FwXSj8-XrtoAD{{S!EZ-}ObrE@H?#x0^{^&RLrux?-s_E(@XP8s5UGmPe}PL*?I zWT_ZnNZzEbMkumvKtRkE+z}bw+qbBxHrlP6sKRuTM392MA3J^mk<07{CQ)?0wWvfS zM#f_~@cR=-32_#s0i7+CE~8xG#z7vHPCsQm)RD;pq|1%6V+~xok}Erwwu)B$;^fJn zx$req{>UAaTJD}L^_a8_ucL&jy|Dy;5*|JBFFB&aB8VR_6iBKd$^2642;TLsS&O= zkBu{R(>i}FW|=^ItCNxPpe+Mh)NSu)TR?U*ZUY%7;YR%!IO=i3)02}2tW#)P8d z$kf*b)ugg%vO{lYi3ETiTLcP`CtK>VbwcUW2+3AK9`m(+W`ie=NP315B#z4G_fhBW z`ij;sI&(^!rz|c^w(?&?0Lw_-`N>mHfhXpG_#TT|S>9&U>~9+EIah0Qlx%h*9$2qX zo~0~0eZY+ZGJE;gt4o|B>A&n($UD<_`gOLMX9e|#k0X-HAUuzF@k8A( zz9&+-h_rkCa_$%Q~!(Nf_=OPAe1e15a#{C?m!|LHYKhKV}-0)urRg&%QYWPb%Ph zT7mEhenS_C(IOn|@uw4VX?X+i5Sz^Mvs9YY!eJPo3V0(S|VIqQY zo&m)aUg`GtYznc93KzC>@u)LsEFxhY!Ztx1f-5ZX3GvNW%cfi-oWmd)^vzeE4|hen9FX~Se3jcl z;ZM?=5wIsUCQD|HLR)g=d5lvfLF5tm)dudw5OOi)N>^rL4+G1JS}xQ9yZO?BXU?H0 zLqx5~ZhlnW&>L<+^QjT00pH&|S0zD?0nI=n%cbGYwQh6UJP$rAL&X4es;}*vaxjEj8H4iHKsn;AH$M zh~~Dqw-0R2WL7HZ;~bAM@Thu@s~i_%(NW!x1dqF)L+kRVI%NCO%RFVU%#7@~&!ELb z{2d)8mN{cB{BdX>_QaQF+fDl$h}feBC({*^brt+~c6L!LuF~6rkGNnl^%bpqT)2); z*~;vxR8@6g#hF6IsR3#W>8jR>eVAQKC%Y=a~ z;&P0HV}5n0R1}ACDB>xXO(8qL3KO zS9fW8B1zk4q2{(x4T&{v!S+O z>EQ~eKSsSLY*$%atQWHp$pC(pgzH^dsNYQ`q+}ota8rZDZM|}U+}yqnLjM3t`SVOc zF1?aFvl@8)D5EFV$qf3Sk{KnEM#BbOW}3Vj?h{06SHj*?kF_h7X0#epM=4 zlX;*?DU6^iz&>>Ttr%S@TmUl{^s6XaD6SJ0Gk^34>0H$zSJ0d?gNSp3@~JnAiwXV^ zujyXY*BTrD0Q7&Q0gS&y$L&Zn{PnGc0T-Vt$+RJzUfce9*)|^ya-i{1g)=qkf&Tz( z&Ge!#XYQ>ajz}VvNIQ%7QShoxr(ElEagNmIPDdlj;lq;UfB+h!K0ld_!8)?}FF~i9 zs~tK;mM27zf8CGb_#9C_nbeZq+Qu~LMDsukBux-3p!Y-SJ~f@%X{j9HFH>VTx~-Z! z=v%8T0_J#R4>6kQQYz7D#snszEdLX z&@K|vZ6X+Kq89fu9Ltf;;5@xe4oh@&%^2IyJ3JDxn7qnW#(#$uQPToT%NW&VmP?hF za_&9BK1Qtd9R=7+ZKy=$S+dO}nQZ(HYdrHwIc`q9*Xx39DVtM51WgmIvvQjoY5LQe z)zWIS+DsjTLW-aR>FZSY(!*!1N2elOU3eqkjvz8K+a|0v?J`?LhD!u4^MJ7@@fP&? z*FrId&rbq3E{E;zd|R00BX2$)S3Y%emU3!SvRKBxJPJ2>E8883_|S;C)fcDR?3PLU zLJY0cjHldSdkp!XT4UMAQ(S4CMzh?;Ld<+AfFvGI2cJsMia8W&Z_i`6r06TvFK(i> z3ozYsGaE_GxNQ$F9$0o1!twAJ*_IL=SO&%+Ya*C`1fuAnaxw1|>l2*`GB&mXWbWbeGjDg7@VVj?wQOk*MwGBEy z87D_BHxNTI_W*pTrq&|*<=@&9?2ya7g9XOVG4i3Yt|DC-Ei{WOiB~PW1~2Kj^UYO; zIVP6%*?uIS;8WaO$n$>9pHH)BcMPS>Ib-$6#TsZ`Np)?cjXkX(@Q{U$M9C`{?5q!d zIL$=1u={er_jqf#@)7aQ!^l?k#YwmeVJwi&@ym#sMevhpUN{Fnp0%~ZY&Na|nsId) zcnR*VC%=fpYO8MTiHOe7i;hV6RaT#Lmhwk%JUAgPQ!J&65!~_XRnnxkwj$zoc$uKs zS&7R6II9kn(=|`nu>SHnt=R91DU&wZd@19OQJqODe}6y76RO~e(LF>j9rXQ5;wQRZW0!8v5P6T7 zqibtWZ|BEmP;*%Qs0ngD_tLaW?LAr< zS7_l+9?e!Nz_E;Z;rzt_!hFDqgi{5xwghiEgE|w6_K0k9)Z| z7$+QjYJ*#zS#?OK1Vg6`(4wlZF)}1Rky^SXbZR#oHI0SMrZec8T0IE>B9y&$r-}#9lo^NGb?k-4n0Lx@3@4vwOq6 zN41PLo?R3MWet(%R+?Rr5-W}ar*Ds~Lbk)nBNMnXi<=*eEu{yt3u%?jZupM&lR3H++1wxEYX}Mm$7B4jC6<}{H6Yt4l#&RxBxCnU@~br;P@fO}6Z}Xzs3O)}5)R%7s~d)P=>#s!>|$J&IVP)hPkJdv z58bOfwLk8hV;}cxO^4`^HJ`@E`tns?Kqj>czz{HbseLg7B-}{Tta2#f8_ZKu25WZr zTepy<^z2*3(PSeF#^G79-_1syV_zkrr&&1Gah~vwKD8Z?5TSc1>}tnSvz|>*u!YL_ zKm(6DWa+n!f{{0RuQVj`Iz-cCg2NQqJ6g}|Q}Bj^;nz>Cz8;LwUv8mu5YgSxtQ;V()T70pNIi~q#)akcQmvKA{3i6CVgZ!eN zy8EHVhT=au(^}d~ z%Sq8dB=9rkL7hvb-P>xmcdrp>VNw{cIH34Nm}lx~l~FKzi4(H}$UW-MPq?_TlXa|^ zUpUX*G}Zm&dV#jN`!Tnj7{*23eTAE^ZveM4s=V&M1_{{Sm? zWALeZa|y0hq;4GXS!Y_x@o0~6Zs0l)Rfjk^ZSIE{J)7lMgo3#Q5$jqx zM>~lWdSo`=w8YmjymG4G^TDiV{h|?VZeeR%J|qQ%y|Qa`hD4fckT6kW#%lof&8V!d zx_X}!DBK*j;J+_QS-v?1QHtr#&vF!uI5{}0%Udb6IX=x65xe&9^`dT>)2x4IEUvKl z#CLA>VI}UBq&kBdvz8eEecbtjStXO$4qSuUcST%?ym=eMnGSqB)aTN5vwv*^NU=d9 z0kRd#ZS%z|Q|b{E(xf*kjr;)dMLidOZLTA^zcIX)v6ls#9sMdpbfmAKHv44Gv-WwS zX&oMQmbhUu0kK`VlO%9{HI80MFMuwz%ZD+<+@o+sYyQxBk4(DI?u1P{-CckpiQzb3 zQV(HSO_q-@hR^nS9WlzQe@fAnB={tLia>O>kalG6=jy!z(U9`cg-2+guLS^j}W0+UxQ` zcOyn3W?hf>h#j->q5h-RuD8hqaez-5VaqK$tuCRfYPVYEqbAu&8-o570{c#y{`x7T zy4tL}Nh28as_9*lk|{2Y&8i`gG$K*BQ+8J+?g5G+GpWu8V^%uWn(@q#Z+4#;Ul8X% zDymz1n4M8n!ElF@+cfE>hg8r-2DKd1#T1sRGH}`QtLuB%=88*XvEY5#1qzATt>KF9 zHA#WTh&;tjlUSb4HMfUr9DuS9Fnfbl$~VxiHt7a^0b+*xbc#dgZVg*cePLm*U4}by z`Ct!oO?y5*BcYR-6y%fVQ2Le_SE!w4iD8A`abd}Ci1^ZESHleWMdS%(tlT8hzlA&p zdX@4Oa11FtP(8~C-_Sl!SK-Y8FWk1Dl-Ne-PH?6JGBz)*0@^sKYO z-$hm#Ll&86o(;Rhc!U1&(t4ozZaRg#$9CC5yx%9!O>=tLxEg%vF0ZCRPC3h2?QUMl| z+uK4}oT&^+$=m8{s^6%+E)R63m8jmWu+wMoT%#!wQ)m9t+=fJIm1=n~sn5cU zr6l-ZQHxxo8~*@$tV0hGE@A%w>O@8=d>uijO~iMRXVA7QO}Wvu`GHw&BhEa)=BVy^ z6HK_1GTOobKguY4*%Rd;FIl>VYZ(<}jh_IIGea9N2cM~?dd7V>N$MNDJnGWv%^P76 z?YAaA1bI;WpKG`*bpEH)rUS^0hx4j3##tq2OHHW9f*WnHpeEt&k_h###tIXja%djn z)2e_bCl@2u2^8k3?=Cu))BgZ?x73h-$Z`2ne3o4PArA=EK~w4Y(r~#TFyqwLEhf3B z20kO)gZ^eByqc}lfbMz0{{WoS`Azv3_W1i7?@gG~SAds6-;&+9qmy+4k9y)StBUy= zJxcM8QQQ&!b4xeZ%sFy?Zfe*qii}!}pE_HQt$%3QFW$Om(Fptsg7UsaT>?A{}sL}V>hry3<+FQ@pA6m~WyJb=LI@%nwhoL&M{>M{c zcN90X+9?3|t>Skbz~{9!d3_&>e$6ak0mx&;Wc^*UPS;DveAfcHR+ISGd-owVHb+wST`m#zxWKx2;?A z8&x8gDZfqd6Z>jUv|DLn)cE8RyJtRClZz{!a|FG=l+lM;%c$tu$JzAb1=XuYuCg|J zp5uzAhhNszf^4nZ?Yb#-m6<&nXv9;WKg+1jE1jQBDBPgz&9c}qG)XUPW3{%F zB*nG>`~&c=brqbp_BRkZ9}yF21D5i<{B)Yb` zxQYnUJ-dSK{Y^fKdX}F509W)3t}cLWK?>O1f-rm~{VUqK<3W)B0P=sON!6IkYj(^4 zJ`(T-F-X>z8U(-nAL(5+b;!w?PfrZ%7Nh+2wRnEw{Dos3GC%FBU;d?TAr95x9w;%) zzp0}?x2^{#wNL3g3)_89#qf+ofwROI$*y${==zpNLKLY|Gun!DUZS(qwTLVxQr83z z4-4)yRy{^Z!|7IwvbV8PB+9K1hAs?~U4lu;_dq>>r!MZUElQ+v2xQxqVdd}?y>3}F zy;5lBgd2r9+nkPjR6!=Asj?Ka5(GI58h)qJxS1yA*_Cj(Jq5(J@wL$s$QR$p@9{KA zs#-nPl_sW4kQvx4V1bqad1L9Cq|u$Owb*QKcB+z5qf#-PcC9rn5a?4_$rzFq7z%mC zHk(ViIX)O(PXE~(={WfqKewu^|dRNGu+AwOdG^8oM3MF3T&`=-st!y7^!f? z={oJ7?HO!!soLhsS$t=hj_-^DeKA_wLmiHqmwIG~94KhnedUmP8pYzUT`J%-!aIU8 z4~rgDocA8IVWI2#oxPg8XolJ*Q{f24)?D%h3|T!}S{7B;ke=^T(|Up^*76pL@lMkl z554}BFL$R$cX1_~L2+#|43%%XS2zR_-k-Rd*IU$@dD=S&l;I;xmM7GoD(#$7>Dss2 zwHudfMFu63OkfWFzY5VTk(1y}jH;GBTc-4=TGrM(u?&Q6R2d389QVyew0rG+W_ybp zlxcx-9$e=fF`;#|otJ zyF8E5vS-4!?#F+6WtQc{gxgLW2~0NYg%Q4E_s%;KeCj5#)OvJww-&8&8eGBykLL&c zrmQD6?GDY%6~;pW`HIh?>>aojc(p*aRkX#0Ik+|cM zKMJq8xV{$2EQ01pV*)=E0^3KRt23-x&853pwk{!D$nP0VhCDgN%rn8iUjN_iz2A)cql6)1k5?*R69g2%c$}9=OzR=-P!X2M%R5C|0T3$`*z{3`a}O0>}} zu4kUueTwOUQjL~Oj>F;b6k3#{Xt5|o@LY7gout46x_PQ|Fe?ys{m zMyDR|?g;gwpp*f!@@+(c!Akg~KMv)NM>b<9gclnX$^Q_qP zliL1F>imD8r)590ySwY|rD=;eS4L@r5rRCi^{r;vf8$r;lrz$OD7ppB^Ep{qwjz@l zA#uq3Xr|bI#l(NhU7ZFg;=-0r%Obcui;17-O@-TYH_+6F7@huf)Pw#l{wOP0#Cf92 zIR0R2i&eB~VzmnFm~sx&jEW-e6#Oa-$(Tp^UWH!-W*yeiJbiC_6c`F1iI}%1xugqN z?>de+rwCE4`7xf{`P7cQ1-jEw+nwGVAYs!F%EOM z_NyknGBRS5`H?<-WgwB}$GV(>^rT7Qk%F1@*l=_5rzKL&gS3&{_B7nwh0oyQ`qw<| zj4)6+AmjOl4Mv?;X(zE9h9B0aw0`I;cCVIB?9_P*fI^m2=jIR6pte_o`@9i>jPf!u z^P&!c&|>OMXY6+u4-82Q%v}Iuf#fq(tc6p{EIXn8lzZ$(Al+Ly{{Z$^9kJgPb|t!L zGL1yG<8npX`#9;cS-)&*49l?lhyfdcBk~4}dMiz{mrI!0>N>O9#5R+A9^8y~85twv zL)rvaKW(?3UQ*`X<=lFBIYj)87Ic)!dC^x<+G_2pxPYeOpcu~2xy5vz41UKC_Kc6V zQ`%Z|+?qC{eX~$lY`JkL*v`GfFQ`6MJN8bCYpB^<#im`{$8dp|3iloR)Gm$C z(#Ku4zec(;UBf#{vN0%!!~|_0!%)`3YmI+c7M54ZaQ^^l63s3|GARRKO!1tK;-<*^ z6LX-Z{{W~>fR;ys6|{gr^RdoVUpYTcD$2&<=Klaij(1IlT(X28bx+;;;}kP%9oDha z`qcLtZ1(SS3PP6C0le*89zJ=Z)?2u&;rk8-zym295suWeNk@b{8*F~ZUoqkhM19eL zE<60{dnK*xWukO!`HG-zNk7BXtjeF~QITGb&em{WPrBIM@EaAKKVs@EuIyZ7h_W`b)7cv332m|iw0;>b^skseM5X z>j^Liy14{WN%$Fil^62^q_mmF{8ULN3RQj;;kHcx?ru=v{3?g-rcFXbEy92WGUT@x zOfAtRNfv0s0>I{+y@g~(Mo?6Y9MHTs&8Ax4UWG0qV8E%{3}z&DR}udJDLv~@=sRevGz$wr$|UfV zC=3Yb^#BrdW~_Izdbp{GH6AMaEL9hi3% zGk2?8=$9*JaO&|%!pMBSbZ2#l71^>?21x?5{=V5dTe@MCwp5Pwu0F>uO1VJ>mpHn$ zxd||hUNSeWe9x}g%yqp;&nS4(QoGA?_%)^Ve^A43q>EiLb@9m9$Z`lCb&rOTCFFuL z_X*B^HJc=pbcdWNE=6A4rMHF%#B6XI`D))#({#(58+Oz0((>|U{p2Z~%6z}ID^AmN ztxHLJn~Q~8zZfE0gO+}Iz^K}mopaOOUt=O$%K+ROF}Iw5T3x(yDppa)rb@b`klsZk zS1Q3aGLqjcQKqk?-f4X|b1lWB@v4vUcHociM;cy12?j`4W7~>zq z#aVkvyR_FjYR1CVj_0M}}@K`u!9F)bE7X75g#T}nC4v_ut_PQg#0 zsF%05Hn*@XjQhFwm>w}(pSE?=wBDDB+SWvdD}@7MFC>oNO2qCosr2m?HEXDu>>aj= zF@cjyk}CKIn<8uWk?T*oIERl83y?5csDuYkxPn)Z7Dwd>!2+ywtx8!YklII(ryJY7 zT3kT4*0ISfYxaWp4j1*RQ*q&qZEz~y<}FCbk?u&OTzt)P_SBVv85!d!!v`1!tSxlt zZ6zKnqsTyQgN#$U&ZFSNlNgZp!5IVVLj8r|g8J^FkZMuKaH{4t;z9ZvR=0a$boMK1 zNyy7?9D_o)(iyMk-U$TcnwxB}wX(F#R#iL^*ou9NhFQ0Qe0lLBGa|AxaKzM`+aYm# z7>J}|G8=dERC(+Y;y>M8p~xE-JPMjL$*m)U#E?t4f*3YHsND#kCZEt2f&J~Q*CtZptZG}zu)_RL%<;~PQsuHP*3Y1XV`z-PpZ81GYTL9!tU zVq{VPVcXE=sB)@BeUNUgW&1;^m3`B$_%WXVny+h~6{{RpI={$Ct z1-#OBNI@9xPmrecG?CRF{Y?yX)v`&Tbpdoz%WkDf z9lh!;_VYIWxSllt;S`fYy(XmST|_+o%0F5wvR44!lqCCox-60+w2BVKBaHkgrsC^e zhpA`NwA<^i4Q3Ip_S~zU+0JNRPRPHuIPD^z&a}%dRix@&M@+W0k93dX`06smW3e7} zT;$^$NNA+yljw7*Y<1lSPO`bV`v$2M!NZn-4ZffH(B7SSrs{J~9mh{wW)v?Y!6{BE z%dL8YQXMyEZ!D`SnOzQ77z^7TlsD0l%W)R4kjBq6mc>z2WU(j8uDG{x8&UH2UM_{j z{^?y!vLUHj7B~Zm25I>^e@T(qEw%V#kZ@AwB7`4Gx#@pp9Ze<8rNq|JTc~wyvdA}g z^clqv>wd+$rt1ECn@H`aS)|BSlLTkiB9(Gg&^x8+eMhC(&km1&VLTF!Oj3eJ#Ac^- zou^RQeX!~peDlOtckdkKi3DUE`FE@BPuRy&3tK6z;1 ziW`)90<5i;8P6|)&px%AQwc??>Gn2!a>MD2trXf67W&-NTWcC?_<$0!Fxq2(BcC(c ztuOSyve<^dc@>TpA~{p)D)Rc$&TTncP1O)w!bbSmfIgMYXI1eu2ef-xBDMq(Gp2p- zQI3AKv1#KBJEPgRCWjKz{N&!?KH|?tFD1e=Og+{2bDv&nWxBj* zl7?A>0s`$L-Shk^73GEOOtPd6;J>{d4+MOwi2B_=(Z}#q_`dfn!vZ@R)J?9pcqBxSNWT0kej1y^=EO{UfdDlJZ#_VEK>lSzItQQ^=A6 z83|GksN#-2k6(R*tD%jK65&c8pOrxNfv0}U>pe~!ZAOsFpC;$~)*K(Z)J`7!m*jh~ zseV9|3;zIVX15<>Y5xFXlm2)8YZJ8@)CN6ka`rm7(1HH|JN~u38Rg(5>LvdGf}j3V zSjR=_38?FL_bzkxX~Pxu0Oqz{tCeBXE?tg2!UxW?Uu9P2bkyYzQePK_A6kH6ZH4Tw zb`n?Kuf50v0yPJU@3EVR?l1L8A;*Sw2?~+)skat0T(5;A#}qC8Cx$T2Ju~G{y^$(K zu4^$wp;2#J0CoccqU;PS_Ux+N9OdzVeCs#pE=2yDMQC2%)Hgv~5=h$0Mm=&XKIj$w z+~?pcE~BG=p6^c8dLveIX?xta@;6EvGopsG%~m4DvNS8@LUzCWO? z1K6|?&(pVAjWR9?-;PfLo_6u26DDrm1yNbwD+M=CFj2@=?kb;Jv#^n!?rorD3KdpD za7`Usui3+RW0n}r3u-o&NqHc}7DssDpxiXk`nMd`Bg`$CXoq1aY?CW=AH~4QW>cPPzM1g3~84;NT2-){X41 ztR&Vo%d1^fpWk7k9hc%hb(U(kqRu4n6&c)+bL1$4pc3xmsjOPz#BtmqU`7DXmOUsW z?{L?_vGrDo1d+J0C|L<%0l*>rh^)%{r|u!UZwx)H?4U5WlZfUgu?N#Nq%2DqxV^fS zq?t4Cw|+e6UsSe}T#?oZgqMwP;ziCw0DA-EYMj$|Xl!y_G*?NY>UKI@fA0mihd%Fc zAq+P96HxUnMo29cEyTq?h^XLI#-ps>Ak#GcM%;u;a+00I?ry=ksMazpa5NqwhHysK z;FIZtOB{0E`Qd`sX%M<*{{T;xHcN?3y8=rY7bibTyuY9J-hj4{+$z1Ayt7E4m1xTV z0Qj00wY3K9%ue5XA$IXbS65a?rxwuxh|b_mCfsm29lWzh^f7JCeO5Fw?feLq_crlO zA=0j7kir1mq^>v>KHplKRI<6Ux|_ue2yTAx{`3>#-CEr|dTQi3+V~r@=~vJ}HkQoS z>z7fL3y;=@O*Tlj;OPNQ`zbU_jYp^MnjKCnhSHt(tH`HndKENlbqdd+UtC(UF;!Mp z4avte&Bm(?oilrBa|pS$mNLRg8`aW49xk-=O z)tup%9)~>V6f3G&>k4i@)o}}1mD*4MGCcQj`cs;1{5D~X0PbU!VsgjkYPI^>53`8n zhDUiNXw|qXNcBEnD$zFOE9>wogyz*CGgj2@A!*>Yl}eCN8AeD4xXne<-r&aon=2d{ z+NaOsQlWUJ){EU7ER5Xau|29q^kE`ko^)Iyq9u%3m$}w#jMD56C=DV0T-J%y9YoUU zKV(^nwu7?d=o77n!`omAu$O!UCvCX%DLExX#u2V<1*EFMV96lA?ajDm^DqO=^B(buWzVZ zs))h;>Nnp$M-`c@_Z*n~)B9Oliiy2T{v@A`BHR&i7JUez&YN9k()aAzfJyA7i^Ym~ z#x@>3(?quX$rr$y^*E=#Hr0M5h;n8B0El{KL5rl%npB&N3D3ruxc>ki0(}UlK^cT) zap*|=>NKMfOP;`kQf>H}RrGp~Klpbb_QgUo4C{s;@AcGp%QD13&NGU%>7b*mFx$a4 z#{tfK{HhOCMwcCZdO=b|QSHxSYt|^ItKbn~U%_I8KfAl*=~UP6P1jmhzW)H|B#^{v=Dk;1>=%IU2D#^Kb_je`U86kl z#tnAwPMr|R;Wpn~Q71=R$2v?W;~#YQ#b3*&9jC)^!_u8Z%RKvKMofLi!>B5IgIX7{ zW)Sri^vVelS+jwj4DA2ew5hp{(ZAlxb{G^}c>1SKb%v>Z29I~CS?Wbjp(-D|h@U$Tl>{g&P-omq<$lE)rh zs1Q#{^|*bv>Sy9j(`c3{pTD z-EcX{KBpATzLk5aYg$Flsis(I*S1$4Eyke~$OPbLfTNyx@7ld<9<8NoI?T5A+6BZn zmu7U5=IjOo0Cva1i8&|ruTb3S`rLL`x~jN}@;rk!0T^#GD z!CS`HMXs9*mOp%;k^$+sC^-c>RujnH^(tf$JGb-{QsPxE>?=V_|#cbP25ss5Eern%Gr{{SJZ`9F+}IDh^}`H=da*xt`1 z1Nh~Qe>ynTVG(N@6hpF)=~Px0qU)$6M;t4L`~?$hh(}WB;Ey6|%q!IZUzb<`@~n#I-g2ukX*?vy}FBuRLEHQ zvGc5x+LqgUyDLDj$#EQHyGQZzHJfc&t-(eLZ^#MK_fp(zHtTZB8*UpPw$}1Fuc-7L zI>V^m3yn%I_?t+?Yb1mmo(@HP@6y@@#;WqTgsf5j026Se`e)X)>vv5rOFD(xn|6&b z6M5Uk6)FxrH_V0fT=maW!_#+Z;yiaY>bPi8z-2y19+i_^^)=5^>-SgIHld|xd@&ln z(4cvrQ$f1+r6#4W++9pTSzq`^09BmnrrKFsNu%6|?qgC}_icGICHy!JxE(b7Rk2k z``BD@Qqx7ZyHO;UOBACeSK;YZH(<0<#HuEZeb*S|RZ6!JQ)2XuQWJL^v*t&TU^It- zD4OO=WQ~#hHi}d%3V9k0({#3!7#f%?G;oaOqszS+M&yRabqN@Ycs?p zLb8NBH>fpYmA*-SQA2L?!o+xC)mICTO0h|2Ybep9Cwa>I-hPyeQkKYLwuxrkGQ=E^ zDceE2P`6nW$FcG`??uxUa?LZM?U^jZmkpT$@t-e+XEI51XVh1h5yqjsR$w2~K2@e^ zq?;K$GmmhJ&STU**(~wu3aaS%j#4{{MyPpo8T5{;f2b(&nN~B#+;DlT9-+386iW<} zhF0y|5l}i_CA7CP!bFi1j49(k3bjk?naOvyaI2B9`Hx!4+ETKnR@&c9G$Ew4S0mlr z8yT-v;%N&w@gRxPHsmdOmE=IC4(KxNYiUZBA7b#>4>ico_oQkw?TzEKQ!MT_pvDG# zi9S@lCB?iNe5G=zi@)NeVZSPydu`xLBx=B@XkbmY8if)Yje8R?64!0ly~^#R2%CV?LcXvAwQXU6jmeQtZ?W;0w}nYM;oda^Fs|%*njh%}{{XT&iG6JU0Ihvn*1pcVQ>-OvuPu$e z?ly_--(!78V_AN)>~ia-bZusRBJk=dEwd?wkR*T(axidvR8m$(p3~>;EreQ?qp-*l zsXr{yoxT0ei|rQTO+Eo}y@HX9;Z8aDP+fr8satrQD3y17vqZX{t##AAVS6p9M?07A zd9QFPOr!&hS~f0oxt&iS`uqT;#Th8nhI?1g zZl_Xcm>*wh@pG~$yKBsd%)cM?1 zV{8-k@AaVmqw9P9V6+xW*0#;T=L|=te1%%1sf#GxA56ct%?{4qdo5d0gT*buhcCD1 zf%#Cbx7J!7yEUcWhkXRM;APDDskN%g_aL5fF;Kr%rGj(bun zlAyHW(`VKiy8heJUsxhFy;#c27C)^~Y1+%&X{lvtEa=T3B(v}jYym<(&APgK?Gpb0 zO4K3yTSS4xg!{%m#Yy$_G-+W5oo#6IEX5hrGz%*BZ%p}$&8o?_BzF1i*{RfHlZ>&i z3diq+7LmsUz8sf;<)l=`MtGuK4Q;OU^Jl4C#cK06f)-yfjDige*iU7sT{6qN?J*p- zSD(kuta_eU+fT8cIKYxO`^SLa0xPK*C63~_JsOrJq*76+d9F@b#*3%j*&EQ3*+|Tz zf-&0ys;qS7*HYzVo;Z@$Fi!G!D*BFShD6iW`pq8Ept`z@GENsN=kzsEeQ0eut<1LV z3^y?p18?rx^ZFXb@ho{_q_};%IQpN4{H&PNl}2BF#$zjCJ-E?X<`Sp8hC_k=U=N*n zFH-u>@R{58f%nVJ7-U{?fIR4u6w;-J1E^U|9CqWwSB&l2e2>SPA89R}ZXjndorQz2 zz+ew!@u8^7;O;(3wfb+Dm8Dx~?yIB8XQ9~Y1MC-VIoR>4n98@8pPdf%K9;&@ihW;9 znlBR|No_chGCPiH^Qf&Y?8X4z8ZG!Ij?^u!UEbeVTG@+&ZR3o{kh#t{6*@+ItXWk#$I4iU4il^znuch zV{+mn6h*TdfsXyFNVu~7r|d=m6EkV#J_zhH&*V*2sBy=Z89d#8FyoA+2Ok}o&Yz&) z8=~s5Iw;OkK-sMiqdKa`rSy?+sl#|B%Qg}c!;|Y-g}uB{NoV1v&C!Nz5;A$Bt3IBZ zZiSOrhgH6g^uJj_pe@S52$WAD za$6%5JYv>mwT+r+CJeb_Btto&i_f%N&kPbp60^29N0lO#G&a_3U;gx;aSLq`^zTGI z#B~vSt?F(_-z45C;~ncFPMNqxLF0jejFHLt)|c!a(rYfGyN+@W?YJY)y)tUWlv+lc z?bmDcEb8tM84zwhT#C;61m+8a@}vI%Zs4AQxf@F#8Xw-AymJYdkPkFTqiB{|JTDfX0>K-$;;Y*=PoYBZ>$0OcMBaa^A4nfU&+o*K8H2(myN2nEyuyUcw<-KZ* z7+l?z#WMF;)q0auPqJx}SGMl-y+w$tX8TVyI8ONa>l=<~J6x>tc7D`K`hoA;5S9v;Df!{hO)hq{rkVv^B(RRi7xoMYo&)wO$- zR*wlBY%tNUZ=XJOolkE*O1cK;v9Q!H<+-?4SmbTQ`HzJ^B(~NzE8tIY;>p6q&6Gv; z$*Ie!*=g{hiDaL6JCWla>Hf7-)D3Sf^vx7)ac)2hxjoRh?TV^dT-`{~8BMBhfmYgb zUEME_a3Z&jOpM`&CmdBp;>0cpiMI~k>Fz4vM`5T~e&G$cjz4@BJ4eG6Qo4LeBD7L2 zM>zGTmT1DGJ_`18!Bx~2lFcjQ7u=|AfuQSWxvawta zSB?RvY@Ww#vTBZqv4An#G%(3ZTT}c7aZS;pbvC;V=ShpJF|ys%G>_W{%uuI5>-W}| zOEI%qtmAScY~jZ_Jo$aBJyP8&O2J)}!Jbs(u21-)_dqKyw))7PSG;kS+ByM>H% z5HY;@9MjG*T@}eF^j@UrsP+4+@e}w+a5wf<6$h)Xt?p#g?qXG7gho&d73UP@hp3;~ z*9I~X5pqEDHOtF=Ht5^U1d+IM45*FwO(Y_ABq-Y9YAKdoA6+FEOdC4yA&8a>SU&Ik9VadC8r z-SiJxc=}E3Hx|pf-fSx=9mk~+U1`gzq?Z=wWTb2;PDkNS^)w0gAG5&}fa7n9i;$#w z(^huv_IMLOqcb$3Ulg_gTyms(P_C!prTd#1Qb0Y_ zX!{RbQC_R5vi+{!>S&D7Ax+5L_@HYG%V=f8?^Pdk1@3-yX4EPbR$aDjD2|Eegocd% z@Hg>ulTf9nE5|7=?~oK^f$^t0Ge&pncrN0-3mkHS zCIEY^e7W-#F~UDg`eS3nmAM9<)}gV{dS63}M+|j4g)-e0B(efH4UXK_M{gC<=-R4G zBtsF7bnA5Gz<%z`Mx{k`q0jk5?#dB`lM>{NQD@L z3dcRWd}`e9iPCODSIk=AirlI1#rEp{zWj(5N6GbkiW|yUf zj#SIAd)T9!yKNL`x0eFP8i`EqcH9Zaap^))X!Bmb{5IB=W8LBZ022T?$E{2`UQ1hA zuYV-Zhvio(->_As>F=e(B#=)8!r=R;J>j#+pN&n?qk;`y2EL8b8CWY7Vxt-S@l?76 zjpSWFsb8kxmf$ky*EOf;mJw>!dR?{TV_-uv%oiT<=Bkz#lH6Zh5k^polL$0upodwr zhfUOyJA1`q<@YfTI2%rU{{W?Evvie}x=M>~h zJY;1&XSbz#`e>D7kjjBKYz>|>>0N++@O4FikegB_K^6cc3ge1{8#!^A%gXcrF!<|BPC=j9ta*) z%RRAmAHOz3!gKr+bbbrz=6&%YOC4AYvRhw+wD^0@u|Ms@Y*eiC4ToH z)sx~Z#fO}cF*(BSQh3j0kaqgic>^iOy|c>)a5W-8**i0i{2YN%<`}^tbL2kh6@{I& zPtz}Fu~PQzr+3~3ahkZX>SvZ?6tIQZlU_v zZGAIM(|1zHa&{V}_Dt^x>Iq|Fl1HaAD=T(BL{*jXE7EsZ{zFwh%z+j?Oh!-rnBD%h zWw%)!YgZJIJBA>L9bhp$E;f?gRX^8-P!0zN4P4e$`ul=5tX|T5A^3s)a z#|zTGqW2rpFHQb};!Df9F4Ts1Ge5d_02jZQt9XPDtUP~apD{)OM`MS}V{qr3RX(3= zqSo?j21xY#tTa1^_-+^hn!3})(!6UsBkBl)dwQXMe=1D59k!Wvk4*&#sX<*XX>(U! z&%e1%(+_IBL49j1ZE(!xA`R~lp3eg&l3?QqEVqWRf%I#YWQ-+V@!# z>1wv`WaVZXNAFaVlbW%D$l5_-@VZBCXEI1U*uFshX|m4Wv)~#$8zEGjZS!6mU)lHg z55pR7xW2Wribs|dJ|6&apFCB^Q3h^==`E_Dm|3=;Dxgbpm+=L?DfSd!8X$ev7$+u) zdYi+Oqxw*t*fzz6-;OC)@a6d!el7K4@c_?2Fu%;bzc>8A@Un&DV6Hm2^GcMk#7Etb z*Pa-$pAF4rIl~%dyprF>>NByy;MSj}T+X|nXihui(4R$Hi6@k-c*A3w&;)WUErdhI ztz8>jqKUNaGXDUlA~NX$PY{PzEsr8<`u^5w#BK=>UIXoSvjGZujjPQ(HK+BKfUwBgEbY;jO(Hkm%60#r4qFm{A^MczHpXNif z(rsvaDb5edoA8zMkO-&lbgQVwEv5v2EQ1H}sNz{I{oANyjQ;>OG7r|3{l>pz$rO-t zZ6ii~0pswiO)mQ8Y5XZ;2LmO+;-IXt$TEx%%DHc<%cjiYdpBrU{q^Mj6!28|=t=Y= ztD@TR%m*Ef3Tu`yH1>B6eb!undt_0TqkUnl*+~_x%zii-@Z90Q3K6)reMe6gUuau< zsGE8dgYyQor%usYl?buCwv0;)T*cxuWmk0x^<06k;6*tu_~Xl(E`1Wstu2P90gmb) z`{;&M%?9elB-LX`-B}`Wk~`xxCvuBL`h1au+?(u~ueplnPmR9vgY_7zUX+mzq)W1> z+vaK?T3TEQY$t^a!m3L!907{0)7j*I-2%)3JXIM#jE$Ii(zW=9+B6OOc6q?eN3#yq zYpT9_vq=re3Tl(1go$fvl4V?}EDx<)>YVk4mHzGlCQ-g{{T|v&i#QL zA>-*o)2SUXVUOk+tIbgV0KnfL@*mQwFC^R2_8A!fsl^xclN!8;tk>p_-c^=n+KU!R z^sEc6?4r~)gR0nF0+OE$hyE{!t?yqeJjkrR7_eGE8S2f<;u< zEZt4R9DTvQkgXs6m1r+;J9 z7J4%X($+@FEBDVi#Q?`D+uCfmia?5T`R+bcjr38MBTeJ!Spn>(wu%&HRa4*Ay<{WP zwJ2}ThjHOI5x-;fsgOu+O9+UOanFc-@1<30uo!M3or0A6t^wwkag{zv`i;y}YC`b9 zu|Xr`#}Vv46=T%b2^E}6VR~NK2q_crLGz*b5?{62k6&7iYWFtiB?}`5%N{waDRm14kyV-9zl100MH)2L+OokM$@X=( zQj57egZ}`f1lN&mlv;kQ@OUolVUQf5uIg4gg~i;r@m&efjm|vB(x1Pxf?LnC%ajrO zp}dIrRj!ApDoKd$Rioq;W86~8dquin?vdhJw9|M@?3}PejEa8BO*Zb~p_(~XRt1!w zQ{_^+ir(%ESsum*RbO@34mQyJt?SvUg)zzIti#@4twn8FJ1=L`;L>fSy@EEBs}0EG z0E1DkQVB02o)s~$A+g*VwlhAdp`yynTpzr+!5ijaKr6uAy` zQ7pw)CF5pD`c_q}Kt9zXiOSF8Gi>q$HMQtA9s;z9CO9Vqd^=WHAhNmYE1>S6w(X6c z1JsnOlF1Nk^({+JW){-;kb&<<$A4P7x9c57>=c9o;}~EuiU_`nb2}*~et0T-(fbmj@cZFAm~RAr56vqylFlM?|!uz7lOap{n(N9Gcw_A?`BZ#{6MyN`jbZg z0JL4txOOk+{*|Bf7%yjh%ya($A2|d602LK9@LHjg;nfs#mOfQXizCr+j?c(qPsXfK zcO+gIj7X=Je&1d@e_F?SkJ~>^=+4ktyWiXcw{5t{2jbnR8&LMw)Eba**fKTdTWk zr%YW2Hu5JM9kMo`hHEVBv}06Tr?QzO957Mu zFwdd$_|`qIz><4Px>blzA~5hH$VGM?i9Uk1B&7t`lDT5Nt$Es4mB#B>#}3%{amR5({ZgxC zC9^_^pptM7dGpO@aoa7C=!y}>pSoqNnt8f|+zN5zM|!N6OT71yY!S&kF&q!dtn^)K zB#C60fTM#&>#SQ%Zi!-n?j+zdb{`r?$7QK*=+C3lCwoamNbMpVkQV@tJXGG3&}?R! z_H9BcI687LBZ?nXO0m{W^P@GINF-NcF`ZYFBnM=sJRnSF@jJCN{?G z9!F|a+D^L{EN(mk#w!aLB25+u1WgEeL~-mp{R#7_wy*`XH#d+2ZWn5(Zc7v7J{20? zYe=loh<1`C_f>{+r@ub6WOZvB4Lmr9Y;u#~M$Npd5squ0lJ2G1&u@|qtc`O&*)7ne z!_BrbTn8Zedez5M*j{PT$7ga^#FXVjNxNsmH3H7oc56*cEFWk?l-js*J!rSAU`w4M z)_q0dmS+GfA;SZYKaFUPu2P2I`lF)0Bbn*HXTAtYs!e61Y2^wumi%}Z3-0YcLA-&g ztDR!z`r2rum16ziXrte`RA<-9rQPZ=$)+qnPHMV zKiStl8P8xT-fj4jo2v8RtM;ilC`rB;M`5bn>Q;Yay@pnj89l(GXnc1+8cmA9cGJUq zFp5Tu?P&)99&t};H;}_NpJjwITWP1wK3(3zAMTl>$+*Ywj>m0NQeNO0x?rMQqN41(@mE87<^%B(5OCqWRiZB zRjcT-!K7VJCC%#1941Kk3>zbbr0GLZ)B1jEyT}pr@3WK(s2s81jwU}j@s_j?wH0d>K7AJ;F((n1Y{{TQb z^sVj9go4{il1E7$7EG$+1l2s+{F+xuN1&LV8=)ati(?qc;8u<7=Ur=?39jdn-DZ)Q zl<*_xIs7X+zR_2xwGDGrQo_#6G^j`Mv15`8QJ{@3DZx-#pM0=g6b0Ng7w=s*3^fBAr| zZ`#5MIu}q2ox=jNY7KfnAGCCv_X!lhZV1N&k5N-2xPnob z=8e8g4O2R--D7UoD7lWnQzU3nJ>DY(a5vY@X{zTcv zPAg67+iS&w10+j4Vfk3{4n1go;?@&xtdKlX6T-7)jV7{l-L@`~TWxem_IGZYERwS- z{h7&ato)Ypz^fjuS#Bh0W{NvV7-lIwehg@3Eq>Br@g(r%S0RRQP*EPEEDfaG!zAns zV?Gf)upW4-ArF|FkjkHBev4xH{WWF zmMLV4G5jTuKQDzlYku=zG*Cg}l_Pt03O~J2=91kfNdmXJLy)DoiB{qn8NPge6=gfy z{fMW6jj(4UzsjohTd6d=x0PcOq~j zAe@heDy;Ey@1dbd25?x+`Xb%3?tSH52Xr1)OQ_kKfrVkP9G3GHcNU{{Z6nVc$0Qd6 zYau>gFItc8!*nB&NfLpOI0H3C*v3dr%o@6|lHJs!6BG6%b6Rv-WY>KhC;K#Th?sat ziMJ`{N39O(f)_Th?F}42EA2hTd86%bU($z2v|2^fkxvqa0i)-SAU-v}7C7Wm+{mSB zjPd7|*4j&WcYFLCcRwntxVf7~)1ffqe~Q7>`SDh|j+LqEnj-4|0A+YAk@mBz01Ico zuX-C@8&tUgEuy-(jhOAiGXmap*j!+mYq9a|Pt-Gi)VhV+q45GLc3fnBb*}p_nscGa zdkl+-quC;nj5nyPTT#<)^xKaH_S#4!JnfN6n$`!VWHKKZvgh5Yll2Cj4a}DCJko=;+EK~^M>rKDsIH=iRnx7~1@JDd z$vb!|!?~dDp0S@*zPcOIHEqnYFu+0On#{1(#$1_Wimfs0ew)6$({C>%Yj|Q^_bO(< zcU+!*e;O8ECCPRAqTR z?nXGMSAtm}g6%L8PIx_zY9#*vkyEw99Mem+)3kfM9N-t=f+(IT9tk0mL*j2x&7ab! zZ#B~Pw${ZU{{V+mw`5^ivT}DHIBQ-^Lb#ZX^cPi?156}yLyRLaH| zjP@fwwKGe;hSNwyoKD0L8RL+v0z8kAUxB1qHY6;|K5Z$JruCI`&Fd8yE�n)pwl5;5+g35 zCA!SNy;jB~0P&3Wton^7?GZ{3ZM(G1n7$(6P@gF(C&#N;>T=Depjc&f_dwxWBR`Eo z>Af#dgIJ2z(Qb@L9i+H_aT7iEpE{)JodqxT$f2`|*%850D-d>hocz01k2ZmPmfEGV zTwEP6<7`r8#?#!X?g%w>AuP++7fJTG=)mBUZ57dJ+R?g#D}NH=2%JipIE_z{KN`{W z5qz-YR4|#(IfNa!`qU1Qy;M>1ADw~L5 zWAAM&zt*~qxgdW=!KgzE>QlGcE%NORorj*lRew`i-rV1$b_`*fNRPZ5JZGF$w@`b& z(KR!>pLIaSYq3Pfs%_F~0d|R-DliZZ^-NdqY~49lmW$73QAU<(u!#T?ux$lexnM)b)fnY$#&ZL`+ zlSP;!rw0}l-)g-i!Xt71@XO$^WXy;#eR!u}m!&4Mkrz(Zo(Y({tKKNwe9dR~L@?ly z>&`0P;#nZkEt(c6%^(DiN-@a&m+}sGJGVE_-G)|+(&pG($DwK_+_vqld_d2y6>|#o z^IVcNDVk82+}F>XdQjzxlCfamW163%9omx;c-xv~HrbKRNpUCq*gN z=N;;!#kz#-GsuJvR6i8*^+K4@bt^&KT3yCDx{Ln+wAUokXDWZ=6X=u-E@vR-=3oBv zOVK2GHEUpQC2!sgg5-*)AM4u(Hka$=6HF1!4C`ZL=u3o0oBh)0ayJHl{Lgkl( zpF>u$g<+I(zJoN*EQ(2p!8`^GJsOhegkhAg<|*e^A9)r2BfTUr9BwJ_YDx)JdueY1 z{iH)1G92Z2sBm=_m3B7HL@nt3zZ$gFz!p+5QP}&-Uom@Amf{PvSSFGpK;;;Wimq86 zIV6`1)rU^ALQ-#(ZW`2aTj~Pp!rD8S*?D9jkx`^=7ga)+Dd5~5=agaftShE9yX^<3 z?=?|8(+Fe=QKUSNg&64`(lotZ)f)OWAf368ZDl_?kA}qcXA`vwE48lw%|%v3Qxg@6q^g!CQ#a5qEkHhayCKw)X8-z7i2n> zuJn>#?NADUDp9|A)tKC0b(t3{1_cL1R5HRF%xP0l{V6EvM`t;mD#~w4bbMehv>N>WXdb>|?eQr@>@4Qt#-%dd+20cFE;T}-SmQnKbtk+)X zjY`T{CU^{yjE9e-b0C3|x zSI*N|G);y~QWiEtl*suSHEMwuwp)$YSJrg5xrmGC4%qha;+wqcjU)DS5lg5-&aKMs z=M{xA5ZT+$&XUUA@DI$?*>=m8c9d7JQ|$`+$5?xRv)o2f46rJ^=CesJVFPGP+>^*2 zb#rqljZQH`_e||^8`^u4?!n`ORZkriPFvlv7WWbs{{V@B(nUE|QQTFrRvgyv1dG~IXe4swL&IMH{G{?h@O{V$*b^ejM z(`(-b({y$aZG_{5Tn;}< zz`BK-P1R?H0FrEwfXXsBq;J&6&yQqQ-z9h16a;CYR0D-!-!(Gc_Ty-bNLomS3g7@% zy$$5|aQIg(7?3vP1Y(-GwP>ajJgOOvGPG2TskOmN68>9@@7BR1^iRQ5G#p!Hh|qazo}j9~fv=_dzPiL|)to4Mqf>@6gf zH;gz{KJ`)Qwyu*Ep4)Vhfsh7w3ZEvedwqJhDiBJiYN#0Eq+PZA*S~AD0vQ7P${ce= zHkAs?TP-JIGsm_#NZ*D$AB7{ryNcl_d`k&&h{)v!tuuDIf><-F2^bCLHaz3uRoYKf zt?a@ES3`}8NX}2CB|gy6zRgcexJk6hq*IS~0c#45@-eJVpJ(3;k}|e?gOkl{S|&tp zNyg~U0CAcFi$QmmTZM^TcM{tz zi4G^R(GAn(}??5xE*CAaoTK^H!H-TA2lPK)kV~; zb8T?8NHRe~HaG*%9<^$qcnOdG82u_0s)W%LjyFPE^{+(vY-Qj(_FpWK#(X%#53;W2 zK3E)4FGFRzb!85xbkZE-f_HbJ{{UuEgte0x{{Y?BAo+3Lt~x4s;^|m~%!(RGJ9g!b zN8}5^L({sfIzLO^-(4_NTZx-L_>OB1_JP)V*HUIo$!(*)L}(5gUyEb(qyDblAF{b7 zkM2o!@e{j~xbgZ{PkVB1x@OF)jggX$tK2vk{Q#<6?&P`&II^4~!-4@B*g*N_iMmsp zxEqC7VqB7Y<@5Sb)!Sl7w*iqF{-%k#CKS2We$69=jg=6S=}$LFv0$!A8ykB=(yWll z6gLvQSj&aNpRHf%-qSSe`$xN!tP39u7~o=tTiL#YYiiS6YLa+T@?k~XSo}Qbi>G>L zMw3LA&?3vH-mizfuy&u}KLQUm%yj8Rop`Bon(m*j!) zCz`Og(JpoCi>vRk%&Vs;&BRZzx4X*c%=2FMsiNHJ5(_J-mR|{Cc;o}P2M3QV8keGV zGFaUmHug4Ex{usu&fK0kAJ(_GSnYT@Q+sE~)|~IATS`_rj6t{VbtRhv?;OxiSIW0G z(Okwo$sD=k2DRInbzLV&P}f$|ZTARu9`~jzH`hEZRw?`>2tyxmc^^6$+~&SzdU~?B zWm9e*K)YM=6vqDmbdGb{iS$NoMPs#!h#}h}TxX6EOb(5X2ZQTXeczUiCemm#fJn%w#c2W8k!EcyE>~ zKC@bZ zh$Igq>TA~e1W#b{+LeS58CNHQ4>>i*%HZ<17srDpU5_N3dM>Rk?j*cOUg|-;+iYks zk#qV~u@(K!Qs)u{Brg5{Z2pF;x@O6B29{*LdrOOV+F6cK{v6eYpqERj&lJ*|X=Fmd z!3?fFMNzdVq}g9w6*``_6{LdQVTSHD*wO~>2o1=e|MGBmJ3Z!~g! zuM;ESf-@Va?0yE7)b{e+>b8$1lBBT(S9p$6K-`VStb{E*3%sIS#~H-nhRXUd6?dj; zP~OIDrj98j+7zknARUPLR_s{gJdYmhZpdo(Uuv9H}04wR<|$ZS6W= zOP*o1FvJ1hB+}0$6}dhaWs6Ids3jk(uelFhx3kc?BIHLIj^qd&#UXJcNf+ULDQ8y|FIl;)TX)~+)I@RSuLKnFs*BjcG zO_P4){5Fa*#lf$+iUuzlZUs)z56+tDW3n@l#CVPG51lCqXk*?sw$YkTN`c`L2>$>P zxX;G4Fn9^W?o-Zc^V$CZyVMLv@{iW2I9%<>&z)a%7{<25ocoy1)|x$uE{#vx6Yl7Z zOrIz-Stm(qve{^j9lfklGe5lSxjfdh*BVvs9&H7e1(f0`sn(rfRUE?*2T?Hhq z(RLJ^9l9^=4z;Q4Oj0!aonBxW@t%SdDUw)jcYN9 zB!(y66%GN%t!2Gh#^bK+F0EtPX2vpnwvq7q(N{)VYB!V0CDc4LjQh6kNgR&jK2-Lv z(0A=|Wqh+Fw)T?vi~++p!j3Ie;hS<^m)-dP0O(tbAob1sw$`gQoK{Xs$Xo8Biu5o>hZ1ateI`%8IBmnK|ZW}=y4U|fhKEaib)CExp>FI zuheFOm&|1k>`2wEZYC>p4VyHR9E<{0K=t)BjZ#A-A@32AaJx7?{uLtMsIRQ;CXOkJ zvk;(=2wa~ksnqq^PM;yVy1_%ZmIEi{S+VMOwxfKEtK70p7Tt8^mg;F5;HUv(ZJ{d5 zrS#>tg`LT0PY2B6gLGT@wL7xQD;Pi>_{|c1t5dK^TGirPdDJQ1GqjE}D-Np$TG|QYTcV8_kOI5B$J4bB z+N@u+qY`HemmqiIi^o|-XA~;7?CsdA9^>g!cft$4k=t!9es@}^WcRl>Vk+kANo__; zSY?$(%yETp0EP@RkberQxa&LFQxIE6Zln-Y^O5tYc6yYne--@lMyjL35U08u=sVRp zV<$}l3*5EUbh%-eJaMa{@G#%4S4fvW460XYV0i!&@}kX3E2#ANjhtpvae$>UgdNBv z`czmn$C3s8t#CI3ov@C>;!huyU5^CXPWcAL-vIWBbJZG+jmDd!__uZ{+vc|ce9y<9 zDk$l#cTwqGT`gpacedNQYfk1fjO2P$oij_)?XD7QdoSLDpAgFXzal8%LdzZ7n|Nfo zxQNDNDmNZ5Is7YRaWzi)A7e7FYTDJmRyLn4j8aBnMh+zy4;8bJs&{S4z!iI@^rp^<)UP0Rj_bf;Ffv(j%>wFu zLl&ofb8~Sb#G64L?^a$TffNCx@$nV(X|M4>0)cEo7mcA10D)vlY{2eBavRk+bp)@$w{c`usyhpLJoKv zM`|Cvvy##Y5oD1datlPqf=6oHx|2e+D+Zk;qC2kuNF6=W!1Kr+Rh8>Db~iUrTgQAx z%D{`FCy^v(9Crdr+HOAHAy-EOjHE;E6jKu>Beiq_)K zrIOE4G7FY6$fTZO+rZj>ed?8;OACwbQh$pTsW)IJL)=~1^##0fuMZ~NG2kEd?OO)D z_Aa7ZohEW%ngBdM^Ks4xonbMp#l_0p$s?x6Qu0PHM?ZRruXQbLH3)C5?tawK$$>jY z0ojaptvGSZY@R=I+<4s(6K}#a$8|I6{qz6w{NR->C`R5q8;R` zj1?eutdm!`UZCj71s)>*0GMz^Khs@BePPi(MQwQG+u2%X+_1v}*#T@~Y>O3C=$X-YxE8zPGo$faW;`JY{Oely>$CYS$lU*EGzxeae1B z)vdq1Zz|`MZ2oiy*O&hQW9scKS+N@<1M}Q5MtXF?uB1%yEM$+ujq*mgvn1;)As1L{ z-Xj%r9CAj$;Ep?wtvAqjF>0EXn@=~7G*x8&A35mGgo6AGg4P^vvMO#5X)CBB~-AY_i? zH21Ur02Ayb=3GkmQkEU@mNdU>2lu*Y+D==t_w7kGr3TR2Z{kG5a_>7V9WoTBatH(SjtWcSF%YIItK`MG$WM0Hf%?=E?* zIF-d5onIMP_ff~Uqi#Mc>6*(Yi;QJ=W6-T@-BO4B$(gvxQSkGu%4kVIc_Y*?YE0du zPK%f@YVI~x18F{4Jk_?Kn9%J10Q#b%T|_qwV0^|Z%T!Egc7Oe0LIUc17nbL0$BYkl zpVMD$I2fQKG7o4GpZC1yA9V75RY0*TMHyuT?G#Jx4|4T!1ZOIH z@s22YK`9!HcJEjJ0Msk7DGHW2L60(Oc7_x7wV+S{@kK>uU4<90?tN-rf-|gHd}S1a zqh0CM&Y^kk?)UqBD27IqM03`sw{BqpnZxEiwjhdsXuAQ6DANg*=jI z5KTKs(rnL(+|`5=Gs1}R&@Cb)0Y1EQ{nlJDR&y?pQp)fYkMz;B#H{1P%u{MJ7G4441y9n5?MZHm z>IWw!kx3`a=8j#_YJ`GQPQwe$Bc*+(t=;yJ@>y$}JV)<_Y;m}D^6o1ax1R4yye(}! zmiG~{Qqi#l5NlWe0B7j-{@a+21Y-y2Ybd-XOQ~37mXVL*O>2E7Wrq@R@M*mp?N3>X z<_kSVBfdvvK*!y2laGoV%M)#2IT@=Si_mA*wMea?0h?)&jynNI z+MbbZsLb<9zrACU{$$n9vnwUg^~t0*-XwCzu*ko{Gv`Bng{nq-f4Uo+dEbY%oGXt( zoEp-4qf*nP(lmJPpTvj649X83jx+exCtGyQ+*eDemA9i%y5a->E!> zRC}%mV^Xz!8tY5Y?X?F0iNM*3Hyj?>6>noC>#9nN1X5e9MbC-A#SnkG`nOld1K3!l zv?!rO^FG*^das%K3JN?5;U5Nb4v`z%$2|TdYQuR9xyhwPr={kvY_>iYB^dYk$*s>v z_DyjWt3`FJ#fBetI9bB{i6WpUv3u=0;9O~!_IFH=y;e}slh1E4K_*ogILSFK47%nE zt1GE(?(Nn$RreWB=S;&TtZ}m4mNPlwmp!XN>nnSkEq2iA+BAaX#zNsCxfF3@78W45aLf|{m<7otn zjn$pQxOOqIA(e-z?^n`Hx@yI7jE$!tdQ&=e*_DZO8*{l^KX_Fdr!B8&@~#WGrb~4J zwrz+230_I~)awhinOPp?B5dStKc!J5l01O0jZ=3F+~iWOZY<%DK!qHU@ALOfa;K+?SCzNOfo5Y+`eZ zm_b+n05_o@F;URtMUVdg_5T2+Cs&Eec+msmARyz-X$%VJ!B~TcF_H4GRd%dur$&qH z*o4xqPXw*FZhbIn>!6)aNZXx&DH0!FGH8FIB}jUD{EzWWI~V@|u$sB(f>)z0LIMbh zj!)L3@N2u#bk~U!*6g$omO3=wY84lGq(fh%}vrwklgB<1`(}^W8^d2@x?5; zR9PM!hFw3cYX=e9Zk4chyT7lkS?GE{SxKlF^w`?nTP*4)P?CHwPkIvRyLEo;A9_I|+D5uiRXjAofM?$N(Ek8SM|Wk^(8}|ZEVE3kSBCe7au2Re8B3+4 zLA(?To=yjUne(qj@V|yfR|mdT6#7RG;yUb@me{MaJlAgS?)4uTX1oZv2@@{G!2Yz_ z$1oz{0S-sJ8~DC-Uv;Mz-JiSh6fdjkliD91z{$9GiCf)&q3vFhe-Fct3xs2F_D7$` ztjO{yH&XW@>QD5t>vE1+T|pgNJikN$Q)6wz0$&e`$EcD zlX%}O3xF~^k;ijYJr-R~pXX!cr&abd>hi2Pb}p!@pGmS?V;6)YxR2f}?Uuph^XE`B zfv5>pnnn;S7DvWazI9n<`h+^6xJa)2Ga*>sR3J%#%JbaQy01~4KE_KC10l$B&NlOs z2hO-l6N_o~Cp~+Fb_pt^@^6WoCP#=cQd=IM8bq4Y>XShgq_A1sx`K-+ILQ7HpIUpS z?{ur)o{I9)bz9COog@IZ(s{@9rRsJt%V+jYJj;D}vI!#b)PCgr@!LLBswyq}mb!3F zkvu(fSJq(v0C*s1?BW>;4iSj%xg7IEw|0-IC)sQlWX~2^do*YcF;ty3)pOd-Hj%Bz z2)T|uvLh!g!R3CG?whaL*lJ4^l1q3JGCt6)mQ_6GpF>-4WP)ERapCsO8d+o9p+28) z*uTNK#Qagr&Jl{u%awQJcdl?BQPo$#!n z7vyorrB2tLE3FFEC7L;9haNczhmYs*p`S|}NzW9yRBqL1G3nEmJeJTqtZ0`@tZCC} zm$Ed`K;#LW`}x7Aq_OHK`jXz$L9^1< z^JM-p=NzCM5`Jd2IAh4A7Qgmx!IO3`n6foEb^idMuchK`7f{vEF&6CZk-p%50M!kp zhf-PSa%kzQST&^EgDH%bZN!t$mwJPsYEw3wd2}X@_*$Z}MA-p}IL{uHsOVZ9o$ZCR zmzL5;bs`6U4VgkV0meDUdN?tBw&xVNHh$2hT=&=va6(u2M5n0vVCIK3wzOVWU8wxW<(qX zZ(prH;xFJt20#f4cKL=J(HBL@{{U^N7{jGgh9q;%S#+S=)E4;kVfj&Ai7t(6su#uS zJw-ijpZ@^Hu>O;`S@h6YS`ubp&@hMDJ$g#()oj=7u_^#A)}>3pa;kP|5qgN~Ur8niaa&UdB(bc(Al8K^`CR zFUFR7EWIJ(nSW<&^Q`wWK36%|;{jL9=7&0qt013Fj?yU7Lj2T)NdJaG%<%#zGND`=ph+y zfgBfLzMHPx+dD_@ZQJewI~u&vx|ZrFT3fbB*<=9`*CPkN6h9q_GX{0;I2Ao@qDZ#J z8^2@UHA{?BdsiTCi&gOME*|BbL3ZG0&(KsPmRG-6V`H(&Rsi}_NEX$6W{-S}%Beg9 z>rC0Xisf!O-U%RlYI>Sht-it(CEvB+zy1OO+@Fenx}z{m;393W&R%$pKJ$l6V8> zQmrPt)fuADlso|8@1_JqKja;+J39@wo`QE#WV z_Z%xPAbuQvbxV|G(z3*zaunP9FoH-GFJ-ieMo!4XHz(teD08ZM3Vkx>&{>mp1n0v- zxg;20e+q$P)>^i#BsQ1r9l~?rO9*9Q^UiBR>AiMsM@-SKZWPASGt79(D6j+v1Q4ljJfzeQK_2OU+3T{j5Sz`>L`L zx9~N*>v6@XBU^~$2`oSu_JA819Al0v9s zRr*OCKhxIHM2&xUJewsF5Ug-GBN_V9#``;9j{>qu7$FujyF6f#=y5~3Y!l2)j1V)U zoU4TVvU&N_zp^jj)Znt%;hI2!m=F}7B7U{a)_mCNW06bK#|UQJeKaSowCj5)*6&K5 zc<$0P-@VIj1Y?8TABSq7homoHw>K=1yv-Ps!r!`34)oZVVQG;yGh zz>xj$JpNT0IJG%-c=an=NbFGU2t=Eeok7m;PfSxoTayaiHBSEkn!oTgR^vC)u3ktk zl3Q^mBOsB+&^`v4j>ae~W0mHHMs^Bqm9kFb!6bJ1RJ}&}OPzlGip1QL)A-1shNCS97pTOd)H0GMpX|B}U z%DB$W|xm9?10(Vklb@_vJw3eogCT`#DO-H`HIYGPL*l=)nM~*7Zm$=&z z!Q&vICZn?Z-r$fZ6sI zgM)$Iqbf3gX$Kuz+tWVjIS0!XLllUx#-`9d7w>MX{{U$?{{VV`C;sWXe5#t&ac>ax zQCdIh6me%oOp7G>ZZ%`mIS1!b zY)JjF01b!m3CF`CqIBs|)9OfXJQ3y1Nw5U#vGJT+fBe;cK8hvU1a+%9Wa^1#P^_Lh z=LeD6uR7}?EWlHZr|H^;bx?obDTpM0#4d1tB8fWcc_M2s1DRW^`=9$xqZ!)O~S8!}Kt(*zrjEZ&{TJ`>-65{{Ssw_HymGhC%`7Jl47F zpZ6Zm`j&70RGgbt%SYTivDlSY#1B=-=2L8>-= z+Jq!>LiQZdG`gLz>8Wh;e$ws^+;$nLyP!Ubfv3#TM!`*?;fsO?_=i6=UsUeEq1ZMYCw>TAc^D~VbrPoX7nyf8xq}+INk;H0p3G~O6eA(1C zSC-v(d2e&Q85}8A`Bd!#+O5rt-58=tu4Fk97Av&;F;Ok=E_J@5j^j{}$u-2Gq;h#9 z&+-(KmgUKAB<$0=JEyF~NvLY}{xg=%yl%$@N1G2ZpCejrrRqL66~G(-I2D?%qVp=W ze(K|Ds2mJ=RI5AN*qAURDLjK%rJ3|~@#*4~`8BIK~Ug~lc1D=8UMpNPe5U$@|EW@#A#KE8k2voC702|mW$csEGVGX=@_PC?Je z{#3HcvPmN@qf56Q{{Uck>B$w4GhT;@n+iw0ifZMpt!>14!)M-oxMe;>det6@arS$8 ztnMZfX+sv)DG9wIl`Wm#=t)r8st_aRVMS%mi6`u6mcXu{TBFfuTWp{EZryE7B8cvBk z(DdXI$s61dcR6Fq)M+&U}d=H%v3FU-qPK-T8EK} z=YyK(X2jH(uF+pT%gHM-U`=|a+uba%t4V5i;{<`;y;Xd#W(zDy1u<1OjxB9xhE5_V z%!kvCNA;=sWgPaXTJ68vtYWfJ`^&lGwqJ(!0H6Nc*PwGyPEzR?ORFz>W2olR^jmrE ztVFi=>R8(&VsEqK0m1FK@#2A#Z$wu=>9l_?ZuAz}8zLBln zFql}?e}PnCN6-OOohx&wbjAGFR`+tHZj4_k&?N@3f;g=So57ON=`1Jn( zC&%VAU#T=I@I4OoXN zcqHSR7T4@!jwplx@0GHvjzI5B>Nong>`OyCW*BBMEV;=(@7-bW6@Dif!MS(fry_Xd zk`FY=*>wv!;~|}98&&=!1JBm9xm(0IjH~02q~Myyx<2t^`w86QM3|Yk@-u=#A54A~ zp--qJ)^@khoUZedJh|q*AHaEx*Whw~D=nK_`-l}fy9jpm(4ReNN7|A8~ z{{RMw(mLEXmZs_mGE&H&tW`K%?-H`XKoDED`}`(t0T0F#d_ARycH7DC@~+;4 zO^4zbWgM&2pMH7d;`~E)460G#SN1YpPfvcG+cb7^Lam6~e{~toe;O-YYV%Og5?D^z zF^Ocx*Jbj@`GpYmR+$#LrAuWo3giPEzG}jQt+ZKm>!j1JFWkm=_|1Yu+3d;aM{HLE z;=c@*hH6`_Kh+6`Hu$yCajwT5?vr6WR*5vD5zj2ZB$1Dg#;QKSV&Y4QA-N6-jirx} zN0xEiQ0>m8HMY2HHH*2gbl~BHfl6-j0qDuElETF%vyRpnUQN3Mgzp|)`BynAR?Bv} zEObpu#@|6$;Aa;~>KICykq4GO6?Lt|FSOhCNt;l*hgXho0NWyAT5Y`K@Im+-RoS&O%LR@}SM@qsHPg$5Vw_j`FI8r< z(FMvmQyf8BFu;P|nDnU~In-A+ws$sDqBIglRk`eO=}@(Mwf&gWTBLC^k9;BbSbRsV zGTNQ2I$k7}FuoX)L6N#8?Vnn=O_@RPj1Oyk1yJ6mi_%t>+Q!R)8Z@@e7{iUDK7RvP z1@@pdtyXz7%R?wF??~WbbIt{68m^@tqtozNY1fX@#Ti+n5pN|3#+VHs?0tp3wO6Wr(k!IALAjhRNZEn_Ka}C>Bxfu6$@;)O5j_j_wj@`EY&=(mP z$zTqD3e9hQrRjQPh7k<+5-$ghsy`Y{ueIx7L(8U0A|7cdC-B84NWyteJ3LyBVR(oo+h3@ z<;8sUpnmUBk~Yt|cH{74Rpwlx%`@Sex3l&Gro2+21Kdpg^ZaJ1?z)!KNY%Aj0TaE% zsz%lr0aOl61ZsV3bekim!?i7)+b9f*n1Ix}k~Hm;l~mpPgnh>i3V7m04v$w=1C3d=OROAj;Nq?(9f8Bc^~Hc{S3D3a4*g~-ceJAOE$y&`6VNx!nZb}~w% z-c{NG`BD9^vQ`!>ZDlGk?i}P$4^mlOSVc4wp-anF+Uh@uc^{9hC)G_b$_;SIdNq}d z(*!Gkc&G3BeU)Yr!{OY-HyF=$UnW!MMSjcrPTK0yJH2R1(?~ZW1AvR=^`nlt>8Kw_ zH`-K=xAxI(RXm4Ljbg-bbP5Bk`(R{{Rj@7jXb5a6GEGMaCO^+cHiLlS}MEofa(uc?y!{fCtc2-j}d< zv9`EX+=+4ThHQ7J65cfZKRjiSshL(W=zE;e4u=W*B=AVl?OlTm*j3M+U#G_`N?ZJ~ z@vbPc)@`FbH*X{e11-a=k=TMxIicvdJW-X%AMPYkM1}TTd*w!OJ$_Uh40BC#miF;PJ= z-&Dy27I2X9>G8H8i{j_Ix5Se|eM{{+;&wK@ISQl-HVNHuG5%Hb`Ti6M)Ez~sbv52^ z9HppiqzG`U{m;g(I(tuq1!sg3PZ{Q^lk+0%aNWWuX&MdZP}~`Ho4IFW?*wKzKTg%6 z>HQa{MPMVn(;E;Os9_~ddoA79O(&2->E7O-y-pi*9CH=&$2q*sPB|h|o{+^_Y*sjHvlcZ_7bNDeK zZ?i(7fjffaemL(~4_)dPH+s}7Wh(`lH@ZM~F!F?LJ@#35X!OqnqvH12mtV;$=OXf$%GzhD< zZW@L9OQ%JtTCsT3-Z&Y^^9Rt6%7m^a)IV&Qmf?nqQEsA$r~oksAboOA&Y^USS374| z=6$n4CLqbgkB$x~TU6KWIya>L&#CGuKB**Z>u9HQ7ku{gT-DRh9eyVWeNT$>_>w87 zXbZO0msIMRE$pB(HQwoR6qZA{`TBfoW6&d?PU*W;Xu_1v;7)dueifATl(F=bT3EbQ zOZ{F&jDo-6pakRUNTbQRmP;F%Ja_|Xw-K+5kdAHNuxxxsaa(m66O?hqdOiN)$t0|9 z((psn3RTJnMpi(?2J_;k>d|S>;_4Fk6D*PE!gc;W!|Rblx{FA&yG0oAbB`C#*N=hz zwIGRgsseKs?nzf zLB>Y!hsK?;)2yzI^b;5RL?u_nkp_0--NEz6YJ(4hV6ogJd9=MjJ2SrGuHD9cJjD}1 zw6E@C4z2+huSurE9NfxRU$5qG#f>)L!OKfXCY$V2NU=zSsUz;cK403s?Y7?EO3-wV zu|mR7d^l#`%AA6KN+{EMMp@aO_T#~cq%wG50>G2&SbNupEYTr%!mjf|-HVGQG;r5f#TD7{#ad|C;@{H{{f4`wEW*SQ9-Dxe=_f*~+IKYsq z!biA9Fgs?s`Js87*VA9j^}hw4TskF>FVvs%=%$aa^&5+bQts+WJU90PqOe@nzcuV< zL9=)F;UMoSxjTsCiprtr%_2!w<4x3LxCtQ6Kmd=2t!aHbWu`0>Sl-O(i2PB9;YjRj zg{}E9$&KKONj_;+9*YF><6;G4%J*Jup9v$}whG*?l74jnV~s`DCu5saT8$W-RG>7|t+8-h$SIFV{A zMQ3pCw>o9JZ8*pkwdwxnT0au^iIUnXggbWQKf>9oG=oivi`=`jN`r6?7i}Fbk)cm} zJ-_VfBa$!~nGONZr!^XWk?Hv)X&wuPVm9(~SH>MUjT#>U&qT?LG-_WmzIt1&JVv zE-9;*V2(*gh`L61)*j4s_%tia{Vwp9g$$k>5J3Z+R%foJG#ejJ6jrtEzS=ttKE&G= zw-U%v_Avp5J0DuhHFayPHr5Cgi=ziTaf+@fCg~PRQj}AZvNIjFFYfSE;*+MRhA1Ow z+r*K}Y$cwVUf6qOi5MRcmQ>2{$G{$;W>xr8KRUOQc?PNGC#+9lJ;$ zF<4hyVP98a&NgxQR_)b?8Z4PXgMpD)Ph2uYb!?N3=s!xQH=ob@Gj5m9<^9kjt)pD@ zW}c-Rr)7c+A;4S1L`P$QeFDO`=Ea1Paj&i+)qtv z5%$Zc>L_Plyok8JhQe-#2H)8yQOWBZzy3I^UR$-aw~rw1+Au(^vq37J#I?y2IAwA9 z;{<8r!}?gQpWSd3N|s1ol|PhviX>R zN}QZ|*RC3C%lIB?yg4FK7+mDZ@TmHzc;|IxJBJvhmsDAghh$AtQESKqsTRS%1#{18 zES^@k_AhSB!TU=80QpvN9mx#ghEyIi>srm6X#UCc9T@=oC z)q;IHsYyKOCs>zoD!xLZYj96&B!#`%SY%_&8kMQqTj^Sy5W(*fM4b6mjq6$J_X#w& z8zco|3OjvjoSC7I)h-dL3)1NsoyE1n2Jr(kp2XC3uyF`^0Sw0gd~09oZ4TXIw~I{% z=200WsQ6GOs-_gPSx~DPaLPsqtFdQ}M4TUG4;?1T`@WvNu!7R!XjvnffCTx`&rC#+ z>QG587C6<4s*!GX*ylSxY1S}8&0=-8=GS7CKtqw zhYTBbLv1)dWP%M{B%RwA9Ga>sZMC}@ZOccs_Mg0rDabXywA@CJTiso@aASrxDx=h} zAC)(v>31_+Oz#DwI8B}>f~r_~WGDb0{L>Qjz?S3fDRDAL2?jP}x9QDc*$d^Jf0>cT zg+Ya{+AcSXJ6T}}K#}A-RS%&j82NXlG&TZVmsbY%QeU21ft5`)+Bs*sT)ee z(6-`oewg@FO=9+KM?l7-Ah`)SMYsqQvX$c?dC@MrBo`@eC!fMy{QISYahx1{sBf*F z(!)%S7+6CLvxkp*?ZE(?e22%LX=83k8l9_8B|vM#9*t;jR4IV4Q<2E{)VcLE7Ahet zFqGgF^7+(j$fVS?E3|oITZJ3S{{S-lDw{MZp8izUPMHI2IVrO1Ci%~e;VE->PyROX(hR` zo;ab5$n49&0A&7^^6yb=6YHA%`i;{QEyRXH@CUH^3|DIs-PrPE%S-s0b%tCcH{Cw9 zVK5s=or)F4BpzQsg$!zTEiIbK9^oR4f;)JxtmAiY z9?E#`?Iz9(My?Af_~SM7zM~(EXPN<$u3bmS=D6D3Kh0S*%l_)u+5Z6cpW|Xt^G{TC z4bM(SCY9BQndK}-M$z|wEd6Tduk@HMv>u=8T^4cU#Tr>&cwlhha=VAnkHWWJrRne6 zdTrIIQJG;o7>s}j;;Lfyc?bKgtXtbBgx5C8z7{eJvGT4DuaWhy9i{l=obi6qYH^cK z*{8$5!~7S;y}xvP%h@ALxH$Pg^{f%k%_nMxoXR5H1WtZ9QZP*420dmcPeDZVf`cy8j z=oaa_ol0FW7t*BXX*p;~KJTmC6?6xI6XB3VN(WALP2&!$~9YS(DW^ld`_07SW4HgF@)?%13L z9*5&v*G=o`aSVPlsCDu*53lL)T-!<*4#baI5Eu74EX(3b%@^>v?ml(oJ~8lTj!!lf z$M!uJ!u~9#mMqWJ{m-ZDZeb&6If?%OBTwr(E}lAh^*C;%Gun{P17im#9C`WHOVV9c zzBDYuV`G!rjkSG3H__VRhg%?2x!Leg7E z20{K4!LLp6y$aOnsrcmc8eFU9Q6lo}jS4wVsbzD1;29$-GCm(ltePOQ7iqKTf^G7YNO2`y2S>rBV+lYa*sgYu!|jB0&#HJzN|Ipu^I5<`@ikGn?tsOg&vO*-b; z6MXTIV<0m#clZAQ&GDegF1luJpj)VKj-7kCL+?|CVc3sKix&?a*>*LyQd07QyG=Af zqutN%M8QguhaUDYMF8svF7IHoxKPn3M@a_-Nb<*_ty!+EY&uUDGi0{x%;NyDJ?JLl z+RA?lMV`iD5Gj$=;FxxMT21?b{ z#p*wazukEL{^5)dBZK5cO6gsG8*ArSt-M~!WN=Dg`I=UrO&th0wRS7n_fOs3>Mtey z5y2XecgWoR1s!!F*};Ayw?z|4wn-b*V--@D3kuvdwd_xBq_G2!4EM$lH5WqFW7YLx zF}7>9Koy0`pjhh` z{v=V!Wiak=3jIJh{3t?HeKV;oEuDd6xl}mpdGA{B<&I8{erz(w*}7@%{{RA*^Q;Q! z$6EAuTk{WLLnzUod|PHtJj3T?0nc zTEftMy6O=CR9xrC9DFiOV^XOk&W^<>wvU)6kQ6Z>bd5PY_okqIz^U(E)Y;>nSjp#c z2P2v!{flS&Di(!9Ts(X7xyC$>dvncgmPHz~og7YgUJ0Emp+|HC)5*fN2>$?D)-*0dfGf zi~{�}=8AwG!Ox8Z?^i%$kLWhH#=pd4>)M&my_0w7NGDaNdlk{TRZdBt<99F z6tQPwyqLiwzj}2ibS$A4$)NS5kJ1+QTCJ9yXEm6V?v0`d+uQhZ2jG0^Hl0sxuWA`d3W~p?zI+8|!YRtOK1|clLrOZi#oN!MdijfjpX&QU#T6_oXTUe-b z&%AjDcXuEY{i^0|0>aTIyVFrp-r-VdeeB_Y0QaF?emj-9oJ-=#coie?r0p2b zm(ZFf)wPLHKFZ6Dsu7eAm0hZgenO0256Lnwl^(o>T1?T!8MzK3Ws3--pH3?_>icVb zUs13(_Uh8x+ynP{BR_QG%dxBI?p*;wNL{$aJ1(Daw(;t=H!-c)%82Dn$l!Me%w&1_ zR|ij)a>%xD(VfcLWnPgK174R?yoqjZmJbHe8?Kmyq?Ht1}I61)w zJdj6XD&o*J>&bHZanq(CZno|L^D27~Po+z<&|3YO3ZRXXdovz$oMY!#;mbKm;+OqL z$haHnS<_On2U&&~(8BH{jBHVWNaN{DYZrE(vC`A+5kql&KXfEM={V1SDkau>TK?ll zo*gJa8^YNdyX`phBC%b1(^1pz;L|lo%1Lg;ls7)<9!Jbptv|!1s>>Xi{{ZU$0GjQ8 zQ%;{0T72?ebj7XuYpJJQwDGCJ$s7B?sOOJ|%C`M2Qpy%4FeHohb4YAGKiwi_Uop)*0 zdabe{f?LlKz4`K6YX-?D)MM&ty$?#hX(6|r+DIL;V`k3L^{p$ebn9FH0BGGc_PCfu zaT~1ig=Q=iF%hWklklKh3z+WPD-n`4B!a9JzFq69k1L!N82(yQc2w%gb7iUBe&Q&S zMZT(77Q=y9zy+>#R_d`&X z8sHM?v+jfC^2HHo7FuSNY$TjS898|*ZcoITs_Oo_(k!lEwzRtqH0N+Ae((1cj}{2U zR8iE^=gFdSc%@sFKf3lJ^gfXKXI%)qFA^^d6qh-|>pD-3y60V~qKB`PE-d>M4D6k?G;#mNgl9d0hG$Nop6&`DkyJ=}0?; z0M%}f`Bt8lKpm;Oat-{)A-&bf6(PIUp$OYYhQITV)}SrawwH!T)m=BTwtT9~8I6DE zAFWeesb@x9;7Zx&%93w@$FK|A&H231bnww&nU9|xjb!$Ew#ha)C;|l-=QXDLa+E>S zHZx$bTby8gRMs69rjI;jkbuq?^P!C?M&DyfQcjmauy7JQ_S$MK$~-Yd`6M~=r(fPc z1_9b}#ZG9C*&-)tzy$skM`Jz*^!t}TYY~D=?eFD8`a840i6Fr;4s+O0g^RM>D*~zs z$tRzs7g#=Lh{uA5Za|}4P?k~k0~YEQMYo)x56?n@aoJEL)Dad&S6@}Z>M z2OQ&?q3U6dpv>tK{`3_rNY5gSx{=Unw);FR0C-cJ@mUo)Q%70Gu_-TNsy%8;f@L$M z!9Cl~lXt48hU)Q1r?yn)t8{)LkOYnrAKp+q_U4tUXYA7EK%)nd-n4n7VqEe|>AhOs z1ePRM54f`(*v(w7s<(1HP!jH=l@j)#E}M{*oQYaNp69=v8+7fYaofoZQIv_nr~OrAk-ax(G1x^wOLPrf>82@KONNb= z)MO5P{VAd3N%UNGjs}o@(lX1>)K)XBTnPG#?OG8aX-9F8I2E*YN-fQYf~|+#2^sj- zeW~aY$t3S>49z6W7?MUlm77xuN)p;_(qxP!Qt~x$Z0u#ax%)c8k=yPJtJveXtRJeI z?V8D(A-Bj|IL2#fi&eSOE?&!5wfjx0F47%+;HIWW(A_1}v5Si&F*xTD$W*EMRvi|j z<@zRR)Z*NnqF}amH@AAQ1~N;iR40sqL|Uemai{1Lt;~BLdLNiIt~avVSlT%)ucud! z?&kzjb&WSbXdg}1Zr8;3cV)uk9jjBC$(ef;uSP2J0NTgkdj-BEe~3@!^_XfG@mXoo zLK%M1EJ0O#>v!vIA{#$tv+4RewD#>Hq+3o)d%)Hss`MvOU20a7$EDmD;{!i;`_|86 zBwE_a{{Uz3lVy5N)gYerd2y#1ZzFB$rByJex#pd)=}l`-u)UIfGT|dHxUd-jeJMjl zmsi)Jxihpe+9Hqv;rZ=Lmn<;B&Tf#8nIwg3RyP*6$t+M7Ln5b-{HM@UdY!AyF()l6 zXTO=FO;bdU8@1F$v8(k9WUZ?q`E9}`vm385~v)GHr|o+{j$<|M|I^!I8R3#M6IP&f2%q;cG%`)j4)Ax=O7;Zq#O6r?w zwR_z(J-9BQNb+4}{cw}D-ecXUx#H8?}{LRnEQ5~j*Yj0=ZS}MgD zTww+Y`qeSR2u)7QQRBECgt=2$1A1;5jE5?eU^5GHpvkwME1R z(sP}%6?JCDGQ9A7xT)PN^6A&w?wPr}n?miz--#7(3+g5pxSvsTbF>YS`-;Qj z2XjL9&bpFZPiejoyKu3$b@E~O5%Z~b*4J*iTg$~GkR$+)(y>ZAS<{5~udzC9Mp6u9 zHva%pY5O~eft86FCaZ2P8aRlZKw;)84eqTP!T@2PomAsx+vwD^3&@`4DIJF8KJGnn zio7}{r&35X+r$RmU|F9TWNymCK1btOv+1@sw$_qeM#*yu z0FxoZ0qA^)tyuKyGv6K>{--Z3V3JIzl2Z29k18=cKIrtJ-D*hpTSDm3#20&DaHq)8 zZNzTT-F<~x=0%S?5PR75#S8Tfoy^))?(RWV&es??^s4g3!c@?*l9w?Tqv}^PqC4%t z7!BBwOlp?bCPxbx`!P9v$DCC@k*Lbh#F5)bV?pmJKX>9N%FpdGBk%B~fyMzn)Ec5n zosl|aL~zLKx&@4{px(Y#SLAL76$bd zYvl{jaRtI_77#kReX-@ppB@{E8&Dx-(5Dqxy@db?a;R?ULYHFfz5gfwx9@VU7=Mn$h*e zjLi>-qFZ}}F-WJ7%l`nOr`GP(XA|ABTg4<^9LmViN#Y^OlHHGDKDeZHCdaU~ngR@E z!BP%*BZ|+gg=+C;_qf01Xp5B5^9NE{E|=6d)=`{`dD#K=8Q}gHs=Ev4k5E7kL4Blr zD$}c698bBi4p5CHHx&+gWm! zPh~R%8&q(7>VjK%o!S}Ikz`O&)p8HO`c!dKT$RbVPts>vZOoR6ZQtEcaHO08>6$LE z*Iqq6?Jnj|4Tw?|_YyPP;X?gK57{-jmA}D!E^+Bj>9&w6w7-Ac+`0Z>b6#)%0L0;W zw%|9Edu1t70fa*k?E9;eHpcR;B+7&WXH||lU>=y`{?B1pRttnH6=TxcwdBHGLPW{l{=jb*>Is0A zScS>&?vdL*m9A;Jjh|5uv)qSCQyvtO#sMUEA3q`}3R?(t&3{e1w%zu5+r~q%79OJ? z3NB}B?LP2H`-!5=k&YK|#zFb{*D@KlD6Z3A^)5{~(p-kx?ccM<(>xpa(A#5j#3f))zzo;V+Wh0~ zavK29+wUeM4V{VPx%pP}V+NP6^zEJZ*lmhlL>bh^IB~-R^#*~ugV~%jt_;}~@6XsI3WxDpP+Kdp~NV_lKj6)&*8RH#^9z=HeS9G0v z-4O%Xq>f0=<~x53(|YZsnntN5hNPxB)B~Jw!1f}!YhkBc#C%(WZ!SPdP-GM6!nCIh z(Nl}G%Q4QC#3ZrQQ&ZMeWJu$;l2!3U5$#=rl0Gz9s9QW5_1(spurPauSe4fZ{^soC z%kb|(aA^11ME7>kJ6a-CuuTggDTc>s4Sow=c?gmL1x z_>Ye>-sEVW&AN_z>kwx|MPcv8tG8(fxTt+^5r?cS=3H%&;*owF;Qo~}sJdYEOwnq# zH!X9eO8Z%M;iD(WK3R824mZ?C!S4x3l-h9uAYr|aTGvzF2Gg|*WLx+P+nX_1dz)n zLC1bEn&@g|k}_!VPEFDn=qqz=bdumSu>z!y*z>IqSkqHk(dLpYwDJ4Vg=`%8RcAu! zHtC~9G&m=a-vj7sLfl;GH>IIs6bK?qRow{QyKUgu#aB8Tc5LA-7G^J+r(91Psylw-H_%p!5xRK z5OmzhZ071fM)QvlC~iFnBehc1O3hK`G!RxzgR_Lc3$I3ou_iFgzT2zThb~ANl5R=779!J6M*gxq? zzv?8&!J?c%`%*Mn38*G7(x<{30c;MZ$ z56qHf6gD@yU8UlF(MV!4?r7o0=`u0*h~tWPrg~b-Q-bXvv9}mdrgGjZWxTRad;?wT zxQ*;-1c$?q#0?+^?*Kb~b*KA2(Ji#DmbD0ql3jnqJ{04Tg&#qW#MA8A7T0XH5_79D zy>Hm=v2Nyl7Fe$kbKsM*Po{W3l|#_%3?-qvjpLOYYovgNR`esvzM|8umQqo9`5LL~ zK8lB0i^qi)9abg6IT-N=@;AfK`FyJ;Tvm;EGVOerlorbqIY1Rpm!)!SFl_o&mE0|C z%^a#x)Rkpnf~0YSRkC}`*z>GQjt-Y<$O^lhE^x;*aQ|Q`?=+~Fp4Yk#Vjd`@gf&z?V91pq)A6lg8?M_MJm2Xv8vBMSvpPdj% z)f%ADTSfauY#p*ts3k^ofP990s9woLDs%TquJ$Z@RWxuXCnt70t6N)Gv)|gNLkJQw zk&%qxk>^)dZ5Qled2&RzM0kP69ukqj9~z{ZSQv=z(PfF0sYdMGs>fEijvXx90F2V0 z5rM`4BOgB1!uYO|IKO!n>3yR8K252sh5$`EwWdt61$gNAFH9K1kV({F#PqU^ZpqZ3%`H`X9K#RG&%S#jcxqa=Mv6(gB+29gOxn;4%Du^iyle!o0- zolmH0l1p>p+{$H+765oW0r!WO9EzorSC-B;{hZ~Y*iocWyMy2V09xec(qqMzQ^x!L zg%qTMG`hOCjyG?1GJVMR2N?4M`F>PIrMHWtUnG|I8*UfGj&KOtN1>punVwBYPmL## zMil$Z=g1${v^`^1Eu_J3YD8i%3Izmi!2FG7jwQe5)jn-|qDi!Y-i+!S?*mb>xn`B^ zaM8Ko>^U1v67=6o*!7LXdakAtN4Cr;BpF`$$sT9t#X{D!sV0&23wT0BG)l9`p6SWQ zA1>5w(N?KvqsA8txRxZJF4fV{XOq;dDR7nkUt(g6le;ILh0^1SSt4YLRvBp)7}tP4 z0C7N?o{SmTL<=Jh=Z}h-Fzan{_fFBA>2S|H&Il}#?g+T#niBS77Nvf#Z+{DYmO#v| z}t{Uax;2V`eQ}u}f!YX4d0on*=NOWtby;!RD>{nkKi731UKbwlXS$ zXl2v&>+30qWs2>j2N>_pYWgi^&hJQ)JEqK$Hc&4oK9!lqPFrh}vlr=7C_1l3I-g3< za~NZLrUtmT+QejqAdWfY6JI@9%_z5y)>z?TY=9_CWQIGkNbY(5mAPx$we{38*;{Xd z-Sd@?yN`(-#by_JFM~8<(m!})ZO?I>@%^iQpB%BnY|Qx@mQBc|MVC-<8b#qC?la!I zsajrJBzC%L%erzSa~Suqe}_LFN6LudfW?I|NV0kr!J-H{UsRneE>;HczR?_vfZ&xC zd}YlrWQE0pzR&C=UZb+qkfKJh%BvT49_J+fAXbxkdL_KHwwZv0t30fy7~_g2>3);8 z)1dseQjzWv2#XT}{+?tE^sH+Fi+U2aScuBr=MZY|`J&ZkI4ZB@A%R2pr=B{=I59 zMcAa*vRyPp#k<{R=kTN5Yes`n(s`XXT5TC%~r!f)$W79WZMI{!5Qt(m_Myyuc*yx74?f0YlvU`LcaTXcd548 z>^jOv9F{4%+GLp}!Q2!#BO~$pRqjcy46ZG3&!aW%M$%nz%gGnnK*xu>c3YgBc~ol% z8v9MYOMR-czQVz=zsOYvfu`GESkHN3n}ulE&f}BnNIqhVdLqH^V6~Pu5ycYVwmD*J zfr})yFNId$^IS2a-ZrGTXus(-ip~DZ4dY2PYN3O-B>Ci2?K4rnyVNccO^X~XS7-5e z@A9g*vYhLFF)_l-!9xL$s6MqjM6|fH)Jw_(8JV{~n|fDQ9_329V$UPXCpmV@_}sJz zc*t?v=TL29Hw^LP-Y(eBmo)Kz47%WL$YE6-8-DkigsNm#5lFz`dezgKQc-?N)8x;6 zzFW$@F%n>visTm~u;AeSb%9%^XSW~x(fZfaKHbH%JvVc`Ns?vSJ?wMkUol&O_Lu?h z;tc*ZF+L?9VVkySG9x6B00`W^?;Yx8+9(JD@qwR*%A#DO`00ro5v~BwZ2DBGRNN4u z_Oi#nlaAlks7$g#?NuLs2GTj_hoHtlmUUKgGraOoofg3YK@^v7 zD)?F5k(`0swKnVEU6QM!yH>v~)YC(9hG+{RKocf2$75H$R_XgRGk^roO;l% zt#2yz0J%{sK`BO74}gAEebjeG+RdfIZY^st=RMLra zjDz~oL>CaG5h=OYc8>k439#z7YZqo|Hgc%Ge>$tx`tI)DC}1ly!@F?WN|Gy|i{dlL zzKUOoTarxrN5{ezTZq^Jo^eW9n4*~sIX+php0wV*Ce5L^D*_S5^SdKFgIC92mij2J z36H}Ag1HAHwKi{wEHK>SNXbal_1#|H!V)Jzo;g$7nx>xm8SI|)C^9I+amW-IX>|?E zlYOF4C1c{{iDCkb_WWwr*5cJ|+(mM3Ad{1^NFRxtoU~uYkjq?Vo zHH#@_>MLiywn@X|b;dFrRo10p70gF^jl_NLI;)EA=R|nnEG{7}j}7@BO2MYoxJu-W zc`&B9ExNkkS@b(dm_V}txLya+vK>RIZ#)-h^(KgqGDxjosdn`TO^rWFkzu@wQ6ohm z@4?`HHIZvJw^oZR7qP;Us5wa&2D{5VGNj_pTyVHKZb3$o)H;@#?AmL_xy+MDRJ6l# zkWMpM(oc152wRtw9oxf3cxt`smX!M|)8mVVl66v}&zcs}=DV?!*R%M=sabz8}&M`1Kf%e!%4IW+$OQN6Xl*j5ed;Y&DU$c#fBK2LNva``DtU^f*)hfKi_60a7;~# z+oTz4!+njx5_M8fZ!Y**SZ!~-zXMyV4}8{%c3?tOQ#ZHvdU~VZT|sP&aIG|f0X~B@ zDMe;J-1NCGtaO<~O)ODN$iaMz0gU|t6obWEqK5U&j-`1Y+o74Ho#e_eBMfpq?>-ND zc`j~aZ*|Lo-vYB6u9McRqLNgWIIT?H3@_tjc1b*X4F>hdcu z8Nml5KAwEhh1?ffo|M;m(_7lfw{yB7MknAD<3B+{nsY^BL{@G6I;pi&d z7~AEU^*Lg=U6=X{pR%u6XP4iQIPhaRR8xcRd~!3zT0c{)Hun#l#R=Hw$xbs=Qo2DK z$e?cfs!y3dwMlQOPitc>khWP-=4qIm?_xk7EMQit=@iwYCOu^F@J!XZm+f*B8kRm= zPXeM?CC;O9hb2^ecpo}Ng{_3w3XyJABP9qKQ|Ks?#z?KCSdkNFBzxTBo8odBXhUB4w{AeI=dRK3Kk5FBzz{Rf?Eu}-#-N2l91=&jW6f9G%FZ^nQ+ z3eD}UW!7c|WuGwGFT?ns`U*0!k0v;mmzjo7`D(39lv2kK=&{O8=E=)sZ)y6OkECoY zcoJPp%8%q6{{U*shf!WFyw=_r5yqr=-OBwu=%dw=VX6+}B zr0Y`!1>zx>)DMMf(#LKyKCWA`HSB4+43?T^iGBY z3orx>clrFQI7`s>_KzLPMq1cA2hKKz0Fm+JRhEZz$*Md8QtA+#pEAr&e*sn{Z;@v9 z#nB5}=^a+e_Dx0`g}RR=-@uDu0QbyekHV^S`@5LhSnV5lWyx&$R-0>j(!@f(*;BPr zYBrj6^~*U`w7qf6s=nzz=U+dcdZRvgf>dk;diY-WfIOgRk_w&}vSy zl|sNU+6h(%%pXeibDR=%(WyAIS@!s?H$#FqFNJj*Fe||XF#fgksQ0Z@4*gL4^BW)FYOw)==*^|-sUaDOxFGgrJP}_)`!f42jfdE* zcN;Q_@oqUMJd$f4*K~s|gwbREBHJ#QKdV|ZSnAyGP7%qRyRON^dql%uIb7H8~q%Sjx7;ffE&mXa*1bgny)*z`a8ilur@GUcN@_JgNwx0dNf zKyb$%UbG)$Gb%EIMgji-p<4d{P}vKuI%u)Dxb0ZT2G;6G+wVl>2>4b#O4~I*b5@$A z2ans3r$p3bNugC?@20{C$Uc9lqkS6WT}5*o&F*eo^Vl8@Wp?uzr-jt#Yl1%-CbQIx z5??ZQZUFh3y9Qg0Gd65aGfi|5-lnV3dcrk?w|92(jH#MovDeK=K4PXzGzYgH@`8>Nd{UlvupAnN(soa++u7Mmc$RR3Ae0f1&WAW2 zneSYWj$pk#$#R-D=(1iC_;fSGN+gCE|!OtE^QAJ=DD-4S&g zh=)q)R;w=iks}`m`A749byP~*d-J-d$NE$)e)isP20LNzMHa_mdz|Fe7mq&7Mh(PG z&xIf)eGieX@r5ch!_tkT**>8a=8>seK`4?ddywFNF7@a0T-Jf5LE`b34%9=hQvR+l`?gk==~06J z0JIK`w(CsPL^*}k;E{mj5ONRZYbRYb;n^ZH7>NWBcs2EBw62}I>JFJP>9CpZpt=$W z#yL_5J?jP3x>Kn7c_kN`Mat>&Wak0IXXs7^UHNX`yB{&X{`EAG0D z$Go!>kUelu=U#zwSkI;Ue(ZHeLCGD!R%BL+LEnNgpV0j)KIl^|we+@k3`qp1e=u-r z&)5#A9$VW94-Xo!^zDOG7T3W#uTb!nqgAA;o1tdho+I^spq_rDOHp)v&l2}P5@aRScdxPio zqnk|=P1U?vVp)XHs4s3tNIQNfn zUr=>L%od$N1%=#bV!nu&%MW#kIAzbTAd1fV)22<686!gWa&|sz@IT(Uv2G5F92Qt9 zqYl-fF9?!9c2xZ7jUT8kEauv|3{NUXL89$jL7B49DQx!@2S@3N-sDO4XUII{RgI=r zl%iVPb!GmWr$yu2K@wg9f>n(}sPj1#B$q#CwF!1ZOC0Ut`R+_-KPukrdQuzylNQ%D z(MfcqxJd^O{!{7jK1PA&=-V5nj!QYrF@jgZnRjeC!5Q!C!K>j5kE9*g`-&s1moQ-JK*`((w!xuTEhX;>~3Qg%B!|j zY_|$H!KyE5JpneOV=a}1%!1+oE@BcK?ZT z9zgacwEmrjJ5_@EDT##_YpWa)>+=;$)7>?w*lNvjsMyUEkuK*fxl+03K2>`TlW}vU zYE5NtaV4_&k@%>jpwFrDBAruW$*8VFZ)W<{;_AAsot?Ve#8k*ok?xQ{1ZK2pFSS1! zHT{f)08b3RD*4CR?y+-ksz-GoP(*{o&zKw$iuyVgit2svld+=&GO_G=trCfnU4sWl zm#TW1uQh8$i%-+o#}&Q?C6~Jv$8{Wh$j7Z8*=ZrzJfn|FU4${hsEWKO;8mHIYUFmO zwv{3zPPMd*C_t(J^2IrOqs4O=0k%5*(~rujTTqZW5$B$MRbgd3r83et9Mx_wvC}c{ zZ2ciEykE89iv(dV0`_6qU+3h0m5bQ3NqW$;d_x-hPX6B8R@0`_^#um zdZ-69Nqwe4qv%%gKpdC4Lhk1z@Nx1LVbdD1)VgNQDZc)m8W2hDr0xUh%}Ce6PoPf2 z??%ZW`Y`_W)xo8PDDF#>xrpAVL1y-h#!&?j{^)@L3=H5G1D4UPPKVxwwOz6!2= zS(JxaQ@S6Ip!j#7?w{4MI*Yku5wY0DX2Otr=iyg(UKWR`q6?@Wp1;xD5%c-@y+sdFz zZuxHAvqSwY)U4KVLvbXsGPd6m3Ck|usP9SD^&QtU$hR}?Uv)`tO6Q#7xVnhp(@i-p zOMYhLRqL8u*LSxz@}ndYGcqvYd?0aw@TMgVqv+B_ra~f(R4HiJIM1o4b**2=wzZDR zSpt;^$o;XN!1`6*o1m@EmajbR8_b4AjAv%W?Vfw)xX{!5+|$R6+VA!G@E7Tda^Mt! zCYwy1Vu3}|0^TwyBj(H7jyqzn`en5}QfTb1RW0Fx43bVkV)!4BCarW!cp|=dZ7!NM z@QB>td&K_$56Z7JuNui_5`-j>xZ8{jdil}PV8xy(?zHaz0M-5f0K*T}Dt-ypN#W@& zZ#h;H9GrH?m*grgqpQ8MBv$)I(VSy|DSIZl+#yV`8@7t3)h%v@S>a^|11GsYm3PG_ zEk2)apNVj|?u&Se4EkGEZC>8yJMkPufUD)XdmK?!jjVQ-_=N(69mjJ)eH~~`t2F8v z3hWsj`Kh{U-f0@|hvPfxR|vzyX2^-hAdf&sMk_{#B%Ua|yvy9RVs0CNPO{XXhphD^ zPz!*&kNLL$0AoVhwdaBb{24D0{pyeV$o$95cNJT%Y9DOsZC2}cM3*mv@CO6(6$bNB zOIQoZBJJdDBPaV)E*qnwqj6Sqsda0MU1LKw1_?#OZ-^NkNn?SWsm=&AU^LleOzn)5 z#z5fwy=yenXVe>5w~_^h(c@4eDxu^c_5gp@D`|%5wGB4T*X=>Btj5{Za1~v-z#jpO zpEFOAR|OwoF~O<1`;bz=rKmH;vjiN59$x}E6hmXC#VW_LSrP!ajYAxPRhJ2M8hg_W z4~1FjhFQ>Wm~rV;Zt%<6@)X!uLj)u*EW-qz=Ca>tvtDWaFR9!_JY~6&z0=sI-2nVB zD?*O#t-?bPGhR)Vh9G_CKhO^3`3fG^VR*W5+3JEXw8D)PyLnyXIU_z^b$!xJBR6t! zzDy5B@oX&0$Ks8kj}0-5k4`>yHa%NfRZ_Oc!D+k|lLsZX?#4S)jjPLOg4*54W;r+m zx72r{O%JPW#+15S=?KVJxSB~q7~FPjp8Wb#w|)T_wbX&zy;}O}&P#c0W4!SIP@iYR zXV4MIHA{2Sv+3G|Hl8b5NjO$yQ--DQhrSwLgQG)16w zW}69kh{n}BJMrgOhL!CC z*1}hY%&NL0FNg@k8b+JfFkDU`k?|sf@2~)4;p<&L+jCdb&+3Za)Xl3{)~qjVTGr8~ zNt?8RcpqAY(zk1GyyON0KNhUab(9iDQqj_RP!`&}5C?PduW6lD*LM)CYb0vm`}|-q z{vUy?v()5y7Dl;3HoFVGskOIISxskhqr)I$-yoqLd{zbi?#d#zmeNqFt_Sa1nR(@h zpsnKGKexmsp4-J%_;ZT$^oEOjYUEmm+Diq)DF+p1i#BP>Q@+_^Gq{*|k`gl8Kcz?2 z?tf-j&vfbHG9cQXY}nva>^9sw;Pwf{Q}unb>sK}!b*N(Rx?`~5fR)o_@Q&$Gd(d4k zbE?EOJy!R0@{QgUEI)QUg&Xw^m+Z|2&8y2Ki-vWO=X#GIe5*O=evs-0H}@v;TP3xE zNm1hfJH9>D!SeOus%?7nsG_nfsr{m3At)7*Nc}TSwmqh7R=qAJou%uR8oiW|>{dw1 zmEGKDk@yi!^-{ap7@%nUW{~BVoD5cB(fX(|%NjAyiZ|ztq@0!b;O4czvaQ&SJVF{= zFlJni-K!*|vB^0M=UCbUG;t&vU?`wSo0t-Cd!A}yOm!_ae$-Mq*+CMK?zh2*^`f-t zyErt47gs6cayU4k&1a~z{U!+Eh9fr{OJ^ZRsjWEjtdE3Yt^y8_>HSjjIiiLD%!IKy z!k>}zsXbY6Z8XTEF=j}B-a8RPT|3tL!GM^&SXDC1wSC-tc%;qMS9h1$)nPKi`6gJ# zPEYfCRhePF8)74iDJSX(Wr9GUK{Q_Sli1WGxEIqwa@T$&N>y10@Z|G~w$=J#9cdot zOqMWtAqmJ~@HIoz_K6kZ>Gzky(jx7<#!eN7YUa-r;Q0kJlkAHt1v|ni4u1U*nA9X?U zBv#+i#tlDBi6JIOcHHl`xve1E#x1JuQX!ww8YvA~4FADejd$i09NABhgGN zrbB3tl~e;Kxjwn`r@FmuXVtHo+#Bm6{wIPtRU_|lC-sGqx&LZcO$2LX}C1xdy+@v6O2axCxy zmfUueRI&9W`eZ+7V;i`255JrMcx-(teCCxJC#JVyo{b=bt0ywb@xdyx%?b>r{9qrb zqFo;5+UCraA~h+78PB|a6@=RLELQr})}@I&DdZ~we1rt@bDsFg{A*O`?M7`uq?jQJ z>w*aM^Q%+g*_u#jw$vl=!Cy>O1d3kz5?=$vInSRRsGjdmxn_)^R*lAXlh1k{xWsa? z;FOq#0P?(7Hx4biH!h8icN!)2MxSeIr&``b40Fl5bAyfm&S-t_EH%wCD7Cnf^4;>O zaG!lXIimiijytUm(j_3vvGAwjxUAOeNV>4mEF!ThzB#f&o(MhZ^EksI*y-{3bZ5tr zIJG`|{^K2O(|0z#A!wQ~eMa8iaOI;Jbzf4y4~1ss-b?(o zg*Ywf2iJ-?qNgPkZp}TA-v0n1t5(#W@#J}3#kzguCjpz#5BmJ-E{Lx+#MiS9e&T#H zQD<2$=Z-FLzptHM!5X3@YmKTatdYW#v&jo;I@N}rfr$5~lOBqskIx^CRY??YBTaEM zjT#KHk+nuX9&~@~>rC<5`&4o7N?I7R&e=9AlgV zNYeeCPbKr)&dwo?&gWr(N0-lv+WL1yhey&@-r7BnFz5WS{{VAIlT+!W!;eq7@`vJ% zIi`&v8!ci{97sQf2luP38G~vPN=LaG98?W~aU5I$_l-YmFWK#GrrpA+=jB|vNy*zf zv5Jgo882AheY>djSrlPagi1aNKfMR&T9kHrrR}}sLTg);DCm5}Pnzt!)6B;vSsBmN znxec^{i6iY{{S!syD(c|k;KUNO}}%RZl^nGwo+T$30g5EOsxAr$j2w)!Kskz7cmRl zf>s-k5lyT&JDw{)|3rp+WI_So*+@m}aNTrfFe77j%spK4TG7ptZnP88n?%L|- zN;kedA_cH=`T?zJ#%b zyLoRX96YQ^$@H&K7lUi+9XM*59-(2KrsfBTA3{eTo-5XeCmTAt=gxh&+n> zR#EPn`J>xjhx;q5n)VgjZKw|%dI#*|@xl7mSTmw$4nB0*3>Y#T5y+_o4|_b*1mlmw ztRPvV->v<;am>MPBjH`V{{YHpgW2Ag`gW(Pe(8m~6(D~ubH~zv^u`M^kWLQ-57v(Q zUtF6`zDTAbOKAv3&u~6a;d&BZIuFo`*?32ZDC&7*@F7}8Rbw;YMoXG@J5B|_U zrCa|1ANVZ(6_$RxjF&{5w*rw!O|VjV2a4P}a__F7`z6(EZ*C2=GBm1YC|DrCIW^Mw)c#&Pc^`?d?9hf|)m=eo15HDb3Mj`oucLe#zh_^W=DsV&Qb^_}Uolc* zlR9K)JfXn(W~+pTIh-Cr6*Em?EE8Lj0}+v3MswlpUdM1=&082N?&MRD?rVt%^FVP` zHu5pkX6I|h_%$}d;Iy&hIcUXKBwxDPvUTV(I->eypGwAhx)X2JH|ho>cig|Bt)dRi zySpDhO3%HcX-sVv_7y%VIVT;+J?k#A7mEJ?@#NR0p4^K3@CHQK+we7OW4c8odCH*G z91`vyA2C*%UB`muPu(mVK9!FSSlV~Nt2`Y#>?)Ra9wJ5eg5Z456noIkwReb73ppac%$vxfVXjzUU zRVQe!M=TKo9+;0jhl1=eiqg0=K8-h{^>{6Hn<)h88JPG)NJdC*9(k@&u+_T|_rvkjc{JYbjlS{UV1?nBW z1@v7&D}*6;ZYmBiN0H*OezaK4gtt#U=E9A(K*azaSqqK{t-gB?wP?D$Ov|*y+lPKJ zn#J{rt$$(L+RElt`#*suG47u($K#Kft$+Ujj$Ry^T+o~qr)j^s{{YiG@5iN|6!A+O z-8af!Lr-SMLYtuMBh~G+s9O&Vreq!?xaC5y?t6VH&Z6jT7gp*mLd~op)8w3k46y>I z_e=xecI8=5(zE`bzp&CYh^}?*K5arKWRg2!DT`q`!)X`Ajh_NDpN(Of z4yd|@v8m1_@fh7Z6P))XfGa`v!#tV?PYEIyFimp^iQzMe#Cu6qZO4)BoMd;bXQ2zL zUdoY?2xV4r*f%}?mCnhcOH(~hx=Z;t{?UGxRWxtWYVq3Wms8F+#IX~%`HnG<#TYLC>uGN)(2atbJKz6F?RgsS6#t2!|#z rsw6O#c9R61{YH z>8JPy9@#HdlcpRt9ph&VJhB%bofdT5(DfHh!1n=KS5q9Sdv9J3^fit9Q`N-XL!sHb zVi;_rhC`pa&&WSaEf#wv)mj~2>@&92obUY}!|418q)qA5EpEDHZSNgd z8x^t7aqz2aO)}m!U9l*~!iu#mG+ws&U&6Ri!6PAu^05B^tW`9Y*H-6bkg)joQ}RFG z6`Bn%s7c08n2Cu3HUPk&{;bjCv_pMq9>ux2b(D_6Oe-sVGtc2h$!T`Tui<;G*n%oe z){fU5HF<4vf=8L!MNoe0U~D=0kIt=AQE8xQkD=)NgGsZ|xygw^s`2TMy#nBmw8!H21TMh;Fr5tZu>D zS&@DX<^4r$no=&+V3c0(VE+K(MjwX9YN*nh-$%ZmNw}3PqPn;@ zFi2Evmmmj>=Zx{3dKz}>JBtT6o)#MslNY$zDD=t@EX9B-8XeI41u997d)7ALaUX ztV`MUh&8Wh5lG9MTS$e(yl`-R#XmFp8u}3fFFpNpTB9AYN%AUGsD2}c&y_9Ro%Tk3 z;n-7TfVmuF?^i*=81L&uVpXlET$wOi;Z{%uXhBsx3~^PEv0;EosroYpGsJuM6tW5z z0}Gg?w+*&c_mH0=D<1yQ^A+a$= z7=@gL$B_fS^sM)#FZSO(l*fWhk$k+z^{d9Xj^k2+BSuAu2|I>A>$P-aJ4athtd>8A z<;Q(>`Tm(A_Ty`l<^>Mw7m>QLxK9#1VUsw>`P7^HuY9WWBb@xHtvg1aSGg#vd<5oJ z&Oh*ie9cvoN-=HpaG@6|B#Ny@IAU9UM#=#31GysZ5RT!8s6Wz;IwtPdT+q_q_6cq- zE#%Bl!?%TF?;?iJ0P~NXPt~k{Zb^4-Vc>6sZ<0wLY83zsk_Udn^7N~JX5BAo()v{T zwxH3^D*{hBSjX~@U!R%cxr;wu_7|hIwNF%mE z!8ypts?BRfy^8W!t(l((9usgwd5@3Itu>t!P`=aV*6wa(hU;!D?4^CNga?IV_M%p|>Mey7zweCZiTSYT}X@rP}yQ8s{n zbYljl+JsRbu}Kl}cClgz9)~qSeXAIBxa5LlXiAV{UQ2v`8l%(o>-~E6JvtK6NMi9z z1K6jT$9#-cOD0ImY^S)c-tMf@B)V7(a$C0L?8)Wx6;;&ww~ZjRwvj_79l>p^eK31a z^cRy`{hAry4&eKw`H$B%Dh*j30y?8F`P2H>M@>JOY}2R9DOzSbbsNF2YButMo*b@7 zZs2D>)`z6LVLXx`Q@gQlcKm3Uu4YB*O)ncp1uF;wjw6|-U*kk7o;Bo1i(H=WD zTWL^H?Ds^}_3doQr%GWksqt?lP0FB;x(BJE?u6;?t+3V}+G(sN)8>(gnj(@m?@}@j zJwZ7XLD2Bo*yy^0-`YG-V2=d4yh@nlsb3@9lg&ZsT{lRz>bRuSZ8iHX%ilqGyLlf-g86FmMk7o%+TEo)1f?`8e0 zsO=bpS}a9~^l2FWl{c@iAh^`+LtES2rLq!cnYT%9hg8x<&}i+fZT{Eu>K>cZwRu$}j4qt6ldZIC;g1w<+)g`#xM$@}JbTvECOo?(xt}`fdP+m~DQ1s+ zaxV1@xz5ruN7jsN`l`g*3uB{O%5jf&00+-F;-`CV(&V?(^u0#Sd^qhG+ps~xD}B?C zO!4)s(%VqGblLWJcX=?#{Hr|S^8GEFv1Iv)$s){ITSKcV!2(1jZW1xuCXIEDjyJk} z)~BM&aMu=!uRWuC!IQS+z|KdfKMzV0(N%0*-d<&9*lcuP8u zb)v>WBR@}_W7lb=Id8=2wq(Y(r)t1Sx>m;R8LX!^w=u5y1gcZZu+N@qo;ZY>ctw~; ze*=`=;r;%6{*-^!Qe0fM#g9;0OJyhkL={R9K+bupVtgx$NZiEpJbR;QJ;i72I3LAX zAsIzAld&aDDlB?;L|ZHUIc}|$WLJ4SL~Ja8uV(bmr5juH{f)ku(P`*W9!8WaHg@KK z`fBr7yq@aEQfqi8jrm7kyay|To^e-_bz0b5HMI8cD;$E$AO}9UtQqlSbGX0s1;}}% zT*qL7DBQ47j5j#>Rm@tXOB=CZt+b3|v8>)Lb^~PdgkvVm6(k&f9(0820VG}#h0;kA zb{+G@95c^}(hln295Xq+x?Twkaro6muB5h}&~0Iy_+nTZ1t*L)~&5v8Q*8mcmZw!M`i6f3) z(XW>W&Ve;yF0ZQGSV0O)adH{FLNZ}hIcyHxkF6GT2m8f&)v?*z-^}(9DKadCkg~RAaM_7P7U6|EXxgo8ZA?ZnYMTy03bl}XM9}WKZvIQ_AZ|42RIHIRV{f6yV~TG3 z+7`X1bv?u>4(neTk~9mFaMO}v92v8 zmw4JRcp2dO;Oo*Vrm!fz5)j1+O5u2aZy--Az@DWeotpZ? z!5;8r#z-0CBEE;wT4><40Dy1-%HqCkgHP7<&0Zm+%{^-uudJ`^lIQ%M$r284?m3zG~L){?(u|&bzRfz#eoa*Nq*v*xSPn<(V7#NvzotguOif0CO~Q z?%}$B(6QBZR*K>qTZzn{xov?{033Omrw$)WvD!!`Q_1zG^+GSTyEyHgcK}0%>_$AP zyX!W!)2!k@yD2f_K2=6cYb#Rn{{X;}-5X7QtrK9n+}E*&A(b=FW5q?4{B0)IX%!i_ zVBp}_6+9`m30SB@5f~@G6%}QUJ1sqTL<+HN6WWnt_g|_l-s0Q8f9_gEsodBLh-Ou| zv&S*G$pao$7pXMabxw`Ew6QE2W=)HNc*r=YTHW2h+4UnFzVS}#KJUh+^#%3Do6z!I zSX{I>2x8eP_Z*6t;W*9_zb1z@EOLH%2Rdun&aI>9^ITln$X9C;-0`1*IjEX7j-h1) zk!m*~VgCTT1Z1z)pk4b?>ibI;kM^8bFv-I!L^JZps&mykj;R29fEFe@TLS~>U2R4j zj+|M=l$}srJXVof$>G~FU1JS(8vg)^^EEoueX`Ts!^s+hl^oFSiLXa#6qeFVUL(#N z#M&nC3e z-M@)0z+H!_Imh&_-kVK4OLk5h@CoWZY+79+C8Q!HX$be5u&FXJSX%=p?tm$km&KKE zJ3?bVluBfvwWA{Kc#Auq}fCxx=9+(P3dc`hWt_8{r7J;chg0+AryAt#Ur zdbsh7#o0j19@y+Wg)_t!OBmuwz4rJokfmG8u!0Xi5khNf+8BDC;zC9vjQ1xMS**-0 z`gc)~@wO&C{uN~{*SbzYC(4An_U)tTEkFbJ)FtIH!ijE45)i2R_3pTy9uw5%gt zgTn{SkAJ0HY0?b;027hsPAbxx4`F`}FtI|ao zavVNAX}MS3$fBQUnjh>=qM9^ZTThvx{{WQtA4B~pV+U?K;;z%@hNBd6!=|i>+OZZB zcsD9fE9O2GplPiOA~ItHWHn~edySDr9Ve?oq{DS6jE+#ZnXBUb0i$H;d)qt7Be#}m z7WD`2&Ny`R9}($VU5<-weWl2L+UgYdDhL^`pLES*?3$Wg+mQ09$Qa;ak2-VO4aKC= zE};Uwtm;Du#u%Yw-9Q&Hc7Yi*up6VMvyB$8&&J z`qvlW-x}5B_=I%1@6D!_^#0!HX(d*Sna(Be$7<9%YU{!FL)8BF8@7*|1r?Ux`}_U)d2ifh;WPYknSj9|a*7x^d1g)7J7XtJouWl-RJ zjYW;rB9MHlevKm)32;|w7#ZNzb;Je<+7iRvBntN51k34`Kg{6#V;3=>%?7edKuvL}T2XRh8Q$s5W-ymPtMzMg6M=x{IP^)NW#)(@(Ps$OG+|DbJ{)BOOAac1{LPWy=&`8hZpt1E(1;I?v2bVJvShp16|$}J-Y9%q^y z>it2jbPKC_=6KA*YA-yT(G~dd`nv2KpA8X5&`|#Xw2dAcodR3QiwSL5GW*;xJYdvH zodtH8jY(h$J7q>cI+0_g%_t%n-YEx>>}d@I4g(VsxAO1KX;RskBaVE^v7XN#Kb>4V zCBrtYr{7z_B)%bO7jK!)MloMqbY1zj(=VWw8J*mCyM_-K0={(iN1}~?T{jo<8RN8d z@V9Z6obj!JO`7S@mu5K+*yUwB-MvbcK62R|l zkrL{AA0Rz@niam(dUF2&Nwd`@xPf4eu(30Ry73M%5%M5oJ|W{A_o-gfrj9RWdb^<@ zNa&yw>f`%XD`2tR*#wXVR$Lmd{wb$~@J@AJu0N9h0DO*{YOE>Io$W4@UWVo1xSVYJ zI;3;M99y!gptg9eded0EywQRUPFCHA%UDK#i*_&@IM0=QsjOK&yhd+ zQCIQ@@una?^8D*$CAnGC(!brHn#OQI%@JsFh_zcb{vR1hAD8u^OEo)B8NfAl1g&l$ zoD;Pe9G@ToKhm$m{7C*LjQru6`#Wwq=ie(`W`D_Dw7)ybSTNyMWp zHpq~h*K%-B9D(Of032Y7Xt%trk?3heki>dYlr#!xMjL*j>J0|)lv}bc;3K|q-F`VA zl>zm3hjG*0MHZv8!&}EQ4X2Ic8;HlR2kL150IxLWp3W^+%(QpjV+Xgb1nD~Dv2=VhO?ea$qj*ZvNU4*I-+$jW=vy)Iu5QXJqn6$a3eA?=ECGq&j%c^VB_5J{+7rPK`zkGwcOhN&!x zSj<-=n4Coa02MhOp*3+e--RM9gWYb%t2GH?mPsBGcboDpn zJ)3^dH;D@=$YdmyKT*fyPRXmS_>%H93A!~wf#28b7oI}OZF z@GW1Uepy$r_*J|*KCrWIg&WQ00w2`dd0@9>&Aig`t^vaa8RTvRRc*|dI?j!3buOn{2vxn|;0G?gi^#|4RyR7X zlRk=(XjT(yQ#H~>HO4lSCxf*zKnEGe*0t#7p_18$R-4CH$Mi4sTTAHrD$>_YnXOwg z369~mH3arQr^6KIO=9ZT)mD+N9U|SVxL-r~*Ujld9N zfSd{k>Pg()xJDpt>^uBxUDWSmzOa(o?@yWwhZsUrKKGFZvrR&Cqu#SzKzEU_t0qr> zN*cX3Imc_^f1^wq$%V!CfqfNAYH)^`-X%Nnxa|YwS}uT#r)yU?%!~g35wsyy#?=Fn z^*qqJ-RYKa%_MQHyi>U$n3W`Ydt-J{= z+I;pF_nLxuFgqkTjG+Ey;ADEPXsXY3zg#BUO)m{F1U#lYr2hcGq=p`RS4Adr+eE&j zoc{p4GTf}IxT>SbY~(W`1BDKqzN5~yA7#2oPM+RE!sZW%$=W(Yi+TOZBbD(;hdyfq;JsWC{d2wgGY%O}T|7vAsuGm4_z_#t)Y`=jB83 zdo9wUgq6Cxv3z@|*pnyV4?mq~ok63+a~-s@j0FT29n(H_?wxqwPl{t2%P<=Y9(!?B z&I)Uhp*cbNT>=l%eKV!$H!X9gPjx&nv-p=AnOuSJI2`;cR*_(qc2ND2*1;ajN+vcqdQiLPiq0CpZ!B!l8^GXz1P(A;>Nu``EKV|Q*Z#lQm0ThF54FXni7jqQ%`=sB13vGm zCbV9V=nLI))*Jh)$Fj2r+~1axLFPc?1LHvbFVk20zfjpgB`s)V21AjRQOP`fIIp4g zE9ms?K1mpe?cj{Jzy%-aTQF%Ol1_3Kj03Lk;?s58>pMAJ#v(nROR|u0!AB?02jEv(P;;Wn#}f5o1AEd5LbQV!1bJi1n)aE0r*z*=Slvf^Y}&%gWR56+W|c|h9E<=lo29~uwaqu}D+Gn(J6$o#9CrBp=;X%W{>7SH+oQE`#zR;|tv8Dd)7&?`D3x)@AA2kA zocYlnw{WeYptfHQH}_UG<7xB)sI@+#v>>&-Zl|^gtoPbJy?+&soZDGq`$EcM1cJdx zJo*DjlbcAsc~m0UIn^#KHKeuElM-5%l3lz7B=-C(NcLr`M=q+DG1~ZRD(x}1J%>2_ zYb4WL-)pxsG!BV%E6O4yoGTN?eDDwDTE|1#+)W{8REZ&AxI@qUv)*(z;r(wm8_T0mt^D3ANawg_dw*m+mxdKqHLj;wV!@ypvAR4e5)=Qxj|% z&H(HW(ub|Cr|NA&MYNgO6Z~09XJE$wXU`mcDKR;uqjt*i;ZkkM@QmX}&^0Yjt0%sa zCXN{9kQZ=BR>?n?deNb<7Ywt=H$uFxxH89#9^I<^8#RGovsW-gyBc9F?YZ@Zo__M}-&o1qbg*Gc3@JH!EdabdBW=SBIbU@?Ny=rpB0$ljFKWB#0 zZ1|$#g0nXuV<#Sz71g@dpQb}|Ybb@-VLr}Smmu;ApG+DbEz64J!>WXDa`FUg63ib= zmN?la@lRpP3>tFg_Tukq95gs2t2ZFk2UhiTT2EA1-9ZR81|b)M@12f+imr4EsWoY? zwHd{{X&g-&>|xKIYQ?9NeNtT+BbCRC;EUl88^Mm@CGpodEJ= z4c3zl_-#e5M%dGAkd6WK%@gT2dIqO2*=?k|khui0T#-$(Qd^O0Nv;ZM^wT^yvBX=L zzl+Z`ZPj)Ud(d**L`Ln=4E(V~F<9BWlL%ZoXJPf@;Z8)NJw9L%Itc*UeJhtdjb=^w zW~eH|Bj-(TN4SCDk7xjs*c_TJ(KH)~EG!!6AhvQ_ws!pMRl3lvZsNv5xH6l+(RuPQaL zcscAnDeV=|$$uP&_i{$0`~Wo@18a95N>#nn+QW2~%Dyb=;Il9}Rc|%N8Q}Nzu68*n z%GuP)oTEr`N!sDer;W!TA0_gntDZ+cjd&t9_)_1{EZdOJ_#%ekCg#?N|{?uhzkbLuAqAB&$U9Jw;^Yx}DyHN~ta);uN6l!ZIAI`SX#af#$)X#r{dT2g;?Z`F73%^osS z^iGTxYb93XjMX<)bak$?7bC-&d07;D!~H7{!u}sGhvNB4d!zVtEMs0w3U7OoDmXh^ zAmigjokP+3rjmCwUOXAvB#WQLdx{s9GOj}@RvtuGPV8=iE}qqtIEros7bJ#43pcoX zde&5=t7Lh4Rke<>a}y|e7^wL6rc?0AM!%uzcba_3EtIVpPci58^QCp|)z?xkmozZM zCACQes$Z8Zz~w~)*y=M}u2N#ZA77OUu*?h%8y0eP@#6xhr zZx{!RFs%#?4d@eFvyTo>75vD-H6vJb8kW`J%7*5KXVDW*)S!~xWDUEJNk4`v=UtHf zy53Tx$YB{jQ(aGlWO2{=9Pf!^QouR6GID(U>5{oP^{9cJhFB3!ET?GouT#3uI^fZF zpj?PABHe)7up1OdsOh=AhDajXu7}+N9QVd35igN4CPD|O@}pflRufsk#zOlXZEpD; zyZvfzzKbHNH6mrDlIk#q5)i1^D~xSEgc_E}JW{Fm5N#FdofV{bq)e~`g*^Rft62i3 z=g+C)qHUJ6mjRzn*-xoxO&gnOE#s4FM)8b{9Gth-tGWk3vzqf!x_HOAJdmOTl?&!7 z+u5XV`!7+NP|LdH;ZKkXIjB81c_oKQ&vS2qJ)03mLHQF?I(tLCu+uHX0z7UbEuK9_2c2Ht#=3Q+ zHrB|J#;qIp+pyU!mSgLhk$9=O%G^9cLzYO+H+=mM#8wE(xGk0^CIIy2n=ZH1`r9+4 zO$#cvIR_kZ_)~t@bh&K0GU&kVu!?4z~>kh&ubR~@1?%a zAqrkq8^4zTobgR|$g%l8aInyBwJDY>NLERl;bK%JkKtC$?DMKoyeRaWh{K$0m4H_G zjGT(mdLLD{(_s59fu}01xo|vsS%Zuk{Re$!_gws9D_tn;rm+jp_(L z^@=Y(D1A)2SaNOOToqo(w5jwP6^m7j#dRg@fT=sMLV!6R4Ay~rs7VH;Go`eXMqrpwaysx=~)j>+-4$#@+(31-E#_BX;yARi;1LuKgs|ft!8>cwY|eB z?OMJS@b&QgQpTlr+y2FoR9kD-{{U#TW?t$jYeJQvzQ%DzD&8V(JnkQj3S8TpO-CSL zXEoFqb5nr7jII1iYTKtEZGWJW#ZT{|x{5Ma3hVw0;&#pAJ@#9$>d{iJcvOIq=G)RuNF0mDi?0K zHfeJF$1W?7r%a5#@Gvvx)aOvj_FX@8Ov#o|qaJx9wN>dCqDkXLjihjS_zJSu?Nac- z(#X<5y<_mya0xic^WbNnEY-;9w!T|vt?BEHw=+eaCWjz@nR)*8Z*MaG(6gJ4Si=7R z5X1ifN*23;N=Iu=r;lQ`slBBnj)jzfd@Bvv0oM#aaGIHrT1n$#Ok)Zv*A zF*?XTYH)uc`Pb3VTn1HTIaV1TBVQ<4-YLCc7;Q4Tj(tEi^jA$^8T1V?`Dbf%&(9dF zI?gIZlUtBlW?iHgQS+sw+rqGT$v#T;NcVF_4(Kw!=2~qv8(AX)Yh~OH35~l}9pzsr zA!ZJxBpF8qSbBrSVAoLidY$EqcN^m$^C2L9SgnF9yK+Bt?mh(Ov96)I1Fdh0k;T#c z#ca{ey>S_b#IRh?1 zQ<~Uv2(w*~ixtqsu`t@+qdlr^yL+T}=OUu(Q7rIy@%ICo_Maz-Z4>#j;QZB5#(rVs5NziOcyb$!qOH@KP4S|u6+In%ya8l9Cn>3 z&v+5m7n9n|RK$=T&P(pc!Ko79Z@x7zQt z!Kh9b+y!@(Is3qN&&2lfruxUH`1AODo*9n z7d+e&QSF(og&n@X()YsH585`;jF_2@^*x6_udNb$BGYxv4r`4XGVSWS%nd+JWGcw*gO{2h>%$ zwNY6A0CKtL=46c1^&D*~eP=h5gS(LEt2k+`1{%L~r@Lh&7n?GE+?-fbzap_n3rloVH8*4p2HCz3gqPCE5*d9l* zK6vhH9yv=CcCNp-=3di^sQ&;^y8iM@IUu>35(6<$5q|3o@M?chX>oNHj3$hqw8VvS zrv;GrAJ(&Of$GUFn(L;zmDyh9nW346Hpos$Bgp29dTU#gPrGYNqH>H-pO+PO96KDY zR-ZqIAEs^7#^JNr`Tqb>wRds#*#g~~V3)V`f4_tJQcwIhYtxm>D}HjMl-MIC!w z=&eO{OPzm5gY8;<({FT$W#Mddk?H4=LsBbrcSJSi$}{SB(knb5aFGm!Rz6wDC+S^0 z5ZxsGjJk}QBH`tdG&Hl+wfkuzxx2o!u|^9Wp~@*v!PQ7+&yx>@FQWA+_1>=gP5%H+ zLkHeuzL7|fW3VNG&*4)#GU;^AfWOwFv(aO_Wnm4fA&zCo0B5@s+zeE|WqNhytE)Dx zsc9O8t;$8SdfXV}eE$FtLUa8qae~4xWbxfzb!Gj`{Xm+XwYXxo>Vq(|91Ne3BZ}GN zKe%&~!sfG|WqJ*+lXKJ;7NyVIFG~>Zysigr-h7isH3($8Q5Kp;P$Kwx2(R)|#|Cwynf*+yU#x)A@>taLC^wX0C!u`v`&CmUlaQ zoGw1Rn(X>S7j7;VNh6exe__BR41Y?ErCUcXvoxWk{oFxH?U z1ToLld}^7(GF2sHr7p_jXe?47nK?ii&+!m@{&eKKWStPG><(#(tgbDGy*!gdPIDt< zicE|bQFG6_s=fV1I#j6za9hHl6SQ%f1@_0GMXG3)H^dQfrrpOXu_pXo^;)t?`AELT^$mC_+qMU|N6gN*+G38A~o>8!3j z;Oa>#6B*Au9MPv#XxCbPzlV{;4T+;-J=tS!M?J^L`OuG0HO!t21r)^6c#1gSdS&JBgsn)(FaIr zk!ig*r`o^G#pD=i?zBnkxkgUzUfOPq8pO;d( zLT+Z9ruOa;RA3K5lbX~QrxbnG+JKUy9kbk3XR`TM{n;`A0?Bndul%9PkI6+BJ>P~m zBJaoW=NYDHJ_4KUuU!V>IDtdI&yVdwJzw_YYc-aiXwuv`+R_t+LFO=fnmb;ju?@E7 zJBw!ZBP;ldBh$^E`02@fTpkk3UMQ_T#VEUUd@KX_ywaIawq_#F7*5AE$4|vYWexyl|1Q3FK7! zt>u$hzh_CNi~j&c$8IQ(lqp9H4&E|ITUti^@L6#l7njN7N@UHi!`BH?~G^sRTJF5+vb zQPEyln1gQ3g23ZEp5O|^t<2hO__&QX0CV}#YU=(wM)u?Pa})6J-B0QV6{1+1d=$qb zOOxx4ov~Q0rMH+a$usT_z#k#C6o~fo+$50|*zXWT4Ze>{4Ap;NPr^ z;uMVdY%_pE9@+j=+sld|hUeZ;I||QrX}nk*p_r9mGLkH~0Ayr&6Zp}Vlug~Gyo;Q= z20u|rk@+jzw}chg${2vh1J)mX z%EcTh_kX1)d;vaFUI;opyf)VGK-1gH9Fb(jD()LplH7S?2cGqh^~X{^wXI!EX&8zI z0yy2<3{gf0%hsm#Us`Hl%vA;~0~2k9BiGN--< z;Bk?Wiq-Tb(e5;l0`5^A(Yp>?{G+!uerc_y3~}V6zqc2cQ<)${jhF=rJq2I;Kd_45 zQJPf&LMb??`oq}8Z)f&7mR4gU$U)8y?kek{VHXq3gS4LRN2O+rtr}<>gIBz_yP8Q9 zx=S-`WjHIAqoXXsz=(0Zm=lrktJU^*rMxM`;|C)W8nC$O%SfUT`0_@3ps?c{}7Q*y5Sf!j5K_1>=rv(<}jaW369!!pf|cewr$>U$5ywT`^j zjkUI=c1XlAuwVQlun%XpCtd28O~5iFWZcc4G7dmLGHcSTE*N8iJUJX#U=d%# zkVzw+$Ur=P2lEw=+1wem8J(D7L?9^g1GQ$$r^lzB++$#zvPI5aw#zFV=0o4L9s3_e zdyQIfed6mM&b8z75Qh_ZV!m9jPN+Ba>shx?rXsI%X9D^ zMy5hk0p@u)?N8d8Q(GK7X8XWrwF!w2g{(e&P)g-yfDDFhs6Xe4~Uy<1w@+1tk< zwYNy}+t}^olicR2hLXOcOtn|hoyqQ#+lq+H6|zqiVSg8b?glgBGLfFxHCrglV2qzY zYZT+P(Xuk!tY-3EgDM!0hic9Jq{vOQd0q>S)uudvLc&$T0qa>Gv@4M=78O1kw|;R? zhwDXozJ?EJb22a_55}iz>ZZ}9O{BILj^m&7s;e`ae^-!;6hJUp_{Tkm`qx*%#%q$g zNjxOUK2=e59w8S8zTn5?YDh_^aHJilx%8)XD8lK}oNzz_m$W+Jky&0MtTI=)^Tl0R zAGOAz2=NEwRa#>ki+>Av5+`i(4J;+iw42p=2fCb5PskeZUdMNLY`z&r;=M|=>Nye+ zv)e3=KZ(27sMwoNw+iN}`jXjhG?@{>Dj8dYf-2u+nEQ>Nl|j`N*G`|rR>t1=_}3#^ z*rOY^lg=~U1dWse5pJ#Duc5yN+a!eQAb;7Ve1N{zbQBaOO z@IGd{_F#VQ2>4TD`1ZdVOXfFT{D*7s&y>24+3vNYmXKSUhzIdU$phjjHI>oIupx($ z;Mdw(j+(Q=%di~!)^*g~2L<3~`#enEti1j`>(l%@{#fL;>Q_GKN0Lzbk@MA+^tP|= zvBeSE^%8{I6D)kqTk9Up?_+jrNWMTEkItzVp>^%ew%CtM*QvwtjV#rvpsetIOUn&c z?vPZmJHC`rr`yZa0KsPfmhBhC1RNX=^^L64T3t&Ftinj#qpo=jI3l+{W0J>dV>HvV zi@8YLG51h*$H&gL<<6lE$lZe%&Xppcs5Beve+pZ>IpI)#`9rtrXn(2M;ubFyCTxa7 zw~{*=`b=NLBwUdsY`pQo`c`@Ei&*`Y(n@su8!Lz4 z&~C#dWAI6JHa1$!GshzpDjR#S*=t5W0#=9R>dU4C3wRJ7{IRI3)Y^bKNl{4jLVsHI zzy3=C{{XfB03*wO!Il32)Ht?+OOJK*_*a}A(%}9=masjP&WRM3_+hy>hC`n^2X3g; z-G_-LPxA<{XpcNX5KJ7pt-k(~FYhs1DC{?+)w+vUG7a-7|X}mj-r)S&W-NI4j3*l|$)UbzK9e zBz{-Ml0%-^A+c8%u^lI&r-9r`(AkvU1~bM5cc-lUPL$JO96G|Rr_kdy<#kzBY_gj2 z&h8jEK}XoF)}@uT8|c**C}2d`ILwE+KLO=W8<=jyiQW#WB`s zrY$WbnVF=!P{=z0QhG@YpSEOBvIe_B*ANr>ek@%y|(-8bt9ab1(!uVB}_j5`A7Yfuis(7=Ri{ zhdX??0DJsu{ujN9%-qWqJ{(|~FvW5)lZ@BRGGd%0oMf-;&NewD%vb%T=8OI0(`>Dk z2idL6jLGI*xcr3%XioPUbW+O{gz^I@&TwfRZLa?Sy`5WmeQb^r;gumr?i2tAY9g?< zOM7IukCll6gZkIjJ{^WwbkKy~DRX7WY8EOKm5^Zn04*`9!yUm6G9Th9!Z#}AO-_vj zi^nFmj1F61L{;5*t*_Z#fVAnIJrP4C{nYZg9)$7v3e3LG_lX?V)6h}0T`!{`07$9s z7CG)o&mRJ6tjf|U%$+JArknOV`_|YaQ|7Vo-zM&HSXW=#{gbLLkA}$%=f#hVXFdM_ zJlE42v!d9Uo<&~?%A5?AImZ+Y*O~-c{)2ZKMIYL%@bEbM+qQzreh0Nx9N8XS)9a>L zr_Bsfr{u)Ce&=qa8h>^mFco_f@%5r>eNCmEqe#j_yS{MjeFvcU(58zUHRCfWE{Cuk zs`o@2Qtov=Cfvw>9>dhu^Sz0>E4`;`Qcr)T#{0>F)4|-{cw$FCBSX(}N+W0Q5D(!; znwmkWTB=0q@G%U*&=TJ~@;+2EsC4MS{hY+$gWB*;W`J_OGY(K9r6N z3x5ynGdPWMC$tBg4=_Qjn%-iOb~#eyb`2w`loqkq11LXrnPe3vS^BcbVq0A+QH*ye zb}^|@TG?BIx0+lqfAj5fRD8h056-R<($SzrS)!UEGqOe!56_zCq!~}&`vKGSTo%Nx ztEAl6N#=2pSmpMq_N{;I36ta8Nhlt883XmLU)tTH*mQN}#*-+8qXn85JECu)`={bD zSSmE;_QWGbjrL_?T<{BIlUuZLrsPfb_(A24vZJWhJ(9=oF3FupM!^0Pj2>%b&@RrQ zqT1dtA?A!Z^3NF0Ve_EV`BZ%j)?N-)yi!&ztZSPdEw{J|<-keLw5l#sm=stj2 zst^n|SXTZgBZdC}T4d?dTHGv+Gff);2_qOaYi6kwKmmdJ*Q683$9~x12LVScekA#P zs)ol!dtIby?<~6%a_YGPt>a{P(W4-v41zr=D0eF(sN=RfFshqLg{76mdBQ<60q|b+ zJ0Z@lv^TmP%xFJ)s$_`&0GM(=9^YE|E2?^+?7Ffyj`Ev@VwfaE0=7p!XK)xEocFJ; ztu774tZd{qJpF6rKWY6kx)-z^R^BuV43d4OBmPJChv0HPl_7>QnryS@${5@iko%=9 z7T(^%T!j}9D@@9F5XU$lr9|qxfRQK?VqoN;B$5{$`S_0Xu9(&$mdeU0_XSIE9QkEO z2BCEWN2p&~7@IKoMOBz!zjKfEt_&pBcNuZr`*2vZIZ-b}*6t3JR{h#|7C&$?_k$kT zK4Pjhi^*>ywT9fw_n62VvFF`C8sfnrir6~{px~B8BmjJe(w>sl45sSXJeGU#h0iXd z{d}s-m~rLp(35Ug6o<4m#-nVr`@ozX-d?m}X!0((vMAo_+2X{AgKqTC-UrJcpEMb& z%wy9hzqe6sEDEd#-V8w){{YgAx-VH?p}w}gx|BmXv=Fo_?uKB*wm&0RJdl%6`du(u~-6O*d#g0ky&%@G%?r-d+)9w}GWWEX(GMpg?87Je#UUj1j$l7a& z+*~d~Fmgr#{V_nZ_9oABFW7DEW4@Y8USGg`5gQZ8{CTTB zqPaIKYc@!f1YyVB$K4?M(CU5cRLO27mMeJVc4Uj)KzxR2cCL%11ty=dC#f`r)fIJH zb|IaH^1Kv~dHgp@ra&Q|189t;{2Tb(g)IFkK>)M5_rP4{cTGg;x z-ND)$9f-p4dz{xxLfo96gBG=?B>aziQ@_;~D=S?stZgrfv!m|b23wvJFH2p8B<7DaGw|*X0Yn*Iho(h0S{V2vl z){MK8kB6OS9>zQgIw~pjvoVA1Gq5w9yMFNGpFVyyq@#(W+=OHfRMUu6Ns(_VkKuB7 zr}Wu>;pAWQXP=cvob8#^oCW~@07^}Z6(ByO7xjg-9%F4iZah#eCDfSfD zL$2yD#R|j@=aZGe^r&kh&2coFz*55;`T#1n=S!dMcMrb|TXKf-Uo3tUy(uG#5H6YV zy|-hEM1~3U@(5rYF&>oV@K&?9SLIA>56cFkSu)@~vZ09gBkz4`MeM5`r1Ci%6$v>w z@}!W_Ft2I)7}WGQFRi4MTu(#6nW)N?Y6UA?I0pD@* z?O#tdwY>1iV_oq`3c4RcFhLdbXI<$Hp!H1FX|#kw@b1YbKQ8_8+v!}4DfKS~&14qk zIIj3Ug0|K4i)(13w~)yaF4ZVE3=TVwl~VOrQt7sK65V*ELJXDIbNE$vK-}4I>-XF5;F5v*J3p@qy$U=Us?pQsVhB%M_BfxE=OSb>j3^ zn}+@tWA%1F){Uclj`{k~UqESaX>Y1&){C~%+TbiINjpJ6NYBjC!o#*HY%Oz#`JIcEFBvUzartpW ztsF61#T!Z^kR9Sc4&$GVS!frHr;DkgWs+t%5*ENvc{R6Dr}>y(IQDo?hkRe;YnG=h zxaRnNORl%N9x$=Bk(Ku1R$n3fzuvI!sGTqMiS{V)VExQ_9z(hOYe&_ue#xibTr;eW zK_W)UKTP?W%GZd_{#c*Hnx=S`3~LfQe+ty(_@1*Swna+Dw6Q#RwPU55Zn}J%FMBKg9_BQey#R-t7?>3#x zF@fdkYc8%W!qUPWVbcH6GEIUsCk$DTkP^PUENRoisT; z<0I~z0&(&ceSVP4*6_}e@yi+0!*=h;Z#)6bS3Zpdp6bUijnpnt#Ho%C1IwD_+dU@8 zOTX9lD)nmuu@#kMa0mh2BO6ML3knv>29H-Zq_FyApgQ z7|HL?VaJtd8YPzNbc#0c!l(j_zUEBMG2s?gAozuGnwzKGS*-Vx!12vID9I|JLg|2V z2t10aF-fOg4+iE&amynvRF6_|`cUNh8{G90xQw*S8hKd=;R_Lrj!4dUrB>etX;d-F za_AYk=;qcISF?0ga0@WuvGSp)eVJ-9UQY|$0Hph^@U6nnLXs)Wu_;e?XawjAn#$XIv%0%=vJAm~(Um-kQ-Zwk{enH!}AC{3yo5Lb!Vq6!z++Mg!v*6`_p? zLZJAVBe|(jS=mH@%_x3340xuLvdwLf$}o$xX9?1l`w}*TC4Td$&hL#|X!;e#n~5~Y z=2tDwdwl5JUs%9O#TX~QLE?{Of_W5xLZ4D;o11S2#(5`~8)ITmkl@vjgS3#6YOS9-dsnuFGq|k4&%Y@MSOIFvUUD8P)w}DUbFde@W`BkU3OPpvv26=pbqN=TJOnPRAqbR~! z#3q<}%>MEG0Rp{rpyjAl;T~m8M+3hsr0Usj?&eEES+)-nXD9E-+>`X+RSlGD1<8$Y zUt<;{%C9=A;pfz@V7F%29EM@X(x~iVNbX1(@irdjxtX5qjhzfDZZwCkWbmvTzFDzb zzp+&o@M*Zf4{h&f)QZ40W(taco(6uky!1RoX|}MgbG9hPK4P;;`r>NDy%J{RF0G3M zKfIB~a2L2AI$g!YpvMwI6U6sHW1M~z+gfha7VE_26rfxTV4iAuSfr61zVddhEtK=% z&w8rZ+G^~LAUns4-0{216+-;^4E#=N^Q~?b`jX%S_Yo9+6g@PXNh7^-GxIieu>A;w zeLEu@4%8XfD+R`raO#+mS0mwyD!-J*yb+T^I{8bRN#kHc6+V7=rH2hL#SVY?hM=BPD2p&h0K^9wY^u9F#oN3s~0gPDj8b3?H2_2J2b5 z2X1~;7axFMJ@#Jxn%%ho@oE zTy9}D?{Fx`e*U?rcK*(<6f}`)HzGAS8$bm7t9ifaEjvk#rqZn=w}waEENPISpD;X! zz;RI$-GSJv83V8fwOOOnZN{TFf0YW|aAewkgRbfOzR9ZJ!yp+$x0DmxC z*PPXV!t|5p3vvAK`~Lv2@AovLr5Q$6G%A0HV2Y>e2rV>w32yZnV}{)ZOR@b2nXIqu zT9uPB>AJkI$DefzkO#to`r}X3?qgYQH3?xv;RU$**0t>a09XiMitgRxy5TmJBgFFef3*(#JL#!$Kka*I z?PhbB)>JA=f!qV}t?Subc5l;hmxeaf5S{GG2?HktdLAp+M^E!#$y_L#@nl+TYbUvM zG+Uc(IW8N+NZf(9cf5>!YbW-bEO(w2kW5ID7MBOV9C2E&v`g8vzK6WL*xMHJ3?K62 z1pKpEFHj^mQbm7k;nM0cAqBEkyuqe=c;e2ZA7Q^}o?SbXz32!1j;y&+OO>d3g#J*tG&#{0ST?>800au1?zm*wi-5a_$b~*yOlQZ?rs-Xe?%D^8?=A~NM-$P=9?PY*a zc4IV~jRmfKqQI|sph;+EQh$dB7@~Q4SNAxM;uL(AVk9^}N}_U=@QY&@*Jf?fQAsA7 zbjv2$9^u9~13B+Qx`2H@U9uMn8YGdJWaJ-Sesp`#-6-0Ygx5c4g=9(O5#`9k1|XC0 zsQRBtOKa9$KV~I`o=-Sz(fp;C*2hr>YFR3jq=MA82;}$ITRz)>oty}vyfwAFnjS?R(Ryi zJU(Mz)fzOpJBVu%LuY#uMH{m1&b^SK3kHC!taGdtZG%R4wMfVF2FO4@YtTZefrU5O5&Cg6}k<0I=*C-JW4 zwf9+}Swn@#@&+UEIQrFxfHJ7~Ax6%8&!6?I`~4~Vl}`@IzjNmVAG- zD*3ho@XXP=GRUk{gT~X_n%x|$CDGQ==ie0;`9X!f!MOrh&f9_Jcvl^;-M=3%jUrt@ z#F9$L(Ui{c$TEi?ol_+9BP+zfIXEY|_|~`V=1W$#mMuXexHF74^&Pz_Cz(aj(3VPE zc4Qqld3AHB+kLKfn3ez+6*xThoNHW{-?3j?1MIn z^D9UfyeB!wK1Q@HKd7|j$Pae7{{Z1yCVvnQ>s;@MYIbc&S)FHC<4=}c-E}6nVC5sR zeNrR*_PaySRliUlGwnH3+6&a7-VVp1&&rI}w zkrj+hac{lxxsKvD6W=(l$HVmwP_~P4XMa?YRnSnq&sSRkv%`fNM!@c)wthJxwloJ6 z571h5y}r4w$!e^y#L>eRPC!yO5uW@UQQSk`uFf}cv|!g|`I&g|a@D*mpmTuLX>^<8 zBo5-LWnXx0$RnDyw3mEATezk%lru1lxg(k%y^?un62?8)*f-ASARaog7>hIISFh^veY^Yf>53#0C)?ssOZYmnGS1=i;S$k6_`H-ikZ zFW;HipOUWzhlr)}XoGK5Aq0mV&YLMyLd`ip-AH$waV&2*{ z8+~70u<)bXa|{J#AoH}gR3DFX@-#*5KHmDrNq4unkzH;ONb#M!k(B-zY*tdpRT$vz zK4kZ+utMJQypp9smrrUDj*da##7(GkBNfJ1K7PC!sMn?!w)V5B0TD!NjtMzD52a1$ zrEjoZS~!j1xmLHEa{;wVk_gY9XhdGE)y$Srx|npm1AGTm`ulw5gy6k2_g&jSmHjF7n==Y80z zI*ytlWReZhZ2*MyVcw?0CT$^0W$@$*&cK`^kaz&nZxQ7JN!a*`ftf+?n&#^@88Sug zje83e*ravrM4UPxquKill0AM_;z__i;SaH=fR^4+qB7Ve34)fcLUE9@@i=+s)S`Z z&Pb?t3bK`vISeyQ;gi=N3f^f6?C%EQgPOmBb&x<=fW(8JpA-QF!v^4yT)FCN+bPT| z6{LxPe|Z*Z@nCtSwF{Ff#~Wegw6|8;%UazQg5F01#@n-RK5RJp(6_PM7P#vTerwHM z>I?XvXNAIIz#GRM;(>_0NU^N!@4WGbpYFfd07|k zpI=%%>0LWsvFY1ec`x+)gB)tG$>6y6amH|PO=jNHcIur$C6? zA@n|!f6~@EO^-#z4a6FqpNAeN%#v>o2fS3N#xu@G6{Msl_CI~#=@)UL8Jau$h^Gew z_nWdv#{hH1X!6GZK{C6<*yItMeCr?fEq`lsX{o_&s(r9Qa0r#-3xLCbarce~e_GaU zZJ-O{Ni@wN=Y}IcK|}>*`=Ggv#HvdnQWWv)pM^iBkn+r-zVvzH=T7T7Y_}HV+Q$%) zedK4(>W`!4ZlXiMF_k|$DewYdP;CZAaNyKkQ6g&z^MacWN3Rtk>j`CY3z)+5xcOkv zt@l&t_Q@vx#5vu zc!*-d0B0Om1-W26OCZ=77-2zP&KFd;(9-v*<|g`LOlYbj@Z<9LeNTR9&K-e*wbHtO zD{y}rqEXuD)d?xZNqHQFKFZmS-bmNaoQfFspRC2E^y5J(Ra^G^E?Az-4nW5_;)@%@ zh-GDQ{{S(_tUKG*ulCFBCrh>)jkMzOeZ1fdfIhh==~=ZiP{%1YY16^aBvMvhbVjP5 zv*g+yNbO$_BvCLCsTm5&dGaSTHSNOI*5boX)@`E&wzLJYf)TytKZrk#d!aSY3R|0N zV8$!8-X!~_N}fH_&mf<|th(yi?s`X8Ozy;fJZtJ#lD|+5dHg!n9FfQT&fcR;Ig6gkrUTW@(QLLDTLcx2BsVP~k=-rTxdqi>If82}&aTXAZ5sTE|> z^Ks~}Ym2E{5yd7C!oF1YfvQWY^){t>IL7%(ucp=aMi0nW(f-ythUY=)8|#}=B9ZY5 zNC6=W924`#YvgOmVkL=?vz~H6$^2_ZJdS+PpC&a9EVi*bVoaXnHL?3Yut@Y+L~%3S zToWT>`Fw}{de#?fKkniH_ZY2@MAQk>?7qw5Ztz#PeB+#B%D3qnw$CsB03}kE7-L;G z&*U4+a{zj5MTj%|MN(mZ8DnP+BC9K5JYBvsk z>$d&uWbv$gc{Qw?6Z3W{smb81o)^{AtM8Qs=M$XkFEu>oXRIVT;yo&2kgk?LhCT>ihv&}iRLja0x|HB*@6Cj{rn_Tv;| zV?Mx`&UaXt*1D{-u{piC_iHwnuagREbV$@3H5M159pAEd*l=zYb zk=TqP`~mOID#m>(*lQoP0%AwE5U?KaW-JaqIW-O_QuZc{H;Dv`vDHesQ<66oK7@IC z)wY+udwDJ9Y+OdbI2j$l!w`NL?eU`q)VM0mjXX8wc30is%NuQuK0Qq{aeHt~WC9L& z#SylNxM8Hp_*Yv>hV+&WaRbmwG@qyR8GdeObD zgmLrWtZaLM&owi{3Of_@rC1wWvOIvaIvcRb_jBu0pwOUF3zlqo6UAOA&ygQ7UE7~J zwP1=B*6?2S?^F)gquXo+^6`Xrkx=9||#H8)vj}^AVymQ-=$CYf*V&ABWGV3zz!6_d; zdrNP&>-Kgz;LRLleR68%2tvsv%MRqfKaCDuvs`uEqg`&;*DL|;?`=2~Tdftf(XL&1 z{n=6V;=L>yTk=2E9(N}$5HjsXLK)nSSeE1CP_)>a#Fl0r@j?NqF9(e|7$Y39^2H{? zK|ZQsh<@xL1D@w1xKHkOm)NV+-)-6>9N>)B?W9cN!8|D$GNY9^;=X^>B;TmHCyx^! zoo;HS9Pi1{(<0C%!!a#)a&mw8t^Mif;%s2tPEW>0{`7=!KJmcwuC$5| zxOn;2UCh_D6C;qQ0J$f&SdxDl>q)zl-`6!6B*Or4wE6m1u2qq82?Nx2pb@Lm*xU~y zhP5UP2{<06uaf8^cycyD`c+1=YT;T)P_my+Y0#|9nLIh2JMD5mI+Aja+uc8vH>j(} zsLCV-31D&Cy*|e&-y^mwsRwaKA0nwVaQ4CcDwC<-Fv7U*bNN-elAIo6J&&bPbsKJ( z7d?SAXV4+_5A@rv_JPL@f-rpQRqQfFA=t-h@?n~*gEsQRGVy{awrG;-)ns0G4AhTQ z3BGKkiLMbgspH@))hR=!RA;?a9ZN5p}HF#T&?~R@U7VoS$4)vuV(p2q`_@nFZC-^W$7* zN6*ZjK9!qXYIfE)_Axb^#PVFktH&8G1#dF}xrZYh{OY{%j9O7T8d*wdxfzdNXg1L; zjM{aiP{^}k-3AWQr@8a(QT>`Lq8;CMStS7ZVR8NF%c$*Qy|yq&p_6bYG%wM|Zlux2 z9?N@mWKh0r$0zU@6<#bAIc57%t1fl&ifMR*!gvMKD#wDI-rUnSdh z2Dhe4uRWTjup~yMatAp$^&k#&UsL;5)n7~K%PIcP_KR<~i0-0c?zAj~GPj^P#(a(| z=Q~u<;nnpk4RP-cmw4JYBXW5b9%lq|@Twz<Wc(Zi=u;wNq70R~L!RCk?rC?H*y)$_*(=CUH?8&e*XSXNbJ*lmKPHVm1 zE>dg)Rfahu(wjPNDZaspt7#P4{rg>NaYG*-3}CTi+_29d3}USMMmPTecx}mYWLD16 zR1-%eCKi+YbyF7c=A*WLR7=rum@ekOkdxs?aq(loti{2#_1sq)w%1@(9jYzYQuhbf6~yw6Y%m0OmCp zRGK&Tm!)~Ec5*jA6GL4eIgdt))nuI9u2_Zbf_cF6`21;8MR9M}_J(O$kJ$IA9PSwd zkDWN(w;D-nllN)_TLq5tB}uawl~ec+Plid5>IGcUnXC4MN*cw46P?((gxJ z+p+8DMOawM8>((*b!;1~kVieuLiUpO_A3Rgi*B^Lk&lMRK!Q=p+weK$R!sUu9Yl2) z`)Z%vf9R_WoN`%f(;B(Bwksy=1GzA8V{d_={{U&)RqnNW4a?m4lf@Rrj#JAF=OFsj zT_XNl8H1@L`Hvzh`>Le4*1A$ljW8?TS}>F^b}Rfq4_tngV#5`cWTm^@>CP~mZcCJ6 z?(c0ejzuxZrvwp#Dobk@MiCL6wu-*6)bveUs&yPvKt~=dBP4u}^r2g*B3r3e)!pC@ zL~O$Zu6QJR*Fr764t$bar@;E%7CC3n%+srPj>J`YjhDHk;lJonp=>nhn}c`NdMp5P z*KzamZ2tgC`oe4ZZDB8UW=RX~G-?UY&+xC4eUe)={?K$#!0cIz51|RJ zz1Pl17|v0N6k$zrDws!;TO)1Re2?1xgWvAb#wMc=(!)X=@d& zxL{bb47)RA;B!$rYWwXl8ZTUS1g5CV`&-9U(a(jgj3B7ODZtRl^=BcMPYpnadT|e@!zRQBwrFU zj_aHQk1o}-==!QGSa(?5_c9-KzP?q>%ZeGjGV$bTLOCP34BzVW-8vy*$_?KE{{X3> zE}_>F%6Mk6xCY~LMI>Z)P{fG`sRZpmF_!@4?bP~B87TarL8oJ z^LeRAFXors7kI*;&)op_`21@;G!8G9!JFlBd#3d3o4p#=+16K&#`{CO*~=Vp`I3JD zMf#kuX}Toy%F2lZWtiv4RfX;Kt*R_s0>j-^##nm%t0?xxs!ZBP?AuN4B;b}+IVyvm zejInL*l{dxWPF##KAr;)V;53tT`O^^%)3qP?9!U( znv}qSlbVTign~sv1F%R^{z%EdbjbONofk4MJo?pkyKKQjqY&eeSGYA7Pt`Ytis-C& z9fNjP{>GKM87m6xBo`96jfaIA;eI^enrl|M0i-H&e(3(SPi-&Rq%2q>2ZjmkS~zpfdTJn7S?g-a|`yxtdANqWaUoo7@sdLPad^`bv~aqkt@LXaKkZ3 zI1D{&=?=EU-9D$?Ajqmm(Ee4H^)`_nrKh!);I|$c$rG^1jmYBz`EiVojcCI?s=dl` zc4m4lwavzxdZ~;i9l<#AJpNTl(>bz_Q&vnNn<1OYLXP#K*=Tpt^dXMU+r-pO*-5sY zrGlIgPoVUnD~Kk7)>~_Ut8kJSrBVDLPj8QY{{RZ-YU3QTaeY7Vbac6=hNlNje~{m! zS5UFij;m`SpGDpc%mjPU@%Pu)zcpvBUrh$7BEvKI4x!ZG?2&Pv4Ony@l|9yh8bYek z;|;lh9jd2Mj%Y4q(VpY?Hu8I*Fv5>9pM`L~A&=!$BlNa(^2%ELE^eMk^8V}J@n75U zBf|{SO};kW45$1O+d^dL81$)ET3m+m;$IXh_zY4I{_$bunvV8=Vac9$TW6F3AQ|29 z7^@rau|;vGEwjk;Bc5d8T|CBq9~#RRmD^pFldr@?ff5Wnn(a771Ha_)c znxbr3RQJx`!nQ3|=-O#=OKmJJ6uUYCRT18jnSO zl|JNqcl*i6`BceY!|n+lwL>J2X?T-hl?UF(r=1X?Sv}HtZpO8=ScZ^zjfKWfZ;exG z;ES=l$N^T28Y#Auf)56(wdopLrDg+m&1||@9R#IA zZ6!`PJ?M|whMOgpt8+8WWd+2_48LXNCjjtS58Q7)C{Lqhcy$|RjwG4GfDz6EXO8|| z=!c_Ww}Yx0OI;~0reNA?^%d?*ji%zI*UVfr>hRaL5w^b4Stt1i5 zgTB$hJagMLSJLl!{^>8+uC4DK6_zg;Z6gHxu1BB80)YDV+5@eyn@uZr`s8Z zKtsu#jDhQu&TDGZ?p&ze>l*p(?tZoM{e``ymZZ{HMXe;RcdV}?Now5l$Umtyzv!1w zJStoFL;;Z_WaH=OMFEE?ENlP;n?0(lQ;geOM|BeLjh6$=dDNXeD<&2|ax=W1{{SkU zvBXZ+0F&S2N1zlPLQ+i=QfSyRy|j!Ef8Zv7tom|=?2q1Yb2cK#` z)^zzSZEn^ay^PVg$8!lPfAXKovD+_b-7#gP>9X7hn^BJ05&SrbWh%HMC*@XSwzw(E z;-9E4lS0$rvec3dJ_KcmnB?1*$QkZ(e5*e8eWFjVbyRU}{{VurkV!LRjt{!O5=i_3 zt1CZhhg{U6(zHDqd9E(A8X2StIT$44$PP_x{Tb6S=sFB`_O6R?=fs*_zv4OWf49Q4 zEb_$`z05PxLsOD6@e=8wwD6VZ8yQDCd;S%{b!P~~Q8PEGT6QZ|Lz%oL$9DCk-Op=p z9(IGD}j;xocHJGh5$qLzN(r;1^5==b)Aa?v{&!yfTt>|Sj;fajT3LZ=|r``k8 zBOs4HDxGeYQ^U{VK7&~Wn}_xUdU|JrRE62gnB)pV;GTH$`PQ70uZAOc+yU^&BZkg+ z`0-g&7q-5Uqd=KEw*icwTF`7Y6}yTyhFr%u@WCS<_x%H2A3et+eh*;|V@6A=^liP3 z)zziJ3Xn`$BqZ{=%78rb2o-*l$8l>a+%&So4Y?~Er`?a74Wx5dU0I~P+_36VPcqFE zCp%n~R$Snf^Ui-N5YX<;&rHv8hG&%!6h64}uI4F8!AkG_oS5m>ERT-Jce;XUSN8Kj zL`@I`Y)}jT05D=X?UVDx9O+#}Wp`~9_RitS2YT`_dn*3`o3&>vqTK2aJl8I<1X2(l z-1(o7sz~F$({2R1X=b-mfg2xnhp)h&TGfrx~-c81T8pfxDO2t*4L*~pd1s`>;yFR<1KrZbM+O3>_#6K((k+h%U9PvSD5%}>R zAb&0ebhPbCJRH4LTxZEy323F*d#SBwq^=6-Hj+gl4gnkv+}2rp8IDln>slv3T(W7Z z%2cwmE)O`(ZqquON1piHcVJTXVRJ~v6;*cJ*~kN*#-x3v;)XZzOGr8QhirDJR`WDd zM)5lCBRq4Dfv;*8Yh?to{_a4CPa`9>bT7%{Ry&f4GhU#$YmHiaxlUQwoc(H^NAVGl zrE+_(8W#&Xz?^E<^7r4HGnGb=I3C9MeCy8(N*xoM^Ctb{)vY_*W>L?{+iLw)!Sz+hG{{Rxy zkRKj+BfV?=0FcL~+&8$fGXSDbbRT!Ne2+DZB6yQQC9K4`BV>eaWng zj-Lz*gCvYvNbtaR?hnhq#;DZ4-O;<@(Y(p~1a0FhfWlk`Pyvicpkv7Qz&~25xM)HG z7TCK5?5!3u$NKqHz*Xd92!xj2{{Xs}qjSKFrUu=Vc&&!{#Yngl= zfvWvi{>Hj`*!U>h6;urSq>=Q^UrTWviHQ+`o@}ZH&woDEA`25?rn$V2XNI{9p!@Yj zZzasr8<$pwB|<{XzyNc=Aanl!tq-TOEF<$|-+;E#{{Sj{V=695{{V=HV|L+;mFGT` zO{Yz{_piSh8&1~o5CBd%@BaX;09wS*wjooMJAdKiB&hqu5Z)L8(cO@tRU22kd^ z_E>zBW}9m`k6=YWP_wB-INJXJg(vou4cm5pBNW-TjCLn9*|&F66z%jZv@A48Tfp4x z82nX61Bm`|LDcftUpu;NUAG&I(rq2ZP>J59uZ$97V9MmBq{waCe z3o!UqB=<7FNMn!k^Tk~mzR@3rG?HV{PBTQCo;%dYq~GCP z$AK~)aZZZcvTfC@%P|U!M|^=^qA;>uqD=u%uAq^CdGoJP;2fW0vafK9^`^=k`>Lbq zNHfTLx8NxaEQ6irHGtkVsyTy9yO@9iLhakpO?=UNx;Pp{ATodf^7_{K*0;Z8>3vE` z8NKL?W1lwT`q$6egUT}S6(NQPIQji+p`uiqFzVg3iFOmsEGmvvvnjweZD|~y8moxe zN0IXS)m#%IUlqVRkTQ>7jbGcC+1XuHaC;tWe(Er|k|0IGl7xH5vsKdW@RY{Gj^Twu zjcvB52cMleJh8`a`&?x4$*H+8ZJ;Bpt{JthF$r8paT{^v?~3{&<+;z6NIxTAG4)ij zCZ!Xss?rG+m;=iD!oHGul2jm&bI27=Ze(oI@e-?9a<=mjGTR6P)b<1Ms?9Li^uCa< zsLqKiWV^BDnDRg#e@Ytbk7!zEg?P(5i7sFzmIdeD$KHQHJcn{?DCxWIq3bPT=K6bk ztEkwyj!nMk1ODwifyb8__?lhmdRr~qexqlDtS$Pc-a9DRY4-B4lndBHeX0)6g(uzP z=0-uRKdkg=w7cl$Qytt^EEY*(JJw5fIY;?m;McmdQoQPoP7NDO(_x0>+^2^uPUYEx z>>MAsFgXJqsN<-*erOC9+HK4iH?UZkZo`qayd?(@<<8;X%BhQSlTXObnz5ZK+AT8H z3G~(5Y>pqmW4Sr!fNF=VE~GbNcOc6nZ!Ncz^Q+FDaC8U*mO`uHvbS|0;|K7e&agQ` z3CU4ZO8PH~U7$}?nWxmz6b+#=eza3;(OOyB+qN+$zb`$r+Jtn>Ppf;wDkKBwJJAwJ z<4(lm1o_o$WM5gww&Y?gD8UR4ezbGaQU{ThyOG95D?6}|s<2i#9!t(D_e<1f)9#>} zMm`92R?mDM^(-`OdNsnVWo0>0=TG7-Lw??0S8JFhzsq{yN z>T64xZXJP~TrNrNyLb1hpJ}>-U#*SIR}jhJyArX3fcY88K73-Wt#rxtD|?H0G2;Rx zA2sHwy5_>(Jp)d=gfN;}WD@7FZut6EnIzmw(@I1O9ruo_0|j{$Ngv1IPHA^HkwYe< zqp^8lB-~r$-vD?>s~&-`$1U}Qi)X0ge74{Bavw6jhvC|X(J{A6+vBYkH zd7wkYZJu%H4}4JOrjiSJriKRaQGzs>;4$noS|I8sY@L*sQf{1tBMVMPBJsIN_==3H zmgl`lL|;?%rYkg0WRhF2R6z0gjc}35=#IEjLLWN%PWD+bZe$3LvvVjsWRBmhe7o$S z%5}D%l6GQE+4R_J=*@AB%M|enBA^eqxiybEx!dZ2lP1_Cmo{2nNV8co8-R%Ew7T+s zI28j=fg`nsIMJaBz8ViOx%2qbdUd=HXhYpfhi`r1Yo<1i2a3(f2@!bMoaFg)@v5a5 zB&+Z!#hXyx*>N8K05HZ&GA?3sZkG|XLki3=t^nlzRq}VW%dfY4N!A^XRwr17f6Al! zlV4f%{FZvIpB|>3Bu#LD6mUoH6kw6`82VSoI>a}6*H&th+gnXH+AifO;h}Bb`5slS zQmLgr(xX;|$+qP9@%sCfH?hli;9J_n(oHrLA}&i3cmwBK-%Wcqj?Y1}OZDGJq=T(&EPn5Z1lc@*VmrqYdP)P#ZW!qz>Yv3 zl_E~9mrs(}6fO?%sz zzR(D=oy_JUI8&2>pT@Ri)J8nnrR0KM<^84m5h7Zl*$T9|XUj4u&wok|l_u3SDD9`6 zrMteBwl3lKOMnL*fai~e5p>KWJw-5H1*E}7dkk;|R&-^IH@?ucVk3R<$nukqC0*V8 z#!X+Lm(Ff}%!?z~=DZ(4*+P&(95D<>5-eyw3NSw*Qq?jJX`4~*b5dc)Ip(`(5RR^5 zammF^iPl8O=9_d4tom7+;^5rA{qiv+H*g8yeFiA++Dy?}bez{WI7CU} z->{OZ3*a&M41#Mkw^p@cl1aQjybg1pty_tCDa!m0OBK|&hxTL2ta9#%*vaE2vu$0b zHu6m-?7K+8i2KJp)~BSEeQ{-$V+;{nNbex+k}#@IVUwT2f_k1P;L!9qM(-Kz%+9CF zanJNMmpoF*!KVz{g)>0*f2YrN(=j9&Br=v_a51n`*E&3KUm2nBTDwGGm1XO(n z{OGz3ylZVLU$D}LWF2a7ly0n9)Cy5H~l&X!Zk3N4q6;?D3Y#^6f@_WvWebZQ!_z!YDUw z&U2a*ak%ig2CB&`d=^GD4eJrgV{POr`VUHTLAvp*_GjOO?fQ9By1`aP3Ul!l8>O`S zi<_s8&L@@GNh+fx;AiyBE!;`uCV~{zqT0Ayv>XrTq0M&P?Wb7fR#yX%YQ{Hc*=2~8 zb>tD{QTm$xT}EqpXTfz%gpM2SI>K{-od7= zwe8|Yv-`yIK4Py#;w3Gd1>}=Luv(Kc&jg`JY!z-lI-jjyTnjl3rJ$ZvT&nKCcJc=t zf$Kt1EsJBC!^?F6n&(k#C;)Acsr%y`?gJ$KJ6FhZ=$CNnl2|koJ?gn03dVOHcp!Qo zTHUTSi@Oaj;`dnEnyi!TSCxP;s*L3ar#Sp7w?)^q>AY*SkWG0vGD_Jl-S7!K@mZs* z`3?F@vV1r8n)OmZM@(s2*Go%tsly<&zA&^%m<;QZ3FolRG4-u0K=#=Ujl3_^BgKnw zM%Vzji29W5!{RaZp>11LTZtb#M}IoWI-^*Hb!fiEu{@ATz00mtpXJAxs-dW!dAncw zFUzFGro^_szp3|4uBT&vr={EyESB;v<&jSujPvPPXSF`FhRP$RY4c+G;dvvU3Nyxj z1o?h7n)G+IyGt!L;9c8K9R3kL3}m!YxE}9*R;VPslTy?szPOOdEx{6#^8n-IJ6BIf zr*oCh!RP)dtoc~B<9xs9Ci=yG&6MP0&WQbtYxephUR&KUFkHzN-CVkeVO>H-5|)Z4#^nbYUnM_3I<|{QwJH%2LV?<;#oVS4(IvYR$t+n; zew7C5>hfmUaWD}d;ERBMXSu3dvs$ECYdUS7rKVn3TeK@1ArC$V6plvUUO?ut4JtXV z?^4d*BP8zIQCFOr*HTB>vN3>0FBk z!>-4=rCcttq=61Q)oJ_rKReY;9SCRV{eu+KOogYfHwQw=wM4&PM0K{@?qg3jj3MMm1ssK3Wy>g|gfAu}A zG^@EEIBSnKnRz9h)K6)$hQ}( z_gdeQzXIK{K{_3}Np&7joSZQSJbG5Fc^ua&jF~a0N|Untp?ZDw{YcF`D!O=mtoYlx zyO25je1&fMEKs7uZyLuMqWCDAwlacy0ytxUJ5>xZ+eh|c1a@)8s96;elrLf1x6{su zbjLRKJ|H-a5w_+$$GbTBj(ml4a^-m+C#2KqV}dD1wm)RD&wFq~GoWMw8DRry-Fps^)FHW*VFGKfW(kSpt{N!7gBh@{41JVaIE&? z3BVHDwa4zDB=EpvkEv}`e64M0x9^6TE zsyS@)kJsf?%1!dkn6W}J*&p%jSu3o%-1ahkmUcv9fcvg_9`BcNR(g8Ha+b{?l@>=J zEbF~V^BMB=swkzMy1k2dpeqsY#2rAvKYP9^*F|+bKO|P+RHTHD1Q`Ix&)q$LYO^_Y0W-&yX!wrE zKbriMd_7KU&DB>%l2YU)Aw?C`BqD17@F=V%Wd3o zpN(o-L6kucj-*^i-1#@5&1A}rm_z$wjF^4R@CR);Rs_z-Q+WO&bC0R2+dGg#vT%Qk z1GP+;GN_U$%Ma$y^sL6RJ;YOBv}=*(dsIbp+CaIfZFbG~fjA3F3}j9{Jcpl>-m>4|2VB6kEM;wl95_>YidAAqQx5u!I!6r9_-X91h^q1ge? z_p3|QnWc!c22x6bK1Qpq6b2(5tEZ=T1C^;&kc)D5qc&)A)qGpgk_JgRHFc^!%XaeO zs`P~MZjO6mtbDYJW5intV2#bb(sF7nL9ON?zT+OktfCBxFh+6s(kCE-8CNx7S!Jf( z2yH?a#tFyDy;R0t+&AN1pfUGZ0=P%gx^qZ#$E9L60N&T6So&%NB<4$%7#{^=SskvQ z4b%?O1}7wp41j!ztv}l8|l zyl!S=;rqODQ=Zj(X{X6BSBmjpj5bLhjZ@jmZSNm(ICF;>&z)ZB;nBpF@}UIz@H_d{ z?uu25Z93s1W{O)^e&tz+$@m(nxYWe4$z^#D*`z8$NgSL5#5_!_;;k651O!>BK9?i{?#!JUVE5HK@Dcim~!+M+B{>X#u& z04!(2U>wuheuECNq`i_} zLvE6R;!1m>gOkN;oinHO_eN>jg4>xbuWfDDH}|Q$Gce#G^TEbdeMM5Kc3&H1FGh50 z^xdWYt*K9IFH}oz_XJ$Y?!u=emOc47+{5KVJ#~F?EaR#m)2@=<-JyGSRK!w&%#AAd z!(aipX8?AhzP5YLptqcxYuhCjiwJ1oM4IXH3kJ!`N8jDgC%LHw=D%g$?y?74XN6wL#Dq zcNT)$@pt`}Hz+|l!*RHLj#uTHw)T%dfF|0&fTM57_BCAn%cJZHbo=GxlgP0@ja^%} zBryQzBB^vH@S=4iykPP0{{YslZHkx9KBvm793;|L4Z-BEAzuFo*d09}gEu8)p zL838hlm7rA{c8J1kX>uL3E(c#^q>oVJvD?MKX*z$@9+@OQQ77wWL~J-Rhcbrt@iXke?7UcRNU| z86zb(Dl|q>+K^kO>Mvxabr4k9xcoF9@U4I)Luk&ILJ!vqsrMlSkZ?X=Bi*7$N^Y?So}f370-`G)yxd@sxcu7mdL4-{+c{sQW_G*G8Vk)<>RM zpf>8E2*&O*N%a1e8%_-rQOyy=k+B?lX1O|i=gRMpq081H$)i9Fj63=Y&#$x*cPqQEB=N_U zXv-ew_l8OCeigxE0h0i5DPfauLo@+toh=&L&Z!?P2Q@xhWw5k>U;>bz#O99Rw@9LJ zfDSW?4(lQ#mtyb;?NjDCx?!pY^fVCY9YZnW7P4g2&t*1CCsSYEsSF~tRR{deK>ZfI zrN^F=*L~2%t>oj^j?_!+(@B=gMr)gf9zD+0Dh4)$&OaR2f8g_t${uWaWKqK?`E(q^ z*a}|qIK?)cHVe!8gVU`gU)kK z1sLZP^a{j}bb;$i!g44{Vrs=qvD@yofhQ}&DU)d*mo$jfY-*2Xcx|rRf8B24k@6II z@6u>|JKJe(iRD?nR){g|XhTZVq?U0agA_f3V>v$nd(m)(V~8j4;}jS`KW;7dZ)Up1 z)Jhn_BXSQQfg#q};&-pb!srZ*_<0ew6TZ%I6zL(*Dn*itA0*l15i{ouQEk?4dXZ z=aOqY>j;6&e-$yV%v*-02<{{SiciJ>m9Z~dCk zg7OirSHGl{pC|D-EywhPC#NIV^aK-v?zXAngy)_pYf1Kb7@koqQv)6t=Zte&4@PP- z+URktOCKnQ-dz6x4SDq&$!_M_!!isoL>;R%>vN-I6WW;{LFge3v11fNa~9tr~nVa^YEO zeJeAbua+CGqrQ?Ed`n25!;Qx~@y8zw=7+9Uc}CS=3NPgy&(5u6RtGJy0PUYDg*?P7 z1Y`dIF%^@s${kKI8UzF0J^mG`dmGRhpqEjCBO&lgrazqUdHH^|nygE3>{ym0<3AeO zy`O11o{yj{y2o^;XYn>DAYhI;qaIjNGY+iMX3%e6V;YrA>_&$!%=?ew92X$I(u z^PfuBeXnTuFNHfL_FIs}) z(_WhL(QhxVWmMZ|0~L-n$9V>FN1vrPp#K1h1xo8dHHFj{Z+Rx2r@UdA;^s@285=?J z0Ar8Jy7TEA%zd(NTwPhsdv9y3o2go8qiEpMR#ay4Io-h(JEv{iPSbT?v72b^76IYe zq)uiT?pu-zd=C`IS85ZidNr`qHE509w%@dFR*^d#XCz~soYZcY(Ek8t=>0_NbExXC zDq+&rU92z(+WhiWYQ#(MPd}54|^~Z%>K!v#&>^?DFg3M}!ti&F2>urIZ#vxX zAYI-gB9cFg9MkjZ_L`=dC58McJ*=Yz8}cL2k6Om`icPl7k<~b)sQI=lxwQivP^pW> zJA8Kph4_y%>r}VhDXM8#sU7{HRhXX&W+!ai_Xo8dYL?dREzXysOtaovT;|Qm3*vx& z=_iiaA4)9I>=O5+C$>oBy1IL@B$0xNg!hZ{kI3r`pYt#F0Kn z;Bj747MbIBXV5Zd-l>;<8Uf0vubR5gL}cpyQae8k#FMw~`xWy9dW=@9aedWHOmo>v z+2f0G`C!mjv!KMFH~Q*-4LhAb5(xHGh5a`(FUtb>)wQV zzfhX;V3Rq0tAX(IKhl-Z_t$#PwKbL0rQ?>);3|Ly8^a|?$DTz|$l^%Rl#(`%=bYo5 z)}20|WUZNV>V9N)pqrpN;!c=vvfSIP#+@X)+ld`;8nPXIaNz&b8Z>;I-sL3p?_Jh3HLNGi` zVYdBm6WCYD`fjhNX->yZyPDs3-U!?`%yy!g{h;2> zr+5i(6jw~4TH_@BLiPrzdUl_r*0st@){RrzC$w1fyIF0bbhy1I5yhSt{LPOq*0Bv| zThz7Lx9S&8=JSqkpx#c(ZJ#ApKNEfm7 zqTL$OJ9I&SPJ5aji0s?7vS^!3eb(ieebe5wBv5MFYs)Q-oBsT!$k!{hgX{9`-mWyw z#w-?)66M(Vz%U*8@*}XJy#=EEpJkaK-Zvg{4+9;)i~CjWqXl(XgkwJ9fggx5#~^c>5q*}>3IJD?EO~U0un%He+_(48`me1_k60nofqTd zpV#{*YIavqLaTmlu465jt|f%;ATJql_r7PEMdS4u$FB#V!CjxkI z4l+pueEjI5$}bA$>;g8KaxnfP{mlK};pUeZH8026e!ut=>6c__R?89+!X*Hg-R0}& zQcTj6J|l(sRaToL8z>eqs-Xb{F5mpVRV6J;NL}S-&j5K>LKfnWEuAHjUx@5(jg^bv zVezQ9mN!?KNjx=+$Y;G-LZJZMxIfLuG~>vC4}0;a*q>z^n&_*w(H0I2#HjKHrYtKE z_ng1ay>dy1KK3dU(=!|cPZ+51faKp~sZ3xT3WDvP-<>6$zlhUL-1(Yn7R=Myr&8*g zb?@xEXoMEB!Xz`O%SbcG9+*5wyZq;0yx;A00wij7y`=CoJhS=c#?U?Yx`F?a; z6~TLGEuergjRL%q91Ym)2XkLI>YAngt8^n{;j0h=DfK?J^dwR(m6D9-!$3Vx10T|_ z&#K8hF~vUxI(;rRo>?K}r|MW_5jbRp_~ZB>_LD=R->`sWs#LgIfyP*SH&G58Ge^ zzV-cUW75vZlsL%8n5=_M+`5Dev9y~Tc~$N}rf)@F05D_Ko86cub1qsa+Zmoh^gKM zvVRs&$C~53DZ=3WD2fkjs?Dd!V?d<{ae>cIQ?rIjQ`E?oWD)*y0 zVtq&pkt4>eaDh*ksi(=6V|$pGuuCtdB=W=qkO-z_lOTacGITxK#hB;bf6Y|dk4$QI zhb<1}^+S)>kItlZSmorC(Pf8=DiLxy+nV(${{Z2e!=J>B`{Cg^{Dpe0+@F%2l3owH zO`8+T3|CE<{wB!usRii{=g4NV(WJ_Kv>->);!a6dZ_Ek+f=OaV2(95@`@@mP!jFBj zllwzWZzX}q{{Zf+^4%HWX`%`DGlJZj>uI>gj%K5rjIFr}FT7Zo6mD9tbhiP#w&y=O zqM8+QWQmC5kycu1F{D`_ig~IMJfN!56fyvCBVon`4SP(UJv&df+6ZpCJr3nJUJjt8l4^r}PV{Xhc{Iea*PnkY+L1SXu z)5C4292$+J-P>OfNL}9!4rq=GFh=;vA$<=bjL=~G9O^kQw7#91=F;9Xe2NuhSc8(J z;l1BJD?Pi{Z#8S*wCXof%`4!zl20+;XzZiVc~-iK1?9N5y}4-AF!1GBd^c9|!S$=n zKc*&R$=0<49y=JJX6_GipXDE)sj8yuvgOwXaC-j$s1hix^q;kOYBq?aU$m3|0EqKL zn*9A!)NdMU@=I?7XL6~JW)G^O`^~$@YIY3xmbZai311$?oa7Z zY%es+b!XBv+q=P zAW4E)dtD&N}gH|)TmVl`s9^m<6pvTaiBjPTJ7Tf?>kPTFI>^?T3pvfk?`!%At z%G<2|8M)+eJx>_NZfL7ciEZp{p#TDrsQjsoLrbyLFYIT$wT5YJ7|RQ?f>F2}R(UG| ze3N8o-a?}k@BGZXV~=UB9hZrfZJQ* zMunog?jv9hJ9+mR@}O;NN}9t`nhv5#pqT(WT}vngfs=!g$6zb$5BNoe z(io#fU`7#fUn_Ox;`J`2s$S^&T(R1{#_8vBb0mrgInN8p;C!gbyW}|HfzFDsNp(q` z>}0!wJd|N6j3zwJJ`{dLQZjvc@*kaEbc}6hA+~niZ?UJmj2<=t#u#u( zI0FaHrgbiv1>Kuni-^%Sc(EM&+cWO2)02z?+N=4sHkqYjxF(7nCdT6O)Xr^X!pI$D zSj*s#PsWaP3;Ua`Y8Y>{nF38}!b_e;a1X=In(4_QhTc198uTQ}5j=#9#D&{FfM%(* zPO8-OJ><`KDQKW+G7d4wq-squy&M_~ z*s5M5ZR2?TX!_pV1q?j=#S2_0k|dOQsA2eKudVN2?D&mx%iMeqV_te_jh9x|e1p3l zv`eHkE<81wGU@y~x%?|UH`g*{OpFJoYL}$VCB5`=s_t(w>r_q+prcRPO5q3q_a?fi zQO7x<_0^cR$9=8k%}uhqXDZn&JxHv(S{x#QcW&ad-m{bb(~(bg09J`+!GIuvky(dV zzIDsce5Bj>QG(=z{+Nt5k#wvw8aB`3DDO&)C4>q99A^T9`dvTlxq#;>iaEDkk;Itn zqPu?th31s~m-qhw;ZA43_Aub)yE^V%@tRAFI-cXwop4Cvy)l?!9IqIu2-{D*aZw2X zka*^nkL8@yAw5;!k=mUsVo*0X&>BUopbP<@g-InCHw?c6O2Ua2j9NZM4M4q&=W_R2 zu(fUg2g;kek0hK@`3T;bbK?7<_DVP$)akDkarWDFayu~;JveA35=L;q(G8@r>Na4o z%VP{FWP*v7_qNk6=m9?fDe}dKBfSrcce1$;2JNS~tN0`m#vFN$-jt0{L0@Wizijq< z)K=kwv)IXkdkhTo_*chPnjA1*t0lyDtb{Nzf+Np=K28mNyVWrz$4=^&aDo9@8j?P04brqwHq|(5CMh0ydU|+X3zXl@!r!y=o_T9>G0Cq zq|C6RWS@pHPfe*bmr_Xt5k$Gsm@@piP13D0wZ{b;L9x}6{qTe}P}z)|a2 zw^rUsd9K|wjLoq4V{!EV09@8=uY&leMGS}hs6Ho}tGzpc%#7avFe=JJ$E8XbH;}4x&_1fD*YhiJG z__El^JaVaIlyFohqh~yiDyPu+m{AX0Y0&C@Hw<@oOAWfn8z&iwwwyo2c@bSn^mAeL z5xUwzebV|QT|21UM=X(zkzBJWblcc7551p{YK`pUO&oy*paz{-)|wyS3I}jL&ec_ScGGkw!-fPF1)V?^`KG$$X3wPC??nZRuW{ zvbE}~S@iqJ?r)M!;?7nB!{Fy99`~LxkF8kyP3pd<>Fs{mZ0?rE-blA6+244R2c5x( z^sRE$%5f_|bbg!Z?L$+vv7hbmmtqOa zb|CS>k_h9Py3oC$=sKp@@0s-5ljS$uC*b3c#}x6oD@1uy$cE$eyGy9|P&T98!x_FQ}ylg$zR>&jfII4|%Pm5R4@2oDDG2BE`w_}bE z(Bh*-m&XUqaCI+(eICS;D9VIq;hVSK#~C@#<3v3#?ITjqv}^kaEufU#NRmf84XlJ7 zbB_5RDglxLw*gzYBpR@SA;nXVPZaGG=GD!`TMRXRyw^3oB5NDzA@E#fyg2rgk6Kl_ zY?Vea?yn#CMGXYRE%G#0R^o?e_N5tzd!I^z(3)Mt$WzwNpI5^68J3N zX}Wg@a2WsvAEB&?4&6Q5&{p%(kxOIK8e|C`Rc+9Lk1{tC_?oBU^8M0^^1=TA9EIv9 zH{k?Ae|MPQKA5hFl|aC5c*Z+bRM!_B!VupIfj*~oXM)J3zGPRLl$?7#rJ$9i1$PYm z{V0E3)S;J8n$qSmEH@E4NK-gaRE|NRTh6T1!^rWN)fs>aJwL5gUdwxYKlj&$U97Ev z?v*|9Su*OYh=I*TT^}my(3q}fjDiXhxIYdmv4tM{QPY;gs;*;AyIv%GsNj-0KZu}K zTI%DL_^B@?OfU96!FuY=Sl~KHpNg8JxVJEB+Jpy>3FKUSny)>NqQA6V8DH+18$Ta( z*E;syZF=`!NWc-9nU@}ogZ*eJe)n(KJ^_|e0r!nFv=2IyCu(Tb^j0^tde;hr=Sw64 zK6Id0I3)fR0wG#O;Z8@!o{r*0?;d`%vh8B%3Zw-JEr`=?w?~|y z@?VQ4$tYhVijMMz1P{)lwn^mD7~mY7;-6_vkFh=Jr*-d~8jkWGT4|e;Ork50^FB`* zrk%hUBw%;v6oPZ>QE%-czp}WrxGZCuHbO=+GBKZ}JYuhrTYe0~+dTF$J2|2iV+X z1D-2nu)dP&RY~$=o;N{lByb+Jes_h1DqaPpXS12&2dSi`uGTGND=h0aJ9vl=e+*T<$6D%hMxq$4 zVQg~Bna|@vjsvcI)P7Xul)JL0xT+(E9rBB%nGj=OaqsF9FZ_Tn=qj>%>&Xt+ zyt!|jrn*NQ)NlZDYX1O}1=1+_vwgGD118fUE=Thm(&3Oq_&ft$OfkWx?i1akC@s7J zO5Y@F)4pCZYjNmkZFIdJ+9{+P<5A*#PkP6?a?D-pmdiE_YIm?cU~`Jn-Ggdk0O})X zOUaJ?z#rDR8otz7+R!RaMxzzoqr#2iATRfMq{|F9j1)^Ax0S&b?l<7LObtqSq(Nb)O&AJw)6cD|P(OsZGp4 z64EOC_^&LH$~Q+MIR5}C%?&NLhY^Y=lrMZS+&?;E$uDf0d2Pfh(zZ%?U;&Sat{2Tm zz1YETZITsx9Ah360rM^Xm6%veV~yi@LO5LSAA1ANv>$BuH#5hiO3^AZi4}l31pB9o z1=Fvkk~a(Cl?rm7#4E9;Y2s9JwF8SioHbNA8xFa=|dtZ<3eO`?llJMF_raXBZpX*xR zOGi9Yyi!NC7;VWlg!Oi<7OB^otdPi4WTq&y#^q0U@HjP2KdiGS(p6a4B(wOI>|vN5 zf7DTpgpDL>j>`q;?0<$&l~LLtmTlk&?gw$?)I}Pkw#u%XS$i<Ip(MPdszPf-8j`DjL9|1uKlAR08f7PmE_v#t2IJ9k%p<|<+ni%V8N z#SOZK^8O+T?x6SYNS-ZkTY;`_Zf-7P2Mp56NF3zx^{B~Y453$!GEG|OdZc@*}VXK<63qp-Vg4^}Ad9DS(nM z;Ulp0$E9hV1+BrXNa?8QkwbE;#L<8QA53{v?|_HP*Y9U|67Jqc6hR)XVBO%gkK;Fe97FE0W$BoAKLC!T96ywkNiomT26J_}A{m1(-MRjB($!Sai;%1@^0X6{)!JZInkCp9JmW z7$bw{LpnU0x@78+Z5K~)Rwdj56=caI9xy%}_p4rwnHFoMm19e}0A^78jzKvfj^njR zK19g9Hq4u>?bh3>bvVN90(QVB)aI*n_jb982-SD~Z?{hHwd#%Q1`b4Lj1%$iP4t|4be9^U zq<2!M*kmlO>ZFf`2Ne=V{{YyyQ2pn>V~><$`_ztrQun%~O1q?MDHT`D(lx^wKTgl+_nT$>Vg6oO_jzVfqp({{TvuTiwQF z{{RWejsCrja5E~Dkf@OB8>-C-7&R+T0M3~8rY|kuPP$+QV36c|DeDKt!WBJ;HJ!Ud z1rnrES}QsY>M%_^Wg-FlqHsIYQscpy7#~sb6pbn@{_+CD91)z>b_;-lR0-XMICG7wO>e+zo>W%oQp&rIT7f8jv)JOcl3Nrxi zCmpD7qZ8fS2i;83LX_LclqwX8B z4R%UscHsay!6V^O)a~-))YPSL>5Px1M|B&q+K35OvM_bQ=jT%VNm!CbK{?G=BwKcn zKp#4l6rdmC-SeQxTG~m1Mmr8FOZ(}SBNbn4#DjsH(ygvXjA4E^aY)ckT|!sTWV`n;2q%gt@p8vxCT1(y0E5Snx0%|cW8y0g zN9tz0Z_Sc(@4@Kv9pJClc0>w zdyJaP9Z7CT1Jf0gB(2e=9^^@ww;^zzroCo>i9r}V9z{CwGv|zq<0sGiRPK_~zS*sa zCYNQh|6L$_RpsRttYazOOthPsa_4l zdy!4OPoHkpU3YV0s|wxSJ=9V!37x6{_;Ey5UK-m*kcCLf@Su5C$f(sBB<0&Gf8Hn+ z%Djq7=V_8ayN{>-wUGOGv~zW)>JkW4+{RZCHsE&lIr$pfUc(V#Bu)9{%qmG9ovRx5 z?#-q7`qp0n0%mf|nkvjyZdo6J8PpI<|os_9;;)-HPJTg#?> zp;k!%v``hT`}32)$Hs|0rD;&>H+p+s!0?z=u!vX1oSb{1yI_7i(E&HCX4CaAXB|Cv zr{6uu6O}5>_cEs|xA<^ID>s+?LOm;8>j^Gp_F1Ek*pgU4vc^bfU)=ztFS9@FI!NfxJRqhF*xM!3dCQ~w&yG-{vCZTCplQnwecc$NU$PXZA#ZcQ{)5PQpJA zPqjijLWBPRD6gEYqBBQr2p{53tBuWtGr+~ilK@BQRkvA_86~j!?m`a~*&hmab=ugb^P1RDGW?H^dR!ws z;=J_KCoPXk0VXd55;0OEahi&ppM^gN%K=V>EiFmFz}@*(?@Df7x6@E4C6Tz!Il(>Z zkSPiVe7$P_0HWYB^}V}~xo>LHG26HfG5u*Xy2i`&YV*VKMu7*2w-*~)a!QerBC~U! z;qCRSYep+&0*7C9N8g)nTO*bO<5Y31ODga1_A%Rrft7n4@;M#*)!n-TZypIlf)p$} z$nEz}{d##<4kxqE+OP61S%jLMlu0B(+IIxRre?>Ve%~4{(E}!|jDFFUELC!`W6O`$ zgklBtyCTNpVob*;5TL^GpXMAj1&8ZGv*o(-`Z)_MLvaq@ z;i)8c^9KitHAjC6H7ZDi;OvwPU=j&a>*?o770V8yZ)`sguoI+7CBCvJf#eN^Ja_c~t$)Vb3cexl`m*0>-&F52^PBD>G-9E~6 z!L&vQa-<@a><4k{@~On;yE<-hMV>d}3vQ-qdyh1O9}150sBS^|*NG%>a4X(l8q$%5 z&H@;44R>vDS94H;NEC)6pGsK(jMFSKat%Ti{Y8AbW`U_*mLtHnl1zi<6yx*7d`)vK zph$v82{>h^+G@R@sU_}rxfDt? z&n^p6++}GoedVWL?wnJhA7rkZaTcV&zTMHV9A`bM;==f@tEe-PA=?^^kT5wsd^w@J zc_g*Dj^Y9Yv7N&sBkDZGN4#k+?&O|a2Xm4XU=M&Em4iN++zG9l*yYnisS{k|AJm*pM@ijTl1z0Jwl|$;jj$ z2bM?otMuA9LEGh&YBiIZrNRxg9-)H6N40=jiP$OJ(k~$7@%UoBL%lDj-CXI<;fUBr zGsl;34(kb;j)ESO=Cy_>b@W=73=ci?r8DlOFAnmMIP_&Y5Z&8zJ!`#T|h{7DZ0fjg} zIvIEyA0cjsd1<1;l3X!YV0Prtx3!L@g7-**%~6WHf=$@xj=+5DRJ9f`!x{^8XH~}L zKu_Xp3HIHo%Rf~cYhV$hM2|Qg=*D>bYnvy!R&IoLssQfqjjrseGq-5horB_Pks!U) zNSp`SNdPMDfl{+d z2S4Vak~D?06ZV;N1*cnT%cnx1G=Q#ugy3iMs+|L+b!~Q2C|!}~nWZ>ir>$Cbjf8Uh zP}C#2Ke#jRBiG!{KDezGDImDhmQ|A$xC6t8?I+=%AyGaCDs+yS(X`T1d%16J8Axd1 zPCg)Gnvbkn+}di|SkY}iXK8V`dCNEN9E=bc44iR{W6q>p>gjF@K#Gz703?3sKR+|| zHC=Vo)1ccCR8!w*z@X)1Nt!Eb7o`J6)^_LyL0f#_f6U~5l}mNh7x!9(_R`sUB{~; zO6wNXCk^hBGI8_3V^TUtQio45UEL27(tDX8lquxJ;o<%{!Q4J8RX29aSA@dZ?zHKh znVDISa@)!O0Q0EwHl6$)AO3&;0Ir03iW#(>V(Q6(VHx)%T(EQ_D&XUgK?mzf(=?4& zRkfDp!WNzwV=~F%oVuv*?)N^tRlhMMWlk(0x_D69y|_~htV27=BJBguX=9#huIEuP zHPneB#*ejPbN7HJx({DGdFGt3u<$0oYeyHr+J%-?2MP`j05~A$0N`e+3jMC?-gwli ziN+A0y52`8^!QeN>TJ-eD}wMc>NmF0vv`3BTp?Bw5WJp1Ae?e4?%oYbE2wR*=ZISj zZt;dyi6?=K^W0?oYLBHN&Y?Ypw2yCkT==9Yb#+|sD$M%~u)P9<}(yZ=2(QD#b z%`9O|bFq*p1d-@_pVEhQx!yfRV~{h+8f*;8MmZ-64`J}Bqfi%i;bqffe|G_Za#VrI z&U2qUX9BK^q?;?6w$eiSiVL};Zvlm(hXzv|KtjrL!IvEF&Uo+54^6Md9JZne_XtoA z5r!O|2?xu#_|aya0J^v^Z5LKXP_l+U;ku3#d7qyZ3$6NhPt&z%#6eLmBk@Wv9vRLE z!KQ>kIadg+wYQFV)_Y$KBOd!luwaicPkdEHo|^ai{i{uRV<48{a;YwO&Ts}hVywly zmYRL!aU`PO!*6}~#~xKl(Ll-7x^HiF_jB+Dte*L@KG>RDucMgh9y1&S1B z+kyu@fbCYjF18ES_l%RuvP$zN#fOCibIyHeI_<>0Ld>TduE`($^h40tldCQzV9Zrz zem#CQT$dk^@pmuGH0TK+lcu~oLn)3aoii>o-#%YDAdVqFixD`;$TS)3uf-Z}p%jtG zgT@ZKl#JvN$KghhH-~#4qhuQ5>Q!Zu6d=-MU1vg5FwF6dkL!_Dh#J=DD|sI}PflJ9 zE2&xufA?#i2=WI!Q72Pr7-1|UDtQD}2KLIlG0Q|%xwGGo;UA?`!4>6|!D~r2hUBT_ zQaX10M=7_sV4;QvepEsthUzRMuJPE_UrV5p^!eqSD^3uc1CS_R+7y5LO=QFV^4)p) z55PI-kN}hiu?HjRSK6eDWo2=5g5nt3 zO}X!YPBT=U9=`f~5TDAfwZI=qzEjztkbmVh-uP6d98IU>ry^Em`fs+rn7k^tqWZ!@ zaC}I-MF;+6Khlcr`m;d0V6f{pA^!l9Njx+7HY?+K4hwU^HG5;KE7*gmDR=`2w}G9! za8JU!P{`j5rb@X!!-0zhco}3v=NkqG@Tmq+N4>$#e1{xU+MV_{GQ=^JXk;o#?l3|8 z>dw=yI;T%SuxodW2V|B{6n%GRKlRODVp;WwmN0{NnDVC+!(wnT&THlie`|eR0tJ$5 z8HfJ>GSmbA0F;Wjvi9k%Ti{-4788#%9FH0N^Ffl)^sTq<*c_gD$fmUb%IPvUW6u?e zX`k%{rPE~3_q++yYiLHK}2=SnbjsKoQYvqg>F z`&D8Ic_iR@igQHjJs(ksMPsVi+^HN0t`w2<&T37{I3yMN&pg-2-r5;8KWMt^#UXV`{3T*@_Y^Pc4K^ju0GHf>qCqB+arUu*W07Qy zfzCi6gGN1LbN0I^F2UTg+}ygis3lEh_7YseKF=)d@cAk7qs>cy`=_Ipk=rjg3dbQp z+Bl)9jkw4-pA8!4Mp;XDqd@D}MHoH5mWW!;`qtR3pMnpNBm0`K_H4jtAZLJ){XN86K@#GESH_U_0Tl-DbpIz$>N=273!rlZRk$|iH&S(btC28`=at016=;MywP>ycx z8n3gTxAkSc^~B$1wOeOYMGEJ6BPS=ywEl(BmrP5^H6b63BLFk+4WrLBnEMjyTYUm+ zn_JR+8>|)>d7wo$g0 zToOYMK0wBN&2E$6%>~H!w9O+>)VgF^zN7+fUlgoC42L{tp4sj=u6sJtwaq7{Vzs=x zv6>Z9ZPitd)h8n?JCCI!+O~stf79~GX{y~q&|vryN(6HAj1%8H@y$r+eFFPQ>3eH= zwW-=ij4(i`%NBXsxf#Iu)qV>BPMy{DYo5Knuo`WwH#X&r^9JrS{6r6U9E^F_eXD7G zL#j23TdlX)Vv~OOnS&$a?>2eHJu1UO(4mK|wMi{*W{Xp|3fD94+_DGf?i1&ZbJ~;b zJ4n~=w7Bkc{Y~CDWm4AZ7>~Ke?ZESl_C8cd81+@YtiH%mHCdpR;uVX=WkRK}KpuF{ zY}OXQ1!8M?>U}=u%h?q1YTAol-Nv!|Ja>mSObAj@&5oHAN;1LZRVCMvGP8@1JN&uENTbd zbswEv!|z{A-~7h?YO>H`_SYZ$RsCwh$nKg_LHor1b#^lre!n390HQ5E+tivQILJ3a z$oMG9{VV9~;DU4UtT)*N0&by-VsYR=?x!AS3;j)PftVo*;I=qs6~_3sOU$F}j_3Sy z7TqhKyJPC%zUj>`b_X>b3+zzN3jxUk6sBGaGmbtr%G`Py6z&NGcJrw3BX$ZfX%b!A z$M>Ic^c>U~br~Fg!^8kT#MG`|ag#!35F(pqs-Qf4&qgnQ#7ykdzjn%MYEAP-jYVjeke#km25xl z2F-Wu(&3#K_jfR`$ME~u&*xarur(vvEsjc#9OU-q z-6ehCetcDV6Zwga2DUTgORzUa!?P$g5b$aCZPxLhH6(vpZGd5sTM?c1GX1#iO~i*K zvF?sDPB6xOD*phb@N`b6MvY%KNa{$*LbFH6^x&Edh^J1~BHNiq&ZD97#Y?jT#vB@S zD=papj2pJ27u( zx?1i8t4cBd0F2UV7UFG&c zP3Ck)cUO>tPV8qR9-Q{CL2@*mM&Vird|>Br@eX7_J<hDoIGp4j+|p^&aHxE}HC--;Er)S}}?L=C%fpq&JBg}|~M`JC&kO6y+dCz|4sH%&zc1fw_j@SD9i_H|s zG|2o<8zq^Ch{29C>O87u;Cs{!4OKL&bWaF?xc%CYKRTQ~HQdvG3MY#AkN*JEI`=#B zHSd_N;MWKsao)5Tj`5E5&BD3KJ*(XLPzZuaJdP=*BhsH`BoENjZGp%1px9``KiW%E zV7fk&0vxq`$h+;ts~p5``mj$zl_Y1t-2&Bv=49v$y4ei}h z)Gi4FQxd#rR~S?v1D}ph;Z$$uUqO3#(e3T}H%EJA@Ycd%Z4&yUCO`gAYv<<};)GqG zz79rx;C#n4Nq_zm5!sXxLnzxEA5SVIxnV7Yav;LAd=I5*)4p0L%(z5Y@XLzt@cczJ z3E@pVeL?S9mqu6F0_i>N-gL-y*@K+axrIVtLE@;Ir)a(o)d`9GHV4bjtbxjd>s4$C z?^7)wFai9h6u6~MhRGXNOOJvoLyq+tE=5RToO9e(rO}o{cn8+Hs7`VzNGa6-(@?FA zZNRI$Ny}K1{7OgHnyO{N;-y-)*rrj>0lzwE_ABVpx-Q09wCk5Zfm-Fyy&|uY`kM7v zbW1|I5;9G38_4X=5JpDs-^2;*1$v)$UlHK*x{P`kmQN;1ch7(5yR+zRMt47L)x0s^ z5vPC0wOYgM{{Tu){qIw|nX%8l7Ny2ms4V21W0O)y2)rDecds_0d$~{U2K7yyhK+P# z(Vz|P10i-K=7udr^Z2YtjS7*4C4WjQ>Z^DK>@(ble;X>z8QN0=zokQc5;*NzYY}&N zjrW2`yO-gEUHvp-@kJ(av&u^&Y#n)SoI*p4M5%N@=?3L4Ypg3oV-Hsk!g z^Fs_BTi`inu8|fkc~L@LERZ<V3UF<+39lZSN z_0Skg43b@G@Z2UAM96G_em~ZZ{h8gYoiQ*2{5zQe`r!WnTFoOfLk;bspYq`U z07}w5l4-8JJ9?zxeV~1P(My-37Z+>&CKw zJ)ZLZ2AaOnrjT#a?(J^l!R&D3{{RUiKaEf|+ziYK1+Ial zTt|N-_up)`eX2r9Y);}ExWV%D&ooCrvg?cMDfLSWh$FIfGe)=U!bKdNxEx~x&W0@Y zySr=%FJ)2bx~<{sO-&V2OMxmO%BzmwDptASfvGh}qO^zXk-^|Y1)8lE93E<(gbt{fN73nRKgP9r$NLS0mFM zvGl83Zl}@K-Y8C)5=9hk5(US)8$F5VjFLSwO848U8TG+yKSJ^wukNkx z8bBS?oQQG$T=3lY#RKT}^J&`O+AJE~BDHevZ5`2+XBcom@*Rhz8Cvybingx=v6fP$ zS>(ex_~+O1s+;{ormrH2UR(8O`#R$!;~S5u$C;#tJeyo{JF+dWnF?KU=Shn0`WsoL z)UNIwka&5NAkRB-*+{f+nA zA(K#Bg^WiT1OS7~{7K_E^r*6Gy*7c_BGej319|ZjZ*S&293Pe`A%b|*+gJFDeTcKt zX0yPS?6i&h#Z}>lJSgr4NhFNtCaW&tT?L`FxMjL!b9Wubjmj|}cK{v7jz_>6yOXGN z2^BnTGHKlp1+F%K_<(%9YmxPCodl01pH68>BQawnsM4`Mxntgw4x1;{npVbBcWe~8 z{h_Q_ybyh)nA;z_h`vjCVRAt9?kf93>0Y3Q*+j5?lH8Kc*AjS0RE|MY{{XE|o3Axz zC1932Xo&leBE|>cDwpAO^2%NvJCM#5LK9Obd_&mT%P)oku9I#TlaW!UkuD-tkBV}b{v ztm5*@LjaZ#l0lqg4oA+eg1$ZWb$YHa14=6XZoNr0w*fucVf@R?JZt z;bPixj!)j8$d7~`+T^m^%0VQ50}jnr-63lwzN>${646>a0=$EqV2_RsEdF(W&|1cnT*n*T_{(nW;hPEoJmUhhy*Ev~T}IjEwVeRZ$+g*V2{^|!T%wYEj|s`Oz)#Rx#ipYr)K<2y3r05< zXDzrEIPPecZ*_wX;O4Xc0A}{G>Dq5m4B)gQ!e?Xlr|5L0Q33MH*Us7??)zF@!B)`)waDKhofJ);0t*V{!>tT zJu$Gx+fpP)mX zRwz`K5(W&t!5c~KOGut9e{Vg!%iSeHjrbbB_IKgM)pnA}5uGDfV-k;f#?ml9 z8tN%mD5tt?BNk5Vz8 zIx@EQqI`K)>raYLc*lrjD$U=XbLm*$vv}C*u^?qbCQvhW86I^G(^ih&@_6NSGNjHz zjFQ}*)t^%KRTpXfcV?y3f9(VYllE-~Or8t3k72mDb^YJO0o;#`WOvcFqiioN+_a~b z$;l_rHBG8p6rIP=;FvQA<>#c0OT{Kb-DtfZPvLO3K=+)f7+Tc}?! zf*W?m5;hU!aguUsJi<7xtuL*>FfrLDz&9ECRf*G|Q=V%mB#CZHZjD^yc^r@rmlZV? z3~o|h)g*722B7uKL>)3e4nR^2 zZ38&%LPcIO#3KL>4;qI(7S!tR}V#?Q1 zw^P9p-tPzK!m|}}+=2(ztu)OWSJc=IKTo;12hC$R{CiNOLteA?nWl*u?qa@hMmCUy z50)`kR^HRPepUVHnGSJ=i$B)0ogdl0u_D5CIjrmyfw)N~_xdRQ^iO5%_d&K-lTg$r zynN?m03aWRPv=PC0hFW_H(2z=%#pj_yhVFpG7qR7>aW@kh>349l4CPpd< zBLkdOhL5D^+Heo1X!h~4jvh~a{&_j87rwZYA#$oXz!(Cm^g-Gi)g?^Gq4s0cR;Xo_ zEbue#{h(z2Ro1i6wODjJ4PD~#ZTTa2 zsN>G9dcQ-~CDLTL(sfy5lHcBVB~@tV9f&v?{*)i>Bc!f+0_w+D()I01d+W(rCTYr@ z-~f5YdK|gyey6;ZA{U7mC+;Le2jEAYH_eEv6q?~1e_v^0*V%;0cX;wo06@565t}1` zzL@P;3q`>s*U=aKJP$?Qi@V#ayN}uJ;lm-sP`=EPi|fWRNw1yfC9tEhu9kvoP-hR~ zadF8P_BzAf$Q)M*9%mKV7%pk0Lgyy8oW#Ax2Ree|w!`|0o(Sw}3Xl6hf#jdorZL4x z`5PyJ`z~*-&!cDX1l5L@hiNn4y;o`c-lxG>{{ZDRKSt)^f&Nk|*mh&obpHSk_H6#e zdDO1gjQy8C`Ne88-ob7FW-L!&yw*YNmC9?gs^k9vb0-J>b*(L7!@$Cc=#_`mK;eOgD|;KEe;vF%JB7IT}K8S~h771d0s^FEZbBCC~e-Qygv^R8mI z+1qrwJh7q-g{1hP@g85E$}@_Rkj7gN;!DS;6(hn`T*h{sa61Zhj7K(Q{@o)pdpXp1 z6;??iaEI@G?0;JM661;69<}zrwm%9_XBy(}4155MrFwd-5eYmc!8I; z>$qzUhe&A_>@Y+C zpP3~809qM(Bzp+M^WP$zM#m@csKx#40pHNlgAO_8HA+J^NG{nus5jbGgm*eh-jo7p z7%uNsC%5Cx7KZgXs*bLY$LYO7GoSE_52ruUhDh969~7!-nT>_r)KP4PcU331f7Xrk z%|c1+7f!o^8CvITMnS>AIRK8>_5iIL>`I^Q$}9FU`G-vN$ut44dGKkj&k056>!iwOLf-~@^2--irM{CH_j1qnn%$Mp{?vwD%3S_iN z-JbcyH2fhM#!W>x=WaYKf8wZ*dQ(0cAkUvBhSnX(`IpUbTs^OZ}2P*<&g9(nIy-FB~ch$h`?{UJ|Ete zO3@Kf?cx(ZK(vvzL>EyzgXnTHKM`Lu$Z$`3`tRBo!4)$Zd>>2mrG#8yL^R zzDZ$@bAjkb6k@3nvNi$p6hQ&qq(TAC125-PjAJ>-Dt;ArXg}<=_k%9uf(~)O;MMp( zqO8A365QohpBVF~aU3Z498|32WLCJlMrkfarl@l+RMg21MMQ8&J--^SCncE1m>(*B z$q81+tso=2ZCq4`hFDfIn0DRwSCVR^tJUDKyY!Ngc8+Pla)A0$T(BEm85nm~7$Ut9 z1Txm7{fwSUhX5$AIn5rS)qq`9 zJn_vGaX=&ics=pW3(I4DB<@=6;0$x_oKe4C*?2d$`(1(viQxA;sBU;Bdypn?+=0i( zitXtmc$J);ORSEGS}u>RUGZhq7Yg0*(hw@u(CMOo+WPA1l0-8k5kw?lzG`2{RDCu{ zEnXu6CwPSQ`#upevCs&&Nfi-EE}Kk##3 zKpA6|a~z7p)lO>%_MYB9Sl?uB*|IT@EGVvYBAYrk30lh5)<6A8!9NfxZ;aBYC`dcT zK30x2h!I39h6^rv)S%XSe@>sptx z`H%a(GvNF3gYr8?W&Q))La{Q8xZRD|?0ftTXng}Xwb3V1``5)dZ&C*|GIRt~`*X7w z8a0vPXCs1YJdi7LIl=QE+NCn~;CA(-D8qIg{LL*4 zLi;DAg-_1BEp7&ON)OJbl?Q?pHajt-n9y+BP~*N$4WY6FMS8z%Tv1Si-Az|dPv8lA1 zh$=4F`>;3HikA(Y$Mbytl|CIc9fym51ZqLZmGHyn22EPpXz(dkDQi4re~mTK zME?No;MCep#bvIS0d*7I$uno}Lci9E^o<@=Vc=Q#36Kl99v~j4JdD%UHZjEDrG>Hr z09P~MKm3c|KND8AcF3YJ_Df_6=ORm;#ScGt`IGrmDA0~Y7qpeQhoXYpz&tM01$`8r=ZeU*Xl~`a5n4*I zG05L9Ir>zLlD0KBNFrS?PSvfvds&QQ%?RaBr9A_kA4Jts-sVPig9yraQdoW!D@)Nl zC4}m49L;fp8Qqs4oD3@YRh+#iY&v%C+SYkP&f%G`Nph@x(YW9bpFCAl)Isq@@xdj{ znXZ#@G}@7Q=8{d2%KrP4*$rNMHj%`dt8QWz!SFNkr<9 z^jA(TwVtBouqL%JoX(_UKLL^RsVT;oAqiRpIx6+N592(D| z)3mF7A6M|Mtb}=waX`!l8;s?>X!^=!y3?VR8*q5lgAY84=j-`uLb&ZnlcUTn@8V}KGUzg_G61hINeim!N=6GP=bGhZ^tB=&H$l|ywAuD6k%RY5 zAL$)IEYXKTRn*|nZnveh6L^XaL8r7kowMzKbdkrz(#a_+4VsmPt8sWlJL8U49_ujR z)n8cIm|sefn7f8`WxveTuU<1>^UJ0Qm!1Hnr8lPPV(d zwMBwSBx4+BEFTBA){T?eY&xe;-)Sb%p}z3_*4!C4DFmNd*|J@Xrwz3GGLEN+MXX+? z&<~2o9+~I*)dZ4B42vX8Rn+j<_*L$|Gu&UxG^8`g0VHvgj`*rMv$WuO*G@de9M{B| zdlM|SaZI2uh`i_5&-1FwqN>N8-yvMk<_yx?KPMaG&*nd^NVrj-g*tYGYmyfyAoumn zEl&WE{q)ZL5_hDs!GYig<{^PK{TF{@wc(U_~4qLBz`Q+v)N@VDDy|zYr)drC;~)k~s&p z7DyD`%?=L)k?47dSa1eJ2)%wQI z?Y%d2szI9E34;0iz5f6#)@qEe7~SS5Y2~^U%d#q!quNHM@P>k4em3B#tv{t8(e*tN zQ>%TgZcK$zSX2_Lv=2~gB)hgL@2_uBT3@4J&16!p5pz~s>YX3cw|4f?^zNqiZNCzD(;JU>9!h!6apzV#KSA`|c4lckN$yTqnpZYO5Rd08144Y(`6~B~w&G-&!T-a1l z=h<3zJIN>ci6qe#m7H9#`PrLzARhI85{%e0(`OG)0(b1y?YxKu1}u5 zt7)douCIm&ONCj+ej}gE8uzd}LVEuIQIoKa$-g#HMgH9_l-}t#s*D3G!dUs>HYo^()+s22zzc`XD9^AI(j%hvN*o+U(fqFMcI)_l% z#EHDTsGxml@7rdOEMw8UHd6~pE&yzt;2e`teU<5#GwU8TqXd!!G6y5>=a1`2Z*L=G z;x=pggFL!D?5aw|_E|^+pW!?o!oF2?;GEzATlT%F-RK%M-Ie6x;!Eh{Y^viK2Oysz z&3yj=aB#TzS7+f9a*VI+d7q3gTo>XfqBCdCmB1LKMij1cGf9(*?a{=$bU}-qN&f)) zf7Ye2;-TAr`c6-R57wu!rH@6qIBW17)4ki4W7tOA)rOO|?Kua%L()*mCCSGN7C#eG zbcNe>inbmMS>36A2BYk)&->vtV5rT3`^N+Cir7-qa2_L)ao8LR#yynCgRdn=*@LH^ z8~$)>YVpxWyz78?_*Vnskxx+B>3#y*(WUn*C9=MG7C7!aF_XEJ1Nl{yRy;29#j%FZ z!n$u_3&WxH=d~c-N8C!ixB;u2qLJC$$#F;EmctQ~=ET>T+dalTY7^f?2>s%KJCJjl zW$*3J9x4w%Ow&*-_N}K`>Uw?6joeDs*C=C^dlm=Kj@9!QQTrdgkEpJo(y!rrBz!B+ zkmKNRFmdZ!uB+F26{|@Y)-1$>ApY|qPt&=fjZ?1rXHU|eSoK&gWIw?dzU+Qq-kv*` zLq$RJG5-K%e$DMVN)^A7<*qe35TSAI#;Q+XJpN{nr3y*IF(cE;fIXOXbe&SVoX;17 z3N&IUfzH8IW;<7=KMlcO*KEYjvy5e(&5y{Rw@Hwj*;gy1Z+4Q&5I{yGs zVgQQpi>S!-VbA_xXhOnPf>7JN)4?AK(*FS3CMI65v6pcxC78#<4#3u2n8*f%Lc-f2 zF7%$+gAd|U{6o&Zpy^w$we;SVIuJwKN6sRsyl}t#0F9kCk!!5g5Q+o+)=wvPHd%qUX37=Bo+Af~~vMFrt-_ zv$G&Z$zU>Y0Q07uGsz$@t#AFJkS|(W5&TwB{!G=A zKgO6NDxkkL^$)O#iS~YqS9-0?i^)EFYvvUD_4N0!$R@J5e%Rv?gIjS8m)B1RkN1?gB%hMZV4F`R@l!qW2CpZ>63!3 z$KYz*PNa(RD~ltj_oQEmr=f3jk1S{ds zQUUI0O$IO6?YoHEClzPlO7q$wf!A>aKa*r+RajExQ53Vc00EL{n%_P?n{7SR%PMlv z6~f2pbL)z#Z_`7?daThsuk?Vo>HQ~KwTvv5_VHTYs`ftU3jY9)x_*_B#BkO1ouG%P zx<)j(jb1z3O^&VSk&o17zDz1&nWJ&bz2L_G_TA*c*kwkJ$csX9j29(5O(wZdt zX0;iM3r#{;*aIVN^vzp3eWoJulZRYq<3j+R`)cb%oSo5=#xsg&%fkeh0PN`TO6bD` z91&ilYn>k6>Q5UXOAL@J)UN}+7*=)VA5kd`py!VuMk!^92Lvk))fnX;VF%X+nv!jV zWT`#5K2_)2XJsS}^|WsHmX2HurZbF=5BkvU)z)s>A<51K5Otd@kU-Hs3b$Z?>(Z%y z%i~+E$io#R5DOxn3mz@x$wlP* zhKF?fxK>3BWGn|Dcgd@^x@k0<*`$jR2pk-qdm6JW7c8d~oup%yw?S^vc9X)NBtQwpEDF=<owi6_37?N(*NhGf(|KnQ7m5}l^FyO^m0Xa4{+Uhm~zVZ9U)yWw)!KTc{8SV0!%F|0r54ZrfI zBal86TnP@}xFXx1t|_bta=~MV{P3OU@Xb22?^1^5SvdQT5Jf*TM1zr97EzlO#&edq z6(-Tn_E_$9{k@IfRKah4w;o@#BVnoRAFT#-kTFi<~UC;)YC zQ7#y@^^{B(ytd|9hy2_cof(Kv;=5@Di2nc@U`&VLV;#Q=g>8AZcL}IWj5yl`mgxt; zu>%1*WSIOMo&oyQA!BV4Eb@NmNmp<)x?H@!(LVuJ7GgD6_KhVr zsQ@lpZ>o<`>eX9qEM6R-O`;9NmO&XP-xq&hfUBzslr|FT)SaO}cWs8oe(%6>$ICQ8 zE85nar`i6CC{;3ezk4{qU{7z31!HmC8*8YtC(pF?KPzK*Srtp;eW>oX&! zT}}#~^kPW5(dUj8{pQ`aZFrkR#-dZ3_ewLVH|?SB7!0@ z{6vFGn7F|3!T$i1kLz9CJ;xM(0n#(QccgSXMs3Dl$O2}+mX^<%r#zEWbRy?zdUci!%=6u($ zcw+eYJVtU;<(j0F{oz`Nw_8YU_02u)jeu@UH*Pr}g;SBpVt77P zWnvYrSP~SgcPGgI0H~)zFsr9tF(70vc^%gVinR?VPoDbXXSVm*^30@ybIy1)9iWo4 zj1b&;bDF)>FJ-gVW|54B+@cbvwssG~sn)v2zY(<3tc-SUov>$SSuVj~K_Yh?dU9(t zXa%j^#hk<5hC;tg)~{`-B(aAc@W)`lfm!EYMv1Pi%p+>g7$^Q=!Tyz(Pc5>eW<_YN zcn;E_<$WsCrnL=P(c!RHiLHYl4WtL${{Sx@U!_&p&K-g|8fl0B05U>B z`V0z*YZAsliZw;XNL9f6s_RyW#uY*l-;hbi%+(ZgnWfnfX>f6f#z*BqKY?kdf*W>J zC_T+y$Fv{?$t~rK0rRR$Ek5zxS)%Yj9o*#pRdW`f8OPeBc`@Aq+NbGC=DZA}?onK8 z@mp#VTfmPXEs#R+eQ{lfR*~+veTl*lGVFfo&w4O|I|!9Fz!Pt5BJod2bz>S5@`WCI z)B#k>6Q7dJ@m>l&HVAb|fw)sR)gZJm}{+6}FbERug3iE*yl+R9=Q zMfU(D!5{fEB6I%c7R`Rtcj#)K%7c$Sg1Ymx1Z@ip383_ zvFkflyH#i|RjpfcO@=r3vVEl1KInq=n@vaTJ9V zWSlrB@~sL!lIXunK`*wO`+L26PSWiaRc#TTK%)RN;N$QE@uDwe(5zo=*l@-)UJsT{ z0QCSj{eP>``MPCe;wARI;xaNkw82HllqKQaBWd7Mg?cIyE)F6 zaXg^1!6&=4WPyS|4_d=#cHD9^UsvloS-8@*Au_Ww+R8TYR2`u0qDbqw_?Pjl^`8dgPhQ{Y5t>H9+TfqUnU<GO>|>zyRavPs+z#^Mw1dR3+_R8rMngkGZ z<(pgSHZemJ9Jbt&$JC!QQzYsuxbj-uZSyqY<2d8b9+cF99Y~QuL)=uL*_~@X(C+2c zH72wWEH4Avyb^$NyI5o%;N+9|RvRNI03auh_4M7xNp$_h#pcp&S(x(0F_Y_GIO;Z^ zX4EcV0|qHwKLSNqm$0q-kQJC7)vfyhl)q5AlfuU5k=xy@ut&6It5o(R3|G@khX=xZ zk@Eu-)xfq&{{U#~d|zmHAwUfju@jF*2m01JD{J=drf#3prX-&Z=z*U`Q~j$ILAY>v zppZ*l709_yK76~^)PB!jJs+kJ+!bzr@tXN(N+v%RQ~V3={{YN;SJ8gYZ$v#Ar6C6^ z86SK6#*63%fU;zJyqbY~uW7bde`dSBwT6A6yg4KRuzcz%)!|edhCW8Ik8GBWajpK? zwwgZ!!C2%4z;H%?g!dfzQqWC0o>kM_*c)Dnw9>YfBQ-c zrk3t$3riU}&QJYuLsHyLGIBE2$+0S*3O`xB` zh$7T(_1WT%8(*?nDfeMs@*hLyezaE9s13I4k?i!a>U(+Euwun=k0LzlWO;G?K>SJV zLcKZDwz^q4ofAp`9uhy+y%nl% z$;TBbAOH-~wi*!??1PyhPzP>%Q>$|vygW$2_sJCCflf(Z>r3!ZsN;`MN&%udTW1*i zJYydkXj?#7g|{CZF{w*#81arNM%z39qaI|`4I;KpI@J)lmS~6>BuSsh(k?B0J-!s{ z$me*^=~gmYZU+M(9@*lf%LANc+++EFwF_jVeChttw(l0dq)6s7zRZlEK2Cjpb&g3} zulq|tRrCo-C5lXkKLV%v))gmuwmk^@8;>SH2PB&M{{W&bPKVLDJ%L=y92t;p?9Iu~ z)Yr_O&GfOWb*_$*0bS;zTT-an;%TXCn&E=fOlq{{VW~-%phpibuHlk>^=Ax6L`mpQPUH!mN@)+H-n;(e9Lw@x2ks-kzObt9;I|Ez~+zq!MFewee6)RSV#dC%QNMfWPDvI5!WAbJ8 z9#_KW@~AS%%=?&jsY-H~q^+aQgreoWJ!xlhTm}^v$V1UF_;*oiQN*`WTap9^&9Fc} zomrVhK6X0?E=xe71-Il9w`={{UR7V6H5Lj_vOj}slTVun5B`y4; znx`tXycXl(x7lma7ZT0Vx@@-sIA!p^!$k-bWZ+}vUo!RWr|kZ-)~(cGQtm>(B6knS z*V3yhh=$X^;~DHdYXtVe8jiTTbs+e$MIkK%s8&_MS6)9FwkbfAD>+IsyoiAR^&^T9-PvjrgZq3 zOwv2J{$?$jcv@-jC=tQC>0W1J_dEXpF?$vEx}4gZOscQpqUS6;&umrRiFFhgQ(N3N z*d@n*Uf+S|E>ZGtM(qSIrhzGptjw$>$)N?Pz1O8aX=2Z<(U5j)`;PK;@U3 zdg1_@P5d&j5j;-0&m4?@S_#m)u4^e08}MYeJa~!C7Iih$4b$)&XAHLtqbuk+{?(^6 z(t~DfSlgOLQLEZr9Yw65NKW?Jo7`@HLI=j4gQj)p}X-1iweVb4tU7O$ri zw(2ni@ZfbT{_eHPVT$Bea_Uv%n;51_u~o z*g5CQuCyIq#_HMPwvd~GNo>iyzC6MHl~%KB#{R?URJYLW)WPp9QherHgit+s$^9ya ztaQk)wMp+ti*OrCxyEtEYR6QKVZPDtGs`x_0oQnSkEh0i0+0)qhIr?R7LdI;oEJSjKJV z<7)wthU`bii6YQCoIH}eT3oCMXwjLE%o0XBQfJ8;NPKW?Zt}{{P_VeLoNk6hDp+zk z>_^tIdz~IlD_xe}Rof&_!vWlR5%U%Fg_eR2oe{o@IIf5Vf;Lr1ImZ~ttdH9=$EI~9 zt6(ZmY^QWt%8*Frsl}6;9#ExVROj9~ao^2ppujiYLGcTkc6RrP+}JoHD@|_qv%L9s zUVgQCQPpq&!>AZMs%2?N#Bv@$G2S)ze+oi59EWr9MC0lyah4}=@tcpmA0L$zL19a> zosvubVA~JjT_a+sbyVlI$t2QBhh;3A&Oh&8Ygb0t!UN&M&t@Jc=Zb_D2*Vi6YIEMx zB>j1(OE_PCOR~5eTntC`=9y3=Q{kT*pZ@?>Uks1Ro|AGXza7Lw`K}v!eiZ;Y14ZG0 z29=y}vFv4o@(=k&c{E5*v6g8=?4MeZ0mdPSMyv2A%v8H8!rmcGMrMsp7{h0=2f{|+nu!cj zn2SpWuF4PJo^YXm@P8M|rpGM42%1Utrd;tfkbtZI0Pz0+h|nQA((JXmFw`U3?SSNJ|yZe7E{mdt~nxL@br+5Z4k?JC-6{{X=t8LAaZJ6kTd32sF^7h*C! z{y!=w(Y1qbjk131{o%aO%XDW~TQM!AJ16q1hBeV;e*wkCh1?7d4(M2aO0HOanRIm* z^&sl^RMRy%0^e!&(~`K{{qgCZ^s8+vrl*0Gbjx&74&p}AK1aQ0^4&Z;v$Y#IV%^8c zRsR4e9qKG;b0$eC>%_Ieuk@W?U|XQDS|l+Jn7ij?aH04joxilOy+3F*P-NH%p^gkLa(xGBiCL1Ki19=~j^Q_1AdZ`39278Jk(;HB;Mf)}DGLRSp z$gJ~%88GrPs{~<`4m){gJknZ7Sbp%}d@7?(zqq|tj_ny{kI-N+r=ByvcXD_<*LO)R z_+$17Hx^^a6Y;M2u;7F!K3r8~ir*TJ;k-*!|Kx^Ik{f1Nl?;mcM35S#o1^ zQW$ax^QeJ=^&c9up)SdQWxX>~^uM_Ng<-vnd&)1euCq1?20AS`8%@}4Vv=?xmj`$mHD?i4o-xk{W60N?@-1pI5~Z5vRA z(*0u8t^6g<1ktf`x^V-gftMxvUZ3UI0 zZiZ6qBz$Kh9C=qNJ>Qd}((UqL(Aqb2m0b1#c%xp6)uGdM72b--;46n*k}=PE2i3Y` zT+$@O`gOt|Sk6X1V~T#-_DC8Qy^Ypn9r6MAWO~re9FkU@o3y#HMbx84wbYi;PjMaI zn|B4WPJep@xdR?$araF}yS0+$-rCm6&1JWOITdCtyt}s~2U$IW!v(mtg_t-p%A=5SGmc2AQku}n zoK#tEn#NGGT*o&*a10PWVxBR68J;C{8@?E!o-#5FTf{Y5EZ)0l|K`r2o z6n0b?0*B@56$jk6C)aW3@Thm1o#do!J6F#K1M;PD_hC=j1=7WAiVM0gIPaWQZN{N# zABZA|$jWd*II1gjot*fR5FN9D#(e7D8+f9PoM1k3N3A22S3@Yt_EBp$m+!a=7%258&Z3m07ZnoL+$w#=10I};zp=wx zrdPL~C_chVsW8^|?hx=EUvz#Q>fSq;;kM4Jak&R|Ooh+WlTqWcZ!GmKF4I;?V7rAT zftw{;)On9XQ?xFa)AVg3@9c1$?Gs_$ixJ0QO;73gZLX~&k~fW2##J-rL@-*TMDXrX z8Au=yYjk3^qa%~H0jEz`YBwskQDS5pR%PMG%=wBdw9&2fttx12)qufr#O0X!lT2uK zW=1c;W%CqFBi{=nag`#9ilT3QUjS9z(wiHFRV4UMK*9b~UnEN~NX~oqudAL!8{?S{ zMpq-=@*=)Uyh1KyOnuiQ@HM;Pt*y)OIX@PPlY@VM@I3{>^BZtM;=3roC(4;~wYOiO2q>szi)F4cS$dTVD^y8i%_ezkVa6$XC_9?{NqJEQ(l`q2SVjmOAUcweNy zRH|$6U)YwYTS>R~wz+n1&lO`6AG3yT=Qp-^ERDZyx019la~(o|2ow>b*92##L@31o~v+zJr!RIX%4(Ij$$f zqx;1E$EWx-uN;@({0(>t6mDYV4o|739wa|?PwP_4ara31QXk&sbDs6jNb9yjcn*H{ z4M#S_j^N_03gt&*=Sd>~1B?n}D=PlR+2uj>6qmGhIrmS>teElJ6qBDXd*$U!0;t+a zo(CT~VXWlNc;m{hTO@YCq%woY>rjO<+sGfco_prLUh5t4b#AbLV{O!fANY-ZYQq^g z=DuC_n36@;TH41L8M$WMM<+Nx)}A7Q&AR}1K6S5q6-FleG2xaa9lctzoi)@-R%PUK z&*xiru-H5ysO`!`}vH6jK@Ta1LsRJ$ZJkTK>VDRus zB$|0+1OnW1-`1pT!2p5lnp&Q$=W(T!2PJ!t(xC{F1vvl=AC5StCkl&DoXIiI>7v6Z4FnsrneujzzK3J23QuKI?w@}CC z@~V%i6&1!+e_|^iLt5bNCT5bR#UbYvGfkL7DwZ4us375~_&JjR<0N;d zi{wcwGz|sey4Q4zb?rUM2FIW|HMRYmw;_oG)K($v${!o7w1FVVNrA}uAMIa6i)izJ z8y;iItJJ?z9|H8Um+Yiqf(bpo6^;99w0Js(#^Hy#HMZQ3Rb&0dZ|!Rya;2*%_WfX| zNz$&+45aT76 z_M94mq|}&XW#?|?^QTNkf;5hIP+@RW)SMr!dYOg6jZAW|QasdVy;oUX8$HsW5S(`M z_*7O3zru6h6*gxtD-2`5!{b%6&ZUmR7~`-xHRm@ZcDA-f)E)zFMdP$~;N+1^TUlr` z#~+8R3w`I3>E?X0dsI%SzZQ1Tq|gk=*;SBj1P=Vr)%5zDjKWI8*Z&shT#m1*V@ht<}xG&%DrV`$Gg! zNy$@yar5|4c8PvI%E$Jm_*DM@g%z?U4m*R~ezf;Z8D`g@iful4^z12U@aix-9>i3QU!^RqdRFgOp5Ed+>tbR7kf)5mfCy9E5Pdw2Nz)rr zwMb;swKn@IrWQF52R>)(Olr4!#;0ZA>MHN{c3}HdvbR0>;~4(5Vv}~5*|JL{cHi^k z{{TigYo|){+?BApxR)oD2WNj?0i*ti(6sT`)Zy7F9mI@1?b>b+7{6QCg;V3;BHuq%x6IbSN- z1W@eXB>o?K?@}uh(7MJA1;w1U^F?_h<%0JraChU=2lArXy5cz0?V91w!+=MxHJ(eJ zi(>ffI+oS~F&)xA?;ygybM~~!u5}cRX*rE8)W8k_-L#%hr#YhSW2`j^pEefAp*`Tz z$O&(t6_Dz^KdD??%{+54d6=;Wo^zk;O$=>21g5Hwcy9y|qqK#U04zDr#*j(e2k*1o zdj2)x1=YL}#dxjaCjf@VLFSW#fs}k7R^#jGT2V-_Sik-A5#~M8KfNhbvkat+NXNYU zT98*PGL4MzB!AG?h{gk=4}`Ci^fX91aD)dD4m(bAe;VqzK)YB*Gujp24K}P3Z@mZ%4?A(NeL<)}WQmiU&;I~EBL4u^mOzUxv4~Ieqlr)d0B@BwDcTfF z3D0k~6ZvA58?U|Kge*`00I8B2>zaTjcPUG~fwg{kEPWW`R_kdv61<1!@G1z~UeQR{+%Q0osc8jr5qy}bH7*JcD z2g?;!XHlW?E0J!|D{;j%ZIt#=Pvm-v_TW1L$IuGNR%x;`S|fKwC*?>sN#wYxp(K0} zwLtaeo$#_SSo7)LnIVN<$;6?yH8u9N(ZG!8f zzwC!*K-%9PYBsHE&7s@ur0JUDM403c z!kT!{c2W3H>|J@&a>cxAYNI&AM!^0Us~tO9w$zG-@`L_i)^V11pWcE5)a2L zYd2|ChjWqSYo~=)G-1f@Y;Hx#IL~Ts)-d-<7%|BM3*V9lADueGf>`Yyrj?~Kt?X`D zl|yH6?Z>aw(~2AFdV5@HY_PF!4SYfBai7eJ3*NDU-WwM3ENfHfxuVs2p2JGr8a2$S zkGN!Gxj6X>1?w9KbiSt4t)z;3Xydql3fa)_R4hv8>5ggVCAyblLN2Y8kujD)@*}th zh4i9(K@=Vow?x3aVRP>vpsEDBxOM{09}E20=B>1QOM>EAEx}{SmU%HoB#=p)JDHfh zoNlKlb0GxzjEdJikE9m2R}n`95X8`uL}MI+JJw+p<&+V{#CH;v#vyEvPw85ZvU%=i z*4(rUZxDrv1Cu9i{)5lvDrZaOOYj#J{K%Sq#BNd?jCVW=Vp{PCmYdxK(Fj=%#%F$&O93G4mv3(B`-7%R<&%$#-KBZ|7X8qHC>rV`oUA zW?|T#$K&#-Cg%3_M;lkuwJzG_u&G~2&hLGT^u!IhCwSO@3bx}`8YQRuw8Gm?X{JDM z1cb2v07^AYJqQgxSogM*bL<$8Pzi^59@#4~fMioTb7UK`vO3uE~t$oERHZRPXeT@xgtTbH_p&7H&cAEca}2PwDA>|RgOO}hm-ZD zH0=t>^EI?=M(l2N%V+E5NRC^TxeSs9LcigZ^Ur+$07`N=ZFd$BsOONom!DqsWK|W( zoEP=M^LeDZj%Nq81DiU>(yJ>BG$%`+Y3#wGF4 zM=n2wvMJDob7?o$a9l%aev(_sk>IhNXFyb4^i>1 zhr_0!Hl^g{{8JS2K{zX>M2$wm#E$g>{!y`l_NM36AV|IFXTbDP{p!!AbZ6?6ovmh$ z+BmQorycX?1$8oNF{Rna!=%dPdss1|fA7~myFvWuk8m&&dx1p5*~E6XJ|&IX&3w#! zR*>vMzClMg`I>@yS5`tt**E!nk|_uCs?d-c*r^&wdzXvXDraE<_#G8~vxgLG0 zJH;byW(OGL8kJ?#I#`Z7Pqde~Qd7f7*_$KFfmU)^%4W8XNS-ygkVdjLFr@a}2O_si zCM2(M#m9$I-rtt{_A7dBKNDKC@ZS=w(U3owZW$Hy8)Qh>Z1a#kD=^Y}E9{r>+|8(A z(ZqpPKSQ46{{TwRTTvM&Zv(w?wYg!Ht)34}@XQ%7seHv(MS*SrY=h(nHRdbp&(5oc zq7NAJ;}ny6nddnMu_Sctp2yR*B#_4#Bve6t8gjtb8&Z!L0PO_vfkuI3-MkQfd{PMc z)G??;Mmg`rbZStj0A!jpLRklP00Zkua58g@c~oE8kZs5Zw>1Y>>Ki*7Ij*K+BZ+c( z!6(R6qFHA6Ao>rFon<|L?CSHVHQSw2Pq?>>#Ek)tKt|?Kf^s`~Q&)b`wFv~?0@)}m zN{ywqkDhRQewAL{)3v)#5vBVj)L!uc;@C%gV2o61Yw0Y8&-)qvt5W##Gz~2F&WH)XFN}}O z3i)?T>D^OTy=zN58>wznhmB)9m*zaH>qok`UQE#e-{8BOY|=3m-Y-9C2MxNeAxyGg1^NPg6-?Bkd9c?=biSijfQon80J} zxaOUXD9J8U3(2Sfkyxn>q}4$2M2eU9qDU>AQ;9uCV>wi z!hwTMp(>reRm>q^P6aG%18~PDv8YQUUR=uw0yrd)pXKZ-G*`^7&Mg>8*yNhEjd>*F zk1B1XP<`)oXC8*75Mn#lBm-+O&!2Hp^5-L-DIPpz6;c=;+>F)Izx+XgMFA={CKR&4yZsG`{{Et26B z00?Z4!l6n=?c1_|rHvtdVL?icf5M>TBI~eLNff&kil)3{N3ABm>(gCVq0VGX@YDm%}|)?{uFg2or8LF=UE^7L~2b3P3hJP;D5xe~Ul6%8 zkZP>%+GF8VnjP~PHPA*k&nLf1dfsmd^O|7( zbh!LBVd5R9^`<~!3IQxp$PRZdax2u`hTpS|ncJQ*UaONSX!@=`iLrGKz(~0SGdAGW zJ|3I2fB=e$0PYl3_}r+V?8bkDV~XP(j`ii6Jq;MAwk-k)E;Ng|9pr^Xh@m(Ifd`X7 z_mk>!O&h^Jd!P{|WI({P^M&>Dpxfg5 zEQcJTs_`BsY0^x*=ODy^GT1wuuu;J8@g|q1>e5KIf)uz|V^Na>fsQf9mj~huw+7xlkscKR3*uvf&F95g1;53eNaR@KP15pL z>vNlpYI$dq$0ur;8w?)+4Cl|cdXKgk6|rjp&mfW9Ri);KcdOf4$r`<)te8pSQsgNe zm~nx}2iBx7NS_3F*H=@yJmFG5#-oiKxw?}FMfrksXzgN&l;l2l3ca({5@!=?w+Q&{ z7(9Lz7VAUO;6~qYcc>(&xGjP7p__@cD6R~0K{~3C2{U280%?9zmqL8qy_#;FuULRc zNK!ME01qm(x&8C@b@gc&;C4vB_;z=1lDvM1yK0x&lir~`v z#%nu|1yb&h;1ES@ju#ctjpmG{*qK()&V?X#Krq0`l76`2nGkG7Z0vq9j@a|1JZ3yak>E%jNhz1%J8SDo2KiZiR z4c_aZZ}O+T{fMXIW^;sQW8e32?LSfHP=e!b+a0n00PO3>)Ees#5TS5nKC&=~kEI~) zEH^ByeOQQ(`qvnR*dz$N@Fyli^dg`K0a(Zch)F#0<7fLVewJ5(VtKX$;w8zUa=XD5o^T=uDR$s!oU(q6_- z-TP7r!T$i2M{liGf{w~@1FyjSoDb@1WxQpkU$aI+9_G^PY9INTy#7>3ShTyOiaDnx zhbtZ3i7q}dqVf3Eg|*aPJd-`uk#rkOk7jod^0^!!_zr3fqFk>1iK(nZy2m=~C)7Fj zo9R~eD|xaoKW$}>LD?FNdKLa3`Hw!709onsMHWAK7ljb_k_!#HM|J?7z>i;4P@_1~n06tY* z;-vW=Ev}8$*RHy1zG7%6VC^{lw(-I+~%)NLdzdu<#VYDhvO z7HHHAA1*#5()_jHZOrU*&;9A~0r(KqK3fj+>99^XV}VV(zmtKA!F1nhI>b2_X$9i$B=BQzfXL(W zqDwz&c5<>T@Lb#O{xgR`^COTuc~ZDAsUuP^DdQ{kti#*pqL6fY*i6WceJ0grZ**y7icZ2FgyDz zn{H){v`4gvLoebus1dq`!R%vd?Sj9gVh|)sG@N0Fhr~aCPiAj`<#p*C#2P#34K__S<)*xr#?_^a#>VI@@-BSU25^3& zti8Etml}?RqU)A|TbQiiHj_&r0hxkg1j2lmSlKEa6LC+%%A@p4SzEymu$0bSuCYL0- zrSw-*yIW~i?Z8upmA{mHem#X~zwdLcpoZJrf)y{}rwE`9=gp7A)o)02P5%H9SlL%@mhU>n?T*iEky^W5W9^1Jn*hS=vK2_T`&Unq2V(?G4T3*H;%ZrMmzmmjm8E!lMAv>Ls@noAxFc?#UYWH0zt|>!&EC z(LNkfEo|j2nI>X~?*cLp%vFJ1rFr@0l&^xs9`)xQX*0O7B0asDDI0(}^QlCEkO<=d z`alK0(v#(u?T<|@DSJWI;jJA@M zb8Zhm}uQ9{~?kG!#}datjYDCt(N-XR-^@;$0kBWR?G z1njJ=an25F&104KLV^zAoRRUO7_6gR-@60T9+l4pQ1A)K?deRSE08mF_M~-KncS51?+Mv<7Zw(ob0njxBaV!&wM2hVOrGM5oFe5>R9!@W8}wpFOe&fFYh z10CrSGhw$b7Z|`i)sx*QCu)7;{3AK2lAX-W;Hl@%h^2U&2tuO)oK$C?XCCM|K4f;Q zVHhWLfUl)35-?XBEiu3ttZ*@4c38ws7$G+#IwRXIx#9o)C2iZwuh$b8a0T8E#U)#*d!8uHLyH! z;O&WUegeELAS7>wB7DFU&Q4u{B)T%j)GuNC@g6w@HgQy%uT@>!!8k~mJ1YesoaBnz zTTZmwg9Lf_sH*KtrZl_gS}8415;!V9twhlbC!ryWWUG%0E0%X$f_d{jyV0JZdu3=O zhT`=fYhwy`5Od{mPz6}B zHN_RUChUJpntQ8ABzW9AASZFhl~@aTk9A{KvBt5g;~aT0q><0UxGly39(6Yofn#NIP<3vemr}Eq z)>$?rgA7!PH(Pcfo;c=`*4+Avn~6q653<;a0!>2Xf$G42O0}`}Z>3tuvJhu+=PPa> zhicKD#aq9BPfFpijYdev%+l@+16KV!ktkTmMIK7Hsd4o7{{VNyleR_>5i<}u*Y*E+lb2X!0%IIDl@<=IN%Bgd^p2xLyWQ-^*?ZC!K$v--T7sl)YF^??sN>(5phYi~&%A%v7 zJRQKC`JVLqOr!!>=fBF0085!U0#V1J59>>SFb#u{yyTC{lDA5rmL!io+|$2mjpG4a zbJ*j(3MG{~ytm-u&y)k7CKNR{?Kt-|l3eZ|3-$e*8DX){vT=_hh@?3Fjvy51kg=M{6b;YiNt-$Q7tJs>VIAK^hPFbBZ)e zFfVDB8pOR#G?x?p?Z6QUG7x}2g!Tv4g08JKIoFui9-;WJqIInwTfB{;hUVF0f8dhc zU0d-Lo$9{Kb@}Hkw>EL{f#E~pgY;f1=;TRLD{(Se^xZ@PWKn_Y;;W>BVAyTH{nf2U z?8~V4<)^ij9^v<6)7F;W%{6mmVrZ-bf&MTqSaaXLJ{_t#q9n|kD+`G};7`XC{B~E1 z!o;}s-Z}j1Lz~&}Q9&X5II(5MLbgZeiegTW>TkRIHrh-adzS78e4?Y+peCd9oarq@gmjr@7@SYNfRAX@bqyFdh5 zg7}{)2Mze}ezml)BoF{Ntp5PpENTAhLo?vZ9nx$+Fmw7=j8fYpG}WUGo+A{6SW`&Y z;MMfD>#1qxSVk^k9`cXkUr|HutT_WC&acTGyrQ^0+%k5beJ+=*T3qLtWJwnuU=VBS zcr^iW3|BVtGes(i6#A(d74nLI#oGwS_|W91`IosLG2DG?=&py3c=|s`Nx#Jwsz`4` z$oz<^C&_F=LvY(!w`U)PN1Aq$GaEO$!)XW5j8};D86JK^G{mDM&;4l3P+dx=(ASa62}K2_>&2?TL~ewFGVK7qLF z{cdX}MS{{MY^Y<9-1f&fq2|{0=2--HbEfhMF}5;C7|*~}TU<9~ARyo-Ndx_AJonc? ze(4dr62zX>%>9aMrT$IdwZZo5`V#LhwI|HibImzZw1y>{9%Oz3y#?D|AdThRqlF9G zKBwbD+K#KJLdxxIB#W~udLKOZ7^>L1qTO!c6GrfEZKgxydkp%D$(v6#%SOC9h&~fE zoifVnd6Vr6yde;TP1_0nB0T<;8vg*MriM#zuv|RX4VIH9WMd~eByu@Dg)yXc3);pN zlWzc*#z7xCxs$3ObX?pf7;pg}t!0apJR4p|H+RV8k4`yIbt~x@k_nC$F-MXA0GQQx zRP>WwJTmDwO9X*~O~GRL?SfCx(r4;u%Y=qZ4(Fa~CGS|IS@01IgS?N6hRvIqOI@1xyaPF-@lVo9k}%F! zf}_{v@T+CL3(F~Pa7HoDJ*%+=x;CjlZ~mNVx|Y{%d;b9Nj-5TDqM%C{mv(xonb%8hvRw<~bt{{Z@JzvNn&S7Ns9nJ18Q^f;!j zV`U}x6pc!Kb1t6Q`yT9&HSg%vt!lf#_lpS<!6 z!45qb=l=k=v8hBQvnt>?Kr{aUc-|oTW3_e?ar>jkpV`+V>zZjB4m>h9d5B}$$LF3Y zPRD^LW9j1`5AY+s5)Rym-fWdSK*$$IYY+a~^|FzJ0Byd1W^AeXmZaOwBxU~2@hLp{?bU#A9Z&B0QUXo6aXsGZQU4!(%M3E zfpo#K>L2c>$W`5>FdhPFyKn|Y^Nqm&02VvsdY(^}drPpsxsu)}h3Ox8L+R;({$>6Y z`JQOsO6jR>SWT)~M7LGk-Lg-7MD(0>^LRL|tR3#c;_Oh_b72J{ZULs*7;4kgTeAjHoO3f3d3MJV&Dn0XH$@ zJ9d+TK1T=FwQ~OeP6bRrIQMcvY%35+9QMKZ*Ofq4D=O!e18*bZN7Q-ORKDU|u+9{K zavRef{d-Uv$(=pW7dqvXOor#hg^oNjp6LgU_#?UGdQmHTF4UR;CrfgB5}cB9c{{$8 zDILI#v26<$xJKg&WUz9IncX8E{7%z$^#Ej{g9yHF0Si%!MNey~2Pu5`97P`qx_D zl8OZ_qXojk3@kw&>lDw=6=@978)+lHlHTEtM&b#<@+ZF^O0+s+JDj8en?CCvat9r& zqe6;EnB>VbYR?j!h>sg#^95(Tq7GoGCmU`BX!obg0V9`*IdS zOBk6LW5{8L9zuz&x?}FZTUb;;7)LNzmP6^38RO%M&^nt}>FsBv=h5Q3Dkg}eJ3Z~Lqa)@4 z$3AozI!fuV7AcHKau{2=WAP{Yb4ZUuwhCFHypLvByFkN%j&qJGIH%2wq|uh>v0q&3 z#>FR+DFba{;3}^;IXL4LzI3Ov?FUX+ZuJY3t=@OTH|~M>FQ3=&p+wOj@q^hT$thv9 zmE2F|@}jL8+o@V*#8X@ZZ*DoQj-RnXg+BqdY88{(VBfmaX@)gX@b3Bgh zOR+4(`IE`58W{SVnO3Rrk|RwT9PmE0%#p^2gF$?Vt_sU>c_5utMSI^xar?vK_Zv-PUNXml% zWEMZ_E9%&-(g-7o1`-t!sQ3YaT>k)wW!VK4GBs)l0SzK?y1IpwN0OUfN@hTA07O>tI@@rX$BS= zibrJD)=&iq!0sa%^8U1K?9Wj9KT^jOgZyP=+)tStexIFZIz*?%+arWh2vorLjx+rz zgF?G&Jwo2)KJ-#6{P1&%X~*V4$J|Igl2Z0QgblrSM#5Yk>-}l??IxEyoGKqB?^2*- zc+zP7=;Q&^fq{ZEns`R5$Ci6@UU_3k?76lvZ)mYL0+Lsa#MGpTamXH^)0n_G&pog! zpfJV`9ufZl@o|dl zZNUe3<3@pE-zPZ0#YdhrC3g^~zpvp-Ex;!~j}+cni32|}Xwe3wjduf^WoO)RGV6-t0{ zk~`Ch0&pdWW}gu#&m;_e-~DKSuMkXR{{Rqe^b6R0X~?0F0Iu0zFO^R#xD(~+o@u6S zpoRBG=THNC6b^g&=991k+~j)F$ngnKNFI5lh%i3;gU1v|ARsO0&!4S0&}4T51DsOP zM;RT@t#Nr{?s4nsLCBPZcXBeo9|lD~HYKQmB*F|>>hG0(=3Uo1Sw z!<pc>@m(ymVPt{L}-|ShS~_nIHgA(G0PUl z22DyZF+GMypK>XuwNOs>U{8ExR0x5%6&~u^(xPDKJUoJVJAoA?AS4Vaz~j9s;A4=3B=O&a^r%6O6T5JE zEJzfU`@jQ*Z_=eLvv5cR;{+2+7Q-N9DI9&@%ApACz9*gl_41@#+sI)iDFkQKjQu;* z@dh$O4|kqMX^9|k3CgiQKGg_StXF^%*HJJ%fsUs{qhgKV zq%kl}o`iA;A4B=kA>%MylNoX9IIcb5Q;!4!IOLvwbP+)r-Dge>*qqlMNQ4@ zk|~bgV&%T^1mJxQRvBk_ib*jI$!(`{lu*Z{*3&(??; zNN!sUycqF-eCerf(_q4#z;H*(uU^GAZud{g2O^m^aBgF<0neK8M1XwPj2JG-3G}YP za~keZ3v=JK6Uk?6RPTx`1NLn9oPj$?vP&x&Zt zAT(yt-`_}}n;E(I1|O9zWW8?sUC$n15AQ~+?6XdZw?}=bt~+7Z{{ZQ$8$V~ZF&*ta z^qk|~bpZYgPrMXoQp0)zw%FlT&kS;YTz{=y^o_Oj+Lf>t^X(F&Z(DXnTps0)Gx^q` zr|7o!D2W708yLwunEg##MG;Yh9$V0iicQRvd7xaAkVZ4bW?tU?&XBa(#%~mS{l=|I zGIA6J$mb+hJMEiMj`vcA!DLs4)k`|5;7Z@vWAQa+D7ngzvyzIlAJVVqu$?9xjPj?< zRj#dIlSVIWIk%gVqxf6QRb|XUWC%RDHDlA)$!j^cnYUZb!5_-rMz+CMrd=7N_j-{- zEKdZ1xl^2iE9l>3{Y;%pq4;+g{h?-|CIDl4{{RdB07LQl)RRl8R zvYdja1RVO;&wYKNN2GNG_7IWbGKuZ-dn0Gv`VdFqTJ+OWTN$4`cKXl_V{!y5Jae~-Kt{(KRR|G>VV{o_y+d2LgcLR)U=k#IQo+6$9gP}KW)LiLgo4I3V!7pqIHWIxnDF8Xe6iY$92aO4Q++T$r1ZJ$ZC{U~hIU^b3n2-|V-WeQm#w&(?2m{{pz~ZWI%Tl4{Vn6{~=0+(G zGlt*{aB>GfAyFieinDv?0|Ym2e@bfL&a0Fx4gkpgXas%Sjo=cBMoMnvkMB?}w+B0L zNci?YGh7N>9!ckno<5YJ3o5cQt6=e;??faiR68Rs-OtD!@$;zC1XW@bwp(dD=hCd6 z0;)q}YiFL^)Nv8XU8mQu=jlL&J>9X93Pjw$9+*E0sE<;cPL#)XuB04tI6oZGgIg}t zV7wAX9$)pEi*={0@RgMWn={;bRI(6Y)h(_D94jgF?kZ$a>C<-zGshyTR^LyvibLv9MRl?OudJsR!(KP$H?vcg-^EV`#7*pqbe_=?fpn5 zhL=w2hd)T%XU14oI6=Z+qjkIF~^G8Si$+8^q6{QOw;67OL(1&aAiB0PtVe>ATFDj zU}8LwTWKJ67##LA9QX=}TO4w>UP)yWqXJkd2O~d+^u-PnXAvlF$|f(V16)jOTD3KvFS~fMNq_jhEiWdmh-p&jYn}NPWzh2P571 z4_}2T;$~>s42j1m-bc^tPQ?nKl1!9PLCFUmgY~EqIYYk^ZEO>dd$InX=})9{%F7f` zlNza!ornMd=6~zGIU7kNtXRN>PQo#?ACDh8^}D}>Su@8Rf-&@{LCc8Dw#t$`P2&6h z;`aXlnQ?%Br8oOJ&Un}~F-W8Ua=H9|91opI@g7M5C|R4&xW}jKPYvk1o*)=7#?isY zua~6`h(;Q1zl5QcGB_jxa64l;;8d#{WV4VmTsoo0Q_i@$Jz9(%-46!p@%WR#FNK4Vn0DwmK_zPT9RB`TyvEZN=Q-Xz`#FR zUz;BR*&{f)j@}##X{2R-_}ln?ed|W(i0@<5p;?*)fm3GRv$9L_W;o71wSQx!>DGV? zYddI)ocpn;KczoBu|^krV|GaAILED5IqpNoG|niKaLj~*@ieR|ftqYi4oDv8 z<%#ki8i^&_65B||Pu=tQgH>-y7Hw>>@nMCRa~xy1svfS?r?IsAcAXlqgAXicJ6m%dumDjyTDtFXMUbXN>|Dc$q!!agcG5<};7Rg2>+la7&V-ul2~^+0MN* zQ97}-DVAJv*c^I~dcIFNW^UmAHNACqpj+5^%#LMm3f+SY9Emv}`D+GTmd*|_>0MnH z(AkGm^&uRie=|qW*b@`|v3=peCHD|NO5|%^ z{I%?KG^=hu#EzGd7akJ^9D|PEDu;1(EV39%z%679j@*;CwsYmd^r<$w1aYL2X_L7N zl~`Qi0}mnq9(6uMmF@8)F-SmCHc7Op^c9*huF-pTd~tIhgLNz{d5wyG2Nmd?ai0FP zL+v|FI!|5d@c2d~d3XC&vGccxANJ28gyuQwwK*lhU`5zHZDGCW*;PZh$^a1R|5d!J*Whds+*67N%KDn@4Cv|jyUJB6$m!sa7UOO^G-s~-Hy;kHj~b3 z5S)q#JFsy}gmCUco_HX6R1Lr@WVjjQ9MVLd8g7|_rhkhyD21bq;HXl+9DbGE=$HXO zC%DfhpsbEYOKeOWU?1y9+zSoEljrcMM6%1qK>R5jaomb!uH$zIR2=h+Vxp^H$O7PY zK8Nc~wq#`5xf#jYIW%Y%Pg{Ua4+=Q#<@2XikO0SqJaNWqwb%v${{V-u&jOj2P_hMx z5~Lq{cMIvqody!&@S`Zi{c%X24o1iBIU=i?b_F-E&eA!hF=*pbr*?71Xi#jGw`s=g z{4rf+IUA1$&ovaW1Czl#^V+#AhjD1#hC2i6=TeDem4rNi?*rmH*Gg?-Osu&0)n&wz zGUPD?ciPw|@Tj755Xmms8N(d?Y9vc7yigbx1duU~^oDR0vz1=pjN=tl*Xqt+IAA&F z%8)fBX$Jh94|sOR$C_#dma;I}mcjJ`qn7|=f^sv@b5Kq6O^wP=K4Q7{*s+ByIp>bm z6lfMrmy?6Td2xYEWkYw%Ham)n*T@xj$)3QI=S;oXPC*P0IVZguAt<;YE=bQO6v-xB z?b>n1NXBY6+Pw(C@6U5clHj8i^yjq{fJ*l<=0<-C@l+#^F4*AI19ISCk&iPJ za$6$@IO2&3>J>>Xj(q)U9nP_9ZsiGi92{a8%j4(e`O}i=TBwk!S+tPnDDe>@u=*U2 zkrf8+%JwxrHLU1A%^CjHn_$sa4(L5$Eq5W9TR| zUeT>JTXNVDP25O+@IHssQB>CV3H}|e%!HHLCO^`uZnQ0W^~i@xyk$PHl^>mE`Pr0| zqjqokI20TuRAYLMgMDE$_^}x>N#7s5rl{`8M<~(kkREa{MQxYe5!9w5{{R9|0vN25 zAnbg(rmwmKR@JW!#mZPfSyU3!ZafTR;CHT!HJPOvlulMnCIu^m%%;y#c8nyWb~|uQ z6m+eO_Zroe--yt|1j#Pr_l^iSAKtW0AK6R_!LKz09|$4O=4(OFx+_7`N=hwcyOlWx z<+7t5dqxN2O+7|=DvC%*Vbj6fn`f5f7C!G{MRjge0$7kUj?})U%4)JW7!w7P3OM9* z`R1yEoxQluY894d;xoG(6Zx9Q{ky^>lSkBIR#F4N=kQ_w0P|Ly2f4V8Jqe(%Yfy>$ zJ=+|`JZwJ_59?2hiJ@k$EXK)#`rj8Bj$gatDDU$X8a)$Gw{NuR?(eYVNeRgxLCB{e zk1SB&Zs(f6(&L)OHMmkzB5)+^x%t;eY-P-hX~}UCm-fWti|sPr;&I+a+=TqVAZO!V zts34vPUaybcGJoa@d!(Pc&}6O{{Wx%7N7nf-1-@A^^$ng;~zOI%X8Eche(Z_I6Fxp zn1e*-CEdW!$mYGX2fjT4u0qyr`e2Q(MZ1Yjfsu6A+a_DBQtj@XazuXOoKY>YiqyyU>Mkg@%dD;fO&K9HO7n|I6^3c$xGk%zBy;k=i+08H2>@oU05lKA1iK0JU$oNZ@4|0PJ#wj%m59qMbmwjwx7q zvJO5~Ld^V{UM1kb9FgLW-fbT7AY>@*$obP>yEe?tB7#T*k(~42@HMmDbY_b*@=5kq zjix8W5iKU$``_G6<+#jT{efr;IM{vwh)aM{Pwoo8M}`Ao`Qx)XH`})UDExcFARmZ7r8)L*6}KOC zk7B%JA3v9Rw^*QxCfhPdk++86Fzxwz_o+7a=#1+TL%D(+6(LFIBi_g~cc@KJRjWKczVqo$kxF1!Qgm1IYN|uPjdT@GHh7z-1(I2bR;{ zzA3%{21W`wJ5MD40M>sB0V;)zNrGb;<7vin2YxB<4I^SaC+7o&?mb7XTC7UUy9$N_ z4V-83`qJUk=Db%}BARFSRd!{Le2>?f1S#Z*F-@!YbCB52&p-9_uLxDLtffu>48w*# zfd2s3da{z)VkKoQ;tm);I6w3$JD`thsb0VpEO36lUR4M~Np$p{MZLbawvkj74U^*J zfwTeoQk`~qVl~8hJb|A-f&T!mYQ^FOLz1P}AbFAfzLbdJP@$zmvvv@c01=Ma^{7Gw zl1;K%0^zbj-}jhfkbX5AY_}1xj1>ci0N{?~W6KqIp5&=0ARul#Z6_RYO~n*zG?GTl z*{1Kv~BS{eKI@w zb5m7PRpm~_IRvl0+w=4DsTO)xrKrl#X|~2>+6&3zDunoR>(AjqwH{bivW=l>Ov4D0 zU@Imw>CfxyT@Xk>f+LXKg1034f2A4N^cJf#=K5<`a=G_eowt2B1J;UkZj7+7wT)+r z8_AUCe2Kz*g;y-GT@Ik%W=eGV9ndT-;~75S9`hasG2h`vT0cSGU50!4Uc~?*RI0IT z{4>R9wt97~o1e1U!xJAgOdNdbYDDYKap_gOvV9Domtd8jL)t*0WxTkUU}P0V2jiR) zD%#VgblYYJ!g+wk1jle6998N=!QM_m#d+n9BaDFGjV-phV^Z*h#|R}r@*E8Ir+g*H zyfR0fLi=XoaJXFKc01I0uAg}Q>xFZS9>7v=iW_TXtn)y-i$2~sJ;^m#*Qi;7rhm*& z2kB8{+Cq_n4}U&sI8ev8BaHt5T1jMYp_Eb`ns;>!8{G#CxbnvbKRRT&V5_*0Gv%Dp zrBW9WG7OH#(wZAk5Y3j)a&t)4hUk|K%OZqVBm>*a>rGD}mQvYJdth^dDT3-xKJIbn zO-n3GjJO2-)$UKzy&h_b=EohtL9qP!sFUrG6lXE91P__`Q}GF=`>_>_`M(5xDI(8z ziiez!c#)BcJ6hxxp9VMWMkdjHp4sVbD3N5o42*bUs;o{&%+^2dh{5N*YG3UFvD;i| z)=_0qA(BjIAd>jbbDZ#ND+pfDZESrjwWCdAM>kOJXC0RwS@=}FD%{U=fzDVCP7km2 zAB{jro`NjLfWC za8}+3<7;{FJn5N|a^OdCxm;m=#b5~d@!p~#j{g9(UW^ufFI$C9*9O*8@fl=4fnoHl zP>eTf`it65m3OUlR;O%ZM|ji6jDRv3J?~#WN7lYvW08`6RngN*<6g!*(e+tA*al8~ zzPO?bHzEj3Y+MYfW?XzgAB_y!N$&s&&uSvlWG2=`lt!$CFvleMbNGtc6D*B~*v0b+ zwHtQ_n3ha@jz6txYS>bK@bBLltV7vl>ss{`TaMJ4CyckJ8UB^AzM~T%{p@%Ec41g` zajci_YtuhP76#@ulf%!vRGt$!`TjKFk(h-9^T{|Es^z#=jFpt^7#tDb=jrjMe$g3h z5=)NbJ*y#kH+D!Q?&lmHDa^KUy93J~-lIh09CPqoQ>!#;2Z%yvfs@IpK@`M;o;mVw zI&8ToX;JgdD9RZ~2kV-OWXm=%;B(uxLJKZbABKGMT@wO>Bz)>QX3xAft}~p9VVv=T z2O0R&P%Mzs9DU`;J;~?rq)Rwe%Q3<8$7+qZa&S(0IgrjHrQZ!+C2P?KpY`d1$>>|yy->0I2gw!n;S;NaH!iapr1Ey2vs)1bszCU{qkMeS2f+L4X?M$?7lHMLXfnY!D72&&$xj$M29WGmp;C9C}j}$iyc>|s^Np*4*A@@M@9#oLL zd*u708;=9txt*kJVNY{h+LX1>~g_PyE9|6JQfJ(bxw&(ZoENFNKc20g(B1qj( z9CO?Nd(^FpPUT*4#yf-c`O`iefpGGY#Gd2&R3RL=S4^^@V~w~Z=Db9OebCBC<#V6T zq>|38m|(|}ae#glh}XhZjT8kPvDkblkc`bKIZ_+m+kkRKb|~(ALy0!v=N_V-WQ|m| z@EbWJxd$Eob=ZoJc}DKTfzB#e4oBl{1u(%#yDpG;8?SW;9 zyNrYS)TB!tGOIQbV|NE9Baf#Q(J)e3_U~R!0j@-iyDJ{gELTV&2I4WEJLmME$Z?C7 z!5}ZhcK(!+C85iLUk(-^9zZ|dktRz3 z7-!V+#S#xGC9(kdf!>twBW%cK$6`3hsM+@bEE^d<@0By+x#e7i-GTt^Qh-c#lz$7H z9{gsQn92&Orb`a{syjP|AQ?dij{H(Z#G!VpFvooP(@-pOMY=cy_Sga9ODTf59~E!! zMV21Wt!2QT%UiWBQk8)TJl3+h+cxP>ZBOcSfA3H7b}8%E_)A+AYDdAJSWM?I5fP3 zSdv#@XP#?`0Q>TC$Kk*O=}(+AeZbGDs7ZGg3EKJ3KKJ#mHS{C`7EPpQI0x~jqFFJv z?89WZ$2+PHp<`{R*vV^s5SHD@EQFDq9FE7S4M;v8fK$>+5gbhP(3uo? zyReVqH2dZ5F4gR2-|jxA6jG^sJI^Tn=7{-ccLzBDj&t6sF1kagRa7pY1F<74lP?_k zf#26Pumo&larz2Kjf3t4ZpJgWns1vSeq2l*=SJ0RCRV(+xwc?&x#D7vgOP%{&PU*B ziLP$!oaPCgcQ-8&_m>#wjvEBl{>dQh_|KrGqz>tc8C_3xWv2Ph*dHwz8r;ayM>A)_ zAh!L$Zye+FsTR7VGuyQAB&AU91QU^hJ8|pS{&lWDOla(KbgLfzP~+p}@uZHD(V6ot zt8Fj5Adsr5_yLRxWtn>l@tIR!!p_n>it;bK!z7j6&RKhd-jN-}v*1NGBz)yP;lMw2 zem^W$#XnAHlibNA&X)}Au%#k~COE(gAN z;c=XvbB~{;cTCf@Ysi*JH0#NPgpKbRL6O@z#sTeHR8YYjV0*_0Af8Tsb=JuT2OthO z??L8uz*aLehobd~<1cV*knRL5j>P=V0m1oHojannP~t0-WUv51lX;N&VEX#j#(AfRB*d^ z+uuJ*S3hBtO9^i_uGE|oPBD(-`qKtd=tl*IV^IvMazcXL$Q*uk!ztlG$NhGsZLyUP z02erJ0muii`BzJT-x6{;rVPA-PIKyMGF->Amjgav@;UM}v>PNBA-DwB2RUuS6&uHS z9lp;SIUMBhzm0O!b;Od1OMt9bDZnGtA3v9RWf5GC+)j{yUC14Wa&z*fqf05wDt+F} zc-{2#6#Q_(BB6l7@SK)E#t7_3uboSV5wbHAsf|Ga2RZqk{8Okq70FQt_HWu0G_3wa zfx!O&T9mdBKvbkFfO0Y1aZ=d2sP`L=20yhW710;PlP%`NV>M!p2;?()Dp|y3lOc1r zg(s4J6~e%73<`OcK6LpkR24h2Gn{e$m0v8(CXy@$0~y2T0QT?Nnt^A{{@$l+p1hVA z+bL~t6nvhuQkb?!Ntj390CG>2kApPd#rbebMCjs zyBMRkDCgvM*vyeIBoZ<^aa#|ty*)2Axh`928hRhN4o>CRKSFq{*5FwgOri0#^Pb<0 zYhUc}VpZ36NF)G5$vcSq+-8?h_QBCHE1EVS=2GaBLSpUCEur%H$A6 z0Kw%+@;Rm3TiZZ|VMIvPva1o=KA?BzpOCrtBg2wL0UsWDu1y^aB12~1X=aqESh3-& z1tTPL$HzFyrvQdYKYQXqzW29j0Xp4(6Kr8&;#<=l4SlfFWkK3~g5g=}y%fyiSSBh|k5%Zln; zO(4R;Mi20j$okVcZQKtm4EHt7zyrbb8SW_41&+$jnI$DuBO8kIP45cCavgD;j2s$N zN}Y~2`X4%Xc2MPs9-F9uWXHJ_@JFaM;Gm({J>lH;%_!{Jc-#+e1#qbC_gCTNM2B{T z3%?ENgZfhpptf1>=~5J(pzu=}+zMExuIk%GP%eio88!V=hw9* zn=VFu??7qTX6r8exqj^#nf^%d1CEMp%W9{l|4%Yq0a-k?Fe7WarCe0-@z zPSOEfe0x&jWmz_`9Qx8&Y;36@dSfD?2IGvxM%7Thx#E?%NjU(K@Wn03V2keKxf$(V zRoKioD<2|%I)psDj!J`{A^KNc_J-N+wm3N5kEJEB7b@8xbBb~`TxWN@I2`j(f=g~J zMnLli&X*s&2`isob6zS=O8y?dDo95X?J)p5kLCt|M4L&OieL<4^c)g$Nq}?)%>!+|UWZ5GqQKKO^T#@PWV?1apvSOre~Reb9K~x~w;C zCoPQdr?=_!pb;^~21r0j8Rneuvw}9Nk9Z#3(zdZ29i)$1>&8mtkV)ho`2PS}mP#W@ zZx-$5BF&thKRR+8M1OXhRCyNoc?wMOOB*Q)Toa#gb56wBM0fW9Tj&_be)}^ZLPyh-ECX`qp*s5`! z=d}Qp>0%d`PUAfJ)2nZ|?K}@af2~Zon`C=i2PY&pds9xzPVMpGMo7TP9=WJNGFt#i z7$k6Znq}aV#2)YN$nG1Q`R1gU)0rd5XGVaK)8?_?&S}$m+^40KxP8s&Yb>;@)V<@gv&AV6q(kRUMdv zh2D$UD*!X=R}(WHGnO3WcONh9QRcP#M2q4Goe*bkIUg!u6?Xv0M}dYTgO5+nqRDLG zOENHSF;{>^Zr&Vg+nxd9nYcwV1MdbrmO_6#QLq&c0M62w7~RM@uSadXZN_qY1Lf)P zt2W#rb}AeUoPRf+RTnC(5vPj)U~t2?=|vDr*=}8--41!ArI3wzatQ9k;NraumrTkD z-g{#MKOc=Y?{l?)Y#z^Pw<1?4mHQ~PQCN=LqB-UYxpOP`8ESIO5ens+92-kH zC%Jup`~CTOJU)9o_V{d%&*$@gyji7SP8sQIjWoXRqkmK3LkE`}EBktj#3 zbV6pL@RwM&AQ-BNrr_orVMLQ1C|vzqm@wfbmco+;*u{+(*ZIN3baHp|;niH{i^X>b zkl2vQW6y|mo>WXO^@x5@KiDqnr!Un|<)btvkuDsZgHxTsWH=QdX;QIaf-&duREtq# zM@5FS3%QdcS126PKKjTUe;Ir(4>f->t=zO(*C-;KEO7FOB-sg6e{#cwK}UX?pNvmv3zD<=GE%Y%R z`smyy-Y>j0Qui>|<4U4ky-%A2y#G?OG%0J)@r`-K$gSSOOK&YTINvpR;VA zv{J6tC$y0M;4iJ`cL+jRpF3ZIAG@E96 z>w4eMw@X`C%TdLg%4%T&$wZRS<#*3-aFXHNL;zKaaDMU?iy*mitF;6VD))RgGh0VyI->{&v+^B?w+hjbv z*s{p$KjpLmNQ+pD*F?wNS-?U5iwCMUzC94C7t606fng0V+hJs?EJo|OYT?4!kCyilO1>6I3d94!Cm=0U12 z!p-gs^iZES^^S&xaAJPR_Vjx5YeB3ciW1G%m_t6bjutvREb(c!4%}L^tj=V=ay6ke zeqCeHDw6!Dg=JP{uZs1VF@neGO+BqoFW=`&)y=4>e2{9bSn>@i^=W&xBCvVjVQ@rb z^Fvgi7X8fWA=RGz;QqVOh|Mt!x%I@U1M&qX8 z(1z2{;eL(L4v|%1g%3x8Sd_8fAgt)f{$seYI={$p26M6< z2IkWRI_m(dFNDq^zC}QI!58{*5W!ZoG?%h^lPBqKN$eUq!3Ni4=EnkKK~T@S9<9n> znUxrPdE6$6%n1O?cm0@VN=&shWGW|c?9i&!GG=UiJa-4%DW7XKUW2yB{@jncWd(N+ za6}I`QIlpi<|K0(6P)+us+U|)n_MuVgG#fGN#2<6hj8D8pL7-XWg?SPONEE)CeObO z_yP80ZL6V%RP1sXNoQVhZ3z#^t|aeNwJHu{QrVG5bei%Zt3- zmq!u2)~PD>v4T&$g%?kxUtt9ARaGOETEV)QaLgM0(fqBN&kp9SXUH463Qh6i1*`K1 zAOJ!|FUjQXBAv!@AUl-QU8h@POkSZTBwa0xzn?wtKcA3~*f^ZTF9rp3Gq$bxQ$luc zzJK3o;jC%{JkX`?6*Hs-J{BKtp6NuU&|6m^xf9--b8~)8-s+-O(>#BuRP&p-OX1*D zAfw^@9we~pRCiO>l>N;iSKJf6Te93FG%Nkerw@7_zMd^n8vJqerOrg$0v&on&E>$I zaO#89Y<)i~H~RqkFB(;mIAu)A+Rh9zq@vWnU(-**$8P=k4`5fzBg-rdHSpfW6%btbN3SI$sR3H-tzb#my;?q z=(Q_H+IL-XNRES^%9`w;F?mBXf-n1JTK@f%{Ug0z1KPZjSd?<1;Ay1RdsX2dS>o?4 zc80^>vSjVKS8PT{oEWxU^9XhRaXn)sacKD-_VN`D#89pkFRPekNpMe!63Oo z&y7i_>5IDGmHz=)C>#ERiJdPGLS%nEbe(8;nlm>nHsqKc9i&Ny%Y@m_KfJycu)Ppp zoUZlK77f^dJP*587%cZ;@)z>lTxy`Q*5~gz=knWF!;JL+VvA)9z+E6sy@fhf<()QQ zPi050aGH@1AFy3#h1ut5)KL@SuiX!pFmO! z!F;tGTodfZ^G$9MqgaRi1IvtfAb=}YtM+;Hb!|&#decve&Uu{c^Q6ap@i0ftQ8Q`r zIysv<)=~54P)!&W3OR+t_saIU3xWaL2C@Uzk$xqC$Pig#I6we4Ox0r)=TIu>nOHKm zIvI{MloWni#?cGhOg5XTMabyDp#Ru!N69IpdvRfW$xpXCMFyTrqTx3ha1Fmm3ZOebm?H)L_^T(h^PZL#C)h0GcugD_k^` zXCyGVzcitdhpH1DaOd`oC%`dqpIij=97M##S@yHYLigU#w)FYynBwRgM)Bf;$t3MGlqJ7EE zorx>R(bZ2{dHy3BAOKk{<<5ogfA(KVGdsuR*ao8JLmNXbO~xlSK4$^-!rgDG#ux13$ZxyAnU`^+`-dvR{Z8 z4P;18yl&3`6ct=?Kpk_JxQZ0?7n)@}#ceR<2J9V9f+-zXJ5>(z8q97rGM+oJgqlRb ztmQni<9D3n{OX@V)JlHNBp5V^V`7a31*~cK|6(XLjB@;i)2TA%WEUX&{x>%fG?7V*UWvNrg_@PM;fBJ#?yaE zSTyAVBW+%GpEY>{IT&jQT$0H*$KQh7H|oncS%@H1$n){#OzFitG0_!dnd1l!l_ah_ zwCJFK2Mm}j!*qR`#JI?1_I<@El`VN=M9qnawuOO5;P_%c<}-~DY1i3188KGe>kUeB z);?Q*5?mn}4wwbZmK9Q!PHv6Dx$=XW)qWhn7a~~*Aq7X*Y&ZD#^lOJt&o>;oJl?GP ziC$!A6P~G6yd$WyZ(a_aj1ssV=!0~<;9z7QPzOvRU=v>1#Qz7FE>JM-7I3uH93Zz* z`4<{%g7h6jlKJJyq~B-^HNmygl3BMx=y0$ama2SYS0f*wR>hN~h#37EY-P(ft`CjL z5T8YlX7^xuk!vb_O86W^@HWE(e}^P#{?Jts+Wx#5LxDi5X5-?AMc?H5z5b9&5l;?Q z-Z}vo9(QO>9GqpD&sPj0PK*~f6t}F(Mvrye(yM3LNoDYc!$FWJV}h^U@$^>Cdi`6< zyT^a_>mzQ-stks+g$MO;utBePKjbi;qhOM}%B=?BHtU9v8ph&@dmE2G-6t{9@ zZ%Dw|!=uRti~A6D2EOA$GT;JX#QvVzKzg+Nw#e_tA9-eP3@8;WX|BnD89CWF$>6?w zu@<-*eFRzBpxE$nbHM&E>#+=Wq`Fu|=IR6mBiKxoEBuj()+6@!f zaUQt|cR#MXx<2>7O}doBC@XVt>W|kKb7nZyIfFNk{uL4QS>}!0EVVa7rIpKJaL^bG zemG@0vN03!vfdY1?Uq~s&9OGwkT%XZ9Q*KFBaA*U*F!3s;D?;&{q&Uv7z{a?ts_$P zjXeo$mTI#Mqhm{DzJ*{1jY^BQO9I5tMa;JcapX_Pa@bC-6@F`02XDZ&LuZjzaevPq z)qeIA^gZartJg^^G3h<+nz}5Gd%A4iC5*%K#p=6JwFf0iP1Kx!KQ%1#zXfg2>Y=KF zPUtP9*K04xitH+AncRBoiwqir9CEC-ftK~94k|wWr301mjYm__J2mXS$zSVWr!p3D zW^{T}b%YMmL-mi(6YRafe1GEsU?!ES8|88{s*ywZ?~FF$@7`+uJdVsafhXa(tZqD# zsDHU%2Tn}1S zgbe`Ac)RMmgwu}S9#1(>Y_3Xf?3>))=H;Q2BkRbJ3rQ>x+h}jnh6Yz2`#*_bywAIh zqBL$ISabhE+QDSF;bC1!mzNI@6AiG*s`&?3-)|ldz27yKVK$&TbXT#8_*0~ZzT(S_^(njiRs|K2J`RuN5t`TW94_P;RI3&-kXQx(EQr z(umX>e!pu)eZob@ltq?A7^t^Lx>KE*V$u}?=^~S0by3T4G|@Ieg2Db~99(Ej_!;w` zyP0}JA9{`YmpjQ*LLJ{lk`{$(I=~SbxEuj@I--6t#)$(3nY3p=~T*GskZL z7&98CIsguvA@VgU8;WgtGop=8Dk`GTN5P~vRNLPp%i`PMmSxNd>Y-MQe&&jc?rkMv z2qS%sxc<7)Kz)#p9j789;|4&m=es5UOgZkV&p+8Qd1D<5sBB~Io;4=O<2J_nb6?$x zw^?DRDFH$cJw!xaR(@UUE4dfDJ;~ow!$>*WmToy_Z^w!jefSXm#=a<)tYKnQ`Wb&R zz4&77XZf5AX~VDd?R>b!fhEW#B5gGIMEaZWnw)o4VVwA8f5556A;!|FwKcwsyC~5v zHHe%~2{A7iu=3GuQH3>jwxmB%dE)({A3Fx#NS3py(%~>r=?KCFm*kRx0u_VG2HCJ4 zQUGqJW96)=LP*(SqUSY30(1a!L>9IlWE+e-chAuxcOOof^fUZuslbnQWUS67{yEFw zsVz4BVdt_V?ihIe@Z6r(-7r(}{BMgsJF@3X@0c$M$8{+R*zl>&WBi831>s0l zM6x79I8z9yhwsmZOH+lMO023j>?!SL@0Z9c`z8(K$C&9{_f*HED~WGeE`hyq^?$oh zye#1_W78Y2kig%R{qvWz6ywX2$iazGQao84B4Qesr2!80@rtmY5j10~rig{L2hQXG zNEIWZ-)QeB#B1gP`T;9!WyCOpB@-znJ!f=Ha(gXU;Lqn2f9d?Qp4_RvrsBO(|R!X{?lE(+kg#A=RaQ!XwE` zw30z-(?)~W?$S2svA63btvR!Z_esCR?+;j$5oaHpjsY>o)I$TQz|s=>*0}M8Xz){@ zLiDBcnWx4_jz{080Z}n0aMf4&H)miCw>UQi2jvh5pip%}k+W1_ieE58@@N)PvD-~^ zH+Qv7yn9gz*gi<5-o)R}d-n5P&%U>9tT!*$@Ms!B5UF~;VAXLG8- z?@ezsw6(UTuDrkEx6>DCBM^MF=tFNXk;d@p2?mjkK{?4h9Y^`+eEL+2-?%%Z_&Pw- z%=4Fx->TK=dlP(Z(>_JVB-L+)yhQoG-KK0nKQM=1V5 z5x7K>nLd}riRKD>G-I8#0+5{G&oe)lS*jH$#-hN^^=yHqH$OnV;<)D^88%+f+&=Ym zweLM`zPB;x@%i6RK0`LdwADGM>FciUuA0%;>)!@X)DKm3W&;`(#ZTJ!NiB3Q+A#+BMmawO>Kba?B=LE>fqj*T9V=X5K7A)h(wPcnVb{gkTT)QbXa5X$QS`Fo4KjMmC&C!`Ax6iORrEXzN=9xY@Na6K~sw!`?lmBkp>FKIR)*Y;=a z&N+un(&@<#DNa3ZT>lsB%hI4!@Iik6TXR{QFbfSjNz~{jBOvs}^u0@HcWsTNbGjU| z1O9E{T!K0^#<@Nlqb!wzd>r6G0m_c4o$Vmz_jzr+5>BY=RJLu$6+!AHPcW7qxQIup z;37;|V+Nf&v9}v61d69;L_4tbgj(fx|H>dlSVrgeG%|p2rHfm%Yq`p3#nAiokv+>9 z?>5*GPaEscPMu4u@7fxF#|E0u^`*}gZpYpP@qi~L(Xy@)Uuiv4sMxHTEk?oIe|y!@ z;oNo&1-CiF%2LJ7ovwQ$xfCAROI7h)7yz8gmO&!fLMP@v%1qBzI9HUTx3(*i-G84F z96XZXdzDVbSH*LsfSPLqI?kHrPFApb-=zj-1TZH|)`54~hU4Q~<|xm2p0}?QIKQQ> zf}W?~)n6(yFQBkn<}V$NheaXSh=edHLV!j}I~kN3*7QE{hEChQnWC|zP#5ZcpQf<5 zz9#Xt5TUdodMMYW73$KA)n-!(H!P=5ZmwKg%DGY9BU&9?nIJHe`(ai9E2Zxe_0}b$E1}_2f@%`De9(Yt! zvjRHt5p$%e2u7vW*ayaU6C&Zm=<2rJh!xu3N_MffnSBgF+y&J{KwQZ9;uq9}Viz0mm3 zB?;LE9M5&?QpQ(=EsY^hDjRuJp4{;%PYi!i=Hvru8}e@ps_a-{}ZF9Sg{pQe*1-H6|q3(%A(lJaYi6p$D3U zi#}wwpg#1#w-#4-*1SUMm}Vo@@CPSLvS9fR!2HQ|OX*E!kT<@&yeAI+%zz4;FV%no zlsQi_P+@IvKRh6m=)6Y5VkGl*HfU$x*%p=3WB~sAfq~aN|1hxWyx`uQLt3#jW)5a^ zm2D#4c3~yBzgB2l)$kol4k@op8H1)%=hr7+iU+bt1=JyP_3oQy`=AB%8zeb&z4c32AbC`4KgfEe&T zI+`lgSbex-1rd4+15>rw?s*%Y$#)$J6!Vm6ykz^;8%PFfUA_UZX;m=q$vyG<;VPd( z3K)2>U_vg2i*BPFtVM;dB_K5}TK0fZ?)kj1h=_hHxhts1W&l7PgHA=EuprI$y$S}G z1+XNP)3{cOQSpLCse@(8pnC^C!y-n2rwI8GAv)_w($e%Lf7)$J!1}?!+jAp{aNKYg*S&on~)?FW0A4K zS2i~+jdoxqElaZsqEYKkUX+@MDg{|A;c6?FyKH`n`k6G;jb*_^@}3u+FElFk@7H9h zY5GF-)fYKatiwKXyO({4NEIim3A*EL-d#W(GVutD29fzUp85rzn3r^|k%f(L(J7v%bdiCeo0WPTHB zuz^XYYEyUkqPzj0H9|wztzN+t1?bXDDb~L(+|PJSRY-A0WWDjpDy9(xg^v9(3iiID zt`xcu>}w$N;!_iM+rd=m2`B5}?P7ao6=8vkH`~B6_tMtPy={mv{Hl^kCes^~SnNZC z)vRNVN71^pLZNij3s?@Ps3k<(gs$8!l2wZYTNJyxFcx?1H+qzUR<%_U-`t}uo-w`& zH3o-^TbB3%HuiQ)!t#j@e{U)liRV>;LMA=(#gFN5Y#BJety;wcgIhHn01~kc)NJrL zdtB0UlE%p(&U`>QYra=dHw2rlDe0~gp9X+Db&0}-TpQMD^FcNCGkNST3mQ6Fw4CQ2 zSd17z;(;B6O2$;ZIy)kNVk6 z-}$dBElg-c*#79WW5bCG{6pb_UcggrV6ee~Tlvh_*Y*Sq4=JN6x$ zg6Ukr2nbL2a+wZ`;cLjY3bD2}!)CgsVlIa)35RCh#{8vx56`yVNVTkO5-JA(LQbXU zA2MD!d3CQaIbIBZ2|Ngp*5dRx)135R5YRqyOuk;6vo>Tb&>pd=vZ)?V{|r;af@Ho1 z8pUtfGFv_uBJeE!gzLid4E$EnvpGI9wUb$^zv$K<_A&K5r$mw48O_q|AY^-M1%)?$1cXom-U|zAJH=O2lgl5&HFs=XRBJZPK~Bjo4m@Xl1BC zgKB2pZ4}GRoELQ=3Wp0XVnbvT`i(Gcl~9_|t`PCP)Xm%H7Au4X7r$w{w%G<(bN9?s z^OZwh(wkP}w=(_1gMrhN;1ZuNrWf*i#2L)8r#Y5_JtAhafa|y~O6{02csX3YS=;wG z7As;>!&@8G;O9EOnfDt(y>>;KJWqh8rL~kY5}5;KKE#X~uxvf(4NgDj5JC9MH~aHm zVxPDbc+_m2{G+W;T)awwOmOZzY1Cspv8*v5C0op?_Ttvrgari#;H!C>odhKH4?Tni zfwV&l0t(HQoC^`Q8~`R^(Cg8UPyYxR&F|GzB7HXFJ0(EhLKoH^YX4UMHe-J)P_}@X zfA}2j(02Il2U2&XgDH}?!b>2E45b_;omUN}C_ONJL$CBxZvf&)N4bu^^Y{MSXL`rW zyD$`V>zYdWO>@ZPSoGx-U!uQU)8wWz*#>H4Hp9HgVrqm@9iGG@pw}yd$MB z@Ht%hN;m8a8hdo&na^32B;|6cRhk{3*0~-Lt5I27AlJNBn&!P3F3hgP6LCsErK+w~ zqpbb-X8S0EoXTFMwvX!L_mgPlH0E-$BGlV%IFQ_SH_xTo7~=TTB)}w~W}`Z)Anx^O zgVFP$wR!jEL@KyDxknOs{CyMur0VhhE9B1LV{b+D3B+S!c=eH5@%#FK1=h0Oeg2zyigV!+^50>!uLB`_#ULc&BF;xg-t|SgTgOCIcpHDF)_kqmcAJ`iWuxacj_rHm% zxFZICc=qi^tf2d=@`br!Ki3Y$irE*R)7W~zGBdmD!G|HVsab&>@do{LX{XM?W<_)1 zl2a+jGsT2kLyN#MltGSf$>a7&{pEq))9F}aRk*{n&qrYVa=u~Ur#xK++wLeS@QE?y zOt;K_;TC$Z%nM(@9WLUzq|dqb{96Cp zt3_1!Z-XCAB>9Eb-iU=<%Wp{CctZQ7c&0mdc<%LoHV}~LYzWRV-(qp}k4UmZ8h;|BeqJRHv-O`%&1Q6*9Hi8eUEDl4Lnft*@c&k zVdA7XF6Zl|(;Ap?XlqOykZ-?I1&v-RA40b;>>z_;^e+!dCE z!mNLfrmQkQXUe9cny;8+!G+Fe+G_sWV;R?!gZ$6qxBMf~2ju$Q${DE}aSq{1MAVH> z<)u&K>@$Q+8C5!tUQCrf6@Nrie98OsZ(^AjSaCDIka* z1xTXy5yBbYKb%hg%pS`U${MSo(ab0a4Vy^Eux>?x)bF%VV!i zldn$3;YiOfUP+9sCi}ZOdVp(HABFwy{}sGc=OxdEbG-;^(`>xSJ97^BZ`9u=jM(}s zO^5EsfTY3$&UONlMe`RfZ$$|RZ%@zDK=8BlNlT*!cYAgzA`qXGnQCBTo!GwmHpxgP z@KEE7($=7wIk33YIEoe$x!>V=g#7tGg8||eagaa`jfn?t>)mV6 zF1lOClbu6bkIN5198>*U`#LdJnG1%Ss8vSam4MO#puBomrFPBu5s_>OlCdetErT() z1+cY}+@Iq(WRbKA1cAs4cqQ9kY0)NrxYN;T@dMtAm6l3t zxf5x3TYtvtJHkH~^y61?_ff#+X3t0fNw)@w_LJtiTn$;|UrfFpy8Kj5H+`Pu=T#Wz zyDTU$swvYu@ynvpPk>&|;iywnlDKrXG2o2ZOfy63znleL7!9Ov2vgX&sZPQntBH~` za)HG3i?E;UtK=?>uX@|V#!8WMyC;vM53oSER^Lj2$uD=8TtCF#k!48RG00z>7*Kco zo-cuc%0%8Szx!A^u8UOw*+So-GT00<9eE5;2P}00HL|Y4#HoPf#5;e#`hKtd;-+Sl zDX0>~H!eL0#3i`BhasdfJbO&bIZ!R>To?E##>}UOW4mytX>mf%FWJ(OR1gV>6K{YS zn2RgX!3B9n@Ih~eu`Y8+g9zs37~Gqypg+Z0F4$Cv*pA#;OK4_OMz}Y=qqkBLsyK^QU9JPX%&h8ect0YC^F_G`GEhfu_BnMs3dtYi}MV>63#-{ccE!DVxS zT8%G#txv!JoUrtodWxyjsln#S^Kphzt!VXZ#0W2|%Vt_rl1gg3nd->XTN)23CC)~&Us9j6T24>1J)b(pG@u+OdoP$5$l-_9qtX7r%Ce>GE# zzEZy&<{Q`YJzHrgZf_ohIG#Mdc5(X8kPcbP!YJh>j&qM4dM z-lh>Kuti;Hwi}fE7zM#c%tcsVy7D;m(Xzo!L**h}E)Hw%piTIxw8W4wQu&AUKPLy* zx^BzPP-zw}SOJQsMk}!ST=6s}v73yS`I!|0)!; z0!Ab`xzI|uuxBVse3`YYOIm9 zi0m1*Xlc^8*xtVmV@9D}T=!f0rnBL*s5A^LXIUu{La2 zmM@6GVE$$c#&i260SHSIFg#qpc=fu&%6)OEe6aW3CKDcHHq zlG;bw{oG55*(S`QG6XH|6)zig9YhLMh|i3@Mn=)Z-s#dSZn_D;DZURkE=X8Ayx?{KJHV#;eVZQswl7h`7VcDWvP zfgeq{vgIFG!%7d2T&$ZWrak8MXdf8nSsS~O!8eFDjCrJtW^v}vF!%qHu%2?4WT4(_ z6W1A@9OQ%C=6a8aJoEx4nS^U{y?80I*QZ@n34W7UM_|&41qX_68w)=$c+;L>ouio$ zD{jgEA_92Aut$1g8zDBfu&)Nf`i{E5x_5xeuX(Qo0H+z?HDsd%;;zLfGUVW}n=XJE(b zHF`eOn?qP-z5|nt4Scf`skX z+Uvvm3cXP(dWfXvp2!XZxAw{Uw5@`*`%3Cci75cR)ONARN1n{!-pi#{|e%a38 z&4;Li-&bDj%RDcd>Og@K(-$>x`0bObPLn1g)<4l*BH+5b7Mc5N3EhZZ5pp=JGi> zSm0P9)A+GI_{{#{e}LZ=S7yID&>yjG3G`xCi zM9L}ek0amJRjw7YdutXnpXWv;5p}Fa6EIEMg9M})tD%5P`1$MA(ybbPZRAz}SE60h zw+DJy%24$!)ahGc;n!|YR<;J-8Gh5L+@5~eadqzMxT;lez#8efFOp0-Cub~0QCak- z;$A$r?`(5y(BD_drMQS_U3ZIQooCxM&Sa^)%pL9njOeD*=m#j9w>1_yzFW7}M1}XD z@;=GbwsrY!^hj-%i~p;hGy-`okBSSK2 zfo=XtvzO0g#vQ_-hR$+hmsW+3*oRE^10Tn9SDfdC?{{SNiV&g|w9Xc7lpYTvy%LXHTu1YNva^7>o-if)so0UirjrAG_uXElSj1Agt_l5yQ@(^c>p4*GYn(GIUm6qLu z?>EoJ@Bh%B_&Xfg8=R~J6oGJU*;qci()FB$9m+(BA^)W>1WWg>i#L#yO?rkov)4NO zl8;sT+$aZIc)gt9yZ0L2r+WRX{=+R8w|DYKH16LBXgFIcm{bp@PIX=MoHeKw zy`wbnj%BOwZqv8_0F4c=E7JZ%nYHp<=$gKzhMQlNHs&{i?{^V2YCrDlBs9iBk%d25^3#*|=!%mkVG60TJO`;4cmM!iTYc)z(B|#Ys>-OmqegDfw+w;_s8$rZxeG3M5kDCC z?_CqSisk&OcIbH4OufmWp!Dm!l$j{z3c%sQ0IGoPg(oydD;ZB0c~u}09l|a-flls% zGyl?3xLo>l&sSxsW!q6(*fApkjXblvwjJdnqF>zw>antNQ@JyHJA8*>)K27x?Hye{^r|yyK_9?~ShR#j; zJm4G)pBx-Dvx_1;*)UOXwNcuTT~$elhO0BlX>)L*1x3Wdu1yU(H8I+G{6vQMo4Wc7 z#=ytC4=;OBo;+0q0V4}t3)b`)o!wl24iQrP)KZ2Y0Jg*%eQby?f|3)}q5fxLvTkO& zbR3qMmx%>Lf7HAy^Wfy{sgZQvB|$J5A=*gzI}-Fsqy1dRbBqO*t2sdG!HZX8YbHs? zKzyk@{;6+FWN*!cqTZ$s@Z)kuF{f`Nj!y6O zJU{Uaf21$&YpGj+^w=xgwu2%+P&@=wca{bzQAs5C91o^{(1`rYMV#dw1aYhoY1d)V zv^_E^Us2=a@yDxixk@wnfc@&KIoFG#5l7o{T*BhBo26re)e0)=%>HTxi?nNs`>|oJXpe3N0S;}&-EI-Z>#2UN zz@wOUfvl%Eq`uy0` z9p=8X;GtMs|4Fx0EY zwOw#k#;Mq;Er$AO{Jleh#41}4H22@uC`z>m`eIpfO5Dm_*=U~rglQ`hPwWvm=~Dy+ z0y;X6IfJd70)=`QI{T%k1QivvM|HN0bQSwTJ_;1_C{#wflkScEELFT;zj>|=%1h_F zq5kVV-7dDv~Z{~=&g=BS)niD z*P*u^kg3I1^msp{W>xC~aqZSY5^=#P>GaqV0rGk#v4zUds%W^+OPaibw{}(UNtW^2 zhxj<928)>3il!T%hvV&Pj7AXyWjZ8QxAm|#8Xc|mp@zUQVae;C*}c^#pLk;!?ip{D zqRavtEgnX{3CO<9L%Iq-vhqW*FeIa}W8zW}4OwgP-!j~ag(2L!w-WB%u)4S_=N)1hagV`h@6aW=zjANpqQ&JN zRs1~j7w0QIE??;XY%LkTE&YyE{Ty2lqr>eq@zh}EzlWS&$EIR^VyO&VKb1{#jUzRD z9jD>DgMGp}-8Q9Ts(}(Y6QA+Zup3h6@uT*35RX>3u@%d%KjpY-l3c!ky+9<-vh>*l zGek858>^nt+=T5yU$Q(fwNx+lfh*(91|nxJDlr5pXtn$KC8i!-?X!%g@-Qf=(1p`xu{Wt z`LZenRkNb}e_l@%R3E>2wtsTI;d81_|M)bC%X?!Z|FF2QYhdLc%ip=?$#v7&A|t+Z zV>`YJ9FBauki&dxi~h}H_1H6*%$J@FJdq6(HCB5xd0)O(A$4{+XgNjzs0x52ofQhB zV58-sdHGg2-v=91+K5S^JrQSoRnkxTe3S6>kzW|!I=XkrlDEnrbdrF?QIhYH?-ln} zG<0Ic89&ekYHB~_bf2_nh*h{O_mk@=fdWiN z90{1Op(TFPn9XXmhAV!j^2#~;e3w)cN=tCS-o~vPzAi2w-O&cdVH7&mv-I-0yo8^U zuYh8T0Tk{Vj7kgR1>A<*ewc7&4aN7 zUvZ$Xt=BOTnxr9e_g>WIN=uD@I5W$^D*kHhB{>#^WYPn=!gnmWF+#LUCNs#!dmtZ4) zvziRR>qYrAr~3fNTmJY%TOq3?rKHavHUlV*q7d@vTg1TPb?QhEaXgWcC}hOMB!!Y} zD~mSyZC5C+4&U0Q`?N%*tc5nFg+6~EG(b2G9XX}G${C}-bjNcdvv`Q3ZNrg4{e~b! z>2)etsLk@+Q;3Hr=<87k{nzt_f4c{`2uw1}lhb=Q(riR+2a1nxa#v|YWCQkXF%QBd zb7&bbV4zUvwv4@$Nq2aNPs~dytP9#Qyhia$-5yJE)>()k75u37SQ}Bc znelh=CT!~^u#8Qq>Ku2r>(3taT%giaU*j56`CcPeBN)IRM9Ss|PhYwAwaYFoV&+u$ zT220*7?Q^2FG09nz2$FQ( zC@Y>>M@Hpf!d>^(<_F`}g%f16g-UDi}J-X(d zM}?t6tf7ApHl)r&4@B7l8uiClPMO(1!9qcio4gDHA2_!|3^8!$P6`#YU2!9&cP>ag z`2*d@cy2cTcmAPJ<9~osw8FMY3=onwsCp3JLWzMN6I;$Pf0jgdD_~mbEr`;Dz~Wpb zs=x!;B5jSApov!1qQt_64JzPN%FfeZX|)_UfxCPc5F{Y}{P4u9C=-E%xB&Ocft3;_ z5v}dAvk~WnhDr=Bg(-r(FVkZ5_9Giz(#DwI49HUppvwNc{3GMBo#?2aS_HyOi3;!mLbXQEk&!Qs@fo3EWuDxOPXpeMPloW zrJ@&8+S}N==n#!6v2<|Tsv-zs(o$M9LrV32{yo3%`_6lw=Y784Ip=-fa~k4s+=I4H zJ7Q+tw_A%tkLzHg4p%bWZkd86$o-_4&E63L@5p(LG$q9pGFz11nRsAcBW*;Vye@Su zng0nH+Z`i5)T`m4O@Z4usxvDKB`-?~tw~UAU}x9n2Fw=T{8m5NC5SGWLu*^PGF?TR z_3oj2i;Jjcz0>j~nydUj#?#1fqbc6N&2g)wa9EqXoDpUPqk7vX@ZQ|k!PA~uV_hK9 z!0@gv!d(u08EPuX8h$!^WSN10KA$fx7WbalaKM)G7^oGNjwH5DuR4cN8>4-;`l(b7 z^-cZc`&mfbqw<gM#nC z1EwxUW)<8zR<&GSWKHyL=^Zq8uv_k-^V40+&@bDJ`NvPm)fxQfx$4YICQ=5`sa`@> zs{92rx_++wS&qpF27qCU*M=y`NjoEPL}*12Ia1n-@q3OKL# zDELN9SCCoQjGL9a2d@1l-5Uzxl$Sa7k0DK!KZO{l;I+yPIr{{V}aQFpM^6xb)L z%-gxO2y>?p-|8tIH*1z@5C5g)DJkg4rJ$ zj`D8;+iChR<`b57O0w_)g@a+MI}f#;$j2k4PvR3QH-wos{g#jdo4lIoS-L)G9r=8T+X!A(EM<9{OL6N&&sM4+1zb)Dz>D_5~wK>q@#xG1VohZwzWUsk6W<>{wPM zN$S`^|DHUO^d;!t>rTxz_l~N6B@*j8T6`v_kOudUH?{w9%lziMt^?%Bi`T`yDU9LS zTqV2Ae4k@EAwO+woDeodvpYHG+lb1bSC}=9SJ4XBf`%grYloIb7jx{ylVpw7vrZ{j zqVGV#nDxJ077y=_en4%+$Al3w59_CCm9jgPGE_!I2%&o`UUQv*)k zXwq81%+s$)jX`(qxNb@B4E3z+PD7F|e<@bIaw0akeuy?-!Cq6JXHm5tvPA(>NW2Ec zDz{0Max4<=*KtDgpLWV^IAjW?q{HWUqI(LCGrc+n~-l+akzQ zI99!C8|bFqweMOC>jj4j8t$Z$e=M;>yT0R@(xQs_8FVE(7xG<6{;jeCZABGGHHJ#m zwaC$1L7H^Q--tr*+`bHJ?c0125w|@Z5@cLvXW@J@KEFmUZ`&O}pJK_#bHF>E>^wra z`VAC(XU`v61>T?*NM4nA<0Ig=0Q8ja&l<|?5(*p^sH-LPk&m8)Q(Fl`Qu)C}r5bby zZo?77^wcB;&dk{*+SW8WdvcxQ(SVu1)c5r=@b+kze*0!DYF|JRExKDzBIsTf_91Ga zt@>gUUDp&`LTF>4M{`+AmSIn)Hxi8jtsi`TGdS=sTLShYituS?bWv$!VAuwF5mz-j zTeRiOtzIw603h|d>W_CoE@aPx`;GZ^J_$3ej&Y%l0pR>K29#pj!6ON6nd%U}zIU=> zA++%*#1Oxr6B54dkn28l>F{8`%dYianru@4pwO=h$oAKR#Rn1)s6?PU-O}%hsw*qQ z3TEhw^@Q~-H^bde_?aX4`Q1~;AcLZm)6)=4+%SBnbWv%42j%3JToSr)!%%V`Z=!|q z^5QVS$&#& z)fm7|@Aab;9}>KOc>dzu&i4pi+Bz^adjqTWsK=_H%8Uz%#@CKV;0@}L z{%+FM>PVV>9G*e<-xu4?(P9kQj4o!nQ1atFnw45291YfOR%3}YSOPG{%=)>@&tV5E zzkx0!T!5-2OKy??vq#mgUy6+IYjJS&mOatq5tDmhNaQPFnza~iN>r@7I>Nd zi!Fjx4`-w(kSPYPfa?L3L8uo4|HJpGw>e+6h7#VwSU`9oRrR{)#6ZoN34QG^4BkiJ zu`{0W-YvvOy=S;4n;WT1eYso5C=qMXQnukHZ$K2Y0qqn-*DMn7#jp>Qdbth=f069LKJ zNw$OoAXGb4a6(+=yp93jxB`O%{%d5b@5r_kI4b?&q7sJ8Zv$e=z|CC*TG-v*BZx;b z2A8tFxhoG3
    &)%LNW@*+i4yC5$7*%|@BI^@cy?<2g=PJ&2lJ3myNhZ@(P|85FJ z8*()PJR!e{56i1=P?Rdr`#*))gR&qaVQB#0oPQQS8pFoRF + + + + + Philadelphia Vacant Lots Transform into Green Spaces + + + + + + + +
    + + +
    + + +
    +
    + PHS LandCare +

    PHS LandCare transforms vacant lots into green spaces

    +
    +
    +

    Introducing PHS: A Citywide Greening Leader

    +
    +

    The Pennsylvania Horticultural Society’s (PHS) Philadelphia LandCare Program is a nationally recognized model of landscape treatment and urban revitalization that addresses the widespread challenge of land vacancy in the city’s neighborhoods. Through partnerships with community-based organizations and city agencies, PHS transforms tens of thousands of abandoned parcels across Philadelphia into attractive, well-maintained micro-parks through a process known as “greening”.

    +
    +
    +
    +
    + +
    +
    +

    The Problem of Vacancy

    +

    Philadelphia has approximately 40,000 vacant lots, which contribute to weakened economic opportunities and higher crime rates. Long-term vacancy often involves complex legal or financial entanglements that create barriers to redevelopment. These properties are linked to increased gun violence, reduced neighborhood safety, and difficulty attracting investment. Prolonged vacancy often results from policy misalignment, flawed incentives, or deliberate choices.

    +

    Map: Red areas on the map show all vacant lots in Philadelphia. Click any red area to see details about that lot.

    +
    + +
    +
    +
    + +
    +

    The LandCare Intervention: Cleaning & Greening Philadelphia

    +

    There are 12,000 vacant lots across the city that have been stabilized through the PHS Philadelphia LandCare Program’s “Clean and Green” initiative and are currently maintained under contract with the Pennsylvania Horticultural Society, funded by the City of Philadelphia’s Division of Housing and Community Development. Each spring and fall, additional vacant parcels are stabilized and added to the maintenance inventory for the following year.

    +

    Map: Green areas on the map show PHS LandCare sites transformed from vacant lots into maintained green spaces. Click any green area to view details.

    +
    + +
    +

    Targeting High-Need Areas for Transformation

    +

    The Pennsylvania Horticultural Society (PHS), in partnership with the City of Philadelphia’s Division of Housing and Community Development, prioritizes vacant lots for greening based on factors such as proximity to transit, schools, and business corridors, as well as high-crime, high-density, and low-income areas with poor health outcomes. Lot selection comes through requests from residents, city departments, and council offices, with final approval by the Community Life Program (CLIP).

    +
    +

    Map Legend:

    +
    PHS LandCare Sites
    +
    Commercial Corridors
    +
    Schools
    +
    Bus Transit Shelters
    +
    Trolley Stations
    +
    +
    + +
    +

    Community Voices: Residents Respond to Greening

    +

    The impact of PHS greening projects goes beyond visual improvements. Community members have shared how these transformations have influenced their daily lives and enhanced neighborhood safety.

    + +
    +

    📍 4300 Block of Wayne Avenue

    +

    The Nicetown greening plan is the result of many hours of community-driven work to articulate a shared green vision for the Nicetown neighborhoods, rooted in the aspirations of community members themselves. PHS and Nicetown CDC led the planning process, and with feedback from more than 400 residents, the community identified four key priorities: reducing trash and litter, increasing access to fresh and healthy food, reducing crime, and creating more job opportunities.

    +
    + +
    +
    💬
    +
    + "I would like to thank the Nicetown CDC for helping us clean up our block. Our block is primarily senior citizens, so the large pieces of debris we had trouble removing ourselves, but the Same Day Work and Pay participants were very helpful, and we appreciate you all. This is a very good program, and we all hope that you continue the program throughout the summer." +
    + - Local Resident, Wayne Avenue +
    + +

    Map: Click the Wayne Avenue marker to read the full resident testimonial and learn more about this community transformation.

    +
    +
    +
    + + + + + + diff --git a/js/index.js b/js/index.js new file mode 100644 index 00000000..73959fba --- /dev/null +++ b/js/index.js @@ -0,0 +1,96 @@ +import { SlideDeck } from './slidedeck.js'; + +const map = L.map('map', { scrollWheelZoom: false }).setView([39.9526, -75.1652], 12); + +const baseTileLayer = L.tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png", { + maxZoom: 19, + attribution: '© OpenStreetMap contributors', +}); +baseTileLayer.addTo(map); + +const container = document.querySelector('.slide-section'); +const slides = document.querySelectorAll('.slide'); + +const slideOptions = { + 'slide1': { + style: { + color: '#c62828', + weight: 2, + opacity: 0.9, + fillColor: '#ef5350', + fillOpacity: 0.7 + }, + onEachFeature: function (feature, layer) { + if (feature.properties) { + let popupContent = ''; + layer.bindPopup(popupContent); + } + }, + view: { lat: 39.9926, lng: -75.1652, zoom: 12 } + }, + 'slide2': { + // special overlay + overlay: true + }, + 'slide3': { + style: { + color: '#1b5e20', + weight: 2, + opacity: 1, + fillColor: '#388e3c', + fillOpacity: 0.7 + }, + onEachFeature: function (feature, layer) { + if (feature.properties) { + let popupContent = ''; + layer.bindPopup(popupContent); + } + }, + view: { lat: 39.9726, lng: -75.1652, zoom: 12 } + }, + 'slide4': { + view: { lat: 39.9726, lng: -75.1652, zoom: 12 }, + multiLayer: true, + layers: ['phs_landcare', 'Commercial_Corridors', 'Schools_Parcels', 'bus_transit_shelters', 'Trolley_Stations'] + }, + 'slide5': { + view: { lat: 39.9998, lng: -75.1501, zoom: 13 }, + specialMarker: true + } +}; + +const deck = new SlideDeck(container, slides, map, slideOptions); + + +window.addEventListener('scroll', () => deck.calcCurrentSlideIndex()); + + +function initialize() { + deck.preloadFeatureCollections(); + deck.syncMapToCurrentSlide(); + deck.createWayneAvenueMarker(); +} + +document.addEventListener('DOMContentLoaded', initialize); diff --git a/js/slidedeck.js b/js/slidedeck.js new file mode 100644 index 00000000..32c01731 --- /dev/null +++ b/js/slidedeck.js @@ -0,0 +1,462 @@ +/** + * A slide deck object + */ +class SlideDeck { + /** + * Constructor for the SlideDeck object. + * @param {Node} container The container element for the slides. + * @param {NodeList} slides A list of HTML elements containing the slide text. + * @param {L.map} map The Leaflet map where data will be shown. + * @param {object} slideOptions The options to create each slide's L.geoJSON + * layer, keyed by slide ID. + */ + constructor(container, slides, map, slideOptions = {}) { + this.container = container; + this.slides = slides; + this.map = map; + this.slideOptions = slideOptions; + + this.dataLayer = L.layerGroup().addTo(map); + this.currentSlideIndex = 0; + this.wayneAvenueMarker = null; + + this.layerData = {}; + } + + /** + * ### updateDataLayer + * + * The updateDataLayer function will clear any markers or shapes previously + * added to the GeoJSON layer on the map, and replace them with the data + * provided in the `data` argument. The `data` should contain a GeoJSON + * FeatureCollection object. + * + * @param {object} data A GeoJSON FeatureCollection object + * @param {object} options Options to pass to L.geoJSON + * @return {L.GeoJSONLayer} The new GeoJSON layer that has been added to the + * data layer group. + */ + updateDataLayer(data, options) { + this.dataLayer.clearLayers(); + + const defaultOptions = { + pointToLayer: (p, latlng) => L.marker(latlng), + style: (feature) => feature.properties.style, + onEachFeature: (feature, layer) => { + if (feature.properties && feature.properties.label) { + layer.bindTooltip(feature.properties.label); + } + } + }; + const geoJsonLayer = L.geoJSON(data, options || defaultOptions) + .addTo(this.dataLayer); + + return geoJsonLayer; + } + + /** + * ### addLayer + * + * Add a GeoJSON layer to the data layer group without clearing existing layers. + * + * @param {object} data A GeoJSON FeatureCollection object + * @param {object} options Options to pass to L.geoJSON + * @return {L.GeoJSONLayer} The new GeoJSON layer that has been added to the + * data layer group. + */ + addLayer(data, options) { + const defaultOptions = { + pointToLayer: (p, latlng) => L.marker(latlng), + style: (feature) => feature.properties.style, + onEachFeature: (feature, layer) => { + if (feature.properties && feature.properties.label) { + layer.bindTooltip(feature.properties.label); + } + } + }; + const geoJsonLayer = L.geoJSON(data, options || defaultOptions) + .addTo(this.dataLayer); + + return geoJsonLayer; + } + + /** + * ### getSlideFeatureCollection + * + * Load the slide's features from a GeoJSON file. + * + * @param {string} name The name of the GeoJSON file (without extension) + * @return {object} The FeatureCollection as loaded from the data file + */ + async getFeatureCollection(name) { + try { + const resp = await fetch(`data/${name}.geojson`); + const data = await resp.json(); + this.layerData[name] = data; + return data; + } catch (error) { + console.error(`Error loading ${name} data:`, error); + return null; + } + } + + /** + * Create Wayne Avenue marker + */ + createWayneAvenueMarker() { + const wayneAveCoords = [40.0298, -75.1501]; + + // create divicon + const wayneIcon = L.divIcon({ + className: 'wayne-avenue-marker', + html: ` +
    +
    +
    4300 Block Wayne Ave
    +
    + `, + iconSize: [200, 60], + iconAnchor: [100, 50] + }); + + this.wayneAvenueMarker = L.marker(wayneAveCoords, { icon: wayneIcon }) + .bindPopup(` +
    +

    4300 Block of Wayne Avenue

    +
    +

    "I would like to thank the Nicetown CDC for helping us clean up our block. Our block is primarily senior citizens, so the large pieces of debris we had trouble removing ourselves, but the Same Day Work and Pay participants were very helpful, and we appreciate you all. This is a very good program, and we all hope that you continue the program throughout the summer."

    +

    - Local Resident

    +
    +
    + `, { + maxWidth: 350, + className: 'wayne-popup-container' + }); + } + + /** + * ### syncMapToSlide + * + * @param {HTMLElement} slide The slide's HTML element + */ + async syncMapToSlide(slide) { + const slideId = slide.id; + const options = this.slideOptions[slideId]; + + this.dataLayer.clearLayers(); + + if (this.wayneAvenueMarker && this.map.hasLayer(this.wayneAvenueMarker)) { + this.map.removeLayer(this.wayneAvenueMarker); + } + + const slide2Overlay = document.getElementById('slide2-overlay'); + const originalSlide2 = document.getElementById('slide2'); + + if (slideId === 'slide2' && options && options.overlay) { + if (slide2Overlay) slide2Overlay.classList.add('active'); + if (originalSlide2) { + originalSlide2.style.opacity = '0'; + originalSlide2.style.pointerEvents = 'none'; + } + return; + } else { + if (slide2Overlay) slide2Overlay.classList.remove('active'); + if (originalSlide2) { + originalSlide2.style.opacity = '1'; + originalSlide2.style.pointerEvents = 'initial'; + } + } + + if (slideId === 'slide1') { + if (!this.layerData['Vacant_Indicators_Land']) { + await this.getFeatureCollection('Vacant_Indicators_Land'); + } + if (this.layerData['Vacant_Indicators_Land']) { + this.updateDataLayer(this.layerData['Vacant_Indicators_Land'], options); + } + } else if (slideId === 'slide3') { + // Load PHS Landcare Data + if (!this.layerData['phs_landcare']) { + await this.getFeatureCollection('phs_landcare'); + } + if (this.layerData['phs_landcare']) { + this.updateDataLayer(this.layerData['phs_landcare'], options); + } + } else if (slideId === 'slide4' && options && options.multiLayer) { + const layerPromises = options.layers.map(async (layerName) => { + if (!this.layerData[layerName]) { + await this.getFeatureCollection(layerName); + } + return { name: layerName, data: this.layerData[layerName] }; + }); + + const layers = await Promise.all(layerPromises); + + layers.forEach(layer => { + if (layer.data) { + let layerOptions = {}; + + switch (layer.name) { + case 'phs_landcare': + layerOptions = { + style: { + color: '#1b5e20', + weight: 2, + opacity: 1, + fillColor: '#388e3c', + fillOpacity: 0.7 + }, + onEachFeature: this.createPHSPopup + }; + break; + case 'Commercial_Corridors': + layerOptions = { + style: { + color: '#f57c00', + weight: 2, + opacity: 0.8, + fillColor: '#ffb74d', + fillOpacity: 0.6 + }, + onEachFeature: this.createGenericPopup('Commercial Corridor') + }; + break; + case 'Schools_Parcels': + layerOptions = { + style: { + color: '#1976d2', + weight: 2, + opacity: 0.8, + fillColor: '#64b5f6', + fillOpacity: 0.6 + }, + onEachFeature: this.createSchoolPopup + }; + break; + case 'bus_transit_shelters': + layerOptions = { + pointToLayer: (feature, latlng) => L.circleMarker(latlng, { + radius: 5, + fillColor: '#9c27b0', + color: '#6a1b9a', + weight: 2, + opacity: 0.8, + fillOpacity: 0.7 + }), + onEachFeature: this.createGenericPopup('Bus Transit Shelter') + }; + break; + case 'Trolley_Stations': + layerOptions = { + pointToLayer: (feature, latlng) => L.circleMarker(latlng, { + radius: 6, + fillColor: '#e91e63', + color: '#ad1457', + weight: 2, + opacity: 0.8, + fillOpacity: 0.7 + }), + onEachFeature: this.createTrolleyPopup + }; + break; + } + + this.addLayer(layer.data, layerOptions); + } + }); + } else if (slideId === 'slide5' && options && options.specialMarker) { + if (!this.layerData['phs_landcare']) { + await this.getFeatureCollection('phs_landcare'); + } + if (this.layerData['phs_landcare']) { + const phsOptions = { + style: { + color: '#1b5e20', + weight: 2, + opacity: 1, + fillColor: '#388e3c', + fillOpacity: 0.7 + }, + onEachFeature: this.createPHSPopup + }; + this.updateDataLayer(this.layerData['phs_landcare'], phsOptions); + } + + if (this.wayneAvenueMarker) { + this.wayneAvenueMarker.addTo(this.map); + } + } + + if (options && options.view) { + requestAnimationFrame(() => { + this.map.setView([options.view.lat, options.view.lng], options.view.zoom); + setTimeout(() => this.map.invalidateSize(), 50); + }); + } + } + + /** + * Create PHS LandCare Popup + */ + createPHSPopup = (feature, layer) => { + if (feature.properties) { + let popupContent = ''; + layer.bindPopup(popupContent); + } + } + + createGenericPopup = (title) => { + return (feature, layer) => { + if (feature.properties) { + let popupContent = ''; + layer.bindPopup(popupContent); + } + }; + } + + createSchoolPopup = (feature, layer) => { + if (feature.properties) { + let popupContent = ''; + layer.bindPopup(popupContent); + } + } + + createTrolleyPopup = (feature, layer) => { + if (feature.properties) { + let popupContent = ''; + layer.bindPopup(popupContent); + } + } + + /** + * Show the slide with ID matched by currentSlideIndex. If currentSlideIndex is + * null, then show the first slide. + */ + syncMapToCurrentSlide() { + const slide = this.slides[this.currentSlideIndex]; + this.syncMapToSlide(slide); + } + + /** + * Increment the currentSlideIndex and show the corresponding slide. If the + * current slide is the final slide, then the next is the first. + */ + goNextSlide() { + this.currentSlideIndex++; + + if (this.currentSlideIndex === this.slides.length) { + this.currentSlideIndex = 0; + } + + this.syncMapToCurrentSlide(); + } + + /** + * Decrement the currentSlideIndes and show the corresponding slide. If the + * current slide is the first slide, then the previous is the final. + */ + goPrevSlide() { + this.currentSlideIndex--; + + if (this.currentSlideIndex < 0) { + this.currentSlideIndex = this.slides.length - 1; + } + + this.syncMapToCurrentSlide(); + } + + /** + * ### preloadFeatureCollections + * + * Initiate a fetch on all slide data so that the browser can cache the + * requests. This way, when a specific slide is loaded it has a better chance + * of loading quickly. + */ + async preloadFeatureCollections() { + const dataFiles = [ + 'Vacant_Indicators_Land', + 'phs_landcare', + 'Commercial_Corridors', + 'Schools_Parcels', + 'bus_transit_shelters', + 'Trolley_Stations' + ]; + + await Promise.all(dataFiles.map(file => this.getFeatureCollection(file))); + } + + /** + * Calculate the current slide index based on the current scroll position. + */ + calcCurrentSlideIndex() { + const scrollPos = window.scrollY - this.container.offsetTop; + const windowHeight = window.innerHeight; + + let i; + for (i = 0; i < this.slides.length; i++) { + const slidePos = + this.slides[i].offsetTop - scrollPos + windowHeight * 0.7; + if (slidePos >= 0) { + break; + } + } + + if (i !== this.currentSlideIndex) { + this.currentSlideIndex = i; + this.syncMapToCurrentSlide(); + } + } +} + +export { SlideDeck }; diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 81595ab1..00000000 --- a/package-lock.json +++ /dev/null @@ -1,4574 +0,0 @@ -{ - "name": "story-map-project", - "version": "1.0.0", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "name": "story-map-project", - "version": "1.0.0", - "license": "ISC", - "devDependencies": { - "eslint": "^8.48.0", - "eslint-config-google": "^0.14.0", - "stylelint": "^15.10.3", - "stylelint-config-standard": "^34.0.0" - } - }, - "node_modules/@aashutoshrathi/word-wrap": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", - "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.22.13", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", - "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", - "dev": true, - "dependencies": { - "@babel/highlight": "^7.22.13", - "chalk": "^2.4.2" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/code-frame/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/code-frame/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/code-frame/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/@babel/code-frame/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "node_modules/@babel/code-frame/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/@babel/code-frame/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/code-frame/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz", - "integrity": "sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.22.13", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.13.tgz", - "integrity": "sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.22.5", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/@babel/highlight/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "node_modules/@babel/highlight/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/@babel/highlight/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@csstools/css-parser-algorithms": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.3.1.tgz", - "integrity": "sha512-xrvsmVUtefWMWQsGgFffqWSK03pZ1vfDki4IVIIUxxDKnGBzqNgv0A7SB1oXtVNEkcVO8xi1ZrTL29HhSu5kGA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "engines": { - "node": "^14 || ^16 || >=18" - }, - "peerDependencies": { - "@csstools/css-tokenizer": "^2.2.0" - } - }, - "node_modules/@csstools/css-tokenizer": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.2.0.tgz", - "integrity": "sha512-wErmsWCbsmig8sQKkM6pFhr/oPha1bHfvxsUY5CYSQxwyhA9Ulrs8EqCgClhg4Tgg2XapVstGqSVcz0xOYizZA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "engines": { - "node": "^14 || ^16 || >=18" - } - }, - "node_modules/@csstools/media-query-list-parser": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.4.tgz", - "integrity": "sha512-V/OUXYX91tAC1CDsiY+HotIcJR+vPtzrX8pCplCpT++i8ThZZsq5F5dzZh/bDM3WUOjrvC1ljed1oSJxMfjqhw==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "engines": { - "node": "^14 || ^16 || >=18" - }, - "peerDependencies": { - "@csstools/css-parser-algorithms": "^2.3.1", - "@csstools/css-tokenizer": "^2.2.0" - } - }, - "node_modules/@csstools/selector-specificity": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.0.tgz", - "integrity": "sha512-hBI9tfBtuPIi885ZsZ32IMEU/5nlZH/KOVYJCOh7gyMxaVLGmLedYqFN6Ui1LXkI8JlC8IsuC0rF0btcRZKd5g==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/csstools" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - ], - "engines": { - "node": "^14 || ^16 || >=18" - }, - "peerDependencies": { - "postcss-selector-parser": "^6.0.13" - } - }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", - "dev": true, - "dependencies": { - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" - } - }, - "node_modules/@eslint-community/regexpp": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz", - "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==", - "dev": true, - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - } - }, - "node_modules/@eslint/eslintrc": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", - "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", - "dev": true, - "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.6.0", - "globals": "^13.19.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint/js": { - "version": "8.57.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", - "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.11.14", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", - "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", - "deprecated": "Use @eslint/config-array instead", - "dev": true, - "dependencies": { - "@humanwhocodes/object-schema": "^2.0.2", - "debug": "^4.3.1", - "minimatch": "^3.0.5" - }, - "engines": { - "node": ">=10.10.0" - } - }, - "node_modules/@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "dev": true, - "engines": { - "node": ">=12.22" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@humanwhocodes/object-schema": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", - "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", - "deprecated": "Use @eslint/object-schema instead", - "dev": true - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@types/minimist": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", - "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", - "dev": true - }, - "node_modules/@types/normalize-package-data": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", - "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", - "dev": true - }, - "node_modules/@ungap/structured-clone": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", - "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", - "dev": true - }, - "node_modules/acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", - "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true - }, - "node_modules/array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "dev": true, - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/camelcase-keys": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-7.0.2.tgz", - "integrity": "sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==", - "dev": true, - "dependencies": { - "camelcase": "^6.3.0", - "map-obj": "^4.1.0", - "quick-lru": "^5.1.1", - "type-fest": "^1.2.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/camelcase-keys/node_modules/camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/camelcase-keys/node_modules/type-fest": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", - "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/colord": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", - "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", - "dev": true - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true - }, - "node_modules/cosmiconfig": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.2.0.tgz", - "integrity": "sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==", - "dev": true, - "dependencies": { - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/d-fischer" - } - }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/css-functions-list": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.0.tgz", - "integrity": "sha512-d/jBMPyYybkkLVypgtGv12R+pIFw4/f/IHtCTxWpZc8ofTYOPigIgmA6vu5rMHartZC+WuXhBUHfnyNUIQSYrg==", - "dev": true, - "engines": { - "node": ">=12.22" - } - }, - "node_modules/css-tree": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", - "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", - "dev": true, - "dependencies": { - "mdn-data": "2.0.30", - "source-map-js": "^1.0.1" - }, - "engines": { - "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" - } - }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true, - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decamelize": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-5.0.1.tgz", - "integrity": "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/decamelize-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz", - "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==", - "dev": true, - "dependencies": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/decamelize-keys/node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/decamelize-keys/node_modules/map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true - }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dev": true, - "dependencies": { - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dev": true, - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint": { - "version": "8.57.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", - "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", - "dev": true, - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.57.0", - "@humanwhocodes/config-array": "^0.11.14", - "@humanwhocodes/module-importer": "^1.0.1", - "@nodelib/fs.walk": "^1.2.8", - "@ungap/structured-clone": "^1.2.0", - "ajv": "^6.12.4", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "doctrine": "^3.0.0", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.2", - "eslint-visitor-keys": "^3.4.3", - "espree": "^9.6.1", - "esquery": "^1.4.2", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "globals": "^13.19.0", - "graphemer": "^1.4.0", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "js-yaml": "^4.1.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-config-google": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.14.0.tgz", - "integrity": "sha512-WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - }, - "peerDependencies": { - "eslint": ">=5.16.0" - } - }, - "node_modules/eslint-scope": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", - "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/espree": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", - "dev": true, - "dependencies": { - "acorn": "^8.9.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/esquery": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", - "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", - "dev": true, - "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dev": true, - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "node_modules/fast-glob": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", - "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "dev": true - }, - "node_modules/fastest-levenshtein": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", - "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", - "dev": true, - "engines": { - "node": ">= 4.9.1" - } - }, - "node_modules/fastq": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", - "dev": true, - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "dev": true, - "dependencies": { - "flat-cache": "^3.0.4" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "dev": true, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dev": true, - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/flat-cache": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.0.tgz", - "integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==", - "dev": true, - "dependencies": { - "flatted": "^3.2.7", - "keyv": "^4.5.3", - "rimraf": "^3.0.2" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/flatted": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", - "dev": true - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true - }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true - }, - "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", - "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", - "dev": true, - "dependencies": { - "global-prefix": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", - "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", - "dev": true, - "dependencies": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/global-prefix/node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/globals": { - "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", - "dev": true, - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globjoin": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", - "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==", - "dev": true - }, - "node_modules/graphemer": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", - "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", - "dev": true - }, - "node_modules/hard-rejection": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", - "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dev": true, - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/hosted-git-info": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/hosted-git-info/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/hosted-git-info/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/html-tags": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", - "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ignore": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", - "dev": true, - "engines": { - "node": ">= 4" - } - }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dev": true, - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/import-lazy": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", - "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "dev": true, - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/indent-string": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", - "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dev": true, - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "node_modules/ini": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "dev": true - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "dev": true - }, - "node_modules/is-core-module": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", - "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", - "dev": true, - "dependencies": { - "has": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-plain-object": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true - }, - "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/json-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "dev": true - }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "dev": true - }, - "node_modules/keyv": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", - "dev": true, - "dependencies": { - "json-buffer": "3.0.1" - } - }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/known-css-properties": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.28.0.tgz", - "integrity": "sha512-9pSL5XB4J+ifHP0e0jmmC98OGC1nL8/JjS+fi6mnTlIf//yt/MfVLtKg7S6nCtj/8KTcWX7nRlY0XywoYY1ISQ==", - "dev": true - }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true - }, - "node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "node_modules/lodash.truncate": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", - "dev": true - }, - "node_modules/map-obj": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/mathml-tag-names": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", - "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/mdn-data": { - "version": "2.0.30", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", - "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", - "dev": true - }, - "node_modules/meow": { - "version": "10.1.5", - "resolved": "https://registry.npmjs.org/meow/-/meow-10.1.5.tgz", - "integrity": "sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==", - "dev": true, - "dependencies": { - "@types/minimist": "^1.2.2", - "camelcase-keys": "^7.0.0", - "decamelize": "^5.0.0", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.2", - "read-pkg-up": "^8.0.0", - "redent": "^4.0.0", - "trim-newlines": "^4.0.2", - "type-fest": "^1.2.2", - "yargs-parser": "^20.2.9" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/meow/node_modules/type-fest": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", - "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/meow/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/micromatch": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", - "dev": true, - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/min-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist-options": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "dev": true, - "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "dev": true - }, - "node_modules/normalize-package-data": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", - "dev": true, - "dependencies": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/normalize-package-data/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/normalize-package-data/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/normalize-package-data/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/optionator": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", - "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", - "dev": true, - "dependencies": { - "@aashutoshrathi/word-wrap": "^1.2.3", - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/picocolors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", - "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", - "dev": true - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/postcss": { - "version": "8.4.45", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", - "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postcss-resolve-nested-selector": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", - "integrity": "sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==", - "dev": true - }, - "node_modules/postcss-safe-parser": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz", - "integrity": "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==", - "dev": true, - "engines": { - "node": ">=12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.3.3" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.0.13", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", - "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", - "dev": true, - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/quick-lru": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", - "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-6.0.0.tgz", - "integrity": "sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==", - "dev": true, - "dependencies": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^3.0.2", - "parse-json": "^5.2.0", - "type-fest": "^1.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg-up": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-8.0.0.tgz", - "integrity": "sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==", - "dev": true, - "dependencies": { - "find-up": "^5.0.0", - "read-pkg": "^6.0.0", - "type-fest": "^1.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg-up/node_modules/type-fest": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", - "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg/node_modules/type-fest": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", - "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/redent": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-4.0.0.tgz", - "integrity": "sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==", - "dev": true, - "dependencies": { - "indent-string": "^5.0.0", - "strip-indent": "^4.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true, - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" - } - }, - "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/spdx-correct": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", - "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", - "dev": true, - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "dev": true - }, - "node_modules/spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-license-ids": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz", - "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==", - "dev": true - }, - "node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-indent": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz", - "integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==", - "dev": true, - "dependencies": { - "min-indent": "^1.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/style-search": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", - "integrity": "sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==", - "dev": true - }, - "node_modules/stylelint": { - "version": "15.10.3", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.10.3.tgz", - "integrity": "sha512-aBQMMxYvFzJJwkmg+BUUg3YfPyeuCuKo2f+LOw7yYbU8AZMblibwzp9OV4srHVeQldxvSFdz0/Xu8blq2AesiA==", - "dev": true, - "dependencies": { - "@csstools/css-parser-algorithms": "^2.3.1", - "@csstools/css-tokenizer": "^2.2.0", - "@csstools/media-query-list-parser": "^2.1.4", - "@csstools/selector-specificity": "^3.0.0", - "balanced-match": "^2.0.0", - "colord": "^2.9.3", - "cosmiconfig": "^8.2.0", - "css-functions-list": "^3.2.0", - "css-tree": "^2.3.1", - "debug": "^4.3.4", - "fast-glob": "^3.3.1", - "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^6.0.1", - "global-modules": "^2.0.0", - "globby": "^11.1.0", - "globjoin": "^0.1.4", - "html-tags": "^3.3.1", - "ignore": "^5.2.4", - "import-lazy": "^4.0.0", - "imurmurhash": "^0.1.4", - "is-plain-object": "^5.0.0", - "known-css-properties": "^0.28.0", - "mathml-tag-names": "^2.1.3", - "meow": "^10.1.5", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.27", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-safe-parser": "^6.0.0", - "postcss-selector-parser": "^6.0.13", - "postcss-value-parser": "^4.2.0", - "resolve-from": "^5.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "style-search": "^0.1.0", - "supports-hyperlinks": "^3.0.0", - "svg-tags": "^1.0.0", - "table": "^6.8.1", - "write-file-atomic": "^5.0.1" - }, - "bin": { - "stylelint": "bin/stylelint.mjs" - }, - "engines": { - "node": "^14.13.1 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stylelint" - } - }, - "node_modules/stylelint-config-recommended": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz", - "integrity": "sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==", - "dev": true, - "engines": { - "node": "^14.13.1 || >=16.0.0" - }, - "peerDependencies": { - "stylelint": "^15.10.0" - } - }, - "node_modules/stylelint-config-standard": { - "version": "34.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-34.0.0.tgz", - "integrity": "sha512-u0VSZnVyW9VSryBG2LSO+OQTjN7zF9XJaAJRX/4EwkmU0R2jYwmBSN10acqZisDitS0CLiEiGjX7+Hrq8TAhfQ==", - "dev": true, - "dependencies": { - "stylelint-config-recommended": "^13.0.0" - }, - "engines": { - "node": "^14.13.1 || >=16.0.0" - }, - "peerDependencies": { - "stylelint": "^15.10.0" - } - }, - "node_modules/stylelint/node_modules/balanced-match": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", - "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", - "dev": true - }, - "node_modules/stylelint/node_modules/resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/stylelint/node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "dev": true, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/stylelint/node_modules/write-file-atomic": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", - "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^4.0.1" - }, - "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-hyperlinks": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz", - "integrity": "sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "engines": { - "node": ">=14.18" - } - }, - "node_modules/svg-tags": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", - "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", - "dev": true - }, - "node_modules/table": { - "version": "6.8.1", - "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz", - "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==", - "dev": true, - "dependencies": { - "ajv": "^8.0.1", - "lodash.truncate": "^4.4.2", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/table/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/table/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/trim-newlines": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-4.1.1.tgz", - "integrity": "sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true - }, - "node_modules/validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dev": true, - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - } - }, - "dependencies": { - "@aashutoshrathi/word-wrap": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", - "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", - "dev": true - }, - "@babel/code-frame": { - "version": "7.22.13", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", - "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", - "dev": true, - "requires": { - "@babel/highlight": "^7.22.13", - "chalk": "^2.4.2" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "@babel/helper-validator-identifier": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz", - "integrity": "sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==", - "dev": true - }, - "@babel/highlight": { - "version": "7.22.13", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.13.tgz", - "integrity": "sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.22.5", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "@csstools/css-parser-algorithms": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.3.1.tgz", - "integrity": "sha512-xrvsmVUtefWMWQsGgFffqWSK03pZ1vfDki4IVIIUxxDKnGBzqNgv0A7SB1oXtVNEkcVO8xi1ZrTL29HhSu5kGA==", - "dev": true, - "requires": {} - }, - "@csstools/css-tokenizer": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.2.0.tgz", - "integrity": "sha512-wErmsWCbsmig8sQKkM6pFhr/oPha1bHfvxsUY5CYSQxwyhA9Ulrs8EqCgClhg4Tgg2XapVstGqSVcz0xOYizZA==", - "dev": true - }, - "@csstools/media-query-list-parser": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.4.tgz", - "integrity": "sha512-V/OUXYX91tAC1CDsiY+HotIcJR+vPtzrX8pCplCpT++i8ThZZsq5F5dzZh/bDM3WUOjrvC1ljed1oSJxMfjqhw==", - "dev": true, - "requires": {} - }, - "@csstools/selector-specificity": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.0.tgz", - "integrity": "sha512-hBI9tfBtuPIi885ZsZ32IMEU/5nlZH/KOVYJCOh7gyMxaVLGmLedYqFN6Ui1LXkI8JlC8IsuC0rF0btcRZKd5g==", - "dev": true, - "requires": {} - }, - "@eslint-community/eslint-utils": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", - "dev": true, - "requires": { - "eslint-visitor-keys": "^3.3.0" - } - }, - "@eslint-community/regexpp": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz", - "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==", - "dev": true - }, - "@eslint/eslintrc": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", - "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", - "dev": true, - "requires": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.6.0", - "globals": "^13.19.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - } - }, - "@eslint/js": { - "version": "8.57.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", - "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", - "dev": true - }, - "@humanwhocodes/config-array": { - "version": "0.11.14", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", - "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", - "dev": true, - "requires": { - "@humanwhocodes/object-schema": "^2.0.2", - "debug": "^4.3.1", - "minimatch": "^3.0.5" - } - }, - "@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "dev": true - }, - "@humanwhocodes/object-schema": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", - "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", - "dev": true - }, - "@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - } - }, - "@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true - }, - "@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "requires": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - } - }, - "@types/minimist": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", - "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", - "dev": true - }, - "@types/normalize-package-data": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", - "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", - "dev": true - }, - "@ungap/structured-clone": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", - "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", - "dev": true - }, - "acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", - "dev": true - }, - "acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "requires": {} - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true - }, - "array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "dev": true - }, - "arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", - "dev": true - }, - "astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true - }, - "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "dev": true, - "requires": { - "fill-range": "^7.1.1" - } - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true - }, - "camelcase-keys": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-7.0.2.tgz", - "integrity": "sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==", - "dev": true, - "requires": { - "camelcase": "^6.3.0", - "map-obj": "^4.1.0", - "quick-lru": "^5.1.1", - "type-fest": "^1.2.1" - }, - "dependencies": { - "camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "dev": true - }, - "type-fest": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", - "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", - "dev": true - } - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "colord": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", - "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", - "dev": true - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true - }, - "cosmiconfig": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.2.0.tgz", - "integrity": "sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==", - "dev": true, - "requires": { - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0" - } - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - } - }, - "css-functions-list": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.0.tgz", - "integrity": "sha512-d/jBMPyYybkkLVypgtGv12R+pIFw4/f/IHtCTxWpZc8ofTYOPigIgmA6vu5rMHartZC+WuXhBUHfnyNUIQSYrg==", - "dev": true - }, - "css-tree": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", - "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", - "dev": true, - "requires": { - "mdn-data": "2.0.30", - "source-map-js": "^1.0.1" - } - }, - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true - }, - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "decamelize": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-5.0.1.tgz", - "integrity": "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==", - "dev": true - }, - "decamelize-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz", - "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==", - "dev": true, - "requires": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "dependencies": { - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", - "dev": true - }, - "map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", - "dev": true - } - } - }, - "deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true - }, - "dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dev": true, - "requires": { - "path-type": "^4.0.0" - } - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dev": true, - "requires": { - "esutils": "^2.0.2" - } - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, - "requires": { - "is-arrayish": "^0.2.1" - } - }, - "escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true - }, - "eslint": { - "version": "8.57.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", - "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", - "dev": true, - "requires": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.57.0", - "@humanwhocodes/config-array": "^0.11.14", - "@humanwhocodes/module-importer": "^1.0.1", - "@nodelib/fs.walk": "^1.2.8", - "@ungap/structured-clone": "^1.2.0", - "ajv": "^6.12.4", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "doctrine": "^3.0.0", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.2", - "eslint-visitor-keys": "^3.4.3", - "espree": "^9.6.1", - "esquery": "^1.4.2", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "globals": "^13.19.0", - "graphemer": "^1.4.0", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "js-yaml": "^4.1.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - } - }, - "eslint-config-google": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.14.0.tgz", - "integrity": "sha512-WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw==", - "dev": true, - "requires": {} - }, - "eslint-scope": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", - "dev": true, - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - } - }, - "eslint-visitor-keys": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", - "dev": true - }, - "espree": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", - "dev": true, - "requires": { - "acorn": "^8.9.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.1" - } - }, - "esquery": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", - "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", - "dev": true, - "requires": { - "estraverse": "^5.1.0" - } - }, - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dev": true, - "requires": { - "estraverse": "^5.2.0" - } - }, - "estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "fast-glob": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", - "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "dependencies": { - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - } - } - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "dev": true - }, - "fastest-levenshtein": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", - "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", - "dev": true - }, - "fastq": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", - "dev": true, - "requires": { - "reusify": "^1.0.4" - } - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "dev": true, - "requires": { - "flat-cache": "^3.0.4" - } - }, - "fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dev": true, - "requires": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - } - }, - "flat-cache": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.0.tgz", - "integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==", - "dev": true, - "requires": { - "flatted": "^3.2.7", - "keyv": "^4.5.3", - "rimraf": "^3.0.2" - } - }, - "flatted": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", - "dev": true - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true - }, - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "requires": { - "is-glob": "^4.0.3" - } - }, - "global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", - "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", - "dev": true, - "requires": { - "global-prefix": "^3.0.0" - } - }, - "global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", - "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", - "dev": true, - "requires": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "dependencies": { - "which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "globals": { - "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", - "dev": true, - "requires": { - "type-fest": "^0.20.2" - } - }, - "globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - } - }, - "globjoin": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", - "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==", - "dev": true - }, - "graphemer": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", - "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", - "dev": true - }, - "hard-rejection": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", - "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", - "dev": true - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dev": true, - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "hosted-git-info": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } - } - }, - "html-tags": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", - "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", - "dev": true - }, - "ignore": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", - "dev": true - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dev": true, - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - } - }, - "import-lazy": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", - "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", - "dev": true - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "dev": true - }, - "indent-string": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", - "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", - "dev": true - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dev": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "dev": true - }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "dev": true - }, - "is-core-module": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", - "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", - "dev": true, - "requires": { - "has": "^1.0.3" - } - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "dev": true - }, - "is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", - "dev": true - }, - "is-plain-object": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", - "dev": true - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true - }, - "js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, - "requires": { - "argparse": "^2.0.1" - } - }, - "json-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "dev": true - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "dev": true - }, - "keyv": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", - "dev": true, - "requires": { - "json-buffer": "3.0.1" - } - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true - }, - "known-css-properties": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.28.0.tgz", - "integrity": "sha512-9pSL5XB4J+ifHP0e0jmmC98OGC1nL8/JjS+fi6mnTlIf//yt/MfVLtKg7S6nCtj/8KTcWX7nRlY0XywoYY1ISQ==", - "dev": true - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - } - }, - "lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true - }, - "locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "requires": { - "p-locate": "^5.0.0" - } - }, - "lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "lodash.truncate": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", - "dev": true - }, - "map-obj": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "dev": true - }, - "mathml-tag-names": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", - "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==", - "dev": true - }, - "mdn-data": { - "version": "2.0.30", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", - "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", - "dev": true - }, - "meow": { - "version": "10.1.5", - "resolved": "https://registry.npmjs.org/meow/-/meow-10.1.5.tgz", - "integrity": "sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==", - "dev": true, - "requires": { - "@types/minimist": "^1.2.2", - "camelcase-keys": "^7.0.0", - "decamelize": "^5.0.0", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.2", - "read-pkg-up": "^8.0.0", - "redent": "^4.0.0", - "trim-newlines": "^4.0.2", - "type-fest": "^1.2.2", - "yargs-parser": "^20.2.9" - }, - "dependencies": { - "type-fest": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", - "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", - "dev": true - }, - "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true - } - } - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true - }, - "micromatch": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", - "dev": true, - "requires": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - } - }, - "min-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "dev": true - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist-options": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "dev": true, - "requires": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "dev": true - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "dev": true - }, - "normalize-package-data": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", - "dev": true, - "requires": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } - } - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "requires": { - "wrappy": "1" - } - }, - "optionator": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", - "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", - "dev": true, - "requires": { - "@aashutoshrathi/word-wrap": "^1.2.3", - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0" - } - }, - "p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, - "requires": { - "yocto-queue": "^0.1.0" - } - }, - "p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "requires": { - "p-limit": "^3.0.2" - } - }, - "parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "requires": { - "callsites": "^3.0.0" - } - }, - "parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true - }, - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true - }, - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true - }, - "picocolors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", - "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", - "dev": true - }, - "picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true - }, - "postcss": { - "version": "8.4.45", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", - "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", - "dev": true, - "requires": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" - } - }, - "postcss-resolve-nested-selector": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", - "integrity": "sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==", - "dev": true - }, - "postcss-safe-parser": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz", - "integrity": "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==", - "dev": true, - "requires": {} - }, - "postcss-selector-parser": { - "version": "6.0.13", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", - "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", - "dev": true, - "requires": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - } - }, - "postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true - }, - "punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", - "dev": true - }, - "queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true - }, - "quick-lru": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", - "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", - "dev": true - }, - "read-pkg": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-6.0.0.tgz", - "integrity": "sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==", - "dev": true, - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^3.0.2", - "parse-json": "^5.2.0", - "type-fest": "^1.0.1" - }, - "dependencies": { - "type-fest": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", - "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", - "dev": true - } - } - }, - "read-pkg-up": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-8.0.0.tgz", - "integrity": "sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==", - "dev": true, - "requires": { - "find-up": "^5.0.0", - "read-pkg": "^6.0.0", - "type-fest": "^1.0.1" - }, - "dependencies": { - "type-fest": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", - "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", - "dev": true - } - } - }, - "redent": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-4.0.0.tgz", - "integrity": "sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==", - "dev": true, - "requires": { - "indent-string": "^5.0.0", - "strip-indent": "^4.0.0" - } - }, - "require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "dev": true - }, - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true - }, - "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, - "run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "requires": { - "queue-microtask": "^1.2.2" - } - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true - }, - "slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - } - }, - "source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", - "dev": true - }, - "spdx-correct": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", - "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", - "dev": true, - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "dev": true - }, - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-license-ids": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz", - "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==", - "dev": true - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } - }, - "strip-indent": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz", - "integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==", - "dev": true, - "requires": { - "min-indent": "^1.0.1" - } - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true - }, - "style-search": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", - "integrity": "sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==", - "dev": true - }, - "stylelint": { - "version": "15.10.3", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.10.3.tgz", - "integrity": "sha512-aBQMMxYvFzJJwkmg+BUUg3YfPyeuCuKo2f+LOw7yYbU8AZMblibwzp9OV4srHVeQldxvSFdz0/Xu8blq2AesiA==", - "dev": true, - "requires": { - "@csstools/css-parser-algorithms": "^2.3.1", - "@csstools/css-tokenizer": "^2.2.0", - "@csstools/media-query-list-parser": "^2.1.4", - "@csstools/selector-specificity": "^3.0.0", - "balanced-match": "^2.0.0", - "colord": "^2.9.3", - "cosmiconfig": "^8.2.0", - "css-functions-list": "^3.2.0", - "css-tree": "^2.3.1", - "debug": "^4.3.4", - "fast-glob": "^3.3.1", - "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^6.0.1", - "global-modules": "^2.0.0", - "globby": "^11.1.0", - "globjoin": "^0.1.4", - "html-tags": "^3.3.1", - "ignore": "^5.2.4", - "import-lazy": "^4.0.0", - "imurmurhash": "^0.1.4", - "is-plain-object": "^5.0.0", - "known-css-properties": "^0.28.0", - "mathml-tag-names": "^2.1.3", - "meow": "^10.1.5", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.27", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-safe-parser": "^6.0.0", - "postcss-selector-parser": "^6.0.13", - "postcss-value-parser": "^4.2.0", - "resolve-from": "^5.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "style-search": "^0.1.0", - "supports-hyperlinks": "^3.0.0", - "svg-tags": "^1.0.0", - "table": "^6.8.1", - "write-file-atomic": "^5.0.1" - }, - "dependencies": { - "balanced-match": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", - "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", - "dev": true - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true - }, - "signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "dev": true - }, - "write-file-atomic": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", - "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "signal-exit": "^4.0.1" - } - } - } - }, - "stylelint-config-recommended": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz", - "integrity": "sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==", - "dev": true, - "requires": {} - }, - "stylelint-config-standard": { - "version": "34.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-34.0.0.tgz", - "integrity": "sha512-u0VSZnVyW9VSryBG2LSO+OQTjN7zF9XJaAJRX/4EwkmU0R2jYwmBSN10acqZisDitS0CLiEiGjX7+Hrq8TAhfQ==", - "dev": true, - "requires": { - "stylelint-config-recommended": "^13.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "supports-hyperlinks": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz", - "integrity": "sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==", - "dev": true, - "requires": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - } - }, - "svg-tags": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", - "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", - "dev": true - }, - "table": { - "version": "6.8.1", - "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz", - "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==", - "dev": true, - "requires": { - "ajv": "^8.0.1", - "lodash.truncate": "^4.4.2", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - }, - "dependencies": { - "ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true - } - } - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } - }, - "trim-newlines": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-4.1.1.tgz", - "integrity": "sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==", - "dev": true - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1" - } - }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "requires": { - "punycode": "^2.1.0" - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dev": true, - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true - }, - "yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "dev": true - } - } -} diff --git a/package.json b/package.json deleted file mode 100644 index e3698ecc..00000000 --- a/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "name": "story-map-project", - "version": "1.0.0", - "description": "* [_What's in a Vacant Lot_](examples/Vacant_Lots_AdrianLeon/), Adrián León, Max Masuda-Farkas, and Xuezhu Zhao * [_Surveillance in New Orleans_](examples/NoLA_Surveillance_BrianaCervantes/), Briana Cervantes * [_A Spatial History of House Music_](examples/House_Music_MarlanaZink/), Marlana Zink", - "main": "index.js", - "type": "module", - "directories": { - "example": "examples" - }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "ISC", - "devDependencies": { - "eslint": "^8.48.0", - "eslint-config-google": "^0.14.0", - "stylelint": "^15.10.3", - "stylelint-config-standard": "^34.0.0" - }, - "eslintConfig": { - "extends": [ - "eslint:recommended", - "google" - ], - "parserOptions": { - "ecmaVersion": "latest", - "sourceType": "module" - }, - "env": { - "browser": true - }, - "ignorePatterns": ["examples/**/*.js"], - "globals": { - "L": "readonly" - }, - "rules": { - "object-curly-spacing": "off", - "max-len": "off" - } - }, - "stylelint": { - "extends": "stylelint-config-standard", - "ignoreFiles": ["examples/**/*.css"], - "rules": { - "declaration-empty-line-before": null, - "declaration-block-no-redundant-longhand-properties": null - } - } -} diff --git a/templates/scrollytelly/css/index.css b/templates/scrollytelly/css/index.css deleted file mode 100644 index 85756211..00000000 --- a/templates/scrollytelly/css/index.css +++ /dev/null @@ -1,84 +0,0 @@ -body { - margin: 0; - border-width: 0; - box-sizing: border-box; - height: 100vh; - - font-family: 'Open Sans', sans-serif; -} - -.map-container { - position: sticky; - top: 0; - height: 100vh; - z-index: 0; -} - -.map { - height: 100%; -} - -.slide-section { - position: relative; - margin-top: -30vh; - z-index: 100; - pointer-events: none; - border-bottom: 1px solid rgb(0 0 0 / 10%); -} - -.slide { - margin-top: 90vh; - margin-bottom: 90vh; - margin-left: auto; - margin-right: 2rem; - padding: 1rem; - box-shadow: -0.5rem 0 1rem rgba(0 0 0 / 50%); - border: 1px solid gray; - border-radius: 0.5rem; - pointer-events: initial; - - width: 25rem; - - background-color: white; - color: black; -} - -.slide:first-child { - margin-top: 0; -} - -.slide:last-child { - margin-bottom: 40vh; -} - -.slide-controls { - display: flex; - justify-content: space-around; - align-items: center; - column-gap: 0.5rem; - - width: 100%; -} - -.slide-nav-button { - transition: all 0.1s; - - padding: 0; - margin: 1rem; - width: 4rem; - height: 3rem; - border: 1px solid #888; - border-radius: 0.25rem; - - background-color: #eee; - font-size: 1.5em; -} - -.slide-nav-button:hover { - background-color: #444; - color: #fff; -} - -.slide-nav-select { - min-width: 0; -} diff --git a/templates/scrollytelly/data/second-slide.json b/templates/scrollytelly/data/second-slide.json deleted file mode 100644 index f2e3edc6..00000000 --- a/templates/scrollytelly/data/second-slide.json +++ /dev/null @@ -1,141049 +0,0 @@ -{ - "type": "FeatureCollection", - "features": [ - { - "type": "Feature", - "properties": { - "label": "Oceanside, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -117.26233276099998, - 33.29997595200007 - ], - [ - -117.262332776, - 33.29997783600004 - ], - [ - -117.26252914399998, - 33.29997839200007 - ], - [ - -117.26276478899996, - 33.299979060000055 - ], - [ - -117.26364616499995, - 33.299981556000034 - ], - [ - -117.26395673899998, - 33.29998243400007 - ], - [ - -117.264764706, - 33.29998470900006 - ], - [ - -117.2650238, - 33.29998543900007 - ], - [ - -117.26575727599999, - 33.29998750200008 - ], - [ - -117.26582272899998, - 33.299987686000065 - ], - [ - -117.26588818299996, - 33.29998787100004 - ], - [ - -117.26598592499994, - 33.29998814600003 - ], - [ - -117.26742744099994, - 33.299992185000065 - ], - [ - -117.26743784899998, - 33.299992211000074 - ], - [ - -117.26778282599997, - 33.299993175000054 - ], - [ - -117.267971564, - 33.29999370300004 - ], - [ - -117.26805664099999, - 33.299993941000025 - ], - [ - -117.26819968299998, - 33.299994334000075 - ], - [ - -117.26820301999999, - 33.29999434700005 - ], - [ - -117.268271202, - 33.29999453500005 - ], - [ - -117.2682713199999, - 33.29999589400006 - ], - [ - -117.268297868, - 33.299994612000035 - ], - [ - -117.269202985, - 33.29999713300003 - ], - [ - -117.26983607699998, - 33.299998893000065 - ], - [ - -117.26984058699998, - 33.29999543200006 - ], - [ - -117.27081524299996, - 33.299247646000026 - ], - [ - -117.27082026699998, - 33.29924750200007 - ], - [ - -117.27082529499995, - 33.29924736000004 - ], - [ - -117.27084421299998, - 33.29923294300005 - ], - [ - -117.27187681799995, - 33.29843766000005 - ], - [ - -117.27189642199994, - 33.29842256100005 - ], - [ - -117.27213611699995, - 33.29823795100003 - ], - [ - -117.27495317499995, - 33.296068183000045 - ], - [ - -117.27553865199997, - 33.29561721300007 - ], - [ - -117.27620231699996, - 33.29510600900005 - ], - [ - -117.27648494699997, - 33.29488830300005 - ], - [ - -117.27686593099997, - 33.294594834000065 - ], - [ - -117.276869337, - 33.294592212000055 - ], - [ - -117.27687274199997, - 33.29458959100003 - ], - [ - -117.27759149199994, - 33.294036506000054 - ], - [ - -117.27871639199998, - 33.29317086000003 - ], - [ - -117.27881739599997, - 33.293093027000054 - ], - [ - -117.27928163699994, - 33.29273528700003 - ], - [ - -117.28009783099998, - 33.29210631500007 - ], - [ - -117.28154454499997, - 33.29099142700005 - ], - [ - -117.28374336099995, - 33.28929776600006 - ], - [ - -117.28377580199998, - 33.289272760000074 - ], - [ - -117.28382409399995, - 33.289235535000046 - ], - [ - -117.28391915399999, - 33.28916225800003 - ], - [ - -117.28392175299996, - 33.28916025500007 - ], - [ - -117.2839243499999, - 33.28915825100006 - ], - [ - -117.28460327499994, - 33.28863457400007 - ], - [ - -117.28611012599998, - 33.28747224700004 - ], - [ - -117.28818938499995, - 33.285868297000036 - ], - [ - -117.28913757099997, - 33.285150386000055 - ], - [ - -117.28939602499997, - 33.284951586000034 - ], - [ - -117.289456912, - 33.284904751000056 - ], - [ - -117.28991966999996, - 33.284548795000035 - ], - [ - -117.29067142699995, - 33.28397053300006 - ], - [ - -117.29090918199995, - 33.283787645000075 - ], - [ - -117.29114875699997, - 33.283603355000025 - ], - [ - -117.29122381899998, - 33.28354561500004 - ], - [ - -117.29132353699998, - 33.28346890800003 - ], - [ - -117.29152085199996, - 33.283317124000064 - ], - [ - -117.29170279699997, - 33.28317716400005 - ], - [ - -117.29170976999995, - 33.28317180000005 - ], - [ - -117.29174230899997, - 33.28314676900004 - ], - [ - -117.29188430799996, - 33.28303753800003 - ], - [ - -117.29199530099999, - 33.28295215500003 - ], - [ - -117.29205987899996, - 33.28290247900003 - ], - [ - -117.29221083899995, - 33.28278635000004 - ], - [ - -117.29223178299998, - 33.28277023700008 - ], - [ - -117.29240317799997, - 33.282638392000024 - ], - [ - -117.29257457399996, - 33.28250654000004 - ], - [ - -117.29271546099994, - 33.28239816300004 - ], - [ - -117.29274597199998, - 33.282374693000065 - ], - [ - -117.29291765799996, - 33.282242619000044 - ], - [ - -117.29310415699996, - 33.28209914800004 - ], - [ - -117.29317844699995, - 33.28204199900006 - ], - [ - -117.29329003099997, - 33.28195616200003 - ], - [ - -117.29346183399997, - 33.28182399700006 - ], - [ - -117.29363534899994, - 33.28169051000003 - ], - [ - -117.29368263099997, - 33.28165413600004 - ], - [ - -117.29381149499994, - 33.28155500300005 - ], - [ - -117.29398501199995, - 33.28142151900005 - ], - [ - -117.29401573799998, - 33.28139788100003 - ], - [ - -117.29408752299997, - 33.28134265800003 - ], - [ - -117.29415879299995, - 33.281287829000064 - ], - [ - -117.29444788499995, - 33.28106542800003 - ], - [ - -117.29468884, - 33.28088005800004 - ], - [ - -117.29651619899994, - 33.27947417900003 - ], - [ - -117.29651688099995, - 33.27947365400007 - ], - [ - -117.29663324399996, - 33.27938412700007 - ], - [ - -117.296687035, - 33.279342746000054 - ], - [ - -117.29669138099996, - 33.27933940200006 - ], - [ - -117.29674336999994, - 33.279299405000074 - ], - [ - -117.29691407399997, - 33.27916807200006 - ], - [ - -117.29739777199995, - 33.27879593000006 - ], - [ - -117.29777656699997, - 33.27850449300007 - ], - [ - -117.297839738, - 33.27845589000003 - ], - [ - -117.29784130799999, - 33.27845468100003 - ], - [ - -117.29784227599998, - 33.27845393500007 - ], - [ - -117.29784481299998, - 33.27845197800008 - ], - [ - -117.29807188299998, - 33.27827621600005 - ], - [ - -117.298117661, - 33.27824078200007 - ], - [ - -117.29822555499999, - 33.278157770000064 - ], - [ - -117.29960476999997, - 33.27709659400006 - ], - [ - -117.29960481299997, - 33.277096562000054 - ], - [ - -117.29973751299997, - 33.27699446100007 - ], - [ - -117.29987021, - 33.276892359000044 - ], - [ - -117.30001034199995, - 33.27678453900006 - ], - [ - -117.30015572999997, - 33.276672673000064 - ], - [ - -117.300233086, - 33.27661315300003 - ], - [ - -117.30029096199996, - 33.27656862300006 - ], - [ - -117.30033668799996, - 33.27653343900005 - ], - [ - -117.30042619299996, - 33.276464571000076 - ], - [ - -117.30050880899995, - 33.27640100200006 - ], - [ - -117.30056021699994, - 33.276361448000046 - ], - [ - -117.30069303199997, - 33.276259252000045 - ], - [ - -117.30082411899997, - 33.27615841100004 - ], - [ - -117.30105093299994, - 33.27598387300003 - ], - [ - -117.30122297899999, - 33.27585148600008 - ], - [ - -117.30164485399996, - 33.27554691900008 - ], - [ - -117.30180243099994, - 33.27542650400005 - ], - [ - -117.30198070899996, - 33.27529027200006 - ], - [ - -117.30212984199994, - 33.27517631100005 - ], - [ - -117.302272142, - 33.27506756900004 - ], - [ - -117.30239502799998, - 33.274975502000075 - ], - [ - -117.30256433999995, - 33.27484557100007 - ], - [ - -117.30268751199998, - 33.274751055000024 - ], - [ - -117.302800059, - 33.274664690000066 - ], - [ - -117.30282091799995, - 33.274648683000066 - ], - [ - -117.30295612199996, - 33.27454493100004 - ], - [ - -117.30296304099994, - 33.27453962200008 - ], - [ - -117.30296347899997, - 33.27453928600005 - ], - [ - -117.30296996299995, - 33.27453431200007 - ], - [ - -117.30299486699994, - 33.27451528000006 - ], - [ - -117.30307907099996, - 33.274450933000026 - ], - [ - -117.30311205899994, - 33.274425724000025 - ], - [ - -117.30324913199996, - 33.274320972000055 - ], - [ - -117.30338459199999, - 33.27421745300006 - ], - [ - -117.30351358099995, - 33.27411948900004 - ], - [ - -117.30352191099996, - 33.27411311700007 - ], - [ - -117.303653995, - 33.27401205700005 - ], - [ - -117.30380304399995, - 33.27389802300007 - ], - [ - -117.30389630199994, - 33.27382667200004 - ], - [ - -117.30394184799997, - 33.27379182300007 - ], - [ - -117.30404422199996, - 33.27371349800006 - ], - [ - -117.30408226399999, - 33.27368439600008 - ], - [ - -117.30410539999997, - 33.27366669200006 - ], - [ - -117.30419877299994, - 33.27359525400004 - ], - [ - -117.30420990299996, - 33.27358670800004 - ], - [ - -117.30421034099999, - 33.27358637100008 - ], - [ - -117.30422103199999, - 33.273578162000035 - ], - [ - -117.30435653799998, - 33.27347468800008 - ], - [ - -117.30440507699996, - 33.27343739300005 - ], - [ - -117.30446583699995, - 33.27339070600004 - ], - [ - -117.30459411699997, - 33.273292137000055 - ], - [ - -117.30471858399994, - 33.27319669600007 - ], - [ - -117.30472936599995, - 33.27318842900007 - ], - [ - -117.30486606599999, - 33.273083331000066 - ], - [ - -117.30500817899997, - 33.27297442500003 - ], - [ - -117.30518233999999, - 33.272840174000066 - ], - [ - -117.30518664299996, - 33.27283685700007 - ], - [ - -117.30519094599998, - 33.27283354000008 - ], - [ - -117.30528115799996, - 33.27276384800007 - ], - [ - -117.30543612599996, - 33.272646472000076 - ], - [ - -117.30543638599994, - 33.27264622100006 - ], - [ - -117.30544223199996, - 33.27264057900004 - ], - [ - -117.30544833799996, - 33.27263468500007 - ], - [ - -117.30550580199997, - 33.27259081500006 - ], - [ - -117.30556692899995, - 33.272544151000034 - ], - [ - -117.30729642899996, - 33.271223805000034 - ], - [ - -117.30733440899996, - 33.271194809000065 - ], - [ - -117.30763137199995, - 33.27096809400007 - ], - [ - -117.30763765499995, - 33.27096329800003 - ], - [ - -117.30764393799996, - 33.27095850200004 - ], - [ - -117.30795009599996, - 33.27072427100006 - ], - [ - -117.30810533799996, - 33.270605501000034 - ], - [ - -117.30843157199996, - 33.270355908000056 - ], - [ - -117.308795278, - 33.27007764200005 - ], - [ - -117.30977107399997, - 33.26933106100006 - ], - [ - -117.31008787399998, - 33.269088673000056 - ], - [ - -117.31129183699994, - 33.26816748500005 - ], - [ - -117.31191068199996, - 33.26769397600003 - ], - [ - -117.31245151299998, - 33.26727933600006 - ], - [ - -117.31262188999995, - 33.267147358000045 - ], - [ - -117.31275472399994, - 33.267045213000074 - ], - [ - -117.31276109399994, - 33.26704031400004 - ], - [ - -117.31284141799995, - 33.26697581800005 - ], - [ - -117.31408487399995, - 33.265977382000074 - ], - [ - -117.31410067699994, - 33.26596469200007 - ], - [ - -117.32001809599996, - 33.26140040800004 - ], - [ - -117.32199904899994, - 33.25987227300004 - ], - [ - -117.32199921699998, - 33.25987214300005 - ], - [ - -117.32199930599995, - 33.25987207500003 - ], - [ - -117.32200189499997, - 33.25987007800006 - ], - [ - -117.32279689499995, - 33.259256777000076 - ], - [ - -117.32665418499994, - 33.25628089300005 - ], - [ - -117.32710291199999, - 33.255934678000074 - ], - [ - -117.32944687799994, - 33.25412614500004 - ], - [ - -117.33118596699995, - 33.25278422700006 - ], - [ - -117.33143994799997, - 33.25255243400005 - ], - [ - -117.33144484199994, - 33.252547967000055 - ], - [ - -117.33167969099998, - 33.25236712100008 - ], - [ - -117.33343078899998, - 33.251018636000026 - ], - [ - -117.33428921599995, - 33.25035755400006 - ], - [ - -117.33429146199995, - 33.25035582400005 - ], - [ - -117.33429371099999, - 33.250354092000066 - ], - [ - -117.33515580999995, - 33.249690163000025 - ], - [ - -117.33563179999999, - 33.249323581000056 - ], - [ - -117.33583029999994, - 33.249174304000064 - ], - [ - -117.33613089699998, - 33.24894824300003 - ], - [ - -117.33647923499996, - 33.248686279000026 - ], - [ - -117.33709150899995, - 33.24822581500007 - ], - [ - -117.33786203699998, - 33.24764632900008 - ], - [ - -117.33928719799997, - 33.24657447900006 - ], - [ - -117.33943102499995, - 33.24646630500007 - ], - [ - -117.33978315899998, - 33.246201460000066 - ], - [ - -117.33992185599999, - 33.24609714300004 - ], - [ - -117.34119373199997, - 33.24514052600006 - ], - [ - -117.34164406599996, - 33.244801804000076 - ], - [ - -117.34166533299998, - 33.244785809000064 - ], - [ - -117.34177947899997, - 33.244699953000065 - ], - [ - -117.34265126899999, - 33.244044221000024 - ], - [ - -117.34265350099997, - 33.24404246000006 - ], - [ - -117.34346908699996, - 33.24339906400007 - ], - [ - -117.34357564399994, - 33.243315005000056 - ], - [ - -117.34370158699994, - 33.243215650000025 - ], - [ - -117.34384601899995, - 33.243101710000076 - ], - [ - -117.34413536699998, - 33.242873443000065 - ], - [ - -117.34413541199996, - 33.24287340700005 - ], - [ - -117.34413545799998, - 33.24287337100003 - ], - [ - -117.34461717699998, - 33.24249333600005 - ], - [ - -117.34475813899996, - 33.24238212800003 - ], - [ - -117.34481457399994, - 33.242337606000035 - ], - [ - -117.34513785599995, - 33.24208256500003 - ], - [ - -117.34653108299995, - 33.24096234000007 - ], - [ - -117.347397248, - 33.240265882000074 - ], - [ - -117.34807855199995, - 33.239741657000025 - ], - [ - -117.34820561699996, - 33.23964388700006 - ], - [ - -117.348205641, - 33.23964386800003 - ], - [ - -117.34837857199994, - 33.239510806000055 - ], - [ - -117.34838261299996, - 33.239431850000074 - ], - [ - -117.34838362699998, - 33.239412026000025 - ], - [ - -117.34838368099997, - 33.239411002000054 - ], - [ - -117.34850625699994, - 33.23932406100005 - ], - [ - -117.34894438999999, - 33.23901330800004 - ], - [ - -117.34943653599998, - 33.238664234000055 - ], - [ - -117.34951745399997, - 33.23860683800007 - ], - [ - -117.34958413399994, - 33.238559545000044 - ], - [ - -117.34959936499996, - 33.238548742000035 - ], - [ - -117.34969371899996, - 33.238481818000025 - ], - [ - -117.34976203699995, - 33.23843336300007 - ], - [ - -117.34988212299999, - 33.23834818500006 - ], - [ - -117.35022098599995, - 33.238107832000026 - ], - [ - -117.350274991, - 33.23806626600003 - ], - [ - -117.35027737099995, - 33.238064433000034 - ], - [ - -117.35064525499996, - 33.23778130000005 - ], - [ - -117.35102424699994, - 33.23748961300004 - ], - [ - -117.35112365999998, - 33.237413100000026 - ], - [ - -117.35112443699995, - 33.23741250300003 - ], - [ - -117.35119460199996, - 33.23735850200006 - ], - [ - -117.35132170599996, - 33.23726067600006 - ], - [ - -117.35136530799997, - 33.23722711900007 - ], - [ - -117.35148646, - 33.23713387300006 - ], - [ - -117.35148780199995, - 33.23713284300004 - ], - [ - -117.35153750399996, - 33.23709459000003 - ], - [ - -117.3515387, - 33.23709367200007 - ], - [ - -117.351573036, - 33.23706724200002 - ], - [ - -117.35159832299996, - 33.23704778000007 - ], - [ - -117.35170834599995, - 33.236963100000025 - ], - [ - -117.35182535799999, - 33.23687304300006 - ], - [ - -117.35187663299996, - 33.23683357900006 - ], - [ - -117.35195299799994, - 33.23677480300006 - ], - [ - -117.35200398799998, - 33.23673555700003 - ], - [ - -117.35204979099996, - 33.23670030300008 - ], - [ - -117.35222095999995, - 33.236568559000034 - ], - [ - -117.35241978799996, - 33.23641907900003 - ], - [ - -117.352490032, - 33.236366271000065 - ], - [ - -117.35249395899996, - 33.236363320000066 - ], - [ - -117.35300309099995, - 33.23597087700006 - ], - [ - -117.35517698799998, - 33.23429517900007 - ], - [ - -117.35739408199998, - 33.23258608300006 - ], - [ - -117.36072032899995, - 33.23001533300004 - ], - [ - -117.36075778499998, - 33.22998638300004 - ], - [ - -117.360761401, - 33.22998358900003 - ], - [ - -117.36173330999998, - 33.22923416500004 - ], - [ - -117.36226642399998, - 33.22882307900005 - ], - [ - -117.36227363399996, - 33.22881753200005 - ], - [ - -117.36227387999998, - 33.22881734200007 - ], - [ - -117.36228084599998, - 33.22881198500005 - ], - [ - -117.36365914399994, - 33.22775165500008 - ], - [ - -117.36366136399994, - 33.22774994800005 - ], - [ - -117.36568963199994, - 33.226189514000055 - ], - [ - -117.36596490399995, - 33.22597779800003 - ], - [ - -117.36622543199996, - 33.22577742000004 - ], - [ - -117.36629700199995, - 33.22572237400004 - ], - [ - -117.36633937999994, - 33.225689800000055 - ], - [ - -117.36639525099997, - 33.22564685400005 - ], - [ - -117.36691693999995, - 33.22524585700006 - ], - [ - -117.36819296099998, - 33.224265013000036 - ], - [ - -117.36914017799995, - 33.223536738000064 - ], - [ - -117.37041389299998, - 33.22255739600007 - ], - [ - -117.37052811899997, - 33.222469568000065 - ], - [ - -117.37087188299995, - 33.22220524700003 - ], - [ - -117.37092655599997, - 33.22216320900003 - ], - [ - -117.37106356199996, - 33.22205786400008 - ], - [ - -117.37106607199996, - 33.222055933000036 - ], - [ - -117.37106857799995, - 33.222054006000064 - ], - [ - -117.37128396399999, - 33.22188868600006 - ], - [ - -117.37134849599994, - 33.221839153000076 - ], - [ - -117.37140584799994, - 33.22179513200007 - ], - [ - -117.37227583099997, - 33.22112735200005 - ], - [ - -117.37272667499997, - 33.22078128600003 - ], - [ - -117.37285557299998, - 33.22068234500006 - ], - [ - -117.37286067399998, - 33.22067840900007 - ], - [ - -117.37286577599997, - 33.22067447400008 - ], - [ - -117.37290720699997, - 33.22064251900008 - ], - [ - -117.37316769799997, - 33.220441609000034 - ], - [ - -117.37326493899997, - 33.22036661200008 - ], - [ - -117.37342922, - 33.22024062600008 - ], - [ - -117.37359464999997, - 33.22011297100005 - ], - [ - -117.37372926899997, - 33.220009090000076 - ], - [ - -117.37387608999995, - 33.219895790000066 - ], - [ - -117.37401931899996, - 33.21978526800007 - ], - [ - -117.37417113199996, - 33.21966811100003 - ], - [ - -117.37430618199994, - 33.21956390100007 - ], - [ - -117.37431436199995, - 33.21955758900003 - ], - [ - -117.374328505, - 33.21954667600005 - ], - [ - -117.37444917699997, - 33.219453559000044 - ], - [ - -117.37459055599999, - 33.219344454000066 - ], - [ - -117.37467946099997, - 33.21927584800005 - ], - [ - -117.37473222299997, - 33.21923513300004 - ], - [ - -117.37479146899994, - 33.21918941200005 - ], - [ - -117.37487383499996, - 33.21912585100006 - ], - [ - -117.37496869699999, - 33.21905264700007 - ], - [ - -117.37501365699995, - 33.21901795100007 - ], - [ - -117.37507794499999, - 33.21896833900007 - ], - [ - -117.37515867199994, - 33.21890604400005 - ], - [ - -117.37517173799995, - 33.218895960000054 - ], - [ - -117.37529849299995, - 33.218798141000036 - ], - [ - -117.37530287699997, - 33.21879626100008 - ], - [ - -117.37530725799996, - 33.218794382000056 - ], - [ - -117.37541267799998, - 33.21871053800004 - ], - [ - -117.37543667099999, - 33.218691456000045 - ], - [ - -117.37557986399997, - 33.21858090100005 - ], - [ - -117.37571843399996, - 33.21847457400003 - ], - [ - -117.37575408199996, - 33.218447035000054 - ], - [ - -117.37586659399994, - 33.21836011500005 - ], - [ - -117.37596138499998, - 33.218286884000065 - ], - [ - -117.37600813899996, - 33.21825076700003 - ], - [ - -117.37613768899996, - 33.21815068300003 - ], - [ - -117.37628942599997, - 33.21803345700005 - ], - [ - -117.37628990299999, - 33.21803308900007 - ], - [ - -117.37644116999996, - 33.217916229000025 - ], - [ - -117.376450563, - 33.21790897100004 - ], - [ - -117.37645995899999, - 33.21790171400005 - ], - [ - -117.37656528699995, - 33.21782034200004 - ], - [ - -117.37723045499996, - 33.21730645500003 - ], - [ - -117.37726290599994, - 33.21728149000006 - ], - [ - -117.37767768699996, - 33.216961963000074 - ], - [ - -117.37776057299999, - 33.216898110000045 - ], - [ - -117.37780059699998, - 33.21686727800005 - ], - [ - -117.37784413499998, - 33.21683373800005 - ], - [ - -117.37786205299994, - 33.21681993400006 - ], - [ - -117.37789448199999, - 33.21679495200004 - ], - [ - -117.37790280599995, - 33.21678853900005 - ], - [ - -117.37790678899995, - 33.21678547000005 - ], - [ - -117.37791112899998, - 33.216782125000066 - ], - [ - -117.37794252099997, - 33.216758352000056 - ], - [ - -117.378056142, - 33.21667230700007 - ], - [ - -117.37808523499996, - 33.21664986600007 - ], - [ - -117.3781533699999, - 33.21659731200003 - ], - [ - -117.37825815199994, - 33.21651757400008 - ], - [ - -117.37832165299994, - 33.216469250000046 - ], - [ - -117.37846736299997, - 33.21635798500006 - ], - [ - -117.378609843, - 33.216249497000035 - ], - [ - -117.37867505399998, - 33.21619790600005 - ], - [ - -117.37875992699998, - 33.216130761000045 - ], - [ - -117.37890309299996, - 33.21602018700003 - ], - [ - -117.37902668799995, - 33.21592804800002 - ], - [ - -117.37904693899998, - 33.215912950000074 - ], - [ - -117.37919516299996, - 33.21579863100004 - ], - [ - -117.37934545199994, - 33.21568271700005 - ], - [ - -117.37949050099996, - 33.21557084600005 - ], - [ - -117.37963828999995, - 33.21545604000005 - ], - [ - -117.37980689999995, - 33.215325059000065 - ], - [ - -117.379837292, - 33.21530144900004 - ], - [ - -117.38005486199995, - 33.21513243100003 - ], - [ - -117.38016388799997, - 33.21504799400003 - ], - [ - -117.38042731699994, - 33.214843332000044 - ], - [ - -117.38057184199994, - 33.214730993000046 - ], - [ - -117.38071799799997, - 33.21461742100007 - ], - [ - -117.38079733, - 33.214555776000054 - ], - [ - -117.38086415799995, - 33.21450384700006 - ], - [ - -117.38099026999998, - 33.214406041000075 - ], - [ - -117.38100883699997, - 33.214391642000066 - ], - [ - -117.38114817099995, - 33.21428330500004 - ], - [ - -117.38129767599997, - 33.21416705900003 - ], - [ - -117.38145234799998, - 33.21404678300007 - ], - [ - -117.38185260299997, - 33.21373693500004 - ], - [ - -117.382752042, - 33.21304063100007 - ], - [ - -117.38306567299998, - 33.21279782600004 - ], - [ - -117.38309936899998, - 33.21277173900006 - ], - [ - -117.38321995499996, - 33.21267838400007 - ], - [ - -117.38341077999996, - 33.21253154500005 - ], - [ - -117.38352981299994, - 33.212439947000064 - ], - [ - -117.38396458099999, - 33.212105387000065 - ], - [ - -117.38402603299994, - 33.21205749300003 - ], - [ - -117.38451408499998, - 33.211677214000076 - ], - [ - -117.38451500499997, - 33.21167650600006 - ], - [ - -117.384539126, - 33.21165797700007 - ], - [ - -117.38461200599994, - 33.21160198800004 - ], - [ - -117.38474564999996, - 33.211497189000056 - ], - [ - -117.38482833699999, - 33.21143234800007 - ], - [ - -117.38487768099998, - 33.21139365600004 - ], - [ - -117.38492849499994, - 33.21135381000005 - ], - [ - -117.38501469899995, - 33.211286210000026 - ], - [ - -117.38507230899995, - 33.21124103600005 - ], - [ - -117.38507730899994, - 33.21123711400003 - ], - [ - -117.38514367199997, - 33.21118561600008 - ], - [ - -117.38526693999995, - 33.211090768000076 - ], - [ - -117.38528205799997, - 33.21107913600002 - ], - [ - -117.38539211899996, - 33.21099346700004 - ], - [ - -117.38540074999997, - 33.21098674800004 - ], - [ - -117.38540938099999, - 33.21098003100008 - ], - [ - -117.38554525099994, - 33.210874266000076 - ], - [ - -117.38566079299994, - 33.210784328000045 - ], - [ - -117.38573200099995, - 33.21072870200004 - ], - [ - -117.38580648499999, - 33.21067305400004 - ], - [ - -117.38602403699997, - 33.21050402800006 - ], - [ - -117.38616581199994, - 33.21039491100004 - ], - [ - -117.386298534, - 33.210292002000074 - ], - [ - -117.38641505099997, - 33.21020023300008 - ], - [ - -117.386780263, - 33.20991728400003 - ], - [ - -117.38737297799997, - 33.20948008000005 - ], - [ - -117.38767129599995, - 33.20924497200008 - ], - [ - -117.38816912799996, - 33.20885262000007 - ], - [ - -117.38846744799997, - 33.20861750900008 - ], - [ - -117.38853865199997, - 33.20856188000005 - ], - [ - -117.38860663, - 33.208509040000024 - ], - [ - -117.38872238599998, - 33.208420266000076 - ], - [ - -117.38884431899999, - 33.208326756000076 - ], - [ - -117.38896634899999, - 33.20823317000003 - ], - [ - -117.38909745099994, - 33.208132627000055 - ], - [ - -117.38923188399997, - 33.20802953200007 - ], - [ - -117.38928145199998, - 33.207991519000075 - ], - [ - -117.389509837, - 33.20781636500004 - ], - [ - -117.38955444399994, - 33.20797811800003 - ], - [ - -117.38971416499999, - 33.20794090800007 - ], - [ - -117.39003034799998, - 33.20786655300003 - ], - [ - -117.39003058999998, - 33.20786648600006 - ], - [ - -117.39003111999995, - 33.20786633800003 - ], - [ - -117.39003131499999, - 33.20786628400003 - ], - [ - -117.39003140799997, - 33.20786625900007 - ], - [ - -117.39010201999997, - 33.207846655000026 - ], - [ - -117.39010205499994, - 33.20784658400004 - ], - [ - -117.39039949799997, - 33.207262025000034 - ], - [ - -117.39040010099995, - 33.20726083900007 - ], - [ - -117.39048139399995, - 33.20710107000008 - ], - [ - -117.39088571499997, - 33.207080130000065 - ], - [ - -117.392546343, - 33.206994112000075 - ], - [ - -117.39411208599995, - 33.20846937400006 - ], - [ - -117.39426920199998, - 33.20948487100003 - ], - [ - -117.39421040999997, - 33.20951993400007 - ], - [ - -117.39389366299997, - 33.20970883200005 - ], - [ - -117.39361389299995, - 33.209875675000035 - ], - [ - -117.39361384299997, - 33.20987570600005 - ], - [ - -117.39362192199997, - 33.20992808400007 - ], - [ - -117.39372602699996, - 33.21060304500003 - ], - [ - -117.39372813999995, - 33.21061674900005 - ], - [ - -117.39439406399998, - 33.21078376200006 - ], - [ - -117.394394036, - 33.21078384700007 - ], - [ - -117.39438857099998, - 33.21080187600006 - ], - [ - -117.39422359499997, - 33.21134603100006 - ], - [ - -117.39417104699999, - 33.211519355000064 - ], - [ - -117.39390232599999, - 33.212405690000026 - ], - [ - -117.39380159899997, - 33.21273792000005 - ], - [ - -117.39380171199997, - 33.21273799700003 - ], - [ - -117.394652324, - 33.213316674000055 - ], - [ - -117.394993796, - 33.21354897600003 - ], - [ - -117.39559985399995, - 33.21396126800005 - ], - [ - -117.39563918599998, - 33.21398802400006 - ], - [ - -117.39603309399996, - 33.21334862200007 - ], - [ - -117.39607126199996, - 33.213286667000034 - ], - [ - -117.39669687699995, - 33.21260698300006 - ], - [ - -117.396718766, - 33.212583203000065 - ], - [ - -117.39764384699998, - 33.21157814800006 - ], - [ - -117.39777588899994, - 33.21142244600003 - ], - [ - -117.39778051699994, - 33.21141699000003 - ], - [ - -117.39820312199998, - 33.210918667000044 - ], - [ - -117.39828906199995, - 33.210817329000065 - ], - [ - -117.39834635899996, - 33.21074976800003 - ], - [ - -117.39842629999998, - 33.210655504000044 - ], - [ - -117.39829677299997, - 33.21050715600006 - ], - [ - -117.39761927199999, - 33.209731188000035 - ], - [ - -117.39810851199996, - 33.209372372000075 - ], - [ - -117.39811569299997, - 33.209367101000055 - ], - [ - -117.39811585199999, - 33.20936698400004 - ], - [ - -117.39811600199994, - 33.20936686700003 - ], - [ - -117.39811105899997, - 33.20936091300007 - ], - [ - -117.39808302799997, - 33.20932709900006 - ], - [ - -117.39807938499996, - 33.20932270800006 - ], - [ - -117.397901903, - 33.20910868100003 - ], - [ - -117.39756755199994, - 33.208891634000054 - ], - [ - -117.397394551, - 33.20885434600007 - ], - [ - -117.39666579299995, - 33.20908236100007 - ], - [ - -117.39638727499994, - 33.20897774800005 - ], - [ - -117.39595391299997, - 33.208690131000026 - ], - [ - -117.39590255199994, - 33.20876003400008 - ], - [ - -117.39612731399995, - 33.20896157800007 - ], - [ - -117.39649213599995, - 33.20923463200006 - ], - [ - -117.39650433799994, - 33.20924164500008 - ], - [ - -117.39689105399998, - 33.20946389900007 - ], - [ - -117.39777674899995, - 33.210048587000074 - ], - [ - -117.39798459999997, - 33.210325846000046 - ], - [ - -117.39798464499995, - 33.21032590600004 - ], - [ - -117.39796756599998, - 33.21041296400006 - ], - [ - -117.397863944, - 33.21059055100005 - ], - [ - -117.39708162599999, - 33.211268698000026 - ], - [ - -117.39685689099997, - 33.21156930300003 - ], - [ - -117.39678126599995, - 33.21150348400005 - ], - [ - -117.39678119399997, - 33.21150342200008 - ], - [ - -117.39663046499999, - 33.211372236000045 - ], - [ - -117.396214107, - 33.21118431600007 - ], - [ - -117.39609290699997, - 33.211268965000045 - ], - [ - -117.39598839799999, - 33.211417191000066 - ], - [ - -117.39598882799999, - 33.21151313300004 - ], - [ - -117.39598882799999, - 33.21151325400007 - ], - [ - -117.39598888199998, - 33.21152542800007 - ], - [ - -117.39598888299997, - 33.21152553100006 - ], - [ - -117.396406, - 33.211859599000036 - ], - [ - -117.39654395099996, - 33.211937712000065 - ], - [ - -117.39654416599996, - 33.211937834000025 - ], - [ - -117.39532918199995, - 33.21320402200007 - ], - [ - -117.395102851, - 33.21317339600006 - ], - [ - -117.39446111299998, - 33.21271 - ], - [ - -117.39433891899995, - 33.21255822000006 - ], - [ - -117.39438984999998, - 33.21241454800003 - ], - [ - -117.39439013599997, - 33.212413741000034 - ], - [ - -117.39470333599996, - 33.21153020300005 - ], - [ - -117.3948782, - 33.21113084000007 - ], - [ - -117.39495093, - 33.210800031000076 - ], - [ - -117.39496397299996, - 33.21074070000003 - ], - [ - -117.39472100299997, - 33.20926474400005 - ], - [ - -117.39442598499994, - 33.208049376000076 - ], - [ - -117.394218073, - 33.208003940000026 - ], - [ - -117.39401021999998, - 33.207787549000045 - ], - [ - -117.39251586199998, - 33.206412374000024 - ], - [ - -117.392429054, - 33.20631613900008 - ], - [ - -117.38963439399998, - 33.20644658300006 - ], - [ - -117.38935694399999, - 33.205514813000036 - ], - [ - -117.38935691199998, - 33.20551470700008 - ], - [ - -117.38928725299996, - 33.205280765000055 - ], - [ - -117.38928731099998, - 33.20528073100007 - ], - [ - -117.391387023, - 33.20405432100006 - ], - [ - -117.39147483699998, - 33.20404281500004 - ], - [ - -117.39154495199995, - 33.20405516000005 - ], - [ - -117.39281115399996, - 33.20522872300006 - ], - [ - -117.39298451199994, - 33.205249664000064 - ], - [ - -117.39312363, - 33.205449685000076 - ], - [ - -117.39312370899995, - 33.205449799000064 - ], - [ - -117.39308846699998, - 33.205499674000066 - ], - [ - -117.39308840599995, - 33.205499761000056 - ], - [ - -117.39503406699998, - 33.20726903900004 - ], - [ - -117.39635295399995, - 33.20769337300004 - ], - [ - -117.39638276399995, - 33.207700173000035 - ], - [ - -117.39656213099994, - 33.20774109100006 - ], - [ - -117.39671829799994, - 33.207703793000064 - ], - [ - -117.39644527299998, - 33.20738260500008 - ], - [ - -117.39639920599996, - 33.20732841000006 - ], - [ - -117.39634642099998, - 33.20726631300005 - ], - [ - -117.39393843599998, - 33.204433410000036 - ], - [ - -117.39316691599998, - 33.20347982900006 - ], - [ - -117.39300209299995, - 33.20332158600007 - ], - [ - -117.39275945999998, - 33.20299097800006 - ], - [ - -117.39273498899996, - 33.20294596400004 - ], - [ - -117.39241988999999, - 33.20255649200004 - ], - [ - -117.39241984199998, - 33.202556437000055 - ], - [ - -117.39232062199994, - 33.202442251000036 - ], - [ - -117.39231715399995, - 33.202438260000065 - ], - [ - -117.39182900299994, - 33.202130166000074 - ], - [ - -117.39182868899996, - 33.202129968000065 - ], - [ - -117.391821086, - 33.202125170000045 - ], - [ - -117.39130123399997, - 33.20167190600006 - ], - [ - -117.39057096599998, - 33.200907390000054 - ], - [ - -117.39025988399999, - 33.200539642000024 - ], - [ - -117.38993034299995, - 33.20025497000006 - ], - [ - -117.38958827399995, - 33.19984236200003 - ], - [ - -117.38911384299996, - 33.19927009000003 - ], - [ - -117.38864180599995, - 33.198781386000064 - ], - [ - -117.38857533199996, - 33.19871255700008 - ], - [ - -117.388575286, - 33.19871250400007 - ], - [ - -117.38833198699996, - 33.198404492000066 - ], - [ - -117.388267725, - 33.19833117400003 - ], - [ - -117.38826747399997, - 33.19833089000008 - ], - [ - -117.38768886899999, - 33.19767075100003 - ], - [ - -117.38749810499996, - 33.197358259000055 - ], - [ - -117.38716904499995, - 33.19696751400005 - ], - [ - -117.38706189199996, - 33.19682622500005 - ], - [ - -117.38666552899997, - 33.19630358400008 - ], - [ - -117.38619616699998, - 33.19581422400006 - ], - [ - -117.38590130899996, - 33.19540226400005 - ], - [ - -117.385766548, - 33.195243247000064 - ], - [ - -117.38576610699994, - 33.19524272700005 - ], - [ - -117.38560572699998, - 33.19505347900002 - ], - [ - -117.38555273699995, - 33.195003722000024 - ], - [ - -117.38506723799998, - 33.19454783800006 - ], - [ - -117.38491203199999, - 33.194254785000055 - ], - [ - -117.38479144099995, - 33.19410125400003 - ], - [ - -117.38479117299994, - 33.19410091300006 - ], - [ - -117.38465157, - 33.193923175000066 - ], - [ - -117.38453907, - 33.19381998800003 - ], - [ - -117.38425206399995, - 33.19355673700005 - ], - [ - -117.383934045, - 33.19315886700008 - ], - [ - -117.38376634699995, - 33.192949061000036 - ], - [ - -117.38347198099996, - 33.19267740300006 - ], - [ - -117.38275909799995, - 33.19201949600006 - ], - [ - -117.38216918199998, - 33.191438729000026 - ], - [ - -117.38187290699994, - 33.19109220000007 - ], - [ - -117.38187288199998, - 33.19109217600004 - ], - [ - -117.38186567399998, - 33.191086625000025 - ], - [ - -117.38166493299997, - 33.19093217100004 - ], - [ - -117.38124819399997, - 33.19039774100003 - ], - [ - -117.38088357799995, - 33.18998978600007 - ], - [ - -117.38074547499997, - 33.189763138000046 - ], - [ - -117.38048448899997, - 33.189438274000054 - ], - [ - -117.38011992299994, - 33.18903934200006 - ], - [ - -117.37966875899997, - 33.188697071000036 - ], - [ - -117.37947769299996, - 33.18849232100007 - ], - [ - -117.37936991199996, - 33.18834885500007 - ], - [ - -117.37936974899998, - 33.18834864100006 - ], - [ - -117.37916447099997, - 33.188075397000034 - ], - [ - -117.37906988199995, - 33.18790603600007 - ], - [ - -117.37902654199996, - 33.187828437000064 - ], - [ - -117.37855744799998, - 33.18724199700006 - ], - [ - -117.37840636199996, - 33.18708716500004 - ], - [ - -117.37821040399996, - 33.18688634600005 - ], - [ - -117.37791453299997, - 33.186533015000066 - ], - [ - -117.37766610299997, - 33.18628882400003 - ], - [ - -117.37754999699996, - 33.18617469800006 - ], - [ - -117.37743991699995, - 33.18603512300007 - ], - [ - -117.37739031999996, - 33.185972236000055 - ], - [ - -117.37671768699994, - 33.18511936900006 - ], - [ - -117.37652190699998, - 33.184910984000055 - ], - [ - -117.37640442699995, - 33.18478594100003 - ], - [ - -117.37609253699998, - 33.184360008000056 - ], - [ - -117.37588436199997, - 33.184120997000036 - ], - [ - -117.37588436199997, - 33.18412086300003 - ], - [ - -117.37588478599997, - 33.18408263900005 - ], - [ - -117.37588471499998, - 33.18408255800006 - ], - [ - -117.37581767799998, - 33.184004979000065 - ], - [ - -117.37484199799997, - 33.18305701100007 - ], - [ - -117.37329073199999, - 33.18137249800003 - ], - [ - -117.37311532899997, - 33.18116949000006 - ], - [ - -117.36986687899997, - 33.17740954200008 - ], - [ - -117.36980951299995, - 33.177342742000064 - ], - [ - -117.36947863299997, - 33.17694889400008 - ], - [ - -117.36937221599999, - 33.176804176000076 - ], - [ - -117.36925246099997, - 33.176640346000056 - ], - [ - -117.36921321899996, - 33.176588149000054 - ], - [ - -117.36916862199996, - 33.17652882600004 - ], - [ - -117.36912065899998, - 33.17646502400004 - ], - [ - -117.36908621999999, - 33.176419217000046 - ], - [ - -117.36906665699996, - 33.17639445900005 - ], - [ - -117.36901298, - 33.17632652200007 - ], - [ - -117.36896330499997, - 33.17626366200005 - ], - [ - -117.36890962999996, - 33.17619573200005 - ], - [ - -117.36885595599995, - 33.17612780600007 - ], - [ - -117.36885572899996, - 33.176127518000044 - ], - [ - -117.36885550199997, - 33.176127233000045 - ], - [ - -117.36884941599999, - 33.17611952800007 - ], - [ - -117.36884038899996, - 33.176108105000026 - ], - [ - -117.36854434999998, - 33.17573169100007 - ], - [ - -117.36849483499998, - 33.175668734000055 - ], - [ - -117.36845833099994, - 33.17562231800002 - ], - [ - -117.36841275599994, - 33.17556450600006 - ], - [ - -117.36833160999998, - 33.175461573000064 - ], - [ - -117.36827802099998, - 33.17539359600005 - ], - [ - -117.36825689999995, - 33.17536680300003 - ], - [ - -117.36823242899999, - 33.17533576200003 - ], - [ - -117.36822323299998, - 33.17532442500004 - ], - [ - -117.36818594099998, - 33.17527846200005 - ], - [ - -117.36816706199994, - 33.17525917900008 - ], - [ - -117.36810611499999, - 33.17519693500003 - ], - [ - -117.368089909, - 33.17518038000003 - ], - [ - -117.36801308799994, - 33.175098981000076 - ], - [ - -117.36792205799998, - 33.175002524000035 - ], - [ - -117.36789444099998, - 33.17497325800008 - ], - [ - -117.36779537599995, - 33.17487226600008 - ], - [ - -117.36774211499994, - 33.174817965000045 - ], - [ - -117.36773185599998, - 33.17480724700005 - ], - [ - -117.36767198499996, - 33.17474470700006 - ], - [ - -117.36761664899996, - 33.174686902000076 - ], - [ - -117.36754940399999, - 33.174616652000054 - ], - [ - -117.36753343, - 33.17459996400004 - ], - [ - -117.36745425299995, - 33.17451801900006 - ], - [ - -117.36736021699994, - 33.174420687000065 - ], - [ - -117.36732808799997, - 33.17438743200006 - ], - [ - -117.367290186, - 33.17434793500007 - ], - [ - -117.36723090499999, - 33.174286161000055 - ], - [ - -117.367171628, - 33.17422439500007 - ], - [ - -117.36712935199995, - 33.17418033400003 - ], - [ - -117.36711329999997, - 33.17416093200006 - ], - [ - -117.36705533399999, - 33.174090877000026 - ], - [ - -117.36700563399995, - 33.17403080300005 - ], - [ - -117.36696006099999, - 33.17397572100003 - ], - [ - -117.36694378599998, - 33.17395644700002 - ], - [ - -117.36688339699998, - 33.173886123000045 - ], - [ - -117.36683619799999, - 33.173829031000025 - ], - [ - -117.36677528999996, - 33.17375689800008 - ], - [ - -117.36676428399994, - 33.17374386300003 - ], - [ - -117.36671730199998, - 33.17368686300006 - ], - [ - -117.36666513499995, - 33.17362357300004 - ], - [ - -117.36660884799994, - 33.17355528500008 - ], - [ - -117.36654843499997, - 33.17348198900004 - ], - [ - -117.36654561299997, - 33.17347856600003 - ], - [ - -117.36630030799995, - 33.17322734600003 - ], - [ - -117.36623970299996, - 33.17314284400004 - ], - [ - -117.36613050999995, - 33.172990593000065 - ], - [ - -117.36612662099998, - 33.17298517000006 - ], - [ - -117.36607729199994, - 33.17292932600003 - ], - [ - -117.36599124699995, - 33.172838316000025 - ], - [ - -117.36594813399995, - 33.172789231000024 - ], - [ - -117.36593511099994, - 33.17277545700006 - ], - [ - -117.36587856399996, - 33.172715648000064 - ], - [ - -117.36581183199996, - 33.17264506300006 - ], - [ - -117.36581088499997, - 33.172644062000074 - ], - [ - -117.36581084099998, - 33.17264401600005 - ], - [ - -117.365809, - 33.17264206100003 - ], - [ - -117.36573863099994, - 33.172569691000035 - ], - [ - -117.36571230599998, - 33.17255054100008 - ], - [ - -117.36555369499996, - 33.17243516100007 - ], - [ - -117.36531953699995, - 33.172127455000066 - ], - [ - -117.36531611499998, - 33.172123835000036 - ], - [ - -117.36530348699995, - 33.17211048200005 - ], - [ - -117.36527898699995, - 33.172084566000024 - ], - [ - -117.36526241999997, - 33.17206704200004 - ], - [ - -117.36525508199998, - 33.17205928100003 - ], - [ - -117.36521604299998, - 33.17201798900004 - ], - [ - -117.36519923699996, - 33.17199903300008 - ], - [ - -117.36513904699996, - 33.17193115300006 - ], - [ - -117.36502027699999, - 33.171797198000036 - ], - [ - -117.36498393999995, - 33.17175621900003 - ], - [ - -117.36489740899998, - 33.171661003000054 - ], - [ - -117.36483947499994, - 33.17159725300007 - ], - [ - -117.36477834699997, - 33.171529992000046 - ], - [ - -117.364738661, - 33.17148632100003 - ], - [ - -117.36471921999998, - 33.17146423300005 - ], - [ - -117.36471379399995, - 33.17145806800005 - ], - [ - -117.36466361599997, - 33.17140105900006 - ], - [ - -117.36460213099997, - 33.17133120900007 - ], - [ - -117.36448663899995, - 33.17119999400006 - ], - [ - -117.36437247499998, - 33.17106162400006 - ], - [ - -117.3642908, - 33.170962633000045 - ], - [ - -117.36425460799995, - 33.17091880400005 - ], - [ - -117.36414752399997, - 33.17078913200004 - ], - [ - -117.36409072699996, - 33.170720353000036 - ], - [ - -117.363981089, - 33.17058758200005 - ], - [ - -117.36392473199999, - 33.17051933400006 - ], - [ - -117.36385598199996, - 33.17043607800008 - ], - [ - -117.36380231199996, - 33.17037092900006 - ], - [ - -117.363696485, - 33.17024246900007 - ], - [ - -117.36358394899997, - 33.170105867000075 - ], - [ - -117.36352616099998, - 33.17003571400005 - ], - [ - -117.36346729799999, - 33.16996426700007 - ], - [ - -117.36341932399995, - 33.16990602800007 - ], - [ - -117.36341103299998, - 33.169895962000055 - ], - [ - -117.36335476699998, - 33.169827664000024 - ], - [ - -117.36335222799994, - 33.169829220000054 - ], - [ - -117.36329496699994, - 33.16975123800006 - ], - [ - -117.36323850799994, - 33.16968028600007 - ], - [ - -117.36320868099995, - 33.16964757100004 - ], - [ - -117.36313897699995, - 33.16956299200007 - ], - [ - -117.36304601599994, - 33.16944839100006 - ], - [ - -117.36295973099999, - 33.169344720000026 - ], - [ - -117.36280373599999, - 33.16915647500008 - ], - [ - -117.36270141099999, - 33.16903811700007 - ], - [ - -117.36270417199995, - 33.16903643200004 - ], - [ - -117.36253820399997, - 33.16883453400004 - ], - [ - -117.36232582799994, - 33.16858082600004 - ], - [ - -117.36222953099997, - 33.16846075600006 - ], - [ - -117.36217312899998, - 33.16839187900007 - ], - [ - -117.36202862999994, - 33.16824655400006 - ], - [ - -117.36194838799997, - 33.16812322100003 - ], - [ - -117.36187111299995, - 33.16802970700007 - ], - [ - -117.361764914, - 33.16790195100003 - ], - [ - -117.36173504299995, - 33.16786601600006 - ], - [ - -117.36162880899997, - 33.167735039000036 - ], - [ - -117.36157287999998, - 33.16766707800008 - ], - [ - -117.36157277799998, - 33.16766695300004 - ], - [ - -117.36157267599998, - 33.16766682900004 - ], - [ - -117.36155246799996, - 33.16764227400006 - ], - [ - -117.36140649999999, - 33.16747043000004 - ], - [ - -117.36123729599996, - 33.16727129800006 - ], - [ - -117.36114107699996, - 33.167156728000066 - ], - [ - -117.36097184999994, - 33.16695485300005 - ], - [ - -117.36087892899997, - 33.16684299700006 - ], - [ - -117.36078266899995, - 33.16672567400008 - ], - [ - -117.36068640999997, - 33.16660835000005 - ], - [ - -117.36058354699998, - 33.16648558800006 - ], - [ - -117.360497233, - 33.16637917000003 - ], - [ - -117.36035116, - 33.166199074000076 - ], - [ - -117.36020505299996, - 33.16601623400004 - ], - [ - -117.36009548399994, - 33.16587978900003 - ], - [ - -117.35999248, - 33.16574603500004 - ], - [ - -117.35988955099998, - 33.16561777700008 - ], - [ - -117.35976997299997, - 33.16546493100003 - ], - [ - -117.35955736499994, - 33.165191985000035 - ], - [ - -117.35947758799995, - 33.16508550300006 - ], - [ - -117.35943067699998, - 33.16502527800003 - ], - [ - -117.35937128599994, - 33.16494902900007 - ], - [ - -117.35926825399997, - 33.16481252600005 - ], - [ - -117.35915868599994, - 33.16467608200003 - ], - [ - -117.35915067999997, - 33.16466626000005 - ], - [ - -117.35894292399996, - 33.16441140500007 - ], - [ - -117.35869325299996, - 33.16458486000005 - ], - [ - -117.35840455099998, - 33.16478542700003 - ], - [ - -117.35831770299995, - 33.16484576400006 - ], - [ - -117.35819000999999, - 33.164933811000026 - ], - [ - -117.35813845899997, - 33.16496935600003 - ], - [ - -117.35810257799994, - 33.164994096000044 - ], - [ - -117.35808235599995, - 33.16500804000003 - ], - [ - -117.35802288999997, - 33.16504904100003 - ], - [ - -117.35785896099998, - 33.165206848000025 - ], - [ - -117.35784732499997, - 33.16522209200008 - ], - [ - -117.35783987899998, - 33.16523432200006 - ], - [ - -117.35783618399995, - 33.16524061500007 - ], - [ - -117.35783264499997, - 33.165246645000025 - ], - [ - -117.35782563499998, - 33.165259056000025 - ], - [ - -117.35781884299996, - 33.16527155600005 - ], - [ - -117.35781326799997, - 33.16528223100005 - ], - [ - -117.35781227299998, - 33.16528413700007 - ], - [ - -117.35780919599995, - 33.16529028100007 - ], - [ - -117.357805929, - 33.16529680200006 - ], - [ - -117.35779980599995, - 33.165309541000056 - ], - [ - -117.35779391199998, - 33.165322358000026 - ], - [ - -117.35778824499994, - 33.16533524700003 - ], - [ - -117.35778280599999, - 33.16534820600003 - ], - [ - -117.35777759899997, - 33.16536123100008 - ], - [ - -117.35777262, - 33.16537431800003 - ], - [ - -117.357767879, - 33.16538746500004 - ], - [ - -117.35776336599997, - 33.16540067500006 - ], - [ - -117.35775908899996, - 33.16541393500006 - ], - [ - -117.35775504699996, - 33.16542725000005 - ], - [ - -117.35775124, - 33.16544061400003 - ], - [ - -117.35774767399994, - 33.16545402600008 - ], - [ - -117.35774434399997, - 33.16546747900003 - ], - [ - -117.35774124899996, - 33.16548097100008 - ], - [ - -117.35773839299998, - 33.16549450100007 - ], - [ - -117.35773578099997, - 33.16550806500004 - ], - [ - -117.35773341, - 33.16552166300005 - ], - [ - -117.35773127899995, - 33.16553528700007 - ], - [ - -117.35773078899996, - 33.16553882000005 - ], - [ - -117.35772938599996, - 33.16554893700004 - ], - [ - -117.35772810199995, - 33.16555959400006 - ], - [ - -117.35772773899998, - 33.16556260800007 - ], - [ - -117.35772633299996, - 33.165576298000076 - ], - [ - -117.357725169, - 33.16559000600006 - ], - [ - -117.35772424799995, - 33.16560372500004 - ], - [ - -117.35772356799998, - 33.16561745700005 - ], - [ - -117.35772313399997, - 33.165631191000045 - ], - [ - -117.35772294099996, - 33.16564494100004 - ], - [ - -117.35772299399997, - 33.16565867600008 - ], - [ - -117.35772328799999, - 33.16567241200005 - ], - [ - -117.35772369999995, - 33.16568330800004 - ], - [ - -117.35772371999997, - 33.165683874000024 - ], - [ - -117.35773709999995, - 33.165966852000054 - ], - [ - -117.35773746299998, - 33.16598059000006 - ], - [ - -117.35773754799999, - 33.16599432900006 - ], - [ - -117.35773735599997, - 33.166008067000064 - ], - [ - -117.35773688199998, - 33.16602180700005 - ], - [ - -117.35773613299995, - 33.16603553500005 - ], - [ - -117.35773510799999, - 33.16604925000007 - ], - [ - -117.35773380299997, - 33.16606294500008 - ], - [ - -117.357732221, - 33.16607662400003 - ], - [ - -117.35773036499995, - 33.166090274000055 - ], - [ - -117.35772896599997, - 33.166099220000035 - ], - [ - -117.35772823399998, - 33.166103898000074 - ], - [ - -117.357726803, - 33.16611196000002 - ], - [ - -117.35772582199996, - 33.16611749100008 - ], - [ - -117.357723137, - 33.16613104500004 - ], - [ - -117.35772018199998, - 33.16614456100007 - ], - [ - -117.35771695099999, - 33.16615803000008 - ], - [ - -117.35771344899996, - 33.166171451000025 - ], - [ - -117.35770967699995, - 33.16618482400003 - ], - [ - -117.35770563299997, - 33.16619813900007 - ], - [ - -117.35770132, - 33.16621139200004 - ], - [ - -117.35769673799996, - 33.16622458100005 - ], - [ - -117.35769189399997, - 33.16623770500007 - ], - [ - -117.35768678099998, - 33.16625075700006 - ], - [ - -117.35768140799996, - 33.16626373400004 - ], - [ - -117.35767576899997, - 33.16627663400004 - ], - [ - -117.35766987399995, - 33.166289447000054 - ], - [ - -117.357663721, - 33.16630217900007 - ], - [ - -117.35765730799994, - 33.16631481500008 - ], - [ - -117.35765064099996, - 33.16632736200006 - ], - [ - -117.35764372299997, - 33.16633981200005 - ], - [ - -117.35763655199997, - 33.16635215800005 - ], - [ - -117.35762942599996, - 33.16636392300006 - ], - [ - -117.35762923199997, - 33.16636424200004 - ], - [ - -117.35762913499997, - 33.166364403000046 - ], - [ - -117.357621468, - 33.166376539000055 - ], - [ - -117.35761355399995, - 33.166388562000066 - ], - [ - -117.357605402, - 33.16640047100003 - ], - [ - -117.35759701199999, - 33.16641226200005 - ], - [ - -117.35758838299995, - 33.166423929000075 - ], - [ - -117.35757951799997, - 33.166435472000046 - ], - [ - -117.35757041699998, - 33.16644689000003 - ], - [ - -117.35756109599998, - 33.166458171000045 - ], - [ - -117.35755154299994, - 33.16646931900004 - ], - [ - -117.35754176499995, - 33.166480328000034 - ], - [ - -117.357531769, - 33.16649119700003 - ], - [ - -117.35752154999994, - 33.16650191800005 - ], - [ - -117.35751111899998, - 33.166512494000074 - ], - [ - -117.35750047199997, - 33.16652292200007 - ], - [ - -117.35748961799999, - 33.16653319400007 - ], - [ - -117.35747855499994, - 33.16654330600005 - ], - [ - -117.35746729299996, - 33.16655326000006 - ], - [ - -117.35745582499999, - 33.16656304900005 - ], - [ - -117.35744416799997, - 33.16657267800008 - ], - [ - -117.35743296299995, - 33.16658161600003 - ], - [ - -117.357432314, - 33.166582135000056 - ], - [ - -117.35742794999999, - 33.166588028000035 - ], - [ - -117.35741800899996, - 33.16659290500007 - ], - [ - -117.35855100899994, - 33.16769388500006 - ], - [ - -117.35855108099997, - 33.16769395400007 - ], - [ - -117.35874087599996, - 33.16787838400006 - ], - [ - -117.35896804799995, - 33.168099131000076 - ], - [ - -117.35905269299997, - 33.168181384000036 - ], - [ - -117.35907734099999, - 33.168205424000064 - ], - [ - -117.35910251099995, - 33.168229980000035 - ], - [ - -117.35914203299996, - 33.168268537000074 - ], - [ - -117.35932428299998, - 33.16844715600007 - ], - [ - -117.35932534499995, - 33.16844819700003 - ], - [ - -117.35955966999995, - 33.168677854000066 - ], - [ - -117.35962994399995, - 33.16874672700004 - ], - [ - -117.35969326299994, - 33.16880878200004 - ], - [ - -117.359714511, - 33.16882960800007 - ], - [ - -117.35971435099998, - 33.168829609000056 - ], - [ - -117.35970906499995, - 33.16882963900002 - ], - [ - -117.35885179699994, - 33.16883457800003 - ], - [ - -117.35885195799995, - 33.16883474000008 - ], - [ - -117.35886534399998, - 33.168848135000076 - ], - [ - -117.35885737299998, - 33.16884813900003 - ], - [ - -117.35878312099999, - 33.16884820900003 - ], - [ - -117.35878293099995, - 33.16884820900003 - ], - [ - -117.35877010599995, - 33.16883530900003 - ], - [ - -117.35833872999996, - 33.16883504300006 - ], - [ - -117.35703484099997, - 33.16884257100003 - ], - [ - -117.35704118799998, - 33.16884990500006 - ], - [ - -117.35665798999997, - 33.16884851800006 - ], - [ - -117.35665575999997, - 33.168845917000056 - ], - [ - -117.35665544299997, - 33.16884554400008 - ], - [ - -117.35653064999997, - 33.168698438000035 - ], - [ - -117.35627897899997, - 33.16884714100007 - ], - [ - -117.35491094999998, - 33.168851575000076 - ], - [ - -117.35403820499994, - 33.16885439400005 - ], - [ - -117.35280119, - 33.16886112800006 - ], - [ - -117.35278981099998, - 33.16886119000003 - ], - [ - -117.35278983099994, - 33.168863963000035 - ], - [ - -117.35280670099996, - 33.17119005100005 - ], - [ - -117.35281418699998, - 33.17222220600007 - ], - [ - -117.35281646399994, - 33.17253625400008 - ], - [ - -117.35281649499996, - 33.17254117900006 - ], - [ - -117.35281905199997, - 33.17274404600005 - ], - [ - -117.35281936899997, - 33.172769284000026 - ], - [ - -117.35282060499998, - 33.17303762700004 - ], - [ - -117.35282075599997, - 33.17307055100002 - ], - [ - -117.35282268799995, - 33.17348977000006 - ], - [ - -117.35282400299997, - 33.17377518700005 - ], - [ - -117.35282401899997, - 33.17378713800008 - ], - [ - -117.35282432399998, - 33.17400393400004 - ], - [ - -117.35282504399999, - 33.174516734000065 - ], - [ - -117.35282504599996, - 33.17451959700003 - ], - [ - -117.35282504899999, - 33.17452003500006 - ], - [ - -117.35283172899994, - 33.17479172000003 - ], - [ - -117.35283173699997, - 33.17479207800005 - ], - [ - -117.35281212999996, - 33.17479225300008 - ], - [ - -117.35233821099996, - 33.174790415000075 - ], - [ - -117.35224981399995, - 33.174790072000064 - ], - [ - -117.35206128399994, - 33.174789141000076 - ], - [ - -117.3515248, - 33.17478649000003 - ], - [ - -117.35152682299997, - 33.174787 - ], - [ - -117.35152787599998, - 33.17478726500008 - ], - [ - -117.35072530899998, - 33.174805106000065 - ], - [ - -117.35072694399997, - 33.174804874000074 - ], - [ - -117.35030307099998, - 33.17479259600003 - ], - [ - -117.35006122699997, - 33.174468337000064 - ], - [ - -117.34990063699996, - 33.17425302000004 - ], - [ - -117.34990030499995, - 33.17425321400003 - ], - [ - -117.34957222999998, - 33.17444464400006 - ], - [ - -117.34903578099994, - 33.17475765000006 - ], - [ - -117.34888273799999, - 33.17484694500007 - ], - [ - -117.34888281499997, - 33.174847046000025 - ], - [ - -117.348900948, - 33.17487095700005 - ], - [ - -117.34910741699997, - 33.17514382000007 - ], - [ - -117.34912200999997, - 33.17516310100007 - ], - [ - -117.34912232599999, - 33.17516351900008 - ], - [ - -117.34928286199994, - 33.17537395800008 - ], - [ - -117.34961777499996, - 33.175759335000066 - ], - [ - -117.349623152, - 33.17597862500003 - ], - [ - -117.34962782399998, - 33.176169119000065 - ], - [ - -117.34962864599999, - 33.176202716000034 - ], - [ - -117.34953444899998, - 33.17620148000003 - ], - [ - -117.34938177899994, - 33.17619947600008 - ], - [ - -117.34936752299996, - 33.176199290000056 - ], - [ - -117.34911811999996, - 33.176196350000055 - ], - [ - -117.34895671899994, - 33.17619444800005 - ], - [ - -117.34861379299997, - 33.17618951900005 - ], - [ - -117.34651856899995, - 33.17615938500006 - ], - [ - -117.34572049599996, - 33.17614789700008 - ], - [ - -117.3446982899999, - 33.176132908000056 - ], - [ - -117.34437696799995, - 33.17612819300007 - ], - [ - -117.34436218599996, - 33.17633535600004 - ], - [ - -117.34430413899997, - 33.17714790800005 - ], - [ - -117.34430180099997, - 33.17718064500008 - ], - [ - -117.34425536699996, - 33.17783062800004 - ], - [ - -117.34425535899999, - 33.17783072700007 - ], - [ - -117.34423977199998, - 33.17804892200007 - ], - [ - -117.34423515499998, - 33.17811354500003 - ], - [ - -117.34418502399996, - 33.17881522500005 - ], - [ - -117.344185, - 33.178815547000056 - ], - [ - -117.34411759999995, - 33.17975903900003 - ], - [ - -117.34411263299995, - 33.17982858600004 - ], - [ - -117.34411261699995, - 33.179828807000035 - ], - [ - -117.34049338499995, - 33.17980693700002 - ], - [ - -117.34047957899998, - 33.17980685300006 - ], - [ - -117.340445102, - 33.17980645500006 - ], - [ - -117.34044304999998, - 33.17980643100003 - ], - [ - -117.34040247299998, - 33.179805961000056 - ], - [ - -117.34012411699996, - 33.17980557800007 - ], - [ - -117.33960016199995, - 33.17980485500004 - ], - [ - -117.33946768199996, - 33.179804673000035 - ], - [ - -117.33946775899994, - 33.17980516700004 - ], - [ - -117.33946746999999, - 33.17980516600005 - ], - [ - -117.339467271, - 33.179805 - ], - [ - -117.33695740599995, - 33.179789121000056 - ], - [ - -117.33694759899998, - 33.17978905900003 - ], - [ - -117.33694433499994, - 33.179789037000035 - ], - [ - -117.33694106299998, - 33.17978901500004 - ], - [ - -117.33620236599995, - 33.179783755000074 - ], - [ - -117.33620224899994, - 33.179783755000074 - ], - [ - -117.336068061, - 33.17978271100003 - ], - [ - -117.33597758699995, - 33.17978369300005 - ], - [ - -117.33587244299997, - 33.17978483400003 - ], - [ - -117.33585998599995, - 33.17978474000006 - ], - [ - -117.335743246, - 33.17978386600004 - ], - [ - -117.33527403299996, - 33.17978035100003 - ], - [ - -117.33270800599996, - 33.17976109800003 - ], - [ - -117.33264735199998, - 33.179760643000066 - ], - [ - -117.33264143099996, - 33.17976064100003 - ], - [ - -117.33256760199998, - 33.17976061400003 - ], - [ - -117.33251197199996, - 33.179760593000026 - ], - [ - -117.33244325099997, - 33.17975927400005 - ], - [ - -117.33172406199998, - 33.17974549100006 - ], - [ - -117.33172395599996, - 33.17974549000007 - ], - [ - -117.331699991, - 33.179745034000064 - ], - [ - -117.33137023599994, - 33.17973308300003 - ], - [ - -117.33135266499994, - 33.17973244500007 - ], - [ - -117.33100190399995, - 33.17985275700005 - ], - [ - -117.33071658499995, - 33.17995062000006 - ], - [ - -117.33057222599996, - 33.179996542000026 - ], - [ - -117.32987823399998, - 33.18021730500004 - ], - [ - -117.32987771199998, - 33.18021747100005 - ], - [ - -117.32947288999998, - 33.18034624500007 - ], - [ - -117.329459107, - 33.18038944500006 - ], - [ - -117.32945892699996, - 33.18039000700003 - ], - [ - -117.32941047499997, - 33.18054187700005 - ], - [ - -117.32928280999994, - 33.18057052800003 - ], - [ - -117.32912312599996, - 33.18060025200003 - ], - [ - -117.32709056699997, - 33.18105364200005 - ], - [ - -117.32690598799996, - 33.18109481000005 - ], - [ - -117.32655354399998, - 33.18116048700006 - ], - [ - -117.32654357499996, - 33.18116222000003 - ], - [ - -117.32646799499997, - 33.18117536800003 - ], - [ - -117.32639435099998, - 33.18118939400006 - ], - [ - -117.32637186099998, - 33.18119403500003 - ], - [ - -117.326332773, - 33.18120208700003 - ], - [ - -117.32632102799994, - 33.18120450600003 - ], - [ - -117.32630872199996, - 33.18120723100003 - ], - [ - -117.32624803599998, - 33.18122067400003 - ], - [ - -117.32617537399994, - 33.181237940000074 - ], - [ - -117.326117093, - 33.18125271200006 - ], - [ - -117.326103091, - 33.181256260000055 - ], - [ - -117.32608842199994, - 33.18126021200004 - ], - [ - -117.32603119699996, - 33.18127562800004 - ], - [ - -117.32595971599994, - 33.18129606000008 - ], - [ - -117.325904488, - 33.18131274700005 - ], - [ - -117.32588866099996, - 33.18131752900007 - ], - [ - -117.32585845099999, - 33.18132716700006 - ], - [ - -117.32581808799995, - 33.181340043000034 - ], - [ - -117.32578440599997, - 33.18135135000006 - ], - [ - -117.32574796499995, - 33.181363582000074 - ], - [ - -117.325730304, - 33.181369817000075 - ], - [ - -117.32567834899999, - 33.18138815700007 - ], - [ - -117.325609252, - 33.18141374800007 - ], - [ - -117.32554071899995, - 33.18144034300008 - ], - [ - -117.32547271799996, - 33.18146795300004 - ], - [ - -117.325405317, - 33.18149654900003 - ], - [ - -117.32538928499997, - 33.18150364600007 - ], - [ - -117.32536781799996, - 33.18151315100005 - ], - [ - -117.32536723299995, - 33.18151340400004 - ], - [ - -117.32534428199995, - 33.18152357400004 - ], - [ - -117.32533851599999, - 33.181526129000076 - ], - [ - -117.32527234099996, - 33.18155668300005 - ], - [ - -117.32523751099995, - 33.18157344200006 - ], - [ - -117.32520681399996, - 33.181588212000065 - ], - [ - -117.32519498299996, - 33.18159413600006 - ], - [ - -117.32514194399994, - 33.18162069700003 - ], - [ - -117.32507775799996, - 33.18165412500008 - ], - [ - -117.32503372099995, - 33.18168126900002 - ], - [ - -117.32502211999997, - 33.18168842000006 - ], - [ - -117.32496607699994, - 33.18171571900007 - ], - [ - -117.32493047199995, - 33.181732176000025 - ], - [ - -117.32489450699995, - 33.18174811200004 - ], - [ - -117.32486885299994, - 33.181759009000075 - ], - [ - -117.32485824099996, - 33.181763516000046 - ], - [ - -117.32484602099998, - 33.18176848400003 - ], - [ - -117.32484547299998, - 33.18176870600007 - ], - [ - -117.32482166299997, - 33.18177837800005 - ], - [ - -117.32478477199999, - 33.181792708000046 - ], - [ - -117.32474757999995, - 33.181806496000036 - ], - [ - -117.32471012199994, - 33.181819733000054 - ], - [ - -117.32467238599997, - 33.18183241600008 - ], - [ - -117.32463439699995, - 33.181844538000064 - ], - [ - -117.32459616399996, - 33.181856106000055 - ], - [ - -117.32455768999995, - 33.181867114000056 - ], - [ - -117.32451899699998, - 33.181877549000035 - ], - [ - -117.32448009499996, - 33.181887421000056 - ], - [ - -117.324411409, - 33.18190429400005 - ], - [ - -117.32434237899997, - 33.181920149000064 - ], - [ - -117.32427303099996, - 33.18193499800003 - ], - [ - -117.32420338799994, - 33.18194881900007 - ], - [ - -117.32413346199996, - 33.18196162300006 - ], - [ - -117.324063288, - 33.18197339000005 - ], - [ - -117.32399559999999, - 33.18198371500006 - ], - [ - -117.32399288799996, - 33.181984131000036 - ], - [ - -117.32392226399998, - 33.18199383000007 - ], - [ - -117.32385143899995, - 33.182002503000035 - ], - [ - -117.32379124299996, - 33.18200883700007 - ], - [ - -117.32373091699998, - 33.18201429000004 - ], - [ - -117.32367048599997, - 33.182018853000045 - ], - [ - -117.32360997299998, - 33.182022525000036 - ], - [ - -117.32354938999998, - 33.18202531700007 - ], - [ - -117.32348876199995, - 33.18202720900007 - ], - [ - -117.32342809899995, - 33.182028219000074 - ], - [ - -117.32336742599995, - 33.182028339000055 - ], - [ - -117.32330675299994, - 33.18202755600004 - ], - [ - -117.32324611599995, - 33.18202589400005 - ], - [ - -117.32318551399999, - 33.18202333900007 - ], - [ - -117.323124985, - 33.18201989200003 - ], - [ - -117.32306452799997, - 33.18201556300005 - ], - [ - -117.32300416599998, - 33.18201034300006 - ], - [ - -117.32294393399997, - 33.182004240000026 - ], - [ - -117.32288383199995, - 33.18199724600004 - ], - [ - -117.32268911199998, - 33.18196054300006 - ], - [ - -117.32257679899999, - 33.18193701900003 - ], - [ - -117.32246499499996, - 33.18191181700007 - ], - [ - -117.32235372599996, - 33.181884997000054 - ], - [ - -117.32224302499998, - 33.18185654700005 - ], - [ - -117.32213294099995, - 33.18182646900004 - ], - [ - -117.32202349599999, - 33.181794781000065 - ], - [ - -117.32191472699998, - 33.18176149300007 - ], - [ - -117.32180666699998, - 33.18172661400007 - ], - [ - -117.32169934199999, - 33.18169015500007 - ], - [ - -117.32161207299998, - 33.18165900500003 - ], - [ - -117.32159279899997, - 33.18165212400004 - ], - [ - -117.32149714899998, - 33.181618111000034 - ], - [ - -117.32140806499996, - 33.18158643100003 - ], - [ - -117.32125204299996, - 33.18153388800005 - ], - [ - -117.32109496799995, - 33.18148363900008 - ], - [ - -117.32093687199995, - 33.18143570700005 - ], - [ - -117.32077780499998, - 33.18139010900006 - ], - [ - -117.32061780999999, - 33.18134683900007 - ], - [ - -117.32061758199995, - 33.18134678000007 - ], - [ - -117.32061406899999, - 33.18134588500004 - ], - [ - -117.32045694199996, - 33.18130593700005 - ], - [ - -117.32036129699998, - 33.18128314200004 - ], - [ - -117.320295252, - 33.18126740100007 - ], - [ - -117.32029211399998, - 33.18126670300006 - ], - [ - -117.32025775399995, - 33.18125906100005 - ], - [ - -117.31866267899994, - 33.18080628200005 - ], - [ - -117.31857104599999, - 33.18078537900004 - ], - [ - -117.317702307, - 33.18058720200003 - ], - [ - -117.31767763699997, - 33.180582369000035 - ], - [ - -117.31592268599996, - 33.18023841100006 - ], - [ - -117.31516848799998, - 33.18014023300003 - ], - [ - -117.31514533199999, - 33.18006294500003 - ], - [ - -117.31508119699998, - 33.180052330000024 - ], - [ - -117.31503994199994, - 33.18010784100005 - ], - [ - -117.31502926599995, - 33.18012220500003 - ], - [ - -117.31458942799998, - 33.180068181000024 - ], - [ - -117.31172113999997, - 33.17971583700006 - ], - [ - -117.31163920899996, - 33.179705772000034 - ], - [ - -117.31159439899994, - 33.179700267000044 - ], - [ - -117.31152937499996, - 33.17969227900005 - ], - [ - -117.31152718899995, - 33.17969201000005 - ], - [ - -117.31128285699998, - 33.17966198800008 - ], - [ - -117.31079072399996, - 33.17948510600007 - ], - [ - -117.31079071899995, - 33.17948490900005 - ], - [ - -117.31078960199994, - 33.17948450700004 - ], - [ - -117.31078945899998, - 33.179484493000075 - ], - [ - -117.31076583, - 33.17947599900003 - ], - [ - -117.31020264799997, - 33.179273540000054 - ], - [ - -117.31002594799997, - 33.17929828600006 - ], - [ - -117.30968358799998, - 33.17952319500006 - ], - [ - -117.30968299799997, - 33.17952358200006 - ], - [ - -117.30963384799998, - 33.17955587000006 - ], - [ - -117.30947205299998, - 33.17957822600005 - ], - [ - -117.30947023899995, - 33.179578477000064 - ], - [ - -117.30946906899999, - 33.17957865400007 - ], - [ - -117.30911259299995, - 33.17963261400007 - ], - [ - -117.30894712699995, - 33.179656968000074 - ], - [ - -117.30870539499995, - 33.17969562800005 - ], - [ - -117.30844151199994, - 33.17974490100005 - ], - [ - -117.30817965899996, - 33.17980126600003 - ], - [ - -117.30792007899998, - 33.17986465100006 - ], - [ - -117.30766305599997, - 33.17993500400007 - ], - [ - -117.30740883399994, - 33.18001225300003 - ], - [ - -117.30715769799997, - 33.18009630700004 - ], - [ - -117.30692344099998, - 33.180181910000044 - ], - [ - -117.30641360299995, - 33.18027138200006 - ], - [ - -117.30610954199994, - 33.18032474000006 - ], - [ - -117.304019397, - 33.18111063200007 - ], - [ - -117.30337744699995, - 33.18127828000007 - ], - [ - -117.30321257399999, - 33.181449427000075 - ], - [ - -117.30146850899996, - 33.18203812300004 - ], - [ - -117.30099269699997, - 33.18200031500004 - ], - [ - -117.30011295999998, - 33.182448511000075 - ], - [ - -117.30003869399997, - 33.18229292900003 - ], - [ - -117.29952386699995, - 33.182340357000044 - ], - [ - -117.29937176499999, - 33.18235436900005 - ], - [ - -117.29937041899996, - 33.18224164700007 - ], - [ - -117.29936974499998, - 33.18222361100004 - ], - [ - -117.29936801799994, - 33.18217680600003 - ], - [ - -117.29936225999995, - 33.18202093700006 - ], - [ - -117.29936224, - 33.18202037200007 - ], - [ - -117.29934355899996, - 33.18151455700007 - ], - [ - -117.29933339699994, - 33.18123435800004 - ], - [ - -117.29932250899998, - 33.18093417000006 - ], - [ - -117.29927630399999, - 33.17966021900003 - ], - [ - -117.29927036599997, - 33.179534810000064 - ], - [ - -117.29920651599997, - 33.177915589000065 - ], - [ - -117.29920583699999, - 33.177812317000075 - ], - [ - -117.29920575799997, - 33.17780015500006 - ], - [ - -117.29920145999995, - 33.17768472800003 - ], - [ - -117.29918367699997, - 33.17720721400008 - ], - [ - -117.29915768599994, - 33.17650944600007 - ], - [ - -117.29900814299998, - 33.17600543700007 - ], - [ - -117.29889122399999, - 33.17561137900003 - ], - [ - -117.29889116299995, - 33.175611176000075 - ], - [ - -117.29887756199997, - 33.17556533700008 - ], - [ - -117.29740438799996, - 33.175592547000065 - ], - [ - -117.29668875599998, - 33.17560576100004 - ], - [ - -117.29628772799998, - 33.17561316000007 - ], - [ - -117.29583676899995, - 33.175621480000075 - ], - [ - -117.29558776199997, - 33.17562607600007 - ], - [ - -117.29543745899997, - 33.17562884700004 - ], - [ - -117.29529022199995, - 33.17563156700004 - ], - [ - -117.29514991899998, - 33.17563415200004 - ], - [ - -117.29501574099999, - 33.17563662600003 - ], - [ - -117.29482316499997, - 33.17564017900003 - ], - [ - -117.29469265599994, - 33.17564258500005 - ], - [ - -117.29456174299997, - 33.17564499900004 - ], - [ - -117.29443433299997, - 33.17564735000008 - ], - [ - -117.29430034799998, - 33.17564982000005 - ], - [ - -117.29416617099997, - 33.17565229400003 - ], - [ - -117.29403921299996, - 33.17565463500006 - ], - [ - -117.29362331799996, - 33.175662302000035 - ], - [ - -117.29285592399998, - 33.17567644500008 - ], - [ - -117.29277257599995, - 33.17567798400006 - ], - [ - -117.292342551, - 33.17566169400004 - ], - [ - -117.29227093599997, - 33.175662862000024 - ], - [ - -117.29195187799996, - 33.175668073000054 - ], - [ - -117.29189645799994, - 33.17566897800003 - ], - [ - -117.29183860499995, - 33.175669922000054 - ], - [ - -117.29163822199996, - 33.175673190000055 - ], - [ - -117.29140472399996, - 33.175676999000075 - ], - [ - -117.29136727899999, - 33.17567761000004 - ], - [ - -117.29110555299997, - 33.17568188000007 - ], - [ - -117.29084072899997, - 33.175686201000076 - ], - [ - -117.29063175199997, - 33.175689609000074 - ], - [ - -117.29038305999995, - 33.17569366400005 - ], - [ - -117.29014642099997, - 33.175697522000064 - ], - [ - -117.28994563699996, - 33.17570079700005 - ], - [ - -117.28974260399997, - 33.17570410800005 - ], - [ - -117.28956501099998, - 33.175707001000035 - ], - [ - -117.28953642199997, - 33.17570743300007 - ], - [ - -117.28939836599994, - 33.175709520000055 - ], - [ - -117.28932343499997, - 33.17571065100003 - ], - [ - -117.28923498899997, - 33.175711989000035 - ], - [ - -117.28910702699994, - 33.17571392200006 - ], - [ - -117.28906832499996, - 33.175714507000066 - ], - [ - -117.28891802099997, - 33.17571693100007 - ], - [ - -117.28889132699999, - 33.17571736100007 - ], - [ - -117.28878402499998, - 33.17571908900004 - ], - [ - -117.28863045699995, - 33.175721562000035 - ], - [ - -117.288434382, - 33.17572472200004 - ], - [ - -117.28837178899994, - 33.17572567700006 - ], - [ - -117.28829026999995, - 33.175726928000074 - ], - [ - -117.28822525899994, - 33.17572792500005 - ], - [ - -117.28811008499997, - 33.175729690000026 - ], - [ - -117.28793769299995, - 33.17573233000007 - ], - [ - -117.28784564199998, - 33.17573380500005 - ], - [ - -117.28773259899998, - 33.175735615000065 - ], - [ - -117.28764686399995, - 33.17573698800004 - ], - [ - -117.28762040099997, - 33.175737412000046 - ], - [ - -117.28758747799998, - 33.17573794000003 - ], - [ - -117.28732248199998, - 33.17574218200008 - ], - [ - -117.28731028699997, - 33.17574237700006 - ], - [ - -117.28717632099995, - 33.175744447000056 - ], - [ - -117.28706467199999, - 33.175746169000035 - ], - [ - -117.286921426, - 33.17574837800004 - ], - [ - -117.28688548199995, - 33.17574891400005 - ], - [ - -117.28682283499995, - 33.17574984600003 - ], - [ - -117.28667962599997, - 33.17575197800005 - ], - [ - -117.28660684699997, - 33.175753060000034 - ], - [ - -117.286499887, - 33.17575465200002 - ], - [ - -117.28632343499999, - 33.175757254000075 - ], - [ - -117.28630118999996, - 33.175757857000065 - ], - [ - -117.28609767999995, - 33.17576337500003 - ], - [ - -117.28609741499997, - 33.17576110300007 - ], - [ - -117.28609735599997, - 33.175760592000074 - ], - [ - -117.28588732299994, - 33.17576391000006 - ], - [ - -117.28588713299996, - 33.175763913000026 - ], - [ - -117.28588726099997, - 33.17576529100006 - ], - [ - -117.28568952399996, - 33.17576720300008 - ], - [ - -117.28567968999994, - 33.17576729800004 - ], - [ - -117.28551631799996, - 33.17576996300005 - ], - [ - -117.28537810999995, - 33.17577221700003 - ], - [ - -117.28535618499996, - 33.17577257500005 - ], - [ - -117.28531937999998, - 33.175773176000064 - ], - [ - -117.28519281599995, - 33.175775239000075 - ], - [ - -117.28502614799999, - 33.175777958000026 - ], - [ - -117.28486603799996, - 33.175780333000034 - ], - [ - -117.28459790999995, - 33.17578431100003 - ], - [ - -117.28446736999996, - 33.175786248000065 - ], - [ - -117.28425761399996, - 33.175789558000076 - ], - [ - -117.28421574699996, - 33.17579021800003 - ], - [ - -117.28417217899994, - 33.17579058100006 - ], - [ - -117.28391674899996, - 33.17579271200003 - ], - [ - -117.28391649599996, - 33.17579271400007 - ], - [ - -117.283915875, - 33.175715557000046 - ], - [ - -117.28391545699998, - 33.175663549000035 - ], - [ - -117.28391521499998, - 33.17563338900004 - ], - [ - -117.28391402399996, - 33.175484906000065 - ], - [ - -117.283912526, - 33.175298019000024 - ], - [ - -117.28390988899997, - 33.17481169100006 - ], - [ - -117.28390927599997, - 33.174698876000036 - ], - [ - -117.28390823599995, - 33.174434346000055 - ], - [ - -117.28390791399994, - 33.17435257600005 - ], - [ - -117.28390552899998, - 33.17397925600005 - ], - [ - -117.28390494999996, - 33.17388865000004 - ], - [ - -117.28390449099999, - 33.173816645000045 - ], - [ - -117.28390429799998, - 33.17378097100004 - ], - [ - -117.28390204799996, - 33.173366188000045 - ], - [ - -117.283901389, - 33.17324498800008 - ], - [ - -117.28303548899999, - 33.172982853000065 - ], - [ - -117.282854177, - 33.173052840000025 - ], - [ - -117.28275894799998, - 33.17308959800005 - ], - [ - -117.28274947099999, - 33.17309301200004 - ], - [ - -117.28274909099997, - 33.173093151000046 - ], - [ - -117.28168823799996, - 33.17347506700003 - ], - [ - -117.28167277399996, - 33.173479505000046 - ], - [ - -117.28165742699997, - 33.17348422200007 - ], - [ - -117.281642203, - 33.173489208000035 - ], - [ - -117.28162710499998, - 33.17349446000003 - ], - [ - -117.28162490699998, - 33.173495270000046 - ], - [ - -117.28162474399994, - 33.17349533000004 - ], - [ - -117.28161213799996, - 33.17349998000003 - ], - [ - -117.28159731199997, - 33.17350575900008 - ], - [ - -117.28158263699999, - 33.17351179900004 - ], - [ - -117.28156811099996, - 33.17351809400003 - ], - [ - -117.28155374699998, - 33.17352464500004 - ], - [ - -117.28153955299996, - 33.17353144700007 - ], - [ - -117.28152552499995, - 33.17353849500006 - ], - [ - -117.28151167599998, - 33.17354579100004 - ], - [ - -117.28149801099994, - 33.17355333000006 - ], - [ - -117.28148453899996, - 33.17356110400004 - ], - [ - -117.28147126799996, - 33.173569119000035 - ], - [ - -117.28145819399998, - 33.173577359000035 - ], - [ - -117.28144532699997, - 33.17358583200007 - ], - [ - -117.28143267399997, - 33.173594526000045 - ], - [ - -117.28090904299995, - 33.17391580000003 - ], - [ - -117.28089839299997, - 33.17412202600008 - ], - [ - -117.28031782899996, - 33.17422305000002 - ], - [ - -117.28004899399997, - 33.17416567600003 - ], - [ - -117.27957407199995, - 33.174064319000024 - ], - [ - -117.27957410899995, - 33.17418474500005 - ], - [ - -117.279574315, - 33.17486688200006 - ], - [ - -117.27957435499997, - 33.17499330100003 - ], - [ - -117.27957456799999, - 33.17568499500004 - ], - [ - -117.27957459799995, - 33.17577937300007 - ], - [ - -117.27840894399998, - 33.17577809000005 - ], - [ - -117.27797310999995, - 33.175777606000054 - ], - [ - -117.27792052099994, - 33.17577758500005 - ], - [ - -117.27772798199999, - 33.175777509000056 - ], - [ - -117.27771326299995, - 33.17577750400005 - ], - [ - -117.27754852699996, - 33.17577743900006 - ], - [ - -117.27749918799998, - 33.17577742100008 - ], - [ - -117.27740582999996, - 33.17577738400007 - ], - [ - -117.27727037999995, - 33.17577733100006 - ], - [ - -117.2770154899999, - 33.17577723000005 - ], - [ - -117.27680303899996, - 33.175777149000055 - ], - [ - -117.27665947799994, - 33.17577709200003 - ], - [ - -117.27659711999996, - 33.17577706700007 - ], - [ - -117.27646083299999, - 33.17577701300007 - ], - [ - -117.27639123799997, - 33.17577698500003 - ], - [ - -117.27618205299996, - 33.17577690300004 - ], - [ - -117.27597286099996, - 33.17577682000007 - ], - [ - -117.27566915799997, - 33.17577669700006 - ], - [ - -117.27531574099999, - 33.17577655500003 - ], - [ - -117.27527345099998, - 33.17577653700005 - ], - [ - -117.27527311499995, - 33.17585332700003 - ], - [ - -117.27527256099995, - 33.175979933000065 - ], - [ - -117.27527265199996, - 33.17617060500004 - ], - [ - -117.27527272099996, - 33.17631249900006 - ], - [ - -117.27527279599997, - 33.176474667000036 - ], - [ - -117.27527283399996, - 33.176556436000055 - ], - [ - -117.27527287399994, - 33.176642307000066 - ], - [ - -117.27527297599994, - 33.176853949000076 - ], - [ - -117.27527360299996, - 33.17718520500006 - ], - [ - -117.27514941099997, - 33.177187537000066 - ], - [ - -117.27495316499994, - 33.177187969000045 - ], - [ - -117.27438425099996, - 33.177189215000055 - ], - [ - -117.274244093, - 33.17718952300004 - ], - [ - -117.27310658399995, - 33.17717967500005 - ], - [ - -117.27300686299998, - 33.177179126000055 - ], - [ - -117.272403253, - 33.17717580300007 - ], - [ - -117.27219464899997, - 33.177174652000076 - ], - [ - -117.27210833, - 33.177174179000076 - ], - [ - -117.27210803499997, - 33.17717417700004 - ], - [ - -117.272107985, - 33.17717417500006 - ], - [ - -117.27150824499995, - 33.17717086500005 - ], - [ - -117.27112167799999, - 33.177166311000065 - ], - [ - -117.270959082, - 33.17716439000003 - ], - [ - -117.27094792699995, - 33.176206293000064 - ], - [ - -117.27094533299999, - 33.175983451000036 - ], - [ - -117.27093892399995, - 33.17543301300003 - ], - [ - -117.270936238, - 33.17520239300006 - ], - [ - -117.27093111299996, - 33.17476219300005 - ], - [ - -117.27093111199997, - 33.17476210500007 - ], - [ - -117.27091617199994, - 33.17347902600005 - ], - [ - -117.27091487799999, - 33.173358257000075 - ], - [ - -117.27091355199997, - 33.173234456000046 - ], - [ - -117.27091040499994, - 33.17294071200007 - ], - [ - -117.27091022299999, - 33.17292371100007 - ], - [ - -117.27090686699995, - 33.17261057700006 - ], - [ - -117.27089458899997, - 33.171464671000024 - ], - [ - -117.270885223, - 33.170590623000066 - ], - [ - -117.27087880499994, - 33.16999175400008 - ], - [ - -117.27087856599996, - 33.16996951600004 - ], - [ - -117.27087839199999, - 33.16995302500004 - ], - [ - -117.27087836599998, - 33.16995028100007 - ], - [ - -117.27087689899997, - 33.169799123000075 - ], - [ - -117.27087280799998, - 33.16945010200004 - ], - [ - -117.27087027399995, - 33.169186266000054 - ], - [ - -117.27086798899995, - 33.16899389300005 - ], - [ - -117.27086681299994, - 33.16887085900004 - ], - [ - -117.27086614999996, - 33.16880151200007 - ], - [ - -117.27086438099997, - 33.16861623500006 - ], - [ - -117.27086431299995, - 33.168609135000054 - ], - [ - -117.27086331199996, - 33.16850471500004 - ], - [ - -117.270862605, - 33.16844698400007 - ], - [ - -117.27086223299995, - 33.168416757000045 - ], - [ - -117.27085987299995, - 33.16822438300005 - ], - [ - -117.270859842, - 33.16821298600007 - ], - [ - -117.27085943999998, - 33.168068832000074 - ], - [ - -117.27085937499999, - 33.168045171000074 - ], - [ - -117.270859353, - 33.16803748600006 - ], - [ - -117.2708586, - 33.16797973000007 - ], - [ - -117.27085677199995, - 33.16783962200003 - ], - [ - -117.27085785, - 33.167686798000034 - ], - [ - -117.27085810999995, - 33.16764995800003 - ], - [ - -117.27085617699998, - 33.167457581000065 - ], - [ - -117.27085693099997, - 33.16726793000004 - ], - [ - -117.27085540699994, - 33.16712291500005 - ], - [ - -117.27085485199996, - 33.16707005600006 - ], - [ - -117.27085442199996, - 33.167051825000044 - ], - [ - -117.27084972699998, - 33.16685318100008 - ], - [ - -117.27084927499999, - 33.16683406100003 - ], - [ - -117.27084632999998, - 33.16658169100003 - ], - [ - -117.27084357999996, - 33.16636112500004 - ], - [ - -117.27084048799998, - 33.16611321400006 - ], - [ - -117.27082418299995, - 33.16480589400004 - ], - [ - -117.27081852899994, - 33.164352507000046 - ], - [ - -117.270789386, - 33.16226845700004 - ], - [ - -117.27079610599998, - 33.161674137000034 - ], - [ - -117.270797185, - 33.161578700000064 - ], - [ - -117.270797013, - 33.161562555000046 - ], - [ - -117.27079701799994, - 33.16153232600004 - ], - [ - -117.27079709099996, - 33.161004614000035 - ], - [ - -117.27078963599996, - 33.160515942000075 - ], - [ - -117.27076950699995, - 33.15919633200008 - ], - [ - -117.27076304899998, - 33.158343959000035 - ], - [ - -117.27076194899996, - 33.15819868300002 - ], - [ - -117.27075974499996, - 33.157907720000026 - ], - [ - -117.27075732699996, - 33.15758856300005 - ], - [ - -117.27075595599996, - 33.157453899000075 - ], - [ - -117.27074596099999, - 33.156472730000075 - ], - [ - -117.27073646999997, - 33.15554111700004 - ], - [ - -117.2707240299999, - 33.15432000200008 - ], - [ - -117.27071715599999, - 33.15364520600008 - ], - [ - -117.270711469, - 33.15308695900006 - ], - [ - -117.27071146799994, - 33.15308691000007 - ], - [ - -117.26950261699994, - 33.15309685900007 - ], - [ - -117.26836228399998, - 33.153097212000034 - ], - [ - -117.26834267799995, - 33.153097219000074 - ], - [ - -117.26814993, - 33.153097280000054 - ], - [ - -117.26786947699998, - 33.153097365000065 - ], - [ - -117.26743327499997, - 33.15309749700003 - ], - [ - -117.267012347, - 33.153097622000075 - ], - [ - -117.26701188599998, - 33.153097622000075 - ], - [ - -117.26627289399994, - 33.153097840000044 - ], - [ - -117.26598802899997, - 33.15309792200003 - ], - [ - -117.26596396099995, - 33.15309792900007 - ], - [ - -117.26516139199998, - 33.153098157000045 - ], - [ - -117.26479732999996, - 33.153098260000036 - ], - [ - -117.264696185, - 33.153098287000034 - ], - [ - -117.26417290899997, - 33.153098432000036 - ], - [ - -117.26206537499996, - 33.153098991000036 - ], - [ - -117.26185675199997, - 33.15309904500003 - ], - [ - -117.26185675, - 33.153099127000075 - ], - [ - -117.26185586499997, - 33.15315700800005 - ], - [ - -117.26184817499995, - 33.15365982000003 - ], - [ - -117.26183676799997, - 33.15439286800006 - ], - [ - -117.26182922699996, - 33.154877516000056 - ], - [ - -117.26182866999994, - 33.15491327700005 - ], - [ - -117.26182863599996, - 33.15491370600006 - ], - [ - -117.26182749999998, - 33.154929123000045 - ], - [ - -117.26014488099997, - 33.15712919900005 - ], - [ - -117.25939651299996, - 33.15810226800005 - ], - [ - -117.25938351399998, - 33.15811916800004 - ], - [ - -117.25922940299995, - 33.158319550000044 - ], - [ - -117.25920518599997, - 33.158351036000056 - ], - [ - -117.25916470799996, - 33.15840107300005 - ], - [ - -117.25913312199998, - 33.15843767400003 - ], - [ - -117.25912574599994, - 33.15844648700005 - ], - [ - -117.25880189199995, - 33.15887511600005 - ], - [ - -117.25872781699996, - 33.15897189900005 - ], - [ - -117.25865374099999, - 33.159068682000054 - ], - [ - -117.25858211899998, - 33.15916226400003 - ], - [ - -117.25850656799997, - 33.15926097200003 - ], - [ - -117.25843380899994, - 33.15935574400004 - ], - [ - -117.25835578599998, - 33.15945764300005 - ], - [ - -117.25828562299995, - 33.15954928800005 - ], - [ - -117.25821152999998, - 33.159646063000025 - ], - [ - -117.258139885, - 33.15973963500005 - ], - [ - -117.25806578999999, - 33.15983640700006 - ], - [ - -117.2579917, - 33.15993318000005 - ], - [ - -117.25792354199996, - 33.160022199000025 - ], - [ - -117.25784989199997, - 33.16011839600003 - ], - [ - -117.25777727099995, - 33.16021323800004 - ], - [ - -117.25769925199995, - 33.16031514200006 - ], - [ - -117.25769416799994, - 33.16032178200004 - ], - [ - -117.25762122999998, - 33.16041704500003 - ], - [ - -117.25751993299997, - 33.16054868000003 - ], - [ - -117.25740914999994, - 33.16069263600008 - ], - [ - -117.25733135899998, - 33.16079371500007 - ], - [ - -117.25731686499995, - 33.160812548000024 - ], - [ - -117.25664184899995, - 33.16168969100005 - ], - [ - -117.25658615299994, - 33.16175894000003 - ], - [ - -117.25652637899998, - 33.16183325500003 - ], - [ - -117.25631811299996, - 33.162104734000025 - ], - [ - -117.25607891899995, - 33.16241672900003 - ], - [ - -117.25587685799997, - 33.162679913000034 - ], - [ - -117.25570929699995, - 33.16289832700005 - ], - [ - -117.25560709599995, - 33.16303154900004 - ], - [ - -117.25551225299995, - 33.163155173000064 - ], - [ - -117.25541569799998, - 33.16327966800003 - ], - [ - -117.25540313, - 33.16329603600008 - ], - [ - -117.25532227399998, - 33.163401330000056 - ], - [ - -117.25522245699995, - 33.163531317000036 - ], - [ - -117.25513220099998, - 33.163647436000076 - ], - [ - -117.25511940799998, - 33.163664080000046 - ], - [ - -117.25511619599996, - 33.163668296000026 - ], - [ - -117.25494878099994, - 33.16388809000006 - ], - [ - -117.25477198899995, - 33.164115088000074 - ], - [ - -117.25470422499995, - 33.164203058000055 - ], - [ - -117.25455269099996, - 33.164399771000035 - ], - [ - -117.25440138899995, - 33.16459616000003 - ], - [ - -117.25430923399995, - 33.164715786000045 - ], - [ - -117.25426291399998, - 33.164775915000064 - ], - [ - -117.25421806299994, - 33.164834135000035 - ], - [ - -117.25412442699997, - 33.16495568600004 - ], - [ - -117.25403440999997, - 33.16507193700005 - ], - [ - -117.25394222799997, - 33.16519154800005 - ], - [ - -117.25391022999997, - 33.16523306300007 - ], - [ - -117.25385394399996, - 33.16530693500005 - ], - [ - -117.25376376999998, - 33.165423101000044 - ], - [ - -117.25366715799998, - 33.16554756600004 - ], - [ - -117.253570745, - 33.16567214100007 - ], - [ - -117.25348360499999, - 33.16578512500007 - ], - [ - -117.25347456799994, - 33.16579684300007 - ], - [ - -117.253465716, - 33.16580832000005 - ], - [ - -117.25337838999997, - 33.16592154400007 - ], - [ - -117.25328073299994, - 33.16604816900008 - ], - [ - -117.25314873999997, - 33.166222393000055 - ], - [ - -117.253075777, - 33.166317047000064 - ], - [ - -117.25285015699995, - 33.16661302500006 - ], - [ - -117.25282573699997, - 33.166645059000075 - ], - [ - -117.25282564599996, - 33.16664517900006 - ], - [ - -117.252781283, - 33.16670337700003 - ], - [ - -117.25277071599999, - 33.166717240000025 - ], - [ - -117.25274948999999, - 33.16674508600005 - ], - [ - -117.25264323199997, - 33.16688406000003 - ], - [ - -117.25260781699996, - 33.166930379000064 - ], - [ - -117.252292265, - 33.16734245500004 - ], - [ - -117.25210226499996, - 33.16758860700003 - ], - [ - -117.25132210399994, - 33.168606354000076 - ], - [ - -117.25079695, - 33.169291421000025 - ], - [ - -117.25056697199994, - 33.169595955000034 - ], - [ - -117.25057049799995, - 33.16959948500005 - ], - [ - -117.24888419699994, - 33.171760981000034 - ], - [ - -117.24889258099995, - 33.17176487300003 - ], - [ - -117.24995146799995, - 33.17225638300005 - ], - [ - -117.250005279, - 33.17228136700004 - ], - [ - -117.25025975399996, - 33.17239948400004 - ], - [ - -117.25102381, - 33.17275412500004 - ], - [ - -117.25106317399997, - 33.17277239600003 - ], - [ - -117.25172632199997, - 33.17308019700005 - ], - [ - -117.25184123699995, - 33.17313353600008 - ], - [ - -117.25184164599995, - 33.173133722000046 - ], - [ - -117.25184205499994, - 33.17313391400006 - ], - [ - -117.25238441999994, - 33.173385651000046 - ], - [ - -117.25296078999997, - 33.17365316300004 - ], - [ - -117.25345494799996, - 33.17385599200003 - ], - [ - -117.25373160599997, - 33.174010717000044 - ], - [ - -117.25454567199995, - 33.17438570000007 - ], - [ - -117.2553214499999, - 33.17474303900008 - ], - [ - -117.25539869699998, - 33.174777422000034 - ], - [ - -117.25540103799995, - 33.174778504000074 - ], - [ - -117.25563611799998, - 33.17488710900005 - ], - [ - -117.25563630699997, - 33.17488719700003 - ], - [ - -117.256142061, - 33.17512084500004 - ], - [ - -117.25698742199995, - 33.17551138300007 - ], - [ - -117.25758766099995, - 33.17578702700007 - ], - [ - -117.25768726499996, - 33.17583276700003 - ], - [ - -117.25785373999997, - 33.17590897400004 - ], - [ - -117.258721875, - 33.17630636900003 - ], - [ - -117.25953379199996, - 33.176678020000054 - ], - [ - -117.26021388499998, - 33.17699140800005 - ], - [ - -117.26022959299996, - 33.176998645000026 - ], - [ - -117.26061419799998, - 33.17717587200008 - ], - [ - -117.26104060399996, - 33.177372356000035 - ], - [ - -117.261468848, - 33.17756968300006 - ], - [ - -117.26168071499995, - 33.177667308000025 - ], - [ - -117.26186666999996, - 33.177752991000034 - ], - [ - -117.26227089099996, - 33.17793924700004 - ], - [ - -117.262501698, - 33.17804305800007 - ], - [ - -117.26251618599997, - 33.17804970700007 - ], - [ - -117.26267260599997, - 33.17812149900004 - ], - [ - -117.26308973, - 33.17831295000008 - ], - [ - -117.26345063799994, - 33.17847859600005 - ], - [ - -117.26381223099997, - 33.17864455300003 - ], - [ - -117.263970014, - 33.17871697100003 - ], - [ - -117.26417508799994, - 33.178811092000046 - ], - [ - -117.264368532, - 33.178899874000024 - ], - [ - -117.26436868499997, - 33.17889994500007 - ], - [ - -117.26447605199996, - 33.17894922200003 - ], - [ - -117.26488731599994, - 33.179137970000056 - ], - [ - -117.26505405299997, - 33.179219268000054 - ], - [ - -117.26546603599996, - 33.17940946700003 - ], - [ - -117.26562734099997, - 33.17948393200004 - ], - [ - -117.26567487299997, - 33.17950587300004 - ], - [ - -117.26595454099999, - 33.179634978000024 - ], - [ - -117.26615461799997, - 33.17972733900007 - ], - [ - -117.26629737099995, - 33.17979323800006 - ], - [ - -117.26646642599997, - 33.179871278000064 - ], - [ - -117.26652265099995, - 33.17989748900004 - ], - [ - -117.26654575799995, - 33.17990826000005 - ], - [ - -117.26654594699994, - 33.179908348000026 - ], - [ - -117.26654938299998, - 33.17990995100007 - ], - [ - -117.26658386799994, - 33.17992602500004 - ], - [ - -117.26688110699996, - 33.18006457900003 - ], - [ - -117.26703845799994, - 33.18013534200003 - ], - [ - -117.26723598199999, - 33.18022657500006 - ], - [ - -117.267327992, - 33.18026903600003 - ], - [ - -117.26758747499997, - 33.180388777000076 - ], - [ - -117.26788640599995, - 33.18052676600007 - ], - [ - -117.26794906999999, - 33.18055603900007 - ], - [ - -117.26829741299997, - 33.18071808800005 - ], - [ - -117.26872787999997, - 33.18091518700004 - ], - [ - -117.268872333, - 33.180980125000076 - ], - [ - -117.26890201699996, - 33.180993466000075 - ], - [ - -117.26931660799994, - 33.18118447400008 - ], - [ - -117.269476925, - 33.18125833400006 - ], - [ - -117.26979522499994, - 33.181404979000035 - ], - [ - -117.26993379299995, - 33.18146881900003 - ], - [ - -117.270186659, - 33.18158531300003 - ], - [ - -117.27042351199998, - 33.18169556000004 - ], - [ - -117.27053648099997, - 33.18174713600007 - ], - [ - -117.27069627999998, - 33.181820094000045 - ], - [ - -117.271011725, - 33.18196556700008 - ], - [ - -117.27103825599994, - 33.18197777700004 - ], - [ - -117.27131081199997, - 33.18210320700007 - ], - [ - -117.271475077, - 33.18217888000004 - ], - [ - -117.27184591799994, - 33.182349722000026 - ], - [ - -117.27196668499994, - 33.18240535800004 - ], - [ - -117.27196700499996, - 33.18240550400003 - ], - [ - -117.27199738299998, - 33.18241950000004 - ], - [ - -117.27217011199997, - 33.18249907300003 - ], - [ - -117.27217040799997, - 33.18249920900007 - ], - [ - -117.27225719599994, - 33.18253919000006 - ], - [ - -117.27228999599998, - 33.18255429900006 - ], - [ - -117.27246692399996, - 33.182635806000064 - ], - [ - -117.272822051, - 33.18279940300005 - ], - [ - -117.27307379799998, - 33.182915380000054 - ], - [ - -117.27311577599994, - 33.18293470700007 - ], - [ - -117.273773985, - 33.183237923000036 - ], - [ - -117.27381833499999, - 33.18319706200003 - ], - [ - -117.27387373999994, - 33.183146029000056 - ], - [ - -117.27387377399998, - 33.183145997000054 - ], - [ - -117.27387636399999, - 33.18314727100005 - ], - [ - -117.27408427199998, - 33.18295210700006 - ], - [ - -117.274094876, - 33.182940673000076 - ], - [ - -117.27413571099999, - 33.18289659200008 - ], - [ - -117.27425526899998, - 33.18278174100004 - ], - [ - -117.27437036599997, - 33.18267452900005 - ], - [ - -117.274486648, - 33.18256355800003 - ], - [ - -117.27456681299998, - 33.18243096900005 - ], - [ - -117.27459416699998, - 33.182383826000034 - ], - [ - -117.27459425499995, - 33.18238367500004 - ], - [ - -117.27464180599998, - 33.18230172800003 - ], - [ - -117.27471872499996, - 33.182169173000034 - ], - [ - -117.27477705399997, - 33.182068650000076 - ], - [ - -117.27480073799995, - 33.18203050500006 - ], - [ - -117.27487446099997, - 33.18190621400004 - ], - [ - -117.27491287299995, - 33.18183718700004 - ], - [ - -117.27494812099997, - 33.181776427000045 - ], - [ - -117.27498941099998, - 33.181704473000025 - ], - [ - -117.27502257799995, - 33.18164696500003 - ], - [ - -117.27509911199996, - 33.181514253000046 - ], - [ - -117.27517245699994, - 33.18138707500003 - ], - [ - -117.27519075299995, - 33.18135536500006 - ], - [ - -117.27521132299995, - 33.18136472500004 - ], - [ - -117.27536576799997, - 33.181434909000075 - ], - [ - -117.275474197, - 33.18148348200003 - ], - [ - -117.275547056, - 33.18151675200005 - ], - [ - -117.27623657999999, - 33.18183173600005 - ], - [ - -117.27628455799999, - 33.18189978600003 - ], - [ - -117.27628598799998, - 33.181897150000054 - ], - [ - -117.27631541999995, - 33.18188570800004 - ], - [ - -117.27638531999997, - 33.18185853600005 - ], - [ - -117.27657103999996, - 33.18178633800005 - ], - [ - -117.27670664399994, - 33.18173361700008 - ], - [ - -117.27673770799998, - 33.18172154400003 - ], - [ - -117.27737415999997, - 33.18147411700005 - ], - [ - -117.27737327099999, - 33.18153567300004 - ], - [ - -117.27737326, - 33.18153642500005 - ], - [ - -117.27769020799997, - 33.181359764000035 - ], - [ - -117.27813723299994, - 33.18111164800007 - ], - [ - -117.27816104099998, - 33.181098433000045 - ], - [ - -117.27825446599996, - 33.181097659000045 - ], - [ - -117.27838765599995, - 33.18102784200005 - ], - [ - -117.27846478499998, - 33.18110893100004 - ], - [ - -117.27886751199998, - 33.18153233100003 - ], - [ - -117.27886768099995, - 33.18210401500005 - ], - [ - -117.278266197, - 33.18209875400004 - ], - [ - -117.27816815099999, - 33.182098824000036 - ], - [ - -117.277787322, - 33.182095366000055 - ], - [ - -117.277377076, - 33.18209163800003 - ], - [ - -117.27737811799994, - 33.18233350600008 - ], - [ - -117.27738164999994, - 33.18341863300003 - ], - [ - -117.27738279699997, - 33.18341632100004 - ], - [ - -117.27738279799996, - 33.183416366000074 - ], - [ - -117.27738589999996, - 33.18367909700004 - ], - [ - -117.27738711899997, - 33.18367890900004 - ], - [ - -117.27738744299995, - 33.18367851200003 - ], - [ - -117.27744730299997, - 33.18366975200007 - ], - [ - -117.27748644499997, - 33.18366462900008 - ], - [ - -117.277525691, - 33.18366007900005 - ], - [ - -117.277565015, - 33.18365611000007 - ], - [ - -117.2776044299999, - 33.183652718000076 - ], - [ - -117.277643905, - 33.18364990300006 - ], - [ - -117.27768342999997, - 33.18364766800005 - ], - [ - -117.27772299599997, - 33.18364601600007 - ], - [ - -117.27776258799997, - 33.183644945000026 - ], - [ - -117.27780219899995, - 33.18364445200007 - ], - [ - -117.27780548199996, - 33.18364446000004 - ], - [ - -117.27784181499999, - 33.18364454700003 - ], - [ - -117.27789426399994, - 33.183641797000064 - ], - [ - -117.27802388999999, - 33.18365062300006 - ], - [ - -117.278106434, - 33.18366100500003 - ], - [ - -117.27819462199994, - 33.18368007500004 - ], - [ - -117.27827318299995, - 33.18370505200005 - ], - [ - -117.27832008699994, - 33.183723643000064 - ], - [ - -117.27831951099995, - 33.18372313100008 - ], - [ - -117.278331633, - 33.18372786300006 - ], - [ - -117.27838107999997, - 33.18375133400008 - ], - [ - -117.27844082599995, - 33.18378641400005 - ], - [ - -117.27852135799998, - 33.18372448700006 - ], - [ - -117.27849946499998, - 33.18367006500006 - ], - [ - -117.27849938199995, - 33.18366999400007 - ], - [ - -117.27850007399996, - 33.183654911000076 - ], - [ - -117.27889002899997, - 33.18332539200003 - ], - [ - -117.27892419099999, - 33.183296529000074 - ], - [ - -117.27957820899996, - 33.182722382000065 - ], - [ - -117.28000500599995, - 33.18234772200003 - ], - [ - -117.28000503399994, - 33.18234770400005 - ], - [ - -117.28001392099998, - 33.18233892200004 - ], - [ - -117.28001407199997, - 33.182338773000026 - ], - [ - -117.28001489599995, - 33.182337956000026 - ], - [ - -117.28001670199995, - 33.18233616500004 - ], - [ - -117.28002759499998, - 33.18232674500007 - ], - [ - -117.28003827299995, - 33.18231717500004 - ], - [ - -117.28004875699997, - 33.18230745200003 - ], - [ - -117.28005903699994, - 33.18229757600005 - ], - [ - -117.28006910499994, - 33.18228754100005 - ], - [ - -117.28007896999998, - 33.182277370000065 - ], - [ - -117.280088622, - 33.18226705200004 - ], - [ - -117.28009805899995, - 33.18225658700004 - ], - [ - -117.28010727399999, - 33.18224599700005 - ], - [ - -117.28011627199999, - 33.18223526700007 - ], - [ - -117.28012503399998, - 33.18222441100005 - ], - [ - -117.28013358399994, - 33.18221341900005 - ], - [ - -117.28014294699994, - 33.182200857000055 - ], - [ - -117.28014339099997, - 33.18220024000004 - ], - [ - -117.28014355, - 33.18220001900005 - ], - [ - -117.28014998199995, - 33.182191096000054 - ], - [ - -117.28015783199999, - 33.182179733000055 - ], - [ - -117.28016545799994, - 33.18216827200007 - ], - [ - -117.28017282099995, - 33.18215669700004 - ], - [ - -117.28017994899994, - 33.18214502400008 - ], - [ - -117.28018683999994, - 33.182133244000056 - ], - [ - -117.28019348299995, - 33.18212136400007 - ], - [ - -117.28019987699997, - 33.18210939100004 - ], - [ - -117.28020602299995, - 33.18209732100007 - ], - [ - -117.28021191999994, - 33.18208516300007 - ], - [ - -117.28021755999998, - 33.182072928000025 - ], - [ - -117.28022294699997, - 33.18206060500006 - ], - [ - -117.28022807699995, - 33.18204820600005 - ], - [ - -117.28023294499997, - 33.18203574000006 - ], - [ - -117.28023755199996, - 33.182023195000056 - ], - [ - -117.28023758999996, - 33.182023092000065 - ], - [ - -117.28023762499998, - 33.18202298700004 - ], - [ - -117.28024190599996, - 33.18201058400007 - ], - [ - -117.28024599499997, - 33.18199791700005 - ], - [ - -117.28025215899999, - 33.18198532900004 - ], - [ - -117.28025618099997, - 33.18197605300003 - ], - [ - -117.28026157299996, - 33.181963078000024 - ], - [ - -117.28026672699997, - 33.181950038000025 - ], - [ - -117.28027163599995, - 33.18193693100005 - ], - [ - -117.280276303, - 33.181923762000054 - ], - [ - -117.28028072399997, - 33.181910532000074 - ], - [ - -117.28028490299994, - 33.18189724700005 - ], - [ - -117.28028883499996, - 33.18188391000007 - ], - [ - -117.28029252099998, - 33.181870522000054 - ], - [ - -117.28029595299995, - 33.18185708900006 - ], - [ - -117.28029914299998, - 33.181843608000065 - ], - [ - -117.28030207999996, - 33.18183009100005 - ], - [ - -117.28030476999999, - 33.18181653900007 - ], - [ - -117.28030720599997, - 33.181802952000055 - ], - [ - -117.280309392, - 33.18178933100006 - ], - [ - -117.28031132299998, - 33.18177568900006 - ], - [ - -117.28031300699996, - 33.18176201700004 - ], - [ - -117.280314434, - 33.18174832900007 - ], - [ - -117.28031560699998, - 33.18173462300007 - ], - [ - -117.28031652499999, - 33.18172090200005 - ], - [ - -117.28031719699999, - 33.181707172000074 - ], - [ - -117.28031761099999, - 33.181693436000046 - ], - [ - -117.28031776799997, - 33.18167969600006 - ], - [ - -117.28031767399995, - 33.18166595500003 - ], - [ - -117.28031732499994, - 33.18165221500004 - ], - [ - -117.28031672199995, - 33.18163848200004 - ], - [ - -117.28031686399999, - 33.18109428200006 - ], - [ - -117.28171642899997, - 33.18128722100005 - ], - [ - -117.28171659499998, - 33.18128724400003 - ], - [ - -117.28396468799997, - 33.18159712200003 - ], - [ - -117.28396481099998, - 33.18170155700005 - ], - [ - -117.28396492299998, - 33.18180049700004 - ], - [ - -117.28396504899996, - 33.181904931000076 - ], - [ - -117.28396234499996, - 33.18205116400003 - ], - [ - -117.28395794099998, - 33.18228939800008 - ], - [ - -117.28395551199998, - 33.18242092300005 - ], - [ - -117.28395497599996, - 33.18244982500005 - ], - [ - -117.28395595999996, - 33.18259540200006 - ], - [ - -117.283956908, - 33.18273584900004 - ], - [ - -117.28395892499998, - 33.18303491300003 - ], - [ - -117.28395882499996, - 33.183044962000054 - ], - [ - -117.28395775299998, - 33.18315097200008 - ], - [ - -117.28395442599998, - 33.183481037000035 - ], - [ - -117.28395260699995, - 33.18366159900006 - ], - [ - -117.28395146499997, - 33.18377506300004 - ], - [ - -117.28396983599998, - 33.183773881000036 - ], - [ - -117.28411696499995, - 33.18376441000004 - ], - [ - -117.28439084999997, - 33.18374690500008 - ], - [ - -117.28446317899994, - 33.183742282000026 - ], - [ - -117.284842073, - 33.18371744800004 - ], - [ - -117.28487864899995, - 33.18371504900006 - ], - [ - -117.28513926199997, - 33.18369816100005 - ], - [ - -117.28530584999999, - 33.18368852400005 - ], - [ - -117.28568147599998, - 33.183666147000054 - ], - [ - -117.28579571399996, - 33.18365866900007 - ], - [ - -117.28591666399996, - 33.18365319000003 - ], - [ - -117.28624653399999, - 33.18363119300005 - ], - [ - -117.28643923399994, - 33.18361859000004 - ], - [ - -117.28677902299995, - 33.18359781200007 - ], - [ - -117.28684693699995, - 33.18359365800006 - ], - [ - -117.28697816799996, - 33.18358563400005 - ], - [ - -117.28700432699998, - 33.183584035000024 - ], - [ - -117.287324389, - 33.18356446200005 - ], - [ - -117.28752035699995, - 33.183551829000066 - ], - [ - -117.28787313799995, - 33.183532386000024 - ], - [ - -117.28806797599998, - 33.18351934900005 - ], - [ - -117.28807282899999, - 33.18355819800007 - ], - [ - -117.28807619399998, - 33.183569196000064 - ], - [ - -117.28808293699996, - 33.18358169100003 - ], - [ - -117.28809237099995, - 33.18359288900007 - ], - [ - -117.28810415799995, - 33.18360237500008 - ], - [ - -117.288117866, - 33.183609818000036 - ], - [ - -117.28813300399997, - 33.18361494000004 - ], - [ - -117.28814744299996, - 33.18361730300006 - ], - [ - -117.28816533699995, - 33.18361758400005 - ], - [ - -117.28818136599995, - 33.18361500900005 - ], - [ - -117.28826483599994, - 33.183591066000076 - ], - [ - -117.28826431299996, - 33.18427120100006 - ], - [ - -117.28826423899994, - 33.184361402000036 - ], - [ - -117.28826291699994, - 33.18608522200003 - ], - [ - -117.288260907, - 33.186700924000036 - ], - [ - -117.28816287299998, - 33.18669347700006 - ], - [ - -117.28701488999997, - 33.186690283000075 - ], - [ - -117.28692989999996, - 33.186690045000034 - ], - [ - -117.28688355199995, - 33.186689526000066 - ], - [ - -117.28678932599996, - 33.186688470000036 - ], - [ - -117.28633168199997, - 33.18668816200005 - ], - [ - -117.28618133499998, - 33.186688057000026 - ], - [ - -117.285658163, - 33.18667318900003 - ], - [ - -117.28567482999995, - 33.18678883000007 - ], - [ - -117.28568903799999, - 33.18688741500006 - ], - [ - -117.28570801099994, - 33.18701908200006 - ], - [ - -117.28571311199994, - 33.187060418000044 - ], - [ - -117.2857297, - 33.18719480400006 - ], - [ - -117.28571752299996, - 33.18723338700005 - ], - [ - -117.28567150199996, - 33.18737921300004 - ], - [ - -117.28566360599996, - 33.18740424200007 - ], - [ - -117.28560970599995, - 33.187575034000076 - ], - [ - -117.28555749799995, - 33.187740459000054 - ], - [ - -117.28553749999998, - 33.18780382500006 - ], - [ - -117.28551539999995, - 33.18786997300003 - ], - [ - -117.28553288899997, - 33.18790556600004 - ], - [ - -117.28562371299995, - 33.18809040700006 - ], - [ - -117.28562850299994, - 33.188100157000065 - ], - [ - -117.28568621399995, - 33.188217604000045 - ], - [ - -117.28573628299995, - 33.188324452000074 - ], - [ - -117.28583616499998, - 33.18852995800006 - ], - [ - -117.28588392399996, - 33.18862822500006 - ], - [ - -117.28591329999995, - 33.18868870000006 - ], - [ - -117.285987692, - 33.18884177100006 - ], - [ - -117.28606484, - 33.18900050900004 - ], - [ - -117.28608827199997, - 33.18904703700008 - ], - [ - -117.28614193199996, - 33.18916202500003 - ], - [ - -117.28621899099994, - 33.189320793000036 - ], - [ - -117.28629918299998, - 33.18948234100003 - ], - [ - -117.28632697199998, - 33.189539506000074 - ], - [ - -117.28637795199995, - 33.189644377000036 - ], - [ - -117.286459015, - 33.18981114300004 - ], - [ - -117.28654284199996, - 33.18998357500004 - ], - [ - -117.28669577699998, - 33.190295932000026 - ], - [ - -117.28669796899999, - 33.19029595600006 - ], - [ - -117.28683199299996, - 33.19029735200007 - ], - [ - -117.28692623699999, - 33.19029833400003 - ], - [ - -117.28705758599995, - 33.19029970300005 - ], - [ - -117.28709939699996, - 33.19030014000003 - ], - [ - -117.28715237199998, - 33.19030029400005 - ], - [ - -117.287332484, - 33.19029984400004 - ], - [ - -117.28753816899996, - 33.190304715000025 - ], - [ - -117.28773431499997, - 33.19030582200003 - ], - [ - -117.28773541599998, - 33.19047896600006 - ], - [ - -117.28773653599995, - 33.190654960000074 - ], - [ - -117.28773765299997, - 33.19083058500007 - ], - [ - -117.28773875699994, - 33.19100389700003 - ], - [ - -117.28773987899996, - 33.19117980800007 - ], - [ - -117.2877410299999, - 33.191361173000075 - ], - [ - -117.28774220099996, - 33.19154532300007 - ], - [ - -117.28774332299997, - 33.191721218000055 - ], - [ - -117.28774444399994, - 33.19189711200005 - ], - [ - -117.28774571999998, - 33.192097741000055 - ], - [ - -117.28774591499996, - 33.192114229000026 - ], - [ - -117.28774752899994, - 33.19225164000005 - ], - [ - -117.28774773999999, - 33.192270878000045 - ], - [ - -117.28774875299996, - 33.192438535000065 - ], - [ - -117.28774904899996, - 33.19248799200005 - ], - [ - -117.28774993499997, - 33.19263641300006 - ], - [ - -117.28775013299997, - 33.19266938800007 - ], - [ - -117.28775108099995, - 33.19282880800006 - ], - [ - -117.28775125099997, - 33.19285627600004 - ], - [ - -117.28775180499997, - 33.19294903600007 - ], - [ - -117.28775221999996, - 33.193018437000035 - ], - [ - -117.28775234499994, - 33.19304041000004 - ], - [ - -117.28775332899994, - 33.19320532100005 - ], - [ - -117.28775343099994, - 33.193221814000026 - ], - [ - -117.28775448, - 33.19339770100004 - ], - [ - -117.28775559599995, - 33.193584583000074 - ], - [ - -117.28775615399996, - 33.19367803800003 - ], - [ - -117.28775663, - 33.19375775100008 - ], - [ - -117.28775771099998, - 33.19393912600003 - ], - [ - -117.28761059399994, - 33.193937722000044 - ], - [ - -117.28750594399997, - 33.19393671900008 - ], - [ - -117.28710056799997, - 33.19393284600005 - ], - [ - -117.287061301, - 33.19393247100004 - ], - [ - -117.28696921399995, - 33.193931590000034 - ], - [ - -117.28660032299996, - 33.193928062000055 - ], - [ - -117.28607072499995, - 33.19392299800006 - ], - [ - -117.28601753299995, - 33.19392204500008 - ], - [ - -117.285966084, - 33.19392112600008 - ], - [ - -117.28574046399996, - 33.19391855500004 - ], - [ - -117.285269041, - 33.193912703000024 - ], - [ - -117.28526903399995, - 33.19391321300003 - ], - [ - -117.28506119199994, - 33.19391833800006 - ], - [ - -117.28484964899997, - 33.19391621700004 - ], - [ - -117.28483786899994, - 33.19391609500008 - ], - [ - -117.284645034, - 33.193914164000034 - ], - [ - -117.28463224899997, - 33.19391403700007 - ], - [ - -117.28443535199995, - 33.19391206000006 - ], - [ - -117.284426183, - 33.19391196600003 - ], - [ - -117.28422684399999, - 33.19390996800007 - ], - [ - -117.284226258, - 33.19390996200008 - ], - [ - -117.28422566699999, - 33.19390995500004 - ], - [ - -117.28403373699996, - 33.193908030000046 - ], - [ - -117.284015991, - 33.19390785100006 - ], - [ - -117.28385073799996, - 33.19390619100005 - ], - [ - -117.283806374, - 33.19390574800008 - ], - [ - -117.28365452999998, - 33.19390422400005 - ], - [ - -117.28359669599996, - 33.193903642000066 - ], - [ - -117.28345844599994, - 33.19390225600006 - ], - [ - -117.28338704499998, - 33.193901535000066 - ], - [ - -117.28326217799997, - 33.193900281000026 - ], - [ - -117.28317458799995, - 33.193899403000046 - ], - [ - -117.28306931099996, - 33.19389834900005 - ], - [ - -117.2829698099999, - 33.193897347000075 - ], - [ - -117.28286995199994, - 33.19389634200007 - ], - [ - -117.28273597199995, - 33.19389499500005 - ], - [ - -117.28267369499997, - 33.193894371000056 - ], - [ - -117.28253985499998, - 33.19389302600007 - ], - [ - -117.28248090199997, - 33.19389243300003 - ], - [ - -117.28234373799995, - 33.19389105500005 - ], - [ - -117.28227827399996, - 33.193888 - ], - [ - -117.28208866199998, - 33.19388661700003 - ], - [ - -117.28202323699998, - 33.193886141000064 - ], - [ - -117.28190558499995, - 33.19388528200005 - ], - [ - -117.28186478199996, - 33.19388523600003 - ], - [ - -117.28171922699994, - 33.19388506900003 - ], - [ - -117.28169959599995, - 33.193883784000036 - ], - [ - -117.281509944, - 33.19388240200004 - ], - [ - -117.28133668099997, - 33.19388113800005 - ], - [ - -117.28131053699997, - 33.19388094900006 - ], - [ - -117.28111765699998, - 33.19387954000007 - ], - [ - -117.28107189999997, - 33.19387945900007 - ], - [ - -117.28091496999997, - 33.19387806200007 - ], - [ - -117.280718821, - 33.19387663100002 - ], - [ - -117.28062398199995, - 33.193875726000044 - ], - [ - -117.28046068799995, - 33.193874169000026 - ], - [ - -117.28014016199995, - 33.19387346000008 - ], - [ - -117.28005362799996, - 33.193870281000045 - ], - [ - -117.27968281799997, - 33.19386908900003 - ], - [ - -117.27968245199997, - 33.19386908800004 - ], - [ - -117.27967918299998, - 33.19386910900005 - ], - [ - -117.27964073599998, - 33.19386936300003 - ], - [ - -117.27963995899995, - 33.19386936800004 - ], - [ - -117.27961379399994, - 33.19386954200007 - ], - [ - -117.27961144799997, - 33.19404777200003 - ], - [ - -117.27960000299998, - 33.19491926100005 - ], - [ - -117.27959788799996, - 33.195576290000076 - ], - [ - -117.27959837299994, - 33.19590934200005 - ], - [ - -117.27959838399994, - 33.19591229200006 - ], - [ - -117.27959862199998, - 33.19608195700005 - ], - [ - -117.279596428, - 33.196285286000034 - ], - [ - -117.27959185599997, - 33.19728865900004 - ], - [ - -117.27959381099998, - 33.19773384100006 - ], - [ - -117.27959070699995, - 33.198025108000024 - ], - [ - -117.27959014899994, - 33.19810683800006 - ], - [ - -117.27959010799998, - 33.19811247100006 - ], - [ - -117.27958709499995, - 33.198552852000034 - ], - [ - -117.27958058899998, - 33.19923816600004 - ], - [ - -117.27958015899998, - 33.199283715000035 - ], - [ - -117.27957985199998, - 33.199315797000054 - ], - [ - -117.27957832099997, - 33.19947719900006 - ], - [ - -117.27957933299996, - 33.199490180000055 - ], - [ - -117.27958481499996, - 33.19998200600003 - ], - [ - -117.279584791, - 33.20001604600003 - ], - [ - -117.27958445499996, - 33.20045567100004 - ], - [ - -117.27958530299998, - 33.200497754000025 - ], - [ - -117.27958596399998, - 33.200531055000056 - ], - [ - -117.27958704999998, - 33.20058543400006 - ], - [ - -117.27959013699996, - 33.20104569400007 - ], - [ - -117.27959030299996, - 33.20105174200006 - ], - [ - -117.27959343199996, - 33.20159788400008 - ], - [ - -117.27958726199995, - 33.20208138000004 - ], - [ - -117.27958502699994, - 33.20227400600004 - ], - [ - -117.27958524799999, - 33.202887402000044 - ], - [ - -117.27958527399994, - 33.20296581800005 - ], - [ - -117.27958528999994, - 33.20301836400006 - ], - [ - -117.27958553399998, - 33.20370887900003 - ], - [ - -117.27958309199994, - 33.20462398500007 - ], - [ - -117.27958299399995, - 33.204660739000076 - ], - [ - -117.27958287099995, - 33.20470540400004 - ], - [ - -117.27958246399999, - 33.20485828100004 - ], - [ - -117.27954632899997, - 33.20485914600005 - ], - [ - -117.27950095899996, - 33.20485894800004 - ], - [ - -117.27882413299994, - 33.20485357500007 - ], - [ - -117.27805413199997, - 33.20484903800008 - ], - [ - -117.27791316599996, - 33.204848206000065 - ], - [ - -117.27744010199996, - 33.20484542300005 - ], - [ - -117.27727633299997, - 33.20484444300007 - ], - [ - -117.27727433099994, - 33.204844431000026 - ], - [ - -117.27654761599996, - 33.20484112100007 - ], - [ - -117.27517034399995, - 33.20483483000004 - ], - [ - -117.27455566599997, - 33.20483201800005 - ], - [ - -117.27363527999995, - 33.20482779500003 - ], - [ - -117.27363249299998, - 33.204869049000024 - ], - [ - -117.27363462299996, - 33.20514112800004 - ], - [ - -117.27363601899998, - 33.205319788000054 - ], - [ - -117.27363741199997, - 33.20549841900004 - ], - [ - -117.27363851399997, - 33.20563910900006 - ], - [ - -117.27363883199996, - 33.20567979700007 - ], - [ - -117.27363911099997, - 33.20571552500007 - ], - [ - -117.27343313199998, - 33.20571462800007 - ], - [ - -117.27324350799995, - 33.20571380000007 - ], - [ - -117.27305059399998, - 33.20571296000003 - ], - [ - -117.27284463899997, - 33.20571206200003 - ], - [ - -117.272527444, - 33.20571067800006 - ], - [ - -117.27245986099996, - 33.20571038300005 - ], - [ - -117.27233126799996, - 33.20570982100003 - ], - [ - -117.27233037499997, - 33.206141451000065 - ], - [ - -117.27233002099996, - 33.20631201900005 - ], - [ - -117.27232953499998, - 33.20654541700003 - ], - [ - -117.2723294, - 33.20661133900006 - ], - [ - -117.27212594499997, - 33.20660789900006 - ], - [ - -117.27191339099994, - 33.20660428300005 - ], - [ - -117.27171388099998, - 33.206600894000076 - ], - [ - -117.27150459199999, - 33.20659733900004 - ], - [ - -117.27130846399996, - 33.20659400400007 - ], - [ - -117.27091336299998, - 33.20658728800004 - ], - [ - -117.27091368499998, - 33.20666103100007 - ], - [ - -117.27091373599995, - 33.20667247100005 - ], - [ - -117.27091354099997, - 33.206870371000036 - ], - [ - -117.27091392299997, - 33.20696930400004 - ], - [ - -117.27091504499998, - 33.20706549300007 - ], - [ - -117.27091401699994, - 33.207145335000064 - ], - [ - -117.27091407999995, - 33.207263391000026 - ], - [ - -117.27091347799995, - 33.20731858400006 - ], - [ - -117.27091327599999, - 33.20747503100006 - ], - [ - -117.27091257599994, - 33.20749151700005 - ], - [ - -117.27091212299996, - 33.20766743300004 - ], - [ - -117.27091247199996, - 33.207686670000044 - ], - [ - -117.27091166799994, - 33.20784340200004 - ], - [ - -117.27091151899998, - 33.20790105800006 - ], - [ - -117.27091122899998, - 33.20801389700006 - ], - [ - -117.27091095999998, - 33.208118193000075 - ], - [ - -117.27091057599995, - 33.20821718800005 - ], - [ - -117.27091025099998, - 33.208338076000075 - ], - [ - -117.27091017799995, - 33.20836556300003 - ], - [ - -117.27084642399996, - 33.20836608600007 - ], - [ - -117.27044634199996, - 33.20836937900003 - ], - [ - -117.27034826399995, - 33.20837018700007 - ], - [ - -117.27025015499999, - 33.20836824400004 - ], - [ - -117.26986428199996, - 33.20836441900008 - ], - [ - -117.26979563799995, - 33.20836373800006 - ], - [ - -117.269657726, - 33.20836296700003 - ], - [ - -117.26911555299995, - 33.208359924000035 - ], - [ - -117.26880163399994, - 33.20835816300007 - ], - [ - -117.26873625299999, - 33.208358700000076 - ], - [ - -117.26836350099995, - 33.208355478000044 - ], - [ - -117.26788322199997, - 33.20835253600006 - ], - [ - -117.26765394399996, - 33.208351090000065 - ], - [ - -117.26746786499996, - 33.20835000900007 - ], - [ - -117.26746225699998, - 33.20834997700007 - ], - [ - -117.26745990299997, - 33.208349963000046 - ], - [ - -117.267455897, - 33.20834994000006 - ], - [ - -117.26742891099997, - 33.208349783000074 - ], - [ - -117.26742483899994, - 33.20834975900004 - ], - [ - -117.26708661299995, - 33.208347794000076 - ], - [ - -117.26708190199997, - 33.20834776700008 - ], - [ - -117.26704902399996, - 33.20834757600005 - ], - [ - -117.26679607799997, - 33.20834610600008 - ], - [ - -117.26665991599998, - 33.20834531600008 - ], - [ - -117.26654691699997, - 33.208344658000044 - ], - [ - -117.26617638399995, - 33.20852006600006 - ], - [ - -117.26599797299997, - 33.20860452000005 - ], - [ - -117.26597594299994, - 33.20861494800005 - ], - [ - -117.26577279799994, - 33.20871111400004 - ], - [ - -117.265599082, - 33.20879334700004 - ], - [ - -117.26556965299994, - 33.20880727800005 - ], - [ - -117.265368218, - 33.20890263000007 - ], - [ - -117.26535844499995, - 33.20890725700008 - ], - [ - -117.26514379799994, - 33.209008865000044 - ], - [ - -117.265139934, - 33.209010696000064 - ], - [ - -117.26510131199996, - 33.20902897800005 - ], - [ - -117.26509393699996, - 33.20903246900008 - ], - [ - -117.26491934499995, - 33.20911511200006 - ], - [ - -117.26481221599994, - 33.209165824000024 - ], - [ - -117.26475057999994, - 33.20919667700008 - ], - [ - -117.26454963999998, - 33.209291574000076 - ], - [ - -117.26452467699994, - 33.20930336200007 - ], - [ - -117.26436519599997, - 33.209378677000075 - ], - [ - -117.26417139499995, - 33.20947020400007 - ], - [ - -117.26397233999995, - 33.20956421100004 - ], - [ - -117.26377465499996, - 33.20965756700008 - ], - [ - -117.26352464299998, - 33.20977564000003 - ], - [ - -117.26300429499997, - 33.21001625500003 - ], - [ - -117.26297382699994, - 33.21003086400003 - ], - [ - -117.26265386699998, - 33.210184285000025 - ], - [ - -117.26230814199994, - 33.21035004400005 - ], - [ - -117.26221169699994, - 33.21039629400008 - ], - [ - -117.26220905399998, - 33.210497436000026 - ], - [ - -117.26221359199997, - 33.21073748900005 - ], - [ - -117.26221655499995, - 33.210885706000056 - ], - [ - -117.26221595299995, - 33.210959923000075 - ], - [ - -117.26221625599999, - 33.210979802000054 - ], - [ - -117.26221914599995, - 33.21116603200005 - ], - [ - -117.26222169699997, - 33.211330918000044 - ], - [ - -117.26222152899999, - 33.211369398000045 - ], - [ - -117.262224458, - 33.21157001100005 - ], - [ - -117.262229876, - 33.21176785800003 - ], - [ - -117.26223033099996, - 33.21179533900005 - ], - [ - -117.26223216299996, - 33.211960232000024 - ], - [ - -117.26223242499998, - 33.21197672100004 - ], - [ - -117.26223416799996, - 33.21213336900007 - ], - [ - -117.26223422199996, - 33.21214757600006 - ], - [ - -117.26223404499996, - 33.212309281000046 - ], - [ - -117.26223489999995, - 33.21247417400008 - ], - [ - -117.26223495999994, - 33.21249341300006 - ], - [ - -117.26223550299994, - 33.212666805000026 - ], - [ - -117.26224168999994, - 33.212857523000025 - ], - [ - -117.26224490199996, - 33.213115592000065 - ], - [ - -117.26224660899999, - 33.21325300400002 - ], - [ - -117.26224832199995, - 33.21339041400006 - ], - [ - -117.26224845599995, - 33.21340119800004 - ], - [ - -117.26225037599994, - 33.213555306000046 - ], - [ - -117.26225229099998, - 33.21370920500004 - ], - [ - -117.26224222599996, - 33.21396024100005 - ], - [ - -117.26224593099994, - 33.21448406700006 - ], - [ - -117.26224726699996, - 33.214672965000034 - ], - [ - -117.26224754499998, - 33.21471233900007 - ], - [ - -117.26225256199996, - 33.21542166000006 - ], - [ - -117.26225305199995, - 33.215490904000035 - ], - [ - -117.26225312499997, - 33.21550159700007 - ], - [ - -117.262253548, - 33.21556080300007 - ], - [ - -117.26225356199996, - 33.21562939700004 - ], - [ - -117.26225382299998, - 33.21668798500008 - ], - [ - -117.26225391599996, - 33.217070367000076 - ], - [ - -117.26225398699995, - 33.217358053000055 - ], - [ - -117.26225406799995, - 33.21766251300005 - ], - [ - -117.26224004999995, - 33.218526274000055 - ], - [ - -117.26224008799994, - 33.21857573900007 - ], - [ - -117.26224018699997, - 33.218699412000035 - ], - [ - -117.26224032099998, - 33.218866751000064 - ], - [ - -117.262240422, - 33.21899349500006 - ], - [ - -117.26224053099997, - 33.21913093300003 - ], - [ - -117.26212369799998, - 33.21916967000004 - ], - [ - -117.26211656399994, - 33.21917203500004 - ], - [ - -117.26194272799995, - 33.219229674000076 - ], - [ - -117.260418588, - 33.219563840000035 - ], - [ - -117.25966154499997, - 33.219729812000026 - ], - [ - -117.25955234899999, - 33.21975375200003 - ], - [ - -117.25885453299998, - 33.21990673300007 - ], - [ - -117.25878949399998, - 33.21992048200008 - ], - [ - -117.25872418499995, - 33.21993327400003 - ], - [ - -117.25865861399996, - 33.21994510600007 - ], - [ - -117.258636014, - 33.21994883800005 - ], - [ - -117.25859280999998, - 33.219955973000026 - ], - [ - -117.25855880699999, - 33.219961080000076 - ], - [ - -117.25852678499996, - 33.21996587600006 - ], - [ - -117.25846057899997, - 33.21997481000005 - ], - [ - -117.25839418599998, - 33.219982765000054 - ], - [ - -117.25832763999995, - 33.21998974200005 - ], - [ - -117.25826094099995, - 33.219995750000066 - ], - [ - -117.25821838699994, - 33.21999895000005 - ], - [ - -117.25820571899999, - 33.219999904000076 - ], - [ - -117.25819416099995, - 33.22000077300004 - ], - [ - -117.25812971099998, - 33.22000467000004 - ], - [ - -117.25812849199997, - 33.22000474400005 - ], - [ - -117.25806030499996, - 33.22000787700006 - ], - [ - -117.25799328699998, - 33.22000995900004 - ], - [ - -117.25786671099996, - 33.220011198000066 - ], - [ - -117.25748497499995, - 33.219969364000065 - ], - [ - -117.25747348299996, - 33.21996837300003 - ], - [ - -117.25745722399995, - 33.21996691600003 - ], - [ - -117.25744097399996, - 33.21996540300006 - ], - [ - -117.25742473599996, - 33.219963832000076 - ], - [ - -117.25740849899995, - 33.21996220700004 - ], - [ - -117.25739227099996, - 33.21996052600008 - ], - [ - -117.25737605399996, - 33.219958795000025 - ], - [ - -117.25735984499994, - 33.21995699900003 - ], - [ - -117.25734364399995, - 33.21995515100008 - ], - [ - -117.25732745299996, - 33.21995324900007 - ], - [ - -117.25731126999995, - 33.219951292000076 - ], - [ - -117.25729509499996, - 33.21994928000004 - ], - [ - -117.25727893499999, - 33.219947209000054 - ], - [ - -117.25726278399998, - 33.21994508600005 - ], - [ - -117.25724664099994, - 33.21994290900005 - ], - [ - -117.25723050599998, - 33.21994067400004 - ], - [ - -117.25721438799997, - 33.219938383000056 - ], - [ - -117.25719827699999, - 33.21993604000005 - ], - [ - -117.25718218099996, - 33.21993364000008 - ], - [ - -117.25716609399996, - 33.21993118300003 - ], - [ - -117.257150019, - 33.21992867600005 - ], - [ - -117.25713395699995, - 33.219926110000074 - ], - [ - -117.25711791099997, - 33.21992349100003 - ], - [ - -117.25710187299995, - 33.21992081500008 - ], - [ - -117.25708584999995, - 33.219918085000074 - ], - [ - -117.25706983999999, - 33.21991530100007 - ], - [ - -117.25705383599995, - 33.219912461000035 - ], - [ - -117.25703785199994, - 33.21990956800005 - ], - [ - -117.257021894, - 33.219906620000074 - ], - [ - -117.25700593799996, - 33.219903619000036 - ], - [ - -117.25699000099996, - 33.21990056000004 - ], - [ - -117.25697407599995, - 33.219897451000065 - ], - [ - -117.256958167, - 33.21989428300003 - ], - [ - -117.256942273, - 33.219891061000055 - ], - [ - -117.25692639399995, - 33.219887785000026 - ], - [ - -117.25691053399999, - 33.219884457000035 - ], - [ - -117.25689468599995, - 33.21988107200008 - ], - [ - -117.25687885999997, - 33.21987763300007 - ], - [ - -117.25686304599998, - 33.21987414300003 - ], - [ - -117.25684725099995, - 33.21987059600008 - ], - [ - -117.25683147299998, - 33.21986699300004 - ], - [ - -117.25681571599995, - 33.21986334200005 - ], - [ - -117.25679997199995, - 33.219859634000045 - ], - [ - -117.25678424499995, - 33.21985587000006 - ], - [ - -117.25676853699997, - 33.219852057000026 - ], - [ - -117.25675285399996, - 33.21984818400006 - ], - [ - -117.25673718399997, - 33.21984426300003 - ], - [ - -117.25672153499994, - 33.21984028600008 - ], - [ - -117.25670590399994, - 33.219836255000075 - ], - [ - -117.25669029599999, - 33.219832170000075 - ], - [ - -117.25667716399994, - 33.219828687000074 - ], - [ - -117.25667470199994, - 33.219828034000045 - ], - [ - -117.256659131, - 33.21982384300003 - ], - [ - -117.25664358299997, - 33.21981960000005 - ], - [ - -117.25662805299999, - 33.219815303000075 - ], - [ - -117.25661254699997, - 33.219810951000056 - ], - [ - -117.25659705899994, - 33.219806550000044 - ], - [ - -117.25658159299996, - 33.219802094000045 - ], - [ - -117.256562966, - 33.21979664400004 - ], - [ - -117.25655072799998, - 33.21979302500006 - ], - [ - -117.25653532499996, - 33.219788411000025 - ], - [ - -117.25651995699997, - 33.21978374500003 - ], - [ - -117.25650459499997, - 33.21977902400005 - ], - [ - -117.25648924999996, - 33.21977424800008 - ], - [ - -117.25647395699997, - 33.21976942500004 - ], - [ - -117.25645867199995, - 33.21976454900005 - ], - [ - -117.25644340999997, - 33.219759622000026 - ], - [ - -117.25643250899998, - 33.21975605700004 - ], - [ - -117.25642817399995, - 33.21975463900003 - ], - [ - -117.25641295999998, - 33.21974960600005 - ], - [ - -117.25639777199996, - 33.21974452100005 - ], - [ - -117.25638260899996, - 33.21973938100007 - ], - [ - -117.25636747199997, - 33.21973419400007 - ], - [ - -117.25635235599998, - 33.21972895400006 - ], - [ - -117.25633726499996, - 33.21972365700003 - ], - [ - -117.256322206, - 33.21971831500008 - ], - [ - -117.25630717099995, - 33.21971292000006 - ], - [ - -117.25629216099998, - 33.219707475000064 - ], - [ - -117.25627717699996, - 33.21970197400003 - ], - [ - -117.25626222299996, - 33.21969642600004 - ], - [ - -117.25624729199995, - 33.21969082500004 - ], - [ - -117.25623238799994, - 33.21968517100004 - ], - [ - -117.25621751499995, - 33.219679470000074 - ], - [ - -117.25620266799996, - 33.219673715000056 - ], - [ - -117.256187851, - 33.21966791300002 - ], - [ - -117.256173059, - 33.21966205700005 - ], - [ - -117.25615829399999, - 33.21965614900006 - ], - [ - -117.25614356399996, - 33.21965019500004 - ], - [ - -117.25612886, - 33.219644188000075 - ], - [ - -117.25611418299997, - 33.21963813000008 - ], - [ - -117.25609953799994, - 33.219632027000046 - ], - [ - -117.25608491899999, - 33.21962586700005 - ], - [ - -117.25607033999995, - 33.219619658000056 - ], - [ - -117.25605577899995, - 33.21961340400003 - ], - [ - -117.256041257, - 33.21960709800004 - ], - [ - -117.25602675999994, - 33.21960074000003 - ], - [ - -117.256012296, - 33.21959433500007 - ], - [ - -117.25599786299995, - 33.21958787800003 - ], - [ - -117.25598345799995, - 33.21958137400003 - ], - [ - -117.25596909099994, - 33.21957482000005 - ], - [ - -117.25595475199998, - 33.21956822000004 - ], - [ - -117.25594045099996, - 33.21956156500005 - ], - [ - -117.25592617799998, - 33.21955485700005 - ], - [ - -117.25592343399995, - 33.21955356600006 - ], - [ - -117.255920646, - 33.219622309000044 - ], - [ - -117.25592058399997, - 33.21976020200003 - ], - [ - -117.25592055199996, - 33.21983097400005 - ], - [ - -117.25592045399998, - 33.22004261600006 - ], - [ - -117.25592037799998, - 33.22020753600003 - ], - [ - -117.25592030099995, - 33.22037792500004 - ], - [ - -117.25591861599997, - 33.22085645100003 - ], - [ - -117.25591799699998, - 33.221032079000054 - ], - [ - -117.25591824799994, - 33.22105406400004 - ], - [ - -117.25591670999995, - 33.22132970400003 - ], - [ - -117.25592191299995, - 33.221364668000035 - ], - [ - -117.25592184899995, - 33.221379712000044 - ], - [ - -117.25591675299995, - 33.221379625000054 - ], - [ - -117.25591763899996, - 33.22237013800003 - ], - [ - -117.25591835999995, - 33.22316960200004 - ], - [ - -117.25591837199994, - 33.22318407400007 - ], - [ - -117.254294443, - 33.22317299000008 - ], - [ - -117.25412257999994, - 33.22317181300008 - ], - [ - -117.25352919199997, - 33.22316774800004 - ], - [ - -117.25353180499997, - 33.22339585200007 - ], - [ - -117.25353039899994, - 33.22339582800004 - ], - [ - -117.25353040899995, - 33.22339749500003 - ], - [ - -117.25742716599996, - 33.22345497500004 - ], - [ - -117.25742686099994, - 33.22352643800008 - ], - [ - -117.25741292899994, - 33.22457447900007 - ], - [ - -117.26035778299996, - 33.22616576000007 - ], - [ - -117.26223574699998, - 33.227186248000066 - ], - [ - -117.26179458899998, - 33.22739185700004 - ], - [ - -117.26177923399996, - 33.227399055000035 - ], - [ - -117.261480485, - 33.22753910800003 - ], - [ - -117.26115950499997, - 33.227689584000075 - ], - [ - -117.26096395199994, - 33.22778125900004 - ], - [ - -117.260753148, - 33.22788008200007 - ], - [ - -117.26055120199999, - 33.22797475200008 - ], - [ - -117.26034923399999, - 33.22806943200004 - ], - [ - -117.26014730599996, - 33.22816409400008 - ], - [ - -117.25994537999998, - 33.228258751000055 - ], - [ - -117.25974727599998, - 33.22835161900008 - ], - [ - -117.25955172099998, - 33.228443291000076 - ], - [ - -117.25934340199996, - 33.22854094600007 - ], - [ - -117.25911347899995, - 33.228648726000074 - ], - [ - -117.25867490399997, - 33.22885431700007 - ], - [ - -117.25859009599998, - 33.22889528300004 - ], - [ - -117.25853373499996, - 33.22935781600006 - ], - [ - -117.258451042, - 33.229992795000044 - ], - [ - -117.25841474499998, - 33.23029199400003 - ], - [ - -117.25838510799997, - 33.23053626600006 - ], - [ - -117.25835724199999, - 33.230765989000076 - ], - [ - -117.25833446999997, - 33.230953673000045 - ], - [ - -117.25832948599998, - 33.230994757000076 - ], - [ - -117.25830374399999, - 33.23120695700004 - ], - [ - -117.25824805999997, - 33.23166404700004 - ], - [ - -117.258192082, - 33.23212300800003 - ], - [ - -117.25807781799995, - 33.23300908300007 - ], - [ - -117.25800229099997, - 33.23361392000004 - ], - [ - -117.25793104, - 33.23418450100007 - ], - [ - -117.25792977699996, - 33.23419462500004 - ], - [ - -117.25792943799996, - 33.23419733600008 - ], - [ - -117.25792909899997, - 33.23420005600008 - ], - [ - -117.25788967299997, - 33.23451579600004 - ], - [ - -117.25788959899995, - 33.234516393000035 - ], - [ - -117.25788958099997, - 33.23451654000007 - ], - [ - -117.25788954399997, - 33.23451683700006 - ], - [ - -117.25787893299997, - 33.23460208200004 - ], - [ - -117.25781082299994, - 33.23514927800005 - ], - [ - -117.25780486599996, - 33.235194860000036 - ], - [ - -117.25798125199998, - 33.23524201200007 - ], - [ - -117.25804130599994, - 33.235256623000055 - ], - [ - -117.25810168199996, - 33.23527036000007 - ], - [ - -117.25816230499998, - 33.23528321500004 - ], - [ - -117.25822320199995, - 33.235295165000025 - ], - [ - -117.25825702699996, - 33.23530128700003 - ], - [ - -117.25828432399999, - 33.235306223000066 - ], - [ - -117.25921458199997, - 33.23544635500008 - ], - [ - -117.25922355199998, - 33.23544770700005 - ], - [ - -117.25924073599998, - 33.235450290000074 - ], - [ - -117.25924739299995, - 33.235451295000075 - ], - [ - -117.25924747499994, - 33.23545130700006 - ], - [ - -117.25925835599998, - 33.23545284000005 - ], - [ - -117.25928468399997, - 33.23545654600008 - ], - [ - -117.26035070599994, - 33.235606665000034 - ], - [ - -117.261482947, - 33.23576609400004 - ], - [ - -117.26155524999996, - 33.23577627700007 - ], - [ - -117.26150284799996, - 33.235844893000035 - ], - [ - -117.26145966999997, - 33.235901418000026 - ], - [ - -117.26120845199995, - 33.23623033800004 - ], - [ - -117.26102907699999, - 33.236465192000026 - ], - [ - -117.26124760099998, - 33.236585406000074 - ], - [ - -117.26280743899997, - 33.23744346800004 - ], - [ - -117.26277164799995, - 33.23748947300004 - ], - [ - -117.26162871599996, - 33.23895844800006 - ], - [ - -117.26133787199996, - 33.23933223000006 - ], - [ - -117.26104701199995, - 33.239706021000075 - ], - [ - -117.26075615199994, - 33.240079810000054 - ], - [ - -117.26046762199996, - 33.24045061000004 - ], - [ - -117.26046541699998, - 33.24045344100006 - ], - [ - -117.26044727899995, - 33.24047657800003 - ], - [ - -117.26047475899998, - 33.240491650000024 - ], - [ - -117.26049559599994, - 33.24050306700008 - ], - [ - -117.260502154, - 33.24050666100004 - ], - [ - -117.26208101599997, - 33.24140968700004 - ], - [ - -117.26222668199995, - 33.24148444000008 - ], - [ - -117.26215675199995, - 33.24157698400006 - ], - [ - -117.260523375, - 33.24373865500007 - ], - [ - -117.26047075199995, - 33.243808296000054 - ], - [ - -117.25994568999994, - 33.244503131000045 - ], - [ - -117.259928157, - 33.24452633300007 - ], - [ - -117.25943916099999, - 33.24426315300008 - ], - [ - -117.25897363099995, - 33.244012601000065 - ], - [ - -117.25807121799994, - 33.243526906000056 - ], - [ - -117.25788521199996, - 33.24377082400002 - ], - [ - -117.25746070099996, - 33.244327519000024 - ], - [ - -117.25736906599997, - 33.24444768400008 - ], - [ - -117.25673415299997, - 33.24527304900005 - ], - [ - -117.25662121, - 33.24542002700008 - ], - [ - -117.25655559799998, - 33.245505413000046 - ], - [ - -117.25654337199995, - 33.24552132000008 - ], - [ - -117.25573743399997, - 33.246569392000026 - ], - [ - -117.25570717199997, - 33.24655310500003 - ], - [ - -117.25438421699994, - 33.24584115000005 - ], - [ - -117.25438239199997, - 33.245840162000036 - ], - [ - -117.25428876899997, - 33.245789700000046 - ], - [ - -117.25409554999999, - 33.24568290800005 - ], - [ - -117.25406686099996, - 33.24566703700003 - ], - [ - -117.25406550399998, - 33.24566627100006 - ], - [ - -117.25388056799994, - 33.24556213000005 - ], - [ - -117.253843271, - 33.24554319300006 - ], - [ - -117.25381506199994, - 33.245527614000025 - ], - [ - -117.25367649799995, - 33.24545109500008 - ], - [ - -117.25366373099996, - 33.24544398200004 - ], - [ - -117.25346252199995, - 33.245331892000024 - ], - [ - -117.25325188199997, - 33.24521816200007 - ], - [ - -117.25305105099994, - 33.24510434900003 - ], - [ - -117.25284698499996, - 33.24499331200008 - ], - [ - -117.25254681599995, - 33.24482345400003 - ], - [ - -117.25244539599998, - 33.24477118200008 - ], - [ - -117.25239468399997, - 33.24474307600008 - ], - [ - -117.25212280899996, - 33.244592391000026 - ], - [ - -117.25197134799998, - 33.24450845500007 - ], - [ - -117.25175061099998, - 33.24438707000007 - ], - [ - -117.25174965599996, - 33.244386543000076 - ], - [ - -117.25123769699997, - 33.24410439700006 - ], - [ - -117.25113478799994, - 33.244046602000026 - ], - [ - -117.25110099299997, - 33.24402741600005 - ], - [ - -117.25095932699998, - 33.24394911300004 - ], - [ - -117.25084571699995, - 33.243886306000036 - ], - [ - -117.25071624099996, - 33.24381473600005 - ], - [ - -117.25043162799994, - 33.24365740600007 - ], - [ - -117.25038284399994, - 33.24363043400007 - ], - [ - -117.25031984699996, - 33.24359560900007 - ], - [ - -117.25027221, - 33.24356927600007 - ], - [ - -117.25012876999995, - 33.243489984000064 - ], - [ - -117.24990757499995, - 33.24336770600007 - ], - [ - -117.24984552499996, - 33.24333340700008 - ], - [ - -117.24967459399994, - 33.24323890800002 - ], - [ - -117.24937110099995, - 33.243071142000076 - ], - [ - -117.24934011399995, - 33.24305402700003 - ], - [ - -117.24905148799996, - 33.24289445800002 - ], - [ - -117.248785984, - 33.24274768300006 - ], - [ - -117.24866291999996, - 33.24267965100006 - ], - [ - -117.24852840499994, - 33.24260528800005 - ], - [ - -117.24851270399995, - 33.242596614000036 - ], - [ - -117.24842631299998, - 33.24254884900006 - ], - [ - -117.24827775999995, - 33.24246672100003 - ], - [ - -117.248229832, - 33.24244023000006 - ], - [ - -117.24805744899999, - 33.24234492800008 - ], - [ - -117.24794631599997, - 33.24228349400005 - ], - [ - -117.24787021799995, - 33.24224142300005 - ], - [ - -117.24783606899996, - 33.24222254500006 - ], - [ - -117.24767723999997, - 33.242134736000025 - ], - [ - -117.24739248399999, - 33.241977321000036 - ], - [ - -117.24714606499998, - 33.241841082000064 - ], - [ - -117.24689963499998, - 33.241704853000044 - ], - [ - -117.24672479799995, - 33.24160819000008 - ], - [ - -117.24666965199998, - 33.24157769900006 - ], - [ - -117.24638331299997, - 33.24141939400005 - ], - [ - -117.24617200399996, - 33.24130260000004 - ], - [ - -117.24590171799997, - 33.24115316100006 - ], - [ - -117.24584667499994, - 33.241122725000025 - ], - [ - -117.24515409299994, - 33.240739794000035 - ], - [ - -117.24515291899996, - 33.24073914400003 - ], - [ - -117.24495111599998, - 33.24062757300004 - ], - [ - -117.24495225399994, - 33.240898264000066 - ], - [ - -117.24495364399996, - 33.241227794000054 - ], - [ - -117.24495486799998, - 33.24151958300007 - ], - [ - -117.24495487899998, - 33.241530176000026 - ], - [ - -117.24495007599995, - 33.24317954500003 - ], - [ - -117.24495002999998, - 33.24319458800005 - ], - [ - -117.24494935899997, - 33.24342797300005 - ], - [ - -117.24494789499994, - 33.24393373800007 - ], - [ - -117.24494685199994, - 33.24429453800008 - ], - [ - -117.24494680599997, - 33.24431070500003 - ], - [ - -117.24494452, - 33.24510219500007 - ], - [ - -117.24494654299997, - 33.24524411900006 - ], - [ - -117.24495039499999, - 33.24551415900004 - ], - [ - -117.24495160499998, - 33.24559900200006 - ], - [ - -117.244953308, - 33.24571853300006 - ], - [ - -117.24497528799998, - 33.247259659000065 - ], - [ - -117.24497690299995, - 33.24737285100008 - ], - [ - -117.24499434199998, - 33.24859567300007 - ], - [ - -117.24499406299998, - 33.248773938000056 - ], - [ - -117.24499405899996, - 33.248780690000046 - ], - [ - -117.24499389699997, - 33.24880275100003 - ], - [ - -117.24499281599998, - 33.24895365900005 - ], - [ - -117.24499279099996, - 33.24895658300005 - ], - [ - -117.24499517599997, - 33.24976756900003 - ], - [ - -117.24499717999998, - 33.25045376700007 - ], - [ - -117.244999399, - 33.25121229300004 - ], - [ - -117.24500178599999, - 33.25202941800006 - ], - [ - -117.24500303699995, - 33.25245737300003 - ], - [ - -117.24500414899995, - 33.252837329000045 - ], - [ - -117.24500253099995, - 33.25298885700005 - ], - [ - -117.24500290199995, - 33.25312929000006 - ], - [ - -117.24500585899995, - 33.254258840000034 - ], - [ - -117.24500761799999, - 33.25477496600007 - ], - [ - -117.24477331299994, - 33.25483444900004 - ], - [ - -117.24333085199999, - 33.25520062700008 - ], - [ - -117.24290588499997, - 33.25530850500007 - ], - [ - -117.24288359599996, - 33.25531416200005 - ], - [ - -117.24287617399995, - 33.25616877400006 - ], - [ - -117.24287578399998, - 33.25626822400005 - ], - [ - -117.242875385, - 33.25636964700004 - ], - [ - -117.24287438399995, - 33.25662526100007 - ], - [ - -117.24287298999997, - 33.25698021200003 - ], - [ - -117.24286961599995, - 33.25784008800008 - ], - [ - -117.24286912499997, - 33.257965210000066 - ], - [ - -117.24286893199996, - 33.25801431100007 - ], - [ - -117.24286853999996, - 33.25811417700004 - ], - [ - -117.24286816999995, - 33.25820853700003 - ], - [ - -117.24286785399994, - 33.258288907000065 - ], - [ - -117.242864355, - 33.25918061400006 - ], - [ - -117.24286435399995, - 33.25918066400004 - ], - [ - -117.24286435299996, - 33.259180713000035 - ], - [ - -117.24286192299996, - 33.25979982600006 - ], - [ - -117.24323506999997, - 33.25979731700005 - ], - [ - -117.24501109999994, - 33.25978536200006 - ], - [ - -117.24501106499997, - 33.25916352000007 - ], - [ - -117.24501106499997, - 33.25916347000003 - ], - [ - -117.24501106499997, - 33.25916342100004 - ], - [ - -117.24501105099995, - 33.258947102000036 - ], - [ - -117.24861262799999, - 33.25889493500006 - ], - [ - -117.24927334499995, - 33.25888535300004 - ], - [ - -117.249274905, - 33.25912916200008 - ], - [ - -117.24927490599998, - 33.25912921200006 - ], - [ - -117.24927490599998, - 33.259129261000055 - ], - [ - -117.24927904699996, - 33.25977682600006 - ], - [ - -117.249279705, - 33.25987953500004 - ], - [ - -117.24930258699999, - 33.26345579300005 - ], - [ - -117.24866444099996, - 33.26343995900004 - ], - [ - -117.24501713499996, - 33.263376452000045 - ], - [ - -117.24502540799995, - 33.26365343700007 - ], - [ - -117.24502208499996, - 33.26366688000007 - ], - [ - -117.24501944599996, - 33.26368044600002 - ], - [ - -117.24501754899995, - 33.26369409500006 - ], - [ - -117.24501639199997, - 33.26370735100005 - ], - [ - -117.24501625099998, - 33.263727026000026 - ], - [ - -117.24501369099994, - 33.26404543500007 - ], - [ - -117.24501055499996, - 33.264345046000074 - ], - [ - -117.245006059, - 33.26463914400006 - ], - [ - -117.24500507599998, - 33.26472712300006 - ], - [ - -117.24500270699997, - 33.26480684500007 - ], - [ - -117.24499076299998, - 33.26548306400008 - ], - [ - -117.24499212299997, - 33.26549675600006 - ], - [ - -117.24499324399994, - 33.26551046000003 - ], - [ - -117.24499415499997, - 33.26552418600005 - ], - [ - -117.24499482899995, - 33.26553791300006 - ], - [ - -117.244995255, - 33.265551652000056 - ], - [ - -117.24499549399997, - 33.26556539300003 - ], - [ - -117.24499547299996, - 33.26557913600004 - ], - [ - -117.24499522899998, - 33.265592871000024 - ], - [ - -117.2449947599999, - 33.26560660700005 - ], - [ - -117.24499406799998, - 33.26562033600004 - ], - [ - -117.24499312699999, - 33.26563404700005 - ], - [ - -117.244991976, - 33.265647768000065 - ], - [ - -117.24499058599997, - 33.265661453000064 - ], - [ - -117.24498897399997, - 33.265675129000044 - ], - [ - -117.24498713699995, - 33.265688787000045 - ], - [ - -117.24498506499998, - 33.265702418000046 - ], - [ - -117.24498276799994, - 33.26571603100007 - ], - [ - -117.24498024599995, - 33.265729606000036 - ], - [ - -117.24497749999995, - 33.265743142000076 - ], - [ - -117.24497743399996, - 33.265749768000035 - ], - [ - -117.24389412, - 33.265717736000056 - ], - [ - -117.24383515999995, - 33.265715992000025 - ], - [ - -117.24345556599997, - 33.26570476400008 - ], - [ - -117.243036615, - 33.265692374000025 - ], - [ - -117.24263086299999, - 33.265680608000025 - ], - [ - -117.24220537399998, - 33.265667989000065 - ], - [ - -117.24144939999996, - 33.26564607700004 - ], - [ - -117.23939414799997, - 33.26558457300007 - ], - [ - -117.237585019, - 33.26553099500006 - ], - [ - -117.23737153399998, - 33.26552467500005 - ], - [ - -117.23737164299996, - 33.26553841700007 - ], - [ - -117.23737138499996, - 33.265552152000055 - ], - [ - -117.23737075099996, - 33.265565880000054 - ], - [ - -117.237369737, - 33.26557961000003 - ], - [ - -117.23736835899996, - 33.26559328500008 - ], - [ - -117.23736661499998, - 33.26560695200004 - ], - [ - -117.23736449499995, - 33.26562058400003 - ], - [ - -117.23736200699994, - 33.26563416700003 - ], - [ - -117.23735915399999, - 33.26564769600003 - ], - [ - -117.23735593599997, - 33.26566117600004 - ], - [ - -117.23735236199997, - 33.265674571000034 - ], - [ - -117.23734841099997, - 33.265687910000054 - ], - [ - -117.23734409399998, - 33.26570116200003 - ], - [ - -117.23733943399998, - 33.265714338000066 - ], - [ - -117.23733440799998, - 33.26572740800003 - ], - [ - -117.23732903699994, - 33.265740391000065 - ], - [ - -117.23732331399998, - 33.265753268000026 - ], - [ - -117.23731724599998, - 33.26576601900007 - ], - [ - -117.23731083599995, - 33.26577866500003 - ], - [ - -117.23730408199998, - 33.26579117400007 - ], - [ - -117.23729698499994, - 33.26580355700003 - ], - [ - -117.23728955699994, - 33.265815804000056 - ], - [ - -117.23728180899997, - 33.26582790600003 - ], - [ - -117.23727371599995, - 33.265839852000056 - ], - [ - -117.237265316, - 33.26585164000005 - ], - [ - -117.23725659699994, - 33.265863265000064 - ], - [ - -117.23724756699994, - 33.265874723000024 - ], - [ - -117.23723820699996, - 33.26588600500003 - ], - [ - -117.237228572, - 33.265897102000054 - ], - [ - -117.23721863099996, - 33.26590801300006 - ], - [ - -117.23720839199996, - 33.26591872800003 - ], - [ - -117.23720264699995, - 33.26592453600006 - ], - [ - -117.23697476299998, - 33.26617553700004 - ], - [ - -117.23695381099998, - 33.266198615000064 - ], - [ - -117.23688418599994, - 33.26698797600005 - ], - [ - -117.23688891899997, - 33.26699596800006 - ], - [ - -117.23689656599998, - 33.26700811400008 - ], - [ - -117.23690465499999, - 33.26702006100004 - ], - [ - -117.23691317899994, - 33.26703178500003 - ], - [ - -117.23692213599998, - 33.267043278000074 - ], - [ - -117.23693151499998, - 33.26705454000006 - ], - [ - -117.23694130499996, - 33.267065552000076 - ], - [ - -117.23694383299994, - 33.267068221000045 - ], - [ - -117.23695148999997, - 33.26707630200008 - ], - [ - -117.23696205099998, - 33.267086783000025 - ], - [ - -117.23697303199998, - 33.267096983000044 - ], - [ - -117.23698436499996, - 33.26710689300006 - ], - [ - -117.23699604599994, - 33.26711650300007 - ], - [ - -117.23700809199994, - 33.267125803000056 - ], - [ - -117.23702046199998, - 33.26713479400007 - ], - [ - -117.23703316999996, - 33.267143445000045 - ], - [ - -117.237045476, - 33.26715088200007 - ], - [ - -117.23727771499995, - 33.26729112900006 - ], - [ - -117.23728022599994, - 33.26729265000006 - ], - [ - -117.23767203799997, - 33.267512157000056 - ], - [ - -117.23768197599998, - 33.26751815200004 - ], - [ - -117.23769534599995, - 33.26752607100008 - ], - [ - -117.23770880599994, - 33.26753387800005 - ], - [ - -117.237722352, - 33.26754157900007 - ], - [ - -117.23773599299994, - 33.26754916600004 - ], - [ - -117.23774971499995, - 33.267556643000034 - ], - [ - -117.23776352699997, - 33.267564003000075 - ], - [ - -117.23777742799996, - 33.26757125200004 - ], - [ - -117.23779140699997, - 33.267578386000025 - ], - [ - -117.23780547099994, - 33.26758540800006 - ], - [ - -117.23781961399999, - 33.267592311000044 - ], - [ - -117.23783383399996, - 33.26759909900005 - ], - [ - -117.23784814099997, - 33.26760576800007 - ], - [ - -117.23786251599995, - 33.26761232200005 - ], - [ - -117.23787696899996, - 33.267618758000026 - ], - [ - -117.23789149399994, - 33.26762507600006 - ], - [ - -117.23790609699995, - 33.26763127300006 - ], - [ - -117.237920767, - 33.26763734700006 - ], - [ - -117.23793550699997, - 33.267643305000036 - ], - [ - -117.23795031799995, - 33.26764914000006 - ], - [ - -117.23796519599995, - 33.26765485300007 - ], - [ - -117.23797405, - 33.26765817100005 - ], - [ - -117.23797708299998, - 33.26765814500004 - ], - [ - -117.23799514499996, - 33.26766591400008 - ], - [ - -117.23801021399998, - 33.26767126000004 - ], - [ - -117.23802534799995, - 33.26767648300006 - ], - [ - -117.238040534, - 33.267681579000055 - ], - [ - -117.23805578499997, - 33.26768655200004 - ], - [ - -117.23807109199998, - 33.26769140000005 - ], - [ - -117.23808645499997, - 33.26769611900005 - ], - [ - -117.23810187, - 33.267700717000025 - ], - [ - -117.23811733699995, - 33.26770518700005 - ], - [ - -117.23813285999995, - 33.26770952900006 - ], - [ - -117.23814842499996, - 33.26771374300006 - ], - [ - -117.23816404299998, - 33.26771783200007 - ], - [ - -117.2381797099999, - 33.267721788000074 - ], - [ - -117.23819541799998, - 33.26772561800004 - ], - [ - -117.23821117199998, - 33.26772932200004 - ], - [ - -117.23822696899998, - 33.26773289300007 - ], - [ - -117.23824280399998, - 33.26773633400006 - ], - [ - -117.23825867899996, - 33.26773964900008 - ], - [ - -117.23827459999995, - 33.26774283000003 - ], - [ - -117.23829054, - 33.26774588100005 - ], - [ - -117.23830652599997, - 33.26774880100004 - ], - [ - -117.23832254299998, - 33.267751590000046 - ], - [ - -117.23921458599995, - 33.267939624000064 - ], - [ - -117.23938813099994, - 33.26797201200003 - ], - [ - -117.23939092699999, - 33.267646883000054 - ], - [ - -117.23939529299997, - 33.26713838400008 - ], - [ - -117.24391991599998, - 33.26709124000007 - ], - [ - -117.24401565099998, - 33.267090996000036 - ], - [ - -117.24416099299998, - 33.26709062500004 - ], - [ - -117.24416175599998, - 33.26709062000003 - ], - [ - -117.24481999099999, - 33.267085630000054 - ], - [ - -117.24487739099999, - 33.26708519500005 - ], - [ - -117.24488165199995, - 33.26708516300005 - ], - [ - -117.24498086999995, - 33.26708441000005 - ], - [ - -117.24498833399997, - 33.26760213500006 - ], - [ - -117.24500268399999, - 33.268720157000075 - ], - [ - -117.244984994, - 33.27076851500004 - ], - [ - -117.24498434699996, - 33.271254240000076 - ], - [ - -117.24498194899996, - 33.27304526000006 - ], - [ - -117.24498021899996, - 33.27433747900005 - ], - [ - -117.24498020199997, - 33.27435149900003 - ], - [ - -117.24499812599998, - 33.275347182000075 - ], - [ - -117.24500050299997, - 33.27585123500006 - ], - [ - -117.245001388, - 33.27591645200005 - ], - [ - -117.24500144899997, - 33.275921218000065 - ], - [ - -117.245003124, - 33.27605102600006 - ], - [ - -117.24501333999996, - 33.27684374200004 - ], - [ - -117.24502024799995, - 33.277379592000045 - ], - [ - -117.24499958999996, - 33.278012303000025 - ], - [ - -117.24575507099996, - 33.278034587000036 - ], - [ - -117.24579436, - 33.27803701900007 - ], - [ - -117.24592857599998, - 33.27804143700007 - ], - [ - -117.24597443999994, - 33.278046568000036 - ], - [ - -117.24805257599996, - 33.27807700400007 - ], - [ - -117.248678257, - 33.27808616200008 - ], - [ - -117.24883148699996, - 33.27808840600005 - ], - [ - -117.24912565299996, - 33.27809304500005 - ], - [ - -117.24934204099998, - 33.27809645900004 - ], - [ - -117.25073309399994, - 33.278131974000075 - ], - [ - -117.25203542499997, - 33.278135243000065 - ], - [ - -117.25330256599995, - 33.278153744000065 - ], - [ - -117.25360960199998, - 33.27815822400004 - ], - [ - -117.25361184699995, - 33.278526499000066 - ], - [ - -117.25361500699995, - 33.27904425300005 - ], - [ - -117.25362076099998, - 33.279988599000035 - ], - [ - -117.25362081199995, - 33.28000590400006 - ], - [ - -117.25362130299999, - 33.280175350000036 - ], - [ - -117.25362518699995, - 33.281516698000075 - ], - [ - -117.25287534499995, - 33.28123479100003 - ], - [ - -117.25258419799997, - 33.281766977000075 - ], - [ - -117.25258403599997, - 33.28176819000004 - ], - [ - -117.25258378799998, - 33.28177002000007 - ], - [ - -117.25257270799995, - 33.28185233200003 - ], - [ - -117.25252086799998, - 33.28223747000004 - ], - [ - -117.25153250999995, - 33.282226208000054 - ], - [ - -117.25154031599999, - 33.281764407000026 - ], - [ - -117.24936372699995, - 33.281724231000055 - ], - [ - -117.24931590899996, - 33.28354958400007 - ], - [ - -117.24931567199997, - 33.28375740000007 - ], - [ - -117.24931536899999, - 33.28402403800004 - ], - [ - -117.24931383399996, - 33.285374561000026 - ], - [ - -117.24931383299997, - 33.285375833000046 - ], - [ - -117.25039340599994, - 33.28538820800003 - ], - [ - -117.25147318499995, - 33.28540040300004 - ], - [ - -117.252455463, - 33.28541149200004 - ], - [ - -117.252947383, - 33.285417050000035 - ], - [ - -117.25363349599996, - 33.285424774000035 - ], - [ - -117.25453420899998, - 33.28543490900006 - ], - [ - -117.25474605199997, - 33.28543729200004 - ], - [ - -117.25573342599995, - 33.285448442000074 - ], - [ - -117.25787573699995, - 33.285472655000035 - ], - [ - -117.258567111, - 33.28548046000003 - ], - [ - -117.25897272699996, - 33.28548503700006 - ], - [ - -117.25902468499999, - 33.285485624000046 - ], - [ - -117.26019395299994, - 33.28549881200007 - ], - [ - -117.26085646499996, - 33.28550627900006 - ], - [ - -117.26122733999995, - 33.28551045900008 - ], - [ - -117.2615310199999, - 33.28551388000005 - ], - [ - -117.26226660599997, - 33.28552216200006 - ], - [ - -117.26226532699997, - 33.28676263800003 - ], - [ - -117.26226439099997, - 33.28766897400004 - ], - [ - -117.26226410099997, - 33.287949335000064 - ], - [ - -117.262262895, - 33.288768427000036 - ], - [ - -117.26226235399997, - 33.28913667000006 - ], - [ - -117.26226234699999, - 33.28914169300003 - ], - [ - -117.26226119799998, - 33.29025655500004 - ], - [ - -117.26226046099998, - 33.29097399400007 - ], - [ - -117.26226028099995, - 33.29114929100007 - ], - [ - -117.26225863699995, - 33.29274585700006 - ], - [ - -117.262249468, - 33.29274580300006 - ], - [ - -117.26095935999996, - 33.292738661000044 - ], - [ - -117.25995824299997, - 33.29273310600007 - ], - [ - -117.25960770599994, - 33.29273115500007 - ], - [ - -117.25795286199997, - 33.29270560100008 - ], - [ - -117.25795337299996, - 33.292788047000045 - ], - [ - -117.25796242099995, - 33.29426350800003 - ], - [ - -117.25797033099997, - 33.295553934000054 - ], - [ - -117.25797513799995, - 33.29633801500006 - ], - [ - -117.25802573899995, - 33.296338536000064 - ], - [ - -117.25916362399994, - 33.296350044000064 - ], - [ - -117.25927686399996, - 33.29634920600006 - ], - [ - -117.26131924099997, - 33.29633432800006 - ], - [ - -117.26127705399995, - 33.29579872900007 - ], - [ - -117.26124125799998, - 33.295661617000064 - ], - [ - -117.26119829199996, - 33.29549704000004 - ], - [ - -117.26176584899997, - 33.29528460300003 - ], - [ - -117.26228669499994, - 33.29508964900003 - ], - [ - -117.26346954199994, - 33.29464299600005 - ], - [ - -117.263696644, - 33.29475382700008 - ], - [ - -117.26379856799997, - 33.294794222000064 - ], - [ - -117.26388088899995, - 33.29483752500005 - ], - [ - -117.26420321299997, - 33.29497506200005 - ], - [ - -117.26413913299996, - 33.296429611000065 - ], - [ - -117.264111744, - 33.297051295000074 - ], - [ - -117.26410473599998, - 33.29721035100005 - ], - [ - -117.26400720599997, - 33.29727163800004 - ], - [ - -117.26304008299996, - 33.29769177400004 - ], - [ - -117.26265938499995, - 33.297816459000046 - ], - [ - -117.26231296399999, - 33.297927866000066 - ], - [ - -117.26231298599998, - 33.29792990900006 - ], - [ - -117.26231747799994, - 33.29831838800004 - ], - [ - -117.26232374199998, - 33.29886020600003 - ], - [ - -117.26233276099998, - 33.29997595200007 - ] - ] - ], - [ - [ - [ - -117.16884592799994, - 33.24172340400003 - ], - [ - -117.16861219499998, - 33.24172513800005 - ], - [ - -117.16861181899998, - 33.241726465000056 - ], - [ - -117.1686114399999, - 33.24172780300006 - ], - [ - -117.16861106699997, - 33.24172913900003 - ], - [ - -117.168610877, - 33.24172980900005 - ], - [ - -117.16861068799994, - 33.24173047700003 - ], - [ - -117.16861031599996, - 33.24173181500004 - ], - [ - -117.16860994599995, - 33.24173314500007 - ], - [ - -117.16860957299997, - 33.241734491000045 - ], - [ - -117.16860920399995, - 33.24173582800006 - ], - [ - -117.16860883899994, - 33.24173717000008 - ], - [ - -117.16860846999998, - 33.241738508000026 - ], - [ - -117.16860828699998, - 33.241739178000046 - ], - [ - -117.16860810399999, - 33.24173984600003 - ], - [ - -117.16860774399998, - 33.24174118700006 - ], - [ - -117.16860738099996, - 33.24174252600005 - ], - [ - -117.16860701899998, - 33.241743867000025 - ], - [ - -117.168606663, - 33.24174521000003 - ], - [ - -117.16860630399998, - 33.24174655100006 - ], - [ - -117.16860612499994, - 33.24174722200007 - ], - [ - -117.168605948, - 33.241747891000045 - ], - [ - -117.16860559199995, - 33.241749233000064 - ], - [ - -117.16860524199996, - 33.24175057300005 - ], - [ - -117.16860488799995, - 33.24175191900002 - ], - [ - -117.16860454, - 33.24175325900006 - ], - [ - -117.16860419099999, - 33.24175460200007 - ], - [ - -117.16860401799994, - 33.241755273000024 - ], - [ - -117.16860384299997, - 33.241755943000044 - ], - [ - -117.16860349799998, - 33.24175728400007 - ], - [ - -117.168603153, - 33.24175863100004 - ], - [ - -117.16860281099997, - 33.241759975000036 - ], - [ - -117.16860247199998, - 33.24176132000002 - ], - [ - -117.16860229999998, - 33.24176199100003 - ], - [ - -117.16860212799997, - 33.24176266200004 - ], - [ - -117.16860179199995, - 33.24176400700003 - ], - [ - -117.16860145399994, - 33.24176535300006 - ], - [ - -117.16860111999995, - 33.24176669700006 - ], - [ - -117.16860078499997, - 33.241768043000036 - ], - [ - -117.16860061799997, - 33.241768714000045 - ], - [ - -117.16860045299995, - 33.241769386000044 - ], - [ - -117.16860012399997, - 33.241770734000056 - ], - [ - -117.16859979599997, - 33.24177207900004 - ], - [ - -117.16859946499994, - 33.241773426000066 - ], - [ - -117.16859913899998, - 33.24177477100005 - ], - [ - -117.16859881499994, - 33.241776119000065 - ], - [ - -117.16859865199996, - 33.24177679200005 - ], - [ - -117.16859848999997, - 33.24177746600003 - ], - [ - -117.16859816999994, - 33.24177881400004 - ], - [ - -117.168597848, - 33.24178015900003 - ], - [ - -117.16859753099999, - 33.24178150900008 - ], - [ - -117.16859721199995, - 33.24178285600004 - ], - [ - -117.16859705299998, - 33.24178353100007 - ], - [ - -117.16859689599994, - 33.241784204000055 - ], - [ - -117.16859658299995, - 33.24178555300006 - ], - [ - -117.16859626999997, - 33.24178690300005 - ], - [ - -117.16859595699998, - 33.24178825100006 - ], - [ - -117.16859564799995, - 33.24178959900007 - ], - [ - -117.16859549299994, - 33.24179027400004 - ], - [ - -117.16859533999997, - 33.24179095000005 - ], - [ - -117.16859503199998, - 33.241792298000064 - ], - [ - -117.16859472799996, - 33.241793648000055 - ], - [ - -117.16859442199996, - 33.241794999000035 - ], - [ - -117.16859411799999, - 33.241796349000026 - ], - [ - -117.168593967, - 33.24179702500004 - ], - [ - -117.16859381799998, - 33.24179770200004 - ], - [ - -117.16859351999994, - 33.24179905200003 - ], - [ - -117.16859322299996, - 33.24180040400006 - ], - [ - -117.16859292599997, - 33.24180175400005 - ], - [ - -117.16859263099997, - 33.24180310500003 - ], - [ - -117.16859233599996, - 33.24180445600007 - ], - [ - -117.16859232199994, - 33.24180452100006 - ], - [ - -117.16859230799997, - 33.24180458500007 - ], - [ - -117.16859217999996, - 33.24180518000003 - ], - [ - -117.168592043, - 33.24180581000007 - ], - [ - -117.16859175299999, - 33.24180716200004 - ], - [ - -117.16859146299998, - 33.241808513000024 - ], - [ - -117.16859117599995, - 33.241809869000065 - ], - [ - -117.16859089099995, - 33.241811219000056 - ], - [ - -117.16859060499996, - 33.24181257300006 - ], - [ - -117.16859032199994, - 33.24181392600008 - ], - [ - -117.16859004099996, - 33.241815279000036 - ], - [ - -117.16858975899999, - 33.24181663300004 - ], - [ - -117.16858948299995, - 33.24181798800004 - ], - [ - -117.16858920399994, - 33.24181934500007 - ], - [ - -117.16858906599998, - 33.241820020000034 - ], - [ - -117.16858892799996, - 33.24182069700004 - ], - [ - -117.16858865599994, - 33.24182205100004 - ], - [ - -117.16858838199994, - 33.24182340800007 - ], - [ - -117.16858810899998, - 33.24182476300007 - ], - [ - -117.16858783999999, - 33.24182611400005 - ], - [ - -117.16858770399995, - 33.241826794000076 - ], - [ - -117.16858756899995, - 33.24182747200007 - ], - [ - -117.16858730299998, - 33.24182883000003 - ], - [ - -117.16858704099997, - 33.24183018300005 - ], - [ - -117.16858677599998, - 33.24183153900003 - ], - [ - -117.16858650999995, - 33.24183289500007 - ], - [ - -117.16858625499998, - 33.24183425100006 - ], - [ - -117.16858599299997, - 33.24183560900008 - ], - [ - -117.16858573399998, - 33.24183696800003 - ], - [ - -117.16858548, - 33.24183832400007 - ], - [ - -117.16858522499996, - 33.241839682000034 - ], - [ - -117.16858497199996, - 33.241841040000054 - ], - [ - -117.16858472099995, - 33.24184239700003 - ], - [ - -117.16858446699996, - 33.24184375400006 - ], - [ - -117.16858434299996, - 33.24184443300004 - ], - [ - -117.16858422099995, - 33.24184511100003 - ], - [ - -117.16858397199996, - 33.24184647100003 - ], - [ - -117.16858372599995, - 33.24184783000004 - ], - [ - -117.16858348199997, - 33.24184918900005 - ], - [ - -117.16858323999998, - 33.24185054600002 - ], - [ - -117.16858299499995, - 33.24185190600008 - ], - [ - -117.16858275699997, - 33.24185326500003 - ], - [ - -117.16858251699995, - 33.24185462600008 - ], - [ - -117.16858228199999, - 33.24185598400004 - ], - [ - -117.168582045, - 33.24185734400004 - ], - [ - -117.16858181099997, - 33.24185870500003 - ], - [ - -117.16858157999997, - 33.24186006600007 - ], - [ - -117.16858134799998, - 33.241861425000025 - ], - [ - -117.16858111799996, - 33.24186278700006 - ], - [ - -117.16858088999999, - 33.24186414800005 - ], - [ - -117.16858066499998, - 33.241865510000025 - ], - [ - -117.16858043999997, - 33.241866869000035 - ], - [ - -117.16858021699994, - 33.24186823000008 - ], - [ - -117.16857999399997, - 33.24186959200006 - ], - [ - -117.16857977399997, - 33.241870955000024 - ], - [ - -117.16857955399996, - 33.24187231500002 - ], - [ - -117.168579336, - 33.24187367500008 - ], - [ - -117.168579121, - 33.241875039000035 - ], - [ - -117.16857890499995, - 33.24187640200006 - ], - [ - -117.16857869399996, - 33.24187776500003 - ], - [ - -117.16857848399997, - 33.24187912600007 - ], - [ - -117.16857837699996, - 33.24187980900007 - ], - [ - -117.168578272, - 33.24188049000003 - ], - [ - -117.16857806299998, - 33.24188185300005 - ], - [ - -117.16857785599996, - 33.241883216000076 - ], - [ - -117.16857764899999, - 33.241884577000064 - ], - [ - -117.16857744799995, - 33.241885945000035 - ], - [ - -117.16857724399995, - 33.241887305000034 - ], - [ - -117.16857704199998, - 33.24188866900005 - ], - [ - -117.16857694199996, - 33.24188935300003 - ], - [ - -117.16857684399997, - 33.24189003500004 - ], - [ - -117.16857664599996, - 33.241891397000074 - ], - [ - -117.16857645099998, - 33.24189276100003 - ], - [ - -117.168576256, - 33.241894124000055 - ], - [ - -117.16857605899997, - 33.24189548900006 - ], - [ - -117.16857596299997, - 33.241896172000054 - ], - [ - -117.16857586699996, - 33.24189685500005 - ], - [ - -117.16857567799997, - 33.24189822000005 - ], - [ - -117.16857548999997, - 33.241899585000056 - ], - [ - -117.16857530399994, - 33.24190095100005 - ], - [ - -117.16857511399996, - 33.24190231500006 - ], - [ - -117.16857493199996, - 33.241903680000064 - ], - [ - -117.16857474899996, - 33.241905046000056 - ], - [ - -117.16857456699995, - 33.241906406000055 - ], - [ - -117.16857438799997, - 33.24190777700005 - ], - [ - -117.16857429399994, - 33.24190845800007 - ], - [ - -117.16857419999997, - 33.24190914600007 - ], - [ - -117.16857403499995, - 33.24191051100007 - ], - [ - -117.16857385799995, - 33.241911876000074 - ], - [ - -117.16857368299998, - 33.24191324200007 - ], - [ - -117.16857355299999, - 33.24191426700003 - ], - [ - -117.16857350999999, - 33.24191460900005 - ], - [ - -117.16857333699994, - 33.24191597400005 - ], - [ - -117.16857316899996, - 33.24191734200008 - ], - [ - -117.168572999, - 33.24191870800007 - ], - [ - -117.16857283399997, - 33.24192007600004 - ], - [ - -117.16857266899996, - 33.241921443000024 - ], - [ - -117.16857250899994, - 33.24192281100005 - ], - [ - -117.16857234599996, - 33.24192417900008 - ], - [ - -117.16857218599995, - 33.24192554500007 - ], - [ - -117.168572026, - 33.241926912000054 - ], - [ - -117.16857186799996, - 33.24192828100007 - ], - [ - -117.16857171199996, - 33.24192964900004 - ], - [ - -117.16857156099996, - 33.241931016000024 - ], - [ - -117.16857140599996, - 33.24193238100003 - ], - [ - -117.16857125499996, - 33.24193375300007 - ], - [ - -117.16857110599994, - 33.24193512200003 - ], - [ - -117.16857095499995, - 33.24193649000006 - ], - [ - -117.16857080699998, - 33.241937859000075 - ], - [ - -117.16857066499995, - 33.241939228000035 - ], - [ - -117.16857051799997, - 33.24194059800004 - ], - [ - -117.16857037699998, - 33.24194196600007 - ], - [ - -117.16857023799997, - 33.24194333400004 - ], - [ - -117.16857009699999, - 33.24194470300006 - ], - [ - -117.16856995499995, - 33.24194607100003 - ], - [ - -117.16856989099995, - 33.24194675900003 - ], - [ - -117.16856982199994, - 33.24194744300007 - ], - [ - -117.16856969199995, - 33.24194881300008 - ], - [ - -117.16856955599997, - 33.24195018200004 - ], - [ - -117.16856942299995, - 33.24195155100006 - ], - [ - -117.16856887899996, - 33.24195724100008 - ], - [ - -117.168808233, - 33.24195744900004 - ], - [ - -117.16889869699997, - 33.241957530000036 - ], - [ - -117.168894433, - 33.24193713100004 - ], - [ - -117.16889489399995, - 33.241934548000074 - ], - [ - -117.168895137, - 33.241933188000075 - ], - [ - -117.16889522199995, - 33.24193271200005 - ], - [ - -117.168895379, - 33.241931829000066 - ], - [ - -117.16889562299997, - 33.24193046900007 - ], - [ - -117.16889586699995, - 33.24192911200004 - ], - [ - -117.16889611, - 33.24192775200004 - ], - [ - -117.16889635499996, - 33.24192639200004 - ], - [ - -117.16889647899995, - 33.241925716000026 - ], - [ - -117.16889660199996, - 33.241925036000055 - ], - [ - -117.16889684299997, - 33.241923679000024 - ], - [ - -117.16889709499998, - 33.241922317000046 - ], - [ - -117.16889733899995, - 33.24192096100006 - ], - [ - -117.16889758599996, - 33.24191960100006 - ], - [ - -117.16889783999994, - 33.24191824400003 - ], - [ - -117.16889796199996, - 33.24191756500005 - ], - [ - -117.16889808399998, - 33.24191688500002 - ], - [ - -117.16889833399995, - 33.24191552800005 - ], - [ - -117.16889857899997, - 33.24191416700006 - ], - [ - -117.16889882899994, - 33.24191281000003 - ], - [ - -117.16889908099995, - 33.24191145100008 - ], - [ - -117.16889933199997, - 33.24191009400005 - ], - [ - -117.168899582, - 33.24190873500004 - ], - [ - -117.16889983199997, - 33.241907378000064 - ], - [ - -117.16890008299998, - 33.241906021000034 - ], - [ - -117.16890033399994, - 33.241904662000024 - ], - [ - -117.16890058699994, - 33.24190330400006 - ], - [ - -117.16890084299996, - 33.24190194700003 - ], - [ - -117.16890109199994, - 33.24190058900007 - ], - [ - -117.16890134599998, - 33.24189923500006 - ], - [ - -117.16890160099996, - 33.241897874000074 - ], - [ - -117.16890185299997, - 33.24189651800003 - ], - [ - -117.16890211199996, - 33.24189516000007 - ], - [ - -117.16890236499995, - 33.24189380200005 - ], - [ - -117.16890262199996, - 33.241892445000076 - ], - [ - -117.16890274999997, - 33.24189176600004 - ], - [ - -117.168902877, - 33.241891088000045 - ], - [ - -117.16890313399995, - 33.24188973100007 - ], - [ - -117.16890339099996, - 33.24188837500003 - ], - [ - -117.16890364899996, - 33.24188701700007 - ], - [ - -117.168903909, - 33.24188566000004 - ], - [ - -117.16890416599995, - 33.24188430300006 - ], - [ - -117.16890442299996, - 33.24188294700008 - ], - [ - -117.16890468399998, - 33.24188158900006 - ], - [ - -117.16890494399996, - 33.241880233000074 - ], - [ - -117.16890520399994, - 33.241878876000044 - ], - [ - -117.16890546599996, - 33.24187751900007 - ], - [ - -117.16890572699998, - 33.24187616300003 - ], - [ - -117.16890598599997, - 33.241874808000034 - ], - [ - -117.16890611799994, - 33.24187413000004 - ], - [ - -117.16890624999996, - 33.24187345000007 - ], - [ - -117.16890651099999, - 33.24187209300004 - ], - [ - -117.16890677499998, - 33.241870739000035 - ], - [ - -117.16890704199994, - 33.241869380000026 - ], - [ - -117.16890730199998, - 33.24186802600008 - ], - [ - -117.16890756599997, - 33.24186666800006 - ], - [ - -117.16890769799994, - 33.241865991000054 - ], - [ - -117.16890782999997, - 33.241865311000026 - ], - [ - -117.16890809499995, - 33.24186395700008 - ], - [ - -117.16890836099998, - 33.24186260400006 - ], - [ - -117.16890862599996, - 33.24186124400006 - ], - [ - -117.16890889399997, - 33.24185989000006 - ], - [ - -117.168909026, - 33.241859211000076 - ], - [ - -117.16890915899995, - 33.24185853300003 - ], - [ - -117.16890942599997, - 33.24185717800003 - ], - [ - -117.16890969299999, - 33.24185582200005 - ], - [ - -117.16890995999995, - 33.241854465000074 - ], - [ - -117.16891023, - 33.24185311000008 - ], - [ - -117.16891036299995, - 33.241852434000066 - ], - [ - -117.16891049699996, - 33.24185175500003 - ], - [ - -117.16891076799999, - 33.241850398000054 - ], - [ - -117.16891103799998, - 33.24184904500004 - ], - [ - -117.16891130699997, - 33.241847688000064 - ], - [ - -117.16891157899994, - 33.24184633400006 - ], - [ - -117.16891184899998, - 33.24184498000005 - ], - [ - -117.16891211899997, - 33.24184362300008 - ], - [ - -117.16891239299997, - 33.24184226800003 - ], - [ - -117.16891266299996, - 33.24184091400008 - ], - [ - -117.16891293699996, - 33.24183955900003 - ], - [ - -117.16891320999997, - 33.24183820300004 - ], - [ - -117.16891348499996, - 33.24183684900004 - ], - [ - -117.16891375799997, - 33.24183549400004 - ], - [ - -117.16891403099999, - 33.24183413900005 - ], - [ - -117.16891430699997, - 33.24183278600003 - ], - [ - -117.16891458199996, - 33.24183143100004 - ], - [ - -117.168914858, - 33.24183007600004 - ], - [ - -117.16891513599995, - 33.241828723000026 - ], - [ - -117.168915412, - 33.24182736900008 - ], - [ - -117.16891568899996, - 33.24182601500007 - ], - [ - -117.16891596599999, - 33.24182466000008 - ], - [ - -117.16891624299996, - 33.241823305000025 - ], - [ - -117.16891652299995, - 33.241821952000066 - ], - [ - -117.16891679899999, - 33.24182059700007 - ], - [ - -117.16891707999997, - 33.241819243000066 - ], - [ - -117.16891736099996, - 33.24181788900006 - ], - [ - -117.16891764099995, - 33.241816533000076 - ], - [ - -117.16891791999996, - 33.24181518100005 - ], - [ - -117.16891820099994, - 33.24181382800003 - ], - [ - -117.16891848499995, - 33.24181247400003 - ], - [ - -117.16891876199998, - 33.24181111900003 - ], - [ - -117.16891904799996, - 33.241809766000074 - ], - [ - -117.16891932799996, - 33.24180841700007 - ], - [ - -117.16891954099998, - 33.24180739800005 - ], - [ - -117.16891961199997, - 33.24180706000004 - ], - [ - -117.16891989499999, - 33.24180570500005 - ], - [ - -117.16892018099998, - 33.24180435400007 - ], - [ - -117.16892046399994, - 33.24180299900007 - ], - [ - -117.168920749, - 33.241801648000035 - ], - [ - -117.16892103499998, - 33.24180029300004 - ], - [ - -117.16892132099997, - 33.24179894200006 - ], - [ - -117.16892160499998, - 33.241797587000065 - ], - [ - -117.16892174999998, - 33.24179691100005 - ], - [ - -117.16892189599997, - 33.24179623500004 - ], - [ - -117.16892217799995, - 33.24179488200008 - ], - [ - -117.168922469, - 33.24179353000005 - ], - [ - -117.16892275799995, - 33.24179217600005 - ], - [ - -117.16892304299995, - 33.24179082300003 - ], - [ - -117.16892333399994, - 33.24178947200005 - ], - [ - -117.16892347899994, - 33.24178879500005 - ], - [ - -117.16892362299996, - 33.241788119000034 - ], - [ - -117.16892391299996, - 33.24178676500003 - ], - [ - -117.16892420199997, - 33.24178541500004 - ], - [ - -117.16892449199997, - 33.24178406000004 - ], - [ - -117.16892478299997, - 33.24178270800007 - ], - [ - -117.168925076, - 33.241781357000036 - ], - [ - -117.16892522099994, - 33.24178068100008 - ], - [ - -117.16892536599994, - 33.24178000400008 - ], - [ - -117.16892565899997, - 33.24177865300004 - ], - [ - -117.16892595099995, - 33.24177730200006 - ], - [ - -117.16892624699994, - 33.24177594400004 - ], - [ - -117.16892653899998, - 33.24177459600003 - ], - [ - -117.16892683199995, - 33.24177324400006 - ], - [ - -117.16892712599997, - 33.24177188800007 - ], - [ - -117.16892734699996, - 33.24177087800007 - ], - [ - -117.16892742199997, - 33.24177054000006 - ], - [ - -117.16892771499994, - 33.241769188000035 - ], - [ - -117.16892800999995, - 33.24176784400004 - ], - [ - -117.16892830799998, - 33.24176648500003 - ], - [ - -117.16892860499996, - 33.241765136000026 - ], - [ - -117.16892890099996, - 33.241763785000046 - ], - [ - -117.16892919699995, - 33.241762435000055 - ], - [ - -117.16892939199994, - 33.24176156200008 - ], - [ - -117.16892949899994, - 33.24176108200004 - ], - [ - -117.16892974299998, - 33.241759960000024 - ], - [ - -117.16892976799994, - 33.24175984500005 - ], - [ - -117.16892979399995, - 33.24175972900008 - ], - [ - -117.16893009299997, - 33.24175838000008 - ], - [ - -117.16893039099995, - 33.24175703100008 - ], - [ - -117.16893069099996, - 33.24175567800006 - ], - [ - -117.16893098999998, - 33.241754326000034 - ], - [ - -117.168931295, - 33.24175297600004 - ], - [ - -117.16893159299997, - 33.24175162600005 - ], - [ - -117.16893189299998, - 33.24175027500007 - ], - [ - -117.16893219599996, - 33.241748925000024 - ], - [ - -117.168932499, - 33.241747572000065 - ], - [ - -117.16893280199997, - 33.241746223000064 - ], - [ - -117.16893310199998, - 33.24174487300007 - ], - [ - -117.16893340899998, - 33.24174352400007 - ], - [ - -117.16893363599996, - 33.24174251100004 - ], - [ - -117.16893371199995, - 33.241742172000045 - ], - [ - -117.168934015, - 33.24174082300004 - ], - [ - -117.16893432099994, - 33.24173947400004 - ], - [ - -117.16893462399997, - 33.241738121000026 - ], - [ - -117.16893493099997, - 33.241736772000024 - ], - [ - -117.16893523699997, - 33.241735420000055 - ], - [ - -117.16893554399996, - 33.24173407200004 - ], - [ - -117.16893584699994, - 33.24173272300004 - ], - [ - -117.16893615599997, - 33.24173137400004 - ], - [ - -117.16893631299996, - 33.24173068500005 - ], - [ - -117.168936466, - 33.24173002200007 - ], - [ - -117.16893677199994, - 33.24172867300007 - ], - [ - -117.16893708099997, - 33.24172732100004 - ], - [ - -117.16893739199998, - 33.241725975000065 - ], - [ - -117.16893995399994, - 33.24172270400004 - ], - [ - -117.16884592799994, - 33.24172340400003 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Riverside, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -117.34732008599997, - 34.01541342400003 - ], - [ - -117.34755833599996, - 34.01567190500003 - ], - [ - -117.34766126899996, - 34.01578358200004 - ], - [ - -117.347562972, - 34.015930456000035 - ], - [ - -117.34740898799998, - 34.016160530000036 - ], - [ - -117.34726892799995, - 34.016369799000074 - ], - [ - -117.34715845999995, - 34.01653485300005 - ], - [ - -117.34704689299997, - 34.01670154900006 - ], - [ - -117.34687655599998, - 34.01695605200007 - ], - [ - -117.34683922299996, - 34.01701183200004 - ], - [ - -117.34679772899995, - 34.01707383000007 - ], - [ - -117.34663398799995, - 34.017318473000046 - ], - [ - -117.34660614599994, - 34.01736007200003 - ], - [ - -117.34656062099998, - 34.017428091000056 - ], - [ - -117.34708536599999, - 34.017670690000045 - ], - [ - -117.34720081399996, - 34.01772406400005 - ], - [ - -117.34798628199997, - 34.01809720800003 - ], - [ - -117.34837998499995, - 34.01828424100006 - ], - [ - -117.34821801399994, - 34.01852683900006 - ], - [ - -117.34811345599996, - 34.018683441000064 - ], - [ - -117.34801068399997, - 34.01883736700006 - ], - [ - -117.34790462799998, - 34.01899621000007 - ], - [ - -117.34779348199999, - 34.01916267300004 - ], - [ - -117.347664077, - 34.01935648700004 - ], - [ - -117.347690689, - 34.01935650400003 - ], - [ - -117.34918253999996, - 34.01934931400007 - ], - [ - -117.35117395399999, - 34.01935875000004 - ], - [ - -117.35137292399997, - 34.019358874000034 - ], - [ - -117.35319273399995, - 34.01935999600005 - ], - [ - -117.35652245399996, - 34.01936200800003 - ], - [ - -117.35655744399998, - 34.01936199100004 - ], - [ - -117.36273559099999, - 34.01936539600007 - ], - [ - -117.36448698899994, - 34.01935792100005 - ], - [ - -117.36453344699999, - 34.01935772300004 - ], - [ - -117.36456825999994, - 34.01934461900004 - ], - [ - -117.36456867699997, - 34.01934446200005 - ], - [ - -117.36456885999996, - 34.01934439300004 - ], - [ - -117.36456904399995, - 34.01934432300004 - ], - [ - -117.36456946099997, - 34.01934416600005 - ], - [ - -117.36456964499996, - 34.019344096000054 - ], - [ - -117.36457006199998, - 34.019343939000066 - ], - [ - -117.36457024499998, - 34.019343871000046 - ], - [ - -117.36457066299994, - 34.01934371300007 - ], - [ - -117.36457107999996, - 34.019343556000024 - ], - [ - -117.36457126299996, - 34.01934348700007 - ], - [ - -117.36457168099997, - 34.01934333000003 - ], - [ - -117.36457209899999, - 34.01934317300004 - ], - [ - -117.36457251699994, - 34.01934301600005 - ], - [ - -117.36457270099999, - 34.01934294700004 - ], - [ - -117.36457311799995, - 34.01934279000005 - ], - [ - -117.36457330199994, - 34.019342721000044 - ], - [ - -117.36457371799997, - 34.019342564000056 - ], - [ - -117.36457390199996, - 34.019342495000046 - ], - [ - -117.36457431899998, - 34.01934233800006 - ], - [ - -117.36457491999994, - 34.01934211200006 - ], - [ - -117.36457510399998, - 34.01934204300005 - ], - [ - -117.36457552099995, - 34.01934188600006 - ], - [ - -117.36457593899996, - 34.019341729000075 - ], - [ - -117.36457612199996, - 34.019341660000066 - ], - [ - -117.36457653999997, - 34.01934150300008 - ], - [ - -117.36457672299997, - 34.01934143400007 - ], - [ - -117.36457714, - 34.019341277000024 - ], - [ - -117.36457732499997, - 34.019341207000025 - ], - [ - -117.36457792399995, - 34.01934098100003 - ], - [ - -117.36457834299995, - 34.01934082400004 - ], - [ - -117.36457852599995, - 34.01934075500003 - ], - [ - -117.36457894399996, - 34.01934059800004 - ], - [ - -117.36457912699996, - 34.01934052900003 - ], - [ - -117.36457954399998, - 34.019340372000045 - ], - [ - -117.36457972699998, - 34.019340303000035 - ], - [ - -117.364580145, - 34.01934014600005 - ], - [ - -117.36458032799999, - 34.01934007700004 - ], - [ - -117.364580747, - 34.01933991900006 - ], - [ - -117.36458134699996, - 34.01933969300006 - ], - [ - -117.36458152999995, - 34.019339624000054 - ], - [ - -117.36458194799997, - 34.019339467000066 - ], - [ - -117.36458213099996, - 34.01933939800006 - ], - [ - -117.36458254899998, - 34.01933924100007 - ], - [ - -117.364582967, - 34.01933908400002 - ], - [ - -117.36458356799994, - 34.019338858000026 - ], - [ - -117.36458398399998, - 34.01933870000005 - ], - [ - -117.36458440299998, - 34.01933854300006 - ], - [ - -117.36458500299995, - 34.01933831600007 - ], - [ - -117.36458518599994, - 34.019338248000054 - ], - [ - -117.36458560399996, - 34.019338091000066 - ], - [ - -117.36458620399998, - 34.01933786400008 - ], - [ - -117.364586622, - 34.019337707000034 - ], - [ - -117.36458680499999, - 34.01933763900007 - ], - [ - -117.36458722299994, - 34.019337482000026 - ], - [ - -117.36458764099996, - 34.01933732400005 - ], - [ - -117.36458782499994, - 34.01933725500004 - ], - [ - -117.36458824199997, - 34.01933709800005 - ], - [ - -117.364588659, - 34.01933694100006 - ], - [ - -117.36458884299998, - 34.01933687200005 - ], - [ - -117.36458925999995, - 34.019336714000076 - ], - [ - -117.36458967799996, - 34.01933655700003 - ], - [ - -117.36459027799998, - 34.019336331000034 - ], - [ - -117.364590696, - 34.019336174000046 - ], - [ - -117.36459111199997, - 34.01933601700006 - ], - [ - -117.36459129699995, - 34.01933594700006 - ], - [ - -117.36459171499996, - 34.01933579000007 - ], - [ - -117.36459213299997, - 34.019335633000026 - ], - [ - -117.36459254999994, - 34.01933547600004 - ], - [ - -117.36459296699996, - 34.01933531900005 - ], - [ - -117.36459380199994, - 34.01933500400003 - ], - [ - -117.36459421899997, - 34.01933484700004 - ], - [ - -117.36459505499994, - 34.01933453200007 - ], - [ - -117.36459565599995, - 34.019334307000065 - ], - [ - -117.36459649099999, - 34.01933399200004 - ], - [ - -117.36459732499998, - 34.019333678000066 - ], - [ - -117.36459816099995, - 34.019333363000044 - ], - [ - -117.364598995, - 34.01933304900007 - ], - [ - -117.36459941299995, - 34.01933289200008 - ], - [ - -117.36460001399996, - 34.019332666000025 - ], - [ - -117.36460043199997, - 34.01933250900004 - ], - [ - -117.36460084999999, - 34.01933235200005 - ], - [ - -117.36460145099994, - 34.01933212500006 - ], - [ - -117.36460186799997, - 34.019331968000074 - ], - [ - -117.36460228499999, - 34.01933181100003 - ], - [ - -117.36460270299995, - 34.01933165400004 - ], - [ - -117.36460312, - 34.01933149700005 - ], - [ - -117.36460353899997, - 34.019331340000065 - ], - [ - -117.36460395599994, - 34.01933118300008 - ], - [ - -117.36460437299996, - 34.01933102500004 - ], - [ - -117.36460497399997, - 34.019330799000045 - ], - [ - -117.36460557499998, - 34.01933057300005 - ], - [ - -117.36460617499995, - 34.01933034700005 - ], - [ - -117.36460659299996, - 34.01933019000006 - ], - [ - -117.36460719399997, - 34.019329964000065 - ], - [ - -117.36460779499998, - 34.01932973800007 - ], - [ - -117.36460863099995, - 34.019329424000034 - ], - [ - -117.36460923099997, - 34.01932919800004 - ], - [ - -117.36460964899999, - 34.01932904000006 - ], - [ - -117.36461024899995, - 34.01932881500005 - ], - [ - -117.36461085099995, - 34.019328588000064 - ], - [ - -117.36461126799998, - 34.019328431000076 - ], - [ - -117.36461205199998, - 34.01932813500002 - ], - [ - -117.36461307099995, - 34.01932775200004 - ], - [ - -117.36461367199996, - 34.01932752600004 - ], - [ - -117.36461408899999, - 34.01932736900005 - ], - [ - -117.36461469099999, - 34.019327142000066 - ], - [ - -117.36461570799997, - 34.019326758000034 - ], - [ - -117.36461612499994, - 34.019326601000046 - ], - [ - -117.36461649299997, - 34.01932646300003 - ], - [ - -117.36461709399998, - 34.01932623700003 - ], - [ - -117.36461751, - 34.01932608000004 - ], - [ - -117.36461769399995, - 34.01932601100003 - ], - [ - -117.36461787599995, - 34.01932594200008 - ], - [ - -117.36461829399997, - 34.019325785000035 - ], - [ - -117.36461847799995, - 34.019325715000036 - ], - [ - -117.36461889599997, - 34.01932555800005 - ], - [ - -117.36461907999995, - 34.01932548900004 - ], - [ - -117.36461949699998, - 34.01932533200005 - ], - [ - -117.36461968099997, - 34.01932526300004 - ], - [ - -117.36462009799999, - 34.01932510600005 - ], - [ - -117.36462051499996, - 34.019324949000065 - ], - [ - -117.36462111499998, - 34.01932472300007 - ], - [ - -117.364621533, - 34.01932456600008 - ], - [ - -117.36462195099995, - 34.019324408000045 - ], - [ - -117.36462213299995, - 34.019324340000026 - ], - [ - -117.36462255199996, - 34.01932418100006 - ], - [ - -117.36462296999997, - 34.01932402400007 - ], - [ - -117.36462380499995, - 34.01932371000004 - ], - [ - -117.36462398799995, - 34.019323642000074 - ], - [ - -117.36462440499997, - 34.01932348400004 - ], - [ - -117.36462482299999, - 34.01932332700005 - ], - [ - -117.36462523899996, - 34.019323170000064 - ], - [ - -117.36462607599998, - 34.01932285500004 - ], - [ - -117.36462625799999, - 34.01932278700008 - ], - [ - -117.364626677, - 34.01932263000003 - ], - [ - -117.36462709399996, - 34.019322473000045 - ], - [ - -117.36462751099998, - 34.01932231500007 - ], - [ - -117.364627929, - 34.01932215800008 - ], - [ - -117.36462834699995, - 34.019322001000035 - ], - [ - -117.36462852999995, - 34.019321932000025 - ], - [ - -117.36462936499998, - 34.01932161800005 - ], - [ - -117.36463019999997, - 34.01932130300003 - ], - [ - -117.36463061799998, - 34.01932114600004 - ], - [ - -117.36463103399996, - 34.01932098900005 - ], - [ - -117.36463145199997, - 34.01932083200006 - ], - [ - -117.36463186999998, - 34.01932067400003 - ], - [ - -117.36463228899999, - 34.01932051700004 - ], - [ - -117.36463288899995, - 34.01932029100004 - ], - [ - -117.36463330599997, - 34.019320134000054 - ], - [ - -117.36463372299994, - 34.019319977000066 - ], - [ - -117.36463414099995, - 34.01931982000008 - ], - [ - -117.36463455899997, - 34.01931966300003 - ], - [ - -117.364634976, - 34.019319505000055 - ], - [ - -117.36463539299996, - 34.01931934800007 - ], - [ - -117.36463581199996, - 34.01931919100008 - ], - [ - -117.36463599499996, - 34.01931912200007 - ], - [ - -117.36463641299997, - 34.019318965000025 - ], - [ - -117.36463701399998, - 34.01931873900003 - ], - [ - -117.36463743099995, - 34.01931858200004 - ], - [ - -117.36463784699998, - 34.01931842600004 - ], - [ - -117.36463826599999, - 34.019318267000074 - ], - [ - -117.36463868299995, - 34.01931811000003 - ], - [ - -117.36463910099997, - 34.01931795300004 - ], - [ - -117.36463928499995, - 34.01931788500008 - ], - [ - -117.36463970199998, - 34.01931772700004 - ], - [ - -117.36464030299999, - 34.019317501000046 - ], - [ - -117.36464090399994, - 34.01931727600004 - ], - [ - -117.36464132099997, - 34.01931711800006 - ], - [ - -117.36464173899998, - 34.01931696100007 - ], - [ - -117.36464215599995, - 34.01931680300004 - ], - [ - -117.36464233899994, - 34.019316735000075 - ], - [ - -117.36464252499997, - 34.019316665000076 - ], - [ - -117.36464312399994, - 34.01931643900008 - ], - [ - -117.364643307, - 34.01931637000007 - ], - [ - -117.36464372399996, - 34.019316213000025 - ], - [ - -117.364643909, - 34.01931614400007 - ], - [ - -117.36464450999995, - 34.01931591700003 - ], - [ - -117.36464469299995, - 34.019315849000066 - ], - [ - -117.36464511099996, - 34.01931569200008 - ], - [ - -117.36464529299997, - 34.01931562300007 - ], - [ - -117.36464571099998, - 34.019315465000034 - ], - [ - -117.36464589299999, - 34.01931539700007 - ], - [ - -117.364646312, - 34.01931523800005 - ], - [ - -117.36464649499999, - 34.01931517000003 - ], - [ - -117.36464691199996, - 34.01931501300004 - ], - [ - -117.36464709599994, - 34.01931494300004 - ], - [ - -117.36464751299997, - 34.01931478600005 - ], - [ - -117.36464811399998, - 34.019314560000055 - ], - [ - -117.36464853099994, - 34.01931440300007 - ], - [ - -117.36464894899996, - 34.01931424500003 - ], - [ - -117.36464913199995, - 34.01931417700007 - ], - [ - -117.36464996799998, - 34.01931386200005 - ], - [ - -117.36465015199997, - 34.01931379300004 - ], - [ - -117.36465075299998, - 34.01931356800003 - ], - [ - -117.36465116999995, - 34.01931341000005 - ], - [ - -117.36465158799996, - 34.019313253000064 - ], - [ - -117.36465218799998, - 34.01931302700007 - ], - [ - -117.364652606, - 34.01931287000008 - ], - [ - -117.36465302399995, - 34.01931271300003 - ], - [ - -117.36465362399997, - 34.019312487000036 - ], - [ - -117.36465404199998, - 34.01931232900006 - ], - [ - -117.36465445899995, - 34.01931217200007 - ], - [ - -117.36465487699996, - 34.019312015000025 - ], - [ - -117.36465529399999, - 34.01931185800004 - ], - [ - -117.36465589399995, - 34.01931163200004 - ], - [ - -117.36465631099998, - 34.01931147500005 - ], - [ - -117.36465673099997, - 34.019311317000074 - ], - [ - -117.36465714899998, - 34.01931116000003 - ], - [ - -117.36465774899995, - 34.01931093400003 - ], - [ - -117.36465834999996, - 34.019310708000035 - ], - [ - -117.364658766, - 34.019310551000046 - ], - [ - -117.36465918399995, - 34.01931039300007 - ], - [ - -117.36465960199996, - 34.019310236000024 - ], - [ - -117.36466001999997, - 34.019310079000036 - ], - [ - -117.36466043699994, - 34.01930992200005 - ], - [ - -117.36466085499995, - 34.01930976500006 - ], - [ - -117.36466127299997, - 34.019309607000025 - ], - [ - -117.36466187299999, - 34.019309382000074 - ], - [ - -117.36466228999996, - 34.01930922500003 - ], - [ - -117.36466270699998, - 34.01930906700005 - ], - [ - -117.364663125, - 34.01930891000006 - ], - [ - -117.36466354399994, - 34.019308753000075 - ], - [ - -117.36466396099996, - 34.01930859500004 - ], - [ - -117.36466437799999, - 34.01930843800005 - ], - [ - -117.36466479599994, - 34.019308281000065 - ], - [ - -117.36466521299997, - 34.01930812400008 - ], - [ - -117.36466539599996, - 34.01930805600006 - ], - [ - -117.36466581399998, - 34.01930789800008 - ], - [ - -117.36466623099994, - 34.019307741000034 - ], - [ - -117.36466664999995, - 34.01930758300006 - ], - [ - -117.36466706799996, - 34.01930742600007 - ], - [ - -117.36466748499998, - 34.01930726900002 - ], - [ - -117.36466790099996, - 34.019307113000025 - ], - [ - -117.36466850299996, - 34.01930688700003 - ], - [ - -117.36466892099997, - 34.01930672900005 - ], - [ - -117.36466910299998, - 34.01930666000004 - ], - [ - -117.36466952099994, - 34.01930650300005 - ], - [ - -117.36466993999994, - 34.019306346000064 - ], - [ - -117.36467012199995, - 34.019306277000055 - ], - [ - -117.36467053899997, - 34.01930612000007 - ], - [ - -117.36467095699999, - 34.01930596300008 - ], - [ - -117.36467137399995, - 34.019305805000045 - ], - [ - -117.36467197499996, - 34.01930558000004 - ], - [ - -117.36467239299998, - 34.01930542300005 - ], - [ - -117.36467299499998, - 34.01930519600006 - ], - [ - -117.36467341099996, - 34.01930503900007 - ], - [ - -117.36467359499994, - 34.019304969000075 - ], - [ - -117.36467443, - 34.01930465500004 - ], - [ - -117.36467461399997, - 34.01930458700008 - ], - [ - -117.364675031, - 34.019304429000044 - ], - [ - -117.36467539799997, - 34.01930429200007 - ], - [ - -117.36467623199997, - 34.01930397800004 - ], - [ - -117.36467664999998, - 34.01930382000006 - ], - [ - -117.36467683499995, - 34.01930375000006 - ], - [ - -117.36467766799996, - 34.019303437000076 - ], - [ - -117.36467785199994, - 34.01930336700008 - ], - [ - -117.36467826899997, - 34.01930321000003 - ], - [ - -117.36467845299995, - 34.01930314100008 - ], - [ - -117.36467886999998, - 34.019302983000046 - ], - [ - -117.36467947199998, - 34.01930275700005 - ], - [ - -117.36468030699996, - 34.01930244300007 - ], - [ - -117.36468090699998, - 34.019302217000075 - ], - [ - -117.36468109099997, - 34.019302147000076 - ], - [ - -117.364681508, - 34.01930199000003 - ], - [ - -117.36468252599997, - 34.019301607000045 - ], - [ - -117.36468270899996, - 34.019301538000036 - ], - [ - -117.36468312699998, - 34.01930138000006 - ], - [ - -117.36468330999998, - 34.01930131200004 - ], - [ - -117.36468372899998, - 34.01930115500005 - ], - [ - -117.36468414599995, - 34.01930099800006 - ], - [ - -117.36468432999999, - 34.01930092900005 - ], - [ - -117.36468474699996, - 34.019300771000076 - ], - [ - -117.36468493099994, - 34.019300703000056 - ], - [ - -117.36468498099998, - 34.01930068400003 - ], - [ - -117.36468516499997, - 34.01930061400003 - ], - [ - -117.36468539799995, - 34.01930052700004 - ], - [ - -117.36468581599996, - 34.01930037000005 - ], - [ - -117.36468623299999, - 34.019300213000065 - ], - [ - -117.36468665199999, - 34.01930005500003 - ], - [ - -117.36468725399999, - 34.01929982900003 - ], - [ - -117.36468766999997, - 34.019299672000045 - ], - [ - -117.364688087, - 34.01929951500006 - ], - [ - -117.36468850399996, - 34.01929935800007 - ], - [ - -117.36468892199997, - 34.019299201000024 - ], - [ - -117.364689522, - 34.01929897500003 - ], - [ - -117.36468994199998, - 34.01929881700005 - ], - [ - -117.36469035799996, - 34.01929866000006 - ], - [ - -117.36469077599997, - 34.01929850200003 - ], - [ - -117.36469119299994, - 34.01929834500004 - ], - [ - -117.36469161099996, - 34.01929818800005 - ], - [ - -117.364692027, - 34.01929803100006 - ], - [ - -117.36469244399996, - 34.019297874000074 - ], - [ - -117.36469286499994, - 34.01929771600004 - ], - [ - -117.36469388199998, - 34.019297332000065 - ], - [ - -117.36469429899995, - 34.01929717500008 - ], - [ - -117.36469471599997, - 34.01929701800003 - ], - [ - -117.36469513399999, - 34.01929686100004 - ], - [ - -117.36469555099995, - 34.019296704000055 - ], - [ - -117.36469596999996, - 34.01929654700007 - ], - [ - -117.36469638799997, - 34.01929639000008 - ], - [ - -117.364696805, - 34.019296232000045 - ], - [ - -117.364696988, - 34.019296163000035 - ], - [ - -117.36469740599995, - 34.01929600600005 - ], - [ - -117.36469800599997, - 34.01929578000005 - ], - [ - -117.364698423, - 34.01929562300006 - ], - [ - -117.36469884, - 34.019295466000074 - ], - [ - -117.36469925999995, - 34.01929530800004 - ], - [ - -117.36469944099997, - 34.01929523900003 - ], - [ - -117.36469985999997, - 34.01929508100005 - ], - [ - -117.36470027799999, - 34.019294924000064 - ], - [ - -117.36470069399996, - 34.019294767000076 - ], - [ - -117.36470129499997, - 34.01929454200007 - ], - [ - -117.36470171199994, - 34.01929438500002 - ], - [ - -117.36470212899997, - 34.019294227000046 - ], - [ - -117.36470231299995, - 34.01929415800004 - ], - [ - -117.36470314899998, - 34.01929384400006 - ], - [ - -117.364703567, - 34.01929368700007 - ], - [ - -117.36470416799995, - 34.019293461000075 - ], - [ - -117.36470458499997, - 34.01929330300004 - ], - [ - -117.36470560299995, - 34.019292921000044 - ], - [ - -117.36470601999997, - 34.01929276300007 - ], - [ - -117.36470643799998, - 34.01929260600008 - ], - [ - -117.36470703799995, - 34.019292380000024 - ], - [ - -117.36470745699995, - 34.019292223000036 - ], - [ - -117.36470787499997, - 34.01929206600005 - ], - [ - -117.36470829099994, - 34.01929190900006 - ], - [ - -117.36470870799997, - 34.019291751000026 - ], - [ - -117.36470930999997, - 34.01929152500003 - ], - [ - -117.364709727, - 34.01929136800004 - ], - [ - -117.36471074499997, - 34.019290984000065 - ], - [ - -117.36471134699997, - 34.01929075800007 - ], - [ - -117.36471176299995, - 34.01929060100008 - ], - [ - -117.36471278299996, - 34.01929021700005 - ], - [ - -117.36471319999998, - 34.01929005900007 - ], - [ - -117.364713801, - 34.01928983400006 - ], - [ - -117.36471421799996, - 34.019289677000074 - ], - [ - -117.36471463499998, - 34.01928952000003 - ], - [ - -117.36471505399999, - 34.01928936200005 - ], - [ - -117.36471547199994, - 34.019289205000064 - ], - [ - -117.36471607299995, - 34.019288979000066 - ], - [ - -117.36471648899999, - 34.01928882200008 - ], - [ - -117.36471708999994, - 34.019288596000024 - ], - [ - -117.36471750799996, - 34.019288438000046 - ], - [ - -117.36471792499998, - 34.01928828100006 - ], - [ - -117.36471852499994, - 34.01928805600005 - ], - [ - -117.36471954499996, - 34.01928767100003 - ], - [ - -117.36471996199998, - 34.01928751400004 - ], - [ - -117.36472097999996, - 34.019287131000056 - ], - [ - -117.36472116299996, - 34.019287062000046 - ], - [ - -117.36472158099997, - 34.01928690500006 - ], - [ - -117.36472241599995, - 34.019286590000036 - ], - [ - -117.36472301799995, - 34.01928636400004 - ], - [ - -117.364723202, - 34.01928629500003 - ], - [ - -117.36472361799997, - 34.01928613800004 - ], - [ - -117.36472421899998, - 34.01928591200004 - ], - [ - -117.36472463699994, - 34.019285755000055 - ], - [ - -117.36472482, - 34.019285686000046 - ], - [ - -117.36472523699996, - 34.01928552900006 - ], - [ - -117.36472541999996, - 34.01928546000005 - ], - [ - -117.36472644099996, - 34.019285076000074 - ], - [ - -117.36472685799998, - 34.01928491900003 - ], - [ - -117.364727459, - 34.01928469200004 - ], - [ - -117.36472787599996, - 34.019284535000054 - ], - [ - -117.36472847699997, - 34.019284310000046 - ], - [ - -117.36472866099996, - 34.01928424100004 - ], - [ - -117.36472907799998, - 34.01928408300006 - ], - [ - -117.36472949399996, - 34.01928392600007 - ], - [ - -117.36472967799995, - 34.01928385800005 - ], - [ - -117.36473009499997, - 34.01928370100006 - ], - [ - -117.36473051299998, - 34.01928354300003 - ], - [ - -117.364731114, - 34.01928331700003 - ], - [ - -117.36473153199995, - 34.01928316000004 - ], - [ - -117.364731716, - 34.019283090000044 - ], - [ - -117.36473231699995, - 34.01928286500004 - ], - [ - -117.36473273399997, - 34.01928270700006 - ], - [ - -117.36473333499998, - 34.01928248100006 - ], - [ - -117.36473393499995, - 34.019282256000054 - ], - [ - -117.36473411799994, - 34.019282186000055 - ], - [ - -117.36473453699995, - 34.01928202800008 - ], - [ - -117.36473513799996, - 34.01928180200008 - ], - [ - -117.364736156, - 34.01928141900004 - ], - [ - -117.364736339, - 34.01928135000003 - ], - [ - -117.36473675699995, - 34.01928119300004 - ], - [ - -117.36473693999994, - 34.01928112500008 - ], - [ - -117.36473735699997, - 34.01928096700004 - ], - [ - -117.36473754099995, - 34.019280897000044 - ], - [ - -117.364738376, - 34.01928058300007 - ], - [ - -117.36473855999998, - 34.01928051500005 - ], - [ - -117.36473897699994, - 34.01928035700007 - ], - [ - -117.36473999499998, - 34.01927997400003 - ], - [ - -117.36474041199995, - 34.01927981700004 - ], - [ - -117.36474082899997, - 34.01927966000005 - ], - [ - -117.36474143099997, - 34.019279434000055 - ], - [ - -117.36474184999997, - 34.01927927600008 - ], - [ - -117.36474226699994, - 34.01927911900003 - ], - [ - -117.36474268399996, - 34.019278962000044 - ], - [ - -117.36474328399999, - 34.01927873600005 - ], - [ - -117.36474370199994, - 34.01927857900006 - ], - [ - -117.36474388699997, - 34.01927851000005 - ], - [ - -117.36474448599995, - 34.01927828400005 - ], - [ - -117.36474490499995, - 34.019278127000064 - ], - [ - -117.36474532299997, - 34.019277970000076 - ], - [ - -117.36474573899994, - 34.01927781300003 - ], - [ - -117.36474633999995, - 34.019277586000044 - ], - [ - -117.36474735799999, - 34.01927720400005 - ], - [ - -117.36474777499996, - 34.01927704700006 - ], - [ - -117.36474879599996, - 34.01927666200004 - ], - [ - -117.364749212, - 34.01927650500005 - ], - [ - -117.36474981299995, - 34.01927627900005 - ], - [ - -117.36475023, - 34.019276122000065 - ], - [ - -117.364751249, - 34.01927573800003 - ], - [ - -117.36475184899996, - 34.019275512000036 - ], - [ - -117.36475226799996, - 34.01927535500005 - ], - [ - -117.36475328599994, - 34.01927497100007 - ], - [ - -117.36475388699995, - 34.019274746000065 - ], - [ - -117.36475472199999, - 34.01927443100004 - ], - [ - -117.36475574099995, - 34.01927404700007 - ], - [ - -117.36475634199996, - 34.01927382100007 - ], - [ - -117.36475735999994, - 34.01927343800003 - ], - [ - -117.36475777699997, - 34.01927328000005 - ], - [ - -117.36475837799998, - 34.01927305500004 - ], - [ - -117.36475939699994, - 34.01927267100007 - ], - [ - -117.36475957999994, - 34.01927260200006 - ], - [ - -117.36475999799995, - 34.01927244500007 - ], - [ - -117.36476059799998, - 34.01927221900007 - ], - [ - -117.36476101599999, - 34.01927206200003 - ], - [ - -117.36476143299996, - 34.01927190500004 - ], - [ - -117.36476203399997, - 34.01927167800005 - ], - [ - -117.36476245199998, - 34.019271521000064 - ], - [ - -117.364763053, - 34.01927129500007 - ], - [ - -117.36476365399994, - 34.01927106900007 - ], - [ - -117.36476406999998, - 34.019270912000025 - ], - [ - -117.36476485499998, - 34.019270617000075 - ], - [ - -117.36476568999996, - 34.01927030300004 - ], - [ - -117.36476629099997, - 34.019270077000044 - ], - [ - -117.36476670999997, - 34.019269920000056 - ], - [ - -117.364767127, - 34.01926976200008 - ], - [ - -117.36476731, - 34.01926969400006 - ], - [ - -117.36476814399998, - 34.019269380000026 - ], - [ - -117.36476832899996, - 34.01926931000003 - ], - [ - -117.36476892899998, - 34.01926908400003 - ], - [ - -117.364769347, - 34.01926892600005 - ], - [ - -117.36476953099998, - 34.01926885800003 - ], - [ - -117.36476994599997, - 34.019268701000044 - ], - [ - -117.36477054899996, - 34.01926847400006 - ], - [ - -117.36477096699997, - 34.01926831700007 - ], - [ - -117.36477114999997, - 34.01926824900005 - ], - [ - -117.36477174999999, - 34.01926802200006 - ], - [ - -117.36477216799994, - 34.019267865000074 - ], - [ - -117.36477258599996, - 34.01926770800003 - ], - [ - -117.36477276899996, - 34.019267640000066 - ], - [ - -117.36477318699997, - 34.01926748300008 - ], - [ - -117.36477336999997, - 34.01926741300008 - ], - [ - -117.364774206, - 34.01926709900005 - ], - [ - -117.364774389, - 34.01926703100003 - ], - [ - -117.36477480699995, - 34.01926687300005 - ], - [ - -117.36477540699997, - 34.01926664700005 - ], - [ - -117.36477600799998, - 34.019266422000044 - ], - [ - -117.36477660899999, - 34.01926619500006 - ], - [ - -117.36477720999994, - 34.01926597000005 - ], - [ - -117.36477762699997, - 34.01926581200007 - ], - [ - -117.36477804599997, - 34.01926565500003 - ], - [ - -117.364778463, - 34.01926549800004 - ], - [ - -117.36477888099995, - 34.01926534000006 - ], - [ - -117.36477906399995, - 34.01926527200004 - ], - [ - -117.36477948199996, - 34.01926511500005 - ], - [ - -117.36478008199998, - 34.019264888000066 - ], - [ - -117.36478049999994, - 34.01926473100008 - ], - [ - -117.36478110099995, - 34.01926450600007 - ], - [ - -117.36478151899996, - 34.019264349000025 - ], - [ - -117.36478193599999, - 34.01926419100005 - ], - [ - -117.36478235399994, - 34.01926403400006 - ], - [ - -117.36478295399996, - 34.01926380800006 - ], - [ - -117.36478337199998, - 34.019263651000074 - ], - [ - -117.36478420599997, - 34.01926333600005 - ], - [ - -117.36478462399998, - 34.01926317900006 - ], - [ - -117.36478504299998, - 34.019263022000075 - ], - [ - -117.36478522599998, - 34.019262953000066 - ], - [ - -117.364785644, - 34.01926279600008 - ], - [ - -117.36478624399996, - 34.01926257000002 - ], - [ - -117.36478666099998, - 34.019262413000035 - ], - [ - -117.36478707899994, - 34.01926225600005 - ], - [ - -117.36478749699995, - 34.01926209900006 - ], - [ - -117.36478791399998, - 34.019261941000025 - ], - [ - -117.36478833199999, - 34.01926178400004 - ], - [ - -117.36478874899996, - 34.01926162700005 - ], - [ - -117.36478893099996, - 34.01926155800004 - ], - [ - -117.36478934999997, - 34.01926140100005 - ], - [ - -117.364789767, - 34.01926124400006 - ], - [ - -117.36479018499995, - 34.019261087000075 - ], - [ - -117.36479060099998, - 34.01926093000003 - ], - [ - -117.36479078599996, - 34.01926086000003 - ], - [ - -117.36479120299998, - 34.019260702000054 - ], - [ - -117.36479162199998, - 34.019260545000066 - ], - [ - -117.36479203899995, - 34.01926038800008 - ], - [ - -117.36479245499999, - 34.01926023100003 - ], - [ - -117.36479287299994, - 34.019260074000044 - ], - [ - -117.36479305599994, - 34.019260005000035 - ], - [ - -117.36479389199997, - 34.01925969100006 - ], - [ - -117.36479449299998, - 34.01925946500006 - ], - [ - -117.36479532799996, - 34.01925915000004 - ], - [ - -117.36479574499998, - 34.01925899300005 - ], - [ - -117.364796163, - 34.01925883600006 - ], - [ - -117.36479657999996, - 34.019258679000075 - ], - [ - -117.36479699799997, - 34.01925852100004 - ], - [ - -117.36479741599999, - 34.01925836400005 - ], - [ - -117.36479801599995, - 34.019258137000065 - ], - [ - -117.36479843499995, - 34.01925798000008 - ], - [ - -117.36479861699996, - 34.01925791200006 - ], - [ - -117.36479903499998, - 34.01925775500007 - ], - [ - -117.36479945199994, - 34.019257597000035 - ], - [ - -117.36479963599999, - 34.019257528000026 - ], - [ - -117.36480005299995, - 34.01925737100004 - ], - [ - -117.36480065399996, - 34.01925714500004 - ], - [ - -117.36480107199998, - 34.01925698800005 - ], - [ - -117.36480167199994, - 34.019256762000055 - ], - [ - -117.36480227299995, - 34.01925653600006 - ], - [ - -117.36480245599995, - 34.01925646700005 - ], - [ - -117.36480287399996, - 34.01925631000006 - ], - [ - -117.36480329099999, - 34.01925615300007 - ], - [ - -117.36480347399998, - 34.01925608400006 - ], - [ - -117.36480365799997, - 34.01925601500005 - ], - [ - -117.36480407699997, - 34.019255858000065 - ], - [ - -117.36480467799998, - 34.01925563100008 - ], - [ - -117.36480486099998, - 34.01925556300006 - ], - [ - -117.36480527899994, - 34.01925540600007 - ], - [ - -117.36480569599996, - 34.019255248000036 - ], - [ - -117.36480587899996, - 34.01925517900003 - ], - [ - -117.36480648099996, - 34.01925495200004 - ], - [ - -117.364806897, - 34.01925479600004 - ], - [ - -117.36480731399996, - 34.01925463900005 - ], - [ - -117.36480773199997, - 34.019254482000065 - ], - [ - -117.36480833399997, - 34.01925425600007 - ], - [ - -117.36480875199999, - 34.01925409900008 - ], - [ - -117.36480935299994, - 34.019253873000025 - ], - [ - -117.36480995399995, - 34.01925364700003 - ], - [ - -117.36481037099998, - 34.01925349000004 - ], - [ - -117.36481097199999, - 34.01925326400004 - ], - [ - -117.36481157299994, - 34.019253038000045 - ], - [ - -117.36481199099995, - 34.01925288000007 - ], - [ - -117.36481217299996, - 34.01925281200005 - ], - [ - -117.36481259199996, - 34.01925265400007 - ], - [ - -117.36481319299997, - 34.01925242800007 - ], - [ - -117.36481361099999, - 34.01925227100003 - ], - [ - -117.36481421199994, - 34.01925204500003 - ], - [ - -117.36481481199996, - 34.01925181900003 - ], - [ - -117.36481541199998, - 34.019251593000035 - ], - [ - -117.36481583099999, - 34.01925143500006 - ], - [ - -117.36481601399998, - 34.01925136600005 - ], - [ - -117.36481643099995, - 34.01925120900006 - ], - [ - -117.36481684899996, - 34.01925105200007 - ], - [ - -117.36481703199996, - 34.01925098300006 - ], - [ - -117.36481744999998, - 34.019250826000075 - ], - [ - -117.36481763299997, - 34.019250757000066 - ], - [ - -117.36481865199994, - 34.01925037400002 - ], - [ - -117.36481943499996, - 34.019250079000074 - ], - [ - -117.36481985199998, - 34.01924992200003 - ], - [ - -117.36482045399998, - 34.01924969600003 - ], - [ - -117.36482147199996, - 34.019249312000056 - ], - [ - -117.36482165499996, - 34.01924924400004 - ], - [ - -117.36482207399996, - 34.01924908600006 - ], - [ - -117.36482249099998, - 34.01924892900007 - ], - [ - -117.36482267499997, - 34.01924885900007 - ], - [ - -117.36482285799997, - 34.01924879000006 - ], - [ - -117.36482369299995, - 34.01924847600003 - ], - [ - -117.36482411099996, - 34.01924831900004 - ], - [ - -117.36482471199997, - 34.019248093000044 - ], - [ - -117.364825312, - 34.01924786700005 - ], - [ - -117.36482591199996, - 34.01924764100005 - ], - [ - -117.36482632999997, - 34.01924748300007 - ], - [ - -117.36482674699994, - 34.01924732600003 - ], - [ - -117.36482693, - 34.019247258000064 - ], - [ - -117.36482734899994, - 34.019247101000076 - ], - [ - -117.36482776699995, - 34.01924694200005 - ], - [ - -117.36482795099994, - 34.01924687400003 - ], - [ - -117.36482836699997, - 34.019246717000044 - ], - [ - -117.36482878499999, - 34.01924655900007 - ], - [ - -117.36482920199995, - 34.01924640200008 - ], - [ - -117.36482961999997, - 34.01924624500003 - ], - [ - -117.36483003599994, - 34.019246088000045 - ], - [ - -117.36483021999999, - 34.019246019000036 - ], - [ - -117.36483063799994, - 34.01924586200005 - ], - [ - -117.36483105599996, - 34.01924570500006 - ], - [ - -117.36483123899995, - 34.01924563600005 - ], - [ - -117.36483165699997, - 34.01924547800007 - ], - [ - -117.36483207499998, - 34.01924532100003 - ], - [ - -117.36483249199995, - 34.01924516400004 - ], - [ - -117.36483332599994, - 34.019244850000064 - ], - [ - -117.36483374299996, - 34.019244693000076 - ], - [ - -117.36483434599995, - 34.01924446600003 - ], - [ - -117.36483536299994, - 34.019244083000046 - ], - [ - -117.36483578099995, - 34.01924392500007 - ], - [ - -117.36484588399998, - 34.01924012300003 - ], - [ - -117.364865437, - 34.01923276300005 - ], - [ - -117.36488554099998, - 34.019225197000026 - ], - [ - -117.36489862999997, - 34.01922027000006 - ], - [ - -117.36512694399994, - 34.019220603000065 - ], - [ - -117.36673102399999, - 34.01850080200006 - ], - [ - -117.36671370299996, - 34.01847115000004 - ], - [ - -117.36759384699997, - 34.01812315700005 - ], - [ - -117.36770807499994, - 34.01797196900003 - ], - [ - -117.36841814899998, - 34.01703211500006 - ], - [ - -117.36918477699999, - 34.016017383000076 - ], - [ - -117.36940249399998, - 34.015729141000065 - ], - [ - -117.36951963899998, - 34.01557404500005 - ], - [ - -117.36961284399996, - 34.015450644000055 - ], - [ - -117.36982319599997, - 34.015172147000044 - ], - [ - -117.37005381199998, - 34.01486681700004 - ], - [ - -117.37008122199995, - 34.01483982600007 - ], - [ - -117.37037202099998, - 34.014452790000064 - ], - [ - -117.37052171199997, - 34.014253558000064 - ], - [ - -117.37062672899998, - 34.01411378600005 - ], - [ - -117.37073174399995, - 34.01397401600008 - ], - [ - -117.37083675899999, - 34.013834245000055 - ], - [ - -117.37094177199998, - 34.01369447400003 - ], - [ - -117.37104678599997, - 34.01355470200008 - ], - [ - -117.37115179899996, - 34.013414932000046 - ], - [ - -117.37125681299995, - 34.013275161000024 - ], - [ - -117.37136182599994, - 34.01313539000006 - ], - [ - -117.37143014799994, - 34.01304445200003 - ], - [ - -117.37201063299995, - 34.01227593600004 - ], - [ - -117.37220944599994, - 34.01201272600008 - ], - [ - -117.372321807, - 34.01186396400004 - ], - [ - -117.372362093, - 34.011810628000035 - ], - [ - -117.37242707399997, - 34.01172459600008 - ], - [ - -117.37247260599997, - 34.011664317000054 - ], - [ - -117.372530983, - 34.011587028000065 - ], - [ - -117.37256664999995, - 34.01153980300006 - ], - [ - -117.37263615399996, - 34.011447787000066 - ], - [ - -117.372740406, - 34.01130976200005 - ], - [ - -117.37275348699995, - 34.011292440000034 - ], - [ - -117.372851288, - 34.01116295800006 - ], - [ - -117.37290836799997, - 34.01108738600004 - ], - [ - -117.37292429799999, - 34.011066292000066 - ], - [ - -117.372961579, - 34.011016934000054 - ], - [ - -117.3729624599999, - 34.01101576800005 - ], - [ - -117.37306913199996, - 34.010874536000074 - ], - [ - -117.37311120599998, - 34.01081883000006 - ], - [ - -117.37317411099997, - 34.01073554800007 - ], - [ - -117.37327877299998, - 34.010596976000045 - ], - [ - -117.37332315699996, - 34.01053821100004 - ], - [ - -117.37338187199998, - 34.01046047400007 - ], - [ - -117.37348522199994, - 34.010323639000035 - ], - [ - -117.37353568699996, - 34.01025682300008 - ], - [ - -117.37359371899998, - 34.01017998700007 - ], - [ - -117.37362560399998, - 34.01013777500003 - ], - [ - -117.37363423599999, - 34.01012636000007 - ], - [ - -117.37364287599996, - 34.010114947000034 - ], - [ - -117.37365152899997, - 34.010103541000035 - ], - [ - -117.37366019299998, - 34.010092142000076 - ], - [ - -117.37366886799998, - 34.010080747000075 - ], - [ - -117.37367755399998, - 34.010069361000035 - ], - [ - -117.37368625099998, - 34.01005797600004 - ], - [ - -117.37369495999997, - 34.010046601000056 - ], - [ - -117.37370189099994, - 34.01003756400007 - ], - [ - -117.37370368199998, - 34.01003523300005 - ], - [ - -117.37371240899995, - 34.01002386600004 - ], - [ - -117.37372115099998, - 34.010012508000045 - ], - [ - -117.37372938799996, - 34.01000182200005 - ], - [ - -117.37372990299997, - 34.010001155000054 - ], - [ - -117.37373866599995, - 34.00998980800006 - ], - [ - -117.37374743999999, - 34.00997846700005 - ], - [ - -117.37375622599995, - 34.00996713100005 - ], - [ - -117.37376502299998, - 34.009955802000036 - ], - [ - -117.37377382899996, - 34.00994448000006 - ], - [ - -117.37378264799997, - 34.00993316300003 - ], - [ - -117.37379147699994, - 34.00992185000007 - ], - [ - -117.37380031699996, - 34.009910545000025 - ], - [ - -117.37380787999996, - 34.00990088900005 - ], - [ - -117.37380916899997, - 34.00989924600003 - ], - [ - -117.37381802899995, - 34.00988795100005 - ], - [ - -117.37382690299995, - 34.009876665000036 - ], - [ - -117.37383578599997, - 34.009865382000044 - ], - [ - -117.37384468199997, - 34.009854107000024 - ], - [ - -117.37385358699999, - 34.009842837000065 - ], - [ - -117.37386250399999, - 34.00983157400003 - ], - [ - -117.37387143199999, - 34.00982031600006 - ], - [ - -117.37388037099998, - 34.009809064000024 - ], - [ - -117.37388932099998, - 34.00979781900003 - ], - [ - -117.37389828, - 34.009786579000036 - ], - [ - -117.37390725199998, - 34.00977534500004 - ], - [ - -117.37391623699995, - 34.00976411700003 - ], - [ - -117.37391702399998, - 34.009763132000046 - ], - [ - -117.37392522799996, - 34.009752896000066 - ], - [ - -117.37393423199995, - 34.00974168100004 - ], - [ - -117.37394324599995, - 34.00973047200006 - ], - [ - -117.37395146299997, - 34.00972027200004 - ], - [ - -117.37395227099995, - 34.00971926900007 - ], - [ - -117.373961308, - 34.009708070000045 - ], - [ - -117.37397035599997, - 34.009696879000046 - ], - [ - -117.37397941399996, - 34.00968569400004 - ], - [ - -117.37398848299995, - 34.00967451400004 - ], - [ - -117.37399756199994, - 34.00966334200007 - ], - [ - -117.37400665299998, - 34.00965217700008 - ], - [ - -117.37401575499996, - 34.00964101500006 - ], - [ - -117.374024868, - 34.009629860000075 - ], - [ - -117.37402558599996, - 34.00962898100005 - ], - [ - -117.37403399099998, - 34.00961871100003 - ], - [ - -117.37404312399997, - 34.00960757000007 - ], - [ - -117.37405226899995, - 34.00959643400006 - ], - [ - -117.37406142499998, - 34.00958530300005 - ], - [ - -117.37407059099996, - 34.00957418000007 - ], - [ - -117.37407977, - 34.00956306200004 - ], - [ - -117.37408895699997, - 34.00955195000006 - ], - [ - -117.37409815399997, - 34.00954084400007 - ], - [ - -117.37410736399994, - 34.009529746000055 - ], - [ - -117.37410755299999, - 34.00952951800008 - ], - [ - -117.37411658399998, - 34.00951865300004 - ], - [ - -117.374125817, - 34.009507565000035 - ], - [ - -117.374135057, - 34.00949648500006 - ], - [ - -117.37413968599998, - 34.00949094400005 - ], - [ - -117.37414430999996, - 34.00948541100007 - ], - [ - -117.37415357299994, - 34.00947434200003 - ], - [ - -117.37416284699998, - 34.00946328100002 - ], - [ - -117.37417213099997, - 34.009452225000075 - ], - [ - -117.37418142599995, - 34.00944117600005 - ], - [ - -117.37419073199999, - 34.009430132000034 - ], - [ - -117.37420004999996, - 34.009419097000034 - ], - [ - -117.37420937599995, - 34.00940806500006 - ], - [ - -117.37421871499998, - 34.009397042000046 - ], - [ - -117.37422806299998, - 34.00938602300005 - ], - [ - -117.37423742399994, - 34.00937501100003 - ], - [ - -117.37424679399999, - 34.009364005000066 - ], - [ - -117.37425435799997, - 34.00935513400003 - ], - [ - -117.37425617499997, - 34.00935300800006 - ], - [ - -117.37426412399998, - 34.009343700000045 - ], - [ - -117.37426556599996, - 34.00934201500007 - ], - [ - -117.37427496699996, - 34.00933102700003 - ], - [ - -117.37428437999995, - 34.00932004600003 - ], - [ - -117.374293804, - 34.00930907400004 - ], - [ - -117.37430323799998, - 34.009298106000074 - ], - [ - -117.37431268299997, - 34.00928714400004 - ], - [ - -117.37432213799997, - 34.00927618800006 - ], - [ - -117.37433160299997, - 34.009265242000026 - ], - [ - -117.37434107999997, - 34.009254300000066 - ], - [ - -117.37435056599998, - 34.00924336200006 - ], - [ - -117.37436006599995, - 34.00923243500006 - ], - [ - -117.37436957299997, - 34.00922151100008 - ], - [ - -117.37437909199997, - 34.009210594000024 - ], - [ - -117.37438862199997, - 34.009199685000056 - ], - [ - -117.37439816199998, - 34.009188780000045 - ], - [ - -117.37440771299998, - 34.00917788300006 - ], - [ - -117.37441727399994, - 34.009166993000065 - ], - [ - -117.37442684599995, - 34.00915610800007 - ], - [ - -117.37443642799997, - 34.00914523100005 - ], - [ - -117.37444602099998, - 34.00913435800004 - ], - [ - -117.37445562399995, - 34.00912349300006 - ], - [ - -117.3744652399999, - 34.009112634000076 - ], - [ - -117.37446712299999, - 34.00911050700006 - ], - [ - -117.37447486099995, - 34.00910178200007 - ], - [ - -117.37448449899995, - 34.009090936000064 - ], - [ - -117.37448630399996, - 34.009088906000045 - ], - [ - -117.374494143, - 34.00908009700004 - ], - [ - -117.37450379899997, - 34.00906926400006 - ], - [ - -117.37451346599994, - 34.00905843800007 - ], - [ - -117.37452314199999, - 34.00904761700008 - ], - [ - -117.37453282999996, - 34.00903680600004 - ], - [ - -117.37454252699996, - 34.00902599800003 - ], - [ - -117.37455223599994, - 34.00901519800004 - ], - [ - -117.374561955, - 34.00900440400005 - ], - [ - -117.37457168399999, - 34.008993618000034 - ], - [ - -117.37458142399998, - 34.008982837000076 - ], - [ - -117.37459117299994, - 34.008972064000034 - ], - [ - -117.37460093599998, - 34.00896129600005 - ], - [ - -117.37460298499997, - 34.00895903500003 - ], - [ - -117.37461070599994, - 34.008950535000054 - ], - [ - -117.37462048799995, - 34.00893978000005 - ], - [ - -117.37463027899997, - 34.00892903300007 - ], - [ - -117.37464008099994, - 34.008918290000054 - ], - [ - -117.37464989499995, - 34.008907555000064 - ], - [ - -117.37465971699999, - 34.00889682900004 - ], - [ - -117.37466955099995, - 34.00888610700002 - ], - [ - -117.37467939399994, - 34.00887539300004 - ], - [ - -117.37468925, - 34.00886468400006 - ], - [ - -117.37469911499994, - 34.00885398200006 - ], - [ - -117.37470898799995, - 34.008843289000026 - ], - [ - -117.37471887399994, - 34.00883259900007 - ], - [ - -117.374723943, - 34.008827128000064 - ], - [ - -117.37472877, - 34.008821918000024 - ], - [ - -117.374738676, - 34.008811243000025 - ], - [ - -117.374748593, - 34.008800575000066 - ], - [ - -117.374758521, - 34.008789912000054 - ], - [ - -117.37476845799995, - 34.00877925800006 - ], - [ - -117.37477840499997, - 34.00876861000006 - ], - [ - -117.374788363, - 34.008757967000065 - ], - [ - -117.37479833099997, - 34.00874733400008 - ], - [ - -117.37480830899995, - 34.00873670500005 - ], - [ - -117.37481829799998, - 34.008726085000035 - ], - [ - -117.37482829599998, - 34.00871547000003 - ], - [ - -117.37483830499997, - 34.00870486100007 - ], - [ - -117.37484657799996, - 34.00869610900003 - ], - [ - -117.37484832699994, - 34.00869426200006 - ], - [ - -117.37485711999994, - 34.00868497000005 - ], - [ - -117.374858357, - 34.00868366700007 - ], - [ - -117.37486839699994, - 34.00867307800007 - ], - [ - -117.37487844699996, - 34.008662497000046 - ], - [ - -117.37488850699998, - 34.00865192300006 - ], - [ - -117.37489857699995, - 34.008641356000055 - ], - [ - -117.37490865899997, - 34.008630793000066 - ], - [ - -117.37491874999995, - 34.008620241000074 - ], - [ - -117.37492885299997, - 34.00860969400003 - ], - [ - -117.37493896399997, - 34.008599153000034 - ], - [ - -117.37494908599996, - 34.00858862000007 - ], - [ - -117.37495921899995, - 34.00857809300004 - ], - [ - -117.37496936199994, - 34.00856757300005 - ], - [ - -117.37497451499996, - 34.008562235000056 - ], - [ - -117.37497951299997, - 34.00855706100003 - ], - [ - -117.37498967599998, - 34.00854655400008 - ], - [ - -117.37499985, - 34.008536055000036 - ], - [ - -117.37501003199998, - 34.008525562000045 - ], - [ - -117.37502022499996, - 34.00851507600004 - ], - [ - -117.37503042999998, - 34.00850459800006 - ], - [ - -117.37504064299998, - 34.00849412500003 - ], - [ - -117.37505086599998, - 34.008483660000024 - ], - [ - -117.37506110099997, - 34.00847320100007 - ], - [ - -117.37507134599997, - 34.008462751000025 - ], - [ - -117.37508159899994, - 34.00845230600004 - ], - [ - -117.37509116999996, - 34.008442573000025 - ], - [ - -117.37509186399996, - 34.00844186900002 - ], - [ - -117.37510102699997, - 34.00843256500008 - ], - [ - -117.37510214099996, - 34.00843143700007 - ], - [ - -117.37511242199997, - 34.00842101500007 - ], - [ - -117.37512271699995, - 34.00841059600003 - ], - [ - -117.37513302199994, - 34.008400186000074 - ], - [ - -117.37514333699994, - 34.00838978300004 - ], - [ - -117.37515366199995, - 34.00837938900003 - ], - [ - -117.37516399599997, - 34.00836899900003 - ], - [ - -117.37517434299997, - 34.008358616000066 - ], - [ - -117.37518469699995, - 34.00834824200007 - ], - [ - -117.37519506099994, - 34.00833787400006 - ], - [ - -117.37520543799997, - 34.00832751200005 - ], - [ - -117.37521582199997, - 34.00831715800007 - ], - [ - -117.37522538399998, - 34.008307639000066 - ], - [ - -117.37522621699998, - 34.00830681100007 - ], - [ - -117.37523662299998, - 34.00829647100005 - ], - [ - -117.37524703799994, - 34.00828613700003 - ], - [ - -117.37525746399996, - 34.00827581100003 - ], - [ - -117.375267899, - 34.00826549100003 - ], - [ - -117.37527834399998, - 34.00825517900006 - ], - [ - -117.37528879899997, - 34.00824487400007 - ], - [ - -117.37529926599996, - 34.008234575000074 - ], - [ - -117.37530931499998, - 34.008224701000074 - ], - [ - -117.37530973999998, - 34.00822428500004 - ], - [ - -117.37532022599999, - 34.008214001000056 - ], - [ - -117.37533072099995, - 34.008203724000055 - ], - [ - -117.37534122599999, - 34.008193454000036 - ], - [ - -117.37535174499999, - 34.008183193000036 - ], - [ - -117.375353814, - 34.008181172000036 - ], - [ - -117.37536226799995, - 34.00817293500006 - ], - [ - -117.37537280099997, - 34.00816268700004 - ], - [ - -117.37538334699997, - 34.008152445000064 - ], - [ - -117.37539390199998, - 34.00814221100006 - ], - [ - -117.37540446599996, - 34.008131983000055 - ], - [ - -117.37541504099994, - 34.00812176200003 - ], - [ - -117.37542562599998, - 34.008111549000034 - ], - [ - -117.37543621999998, - 34.00810134200003 - ], - [ - -117.37544682499998, - 34.00809114400005 - ], - [ - -117.37545743899994, - 34.00808095100007 - ], - [ - -117.37546806299997, - 34.00807076700005 - ], - [ - -117.37547869699995, - 34.008060589000024 - ], - [ - -117.37550478699995, - 34.00803569000004 - ], - [ - -117.37554832599994, - 34.00799885500004 - ], - [ - -117.37556000799998, - 34.00798897200008 - ], - [ - -117.37557434499996, - 34.00797684300005 - ], - [ - -117.37559602099998, - 34.00795850500003 - ], - [ - -117.37563732299998, - 34.00792356300008 - ], - [ - -117.37574453999997, - 34.00783285500006 - ], - [ - -117.37581451499995, - 34.00777365600004 - ], - [ - -117.37585038799995, - 34.007743306000066 - ], - [ - -117.37595760399995, - 34.007652601000075 - ], - [ - -117.37599396799999, - 34.007621834000076 - ], - [ - -117.37606340699995, - 34.00756308700005 - ], - [ - -117.37613448099995, - 34.00750295600005 - ], - [ - -117.37616907499995, - 34.00747369100003 - ], - [ - -117.37627384999996, - 34.00738504700007 - ], - [ - -117.37637841299994, - 34.00729658400007 - ], - [ - -117.37648344599995, - 34.00720772200003 - ], - [ - -117.37658701199996, - 34.007120102000044 - ], - [ - -117.37669176999998, - 34.00703147300004 - ], - [ - -117.37679743899997, - 34.00694207200007 - ], - [ - -117.376901337, - 34.006854170000054 - ], - [ - -117.37700728799996, - 34.006764530000055 - ], - [ - -117.37711103699996, - 34.00667675500006 - ], - [ - -117.377217799, - 34.00658642900004 - ], - [ - -117.37732261699995, - 34.006497746000036 - ], - [ - -117.37742769, - 34.006408848000035 - ], - [ - -117.37753264, - 34.00632005400007 - ], - [ - -117.37763824899997, - 34.006230704000075 - ], - [ - -117.37774359499997, - 34.006141574000026 - ], - [ - -117.37784999499996, - 34.00605155200003 - ], - [ - -117.37795524999996, - 34.00596249800003 - ], - [ - -117.37806058799998, - 34.00587337600007 - ], - [ - -117.37816732099998, - 34.00578307200004 - ], - [ - -117.37824555999998, - 34.005716876000065 - ], - [ - -117.37825305999996, - 34.005710529000055 - ], - [ - -117.37827326699994, - 34.00569343300003 - ], - [ - -117.378316069, - 34.00565721800007 - ], - [ - -117.37865988599998, - 34.00552998400008 - ], - [ - -117.37865942199994, - 34.005529428000045 - ], - [ - -117.37866814499995, - 34.00552618100005 - ], - [ - -117.37887866099999, - 34.005429277000076 - ], - [ - -117.37912003199995, - 34.00535794000007 - ], - [ - -117.37922313099995, - 34.00548354600005 - ], - [ - -117.38006446999998, - 34.00650854300005 - ], - [ - -117.38049692199996, - 34.00703538100004 - ], - [ - -117.38103776699995, - 34.00660119500003 - ], - [ - -117.38237166299996, - 34.00553032600004 - ], - [ - -117.383032099, - 34.00500010300004 - ], - [ - -117.38327795599997, - 34.00496805300003 - ], - [ - -117.38377731299994, - 34.004902954000045 - ], - [ - -117.38400007399997, - 34.004592815000024 - ], - [ - -117.38415064999998, - 34.004411735000076 - ], - [ - -117.38449399499996, - 34.003998839000076 - ], - [ - -117.38986848099995, - 33.99777971700007 - ], - [ - -117.38986868499995, - 33.997779481000066 - ], - [ - -117.39011585599997, - 33.997493432000056 - ], - [ - -117.39013064899996, - 33.99747631300005 - ], - [ - -117.39114040299995, - 33.99630771500006 - ], - [ - -117.39141736099998, - 33.99598717900005 - ], - [ - -117.39169296499995, - 33.99614648900007 - ], - [ - -117.39203891699998, - 33.996346464000055 - ], - [ - -117.392058782, - 33.99628398900006 - ], - [ - -117.39207113899994, - 33.996245126000076 - ], - [ - -117.39216186299996, - 33.99595980700008 - ], - [ - -117.39217279399998, - 33.99592543000006 - ], - [ - -117.39226520099999, - 33.99563481300004 - ], - [ - -117.39227679799995, - 33.995598339000026 - ], - [ - -117.39236876499996, - 33.99530910500005 - ], - [ - -117.39237097699998, - 33.99531022900004 - ], - [ - -117.39242422899997, - 33.99514404800004 - ], - [ - -117.39242166399998, - 33.99514273700004 - ], - [ - -117.39243701899994, - 33.995094444000074 - ], - [ - -117.39244785999995, - 33.99506034800004 - ], - [ - -117.39250798599994, - 33.99487488200003 - ], - [ - -117.39258889399997, - 33.99462530100004 - ], - [ - -117.39267649799996, - 33.99435506900005 - ], - [ - -117.39271553599997, - 33.99423464400007 - ], - [ - -117.39272440899998, - 33.994207274000075 - ], - [ - -117.39276142099999, - 33.994093097000075 - ], - [ - -117.39285664299996, - 33.993799360000025 - ], - [ - -117.392956761, - 33.993490517000055 - ], - [ - -117.39301315599994, - 33.99331654800005 - ], - [ - -117.39324102899997, - 33.992613593000044 - ], - [ - -117.39342552999994, - 33.99204442900003 - ], - [ - -117.39361931099995, - 33.99039578000003 - ], - [ - -117.39358383999996, - 33.99037809200007 - ], - [ - -117.39269589199995, - 33.98993530800004 - ], - [ - -117.39265797799999, - 33.98991640200006 - ], - [ - -117.39264844299998, - 33.98991164700004 - ], - [ - -117.39262041999996, - 33.98989767300003 - ], - [ - -117.39261953399995, - 33.989894840000034 - ], - [ - -117.39258917399997, - 33.98988004700004 - ], - [ - -117.39255850999996, - 33.98986569700003 - ], - [ - -117.39253627, - 33.98985571000003 - ], - [ - -117.392090812, - 33.98963357200006 - ], - [ - -117.39235732299994, - 33.98935167800005 - ], - [ - -117.39254710799997, - 33.98915093700003 - ], - [ - -117.39532743899997, - 33.98638290300005 - ], - [ - -117.39744967099995, - 33.98426989400008 - ], - [ - -117.39796340499998, - 33.98351006000007 - ], - [ - -117.39802148099994, - 33.98342416400004 - ], - [ - -117.39815228599997, - 33.98323069500003 - ], - [ - -117.40085667499994, - 33.97923049800005 - ], - [ - -117.40111516999997, - 33.978848121000055 - ], - [ - -117.40258319999998, - 33.97667648200007 - ], - [ - -117.40270648699999, - 33.97644992800008 - ], - [ - -117.40276433499997, - 33.97634362700006 - ], - [ - -117.40381592499995, - 33.97674041100004 - ], - [ - -117.40523707499995, - 33.97658099100005 - ], - [ - -117.40532796199994, - 33.97657079500004 - ], - [ - -117.40711991799998, - 33.97636975300003 - ], - [ - -117.40712578999995, - 33.97636909400006 - ], - [ - -117.40713546899997, - 33.97636516800003 - ], - [ - -117.40714382899995, - 33.97636177900006 - ], - [ - -117.40715218799994, - 33.976358392000066 - ], - [ - -117.40716055099995, - 33.97635500900003 - ], - [ - -117.40716891299996, - 33.97635162700004 - ], - [ - -117.40717727699996, - 33.976348245000054 - ], - [ - -117.407185643, - 33.97634486800007 - ], - [ - -117.40719400899997, - 33.976341492000074 - ], - [ - -117.40720237799997, - 33.97633811800006 - ], - [ - -117.40721074799995, - 33.976334748000056 - ], - [ - -117.40721911799994, - 33.97633138000003 - ], - [ - -117.40722749099996, - 33.97632801200007 - ], - [ - -117.40723586399997, - 33.97632464800006 - ], - [ - -117.40724423899997, - 33.97632128600003 - ], - [ - -117.40725261499995, - 33.97631792400006 - ], - [ - -117.40726099099999, - 33.97631456900007 - ], - [ - -117.40726937099998, - 33.97631121300003 - ], - [ - -117.40727775, - 33.97630785700005 - ], - [ - -117.40728613099998, - 33.976304508000055 - ], - [ - -117.407294515, - 33.97630116000005 - ], - [ - -117.40730289799995, - 33.97629781200004 - ], - [ - -117.40731128299996, - 33.97629447000003 - ], - [ - -117.40731966899995, - 33.976291127000025 - ], - [ - -117.40732805699997, - 33.97628778600006 - ], - [ - -117.40733644599999, - 33.97628445000004 - ], - [ - -117.407344836, - 33.97628111500006 - ], - [ - -117.40735322799998, - 33.97627777900004 - ], - [ - -117.40736161999996, - 33.97627445000006 - ], - [ - -117.40737001599996, - 33.97627112200007 - ], - [ - -117.40737840899999, - 33.976267793000034 - ], - [ - -117.40986770099994, - 33.97526954800003 - ], - [ - -117.41046297799994, - 33.97568952300003 - ], - [ - -117.41298521899995, - 33.97467895800003 - ], - [ - -117.41575010499997, - 33.97360183400008 - ], - [ - -117.41587828599995, - 33.97327394900003 - ], - [ - -117.41563922999995, - 33.97311885200003 - ], - [ - -117.41575023399997, - 33.972716588000026 - ], - [ - -117.41990905699998, - 33.970998156000064 - ], - [ - -117.420545528, - 33.97073249700003 - ], - [ - -117.42118746499995, - 33.970476133000034 - ], - [ - -117.42183467499996, - 33.97022914200005 - ], - [ - -117.42248695799998, - 33.96999160200005 - ], - [ - -117.42306327399996, - 33.96979163200007 - ], - [ - -117.42314411499996, - 33.96976358100005 - ], - [ - -117.42380594599996, - 33.969545151000034 - ], - [ - -117.42447224999995, - 33.96933638000007 - ], - [ - -117.42514282399998, - 33.969137327000055 - ], - [ - -117.42581746499997, - 33.968948056000045 - ], - [ - -117.42649596399997, - 33.96876862500005 - ], - [ - -117.42717812099994, - 33.968599088000076 - ], - [ - -117.42786372199998, - 33.96843949500004 - ], - [ - -117.42855256099995, - 33.968289896000044 - ], - [ - -117.42924442499998, - 33.968150335000075 - ], - [ - -117.42993910699994, - 33.968020857000056 - ], - [ - -117.43063639599995, - 33.96790150100003 - ], - [ - -117.43133607599998, - 33.96779230200008 - ], - [ - -117.43174072199997, - 33.967735222000044 - ], - [ - -117.43196858299996, - 33.96770030700003 - ], - [ - -117.43202725699996, - 33.967691315000025 - ], - [ - -117.432055172, - 33.967687488000024 - ], - [ - -117.43209259499997, - 33.96768276700004 - ], - [ - -117.43213612899996, - 33.967677276000074 - ], - [ - -117.43227434099998, - 33.96765984100006 - ], - [ - -117.43243364699998, - 33.96763974500004 - ], - [ - -117.43254302799994, - 33.967625946000055 - ], - [ - -117.43259607899995, - 33.967619254000056 - ], - [ - -117.43267604, - 33.967609167000035 - ], - [ - -117.43273588699998, - 33.96760161800006 - ], - [ - -117.43276889799995, - 33.96759814100005 - ], - [ - -117.43283230599997, - 33.967591785000025 - ], - [ - -117.43322732399997, - 33.967552187000024 - ], - [ - -117.43350544099997, - 33.967524307000076 - ], - [ - -117.43351506699997, - 33.967525944000045 - ], - [ - -117.43351639099996, - 33.96752617000004 - ], - [ - -117.43495365999996, - 33.967770588000064 - ], - [ - -117.43497906099998, - 33.967774908000024 - ], - [ - -117.43583798499998, - 33.968493601000034 - ], - [ - -117.43583821399994, - 33.96849379300005 - ], - [ - -117.43586408699997, - 33.968423775000076 - ], - [ - -117.43586517199998, - 33.96842083900003 - ], - [ - -117.43586625599994, - 33.968417903000045 - ], - [ - -117.43594120499995, - 33.968215075000046 - ], - [ - -117.43597375899998, - 33.96812697300004 - ], - [ - -117.43597855499996, - 33.96811399200004 - ], - [ - -117.43616592399997, - 33.967606929000056 - ], - [ - -117.43616552299994, - 33.96757871500006 - ], - [ - -117.43616552299994, - 33.96757866000007 - ], - [ - -117.43616424099997, - 33.96748837300004 - ], - [ - -117.43615544899995, - 33.96686862800004 - ], - [ - -117.43617163799996, - 33.966868806000036 - ], - [ - -117.436216533, - 33.96686930300007 - ], - [ - -117.43866923099995, - 33.966870433000054 - ], - [ - -117.43879171699996, - 33.96687052100003 - ], - [ - -117.43893818499998, - 33.96687047200004 - ], - [ - -117.44068772999998, - 33.96686990000006 - ], - [ - -117.44069145499998, - 33.96686990000006 - ], - [ - -117.44069518099997, - 33.96686989900007 - ], - [ - -117.44070300799996, - 33.96686989600005 - ], - [ - -117.44071397399995, - 33.96686989300008 - ], - [ - -117.44079896299996, - 33.966869863000056 - ], - [ - -117.44085264299997, - 33.966869845000076 - ], - [ - -117.44411644999997, - 33.966868711000075 - ], - [ - -117.44519597599998, - 33.966868315000056 - ], - [ - -117.44672683899995, - 33.966867739000065 - ], - [ - -117.44696368899997, - 33.96686764900005 - ], - [ - -117.44696972699995, - 33.96623600600003 - ], - [ - -117.44697234799997, - 33.965961684000035 - ], - [ - -117.44728336299994, - 33.96596359800003 - ], - [ - -117.44748396499995, - 33.965964833000044 - ], - [ - -117.447565554, - 33.96596533500008 - ], - [ - -117.44775963199999, - 33.96596652900007 - ], - [ - -117.44863755899996, - 33.965971927000055 - ], - [ - -117.44883734499996, - 33.96597315500003 - ], - [ - -117.44914980099998, - 33.96597507300004 - ], - [ - -117.449158448, - 33.96506803600005 - ], - [ - -117.45122985599994, - 33.965080741000065 - ], - [ - -117.45176412999996, - 33.965084012000034 - ], - [ - -117.45178492799994, - 33.965084138000066 - ], - [ - -117.451958032, - 33.965085198000054 - ], - [ - -117.45261699599996, - 33.96508922700008 - ], - [ - -117.45361024899995, - 33.96509529600007 - ], - [ - -117.45361197999995, - 33.96575594700005 - ], - [ - -117.45361228099995, - 33.96587098900005 - ], - [ - -117.45361501899998, - 33.96691689000005 - ], - [ - -117.45681168299996, - 33.96590774400005 - ], - [ - -117.45720316699999, - 33.96578415000005 - ], - [ - -117.45887460199998, - 33.96525644500008 - ], - [ - -117.45981772599998, - 33.964958669000055 - ], - [ - -117.46020813899997, - 33.96483539900004 - ], - [ - -117.46113774499997, - 33.964541877000045 - ], - [ - -117.46540553799997, - 33.96443772500004 - ], - [ - -117.46618782599995, - 33.964418618000025 - ], - [ - -117.46768438599997, - 33.964382052000076 - ], - [ - -117.46886067599996, - 33.96435225600004 - ], - [ - -117.47093552599995, - 33.96470702900007 - ], - [ - -117.47141842899998, - 33.96476424700006 - ], - [ - -117.475601053, - 33.96467290600003 - ], - [ - -117.47616278299995, - 33.96426705400006 - ], - [ - -117.47856463699998, - 33.96253163800003 - ], - [ - -117.47891751699996, - 33.96253418900005 - ], - [ - -117.47943254999996, - 33.96253791200007 - ], - [ - -117.47978339999997, - 33.96254044700004 - ], - [ - -117.48077333899994, - 33.96254759300007 - ], - [ - -117.48078128299994, - 33.961641788000065 - ], - [ - -117.48090057399997, - 33.96164256600008 - ], - [ - -117.48405020599995, - 33.96166309500006 - ], - [ - -117.48406271599998, - 33.960756305000075 - ], - [ - -117.48732885099997, - 33.96077934400006 - ], - [ - -117.48733274499995, - 33.96050524800006 - ], - [ - -117.48734496599997, - 33.960505313000056 - ], - [ - -117.48842014299998, - 33.960511007000036 - ], - [ - -117.488801847, - 33.96051302600006 - ], - [ - -117.49317162199998, - 33.96053724500007 - ], - [ - -117.49493492699997, - 33.960546116000046 - ], - [ - -117.49493577199996, - 33.96072059100004 - ], - [ - -117.49493576699996, - 33.96074507900005 - ], - [ - -117.49493575499997, - 33.96082142900008 - ], - [ - -117.49493625999997, - 33.960821432000046 - ], - [ - -117.49493625999997, - 33.96082155800008 - ], - [ - -117.49684986399996, - 33.96083279800007 - ], - [ - -117.49901052699994, - 33.96084545200006 - ], - [ - -117.50579227799994, - 33.96088492700005 - ], - [ - -117.50630665199998, - 33.96088780700006 - ], - [ - -117.50796847999999, - 33.96089710200005 - ], - [ - -117.50796406799998, - 33.960079061000044 - ], - [ - -117.51013243799997, - 33.960069014000055 - ], - [ - -117.51014478199994, - 33.959176773000024 - ], - [ - -117.51038888199997, - 33.95917651800005 - ], - [ - -117.51104421799994, - 33.95917583200003 - ], - [ - -117.51190450099995, - 33.95917492500007 - ], - [ - -117.51298291199998, - 33.95917378300004 - ], - [ - -117.51308987399995, - 33.95917366900005 - ], - [ - -117.51496975799995, - 33.95917164900004 - ], - [ - -117.51886676499998, - 33.95916737600004 - ], - [ - -117.51889385899995, - 33.957139649000055 - ], - [ - -117.51891455099997, - 33.95559082800003 - ], - [ - -117.52266928599994, - 33.95559501100007 - ], - [ - -117.52269631599995, - 33.95559504000005 - ], - [ - -117.523022874, - 33.95559539800007 - ], - [ - -117.523259495, - 33.95559565700006 - ], - [ - -117.52327501599996, - 33.95559567500004 - ], - [ - -117.52327787499996, - 33.955595677000076 - ], - [ - -117.52329136699996, - 33.95393187600007 - ], - [ - -117.52329245599998, - 33.953820886000074 - ], - [ - -117.52373390399998, - 33.95372983800007 - ], - [ - -117.523733274, - 33.95353472100004 - ], - [ - -117.52372591699998, - 33.95126391600007 - ], - [ - -117.52372564499996, - 33.95118013600006 - ], - [ - -117.52372555399995, - 33.95115183300004 - ], - [ - -117.52372538199995, - 33.951099068000076 - ], - [ - -117.52372310599998, - 33.95039635400008 - ], - [ - -117.52372230799995, - 33.95014964500007 - ], - [ - -117.52372155199998, - 33.94991664300005 - ], - [ - -117.52372064899998, - 33.949637815000074 - ], - [ - -117.52372004399996, - 33.94945110700007 - ], - [ - -117.52371977599995, - 33.949368399000036 - ], - [ - -117.52371950899999, - 33.94928624200003 - ], - [ - -117.523718, - 33.94882015600007 - ], - [ - -117.52371601899995, - 33.94820868900007 - ], - [ - -117.52371600999999, - 33.948205872000074 - ], - [ - -117.52371401799996, - 33.947590725000055 - ], - [ - -117.52371096099995, - 33.94664731800003 - ], - [ - -117.52370957099998, - 33.94621763400005 - ], - [ - -117.52370885, - 33.94599542200007 - ], - [ - -117.52370935599998, - 33.94573192000007 - ], - [ - -117.52370937299997, - 33.945690712000044 - ], - [ - -117.52370937199998, - 33.94569065400003 - ], - [ - -117.51840392599996, - 33.94563376600007 - ], - [ - -117.51798073699996, - 33.945629214000064 - ], - [ - -117.51781139399998, - 33.94562739100007 - ], - [ - -117.517803728, - 33.94562730900003 - ], - [ - -117.51721650699994, - 33.945620990000066 - ], - [ - -117.51720353199994, - 33.94562085000007 - ], - [ - -117.51509150799995, - 33.94443093500007 - ], - [ - -117.51492547099997, - 33.94433738500004 - ], - [ - -117.51492538399998, - 33.94432457600004 - ], - [ - -117.51492316699995, - 33.944000164000045 - ], - [ - -117.51492092299998, - 33.94367144900008 - ], - [ - -117.51491784899997, - 33.94322134600003 - ], - [ - -117.51490894199998, - 33.94322136900007 - ], - [ - -117.51457121199996, - 33.94322118600007 - ], - [ - -117.51422458699994, - 33.94322099800007 - ], - [ - -117.51352478799998, - 33.943229031000044 - ], - [ - -117.51341542199998, - 33.94323035800005 - ], - [ - -117.51284572199995, - 33.94124359500006 - ], - [ - -117.51206981499996, - 33.94095945600003 - ], - [ - -117.51269476199997, - 33.93822623800003 - ], - [ - -117.51294872199998, - 33.937115488000074 - ], - [ - -117.51477812499996, - 33.93605943700004 - ], - [ - -117.51568165499998, - 33.93553353300007 - ], - [ - -117.51573236699994, - 33.93337812500005 - ], - [ - -117.51759340899997, - 33.930680464000034 - ], - [ - -117.51759533299997, - 33.93067160100003 - ], - [ - -117.51781695499994, - 33.92965027900004 - ], - [ - -117.51715479099994, - 33.929227378000064 - ], - [ - -117.51672020799998, - 33.92826847400005 - ], - [ - -117.51687691299998, - 33.92786028200004 - ], - [ - -117.51700320899994, - 33.92753129400006 - ], - [ - -117.51700552699998, - 33.927525256000024 - ], - [ - -117.516810852, - 33.926890368000045 - ], - [ - -117.51586423699996, - 33.92380304500006 - ], - [ - -117.51557450799999, - 33.922858071000064 - ], - [ - -117.51557079899999, - 33.92284597200006 - ], - [ - -117.515312398, - 33.92200315800005 - ], - [ - -117.51531451699998, - 33.921946313000035 - ], - [ - -117.51534816699996, - 33.92131434100003 - ], - [ - -117.51488660499996, - 33.92131763200007 - ], - [ - -117.51487927399995, - 33.92131258300003 - ], - [ - -117.51468186499994, - 33.921176642000034 - ], - [ - -117.51409555299995, - 33.92077590200006 - ], - [ - -117.51411389299994, - 33.91905853800006 - ], - [ - -117.51378829799995, - 33.91825492000004 - ], - [ - -117.513036952, - 33.91640042200004 - ], - [ - -117.51237652799995, - 33.914770274000034 - ], - [ - -117.51251632599997, - 33.91401798600003 - ], - [ - -117.512789952, - 33.91254548500007 - ], - [ - -117.51279013099997, - 33.912544525000044 - ], - [ - -117.51286705099994, - 33.912451119000025 - ], - [ - -117.51291793299998, - 33.91238982800007 - ], - [ - -117.51303794399996, - 33.912245263000045 - ], - [ - -117.51455266399995, - 33.91042058100004 - ], - [ - -117.51460110099998, - 33.91036223400005 - ], - [ - -117.51460817799995, - 33.91035370600002 - ], - [ - -117.51460764399997, - 33.91027072900005 - ], - [ - -117.51460236499997, - 33.90944846300005 - ], - [ - -117.51460150499997, - 33.90931451000006 - ], - [ - -117.51460098099994, - 33.90923315500004 - ], - [ - -117.51095203899996, - 33.90929675800004 - ], - [ - -117.51084240899996, - 33.909299145000034 - ], - [ - -117.51078377299996, - 33.907309498000075 - ], - [ - -117.51078128699999, - 33.90722518300004 - ], - [ - -117.51071016999998, - 33.90481203500008 - ], - [ - -117.51069527099997, - 33.90430629300005 - ], - [ - -117.51069281499997, - 33.90422301000007 - ], - [ - -117.51069041299996, - 33.90414148200006 - ], - [ - -117.51067683099996, - 33.903680601000076 - ], - [ - -117.51066071799994, - 33.90313383200004 - ], - [ - -117.51062182499999, - 33.901856448000046 - ], - [ - -117.51062099399996, - 33.90184576400003 - ], - [ - -117.51062151399998, - 33.90183838200005 - ], - [ - -117.51062222199994, - 33.901831507000054 - ], - [ - -117.51061914499996, - 33.90174809900003 - ], - [ - -117.51061662999996, - 33.90173936000008 - ], - [ - -117.51061724399995, - 33.90172502100006 - ], - [ - -117.510619196, - 33.90172476400005 - ], - [ - -117.51061718399995, - 33.90165645700006 - ], - [ - -117.51060425599997, - 33.901658445000066 - ], - [ - -117.51058746999996, - 33.90166128000004 - ], - [ - -117.51057074999994, - 33.90166435200007 - ], - [ - -117.51055409599996, - 33.90166766700003 - ], - [ - -117.51053751099994, - 33.90167122300005 - ], - [ - -117.51052100299995, - 33.90167501800005 - ], - [ - -117.51050457599996, - 33.90167904800006 - ], - [ - -117.51048823199994, - 33.90168331800004 - ], - [ - -117.51047198499998, - 33.90168782400008 - ], - [ - -117.510455832, - 33.90169256200005 - ], - [ - -117.51043977999996, - 33.90169753300006 - ], - [ - -117.51042383199996, - 33.901702734000025 - ], - [ - -117.51040799499998, - 33.90170816500006 - ], - [ - -117.51039227299998, - 33.90171382500006 - ], - [ - -117.51037667199995, - 33.901719710000066 - ], - [ - -117.51036119599996, - 33.90172582100007 - ], - [ - -117.51034584799999, - 33.90173215400006 - ], - [ - -117.510330636, - 33.90173870700005 - ], - [ - -117.50978576299997, - 33.90197876800005 - ], - [ - -117.50976163699994, - 33.901989178000065 - ], - [ - -117.50973730699997, - 33.901999259000036 - ], - [ - -117.50971278299994, - 33.90200900200006 - ], - [ - -117.50968806699996, - 33.90201840900005 - ], - [ - -117.50966317099994, - 33.90202747200004 - ], - [ - -117.509638097, - 33.90203619300007 - ], - [ - -117.50961285399995, - 33.902044567000075 - ], - [ - -117.50958744899998, - 33.902052594000054 - ], - [ - -117.50956188999999, - 33.90206026900006 - ], - [ - -117.50953617999994, - 33.90206759400007 - ], - [ - -117.50930183099996, - 33.90213308500006 - ], - [ - -117.50927633499998, - 33.90214040600006 - ], - [ - -117.50925098599998, - 33.902148071000056 - ], - [ - -117.50921705199994, - 33.90215901600004 - ], - [ - -117.508979948, - 33.90223640100004 - ], - [ - -117.50893982799994, - 33.90224893200008 - ], - [ - -117.50889620799995, - 33.90226144900004 - ], - [ - -117.50885533899998, - 33.902272166000046 - ], - [ - -117.50881415299995, - 33.90228199300003 - ], - [ - -117.50877267699997, - 33.90229093200003 - ], - [ - -117.50872771299998, - 33.902299553000034 - ], - [ - -117.50868572, - 33.90230661900006 - ], - [ - -117.50864352199994, - 33.902312780000045 - ], - [ - -117.50860114999995, - 33.902318026000046 - ], - [ - -117.50855862299994, - 33.90232235600007 - ], - [ - -117.50851598099996, - 33.90232576900007 - ], - [ - -117.50846995299997, - 33.902328416000046 - ], - [ - -117.50842715099998, - 33.90232991400006 - ], - [ - -117.50838431799997, - 33.902330488000075 - ], - [ - -117.50834147799998, - 33.902330137000035 - ], - [ - -117.50829756, - 33.90232882000004 - ], - [ - -117.50810226699997, - 33.90232051300006 - ], - [ - -117.50802087699998, - 33.90231709600005 - ], - [ - -117.50801102099996, - 33.90231649300006 - ], - [ - -117.50800121399999, - 33.902315454000075 - ], - [ - -117.50799148399994, - 33.90231398800006 - ], - [ - -117.50797868599994, - 33.90231136500006 - ], - [ - -117.50796924999997, - 33.902308909000055 - ], - [ - -117.50795998499996, - 33.90230603500004 - ], - [ - -117.50795091699996, - 33.902302760000055 - ], - [ - -117.50793916799995, - 33.90229777500008 - ], - [ - -117.50793065499994, - 33.90229358700003 - ], - [ - -117.50792241799996, - 33.90228902800004 - ], - [ - -117.50791190599995, - 33.90228240000005 - ], - [ - -117.50790440699996, - 33.90227703200003 - ], - [ - -117.50789726, - 33.90227133800005 - ], - [ - -117.50788831299997, - 33.90226326700002 - ], - [ - -117.50788206099998, - 33.902256883000064 - ], - [ - -117.50787524299994, - 33.90224903200004 - ], - [ - -117.50754531299998, - 33.901860413000065 - ], - [ - -117.50748347099994, - 33.90178683400006 - ], - [ - -117.50724283599999, - 33.90150052300004 - ], - [ - -117.50718339199994, - 33.90142779400003 - ], - [ - -117.506297454, - 33.90031331400007 - ], - [ - -117.50500310799998, - 33.89874333900008 - ], - [ - -117.50476705499995, - 33.89844939900007 - ], - [ - -117.50354296999996, - 33.89696900600006 - ], - [ - -117.50278005299998, - 33.89606257100007 - ], - [ - -117.50273927999996, - 33.896013366000034 - ], - [ - -117.50138770199999, - 33.89436187700005 - ], - [ - -117.50123902299998, - 33.89418020700003 - ], - [ - -117.50108803499995, - 33.89399571600006 - ], - [ - -117.50107910299994, - 33.89398480300002 - ], - [ - -117.50302136199997, - 33.89303369700008 - ], - [ - -117.50299458699999, - 33.89300016300007 - ], - [ - -117.50303434199998, - 33.892981279000026 - ], - [ - -117.50298134299999, - 33.89291151700007 - ], - [ - -117.50296572999997, - 33.892890968000074 - ], - [ - -117.50223652299997, - 33.891948900000045 - ], - [ - -117.50217652199996, - 33.89197555900006 - ], - [ - -117.50205424099994, - 33.89182240400004 - ], - [ - -117.50211381799994, - 33.89179580600006 - ], - [ - -117.501848871, - 33.891470138000045 - ], - [ - -117.50177248799997, - 33.891376156000035 - ], - [ - -117.50169640699994, - 33.891282337000064 - ], - [ - -117.50108808199997, - 33.89053367300005 - ], - [ - -117.50107953299994, - 33.89052532100004 - ], - [ - -117.50081459899997, - 33.89020153400003 - ], - [ - -117.50080062299998, - 33.890188075000026 - ], - [ - -117.50077039999996, - 33.890213008000046 - ], - [ - -117.50076976099996, - 33.89021355400007 - ], - [ - -117.50066715199995, - 33.89008502900003 - ], - [ - -117.50068904399996, - 33.890063449000024 - ], - [ - -117.50069424299994, - 33.89005857600006 - ], - [ - -117.50064395099997, - 33.88999735200008 - ], - [ - -117.50054740499996, - 33.88987981300005 - ], - [ - -117.50051790699996, - 33.88989668900007 - ], - [ - -117.500517845, - 33.88989661200003 - ], - [ - -117.50046229799995, - 33.88982557000003 - ], - [ - -117.50048747899996, - 33.889811215000066 - ], - [ - -117.50053358699995, - 33.889784931000065 - ], - [ - -117.50049006999996, - 33.88973036300007 - ], - [ - -117.50044445099996, - 33.88967315100007 - ], - [ - -117.50037443399998, - 33.889713194000024 - ], - [ - -117.50033780599995, - 33.88966634900004 - ], - [ - -117.50035009399994, - 33.88965931600006 - ], - [ - -117.50041597499995, - 33.88963744300003 - ], - [ - -117.50040730199999, - 33.88962656700005 - ], - [ - -117.50036963199994, - 33.889579327000035 - ], - [ - -117.50030947899995, - 33.88950389100006 - ], - [ - -117.50021536499997, - 33.889385867000044 - ], - [ - -117.50141842399995, - 33.888979508000034 - ], - [ - -117.50155998599996, - 33.888898545000075 - ], - [ - -117.50071394599996, - 33.887835884000026 - ], - [ - -117.50131859899994, - 33.88748933800008 - ], - [ - -117.50100973199994, - 33.88711469800006 - ], - [ - -117.50087639499998, - 33.886952964000045 - ], - [ - -117.50066770499996, - 33.886699831000044 - ], - [ - -117.50045657099997, - 33.88644373000005 - ], - [ - -117.50037454299996, - 33.886344233000045 - ], - [ - -117.500331239, - 33.886291707000055 - ], - [ - -117.5001350799999, - 33.88605376600003 - ], - [ - -117.50002004299995, - 33.88591422800005 - ], - [ - -117.49991224299998, - 33.88578346600008 - ], - [ - -117.49979916299998, - 33.885646301000065 - ], - [ - -117.499711086, - 33.885539461000064 - ], - [ - -117.49967905299997, - 33.88550060600005 - ], - [ - -117.49955801799996, - 33.88535378700004 - ], - [ - -117.49944112799994, - 33.885212 - ], - [ - -117.49932008199994, - 33.88506516700005 - ], - [ - -117.49920373099997, - 33.88492402900005 - ], - [ - -117.49909093599996, - 33.884787207000045 - ], - [ - -117.49897328499998, - 33.884644491000074 - ], - [ - -117.49885579799997, - 33.884501974000045 - ], - [ - -117.49874173099994, - 33.88436360600008 - ], - [ - -117.49862591999994, - 33.88422312000006 - ], - [ - -117.49851198299996, - 33.884084907000044 - ], - [ - -117.49840501799997, - 33.883955153000045 - ], - [ - -117.49839150399998, - 33.88393890700007 - ], - [ - -117.49827529999999, - 33.883799200000055 - ], - [ - -117.49816154599995, - 33.88366244100007 - ], - [ - -117.49804110799994, - 33.88351764300006 - ], - [ - -117.49792710099996, - 33.88338057800007 - ], - [ - -117.49784160099995, - 33.88327778800004 - ], - [ - -117.49760286399999, - 33.88299076200008 - ], - [ - -117.497600579, - 33.88299277400006 - ], - [ - -117.49698547799994, - 33.883534019000024 - ], - [ - -117.49678916099998, - 33.88367147100007 - ], - [ - -117.49667895199997, - 33.88372984100005 - ], - [ - -117.49666732699995, - 33.88373460200006 - ], - [ - -117.49654669999995, - 33.883786900000075 - ], - [ - -117.49602963599995, - 33.883958144000076 - ], - [ - -117.49573133699994, - 33.884056937000025 - ], - [ - -117.49527784799994, - 33.88431648200003 - ], - [ - -117.49510639199997, - 33.884460345000036 - ], - [ - -117.49487279699997, - 33.884753518000025 - ], - [ - -117.49428468299999, - 33.88549162000004 - ], - [ - -117.49428471799996, - 33.88549333800006 - ], - [ - -117.49421086099994, - 33.88579350100008 - ], - [ - -117.49423125499999, - 33.885888926000064 - ], - [ - -117.49430320699997, - 33.88622561300008 - ], - [ - -117.49432546499997, - 33.88632976300005 - ], - [ - -117.49429839099997, - 33.88652904400004 - ], - [ - -117.49415982099998, - 33.88669296100005 - ], - [ - -117.49395796799996, - 33.886825172000044 - ], - [ - -117.49380393599995, - 33.88688490200008 - ], - [ - -117.49374719399998, - 33.88688059800006 - ], - [ - -117.49373652099996, - 33.88687979000008 - ], - [ - -117.49372584799994, - 33.88687898100005 - ], - [ - -117.49370805899997, - 33.88687763200005 - ], - [ - -117.49369382799995, - 33.886876554000025 - ], - [ - -117.493634768, - 33.88687207600003 - ], - [ - -117.49358176199996, - 33.88686020700004 - ], - [ - -117.49352049799995, - 33.886846486000024 - ], - [ - -117.49313009699995, - 33.886759064000046 - ], - [ - -117.49313005299996, - 33.88675905300005 - ], - [ - -117.49304156499994, - 33.886739239000065 - ], - [ - -117.49290845999997, - 33.88677086300004 - ], - [ - -117.49285743899998, - 33.886782983000046 - ], - [ - -117.49254735899996, - 33.88699408000008 - ], - [ - -117.49254728199998, - 33.88699398700004 - ], - [ - -117.491762898, - 33.88604202100004 - ], - [ - -117.49044315799995, - 33.886799567000025 - ], - [ - -117.48699042199996, - 33.88787642500006 - ], - [ - -117.48650672099996, - 33.88778201200006 - ], - [ - -117.48650674599998, - 33.88778197900007 - ], - [ - -117.48650677399996, - 33.887781946000075 - ], - [ - -117.48434773399998, - 33.88737783900007 - ], - [ - -117.48427994399998, - 33.88733060200008 - ], - [ - -117.48427959399999, - 33.887330356000064 - ], - [ - -117.48410727599997, - 33.88721028000003 - ], - [ - -117.48233486, - 33.886616993000075 - ], - [ - -117.48233446199998, - 33.88661686000006 - ], - [ - -117.48122452999996, - 33.886809784000036 - ], - [ - -117.48076310099998, - 33.88653900600008 - ], - [ - -117.48026869999995, - 33.88624887100008 - ], - [ - -117.48000089499999, - 33.88609171200005 - ], - [ - -117.47988802599997, - 33.88593608100007 - ], - [ - -117.47934078599997, - 33.88518151100004 - ], - [ - -117.47814692099996, - 33.88487488800007 - ], - [ - -117.47732780499996, - 33.884664506000036 - ], - [ - -117.47732776799995, - 33.88466449600003 - ], - [ - -117.47718946999998, - 33.884156811000025 - ], - [ - -117.47710507399995, - 33.88384699900007 - ], - [ - -117.47710504999998, - 33.88384690600003 - ], - [ - -117.47747911799996, - 33.882261432000064 - ], - [ - -117.47599394099996, - 33.88171293500005 - ], - [ - -117.47579848199996, - 33.88183011700005 - ], - [ - -117.47579604999999, - 33.881831576000025 - ], - [ - -117.47500001099996, - 33.882308814000055 - ], - [ - -117.47481274599994, - 33.88241985700006 - ], - [ - -117.47454934499996, - 33.882603509000035 - ], - [ - -117.47405563499996, - 33.88292634900006 - ], - [ - -117.47404876299998, - 33.882935443000065 - ], - [ - -117.474039888, - 33.88294718800006 - ], - [ - -117.47403101199995, - 33.882958933000054 - ], - [ - -117.47401282499999, - 33.882983 - ], - [ - -117.47399463799997, - 33.88300706500007 - ], - [ - -117.47397628199997, - 33.88303135600006 - ], - [ - -117.473958096, - 33.88305542000006 - ], - [ - -117.47392832, - 33.88309482000005 - ], - [ - -117.47390996599995, - 33.88311910700003 - ], - [ - -117.47387419299997, - 33.883107308000035 - ], - [ - -117.47387411299997, - 33.883107282000026 - ], - [ - -117.473857249, - 33.88310172000007 - ], - [ - -117.4738405, - 33.883096195000064 - ], - [ - -117.47380404799998, - 33.88308417200005 - ], - [ - -117.47375679599998, - 33.88307895100007 - ], - [ - -117.473724942, - 33.88307174200003 - ], - [ - -117.47372448899995, - 33.88307163800005 - ], - [ - -117.47369017499994, - 33.88306387100005 - ], - [ - -117.47365771199998, - 33.88305652200006 - ], - [ - -117.47362270399998, - 33.88304859800007 - ], - [ - -117.47358769699997, - 33.88304067300004 - ], - [ - -117.47355332199999, - 33.883032892000074 - ], - [ - -117.47350553499996, - 33.883012577000045 - ], - [ - -117.47347504199996, - 33.88299961400003 - ], - [ - -117.47344454399996, - 33.88298665000008 - ], - [ - -117.473421896, - 33.882977022000034 - ], - [ - -117.47342146699998, - 33.88297683900004 - ], - [ - -117.47341026799995, - 33.88297207900007 - ], - [ - -117.47336140999994, - 33.88295130900008 - ], - [ - -117.473297458, - 33.882941509000034 - ], - [ - -117.47326420899998, - 33.882936416000064 - ], - [ - -117.47325231699995, - 33.88293459300007 - ], - [ - -117.47323096099996, - 33.88293132200005 - ], - [ - -117.47319079099998, - 33.88292516700005 - ], - [ - -117.47314514499999, - 33.882906122000065 - ], - [ - -117.473114534, - 33.882893351000064 - ], - [ - -117.47307870299994, - 33.88287840100003 - ], - [ - -117.47307669399999, - 33.88287713600005 - ], - [ - -117.47303897999996, - 33.88285342000006 - ], - [ - -117.47303880099997, - 33.88285330600007 - ], - [ - -117.47302966299998, - 33.88284756000007 - ], - [ - -117.47301924399994, - 33.882841007000025 - ], - [ - -117.47301243499999, - 33.88283672500006 - ], - [ - -117.47301193799996, - 33.882836413000064 - ], - [ - -117.47298525999997, - 33.88281963600008 - ], - [ - -117.47295712, - 33.882801940000036 - ], - [ - -117.47292843099996, - 33.88278389800007 - ], - [ - -117.472899741, - 33.88276585700004 - ], - [ - -117.47287160299999, - 33.88274816100005 - ], - [ - -117.472843464, - 33.882730464000076 - ], - [ - -117.47283093399994, - 33.88272258400008 - ], - [ - -117.472815874, - 33.88271311400007 - ], - [ - -117.472799824, - 33.882703020000065 - ], - [ - -117.47278905299999, - 33.88269624700007 - ], - [ - -117.47278349699997, - 33.882692752000025 - ], - [ - -117.47275819499998, - 33.882676840000045 - ], - [ - -117.47272301699996, - 33.882664387000034 - ], - [ - -117.47268162799998, - 33.882649737000065 - ], - [ - -117.47264495099995, - 33.88263675400003 - ], - [ - -117.47261387699996, - 33.88262575500005 - ], - [ - -117.47258058799997, - 33.88261397200006 - ], - [ - -117.47254871899997, - 33.882602691000045 - ], - [ - -117.47251759099998, - 33.882591672000046 - ], - [ - -117.47251724899996, - 33.882591552000065 - ], - [ - -117.47248402599996, - 33.88257979200006 - ], - [ - -117.47244381599995, - 33.88258422200005 - ], - [ - -117.47240991099994, - 33.882587958000045 - ], - [ - -117.47237600199998, - 33.88259169400004 - ], - [ - -117.47234209599998, - 33.88259543000004 - ], - [ - -117.47230819099997, - 33.882599166000034 - ], - [ - -117.47229225499996, - 33.88260092200005 - ], - [ - -117.47229143699997, - 33.882601012000066 - ], - [ - -117.47227428099995, - 33.88260290200003 - ], - [ - -117.47226583399998, - 33.882603833000076 - ], - [ - -117.47225261999995, - 33.882605289000026 - ], - [ - -117.47223176899996, - 33.88260758600006 - ], - [ - -117.47221194899998, - 33.882609770000045 - ], - [ - -117.47220329699996, - 33.88263105900006 - ], - [ - -117.47219941799995, - 33.88264060500006 - ], - [ - -117.47219512999999, - 33.882651157000055 - ], - [ - -117.472190679, - 33.882662108000034 - ], - [ - -117.47218921099994, - 33.88266572200007 - ], - [ - -117.47218824599997, - 33.88266809800007 - ], - [ - -117.472186535, - 33.88267230900004 - ], - [ - -117.47218249999997, - 33.88268223700004 - ], - [ - -117.47218175199998, - 33.88268407600003 - ], - [ - -117.47218142399998, - 33.88268488600005 - ], - [ - -117.472176263, - 33.882697585000074 - ], - [ - -117.472169652, - 33.882683953000026 - ], - [ - -117.47216658399998, - 33.882677630000046 - ], - [ - -117.47216268399995, - 33.88266958600008 - ], - [ - -117.472159595, - 33.88266322000004 - ], - [ - -117.47215748099995, - 33.88265885800007 - ], - [ - -117.47215746799998, - 33.88265883200006 - ], - [ - -117.47215745499994, - 33.88265880500006 - ], - [ - -117.47215411099995, - 33.88265191000005 - ], - [ - -117.47215310599995, - 33.88264983500005 - ], - [ - -117.47215037199999, - 33.882644199000026 - ], - [ - -117.47214479799999, - 33.88263270400006 - ], - [ - -117.47214075499994, - 33.88262437000003 - ], - [ - -117.472137735, - 33.88261814200007 - ], - [ - -117.47213215499994, - 33.88260663500006 - ], - [ - -117.47212811399999, - 33.882598302000076 - ], - [ - -117.47212270299997, - 33.88258714600005 - ], - [ - -117.47211968699997, - 33.882580930000074 - ], - [ - -117.47211674, - 33.88257485100007 - ], - [ - -117.47210962599996, - 33.88256018000004 - ], - [ - -117.47210725699995, - 33.88255529600008 - ], - [ - -117.472100706, - 33.88254178500006 - ], - [ - -117.47209466599998, - 33.88252933100006 - ], - [ - -117.47209379699996, - 33.88252753800003 - ], - [ - -117.472085586, - 33.88251060700003 - ], - [ - -117.472081786, - 33.882502772000066 - ], - [ - -117.47207496399994, - 33.88248869600005 - ], - [ - -117.47207433199998, - 33.882487393000076 - ], - [ - -117.47207270599995, - 33.88248403800003 - ], - [ - -117.47206561699994, - 33.882469412000034 - ], - [ - -117.47206558799996, - 33.88246937100007 - ], - [ - -117.4720534, - 33.88246078200007 - ], - [ - -117.47203951399996, - 33.882450996000046 - ], - [ - -117.47202783199998, - 33.882442765000064 - ], - [ - -117.47201334199997, - 33.88243255200007 - ], - [ - -117.47199948099995, - 33.88242278400003 - ], - [ - -117.47198764299998, - 33.88241444000005 - ], - [ - -117.47197369399998, - 33.88240461100003 - ], - [ - -117.47195994099997, - 33.882394917000056 - ], - [ - -117.471947646, - 33.88238625400004 - ], - [ - -117.47193382899997, - 33.88237651600008 - ], - [ - -117.47192163399995, - 33.882367921000025 - ], - [ - -117.47164672599996, - 33.88271611000005 - ], - [ - -117.47162393599996, - 33.882744943000034 - ], - [ - -117.47157711399996, - 33.88280418000005 - ], - [ - -117.47155859199995, - 33.88282752900005 - ], - [ - -117.47119382299996, - 33.88328973200004 - ], - [ - -117.47118756599997, - 33.883297662000075 - ], - [ - -117.47105125399997, - 33.88347032300004 - ], - [ - -117.47139206299994, - 33.883519884000066 - ], - [ - -117.47139204999996, - 33.88351990800004 - ], - [ - -117.4712243, - 33.88388634000006 - ], - [ - -117.47111611499997, - 33.88412264500005 - ], - [ - -117.47111591399994, - 33.884123085000056 - ], - [ - -117.47111590499998, - 33.88412312500003 - ], - [ - -117.47111226399994, - 33.88419582800003 - ], - [ - -117.471103471, - 33.88437119400004 - ], - [ - -117.47110214199995, - 33.88439760400007 - ], - [ - -117.47116949899998, - 33.88471671100007 - ], - [ - -117.47119104199999, - 33.88481876700007 - ], - [ - -117.47119881799995, - 33.88485560200007 - ], - [ - -117.47123914099996, - 33.884834828000066 - ], - [ - -117.47126229299994, - 33.88482290300004 - ], - [ - -117.47126287299994, - 33.88482260200004 - ], - [ - -117.47126901699994, - 33.88481943900007 - ], - [ - -117.47128908399998, - 33.88480910000004 - ], - [ - -117.47129189399999, - 33.88480765400004 - ], - [ - -117.47129624799999, - 33.884805408000034 - ], - [ - -117.47130309199997, - 33.88480188700004 - ], - [ - -117.47130531999994, - 33.884800737000035 - ], - [ - -117.47131063199998, - 33.884798 - ], - [ - -117.47131853899998, - 33.88479392800008 - ], - [ - -117.471322494, - 33.88479189100008 - ], - [ - -117.47132390299998, - 33.884791164000035 - ], - [ - -117.47133349399996, - 33.88478622500003 - ], - [ - -117.47133604199996, - 33.884784910000064 - ], - [ - -117.47134657599997, - 33.88477948600007 - ], - [ - -117.47134873199997, - 33.884778373000074 - ], - [ - -117.47135266999999, - 33.884776346000024 - ], - [ - -117.47136155799996, - 33.884771767000075 - ], - [ - -117.47136169199996, - 33.884771697000076 - ], - [ - -117.471382969, - 33.88476073500004 - ], - [ - -117.47138494999996, - 33.884759718000055 - ], - [ - -117.47138649199997, - 33.88475892200006 - ], - [ - -117.47141340499996, - 33.88474505800008 - ], - [ - -117.47141410699999, - 33.88474469800008 - ], - [ - -117.47141488899996, - 33.884744296000065 - ], - [ - -117.47144243499997, - 33.88473010300004 - ], - [ - -117.47144251699996, - 33.884730062000074 - ], - [ - -117.47144329699995, - 33.88472966100005 - ], - [ - -117.471471684, - 33.88471503900007 - ], - [ - -117.47150318999996, - 33.88469880900004 - ], - [ - -117.471517754, - 33.88469130500005 - ], - [ - -117.47151869499999, - 33.88469082000006 - ], - [ - -117.471546537, - 33.884676478000074 - ], - [ - -117.47154702399996, - 33.88467622600007 - ], - [ - -117.47157509799996, - 33.88466176500003 - ], - [ - -117.47161026599997, - 33.884643650000044 - ], - [ - -117.47161071199997, - 33.88464342200007 - ], - [ - -117.47161411499997, - 33.88464166500006 - ], - [ - -117.47161603399996, - 33.88464067900003 - ], - [ - -117.47163904899998, - 33.88462882300007 - ], - [ - -117.47164009599999, - 33.88462828200005 - ], - [ - -117.47166859899994, - 33.88461360100007 - ], - [ - -117.47166946699997, - 33.88461315400008 - ], - [ - -117.47169830999997, - 33.884598295000046 - ], - [ - -117.47172018199996, - 33.88462522400005 - ], - [ - -117.47172103999998, - 33.88462627500007 - ], - [ - -117.47173957899997, - 33.88464910500005 - ], - [ - -117.471762335, - 33.884677123000074 - ], - [ - -117.47178187499998, - 33.88470117800006 - ], - [ - -117.47180285699994, - 33.88472700900007 - ], - [ - -117.47180407399998, - 33.88472851100005 - ], - [ - -117.47182167399995, - 33.88475017500008 - ], - [ - -117.47182346799997, - 33.884752383000034 - ], - [ - -117.47185073799994, - 33.88478590900007 - ], - [ - -117.47185362399995, - 33.88478945900005 - ], - [ - -117.47186941999996, - 33.884808848000034 - ], - [ - -117.47187249799998, - 33.88481262600004 - ], - [ - -117.47187426399995, - 33.88481479400008 - ], - [ - -117.47188809399995, - 33.88483177000006 - ], - [ - -117.47189176999996, - 33.88483628400007 - ], - [ - -117.47189813799997, - 33.884844104000024 - ], - [ - -117.47190703999996, - 33.88485503700008 - ], - [ - -117.47191658999998, - 33.88486678400005 - ], - [ - -117.471923517, - 33.88487529900004 - ], - [ - -117.47192373299998, - 33.88487556500007 - ], - [ - -117.47193848799998, - 33.88489371400004 - ], - [ - -117.47194256199998, - 33.88489872200006 - ], - [ - -117.47195751299995, - 33.88491711000006 - ], - [ - -117.47196181099997, - 33.88492239800007 - ], - [ - -117.47197684399998, - 33.88494088900006 - ], - [ - -117.47199471099998, - 33.88496296400007 - ], - [ - -117.471994898, - 33.884963199000026 - ], - [ - -117.47199586599999, - 33.884964393000075 - ], - [ - -117.47201444299998, - 33.88498734600006 - ], - [ - -117.47201489799994, - 33.88498790600005 - ], - [ - -117.47203366599996, - 33.88501109600003 - ], - [ - -117.47203381599996, - 33.88501128300004 - ], - [ - -117.47205274599997, - 33.88503467000004 - ], - [ - -117.47208499899995, - 33.885074194000026 - ], - [ - -117.47208738699999, - 33.88507711700004 - ], - [ - -117.47210407499995, - 33.885097571000074 - ], - [ - -117.47210668199995, - 33.88510076500006 - ], - [ - -117.47212503099996, - 33.88512324900006 - ], - [ - -117.47212556399995, - 33.88512390200003 - ], - [ - -117.47214430699995, - 33.88514686700006 - ], - [ - -117.47216389299996, - 33.88517096000004 - ], - [ - -117.47216655799997, - 33.885174240000026 - ], - [ - -117.47218365899994, - 33.88519527200003 - ], - [ - -117.47218580699996, - 33.88519791500005 - ], - [ - -117.47220342299994, - 33.88521958200005 - ], - [ - -117.47220546999995, - 33.88522210100007 - ], - [ - -117.47222318999997, - 33.88524389300005 - ], - [ - -117.47222511599995, - 33.885246264000045 - ], - [ - -117.47224382999997, - 33.885269279000056 - ], - [ - -117.47226889599995, - 33.88530011000006 - ], - [ - -117.47227059399995, - 33.88530220200005 - ], - [ - -117.472288559, - 33.88532429700007 - ], - [ - -117.472289618, - 33.885325601000034 - ], - [ - -117.47230738899998, - 33.88534745800007 - ], - [ - -117.47230864199997, - 33.88534899900003 - ], - [ - -117.47232705299996, - 33.88537164600007 - ], - [ - -117.47232728399996, - 33.885371930000076 - ], - [ - -117.47234603799996, - 33.88539499500007 - ], - [ - -117.47237291599998, - 33.88542805800006 - ], - [ - -117.472373587, - 33.88542888100005 - ], - [ - -117.47239260999999, - 33.88545227900005 - ], - [ - -117.47239297899995, - 33.88545273500006 - ], - [ - -117.47239671799997, - 33.885457330000065 - ], - [ - -117.47241127299998, - 33.88547523200003 - ], - [ - -117.47241180999998, - 33.88547589500007 - ], - [ - -117.47243066399994, - 33.88549908600004 - ], - [ - -117.47245274899996, - 33.885526248000076 - ], - [ - -117.47246202799994, - 33.88553765700004 - ], - [ - -117.47247241399998, - 33.88555043500003 - ], - [ - -117.472480669, - 33.88556059100006 - ], - [ - -117.472492892, - 33.88557562600005 - ], - [ - -117.47249933299997, - 33.88558354200006 - ], - [ - -117.47251295499996, - 33.88560030000008 - ], - [ - -117.47251873399995, - 33.885607410000034 - ], - [ - -117.47253264199998, - 33.88562451200005 - ], - [ - -117.47253739899998, - 33.885630363000075 - ], - [ - -117.47255130399998, - 33.88564747000004 - ], - [ - -117.47256574399995, - 33.88566522700006 - ], - [ - -117.47258259499995, - 33.88568595800007 - ], - [ - -117.47258438499995, - 33.885688155000025 - ], - [ - -117.47260342699997, - 33.88571157900003 - ], - [ - -117.472604704, - 33.885713149000026 - ], - [ - -117.47262249, - 33.88573502400004 - ], - [ - -117.47262476799995, - 33.885737824000046 - ], - [ - -117.47264115099995, - 33.885757976000036 - ], - [ - -117.47264606099998, - 33.88576401800003 - ], - [ - -117.47265975699997, - 33.88578086100006 - ], - [ - -117.472666576, - 33.88578925000007 - ], - [ - -117.47268463799998, - 33.88581170200007 - ], - [ - -117.47268559799994, - 33.885812894000026 - ], - [ - -117.47270364299999, - 33.88583532600006 - ], - [ - -117.47270588499998, - 33.88583811600006 - ], - [ - -117.47272217199998, - 33.88585836100003 - ], - [ - -117.47272584299998, - 33.88586292700006 - ], - [ - -117.47274061699994, - 33.88588129300007 - ], - [ - -117.47274461699999, - 33.88588627100006 - ], - [ - -117.47275974899998, - 33.88590510900008 - ], - [ - -117.47277417899994, - 33.88592287400007 - ], - [ - -117.47277421399997, - 33.88592291800006 - ], - [ - -117.47277831199995, - 33.885927964000075 - ], - [ - -117.472781968, - 33.88593246200003 - ], - [ - -117.472785005, - 33.88593620300003 - ], - [ - -117.47278699799995, - 33.885938656000064 - ], - [ - -117.47278197699995, - 33.885941856000045 - ], - [ - -117.47277707199999, - 33.88594498400005 - ], - [ - -117.47277591999995, - 33.88594571700003 - ], - [ - -117.47276539999996, - 33.88595242500003 - ], - [ - -117.47276403099994, - 33.88595329700007 - ], - [ - -117.472762505, - 33.88595427100006 - ], - [ - -117.47276247099995, - 33.885954292000065 - ], - [ - -117.47275646699995, - 33.885958119000065 - ], - [ - -117.47275523399998, - 33.88595890800008 - ], - [ - -117.47275194899998, - 33.885961002000045 - ], - [ - -117.47274817099998, - 33.885963409000055 - ], - [ - -117.47274166099999, - 33.88596755800006 - ], - [ - -117.47273646099995, - 33.885970874000066 - ], - [ - -117.47273237299999, - 33.88597347900003 - ], - [ - -117.47272828499996, - 33.88597608500004 - ], - [ - -117.47272368299997, - 33.885979021000026 - ], - [ - -117.47271959699998, - 33.885981625000056 - ], - [ - -117.47271661699995, - 33.88598352400004 - ], - [ - -117.47271304599997, - 33.88598580100006 - ], - [ - -117.47270653699997, - 33.88598995000007 - ], - [ - -117.47270149599996, - 33.88599316500006 - ], - [ - -117.472694865, - 33.88599739500006 - ], - [ - -117.47269133599997, - 33.88599964100007 - ], - [ - -117.47268494099995, - 33.88600371700005 - ], - [ - -117.47268212899996, - 33.88600551400003 - ], - [ - -117.47268017899995, - 33.886006757000075 - ], - [ - -117.47267465799996, - 33.88601027200008 - ], - [ - -117.47266723499996, - 33.886014997000075 - ], - [ - -117.47266520899996, - 33.886016287000075 - ], - [ - -117.47265847699998, - 33.886020572000064 - ], - [ - -117.47250725699996, - 33.886116843000025 - ], - [ - -117.47246107799998, - 33.88614624200005 - ], - [ - -117.472431181, - 33.88617602900007 - ], - [ - -117.472411422, - 33.88619571600003 - ], - [ - -117.472404042, - 33.88620307000008 - ], - [ - -117.472378672, - 33.88622834600005 - ], - [ - -117.47233525399997, - 33.88627160400006 - ], - [ - -117.47228701499995, - 33.88631966500003 - ], - [ - -117.47224730599999, - 33.88635922800006 - ], - [ - -117.47218904399995, - 33.88641727500004 - ], - [ - -117.47213078299995, - 33.886475321000034 - ], - [ - -117.47208501699998, - 33.88652091800003 - ], - [ - -117.47203856799996, - 33.886567196000044 - ], - [ - -117.47201704399998, - 33.88658864000007 - ], - [ - -117.47198384599994, - 33.88662171500005 - ], - [ - -117.471948549, - 33.88665688000003 - ], - [ - -117.471822869, - 33.88678209500006 - ], - [ - -117.47178714899997, - 33.88681768400005 - ], - [ - -117.47176432599997, - 33.886840421000045 - ], - [ - -117.47174128399996, - 33.88686338000008 - ], - [ - -117.47171645499998, - 33.88688811700007 - ], - [ - -117.47169551499996, - 33.886908979000054 - ], - [ - -117.47165522399996, - 33.88694912100004 - ], - [ - -117.47162497999994, - 33.88697925300005 - ], - [ - -117.47158668299994, - 33.88701740800008 - ], - [ - -117.47156786299996, - 33.88703616000004 - ], - [ - -117.47148006799995, - 33.88712362600006 - ], - [ - -117.47143472199997, - 33.887168804000055 - ], - [ - -117.471432602, - 33.88717091600006 - ], - [ - -117.47135500499996, - 33.887248225000064 - ], - [ - -117.47127906499998, - 33.88732388400007 - ], - [ - -117.47127830499994, - 33.88732464000003 - ], - [ - -117.47119989, - 33.88740276500005 - ], - [ - -117.47112206999998, - 33.887480296000035 - ], - [ - -117.47103032599995, - 33.88751447800007 - ], - [ - -117.470923369, - 33.88755432700003 - ], - [ - -117.47083318499995, - 33.88758792800007 - ], - [ - -117.47074438799996, - 33.88762101100008 - ], - [ - -117.47066453199994, - 33.88765076300007 - ], - [ - -117.47058140499996, - 33.88768173400007 - ], - [ - -117.47047751699995, - 33.887720440000066 - ], - [ - -117.47046434299995, - 33.88772534800006 - ], - [ - -117.47041233899995, - 33.88774472400007 - ], - [ - -117.47037068799995, - 33.88776024200007 - ], - [ - -117.47032903999997, - 33.88777575900008 - ], - [ - -117.47026157699997, - 33.887800894000065 - ], - [ - -117.470174709, - 33.88783325900005 - ], - [ - -117.47014162, - 33.887845586000026 - ], - [ - -117.47004943499996, - 33.88787993300008 - ], - [ - -117.46994679099998, - 33.88791817300006 - ], - [ - -117.46990514199996, - 33.88793369100006 - ], - [ - -117.46990155999998, - 33.88793502600004 - ], - [ - -117.46987205499994, - 33.88794601800004 - ], - [ - -117.46986897499994, - 33.88794716500007 - ], - [ - -117.46983896299997, - 33.88795834600006 - ], - [ - -117.46983638399996, - 33.887959307000074 - ], - [ - -117.46980379699994, - 33.88797144800003 - ], - [ - -117.46980217, - 33.887972054000045 - ], - [ - -117.469761673, - 33.88798714200004 - ], - [ - -117.46964317899995, - 33.888031288000036 - ], - [ - -117.46955342799998, - 33.88806472700003 - ], - [ - -117.46944389199996, - 33.88810553600007 - ], - [ - -117.46935259099996, - 33.88813955100005 - ], - [ - -117.46925729999998, - 33.888175053000055 - ], - [ - -117.46913909199998, - 33.88821909200004 - ], - [ - -117.46907541999997, - 33.88824281300003 - ], - [ - -117.46889713099995, - 33.888309234000076 - ], - [ - -117.46871711499995, - 33.88837630100005 - ], - [ - -117.46854236899998, - 33.88844140300006 - ], - [ - -117.46845137399998, - 33.888475303000064 - ], - [ - -117.46836247199997, - 33.88850842200003 - ], - [ - -117.46827136099995, - 33.888542365000035 - ], - [ - -117.46818237999997, - 33.88857551500007 - ], - [ - -117.46809249599994, - 33.88860900200007 - ], - [ - -117.46799968699997, - 33.888643579000075 - ], - [ - -117.46790392199995, - 33.88867925400007 - ], - [ - -117.467817186, - 33.88871156700003 - ], - [ - -117.46777050799994, - 33.88872895700007 - ], - [ - -117.46766129799994, - 33.88876964200006 - ], - [ - -117.46758924899996, - 33.88879648400007 - ], - [ - -117.46755130399998, - 33.88881062000007 - ], - [ - -117.46751335699997, - 33.888824757000066 - ], - [ - -117.467430644, - 33.88885557100008 - ], - [ - -117.46739952299998, - 33.88886716500008 - ], - [ - -117.46736643099996, - 33.88887949200006 - ], - [ - -117.46732963899996, - 33.88889319800006 - ], - [ - -117.46729654999996, - 33.88890552500004 - ], - [ - -117.467272171, - 33.88891460700006 - ], - [ - -117.467263458, - 33.888917853000066 - ], - [ - -117.467239582, - 33.88892674700003 - ], - [ - -117.46723036699996, - 33.888930180000045 - ], - [ - -117.46719727899995, - 33.888942507000024 - ], - [ - -117.46707521899998, - 33.888987978000046 - ], - [ - -117.467003848, - 33.88901456700006 - ], - [ - -117.46696960699995, - 33.88902732300005 - ], - [ - -117.46696779299998, - 33.889027998000074 - ], - [ - -117.46696756699998, - 33.88902808300003 - ], - [ - -117.46693682299997, - 33.88903953600004 - ], - [ - -117.46693166299997, - 33.889041458000065 - ], - [ - -117.46691950299999, - 33.88904598900007 - ], - [ - -117.466910838, - 33.889049217000036 - ], - [ - -117.46690653599995, - 33.88905081900003 - ], - [ - -117.46689001199996, - 33.88905697400003 - ], - [ - -117.46687625099997, - 33.889062101000036 - ], - [ - -117.46686062999999, - 33.88906792100005 - ], - [ - -117.46684602, - 33.88907336300008 - ], - [ - -117.46683980199998, - 33.889075680000076 - ], - [ - -117.46681557599999, - 33.88908470500007 - ], - [ - -117.46681041499994, - 33.88908662700004 - ], - [ - -117.46678959199994, - 33.88909438400003 - ], - [ - -117.46678453799996, - 33.88909626700007 - ], - [ - -117.46676374799995, - 33.889104012000075 - ], - [ - -117.46675426499996, - 33.88910754500006 - ], - [ - -117.46670258899996, - 33.88912679600003 - ], - [ - -117.46666949499996, - 33.88913912400005 - ], - [ - -117.46663640799994, - 33.88915145000004 - ], - [ - -117.46659475699994, - 33.88916696600006 - ], - [ - -117.46655681199996, - 33.889181102000066 - ], - [ - -117.46646940999995, - 33.88921366100004 - ], - [ - -117.46639391499997, - 33.889241785000024 - ], - [ - -117.46635596999994, - 33.88925592100003 - ], - [ - -117.46631952599995, - 33.88926949700004 - ], - [ - -117.46630575999995, - 33.88927462500004 - ], - [ - -117.46623842899999, - 33.88929970800007 - ], - [ - -117.46620179499996, - 33.88931335500007 - ], - [ - -117.46620151399998, - 33.88931346000004 - ], - [ - -117.46617331099998, - 33.889323965000074 - ], - [ - -117.46616662899999, - 33.88932645500006 - ], - [ - -117.46614605099995, - 33.88933412000006 - ], - [ - -117.466138006, - 33.889337117000025 - ], - [ - -117.46613623299999, - 33.889337778000026 - ], - [ - -117.46612714199995, - 33.889341165000076 - ], - [ - -117.46611718099996, - 33.88934487500006 - ], - [ - -117.46610611899996, - 33.88934899700007 - ], - [ - -117.46609206499994, - 33.88935423100003 - ], - [ - -117.46608409199996, - 33.88935720100005 - ], - [ - -117.46604729699999, - 33.889370909000036 - ], - [ - -117.46601050199996, - 33.88938461600003 - ], - [ - -117.46597741199997, - 33.889396942000076 - ], - [ - -117.46588151799995, - 33.88943266500007 - ], - [ - -117.46579368899995, - 33.88946538300007 - ], - [ - -117.46575574399998, - 33.889479519000076 - ], - [ - -117.46573113899996, - 33.88948868500006 - ], - [ - -117.46571779899995, - 33.889493654000034 - ], - [ - -117.46567614699995, - 33.889509169000064 - ], - [ - -117.46563820199998, - 33.88952330500007 - ], - [ - -117.46555818299998, - 33.88955311400008 - ], - [ - -117.46546534299995, - 33.88958769900006 - ], - [ - -117.46543225099998, - 33.88960002500005 - ], - [ - -117.46540744999999, - 33.88960926400006 - ], - [ - -117.46539060099997, - 33.88961554100007 - ], - [ - -117.46537486499994, - 33.889621403000035 - ], - [ - -117.46535265499995, - 33.88962967600003 - ], - [ - -117.46534227499995, - 33.88963354300006 - ], - [ - -117.46531956399997, - 33.88964200400005 - ], - [ - -117.46530208899998, - 33.889648513000054 - ], - [ - -117.46528647399998, - 33.88965433000004 - ], - [ - -117.46526950099997, - 33.88966065200003 - ], - [ - -117.4652485299999, - 33.88966846400007 - ], - [ - -117.46523691299996, - 33.889672792000056 - ], - [ - -117.46521543699998, - 33.889680792000036 - ], - [ - -117.46520432499995, - 33.88968493100003 - ], - [ - -117.46518482999994, - 33.88969219400008 - ], - [ - -117.46517749099996, - 33.88969492700005 - ], - [ - -117.46517173499996, - 33.88969707100006 - ], - [ - -117.46513954399995, - 33.889709063000055 - ], - [ - -117.46501667599995, - 33.88975483200005 - ], - [ - -117.464999832, - 33.88973426100006 - ], - [ - -117.46495877899997, - 33.88968412000003 - ], - [ - -117.46493959599997, - 33.889660691000074 - ], - [ - -117.46490461599996, - 33.88961796600006 - ], - [ - -117.46488210599995, - 33.889590473000055 - ], - [ - -117.46485209399998, - 33.889553815000056 - ], - [ - -117.46482958299998, - 33.88952632300004 - ], - [ - -117.46349004499996, - 33.887890165000044 - ], - [ - -117.46144941299997, - 33.88538115800003 - ], - [ - -117.46131469399995, - 33.885226757000055 - ], - [ - -117.46112045499996, - 33.88502003800005 - ], - [ - -117.46091956699996, - 33.88482335700007 - ], - [ - -117.460745036, - 33.88466470100008 - ], - [ - -117.45841297599998, - 33.886008695000044 - ], - [ - -117.45719118099998, - 33.88673115600005 - ], - [ - -117.454114243, - 33.88851826200005 - ], - [ - -117.45411469099997, - 33.88839856300007 - ], - [ - -117.45411865899996, - 33.887368593000076 - ], - [ - -117.45227749199995, - 33.88732616500005 - ], - [ - -117.45221795899994, - 33.88732479200007 - ], - [ - -117.45220357, - 33.88732446000006 - ], - [ - -117.45215844599994, - 33.88732342000003 - ], - [ - -117.45203326099994, - 33.88732052800003 - ], - [ - -117.45183185399998, - 33.88731588400003 - ], - [ - -117.45146965699996, - 33.88730751800006 - ], - [ - -117.451341314, - 33.887304554000025 - ], - [ - -117.45106527799999, - 33.88729818100006 - ], - [ - -117.45101903799997, - 33.887297115000024 - ], - [ - -117.45074915999999, - 33.88729089200007 - ], - [ - -117.450631306, - 33.88728815800005 - ], - [ - -117.45020155499998, - 33.887278234000064 - ], - [ - -117.44967503699996, - 33.88726612800008 - ], - [ - -117.449634017, - 33.88726513900008 - ], - [ - -117.44961848, - 33.887264763000076 - ], - [ - -117.44958478599995, - 33.88726404700003 - ], - [ - -117.44937584699994, - 33.88725925700004 - ], - [ - -117.44930246999996, - 33.887257556000066 - ], - [ - -117.44815461499996, - 33.88723095100005 - ], - [ - -117.44815443599998, - 33.887231056000076 - ], - [ - -117.44770473099999, - 33.88722067300006 - ], - [ - -117.44770495799997, - 33.88722054300007 - ], - [ - -117.44769274299995, - 33.88722026100004 - ], - [ - -117.44677878999994, - 33.88719912800008 - ], - [ - -117.44677892299995, - 33.88719929200005 - ], - [ - -117.441709716, - 33.88708208700007 - ], - [ - -117.44123854699995, - 33.88707110900003 - ], - [ - -117.441238608, - 33.887071183000046 - ], - [ - -117.44091869399995, - 33.88706377800003 - ], - [ - -117.44091855999994, - 33.887063614000056 - ], - [ - -117.44017963599998, - 33.887046448000035 - ], - [ - -117.44007473099998, - 33.88704400200004 - ], - [ - -117.43988844799998, - 33.88703965900004 - ], - [ - -117.43930941999997, - 33.88702616100005 - ], - [ - -117.43916332799995, - 33.88702275300005 - ], - [ - -117.43882434899996, - 33.887014848000035 - ], - [ - -117.43876924799997, - 33.88701356400003 - ], - [ - -117.43873288799995, - 33.88701271600007 - ], - [ - -117.43774458099995, - 33.88698964900004 - ], - [ - -117.43762188299996, - 33.886985096000046 - ], - [ - -117.43740423599996, - 33.88698079200003 - ], - [ - -117.43731027099994, - 33.88698017300004 - ], - [ - -117.43714295899997, - 33.88697629500007 - ], - [ - -117.43661734399996, - 33.886964111000054 - ], - [ - -117.43652885499995, - 33.88696190400003 - ], - [ - -117.43627995299994, - 33.886956276000035 - ], - [ - -117.43624291299994, - 33.88695517700006 - ], - [ - -117.43608695699999, - 33.886951820000036 - ], - [ - -117.435596219, - 33.88694043700008 - ], - [ - -117.43247968299994, - 33.88694266600004 - ], - [ - -117.43244810399995, - 33.88694268800003 - ], - [ - -117.43142440599996, - 33.88694336400005 - ], - [ - -117.43126124899999, - 33.886943461000044 - ], - [ - -117.43097503499996, - 33.88694366000004 - ], - [ - -117.430821945, - 33.88694376400008 - ], - [ - -117.43028614599996, - 33.88694412600006 - ], - [ - -117.42987813899998, - 33.886944407000044 - ], - [ - -117.42689424899999, - 33.88694641500007 - ], - [ - -117.426696957, - 33.886946898000076 - ], - [ - -117.42654209199998, - 33.88694732700003 - ], - [ - -117.42626160299994, - 33.88694807600007 - ], - [ - -117.42551395999999, - 33.88695018000004 - ], - [ - -117.42376109699995, - 33.886954924000065 - ], - [ - -117.41823658599998, - 33.88696975300007 - ], - [ - -117.41766795599995, - 33.88697246100003 - ], - [ - -117.41747722799994, - 33.88697338900005 - ], - [ - -117.41745110299996, - 33.88697351600007 - ], - [ - -117.41742803699998, - 33.886973614000055 - ], - [ - -117.41739873499995, - 33.88697376400006 - ], - [ - -117.41713154899998, - 33.886975034000045 - ], - [ - -117.41691737999997, - 33.886976065000056 - ], - [ - -117.41671968499998, - 33.88697699100004 - ], - [ - -117.416331443, - 33.88697881200005 - ], - [ - -117.41610353399994, - 33.88697988000007 - ], - [ - -117.41591077899994, - 33.88698077600003 - ], - [ - -117.41556425299996, - 33.88698238200004 - ], - [ - -117.41537102799998, - 33.88698327700007 - ], - [ - -117.41534849099997, - 33.886983385000065 - ], - [ - -117.415248497, - 33.88698388300003 - ], - [ - -117.41393876499995, - 33.886990096000034 - ], - [ - -117.41314655599996, - 33.88699382600004 - ], - [ - -117.413145838, - 33.88699487700006 - ], - [ - -117.41291141599999, - 33.886996028000056 - ], - [ - -117.41291216399998, - 33.886994927000046 - ], - [ - -117.41204238499995, - 33.88699902800005 - ], - [ - -117.41157404499995, - 33.887001234000024 - ], - [ - -117.41123124299997, - 33.887002851000034 - ], - [ - -117.41075592599998, - 33.887005094000074 - ], - [ - -117.41075964799995, - 33.88700657500004 - ], - [ - -117.41072938099995, - 33.887006722000024 - ], - [ - -117.40980679299997, - 33.88701123200008 - ], - [ - -117.40980164899997, - 33.88700932900008 - ], - [ - -117.40973304299996, - 33.88700970700006 - ], - [ - -117.40971929299997, - 33.88700978300005 - ], - [ - -117.40970999399997, - 33.887009990000024 - ], - [ - -117.40957030699997, - 33.88701060400007 - ], - [ - -117.40756002399996, - 33.88702078400007 - ], - [ - -117.40752684199998, - 33.88702095700006 - ], - [ - -117.40749630899995, - 33.88702110600008 - ], - [ - -117.40725336299994, - 33.887022288000026 - ], - [ - -117.40724253199994, - 33.88702238800005 - ], - [ - -117.40724225599996, - 33.88702372600005 - ], - [ - -117.40712629499996, - 33.887024291000046 - ], - [ - -117.40712656599999, - 33.887022975000036 - ], - [ - -117.40704249099997, - 33.88702338000007 - ], - [ - -117.40625693899995, - 33.88702736500005 - ], - [ - -117.40623194099999, - 33.88702744700004 - ], - [ - -117.40596450899994, - 33.88702882300004 - ], - [ - -117.40580510199999, - 33.88702964300006 - ], - [ - -117.40576406399998, - 33.88702988400007 - ], - [ - -117.40442426899995, - 33.887036597000076 - ], - [ - -117.40441977899997, - 33.88703741200004 - ], - [ - -117.40415733799995, - 33.887038681000035 - ], - [ - -117.40415573499996, - 33.88703804700003 - ], - [ - -117.404043334, - 33.88703861500005 - ], - [ - -117.40350994699997, - 33.88704130700006 - ], - [ - -117.40329349799998, - 33.88704239900005 - ], - [ - -117.40322336799994, - 33.88704274400004 - ], - [ - -117.40308663399998, - 33.887043419000065 - ], - [ - -117.40308645899995, - 33.88704385300008 - ], - [ - -117.40308437399995, - 33.88704386200004 - ], - [ - -117.40290487599998, - 33.887044728000035 - ], - [ - -117.40290503499995, - 33.88704433000004 - ], - [ - -117.40202102399996, - 33.887048727000035 - ], - [ - -117.4012675, - 33.88705252500006 - ], - [ - -117.40088841399995, - 33.88705443400005 - ], - [ - -117.383574491, - 33.88712815200006 - ], - [ - -117.38357405999994, - 33.887485893000076 - ], - [ - -117.38357370999995, - 33.88771591300008 - ], - [ - -117.38357296499998, - 33.888178624000034 - ], - [ - -117.38357291099999, - 33.88821058100007 - ], - [ - -117.38357270599994, - 33.888295775000074 - ], - [ - -117.38357266499997, - 33.88834266900005 - ], - [ - -117.38357263599994, - 33.88837629000005 - ], - [ - -117.38357260099997, - 33.88839771100004 - ], - [ - -117.38357194799994, - 33.88879299000007 - ], - [ - -117.38357069099999, - 33.88955462700005 - ], - [ - -117.38356965099996, - 33.89018403100005 - ], - [ - -117.38356894599997, - 33.890759864000074 - ], - [ - -117.38356892999997, - 33.89077024200003 - ], - [ - -117.38356814599996, - 33.89125608400008 - ], - [ - -117.38356759499999, - 33.891643299000066 - ], - [ - -117.38356651499998, - 33.89221739000004 - ], - [ - -117.38356574699998, - 33.89273981200006 - ], - [ - -117.38356492099996, - 33.89320699900003 - ], - [ - -117.38356429599997, - 33.89366562300006 - ], - [ - -117.38356420499997, - 33.89373326800006 - ], - [ - -117.38356312499997, - 33.89438320600004 - ], - [ - -117.38356589399996, - 33.89438321800003 - ], - [ - -117.38356442999998, - 33.89561938400004 - ], - [ - -117.38356207199996, - 33.895613998000044 - ], - [ - -117.38356194399995, - 33.89577397200003 - ], - [ - -117.38356186099998, - 33.89587818900003 - ], - [ - -117.38356185099997, - 33.89591906000004 - ], - [ - -117.38356183699995, - 33.89597232400007 - ], - [ - -117.38356175799998, - 33.896249184000055 - ], - [ - -117.38356138199998, - 33.89654268400005 - ], - [ - -117.38356130299996, - 33.896606090000034 - ], - [ - -117.38356128899994, - 33.89661743500005 - ], - [ - -117.38356100599998, - 33.896974460000024 - ], - [ - -117.38356070999998, - 33.89734947100004 - ], - [ - -117.38356019999998, - 33.89799507500004 - ], - [ - -117.38355968199994, - 33.898649129000034 - ], - [ - -117.38355963099997, - 33.89871447000007 - ], - [ - -117.38355960699994, - 33.89874342300004 - ], - [ - -117.38355953899998, - 33.89882942600008 - ], - [ - -117.38355917799998, - 33.89928559100008 - ], - [ - -117.38355907699997, - 33.899530448000064 - ], - [ - -117.38355908399996, - 33.89975826600005 - ], - [ - -117.38355816199999, - 33.90069840000007 - ], - [ - -117.38355731299998, - 33.90163454900005 - ], - [ - -117.38317533399999, - 33.90163444900003 - ], - [ - -117.38316155799998, - 33.90163444500007 - ], - [ - -117.38296112999996, - 33.90163439200006 - ], - [ - -117.38228038199998, - 33.901634200000046 - ], - [ - -117.36942756999997, - 33.901629770000056 - ], - [ - -117.36707880899996, - 33.901628807000066 - ], - [ - -117.36706586999998, - 33.90162880100007 - ], - [ - -117.36628182199996, - 33.90162846800007 - ], - [ - -117.36618138799997, - 33.90162842400008 - ], - [ - -117.36607407499997, - 33.90162938900005 - ], - [ - -117.36395764099996, - 33.90164834600006 - ], - [ - -117.36374769799994, - 33.901650232000065 - ], - [ - -117.36370451499994, - 33.901649844000076 - ], - [ - -117.36365038999998, - 33.90165109700007 - ], - [ - -117.361789994, - 33.90166772900005 - ], - [ - -117.36067288799995, - 33.901677705000054 - ], - [ - -117.35957225799996, - 33.90168752200003 - ], - [ - -117.35796579899994, - 33.90170183400005 - ], - [ - -117.35748241799996, - 33.901706137000076 - ], - [ - -117.35736479999997, - 33.90170741800006 - ], - [ - -117.35726589499995, - 33.901708496000026 - ], - [ - -117.35584037299998, - 33.901724013000035 - ], - [ - -117.35528636499998, - 33.90173004800005 - ], - [ - -117.35518913599998, - 33.901731108000035 - ], - [ - -117.35308458299994, - 33.90175396800004 - ], - [ - -117.35306131799996, - 33.90175422200008 - ], - [ - -117.35263806999995, - 33.90175881700003 - ], - [ - -117.35230393699999, - 33.90176244400004 - ], - [ - -117.35196716799999, - 33.90176609800005 - ], - [ - -117.35195576299998, - 33.90176622200005 - ], - [ - -117.35098155699995, - 33.90177678900005 - ], - [ - -117.35094293299994, - 33.901777208000055 - ], - [ - -117.35094293399999, - 33.901777243000026 - ], - [ - -117.34870868999997, - 33.90180145000005 - ], - [ - -117.34661647999997, - 33.90180600200006 - ], - [ - -117.345761671, - 33.90180785300004 - ], - [ - -117.340037081, - 33.90182008600004 - ], - [ - -117.333521868, - 33.90183632600008 - ], - [ - -117.33130636699997, - 33.90184177000003 - ], - [ - -117.33131098699994, - 33.900741104000076 - ], - [ - -117.33136303599997, - 33.88833705800005 - ], - [ - -117.33151155299998, - 33.88833635000003 - ], - [ - -117.332167154, - 33.88833322600004 - ], - [ - -117.33254616699998, - 33.88833141900005 - ], - [ - -117.33292012099997, - 33.88832963300007 - ], - [ - -117.33319535799995, - 33.88832867700006 - ], - [ - -117.33329420999996, - 33.88832833400005 - ], - [ - -117.33346884699995, - 33.88832772600006 - ], - [ - -117.33366311599997, - 33.88832705000004 - ], - [ - -117.33403551499998, - 33.88832575300006 - ], - [ - -117.33442209499998, - 33.88832240000005 - ], - [ - -117.33448863399997, - 33.88832182200008 - ], - [ - -117.33448807899998, - 33.889027690000034 - ], - [ - -117.33551451199997, - 33.889023749000046 - ], - [ - -117.33654549099998, - 33.88901978000007 - ], - [ - -117.33757335099995, - 33.88901581700003 - ], - [ - -117.33807803699995, - 33.88901336400005 - ], - [ - -117.33807789199994, - 33.88893092500007 - ], - [ - -117.33807764499994, - 33.88879352400005 - ], - [ - -117.33807727299995, - 33.88858742600007 - ], - [ - -117.33807583099997, - 33.88838133300004 - ], - [ - -117.33849133999996, - 33.88837931000006 - ], - [ - -117.33858676999995, - 33.888378845000034 - ], - [ - -117.33858725699997, - 33.88810400700004 - ], - [ - -117.33868989799998, - 33.88810397100008 - ], - [ - -117.33909868699999, - 33.88810383200007 - ], - [ - -117.33947618399998, - 33.88810370300007 - ], - [ - -117.33951601999996, - 33.88810369000004 - ], - [ - -117.33952423499994, - 33.88810368700007 - ], - [ - -117.33966982399994, - 33.88810251700005 - ], - [ - -117.33969723599995, - 33.888102350000054 - ], - [ - -117.34000773699995, - 33.888100447000056 - ], - [ - -117.34010393299997, - 33.88809985700004 - ], - [ - -117.34010723899996, - 33.88717055700005 - ], - [ - -117.34097846399999, - 33.88716630000005 - ], - [ - -117.34314182599996, - 33.88715645900004 - ], - [ - -117.34317893999997, - 33.88715628700004 - ], - [ - -117.34328473099998, - 33.887155807000056 - ], - [ - -117.34340077, - 33.88715527700003 - ], - [ - -117.34343773499995, - 33.88715510700007 - ], - [ - -117.343474701, - 33.88715494100006 - ], - [ - -117.34351166599998, - 33.88715477200003 - ], - [ - -117.34362390599995, - 33.887154242000065 - ], - [ - -117.343686978, - 33.88715288700007 - ], - [ - -117.34382022499994, - 33.887153356000056 - ], - [ - -117.34388908499994, - 33.88715248200003 - ], - [ - -117.34395545799998, - 33.88715217300006 - ], - [ - -117.34403629199994, - 33.88715135600006 - ], - [ - -117.34409067499996, - 33.88715042900003 - ], - [ - -117.34415925499997, - 33.887148969000066 - ], - [ - -117.344294763, - 33.88714441700006 - ], - [ - -117.344429328, - 33.88713794600005 - ], - [ - -117.34456544999995, - 33.88712942900003 - ], - [ - -117.34463340199994, - 33.88712461800003 - ], - [ - -117.34470018399998, - 33.88711931900008 - ], - [ - -117.34476877799995, - 33.88711358100005 - ], - [ - -117.34483559699999, - 33.88710716800006 - ], - [ - -117.34492887999994, - 33.88709617300003 - ], - [ - -117.34504051099998, - 33.887082718000045 - ], - [ - -117.34514358999996, - 33.88707029100004 - ], - [ - -117.34524328099997, - 33.887058274000026 - ], - [ - -117.34529847399995, - 33.88705019500003 - ], - [ - -117.34536413599994, - 33.887041116000034 - ], - [ - -117.34543101, - 33.887031541000056 - ], - [ - -117.34550719799995, - 33.88701995500003 - ], - [ - -117.34568953699994, - 33.88698828300005 - ], - [ - -117.34587107899995, - 33.88695405400006 - ], - [ - -117.34594594799995, - 33.886938787000076 - ], - [ - -117.34598418299998, - 33.88693099100004 - ], - [ - -117.34599280999998, - 33.88692923100007 - ], - [ - -117.34605187699998, - 33.88691718700005 - ], - [ - -117.34614203599995, - 33.88689740600006 - ], - [ - -117.34623187299997, - 33.88687769400008 - ], - [ - -117.34641101899996, - 33.88683558200006 - ], - [ - -117.34651426299996, - 33.88680968500006 - ], - [ - -117.34653217099998, - 33.886805192000054 - ], - [ - -117.34658924799999, - 33.88679087300005 - ], - [ - -117.34676651799998, - 33.88674357100007 - ], - [ - -117.34694276999994, - 33.886693698000045 - ], - [ - -117.34711795599998, - 33.88664126300006 - ], - [ - -117.34729201099998, - 33.88658628700006 - ], - [ - -117.34746489199995, - 33.886528783000074 - ], - [ - -117.34763654099999, - 33.88646877100007 - ], - [ - -117.34780690899998, - 33.88640626900008 - ], - [ - -117.34797594099996, - 33.88634129400003 - ], - [ - -117.34814358799997, - 33.886273868000046 - ], - [ - -117.34830979499998, - 33.88620401600008 - ], - [ - -117.34847451499996, - 33.88613174900007 - ], - [ - -117.34872857999994, - 33.88599736700007 - ], - [ - -117.34911861399996, - 33.88578357200004 - ], - [ - -117.34923313099995, - 33.88571901600005 - ], - [ - -117.34934639, - 33.88565293000005 - ], - [ - -117.34940313599998, - 33.88561913700005 - ], - [ - -117.34951418299994, - 33.88555115300005 - ], - [ - -117.349569353, - 33.88551666300003 - ], - [ - -117.34962430699994, - 33.885481484000024 - ], - [ - -117.34967884999998, - 33.885446141000045 - ], - [ - -117.349733287, - 33.885410120000074 - ], - [ - -117.35183761699994, - 33.884056334000036 - ], - [ - -117.35186192299994, - 33.88403965400005 - ], - [ - -117.35188754599994, - 33.88402207300004 - ], - [ - -117.35199338099994, - 33.88395570200004 - ], - [ - -117.35204638899995, - 33.88392309400007 - ], - [ - -117.352100141, - 33.88389084200003 - ], - [ - -117.35220922599996, - 33.883826879000026 - ], - [ - -117.35231882199997, - 33.88376460000006 - ], - [ - -117.35242967499994, - 33.88370402600003 - ], - [ - -117.35248572299997, - 33.883674162000034 - ], - [ - -117.35259748099998, - 33.883615924000026 - ], - [ - -117.35271104999998, - 33.883558926000035 - ], - [ - -117.35282607499994, - 33.88350311600004 - ], - [ - -117.35288417299995, - 33.88347571600008 - ], - [ - -117.35300046699996, - 33.88342247200006 - ], - [ - -117.35308130099997, - 33.883384024000065 - ], - [ - -117.35308364899998, - 33.88288956900004 - ], - [ - -117.35299609099997, - 33.88288899600008 - ], - [ - -117.35297961599997, - 33.88288896900008 - ], - [ - -117.35167409799999, - 33.88288142000005 - ], - [ - -117.35166976099998, - 33.88352947000004 - ], - [ - -117.35154779599998, - 33.88352647800008 - ], - [ - -117.35142280999997, - 33.883544280000024 - ], - [ - -117.34874187199995, - 33.88354562600006 - ], - [ - -117.34874928199997, - 33.88218713900005 - ], - [ - -117.348761664, - 33.87991651400006 - ], - [ - -117.35309235899996, - 33.879904433000036 - ], - [ - -117.35309273599995, - 33.87982674400007 - ], - [ - -117.35309448199996, - 33.87946122900007 - ], - [ - -117.35309629299996, - 33.87908472100003 - ], - [ - -117.35309810599995, - 33.87870821200005 - ], - [ - -117.35309978199996, - 33.87833720000003 - ], - [ - -117.353101558, - 33.87795794500005 - ], - [ - -117.35310323399995, - 33.87758693400008 - ], - [ - -117.35310551799995, - 33.877085383000065 - ], - [ - -117.35310589599999, - 33.87700190100003 - ], - [ - -117.35310627299998, - 33.876917742000046 - ], - [ - -117.35310770599995, - 33.87660856600007 - ], - [ - -117.35310968799996, - 33.876229307000074 - ], - [ - -117.35311064499996, - 33.87571912300007 - ], - [ - -117.353112023, - 33.87498386500005 - ], - [ - -117.35311259499997, - 33.87467950400003 - ], - [ - -117.353112937, - 33.87449636800005 - ], - [ - -117.353113082, - 33.87441987600005 - ], - [ - -117.35311324599996, - 33.87433167800003 - ], - [ - -117.35311420399995, - 33.87382127400008 - ], - [ - -117.35311546499997, - 33.873148882000066 - ], - [ - -117.35311632299994, - 33.87269112600006 - ], - [ - -117.35311647399999, - 33.87260999800003 - ], - [ - -117.34890964299996, - 33.87262007900006 - ], - [ - -117.34880092199995, - 33.872620339000036 - ], - [ - -117.34017701499994, - 33.87267838900004 - ], - [ - -117.34007750899997, - 33.87267905500005 - ], - [ - -117.33965169299995, - 33.872681890000024 - ], - [ - -117.33959569899997, - 33.87268226300006 - ], - [ - -117.339539705, - 33.87268263500005 - ], - [ - -117.33952033399999, - 33.87268276400005 - ], - [ - -117.33948371199995, - 33.872683008000024 - ], - [ - -117.339427721, - 33.87268338000007 - ], - [ - -117.33937172599997, - 33.87268375300005 - ], - [ - -117.33931573299998, - 33.872684126000024 - ], - [ - -117.33925974099998, - 33.87268449800007 - ], - [ - -117.33914775299996, - 33.872685243000035 - ], - [ - -117.33909175899998, - 33.87268561600007 - ], - [ - -117.33903576499995, - 33.87268598800006 - ], - [ - -117.33897977099997, - 33.872686361000035 - ], - [ - -117.33892378099995, - 33.87268673300008 - ], - [ - -117.338867785, - 33.87268710600006 - ], - [ - -117.33881179099996, - 33.872687478000046 - ], - [ - -117.33875579799997, - 33.872687850000034 - ], - [ - -117.33869980499998, - 33.87268822300007 - ], - [ - -117.33864381399997, - 33.872688596000046 - ], - [ - -117.33858781799995, - 33.872688968000034 - ], - [ - -117.33853182399997, - 33.87268934000008 - ], - [ - -117.33847583, - 33.87268971200007 - ], - [ - -117.33843644099994, - 33.872689974000025 - ], - [ - -117.338419838, - 33.872690084000055 - ], - [ - -117.33836384199998, - 33.87269045600004 - ], - [ - -117.33830784899999, - 33.87269082900008 - ], - [ - -117.33825185699999, - 33.872691201000066 - ], - [ - -117.33819586299995, - 33.872691573000054 - ], - [ - -117.33813987199994, - 33.87269194400005 - ], - [ - -117.33808387599998, - 33.87269231600004 - ], - [ - -117.33802788499997, - 33.87269268700004 - ], - [ - -117.33797189099994, - 33.87269305900003 - ], - [ - -117.33791589599997, - 33.87269343000003 - ], - [ - -117.33788402, - 33.87269364200006 - ], - [ - -117.33785990299998, - 33.87269380200007 - ], - [ - -117.33780390899994, - 33.87269417400006 - ], - [ - -117.33774791699994, - 33.87269454600005 - ], - [ - -117.33769192299997, - 33.872694919000025 - ], - [ - -117.33763592999998, - 33.872695289000035 - ], - [ - -117.33757993499995, - 33.87269566200007 - ], - [ - -117.337495946, - 33.872696219000034 - ], - [ - -117.33743995299994, - 33.87269659000003 - ], - [ - -117.33738396099994, - 33.87269696300007 - ], - [ - -117.33729996799997, - 33.87269752100008 - ], - [ - -117.33721597899995, - 33.87269807800004 - ], - [ - -117.33715998499997, - 33.87269844900004 - ], - [ - -117.33710399199998, - 33.87269882000004 - ], - [ - -117.337047999, - 33.87269919100004 - ], - [ - -117.33699200499996, - 33.872699563000026 - ], - [ - -117.33690801599994, - 33.87270012100004 - ], - [ - -117.33685202099997, - 33.872700492000035 - ], - [ - -117.33679602799998, - 33.872700864000024 - ], - [ - -117.336740035, - 33.87270123600007 - ], - [ - -117.33668404099996, - 33.87270160700007 - ], - [ - -117.33662804699998, - 33.872701978000066 - ], - [ - -117.33657205499998, - 33.872702349000065 - ], - [ - -117.33651606099994, - 33.872702719000074 - ], - [ - -117.33646006799995, - 33.87270309300004 - ], - [ - -117.33640407399997, - 33.87270346300005 - ], - [ - -117.33634808299996, - 33.87270383300006 - ], - [ - -117.33629208599996, - 33.87270420500005 - ], - [ - -117.33623602299997, - 33.872704577000036 - ], - [ - -117.33573910299998, - 33.87270786900007 - ], - [ - -117.33531192399994, - 33.87271069800005 - ], - [ - -117.33525593199994, - 33.87271106900005 - ], - [ - -117.33519993999994, - 33.872711440000046 - ], - [ - -117.33514394399998, - 33.872711810000055 - ], - [ - -117.33508794999995, - 33.872712181000054 - ], - [ - -117.33506937399994, - 33.87271230500005 - ], - [ - -117.33503195599997, - 33.87271255200005 - ], - [ - -117.33497596299998, - 33.87271292300005 - ], - [ - -117.33491997199997, - 33.87271329400005 - ], - [ - -117.33486397699994, - 33.87271366400006 - ], - [ - -117.33480798299996, - 33.87271403400007 - ], - [ - -117.33475198899998, - 33.87271440500007 - ], - [ - -117.334695996, - 33.87271477500008 - ], - [ - -117.33461200599999, - 33.87271533100005 - ], - [ - -117.33455601299994, - 33.87271570100006 - ], - [ - -117.33453997199996, - 33.872715808000066 - ], - [ - -117.33450002099994, - 33.87271607200006 - ], - [ - -117.33436003499997, - 33.872716998000044 - ], - [ - -117.33427604499997, - 33.87271755300003 - ], - [ - -117.33422005199998, - 33.87271792400003 - ], - [ - -117.334217121, - 33.872717943000055 - ], - [ - -117.33416405999998, - 33.87271829400004 - ], - [ - -117.33410806199998, - 33.87271866400005 - ], - [ - -117.33402407499995, - 33.87271921900003 - ], - [ - -117.33399903799994, - 33.87271938500004 - ], - [ - -117.33396808199996, - 33.87271958900004 - ], - [ - -117.33391208899997, - 33.87271995900005 - ], - [ - -117.33385609299995, - 33.87272032900006 - ], - [ - -117.33380010199994, - 33.87272069900007 - ], - [ - -117.33374410699997, - 33.87272106900008 - ], - [ - -117.33368811399998, - 33.87272143900003 - ], - [ - -117.333632121, - 33.87272180900004 - ], - [ - -117.33357612599997, - 33.87272217900005 - ], - [ - -117.33352013399997, - 33.87272254900006 - ], - [ - -117.33347559299995, - 33.872722844000066 - ], - [ - -117.33346414, - 33.87272291800008 - ], - [ - -117.33338014999998, - 33.87272347500004 - ], - [ - -117.33329615999997, - 33.87272402900004 - ], - [ - -117.33324016499995, - 33.87272439700007 - ], - [ - -117.33318417399994, - 33.87272476800007 - ], - [ - -117.33312818099995, - 33.87272513900007 - ], - [ - -117.333072185, - 33.87272550800003 - ], - [ - -117.33301619399998, - 33.87272587600006 - ], - [ - -117.33296019999995, - 33.87272624700006 - ], - [ - -117.33290420599997, - 33.87272661600008 - ], - [ - -117.33284821299998, - 33.87272698500004 - ], - [ - -117.33279221799995, - 33.87272735600004 - ], - [ - -117.33273622399997, - 33.87272772700004 - ], - [ - -117.33265223499995, - 33.87272828000005 - ], - [ - -117.33259624199997, - 33.87272864900007 - ], - [ - -117.33254024599995, - 33.872729020000065 - ], - [ - -117.33248425499994, - 33.87272938700005 - ], - [ - -117.33242826099996, - 33.87272975800005 - ], - [ - -117.33237226799997, - 33.87273012700007 - ], - [ - -117.332316274, - 33.87273049700008 - ], - [ - -117.33226028099995, - 33.87273086600004 - ], - [ - -117.33220428599998, - 33.87273123500006 - ], - [ - -117.33214829199994, - 33.87273160400008 - ], - [ - -117.33206430499996, - 33.872732159000066 - ], - [ - -117.33200830899995, - 33.87273252800003 - ], - [ - -117.33195231599996, - 33.87273289800004 - ], - [ - -117.33189632199998, - 33.87273326600007 - ], - [ - -117.33181233199997, - 33.872733820000064 - ], - [ - -117.33135328699996, - 33.87273684500008 - ], - [ - -117.33091593299997, - 33.87274386800004 - ], - [ - -117.33085970099995, - 33.872744770000054 - ], - [ - -117.33080371899996, - 33.87274566900004 - ], - [ - -117.33074748699994, - 33.87274657300003 - ], - [ - -117.33069125999998, - 33.87274747500004 - ], - [ - -117.33063527499996, - 33.872748374000025 - ], - [ - -117.330579291, - 33.87274927100003 - ], - [ - -117.33052330799995, - 33.872750170000074 - ], - [ - -117.33046732699995, - 33.87275106800007 - ], - [ - -117.33041134599995, - 33.872751967000056 - ], - [ - -117.33035535999994, - 33.87275286600004 - ], - [ - -117.33029937699996, - 33.87275376400004 - ], - [ - -117.33024314499994, - 33.87275466800003 - ], - [ - -117.33018716099997, - 33.872755565000034 - ], - [ - -117.33013117999997, - 33.87275646400008 - ], - [ - -117.33007519799997, - 33.872757361000026 - ], - [ - -117.33001921699997, - 33.87275826000007 - ], - [ - -117.32996323099997, - 33.872759159000054 - ], - [ - -117.32990724899997, - 33.87276005900003 - ], - [ - -117.329851266, - 33.87276095500005 - ], - [ - -117.32979528299995, - 33.87276185400003 - ], - [ - -117.32973929999997, - 33.872762753000075 - ], - [ - -117.329683317, - 33.87276365200006 - ], - [ - -117.32962733399995, - 33.87276454900007 - ], - [ - -117.32957135199996, - 33.87276544600007 - ], - [ - -117.32951536799999, - 33.87276634400007 - ], - [ - -117.32945938599994, - 33.872767243000055 - ], - [ - -117.32940340099998, - 33.87276814100005 - ], - [ - -117.32934741999998, - 33.87276903900005 - ], - [ - -117.32929143699994, - 33.872769937000044 - ], - [ - -117.32923545399996, - 33.87277083500004 - ], - [ - -117.32917947099997, - 33.872771733000036 - ], - [ - -117.329123488, - 33.87277263100003 - ], - [ - -117.32906750499995, - 33.87277352700005 - ], - [ - -117.32901152199997, - 33.872774426000035 - ], - [ - -117.32895553999998, - 33.87277532400003 - ], - [ - -117.32889955799999, - 33.87277622300007 - ], - [ - -117.32884357299997, - 33.87277712100007 - ], - [ - -117.32878759199997, - 33.872778019000066 - ], - [ - -117.32873160899999, - 33.87277891700006 - ], - [ - -117.32867562599995, - 33.87277981500006 - ], - [ - -117.32861964299997, - 33.872780711000075 - ], - [ - -117.32856365999999, - 33.87278160900007 - ], - [ - -117.32850767699995, - 33.87278250600008 - ], - [ - -117.32845169499996, - 33.872783405000064 - ], - [ - -117.32839571099998, - 33.87278430200007 - ], - [ - -117.328339729, - 33.87278519900008 - ], - [ - -117.32828374499996, - 33.87278609700007 - ], - [ - -117.32822776299997, - 33.87278699600006 - ], - [ - -117.32817178, - 33.87278789100003 - ], - [ - -117.32811579599996, - 33.87278879000007 - ], - [ - -117.32805981299998, - 33.87278968700008 - ], - [ - -117.328003831, - 33.872790585000075 - ], - [ - -117.32794784899994, - 33.872791481000036 - ], - [ - -117.32789186699995, - 33.87279238000008 - ], - [ - -117.32783588099994, - 33.87279327600004 - ], - [ - -117.32777989899995, - 33.872794174000035 - ], - [ - -117.32772391499998, - 33.87279507300008 - ], - [ - -117.32766793299999, - 33.87279596800005 - ], - [ - -117.32761194999995, - 33.872796866000044 - ], - [ - -117.32755596799996, - 33.87279776400004 - ], - [ - -117.32747199399995, - 33.87279910800004 - ], - [ - -117.32741601099997, - 33.87280000800007 - ], - [ - -117.32698687799996, - 33.87280688300007 - ], - [ - -117.32657626599996, - 33.87281346100008 - ], - [ - -117.32652028299998, - 33.872814359000074 - ], - [ - -117.32646429999994, - 33.872815254000045 - ], - [ - -117.32640831699996, - 33.87281615200004 - ], - [ - -117.32632434499999, - 33.87281749700003 - ], - [ - -117.32626836199995, - 33.872818394000035 - ], - [ - -117.326212377, - 33.87281929000005 - ], - [ - -117.32612865099998, - 33.872820631000025 - ], - [ - -117.32604467699997, - 33.87282197600007 - ], - [ - -117.32576476199995, - 33.87282645800008 - ], - [ - -117.32570877999996, - 33.87282735400004 - ], - [ - -117.32565279599999, - 33.872828251000044 - ], - [ - -117.325596814, - 33.87282914700006 - ], - [ - -117.32554083099996, - 33.87283004500006 - ], - [ - -117.32548484799997, - 33.872830941000075 - ], - [ - -117.325428865, - 33.87283184000006 - ], - [ - -117.32537288199995, - 33.87283273400004 - ], - [ - -117.32531689899997, - 33.87283363100005 - ], - [ - -117.325260916, - 33.872834527000066 - ], - [ - -117.32520493199996, - 33.87283542200004 - ], - [ - -117.32514894999997, - 33.872836319000044 - ], - [ - -117.32509296699999, - 33.87283721500006 - ], - [ - -117.32503698399995, - 33.87283811000003 - ], - [ - -117.32498100099997, - 33.87283900700004 - ], - [ - -117.32492501899998, - 33.872839903000056 - ], - [ - -117.32486903599994, - 33.87284079800003 - ], - [ - -117.32481305199997, - 33.87284169600008 - ], - [ - -117.32475706899999, - 33.87284259100005 - ], - [ - -117.32470108599995, - 33.87284348700007 - ], - [ - -117.32464510199998, - 33.872844384000075 - ], - [ - -117.32458911999998, - 33.87284527800006 - ], - [ - -117.32453313899998, - 33.872846174000074 - ], - [ - -117.32444916199995, - 33.87284751900006 - ], - [ - -117.32439317899997, - 33.87284841400003 - ], - [ - -117.32433719699998, - 33.87284931100004 - ], - [ - -117.32422523199995, - 33.87285110300007 - ], - [ - -117.32416924799998, - 33.872851997000055 - ], - [ - -117.324113265, - 33.87285289400006 - ], - [ - -117.32405728199996, - 33.87285378800004 - ], - [ - -117.32400129899997, - 33.87285468500005 - ], - [ - -117.32394531499995, - 33.87285558000008 - ], - [ - -117.32388933399994, - 33.87285647500005 - ], - [ - -117.32383334999997, - 33.872857371000066 - ], - [ - -117.32377736799998, - 33.87285826600004 - ], - [ - -117.32372138499994, - 33.872859163000044 - ], - [ - -117.32366539999998, - 33.87286005800007 - ], - [ - -117.323609418, - 33.87286095400003 - ], - [ - -117.32355343499995, - 33.87286185000005 - ], - [ - -117.32349745299996, - 33.87286274500008 - ], - [ - -117.32344146999998, - 33.87286364000005 - ], - [ - -117.32338548499996, - 33.87286453400003 - ], - [ - -117.32332950299997, - 33.872865432000026 - ], - [ - -117.32327351999999, - 33.872866327000054 - ], - [ - -117.32321753699995, - 33.872867222000025 - ], - [ - -117.32316155499996, - 33.87286811800004 - ], - [ - -117.32310557099999, - 33.87286901300007 - ], - [ - -117.32304958599997, - 33.87286990700005 - ], - [ - -117.322608463, - 33.87287696000004 - ], - [ - -117.32218226099997, - 33.87288248200008 - ], - [ - -117.32209827699995, - 33.87288356900007 - ], - [ - -117.32204243599995, - 33.87288429400007 - ], - [ - -117.32195845299998, - 33.87288538100006 - ], - [ - -117.32190246699997, - 33.87288610600007 - ], - [ - -117.32184647699995, - 33.87288683100007 - ], - [ - -117.321790492, - 33.872887554000044 - ], - [ - -117.32131459199996, - 33.87289371700007 - ], - [ - -117.32125860499997, - 33.872894442000074 - ], - [ - -117.32120261499995, - 33.872895166000035 - ], - [ - -117.32114662799995, - 33.87289589200003 - ], - [ - -117.32109063999997, - 33.87289661600005 - ], - [ - -117.321034651, - 33.872897341000055 - ], - [ - -117.32097866399994, - 33.87289806500007 - ], - [ - -117.32092267599995, - 33.87289879000008 - ], - [ - -117.32086668899996, - 33.872899516000075 - ], - [ - -117.320810699, - 33.87290023800006 - ], - [ - -117.32075471299999, - 33.87290096400005 - ], - [ - -117.32069872199997, - 33.872901687000024 - ], - [ - -117.32064273499998, - 33.87290241300008 - ], - [ - -117.32058674799998, - 33.87290313700004 - ], - [ - -117.32053076099999, - 33.872903861000054 - ], - [ - -117.32047477299994, - 33.87290458600006 - ], - [ - -117.32041878299998, - 33.87290531100007 - ], - [ - -117.32036279599998, - 33.87290603300005 - ], - [ - -117.32030680899999, - 33.872906759000045 - ], - [ - -117.32022282499997, - 33.87290784500004 - ], - [ - -117.32016683699999, - 33.87290856800007 - ], - [ - -117.32011085, - 33.87290929300008 - ], - [ - -117.32002686799996, - 33.872910380000064 - ], - [ - -117.31997087999997, - 33.87291110500007 - ], - [ - -117.31991489099994, - 33.87291182700005 - ], - [ - -117.31985890399994, - 33.87291255200006 - ], - [ - -117.31980291699995, - 33.87291327600008 - ], - [ - -117.31974692799997, - 33.87291400100003 - ], - [ - -117.31969093999999, - 33.872914725000044 - ], - [ - -117.31963494999997, - 33.87291544900006 - ], - [ - -117.31957896399996, - 33.87291617300008 - ], - [ - -117.31952297499998, - 33.87291689700004 - ], - [ - -117.31946698899998, - 33.872917622000045 - ], - [ - -117.31941099899996, - 33.87291834500007 - ], - [ - -117.319355009, - 33.872919069000034 - ], - [ - -117.31927102999998, - 33.87292015200006 - ], - [ - -117.31921504099995, - 33.87292087800006 - ], - [ - -117.31915905399995, - 33.872921602000076 - ], - [ - -117.31910306599997, - 33.87292232500005 - ], - [ - -117.31904707599995, - 33.872923050000054 - ], - [ - -117.31899108899995, - 33.872923771000046 - ], - [ - -117.31893510299994, - 33.87292449700004 - ], - [ - -117.31887911499996, - 33.87292522100006 - ], - [ - -117.31882312399995, - 33.87292594400003 - ], - [ - -117.31876713699995, - 33.87292666800005 - ], - [ - -117.31871114899997, - 33.872927394000044 - ], - [ - -117.31865516099998, - 33.87292811400005 - ], - [ - -117.31859917099996, - 33.87292883900005 - ], - [ - -117.31854318399996, - 33.872929562000024 - ], - [ - -117.31848719599998, - 33.87293028600004 - ], - [ - -117.31843120899998, - 33.87293101000006 - ], - [ - -117.31834722999997, - 33.87293209500007 - ], - [ - -117.31829123799997, - 33.87293281800004 - ], - [ - -117.31823525199997, - 33.872933542000055 - ], - [ - -117.31817926199994, - 33.872934265000026 - ], - [ - -117.31809528099996, - 33.872935350000034 - ], - [ - -117.31803929199998, - 33.87293607400005 - ], - [ - -117.31798330499998, - 33.87293679700008 - ], - [ - -117.31792731699994, - 33.87293751900006 - ], - [ - -117.31787132899996, - 33.87293824400007 - ], - [ - -117.31781533999998, - 33.87293896500006 - ], - [ - -117.31775935199994, - 33.87293969000007 - ], - [ - -117.31770336399995, - 33.87294041300004 - ], - [ - -117.31764737599997, - 33.872941135000076 - ], - [ - -117.31759138799998, - 33.872941859000036 - ], - [ - -117.3175354, - 33.872942583000054 - ], - [ - -117.31747941199995, - 33.872943305000035 - ], - [ - -117.31742342499996, - 33.87294402800006 - ], - [ - -117.317367435, - 33.872944750000045 - ], - [ - -117.31731144899999, - 33.87294547300007 - ], - [ - -117.31725545999996, - 33.87294619900007 - ], - [ - -117.31719947199997, - 33.87294691900007 - ], - [ - -117.31714348299994, - 33.87294764200004 - ], - [ - -117.31708749499995, - 33.87294836600006 - ], - [ - -117.31703150599998, - 33.87294908800004 - ], - [ - -117.31697551899998, - 33.87294981100007 - ], - [ - -117.31691953199999, - 33.87295053400004 - ], - [ - -117.31686354299995, - 33.87295125700007 - ], - [ - -117.31680755699995, - 33.87295198100003 - ], - [ - -117.316751566, - 33.87295270300007 - ], - [ - -117.31669557899994, - 33.87295342600004 - ], - [ - -117.31664272699999, - 33.872954106000066 - ], - [ - -117.31663959199994, - 33.872954148000076 - ], - [ - -117.31658360299997, - 33.87295487000006 - ], - [ - -117.31652761599997, - 33.87295559300003 - ], - [ - -117.31647162599995, - 33.87295631600006 - ], - [ - -117.31642446099994, - 33.87295692500004 - ], - [ - -117.31641563999995, - 33.87295703900003 - ], - [ - -117.316161395, - 33.87296031900007 - ], - [ - -117.31586909899994, - 33.87296409100003 - ], - [ - -117.31564695699996, - 33.87296695600003 - ], - [ - -117.31537220099995, - 33.872970501000054 - ], - [ - -117.31503901599996, - 33.87297479700004 - ], - [ - -117.31479930399996, - 33.87297788800004 - ], - [ - -117.31430843399994, - 33.87298421600008 - ], - [ - -117.31405684599997, - 33.87298745800007 - ], - [ - -117.31389797099996, - 33.87298950700006 - ], - [ - -117.31375332399995, - 33.87299111900006 - ], - [ - -117.31375282899995, - 33.87368111200004 - ], - [ - -117.31375076599994, - 33.876558027000044 - ], - [ - -117.31374810799997, - 33.88026100700006 - ], - [ - -117.313746891, - 33.88195691400006 - ], - [ - -117.31374686299995, - 33.88313106500004 - ], - [ - -117.31374686299995, - 33.88315650800007 - ], - [ - -117.31374682799998, - 33.884619910000026 - ], - [ - -117.31374673999994, - 33.88813071100003 - ], - [ - -117.31250195999996, - 33.88786430300007 - ], - [ - -117.31211187799994, - 33.88778874800005 - ], - [ - -117.31185035799996, - 33.88774397800006 - ], - [ - -117.31145587099996, - 33.88768522200007 - ], - [ - -117.31119218099997, - 33.887651461000075 - ], - [ - -117.31079460399997, - 33.887609492000024 - ], - [ - -117.31039583699999, - 33.887577701000055 - ], - [ - -117.310129728, - 33.88756209500008 - ], - [ - -117.309863023, - 33.88755116500005 - ], - [ - -117.30956338299995, - 33.88754400500005 - ], - [ - -117.30737923999999, - 33.88755182800003 - ], - [ - -117.30727049099994, - 33.887552216000074 - ], - [ - -117.30511364799997, - 33.88755990200008 - ], - [ - -117.30509754099995, - 33.88756007000006 - ], - [ - -117.30135426299995, - 33.88757333900003 - ], - [ - -117.30135390699996, - 33.887573280000026 - ], - [ - -117.30124592299995, - 33.88757366200008 - ], - [ - -117.30077188299998, - 33.88757534300004 - ], - [ - -117.300672277, - 33.887575697000045 - ], - [ - -117.30014861499996, - 33.88757755000006 - ], - [ - -117.299888152, - 33.88757847100004 - ], - [ - -117.29955338699995, - 33.887579654000035 - ], - [ - -117.29926975899997, - 33.887580666000076 - ], - [ - -117.29900125599994, - 33.88758160400005 - ], - [ - -117.29877697099994, - 33.88758239600003 - ], - [ - -117.298579701, - 33.88758309100007 - ], - [ - -117.29838243199998, - 33.88758378600005 - ], - [ - -117.29818516299997, - 33.88758448100003 - ], - [ - -117.29798789399996, - 33.88758517600007 - ], - [ - -117.29779062399996, - 33.887585870000066 - ], - [ - -117.29759335499995, - 33.88758656500005 - ], - [ - -117.297396086, - 33.88758725800005 - ], - [ - -117.29719881699998, - 33.88758795100006 - ], - [ - -117.29700154799997, - 33.88758864500005 - ], - [ - -117.29633736099998, - 33.887590930000044 - ], - [ - -117.29554596099996, - 33.887605147000045 - ], - [ - -117.29534677799995, - 33.88760871300008 - ], - [ - -117.29514920699995, - 33.88761224500007 - ], - [ - -117.29495429699995, - 33.88761573200003 - ], - [ - -117.29475798299995, - 33.88761924200003 - ], - [ - -117.294564617, - 33.887622700000065 - ], - [ - -117.29436612499995, - 33.88762624900005 - ], - [ - -117.29417266899998, - 33.88762970600004 - ], - [ - -117.29397564899995, - 33.88763322900007 - ], - [ - -117.29377909899995, - 33.88763674200004 - ], - [ - -117.29352756999998, - 33.887641237000025 - ], - [ - -117.29314722099997, - 33.88764803500004 - ], - [ - -117.29266287399997, - 33.88765669000003 - ], - [ - -117.29220343099996, - 33.88766489500006 - ], - [ - -117.29211379699996, - 33.887666496000065 - ], - [ - -117.29211210099999, - 33.888059260000034 - ], - [ - -117.29211086899994, - 33.88834408400004 - ], - [ - -117.29210988399996, - 33.88857219100004 - ], - [ - -117.29210947299998, - 33.88866722900008 - ], - [ - -117.29210886199996, - 33.88880845800003 - ], - [ - -117.29210800499999, - 33.88900652900003 - ], - [ - -117.29210728899994, - 33.88917220600007 - ], - [ - -117.29210657199997, - 33.88933788300005 - ], - [ - -117.29210585599998, - 33.88950356000004 - ], - [ - -117.29210514099998, - 33.88966923600003 - ], - [ - -117.29210454099996, - 33.88980801200006 - ], - [ - -117.29210442399994, - 33.88983491300007 - ], - [ - -117.29210370799996, - 33.89000058900007 - ], - [ - -117.29210299299996, - 33.89016626700004 - ], - [ - -117.29210227699997, - 33.890331943000035 - ], - [ - -117.29210156, - 33.89049761900003 - ], - [ - -117.29210151299998, - 33.89050838700007 - ], - [ - -117.29210084399995, - 33.89066329600007 - ], - [ - -117.29210012699997, - 33.890828973000055 - ], - [ - -117.29209941199997, - 33.89099464900005 - ], - [ - -117.292098695, - 33.89116032600003 - ], - [ - -117.29209798, - 33.891326003000074 - ], - [ - -117.29209726299996, - 33.89149168000006 - ], - [ - -117.29209654399995, - 33.89165735600005 - ], - [ - -117.29209582899995, - 33.89182303300004 - ], - [ - -117.29209511299996, - 33.89198870900003 - ], - [ - -117.29209439699997, - 33.89215438600007 - ], - [ - -117.29209368199997, - 33.89232006300006 - ], - [ - -117.29209296599998, - 33.89248574000004 - ], - [ - -117.29209213399997, - 33.892678096000054 - ], - [ - -117.29209098299998, - 33.89294448000004 - ], - [ - -117.29208992199995, - 33.89318984300007 - ], - [ - -117.292088203, - 33.89358733000006 - ], - [ - -117.29208711099994, - 33.89383967200007 - ], - [ - -117.29208639299998, - 33.89400646100006 - ], - [ - -117.292085698, - 33.89416694500005 - ], - [ - -117.29208498, - 33.894332994000024 - ], - [ - -117.29208426399998, - 33.89449861800006 - ], - [ - -117.29208353699994, - 33.89466651600003 - ], - [ - -117.29208283, - 33.89483015900004 - ], - [ - -117.29208216299998, - 33.89498432500005 - ], - [ - -117.29208212699996, - 33.89499277200008 - ], - [ - -117.29208141199996, - 33.89515801600004 - ], - [ - -117.29208068899999, - 33.89532511300007 - ], - [ - -117.29208000199998, - 33.89548429400003 - ], - [ - -117.29207929599994, - 33.89564765200004 - ], - [ - -117.29207858599995, - 33.89581195000005 - ], - [ - -117.29207786399996, - 33.895978902000024 - ], - [ - -117.29207716899998, - 33.89613985700004 - ], - [ - -117.29207645799994, - 33.89630425000007 - ], - [ - -117.29207572799999, - 33.89647314200005 - ], - [ - -117.292075346, - 33.89656137400004 - ], - [ - -117.29207498699998, - 33.896644439000056 - ], - [ - -117.292074631, - 33.89672688200005 - ], - [ - -117.29207430399998, - 33.89680229900006 - ], - [ - -117.29207360099997, - 33.89696493100007 - ], - [ - -117.292072884, - 33.897130541000024 - ], - [ - -117.292072164, - 33.89729721900005 - ], - [ - -117.29207145299995, - 33.89746178100006 - ], - [ - -117.29207074599998, - 33.897625091000066 - ], - [ - -117.29206982699998, - 33.89783807200007 - ], - [ - -117.29206910699997, - 33.898004395000044 - ], - [ - -117.29206873299995, - 33.898090496000066 - ], - [ - -117.29206836999998, - 33.89817481500006 - ], - [ - -117.29206802199997, - 33.898255316000075 - ], - [ - -117.29206766199997, - 33.89833867200008 - ], - [ - -117.29206671099996, - 33.898558527000034 - ], - [ - -117.29206551299995, - 33.898835543000075 - ], - [ - -117.29206448899998, - 33.899072483000054 - ], - [ - -117.29206413099996, - 33.89915520900007 - ], - [ - -117.29206377699995, - 33.89923702500005 - ], - [ - -117.29206268699994, - 33.89948942400002 - ], - [ - -117.29206183999997, - 33.89968520000008 - ], - [ - -117.29206129, - 33.89981264200003 - ], - [ - -117.29206098599997, - 33.89988251800003 - ], - [ - -117.29206016999996, - 33.900071352000055 - ], - [ - -117.29205935799996, - 33.90025923300004 - ], - [ - -117.29205850799997, - 33.90045583500006 - ], - [ - -117.29205815299997, - 33.90053779300007 - ], - [ - -117.29205766299998, - 33.90065109900007 - ], - [ - -117.29205679399996, - 33.90085207200008 - ], - [ - -117.29205594599995, - 33.90104818900005 - ], - [ - -117.29205512299995, - 33.90123855400003 - ], - [ - -117.29205429399997, - 33.90142996000003 - ], - [ - -117.29205350899997, - 33.901611959000036 - ], - [ - -117.29205267499998, - 33.90180448700005 - ], - [ - -117.29205185, - 33.90199577300007 - ], - [ - -117.29205103399994, - 33.90218439900008 - ], - [ - -117.29205100299998, - 33.90219193900003 - ], - [ - -117.29205064499996, - 33.90227438800002 - ], - [ - -117.29205020799998, - 33.902375214000074 - ], - [ - -117.29204938599997, - 33.90256548100007 - ], - [ - -117.29204903299996, - 33.902647056000035 - ], - [ - -117.29204858499997, - 33.90275078800005 - ], - [ - -117.29204772899999, - 33.90294869200005 - ], - [ - -117.29204687199996, - 33.90314651600005 - ], - [ - -117.29204602599998, - 33.90334235000006 - ], - [ - -117.29204442499997, - 33.90371253400008 - ], - [ - -117.29204303699998, - 33.904033480000066 - ], - [ - -117.29204268099994, - 33.90411560900003 - ], - [ - -117.29214196899994, - 33.90411511600007 - ], - [ - -117.292222171, - 33.90411472000005 - ], - [ - -117.29230455899994, - 33.90411431000007 - ], - [ - -117.29238695, - 33.90411390300005 - ], - [ - -117.29246933799999, - 33.90411349400006 - ], - [ - -117.29255172699999, - 33.90411308500006 - ], - [ - -117.29257036599995, - 33.90411299300007 - ], - [ - -117.29257207199998, - 33.90411298500004 - ], - [ - -117.29263411399995, - 33.90411267700006 - ], - [ - -117.29271650399994, - 33.90411226900005 - ], - [ - -117.29279889199995, - 33.90411186100005 - ], - [ - -117.29288128, - 33.90411145000007 - ], - [ - -117.29296366899996, - 33.90411104300006 - ], - [ - -117.29296688099998, - 33.904111026000066 - ], - [ - -117.29297009099997, - 33.904111011000055 - ], - [ - -117.29304605799996, - 33.90411063400006 - ], - [ - -117.29312844599997, - 33.90411022500007 - ], - [ - -117.29321083599996, - 33.90410981500003 - ], - [ - -117.29324448799997, - 33.90410964700004 - ], - [ - -117.29329322399997, - 33.90410940600003 - ], - [ - -117.29337561199998, - 33.90410899700004 - ], - [ - -117.29345800199997, - 33.90410858900003 - ], - [ - -117.29350047599996, - 33.904108378000046 - ], - [ - -117.29354038999998, - 33.90410817800006 - ], - [ - -117.29362277799999, - 33.90410777000005 - ], - [ - -117.29370516699998, - 33.90410736000007 - ], - [ - -117.29374432799995, - 33.904107166000074 - ], - [ - -117.29378755599998, - 33.904106951000074 - ], - [ - -117.29386994499998, - 33.90410654200008 - ], - [ - -117.29395233399998, - 33.90410613200004 - ], - [ - -117.29403472299998, - 33.90410572300004 - ], - [ - -117.29411711199998, - 33.90410531300006 - ], - [ - -117.2941995, - 33.904104904000064 - ], - [ - -117.29420736199995, - 33.90410486500008 - ], - [ - -117.294281889, - 33.904104493000034 - ], - [ - -117.29436427699994, - 33.90410408400004 - ], - [ - -117.29443337199996, - 33.90410374000004 - ], - [ - -117.29444666599994, - 33.904103676000034 - ], - [ - -117.29452905399995, - 33.90410326600005 - ], - [ - -117.29461144299995, - 33.904102855000076 - ], - [ - -117.29469263299995, - 33.90410245000004 - ], - [ - -117.29469383099996, - 33.904102444000046 - ], - [ - -117.29477622099995, - 33.90410203500005 - ], - [ - -117.29485860999995, - 33.90410162400008 - ], - [ - -117.29494099799996, - 33.904101214000036 - ], - [ - -117.29494425999997, - 33.904101198000035 - ], - [ - -117.29494752299996, - 33.90410118200003 - ], - [ - -117.29502338599997, - 33.90410080400005 - ], - [ - -117.29510577599996, - 33.90410039400007 - ], - [ - -117.29518741299995, - 33.90409998800004 - ], - [ - -117.29518816499996, - 33.90409998400003 - ], - [ - -117.29527055299997, - 33.90409957300005 - ], - [ - -117.29535294199997, - 33.90409916400006 - ], - [ - -117.29543441699997, - 33.90409875700004 - ], - [ - -117.29543532899999, - 33.90409875300003 - ], - [ - -117.29551771899997, - 33.904098342000054 - ], - [ - -117.29560010899996, - 33.90409793200007 - ], - [ - -117.29568249599998, - 33.90409752200003 - ], - [ - -117.295738686, - 33.904097240000056 - ], - [ - -117.29576488499998, - 33.904097111000056 - ], - [ - -117.29584727399998, - 33.90409670100007 - ], - [ - -117.295929662, - 33.90409628900005 - ], - [ - -117.296012051, - 33.90409587900007 - ], - [ - -117.29609444, - 33.90409546800004 - ], - [ - -117.29614868099998, - 33.904095195000025 - ], - [ - -117.296247167, - 33.904094705000034 - ], - [ - -117.29624768499997, - 33.90401232500005 - ], - [ - -117.29624773399996, - 33.904004619000034 - ], - [ - -117.296248677, - 33.90385463500007 - ], - [ - -117.29625210299997, - 33.903310205000025 - ], - [ - -117.2962536799999, - 33.903059797000026 - ], - [ - -117.29625498599995, - 33.90285202600006 - ], - [ - -117.29625837499998, - 33.90231341300006 - ], - [ - -117.296258621, - 33.90227439800003 - ], - [ - -117.296258895, - 33.902231063000045 - ], - [ - -117.29627549599996, - 33.902230893000024 - ], - [ - -117.29635784299995, - 33.90223004600006 - ], - [ - -117.29638992399998, - 33.90222971600008 - ], - [ - -117.29659896099997, - 33.90222756700007 - ], - [ - -117.29682157599996, - 33.902225275000035 - ], - [ - -117.29703506299995, - 33.90222307700003 - ], - [ - -117.29725277799997, - 33.90222083700007 - ], - [ - -117.29748445599995, - 33.90221845200006 - ], - [ - -117.29770207299998, - 33.90221621100005 - ], - [ - -117.29790930499996, - 33.90221407700005 - ], - [ - -117.29810336499997, - 33.90221207800005 - ], - [ - -117.29833694599995, - 33.902209672000026 - ], - [ - -117.29859791299998, - 33.90220698300004 - ], - [ - -117.29886280299996, - 33.902204253000036 - ], - [ - -117.29911874899994, - 33.902201613000045 - ], - [ - -117.29933559199998, - 33.902199379000024 - ], - [ - -117.29957561699996, - 33.90219690400005 - ], - [ - -117.29980098099998, - 33.902194579000025 - ], - [ - -117.30001730699996, - 33.90219234800003 - ], - [ - -117.30028572999998, - 33.90218957900004 - ], - [ - -117.30057591999997, - 33.90218658400005 - ], - [ - -117.30075034899994, - 33.90218478400004 - ], - [ - -117.30086087799998, - 33.90218364400005 - ], - [ - -117.30109142499998, - 33.902181262000056 - ], - [ - -117.30131106299996, - 33.90217899400005 - ], - [ - -117.30157052899995, - 33.90217631500008 - ], - [ - -117.30181417499995, - 33.902173797000046 - ], - [ - -117.30203274399997, - 33.90217154000004 - ], - [ - -117.30224526399996, - 33.90216934500006 - ], - [ - -117.30265457699994, - 33.902165112000034 - ], - [ - -117.30282270299995, - 33.90216337600003 - ], - [ - -117.30282339799999, - 33.90216336900005 - ], - [ - -117.30282306699996, - 33.90175990900008 - ], - [ - -117.30282343899995, - 33.90135010700004 - ], - [ - -117.30282359199998, - 33.90117874800006 - ], - [ - -117.30282374099994, - 33.90101435500003 - ], - [ - -117.30282409899996, - 33.90061832600003 - ], - [ - -117.302824349, - 33.900340639000035 - ], - [ - -117.30309814299994, - 33.90033625700005 - ], - [ - -117.30333534399995, - 33.90033246000007 - ], - [ - -117.30358475999998, - 33.900328467000065 - ], - [ - -117.30385306499994, - 33.90032417100008 - ], - [ - -117.30410559699999, - 33.900320126000054 - ], - [ - -117.30441817999997, - 33.90031512100006 - ], - [ - -117.30486306299997, - 33.90030799400006 - ], - [ - -117.305031666, - 33.90030529200004 - ], - [ - -117.30503323999994, - 33.90012099900002 - ], - [ - -117.30503549099996, - 33.89985773300003 - ], - [ - -117.30503826499995, - 33.899533131000055 - ], - [ - -117.30504004999995, - 33.89932429400005 - ], - [ - -117.30504151599996, - 33.89915255400007 - ], - [ - -117.30504300499996, - 33.89897842900007 - ], - [ - -117.30504458099995, - 33.898793838000074 - ], - [ - -117.30504620299996, - 33.898604257000045 - ], - [ - -117.30504718299994, - 33.89848935400005 - ], - [ - -117.30525964499998, - 33.89848744600005 - ], - [ - -117.30651040599997, - 33.89847642800004 - ], - [ - -117.30667314599998, - 33.898474993000036 - ], - [ - -117.307105622, - 33.89847118000006 - ], - [ - -117.30752240199996, - 33.89846750300006 - ], - [ - -117.30771898699999, - 33.89846576800005 - ], - [ - -117.307931441, - 33.89846389200005 - ], - [ - -117.30813064299997, - 33.898462135000045 - ], - [ - -117.30835433799996, - 33.89846016000007 - ], - [ - -117.30857350099996, - 33.89845822500007 - ], - [ - -117.308772923, - 33.89845646500004 - ], - [ - -117.30898531599996, - 33.89845458800005 - ], - [ - -117.30919330799998, - 33.89845275000005 - ], - [ - -117.309379203, - 33.89845110700003 - ], - [ - -117.30938849899997, - 33.898451032000025 - ], - [ - -117.30960373199997, - 33.89844931400006 - ], - [ - -117.30980461099995, - 33.89844771300005 - ], - [ - -117.31001975099997, - 33.89844599600008 - ], - [ - -117.31023499899999, - 33.89844427600008 - ], - [ - -117.31044727899996, - 33.89844258100004 - ], - [ - -117.31066690199998, - 33.89844082700006 - ], - [ - -117.31089075799997, - 33.89843903900004 - ], - [ - -117.31111609899995, - 33.89843723800004 - ], - [ - -117.31119830699998, - 33.898436580000066 - ], - [ - -117.31133851899995, - 33.89843525100002 - ], - [ - -117.31157427499994, - 33.89843301700006 - ], - [ - -117.31180980899995, - 33.89843078400003 - ], - [ - -117.31202940299994, - 33.89842870200005 - ], - [ - -117.31224876299996, - 33.898426622000045 - ], - [ - -117.31246841799998, - 33.89842453800003 - ], - [ - -117.31268939299997, - 33.89842244100004 - ], - [ - -117.31290598299995, - 33.898420386000055 - ], - [ - -117.31313437999995, - 33.89841821700003 - ], - [ - -117.3136179, - 33.898413627000025 - ], - [ - -117.31370328, - 33.898412816000075 - ], - [ - -117.31380272899997, - 33.89841187300004 - ], - [ - -117.31380155099998, - 33.89855661100006 - ], - [ - -117.31378709699999, - 33.90032824900004 - ], - [ - -117.31377305199999, - 33.90204968300003 - ], - [ - -117.31397071499998, - 33.90204735100008 - ], - [ - -117.31684987399996, - 33.90201333500005 - ], - [ - -117.31932176899994, - 33.901984079000044 - ], - [ - -117.31932313899995, - 33.90213143400007 - ], - [ - -117.31932400699998, - 33.90222459800003 - ], - [ - -117.31932760199999, - 33.902610440000046 - ], - [ - -117.31932834, - 33.90268958000007 - ], - [ - -117.31932925299998, - 33.90278760500007 - ], - [ - -117.31933272599997, - 33.903160445000026 - ], - [ - -117.31933835499996, - 33.90376472200006 - ], - [ - -117.31934152099996, - 33.90410452200007 - ], - [ - -117.319343216, - 33.90428653600003 - ], - [ - -117.31934503999997, - 33.904482286000075 - ], - [ - -117.31934683099996, - 33.90467457300008 - ], - [ - -117.31934861299999, - 33.90486586000003 - ], - [ - -117.319350295, - 33.905046267000046 - ], - [ - -117.31935196799998, - 33.90522596100004 - ], - [ - -117.31935364199995, - 33.905405538000025 - ], - [ - -117.31935531699997, - 33.90558559600004 - ], - [ - -117.31935698399997, - 33.905764357000066 - ], - [ - -117.31935865499997, - 33.90594383800004 - ], - [ - -117.319360696, - 33.906162883000036 - ], - [ - -117.31936226699997, - 33.90633152300006 - ], - [ - -117.31936387699994, - 33.90650421400005 - ], - [ - -117.31936550799998, - 33.90667921600004 - ], - [ - -117.31936710599996, - 33.90685078100006 - ], - [ - -117.31936898999999, - 33.907053027000075 - ], - [ - -117.31937056599998, - 33.90722224900003 - ], - [ - -117.31937219499997, - 33.90739711300006 - ], - [ - -117.31937398599996, - 33.90758947000006 - ], - [ - -117.319375773, - 33.907781097000054 - ], - [ - -117.31937755699994, - 33.90797265100008 - ], - [ - -117.31937998499996, - 33.90823331100006 - ], - [ - -117.31938226699998, - 33.90847826700008 - ], - [ - -117.31938279999997, - 33.90882405100007 - ], - [ - -117.31938320399996, - 33.90908506400007 - ], - [ - -117.31938346499999, - 33.90925433700005 - ], - [ - -117.31903894699997, - 33.909261025000035 - ], - [ - -117.31893140799997, - 33.909262375000026 - ], - [ - -117.31864872099999, - 33.90926592200003 - ], - [ - -117.31839022799994, - 33.90926916500007 - ], - [ - -117.31813974199997, - 33.90927230500006 - ], - [ - -117.31793959999999, - 33.90927481600005 - ], - [ - -117.31773771999997, - 33.909277348000046 - ], - [ - -117.31754044999997, - 33.90927982100004 - ], - [ - -117.31734711099995, - 33.90928224500004 - ], - [ - -117.317152062, - 33.90928469000005 - ], - [ - -117.31680609199998, - 33.90928902500008 - ], - [ - -117.31654567799995, - 33.90929228700003 - ], - [ - -117.31654623099996, - 33.90946357200005 - ], - [ - -117.31654748299997, - 33.90985123200005 - ], - [ - -117.31654841999995, - 33.91014124800006 - ], - [ - -117.31654960399999, - 33.91050798500004 - ], - [ - -117.31655077899995, - 33.91087123800003 - ], - [ - -117.31655099199997, - 33.910937223000076 - ], - [ - -117.31655199099998, - 33.91124648500005 - ], - [ - -117.31655312799995, - 33.91159884000007 - ], - [ - -117.31624941099994, - 33.911602420000065 - ], - [ - -117.31604268299998, - 33.911604856000054 - ], - [ - -117.31583706299995, - 33.911607281000045 - ], - [ - -117.31563624699999, - 33.911609647000034 - ], - [ - -117.31542945599995, - 33.91161208300008 - ], - [ - -117.31522965899995, - 33.911614436000036 - ], - [ - -117.31502748799994, - 33.91161681800003 - ], - [ - -117.31481933699996, - 33.91161926800004 - ], - [ - -117.31461589199995, - 33.91162166400005 - ], - [ - -117.31439974699998, - 33.91162421000007 - ], - [ - -117.31395298799998, - 33.91162946800006 - ], - [ - -117.31391826199996, - 33.91162987700005 - ], - [ - -117.31378516499996, - 33.91163144300003 - ], - [ - -117.31378672899996, - 33.912818264000066 - ], - [ - -117.31378706899994, - 33.91307728100003 - ], - [ - -117.31378762099996, - 33.91349640300007 - ], - [ - -117.31378876399998, - 33.91436290300004 - ], - [ - -117.31378931799998, - 33.91478363700003 - ], - [ - -117.31379073799997, - 33.915862496000045 - ], - [ - -117.313682213, - 33.91586331600007 - ], - [ - -117.31335330699994, - 33.91586593000005 - ], - [ - -117.31304611699994, - 33.91586886600004 - ], - [ - -117.31245414199998, - 33.915874522000024 - ], - [ - -117.31212658299995, - 33.91587765100007 - ], - [ - -117.31194498299999, - 33.91587932300007 - ], - [ - -117.31159223099996, - 33.915882570000065 - ], - [ - -117.31136854099998, - 33.91588462800007 - ], - [ - -117.311160901, - 33.91588651400008 - ], - [ - -117.31115134599997, - 33.91588660000008 - ], - [ - -117.31094338099996, - 33.91588851200004 - ], - [ - -117.31074562999999, - 33.91589032700006 - ], - [ - -117.310686305, - 33.91589087300002 - ], - [ - -117.31055117699998, - 33.91589211400003 - ], - [ - -117.31034683299998, - 33.91589384700006 - ], - [ - -117.31024795599996, - 33.915894696000066 - ], - [ - -117.31015897399999, - 33.915895714000044 - ], - [ - -117.30996122099998, - 33.91589739200003 - ], - [ - -117.30973633499997, - 33.91589847400007 - ], - [ - -117.30953701399994, - 33.91589851400005 - ], - [ - -117.309391, - 33.91589921700006 - ], - [ - -117.30915039299998, - 33.91590046700003 - ], - [ - -117.308952633, - 33.91590135800004 - ], - [ - -117.30884386499997, - 33.91590184800003 - ], - [ - -117.30875816999998, - 33.91590236400003 - ], - [ - -117.30854722499998, - 33.91590333000005 - ], - [ - -117.30833957999994, - 33.91590453500004 - ], - [ - -117.30830332099998, - 33.915904445000024 - ], - [ - -117.30812204299997, - 33.91590555100004 - ], - [ - -117.30791109799998, - 33.91590651100006 - ], - [ - -117.30776277599995, - 33.915907040000036 - ], - [ - -117.30760852399999, - 33.91590797400005 - ], - [ - -117.30751813499995, - 33.915908314000035 - ], - [ - -117.30721050399995, - 33.91590948800007 - ], - [ - -117.30721080499995, - 33.91567500200006 - ], - [ - -117.30721072999995, - 33.91556040800003 - ], - [ - -117.30721058599994, - 33.915316379000046 - ], - [ - -117.30721061699995, - 33.91525317400004 - ], - [ - -117.307210436, - 33.91515699300004 - ], - [ - -117.30721034399994, - 33.91498936100004 - ], - [ - -117.30721032699995, - 33.914959133000025 - ], - [ - -117.30721025399998, - 33.91482722500007 - ], - [ - -117.30721016799998, - 33.91466783800007 - ], - [ - -117.30721007899996, - 33.91450570200004 - ], - [ - -117.307210237, - 33.91438203800004 - ], - [ - -117.30721020399994, - 33.914340819000074 - ], - [ - -117.307210076, - 33.91418417800003 - ], - [ - -117.30720999899995, - 33.914087997000024 - ], - [ - -117.30720994199999, - 33.91401929800003 - ], - [ - -117.30720981699994, - 33.91386265500006 - ], - [ - -117.30720976699996, - 33.913799450000056 - ], - [ - -117.30720968399999, - 33.913697773000024 - ], - [ - -117.30720953399998, - 33.91351151400005 - ], - [ - -117.30720420699998, - 33.91334451800003 - ], - [ - -117.30720579599995, - 33.91334450900007 - ], - [ - -117.30720740899994, - 33.91309303700007 - ], - [ - -117.30645697799997, - 33.913100315000065 - ], - [ - -117.30572137599995, - 33.91310744300006 - ], - [ - -117.30572156399995, - 33.913402563000034 - ], - [ - -117.30572164699998, - 33.91353666700007 - ], - [ - -117.30572170899995, - 33.91367736900003 - ], - [ - -117.30554328699998, - 33.91394021800005 - ], - [ - -117.30501889299995, - 33.91394931000008 - ], - [ - -117.30501879299999, - 33.91409880600003 - ], - [ - -117.30501889499999, - 33.91426781700005 - ], - [ - -117.30501842599995, - 33.914639360000024 - ], - [ - -117.30501836099995, - 33.91473829100005 - ], - [ - -117.30501813099994, - 33.91507940900004 - ], - [ - -117.30501785599995, - 33.91548452600006 - ], - [ - -117.30501704499994, - 33.91668413300005 - ], - [ - -117.30074496999998, - 33.91672581800003 - ], - [ - -117.29850398999997, - 33.916747626000074 - ], - [ - -117.29624596899998, - 33.916769558000055 - ], - [ - -117.28754461699998, - 33.91685593900007 - ], - [ - -117.28410218099998, - 33.916877817000056 - ], - [ - -117.28384387299997, - 33.91687945600006 - ], - [ - -117.283658216, - 33.91688063200007 - ], - [ - -117.28365816899998, - 33.91688063200007 - ], - [ - -117.28365760799994, - 33.91688063600003 - ], - [ - -117.28357965999999, - 33.916881129000046 - ], - [ - -117.28319725899996, - 33.91688355300005 - ], - [ - -117.28319728399998, - 33.91688361000007 - ], - [ - -117.28793486, - 33.92775801300007 - ], - [ - -117.28835762299997, - 33.92775503200005 - ], - [ - -117.28869758399998, - 33.928544733000024 - ], - [ - -117.288723845, - 33.92960896000005 - ], - [ - -117.28872389499998, - 33.929610644000036 - ], - [ - -117.288732311, - 33.929849786000034 - ], - [ - -117.28874582299994, - 33.93009044900003 - ], - [ - -117.288764373, - 33.93033087900005 - ], - [ - -117.28878795699995, - 33.93057100300007 - ], - [ - -117.28881656799996, - 33.930810747000066 - ], - [ - -117.28885020999996, - 33.93105014500003 - ], - [ - -117.28890691, - 33.931387219000044 - ], - [ - -117.28878977799997, - 33.931387948000065 - ], - [ - -117.28755007799998, - 33.93139588400004 - ], - [ - -117.28708900699996, - 33.93139970800007 - ], - [ - -117.287090289, - 33.93147846100004 - ], - [ - -117.28709051099997, - 33.93147846100004 - ], - [ - -117.28709139399996, - 33.93154623600003 - ], - [ - -117.28709141, - 33.93154744100008 - ], - [ - -117.28709142499997, - 33.93154864700006 - ], - [ - -117.28709144199996, - 33.931549853000035 - ], - [ - -117.28709145799996, - 33.93155105900007 - ], - [ - -117.28709147399996, - 33.93155226400006 - ], - [ - -117.28709148899998, - 33.93155346900005 - ], - [ - -117.28709150499998, - 33.931554676000076 - ], - [ - -117.28709152199997, - 33.931555881000065 - ], - [ - -117.28709153799997, - 33.931557087000044 - ], - [ - -117.28709155299998, - 33.93155829400007 - ], - [ - -117.28709156899998, - 33.93155949900006 - ], - [ - -117.28709158499998, - 33.93156070400005 - ], - [ - -117.28709160099999, - 33.93156191000003 - ], - [ - -117.28709161699999, - 33.931563115000074 - ], - [ - -117.28709185899999, - 33.93158193000005 - ], - [ - -117.28709210199997, - 33.93160049200003 - ], - [ - -117.28709211799998, - 33.931601699000055 - ], - [ - -117.28709213299999, - 33.931602904000044 - ], - [ - -117.28709214899999, - 33.931604109000034 - ], - [ - -117.28709216599998, - 33.93160531500007 - ], - [ - -117.28709218199998, - 33.93160652100005 - ], - [ - -117.287092197, - 33.93160772600004 - ], - [ - -117.28709222899994, - 33.93161013800005 - ], - [ - -117.28709224599999, - 33.93161134400003 - ], - [ - -117.28709226099994, - 33.93161254800003 - ], - [ - -117.28709229299994, - 33.93161496000005 - ], - [ - -117.28709230899995, - 33.93161616500004 - ], - [ - -117.28709232499995, - 33.93161737200006 - ], - [ - -117.28709234099995, - 33.93161857700005 - ], - [ - -117.28709235699995, - 33.93161978400008 - ], - [ - -117.28709237299995, - 33.93162098800008 - ], - [ - -117.28709238799996, - 33.931622194000056 - ], - [ - -117.28709240499995, - 33.931623400000035 - ], - [ - -117.28709242099995, - 33.93162460600007 - ], - [ - -117.28709243699996, - 33.93162581100006 - ], - [ - -117.28709245199997, - 33.93162701700004 - ], - [ - -117.28709246799997, - 33.931628223000075 - ], - [ - -117.28709249999997, - 33.931630633000054 - ], - [ - -117.28709251499998, - 33.93163184000008 - ], - [ - -117.28709253099998, - 33.93163304500007 - ], - [ - -117.28709254699999, - 33.93163425000006 - ], - [ - -117.28709256399998, - 33.93163545700003 - ], - [ - -117.28709257899999, - 33.931636662000074 - ], - [ - -117.287092595, - 33.93163786700006 - ], - [ - -117.287092611, - 33.93163907300004 - ], - [ - -117.287092627, - 33.93164027800003 - ], - [ - -117.287092643, - 33.93164148400007 - ], - [ - -117.28709265899994, - 33.93164269000005 - ], - [ - -117.28709267499994, - 33.931643896000026 - ], - [ - -117.28709269099994, - 33.93164510100007 - ], - [ - -117.28709270599995, - 33.93164630700005 - ], - [ - -117.28709272299994, - 33.93164751300003 - ], - [ - -117.28709273899995, - 33.931648718000076 - ], - [ - -117.28709275499995, - 33.931649924000055 - ], - [ - -117.28709276999996, - 33.931651130000034 - ], - [ - -117.28709278599996, - 33.931652335000024 - ], - [ - -117.28709281699997, - 33.93165474600005 - ], - [ - -117.28709283299997, - 33.93165595200003 - ], - [ - -117.28709284899998, - 33.931657158000064 - ], - [ - -117.28709286499998, - 33.931658363000054 - ], - [ - -117.28709288099998, - 33.93165956800004 - ], - [ - -117.28709289699998, - 33.93166077500007 - ], - [ - -117.28709291299998, - 33.93166198000006 - ], - [ - -117.28709292899998, - 33.93166318600004 - ], - [ - -117.287092944, - 33.93166439100003 - ], - [ - -117.28709296099998, - 33.93166559700006 - ], - [ - -117.28709297699999, - 33.93166680300004 - ], - [ - -117.28709299299999, - 33.93166800800003 - ], - [ - -117.28709300799994, - 33.931669215000056 - ], - [ - -117.28709302399994, - 33.931670420000046 - ], - [ - -117.287093041, - 33.931671624000046 - ], - [ - -117.287093057, - 33.93167283100007 - ], - [ - -117.287093073, - 33.93167403600006 - ], - [ - -117.28709308799995, - 33.93167524300003 - ], - [ - -117.28709310399995, - 33.93167644700003 - ], - [ - -117.28709312099994, - 33.931677654000055 - ], - [ - -117.28709313699994, - 33.931678858000055 - ], - [ - -117.28709315199995, - 33.931680064000034 - ], - [ - -117.28709316799996, - 33.93168127000007 - ], - [ - -117.28709318399996, - 33.93168247500006 - ], - [ - -117.28709319999996, - 33.93168368000005 - ], - [ - -117.28709321599996, - 33.931684887000074 - ], - [ - -117.28709324699997, - 33.93168729900003 - ], - [ - -117.28709326199998, - 33.93168850400008 - ], - [ - -117.28709329399999, - 33.93169091400006 - ], - [ - -117.28709332399995, - 33.93169332700006 - ], - [ - -117.28709335499997, - 33.93169573800003 - ], - [ - -117.28709337099997, - 33.931696944000066 - ], - [ - -117.28709340199998, - 33.931699355000035 - ], - [ - -117.28709354399996, - 33.93171020600005 - ], - [ - -117.28709357399998, - 33.93171261700007 - ], - [ - -117.28709358999998, - 33.93171382300005 - ], - [ - -117.28709362099994, - 33.93171623300003 - ], - [ - -117.28709363699994, - 33.93171744000006 - ], - [ - -117.28709365299994, - 33.931718645000046 - ], - [ - -117.28709366799995, - 33.931719850000036 - ], - [ - -117.28709369999996, - 33.93172226200005 - ], - [ - -117.28709372999998, - 33.931724673000076 - ], - [ - -117.28709374699997, - 33.931725879000055 - ], - [ - -117.28709376199998, - 33.931727085000034 - ], - [ - -117.28709377799998, - 33.93172829100007 - ], - [ - -117.28709379399999, - 33.93172949700005 - ], - [ - -117.28709380999999, - 33.93173070200004 - ], - [ - -117.28709382599999, - 33.93173190600004 - ], - [ - -117.287093842, - 33.931733113000064 - ], - [ - -117.287093858, - 33.93173431800005 - ], - [ - -117.287093874, - 33.93173552300004 - ], - [ - -117.28709388899995, - 33.93173673000007 - ], - [ - -117.28709390599994, - 33.93173793500006 - ], - [ - -117.28709392199994, - 33.93173914000005 - ], - [ - -117.28709395199996, - 33.93174155200006 - ], - [ - -117.28709396899995, - 33.93174275800004 - ], - [ - -117.28709399899998, - 33.93174516900007 - ], - [ - -117.28709401499998, - 33.931746375000046 - ], - [ - -117.287094046, - 33.93174878700006 - ], - [ - -117.287094062, - 33.93174999100006 - ], - [ - -117.28709409299995, - 33.931752403000075 - ], - [ - -117.28709410899995, - 33.931753609000054 - ], - [ - -117.28709412499995, - 33.93175481500003 - ], - [ - -117.28709415499998, - 33.93175722600006 - ], - [ - -117.28709417199997, - 33.93175843000006 - ], - [ - -117.287094202, - 33.931760842000074 - ], - [ - -117.287094218, - 33.93176204800005 - ], - [ - -117.287094234, - 33.93176325400003 - ], - [ - -117.28709425099998, - 33.93176445900008 - ], - [ - -117.28709426599994, - 33.93176566600005 - ], - [ - -117.28709429699995, - 33.931768076000026 - ], - [ - -117.28709432799997, - 33.93177048800004 - ], - [ - -117.28709434399997, - 33.93177169300003 - ], - [ - -117.28709435899998, - 33.931772900000055 - ], - [ - -117.28709437499998, - 33.931774105000045 - ], - [ - -117.28709439199997, - 33.931775310000035 - ], - [ - -117.28709440799997, - 33.931776515000024 - ], - [ - -117.28709442299998, - 33.93177772100006 - ], - [ - -117.28709443899999, - 33.93177892700004 - ], - [ - -117.28709445499999, - 33.93178013200003 - ], - [ - -117.28709447199998, - 33.931781338000064 - ], - [ - -117.287094487, - 33.93178254400004 - ], - [ - -117.28709451799995, - 33.93178495500007 - ], - [ - -117.28709453399995, - 33.93178616100005 - ], - [ - -117.28709454999995, - 33.93178736700003 - ], - [ - -117.28709456599995, - 33.93178857300006 - ], - [ - -117.28709458199995, - 33.93178977800005 - ], - [ - -117.28709459799995, - 33.93179098400003 - ], - [ - -117.28709461399995, - 33.93179219000007 - ], - [ - -117.28709462999996, - 33.93179339500006 - ], - [ - -117.28709464599996, - 33.931794600000046 - ], - [ - -117.28709467599998, - 33.93179701200006 - ], - [ - -117.28709469299997, - 33.93179821700005 - ], - [ - -117.28709470899997, - 33.931799424000076 - ], - [ - -117.28709472399999, - 33.931800629000065 - ], - [ - -117.28709473999999, - 33.931801834000055 - ], - [ - -117.28709475599999, - 33.931803040000034 - ], - [ - -117.28709477299998, - 33.93180424500002 - ], - [ - -117.287094788, - 33.93180545100006 - ], - [ - -117.28709480299995, - 33.93180665700004 - ], - [ - -117.28709481899995, - 33.93180786400006 - ], - [ - -117.28709485, - 33.93181027400004 - ], - [ - -117.28709486599996, - 33.93181148000008 - ], - [ - -117.28709488099997, - 33.93181268600006 - ], - [ - -117.28709489699997, - 33.93181389200004 - ], - [ - -117.28709491399997, - 33.93181509800007 - ], - [ - -117.28709492999997, - 33.93181630500004 - ], - [ - -117.28709496, - 33.93181871500008 - ], - [ - -117.287094976, - 33.931819921000056 - ], - [ - -117.28709499299998, - 33.931821126000045 - ], - [ - -117.287095008, - 33.931822331000035 - ], - [ - -117.28709502399994, - 33.93182353700007 - ], - [ - -117.2870950399999, - 33.93182474300005 - ], - [ - -117.28709510299996, - 33.931829565000044 - ], - [ - -117.28709514999997, - 33.93183318200005 - ], - [ - -117.28709518, - 33.93183559300007 - ], - [ - -117.28709519699999, - 33.93183679900005 - ], - [ - -117.28709521299999, - 33.93183800500003 - ], - [ - -117.28709522799994, - 33.93183921100007 - ], - [ - -117.28709524399994, - 33.931840417000046 - ], - [ - -117.28709527499996, - 33.93184282800007 - ], - [ - -117.28709529099996, - 33.93184403200007 - ], - [ - -117.28709530699996, - 33.93184523800005 - ], - [ - -117.28709532299996, - 33.93184644300004 - ], - [ - -117.28709535399997, - 33.931848855000055 - ], - [ - -117.28709538399994, - 33.93185126700007 - ], - [ - -117.28709539999994, - 33.93185247200006 - ], - [ - -117.28709541699999, - 33.93185367800004 - ], - [ - -117.28709543199994, - 33.931854884000074 - ], - [ - -117.28709544799995, - 33.931856089000064 - ], - [ - -117.28709546399995, - 33.93185729500004 - ], - [ - -117.28709547999995, - 33.93185850100008 - ], - [ - -117.28709549499996, - 33.93185970700006 - ], - [ - -117.28709552599997, - 33.931862118000026 - ], - [ - -117.28709554099999, - 33.93186332300007 - ], - [ - -117.28709555799998, - 33.93186452800006 - ], - [ - -117.28709557399998, - 33.93186573500003 - ], - [ - -117.28709558999998, - 33.93186694000008 - ], - [ - -117.287095605, - 33.931868147000046 - ], - [ - -117.287095637, - 33.931870556000035 - ], - [ - -117.28709565199995, - 33.93187176200007 - ], - [ - -117.28709566799995, - 33.93187296800005 - ], - [ - -117.28709569899996, - 33.931875379000076 - ], - [ - -117.28709571499996, - 33.931876586000044 - ], - [ - -117.28709573099997, - 33.93187779100003 - ], - [ - -117.28709574599998, - 33.93187899600008 - ], - [ - -117.28709576199998, - 33.93188020200006 - ], - [ - -117.28709577799998, - 33.93188140800004 - ], - [ - -117.287095793, - 33.93188261300003 - ], - [ - -117.28709580799995, - 33.93188382000005 - ], - [ - -117.28709582399995, - 33.93188502400005 - ], - [ - -117.28709583999995, - 33.93188623000003 - ], - [ - -117.28709585399997, - 33.93188743500008 - ], - [ - -117.28709586899998, - 33.93188864100006 - ], - [ - -117.28709588499999, - 33.931889847000036 - ], - [ - -117.2870959, - 33.931891052000026 - ], - [ - -117.28709592999996, - 33.93189346300005 - ], - [ - -117.28709594699995, - 33.93189466900003 - ], - [ - -117.28709596199997, - 33.93189587400008 - ], - [ - -117.287095992, - 33.931898286000035 - ], - [ - -117.28709600899998, - 33.93189949200007 - ], - [ - -117.287096024, - 33.93190069800005 - ], - [ - -117.28709603899995, - 33.93190190300004 - ], - [ - -117.28709605499995, - 33.931903110000064 - ], - [ - -117.28709606999996, - 33.931904314000064 - ], - [ - -117.28709608599996, - 33.931905519000054 - ], - [ - -117.28709610199996, - 33.93190672500003 - ], - [ - -117.28709611599999, - 33.93190793100007 - ], - [ - -117.28709613299998, - 33.93190913700005 - ], - [ - -117.28709614799999, - 33.93191034200004 - ], - [ - -117.28709616299994, - 33.93191154900006 - ], - [ - -117.28709617799996, - 33.93191275300006 - ], - [ - -117.28709619499995, - 33.93191395900004 - ], - [ - -117.28709621099995, - 33.93191516500008 - ], - [ - -117.28709622499997, - 33.93191637100006 - ], - [ - -117.28709623999998, - 33.931917576000046 - ], - [ - -117.28709625599998, - 33.931918782000025 - ], - [ - -117.28709627099994, - 33.93191998800006 - ], - [ - -117.28709628699994, - 33.93192119400004 - ], - [ - -117.28709630099996, - 33.93192239800004 - ], - [ - -117.28709654799997, - 33.93194160500008 - ], - [ - -117.28707651299999, - 33.93193146700003 - ], - [ - -117.28707585999996, - 33.93193113700005 - ], - [ - -117.28707481099997, - 33.93193060600004 - ], - [ - -117.28707310799996, - 33.93192974400006 - ], - [ - -117.28707140599994, - 33.93192888300007 - ], - [ - -117.28706970099995, - 33.93192802100003 - ], - [ - -117.28706905099995, - 33.931927691000055 - ], - [ - -117.287068, - 33.931927159000054 - ], - [ - -117.28706734699995, - 33.931926829000076 - ], - [ - -117.28706629799996, - 33.931926298000064 - ], - [ - -117.28706564599997, - 33.93192596800003 - ], - [ - -117.28706499199996, - 33.93192563800005 - ], - [ - -117.28706394199997, - 33.93192510700004 - ], - [ - -117.28706223799998, - 33.93192424600005 - ], - [ - -117.28706013699997, - 33.93192318200005 - ], - [ - -117.28705908699999, - 33.931922651000036 - ], - [ - -117.28705803699995, - 33.931922119000035 - ], - [ - -117.28705738499997, - 33.93192179000005 - ], - [ - -117.28705633399994, - 33.931921259000035 - ], - [ - -117.28705397899995, - 33.93192006700008 - ], - [ - -117.28705292899997, - 33.93191953500008 - ], - [ - -117.28705122599996, - 33.93191867400003 - ], - [ - -117.28704847199998, - 33.93191728100004 - ], - [ - -117.28704782099999, - 33.93191695000007 - ], - [ - -117.28704676999996, - 33.93191641900006 - ], - [ - -117.28704611799998, - 33.931916089000026 - ], - [ - -117.28704506799994, - 33.931915557000025 - ], - [ - -117.28704441599996, - 33.93191522700005 - ], - [ - -117.28704336499999, - 33.931914695000046 - ], - [ - -117.28704100999994, - 33.93191350400008 - ], - [ - -117.28703995999996, - 33.93191297300007 - ], - [ - -117.28703930799998, - 33.93191264200004 - ], - [ - -117.28703550299997, - 33.93191071700005 - ], - [ - -117.28703485199998, - 33.93191038700007 - ], - [ - -117.28703249799997, - 33.93190919500006 - ], - [ - -117.287031846, - 33.93190886600007 - ], - [ - -117.28703079399997, - 33.93190833400007 - ], - [ - -117.28703014299998, - 33.931908004000036 - ], - [ - -117.28702909199995, - 33.931907473000024 - ], - [ - -117.28702778799999, - 33.93190681200008 - ], - [ - -117.287025686, - 33.931905749000066 - ], - [ - -117.28702438199997, - 33.931905089000054 - ], - [ - -117.287023332, - 33.93190455800004 - ], - [ - -117.28702228199995, - 33.93190402700003 - ], - [ - -117.28702057799995, - 33.93190316500005 - ], - [ - -117.28701952899996, - 33.93190263300005 - ], - [ - -117.287018478, - 33.93190210100005 - ], - [ - -117.28701742799996, - 33.931901570000036 - ], - [ - -117.28701677499998, - 33.93190124000006 - ], - [ - -117.28701572399996, - 33.93190070700007 - ], - [ - -117.287014022, - 33.93189984600008 - ], - [ - -117.28701297199996, - 33.93189931500007 - ], - [ - -117.28701231999997, - 33.93189898400004 - ], - [ - -117.28701126899995, - 33.93189845300003 - ], - [ - -117.28701021899997, - 33.93189792100003 - ], - [ - -117.28700916799994, - 33.93189738900003 - ], - [ - -117.28700811699997, - 33.93189685800007 - ], - [ - -117.287007067, - 33.93189632700006 - ], - [ - -117.28700601599996, - 33.93189579500006 - ], - [ - -117.28700496599998, - 33.93189526400005 - ], - [ - -117.28700431399994, - 33.93189493400007 - ], - [ - -117.287002611, - 33.931894072000034 - ], - [ - -117.28700195799996, - 33.93189374200006 - ], - [ - -117.28700090799998, - 33.931893211000045 - ], - [ - -117.28699985699996, - 33.93189268000003 - ], - [ - -117.28699880699997, - 33.93189214800003 - ], - [ - -117.28699710499995, - 33.93189128600005 - ], - [ - -117.28699435099998, - 33.93188989300006 - ], - [ - -117.28699264899996, - 33.93188903200007 - ], - [ - -117.28698989499998, - 33.931887638000035 - ], - [ - -117.28698884399995, - 33.93188710600003 - ], - [ - -117.28698714299998, - 33.931886245000044 - ], - [ - -117.28698438899994, - 33.93188485100006 - ], - [ - -117.28698373799995, - 33.93188452100003 - ], - [ - -117.28698098499996, - 33.93188312800004 - ], - [ - -117.28697928199995, - 33.93188226600006 - ], - [ - -117.28697718099994, - 33.931881203000046 - ], - [ - -117.28697547899998, - 33.931880342000056 - ], - [ - -117.28697442699996, - 33.931879810000055 - ], - [ - -117.28697337799997, - 33.93187927900004 - ], - [ - -117.28697167499996, - 33.931878417000064 - ], - [ - -117.28696997099996, - 33.93187755500003 - ], - [ - -117.28696892099998, - 33.93187702400007 - ], - [ - -117.286966168, - 33.931875631000025 - ], - [ - -117.28696551699994, - 33.93187530000006 - ], - [ - -117.28696446699996, - 33.931874769000046 - ], - [ - -117.28696381299994, - 33.93187443900007 - ], - [ - -117.28696276299996, - 33.93187390700007 - ], - [ - -117.28696105999995, - 33.93187304600008 - ], - [ - -117.28696000999997, - 33.93187251400008 - ], - [ - -117.28695830699996, - 33.93187165300003 - ], - [ - -117.28695725699998, - 33.931871122000075 - ], - [ - -117.28695660399995, - 33.93187079200004 - ], - [ - -117.286954504, - 33.93186972800004 - ], - [ - -117.28695385099996, - 33.93186939800006 - ], - [ - -117.28695215, - 33.93186853700007 - ], - [ - -117.286950446, - 33.931867674000046 - ], - [ - -117.28694769299995, - 33.931866281000055 - ], - [ - -117.28694428899996, - 33.93186455800003 - ], - [ - -117.28694258599995, - 33.93186369700004 - ], - [ - -117.28694153499998, - 33.93186316500004 - ], - [ - -117.28693918, - 33.931861973000025 - ], - [ - -117.28693812999995, - 33.93186144200007 - ], - [ - -117.28693642699994, - 33.931860581000024 - ], - [ - -117.28693537699996, - 33.93186004900008 - ], - [ - -117.286934724, - 33.931859718000055 - ], - [ - -117.28693367399995, - 33.93185918700004 - ], - [ - -117.28693197099994, - 33.931858325000064 - ], - [ - -117.28693131999995, - 33.931857996000076 - ], - [ - -117.28693066599999, - 33.93185766600004 - ], - [ - -117.28692961599995, - 33.93185713400004 - ], - [ - -117.28692791499998, - 33.93185627300005 - ], - [ - -117.28692516199999, - 33.93185487900007 - ], - [ - -117.286923458, - 33.931854017000035 - ], - [ - -117.28692280699994, - 33.93185368700006 - ], - [ - -117.28692070499994, - 33.931852624000044 - ], - [ - -117.28691965499996, - 33.93185209200004 - ], - [ - -117.286919002, - 33.931851762000065 - ], - [ - -117.28691795199995, - 33.93185123100005 - ], - [ - -117.28691690199997, - 33.93185069900005 - ], - [ - -117.28691519799997, - 33.93184983800006 - ], - [ - -117.286914148, - 33.93184930500007 - ], - [ - -117.28691309799996, - 33.93184877500005 - ], - [ - -117.28691099599996, - 33.931847710000056 - ], - [ - -117.28690994599998, - 33.931847180000034 - ], - [ - -117.28690889599994, - 33.93184664800003 - ], - [ - -117.28690784599996, - 33.93184611600003 - ], - [ - -117.28690679599998, - 33.931845585000076 - ], - [ - -117.28690574499996, - 33.931845053000075 - ], - [ - -117.28690469499998, - 33.93184452100007 - ], - [ - -117.28690364399995, - 33.93184399000006 - ], - [ - -117.28690154399999, - 33.93184292600006 - ], - [ - -117.28690049199997, - 33.93184239500005 - ], - [ - -117.28689944299998, - 33.931841863000045 - ], - [ - -117.28688034699996, - 33.93183220000003 - ], - [ - -117.28686144099999, - 33.93182263400007 - ], - [ - -117.28686078899995, - 33.93182230300005 - ], - [ - -117.286859086, - 33.93182144200006 - ], - [ - -117.28685803399998, - 33.931820910000056 - ], - [ - -117.28685738399997, - 33.93182058100007 - ], - [ - -117.28685633299995, - 33.931820049000066 - ], - [ - -117.28685463, - 33.93181918700003 - ], - [ - -117.28685357899997, - 33.93181865500003 - ], - [ - -117.28685252999998, - 33.931818124000074 - ], - [ - -117.28685147899995, - 33.93181759200007 - ], - [ - -117.28685082599998, - 33.93181726200004 - ], - [ - -117.28684912399996, - 33.93181640000006 - ], - [ - -117.28684807399998, - 33.93181587000004 - ], - [ - -117.28684532099999, - 33.931814476000056 - ], - [ - -117.28684361799998, - 33.93181361400008 - ], - [ - -117.28684151599998, - 33.931812551000064 - ], - [ - -117.28683811299999, - 33.93181082900003 - ], - [ - -117.28683430799998, - 33.93180890300005 - ], - [ - -117.28683365499995, - 33.93180857300007 - ], - [ - -117.28683090199996, - 33.93180718100007 - ], - [ - -117.28682985199998, - 33.93180664800008 - ], - [ - -117.28682880199995, - 33.931806118000054 - ], - [ - -117.286827099, - 33.931805256000075 - ], - [ - -117.28682604799997, - 33.931804724000074 - ], - [ - -117.28682499699994, - 33.93180419200007 - ], - [ - -117.28682394799995, - 33.93180366100006 - ], - [ - -117.28682289699998, - 33.93180312900006 - ], - [ - -117.28682184599995, - 33.93180259700006 - ], - [ - -117.28682079599997, - 33.931802066000046 - ], - [ - -117.28682014399999, - 33.93180173700006 - ], - [ - -117.28681949199995, - 33.931801406000034 - ], - [ - -117.28681883999997, - 33.931801076000056 - ], - [ - -117.28681778899994, - 33.931800544000055 - ], - [ - -117.28681608599999, - 33.931799683000065 - ], - [ - -117.28681438399997, - 33.93179882100003 - ], - [ - -117.28681267999997, - 33.93179795900005 - ], - [ - -117.28681163099998, - 33.93179742900003 - ], - [ - -117.28681097899994, - 33.93179709800006 - ], - [ - -117.28680992899996, - 33.93179656700005 - ], - [ - -117.28680887699994, - 33.93179603500005 - ], - [ - -117.28680822499996, - 33.93179570500007 - ], - [ - -117.28680757299998, - 33.931795374000046 - ], - [ - -117.28680652399999, - 33.931794843000034 - ], - [ - -117.28680587099996, - 33.93179451300006 - ], - [ - -117.28680416699996, - 33.93179365100008 - ], - [ - -117.28680311699998, - 33.931793120000066 - ], - [ - -117.28680206599995, - 33.931792588000064 - ], - [ - -117.28680141599995, - 33.93179225800003 - ], - [ - -117.28680036499998, - 33.93179172600003 - ], - [ - -117.28679800999998, - 33.93179053400007 - ], - [ - -117.28679695899996, - 33.93179000200007 - ], - [ - -117.286795257, - 33.931789141000024 - ], - [ - -117.28679355499997, - 33.931788280000035 - ], - [ - -117.28679185199996, - 33.931787417000066 - ], - [ - -117.28679080099994, - 33.931786886000054 - ], - [ - -117.28679014899996, - 33.93178655600008 - ], - [ - -117.28678949799996, - 33.93178622600004 - ], - [ - -117.286788447, - 33.93178569400004 - ], - [ - -117.28678779499995, - 33.93178536500005 - ], - [ - -117.28678609199994, - 33.93178450200003 - ], - [ - -117.28678439, - 33.93178364200003 - ], - [ - -117.28678268599998, - 33.93178278000005 - ], - [ - -117.28678163599994, - 33.93178224800005 - ], - [ - -117.28678058599996, - 33.931781717000035 - ], - [ - -117.28677993399998, - 33.93178138800005 - ], - [ - -117.28677888399994, - 33.931780855000056 - ], - [ - -117.28677783199998, - 33.931780323000055 - ], - [ - -117.28677717999994, - 33.93177999400007 - ], - [ - -117.28677612999996, - 33.931779462000065 - ], - [ - -117.28677547799998, - 33.93177913200003 - ], - [ - -117.28677442799994, - 33.931778601000076 - ], - [ - -117.28677337699997, - 33.931778069000075 - ], - [ - -117.28677232599995, - 33.93177753600003 - ], - [ - -117.28677167499995, - 33.93177720600005 - ], - [ - -117.28677062399998, - 33.93177667500004 - ], - [ - -117.28676957299996, - 33.931776143000036 - ], - [ - -117.28676786999995, - 33.931775282000046 - ], - [ - -117.28676576999999, - 33.93177421900003 - ], - [ - -117.28676236399997, - 33.931772495000075 - ], - [ - -117.28676131399999, - 33.93177196400006 - ], - [ - -117.28675856099994, - 33.931770570000026 - ], - [ - -117.28675751099996, - 33.93177003900007 - ], - [ - -117.28675580799995, - 33.931769177000035 - ], - [ - -117.28675475699998, - 33.93176864600008 - ], - [ - -117.28675370699995, - 33.93176811400008 - ], - [ - -117.28675265599998, - 33.93176758200008 - ], - [ - -117.28674990299999, - 33.93176618900003 - ], - [ - -117.28674820099997, - 33.93176532700005 - ], - [ - -117.28674715099999, - 33.93176479600004 - ], - [ - -117.28674609899997, - 33.93176426400004 - ], - [ - -117.286745049, - 33.931763733000025 - ], - [ - -117.28674439699995, - 33.93176340300005 - ], - [ - -117.28674269499999, - 33.93176254100007 - ], - [ - -117.28674164399996, - 33.93176201000006 - ], - [ - -117.28674059399998, - 33.931761477000066 - ], - [ - -117.28673889099997, - 33.931760616000076 - ], - [ - -117.286737841, - 33.931760085000064 - ], - [ - -117.28673718799996, - 33.93175975400004 - ], - [ - -117.28671727499994, - 33.931749678000074 - ], - [ - -117.28669813799996, - 33.931739993000065 - ], - [ - -117.286697087, - 33.93173946100006 - ], - [ - -117.28669538399998, - 33.93173859900003 - ], - [ - -117.28669368099997, - 33.93173773800004 - ], - [ - -117.28669157999997, - 33.931736675000025 - ], - [ - -117.28669052899994, - 33.93173614400007 - ], - [ - -117.28668842899998, - 33.931735081000056 - ], - [ - -117.28668777699994, - 33.93173475000003 - ], - [ - -117.28668607399999, - 33.93173388900004 - ], - [ - -117.28668437099998, - 33.931733026000074 - ], - [ - -117.28668332099994, - 33.93173249600005 - ], - [ - -117.28668227099996, - 33.93173196400005 - ], - [ - -117.28668122, - 33.93173143300004 - ], - [ - -117.28668016899996, - 33.93173090200003 - ], - [ - -117.28667911799994, - 33.93173037100007 - ], - [ - -117.28667846499997, - 33.93173004000005 - ], - [ - -117.28667741499999, - 33.931729509000036 - ], - [ - -117.28667571299997, - 33.931728648000046 - ], - [ - -117.28667295999998, - 33.931727255000055 - ], - [ - -117.28667020699999, - 33.931725862000064 - ], - [ - -117.286667852, - 33.93172467000005 - ], - [ - -117.28666680099997, - 33.93172413800005 - ], - [ - -117.28666509799996, - 33.93172327700006 - ], - [ - -117.28666404799998, - 33.93172274500006 - ], - [ - -117.28666234499997, - 33.93172188300008 - ], - [ - -117.28666129499999, - 33.93172135200007 - ], - [ - -117.28665959199998, - 33.93172049000003 - ], - [ - -117.28665854199994, - 33.93171995800003 - ], - [ - -117.28665683799994, - 33.93171909600005 - ], - [ - -117.28665578799996, - 33.93171856500004 - ], - [ - -117.28665448399994, - 33.93171790400004 - ], - [ - -117.28665238299999, - 33.93171684200007 - ], - [ - -117.28664962899995, - 33.93171544900002 - ], - [ - -117.28664897899995, - 33.931715119000046 - ], - [ - -117.28664687899999, - 33.93171405500004 - ], - [ - -117.28664582799996, - 33.93171352400003 - ], - [ - -117.286645175, - 33.931713193000064 - ], - [ - -117.28664412499995, - 33.93171266200005 - ], - [ - -117.28664242099995, - 33.93171180000007 - ], - [ - -117.28664176899997, - 33.93171147100003 - ], - [ - -117.28663901599998, - 33.93171007700005 - ], - [ - -117.28663796599994, - 33.93170954500005 - ], - [ - -117.28663626399998, - 33.93170868400006 - ], - [ - -117.28663561099995, - 33.93170835400008 - ], - [ - -117.28663455999998, - 33.93170782100003 - ], - [ - -117.28663390999998, - 33.931707492000044 - ], - [ - -117.28663285899995, - 33.93170696000004 - ], - [ - -117.28663220699997, - 33.931706630000065 - ], - [ - -117.28663115599994, - 33.93170609800006 - ], - [ - -117.28663050499995, - 33.93170576800003 - ], - [ - -117.28662945199994, - 33.93170523500004 - ], - [ - -117.28662775199996, - 33.93170437500004 - ], - [ - -117.28662604999994, - 33.93170351300006 - ], - [ - -117.28662499899997, - 33.93170298100006 - ], - [ - -117.28662394799994, - 33.931702449000056 - ], - [ - -117.28662289699997, - 33.931701918000044 - ], - [ - -117.28662184799998, - 33.93170138600004 - ], - [ - -117.28662014399998, - 33.931700524000064 - ], - [ - -117.28661844199996, - 33.93169966200003 - ], - [ - -117.28661739199998, - 33.93169913200006 - ], - [ - -117.28661634099996, - 33.93169859900007 - ], - [ - -117.28661463799995, - 33.931697738000025 - ], - [ - -117.28661253699994, - 33.93169667500007 - ], - [ - -117.28661188599995, - 33.931696345000034 - ], - [ - -117.28660978399995, - 33.93169528000004 - ], - [ - -117.28660873499996, - 33.93169475000008 - ], - [ - -117.28660768299994, - 33.931694218000075 - ], - [ - -117.28660663299996, - 33.93169368700006 - ], - [ - -117.28660558099995, - 33.93169315500006 - ], - [ - -117.28660453099997, - 33.93169262300006 - ], - [ - -117.28660387999997, - 33.931692293000026 - ], - [ - -117.28660282899995, - 33.931691761000025 - ], - [ - -117.28660217699996, - 33.93169143200004 - ], - [ - -117.28660047399995, - 33.93169056900007 - ], - [ - -117.28659942399997, - 33.931690039000046 - ], - [ - -117.28659706899998, - 33.93168884700003 - ], - [ - -117.28659431699998, - 33.93168745300005 - ], - [ - -117.28659221499998, - 33.93168638900005 - ], - [ - -117.28659116499995, - 33.93168585800004 - ], - [ - -117.28659051299996, - 33.93168552900005 - ], - [ - -117.28658880999996, - 33.931684666000024 - ], - [ - -117.28658775999997, - 33.93168413500007 - ], - [ - -117.28658670899995, - 33.93168360300007 - ], - [ - -117.28658605699997, - 33.93168327300003 - ], - [ - -117.28658500699999, - 33.93168274200008 - ], - [ - -117.28658395599996, - 33.931682210000076 - ], - [ - -117.28658290499999, - 33.931681678000075 - ], - [ - -117.28658185499995, - 33.93168114700006 - ], - [ - -117.28658120399996, - 33.93168081600004 - ], - [ - -117.28658015199994, - 33.93168028400004 - ], - [ - -117.28657910299995, - 33.93167975400007 - ], - [ - -117.28657845099997, - 33.93167942300005 - ], - [ - -117.28657739999994, - 33.93167889100005 - ], - [ - -117.28657634999996, - 33.931678360000035 - ], - [ - -117.28657529799995, - 33.93167782800003 - ], - [ - -117.28657424799997, - 33.93167729700008 - ], - [ - -117.28657359599998, - 33.931676967000044 - ], - [ - -117.28657254599995, - 33.93167643500004 - ], - [ - -117.28657149599997, - 33.93167590400003 - ], - [ - -117.28657044499994, - 33.93167537200003 - ], - [ - -117.28656979299996, - 33.93167504200005 - ], - [ - -117.28656874199999, - 33.93167450900006 - ], - [ - -117.28656769099996, - 33.93167397800005 - ], - [ - -117.28656703899998, - 33.93167364900006 - ], - [ - -117.28656493799997, - 33.93167258600005 - ], - [ - -117.28656323699994, - 33.93167172400007 - ], - [ - -117.28656218499998, - 33.93167119300006 - ], - [ - -117.28656153299994, - 33.93167086300008 - ], - [ - -117.28656048199997, - 33.93167033100008 - ], - [ - -117.28655877899996, - 33.93166947000003 - ], - [ - -117.28655773, - 33.93166893800003 - ], - [ - -117.28655707699994, - 33.93166860800005 - ], - [ - -117.28655642499996, - 33.931668278000075 - ], - [ - -117.28655537499998, - 33.93166774600007 - ], - [ - -117.28655472199995, - 33.93166741600004 - ], - [ - -117.28655367299996, - 33.93166688500003 - ], - [ - -117.28655196899996, - 33.93166602300005 - ], - [ - -117.28655091999997, - 33.931665492000036 - ], - [ - -117.28654986799995, - 33.931664959000045 - ], - [ - -117.28654881799997, - 33.93166442900008 - ], - [ - -117.28654816699998, - 33.931664099000045 - ], - [ - -117.28654711499996, - 33.931663566000054 - ], - [ - -117.28654606499998, - 33.93166303500004 - ], - [ - -117.28654541299994, - 33.931662705000065 - ], - [ - -117.28654436299996, - 33.93166217400005 - ], - [ - -117.28654371099998, - 33.93166184300003 - ], - [ - -117.28654305899994, - 33.93166151300005 - ], - [ - -117.28654200699998, - 33.93166098100005 - ], - [ - -117.28654135499994, - 33.93166065100007 - ], - [ - -117.28654030499996, - 33.93166012100005 - ], - [ - -117.28653823699995, - 33.93165907400004 - ], - [ - -117.28653816599996, - 33.93165903800008 - ], - [ - -117.28653805399995, - 33.931658981000055 - ], - [ - -117.28653794099995, - 33.93165892400003 - ], - [ - -117.28653787199994, - 33.93165888900006 - ], - [ - -117.28653768899994, - 33.93165879600008 - ], - [ - -117.28653757599994, - 33.931658740000046 - ], - [ - -117.286537464, - 33.93165868300008 - ], - [ - -117.28653716899998, - 33.931658533000075 - ], - [ - -117.28653709899999, - 33.93165849800005 - ], - [ - -117.28653698599999, - 33.93165844200007 - ], - [ - -117.28653691699998, - 33.931658406000054 - ], - [ - -117.28653673499997, - 33.93165831300007 - ], - [ - -117.28653662099998, - 33.93165825700004 - ], - [ - -117.28653655099998, - 33.93165822200007 - ], - [ - -117.28653625699997, - 33.93165807300005 - ], - [ - -117.28653603099997, - 33.93165795900006 - ], - [ - -117.28653548299997, - 33.931657682000036 - ], - [ - -117.28653525799996, - 33.93165756900004 - ], - [ - -117.28653507499996, - 33.931657476000055 - ], - [ - -117.28653489299995, - 33.93165738400006 - ], - [ - -117.286534486, - 33.931657177000034 - ], - [ - -117.28653437299994, - 33.93165712100006 - ], - [ - -117.28653419099999, - 33.931657028000075 - ], - [ - -117.28653382699997, - 33.93165684400003 - ], - [ - -117.28653371399997, - 33.931656787000065 - ], - [ - -117.28653360099997, - 33.93165673000004 - ], - [ - -117.28653330599997, - 33.93165658000004 - ], - [ - -117.28653312499995, - 33.931656489000034 - ], - [ - -117.28653294199995, - 33.93165639600005 - ], - [ - -117.28653257699995, - 33.931656211000075 - ], - [ - -117.28653246399995, - 33.93165615300006 - ], - [ - -117.28653228299999, - 33.93165606200006 - ], - [ - -117.28653216899994, - 33.931656005000036 - ], - [ - -117.28653205699999, - 33.93165594800007 - ], - [ - -117.28653176199998, - 33.931655799000055 - ], - [ - -117.286531691, - 33.93165576400003 - ], - [ - -117.28653157899998, - 33.93165570700006 - ], - [ - -117.28653139699998, - 33.93165561400008 - ], - [ - -117.28653132699998, - 33.93165557900005 - ], - [ - -117.28653121399998, - 33.93165552200003 - ], - [ - -117.28653103199997, - 33.931655430000035 - ], - [ - -117.28653096199997, - 33.931655394000074 - ], - [ - -117.28653084899997, - 33.93165533700005 - ], - [ - -117.28653073699996, - 33.931655281000076 - ], - [ - -117.28653066699997, - 33.93165524600005 - ], - [ - -117.28653055299998, - 33.931655188000036 - ], - [ - -117.28653037199996, - 33.93165509600004 - ], - [ - -117.28653025899996, - 33.93165503900008 - ], - [ - -117.28653014699995, - 33.931654982000055 - ], - [ - -117.28652996399995, - 33.93165489000006 - ], - [ - -117.28652989499994, - 33.93165485500003 - ], - [ - -117.28652978199995, - 33.93165479700008 - ], - [ - -117.28652959899995, - 33.93165470500003 - ], - [ - -117.28652948699994, - 33.93165464700007 - ], - [ - -117.28652941699994, - 33.931654612000045 - ], - [ - -117.28652930399994, - 33.93165455500008 - ], - [ - -117.28652919099994, - 33.93165449900005 - ], - [ - -117.28652907799994, - 33.931654442000024 - ], - [ - -117.286529009, - 33.93165440700005 - ], - [ - -117.28652889699998, - 33.93165435000003 - ], - [ - -117.28652878399998, - 33.931654293000065 - ], - [ - -117.28652871399999, - 33.93165425700005 - ], - [ - -117.28652853299997, - 33.931654166000044 - ], - [ - -117.28652841999997, - 33.93165410900008 - ], - [ - -117.28652823699997, - 33.93165401600004 - ], - [ - -117.28652812399997, - 33.93165395800003 - ], - [ - -117.28652805399997, - 33.931653923000056 - ], - [ - -117.28652798499996, - 33.93165388800003 - ], - [ - -117.28652775999996, - 33.93165377300005 - ], - [ - -117.28652768999996, - 33.93165373800008 - ], - [ - -117.28652750799995, - 33.93165364600003 - ], - [ - -117.28652743699996, - 33.93165361100006 - ], - [ - -117.28652732599994, - 33.931653554000036 - ], - [ - -117.28652725499995, - 33.931653518000076 - ], - [ - -117.28652707199996, - 33.931653426000025 - ], - [ - -117.28652695999995, - 33.93165337000005 - ], - [ - -117.28652688999995, - 33.93165333400003 - ], - [ - -117.28652682099994, - 33.93165329900006 - ], - [ - -117.28652670799994, - 33.93165324100005 - ], - [ - -117.28652659499994, - 33.93165318500007 - ], - [ - -117.28652652599999, - 33.931653150000045 - ], - [ - -117.28652641199994, - 33.93165309200003 - ], - [ - -117.28652630099998, - 33.93165303600006 - ], - [ - -117.286526117, - 33.93165294200003 - ], - [ - -117.28652600599997, - 33.93165288600005 - ], - [ - -117.28652589299998, - 33.93165282900003 - ], - [ - -117.28652582299998, - 33.93165279400006 - ], - [ - -117.28652570999998, - 33.931652737000036 - ], - [ - -117.28652559699998, - 33.93165268000007 - ], - [ - -117.28652548499997, - 33.93165262300005 - ], - [ - -117.28652537399995, - 33.93165256700007 - ], - [ - -117.28652518899997, - 33.93165247400003 - ], - [ - -117.28652507599998, - 33.931652417000066 - ], - [ - -117.28652496399997, - 33.931652360000044 - ], - [ - -117.28652489499996, - 33.93165232500007 - ], - [ - -117.28652478199996, - 33.93165226900004 - ], - [ - -117.28652351699998, - 33.931651628000054 - ], - [ - -117.28651511299995, - 33.93164737600006 - ], - [ - -117.28642856399995, - 33.93162452400003 - ], - [ - -117.28642667399998, - 33.93163141600007 - ], - [ - -117.28642342799998, - 33.93164117600003 - ], - [ - -117.28642041999996, - 33.93164902900003 - ], - [ - -117.286417009, - 33.93165676700005 - ], - [ - -117.28641193299995, - 33.93166690900006 - ], - [ - -117.28640623499996, - 33.93167681800003 - ], - [ - -117.28640158099995, - 33.93168409100008 - ], - [ - -117.28639655599994, - 33.93169119000004 - ], - [ - -117.28638937599999, - 33.93170040700005 - ], - [ - -117.28638163099998, - 33.93170930100007 - ], - [ - -117.286373347, - 33.93171785100003 - ], - [ - -117.28636454499997, - 33.93172603200003 - ], - [ - -117.28635524599997, - 33.93173382300006 - ], - [ - -117.28634797599994, - 33.931739410000034 - ], - [ - -117.28626139799997, - 33.93184400400003 - ], - [ - -117.28625199699997, - 33.93183654500007 - ], - [ - -117.28625155499998, - 33.93183619300004 - ], - [ - -117.28625112499998, - 33.93183585200006 - ], - [ - -117.28625069499998, - 33.93183551100003 - ], - [ - -117.286250253, - 33.93183516000005 - ], - [ - -117.286249823, - 33.93183481800003 - ], - [ - -117.28624938099995, - 33.931834467000044 - ], - [ - -117.28624894999996, - 33.93183412500008 - ], - [ - -117.28624850699998, - 33.93183377400004 - ], - [ - -117.28624807699998, - 33.931833434000055 - ], - [ - -117.28624763299996, - 33.931833082000026 - ], - [ - -117.28624720399995, - 33.93183274200004 - ], - [ - -117.28624676099997, - 33.93183239000007 - ], - [ - -117.28624633199996, - 33.931832049000036 - ], - [ - -117.28624545899999, - 33.93183135600003 - ], - [ - -117.28624458499996, - 33.93183066300003 - ], - [ - -117.28624371299998, - 33.93182997100007 - ], - [ - -117.28624327099999, - 33.93182962000003 - ], - [ - -117.28624284099999, - 33.931829278000066 - ], - [ - -117.28624239899995, - 33.931828927000026 - ], - [ - -117.28624196799996, - 33.93182858600005 - ], - [ - -117.28624153799996, - 33.93182824400003 - ], - [ - -117.28624109599997, - 33.93182789300005 - ], - [ - -117.28624066599997, - 33.931827551000026 - ], - [ - -117.286239793, - 33.93182685900007 - ], - [ - -117.28623892199994, - 33.931826166000064 - ], - [ - -117.28623847799997, - 33.931825815000025 - ], - [ - -117.28623760499994, - 33.93182512200008 - ], - [ - -117.28623673399994, - 33.93182442900007 - ], - [ - -117.28623586199996, - 33.93182373600007 - ], - [ - -117.28623543099997, - 33.93182339500004 - ], - [ - -117.28623498899998, - 33.931823044000055 - ], - [ - -117.286234558, - 33.93182270300008 - ], - [ - -117.28623411599995, - 33.93182235100005 - ], - [ - -117.28623368499996, - 33.931822011000065 - ], - [ - -117.28623325599995, - 33.931821669000044 - ], - [ - -117.28623238399996, - 33.93182097600004 - ], - [ - -117.28623151, - 33.931820284000025 - ], - [ - -117.28623106799995, - 33.93181993200005 - ], - [ - -117.28623063699996, - 33.93181959100008 - ], - [ - -117.28623019499997, - 33.93181924000004 - ], - [ - -117.28622976399998, - 33.931818898000074 - ], - [ - -117.28622933599996, - 33.93181855700004 - ], - [ - -117.28622889299999, - 33.93181820600006 - ], - [ - -117.28622846199994, - 33.93181786400004 - ], - [ - -117.28622801999995, - 33.931817514000045 - ], - [ - -117.28622758799997, - 33.93181717300007 - ], - [ - -117.28622714599999, - 33.93181682100004 - ], - [ - -117.28622671599999, - 33.931816480000066 - ], - [ - -117.286225845, - 33.93181578700006 - ], - [ - -117.28622541399994, - 33.93181544600003 - ], - [ - -117.286224098, - 33.93181440200004 - ], - [ - -117.286223668, - 33.93181406100007 - ], - [ - -117.28622322599995, - 33.93181371000003 - ], - [ - -117.28622235399996, - 33.931813017000025 - ], - [ - -117.28622148, - 33.93181232400008 - ], - [ - -117.28622103899994, - 33.93181197300004 - ], - [ - -117.28622016599996, - 33.93181128100008 - ], - [ - -117.28621973499997, - 33.93181093900006 - ], - [ - -117.28621929299999, - 33.931810588000076 - ], - [ - -117.28621886199994, - 33.931810246000055 - ], - [ - -117.28621841999995, - 33.93180989500007 - ], - [ - -117.28621799099994, - 33.93180955400004 - ], - [ - -117.28621711799997, - 33.931808861000036 - ], - [ - -117.286216245, - 33.93180816800003 - ], - [ - -117.28621449999997, - 33.93180678300007 - ], - [ - -117.28621407099996, - 33.93180644200004 - ], - [ - -117.28621275399996, - 33.93180539800005 - ], - [ - -117.28621188299996, - 33.93180470500005 - ], - [ - -117.28621101099998, - 33.93180401200004 - ], - [ - -117.28621056699996, - 33.93180366000007 - ], - [ - -117.28620969499997, - 33.931802969000046 - ], - [ - -117.286208822, - 33.93180227500005 - ], - [ - -117.28620794999995, - 33.93180158200005 - ], - [ - -117.28620751899996, - 33.93180124100007 - ], - [ - -117.28620621799996, - 33.93180020800003 - ], - [ - -117.28620577499998, - 33.931799856000055 - ], - [ - -117.28620534399994, - 33.93179951400003 - ], - [ - -117.28620447199995, - 33.931798822000076 - ], - [ - -117.28620359999996, - 33.93179812900007 - ], - [ - -117.28620315699999, - 33.93179777800003 - ], - [ - -117.28620272699999, - 33.931797438000046 - ], - [ - -117.28620229599994, - 33.931797096000025 - ], - [ - -117.28620186699999, - 33.93179675500005 - ], - [ - -117.28620099499994, - 33.931796062000046 - ], - [ - -117.28620012099998, - 33.93179536900004 - ], - [ - -117.28619969199997, - 33.93179502800007 - ], - [ - -117.28619926099998, - 33.931794687000036 - ], - [ - -117.286198819, - 33.93179433600005 - ], - [ - -117.28619838799995, - 33.93179399500008 - ], - [ - -117.28619751499997, - 33.931793302000074 - ], - [ - -117.28619708499997, - 33.93179296100004 - ], - [ - -117.28619665599996, - 33.93179262000007 - ], - [ - -117.28619578299998, - 33.93179192700006 - ], - [ - -117.28619534099994, - 33.93179157600008 - ], - [ - -117.28619491099994, - 33.93179123500005 - ], - [ - -117.28619403799996, - 33.931790542000044 - ], - [ - -117.28619317799996, - 33.93178986000004 - ], - [ - -117.28619273599998, - 33.931789508000065 - ], - [ - -117.28619230499999, - 33.931789167000034 - ], - [ - -117.28619143299994, - 33.931788475000076 - ], - [ - -117.28619100299994, - 33.931788133000055 - ], - [ - -117.28619012999997, - 33.93178744000005 - ], - [ - -117.28618925799998, - 33.931786748000036 - ], - [ - -117.28618838399996, - 33.93178605400004 - ], - [ - -117.28618706999998, - 33.931785011000045 - ], - [ - -117.28618619799994, - 33.93178431800004 - ], - [ - -117.28618576799994, - 33.931783977000066 - ], - [ - -117.28618532399997, - 33.93178362500004 - ], - [ - -117.28618489499996, - 33.93178328400006 - ], - [ - -117.28618445199999, - 33.93178293300008 - ], - [ - -117.28618358099999, - 33.93178223900003 - ], - [ - -117.28618313799996, - 33.931781888000046 - ], - [ - -117.28618270799996, - 33.93178154700007 - ], - [ - -117.28618226499998, - 33.93178119500004 - ], - [ - -117.28618183499998, - 33.93178085400007 - ], - [ - -117.28618139199995, - 33.93178050300003 - ], - [ - -117.286180963, - 33.93178016100006 - ], - [ - -117.286179356, - 33.93177888500003 - ], - [ - -117.28617409399999, - 33.931774708000034 - ], - [ - -117.28616477699995, - 33.931767310000055 - ], - [ - -117.28616434899999, - 33.93176696900008 - ], - [ - -117.28616390499997, - 33.93176661800004 - ], - [ - -117.28616365899995, - 33.931766423000056 - ], - [ - -117.28616318099995, - 33.93176604200005 - ], - [ - -117.28616303399997, - 33.931765925000036 - ], - [ - -117.286162688, - 33.931765651000035 - ], - [ - -117.28616219499997, - 33.93176526000008 - ], - [ - -117.286162161, - 33.93176523200003 - ], - [ - -117.28616171699997, - 33.93176488000006 - ], - [ - -117.28616127499998, - 33.931764530000066 - ], - [ - -117.28616122399995, - 33.931764489000045 - ], - [ - -117.28616083299994, - 33.93176417900003 - ], - [ - -117.28616025199995, - 33.93176371900006 - ], - [ - -117.28615977499999, - 33.93176333800005 - ], - [ - -117.28615952999996, - 33.93176314500005 - ], - [ - -117.286159296, - 33.931762958000036 - ], - [ - -117.28615908799998, - 33.931762793000075 - ], - [ - -117.28615864399995, - 33.931762441000046 - ], - [ - -117.28615832499997, - 33.93176218800005 - ], - [ - -117.28615821499994, - 33.93176210100006 - ], - [ - -117.28615783099997, - 33.931761796000046 - ], - [ - -117.28615735199998, - 33.93176141600003 - ], - [ - -117.28615733, - 33.93176139800005 - ], - [ - -117.286156899, - 33.931761057000074 - ], - [ - -117.28615685999995, - 33.93176102600006 - ], - [ - -117.28615645599996, - 33.931760705000045 - ], - [ - -117.28615638199994, - 33.93176064600004 - ], - [ - -117.28615588899999, - 33.93176025400004 - ], - [ - -117.28615558499996, - 33.93176001300003 - ], - [ - -117.28615514099994, - 33.93175966100006 - ], - [ - -117.28615491799997, - 33.931759484000054 - ], - [ - -117.28615471199998, - 33.931759320000026 - ], - [ - -117.28615443999996, - 33.93175910400004 - ], - [ - -117.2861542699999, - 33.931758968000054 - ], - [ - -117.28615394699995, - 33.93175871200003 - ], - [ - -117.28615383799996, - 33.93175862700008 - ], - [ - -117.28615345399999, - 33.931758322000064 - ], - [ - -117.28615339599997, - 33.93175827500005 - ], - [ - -117.28615297099998, - 33.93175793800003 - ], - [ - -117.28615252399999, - 33.931757584000025 - ], - [ - -117.28615248299997, - 33.93175755100003 - ], - [ - -117.28615209299994, - 33.93175724200006 - ], - [ - -117.28615200399997, - 33.93175717100007 - ], - [ - -117.28615166399999, - 33.93175690100003 - ], - [ - -117.28615122199994, - 33.931756550000046 - ], - [ - -117.28615103299995, - 33.93175640100003 - ], - [ - -117.28615077799998, - 33.93175619800007 - ], - [ - -117.28615054, - 33.931756009000026 - ], - [ - -117.28615034899997, - 33.93175585800003 - ], - [ - -117.28615006099994, - 33.931755629000065 - ], - [ - -117.286149906, - 33.93175550600006 - ], - [ - -117.28614947499995, - 33.93175516400004 - ], - [ - -117.28614908999998, - 33.93175485900008 - ], - [ - -117.28614903199997, - 33.931754813000055 - ], - [ - -117.286148159, - 33.93175412000005 - ], - [ - -117.28614811899996, - 33.93175408800005 - ], - [ - -117.28614771599996, - 33.93175376900007 - ], - [ - -117.28614728699995, - 33.931753429000025 - ], - [ - -117.28614684399997, - 33.93175307700005 - ], - [ - -117.28614666799996, - 33.931752937000056 - ], - [ - -117.28614641399997, - 33.93175273700007 - ], - [ - -117.28614569699994, - 33.93175216700007 - ], - [ - -117.28614554099994, - 33.93175204400006 - ], - [ - -117.286145219, - 33.93175178700005 - ], - [ - -117.28614509899995, - 33.931751693000024 - ], - [ - -117.28614473899995, - 33.931751406000046 - ], - [ - -117.28614423599998, - 33.93175100800005 - ], - [ - -117.28614335299994, - 33.931750306000026 - ], - [ - -117.28614327699995, - 33.931750245000046 - ], - [ - -117.28614279699997, - 33.93174986500003 - ], - [ - -117.28614248199995, - 33.93174961500006 - ], - [ - -117.28614230499994, - 33.93174947500006 - ], - [ - -117.28614205099996, - 33.93174927300004 - ], - [ - -117.28614182499996, - 33.93174909500004 - ], - [ - -117.28614162099996, - 33.93174893200006 - ], - [ - -117.28614133399998, - 33.93174870300004 - ], - [ - -117.28614117899997, - 33.93174858100008 - ], - [ - -117.28614074899997, - 33.93174824000005 - ], - [ - -117.286140376, - 33.93174794400005 - ], - [ - -117.286140306, - 33.931747888000075 - ], - [ - -117.286139876, - 33.931747546000054 - ], - [ - -117.28613943299996, - 33.93174719500007 - ], - [ - -117.28613940499997, - 33.931747173000076 - ], - [ - -117.28613900399995, - 33.93174685400004 - ], - [ - -117.28613891299995, - 33.93174678200006 - ], - [ - -117.28613857399995, - 33.931746512000075 - ], - [ - -117.28613843499994, - 33.931746401000055 - ], - [ - -117.28613814399995, - 33.931746170000054 - ], - [ - -117.286137957, - 33.93174602100004 - ], - [ - -117.28613770099997, - 33.93174581900007 - ], - [ - -117.28613746299999, - 33.93174563000008 - ], - [ - -117.28613727199996, - 33.93174547700005 - ], - [ - -117.28613698599997, - 33.93174525100005 - ], - [ - -117.28613684099997, - 33.931745136000075 - ], - [ - -117.28613649199997, - 33.93174485900005 - ], - [ - -117.28613639899999, - 33.931744786000024 - ], - [ - -117.28613601399996, - 33.93174448000008 - ], - [ - -117.28613596799994, - 33.93174444400006 - ], - [ - -117.28613553499997, - 33.93174410100005 - ], - [ - -117.28613505599998, - 33.93174372000004 - ], - [ - -117.28613456299996, - 33.93174332900003 - ], - [ - -117.28613423699994, - 33.93174306900005 - ], - [ - -117.28613408499996, - 33.93174294800008 - ], - [ - -117.28613380699994, - 33.93174272700003 - ], - [ - -117.28613359299999, - 33.93174255800005 - ], - [ - -117.28613293399997, - 33.931742034000024 - ], - [ - -117.28613262199997, - 33.93174178600003 - ], - [ - -117.28613214299997, - 33.93174140600007 - ], - [ - -117.28613206199998, - 33.931741342000066 - ], - [ - -117.28613164099994, - 33.931741008000074 - ], - [ - -117.28613117199995, - 33.93174063600003 - ], - [ - -117.28613075899995, - 33.93174030800003 - ], - [ - -117.28613067999999, - 33.93174024500007 - ], - [ - -117.28613033, - 33.931739967000055 - ], - [ - -117.286130201, - 33.931739864000065 - ], - [ - -117.28612988799995, - 33.931739615000026 - ], - [ - -117.28612970799998, - 33.93173947300005 - ], - [ - -117.28612945699996, - 33.93173927400005 - ], - [ - -117.28612922999997, - 33.93173909400008 - ], - [ - -117.28612901399998, - 33.93173892100003 - ], - [ - -117.28612875199997, - 33.93173871300007 - ], - [ - -117.28612825899995, - 33.93173832200006 - ], - [ - -117.28612778099995, - 33.93173794300003 - ], - [ - -117.28612771399997, - 33.93173788800004 - ], - [ - -117.28612728799999, - 33.931737551000026 - ], - [ - -117.28612684099994, - 33.93173719600003 - ], - [ - -117.28612680999998, - 33.931737171000066 - ], - [ - -117.28612631799996, - 33.93173678100004 - ], - [ - -117.28612596799996, - 33.931736503000025 - ], - [ - -117.28612534599995, - 33.931736009000076 - ], - [ - -117.28612486799994, - 33.93173563000005 - ], - [ - -117.28612465299994, - 33.93173545900004 - ], - [ - -117.28612437499999, - 33.931735239000034 - ], - [ - -117.28612422199996, - 33.93173511700007 - ], - [ - -117.28612389699998, - 33.93173485900007 - ], - [ - -117.28612340399997, - 33.93173446700007 - ], - [ - -117.28612334999997, - 33.93173442500006 - ], - [ - -117.28612292499997, - 33.93173408700005 - ], - [ - -117.286122477, - 33.931733732000055 - ], - [ - -117.28612195499994, - 33.93173331700007 - ], - [ - -117.28612160399996, - 33.93173304000004 - ], - [ - -117.28612147499996, - 33.93173293800004 - ], - [ - -117.28612098299999, - 33.931732546000035 - ], - [ - -117.28612073199997, - 33.931732347000036 - ], - [ - -117.28612001199997, - 33.93173177500006 - ], - [ - -117.28611985999999, - 33.93173165400003 - ], - [ - -117.28611904, - 33.93173100400003 - ], - [ - -117.28611856099997, - 33.93173062400007 - ], - [ - -117.28611811299999, - 33.93173026900007 - ], - [ - -117.28611806899994, - 33.93173023300005 - ], - [ - -117.286117591, - 33.931729854000025 - ], - [ - -117.28611724099994, - 33.931729576000066 - ], - [ - -117.28611709599994, - 33.93172946200008 - ], - [ - -117.28611679699998, - 33.931729225000026 - ], - [ - -117.28611636899996, - 33.93172888500004 - ], - [ - -117.28611612499998, - 33.931728692000036 - ], - [ - -117.28611592599998, - 33.93172853200008 - ], - [ - -117.28611564699997, - 33.931728312000075 - ], - [ - -117.28611515399996, - 33.93172792000007 - ], - [ - -117.28611505299995, - 33.931727840000065 - ], - [ - -117.28611467599995, - 33.93172754100004 - ], - [ - -117.28611418199995, - 33.93172715000003 - ], - [ - -117.28611373799998, - 33.93172679600008 - ], - [ - -117.286113705, - 33.93172677000007 - ], - [ - -117.28611330799998, - 33.931726455000046 - ], - [ - -117.28611286599994, - 33.931726103000074 - ], - [ - -117.28611273399997, - 33.93172599800005 - ], - [ - -117.28611242299996, - 33.931725752000034 - ], - [ - -117.28611224099996, - 33.93172560700003 - ], - [ - -117.28611198099998, - 33.93172540000006 - ], - [ - -117.28611176299995, - 33.93172522800006 - ], - [ - -117.28611127, - 33.93172483700005 - ], - [ - -117.28611110799994, - 33.93172470900004 - ], - [ - -117.28611066499997, - 33.931724357000064 - ], - [ - -117.28611029799998, - 33.93172406600007 - ], - [ - -117.28611022299998, - 33.931724006000024 - ], - [ - -117.28610981999998, - 33.931723686000055 - ], - [ - -117.28610977999995, - 33.93172365400005 - ], - [ - -117.28610932799995, - 33.93172329500004 - ], - [ - -117.28610890699997, - 33.93172296100005 - ], - [ - -117.286108835, - 33.931722903000036 - ], - [ - -117.28610835599994, - 33.931722524000065 - ], - [ - -117.28610803499998, - 33.93172226900003 - ], - [ - -117.28610787799994, - 33.93172214500004 - ], - [ - -117.28610738499998, - 33.93172175300003 - ], - [ - -117.28610714899997, - 33.93172156600008 - ], - [ - -117.28610690699998, - 33.93172137400006 - ], - [ - -117.28610641399996, - 33.93172098300005 - ], - [ - -117.28610627699999, - 33.931720874000064 - ], - [ - -117.28610544299994, - 33.93172021100003 - ], - [ - -117.28610496199997, - 33.93171982900003 - ], - [ - -117.28610453199997, - 33.931719488000056 - ], - [ - -117.286103659, - 33.93171879500005 - ], - [ - -117.28610349999997, - 33.93171866800003 - ], - [ - -117.28610302299995, - 33.93171829000005 - ], - [ - -117.28610277399997, - 33.93171809300003 - ], - [ - -117.28610252799996, - 33.931717898000045 - ], - [ - -117.28610190099994, - 33.931717400000025 - ], - [ - -117.28610155699994, - 33.93171712800006 - ], - [ - -117.28610108, - 33.93171674800004 - ], - [ - -117.28610102699997, - 33.93171670700008 - ], - [ - -117.28610058599998, - 33.93171635700003 - ], - [ - -117.28609961499996, - 33.93171558600005 - ], - [ - -117.28609928399999, - 33.93171532300005 - ], - [ - -117.28609913699995, - 33.931715206000035 - ], - [ - -117.286098644, - 33.93171481500008 - ], - [ - -117.28609841199994, - 33.931714630000045 - ], - [ - -117.28609816599999, - 33.93171443500006 - ], - [ - -117.28609796999996, - 33.93171427800007 - ], - [ - -117.28609767199998, - 33.931714043000056 - ], - [ - -117.28609719499997, - 33.931713665000075 - ], - [ - -117.28609709499995, - 33.93171358500007 - ], - [ - -117.28609670199995, - 33.93171327400006 - ], - [ - -117.28609665299996, - 33.931713235000075 - ], - [ - -117.28609622399995, - 33.93171289400004 - ], - [ - -117.28609577999998, - 33.93171254300006 - ], - [ - -117.28609525199994, - 33.93171212400006 - ], - [ - -117.28609490599996, - 33.93171184900007 - ], - [ - -117.28609475899998, - 33.93171173200005 - ], - [ - -117.28609446399997, - 33.93171149700004 - ], - [ - -117.28609378799996, - 33.93171096200007 - ], - [ - -117.28609359099994, - 33.93171080500008 - ], - [ - -117.28609330899997, - 33.93171058100006 - ], - [ - -117.28609314999994, - 33.93171045500003 - ], - [ - -117.28609281699994, - 33.93171019000005 - ], - [ - -117.28609271999994, - 33.931710113000065 - ], - [ - -117.28609227799996, - 33.931709762000025 - ], - [ - -117.28609184599998, - 33.93170941900007 - ], - [ - -117.28609140499998, - 33.93170906800003 - ], - [ - -117.28609136799997, - 33.931709039000054 - ], - [ - -117.286090974, - 33.93170872800005 - ], - [ - -117.28609087399997, - 33.93170864700005 - ], - [ - -117.28609053099996, - 33.931708376000074 - ], - [ - -117.28609039599996, - 33.93170826800008 - ], - [ - -117.28609010099996, - 33.93170803500004 - ], - [ - -117.286089904, - 33.931707877000065 - ], - [ - -117.28608965899997, - 33.93170768400006 - ], - [ - -117.28608942499994, - 33.93170749800004 - ], - [ - -117.28608894499996, - 33.93170711800008 - ], - [ - -117.28608845399998, - 33.93170672700006 - ], - [ - -117.28608835699998, - 33.931706650000024 - ], - [ - -117.28608797499999, - 33.931706347000045 - ], - [ - -117.28608791399995, - 33.93170629900004 - ], - [ - -117.28608748299996, - 33.93170595700008 - ], - [ - -117.28608704099997, - 33.93170560600004 - ], - [ - -117.28608651199994, - 33.931705185000055 - ], - [ - -117.28608616899999, - 33.93170491400008 - ], - [ - -117.286086018, - 33.93170479400004 - ], - [ - -117.28608572599995, - 33.93170456100006 - ], - [ - -117.28608553999999, - 33.93170441500007 - ], - [ - -117.28608485299998, - 33.931703870000035 - ], - [ - -117.28608456799998, - 33.93170364200006 - ], - [ - -117.286084411, - 33.93170351800006 - ], - [ - -117.28608407599995, - 33.931703252000034 - ], - [ - -117.28608359699996, - 33.93170287200007 - ], - [ - -117.28608310499999, - 33.93170248100006 - ], - [ - -117.28608223599997, - 33.93170179100008 - ], - [ - -117.28608213299998, - 33.93170170900004 - ], - [ - -117.28608164099995, - 33.93170131800008 - ], - [ - -117.286081363, - 33.931701099000065 - ], - [ - -117.28608116199996, - 33.93170093800006 - ], - [ - -117.28608067, - 33.93170054800004 - ], - [ - -117.28607969899997, - 33.93169977700006 - ], - [ - -117.28607962999996, - 33.931699723000065 - ], - [ - -117.28607872799995, - 33.93169900700008 - ], - [ - -117.28607831499994, - 33.93169867900008 - ], - [ - -117.28607744199996, - 33.931697987000064 - ], - [ - -117.28607678499998, - 33.93169746500007 - ], - [ - -117.28607581299997, - 33.93169669300005 - ], - [ - -117.286075698, - 33.931696602000045 - ], - [ - -117.28607526699994, - 33.931696260000024 - ], - [ - -117.28607484199995, - 33.93169592300006 - ], - [ - -117.28607352199998, - 33.93169487500006 - ], - [ - -117.28607289899998, - 33.931694382000046 - ], - [ - -117.286071914, - 33.93169359900003 - ], - [ - -117.28607177599997, - 33.93169349000004 - ], - [ - -117.28607143499994, - 33.93169322000006 - ], - [ - -117.28607046299999, - 33.931692448000035 - ], - [ - -117.28606997199995, - 33.93169205800007 - ], - [ - -117.28606958899996, - 33.93169175400004 - ], - [ - -117.286069479, - 33.93169166500007 - ], - [ - -117.28606900099999, - 33.931691285000056 - ], - [ - -117.28606828699998, - 33.93169071900007 - ], - [ - -117.28606802799999, - 33.93169051500007 - ], - [ - -117.28606741399994, - 33.93169002700006 - ], - [ - -117.28606705899995, - 33.93168974500003 - ], - [ - -117.28606696999998, - 33.931689676000076 - ], - [ - -117.28606656399995, - 33.93168935400007 - ], - [ - -117.28606608599995, - 33.931688973000064 - ], - [ - -117.28606523699995, - 33.931688300000076 - ], - [ - -117.28606511399994, - 33.93168820300008 - ], - [ - -117.28606479599995, - 33.931687950000025 - ], - [ - -117.28606462199997, - 33.931687812000064 - ], - [ - -117.28606436499996, - 33.93168760900005 - ], - [ - -117.28606414299998, - 33.931687433000036 - ], - [ - -117.28606364899997, - 33.93168704200008 - ], - [ - -117.28606349299997, - 33.931686917000036 - ], - [ - -117.28606267799995, - 33.93168627000006 - ], - [ - -117.28606218799996, - 33.93168588100008 - ], - [ - -117.28606174699996, - 33.93168553100003 - ], - [ - -117.28606122899998, - 33.931685120000054 - ], - [ - -117.28606087499998, - 33.931684838000024 - ], - [ - -117.28606073699996, - 33.93168472900004 - ], - [ - -117.28606024399994, - 33.931684338000025 - ], - [ - -117.28605955899997, - 33.931683795000026 - ], - [ - -117.28605912799998, - 33.93168345300006 - ], - [ - -117.28605879299994, - 33.93168318900007 - ], - [ - -117.286058686, - 33.93168310300007 - ], - [ - -117.28605782299996, - 33.93168241700005 - ], - [ - -117.28605732999995, - 33.93168202600003 - ], - [ - -117.28605651099997, - 33.93168137600003 - ], - [ - -117.28605637199996, - 33.931681267000044 - ], - [ - -117.28605608, - 33.931681035000054 - ], - [ - -117.28605587899995, - 33.93168087500004 - ], - [ - -117.286055638, - 33.931680683000025 - ], - [ - -117.28605490799998, - 33.931680104000066 - ], - [ - -117.28605476599995, - 33.93167999100007 - ], - [ - -117.28605432199998, - 33.93167963900004 - ], - [ - -117.28605393699996, - 33.931679333000034 - ], - [ - -117.28605389299997, - 33.93167929900005 - ], - [ - -117.2860534499999, - 33.93167894700008 - ], - [ - -117.2860530199999, - 33.93167860500006 - ], - [ - -117.28605296599994, - 33.93167856200006 - ], - [ - -117.28605257799995, - 33.931678254000076 - ], - [ - -117.28605247299998, - 33.931678171000044 - ], - [ - -117.28605214699996, - 33.931677913000044 - ], - [ - -117.28605199499998, - 33.93167779100003 - ], - [ - -117.28605171799995, - 33.93167757200007 - ], - [ - -117.28605102399996, - 33.93167702000005 - ], - [ - -117.28605084599997, - 33.931676879000065 - ], - [ - -117.28605053099994, - 33.93167662900004 - ], - [ - -117.28605005299994, - 33.93167624900008 - ], - [ - -117.286049973, - 33.93167618600006 - ], - [ - -117.286049559, - 33.93167585900005 - ], - [ - -117.28604908999995, - 33.931675486000074 - ], - [ - -117.28604858799997, - 33.93167508800008 - ], - [ - -117.28604822699998, - 33.93167480200003 - ], - [ - -117.28604809599994, - 33.93167469700006 - ], - [ - -117.28604761599996, - 33.931674317000045 - ], - [ - -117.28604664499994, - 33.93167354700006 - ], - [ - -117.28604648099997, - 33.93167341700007 - ], - [ - -117.28604605099997, - 33.93167307500005 - ], - [ - -117.286045673, - 33.93167277600003 - ], - [ - -117.28604560799994, - 33.931672724000066 - ], - [ - -117.28604517999997, - 33.93167238500007 - ], - [ - -117.28604473599995, - 33.93167203100006 - ], - [ - -117.28604470199997, - 33.93167200400006 - ], - [ - -117.28604430599995, - 33.93167169000003 - ], - [ - -117.28604421099999, - 33.93167161500003 - ], - [ - -117.28604387599995, - 33.931671349000055 - ], - [ - -117.28604343299997, - 33.93167099800007 - ], - [ - -117.286043238, - 33.93167084400005 - ], - [ - -117.28604255999994, - 33.93167030500007 - ], - [ - -117.28604226699997, - 33.93167007200003 - ], - [ - -117.28604212999994, - 33.93166996400004 - ], - [ - -117.28604168799995, - 33.931669613000054 - ], - [ - -117.286040803, - 33.93166891100003 - ], - [ - -117.28604037199995, - 33.93166856800008 - ], - [ - -117.286039943, - 33.931668227000046 - ], - [ - -117.28603983199997, - 33.93166813900007 - ], - [ - -117.28603935399997, - 33.93166776000004 - ], - [ - -117.28603886099995, - 33.931667368000035 - ], - [ - -117.286038368, - 33.93166697700008 - ], - [ - -117.28603819699998, - 33.93166684200003 - ], - [ - -117.28603788999999, - 33.93166659800005 - ], - [ - -117.28603775399995, - 33.931666490000055 - ], - [ - -117.28603739699997, - 33.931666207000035 - ], - [ - -117.28603689199997, - 33.93166580700006 - ], - [ - -117.28603642599995, - 33.93166543700005 - ], - [ - -117.28603600899999, - 33.931665106000025 - ], - [ - -117.28603557899999, - 33.93166476600004 - ], - [ - -117.28603545399994, - 33.931664666000074 - ], - [ - -117.28603513599995, - 33.93166441400007 - ], - [ - -117.28603496099998, - 33.93166427500006 - ], - [ - -117.28603470599995, - 33.931664073000036 - ], - [ - -117.28603448299998, - 33.93166389500004 - ], - [ - -117.28603426399997, - 33.931663721000064 - ], - [ - -117.28603398999996, - 33.93166350400003 - ], - [ - -117.28603351199996, - 33.93166312300008 - ], - [ - -117.28603339099999, - 33.93166302800006 - ], - [ - -117.28603302, - 33.93166273200006 - ], - [ - -117.28603294899995, - 33.93166267600003 - ], - [ - -117.28603253399996, - 33.93166234600005 - ], - [ - -117.28603209, - 33.93166199500007 - ], - [ - -117.28603204799998, - 33.93166196100003 - ], - [ - -117.28603155599995, - 33.931661570000074 - ], - [ - -117.28603121699996, - 33.93166130100008 - ], - [ - -117.28603107599997, - 33.931661191000046 - ], - [ - -117.28603058299996, - 33.93166080100008 - ], - [ - -117.286030343, - 33.93166061000005 - ], - [ - -117.28603010499995, - 33.93166042000007 - ], - [ - -117.286029612, - 33.93166002800007 - ], - [ - -117.28602947, - 33.93165991600006 - ], - [ - -117.28602864199996, - 33.931659258000025 - ], - [ - -117.28602859799997, - 33.931659223000054 - ], - [ - -117.28602815999994, - 33.93165887500004 - ], - [ - -117.28602772699998, - 33.93165853100004 - ], - [ - -117.28602767099994, - 33.93165848700005 - ], - [ - -117.28602728399994, - 33.931658180000056 - ], - [ - -117.28602719199995, - 33.93165810600004 - ], - [ - -117.28602684199996, - 33.93165782700004 - ], - [ - -117.28602641199996, - 33.93165748600006 - ], - [ - -117.28602622099999, - 33.93165733500007 - ], - [ - -117.28602572899996, - 33.93165694400005 - ], - [ - -117.28602553899998, - 33.93165679400005 - ], - [ - -117.28602524999997, - 33.931656565000026 - ], - [ - -117.28602475799994, - 33.93165617400007 - ], - [ - -117.28602422299997, - 33.93165575000006 - ], - [ - -117.28602379999995, - 33.931655413000044 - ], - [ - -117.28602335, - 33.93165505700006 - ], - [ - -117.286023307, - 33.931655023000076 - ], - [ - -117.28602290699996, - 33.93165470500003 - ], - [ - -117.28602246499997, - 33.931654355000035 - ], - [ - -117.28602233599997, - 33.93165425300003 - ], - [ - -117.28602203499997, - 33.93165401300007 - ], - [ - -117.28602185799997, - 33.93165387300007 - ], - [ - -117.28602159199994, - 33.93165366200003 - ], - [ - -117.28602136499995, - 33.93165348200006 - ], - [ - -117.28602088599996, - 33.93165310100005 - ], - [ - -117.28602072099994, - 33.93165296900003 - ], - [ - -117.286020394, - 33.93165271100003 - ], - [ - -117.28602027699998, - 33.931652617000054 - ], - [ - -117.28601941399995, - 33.93165193200008 - ], - [ - -117.28601895199995, - 33.931651567000074 - ], - [ - -117.28601853199996, - 33.931651233000025 - ], - [ - -117.28601845099996, - 33.93165116900008 - ], - [ - -117.28601797099998, - 33.93165078800007 - ], - [ - -117.286017658, - 33.93165054000008 - ], - [ - -117.28601747999994, - 33.931650398000045 - ], - [ - -117.28601722899998, - 33.931650199000046 - ], - [ - -117.286017002, - 33.93165001800003 - ], - [ - -117.286016357, - 33.93164950600004 - ], - [ - -117.28601603099997, - 33.93164924700005 - ], - [ - -117.28601553699997, - 33.93164885600004 - ], - [ - -117.28601548399996, - 33.93164881400003 - ], - [ - -117.28601505699999, - 33.93164847500003 - ], - [ - -117.28601461099998, - 33.93164812100002 - ], - [ - -117.28601456599995, - 33.93164808500006 - ], - [ - -117.28601418199997, - 33.93164777900006 - ], - [ - -117.28601408799994, - 33.931647705000046 - ], - [ - -117.28601373999999, - 33.931647428000076 - ], - [ - -117.28601359499999, - 33.93164731400003 - ], - [ - -117.28601330899994, - 33.931647088000034 - ], - [ - -117.286013116, - 33.93164693500006 - ], - [ - -117.28601262299998, - 33.931646544000046 - ], - [ - -117.28601243599996, - 33.93164639500003 - ], - [ - -117.28601214499997, - 33.93164616300004 - ], - [ - -117.28601156499997, - 33.931645702000026 - ], - [ - -117.28601117399995, - 33.931645391000075 - ], - [ - -117.28601068699999, - 33.931645005000064 - ], - [ - -117.28601020399998, - 33.93164462100003 - ], - [ - -117.28600981999995, - 33.93164431500003 - ], - [ - -117.28600972599997, - 33.93164424100007 - ], - [ - -117.28600923199997, - 33.93164384900007 - ], - [ - -117.28600894699997, - 33.93164362300007 - ], - [ - -117.28600873999994, - 33.93164345800005 - ], - [ - -117.28600826099995, - 33.931643078000036 - ], - [ - -117.28600806299994, - 33.93164292100005 - ], - [ - -117.28600778199996, - 33.931642699000065 - ], - [ - -117.28600729099998, - 33.93164230800005 - ], - [ - -117.28600718899997, - 33.931642227000054 - ], - [ - -117.28600679699997, - 33.931641916000046 - ], - [ - -117.28600631899997, - 33.931641537000075 - ], - [ - -117.28600587399995, - 33.93164118400006 - ], - [ - -117.28600582599995, - 33.93164114500007 - ], - [ - -117.28600542999999, - 33.93164083200003 - ], - [ - -117.28600534799995, - 33.931640766000044 - ], - [ - -117.28600500199997, - 33.93164049200004 - ], - [ - -117.28600485599998, - 33.93164037500003 - ], - [ - -117.28600457199997, - 33.93164015000008 - ], - [ - -117.28600437699998, - 33.93163999500007 - ], - [ - -117.286004129, - 33.93163979800005 - ], - [ - -117.28600388399997, - 33.93163960500004 - ], - [ - -117.28600368599996, - 33.931639447000066 - ], - [ - -117.28600325599996, - 33.931639107000024 - ], - [ - -117.28600281299998, - 33.93163875500005 - ], - [ - -117.28600236999995, - 33.93163840400007 - ], - [ - -117.28600194099994, - 33.93163806300004 - ], - [ - -117.28599263299998, - 33.931630675000065 - ], - [ - -117.28595923499995, - 33.931604820000075 - ], - [ - -117.28595773099994, - 33.931605895000075 - ], - [ - -117.28565991599999, - 33.93179001000004 - ], - [ - -117.28565745399999, - 33.93179180800007 - ], - [ - -117.28559672399996, - 33.93179236200007 - ], - [ - -117.28553346799998, - 33.931792735000045 - ], - [ - -117.28552918399998, - 33.931792761000054 - ], - [ - -117.28552490199996, - 33.93179278500003 - ], - [ - -117.28552062399996, - 33.93179281100004 - ], - [ - -117.28551634599995, - 33.93179283500007 - ], - [ - -117.285512069, - 33.93179286000003 - ], - [ - -117.28550779199998, - 33.93179288600004 - ], - [ - -117.28550351399997, - 33.93179291000007 - ], - [ - -117.28549923599996, - 33.93179293600008 - ], - [ - -117.28549496099998, - 33.93179296000005 - ], - [ - -117.28549066999994, - 33.93179298600006 - ], - [ - -117.28548639299999, - 33.93179301200007 - ], - [ - -117.285482103, - 33.931793037000034 - ], - [ - -117.28547782699997, - 33.931793062000054 - ], - [ - -117.28547354899996, - 33.931793087000074 - ], - [ - -117.28546927099995, - 33.93179311200004 - ], - [ - -117.28546499499998, - 33.93179313700006 - ], - [ - -117.28546071699998, - 33.931793162000076 - ], - [ - -117.28545216299995, - 33.93179321300005 - ], - [ - -117.28544788599999, - 33.93179323800007 - ], - [ - -117.285381724, - 33.93179363100006 - ], - [ - -117.28531528999997, - 33.931794024000055 - ], - [ - -117.28531101199997, - 33.931794049000075 - ], - [ - -117.28530673399996, - 33.93179407400004 - ], - [ - -117.28530245699994, - 33.93179409900006 - ], - [ - -117.28529817999998, - 33.93179412500007 - ], - [ - -117.28529390399996, - 33.93179414900004 - ], - [ - -117.28528962599995, - 33.93179417500005 - ], - [ - -117.28528534799995, - 33.931794199000024 - ], - [ - -117.28528107099999, - 33.93179422400004 - ], - [ - -117.28527679299998, - 33.93179425000005 - ], - [ - -117.28527251599996, - 33.931794274000026 - ], - [ - -117.28526823899995, - 33.931794300000035 - ], - [ - -117.28526396199999, - 33.931794324000066 - ], - [ - -117.28525968399998, - 33.931794350000075 - ], - [ - -117.28525540599998, - 33.93179437500004 - ], - [ - -117.28525112999995, - 33.93179440000006 - ], - [ - -117.285246853, - 33.93179442500008 - ], - [ - -117.285242574, - 33.93179445100003 - ], - [ - -117.28523829799997, - 33.93179447600005 - ], - [ - -117.28523402099995, - 33.93179450100007 - ], - [ - -117.28522974299995, - 33.93179452700008 - ], - [ - -117.28516579899997, - 33.93179490800003 - ], - [ - -117.285101425, - 33.931795288000046 - ], - [ - -117.28509714799998, - 33.931795313000066 - ], - [ - -117.28509286999997, - 33.93179533800003 - ], - [ - -117.28508859199997, - 33.93179536300005 - ], - [ - -117.28508431499995, - 33.93179538800007 - ], - [ - -117.28508003699994, - 33.93179541300003 - ], - [ - -117.28507575999998, - 33.93179543800005 - ], - [ - -117.28507148399996, - 33.93179546300007 - ], - [ - -117.285062929, - 33.931795514000044 - ], - [ - -117.28505865099999, - 33.93179553900006 - ], - [ - -117.28505437399997, - 33.93179556500007 - ], - [ - -117.28505009599996, - 33.931795589000046 - ], - [ - -117.28504581899995, - 33.931795614000066 - ], - [ - -117.28504154299998, - 33.93179563900003 - ], - [ - -117.28503298699997, - 33.93179569100005 - ], - [ - -117.28502870899996, - 33.93179571500008 - ], - [ - -117.28502443199994, - 33.93179574000004 - ], - [ - -117.28502015499998, - 33.93179576600005 - ], - [ - -117.28501587699998, - 33.931795790000024 - ], - [ - -117.28494987699997, - 33.931796183000074 - ], - [ - -117.28484087799995, - 33.93179682600004 - ], - [ - -117.28473395199995, - 33.93179745900005 - ], - [ - -117.28466941599999, - 33.93179783900007 - ], - [ - -117.28466513899997, - 33.93179786500008 - ], - [ - -117.28465658599998, - 33.93179791500006 - ], - [ - -117.28465230799998, - 33.931797940000024 - ], - [ - -117.28464375299995, - 33.931797990000064 - ], - [ - -117.28463519799999, - 33.931798041000036 - ], - [ - -117.28462664399996, - 33.93179809000003 - ], - [ - -117.28462236599995, - 33.93179811600004 - ], - [ - -117.28461382399996, - 33.93179816700007 - ], - [ - -117.28460099199998, - 33.93179824200007 - ], - [ - -117.28459671499996, - 33.93179826700003 - ], - [ - -117.28459243699996, - 33.93179829200005 - ], - [ - -117.284583882, - 33.931798343000025 - ], - [ - -117.28451802799998, - 33.93179873200006 - ], - [ - -117.28449442399994, - 33.93179887100007 - ], - [ - -117.28442986399995, - 33.931799252000076 - ], - [ - -117.28442558599994, - 33.93179927700004 - ], - [ - -117.28441703099998, - 33.93179932800007 - ], - [ - -117.28440847699994, - 33.93179937800005 - ], - [ - -117.28440419999998, - 33.93179940400006 - ], - [ - -117.28439992199998, - 33.93179942900008 - ], - [ - -117.28439564499996, - 33.93179945400004 - ], - [ - -117.28439136799994, - 33.93179947900006 - ], - [ - -117.28438707799995, - 33.931799504000026 - ], - [ - -117.28438280199998, - 33.931799530000035 - ], - [ - -117.28437424699996, - 33.931799580000074 - ], - [ - -117.28436996899995, - 33.93179960600003 - ], - [ - -117.28430210299996, - 33.93180000700005 - ], - [ - -117.284237422, - 33.931800388000056 - ], - [ - -117.28423314399998, - 33.931800413000076 - ], - [ - -117.28422458999995, - 33.93180046400005 - ], - [ - -117.28422031199995, - 33.93180048900007 - ], - [ - -117.28421603399994, - 33.93180051400003 - ], - [ - -117.2842117499999, - 33.93180054000004 - ], - [ - -117.28420746899997, - 33.93180056500006 - ], - [ - -117.28420319099996, - 33.93180059000008 - ], - [ - -117.28419890099997, - 33.93180061600003 - ], - [ - -117.284190347, - 33.93180066600007 - ], - [ - -117.28418606899999, - 33.931800691000035 - ], - [ - -117.28417323699995, - 33.93180076700003 - ], - [ - -117.28416896099998, - 33.93180079200005 - ], - [ - -117.28416040599996, - 33.931800843000076 - ], - [ - -117.28415184999994, - 33.93180089400005 - ], - [ - -117.28413831999995, - 33.931800974000055 - ], - [ - -117.28408618099996, - 33.93180128100005 - ], - [ - -117.28401920599998, - 33.93180167500003 - ], - [ - -117.28401492899997, - 33.93180170000005 - ], - [ - -117.28401065099996, - 33.93180172500007 - ], - [ - -117.28400636799995, - 33.931801750000034 - ], - [ - -117.28400209699998, - 33.931801775000054 - ], - [ - -117.28399781399997, - 33.93180180000007 - ], - [ - -117.28399354299995, - 33.931801825000036 - ], - [ - -117.28398925799996, - 33.931801851000046 - ], - [ - -117.28398498699994, - 33.931801876000065 - ], - [ - -117.28398070399999, - 33.93180190100003 - ], - [ - -117.28397642699997, - 33.93180192600005 - ], - [ - -117.28397214299997, - 33.93180195100007 - ], - [ - -117.28396787899999, - 33.93180197700008 - ], - [ - -117.28396359499999, - 33.93180200200004 - ], - [ - -117.28395931699998, - 33.93180202700006 - ], - [ - -117.28395503399997, - 33.93180205200008 - ], - [ - -117.28395076199996, - 33.93180207700004 - ], - [ - -117.28394647899995, - 33.93180210300005 - ], - [ - -117.283942202, - 33.931802127000026 - ], - [ - -117.28393792599996, - 33.931802153000035 - ], - [ - -117.28387025599994, - 33.93180255300007 - ], - [ - -117.28380531599998, - 33.931802936000054 - ], - [ - -117.28380103899997, - 33.93180296100007 - ], - [ - -117.28379675499997, - 33.93180298600004 - ], - [ - -117.28379247799995, - 33.931803011000056 - ], - [ - -117.28378820899997, - 33.931803036000076 - ], - [ - -117.28378392399998, - 33.93180306200003 - ], - [ - -117.28377965299995, - 33.93180308700005 - ], - [ - -117.28377536799997, - 33.93180311200007 - ], - [ - -117.28376681399999, - 33.93180316200005 - ], - [ - -117.28376253799996, - 33.93180318800006 - ], - [ - -117.28375826099995, - 33.931803212000034 - ], - [ - -117.283753989, - 33.93180323800004 - ], - [ - -117.283749705, - 33.93180326400005 - ], - [ - -117.28374543399997, - 33.931803288000026 - ], - [ - -117.28374328499996, - 33.93180330100006 - ], - [ - -117.28374114999997, - 33.931803314000035 - ], - [ - -117.28373687899995, - 33.931803338000066 - ], - [ - -117.28373260299998, - 33.931803364000075 - ], - [ - -117.28372832499997, - 33.93180338800005 - ], - [ - -117.28372404799995, - 33.93180341400006 - ], - [ - -117.28371975899995, - 33.93180343900008 - ], - [ - -117.28365433199997, - 33.93180382600008 - ], - [ - -117.28359142799997, - 33.931804197000076 - ], - [ - -117.28358717499998, - 33.93180422200004 - ], - [ - -117.28358288499999, - 33.93180424800005 - ], - [ - -117.28357860799997, - 33.93180427300007 - ], - [ - -117.28357005299995, - 33.93180432400004 - ], - [ - -117.28356577499994, - 33.93180434800007 - ], - [ - -117.28356149899997, - 33.93180437400002 - ], - [ - -117.28355722099997, - 33.931804398000054 - ], - [ - -117.28355294399995, - 33.93180442400006 - ], - [ - -117.28354866599994, - 33.93180444800004 - ], - [ - -117.28354441399995, - 33.931804474000046 - ], - [ - -117.28354013599994, - 33.931804498000076 - ], - [ - -117.283540099, - 33.931804498000076 - ], - [ - -117.283535858, - 33.93180452300004 - ], - [ - -117.28353582199998, - 33.93180452300004 - ], - [ - -117.28353158199997, - 33.93180454800006 - ], - [ - -117.28353154699994, - 33.93180454800006 - ], - [ - -117.28352730399996, - 33.93180457300008 - ], - [ - -117.28352299099998, - 33.93180459900003 - ], - [ - -117.28351874999998, - 33.93180462400005 - ], - [ - -117.28351447899996, - 33.93180464900007 - ], - [ - -117.28351443599996, - 33.93180464900007 - ], - [ - -117.28351020699995, - 33.931804674000034 - ], - [ - -117.28351015899995, - 33.93180467500002 - ], - [ - -117.28350592899994, - 33.93180470000004 - ], - [ - -117.28350588099994, - 33.93180470100003 - ], - [ - -117.28343840799994, - 33.93180509900003 - ], - [ - -117.28337334499997, - 33.93180548200007 - ], - [ - -117.28336906699997, - 33.931805507000036 - ], - [ - -117.28336479199999, - 33.931805532000055 - ], - [ - -117.28336051499997, - 33.931805557000075 - ], - [ - -117.28335623699996, - 33.93180558200004 - ], - [ - -117.28335617599998, - 33.93180558200004 - ], - [ - -117.28335195899996, - 33.93180560600007 - ], - [ - -117.28334768199994, - 33.93180563200008 - ], - [ - -117.283343404, - 33.93180565700004 - ], - [ - -117.28333912699998, - 33.93180568200006 - ], - [ - -117.28333485099995, - 33.931805707000024 - ], - [ - -117.28333057299994, - 33.93180573200004 - ], - [ - -117.28332629499994, - 33.93180575700006 - ], - [ - -117.28332201799998, - 33.931805782000026 - ], - [ - -117.28331774799994, - 33.931805807000046 - ], - [ - -117.28331347599999, - 33.931805832000066 - ], - [ - -117.28330919799998, - 33.93180585700003 - ], - [ - -117.28330491999998, - 33.93180588100006 - ], - [ - -117.28330484999998, - 33.93180588200005 - ], - [ - -117.28330064399995, - 33.93180590700007 - ], - [ - -117.28329636599995, - 33.93180593100004 - ], - [ - -117.28329208799994, - 33.93180595700005 - ], - [ - -117.28322403399994, - 33.93180636100004 - ], - [ - -117.28322469899996, - 33.93186088600004 - ], - [ - -117.28322474199996, - 33.931864451000024 - ], - [ - -117.28322478499996, - 33.931868017000056 - ], - [ - -117.28322482799996, - 33.93187158000006 - ], - [ - -117.28322487099996, - 33.93187514600004 - ], - [ - -117.28322491399996, - 33.931878711000024 - ], - [ - -117.28322495699996, - 33.93188227600007 - ], - [ - -117.283225, - 33.93188584100005 - ], - [ - -117.28322504299996, - 33.93188940600004 - ], - [ - -117.28322508599996, - 33.93189297200007 - ], - [ - -117.28322517299995, - 33.93190010300003 - ], - [ - -117.28322521599995, - 33.931903668000075 - ], - [ - -117.28322525899995, - 33.93190723300006 - ], - [ - -117.28322530199995, - 33.93191079800005 - ], - [ - -117.283225346, - 33.93191436300003 - ], - [ - -117.28322538999998, - 33.931917929000065 - ], - [ - -117.28322543299998, - 33.93192149500004 - ], - [ - -117.28322547699997, - 33.931925060000026 - ], - [ - -117.28322551899998, - 33.93192862500007 - ], - [ - -117.28322556299997, - 33.931932191000044 - ], - [ - -117.28322560599997, - 33.931935757000076 - ], - [ - -117.28322564999996, - 33.93193932200006 - ], - [ - -117.28322569399995, - 33.93194288700005 - ], - [ - -117.28322573799994, - 33.931946452000034 - ], - [ - -117.28322578199999, - 33.931950019000055 - ], - [ - -117.28322582499999, - 33.93195358400004 - ], - [ - -117.28322586799999, - 33.93195714900003 - ], - [ - -117.28322591199998, - 33.93196071500006 - ], - [ - -117.28322595499998, - 33.931964281000035 - ], - [ - -117.28322599699999, - 33.93196784500003 - ], - [ - -117.28322603999999, - 33.931971410000074 - ], - [ - -117.28322608399998, - 33.93197497500006 - ], - [ - -117.28322612799997, - 33.931978541000035 - ], - [ - -117.28322617099997, - 33.93198210600008 - ], - [ - -117.28322621499996, - 33.93198567200005 - ], - [ - -117.28322625899995, - 33.93198923700004 - ], - [ - -117.283226303, - 33.93199280300007 - ], - [ - -117.283226346, - 33.93199636700007 - ], - [ - -117.283226389, - 33.93199993200005 - ], - [ - -117.28322643299998, - 33.93200349800003 - ], - [ - -117.28322647699997, - 33.93200706300007 - ], - [ - -117.28322651899998, - 33.93201062800006 - ], - [ - -117.28322656299997, - 33.93201419400003 - ], - [ - -117.28322660599997, - 33.932017760000065 - ], - [ - -117.28322664899997, - 33.93202132400006 - ], - [ - -117.28322669299996, - 33.93202489000004 - ], - [ - -117.28322673699995, - 33.93202845500008 - ], - [ - -117.28322678099994, - 33.932032020000065 - ], - [ - -117.28322682399994, - 33.93203558500005 - ], - [ - -117.28322686799999, - 33.932039151000026 - ], - [ - -117.28322691199998, - 33.93204271600007 - ], - [ - -117.28322695499998, - 33.932046282000044 - ], - [ - -117.28322699699999, - 33.93204984600004 - ], - [ - -117.28322704099998, - 33.93205341200007 - ], - [ - -117.28322708399998, - 33.93205697800005 - ], - [ - -117.28322717099996, - 33.93206410700003 - ], - [ - -117.28322721399996, - 33.93206767300006 - ], - [ - -117.28322725799995, - 33.93207123800005 - ], - [ - -117.28322730199994, - 33.932074803000035 - ], - [ - -117.283227389, - 33.93208193400005 - ], - [ - -117.283227475, - 33.932089064000024 - ], - [ - -117.28322751899998, - 33.93209262900007 - ], - [ - -117.28322760599997, - 33.93209976000003 - ], - [ - -117.28322764899997, - 33.93210332500007 - ], - [ - -117.28322777899996, - 33.93211402000003 - ], - [ - -117.28322782299995, - 33.93211758600006 - ], - [ - -117.28322791099998, - 33.93212471700008 - ], - [ - -117.283227953, - 33.932128282000065 - ], - [ - -117.28322799699998, - 33.93213184800004 - ], - [ - -117.28322804099997, - 33.932135413000026 - ], - [ - -117.28322808399997, - 33.93213897900006 - ], - [ - -117.28322817099996, - 33.93214610800004 - ], - [ - -117.28322821399996, - 33.93214967400007 - ], - [ - -117.28322830099995, - 33.932156804000044 - ], - [ - -117.28322834499994, - 33.93216037000008 - ], - [ - -117.28322838899999, - 33.93216393600005 - ], - [ - -117.28322843099994, - 33.93216750100004 - ], - [ - -117.28322847499999, - 33.93217106600002 - ], - [ - -117.28322851799999, - 33.93217463000008 - ], - [ - -117.28322856199998, - 33.93217819600005 - ], - [ - -117.28322860499998, - 33.93218176100004 - ], - [ - -117.28322869199997, - 33.932188892000056 - ], - [ - -117.28322873599996, - 33.93219245800003 - ], - [ - -117.28322877899996, - 33.932196023000074 - ], - [ - -117.28322882299994, - 33.93219958800006 - ], - [ - -117.283228867, - 33.932203154000035 - ], - [ - -117.28322891, - 33.93220671800003 - ], - [ - -117.28322895399998, - 33.932210283000074 - ], - [ - -117.28322899699998, - 33.93221384900005 - ], - [ - -117.28322908399997, - 33.93222098000007 - ], - [ - -117.28322912799996, - 33.932224545000054 - ], - [ - -117.28322917199995, - 33.932228112000075 - ], - [ - -117.28322921499995, - 33.93223167700006 - ], - [ - -117.28322925799995, - 33.93223524100006 - ], - [ - -117.28322930099995, - 33.93223880600004 - ], - [ - -117.28322934499994, - 33.932242372000076 - ], - [ - -117.28322938799994, - 33.93224593800005 - ], - [ - -117.28322943099994, - 33.93224950300004 - ], - [ - -117.28322947499998, - 33.93225306800008 - ], - [ - -117.28322951899997, - 33.932256634000055 - ], - [ - -117.28322956199997, - 33.93226019800005 - ], - [ - -117.28322960599996, - 33.93226376400003 - ], - [ - -117.28322964899996, - 33.93226732900007 - ], - [ - -117.28322969299995, - 33.932270896000034 - ], - [ - -117.28322973599995, - 33.93227446100008 - ], - [ - -117.28322977999994, - 33.93227802600006 - ], - [ - -117.28322982299994, - 33.93228159200004 - ], - [ - -117.28322986699999, - 33.93228515800007 - ], - [ - -117.28322990999999, - 33.932288723000056 - ], - [ - -117.28322995399998, - 33.93229228800004 - ], - [ - -117.28322999599999, - 33.93229585300003 - ], - [ - -117.28323004099997, - 33.93229941800007 - ], - [ - -117.28323008399997, - 33.932302983000056 - ], - [ - -117.28323017099996, - 33.932310114000074 - ], - [ - -117.28323021399996, - 33.93231367900006 - ], - [ - -117.28323025799995, - 33.932317245000036 - ], - [ - -117.283230302, - 33.93232081100007 - ], - [ - -117.283230345, - 33.932324375000064 - ], - [ - -117.283230388, - 33.93232794000005 - ], - [ - -117.28323043199998, - 33.932331505000036 - ], - [ - -117.28323047599997, - 33.93233507100007 - ], - [ - -117.28323051799998, - 33.93233863700004 - ], - [ - -117.28323056199997, - 33.93234220200003 - ], - [ - -117.28323060499997, - 33.93234576700007 - ], - [ - -117.28323064899996, - 33.93234933100007 - ], - [ - -117.28323069199996, - 33.932352896000054 - ], - [ - -117.28323073599995, - 33.93235646200003 - ], - [ - -117.2832307799999, - 33.93236002800006 - ], - [ - -117.28323082299994, - 33.93236359300005 - ], - [ - -117.28323086599994, - 33.932367158000034 - ], - [ - -117.28323095199994, - 33.93237429000004 - ], - [ - -117.28323099499994, - 33.93237785400004 - ], - [ - -117.28323103899999, - 33.93238141900002 - ], - [ - -117.28323108299998, - 33.932384984000066 - ], - [ - -117.28323112699996, - 33.93238855000004 - ], - [ - -117.28323117099995, - 33.932392116000074 - ], - [ - -117.28323121399995, - 33.93239568000007 - ], - [ - -117.28323125799994, - 33.932399246000045 - ], - [ - -117.283231302, - 33.93240281200008 - ], - [ - -117.283231345, - 33.93240637500003 - ], - [ - -117.28323138899998, - 33.93240994100006 - ], - [ - -117.28323143199998, - 33.932413507000035 - ], - [ - -117.28323147599997, - 33.93241707200008 - ], - [ - -117.28323151799998, - 33.932420637000064 - ], - [ - -117.28323156199997, - 33.93242420300004 - ], - [ - -117.28323160499997, - 33.932427768000025 - ], - [ - -117.28323164899996, - 33.93243133400006 - ], - [ - -117.28323169299995, - 33.93243489900004 - ], - [ - -117.28323173599995, - 33.93243846300004 - ], - [ - -117.28323178, - 33.93244202900007 - ], - [ - -117.283231823, - 33.93244559400006 - ], - [ - -117.283231866, - 33.93244915900004 - ], - [ - -117.28323190999998, - 33.932452725000076 - ], - [ - -117.28323195399997, - 33.93245629100005 - ], - [ - -117.28323203999997, - 33.93246342100008 - ], - [ - -117.28323208299997, - 33.932466987000055 - ], - [ - -117.28323212599997, - 33.93247055100005 - ], - [ - -117.28323221399995, - 33.93247768200007 - ], - [ - -117.28323225799994, - 33.932481247000055 - ], - [ - -117.28323230099994, - 33.93248481300003 - ], - [ - -117.28323234399994, - 33.93248837800007 - ], - [ - -117.28323242999994, - 33.932495509000034 - ], - [ - -117.28323247299994, - 33.93249907300003 - ], - [ - -117.28323251599994, - 33.932502638000074 - ], - [ - -117.28323255999999, - 33.93250620400005 - ], - [ - -117.28323260399998, - 33.932509769000035 - ], - [ - -117.28323264699998, - 33.93251333400008 - ], - [ - -117.28323269099997, - 33.93251690000005 - ], - [ - -117.28323273499996, - 33.93252046600003 - ], - [ - -117.28323277899995, - 33.93252403100007 - ], - [ - -117.283232823, - 33.93252759500007 - ], - [ - -117.28323290999998, - 33.93253472600003 - ], - [ - -117.28323295399997, - 33.93253829200006 - ], - [ - -117.28323299599998, - 33.93254185700005 - ], - [ - -117.28323304099996, - 33.93254542200003 - ], - [ - -117.28323308299997, - 33.932548988000065 - ], - [ - -117.28323312599997, - 33.93255255300005 - ], - [ - -117.28323316899997, - 33.93255611700005 - ], - [ - -117.28323325599996, - 33.932563248000065 - ], - [ - -117.28323329999995, - 33.93256681300005 - ], - [ - -117.28323338599995, - 33.93257394400007 - ], - [ - -117.28323342999994, - 33.932577510000044 - ], - [ - -117.28323347299994, - 33.93258107400004 - ], - [ - -117.28323351699999, - 33.93258463900003 - ], - [ - -117.28323356099997, - 33.93258820500006 - ], - [ - -117.28323364799996, - 33.93259533500003 - ], - [ - -117.28323369199995, - 33.93259890100006 - ], - [ - -117.28323373499995, - 33.93260246700004 - ], - [ - -117.28323377799995, - 33.932606032000024 - ], - [ - -117.28323386599999, - 33.93261316200005 - ], - [ - -117.28323390999998, - 33.93261672800003 - ], - [ - -117.28323395299998, - 33.932620292000024 - ], - [ - -117.28323399699997, - 33.932623858000056 - ], - [ - -117.28323404099996, - 33.93262742300004 - ], - [ - -117.28323408299997, - 33.932630989000074 - ], - [ - -117.28323416999996, - 33.932638119000046 - ], - [ - -117.28323421299996, - 33.93264168400003 - ], - [ - -117.28323429999995, - 33.93264881400006 - ], - [ - -117.283234344, - 33.932652380000036 - ], - [ - -117.28323438799998, - 33.93265594500008 - ], - [ - -117.28323443099998, - 33.932659510000065 - ], - [ - -117.28323451899996, - 33.93266664200007 - ], - [ - -117.28323456099997, - 33.93267020700006 - ], - [ - -117.28323460399997, - 33.932673771000054 - ], - [ - -117.28323464799996, - 33.93267733700003 - ], - [ - -117.28323473499995, - 33.93268446800005 - ], - [ - -117.28323477799995, - 33.932688032000044 - ], - [ - -117.28323482199994, - 33.932691598000076 - ], - [ - -117.28323486599999, - 33.93269516400005 - ], - [ - -117.28323495299998, - 33.93270229400002 - ], - [ - -117.28323499699997, - 33.932705859000066 - ], - [ - -117.28323504099995, - 33.93270942500004 - ], - [ - -117.28323508299997, - 33.93271298900004 - ], - [ - -117.28323512699995, - 33.93271655500007 - ], - [ - -117.28323516999995, - 33.932720120000056 - ], - [ - -117.28323521399994, - 33.93272368600003 - ], - [ - -117.28323525699994, - 33.932727251000074 - ], - [ - -117.283235301, - 33.93273081600006 - ], - [ - -117.283235344, - 33.932734381000046 - ], - [ - -117.28323543099998, - 33.932741512000064 - ], - [ - -117.28323547399998, - 33.93274507700005 - ], - [ - -117.28323551799997, - 33.932748643000025 - ], - [ - -117.28323556099997, - 33.93275220800007 - ], - [ - -117.28323560399997, - 33.932755772000064 - ], - [ - -117.28323564799996, - 33.93275933800004 - ], - [ - -117.28323569199995, - 33.932762903000025 - ], - [ - -117.28323573499995, - 33.93276646800007 - ], - [ - -117.283235779, - 33.93277003400004 - ], - [ - -117.283235822, - 33.932773600000075 - ], - [ - -117.28323586599998, - 33.93277716500006 - ], - [ - -117.28323590899998, - 33.93278072900006 - ], - [ - -117.28323595299997, - 33.93278429500003 - ], - [ - -117.28323599599997, - 33.932787860000076 - ], - [ - -117.28323608299996, - 33.93279499000005 - ], - [ - -117.28323616999995, - 33.932802122000055 - ], - [ - -117.28323621399994, - 33.93280568700004 - ], - [ - -117.28323625699994, - 33.93280925200003 - ], - [ - -117.28323630099999, - 33.93281281800006 - ], - [ - -117.28323634399999, - 33.932816382000055 - ], - [ - -117.28323638699999, - 33.93281994700004 - ], - [ - -117.28323643099998, - 33.93282351300007 - ], - [ - -117.28323647399998, - 33.93282707800006 - ], - [ - -117.28323651799997, - 33.932830644000035 - ], - [ - -117.28323655999998, - 33.93283420900008 - ], - [ - -117.28323660499996, - 33.93283777400006 - ], - [ - -117.28323664799996, - 33.93284134000004 - ], - [ - -117.28323673499995, - 33.93284846900008 - ], - [ - -117.283236779, - 33.93285203500005 - ], - [ - -117.283236822, - 33.93285560000004 - ], - [ - -117.28323686599998, - 33.93285916600007 - ], - [ - -117.28323690899998, - 33.93286273100006 - ], - [ - -117.28323695299997, - 33.93286629700003 - ], - [ - -117.28323699599997, - 33.932869862000075 - ], - [ - -117.28323703799998, - 33.93287342700006 - ], - [ - -117.28323708199997, - 33.93287699200005 - ], - [ - -117.28323712599996, - 33.93288055800008 - ], - [ - -117.2832371699999, - 33.932884123000065 - ], - [ - -117.28323721299995, - 33.93288768700006 - ], - [ - -117.28323725699994, - 33.93289125300004 - ], - [ - -117.28323730099999, - 33.93289481900007 - ], - [ - -117.28323734399999, - 33.932898384000055 - ], - [ - -117.28323738699999, - 33.93290194900004 - ], - [ - -117.28323743099998, - 33.93290551500007 - ], - [ - -117.28323747399998, - 33.93290908000006 - ], - [ - -117.28323751799996, - 33.932912645000044 - ], - [ - -117.28323756099996, - 33.93291621000003 - ], - [ - -117.28323760499995, - 33.93291977600006 - ], - [ - -117.28323764899994, - 33.93292334100005 - ], - [ - -117.28323769099995, - 33.932926906000034 - ], - [ - -117.28323773499994, - 33.93293047100008 - ], - [ - -117.283237779, - 33.93293403700005 - ], - [ - -117.28323782299998, - 33.93293760200004 - ], - [ - -117.28323786599998, - 33.932941167000024 - ], - [ - -117.28323790899998, - 33.93294473200007 - ], - [ - -117.28323795299997, - 33.93294829800004 - ], - [ - -117.28323799599997, - 33.932951864000074 - ], - [ - -117.28323803899997, - 33.93295542800007 - ], - [ - -117.28323869399998, - 33.93300909000004 - ], - [ - -117.28323988199998, - 33.93310650800004 - ], - [ - -117.28324051799996, - 33.933158648000074 - ], - [ - -117.28324060499995, - 33.933165780000024 - ], - [ - -117.28324064699996, - 33.93316934400008 - ], - [ - -117.28324068999996, - 33.933172909000064 - ], - [ - -117.28324073399995, - 33.93317647500004 - ], - [ - -117.283240778, - 33.93318004100007 - ], - [ - -117.28324145199997, - 33.93323525900007 - ], - [ - -117.28317645899995, - 33.93323565000003 - ], - [ - -117.28317218099994, - 33.93323567500005 - ], - [ - -117.28316790399998, - 33.93323570100006 - ], - [ - -117.28316362599998, - 33.93323572700007 - ], - [ - -117.28315934799997, - 33.933235753000076 - ], - [ - -117.283150794, - 33.93323580500004 - ], - [ - -117.28314651699998, - 33.93323583100005 - ], - [ - -117.28314223999996, - 33.93323585600007 - ], - [ - -117.28313796199996, - 33.933235882000076 - ], - [ - -117.28313368499994, - 33.93323590800003 - ], - [ - -117.28312940799998, - 33.93323593500003 - ], - [ - -117.28312512999997, - 33.93323596000005 - ], - [ - -117.28312085199997, - 33.93323598600006 - ], - [ - -117.28311657499995, - 33.933236012000066 - ], - [ - -117.283112298, - 33.93323603700003 - ], - [ - -117.28310802099998, - 33.93323606300004 - ], - [ - -117.28310374299997, - 33.93323609000004 - ], - [ - -117.28309946599995, - 33.933236116000046 - ], - [ - -117.28309518799995, - 33.933236141000066 - ], - [ - -117.28309090999994, - 33.933236167000075 - ], - [ - -117.28308663399997, - 33.93323619300003 - ], - [ - -117.28308235699996, - 33.93323621800005 - ], - [ - -117.28307807899995, - 33.933236245000046 - ], - [ - -117.283073802, - 33.933236271000055 - ], - [ - -117.28306524599998, - 33.93323632200003 - ], - [ - -117.28306096899996, - 33.93323634800004 - ], - [ - -117.283056693, - 33.933236374000046 - ], - [ - -117.28305241499999, - 33.933236400000055 - ], - [ - -117.28304813699998, - 33.933236426000065 - ], - [ - -117.28304385999996, - 33.933236452000074 - ], - [ - -117.28303958199996, - 33.93323647700004 - ], - [ - -117.28303530499994, - 33.933236503000046 - ], - [ - -117.28303102899997, - 33.933236529000055 - ], - [ - -117.28302675099997, - 33.933236555000065 - ], - [ - -117.28302247299996, - 33.933236581000074 - ], - [ - -117.28301819599994, - 33.933236607000026 - ], - [ - -117.283013918, - 33.933236633000035 - ], - [ - -117.28300964099998, - 33.933236658000055 - ], - [ - -117.28300536399996, - 33.933236684000065 - ], - [ - -117.28300108699995, - 33.933236710000074 - ], - [ - -117.28299680899994, - 33.933236736000026 - ], - [ - -117.282992531, - 33.933236762000035 - ], - [ - -117.28298825399997, - 33.933236788000045 - ], - [ - -117.28298397699996, - 33.933236813000065 - ], - [ - -117.28297542299998, - 33.933236865000026 - ], - [ - -117.28297114499998, - 33.933236892000025 - ], - [ - -117.28296686699997, - 33.933236917000045 - ], - [ - -117.28296258999995, - 33.933236943000054 - ], - [ - -117.28295403399994, - 33.933236994000026 - ], - [ - -117.28294548099996, - 33.933237047000034 - ], - [ - -117.28294120299995, - 33.933237072000054 - ], - [ - -117.28293692699998, - 33.93323709800006 - ], - [ - -117.28293264799998, - 33.93323712400007 - ], - [ - -117.28292836999998, - 33.933237150000025 - ], - [ - -117.28292409299996, - 33.933237175000045 - ], - [ - -117.282919817, - 33.93323720200004 - ], - [ - -117.28291553899999, - 33.93323722800005 - ], - [ - -117.28291126099998, - 33.93323725300007 - ], - [ - -117.28290698399996, - 33.933237279000025 - ], - [ - -117.28289842799995, - 33.93323733100004 - ], - [ - -117.282894151, - 33.93323735700005 - ], - [ - -117.28288559699996, - 33.93323740900007 - ], - [ - -117.28288131999994, - 33.933237434000034 - ], - [ - -117.28287704199994, - 33.93323746000004 - ], - [ - -117.282872764, - 33.93323748600005 - ], - [ - -117.28286420999996, - 33.93323753800007 - ], - [ - -117.28285993299994, - 33.933237564000024 - ], - [ - -117.28285565599998, - 33.93323758900004 - ], - [ - -117.28285137799998, - 33.93323761500005 - ], - [ - -117.28284709999997, - 33.93323764100006 - ], - [ - -117.28284281599997, - 33.93323766700007 - ], - [ - -117.28283853499994, - 33.933237693000024 - ], - [ - -117.282834257, - 33.93323771900003 - ], - [ - -117.28282997899998, - 33.93323774400005 - ], - [ - -117.28282570299996, - 33.93323777000006 - ], - [ - -117.28282142499995, - 33.93323779600007 - ], - [ - -117.282817148, - 33.933237822000024 - ], - [ - -117.28281287099998, - 33.93323784800003 - ], - [ - -117.28280859299997, - 33.93323787400004 - ], - [ - -117.282800039, - 33.93323792500007 - ], - [ - -117.28279576099999, - 33.933237951000024 - ], - [ - -117.28279148299998, - 33.93323797700003 - ], - [ - -117.28278720599997, - 33.93323800300004 - ], - [ - -117.28278292899995, - 33.93323802900005 - ], - [ - -117.28277865099994, - 33.93323805400007 - ], - [ - -117.28277437399998, - 33.933238080000024 - ], - [ - -117.28276581899996, - 33.93323813100005 - ], - [ - -117.28275726499999, - 33.933238182000025 - ], - [ - -117.28274443299995, - 33.933238258000074 - ], - [ - -117.282735877, - 33.933238311000025 - ], - [ - -117.28272732399995, - 33.933238361000065 - ], - [ - -117.28271876899998, - 33.933238413000026 - ], - [ - -117.28271449099998, - 33.933238439000036 - ], - [ - -117.28270593599996, - 33.933238490000065 - ], - [ - -117.28269738199998, - 33.933238542000026 - ], - [ - -117.28269310399997, - 33.933238567000046 - ], - [ - -117.28268882699996, - 33.933238593000056 - ], - [ - -117.282680272, - 33.933238645000074 - ], - [ - -117.28267171799996, - 33.93323869500006 - ], - [ - -117.28266743999995, - 33.933238721000066 - ], - [ - -117.28265888499999, - 33.93323877300003 - ], - [ - -117.28265033099996, - 33.93323882400006 - ], - [ - -117.282641776, - 33.933238876000075 - ], - [ - -117.28263322099997, - 33.93323892600006 - ], - [ - -117.28262894399995, - 33.93323895200007 - ], - [ - -117.28262038899999, - 33.93323900300004 - ], - [ - -117.28261611, - 33.93323902900005 - ], - [ - -117.28260755699995, - 33.93323908000008 - ], - [ - -117.282599001, - 33.93323913100005 - ], - [ - -117.28259472499997, - 33.93323915700006 - ], - [ - -117.28259044799995, - 33.93323918300007 - ], - [ - -117.28258616999995, - 33.93323920900008 - ], - [ - -117.28258189299999, - 33.93323923500003 - ], - [ - -117.28257333699997, - 33.93323928600006 - ], - [ - -117.28256905899997, - 33.93323931200007 - ], - [ - -117.28256478199995, - 33.93323933800008 - ], - [ - -117.28256050599998, - 33.93323936400003 - ], - [ - -117.28255622799998, - 33.93323939000004 - ], - [ - -117.28255195199995, - 33.93323941600005 - ], - [ - -117.28254339499995, - 33.93323946700008 - ], - [ - -117.28253484099997, - 33.93323951700006 - ], - [ - -117.28252628799999, - 33.93323956800003 - ], - [ - -117.282522009, - 33.93323959400004 - ], - [ - -117.28251345399997, - 33.93323964500007 - ], - [ - -117.28250489899995, - 33.933239696000044 - ], - [ - -117.28249634599996, - 33.93323974700007 - ], - [ - -117.28248778999995, - 33.933239799000035 - ], - [ - -117.28247923499998, - 33.933239850000064 - ], - [ - -117.28247068199994, - 33.933239900000046 - ], - [ - -117.28246640299994, - 33.933239926000056 - ], - [ - -117.28245784899997, - 33.93323997700003 - ], - [ - -117.28244929299996, - 33.933240029000046 - ], - [ - -117.28244073899998, - 33.93324007900003 - ], - [ - -117.28243646199996, - 33.93324010500004 - ], - [ - -117.28243219599995, - 33.93324013100005 - ], - [ - -117.28241936299997, - 33.93324020700004 - ], - [ - -117.28241508699995, - 33.93324023300005 - ], - [ - -117.28241080799995, - 33.93324025900006 - ], - [ - -117.28240653199998, - 33.93324028500007 - ], - [ - -117.28239797799995, - 33.93324033600004 - ], - [ - -117.28239369899995, - 33.93324036200005 - ], - [ - -117.28238514399999, - 33.93324041300008 - ], - [ - -117.28238086699997, - 33.93324043900003 - ], - [ - -117.28237658999996, - 33.93324046500004 - ], - [ - -117.28237231299994, - 33.93324049100005 - ], - [ - -117.282368035, - 33.93324051600007 - ], - [ - -117.28236375699998, - 33.93324054200008 - ], - [ - -117.28235947999997, - 33.93324056800003 - ], - [ - -117.28235520299995, - 33.93324059400004 - ], - [ - -117.28235092499995, - 33.93324062000005 - ], - [ - -117.28234664899998, - 33.93324064600006 - ], - [ - -117.28234237099997, - 33.93324067100008 - ], - [ - -117.28233809299996, - 33.93324069700003 - ], - [ - -117.282333817, - 33.93324072300004 - ], - [ - -117.28232953899999, - 33.93324074900005 - ], - [ - -117.28232098399997, - 33.93324080000008 - ], - [ - -117.28231670699995, - 33.93324082500004 - ], - [ - -117.28231242899994, - 33.93324085100005 - ], - [ - -117.28230815299997, - 33.93324087800005 - ], - [ - -117.28230387499997, - 33.93324090300007 - ], - [ - -117.28229959699996, - 33.93324092900008 - ], - [ - -117.28229531999995, - 33.93324095500003 - ], - [ - -117.28229104299999, - 33.93324098000005 - ], - [ - -117.28228676499998, - 33.93324100600006 - ], - [ - -117.28228248799996, - 33.93324103300006 - ], - [ - -117.28227821099995, - 33.93324105800008 - ], - [ - -117.28227393299994, - 33.93324108400003 - ], - [ - -117.282269655, - 33.93324111000004 - ], - [ - -117.28226537899997, - 33.93324113500006 - ], - [ - -117.28226110099996, - 33.93324116100007 - ], - [ - -117.28225254699998, - 33.93324121100005 - ], - [ - -117.28224826899998, - 33.93324123700006 - ], - [ - -117.28224399099997, - 33.93324126300007 - ], - [ - -117.28223971399996, - 33.93324128800003 - ], - [ - -117.28223115999998, - 33.93324133900006 - ], - [ - -117.28222688199997, - 33.933241364000025 - ], - [ - -117.28222260499996, - 33.933241390000035 - ], - [ - -117.28215835299994, - 33.93324177100004 - ], - [ - -117.28209427299998, - 33.93324215600006 - ], - [ - -117.28208999499998, - 33.93324218200007 - ], - [ - -117.28208571799996, - 33.933242208000024 - ], - [ - -117.28208143999996, - 33.933242233000044 - ], - [ - -117.28207716299994, - 33.93324225900005 - ], - [ - -117.28207288599998, - 33.93324228500006 - ], - [ - -117.28206860899996, - 33.93324231100007 - ], - [ - -117.28206433099996, - 33.933242337000024 - ], - [ - -117.28206005399994, - 33.93324236300003 - ], - [ - -117.282055776, - 33.93324238800005 - ], - [ - -117.28204722199996, - 33.93324244000007 - ], - [ - -117.28203866699994, - 33.93324249200003 - ], - [ - -117.28203438999998, - 33.93324251800004 - ], - [ - -117.28203011199997, - 33.93324254300006 - ], - [ - -117.28202583399997, - 33.93324256900007 - ], - [ - -117.28202155599996, - 33.933242595000024 - ], - [ - -117.28201728099998, - 33.93324262100003 - ], - [ - -117.28201300299997, - 33.93324264700004 - ], - [ - -117.28200872499997, - 33.93324267200006 - ], - [ - -117.28200016999995, - 33.933242724000024 - ], - [ - -117.28199589199994, - 33.93324275000003 - ], - [ - -117.28199161499998, - 33.93324277600004 - ], - [ - -117.28198733899995, - 33.93324280200005 - ], - [ - -117.28198306599995, - 33.93324282700007 - ], - [ - -117.28197879599998, - 33.933242853000024 - ], - [ - -117.28197451799997, - 33.933242879000034 - ], - [ - -117.28197023999996, - 33.93324290600003 - ], - [ - -117.281965964, - 33.93324293100005 - ], - [ - -117.28196168599999, - 33.93324295700006 - ], - [ - -117.281957407, - 33.93324298300007 - ], - [ - -117.28195312899999, - 33.933243008000034 - ], - [ - -117.28194885399995, - 33.93324303400004 - ], - [ - -117.28194457599994, - 33.93324306100004 - ], - [ - -117.28194029799994, - 33.93324308600006 - ], - [ - -117.28193602199997, - 33.93324311200007 - ], - [ - -117.28193174299997, - 33.933243137000034 - ], - [ - -117.28192746499997, - 33.93324316300004 - ], - [ - -117.28192318899994, - 33.93324318900005 - ], - [ - -117.28191891299997, - 33.93324321500006 - ], - [ - -117.28191463399997, - 33.93324324100007 - ], - [ - -117.28190607899995, - 33.93324329200004 - ], - [ - -117.28190180099995, - 33.93324331800005 - ], - [ - -117.28189752499998, - 33.93324334500005 - ], - [ - -117.28189324699997, - 33.93324337000007 - ], - [ - -117.28188896999995, - 33.93324339600008 - ], - [ - -117.28188469199995, - 33.93324342200003 - ], - [ - -117.28188041499999, - 33.93324344700005 - ], - [ - -117.28187613699998, - 33.93324347300006 - ], - [ - -117.28186758299995, - 33.93324352500008 - ], - [ - -117.28185902799999, - 33.93324357600005 - ], - [ - -117.28185475099997, - 33.93324360200006 - ], - [ - -117.28184619599995, - 33.93324365400008 - ], - [ - -117.28184191999998, - 33.93324368000003 - ], - [ - -117.28183764199997, - 33.93324370600004 - ], - [ - -117.28182908699995, - 33.93324375700007 - ], - [ - -117.28182480999999, - 33.93324378400007 - ], - [ - -117.28182053199998, - 33.93324380900003 - ], - [ - -117.28181625399998, - 33.93324383500004 - ], - [ - -117.28181197799995, - 33.93324386100005 - ], - [ - -117.28180769999994, - 33.93324388600007 - ], - [ - -117.28179914599997, - 33.93324393800003 - ], - [ - -117.28179486799996, - 33.93324396400004 - ], - [ - -117.28178631299994, - 33.93324401500007 - ], - [ - -117.28178204699998, - 33.93324404100008 - ], - [ - -117.28177776899997, - 33.93324406700003 - ], - [ - -117.28177349299995, - 33.93324409200005 - ], - [ - -117.28176493799998, - 33.93324414400007 - ], - [ - -117.28176066099996, - 33.93324417000008 - ], - [ - -117.28175638299996, - 33.93324419600003 - ], - [ - -117.28175210499995, - 33.93324422200004 - ], - [ - -117.28174782699995, - 33.93324424700006 - ], - [ - -117.28173927399996, - 33.933244298000034 - ], - [ - -117.28173499599995, - 33.93324432400004 - ], - [ - -117.28172644099999, - 33.93324437500007 - ], - [ - -117.28172216399997, - 33.933244401000024 - ], - [ - -117.28171788699996, - 33.933244427000034 - ], - [ - -117.2817136099999, - 33.93324445300004 - ], - [ - -117.281709332, - 33.93324447900005 - ], - [ - -117.28170505499997, - 33.93324450400007 - ], - [ - -117.28170077699997, - 33.933244530000024 - ], - [ - -117.281692223, - 33.93324458200004 - ], - [ - -117.28168794499999, - 33.93324460800005 - ], - [ - -117.28168366799997, - 33.93324463400006 - ], - [ - -117.28167938999997, - 33.933244659000025 - ], - [ - -117.28167511899994, - 33.933244685000034 - ], - [ - -117.28167084699999, - 33.93324471100004 - ], - [ - -117.28165373799999, - 33.933244814000034 - ], - [ - -117.28164517699997, - 33.93324486500006 - ], - [ - -117.28164089399996, - 33.93324489100007 - ], - [ - -117.281632334, - 33.933244942000044 - ], - [ - -117.28162805099998, - 33.933244968000054 - ], - [ - -117.28162377499996, - 33.93324499300007 - ], - [ - -117.28161949599996, - 33.933245019000026 - ], - [ - -117.28161521699997, - 33.933245045000035 - ], - [ - -117.28160666399998, - 33.933245095000075 - ], - [ - -117.28160237399999, - 33.93324512100003 - ], - [ - -117.28159381399996, - 33.933245172000056 - ], - [ - -117.28158953099995, - 33.933245198000066 - ], - [ - -117.28158525299995, - 33.93324522300003 - ], - [ - -117.28158097599999, - 33.93324525000003 - ], - [ - -117.28157669799998, - 33.93324527600004 - ], - [ - -117.28157242099996, - 33.933245301000056 - ], - [ - -117.281568145, - 33.933245327000066 - ], - [ - -117.28156386699999, - 33.933245353000075 - ], - [ - -117.28155958899998, - 33.93324537900003 - ], - [ - -117.28155531199997, - 33.93324540500004 - ], - [ - -117.281546758, - 33.933245455000076 - ], - [ - -117.28154247999998, - 33.93324548100003 - ], - [ - -117.28153392499996, - 33.93324553100007 - ], - [ - -117.28152964699996, - 33.93324555700008 - ], - [ - -117.28152108199998, - 33.93324560900004 - ], - [ - -117.28151680399998, - 33.93324563500005 - ], - [ - -117.28150824899996, - 33.93324568600008 - ], - [ - -117.28149969499998, - 33.93324573600006 - ], - [ - -117.28149541799996, - 33.93324576200007 - ], - [ - -117.28148258599998, - 33.93324583800006 - ], - [ - -117.28147829499994, - 33.93324586400007 - ], - [ - -117.28147401999996, - 33.93324589000002 - ], - [ - -117.28146974199996, - 33.93324591600003 - ], - [ - -117.28146545199996, - 33.93324594100005 - ], - [ - -117.28146117499995, - 33.93324596700006 - ], - [ - -117.28145689899998, - 33.93324599300007 - ], - [ - -117.28145261999998, - 33.93324601900002 - ], - [ - -117.28144834299997, - 33.93324604400004 - ], - [ - -117.28144406599995, - 33.93324607000005 - ], - [ - -117.28143978799994, - 33.93324609600006 - ], - [ - -117.28143551, - 33.93324612200007 - ], - [ - -117.28143123399997, - 33.93324614800002 - ], - [ - -117.28142695599996, - 33.93324617300004 - ], - [ - -117.28142268399995, - 33.93324619900005 - ], - [ - -117.28141413699996, - 33.933246250000025 - ], - [ - -117.28140985799996, - 33.933246276000034 - ], - [ - -117.28140557999996, - 33.93324630200004 - ], - [ - -117.28140130299994, - 33.93324632700006 - ], - [ - -117.28139274899996, - 33.933246378000035 - ], - [ - -117.281388473, - 33.933246404000045 - ], - [ - -117.281379916, - 33.933246455000074 - ], - [ - -117.28137563899998, - 33.933246481000026 - ], - [ - -117.28136708399995, - 33.933246532000055 - ], - [ - -117.28136280899997, - 33.933246557000075 - ], - [ - -117.28135852999998, - 33.93324658300003 - ], - [ - -117.28135425199997, - 33.93324660800005 - ], - [ - -117.28134569799994, - 33.933246659000076 - ], - [ - -117.28134142, - 33.93324668500003 - ], - [ - -117.28133286599996, - 33.93324673600006 - ], - [ - -117.28132858799995, - 33.93324676200007 - ], - [ - -117.28132430999995, - 33.93324678700003 - ], - [ - -117.28132003399998, - 33.93324681300004 - ], - [ - -117.28131147799996, - 33.93324686400007 - ], - [ - -117.28130292399999, - 33.93324691500004 - ], - [ - -117.28129436999996, - 33.93324696500002 - ], - [ - -117.28129009199995, - 33.93324699100003 - ], - [ - -117.28128153699998, - 33.93324704200006 - ], - [ - -117.28127725899998, - 33.933247067000025 - ], - [ - -117.28127298299995, - 33.933247093000034 - ], - [ - -117.281268706, - 33.93324712000003 - ], - [ - -117.28126442799999, - 33.93324714500005 - ], - [ - -117.28126015, - 33.93324717100006 - ], - [ - -117.28125587199997, - 33.933247196000025 - ], - [ - -117.28125159499996, - 33.933247222000034 - ], - [ - -117.28124731899999, - 33.93324724900003 - ], - [ - -117.28124304099998, - 33.93324727400005 - ], - [ - -117.28123876399997, - 33.93324730000006 - ], - [ - -117.28123448599996, - 33.933247325000025 - ], - [ - -117.28123020799995, - 33.933247351000034 - ], - [ - -117.28122593199998, - 33.93324737700004 - ], - [ - -117.28122165499997, - 33.93324740300005 - ], - [ - -117.28121737699996, - 33.93324742900006 - ], - [ - -117.28121309999995, - 33.933247454000025 - ], - [ - -117.28120882199994, - 33.933247480000034 - ], - [ - -117.281204544, - 33.93324750600004 - ], - [ - -117.28120026699997, - 33.93324753100006 - ], - [ - -117.28119599099995, - 33.93324755700007 - ], - [ - -117.28119171299994, - 33.933247582000035 - ], - [ - -117.281187435, - 33.933247609000034 - ], - [ - -117.28118315799998, - 33.933247633000065 - ], - [ - -117.28117888, - 33.933247659000074 - ], - [ - -117.28117460299995, - 33.933247685000026 - ], - [ - -117.281170326, - 33.933247710000046 - ], - [ - -117.28116604899998, - 33.933247734000076 - ], - [ - -117.28116177099997, - 33.933247761000075 - ], - [ - -117.28115749399996, - 33.93324778500005 - ], - [ - -117.28115321599995, - 33.93324781100006 - ], - [ - -117.281148939, - 33.93324783700007 - ], - [ - -117.28114466199997, - 33.93324786200003 - ], - [ - -117.28114038399997, - 33.93324788800004 - ], - [ - -117.28107525499996, - 33.93324827300006 - ], - [ - -117.28107458199997, - 33.93319434400007 - ], - [ - -117.28107453699994, - 33.933190780000075 - ], - [ - -117.28107449299995, - 33.93318721500003 - ], - [ - -117.28107444899996, - 33.933183650000046 - ], - [ - -117.28107440499997, - 33.93318008500006 - ], - [ - -117.28107436, - 33.933176520000075 - ], - [ - -117.28107431599994, - 33.93317295500003 - ], - [ - -117.28107427099997, - 33.93316938900006 - ], - [ - -117.28107422699998, - 33.93316582400007 - ], - [ - -117.28107413799995, - 33.93315869300005 - ], - [ - -117.28107409399996, - 33.933155129000056 - ], - [ - -117.28107404999997, - 33.933151563000024 - ], - [ - -117.281074005, - 33.93314799800004 - ], - [ - -117.28107396099995, - 33.93314443200006 - ], - [ - -117.28107391699996, - 33.933140868000066 - ], - [ - -117.28107387199998, - 33.933137302000034 - ], - [ - -117.28107382699994, - 33.93313373400008 - ], - [ - -117.28107378299995, - 33.93313017000003 - ], - [ - -117.28107373799998, - 33.93312660500004 - ], - [ - -117.28107369299994, - 33.933123039000066 - ], - [ - -117.28107364899995, - 33.93311947400008 - ], - [ - -117.28107355999998, - 33.93311234400005 - ], - [ - -117.281073516, - 33.933108778000076 - ], - [ - -117.28107347199995, - 33.93310521300003 - ], - [ - -117.28107342699997, - 33.93310164600007 - ], - [ - -117.28107338199999, - 33.933098080000036 - ], - [ - -117.28107333799994, - 33.93309451600004 - ], - [ - -117.28107329299996, - 33.933090950000064 - ], - [ - -117.28107324899997, - 33.93308738500008 - ], - [ - -117.28107320499998, - 33.933083820000036 - ], - [ - -117.28107315999995, - 33.93308025500005 - ], - [ - -117.28107311599996, - 33.933076689000075 - ], - [ - -117.28107307099998, - 33.93307312300004 - ], - [ - -117.281073027, - 33.933069559000046 - ], - [ - -117.28107298199996, - 33.93306599300007 - ], - [ - -117.28107293699998, - 33.93306242800003 - ], - [ - -117.28107289299999, - 33.93305886400003 - ], - [ - -117.28107284999999, - 33.93305529700007 - ], - [ - -117.28107280399996, - 33.933051732000024 - ], - [ - -117.28107276099996, - 33.93304816800003 - ], - [ - -117.281072715, - 33.93304460200005 - ], - [ - -117.28107266999996, - 33.93304103600008 - ], - [ - -117.28107262599997, - 33.933037472000024 - ], - [ - -117.28107258199998, - 33.93303390700004 - ], - [ - -117.28107253699994, - 33.93303034100006 - ], - [ - -117.28107249199996, - 33.93302677500003 - ], - [ - -117.28107244799997, - 33.933023210000044 - ], - [ - -117.28107240399999, - 33.93301964500006 - ], - [ - -117.28107235899995, - 33.933016079000026 - ], - [ - -117.28107231499996, - 33.93301251400004 - ], - [ - -117.28107227099997, - 33.933008949000055 - ], - [ - -117.28107218199995, - 33.93300182000007 - ], - [ - -117.28107213699997, - 33.93299825400004 - ], - [ - -117.28107209299998, - 33.932994688000065 - ], - [ - -117.28107204799994, - 33.93299112300008 - ], - [ - -117.28107200399995, - 33.932987558000036 - ], - [ - -117.28107195899997, - 33.93298399200006 - ], - [ - -117.28107191499998, - 33.932980427000075 - ], - [ - -117.281071871, - 33.93297686200003 - ], - [ - -117.28107182599996, - 33.932973297000046 - ], - [ - -117.28107178199997, - 33.93296973100007 - ], - [ - -117.28107173899997, - 33.93296616600003 - ], - [ - -117.28107169299994, - 33.932962599000064 - ], - [ - -117.28107164799997, - 33.93295903400008 - ], - [ - -117.28107160399998, - 33.932955468000046 - ], - [ - -117.28107155999999, - 33.93295190400005 - ], - [ - -117.28107151599994, - 33.932948338000074 - ], - [ - -117.28107147099996, - 33.93294477300003 - ], - [ - -117.28107142699997, - 33.932941208000045 - ], - [ - -117.281071382, - 33.93293764200007 - ], - [ - -117.28107133799995, - 33.93293407600004 - ], - [ - -117.28107129299997, - 33.93293051000006 - ], - [ - -117.28107120399994, - 33.932923379000044 - ], - [ - -117.28107115899996, - 33.93291981400006 - ], - [ - -117.28107111499997, - 33.93291624900007 - ], - [ - -117.28107107099999, - 33.93291268300004 - ], - [ - -117.28107102699994, - 33.932909118000055 - ], - [ - -117.28107093799997, - 33.93290198700004 - ], - [ - -117.281070893, - 33.93289842200005 - ], - [ - -117.28107084899995, - 33.932894858000054 - ], - [ - -117.28107080399997, - 33.93289129200008 - ], - [ - -117.28107075999998, - 33.932887727000036 - ], - [ - -117.28107071499994, - 33.93288416100006 - ], - [ - -117.28107067099995, - 33.932880596000075 - ], - [ - -117.28107062699996, - 33.93287703100003 - ], - [ - -117.28107058299997, - 33.93287346500006 - ], - [ - -117.28107053999997, - 33.93286990000007 - ], - [ - -117.28107049599998, - 33.93286633500003 - ], - [ - -117.281070452, - 33.93286277000004 - ], - [ - -117.28107040799995, - 33.93285920500006 - ], - [ - -117.28107036399996, - 33.93285564000007 - ], - [ - -117.281070275, - 33.93284850900005 - ], - [ - -117.28107023099994, - 33.93284494400007 - ], - [ - -117.28107018699995, - 33.932841378000035 - ], - [ - -117.28107014299997, - 33.93283781200006 - ], - [ - -117.28107009899998, - 33.93283424800006 - ], - [ - -117.28107005499999, - 33.93283068300008 - ], - [ - -117.28107001099994, - 33.932827117000045 - ], - [ - -117.28106996699995, - 33.93282355200006 - ], - [ - -117.28106992399995, - 33.93281998600003 - ], - [ - -117.28106987999996, - 33.93281642100004 - ], - [ - -117.28106983599997, - 33.932812857000044 - ], - [ - -117.28106979199998, - 33.93280929200006 - ], - [ - -117.281069748, - 33.932805726000026 - ], - [ - -117.28106970399995, - 33.93280216100004 - ], - [ - -117.28106965999996, - 33.932798596000055 - ], - [ - -117.28106961599997, - 33.93279503000008 - ], - [ - -117.28106895699995, - 33.932742104000056 - ], - [ - -117.28106828299997, - 33.93268800200008 - ], - [ - -117.28106766199994, - 33.932638154000074 - ], - [ - -117.28106761799995, - 33.93263459000008 - ], - [ - -117.28106757299997, - 33.932631025000035 - ], - [ - -117.28106752899998, - 33.93262745900006 - ], - [ - -117.28106743999996, - 33.93262032800004 - ], - [ - -117.28106739499998, - 33.932616763000055 - ], - [ - -117.28106730599995, - 33.93260963400007 - ], - [ - -117.28106726199997, - 33.93260606900003 - ], - [ - -117.28106717299994, - 33.93259893900006 - ], - [ - -117.28106712799996, - 33.93259537300003 - ], - [ - -117.28106708399997, - 33.93259180800004 - ], - [ - -117.28106703999998, - 33.932588244000044 - ], - [ - -117.28106695099996, - 33.932581113000026 - ], - [ - -117.28106690599998, - 33.93257754500007 - ], - [ - -117.28106686199999, - 33.932573981000075 - ], - [ - -117.28106681699995, - 33.93257041500004 - ], - [ - -117.28106677199997, - 33.93256685000006 - ], - [ - -117.28106672799998, - 33.93256328500007 - ], - [ - -117.28106668399994, - 33.93255971900004 - ], - [ - -117.28106659499997, - 33.93255258900007 - ], - [ - -117.28106655099998, - 33.932549024000025 - ], - [ - -117.28106646199996, - 33.932541893000064 - ], - [ - -117.28106641699998, - 33.93253832700003 - ], - [ - -117.28106632799995, - 33.93253119600007 - ], - [ - -117.28106628399996, - 33.932527632000074 - ], - [ - -117.28106623999997, - 33.93252406700003 - ], - [ - -117.281066195, - 33.932520501000056 - ], - [ - -117.28106615099995, - 33.93251693700006 - ], - [ - -117.28106610599997, - 33.93251337100003 - ], - [ - -117.28106606199998, - 33.93250980500005 - ], - [ - -117.281066018, - 33.932506240000066 - ], - [ - -117.28106597299995, - 33.93250267500002 - ], - [ - -117.28106592899996, - 33.93249910900005 - ], - [ - -117.28106588399999, - 33.93249554300007 - ], - [ - -117.2810658399999, - 33.932491980000066 - ], - [ - -117.28106579499996, - 33.932488414000034 - ], - [ - -117.28106574999998, - 33.93248484900005 - ], - [ - -117.281065706, - 33.93248128400006 - ], - [ - -117.28106566199995, - 33.93247771800003 - ], - [ - -117.28106561699997, - 33.932474152000054 - ], - [ - -117.28106557299998, - 33.93247058800006 - ], - [ - -117.28106543999996, - 33.93245989300004 - ], - [ - -117.28106539499998, - 33.93245632700007 - ], - [ - -117.28106535099994, - 33.932452762000025 - ], - [ - -117.28106530599996, - 33.93244919600005 - ], - [ - -117.281065217, - 33.93244206500003 - ], - [ - -117.28106517299994, - 33.932438500000046 - ], - [ - -117.28106508499997, - 33.932431370000074 - ], - [ - -117.28106503999999, - 33.93242780400004 - ], - [ - -117.28106499599994, - 33.932424239000056 - ], - [ - -117.28106495099996, - 33.93242067400007 - ], - [ - -117.28106490699997, - 33.93241710800004 - ], - [ - -117.28106481799995, - 33.93240997800007 - ], - [ - -117.28106477299997, - 33.932406412000034 - ], - [ - -117.28106472899998, - 33.93240284800004 - ], - [ - -117.281064685, - 33.93239928300005 - ], - [ - -117.28106463999995, - 33.93239571700008 - ], - [ - -117.28106459499998, - 33.932392151000045 - ], - [ - -117.28106455099999, - 33.93238858600006 - ], - [ - -117.28106450499996, - 33.93238502100007 - ], - [ - -117.28106445999998, - 33.93238145500004 - ], - [ - -117.28106437099996, - 33.93237432500007 - ], - [ - -117.28106432699997, - 33.932370760000026 - ], - [ - -117.28106428199999, - 33.93236719500004 - ], - [ - -117.28106423799994, - 33.932363630000054 - ], - [ - -117.28106419299996, - 33.93236006400008 - ], - [ - -117.28106414799998, - 33.932356499000036 - ], - [ - -117.28106410399994, - 33.93235293400005 - ], - [ - -117.28106405999995, - 33.932349369000065 - ], - [ - -117.28106401499997, - 33.93234580300003 - ], - [ - -117.28106397099998, - 33.932342239000036 - ], - [ - -117.28106392599994, - 33.93233867300006 - ], - [ - -117.28106388099997, - 33.932335108000075 - ], - [ - -117.28106383599999, - 33.93233154200004 - ], - [ - -117.28106379199994, - 33.93232797700006 - ], - [ - -117.28106370299997, - 33.93232084600004 - ], - [ - -117.28106365899998, - 33.93231728100005 - ], - [ - -117.28106356999996, - 33.932310150000035 - ], - [ - -117.28106352599997, - 33.93230658600004 - ], - [ - -117.28106343699994, - 33.93229945500008 - ], - [ - -117.28106339199996, - 33.932295889000045 - ], - [ - -117.28106334799998, - 33.93229232400006 - ], - [ - -117.28106330399999, - 33.93228875900007 - ], - [ - -117.28106325899995, - 33.93228519400003 - ], - [ - -117.28106321499996, - 33.932281629000045 - ], - [ - -117.28106316999998, - 33.93227806300007 - ], - [ - -117.28106312499995, - 33.93227449700004 - ], - [ - -117.28106307999997, - 33.93227093300004 - ], - [ - -117.28106303499999, - 33.932267368000055 - ], - [ - -117.28106298999995, - 33.93226380300007 - ], - [ - -117.28106294599996, - 33.932260238000026 - ], - [ - -117.28106290199997, - 33.93225667300004 - ], - [ - -117.28106281299995, - 33.93224954400006 - ], - [ - -117.28106276899996, - 33.93224598000006 - ], - [ - -117.28106272399998, - 33.932242415000076 - ], - [ - -117.28106267899994, - 33.93223884900004 - ], - [ - -117.28106263499996, - 33.93223528500005 - ], - [ - -117.28106259099997, - 33.93223172100005 - ], - [ - -117.28106254599999, - 33.932228156000065 - ], - [ - -117.28106250199994, - 33.93222459000003 - ], - [ - -117.28106245799995, - 33.93222102500005 - ], - [ - -117.28106241299997, - 33.93221745900007 - ], - [ - -117.28106232399995, - 33.93221033000003 - ], - [ - -117.28106227999996, - 33.93220676400006 - ], - [ - -117.28106223499998, - 33.932203198000025 - ], - [ - -117.28106214599995, - 33.93219606900004 - ], - [ - -117.28106210199996, - 33.932192505000046 - ], - [ - -117.28106205799997, - 33.93218894000006 - ], - [ - -117.28106201399999, - 33.932185376000064 - ], - [ - -117.28106192499996, - 33.932178247000024 - ], - [ - -117.28106188099997, - 33.93217468200004 - ], - [ - -117.281061836, - 33.93217111600006 - ], - [ - -117.28106174699997, - 33.932163986000035 - ], - [ - -117.28106170299998, - 33.93216042200004 - ], - [ - -117.28106165799994, - 33.93215685700005 - ], - [ - -117.28106161399995, - 33.932153292000066 - ], - [ - -117.28106156999996, - 33.932149727000024 - ], - [ - -117.28106148099994, - 33.93214259600006 - ], - [ - -117.28106143699995, - 33.93213903100008 - ], - [ - -117.28106134799998, - 33.93213190000006 - ], - [ - -117.281061304, - 33.93212833500007 - ], - [ - -117.28106125899996, - 33.93212476900004 - ], - [ - -117.28106117099998, - 33.93211763900007 - ], - [ - -117.28106108199995, - 33.93211050800005 - ], - [ - -117.28106103799996, - 33.932106944000054 - ], - [ - -117.28106099399997, - 33.93210337800008 - ], - [ - -117.28106090499995, - 33.93209624800005 - ], - [ - -117.28106081599998, - 33.93208911700003 - ], - [ - -117.28106072699995, - 33.93208198600007 - ], - [ - -117.28106063799999, - 33.93207485500005 - ], - [ - -117.28106059399994, - 33.93207129100006 - ], - [ - -117.2810605499999, - 33.93206772600007 - ], - [ - -117.28106037199996, - 33.932053464000035 - ], - [ - -117.28106028299999, - 33.93204633300007 - ], - [ - -117.28106019399996, - 33.932039204000034 - ], - [ - -117.28106014999997, - 33.93203563900005 - ], - [ - -117.28106001699996, - 33.932024942000055 - ], - [ - -117.28105997299997, - 33.93202137700007 - ], - [ - -117.28105988399994, - 33.93201424700004 - ], - [ - -117.28105979499998, - 33.93200711600008 - ], - [ - -117.28105970599995, - 33.93199998600005 - ], - [ - -117.28105961699998, - 33.93199285400004 - ], - [ - -117.281059573, - 33.93198928900006 - ], - [ - -117.28105953, - 33.93198572400007 - ], - [ - -117.28105943999998, - 33.93197859500003 - ], - [ - -117.28105935099995, - 33.931971463000025 - ], - [ - -117.28105930799995, - 33.93196789800004 - ], - [ - -117.28105926299997, - 33.93196433300005 - ], - [ - -117.28105917399995, - 33.931957200000056 - ], - [ - -117.28105913, - 33.93195363500007 - ], - [ - -117.28105908599997, - 33.93195007000003 - ], - [ - -117.281058998, - 33.931942940000056 - ], - [ - -117.28105890899997, - 33.93193580900004 - ], - [ - -117.28105886499998, - 33.93193224400005 - ], - [ - -117.28105881999994, - 33.93192867800008 - ], - [ - -117.28105873099997, - 33.93192154800005 - ], - [ - -117.28105868699998, - 33.93191798300006 - ], - [ - -117.28105859799996, - 33.931910852000044 - ], - [ - -117.28105855399997, - 33.93190728700006 - ], - [ - -117.28105851, - 33.931903721000026 - ], - [ - -117.28105842099995, - 33.931896591000054 - ], - [ - -117.28105833199999, - 33.931889460000036 - ], - [ - -117.28105828799994, - 33.93188589600004 - ], - [ - -117.28105824299996, - 33.931882330000064 - ], - [ - -117.28105819899997, - 33.93187876500008 - ], - [ - -117.28105810999995, - 33.93187163400006 - ], - [ - -117.28105806599996, - 33.931868069000075 - ], - [ - -117.28105797699999, - 33.931860939000046 - ], - [ - -117.28105788799996, - 33.93185380800003 - ], - [ - -117.28105784399997, - 33.93185024300004 - ], - [ - -117.28105779899994, - 33.93184667700007 - ], - [ - -117.28105771, - 33.93183954700004 - ], - [ - -117.28105766599998, - 33.93183598200005 - ], - [ - -117.281057622, - 33.93183241700007 - ], - [ - -117.28105753299997, - 33.93182528600005 - ], - [ - -117.28105744399994, - 33.93181815500003 - ], - [ - -117.28105739999995, - 33.93181459200002 - ], - [ - -117.28105731099998, - 33.93180746100006 - ], - [ - -117.281057267, - 33.931803897000066 - ], - [ - -117.28105722199996, - 33.931800331000034 - ], - [ - -117.28105713399998, - 33.93179320000007 - ], - [ - -117.28105709, - 33.93178963500003 - ], - [ - -117.28105704499995, - 33.931786068000065 - ], - [ - -117.28105700099997, - 33.93178250400007 - ], - [ - -117.28105695699998, - 33.931778938000036 - ], - [ - -117.28105691299999, - 33.93177537300005 - ], - [ - -117.28105686899994, - 33.931771808000065 - ], - [ - -117.28105677999997, - 33.93176467700005 - ], - [ - -117.28105673599998, - 33.93176111100007 - ], - [ - -117.281056692, - 33.931757547000075 - ], - [ - -117.281056649, - 33.93175398200003 - ], - [ - -117.28105660499995, - 33.93175041600006 - ], - [ - -117.28105656099996, - 33.931746850000025 - ], - [ - -117.28105651699997, - 33.93174328600003 - ], - [ - -117.28105647299998, - 33.93173972000005 - ], - [ - -117.28105642899999, - 33.93173615500007 - ], - [ - -117.28105638499994, - 33.931732590000024 - ], - [ - -117.28105634099995, - 33.93172902500004 - ], - [ - -117.28105629699996, - 33.93172545900006 - ], - [ - -117.28105625299997, - 33.93172189400008 - ], - [ - -117.28105616399995, - 33.93171476300006 - ], - [ - -117.28105612, - 33.93171119900006 - ], - [ - -117.28105607699996, - 33.93170763400008 - ], - [ - -117.28105603299997, - 33.931704068000045 - ], - [ - -117.28105598899998, - 33.93170050100008 - ], - [ - -117.281055945, - 33.93169693600004 - ], - [ - -117.28105590099995, - 33.93169337000006 - ], - [ - -117.28105585699996, - 33.93168980400003 - ], - [ - -117.28105581299997, - 33.93168624000003 - ], - [ - -117.28105576899998, - 33.93168267500005 - ], - [ - -117.28105572499999, - 33.93167910900007 - ], - [ - -117.28105568099994, - 33.931675545000076 - ], - [ - -117.28105563699995, - 33.93167197900004 - ], - [ - -117.28105559399995, - 33.93166841300007 - ], - [ - -117.28105554999996, - 33.931664848000025 - ], - [ - -117.28105550599997, - 33.93166128300004 - ], - [ - -117.28105546199998, - 33.931657718000054 - ], - [ - -117.281055418, - 33.93165415200008 - ], - [ - -117.28105537399995, - 33.931650588000025 - ], - [ - -117.28105532999996, - 33.93164702200005 - ], - [ - -117.28105528599997, - 33.931643457000064 - ], - [ - -117.28105524199998, - 33.93163989200008 - ], - [ - -117.28105489499995, - 33.931611994000036 - ], - [ - -117.28105475899997, - 33.931601123000064 - ], - [ - -117.28105456499998, - 33.93158548700006 - ], - [ - -117.28105443099997, - 33.93157472300004 - ], - [ - -117.28105432199999, - 33.93156592200006 - ], - [ - -117.2810541599999, - 33.93155298100004 - ], - [ - -117.28105403799998, - 33.931543145000035 - ], - [ - -117.28105387699998, - 33.93153020300008 - ], - [ - -117.28105372699997, - 33.931518168000025 - ], - [ - -117.28105247599996, - 33.93143440100005 - ], - [ - -117.28103943399998, - 33.93143447800003 - ], - [ - -117.28103015399995, - 33.931434531000036 - ], - [ - -117.28103015299996, - 33.93143442100006 - ], - [ - -117.27881366899999, - 33.931447442000035 - ], - [ - -117.27883519599999, - 33.93325285000003 - ], - [ - -117.27883520299997, - 33.93325335000003 - ], - [ - -117.27891839399996, - 33.940229765000026 - ], - [ - -117.27892155399996, - 33.94048197700005 - ], - [ - -117.27892397199997, - 33.94068432500006 - ], - [ - -117.27892586699994, - 33.94084292100007 - ], - [ - -117.27892821999995, - 33.941039800000055 - ], - [ - -117.27893050699998, - 33.94123120800003 - ], - [ - -117.27893233599997, - 33.941384335000066 - ], - [ - -117.27893455799995, - 33.94157027400007 - ], - [ - -117.27893632299998, - 33.941717933000064 - ], - [ - -117.27893841499997, - 33.941892936000045 - ], - [ - -117.278940375, - 33.94205700100002 - ], - [ - -117.27894253199997, - 33.942237472000045 - ], - [ - -117.27894442799999, - 33.94239606700006 - ], - [ - -117.278946454, - 33.94256560100007 - ], - [ - -117.278948674, - 33.94275154200005 - ], - [ - -117.27894963999995, - 33.94283222000007 - ], - [ - -117.27894975399994, - 33.94284178400005 - ], - [ - -117.27894988299994, - 33.94285254300007 - ], - [ - -117.27894999699998, - 33.942862106000064 - ], - [ - -117.278950125, - 33.94287286600007 - ], - [ - -117.27895024399999, - 33.942882792000034 - ], - [ - -117.27895037199994, - 33.94289350500003 - ], - [ - -117.2791595, - 33.942927617000066 - ], - [ - -117.27919639599997, - 33.94293384500003 - ], - [ - -117.28117732599998, - 33.943268225000054 - ], - [ - -117.28247743599997, - 33.94345157500004 - ], - [ - -117.28552501699994, - 33.94398242300008 - ], - [ - -117.28648908599996, - 33.94414646800004 - ], - [ - -117.28747160399996, - 33.944313643000044 - ], - [ - -117.28757325299995, - 33.944330938000064 - ], - [ - -117.287613879, - 33.94433785000007 - ], - [ - -117.28771264899996, - 33.94435465600003 - ], - [ - -117.28781169699994, - 33.944371509000064 - ], - [ - -117.28799317299996, - 33.944402385000046 - ], - [ - -117.28807776999997, - 33.94441677800006 - ], - [ - -117.28864409399995, - 33.944513019000055 - ], - [ - -117.28918273999994, - 33.94460455300003 - ], - [ - -117.28918678899998, - 33.94460546300007 - ], - [ - -117.28930807699999, - 33.944626097000025 - ], - [ - -117.28983646599994, - 33.94474887500007 - ], - [ - -117.289936308, - 33.94477207400007 - ], - [ - -117.29003615099998, - 33.94479527500005 - ], - [ - -117.29089519099995, - 33.94499487600007 - ], - [ - -117.29096000799996, - 33.945010549000074 - ], - [ - -117.29102873399995, - 33.94502261800005 - ], - [ - -117.29104341799996, - 33.94502664600003 - ], - [ - -117.29113790099996, - 33.945052573000055 - ], - [ - -117.29119447299996, - 33.94506795500007 - ], - [ - -117.291322934, - 33.94511195300004 - ], - [ - -117.29138455299994, - 33.945135899000036 - ], - [ - -117.29143660999995, - 33.945158728000024 - ], - [ - -117.29144705999994, - 33.945163311000044 - ], - [ - -117.29144767899999, - 33.94516355800005 - ], - [ - -117.29149580599994, - 33.945184562000065 - ], - [ - -117.29211330399994, - 33.945451054000046 - ], - [ - -117.29211398199999, - 33.94544364800004 - ], - [ - -117.29238558699996, - 33.945545811000045 - ], - [ - -117.29254325699998, - 33.945605503000024 - ], - [ - -117.29263766799994, - 33.945642088000056 - ], - [ - -117.29270381199996, - 33.94565857600003 - ], - [ - -117.29275536499995, - 33.94567133500004 - ], - [ - -117.29290182699998, - 33.945700618000046 - ], - [ - -117.29296888399995, - 33.945710776000055 - ], - [ - -117.29303624399995, - 33.945718732000046 - ], - [ - -117.29310391699994, - 33.945725038000035 - ], - [ - -117.2931718899999, - 33.94572914300005 - ], - [ - -117.29324017099998, - 33.94573132200003 - ], - [ - -117.29330842899998, - 33.94573157700006 - ], - [ - -117.29337535299999, - 33.94572991900003 - ], - [ - -117.29337846399994, - 33.94572989300008 - ], - [ - -117.29338001699995, - 33.945729881000034 - ], - [ - -117.29344524099997, - 33.945729337000046 - ], - [ - -117.29351240099999, - 33.94572053200005 - ], - [ - -117.29358647, - 33.94571057100006 - ], - [ - -117.29366055399998, - 33.94570170900005 - ], - [ - -117.29373497999995, - 33.94569394100006 - ], - [ - -117.29373640799997, - 33.94569389600008 - ], - [ - -117.293746791, - 33.94569275600003 - ], - [ - -117.29383528399995, - 33.94569079100006 - ], - [ - -117.29385528799997, - 33.94569018900006 - ], - [ - -117.293866676, - 33.94569009400004 - ], - [ - -117.29386671999998, - 33.94569009400004 - ], - [ - -117.29392239299995, - 33.94568885800004 - ], - [ - -117.29401456, - 33.94568556200005 - ], - [ - -117.29404048722978, - 33.94568520408852 - ], - [ - -117.2940664160451, - 33.94568499000252 - ], - [ - -117.29409234565172, - 33.945684919746775 - ], - [ - -117.29411827524744, - 33.94568499332126 - ], - [ - -117.29414420403191, - 33.94568521072779 - ], - [ - -117.29417013121753, - 33.9456855719573 - ], - [ - -117.29419605599998, - 33.94568607700006 - ], - [ - -117.29421398999995, - 33.94568637100008 - ], - [ - -117.29428062199997, - 33.94568856200004 - ], - [ - -117.294322992, - 33.945690666000075 - ], - [ - -117.29434693699994, - 33.945691855000064 - ], - [ - -117.29435824999996, - 33.94569255400006 - ], - [ - -117.29435921799995, - 33.94569261300006 - ], - [ - -117.29436479706149, - 33.945692935227 - ], - [ - -117.29437037568643, - 33.94569326485271 - ], - [ - -117.2943759538757, - 33.94569360188324 - ], - [ - -117.29438153161026, - 33.945693946312524 - ], - [ - -117.29438710887918, - 33.94569429814237 - ], - [ - -117.2943926856797, - 33.94569465737159 - ], - [ - -117.29439826199996, - 33.94569502400003 - ], - [ - -117.294413594, - 33.94569597000003 - ], - [ - -117.294424871, - 33.945696862000034 - ], - [ - -117.2944516417886, - 33.94569885851542 - ], - [ - -117.29447840053417, - 33.94570101046611 - ], - [ - -117.29450514633207, - 33.94570331777867 - ], - [ - -117.29453187828038, - 33.94570578037382 - ], - [ - -117.29455859546961, - 33.94570839816788 - ], - [ - -117.29458529701178, - 33.94571117107461 - ], - [ - -117.294611982, - 33.94571409900004 - ], - [ - -117.29462066086148, - 33.94571509360931 - ], - [ - -117.29462933772818, - 33.94571610545336 - ], - [ - -117.29463801257587, - 33.94571713452387 - ], - [ - -117.29464668535728, - 33.94571818081749 - ], - [ - -117.2946553560433, - 33.945719244330576 - ], - [ - -117.29466402460116, - 33.94572032505921 - ], - [ - -117.29467269099996, - 33.945721423000066 - ], - [ - -117.29467802399995, - 33.94572206700008 - ], - [ - -117.29468157499997, - 33.94572255700007 - ], - [ - -117.29468272399998, - 33.94572271100003 - ], - [ - -117.29471020451946, - 33.9457263543839 - ], - [ - -117.29473766215992, - 33.94573016636696 - ], - [ - -117.29476509588856, - 33.94573414680416 - ], - [ - -117.29479250466828, - 33.94573829554428 - ], - [ - -117.29481988746588, - 33.945742612432696 - ], - [ - -117.29484724325211, - 33.9457470973096 - ], - [ - -117.29487457099998, - 33.945751750000056 - ], - [ - -117.29489305311378, - 33.94575499096546 - ], - [ - -117.29491152140444, - 33.94575830980239 - ], - [ - -117.29492997554188, - 33.94576170645632 - ], - [ - -117.29494841519771, - 33.94576518086614 - ], - [ - -117.29496684004089, - 33.9457687329682 - ], - [ - -117.29498524975222, - 33.94577236270171 - ], - [ - -117.29500364399996, - 33.94577607000008 - ], - [ - -117.29500444799999, - 33.945776231000025 - ], - [ - -117.29501005199995, - 33.945777374000045 - ], - [ - -117.29501234989256, - 33.945777844000744 - ], - [ - -117.29501464739594, - 33.945778315904136 - ], - [ - -117.29501694451027, - 33.9457787897154 - ], - [ - -117.29501924122813, - 33.94577926543024 - ], - [ - -117.2950215375459, - 33.94577974304866 - ], - [ - -117.29502383347098, - 33.945780222573134 - ], - [ - -117.29502612899995, - 33.94578070400007 - ], - [ - -117.29502716899998, - 33.94578092100005 - ], - [ - -117.29502942620992, - 33.94578139168528 - ], - [ - -117.29503168301389, - 33.9457818642868 - ], - [ - -117.29503393942649, - 33.94578233880201 - ], - [ - -117.2950361954281, - 33.945782815231716 - ], - [ - -117.29503845102235, - 33.945783293574095 - ], - [ - -117.29504070621796, - 33.945783773830165 - ], - [ - -117.29504296099998, - 33.945784256000024 - ], - [ - -117.29505290301911, - 33.94578638275617 - ], - [ - -117.29506284002983, - 33.94578853280331 - ], - [ - -117.29507277197261, - 33.94579070613144 - ], - [ - -117.29508269879805, - 33.94579290272667 - ], - [ - -117.29509262044431, - 33.9457951225781 - ], - [ - -117.2951025368662, - 33.945797365672306 - ], - [ - -117.29511244799994, - 33.945799632000046 - ], - [ - -117.29513338499999, - 33.94580427600005 - ], - [ - -117.29516353499997, - 33.945811682000055 - ], - [ - -117.29516770643514, - 33.94581269123321 - ], - [ - -117.29517187668543, - 33.945813705343426 - ], - [ - -117.29517604575084, - 33.94581472432946 - ], - [ - -117.29518021361945, - 33.94581574818948 - ], - [ - -117.29518438028398, - 33.945816776921674 - ], - [ - -117.29518854574908, - 33.945817810526044 - ], - [ - -117.29519270999998, - 33.945818849000034 - ], - [ - -117.29519721099996, - 33.94581995500005 - ], - [ - -117.295201035, - 33.94582093200006 - ], - [ - -117.29520650234028, - 33.94582230745506 - ], - [ - -117.29521196791039, - 33.94582368990541 - ], - [ - -117.29521743171425, - 33.945825079348644 - ], - [ - -117.29522289373197, - 33.94582647578135 - ], - [ - -117.29522835395629, - 33.945827879201715 - ], - [ - -117.29523381238161, - 33.945829289609506 - ], - [ - -117.29523926899998, - 33.94583070700003 - ], - [ - -117.295260714, - 33.94583618900003 - ], - [ - -117.29528486999999, - 33.94584288400006 - ], - [ - -117.2952905002218, - 33.94584441861056 - ], - [ - -117.29529612824274, - 33.94584596125878 - ], - [ - -117.29530175406397, - 33.94584751194633 - ], - [ - -117.29530737765889, - 33.94584907066746 - ], - [ - -117.29531299901657, - 33.945850637418516 - ], - [ - -117.29531861813453, - 33.94585221219799 - ], - [ - -117.29532423499995, - 33.94585379500006 - ], - [ - -117.29549209899994, - 33.94590801100003 - ], - [ - -117.29647898599995, - 33.94624655200005 - ], - [ - -117.29647863199995, - 33.94621692900006 - ], - [ - -117.29646393299998, - 33.94498889500005 - ], - [ - -117.29728967199998, - 33.945412146000024 - ], - [ - -117.29749762699998, - 33.945518736000054 - ], - [ - -117.29756327299998, - 33.94555238400005 - ], - [ - -117.29801338199997, - 33.94578309000008 - ], - [ - -117.29946140099997, - 33.94652526700003 - ], - [ - -117.299489715, - 33.946539778000044 - ], - [ - -117.29951612699995, - 33.946552567000026 - ], - [ - -117.30000953099994, - 33.94679149000007 - ], - [ - -117.30020097499994, - 33.94688419300007 - ], - [ - -117.30021225799999, - 33.94689756400004 - ], - [ - -117.30022415099995, - 33.94691166600006 - ], - [ - -117.30025610399997, - 33.94694442000008 - ], - [ - -117.30031833199996, - 33.946996984000066 - ], - [ - -117.30035719999995, - 33.94702405500004 - ], - [ - -117.30039824, - 33.94704879500006 - ], - [ - -117.30044125099994, - 33.947071092000044 - ], - [ - -117.30048602299996, - 33.947090831000025 - ], - [ - -117.30055600699995, - 33.94711544100005 - ], - [ - -117.30061642699997, - 33.94713119700003 - ], - [ - -117.30066775499995, - 33.94714058200003 - ], - [ - -117.30067826399994, - 33.947142504000055 - ], - [ - -117.30075367799998, - 33.94715007800005 - ], - [ - -117.300816968, - 33.947151338000026 - ], - [ - -117.30088070799997, - 33.94714937100008 - ], - [ - -117.30101833199996, - 33.94714512400003 - ], - [ - -117.30130221, - 33.94713636500006 - ], - [ - -117.30131165299997, - 33.94713618500003 - ], - [ - -117.30139269399996, - 33.94713571900007 - ], - [ - -117.30145822599997, - 33.94713863100003 - ], - [ - -117.30152348399997, - 33.947144398000034 - ], - [ - -117.30158829299995, - 33.947153005000075 - ], - [ - -117.30165246999996, - 33.947164428000065 - ], - [ - -117.30173675699996, - 33.94718398400005 - ], - [ - -117.30177398099994, - 33.94719470000007 - ], - [ - -117.301807866, - 33.947219749000055 - ], - [ - -117.30194294699999, - 33.94731960800004 - ], - [ - -117.30197565399999, - 33.94728887800005 - ], - [ - -117.30199483599995, - 33.947270855000056 - ], - [ - -117.30203308499995, - 33.94723492000003 - ], - [ - -117.30205678399994, - 33.94724692200003 - ], - [ - -117.30207621599999, - 33.94725722000004 - ], - [ - -117.30209542999995, - 33.947267801000066 - ], - [ - -117.30211441999995, - 33.94727865900006 - ], - [ - -117.30213317699997, - 33.94728979300004 - ], - [ - -117.30215169899998, - 33.94730119600007 - ], - [ - -117.30216998299994, - 33.94731286700005 - ], - [ - -117.30218801499996, - 33.94732480400006 - ], - [ - -117.30220579499996, - 33.947336998000026 - ], - [ - -117.30222331699997, - 33.94734945300007 - ], - [ - -117.30224057799995, - 33.94736216100006 - ], - [ - -117.30225756799996, - 33.947375116000046 - ], - [ - -117.30227428299997, - 33.94738831900003 - ], - [ - -117.30228395599994, - 33.947396225000034 - ], - [ - -117.30237122799997, - 33.94731741800007 - ], - [ - -117.30242664199994, - 33.94726891800008 - ], - [ - -117.30259848399999, - 33.947404705000054 - ], - [ - -117.30261252199995, - 33.947424811000076 - ], - [ - -117.30263065999998, - 33.94745186800003 - ], - [ - -117.30264823099998, - 33.947479186000066 - ], - [ - -117.30266522599999, - 33.947506754000074 - ], - [ - -117.30268163999995, - 33.94753456600006 - ], - [ - -117.30269747099999, - 33.94756261400005 - ], - [ - -117.30271271, - 33.94759088600006 - ], - [ - -117.30272735399996, - 33.947619376000034 - ], - [ - -117.30274139899996, - 33.94764807400003 - ], - [ - -117.30275484099997, - 33.94767697300006 - ], - [ - -117.30276767699996, - 33.947706063000055 - ], - [ - -117.30277990199994, - 33.94773533600005 - ], - [ - -117.30279150899997, - 33.947764781000046 - ], - [ - -117.30280249999998, - 33.94779439100006 - ], - [ - -117.30281882399998, - 33.94784219600007 - ], - [ - -117.30320977099996, - 33.94905552700004 - ], - [ - -117.30351593899996, - 33.94999811900004 - ], - [ - -117.30355783999994, - 33.95012711100003 - ], - [ - -117.30356828999999, - 33.950165678000076 - ], - [ - -117.30360266499997, - 33.95029253600006 - ], - [ - -117.30360905199996, - 33.95031610700005 - ], - [ - -117.30360971599998, - 33.95031855800005 - ], - [ - -117.30361038299998, - 33.95032101000004 - ], - [ - -117.30366320699994, - 33.95046655900006 - ], - [ - -117.30371817899999, - 33.95061801400004 - ], - [ - -117.30378403099996, - 33.95079945500004 - ], - [ - -117.30378482599997, - 33.950805907000074 - ], - [ - -117.303807329, - 33.95098870400005 - ], - [ - -117.30385020199998, - 33.95133696200003 - ], - [ - -117.30390409999995, - 33.95153587800007 - ], - [ - -117.303953402, - 33.951717839000025 - ], - [ - -117.30413948999995, - 33.951946408000026 - ], - [ - -117.30430880699998, - 33.95215437300004 - ], - [ - -117.30437713499998, - 33.952144797000074 - ], - [ - -117.30439091099998, - 33.95214286600003 - ], - [ - -117.30440118999996, - 33.95214142400005 - ], - [ - -117.30441146799996, - 33.95213998400004 - ], - [ - -117.30452333099998, - 33.952124307000076 - ], - [ - -117.30473522799997, - 33.95209460900003 - ], - [ - -117.30474579599996, - 33.95208637800005 - ], - [ - -117.30506478499996, - 33.951837983000075 - ], - [ - -117.30516382599995, - 33.951836796000066 - ], - [ - -117.30524503599997, - 33.95219915200005 - ], - [ - -117.30528936999997, - 33.952185686000064 - ], - [ - -117.30549102499998, - 33.95212443100007 - ], - [ - -117.30570079799998, - 33.95206071100006 - ], - [ - -117.30573392399998, - 33.95205065000005 - ], - [ - -117.30582685699994, - 33.95202241900006 - ], - [ - -117.30590909799997, - 33.951997438000035 - ], - [ - -117.30598045, - 33.951975763000064 - ], - [ - -117.30625396999994, - 33.951892677000046 - ], - [ - -117.30625733999995, - 33.951891654000065 - ], - [ - -117.30633296699995, - 33.951868681000064 - ], - [ - -117.30645776299997, - 33.951969234000046 - ], - [ - -117.30649541599996, - 33.95199957300008 - ], - [ - -117.30666939799994, - 33.95206903900004 - ], - [ - -117.30680084699998, - 33.95212152300007 - ], - [ - -117.30687991299999, - 33.95215309100007 - ], - [ - -117.307135755, - 33.95225523900007 - ], - [ - -117.30714875499996, - 33.952227555000036 - ], - [ - -117.30715789799996, - 33.95220684100008 - ], - [ - -117.30716660399997, - 33.95218599900005 - ], - [ - -117.30717487399994, - 33.95216503300003 - ], - [ - -117.30718270399996, - 33.95214394800007 - ], - [ - -117.30719008999995, - 33.95212275500006 - ], - [ - -117.30719703299997, - 33.95210145300007 - ], - [ - -117.30720616299999, - 33.95207280600005 - ], - [ - -117.30745939699995, - 33.952134304000026 - ], - [ - -117.30786151799998, - 33.952230400000076 - ], - [ - -117.30786721499999, - 33.952216616000044 - ], - [ - -117.30794738599997, - 33.952022630000045 - ], - [ - -117.30797542099998, - 33.95198237000005 - ], - [ - -117.30834295699998, - 33.95214625700004 - ], - [ - -117.30834321799995, - 33.952145812000026 - ], - [ - -117.30834336599997, - 33.95214556800005 - ], - [ - -117.30834350799995, - 33.95214532000006 - ], - [ - -117.30834365199996, - 33.95214508200007 - ], - [ - -117.30834380299996, - 33.952144829000076 - ], - [ - -117.30834394899995, - 33.952144582000074 - ], - [ - -117.30834409599998, - 33.95214433500007 - ], - [ - -117.30834424199998, - 33.95214409000005 - ], - [ - -117.30834438799997, - 33.952143843000044 - ], - [ - -117.30834453499995, - 33.95214359700003 - ], - [ - -117.308344681, - 33.952143351000075 - ], - [ - -117.30834482799997, - 33.95214310400007 - ], - [ - -117.30834497299998, - 33.95214285900005 - ], - [ - -117.30834511999996, - 33.952142611000056 - ], - [ - -117.308345267, - 33.95214236500004 - ], - [ - -117.30834541299998, - 33.95214211900003 - ], - [ - -117.30834555899997, - 33.95214187300007 - ], - [ - -117.30834570599995, - 33.95214162600007 - ], - [ - -117.30834585199995, - 33.95214138000006 - ], - [ - -117.30834599699995, - 33.95214113500003 - ], - [ - -117.30834614399998, - 33.95214088900008 - ], - [ - -117.30834629099996, - 33.952140642000074 - ], - [ - -117.30834643699995, - 33.95214039700005 - ], - [ - -117.308346584, - 33.95214014900006 - ], - [ - -117.30834673099997, - 33.952139902000056 - ], - [ - -117.30834687599997, - 33.95213965800008 - ], - [ - -117.30834702299995, - 33.95213941000003 - ], - [ - -117.30834716899994, - 33.95213916300003 - ], - [ - -117.30834731399995, - 33.95213891800006 - ], - [ - -117.30834746, - 33.952138673000036 - ], - [ - -117.30834760699997, - 33.952138425000044 - ], - [ - -117.30834775399995, - 33.95213817800004 - ], - [ - -117.30834782599999, - 33.95213805700007 - ], - [ - -117.308347901, - 33.95213793200003 - ], - [ - -117.30834804899996, - 33.95213768700006 - ], - [ - -117.30834819499995, - 33.95213744300003 - ], - [ - -117.30834834399997, - 33.95213719800006 - ], - [ - -117.30834849299998, - 33.95213695000007 - ], - [ - -117.30834864099995, - 33.952136704000054 - ], - [ - -117.30834878899998, - 33.95213645900003 - ], - [ - -117.30834893599996, - 33.95213621400006 - ], - [ - -117.30834908499997, - 33.95213596800005 - ], - [ - -117.30834923099997, - 33.95213572400007 - ], - [ - -117.30834937999998, - 33.95213547800006 - ], - [ - -117.30834952699996, - 33.952135234000025 - ], - [ - -117.30834967599998, - 33.95213498700008 - ], - [ - -117.308349825, - 33.952134740000076 - ], - [ - -117.30834997199997, - 33.95213449500005 - ], - [ - -117.30835011999994, - 33.95213424900004 - ], - [ - -117.30835026899996, - 33.95213400400007 - ], - [ - -117.30835041599994, - 33.95213375900005 - ], - [ - -117.30835056499996, - 33.952133512000046 - ], - [ - -117.30835071299998, - 33.95213326700008 - ], - [ - -117.30835086099995, - 33.952133023000044 - ], - [ - -117.30835100999997, - 33.95213277600004 - ], - [ - -117.30835115699995, - 33.952132531000075 - ], - [ - -117.30835130499997, - 33.95213228700004 - ], - [ - -117.308351454, - 33.95213203900005 - ], - [ - -117.30835160299995, - 33.95213179500007 - ], - [ - -117.30835174999999, - 33.95213154800007 - ], - [ - -117.30835189799996, - 33.952131304000034 - ], - [ - -117.30835204599998, - 33.95213105900007 - ], - [ - -117.30835219499994, - 33.952130811000075 - ], - [ - -117.30835234099999, - 33.95213056800003 - ], - [ - -117.30835249199998, - 33.95213032100003 - ], - [ - -117.30835264099994, - 33.95213007700005 - ], - [ - -117.30835279099995, - 33.95212983300007 - ], - [ - -117.30835294099995, - 33.95212958800005 - ], - [ - -117.308353093, - 33.952129342000035 - ], - [ - -117.30835324199995, - 33.952129100000036 - ], - [ - -117.30835339199996, - 33.95212885500007 - ], - [ - -117.30835354199996, - 33.952128610000045 - ], - [ - -117.30835369199997, - 33.95212836400003 - ], - [ - -117.30835384099998, - 33.952128120000054 - ], - [ - -117.308353991, - 33.95212787400004 - ], - [ - -117.30835414199998, - 33.952127629000074 - ], - [ - -117.30835428999995, - 33.95212738600003 - ], - [ - -117.30835444, - 33.95212714100006 - ], - [ - -117.30835458999996, - 33.95212689700003 - ], - [ - -117.30835474, - 33.952126650000025 - ], - [ - -117.30835488899999, - 33.95212640700004 - ], - [ - -117.308355039, - 33.95212616200007 - ], - [ - -117.30835518899994, - 33.952125917000046 - ], - [ - -117.30835548899995, - 33.952125427000055 - ], - [ - -117.30835563899996, - 33.95212518200003 - ], - [ - -117.30835578799997, - 33.95212493900004 - ], - [ - -117.30835593799998, - 33.95212469300003 - ], - [ - -117.30835608899997, - 33.952124447000074 - ], - [ - -117.30835623699994, - 33.95212420400003 - ], - [ - -117.308356388, - 33.952123957000026 - ], - [ - -117.30835653599996, - 33.95212371400004 - ], - [ - -117.30835668699996, - 33.95212346900007 - ], - [ - -117.30835683699996, - 33.95212322400005 - ], - [ - -117.30835698699997, - 33.952122978000034 - ], - [ - -117.30835713599998, - 33.952122734000056 - ], - [ - -117.30835728599999, - 33.95212248900003 - ], - [ - -117.30835739899999, - 33.952122306000035 - ], - [ - -117.308357436, - 33.952122245000055 - ], - [ - -117.30835758799998, - 33.95212200100008 - ], - [ - -117.30835773999996, - 33.95212175700004 - ], - [ - -117.30835789199995, - 33.952121513000066 - ], - [ - -117.30835804399999, - 33.95212126900003 - ], - [ - -117.30835819599997, - 33.952121024000064 - ], - [ - -117.30835834699997, - 33.952120781000076 - ], - [ - -117.30835849899995, - 33.95212053800003 - ], - [ - -117.30835864999995, - 33.95212029400005 - ], - [ - -117.30835880299998, - 33.95212004700005 - ], - [ - -117.30835895399997, - 33.95211980500005 - ], - [ - -117.30835910399998, - 33.952119562000064 - ], - [ - -117.30835925599996, - 33.95211931600005 - ], - [ - -117.30835940799994, - 33.95211907300006 - ], - [ - -117.30835955899994, - 33.952118830000074 - ], - [ - -117.30835971099998, - 33.95211858500005 - ], - [ - -117.30835986399995, - 33.95211834100007 - ], - [ - -117.30836001399996, - 33.95211809700004 - ], - [ - -117.30836016499995, - 33.95211785300006 - ], - [ - -117.30836031799998, - 33.95211760800004 - ], - [ - -117.30836046799999, - 33.95211736600004 - ], - [ - -117.30836062099996, - 33.952117120000025 - ], - [ - -117.30836077299995, - 33.95211687500006 - ], - [ - -117.30836092399994, - 33.95211663200007 - ], - [ - -117.308361075, - 33.952116388000036 - ], - [ - -117.30836122599999, - 33.95211614400006 - ], - [ - -117.30836137699998, - 33.95211590100007 - ], - [ - -117.30836153099995, - 33.95211565500006 - ], - [ - -117.30836168099995, - 33.95211541300006 - ], - [ - -117.308361833, - 33.952115167000045 - ], - [ - -117.30836198499998, - 33.95211492200008 - ], - [ - -117.30836206099997, - 33.95211480100005 - ], - [ - -117.30836213599997, - 33.95211468100007 - ], - [ - -117.30836229199997, - 33.952114434000066 - ], - [ - -117.30836244299996, - 33.952114196000025 - ], - [ - -117.30836259599994, - 33.95211395200005 - ], - [ - -117.308362752, - 33.952113705000045 - ], - [ - -117.30836290399998, - 33.952113464000035 - ], - [ - -117.30836305699995, - 33.95211322200004 - ], - [ - -117.30836321099997, - 33.95211297900005 - ], - [ - -117.308363365, - 33.952112734000025 - ], - [ - -117.30836351799996, - 33.95211249100004 - ], - [ - -117.30836367099994, - 33.95211224900004 - ], - [ - -117.30836382499996, - 33.95211200500006 - ], - [ - -117.30836397799999, - 33.95211176200007 - ], - [ - -117.30836413099996, - 33.95211151900003 - ], - [ - -117.30836428599997, - 33.95211127500005 - ], - [ - -117.30836443799996, - 33.95211103200006 - ], - [ - -117.30836459099999, - 33.95211079000006 - ], - [ - -117.30836474499995, - 33.952110547000075 - ], - [ - -117.30836489899997, - 33.95211030300004 - ], - [ - -117.30836505199994, - 33.95211006100004 - ], - [ - -117.30836520599996, - 33.952109818000054 - ], - [ - -117.30836535999998, - 33.95210957300003 - ], - [ - -117.30836551299996, - 33.95210932900005 - ], - [ - -117.30836566599999, - 33.95210908800004 - ], - [ - -117.30836581999995, - 33.95210884200003 - ], - [ - -117.30836597299998, - 33.95210859900004 - ], - [ - -117.30836612599995, - 33.95210835700004 - ], - [ - -117.30836627999997, - 33.95210811100003 - ], - [ - -117.30836643099997, - 33.952107872000056 - ], - [ - -117.30836658599998, - 33.95210762600004 - ], - [ - -117.30836674099999, - 33.952107383000055 - ], - [ - -117.30836689399996, - 33.952107142000045 - ], - [ - -117.30836705099995, - 33.95210689700008 - ], - [ - -117.30836720399998, - 33.95210665700006 - ], - [ - -117.30836735899999, - 33.95210641500006 - ], - [ - -117.30836751599998, - 33.952106170000036 - ], - [ - -117.30836766999994, - 33.95210593000007 - ], - [ - -117.30836782499995, - 33.95210568700003 - ], - [ - -117.30836797999996, - 33.95210544500003 - ], - [ - -117.30836813399998, - 33.95210520200004 - ], - [ - -117.30836828999998, - 33.95210495900005 - ], - [ - -117.30836844499999, - 33.952104716000065 - ], - [ - -117.30836860099998, - 33.95210447300008 - ], - [ - -117.30836875499995, - 33.95210423200007 - ], - [ - -117.30836890999996, - 33.95210399000007 - ], - [ - -117.30836906499997, - 33.952103746000034 - ], - [ - -117.30836921899999, - 33.952103505000025 - ], - [ - -117.30836937499998, - 33.95210326100005 - ], - [ - -117.30836953, - 33.95210301800006 - ], - [ - -117.30836968499995, - 33.95210277600006 - ], - [ - -117.30836983899997, - 33.95210253400006 - ], - [ - -117.30836999499996, - 33.952102291000074 - ], - [ - -117.308370148, - 33.952102049000075 - ], - [ - -117.30837030599997, - 33.95210180400005 - ], - [ - -117.30837046, - 33.95210156300004 - ], - [ - -117.30837061499994, - 33.952101319000064 - ], - [ - -117.30837076899996, - 33.952101077000066 - ], - [ - -117.30837092399997, - 33.95210083400008 - ], - [ - -117.30837107899998, - 33.95210059100003 - ], - [ - -117.30837115599996, - 33.95210047200004 - ], - [ - -117.308371234, - 33.95210035100007 - ], - [ - -117.30837139199997, - 33.95210011000006 - ], - [ - -117.30837154899996, - 33.952099866000026 - ], - [ - -117.30837170499996, - 33.95209962500007 - ], - [ - -117.30837186099996, - 33.952099383000075 - ], - [ - -117.30837201699995, - 33.952099142000066 - ], - [ - -117.30837217399994, - 33.952098901000056 - ], - [ - -117.30837233099999, - 33.95209865600003 - ], - [ - -117.30837248699999, - 33.95209841500008 - ], - [ - -117.30837264299998, - 33.95209817400007 - ], - [ - -117.30837279999997, - 33.95209793300006 - ], - [ - -117.30837295599997, - 33.95209769000007 - ], - [ - -117.30837311399995, - 33.952097448000075 - ], - [ - -117.30837326899996, - 33.952097208000055 - ], - [ - -117.30837342499996, - 33.95209696500007 - ], - [ - -117.308373583, - 33.95209672200008 - ], - [ - -117.308373739, - 33.95209648200006 - ], - [ - -117.30837389799996, - 33.952096237000035 - ], - [ - -117.30837405199998, - 33.95209599700007 - ], - [ - -117.30837420999995, - 33.95209575500007 - ], - [ - -117.30837436599995, - 33.95209551500005 - ], - [ - -117.30837452299994, - 33.952095271000076 - ], - [ - -117.30837467899994, - 33.952095031000056 - ], - [ - -117.30837483699997, - 33.95209478900006 - ], - [ - -117.30837499299997, - 33.95209454700006 - ], - [ - -117.30837514899997, - 33.95209430500006 - ], - [ - -117.30837530599996, - 33.95209406300006 - ], - [ - -117.308375464, - 33.95209381900003 - ], - [ - -117.30837556999995, - 33.95209365200003 - ], - [ - -117.30837562, - 33.95209357900006 - ], - [ - -117.308375776, - 33.952093339000044 - ], - [ - -117.30837593499996, - 33.952093095000066 - ], - [ - -117.30837609199995, - 33.952092856000036 - ], - [ - -117.30837625099997, - 33.95209261300005 - ], - [ - -117.30837637499997, - 33.95209242300007 - ], - [ - -117.30837656699998, - 33.952092132000075 - ], - [ - -117.30837672699994, - 33.95209188900003 - ], - [ - -117.308376883, - 33.95209165000006 - ], - [ - -117.30837704099997, - 33.95209140900005 - ], - [ - -117.30837719899995, - 33.95209116700005 - ], - [ - -117.30837735699998, - 33.95209092600004 - ], - [ - -117.30837751599995, - 33.95209068300005 - ], - [ - -117.30837767399998, - 33.95209044200004 - ], - [ - -117.30837783199996, - 33.95209020200008 - ], - [ - -117.30837798899995, - 33.95208996200006 - ], - [ - -117.30837814799997, - 33.95208972000006 - ], - [ - -117.30837830599995, - 33.95208947800006 - ], - [ - -117.30837846199995, - 33.95208923900003 - ], - [ - -117.30837862099997, - 33.95208899700003 - ], - [ - -117.30837877799996, - 33.95208875700007 - ], - [ - -117.30837893699999, - 33.95208851500007 - ], - [ - -117.30837909599995, - 33.952088272000026 - ], - [ - -117.30837925399999, - 33.95208803300005 - ], - [ - -117.30837941299995, - 33.952087791000054 - ], - [ - -117.30837952499996, - 33.952087618000064 - ], - [ - -117.30837956899995, - 33.95208755300007 - ], - [ - -117.30837972999996, - 33.95208731200006 - ], - [ - -117.30837989099996, - 33.95208707000006 - ], - [ - -117.30838004999998, - 33.95208683000004 - ], - [ - -117.30838020899995, - 33.95208658900003 - ], - [ - -117.30838036899996, - 33.95208634800008 - ], - [ - -117.30838052799999, - 33.95208610900005 - ], - [ - -117.30838068899999, - 33.95208586700005 - ], - [ - -117.30838084799996, - 33.95208562700003 - ], - [ - -117.30838100799997, - 33.95208538600008 - ], - [ - -117.30838116899997, - 33.95208514500007 - ], - [ - -117.30838132799994, - 33.95208490700003 - ], - [ - -117.30838148899994, - 33.95208466400004 - ], - [ - -117.30838164699998, - 33.952084427000045 - ], - [ - -117.30838180799998, - 33.95208418500005 - ], - [ - -117.308381968, - 33.95208394300005 - ], - [ - -117.30838212699996, - 33.952083705000064 - ], - [ - -117.30838228699997, - 33.952083465000044 - ], - [ - -117.30838244599994, - 33.952083225000024 - ], - [ - -117.30838260699994, - 33.95208298400007 - ], - [ - -117.30838276799994, - 33.95208274300006 - ], - [ - -117.30838292699997, - 33.95208250400003 - ], - [ - -117.30838308799997, - 33.95208226200003 - ], - [ - -117.30838324599995, - 33.95208202300006 - ], - [ - -117.30838340699995, - 33.95208178100006 - ], - [ - -117.30838356599997, - 33.95208154000005 - ], - [ - -117.30838372499994, - 33.95208130200007 - ], - [ - -117.30838388599994, - 33.95208105900008 - ], - [ - -117.30838404399998, - 33.95208082200003 - ], - [ - -117.30838420499998, - 33.95208057900004 - ], - [ - -117.30838436499994, - 33.95208033900008 - ], - [ - -117.30838452399996, - 33.952080100000046 - ], - [ - -117.30838468499996, - 33.95207985800005 - ], - [ - -117.30838484299994, - 33.952079619000074 - ], - [ - -117.30838500399994, - 33.952079377000075 - ], - [ - -117.30838512399998, - 33.952079199000025 - ], - [ - -117.30838516399996, - 33.952079138000045 - ], - [ - -117.30838531999996, - 33.952078898000025 - ], - [ - -117.308385478, - 33.95207865500004 - ], - [ - -117.30838563499998, - 33.95207841200005 - ], - [ - -117.308385806, - 33.95207817700003 - ], - [ - -117.308385967, - 33.95207793600002 - ], - [ - -117.30838612599996, - 33.95207769800004 - ], - [ - -117.30838628699996, - 33.95207745700003 - ], - [ - -117.30838644799996, - 33.952077220000035 - ], - [ - -117.30838660999996, - 33.952076978000036 - ], - [ - -117.30838677199995, - 33.95207673700003 - ], - [ - -117.30838693399994, - 33.95207650000003 - ], - [ - -117.308387096, - 33.95207625900008 - ], - [ - -117.30838725599995, - 33.95207602000005 - ], - [ - -117.30838741799994, - 33.952075781000076 - ], - [ - -117.30838758199997, - 33.95207553700004 - ], - [ - -117.30842404499998, - 33.95201933200008 - ], - [ - -117.30846817099996, - 33.95196542300005 - ], - [ - -117.30853153499999, - 33.95189140100007 - ], - [ - -117.30856613799995, - 33.95186006900008 - ], - [ - -117.30860058999997, - 33.951830148000056 - ], - [ - -117.30865399899994, - 33.951780857000074 - ], - [ - -117.30866743399997, - 33.951772188000064 - ], - [ - -117.30868448399997, - 33.95176279300006 - ], - [ - -117.30870231999995, - 33.951754476000076 - ], - [ - -117.30872115199998, - 33.95174717400005 - ], - [ - -117.30874058499995, - 33.95174107300005 - ], - [ - -117.30876051699994, - 33.95173620700007 - ], - [ - -117.30878147699997, - 33.95173250800008 - ], - [ - -117.30879708699996, - 33.95173084700008 - ], - [ - -117.30880632599997, - 33.95173021000005 - ], - [ - -117.30881893299994, - 33.95172989100007 - ], - [ - -117.308829071, - 33.95172992800008 - ], - [ - -117.30882931899998, - 33.95172992800008 - ], - [ - -117.308829399, - 33.951729931000045 - ], - [ - -117.30883796799998, - 33.951730188000056 - ], - [ - -117.30883829799996, - 33.951730198000064 - ], - [ - -117.30883862599995, - 33.95173021700003 - ], - [ - -117.30884951899998, - 33.95173085700003 - ], - [ - -117.30886161099994, - 33.95173191200007 - ], - [ - -117.30886193899994, - 33.95173194000006 - ], - [ - -117.30886226499996, - 33.951731979000044 - ], - [ - -117.30887148599999, - 33.95173308100004 - ], - [ - -117.30888357699996, - 33.951734868000074 - ], - [ - -117.30889693699999, - 33.951737335000075 - ], - [ - -117.30890881099998, - 33.95173994100003 - ], - [ - -117.30891663099999, - 33.95174189000005 - ], - [ - -117.30891694699994, - 33.95174196900007 - ], - [ - -117.30891726399994, - 33.95174204800003 - ], - [ - -117.30891757799998, - 33.951742126000056 - ], - [ - -117.30891761399994, - 33.951742135000075 - ], - [ - -117.30910448199995, - 33.951808209000035 - ], - [ - -117.30926402199998, - 33.95186467100007 - ], - [ - -117.30950235799997, - 33.95194901900004 - ], - [ - -117.30950282099997, - 33.95194918100003 - ], - [ - -117.30950590899994, - 33.95194978600006 - ], - [ - -117.30951726399996, - 33.951952289000076 - ], - [ - -117.30952712799996, - 33.951954804000025 - ], - [ - -117.30953579399994, - 33.951957324000034 - ], - [ - -117.30954436199994, - 33.951960100000065 - ], - [ - -117.30955383599996, - 33.95196352500005 - ], - [ - -117.30956621099995, - 33.951968554000075 - ], - [ - -117.30957825599995, - 33.95197411600003 - ], - [ - -117.30958894499997, - 33.95197963700008 - ], - [ - -117.30958898299997, - 33.95197965600005 - ], - [ - -117.30959749799996, - 33.951984527000036 - ], - [ - -117.30960760499994, - 33.95199082700003 - ], - [ - -117.30961471499995, - 33.95199566600007 - ], - [ - -117.30962245299997, - 33.95200136500006 - ], - [ - -117.30963156399997, - 33.952008644000045 - ], - [ - -117.30963791299996, - 33.95201417100003 - ], - [ - -117.30964402499995, - 33.952019879000034 - ], - [ - -117.30964984399998, - 33.952025707000075 - ], - [ - -117.30964989599994, - 33.952025760000026 - ], - [ - -117.309654723, - 33.95203093900005 - ], - [ - -117.30966087799999, - 33.95203802000003 - ], - [ - -117.30966658299997, - 33.95204519300006 - ], - [ - -117.30967479399999, - 33.952056698000035 - ], - [ - -117.30968115199994, - 33.95206687600006 - ], - [ - -117.30968550899996, - 33.95207467800003 - ], - [ - -117.309689059, - 33.952081734000046 - ], - [ - -117.309692311, - 33.95208888800005 - ], - [ - -117.30969525899997, - 33.952096132000065 - ], - [ - -117.30969789199997, - 33.952103427000054 - ], - [ - -117.30969790399996, - 33.95210345900006 - ], - [ - -117.30970023699996, - 33.95211084500005 - ], - [ - -117.30970226399995, - 33.95211832000007 - ], - [ - -117.309703975, - 33.95212583600005 - ], - [ - -117.30970536499996, - 33.95213337200005 - ], - [ - -117.30970536899997, - 33.95213339800006 - ], - [ - -117.30970644599995, - 33.952140995000036 - ], - [ - -117.30970761299994, - 33.95215240400006 - ], - [ - -117.30970821499994, - 33.95216487600004 - ], - [ - -117.30970801599995, - 33.95217313100005 - ], - [ - -117.30970800899996, - 33.95217340600004 - ], - [ - -117.30970800399996, - 33.95217368100003 - ], - [ - -117.30970799699998, - 33.952173956000024 - ], - [ - -117.30970799, - 33.952174229000036 - ], - [ - -117.30970798299995, - 33.95217450500007 - ], - [ - -117.30970797699996, - 33.952174780000064 - ], - [ - -117.30970796999998, - 33.952175055000055 - ], - [ - -117.309707963, - 33.952175331000035 - ], - [ - -117.30970795599995, - 33.95217560300006 - ], - [ - -117.30970795399998, - 33.95217570800003 - ], - [ - -117.30970794799998, - 33.95217587700006 - ], - [ - -117.30970793699998, - 33.95217615200005 - ], - [ - -117.30970792799997, - 33.95217642700004 - ], - [ - -117.30970791699997, - 33.95217670300008 - ], - [ - -117.30970790699996, - 33.95217697800007 - ], - [ - -117.30970789599996, - 33.95217725300006 - ], - [ - -117.30970788499997, - 33.95217752600007 - ], - [ - -117.30970787499996, - 33.95217780000007 - ], - [ - -117.30970767199994, - 33.952183294000065 - ], - [ - -117.309707662, - 33.952183568000066 - ], - [ - -117.30970765099994, - 33.952183845000036 - ], - [ - -117.30970764099999, - 33.95218411700006 - ], - [ - -117.30970763, - 33.95218439300004 - ], - [ - -117.30970761999998, - 33.95218466700004 - ], - [ - -117.30970760999998, - 33.95218493900006 - ], - [ - -117.30970760599996, - 33.95218507900006 - ], - [ - -117.30970759999997, - 33.95218521700008 - ], - [ - -117.30970757399996, - 33.95218576600007 - ], - [ - -117.30970756199997, - 33.952186039000026 - ], - [ - -117.30970754899994, - 33.95218631600005 - ], - [ - -117.30970753699995, - 33.952186589000064 - ], - [ - -117.30970752399998, - 33.952186864000055 - ], - [ - -117.30970751199999, - 33.952187139000046 - ], - [ - -117.30970749899996, - 33.952187415000026 - ], - [ - -117.30970748599998, - 33.95218768700005 - ], - [ - -117.309707474, - 33.95218796200004 - ], - [ - -117.30970746099996, - 33.952188238000076 - ], - [ - -117.30970744899997, - 33.95218851300007 - ], - [ - -117.30970743599994, - 33.95218878700007 - ], - [ - -117.30970742399995, - 33.95218906200006 - ], - [ - -117.30970741099998, - 33.95218933700005 - ], - [ - -117.309707361, - 33.95219043600002 - ], - [ - -117.30970733599997, - 33.95219098600006 - ], - [ - -117.30970732299994, - 33.95219125700004 - ], - [ - -117.30970730999996, - 33.952191535000054 - ], - [ - -117.30970729799998, - 33.952191810000045 - ], - [ - -117.30970728499994, - 33.952192085000036 - ], - [ - -117.30970727199997, - 33.95219235900004 - ], - [ - -117.309707259, - 33.95219263400003 - ], - [ - -117.30970724699995, - 33.952192909000075 - ], - [ - -117.30970723399997, - 33.952193184000066 - ], - [ - -117.30970722099994, - 33.95219345900006 - ], - [ - -117.30970720899995, - 33.95219373400005 - ], - [ - -117.30970719599998, - 33.95219400700006 - ], - [ - -117.309707184, - 33.95219428300004 - ], - [ - -117.30970717099996, - 33.95219455900008 - ], - [ - -117.30970715899997, - 33.95219483200003 - ], - [ - -117.30970714699998, - 33.95219510700008 - ], - [ - -117.30970713799996, - 33.95219530500003 - ], - [ - -117.30970713299996, - 33.95219538200007 - ], - [ - -117.30970711599997, - 33.952195655000025 - ], - [ - -117.30970670199997, - 33.952202243000045 - ], - [ - -117.30970669299995, - 33.952202380000074 - ], - [ - -117.30970667699995, - 33.95220251500007 - ], - [ - -117.30970572999996, - 33.95221106500003 - ], - [ - -117.30970442899996, - 33.95221959000003 - ], - [ - -117.30970315199994, - 33.95222596000008 - ], - [ - -117.30970312399995, - 33.95222609700005 - ], - [ - -117.30970308899998, - 33.952226230000065 - ], - [ - -117.30970139299995, - 33.95223266200003 - ], - [ - -117.309701395, - 33.95223276400003 - ], - [ - -117.30970134499995, - 33.95223293300006 - ], - [ - -117.30970126199998, - 33.952233199000034 - ], - [ - -117.30970118199997, - 33.95223346600005 - ], - [ - -117.309701099, - 33.95223373300007 - ], - [ - -117.30970101599996, - 33.952233997000064 - ], - [ - -117.30970093399998, - 33.952234264000026 - ], - [ - -117.30970084899997, - 33.952234529000066 - ], - [ - -117.309700766, - 33.95223479500004 - ], - [ - -117.30970067799996, - 33.95223506000008 - ], - [ - -117.30970059499998, - 33.95223532500006 - ], - [ - -117.30970050899998, - 33.95223559100003 - ], - [ - -117.30970041899997, - 33.95223585600007 - ], - [ - -117.30970033399996, - 33.952236120000066 - ], - [ - -117.30970024699997, - 33.95223638600004 - ], - [ - -117.30970015999998, - 33.95223665100008 - ], - [ - -117.30970006999996, - 33.95223691600006 - ], - [ - -117.30969998299997, - 33.95223718200003 - ], - [ - -117.30969989199997, - 33.95223744600003 - ], - [ - -117.30969980499998, - 33.95223771000008 - ], - [ - -117.30969971299999, - 33.95223797400007 - ], - [ - -117.30969962599994, - 33.95223824000004 - ], - [ - -117.30969953599998, - 33.95223850700006 - ], - [ - -117.30969944299994, - 33.952238772000044 - ], - [ - -117.30969935299998, - 33.95223903100003 - ], - [ - -117.30969926199998, - 33.95223929800005 - ], - [ - -117.30969917299996, - 33.952239563000035 - ], - [ - -117.30969908099996, - 33.95223982700003 - ], - [ - -117.309698987, - 33.95224009100008 - ], - [ - -117.30969889899995, - 33.95224035700005 - ], - [ - -117.309698804, - 33.952240621000044 - ], - [ - -117.30969871399998, - 33.95224088400005 - ], - [ - -117.30969862299997, - 33.95224114800004 - ], - [ - -117.30969852799996, - 33.952241412000035 - ], - [ - -117.30969825399995, - 33.95224220400007 - ], - [ - -117.30969816199996, - 33.952242470000044 - ], - [ - -117.30969806899998, - 33.95224273600007 - ], - [ - -117.30969797799997, - 33.95224299900008 - ], - [ - -117.30969788399995, - 33.95224326300007 - ], - [ - -117.30969779599997, - 33.952243526000075 - ], - [ - -117.30969770399997, - 33.95224379200005 - ], - [ - -117.309697611, - 33.95224405500005 - ], - [ - -117.30969751799995, - 33.95224432200007 - ], - [ - -117.30969742699995, - 33.952244585000074 - ], - [ - -117.30969733999996, - 33.952244850000056 - ], - [ - -117.30969724899995, - 33.95224511400005 - ], - [ - -117.30969715799995, - 33.95224538000008 - ], - [ - -117.30969706699995, - 33.95224564400007 - ], - [ - -117.30969697799998, - 33.952245908000066 - ], - [ - -117.30969688899995, - 33.95224617200006 - ], - [ - -117.309696799, - 33.95224643700004 - ], - [ - -117.30969671099996, - 33.952246702000025 - ], - [ - -117.30969662099994, - 33.952246966000075 - ], - [ - -117.30969653499994, - 33.95224723200005 - ], - [ - -117.30969644799995, - 33.95224749600004 - ], - [ - -117.30969636099996, - 33.95224776300006 - ], - [ - -117.30969627099995, - 33.95224802600006 - ], - [ - -117.30969610799997, - 33.952248534000034 - ], - [ - -117.30969629799995, - 33.95224824300004 - ], - [ - -117.30969645799996, - 33.95224800400007 - ], - [ - -117.30969661899996, - 33.95224776300006 - ], - [ - -117.30969677999997, - 33.952247526000065 - ], - [ - -117.30969694499998, - 33.952247287000034 - ], - [ - -117.30969710899996, - 33.95224704800006 - ], - [ - -117.30969727599995, - 33.952246811000066 - ], - [ - -117.30969744299995, - 33.95224657400007 - ], - [ - -117.30969761399996, - 33.952246340000045 - ], - [ - -117.30969778599996, - 33.95224610300005 - ], - [ - -117.309697955, - 33.952245868000034 - ], - [ - -117.309698127, - 33.95224563600004 - ], - [ - -117.30969830599997, - 33.952245402000074 - ], - [ - -117.30969847999995, - 33.95224517200006 - ], - [ - -117.30969865999998, - 33.95224494000007 - ], - [ - -117.30969883899996, - 33.95224471000006 - ], - [ - -117.30969901799995, - 33.95224448000005 - ], - [ - -117.30969919899997, - 33.952244250000035 - ], - [ - -117.30969938299995, - 33.95224402100007 - ], - [ - -117.30969956999996, - 33.95224379300004 - ], - [ - -117.30969975499994, - 33.95224356700004 - ], - [ - -117.30969994399999, - 33.95224334100004 - ], - [ - -117.30970013099994, - 33.952243116000034 - ], - [ - -117.30970032199997, - 33.952242891000026 - ], - [ - -117.30970051399999, - 33.952242667000064 - ], - [ - -117.30970070499995, - 33.952242444000035 - ], - [ - -117.30970089699997, - 33.95224222400003 - ], - [ - -117.30970109599997, - 33.95224200100006 - ], - [ - -117.30970129199994, - 33.952241781000055 - ], - [ - -117.30970148799997, - 33.95224156100005 - ], - [ - -117.3097016899999, - 33.95224134000006 - ], - [ - -117.30970188899994, - 33.95224112400007 - ], - [ - -117.30970209399999, - 33.95224090800008 - ], - [ - -117.30970229399998, - 33.95224069000005 - ], - [ - -117.30970250099995, - 33.95224047500005 - ], - [ - -117.30970270599994, - 33.95224026000005 - ], - [ - -117.30970291299997, - 33.95224004700003 - ], - [ - -117.30970312099998, - 33.95223983300008 - ], - [ - -117.30970333099998, - 33.952239623000025 - ], - [ - -117.30970354099998, - 33.95223941100005 - ], - [ - -117.30970375499999, - 33.952239200000065 - ], - [ - -117.30970396799995, - 33.95223898900008 - ], - [ - -117.30970418199996, - 33.95223878300004 - ], - [ - -117.30970439999999, - 33.952238575000024 - ], - [ - -117.30970461499999, - 33.95223837100008 - ], - [ - -117.30970483599998, - 33.95223816300006 - ], - [ - -117.30970505399995, - 33.95223796000005 - ], - [ - -117.30970527599999, - 33.952237755000056 - ], - [ - -117.30970549799997, - 33.95223755000006 - ], - [ - -117.30970572299998, - 33.95223734900003 - ], - [ - -117.30970594699994, - 33.95223714900004 - ], - [ - -117.30970617199995, - 33.952236947000074 - ], - [ - -117.309706399, - 33.952236749000065 - ], - [ - -117.30970662899995, - 33.952236551000055 - ], - [ - -117.309706856, - 33.95223635200006 - ], - [ - -117.30970708599995, - 33.95223615500004 - ], - [ - -117.309707318, - 33.95223596100004 - ], - [ - -117.30970755099997, - 33.95223576600006 - ], - [ - -117.30970778699998, - 33.95223557300005 - ], - [ - -117.30970802099995, - 33.95223538000005 - ], - [ - -117.30970825799994, - 33.95223519000007 - ], - [ - -117.30970849399995, - 33.95223499700006 - ], - [ - -117.30970873399997, - 33.952234807000025 - ], - [ - -117.30970897499998, - 33.95223462000007 - ], - [ - -117.30970922299997, - 33.95223444000004 - ], - [ - -117.309709882, - 33.952234023000074 - ], - [ - -117.30971777699995, - 33.95222885700008 - ], - [ - -117.30972736499996, - 33.95222462500004 - ], - [ - -117.30973844, - 33.95222135400007 - ], - [ - -117.30974108899994, - 33.95222081800006 - ], - [ - -117.30974140399996, - 33.95222075400005 - ], - [ - -117.30974173299995, - 33.95222071000006 - ], - [ - -117.30974205799998, - 33.95222066100007 - ], - [ - -117.30974238199997, - 33.95222061100003 - ], - [ - -117.30974270699994, - 33.95222056100005 - ], - [ - -117.30974303199997, - 33.95222051400003 - ], - [ - -117.30974335699995, - 33.952220468000064 - ], - [ - -117.30974368199998, - 33.952220424000075 - ], - [ - -117.30974400799994, - 33.952220381000075 - ], - [ - -117.30974433399996, - 33.95222034100004 - ], - [ - -117.30974465899999, - 33.95222030100007 - ], - [ - -117.30974498399996, - 33.95222026300007 - ], - [ - -117.30974531599998, - 33.952220225000076 - ], - [ - -117.30974564, - 33.95222018900006 - ], - [ - -117.30974596699997, - 33.95222015300004 - ], - [ - -117.30974629399998, - 33.95222012000005 - ], - [ - -117.30974662199998, - 33.95222008800005 - ], - [ - -117.30974694899999, - 33.95222005900007 - ], - [ - -117.30974727799997, - 33.952220030000035 - ], - [ - -117.309747604, - 33.95222000200005 - ], - [ - -117.30974793399997, - 33.95221997500005 - ], - [ - -117.30974826199997, - 33.95221995000003 - ], - [ - -117.30974859, - 33.952219927000044 - ], - [ - -117.30974891899996, - 33.95221990500005 - ], - [ - -117.30974924699996, - 33.952219883000055 - ], - [ - -117.30974957599994, - 33.95221986300004 - ], - [ - -117.309749905, - 33.95221984600005 - ], - [ - -117.30975023499997, - 33.95221982900006 - ], - [ - -117.30975056499994, - 33.952219815000035 - ], - [ - -117.30975089099996, - 33.952219798000044 - ], - [ - -117.30975122199999, - 33.95221978700005 - ], - [ - -117.30975155199997, - 33.95221977700004 - ], - [ - -117.30975188199994, - 33.95221976700003 - ], - [ - -117.30975221199998, - 33.952219756000034 - ], - [ - -117.30975253999998, - 33.95221974900005 - ], - [ - -117.30975286999995, - 33.95221974300006 - ], - [ - -117.30975319799995, - 33.95221973900004 - ], - [ - -117.30975352999997, - 33.952219737000064 - ], - [ - -117.309753861, - 33.95221973400004 - ], - [ - -117.30975418999998, - 33.95221973400004 - ], - [ - -117.30975451899997, - 33.95221973500003 - ], - [ - -117.30975485099998, - 33.952219737000064 - ], - [ - -117.30975517999997, - 33.95221974200007 - ], - [ - -117.30975550899996, - 33.95221974400005 - ], - [ - -117.30975584199996, - 33.952219753000065 - ], - [ - -117.30975616599994, - 33.95221976100004 - ], - [ - -117.30975649599998, - 33.952219770000056 - ], - [ - -117.30975682599995, - 33.95221978100005 - ], - [ - -117.30975715599999, - 33.95221979200005 - ], - [ - -117.30975748499998, - 33.95221980700006 - ], - [ - -117.30975781499995, - 33.95221982100003 - ], - [ - -117.30975814599998, - 33.95221983700003 - ], - [ - -117.30975847199994, - 33.95221985400008 - ], - [ - -117.30975880099999, - 33.952219874000036 - ], - [ - -117.30975913199995, - 33.95221989500004 - ], - [ - -117.30975945799997, - 33.952219917000036 - ], - [ - -117.30975978699996, - 33.95221993700005 - ], - [ - -117.30976011399997, - 33.95221997300007 - ], - [ - -117.30976362699994, - 33.952220358000034 - ], - [ - -117.30977505799996, - 33.952222661000064 - ], - [ - -117.31009566399996, - 33.952335763000065 - ], - [ - -117.31006684899995, - 33.952514774000065 - ], - [ - -117.31006106799998, - 33.95255069800004 - ], - [ - -117.31009151099994, - 33.95271970300007 - ], - [ - -117.31010461899996, - 33.95279248300005 - ], - [ - -117.31011000199999, - 33.95282235500002 - ], - [ - -117.31011887499994, - 33.952821732000075 - ], - [ - -117.31041679899994, - 33.95280082800008 - ], - [ - -117.31043110399997, - 33.95279982400007 - ], - [ - -117.31071424299995, - 33.952779958000065 - ], - [ - -117.31075145699998, - 33.95277734500007 - ], - [ - -117.31102822899999, - 33.952757924000025 - ], - [ - -117.31107291, - 33.95275478800005 - ], - [ - -117.31125450599995, - 33.95274204400005 - ], - [ - -117.31139986499994, - 33.95273184800004 - ], - [ - -117.31147461999996, - 33.952726609000024 - ], - [ - -117.31149537299996, - 33.95272515700003 - ], - [ - -117.31157319299996, - 33.95271970300007 - ], - [ - -117.31159367199996, - 33.952715580000074 - ], - [ - -117.31159777399995, - 33.95275525200003 - ], - [ - -117.31162531799998, - 33.953020336000066 - ], - [ - -117.31162643699997, - 33.95302519300003 - ], - [ - -117.311626521, - 33.95302545900006 - ], - [ - -117.31162802499995, - 33.95302981200007 - ], - [ - -117.31162902999995, - 33.95303206500006 - ], - [ - -117.31163002599999, - 33.95303432000003 - ], - [ - -117.311632826, - 33.953039140000044 - ], - [ - -117.311634557, - 33.95304155700006 - ], - [ - -117.31163627499996, - 33.953043981000064 - ], - [ - -117.31164048999995, - 33.95304863900003 - ], - [ - -117.31164506799996, - 33.95305287200006 - ], - [ - -117.31164518099996, - 33.953052969000055 - ], - [ - -117.31164529999995, - 33.95305306400007 - ], - [ - -117.31164945399996, - 33.95305620100004 - ], - [ - -117.31165595799996, - 33.95306018500003 - ], - [ - -117.31166205399995, - 33.95306319100007 - ], - [ - -117.31166621799997, - 33.95306484400004 - ], - [ - -117.31166652199994, - 33.95306495700004 - ], - [ - -117.31166667199994, - 33.95306501300007 - ], - [ - -117.31166682699995, - 33.95306506500003 - ], - [ - -117.31167160299998, - 33.953066568000054 - ], - [ - -117.31167444799996, - 33.95306726800004 - ], - [ - -117.31167729199996, - 33.953067969000074 - ], - [ - -117.31168376099998, - 33.953069020000044 - ], - [ - -117.31169080799998, - 33.95306961800003 - ], - [ - -117.31169113699997, - 33.95306962700005 - ], - [ - -117.31169369899999, - 33.953069640000024 - ], - [ - -117.31170307999997, - 33.95314754700007 - ], - [ - -117.31170643399997, - 33.95324007500005 - ], - [ - -117.31170410199996, - 33.953240513000026 - ], - [ - -117.31170394099996, - 33.953240547000064 - ], - [ - -117.31170378199994, - 33.95324058500006 - ], - [ - -117.31169874299997, - 33.953241881000054 - ], - [ - -117.31169322599999, - 33.95324370000003 - ], - [ - -117.31168748899995, - 33.953246111000055 - ], - [ - -117.31168053099998, - 33.95324978200006 - ], - [ - -117.31167544799996, - 33.953253061000055 - ], - [ - -117.31167532299997, - 33.953253148000044 - ], - [ - -117.31167519999997, - 33.95325323800006 - ], - [ - -117.31167328299995, - 33.95325475100003 - ], - [ - -117.31167123999995, - 33.953256346000046 - ], - [ - -117.31167103599995, - 33.95325653100008 - ], - [ - -117.31166481099996, - 33.95326145800004 - ], - [ - -117.31166083199997, - 33.953267319000076 - ], - [ - -117.31165992999996, - 33.95326840100006 - ], - [ - -117.31165880599997, - 33.953270305000046 - ], - [ - -117.31165863999996, - 33.953270549000024 - ], - [ - -117.31165858099996, - 33.95327067100004 - ], - [ - -117.31165849899998, - 33.95327079200007 - ], - [ - -117.31165834299998, - 33.95327103400007 - ], - [ - -117.31165819599994, - 33.953271279000035 - ], - [ - -117.311658046, - 33.95327152400006 - ], - [ - -117.31165789599999, - 33.95327177100006 - ], - [ - -117.31165774899995, - 33.953272018000064 - ], - [ - -117.31165760299996, - 33.95327226000006 - ], - [ - -117.31165735099995, - 33.953272696000056 - ], - [ - -117.31165722499998, - 33.95327295000004 - ], - [ - -117.31165710599998, - 33.95327320700005 - ], - [ - -117.31165699099995, - 33.95327346300007 - ], - [ - -117.31165582399996, - 33.95327614300004 - ], - [ - -117.31165509599998, - 33.953277815000035 - ], - [ - -117.31165497499995, - 33.95327806300003 - ], - [ - -117.31165491499996, - 33.953278236000074 - ], - [ - -117.31165393599997, - 33.953280988000074 - ], - [ - -117.311653219, - 33.95328300500006 - ], - [ - -117.31165278399999, - 33.953284162000045 - ], - [ - -117.31165270799994, - 33.953284445000065 - ], - [ - -117.31165310199998, - 33.953288548000046 - ], - [ - -117.311655939, - 33.95331809800007 - ], - [ - -117.31165701499998, - 33.95332930300003 - ], - [ - -117.31166160999999, - 33.953377164000074 - ], - [ - -117.31166628499994, - 33.95342584800005 - ], - [ - -117.31167078099998, - 33.95347267400007 - ], - [ - -117.31169464199996, - 33.95371191400005 - ], - [ - -117.31170078199995, - 33.95376877800004 - ], - [ - -117.31185505899998, - 33.95378032700006 - ], - [ - -117.312055913, - 33.95379536100006 - ], - [ - -117.31225227299996, - 33.953810059000034 - ], - [ - -117.31234983499996, - 33.95381736200005 - ], - [ - -117.31266340699995, - 33.953840831000036 - ], - [ - -117.31296366499998, - 33.95386330400004 - ], - [ - -117.31311168899998, - 33.95387438400007 - ], - [ - -117.31327399599996, - 33.95388653100008 - ], - [ - -117.31351678399994, - 33.953904702000045 - ], - [ - -117.31379211899997, - 33.95392604800003 - ], - [ - -117.31379205999997, - 33.953938049000044 - ], - [ - -117.31379046299998, - 33.95426159600004 - ], - [ - -117.31378949799995, - 33.95445724600006 - ], - [ - -117.31378870299994, - 33.95461840300004 - ], - [ - -117.313786704, - 33.95502307100003 - ], - [ - -117.31378670299995, - 33.95502312700006 - ], - [ - -117.31378664099998, - 33.95503583800007 - ], - [ - -117.31378642899995, - 33.95507874100008 - ], - [ - -117.31386272999998, - 33.95509774800007 - ], - [ - -117.31388406399998, - 33.955103063000024 - ], - [ - -117.314344157, - 33.955217677000064 - ], - [ - -117.31433586699995, - 33.955266978000054 - ], - [ - -117.31432654699995, - 33.95531615200008 - ], - [ - -117.31432379799998, - 33.95532609600008 - ], - [ - -117.314321254, - 33.95533607500005 - ], - [ - -117.31431892299997, - 33.955346090000035 - ], - [ - -117.31431680299994, - 33.95535613900006 - ], - [ - -117.31431489299996, - 33.95536621600007 - ], - [ - -117.31431319399996, - 33.95537632000003 - ], - [ - -117.31431170499997, - 33.95538644800007 - ], - [ - -117.31431042999998, - 33.955396595000025 - ], - [ - -117.31430936899994, - 33.95540675900003 - ], - [ - -117.31430851799996, - 33.95541693700005 - ], - [ - -117.31430788399996, - 33.955427127000064 - ], - [ - -117.31430746199999, - 33.95543732200008 - ], - [ - -117.31430724999996, - 33.95545670700005 - ], - [ - -117.31430396099995, - 33.955491049000045 - ], - [ - -117.31428140599996, - 33.95572654000006 - ], - [ - -117.31427079499997, - 33.95583735300005 - ], - [ - -117.314247245, - 33.956083266000064 - ], - [ - -117.31424564799994, - 33.956099581000046 - ], - [ - -117.31424439499995, - 33.95611591900007 - ], - [ - -117.31424348499996, - 33.95613227300004 - ], - [ - -117.31424291499997, - 33.95614863700007 - ], - [ - -117.31424268999996, - 33.95616500600005 - ], - [ - -117.31424280899995, - 33.956181376000075 - ], - [ - -117.31424326899997, - 33.956197743000075 - ], - [ - -117.31424407299994, - 33.95621410100006 - ], - [ - -117.31424521899999, - 33.95623044300004 - ], - [ - -117.31424670799998, - 33.95624676600005 - ], - [ - -117.31424673199996, - 33.95624704100004 - ], - [ - -117.31424675399995, - 33.95624731600003 - ], - [ - -117.31424677599995, - 33.956247587000064 - ], - [ - -117.31424679999998, - 33.956247863000044 - ], - [ - -117.31424682499994, - 33.956248137000046 - ], - [ - -117.31424685099995, - 33.956248412000036 - ], - [ - -117.31424687299995, - 33.95624868600004 - ], - [ - -117.31424689799996, - 33.95624895900005 - ], - [ - -117.31424692399997, - 33.95624923300005 - ], - [ - -117.31424694799995, - 33.95624950700005 - ], - [ - -117.31424697299997, - 33.95624978300003 - ], - [ - -117.31424699899998, - 33.956250055000055 - ], - [ - -117.31424702599998, - 33.95625032800007 - ], - [ - -117.31424705199998, - 33.95625060300006 - ], - [ - -117.31424707999997, - 33.95625088000003 - ], - [ - -117.31424710399995, - 33.95625115000007 - ], - [ - -117.31424713299998, - 33.95625142500006 - ], - [ - -117.31424715999998, - 33.95625170000005 - ], - [ - -117.31424718899996, - 33.95625197100003 - ], - [ - -117.31424721699995, - 33.956252246000076 - ], - [ - -117.31424724599998, - 33.95625252100007 - ], - [ - -117.31424727299998, - 33.95625279200004 - ], - [ - -117.31424730099997, - 33.956253068000024 - ], - [ - -117.31424732999994, - 33.956253342000025 - ], - [ - -117.31424736099996, - 33.95625361500004 - ], - [ - -117.31424739, - 33.95625388800005 - ], - [ - -117.314247417, - 33.95625416200005 - ], - [ - -117.314247449, - 33.95625443700004 - ], - [ - -117.31424747799997, - 33.95625470900006 - ], - [ - -117.314247508, - 33.956254985000044 - ], - [ - -117.31424754099999, - 33.956255257000066 - ], - [ - -117.31424757099995, - 33.95625552800004 - ], - [ - -117.31424760199997, - 33.95625580500007 - ], - [ - -117.31424763399997, - 33.956256078000024 - ], - [ - -117.31424766599997, - 33.956256352000025 - ], - [ - -117.31424769799997, - 33.95625662300006 - ], - [ - -117.31424772999998, - 33.95625689900004 - ], - [ - -117.31424776199998, - 33.95625717300004 - ], - [ - -117.31424779899999, - 33.95625744500006 - ], - [ - -117.31424782999994, - 33.95625771700003 - ], - [ - -117.31424786499997, - 33.956257992000076 - ], - [ - -117.31424789599998, - 33.95625826400004 - ], - [ - -117.31424793099995, - 33.95625853900003 - ], - [ - -117.314247965, - 33.956258813000034 - ], - [ - -117.314248, - 33.95625908400007 - ], - [ - -117.314248035, - 33.95625935900006 - ], - [ - -117.31424806899997, - 33.95625963100008 - ], - [ - -117.31424810399994, - 33.956259903000046 - ], - [ - -117.31424814099995, - 33.956260178000036 - ], - [ - -117.31424817599998, - 33.95626045100005 - ], - [ - -117.31424821199994, - 33.956260722000025 - ], - [ - -117.31424824799996, - 33.95626099700007 - ], - [ - -117.31424828599995, - 33.95626127000003 - ], - [ - -117.31424832099998, - 33.95626154400003 - ], - [ - -117.31424835999997, - 33.95626181600005 - ], - [ - -117.31424839699997, - 33.95626209000005 - ], - [ - -117.31424843299999, - 33.95626236100003 - ], - [ - -117.31424847199997, - 33.95626263500003 - ], - [ - -117.31424851199995, - 33.95626290900003 - ], - [ - -117.31424854799997, - 33.95626318300003 - ], - [ - -117.31424858799994, - 33.956263453000076 - ], - [ - -117.31424862699998, - 33.95626372700008 - ], - [ - -117.31424866699996, - 33.95626399900004 - ], - [ - -117.31424870599994, - 33.956264273000045 - ], - [ - -117.31424874299995, - 33.95626454500007 - ], - [ - -117.31424878799999, - 33.95626481800008 - ], - [ - -117.31424882699997, - 33.956265090000045 - ], - [ - -117.314248868, - 33.956265364000046 - ], - [ - -117.31424890699998, - 33.95626563700006 - ], - [ - -117.31424894899999, - 33.95626591000007 - ], - [ - -117.31424898899996, - 33.956266181000046 - ], - [ - -117.31424903199996, - 33.95626645500005 - ], - [ - -117.31424907199994, - 33.95626672700007 - ], - [ - -117.31424911399995, - 33.956266999000036 - ], - [ - -117.31424915799994, - 33.95626726800003 - ], - [ - -117.31424920099994, - 33.95626754500006 - ], - [ - -117.31424924199996, - 33.95626781800007 - ], - [ - -117.31424928899997, - 33.95626808600008 - ], - [ - -117.31424932999994, - 33.95626836200006 - ], - [ - -117.31424937299994, - 33.956268633000036 - ], - [ - -117.31424941799997, - 33.95626890600005 - ], - [ - -117.31424946299995, - 33.95626918000005 - ], - [ - -117.31424950799999, - 33.95626944900005 - ], - [ - -117.31424954899995, - 33.95626972100007 - ], - [ - -117.31424959399999, - 33.95626999500007 - ], - [ - -117.31424964099995, - 33.95627027000006 - ], - [ - -117.31424968399995, - 33.95627053900006 - ], - [ - -117.31424973299994, - 33.956270811000024 - ], - [ - -117.31424977899997, - 33.956271085000026 - ], - [ - -117.31424982699997, - 33.95627135800004 - ], - [ - -117.314249873, - 33.956271627000035 - ], - [ - -117.31424991899996, - 33.95627190000005 - ], - [ - -117.31424996599998, - 33.95627217300006 - ], - [ - -117.314250013, - 33.956272444000035 - ], - [ - -117.31425005999995, - 33.95627271500007 - ], - [ - -117.31425010799995, - 33.956272987000034 - ], - [ - -117.31425015599996, - 33.95627325600003 - ], - [ - -117.31425020599994, - 33.95627353000003 - ], - [ - -117.31425025299995, - 33.956273804000034 - ], - [ - -117.31425030599996, - 33.95627407500007 - ], - [ - -117.31425035499996, - 33.95627434700003 - ], - [ - -117.31425040299996, - 33.956274619000055 - ], - [ - -117.31425045099996, - 33.95627488900004 - ], - [ - -117.31425049999996, - 33.95627516300004 - ], - [ - -117.31425056399996, - 33.95627543300003 - ], - [ - -117.31425058699995, - 33.956275568000024 - ], - [ - -117.31425061299996, - 33.956275703000074 - ], - [ - -117.31425066699995, - 33.95627597400005 - ], - [ - -117.31425070299997, - 33.95627624600007 - ], - [ - -117.31425075599998, - 33.95627651800004 - ], - [ - -117.31425080699995, - 33.95627679000006 - ], - [ - -117.31425085899997, - 33.95627706200003 - ], - [ - -117.31425091199998, - 33.95627733300006 - ], - [ - -117.31425096399994, - 33.956277603000046 - ], - [ - -117.31425101699995, - 33.95627787600006 - ], - [ - -117.31425106699999, - 33.956278148000024 - ], - [ - -117.31425112099998, - 33.95627841800007 - ], - [ - -117.31425117499998, - 33.956278689000044 - ], - [ - -117.31425122699994, - 33.956278962000056 - ], - [ - -117.31425128199999, - 33.95627923100005 - ], - [ - -117.31425133899995, - 33.95627950000005 - ], - [ - -117.31425139299995, - 33.95627977400005 - ], - [ - -117.31425144599996, - 33.95628004300005 - ], - [ - -117.314251502, - 33.95628031500007 - ], - [ - -117.31425155699998, - 33.95628058500006 - ], - [ - -117.31425161299995, - 33.95628085800007 - ], - [ - -117.31425166599996, - 33.95628112800006 - ], - [ - -117.31425172399997, - 33.956281398000044 - ], - [ - -117.31425178099994, - 33.95628166900008 - ], - [ - -117.3142518399999, - 33.956281938000075 - ], - [ - -117.31425189599997, - 33.956282212000076 - ], - [ - -117.31425196499998, - 33.95628247800005 - ], - [ - -117.31425201899998, - 33.95628275000007 - ], - [ - -117.31425207299998, - 33.95628302100005 - ], - [ - -117.31425213499995, - 33.956283291000034 - ], - [ - -117.31425218099997, - 33.95628356200007 - ], - [ - -117.31425223999997, - 33.95628383300004 - ], - [ - -117.31425229799999, - 33.956284105000066 - ], - [ - -117.31425236099994, - 33.95628437400006 - ], - [ - -117.31425241699998, - 33.95628464500004 - ], - [ - -117.31425247399994, - 33.95628491400004 - ], - [ - -117.31425253599997, - 33.95628518600006 - ], - [ - -117.31425259599996, - 33.95628545500006 - ], - [ - -117.31425265699994, - 33.95628572700008 - ], - [ - -117.31425271699999, - 33.95628599500003 - ], - [ - -117.31425277799997, - 33.95628626700005 - ], - [ - -117.31425284099998, - 33.95628653600005 - ], - [ - -117.31425289999999, - 33.95628680600004 - ], - [ - -117.31425295999998, - 33.956287074000045 - ], - [ - -117.31425302399998, - 33.95628734600007 - ], - [ - -117.31425308399997, - 33.956287616000054 - ], - [ - -117.31425314699999, - 33.95628788400006 - ], - [ - -117.314253211, - 33.95628815600003 - ], - [ - -117.31425327199997, - 33.95628842700006 - ], - [ - -117.31425333699997, - 33.95628869400008 - ], - [ - -117.31425339999998, - 33.956288966000045 - ], - [ - -117.31425346299994, - 33.95628923400005 - ], - [ - -117.31425352599996, - 33.95628950500003 - ], - [ - -117.31425359099995, - 33.95628977500007 - ], - [ - -117.31425365599995, - 33.956290042000035 - ], - [ - -117.31425371899996, - 33.95629031400006 - ], - [ - -117.3142538, - 33.95629057800005 - ], - [ - -117.31425386199999, - 33.95629084800004 - ], - [ - -117.31425389299994, - 33.95629098500007 - ], - [ - -117.31425392699998, - 33.956291117000035 - ], - [ - -117.31425398099998, - 33.95629138900006 - ], - [ - -117.31425404699996, - 33.956291658000055 - ], - [ - -117.31425411299995, - 33.95629192700005 - ], - [ - -117.31425417899999, - 33.95629219600005 - ], - [ - -117.31425424599996, - 33.956292466000036 - ], - [ - -117.31425431199995, - 33.95629273600008 - ], - [ - -117.31425437999997, - 33.95629300300004 - ], - [ - -117.31425445099995, - 33.956293274000075 - ], - [ - -117.31425451499996, - 33.956293541000036 - ], - [ - -117.314254582, - 33.956293810000034 - ], - [ - -117.31425465099994, - 33.95629408100007 - ], - [ - -117.31425472099994, - 33.956294350000064 - ], - [ - -117.31425478899996, - 33.95629461800007 - ], - [ - -117.31425485899996, - 33.95629488600002 - ], - [ - -117.31425492799997, - 33.956295157000056 - ], - [ - -117.31425499599999, - 33.956295425000064 - ], - [ - -117.31425506599999, - 33.95629569000005 - ], - [ - -117.31425513799996, - 33.95629596100002 - ], - [ - -117.31425520799996, - 33.95629622800004 - ], - [ - -117.31425527699997, - 33.95629649600005 - ], - [ - -117.31425534999994, - 33.956296767000026 - ], - [ - -117.31425542099998, - 33.956297034000045 - ], - [ - -117.31425549099998, - 33.95629730200005 - ], - [ - -117.31425556299996, - 33.95629757200004 - ], - [ - -117.31425563399995, - 33.95629783900006 - ], - [ - -117.31425570799996, - 33.95629810500003 - ], - [ - -117.31425577699997, - 33.95629837600006 - ], - [ - -117.31425585499994, - 33.95629864500006 - ], - [ - -117.31425592399995, - 33.95629891100003 - ], - [ - -117.31425599799996, - 33.95629917900004 - ], - [ - -117.31425607199998, - 33.95629944800004 - ], - [ - -117.31425614499994, - 33.95629971400007 - ], - [ - -117.31425621899996, - 33.956299982000075 - ], - [ - -117.31425629199998, - 33.95630025000003 - ], - [ - -117.31425636899996, - 33.956300517000045 - ], - [ - -117.31425644199999, - 33.95630078700003 - ], - [ - -117.31425651599994, - 33.95630105300006 - ], - [ - -117.31425659299998, - 33.956301318000044 - ], - [ - -117.31425666699994, - 33.95630158900008 - ], - [ - -117.31425674499997, - 33.95630185500005 - ], - [ - -117.31425682099996, - 33.95630212400005 - ], - [ - -117.31425689599996, - 33.956302390000076 - ], - [ - -117.31425697399999, - 33.95630265700004 - ], - [ - -117.314257049, - 33.956302925000045 - ], - [ - -117.31425712599997, - 33.956303192000064 - ], - [ - -117.31425720299995, - 33.95630346000007 - ], - [ - -117.31425727799996, - 33.956303726000044 - ], - [ - -117.31425735999994, - 33.95630399200007 - ], - [ - -117.31425743799997, - 33.956304259000035 - ], - [ - -117.31425751599994, - 33.95630452700004 - ], - [ - -117.31425759499996, - 33.95630479300007 - ], - [ - -117.31425767299999, - 33.956305060000034 - ], - [ - -117.314257753, - 33.95630532800004 - ], - [ - -117.31425783199995, - 33.95630559400007 - ], - [ - -117.31425791299995, - 33.95630586000004 - ], - [ - -117.31425799199997, - 33.95630612700006 - ], - [ - -117.31425807099998, - 33.95630639400002 - ], - [ - -117.31425815199998, - 33.95630666000005 - ], - [ - -117.31425823199999, - 33.95630692800006 - ], - [ - -117.31425831599995, - 33.95630719300004 - ], - [ - -117.31425839599996, - 33.95630745900007 - ], - [ - -117.31425847699995, - 33.956307725000045 - ], - [ - -117.31425855599997, - 33.956307991000074 - ], - [ - -117.31425863799996, - 33.956308257000046 - ], - [ - -117.31425872299997, - 33.956308524000065 - ], - [ - -117.31425880399996, - 33.95630878900005 - ], - [ - -117.31425888799998, - 33.956309057000055 - ], - [ - -117.314258968, - 33.95630932300003 - ], - [ - -117.31425905199995, - 33.95630958700008 - ], - [ - -117.31425913699996, - 33.95630985300005 - ], - [ - -117.31425921899995, - 33.95631012100006 - ], - [ - -117.31425930599994, - 33.95631038500005 - ], - [ - -117.31425938999996, - 33.956310651000024 - ], - [ - -117.31425947399998, - 33.95631091700005 - ], - [ - -117.31425957, - 33.95631117800008 - ], - [ - -117.31425960999997, - 33.95631131300007 - ], - [ - -117.31425965399995, - 33.95631144500004 - ], - [ - -117.31425972599999, - 33.95631171500003 - ], - [ - -117.31425981399997, - 33.95631197900008 - ], - [ - -117.31425989899998, - 33.95631224300007 - ], - [ - -117.31425998699996, - 33.95631251100008 - ], - [ - -117.31426007099998, - 33.956312774000025 - ], - [ - -117.31426015899996, - 33.956313039000065 - ], - [ - -117.31426024499996, - 33.95631330600003 - ], - [ - -117.31426033199995, - 33.95631357100007 - ], - [ - -117.314260419, - 33.956313833000024 - ], - [ - -117.31426050799996, - 33.95631410000004 - ], - [ - -117.31426059599994, - 33.95631436600007 - ], - [ - -117.31426068299999, - 33.956314630000065 - ], - [ - -117.314260774, - 33.95631489300007 - ], - [ - -117.31426086099998, - 33.95631515900004 - ], - [ - -117.31426094799997, - 33.956315421000056 - ], - [ - -117.31426103799998, - 33.956315689000064 - ], - [ - -117.31426112699995, - 33.95631595400005 - ], - [ - -117.31426121699997, - 33.95631621800004 - ], - [ - -117.31426130899996, - 33.956316482000034 - ], - [ - -117.31426139699994, - 33.95631674700007 - ], - [ - -117.31426148799994, - 33.95631700800004 - ], - [ - -117.31426157799996, - 33.95631727400007 - ], - [ - -117.31426166799997, - 33.956317539000054 - ], - [ - -117.31426176199994, - 33.95631780100007 - ], - [ - -117.31426185199996, - 33.95631806800003 - ], - [ - -117.31426194399995, - 33.956318328000066 - ], - [ - -117.31426203399997, - 33.95631859300005 - ], - [ - -117.31426212699995, - 33.95631885700004 - ], - [ - -117.31426221799995, - 33.95631912300007 - ], - [ - -117.31426231299997, - 33.956319387000065 - ], - [ - -117.31426240499997, - 33.95631964900008 - ], - [ - -117.31426249799995, - 33.95631991400006 - ], - [ - -117.31426255799994, - 33.95632004200007 - ], - [ - -117.31426259199998, - 33.95632017600008 - ], - [ - -117.31426268499996, - 33.956320439000024 - ], - [ - -117.31426277999998, - 33.956320703000074 - ], - [ - -117.31426287399995, - 33.95632096700007 - ], - [ - -117.31426296899997, - 33.95632123000007 - ], - [ - -117.31426306099996, - 33.956321493000075 - ], - [ - -117.31426315799996, - 33.95632175500003 - ], - [ - -117.31426325599995, - 33.95632202000007 - ], - [ - -117.31426334899999, - 33.95632228100004 - ], - [ - -117.31426344399995, - 33.956322543000056 - ], - [ - -117.31426353899997, - 33.95632280700005 - ], - [ - -117.31426363599996, - 33.95632307100004 - ], - [ - -117.31426373399995, - 33.95632333300006 - ], - [ - -117.31426383099995, - 33.95632359700005 - ], - [ - -117.31426392799995, - 33.956323859000065 - ], - [ - -117.31426402499994, - 33.95632412100008 - ], - [ - -117.31426412099995, - 33.95632438500007 - ], - [ - -117.314264219, - 33.95632464600004 - ], - [ - -117.31426431799997, - 33.956324909000045 - ], - [ - -117.31426441399998, - 33.95632517200005 - ], - [ - -117.31426451399994, - 33.95632543500005 - ], - [ - -117.31426460999995, - 33.95632569400004 - ], - [ - -117.31426471199995, - 33.956325958000036 - ], - [ - -117.31426480899995, - 33.95632622000005 - ], - [ - -117.31426490999996, - 33.956326481000076 - ], - [ - -117.31426500899994, - 33.956326742000044 - ], - [ - -117.31426510799997, - 33.95632700600004 - ], - [ - -117.31426522199996, - 33.95632726300005 - ], - [ - -117.31426531899996, - 33.95632752700004 - ], - [ - -117.31426536799995, - 33.95632765800008 - ], - [ - -117.31426542, - 33.95632778800007 - ], - [ - -117.31426552299996, - 33.956328049000035 - ], - [ - -117.31426562799999, - 33.95632831100005 - ], - [ - -117.31426571699996, - 33.95632857600003 - ], - [ - -117.31426581799997, - 33.95632883800005 - ], - [ - -117.314265918, - 33.95632909700004 - ], - [ - -117.31426602099998, - 33.95632935900005 - ], - [ - -117.31426612599995, - 33.95632961900003 - ], - [ - -117.31426622699996, - 33.956329882000034 - ], - [ - -117.31426633099994, - 33.95633014300006 - ], - [ - -117.31426643299994, - 33.95633040200005 - ], - [ - -117.31426653699998, - 33.95633066500005 - ], - [ - -117.31426664099996, - 33.95633092500003 - ], - [ - -117.31426674599999, - 33.95633118500007 - ], - [ - -117.31426684899998, - 33.956331447000025 - ], - [ - -117.314266955, - 33.95633170800005 - ], - [ - -117.31426705999996, - 33.95633196600005 - ], - [ - -117.31426716699997, - 33.95633222600003 - ], - [ - -117.31426727099995, - 33.95633248900003 - ], - [ - -117.31426737499999, - 33.95633274900007 - ], - [ - -117.31426748099994, - 33.95633301000004 - ], - [ - -117.31426758499998, - 33.95633327100006 - ], - [ - -117.31426769499996, - 33.95633352900006 - ], - [ - -117.314267799, - 33.95633379100008 - ], - [ - -117.31426790399996, - 33.956334050000066 - ], - [ - -117.31426800999998, - 33.956334309000056 - ], - [ - -117.31426813299998, - 33.95633456500008 - ], - [ - -117.31426823899994, - 33.956334828000024 - ], - [ - -117.31454332299995, - 33.95725857100007 - ], - [ - -117.31456745899999, - 33.95733969300005 - ], - [ - -117.31376410899998, - 33.95732807500008 - ], - [ - -117.31376350899995, - 33.95732806600006 - ], - [ - -117.31376111099996, - 33.95756467600006 - ], - [ - -117.31376131099995, - 33.95757800700005 - ], - [ - -117.31376008899997, - 33.95762231300006 - ], - [ - -117.313760818, - 33.957622155000024 - ], - [ - -117.31375958499996, - 33.95773206500007 - ], - [ - -117.31375956899996, - 33.957733819000055 - ], - [ - -117.313311436, - 33.95778925500008 - ], - [ - -117.31252788999996, - 33.95788409600004 - ], - [ - -117.311866555, - 33.95796392200003 - ], - [ - -117.31129288299996, - 33.95799212400004 - ], - [ - -117.31101943999994, - 33.95803338600007 - ], - [ - -117.31134452999999, - 33.95857800700003 - ], - [ - -117.31179681099997, - 33.95938216700006 - ], - [ - -117.312164425, - 33.95993972100007 - ], - [ - -117.31250702899996, - 33.96018048800005 - ], - [ - -117.31283897799995, - 33.960313616000064 - ], - [ - -117.31315108899997, - 33.96039854600008 - ], - [ - -117.31372879799994, - 33.960464615000035 - ], - [ - -117.31372397499996, - 33.960893044000045 - ], - [ - -117.31315681299998, - 33.96090866600008 - ], - [ - -117.31266177099997, - 33.96092230000005 - ], - [ - -117.312531977, - 33.960925873000065 - ], - [ - -117.312500221, - 33.96092674700003 - ], - [ - -117.31249869699997, - 33.96092678900004 - ], - [ - -117.31213829099994, - 33.960936712000034 - ], - [ - -117.31082307699995, - 33.960972914000024 - ], - [ - -117.31081172199998, - 33.96097322600008 - ], - [ - -117.31081150199998, - 33.96097323200007 - ], - [ - -117.31077617499994, - 33.960974203000035 - ], - [ - -117.31119330699994, - 33.96160082400007 - ], - [ - -117.31134101299995, - 33.96182271500004 - ], - [ - -117.31134245199996, - 33.96182488200003 - ], - [ - -117.31134260299996, - 33.96182511100005 - ], - [ - -117.31134340299997, - 33.96182631500005 - ], - [ - -117.31134419999995, - 33.96182751600003 - ], - [ - -117.31134477799998, - 33.96182838800007 - ], - [ - -117.31134499799998, - 33.96182871900004 - ], - [ - -117.31134579499997, - 33.96182992200005 - ], - [ - -117.311346588, - 33.96183112600005 - ], - [ - -117.31134738299994, - 33.96183233100004 - ], - [ - -117.31134817799995, - 33.96183353400005 - ], - [ - -117.31134896799995, - 33.96183473800005 - ], - [ - -117.31134975899994, - 33.96183594300004 - ], - [ - -117.31135020799996, - 33.96183662400006 - ], - [ - -117.31135055399994, - 33.96183714700004 - ], - [ - -117.31135130099995, - 33.961838284000066 - ], - [ - -117.31135134199997, - 33.961838356000044 - ], - [ - -117.31135213599998, - 33.96183956100003 - ], - [ - -117.31135292599998, - 33.961840764000044 - ], - [ - -117.31135371499994, - 33.96184197100007 - ], - [ - -117.31135450299996, - 33.96184317800004 - ], - [ - -117.31135529199997, - 33.96184438600005 - ], - [ - -117.31135586599999, - 33.96184526800005 - ], - [ - -117.31135607799996, - 33.96184559300008 - ], - [ - -117.31135668999997, - 33.96184653000006 - ], - [ - -117.31135686599998, - 33.961846800000046 - ], - [ - -117.31135765, - 33.96184800900005 - ], - [ - -117.31135820399999, - 33.96184886100008 - ], - [ - -117.31135843499999, - 33.961849217000065 - ], - [ - -117.31135866999995, - 33.961849580000035 - ], - [ - -117.31135921799995, - 33.96185042700006 - ], - [ - -117.31135940999997, - 33.961850723000055 - ], - [ - -117.31136000499998, - 33.96185163400003 - ], - [ - -117.31136078799994, - 33.96185284400008 - ], - [ - -117.31136156899998, - 33.961854053000025 - ], - [ - -117.31136235099996, - 33.961855263000075 - ], - [ - -117.31136312999996, - 33.96185647500005 - ], - [ - -117.311363912, - 33.96185768400005 - ], - [ - -117.31136427499996, - 33.96185824600008 - ], - [ - -117.31136469399996, - 33.961858894000045 - ], - [ - -117.31136522799994, - 33.96185973000007 - ], - [ - -117.31136546699997, - 33.96186010500003 - ], - [ - -117.31136548899997, - 33.961860139000066 - ], - [ - -117.31136624699997, - 33.96186131500008 - ], - [ - -117.31136702999999, - 33.96186252600006 - ], - [ - -117.31136742199999, - 33.96186314200003 - ], - [ - -117.31136780299994, - 33.96186374200005 - ], - [ - -117.31136857899997, - 33.96186495300003 - ], - [ - -117.31136935399996, - 33.96186616400007 - ], - [ - -117.31136936999997, - 33.961866189000034 - ], - [ - -117.31137012799996, - 33.96186737700003 - ], - [ - -117.31137090299995, - 33.96186859100004 - ], - [ - -117.31137167499998, - 33.96186980400006 - ], - [ - -117.31137244699994, - 33.96187101700008 - ], - [ - -117.31137321899996, - 33.96187223100003 - ], - [ - -117.31137344899997, - 33.96187259000004 - ], - [ - -117.31137399199997, - 33.96187344500004 - ], - [ - -117.31137472899997, - 33.96187460400006 - ], - [ - -117.31137476299995, - 33.961874658000056 - ], - [ - -117.31137553099995, - 33.96187587600008 - ], - [ - -117.31137630099994, - 33.961877091000076 - ], - [ - -117.31137706899995, - 33.96187830800005 - ], - [ - -117.31137783699995, - 33.96187952100007 - ], - [ - -117.31137860399997, - 33.961880740000026 - ], - [ - -117.311379107, - 33.96188153800006 - ], - [ - -117.31137937199998, - 33.961881954000035 - ], - [ - -117.31137975399997, - 33.96188256200003 - ], - [ - -117.311380139, - 33.96188317100007 - ], - [ - -117.31138056999998, - 33.96188386000006 - ], - [ - -117.31138090199994, - 33.961884388000044 - ], - [ - -117.31138114399994, - 33.961884774000055 - ], - [ - -117.31138166499994, - 33.96188560600007 - ], - [ - -117.31138207899994, - 33.96188626400004 - ], - [ - -117.31138243099997, - 33.96188682300004 - ], - [ - -117.31138286299995, - 33.96188751300008 - ], - [ - -117.31138319299998, - 33.961888040000076 - ], - [ - -117.31138360099999, - 33.96188869400004 - ], - [ - -117.31138395499994, - 33.96188925800004 - ], - [ - -117.31138418399996, - 33.96188962900004 - ], - [ - -117.31138471499997, - 33.96189047900003 - ], - [ - -117.31138516699997, - 33.961891200000025 - ], - [ - -117.31138547899997, - 33.961891698000045 - ], - [ - -117.31138582399996, - 33.96189225400008 - ], - [ - -117.31138623699997, - 33.96189291700006 - ], - [ - -117.31138675699998, - 33.96189374900007 - ], - [ - -117.31138699799999, - 33.96189413600007 - ], - [ - -117.31138775599999, - 33.961895355000024 - ], - [ - -117.31138851399999, - 33.96189657700006 - ], - [ - -117.3113892699999, - 33.96189779500003 - ], - [ - -117.31139002599997, - 33.961899016000075 - ], - [ - -117.31139078599995, - 33.961900237000066 - ], - [ - -117.31139148899996, - 33.96190138000003 - ], - [ - -117.31139153799995, - 33.961901460000036 - ], - [ - -117.31139174899994, - 33.96190179900003 - ], - [ - -117.31139229499996, - 33.96190268200007 - ], - [ - -117.31139264099994, - 33.96190324100007 - ], - [ - -117.31139304899995, - 33.961903903000064 - ], - [ - -117.31139348899995, - 33.96190461900005 - ], - [ - -117.31139380099995, - 33.96190512600003 - ], - [ - -117.31139410399999, - 33.96190561800006 - ], - [ - -117.31139455599998, - 33.961906347000024 - ], - [ - -117.31139530699994, - 33.96190757100004 - ], - [ - -117.31139606, - 33.96190879100004 - ], - [ - -117.311396807, - 33.96191001500006 - ], - [ - -117.31139709599995, - 33.96191048500003 - ], - [ - -117.31139756199997, - 33.961911239000074 - ], - [ - -117.31139782999998, - 33.96191168100006 - ], - [ - -117.311398307, - 33.96191246400008 - ], - [ - -117.31139905499998, - 33.96191368900003 - ], - [ - -117.31139908899996, - 33.96191374400007 - ], - [ - -117.31139980199998, - 33.961914910000075 - ], - [ - -117.31140028399994, - 33.96191570000008 - ], - [ - -117.311400548, - 33.96191613600007 - ], - [ - -117.31140129499994, - 33.961917363000055 - ], - [ - -117.311401747, - 33.96191810400006 - ], - [ - -117.31140204199994, - 33.96191858700007 - ], - [ - -117.31140272799996, - 33.961919720000026 - ], - [ - -117.31140278499998, - 33.961919814000055 - ], - [ - -117.31140353, - 33.96192104000005 - ], - [ - -117.31140394, - 33.961921708000034 - ], - [ - -117.31140427799994, - 33.961922266000045 - ], - [ - -117.31140502699998, - 33.96192350600006 - ], - [ - -117.31140576099995, - 33.961924719000024 - ], - [ - -117.31140604499996, - 33.961925189000056 - ], - [ - -117.31140650199995, - 33.961925947000054 - ], - [ - -117.31140724399995, - 33.96192717400004 - ], - [ - -117.31140726399997, - 33.96192720700003 - ], - [ - -117.311407982, - 33.96192840300006 - ], - [ - -117.31140827699994, - 33.96192889200006 - ], - [ - -117.31140871999997, - 33.96192963000004 - ], - [ - -117.31140946099998, - 33.96193085700003 - ], - [ - -117.31140949099995, - 33.961930909000046 - ], - [ - -117.31141019899997, - 33.96193208600005 - ], - [ - -117.31141048399996, - 33.96193256300006 - ], - [ - -117.31141093399998, - 33.961933317000046 - ], - [ - -117.31141116699996, - 33.96193370300006 - ], - [ - -117.31141167099997, - 33.96193454400003 - ], - [ - -117.31141240799997, - 33.96193577500003 - ], - [ - -117.31141261099998, - 33.96193611500007 - ], - [ - -117.31141314099995, - 33.96193700400005 - ], - [ - -117.31141387899999, - 33.96193823600004 - ], - [ - -117.31141461199996, - 33.96193946400007 - ], - [ - -117.31141463199998, - 33.96193949900004 - ], - [ - -117.31141534399995, - 33.96194069300003 - ], - [ - -117.311415636, - 33.96194118600005 - ], - [ - -117.311416077, - 33.961941927000055 - ], - [ - -117.311416808, - 33.961943156000075 - ], - [ - -117.31141754099997, - 33.96194439100003 - ], - [ - -117.31141826899994, - 33.96194562100004 - ], - [ - -117.31141864099999, - 33.961946253000065 - ], - [ - -117.31141899699998, - 33.961946855000065 - ], - [ - -117.31141968299994, - 33.96194801200005 - ], - [ - -117.31141972699999, - 33.96194808700005 - ], - [ - -117.31142009999996, - 33.96194871900008 - ], - [ - -117.31142045399997, - 33.96194931800005 - ], - [ - -117.311421183, - 33.96195055100003 - ], - [ - -117.31142190899999, - 33.96195178700003 - ], - [ - -117.31142243799997, - 33.96195268400004 - ], - [ - -117.31142263599997, - 33.96195301800003 - ], - [ - -117.31142336099998, - 33.961954253000044 - ], - [ - -117.31142394799997, - 33.96195525200005 - ], - [ - -117.31142408499994, - 33.96195548600008 - ], - [ - -117.31142433799994, - 33.96195591400004 - ], - [ - -117.31142481099994, - 33.961956721000035 - ], - [ - -117.31142553299998, - 33.96195795500006 - ], - [ - -117.31142625599995, - 33.96195918900003 - ], - [ - -117.31142697599995, - 33.961960427000065 - ], - [ - -117.31142769799999, - 33.96196166100003 - ], - [ - -117.31142815899995, - 33.96196245300007 - ], - [ - -117.311428418, - 33.961962896000045 - ], - [ - -117.31142881499994, - 33.96196358000003 - ], - [ - -117.311429138, - 33.96196413300004 - ], - [ - -117.31142985799994, - 33.961965371000076 - ], - [ - -117.31143057599996, - 33.961966603000064 - ], - [ - -117.31143129399999, - 33.961967842000035 - ], - [ - -117.31143201199995, - 33.96196908100006 - ], - [ - -117.31143246199997, - 33.96196985900008 - ], - [ - -117.31143272799994, - 33.961970318000056 - ], - [ - -117.31143311699998, - 33.96197099300008 - ], - [ - -117.31143344199995, - 33.96197155700003 - ], - [ - -117.31143415899999, - 33.961972796000055 - ], - [ - -117.31143487299994, - 33.96197403100007 - ], - [ - -117.31143558499997, - 33.96197526900005 - ], - [ - -117.31143629899998, - 33.96197650800008 - ], - [ - -117.31143701099995, - 33.96197774800004 - ], - [ - -117.31143772399997, - 33.961978989000045 - ], - [ - -117.31143799499995, - 33.961979463000034 - ], - [ - -117.31143843299998, - 33.96198022900006 - ], - [ - -117.31143875299995, - 33.96198078700007 - ], - [ - -117.31143914299997, - 33.96198147000007 - ], - [ - -117.31143961299995, - 33.96198229200007 - ], - [ - -117.31143985099999, - 33.96198270900004 - ], - [ - -117.31144055799996, - 33.96198394600003 - ], - [ - -117.31144126499998, - 33.961985190000064 - ], - [ - -117.31144197299994, - 33.961986430000024 - ], - [ - -117.31144268099996, - 33.96198767200008 - ], - [ - -117.31144338599995, - 33.961988914000074 - ], - [ - -117.31144409199999, - 33.96199015700006 - ], - [ - -117.31144419799995, - 33.961990349000075 - ], - [ - -117.31144479599999, - 33.961991399000055 - ], - [ - -117.31144528299995, - 33.961992259000056 - ], - [ - -117.31144549899994, - 33.96199264100005 - ], - [ - -117.31144574399997, - 33.961993077000045 - ], - [ - -117.31144620299995, - 33.96199388600007 - ], - [ - -117.31144665099998, - 33.961994677000064 - ], - [ - -117.31144690599996, - 33.96199512700008 - ], - [ - -117.31144760499996, - 33.961996371000055 - ], - [ - -117.31144793399994, - 33.961996955000075 - ], - [ - -117.31144830599999, - 33.961997616000076 - ], - [ - -117.31144864599997, - 33.961998219000066 - ], - [ - -117.31144900899994, - 33.96199885900006 - ], - [ - -117.31144943399994, - 33.96199962000003 - ], - [ - -117.311449703, - 33.96200010200005 - ], - [ - -117.31145040499996, - 33.96200134800006 - ], - [ - -117.31145067499995, - 33.962001831000066 - ], - [ - -117.31145109999994, - 33.96200259300008 - ], - [ - -117.311451552, - 33.962003399000025 - ], - [ - -117.31145179899994, - 33.962003838000044 - ], - [ - -117.31145249699995, - 33.962005083000065 - ], - [ - -117.31145271499997, - 33.96200547400008 - ], - [ - -117.31145319299998, - 33.962006329000076 - ], - [ - -117.31145365099997, - 33.962007149000044 - ], - [ - -117.31145388799996, - 33.96200757300005 - ], - [ - -117.31145458199995, - 33.96200882100004 - ], - [ - -117.31145479699995, - 33.96200920800004 - ], - [ - -117.31145527499996, - 33.96201006600006 - ], - [ - -117.31145569199998, - 33.96201081700008 - ], - [ - -117.31145596699997, - 33.96201131300006 - ], - [ - -117.31145625299996, - 33.96201182500005 - ], - [ - -117.31145666099997, - 33.96201255900007 - ], - [ - -117.31145735299998, - 33.96201380600007 - ], - [ - -117.31145771599995, - 33.96201446300006 - ], - [ - -117.31145804299996, - 33.96201505500005 - ], - [ - -117.31145837599996, - 33.96201565700005 - ], - [ - -117.31145873299994, - 33.96201630300004 - ], - [ - -117.31145942099994, - 33.96201755100003 - ], - [ - -117.31145968599998, - 33.962018030000024 - ], - [ - -117.31146011199996, - 33.96201879900008 - ], - [ - -117.31146053999998, - 33.962019576000046 - ], - [ - -117.31146079899997, - 33.962020049000046 - ], - [ - -117.31146148699997, - 33.962021295000056 - ], - [ - -117.31146217299994, - 33.962022544000035 - ], - [ - -117.31146285699998, - 33.96202379600004 - ], - [ - -117.31146351899997, - 33.962025004000054 - ], - [ - -117.31146354299995, - 33.962025046000065 - ], - [ - -117.31146422599994, - 33.96202629600003 - ], - [ - -117.31146491499999, - 33.96202754400008 - ], - [ - -117.31146559399997, - 33.96202879600003 - ], - [ - -117.31146627699997, - 33.96203004900008 - ], - [ - -117.311466957, - 33.96203129700007 - ], - [ - -117.31146724699994, - 33.96203182800008 - ], - [ - -117.31146763799995, - 33.96203254900007 - ], - [ - -117.31146832, - 33.96203380000003 - ], - [ - -117.31146856799995, - 33.96203426100004 - ], - [ - -117.31146899899994, - 33.96203505300008 - ], - [ - -117.31146954599996, - 33.962036057000034 - ], - [ - -117.31146967999996, - 33.96203630200006 - ], - [ - -117.31147035099997, - 33.962037545000044 - ], - [ - -117.31147103399996, - 33.962038810000024 - ], - [ - -117.31147171199996, - 33.962040064000064 - ], - [ - -117.31147238699998, - 33.96204131400003 - ], - [ - -117.31147264599997, - 33.96204179700004 - ], - [ - -117.31147305999997, - 33.96204256900006 - ], - [ - -117.31147373599998, - 33.962043823000045 - ], - [ - -117.31147392099996, - 33.96204416900002 - ], - [ - -117.31147441, - 33.96204507600004 - ], - [ - -117.31147508299995, - 33.96204633200006 - ], - [ - -117.31147575299997, - 33.96204758400006 - ], - [ - -117.311475772, - 33.96204761900003 - ], - [ - -117.31147642599996, - 33.962048838000044 - ], - [ - -117.31147684499996, - 33.96204962500008 - ], - [ - -117.31147709499999, - 33.96205009600004 - ], - [ - -117.31147776699999, - 33.96205135100007 - ], - [ - -117.31147831499999, - 33.96205237800007 - ], - [ - -117.31147843699995, - 33.96205260700003 - ], - [ - -117.31147908999998, - 33.96205383200004 - ], - [ - -117.31147910399994, - 33.96205386400004 - ], - [ - -117.31147977199998, - 33.962055116000045 - ], - [ - -117.31148021999996, - 33.962055959000054 - ], - [ - -117.31148044199995, - 33.96205637600008 - ], - [ - -117.31148110799995, - 33.96205763100005 - ], - [ - -117.31148165299999, - 33.962058658000046 - ], - [ - -117.31148177499995, - 33.96205888700007 - ], - [ - -117.31148237999997, - 33.962060035000036 - ], - [ - -117.311482432, - 33.962060148000035 - ], - [ - -117.311483104, - 33.962061402000074 - ], - [ - -117.31148350499996, - 33.96206216200005 - ], - [ - -117.31148376699997, - 33.962062659000026 - ], - [ - -117.31148443, - 33.96206392000005 - ], - [ - -117.31148509299999, - 33.96206517600007 - ], - [ - -117.31148575499998, - 33.962066435000054 - ], - [ - -117.31148594599995, - 33.96206679800002 - ], - [ - -117.311486415, - 33.96206769400004 - ], - [ - -117.31148707499995, - 33.96206895200004 - ], - [ - -117.31148773599995, - 33.96207021300006 - ], - [ - -117.31148839499997, - 33.96207147100006 - ], - [ - -117.31148904999998, - 33.962072732000024 - ], - [ - -117.31148956099997, - 33.96207370800005 - ], - [ - -117.31148970799995, - 33.96207399000008 - ], - [ - -117.31149023399996, - 33.96207499900004 - ], - [ - -117.31149036499994, - 33.962075251000044 - ], - [ - -117.31149038099994, - 33.96207528200006 - ], - [ - -117.31149102299997, - 33.96207651200007 - ], - [ - -117.311491677, - 33.96207777500007 - ], - [ - -117.31149229999994, - 33.962078973000075 - ], - [ - -117.31149233099995, - 33.962079034000055 - ], - [ - -117.31149298499997, - 33.96208029500008 - ], - [ - -117.31149363799994, - 33.96208155700003 - ], - [ - -117.31149429099997, - 33.962082819000045 - ], - [ - -117.31149494399995, - 33.96208408200005 - ], - [ - -117.31149513399998, - 33.962084452000056 - ], - [ - -117.31149559299996, - 33.96208534400006 - ], - [ - -117.31149624099999, - 33.962086604000035 - ], - [ - -117.31149689199998, - 33.96208787000006 - ], - [ - -117.31149692099996, - 33.96208792600004 - ], - [ - -117.311497541, - 33.96208913100003 - ], - [ - -117.31149818999995, - 33.962090395000075 - ], - [ - -117.31149883899997, - 33.962091659000066 - ], - [ - -117.31149923299995, - 33.96209243200008 - ], - [ - -117.31149948299998, - 33.96209292100008 - ], - [ - -117.31150012999996, - 33.96209418700005 - ], - [ - -117.31150077299998, - 33.962095453000074 - ], - [ - -117.31150141999996, - 33.962096716000076 - ], - [ - -117.31150206299998, - 33.96209797900008 - ], - [ - -117.31150270499995, - 33.96209924400006 - ], - [ - -117.31150313599994, - 33.96210009500004 - ], - [ - -117.31150334699998, - 33.962100511000074 - ], - [ - -117.31150372699994, - 33.962101260000054 - ], - [ - -117.31150398799997, - 33.962101776000054 - ], - [ - -117.31150416, - 33.96210211500005 - ], - [ - -117.31150462999994, - 33.962103042000024 - ], - [ - -117.31150526999994, - 33.96210430700006 - ], - [ - -117.31150590899995, - 33.962105575000066 - ], - [ - -117.31150625999999, - 33.96210627000005 - ], - [ - -117.31150654799995, - 33.96210684300007 - ], - [ - -117.31150692799997, - 33.96210759200005 - ], - [ - -117.31150718699996, - 33.96210810900004 - ], - [ - -117.31150722199999, - 33.96210817700006 - ], - [ - -117.31150782299994, - 33.96210937500007 - ], - [ - -117.31150844399997, - 33.96211061300005 - ], - [ - -117.311508458, - 33.96211064400006 - ], - [ - -117.31150909899998, - 33.96211191100008 - ], - [ - -117.311509732, - 33.96211317900003 - ], - [ - -117.31151036499995, - 33.96211444800008 - ], - [ - -117.31151100099999, - 33.96211571400005 - ], - [ - -117.311511339, - 33.96211639400008 - ], - [ - -117.31151163299995, - 33.96211698500008 - ], - [ - -117.31151182099995, - 33.96211736300006 - ], - [ - -117.31151226299994, - 33.962118254000075 - ], - [ - -117.31151277899994, - 33.96211928500003 - ], - [ - -117.31151289599995, - 33.96211952300007 - ], - [ - -117.31151291999998, - 33.96211956900004 - ], - [ - -117.31151352499995, - 33.96212079000003 - ], - [ - -117.31151413999999, - 33.96212202600003 - ], - [ - -117.31151415399995, - 33.96212206100006 - ], - [ - -117.31151478499999, - 33.96212333100004 - ], - [ - -117.31151540599996, - 33.96212458400004 - ], - [ - -117.311516042, - 33.96212587000008 - ], - [ - -117.31151666899996, - 33.96212714200004 - ], - [ - -117.31151729699997, - 33.96212841200003 - ], - [ - -117.31151792399999, - 33.96212968400005 - ], - [ - -117.311518547, - 33.96213095600007 - ], - [ - -117.3115191699999, - 33.96213222500006 - ], - [ - -117.311519794, - 33.96213350000005 - ], - [ - -117.31152041699994, - 33.96213477300006 - ], - [ - -117.31152103899996, - 33.96213604500008 - ], - [ - -117.31152166399994, - 33.96213731600005 - ], - [ - -117.31152228299999, - 33.96213858800007 - ], - [ - -117.31152256799999, - 33.96213917600005 - ], - [ - -117.31152290099999, - 33.96213986200007 - ], - [ - -117.31152352, - 33.962141134000035 - ], - [ - -117.31152414199994, - 33.96214240900008 - ], - [ - -117.31152475599998, - 33.96214368200003 - ], - [ - -117.31152537499997, - 33.96214495800007 - ], - [ - -117.31152599199999, - 33.962146234000045 - ], - [ - -117.31155742799996, - 33.962224681000066 - ], - [ - -117.31159746399999, - 33.96232668000005 - ], - [ - -117.311602898, - 33.96234052800003 - ], - [ - -117.31161182999995, - 33.96236328600003 - ], - [ - -117.31165745699997, - 33.96250407400004 - ], - [ - -117.31169416299997, - 33.96264660200006 - ], - [ - -117.31169417399997, - 33.96264665800004 - ], - [ - -117.31172188999994, - 33.96279064700008 - ], - [ - -117.311740521, - 33.96293564900003 - ], - [ - -117.31174937399999, - 33.96307133200003 - ], - [ - -117.31175002199996, - 33.96308126500003 - ], - [ - -117.31175005899996, - 33.96309667000003 - ], - [ - -117.31175036099995, - 33.96322709300006 - ], - [ - -117.31174153999996, - 33.96337273900008 - ], - [ - -117.311723584, - 33.963517798000055 - ], - [ - -117.31171156, - 33.96358185400004 - ], - [ - -117.311696542, - 33.96366187800004 - ], - [ - -117.31167301499994, - 33.96375498900005 - ], - [ - -117.31166048699998, - 33.963804579000055 - ], - [ - -117.31164271999995, - 33.96386026000005 - ], - [ - -117.31161570299997, - 33.963944930000025 - ], - [ - -117.31157218299995, - 33.964058769000076 - ], - [ - -117.31153210599996, - 33.964155866000056 - ], - [ - -117.31149222199997, - 33.96424139900006 - ], - [ - -117.31148510999998, - 33.96425665400005 - ], - [ - -117.311470295, - 33.96428508500003 - ], - [ - -117.31143418799996, - 33.96435438000003 - ], - [ - -117.31138073399995, - 33.964446904000056 - ], - [ - -117.31125079999998, - 33.964664060000075 - ], - [ - -117.31118712199998, - 33.964776302000075 - ], - [ - -117.31113091699996, - 33.96488716600004 - ], - [ - -117.311091767, - 33.96497586600003 - ], - [ - -117.31108736999994, - 33.964988891000075 - ], - [ - -117.31105720599999, - 33.965078247000065 - ], - [ - -117.31103626299995, - 33.96516670600005 - ], - [ - -117.311036243, - 33.965166786000054 - ], - [ - -117.31103563999994, - 33.96516933700008 - ], - [ - -117.31102094, - 33.965275048000024 - ], - [ - -117.31101684999999, - 33.965365414000075 - ], - [ - -117.31102195299997, - 33.96547176400003 - ], - [ - -117.31103486699999, - 33.96556146700004 - ], - [ - -117.311055437, - 33.96565068900003 - ], - [ - -117.31108566299997, - 33.96575080000002 - ], - [ - -117.31108567399997, - 33.96575083400006 - ], - [ - -117.31112292599994, - 33.96585620400003 - ], - [ - -117.31125614299998, - 33.96620873300003 - ], - [ - -117.31125616299994, - 33.96620878300007 - ], - [ - -117.311316235, - 33.96635406400003 - ], - [ - -117.31137154599998, - 33.96649916700005 - ], - [ - -117.31138178299994, - 33.966548448000026 - ], - [ - -117.311387503, - 33.966579394000064 - ], - [ - -117.311389868, - 33.96659219400004 - ], - [ - -117.31139703699995, - 33.96663605400005 - ], - [ - -117.31140328699996, - 33.96668002000007 - ], - [ - -117.31140861299997, - 33.96672404700007 - ], - [ - -117.31141301699995, - 33.966768158000036 - ], - [ - -117.31141479999997, - 33.96679080800004 - ], - [ - -117.31141649399996, - 33.966812326000024 - ], - [ - -117.31141904699996, - 33.96685653700007 - ], - [ - -117.31141977699997, - 33.966876366000065 - ], - [ - -117.31142067599995, - 33.966900778000024 - ], - [ - -117.31142137499995, - 33.96694503800006 - ], - [ - -117.31142124899998, - 33.96696966500008 - ], - [ - -117.31142115199998, - 33.96698861300007 - ], - [ - -117.31141303099997, - 33.967069163000076 - ], - [ - -117.31140988599998, - 33.96710230700006 - ], - [ - -117.31140604299998, - 33.967135401000064 - ], - [ - -117.31140150899995, - 33.967168435000076 - ], - [ - -117.31139628299997, - 33.96720139700005 - ], - [ - -117.31139036899998, - 33.967234278000035 - ], - [ - -117.31138376399997, - 33.96726706900006 - ], - [ - -117.31138128499998, - 33.96727819000006 - ], - [ - -117.31137647499997, - 33.96729975900007 - ], - [ - -117.311372614, - 33.96731554100006 - ], - [ - -117.31136850299998, - 33.96733233700007 - ], - [ - -117.31135984899998, - 33.96736479400005 - ], - [ - -117.31135051799998, - 33.96739712100003 - ], - [ - -117.31134790699997, - 33.96740551700003 - ], - [ - -117.31134051, - 33.96742930700003 - ], - [ - -117.31132982899999, - 33.96746134400007 - ], - [ - -117.31131847899997, - 33.96749321800007 - ], - [ - -117.311313397, - 33.967506626000045 - ], - [ - -117.311306463, - 33.96752492300004 - ], - [ - -117.31129378399999, - 33.967556450000075 - ], - [ - -117.31128885199996, - 33.96756803900007 - ], - [ - -117.311280448, - 33.96758778700007 - ], - [ - -117.31127234999997, - 33.96760580700004 - ], - [ - -117.31126645499995, - 33.96761892400008 - ], - [ - -117.31125181399995, - 33.96764985500005 - ], - [ - -117.311240979, - 33.96767162700007 - ], - [ - -117.31123652899998, - 33.96768056700006 - ], - [ - -117.31122060099995, - 33.96771105100004 - ], - [ - -117.31121066099996, - 33.967729201000054 - ], - [ - -117.31120403699998, - 33.967741301000046 - ], - [ - -117.31118684299997, - 33.96777130600003 - ], - [ - -117.31116901999997, - 33.96780105300007 - ], - [ - -117.31116034399997, - 33.96781492900004 - ], - [ - -117.31115057999995, - 33.96783053900003 - ], - [ - -117.31113157399994, - 33.96785967400007 - ], - [ - -117.31113155699995, - 33.967859701000066 - ], - [ - -117.31113152299997, - 33.96785975100005 - ], - [ - -117.31111185599997, - 33.96788868200008 - ], - [ - -117.31109159, - 33.96791732300005 - ], - [ - -117.31107072499998, - 33.96794566500006 - ], - [ - -117.31105522899998, - 33.96796591100008 - ], - [ - -117.31104926999996, - 33.96797369800004 - ], - [ - -117.311027229, - 33.96800141600005 - ], - [ - -117.31100461199998, - 33.96802881000008 - ], - [ - -117.31098142499997, - 33.96805587000006 - ], - [ - -117.31095462599995, - 33.968085905000066 - ], - [ - -117.31095413699995, - 33.96808645200008 - ], - [ - -117.31095363099996, - 33.96808700100007 - ], - [ - -117.31095262899998, - 33.96808809000004 - ], - [ - -117.31095212399998, - 33.96808863900003 - ], - [ - -117.31095162499997, - 33.96808918200003 - ], - [ - -117.31095062299994, - 33.96809027300003 - ], - [ - -117.31094962099996, - 33.96809136300004 - ], - [ - -117.31094861899999, - 33.968092453000054 - ], - [ - -117.31094761499998, - 33.96809354200008 - ], - [ - -117.31094667699995, - 33.96809456100004 - ], - [ - -117.31094660799994, - 33.96809463400007 - ], - [ - -117.31094560499997, - 33.968095722000044 - ], - [ - -117.31094459699995, - 33.968096811000066 - ], - [ - -117.31094358999997, - 33.96809790000003 - ], - [ - -117.31094297399994, - 33.96809856500005 - ], - [ - -117.31094258499996, - 33.968098988000065 - ], - [ - -117.31094157899997, - 33.96810007500005 - ], - [ - -117.31094055999995, - 33.96810117800004 - ], - [ - -117.31093956099994, - 33.96810225100006 - ], - [ - -117.31093924099997, - 33.96810259600005 - ], - [ - -117.31093855399996, - 33.96810333600007 - ], - [ - -117.31093754199998, - 33.96810442300006 - ], - [ - -117.31093653099998, - 33.968105509000054 - ], - [ - -117.31093552199997, - 33.96810659600004 - ], - [ - -117.31093451499999, - 33.96810768000006 - ], - [ - -117.31093388199997, - 33.96810836100008 - ], - [ - -117.31093350199995, - 33.96810876700005 - ], - [ - -117.310932488, - 33.968109851000065 - ], - [ - -117.31093147399997, - 33.96811093500003 - ], - [ - -117.31093049599997, - 33.96811198100005 - ], - [ - -117.31093046199999, - 33.96811201600008 - ], - [ - -117.31092944899996, - 33.96811310100003 - ], - [ - -117.31092843299996, - 33.968114187000026 - ], - [ - -117.31092742099997, - 33.968115270000055 - ], - [ - -117.31092698999998, - 33.96811573200006 - ], - [ - -117.31092640699995, - 33.96811635500006 - ], - [ - -117.31092551999996, - 33.96811730300004 - ], - [ - -117.31092545699994, - 33.96811737000007 - ], - [ - -117.31092539399998, - 33.968117437000046 - ], - [ - -117.31092437499996, - 33.968118520000075 - ], - [ - -117.31092335999995, - 33.96811960100007 - ], - [ - -117.31092234099998, - 33.96812068200006 - ], - [ - -117.31092132499998, - 33.968121764000045 - ], - [ - -117.31092030699995, - 33.96812284300006 - ], - [ - -117.31091971399997, - 33.96812347300005 - ], - [ - -117.31091928999996, - 33.96812392500004 - ], - [ - -117.31091827299997, - 33.968125007000026 - ], - [ - -117.31091801799994, - 33.96812527700007 - ], - [ - -117.31091725299996, - 33.96812608500005 - ], - [ - -117.31091647999995, - 33.96812690300004 - ], - [ - -117.31091623299994, - 33.96812716300008 - ], - [ - -117.31091521099995, - 33.968128243000024 - ], - [ - -117.31091418899996, - 33.96812932300003 - ], - [ - -117.31091316699997, - 33.96813040200004 - ], - [ - -117.31091214699995, - 33.96813148000007 - ], - [ - -117.310911638, - 33.96813201900005 - ], - [ - -117.31091112499996, - 33.968132559000026 - ], - [ - -117.31091010199998, - 33.96813363500007 - ], - [ - -117.31090907799995, - 33.96813471100006 - ], - [ - -117.31090851, - 33.96813531000004 - ], - [ - -117.31090805399998, - 33.96813578900003 - ], - [ - -117.31090702999995, - 33.968136866000066 - ], - [ - -117.31090651799997, - 33.96813740500005 - ], - [ - -117.310906005, - 33.968137944000034 - ], - [ - -117.31090497899999, - 33.968139019000034 - ], - [ - -117.31090431499996, - 33.968139714000074 - ], - [ - -117.31090395299998, - 33.968140094000034 - ], - [ - -117.31090292799996, - 33.968141167000056 - ], - [ - -117.31090189899999, - 33.968142245000024 - ], - [ - -117.31090164299997, - 33.96814251400008 - ], - [ - -117.31090087099994, - 33.968143319000035 - ], - [ - -117.310899845, - 33.96814439000008 - ], - [ - -117.310898813, - 33.96814546600007 - ], - [ - -117.31089849099999, - 33.96814580100005 - ], - [ - -117.31089778399996, - 33.96814653800004 - ], - [ - -117.31089680199995, - 33.96814756300006 - ], - [ - -117.31089675299995, - 33.96814761300004 - ], - [ - -117.31089572599996, - 33.968148685000074 - ], - [ - -117.31089469499994, - 33.96814975700005 - ], - [ - -117.31089430799994, - 33.96815016100004 - ], - [ - -117.31089366299994, - 33.96815083000007 - ], - [ - -117.31089263099994, - 33.968151901000056 - ], - [ - -117.31089159599998, - 33.96815297100005 - ], - [ - -117.31089056399998, - 33.96815404300003 - ], - [ - -117.31088953199998, - 33.96815511300008 - ], - [ - -117.31088924999995, - 33.96815540500006 - ], - [ - -117.31088849999998, - 33.968156184000065 - ], - [ - -117.31088751199997, - 33.96815720700005 - ], - [ - -117.31088746599994, - 33.96815725500005 - ], - [ - -117.31088643299995, - 33.96815832600004 - ], - [ - -117.31088617299997, - 33.968158595000034 - ], - [ - -117.31088539599995, - 33.96815939500004 - ], - [ - -117.31088435899994, - 33.96816046500004 - ], - [ - -117.31088332399997, - 33.96816153300006 - ], - [ - -117.31088228799996, - 33.96816260200006 - ], - [ - -117.31088125099996, - 33.968163670000024 - ], - [ - -117.31088047299994, - 33.96816447200007 - ], - [ - -117.31088021399995, - 33.96816473900003 - ], - [ - -117.31087975199995, - 33.96816521200003 - ], - [ - -117.31087917299999, - 33.96816580700005 - ], - [ - -117.31087813599999, - 33.96816687200004 - ], - [ - -117.310877098, - 33.96816793900007 - ], - [ - -117.31087606099999, - 33.96816900500005 - ], - [ - -117.310875539, - 33.968169541000066 - ], - [ - -117.31087501899998, - 33.96817007300007 - ], - [ - -117.31087468699997, - 33.968170411000074 - ], - [ - -117.31087397799996, - 33.968171136000024 - ], - [ - -117.31087293599995, - 33.96817220300005 - ], - [ - -117.31087225899995, - 33.96817289200004 - ], - [ - -117.31087189399994, - 33.968173267000054 - ], - [ - -117.310870852, - 33.96817433000007 - ], - [ - -117.31086983599994, - 33.96817537000004 - ], - [ - -117.31086980899994, - 33.96817539800003 - ], - [ - -117.310869546, - 33.96817566400006 - ], - [ - -117.31086876499995, - 33.96817646100004 - ], - [ - -117.31086772099997, - 33.968177524000055 - ], - [ - -117.31086667699998, - 33.96817858700007 - ], - [ - -117.31086562999997, - 33.96817965200006 - ], - [ - -117.31086458699997, - 33.96818071300004 - ], - [ - -117.31086398499997, - 33.968181325000046 - ], - [ - -117.31086354299998, - 33.96818177500006 - ], - [ - -117.31086327999998, - 33.968182042000024 - ], - [ - -117.31086249599997, - 33.96818283600004 - ], - [ - -117.310861446, - 33.96818389900005 - ], - [ - -117.31086039999997, - 33.96818495600007 - ], - [ - -117.31085934899994, - 33.96818601900003 - ], - [ - -117.31085830199999, - 33.968187079000074 - ], - [ - -117.31085725499997, - 33.96818813800007 - ], - [ - -117.31085667999997, - 33.96818872100005 - ], - [ - -117.310856205, - 33.968189202000076 - ], - [ - -117.31085515599995, - 33.968190263000054 - ], - [ - -117.31085489499998, - 33.96819052700005 - ], - [ - -117.31085410599997, - 33.968191320000074 - ], - [ - -117.31085305399995, - 33.968192378000026 - ], - [ - -117.310852, - 33.96819343800007 - ], - [ - -117.31085094999997, - 33.968194494000045 - ], - [ - -117.31085045099996, - 33.96819499600008 - ], - [ - -117.31084989699997, - 33.968195553000044 - ], - [ - -117.31084884599994, - 33.968196609000074 - ], - [ - -117.31084779399998, - 33.96819766700003 - ], - [ - -117.31084674199997, - 33.96819872700007 - ], - [ - -117.31084621499997, - 33.96819925600005 - ], - [ - -117.31084568799997, - 33.968199783000045 - ], - [ - -117.31084463299999, - 33.96820083800003 - ], - [ - -117.310844122, - 33.96820134700005 - ], - [ - -117.31084357699996, - 33.96820189400006 - ], - [ - -117.31084252099998, - 33.968202949000045 - ], - [ - -117.31084147499996, - 33.96820399500007 - ], - [ - -117.31084040999997, - 33.96820505900007 - ], - [ - -117.31083935499998, - 33.968206113000065 - ], - [ - -117.31083908899996, - 33.96820637900004 - ], - [ - -117.31083829499994, - 33.96820717000003 - ], - [ - -117.31083763299995, - 33.96820782700007 - ], - [ - -117.31083723599994, - 33.968208222000044 - ], - [ - -117.31083620699997, - 33.968209245000025 - ], - [ - -117.31083617799999, - 33.96820927400006 - ], - [ - -117.31083511699995, - 33.968210329000044 - ], - [ - -117.31083405899994, - 33.96821138100006 - ], - [ - -117.31083326499999, - 33.96821217100006 - ], - [ - -117.31083300199998, - 33.96821243200003 - ], - [ - -117.31083193899997, - 33.968213485000035 - ], - [ - -117.31083134699998, - 33.968214070000045 - ], - [ - -117.31083087599995, - 33.96821453700005 - ], - [ - -117.31082981599997, - 33.96821558600004 - ], - [ - -117.31082875299995, - 33.96821663800006 - ], - [ - -117.31082775999994, - 33.968217621000065 - ], - [ - -117.31082769099999, - 33.968217690000074 - ], - [ - -117.31082662799997, - 33.96821874200003 - ], - [ - -117.31082622899999, - 33.96821913500003 - ], - [ - -117.31082556399997, - 33.968219789000045 - ], - [ - -117.31082449999997, - 33.96822083700005 - ], - [ - -117.31082343299994, - 33.96822188800007 - ], - [ - -117.31082236799995, - 33.96822293800005 - ], - [ - -117.31082130199997, - 33.968223986000055 - ], - [ - -117.31082067199998, - 33.968224606000035 - ], - [ - -117.31082023899995, - 33.96822503200008 - ], - [ - -117.31081920999998, - 33.96822604300007 - ], - [ - -117.31081916899996, - 33.96822608100007 - ], - [ - -117.31081890499996, - 33.96822634500006 - ], - [ - -117.31081810399996, - 33.96822713000006 - ], - [ - -117.31081703399997, - 33.968228176000025 - ], - [ - -117.31081650599998, - 33.96822869300007 - ], - [ - -117.31081596499996, - 33.96822922300004 - ], - [ - -117.31081489699994, - 33.96823026800007 - ], - [ - -117.31081428099998, - 33.96823087000007 - ], - [ - -117.31081382699995, - 33.968231314000036 - ], - [ - -117.31081277199996, - 33.96823234900006 - ], - [ - -117.310811689, - 33.96823340800006 - ], - [ - -117.31081115599994, - 33.96823393200003 - ], - [ - -117.310810619, - 33.968234453000036 - ], - [ - -117.31080954899994, - 33.968235495000044 - ], - [ - -117.31080891399995, - 33.968236114000035 - ], - [ - -117.31080847599998, - 33.96823653900003 - ], - [ - -117.31080740399995, - 33.96823758200003 - ], - [ - -117.31080633099998, - 33.96823862700006 - ], - [ - -117.31080525899995, - 33.96823967000006 - ], - [ - -117.31080480799994, - 33.96824011100006 - ], - [ - -117.31080418699997, - 33.968240714000046 - ], - [ - -117.31080311399995, - 33.96824175800003 - ], - [ - -117.31080284499996, - 33.96824202000005 - ], - [ - -117.31080204099999, - 33.96824280000004 - ], - [ - -117.31080139, - 33.96824342800005 - ], - [ - -117.31080096299996, - 33.96824384200005 - ], - [ - -117.31080044899994, - 33.96824433900008 - ], - [ - -117.31079988699997, - 33.96824488300007 - ], - [ - -117.31079954999996, - 33.96824520800004 - ], - [ - -117.31079881299996, - 33.96824592300004 - ], - [ - -117.31079773599998, - 33.96824696500005 - ], - [ - -117.31079706099996, - 33.96824761800008 - ], - [ - -117.31079665899995, - 33.96824800600007 - ], - [ - -117.31079639, - 33.968248267000035 - ], - [ - -117.31079558, - 33.96824904700003 - ], - [ - -117.31079450399994, - 33.96825008400003 - ], - [ - -117.31079386599998, - 33.968250699000066 - ], - [ - -117.31079342499999, - 33.96825112400006 - ], - [ - -117.31079234499998, - 33.968252163000045 - ], - [ - -117.31079166399996, - 33.96825281900004 - ], - [ - -117.31079126499998, - 33.96825320200003 - ], - [ - -117.31079018899999, - 33.96825424000008 - ], - [ - -117.31078991799995, - 33.96825450100005 - ], - [ - -117.31078949599998, - 33.96825490500004 - ], - [ - -117.31078910699995, - 33.96825527800007 - ], - [ - -117.31078853699995, - 33.96825582500003 - ], - [ - -117.31078802399998, - 33.968256315000076 - ], - [ - -117.31078747899994, - 33.96825683900005 - ], - [ - -117.31078694299998, - 33.96825735300007 - ], - [ - -117.31078010999994, - 33.96826390100006 - ], - [ - -117.31075884099994, - 33.96828428600003 - ], - [ - -117.310701957, - 33.96833787300005 - ], - [ - -117.31052714299994, - 33.968502425000054 - ], - [ - -117.31052707799995, - 33.96850248800007 - ], - [ - -117.31052701899995, - 33.96850254000003 - ], - [ - -117.31052647599995, - 33.968503017000046 - ], - [ - -117.31052588899996, - 33.96850353700006 - ], - [ - -117.310525, - 33.968504325000026 - ], - [ - -117.31052475799999, - 33.96850453800005 - ], - [ - -117.31052362999998, - 33.96850554100007 - ], - [ - -117.31052309699999, - 33.96850601700004 - ], - [ - -117.310522505, - 33.968506544000036 - ], - [ - -117.31052137799998, - 33.96850754700006 - ], - [ - -117.31052096399998, - 33.968507920000036 - ], - [ - -117.31052025399998, - 33.96850855400004 - ], - [ - -117.31051913099998, - 33.96850955900004 - ], - [ - -117.31051800799997, - 33.96851056600008 - ], - [ - -117.31051688999997, - 33.968511575000036 - ], - [ - -117.31051625099997, - 33.96851215100003 - ], - [ - -117.31051577099998, - 33.96851258500004 - ], - [ - -117.31051487399998, - 33.96851339300002 - ], - [ - -117.31051465299998, - 33.96851359400006 - ], - [ - -117.31051353299995, - 33.96851460500005 - ], - [ - -117.31051282299995, - 33.968515248000074 - ], - [ - -117.31051241799997, - 33.96851561500006 - ], - [ - -117.31051167199996, - 33.968516296000075 - ], - [ - -117.31051130799995, - 33.96851662800003 - ], - [ - -117.31051019399996, - 33.96851764300004 - ], - [ - -117.31050989, - 33.96851792100006 - ], - [ - -117.31050907999997, - 33.96851865600007 - ], - [ - -117.31050832799997, - 33.96851934700004 - ], - [ - -117.31050797199998, - 33.96851967400005 - ], - [ - -117.310506864, - 33.96852068900006 - ], - [ - -117.310506794, - 33.968520753000064 - ], - [ - -117.31050575499995, - 33.968521707000036 - ], - [ - -117.31050473499994, - 33.968522646000054 - ], - [ - -117.31050464799995, - 33.96852272700005 - ], - [ - -117.31050354299998, - 33.96852374700006 - ], - [ - -117.31050243799996, - 33.968524768000066 - ], - [ - -117.31050150299995, - 33.96852562200007 - ], - [ - -117.31050132699994, - 33.96852578100004 - ], - [ - -117.31050023599994, - 33.96852681200005 - ], - [ - -117.31049961899998, - 33.96852738300004 - ], - [ - -117.31049913499999, - 33.96852783300005 - ], - [ - -117.31049871999994, - 33.96852822200003 - ], - [ - -117.31049803699995, - 33.96852886000005 - ], - [ - -117.31049693899996, - 33.968529885000066 - ], - [ - -117.310495845, - 33.96853091100007 - ], - [ - -117.31049561299994, - 33.96853113000003 - ], - [ - -117.31049474999998, - 33.96853194000005 - ], - [ - -117.31049413499994, - 33.96853251600004 - ], - [ - -117.31049365499996, - 33.968532967000044 - ], - [ - -117.31049256399996, - 33.968533998000055 - ], - [ - -117.31049147199997, - 33.96853502700003 - ], - [ - -117.31049038199995, - 33.96853605900003 - ], - [ - -117.31048979199994, - 33.968536622000045 - ], - [ - -117.31048929599996, - 33.968537092000076 - ], - [ - -117.31048858899999, - 33.968537764000075 - ], - [ - -117.31048821, - 33.968538125000066 - ], - [ - -117.31048773699996, - 33.968538573000046 - ], - [ - -117.31048712399996, - 33.968539159000045 - ], - [ - -117.31048669999996, - 33.968539562000046 - ], - [ - -117.31048603899995, - 33.968540191000045 - ], - [ - -117.31048563299998, - 33.968540580000024 - ], - [ - -117.310484955, - 33.96854123000003 - ], - [ - -117.31048390299998, - 33.968542239000044 - ], - [ - -117.31048387199996, - 33.96854226800008 - ], - [ - -117.31048279499998, - 33.968543304000036 - ], - [ - -117.31048171199996, - 33.968544344000065 - ], - [ - -117.31048063499998, - 33.96854538200006 - ], - [ - -117.31048012399998, - 33.968545876000064 - ], - [ - -117.31047955999998, - 33.96854642300008 - ], - [ - -117.31047848599997, - 33.968547467000064 - ], - [ - -117.31047818699994, - 33.96854775500003 - ], - [ - -117.31047740999998, - 33.96854850900007 - ], - [ - -117.310476339, - 33.96854955300006 - ], - [ - -117.31047526799995, - 33.96855059500007 - ], - [ - -117.31047463999994, - 33.96855121100003 - ], - [ - -117.31047419899994, - 33.96855164200008 - ], - [ - -117.31047313, - 33.968552690000024 - ], - [ - -117.31047206099998, - 33.968553738000026 - ], - [ - -117.310470996, - 33.96855478600003 - ], - [ - -117.31046993299998, - 33.96855583400003 - ], - [ - -117.31046932499999, - 33.96855643300006 - ], - [ - -117.31046886799999, - 33.968556884000066 - ], - [ - -117.31046780699995, - 33.968557936000025 - ], - [ - -117.31046729399998, - 33.96855844500004 - ], - [ - -117.31046674699996, - 33.96855898800004 - ], - [ - -117.31046568699998, - 33.968560041000046 - ], - [ - -117.31046462899997, - 33.96856109400005 - ], - [ - -117.31046400899999, - 33.96856171600007 - ], - [ - -117.31046357399998, - 33.968562150000025 - ], - [ - -117.31046252099998, - 33.968563207000045 - ], - [ - -117.310461869, - 33.96856385700005 - ], - [ - -117.31046146399996, - 33.968564263000076 - ], - [ - -117.31046040899997, - 33.96856532000004 - ], - [ - -117.31045935799995, - 33.96856638100007 - ], - [ - -117.31045831299997, - 33.968567438000036 - ], - [ - -117.31045726199994, - 33.968568498000025 - ], - [ - -117.31045649999999, - 33.968569271000035 - ], - [ - -117.31045621499999, - 33.96856956000005 - ], - [ - -117.31045519899999, - 33.96857059200005 - ], - [ - -117.31045516999995, - 33.96857062200007 - ], - [ - -117.31045412799995, - 33.96857168500003 - ], - [ - -117.31045307899996, - 33.96857275000008 - ], - [ - -117.31045204199995, - 33.96857381600006 - ], - [ - -117.310451, - 33.96857488100005 - ], - [ - -117.31044995999997, - 33.96857594800008 - ], - [ - -117.310449485, - 33.96857643800007 - ], - [ - -117.31044892299997, - 33.96857701700003 - ], - [ - -117.31044768499999, - 33.968578293000064 - ], - [ - -117.31044661699997, - 33.96857933700005 - ], - [ - -117.31044554699997, - 33.96858038200003 - ], - [ - -117.31044496599998, - 33.96858095300007 - ], - [ - -117.31044448199998, - 33.968581432000065 - ], - [ - -117.31044345599997, - 33.96858244500004 - ], - [ - -117.31044341799998, - 33.968582482000045 - ], - [ - -117.31044235899998, - 33.96858353600004 - ], - [ - -117.31044130299995, - 33.96858459200007 - ], - [ - -117.31044024999994, - 33.968585648000044 - ], - [ - -117.31043919899997, - 33.96858670900008 - ], - [ - -117.31043815399994, - 33.968587770000056 - ], - [ - -117.31043724299997, - 33.96858868100003 - ], - [ - -117.310437101, - 33.968588829000055 - ], - [ - -117.31043609699998, - 33.96858986700005 - ], - [ - -117.31043606599997, - 33.96858989900005 - ], - [ - -117.31043502899996, - 33.96859096700007 - ], - [ - -117.310433994, - 33.96859203400004 - ], - [ - -117.31043295999996, - 33.96859310600007 - ], - [ - -117.31043193199997, - 33.968594179000036 - ], - [ - -117.31043090499998, - 33.96859525600007 - ], - [ - -117.31042988399997, - 33.96859633200006 - ], - [ - -117.310428861, - 33.968597412000065 - ], - [ - -117.31042815199999, - 33.96859816600005 - ], - [ - -117.31042784399995, - 33.96859849400005 - ], - [ - -117.310426829, - 33.96859957500004 - ], - [ - -117.31042581999998, - 33.96860066100004 - ], - [ - -117.31042507599994, - 33.96860146400007 - ], - [ - -117.31042481199995, - 33.96860174900007 - ], - [ - -117.31042380499997, - 33.96860283700005 - ], - [ - -117.31042280399998, - 33.96860392800005 - ], - [ - -117.31042180699995, - 33.968605023000066 - ], - [ - -117.31042110599998, - 33.96860579200006 - ], - [ - -117.31042080799995, - 33.968606118000025 - ], - [ - -117.31041981599998, - 33.96860721400003 - ], - [ - -117.31041882599999, - 33.96860831400005 - ], - [ - -117.31041810099998, - 33.96860912300008 - ], - [ - -117.31041783899997, - 33.96860941500006 - ], - [ - -117.31041743399999, - 33.96860986900003 - ], - [ - -117.31041685499997, - 33.96861051700006 - ], - [ - -117.31041646699998, - 33.96861095400004 - ], - [ - -117.310415875, - 33.968611622000026 - ], - [ - -117.31041489899997, - 33.96861272800004 - ], - [ - -117.31041392299994, - 33.96861383500004 - ], - [ - -117.31041295299997, - 33.96861494700005 - ], - [ - -117.31041198499997, - 33.968616058000066 - ], - [ - -117.31041139699994, - 33.96861673700005 - ], - [ - -117.31041101999995, - 33.96861717300004 - ], - [ - -117.31041056499998, - 33.968617702000074 - ], - [ - -117.31041005799995, - 33.96861828800007 - ], - [ - -117.31040977799995, - 33.968618614000036 - ], - [ - -117.31040909899997, - 33.96861940800005 - ], - [ - -117.31040817099995, - 33.96862049500004 - ], - [ - -117.31040814099998, - 33.96862052500006 - ], - [ - -117.31040719099997, - 33.968621649000056 - ], - [ - -117.31040699599998, - 33.96862188600005 - ], - [ - -117.31040502399998, - 33.96862404600006 - ], - [ - -117.31040295199995, - 33.96862631600004 - ], - [ - -117.31040229999996, - 33.96862703000005 - ], - [ - -117.31040195199995, - 33.96862741000007 - ], - [ - -117.31040095399999, - 33.96862850400004 - ], - [ - -117.31040086399997, - 33.96862860300007 - ], - [ - -117.310400771, - 33.96862869900008 - ], - [ - -117.31039995499998, - 33.968629597000074 - ], - [ - -117.31039895499998, - 33.968630689000065 - ], - [ - -117.31039821399997, - 33.968631499000026 - ], - [ - -117.31039795399994, - 33.968631782000045 - ], - [ - -117.31039695699997, - 33.968632875000026 - ], - [ - -117.31039596, - 33.96863396700007 - ], - [ - -117.31039549199994, - 33.96863447900006 - ], - [ - -117.31039495799996, - 33.96863506100004 - ], - [ - -117.31039396799997, - 33.96863615900003 - ], - [ - -117.31039388999994, - 33.968636246000074 - ], - [ - -117.31039297599995, - 33.96863725700007 - ], - [ - -117.31039257899994, - 33.96863769600003 - ], - [ - -117.31039198299999, - 33.96863835600004 - ], - [ - -117.31039099399999, - 33.96863945200005 - ], - [ - -117.31039037299996, - 33.96864014000005 - ], - [ - -117.31039000399994, - 33.96864055000003 - ], - [ - -117.31038956099997, - 33.96864104700006 - ], - [ - -117.31038901599999, - 33.968641654000066 - ], - [ - -117.31038803099995, - 33.96864275400003 - ], - [ - -117.31038704599996, - 33.96864385600003 - ], - [ - -117.31038605999998, - 33.96864495800003 - ], - [ - -117.31038556699997, - 33.968645508000066 - ], - [ - -117.31038552999996, - 33.968645550000076 - ], - [ - -117.31038507799997, - 33.96864606100007 - ], - [ - -117.31038469499998, - 33.96864649300005 - ], - [ - -117.31038409799999, - 33.968647168000075 - ], - [ - -117.31038312099997, - 33.96864827300004 - ], - [ - -117.31038214299997, - 33.968649380000045 - ], - [ - -117.31038116599996, - 33.96865048500007 - ], - [ - -117.31038067599997, - 33.968651038000075 - ], - [ - -117.31038018999999, - 33.96865159400005 - ], - [ - -117.31037922099995, - 33.96865270400008 - ], - [ - -117.31037824799995, - 33.96865381500004 - ], - [ - -117.31037727799998, - 33.968654927000046 - ], - [ - -117.31037630599997, - 33.96865603600003 - ], - [ - -117.31037533399996, - 33.96865714900008 - ], - [ - -117.31037485, - 33.968657704000066 - ], - [ - -117.31037437099997, - 33.96865826100003 - ], - [ - -117.31037370499996, - 33.96865903300005 - ], - [ - -117.31037340999995, - 33.96865937500007 - ], - [ - -117.31037296899996, - 33.96865988900004 - ], - [ - -117.31037244799995, - 33.96866049400006 - ], - [ - -117.31037211999995, - 33.96866087500007 - ], - [ - -117.31037148899998, - 33.96866160900004 - ], - [ - -117.31037056399998, - 33.96866268200006 - ], - [ - -117.31037052299996, - 33.96866272400007 - ], - [ - -117.31036956499997, - 33.96866384200007 - ], - [ - -117.31036860299997, - 33.96866495900008 - ], - [ - -117.31036824399996, - 33.96866537600005 - ], - [ - -117.31036764799995, - 33.96866608000005 - ], - [ - -117.31036669499997, - 33.96866720000003 - ], - [ - -117.31036574199999, - 33.96866832200004 - ], - [ - -117.31036479099998, - 33.96866944200008 - ], - [ - -117.31036383699995, - 33.968670565000025 - ], - [ - -117.31036293099999, - 33.96867163200005 - ], - [ - -117.31036288499996, - 33.96867168600005 - ], - [ - -117.31036216899997, - 33.968672527000024 - ], - [ - -117.31036193499995, - 33.96867280600003 - ], - [ - -117.31036099199997, - 33.96867393500003 - ], - [ - -117.31036004899994, - 33.968675062000045 - ], - [ - -117.31035910499997, - 33.96867619000005 - ], - [ - -117.31035816099995, - 33.968677316000026 - ], - [ - -117.31035758599995, - 33.968678004000026 - ], - [ - -117.31035721899997, - 33.968678442000055 - ], - [ - -117.31035680499997, - 33.96867893600006 - ], - [ - -117.31035628099994, - 33.96867957300003 - ], - [ - -117.31035533399995, - 33.96868069800007 - ], - [ - -117.31035525099998, - 33.96868079800004 - ], - [ - -117.3103544, - 33.96868182900005 - ], - [ - -117.31035346399995, - 33.96868296100007 - ], - [ - -117.31035252999999, - 33.968684093000036 - ], - [ - -117.31035191899997, - 33.96868483500003 - ], - [ - -117.31035159699996, - 33.96868522600005 - ], - [ - -117.31035066399994, - 33.96868636100004 - ], - [ - -117.31034973599998, - 33.968687497000076 - ], - [ - -117.31034881599999, - 33.968688635000035 - ], - [ - -117.31034852499994, - 33.96868899100008 - ], - [ - -117.31034829199996, - 33.968689278000056 - ], - [ - -117.31034789199998, - 33.96868977400004 - ], - [ - -117.310346972, - 33.968690913000046 - ], - [ - -117.31034603499995, - 33.96869204300003 - ], - [ - -117.31034514699996, - 33.96869314200006 - ], - [ - -117.31034510999996, - 33.96869318000006 - ], - [ - -117.31034419399998, - 33.968694320000054 - ], - [ - -117.31034334499998, - 33.96869537500004 - ], - [ - -117.310343274, - 33.968695464000064 - ], - [ - -117.31034236799997, - 33.96869661200003 - ], - [ - -117.31034144699998, - 33.968697752000026 - ], - [ - -117.31034052599995, - 33.968698894000056 - ], - [ - -117.310340296, - 33.968699178000065 - ], - [ - -117.31033961499998, - 33.968700037000076 - ], - [ - -117.310339361, - 33.968700356000056 - ], - [ - -117.31033870599998, - 33.968701183000064 - ], - [ - -117.31033779699999, - 33.96870232800006 - ], - [ - -117.310337211, - 33.968703067000035 - ], - [ - -117.31033688699995, - 33.96870347400005 - ], - [ - -117.31033597699997, - 33.96870462100003 - ], - [ - -117.31033506699998, - 33.968705767000074 - ], - [ - -117.31033466999997, - 33.96870627000004 - ], - [ - -117.31033416599996, - 33.96870691600003 - ], - [ - -117.31033326499994, - 33.96870807000005 - ], - [ - -117.31033319399995, - 33.96870816200004 - ], - [ - -117.31033235499996, - 33.96870921300007 - ], - [ - -117.31033145299995, - 33.96871036500005 - ], - [ - -117.31033060799996, - 33.96871144800008 - ], - [ - -117.31033055399996, - 33.96871151700003 - ], - [ - -117.31032965799994, - 33.96871267000006 - ], - [ - -117.31032875099999, - 33.96871383300004 - ], - [ - -117.31032787599997, - 33.968714979000026 - ], - [ - -117.31032708799995, - 33.96871598800004 - ], - [ - -117.31032697899997, - 33.968716130000075 - ], - [ - -117.31032608799995, - 33.968717291000075 - ], - [ - -117.31032555799999, - 33.968717982000044 - ], - [ - -117.31032519899998, - 33.96871844700007 - ], - [ - -117.31032430899995, - 33.96871960500005 - ], - [ - -117.31032342199995, - 33.96872076100004 - ], - [ - -117.31032253199999, - 33.968721919000075 - ], - [ - -117.31032230999995, - 33.96872220900008 - ], - [ - -117.31032165099998, - 33.968723080000075 - ], - [ - -117.31032125899998, - 33.968723596000075 - ], - [ - -117.31032076899999, - 33.96872424400004 - ], - [ - -117.31031989099995, - 33.96872540600003 - ], - [ - -117.31031901299997, - 33.96872656800008 - ], - [ - -117.31031813299995, - 33.96872773000007 - ], - [ - -117.31031725399998, - 33.96872889200006 - ], - [ - -117.31031667399998, - 33.968729659000076 - ], - [ - -117.31031637399997, - 33.96873005400005 - ], - [ - -117.31031604499998, - 33.96873049000004 - ], - [ - -117.31031549999994, - 33.96873121900006 - ], - [ - -117.31031547499998, - 33.968731253000044 - ], - [ - -117.31031463299996, - 33.968732387000045 - ], - [ - -117.31031376399994, - 33.96873355500003 - ], - [ - -117.31031289299995, - 33.96873472300007 - ], - [ - -117.31031239699996, - 33.96873539000006 - ], - [ - -117.31031202599996, - 33.96873588900007 - ], - [ - -117.31031115399998, - 33.968737058000045 - ], - [ - -117.31031028599995, - 33.96873822500004 - ], - [ - -117.31030985099994, - 33.96873880800007 - ], - [ - -117.31030942199999, - 33.96873939500006 - ], - [ - -117.31030856399997, - 33.968740567000054 - ], - [ - -117.31030769999995, - 33.96874174200008 - ], - [ - -117.31030767699997, - 33.96874177700005 - ], - [ - -117.31030684599995, - 33.96874291200004 - ], - [ - -117.31030626699999, - 33.968743704000076 - ], - [ - -117.31030598499996, - 33.96874408800005 - ], - [ - -117.31030570699994, - 33.96874446900006 - ], - [ - -117.31030512799998, - 33.96874526000005 - ], - [ - -117.31030485799994, - 33.96874562800008 - ], - [ - -117.31030448299998, - 33.96874613800003 - ], - [ - -117.31030427099995, - 33.968746433000035 - ], - [ - -117.31030341199994, - 33.968747621000034 - ], - [ - -117.31030256999998, - 33.96874878600005 - ], - [ - -117.31030175999996, - 33.96874990600003 - ], - [ - -117.31030171999998, - 33.96874996200006 - ], - [ - -117.31030086799996, - 33.96875114100004 - ], - [ - -117.31030001699997, - 33.96875231700005 - ], - [ - -117.31029978299995, - 33.96875264500005 - ], - [ - -117.31029959199998, - 33.968752907000066 - ], - [ - -117.31029917299998, - 33.96875349700008 - ], - [ - -117.31029833199995, - 33.96875467700005 - ], - [ - -117.31029781899997, - 33.96875539500007 - ], - [ - -117.310297489, - 33.968755860000044 - ], - [ - -117.31029664799996, - 33.96875704100006 - ], - [ - -117.31029661899998, - 33.968757082000025 - ], - [ - -117.31029580599994, - 33.968758223000066 - ], - [ - -117.31029538499996, - 33.96875881400007 - ], - [ - -117.31029501399996, - 33.968759343000045 - ], - [ - -117.310294968, - 33.96875940800004 - ], - [ - -117.31029413799996, - 33.96876059300007 - ], - [ - -117.3102935799999, - 33.96876138300007 - ], - [ - -117.31029330299998, - 33.96876177900003 - ], - [ - -117.310292469, - 33.96876296500005 - ], - [ - -117.31029198999994, - 33.96876364900004 - ], - [ - -117.31029163499994, - 33.96876415200006 - ], - [ - -117.31029079299998, - 33.96876535000007 - ], - [ - -117.31028997099997, - 33.96876652200007 - ], - [ - -117.31028978999996, - 33.968766781000056 - ], - [ - -117.310289147, - 33.968767711000055 - ], - [ - -117.31028872299999, - 33.968768311000076 - ], - [ - -117.31028830899999, - 33.96876889500004 - ], - [ - -117.31028798299997, - 33.96876936600006 - ], - [ - -117.31028748699998, - 33.968770085000074 - ], - [ - -117.31028666199995, - 33.96877127500005 - ], - [ - -117.31028639799996, - 33.96877165600006 - ], - [ - -117.31028584099994, - 33.968772466000075 - ], - [ - -117.31028501999998, - 33.96877366000007 - ], - [ - -117.31028449799999, - 33.96877443400007 - ], - [ - -117.31028421099995, - 33.968774858000074 - ], - [ - -117.31028338999994, - 33.96877604700006 - ], - [ - -117.31028281899995, - 33.96877687500006 - ], - [ - -117.31028256699994, - 33.968777239000076 - ], - [ - -117.31028212599995, - 33.96877788900008 - ], - [ - -117.31028175699998, - 33.96877843500005 - ], - [ - -117.31028094599998, - 33.968779632000064 - ], - [ - -117.31028055699994, - 33.968780207000066 - ], - [ - -117.31028013499997, - 33.968780829000025 - ], - [ - -117.31027932499995, - 33.968782023000074 - ], - [ - -117.31027897899997, - 33.968782532000034 - ], - [ - -117.31027851199997, - 33.968783221000024 - ], - [ - -117.31027826599995, - 33.968783589000054 - ], - [ - -117.310277709, - 33.96878442000008 - ], - [ - -117.31027690899998, - 33.96878562200004 - ], - [ - -117.310276107, - 33.96878682100004 - ], - [ - -117.31027549299995, - 33.96878773900005 - ], - [ - -117.31027530299997, - 33.96878802300006 - ], - [ - -117.31027495499995, - 33.96878854400006 - ], - [ - -117.31027450299996, - 33.968789221000065 - ], - [ - -117.31027369999998, - 33.968790424000076 - ], - [ - -117.31027354999998, - 33.96879064900003 - ], - [ - -117.31027290699996, - 33.96879162600004 - ], - [ - -117.31027210099995, - 33.968792826000026 - ], - [ - -117.31027130499996, - 33.96879402900004 - ], - [ - -117.31027051499996, - 33.96879523300004 - ], - [ - -117.31026972299998, - 33.96879644000006 - ], - [ - -117.31026949899996, - 33.96879678200003 - ], - [ - -117.31026893299997, - 33.96879764400006 - ], - [ - -117.31026842799997, - 33.96879843100004 - ], - [ - -117.31026815399997, - 33.968798856000035 - ], - [ - -117.31026780599996, - 33.96879938700005 - ], - [ - -117.310267362, - 33.96880006200007 - ], - [ - -117.31026696599997, - 33.96880066500006 - ], - [ - -117.31026657599995, - 33.96880126900004 - ], - [ - -117.31026620799997, - 33.96880183800005 - ], - [ - -117.31026579599995, - 33.96880247900003 - ], - [ - -117.31026538099997, - 33.96880312500008 - ], - [ - -117.31026501599996, - 33.96880369200005 - ], - [ - -117.31026423599997, - 33.968804901000055 - ], - [ - -117.31026390899996, - 33.96880540800004 - ], - [ - -117.310263454, - 33.96880611200004 - ], - [ - -117.31026303199997, - 33.96880677000007 - ], - [ - -117.310262675, - 33.96880732200003 - ], - [ - -117.31026231899995, - 33.96880787300006 - ], - [ - -117.31026208799994, - 33.968808231000025 - ], - [ - -117.31026189699998, - 33.96880853300007 - ], - [ - -117.31026112399996, - 33.96880974800007 - ], - [ - -117.31026077399997, - 33.96881029800005 - ], - [ - -117.31026035199994, - 33.96881096300007 - ], - [ - -117.31025989099999, - 33.96881168800007 - ], - [ - -117.31025958099997, - 33.96881217600003 - ], - [ - -117.31025880899995, - 33.96881339000004 - ], - [ - -117.31025859199997, - 33.96881373300005 - ], - [ - -117.31025803699998, - 33.968814606000024 - ], - [ - -117.31025733499996, - 33.968815724000024 - ], - [ - -117.31025727499997, - 33.96881582300006 - ], - [ - -117.31025651199997, - 33.96881704100008 - ], - [ - -117.31025575099994, - 33.96881825600008 - ], - [ - -117.31025571099997, - 33.968818319000036 - ], - [ - -117.31025498799994, - 33.96881947500003 - ], - [ - -117.31025422399995, - 33.968820693000055 - ], - [ - -117.31025396999996, - 33.968821098000035 - ], - [ - -117.31025345999996, - 33.968821914000046 - ], - [ - -117.31025341199995, - 33.96882199000004 - ], - [ - -117.31025336599998, - 33.96882206500004 - ], - [ - -117.31025309499995, - 33.96882250600004 - ], - [ - -117.31025270899994, - 33.96882313300006 - ], - [ - -117.31025197599996, - 33.96882432700005 - ], - [ - -117.31025195599995, - 33.96882435900005 - ], - [ - -117.31025118699995, - 33.96882557300006 - ], - [ - -117.310250436, - 33.96882679500004 - ], - [ - -117.31024968399998, - 33.96882801900006 - ], - [ - -117.31024925099996, - 33.96882872500004 - ], - [ - -117.31024893299997, - 33.96882924200003 - ], - [ - -117.31024821799997, - 33.96883043500003 - ], - [ - -117.31024819699996, - 33.968830472000036 - ], - [ - -117.31024744499996, - 33.96883169300003 - ], - [ - -117.31024725699996, - 33.968832 - ], - [ - -117.31024670299996, - 33.968832923000036 - ], - [ - -117.31024642399996, - 33.96883337300005 - ], - [ - -117.31024594999997, - 33.96883414300004 - ], - [ - -117.31024520699998, - 33.96883536900003 - ], - [ - -117.31024446699996, - 33.96883659900004 - ], - [ - -117.31024443099994, - 33.96883665800004 - ], - [ - -117.31024372599995, - 33.968837826000026 - ], - [ - -117.31024298699998, - 33.968839056000036 - ], - [ - -117.310242244, - 33.96884030100006 - ], - [ - -117.31024152999998, - 33.96884151900008 - ], - [ - -117.31024107999997, - 33.968842266000024 - ], - [ - -117.31024092999996, - 33.96884251700004 - ], - [ - -117.31024079399998, - 33.96884274900003 - ], - [ - -117.31024006499996, - 33.96884398100008 - ], - [ - -117.31023933999995, - 33.968845213000066 - ], - [ - -117.31023859799996, - 33.96884644200003 - ], - [ - -117.31023787, - 33.96884767600005 - ], - [ - -117.31023715699996, - 33.968848914000034 - ], - [ - -117.31023643199995, - 33.96885014600008 - ], - [ - -117.31023579599997, - 33.96885122500004 - ], - [ - -117.31023574999995, - 33.968851303000065 - ], - [ - -117.31023570499997, - 33.968851380000046 - ], - [ - -117.310234988, - 33.96885261700004 - ], - [ - -117.31023427099996, - 33.96885385500008 - ], - [ - -117.31023355599996, - 33.96885509200007 - ], - [ - -117.31023283899998, - 33.96885633000005 - ], - [ - -117.310232123, - 33.96885756800003 - ], - [ - -117.31023174299997, - 33.96885822400003 - ], - [ - -117.31023140699995, - 33.968858804000035 - ], - [ - -117.31023119599996, - 33.96885916900004 - ], - [ - -117.31023090999997, - 33.96885966600007 - ], - [ - -117.31023069399998, - 33.96886004400005 - ], - [ - -117.31023032499996, - 33.968860695000046 - ], - [ - -117.31023011199994, - 33.96886107100005 - ], - [ - -117.31022998999998, - 33.96886128600005 - ], - [ - -117.31022961899998, - 33.96886193900008 - ], - [ - -117.31022928399994, - 33.968862529000035 - ], - [ - -117.31022904199995, - 33.968862957000056 - ], - [ - -117.31022857999994, - 33.96886377000004 - ], - [ - -117.31022787199998, - 33.96886501300003 - ], - [ - -117.31022784899994, - 33.96886505500004 - ], - [ - -117.31022716899997, - 33.968866254000034 - ], - [ - -117.31022646199995, - 33.96886749600003 - ], - [ - -117.31022644299998, - 33.96886753600006 - ], - [ - -117.31022602399997, - 33.968868273000055 - ], - [ - -117.31022576399994, - 33.96886874000006 - ], - [ - -117.310225071, - 33.96886998600007 - ], - [ - -117.31022471999995, - 33.96887060100005 - ], - [ - -117.31022436399996, - 33.96887122700008 - ], - [ - -117.310223668, - 33.96887247500007 - ], - [ - -117.31022297499999, - 33.96887372200007 - ], - [ - -117.31022228299997, - 33.96887496800008 - ], - [ - -117.31022189099997, - 33.96887567400006 - ], - [ - -117.31022158999997, - 33.96887621600007 - ], - [ - -117.31022091099999, - 33.96887746800007 - ], - [ - -117.31022077899996, - 33.96887770200004 - ], - [ - -117.310220228, - 33.96887871700005 - ], - [ - -117.31021953099997, - 33.968879962000074 - ], - [ - -117.31021884399996, - 33.96888121400008 - ], - [ - -117.31021816599997, - 33.968882464000046 - ], - [ - -117.31021791999996, - 33.96888291600004 - ], - [ - -117.31021748399996, - 33.96888371400007 - ], - [ - -117.31021717799996, - 33.96888429300003 - ], - [ - -117.31021681799996, - 33.96888497100008 - ], - [ - -117.31021613699994, - 33.96888622100005 - ], - [ - -117.31021545299996, - 33.96888747500003 - ], - [ - -117.31021528499997, - 33.96888778700003 - ], - [ - -117.31021526499995, - 33.968887823000046 - ], - [ - -117.310214783, - 33.968888727000035 - ], - [ - -117.31021445199997, - 33.96888934800006 - ], - [ - -117.31021411199998, - 33.96888998500003 - ], - [ - -117.31021344299995, - 33.96889124100005 - ], - [ - -117.31021277299999, - 33.968892495000034 - ], - [ - -117.31021210499995, - 33.96889374800003 - ], - [ - -117.31021143299995, - 33.968895005000036 - ], - [ - -117.310211042, - 33.968895743000076 - ], - [ - -117.31021084799994, - 33.96889610300008 - ], - [ - -117.31021076599995, - 33.968896261000054 - ], - [ - -117.310210553, - 33.968896666000035 - ], - [ - -117.31021010599994, - 33.96889752000004 - ], - [ - -117.31020944499994, - 33.968898781000064 - ], - [ - -117.31020878499999, - 33.968900037000026 - ], - [ - -117.31020812499997, - 33.96890129500008 - ], - [ - -117.31020762799994, - 33.96890224100002 - ], - [ - -117.31020746499996, - 33.968902557000035 - ], - [ - -117.31020726599996, - 33.96890294200006 - ], - [ - -117.31020681499996, - 33.96890381900005 - ], - [ - -117.31020640199995, - 33.96890461800007 - ], - [ - -117.31020616399996, - 33.96890508100006 - ], - [ - -117.310205882, - 33.96890562800007 - ], - [ - -117.31020551199998, - 33.96890634500005 - ], - [ - -117.31020521199997, - 33.968906924000066 - ], - [ - -117.31020486099999, - 33.96890760800005 - ], - [ - -117.31020449, - 33.968908327000065 - ], - [ - -117.31020421099998, - 33.96890886800003 - ], - [ - -117.31020356, - 33.968910132000076 - ], - [ - -117.31020327599998, - 33.968910685000026 - ], - [ - -117.310202915, - 33.96891139500008 - ], - [ - -117.31020227299996, - 33.96891266100005 - ], - [ - -117.31020201399997, - 33.96891317400008 - ], - [ - -117.31020163199997, - 33.968913927000074 - ], - [ - -117.31020120999995, - 33.968914760000075 - ], - [ - -117.31020099099999, - 33.968915190000075 - ], - [ - -117.31020074599996, - 33.96891567100005 - ], - [ - -117.31020034799997, - 33.968916458000024 - ], - [ - -117.31019993099994, - 33.96891727800005 - ], - [ - -117.31019970799997, - 33.96891772200007 - ], - [ - -117.31019948499994, - 33.968918159000054 - ], - [ - -117.31019906599994, - 33.96891898900003 - ], - [ - -117.31019869399995, - 33.96891973900006 - ], - [ - -117.31019843499996, - 33.96892025900007 - ], - [ - -117.31019815299999, - 33.968920827000034 - ], - [ - -117.31019780499997, - 33.96892152800007 - ], - [ - -117.310197529, - 33.96892208200006 - ], - [ - -117.31019717399994, - 33.96892279700006 - ], - [ - -117.31019678399997, - 33.968923577000055 - ], - [ - -117.31019654199997, - 33.968924066000056 - ], - [ - -117.31019591199998, - 33.96892533500005 - ], - [ - -117.31019575399995, - 33.96892565400003 - ], - [ - -117.31019528999997, - 33.96892660800006 - ], - [ - -117.310195148, - 33.96892690100003 - ], - [ - -117.31019466899994, - 33.96892788200006 - ], - [ - -117.310194046, - 33.968929125000045 - ], - [ - -117.31019403399995, - 33.968929151000054 - ], - [ - -117.31019340899996, - 33.968930424000064 - ], - [ - -117.31019301499998, - 33.968931231000056 - ], - [ - -117.31019279099996, - 33.96893169500004 - ], - [ - -117.31019251599997, - 33.96893225900004 - ], - [ - -117.31019217199997, - 33.968932970000026 - ], - [ - -117.310191982, - 33.96893337200004 - ], - [ - -117.31019156999997, - 33.96893424600006 - ], - [ - -117.31019094799996, - 33.96893552300003 - ], - [ - -117.31019059999994, - 33.96893623600005 - ], - [ - -117.31019033499996, - 33.96893679600004 - ], - [ - -117.31018996199998, - 33.968937582000024 - ], - [ - -117.31018972799995, - 33.968938071000025 - ], - [ - -117.31018937199997, - 33.96893879500004 - ], - [ - -117.31018910399996, - 33.968939343000045 - ], - [ - -117.310188913, - 33.96893974200003 - ], - [ - -117.31018849499998, - 33.96894062100006 - ], - [ - -117.31018788799997, - 33.96894190100005 - ], - [ - -117.31018774599994, - 33.96894220200005 - ], - [ - -117.31018728199996, - 33.96894317600004 - ], - [ - -117.31018667899997, - 33.96894445400005 - ], - [ - -117.31018608799997, - 33.96894573700007 - ], - [ - -117.31018606799995, - 33.96894577900002 - ], - [ - -117.31018559299997, - 33.96894677700004 - ], - [ - -117.31018548099996, - 33.96894701800005 - ], - [ - -117.31018530399996, - 33.96894740100004 - ], - [ - -117.31018488799998, - 33.96894829800004 - ], - [ - -117.31018471699997, - 33.96894866700006 - ], - [ - -117.31018429399995, - 33.968949579000025 - ], - [ - -117.310183683, - 33.96895085500006 - ], - [ - -117.31018350699998, - 33.96895123400003 - ], - [ - -117.31018308699998, - 33.96895213500005 - ], - [ - -117.31018249599998, - 33.96895341800007 - ], - [ - -117.31018229199998, - 33.96895387100005 - ], - [ - -117.31018191799996, - 33.968954706000034 - ], - [ - -117.31018132399998, - 33.96895598800006 - ], - [ - -117.31018095199994, - 33.96895678900006 - ], - [ - -117.310180732, - 33.96895727100008 - ], - [ - -117.31018014899996, - 33.96895855400004 - ], - [ - -117.31017956599999, - 33.968959839000036 - ], - [ - -117.31017933699997, - 33.96896034400004 - ], - [ - -117.31017898299996, - 33.96896112400003 - ], - [ - -117.31017854599997, - 33.968962082000075 - ], - [ - -117.310178399, - 33.96896240800004 - ], - [ - -117.31017803299994, - 33.96896321400004 - ], - [ - -117.31017781599996, - 33.96896369700005 - ], - [ - -117.31017724299994, - 33.96896498500007 - ], - [ - -117.31017666899999, - 33.968966272000046 - ], - [ - -117.31017609399998, - 33.968967561000056 - ], - [ - -117.31017566499997, - 33.96896852400005 - ], - [ - -117.31017551999997, - 33.96896884600005 - ], - [ - -117.31017494499997, - 33.96897013600005 - ], - [ - -117.31017451499997, - 33.96897110200007 - ], - [ - -117.31017437399998, - 33.968971424000074 - ], - [ - -117.31017381199996, - 33.96897271500006 - ], - [ - -117.31017324799996, - 33.96897400700004 - ], - [ - -117.31017301299994, - 33.96897454300006 - ], - [ - -117.31017268399995, - 33.96897529700004 - ], - [ - -117.31017238099997, - 33.96897599000005 - ], - [ - -117.310172121, - 33.96897658800003 - ], - [ - -117.31017187099997, - 33.96897716400008 - ], - [ - -117.310171557, - 33.96897788100006 - ], - [ - -117.31017099599995, - 33.96897917300004 - ], - [ - -117.31017043099996, - 33.96898046300004 - ], - [ - -117.31017028999997, - 33.96898078800007 - ], - [ - -117.31016987699996, - 33.96898175700005 - ], - [ - -117.31016932299997, - 33.96898305000008 - ], - [ - -117.31016877099995, - 33.96898434700006 - ], - [ - -117.31016821699995, - 33.968985642000064 - ], - [ - -117.31016766599998, - 33.96898693500003 - ], - [ - -117.31016711399997, - 33.96898822900005 - ], - [ - -117.31016656999998, - 33.968989527000076 - ], - [ - -117.31016602699998, - 33.96899082500005 - ], - [ - -117.31016548399998, - 33.96899212200003 - ], - [ - -117.31016493899995, - 33.96899341900007 - ], - [ - -117.31016446399997, - 33.96899455400006 - ], - [ - -117.31016443099998, - 33.96899463500006 - ], - [ - -117.310164397, - 33.968994715000065 - ], - [ - -117.31016386199997, - 33.96899601500007 - ], - [ - -117.31016332899998, - 33.968997314000035 - ], - [ - -117.31016317299998, - 33.96899769600003 - ], - [ - -117.31016279399995, - 33.96899861700007 - ], - [ - -117.31016225899998, - 33.96899991500004 - ], - [ - -117.310161726, - 33.96900121200002 - ], - [ - -117.31016119099996, - 33.96900251300008 - ], - [ - -117.31016092399994, - 33.96900316400007 - ], - [ - -117.31016086999995, - 33.969003292000025 - ], - [ - -117.31016066199999, - 33.969003815000065 - ], - [ - -117.31016013799996, - 33.96900511900003 - ], - [ - -117.310159737, - 33.969006113000034 - ], - [ - -117.31015961399999, - 33.96900641800005 - ], - [ - -117.31015908899997, - 33.96900772500004 - ], - [ - -117.31015856599998, - 33.96900902600004 - ], - [ - -117.31015853999997, - 33.969009088000064 - ], - [ - -117.31015810699995, - 33.96901016700008 - ], - [ - -117.31015804299994, - 33.96901032900007 - ], - [ - -117.31015771799997, - 33.969011153000054 - ], - [ - -117.31015752699994, - 33.969011634000026 - ], - [ - -117.31015701399997, - 33.96901294200006 - ], - [ - -117.31015673999997, - 33.96901363500007 - ], - [ - -117.31015649899996, - 33.969014247000075 - ], - [ - -117.310155985, - 33.96901555000005 - ], - [ - -117.31015579599995, - 33.969016027000066 - ], - [ - -117.310155469, - 33.96901685700004 - ], - [ - -117.310154953, - 33.969018162000054 - ], - [ - -117.31015456999995, - 33.96901914100005 - ], - [ - -117.31015444399998, - 33.96901946700007 - ], - [ - -117.31015393899997, - 33.96902077500005 - ], - [ - -117.31015374699996, - 33.969021275000046 - ], - [ - -117.31015343399997, - 33.96902208500006 - ], - [ - -117.31015293099995, - 33.96902339300004 - ], - [ - -117.31015242799998, - 33.969024699000045 - ], - [ - -117.31015241199998, - 33.969024743000034 - ], - [ - -117.31015198699998, - 33.96902584500003 - ], - [ - -117.31015192499996, - 33.96902601000005 - ], - [ - -117.31015153899995, - 33.96902703000006 - ], - [ - -117.31015142799998, - 33.969027320000066 - ], - [ - -117.31015093399998, - 33.969028628000046 - ], - [ - -117.31015091999996, - 33.96902866200003 - ], - [ - -117.31015043599996, - 33.96902994000004 - ], - [ - -117.31015004099999, - 33.96903098000007 - ], - [ - -117.31014993899998, - 33.96903124900007 - ], - [ - -117.31014944299994, - 33.96903255800004 - ], - [ - -117.310149433, - 33.96903258400005 - ], - [ - -117.31014895499999, - 33.96903387200007 - ], - [ - -117.31014848099994, - 33.96903515300005 - ], - [ - -117.31014846899996, - 33.96903518500005 - ], - [ - -117.31014798299998, - 33.96903649500007 - ], - [ - -117.31014782499994, - 33.969036919000075 - ], - [ - -117.31014749599996, - 33.96903780900004 - ], - [ - -117.31014715699996, - 33.96903872000007 - ], - [ - -117.310147009, - 33.96903912200003 - ], - [ - -117.31014688699997, - 33.96903945200006 - ], - [ - -117.31014652899995, - 33.96904043700005 - ], - [ - -117.310146192, - 33.96904136200004 - ], - [ - -117.31014605099995, - 33.96904175000003 - ], - [ - -117.31014590599995, - 33.96904215300003 - ], - [ - -117.31014557299994, - 33.96904306700003 - ], - [ - -117.31014520499997, - 33.96904408200004 - ], - [ - -117.31014509599999, - 33.96904438300004 - ], - [ - -117.31014487299996, - 33.96904499900006 - ], - [ - -117.31014461899997, - 33.969045694000044 - ], - [ - -117.31014449799994, - 33.96904602800004 - ], - [ - -117.31014413999998, - 33.96904701300008 - ], - [ - -117.31014393099997, - 33.969047587000034 - ], - [ - -117.31014382199999, - 33.96904789700005 - ], - [ - -117.31014366899996, - 33.96904832700005 - ], - [ - -117.31014347699994, - 33.96904887200003 - ], - [ - -117.31014320199995, - 33.96904964700008 - ], - [ - -117.31014273699998, - 33.969050966000054 - ], - [ - -117.31014226999997, - 33.96905228300005 - ], - [ - -117.31014222699997, - 33.969052402000045 - ], - [ - -117.31014178999999, - 33.96905359500005 - ], - [ - -117.31014166399996, - 33.96905396100004 - ], - [ - -117.31014133899998, - 33.96905491800004 - ], - [ - -117.31014087199998, - 33.969056237000075 - ], - [ - -117.31014040899998, - 33.96905755300003 - ], - [ - -117.31014017499996, - 33.96905821400003 - ], - [ - -117.31013995, - 33.96905887200006 - ], - [ - -117.31013970999999, - 33.96905957800004 - ], - [ - -117.31013949799996, - 33.969060195000054 - ], - [ - -117.310139344, - 33.96906062700003 - ], - [ - -117.31013903099995, - 33.96906151100006 - ], - [ - -117.31013858299997, - 33.969062818000054 - ], - [ - -117.310138124, - 33.96906415500007 - ], - [ - -117.31013767299999, - 33.96906547700007 - ], - [ - -117.310137237, - 33.969066800000064 - ], - [ - -117.31013678599999, - 33.969068123000056 - ], - [ - -117.31013647399999, - 33.96906903300004 - ], - [ - -117.31013633899994, - 33.96906944600005 - ], - [ - -117.31013589999998, - 33.96907077100008 - ], - [ - -117.31013565099994, - 33.96907149300006 - ], - [ - -117.310135447, - 33.969072090000054 - ], - [ - -117.31013500499995, - 33.96907341200006 - ], - [ - -117.31013456499994, - 33.96907474000005 - ], - [ - -117.31013436799998, - 33.96907533900003 - ], - [ - -117.31013412899995, - 33.969076062000056 - ], - [ - -117.31013369299995, - 33.96907738900006 - ], - [ - -117.31013357299997, - 33.969077766000055 - ], - [ - -117.31013327, - 33.96907871800005 - ], - [ - -117.31013305799996, - 33.969079357000055 - ], - [ - -117.31013294, - 33.96907971100006 - ], - [ - -117.31013283399994, - 33.96908004200003 - ], - [ - -117.31013240799996, - 33.96908136800005 - ], - [ - -117.31013198499994, - 33.96908267500004 - ], - [ - -117.31013153799995, - 33.96908402100007 - ], - [ - -117.31013127899996, - 33.969084862000045 - ], - [ - -117.31013112699998, - 33.969085353000025 - ], - [ - -117.310130701, - 33.969086677000064 - ], - [ - -117.31013027899996, - 33.969087986000034 - ], - [ - -117.31013000699994, - 33.969088835000036 - ], - [ - -117.31012984899996, - 33.969089334000046 - ], - [ - -117.31012962199998, - 33.96909005800006 - ], - [ - -117.31012943399998, - 33.96909066100005 - ], - [ - -117.31012901799994, - 33.96909198800006 - ], - [ - -117.31012859999998, - 33.96909332100006 - ], - [ - -117.31012835099995, - 33.96909411900003 - ], - [ - -117.31012818499994, - 33.969094650000045 - ], - [ - -117.31012797499994, - 33.96909531500006 - ], - [ - -117.31012777399997, - 33.96909597800004 - ], - [ - -117.31012736699995, - 33.96909731200003 - ], - [ - -117.31012733199998, - 33.969097426000076 - ], - [ - -117.31012696, - 33.96909864500003 - ], - [ - -117.31012655399996, - 33.96909997300003 - ], - [ - -117.31012614399998, - 33.96910130800006 - ], - [ - -117.31012613299998, - 33.96910135200005 - ], - [ - -117.31012574099998, - 33.96910263800004 - ], - [ - -117.3101256899999, - 33.969102804000045 - ], - [ - -117.31012534899997, - 33.96910394400004 - ], - [ - -117.31012534099995, - 33.96910397200003 - ], - [ - -117.31012494499998, - 33.96910530500003 - ], - [ - -117.31012454799998, - 33.96910663800003 - ], - [ - -117.31012414899999, - 33.96910797400005 - ], - [ - -117.31012375299997, - 33.969109305000075 - ], - [ - -117.31012335599996, - 33.969110638000075 - ], - [ - -117.31012328299994, - 33.969110889000035 - ], - [ - -117.31012296799997, - 33.96911197400004 - ], - [ - -117.31012271699996, - 33.96911284200007 - ], - [ - -117.31012257999998, - 33.96911331100006 - ], - [ - -117.31012219299998, - 33.96911464400006 - ], - [ - -117.310121805, - 33.96911598100007 - ], - [ - -117.310121418, - 33.96911731700004 - ], - [ - -117.31012102999995, - 33.96911865200008 - ], - [ - -117.31012064199996, - 33.969119988000045 - ], - [ - -117.31012026599996, - 33.96912132500006 - ], - [ - -117.31011978799995, - 33.96912301000003 - ], - [ - -117.31011977099996, - 33.96912307200006 - ], - [ - -117.31011939499996, - 33.96912440800003 - ], - [ - -117.31011901599999, - 33.96912574500004 - ], - [ - -117.31011863799995, - 33.969127084000036 - ], - [ - -117.31011840099995, - 33.96912792100005 - ], - [ - -117.310118263, - 33.96912842000006 - ], - [ - -117.31011813199996, - 33.96912889200007 - ], - [ - -117.31011789099995, - 33.969129760000044 - ], - [ - -117.31011751799997, - 33.96913109800005 - ], - [ - -117.31011714699997, - 33.96913243600005 - ], - [ - -117.310116774, - 33.969133775000046 - ], - [ - -117.31011640099996, - 33.96913511500003 - ], - [ - -117.31011602999996, - 33.96913645200004 - ], - [ - -117.31011582999997, - 33.96913716900008 - ], - [ - -117.31011572699998, - 33.969137541000066 - ], - [ - -117.31011565799997, - 33.96913779300007 - ], - [ - -117.31011529299997, - 33.96913913000003 - ], - [ - -117.31011492599998, - 33.96914047200005 - ], - [ - -117.31011456099998, - 33.96914181200003 - ], - [ - -117.31011419599997, - 33.96914314900005 - ], - [ - -117.31011382899999, - 33.969144491000065 - ], - [ - -117.31011346399998, - 33.96914582900007 - ], - [ - -117.31011345199994, - 33.969145869000045 - ], - [ - -117.31011309799999, - 33.96914716900005 - ], - [ - -117.31011273299998, - 33.969148510000025 - ], - [ - -117.31011236799998, - 33.96914984700004 - ], - [ - -117.31011216, - 33.969150607000074 - ], - [ - -117.310112001, - 33.96915119200003 - ], - [ - -117.31011170399995, - 33.969152278000024 - ], - [ - -117.31011163699998, - 33.96915252900004 - ], - [ - -117.31011127699998, - 33.96915387000007 - ], - [ - -117.31011091699997, - 33.969155210000054 - ], - [ - -117.31011055799996, - 33.96915655200007 - ], - [ - -117.31011019899995, - 33.969157893000045 - ], - [ - -117.31010983899995, - 33.969159234000074 - ], - [ - -117.31010965899998, - 33.96915990400004 - ], - [ - -117.31010948299996, - 33.96916057400006 - ], - [ - -117.31010912699998, - 33.969161917000065 - ], - [ - -117.31010877199998, - 33.96916325700005 - ], - [ - -117.31010841799997, - 33.969164601000045 - ], - [ - -117.31010840799996, - 33.96916463800005 - ], - [ - -117.31010806299997, - 33.969165942000075 - ], - [ - -117.31010773399998, - 33.96916718500006 - ], - [ - -117.31010770899996, - 33.96916728200006 - ], - [ - -117.31010748199998, - 33.969168154000045 - ], - [ - -117.310107357, - 33.969168626000055 - ], - [ - -117.31010734699998, - 33.96916866500004 - ], - [ - -117.31010733699998, - 33.96916870300004 - ], - [ - -117.31010700799999, - 33.96916996700003 - ], - [ - -117.31010665799994, - 33.969171311000025 - ], - [ - -117.31010664699994, - 33.969171352000046 - ], - [ - -117.310106309, - 33.96917265400003 - ], - [ - -117.31010595799995, - 33.96917399700004 - ], - [ - -117.31010573099996, - 33.96917486600006 - ], - [ - -117.31010560599998, - 33.96917533800007 - ], - [ - -117.310105508, - 33.969175721000056 - ], - [ - -117.310105261, - 33.96917668000003 - ], - [ - -117.31010491399996, - 33.969178026000066 - ], - [ - -117.31010490199998, - 33.969178072000034 - ], - [ - -117.31010456899998, - 33.96917936800003 - ], - [ - -117.31010438099997, - 33.96918009700005 - ], - [ - -117.31010422099996, - 33.969180712000025 - ], - [ - -117.31010387599997, - 33.96918205700007 - ], - [ - -117.310103702, - 33.96918272700003 - ], - [ - -117.31010352899995, - 33.96918341700007 - ], - [ - -117.31010319299997, - 33.96918474200004 - ], - [ - -117.31010306, - 33.96918526400003 - ], - [ - -117.31010285199994, - 33.969186087000026 - ], - [ - -117.31010251099997, - 33.96918743100008 - ], - [ - -117.31010217099998, - 33.96918877600007 - ], - [ - -117.31010182999995, - 33.969190120000064 - ], - [ - -117.31010170099995, - 33.96919062500007 - ], - [ - -117.31010148799999, - 33.96919146500005 - ], - [ - -117.31010121299994, - 33.96919255700004 - ], - [ - -117.310101149, - 33.96919280900005 - ], - [ - -117.31010081399995, - 33.969194154000036 - ], - [ - -117.31010047799998, - 33.96919550000007 - ], - [ - -117.31010029, - 33.96919625000004 - ], - [ - -117.31010014199995, - 33.969196845000056 - ], - [ - -117.310099805, - 33.96919818900005 - ], - [ - -117.31009970799994, - 33.96919857600005 - ], - [ - -117.31009946999995, - 33.96919953500003 - ], - [ - -117.31009931099999, - 33.96920017100007 - ], - [ - -117.31009913399998, - 33.96920088000007 - ], - [ - -117.31009879799996, - 33.96920222500006 - ], - [ - -117.31009865199997, - 33.96920281400003 - ], - [ - -117.31009863499997, - 33.96920288100006 - ], - [ - -117.31009846699999, - 33.96920357100004 - ], - [ - -117.31009814, - 33.96920491700007 - ], - [ - -117.31009782399997, - 33.96920620000003 - ], - [ - -117.31009780599999, - 33.969206265000025 - ], - [ - -117.31009748099996, - 33.96920760900008 - ], - [ - -117.31009715199997, - 33.969208955000056 - ], - [ - -117.310096935, - 33.969209844000034 - ], - [ - -117.31009682299998, - 33.96921030200008 - ], - [ - -117.31009649299995, - 33.969211647000066 - ], - [ - -117.31009648199995, - 33.96921169400008 - ], - [ - -117.31009616299997, - 33.96921299400003 - ], - [ - -117.31009591699996, - 33.969214005000026 - ], - [ - -117.31009583599996, - 33.969214340000065 - ], - [ - -117.31009569399998, - 33.969214933000046 - ], - [ - -117.31009551199998, - 33.969215690000055 - ], - [ - -117.31009518899998, - 33.96921703500004 - ], - [ - -117.31009497099996, - 33.969217944000036 - ], - [ - -117.31009486499994, - 33.969218381000076 - ], - [ - -117.31009454399998, - 33.96921973000008 - ], - [ - -117.31009421999994, - 33.96922107800003 - ], - [ - -117.31009389599996, - 33.969222425000055 - ], - [ - -117.31009363399994, - 33.96922352000007 - ], - [ - -117.31009357499994, - 33.96922377200008 - ], - [ - -117.31009343799997, - 33.969224358000076 - ], - [ - -117.31009325799994, - 33.969225118000054 - ], - [ - -117.31009293999995, - 33.969226468000045 - ], - [ - -117.31009291899994, - 33.96922656000004 - ], - [ - -117.31009262299995, - 33.96922781600006 - ], - [ - -117.31009235099998, - 33.96922897300004 - ], - [ - -117.31009230499996, - 33.96922916700004 - ], - [ - -117.31009228999994, - 33.96922923100004 - ], - [ - -117.31009198699996, - 33.96923051300007 - ], - [ - -117.31009185799996, - 33.969231053000044 - ], - [ - -117.31009166899997, - 33.969231860000036 - ], - [ - -117.31009135099998, - 33.96923320900004 - ], - [ - -117.31009127299995, - 33.969233547000044 - ], - [ - -117.31009103899999, - 33.96923455700005 - ], - [ - -117.31009073899997, - 33.96923584500007 - ], - [ - -117.31009072299997, - 33.969235909000076 - ], - [ - -117.31009041399994, - 33.96923725700003 - ], - [ - -117.31009024599996, - 33.96923798100005 - ], - [ - -117.31009010199995, - 33.96923860700008 - ], - [ - -117.3100897899999, - 33.969239955000035 - ], - [ - -117.31008947899994, - 33.96924130200006 - ], - [ - -117.31008929599994, - 33.96924209000008 - ], - [ - -117.31008916599995, - 33.96924265200005 - ], - [ - -117.31008912699997, - 33.96924282300006 - ], - [ - -117.310088856, - 33.96924400300003 - ], - [ - -117.31005062, - 33.969411140000034 - ], - [ - -117.30999407399997, - 33.96964487400004 - ], - [ - -117.30997776599997, - 33.96971228500007 - ], - [ - -117.30996658299995, - 33.96975543000008 - ], - [ - -117.309966235, - 33.96975677100005 - ], - [ - -117.30996599199995, - 33.96975771100006 - ], - [ - -117.30996592999998, - 33.96975794900004 - ], - [ - -117.30996588699998, - 33.96975811500005 - ], - [ - -117.309965536, - 33.96975945600008 - ], - [ - -117.30996518499995, - 33.96976079900003 - ], - [ - -117.30996504199999, - 33.96976134600004 - ], - [ - -117.30996483399997, - 33.969762143000025 - ], - [ - -117.30996448299999, - 33.969763484000055 - ], - [ - -117.30996418399997, - 33.969764601000065 - ], - [ - -117.30996412299999, - 33.96976482600007 - ], - [ - -117.30996377899999, - 33.969766168000035 - ], - [ - -117.30996342399999, - 33.969767509000064 - ], - [ - -117.30996306799994, - 33.96976885200007 - ], - [ - -117.30996290399997, - 33.96976947100006 - ], - [ - -117.30996271299995, - 33.969770193000045 - ], - [ - -117.30996235699996, - 33.969771534000074 - ], - [ - -117.30996200299995, - 33.969772876000036 - ], - [ - -117.30996178199996, - 33.96977371600008 - ], - [ - -117.30996164699997, - 33.969774219000044 - ], - [ - -117.30996128799995, - 33.96977555900003 - ], - [ - -117.30996092999999, - 33.969776900000056 - ], - [ - -117.309960763, - 33.96977752400005 - ], - [ - -117.30996057199997, - 33.969778242000075 - ], - [ - -117.30996021299995, - 33.96977958200006 - ], - [ - -117.30995985399994, - 33.96978092400008 - ], - [ - -117.30995949099997, - 33.96978226500005 - ], - [ - -117.30995938099994, - 33.969782672000065 - ], - [ - -117.30995912999998, - 33.96978360300005 - ], - [ - -117.30995876799994, - 33.969784944000025 - ], - [ - -117.30995840499997, - 33.969786287000034 - ], - [ - -117.30995825099995, - 33.96978685500005 - ], - [ - -117.309958043, - 33.96978762600003 - ], - [ - -117.30995772499995, - 33.96978880000006 - ], - [ - -117.30995770199996, - 33.969788883000035 - ], - [ - -117.30995767999997, - 33.96978896500008 - ], - [ - -117.30995731399997, - 33.96979030500006 - ], - [ - -117.30995694699999, - 33.969791644000054 - ], - [ - -117.30995657999995, - 33.96979298700006 - ], - [ - -117.30995621499994, - 33.969794326000056 - ], - [ - -117.30995584899995, - 33.96979566500005 - ], - [ - -117.30995583099997, - 33.969795728000065 - ], - [ - -117.30995548299995, - 33.96979700300005 - ], - [ - -117.30995520899995, - 33.969798007000065 - ], - [ - -117.30995511699996, - 33.96979834200005 - ], - [ - -117.30995474599996, - 33.96979968100004 - ], - [ - -117.30995458399997, - 33.96980026800003 - ], - [ - -117.30995437599995, - 33.96980102100002 - ], - [ - -117.30995400599994, - 33.96980235900003 - ], - [ - -117.30995363399995, - 33.96980369800008 - ], - [ - -117.309953265, - 33.96980503700007 - ], - [ - -117.30995289499998, - 33.969806376000065 - ], - [ - -117.30995252099996, - 33.96980771500006 - ], - [ - -117.30995226599998, - 33.96980862300006 - ], - [ - -117.309952147, - 33.96980905100003 - ], - [ - -117.309951776, - 33.969810377000044 - ], - [ - -117.30995140099998, - 33.969811728000025 - ], - [ - -117.30995116599996, - 33.969812568000066 - ], - [ - -117.30995102399999, - 33.96981306600003 - ], - [ - -117.30995101299999, - 33.969813110000075 - ], - [ - -117.309950647, - 33.96981440400003 - ], - [ - -117.30995026899996, - 33.96981574100005 - ], - [ - -117.30994989099997, - 33.96981707900005 - ], - [ - -117.309949513, - 33.96981841500008 - ], - [ - -117.309949137, - 33.969819751000045 - ], - [ - -117.30994875799996, - 33.96982109100003 - ], - [ - -117.30994856899997, - 33.96982175900007 - ], - [ - -117.30994837799994, - 33.96982242800004 - ], - [ - -117.30994799499996, - 33.96982376400007 - ], - [ - -117.30994761299996, - 33.969825101000026 - ], - [ - -117.30994723099997, - 33.96982643600006 - ], - [ - -117.30994684799998, - 33.969827775000056 - ], - [ - -117.30994646599999, - 33.969829110000035 - ], - [ - -117.30994608399999, - 33.969830444000024 - ], - [ - -117.30994570299998, - 33.96983178200003 - ], - [ - -117.30994546299996, - 33.969832620000034 - ], - [ - -117.30994531899995, - 33.969833118000054 - ], - [ - -117.30994493299994, - 33.96983445400008 - ], - [ - -117.30994454599994, - 33.969835792000026 - ], - [ - -117.30994416099998, - 33.96983712700006 - ], - [ - -117.30994377399998, - 33.96983846400008 - ], - [ - -117.30994358199996, - 33.96983913100007 - ], - [ - -117.30994338699998, - 33.969839798000066 - ], - [ - -117.30994299699995, - 33.969841132000056 - ], - [ - -117.309942606, - 33.969842468000024 - ], - [ - -117.30994221599997, - 33.96984380400005 - ], - [ - -117.30994182699999, - 33.96984513600006 - ], - [ - -117.30994143699996, - 33.969846473000075 - ], - [ - -117.30994136399994, - 33.969846724000035 - ], - [ - -117.30994104299998, - 33.969847807000065 - ], - [ - -117.30994064999999, - 33.96984914300003 - ], - [ - -117.30994046599994, - 33.96984976600004 - ], - [ - -117.30994025899997, - 33.96985047600003 - ], - [ - -117.30993986899995, - 33.96985179600006 - ], - [ - -117.30993946999996, - 33.96985314500006 - ], - [ - -117.30993907799996, - 33.96985447800006 - ], - [ - -117.30993868599995, - 33.96985581300004 - ], - [ - -117.30993828699997, - 33.96985714700003 - ], - [ - -117.30993788799998, - 33.96985848000003 - ], - [ - -117.309937489, - 33.96985981300003 - ], - [ - -117.30993730199998, - 33.96986044700003 - ], - [ - -117.30993709299997, - 33.96986114600003 - ], - [ - -117.30993669499998, - 33.969862480000074 - ], - [ - -117.30993659599994, - 33.96986281300008 - ], - [ - -117.30993629499994, - 33.96986381200003 - ], - [ - -117.30993589299999, - 33.96986514500003 - ], - [ - -117.30993549099998, - 33.96986647800003 - ], - [ - -117.30993508999995, - 33.96986780800006 - ], - [ - -117.30993468999998, - 33.96986914200005 - ], - [ - -117.30993428699998, - 33.96987047700003 - ], - [ - -117.30993388699994, - 33.96987180900004 - ], - [ - -117.30993366099995, - 33.969872559000066 - ], - [ - -117.30993348399994, - 33.96987314100005 - ], - [ - -117.30993332199995, - 33.96987367300005 - ], - [ - -117.30993307899996, - 33.969874471000026 - ], - [ - -117.309932673, - 33.969875804000026 - ], - [ - -117.30993229299997, - 33.96987705500004 - ], - [ - -117.30993226699997, - 33.96987713500005 - ], - [ - -117.30993219399994, - 33.96987737500007 - ], - [ - -117.30993186199998, - 33.96987846800005 - ], - [ - -117.30993160399998, - 33.96987931100006 - ], - [ - -117.30993145599996, - 33.96987979900007 - ], - [ - -117.30993120099998, - 33.96988063200007 - ], - [ - -117.30993104899994, - 33.96988113100008 - ], - [ - -117.30993063899996, - 33.969882461000054 - ], - [ - -117.309930437, - 33.969883121000066 - ], - [ - -117.30993023099995, - 33.969883792000076 - ], - [ - -117.30992982199996, - 33.96988512300004 - ], - [ - -117.30992941199997, - 33.96988645600004 - ], - [ - -117.309929002, - 33.96988778700006 - ], - [ - -117.30992879799999, - 33.96988845100003 - ], - [ - -117.30992859099996, - 33.96988911400007 - ], - [ - -117.30992817699996, - 33.96989044600008 - ], - [ - -117.30992800799999, - 33.96989098900008 - ], - [ - -117.30992776399995, - 33.969891775000065 - ], - [ - -117.30992735099994, - 33.96989310600003 - ], - [ - -117.309926938, - 33.96989443700005 - ], - [ - -117.30992652899994, - 33.96989574600008 - ], - [ - -117.30992610899995, - 33.96989709600007 - ], - [ - -117.30992594099996, - 33.969897641000045 - ], - [ - -117.30992570199999, - 33.96989842600004 - ], - [ - -117.30992514699994, - 33.969900178000046 - ], - [ - -117.30992219499996, - 33.969909931000075 - ], - [ - -117.30991766699998, - 33.96992488500007 - ], - [ - -117.30989884099995, - 33.96998008600008 - ], - [ - -117.30989882399996, - 33.96998013600006 - ], - [ - -117.30987772699996, - 33.97003504600008 - ], - [ - -117.30986193799998, - 33.97007156900003 - ], - [ - -117.30986190399994, - 33.97007164900003 - ], - [ - -117.30985430399994, - 33.97008922600003 - ], - [ - -117.30984400299997, - 33.97011127500008 - ], - [ - -117.30982923199997, - 33.97014289200007 - ], - [ - -117.30980185799996, - 33.97019577300006 - ], - [ - -117.30977218699996, - 33.97024814400004 - ], - [ - -117.30975208099994, - 33.97028126500004 - ], - [ - -117.30975204699996, - 33.970281320000026 - ], - [ - -117.30974087199996, - 33.970299727000054 - ], - [ - -117.30971939499995, - 33.97033202700004 - ], - [ - -117.30970727099998, - 33.97035025800005 - ], - [ - -117.30969895199996, - 33.97036200100007 - ], - [ - -117.30967202999994, - 33.9704 - ], - [ - -117.30964311699995, - 33.97043772200004 - ], - [ - -117.30963450499996, - 33.97044895700003 - ], - [ - -117.30961517599997, - 33.97047260000005 - ], - [ - -117.30961013499996, - 33.97047876700003 - ], - [ - -117.309605074, - 33.97048495900003 - ], - [ - -117.30956295199996, - 33.970536485000025 - ], - [ - -117.30946306899995, - 33.97067517900007 - ], - [ - -117.30941758599994, - 33.97073833600007 - ], - [ - -117.30940888899994, - 33.970750413000076 - ], - [ - -117.30936887499996, - 33.97080597300004 - ], - [ - -117.30930872999994, - 33.97088949000005 - ], - [ - -117.30929555699998, - 33.97090778300003 - ], - [ - -117.309260554, - 33.970956310000076 - ], - [ - -117.30922813399997, - 33.97100619200006 - ], - [ - -117.30922477499996, - 33.97101183800004 - ], - [ - -117.30919797299998, - 33.971056891000046 - ], - [ - -117.309187851, - 33.97107579600004 - ], - [ - -117.30917039499997, - 33.97110839900006 - ], - [ - -117.30915566799996, - 33.971138987000074 - ], - [ - -117.30914507199998, - 33.97116099500005 - ], - [ - -117.30913225199998, - 33.97119153700004 - ], - [ - -117.30912265399996, - 33.97121440400008 - ], - [ - -117.30911613999996, - 33.971231841000076 - ], - [ - -117.30910249399994, - 33.97126835900008 - ], - [ - -117.30908523799997, - 33.97132312800005 - ], - [ - -117.30907869699996, - 33.97134766200003 - ], - [ - -117.30907056399997, - 33.97137816800006 - ], - [ - -117.30906557799995, - 33.97140058900004 - ], - [ - -117.30905990599996, - 33.97142609800005 - ], - [ - -117.30905742999994, - 33.97143398900005 - ], - [ - -117.30903089999998, - 33.97169521700005 - ], - [ - -117.30900563299997, - 33.97194400600006 - ], - [ - -117.30899483599995, - 33.97199703100006 - ], - [ - -117.30898882599996, - 33.97205577600005 - ], - [ - -117.30898868499997, - 33.97205799500006 - ], - [ - -117.30898646099996, - 33.97209315300006 - ], - [ - -117.30898552699995, - 33.97210787800003 - ], - [ - -117.30898508799999, - 33.97211479900005 - ], - [ - -117.30898362499994, - 33.97217382800005 - ], - [ - -117.30898444399998, - 33.972232863000045 - ], - [ - -117.30898721899996, - 33.972291634000044 - ], - [ - -117.30899195199999, - 33.972350411000036 - ], - [ - -117.30899419399998, - 33.97236920600005 - ], - [ - -117.308998966, - 33.97240919300003 - ], - [ - -117.30900331999999, - 33.972436447000064 - ], - [ - -117.30900827099998, - 33.97246743200003 - ], - [ - -117.309015892, - 33.97250683800007 - ], - [ - -117.30901953799997, - 33.97252568000005 - ], - [ - -117.30902181099998, - 33.97254220600007 - ], - [ - -117.30902638999999, - 33.97257548400006 - ], - [ - -117.30917679999999, - 33.973166682000056 - ], - [ - -117.30941928199996, - 33.97411976500007 - ], - [ - -117.30947578699994, - 33.97434185700007 - ], - [ - -117.30951878499997, - 33.97451085700004 - ], - [ - -117.30952998599997, - 33.974565590000054 - ], - [ - -117.309534166, - 33.97458948600007 - ], - [ - -117.30953885699995, - 33.97461627600006 - ], - [ - -117.30953923799996, - 33.97461845000004 - ], - [ - -117.30954768599997, - 33.97467595400008 - ], - [ - -117.309547899, - 33.97467785300006 - ], - [ - -117.30954878799997, - 33.974685788000045 - ], - [ - -117.30954910299994, - 33.97468859900005 - ], - [ - -117.30954941699997, - 33.97469141000005 - ], - [ - -117.30955385299995, - 33.97473103200008 - ], - [ - -117.30955731599994, - 33.97477015800007 - ], - [ - -117.30955877999997, - 33.97478668400004 - ], - [ - -117.30956180299995, - 33.97484208100008 - ], - [ - -117.30956325499994, - 33.974897774000056 - ], - [ - -117.30956312199999, - 33.97495321100007 - ], - [ - -117.30956141699994, - 33.975008942000045 - ], - [ - -117.30955871699996, - 33.975050372000055 - ], - [ - -117.30955869, - 33.975050784000075 - ], - [ - -117.30955780199997, - 33.975064419000034 - ], - [ - -117.30955258999995, - 33.975119635000055 - ], - [ - -117.30955115999996, - 33.97513126300004 - ], - [ - -117.309549431, - 33.97514531300004 - ], - [ - -117.30954884699997, - 33.97515006300006 - ], - [ - -117.30954814999996, - 33.97515572300006 - ], - [ - -117.30954579399997, - 33.97517486800007 - ], - [ - -117.309541874, - 33.97520068600005 - ], - [ - -117.30953740499996, - 33.97523011800007 - ], - [ - -117.30953060199994, - 33.97526736900005 - ], - [ - -117.30952909799998, - 33.97527560100008 - ], - [ - -117.30952741199997, - 33.97528482700005 - ], - [ - -117.30952399699999, - 33.975300950000076 - ], - [ - -117.30952035799999, - 33.97531813400008 - ], - [ - -117.30951582399996, - 33.97533955000006 - ], - [ - -117.309502297, - 33.97539373500007 - ], - [ - -117.30948748399999, - 33.97544765500004 - ], - [ - -117.30947077699994, - 33.97550117600008 - ], - [ - -117.30947073399994, - 33.97550131100007 - ], - [ - -117.30947072299995, - 33.975501346000044 - ], - [ - -117.30946060799994, - 33.97553058400007 - ], - [ - -117.30945236099996, - 33.97555442100003 - ], - [ - -117.30944028199997, - 33.975586873000054 - ], - [ - -117.30943707699998, - 33.97559548500004 - ], - [ - -117.30943269499994, - 33.975607264000075 - ], - [ - -117.30942194299996, - 33.97563524700007 - ], - [ - -117.30927368199997, - 33.97563404500005 - ], - [ - -117.30914231399998, - 33.97581159500004 - ], - [ - -117.30910686599998, - 33.97587189600006 - ], - [ - -117.30910668099995, - 33.975872210000034 - ], - [ - -117.30905243999996, - 33.97596447400008 - ], - [ - -117.30901948699994, - 33.97603783900007 - ], - [ - -117.30898065999997, - 33.97612427800004 - ], - [ - -117.30892761299998, - 33.97628964200004 - ], - [ - -117.30889393099994, - 33.976459186000056 - ], - [ - -117.30887957799996, - 33.976630982000074 - ], - [ - -117.30888550599997, - 33.976803920000066 - ], - [ - -117.308887573, - 33.97682377800004 - ], - [ - -117.30889197599998, - 33.97686603200003 - ], - [ - -117.30890645399995, - 33.976924229000076 - ], - [ - -117.30891799099999, - 33.97698133400007 - ], - [ - -117.308928902, - 33.97703873000006 - ], - [ - -117.30893600299999, - 33.97707984300007 - ], - [ - -117.30893886699994, - 33.97709641900008 - ], - [ - -117.308944855, - 33.97713465000004 - ], - [ - -117.30894786299996, - 33.97715384500003 - ], - [ - -117.30895590699998, - 33.977211562000036 - ], - [ - -117.30896299399996, - 33.97726929300006 - ], - [ - -117.30896608999996, - 33.97732369800008 - ], - [ - -117.30896546099996, - 33.97771603000007 - ], - [ - -117.30892968699999, - 33.977999269000065 - ], - [ - -117.308898581, - 33.97819820700005 - ], - [ - -117.30889826799995, - 33.97820507200004 - ], - [ - -117.30889489599997, - 33.97827907900006 - ], - [ - -117.30889236999997, - 33.97833497100004 - ], - [ - -117.30888945599997, - 33.97839942400003 - ], - [ - -117.30889000199994, - 33.97860351700007 - ], - [ - -117.30889670699997, - 33.978660071000036 - ], - [ - -117.30890124099994, - 33.97868750500004 - ], - [ - -117.30890600799995, - 33.97871634400008 - ], - [ - -117.308910901, - 33.97873866800006 - ], - [ - -117.30891098399997, - 33.97873904700003 - ], - [ - -117.30891821999995, - 33.97877206000004 - ], - [ - -117.30894047099997, - 33.978847753000025 - ], - [ - -117.30895862799997, - 33.97890952600005 - ], - [ - -117.30900340799997, - 33.97901647000003 - ], - [ - -117.30903091899995, - 33.979071899000076 - ], - [ - -117.30905887699998, - 33.97912200500008 - ], - [ - -117.30908941299998, - 33.97917154500004 - ], - [ - -117.30910413499998, - 33.97919345500003 - ], - [ - -117.30911043099997, - 33.97920282600006 - ], - [ - -117.309124957, - 33.97922444000005 - ], - [ - -117.30915893799994, - 33.97927061400003 - ], - [ - -117.30919753399996, - 33.97931845800008 - ], - [ - -117.30923595899998, - 33.979362098000024 - ], - [ - -117.30926126399999, - 33.97938852100003 - ], - [ - -117.30928203099995, - 33.97941020300004 - ], - [ - -117.30930354099996, - 33.97943112200005 - ], - [ - -117.30932458499996, - 33.97945158600004 - ], - [ - -117.30934642199998, - 33.97947114500005 - ], - [ - -117.30937171199997, - 33.97949379500005 - ], - [ - -117.30940594299994, - 33.979521573000056 - ], - [ - -117.30940833699998, - 33.97987775300004 - ], - [ - -117.30941873499995, - 33.981083014000035 - ], - [ - -117.30943437299999, - 33.98246018900005 - ], - [ - -117.30943948699996, - 33.98291066100006 - ], - [ - -117.30943954099996, - 33.98292073600004 - ], - [ - -117.30922500499997, - 33.98297738300005 - ], - [ - -117.30913811, - 33.98300015600006 - ], - [ - -117.30915389399996, - 33.98303969500006 - ], - [ - -117.30946808299996, - 33.98353145800007 - ], - [ - -117.30946810499995, - 33.983531493000044 - ], - [ - -117.30906502999994, - 33.98366404700005 - ], - [ - -117.30875225799997, - 33.98384121200007 - ], - [ - -117.30868538699997, - 33.98392382500003 - ], - [ - -117.30855086699995, - 33.98409004900003 - ], - [ - -117.30846664599994, - 33.98444946300003 - ], - [ - -117.30846663899996, - 33.98444949700007 - ], - [ - -117.30857875699996, - 33.98475755900006 - ], - [ - -117.30854801699996, - 33.98477853500003 - ], - [ - -117.30826964299996, - 33.98500303800006 - ], - [ - -117.30826965399996, - 33.98500307000006 - ], - [ - -117.30831388499996, - 33.98505596600006 - ], - [ - -117.30831383699996, - 33.985055997000075 - ], - [ - -117.30825274499995, - 33.985094882000055 - ], - [ - -117.30798776299997, - 33.98509599000005 - ], - [ - -117.30798771899998, - 33.98509592400006 - ], - [ - -117.30770603099995, - 33.984685822000074 - ], - [ - -117.30769107099997, - 33.98461559100008 - ], - [ - -117.30767910799995, - 33.984559422000075 - ], - [ - -117.30735997999994, - 33.984606547000055 - ], - [ - -117.30711530199994, - 33.984642475000044 - ], - [ - -117.30711473399998, - 33.984642559000065 - ], - [ - -117.30694281399997, - 33.984667804000026 - ], - [ - -117.30686620599994, - 33.984701732000076 - ], - [ - -117.30672993, - 33.98484845300004 - ], - [ - -117.30670250099996, - 33.98495276400007 - ], - [ - -117.30664925999997, - 33.98499792000007 - ], - [ - -117.30664925199994, - 33.984997958000065 - ], - [ - -117.30665901699996, - 33.98512755000007 - ], - [ - -117.30517027299999, - 33.98510296300003 - ], - [ - -117.30517064199995, - 33.98513805500005 - ], - [ - -117.30517492299998, - 33.985546715000055 - ], - [ - -117.30503013099997, - 33.98632067500006 - ], - [ - -117.30512227399998, - 33.98632527800004 - ], - [ - -117.30517183199998, - 33.98632776000005 - ], - [ - -117.30517189399995, - 33.98632776300008 - ], - [ - -117.3051645099999, - 33.986543211000026 - ], - [ - -117.30516451899996, - 33.986543288000064 - ], - [ - -117.30736910999997, - 33.986596279000025 - ], - [ - -117.30737048699996, - 33.986659932000066 - ], - [ - -117.30737940399996, - 33.98707197600004 - ], - [ - -117.30738666999997, - 33.987423679000074 - ], - [ - -117.30738701099995, - 33.98747648400007 - ], - [ - -117.30738701099995, - 33.98747661800007 - ], - [ - -117.30740438, - 33.99017803700008 - ], - [ - -117.30780937099996, - 33.990180390000035 - ], - [ - -117.30781268099997, - 33.99018040900006 - ], - [ - -117.30781599099998, - 33.99018042800003 - ], - [ - -117.30781929999995, - 33.99018044700006 - ], - [ - -117.30782260899997, - 33.99018046700007 - ], - [ - -117.307825918, - 33.99018048600004 - ], - [ - -117.30782922799995, - 33.99018050500007 - ], - [ - -117.30783253699997, - 33.99018052500003 - ], - [ - -117.30783584699998, - 33.990180544000054 - ], - [ - -117.30783921399996, - 33.990180563000024 - ], - [ - -117.30784252299998, - 33.99018058200005 - ], - [ - -117.30784583199994, - 33.99018060100008 - ], - [ - -117.30784914299994, - 33.990180621000036 - ], - [ - -117.30785245199996, - 33.99018064000006 - ], - [ - -117.30785576099998, - 33.99018065900003 - ], - [ - -117.30785907099994, - 33.99018067900005 - ], - [ - -117.30786238, - 33.99018069700003 - ], - [ - -117.30786568999997, - 33.99018071800003 - ], - [ - -117.30786899799995, - 33.99018073800005 - ], - [ - -117.30787230799996, - 33.99018075600003 - ], - [ - -117.30787561799997, - 33.990180775000056 - ], - [ - -117.307878927, - 33.99018079500007 - ], - [ - -117.30788223599995, - 33.99018081400004 - ], - [ - -117.30788554699996, - 33.99018083200008 - ], - [ - -117.30788885599998, - 33.99018085100005 - ], - [ - -117.30789216599999, - 33.990180871000064 - ], - [ - -117.30789547499995, - 33.99018089000003 - ], - [ - -117.30789878299998, - 33.99018090900006 - ], - [ - -117.30790209399999, - 33.990180929000076 - ], - [ - -117.30790540299995, - 33.990180948000045 - ], - [ - -117.30790871299996, - 33.99018096900005 - ], - [ - -117.30791202199998, - 33.99018098700003 - ], - [ - -117.30791533099995, - 33.99018100700005 - ], - [ - -117.30791864099996, - 33.99018102700006 - ], - [ - -117.30792195099997, - 33.99018104600003 - ], - [ - -117.30792526099998, - 33.99018106500006 - ], - [ - -117.30792856899996, - 33.99018108300004 - ], - [ - -117.30793187799998, - 33.990181103000054 - ], - [ - -117.30793518799999, - 33.990181122000024 - ], - [ - -117.30793849799994, - 33.99018114100005 - ], - [ - -117.30794180699996, - 33.990181161000066 - ], - [ - -117.30794511699997, - 33.990181181000025 - ], - [ - -117.30794842599994, - 33.99018120100004 - ], - [ - -117.30795173499996, - 33.99018122100006 - ], - [ - -117.30795504499997, - 33.99018124100007 - ], - [ - -117.307958354, - 33.99018126000004 - ], - [ - -117.307961665, - 33.99018127900007 - ], - [ - -117.30796497299997, - 33.99018129900003 - ], - [ - -117.307968282, - 33.990181319000044 - ], - [ - -117.30797159199994, - 33.99018133900006 - ], - [ - -117.30797490199996, - 33.990181359000076 - ], - [ - -117.30797821099998, - 33.990181379000035 - ], - [ - -117.30798151999994, - 33.99018139800006 - ], - [ - -117.30798482899996, - 33.99018141700003 - ], - [ - -117.30798813899997, - 33.99018143700005 - ], - [ - -117.30799144899999, - 33.99018145600007 - ], - [ - -117.30799475899994, - 33.99018147700008 - ], - [ - -117.30799806899995, - 33.99018149700004 - ], - [ - -117.308001376, - 33.99018151700005 - ], - [ - -117.30800468599995, - 33.99018153500003 - ], - [ - -117.30800799599996, - 33.99018155500005 - ], - [ - -117.308014615, - 33.990181593000045 - ], - [ - -117.30801792399996, - 33.99018161300006 - ], - [ - -117.30802123399997, - 33.99018163300008 - ], - [ - -117.30802785199995, - 33.99018167200006 - ], - [ - -117.30803116399994, - 33.99018169200008 - ], - [ - -117.30803447099998, - 33.99018171000006 - ], - [ - -117.30804108999996, - 33.990181749000044 - ], - [ - -117.30804770999998, - 33.99018178700004 - ], - [ - -117.30805101899995, - 33.990181807000056 - ], - [ - -117.30805432799997, - 33.99018182700007 - ], - [ - -117.30806094599996, - 33.99018186500007 - ], - [ - -117.30806425699996, - 33.99018188500003 - ], - [ - -117.30806756699997, - 33.99018190600003 - ], - [ - -117.30807087499994, - 33.99018192400007 - ], - [ - -117.30807749299998, - 33.990181962000065 - ], - [ - -117.30808080499997, - 33.990181982000024 - ], - [ - -117.30808742299996, - 33.99018202100007 - ], - [ - -117.30809073199998, - 33.990182040000036 - ], - [ - -117.30809735199995, - 33.99018207900008 - ], - [ - -117.30810066199996, - 33.99018209900004 - ], - [ - -117.30810397099998, - 33.99018211900005 - ], - [ - -117.30810727899996, - 33.99018213800008 - ], - [ - -117.30811058799998, - 33.99018215700005 - ], - [ - -117.30811389899998, - 33.990182177000065 - ], - [ - -117.30811720899999, - 33.990182197000024 - ], - [ - -117.30812051699996, - 33.99018221600005 - ], - [ - -117.30812382699997, - 33.990182237000056 - ], - [ - -117.30878263899996, - 33.99018607700003 - ], - [ - -117.30878594899997, - 33.99018609700005 - ], - [ - -117.30878925699994, - 33.990186117000064 - ], - [ - -117.30879262199994, - 33.990186150000056 - ], - [ - -117.30879593299994, - 33.99018615500006 - ], - [ - -117.30879924399994, - 33.990186175000076 - ], - [ - -117.30880255199997, - 33.99018620700008 - ], - [ - -117.30880586199999, - 33.99018621400006 - ], - [ - -117.30880916999996, - 33.99018623300003 - ], - [ - -117.30881247999997, - 33.99018625400004 - ], - [ - -117.308815789, - 33.99018627300006 - ], - [ - -117.30881909899995, - 33.99018629200003 - ], - [ - -117.30882240999995, - 33.99018631000007 - ], - [ - -117.30882571899997, - 33.990186331000075 - ], - [ - -117.308829028, - 33.990186350000045 - ], - [ - -117.30883233599997, - 33.99018636900007 - ], - [ - -117.30883901299995, - 33.990186409000046 - ], - [ - -117.30884237999999, - 33.990186427000026 - ], - [ - -117.30884568899995, - 33.99018644700004 - ], - [ - -117.30884899899996, - 33.990186480000034 - ], - [ - -117.30885230699994, - 33.99018648500004 - ], - [ - -117.30885561799994, - 33.99018650600004 - ], - [ - -117.30885892699996, - 33.99018652500007 - ], - [ - -117.30886223599998, - 33.99018655700007 - ], - [ - -117.308865546, - 33.990186564000055 - ], - [ - -117.30886885599995, - 33.99018658400007 - ], - [ - -117.30887216599996, - 33.99018660200005 - ], - [ - -117.30887547499998, - 33.99018662200007 - ], - [ - -117.30887878299995, - 33.990186642000026 - ], - [ - -117.30888209299997, - 33.99018666000006 - ], - [ - -117.30888540299998, - 33.99018668100007 - ], - [ - -117.30889202199995, - 33.990186719000064 - ], - [ - -117.30889533099997, - 33.99018673900002 - ], - [ - -117.30889864099998, - 33.99018675900004 - ], - [ - -117.30890194999995, - 33.990186777000076 - ], - [ - -117.30890526, - 33.990186798000025 - ], - [ - -117.30890856899998, - 33.99018681600006 - ], - [ - -117.30891187799995, - 33.99018683600008 - ], - [ - -117.30891518799996, - 33.99018685600004 - ], - [ - -117.308918496, - 33.99018688800004 - ], - [ - -117.308921807, - 33.99018689400003 - ], - [ - -117.30892511699994, - 33.99018691400005 - ], - [ - -117.30892842599997, - 33.990186934000064 - ], - [ - -117.30893173499999, - 33.990186952000045 - ], - [ - -117.30893504399995, - 33.99018697300005 - ], - [ - -117.30893835399996, - 33.99018699100003 - ], - [ - -117.30894166399997, - 33.990187011000046 - ], - [ - -117.30894497399998, - 33.990187029000026 - ], - [ - -117.30894828199996, - 33.99018704900004 - ], - [ - -117.30895159199997, - 33.99018706900006 - ], - [ - -117.308954901, - 33.99018708800003 - ], - [ - -117.30895826799997, - 33.990187107000054 - ], - [ - -117.30896157799998, - 33.99018712700007 - ], - [ - -117.30896488699995, - 33.99018714700003 - ], - [ - -117.30896819599997, - 33.990187165000066 - ], - [ - -117.30897150599998, - 33.99018718600007 - ], - [ - -117.30897481499994, - 33.990187218000074 - ], - [ - -117.30897812499995, - 33.99018722400007 - ], - [ - -117.30898143499996, - 33.99018724300004 - ], - [ - -117.30898479999996, - 33.99018726500003 - ], - [ - -117.30898810999997, - 33.990187296000045 - ], - [ - -117.30899141999998, - 33.99018730200004 - ], - [ - -117.30899472799996, - 33.990187321000064 - ], - [ - -117.30899803699998, - 33.99018734100002 - ], - [ - -117.30900134899997, - 33.99018736000005 - ], - [ - -117.30900465699995, - 33.990187379000076 - ], - [ - -117.30900796699996, - 33.990187399000035 - ], - [ - -117.30901127499999, - 33.99018741900005 - ], - [ - -117.30901458599999, - 33.990187451000054 - ], - [ - -117.30901789599994, - 33.99018745800004 - ], - [ - -117.30902120499996, - 33.99018747700006 - ], - [ - -117.30903775199994, - 33.99018758600005 - ], - [ - -117.30904106099996, - 33.99018759300003 - ], - [ - -117.30904437099997, - 33.99018761200006 - ], - [ - -117.30904768099998, - 33.99018763300006 - ], - [ - -117.30905098999995, - 33.99018765300008 - ], - [ - -117.30905429999996, - 33.99018767100006 - ], - [ - -117.30905760799999, - 33.99018769000003 - ], - [ - -117.30906091799994, - 33.99018771000004 - ], - [ - -117.30906422799995, - 33.99018772900007 - ], - [ - -117.30906753599999, - 33.99018774800004 - ], - [ - -117.30907084699999, - 33.990187768000055 - ], - [ - -117.30907415599995, - 33.990187787000025 - ], - [ - -117.30907746599996, - 33.99018781900003 - ], - [ - -117.30908077499998, - 33.99018782600007 - ], - [ - -117.30908408499994, - 33.990187846000026 - ], - [ - -117.30908739399996, - 33.99018786600004 - ], - [ - -117.30909070099995, - 33.99018788500007 - ], - [ - -117.309094013, - 33.99018790400004 - ], - [ - -117.30909732299995, - 33.990187924000054 - ], - [ - -117.30910063199997, - 33.99018794400007 - ], - [ - -117.30910393899995, - 33.99018796300004 - ], - [ - -117.30910725099994, - 33.990187984000045 - ], - [ - -117.30911055999997, - 33.99018800300007 - ], - [ - -117.30911386999998, - 33.99018802200004 - ], - [ - -117.30911717799995, - 33.99018804200006 - ], - [ - -117.30912048899995, - 33.990188061000026 - ], - [ - -117.30912379799997, - 33.99018808100004 - ], - [ - -117.30912710699994, - 33.99018810100006 - ], - [ - -117.30913041699995, - 33.990188121000074 - ], - [ - -117.30913372699996, - 33.99018814100003 - ], - [ - -117.30913703599998, - 33.99018816000006 - ], - [ - -117.30914034499995, - 33.99018817900003 - ], - [ - -117.30914365399997, - 33.990188199000045 - ], - [ - -117.30914696399998, - 33.99018821900006 - ], - [ - -117.309150274, - 33.99018823800003 - ], - [ - -117.30915358299995, - 33.990188259000035 - ], - [ - -117.30915689299997, - 33.99018827800006 - ], - [ - -117.30916020099994, - 33.99018829700003 - ], - [ - -117.30916351099995, - 33.99018831700005 - ], - [ - -117.30916682099996, - 33.990188336000074 - ], - [ - -117.30917012999998, - 33.99018835600003 - ], - [ - -117.30917343999994, - 33.99018837600005 - ], - [ - -117.30917674899996, - 33.990188396000065 - ], - [ - -117.30918005899997, - 33.990188415000034 - ], - [ - -117.30918336699995, - 33.99018843500005 - ], - [ - -117.30918667599997, - 33.99018845400008 - ], - [ - -117.30918998699997, - 33.990188474000036 - ], - [ - -117.30919329599999, - 33.99018849300006 - ], - [ - -117.30919660599994, - 33.99018851300008 - ], - [ - -117.30919991499997, - 33.990188534000026 - ], - [ - -117.30920322499998, - 33.99018855200006 - ], - [ - -117.30920653499999, - 33.99018857200008 - ], - [ - -117.30920984499994, - 33.99018859200004 - ], - [ - -117.30921315299997, - 33.990188611000065 - ], - [ - -117.30921646199994, - 33.990188631000024 - ], - [ - -117.30921977199995, - 33.99018865100004 - ], - [ - -117.30922308099997, - 33.990188672000045 - ], - [ - -117.30922639099998, - 33.990188690000025 - ], - [ - -117.30922975699997, - 33.99018871100003 - ], - [ - -117.309233066, - 33.99018873000006 - ], - [ - -117.30923637599994, - 33.990188749000026 - ], - [ - -117.30923968499997, - 33.99018876900004 - ], - [ - -117.30924299499998, - 33.99018878800007 - ], - [ - -117.30924630499999, - 33.99018880800003 - ], - [ - -117.30924961399995, - 33.99018882900003 - ], - [ - -117.30925292299997, - 33.99018884800006 - ], - [ - -117.30925623399997, - 33.99018886700003 - ], - [ - -117.30925954099996, - 33.990188887000045 - ], - [ - -117.30926285199996, - 33.99018890600007 - ], - [ - -117.30926616099998, - 33.99018892600003 - ], - [ - -117.309269471, - 33.990188946000046 - ], - [ - -117.30927274599998, - 33.99018896600006 - ], - [ - -117.30927277999996, - 33.99018896500007 - ], - [ - -117.30927603299995, - 33.99018898400004 - ], - [ - -117.30927934299996, - 33.99018900400006 - ], - [ - -117.30928265199998, - 33.990189024000074 - ], - [ - -117.30930593299996, - 33.99018915900007 - ], - [ - -117.30935747199999, - 33.99018946100006 - ], - [ - -117.30935754499995, - 33.99018946100006 - ], - [ - -117.30938388899995, - 33.992164084000024 - ], - [ - -117.309404713, - 33.993724721000035 - ], - [ - -117.30971278799996, - 33.99372666000005 - ], - [ - -117.31009795499995, - 33.99372908300006 - ], - [ - -117.310894196, - 33.99373413600006 - ], - [ - -117.31214112899994, - 33.993742129000054 - ], - [ - -117.31276555999995, - 33.99374619100007 - ], - [ - -117.31360129299998, - 33.99375177100006 - ], - [ - -117.31372041499998, - 33.99375256400003 - ], - [ - -117.313941651, - 33.993754472000035 - ], - [ - -117.31413470899997, - 33.99375613700005 - ], - [ - -117.31422874999998, - 33.993756948000055 - ], - [ - -117.31423233399994, - 33.993756974000064 - ], - [ - -117.31482922699996, - 33.99376220900007 - ], - [ - -117.31498967799996, - 33.99376193200004 - ], - [ - -117.31515528799997, - 33.993765076000045 - ], - [ - -117.31590441099996, - 33.99377160100005 - ], - [ - -117.31623347699997, - 33.99377424200003 - ], - [ - -117.31730333599995, - 33.99378281800006 - ], - [ - -117.31794878099998, - 33.993787988000065 - ], - [ - -117.31805524999999, - 33.993788841000026 - ], - [ - -117.32236586299996, - 33.993797923000045 - ], - [ - -117.32538109099994, - 33.99381505200006 - ], - [ - -117.32590228299995, - 33.99381800400005 - ], - [ - -117.32614743099998, - 33.993819393000024 - ], - [ - -117.32640790299996, - 33.99382086700007 - ], - [ - -117.32706700199998, - 33.993824595000035 - ], - [ - -117.32768012899999, - 33.993828059000066 - ], - [ - -117.32826235599998, - 33.993831345000046 - ], - [ - -117.32886015999998, - 33.99383471600004 - ], - [ - -117.32928916599997, - 33.993837135000035 - ], - [ - -117.32985633099997, - 33.99384032800003 - ], - [ - -117.32999422899996, - 33.99384110400007 - ], - [ - -117.330913792, - 33.99384627500007 - ], - [ - -117.331118904, - 33.99384742600006 - ], - [ - -117.33111896999998, - 33.99384742700005 - ], - [ - -117.33111898699997, - 33.993885559000034 - ], - [ - -117.33111899599999, - 33.99390762500008 - ], - [ - -117.33111903199995, - 33.99399669600007 - ], - [ - -117.33111940799995, - 33.99492870500006 - ], - [ - -117.33111985099998, - 33.996028179000064 - ], - [ - -117.33085833099994, - 33.996142864000035 - ], - [ - -117.33085053899998, - 33.99614628200004 - ], - [ - -117.33072626099994, - 33.99615548100007 - ], - [ - -117.33058094399996, - 33.99616623700007 - ], - [ - -117.33058091199996, - 33.996166240000036 - ], - [ - -117.33045939599998, - 33.99586784500008 - ], - [ - -117.330309694, - 33.99550023000006 - ], - [ - -117.33030966099994, - 33.99550022100004 - ], - [ - -117.33004521099997, - 33.995497673000045 - ], - [ - -117.32952433899999, - 33.99549263800003 - ], - [ - -117.32897282299996, - 33.99548730400005 - ], - [ - -117.32846659299997, - 33.995482406000065 - ], - [ - -117.32767035899997, - 33.99547469600003 - ], - [ - -117.32648678399994, - 33.99631104600007 - ], - [ - -117.32648548499998, - 33.996311965000075 - ], - [ - -117.32635619999996, - 33.996403319000024 - ], - [ - -117.32607580899997, - 33.99663159200003 - ], - [ - -117.32607578399995, - 33.996631613000034 - ], - [ - -117.32607576099997, - 33.99663163100007 - ], - [ - -117.32508011199997, - 33.997442197000055 - ], - [ - -117.32497818799999, - 33.99752517300004 - ], - [ - -117.32497811899998, - 33.99752517300004 - ], - [ - -117.32255007599997, - 33.997537987000044 - ], - [ - -117.32243270299995, - 33.997538606000035 - ], - [ - -117.32242811599997, - 33.99814113700006 - ], - [ - -117.32242082, - 33.99909963600004 - ], - [ - -117.32236475099995, - 33.99912906600008 - ], - [ - -117.32230341199994, - 33.999161266000044 - ], - [ - -117.32224233899996, - 33.99919394900007 - ], - [ - -117.32218614099997, - 33.99922444400005 - ], - [ - -117.32212960899994, - 33.99925467300005 - ], - [ - -117.32207274299998, - 33.999284362000026 - ], - [ - -117.32201587199995, - 33.99931377900003 - ], - [ - -117.32195867399997, - 33.99934319700003 - ], - [ - -117.32190113999997, - 33.99937207800008 - ], - [ - -117.32184360399998, - 33.99940068600006 - ], - [ - -117.32179483699997, - 33.99942456800005 - ], - [ - -117.321785735, - 33.999429027000076 - ], - [ - -117.32177540899994, - 33.99943396000003 - ], - [ - -117.32172752999998, - 33.99945682600003 - ], - [ - -117.32166932499996, - 33.99948462700007 - ], - [ - -117.32161078399997, - 33.99951188800003 - ], - [ - -117.32155191399994, - 33.99953915100008 - ], - [ - -117.32149303799997, - 33.99956587100007 - ], - [ - -117.32143382699996, - 33.99959232400005 - ], - [ - -117.32137461399998, - 33.99961850600005 - ], - [ - -117.32131473599998, - 33.99964415100004 - ], - [ - -117.32125518599997, - 33.99966979100003 - ], - [ - -117.32119530099999, - 33.999694892000036 - ], - [ - -117.32113508299994, - 33.99971972600002 - ], - [ - -117.32107453099997, - 33.99974429200006 - ], - [ - -117.32101397599996, - 33.99976858500003 - ], - [ - -117.32095341799999, - 33.999792607000074 - ], - [ - -117.32089252199995, - 33.999816090000024 - ], - [ - -117.32083129299997, - 33.999839303000044 - ], - [ - -117.32077005999997, - 33.99986224600008 - ], - [ - -117.32070849299998, - 33.999884921000046 - ], - [ - -117.320646921, - 33.99990705100004 - ], - [ - -117.32058501799997, - 33.99992918600003 - ], - [ - -117.32052310499995, - 33.99995077700004 - ], - [ - -117.32046086199995, - 33.999972100000036 - ], - [ - -117.32039861299995, - 33.99999315100007 - ], - [ - -117.32033602799999, - 34.00001366200007 - ], - [ - -117.32027343799996, - 34.00003390200004 - ], - [ - -117.320221485, - 34.00005061600007 - ], - [ - -117.320221415, - 34.00005063900005 - ], - [ - -117.32021377599995, - 34.000053096000045 - ], - [ - -117.32021368999995, - 34.00005314800006 - ], - [ - -117.32021232099999, - 34.00005398600007 - ], - [ - -117.32014989699996, - 34.00007409700004 - ], - [ - -117.32014985999996, - 34.000074109000025 - ], - [ - -117.32008531599996, - 34.00009326700007 - ], - [ - -117.32002072499995, - 34.000111891000074 - ], - [ - -117.31995546199994, - 34.00012943300004 - ], - [ - -117.31988985699996, - 34.00014616300007 - ], - [ - -117.31982424499995, - 34.00016235000004 - ], - [ - -117.31975795899996, - 34.00017745500003 - ], - [ - -117.31969166299996, - 34.00019201400005 - ], - [ - -117.31962640899997, - 34.000205212000026 - ], - [ - -117.31962502399995, - 34.00020549300007 - ], - [ - -117.31962362599995, - 34.00020575800005 - ], - [ - -117.31955837099997, - 34.00021815300005 - ], - [ - -117.31949104899996, - 34.00023000300007 - ], - [ - -117.31942685399997, - 34.00024057300004 - ], - [ - -117.31942404399996, - 34.00024103700002 - ], - [ - -117.31942126599995, - 34.00024145700007 - ], - [ - -117.31935636699995, - 34.00025125700006 - ], - [ - -117.31928868099999, - 34.00026066200007 - ], - [ - -117.31922097999995, - 34.000269252000066 - ], - [ - -117.31922094299995, - 34.00026925700007 - ], - [ - -117.31915293699996, - 34.00027702700004 - ], - [ - -117.31908488099998, - 34.00028371500008 - ], - [ - -117.31901648499996, - 34.000289860000066 - ], - [ - -117.31894807199996, - 34.000294917000076 - ], - [ - -117.31887964899994, - 34.000299158000075 - ], - [ - -117.31881121699996, - 34.00030285500003 - ], - [ - -117.31874244, - 34.000305463000075 - ], - [ - -117.31862055299996, - 34.00031008800005 - ], - [ - -117.31833819899998, - 34.00032080100004 - ], - [ - -117.31833759799997, - 34.00032082400003 - ], - [ - -117.31817645999996, - 34.00032246400008 - ], - [ - -117.31817682299999, - 34.00032194000005 - ], - [ - -117.31817881299997, - 34.000319071000035 - ], - [ - -117.31818080299996, - 34.00031620100003 - ], - [ - -117.31818279399994, - 34.000313332000076 - ], - [ - -117.31818397, - 34.00031163600005 - ], - [ - -117.31818596, - 34.000308766000046 - ], - [ - -117.318187949, - 34.00030589700003 - ], - [ - -117.31818993999997, - 34.000303028000076 - ], - [ - -117.31819192999995, - 34.00030015700003 - ], - [ - -117.31819391899995, - 34.00029728900006 - ], - [ - -117.31819590999999, - 34.000294420000046 - ], - [ - -117.31819789999997, - 34.00029155000004 - ], - [ - -117.31823253399995, - 34.00024161400006 - ], - [ - -117.31824388799998, - 34.00018199800007 - ], - [ - -117.318244602, - 34.000178248000054 - ], - [ - -117.31824472399995, - 34.00017761400005 - ], - [ - -117.31824543799996, - 34.00017386400003 - ], - [ - -117.318245559, - 34.000173231000076 - ], - [ - -117.31824627299994, - 34.00016948200005 - ], - [ - -117.31824639499996, - 34.000168847000054 - ], - [ - -117.31824710899997, - 34.00016510000006 - ], - [ - -117.31824782299998, - 34.00016135100003 - ], - [ - -117.31824794399995, - 34.00016071600004 - ], - [ - -117.31824865799996, - 34.000156967000066 - ], - [ - -117.31824937199997, - 34.00015321800004 - ], - [ - -117.31825008699997, - 34.000149469000064 - ], - [ - -117.31825080099998, - 34.000145720000035 - ], - [ - -117.31825151599998, - 34.00014197100006 - ], - [ - -117.31825222999998, - 34.00013822200003 - ], - [ - -117.31826360399998, - 34.00007850600008 - ], - [ - -117.31827460799997, - 34.00002073600007 - ], - [ - -117.31827544299995, - 34.000016353000035 - ], - [ - -117.31827615799995, - 34.00001260400006 - ], - [ - -117.31827687199996, - 34.00000885500003 - ], - [ - -117.31827758499998, - 34.00000510600006 - ], - [ - -117.31827770599995, - 34.00000447300005 - ], - [ - -117.31827782699997, - 34.000003837000065 - ], - [ - -117.31827854199997, - 34.000000089000025 - ], - [ - -117.31827866199995, - 33.99999945500008 - ], - [ - -117.318279497, - 33.99999507200005 - ], - [ - -117.31827961799996, - 33.999994438000044 - ], - [ - -117.31828045199995, - 33.99999005500007 - ], - [ - -117.31828057399997, - 33.99998941900003 - ], - [ - -117.318281287, - 33.99998567200004 - ], - [ - -117.31828140799996, - 33.999985036000055 - ], - [ - -117.31828224399999, - 33.99998065400007 - ], - [ - -117.31828295699995, - 33.99997690500004 - ], - [ - -117.31828307799998, - 33.999976272000026 - ], - [ - -117.31828379299998, - 33.999972522000064 - ], - [ - -117.31828450599994, - 33.999968774000024 - ], - [ - -117.31828462799996, - 33.99996813800004 - ], - [ - -117.31828534199997, - 33.99996439000006 - ], - [ - -117.31828605499999, - 33.99996064000004 - ], - [ - -117.31828676999999, - 33.99995689200006 - ], - [ - -117.31828736199998, - 33.99995377700003 - ], - [ - -117.31828748299995, - 33.99995314200004 - ], - [ - -117.31829283399998, - 33.99992505400007 - ], - [ - -117.31830319699998, - 33.99987064900006 - ], - [ - -117.31830395299994, - 33.99986668200006 - ], - [ - -117.31830425799996, - 33.99986406800008 - ], - [ - -117.31830426499994, - 33.99986389000003 - ], - [ - -117.31830426999994, - 33.999863711000046 - ], - [ - -117.31830427499995, - 33.99986353300005 - ], - [ - -117.31830427699998, - 33.99986335500006 - ], - [ - -117.31830427899996, - 33.999863177000066 - ], - [ - -117.31830427699998, - 33.999862998000026 - ], - [ - -117.31830427499995, - 33.99986282100008 - ], - [ - -117.31830427099999, - 33.99986264200004 - ], - [ - -117.31830426599998, - 33.999862464000046 - ], - [ - -117.31830426, - 33.99986228500006 - ], - [ - -117.31830424999998, - 33.99986210700007 - ], - [ - -117.31830423899999, - 33.999861929000076 - ], - [ - -117.31830422699994, - 33.99986175300006 - ], - [ - -117.31830421399997, - 33.99986157500007 - ], - [ - -117.31830419799996, - 33.999861397000075 - ], - [ - -117.31830417999998, - 33.99986122100006 - ], - [ - -117.31830414199999, - 33.99986086700005 - ], - [ - -117.31830411899995, - 33.99986069200003 - ], - [ - -117.31830409699995, - 33.99986051600007 - ], - [ - -117.31830407199999, - 33.999860341000044 - ], - [ - -117.318304045, - 33.999860167000065 - ], - [ - -117.31830401699995, - 33.99985999200004 - ], - [ - -117.31830398699998, - 33.99985981900005 - ], - [ - -117.31830395599997, - 33.99985964600006 - ], - [ - -117.31830392399996, - 33.99985947300007 - ], - [ - -117.318303889, - 33.99985930200006 - ], - [ - -117.31830385299997, - 33.99985913000006 - ], - [ - -117.31830381699996, - 33.99985895900005 - ], - [ - -117.31830377699998, - 33.999858790000076 - ], - [ - -117.31830373799994, - 33.999858621000044 - ], - [ - -117.31830369599999, - 33.99985845300006 - ], - [ - -117.31830365399998, - 33.99985828500007 - ], - [ - -117.31830360899994, - 33.99985811800008 - ], - [ - -117.31830356399996, - 33.99985795200007 - ], - [ - -117.318303518, - 33.99985778700005 - ], - [ - -117.31830346899994, - 33.999857622000036 - ], - [ - -117.3183034199999, - 33.999857459000054 - ], - [ - -117.31830336999997, - 33.99985729700006 - ], - [ - -117.31830331799995, - 33.999857134000024 - ], - [ - -117.31830326499994, - 33.99985697400007 - ], - [ - -117.31830320999995, - 33.999856814000054 - ], - [ - -117.31830315499997, - 33.99985665500003 - ], - [ - -117.318303115, - 33.99985654200003 - ], - [ - -117.31830309799994, - 33.99985649600006 - ], - [ - -117.31830305799997, - 33.99985638700008 - ], - [ - -117.318303, - 33.99985623200007 - ], - [ - -117.31830294199995, - 33.99985607700006 - ], - [ - -117.31830288199995, - 33.99985592400003 - ], - [ - -117.31830281999999, - 33.999855772000046 - ], - [ - -117.31830280099996, - 33.99985572200006 - ], - [ - -117.31830273699995, - 33.99985557000008 - ], - [ - -117.31830267299995, - 33.99985542100006 - ], - [ - -117.31830258499997, - 33.99985521800005 - ], - [ - -117.31830251899999, - 33.999855068000045 - ], - [ - -117.31830242599995, - 33.99985486500003 - ], - [ - -117.31830240099998, - 33.999854810000045 - ], - [ - -117.31830225899995, - 33.99985451300006 - ], - [ - -117.31830223199995, - 33.99985445600004 - ], - [ - -117.31830215899998, - 33.99985430800007 - ], - [ - -117.31830208499997, - 33.999854163000066 - ], - [ - -117.31830197999994, - 33.999853958000074 - ], - [ - -117.31830194799994, - 33.99985389600005 - ], - [ - -117.31830187199995, - 33.999853753000025 - ], - [ - -117.31830171499996, - 33.999853468000026 - ], - [ - -117.31830168, - 33.99985340400008 - ], - [ - -117.31830164299998, - 33.999853339000026 - ], - [ - -117.31830156199999, - 33.99985319700005 - ], - [ - -117.318301481, - 33.99985305700005 - ], - [ - -117.31830139899995, - 33.999852919000034 - ], - [ - -117.31830131699996, - 33.99985278100007 - ], - [ - -117.31830123499998, - 33.99985264600008 - ], - [ - -117.31830119299997, - 33.99985257800006 - ], - [ - -117.31830110699997, - 33.999852443000066 - ], - [ - -117.318300938, - 33.99985217600005 - ], - [ - -117.31830089099998, - 33.99985210500006 - ], - [ - -117.31830066899994, - 33.999851773000046 - ], - [ - -117.31830052899994, - 33.99985157200007 - ], - [ - -117.31830043899998, - 33.99985144400006 - ], - [ - -117.31830038699997, - 33.999851370000044 - ], - [ - -117.31830029499997, - 33.99985124300008 - ], - [ - -117.31830024199996, - 33.99985116800008 - ], - [ - -117.31830018599999, - 33.999851093000075 - ], - [ - -117.31830003599998, - 33.99985089100005 - ], - [ - -117.318299976, - 33.99985081400007 - ], - [ - -117.31829991799998, - 33.99985073600004 - ], - [ - -117.31829982099998, - 33.999850611000056 - ], - [ - -117.31829972499997, - 33.99985048800005 - ], - [ - -117.31829962699999, - 33.99985036600003 - ], - [ - -117.31829953199997, - 33.99985024600005 - ], - [ - -117.31829943399998, - 33.99985012600007 - ], - [ - -117.31829933699998, - 33.999850010000046 - ], - [ - -117.31829923999999, - 33.99984989400008 - ], - [ - -117.31829914199994, - 33.999849779000044 - ], - [ - -117.318299046, - 33.999849666000046 - ], - [ - -117.31829894799995, - 33.99984955600007 - ], - [ - -117.31829885099995, - 33.99984944600004 - ], - [ - -117.31829875399995, - 33.99984933800005 - ], - [ - -117.318298584, - 33.999849151000035 - ], - [ - -117.318298487, - 33.99984904400003 - ], - [ - -117.31829838899995, - 33.99984894000005 - ], - [ - -117.31829829199995, - 33.99984883700006 - ], - [ - -117.31829819399996, - 33.99984873500006 - ], - [ - -117.31829801999999, - 33.999848557000064 - ], - [ - -117.318298, - 33.99984853700005 - ], - [ - -117.31829792299999, - 33.99984845800003 - ], - [ - -117.31829782499995, - 33.999848360000044 - ], - [ - -117.31829774399995, - 33.99984828000004 - ], - [ - -117.31829764599996, - 33.999848185000076 - ], - [ - -117.318297466, - 33.99984801100004 - ], - [ - -117.31829738, - 33.999847930000044 - ], - [ - -117.31829728399998, - 33.99984783700006 - ], - [ - -117.31829718499995, - 33.99984774500007 - ], - [ - -117.31829708599997, - 33.99984765500005 - ], - [ - -117.318296998, - 33.999847576000036 - ], - [ - -117.31829690999996, - 33.99984749500004 - ], - [ - -117.31829681199997, - 33.99984740700006 - ], - [ - -117.31829671999998, - 33.999847326000065 - ], - [ - -117.31829662099994, - 33.99984723800003 - ], - [ - -117.31829652899995, - 33.99984715900007 - ], - [ - -117.31829642899999, - 33.99984707200008 - ], - [ - -117.31829633399997, - 33.99984699300006 - ], - [ - -117.31829623699997, - 33.99984691100008 - ], - [ - -117.31829603899996, - 33.99984674600006 - ], - [ - -117.31829593999998, - 33.999846665000064 - ], - [ - -117.31829573699997, - 33.999846501000036 - ], - [ - -117.31829563399998, - 33.99984642000004 - ], - [ - -117.31829542699995, - 33.99984625900004 - ], - [ - -117.31829532599994, - 33.999846182000056 - ], - [ - -117.31829511099994, - 33.99984601800003 - ], - [ - -117.318295, - 33.99984593500005 - ], - [ - -117.31829489799998, - 33.99984586100004 - ], - [ - -117.31829478499998, - 33.999845778000065 - ], - [ - -117.31829445399995, - 33.999845540000024 - ], - [ - -117.31829433599995, - 33.99984545800004 - ], - [ - -117.31829421499998, - 33.99984537600005 - ], - [ - -117.31829399399999, - 33.99984522500006 - ], - [ - -117.31829387099998, - 33.99984514200003 - ], - [ - -117.31829376999997, - 33.99984507500005 - ], - [ - -117.318293644, - 33.99984499300007 - ], - [ - -117.31829351699997, - 33.999844910000036 - ], - [ - -117.31829338699998, - 33.99984482800005 - ], - [ - -117.31829315599998, - 33.99984468300005 - ], - [ - -117.31829302399996, - 33.99984460100006 - ], - [ - -117.31829288899996, - 33.99984451900008 - ], - [ - -117.31829278999999, - 33.99984445900003 - ], - [ - -117.31829265299996, - 33.999844378000034 - ], - [ - -117.31829255399998, - 33.99984431900003 - ], - [ - -117.31829241499997, - 33.99984423800004 - ], - [ - -117.31829231699999, - 33.99984418100007 - ], - [ - -117.31829217899997, - 33.999844102000054 - ], - [ - -117.31829193899995, - 33.99984396700006 - ], - [ - -117.31829179599998, - 33.99984388900003 - ], - [ - -117.31829155499997, - 33.999843757000065 - ], - [ - -117.318291408, - 33.99984367900004 - ], - [ - -117.31829125899998, - 33.999843603000045 - ], - [ - -117.31829116399996, - 33.99984355300006 - ], - [ - -117.31829101299996, - 33.99984347700007 - ], - [ - -117.31829086199997, - 33.99984339900004 - ], - [ - -117.31829070799995, - 33.99984332300005 - ], - [ - -117.31829055299994, - 33.99984324700006 - ], - [ - -117.31829039399997, - 33.999843171000066 - ], - [ - -117.31829023499995, - 33.999843095000074 - ], - [ - -117.31828998299994, - 33.99984297800006 - ], - [ - -117.31828981999996, - 33.99984290300006 - ], - [ - -117.318289656, - 33.999842830000034 - ], - [ - -117.31828948999998, - 33.99984275700007 - ], - [ - -117.31828932099995, - 33.999842683000054 - ], - [ - -117.31828915199998, - 33.999842611000076 - ], - [ - -117.31828906299995, - 33.99984257300002 - ], - [ - -117.31828889199994, - 33.999842502000035 - ], - [ - -117.31828871799996, - 33.99984243200004 - ], - [ - -117.31828863199996, - 33.999842396000076 - ], - [ - -117.31828837599994, - 33.999842294000075 - ], - [ - -117.31828829099999, - 33.999842261000026 - ], - [ - -117.31828811599996, - 33.99984219400005 - ], - [ - -117.31828803399998, - 33.99984216300004 - ], - [ - -117.31828795399997, - 33.999842132000026 - ], - [ - -117.31828777899995, - 33.99984206800008 - ], - [ - -117.31828769899994, - 33.99984203900004 - ], - [ - -117.31828752299998, - 33.99984197500004 - ], - [ - -117.31828727099997, - 33.99984188500002 - ], - [ - -117.318287092, - 33.99984182400004 - ], - [ - -117.31828683699996, - 33.99984173900003 - ], - [ - -117.318286764, - 33.99984171500006 - ], - [ - -117.318286334, - 33.99984157600005 - ], - [ - -117.31828608299998, - 33.99984149900007 - ], - [ - -117.31828571699998, - 33.999841391000075 - ], - [ - -117.31828553199995, - 33.99984133900006 - ], - [ - -117.31828528299997, - 33.99984126800007 - ], - [ - -117.31828509599995, - 33.99984121700004 - ], - [ - -117.31828490799995, - 33.999841167000056 - ], - [ - -117.31828471899996, - 33.99984111900005 - ], - [ - -117.318284528, - 33.99984107000006 - ], - [ - -117.31828433699997, - 33.999841023000045 - ], - [ - -117.31828414399996, - 33.999840977000076 - ], - [ - -117.31828394999997, - 33.99984093100005 - ], - [ - -117.318283754, - 33.99984088700006 - ], - [ - -117.31828355699997, - 33.99984084500005 - ], - [ - -117.31828335899996, - 33.99984080200005 - ], - [ - -117.31828310999998, - 33.99984075100008 - ], - [ - -117.31828291099998, - 33.99984071100005 - ], - [ - -117.31828271099994, - 33.99984067300005 - ], - [ - -117.31828266399998, - 33.99984066500008 - ], - [ - -117.31828246499998, - 33.999840627000026 - ], - [ - -117.31828226399995, - 33.999840592000055 - ], - [ - -117.31828206299997, - 33.99984055800007 - ], - [ - -117.31828185999996, - 33.999840525000025 - ], - [ - -117.31828165699994, - 33.99984049300008 - ], - [ - -117.31828145299994, - 33.999840461000076 - ], - [ - -117.31828124699996, - 33.99984043100005 - ], - [ - -117.31828104199997, - 33.999840404000054 - ], - [ - -117.31828083399995, - 33.999840376000066 - ], - [ - -117.31828062799997, - 33.99984034900007 - ], - [ - -117.31828041899996, - 33.99984032500004 - ], - [ - -117.31828038799995, - 33.99984032200007 - ], - [ - -117.31828018099998, - 33.99984029800004 - ], - [ - -117.31827997299996, - 33.99984027700003 - ], - [ - -117.31827976399995, - 33.99984025600003 - ], - [ - -117.31827955499995, - 33.99984023600007 - ], - [ - -117.31827934599994, - 33.99984021800003 - ], - [ - -117.31827913499995, - 33.99984020200003 - ], - [ - -117.31827892399997, - 33.99984018600003 - ], - [ - -117.318278712, - 33.99984017200006 - ], - [ - -117.31827850099995, - 33.99984015900003 - ], - [ - -117.31827828799999, - 33.99984014800003 - ], - [ - -117.31827807699995, - 33.999840137000035 - ], - [ - -117.31827786499997, - 33.99984012800007 - ], - [ - -117.31827765599996, - 33.999840121000034 - ], - [ - -117.31827744799995, - 33.99984011500004 - ], - [ - -117.31827723199996, - 33.99984011000004 - ], - [ - -117.31827701599997, - 33.99984010700007 - ], - [ - -117.31827679799994, - 33.99984010500003 - ], - [ - -117.31827658499998, - 33.99984010400004 - ], - [ - -117.31827636999998, - 33.99984010500003 - ], - [ - -117.31827615799995, - 33.99984010800006 - ], - [ - -117.31827574, - 33.99984011600003 - ], - [ - -117.31827552899995, - 33.99984012200008 - ], - [ - -117.31827531999994, - 33.99984013000005 - ], - [ - -117.31827510999995, - 33.999840138000025 - ], - [ - -117.31827490099994, - 33.99984014800003 - ], - [ - -117.31827468999995, - 33.999840160000076 - ], - [ - -117.31827448099995, - 33.99984017200006 - ], - [ - -117.31827427199994, - 33.99984018600003 - ], - [ - -117.31827407299994, - 33.99984020100004 - ], - [ - -117.31827387499999, - 33.99984021700004 - ], - [ - -117.31827366899995, - 33.99984023300004 - ], - [ - -117.31827346399996, - 33.99984025300006 - ], - [ - -117.31827325799998, - 33.999840274000064 - ], - [ - -117.31827305399997, - 33.99984029500007 - ], - [ - -117.31827284999997, - 33.999840318000054 - ], - [ - -117.31827264799995, - 33.99984034100004 - ], - [ - -117.318272445, - 33.99984036600006 - ], - [ - -117.31827224299997, - 33.99984039200007 - ], - [ - -117.31827204099994, - 33.999840420000055 - ], - [ - -117.31827183999997, - 33.99984044800004 - ], - [ - -117.31827164099997, - 33.99984047700008 - ], - [ - -117.31827144099998, - 33.999840508000034 - ], - [ - -117.31827124299997, - 33.999840541000026 - ], - [ - -117.31827104499996, - 33.99984057300003 - ], - [ - -117.31827084899999, - 33.99984060700007 - ], - [ - -117.31827065299996, - 33.99984064300003 - ], - [ - -117.31827045899996, - 33.999840679000044 - ], - [ - -117.31827026399998, - 33.99984071700004 - ], - [ - -117.31827007099997, - 33.999840756000026 - ], - [ - -117.31826987899996, - 33.99984079500007 - ], - [ - -117.31826968799999, - 33.99984083500004 - ], - [ - -117.31826949799995, - 33.999840877000054 - ], - [ - -117.31826930899996, - 33.999840919000064 - ], - [ - -117.31826912099996, - 33.999840962000064 - ], - [ - -117.31826893399995, - 33.99984100700004 - ], - [ - -117.31826874799998, - 33.99984105200008 - ], - [ - -117.318268564, - 33.99984109800005 - ], - [ - -117.3182683799999, - 33.99984114500006 - ], - [ - -117.31826832599995, - 33.99984115900003 - ], - [ - -117.31826808499994, - 33.99984122300003 - ], - [ - -117.31826790199995, - 33.99984127300007 - ], - [ - -117.318267844, - 33.999841289000074 - ], - [ - -117.31826765999995, - 33.999841341000035 - ], - [ - -117.31826747699995, - 33.999841393000054 - ], - [ - -117.31826729799997, - 33.99984144700005 - ], - [ - -117.31826711899998, - 33.99984149900007 - ], - [ - -117.31826693999994, - 33.999841555000046 - ], - [ - -117.31826687699999, - 33.99984157500006 - ], - [ - -117.318266699, - 33.99984163100004 - ], - [ - -117.31826663399994, - 33.999841651000054 - ], - [ - -117.318266457, - 33.999841709000066 - ], - [ - -117.31826628099998, - 33.99984176800007 - ], - [ - -117.31826621299996, - 33.99984179100005 - ], - [ - -117.31826603699994, - 33.99984184900006 - ], - [ - -117.31826586499994, - 33.99984191000004 - ], - [ - -117.31826579399996, - 33.99984193500006 - ], - [ - -117.31826561999998, - 33.99984199700003 - ], - [ - -117.31826544799998, - 33.99984205900006 - ], - [ - -117.31826527899995, - 33.999842122000075 - ], - [ - -117.31826520399994, - 33.99984215000006 - ], - [ - -117.31826503499997, - 33.99984221400007 - ], - [ - -117.31826486899996, - 33.999842278000074 - ], - [ - -117.31826470299995, - 33.99984234300007 - ], - [ - -117.31826453899998, - 33.99984240900005 - ], - [ - -117.31826437599995, - 33.99984247500004 - ], - [ - -117.318264135, - 33.99984257600005 - ], - [ - -117.31826389499997, - 33.99984267800005 - ], - [ - -117.31826373599995, - 33.99984274700006 - ], - [ - -117.31826357799997, - 33.99984281600007 - ], - [ - -117.31826349699998, - 33.99984285200003 - ], - [ - -117.31826333899994, - 33.999842923000074 - ], - [ - -117.31826318499998, - 33.99984299400006 - ], - [ - -117.31826310099996, - 33.99984303300005 - ], - [ - -117.31826294799998, - 33.999843105000025 - ], - [ - -117.31826052499997, - 33.99984439200006 - ], - [ - -117.31825693999997, - 33.999847130000035 - ], - [ - -117.31825531499999, - 33.999848634000045 - ], - [ - -117.31825368799997, - 33.999850138000056 - ], - [ - -117.31825046799997, - 33.999855592000074 - ], - [ - -117.31820838999994, - 33.99990309200007 - ], - [ - -117.31820673799996, - 33.99990495600008 - ], - [ - -117.31820508599998, - 33.999906820000035 - ], - [ - -117.31820289399997, - 33.999909295000066 - ], - [ - -117.31820124199999, - 33.99991115900008 - ], - [ - -117.31819904999998, - 33.99991363300006 - ], - [ - -117.31819520699997, - 33.99991797100006 - ], - [ - -117.31819301599995, - 33.99992044500004 - ], - [ - -117.31819136399997, - 33.999922310000045 - ], - [ - -117.31818917299995, - 33.99992478300004 - ], - [ - -117.31818752099997, - 33.99992664800004 - ], - [ - -117.31818532899996, - 33.999929122000026 - ], - [ - -117.31818313799994, - 33.99993159600007 - ], - [ - -117.318177102, - 33.99993840800005 - ], - [ - -117.31817544999996, - 33.99994027300005 - ], - [ - -117.31817160699995, - 33.999944611000046 - ], - [ - -117.31816941599999, - 33.99994708500003 - ], - [ - -117.31816722399998, - 33.999949558000026 - ], - [ - -117.31816557299999, - 33.99995142300003 - ], - [ - -117.31816338099998, - 33.99995389700007 - ], - [ - -117.31815953799997, - 33.999958236000055 - ], - [ - -117.31815734699995, - 33.99996070900005 - ], - [ - -117.31815515499994, - 33.999963183000034 - ], - [ - -117.31815350299996, - 33.999965048000035 - ], - [ - -117.31815131199994, - 33.99996752100003 - ], - [ - -117.31814746899994, - 33.99997186000007 - ], - [ - -117.31814581699996, - 33.999973725000075 - ], - [ - -117.31814416499998, - 33.99997558900003 - ], - [ - -117.31814197399996, - 33.99997806300007 - ], - [ - -117.31813813099996, - 33.99998240100007 - ], - [ - -117.31813647899997, - 33.99998426600007 - ], - [ - -117.31813263499998, - 33.999988605000055 - ], - [ - -117.318130984, - 33.99999046900007 - ], - [ - -117.31812713999994, - 33.999994807000064 - ], - [ - -117.31812548799996, - 33.999996672000066 - ], - [ - -117.31812164499996, - 34.00000101000006 - ], - [ - -117.31811999299998, - 34.00000287600005 - ], - [ - -117.31811615, - 34.00000721400005 - ], - [ - -117.31811449799994, - 34.00000907800006 - ], - [ - -117.31811065399995, - 34.00001341800004 - ], - [ - -117.31810846199994, - 34.00001589100003 - ], - [ - -117.31810461899994, - 34.00002022900003 - ], - [ - -117.31810296699996, - 34.00002209300004 - ], - [ - -117.318100776, - 34.000024567000025 - ], - [ - -117.31809858399998, - 34.00002704100007 - ], - [ - -117.318096933, - 34.00002890500008 - ], - [ - -117.31809474, - 34.00003137900006 - ], - [ - -117.31809308899994, - 34.000033243000075 - ], - [ - -117.31809089799998, - 34.00003571800005 - ], - [ - -117.31808924599994, - 34.00003758300005 - ], - [ - -117.31808705499998, - 34.000040057000035 - ], - [ - -117.31808321099999, - 34.00004439400004 - ], - [ - -117.31808101999997, - 34.00004686900007 - ], - [ - -117.31807717699996, - 34.00005120800006 - ], - [ - -117.31807498599994, - 34.000053681000054 - ], - [ - -117.31807333399996, - 34.000055547000045 - ], - [ - -117.31807114199995, - 34.00005801900005 - ], - [ - -117.31806948999997, - 34.00005988400005 - ], - [ - -117.31806729899995, - 34.00006235800004 - ], - [ - -117.31802462899998, - 34.000110525000025 - ], - [ - -117.31798224, - 34.00015837500007 - ], - [ - -117.31798004899997, - 34.000160848000064 - ], - [ - -117.31793577299999, - 34.00021082600006 - ], - [ - -117.31787244699996, - 34.00023695100003 - ], - [ - -117.31786871699995, - 34.00023849000007 - ], - [ - -117.31786498699995, - 34.000240029000054 - ], - [ - -117.31785199599994, - 34.00024538900004 - ], - [ - -117.31784646499995, - 34.00024767000008 - ], - [ - -117.31784273599999, - 34.00024920800007 - ], - [ - -117.31783900499994, - 34.00025074700005 - ], - [ - -117.31782807199994, - 34.00025525700005 - ], - [ - -117.31782434299998, - 34.00025679600003 - ], - [ - -117.317820612, - 34.00025833500007 - ], - [ - -117.31781135099999, - 34.000262156000076 - ], - [ - -117.31780582099998, - 34.000264437000055 - ], - [ - -117.31780402099997, - 34.00026518000004 - ], - [ - -117.31780029, - 34.000266719000024 - ], - [ - -117.31779655899999, - 34.00026825800006 - ], - [ - -117.31779102999997, - 34.00027053900004 - ], - [ - -117.31778549899997, - 34.00027282000008 - ], - [ - -117.31777996899996, - 34.000275102000046 - ], - [ - -117.31777250699997, - 34.000278180000066 - ], - [ - -117.31776697599997, - 34.000280461000045 - ], - [ - -117.31775951599997, - 34.000283539000066 - ], - [ - -117.31775578599996, - 34.00028507900004 - ], - [ - -117.31775025699994, - 34.00028736000007 - ], - [ - -117.31774279499996, - 34.000290439000025 - ], - [ - -117.31773533399996, - 34.000293516000056 - ], - [ - -117.31773160499995, - 34.00029505400005 - ], - [ - -117.31772414299996, - 34.00029813200007 - ], - [ - -117.31772041299996, - 34.00029967100005 - ], - [ - -117.31771668199997, - 34.00030121000003 - ], - [ - -117.31770922199996, - 34.00030428800005 - ], - [ - -117.31770549299995, - 34.000305826000044 - ], - [ - -117.31770176099997, - 34.00030736600007 - ], - [ - -117.31769803199995, - 34.000308903000075 - ], - [ - -117.31763620899994, - 34.00033440800007 - ], - [ - -117.31757210899997, - 34.00036085200003 - ], - [ - -117.31757030999995, - 34.00036159500007 - ], - [ - -117.31756657999995, - 34.000363134000054 - ], - [ - -117.31756297799996, - 34.00036461900004 - ], - [ - -117.31755924799995, - 34.000366159000066 - ], - [ - -117.31755551699996, - 34.00036769700006 - ], - [ - -117.31755178799995, - 34.00036923600004 - ], - [ - -117.31754805799994, - 34.00037077500008 - ], - [ - -117.31754432799994, - 34.00037231400006 - ], - [ - -117.31754252699994, - 34.00037305700005 - ], - [ - -117.317536997, - 34.000375338000026 - ], - [ - -117.31753326599994, - 34.000376878000054 - ], - [ - -117.317531466, - 34.00037761900006 - ], - [ - -117.31746740199998, - 34.000404048000064 - ], - [ - -117.31744009799996, - 34.00045869400003 - ], - [ - -117.31743846499995, - 34.00046196200003 - ], - [ - -117.31743683299999, - 34.00046523000003 - ], - [ - -117.31743520099997, - 34.00046849600005 - ], - [ - -117.31743356799996, - 34.000471764000054 - ], - [ - -117.31743193499995, - 34.000475032000054 - ], - [ - -117.31743030299998, - 34.000478299000065 - ], - [ - -117.31742867099996, - 34.000481567000065 - ], - [ - -117.31742703799995, - 34.00048483300003 - ], - [ - -117.317425405, - 34.00048810100003 - ], - [ - -117.31742307399998, - 34.000492767000026 - ], - [ - -117.31741910899996, - 34.00050070100008 - ], - [ - -117.317417477, - 34.00050396900008 - ], - [ - -117.31741584499997, - 34.00050723600003 - ], - [ - -117.31741421199996, - 34.000510503000044 - ], - [ - -117.31741257899995, - 34.000513770000055 - ], - [ - -117.31741094699998, - 34.000517037000066 - ], - [ - -117.31740861499998, - 34.00052170400005 - ], - [ - -117.31740628299997, - 34.000526370000046 - ], - [ - -117.31740465099995, - 34.000529638000046 - ], - [ - -117.31740395199995, - 34.00053103600004 - ], - [ - -117.31740231899994, - 34.00053430400004 - ], - [ - -117.31740161999994, - 34.00053570400007 - ], - [ - -117.31739998799998, - 34.000538970000036 - ], - [ - -117.31739835399998, - 34.00054223700005 - ], - [ - -117.31739602199997, - 34.00054690400003 - ], - [ - -117.31739369099995, - 34.00055157000003 - ], - [ - -117.31739205799994, - 34.00055483800003 - ], - [ - -117.31739135899994, - 34.00055623700007 - ], - [ - -117.31738972599999, - 34.00055950500007 - ], - [ - -117.31738809399997, - 34.00056277300007 - ], - [ - -117.31738646199994, - 34.000566038000045 - ], - [ - -117.31738576199996, - 34.000567438000076 - ], - [ - -117.31735831699996, - 34.00062236700006 - ], - [ - -117.31731197799996, - 34.00066722200006 - ], - [ - -117.31730971299999, - 34.00066941400007 - ], - [ - -117.31730744799995, - 34.00067160800006 - ], - [ - -117.31730545799996, - 34.000673533000054 - ], - [ - -117.31730120399999, - 34.000677651000046 - ], - [ - -117.31729893899995, - 34.00067984400005 - ], - [ - -117.317294684, - 34.00068396300003 - ], - [ - -117.31729043099995, - 34.00068808000003 - ], - [ - -117.31728816499998, - 34.00069027300003 - ], - [ - -117.317286175, - 34.00069219900007 - ], - [ - -117.31728418599994, - 34.00069412500005 - ], - [ - -117.31728219699994, - 34.000696051000034 - ], - [ - -117.31727993199996, - 34.000698244000034 - ], - [ - -117.31727766699998, - 34.000700436000045 - ], - [ - -117.31727540199995, - 34.000702629000045 - ], - [ - -117.31727114699999, - 34.00070674600005 - ], - [ - -117.31726888199995, - 34.00070894000004 - ], - [ - -117.31726661699997, - 34.00071113200005 - ], - [ - -117.31726435299998, - 34.00071332400006 - ], - [ - -117.31726236299994, - 34.00071525000004 - ], - [ - -117.31726037299995, - 34.00071717600008 - ], - [ - -117.31725810799998, - 34.00071937000007 - ], - [ - -117.31725584299994, - 34.000721561000034 - ], - [ - -117.31725385299995, - 34.00072348700007 - ], - [ - -117.31725158799998, - 34.00072568000007 - ], - [ - -117.31724959799999, - 34.000727606000055 - ], - [ - -117.31724534399996, - 34.00073172400005 - ], - [ - -117.31724307899998, - 34.00073391600006 - ], - [ - -117.31724108999998, - 34.00073584200004 - ], - [ - -117.31723909999994, - 34.00073776800008 - ], - [ - -117.31723484499997, - 34.00074188600007 - ], - [ - -117.31723258099998, - 34.00074407900007 - ], - [ - -117.31723059099994, - 34.00074600600004 - ], - [ - -117.31722832699995, - 34.00074819800005 - ], - [ - -117.31722633699997, - 34.000750125000025 - ], - [ - -117.31722407199999, - 34.000752316000046 - ], - [ - -117.31721981699997, - 34.00075643500003 - ], - [ - -117.31721556199994, - 34.00076055300008 - ], - [ - -117.31721158299996, - 34.00076440500004 - ], - [ - -117.31720931899997, - 34.00076659700005 - ], - [ - -117.31720732899998, - 34.00076852300003 - ], - [ - -117.31720533999999, - 34.000770448000026 - ], - [ - -117.31720334999994, - 34.000772375000054 - ], - [ - -117.31720108399998, - 34.000774568000054 - ], - [ - -117.31719909499998, - 34.000776493000046 - ], - [ - -117.31719483999996, - 34.00078061100004 - ], - [ - -117.31719257499998, - 34.00078280300005 - ], - [ - -117.317190585, - 34.00078472900003 - ], - [ - -117.31718831999996, - 34.00078692300008 - ], - [ - -117.31718633099996, - 34.00078884800007 - ], - [ - -117.31718406599998, - 34.000791040000024 - ], - [ - -117.31717981099996, - 34.00079515900006 - ], - [ - -117.31717782199996, - 34.000797085000045 - ], - [ - -117.31717555799997, - 34.000799278000045 - ], - [ - -117.31717356799999, - 34.00080120400003 - ], - [ - -117.31717130199996, - 34.00080339600004 - ], - [ - -117.31716931299997, - 34.000805323000066 - ], - [ - -117.31716704899998, - 34.00080751400003 - ], - [ - -117.31716279399996, - 34.00081163300007 - ], - [ - -117.31716052899998, - 34.00081382600007 - ], - [ - -117.317158539, - 34.00081575100006 - ], - [ - -117.31715627399996, - 34.00081794400006 - ], - [ - -117.317152019, - 34.000822063000044 - ], - [ - -117.31714975499995, - 34.000824254000065 - ], - [ - -117.31714748999997, - 34.000826447000065 - ], - [ - -117.31714522399994, - 34.000828640000066 - ], - [ - -117.31714069399999, - 34.00083302500008 - ], - [ - -117.31713870399994, - 34.00083495000007 - ], - [ - -117.31713671499995, - 34.00083687600005 - ], - [ - -117.31713444899998, - 34.00083906900005 - ], - [ - -117.317130196, - 34.000843187000044 - ], - [ - -117.31712594099997, - 34.000847306000026 - ], - [ - -117.31712395099999, - 34.000849231000075 - ], - [ - -117.31712168599995, - 34.000851424000075 - ], - [ - -117.31711942099997, - 34.000853617000075 - ], - [ - -117.31711743099999, - 34.00085554200007 - ], - [ - -117.31711516699994, - 34.00085773400008 - ], - [ - -117.31711317599996, - 34.00085966100005 - ], - [ - -117.31711091199998, - 34.00086185400005 - ], - [ - -117.31710892299998, - 34.00086377900004 - ], - [ - -117.31710665699995, - 34.00086597100005 - ], - [ - -117.31710466699997, - 34.000867897000035 - ], - [ - -117.31710240299998, - 34.000870090000035 - ], - [ - -117.31710013799994, - 34.000872282000046 - ], - [ - -117.31709588399997, - 34.00087640100003 - ], - [ - -117.31709361799994, - 34.00087859400003 - ], - [ - -117.31709162799996, - 34.00088051900008 - ], - [ - -117.31708936399997, - 34.00088271100003 - ], - [ - -117.31708709799994, - 34.00088490400003 - ], - [ - -117.31708510799996, - 34.000886829000024 - ], - [ - -117.31703856699994, - 34.00093188300008 - ], - [ - -117.31687448199995, - 34.00093559700008 - ], - [ - -117.31680401399996, - 34.00093575000005 - ], - [ - -117.31679939299994, - 34.00093576100005 - ], - [ - -117.316794771, - 34.00093577000007 - ], - [ - -117.31679014799994, - 34.00093578000008 - ], - [ - -117.31678552699998, - 34.00093579000003 - ], - [ - -117.31678090499997, - 34.000935800000036 - ], - [ - -117.31677628299997, - 34.000935810000044 - ], - [ - -117.316771658, - 34.00093582000005 - ], - [ - -117.31676703699998, - 34.00093583000006 - ], - [ - -117.31676241499997, - 34.00093584000007 - ], - [ - -117.31675779399995, - 34.000935850000076 - ], - [ - -117.31675317199995, - 34.00093586000003 - ], - [ - -117.31674854799996, - 34.000935871000024 - ], - [ - -117.316743928, - 34.00093588100003 - ], - [ - -117.31673468399998, - 34.00093590100005 - ], - [ - -117.31673006099999, - 34.00093591000007 - ], - [ - -117.31672543899998, - 34.000935921000064 - ], - [ - -117.31672081799996, - 34.000935930000026 - ], - [ - -117.31671619499997, - 34.00093594100008 - ], - [ - -117.31671157199997, - 34.00093595000004 - ], - [ - -117.31670695099996, - 34.00093596100004 - ], - [ - -117.31670232899995, - 34.00093597100005 - ], - [ - -117.31669770499997, - 34.000935981000055 - ], - [ - -117.31669308399995, - 34.00093599100006 - ], - [ - -117.316688463, - 34.00093600200006 - ], - [ - -117.31668384099999, - 34.00093601200007 - ], - [ - -117.31667921899998, - 34.000936022000076 - ], - [ - -117.31667459499994, - 34.00093603200003 - ], - [ - -117.31666997399998, - 34.000936041000045 - ], - [ - -117.31666535199997, - 34.00093605200004 - ], - [ - -117.31665610599998, - 34.00093607200006 - ], - [ - -117.31665148499997, - 34.00093608100008 - ], - [ - -117.31664686299996, - 34.000936092000074 - ], - [ - -117.31664223999996, - 34.000936102000026 - ], - [ - -117.31663761899995, - 34.00093611200003 - ], - [ - -117.31663299699994, - 34.00093612200004 - ], - [ - -117.316628375, - 34.00093613300004 - ], - [ - -117.31662375199994, - 34.00093614300005 - ], - [ - -117.31661913, - 34.000936153000055 - ], - [ - -117.31661450799999, - 34.00093616300006 - ], - [ - -117.316609885, - 34.000936172000024 - ], - [ - -117.31660526299999, - 34.00093618200003 - ], - [ - -117.31660060599995, - 34.00093619200004 - ], - [ - -117.31659598399995, - 34.00093620200005 - ], - [ - -117.31659136199994, - 34.000936213000045 - ], - [ - -117.31658211699994, - 34.00093623300006 - ], - [ - -117.316577495, - 34.00093624400006 - ], - [ - -117.31657287399997, - 34.00093625400007 - ], - [ - -117.31656825099998, - 34.000936264000075 - ], - [ - -117.31656362799998, - 34.000936273000036 - ], - [ - -117.31655900699997, - 34.000936283000044 - ], - [ - -117.31655438499996, - 34.00093629300005 - ], - [ - -117.31654976199997, - 34.00093630300006 - ], - [ - -117.31654513899997, - 34.00093631300007 - ], - [ - -117.31654051799995, - 34.000936324000065 - ], - [ - -117.31653589499996, - 34.00093633300003 - ], - [ - -117.31653127299995, - 34.000936344000024 - ], - [ - -117.31652202999999, - 34.00093636400004 - ], - [ - -117.316517407, - 34.00093637400005 - ], - [ - -117.31650816299998, - 34.000936394000064 - ], - [ - -117.31650354199996, - 34.00093640400007 - ], - [ - -117.31649891899997, - 34.00093641400008 - ], - [ - -117.31648967299998, - 34.00093643400004 - ], - [ - -117.31648505199996, - 34.00093644400005 - ], - [ - -117.31648042999996, - 34.000936454000055 - ], - [ - -117.31647580699996, - 34.00093646400006 - ], - [ - -117.31647118599994, - 34.00093647400007 - ], - [ - -117.31646656299995, - 34.00093648400008 - ], - [ - -117.31646194199999, - 34.00093649400003 - ], - [ - -117.31645269599994, - 34.000936515000035 - ], - [ - -117.316448074, - 34.00093652500004 - ], - [ - -117.31644345199999, - 34.00093653400006 - ], - [ - -117.31643883099997, - 34.00093654500006 - ], - [ - -117.31643420699999, - 34.00093655400008 - ], - [ - -117.31642958599997, - 34.000936565000075 - ], - [ - -117.31642035999994, - 34.000936585000034 - ], - [ - -117.316415754, - 34.00093659500004 - ], - [ - -117.31641113299997, - 34.00093660500005 - ], - [ - -117.31640651099997, - 34.00093661500006 - ], - [ - -117.31640188699998, - 34.000936625000065 - ], - [ - -117.31639726599997, - 34.00093663500007 - ], - [ - -117.31638802299994, - 34.00093665600008 - ], - [ - -117.3163834, - 34.00093666600003 - ], - [ - -117.31637415599994, - 34.000936686000045 - ], - [ - -117.31636953499998, - 34.000936695000064 - ], - [ - -117.316364911, - 34.00093670600006 - ], - [ - -117.31635566699998, - 34.00093672600008 - ], - [ - -117.31635104499998, - 34.00093673500004 - ], - [ - -117.31634642199998, - 34.000936746000036 - ], - [ - -117.31634180099996, - 34.000936755000055 - ], - [ - -117.31633717999995, - 34.00093676600005 - ], - [ - -117.31632793399996, - 34.00093678700006 - ], - [ - -117.316318691, - 34.00093680700007 - ], - [ - -117.31631406799994, - 34.000936817000024 - ], - [ - -117.31630944699998, - 34.00093682600004 - ], - [ - -117.31630482399999, - 34.00093683600005 - ], - [ - -117.31630020299997, - 34.00093684600006 - ], - [ - -117.31629557999997, - 34.00093685600007 - ], - [ - -117.31629095799997, - 34.000936866000075 - ], - [ - -117.31628171399996, - 34.00093688700008 - ], - [ - -117.31627709199995, - 34.00093689600004 - ], - [ - -117.31627246899995, - 34.00093690700004 - ], - [ - -117.31626322399995, - 34.000936927000055 - ], - [ - -117.316258603, - 34.00093693700006 - ], - [ - -117.31625397999994, - 34.00093694800006 - ], - [ - -117.31624935899998, - 34.00093695700008 - ], - [ - -117.31624473599999, - 34.00093696700003 - ], - [ - -117.31624011399998, - 34.00093697700004 - ], - [ - -117.31623549199998, - 34.000936986000056 - ], - [ - -117.31623086899998, - 34.00093699700005 - ], - [ - -117.31622624799996, - 34.00093700600007 - ], - [ - -117.31622162599996, - 34.00093701700007 - ], - [ - -117.31621238199995, - 34.00093703700003 - ], - [ - -117.31620775899995, - 34.000937048000026 - ], - [ - -117.31620313699995, - 34.000937058000034 - ], - [ - -117.31619851299996, - 34.00093706800004 - ], - [ - -117.31619389199994, - 34.00093707800005 - ], - [ - -117.31618927099998, - 34.00093708700007 - ], - [ - -117.31618002699997, - 34.00093710700003 - ], - [ - -117.31617540299999, - 34.000937117000035 - ], - [ - -117.31617078199997, - 34.00093712700004 - ], - [ - -117.31616615999997, - 34.00093713800004 - ], - [ - -117.31616153799996, - 34.00093714700006 - ], - [ - -117.31615691399998, - 34.000937158000056 - ], - [ - -117.31615229299996, - 34.000937167000075 - ], - [ - -117.31614767099995, - 34.00093717800007 - ], - [ - -117.31614304799996, - 34.00093718800008 - ], - [ - -117.31613846299996, - 34.00093719800003 - ], - [ - -117.31613382299997, - 34.00093720800004 - ], - [ - -117.31612459499996, - 34.000937228000055 - ], - [ - -117.31611997399995, - 34.00093723800006 - ], - [ - -117.31611072899994, - 34.00093725800008 - ], - [ - -117.31610610699994, - 34.00093726800003 - ], - [ - -117.31610148399994, - 34.00093727800004 - ], - [ - -117.31609686399997, - 34.000937288000046 - ], - [ - -117.31609224099998, - 34.00093729800005 - ], - [ - -117.31608761799998, - 34.00093730800006 - ], - [ - -117.31608299399994, - 34.00093731800007 - ], - [ - -117.31607837299998, - 34.00093732800008 - ], - [ - -117.31607375199997, - 34.000937339000075 - ], - [ - -117.31606912899997, - 34.000937349000026 - ], - [ - -117.31606450799995, - 34.000937359000034 - ], - [ - -117.31605988499996, - 34.00093736800005 - ], - [ - -117.31605526299995, - 34.00093737800006 - ], - [ - -117.316050642, - 34.00093738800007 - ], - [ - -117.31604601799995, - 34.000937398000076 - ], - [ - -117.316041397, - 34.00093740900007 - ], - [ - -117.31603677399994, - 34.000937418000035 - ], - [ - -117.316032152, - 34.00093742900003 - ], - [ - -117.31602752899994, - 34.00093743800005 - ], - [ - -117.31602290799998, - 34.00093744900005 - ], - [ - -117.31601828599997, - 34.00093745800007 - ], - [ - -117.31601366199999, - 34.00093747000005 - ], - [ - -117.31600445499998, - 34.00093749000007 - ], - [ - -117.31599983399997, - 34.00093749900003 - ], - [ - -117.315995209, - 34.00093751000003 - ], - [ - -117.31599058799998, - 34.000937520000036 - ], - [ - -117.31598596599997, - 34.000937528000065 - ], - [ - -117.31598134499995, - 34.00093753900006 - ], - [ - -117.31597672199996, - 34.00093754900007 - ], - [ - -117.31597209899996, - 34.00093755900008 - ], - [ - -117.31596747799995, - 34.00093756900003 - ], - [ - -117.31596285599994, - 34.00093757900004 - ], - [ - -117.31595823299995, - 34.000937589000046 - ], - [ - -117.31595360999995, - 34.00093759900005 - ], - [ - -117.31594898999998, - 34.00093760900006 - ], - [ - -117.31594438499997, - 34.00093761900007 - ], - [ - -117.31593977999995, - 34.00093762900008 - ], - [ - -117.315935159, - 34.000937640000075 - ], - [ - -117.31593053599994, - 34.000937650000026 - ], - [ - -117.31592128999995, - 34.00093767000004 - ], - [ - -117.31591668799996, - 34.00093768000005 - ], - [ - -117.31591208299994, - 34.00093769000006 - ], - [ - -117.31590746199998, - 34.000937699000076 - ], - [ - -117.31590283799994, - 34.00093770900003 - ], - [ - -117.31589821699998, - 34.000937719000035 - ], - [ - -117.31589359499998, - 34.00093773000003 - ], - [ - -117.31588434899999, - 34.00093775000005 - ], - [ - -117.31587972799997, - 34.00093775900007 - ], - [ - -117.31587048399996, - 34.000937779000026 - ], - [ - -117.31586586199995, - 34.00093779000008 - ], - [ - -117.31586123899996, - 34.00093780000003 - ], - [ - -117.31585661799994, - 34.00093781100003 - ], - [ - -117.315851996, - 34.00093782000005 - ], - [ - -117.31584737299994, - 34.000937830000055 - ], - [ - -117.31584274999994, - 34.00093784000006 - ], - [ - -117.31583812899999, - 34.00093785000007 - ], - [ - -117.315833506, - 34.00093786000008 - ], - [ - -117.315828883, - 34.00093787000003 - ], - [ - -117.31582426299997, - 34.00093788000004 - ], - [ - -117.31581964099996, - 34.000937890000046 - ], - [ - -117.31581501799997, - 34.000937900000054 - ], - [ - -117.31581039599996, - 34.00093791000006 - ], - [ - -117.31580577299997, - 34.00093792000007 - ], - [ - -117.31579652899995, - 34.000937941000075 - ], - [ - -117.31579190699995, - 34.000937951000026 - ], - [ - -117.31578728599999, - 34.000937960000044 - ], - [ - -117.31577804099999, - 34.00093798100005 - ], - [ - -117.31577345399995, - 34.00093799000007 - ], - [ - -117.315768833, - 34.000938 - ], - [ - -117.31576420899995, - 34.00093801000003 - ], - [ - -117.31575958699995, - 34.00093800700006 - ], - [ - -117.31575034399998, - 34.000938027000075 - ], - [ - -117.31574572099998, - 34.00093805100005 - ], - [ - -117.31574109899998, - 34.00093804800008 - ], - [ - -117.31573185499997, - 34.00093806700005 - ], - [ - -117.31572723299996, - 34.00093809200007 - ], - [ - -117.31572261099996, - 34.00093810100003 - ], - [ - -117.31571798799996, - 34.00093809700007 - ], - [ - -117.31571336499997, - 34.00093812100005 - ], - [ - -117.31570874399995, - 34.00093811700003 - ], - [ - -117.31570412199994, - 34.00093814100006 - ], - [ - -117.31569487699994, - 34.00093816000003 - ], - [ - -117.315690255, - 34.00093817000004 - ], - [ - -117.31568563399998, - 34.00093818000005 - ], - [ - -117.31567638799999, - 34.000938199000075 - ], - [ - -117.31566714499996, - 34.00093822000008 - ], - [ - -117.31566252299996, - 34.000938217000055 - ], - [ - -117.31565324199994, - 34.00093825000005 - ], - [ - -117.31564862099998, - 34.00093824600003 - ], - [ - -117.31564399699994, - 34.00093827000006 - ], - [ - -117.31563475399997, - 34.00093829000008 - ], - [ - -117.31563016799998, - 34.000938287000054 - ], - [ - -117.31562554499999, - 34.00093831000004 - ], - [ - -117.31561629999999, - 34.000938330000054 - ], - [ - -117.31560705599998, - 34.00093834900008 - ], - [ - -117.31559781299995, - 34.00093836900004 - ], - [ - -117.31559318999996, - 34.000938380000036 - ], - [ - -117.31558394599995, - 34.00093839800007 - ], - [ - -117.315574702, - 34.00093841900008 - ], - [ - -117.315565457, - 34.00093843900004 - ], - [ - -117.31556083599997, - 34.000938449000046 - ], - [ - -117.315556212, - 34.000938459000054 - ], - [ - -117.31554696699999, - 34.00093847900007 - ], - [ - -117.31554234599997, - 34.00093848800003 - ], - [ - -117.31552848099994, - 34.000938519000044 - ], - [ - -117.31552385799995, - 34.00093852900005 - ], - [ - -117.31551461099997, - 34.00093855000006 - ], - [ - -117.31550999099994, - 34.000938560000066 - ], - [ - -117.31550074699999, - 34.000938579000035 - ], - [ - -117.31549150399997, - 34.00093859900005 - ], - [ - -117.31548225999995, - 34.00093861900007 - ], - [ - -117.31547301399996, - 34.000938639000026 - ], - [ - -117.31546377099994, - 34.00093865800005 - ], - [ - -117.315459149, - 34.00093866800006 - ], - [ - -117.31545452499995, - 34.00093867800007 - ], - [ - -117.31544993999995, - 34.000938688000076 - ], - [ - -117.31544531799995, - 34.00093869800003 - ], - [ - -117.31544069399996, - 34.000938708000035 - ], - [ - -117.31543607199995, - 34.00093871900003 - ], - [ - -117.31543145099994, - 34.00093872900004 - ], - [ - -117.315422206, - 34.000938735000034 - ], - [ - -117.31541758399999, - 34.000938758000075 - ], - [ - -117.31540834099997, - 34.00093877300003 - ], - [ - -117.31540830499995, - 34.00093877200004 - ], - [ - -117.31540826999998, - 34.00093877200004 - ], - [ - -117.31539902599997, - 34.00093878600006 - ], - [ - -117.31538515699998, - 34.00093882900006 - ], - [ - -117.31537591299997, - 34.00093884800003 - ], - [ - -117.31536663499998, - 34.00093886800005 - ], - [ - -117.31535739099996, - 34.00093887400004 - ], - [ - -117.31534814599996, - 34.00093890800008 - ], - [ - -117.31533890099996, - 34.00093892800004 - ], - [ - -117.31532965799994, - 34.000938949000044 - ], - [ - -117.31532041199995, - 34.00093896800007 - ], - [ - -117.31531579099999, - 34.000938964000056 - ], - [ - -117.31530192499997, - 34.000939008000046 - ], - [ - -117.31529268099996, - 34.00093902800006 - ], - [ - -117.31528343499997, - 34.00093904700003 - ], - [ - -117.315274193, - 34.00093906700005 - ], - [ - -117.31526491199998, - 34.00093908800005 - ], - [ - -117.31525104399998, - 34.00093911700003 - ], - [ - -117.31524180099996, - 34.000939137000046 - ], - [ - -117.31522793399995, - 34.00093916600008 - ], - [ - -117.31521869099998, - 34.00093918600004 - ], - [ - -117.31520482499997, - 34.00093921800004 - ], - [ - -117.31519557999997, - 34.00093923700007 - ], - [ - -117.31519095699997, - 34.000939247000076 - ], - [ - -117.31518171399995, - 34.000939266000046 - ], - [ - -117.31517709099995, - 34.000939276000054 - ], - [ - -117.31516322599998, - 34.00093930600008 - ], - [ - -117.31514935899997, - 34.000939335000055 - ], - [ - -117.31514008, - 34.00093935700005 - ], - [ - -117.315130835, - 34.000939376000076 - ], - [ - -117.31512621299999, - 34.00093938600003 - ], - [ - -117.31511234699997, - 34.00093941600005 - ], - [ - -117.31509847899997, - 34.00093944500003 - ], - [ - -117.31508923699994, - 34.00093945300006 - ], - [ - -117.315079992, - 34.00093948600005 - ], - [ - -117.31507074799998, - 34.000939506000066 - ], - [ - -117.31506612399994, - 34.00093951500003 - ], - [ - -117.31505688099998, - 34.00093953600003 - ], - [ - -117.31504763799995, - 34.000939542000026 - ], - [ - -117.31504301399997, - 34.00093956500007 - ], - [ - -117.31503377099995, - 34.000939585000026 - ], - [ - -117.31502914799995, - 34.000939594000045 - ], - [ - -117.31501528299998, - 34.00093962600005 - ], - [ - -117.31500141599997, - 34.00093964100006 - ], - [ - -117.31499679299998, - 34.00093966400004 - ], - [ - -117.31499217099997, - 34.00093967500004 - ], - [ - -117.31498292699996, - 34.000939695000056 - ], - [ - -117.31496905899996, - 34.000939724000034 - ], - [ - -117.31496443799995, - 34.00093973400004 - ], - [ - -117.31495981599994, - 34.00093974400005 - ], - [ - -117.31495519299995, - 34.00093975400006 - ], - [ - -117.31494594799995, - 34.000939774000074 - ], - [ - -117.31494132699999, - 34.000939784000025 - ], - [ - -117.31493208299997, - 34.00093980400004 - ], - [ - -117.31492746199996, - 34.00093981400005 - ], - [ - -117.31492283799997, - 34.000939824000056 - ], - [ - -117.31491359299997, - 34.000939843000026 - ], - [ - -117.31490434999995, - 34.00093986200005 - ], - [ - -117.31489044699998, - 34.000939893000066 - ], - [ - -117.31488582599997, - 34.000939903000074 - ], - [ - -117.31487658099996, - 34.00093992400008 - ], - [ - -117.31486733799994, - 34.00093994300005 - ], - [ - -117.31485809399999, - 34.000939963000064 - ], - [ - -117.31485343499997, - 34.00093997300007 - ], - [ - -117.31484881399996, - 34.00093998300002 - ], - [ - -117.31483956899996, - 34.00094000200005 - ], - [ - -117.31483494799994, - 34.00094001400004 - ], - [ - -117.31483032499995, - 34.000940023000055 - ], - [ - -117.31481645899999, - 34.00094005300008 - ], - [ - -117.314807213, - 34.00094007200005 - ], - [ - -117.31479796899998, - 34.000940092000064 - ], - [ - -117.31477944599999, - 34.00094013100005 - ], - [ - -117.31476557999997, - 34.000940161000074 - ], - [ - -117.31475171399995, - 34.00094019200003 - ], - [ - -117.31474246699997, - 34.00094021100006 - ], - [ - -117.31473781199998, - 34.000940221000064 - ], - [ - -117.31471459499994, - 34.00094027000006 - ], - [ - -117.31470535099999, - 34.000940290000074 - ], - [ - -117.31470073, - 34.000940300000025 - ], - [ - -117.31469610699997, - 34.00094031000003 - ], - [ - -117.31469148399998, - 34.00094032000004 - ], - [ - -117.31468686299996, - 34.00094033000005 - ], - [ - -117.31468223999997, - 34.00094034000006 - ], - [ - -117.31467761899995, - 34.000940350000064 - ], - [ - -117.31467299499997, - 34.00094036100006 - ], - [ - -117.31466837399995, - 34.00094037100007 - ], - [ - -117.31466375099996, - 34.00094038100008 - ], - [ - -117.314654508, - 34.00094040000005 - ], - [ - -117.314649885, - 34.000940410000055 - ], - [ - -117.31464526299999, - 34.00094042000006 - ], - [ - -117.31464064099998, - 34.00094043000007 - ], - [ - -117.31462677399998, - 34.00094045900005 - ], - [ - -117.31462215199997, - 34.00094046900006 - ], - [ - -117.31461290899995, - 34.00094048900007 - ], - [ - -117.31460362899998, - 34.00094051000008 - ], - [ - -117.31459897099995, - 34.00094051900004 - ], - [ - -117.31459434899995, - 34.00094052900005 - ], - [ - -117.31458048299999, - 34.000940558000025 - ], - [ - -117.314575844, - 34.00094056800003 - ], - [ - -117.31457120299996, - 34.00094057800004 - ], - [ - -117.31456196, - 34.000940599000046 - ], - [ - -117.31455733499996, - 34.000940609000054 - ], - [ - -117.31455271399994, - 34.00094061900006 - ], - [ - -117.31453884799998, - 34.00094064700005 - ], - [ - -117.31453422499999, - 34.00094065700006 - ], - [ - -117.31452960399997, - 34.000940667000066 - ], - [ - -117.31452035899997, - 34.000940687000025 - ], - [ - -117.31451111599995, - 34.00094070700004 - ], - [ - -117.31450187099995, - 34.00094072700006 - ], - [ - -117.31449724899994, - 34.000940737000064 - ], - [ - -117.314492627, - 34.00094074800006 - ], - [ - -117.31448800399994, - 34.00094075800007 - ], - [ - -117.314483382, - 34.00094076700003 - ], - [ - -117.31447413899997, - 34.00094078700005 - ], - [ - -117.31446489299998, - 34.00094080700006 - ], - [ - -117.31446027199996, - 34.000940816000025 - ], - [ - -117.31445564899997, - 34.00094082700008 - ], - [ - -117.31444640399997, - 34.00094084600005 - ], - [ - -117.31444174699999, - 34.000940857000046 - ], - [ - -117.31443712599997, - 34.000940867000054 - ], - [ - -117.31443250399997, - 34.00094087800005 - ], - [ - -117.31442788099997, - 34.00094088600002 - ], - [ - -117.31441863699996, - 34.00094090700003 - ], - [ - -117.31441401399996, - 34.00094091600005 - ], - [ - -117.31440477099994, - 34.00094093600006 - ], - [ - -117.314400149, - 34.000940945000025 - ], - [ - -117.31439552599994, - 34.00094095600008 - ], - [ - -117.31438628199999, - 34.00094097400006 - ], - [ - -117.31438166099997, - 34.00094098500006 - ], - [ - -117.31437241499998, - 34.00094100300004 - ], - [ - -117.31436779399996, - 34.000941014000034 - ], - [ - -117.31436317099997, - 34.00094102400004 - ], - [ - -117.31435392799995, - 34.00094104300007 - ], - [ - -117.31434930499995, - 34.000941053000076 - ], - [ - -117.314344684, - 34.00094106200004 - ], - [ - -117.31434006199999, - 34.000941073000035 - ], - [ - -117.31433545699997, - 34.00094108300004 - ], - [ - -117.31433085099997, - 34.00094109400004 - ], - [ - -117.31432622999995, - 34.00094110300006 - ], - [ - -117.31432160799994, - 34.00094111300007 - ], - [ - -117.31431702099997, - 34.000941123000075 - ], - [ - -117.31431239799997, - 34.000941133000026 - ], - [ - -117.31430777699995, - 34.000941143000034 - ], - [ - -117.31430315499995, - 34.00094115200005 - ], - [ - -117.314293911, - 34.00094117200007 - ], - [ - -117.31428928899999, - 34.00094118100003 - ], - [ - -117.31428466699998, - 34.00094119100004 - ], - [ - -117.31428004199995, - 34.000941201000046 - ], - [ - -117.314275421, - 34.000941211000054 - ], - [ - -117.31427080099996, - 34.00094122100006 - ], - [ - -117.31426617699998, - 34.00094123100007 - ], - [ - -117.314261591, - 34.00094124100008 - ], - [ - -117.31425696699995, - 34.00094125100003 - ], - [ - -117.31425234599999, - 34.00094126100004 - ], - [ - -117.31424772399998, - 34.000941271000045 - ], - [ - -117.31424310199998, - 34.00094128000006 - ], - [ - -117.314238478, - 34.00094129200005 - ], - [ - -117.31423387399997, - 34.00094130100007 - ], - [ - -117.31422927099999, - 34.00094131000003 - ], - [ - -117.314224648, - 34.00094132100003 - ], - [ - -117.31422002699998, - 34.000941330000046 - ], - [ - -117.31421540399998, - 34.000941340000054 - ], - [ - -117.31421078199998, - 34.000941348000026 - ], - [ - -117.31420615899998, - 34.000941359000024 - ], - [ - -117.31420153799996, - 34.00094136800004 - ], - [ - -117.31419691599996, - 34.00094137700006 - ], - [ - -117.31419229399995, - 34.00094138700007 - ], - [ - -117.31412587199998, - 34.00094152300005 - ], - [ - -117.31412253699995, - 34.00093244400006 - ], - [ - -117.31410282599995, - 34.00087879500006 - ], - [ - -117.31410244299997, - 34.000877754000044 - ], - [ - -117.31410114699997, - 34.00087422300004 - ], - [ - -117.31410076299994, - 34.00087318200008 - ], - [ - -117.31409946799994, - 34.00086965000003 - ], - [ - -117.31409908399996, - 34.000868610000055 - ], - [ - -117.31409778799997, - 34.00086507900005 - ], - [ - -117.314097404, - 34.00086403600005 - ], - [ - -117.31409610599997, - 34.00086050600004 - ], - [ - -117.31409480999997, - 34.00085697500003 - ], - [ - -117.31409351299999, - 34.00085344400003 - ], - [ - -117.31409312899996, - 34.00085240400006 - ], - [ - -117.31409183399995, - 34.00084887400004 - ], - [ - -117.31409144899999, - 34.000847830000055 - ], - [ - -117.314091067, - 34.000846790000026 - ], - [ - -117.31408976999995, - 34.00084325800003 - ], - [ - -117.31408938899995, - 34.00084222000004 - ], - [ - -117.31408847399996, - 34.000839728000074 - ], - [ - -117.31408717499994, - 34.00083619800006 - ], - [ - -117.31408626099994, - 34.00083370700003 - ], - [ - -117.31408588, - 34.000832665000075 - ], - [ - -117.31408496399996, - 34.00083017600008 - ], - [ - -117.31408366699998, - 34.000826646000064 - ], - [ - -117.31408237, - 34.000823113000024 - ], - [ - -117.31408107299995, - 34.000819583000066 - ], - [ - -117.314079774, - 34.00081605300005 - ], - [ - -117.31407847899999, - 34.00081252200005 - ], - [ - -117.31407718, - 34.00080899000005 - ], - [ - -117.31407588299999, - 34.00080546000004 - ], - [ - -117.31407458599995, - 34.000801927000055 - ], - [ - -117.31407328999995, - 34.00079839700004 - ], - [ - -117.31407199199998, - 34.000794866000035 - ], - [ - -117.31407160999998, - 34.00079382500007 - ], - [ - -117.31407031299995, - 34.00079029400007 - ], - [ - -117.31406992899997, - 34.00078925400004 - ], - [ - -117.31406863099994, - 34.000785723000035 - ], - [ - -117.31406695099997, - 34.000781149000034 - ], - [ - -117.31406656999997, - 34.00078010800007 - ], - [ - -117.314065272, - 34.00077657800006 - ], - [ - -117.31406489099999, - 34.00077553800003 - ], - [ - -117.31406359199997, - 34.000772006000034 - ], - [ - -117.31406321199995, - 34.00077096500007 - ], - [ - -117.31406191299999, - 34.00076743300008 - ], - [ - -117.31406153199998, - 34.00076639200006 - ], - [ - -117.31406023299996, - 34.000762863000034 - ], - [ - -117.31405985199996, - 34.000761821000026 - ], - [ - -117.31405855199995, - 34.00075828900003 - ], - [ - -117.31405816999995, - 34.00075724800007 - ], - [ - -117.31405687399996, - 34.000753717000066 - ], - [ - -117.31405649099997, - 34.00075267600005 - ], - [ - -117.31405519299994, - 34.00074914600003 - ], - [ - -117.31405351399997, - 34.00074457300008 - ], - [ - -117.31403312499998, - 34.000689074000036 - ], - [ - -117.31403282999997, - 34.000636032000045 - ], - [ - -117.31403280799998, - 34.00063218300005 - ], - [ - -117.31403278699997, - 34.00062833100003 - ], - [ - -117.31403276599997, - 34.000624483000024 - ], - [ - -117.31403274399997, - 34.00062063300004 - ], - [ - -117.31403272299997, - 34.000616784000044 - ], - [ - -117.31402726299996, - 33.99963161200003 - ], - [ - -117.31402723099995, - 33.99962610700004 - ], - [ - -117.31402720099999, - 33.99962060100006 - ], - [ - -117.31402716899998, - 33.99961509600007 - ], - [ - -117.31402713899996, - 33.999609591000024 - ], - [ - -117.31402710799995, - 33.999604085000044 - ], - [ - -117.31402684099999, - 33.99955578400005 - ], - [ - -117.31386843699994, - 33.999476306000076 - ], - [ - -117.31378096099996, - 33.999429887000076 - ], - [ - -117.31377791799997, - 33.999428272000046 - ], - [ - -117.31377324799996, - 33.99942579300006 - ], - [ - -117.313770203, - 33.99942417700004 - ], - [ - -117.31376857699996, - 33.99942331400007 - ], - [ - -117.313765532, - 33.99942169900004 - ], - [ - -117.31367971799995, - 33.99937616200003 - ], - [ - -117.31359980399998, - 33.99933375400008 - ], - [ - -117.31359865299999, - 33.99925022200006 - ], - [ - -117.31359857799998, - 33.99924471600008 - ], - [ - -117.31359850099994, - 33.99923921100003 - ], - [ - -117.31359842599994, - 33.99923370600004 - ], - [ - -117.3135983499999, - 33.99922820100005 - ], - [ - -117.31359827399996, - 33.99922269500007 - ], - [ - -117.31359819899996, - 33.999217190000024 - ], - [ - -117.31359812199997, - 33.999211685000034 - ], - [ - -117.31359804699997, - 33.999206180000044 - ], - [ - -117.31359797099998, - 33.999200674000065 - ], - [ - -117.31359789499999, - 33.999195169000075 - ], - [ - -117.31359781999998, - 33.99918966400003 - ], - [ - -117.31359766799994, - 33.99917865400005 - ], - [ - -117.31359759199995, - 33.99917314800007 - ], - [ - -117.31359751599996, - 33.99916764300008 - ], - [ - -117.31359743999997, - 33.99916213800003 - ], - [ - -117.31359736499996, - 33.99915663300004 - ], - [ - -117.31359728899997, - 33.99915112800005 - ], - [ - -117.31359721299998, - 33.99914562200007 - ], - [ - -117.31359713799998, - 33.999140117000024 - ], - [ - -117.31359706099994, - 33.999134612000034 - ], - [ - -117.313596986, - 33.999129106000055 - ], - [ - -117.31359690999994, - 33.999123601000065 - ], - [ - -117.31359683399995, - 33.999118096000075 - ], - [ - -117.31359675899995, - 33.99911259000004 - ], - [ - -117.31359660699997, - 33.99910157800008 - ], - [ - -117.31359653099997, - 33.99909607300003 - ], - [ - -117.31359645499998, - 33.99909056800004 - ], - [ - -117.31359637999998, - 33.99908506300005 - ], - [ - -117.31359630399999, - 33.99907955800006 - ], - [ - -117.31359615199995, - 33.999068547000036 - ], - [ - -117.31359607599995, - 33.999063042000046 - ], - [ - -117.313596, - 33.999057537000056 - ], - [ - -117.31359592499996, - 33.999052031000076 - ], - [ - -117.31359584899997, - 33.99904652600003 - ], - [ - -117.31359577299997, - 33.99904102100004 - ], - [ - -117.31359569799997, - 33.99903551600005 - ], - [ - -117.313595621, - 33.99903001100006 - ], - [ - -117.31359546999994, - 33.999019 - ], - [ - -117.31359539399995, - 33.99901349500004 - ], - [ - -117.31359531899994, - 33.99900798900006 - ], - [ - -117.31359524199996, - 33.99900248400007 - ], - [ - -117.31359516699996, - 33.998996979000026 - ], - [ - -117.31359509099997, - 33.998991474000036 - ], - [ - -117.31359501499998, - 33.998985969000046 - ], - [ - -117.31359493999997, - 33.998980463000066 - ], - [ - -117.313594863, - 33.998974958000076 - ], - [ - -117.31359478799999, - 33.99896945300003 - ], - [ - -117.31359471199994, - 33.99896394700005 - ], - [ - -117.31359463599995, - 33.99895844300005 - ], - [ - -117.31359455999996, - 33.99895293700007 - ], - [ - -117.31359448499995, - 33.99894743200008 - ], - [ - -117.31359440899996, - 33.99894192600004 - ], - [ - -117.31359433299997, - 33.99893642100005 - ], - [ - -117.31359425699998, - 33.998930915000074 - ], - [ - -117.31359418099998, - 33.99892541000003 - ], - [ - -117.31359410599998, - 33.99891990500004 - ], - [ - -117.31359403, - 33.99891440000005 - ], - [ - -117.31359395399994, - 33.99890889400007 - ], - [ - -117.31359387899994, - 33.99890338900008 - ], - [ - -117.31359380199996, - 33.99889788400003 - ], - [ - -117.31359365099996, - 33.99888687300006 - ], - [ - -117.31359357499997, - 33.99888136800007 - ], - [ - -117.31359349999997, - 33.99887586300002 - ], - [ - -117.31359342299999, - 33.99887035800003 - ], - [ - -117.31359334799998, - 33.998864852000054 - ], - [ - -117.31359319599994, - 33.998853842000074 - ], - [ - -117.31359312, - 33.99884833600004 - ], - [ - -117.31359304499995, - 33.99884283100005 - ], - [ - -117.31359296899996, - 33.99883732600006 - ], - [ - -117.31359289299996, - 33.99883182100007 - ], - [ - -117.31359281699997, - 33.99882631600008 - ], - [ - -117.31359274099998, - 33.99882081100003 - ], - [ - -117.31359266599998, - 33.99881530500005 - ], - [ - -117.31359258999998, - 33.99880979900007 - ], - [ - -117.313592514, - 33.998804294000024 - ], - [ - -117.313592439, - 33.998798789000034 - ], - [ - -117.31359236199995, - 33.998793284000044 - ], - [ - -117.31359228699995, - 33.998787779000054 - ], - [ - -117.31359205999996, - 33.99877126200005 - ], - [ - -117.31359198299998, - 33.99876575700006 - ], - [ - -117.31359190799998, - 33.99876025100008 - ], - [ - -117.31359183199999, - 33.99875474600003 - ], - [ - -117.31359167999994, - 33.99874373600005 - ], - [ - -117.31359152899995, - 33.998732725000025 - ], - [ - -117.31359145299996, - 33.998727220000035 - ], - [ - -117.31359137699997, - 33.998721715000045 - ], - [ - -117.31359130099997, - 33.998716209000065 - ], - [ - -117.31359122599997, - 33.998710704000075 - ], - [ - -117.31359114999998, - 33.99870519900003 - ], - [ - -117.31359107399999, - 33.99869969400004 - ], - [ - -117.31359092199995, - 33.99868868300007 - ], - [ - -117.31359084699994, - 33.99868318600005 - ], - [ - -117.31359076999996, - 33.998677686000065 - ], - [ - -117.31359069499996, - 33.998672181000074 - ], - [ - -117.31359061899997, - 33.99866667600003 - ], - [ - -117.31359046699998, - 33.99865566600005 - ], - [ - -117.313590391, - 33.99865016000007 - ], - [ - -117.31359031599999, - 33.99864465500008 - ], - [ - -117.3135902399999, - 33.99863914900004 - ], - [ - -117.31359016399995, - 33.99863364500004 - ], - [ - -117.31359008899994, - 33.99862814000005 - ], - [ - -117.31359001199996, - 33.99862263500006 - ], - [ - -117.31358985999998, - 33.998611624000034 - ], - [ - -117.31358978499998, - 33.998606118000055 - ], - [ - -117.31358970999997, - 33.998600613000065 - ], - [ - -117.313589633, - 33.998595108000075 - ], - [ - -117.31358948199994, - 33.99858409700005 - ], - [ - -117.31358940599995, - 33.99857859200006 - ], - [ - -117.31358932999996, - 33.99857308600008 - ], - [ - -117.31358917899996, - 33.99856207600004 - ], - [ - -117.31358910299997, - 33.99855657100005 - ], - [ - -117.31358895099999, - 33.998545560000025 - ], - [ - -117.31358887599998, - 33.998540054000046 - ], - [ - -117.3135888, - 33.998534549000055 - ], - [ - -117.31358872399994, - 33.998529044000065 - ], - [ - -117.31358864899994, - 33.998523531000046 - ], - [ - -117.31358857199996, - 33.998518026000056 - ], - [ - -117.31358849699996, - 33.998512521000066 - ], - [ - -117.31358842099996, - 33.998507016000076 - ], - [ - -117.31358834499997, - 33.99850151100003 - ], - [ - -117.31358826999997, - 33.99849600600004 - ], - [ - -117.31358811799998, - 33.99848499400008 - ], - [ - -117.313588042, - 33.99847948900003 - ], - [ - -117.31358788999995, - 33.99846847900005 - ], - [ - -117.31358781499995, - 33.99846297400006 - ], - [ - -117.31358773899996, - 33.99845746900007 - ], - [ - -117.31358766299996, - 33.998451963000036 - ], - [ - -117.31358758799996, - 33.998446459000036 - ], - [ - -117.31358751099998, - 33.998440953000056 - ], - [ - -117.31358743599998, - 33.998435448000066 - ], - [ - -117.31358735999999, - 33.99842994200003 - ], - [ - -117.313587284, - 33.99842443700004 - ], - [ - -117.313587209, - 33.99841893200005 - ], - [ - -117.31358713199995, - 33.99841342700006 - ], - [ - -117.31358705699995, - 33.99840791400004 - ], - [ - -117.31358698099996, - 33.99840240800006 - ], - [ - -117.31358690599995, - 33.99839690300007 - ], - [ - -117.31358682999996, - 33.998391398000024 - ], - [ - -117.31358675399997, - 33.998385893000034 - ], - [ - -117.31358667899997, - 33.998380387000054 - ], - [ - -117.31358660199999, - 33.998374881000075 - ], - [ - -117.31358652699998, - 33.99836937600003 - ], - [ - -117.31358644999995, - 33.99836387100004 - ], - [ - -117.3135863, - 33.99835286100006 - ], - [ - -117.31358622299996, - 33.99834735600007 - ], - [ - -117.31358607199996, - 33.99833634500004 - ], - [ - -117.31358599599997, - 33.99833084100004 - ], - [ - -117.31358592, - 33.99832533500006 - ], - [ - -117.31358584399999, - 33.998319829000025 - ], - [ - -117.313585693, - 33.998308819000044 - ], - [ - -117.31358561699994, - 33.998303314000054 - ], - [ - -117.31358554099995, - 33.998297809000064 - ], - [ - -117.31358546599995, - 33.99829230300003 - ], - [ - -117.31358538999996, - 33.99828679700005 - ], - [ - -117.31358531399997, - 33.99828129200006 - ], - [ - -117.31358523799997, - 33.99827578700007 - ], - [ - -117.31358516199998, - 33.99827027500004 - ], - [ - -117.31358501099999, - 33.99825926500006 - ], - [ - -117.313584935, - 33.99825375900008 - ], - [ - -117.31358486, - 33.99824825400003 - ], - [ - -117.31358478399994, - 33.99824274900004 - ], - [ - -117.31358470799995, - 33.99823724400005 - ], - [ - -117.31358463199996, - 33.99823173900006 - ], - [ - -117.31358455599997, - 33.998226233000025 - ], - [ - -117.31358447999997, - 33.998220728000035 - ], - [ - -117.31358440499997, - 33.998215222000056 - ], - [ - -117.31358432899998, - 33.998209717000066 - ], - [ - -117.31358425299999, - 33.99820421100003 - ], - [ - -117.31358417799999, - 33.99819870600004 - ], - [ - -117.31358410099995, - 33.99819320100005 - ], - [ - -117.31358402599994, - 33.99818769500007 - ], - [ - -117.31358394999995, - 33.99818219000008 - ], - [ - -117.31358387399996, - 33.99817668500003 - ], - [ - -117.31358379899996, - 33.99817117900005 - ], - [ - -117.31358372199998, - 33.99816567400006 - ], - [ - -117.31358364699997, - 33.99816016900007 - ], - [ - -117.31358357099998, - 33.998154664000026 - ], - [ - -117.31358349499999, - 33.998149159000036 - ], - [ - -117.31358341999999, - 33.998143654000046 - ], - [ - -117.313583344, - 33.998138148000066 - ], - [ - -117.31358326799995, - 33.998132643000076 - ], - [ - -117.31358319199995, - 33.99812713700004 - ], - [ - -117.31358311599996, - 33.99812163300004 - ], - [ - -117.31358303999997, - 33.99811612700006 - ], - [ - -117.31358296499997, - 33.99811062200007 - ], - [ - -117.31358288899997, - 33.99810511600003 - ], - [ - -117.31358273799998, - 33.99809409900007 - ], - [ - -117.31358266099994, - 33.99808859400002 - ], - [ - -117.31358258599994, - 33.99808308900003 - ], - [ - -117.31358250999995, - 33.99807758400004 - ], - [ - -117.31358243399995, - 33.998072078000064 - ], - [ - -117.31358235899995, - 33.998066573000074 - ], - [ - -117.31358228299996, - 33.99806106700004 - ], - [ - -117.31358220699997, - 33.99805556200005 - ], - [ - -117.31358213099998, - 33.99805005700006 - ], - [ - -117.31358205599997, - 33.99804455200007 - ], - [ - -117.31358190399999, - 33.99803353400006 - ], - [ - -117.31358182899999, - 33.99802802900007 - ], - [ - -117.31358175199995, - 33.99802252400008 - ], - [ - -117.31358167699995, - 33.99801701900003 - ], - [ - -117.31358160099995, - 33.99801151300005 - ], - [ - -117.31358152499996, - 33.99800600700007 - ], - [ - -117.31358144999996, - 33.998000502000025 - ], - [ - -117.31358137299998, - 33.997994996000045 - ], - [ - -117.31358129799997, - 33.997989491000055 - ], - [ - -117.31358122199998, - 33.997983986000065 - ], - [ - -117.313581146, - 33.997978481000075 - ], - [ - -117.31358106999994, - 33.99797297500004 - ], - [ - -117.31358099499994, - 33.99796747100004 - ], - [ - -117.31358091899995, - 33.99796196400007 - ], - [ - -117.31358084299995, - 33.99795646000007 - ], - [ - -117.31358076799995, - 33.99795095400003 - ], - [ - -117.31358069099997, - 33.99794544900004 - ], - [ - -117.31358061599997, - 33.99793994400005 - ], - [ - -117.31358053999998, - 33.99793443900006 - ], - [ - -117.31358046399998, - 33.99792892600004 - ], - [ - -117.31358038899998, - 33.997923428000036 - ], - [ - -117.31358031199994, - 33.997917923000045 - ], - [ - -117.31358023699994, - 33.997912418000055 - ], - [ - -117.31358016099995, - 33.997906912000076 - ], - [ - -117.31358008499996, - 33.99790140700003 - ], - [ - -117.31358000999995, - 33.99789590100005 - ], - [ - -117.31357993299997, - 33.99789039600006 - ], - [ - -117.31357985799997, - 33.99788489200006 - ], - [ - -117.31357978199998, - 33.99787938600008 - ], - [ - -117.31357970599998, - 33.99787388100003 - ], - [ - -117.313579555, - 33.99786287000006 - ], - [ - -117.31357947899994, - 33.99785736600006 - ], - [ - -117.31357940299995, - 33.997851860000026 - ], - [ - -117.31357925099996, - 33.997840849000056 - ], - [ - -117.31357917599996, - 33.997835344000066 - ], - [ - -117.31357902399998, - 33.99782433400003 - ], - [ - -117.31357894899998, - 33.99781882900004 - ], - [ - -117.313578872, - 33.99781332400005 - ], - [ - -117.313578797, - 33.997807816000034 - ], - [ - -117.31357872099994, - 33.99780231200003 - ], - [ - -117.31357864499995, - 33.99779680600005 - ], - [ - -117.31357856999995, - 33.99779130100006 - ], - [ - -117.31357849299997, - 33.99778579600007 - ], - [ - -117.31357841799996, - 33.997780291000026 - ], - [ - -117.31357834199997, - 33.99777478500005 - ], - [ - -117.31357826599998, - 33.997769283000025 - ], - [ - -117.31357818999999, - 33.99776378200005 - ], - [ - -117.31357811399994, - 33.99775827600007 - ], - [ - -117.313578039, - 33.99775277100008 - ], - [ - -117.31357796299994, - 33.99774726600003 - ], - [ - -117.31357781099996, - 33.99773625500006 - ], - [ - -117.31357773599996, - 33.99773075100006 - ], - [ - -117.31357765999996, - 33.99772524400004 - ], - [ - -117.31357758399997, - 33.997719740000036 - ], - [ - -117.31357750799998, - 33.99771423400006 - ], - [ - -117.31357743199999, - 33.99770872900007 - ], - [ - -117.31357735699999, - 33.99770322400008 - ], - [ - -117.31357720499994, - 33.99769221300005 - ], - [ - -117.31357712999994, - 33.99768670800006 - ], - [ - -117.31357705299996, - 33.997681202000024 - ], - [ - -117.31357697799996, - 33.99767569800008 - ], - [ - -117.31357690099998, - 33.997670192000044 - ], - [ - -117.31357674999998, - 33.99765918200006 - ], - [ - -117.31357667399999, - 33.99765367700007 - ], - [ - -117.31357659899999, - 33.99764817200003 - ], - [ - -117.313576523, - 33.99764266600005 - ], - [ - -117.31357637099995, - 33.99763165500008 - ], - [ - -117.31357629599995, - 33.99762615000003 - ], - [ - -117.31357621999996, - 33.99762064500004 - ], - [ - -117.31357606799997, - 33.99760963500006 - ], - [ - -117.31357599199998, - 33.997604126000056 - ], - [ - -117.31357591699998, - 33.99759861600006 - ], - [ - -117.31357584099999, - 33.99759311100007 - ], - [ - -117.31357576499994, - 33.997587606000025 - ], - [ - -117.31357569, - 33.997582100000045 - ], - [ - -117.31357561299995, - 33.997576595000055 - ], - [ - -117.31357553799995, - 33.997571089000076 - ], - [ - -117.31357436299999, - 33.99748574100005 - ], - [ - -117.31357432799996, - 33.99748314900006 - ], - [ - -117.31357430899999, - 33.997481855000046 - ], - [ - -117.31314901499996, - 33.99747425000004 - ], - [ - -117.31314665199994, - 33.99747420800003 - ], - [ - -117.30934168099998, - 33.99740611300007 - ], - [ - -117.309294148, - 33.99740527800003 - ], - [ - -117.30929445799995, - 33.99749180500004 - ], - [ - -117.30929447999995, - 33.99749731000003 - ], - [ - -117.30929449899998, - 33.997502815000075 - ], - [ - -117.30929452, - 33.99750834900004 - ], - [ - -117.30929453999994, - 33.99751386600008 - ], - [ - -117.30929456099994, - 33.99751937100007 - ], - [ - -117.30929457899998, - 33.997524877000046 - ], - [ - -117.30929459899994, - 33.997530382000036 - ], - [ - -117.309294621, - 33.99753588900006 - ], - [ - -117.30929464099995, - 33.99754139300006 - ], - [ - -117.30929466099997, - 33.99754689900004 - ], - [ - -117.30929468099998, - 33.99755240400003 - ], - [ - -117.30929470199999, - 33.99755791000007 - ], - [ - -117.30929472199995, - 33.99756341500006 - ], - [ - -117.30929474299995, - 33.99756892200003 - ], - [ - -117.30929476199998, - 33.99757442600003 - ], - [ - -117.30929478299998, - 33.997579932000065 - ], - [ - -117.30929480299994, - 33.997585437000055 - ], - [ - -117.30929482399995, - 33.997590943000034 - ], - [ - -117.30929484299998, - 33.997596448000024 - ], - [ - -117.30929486399998, - 33.99760195500005 - ], - [ - -117.30929488399994, - 33.99760745900005 - ], - [ - -117.30929492299998, - 33.99761847100007 - ], - [ - -117.30929494399999, - 33.99762397600006 - ], - [ - -117.30929498299997, - 33.99763498800007 - ], - [ - -117.30929500299999, - 33.99764052000006 - ], - [ - -117.30929504299996, - 33.997651544000064 - ], - [ - -117.30929506299998, - 33.997657048000065 - ], - [ - -117.30929508199995, - 33.997662553000055 - ], - [ - -117.30929510399994, - 33.997668060000024 - ], - [ - -117.30929512399996, - 33.997673564000024 - ], - [ - -117.30929514399998, - 33.99767907000006 - ], - [ - -117.30929516299994, - 33.99768457500005 - ], - [ - -117.30929518499994, - 33.99769008100003 - ], - [ - -117.30929522399998, - 33.99770109200006 - ], - [ - -117.30929524399994, - 33.997706598000036 - ], - [ - -117.30929528399997, - 33.99771760700003 - ], - [ - -117.30929530299994, - 33.99772311300006 - ], - [ - -117.30929532299996, - 33.99772861900004 - ], - [ - -117.30929534499995, - 33.99773412500008 - ], - [ - -117.30929536499997, - 33.99773963100006 - ], - [ - -117.30929538499998, - 33.99774513500006 - ], - [ - -117.30929540399995, - 33.99775064200003 - ], - [ - -117.30929542599995, - 33.997756147000075 - ], - [ - -117.309295465, - 33.997767158000045 - ], - [ - -117.30929550499997, - 33.99777816900007 - ], - [ - -117.309295524, - 33.99778367600004 - ], - [ - -117.30929554399995, - 33.99778918000004 - ], - [ - -117.30929558399998, - 33.99780019100007 - ], - [ - -117.30929560399994, - 33.99780569700005 - ], - [ - -117.30929562199998, - 33.99781120200004 - ], - [ - -117.30929564299998, - 33.99781670900006 - ], - [ - -117.30929566199995, - 33.99782221300006 - ], - [ - -117.30929568299996, - 33.99782772000003 - ], - [ - -117.30929570099994, - 33.99783322400003 - ], - [ - -117.30929572199994, - 33.99783872900008 - ], - [ - -117.30929574099997, - 33.99784423500006 - ], - [ - -117.30929576299997, - 33.99784974100004 - ], - [ - -117.309295766, - 33.99785524600003 - ], - [ - -117.30929580199995, - 33.997860751000076 - ], - [ - -117.30929582099998, - 33.997866258000045 - ], - [ - -117.30929584199998, - 33.997871762000045 - ], - [ - -117.30929588099997, - 33.99788277400006 - ], - [ - -117.30929589999994, - 33.99788827800006 - ], - [ - -117.30929592099994, - 33.99789378400004 - ], - [ - -117.30929594, - 33.99789929100007 - ], - [ - -117.30929595899994, - 33.99790479500007 - ], - [ - -117.309295981, - 33.99791030200004 - ], - [ - -117.30929599899997, - 33.99791580600004 - ], - [ - -117.30929601899999, - 33.997921312000074 - ], - [ - -117.30929603799996, - 33.997926817000064 - ], - [ - -117.30929605999995, - 33.99793232300004 - ], - [ - -117.309296099, - 33.99794333500006 - ], - [ - -117.30929611699997, - 33.99794883900006 - ], - [ - -117.30929613899997, - 33.99795434500004 - ], - [ - -117.30929615899998, - 33.99795985000003 - ], - [ - -117.30929616199995, - 33.997965355000076 - ], - [ - -117.30929618199997, - 33.997970861000056 - ], - [ - -117.30929621899998, - 33.99797640600008 - ], - [ - -117.309296239, - 33.99798191200006 - ], - [ - -117.30929624099997, - 33.99798741700005 - ], - [ - -117.30929629899998, - 33.99799842800007 - ], - [ - -117.30929631799995, - 33.998003933000064 - ], - [ - -117.30929633699998, - 33.99800943900004 - ], - [ - -117.30929635499996, - 33.998014984000065 - ], - [ - -117.30929637699995, - 33.998020488000066 - ], - [ - -117.30929641599994, - 33.998031500000025 - ], - [ - -117.30929645599997, - 33.99804251000006 - ], - [ - -117.30929649599994, - 33.99805352200008 - ], - [ - -117.30929655499995, - 33.99807007700008 - ], - [ - -117.30929657399997, - 33.998075623000034 - ], - [ - -117.30929661299996, - 33.99808663300007 - ], - [ - -117.30929663499995, - 33.99809213900005 - ], - [ - -117.30929669399995, - 33.99810865500007 - ], - [ - -117.30929673399999, - 33.998119694000025 - ], - [ - -117.309296771, - 33.99813071700004 - ], - [ - -117.30929679299999, - 33.998136223000074 - ], - [ - -117.30929683199997, - 33.998147234000044 - ], - [ - -117.30929687199995, - 33.998158244000024 - ], - [ - -117.30929689199996, - 33.99816375000006 - ], - [ - -117.309296911, - 33.99816925500005 - ], - [ - -117.30929693099995, - 33.99817476100003 - ], - [ - -117.30929695199995, - 33.998180267000066 - ], - [ - -117.30929699099994, - 33.998191278000036 - ], - [ - -117.30929700999997, - 33.998196783000026 - ], - [ - -117.30929702999998, - 33.99820232800005 - ], - [ - -117.30929705099999, - 33.99820783300004 - ], - [ - -117.30929707099995, - 33.998213339000074 - ], - [ - -117.30929708999997, - 33.99821884500005 - ], - [ - -117.30929710899994, - 33.998224349000054 - ], - [ - -117.30929712999995, - 33.99822985600008 - ], - [ - -117.30929715099995, - 33.998235360000024 - ], - [ - -117.30929718999994, - 33.99824637100005 - ], - [ - -117.30929720999995, - 33.99825187700003 - ], - [ - -117.30929722899998, - 33.99825738200008 - ], - [ - -117.30929724899994, - 33.99826284900007 - ], - [ - -117.30929726799997, - 33.99826835400006 - ], - [ - -117.30929728899997, - 33.99827386000004 - ], - [ - -117.30929730799994, - 33.99827936500003 - ], - [ - -117.30929732699997, - 33.99828487000008 - ], - [ - -117.30929734699998, - 33.99829037500007 - ], - [ - -117.30929736399997, - 33.99829585300006 - ], - [ - -117.30929738599997, - 33.99830134700005 - ], - [ - -117.30929740499994, - 33.99830685300003 - ], - [ - -117.30929742599994, - 33.99831235800008 - ], - [ - -117.30929746599998, - 33.99832336800006 - ], - [ - -117.309297486, - 33.99832887400004 - ], - [ - -117.30929750499996, - 33.998334380000074 - ], - [ - -117.30929752599997, - 33.99833988600005 - ], - [ - -117.309297545, - 33.99834539100004 - ], - [ - -117.30929756399996, - 33.998350896000034 - ], - [ - -117.30929758399998, - 33.99835640200007 - ], - [ - -117.309297604, - 33.99836190700006 - ], - [ - -117.30929762399995, - 33.99836741300004 - ], - [ - -117.30929764399997, - 33.998372920000065 - ], - [ - -117.30929766299994, - 33.998378424000066 - ], - [ - -117.30929768299995, - 33.998383929000056 - ], - [ - -117.30929770199998, - 33.998389436000025 - ], - [ - -117.30929772299999, - 33.99839494100007 - ], - [ - -117.30929774099997, - 33.99840044600006 - ], - [ - -117.30929776199997, - 33.99840595300003 - ], - [ - -117.30929778099994, - 33.99841145700003 - ], - [ - -117.30929780199995, - 33.99841696300007 - ], - [ - -117.30929782099997, - 33.99842247000004 - ], - [ - -117.30929784099999, - 33.99842797400004 - ], - [ - -117.30929785999996, - 33.998433480000074 - ], - [ - -117.30929787899998, - 33.998438985000064 - ], - [ - -117.3092979, - 33.998444490000054 - ], - [ - -117.30929791799997, - 33.99844999600003 - ], - [ - -117.30929793899998, - 33.99845550200007 - ], - [ - -117.30929795799995, - 33.99846100700006 - ], - [ - -117.30929797899995, - 33.99846651200005 - ], - [ - -117.30929799799998, - 33.998472019000076 - ], - [ - -117.30929803699996, - 33.998483029000056 - ], - [ - -117.30929805899996, - 33.998488535000035 - ], - [ - -117.309298077, - 33.998494040000026 - ], - [ - -117.30929809699995, - 33.99849954500007 - ], - [ - -117.30929811599998, - 33.99850505100005 - ], - [ - -117.30929813799997, - 33.99851055600004 - ], - [ - -117.30929815599995, - 33.99851606200008 - ], - [ - -117.30929817699996, - 33.99852156800006 - ], - [ - -117.30929821599995, - 33.99853257800004 - ], - [ - -117.30929823599996, - 33.998538084000074 - ], - [ - -117.30929825499999, - 33.998543589000064 - ], - [ - -117.30929827499995, - 33.998549094000055 - ], - [ - -117.30929829299998, - 33.998554600000034 - ], - [ - -117.30929831499998, - 33.998560105000024 - ], - [ - -117.30929833399995, - 33.99856561100006 - ], - [ - -117.30929835299997, - 33.99857111700004 - ], - [ - -117.30929837399998, - 33.99857662200003 - ], - [ - -117.30929839299995, - 33.998582128000066 - ], - [ - -117.30929841199998, - 33.99858763300006 - ], - [ - -117.309298432, - 33.99859313800005 - ], - [ - -117.30929845299994, - 33.99859864300004 - ], - [ - -117.30929847199997, - 33.99860414900007 - ], - [ - -117.30929849199998, - 33.99860965500005 - ], - [ - -117.30929851099995, - 33.99861515900005 - ], - [ - -117.30929855099998, - 33.99862617100007 - ], - [ - -117.30929857199999, - 33.99863167700005 - ], - [ - -117.30929858999997, - 33.99863718200004 - ], - [ - -117.30929862999994, - 33.998648192000076 - ], - [ - -117.30929865, - 33.998653699000045 - ], - [ - -117.30929868899995, - 33.99866471000007 - ], - [ - -117.30929870899996, - 33.99867021500006 - ], - [ - -117.30929872799999, - 33.99867571900006 - ], - [ - -117.309298749, - 33.99868122500004 - ], - [ - -117.30929880699995, - 33.99869774300004 - ], - [ - -117.30929882699996, - 33.99870324800003 - ], - [ - -117.30929886599995, - 33.998714258000064 - ], - [ - -117.30929888499998, - 33.998719752000056 - ], - [ - -117.30929892499995, - 33.99873073600003 - ], - [ - -117.30929894299999, - 33.998736241000074 - ], - [ - -117.30929896499998, - 33.998741746000064 - ], - [ - -117.30929898499994, - 33.998747252000044 - ], - [ - -117.30929900499996, - 33.998752757000034 - ], - [ - -117.30929902399998, - 33.99875826300007 - ], - [ - -117.30929904499999, - 33.99876377000004 - ], - [ - -117.30929906399996, - 33.99876927400004 - ], - [ - -117.30929908399997, - 33.99877477800004 - ], - [ - -117.30929910299994, - 33.998780285000066 - ], - [ - -117.30929914299998, - 33.998791295000046 - ], - [ - -117.30929916199995, - 33.998796801000026 - ], - [ - -117.30929920099999, - 33.99880781200005 - ], - [ - -117.309299222, - 33.99881331800003 - ], - [ - -117.30929924099996, - 33.99881882400007 - ], - [ - -117.30929926099998, - 33.99882432800007 - ], - [ - -117.30929929999996, - 33.99883534000003 - ], - [ - -117.30929932, - 33.998840846000064 - ], - [ - -117.30929935899997, - 33.998851857000034 - ], - [ - -117.30929937899998, - 33.998857361000034 - ], - [ - -117.30929939899994, - 33.99886286800006 - ], - [ - -117.30929941899996, - 33.99886837300005 - ], - [ - -117.30929943799998, - 33.99887387800004 - ], - [ - -117.30929945799994, - 33.99887938400008 - ], - [ - -117.30929947799996, - 33.998884850000024 - ], - [ - -117.309299496, - 33.99889035500007 - ], - [ - -117.30929951499996, - 33.99889583300006 - ], - [ - -117.30929953499998, - 33.998901327000056 - ], - [ - -117.30929955599998, - 33.998906832000046 - ], - [ - -117.30929957599994, - 33.998912338000025 - ], - [ - -117.30929959699995, - 33.99891784300007 - ], - [ - -117.30929961499999, - 33.99892334800006 - ], - [ - -117.30929963399996, - 33.99892885500003 - ], - [ - -117.30929965499996, - 33.99893435900003 - ], - [ - -117.30929967399999, - 33.99893986500007 - ], - [ - -117.30929969399995, - 33.99894537000006 - ], - [ - -117.30929971299997, - 33.99895087500005 - ], - [ - -117.30929973499997, - 33.99895638100003 - ], - [ - -117.30929975299995, - 33.998961887000064 - ], - [ - -117.30929977399995, - 33.998967392000054 - ], - [ - -117.309299792, - 33.998972898000034 - ], - [ - -117.30929981399998, - 33.998978403000024 - ], - [ - -117.30929983199997, - 33.99898390800007 - ], - [ - -117.30929985199998, - 33.99898941400005 - ], - [ - -117.30929987099995, - 33.99899492000003 - ], - [ - -117.30929989199996, - 33.99900042500008 - ], - [ - -117.30929991099998, - 33.999005931000056 - ], - [ - -117.30929995099996, - 33.999016941000036 - ], - [ - -117.30930026099998, - 33.999103508000076 - ], - [ - -117.30930058499996, - 33.99919311700006 - ], - [ - -117.30930062299996, - 33.99920412900008 - ], - [ - -117.30930064299997, - 33.99920963400007 - ], - [ - -117.30930068299995, - 33.99922064500004 - ], - [ - -117.30930070299996, - 33.99922615000003 - ], - [ - -117.30930076299995, - 33.99924266700003 - ], - [ - -117.30930078299997, - 33.99924817200008 - ], - [ - -117.30930082299994, - 33.99925918300005 - ], - [ - -117.30930084199997, - 33.99926468900003 - ], - [ - -117.30930086299998, - 33.999270194000076 - ], - [ - -117.30930088399998, - 33.999275699000066 - ], - [ - -117.30930090399994, - 33.999281205000045 - ], - [ - -117.30930094299998, - 33.99929221600007 - ], - [ - -117.30930096299994, - 33.99929772200005 - ], - [ - -117.30930100199998, - 33.99930873200003 - ], - [ - -117.30930102299999, - 33.99931423800007 - ], - [ - -117.30930106299996, - 33.99932524900004 - ], - [ - -117.30930108299998, - 33.999330755000074 - ], - [ - -117.30930110299994, - 33.999336260000064 - ], - [ - -117.30930114299997, - 33.999347270000044 - ], - [ - -117.30930116199994, - 33.99935277600002 - ], - [ - -117.30930118299995, - 33.99935828200006 - ], - [ - -117.30930120399995, - 33.99936378600006 - ], - [ - -117.30930122399997, - 33.99936929300003 - ], - [ - -117.309301243, - 33.999374798000076 - ], - [ - -117.30930126499999, - 33.999380303000066 - ], - [ - -117.30930128399996, - 33.999385809000046 - ], - [ - -117.30930130499996, - 33.99939131300005 - ], - [ - -117.30930132399999, - 33.999396819000026 - ], - [ - -117.30930134599998, - 33.99940232600005 - ], - [ - -117.30930136499995, - 33.99940783100004 - ], - [ - -117.30930138599996, - 33.99941333600003 - ], - [ - -117.30930140499999, - 33.99941884200007 - ], - [ - -117.309301426, - 33.99942434700006 - ], - [ - -117.30930166399997, - 33.999490413000046 - ], - [ - -117.309301684, - 33.99949591800004 - ], - [ - -117.30930170499994, - 33.99950142400007 - ], - [ - -117.30930172499995, - 33.99950692900006 - ], - [ - -117.30930174399998, - 33.99951243500004 - ], - [ - -117.30930176599998, - 33.99951794000003 - ], - [ - -117.309301786, - 33.99952344600007 - ], - [ - -117.30930180599995, - 33.99952895200005 - ], - [ - -117.30930182499998, - 33.99953445700004 - ], - [ - -117.30930184599998, - 33.99953996200003 - ], - [ - -117.30930186699999, - 33.999545469000054 - ], - [ - -117.30930188699995, - 33.999550973000055 - ], - [ - -117.30930190599997, - 33.999556479000034 - ], - [ - -117.30930192699998, - 33.99956198600006 - ], - [ - -117.30930194599995, - 33.99956749100005 - ], - [ - -117.30930196699995, - 33.99957299500005 - ], - [ - -117.309301985, - 33.99957850200008 - ], - [ - -117.30930200699999, - 33.99958400600008 - ], - [ - -117.30930202599995, - 33.99958951200006 - ], - [ - -117.30930203099996, - 33.99959501700005 - ], - [ - -117.30930206599999, - 33.999600523000026 - ], - [ - -117.30930208599995, - 33.99960602800007 - ], - [ - -117.30930210599996, - 33.99961153500004 - ], - [ - -117.30930212599998, - 33.99961703900004 - ], - [ - -117.30930213, - 33.99962254500008 - ], - [ - -117.30930214799997, - 33.99962805000007 - ], - [ - -117.30930218499998, - 33.99963355600005 - ], - [ - -117.30930218999998, - 33.99963906100004 - ], - [ - -117.30930220899995, - 33.999644567000075 - ], - [ - -117.30930224599996, - 33.999650072000065 - ], - [ - -117.30930226399994, - 33.999655578000045 - ], - [ - -117.30930228199998, - 33.999661084000024 - ], - [ - -117.30930230299998, - 33.999666588000025 - ], - [ - -117.30930232199995, - 33.99967209400006 - ], - [ - -117.30930234399995, - 33.99967760000004 - ], - [ - -117.30930234699997, - 33.99968310500003 - ], - [ - -117.30930238299999, - 33.99968861000008 - ], - [ - -117.30930240299995, - 33.99969411700005 - ], - [ - -117.30930242299996, - 33.99969962100005 - ], - [ - -117.30930246099996, - 33.999710632000074 - ], - [ - -117.30930248199996, - 33.99971613800005 - ], - [ - -117.30930250299997, - 33.99972164300004 - ], - [ - -117.309302506, - 33.99972714900008 - ], - [ - -117.30930252399997, - 33.99973265400007 - ], - [ - -117.30930256099998, - 33.99973816000005 - ], - [ - -117.30930258099994, - 33.99974366500004 - ], - [ - -117.30930259999997, - 33.99974917000003 - ], - [ - -117.309302619, - 33.999754676000066 - ], - [ - -117.30930263999994, - 33.999760183000035 - ], - [ - -117.30930265899997, - 33.999765687000036 - ], - [ - -117.30930267899998, - 33.99977119400006 - ], - [ - -117.30930269799995, - 33.99977669800006 - ], - [ - -117.30930271999995, - 33.99978220300005 - ], - [ - -117.30930273999996, - 33.99978770900003 - ], - [ - -117.30930276, - 33.99979321400008 - ], - [ - -117.30930276299995, - 33.99979872000006 - ], - [ - -117.30930279999995, - 33.99980422500005 - ], - [ - -117.30930280299998, - 33.99980973100003 - ], - [ - -117.30930282099996, - 33.99981523500003 - ], - [ - -117.30930285799997, - 33.999820742000054 - ], - [ - -117.30930286399996, - 33.999826247000044 - ], - [ - -117.30930288299999, - 33.999831752000034 - ], - [ - -117.30930291899995, - 33.99983725800007 - ], - [ - -117.30930292299996, - 33.99984276400005 - ], - [ - -117.30930294199999, - 33.99984826900004 - ], - [ - -117.309302979, - 33.999853776000066 - ], - [ - -117.30930299799996, - 33.99985928000007 - ], - [ - -117.30930301599994, - 33.99986478500006 - ], - [ - -117.30930303699995, - 33.99987029300007 - ], - [ - -117.30930307699998, - 33.99988130300005 - ], - [ - -117.30930311599997, - 33.99989231300003 - ], - [ - -117.30930313699997, - 33.99989781900007 - ], - [ - -117.30930315599994, - 33.99990332500005 - ], - [ - -117.30930317499997, - 33.99990883000004 - ], - [ - -117.30930317999997, - 33.999914336000074 - ], - [ - -117.30930323499996, - 33.999925347000044 - ], - [ - -117.30930325399999, - 33.999930852000034 - ], - [ - -117.30930327399994, - 33.99993635800007 - ], - [ - -117.30930331399998, - 33.99994736800005 - ], - [ - -117.309303334, - 33.99995287400003 - ], - [ - -117.30930335199997, - 33.99995837900008 - ], - [ - -117.30930337399997, - 33.99996388400007 - ], - [ - -117.30930341299995, - 33.99997489500004 - ], - [ - -117.30930343399996, - 33.99998040000003 - ], - [ - -117.30930343699998, - 33.99998590700005 - ], - [ - -117.30930349299996, - 33.99999691700003 - ], - [ - -117.30930349799996, - 34.00000242400006 - ], - [ - -117.30930353199994, - 34.00000792800006 - ], - [ - -117.30930353699995, - 34.00001343300005 - ], - [ - -117.30930355599997, - 34.000018940000075 - ], - [ - -117.309303592, - 34.000024445000065 - ], - [ - -117.30930359699994, - 34.000029950000055 - ], - [ - -117.30930361599997, - 34.000035456000035 - ], - [ - -117.30930365199998, - 34.000040961000025 - ], - [ - -117.30930367099995, - 34.00004646700006 - ], - [ - -117.30930367599996, - 34.00005197300004 - ], - [ - -117.30930373099994, - 34.00006298300008 - ], - [ - -117.30930375, - 34.00006848900006 - ], - [ - -117.30930377099997, - 34.00007399400005 - ], - [ - -117.30930378999994, - 34.00007950000003 - ], - [ - -117.30930381, - 34.00008500600006 - ], - [ - -117.30930382899999, - 34.000090510000064 - ], - [ - -117.30930384899995, - 34.00009601600004 - ], - [ - -117.30930386899996, - 34.00010152200008 - ], - [ - -117.30930388999997, - 34.00010702700007 - ], - [ - -117.30930390799995, - 34.00011253200006 - ], - [ - -117.30930391299995, - 34.00011803800004 - ], - [ - -117.30930394799998, - 34.00012354300003 - ], - [ - -117.30930398699996, - 34.000134555000045 - ], - [ - -117.30930400799997, - 34.000140059000046 - ], - [ - -117.30930402899997, - 34.000145565000025 - ], - [ - -117.30930404799994, - 34.00015107100006 - ], - [ - -117.30930406799996, - 34.00015657500006 - ], - [ - -117.30930407099999, - 34.00016208300008 - ], - [ - -117.309304108, - 34.00016758800007 - ], - [ - -117.30930412699996, - 34.00017309400005 - ], - [ - -117.30930414599999, - 34.00017859800005 - ], - [ - -117.30930418499997, - 34.000189610000064 - ], - [ - -117.30930420599998, - 34.00019511600004 - ], - [ - -117.30930424499996, - 34.00020612600008 - ], - [ - -117.30930426499998, - 34.00021163200006 - ], - [ - -117.30930428499994, - 34.00021713700005 - ], - [ - -117.30930430499996, - 34.00022264200004 - ], - [ - -117.309304323, - 34.000228149000066 - ], - [ - -117.30930434399994, - 34.000233653000066 - ], - [ - -117.30930436299997, - 34.000239158000056 - ], - [ - -117.30930440299994, - 34.000250169000026 - ], - [ - -117.30930444199998, - 34.00026118200003 - ], - [ - -117.30930446099995, - 34.00026668500004 - ], - [ - -117.30930449999994, - 34.00027769800005 - ], - [ - -117.30930452099994, - 34.00028320200005 - ], - [ - -117.30930456099998, - 34.000294214000064 - ], - [ - -117.30930459999996, - 34.000305224000044 - ], - [ - -117.30930464, - 34.00031623500007 - ], - [ - -117.30930467699994, - 34.00032724600004 - ], - [ - -117.30930469799995, - 34.00033275100003 - ], - [ - -117.30930471999994, - 34.00033825700007 - ], - [ - -117.30930475899999, - 34.000349268000036 - ], - [ - -117.30930477799996, - 34.000354773000026 - ], - [ - -117.30930479799997, - 34.00036028000005 - ], - [ - -117.30930481799999, - 34.00036578400005 - ], - [ - -117.30930483699996, - 34.00037129000003 - ], - [ - -117.30930485699997, - 34.00037679600007 - ], - [ - -117.30930487499995, - 34.00038230000007 - ], - [ - -117.30930489699995, - 34.00038780600005 - ], - [ - -117.30930491599997, - 34.00039331200003 - ], - [ - -117.309304936, - 34.000398817000075 - ], - [ - -117.30930495599995, - 34.000404323000055 - ], - [ - -117.30930497499998, - 34.000409828000045 - ], - [ - -117.309304995, - 34.000415333000035 - ], - [ - -117.30930501399996, - 34.000420838000025 - ], - [ - -117.30930503499997, - 34.00042634500005 - ], - [ - -117.309305054, - 34.00043185000004 - ], - [ - -117.30930509299998, - 34.00044286200006 - ], - [ - -117.30930511399998, - 34.00044836700005 - ], - [ - -117.30930513299995, - 34.000453873000026 - ], - [ - -117.30930515299997, - 34.00045937800007 - ], - [ - -117.30930519199995, - 34.00047038900004 - ], - [ - -117.30930521199997, - 34.00047589400003 - ], - [ - -117.30930523199999, - 34.00048139900008 - ], - [ - -117.30930525099996, - 34.00048690600005 - ], - [ - -117.30930527099997, - 34.00049241100004 - ], - [ - -117.30930529099999, - 34.00049791500004 - ], - [ - -117.30930530999996, - 34.000503421000076 - ], - [ - -117.30930532999997, - 34.000508927000055 - ], - [ - -117.30930534899994, - 34.000514432000045 - ], - [ - -117.30930538899997, - 34.00052544400006 - ], - [ - -117.30930542799996, - 34.00053645500003 - ], - [ - -117.30930544899996, - 34.00054196000008 - ], - [ - -117.30930550699998, - 34.00055847600004 - ], - [ - -117.30930554599996, - 34.00056948800005 - ], - [ - -117.30930560499996, - 34.00058600300002 - ], - [ - -117.30930564499994, - 34.00059701400005 - ], - [ - -117.30930566599994, - 34.00060252000003 - ], - [ - -117.30930568599996, - 34.000608026000066 - ], - [ - -117.309305726, - 34.000619036000046 - ], - [ - -117.30930576499998, - 34.00063004700007 - ], - [ - -117.30930578399995, - 34.00063555400004 - ], - [ - -117.30930580199998, - 34.00064105700005 - ], - [ - -117.30930582399998, - 34.00064656300003 - ], - [ - -117.30930584299995, - 34.00065207000006 - ], - [ - -117.30930586299996, - 34.00065757400006 - ], - [ - -117.30930588299998, - 34.00066308000004 - ], - [ - -117.30930592199996, - 34.000674090000075 - ], - [ - -117.30930594199998, - 34.000679596000055 - ], - [ - -117.30930596199994, - 34.000685102000034 - ], - [ - -117.30930598199996, - 34.000690607000024 - ], - [ - -117.30930600199997, - 34.00069611200007 - ], - [ - -117.30930601999995, - 34.00070161800005 - ], - [ - -117.30930604099996, - 34.00070712400003 - ], - [ - -117.30930605999998, - 34.000712630000066 - ], - [ - -117.30930608099999, - 34.000718136000046 - ], - [ - -117.30930609899997, - 34.000723641000036 - ], - [ - -117.30930611899998, - 34.000729146000026 - ], - [ - -117.30930613899994, - 34.00073465200006 - ], - [ - -117.30930615799997, - 34.00074015600006 - ], - [ - -117.30930617799999, - 34.00074566200004 - ], - [ - -117.30930619699996, - 34.00075116800008 - ], - [ - -117.30930621799996, - 34.00075670100006 - ], - [ - -117.30930623799998, - 34.000762218000034 - ], - [ - -117.30930627699996, - 34.00077322900006 - ], - [ - -117.30930629599999, - 34.00077873400005 - ], - [ - -117.309306317, - 34.000784241000076 - ], - [ - -117.30930635599998, - 34.000795251000056 - ], - [ - -117.30930637599994, - 34.000800757000036 - ], - [ - -117.30930639599995, - 34.00080626100004 - ], - [ - -117.30930641599997, - 34.00081176700007 - ], - [ - -117.30930645499996, - 34.00082277800004 - ], - [ - -117.30930647499997, - 34.00082828400008 - ], - [ - -117.30930649399994, - 34.00083378900007 - ], - [ - -117.30930651399996, - 34.00083929400006 - ], - [ - -117.30930653299998, - 34.00084480000004 - ], - [ - -117.30930655299994, - 34.00085030500003 - ], - [ - -117.30930657299996, - 34.000855811000065 - ], - [ - -117.30930659299997, - 34.000861317000044 - ], - [ - -117.30930661199994, - 34.000866822000035 - ], - [ - -117.30930663199996, - 34.000872327000025 - ], - [ - -117.30930665199998, - 34.00087783200007 - ], - [ - -117.309306672, - 34.00088333800005 - ], - [ - -117.30930671099998, - 34.00089434800003 - ], - [ - -117.30930672999995, - 34.00089985500006 - ], - [ - -117.30930676999998, - 34.00091086600003 - ], - [ - -117.30930678899995, - 34.00091637100007 - ], - [ - -117.309307091, - 34.00100071400004 - ], - [ - -117.30920304199998, - 34.001002140000026 - ], - [ - -117.30919643299995, - 34.00100223100003 - ], - [ - -117.30918982299994, - 34.001002321000044 - ], - [ - -117.30918321299998, - 34.00100241200005 - ], - [ - -117.30917660299997, - 34.00100250400004 - ], - [ - -117.30916999399994, - 34.001002595000045 - ], - [ - -117.30916338599997, - 34.00100268600005 - ], - [ - -117.30915677599995, - 34.001002776000064 - ], - [ - -117.30915016699998, - 34.00100286700007 - ], - [ - -117.30914355699997, - 34.00100295800007 - ], - [ - -117.30913694699996, - 34.001003049000076 - ], - [ - -117.30913033799999, - 34.00100314000008 - ], - [ - -117.30912372799997, - 34.00100323100003 - ], - [ - -117.30911715899998, - 34.00100331900006 - ], - [ - -117.30910394299997, - 34.001003500000024 - ], - [ - -117.30909733299995, - 34.00100359100003 - ], - [ - -117.30909072299994, - 34.00100368200003 - ], - [ - -117.30908411299998, - 34.001003773000036 - ], - [ - -117.30907750299997, - 34.00100386400004 - ], - [ - -117.30907089399994, - 34.001003955000044 - ], - [ - -117.30906428499998, - 34.00100404500006 - ], - [ - -117.30905767699994, - 34.00100413600006 - ], - [ - -117.30905106699998, - 34.00100422700007 - ], - [ - -117.30904445599998, - 34.00100431900006 - ], - [ - -117.30903784699996, - 34.001004410000064 - ], - [ - -117.30903123699994, - 34.00100450000008 - ], - [ - -117.30902462699999, - 34.001004591000026 - ], - [ - -117.30901801899995, - 34.00100468200003 - ], - [ - -117.30900479999997, - 34.00100486200006 - ], - [ - -117.30899819099994, - 34.00100495200007 - ], - [ - -117.30899162299994, - 34.00100504300008 - ], - [ - -117.308985055, - 34.001005133000035 - ], - [ - -117.308978444, - 34.00100522400004 - ], - [ - -117.30897183499997, - 34.00100531500004 - ], - [ - -117.30895861699997, - 34.00100549500007 - ], - [ - -117.30895200699996, - 34.001005586000076 - ], - [ - -117.30894539599996, - 34.00100567700008 - ], - [ - -117.30893878799998, - 34.00100576800003 - ], - [ - -117.30893217899995, - 34.00100585900003 - ], - [ - -117.30892556899994, - 34.001005950000035 - ], - [ - -117.30891896099996, - 34.00100604100004 - ], - [ - -117.30891235099995, - 34.001006131000054 - ], - [ - -117.30889917299999, - 34.00100631200007 - ], - [ - -117.30889256399996, - 34.00100640200003 - ], - [ - -117.30887934499998, - 34.00100658300005 - ], - [ - -117.30887273599996, - 34.00100667400005 - ], - [ - -117.30886612599994, - 34.00100676400007 - ], - [ - -117.30885951599998, - 34.00100685500007 - ], - [ - -117.30885290599997, - 34.001006946000075 - ], - [ - -117.30884629899998, - 34.00100703700008 - ], - [ - -117.30883969099995, - 34.001007128000026 - ], - [ - -117.30883308099999, - 34.00100721900003 - ], - [ - -117.30881989099998, - 34.00100739800007 - ], - [ - -117.30881329399995, - 34.00100749000006 - ], - [ - -117.30880007399998, - 34.001007670000035 - ], - [ - -117.30879346599994, - 34.00100776100004 - ], - [ - -117.30878685599998, - 34.00100785200004 - ], - [ - -117.30878024599997, - 34.00100794300005 - ], - [ - -117.30877363599996, - 34.00100803300006 - ], - [ - -117.30876706899994, - 34.00100812300008 - ], - [ - -117.30876045799994, - 34.001008214000024 - ], - [ - -117.30875385, - 34.00100830500003 - ], - [ - -117.30874723999995, - 34.001008382000066 - ], - [ - -117.30873402299994, - 34.00100857700005 - ], - [ - -117.30872741099995, - 34.00100865400003 - ], - [ - -117.308714222, - 34.00100884100004 - ], - [ - -117.30870758299994, - 34.00100893800004 - ], - [ - -117.30870097399998, - 34.001009028000055 - ], - [ - -117.30869436499995, - 34.00100911900006 - ], - [ - -117.30868775599998, - 34.00100921000006 - ], - [ - -117.308681144, - 34.00100930000008 - ], - [ - -117.30866792699999, - 34.00100948200003 - ], - [ - -117.30866135999997, - 34.001009571000054 - ], - [ - -117.30865474899997, - 34.00100966100007 - ], - [ - -117.30864813999995, - 34.00100975200007 - ], - [ - -117.30864153199997, - 34.00100984200003 - ], - [ - -117.30863492199995, - 34.001009933000034 - ], - [ - -117.30862831199994, - 34.00101001100006 - ], - [ - -117.30862170399996, - 34.00101011500004 - ], - [ - -117.30861509299996, - 34.001010206000046 - ], - [ - -117.30860848299994, - 34.00101028200004 - ], - [ - -117.30860187399998, - 34.001010386000075 - ], - [ - -117.30859526299997, - 34.00101047700008 - ], - [ - -117.30858204499998, - 34.00101065700005 - ], - [ - -117.308575438, - 34.001010747000066 - ], - [ - -117.30856882799998, - 34.001010837000024 - ], - [ - -117.30855560799995, - 34.00101101800004 - ], - [ - -117.308548998, - 34.001011109000046 - ], - [ - -117.30854238899997, - 34.00101120100004 - ], - [ - -117.30853578099999, - 34.001011291000054 - ], - [ - -117.30852917099998, - 34.00101138200006 - ], - [ - -117.308515952, - 34.00101156100004 - ], - [ - -117.308509341, - 34.001011652000045 - ], - [ - -117.30849612299994, - 34.001011833000064 - ], - [ - -117.30848951499996, - 34.00101192300008 - ], - [ - -117.30848290499995, - 34.001012013000036 - ], - [ - -117.30847629399995, - 34.00101210400004 - ], - [ - -117.30846968499998, - 34.001012195000044 - ], - [ - -117.30846307499996, - 34.00101228600005 - ], - [ - -117.30845646699998, - 34.00101237700005 - ], - [ - -117.30844985699997, - 34.001012468000056 - ], - [ - -117.308443249, - 34.001012557000024 - ], - [ - -117.30843663899998, - 34.00101264700004 - ], - [ - -117.30843002799998, - 34.00101273700005 - ], - [ - -117.30842341899995, - 34.00101282800006 - ], - [ - -117.30841680999998, - 34.00101291800007 - ], - [ - -117.30841020099996, - 34.001013009000076 - ], - [ - -117.308403592, - 34.00101310000008 - ], - [ - -117.30839698199998, - 34.00101319100003 - ], - [ - -117.30839037099997, - 34.00101327900006 - ], - [ - -117.30838378099997, - 34.00101336900008 - ], - [ - -117.308377195, - 34.001013460000024 - ], - [ - -117.30837058499998, - 34.00101355000004 - ], - [ - -117.30836397599995, - 34.00101364000005 - ], - [ - -117.30835736699999, - 34.00101373100006 - ], - [ - -117.30834414699996, - 34.001013912000076 - ], - [ - -117.30833753699994, - 34.001014001000044 - ], - [ - -117.30833092899996, - 34.00101409100006 - ], - [ - -117.30832431899995, - 34.00101418200006 - ], - [ - -117.30831109999997, - 34.001014363000024 - ], - [ - -117.30830448999995, - 34.00101445200005 - ], - [ - -117.30829788099999, - 34.001014542000064 - ], - [ - -117.30829127099997, - 34.00101463200008 - ], - [ - -117.30828466, - 34.001014722000036 - ], - [ - -117.308278052, - 34.00101481300004 - ], - [ - -117.30827144199998, - 34.001014904000044 - ], - [ - -117.30826483299995, - 34.00101499300007 - ], - [ - -117.30825822499997, - 34.00101508400007 - ], - [ - -117.30825161499996, - 34.00101517500008 - ], - [ - -117.30824500499995, - 34.001015264000046 - ], - [ - -117.30823839499999, - 34.00101535500005 - ], - [ - -117.30823178599996, - 34.00101544600005 - ], - [ - -117.30822517699994, - 34.00101553600007 - ], - [ - -117.30821856699998, - 34.00101562700007 - ], - [ - -117.30821195899995, - 34.001015718000076 - ], - [ - -117.308205349, - 34.001015807000044 - ], - [ - -117.30819873799999, - 34.00101589800005 - ], - [ - -117.30819212899996, - 34.00101598800006 - ], - [ - -117.30818551999994, - 34.00101607800008 - ], - [ - -117.30817891099997, - 34.001016169000025 - ], - [ - -117.30817230199995, - 34.00101625800005 - ], - [ - -117.30816569099994, - 34.001016349000054 - ], - [ - -117.30815908199997, - 34.00101643900007 - ], - [ - -117.30815247299995, - 34.00101653000007 - ], - [ - -117.30814582299996, - 34.00101661900004 - ], - [ - -117.308139214, - 34.001016710000044 - ], - [ - -117.30812599399997, - 34.00101689000007 - ], - [ - -117.30811938499994, - 34.00101698100008 - ], - [ - -117.30811275199994, - 34.001017072000025 - ], - [ - -117.30810608299998, - 34.00101716300003 - ], - [ - -117.30809947299997, - 34.00101725400003 - ], - [ - -117.30808625399999, - 34.00101743600004 - ], - [ - -117.30807964499996, - 34.001017524000076 - ], - [ - -117.30807303499995, - 34.00101761500002 - ], - [ - -117.30806642399995, - 34.00101770500004 - ], - [ - -117.30805981699996, - 34.00101779500005 - ], - [ - -117.30796713099994, - 34.00101906300006 - ], - [ - -117.30787470899998, - 34.00102032600006 - ], - [ - -117.30786809999995, - 34.00102041700006 - ], - [ - -117.30785488099997, - 34.001020597000036 - ], - [ - -117.30784823099998, - 34.00102068800004 - ], - [ - -117.30784162199996, - 34.001020779000044 - ], - [ - -117.30783501199994, - 34.00102087000005 - ], - [ - -117.30782840099994, - 34.00102096000006 - ], - [ - -117.30782179199997, - 34.001021051000066 - ], - [ - -117.307815184, - 34.001021141000024 - ], - [ - -117.30780857399998, - 34.00102123200003 - ], - [ - -117.30780196499995, - 34.00102132200004 - ], - [ - -117.30779535399995, - 34.001021413000046 - ], - [ - -117.30778874599997, - 34.00102150400005 - ], - [ - -117.30778213499997, - 34.001021594000065 - ], - [ - -117.30777552599994, - 34.00102168500007 - ], - [ - -117.30776891699998, - 34.00102177600007 - ], - [ - -117.30775569899998, - 34.001021956000045 - ], - [ - -117.30774908799998, - 34.00102204600006 - ], - [ - -117.30774247899996, - 34.001022137000064 - ], - [ - -117.30773586999999, - 34.00102222700008 - ], - [ - -117.30772926099996, - 34.001022318000025 - ], - [ - -117.30772265099995, - 34.00102240700005 - ], - [ - -117.30771603999995, - 34.001022498000054 - ], - [ - -117.30770282299994, - 34.00102268000006 - ], - [ - -117.30769621299999, - 34.00102276900003 - ], - [ - -117.30768960399996, - 34.001022859000045 - ], - [ - -117.30768299299996, - 34.00102295000005 - ], - [ - -117.307676384, - 34.001023040000064 - ], - [ - -117.30766977499997, - 34.00102313100007 - ], - [ - -117.30765655699997, - 34.00102331200003 - ], - [ - -117.30764994699996, - 34.001023402000044 - ], - [ - -117.30764333699994, - 34.00102349300005 - ], - [ - -117.30763672799998, - 34.00102358200007 - ], - [ - -117.30762350899994, - 34.001023763000035 - ], - [ - -117.30761690099996, - 34.00102385300005 - ], - [ - -117.30760368099999, - 34.00102403300008 - ], - [ - -117.30759707099998, - 34.001024124000025 - ], - [ - -117.30759046199995, - 34.00102421500003 - ], - [ - -117.307583852, - 34.00102430600003 - ], - [ - -117.30757724299997, - 34.00102439400007 - ], - [ - -117.30757063299995, - 34.00102448500007 - ], - [ - -117.30756402399999, - 34.00102457500003 - ], - [ - -117.30755741499996, - 34.001024665000045 - ], - [ - -117.30755080599994, - 34.00102475600005 - ], - [ - -117.30753758499998, - 34.00102493700007 - ], - [ - -117.30753097699994, - 34.001025026000036 - ], - [ - -117.30752436699998, - 34.00102511700004 - ], - [ - -117.30751775899995, - 34.001025208000044 - ], - [ - -117.307511149, - 34.00102529800006 - ], - [ - -117.30750453999997, - 34.00102538800007 - ], - [ - -117.30749792999995, - 34.00102547800003 - ], - [ - -117.30749131899995, - 34.001025569000035 - ], - [ - -117.30748470999998, - 34.00102565900005 - ], - [ - -117.30747810099996, - 34.00102575100004 - ], - [ - -117.307471492, - 34.00102584000007 - ], - [ - -117.30746488299997, - 34.00102593100007 - ], - [ - -117.30745827099997, - 34.00102601900005 - ], - [ - -117.30745166299994, - 34.001026110000055 - ], - [ - -117.30744505499996, - 34.00102620000007 - ], - [ - -117.30743844399996, - 34.00102629100007 - ], - [ - -117.30742522599996, - 34.001026471000046 - ], - [ - -117.30741861499996, - 34.00102656200005 - ], - [ - -117.30740539699997, - 34.00102674200008 - ], - [ - -117.30739877599996, - 34.001026832000036 - ], - [ - -117.30739213599998, - 34.00102692400003 - ], - [ - -117.30738552699995, - 34.001027015000034 - ], - [ - -117.30737891799998, - 34.00102710400006 - ], - [ - -117.30737230999995, - 34.00102719400007 - ], - [ - -117.3073657, - 34.00102728500008 - ], - [ - -117.30735909099997, - 34.001027375000035 - ], - [ - -117.30735248099995, - 34.00102746500005 - ], - [ - -117.30733265199996, - 34.00102773700007 - ], - [ - -117.30732604099995, - 34.00102782600004 - ], - [ - -117.30731943399996, - 34.001027916000055 - ], - [ - -117.30731282499994, - 34.00102800600007 - ], - [ - -117.30721736399994, - 34.00102931200007 - ], - [ - -117.30711454099998, - 34.00103071600006 - ], - [ - -117.30710132099995, - 34.00103089700008 - ], - [ - -117.30707488399997, - 34.00103125800007 - ], - [ - -117.30704844599995, - 34.00103161900006 - ], - [ - -117.307028619, - 34.001031891000025 - ], - [ - -117.30700878899995, - 34.00103216100007 - ], - [ - -117.30698234999994, - 34.00103252200006 - ], - [ - -117.30696913199995, - 34.00103270400007 - ], - [ - -117.30694930499999, - 34.001032974000054 - ], - [ - -117.30693608399997, - 34.00103315500007 - ], - [ - -117.30691625699995, - 34.00103342600005 - ], - [ - -117.30690964799999, - 34.00103351700005 - ], - [ - -117.30690303899996, - 34.00103360700007 - ], - [ - -117.306889819, - 34.00103378800003 - ], - [ - -117.30687659899996, - 34.00103396900005 - ], - [ - -117.30686338099997, - 34.00103414900008 - ], - [ - -117.30685016199999, - 34.00103432900005 - ], - [ - -117.30683694299995, - 34.00103451100006 - ], - [ - -117.30682372599995, - 34.00103469100003 - ], - [ - -117.30681711699998, - 34.00103478200003 - ], - [ - -117.30679728699994, - 34.00103505200008 - ], - [ - -117.30679067699998, - 34.001035143000024 - ], - [ - -117.30678406699997, - 34.00103523400003 - ], - [ - -117.30677084999996, - 34.00103541400006 - ], - [ - -117.3067642399999, - 34.00103550500006 - ], - [ - -117.30675763, - 34.001035596000065 - ], - [ - -117.30675101899999, - 34.00103568600008 - ], - [ - -117.30674441099995, - 34.00103577700003 - ], - [ - -117.30673780299998, - 34.00103586800003 - ], - [ - -117.30673119199997, - 34.001035959000035 - ], - [ - -117.306724584, - 34.00103604900005 - ], - [ - -117.30671797399998, - 34.001036139000064 - ], - [ - -117.30670475399995, - 34.001036320000026 - ], - [ - -117.30668488599997, - 34.00103659100006 - ], - [ - -117.30667166599994, - 34.00103677100003 - ], - [ - -117.306651838, - 34.001037042000064 - ], - [ - -117.30663861799997, - 34.00103722400007 - ], - [ - -117.306612181, - 34.00103758400007 - ], - [ - -117.30659896199995, - 34.001037764000046 - ], - [ - -117.30657913299996, - 34.00103803600007 - ], - [ - -117.30655930599994, - 34.001038306000055 - ], - [ - -117.30653947699994, - 34.00103857700003 - ], - [ - -117.30652625699997, - 34.00103875700006 - ], - [ - -117.30651964799995, - 34.001038848000064 - ], - [ - -117.30651304, - 34.00103893800008 - ], - [ - -117.30650643099995, - 34.00103902800004 - ], - [ - -117.30649982099999, - 34.00103911800005 - ], - [ - -117.30649321099997, - 34.001039209000055 - ], - [ - -117.30647999099995, - 34.00103938900003 - ], - [ - -117.30647338299997, - 34.00103947900004 - ], - [ - -117.30646677399994, - 34.001039570000046 - ], - [ - -117.30646016399999, - 34.00103966100005 - ], - [ - -117.30645355399997, - 34.001039751000064 - ], - [ - -117.30644694399996, - 34.00103984200007 - ], - [ - -117.30643372599997, - 34.00104002100005 - ], - [ - -117.30642050799997, - 34.00104020200007 - ], - [ - -117.30641389699997, - 34.00104029100004 - ], - [ - -117.30640728799995, - 34.00104038200004 - ], - [ - -117.30640067899998, - 34.001040473000046 - ], - [ - -117.30639402699995, - 34.00104056200007 - ], - [ - -117.30638741699994, - 34.001040653000075 - ], - [ - -117.30638080999995, - 34.00104074200004 - ], - [ - -117.3063742, - 34.00104083300005 - ], - [ - -117.30636759099997, - 34.00104092400005 - ], - [ - -117.30636093899994, - 34.001041015000055 - ], - [ - -117.30635432999998, - 34.00104110600006 - ], - [ - -117.30634111199998, - 34.00104128600003 - ], - [ - -117.30632789099997, - 34.00104146600006 - ], - [ - -117.30631462999997, - 34.00104164700008 - ], - [ - -117.30630141199998, - 34.00104182800004 - ], - [ - -117.30628158499997, - 34.001042099000074 - ], - [ - -117.30627497499995, - 34.00104218900003 - ], - [ - -117.30625514699994, - 34.00104245800003 - ], - [ - -117.30624192799996, - 34.00104263900005 - ], - [ - -117.306228708, - 34.001042820000066 - ], - [ - -117.30612535199998, - 34.00104423000005 - ], - [ - -117.30602381299997, - 34.00104559700003 - ], - [ - -117.30601720299995, - 34.001045685000065 - ], - [ - -117.30601059399999, - 34.00104577400003 - ], - [ - -117.30600398399997, - 34.00104586300006 - ], - [ - -117.30599737299997, - 34.00104595300007 - ], - [ - -117.305990765, - 34.00104604100005 - ], - [ - -117.30598415599997, - 34.00104613000008 - ], - [ - -117.30597093899996, - 34.001046307000024 - ], - [ - -117.30596432899995, - 34.00104639700004 - ], - [ - -117.30594449899996, - 34.00104666400006 - ], - [ - -117.30593788999994, - 34.001046752000036 - ], - [ - -117.30592466999997, - 34.00104692900004 - ], - [ - -117.30591145099999, - 34.00104710800008 - ], - [ - -117.305898233, - 34.00104728500003 - ], - [ - -117.30588501299997, - 34.00104746200003 - ], - [ - -117.30587840499999, - 34.001047552000045 - ], - [ - -117.30587179499997, - 34.001047640000024 - ], - [ - -117.305858576, - 34.001047819000064 - ], - [ - -117.30585196599998, - 34.00104790700004 - ], - [ - -117.30584535599996, - 34.00104799600007 - ], - [ - -117.30583874799999, - 34.00104808400005 - ], - [ - -117.30583213899996, - 34.00104817400006 - ], - [ - -117.30581891899999, - 34.001048351000065 - ], - [ - -117.30580570099994, - 34.00104852900006 - ], - [ - -117.30579908899995, - 34.00104861700004 - ], - [ - -117.30578587099996, - 34.00104879500003 - ], - [ - -117.30577265299996, - 34.001048973000024 - ], - [ - -117.30575282499996, - 34.001049239000054 - ], - [ - -117.30573960499999, - 34.001049418000036 - ], - [ - -117.305726387, - 34.00104959400005 - ], - [ - -117.30571977699998, - 34.001049684000066 - ], - [ - -117.30570655799994, - 34.00104986200006 - ], - [ - -117.30569329999997, - 34.00105004000005 - ], - [ - -117.30568668899997, - 34.00105012800003 - ], - [ - -117.30568007999995, - 34.001050217000056 - ], - [ - -117.30567347099998, - 34.001050306000025 - ], - [ - -117.30566685999997, - 34.00105039600004 - ], - [ - -117.30566025299999, - 34.001050484000075 - ], - [ - -117.30565364199998, - 34.00105057300004 - ], - [ - -117.30564042299994, - 34.00105075000005 - ], - [ - -117.30562720399996, - 34.00105092800004 - ], - [ - -117.30561398599997, - 34.001051106000034 - ], - [ - -117.30559415699997, - 34.00105137200006 - ], - [ - -117.30558093899998, - 34.001051551000046 - ], - [ - -117.30556771799996, - 34.00105172700006 - ], - [ - -117.30555449899998, - 34.001051905000054 - ], - [ - -117.30554128199998, - 34.00105208300005 - ], - [ - -117.30552810199998, - 34.00105226100004 - ], - [ - -117.30550827299999, - 34.00105252700007 - ], - [ - -117.30549505399995, - 34.001052704000074 - ], - [ - -117.30548183399998, - 34.00105288300006 - ], - [ - -117.30546861699997, - 34.00105306000006 - ], - [ - -117.30545539699995, - 34.001053238000054 - ], - [ - -117.30544878699999, - 34.00105332700008 - ], - [ - -117.30544217899995, - 34.00105341500006 - ], - [ - -117.30543556899994, - 34.001053504000026 - ], - [ - -117.30542895999997, - 34.00105359400004 - ], - [ - -117.30542234999996, - 34.00105368200008 - ], - [ - -117.30541573899995, - 34.001053770000055 - ], - [ - -117.30540912999999, - 34.00105386000007 - ], - [ - -117.30540252199995, - 34.00105394800005 - ], - [ - -117.30539591299998, - 34.00105403800006 - ], - [ - -117.30538269199997, - 34.00105421500007 - ], - [ - -117.30537608299994, - 34.001054303000046 - ], - [ - -117.30536947299998, - 34.00105439200007 - ], - [ - -117.30536286299997, - 34.00105448200003 - ], - [ - -117.30534964499998, - 34.00105465900003 - ], - [ - -117.30534303599995, - 34.00105474800006 - ], - [ - -117.30533642599994, - 34.00105483700003 - ], - [ - -117.30532981799996, - 34.00105492600005 - ], - [ - -117.305316598, - 34.001055102000066 - ], - [ - -117.30530998899997, - 34.00105519300007 - ], - [ - -117.30529676999998, - 34.00105536900003 - ], - [ - -117.30529015899998, - 34.00105545800005 - ], - [ - -117.30528355099995, - 34.00105554700008 - ], - [ - -117.30527694199998, - 34.001055636000046 - ], - [ - -117.30527033199996, - 34.001055724000025 - ], - [ - -117.30526372099996, - 34.00105581300005 - ], - [ - -117.30525050299997, - 34.001055991000044 - ], - [ - -117.30524387199995, - 34.00105608000007 - ], - [ - -117.30523063499999, - 34.00105625800006 - ], - [ - -117.30522402599996, - 34.00105634700003 - ], - [ - -117.30521080699998, - 34.001056524000035 - ], - [ - -117.30519758599996, - 34.00105670200003 - ], - [ - -117.30518436999995, - 34.00105688100007 - ], - [ - -117.30517115099997, - 34.00105705800007 - ], - [ - -117.30516454099995, - 34.00105714800003 - ], - [ - -117.30515132, - 34.00105732600008 - ], - [ - -117.30513810199994, - 34.00105750300003 - ], - [ - -117.30513149099994, - 34.00105759200005 - ], - [ - -117.30511827499998, - 34.001057769000056 - ], - [ - -117.30511166399998, - 34.00105785900007 - ], - [ - -117.30510505599995, - 34.00105794700005 - ], - [ - -117.30509844599999, - 34.001058036000074 - ], - [ - -117.30500177099998, - 34.00105933900005 - ], - [ - -117.30499254299997, - 34.001059386000065 - ], - [ - -117.30499252799996, - 34.00105943800003 - ], - [ - -117.30499251999998, - 34.001059464000036 - ], - [ - -117.30499245899995, - 34.001059464000036 - ], - [ - -117.30498240599997, - 34.00255540300003 - ], - [ - -117.30496759699997, - 34.00474101100008 - ], - [ - -117.30496771599996, - 34.00474101100008 - ], - [ - -117.30500554399998, - 34.004740699000024 - ], - [ - -117.305007849, - 34.004740680000054 - ], - [ - -117.30501015299996, - 34.00474066100003 - ], - [ - -117.30501476099994, - 34.00474062300003 - ], - [ - -117.30501706399997, - 34.00474060300007 - ], - [ - -117.30502167199995, - 34.00474056500008 - ], - [ - -117.30502397599997, - 34.00474054600005 - ], - [ - -117.30502628, - 34.004740527000024 - ], - [ - -117.30503088699999, - 34.00474048900003 - ], - [ - -117.30503319299999, - 34.00474046900007 - ], - [ - -117.30503549499997, - 34.00474045000004 - ], - [ - -117.305037799, - 34.00474043100007 - ], - [ - -117.30504010299995, - 34.00474041100006 - ], - [ - -117.30504240699997, - 34.00474039200003 - ], - [ - -117.30504471199998, - 34.00474037200007 - ], - [ - -117.30504701399997, - 34.004740353000045 - ], - [ - -117.30504931799999, - 34.004740334000076 - ], - [ - -117.30505162299994, - 34.00474031400006 - ], - [ - -117.30505392599997, - 34.00474029500003 - ], - [ - -117.30505623099998, - 34.004740276000064 - ], - [ - -117.30505853499994, - 34.00474025600005 - ], - [ - -117.30506083699998, - 34.00474023700008 - ], - [ - -117.30506314299998, - 34.00474021800005 - ], - [ - -117.30507005399994, - 34.00474016000004 - ], - [ - -117.30507235699997, - 34.00474014100007 - ], - [ - -117.305074661, - 34.004740121000054 - ], - [ - -117.30507926899998, - 34.00474008400005 - ], - [ - -117.30508387599997, - 34.00474004600005 - ], - [ - -117.30508848399995, - 34.004740008000056 - ], - [ - -117.30509539699995, - 34.004739950000044 - ], - [ - -117.30510000299995, - 34.00473991200005 - ], - [ - -117.30510230699997, - 34.00473989300008 - ], - [ - -117.305104611, - 34.00473987400005 - ], - [ - -117.30510921799998, - 34.004739836000056 - ], - [ - -117.30511152199995, - 34.00473981600004 - ], - [ - -117.30511382599997, - 34.00473979700007 - ], - [ - -117.30511613099998, - 34.004739777000054 - ], - [ - -117.30511843399995, - 34.00473975800003 - ], - [ - -117.30512073899996, - 34.00473973900006 - ], - [ - -117.30512304099994, - 34.00473971900004 - ], - [ - -117.30512534599995, - 34.00473970000007 - ], - [ - -117.30512995299995, - 34.00473966200008 - ], - [ - -117.30513225799996, - 34.00473964300005 - ], - [ - -117.30513455999994, - 34.004739623000034 - ], - [ - -117.30513916899997, - 34.00473958500004 - ], - [ - -117.305141473, - 34.00473956600007 - ], - [ - -117.30514377699996, - 34.00473954700004 - ], - [ - -117.30514607999999, - 34.00473952700003 - ], - [ - -117.30514838399995, - 34.00473950800006 - ], - [ - -117.30515068799997, - 34.00473948900003 - ], - [ - -117.30515529499996, - 34.004739451000034 - ], - [ - -117.30515759999997, - 34.004739431000075 - ], - [ - -117.30516220899995, - 34.00473939300008 - ], - [ - -117.30516451099999, - 34.00473937400005 - ], - [ - -117.30516911899997, - 34.00473933600006 - ], - [ - -117.30517372599996, - 34.00473929800006 - ], - [ - -117.30517602999998, - 34.004739279000034 - ], - [ - -117.30517833399995, - 34.004739259000075 - ], - [ - -117.30518063899996, - 34.00473924000005 - ], - [ - -117.30518524599995, - 34.00473920200005 - ], - [ - -117.30518755099996, - 34.00473918200004 - ], - [ - -117.305189854, - 34.00473916300007 - ], - [ - -117.30519446199997, - 34.00473912500007 - ], - [ - -117.30519676499995, - 34.004739106000045 - ], - [ - -117.30520137299999, - 34.00473906700006 - ], - [ - -117.30520598099997, - 34.004739028000074 - ], - [ - -117.30521058799997, - 34.00473899000008 - ], - [ - -117.30521519599995, - 34.004738951000036 - ], - [ - -117.30523823599998, - 34.00473875900008 - ], - [ - -117.30524284199998, - 34.004738721000024 - ], - [ - -117.305245147, - 34.004738701000065 - ], - [ - -117.30525205699996, - 34.00473864400004 - ], - [ - -117.30525436199997, - 34.00473862500007 - ], - [ - -117.30525896899996, - 34.00473858700008 - ], - [ - -117.30526127299999, - 34.00473856700006 - ], - [ - -117.30526588099997, - 34.004738529000065 - ], - [ - -117.30527279199998, - 34.00473847100005 - ], - [ - -117.30527739999997, - 34.00473843300006 - ], - [ - -117.30528200799995, - 34.00473839400007 - ], - [ - -117.30528891999995, - 34.00473833600006 - ], - [ - -117.30529583099997, - 34.00473827900004 - ], - [ - -117.30530043999994, - 34.00473824000005 - ], - [ - -117.30530734999996, - 34.00473818300003 - ], - [ - -117.305311959, - 34.004738144000044 - ], - [ - -117.30531656499994, - 34.00473810600005 - ], - [ - -117.30532347699994, - 34.004738049000025 - ], - [ - -117.30532808499999, - 34.00473801000004 - ], - [ - -117.30533499599994, - 34.004737953000074 - ], - [ - -117.30534190799995, - 34.00473789600005 - ], - [ - -117.30534651599999, - 34.004737857000066 - ], - [ - -117.30535573099996, - 34.00473778000003 - ], - [ - -117.30536264399996, - 34.00473772300006 - ], - [ - -117.30537185799994, - 34.004737646000024 - ], - [ - -117.30538107299998, - 34.00473756900004 - ], - [ - -117.30538798599997, - 34.00473751200008 - ], - [ - -117.30539720099995, - 34.00473743500004 - ], - [ - -117.30540411199996, - 34.00473737800007 - ], - [ - -117.30541102399997, - 34.00473732100005 - ], - [ - -117.30541563199995, - 34.004737283000054 - ], - [ - -117.30542023899994, - 34.00473724500006 - ], - [ - -117.30542484699998, - 34.00473720600007 - ], - [ - -117.30542945499997, - 34.00473716800008 - ], - [ - -117.30543175799994, - 34.00473714900005 - ], - [ - -117.30543636599998, - 34.004737111000054 - ], - [ - -117.305438671, - 34.00473709100004 - ], - [ - -117.30544327899997, - 34.00473705300004 - ], - [ - -117.30544788499998, - 34.004737015000046 - ], - [ - -117.30545249299996, - 34.00473697700005 - ], - [ - -117.30545710099994, - 34.004736939000054 - ], - [ - -117.30545940499997, - 34.00473692000003 - ], - [ - -117.30546170899999, - 34.00473690100006 - ], - [ - -117.30546401199996, - 34.00473688100004 - ], - [ - -117.30546631599998, - 34.00473686200007 - ], - [ - -117.30546861999994, - 34.004736843000046 - ], - [ - -117.30547092399996, - 34.00473682300003 - ], - [ - -117.30547322799998, - 34.00473680400006 - ], - [ - -117.30547553199995, - 34.004736785000034 - ], - [ - -117.30547783499998, - 34.004736765000075 - ], - [ - -117.30548013999999, - 34.00473674600005 - ], - [ - -117.30548474699998, - 34.00473670800005 - ], - [ - -117.30548705099994, - 34.00473668800004 - ], - [ - -117.30548935499996, - 34.00473666900007 - ], - [ - -117.30549165999997, - 34.00473665000004 - ], - [ - -117.30549626599998, - 34.004736612000045 - ], - [ - -117.30549856999994, - 34.00473659200003 - ], - [ - -117.30550087499995, - 34.00473657300006 - ], - [ - -117.30550317799998, - 34.00473655300004 - ], - [ - -117.305505483, - 34.004736534000074 - ], - [ - -117.30551008899994, - 34.00473649600008 - ], - [ - -117.30551469699998, - 34.004736458000025 - ], - [ - -117.30551930499996, - 34.00473641900004 - ], - [ - -117.30552391299994, - 34.004736380000054 - ], - [ - -117.30552851999994, - 34.00473634200006 - ], - [ - -117.30553312799998, - 34.00473630400006 - ], - [ - -117.30553773599996, - 34.004736265000076 - ], - [ - -117.305540039, - 34.00473624600005 - ], - [ - -117.30554234399995, - 34.00473622700002 - ], - [ - -117.30554695099994, - 34.00473618900003 - ], - [ - -117.30554925499996, - 34.00473616900007 - ], - [ - -117.30555386299994, - 34.00473613100007 - ], - [ - -117.30555616799995, - 34.00473611100006 - ], - [ - -117.30556077399996, - 34.00473607300006 - ], - [ - -117.30556538199994, - 34.004736035000064 - ], - [ - -117.30556768699995, - 34.00473601600004 - ], - [ - -117.30557229299995, - 34.00473597800004 - ], - [ - -117.30557690099994, - 34.004735940000046 - ], - [ - -117.30557920599995, - 34.004735921000076 - ], - [ - -117.30558150999997, - 34.00473590100006 - ], - [ - -117.30558381299994, - 34.004735882000034 - ], - [ - -117.30558611799995, - 34.004735863000064 - ], - [ - -117.30559072399996, - 34.00473582500007 - ], - [ - -117.30559533199994, - 34.004735786000026 - ], - [ - -117.30559993999998, - 34.00473574800003 - ], - [ - -117.30560224499999, - 34.00473572900006 - ], - [ - -117.30560915599995, - 34.00473567100005 - ], - [ - -117.30561376299994, - 34.00473563200006 - ], - [ - -117.30561837099998, - 34.00473559400007 - ], - [ - -117.30562297999995, - 34.00473555600007 - ], - [ - -117.30562758599996, - 34.004735518000075 - ], - [ - -117.30562989099997, - 34.00473549800006 - ], - [ - -117.30563449899995, - 34.00473546000006 - ], - [ - -117.30563910499995, - 34.00473542200007 - ], - [ - -117.30564140999996, - 34.00473540200005 - ], - [ - -117.30564601799995, - 34.004735364000055 - ], - [ - -117.30565062499994, - 34.00473532600006 - ], - [ - -117.30565292899996, - 34.00473530600004 - ], - [ - -117.30565753599996, - 34.00473526800005 - ], - [ - -117.30565984199995, - 34.00473524900008 - ], - [ - -117.30566444899995, - 34.004735211000025 - ], - [ - -117.30566905599994, - 34.00473517300003 - ], - [ - -117.30567366499997, - 34.00473513400004 - ], - [ - -117.305675969, - 34.004735115000074 - ], - [ - -117.30568057599999, - 34.00473507700008 - ], - [ - -117.30568518499996, - 34.004735037000046 - ], - [ - -117.305687488, - 34.004735018000076 - ], - [ - -117.30568978999997, - 34.00473499900005 - ], - [ - -117.30569439899995, - 34.004734960000064 - ], - [ - -117.30569670199998, - 34.00473494100004 - ], - [ - -117.30569900599994, - 34.00473492100008 - ], - [ - -117.30570130899997, - 34.00473490200005 - ], - [ - -117.305703613, - 34.004734883000026 - ], - [ - -117.30570591799994, - 34.00473486300007 - ], - [ - -117.30570822099997, - 34.00473484400004 - ], - [ - -117.30571052599998, - 34.004734824000025 - ], - [ - -117.30571282899996, - 34.004734805000055 - ], - [ - -117.30571513299998, - 34.00473478600003 - ], - [ - -117.30571743699994, - 34.00473476600007 - ], - [ - -117.30571973999997, - 34.004734746000054 - ], - [ - -117.30572204499998, - 34.00473472700003 - ], - [ - -117.30572434799996, - 34.00473470800006 - ], - [ - -117.30572895599994, - 34.00473466900007 - ], - [ - -117.30573125999996, - 34.004734649000056 - ], - [ - -117.30573586699995, - 34.00473461100006 - ], - [ - -117.30574277899996, - 34.00473455400004 - ], - [ - -117.30574738699994, - 34.00473451500005 - ], - [ - -117.30575199499998, - 34.004734477000056 - ], - [ - -117.305758906, - 34.004734420000034 - ], - [ - -117.30576121099995, - 34.004734401000064 - ], - [ - -117.30576351399998, - 34.00473438100005 - ], - [ - -117.30576581799994, - 34.00473436200008 - ], - [ - -117.305770425, - 34.004734324000026 - ], - [ - -117.30577272999994, - 34.004734305000056 - ], - [ - -117.30577503299997, - 34.00473428500004 - ], - [ - -117.30577964099996, - 34.004734247000044 - ], - [ - -117.30578194399999, - 34.00473422600004 - ], - [ - -117.30578655199997, - 34.00473418800004 - ], - [ - -117.305788856, - 34.00473416800003 - ], - [ - -117.30579346399998, - 34.00473413000003 - ], - [ - -117.30579807199996, - 34.004734091000046 - ], - [ - -117.30580037599998, - 34.004734072000076 - ], - [ - -117.30580267999994, - 34.00473405200006 - ], - [ - -117.30580498399996, - 34.004734033000034 - ], - [ - -117.305807287, - 34.004734014000064 - ], - [ - -117.30580959099996, - 34.00473399400005 - ], - [ - -117.30581189499998, - 34.00473397500008 - ], - [ - -117.30581650299996, - 34.00473393500005 - ], - [ - -117.30581880699998, - 34.00473391600008 - ], - [ - -117.30582341499996, - 34.004733877000035 - ], - [ - -117.305825718, - 34.004733858000066 - ], - [ - -117.30582802199996, - 34.00473383900004 - ], - [ - -117.30583032599998, - 34.00473381900008 - ], - [ - -117.30583262899995, - 34.004733800000054 - ], - [ - -117.30583493399996, - 34.00473378000004 - ], - [ - -117.30583954099995, - 34.00473374200004 - ], - [ - -117.30584184499997, - 34.004733722000026 - ], - [ - -117.30584414999998, - 34.004733705000035 - ], - [ - -117.30584645299996, - 34.004733686000066 - ], - [ - -117.30584875699998, - 34.00473366600005 - ], - [ - -117.30585105999995, - 34.00473364700008 - ], - [ - -117.30585336499996, - 34.004733628000054 - ], - [ - -117.30585566899998, - 34.00473360900003 - ], - [ - -117.30585797099997, - 34.00473358800008 - ], - [ - -117.30586027599998, - 34.00473357000004 - ], - [ - -117.30586257899995, - 34.004733550000026 - ], - [ - -117.30586718799998, - 34.004733513000076 - ], - [ - -117.30586949199994, - 34.00473349400005 - ], - [ - -117.305874099, - 34.004733456000054 - ], - [ - -117.30587870699998, - 34.00473341700007 - ], - [ - -117.30588331299998, - 34.00473337900007 - ], - [ - -117.30588792199995, - 34.00473333900004 - ], - [ - -117.30589483199998, - 34.00473328100003 - ], - [ - -117.30589713799998, - 34.00473326400004 - ], - [ - -117.30589944099995, - 34.00473324300003 - ], - [ - -117.30596553699996, - 34.00473271000004 - ], - [ - -117.30620775299997, - 34.004202117000034 - ], - [ - -117.30654329899994, - 34.00413433600005 - ], - [ - -117.30671854399998, - 34.00392289700005 - ], - [ - -117.30706611199997, - 34.00404368200003 - ], - [ - -117.30725958999994, - 34.00411091800004 - ], - [ - -117.307413613, - 34.004252878000045 - ], - [ - -117.30792536499996, - 34.00472454800007 - ], - [ - -117.30834916699996, - 34.00435711100005 - ], - [ - -117.30859670999996, - 34.00435872400004 - ], - [ - -117.30922676699998, - 34.00436282700008 - ], - [ - -117.30997944499995, - 34.00447879400008 - ], - [ - -117.31024523199994, - 34.004634159000034 - ], - [ - -117.31045104799995, - 34.004754467000055 - ], - [ - -117.31048652599998, - 34.004754555000034 - ], - [ - -117.31364073799995, - 34.00476217600004 - ], - [ - -117.31364946599996, - 34.00509565200008 - ], - [ - -117.31364223899999, - 34.00588158000005 - ], - [ - -117.31363295099999, - 34.00649912100005 - ], - [ - -117.31364394299999, - 34.00677190500005 - ], - [ - -117.313643948, - 34.00678647900003 - ], - [ - -117.31364397299996, - 34.00685326200005 - ], - [ - -117.31364400499996, - 34.00693870500004 - ], - [ - -117.31411985999995, - 34.00705007300007 - ], - [ - -117.31472053699997, - 34.00679215400004 - ], - [ - -117.31471813699994, - 34.00659652300004 - ], - [ - -117.31471214799996, - 34.00610799100008 - ], - [ - -117.31461760999997, - 34.00539433500006 - ], - [ - -117.31522968799999, - 34.00525997300008 - ], - [ - -117.31584568099998, - 34.005647158000045 - ], - [ - -117.31584615399998, - 34.00564745500003 - ], - [ - -117.31614413199998, - 34.00583474800004 - ], - [ - -117.31655813999998, - 34.00587580300004 - ], - [ - -117.31688414599995, - 34.00590813000008 - ], - [ - -117.317100316, - 34.006046765000065 - ], - [ - -117.31747614699998, - 34.00628779300007 - ], - [ - -117.31766693199995, - 34.00623944900008 - ], - [ - -117.31783987699998, - 34.00612619000003 - ], - [ - -117.31803680999997, - 34.005997224000055 - ], - [ - -117.31957731699998, - 34.00623137900004 - ], - [ - -117.31963798399994, - 34.00628608100004 - ], - [ - -117.319894305, - 34.006517203000044 - ], - [ - -117.32021445699996, - 34.00652439000004 - ], - [ - -117.32021535699994, - 34.006524410000054 - ], - [ - -117.32029323399996, - 34.00652615800004 - ], - [ - -117.32051480899997, - 34.00653113200008 - ], - [ - -117.32058670499998, - 34.006582740000056 - ], - [ - -117.32088440599995, - 34.00679643600006 - ], - [ - -117.32091147699998, - 34.00681586800005 - ], - [ - -117.32092217799999, - 34.006823549000046 - ], - [ - -117.32093094699997, - 34.00682984400004 - ], - [ - -117.32140545899995, - 34.00704561600003 - ], - [ - -117.321900971, - 34.007045549000054 - ], - [ - -117.322383361, - 34.007045481000034 - ], - [ - -117.32238301899997, - 34.007515934000025 - ], - [ - -117.32279515999994, - 34.00767390000004 - ], - [ - -117.32332227499995, - 34.00787593000007 - ], - [ - -117.32391783399999, - 34.00810418700007 - ], - [ - -117.32431532299995, - 34.00825652900005 - ], - [ - -117.32453173099998, - 34.00833946900008 - ], - [ - -117.32448664199995, - 34.00839646400004 - ], - [ - -117.32468944699997, - 34.00839591000005 - ], - [ - -117.32511494799996, - 34.008394750000036 - ], - [ - -117.325940705, - 34.00839249200004 - ], - [ - -117.32634638599995, - 34.008391380000035 - ], - [ - -117.326365695, - 34.00839132600004 - ], - [ - -117.32673265699998, - 34.00839386000007 - ], - [ - -117.32673831899996, - 34.00884283900007 - ], - [ - -117.32673831999995, - 34.008842876000074 - ], - [ - -117.32673871399999, - 34.00925849200007 - ], - [ - -117.326739106, - 34.009670897000035 - ], - [ - -117.32673953199998, - 34.01011961900008 - ], - [ - -117.32692731399999, - 34.01004172300003 - ], - [ - -117.32713376999999, - 34.00995607900006 - ], - [ - -117.32745929999999, - 34.00982104000008 - ], - [ - -117.327716034, - 34.009714538000026 - ], - [ - -117.32805974599995, - 34.00957195500007 - ], - [ - -117.328818072, - 34.00925736800008 - ], - [ - -117.32882465999995, - 34.00860008300003 - ], - [ - -117.32882669399999, - 34.00839704800006 - ], - [ - -117.32919958199994, - 34.008398982000074 - ], - [ - -117.33089935199996, - 34.00840778700007 - ], - [ - -117.33111389199996, - 34.00840889500006 - ], - [ - -117.33111636799998, - 34.00710678400003 - ], - [ - -117.331117195, - 34.006673025000055 - ], - [ - -117.331145242, - 34.006672783000056 - ], - [ - -117.33114538299998, - 34.00659856000004 - ], - [ - -117.33142913399996, - 34.00659921000005 - ], - [ - -117.33152744899996, - 34.006599436000045 - ], - [ - -117.33268129299995, - 34.006602075000046 - ], - [ - -117.33271941199996, - 34.006602162000036 - ], - [ - -117.33383773399999, - 34.006604708000054 - ], - [ - -117.33393671799996, - 34.00660493200007 - ], - [ - -117.33409158499995, - 34.006605284000045 - ], - [ - -117.33379956899995, - 34.01327203300008 - ], - [ - -117.33519175099997, - 34.01327665700006 - ], - [ - -117.33527096199998, - 34.01318168500006 - ], - [ - -117.336196654, - 34.01207180000006 - ], - [ - -117.3366044099999, - 34.01207238500007 - ], - [ - -117.34003670499999, - 34.01207725900008 - ], - [ - -117.34006557299995, - 34.012077300000044 - ], - [ - -117.34080414299996, - 34.01207833600006 - ], - [ - -117.34139512099995, - 34.01207916200008 - ], - [ - -117.34197643999994, - 34.01207997300003 - ], - [ - -117.34207116899995, - 34.01208010400006 - ], - [ - -117.34217032, - 34.012080242000025 - ], - [ - -117.34291482999998, - 34.012081274000025 - ], - [ - -117.34291352699995, - 34.01225812000007 - ], - [ - -117.34291180999998, - 34.012490815000035 - ], - [ - -117.34296376999998, - 34.012490795000076 - ], - [ - -117.343397241, - 34.01249062000005 - ], - [ - -117.34409063199996, - 34.01249033800008 - ], - [ - -117.34428646799995, - 34.01249025800007 - ], - [ - -117.34483055299995, - 34.01248305200005 - ], - [ - -117.34498362699998, - 34.01244783300007 - ], - [ - -117.34500253599998, - 34.01244336700006 - ], - [ - -117.34542327399998, - 34.012346283000056 - ], - [ - -117.34572818599997, - 34.01227592600003 - ], - [ - -117.345894478, - 34.01223755400002 - ], - [ - -117.34618142299996, - 34.012171341000055 - ], - [ - -117.34640698199996, - 34.01211929100003 - ], - [ - -117.346630125, - 34.01206780000007 - ], - [ - -117.346850486, - 34.01201694900004 - ], - [ - -117.34706731899996, - 34.01196691300004 - ], - [ - -117.34729040399998, - 34.011915431000034 - ], - [ - -117.34750855399994, - 34.01186509100006 - ], - [ - -117.34774162399998, - 34.01181130500004 - ], - [ - -117.34781866499998, - 34.011793527000066 - ], - [ - -117.34783201599998, - 34.01179246800007 - ], - [ - -117.34802777599998, - 34.011776961000066 - ], - [ - -117.34825540699995, - 34.01175892900005 - ], - [ - -117.34848639499995, - 34.01174062800004 - ], - [ - -117.34880410899996, - 34.01171545700004 - ], - [ - -117.34887093499998, - 34.01171016200004 - ], - [ - -117.34910515399997, - 34.01185128700007 - ], - [ - -117.34932875799996, - 34.01198601400006 - ], - [ - -117.34935440099997, - 34.01203548400008 - ], - [ - -117.349474311, - 34.01226681600008 - ], - [ - -117.349567676, - 34.012446934000025 - ], - [ - -117.34965945999994, - 34.01262400600007 - ], - [ - -117.34970314599997, - 34.01270828500003 - ], - [ - -117.34974430099999, - 34.01281501400007 - ], - [ - -117.34981283199994, - 34.01299273400008 - ], - [ - -117.34988382999995, - 34.01317685400005 - ], - [ - -117.34995502299995, - 34.013361479000025 - ], - [ - -117.35002556899997, - 34.01354442400003 - ], - [ - -117.350097254, - 34.01373032600003 - ], - [ - -117.35014355399994, - 34.01385039000007 - ], - [ - -117.35015950399998, - 34.01385998300003 - ], - [ - -117.35034809299998, - 34.013973400000054 - ], - [ - -117.35053790999996, - 34.014087553000024 - ], - [ - -117.35071574699998, - 34.014194502000066 - ], - [ - -117.350763369, - 34.014223756000035 - ], - [ - -117.350602918, - 34.01444592400003 - ], - [ - -117.35054791299996, - 34.01451686400003 - ], - [ - -117.350345974, - 34.014777310000056 - ], - [ - -117.35030114399996, - 34.01475377300005 - ], - [ - -117.35030065599994, - 34.01475436700008 - ], - [ - -117.35018860199995, - 34.01489130400006 - ], - [ - -117.35010177999999, - 34.01499740600008 - ], - [ - -117.35006473099997, - 34.01504268100007 - ], - [ - -117.35003202499996, - 34.01508265000007 - ], - [ - -117.34995612699998, - 34.015174192000075 - ], - [ - -117.34984032099999, - 34.015313871000046 - ], - [ - -117.34974278199996, - 34.01543151300007 - ], - [ - -117.34971868499997, - 34.01541923900004 - ], - [ - -117.34941881299994, - 34.01526650200003 - ], - [ - -117.34916104799998, - 34.01513521000004 - ], - [ - -117.34896222199995, - 34.015033937000055 - ], - [ - -117.34866695099998, - 34.01488353800005 - ], - [ - -117.34850907499998, - 34.014803123000036 - ], - [ - -117.34791628499994, - 34.01479136300003 - ], - [ - -117.34763890699998, - 34.014980190000074 - ], - [ - -117.34719764599998, - 34.01528058200006 - ], - [ - -117.34726232099996, - 34.015350752000074 - ], - [ - -117.34732008599997, - 34.01541342400003 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "San Jose, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -121.94326641499998, - 37.46519811200005 - ], - [ - -121.94358035599998, - 37.46527583100004 - ], - [ - -121.94374515799996, - 37.46533952000004 - ], - [ - -121.94389734899994, - 37.46542074000007 - ], - [ - -121.94403396899997, - 37.465517942000076 - ], - [ - -121.94417903299995, - 37.46565814400003 - ], - [ - -121.944296797, - 37.46581371900004 - ], - [ - -121.94438472999997, - 37.46598135800008 - ], - [ - -121.94444092199996, - 37.46615746700007 - ], - [ - -121.94446423699998, - 37.466338216000054 - ], - [ - -121.94445408299998, - 37.46651974200006 - ], - [ - -121.94419397999997, - 37.467762814000025 - ], - [ - -121.94414133999999, - 37.46793403600003 - ], - [ - -121.94412521699996, - 37.46810984500007 - ], - [ - -121.94414601799997, - 37.46828536000004 - ], - [ - -121.94420315999997, - 37.46845564400007 - ], - [ - -121.944295061, - 37.46861597900005 - ], - [ - -121.94441916199997, - 37.468761907000044 - ], - [ - -121.94446500499998, - 37.468800129000044 - ], - [ - -121.94457199799996, - 37.46888933200006 - ], - [ - -121.94474931499997, - 37.468994688000066 - ], - [ - -121.94484772499999, - 37.46903488300006 - ], - [ - -121.94494613299997, - 37.469075075000035 - ], - [ - -121.94515701799997, - 37.46912822100006 - ], - [ - -121.94537606499995, - 37.46915267000003 - ], - [ - -121.94559712799997, - 37.46914772800005 - ], - [ - -121.94581408999994, - 37.46911352700005 - ], - [ - -121.94602091299998, - 37.46905101900006 - ], - [ - -121.94621176899994, - 37.468961973000035 - ], - [ - -121.94638136599997, - 37.46884881200003 - ], - [ - -121.94652499899996, - 37.46871476200005 - ], - [ - -121.94663863099998, - 37.468563525000036 - ], - [ - -121.94671910199997, - 37.46839932900008 - ], - [ - -121.94682698699995, - 37.46820050200006 - ], - [ - -121.94689477799994, - 37.468075562000024 - ], - [ - -121.94702432799994, - 37.46773828600004 - ], - [ - -121.947106196, - 37.46739164200005 - ], - [ - -121.94711633799994, - 37.467284033000055 - ], - [ - -121.94712912099999, - 37.46714839600003 - ], - [ - -121.94713934599997, - 37.46703989700006 - ], - [ - -121.94712337599998, - 37.46668738500006 - ], - [ - -121.94705850999998, - 37.46633845100007 - ], - [ - -121.94694552699997, - 37.465997413000025 - ], - [ - -121.94681481099997, - 37.46572814500007 - ], - [ - -121.94678582699999, - 37.46566844000006 - ], - [ - -121.94678269099995, - 37.465662587000054 - ], - [ - -121.94660935099995, - 37.465339124000025 - ], - [ - -121.94648270999994, - 37.46499555100007 - ], - [ - -121.94640763199999, - 37.46464250900004 - ], - [ - -121.94638516299995, - 37.464284881000026 - ], - [ - -121.94641562399994, - 37.46392760800006 - ], - [ - -121.94642311599995, - 37.46389583200005 - ], - [ - -121.94645370099994, - 37.46376610400006 - ], - [ - -121.946498594, - 37.46357568500008 - ], - [ - -121.94655604699994, - 37.46342947200003 - ], - [ - -121.94659260399999, - 37.463336441000024 - ], - [ - -121.94661701899997, - 37.46327430900004 - ], - [ - -121.94664703199999, - 37.46323149700004 - ], - [ - -121.94666140599998, - 37.463210994000065 - ], - [ - -121.94669127599997, - 37.46316838900003 - ], - [ - -121.94686346499998, - 37.46295867900005 - ], - [ - -121.947053569, - 37.462759049000056 - ], - [ - -121.94726071099996, - 37.46257047100005 - ], - [ - -121.947325681, - 37.46251645000007 - ], - [ - -121.94755337099997, - 37.46234359500005 - ], - [ - -121.94779561499996, - 37.462183811000045 - ], - [ - -121.94801143199999, - 37.46206061200007 - ], - [ - -121.94827286099996, - 37.46193950400004 - ], - [ - -121.94876183399998, - 37.46171305100006 - ], - [ - -121.94886731899999, - 37.46166419800005 - ], - [ - -121.94931676099998, - 37.46155573800007 - ], - [ - -121.94951228499997, - 37.46150857400005 - ], - [ - -121.94998467299996, - 37.461469916000055 - ], - [ - -121.95145656299997, - 37.46155578300005 - ], - [ - -121.95191983499996, - 37.46158281100003 - ], - [ - -121.95225426099995, - 37.46161715200003 - ], - [ - -121.95259878099995, - 37.461661141000036 - ], - [ - -121.95261477099996, - 37.46166318200005 - ], - [ - -121.95276237699994, - 37.46168201900008 - ], - [ - -121.95285809299997, - 37.46169423500004 - ], - [ - -121.95319601899996, - 37.46176673400004 - ], - [ - -121.95339915199997, - 37.46186103100007 - ], - [ - -121.95347370699994, - 37.46189563400003 - ], - [ - -121.95354388099997, - 37.46192820400006 - ], - [ - -121.95393349799997, - 37.46210902900003 - ], - [ - -121.95487038799996, - 37.46240890800004 - ], - [ - -121.95663032099998, - 37.46281837400005 - ], - [ - -121.95801902199997, - 37.46318454100003 - ], - [ - -121.9583922, - 37.46328087100005 - ], - [ - -121.95936184799996, - 37.463445051000065 - ], - [ - -121.96051363, - 37.46357324000007 - ], - [ - -121.96123551899996, - 37.46358483600005 - ], - [ - -121.96135739399995, - 37.46356006100007 - ], - [ - -121.96265449199996, - 37.46329614700005 - ], - [ - -121.96268430599997, - 37.46328630000005 - ], - [ - -121.96271406399995, - 37.463276431000054 - ], - [ - -121.96277296099998, - 37.46324861700003 - ], - [ - -121.96284019399997, - 37.463213902000064 - ], - [ - -121.96290735499997, - 37.46317413100007 - ], - [ - -121.96296898499997, - 37.46312614000004 - ], - [ - -121.96302856999995, - 37.46307776400005 - ], - [ - -121.96306395999994, - 37.46304177600007 - ], - [ - -121.963082682, - 37.463021215000026 - ], - [ - -121.96309567499998, - 37.463002879000044 - ], - [ - -121.96310866899995, - 37.46298454200007 - ], - [ - -121.96562781399996, - 37.462721016000046 - ], - [ - -121.96641469499997, - 37.46255803300005 - ], - [ - -121.966614231, - 37.462516719000064 - ], - [ - -121.96758036499995, - 37.462258030000044 - ], - [ - -121.96824275499995, - 37.46203861600003 - ], - [ - -121.96832041799996, - 37.46201289100003 - ], - [ - -121.96852155299996, - 37.46194626400006 - ], - [ - -121.96933225699996, - 37.46162310100004 - ], - [ - -121.96943311799998, - 37.46158288000004 - ], - [ - -121.96986306499997, - 37.46138867900004 - ], - [ - -121.97046617799998, - 37.461230460000024 - ], - [ - -121.97059401299998, - 37.461196924000035 - ], - [ - -121.97064524799998, - 37.46118348300007 - ], - [ - -121.97114677199994, - 37.46105191100003 - ], - [ - -121.97202045199998, - 37.460875464000026 - ], - [ - -121.97264076199997, - 37.46091746700006 - ], - [ - -121.974487018, - 37.461042461000034 - ], - [ - -121.97483042099998, - 37.46106568400006 - ], - [ - -121.97487186199999, - 37.46052028400004 - ], - [ - -121.974873259, - 37.46050189300007 - ], - [ - -121.97506592099995, - 37.46048516600007 - ], - [ - -121.97513036199996, - 37.46047957300004 - ], - [ - -121.97579467799994, - 37.460459092000065 - ], - [ - -121.97648077499997, - 37.460437875000025 - ], - [ - -121.97783155599996, - 37.46047132700005 - ], - [ - -121.97917613199996, - 37.46057985200008 - ], - [ - -121.98050791799994, - 37.46076280200003 - ], - [ - -121.98182052799996, - 37.46101940800003 - ], - [ - -121.98254481299995, - 37.461198972000034 - ], - [ - -121.98284060699996, - 37.461272303000044 - ], - [ - -121.98456341099995, - 37.46172400700004 - ], - [ - -121.98588057699999, - 37.46206937100004 - ], - [ - -121.99144802299998, - 37.46352882900004 - ], - [ - -121.99179217099999, - 37.46364146900004 - ], - [ - -121.99212561399997, - 37.46377301600006 - ], - [ - -121.99244672699996, - 37.463922754000066 - ], - [ - -121.99275397999997, - 37.46408999600004 - ], - [ - -121.992808675, - 37.46412249100007 - ], - [ - -121.99455847299998, - 37.46545062300004 - ], - [ - -121.99480130199998, - 37.46566265100006 - ], - [ - -121.99506208599996, - 37.46586060200008 - ], - [ - -121.99533957299997, - 37.466043598000056 - ], - [ - -121.99563245099995, - 37.46621071900006 - ], - [ - -121.99580286999998, - 37.46629722400007 - ], - [ - -121.99683779699996, - 37.46667263300003 - ], - [ - -121.997178825, - 37.466796335000026 - ], - [ - -121.997281209, - 37.46682529000003 - ], - [ - -121.99738592199998, - 37.46684849300004 - ], - [ - -121.997492379, - 37.46686579000004 - ], - [ - -121.99760012599995, - 37.46687712000005 - ], - [ - -121.99770858299996, - 37.466882465000026 - ], - [ - -121.99781720599998, - 37.466881744000034 - ], - [ - -121.99792556699998, - 37.46687500400003 - ], - [ - -121.99803302899994, - 37.466862234000075 - ], - [ - -121.99808941699996, - 37.46685304600004 - ], - [ - -122.00000756099996, - 37.466615287000025 - ], - [ - -122.014683349, - 37.464794934000054 - ], - [ - -122.01737487599996, - 37.46474630500006 - ], - [ - -122.01919839799996, - 37.46472407300007 - ], - [ - -122.02110003799999, - 37.46470084500004 - ], - [ - -122.021550231, - 37.46470501500005 - ], - [ - -122.02207950599995, - 37.46473718100003 - ], - [ - -122.02260469999999, - 37.46479871900004 - ], - [ - -122.02312325199995, - 37.46488929900005 - ], - [ - -122.02449472599994, - 37.46512040500005 - ], - [ - -122.02456048599998, - 37.46513438300008 - ], - [ - -122.02508955599995, - 37.46522937300006 - ], - [ - -122.02544313799996, - 37.465272467000034 - ], - [ - -122.02562569, - 37.46529471600007 - ], - [ - -122.026166236, - 37.46533006000004 - ], - [ - -122.02670854999997, - 37.46533530100004 - ], - [ - -122.02724998699995, - 37.46531033600007 - ], - [ - -122.027787967, - 37.46525538100008 - ], - [ - -122.03733409199998, - 37.464129684000056 - ], - [ - -122.03763376799998, - 37.46409433100007 - ], - [ - -122.037750728, - 37.46408307100006 - ], - [ - -122.03803943699995, - 37.46404364800003 - ], - [ - -122.03832399699996, - 37.46398828000008 - ], - [ - -122.038603035, - 37.46391725700005 - ], - [ - -122.03887515099996, - 37.46383082700004 - ], - [ - -122.03913909, - 37.46372953500003 - ], - [ - -122.03939345499998, - 37.46361376400006 - ], - [ - -122.03963713899998, - 37.463484168000036 - ], - [ - -122.039868206, - 37.46335596500006 - ], - [ - -122.04082339999997, - 37.46282598500005 - ], - [ - -122.04583903999998, - 37.46004293300007 - ], - [ - -122.04587330799995, - 37.45774057400007 - ], - [ - -122.04592198799998, - 37.45447102700007 - ], - [ - -122.045920836, - 37.453027150000025 - ], - [ - -122.04602515399995, - 37.45206866800004 - ], - [ - -122.04603087399994, - 37.45057541700004 - ], - [ - -122.04603473599997, - 37.44956190000005 - ], - [ - -122.04603743999996, - 37.44885561000007 - ], - [ - -122.04603807499996, - 37.44869225600007 - ], - [ - -122.04603909999997, - 37.448431364000044 - ], - [ - -122.04604887399995, - 37.44587302200006 - ], - [ - -122.04605362299998, - 37.444639177000056 - ], - [ - -122.04177902099997, - 37.44234787800008 - ], - [ - -122.04140566899997, - 37.442147755000065 - ], - [ - -122.02834550499995, - 37.435145188000035 - ], - [ - -122.02813574699996, - 37.435032715000034 - ], - [ - -122.02785136899996, - 37.43488019100005 - ], - [ - -122.02780292799997, - 37.43485422300006 - ], - [ - -122.02751042399996, - 37.43469734200005 - ], - [ - -122.02275034899998, - 37.43214437200004 - ], - [ - -122.02259856399996, - 37.432062952000024 - ], - [ - -122.01687981099997, - 37.42899529700003 - ], - [ - -122.01660496799997, - 37.42884784300003 - ], - [ - -122.01642635499996, - 37.42875202100004 - ], - [ - -122.01359276699998, - 37.42723180300004 - ], - [ - -122.01230640799997, - 37.426541633000056 - ], - [ - -122.01212539599999, - 37.426444556000035 - ], - [ - -122.01208900699999, - 37.42642501800003 - ], - [ - -122.01202772299996, - 37.42639213700005 - ], - [ - -122.01178142299995, - 37.42625996100003 - ], - [ - -122.00146518999998, - 37.42072391900007 - ], - [ - -121.99578786099994, - 37.417676519000054 - ], - [ - -121.99519064599997, - 37.417678065000075 - ], - [ - -121.99500704599996, - 37.41767854400007 - ], - [ - -121.99457076099998, - 37.41767966800006 - ], - [ - -121.99385760899997, - 37.41768151800005 - ], - [ - -121.99033197199998, - 37.41769053300004 - ], - [ - -121.99033179499997, - 37.41768366800005 - ], - [ - -121.99032298099996, - 37.417340841000055 - ], - [ - -121.98901382399998, - 37.41734270000006 - ], - [ - -121.98774722799999, - 37.41734450700005 - ], - [ - -121.98747632299995, - 37.41734487600007 - ], - [ - -121.98693192899998, - 37.417345641000054 - ], - [ - -121.98693277499996, - 37.41738811500005 - ], - [ - -121.98693560499999, - 37.417530157000044 - ], - [ - -121.98692917799997, - 37.41753019200007 - ], - [ - -121.98635679899996, - 37.41753227400005 - ], - [ - -121.98635619999999, - 37.41739120900007 - ], - [ - -121.98635493899997, - 37.417093013000056 - ], - [ - -121.98626437899998, - 37.41709500700006 - ], - [ - -121.98628093199994, - 37.41707742400007 - ], - [ - -121.98629551199997, - 37.417058790000056 - ], - [ - -121.98630797699997, - 37.41703917600006 - ], - [ - -121.98631824799998, - 37.417018788000064 - ], - [ - -121.98632623699996, - 37.416997765000076 - ], - [ - -121.98633189299994, - 37.41697624600005 - ], - [ - -121.98633516099994, - 37.41695441400003 - ], - [ - -121.98633601599994, - 37.41693245100004 - ], - [ - -121.98633448799995, - 37.416910518000066 - ], - [ - -121.98633648199996, - 37.41598600900005 - ], - [ - -121.98633002699995, - 37.415367968000055 - ], - [ - -121.98633050399997, - 37.41468279400004 - ], - [ - -121.986327669, - 37.413958223000066 - ], - [ - -121.98633507099998, - 37.412934922000034 - ], - [ - -121.98633543099999, - 37.412925623000035 - ], - [ - -121.98633478799997, - 37.41291636100004 - ], - [ - -121.98633311199995, - 37.41290715800005 - ], - [ - -121.98633043499996, - 37.41289812800005 - ], - [ - -121.98632675899995, - 37.412889316000076 - ], - [ - -121.98632211299997, - 37.41288079000003 - ], - [ - -121.986305615, - 37.41286076400007 - ], - [ - -121.98628696099996, - 37.41284200200005 - ], - [ - -121.98626626999999, - 37.41282466100006 - ], - [ - -121.98624371699998, - 37.41280887900007 - ], - [ - -121.98621947499998, - 37.41279476600005 - ], - [ - -121.98619371799998, - 37.41278245600006 - ], - [ - -121.98622668099995, - 37.41217815400006 - ], - [ - -121.98624942799995, - 37.41176119800008 - ], - [ - -121.98595865399994, - 37.411858675000076 - ], - [ - -121.98548167899997, - 37.412024864000045 - ], - [ - -121.98546388699998, - 37.41203122100006 - ], - [ - -121.98545651899997, - 37.412033853000025 - ], - [ - -121.98543136499995, - 37.41204285200007 - ], - [ - -121.98523714199996, - 37.41211315800007 - ], - [ - -121.98506068899997, - 37.41217817800003 - ], - [ - -121.98487910399996, - 37.41224623900007 - ], - [ - -121.98472391299998, - 37.412305383000046 - ], - [ - -121.98455657999995, - 37.41237008100006 - ], - [ - -121.984360112, - 37.412447419000046 - ], - [ - -121.98409278999998, - 37.41255492700003 - ], - [ - -121.98407295499999, - 37.41256301400006 - ], - [ - -121.98366987799994, - 37.41273053300006 - ], - [ - -121.98354193499995, - 37.41278470700007 - ], - [ - -121.98311271399996, - 37.412966409000035 - ], - [ - -121.98311892699996, - 37.41297576200003 - ], - [ - -121.98304162, - 37.41301095700004 - ], - [ - -121.9829480399999, - 37.413045762000024 - ], - [ - -121.98287128199996, - 37.41306859800005 - ], - [ - -121.98264760599994, - 37.41316330600006 - ], - [ - -121.98236944899998, - 37.41326014400005 - ], - [ - -121.981968769, - 37.41340103500005 - ], - [ - -121.98165163999994, - 37.41351376800003 - ], - [ - -121.98132737799995, - 37.41363009300005 - ], - [ - -121.98100456199995, - 37.41374701700005 - ], - [ - -121.980711252, - 37.41385422700006 - ], - [ - -121.98043972499994, - 37.413954251000064 - ], - [ - -121.98037485699996, - 37.41408822000005 - ], - [ - -121.980335777, - 37.414101439000035 - ], - [ - -121.98031472099996, - 37.414000577000024 - ], - [ - -121.97970834899996, - 37.414227674000074 - ], - [ - -121.97954342699995, - 37.414290132000076 - ], - [ - -121.97953963499998, - 37.414291572000025 - ], - [ - -121.97952864599995, - 37.41429574500006 - ], - [ - -121.97940893699996, - 37.41434127600007 - ], - [ - -121.97868053999997, - 37.414621691000036 - ], - [ - -121.978679479, - 37.41462210200007 - ], - [ - -121.97816539299998, - 37.41482351800005 - ], - [ - -121.977289768, - 37.415253595000024 - ], - [ - -121.97516619799995, - 37.416166479000026 - ], - [ - -121.97429071199997, - 37.41654280800003 - ], - [ - -121.97436932299996, - 37.41665938400007 - ], - [ - -121.97393885199995, - 37.416858442000034 - ], - [ - -121.973883995, - 37.41688380700003 - ], - [ - -121.97373898599994, - 37.41695086400006 - ], - [ - -121.97086632799994, - 37.41807224300004 - ], - [ - -121.97081638299994, - 37.41808885300003 - ], - [ - -121.97081420699999, - 37.41808957300003 - ], - [ - -121.97063205099994, - 37.41814739800003 - ], - [ - -121.968468826, - 37.41812942300004 - ], - [ - -121.96836164599995, - 37.41812852100003 - ], - [ - -121.96782231199995, - 37.41812403100005 - ], - [ - -121.96782117499998, - 37.418121116000066 - ], - [ - -121.96782073099996, - 37.41812005700007 - ], - [ - -121.96776154199995, - 37.41797999000005 - ], - [ - -121.96776025199995, - 37.41797694100006 - ], - [ - -121.96775883, - 37.417974033000064 - ], - [ - -121.96769079699999, - 37.417835241000034 - ], - [ - -121.96769032999998, - 37.41783438200008 - ], - [ - -121.96761453799996, - 37.417699139000035 - ], - [ - -121.96761296799997, - 37.41769633800004 - ], - [ - -121.967611133, - 37.41769343900006 - ], - [ - -121.96752772999997, - 37.417561790000036 - ], - [ - -121.96752694099996, - 37.41756054700005 - ], - [ - -121.96743461799997, - 37.41743057700006 - ], - [ - -121.96743290899997, - 37.417428174000065 - ], - [ - -121.96743076799999, - 37.417425467000044 - ], - [ - -121.96733258599994, - 37.41730140900006 - ], - [ - -121.96733108999996, - 37.41729951900004 - ], - [ - -121.96732870899996, - 37.41729671200005 - ], - [ - -121.96729494699997, - 37.41725691800008 - ], - [ - -121.96696933099997, - 37.41688868400007 - ], - [ - -121.96659677699995, - 37.41646683400006 - ], - [ - -121.96627980599999, - 37.416105929000025 - ], - [ - -121.96622068599999, - 37.41603863900008 - ], - [ - -121.96654662099996, - 37.41569171900005 - ], - [ - -121.96663485199997, - 37.41564861300003 - ], - [ - -121.96640289199996, - 37.41524269800004 - ], - [ - -121.96616750399994, - 37.415116494000074 - ], - [ - -121.965925358, - 37.41498664400007 - ], - [ - -121.96482789399994, - 37.41426322600006 - ], - [ - -121.964651442, - 37.41427387700003 - ], - [ - -121.96188875999997, - 37.411191820000056 - ], - [ - -121.96139810899996, - 37.411150390000046 - ], - [ - -121.96094954799997, - 37.41064230300003 - ], - [ - -121.96087028199997, - 37.41056269500007 - ], - [ - -121.96078931499994, - 37.410484206000035 - ], - [ - -121.96070659399999, - 37.41040683800003 - ], - [ - -121.96062222999996, - 37.41033065800008 - ], - [ - -121.96053619599996, - 37.41025566600007 - ], - [ - -121.96044855099996, - 37.41018186200006 - ], - [ - -121.96036267699998, - 37.41011206400003 - ], - [ - -121.96035929399994, - 37.41010929000004 - ], - [ - -121.96034973699994, - 37.410101901000075 - ], - [ - -121.96026993299995, - 37.41004015400006 - ], - [ - -121.96019009999998, - 37.40997840500006 - ], - [ - -121.960144303, - 37.409949150000045 - ], - [ - -121.96007514399997, - 37.40990494000005 - ], - [ - -121.960066542, - 37.40989943900007 - ], - [ - -121.95998686799999, - 37.40985167500003 - ], - [ - -121.95998524099997, - 37.409850712000036 - ], - [ - -121.95990287399997, - 37.40980311800007 - ], - [ - -121.95981946599994, - 37.40975668200008 - ], - [ - -121.959735105, - 37.40971142500007 - ], - [ - -121.95964973599996, - 37.40966732600003 - ], - [ - -121.95956341399994, - 37.40962442800003 - ], - [ - -121.95947616899997, - 37.40958275600008 - ], - [ - -121.95938802899997, - 37.409542283000064 - ], - [ - -121.95929902399996, - 37.40950305900003 - ], - [ - -121.95920915499994, - 37.409465057000034 - ], - [ - -121.95911847599996, - 37.40942832600007 - ], - [ - -121.95902701999995, - 37.40939286200006 - ], - [ - -121.95893478599999, - 37.40935869000003 - ], - [ - -121.95876317299997, - 37.409299160000046 - ], - [ - -121.95825049599995, - 37.40914734100005 - ], - [ - -121.95786282399996, - 37.40902534800006 - ], - [ - -121.95746718199996, - 37.40890659000007 - ], - [ - -121.956600219, - 37.408646341000065 - ], - [ - -121.95645092599995, - 37.408584836000045 - ], - [ - -121.9562512, - 37.40849902900004 - ], - [ - -121.95605339899998, - 37.408410382000056 - ], - [ - -121.95585752599999, - 37.40831905500005 - ], - [ - -121.95569616799997, - 37.40824073700003 - ], - [ - -121.95566372399998, - 37.40822497900007 - ], - [ - -121.95563410999995, - 37.40821026200007 - ], - [ - -121.955604527, - 37.40819552200003 - ], - [ - -121.95527008099998, - 37.40801412600007 - ], - [ - -121.95526599199997, - 37.40801191000003 - ], - [ - -121.95526190299995, - 37.40800969500003 - ], - [ - -121.95504749899999, - 37.407887697000035 - ], - [ - -121.95483576599997, - 37.40776268800005 - ], - [ - -121.95462681599997, - 37.40763478400004 - ], - [ - -121.954433269, - 37.40754926400007 - ], - [ - -121.95410598399997, - 37.40705741000005 - ], - [ - -121.95402736499994, - 37.40704144700004 - ], - [ - -121.95401702299995, - 37.407039334000046 - ], - [ - -121.95400665199998, - 37.40703721600005 - ], - [ - -121.95387920399997, - 37.407011305000026 - ], - [ - -121.95382956599997, - 37.40700118400008 - ], - [ - -121.95369910899996, - 37.406900301000064 - ], - [ - -121.95357076999994, - 37.40679767200004 - ], - [ - -121.95343914299997, - 37.406688288000055 - ], - [ - -121.953356628, - 37.406616566000025 - ], - [ - -121.95335300599999, - 37.40661329100004 - ], - [ - -121.95327569899996, - 37.40654370300007 - ], - [ - -121.95319638299998, - 37.406469720000075 - ], - [ - -121.95311868199997, - 37.406394642000066 - ], - [ - -121.95282703199996, - 37.40605243500005 - ], - [ - -121.95241710699997, - 37.40557142000006 - ], - [ - -121.95226843599994, - 37.40539698500004 - ], - [ - -121.95226758599995, - 37.40539601100005 - ], - [ - -121.95247661399998, - 37.40529851100007 - ], - [ - -121.95231797899999, - 37.40495690900008 - ], - [ - -121.95230380599997, - 37.404930370000045 - ], - [ - -121.95228513299998, - 37.404905652000025 - ], - [ - -121.95226231599997, - 37.40488327400004 - ], - [ - -121.95223579599997, - 37.40486366400006 - ], - [ - -121.95220609299997, - 37.404847208000035 - ], - [ - -121.95217569299996, - 37.40483023400003 - ], - [ - -121.95214875499994, - 37.404809897000064 - ], - [ - -121.95212580699996, - 37.40478662900006 - ], - [ - -121.95210738699996, - 37.40476092200004 - ], - [ - -121.95203398599995, - 37.404661350000026 - ], - [ - -121.95195764599998, - 37.40455779600006 - ], - [ - -121.951766567, - 37.40437804900006 - ], - [ - -121.95161470199997, - 37.40423821700006 - ], - [ - -121.95149077599996, - 37.40408185500007 - ], - [ - -121.95142625799997, - 37.404001304000076 - ], - [ - -121.95134650999995, - 37.403929969000046 - ], - [ - -121.95125354799995, - 37.40386964700008 - ], - [ - -121.95115776999995, - 37.40383097700004 - ], - [ - -121.95109111099998, - 37.40380406400004 - ], - [ - -121.95103136799997, - 37.40378287800007 - ], - [ - -121.95095906799997, - 37.40375723900007 - ], - [ - -121.95091370899996, - 37.403732439000066 - ], - [ - -121.95070991799997, - 37.40362096700005 - ], - [ - -121.95069863699996, - 37.40361478800003 - ], - [ - -121.95051244799998, - 37.40351294200008 - ], - [ - -121.95035260599997, - 37.40348667300003 - ], - [ - -121.95017165599995, - 37.40342099500003 - ], - [ - -121.950003703, - 37.403336112000034 - ], - [ - -121.94964295899996, - 37.40310320300006 - ], - [ - -121.94940056399997, - 37.40291398800008 - ], - [ - -121.94931319699998, - 37.402840524000055 - ], - [ - -121.94920353999998, - 37.40274554700005 - ], - [ - -121.94908923799994, - 37.40263342700007 - ], - [ - -121.94893870799996, - 37.40243230500005 - ], - [ - -121.94875840099996, - 37.40225219300004 - ], - [ - -121.94858287099999, - 37.402096104000066 - ], - [ - -121.94838963199999, - 37.401916150000034 - ], - [ - -121.94822797399996, - 37.40180805500006 - ], - [ - -121.94795370499997, - 37.40164469200005 - ], - [ - -121.94782186099997, - 37.401582387000076 - ], - [ - -121.94738439699995, - 37.401393290000044 - ], - [ - -121.94695774999997, - 37.401189112000054 - ], - [ - -121.94691610799998, - 37.40117087800007 - ], - [ - -121.94687202199998, - 37.401156773000025 - ], - [ - -121.94682612699995, - 37.401146992000065 - ], - [ - -121.94611543899998, - 37.401051378000034 - ], - [ - -121.94599380499994, - 37.401030148000075 - ], - [ - -121.945976251, - 37.40104533400006 - ], - [ - -121.94568922099995, - 37.400974388000066 - ], - [ - -121.94547975599994, - 37.40082839200005 - ], - [ - -121.94536378499998, - 37.40080480200004 - ], - [ - -121.94491924699997, - 37.40075209400004 - ], - [ - -121.94447182999994, - 37.40071818700005 - ], - [ - -121.94442351899994, - 37.40071850700008 - ], - [ - -121.94437586699996, - 37.400724713000045 - ], - [ - -121.94432993299995, - 37.40073669000003 - ], - [ - -121.94428686199996, - 37.40075414700004 - ], - [ - -121.94405664699997, - 37.400851002000024 - ], - [ - -121.94381339199998, - 37.40092491000007 - ], - [ - -121.94357643299998, - 37.40096829500004 - ], - [ - -121.94333393499994, - 37.40098201600006 - ], - [ - -121.94309169199994, - 37.400965745000065 - ], - [ - -121.94285550199999, - 37.40091984900005 - ], - [ - -121.94255604399996, - 37.40082483100008 - ], - [ - -121.94227373299998, - 37.40070085200006 - ], - [ - -121.94201290499996, - 37.40054984900007 - ], - [ - -121.94194245699998, - 37.40049582600005 - ], - [ - -121.94188301799994, - 37.40043392900003 - ], - [ - -121.94183593399998, - 37.400365632000046 - ], - [ - -121.94180229999995, - 37.400292455000056 - ], - [ - -121.94178283499997, - 37.40021605800007 - ], - [ - -121.94176718499995, - 37.400152983000055 - ], - [ - -121.94174050599997, - 37.40009231000005 - ], - [ - -121.94170339599998, - 37.40003524300005 - ], - [ - -121.94166591499999, - 37.399978205000025 - ], - [ - -121.94163826399995, - 37.39991770300003 - ], - [ - -121.94162095299998, - 37.39985478600005 - ], - [ - -121.94161429199994, - 37.399790616000075 - ], - [ - -121.94162468899998, - 37.399537096000074 - ], - [ - -121.94166605299995, - 37.39928557700006 - ], - [ - -121.94173800199997, - 37.39903848900008 - ], - [ - -121.94183983399995, - 37.398798198000065 - ], - [ - -121.94185932699997, - 37.398748287000046 - ], - [ - -121.94186946099995, - 37.39869663700006 - ], - [ - -121.94187008699998, - 37.398644373000025 - ], - [ - -121.94186116999998, - 37.39859259100007 - ], - [ - -121.94184933099996, - 37.39852784300007 - ], - [ - -121.94184806899995, - 37.39846240600008 - ], - [ - -121.94185739999995, - 37.39839740900004 - ], - [ - -121.94187490299998, - 37.39825790900005 - ], - [ - -121.94186468299995, - 37.398117925000065 - ], - [ - -121.94185668999995, - 37.39804573600003 - ], - [ - -121.941857643, - 37.39797325600006 - ], - [ - -121.94185925499994, - 37.397677980000026 - ], - [ - -121.94226471299999, - 37.397422533000054 - ], - [ - -121.94222615599995, - 37.39742570800007 - ], - [ - -121.94213318099997, - 37.397418885000036 - ], - [ - -121.94187317799998, - 37.397260937000055 - ], - [ - -121.94161804799995, - 37.39691839000005 - ], - [ - -121.94146566499995, - 37.396859971000026 - ], - [ - -121.94103594399996, - 37.39669513300004 - ], - [ - -121.94094202699995, - 37.39655466700003 - ], - [ - -121.940760007, - 37.395861325000055 - ], - [ - -121.94061916499999, - 37.395496954000066 - ], - [ - -121.94044271099995, - 37.39527917200007 - ], - [ - -121.94026247699998, - 37.39500231200003 - ], - [ - -121.94007930899994, - 37.394573224000055 - ], - [ - -121.93995921399994, - 37.39411802200004 - ], - [ - -121.93986664999994, - 37.393440473000055 - ], - [ - -121.93977765799997, - 37.392534529000045 - ], - [ - -121.93969166799997, - 37.39178713100006 - ], - [ - -121.939632873, - 37.391210638000075 - ], - [ - -121.93954691599998, - 37.39087550900007 - ], - [ - -121.93943003799995, - 37.39058514300007 - ], - [ - -121.93928153799999, - 37.39030470900008 - ], - [ - -121.93909951699999, - 37.39000720000007 - ], - [ - -121.93893898199997, - 37.39008912500003 - ], - [ - -121.93887544199998, - 37.39004616200003 - ], - [ - -121.93866591099999, - 37.38975903800008 - ], - [ - -121.93854770499996, - 37.389170156000034 - ], - [ - -121.93832450699995, - 37.38891794700004 - ], - [ - -121.93803262399996, - 37.388662184000054 - ], - [ - -121.93770970199995, - 37.38841231600003 - ], - [ - -121.93770424299998, - 37.38840836800006 - ], - [ - -121.937700437, - 37.388405617000046 - ], - [ - -121.93735173599998, - 37.388153395000074 - ], - [ - -121.93730284799994, - 37.38811801800006 - ], - [ - -121.93692026899998, - 37.387935672000026 - ], - [ - -121.93655377199997, - 37.387664682000036 - ], - [ - -121.93635728199996, - 37.38746849700004 - ], - [ - -121.93618540399996, - 37.38729759900008 - ], - [ - -121.93601167899999, - 37.387030656000036 - ], - [ - -121.93591918599998, - 37.38681396800007 - ], - [ - -121.93585847399999, - 37.38657766400007 - ], - [ - -121.93582216399994, - 37.38636028800005 - ], - [ - -121.93563942199995, - 37.38495722300007 - ], - [ - -121.93563632299998, - 37.38490342400007 - ], - [ - -121.93563720499998, - 37.38480903800007 - ], - [ - -121.93564646199997, - 37.38471161900003 - ], - [ - -121.93566428199995, - 37.38461494200004 - ], - [ - -121.93569044299994, - 37.38451949200004 - ], - [ - -121.93572489999997, - 37.38442579500003 - ], - [ - -121.93576748599997, - 37.384334170000045 - ], - [ - -121.93581798099996, - 37.38424515100007 - ], - [ - -121.93587607999996, - 37.38415915400003 - ], - [ - -121.93598955699997, - 37.383993506000024 - ], - [ - -121.93614439899994, - 37.38383829300005 - ], - [ - -121.93640140099996, - 37.383643488000075 - ], - [ - -121.93665787499998, - 37.38342131200005 - ], - [ - -121.937042766, - 37.38309902200007 - ], - [ - -121.93739409099999, - 37.382815460000074 - ], - [ - -121.93767072799994, - 37.38257113000003 - ], - [ - -121.93782426699994, - 37.38241705200005 - ], - [ - -121.93788233999999, - 37.382364220000056 - ], - [ - -121.93793719699994, - 37.38230673400005 - ], - [ - -121.93798689199997, - 37.38224638200006 - ], - [ - -121.938031202, - 37.38218337200004 - ], - [ - -121.93806987299996, - 37.38211807300007 - ], - [ - -121.93810273999998, - 37.382050786000036 - ], - [ - -121.93812963699997, - 37.38198181000007 - ], - [ - -121.93815048699997, - 37.381911556000034 - ], - [ - -121.93816508999998, - 37.38184025800007 - ], - [ - -121.93817348799996, - 37.38176835000007 - ], - [ - -121.93817553799994, - 37.38169613100007 - ], - [ - -121.93817125099997, - 37.38162398700007 - ], - [ - -121.93815462199996, - 37.38151116000006 - ], - [ - -121.93812435899997, - 37.38136368700003 - ], - [ - -121.93796640099998, - 37.38078309800005 - ], - [ - -121.93848814699999, - 37.38042476700008 - ], - [ - -121.93849030999996, - 37.38042835600004 - ], - [ - -121.938632838, - 37.380331409000064 - ], - [ - -121.93892716499994, - 37.38012748700004 - ], - [ - -121.93907570099998, - 37.38001648000005 - ], - [ - -121.93929981999997, - 37.37984896900008 - ], - [ - -121.93982186, - 37.379415754000036 - ], - [ - -121.94008640199996, - 37.379192327000055 - ], - [ - -121.94022957599998, - 37.37907856800007 - ], - [ - -121.940251951, - 37.37906076000007 - ], - [ - -121.94039399099995, - 37.37894333000003 - ], - [ - -121.94045009399997, - 37.37889416000007 - ], - [ - -121.94050535799994, - 37.37884458800005 - ], - [ - -121.94055969099998, - 37.37879445600004 - ], - [ - -121.94061332799998, - 37.37874382800004 - ], - [ - -121.94063208199998, - 37.37872576600006 - ], - [ - -121.94074936599998, - 37.37860518300005 - ], - [ - -121.94077134799994, - 37.37858361900004 - ], - [ - -121.940774063, - 37.378580957000054 - ], - [ - -121.94077528399998, - 37.378579924000064 - ], - [ - -121.94083469599997, - 37.37852974800006 - ], - [ - -121.94090066299998, - 37.378484409000066 - ], - [ - -121.94090204399998, - 37.378483463000066 - ], - [ - -121.94090355499998, - 37.378482622000035 - ], - [ - -121.94097477099996, - 37.37844310300005 - ], - [ - -121.94105077399996, - 37.37840959700003 - ], - [ - -121.94105230899999, - 37.37840892100007 - ], - [ - -121.94105402899999, - 37.37840833700005 - ], - [ - -121.94113316499994, - 37.37838151300008 - ], - [ - -121.94113430899995, - 37.37838116700004 - ], - [ - -121.94120877699999, - 37.37836249000003 - ], - [ - -121.94131475999995, - 37.37834008200008 - ], - [ - -121.94142182799999, - 37.37831743300006 - ], - [ - -121.94167424099999, - 37.37825955400007 - ], - [ - -121.941813793, - 37.378222840000035 - ], - [ - -121.94196928799994, - 37.378174072000036 - ], - [ - -121.94213152799995, - 37.37811357000004 - ], - [ - -121.94214633899998, - 37.37810663500005 - ], - [ - -121.94232663999998, - 37.37802196900003 - ], - [ - -121.942449625, - 37.37795174000007 - ], - [ - -121.94257707499997, - 37.37786921000003 - ], - [ - -121.94260209, - 37.37785299500007 - ], - [ - -121.94270625999997, - 37.37777697700005 - ], - [ - -121.94285868599997, - 37.37766886900005 - ], - [ - -121.94300425899996, - 37.37756438100007 - ], - [ - -121.94304388199998, - 37.377538085000026 - ], - [ - -121.94304485899994, - 37.37753743600007 - ], - [ - -121.94304606299994, - 37.377536715000076 - ], - [ - -121.94306263299995, - 37.37752689100006 - ], - [ - -121.94310931999996, - 37.37750241300006 - ], - [ - -121.943111236, - 37.37750140900005 - ], - [ - -121.94311258299996, - 37.37750084700008 - ], - [ - -121.94318176299998, - 37.37747204500005 - ], - [ - -121.94318292499997, - 37.377471643000035 - ], - [ - -121.94325546799996, - 37.377449555000055 - ], - [ - -121.943256986, - 37.37744909300005 - ], - [ - -121.94325832799996, - 37.377448822000076 - ], - [ - -121.94333382599996, - 37.377433557000074 - ], - [ - -121.94333569099996, - 37.37743328800008 - ], - [ - -121.94341243199995, - 37.37742517000004 - ], - [ - -121.943413927, - 37.37742501300005 - ], - [ - -121.94341512099999, - 37.37742499700005 - ], - [ - -121.94349293299996, - 37.37742404000005 - ], - [ - -121.94349533499997, - 37.37742413900003 - ], - [ - -121.94357229099995, - 37.377430358000026 - ], - [ - -121.94357359599996, - 37.37743046300005 - ], - [ - -121.94357497599998, - 37.37743068100008 - ], - [ - -121.94362298899995, - 37.37743827600008 - ], - [ - -121.94453395499994, - 37.377610246000074 - ], - [ - -121.94476892499995, - 37.377654619000054 - ], - [ - -121.94498776199998, - 37.377696994000075 - ], - [ - -121.94544080199995, - 37.37778690700003 - ], - [ - -121.947656398, - 37.378226667000035 - ], - [ - -121.94721117499995, - 37.37753832200008 - ], - [ - -121.947177792, - 37.377474918000075 - ], - [ - -121.94697877799996, - 37.37709675900004 - ], - [ - -121.94681404499994, - 37.376767734000055 - ], - [ - -121.94676679799994, - 37.37666954700006 - ], - [ - -121.94675385699998, - 37.37664267400004 - ], - [ - -121.946657131, - 37.37643648300008 - ], - [ - -121.94650723299998, - 37.37610308700005 - ], - [ - -121.94636435099994, - 37.375767635000045 - ], - [ - -121.94622886399998, - 37.37543032800005 - ], - [ - -121.94590898799999, - 37.37444746500006 - ], - [ - -121.94575494199995, - 37.373940979000054 - ], - [ - -121.94574982699999, - 37.373924217000024 - ], - [ - -121.94441361199995, - 37.37366756200004 - ], - [ - -121.94326119099998, - 37.37349975400008 - ], - [ - -121.94321834299996, - 37.37349387300003 - ], - [ - -121.9415739, - 37.37326817300004 - ], - [ - -121.94153102399997, - 37.37326229100006 - ], - [ - -121.93844508899997, - 37.372836119000056 - ], - [ - -121.93826512199996, - 37.37281111100003 - ], - [ - -121.93741098399994, - 37.372692554000025 - ], - [ - -121.936809601, - 37.37260905200003 - ], - [ - -121.93559079099998, - 37.372439831000065 - ], - [ - -121.9355392, - 37.37243268000003 - ], - [ - -121.93553370599994, - 37.37243185500006 - ], - [ - -121.93550053799999, - 37.37242669900007 - ], - [ - -121.93549544599995, - 37.372425915000065 - ], - [ - -121.93545191099997, - 37.37241857200007 - ], - [ - -121.93540853599995, - 37.37241063500005 - ], - [ - -121.93536532199994, - 37.37240207600007 - ], - [ - -121.93532232499996, - 37.372392898000044 - ], - [ - -121.93527951799996, - 37.372383144000025 - ], - [ - -121.93523695799996, - 37.37237281500006 - ], - [ - -121.93519461499994, - 37.37236186600006 - ], - [ - -121.93515251899998, - 37.37235034100007 - ], - [ - -121.93511067099996, - 37.37233824100008 - ], - [ - -121.93506909799999, - 37.372325541000066 - ], - [ - -121.93504353699996, - 37.37231772800004 - ], - [ - -121.93516679099997, - 37.37218558700005 - ], - [ - -121.93519169299998, - 37.37219340900003 - ], - [ - -121.93523263799995, - 37.37220625200007 - ], - [ - -121.93527385899995, - 37.37221852000005 - ], - [ - -121.93531535499994, - 37.37223021300008 - ], - [ - -121.93533812899994, - 37.372236275000034 - ], - [ - -121.93535706999995, - 37.372241329000076 - ], - [ - -121.93539905999995, - 37.37225187100006 - ], - [ - -121.93544123999999, - 37.37226181600005 - ], - [ - -121.93548366699997, - 37.372271185000045 - ], - [ - -121.93552625499996, - 37.372279957000046 - ], - [ - -121.93556905999998, - 37.37228813100006 - ], - [ - -121.93561355099996, - 37.372295965000035 - ], - [ - -121.935656285, - 37.37230182700006 - ], - [ - -121.93630190199997, - 37.37239047000003 - ], - [ - -121.93644815899995, - 37.37241053900004 - ], - [ - -121.93698366999996, - 37.37248406900005 - ], - [ - -121.93784916699997, - 37.37260287700008 - ], - [ - -121.93788911099995, - 37.372608340000056 - ], - [ - -121.93826220299997, - 37.372659569000064 - ], - [ - -121.93836012099996, - 37.37267304000005 - ], - [ - -121.937054392, - 37.37016161400004 - ], - [ - -121.93592134599999, - 37.365982520000045 - ], - [ - -121.93605903099996, - 37.36583486400008 - ], - [ - -121.93606370199996, - 37.36583915600005 - ], - [ - -121.94129652199996, - 37.37065181500003 - ], - [ - -121.94129501599997, - 37.37005416900007 - ], - [ - -121.94127885599994, - 37.36991080200005 - ], - [ - -121.94127735199999, - 37.36988346700008 - ], - [ - -121.94127627899996, - 37.36985608100008 - ], - [ - -121.94127572199994, - 37.369828711000025 - ], - [ - -121.94126861899997, - 37.36707234600004 - ], - [ - -121.94126832599994, - 37.36695760200007 - ], - [ - -121.94127062499996, - 37.366926627000055 - ], - [ - -121.94089210899995, - 37.36692736500004 - ], - [ - -121.94089099699994, - 37.366562077000026 - ], - [ - -121.94088830199996, - 37.36647888300007 - ], - [ - -121.94082610299995, - 37.36647164900006 - ], - [ - -121.94082492999996, - 37.366471500000046 - ], - [ - -121.94071785299997, - 37.36645337400006 - ], - [ - -121.94071567099996, - 37.36645300400005 - ], - [ - -121.94071339099997, - 37.36645246000006 - ], - [ - -121.94060956599998, - 37.36642767700005 - ], - [ - -121.940608022, - 37.36642726600007 - ], - [ - -121.94050637, - 37.36639559100007 - ], - [ - -121.94050447799998, - 37.36639500100006 - ], - [ - -121.94050237799996, - 37.36639418500005 - ], - [ - -121.940405463, - 37.36635645400003 - ], - [ - -121.94040437999996, - 37.36635603800005 - ], - [ - -121.94040312399994, - 37.36635546500003 - ], - [ - -121.94030942999996, - 37.36631110500008 - ], - [ - -121.94030792099994, - 37.366310389000034 - ], - [ - -121.94030610599998, - 37.36630936300003 - ], - [ - -121.94021838999998, - 37.36625969700003 - ], - [ - -121.94021676899996, - 37.36625877800003 - ], - [ - -121.94021564599996, - 37.366258025000036 - ], - [ - -121.94013227099998, - 37.36620213300006 - ], - [ - -121.94013118999999, - 37.36620140800005 - ], - [ - -121.94012980899998, - 37.36620031800004 - ], - [ - -121.94005333999996, - 37.36613991400003 - ], - [ - -121.94005175299998, - 37.36613866000005 - ], - [ - -121.94005058099998, - 37.366137570000035 - ], - [ - -121.93997964899995, - 37.36607156700006 - ], - [ - -121.93997810099995, - 37.36606997300004 - ], - [ - -121.93991477599997, - 37.366000273000054 - ], - [ - -121.93991338599994, - 37.36599873900008 - ], - [ - -121.93991230599994, - 37.365997323000045 - ], - [ - -121.93985565399998, - 37.365922873000045 - ], - [ - -121.93985497299997, - 37.36592186000007 - ], - [ - -121.93980640199999, - 37.365844432000074 - ], - [ - -121.93980533899997, - 37.36584273300008 - ], - [ - -121.93980449099996, - 37.36584105500003 - ], - [ - -121.93976386199995, - 37.36576049400003 - ], - [ - -121.93973115899996, - 37.36567652300005 - ], - [ - -121.93973048499998, - 37.36567479000007 - ], - [ - -121.93972997299994, - 37.36567295800006 - ], - [ - -121.93970633499998, - 37.36558834200008 - ], - [ - -121.93970609699994, - 37.36558735600005 - ], - [ - -121.939691101, - 37.365501024000025 - ], - [ - -121.93969081699998, - 37.36549936900008 - ], - [ - -121.939690682, - 37.36549749000005 - ], - [ - -121.93968461499998, - 37.365411420000044 - ], - [ - -121.939684538, - 37.36541028100004 - ], - [ - -121.93968733099996, - 37.36532260300004 - ], - [ - -121.93968737899996, - 37.365321135000045 - ], - [ - -121.93968899599997, - 37.365303751000056 - ], - [ - -121.93969004399997, - 37.36529417100007 - ], - [ - -121.93970196899994, - 37.36518971500004 - ], - [ - -121.939707162, - 37.365118550000034 - ], - [ - -121.93970726999999, - 37.36511704600008 - ], - [ - -121.93970555499999, - 37.365028050000035 - ], - [ - -121.93970552299999, - 37.36502642800008 - ], - [ - -121.93970530399997, - 37.365024618000064 - ], - [ - -121.93969459899995, - 37.36493679700004 - ], - [ - -121.93969445799996, - 37.364935898000056 - ], - [ - -121.93967475499994, - 37.36484879300008 - ], - [ - -121.93967436099996, - 37.36484705700008 - ], - [ - -121.93967378099995, - 37.364845314000036 - ], - [ - -121.93964515199997, - 37.36475948700007 - ], - [ - -121.93960787299994, - 37.36467583600006 - ], - [ - -121.93960709999999, - 37.36467410600005 - ], - [ - -121.939606229, - 37.36467256200007 - ], - [ - -121.93956077299998, - 37.36459204800008 - ], - [ - -121.93955987699997, - 37.364590650000025 - ], - [ - -121.93950661399998, - 37.36451374200004 - ], - [ - -121.93950552599995, - 37.364512174000026 - ], - [ - -121.93950449399995, - 37.364510933000076 - ], - [ - -121.93944339299998, - 37.36443755300007 - ], - [ - -121.93944268099995, - 37.364436702000035 - ], - [ - -121.93944157499999, - 37.364435581000066 - ], - [ - -121.93937355299994, - 37.364366794000034 - ], - [ - -121.93937233899999, - 37.36436556600006 - ], - [ - -121.93936717999998, - 37.36436079200007 - ], - [ - -121.93921261999998, - 37.36421862000003 - ], - [ - -121.938323546, - 37.36340070800003 - ], - [ - -121.93826905999998, - 37.36346485200005 - ], - [ - -121.93817182699996, - 37.36337459900005 - ], - [ - -121.93785903399998, - 37.36309553800004 - ], - [ - -121.936978249, - 37.362285206000024 - ], - [ - -121.93670021899999, - 37.362032957000054 - ], - [ - -121.93407689199995, - 37.35959424600003 - ], - [ - -121.93418036899999, - 37.35958899800005 - ], - [ - -121.93332789599998, - 37.35880466200007 - ], - [ - -121.93326743999995, - 37.35874897700006 - ], - [ - -121.933053514, - 37.35854839900003 - ], - [ - -121.932205668, - 37.35776642500008 - ], - [ - -121.93217726499995, - 37.35774022000004 - ], - [ - -121.93212749399999, - 37.357694339000034 - ], - [ - -121.93182772799997, - 37.35741785100004 - ], - [ - -121.93212816099998, - 37.35701266900003 - ], - [ - -121.93212844499999, - 37.35671635500006 - ], - [ - -121.93212852599999, - 37.356653315000074 - ], - [ - -121.93217578099996, - 37.35636164700003 - ], - [ - -121.93212885599996, - 37.35633770900006 - ], - [ - -121.93157571799998, - 37.35605554500006 - ], - [ - -121.93212990499995, - 37.35533555200004 - ], - [ - -121.93235128499998, - 37.35504793300004 - ], - [ - -121.93264743699996, - 37.35519319100007 - ], - [ - -121.933393551, - 37.355104023000024 - ], - [ - -121.933521451, - 37.35436954700003 - ], - [ - -121.93321247799997, - 37.35421799400007 - ], - [ - -121.93366297999995, - 37.35363270600004 - ], - [ - -121.93213247199998, - 37.35288239500005 - ], - [ - -121.93213227299998, - 37.35281346200003 - ], - [ - -121.93213254799997, - 37.352560090000054 - ], - [ - -121.93213263399997, - 37.352462830000036 - ], - [ - -121.93213265699995, - 37.35245211700004 - ], - [ - -121.932133535, - 37.351542162000044 - ], - [ - -121.932133696, - 37.35138904900003 - ], - [ - -121.93213391399996, - 37.35117301200006 - ], - [ - -121.93213478699994, - 37.350273290000075 - ], - [ - -121.93212823399995, - 37.34961668100004 - ], - [ - -121.932124365, - 37.34955692900007 - ], - [ - -121.93212049899995, - 37.34949717100005 - ], - [ - -121.93207412899994, - 37.34947524100005 - ], - [ - -121.93188810099997, - 37.349382383000034 - ], - [ - -121.93170469599994, - 37.34929006600004 - ], - [ - -121.93147912399996, - 37.349175830000036 - ], - [ - -121.93127107799995, - 37.34907097100006 - ], - [ - -121.93102116699998, - 37.34894643400003 - ], - [ - -121.930810464, - 37.34884199600003 - ], - [ - -121.93074851299997, - 37.34881095800006 - ], - [ - -121.93070936099997, - 37.348787698000024 - ], - [ - -121.93067192299998, - 37.348762657000066 - ], - [ - -121.93063634499998, - 37.348735943000065 - ], - [ - -121.93052384299995, - 37.348650907000035 - ], - [ - -121.93031560699995, - 37.34849250900004 - ], - [ - -121.93013617999998, - 37.348357657000065 - ], - [ - -121.92988158199995, - 37.34816924300003 - ], - [ - -121.92979245199996, - 37.34810237000005 - ], - [ - -121.92975241599999, - 37.348071864000076 - ], - [ - -121.92971012599997, - 37.348043380000036 - ], - [ - -121.92977441899995, - 37.347979647000045 - ], - [ - -121.930128003, - 37.34752323500004 - ], - [ - -121.93013665099994, - 37.347512074000065 - ], - [ - -121.93051728699999, - 37.34702074300003 - ], - [ - -121.93089654699997, - 37.34653121400004 - ], - [ - -121.93113451, - 37.346224033000055 - ], - [ - -121.93120394599998, - 37.346243472000026 - ], - [ - -121.93125896, - 37.346259332000045 - ], - [ - -121.93128300199999, - 37.34620784500004 - ], - [ - -121.93146666499996, - 37.345793308000054 - ], - [ - -121.93150866099995, - 37.34570320500006 - ], - [ - -121.931455331, - 37.34568782600007 - ], - [ - -121.93143563499996, - 37.34568214500007 - ], - [ - -121.93197389399995, - 37.344467371000064 - ], - [ - -121.93151651199997, - 37.344336809000026 - ], - [ - -121.93158103199994, - 37.34420875300003 - ], - [ - -121.93159146399995, - 37.34418765800007 - ], - [ - -121.93188175799997, - 37.34360021300006 - ], - [ - -121.93198023199994, - 37.34340092000008 - ], - [ - -121.93202753699995, - 37.34329772600006 - ], - [ - -121.93208324799997, - 37.34317609500005 - ], - [ - -121.932120608, - 37.33796158500007 - ], - [ - -121.93474572899999, - 37.33801215600005 - ], - [ - -121.93480402199998, - 37.33793801100006 - ], - [ - -121.93483883399995, - 37.337893775000055 - ], - [ - -121.93489457799996, - 37.337822911000046 - ], - [ - -121.934985472, - 37.33770734900003 - ], - [ - -121.935214471, - 37.33770154700005 - ], - [ - -121.93535205599994, - 37.337700479000034 - ], - [ - -121.93563743099998, - 37.33769698300006 - ], - [ - -121.93571404, - 37.337734752000074 - ], - [ - -121.93571394399999, - 37.33786257000003 - ], - [ - -121.93571385999996, - 37.33793577400007 - ], - [ - -121.935920534, - 37.33793624000003 - ], - [ - -121.93778842999996, - 37.337940580000065 - ], - [ - -121.93805301699996, - 37.337941269000055 - ], - [ - -121.93915981899994, - 37.33794425600007 - ], - [ - -121.93928424399996, - 37.337944582000034 - ], - [ - -121.93961438799994, - 37.33808633600006 - ], - [ - -121.93968765199998, - 37.338056 - ], - [ - -121.93975357699998, - 37.338029676000076 - ], - [ - -121.93989210899997, - 37.33798037300005 - ], - [ - -121.94003409899994, - 37.33793776700003 - ], - [ - -121.94017902399997, - 37.33790201900007 - ], - [ - -121.94032638599998, - 37.337873251000076 - ], - [ - -121.94047560099995, - 37.33785157700004 - ], - [ - -121.94062619099998, - 37.33783706500003 - ], - [ - -121.9407776, - 37.33782976900005 - ], - [ - -121.94081029199998, - 37.33782914400007 - ], - [ - -121.94103575799994, - 37.33782600600006 - ], - [ - -121.94127931099996, - 37.33782259800006 - ], - [ - -121.94128320899995, - 37.337822551000045 - ], - [ - -121.94148568099996, - 37.337822189000065 - ], - [ - -121.94171613399999, - 37.33782182700003 - ], - [ - -121.94192253299997, - 37.33782148500006 - ], - [ - -121.94212890499995, - 37.33782114300004 - ], - [ - -121.94233530599996, - 37.33782080000003 - ], - [ - -121.94254167799994, - 37.33782045800007 - ], - [ - -121.94274807799997, - 37.337820115000056 - ], - [ - -121.94295444999995, - 37.337819772000046 - ], - [ - -121.94316082299997, - 37.337819428000046 - ], - [ - -121.94333746599995, - 37.337819152000066 - ], - [ - -121.94354168899997, - 37.337817416000064 - ], - [ - -121.94354426599995, - 37.33805765900007 - ], - [ - -121.94354446499995, - 37.338076794000074 - ], - [ - -121.94366782499998, - 37.338075434000075 - ], - [ - -121.94389772599999, - 37.33807473100006 - ], - [ - -121.94409377199997, - 37.338074078000034 - ], - [ - -121.94430016799998, - 37.33807345800005 - ], - [ - -121.944506564, - 37.33807281300005 - ], - [ - -121.94470260999998, - 37.33807220500006 - ], - [ - -121.94490900499994, - 37.33807156100005 - ], - [ - -121.94511537199998, - 37.338070893000065 - ], - [ - -121.945314887, - 37.338070264000066 - ], - [ - -121.945521284, - 37.338069619000066 - ], - [ - -121.94572073999996, - 37.33806898900008 - ], - [ - -121.94592716399995, - 37.33806834200004 - ], - [ - -121.94610604099995, - 37.33806778400003 - ], - [ - -121.946312407, - 37.33806713700005 - ], - [ - -121.94651880199996, - 37.33806646700003 - ], - [ - -121.94672519799997, - 37.338065819000064 - ], - [ - -121.94691333299994, - 37.338065236000034 - ], - [ - -121.94710149599996, - 37.338064630000076 - ], - [ - -121.94730189999996, - 37.33806400900005 - ], - [ - -121.94752844799996, - 37.33806329500004 - ], - [ - -121.94773507199994, - 37.33806264300006 - ], - [ - -121.94796482999999, - 37.33806188600005 - ], - [ - -121.94817225799994, - 37.33806124600005 - ], - [ - -121.94837592899995, - 37.338060607000045 - ], - [ - -121.94855612199996, - 37.338060005000045 - ], - [ - -121.94874256699995, - 37.33805944000005 - ], - [ - -121.94892938399994, - 37.33805884700007 - ], - [ - -121.94943473599994, - 37.33805724500007 - ], - [ - -121.94950353499996, - 37.338057013000025 - ], - [ - -121.95002147199995, - 37.33805536700004 - ], - [ - -121.95003869899995, - 37.33805526800006 - ], - [ - -121.95017628799997, - 37.33807064100006 - ], - [ - -121.95017565899997, - 37.337666022000064 - ], - [ - -121.95017807599999, - 37.33757316300006 - ], - [ - -121.95018019599996, - 37.33753943000005 - ], - [ - -121.95019050299999, - 37.33739839100008 - ], - [ - -121.95019842399995, - 37.33728952000007 - ], - [ - -121.95020176, - 37.33721856900007 - ], - [ - -121.95020206299995, - 37.337193452000065 - ], - [ - -121.95020358899995, - 37.33666057600004 - ], - [ - -121.95020369099996, - 37.336625920000074 - ], - [ - -121.95020886699996, - 37.33482180200008 - ], - [ - -121.95021089499994, - 37.33411985400005 - ], - [ - -121.95021158299994, - 37.333885018000046 - ], - [ - -121.95021289799996, - 37.33341953200005 - ], - [ - -121.95021432599998, - 37.332923030000075 - ], - [ - -121.95021493999997, - 37.332721339000045 - ], - [ - -121.95021821699999, - 37.331572632000075 - ], - [ - -121.95021863099998, - 37.331422651000025 - ], - [ - -121.95021862799996, - 37.331419538000034 - ], - [ - -121.95021940099997, - 37.33115956700004 - ], - [ - -121.95022178799996, - 37.33032693600006 - ], - [ - -121.95022281399997, - 37.32996471200005 - ], - [ - -121.95253105699999, - 37.32996425600004 - ], - [ - -121.95354262799998, - 37.329964027000074 - ], - [ - -121.95446757599996, - 37.329963812000074 - ], - [ - -121.95458088699996, - 37.329963802000066 - ], - [ - -121.95532079699996, - 37.32996464200005 - ], - [ - -121.95555495499997, - 37.329964457000074 - ], - [ - -121.95646057399995, - 37.329963758000076 - ], - [ - -121.95655341599996, - 37.32996367900006 - ], - [ - -121.95654585199998, - 37.32979908000004 - ], - [ - -121.95654518899994, - 37.32965334700003 - ], - [ - -121.95654447099997, - 37.32948854800003 - ], - [ - -121.95654372399997, - 37.32932377100008 - ], - [ - -121.95654298399995, - 37.32915347800008 - ], - [ - -121.95654223899999, - 37.32898870200006 - ], - [ - -121.95654151999997, - 37.32882390200007 - ], - [ - -121.95654077299997, - 37.32865912700004 - ], - [ - -121.956540056, - 37.32849432800003 - ], - [ - -121.95653933699998, - 37.328329551000024 - ], - [ - -121.95653859, - 37.32816475200008 - ], - [ - -121.95653787199996, - 37.32799997500007 - ], - [ - -121.95653731799996, - 37.32787594100006 - ], - [ - -121.95653609199996, - 37.32760129800005 - ], - [ - -121.95653553299996, - 37.32747264100004 - ], - [ - -121.95653528699995, - 37.32745222200003 - ], - [ - -121.95653106099996, - 37.32736815700008 - ], - [ - -121.95652850099998, - 37.32734013900006 - ], - [ - -121.956512579, - 37.32722883200006 - ], - [ - -121.95649686699994, - 37.32715499600005 - ], - [ - -121.956440854, - 37.32700477800006 - ], - [ - -121.95635222599998, - 37.32700480300008 - ], - [ - -121.95543543199994, - 37.32700236900007 - ], - [ - -121.95527321799995, - 37.327001934000066 - ], - [ - -121.954816296, - 37.32700071700003 - ], - [ - -121.95433911799995, - 37.32700435100003 - ], - [ - -121.954044061, - 37.32700453500007 - ], - [ - -121.95386376799996, - 37.327004619000036 - ], - [ - -121.95365739299996, - 37.32700475400003 - ], - [ - -121.95345101899994, - 37.32700486400006 - ], - [ - -121.95324467199998, - 37.32700497400003 - ], - [ - -121.95303829599999, - 37.327005084000064 - ], - [ - -121.952841036, - 37.32700521800007 - ], - [ - -121.95265188699994, - 37.32700531900008 - ], - [ - -121.95246270899997, - 37.327005421000024 - ], - [ - -121.95227353299998, - 37.327005546000066 - ], - [ - -121.95208435399996, - 37.32700562400004 - ], - [ - -121.95189517799997, - 37.32700572600004 - ], - [ - -121.951706001, - 37.32700582500007 - ], - [ - -121.95151682299996, - 37.32700592600003 - ], - [ - -121.951327645, - 37.327006048000044 - ], - [ - -121.95113846899994, - 37.327006148000066 - ], - [ - -121.95094929099997, - 37.32700624700004 - ], - [ - -121.95076008499996, - 37.327006347000065 - ], - [ - -121.95057093599996, - 37.32700644600004 - ], - [ - -121.95038175899998, - 37.32700656800006 - ], - [ - -121.950347363, - 37.327006581000035 - ], - [ - -121.95035158499996, - 37.32722709700005 - ], - [ - -121.95035710099995, - 37.32751567100007 - ], - [ - -121.95036074499995, - 37.327706369000055 - ], - [ - -121.95036112599996, - 37.32772616400007 - ], - [ - -121.95036357799995, - 37.327853883000046 - ], - [ - -121.95036504899997, - 37.327951788000064 - ], - [ - -121.95036538, - 37.328225847000056 - ], - [ - -121.95036469299998, - 37.32846219400005 - ], - [ - -121.95038189199994, - 37.32846218800006 - ], - [ - -121.95057792399996, - 37.32846211800006 - ], - [ - -121.95075334799998, - 37.32846205300007 - ], - [ - -121.95093561999994, - 37.328461971000024 - ], - [ - -121.95111445499998, - 37.328461908000065 - ], - [ - -121.95129331699997, - 37.32846184500005 - ], - [ - -121.95147215099996, - 37.32846178200003 - ], - [ - -121.95165098499996, - 37.328461695000044 - ], - [ - -121.95182984699994, - 37.32846163100004 - ], - [ - -121.95199403499998, - 37.328461565000055 - ], - [ - -121.952008681, - 37.328461566000044 - ], - [ - -121.95219439399995, - 37.32846148600004 - ], - [ - -121.95241894799994, - 37.32846140400005 - ], - [ - -121.95262528199999, - 37.328456077000055 - ], - [ - -121.95304882299996, - 37.32845599800004 - ], - [ - -121.95304884799998, - 37.328460232000054 - ], - [ - -121.953048976, - 37.32863051000004 - ], - [ - -121.95304898699999, - 37.32865605500007 - ], - [ - -121.95304913099994, - 37.32880353300004 - ], - [ - -121.95304915799994, - 37.32885061800005 - ], - [ - -121.95304926799997, - 37.32896831800008 - ], - [ - -121.95304931599998, - 37.32905339900003 - ], - [ - -121.95304939899995, - 37.32912252600005 - ], - [ - -121.95304949299998, - 37.32925114400007 - ], - [ - -121.95304953699997, - 37.329287356000066 - ], - [ - -121.95304966199996, - 37.329439756000056 - ], - [ - -121.953049696, - 37.32944888800006 - ], - [ - -121.95304978499996, - 37.32959492600003 - ], - [ - -121.953049825, - 37.329641140000035 - ], - [ - -121.953050013, - 37.32985429000007 - ], - [ - -121.95270205499997, - 37.32985434600005 - ], - [ - -121.95235810899999, - 37.32985442100005 - ], - [ - -121.95199008499998, - 37.329854494000074 - ], - [ - -121.951515143, - 37.32985461100003 - ], - [ - -121.95097980399999, - 37.329854717000046 - ], - [ - -121.95058477899994, - 37.32985477700004 - ], - [ - -121.95022311999998, - 37.32985488200006 - ], - [ - -121.95022388099994, - 37.32958989700006 - ], - [ - -121.9502266699999, - 37.32863736300004 - ], - [ - -121.95022667199999, - 37.32863633300008 - ], - [ - -121.95010427799997, - 37.32863784800003 - ], - [ - -121.95005834499995, - 37.328637204000074 - ], - [ - -121.95005660899994, - 37.32850636300003 - ], - [ - -121.95005855099998, - 37.328245965000065 - ], - [ - -121.95006079199999, - 37.32795235000003 - ], - [ - -121.95006252999997, - 37.32772715900006 - ], - [ - -121.95006462999999, - 37.32745288700005 - ], - [ - -121.95006687299997, - 37.327156341000034 - ], - [ - -121.95004896999995, - 37.32681129100007 - ], - [ - -121.95004311199995, - 37.32646801300007 - ], - [ - -121.950042065, - 37.326409633000026 - ], - [ - -121.95003735399996, - 37.32613434700005 - ], - [ - -121.95003162499995, - 37.32578438400003 - ], - [ - -121.94955357699996, - 37.325785652000036 - ], - [ - -121.94947876999998, - 37.32578584600003 - ], - [ - -121.94856409199997, - 37.32578820500004 - ], - [ - -121.94840390299998, - 37.325788629000044 - ], - [ - -121.94827274699998, - 37.32578896900003 - ], - [ - -121.94820336799995, - 37.32578824600006 - ], - [ - -121.94738745499996, - 37.325779856000054 - ], - [ - -121.94730922499997, - 37.32570686400004 - ], - [ - -121.94717573099996, - 37.32579810400006 - ], - [ - -121.94717609299994, - 37.32581828900004 - ], - [ - -121.94673595199998, - 37.325823220000075 - ], - [ - -121.9467114, - 37.32416701900007 - ], - [ - -121.94670227799998, - 37.32355074900005 - ], - [ - -121.94670401299999, - 37.32337088200006 - ], - [ - -121.94682213399994, - 37.32337109400004 - ], - [ - -121.94686486999996, - 37.32337111600003 - ], - [ - -121.94754975999996, - 37.32337158400003 - ], - [ - -121.94771572099995, - 37.32337051700006 - ], - [ - -121.94784998699998, - 37.32336963700004 - ], - [ - -121.94819791499998, - 37.32336517700003 - ], - [ - -121.94884391199997, - 37.32336561500006 - ], - [ - -121.94900101699994, - 37.32336458800006 - ], - [ - -121.94906211699998, - 37.32336417500005 - ], - [ - -121.94916098799996, - 37.323360550000075 - ], - [ - -121.95013932399996, - 37.323322716000064 - ], - [ - -121.95083403099994, - 37.32331945200008 - ], - [ - -121.95221200799995, - 37.32331300200008 - ], - [ - -121.953471794, - 37.32330711000003 - ], - [ - -121.953473514, - 37.323307112000066 - ], - [ - -121.954400105, - 37.32330275700008 - ], - [ - -121.95440563699998, - 37.32330273300005 - ], - [ - -121.95520417499995, - 37.32329895400005 - ], - [ - -121.95538564699996, - 37.32329809600003 - ], - [ - -121.95541118399996, - 37.32329800700006 - ], - [ - -121.95753912199996, - 37.32328794600005 - ], - [ - -121.95754081399997, - 37.32328794500006 - ], - [ - -121.95755015599997, - 37.32328789700006 - ], - [ - -121.95843854299994, - 37.323283668000045 - ], - [ - -121.959818252, - 37.32327630800006 - ], - [ - -121.96219360699996, - 37.32326353700006 - ], - [ - -121.96330446399998, - 37.32325756700004 - ], - [ - -121.96344995099997, - 37.32325600200005 - ], - [ - -121.96402028299997, - 37.323253684000065 - ], - [ - -121.96410760799995, - 37.323251792000065 - ], - [ - -121.96419221199994, - 37.32324995600004 - ], - [ - -121.96493453599999, - 37.32324429500005 - ], - [ - -121.96613002799995, - 37.323235157000056 - ], - [ - -121.96613925599996, - 37.32323508700006 - ], - [ - -121.96658004099999, - 37.323231699000075 - ], - [ - -121.96841580599994, - 37.32321763500005 - ], - [ - -121.96842391599995, - 37.32321755600003 - ], - [ - -121.96898713, - 37.32321326700003 - ], - [ - -121.96977221099996, - 37.32320724500005 - ], - [ - -121.96988400599997, - 37.32320639200003 - ], - [ - -121.96990867999995, - 37.32320619600006 - ], - [ - -121.96992461399998, - 37.32320606500008 - ], - [ - -121.970005631, - 37.32320548400003 - ], - [ - -121.97079501499996, - 37.32319967600006 - ], - [ - -121.97169914799997, - 37.323193038000056 - ], - [ - -121.97345284599999, - 37.32318013200006 - ], - [ - -121.97465754299998, - 37.32317124800005 - ], - [ - -121.97534576399994, - 37.32316615700006 - ], - [ - -121.97540199199995, - 37.32316574600003 - ], - [ - -121.97547965399997, - 37.32316517700008 - ], - [ - -121.97627448499998, - 37.323159289000046 - ], - [ - -121.97751093299996, - 37.32315015900008 - ], - [ - -121.97860131599998, - 37.323145218000036 - ], - [ - -121.97861533199995, - 37.32314515500008 - ], - [ - -121.97865207299998, - 37.32314498900007 - ], - [ - -121.98111499499998, - 37.32313379800007 - ], - [ - -121.98111851799996, - 37.32313377500003 - ], - [ - -121.98113820799995, - 37.32313368700005 - ], - [ - -121.98242207199996, - 37.323127844000055 - ], - [ - -121.98242379199996, - 37.323127845000045 - ], - [ - -121.98242548199994, - 37.32312782400004 - ], - [ - -121.98243620199997, - 37.32312778000005 - ], - [ - -121.98384950099995, - 37.32312028300004 - ], - [ - -121.98733442899999, - 37.32310182700007 - ], - [ - -121.98952260699997, - 37.32308405800006 - ], - [ - -121.98952601699995, - 37.32308403700006 - ], - [ - -121.99040795299999, - 37.32307685200004 - ], - [ - -121.99146839899998, - 37.32306821100008 - ], - [ - -121.99209061099998, - 37.32306315000005 - ], - [ - -121.99210135799996, - 37.32306305900005 - ], - [ - -121.99255305799994, - 37.323059389000036 - ], - [ - -121.99454679299998, - 37.32304311000007 - ], - [ - -121.99528707299999, - 37.323037053000064 - ], - [ - -121.99529005499994, - 37.323037061000036 - ], - [ - -121.99530412699994, - 37.323037018000036 - ], - [ - -121.99571747299996, - 37.32303600100005 - ], - [ - -121.99589241999996, - 37.32303557600005 - ], - [ - -121.99645256599996, - 37.323034215000064 - ], - [ - -122.00294449499995, - 37.32300936200005 - ], - [ - -122.00338276399998, - 37.323007672000074 - ], - [ - -122.00338228299995, - 37.322936741000035 - ], - [ - -122.00337499399996, - 37.32191757900006 - ], - [ - -122.00329452999995, - 37.321915613000044 - ], - [ - -122.00293579699996, - 37.321919827000045 - ], - [ - -122.00290570899995, - 37.32192016600004 - ], - [ - -122.00290415599994, - 37.32176169400003 - ], - [ - -122.00329303299998, - 37.321757140000045 - ], - [ - -122.00329154599996, - 37.321600613000044 - ], - [ - -122.00328995499996, - 37.32143314500007 - ], - [ - -122.00290098399995, - 37.32143582300006 - ], - [ - -122.00289936899998, - 37.32127282000005 - ], - [ - -122.002897782, - 37.32110835100008 - ], - [ - -122.00289642499996, - 37.320971049000036 - ], - [ - -122.00289509599997, - 37.320833726000046 - ], - [ - -122.00289353799997, - 37.32067500100004 - ], - [ - -122.00289224, - 37.32053921100004 - ], - [ - -122.00289085699995, - 37.32039916300005 - ], - [ - -122.00288934099996, - 37.320243987000026 - ], - [ - -122.00288798499997, - 37.32010666300005 - ], - [ - -122.00284352699998, - 37.320068 - ], - [ - -122.00283801399996, - 37.32006321800003 - ], - [ - -122.00281884799995, - 37.32004654700006 - ], - [ - -122.00274055099999, - 37.32010093100007 - ], - [ - -122.00266058499994, - 37.32015645900003 - ], - [ - -122.00250104899999, - 37.32026725600008 - ], - [ - -122.00232654099995, - 37.32035615600006 - ], - [ - -122.00214794699997, - 37.32044716900003 - ], - [ - -122.00195448799997, - 37.32052292000003 - ], - [ - -122.00176079999994, - 37.32059874300006 - ], - [ - -122.001732877, - 37.32060562500004 - ], - [ - -122.00155562599997, - 37.320649305000074 - ], - [ - -122.00141949799996, - 37.32068282100005 - ], - [ - -122.00135552699999, - 37.320698564000054 - ], - [ - -122.00116582899994, - 37.320736201000045 - ], - [ - -122.00097056199996, - 37.32077491500007 - ], - [ - -122.00078369, - 37.32081198700007 - ], - [ - -122.00059176299999, - 37.32085003900005 - ], - [ - -122.00040155, - 37.32088777200005 - ], - [ - -122.000211278, - 37.32092550500005 - ], - [ - -122.00000753199998, - 37.32096588300004 - ], - [ - -121.99996876499995, - 37.32097356600008 - ], - [ - -121.99977965099998, - 37.320976193000035 - ], - [ - -121.99978048799994, - 37.321062158000075 - ], - [ - -121.99944145299997, - 37.32106649800005 - ], - [ - -121.99943956799996, - 37.32091265200006 - ], - [ - -121.99943790099996, - 37.32077670600006 - ], - [ - -121.999436678, - 37.32067712700007 - ], - [ - -121.99924753, - 37.32067796800004 - ], - [ - -121.99895867699996, - 37.32067919200006 - ], - [ - -121.99872298799994, - 37.32068023800008 - ], - [ - -121.99854759399994, - 37.32068099300005 - ], - [ - -121.99837223099996, - 37.32068174800003 - ], - [ - -121.99819683899995, - 37.32068252600004 - ], - [ - -121.99802144799997, - 37.320683280000026 - ], - [ - -121.99784605399998, - 37.320684035000056 - ], - [ - -121.99766728099996, - 37.320684809000056 - ], - [ - -121.99749185999997, - 37.32068556300004 - ], - [ - -121.99731646799995, - 37.320686340000066 - ], - [ - -121.99714110499997, - 37.32068709300006 - ], - [ - -121.99696571299995, - 37.320687846000055 - ], - [ - -121.99674905199998, - 37.32068880500003 - ], - [ - -121.99666419199997, - 37.320687715000076 - ], - [ - -121.99654269599995, - 37.32068619900008 - ], - [ - -121.99640045899997, - 37.320686711000064 - ], - [ - -121.99560350099995, - 37.32067946700005 - ], - [ - -121.99559184299994, - 37.320073953000076 - ], - [ - -121.99573289299997, - 37.320074361000025 - ], - [ - -121.99578669699997, - 37.31998742400003 - ], - [ - -121.99583799899995, - 37.31994153800008 - ], - [ - -121.99593476999996, - 37.31978462600006 - ], - [ - -121.99601993899995, - 37.319646517000024 - ], - [ - -121.99601991599997, - 37.319644252000046 - ], - [ - -121.99601855099996, - 37.319504205000044 - ], - [ - -121.99601712299994, - 37.31936415800004 - ], - [ - -121.99601358399997, - 37.31934490700007 - ], - [ - -121.99598793999996, - 37.31920494000008 - ], - [ - -121.99596239999994, - 37.319065841000054 - ], - [ - -121.99594782699995, - 37.318986392000056 - ], - [ - -121.99599401799998, - 37.31884843800003 - ], - [ - -121.99602565999999, - 37.31875400200005 - ], - [ - -121.99612398999994, - 37.318660728000054 - ], - [ - -121.99628335499995, - 37.318509609000046 - ], - [ - -121.99644319799995, - 37.318358026000055 - ], - [ - -121.99644648699996, - 37.318354871000054 - ], - [ - -121.996669221, - 37.31827683100005 - ], - [ - -121.99677000099996, - 37.31824150600005 - ], - [ - -121.99680005599998, - 37.318230981000056 - ], - [ - -121.99682949799995, - 37.31818271900005 - ], - [ - -121.996870178, - 37.318116047000046 - ], - [ - -121.99689368099996, - 37.31807749700005 - ], - [ - -121.99688475699998, - 37.31804110200005 - ], - [ - -121.99686753599997, - 37.31797125500003 - ], - [ - -121.99684771999995, - 37.31789054400008 - ], - [ - -121.99682441399995, - 37.317795803000024 - ], - [ - -121.99675641699997, - 37.31775075400003 - ], - [ - -121.99660537999995, - 37.31765066200006 - ], - [ - -121.99649648899998, - 37.31757853000005 - ], - [ - -121.99649321699997, - 37.317532447000076 - ], - [ - -121.99648154799996, - 37.317369091000046 - ], - [ - -121.99647091399999, - 37.31722014300004 - ], - [ - -121.99646784599997, - 37.31717714800004 - ], - [ - -121.99640859099998, - 37.31708629800005 - ], - [ - -121.996317762, - 37.31694707300005 - ], - [ - -121.99623648099998, - 37.31682248900006 - ], - [ - -121.99615520199995, - 37.31669792900004 - ], - [ - -121.99609081799997, - 37.31654973600007 - ], - [ - -121.99602072699997, - 37.31638849900003 - ], - [ - -121.99599200499995, - 37.316322324000055 - ], - [ - -121.99598188399995, - 37.31619049100004 - ], - [ - -121.99596673999997, - 37.315992272000074 - ], - [ - -121.99595370199995, - 37.31582192900004 - ], - [ - -121.99595160399997, - 37.315794511000036 - ], - [ - -121.99598755099998, - 37.31568031100005 - ], - [ - -121.99609513999997, - 37.315338240000074 - ], - [ - -121.99614156499996, - 37.315190646000076 - ], - [ - -121.99620387799996, - 37.31504355800007 - ], - [ - -121.99625885599994, - 37.31491375500008 - ], - [ - -121.99626290599997, - 37.31490418200008 - ], - [ - -121.99624090499998, - 37.31476288700003 - ], - [ - -121.99621693599994, - 37.31460921100006 - ], - [ - -121.99621390799996, - 37.314589700000056 - ], - [ - -121.99627973799994, - 37.31450091600004 - ], - [ - -121.99634771499996, - 37.31440926500005 - ], - [ - -121.996441646, - 37.31428260500007 - ], - [ - -121.99652767699996, - 37.31416655100003 - ], - [ - -121.99659559899999, - 37.31407499200003 - ], - [ - -121.99659722599995, - 37.31405313400006 - ], - [ - -121.99660769899998, - 37.313912180000045 - ], - [ - -121.99661682399994, - 37.31378957700008 - ], - [ - -121.99662109099995, - 37.31373216000003 - ], - [ - -121.99658828499997, - 37.31366390900007 - ], - [ - -121.996526744, - 37.31353593700004 - ], - [ - -121.99646965499994, - 37.313417111000035 - ], - [ - -121.99641364699994, - 37.313300697000045 - ], - [ - -121.99639905199996, - 37.31327027900005 - ], - [ - -121.99641061199998, - 37.313066065000044 - ], - [ - -121.99641397899995, - 37.31300666800007 - ], - [ - -121.996442979, - 37.31249552500003 - ], - [ - -121.995992001, - 37.31210404900003 - ], - [ - -121.99598908599995, - 37.31188068500006 - ], - [ - -121.99598861599998, - 37.31184469900006 - ], - [ - -121.99598547899996, - 37.311604964000026 - ], - [ - -121.99598426899996, - 37.31151296100006 - ], - [ - -121.99598584399996, - 37.31130241900007 - ], - [ - -121.99598663699999, - 37.31119885500004 - ], - [ - -121.99601089999999, - 37.310907702000065 - ], - [ - -121.99603870299995, - 37.31067022600007 - ], - [ - -121.99607590299996, - 37.310558757000024 - ], - [ - -121.99623963199997, - 37.310068097000055 - ], - [ - -121.99628902599994, - 37.30992007700007 - ], - [ - -121.99629183099995, - 37.30991271500005 - ], - [ - -121.99630133599999, - 37.30989565600004 - ], - [ - -121.99630226499994, - 37.309894315000065 - ], - [ - -121.99631518799998, - 37.30987907900004 - ], - [ - -121.99633117399998, - 37.309865880000075 - ], - [ - -121.99633262599997, - 37.30986487100006 - ], - [ - -121.99635123799999, - 37.309854107000035 - ], - [ - -121.99637196799995, - 37.30984605300006 - ], - [ - -121.99637740799994, - 37.30984439500003 - ], - [ - -121.99617377399994, - 37.30962697500007 - ], - [ - -121.99697446599998, - 37.30970494200005 - ], - [ - -121.99753508999999, - 37.30975953500007 - ], - [ - -121.99812431299995, - 37.30981689500004 - ], - [ - -121.99813192299996, - 37.30981764500007 - ], - [ - -121.99938870199998, - 37.30994000700008 - ], - [ - -121.99940102, - 37.309941200000026 - ], - [ - -122.00302140999997, - 37.31029360200006 - ], - [ - -122.00397136999999, - 37.31038604100007 - ], - [ - -122.00399942599995, - 37.31038879400006 - ], - [ - -122.00476266399994, - 37.31046306300004 - ], - [ - -122.004886189, - 37.31047507900007 - ], - [ - -122.00490057399998, - 37.31047647500003 - ], - [ - -122.00580586099994, - 37.31056455200007 - ], - [ - -122.00776673099995, - 37.31075532400007 - ], - [ - -122.008150861, - 37.31072861200005 - ], - [ - -122.00816136399999, - 37.31072788100005 - ], - [ - -122.01054460399996, - 37.31057421000003 - ], - [ - -122.01133248899998, - 37.31052337300008 - ], - [ - -122.01274855499997, - 37.31043196200005 - ], - [ - -122.01353569199995, - 37.31038116600007 - ], - [ - -122.01567746299997, - 37.31024257200005 - ], - [ - -122.01732367499994, - 37.31013601400008 - ], - [ - -122.01779690399997, - 37.310105374000045 - ], - [ - -122.01942862799996, - 37.30999973400003 - ], - [ - -122.01952416199998, - 37.30999220000007 - ], - [ - -122.01961926999996, - 37.30998201700004 - ], - [ - -122.01971389199997, - 37.30996918400007 - ], - [ - -122.01980788999998, - 37.30995372700005 - ], - [ - -122.01990117499997, - 37.309935669000026 - ], - [ - -122.019993576, - 37.30991501300008 - ], - [ - -122.02008506599998, - 37.30989180700004 - ], - [ - -122.02017544299997, - 37.30986604900005 - ], - [ - -122.02026467899998, - 37.30983778900003 - ], - [ - -122.02035260699995, - 37.30980707400005 - ], - [ - -122.02043913399996, - 37.30977390400005 - ], - [ - -122.02052418199997, - 37.30973832700005 - ], - [ - -122.02059183999995, - 37.30971002700005 - ], - [ - -122.02066070899997, - 37.30968356500006 - ], - [ - -122.02073067699996, - 37.309658988000024 - ], - [ - -122.02080163099998, - 37.30963636700005 - ], - [ - -122.02087351299997, - 37.30961570200003 - ], - [ - -122.02094626499996, - 37.30959699500005 - ], - [ - -122.02101974399994, - 37.30958024700004 - ], - [ - -122.02109389699996, - 37.30956557300004 - ], - [ - -122.02116863599997, - 37.30955290500003 - ], - [ - -122.021243046, - 37.309542417000046 - ], - [ - -122.02131789699996, - 37.30953391400004 - ], - [ - -122.02139304699995, - 37.309527444000025 - ], - [ - -122.02146844099997, - 37.30952300800004 - ], - [ - -122.02154396099996, - 37.30952060800007 - ], - [ - -122.02161954999997, - 37.309520244000055 - ], - [ - -122.02169512499995, - 37.30952194100007 - ], - [ - -122.02177059899998, - 37.30952567600008 - ], - [ - -122.021845827, - 37.30953142800007 - ], - [ - -122.02192075199997, - 37.30953924600004 - ], - [ - -122.02199534599998, - 37.30954903500003 - ], - [ - -122.02206946399997, - 37.30956084500008 - ], - [ - -122.02214305099994, - 37.30957465300003 - ], - [ - -122.02221599099994, - 37.30959046100003 - ], - [ - -122.02228825199995, - 37.309608224000044 - ], - [ - -122.02235969499998, - 37.30962789700004 - ], - [ - -122.02320343499997, - 37.30987332400008 - ], - [ - -122.02657609, - 37.310854247000066 - ], - [ - -122.02774977899998, - 37.31119557900007 - ], - [ - -122.02775568499999, - 37.31119710400003 - ], - [ - -122.02815917299995, - 37.31131133000008 - ], - [ - -122.02894898199997, - 37.31154100800006 - ], - [ - -122.02895273099995, - 37.31154210300008 - ], - [ - -122.03071877899998, - 37.312055659000066 - ], - [ - -122.03164639199997, - 37.312327148000065 - ], - [ - -122.03166585999998, - 37.31233188300007 - ], - [ - -122.03168549299994, - 37.31233609100008 - ], - [ - -122.03170528499999, - 37.31233981400004 - ], - [ - -122.03172521199997, - 37.31234303300005 - ], - [ - -122.03174524199994, - 37.31234572400007 - ], - [ - -122.03176540499999, - 37.312347911000074 - ], - [ - -122.03178561399994, - 37.31234956800006 - ], - [ - -122.03180589899995, - 37.312350723000065 - ], - [ - -122.03182620099994, - 37.312351327000044 - ], - [ - -122.03184652299996, - 37.31235142700007 - ], - [ - -122.03189105499996, - 37.312351325000066 - ], - [ - -122.03216549999996, - 37.31229605100003 - ], - [ - -122.03226516299998, - 37.31227595400003 - ], - [ - -122.032365369, - 37.31225578200008 - ], - [ - -122.032670237, - 37.31219433800004 - ], - [ - -122.03351094799996, - 37.312198194000075 - ], - [ - -122.03356859099995, - 37.31219872200006 - ], - [ - -122.03362617999994, - 37.31220080500003 - ], - [ - -122.033683656, - 37.31220440200008 - ], - [ - -122.03374096299996, - 37.31220953500008 - ], - [ - -122.03379801399996, - 37.31221618100005 - ], - [ - -122.03385475399995, - 37.312224343000025 - ], - [ - -122.03391112199995, - 37.31223397400004 - ], - [ - -122.03396703399994, - 37.312245122000036 - ], - [ - -122.03402248799995, - 37.31225774100005 - ], - [ - -122.03429323999995, - 37.31231858700005 - ], - [ - -122.03432938499998, - 37.312325919000045 - ], - [ - -122.03433196399999, - 37.312198866000074 - ], - [ - -122.03433194399997, - 37.312192297000024 - ], - [ - -122.03433189999998, - 37.31201286000004 - ], - [ - -122.034331813, - 37.31184807300008 - ], - [ - -122.034331754, - 37.31168328700005 - ], - [ - -122.03433169599998, - 37.311518500000034 - ], - [ - -122.03433163799997, - 37.31135371200003 - ], - [ - -122.03433162399995, - 37.31127487800006 - ], - [ - -122.03433157899997, - 37.31118892600006 - ], - [ - -122.03433152099996, - 37.31102413900004 - ], - [ - -122.03433146199995, - 37.31085935200008 - ], - [ - -122.03433140399994, - 37.31069454200008 - ], - [ - -122.03433134499994, - 37.310529778000046 - ], - [ - -122.03433128699999, - 37.31036499100003 - ], - [ - -122.03433117999998, - 37.31007776300004 - ], - [ - -122.03424773699999, - 37.31001806000006 - ], - [ - -122.03421550699994, - 37.30999485900003 - ], - [ - -122.03418606899999, - 37.30996937800006 - ], - [ - -122.03415965699998, - 37.30994189000006 - ], - [ - -122.03413650099998, - 37.30991257300008 - ], - [ - -122.03411675299998, - 37.30988170100005 - ], - [ - -122.03410064599996, - 37.309849522000036 - ], - [ - -122.03408827199996, - 37.30981630900004 - ], - [ - -122.03407975099998, - 37.309782314000074 - ], - [ - -122.03407511699999, - 37.30974785700005 - ], - [ - -122.03407446399996, - 37.30971320900005 - ], - [ - -122.03407063399999, - 37.30966624300004 - ], - [ - -122.03391637899995, - 37.30966652300003 - ], - [ - -122.03367454899995, - 37.309666942000035 - ], - [ - -122.03367390899996, - 37.30944173100005 - ], - [ - -122.03367376099999, - 37.30938139600005 - ], - [ - -122.03310641099995, - 37.30938165600003 - ], - [ - -122.03310471199995, - 37.30876508100005 - ], - [ - -122.03310351299996, - 37.308332171000075 - ], - [ - -122.03310141299994, - 37.30824928900006 - ], - [ - -122.03298217199995, - 37.30824934000003 - ], - [ - -122.03298050999996, - 37.30816693300005 - ], - [ - -122.03297323899994, - 37.30771597300003 - ], - [ - -122.03304198499995, - 37.30771585300005 - ], - [ - -122.03304064599996, - 37.306141585000034 - ], - [ - -122.03303863499997, - 37.306072905000065 - ], - [ - -122.03338736599994, - 37.30607235900004 - ], - [ - -122.03338630099995, - 37.30598996800006 - ], - [ - -122.03338611199996, - 37.30596577400007 - ], - [ - -122.03338610099996, - 37.30596392100006 - ], - [ - -122.03338562999994, - 37.30589653900006 - ], - [ - -122.03338497399994, - 37.30580310800008 - ], - [ - -122.03338365399998, - 37.305624581000075 - ], - [ - -122.03338234199998, - 37.30544607500008 - ], - [ - -122.03338162399996, - 37.30534958000004 - ], - [ - -122.03338032099998, - 37.305168786000024 - ], - [ - -122.03337862499995, - 37.304939424000054 - ], - [ - -122.03338576099998, - 37.304939398000045 - ], - [ - -122.03360728899997, - 37.304939062000074 - ], - [ - -122.03409550599997, - 37.30493830100005 - ], - [ - -122.03432413999997, - 37.30493793800008 - ], - [ - -122.03432345799996, - 37.30484331900004 - ], - [ - -122.03432186099997, - 37.30462446300004 - ], - [ - -122.03432128399999, - 37.304546093000056 - ], - [ - -122.03431916599999, - 37.304255871000066 - ], - [ - -122.03432435099995, - 37.304091061000065 - ], - [ - -122.03432238699997, - 37.30380266900005 - ], - [ - -122.03452180699998, - 37.30380179600007 - ], - [ - -122.03472119999998, - 37.303800946000024 - ], - [ - -122.03499517599994, - 37.30379973700008 - ], - [ - -122.035121361, - 37.30379916000004 - ], - [ - -122.03467675499996, - 37.30345329700003 - ], - [ - -122.03389782, - 37.302887303000034 - ], - [ - -122.03336519299995, - 37.30251605900003 - ], - [ - -122.03314205699996, - 37.30235384900004 - ], - [ - -122.03307012299996, - 37.30230154700007 - ], - [ - -122.03300444899998, - 37.302275190000046 - ], - [ - -122.03294636699997, - 37.30223190900006 - ], - [ - -122.03289023299999, - 37.30218015600008 - ], - [ - -122.03284504399994, - 37.30214517500008 - ], - [ - -122.03261930899998, - 37.30204892200004 - ], - [ - -122.03260868199999, - 37.302047756000036 - ], - [ - -122.03260687499994, - 37.30204766500003 - ], - [ - -122.03259795699995, - 37.30204734800003 - ], - [ - -122.03259311699998, - 37.30204745700007 - ], - [ - -122.03258936499998, - 37.30204759700007 - ], - [ - -122.03258724799997, - 37.302047694000066 - ], - [ - -122.03257852599995, - 37.30204856300003 - ], - [ - -122.03257661199996, - 37.302048840000054 - ], - [ - -122.032574496, - 37.302049142000044 - ], - [ - -122.03257226999995, - 37.30204949200004 - ], - [ - -122.03256715999999, - 37.302050429000076 - ], - [ - -122.032556952, - 37.302052967000066 - ], - [ - -122.03254599299999, - 37.30205649700008 - ], - [ - -122.03253761299999, - 37.30206004100006 - ], - [ - -122.03253653499996, - 37.30206053500007 - ], - [ - -122.03252850999996, - 37.30206464500003 - ], - [ - -122.03252751899998, - 37.30206518400007 - ], - [ - -122.03251953799997, - 37.30207009500003 - ], - [ - -122.03251214199997, - 37.302075528000046 - ], - [ - -122.03251121199997, - 37.30207627100003 - ], - [ - -122.03250473799994, - 37.302081987000065 - ], - [ - -122.03249814599997, - 37.30208891700005 - ], - [ - -122.032491946, - 37.302096781000046 - ], - [ - -122.03248742299996, - 37.30210398200006 - ], - [ - -122.03248373499997, - 37.30211131000004 - ], - [ - -122.03248323999998, - 37.30211241500007 - ], - [ - -122.03248030399999, - 37.302120122000076 - ], - [ - -122.03247820799999, - 37.302128321000055 - ], - [ - -122.03247697599994, - 37.30213669200003 - ], - [ - -122.03247663499997, - 37.30214516600006 - ], - [ - -122.032476654, - 37.30214610500008 - ], - [ - -122.03247734399997, - 37.30215465600003 - ], - [ - -122.032257346, - 37.30215513100006 - ], - [ - -122.03227548399997, - 37.29399280700005 - ], - [ - -122.03227555099994, - 37.29396238500004 - ], - [ - -122.032196721, - 37.29397861500007 - ], - [ - -122.03212544999997, - 37.29399044500008 - ], - [ - -122.03211122999994, - 37.29399280400003 - ], - [ - -122.03204688899996, - 37.29400670000007 - ], - [ - -122.03201217799995, - 37.29401287400003 - ], - [ - -122.03190483199995, - 37.294031923000034 - ], - [ - -122.03176123299994, - 37.29405001400005 - ], - [ - -122.03161666799997, - 37.294060923000075 - ], - [ - -122.03147145499997, - 37.29406463600003 - ], - [ - -122.03133544399998, - 37.29406157100004 - ], - [ - -122.03068772599994, - 37.294057477000024 - ], - [ - -122.03032738899998, - 37.29405519800008 - ], - [ - -122.03021198599998, - 37.294049769000026 - ], - [ - -122.02909884299999, - 37.29399737700004 - ], - [ - -122.02804492099995, - 37.29397001900003 - ], - [ - -122.027017877, - 37.29395686100003 - ], - [ - -122.02603241899999, - 37.293944227000054 - ], - [ - -122.02587562199994, - 37.293944828000065 - ], - [ - -122.02587152599995, - 37.29394484300008 - ], - [ - -122.02570633599998, - 37.29394547600003 - ], - [ - -122.02499723099999, - 37.293936263000035 - ], - [ - -122.02366324899998, - 37.29391892000007 - ], - [ - -122.022602969, - 37.29385917500008 - ], - [ - -122.02049395499995, - 37.29377453300003 - ], - [ - -122.01843621499995, - 37.29368911100005 - ], - [ - -122.01780608699994, - 37.293671962000076 - ], - [ - -122.01496830299999, - 37.29355831200007 - ], - [ - -122.01067143499995, - 37.29343691400004 - ], - [ - -122.00958755799996, - 37.29340085100006 - ], - [ - -122.00775029999994, - 37.29333890700008 - ], - [ - -122.00774372599994, - 37.29339932900007 - ], - [ - -122.00766526199999, - 37.294151484000054 - ], - [ - -122.00764292699995, - 37.29436382700004 - ], - [ - -122.00747068899994, - 37.296002835000024 - ], - [ - -122.00746334899998, - 37.296043834000045 - ], - [ - -122.00745345499996, - 37.296152713000026 - ], - [ - -122.00743539599995, - 37.29633705100008 - ], - [ - -122.00743328399994, - 37.29636447900003 - ], - [ - -122.00742953699995, - 37.29639178900004 - ], - [ - -122.00742412499994, - 37.29641896100003 - ], - [ - -122.00730629699996, - 37.296411299000056 - ], - [ - -122.00726047199998, - 37.29640937000005 - ], - [ - -122.00725183999998, - 37.29640902400007 - ], - [ - -122.00701592099995, - 37.296399171000076 - ], - [ - -122.00699117299996, - 37.296398139000075 - ], - [ - -122.00680824799997, - 37.29639051200007 - ], - [ - -122.00671310099995, - 37.29638654100006 - ], - [ - -122.006600489, - 37.296381832000066 - ], - [ - -122.00643499899996, - 37.29637491900007 - ], - [ - -122.00639453599996, - 37.29637324200007 - ], - [ - -122.00621835099997, - 37.296365871000035 - ], - [ - -122.00619165299997, - 37.29636474900008 - ], - [ - -122.00615689699998, - 37.29636331900008 - ], - [ - -122.00597962199998, - 37.29635591600004 - ], - [ - -122.00587882399998, - 37.296351695000055 - ], - [ - -122.00577527499996, - 37.29634737200007 - ], - [ - -122.00560677299995, - 37.29634031300003 - ], - [ - -122.00560072299999, - 37.29634009400007 - ], - [ - -122.00558262899995, - 37.29633934300006 - ], - [ - -122.00537486899998, - 37.296330658000045 - ], - [ - -122.00536855999997, - 37.296330373000046 - ], - [ - -122.00532262299998, - 37.29632846800007 - ], - [ - -122.00517184199998, - 37.29632219000007 - ], - [ - -122.005044549, - 37.29631686600004 - ], - [ - -122.004964573, - 37.29631352200005 - ], - [ - -122.00476644899999, - 37.29630523900005 - ], - [ - -122.0047573, - 37.29630485400003 - ], - [ - -122.00455272499994, - 37.29629631100005 - ], - [ - -122.004488375, - 37.29629363500004 - ], - [ - -122.00434436399996, - 37.296287611000025 - ], - [ - -122.00412516499995, - 37.29627845400006 - ], - [ - -122.00394932199998, - 37.296271121000075 - ], - [ - -122.00349494899996, - 37.29625211900003 - ], - [ - -122.00326319899995, - 37.29615600100004 - ], - [ - -122.00312347299996, - 37.296098028000074 - ], - [ - -122.00285872699999, - 37.295988211000065 - ], - [ - -122.00247026499994, - 37.29582710100004 - ], - [ - -122.00230383599995, - 37.29576198500007 - ], - [ - -122.00171465199998, - 37.29553294700003 - ], - [ - -122.00201740199998, - 37.29517717300007 - ], - [ - -122.00207807399994, - 37.29513958700005 - ], - [ - -122.00232345799998, - 37.294987562000074 - ], - [ - -122.00252837199997, - 37.29486059300007 - ], - [ - -122.00259933099994, - 37.29476171300007 - ], - [ - -122.00271959199995, - 37.294594102000076 - ], - [ - -122.00284002199999, - 37.29442632800004 - ], - [ - -122.00283462999994, - 37.29428065400003 - ], - [ - -122.00282197099995, - 37.29393739500006 - ], - [ - -122.00281402, - 37.293721412000025 - ], - [ - -122.00318383999996, - 37.293369056000074 - ], - [ - -122.00332811299995, - 37.293231648000074 - ], - [ - -122.00348020499996, - 37.29309265200004 - ], - [ - -122.00244085399999, - 37.29297867300005 - ], - [ - -122.00233497299996, - 37.292964237000035 - ], - [ - -122.00094929799997, - 37.29279810200006 - ], - [ - -121.99846202199996, - 37.292515209000044 - ], - [ - -121.99760655899996, - 37.29241863500005 - ], - [ - -121.997496593, - 37.29240548200005 - ], - [ - -121.99738667599996, - 37.29239264900008 - ], - [ - -121.99668503299995, - 37.29231495600004 - ], - [ - -121.993905596, - 37.291995229000065 - ], - [ - -121.99393054099994, - 37.29183845700004 - ], - [ - -121.99400285099995, - 37.29143116400007 - ], - [ - -121.99406560699998, - 37.29107767200003 - ], - [ - -121.99452844099994, - 37.29113034100004 - ], - [ - -121.99502530299998, - 37.29118690300004 - ], - [ - -121.99509335699997, - 37.29119464100006 - ], - [ - -121.99553919199997, - 37.29124537300004 - ], - [ - -121.99600056299994, - 37.291297875000055 - ], - [ - -121.99607539299996, - 37.29089247100006 - ], - [ - -121.99612894499995, - 37.290570615000036 - ], - [ - -121.99554837199997, - 37.290505490000044 - ], - [ - -121.99497965999996, - 37.29043886100004 - ], - [ - -121.99479342999996, - 37.29041704300005 - ], - [ - -121.99497396599998, - 37.29026009200004 - ], - [ - -121.99508224099998, - 37.290165959000035 - ], - [ - -121.99539166399995, - 37.289803892000066 - ], - [ - -121.99572037899998, - 37.28947545400007 - ], - [ - -121.996269773, - 37.28892646400004 - ], - [ - -121.99615303499996, - 37.28891255100007 - ], - [ - -121.99565986699997, - 37.28885372600007 - ], - [ - -121.99550447699994, - 37.28883520200003 - ], - [ - -121.99548477599996, - 37.28883286700005 - ], - [ - -121.99524298999995, - 37.288807665000036 - ], - [ - -121.995328557, - 37.28872270000005 - ], - [ - -121.99614441399996, - 37.28791256400007 - ], - [ - -121.99615536399995, - 37.28790169100006 - ], - [ - -121.99617368, - 37.287883504000035 - ], - [ - -121.99622586999999, - 37.287831975000074 - ], - [ - -121.99624093099999, - 37.287817103000066 - ], - [ - -121.99624358099999, - 37.28781448800004 - ], - [ - -121.99628730799998, - 37.287771313000064 - ], - [ - -121.99615015399996, - 37.28768480200006 - ], - [ - -121.996128877, - 37.287670881000054 - ], - [ - -121.99582053699999, - 37.28746921900006 - ], - [ - -121.99558613499994, - 37.287472190000074 - ], - [ - -121.99526876099998, - 37.28747622100008 - ], - [ - -121.99523682599994, - 37.287476628000036 - ], - [ - -121.99496189899997, - 37.28748011400006 - ], - [ - -121.99468691299995, - 37.287483578000035 - ], - [ - -121.99468423499997, - 37.28719915500005 - ], - [ - -121.994658943, - 37.28693429500004 - ], - [ - -121.99465816299994, - 37.28692648900005 - ], - [ - -121.99465807299998, - 37.286925573000076 - ], - [ - -121.99465806799998, - 37.286923503000025 - ], - [ - -121.99466305599998, - 37.28664564200005 - ], - [ - -121.99466887099999, - 37.28632171800007 - ], - [ - -121.99462818299997, - 37.28606046400006 - ], - [ - -121.99462679199996, - 37.28605397000007 - ], - [ - -121.994626359, - 37.28604930200004 - ], - [ - -121.99462624299997, - 37.28604803700006 - ], - [ - -121.99461326799997, - 37.285724283000036 - ], - [ - -121.99459942699997, - 37.285380076000024 - ], - [ - -121.994589728, - 37.28513848000006 - ], - [ - -121.99457826899999, - 37.28485332200006 - ], - [ - -121.99457033599998, - 37.28457823700006 - ], - [ - -121.99456152399995, - 37.284293594000076 - ], - [ - -121.99455316799998, - 37.284021765000034 - ], - [ - -121.99454573499997, - 37.28378029900006 - ], - [ - -121.99453681699998, - 37.28349034800004 - ], - [ - -121.99453122199998, - 37.283197517000076 - ], - [ - -121.99452208399998, - 37.282900908000045 - ], - [ - -121.99451320099996, - 37.28261271800005 - ], - [ - -121.99450473499996, - 37.28233814300006 - ], - [ - -121.99449497399996, - 37.28202181100005 - ], - [ - -121.994485135, - 37.28170293800008 - ], - [ - -121.99447669699998, - 37.28142838500003 - ], - [ - -121.99446700399994, - 37.281113952000055 - ], - [ - -121.994462248, - 37.280959205000045 - ], - [ - -121.99446016299999, - 37.28087696500006 - ], - [ - -121.99445993199998, - 37.28086785700003 - ], - [ - -121.99445980299998, - 37.280860467000025 - ], - [ - -121.99445877899996, - 37.28079414300004 - ], - [ - -121.99443930599995, - 37.28053356800007 - ], - [ - -121.99419104499998, - 37.28053716100004 - ], - [ - -121.99414583499998, - 37.28053826400003 - ], - [ - -121.99395947, - 37.28054286200006 - ], - [ - -121.99378673399997, - 37.280547080000076 - ], - [ - -121.99373273499998, - 37.28054840800007 - ], - [ - -121.99350253399996, - 37.28055406900006 - ], - [ - -121.99349279999996, - 37.28055433000003 - ], - [ - -121.99327236299996, - 37.28055970500003 - ], - [ - -121.99315285399996, - 37.28056267100004 - ], - [ - -121.99303875599998, - 37.280565453000065 - ], - [ - -121.992950168, - 37.28056761300007 - ], - [ - -121.99280858299994, - 37.280571089000034 - ], - [ - -121.992746394, - 37.28057261300006 - ], - [ - -121.99257841099995, - 37.280576747000055 - ], - [ - -121.99254207799999, - 37.28057764500005 - ], - [ - -121.99235456599996, - 37.28058223200003 - ], - [ - -121.99234053699996, - 37.28058257200007 - ], - [ - -121.99213564699994, - 37.280587586000024 - ], - [ - -121.99212439499996, - 37.280587866000076 - ], - [ - -121.99194043399996, - 37.280592384000045 - ], - [ - -121.99189422299997, - 37.28059352300005 - ], - [ - -121.99173900799997, - 37.280597354000065 - ], - [ - -121.9916640499999, - 37.280599179000035 - ], - [ - -121.99154216299996, - 37.28060215000005 - ], - [ - -121.99143385099995, - 37.280604812000036 - ], - [ - -121.99134695199996, - 37.28060694900006 - ], - [ - -121.99120367799998, - 37.28061046600004 - ], - [ - -121.99115128199998, - 37.28061175100004 - ], - [ - -121.99097350499994, - 37.28061609900004 - ], - [ - -121.99095257599998, - 37.28061661700008 - ], - [ - -121.99075590199999, - 37.28062143200003 - ], - [ - -121.99073989799996, - 37.28062182000008 - ], - [ - -121.99056160599997, - 37.280626193000046 - ], - [ - -121.99050972499998, - 37.28062747300004 - ], - [ - -121.99036398799996, - 37.280631044000074 - ], - [ - -121.990279553, - 37.28063310300007 - ], - [ - -121.99016639899997, - 37.28063587100007 - ], - [ - -121.99009811299999, - 37.28063758700006 - ], - [ - -121.99004935199997, - 37.28063875600003 - ], - [ - -121.99002802099994, - 37.28063927900007 - ], - [ - -121.98980784099996, - 37.280644668000036 - ], - [ - -121.98979234999996, - 37.28064504800005 - ], - [ - -121.98971182899999, - 37.28065090100006 - ], - [ - -121.98970913399995, - 37.28063356300004 - ], - [ - -121.98970669099998, - 37.280564053000035 - ], - [ - -121.98970675399994, - 37.28053994900006 - ], - [ - -121.98970610599997, - 37.280514571000026 - ], - [ - -121.98970391499995, - 37.28045639000004 - ], - [ - -121.98970078099995, - 37.280398357000024 - ], - [ - -121.98969659199997, - 37.280340384000056 - ], - [ - -121.98969207, - 37.280288893000034 - ], - [ - -121.98969171399995, - 37.28023215200005 - ], - [ - -121.98965620999996, - 37.27943643700007 - ], - [ - -121.98962081099995, - 37.278643008000074 - ], - [ - -121.98958480599998, - 37.27784068400007 - ], - [ - -121.98954903099997, - 37.27704275200006 - ], - [ - -121.98951288899997, - 37.27623775100005 - ], - [ - -121.98959585399996, - 37.27623542500004 - ], - [ - -121.99282253099994, - 37.27614437700004 - ], - [ - -121.99405382599997, - 37.27610961800008 - ], - [ - -121.99423615699999, - 37.27610446400007 - ], - [ - -121.99413602599998, - 37.273963080000044 - ], - [ - -121.99413070799994, - 37.273890003000076 - ], - [ - -121.99413050399994, - 37.273887226000056 - ], - [ - -121.99413019899998, - 37.27388500600006 - ], - [ - -121.99411475099998, - 37.27377337100006 - ], - [ - -121.99411456399997, - 37.27377228800003 - ], - [ - -121.99409031699997, - 37.273661461000074 - ], - [ - -121.99408994999999, - 37.273659734000034 - ], - [ - -121.99408916299996, - 37.273657005000075 - ], - [ - -121.99405632, - 37.27354776400006 - ], - [ - -121.99405564899996, - 37.27354589200007 - ], - [ - -121.99402235199994, - 37.27345762600004 - ], - [ - -121.99399637599998, - 37.27338717600003 - ], - [ - -121.99399604899997, - 37.273386189000064 - ], - [ - -121.99397192499998, - 37.273297799000034 - ], - [ - -121.99397146399997, - 37.27329608900004 - ], - [ - -121.99397117099994, - 37.27329443800005 - ], - [ - -121.99395670999996, - 37.273211409000055 - ], - [ - -121.993956573, - 37.273210266000035 - ], - [ - -121.99386993899998, - 37.27252400100008 - ], - [ - -121.99386320099995, - 37.27247056900006 - ], - [ - -121.99385639699994, - 37.27241105000007 - ], - [ - -121.9938505699999, - 37.27234799400003 - ], - [ - -121.9938501399999, - 37.27234339600005 - ], - [ - -121.993850066, - 37.27234246800003 - ], - [ - -121.99384938199995, - 37.27233372500007 - ], - [ - -121.99382309999999, - 37.27198729500003 - ], - [ - -121.99379223399995, - 37.27158060900007 - ], - [ - -121.99377702799995, - 37.27142299800005 - ], - [ - -121.993771504, - 37.27137591600007 - ], - [ - -121.99376728799996, - 37.27133975700008 - ], - [ - -121.99374318099996, - 37.271133778000035 - ], - [ - -121.99374017599996, - 37.271108155000036 - ], - [ - -121.99370022599999, - 37.27076712000007 - ], - [ - -121.99367504599996, - 37.270543685000064 - ], - [ - -121.99367414699998, - 37.27053552000007 - ], - [ - -121.99367309599995, - 37.27052588300006 - ], - [ - -121.99365479299996, - 37.270355264000045 - ], - [ - -121.99355931999997, - 37.270316034000075 - ], - [ - -121.99228275599995, - 37.269730870000046 - ], - [ - -121.99215493199995, - 37.26967225200008 - ], - [ - -121.99209596399999, - 37.26964523700008 - ], - [ - -121.99148711599997, - 37.26936613400005 - ], - [ - -121.99087728999996, - 37.269086583000046 - ], - [ - -121.99082043299995, - 37.26906052500004 - ], - [ - -121.990737793, - 37.26902264100005 - ], - [ - -121.990661021, - 37.26898756600008 - ], - [ - -121.990267572, - 37.26880780400006 - ], - [ - -121.99004483299996, - 37.26870603100008 - ], - [ - -121.98986880499996, - 37.26862561400003 - ], - [ - -121.98969280499995, - 37.26854519800003 - ], - [ - -121.989516778, - 37.26846475700006 - ], - [ - -121.98934075099999, - 37.26838434000007 - ], - [ - -121.98916472499997, - 37.268303900000035 - ], - [ - -121.988988727, - 37.268223481000064 - ], - [ - -121.98865832399997, - 37.268072509000035 - ], - [ - -121.988219158, - 37.26787185200004 - ], - [ - -121.98663243799996, - 37.267146817000025 - ], - [ - -121.98649240599997, - 37.26707298900004 - ], - [ - -121.98649532399997, - 37.26708139800007 - ], - [ - -121.98517601099996, - 37.266475367000055 - ], - [ - -121.98477161699998, - 37.26654937200004 - ], - [ - -121.98450423799994, - 37.26659316400003 - ], - [ - -121.98447446699998, - 37.26661813100003 - ], - [ - -121.98446350199998, - 37.26662732900007 - ], - [ - -121.98436487999999, - 37.266648356000076 - ], - [ - -121.984103125, - 37.26670416200005 - ], - [ - -121.983760884, - 37.26677710200005 - ], - [ - -121.98366454399996, - 37.266797618000055 - ], - [ - -121.98365940999997, - 37.266798737000045 - ], - [ - -121.983450872, - 37.26684319900005 - ], - [ - -121.98328862199998, - 37.266877805000036 - ], - [ - -121.98326837199994, - 37.266882113000065 - ], - [ - -121.98326620599994, - 37.26688257500007 - ], - [ - -121.98312557199995, - 37.26691253400003 - ], - [ - -121.983002678, - 37.26693874400007 - ], - [ - -121.98285779599996, - 37.26696964900003 - ], - [ - -121.98283535099995, - 37.26697442100004 - ], - [ - -121.98267316599998, - 37.26700071500005 - ], - [ - -121.98265544799995, - 37.267004213000064 - ], - [ - -121.98230034699998, - 37.267074266000066 - ], - [ - -121.98225238699996, - 37.266940530000056 - ], - [ - -121.98221903599995, - 37.266947111000036 - ], - [ - -121.98211533199998, - 37.26696758200006 - ], - [ - -121.98201205799995, - 37.266987957000026 - ], - [ - -121.9819154, - 37.26700703400007 - ], - [ - -121.98191043599996, - 37.26700796700004 - ], - [ - -121.98183379799997, - 37.26702256600004 - ], - [ - -121.98179279299995, - 37.267030377000026 - ], - [ - -121.98189682999998, - 37.26732450500003 - ], - [ - -121.98207793399996, - 37.26783651000005 - ], - [ - -121.98208655199994, - 37.26786091500003 - ], - [ - -121.982104387, - 37.26791397900007 - ], - [ - -121.98213674399994, - 37.267907801000035 - ], - [ - -121.98260434099996, - 37.26781842200006 - ], - [ - -121.98263143599996, - 37.26789796700007 - ], - [ - -121.98268614099999, - 37.26805828300007 - ], - [ - -121.98273877699995, - 37.26821251400003 - ], - [ - -121.98279208199995, - 37.26836875200007 - ], - [ - -121.98284435199997, - 37.26852191200004 - ], - [ - -121.98284794199998, - 37.26853244200004 - ], - [ - -121.982897171, - 37.26867666700008 - ], - [ - -121.98295023399999, - 37.26883219700005 - ], - [ - -121.98295996499996, - 37.26886075700003 - ], - [ - -121.98300339099995, - 37.268988094000065 - ], - [ - -121.98306834399995, - 37.26917840400006 - ], - [ - -121.98312977799998, - 37.26933005200004 - ], - [ - -121.98313132299995, - 37.26933424400005 - ], - [ - -121.98318916999995, - 37.269492643000035 - ], - [ - -121.98321776199998, - 37.26957097700006 - ], - [ - -121.98328872299999, - 37.26976528700004 - ], - [ - -121.98333297099998, - 37.26988650200008 - ], - [ - -121.98332650599997, - 37.26990089100008 - ], - [ - -121.98331321499995, - 37.26994546000003 - ], - [ - -121.98330943199994, - 37.26999050100005 - ], - [ - -121.98293846899998, - 37.270061664000025 - ], - [ - -121.98269178799995, - 37.27010853100006 - ], - [ - -121.98242518999996, - 37.270159198000044 - ], - [ - -121.98235616599999, - 37.27017231800005 - ], - [ - -121.98216087699996, - 37.27020942300004 - ], - [ - -121.98217846299997, - 37.27025850600006 - ], - [ - -121.98227378599995, - 37.27052456500007 - ], - [ - -121.98228054499998, - 37.27054338700003 - ], - [ - -121.98233135999999, - 37.270685212000046 - ], - [ - -121.98237353899998, - 37.27080743800008 - ], - [ - -121.98236258399999, - 37.27080963700007 - ], - [ - -121.98238907399997, - 37.27090340400008 - ], - [ - -121.98200582699997, - 37.27097491100005 - ], - [ - -121.98200831399998, - 37.27098335000005 - ], - [ - -121.98180752899998, - 37.27102079800005 - ], - [ - -121.98182863799997, - 37.27108865200006 - ], - [ - -121.98167805299994, - 37.27111697200007 - ], - [ - -121.98145195199999, - 37.27115460400006 - ], - [ - -121.98122763299995, - 37.27117515800006 - ], - [ - -121.98124706899995, - 37.27125848500003 - ], - [ - -121.98130025299997, - 37.27140719300007 - ], - [ - -121.98130707599995, - 37.27142626600005 - ], - [ - -121.98136371799995, - 37.27158472700006 - ], - [ - -121.98142036099995, - 37.27174316600008 - ], - [ - -121.98143579599997, - 37.27178632600004 - ], - [ - -121.98147700499999, - 37.27190162900007 - ], - [ - -121.98153364799998, - 37.27206006700004 - ], - [ - -121.98159031999995, - 37.27221852800005 - ], - [ - -121.98164696299995, - 37.27237694400003 - ], - [ - -121.98170360799998, - 37.27253540500004 - ], - [ - -121.98171512999994, - 37.27256764900005 - ], - [ - -121.981760281, - 37.272693867000044 - ], - [ - -121.981815015, - 37.27284701900004 - ], - [ - -121.98187169099998, - 37.27300548000005 - ], - [ - -121.98192833399997, - 37.27316391900007 - ], - [ - -121.98198494999997, - 37.27332235800003 - ], - [ - -121.98205966699999, - 37.27353124600006 - ], - [ - -121.98207864899996, - 37.27358431700003 - ], - [ - -121.98208204599996, - 37.273593865000066 - ], - [ - -121.98208642199995, - 37.27360509500005 - ], - [ - -121.98212235999995, - 37.27369711600005 - ], - [ - -121.98228285799996, - 37.273592079000025 - ], - [ - -121.98291566299997, - 37.273418364000065 - ], - [ - -121.98291922899995, - 37.27351155100007 - ], - [ - -121.98292047999996, - 37.27354424500004 - ], - [ - -121.98292337299995, - 37.27362077600003 - ], - [ - -121.98292351199996, - 37.27362489500007 - ], - [ - -121.98293342599999, - 37.273886495000056 - ], - [ - -121.98293975399997, - 37.27405399400004 - ], - [ - -121.98294593799994, - 37.274217032000024 - ], - [ - -121.98295204199997, - 37.27437897200008 - ], - [ - -121.98295817699994, - 37.27454095600007 - ], - [ - -121.98296431099999, - 37.27470291800006 - ], - [ - -121.98297044299994, - 37.27486488000005 - ], - [ - -121.98297654699996, - 37.275026843000035 - ], - [ - -121.98298269399999, - 37.27518944600007 - ], - [ - -121.982988746, - 37.275348730000076 - ], - [ - -121.98299485099994, - 37.27551069100008 - ], - [ - -121.98300115899997, - 37.27567709200008 - ], - [ - -121.98300730499994, - 37.275839649000034 - ], - [ - -121.98301267, - 37.27598168500003 - ], - [ - -121.98301339399995, - 37.27600078900008 - ], - [ - -121.98301954799996, - 37.27616384800007 - ], - [ - -121.98302122099994, - 37.276207776000035 - ], - [ - -121.98302554999998, - 37.27632203500008 - ], - [ - -121.98302578599998, - 37.27632816700003 - ], - [ - -121.98302907899995, - 37.27641041500004 - ], - [ - -121.98153119999995, - 37.27645036600006 - ], - [ - -121.98017462599995, - 37.27648745800008 - ], - [ - -121.97970075699999, - 37.27650166500007 - ], - [ - -121.97970748399996, - 37.276583938000044 - ], - [ - -121.97971288999997, - 37.27674714700004 - ], - [ - -121.97971324399998, - 37.276757807000024 - ], - [ - -121.979717747, - 37.27689266500005 - ], - [ - -121.979718285, - 37.276908338000055 - ], - [ - -121.97972257299995, - 37.27703818700007 - ], - [ - -121.97972353999995, - 37.27706676400004 - ], - [ - -121.97972742999997, - 37.27718370600007 - ], - [ - -121.97972848499995, - 37.277215374000036 - ], - [ - -121.97973225699997, - 37.27732922700005 - ], - [ - -121.97973381999998, - 37.277376385000025 - ], - [ - -121.97973708499995, - 37.27747474800003 - ], - [ - -121.979738769, - 37.27752517600004 - ], - [ - -121.97974174499996, - 37.277614776000064 - ], - [ - -121.97974401599998, - 37.277683212000056 - ], - [ - -121.97974657299994, - 37.27776029700004 - ], - [ - -121.97974893599996, - 37.277830540000025 - ], - [ - -121.97975126299997, - 37.277900325000076 - ], - [ - -121.97975424899994, - 37.27799040600007 - ], - [ - -121.97975609099996, - 37.278045846000055 - ], - [ - -121.97975922799998, - 37.278140664000034 - ], - [ - -121.97976091799995, - 37.278191366000044 - ], - [ - -121.97976445699999, - 37.27829780700006 - ], - [ - -121.97976560899997, - 37.27833288200003 - ], - [ - -121.97977243599996, - 37.27844630800007 - ], - [ - -121.97977440799997, - 37.27847929200004 - ], - [ - -121.97978179399996, - 37.278603651000026 - ], - [ - -121.97978294899997, - 37.278622889000076 - ], - [ - -121.97979078399999, - 37.27875383600008 - ], - [ - -121.979791547, - 37.27876639400006 - ], - [ - -121.97979215299995, - 37.278776755000024 - ], - [ - -121.97980154499999, - 37.27892567400005 - ], - [ - -121.97980116499997, - 37.27900920400003 - ], - [ - -121.97964140999994, - 37.27900920900004 - ], - [ - -121.97941008699996, - 37.279007095000054 - ], - [ - -121.97933807199996, - 37.279007136000075 - ], - [ - -121.97927264499998, - 37.279007069000045 - ], - [ - -121.97884211699994, - 37.27900898200005 - ], - [ - -121.97881824099994, - 37.279010190000065 - ], - [ - -121.97877868499995, - 37.27901715400003 - ], - [ - -121.97877442899994, - 37.279018234000034 - ], - [ - -121.97877331499996, - 37.279018516000065 - ], - [ - -121.97871079799995, - 37.279030213000055 - ], - [ - -121.97864694799995, - 37.27903468900007 - ], - [ - -121.97864265299995, - 37.27903473300006 - ], - [ - -121.97784505799996, - 37.27903782100003 - ], - [ - -121.97780614599998, - 37.27903920500006 - ], - [ - -121.97773954399997, - 37.27904736600004 - ], - [ - -121.97771460799999, - 37.27905237600004 - ], - [ - -121.97729254899997, - 37.279146653000055 - ], - [ - -121.977288419, - 37.279104335000056 - ], - [ - -121.97727812699998, - 37.279042752000066 - ], - [ - -121.97725838899999, - 37.27897948200007 - ], - [ - -121.97723004399995, - 37.27891902700003 - ], - [ - -121.97722778499997, - 37.27891494600004 - ], - [ - -121.97722547099994, - 37.27891088100006 - ], - [ - -121.97722316, - 37.27890681500003 - ], - [ - -121.97704179299996, - 37.278597271000024 - ], - [ - -121.97703446199995, - 37.278585527000075 - ], - [ - -121.97703356799997, - 37.27858409700008 - ], - [ - -121.97700209799996, - 37.27854447500005 - ], - [ - -121.976963588, - 37.278509574000054 - ], - [ - -121.97691803199996, - 37.278479392000065 - ], - [ - -121.97686750599996, - 37.27845552100007 - ], - [ - -121.97684023599999, - 37.278445899000076 - ], - [ - -121.97661822999999, - 37.27837593100003 - ], - [ - -121.97665784499998, - 37.278273314000046 - ], - [ - -121.97669201599996, - 37.27816080300005 - ], - [ - -121.97671138599998, - 37.278077207000024 - ], - [ - -121.97671719599998, - 37.27804673900005 - ], - [ - -121.976717367, - 37.278045537000025 - ], - [ - -121.97673326699999, - 37.27793167800007 - ], - [ - -121.97674017499997, - 37.27781603300008 - ], - [ - -121.97674014499995, - 37.277814196000065 - ], - [ - -121.97673832099997, - 37.27770783200003 - ], - [ - -121.97672311099996, - 37.27742787200003 - ], - [ - -121.97671757299997, - 37.27732585100006 - ], - [ - -121.97643826899997, - 37.277369889000056 - ], - [ - -121.97631348299996, - 37.27747819900003 - ], - [ - -121.97626074099998, - 37.277411131000065 - ], - [ - -121.97619116199996, - 37.27744442100004 - ], - [ - -121.976134506, - 37.27746195900005 - ], - [ - -121.976076015, - 37.27747512700006 - ], - [ - -121.97601620499995, - 37.27748380000003 - ], - [ - -121.97595567299999, - 37.27748788300005 - ], - [ - -121.97589490799999, - 37.27748736600006 - ], - [ - -121.97561573099995, - 37.277487085000075 - ], - [ - -121.975400101, - 37.27748456000006 - ], - [ - -121.97518806899996, - 37.27747992900004 - ], - [ - -121.97511964699999, - 37.27747907400004 - ], - [ - -121.97505418099996, - 37.27747831900007 - ], - [ - -121.97497467499994, - 37.27747746700004 - ], - [ - -121.97472700799995, - 37.27747726700005 - ], - [ - -121.97439426099999, - 37.27747523100004 - ], - [ - -121.97428181499998, - 37.27747447300004 - ], - [ - -121.97421021499997, - 37.27747361100006 - ], - [ - -121.97414672399998, - 37.27747285400005 - ], - [ - -121.97392785399995, - 37.27747016100005 - ], - [ - -121.97375047699995, - 37.27746680800004 - ], - [ - -121.97358032799997, - 37.27746096100003 - ], - [ - -121.97342506499996, - 37.27745613900004 - ], - [ - -121.97321421899994, - 37.27744782800005 - ], - [ - -121.97305748699995, - 37.27743959000003 - ], - [ - -121.97298855799994, - 37.27743775500005 - ], - [ - -121.97274520199994, - 37.27743960300006 - ], - [ - -121.97254934299997, - 37.27744604900005 - ], - [ - -121.97222641899998, - 37.277464370000075 - ], - [ - -121.97215363799995, - 37.277468971000076 - ], - [ - -121.97196132899995, - 37.27747969600006 - ], - [ - -121.97176177199998, - 37.27749037700005 - ], - [ - -121.97164589099998, - 37.277492634000055 - ], - [ - -121.97161104999998, - 37.277490714000066 - ], - [ - -121.97157637999999, - 37.27748735100005 - ], - [ - -121.97154197099997, - 37.277482588000055 - ], - [ - -121.97145531099994, - 37.277467493000074 - ], - [ - -121.97136129299997, - 37.27744102300005 - ], - [ - -121.97126315499997, - 37.27738853300008 - ], - [ - -121.97122178599994, - 37.277378042000066 - ], - [ - -121.97086524499997, - 37.27728764200003 - ], - [ - -121.97046573299997, - 37.27728732600008 - ], - [ - -121.97045963599999, - 37.277294795000046 - ], - [ - -121.97038580499998, - 37.27729707300006 - ], - [ - -121.97037701799997, - 37.27729736600003 - ], - [ - -121.97014138699996, - 37.27730467500004 - ], - [ - -121.96944938399997, - 37.27732615600007 - ], - [ - -121.96919337299994, - 37.277290477000065 - ], - [ - -121.96912035799994, - 37.27728029200006 - ], - [ - -121.96893951899995, - 37.277255069000034 - ], - [ - -121.96886256799996, - 37.277282220000075 - ], - [ - -121.96883730599995, - 37.277291098000035 - ], - [ - -121.96809174899994, - 37.27755388800006 - ], - [ - -121.96745849799998, - 37.27777710500004 - ], - [ - -121.96716770299997, - 37.277879589000065 - ], - [ - -121.96697693099998, - 37.27794682700005 - ], - [ - -121.96663836, - 37.27795033500007 - ], - [ - -121.96626439099998, - 37.27795419500006 - ], - [ - -121.96551218499997, - 37.27830238400003 - ], - [ - -121.96526461599996, - 37.278599529000076 - ], - [ - -121.96477024499995, - 37.278796251000074 - ], - [ - -121.96474106599999, - 37.27880703100004 - ], - [ - -121.96474058899997, - 37.278912811000055 - ], - [ - -121.9647392, - 37.27923091100007 - ], - [ - -121.964724236, - 37.27938384300006 - ], - [ - -121.96472715299996, - 37.27955465800005 - ], - [ - -121.96472956799994, - 37.279694052000025 - ], - [ - -121.96472997799998, - 37.279719431000046 - ], - [ - -121.96473159299995, - 37.27981216200004 - ], - [ - -121.964732804, - 37.27988420500003 - ], - [ - -121.96473439199997, - 37.279976936000025 - ], - [ - -121.96473563199999, - 37.28004897900007 - ], - [ - -121.96473751199994, - 37.28015818700004 - ], - [ - -121.96473845799994, - 37.280213752000066 - ], - [ - -121.96474060499997, - 37.280339438000055 - ], - [ - -121.96474128499995, - 37.280378503000065 - ], - [ - -121.96474343099999, - 37.28050421100005 - ], - [ - -121.96474411099996, - 37.280543299000044 - ], - [ - -121.96474655199995, - 37.280685461000076 - ], - [ - -121.96474693799996, - 37.28070809500008 - ], - [ - -121.96474934999998, - 37.28085023600005 - ], - [ - -121.96474976399998, - 37.28087284600008 - ], - [ - -121.96475228499997, - 37.28102050200005 - ], - [ - -121.96475257799995, - 37.281037619000074 - ], - [ - -121.96475537799995, - 37.28120175300006 - ], - [ - -121.96475821799999, - 37.28136716700004 - ], - [ - -121.96476012599999, - 37.28147637400008 - ], - [ - -121.96476104399994, - 37.28153196300008 - ], - [ - -121.96476246999998, - 37.281615059000046 - ], - [ - -121.96476386999996, - 37.28169673700006 - ], - [ - -121.96476729799997, - 37.28189654800008 - ], - [ - -121.964767382, - 37.28196521700005 - ], - [ - -121.96514061099998, - 37.28196212700004 - ], - [ - -121.96517486299996, - 37.28196169900008 - ], - [ - -121.96521527399995, - 37.281961170000045 - ], - [ - -121.96604271899997, - 37.28195076900005 - ], - [ - -121.96604584199997, - 37.28195073000006 - ], - [ - -121.96611747499998, - 37.28195019900005 - ], - [ - -121.96620309899998, - 37.28194873800004 - ], - [ - -121.96640948299995, - 37.28194654400005 - ], - [ - -121.96649310499998, - 37.28194535800003 - ], - [ - -121.966493658, - 37.28202750400004 - ], - [ - -121.96649617899999, - 37.28222627300005 - ], - [ - -121.96649619599998, - 37.28222856300005 - ], - [ - -121.966498216, - 37.282392842000036 - ], - [ - -121.96649827799996, - 37.28239606900007 - ], - [ - -121.96650039499997, - 37.28256087400007 - ], - [ - -121.96650041899994, - 37.282563621000065 - ], - [ - -121.96650240699995, - 37.28271908900007 - ], - [ - -121.96650255799995, - 37.282731127000034 - ], - [ - -121.96650458999994, - 37.28289316400003 - ], - [ - -121.96650462399998, - 37.28289634400005 - ], - [ - -121.96650665499999, - 37.28305687000005 - ], - [ - -121.96650670199995, - 37.28306069200005 - ], - [ - -121.96650878199995, - 37.283225178000066 - ], - [ - -121.96650881299996, - 37.28322822200005 - ], - [ - -121.96651090799998, - 37.283393508000074 - ], - [ - -121.96651091999996, - 37.28339575900003 - ], - [ - -121.96651300999997, - 37.28356069400007 - ], - [ - -121.966513035, - 37.28356328000007 - ], - [ - -121.96651513799998, - 37.28373035200008 - ], - [ - -121.96651726099998, - 37.28389552400006 - ], - [ - -121.96651728699999, - 37.28389833800003 - ], - [ - -121.96651866199994, - 37.28400876500007 - ], - [ - -121.96651968299994, - 37.284090631000026 - ], - [ - -121.96652100699998, - 37.28417061600004 - ], - [ - -121.96644299399998, - 37.28417099700005 - ], - [ - -121.96633526699998, - 37.28417172700006 - ], - [ - -121.966316668, - 37.28417131900005 - ], - [ - -121.96629805599997, - 37.28417180500003 - ], - [ - -121.966279521, - 37.284173182000075 - ], - [ - -121.96607392299995, - 37.28417779200004 - ], - [ - -121.96579560899994, - 37.28418036000005 - ], - [ - -121.96579662899995, - 37.284257258000025 - ], - [ - -121.965799829, - 37.284496466000064 - ], - [ - -121.96580064199998, - 37.28455700100005 - ], - [ - -121.96580268199995, - 37.284710681000035 - ], - [ - -121.96580310399997, - 37.28474237900008 - ], - [ - -121.965805408, - 37.28491402700007 - ], - [ - -121.96580553499996, - 37.28492489800004 - ], - [ - -121.96580768499996, - 37.28508569600007 - ], - [ - -121.96580838799997, - 37.28513911300007 - ], - [ - -121.96580995999994, - 37.285257321000074 - ], - [ - -121.96581124099998, - 37.28535332900003 - ], - [ - -121.96581223699997, - 37.285428945000035 - ], - [ - -121.96581409499998, - 37.28556756800003 - ], - [ - -121.96581454199998, - 37.28560061500008 - ], - [ - -121.96581681699996, - 37.28577224000003 - ], - [ - -121.96581694699995, - 37.28578176100007 - ], - [ - -121.965819152, - 37.285943909000025 - ], - [ - -121.96581980099995, - 37.28599597700003 - ], - [ - -121.96582140499999, - 37.28611580900008 - ], - [ - -121.96582265399996, - 37.286210193000045 - ], - [ - -121.96582368099996, - 37.286287479000066 - ], - [ - -121.96582550699998, - 37.28642438500003 - ], - [ - -121.96582596999997, - 37.286458279000044 - ], - [ - -121.96582853599995, - 37.28665054700008 - ], - [ - -121.96582861599995, - 37.286656040000025 - ], - [ - -121.96583499499997, - 37.286892323000075 - ], - [ - -121.96606752099996, - 37.28688156100003 - ], - [ - -121.96630780799995, - 37.28687047300008 - ], - [ - -121.96637297899997, - 37.286867449000056 - ], - [ - -121.96649219099999, - 37.28686191500003 - ], - [ - -121.96652502099994, - 37.28686042800007 - ], - [ - -121.96664460899996, - 37.28685332800006 - ], - [ - -121.96675374199998, - 37.28684410500006 - ], - [ - -121.967076024, - 37.28678801600006 - ], - [ - -121.96708307499995, - 37.286786187000075 - ], - [ - -121.96708422299997, - 37.28678589100008 - ], - [ - -121.96708665099999, - 37.28678541200003 - ], - [ - -121.96708845599994, - 37.28678506700004 - ], - [ - -121.96718167499995, - 37.286767861000044 - ], - [ - -121.96735746699994, - 37.28672974300008 - ], - [ - -121.96736030999995, - 37.28672902500006 - ], - [ - -121.96748195299995, - 37.286698123000065 - ], - [ - -121.96752869299996, - 37.28668521800006 - ], - [ - -121.96753034899996, - 37.28668475300003 - ], - [ - -121.96754034099996, - 37.28668190500008 - ], - [ - -121.96754172099998, - 37.28668149600003 - ], - [ - -121.96755197699997, - 37.286678566000035 - ], - [ - -121.96755585299996, - 37.28667745200005 - ], - [ - -121.96756360899997, - 37.28667521600005 - ], - [ - -121.96773734499999, - 37.28662847600003 - ], - [ - -121.96791441699997, - 37.28658849200008 - ], - [ - -121.96809374199995, - 37.28655555600005 - ], - [ - -121.96827488899999, - 37.286529743000074 - ], - [ - -121.968393758, - 37.286516781000046 - ], - [ - -121.96839291999999, - 37.286474171000066 - ], - [ - -121.97041911399998, - 37.28639118000007 - ], - [ - -121.97060835399998, - 37.286383424000064 - ], - [ - -121.97068372299998, - 37.28638034900007 - ], - [ - -121.97068416299999, - 37.28642156900003 - ], - [ - -121.97079064599995, - 37.286417210000025 - ], - [ - -121.97106558999997, - 37.28640592800008 - ], - [ - -121.97132885399998, - 37.28639515900005 - ], - [ - -121.97170670099996, - 37.28637953900005 - ], - [ - -121.97185586199998, - 37.286373292000064 - ], - [ - -121.97206201699998, - 37.28636465900007 - ], - [ - -121.97225099399998, - 37.286356744000045 - ], - [ - -121.97247432299997, - 37.286347412000055 - ], - [ - -121.97288139199998, - 37.28633036900004 - ], - [ - -121.97348585399999, - 37.286305070000026 - ], - [ - -121.973805245, - 37.28629169000004 - ], - [ - -121.97397129499996, - 37.286284747000025 - ], - [ - -121.974162934, - 37.286276635000036 - ], - [ - -121.97416016799997, - 37.28616682000006 - ], - [ - -121.97412702899999, - 37.28603786300005 - ], - [ - -121.97411732199998, - 37.28585211600006 - ], - [ - -121.97411116899997, - 37.28575942100008 - ], - [ - -121.97411058799997, - 37.285747411000045 - ], - [ - -121.97410457199999, - 37.285625321000055 - ], - [ - -121.974102932, - 37.285594486000036 - ], - [ - -121.97409787799995, - 37.285499395000045 - ], - [ - -121.97408980699998, - 37.28535016100005 - ], - [ - -121.97408867699994, - 37.285329140000044 - ], - [ - -121.974088124, - 37.28531857200005 - ], - [ - -121.9740873699999, - 37.285306449000075 - ], - [ - -121.97408002399999, - 37.28518664200004 - ], - [ - -121.97407830499998, - 37.285159082000064 - ], - [ - -121.97407698999996, - 37.285137398000074 - ], - [ - -121.97407598899997, - 37.28511717600003 - ], - [ - -121.97407052999995, - 37.28501021100004 - ], - [ - -121.97406978099997, - 37.28498822300003 - ], - [ - -121.97406860299998, - 37.28497214600003 - ], - [ - -121.97406792799995, - 37.28495816900005 - ], - [ - -121.97406202499997, - 37.28484184600006 - ], - [ - -121.974061899, - 37.28481804200004 - ], - [ - -121.97406024399999, - 37.284806778000075 - ], - [ - -121.97405945099996, - 37.28479126900004 - ], - [ - -121.97405389399995, - 37.28467350000005 - ], - [ - -121.97405255799998, - 37.28464794900003 - ], - [ - -121.97405216299995, - 37.284640927000055 - ], - [ - -121.97405054099994, - 37.284612449000065 - ], - [ - -121.97404284499999, - 37.28447781400007 - ], - [ - -121.97420961499995, - 37.28447122800003 - ], - [ - -121.97450616599997, - 37.28445792600007 - ], - [ - -121.97471223399998, - 37.28444954100007 - ], - [ - -121.97514319199996, - 37.28443150100003 - ], - [ - -121.97518461199996, - 37.28442978900006 - ], - [ - -121.97537106799996, - 37.28442206200003 - ], - [ - -121.97556598299997, - 37.28441328700006 - ], - [ - -121.975627149, - 37.28441057200007 - ], - [ - -121.97589336199997, - 37.28440009800005 - ], - [ - -121.97611113999994, - 37.28439430900005 - ], - [ - -121.97648625699998, - 37.28437738000008 - ], - [ - -121.97664078099996, - 37.28438902800008 - ], - [ - -121.97664496299996, - 37.28360565200006 - ], - [ - -121.977923138, - 37.28357970900004 - ], - [ - -121.97890029699994, - 37.28355986500003 - ], - [ - -121.97949539999996, - 37.28354777000004 - ], - [ - -121.979659906, - 37.28354127400007 - ], - [ - -121.98011246099998, - 37.28352340200007 - ], - [ - -121.98088497799995, - 37.283507135000036 - ], - [ - -121.98090973099994, - 37.283507765000024 - ], - [ - -121.98092911999998, - 37.283509826000056 - ], - [ - -121.98096225899997, - 37.28351373100003 - ], - [ - -121.98103229799995, - 37.28351651000003 - ], - [ - -121.98103531999999, - 37.283516458000065 - ], - [ - -121.98104016899998, - 37.28351636600007 - ], - [ - -121.98241181299994, - 37.283482942000035 - ], - [ - -121.98247704099998, - 37.28348285000004 - ], - [ - -121.98255484299995, - 37.28347984900006 - ], - [ - -121.982714494, - 37.283478423000076 - ], - [ - -121.98297198699998, - 37.28347337900004 - ], - [ - -121.98297505, - 37.28355414200007 - ], - [ - -121.98297899299996, - 37.283683558000064 - ], - [ - -121.98298223499995, - 37.28373875200003 - ], - [ - -121.98298631699998, - 37.283808812000075 - ], - [ - -121.98298751699997, - 37.28385192200005 - ], - [ - -121.98299037499999, - 37.28389782700003 - ], - [ - -121.98299163699994, - 37.28391815900005 - ], - [ - -121.98299567599997, - 37.28398311600006 - ], - [ - -121.98299750199999, - 37.28401312600005 - ], - [ - -121.98299935399996, - 37.284024113000044 - ], - [ - -121.98300094899997, - 37.28406268400005 - ], - [ - -121.98300200699998, - 37.284088514000075 - ], - [ - -121.98300760799998, - 37.28422356400006 - ], - [ - -121.98300959499994, - 37.28425453300008 - ], - [ - -121.98301537299994, - 37.28434789700003 - ], - [ - -121.98301840599999, - 37.28440549600003 - ], - [ - -121.98301867699996, - 37.284410483000045 - ], - [ - -121.98301922, - 37.28441910500004 - ], - [ - -121.98302990399998, - 37.284583688000055 - ], - [ - -121.98303422499998, - 37.284649855000055 - ], - [ - -121.98303458099997, - 37.284657770000024 - ], - [ - -121.98303865999998, - 37.284749256000055 - ], - [ - -121.98304870599998, - 37.28497414000003 - ], - [ - -121.983059213, - 37.28514998600008 - ], - [ - -121.98306688099996, - 37.28529395900006 - ], - [ - -121.983068517, - 37.285331685000074 - ], - [ - -121.98306912099997, - 37.28546759900007 - ], - [ - -121.98306945699994, - 37.28547295200008 - ], - [ - -121.98306993199998, - 37.285480979000056 - ], - [ - -121.98309256599998, - 37.28587827200005 - ], - [ - -121.98309339999997, - 37.285892843000056 - ], - [ - -121.98310633899996, - 37.286098897000045 - ], - [ - -121.98312179899995, - 37.28610154300003 - ], - [ - -121.98313725699995, - 37.28610419600005 - ], - [ - -121.983138441, - 37.286104402000035 - ], - [ - -121.98321440499996, - 37.28611799200007 - ], - [ - -121.983365806, - 37.28614752400006 - ], - [ - -121.983369644, - 37.28614827400003 - ], - [ - -121.98338089899994, - 37.286150633000034 - ], - [ - -121.98338394399997, - 37.28615127300003 - ], - [ - -121.98339597299997, - 37.28615379800004 - ], - [ - -121.98339800399998, - 37.28615422400003 - ], - [ - -121.98341104499997, - 37.28615696300005 - ], - [ - -121.98342611899994, - 37.28616013000004 - ], - [ - -121.98359884299998, - 37.286199242000066 - ], - [ - -121.98360607499995, - 37.28620097900006 - ], - [ - -121.98361141999999, - 37.28620226700008 - ], - [ - -121.983620998, - 37.28620458100005 - ], - [ - -121.98362366899994, - 37.28620522800003 - ], - [ - -121.98363591699996, - 37.286208197000065 - ], - [ - -121.98382544699996, - 37.28625718300003 - ], - [ - -121.98404394399995, - 37.286320431000036 - ], - [ - -121.98388214399995, - 37.28647074100007 - ], - [ - -121.98377148199995, - 37.286573547000046 - ], - [ - -121.98373480599997, - 37.28660505100004 - ], - [ - -121.98352447599996, - 37.286785708000025 - ], - [ - -121.98337480799995, - 37.286908029000074 - ], - [ - -121.98323430499994, - 37.28703018900006 - ], - [ - -121.98309475999997, - 37.28715153400003 - ], - [ - -121.98301756599994, - 37.28721866400008 - ], - [ - -121.98295524199995, - 37.28727287900006 - ], - [ - -121.98283661999994, - 37.28737601300003 - ], - [ - -121.98281566599996, - 37.287394224000025 - ], - [ - -121.98269242699996, - 37.287501399000064 - ], - [ - -121.98268778, - 37.287505442000054 - ], - [ - -121.98255287899997, - 37.28762274500008 - ], - [ - -121.98254820399995, - 37.28762678800007 - ], - [ - -121.98241333199996, - 37.28774409000005 - ], - [ - -121.98240865699995, - 37.28774813200005 - ], - [ - -121.98227378299998, - 37.287865434000025 - ], - [ - -121.98226916399994, - 37.287869475000036 - ], - [ - -121.98213888099997, - 37.287982714000066 - ], - [ - -121.98212958799996, - 37.28799082000006 - ], - [ - -121.98199468399997, - 37.288108099000056 - ], - [ - -121.98199000899996, - 37.288112141000056 - ], - [ - -121.98185513399994, - 37.28822944400008 - ], - [ - -121.98185048799996, - 37.288233486000024 - ], - [ - -121.98171558499996, - 37.28835078700007 - ], - [ - -121.981710938, - 37.28835482900007 - ], - [ - -121.98157603399994, - 37.28847213100005 - ], - [ - -121.98157138699997, - 37.28847617200006 - ], - [ - -121.98143648299998, - 37.28859345200004 - ], - [ - -121.98142715999995, - 37.28860155800004 - ], - [ - -121.98129692999998, - 37.28871479400004 - ], - [ - -121.981287609, - 37.288722879000034 - ], - [ - -121.98115273199994, - 37.28884018000008 - ], - [ - -121.98114808499997, - 37.28884422100003 - ], - [ - -121.980978285, - 37.28899185900008 - ], - [ - -121.98086199399995, - 37.28909296900008 - ], - [ - -121.98069151799996, - 37.28924123300004 - ], - [ - -121.98068827999998, - 37.28924404400004 - ], - [ - -121.98055199299995, - 37.28936259900007 - ], - [ - -121.98054872499995, - 37.28936543300006 - ], - [ - -121.98041246799994, - 37.289483963000066 - ], - [ - -121.98040920099999, - 37.28948677400007 - ], - [ - -121.98027291299996, - 37.28960532900004 - ], - [ - -121.98026967499999, - 37.28960813800006 - ], - [ - -121.98013335899998, - 37.28972667000005 - ], - [ - -121.98012547299999, - 37.289733546000036 - ], - [ - -121.979993832, - 37.289848035000034 - ], - [ - -121.97998594499995, - 37.28985488700005 - ], - [ - -121.97984641899995, - 37.28997625100004 - ], - [ - -121.97983492699996, - 37.289986216000045 - ], - [ - -121.98009061899995, - 37.29016981400008 - ], - [ - -121.98021644699998, - 37.29027106900003 - ], - [ - -121.98023704999997, - 37.290285779000044 - ], - [ - -121.98048555699995, - 37.29046656100007 - ], - [ - -121.98055442099997, - 37.29051669000006 - ], - [ - -121.98058877999995, - 37.29054171000007 - ], - [ - -121.98070688499996, - 37.29062765600003 - ], - [ - -121.98087684899997, - 37.290751312000054 - ], - [ - -121.98101434399996, - 37.29085136600003 - ], - [ - -121.98102957699996, - 37.29086245900004 - ], - [ - -121.98117436999996, - 37.29096782200003 - ], - [ - -121.98118204399998, - 37.29097342500006 - ], - [ - -121.98133250399997, - 37.291082860000074 - ], - [ - -121.98148706299997, - 37.29119533200003 - ], - [ - -121.98164110199997, - 37.291307423000035 - ], - [ - -121.98164999699998, - 37.29131390400005 - ], - [ - -121.98142104199997, - 37.291514181000025 - ], - [ - -121.98127952599998, - 37.29163797600006 - ], - [ - -121.98122920199995, - 37.29168198800005 - ], - [ - -121.98109013599998, - 37.29180364600006 - ], - [ - -121.981058341, - 37.291831470000034 - ], - [ - -121.98095101499996, - 37.29192532700006 - ], - [ - -121.98085165899994, - 37.29201223900003 - ], - [ - -121.98081192099994, - 37.292047007000065 - ], - [ - -121.98065432399994, - 37.29218489800007 - ], - [ - -121.98053224599994, - 37.29228180200005 - ], - [ - -121.98028394699998, - 37.29250679200004 - ], - [ - -121.98026353499995, - 37.29249169000008 - ], - [ - -121.98017095499995, - 37.29242313700007 - ], - [ - -121.98012039199995, - 37.29238573200007 - ], - [ - -121.97995640099998, - 37.29226435800007 - ], - [ - -121.97990037199997, - 37.29222292500003 - ], - [ - -121.979792412, - 37.292143029000044 - ], - [ - -121.97968238699997, - 37.29206158000005 - ], - [ - -121.97962845, - 37.29202167700004 - ], - [ - -121.979486152, - 37.291916349000076 - ], - [ - -121.97946448999994, - 37.29190032500003 - ], - [ - -121.97932001199996, - 37.29179339800004 - ], - [ - -121.97930050199994, - 37.29177897300008 - ], - [ - -121.97916730499998, - 37.29168039500007 - ], - [ - -121.979131484, - 37.29165388300004 - ], - [ - -121.97901791399994, - 37.29156982200004 - ], - [ - -121.97896752499997, - 37.29153253000004 - ], - [ - -121.97886564399994, - 37.291457112000046 - ], - [ - -121.97880356699994, - 37.29141115300007 - ], - [ - -121.97871424699997, - 37.29134507600003 - ], - [ - -121.97863958099998, - 37.29128982300006 - ], - [ - -121.97856253099997, - 37.29123279200007 - ], - [ - -121.97847562399994, - 37.29116846800008 - ], - [ - -121.97841093199997, - 37.29112059800008 - ], - [ - -121.97832425799999, - 37.291056455000046 - ], - [ - -121.978260321, - 37.29100912500007 - ], - [ - -121.97817289199998, - 37.29094441800004 - ], - [ - -121.97810296499995, - 37.290892677000045 - ], - [ - -121.97802152599996, - 37.29083240400007 - ], - [ - -121.97791961699994, - 37.290756963000035 - ], - [ - -121.97787018999998, - 37.29072038900006 - ], - [ - -121.97773516499996, - 37.29062046000007 - ], - [ - -121.97771882399996, - 37.29060837500003 - ], - [ - -121.977575049, - 37.29050194100006 - ], - [ - -121.97739543199998, - 37.29037661700005 - ], - [ - -121.97735339599996, - 37.290345880000075 - ], - [ - -121.977167292, - 37.29020978800003 - ], - [ - -121.977123195, - 37.29017754200004 - ], - [ - -121.97677280699997, - 37.289926415000025 - ], - [ - -121.97674871599997, - 37.289909185000056 - ], - [ - -121.97661166799998, - 37.28982704300006 - ], - [ - -121.97660745299999, - 37.29061648600003 - ], - [ - -121.97660693999995, - 37.290711876000046 - ], - [ - -121.97555649199995, - 37.290729028000044 - ], - [ - -121.97463377999998, - 37.29074408300005 - ], - [ - -121.97399667199994, - 37.29075448300006 - ], - [ - -121.97371272899994, - 37.29075910900008 - ], - [ - -121.97309581199994, - 37.290769182000076 - ], - [ - -121.97271761299999, - 37.290775334000045 - ], - [ - -121.97219724299998, - 37.29078382200004 - ], - [ - -121.97071606799994, - 37.29080796900007 - ], - [ - -121.97071754499996, - 37.290890356000034 - ], - [ - -121.97072416699996, - 37.291257545000065 - ], - [ - -121.97072960999998, - 37.29156193800003 - ], - [ - -121.97073280599994, - 37.291644303000055 - ], - [ - -121.97069465899995, - 37.29164496400006 - ], - [ - -121.97071359799997, - 37.29241992400006 - ], - [ - -121.97073254499998, - 37.29319380700008 - ], - [ - -121.97077393299998, - 37.29319317300008 - ], - [ - -121.97077707199998, - 37.29327551500006 - ], - [ - -121.97078094999995, - 37.29357310800003 - ], - [ - -121.97078987599997, - 37.29391911700003 - ], - [ - -121.97081793399997, - 37.29424279700004 - ], - [ - -121.97082535499999, - 37.29461572100007 - ], - [ - -121.97082540899999, - 37.294618445000026 - ], - [ - -121.97083394499998, - 37.29490952300006 - ], - [ - -121.970837846, - 37.29507428200003 - ], - [ - -121.97084477199996, - 37.29537396400008 - ], - [ - -121.97078161999997, - 37.29537523800008 - ], - [ - -121.97060276299999, - 37.29537885800005 - ], - [ - -121.97057197599997, - 37.295379473000025 - ], - [ - -121.97036195699997, - 37.295383712000046 - ], - [ - -121.97012848199995, - 37.29538840400005 - ], - [ - -121.96988793399998, - 37.29539327800006 - ], - [ - -121.969686363, - 37.29539736300006 - ], - [ - -121.96964735699999, - 37.295398128000045 - ], - [ - -121.96940675099995, - 37.29540297800003 - ], - [ - -121.96932100299995, - 37.295404716000064 - ], - [ - -121.96916620299999, - 37.29540784900007 - ], - [ - -121.96909345699999, - 37.29540931100007 - ], - [ - -121.96892565399997, - 37.295412697000074 - ], - [ - -121.96887335599996, - 37.29541374200005 - ], - [ - -121.96863243599995, - 37.29541861700005 - ], - [ - -121.96843992899994, - 37.29541727700007 - ], - [ - -121.96814483999998, - 37.29542273800007 - ], - [ - -121.96785610299997, - 37.295426312000075 - ], - [ - -121.96757426599999, - 37.29543112400006 - ], - [ - -121.96660491199998, - 37.29543612400005 - ], - [ - -121.96623310999996, - 37.295438055000034 - ], - [ - -121.96622961599996, - 37.29565869000004 - ], - [ - -121.96602331899999, - 37.29565980900003 - ], - [ - -121.96591700199997, - 37.29566038300004 - ], - [ - -121.96583793299999, - 37.29566082400004 - ], - [ - -121.96576023899996, - 37.29566123200004 - ], - [ - -121.96575886299996, - 37.29566124200005 - ], - [ - -121.96567979399998, - 37.29566168000008 - ], - [ - -121.96560072399996, - 37.29566209800004 - ], - [ - -121.965537639, - 37.295662452000045 - ], - [ - -121.96552165299994, - 37.295662537000055 - ], - [ - -121.96540857599996, - 37.29566312800006 - ], - [ - -121.96533136899995, - 37.295663568000066 - ], - [ - -121.96512509899998, - 37.29566466000006 - ], - [ - -121.96491728299998, - 37.29566579400006 - ], - [ - -121.96471066999999, - 37.29566691400004 - ], - [ - -121.96450368399996, - 37.29566803700004 - ], - [ - -121.96429698499998, - 37.29566913300005 - ], - [ - -121.96409085799996, - 37.29567026800004 - ], - [ - -121.96388395899999, - 37.29567138900006 - ], - [ - -121.96367691499995, - 37.29567248800004 - ], - [ - -121.96346944299995, - 37.295673616000045 - ], - [ - -121.96327116499998, - 37.29567469600005 - ], - [ - -121.96303352599995, - 37.29567597100004 - ], - [ - -121.96306582499994, - 37.29548310800004 - ], - [ - -121.96285349199997, - 37.295508193000046 - ], - [ - -121.96215819999998, - 37.29551525000005 - ], - [ - -121.96134459499996, - 37.295530529000075 - ], - [ - -121.96129441599999, - 37.295531476000065 - ], - [ - -121.961315577, - 37.29567525400006 - ], - [ - -121.96135106799994, - 37.29586117200006 - ], - [ - -121.961353294, - 37.29587143700007 - ], - [ - -121.96139182499996, - 37.29593859600004 - ], - [ - -121.96154303399999, - 37.29593492500004 - ], - [ - -121.96157419599996, - 37.295935764000035 - ], - [ - -121.96157533099995, - 37.29593580000005 - ], - [ - -121.96168745299997, - 37.295943557000044 - ], - [ - -121.96179819999998, - 37.29595854400003 - ], - [ - -121.96190771699997, - 37.29598082100006 - ], - [ - -121.96195598199995, - 37.29599310900005 - ], - [ - -121.961990991, - 37.29600313200007 - ], - [ - -121.96202008199998, - 37.29601131700008 - ], - [ - -121.96202237199998, - 37.296011960000044 - ], - [ - -121.96210809899998, - 37.29603075500006 - ], - [ - -121.96219549799997, - 37.29604235800008 - ], - [ - -121.96228407599995, - 37.29604673800003 - ], - [ - -121.96228673699994, - 37.29604675000007 - ], - [ - -121.96228914699998, - 37.296046757000056 - ], - [ - -121.96229084999999, - 37.296046758000045 - ], - [ - -121.96229290699995, - 37.29604676300005 - ], - [ - -121.962294112, - 37.29604676400004 - ], - [ - -121.96229907599997, - 37.29604676100007 - ], - [ - -121.96234681099997, - 37.29612886600006 - ], - [ - -121.96242680799998, - 37.296194866000064 - ], - [ - -121.96246631899999, - 37.29627394000005 - ], - [ - -121.96250961799996, - 37.29636067900003 - ], - [ - -121.96254012299994, - 37.29642171200004 - ], - [ - -121.96255294499997, - 37.29644739500003 - ], - [ - -121.96259627299997, - 37.29653413400007 - ], - [ - -121.96263957199994, - 37.29662085000007 - ], - [ - -121.96266336999997, - 37.296668485000055 - ], - [ - -121.96268290199998, - 37.29670758900005 - ], - [ - -121.96272623099998, - 37.296794351000074 - ], - [ - -121.96275673599996, - 37.296855407000066 - ], - [ - -121.96277337499998, - 37.296888710000076 - ], - [ - -121.96281312699995, - 37.29696830600005 - ], - [ - -121.96285025199995, - 37.29704260200003 - ], - [ - -121.96285645499995, - 37.297055045000036 - ], - [ - -121.96289850199997, - 37.29713923600008 - ], - [ - -121.96294177199997, - 37.297225953000066 - ], - [ - -121.96294359199999, - 37.297229593000054 - ], - [ - -121.96298513, - 37.29731269100006 - ], - [ - -121.96300418599998, - 37.297350840000036 - ], - [ - -121.96297733499995, - 37.29740778200005 - ], - [ - -121.96299242599997, - 37.29743806100004 - ], - [ - -121.963074711, - 37.29760333000007 - ], - [ - -121.96294977499997, - 37.29764222400007 - ], - [ - -121.96290919299997, - 37.29765486300005 - ], - [ - -121.96290455199994, - 37.297656363000044 - ], - [ - -121.96288664199994, - 37.297660638000025 - ], - [ - -121.96267292899995, - 37.297773637000034 - ], - [ - -121.96266643599995, - 37.297784499000045 - ], - [ - -121.96264872499995, - 37.29780855800004 - ], - [ - -121.96262668799994, - 37.297850424000046 - ], - [ - -121.96261438799996, - 37.29789060300004 - ], - [ - -121.96250668999994, - 37.29788952200005 - ], - [ - -121.96240449699997, - 37.29788848600003 - ], - [ - -121.96208644899997, - 37.29788524600008 - ], - [ - -121.96158676099998, - 37.29788287500003 - ], - [ - -121.96157876799998, - 37.297882929000025 - ], - [ - -121.96156633499999, - 37.297883015000025 - ], - [ - -121.96148677999997, - 37.297883642000045 - ], - [ - -121.96147594999996, - 37.29788373200006 - ], - [ - -121.96126936799999, - 37.297885301000065 - ], - [ - -121.95961559699998, - 37.29789793300006 - ], - [ - -121.95940921899995, - 37.29790109900006 - ], - [ - -121.95904084999995, - 37.29789898000007 - ], - [ - -121.95903113499998, - 37.29789891900003 - ], - [ - -121.95903252699998, - 37.297745561000056 - ], - [ - -121.95903378199995, - 37.29760534300004 - ], - [ - -121.95903399699995, - 37.29759041700004 - ], - [ - -121.959035439, - 37.29742494900006 - ], - [ - -121.95903982699997, - 37.29734301700006 - ], - [ - -121.95903159599999, - 37.29727364800004 - ], - [ - -121.95903138399996, - 37.29707041000006 - ], - [ - -121.95903138299997, - 37.29706152800003 - ], - [ - -121.95903119199994, - 37.29689022100007 - ], - [ - -121.95903097499996, - 37.296708866000074 - ], - [ - -121.95903080599999, - 37.296529890000045 - ], - [ - -121.95903061299998, - 37.29634972400004 - ], - [ - -121.95903040699994, - 37.29616738500005 - ], - [ - -121.95903020399999, - 37.29597053300006 - ], - [ - -121.95902062799996, - 37.29580577400003 - ], - [ - -121.95902186399996, - 37.29553588500005 - ], - [ - -121.95881931899999, - 37.29553687500004 - ], - [ - -121.95861141299997, - 37.295537884000055 - ], - [ - -121.95839726399998, - 37.29553892600006 - ], - [ - -121.95819569099996, - 37.29553990200003 - ], - [ - -121.95798778699998, - 37.29554091000006 - ], - [ - -121.95777993999997, - 37.29554191700004 - ], - [ - -121.95757203599999, - 37.29554292500006 - ], - [ - -121.95736046399998, - 37.295543956000074 - ], - [ - -121.95715625599996, - 37.29554494000007 - ], - [ - -121.95694840799996, - 37.29554594700005 - ], - [ - -121.95674050399998, - 37.29554695200005 - ], - [ - -121.95653265699997, - 37.29554795700005 - ], - [ - -121.95632478099998, - 37.295548964000034 - ], - [ - -121.95611679199999, - 37.295549970000025 - ], - [ - -121.95590902999999, - 37.29555097300005 - ], - [ - -121.95570533699998, - 37.295551971000066 - ], - [ - -121.955493279, - 37.295553005000045 - ], - [ - -121.95510339799995, - 37.29555487300007 - ], - [ - -121.95491600599996, - 37.295555781000076 - ], - [ - -121.95455694999998, - 37.29555751600003 - ], - [ - -121.95445379599994, - 37.29555708000004 - ], - [ - -121.95445422999995, - 37.29561471300008 - ], - [ - -121.95435110699998, - 37.29561585600004 - ], - [ - -121.95410348899998, - 37.29561680100005 - ], - [ - -121.95405951299995, - 37.29561698100008 - ], - [ - -121.95388008199996, - 37.29561765100004 - ], - [ - -121.95381885799998, - 37.29561788400008 - ], - [ - -121.95366157399997, - 37.29561848700007 - ], - [ - -121.95357820199996, - 37.295618811000054 - ], - [ - -121.95333757699996, - 37.29561973700004 - ], - [ - -121.95322839499994, - 37.29562015300007 - ], - [ - -121.95309004699999, - 37.295620702000065 - ], - [ - -121.95284850399997, - 37.29562161500007 - ], - [ - -121.95279524399996, - 37.29562181800003 - ], - [ - -121.95261286299996, - 37.295622524000066 - ], - [ - -121.95257862699998, - 37.29562265100003 - ], - [ - -121.95237149199994, - 37.29562343300006 - ], - [ - -121.95236203699994, - 37.29562346000006 - ], - [ - -121.95215163499995, - 37.29562428300005 - ], - [ - -121.95213080699995, - 37.295624358000055 - ], - [ - -121.95193381599995, - 37.29562512900003 - ], - [ - -121.95189072699998, - 37.29562529700007 - ], - [ - -121.95171410299997, - 37.29562595300007 - ], - [ - -121.95165004299997, - 37.29562619700005 - ], - [ - -121.951498717, - 37.295626768000034 - ], - [ - -121.95140248299998, - 37.295627136000064 - ], - [ - -121.95128212699996, - 37.29562759800007 - ], - [ - -121.95116400599994, - 37.295628054000076 - ], - [ - -121.95106639799997, - 37.295628416000056 - ], - [ - -121.95091303699996, - 37.295629011000074 - ], - [ - -121.950807952, - 37.29562942000007 - ], - [ - -121.95058004599997, - 37.29563029700006 - ], - [ - -121.95010475199996, - 37.29563210800006 - ], - [ - -121.94993277999998, - 37.295628789000034 - ], - [ - -121.94993358299996, - 37.29568941400004 - ], - [ - -121.94993287699998, - 37.295748984000056 - ], - [ - -121.94976244199995, - 37.29574674400004 - ], - [ - -121.94972708499995, - 37.295746724000026 - ], - [ - -121.94936704799994, - 37.295746602000065 - ], - [ - -121.94933160499994, - 37.29574658200005 - ], - [ - -121.94915585499996, - 37.29574651300004 - ], - [ - -121.94908216299996, - 37.29574648700003 - ], - [ - -121.94896675299998, - 37.29574642600005 - ], - [ - -121.94877768099997, - 37.295746361000056 - ], - [ - -121.94858857999998, - 37.29574627400007 - ], - [ - -121.94839947699995, - 37.29574620900007 - ], - [ - -121.94824315399995, - 37.295746128000076 - ], - [ - -121.94821040499994, - 37.29574612000005 - ], - [ - -121.94802130299996, - 37.29574605500005 - ], - [ - -121.94783225799995, - 37.29574596600003 - ], - [ - -121.94765069099998, - 37.295745898000064 - ], - [ - -121.94764312799998, - 37.29574590000004 - ], - [ - -121.94764228799994, - 37.295680306000065 - ], - [ - -121.94764029299995, - 37.29552996700005 - ], - [ - -121.94763792199996, - 37.29534383300006 - ], - [ - -121.94762245499999, - 37.29520647700008 - ], - [ - -121.94762458099996, - 37.29493751600006 - ], - [ - -121.94741676099994, - 37.294936833000065 - ], - [ - -121.94724346599997, - 37.294936251000024 - ], - [ - -121.94720722099999, - 37.29493612600004 - ], - [ - -121.94707131999996, - 37.294935699000064 - ], - [ - -121.94699905699997, - 37.29493547100003 - ], - [ - -121.94678937299994, - 37.29493476400006 - ], - [ - -121.94658845799995, - 37.29493411000004 - ], - [ - -121.94636138299995, - 37.29493334400007 - ], - [ - -121.94633900599996, - 37.29493327700004 - ], - [ - -121.94613445099998, - 37.294932620000054 - ], - [ - -121.94606396499995, - 37.29493239200008 - ], - [ - -121.94590737599998, - 37.29493187600008 - ], - [ - -121.94567717799998, - 37.29493112400007 - ], - [ - -121.94544929899996, - 37.29493034300003 - ], - [ - -121.94522385899995, - 37.29492962300003 - ], - [ - -121.94522459399997, - 37.29498704400004 - ], - [ - -121.94521493999997, - 37.29498704900004 - ], - [ - -121.94464115199997, - 37.29498758100004 - ], - [ - -121.94463968899998, - 37.29498757500005 - ], - [ - -121.94463771399995, - 37.29498757700003 - ], - [ - -121.94463299699999, - 37.295343987000024 - ], - [ - -121.94463245499998, - 37.29538418800007 - ], - [ - -121.94463690199996, - 37.295574258000045 - ], - [ - -121.944638205, - 37.29574250700006 - ], - [ - -121.94463952199999, - 37.295910022000044 - ], - [ - -121.94464082899998, - 37.29608282600003 - ], - [ - -121.94464215199997, - 37.29625514800006 - ], - [ - -121.94464350399994, - 37.296425914000054 - ], - [ - -121.94464483699994, - 37.296601648000035 - ], - [ - -121.94464617399996, - 37.296774680000055 - ], - [ - -121.94464751299995, - 37.296947689000035 - ], - [ - -121.94464885199994, - 37.297120790000065 - ], - [ - -121.944650159, - 37.29729377600006 - ], - [ - -121.94465094399999, - 37.297398146000035 - ], - [ - -121.94464402199998, - 37.29750814100004 - ], - [ - -121.94463884699996, - 37.29759058700006 - ], - [ - -121.944648385, - 37.29759808100005 - ], - [ - -121.94465737399997, - 37.29760795900006 - ], - [ - -121.94466391499998, - 37.297618724000074 - ], - [ - -121.94466801199997, - 37.297630222000066 - ], - [ - -121.94466950199995, - 37.297641748000046 - ], - [ - -121.94466847599995, - 37.29765406200005 - ], - [ - -121.94466811199999, - 37.29765556600006 - ], - [ - -121.94466774499995, - 37.29765707000007 - ], - [ - -121.94466737999994, - 37.29765856900008 - ], - [ - -121.94466350799996, - 37.297674458000074 - ], - [ - -121.94465985, - 37.29770332000004 - ], - [ - -121.94465370899997, - 37.297819951000065 - ], - [ - -121.94465420499995, - 37.29795472300003 - ], - [ - -121.94474978399995, - 37.29795507700004 - ], - [ - -121.94485295199996, - 37.29794723500004 - ], - [ - -121.94507385199995, - 37.29794666200007 - ], - [ - -121.94529747299998, - 37.29794612200004 - ], - [ - -121.94530646899995, - 37.29794610300007 - ], - [ - -121.945306545, - 37.297951527000066 - ], - [ - -121.94530662499994, - 37.29796006400005 - ], - [ - -121.94530862499994, - 37.298125810000045 - ], - [ - -121.945310759, - 37.29830432500006 - ], - [ - -121.94531159499996, - 37.298372778000044 - ], - [ - -121.94531292099998, - 37.298482841000066 - ], - [ - -121.94531485399995, - 37.29864508500003 - ], - [ - -121.94531505499998, - 37.29866135700007 - ], - [ - -121.94531683599996, - 37.29880984600004 - ], - [ - -121.94531724099994, - 37.29884261800004 - ], - [ - -121.94531884099996, - 37.29897575000007 - ], - [ - -121.94531942799995, - 37.29902388000005 - ], - [ - -121.94532084499997, - 37.299141700000064 - ], - [ - -121.94532163799994, - 37.29920788900006 - ], - [ - -121.94532284999997, - 37.29930618700007 - ], - [ - -121.94532382499995, - 37.29938915100007 - ], - [ - -121.94532478599996, - 37.299469987000066 - ], - [ - -121.94532595699997, - 37.299567667000076 - ], - [ - -121.94532676299997, - 37.29963598300003 - ], - [ - -121.94532809099996, - 37.299746182000035 - ], - [ - -121.945328782, - 37.299804177000055 - ], - [ - -121.94533027699998, - 37.29992744500004 - ], - [ - -121.94533246399999, - 37.30010870600006 - ], - [ - -121.94533459699994, - 37.300287224000044 - ], - [ - -121.94533686099999, - 37.300473977000024 - ], - [ - -121.94533901999995, - 37.30065523900004 - ], - [ - -121.945341182, - 37.30083375600003 - ], - [ - -121.94534336899994, - 37.30101504100003 - ], - [ - -121.945345525, - 37.301196280000056 - ], - [ - -121.94534885399997, - 37.30147366600005 - ], - [ - -121.94534954299996, - 37.30151373900003 - ], - [ - -121.94539381599998, - 37.301638353000044 - ], - [ - -121.94539394399999, - 37.30165535900005 - ], - [ - -121.94539528399997, - 37.301822395000045 - ], - [ - -121.945395368, - 37.30183425000007 - ], - [ - -121.94539654999994, - 37.301987187000066 - ], - [ - -121.94539682399994, - 37.30202062700005 - ], - [ - -121.94539784399996, - 37.30215197900003 - ], - [ - -121.94539823999997, - 37.30220356800004 - ], - [ - -121.9453991399999, - 37.30231677100005 - ], - [ - -121.94539972299998, - 37.302389944000026 - ], - [ - -121.94540043499995, - 37.30248154100008 - ], - [ - -121.94540111499998, - 37.30257011700007 - ], - [ - -121.94540167999997, - 37.30264084000004 - ], - [ - -121.945402565, - 37.30275180000007 - ], - [ - -121.945402974, - 37.30280563300005 - ], - [ - -121.94540398099997, - 37.30293467400003 - ], - [ - -121.94540427099997, - 37.30297042400008 - ], - [ - -121.94540543299996, - 37.30311947000007 - ], - [ - -121.94540556499999, - 37.30313519300006 - ], - [ - -121.94540689699994, - 37.30330486200006 - ], - [ - -121.94540820399999, - 37.30347027200003 - ], - [ - -121.94540871099997, - 37.303536509000025 - ], - [ - -121.94540949999998, - 37.30363506400005 - ], - [ - -121.94541079399994, - 37.30379985600007 - ], - [ - -121.94541126099995, - 37.303859455000065 - ], - [ - -121.94541209, - 37.30396464800003 - ], - [ - -121.94541305399997, - 37.30408556400005 - ], - [ - -121.945413385, - 37.30412941700007 - ], - [ - -121.94541470899998, - 37.304294209000034 - ], - [ - -121.94541479099996, - 37.304305836000026 - ], - [ - -121.94541597699998, - 37.304459002000044 - ], - [ - -121.94541727099994, - 37.304623793000076 - ], - [ - -121.94541738299995, - 37.304637 - ], - [ - -121.94541856599994, - 37.304788562000056 - ], - [ - -121.94541897799996, - 37.304842464000046 - ], - [ - -121.94541985999996, - 37.304953355000066 - ], - [ - -121.94542123099995, - 37.305126501000075 - ], - [ - -121.94538011499998, - 37.30535934200003 - ], - [ - -121.94538225499997, - 37.30552929700008 - ], - [ - -121.945384704, - 37.305727036000064 - ], - [ - -121.94538715199997, - 37.30592477600004 - ], - [ - -121.94538959899995, - 37.30612251600007 - ], - [ - -121.94539202599998, - 37.306314738000026 - ], - [ - -121.945394325, - 37.306498746000045 - ], - [ - -121.94539666699995, - 37.306690994000064 - ], - [ - -121.94539866099996, - 37.306850490000045 - ], - [ - -121.94540219699996, - 37.30699639300008 - ], - [ - -121.94528858099994, - 37.30699507000003 - ], - [ - -121.94501603299994, - 37.30699493100008 - ], - [ - -121.94499147399995, - 37.30699491400003 - ], - [ - -121.94499015699995, - 37.30691937000006 - ], - [ - -121.944738729, - 37.306919220000054 - ], - [ - -121.944670729, - 37.306919281000035 - ], - [ - -121.94429154099998, - 37.306918508000024 - ], - [ - -121.9439645, - 37.30691594700005 - ], - [ - -121.94396264899996, - 37.30668658900004 - ], - [ - -121.943962592, - 37.30668068500006 - ], - [ - -121.94396113599998, - 37.30649707800006 - ], - [ - -121.94396103399998, - 37.30648430700006 - ], - [ - -121.94395954699996, - 37.306302075000076 - ], - [ - -121.94395944699994, - 37.30628793000005 - ], - [ - -121.94395798799997, - 37.30610707200003 - ], - [ - -121.94395785899997, - 37.30609153100005 - ], - [ - -121.94395637899999, - 37.30590657400006 - ], - [ - -121.94395630099996, - 37.30589513000007 - ], - [ - -121.94395481799995, - 37.30571159400006 - ], - [ - -121.94395471399997, - 37.30569875400005 - ], - [ - -121.94395327799998, - 37.30552208300003 - ], - [ - -121.94395312599994, - 37.30550237800003 - ], - [ - -121.94395144899994, - 37.30529233500005 - ], - [ - -121.94394899599996, - 37.30520989400003 - ], - [ - -121.94342008499996, - 37.30521025400003 - ], - [ - -121.94318878499996, - 37.30521042500004 - ], - [ - -121.94317314099999, - 37.303315188000056 - ], - [ - -121.94228638599998, - 37.30331434400006 - ], - [ - -121.941550383, - 37.30331362900006 - ], - [ - -121.941260033, - 37.303321253000036 - ], - [ - -121.94088435499998, - 37.30332331100004 - ], - [ - -121.94092707399994, - 37.30513068400006 - ], - [ - -121.94092720199995, - 37.30513734400006 - ], - [ - -121.940909434, - 37.305205614000045 - ], - [ - -121.940908536, - 37.30523034700008 - ], - [ - -121.94090940499996, - 37.30529030800005 - ], - [ - -121.94025444699997, - 37.305293945000074 - ], - [ - -121.94005945999999, - 37.30529306900007 - ], - [ - -121.94004874899997, - 37.30529928800007 - ], - [ - -121.94003744799994, - 37.305304715000034 - ], - [ - -121.94002555799995, - 37.30530930100008 - ], - [ - -121.940013164, - 37.30531300200005 - ], - [ - -121.940000409, - 37.30531581400004 - ], - [ - -121.93998963699994, - 37.30531734200008 - ], - [ - -121.939987407, - 37.305317667000054 - ], - [ - -121.93997424399998, - 37.305318585000066 - ], - [ - -121.93996103299997, - 37.305318542000066 - ], - [ - -121.93994785999996, - 37.305317536000075 - ], - [ - -121.93993487199998, - 37.30531559000008 - ], - [ - -121.93992215099996, - 37.30531272500008 - ], - [ - -121.93990981199994, - 37.30530893900004 - ], - [ - -121.93990174499999, - 37.30530512400003 - ], - [ - -121.93989328599997, - 37.30530186300007 - ], - [ - -121.93988455099998, - 37.30529917800004 - ], - [ - -121.93987554199998, - 37.30529706800007 - ], - [ - -121.93986637299997, - 37.30529555600003 - ], - [ - -121.93985704299996, - 37.30529466300004 - ], - [ - -121.93984842199995, - 37.30513270900008 - ], - [ - -121.93984829399994, - 37.30512762800004 - ], - [ - -121.939841162, - 37.304858575000026 - ], - [ - -121.939833949, - 37.30458219800005 - ], - [ - -121.93983309499998, - 37.30455281900004 - ], - [ - -121.93985519399996, - 37.30444297200006 - ], - [ - -121.93985477099994, - 37.304229184000064 - ], - [ - -121.939854643, - 37.30416596400005 - ], - [ - -121.93985444799995, - 37.30406509000005 - ], - [ - -121.93985420699994, - 37.303955862000066 - ], - [ - -121.93985412499995, - 37.30390099600004 - ], - [ - -121.93985382099999, - 37.303749879000065 - ], - [ - -121.9398538, - 37.30373687800005 - ], - [ - -121.93985347599994, - 37.30357278300005 - ], - [ - -121.93985340599994, - 37.30354387500006 - ], - [ - -121.93985312199999, - 37.30340866800003 - ], - [ - -121.93985299199994, - 37.30333789300005 - ], - [ - -121.939852799, - 37.30324457300003 - ], - [ - -121.93985257799994, - 37.30313191100004 - ], - [ - -121.93985250399999, - 37.30308045500004 - ], - [ - -121.93985214899999, - 37.30291475800004 - ], - [ - -121.93985201299995, - 37.30284973000005 - ], - [ - -121.93985182499995, - 37.30275068800006 - ], - [ - -121.93985149999997, - 37.30258656900003 - ], - [ - -121.93985118899997, - 37.302427625000064 - ], - [ - -121.93948036199998, - 37.30242980200006 - ], - [ - -121.93930837999994, - 37.30240444700007 - ], - [ - -121.93895434299998, - 37.30240957500007 - ], - [ - -121.93889269699997, - 37.30241046900005 - ], - [ - -121.93859073899995, - 37.302414819000035 - ], - [ - -121.938418862, - 37.30241876100007 - ], - [ - -121.93813048299995, - 37.30242010500007 - ], - [ - -121.93813413, - 37.302104658000076 - ], - [ - -121.93813423899996, - 37.30209403600003 - ], - [ - -121.93815532399998, - 37.30195666600008 - ], - [ - -121.93815489499997, - 37.301940373000036 - ], - [ - -121.938153275, - 37.30188003300003 - ], - [ - -121.93814700099995, - 37.30164475400005 - ], - [ - -121.93813862299999, - 37.30133140200007 - ], - [ - -121.93813823699998, - 37.30131579500005 - ], - [ - -121.93813619399998, - 37.301178321000066 - ], - [ - -121.93813596399997, - 37.30116637400005 - ], - [ - -121.93813067599996, - 37.30088997400003 - ], - [ - -121.93813044799998, - 37.300878098000055 - ], - [ - -121.93812493499996, - 37.30058862800007 - ], - [ - -121.93812473799994, - 37.30057830800007 - ], - [ - -121.93811653399996, - 37.30044090900003 - ], - [ - -121.93811636699996, - 37.30042324000004 - ], - [ - -121.93811355599996, - 37.30012227000003 - ], - [ - -121.93811304099995, - 37.30006418200003 - ], - [ - -121.93811022199998, - 37.299759780000045 - ], - [ - -121.93814021799994, - 37.29975959600006 - ], - [ - -121.938294155, - 37.29975871200003 - ], - [ - -121.93838079199998, - 37.29975822000006 - ], - [ - -121.93853042999996, - 37.29975732200006 - ], - [ - -121.93861603499994, - 37.29975681900004 - ], - [ - -121.93880245799994, - 37.299755720000064 - ], - [ - -121.93885153599996, - 37.299755438000034 - ], - [ - -121.939087009, - 37.29975405600004 - ], - [ - -121.93909127699999, - 37.29975402600007 - ], - [ - -121.93931987399998, - 37.299752683000065 - ], - [ - -121.93932385699998, - 37.29975265500008 - ], - [ - -121.939474524, - 37.29975174400005 - ], - [ - -121.93955801099997, - 37.29975126700003 - ], - [ - -121.93972205999995, - 37.29975030300005 - ], - [ - -121.93979354099997, - 37.29974988300006 - ], - [ - -121.93998334499997, - 37.299748763000025 - ], - [ - -121.94002901399995, - 37.29974849900003 - ], - [ - -121.94028875199996, - 37.29974695400006 - ], - [ - -121.9402553, - 37.29937739400003 - ], - [ - -121.94022327399995, - 37.299217215000056 - ], - [ - -121.94020679399995, - 37.29909795400005 - ], - [ - -121.94020653799998, - 37.29909651500003 - ], - [ - -121.94018722399994, - 37.29897898300004 - ], - [ - -121.940186585, - 37.298975581000036 - ], - [ - -121.94016453799998, - 37.29886034900005 - ], - [ - -121.94013033599998, - 37.29870170700008 - ], - [ - -121.94012986999996, - 37.29869978900007 - ], - [ - -121.94009056199997, - 37.298543865000056 - ], - [ - -121.940090194, - 37.29854256500005 - ], - [ - -121.94004530799998, - 37.29838698300006 - ], - [ - -121.940041582, - 37.29837505800003 - ], - [ - -121.93999897599997, - 37.29824417100008 - ], - [ - -121.93995251899997, - 37.29811413200008 - ], - [ - -121.939902153, - 37.29798501000005 - ], - [ - -121.93984916399995, - 37.29785949200004 - ], - [ - -121.93979255499994, - 37.29773497900004 - ], - [ - -121.939732387, - 37.29761154000005 - ], - [ - -121.93966449599998, - 37.29748286300003 - ], - [ - -121.939630508, - 37.29741850200003 - ], - [ - -121.93959637799998, - 37.297354280000036 - ], - [ - -121.93952794499995, - 37.29722570100006 - ], - [ - -121.939453943, - 37.297087668000074 - ], - [ - -121.93941688399997, - 37.29701860700004 - ], - [ - -121.93937965599997, - 37.29694966200003 - ], - [ - -121.93930505599997, - 37.29681172800008 - ], - [ - -121.93929768899994, - 37.296798153000054 - ], - [ - -121.93929032199998, - 37.29678457800003 - ], - [ - -121.93928292699997, - 37.296770982000055 - ], - [ - -121.93923118599997, - 37.29667598200007 - ], - [ - -121.93917927299998, - 37.29658103200006 - ], - [ - -121.93912719199994, - 37.29648612900007 - ], - [ - -121.93902698299996, - 37.29633807100004 - ], - [ - -121.93893145499999, - 37.29620392000004 - ], - [ - -121.93883559899996, - 37.29606759500007 - ], - [ - -121.93873806599998, - 37.29593495600005 - ], - [ - -121.938446382, - 37.29553823800006 - ], - [ - -121.93830604199997, - 37.295347365000055 - ], - [ - -121.93812060299996, - 37.295095220000064 - ], - [ - -121.937995033, - 37.294924423000055 - ], - [ - -121.93788435199997, - 37.294773907000035 - ], - [ - -121.93786356799995, - 37.29475383500005 - ], - [ - -121.93783615499996, - 37.29472734500007 - ], - [ - -121.93778346299996, - 37.294684020000034 - ], - [ - -121.93772659899997, - 37.294644203000075 - ], - [ - -121.93765933599997, - 37.294604536000065 - ], - [ - -121.93758795699995, - 37.29456974900006 - ], - [ - -121.93751300899999, - 37.294540134000044 - ], - [ - -121.93743509799998, - 37.294515888000035 - ], - [ - -121.93735483299997, - 37.29449723300007 - ], - [ - -121.93730444199997, - 37.29448860400004 - ], - [ - -121.937253549, - 37.29448215600007 - ], - [ - -121.93720226699998, - 37.29447788600004 - ], - [ - -121.936925568, - 37.294477046000054 - ], - [ - -121.93641689699996, - 37.29447545800008 - ], - [ - -121.935822181, - 37.29447359300008 - ], - [ - -121.93576490599997, - 37.29452421800005 - ], - [ - -121.93556859699999, - 37.294733550000046 - ], - [ - -121.93535768799995, - 37.29492264100003 - ], - [ - -121.93532388899996, - 37.29495295000004 - ], - [ - -121.93500208599994, - 37.29524141500008 - ], - [ - -121.934497535, - 37.29569374600004 - ], - [ - -121.93417572699997, - 37.29598223200003 - ], - [ - -121.934043622, - 37.29610065600008 - ], - [ - -121.93382949399995, - 37.296292623000056 - ], - [ - -121.93376983499996, - 37.29634609300007 - ], - [ - -121.93187322299997, - 37.29804623500007 - ], - [ - -121.93178382399998, - 37.298093978000054 - ], - [ - -121.93174727199994, - 37.29810032900008 - ], - [ - -121.93169072799998, - 37.298110155000074 - ], - [ - -121.93167446899997, - 37.29778783300003 - ], - [ - -121.93167543099997, - 37.29767647500006 - ], - [ - -121.93167656599996, - 37.297544972000026 - ], - [ - -121.93168125799997, - 37.297001643000044 - ], - [ - -121.93169085999995, - 37.29588968300004 - ], - [ - -121.93169116099995, - 37.29585476200003 - ], - [ - -121.93169327899994, - 37.29560941500006 - ], - [ - -121.93169453999997, - 37.295463202000064 - ], - [ - -121.93169481199999, - 37.29543186700005 - ], - [ - -121.93169661599995, - 37.29522309600003 - ], - [ - -121.931699273, - 37.294915366000055 - ], - [ - -121.93170129799995, - 37.294680656000025 - ], - [ - -121.93170373599997, - 37.29439831700006 - ], - [ - -121.931704449, - 37.29431579000004 - ], - [ - -121.92769885699994, - 37.294395561000044 - ], - [ - -121.92267001799996, - 37.29437885600004 - ], - [ - -121.92192653799998, - 37.29438248200006 - ], - [ - -121.92178931499996, - 37.29438316300008 - ], - [ - -121.921701902, - 37.29438330800008 - ], - [ - -121.92160242399996, - 37.29438314200007 - ], - [ - -121.92153680099995, - 37.294383234000065 - ], - [ - -121.92151492499994, - 37.29438326600007 - ], - [ - -121.92126852299998, - 37.294384458000025 - ], - [ - -121.92094064399998, - 37.29438604500007 - ], - [ - -121.92074696099996, - 37.29438745400006 - ], - [ - -121.92032310199994, - 37.29439053600004 - ], - [ - -121.91984211899995, - 37.29439403400005 - ], - [ - -121.91923130999999, - 37.294398460000025 - ], - [ - -121.91915894799996, - 37.29439898600003 - ], - [ - -121.91882546799997, - 37.294401409000045 - ], - [ - -121.91877800099996, - 37.294401755000024 - ], - [ - -121.91859374299997, - 37.294403088000024 - ], - [ - -121.91818449399995, - 37.29440605900004 - ], - [ - -121.91816922399994, - 37.29440616800008 - ], - [ - -121.91808803899994, - 37.29440674500006 - ], - [ - -121.91808359999999, - 37.29390544100005 - ], - [ - -121.91808140599994, - 37.293658391000065 - ], - [ - -121.91806995299999, - 37.292126695000036 - ], - [ - -121.91806835699998, - 37.29191342900003 - ], - [ - -121.91805324499995, - 37.28989270000005 - ], - [ - -121.91805934599995, - 37.28989266900004 - ], - [ - -121.91815545599997, - 37.28989219400006 - ], - [ - -121.91841324399996, - 37.28989090400006 - ], - [ - -121.91854415899996, - 37.28989025800007 - ], - [ - -121.91866352899996, - 37.28988965800005 - ], - [ - -121.91867309699995, - 37.28988960300006 - ], - [ - -121.91881265399996, - 37.28988846900006 - ], - [ - -121.91893087099999, - 37.289887520000036 - ], - [ - -121.919081055, - 37.289886317000025 - ], - [ - -121.91919271199998, - 37.28988539900007 - ], - [ - -121.91927413599996, - 37.28988528000008 - ], - [ - -121.91932168599999, - 37.28988521000008 - ], - [ - -121.91945152799997, - 37.289883865000036 - ], - [ - -121.91956230299996, - 37.28988327700006 - ], - [ - -121.91971034799997, - 37.28988253600005 - ], - [ - -121.91980293299997, - 37.28988207800006 - ], - [ - -121.91984360999999, - 37.28988185900005 - ], - [ - -121.91996818899997, - 37.28988094400006 - ], - [ - -121.92004355499995, - 37.28988041900004 - ], - [ - -121.92022487899999, - 37.289879090000056 - ], - [ - -121.92028660899996, - 37.28987864000004 - ], - [ - -121.92048268599996, - 37.289877225000055 - ], - [ - -121.92052722999995, - 37.28987691200007 - ], - [ - -121.92074050499997, - 37.289875951000056 - ], - [ - -121.92076784799997, - 37.28987513800007 - ], - [ - -121.92099729899996, - 37.28987359300004 - ], - [ - -121.921008471, - 37.28987352300004 - ], - [ - -121.92125089499996, - 37.28987172700005 - ], - [ - -121.92137189599998, - 37.289869156000066 - ], - [ - -121.92148955999994, - 37.28986665600007 - ], - [ - -121.921514877, - 37.28986611900007 - ], - [ - -121.92155605599999, - 37.28986784500006 - ], - [ - -121.92173252599997, - 37.28987524300004 - ], - [ - -121.92177276799998, - 37.28987470900006 - ], - [ - -121.92197096399997, - 37.289871799000025 - ], - [ - -121.92203056299996, - 37.289870800000074 - ], - [ - -121.922212458, - 37.289867883000056 - ], - [ - -121.92247023799996, - 37.289864591000025 - ], - [ - -121.92261238499998, - 37.28986398700005 - ], - [ - -121.92261234999995, - 37.28986032600005 - ], - [ - -121.92260836499997, - 37.28940877800005 - ], - [ - -121.92259802599995, - 37.288603452000075 - ], - [ - -121.92259540999999, - 37.28841471100003 - ], - [ - -121.92259540099997, - 37.28841281100006 - ], - [ - -121.92258374099998, - 37.287563506000026 - ], - [ - -121.92257240099997, - 37.28673715700006 - ], - [ - -121.92255867199998, - 37.28574154200004 - ], - [ - -121.92255435099997, - 37.28540753800007 - ], - [ - -121.92255116099994, - 37.285296102000075 - ], - [ - -121.92254539199996, - 37.28519712800005 - ], - [ - -121.92252903999997, - 37.284971564000045 - ], - [ - -121.92251587099997, - 37.284789817000046 - ], - [ - -121.92250775099996, - 37.284661749000065 - ], - [ - -121.92249839799996, - 37.284406997000076 - ], - [ - -121.92249825399995, - 37.28439991800008 - ], - [ - -121.92247294099997, - 37.28328759000004 - ], - [ - -121.92246964999998, - 37.28303156000004 - ], - [ - -121.922464559, - 37.282634734000055 - ], - [ - -121.92246813799994, - 37.28263157600003 - ], - [ - -121.92324078599995, - 37.28211226900004 - ], - [ - -121.92327455399999, - 37.28209158300007 - ], - [ - -121.92334006599998, - 37.282044419000044 - ], - [ - -121.92339828399997, - 37.281992467000066 - ], - [ - -121.92344921399996, - 37.28193590700005 - ], - [ - -121.923492351, - 37.28187532100003 - ], - [ - -121.92352719299998, - 37.28181140600003 - ], - [ - -121.9235533199999, - 37.281744909000054 - ], - [ - -121.92357046199999, - 37.28167656100004 - ], - [ - -121.923578411, - 37.28160722700005 - ], - [ - -121.92357867799996, - 37.28156351900003 - ], - [ - -121.92357195599999, - 37.28143079600005 - ], - [ - -121.92357145999995, - 37.28142365800005 - ], - [ - -121.92364110999995, - 37.28141969700005 - ], - [ - -121.92412109499998, - 37.28139236900006 - ], - [ - -121.92435038699995, - 37.281379325000046 - ], - [ - -121.92434947399994, - 37.281212538000034 - ], - [ - -121.92473442, - 37.28121119700006 - ], - [ - -121.92473464399995, - 37.28124855100003 - ], - [ - -121.92513749299997, - 37.28124717400004 - ], - [ - -121.92513833299995, - 37.28140245000003 - ], - [ - -121.92523438899997, - 37.28140132500005 - ], - [ - -121.92564648399997, - 37.28139651600003 - ], - [ - -121.92565994399996, - 37.28139635300005 - ], - [ - -121.92576711299995, - 37.28139509300007 - ], - [ - -121.92600003899997, - 37.28139239400008 - ], - [ - -121.92627783399996, - 37.28155533000006 - ], - [ - -121.92631665399995, - 37.28157809100003 - ], - [ - -121.92640246399998, - 37.28157745800007 - ], - [ - -121.92639977899995, - 37.28186308800008 - ], - [ - -121.92639936699999, - 37.28190740200006 - ], - [ - -121.92639908599995, - 37.28193790100005 - ], - [ - -121.92654074999996, - 37.28193688500005 - ], - [ - -121.92677446899995, - 37.281935160000046 - ], - [ - -121.92700392199998, - 37.281933485000025 - ], - [ - -121.92710290199994, - 37.28191589000005 - ], - [ - -121.92710055599997, - 37.282033116000036 - ], - [ - -121.92718067899995, - 37.28203616800005 - ], - [ - -121.92748139999998, - 37.28203428900008 - ], - [ - -121.92773792499997, - 37.28203271700005 - ], - [ - -121.92793332699995, - 37.28203150200005 - ], - [ - -121.92792851799999, - 37.28162470700005 - ], - [ - -121.92792797799996, - 37.281578919000026 - ], - [ - -121.92835985199997, - 37.281576261000055 - ], - [ - -121.92877230599998, - 37.28157370100007 - ], - [ - -121.92887596699995, - 37.281568683000046 - ], - [ - -121.92887418899994, - 37.281418753000025 - ], - [ - -121.92913293199996, - 37.28141786100008 - ], - [ - -121.92924561599995, - 37.281417470000065 - ], - [ - -121.92938164699996, - 37.281417 - ], - [ - -121.929622715, - 37.28141616400006 - ], - [ - -121.92966029699994, - 37.281416026000045 - ], - [ - -121.929855477, - 37.28141536000004 - ], - [ - -121.92999984299996, - 37.281414856000026 - ], - [ - -121.93032311999997, - 37.28141372400006 - ], - [ - -121.930363194, - 37.28141357700008 - ], - [ - -121.93048578999998, - 37.28141315600004 - ], - [ - -121.93082719699999, - 37.28141196100006 - ], - [ - -121.93082595299995, - 37.281566987000076 - ], - [ - -121.930825057, - 37.28167583900006 - ], - [ - -121.93082367899996, - 37.28184492200006 - ], - [ - -121.93082226899998, - 37.28201963500004 - ], - [ - -121.93090121199998, - 37.28201940300005 - ], - [ - -121.931464915, - 37.28201798500004 - ], - [ - -121.93165642499997, - 37.28201257600006 - ], - [ - -121.93166097399995, - 37.282405794000056 - ], - [ - -121.931876107, - 37.28240419400004 - ], - [ - -121.93368477499996, - 37.28239797400005 - ], - [ - -121.93418886099994, - 37.28239624300005 - ], - [ - -121.93418688, - 37.28202867600004 - ], - [ - -121.93416834799996, - 37.28202874300007 - ], - [ - -121.93416797199995, - 37.28194641300007 - ], - [ - -121.934167619, - 37.281866759000025 - ], - [ - -121.93416726599997, - 37.28178710700007 - ], - [ - -121.93416691299996, - 37.281707476000065 - ], - [ - -121.93416662399994, - 37.281649111000036 - ], - [ - -121.93415974899995, - 37.28164912700004 - ], - [ - -121.93415965599996, - 37.281627840000056 - ], - [ - -121.934159304, - 37.281548187000055 - ], - [ - -121.93415894999998, - 37.281468535000045 - ], - [ - -121.934158573, - 37.28138613500005 - ], - [ - -121.93434581899999, - 37.28138548900006 - ], - [ - -121.93447508899999, - 37.281385029000035 - ], - [ - -121.93447509499998, - 37.28111504000003 - ], - [ - -121.93447518099998, - 37.280768600000044 - ], - [ - -121.93447519899996, - 37.28069935700006 - ], - [ - -121.93447521499996, - 37.28059275700008 - ], - [ - -121.93447523099996, - 37.28052037900005 - ], - [ - -121.93447523499998, - 37.28045040400008 - ], - [ - -121.93447523999998, - 37.28039535400006 - ], - [ - -121.93447529699995, - 37.28015049900006 - ], - [ - -121.93412941799994, - 37.27999446000007 - ], - [ - -121.93391669099998, - 37.27989854600003 - ], - [ - -121.93397231699998, - 37.27982960700007 - ], - [ - -121.93400049099995, - 37.27979467500006 - ], - [ - -121.93403389999997, - 37.27975327000007 - ], - [ - -121.93406400799995, - 37.27971593500007 - ], - [ - -121.93410071699998, - 37.27967043800004 - ], - [ - -121.934146296, - 37.27961393600003 - ], - [ - -121.934329564, - 37.27975106900004 - ], - [ - -121.93434385499995, - 37.27975100800006 - ], - [ - -121.93446338499996, - 37.27975059700003 - ], - [ - -121.93453874599999, - 37.27975033800004 - ], - [ - -121.93459918499997, - 37.27975012300004 - ], - [ - -121.93465652799995, - 37.27974992400004 - ], - [ - -121.93471951699996, - 37.279749726000034 - ], - [ - -121.93474540999995, - 37.279749636000076 - ], - [ - -121.93474781299994, - 37.27987493100005 - ], - [ - -121.93478685399998, - 37.279874749000044 - ], - [ - -121.93485032899997, - 37.279874567000036 - ], - [ - -121.93490162799998, - 37.27987435000006 - ], - [ - -121.93497106099994, - 37.27987414100005 - ], - [ - -121.93502843399995, - 37.27987394100006 - ], - [ - -121.93510408199995, - 37.27987367800006 - ], - [ - -121.93518537099999, - 37.27987339200007 - ], - [ - -121.93519322099996, - 37.279873364000025 - ], - [ - -121.93524463499995, - 37.279873191000036 - ], - [ - -121.93527135899996, - 37.27987309300005 - ], - [ - -121.93530192099996, - 37.279872993000026 - ], - [ - -121.93536837499994, - 37.27987277300008 - ], - [ - -121.93546759699996, - 37.27987245000003 - ], - [ - -121.935567704, - 37.27987206900008 - ], - [ - -121.93562507699994, - 37.27987187100007 - ], - [ - -121.935697001, - 37.27987163000006 - ], - [ - -121.93573397899996, - 37.27987147300007 - ], - [ - -121.93583707899995, - 37.27987022100007 - ], - [ - -121.93583697099996, - 37.279862268000045 - ], - [ - -121.93583684799995, - 37.27985429900008 - ], - [ - -121.93583677699996, - 37.27985290200007 - ], - [ - -121.93582990299996, - 37.27973097100005 - ], - [ - -121.93581383299994, - 37.279608246000066 - ], - [ - -121.93581354199995, - 37.279606829000045 - ], - [ - -121.93578902899998, - 37.27948812100004 - ], - [ - -121.93578868299994, - 37.27948645500004 - ], - [ - -121.93575455999996, - 37.279366098000025 - ], - [ - -121.93575364299994, - 37.27936330800003 - ], - [ - -121.93575202599999, - 37.279358530000025 - ], - [ - -121.93573967099996, - 37.27932197500007 - ], - [ - -121.93562941799996, - 37.27902069800007 - ], - [ - -121.93552555899998, - 37.27879732800005 - ], - [ - -121.935460536, - 37.27865028900004 - ], - [ - -121.93545990499996, - 37.27864869300004 - ], - [ - -121.93539092299994, - 37.278473258000076 - ], - [ - -121.93538995199998, - 37.278470783000046 - ], - [ - -121.93532808099997, - 37.278289235000045 - ], - [ - -121.93532773899994, - 37.27828815100003 - ], - [ - -121.93532617799997, - 37.27828315000005 - ], - [ - -121.93532456999998, - 37.278277986000035 - ], - [ - -121.93532353299997, - 37.27827465300004 - ], - [ - -121.93532221199996, - 37.27827040200003 - ], - [ - -121.93532140999997, - 37.27826782000005 - ], - [ - -121.93532089399997, - 37.278266150000036 - ], - [ - -121.93531826599997, - 37.27825765100005 - ], - [ - -121.93530466699997, - 37.27821322800003 - ], - [ - -121.934996975, - 37.27738364900006 - ], - [ - -121.93496869899997, - 37.27730741400006 - ], - [ - -121.93485543699995, - 37.277002037000045 - ], - [ - -121.93484998399998, - 37.276988851000056 - ], - [ - -121.934838432, - 37.27696154800003 - ], - [ - -121.93480507399994, - 37.276878614000054 - ], - [ - -121.93479062399996, - 37.27684663000008 - ], - [ - -121.93468507899996, - 37.276876902000026 - ], - [ - -121.93425802899998, - 37.27699669900005 - ], - [ - -121.93415832499994, - 37.27677160600007 - ], - [ - -121.93405476099997, - 37.27653774800007 - ], - [ - -121.93395450699995, - 37.27630916000004 - ], - [ - -121.93384835399996, - 37.27607183200007 - ], - [ - -121.93374242899995, - 37.27583276200005 - ], - [ - -121.93393637199995, - 37.27577725900005 - ], - [ - -121.93418090899996, - 37.275707289000025 - ], - [ - -121.93427195399994, - 37.27568124600003 - ], - [ - -121.93425964699998, - 37.27564891500003 - ], - [ - -121.93424400099997, - 37.275610011000026 - ], - [ - -121.93417750799995, - 37.275444804000074 - ], - [ - -121.93410601699998, - 37.275279201000046 - ], - [ - -121.93408491599996, - 37.27523489200007 - ], - [ - -121.93406429799995, - 37.27519039600003 - ], - [ - -121.93404425099999, - 37.27514575300006 - ], - [ - -121.93384456799998, - 37.274671788000035 - ], - [ - -121.93421762799994, - 37.27422265100006 - ], - [ - -121.93422109999995, - 37.27421851100007 - ], - [ - -121.93422306099995, - 37.27421617500005 - ], - [ - -121.93423453799994, - 37.27420346100007 - ], - [ - -121.93424565499998, - 37.27419060400007 - ], - [ - -121.93425649099999, - 37.274177534000046 - ], - [ - -121.93429164999998, - 37.27413492300008 - ], - [ - -121.93430287299998, - 37.27412125600006 - ], - [ - -121.934314885, - 37.27410682200008 - ], - [ - -121.93446016899998, - 37.27419830100007 - ], - [ - -121.93478346199998, - 37.274383251000074 - ], - [ - -121.93529182699996, - 37.27465653100006 - ], - [ - -121.93539137899995, - 37.27465732500008 - ], - [ - -121.93538876199995, - 37.274306109000065 - ], - [ - -121.93577083099996, - 37.27430000700008 - ], - [ - -121.935770908, - 37.274183176000065 - ], - [ - -121.935907709, - 37.274183237000045 - ], - [ - -121.93605639699996, - 37.27418331400003 - ], - [ - -121.93620173499994, - 37.27418338500007 - ], - [ - -121.93620167199998, - 37.27425912800004 - ], - [ - -121.936201655, - 37.27435970700003 - ], - [ - -121.93620157999999, - 37.27446161600005 - ], - [ - -121.93620152299997, - 37.27459591200005 - ], - [ - -121.93627741399996, - 37.274580263000075 - ], - [ - -121.93650828099999, - 37.27453261200003 - ], - [ - -121.936550905, - 37.27452382600006 - ], - [ - -121.93664819499998, - 37.27452320300006 - ], - [ - -121.93675994699998, - 37.274522475000026 - ], - [ - -121.93692073099999, - 37.27452144000006 - ], - [ - -121.93699462099994, - 37.27452096800005 - ], - [ - -121.937123499, - 37.274520050000035 - ], - [ - -121.93726097799998, - 37.27451959900003 - ], - [ - -121.93741355099996, - 37.274519145000056 - ], - [ - -121.93754656299996, - 37.27451868000003 - ], - [ - -121.93763921899995, - 37.274518389000036 - ], - [ - -121.937685763, - 37.27451822900008 - ], - [ - -121.93780642899998, - 37.27451784800007 - ], - [ - -121.93795075299994, - 37.27451737900003 - ], - [ - -121.93795055299995, - 37.274471144000074 - ], - [ - -121.93794968699996, - 37.274271257000066 - ], - [ - -121.93794957899996, - 37.27425960700003 - ], - [ - -121.93794908499996, - 37.274134176000075 - ], - [ - -121.93794794799999, - 37.274064604000046 - ], - [ - -121.93794767599996, - 37.27405046000007 - ], - [ - -121.93794596099997, - 37.27394638000004 - ], - [ - -121.93794566799994, - 37.27392965000007 - ], - [ - -121.93794452299994, - 37.273844765000035 - ], - [ - -121.93794191699999, - 37.273651124000025 - ], - [ - -121.93794066099997, - 37.273559076000026 - ], - [ - -121.93790741099997, - 37.27355923300007 - ], - [ - -121.93790687299997, - 37.27351941000006 - ], - [ - -121.93790288499997, - 37.27323299100004 - ], - [ - -121.93833971099997, - 37.273229686000036 - ], - [ - -121.93834033099995, - 37.27346446000007 - ], - [ - -121.93834203499995, - 37.27351285300006 - ], - [ - -121.93834345999994, - 37.27355266300003 - ], - [ - -121.93845811899996, - 37.27355276600008 - ], - [ - -121.93878223499996, - 37.273553796000044 - ], - [ - -121.93877270899998, - 37.273255222000046 - ], - [ - -121.93876741999998, - 37.27309052500004 - ], - [ - -121.93894246099995, - 37.27309066200007 - ], - [ - -121.93920090799998, - 37.27309085100006 - ], - [ - -121.93919747999996, - 37.27300201200006 - ], - [ - -121.93963014599996, - 37.27300740600003 - ], - [ - -121.93986375699996, - 37.27301032400004 - ], - [ - -121.93988667599996, - 37.27301063700003 - ], - [ - -121.94006507799998, - 37.27301286100004 - ], - [ - -121.94006582399999, - 37.273051606000024 - ], - [ - -121.94006933799994, - 37.27323559700005 - ], - [ - -121.94030858999997, - 37.27323393800003 - ], - [ - -121.94039791499995, - 37.27323331900004 - ], - [ - -121.94055631599997, - 37.27323221700004 - ], - [ - -121.94072560199999, - 37.27323105000005 - ], - [ - -121.94072378299995, - 37.27313662800003 - ], - [ - -121.94072205699996, - 37.27304705800003 - ], - [ - -121.94072002399997, - 37.272941514000024 - ], - [ - -121.94071938599996, - 37.27290837800007 - ], - [ - -121.94071668599997, - 37.272768324000026 - ], - [ - -121.94071387999998, - 37.27262259500003 - ], - [ - -121.941017295, - 37.27262128700005 - ], - [ - -121.94102717299995, - 37.27262112100004 - ], - [ - -121.941032453, - 37.27262153500004 - ], - [ - -121.94103768099995, - 37.27262231900005 - ], - [ - -121.94104280099998, - 37.272623467000074 - ], - [ - -121.94104781399994, - 37.272624963000055 - ], - [ - -121.94105257399997, - 37.27262678100004 - ], - [ - -121.94105716999997, - 37.272628946000054 - ], - [ - -121.94106151499994, - 37.27263140900004 - ], - [ - -121.94106554799998, - 37.27263415200008 - ], - [ - -121.941069272, - 37.27263717500006 - ], - [ - -121.94107271499996, - 37.272640428000045 - ], - [ - -121.94107573199994, - 37.27264391700004 - ], - [ - -121.94107838099995, - 37.272647592000055 - ], - [ - -121.94108063199997, - 37.27265145600006 - ], - [ - -121.94108245499996, - 37.27265543800007 - ], - [ - -121.94108385399994, - 37.27265956400004 - ], - [ - -121.94108479399995, - 37.27266371800005 - ], - [ - -121.94108527599997, - 37.27266794800005 - ], - [ - -121.94108529999994, - 37.272672182000065 - ], - [ - -121.94128441199996, - 37.27266414600007 - ], - [ - -121.94128528699997, - 37.27265905300004 - ], - [ - -121.94128676599996, - 37.272654068000065 - ], - [ - -121.94128876199994, - 37.27264916900003 - ], - [ - -121.94129127899998, - 37.272644444000036 - ], - [ - -121.94129437099997, - 37.272639920000074 - ], - [ - -121.941297927, - 37.27263564300006 - ], - [ - -121.94130194399997, - 37.27263163200007 - ], - [ - -121.94130639999997, - 37.272627939000074 - ], - [ - -121.94131123099999, - 37.272624560000054 - ], - [ - -121.94131644499998, - 37.27262154300007 - ], - [ - -121.94132195099996, - 37.27261891200004 - ], - [ - -121.94132774999997, - 37.27261666600003 - ], - [ - -121.94133378799995, - 37.272614874000055 - ], - [ - -121.94133997699998, - 37.27261349400004 - ], - [ - -121.94134628899997, - 37.272612569000046 - ], - [ - -121.94135269499998, - 37.27261210100005 - ], - [ - -121.94134621899997, - 37.27252972900004 - ], - [ - -121.94134039799997, - 37.272455524000065 - ], - [ - -121.941334214, - 37.27245420300005 - ], - [ - -121.94132822199998, - 37.27245242300006 - ], - [ - -121.94132245099996, - 37.272450228000025 - ], - [ - -121.94131692999997, - 37.27244764100004 - ], - [ - -121.94131174699999, - 37.27244468400005 - ], - [ - -121.94130689999997, - 37.27244135500007 - ], - [ - -121.94130244599995, - 37.27243770200005 - ], - [ - -121.94129838899994, - 37.27243374600005 - ], - [ - -121.94129481299996, - 37.27242951000005 - ], - [ - -121.941291719, - 37.27242503800005 - ], - [ - -121.94128913699996, - 37.272420400000044 - ], - [ - -121.94128706599997, - 37.27241552800007 - ], - [ - -121.94128556799996, - 37.27241057900005 - ], - [ - -121.94128464099998, - 37.27240553200005 - ], - [ - -121.941284199, - 37.272400455000025 - ], - [ - -121.94107794599995, - 37.272399102000065 - ], - [ - -121.94107811999999, - 37.27240361100007 - ], - [ - -121.94107777699998, - 37.27240812300005 - ], - [ - -121.94107694699994, - 37.272412598000074 - ], - [ - -121.94107562699998, - 37.27241698500006 - ], - [ - -121.94107382099997, - 37.27242128900008 - ], - [ - -121.941071551, - 37.27242543600005 - ], - [ - -121.94106884899998, - 37.27242940600007 - ], - [ - -121.94106571299994, - 37.27243317600005 - ], - [ - -121.94106214399994, - 37.272436699000025 - ], - [ - -121.94105825499997, - 37.27243995200007 - ], - [ - -121.94105398699998, - 37.27244295700007 - ], - [ - -121.94104939799996, - 37.272445600000026 - ], - [ - -121.94104454499995, - 37.27244792700003 - ], - [ - -121.94103948399999, - 37.272449911000024 - ], - [ - -121.94103418799995, - 37.27245153400003 - ], - [ - -121.94102874199996, - 37.272452790000045 - ], - [ - -121.94102317299996, - 37.27245363700007 - ], - [ - -121.94101019699997, - 37.272453590000055 - ], - [ - -121.940852582, - 37.27245554000007 - ], - [ - -121.94063254699995, - 37.27245711200004 - ], - [ - -121.94063251899996, - 37.27245514800006 - ], - [ - -121.94062768199996, - 37.272116598000025 - ], - [ - -121.940627673, - 37.27211595400007 - ], - [ - -121.94062588099996, - 37.271990241000026 - ], - [ - -121.94062491199998, - 37.27192208800005 - ], - [ - -121.94062248699998, - 37.27175158700004 - ], - [ - -121.94062217599998, - 37.27173101200003 - ], - [ - -121.94061944299995, - 37.271538564000025 - ], - [ - -121.94061878399998, - 37.271492470000055 - ], - [ - -121.94061625699999, - 37.271346394000034 - ], - [ - -121.94061615799995, - 37.27133829300004 - ], - [ - -121.94061363599997, - 37.27115234200005 - ], - [ - -121.94061322699997, - 37.27109695300004 - ], - [ - -121.94061271499999, - 37.27103016700005 - ], - [ - -121.94061346599995, - 37.270957665000026 - ], - [ - -121.94061209599994, - 37.27085536300007 - ], - [ - -121.94061089699994, - 37.270766312000035 - ], - [ - -121.94060728, - 37.27057408100006 - ], - [ - -121.94060467399999, - 37.270443251000074 - ], - [ - -121.94060342699999, - 37.27038150900006 - ], - [ - -121.94060049199999, - 37.27023804700008 - ], - [ - -121.94060028099994, - 37.27019732900004 - ], - [ - -121.94060020499995, - 37.27018895100008 - ], - [ - -121.94059930399999, - 37.27001877600003 - ], - [ - -121.940599196, - 37.26999529100004 - ], - [ - -121.94059870299998, - 37.26996973100006 - ], - [ - -121.94059672499998, - 37.26984028900006 - ], - [ - -121.94059618999995, - 37.26980357900004 - ], - [ - -121.94059484399997, - 37.26971437000003 - ], - [ - -121.94059347299998, - 37.269641688000036 - ], - [ - -121.94058997399998, - 37.269452614000045 - ], - [ - -121.940589118, - 37.269287794000036 - ], - [ - -121.94058051199994, - 37.269025328000055 - ], - [ - -121.94092821999999, - 37.269018052000035 - ], - [ - -121.94092649699996, - 37.268799312000056 - ], - [ - -121.94092319299995, - 37.26829634400008 - ], - [ - -121.94092062599998, - 37.267905918000054 - ], - [ - -121.94122622999998, - 37.26766840300007 - ], - [ - -121.94131376899998, - 37.26760257700005 - ], - [ - -121.94130218, - 37.267583486000035 - ], - [ - -121.94128712899999, - 37.26755148700005 - ], - [ - -121.94127580999998, - 37.26751852700005 - ], - [ - -121.941275271, - 37.267504227000074 - ], - [ - -121.94127528799999, - 37.26748994400003 - ], - [ - -121.94127584399996, - 37.267475654000066 - ], - [ - -121.941281146, - 37.26745508000005 - ], - [ - -121.94128880699998, - 37.26743500200007 - ], - [ - -121.9412988, - 37.26741558300006 - ], - [ - -121.94131101699998, - 37.26739700600007 - ], - [ - -121.94132534099998, - 37.267379411000036 - ], - [ - -121.94134163599995, - 37.267362958000035 - ], - [ - -121.94135982299997, - 37.26734778700006 - ], - [ - -121.94140976399996, - 37.26730603800007 - ], - [ - -121.941539246, - 37.26720228200003 - ], - [ - -121.94157109599996, - 37.26717676100003 - ], - [ - -121.94172821399997, - 37.267045772000074 - ], - [ - -121.94186263699999, - 37.26690094000003 - ], - [ - -121.941905164, - 37.26693336100004 - ], - [ - -121.94204106599994, - 37.26703902300005 - ], - [ - -121.94222146199996, - 37.266882535000036 - ], - [ - -121.94247231999998, - 37.267078336000054 - ], - [ - -121.94252339099995, - 37.26705772400004 - ], - [ - -121.94292291199997, - 37.266896691000056 - ], - [ - -121.94290206799997, - 37.26686138300005 - ], - [ - -121.94286942899998, - 37.26679302500003 - ], - [ - -121.94285824899998, - 37.26676346700003 - ], - [ - -121.94285182199997, - 37.266745050000054 - ], - [ - -121.94278919499999, - 37.26656592900008 - ], - [ - -121.942425862, - 37.26664008400007 - ], - [ - -121.94234483799994, - 37.26657914200007 - ], - [ - -121.94222396899994, - 37.266488200000026 - ], - [ - -121.94218281599996, - 37.266457211000045 - ], - [ - -121.94216880899995, - 37.26631455000006 - ], - [ - -121.94215662899995, - 37.26619088700005 - ], - [ - -121.94213262399995, - 37.266171245000066 - ], - [ - -121.94196396199999, - 37.26603319000003 - ], - [ - -121.94223764799995, - 37.26573911500003 - ], - [ - -121.94266080799997, - 37.265736351000044 - ], - [ - -121.942696432, - 37.26573611900005 - ], - [ - -121.94269149699994, - 37.265251688000035 - ], - [ - -121.94269119799998, - 37.265224224000065 - ], - [ - -121.94268996399995, - 37.265169281000055 - ], - [ - -121.94269827299996, - 37.265169370000024 - ], - [ - -121.94285591499994, - 37.265171287000044 - ], - [ - -121.94285681599996, - 37.265088871000046 - ], - [ - -121.94285481199995, - 37.264762301000076 - ], - [ - -121.94326868899998, - 37.265004505000036 - ], - [ - -121.94361399499996, - 37.264631878000046 - ], - [ - -121.94395929799998, - 37.264259319000075 - ], - [ - -121.94402045599998, - 37.26429551000007 - ], - [ - -121.944016622, - 37.26367722800006 - ], - [ - -121.94401639299997, - 37.263640149000025 - ], - [ - -121.94401616399995, - 37.263603071000034 - ], - [ - -121.94471422099997, - 37.263600318000044 - ], - [ - -121.945039566, - 37.263599027000055 - ], - [ - -121.94504036, - 37.263518582000074 - ], - [ - -121.94504035099999, - 37.26351663600008 - ], - [ - -121.94503748999995, - 37.263030670000035 - ], - [ - -121.94503659599997, - 37.26287759300004 - ], - [ - -121.94428686999998, - 37.262882654000066 - ], - [ - -121.94413185599996, - 37.26288907600008 - ], - [ - -121.94424396499994, - 37.26276681100006 - ], - [ - -121.94426923499998, - 37.26273923700006 - ], - [ - -121.94625958799998, - 37.26056835900005 - ], - [ - -121.94650866899997, - 37.260296667000034 - ], - [ - -121.94659199299997, - 37.26020574800003 - ], - [ - -121.94668433699997, - 37.26010141900008 - ], - [ - -121.94755753699997, - 37.259114570000065 - ], - [ - -121.94862559199998, - 37.25790750500005 - ], - [ - -121.94862894999994, - 37.257903412000076 - ], - [ - -121.94866161399995, - 37.25786375300004 - ], - [ - -121.9489276, - 37.25754098400006 - ], - [ - -121.949517228, - 37.25682537500006 - ], - [ - -121.94943491099997, - 37.25678447200005 - ], - [ - -121.94942683799997, - 37.25678046200005 - ], - [ - -121.94976811199996, - 37.256380060000026 - ], - [ - -121.95071672899996, - 37.255222814000035 - ], - [ - -121.95079081799997, - 37.25513316300004 - ], - [ - -121.95104455699999, - 37.25482612700006 - ], - [ - -121.95118980899997, - 37.25465036300005 - ], - [ - -121.95129679899998, - 37.254520899000056 - ], - [ - -121.95140377899997, - 37.25439144500007 - ], - [ - -121.95141597399999, - 37.25437669200005 - ], - [ - -121.95177448799996, - 37.25393976200007 - ], - [ - -121.95185587399999, - 37.25384117200008 - ], - [ - -121.95201307599996, - 37.25365071600004 - ], - [ - -121.95210530399999, - 37.25353897800005 - ], - [ - -121.95240691799995, - 37.25317354500004 - ], - [ - -121.95222711999998, - 37.253079272000036 - ], - [ - -121.952203651, - 37.25306807100003 - ], - [ - -121.95219044799995, - 37.25306210200006 - ], - [ - -121.95217710499998, - 37.25305631500004 - ], - [ - -121.95216365399995, - 37.25305073700008 - ], - [ - -121.95215006099994, - 37.25304534300005 - ], - [ - -121.95213635799996, - 37.253040111000075 - ], - [ - -121.95212254499995, - 37.25303510900005 - ], - [ - -121.95210862, - 37.25303026900008 - ], - [ - -121.95209461399998, - 37.253025636000075 - ], - [ - -121.95208049699994, - 37.25302121000004 - ], - [ - -121.95206626899994, - 37.253016968000054 - ], - [ - -121.95205195699998, - 37.253012934000026 - ], - [ - -121.95203756599994, - 37.253009106000036 - ], - [ - -121.95202309099994, - 37.25300544000004 - ], - [ - -121.95200856399998, - 37.253002028000026 - ], - [ - -121.95199395499998, - 37.25299879800008 - ], - [ - -121.95197923499995, - 37.252995777000024 - ], - [ - -121.95196448999997, - 37.25299296000003 - ], - [ - -121.95194966399998, - 37.25299032800007 - ], - [ - -121.95193613299995, - 37.25298814000007 - ], - [ - -121.95193481399997, - 37.25298792700005 - ], - [ - -121.95191988099998, - 37.252985754000065 - ], - [ - -121.95190492199998, - 37.252983742000026 - ], - [ - -121.95188991099997, - 37.25298196000006 - ], - [ - -121.95187487599998, - 37.25298038300008 - ], - [ - -121.95185978799998, - 37.25297901400006 - ], - [ - -121.95184467499996, - 37.25297787400007 - ], - [ - -121.95182956599996, - 37.252976939000064 - ], - [ - -121.95107685099998, - 37.250248459000034 - ], - [ - -121.95095733299996, - 37.24981443400003 - ], - [ - -121.95079102099999, - 37.24921025300006 - ], - [ - -121.95078513699997, - 37.24918894600006 - ], - [ - -121.95059663399996, - 37.24850625000005 - ], - [ - -121.95031740399997, - 37.247494833000076 - ], - [ - -121.95004090299994, - 37.24649281100005 - ], - [ - -121.950040608, - 37.24649174100006 - ], - [ - -121.94995646499996, - 37.24650550900003 - ], - [ - -121.94970176599998, - 37.24655078200004 - ], - [ - -121.94948376399998, - 37.246589533000076 - ], - [ - -121.94926915599996, - 37.246627716000035 - ], - [ - -121.94906062799998, - 37.246664793000036 - ], - [ - -121.94886276899996, - 37.24669997500007 - ], - [ - -121.94872720199999, - 37.24672408500004 - ], - [ - -121.94874747799997, - 37.24679822600007 - ], - [ - -121.94882414499995, - 37.24707855100007 - ], - [ - -121.94883714799994, - 37.24712604700005 - ], - [ - -121.94889585199996, - 37.24734069300007 - ], - [ - -121.948979453, - 37.24764633900003 - ], - [ - -121.94899916499998, - 37.24772806400006 - ], - [ - -121.94901846299996, - 37.24780805600005 - ], - [ - -121.94884217499998, - 37.24783944500007 - ], - [ - -121.94856863999996, - 37.24788817600006 - ], - [ - -121.94824068599996, - 37.24794495000003 - ], - [ - -121.94816315899999, - 37.24796174900007 - ], - [ - -121.94813998099994, - 37.24788595600006 - ], - [ - -121.94811339199998, - 37.247798998000064 - ], - [ - -121.94797813399998, - 37.24730510100005 - ], - [ - -121.94788169499998, - 37.24695289500005 - ], - [ - -121.947861177, - 37.24687804700005 - ], - [ - -121.94781434499998, - 37.24670699600006 - ], - [ - -121.94756462299995, - 37.246704728000054 - ], - [ - -121.94727213699997, - 37.24670454500006 - ], - [ - -121.947246023, - 37.24670452400005 - ], - [ - -121.94709255999999, - 37.246709397000075 - ], - [ - -121.94706123999998, - 37.24657349700004 - ], - [ - -121.94699057799994, - 37.24631601100003 - ], - [ - -121.94698801899995, - 37.24630670200003 - ], - [ - -121.94698460199999, - 37.24629427000008 - ], - [ - -121.94698386299996, - 37.24629160100005 - ], - [ - -121.94691446099995, - 37.24603867600007 - ], - [ - -121.94686840999998, - 37.24587084400008 - ], - [ - -121.94679719399994, - 37.24561137300003 - ], - [ - -121.94679149599995, - 37.24559061300005 - ], - [ - -121.94671593399994, - 37.245315196000035 - ], - [ - -121.94667153699999, - 37.24516476000008 - ], - [ - -121.94659597299994, - 37.24489064800008 - ], - [ - -121.9465325099999, - 37.24466033400006 - ], - [ - -121.94652108399998, - 37.244618839000054 - ], - [ - -121.94651883599994, - 37.24461067100003 - ], - [ - -121.94647578799999, - 37.244454407000035 - ], - [ - -121.94647058399994, - 37.24443554000004 - ], - [ - -121.94645943999996, - 37.24439518600008 - ], - [ - -121.94637260699994, - 37.244080147000034 - ], - [ - -121.94636743399997, - 37.24406137300008 - ], - [ - -121.94633894999998, - 37.24395796300007 - ], - [ - -121.94627946199995, - 37.24374216000007 - ], - [ - -121.94624081299997, - 37.24359868100004 - ], - [ - -121.94621311999998, - 37.24358945500006 - ], - [ - -121.94618567699996, - 37.24357986000007 - ], - [ - -121.94615839799997, - 37.243569896000054 - ], - [ - -121.94613137099998, - 37.243559541000025 - ], - [ - -121.94608597699994, - 37.24354110300004 - ], - [ - -121.94605671, - 37.24352896700003 - ], - [ - -121.94602710999999, - 37.24351731500008 - ], - [ - -121.94599728499998, - 37.24350603200003 - ], - [ - -121.94596721299996, - 37.24349521000005 - ], - [ - -121.94593694899999, - 37.24348478100006 - ], - [ - -121.945906434, - 37.24347478800007 - ], - [ - -121.94590096499996, - 37.24347308700004 - ], - [ - -121.94587570099998, - 37.24346521000007 - ], - [ - -121.94584477299998, - 37.243456070000036 - ], - [ - -121.94581365299996, - 37.24344734400006 - ], - [ - -121.94578234299996, - 37.24343907800005 - ], - [ - -121.94575089699998, - 37.24343122700003 - ], - [ - -121.94571920199996, - 37.24342381200006 - ], - [ - -121.94568740299997, - 37.243416903000025 - ], - [ - -121.94565543799996, - 37.24341036200008 - ], - [ - -121.94562336799999, - 37.243404303000034 - ], - [ - -121.94559113499997, - 37.24339868100003 - ], - [ - -121.94555876799996, - 37.243393542000035 - ], - [ - -121.94552635099996, - 37.24338881600005 - ], - [ - -121.94549379999995, - 37.24338454700006 - ], - [ - -121.94546117399995, - 37.243380761000026 - ], - [ - -121.94542591699997, - 37.24337716900004 - ], - [ - -121.94541574099998, - 37.24347588200004 - ], - [ - -121.94518987899994, - 37.24348837500003 - ], - [ - -121.94483327399996, - 37.243491336000034 - ], - [ - -121.944616898, - 37.243493915000045 - ], - [ - -121.94440046699998, - 37.243496540000024 - ], - [ - -121.94418095799995, - 37.24349551800003 - ], - [ - -121.943966752, - 37.24349928200007 - ], - [ - -121.94375094299994, - 37.24350308900006 - ], - [ - -121.94331727999997, - 37.24350843600007 - ], - [ - -121.94313831399995, - 37.243508950000034 - ], - [ - -121.941818803, - 37.24351790900005 - ], - [ - -121.94034855999996, - 37.243517057000076 - ], - [ - -121.94034829799995, - 37.243392492000055 - ], - [ - -121.94034817899995, - 37.24333517800005 - ], - [ - -121.94034731399995, - 37.24326651900003 - ], - [ - -121.94034366299996, - 37.24304411800006 - ], - [ - -121.94034101299997, - 37.24288268400005 - ], - [ - -121.94034071699997, - 37.24286282000003 - ], - [ - -121.94033780799998, - 37.242687998000065 - ], - [ - -121.94033259199995, - 37.24236941000004 - ], - [ - -121.94032993399998, - 37.242191243000036 - ], - [ - -121.94032486599997, - 37.24185063400006 - ], - [ - -121.94032084399998, - 37.24158227400005 - ], - [ - -121.94031997599996, - 37.24152382300008 - ], - [ - -121.94031765999995, - 37.24136781100003 - ], - [ - -121.94031177699998, - 37.24097296100007 - ], - [ - -121.94030887099996, - 37.24077593700008 - ], - [ - -121.94030204699999, - 37.24032041800007 - ], - [ - -121.94030099199995, - 37.240250685000035 - ], - [ - -121.94030090499996, - 37.240244620000055 - ], - [ - -121.94029854999997, - 37.240086707000046 - ], - [ - -121.94029424899998, - 37.239797819000046 - ], - [ - -121.94029704099995, - 37.23960376900004 - ], - [ - -121.94029100699998, - 37.239272465000056 - ], - [ - -121.94028639499999, - 37.23901803000007 - ], - [ - -121.94028263099995, - 37.23881206600004 - ], - [ - -121.940278923, - 37.23860610100007 - ], - [ - -121.94027515899995, - 37.23840013600005 - ], - [ - -121.94027142199997, - 37.23819415000003 - ], - [ - -121.94026731899999, - 37.23796758900005 - ], - [ - -121.94026337499997, - 37.23780280600005 - ], - [ - -121.940260164, - 37.23758699200005 - ], - [ - -121.94025989799997, - 37.237570195000046 - ], - [ - -121.94025717199997, - 37.23738539000004 - ], - [ - -121.94025684999997, - 37.23736424500004 - ], - [ - -121.94025414999999, - 37.23718381300006 - ], - [ - -121.94025201199997, - 37.237040067000066 - ], - [ - -121.94025115599999, - 37.236982211000054 - ], - [ - -121.94024967699994, - 37.23688307000003 - ], - [ - -121.940248882, - 37.23682835000005 - ], - [ - -121.94024816299998, - 37.23678063300008 - ], - [ - -121.94024407899997, - 37.236506001000066 - ], - [ - -121.940240239, - 37.23624844500006 - ], - [ - -121.94023582399996, - 37.236239183000066 - ], - [ - -121.94023483299998, - 37.23618920400003 - ], - [ - -121.94023475199998, - 37.23612637100007 - ], - [ - -121.94004208799998, - 37.23612743800004 - ], - [ - -121.93701693699995, - 37.23614196300008 - ], - [ - -121.93477169399995, - 37.23615270300007 - ], - [ - -121.93457208499996, - 37.236153616000024 - ], - [ - -121.93457434699997, - 37.23625522000003 - ], - [ - -121.93457737699998, - 37.23658798100007 - ], - [ - -121.93457937499994, - 37.236810035000076 - ], - [ - -121.93459470399995, - 37.23696904700006 - ], - [ - -121.93459708399996, - 37.23723053700007 - ], - [ - -121.93459721399995, - 37.23724470500008 - ], - [ - -121.93459897199995, - 37.23743503600008 - ], - [ - -121.93459935199996, - 37.23747721800004 - ], - [ - -121.934600876, - 37.23764328900006 - ], - [ - -121.93460146299998, - 37.23770973200004 - ], - [ - -121.93460275399997, - 37.23785019200005 - ], - [ - -121.93460357499998, - 37.237942245000056 - ], - [ - -121.93460456099996, - 37.23805496700004 - ], - [ - -121.93460568499995, - 37.23817475900006 - ], - [ - -121.934606455, - 37.238262716000065 - ], - [ - -121.93460774799996, - 37.23840178000006 - ], - [ - -121.93460833399996, - 37.23846522400004 - ], - [ - -121.93460981099997, - 37.23862880100006 - ], - [ - -121.93461022999998, - 37.23867464500006 - ], - [ - -121.93461194799994, - 37.238861292000024 - ], - [ - -121.93461208899998, - 37.23887610000003 - ], - [ - -121.93461420499995, - 37.23911037600004 - ], - [ - -121.93461398799997, - 37.23927518700003 - ], - [ - -121.93461618699996, - 37.23951534500003 - ], - [ - -121.93461855699996, - 37.23977623900004 - ], - [ - -121.93462157899995, - 37.24010856500007 - ], - [ - -121.93462633299998, - 37.24020416500008 - ], - [ - -121.93379624, - 37.240210743000034 - ], - [ - -121.93379739499994, - 37.240276994000055 - ], - [ - -121.93379909899994, - 37.240468976000045 - ], - [ - -121.93380072199994, - 37.240647841000055 - ], - [ - -121.93380249299997, - 37.24084478700007 - ], - [ - -121.93380427299996, - 37.24104228300007 - ], - [ - -121.93380605399994, - 37.24123977900007 - ], - [ - -121.93380783499998, - 37.241437276000056 - ], - [ - -121.93380958799997, - 37.241634773000044 - ], - [ - -121.93381136799997, - 37.24183226800005 - ], - [ - -121.93381315399995, - 37.242030062000026 - ], - [ - -121.93381493599998, - 37.242227581000066 - ], - [ - -121.93382458299999, - 37.24329860100005 - ], - [ - -121.93382557799998, - 37.24342219500005 - ], - [ - -121.93332849999996, - 37.24342475700007 - ], - [ - -121.93276897899995, - 37.24342755600003 - ], - [ - -121.93209617699995, - 37.24343089100006 - ], - [ - -121.93138031499996, - 37.243434474000026 - ], - [ - -121.93137796299999, - 37.24319658500008 - ], - [ - -121.931377952, - 37.24319564600006 - ], - [ - -121.93137568599997, - 37.24294258000003 - ], - [ - -121.93137098099999, - 37.24241980700003 - ], - [ - -121.93105469099999, - 37.24240618600004 - ], - [ - -121.93082255799999, - 37.24240808500008 - ], - [ - -121.930784228, - 37.242408416000046 - ], - [ - -121.93055330499999, - 37.242409156000065 - ], - [ - -121.93055427399997, - 37.24251377500008 - ], - [ - -121.93055516699997, - 37.24260990200003 - ], - [ - -121.93055580299995, - 37.242677557000036 - ], - [ - -121.93055608699996, - 37.24270742500005 - ], - [ - -121.93055698599994, - 37.242803827000046 - ], - [ - -121.930557395, - 37.24284921200007 - ], - [ - -121.93055788099997, - 37.242901602000074 - ], - [ - -121.93055877499995, - 37.242997729000024 - ], - [ - -121.930559669, - 37.24309385500004 - ], - [ - -121.93056053199996, - 37.243189983000036 - ], - [ - -121.930561464, - 37.24328805500005 - ], - [ - -121.93056171399996, - 37.24331611500003 - ], - [ - -121.93056233799996, - 37.24338473200004 - ], - [ - -121.93056567899998, - 37.243439651000074 - ], - [ - -121.93018564699997, - 37.24344223400004 - ], - [ - -121.929974803, - 37.243443666000076 - ], - [ - -121.92996255099996, - 37.24344372300004 - ], - [ - -121.92941988399997, - 37.243447444000026 - ], - [ - -121.92849667099995, - 37.24345372500005 - ], - [ - -121.92849432299994, - 37.243453732000035 - ], - [ - -121.92761277299996, - 37.24345887900006 - ], - [ - -121.92761111899995, - 37.24333614000005 - ], - [ - -121.92760852999999, - 37.24306696200006 - ], - [ - -121.927608454, - 37.243061469000054 - ], - [ - -121.92760838399994, - 37.24305183400003 - ], - [ - -121.92760562399997, - 37.24276762000005 - ], - [ - -121.927570501, - 37.242685461000065 - ], - [ - -121.927555725, - 37.24115192100004 - ], - [ - -121.92744883399996, - 37.24115272100005 - ], - [ - -121.927061805, - 37.24115560800004 - ], - [ - -121.92668662499995, - 37.24115839700005 - ], - [ - -121.92648048899997, - 37.24115250800003 - ], - [ - -121.92616724599998, - 37.24115573000006 - ], - [ - -121.92609899399997, - 37.24115592100003 - ], - [ - -121.92571851499997, - 37.24115703200005 - ], - [ - -121.92551173899994, - 37.24115815300007 - ], - [ - -121.92513243499997, - 37.24116085000003 - ], - [ - -121.92513280599997, - 37.241198361000045 - ], - [ - -121.92513386499996, - 37.241317034000076 - ], - [ - -121.92513532699996, - 37.241477978000034 - ], - [ - -121.92513585199998, - 37.24153705100008 - ], - [ - -121.92513673699995, - 37.24163617600004 - ], - [ - -121.92513819799996, - 37.241795472000035 - ], - [ - -121.925139033, - 37.241887435000024 - ], - [ - -121.92513936799998, - 37.24192153700005 - ], - [ - -121.92513969599997, - 37.24195378400003 - ], - [ - -121.92514109299998, - 37.24211438700007 - ], - [ - -121.92514220499999, - 37.24223738400008 - ], - [ - -121.92514254899999, - 37.24227494200005 - ], - [ - -121.92514400899995, - 37.24243575000003 - ], - [ - -121.92514406999999, - 37.242443508000065 - ], - [ - -121.92514563199995, - 37.24261266900004 - ], - [ - -121.925145682, - 37.24261827600003 - ], - [ - -121.92514704599995, - 37.24278306700006 - ], - [ - -121.92514706499998, - 37.242784028000074 - ], - [ - -121.92514950299994, - 37.24306536300003 - ], - [ - -121.925149504, - 37.24306694200004 - ], - [ - -121.92514966199997, - 37.243084199000066 - ], - [ - -121.925151998, - 37.24335260200007 - ], - [ - -121.925153363, - 37.24348141100006 - ], - [ - -121.92359724199997, - 37.243484255000055 - ], - [ - -121.92358839699995, - 37.24348427100006 - ], - [ - -121.92291354799994, - 37.24348549500007 - ], - [ - -121.92291069799995, - 37.24336714300006 - ], - [ - -121.92290035199994, - 37.24336651700003 - ], - [ - -121.92289920399998, - 37.243366441000035 - ], - [ - -121.92288847099996, - 37.24336428300006 - ], - [ - -121.92288664999995, - 37.24336376600007 - ], - [ - -121.92287704899996, - 37.24336034100003 - ], - [ - -121.92287593999998, - 37.24335979600005 - ], - [ - -121.92286721199997, - 37.24335506500006 - ], - [ - -121.92286632799994, - 37.24335449300003 - ], - [ - -121.92285894799994, - 37.24334876200004 - ], - [ - -121.92285772899999, - 37.243347690000064 - ], - [ - -121.92285166799996, - 37.24334096700005 - ], - [ - -121.92285069199994, - 37.243339637000076 - ], - [ - -121.92284638999996, - 37.24333259400004 - ], - [ - -121.92284586799997, - 37.243331641000054 - ], - [ - -121.92284280799998, - 37.243323056000065 - ], - [ - -121.922842576, - 37.243322060000025 - ], - [ - -121.92284153799994, - 37.243313914000055 - ], - [ - -121.92284142899996, - 37.24331256500005 - ], - [ - -121.92284143199998, - 37.24331117200006 - ], - [ - -121.92284271899996, - 37.243256907000045 - ], - [ - -121.92284279999996, - 37.24323399300005 - ], - [ - -121.92284038699995, - 37.242956642000024 - ], - [ - -121.92283891199997, - 37.24278422900005 - ], - [ - -121.92283892199998, - 37.24278136700008 - ], - [ - -121.92283947899995, - 37.242646998000055 - ], - [ - -121.92321553899995, - 37.242644401000064 - ], - [ - -121.92321487699996, - 37.24256199800004 - ], - [ - -121.92321320099995, - 37.24238210200008 - ], - [ - -121.92321308599998, - 37.24236850800003 - ], - [ - -121.92321166999994, - 37.242217313000026 - ], - [ - -121.92321149299994, - 37.24219744700008 - ], - [ - -121.92321016799997, - 37.24205254700007 - ], - [ - -121.92320994499994, - 37.24202879000006 - ], - [ - -121.92320866299997, - 37.241887758000075 - ], - [ - -121.923208376, - 37.241856013000074 - ], - [ - -121.92320713299995, - 37.24172296900008 - ], - [ - -121.92320675499997, - 37.241682069000035 - ], - [ - -121.92320560099995, - 37.24155817900004 - ], - [ - -121.92320521499994, - 37.24151528800007 - ], - [ - -121.92320409899997, - 37.24139339000004 - ], - [ - -121.92320365999996, - 37.24134473100003 - ], - [ - -121.92320256999994, - 37.241227250000065 - ], - [ - -121.92320209199994, - 37.241176531000065 - ], - [ - -121.923201039, - 37.24106246000008 - ], - [ - -121.92320055099998, - 37.24100972900004 - ], - [ - -121.92319953699996, - 37.24089767100003 - ], - [ - -121.92319899599994, - 37.24083917000007 - ], - [ - -121.92319800399997, - 37.24073288200003 - ], - [ - -121.92319740799996, - 37.24066685100007 - ], - [ - -121.92319661299996, - 37.24058148100005 - ], - [ - -121.92319582299996, - 37.24049782800006 - ], - [ - -121.923194078, - 37.24030823000004 - ], - [ - -121.92333850099999, - 37.240307389000066 - ], - [ - -121.92334120599998, - 37.240142594000076 - ], - [ - -121.92333849399995, - 37.23984050200005 - ], - [ - -121.92354458499995, - 37.23983959800006 - ], - [ - -121.92375070299994, - 37.23983867000004 - ], - [ - -121.92411607799994, - 37.23983706300004 - ], - [ - -121.92430284499994, - 37.239836256000046 - ], - [ - -121.92430336099994, - 37.239894985000035 - ], - [ - -121.92430500399996, - 37.24007451400007 - ], - [ - -121.92430516899998, - 37.240095250000024 - ], - [ - -121.92430521499995, - 37.24009772200003 - ], - [ - -121.92512277799995, - 37.24009326400005 - ], - [ - -121.92512092099997, - 37.239890528000046 - ], - [ - -121.92512041899994, - 37.239835596000034 - ], - [ - -121.925117936, - 37.239560948000076 - ], - [ - -121.92511728599999, - 37.23948628900007 - ], - [ - -121.92511704599997, - 37.239460129000065 - ], - [ - -121.925116829, - 37.23943524900005 - ], - [ - -121.92511517099996, - 37.23925647600004 - ], - [ - -121.92511383699997, - 37.23909170700006 - ], - [ - -121.92511224599997, - 37.238909041000056 - ], - [ - -121.92511152799995, - 37.23882772200005 - ], - [ - -121.92511077499995, - 37.23874310700006 - ], - [ - -121.92510950399998, - 37.238599762000035 - ], - [ - -121.92510935799999, - 37.23858305500005 - ], - [ - -121.92510799799999, - 37.23842895400003 - ], - [ - -121.925107535, - 37.238374572000055 - ], - [ - -121.92510658199996, - 37.23826597000004 - ], - [ - -121.92510553499994, - 37.23814935900003 - ], - [ - -121.92510515299995, - 37.23810525500005 - ], - [ - -121.92510372799995, - 37.23794028100008 - ], - [ - -121.925103665, - 37.23793238500008 - ], - [ - -121.92510230799996, - 37.237778535000075 - ], - [ - -121.92510164099997, - 37.237704448000045 - ], - [ - -121.92510086399994, - 37.237615531000074 - ], - [ - -121.92509966999995, - 37.23747923500008 - ], - [ - -121.92509941999998, - 37.237449550000065 - ], - [ - -121.92509804099996, - 37.237291465000055 - ], - [ - -121.925097699, - 37.23725402100007 - ], - [ - -121.92509645999996, - 37.23711376600005 - ], - [ - -121.92509570699997, - 37.237026084000036 - ], - [ - -121.925094135, - 37.23685044500007 - ], - [ - -121.92509368199995, - 37.236798125000064 - ], - [ - -121.92509231099996, - 37.23664047500006 - ], - [ - -121.925091711, - 37.23657291100005 - ], - [ - -121.92508926299996, - 37.236295537000046 - ], - [ - -121.925089819, - 37.23617741800007 - ], - [ - -121.92436481199996, - 37.23618260400008 - ], - [ - -121.92262478999999, - 37.23619440600004 - ], - [ - -121.92074334199998, - 37.23620782900008 - ], - [ - -121.92073275299998, - 37.23620795800008 - ], - [ - -121.91953497299994, - 37.23622372600005 - ], - [ - -121.91862654199997, - 37.23623039300003 - ], - [ - -121.91773181899998, - 37.23622924000006 - ], - [ - -121.91701153399998, - 37.236234323000076 - ], - [ - -121.91669818699995, - 37.23623697200003 - ], - [ - -121.91575716899996, - 37.23624325500003 - ], - [ - -121.91492295599994, - 37.23624913000003 - ], - [ - -121.91390268299995, - 37.23625633300003 - ], - [ - -121.91299052699998, - 37.23626277100004 - ], - [ - -121.912887007, - 37.236273475000075 - ], - [ - -121.91233777199994, - 37.23630402400005 - ], - [ - -121.91126034699994, - 37.23631230400008 - ], - [ - -121.91125821799994, - 37.23620243600004 - ], - [ - -121.91125646799998, - 37.23602464800007 - ], - [ - -121.91125646499995, - 37.236023 - ], - [ - -121.91125485499998, - 37.23586022600006 - ], - [ - -121.91125323999995, - 37.23569411100004 - ], - [ - -121.91125160599995, - 37.235528636000026 - ], - [ - -121.91125143499994, - 37.23551037200008 - ], - [ - -121.91124996099995, - 37.23536094100007 - ], - [ - -121.91124976599997, - 37.23534002200006 - ], - [ - -121.91124840299995, - 37.23520093600007 - ], - [ - -121.91124809999997, - 37.23516969600007 - ], - [ - -121.911246861, - 37.23504177800004 - ], - [ - -121.91124643399996, - 37.23499936800005 - ], - [ - -121.91124521299997, - 37.23487550300007 - ], - [ - -121.911244335, - 37.23478642600003 - ], - [ - -121.91124361599998, - 37.23471185900007 - ], - [ - -121.91124197599999, - 37.23454446200003 - ], - [ - -121.91124157599995, - 37.23450356300003 - ], - [ - -121.91124034999996, - 37.23437937700004 - ], - [ - -121.91124007699995, - 37.23435273600006 - ], - [ - -121.91123875399995, - 37.234215848000076 - ], - [ - -121.91123818899996, - 37.23415849200006 - ], - [ - -121.91123711699998, - 37.23404854200004 - ], - [ - -121.911235493, - 37.233885127000065 - ], - [ - -121.91123520399998, - 37.23385457300003 - ], - [ - -121.91123389199998, - 37.233721255000034 - ], - [ - -121.911232085, - 37.23353589100003 - ], - [ - -121.91123396499995, - 37.23338207100005 - ], - [ - -121.91123209099999, - 37.23318862700006 - ], - [ - -121.91123132599995, - 37.23311017000003 - ], - [ - -121.91123047599996, - 37.23302406800008 - ], - [ - -121.91122887199998, - 37.232857083000056 - ], - [ - -121.91122854899999, - 37.23282472100004 - ], - [ - -121.91122726799995, - 37.23269163000003 - ], - [ - -121.91122567899998, - 37.232528399000046 - ], - [ - -121.91122502099995, - 37.23246159000007 - ], - [ - -121.91122405799996, - 37.23236198500007 - ], - [ - -121.911222464, - 37.23219706100008 - ], - [ - -121.91122147699997, - 37.23209612800008 - ], - [ - -121.91122085099994, - 37.23203108100006 - ], - [ - -121.91121926599999, - 37.231869635000066 - ], - [ - -121.91121892799998, - 37.23183351900008 - ], - [ - -121.91121766199996, - 37.23170260400008 - ], - [ - -121.91121606499996, - 37.231537495000055 - ], - [ - -121.911214412, - 37.23137092200005 - ], - [ - -121.91121282299997, - 37.23120618000007 - ], - [ - -121.91121125399997, - 37.23104413800007 - ], - [ - -121.91120960799998, - 37.23087486400004 - ], - [ - -121.91120799, - 37.23070863300006 - ], - [ - -121.91120650399995, - 37.23055547200005 - ], - [ - -121.910860018, - 37.23055894000004 - ], - [ - -121.91080443699997, - 37.23055949600007 - ], - [ - -121.91078929799994, - 37.23054691500005 - ], - [ - -121.91075693999994, - 37.23052825800005 - ], - [ - -121.91072044199996, - 37.230516187000035 - ], - [ - -121.910680744, - 37.23051101400006 - ], - [ - -121.910678126, - 37.23051095100004 - ], - [ - -121.91067629999998, - 37.230510915000025 - ], - [ - -121.91067447299997, - 37.230510888000026 - ], - [ - -121.91053691899998, - 37.230512271000066 - ], - [ - -121.90975863199998, - 37.23052020700004 - ], - [ - -121.90975427299998, - 37.23012019000004 - ], - [ - -121.90975335999997, - 37.23003676600007 - ], - [ - -121.90975130499999, - 37.229850216000045 - ], - [ - -121.90974945799996, - 37.22967622800007 - ], - [ - -121.90974734399998, - 37.22948649600005 - ], - [ - -121.90974624599994, - 37.229385656000034 - ], - [ - -121.90974497699995, - 37.22926966500006 - ], - [ - -121.90974414299995, - 37.22919349800003 - ], - [ - -121.90958075299994, - 37.229061742000056 - ], - [ - -121.90957604599998, - 37.229057932000046 - ], - [ - -121.90973746299994, - 37.229056239000045 - ], - [ - -121.90973627699998, - 37.228891446000034 - ], - [ - -121.90973621199998, - 37.22888045900004 - ], - [ - -121.90973612299996, - 37.22885745600007 - ], - [ - -121.90973522599995, - 37.22865491400006 - ], - [ - -121.90973493699994, - 37.22860000500003 - ], - [ - -121.90973405499994, - 37.228405794000025 - ], - [ - -121.90973325899995, - 37.228226781000046 - ], - [ - -121.90973316799995, - 37.228208333000055 - ], - [ - -121.90973229899998, - 37.22801332100005 - ], - [ - -121.90973143199994, - 37.22781828700005 - ], - [ - -121.90973055699999, - 37.22762753200004 - ], - [ - -121.90973022599997, - 37.227552252000066 - ], - [ - -121.91030751099998, - 37.227546189000066 - ], - [ - -121.91129920699996, - 37.22753574400008 - ], - [ - -121.91129877199995, - 37.22750356700004 - ], - [ - -121.91129199599999, - 37.22702895600003 - ], - [ - -121.91128747699997, - 37.226711848000036 - ], - [ - -121.91259985999994, - 37.22669603600008 - ], - [ - -121.912766219, - 37.226694028000054 - ], - [ - -121.91279735599994, - 37.22669365200005 - ], - [ - -121.91288629999997, - 37.22669257800004 - ], - [ - -121.91287620399999, - 37.225930419000065 - ], - [ - -121.91286855599998, - 37.22535402800003 - ], - [ - -121.91286814299997, - 37.225323040000035 - ], - [ - -121.91235183999999, - 37.225260580000054 - ], - [ - -121.91114075599995, - 37.22511411500005 - ], - [ - -121.91107646399996, - 37.22510635100008 - ], - [ - -121.91104671199997, - 37.225102750000076 - ], - [ - -121.91065199899998, - 37.22505497700007 - ], - [ - -121.91063853099996, - 37.22506640200004 - ], - [ - -121.91055569599996, - 37.22513188100004 - ], - [ - -121.910072459, - 37.22534305100004 - ], - [ - -121.909814182, - 37.225371867000035 - ], - [ - -121.90970739899996, - 37.225369674000035 - ], - [ - -121.90958898399998, - 37.22538355300003 - ], - [ - -121.90917371599994, - 37.22552269000005 - ], - [ - -121.90878722999997, - 37.225770640000064 - ], - [ - -121.90871026399998, - 37.225837787000046 - ], - [ - -121.90842761799996, - 37.22607766600004 - ], - [ - -121.90782833199995, - 37.226219194000066 - ], - [ - -121.90727469799998, - 37.22634996200003 - ], - [ - -121.90708367499997, - 37.22639508700007 - ], - [ - -121.90680367899995, - 37.226461193000034 - ], - [ - -121.90668695899996, - 37.22626844400003 - ], - [ - -121.90667499499995, - 37.226248697000074 - ], - [ - -121.90667071099995, - 37.22624163000006 - ], - [ - -121.90655015199997, - 37.22604256300008 - ], - [ - -121.906517507, - 37.22598861500006 - ], - [ - -121.90645139399999, - 37.22587946800007 - ], - [ - -121.90641130799997, - 37.22581329500008 - ], - [ - -121.90629674599995, - 37.22562411500007 - ], - [ - -121.90628182799998, - 37.22559950400006 - ], - [ - -121.90617279099996, - 37.22541943400006 - ], - [ - -121.90605394799996, - 37.22522318500006 - ], - [ - -121.90553914499998, - 37.224373126000046 - ], - [ - -121.905718359, - 37.22391285400005 - ], - [ - -121.90628761099998, - 37.22303603900008 - ], - [ - -121.90629484399994, - 37.22302491800008 - ], - [ - -121.90638280399997, - 37.22288935900008 - ], - [ - -121.90644957799998, - 37.22270481900006 - ], - [ - -121.90647156399996, - 37.222644126000034 - ], - [ - -121.90649039299996, - 37.22259203100003 - ], - [ - -121.90659561299998, - 37.22230120900008 - ], - [ - -121.90664192199995, - 37.22217322500006 - ], - [ - -121.90671353999994, - 37.22197532700005 - ], - [ - -121.90671873699995, - 37.22196098100005 - ], - [ - -121.90690420599998, - 37.22185547200007 - ], - [ - -121.90718056199995, - 37.22169874100007 - ], - [ - -121.90725150599997, - 37.22165847100007 - ], - [ - -121.90735915199997, - 37.22159734200005 - ], - [ - -121.90757197999994, - 37.22147646500008 - ], - [ - -121.90795560199996, - 37.22154134300007 - ], - [ - -121.908333256, - 37.221231172000046 - ], - [ - -121.90833351599997, - 37.22120393000006 - ], - [ - -121.90833733199997, - 37.22078767700003 - ], - [ - -121.90910295499998, - 37.22031773100008 - ], - [ - -121.90913464099998, - 37.22020221300005 - ], - [ - -121.90918165399995, - 37.21988844300006 - ], - [ - -121.90920374999996, - 37.21974090400005 - ], - [ - -121.90920079199998, - 37.219696327000065 - ], - [ - -121.90921160099998, - 37.219201774000055 - ], - [ - -121.90866555599996, - 37.218584736000025 - ], - [ - -121.90902683299998, - 37.21800172900004 - ], - [ - -121.90929569499997, - 37.21790995300006 - ], - [ - -121.90998189699997, - 37.21760766500006 - ], - [ - -121.91050799799996, - 37.21737590400005 - ], - [ - -121.91067095699998, - 37.21735404900005 - ], - [ - -121.91118704099995, - 37.21728490100003 - ], - [ - -121.91184897399995, - 37.21704703100005 - ], - [ - -121.91220621999997, - 37.21698306900004 - ], - [ - -121.91255874599995, - 37.216796541000065 - ], - [ - -121.91283933799997, - 37.216544363000025 - ], - [ - -121.91284057099995, - 37.21682948800003 - ], - [ - -121.91284082899995, - 37.21688107800003 - ], - [ - -121.91284086599995, - 37.21696135500008 - ], - [ - -121.91287143299996, - 37.216928505000055 - ], - [ - -121.91289808599998, - 37.21689702800006 - ], - [ - -121.91290090799998, - 37.216893595000045 - ], - [ - -121.91290796899995, - 37.21688386200003 - ], - [ - -121.91297880399998, - 37.21677604300004 - ], - [ - -121.91298067099996, - 37.216773070000045 - ], - [ - -121.91298177699997, - 37.21677131400003 - ], - [ - -121.91314068999998, - 37.21650499300006 - ], - [ - -121.91314218499997, - 37.216502364000064 - ], - [ - -121.91314312699996, - 37.216500705000044 - ], - [ - -121.91336058199994, - 37.21610171700007 - ], - [ - -121.91339434099996, - 37.216035617000045 - ], - [ - -121.91343731399996, - 37.21593534800007 - ], - [ - -121.91347177399996, - 37.215832255000066 - ], - [ - -121.91349715999996, - 37.21572785600006 - ], - [ - -121.91350527499998, - 37.21568268600004 - ], - [ - -121.91351370199999, - 37.215630256000054 - ], - [ - -121.91351758399998, - 37.21559522900003 - ], - [ - -121.91351650499996, - 37.215538182000046 - ], - [ - -121.91350631199998, - 37.215481702000034 - ], - [ - -121.91348717499994, - 37.21542672900006 - ], - [ - -121.91348243999994, - 37.21541629300003 - ], - [ - -121.91345910499996, - 37.21537350800003 - ], - [ - -121.91342390799997, - 37.21532514300003 - ], - [ - -121.91342325899996, - 37.21532437600007 - ], - [ - -121.91337968199997, - 37.21527912300007 - ], - [ - -121.91332919899997, - 37.215238671000066 - ], - [ - -121.91329732499997, - 37.21521783000003 - ], - [ - -121.91325811099995, - 37.215192099000035 - ], - [ - -121.91320332799995, - 37.21514830900003 - ], - [ - -121.91315539299995, - 37.21509963300008 - ], - [ - -121.91311501499996, - 37.21504679100008 - ], - [ - -121.91310156299994, - 37.21502542500008 - ], - [ - -121.91309776699995, - 37.215019392000045 - ], - [ - -121.91304728199998, - 37.21493052900007 - ], - [ - -121.91300523299998, - 37.21483888300003 - ], - [ - -121.91297186199995, - 37.214744981000024 - ], - [ - -121.91297152599998, - 37.214743860000056 - ], - [ - -121.91297036999998, - 37.21474001000007 - ], - [ - -121.91296995799996, - 37.21473864200004 - ], - [ - -121.91296840299998, - 37.21473342300004 - ], - [ - -121.91296095699994, - 37.21470739500006 - ], - [ - -121.91291945599994, - 37.21456179100005 - ], - [ - -121.912897795, - 37.214497091000055 - ], - [ - -121.91284429799998, - 37.21433739300005 - ], - [ - -121.91283908199995, - 37.21432179900006 - ], - [ - -121.91282855399999, - 37.214291779000064 - ], - [ - -121.91283064299995, - 37.21463279100004 - ], - [ - -121.91268611499999, - 37.21445878900005 - ], - [ - -121.91261869999994, - 37.214377633000026 - ], - [ - -121.91261715999997, - 37.21437337100008 - ], - [ - -121.912557258, - 37.21420958400006 - ], - [ - -121.91244451299997, - 37.21390115200006 - ], - [ - -121.912427461, - 37.213854480000066 - ], - [ - -121.91241285599995, - 37.21381455300008 - ], - [ - -121.91239867299998, - 37.21377578900007 - ], - [ - -121.91234978399996, - 37.21364206000004 - ], - [ - -121.91234332799996, - 37.21362442100008 - ], - [ - -121.91231000399995, - 37.21360880000003 - ], - [ - -121.91218693699994, - 37.21355104700007 - ], - [ - -121.91217057799997, - 37.21360013700007 - ], - [ - -121.91211058899995, - 37.21353793800006 - ], - [ - -121.91203629799998, - 37.21346091700008 - ], - [ - -121.91169821999995, - 37.21341278400007 - ], - [ - -121.91169733099997, - 37.21341268000003 - ], - [ - -121.911309287, - 37.213375359000054 - ], - [ - -121.91070373699995, - 37.213317104000055 - ], - [ - -121.90990955199999, - 37.213392234000025 - ], - [ - -121.90989435299997, - 37.21339367600007 - ], - [ - -121.909890551, - 37.21339246300005 - ], - [ - -121.90943385199995, - 37.21324746400006 - ], - [ - -121.90937171999997, - 37.21322772600007 - ], - [ - -121.90920351699998, - 37.21268785500007 - ], - [ - -121.90915803799999, - 37.212541748000035 - ], - [ - -121.90886449399994, - 37.212171193000074 - ], - [ - -121.90787405999998, - 37.211519742000064 - ], - [ - -121.90678451599996, - 37.21068006100006 - ], - [ - -121.90676831199994, - 37.21066757400007 - ], - [ - -121.90674524099995, - 37.21068099100006 - ], - [ - -121.90599531899994, - 37.211117039000044 - ], - [ - -121.90489130999998, - 37.21110606000008 - ], - [ - -121.90484691899997, - 37.211073885000076 - ], - [ - -121.90407071799996, - 37.21051102200005 - ], - [ - -121.90367300399998, - 37.20973886500008 - ], - [ - -121.90333211999996, - 37.20961316800003 - ], - [ - -121.90312517999996, - 37.20953686300004 - ], - [ - -121.90238315999994, - 37.20926325200003 - ], - [ - -121.90188330599995, - 37.20885479800006 - ], - [ - -121.901696556, - 37.20788199500004 - ], - [ - -121.90168558599999, - 37.20782490100004 - ], - [ - -121.90162006799994, - 37.20780137700007 - ], - [ - -121.901540002, - 37.20777264800006 - ], - [ - -121.90017766999995, - 37.207283619000066 - ], - [ - -121.90011685699994, - 37.20723623300006 - ], - [ - -121.89943716399995, - 37.206706567000026 - ], - [ - -121.89938314799997, - 37.206664455000066 - ], - [ - -121.89920710799998, - 37.20665747400005 - ], - [ - -121.89914029299996, - 37.20665481700007 - ], - [ - -121.89907883599994, - 37.20665237000003 - ], - [ - -121.89510421699998, - 37.209847215000025 - ], - [ - -121.89507283499995, - 37.209872493000034 - ], - [ - -121.89389318399998, - 37.21082062100004 - ], - [ - -121.89032798199997, - 37.21365896900005 - ], - [ - -121.89084680299999, - 37.21365280200007 - ], - [ - -121.89154148799997, - 37.21364030800004 - ], - [ - -121.89223397799998, - 37.21365747800007 - ], - [ - -121.89229149, - 37.21384604600007 - ], - [ - -121.89291426099999, - 37.215888147000044 - ], - [ - -121.89449643499995, - 37.216585114000054 - ], - [ - -121.89432506799994, - 37.21664582300008 - ], - [ - -121.89311312899997, - 37.217218725000066 - ], - [ - -121.89297973799995, - 37.21732867400004 - ], - [ - -121.89288840199998, - 37.217457601000035 - ], - [ - -121.89269006399996, - 37.21780086100006 - ], - [ - -121.89253147899996, - 37.21804732700008 - ], - [ - -121.89237988399998, - 37.21827885400006 - ], - [ - -121.892195733, - 37.21845889900004 - ], - [ - -121.89214824799996, - 37.218697243000065 - ], - [ - -121.89199904199995, - 37.21888797500003 - ], - [ - -121.89171884599995, - 37.218944091000026 - ], - [ - -121.89027261499996, - 37.21932479800006 - ], - [ - -121.88873233599998, - 37.219851540000036 - ], - [ - -121.88868057299999, - 37.21982459600008 - ], - [ - -121.88867924699997, - 37.219823993000034 - ], - [ - -121.88862601899996, - 37.219801414000074 - ], - [ - -121.88862475099995, - 37.219800949000046 - ], - [ - -121.88856910499999, - 37.21978222100006 - ], - [ - -121.88851011999998, - 37.21976706000004 - ], - [ - -121.88844998399998, - 37.21975623600008 - ], - [ - -121.88844869399998, - 37.21975609100008 - ], - [ - -121.888388755, - 37.219749730000046 - ], - [ - -121.88832703399999, - 37.219747555000026 - ], - [ - -121.88826587999995, - 37.21974974500006 - ], - [ - -121.88820420899998, - 37.21975638200007 - ], - [ - -121.88814567199995, - 37.219766965000076 - ], - [ - -121.888143846, - 37.21976733100007 - ], - [ - -121.888086333, - 37.21978213500006 - ], - [ - -121.88808502399996, - 37.21978249400007 - ], - [ - -121.88802972999997, - 37.219801233000055 - ], - [ - -121.88802819399996, - 37.21980180000003 - ], - [ - -121.88797364199996, - 37.219825040000046 - ], - [ - -121.88754767599994, - 37.21966542300004 - ], - [ - -121.88720872399995, - 37.219538397000065 - ], - [ - -121.88715297799996, - 37.21941689500005 - ], - [ - -121.887014223, - 37.21917313800003 - ], - [ - -121.88700488099994, - 37.21909386600004 - ], - [ - -121.88692723899999, - 37.21866182500003 - ], - [ - -121.88692471999997, - 37.21864326700006 - ], - [ - -121.88691999899999, - 37.218625012000075 - ], - [ - -121.88691314599998, - 37.21860719500006 - ], - [ - -121.88667540199998, - 37.21810604600006 - ], - [ - -121.88643301899998, - 37.21763702100003 - ], - [ - -121.88617565599998, - 37.21772210700004 - ], - [ - -121.88593763899996, - 37.217800784000076 - ], - [ - -121.88581184399999, - 37.21784235300004 - ], - [ - -121.885151227, - 37.21769825500007 - ], - [ - -121.88497839699994, - 37.217624697000076 - ], - [ - -121.884741868, - 37.21754575600005 - ], - [ - -121.88436377799997, - 37.21723920300008 - ], - [ - -121.88407553399998, - 37.21692350600006 - ], - [ - -121.88405733499997, - 37.21690357800003 - ], - [ - -121.88383857799994, - 37.21666332700005 - ], - [ - -121.88382211899994, - 37.21664154800004 - ], - [ - -121.88381738199996, - 37.216635878000034 - ], - [ - -121.88355138099996, - 37.21631731000008 - ], - [ - -121.883355301, - 37.216065048000075 - ], - [ - -121.88357104799996, - 37.21586397300007 - ], - [ - -121.88375756299996, - 37.215677870000036 - ], - [ - -121.88379546799996, - 37.21556549200005 - ], - [ - -121.88378075199995, - 37.21530982500008 - ], - [ - -121.88373787699999, - 37.21517212400005 - ], - [ - -121.88373775599996, - 37.21517173600006 - ], - [ - -121.88370632899995, - 37.215070843000035 - ], - [ - -121.88368381599997, - 37.215019357000074 - ], - [ - -121.883570449, - 37.21476023200006 - ], - [ - -121.88348716299998, - 37.21456974300003 - ], - [ - -121.88346408399997, - 37.21451949800007 - ], - [ - -121.88328748599997, - 37.21413495400003 - ], - [ - -121.88284478099996, - 37.21436519500003 - ], - [ - -121.882092135, - 37.21456535400006 - ], - [ - -121.88173426199995, - 37.21467508000006 - ], - [ - -121.88157607199997, - 37.21474756300006 - ], - [ - -121.88150850999995, - 37.21479153200005 - ], - [ - -121.88149093099997, - 37.21471988800005 - ], - [ - -121.88148922999994, - 37.214713019000044 - ], - [ - -121.88147836799999, - 37.21466883100004 - ], - [ - -121.881454207, - 37.214664302000074 - ], - [ - -121.88141518299994, - 37.214689401000044 - ], - [ - -121.88135616399995, - 37.214667459000054 - ], - [ - -121.87978067199998, - 37.214081804000045 - ], - [ - -121.87976733199997, - 37.214056828000025 - ], - [ - -121.87975370899994, - 37.214031969000075 - ], - [ - -121.87970418199995, - 37.213959696000074 - ], - [ - -121.87966143099999, - 37.21389956400003 - ], - [ - -121.87961577599998, - 37.213840247000064 - ], - [ - -121.87956724799994, - 37.21378185300006 - ], - [ - -121.87951584899997, - 37.21372450300004 - ], - [ - -121.87946158199998, - 37.213668376000044 - ], - [ - -121.87940458999998, - 37.213613518000045 - ], - [ - -121.87934487899997, - 37.21356017800008 - ], - [ - -121.87928259199998, - 37.21350835800007 - ], - [ - -121.87921781799997, - 37.21345826000004 - ], - [ - -121.87915064499998, - 37.21340995300005 - ], - [ - -121.87908118899998, - 37.21336357400003 - ], - [ - -121.879009565, - 37.213319186000035 - ], - [ - -121.87893598, - 37.21327690600003 - ], - [ - -121.87886054199998, - 37.213236822000056 - ], - [ - -121.878783377, - 37.213199049000025 - ], - [ - -121.87870470399997, - 37.213163534000046 - ], - [ - -121.87862461699996, - 37.21313044200008 - ], - [ - -121.87854334599996, - 37.21309978900007 - ], - [ - -121.87846103199996, - 37.213071573000036 - ], - [ - -121.87837787599994, - 37.21304591000006 - ], - [ - -121.87829402499995, - 37.21302272600008 - ], - [ - -121.87820967399995, - 37.21300208800005 - ], - [ - -121.87812496999999, - 37.21298392800003 - ], - [ - -121.87804008299997, - 37.212968309000075 - ], - [ - -121.87795521299995, - 37.212955140000076 - ], - [ - -121.87787050199995, - 37.21294444000006 - ], - [ - -121.87778606599994, - 37.21293616500003 - ], - [ - -121.87728551799995, - 37.21281840700004 - ], - [ - -121.87664829499994, - 37.21266847000004 - ], - [ - -121.87659888399997, - 37.21265680600004 - ], - [ - -121.87624503799998, - 37.21238622200008 - ], - [ - -121.87623999099998, - 37.21200280900007 - ], - [ - -121.87623506199998, - 37.21163205200003 - ], - [ - -121.87623119299997, - 37.21133752800006 - ], - [ - -121.87622821199994, - 37.21111324300006 - ], - [ - -121.876226799, - 37.21100519600003 - ], - [ - -121.87622361999996, - 37.21076695200003 - ], - [ - -121.87621923899997, - 37.210438443000044 - ], - [ - -121.87622664499997, - 37.21030110800007 - ], - [ - -121.87623547699997, - 37.209903592000046 - ], - [ - -121.87624235499999, - 37.20959442900005 - ], - [ - -121.87624705899998, - 37.20938486400007 - ], - [ - -121.87623680699994, - 37.20910126500007 - ], - [ - -121.87623570099998, - 37.20905666500005 - ], - [ - -121.87622895399994, - 37.208792483000025 - ], - [ - -121.87622397499996, - 37.20860880400005 - ], - [ - -121.87621894399996, - 37.208425470000066 - ], - [ - -121.87620608499998, - 37.20819615100004 - ], - [ - -121.87618242399998, - 37.207773151000026 - ], - [ - -121.87616827699998, - 37.207520362000025 - ], - [ - -121.87616865899997, - 37.20732643600007 - ], - [ - -121.87617005799996, - 37.20664608800007 - ], - [ - -121.87616976099997, - 37.20663302100007 - ], - [ - -121.87616777799997, - 37.20655006900006 - ], - [ - -121.87615824099998, - 37.206274129000064 - ], - [ - -121.87616038199997, - 37.206211616000076 - ], - [ - -121.87616122599997, - 37.20618743500006 - ], - [ - -121.87616710599997, - 37.20616168200007 - ], - [ - -121.87616464799999, - 37.205916012000046 - ], - [ - -121.87614965699998, - 37.20447333000004 - ], - [ - -121.87614345499998, - 37.203876070000035 - ], - [ - -121.87521907099995, - 37.203882202000045 - ], - [ - -121.87430919199994, - 37.20388826900006 - ], - [ - -121.87293581699998, - 37.20389734500003 - ], - [ - -121.87212894399994, - 37.20390271400004 - ], - [ - -121.87103165199994, - 37.20390997100003 - ], - [ - -121.86984574599995, - 37.20391779700003 - ], - [ - -121.86912376599997, - 37.20392258600003 - ], - [ - -121.86885005699997, - 37.203924347000054 - ], - [ - -121.86839770999995, - 37.203947081000024 - ], - [ - -121.86786646099995, - 37.20394436700008 - ], - [ - -121.86723301999996, - 37.20394144800008 - ], - [ - -121.86686175299997, - 37.20393972000005 - ], - [ - -121.86668548199998, - 37.20394457200007 - ], - [ - -121.86662101399997, - 37.20394638000005 - ], - [ - -121.86632505399996, - 37.20393470600004 - ], - [ - -121.86613235199997, - 37.203939336000076 - ], - [ - -121.86574780899997, - 37.20394865600008 - ], - [ - -121.86555164799995, - 37.20394874900006 - ], - [ - -121.86536045199995, - 37.20394967500005 - ], - [ - -121.86497313899997, - 37.20395149500007 - ], - [ - -121.86493036199994, - 37.20395169600005 - ], - [ - -121.86456661099999, - 37.20396196000007 - ], - [ - -121.86452395899994, - 37.203959664000024 - ], - [ - -121.864094008, - 37.20393636400007 - ], - [ - -121.86376225199996, - 37.20391844000005 - ], - [ - -121.86366436799995, - 37.20392379200007 - ], - [ - -121.86333118199997, - 37.20394214300006 - ], - [ - -121.86315847099996, - 37.20394136300007 - ], - [ - -121.86262859099998, - 37.203958888000045 - ], - [ - -121.86253230299997, - 37.203960720000055 - ], - [ - -121.86252777799996, - 37.203840945000024 - ], - [ - -121.86253305199995, - 37.20382893400006 - ], - [ - -121.862533553, - 37.203818719000026 - ], - [ - -121.86253514699996, - 37.20375534200008 - ], - [ - -121.86253620999997, - 37.20368169400007 - ], - [ - -121.86252293799998, - 37.20363172000003 - ], - [ - -121.862524308, - 37.20332971900007 - ], - [ - -121.86252450499995, - 37.20328863000003 - ], - [ - -121.86252471899996, - 37.20320611000005 - ], - [ - -121.86251601099997, - 37.202716645000066 - ], - [ - -121.86254050099996, - 37.20190365900004 - ], - [ - -121.86255340099996, - 37.20129651800005 - ], - [ - -121.86257223399997, - 37.200411632000055 - ], - [ - -121.859325217, - 37.200378700000044 - ], - [ - -121.85864132599994, - 37.20036281700004 - ], - [ - -121.85847637799998, - 37.20035896400003 - ], - [ - -121.85829456999994, - 37.200361076000036 - ], - [ - -121.857841281, - 37.20038920400003 - ], - [ - -121.85783585499996, - 37.19995438600006 - ], - [ - -121.85783116399995, - 37.19969899000006 - ], - [ - -121.85783075799998, - 37.199605605000045 - ], - [ - -121.85783034999997, - 37.199471018000054 - ], - [ - -121.85782708499994, - 37.19919637800007 - ], - [ - -121.85782734099996, - 37.19891709800004 - ], - [ - -121.85783521899998, - 37.198165147000054 - ], - [ - -121.85782848199995, - 37.197648557000036 - ], - [ - -121.85782891199995, - 37.197167456000045 - ], - [ - -121.85782927999998, - 37.196755505000056 - ], - [ - -121.85713614499997, - 37.19675507900007 - ], - [ - -121.85621945999998, - 37.19675653200005 - ], - [ - -121.85573608199996, - 37.19675737400007 - ], - [ - -121.85533645599997, - 37.19675804600007 - ], - [ - -121.85453070299997, - 37.19675939000007 - ], - [ - -121.85308185899999, - 37.19676178200007 - ], - [ - -121.85248800899996, - 37.19675647200006 - ], - [ - -121.85056529399998, - 37.19675682800005 - ], - [ - -121.84982716199994, - 37.19676168500007 - ], - [ - -121.84899635199997, - 37.19676669100005 - ], - [ - -121.84874867299999, - 37.196768150000025 - ], - [ - -121.84873716199996, - 37.19660082200005 - ], - [ - -121.84872223099995, - 37.19641375600003 - ], - [ - -121.84872160999998, - 37.19628874000006 - ], - [ - -121.84872628699998, - 37.19621955900004 - ], - [ - -121.84871860199996, - 37.19609167200008 - ], - [ - -121.84870843699997, - 37.195872070000064 - ], - [ - -121.84871716699996, - 37.195546593000074 - ], - [ - -121.84873815299994, - 37.195331416000045 - ], - [ - -121.84877184799996, - 37.19514971700005 - ], - [ - -121.84869597499994, - 37.19306328000005 - ], - [ - -121.84852729499994, - 37.193064080000056 - ], - [ - -121.84631710699995, - 37.19309034100007 - ], - [ - -121.84565910699996, - 37.193091183000035 - ], - [ - -121.844985367, - 37.19309487900006 - ], - [ - -121.84488125999997, - 37.19309550500003 - ], - [ - -121.84404820999998, - 37.19310242500006 - ], - [ - -121.84398030299997, - 37.19310029800005 - ], - [ - -121.84387654099999, - 37.19310567800005 - ], - [ - -121.84365987899997, - 37.19310020200004 - ], - [ - -121.84297277299999, - 37.19310534600004 - ], - [ - -121.84181940299999, - 37.19309896500005 - ], - [ - -121.84168624999995, - 37.19309758600008 - ], - [ - -121.84161760599994, - 37.19309741300003 - ], - [ - -121.84148051399995, - 37.19309660500005 - ], - [ - -121.84121706299999, - 37.193090676000054 - ], - [ - -121.84111204699997, - 37.19310121900003 - ], - [ - -121.839935062, - 37.193091038000034 - ], - [ - -121.839768489, - 37.19308960500007 - ], - [ - -121.83977611799997, - 37.19488608300003 - ], - [ - -121.83978084699999, - 37.194990451000024 - ], - [ - -121.83978472999996, - 37.19501553900005 - ], - [ - -121.83977886999998, - 37.19503982400005 - ], - [ - -121.83977709399994, - 37.19507015000005 - ], - [ - -121.83963711599995, - 37.19506983000008 - ], - [ - -121.83963569899998, - 37.19506421600005 - ], - [ - -121.83958329299998, - 37.19506481600007 - ], - [ - -121.83958125699996, - 37.19506138400004 - ], - [ - -121.83945359299997, - 37.195050508000065 - ], - [ - -121.83931146999998, - 37.19503256400003 - ], - [ - -121.83919278099995, - 37.19502437800003 - ], - [ - -121.83918553599995, - 37.195020777000025 - ], - [ - -121.83912167999995, - 37.19501319900007 - ], - [ - -121.83899706799997, - 37.195001830000024 - ], - [ - -121.83846711199999, - 37.19494595500004 - ], - [ - -121.83839622, - 37.19494019700005 - ], - [ - -121.83784709999998, - 37.19487991500006 - ], - [ - -121.83760593899996, - 37.194853443000056 - ], - [ - -121.837361392, - 37.194829619000075 - ], - [ - -121.83724764399994, - 37.194828836000056 - ], - [ - -121.83714311799997, - 37.19481091800003 - ], - [ - -121.83704445099994, - 37.194808658000056 - ], - [ - -121.83682531599999, - 37.19480585300005 - ], - [ - -121.83660620999996, - 37.19480952300006 - ], - [ - -121.83649762899995, - 37.19481131300006 - ], - [ - -121.83578263099997, - 37.19547822200008 - ], - [ - -121.835405805, - 37.19582967000008 - ], - [ - -121.83534954499999, - 37.19588218000007 - ], - [ - -121.83502954, - 37.19618065100008 - ], - [ - -121.834714626, - 37.19647434800004 - ], - [ - -121.83392126899997, - 37.19721433300003 - ], - [ - -121.83316045899994, - 37.19792388900004 - ], - [ - -121.83299814799994, - 37.19784592100007 - ], - [ - -121.83281312399998, - 37.197747452000044 - ], - [ - -121.83262116499998, - 37.197641874000055 - ], - [ - -121.83250615699995, - 37.197578613000076 - ], - [ - -121.83221875699996, - 37.197412572000076 - ], - [ - -121.83193242299996, - 37.197250248000046 - ], - [ - -121.83174123599997, - 37.19714278300006 - ], - [ - -121.83168607699997, - 37.19711109100007 - ], - [ - -121.83166119299995, - 37.197097091000046 - ], - [ - -121.83166015299997, - 37.19709648500003 - ], - [ - -121.83165468399994, - 37.19709311400004 - ], - [ - -121.83164963899998, - 37.19708937200005 - ], - [ - -121.83164501699997, - 37.197085282000046 - ], - [ - -121.83164230499995, - 37.197082429000034 - ], - [ - -121.83164084699996, - 37.19708088800007 - ], - [ - -121.83163721499994, - 37.197076191000065 - ], - [ - -121.83163412299996, - 37.19707128300007 - ], - [ - -121.83163157099995, - 37.197066138000025 - ], - [ - -121.83162961699998, - 37.19706085000007 - ], - [ - -121.831628234, - 37.19705546400007 - ], - [ - -121.83162747799997, - 37.19704997900004 - ], - [ - -121.83162735199994, - 37.197044463000054 - ], - [ - -121.83162785499997, - 37.19703896400006 - ], - [ - -121.83162890299997, - 37.197033505000036 - ], - [ - -121.83163058099996, - 37.19702817600006 - ], - [ - -121.83163286399997, - 37.19702295400003 - ], - [ - -121.83163572099994, - 37.19701793200005 - ], - [ - -121.83146442099996, - 37.19692340100005 - ], - [ - -121.83145985399995, - 37.19692723000003 - ], - [ - -121.83145490899994, - 37.19693074400004 - ], - [ - -121.83144961399995, - 37.19693389400004 - ], - [ - -121.83144399799994, - 37.19693668100007 - ], - [ - -121.83143808799997, - 37.196939083000075 - ], - [ - -121.83143197199996, - 37.19694105200006 - ], - [ - -121.83142561999995, - 37.19694261200004 - ], - [ - -121.83141917199998, - 37.19694371600008 - ], - [ - -121.83141260399998, - 37.19694438700003 - ], - [ - -121.831405997, - 37.19694459900006 - ], - [ - -121.83139938299996, - 37.19694437600003 - ], - [ - -121.83139387899996, - 37.19694379900005 - ], - [ - -121.83138638999998, - 37.19694255500008 - ], - [ - -121.83138006699994, - 37.19694098000008 - ], - [ - -121.83137393599998, - 37.196938989000046 - ], - [ - -121.83136805699996, - 37.19693656100003 - ], - [ - -121.83136245599997, - 37.196933786000045 - ], - [ - -121.83110933599994, - 37.196794957000066 - ], - [ - -121.83106060999995, - 37.196767746000035 - ], - [ - -121.83097067499995, - 37.196717611000054 - ], - [ - -121.83077648899996, - 37.19661363500006 - ], - [ - -121.83057877699997, - 37.19649958200006 - ], - [ - -121.83045944699995, - 37.196432798000046 - ], - [ - -121.83038196999996, - 37.19650058800005 - ], - [ - -121.83028591899995, - 37.19658462900003 - ], - [ - -121.83018725099998, - 37.19666618600007 - ], - [ - -121.83010355799996, - 37.196737133000056 - ], - [ - -121.83000913499995, - 37.19681607800004 - ], - [ - -121.82996300899998, - 37.196859406000044 - ], - [ - -121.82993682499995, - 37.19688181500004 - ], - [ - -121.82993118999997, - 37.19688677700003 - ], - [ - -121.82989374199997, - 37.19691931800003 - ], - [ - -121.82984836499998, - 37.19695821900007 - ], - [ - -121.82976634899995, - 37.197028438000075 - ], - [ - -121.82967817499997, - 37.19710486200006 - ], - [ - -121.829673448, - 37.19710933300007 - ], - [ - -121.82959013799996, - 37.19717931500003 - ], - [ - -121.82950967899995, - 37.19724864700004 - ], - [ - -121.82946038699998, - 37.197291095000026 - ], - [ - -121.82942824599996, - 37.197321217000024 - ], - [ - -121.82935615099996, - 37.19738301500007 - ], - [ - -121.82933218799997, - 37.19740157600006 - ], - [ - -121.82926316699997, - 37.19746086600003 - ], - [ - -121.82923821599996, - 37.19748181800003 - ], - [ - -121.82918394399996, - 37.197527414000035 - ], - [ - -121.82914342499998, - 37.197562735000076 - ], - [ - -121.82906957299997, - 37.19762707000007 - ], - [ - -121.82905043499994, - 37.19764349400003 - ], - [ - -121.82896822299995, - 37.19771405800003 - ], - [ - -121.82888624599997, - 37.197785054000065 - ], - [ - -121.82879254999995, - 37.197864767000056 - ], - [ - -121.82877752499996, - 37.197877504000076 - ], - [ - -121.82871833999997, - 37.197928397000055 - ], - [ - -121.82869896299997, - 37.19794583000004 - ], - [ - -121.82868696399998, - 37.19795663200006 - ], - [ - -121.82865295399995, - 37.197984623000025 - ], - [ - -121.82860602, - 37.19802445900007 - ], - [ - -121.82851073799998, - 37.19810677600003 - ], - [ - -121.82835880899995, - 37.19823631700007 - ], - [ - -121.82833272299996, - 37.19825936600006 - ], - [ - -121.82825313499995, - 37.198327977000076 - ], - [ - -121.82820843699994, - 37.19836655000006 - ], - [ - -121.82811793099995, - 37.19844391500004 - ], - [ - -121.82803151099995, - 37.19851773100004 - ], - [ - -121.82799734999998, - 37.19854700500008 - ], - [ - -121.82796758699999, - 37.198572521000074 - ], - [ - -121.82788631099999, - 37.19864279900003 - ], - [ - -121.82788262199995, - 37.19864611400004 - ], - [ - -121.82785873699999, - 37.19866751300003 - ], - [ - -121.82778705399994, - 37.198728526000025 - ], - [ - -121.82776340499998, - 37.19874870900003 - ], - [ - -121.82765646299998, - 37.19884003900006 - ], - [ - -121.82764755999995, - 37.198847854000064 - ], - [ - -121.82753007599996, - 37.19894816100003 - ], - [ - -121.82750660199997, - 37.19896685400005 - ], - [ - -121.82747115499996, - 37.19899953100003 - ], - [ - -121.82742103099997, - 37.19904022600008 - ], - [ - -121.82741178199996, - 37.19904797500004 - ], - [ - -121.82739255399997, - 37.19906410100003 - ], - [ - -121.82736687699997, - 37.19908774000004 - ], - [ - -121.82731642599998, - 37.19912791100006 - ], - [ - -121.82729186399996, - 37.19915302600003 - ], - [ - -121.82726933999999, - 37.19917218900008 - ], - [ - -121.82705817899995, - 37.199351910000075 - ], - [ - -121.82701062599995, - 37.19939239300004 - ], - [ - -121.826955968, - 37.19943892900005 - ], - [ - -121.82693324599995, - 37.19945827600003 - ], - [ - -121.82527360499995, - 37.19885904800003 - ], - [ - -121.82512169799998, - 37.19815922300006 - ], - [ - -121.82510216199995, - 37.198169447000055 - ], - [ - -121.82461207999995, - 37.19842559400007 - ], - [ - -121.824477963, - 37.198329992000026 - ], - [ - -121.82302580899994, - 37.19729482900004 - ], - [ - -121.82273648499995, - 37.198001317000035 - ], - [ - -121.82265010199995, - 37.19821225900006 - ], - [ - -121.82225555599996, - 37.199168470000075 - ], - [ - -121.82373520699997, - 37.19957578900005 - ], - [ - -121.82430002899997, - 37.199723421000044 - ], - [ - -121.82430772999999, - 37.19972532500003 - ], - [ - -121.82431548899996, - 37.19972706900006 - ], - [ - -121.82432332499997, - 37.199728605000075 - ], - [ - -121.824420993, - 37.19974672600006 - ], - [ - -121.82445319899995, - 37.19975245100005 - ], - [ - -121.82470279999995, - 37.199795976000075 - ], - [ - -121.82468531699999, - 37.199959308000075 - ], - [ - -121.82467151099996, - 37.20007817000004 - ], - [ - -121.82466052399997, - 37.20016397000006 - ], - [ - -121.82465606399995, - 37.200198080000064 - ], - [ - -121.82465302599996, - 37.200234968000075 - ], - [ - -121.82464584199994, - 37.200297972000044 - ], - [ - -121.824639591, - 37.200348973000075 - ], - [ - -121.824635264, - 37.20039065700007 - ], - [ - -121.82463329099994, - 37.20041022700008 - ], - [ - -121.82463132099997, - 37.20042979800007 - ], - [ - -121.82461928599997, - 37.20054532100005 - ], - [ - -121.82460828099994, - 37.20064130700007 - ], - [ - -121.82459375599996, - 37.200760039000045 - ], - [ - -121.82458999899995, - 37.20079677500007 - ], - [ - -121.82458268, - 37.20086662500006 - ], - [ - -121.82457975099999, - 37.200896804000024 - ], - [ - -121.8245758, - 37.20093388400005 - ], - [ - -121.824570855, - 37.20097456900004 - ], - [ - -121.82456642499994, - 37.201015340000026 - ], - [ - -121.82456251199994, - 37.201056150000056 - ], - [ - -121.82456069399996, - 37.201071461000026 - ], - [ - -121.824558847, - 37.20108679500004 - ], - [ - -121.82455708799995, - 37.201102105000075 - ], - [ - -121.824555326, - 37.20111743900003 - ], - [ - -121.82455362399998, - 37.20113274800008 - ], - [ - -121.82455189299998, - 37.20114812700007 - ], - [ - -121.82454838099994, - 37.201174466000055 - ], - [ - -121.82454218099997, - 37.20124137500005 - ], - [ - -121.82453940999994, - 37.20128043300008 - ], - [ - -121.82453672499997, - 37.20130980700003 - ], - [ - -121.82453245099998, - 37.20133020500003 - ], - [ - -121.82452706, - 37.20137652600005 - ], - [ - -121.82452289499997, - 37.20141431800005 - ], - [ - -121.82451298799998, - 37.201507821000064 - ], - [ - -121.82451084999997, - 37.20152448400006 - ], - [ - -121.824508714, - 37.201541149000036 - ], - [ - -121.82450431199999, - 37.20157699900005 - ], - [ - -121.82450203599996, - 37.201603668000075 - ], - [ - -121.82448684599996, - 37.20175108900003 - ], - [ - -121.82448203999996, - 37.20178023700004 - ], - [ - -121.82447709699994, - 37.201824378000026 - ], - [ - -121.82447304899995, - 37.20185596500005 - ], - [ - -121.82446893099996, - 37.20189652700003 - ], - [ - -121.82446579299994, - 37.20191643100003 - ], - [ - -121.82446312699994, - 37.20195338100007 - ], - [ - -121.82475292799995, - 37.202039988000024 - ], - [ - -121.82502069699996, - 37.20212183000007 - ], - [ - -121.82518018299999, - 37.20217106800004 - ], - [ - -121.82519183399995, - 37.20217452900005 - ], - [ - -121.82552600899999, - 37.20227356300006 - ], - [ - -121.82602958999996, - 37.202425978000065 - ], - [ - -121.82605558799997, - 37.20236871100008 - ], - [ - -121.82609392499995, - 37.20228431800007 - ], - [ - -121.82614100899997, - 37.20218320600003 - ], - [ - -121.82618814899996, - 37.20208207300004 - ], - [ - -121.82628374999996, - 37.20187679000003 - ], - [ - -121.82640608599996, - 37.201617301000056 - ], - [ - -121.82647632399994, - 37.201466348000054 - ], - [ - -121.82655498999998, - 37.20130188700006 - ], - [ - -121.82663571199998, - 37.201133922000054 - ], - [ - -121.826893295, - 37.20064761700007 - ], - [ - -121.82707633099994, - 37.20075996600008 - ], - [ - -121.82712235899999, - 37.20078821800007 - ], - [ - -121.82748967799995, - 37.20101383800005 - ], - [ - -121.82789541799997, - 37.20126768000006 - ], - [ - -121.82787405199997, - 37.20128918700004 - ], - [ - -121.82834191999996, - 37.20158192100007 - ], - [ - -121.82835181099995, - 37.20158945500003 - ], - [ - -121.82836082699998, - 37.20159763800007 - ], - [ - -121.82836893899997, - 37.20160645100003 - ], - [ - -121.82837605699996, - 37.20161573100006 - ], - [ - -121.82838212399997, - 37.20162550400005 - ], - [ - -121.82838711099998, - 37.201635657000054 - ], - [ - -121.82839098899996, - 37.20164611900003 - ], - [ - -121.82839372599994, - 37.20165680000008 - ], - [ - -121.82839523399997, - 37.20166765500005 - ], - [ - -121.82839534199996, - 37.20167049300005 - ], - [ - -121.82839565699999, - 37.20167856900008 - ], - [ - -121.82839481999997, - 37.20168945100005 - ], - [ - -121.82839283699997, - 37.20170025500005 - ], - [ - -121.82838967799995, - 37.20171086600004 - ], - [ - -121.82838533999995, - 37.20172121600007 - ], - [ - -121.82837996599994, - 37.20173125700006 - ], - [ - -121.82837349799996, - 37.20174085100007 - ], - [ - -121.82827523699996, - 37.201839317000065 - ], - [ - -121.82818620599994, - 37.20194362900003 - ], - [ - -121.828107107, - 37.202052955000056 - ], - [ - -121.82804063999998, - 37.20216293900006 - ], - [ - -121.82800563499995, - 37.202218913000024 - ], - [ - -121.82797126399998, - 37.20227515400006 - ], - [ - -121.82793749899997, - 37.20233163800003 - ], - [ - -121.82790442499999, - 37.20238836900006 - ], - [ - -121.82779794699997, - 37.202564249000034 - ], - [ - -121.827740039, - 37.20267120600005 - ], - [ - -121.82767726299994, - 37.20282166100003 - ], - [ - -121.82763475299998, - 37.20294977700007 - ], - [ - -121.82760818699995, - 37.20303786100004 - ], - [ - -121.82758899299995, - 37.20310164000006 - ], - [ - -121.827576164, - 37.20314427100004 - ], - [ - -121.82748369399997, - 37.20339358100006 - ], - [ - -121.82738140999999, - 37.203680130000066 - ], - [ - -121.82727627899999, - 37.203975730000025 - ], - [ - -121.827157592, - 37.204320077000034 - ], - [ - -121.82707242799995, - 37.20456371900008 - ], - [ - -121.82700479199997, - 37.20473874600003 - ], - [ - -121.82692236599996, - 37.204894643000046 - ], - [ - -121.82688466399998, - 37.20495032600007 - ], - [ - -121.82683014599996, - 37.205030829000066 - ], - [ - -121.826822145, - 37.205041175000076 - ], - [ - -121.82681781599996, - 37.205039026000065 - ], - [ - -121.82679778699998, - 37.20506507300007 - ], - [ - -121.826774216, - 37.20509299100007 - ], - [ - -121.82671805099994, - 37.20515490400004 - ], - [ - -121.826658711, - 37.205215158000044 - ], - [ - -121.82659630399996, - 37.20527357000003 - ], - [ - -121.82653091399999, - 37.20533002500008 - ], - [ - -121.82647986799998, - 37.20537070700004 - ], - [ - -121.82646276699995, - 37.205384337000055 - ], - [ - -121.82639194899997, - 37.20543641300003 - ], - [ - -121.82631865599996, - 37.20548611300006 - ], - [ - -121.82624311499995, - 37.205533321000075 - ], - [ - -121.82554239299998, - 37.20594265500006 - ], - [ - -121.82408674199996, - 37.20679512100003 - ], - [ - -121.82404360199996, - 37.206821442000034 - ], - [ - -121.82400190899995, - 37.206849103000025 - ], - [ - -121.82369909899995, - 37.207021213000075 - ], - [ - -121.82365299299994, - 37.20698050400006 - ], - [ - -121.82359499699999, - 37.20702252500007 - ], - [ - -121.82345127999997, - 37.206957927000076 - ], - [ - -121.82338858199995, - 37.20687785800004 - ], - [ - -121.82320137299996, - 37.20679370900007 - ], - [ - -121.82299326799995, - 37.206608421000055 - ], - [ - -121.82247683699995, - 37.20654507200004 - ], - [ - -121.822253892, - 37.206430270000055 - ], - [ - -121.82175724499996, - 37.206474161000074 - ], - [ - -121.82147770899996, - 37.20636248400007 - ], - [ - -121.821370689, - 37.20622373500004 - ], - [ - -121.82139313399995, - 37.20602463200004 - ], - [ - -121.82138141799999, - 37.205979272000036 - ], - [ - -121.82137869499996, - 37.20593951700005 - ], - [ - -121.82131708099996, - 37.20591069900007 - ], - [ - -121.82103655799995, - 37.20589567600007 - ], - [ - -121.82052366, - 37.20555863200008 - ], - [ - -121.82016766799995, - 37.205628913000055 - ], - [ - -121.81985914699999, - 37.20560687600005 - ], - [ - -121.81939034699997, - 37.205469624000045 - ], - [ - -121.81934830199998, - 37.20545731300007 - ], - [ - -121.81929962999999, - 37.20538441800005 - ], - [ - -121.81937010099995, - 37.205333163000034 - ], - [ - -121.81923558699998, - 37.20512234300003 - ], - [ - -121.81877974799994, - 37.20497799700007 - ], - [ - -121.81835590499998, - 37.204884195000034 - ], - [ - -121.81815135099998, - 37.20472792100003 - ], - [ - -121.81798255099994, - 37.20444266700008 - ], - [ - -121.81787126499995, - 37.204410686000074 - ], - [ - -121.81766595399995, - 37.20421916300006 - ], - [ - -121.81763233599997, - 37.20397232200003 - ], - [ - -121.81762861299995, - 37.20394498200005 - ], - [ - -121.81747526899994, - 37.20374929700006 - ], - [ - -121.81718339199995, - 37.20355266100006 - ], - [ - -121.81704419699997, - 37.20358751500004 - ], - [ - -121.81683203199998, - 37.20346641700007 - ], - [ - -121.816735597, - 37.203371333000064 - ], - [ - -121.81657688499996, - 37.20363032400007 - ], - [ - -121.81611767199996, - 37.20437966800006 - ], - [ - -121.81611765699995, - 37.20437969300008 - ], - [ - -121.81604488799996, - 37.204500411000026 - ], - [ - -121.81581781899996, - 37.20489758200006 - ], - [ - -121.81573492099994, - 37.20504260400003 - ], - [ - -121.814684651, - 37.20459954900008 - ], - [ - -121.81454326299996, - 37.20454112200008 - ], - [ - -121.81429870199997, - 37.20444945000003 - ], - [ - -121.81351923899996, - 37.20413026500006 - ], - [ - -121.81239460399996, - 37.203669759000036 - ], - [ - -121.81143118399996, - 37.20350554800007 - ], - [ - -121.81120452099998, - 37.20349820500007 - ], - [ - -121.81112445899998, - 37.20349561100005 - ], - [ - -121.81041655799999, - 37.20347267200003 - ], - [ - -121.81041469499996, - 37.20347260600005 - ], - [ - -121.81034242899995, - 37.20347027500003 - ], - [ - -121.80793291499998, - 37.203396793000024 - ], - [ - -121.80793016599995, - 37.20339670800007 - ], - [ - -121.80744716399994, - 37.203381972000045 - ], - [ - -121.80736470699998, - 37.203379436000034 - ], - [ - -121.80556640299994, - 37.203284980000035 - ], - [ - -121.80550359799997, - 37.20337224800005 - ], - [ - -121.800107863, - 37.21086912700008 - ], - [ - -121.80068889499995, - 37.21106956800003 - ], - [ - -121.80126992699996, - 37.21126998200003 - ], - [ - -121.80166411399995, - 37.21147535800003 - ], - [ - -121.80316275099995, - 37.21271267900005 - ], - [ - -121.80321327399997, - 37.21275439400006 - ], - [ - -121.80325087499995, - 37.21278542600004 - ], - [ - -121.80330026799999, - 37.212826214000074 - ], - [ - -121.80466030599996, - 37.21394907900003 - ], - [ - -121.80536989299998, - 37.21615412800003 - ], - [ - -121.80657756, - 37.216291812000065 - ], - [ - -121.80755364599997, - 37.21653342500008 - ], - [ - -121.81022719699996, - 37.21725530400005 - ], - [ - -121.81155521299996, - 37.21755124400005 - ], - [ - -121.81256418099997, - 37.21892163600006 - ], - [ - -121.81254453599996, - 37.21923631400006 - ], - [ - -121.813369653, - 37.21921394000003 - ], - [ - -121.81397419999996, - 37.21956913500003 - ], - [ - -121.81480004399998, - 37.22005433700008 - ], - [ - -121.81584501999998, - 37.22016756800008 - ], - [ - -121.81714086899996, - 37.22030822700003 - ], - [ - -121.81719565199995, - 37.22020302400006 - ], - [ - -121.81759685399999, - 37.21943253200004 - ], - [ - -121.81815683599996, - 37.218356639000035 - ], - [ - -121.81883976999995, - 37.216964809000046 - ], - [ - -121.81890164799995, - 37.21684101200003 - ], - [ - -121.81904982699996, - 37.21654455300006 - ], - [ - -121.81949331199996, - 37.21565726700004 - ], - [ - -121.81952906999999, - 37.21558002300003 - ], - [ - -121.81960045399995, - 37.21543901800004 - ], - [ - -121.81992210299995, - 37.214708005000034 - ], - [ - -121.820137037, - 37.21433634700003 - ], - [ - -121.82036986399999, - 37.213861233000046 - ], - [ - -121.82047677299994, - 37.213638272000026 - ], - [ - -121.82102934099998, - 37.21255253700008 - ], - [ - -121.82185423899995, - 37.21089370400006 - ], - [ - -121.82200544799997, - 37.21059005800004 - ], - [ - -121.82246804799996, - 37.20966109600005 - ], - [ - -121.82258252699995, - 37.209431478000056 - ], - [ - -121.82110457099998, - 37.20871422100004 - ], - [ - -121.82116503599997, - 37.208641001000046 - ], - [ - -121.82278276499994, - 37.20903146200004 - ], - [ - -121.82282489299996, - 37.208947325000054 - ], - [ - -121.82283494299998, - 37.20892693300004 - ], - [ - -121.82285103499999, - 37.20889428800007 - ], - [ - -121.82285464299997, - 37.20888697000004 - ], - [ - -121.82287782499998, - 37.20883992200004 - ], - [ - -121.82289367299995, - 37.208808773000044 - ], - [ - -121.82290047599997, - 37.20879535200004 - ], - [ - -121.82296039299996, - 37.20867764800005 - ], - [ - -121.8229624, - 37.208673704000034 - ], - [ - -121.82302326399997, - 37.20855411200006 - ], - [ - -121.82302601099997, - 37.20854871600005 - ], - [ - -121.82315326999998, - 37.208297290000075 - ], - [ - -121.82325607399997, - 37.208094204000076 - ], - [ - -121.82365910699997, - 37.20730203800008 - ], - [ - -121.82367517399996, - 37.207273146000034 - ], - [ - -121.82371181899998, - 37.20728499900008 - ], - [ - -121.82370234999996, - 37.20730400900004 - ], - [ - -121.82374263, - 37.20739250300005 - ], - [ - -121.82382422699999, - 37.207231988000046 - ], - [ - -121.82385185299995, - 37.20726731800005 - ], - [ - -121.82457228599998, - 37.20818863000005 - ], - [ - -121.825413132, - 37.209239350000075 - ], - [ - -121.82559072999999, - 37.20937843200005 - ], - [ - -121.826132525, - 37.209802712000055 - ], - [ - -121.82689622999999, - 37.21045342700006 - ], - [ - -121.82736823899995, - 37.210855594000066 - ], - [ - -121.827429129, - 37.210891692000075 - ], - [ - -121.82747765699997, - 37.210863483000026 - ], - [ - -121.827518554, - 37.21088711600004 - ], - [ - -121.82775684099994, - 37.211024817000066 - ], - [ - -121.82884399499994, - 37.21165304200008 - ], - [ - -121.82904540899995, - 37.211863926000035 - ], - [ - -121.82949380699995, - 37.21235993000005 - ], - [ - -121.82979621099997, - 37.21270876600005 - ], - [ - -121.83033421999994, - 37.21291778900007 - ], - [ - -121.830612267, - 37.21302052400006 - ], - [ - -121.83097769499994, - 37.21315554200004 - ], - [ - -121.83103886999999, - 37.21317814500003 - ], - [ - -121.83139042999994, - 37.213308039000026 - ], - [ - -121.831789115, - 37.213450453000064 - ], - [ - -121.83194585999996, - 37.213506488000064 - ], - [ - -121.83256621299995, - 37.21372811500004 - ], - [ - -121.83305774499996, - 37.21380148500003 - ], - [ - -121.83418350599999, - 37.214021854000066 - ], - [ - -121.83434451199997, - 37.21406952800004 - ], - [ - -121.83477463999998, - 37.21410325900007 - ], - [ - -121.83484350799995, - 37.21410867700007 - ], - [ - -121.83508230499996, - 37.214127423000036 - ], - [ - -121.83526249, - 37.21422026700003 - ], - [ - -121.83613278399997, - 37.21466881200007 - ], - [ - -121.83620872499995, - 37.21470793300006 - ], - [ - -121.83649341899996, - 37.21474700500005 - ], - [ - -121.83740294999996, - 37.214896794000026 - ], - [ - -121.83788579599997, - 37.215172015000064 - ], - [ - -121.83775156499996, - 37.215304778000075 - ], - [ - -121.83741729099995, - 37.21563525800008 - ], - [ - -121.83717075899995, - 37.21587898900003 - ], - [ - -121.83713754399997, - 37.215911826000024 - ], - [ - -121.83706734299994, - 37.215984158000026 - ], - [ - -121.83700211499996, - 37.21605135300007 - ], - [ - -121.83687128399998, - 37.21618881100005 - ], - [ - -121.83670341899995, - 37.21639600800006 - ], - [ - -121.83668685599997, - 37.21641645100004 - ], - [ - -121.83663826699996, - 37.216455438000025 - ], - [ - -121.83655449999998, - 37.216532640000025 - ], - [ - -121.83653017199998, - 37.21655509800007 - ], - [ - -121.83633116899995, - 37.21674884300006 - ], - [ - -121.83630358099998, - 37.21677623700003 - ], - [ - -121.83626049799994, - 37.21681900500005 - ], - [ - -121.83611853499997, - 37.216959933000055 - ], - [ - -121.83592931799996, - 37.21712793000006 - ], - [ - -121.83591982899998, - 37.21713675900003 - ], - [ - -121.83591013799997, - 37.21714545300006 - ], - [ - -121.835900246, - 37.21715401200004 - ], - [ - -121.835870839, - 37.21713889800003 - ], - [ - -121.83584846099996, - 37.217156733000024 - ], - [ - -121.83582506799996, - 37.21717373100006 - ], - [ - -121.83580071199998, - 37.21718984900008 - ], - [ - -121.83571680899996, - 37.21723070300004 - ], - [ - -121.835629058, - 37.21726608600005 - ], - [ - -121.83555234399995, - 37.217291087000035 - ], - [ - -121.83553805899999, - 37.21729573600004 - ], - [ - -121.83544440499998, - 37.21731946500006 - ], - [ - -121.83535412799995, - 37.21734315700007 - ], - [ - -121.83526492399994, - 37.21736933100004 - ], - [ - -121.83517690999997, - 37.21739796300005 - ], - [ - -121.835120212, - 37.21741719600004 - ], - [ - -121.83486280299996, - 37.217504345000066 - ], - [ - -121.83475236599998, - 37.21754032700005 - ], - [ - -121.83473331699997, - 37.218656416000044 - ], - [ - -121.83472698499997, - 37.21993981900005 - ], - [ - -121.83472499799996, - 37.22013172700008 - ], - [ - -121.83541292799998, - 37.22033851400005 - ], - [ - -121.83568897999999, - 37.22042147500008 - ], - [ - -121.83665820799996, - 37.22059105200003 - ], - [ - -121.83839161399999, - 37.22077740700007 - ], - [ - -121.83851639, - 37.22079083400007 - ], - [ - -121.83853821199995, - 37.220793194000066 - ], - [ - -121.83862162399998, - 37.220753487000025 - ], - [ - -121.83874854299995, - 37.22069311800004 - ], - [ - -121.83929318699995, - 37.220460667000054 - ], - [ - -121.83995554499995, - 37.22020072500004 - ], - [ - -121.84012138999998, - 37.22011807100006 - ], - [ - -121.84020413299999, - 37.219945245000076 - ], - [ - -121.84020050199996, - 37.219867141000066 - ], - [ - -121.84017331999996, - 37.21962475300006 - ], - [ - -121.84011106199995, - 37.21943896100004 - ], - [ - -121.83997785699995, - 37.218932290000055 - ], - [ - -121.83975867199996, - 37.21880281700004 - ], - [ - -121.83923160699999, - 37.21847496000004 - ], - [ - -121.83893728899994, - 37.218303656000046 - ], - [ - -121.83870656299996, - 37.21821352500007 - ], - [ - -121.83821743399994, - 37.21803318700006 - ], - [ - -121.837810849, - 37.21788326200004 - ], - [ - -121.83734027999998, - 37.21770502000004 - ], - [ - -121.836922389, - 37.21754672900005 - ], - [ - -121.83745352499994, - 37.217038208000076 - ], - [ - -121.83775274099997, - 37.216749193000055 - ], - [ - -121.83787699599998, - 37.216623414000026 - ], - [ - -121.83807909099994, - 37.21642830300004 - ], - [ - -121.83827915899997, - 37.21623516100004 - ], - [ - -121.83832991999998, - 37.216186512000036 - ], - [ - -121.83868851399995, - 37.21584284100004 - ], - [ - -121.83882695199998, - 37.21571016900003 - ], - [ - -121.83920880899996, - 37.21592624900006 - ], - [ - -121.83924523999997, - 37.21594686700007 - ], - [ - -121.83967370099998, - 37.21604823900003 - ], - [ - -121.839618084, - 37.216102300000045 - ], - [ - -121.83991021499997, - 37.21622052300006 - ], - [ - -121.84007857899996, - 37.21628866000003 - ], - [ - -121.84052560599997, - 37.21648373200003 - ], - [ - -121.84104935099998, - 37.216703401000075 - ], - [ - -121.84166485599997, - 37.21695328100003 - ], - [ - -121.84176187199995, - 37.21699266100006 - ], - [ - -121.84199550499994, - 37.21731357300007 - ], - [ - -121.84203787799999, - 37.21737177600005 - ], - [ - -121.84220376099995, - 37.21759970900007 - ], - [ - -121.84235763199996, - 37.217794635000075 - ], - [ - -121.84277842699998, - 37.21832776100007 - ], - [ - -121.84310043499994, - 37.21876565200006 - ], - [ - -121.84335831399994, - 37.21911636100003 - ], - [ - -121.84364937599997, - 37.219512192000025 - ], - [ - -121.84376253499994, - 37.219666063000034 - ], - [ - -121.84396744599997, - 37.21992309500007 - ], - [ - -121.84410023399994, - 37.219987400000036 - ], - [ - -121.844527788, - 37.22016253900006 - ], - [ - -121.84477924699996, - 37.220265217000076 - ], - [ - -121.845172989, - 37.22043483500005 - ], - [ - -121.84571494799997, - 37.22071641900004 - ], - [ - -121.84628809399999, - 37.22076959100008 - ], - [ - -121.84746317499997, - 37.22086918600007 - ], - [ - -121.847523836, - 37.22087771200006 - ], - [ - -121.84685319699997, - 37.221528818000024 - ], - [ - -121.84680192199994, - 37.22151553700007 - ], - [ - -121.84668530999994, - 37.22154077500005 - ], - [ - -121.84668540999996, - 37.22156698300006 - ], - [ - -121.84668250299995, - 37.22159308800008 - ], - [ - -121.84667675699995, - 37.221618904000024 - ], - [ - -121.84666819599994, - 37.22164420400003 - ], - [ - -121.84665684499998, - 37.221668804000046 - ], - [ - -121.84664284599995, - 37.221692519000044 - ], - [ - -121.84662627899996, - 37.22171514200005 - ], - [ - -121.84660725799995, - 37.22173648800003 - ], - [ - -121.84656577899995, - 37.22178718600003 - ], - [ - -121.84654601499994, - 37.22181339300005 - ], - [ - -121.84652347599996, - 37.22183814300007 - ], - [ - -121.84649838899998, - 37.22186125400003 - ], - [ - -121.846470894, - 37.22188256000004 - ], - [ - -121.84644118799997, - 37.221901901000024 - ], - [ - -121.84640955499998, - 37.221919111000034 - ], - [ - -121.84637616199996, - 37.221934075000036 - ], - [ - -121.846341269, - 37.22194667700006 - ], - [ - -121.84630515899994, - 37.221956867000074 - ], - [ - -121.84626808799999, - 37.22196450400003 - ], - [ - -121.84601356799999, - 37.22202955400007 - ], - [ - -121.84580025499997, - 37.22208273200005 - ], - [ - -121.84574657499996, - 37.22209639500005 - ], - [ - -121.84569459399995, - 37.22211379500004 - ], - [ - -121.845672762, - 37.22212297600004 - ], - [ - -121.84564473799998, - 37.22213476200005 - ], - [ - -121.84559751899997, - 37.222159066000074 - ], - [ - -121.84557304299994, - 37.22215261700006 - ], - [ - -121.845548281, - 37.22214761400005 - ], - [ - -121.84552309199995, - 37.22214435600006 - ], - [ - -121.84549041099996, - 37.222128800000064 - ], - [ - -121.84545148499996, - 37.22214479000007 - ], - [ - -121.84524086, - 37.22223135400003 - ], - [ - -121.84432029699997, - 37.22261100700007 - ], - [ - -121.84404941499997, - 37.22272453800008 - ], - [ - -121.84377880499994, - 37.22299508900005 - ], - [ - -121.84351725399995, - 37.22330483800005 - ], - [ - -121.84347504699997, - 37.223354947000075 - ], - [ - -121.84367257699995, - 37.224633425000036 - ], - [ - -121.84431771099997, - 37.224664242000074 - ], - [ - -121.845260065, - 37.22462292400007 - ], - [ - -121.84718913399996, - 37.224409534000074 - ], - [ - -121.84725049499997, - 37.224595081000075 - ], - [ - -121.84738832099998, - 37.22501168800005 - ], - [ - -121.847489624, - 37.225372684000035 - ], - [ - -121.84761616599997, - 37.22574272600008 - ], - [ - -121.84766596199995, - 37.22588841800007 - ], - [ - -121.847703379, - 37.22603649600006 - ], - [ - -121.847867668, - 37.226687189000074 - ], - [ - -121.84825038599996, - 37.22820636500006 - ], - [ - -121.84732426299996, - 37.22784321900008 - ], - [ - -121.84701585399995, - 37.227722295000035 - ], - [ - -121.84637328499997, - 37.22737416700005 - ], - [ - -121.845960908, - 37.227157361000025 - ], - [ - -121.84574041199994, - 37.22704446500006 - ], - [ - -121.84566434799996, - 37.22701370500005 - ], - [ - -121.84558618799997, - 37.226985855000066 - ], - [ - -121.84550610899998, - 37.22696109300006 - ], - [ - -121.84542445499994, - 37.22693948600005 - ], - [ - -121.84534151199995, - 37.22692112000004 - ], - [ - -121.84525760199995, - 37.22690610800004 - ], - [ - -121.84517300699997, - 37.22689446800007 - ], - [ - -121.84508804399997, - 37.22688621900005 - ], - [ - -121.84500302699996, - 37.22688136000005 - ], - [ - -121.84439871, - 37.22686742900004 - ], - [ - -121.84436950599996, - 37.22686543000003 - ], - [ - -121.84385367099998, - 37.22686128400005 - ], - [ - -121.84352982099995, - 37.226606669000034 - ], - [ - -121.84349729099995, - 37.22658529700004 - ], - [ - -121.84346504299998, - 37.22656366900003 - ], - [ - -121.84343310499997, - 37.22654171900007 - ], - [ - -121.84331110199997, - 37.22645204100007 - ], - [ - -121.84170011199996, - 37.22530418000008 - ], - [ - -121.84165823199999, - 37.22469649300007 - ], - [ - -121.841654329, - 37.22463985600007 - ], - [ - -121.84079455799997, - 37.225136159000044 - ], - [ - -121.84047482799997, - 37.227379118000044 - ], - [ - -121.84016288099997, - 37.22956734500008 - ], - [ - -121.838620473, - 37.22955871400006 - ], - [ - -121.83850363299996, - 37.22946837200004 - ], - [ - -121.83834736699998, - 37.229168421000054 - ], - [ - -121.83820252299995, - 37.22899931100005 - ], - [ - -121.83811831799994, - 37.22897595000006 - ], - [ - -121.83806825399995, - 37.228956768000046 - ], - [ - -121.83798755799995, - 37.22893271000004 - ], - [ - -121.83751241899995, - 37.22901419200008 - ], - [ - -121.83729679499999, - 37.229009620000056 - ], - [ - -121.83707425199998, - 37.228917557000045 - ], - [ - -121.83661051799999, - 37.228329458000076 - ], - [ - -121.836311879, - 37.228274885000076 - ], - [ - -121.83609214299997, - 37.22829915800003 - ], - [ - -121.83575631099995, - 37.228336254000055 - ], - [ - -121.83558585999998, - 37.228325262000055 - ], - [ - -121.83553077, - 37.22831966500007 - ], - [ - -121.83546556699997, - 37.22831187100007 - ], - [ - -121.83540680699997, - 37.228304164000065 - ], - [ - -121.83536052399995, - 37.228291668000054 - ], - [ - -121.835314327, - 37.228279057000066 - ], - [ - -121.83526821299995, - 37.22826630600008 - ], - [ - -121.83523662799996, - 37.22825437600005 - ], - [ - -121.83520626799998, - 37.22824059900006 - ], - [ - -121.83517730799997, - 37.22822499800003 - ], - [ - -121.83510363999994, - 37.22818246300005 - ], - [ - -121.835035598, - 37.22813432400005 - ], - [ - -121.83497381999996, - 37.22808105400003 - ], - [ - -121.83494851799998, - 37.228054058000055 - ], - [ - -121.83492525999998, - 37.22802591800007 - ], - [ - -121.834904129, - 37.22799670000006 - ], - [ - -121.83489546899995, - 37.22798141700008 - ], - [ - -121.83488866, - 37.227965563000055 - ], - [ - -121.83488375999997, - 37.22794925300008 - ], - [ - -121.83488080299998, - 37.227932646000056 - ], - [ - -121.83487787299998, - 37.22790484500007 - ], - [ - -121.83487714599994, - 37.22787695100004 - ], - [ - -121.83487856799997, - 37.227849079000066 - ], - [ - -121.83488094899997, - 37.227804485000036 - ], - [ - -121.834884478, - 37.22775994700004 - ], - [ - -121.83488915099997, - 37.227715465000074 - ], - [ - -121.83490192299996, - 37.22766278800003 - ], - [ - -121.83492089899994, - 37.227611298000056 - ], - [ - -121.83494588599996, - 37.22756150300006 - ], - [ - -121.83497666599999, - 37.227513816000055 - ], - [ - -121.83501295899998, - 37.22746867600006 - ], - [ - -121.83508834799994, - 37.227381499000046 - ], - [ - -121.835168276, - 37.22729694800006 - ], - [ - -121.835252664, - 37.22721523000007 - ], - [ - -121.83528759599994, - 37.22718042900004 - ], - [ - -121.83532093599996, - 37.22714468400005 - ], - [ - -121.83535271199997, - 37.227108018000024 - ], - [ - -121.83539063699999, - 37.22706457500004 - ], - [ - -121.83539032999994, - 37.22704095800003 - ], - [ - -121.83538752299995, - 37.226824339000075 - ], - [ - -121.83538627299998, - 37.226726934000055 - ], - [ - -121.83534342499996, - 37.226695034000045 - ], - [ - -121.83530276, - 37.22666997700003 - ], - [ - -121.83525948699997, - 37.22664792300003 - ], - [ - -121.83521386599995, - 37.22662903400004 - ], - [ - -121.83516630099996, - 37.22661348500003 - ], - [ - -121.83511727999996, - 37.22660138700007 - ], - [ - -121.83507622299999, - 37.226599245000045 - ], - [ - -121.83428489899995, - 37.22655759200006 - ], - [ - -121.83424016999999, - 37.226555036000036 - ], - [ - -121.83419532899995, - 37.226555821000034 - ], - [ - -121.83415077899997, - 37.226559991000045 - ], - [ - -121.83410694399998, - 37.226567472000056 - ], - [ - -121.83406414199999, - 37.22657823900005 - ], - [ - -121.83405252799997, - 37.22658187300004 - ], - [ - -121.83404100399997, - 37.22658571300008 - ], - [ - -121.83402959799997, - 37.22658975600007 - ], - [ - -121.83361278899997, - 37.22671625700008 - ], - [ - -121.83359264999996, - 37.22672179700004 - ], - [ - -121.83357206, - 37.22672617500007 - ], - [ - -121.83355113599998, - 37.22672936600003 - ], - [ - -121.83345726599998, - 37.22672560600006 - ], - [ - -121.83345600399997, - 37.22672548300005 - ], - [ - -121.83336429899998, - 37.226714695000055 - ], - [ - -121.83327306499996, - 37.22669659700006 - ], - [ - -121.83327191399997, - 37.22669629100005 - ], - [ - -121.83318445599997, - 37.226671605000035 - ], - [ - -121.83300424799995, - 37.22660155500006 - ], - [ - -121.832938502, - 37.22656014100005 - ], - [ - -121.832876447, - 37.226515275000054 - ], - [ - -121.83281831299996, - 37.22646713600005 - ], - [ - -121.83278989599995, - 37.22643699400004 - ], - [ - -121.83276020399995, - 37.22640762100008 - ], - [ - -121.83272926899997, - 37.226379132000034 - ], - [ - -121.83268668399995, - 37.22635867300005 - ], - [ - -121.83264194999998, - 37.22634137400007 - ], - [ - -121.83259550099996, - 37.226327369000046 - ], - [ - -121.83254765299995, - 37.226316766000025 - ], - [ - -121.83244651499996, - 37.22629390700007 - ], - [ - -121.83243207899994, - 37.22629006500006 - ], - [ - -121.83241808099996, - 37.226285258000075 - ], - [ - -121.83240464099998, - 37.22627952800008 - ], - [ - -121.83239186999998, - 37.22627289800005 - ], - [ - -121.83237985799997, - 37.22626541200003 - ], - [ - -121.83236866299995, - 37.22625714000003 - ], - [ - -121.83235845499996, - 37.226248146000046 - ], - [ - -121.83234915, - 37.22623847700004 - ], - [ - -121.83224524499997, - 37.22616300300007 - ], - [ - -121.83223840499994, - 37.22615813600004 - ], - [ - -121.83223108399994, - 37.22615378000006 - ], - [ - -121.83222328799997, - 37.226149931000066 - ], - [ - -121.83221515699995, - 37.226146637000056 - ], - [ - -121.83220666399995, - 37.22614391700006 - ], - [ - -121.83219792499995, - 37.226141796000036 - ], - [ - -121.83218899599996, - 37.226140273000055 - ], - [ - -121.83217993299996, - 37.226139370000055 - ], - [ - -121.832170798, - 37.22613910700005 - ], - [ - -121.83212065699996, - 37.22613152900004 - ], - [ - -121.83207126899998, - 37.22612128700007 - ], - [ - -121.83202286599999, - 37.22610844700006 - ], - [ - -121.831987987, - 37.22609321200008 - ], - [ - -121.83195221799997, - 37.22607935800005 - ], - [ - -121.831915644, - 37.22606691100003 - ], - [ - -121.83187897699997, - 37.22606215500008 - ], - [ - -121.83184192799996, - 37.22606001200006 - ], - [ - -121.83180478099996, - 37.22606048100005 - ], - [ - -121.83176785399996, - 37.22606355700003 - ], - [ - -121.83173137299997, - 37.22606921300007 - ], - [ - -121.83173008499995, - 37.22606951000006 - ], - [ - -121.83169570999996, - 37.22607742500003 - ], - [ - -121.83166103599996, - 37.22608812000004 - ], - [ - -121.83165088199996, - 37.22609022700004 - ], - [ - -121.83164099899994, - 37.22609297100007 - ], - [ - -121.83163147099998, - 37.22609639900003 - ], - [ - -121.83162229699997, - 37.22610046300008 - ], - [ - -121.83161362199996, - 37.22610514000007 - ], - [ - -121.83160544199995, - 37.22611038400004 - ], - [ - -121.83159787399995, - 37.22611616700004 - ], - [ - -121.83159094399997, - 37.226122427000064 - ], - [ - -121.83158468099998, - 37.226129161000074 - ], - [ - -121.83157916899995, - 37.226136273000066 - ], - [ - -121.831574435, - 37.22614374300008 - ], - [ - -121.83157050799997, - 37.22615150000007 - ], - [ - -121.83156741599998, - 37.22615950200003 - ], - [ - -121.83156515799999, - 37.226167700000076 - ], - [ - -121.831563846, - 37.226176 - ], - [ - -121.83156336499997, - 37.22618436000005 - ], - [ - -121.83156552799994, - 37.22624803800005 - ], - [ - -121.83156124099997, - 37.22631117000003 - ], - [ - -121.83155031399997, - 37.226374333000024 - ], - [ - -121.83153276399997, - 37.226436860000035 - ], - [ - -121.83150875099994, - 37.22649813500004 - ], - [ - -121.83147846299994, - 37.22655749000006 - ], - [ - -121.83144231799997, - 37.226614323000035 - ], - [ - -121.83140074, - 37.22666808400004 - ], - [ - -121.83135555599995, - 37.226717147000045 - ], - [ - -121.83130125199995, - 37.22674916900007 - ], - [ - -121.831243358, - 37.226780500000075 - ], - [ - -121.83118382899994, - 37.22681001800004 - ], - [ - -121.831122747, - 37.226837584000066 - ], - [ - -121.83106028599997, - 37.22686317600005 - ], - [ - -121.83099661299997, - 37.22688669900003 - ], - [ - -121.83093187399999, - 37.22690815000004 - ], - [ - -121.83086623799994, - 37.226927414000045 - ], - [ - -121.83079995999998, - 37.22694446500003 - ], - [ - -121.83044979299996, - 37.22702009100004 - ], - [ - -121.83039786399996, - 37.22702796100003 - ], - [ - -121.83034283599994, - 37.22702888400005 - ], - [ - -121.83028626299995, - 37.227021860000036 - ], - [ - -121.83023080199996, - 37.227006490000065 - ], - [ - -121.830179349, - 37.226983086000075 - ], - [ - -121.83013446999996, - 37.22695283200005 - ], - [ - -121.83009800499997, - 37.22691751700006 - ], - [ - -121.83007087399994, - 37.226879233000034 - ], - [ - -121.83005258499998, - 37.22683901800008 - ], - [ - -121.82980074799997, - 37.22622656800007 - ], - [ - -121.82977742399999, - 37.22642871200003 - ], - [ - -121.82977609199997, - 37.22640689000008 - ], - [ - -121.82976875299994, - 37.226385366000045 - ], - [ - -121.82975542999998, - 37.22636530700004 - ], - [ - -121.82973694999998, - 37.226348234000056 - ], - [ - -121.82971640999995, - 37.226336084000025 - ], - [ - -121.82971493499997, - 37.226335207000034 - ], - [ - -121.82969099599995, - 37.226326553000035 - ], - [ - -121.82966423599999, - 37.22632198200006 - ], - [ - -121.82963601499995, - 37.22632218800004 - ], - [ - -121.82960834299996, - 37.226327447000074 - ], - [ - -121.82959140199995, - 37.22633411700008 - ], - [ - -121.82933660499998, - 37.22647952300008 - ], - [ - -121.82906290299996, - 37.226484457000026 - ], - [ - -121.82887967099998, - 37.226391345000025 - ], - [ - -121.82884012999995, - 37.226371252000035 - ], - [ - -121.82865012999997, - 37.22611845700004 - ], - [ - -121.82864990899998, - 37.226118109000026 - ], - [ - -121.828754657, - 37.226116449000074 - ], - [ - -121.82873841599996, - 37.22607581400007 - ], - [ - -121.82872569399996, - 37.22602999500003 - ], - [ - -121.82872625199997, - 37.226014629000076 - ], - [ - -121.82872177299998, - 37.225984856000025 - ], - [ - -121.82870657799998, - 37.22595932300004 - ], - [ - -121.82869957499997, - 37.22595022300004 - ], - [ - -121.82869163799995, - 37.22594163900004 - ], - [ - -121.82868279399997, - 37.225933636000036 - ], - [ - -121.82867313, - 37.22592626100004 - ], - [ - -121.82866273599996, - 37.22591958000004 - ], - [ - -121.82865163799994, - 37.22591361900004 - ], - [ - -121.828639953, - 37.22590846300005 - ], - [ - -121.828627768, - 37.225904092000064 - ], - [ - -121.82861516899999, - 37.22590059600003 - ], - [ - -121.82843026599994, - 37.225870444000066 - ], - [ - -121.82838754099998, - 37.22586950900006 - ], - [ - -121.82834484099999, - 37.22587155100007 - ], - [ - -121.82830253599997, - 37.22587649400003 - ], - [ - -121.82826094299998, - 37.22588442800003 - ], - [ - -121.82822034399999, - 37.22589518900003 - ], - [ - -121.82818410599998, - 37.22590487100007 - ], - [ - -121.82814699299996, - 37.22591206800007 - ], - [ - -121.82810926299999, - 37.22591673100004 - ], - [ - -121.82807111699998, - 37.225918834000026 - ], - [ - -121.82803289399999, - 37.225918329000024 - ], - [ - -121.82799488399996, - 37.225915282000074 - ], - [ - -121.827957315, - 37.22590964200003 - ], - [ - -121.82764580799994, - 37.22581999400006 - ], - [ - -121.82760314999996, - 37.22580493500004 - ], - [ - -121.82756121299997, - 37.22578865600008 - ], - [ - -121.82752005699996, - 37.225771200000054 - ], - [ - -121.82749022599995, - 37.22576455800004 - ], - [ - -121.82745639199999, - 37.22576288100004 - ], - [ - -121.82742058199995, - 37.22576765900004 - ], - [ - -121.82738561399998, - 37.22577961500008 - ], - [ - -121.82735491799997, - 37.225798320000024 - ], - [ - -121.82733129599995, - 37.22582209700005 - ], - [ - -121.82731607899996, - 37.22584850000004 - ], - [ - -121.82730916299994, - 37.22587501600003 - ], - [ - -121.82730926, - 37.22589980400005 - ], - [ - -121.82730609099997, - 37.22599549800003 - ], - [ - -121.82742711099996, - 37.22599490700003 - ], - [ - -121.82739429699996, - 37.22602862400004 - ], - [ - -121.82739407999998, - 37.22602897400003 - ], - [ - -121.82730428999997, - 37.22612132000006 - ], - [ - -121.82744064499997, - 37.226267009000026 - ], - [ - -121.82804785299999, - 37.226915433000045 - ], - [ - -121.82809519699998, - 37.22696599100004 - ], - [ - -121.82809512999995, - 37.22696637800004 - ], - [ - -121.82798542499995, - 37.22759686300003 - ], - [ - -121.827985131, - 37.22759717300005 - ], - [ - -121.82784008799996, - 37.22775014100006 - ], - [ - -121.82741691599995, - 37.22787248900005 - ], - [ - -121.82716523299996, - 37.22794525300003 - ], - [ - -121.82704240499999, - 37.22803907400004 - ], - [ - -121.82666659599994, - 37.22829713800007 - ], - [ - -121.82633205899998, - 37.22853877400007 - ], - [ - -121.82616270699998, - 37.22867578800003 - ], - [ - -121.82591286599995, - 37.22873912700004 - ], - [ - -121.82554361599995, - 37.22864533300003 - ], - [ - -121.82539920199997, - 37.228555637000056 - ], - [ - -121.82538189499996, - 37.228543427000034 - ], - [ - -121.82536602999994, - 37.22853003300003 - ], - [ - -121.82535171899997, - 37.228515569000024 - ], - [ - -121.82533908, - 37.228500147000034 - ], - [ - -121.82532825699997, - 37.22848383400003 - ], - [ - -121.82531925399996, - 37.22846683800003 - ], - [ - -121.82531224399997, - 37.228449246000025 - ], - [ - -121.82530720099999, - 37.228431245000024 - ], - [ - -121.82530418699997, - 37.22841294400007 - ], - [ - -121.82530325899995, - 37.22839450600003 - ], - [ - -121.82523843499996, - 37.22807833300004 - ], - [ - -121.82523488099997, - 37.22806516400004 - ], - [ - -121.82522990099994, - 37.22805228900006 - ], - [ - -121.82522352499996, - 37.228039841000054 - ], - [ - -121.82521578499995, - 37.228027842000074 - ], - [ - -121.82520676599995, - 37.228016453000066 - ], - [ - -121.82519655699997, - 37.22800574300004 - ], - [ - -121.82518521699996, - 37.22799577700005 - ], - [ - -121.82517280499997, - 37.227986670000064 - ], - [ - -121.82515946399997, - 37.22797846700007 - ], - [ - -121.82514522199995, - 37.22797121200006 - ], - [ - -121.82513028499994, - 37.227964995000036 - ], - [ - -121.825114709, - 37.227959860000055 - ], - [ - -121.82509863499996, - 37.22795583100003 - ], - [ - -121.82508215499996, - 37.22795295000003 - ], - [ - -121.82506546399998, - 37.22795123900005 - ], - [ - -121.82504862199994, - 37.22795069700004 - ], - [ - -121.82478520499996, - 37.22801964800004 - ], - [ - -121.82475933799998, - 37.228025022000054 - ], - [ - -121.82473413199995, - 37.228032219000056 - ], - [ - -121.824709843, - 37.22804116900005 - ], - [ - -121.82468664499999, - 37.228051779000054 - ], - [ - -121.82466470699995, - 37.22806402100008 - ], - [ - -121.82464422399994, - 37.22807775900003 - ], - [ - -121.82462531399995, - 37.22809287300004 - ], - [ - -121.82460817199996, - 37.22810927300003 - ], - [ - -121.82459290999998, - 37.22812684100006 - ], - [ - -121.82457964199995, - 37.22814539500007 - ], - [ - -121.82456850699998, - 37.22816484100008 - ], - [ - -121.82455953199997, - 37.22818497000003 - ], - [ - -121.82454021099994, - 37.228204439000024 - ], - [ - -121.82451888899999, - 37.22822248800003 - ], - [ - -121.82449570899996, - 37.22823902600004 - ], - [ - -121.82447083999995, - 37.228253910000035 - ], - [ - -121.82444445099998, - 37.228267050000056 - ], - [ - -121.82441676999997, - 37.22827830600005 - ], - [ - -121.82401987199995, - 37.22844595300006 - ], - [ - -121.82397759499997, - 37.22846877200004 - ], - [ - -121.82393782799994, - 37.22849430900004 - ], - [ - -121.82390082599994, - 37.22852237800004 - ], - [ - -121.82387126099997, - 37.22854363300007 - ], - [ - -121.823842276, - 37.22856545500008 - ], - [ - -121.82381401699996, - 37.22858781700006 - ], - [ - -121.82377384299997, - 37.228619378000076 - ], - [ - -121.82372910899994, - 37.22864728300004 - ], - [ - -121.82367981099998, - 37.22867128000007 - ], - [ - -121.82362676899999, - 37.22869069500007 - ], - [ - -121.823571029, - 37.228704967000056 - ], - [ - -121.82351379399995, - 37.22871385500008 - ], - [ - -121.82345620199999, - 37.22871725300007 - ], - [ - -121.82339951799997, - 37.22871535400003 - ], - [ - -121.82334434999996, - 37.22870842400005 - ], - [ - -121.82313439399996, - 37.22867181700008 - ], - [ - -121.82304683299998, - 37.22864446800003 - ], - [ - -121.82296237799994, - 37.22861145600007 - ], - [ - -121.82288160299998, - 37.22857299900005 - ], - [ - -121.82280509099996, - 37.22852936600003 - ], - [ - -121.82273326999996, - 37.22848085100003 - ], - [ - -121.82266669499995, - 37.22842776700003 - ], - [ - -121.82260962899994, - 37.22837668100004 - ], - [ - -121.82254722599998, - 37.228329753000025 - ], - [ - -121.82248000899995, - 37.22828725100004 - ], - [ - -121.82240843899996, - 37.228249583000036 - ], - [ - -121.82233306499995, - 37.228216993000046 - ], - [ - -121.82210776499994, - 37.22809437900003 - ], - [ - -121.82207188899997, - 37.22807123000007 - ], - [ - -121.82202850999994, - 37.22805105100008 - ], - [ - -121.82198029799997, - 37.22803600700007 - ], - [ - -121.82192864499996, - 37.22802718400004 - ], - [ - -121.82187556599996, - 37.228025151000054 - ], - [ - -121.82182315199998, - 37.22802993200003 - ], - [ - -121.82177328599994, - 37.22804116100008 - ], - [ - -121.82172772399997, - 37.228057904000025 - ], - [ - -121.82152016099997, - 37.22818904800005 - ], - [ - -121.82151350999999, - 37.22819651700007 - ], - [ - -121.821492794, - 37.22821977800004 - ], - [ - -121.82146954599995, - 37.22825197100008 - ], - [ - -121.82145002799996, - 37.22828618200003 - ], - [ - -121.82143051899999, - 37.22833561500005 - ], - [ - -121.82142357499998, - 37.228358927000045 - ], - [ - -121.82141720799996, - 37.22839553100005 - ], - [ - -121.82141522599994, - 37.228432428000076 - ], - [ - -121.82141759599995, - 37.228469345000065 - ], - [ - -121.82142436599997, - 37.22850589300003 - ], - [ - -121.82142692599996, - 37.22861841200006 - ], - [ - -121.82141871899995, - 37.22873075500007 - ], - [ - -121.82139981999995, - 37.22884228100003 - ], - [ - -121.82137030599995, - 37.228952347000074 - ], - [ - -121.821311606, - 37.229210701000056 - ], - [ - -121.821299964, - 37.22929394500005 - ], - [ - -121.82127897199996, - 37.22937603400004 - ], - [ - -121.82124878599996, - 37.22945628400004 - ], - [ - -121.82120962399995, - 37.22953395500008 - ], - [ - -121.82119128699998, - 37.229567032000034 - ], - [ - -121.82116954799994, - 37.22959877200003 - ], - [ - -121.82114460199995, - 37.22962894800003 - ], - [ - -121.82111656499995, - 37.229657350000025 - ], - [ - -121.82108571499998, - 37.22968379300005 - ], - [ - -121.82107404899995, - 37.229691020000075 - ], - [ - -121.82106168299998, - 37.229697454000075 - ], - [ - -121.82104869799997, - 37.229703003000054 - ], - [ - -121.82103515399996, - 37.229707665000035 - ], - [ - -121.82102113599996, - 37.22971134900007 - ], - [ - -121.82100681499998, - 37.229714097000056 - ], - [ - -121.82099224599995, - 37.22971584000004 - ], - [ - -121.82097754499995, - 37.22971657800008 - ], - [ - -121.82096279999996, - 37.229716333000056 - ], - [ - -121.82094814799996, - 37.22971505600003 - ], - [ - -121.82093368199997, - 37.229712816000074 - ], - [ - -121.820659665, - 37.22961157800006 - ], - [ - -121.82063545099999, - 37.22959878100005 - ], - [ - -121.82061275299998, - 37.229584319000026 - ], - [ - -121.82059174499994, - 37.229568304000054 - ], - [ - -121.82057262999996, - 37.22955087300005 - ], - [ - -121.82055552599996, - 37.229532136000046 - ], - [ - -121.82054060299998, - 37.22951223000007 - ], - [ - -121.82052795499999, - 37.22949136100004 - ], - [ - -121.820517667, - 37.22946968600007 - ], - [ - -121.82050983, - 37.22944734200007 - ], - [ - -121.82039439099998, - 37.22899831400008 - ], - [ - -121.82038799699995, - 37.22898158500004 - ], - [ - -121.82037989699995, - 37.228965379000044 - ], - [ - -121.820370175, - 37.22894976400005 - ], - [ - -121.82035886199998, - 37.22893483000007 - ], - [ - -121.82034604599994, - 37.228920714000026 - ], - [ - -121.82033181499997, - 37.22890746200005 - ], - [ - -121.82031628399994, - 37.22889520800004 - ], - [ - -121.82029954099994, - 37.228884021000056 - ], - [ - -121.82028694199994, - 37.22887402300006 - ], - [ - -121.82027335499998, - 37.228864928000064 - ], - [ - -121.82025881499999, - 37.22885683000004 - ], - [ - -121.82024343199998, - 37.22884974700003 - ], - [ - -121.82022738199998, - 37.22884377100007 - ], - [ - -121.82021069399997, - 37.22883892300007 - ], - [ - -121.82019356899997, - 37.22883527100004 - ], - [ - -121.82017612099997, - 37.22883276600004 - ], - [ - -121.82015846599995, - 37.22883154700003 - ], - [ - -121.82014071799995, - 37.228831540000044 - ], - [ - -121.820123078, - 37.22883274700007 - ], - [ - -121.81985681599997, - 37.22884321200007 - ], - [ - -121.81974295899994, - 37.228855346000046 - ], - [ - -121.81962985999996, - 37.228871523000066 - ], - [ - -121.81951783399995, - 37.228891807000025 - ], - [ - -121.81950628799996, - 37.22889287500004 - ], - [ - -121.81949469899996, - 37.22889314400004 - ], - [ - -121.81948312399999, - 37.228892564000034 - ], - [ - -121.81947164999997, - 37.22889120600007 - ], - [ - -121.81946039199994, - 37.22888902200003 - ], - [ - -121.81944937499998, - 37.22888607800007 - ], - [ - -121.81943874799998, - 37.22888237500007 - ], - [ - -121.81942856399996, - 37.228877958000055 - ], - [ - -121.81941888399996, - 37.22887282500005 - ], - [ - -121.819409824, - 37.22886704500007 - ], - [ - -121.81940140899997, - 37.228860662000045 - ], - [ - -121.819393758, - 37.22885369800008 - ], - [ - -121.81938687199994, - 37.22884622300006 - ], - [ - -121.81938083499995, - 37.22883830200004 - ], - [ - -121.81937567799997, - 37.22883000600007 - ], - [ - -121.81937146099995, - 37.228821355000036 - ], - [ - -121.81934312399994, - 37.22875000700003 - ], - [ - -121.81932328499994, - 37.22867684800008 - ], - [ - -121.81931212699999, - 37.228602513000055 - ], - [ - -121.81930971999998, - 37.22852766800003 - ], - [ - -121.81930747299998, - 37.22850574200004 - ], - [ - -121.81930273899997, - 37.22848407300006 - ], - [ - -121.81929549499995, - 37.228462844000035 - ], - [ - -121.81928585699995, - 37.22844223900006 - ], - [ - -121.81927388599996, - 37.22842243600007 - ], - [ - -121.81925967099994, - 37.22840359800006 - ], - [ - -121.81924335699995, - 37.22838590500004 - ], - [ - -121.81922506299998, - 37.228369471000065 - ], - [ - -121.81920300999997, - 37.22835907600006 - ], - [ - -121.81917989799996, - 37.228350317000036 - ], - [ - -121.81915587199995, - 37.22834328700003 - ], - [ - -121.81913113399997, - 37.22833804900006 - ], - [ - -121.81910591099995, - 37.228334603000064 - ], - [ - -121.81908040599996, - 37.228333013000054 - ], - [ - -121.81905481999996, - 37.22833330100008 - ], - [ - -121.81898481199994, - 37.22833212200004 - ], - [ - -121.81891484599998, - 37.22833014200006 - ], - [ - -121.81884492199998, - 37.22832735800006 - ], - [ - -121.81877829399997, - 37.228318244000036 - ], - [ - -121.81871276699997, - 37.228304997000066 - ], - [ - -121.818648715, - 37.228287796000075 - ], - [ - -121.81858654099995, - 37.22826663700005 - ], - [ - -121.81853359299998, - 37.22823782000006 - ], - [ - -121.81848367699996, - 37.228205743000046 - ], - [ - -121.81843714299998, - 37.22817058100003 - ], - [ - -121.81839427899996, - 37.228132541000036 - ], - [ - -121.81835532099996, - 37.22809191600004 - ], - [ - -121.8182886, - 37.22803695400006 - ], - [ - -121.818223408, - 37.227980923000075 - ], - [ - -121.81815968199999, - 37.22792375200004 - ], - [ - -121.81810738699994, - 37.227863752000076 - ], - [ - -121.818058609, - 37.22780188200005 - ], - [ - -121.81801343499995, - 37.22773832300004 - ], - [ - -121.81800015699997, - 37.227715766000074 - ], - [ - -121.81798452099997, - 37.22769421900006 - ], - [ - -121.81796667099997, - 37.227673820000064 - ], - [ - -121.81794666899998, - 37.22765470300004 - ], - [ - -121.81792474599996, - 37.22763702800006 - ], - [ - -121.81790098999994, - 37.22762093000006 - ], - [ - -121.81787560299995, - 37.22760649800006 - ], - [ - -121.81786438499995, - 37.227601725000056 - ], - [ - -121.81785269299996, - 37.22759773800004 - ], - [ - -121.81784061399998, - 37.22759455400006 - ], - [ - -121.81782823599997, - 37.22759224400005 - ], - [ - -121.81781564399995, - 37.227590761000044 - ], - [ - -121.81780298099994, - 37.22759017100003 - ], - [ - -121.81779027599998, - 37.22759042900003 - ], - [ - -121.81777764399999, - 37.227591578000045 - ], - [ - -121.81776517099996, - 37.22759359500003 - ], - [ - -121.81775296999996, - 37.22759643400008 - ], - [ - -121.81774112599999, - 37.227600116000076 - ], - [ - -121.81772972599998, - 37.22760459300008 - ], - [ - -121.81771885599994, - 37.22760984100006 - ], - [ - -121.81770854099994, - 37.22761581800006 - ], - [ - -121.81765012099999, - 37.22764689500008 - ], - [ - -121.81759055999999, - 37.227676546000055 - ], - [ - -121.81752991399998, - 37.22770478700005 - ], - [ - -121.81749828999995, - 37.22771484800006 - ], - [ - -121.81746781599998, - 37.22772697900007 - ], - [ - -121.81743875499996, - 37.22774113200006 - ], - [ - -121.81741124099995, - 37.22775716600006 - ], - [ - -121.81738553599996, - 37.22777498900007 - ], - [ - -121.81736177599998, - 37.227794483000025 - ], - [ - -121.81734013399995, - 37.22781548800003 - ], - [ - -121.81732077599997, - 37.22783788600003 - ], - [ - -121.81730384499997, - 37.227861493000034 - ], - [ - -121.81728942199999, - 37.22788614700005 - ], - [ - -121.81711104599998, - 37.228161777000025 - ], - [ - -121.81710265899994, - 37.22817155300004 - ], - [ - -121.81709317299999, - 37.22818067900005 - ], - [ - -121.817082702, - 37.228189084000064 - ], - [ - -121.81707132699995, - 37.22819667400006 - ], - [ - -121.81705910899996, - 37.22820342600005 - ], - [ - -121.81704618699996, - 37.22820924700005 - ], - [ - -121.81703267499995, - 37.228214093000076 - ], - [ - -121.81701863099994, - 37.22821795800007 - ], - [ - -121.81700422499995, - 37.22822077600006 - ], - [ - -121.81698957199995, - 37.22822254300007 - ], - [ - -121.81673072399997, - 37.22823122400007 - ], - [ - -121.81671342699997, - 37.22823080000006 - ], - [ - -121.81669622399994, - 37.22822925500003 - ], - [ - -121.81667925999994, - 37.22822656100004 - ], - [ - -121.81666259099995, - 37.22822274200007 - ], - [ - -121.81664641699996, - 37.22821784300004 - ], - [ - -121.81663079799995, - 37.22821190700006 - ], - [ - -121.81661584699998, - 37.22820495700006 - ], - [ - -121.81660165299996, - 37.228197015000035 - ], - [ - -121.816588331, - 37.22818819100007 - ], - [ - -121.816584767, - 37.22818250900008 - ], - [ - -121.81658194199997, - 37.22817659000003 - ], - [ - -121.816579774, - 37.228170480000074 - ], - [ - -121.81657831999996, - 37.22816424600006 - ], - [ - -121.81657757899995, - 37.22815793700005 - ], - [ - -121.81657755299995, - 37.22815157500003 - ], - [ - -121.81650677399995, - 37.22794549400004 - ], - [ - -121.81638527099994, - 37.22768088300006 - ], - [ - -121.81628876499997, - 37.227475208000044 - ], - [ - -121.81628056199997, - 37.227456440000026 - ], - [ - -121.81627022599997, - 37.22743838200006 - ], - [ - -121.81625784299996, - 37.22742114700003 - ], - [ - -121.81624347599995, - 37.22740491900004 - ], - [ - -121.81622737899994, - 37.227389764000065 - ], - [ - -121.81620955999995, - 37.227375933000076 - ], - [ - -121.81619027699998, - 37.22736344700007 - ], - [ - -121.81617781099999, - 37.227354569000056 - ], - [ - -121.81616441899996, - 37.227346639000075 - ], - [ - -121.81615015699998, - 37.22733970300004 - ], - [ - -121.81613516799996, - 37.22733385300006 - ], - [ - -121.81611959999998, - 37.227329129000054 - ], - [ - -121.81610353499997, - 37.227325533000055 - ], - [ - -121.81608711999996, - 37.22732315400003 - ], - [ - -121.81607052499999, - 37.22732196800007 - ], - [ - -121.81600953799995, - 37.22730960600006 - ], - [ - -121.81595027499998, - 37.22729276200005 - ], - [ - -121.815893196, - 37.227271589000054 - ], - [ - -121.81583885099997, - 37.227246267000055 - ], - [ - -121.81578767199994, - 37.227217017000044 - ], - [ - -121.81574105199996, - 37.22719321000005 - ], - [ - -121.81569177799997, - 37.22717311700006 - ], - [ - -121.81564034099995, - 37.227156895000064 - ], - [ - -121.81558717099995, - 37.22714472100006 - ], - [ - -121.81556070399995, - 37.227142065000066 - ], - [ - -121.81553403999999, - 37.22714119700004 - ], - [ - -121.81550743499997, - 37.227142091000076 - ], - [ - -121.815481004, - 37.22714474600008 - ], - [ - -121.81545491799994, - 37.22714918300005 - ], - [ - -121.81542937799998, - 37.22715528300006 - ], - [ - -121.81540458199999, - 37.22716304700003 - ], - [ - -121.81538067499997, - 37.22717249500005 - ], - [ - -121.81535782599997, - 37.22718348700005 - ], - [ - -121.81533617599996, - 37.22719593000005 - ], - [ - -121.81525479299995, - 37.22724145700005 - ], - [ - -121.81517793199998, - 37.227291785000034 - ], - [ - -121.81510604699997, - 37.227346612000076 - ], - [ - -121.81500409799997, - 37.22740598900003 - ], - [ - -121.81490966599995, - 37.22747288100004 - ], - [ - -121.81482365699998, - 37.227546636000056 - ], - [ - -121.814761208, - 37.22760099100003 - ], - [ - -121.81470354099997, - 37.22765863300003 - ], - [ - -121.81465093499997, - 37.22771928700007 - ], - [ - -121.81463764799997, - 37.22772559400005 - ], - [ - -121.81462368899997, - 37.22773099200003 - ], - [ - -121.814609282, - 37.227735411000026 - ], - [ - -121.81459442799996, - 37.22773882900003 - ], - [ - -121.81457927099996, - 37.227741243000025 - ], - [ - -121.81456392399997, - 37.22774260400007 - ], - [ - -121.81454844299998, - 37.22774291600007 - ], - [ - -121.81453300199996, - 37.227742173000024 - ], - [ - -121.81451771299999, - 37.22774037700003 - ], - [ - -121.81450266299998, - 37.227737570000045 - ], - [ - -121.81448796899997, - 37.22773373000007 - ], - [ - -121.81447371599995, - 37.22772892300003 - ], - [ - -121.81446004599997, - 37.22772314800005 - ], - [ - -121.81444704799998, - 37.227716473000044 - ], - [ - -121.81443477699997, - 37.227708920000055 - ], - [ - -121.81442338099998, - 37.22770057900004 - ], - [ - -121.81411440899996, - 37.22728684000003 - ], - [ - -121.81393348399996, - 37.226979405000066 - ], - [ - -121.81388394599998, - 37.22691804500005 - ], - [ - -121.81382794499996, - 37.226860327000054 - ], - [ - -121.81376597499997, - 37.22680670600005 - ], - [ - -121.81369838899997, - 37.226757543000076 - ], - [ - -121.81362582, - 37.22671321800004 - ], - [ - -121.81354870499996, - 37.22667405100003 - ], - [ - -121.81352273799996, - 37.22665914400005 - ], - [ - -121.81349528699997, - 37.226646061000054 - ], - [ - -121.81346655299996, - 37.226634870000055 - ], - [ - -121.81343673599997, - 37.226625660000025 - ], - [ - -121.81340603799998, - 37.22661849600007 - ], - [ - -121.81337472099995, - 37.22661346900003 - ], - [ - -121.81334295499994, - 37.22661055200007 - ], - [ - -121.81331102499996, - 37.226609789000065 - ], - [ - -121.81327910599998, - 37.22661122300008 - ], - [ - -121.81324745199998, - 37.22661478300006 - ], - [ - -121.81321629399997, - 37.22662048900003 - ], - [ - -121.81309421699996, - 37.226645344000076 - ], - [ - -121.81297039799995, - 37.22666390000006 - ], - [ - -121.81284532199999, - 37.226676015000066 - ], - [ - -121.81282278999998, - 37.22667739100007 - ], - [ - -121.81278527099994, - 37.22668275400008 - ], - [ - -121.81273515499998, - 37.226692816000025 - ], - [ - -121.81267698799996, - 37.226715557000034 - ], - [ - -121.81264457499998, - 37.226731303000065 - ], - [ - -121.81261412099997, - 37.22674936100003 - ], - [ - -121.81258582099997, - 37.22676954600007 - ], - [ - -121.81255996099998, - 37.226791741000056 - ], - [ - -121.81247690499998, - 37.226854407000076 - ], - [ - -121.81239256799995, - 37.22691596400006 - ], - [ - -121.81230692499997, - 37.22697639100005 - ], - [ - -121.81224563899997, - 37.22700411100004 - ], - [ - -121.81218158399997, - 37.22702746700003 - ], - [ - -121.81211521999995, - 37.22704624800008 - ], - [ - -121.81204705399995, - 37.22706033400004 - ], - [ - -121.81186642899996, - 37.227120522000064 - ], - [ - -121.81184704099996, - 37.227128178000044 - ], - [ - -121.81184045599997, - 37.227129785000045 - ], - [ - -121.81183372199996, - 37.22713093700003 - ], - [ - -121.81182686299996, - 37.227131609000025 - ], - [ - -121.81181999599994, - 37.22713180000005 - ], - [ - -121.81181314999998, - 37.22713151100004 - ], - [ - -121.81180629599999, - 37.22713076400004 - ], - [ - -121.81179957799998, - 37.22712955700007 - ], - [ - -121.81179302099997, - 37.227127868000025 - ], - [ - -121.81178668499996, - 37.22712571900007 - ], - [ - -121.81178060099995, - 37.227123154000026 - ], - [ - -121.81177479499996, - 37.22712017500004 - ], - [ - -121.81176935399998, - 37.22711680300006 - ], - [ - -121.81176430899995, - 37.22711308300006 - ], - [ - -121.81175965699998, - 37.22710901500005 - ], - [ - -121.81175548799996, - 37.227104644000065 - ], - [ - -121.81175179899998, - 37.227099993000024 - ], - [ - -121.81174862299997, - 37.22709512900008 - ], - [ - -121.81174598499996, - 37.22709000900005 - ], - [ - -121.81174391899998, - 37.227084768000054 - ], - [ - -121.81174244899995, - 37.227079383000046 - ], - [ - -121.81174123499994, - 37.22706227400005 - ], - [ - -121.81172591899997, - 37.22692671100003 - ], - [ - -121.81171983399997, - 37.22683755600008 - ], - [ - -121.81170482899995, - 37.22674902700004 - ], - [ - -121.811681, - 37.22666176400003 - ], - [ - -121.81164850299996, - 37.226576315000045 - ], - [ - -121.81161631199996, - 37.22653130900005 - ], - [ - -121.81155584599998, - 37.22648492600007 - ], - [ - -121.81151968599994, - 37.22647141400006 - ], - [ - -121.81148133599999, - 37.22646364900004 - ], - [ - -121.81144283099997, - 37.22646172300006 - ], - [ - -121.81140616699997, - 37.22646517800007 - ], - [ - -121.81137344099994, - 37.226472915000045 - ], - [ - -121.81130243599995, - 37.22649309900004 - ], - [ - -121.81122941599995, - 37.226508040000056 - ], - [ - -121.81115501899995, - 37.22651766300004 - ], - [ - -121.81107984, - 37.22652184700007 - ], - [ - -121.81100450699995, - 37.22652058600005 - ], - [ - -121.81092962199995, - 37.226513871000066 - ], - [ - -121.81088787799996, - 37.226506853000046 - ], - [ - -121.81084558499998, - 37.22650270300005 - ], - [ - -121.81080296999994, - 37.22650139500007 - ], - [ - -121.81076037499997, - 37.22650297100006 - ], - [ - -121.81071811699996, - 37.22650742800005 - ], - [ - -121.81067645499996, - 37.226514715000064 - ], - [ - -121.81063572699998, - 37.22652478400005 - ], - [ - -121.81059618999996, - 37.22653756600005 - ], - [ - -121.81055815999997, - 37.22655296000005 - ], - [ - -121.81052186299996, - 37.22657087700003 - ], - [ - -121.81048761299996, - 37.22659117500007 - ], - [ - -121.81046714699994, - 37.22660110900006 - ], - [ - -121.810445658, - 37.226609590000066 - ], - [ - -121.81042333699997, - 37.22661657000003 - ], - [ - -121.81040036, - 37.22662193200006 - ], - [ - -121.810376868, - 37.226625743000056 - ], - [ - -121.810353062, - 37.226627886000074 - ], - [ - -121.81032911199998, - 37.22662838400004 - ], - [ - -121.81030521899999, - 37.22662718600003 - ], - [ - -121.810281525, - 37.22662436100006 - ], - [ - -121.81025820299999, - 37.22661990800003 - ], - [ - -121.81023548399997, - 37.22661384300005 - ], - [ - -121.81021351099997, - 37.226606238000045 - ], - [ - -121.80998119299994, - 37.226529252000034 - ], - [ - -121.80994446899996, - 37.226517898000054 - ], - [ - -121.80990425599998, - 37.226509994000025 - ], - [ - -121.80986214199999, - 37.22650629900005 - ], - [ - -121.80981919199996, - 37.22650716900006 - ], - [ - -121.809776608, - 37.22651263600005 - ], - [ - -121.80973550699997, - 37.22652261700006 - ], - [ - -121.80969696799997, - 37.226536690000046 - ], - [ - -121.80966186699999, - 37.22655427400008 - ], - [ - -121.80963090899996, - 37.22657464900004 - ], - [ - -121.80943177299997, - 37.22673852300005 - ], - [ - -121.80940022199997, - 37.22675611200003 - ], - [ - -121.80936694399998, - 37.22677156900005 - ], - [ - -121.80933213799995, - 37.226784708000025 - ], - [ - -121.80929611599998, - 37.22679543400005 - ], - [ - -121.80925904799994, - 37.22680372200006 - ], - [ - -121.80922127899998, - 37.22680947900005 - ], - [ - -121.80918294999998, - 37.226812632000076 - ], - [ - -121.80916018799996, - 37.22681403100006 - ], - [ - -121.80913734199999, - 37.22681380500006 - ], - [ - -121.80911458199995, - 37.22681195300004 - ], - [ - -121.80909213799998, - 37.22680852000008 - ], - [ - -121.809070153, - 37.226803500000074 - ], - [ - -121.80904882599998, - 37.22679691800005 - ], - [ - -121.809028276, - 37.226788862000035 - ], - [ - -121.80900873099995, - 37.226779399000065 - ], - [ - -121.80899877099995, - 37.22677120000003 - ], - [ - -121.808989742, - 37.22676235200004 - ], - [ - -121.80898164799999, - 37.22675292100007 - ], - [ - -121.80897457599997, - 37.22674297400005 - ], - [ - -121.80896863899994, - 37.22673260300007 - ], - [ - -121.80896378699998, - 37.22672185300007 - ], - [ - -121.808960158, - 37.22671079200006 - ], - [ - -121.80895766999998, - 37.22669953600007 - ], - [ - -121.80895638499999, - 37.22668817300007 - ], - [ - -121.80895632799997, - 37.226676730000065 - ], - [ - -121.80895747399995, - 37.22666534100006 - ], - [ - -121.80897172799996, - 37.22652946900007 - ], - [ - -121.80897851599997, - 37.22650689200003 - ], - [ - -121.80897980799995, - 37.22647927400004 - ], - [ - -121.80897340599995, - 37.22645032100007 - ], - [ - -121.80895848699998, - 37.22642217500004 - ], - [ - -121.80893560799996, - 37.22639716000003 - ], - [ - -121.80890663499997, - 37.22637724900005 - ], - [ - -121.80887404999999, - 37.22636358300008 - ], - [ - -121.80884074599999, - 37.22635619500005 - ], - [ - -121.80881051799997, - 37.22635447300007 - ], - [ - -121.80874130999996, - 37.22635156200005 - ], - [ - -121.80867208199999, - 37.22635405300008 - ], - [ - -121.80860349299996, - 37.226361938000025 - ], - [ - -121.80859850299998, - 37.22636302400008 - ], - [ - -121.80859339299997, - 37.226363768000056 - ], - [ - -121.80858824599994, - 37.22636414600004 - ], - [ - -121.80858306599998, - 37.226364158000024 - ], - [ - -121.80857790599998, - 37.22636380500006 - ], - [ - -121.80857279999998, - 37.226363082000034 - ], - [ - -121.8085678, - 37.226362040000026 - ], - [ - -121.80856290999998, - 37.22636065300003 - ], - [ - -121.80855821399996, - 37.22635894300004 - ], - [ - -121.808553712, - 37.22635684200003 - ], - [ - -121.80854946299996, - 37.22635448600005 - ], - [ - -121.80854549299994, - 37.226351829000066 - ], - [ - -121.80854180899996, - 37.22634891800004 - ], - [ - -121.80853846199994, - 37.226345750000064 - ], - [ - -121.80832365299995, - 37.22614370200006 - ], - [ - -121.80819282199997, - 37.22623271800006 - ], - [ - -121.80806989799999, - 37.22611740100007 - ], - [ - -121.80788987699998, - 37.22594856500007 - ], - [ - -121.807883232, - 37.22590904100008 - ], - [ - -121.80788104699997, - 37.225869190000026 - ], - [ - -121.807883356, - 37.225829360000034 - ], - [ - -121.80789013699996, - 37.225789845000065 - ], - [ - -121.80790136599995, - 37.22575099100004 - ], - [ - -121.80791693299994, - 37.22571309600005 - ], - [ - -121.80792932699995, - 37.22569512500007 - ], - [ - -121.807936112, - 37.225685276000036 - ], - [ - -121.80798135299995, - 37.225628828000026 - ], - [ - -121.80803257899998, - 37.225575770000034 - ], - [ - -121.80808939499997, - 37.22552647200007 - ], - [ - -121.80815134999995, - 37.22548132800006 - ], - [ - -121.80816882399995, - 37.22546902400006 - ], - [ - -121.80820022199998, - 37.22544276200006 - ], - [ - -121.80822846499996, - 37.22541429200004 - ], - [ - -121.808253321, - 37.22538384600006 - ], - [ - -121.808274542, - 37.225351723000074 - ], - [ - -121.80829201699999, - 37.225318178000066 - ], - [ - -121.80830552199996, - 37.22528348700007 - ], - [ - -121.80831503399997, - 37.225247946000025 - ], - [ - -121.808320386, - 37.22521186000006 - ], - [ - -121.80832182199998, - 37.225171214000056 - ], - [ - -121.80831902199998, - 37.22513878700005 - ], - [ - -121.80831303199994, - 37.225107199000036 - ], - [ - -121.80830425599999, - 37.225080081000044 - ], - [ - -121.80829805299999, - 37.22506087700003 - ], - [ - -121.80828259799995, - 37.22502820300008 - ], - [ - -121.80826352799994, - 37.22499671400004 - ], - [ - -121.80824104799996, - 37.22496675100007 - ], - [ - -121.80821536699995, - 37.22493856400007 - ], - [ - -121.80818688699998, - 37.22491246900006 - ], - [ - -121.80815552399997, - 37.224888372000066 - ], - [ - -121.80815456799996, - 37.22488774200008 - ], - [ - -121.808121654, - 37.22486659400005 - ], - [ - -121.80808553799994, - 37.224847312000065 - ], - [ - -121.80808429599995, - 37.22484673200006 - ], - [ - -121.80804740499997, - 37.224830617000066 - ], - [ - -121.80804570499998, - 37.22482999600004 - ], - [ - -121.80800930199996, - 37.224817219000045 - ], - [ - -121.80800757499998, - 37.22481666500005 - ], - [ - -121.80800602, - 37.224816202000056 - ], - [ - -121.80796639099998, - 37.22480556600004 - ], - [ - -121.80792284899997, - 37.22479703400006 - ], - [ - -121.80787853099997, - 37.22479171500004 - ], - [ - -121.80783378499996, - 37.22478962900004 - ], - [ - -121.80778900999996, - 37.22479079400006 - ], - [ - -121.80774451899998, - 37.22479520500008 - ], - [ - -121.80770074499998, - 37.22480285800003 - ], - [ - -121.80765796699995, - 37.22481361400003 - ], - [ - -121.80764760699998, - 37.22481695700003 - ], - [ - -121.80761187299998, - 37.22482935000005 - ], - [ - -121.80757743599997, - 37.22484397300008 - ], - [ - -121.807544582, - 37.224860729000056 - ], - [ - -121.80751350999998, - 37.22487950200008 - ], - [ - -121.80748438899997, - 37.22490022200003 - ], - [ - -121.80736901899996, - 37.22499757800006 - ], - [ - -121.80729485799998, - 37.224940428000025 - ], - [ - -121.80710082399997, - 37.225073500000065 - ], - [ - -121.80703933799998, - 37.225002955000036 - ], - [ - -121.80702602799994, - 37.22500958200004 - ], - [ - -121.80698976099995, - 37.22502754200008 - ], - [ - -121.80691111699997, - 37.22507257500007 - ], - [ - -121.80682538399998, - 37.22511004200004 - ], - [ - -121.80673269599998, - 37.22513927600005 - ], - [ - -121.80663489199998, - 37.22515918300007 - ], - [ - -121.806534366, - 37.225169050000034 - ], - [ - -121.80643351499998, - 37.225168574000065 - ], - [ - -121.80633466499995, - 37.22515809500004 - ], - [ - -121.80612908799998, - 37.22506125500007 - ], - [ - -121.80608247699996, - 37.225041014000055 - ], - [ - -121.80593921899998, - 37.22497879600007 - ], - [ - -121.80585518799995, - 37.22489573000007 - ], - [ - -121.80576306699999, - 37.22480000400003 - ], - [ - -121.80570177699997, - 37.22463718800003 - ], - [ - -121.80551367599998, - 37.22411953400007 - ], - [ - -121.80529989499996, - 37.224155978000056 - ], - [ - -121.80485714399998, - 37.224231392000036 - ], - [ - -121.80479176199998, - 37.22424253600008 - ], - [ - -121.80454187, - 37.22426175600003 - ], - [ - -121.80436329799994, - 37.22427546700004 - ], - [ - -121.804169361, - 37.224317434000056 - ], - [ - -121.80407654299995, - 37.22433929700003 - ], - [ - -121.80404997499994, - 37.22434554500006 - ], - [ - -121.80397611199999, - 37.224361154000064 - ], - [ - -121.80388895799996, - 37.22437959000007 - ], - [ - -121.80386837499998, - 37.22448781200006 - ], - [ - -121.80386333899997, - 37.22451410000008 - ], - [ - -121.803642847, - 37.22464869800007 - ], - [ - -121.803643911, - 37.22466534900008 - ], - [ - -121.80365593199997, - 37.22485259000007 - ], - [ - -121.803112522, - 37.225066982000044 - ], - [ - -121.802985332, - 37.22510726500008 - ], - [ - -121.80285944699995, - 37.22515009700004 - ], - [ - -121.80273497799999, - 37.225195453000026 - ], - [ - -121.80265981199994, - 37.22523657600004 - ], - [ - -121.80258671899998, - 37.225280078000026 - ], - [ - -121.802515928, - 37.22532586800003 - ], - [ - -121.80240637599996, - 37.22538300600007 - ], - [ - -121.80229307499997, - 37.225435196000035 - ], - [ - -121.80217630899995, - 37.22548227400006 - ], - [ - -121.80202960699995, - 37.22552817500008 - ], - [ - -121.801880644, - 37.22556913400007 - ], - [ - -121.80172967699997, - 37.22560507900005 - ], - [ - -121.80156190899999, - 37.225659248000056 - ], - [ - -121.80139568099997, - 37.22571639700004 - ], - [ - -121.801231079, - 37.225776505000056 - ], - [ - -121.80120267799998, - 37.22578924900006 - ], - [ - -121.80117573599995, - 37.225803832000054 - ], - [ - -121.80115037399997, - 37.22582013700003 - ], - [ - -121.80112675599997, - 37.225838070000066 - ], - [ - -121.801105082, - 37.225857493000035 - ], - [ - -121.80108549099998, - 37.22587826500006 - ], - [ - -121.80106809899996, - 37.22590027200005 - ], - [ - -121.80105304399996, - 37.22592332900007 - ], - [ - -121.80104499699996, - 37.22593637400007 - ], - [ - -121.80103830399997, - 37.225949884000045 - ], - [ - -121.80103293599996, - 37.22596376900003 - ], - [ - -121.80102900399999, - 37.22597795900003 - ], - [ - -121.80102505399998, - 37.22599771100005 - ], - [ - -121.80101293899997, - 37.22602700600004 - ], - [ - -121.80099357499995, - 37.22605585700006 - ], - [ - -121.80096693399997, - 37.226082545000054 - ], - [ - -121.80093363999998, - 37.22610536900004 - ], - [ - -121.80089524399995, - 37.226122918000044 - ], - [ - -121.80085370599994, - 37.226134183000056 - ], - [ - -121.80081139599997, - 37.226138957000046 - ], - [ - -121.80077052599995, - 37.22613760300004 - ], - [ - -121.80073716399994, - 37.226131794000025 - ], - [ - -121.80067387999998, - 37.22611398000004 - ], - [ - -121.80061239499997, - 37.22609248200007 - ], - [ - -121.80055304899997, - 37.226067414000056 - ], - [ - -121.800501952, - 37.226039187000026 - ], - [ - -121.80044827599994, - 37.22601421500008 - ], - [ - -121.80039234399999, - 37.22599265800005 - ], - [ - -121.800370408, - 37.22598555400003 - ], - [ - -121.80035274299996, - 37.22598039400003 - ], - [ - -121.80025252599995, - 37.22596207400005 - ], - [ - -121.800150681, - 37.22595052500003 - ], - [ - -121.80004800999995, - 37.22594580600003 - ], - [ - -121.79996459199998, - 37.225945359000036 - ], - [ - -121.79988121799994, - 37.22594420200005 - ], - [ - -121.79979783199997, - 37.22594233700005 - ], - [ - -121.79968969699996, - 37.225937815000066 - ], - [ - -121.79969000999995, - 37.22598219400004 - ], - [ - -121.79952930299999, - 37.22597004000005 - ], - [ - -121.79934716099996, - 37.22596631600004 - ], - [ - -121.79900963399996, - 37.22589764000003 - ], - [ - -121.798973494, - 37.22589007600004 - ], - [ - -121.798367456, - 37.226062796000065 - ], - [ - -121.79799105999996, - 37.226205363000076 - ], - [ - -121.79758008099998, - 37.226212462000035 - ], - [ - -121.79757109499997, - 37.22621260600005 - ], - [ - -121.79758077099996, - 37.226133462000064 - ], - [ - -121.79758434899998, - 37.22610423700007 - ], - [ - -121.79758548499996, - 37.22609490900004 - ], - [ - -121.79721468499997, - 37.22610721700005 - ], - [ - -121.79694042499995, - 37.22611631700005 - ], - [ - -121.79692079799997, - 37.226109603000054 - ], - [ - -121.79675974999998, - 37.226054529000066 - ], - [ - -121.796652473, - 37.22585168000006 - ], - [ - -121.79655523599996, - 37.22577596800005 - ], - [ - -121.79642618099996, - 37.225675489000025 - ], - [ - -121.79588115399997, - 37.22587079900006 - ], - [ - -121.79587192599996, - 37.22587344100003 - ], - [ - -121.79558812199997, - 37.225954639000065 - ], - [ - -121.79537956799999, - 37.22601430800006 - ], - [ - -121.79537383299999, - 37.22604518000003 - ], - [ - -121.79532721199996, - 37.22629608600005 - ], - [ - -121.79502359699995, - 37.22630862400007 - ], - [ - -121.79472864899998, - 37.22615020300003 - ], - [ - -121.793387925, - 37.22623278900005 - ], - [ - -121.79337057099997, - 37.22623385900005 - ], - [ - -121.79336007799998, - 37.22623120000003 - ], - [ - -121.79317952399998, - 37.22618540700006 - ], - [ - -121.79313882199995, - 37.226172287000054 - ], - [ - -121.79245623399999, - 37.225952274000065 - ], - [ - -121.79238711799997, - 37.22592999300008 - ], - [ - -121.79189956699997, - 37.22603954700003 - ], - [ - -121.791779508, - 37.22607214300007 - ], - [ - -121.79161186699997, - 37.226117663000025 - ], - [ - -121.79148704799996, - 37.22570361800007 - ], - [ - -121.79153025699998, - 37.22531974200007 - ], - [ - -121.791729412, - 37.22509453400005 - ], - [ - -121.79173116299995, - 37.22509256500007 - ], - [ - -121.79187014299998, - 37.22493540800008 - ], - [ - -121.79139312499996, - 37.22431990900003 - ], - [ - -121.79128309899994, - 37.224277089000054 - ], - [ - -121.79101847199996, - 37.224174109000046 - ], - [ - -121.79067389699998, - 37.22404 - ], - [ - -121.79074386099995, - 37.223994806000064 - ], - [ - -121.790759574, - 37.22398465500004 - ], - [ - -121.79070509099995, - 37.22364205000008 - ], - [ - -121.79056430399999, - 37.22350658700003 - ], - [ - -121.79048292299996, - 37.22342826300007 - ], - [ - -121.79038054199998, - 37.22305508000005 - ], - [ - -121.79023907199996, - 37.22300772500006 - ], - [ - -121.78978107999995, - 37.222846848000074 - ], - [ - -121.78962263799997, - 37.222791233000066 - ], - [ - -121.78944444099994, - 37.222768477000045 - ], - [ - -121.78920967099998, - 37.22277486200005 - ], - [ - -121.78914406799998, - 37.222768192000046 - ], - [ - -121.78898903299995, - 37.22275250400003 - ], - [ - -121.78893360899997, - 37.22274691100006 - ], - [ - -121.78891230399995, - 37.22274474200003 - ], - [ - -121.78889088999995, - 37.22274946400006 - ], - [ - -121.788610501, - 37.22281096700004 - ], - [ - -121.78866328099997, - 37.22288074800008 - ], - [ - -121.788679302, - 37.222901973000035 - ], - [ - -121.78868660499995, - 37.22291379500007 - ], - [ - -121.78870391699996, - 37.22294178100003 - ], - [ - -121.78870711899998, - 37.22294822400005 - ], - [ - -121.78871915499997, - 37.22297223900006 - ], - [ - -121.788721297, - 37.22297700100006 - ], - [ - -121.78872495899998, - 37.222985222000034 - ], - [ - -121.78874027299997, - 37.223026736000065 - ], - [ - -121.78874911799994, - 37.22306172800006 - ], - [ - -121.78875464099997, - 37.223079932000076 - ], - [ - -121.78875861399996, - 37.22309458400008 - ], - [ - -121.78876112999995, - 37.22310943400004 - ], - [ - -121.78876216199995, - 37.223124416000076 - ], - [ - -121.78876170399997, - 37.223139368000034 - ], - [ - -121.78875981399995, - 37.223154290000025 - ], - [ - -121.78875837599998, - 37.22319214200007 - ], - [ - -121.78865975399998, - 37.22317628900004 - ], - [ - -121.788570145, - 37.22316187300004 - ], - [ - -121.78835475099999, - 37.22301024300003 - ], - [ - -121.78751749199995, - 37.22241584000005 - ], - [ - -121.78750328799998, - 37.222530214000074 - ], - [ - -121.78749474999995, - 37.22255805000003 - ], - [ - -121.78747295499994, - 37.22252892300003 - ], - [ - -121.78748126799996, - 37.22245650000008 - ], - [ - -121.78736840599998, - 37.22184741600006 - ], - [ - -121.78623969199998, - 37.22156180800005 - ], - [ - -121.78622198399995, - 37.22155733200003 - ], - [ - -121.78603805799997, - 37.22151078200005 - ], - [ - -121.78602443099999, - 37.22150731600004 - ], - [ - -121.78602031899999, - 37.22150630900006 - ], - [ - -121.785876638, - 37.22146483200004 - ], - [ - -121.78569544899995, - 37.22141255200006 - ], - [ - -121.78550912199995, - 37.22136117500003 - ], - [ - -121.78549357699995, - 37.22135481600003 - ], - [ - -121.78548415899996, - 37.221350966000045 - ], - [ - -121.78547326999995, - 37.22134900800006 - ], - [ - -121.78543110099997, - 37.22134143100004 - ], - [ - -121.78539581899997, - 37.221331930000076 - ], - [ - -121.78533100599998, - 37.22131291100004 - ], - [ - -121.78527939499998, - 37.22129432000003 - ], - [ - -121.78521698099996, - 37.221276602000046 - ], - [ - -121.78507933199995, - 37.221236341000065 - ], - [ - -121.78498841699997, - 37.22120907100003 - ], - [ - -121.78489058499997, - 37.22118228900007 - ], - [ - -121.78480677699997, - 37.221159371000056 - ], - [ - -121.78470823499998, - 37.22113242300003 - ], - [ - -121.78453044399998, - 37.22108140800003 - ], - [ - -121.78451845799998, - 37.22107794800007 - ], - [ - -121.78451517099995, - 37.22107699800006 - ], - [ - -121.78435157499996, - 37.22103081800003 - ], - [ - -121.78423496899995, - 37.22099746600003 - ], - [ - -121.78423036699996, - 37.22099589100003 - ], - [ - -121.78418812499996, - 37.22098143000005 - ], - [ - -121.78417423299999, - 37.22097918000003 - ], - [ - -121.78416484, - 37.220977008000034 - ], - [ - -121.78411176099996, - 37.22096473500005 - ], - [ - -121.78400084299994, - 37.22093267100007 - ], - [ - -121.78381101099995, - 37.22087702600004 - ], - [ - -121.78366842, - 37.220833957000025 - ], - [ - -121.78363765499995, - 37.22081561500005 - ], - [ - -121.78347834899995, - 37.22072083900008 - ], - [ - -121.78331907199998, - 37.220626038000034 - ], - [ - -121.78316415699999, - 37.22053352300003 - ], - [ - -121.782965779, - 37.22041504800006 - ], - [ - -121.78291932599996, - 37.22038476800003 - ], - [ - -121.78287544099999, - 37.22035616000005 - ], - [ - -121.78285371199996, - 37.22038766500003 - ], - [ - -121.78275256399996, - 37.22053464900006 - ], - [ - -121.78257935999994, - 37.220737745000065 - ], - [ - -121.78248932199995, - 37.220843337000076 - ], - [ - -121.78224226499998, - 37.22108441600005 - ], - [ - -121.781952516, - 37.22139483600006 - ], - [ - -121.77948860899994, - 37.22403420000006 - ], - [ - -121.77945757699996, - 37.22406919500003 - ], - [ - -121.779444502, - 37.224082821000025 - ], - [ - -121.77901333199998, - 37.224532390000036 - ], - [ - -121.77888066199995, - 37.22447714300006 - ], - [ - -121.77660855299996, - 37.22353050000004 - ], - [ - -121.77433442599994, - 37.22258301100004 - ], - [ - -121.77261290499996, - 37.22186569000007 - ], - [ - -121.77260310799994, - 37.22186183700006 - ], - [ - -121.77259306199994, - 37.22185839800005 - ], - [ - -121.77258281999997, - 37.22185537400003 - ], - [ - -121.77206823399996, - 37.221652720000066 - ], - [ - -121.77190944999995, - 37.221586029000036 - ], - [ - -121.77179585399995, - 37.221490420000066 - ], - [ - -121.77143973899996, - 37.221190798000066 - ], - [ - -121.77135328399999, - 37.221119087000034 - ], - [ - -121.771648428, - 37.22029993900003 - ], - [ - -121.77164154499997, - 37.22029749600006 - ], - [ - -121.77133745499998, - 37.22018894000007 - ], - [ - -121.76985357199999, - 37.21925713200005 - ], - [ - -121.76978431499998, - 37.21907355400003 - ], - [ - -121.76930574199997, - 37.21920562300005 - ], - [ - -121.76905624199998, - 37.219270978000054 - ], - [ - -121.76887378799995, - 37.21931871100003 - ], - [ - -121.76813815699995, - 37.218778142000076 - ], - [ - -121.76786396099999, - 37.21841971200007 - ], - [ - -121.76776253799994, - 37.21829530800005 - ], - [ - -121.76769467899999, - 37.218226048000076 - ], - [ - -121.76764799199998, - 37.21817841700005 - ], - [ - -121.76752116499995, - 37.21806989800007 - ], - [ - -121.76715356899996, - 37.21757699600005 - ], - [ - -121.76693104299994, - 37.21741979700005 - ], - [ - -121.76677908199997, - 37.21731248900005 - ], - [ - -121.76662962299997, - 37.21720414600003 - ], - [ - -121.76648129499995, - 37.21709668400007 - ], - [ - -121.76623430199999, - 37.21691754500006 - ], - [ - -121.76592625599994, - 37.21669399900003 - ], - [ - -121.76578652899997, - 37.21659239400003 - ], - [ - -121.76564096599998, - 37.21647901700004 - ], - [ - -121.76560519099996, - 37.21651124400006 - ], - [ - -121.76546107499996, - 37.216408931000046 - ], - [ - -121.76534548999996, - 37.21632684100007 - ], - [ - -121.76521310899994, - 37.21623282200005 - ], - [ - -121.76493307699997, - 37.21601931400005 - ], - [ - -121.76480483299997, - 37.21592657400004 - ], - [ - -121.76480698699999, - 37.215923177000036 - ], - [ - -121.76480804699997, - 37.21592150400005 - ], - [ - -121.76480843699994, - 37.21592089100005 - ], - [ - -121.765028385, - 37.21557406100004 - ], - [ - -121.76513664599997, - 37.21540334800005 - ], - [ - -121.765085635, - 37.21540412500008 - ], - [ - -121.76507806499995, - 37.215404241000044 - ], - [ - -121.76343049599996, - 37.21542931500005 - ], - [ - -121.76284972899998, - 37.21543814800003 - ], - [ - -121.76095689299996, - 37.216464158000065 - ], - [ - -121.759501678, - 37.217240392000065 - ], - [ - -121.75900790199995, - 37.21750377200004 - ], - [ - -121.75893639599997, - 37.21754191200006 - ], - [ - -121.75893631999998, - 37.21754195300008 - ], - [ - -121.758936157, - 37.21754204000007 - ], - [ - -121.75893586199999, - 37.21754219700006 - ], - [ - -121.75892667399995, - 37.21753812500003 - ], - [ - -121.75892366399995, - 37.217536790000054 - ], - [ - -121.75886741999994, - 37.21751185900007 - ], - [ - -121.75880514499994, - 37.217484254000055 - ], - [ - -121.75868072299994, - 37.21742910200004 - ], - [ - -121.75859778399996, - 37.217392338000025 - ], - [ - -121.75854815999998, - 37.21737312400006 - ], - [ - -121.75850592799998, - 37.217356954000024 - ], - [ - -121.75849080499995, - 37.21734955000005 - ], - [ - -121.75842583099995, - 37.217317741000045 - ], - [ - -121.75823729099994, - 37.217225435000046 - ], - [ - -121.75952469499998, - 37.21653547900007 - ], - [ - -121.759651771, - 37.21646689200003 - ], - [ - -121.76153804299997, - 37.21544877600007 - ], - [ - -121.76334774399999, - 37.21451936400007 - ], - [ - -121.76520685699995, - 37.21360621100007 - ], - [ - -121.76574098799995, - 37.21331239700004 - ], - [ - -121.77409395499996, - 37.208716982000055 - ], - [ - -121.77415804499998, - 37.20868171800004 - ], - [ - -121.775362697, - 37.20721438600003 - ], - [ - -121.77591461599997, - 37.20654209500003 - ], - [ - -121.77934592899999, - 37.202362092000044 - ], - [ - -121.77903487199995, - 37.20208911800006 - ], - [ - -121.77861593699998, - 37.20172147000005 - ], - [ - -121.77575391399995, - 37.19920965000006 - ], - [ - -121.77320822499996, - 37.19697526500005 - ], - [ - -121.77290219199995, - 37.19670664700004 - ], - [ - -121.77252685499997, - 37.19637716200003 - ], - [ - -121.77020674099998, - 37.19434042800003 - ], - [ - -121.76549605799994, - 37.19019603600003 - ], - [ - -121.76593532699997, - 37.18769780000008 - ], - [ - -121.76776407399996, - 37.18587359300005 - ], - [ - -121.76789942899995, - 37.18573856900008 - ], - [ - -121.76808623199997, - 37.18555221400004 - ], - [ - -121.76796287199994, - 37.185518417000026 - ], - [ - -121.76788026899999, - 37.18550393600003 - ], - [ - -121.76788026099996, - 37.185503839000035 - ], - [ - -121.76789139999994, - 37.185435262000055 - ], - [ - -121.76801113399995, - 37.18545588500007 - ], - [ - -121.76823135999996, - 37.185492891000024 - ], - [ - -121.768542664, - 37.185542733000034 - ], - [ - -121.76890183599994, - 37.18559956200005 - ], - [ - -121.76908698399996, - 37.18562788200006 - ], - [ - -121.76940335199998, - 37.18567933800006 - ], - [ - -121.76960207399998, - 37.18571684900007 - ], - [ - -121.76969839599997, - 37.18573855600005 - ], - [ - -121.76987518399994, - 37.185781614000064 - ], - [ - -121.77004283699995, - 37.18582758600007 - ], - [ - -121.770063156, - 37.185833020000075 - ], - [ - -121.77008319799995, - 37.18583900400006 - ], - [ - -121.77010301999996, - 37.18584554200004 - ], - [ - -121.77033561999997, - 37.18592203000003 - ], - [ - -121.770529308, - 37.185991570000056 - ], - [ - -121.770746154, - 37.18607880400003 - ], - [ - -121.77092914299999, - 37.18616178000008 - ], - [ - -121.77109972, - 37.18624841800005 - ], - [ - -121.77131761399994, - 37.186365212000055 - ], - [ - -121.77150926399997, - 37.18648128500007 - ], - [ - -121.77162849099994, - 37.18655966600005 - ], - [ - -121.77172456299996, - 37.186627153000074 - ], - [ - -121.77184704899997, - 37.186717058000056 - ], - [ - -121.771968572, - 37.18680756900005 - ], - [ - -121.77206990199994, - 37.186886420000064 - ], - [ - -121.77236023999995, - 37.187119481000025 - ], - [ - -121.77267014399996, - 37.18737256400004 - ], - [ - -121.77291761899994, - 37.18756637600006 - ], - [ - -121.77309952599995, - 37.18769802500003 - ], - [ - -121.77320333799997, - 37.187769753000055 - ], - [ - -121.77331030399995, - 37.18783842300007 - ], - [ - -121.77342027699996, - 37.18790399400007 - ], - [ - -121.77364826099995, - 37.188019645000054 - ], - [ - -121.77388686599994, - 37.18812066700008 - ], - [ - -121.77413462499999, - 37.188206413000046 - ], - [ - -121.77438998399998, - 37.18827639700004 - ], - [ - -121.77443949199994, - 37.18828813300007 - ], - [ - -121.77462615099995, - 37.18832755700004 - ], - [ - -121.77474374099995, - 37.18834855700004 - ], - [ - -121.77496726299995, - 37.188380204000055 - ], - [ - -121.77497615399994, - 37.18838145700005 - ], - [ - -121.77521116099996, - 37.18839867200006 - ], - [ - -121.77544715699997, - 37.18840005900006 - ], - [ - -121.775682153, - 37.18839312400007 - ], - [ - -121.77614047299994, - 37.18837752700006 - ], - [ - -121.77649767499997, - 37.18836472500004 - ], - [ - -121.77681552699994, - 37.18835129900003 - ], - [ - -121.77716016, - 37.188339547000055 - ], - [ - -121.77787897899998, - 37.188319497000066 - ], - [ - -121.77833782299996, - 37.18830452700007 - ], - [ - -121.77889393399994, - 37.188287598000045 - ], - [ - -121.779433467, - 37.18826981800004 - ], - [ - -121.77995735899998, - 37.188252687000045 - ], - [ - -121.78011182199998, - 37.18824756600003 - ], - [ - -121.78029244599998, - 37.18824158000007 - ], - [ - -121.78032190899995, - 37.188172681000026 - ], - [ - -121.78125451299996, - 37.18776242900003 - ], - [ - -121.78130593799995, - 37.18773982300007 - ], - [ - -121.78324875399994, - 37.18666840000003 - ], - [ - -121.78523252199994, - 37.18557433700005 - ], - [ - -121.78525406299997, - 37.18456426200004 - ], - [ - -121.78646189999995, - 37.18415948100005 - ], - [ - -121.786161914, - 37.183240058000024 - ], - [ - -121.78724216399996, - 37.18325298700006 - ], - [ - -121.78848302799997, - 37.18379331800003 - ], - [ - -121.78875958299994, - 37.18457290900005 - ], - [ - -121.78909958599996, - 37.18553127600006 - ], - [ - -121.78911955299998, - 37.18558763900006 - ], - [ - -121.78912532399994, - 37.185603849000074 - ], - [ - -121.79035729499998, - 37.18591898100004 - ], - [ - -121.79259051799994, - 37.18649015900007 - ], - [ - -121.79305452499995, - 37.18631773100003 - ], - [ - -121.79438348699995, - 37.18582393100007 - ], - [ - -121.79439170299997, - 37.185820886000045 - ], - [ - -121.79450014699995, - 37.185780590000036 - ], - [ - -121.79453397499998, - 37.18576801700004 - ], - [ - -121.79456668399996, - 37.185755863000054 - ], - [ - -121.79455720699997, - 37.18574602500007 - ], - [ - -121.794528088, - 37.18569573700006 - ], - [ - -121.79502927399994, - 37.18550626700005 - ], - [ - -121.795060692, - 37.18549438800005 - ], - [ - -121.794954997, - 37.185318679000034 - ], - [ - -121.79443971299997, - 37.184462016000055 - ], - [ - -121.79443929699994, - 37.18446132500003 - ], - [ - -121.79432197099999, - 37.184266413000046 - ], - [ - -121.79492893399998, - 37.18404043400005 - ], - [ - -121.79494239899998, - 37.18403542100003 - ], - [ - -121.79494459399996, - 37.18403460400003 - ], - [ - -121.79494431299997, - 37.18403411700007 - ], - [ - -121.79468893499995, - 37.183592315000055 - ], - [ - -121.79463451199996, - 37.18349826900004 - ], - [ - -121.79458012099997, - 37.18340428300007 - ], - [ - -121.79451154499998, - 37.18328577200003 - ], - [ - -121.79422019299994, - 37.18278229300006 - ], - [ - -121.79497157599997, - 37.183076183000026 - ], - [ - -121.79517656899998, - 37.18337171500008 - ], - [ - -121.79555116699999, - 37.18342738800004 - ], - [ - -121.79569391399997, - 37.183256339000025 - ], - [ - -121.79614815199994, - 37.18331167400004 - ], - [ - -121.79617574899999, - 37.183504189000075 - ], - [ - -121.79620735799995, - 37.18373571200004 - ], - [ - -121.79636691499996, - 37.18490437600008 - ], - [ - -121.796378404, - 37.18498851700008 - ], - [ - -121.79715246699999, - 37.185438807000025 - ], - [ - -121.79726373499994, - 37.18556618800005 - ], - [ - -121.79737354799994, - 37.18569190300008 - ], - [ - -121.796982142, - 37.18595021800007 - ], - [ - -121.79694428599998, - 37.185975204000044 - ], - [ - -121.79703459899997, - 37.18611645400006 - ], - [ - -121.79706662899997, - 37.18616655000005 - ], - [ - -121.796833591, - 37.18636685100006 - ], - [ - -121.79681516299996, - 37.18638269200005 - ], - [ - -121.79696179299998, - 37.18659584100004 - ], - [ - -121.79727270999996, - 37.18643922200005 - ], - [ - -121.79734502499997, - 37.186477506000074 - ], - [ - -121.79739321899996, - 37.18650302000003 - ], - [ - -121.79750514399996, - 37.186963278000064 - ], - [ - -121.79754982499998, - 37.186951597000075 - ], - [ - -121.79760354299998, - 37.18693755500004 - ], - [ - -121.79764924799997, - 37.186975725000025 - ], - [ - -121.79784330599995, - 37.18688896700007 - ], - [ - -121.79809152499996, - 37.18677799300008 - ], - [ - -121.79837217999994, - 37.186417075000065 - ], - [ - -121.79843546499995, - 37.18633569000008 - ], - [ - -121.79852157099998, - 37.186382077000076 - ], - [ - -121.79858916699999, - 37.18641849200003 - ], - [ - -121.79862042699995, - 37.186435334000066 - ], - [ - -121.79862467999999, - 37.18650258300005 - ], - [ - -121.79862518199997, - 37.18651052400003 - ], - [ - -121.79864613499996, - 37.18684250900003 - ], - [ - -121.79865271299997, - 37.18694667200003 - ], - [ - -121.79865476999998, - 37.186979250000036 - ], - [ - -121.79865651399996, - 37.18700688000007 - ], - [ - -121.79865684299995, - 37.18701209000005 - ], - [ - -121.79869260199996, - 37.18700403300005 - ], - [ - -121.79919947199994, - 37.18688984000005 - ], - [ - -121.79926575099995, - 37.18696006500005 - ], - [ - -121.79930673799998, - 37.18700349100004 - ], - [ - -121.79935852299997, - 37.18705835800006 - ], - [ - -121.79943329899999, - 37.18713758400003 - ], - [ - -121.79945622099996, - 37.18716187000007 - ], - [ - -121.79945903599997, - 37.18716231600007 - ], - [ - -121.79969279199997, - 37.18719945400005 - ], - [ - -121.79991363199997, - 37.18723453800004 - ], - [ - -121.79992388799997, - 37.187288731000024 - ], - [ - -121.79993129399998, - 37.18732785000003 - ], - [ - -121.79993954099996, - 37.18737141300005 - ], - [ - -121.79994949699994, - 37.187424011000076 - ], - [ - -121.79995634699998, - 37.18746019400004 - ], - [ - -121.799972342, - 37.18754469600003 - ], - [ - -121.79998507299996, - 37.187611943000036 - ], - [ - -121.80022568399994, - 37.18784826500007 - ], - [ - -121.800246545, - 37.18786875400008 - ], - [ - -121.80021788799996, - 37.18787303700003 - ], - [ - -121.800138017, - 37.18788497700007 - ], - [ - -121.79975623899998, - 37.18794204900007 - ], - [ - -121.79963569299997, - 37.18796006800005 - ], - [ - -121.799589847, - 37.18797871700008 - ], - [ - -121.79927765899998, - 37.188105706000044 - ], - [ - -121.79926850899994, - 37.188109428000075 - ], - [ - -121.79927046999995, - 37.188137264000034 - ], - [ - -121.79927566499998, - 37.18821102000004 - ], - [ - -121.79929749999997, - 37.188521008000066 - ], - [ - -121.79930355399995, - 37.18860695500007 - ], - [ - -121.79937134499994, - 37.18862067800006 - ], - [ - -121.79941735699998, - 37.188629992000074 - ], - [ - -121.79976740799998, - 37.188700855000036 - ], - [ - -121.80081055699998, - 37.18869190000004 - ], - [ - -121.80081653099995, - 37.18871397600003 - ], - [ - -121.80081714399995, - 37.18871624600007 - ], - [ - -121.80087359299995, - 37.18892486900006 - ], - [ - -121.80095254199995, - 37.18921664000004 - ], - [ - -121.80095521299995, - 37.18922650800005 - ], - [ - -121.80096528999997, - 37.18922347500006 - ], - [ - -121.80098834499995, - 37.18921653700005 - ], - [ - -121.80137808599994, - 37.189099225000064 - ], - [ - -121.80156118999997, - 37.189044110000054 - ], - [ - -121.80156705199994, - 37.18904136300006 - ], - [ - -121.80179800099995, - 37.18893320500007 - ], - [ - -121.80181728099996, - 37.18892417500007 - ], - [ - -121.80186739699997, - 37.18890070400005 - ], - [ - -121.80211118999995, - 37.18896534800007 - ], - [ - -121.80210996699998, - 37.18899238400007 - ], - [ - -121.80209119299997, - 37.18940728200005 - ], - [ - -121.80208972599996, - 37.18943973000006 - ], - [ - -121.80212214499994, - 37.18944665600003 - ], - [ - -121.80246585699996, - 37.18952007000007 - ], - [ - -121.80248683199994, - 37.18951836700006 - ], - [ - -121.80297524099996, - 37.18947873600007 - ], - [ - -121.80300182499997, - 37.18949583300008 - ], - [ - -121.80300527999998, - 37.18949805500006 - ], - [ - -121.80322054899995, - 37.18963649600005 - ], - [ - -121.80336779799995, - 37.18973119300006 - ], - [ - -121.80367977499998, - 37.18993182200006 - ], - [ - -121.80377667099998, - 37.18987645200008 - ], - [ - -121.80377814899998, - 37.18987560800008 - ], - [ - -121.80412764299996, - 37.189675890000046 - ], - [ - -121.80413104399997, - 37.189018127000054 - ], - [ - -121.80443718199996, - 37.18896584600003 - ], - [ - -121.80475403899999, - 37.18927797300006 - ], - [ - -121.80476868499994, - 37.189292400000056 - ], - [ - -121.80483357799994, - 37.18935632400007 - ], - [ - -121.80487308, - 37.18937472600004 - ], - [ - -121.80566227899999, - 37.18974236400004 - ], - [ - -121.80574729699998, - 37.18978196900008 - ], - [ - -121.80576692899996, - 37.18977683700007 - ], - [ - -121.80585002899994, - 37.189755115000025 - ], - [ - -121.80654431099998, - 37.18957363800007 - ], - [ - -121.80726376399997, - 37.189512516000036 - ], - [ - -121.80734070199998, - 37.189505979000046 - ], - [ - -121.80737142499999, - 37.18946966800007 - ], - [ - -121.80742621999997, - 37.18940490400007 - ], - [ - -121.80763944899996, - 37.18915227400004 - ], - [ - -121.80769547199998, - 37.18908589900008 - ], - [ - -121.808102771, - 37.18860333500004 - ], - [ - -121.80836432199999, - 37.18850126500007 - ], - [ - -121.80848942399996, - 37.18845244400006 - ], - [ - -121.80866054399996, - 37.188385664000066 - ], - [ - -121.80897526499996, - 37.18826284100004 - ], - [ - -121.80900853299994, - 37.18824985800006 - ], - [ - -121.80990634699998, - 37.18795368800005 - ], - [ - -121.80999384699999, - 37.18788381100006 - ], - [ - -121.81020613499999, - 37.18771428100007 - ], - [ - -121.81020735199996, - 37.187713675000055 - ], - [ - -121.81059093099998, - 37.18752253800005 - ], - [ - -121.81072044099994, - 37.187458004000064 - ], - [ - -121.81131530799996, - 37.18716157700004 - ], - [ - -121.81138731899995, - 37.18712569300004 - ], - [ - -121.81168088599998, - 37.186979405000045 - ], - [ - -121.81170400099995, - 37.18696788700004 - ], - [ - -121.81186304099998, - 37.186962125000036 - ], - [ - -121.81198991199994, - 37.18695752700006 - ], - [ - -121.81200354599997, - 37.18691615300003 - ], - [ - -121.812033494, - 37.18682526500004 - ], - [ - -121.81213422399998, - 37.18651957600008 - ], - [ - -121.81230487, - 37.18646864600004 - ], - [ - -121.81237445, - 37.18644787900007 - ], - [ - -121.812603293, - 37.18637957900006 - ], - [ - -121.81288130399997, - 37.18629660300007 - ], - [ - -121.81307090699994, - 37.186201561000075 - ], - [ - -121.81312945199994, - 37.186172215000056 - ], - [ - -121.81314959599996, - 37.18617535300007 - ], - [ - -121.81323000599997, - 37.186187878000055 - ], - [ - -121.81351493899996, - 37.18623226500006 - ], - [ - -121.81358853799998, - 37.18620620000007 - ], - [ - -121.81399473299996, - 37.186062356000036 - ], - [ - -121.81434434099998, - 37.18611565200007 - ], - [ - -121.81438573799994, - 37.18606413200007 - ], - [ - -121.81486053699996, - 37.18547323300004 - ], - [ - -121.81466745199998, - 37.18465996100008 - ], - [ - -121.81419248799995, - 37.184085906000064 - ], - [ - -121.81398819099996, - 37.18365186900007 - ], - [ - -121.81381409799997, - 37.18341062200005 - ], - [ - -121.81349829199996, - 37.18214894700003 - ], - [ - -121.81344287, - 37.18192752300007 - ], - [ - -121.81343916199995, - 37.18191270500006 - ], - [ - -121.81342376899994, - 37.18190072900006 - ], - [ - -121.81286816599999, - 37.18146847700007 - ], - [ - -121.81290284199997, - 37.18141133600005 - ], - [ - -121.81309953099998, - 37.18108722000005 - ], - [ - -121.81455410799998, - 37.17986317900005 - ], - [ - -121.81473247599996, - 37.17931447800004 - ], - [ - -121.81493870999998, - 37.17920590700004 - ], - [ - -121.81495105099998, - 37.17907140700004 - ], - [ - -121.81475331299998, - 37.17885734500004 - ], - [ - -121.81482649999998, - 37.17877826300003 - ], - [ - -121.81503455199999, - 37.17855343700006 - ], - [ - -121.814865635, - 37.17833511500004 - ], - [ - -121.81470956399994, - 37.17813340500004 - ], - [ - -121.81494392599996, - 37.177424374000054 - ], - [ - -121.81511300399995, - 37.17746777000008 - ], - [ - -121.81567402999997, - 37.177611686000034 - ], - [ - -121.81581721499998, - 37.17754900500006 - ], - [ - -121.81589499599994, - 37.17751496200003 - ], - [ - -121.81586334499997, - 37.17750769700007 - ], - [ - -121.81584002599999, - 37.17750244200005 - ], - [ - -121.81579766599998, - 37.177489689000026 - ], - [ - -121.81578277299997, - 37.17748060900004 - ], - [ - -121.81575926399995, - 37.177466294000055 - ], - [ - -121.81573166099997, - 37.17744348600007 - ], - [ - -121.815730697, - 37.17744232800004 - ], - [ - -121.81571285599995, - 37.177420074000054 - ], - [ - -121.81571202599997, - 37.17741843600004 - ], - [ - -121.81570569999997, - 37.177405185000055 - ], - [ - -121.81570545399995, - 37.17740420400003 - ], - [ - -121.81570044199998, - 37.17738269900008 - ], - [ - -121.81570027999999, - 37.17738162400008 - ], - [ - -121.81570108299996, - 37.17735897700004 - ], - [ - -121.81570134999998, - 37.17735780600003 - ], - [ - -121.81570425899997, - 37.177345917000025 - ], - [ - -121.81572092299996, - 37.17730938100004 - ], - [ - -121.81572246499996, - 37.17730597600007 - ], - [ - -121.81572530499994, - 37.17730157200003 - ], - [ - -121.81575501699996, - 37.17725545900004 - ], - [ - -121.815786732, - 37.17721916600004 - ], - [ - -121.81579040599996, - 37.177214958000036 - ], - [ - -121.81580396299995, - 37.17720191900003 - ], - [ - -121.81583298699996, - 37.17717522400005 - ], - [ - -121.81585891499998, - 37.17714652600006 - ], - [ - -121.81588160899997, - 37.17711621500007 - ], - [ - -121.81589810199995, - 37.17708938700008 - ], - [ - -121.81589895599996, - 37.17708752300007 - ], - [ - -121.81591909999997, - 37.17704389900007 - ], - [ - -121.81592102899998, - 37.177039757000045 - ], - [ - -121.815924495, - 37.177028593000045 - ], - [ - -121.81592974699998, - 37.177011710000045 - ], - [ - -121.81593169899998, - 37.177005508000036 - ], - [ - -121.815934487, - 37.176993276000076 - ], - [ - -121.81593464699995, - 37.17699096300004 - ], - [ - -121.81593577999996, - 37.17697401200007 - ], - [ - -121.81593593599996, - 37.17697156100007 - ], - [ - -121.81593460499994, - 37.17696090900006 - ], - [ - -121.81593267299996, - 37.17694550400006 - ], - [ - -121.81593197899997, - 37.17694008600006 - ], - [ - -121.815929757, - 37.17693093200006 - ], - [ - -121.81592497399998, - 37.176911027000074 - ], - [ - -121.81592340399999, - 37.176904680000064 - ], - [ - -121.81592103599996, - 37.17689848200007 - ], - [ - -121.81590967799997, - 37.17686910400005 - ], - [ - -121.81590730999994, - 37.17686297400007 - ], - [ - -121.81590615599998, - 37.17686088000005 - ], - [ - -121.81588439499996, - 37.17682212200003 - ], - [ - -121.81588259199998, - 37.176818893000075 - ], - [ - -121.81587594099994, - 37.17680990300005 - ], - [ - -121.815864337, - 37.17679417000005 - ], - [ - -121.81586061599995, - 37.17678913200007 - ], - [ - -121.81585352599996, - 37.176781246000075 - ], - [ - -121.81584004899997, - 37.17676638100005 - ], - [ - -121.81583529399995, - 37.176761147000036 - ], - [ - -121.81582866599996, - 37.176755111000034 - ], - [ - -121.81581293699998, - 37.17674070700008 - ], - [ - -121.81580686199999, - 37.17673514400008 - ], - [ - -121.81580010599998, - 37.17673002500004 - ], - [ - -121.81578349399996, - 37.176717438000026 - ], - [ - -121.81577549199994, - 37.17671137200006 - ], - [ - -121.81575445399994, - 37.17669597500003 - ], - [ - -121.81574981899996, - 37.176692616000025 - ], - [ - -121.81574579599999, - 37.17668993700005 - ], - [ - -121.81574070299996, - 37.17668669900007 - ], - [ - -121.815736545, - 37.17668441100005 - ], - [ - -121.81573088599998, - 37.17668145300007 - ], - [ - -121.81572667599994, - 37.17667955500008 - ], - [ - -121.81572062299995, - 37.176676945000054 - ], - [ - -121.81571639099997, - 37.176675414000044 - ], - [ - -121.81570982999995, - 37.176673175000076 - ], - [ - -121.81570568999996, - 37.176672008000025 - ], - [ - -121.81569867899998, - 37.17667018700007 - ], - [ - -121.81569465899997, - 37.17666936400008 - ], - [ - -121.81568719799998, - 37.17666800400008 - ], - [ - -121.81567555999999, - 37.17666664700005 - ], - [ - -121.81566379599997, - 37.176666186000034 - ], - [ - -121.81565204399999, - 37.17666652400004 - ], - [ - -121.81564036599997, - 37.17666768500004 - ], - [ - -121.81561950699995, - 37.17667073500007 - ], - [ - -121.81560926499998, - 37.17667215500006 - ], - [ - -121.81559013999998, - 37.17667447600007 - ], - [ - -121.81558474399998, - 37.17667510900003 - ], - [ - -121.81555303399995, - 37.17667752500006 - ], - [ - -121.815549692, - 37.17667779200008 - ], - [ - -121.81545913999997, - 37.17667686500005 - ], - [ - -121.81545533299999, - 37.176676679000025 - ], - [ - -121.81543912399997, - 37.176675672000044 - ], - [ - -121.81536882199998, - 37.176671449000025 - ], - [ - -121.81535884899995, - 37.17667037100006 - ], - [ - -121.81532471399998, - 37.17666656600005 - ], - [ - -121.81527914399999, - 37.176661539000065 - ], - [ - -121.81523370199994, - 37.17665577900004 - ], - [ - -121.81523235399999, - 37.17665554200005 - ], - [ - -121.815189305, - 37.17664746600008 - ], - [ - -121.81518758099998, - 37.17664709600007 - ], - [ - -121.81518628699996, - 37.176646653000034 - ], - [ - -121.81514873599997, - 37.17663251700003 - ], - [ - -121.81514740799997, - 37.17663175400003 - ], - [ - -121.81510857499995, - 37.17660815600004 - ], - [ - -121.815107093, - 37.17660679900007 - ], - [ - -121.81507364, - 37.17657345900005 - ], - [ - -121.815073053, - 37.17657259600003 - ], - [ - -121.81505429199996, - 37.17654190600007 - ], - [ - -121.815053321, - 37.176540361000036 - ], - [ - -121.81503434799998, - 37.176502509000045 - ], - [ - -121.815034159, - 37.17650154900008 - ], - [ - -121.81502932599994, - 37.176467338000066 - ], - [ - -121.81502950599997, - 37.17646621500006 - ], - [ - -121.81503556799998, - 37.17643183500007 - ], - [ - -121.81504720199996, - 37.17640693800007 - ], - [ - -121.81504820699996, - 37.17640552900008 - ], - [ - -121.81506740199995, - 37.17638112000003 - ], - [ - -121.81506903499996, - 37.176379636000036 - ], - [ - -121.81508532199996, - 37.17636555900003 - ], - [ - -121.81518926499996, - 37.17631952700003 - ], - [ - -121.81519233299997, - 37.17631825600006 - ], - [ - -121.81529110099996, - 37.17628210100003 - ], - [ - -121.81529371599999, - 37.176281180000046 - ], - [ - -121.81537621399997, - 37.17625518700004 - ], - [ - -121.81551601199999, - 37.17621310000004 - ], - [ - -121.81559302, - 37.17618717000005 - ], - [ - -121.815626066, - 37.17617613200008 - ], - [ - -121.81564014199995, - 37.17617146400005 - ], - [ - -121.81566664399998, - 37.17615438800004 - ], - [ - -121.81568304999996, - 37.17612918400005 - ], - [ - -121.81568574, - 37.17610468600003 - ], - [ - -121.81567725399998, - 37.176080908000074 - ], - [ - -121.815658569, - 37.17606104300006 - ], - [ - -121.81563805199994, - 37.17605079000003 - ], - [ - -121.81563155799995, - 37.17604754400003 - ], - [ - -121.81562061499994, - 37.176043341000025 - ], - [ - -121.81559950499997, - 37.17603524800006 - ], - [ - -121.81558925099995, - 37.17603131100003 - ], - [ - -121.81558166299999, - 37.17602915300006 - ], - [ - -121.81552192499998, - 37.17601231500004 - ], - [ - -121.81552051799997, - 37.17601203300006 - ], - [ - -121.81546643099995, - 37.17600252400007 - ], - [ - -121.81546063499997, - 37.17600149100008 - ], - [ - -121.81545040799995, - 37.176000713000064 - ], - [ - -121.81540291599998, - 37.17599701200004 - ], - [ - -121.81539291899998, - 37.175996232000045 - ], - [ - -121.81538803099994, - 37.17599640200007 - ], - [ - -121.81531764399995, - 37.17599863600003 - ], - [ - -121.815311641, - 37.17599881800004 - ], - [ - -121.81530105299998, - 37.17600026400004 - ], - [ - -121.81526358399998, - 37.17600537800007 - ], - [ - -121.81525308299996, - 37.17600682300008 - ], - [ - -121.81524804099996, - 37.17600804800003 - ], - [ - -121.81518315399995, - 37.176023702000066 - ], - [ - -121.81518138899997, - 37.17602415600004 - ], - [ - -121.81517689499998, - 37.17602555800005 - ], - [ - -121.81517197599999, - 37.17602730600004 - ], - [ - -121.81511505199995, - 37.17604847800004 - ], - [ - -121.81510934, - 37.17605064900005 - ], - [ - -121.81508282099998, - 37.17606358200004 - ], - [ - -121.81506722399996, - 37.176071265000076 - ], - [ - -121.81506316899998, - 37.17607330300007 - ], - [ - -121.81497863699997, - 37.17611550000004 - ], - [ - -121.81490198599994, - 37.176156785000046 - ], - [ - -121.81482273299997, - 37.17619979300008 - ], - [ - -121.81481740399994, - 37.176202645000046 - ], - [ - -121.81475357799997, - 37.17623634600005 - ], - [ - -121.81471263499998, - 37.17625706500007 - ], - [ - -121.81470755899994, - 37.17625961600004 - ], - [ - -121.81469656499996, - 37.17626395100007 - ], - [ - -121.81467642399997, - 37.176271892000045 - ], - [ - -121.81466971999998, - 37.17627453100005 - ], - [ - -121.81465637699995, - 37.17627877800004 - ], - [ - -121.81464835599996, - 37.17628138600003 - ], - [ - -121.81463987899997, - 37.17628402300005 - ], - [ - -121.814592415, - 37.17629661800004 - ], - [ - -121.81453144199997, - 37.176313693000054 - ], - [ - -121.81446635599997, - 37.17633101900003 - ], - [ - -121.81445673099995, - 37.17633357700004 - ], - [ - -121.81443689999998, - 37.176338034000025 - ], - [ - -121.81438732099997, - 37.176349120000054 - ], - [ - -121.81434091699998, - 37.17635525000003 - ], - [ - -121.81433091899999, - 37.17635110400005 - ], - [ - -121.81432363299996, - 37.17634672300005 - ], - [ - -121.81432321699998, - 37.17634579000003 - ], - [ - -121.81431760799995, - 37.17633264500006 - ], - [ - -121.81431258999999, - 37.17631569400004 - ], - [ - -121.814312455, - 37.176314552000065 - ], - [ - -121.81431110199998, - 37.17629939100004 - ], - [ - -121.81431106599996, - 37.17628591000005 - ], - [ - -121.81431106199994, - 37.17628240800008 - ], - [ - -121.81431195, - 37.17627919300003 - ], - [ - -121.81431847699997, - 37.17625503900007 - ], - [ - -121.81433697899996, - 37.176223771000025 - ], - [ - -121.81437090699995, - 37.176192900000046 - ], - [ - -121.81437384499998, - 37.17619085300004 - ], - [ - -121.814408991, - 37.17616745400005 - ], - [ - -121.81441227099998, - 37.176165265000066 - ], - [ - -121.81441833799994, - 37.17616213100007 - ], - [ - -121.81444778999997, - 37.17614694300005 - ], - [ - -121.81445419899995, - 37.176143644000035 - ], - [ - -121.81445703999998, - 37.17614260500005 - ], - [ - -121.81451626799998, - 37.176120652000066 - ], - [ - -121.81457674599994, - 37.17609985200005 - ], - [ - -121.81459251399997, - 37.17609367800003 - ], - [ - -121.81462001499995, - 37.17608290800007 - ], - [ - -121.81465231499999, - 37.17607030000005 - ], - [ - -121.81468907099998, - 37.176053772000046 - ], - [ - -121.81471543599997, - 37.17604189300005 - ], - [ - -121.81472959899997, - 37.176035554000066 - ], - [ - -121.81477972099998, - 37.17600983400007 - ], - [ - -121.81480325099994, - 37.17599776000003 - ], - [ - -121.81480489399996, - 37.175996894000036 - ], - [ - -121.81485764799999, - 37.17596620100005 - ], - [ - -121.81486429999995, - 37.175962189000074 - ], - [ - -121.81491014799997, - 37.17593413800006 - ], - [ - -121.81491565899995, - 37.175930322000056 - ], - [ - -121.81495988499995, - 37.17589949500007 - ], - [ - -121.81497638599996, - 37.17588795700004 - ], - [ - -121.81498839299996, - 37.17587937500008 - ], - [ - -121.81509821799995, - 37.17580015500005 - ], - [ - -121.81510084399997, - 37.17579815800008 - ], - [ - -121.81515458799998, - 37.17575717600005 - ], - [ - -121.81516940499995, - 37.17574579400008 - ], - [ - -121.81519901299998, - 37.17572305200008 - ], - [ - -121.81520062499999, - 37.17572207200004 - ], - [ - -121.81524033199997, - 37.17569939900005 - ], - [ - -121.815244609, - 37.17569692500007 - ], - [ - -121.81524730599995, - 37.17569584200004 - ], - [ - -121.81529891499997, - 37.17567500400003 - ], - [ - -121.815302665, - 37.17567349600006 - ], - [ - -121.81530673599997, - 37.175672398000074 - ], - [ - -121.81534582699999, - 37.17566191000003 - ], - [ - -121.81534807699995, - 37.175661336000076 - ], - [ - -121.81535041399997, - 37.175660943000025 - ], - [ - -121.81539582799996, - 37.17565377100004 - ], - [ - -121.81540119099998, - 37.17565293200005 - ], - [ - -121.81540530599995, - 37.17565268000004 - ], - [ - -121.81545545799997, - 37.175649804000045 - ], - [ - -121.81546074099998, - 37.175649288000045 - ], - [ - -121.815475731, - 37.17564776800003 - ], - [ - -121.81549717499996, - 37.17564560400007 - ], - [ - -121.81550675999995, - 37.17564407800006 - ], - [ - -121.81553839199995, - 37.17563896100006 - ], - [ - -121.81554974699998, - 37.17563713900006 - ], - [ - -121.81555695499998, - 37.17563554700007 - ], - [ - -121.81558815499994, - 37.17562855800003 - ], - [ - -121.81560140299996, - 37.17562559300006 - ], - [ - -121.81561261799999, - 37.17562235500003 - ], - [ - -121.815651807, - 37.175611064000066 - ], - [ - -121.815684837, - 37.17559425800005 - ], - [ - -121.81568613599995, - 37.17559328200008 - ], - [ - -121.81571856299996, - 37.17556819600003 - ], - [ - -121.81572480099999, - 37.17556347900006 - ], - [ - -121.81575800799999, - 37.17553895800006 - ], - [ - -121.81577166499994, - 37.17552973900007 - ], - [ - -121.81579292799995, - 37.17551569800003 - ], - [ - -121.81583470699996, - 37.17549867900004 - ], - [ - -121.81586826399996, - 37.17549239500005 - ], - [ - -121.81586963399997, - 37.175492174000055 - ], - [ - -121.81591354299997, - 37.17549220600006 - ], - [ - -121.81591486199994, - 37.17549244200006 - ], - [ - -121.81595859799995, - 37.17550376200006 - ], - [ - -121.81596650899996, - 37.175506351000024 - ], - [ - -121.81600270499996, - 37.17551825800007 - ], - [ - -121.81602310299996, - 37.17552496400003 - ], - [ - -121.81602820599994, - 37.17552721900006 - ], - [ - -121.81610595399997, - 37.17556134200004 - ], - [ - -121.81611295799996, - 37.17556439900005 - ], - [ - -121.81611975299995, - 37.17556857900007 - ], - [ - -121.81621795799998, - 37.17562900300004 - ], - [ - -121.81633678799994, - 37.175683012000036 - ], - [ - -121.81639003, - 37.17568996600005 - ], - [ - -121.81641520299996, - 37.17569318500006 - ], - [ - -121.816463049, - 37.175699261000034 - ], - [ - -121.81646419699996, - 37.175699431000055 - ], - [ - -121.81646576699995, - 37.17569918400005 - ], - [ - -121.81658786999998, - 37.17568066500007 - ], - [ - -121.81658923999998, - 37.17568044400008 - ], - [ - -121.81659225099997, - 37.17567926700008 - ], - [ - -121.81672211699998, - 37.17562719400007 - ], - [ - -121.816845044, - 37.17554972600004 - ], - [ - -121.81696383199994, - 37.17544838300006 - ], - [ - -121.81705085299996, - 37.17536085800003 - ], - [ - -121.81705242699996, - 37.175359283000034 - ], - [ - -121.81705350599998, - 37.17535718900007 - ], - [ - -121.81707777599996, - 37.17530923600003 - ], - [ - -121.81707826199994, - 37.175307445000044 - ], - [ - -121.81709806199996, - 37.175229718000026 - ], - [ - -121.81709907799996, - 37.17522572400003 - ], - [ - -121.81709891699995, - 37.17522304800008 - ], - [ - -121.81709339699995, - 37.17511088200007 - ], - [ - -121.81709025899994, - 37.17508695200007 - ], - [ - -121.81708658999997, - 37.17505893100008 - ], - [ - -121.81708503799996, - 37.17504709100007 - ], - [ - -121.81708511899996, - 37.175032258000044 - ], - [ - -121.81708562999995, - 37.174965232000034 - ], - [ - -121.81708574099997, - 37.17495042100006 - ], - [ - -121.81708714899997, - 37.174942645000044 - ], - [ - -121.81709022599995, - 37.17492576500007 - ], - [ - -121.81709117399998, - 37.174924403000034 - ], - [ - -121.81710475499995, - 37.174906029000056 - ], - [ - -121.81710570999996, - 37.17490510400006 - ], - [ - -121.817126799, - 37.17488602700007 - ], - [ - -121.81712866499998, - 37.17488474800007 - ], - [ - -121.81714716999994, - 37.17487325400003 - ], - [ - -121.81717868499999, - 37.17486308000008 - ], - [ - -121.81721127399999, - 37.174855388000026 - ], - [ - -121.81723223899996, - 37.174852016000045 - ], - [ - -121.81724458999997, - 37.174850046000074 - ], - [ - -121.81724970299996, - 37.17484960000007 - ], - [ - -121.81725915599998, - 37.17484880600006 - ], - [ - -121.81727837899996, - 37.17484717000008 - ], - [ - -121.81728221099996, - 37.17484712800007 - ], - [ - -121.81728378399998, - 37.174847088000035 - ], - [ - -121.81731235399997, - 37.17484676500004 - ], - [ - -121.81731613399995, - 37.17484699700003 - ], - [ - -121.81731805199996, - 37.174847113000055 - ], - [ - -121.81734623099999, - 37.174848901000075 - ], - [ - -121.81735218799997, - 37.17484933700007 - ], - [ - -121.81744367399995, - 37.17485622700008 - ], - [ - -121.81745309799999, - 37.17485696700004 - ], - [ - -121.81746144999994, - 37.17485701000004 - ], - [ - -121.81753780599996, - 37.174857501000076 - ], - [ - -121.81757713999997, - 37.17485772100008 - ], - [ - -121.81757876899997, - 37.174857588000066 - ], - [ - -121.81766211999997, - 37.174849348000066 - ], - [ - -121.81774321499995, - 37.17482987000005 - ], - [ - -121.81774640599997, - 37.17482910200005 - ], - [ - -121.81775390499996, - 37.17482615600005 - ], - [ - -121.81780975499998, - 37.17480417000007 - ], - [ - -121.81782751299994, - 37.174794106000036 - ], - [ - -121.81785566399998, - 37.17477808500007 - ], - [ - -121.81786023199999, - 37.174775974000056 - ], - [ - -121.81786761099994, - 37.17477264200005 - ], - [ - -121.817933698, - 37.174742414000036 - ], - [ - -121.81793931899995, - 37.17473985700008 - ], - [ - -121.81794773899998, - 37.17473724400003 - ], - [ - -121.81805536899998, - 37.17470421500008 - ], - [ - -121.81806901899995, - 37.17470129000003 - ], - [ - -121.81813086199998, - 37.174688279000065 - ], - [ - -121.818141664, - 37.17468600500007 - ], - [ - -121.818154441, - 37.17468384700004 - ], - [ - -121.81824390999998, - 37.174668875000066 - ], - [ - -121.81833526899999, - 37.174652396000056 - ], - [ - -121.81834102799996, - 37.174649653000074 - ], - [ - -121.81837265099995, - 37.17463430400005 - ], - [ - -121.81838362699995, - 37.17462896100005 - ], - [ - -121.81839188099997, - 37.17462495400008 - ], - [ - -121.818399764, - 37.17462113300007 - ], - [ - -121.81840425999997, - 37.174618131000045 - ], - [ - -121.81846470699998, - 37.17457785000005 - ], - [ - -121.81846982499997, - 37.17457442700004 - ], - [ - -121.818474214, - 37.17457028000007 - ], - [ - -121.81853158299998, - 37.17451598100007 - ], - [ - -121.81853543799997, - 37.174512320000076 - ], - [ - -121.81858436899995, - 37.174467820000075 - ], - [ - -121.81858895699997, - 37.174463649000074 - ], - [ - -121.81860220199997, - 37.17445390900008 - ], - [ - -121.81864656599998, - 37.17442131800004 - ], - [ - -121.81866607899997, - 37.17440699700006 - ], - [ - -121.81867501299996, - 37.17440105900005 - ], - [ - -121.818753819, - 37.17434910500003 - ], - [ - -121.818824598, - 37.174299414000075 - ], - [ - -121.81882600999995, - 37.17429841400008 - ], - [ - -121.81882707399996, - 37.17429707500003 - ], - [ - -121.81887047199996, - 37.17424208400007 - ], - [ - -121.81888756899997, - 37.17417995200003 - ], - [ - -121.81888810499998, - 37.174177909000036 - ], - [ - -121.818888013, - 37.174172714000065 - ], - [ - -121.81888723499998, - 37.17412520400006 - ], - [ - -121.81888718299996, - 37.17412390000004 - ], - [ - -121.81888686999997, - 37.17412237000008 - ], - [ - -121.81887599299995, - 37.17407323400005 - ], - [ - -121.81887509199998, - 37.17406914700007 - ], - [ - -121.81887419699996, - 37.174067097000034 - ], - [ - -121.81885329299996, - 37.17401862300005 - ], - [ - -121.81884290199997, - 37.17399392900006 - ], - [ - -121.81883096299998, - 37.17396568100003 - ], - [ - -121.818828366, - 37.173959506000074 - ], - [ - -121.81881916199995, - 37.17392903000007 - ], - [ - -121.818812386, - 37.17390649200007 - ], - [ - -121.81881117199998, - 37.173902500000054 - ], - [ - -121.81880240799995, - 37.17385961100007 - ], - [ - -121.81880178399996, - 37.17385339200007 - ], - [ - -121.81879829599995, - 37.17381948700006 - ], - [ - -121.81879567399994, - 37.173793971000066 - ], - [ - -121.81879566799995, - 37.173787151000056 - ], - [ - -121.81879561799997, - 37.173772960000065 - ], - [ - -121.81879559699996, - 37.17374746100006 - ], - [ - -121.81879560099998, - 37.17374274500003 - ], - [ - -121.81879493199995, - 37.173738885000034 - ], - [ - -121.81878693099998, - 37.173692233000054 - ], - [ - -121.81878523499995, - 37.173688499000036 - ], - [ - -121.818761409, - 37.17363820500003 - ], - [ - -121.81876070399994, - 37.17363713700007 - ], - [ - -121.81873242499995, - 37.17359554500007 - ], - [ - -121.81872936999997, - 37.17359104700006 - ], - [ - -121.81872470199994, - 37.17358578900007 - ], - [ - -121.81870392399998, - 37.17356240200007 - ], - [ - -121.81869826099995, - 37.17355598800003 - ], - [ - -121.81869581999996, - 37.17355379500003 - ], - [ - -121.81866535299997, - 37.17352596200004 - ], - [ - -121.81865958999998, - 37.17352035000005 - ], - [ - -121.81864911399998, - 37.17351023700007 - ], - [ - -121.81863604399996, - 37.17349090500005 - ], - [ - -121.81862938799998, - 37.17346857100006 - ], - [ - -121.81862686499994, - 37.17341957000008 - ], - [ - -121.818626855, - 37.17341732700004 - ], - [ - -121.81862741099997, - 37.17336604800005 - ], - [ - -121.81862748499998, - 37.173363735000066 - ], - [ - -121.81863102699998, - 37.173314848000075 - ], - [ - -121.81864599799997, - 37.17327476000003 - ], - [ - -121.81864848899994, - 37.17327004100008 - ], - [ - -121.81867092999994, - 37.173228677000054 - ], - [ - -121.81867433699995, - 37.17322236700005 - ], - [ - -121.81874335499998, - 37.17309549000004 - ], - [ - -121.81889756799995, - 37.17281186500003 - ], - [ - -121.81890033999997, - 37.17280677600007 - ], - [ - -121.818947434, - 37.17273425700006 - ], - [ - -121.81897047799998, - 37.17269476400003 - ], - [ - -121.81897469199998, - 37.17268878700003 - ], - [ - -121.81900809799998, - 37.17264144100005 - ], - [ - -121.81904401399999, - 37.17260194100004 - ], - [ - -121.81904586699994, - 37.17259992800007 - ], - [ - -121.81907165099994, - 37.17257622200003 - ], - [ - -121.81907359999997, - 37.17257487200004 - ], - [ - -121.81910059499995, - 37.172556599000075 - ], - [ - -121.81910337399995, - 37.172555240000065 - ], - [ - -121.81912791099995, - 37.17254354200003 - ], - [ - -121.81917315399994, - 37.172531793000076 - ], - [ - -121.81921861999996, - 37.172521162000066 - ], - [ - -121.81926441499996, - 37.17251146700005 - ], - [ - -121.81929370999995, - 37.172505209000064 - ], - [ - -121.81931406599995, - 37.17250140700003 - ], - [ - -121.81934816299997, - 37.172495025000046 - ], - [ - -121.819444122, - 37.17248000400008 - ], - [ - -121.81946332899997, - 37.172477566000055 - ], - [ - -121.81946866699997, - 37.17247691100005 - ], - [ - -121.81950539699994, - 37.17247226200004 - ], - [ - -121.81959557199997, - 37.172463417000074 - ], - [ - -121.81961709099994, - 37.17246230400008 - ], - [ - -121.81965738599996, - 37.17246024800005 - ], - [ - -121.81966421299995, - 37.17245968900005 - ], - [ - -121.81972316599996, - 37.17245483500005 - ], - [ - -121.81977255199996, - 37.17244596900008 - ], - [ - -121.81977708499994, - 37.17244516200003 - ], - [ - -121.81979120699998, - 37.17244138600006 - ], - [ - -121.81981526399994, - 37.17243498000005 - ], - [ - -121.81982135499999, - 37.17243335500007 - ], - [ - -121.81983096299996, - 37.17242990500006 - ], - [ - -121.819863479, - 37.172418253000046 - ], - [ - -121.81987209299996, - 37.172415158000035 - ], - [ - -121.81988242399996, - 37.172410531000025 - ], - [ - -121.81989513699995, - 37.17240482600005 - ], - [ - -121.81990203299995, - 37.17240172600003 - ], - [ - -121.81991010799999, - 37.17239733200006 - ], - [ - -121.81993929099997, - 37.172381460000054 - ], - [ - -121.819947507, - 37.172376996000025 - ], - [ - -121.81995278999995, - 37.17237332000008 - ], - [ - -121.81999517799994, - 37.17234397800007 - ], - [ - -121.82002544, - 37.17231790900007 - ], - [ - -121.82002811399997, - 37.17231547500006 - ], - [ - -121.82004447399999, - 37.172299176000024 - ], - [ - -121.820049354, - 37.17229360400006 - ], - [ - -121.82005532799997, - 37.17228692200007 - ], - [ - -121.82006289299994, - 37.17227802300005 - ], - [ - -121.82008238199995, - 37.17225097700003 - ], - [ - -121.82010466899999, - 37.17222520400003 - ], - [ - -121.82012952799994, - 37.17220098000007 - ], - [ - -121.82015679099999, - 37.17217846900007 - ], - [ - -121.82018628799995, - 37.172157834000075 - ], - [ - -121.82019925299994, - 37.17215015600004 - ], - [ - -121.82021779499996, - 37.17213921200005 - ], - [ - -121.82025111599995, - 37.172122744000035 - ], - [ - -121.82028601699994, - 37.172108524000066 - ], - [ - -121.82031676099996, - 37.17209840400005 - ], - [ - -121.82032224999995, - 37.17209662500005 - ], - [ - -121.8203329299999, - 37.172094009000034 - ], - [ - -121.82040114299997, - 37.172077468000055 - ], - [ - -121.82046591399995, - 37.17204897200003 - ], - [ - -121.82046942999995, - 37.17204721500008 - ], - [ - -121.82047325999997, - 37.17204536400004 - ], - [ - -121.82049052399998, - 37.17203656300006 - ], - [ - -121.82052499799994, - 37.172019189000025 - ], - [ - -121.82053298499994, - 37.172014613000044 - ], - [ - -121.82056804099994, - 37.17199444000005 - ], - [ - -121.82059233599995, - 37.17198047800008 - ], - [ - -121.82059399899998, - 37.17197904000005 - ], - [ - -121.82065003199995, - 37.17193033900003 - ], - [ - -121.82065301799997, - 37.17192771900005 - ], - [ - -121.82066010299997, - 37.171919124000055 - ], - [ - -121.820686847, - 37.171886640000025 - ], - [ - -121.820691523, - 37.17188093200008 - ], - [ - -121.82069309199994, - 37.17187908400007 - ], - [ - -121.82069575699995, - 37.17187454400005 - ], - [ - -121.82073418799996, - 37.171808989000056 - ], - [ - -121.820737437, - 37.17180343500007 - ], - [ - -121.820740635, - 37.17179495400006 - ], - [ - -121.82075481699997, - 37.17175741400007 - ], - [ - -121.82075848, - 37.171747691000064 - ], - [ - -121.82075919199997, - 37.17174431700005 - ], - [ - -121.82077358599997, - 37.17167656200007 - ], - [ - -121.82077495299995, - 37.17166970300008 - ], - [ - -121.82078283699997, - 37.171631846000025 - ], - [ - -121.82078745099994, - 37.17160966000006 - ], - [ - -121.82078985099997, - 37.17159983600004 - ], - [ - -121.82079902799995, - 37.17156214700003 - ], - [ - -121.82080091999995, - 37.17155434400007 - ], - [ - -121.82080499499995, - 37.17154372300007 - ], - [ - -121.820815961, - 37.17151517100007 - ], - [ - -121.82082022699996, - 37.17150399700006 - ], - [ - -121.82082358199995, - 37.17149805400004 - ], - [ - -121.82085524299998, - 37.17144109100008 - ], - [ - -121.82085679499994, - 37.17143832600004 - ], - [ - -121.82088042199996, - 37.17140587600005 - ], - [ - -121.82088310599994, - 37.171402390000026 - ], - [ - -121.82088694899994, - 37.17139813400007 - ], - [ - -121.82093074099998, - 37.171350991000054 - ], - [ - -121.820936943, - 37.17134430500005 - ], - [ - -121.82094870999998, - 37.17133355300007 - ], - [ - -121.82095076399997, - 37.171331629000065 - ], - [ - -121.82090287299997, - 37.17128893200004 - ], - [ - -121.82084960399999, - 37.17124142000006 - ], - [ - -121.82084675699997, - 37.17123888700007 - ], - [ - -121.82081271299995, - 37.171272577000025 - ], - [ - -121.82065943999999, - 37.17142421200003 - ], - [ - -121.82051269099998, - 37.171569341000065 - ], - [ - -121.82041549499996, - 37.17172325100006 - ], - [ - -121.82031109699994, - 37.17188859700008 - ], - [ - -121.82028365099995, - 37.17193207300005 - ], - [ - -121.82004248299995, - 37.17204828200005 - ], - [ - -121.81937509999995, - 37.172179554000024 - ], - [ - -121.81903963599996, - 37.17220719000005 - ], - [ - -121.81899079099998, - 37.17222239000006 - ], - [ - -121.81814576999994, - 37.172485032000054 - ], - [ - -121.81807992399996, - 37.172491543000035 - ], - [ - -121.81772602499996, - 37.17252661500004 - ], - [ - -121.81784459599999, - 37.17292035400004 - ], - [ - -121.81785082299996, - 37.17294104400003 - ], - [ - -121.81781297699996, - 37.173036713000045 - ], - [ - -121.81779035599999, - 37.17300964100008 - ], - [ - -121.817767716, - 37.17298256400005 - ], - [ - -121.81575975699997, - 37.17058038700003 - ], - [ - -121.81544803999998, - 37.17020747500004 - ], - [ - -121.81517080099997, - 37.169875741000055 - ], - [ - -121.80947558099996, - 37.170819074000065 - ], - [ - -121.80941466099995, - 37.170829163000064 - ], - [ - -121.80772583999999, - 37.171108842000024 - ], - [ - -121.80742098199994, - 37.17115933500003 - ], - [ - -121.80713212299997, - 37.171207131000074 - ], - [ - -121.80676505999998, - 37.17126788400003 - ], - [ - -121.80674489499995, - 37.17127124500007 - ], - [ - -121.80556101699995, - 37.17146717300005 - ], - [ - -121.80513996099995, - 37.171536857000035 - ], - [ - -121.80286020199998, - 37.17191416000003 - ], - [ - -121.80285635699994, - 37.171766227000035 - ], - [ - -121.80285282799997, - 37.17176626000003 - ], - [ - -121.79747733399995, - 37.17181598900004 - ], - [ - -121.79681542999998, - 37.17182205300003 - ], - [ - -121.79663321099997, - 37.171823732000064 - ], - [ - -121.79613141599998, - 37.17182835500006 - ], - [ - -121.79548477499998, - 37.17183430800003 - ], - [ - -121.79458570399999, - 37.17187417900004 - ], - [ - -121.78758625999996, - 37.17218434700004 - ], - [ - -121.78751862099995, - 37.172245678000024 - ], - [ - -121.78696594499996, - 37.17274681500004 - ], - [ - -121.78474108799998, - 37.17476417700004 - ], - [ - -121.78323683599996, - 37.176128059000064 - ], - [ - -121.78476723099999, - 37.17573770000007 - ], - [ - -121.78498959799998, - 37.17905615600006 - ], - [ - -121.78167281999998, - 37.17873147000006 - ], - [ - -121.77752850699994, - 37.17884953500004 - ], - [ - -121.77683957899995, - 37.17886914400003 - ], - [ - -121.77769534199996, - 37.179154819000075 - ], - [ - -121.78068374299994, - 37.17997272900004 - ], - [ - -121.78071398399999, - 37.18044289100004 - ], - [ - -121.78120315299998, - 37.180001237000056 - ], - [ - -121.78243167699998, - 37.17997548100004 - ], - [ - -121.782865744, - 37.180502741000055 - ], - [ - -121.78266529399997, - 37.18165651000004 - ], - [ - -121.78304554199997, - 37.18163318000006 - ], - [ - -121.78386814599997, - 37.18082439300008 - ], - [ - -121.78424862299994, - 37.180981565000025 - ], - [ - -121.782284716, - 37.182495645000074 - ], - [ - -121.77874662, - 37.183280625000066 - ], - [ - -121.775929696, - 37.182657438000035 - ], - [ - -121.77648344399995, - 37.18349935900005 - ], - [ - -121.77683813399995, - 37.183624171000076 - ], - [ - -121.77616060099996, - 37.183772748000024 - ], - [ - -121.77501259799999, - 37.182917918000044 - ], - [ - -121.77435714799998, - 37.18288470700003 - ], - [ - -121.77330083199996, - 37.18244675600005 - ], - [ - -121.773497051, - 37.182142363000025 - ], - [ - -121.77391972299995, - 37.18195906300008 - ], - [ - -121.77394976699998, - 37.18194600800007 - ], - [ - -121.77398038099994, - 37.181932765000056 - ], - [ - -121.77406639599997, - 37.18189545700005 - ], - [ - -121.77388785599999, - 37.181799504000026 - ], - [ - -121.77383522499997, - 37.18177119100005 - ], - [ - -121.77378265099998, - 37.18174294500005 - ], - [ - -121.77316991999999, - 37.18141355400007 - ], - [ - -121.773029523, - 37.181338105000066 - ], - [ - -121.77284238199996, - 37.18123750600006 - ], - [ - -121.772162133, - 37.18087185500008 - ], - [ - -121.77207424999995, - 37.18082462900003 - ], - [ - -121.77197978699996, - 37.18077385700008 - ], - [ - -121.77124168999995, - 37.18037712800003 - ], - [ - -121.77120349499995, - 37.18018467600007 - ], - [ - -121.771193171, - 37.18013264600006 - ], - [ - -121.77118097299996, - 37.18007123000007 - ], - [ - -121.77113089, - 37.179818960000034 - ], - [ - -121.77094648999997, - 37.179776582000045 - ], - [ - -121.77086490099998, - 37.17975782900004 - ], - [ - -121.77069215999995, - 37.179718138000055 - ], - [ - -121.77060037599995, - 37.17969702500005 - ], - [ - -121.77055491299996, - 37.17968655400006 - ], - [ - -121.76964276499996, - 37.17947683700004 - ], - [ - -121.76959779099997, - 37.17946649700008 - ], - [ - -121.769554111, - 37.17945646600003 - ], - [ - -121.76834797999999, - 37.17917917700004 - ], - [ - -121.76867401199996, - 37.17855323200007 - ], - [ - -121.768689, - 37.17852448000008 - ], - [ - -121.76870412699998, - 37.178495429000066 - ], - [ - -121.76886675399999, - 37.17818319300005 - ], - [ - -121.76842107699997, - 37.17821874500004 - ], - [ - -121.76837956799994, - 37.17822205600004 - ], - [ - -121.76833808899994, - 37.17822536700004 - ], - [ - -121.76705790699998, - 37.17832752800007 - ], - [ - -121.76692346099998, - 37.17927610400005 - ], - [ - -121.76688406499994, - 37.179554705000044 - ], - [ - -121.76599078899994, - 37.17993960500007 - ], - [ - -121.76580592899995, - 37.17969046300004 - ], - [ - -121.76564441899995, - 37.179468764000035 - ], - [ - -121.765493011, - 37.17926091900006 - ], - [ - -121.76519277699998, - 37.17884879300004 - ], - [ - -121.76507051099998, - 37.178680894000024 - ], - [ - -121.76234646199998, - 37.17635674700006 - ], - [ - -121.76151363499997, - 37.17695321400004 - ], - [ - -121.76139828199996, - 37.17720862200008 - ], - [ - -121.76092026099997, - 37.17693876000004 - ], - [ - -121.76093374399994, - 37.17681361600006 - ], - [ - -121.76097934299997, - 37.17642981800003 - ], - [ - -121.76086234699994, - 37.17627689600005 - ], - [ - -121.76018724899996, - 37.17542586600007 - ], - [ - -121.75946550199995, - 37.17514042800008 - ], - [ - -121.75956817699995, - 37.174224593000076 - ], - [ - -121.759336411, - 37.17411488400006 - ], - [ - -121.75932159099995, - 37.173995654000066 - ], - [ - -121.75927913299995, - 37.173665038000024 - ], - [ - -121.75927573899997, - 37.17363845400007 - ], - [ - -121.75924047599995, - 37.17335818600003 - ], - [ - -121.75920197799996, - 37.17311842200007 - ], - [ - -121.75916464499994, - 37.17294809200007 - ], - [ - -121.75912693599997, - 37.172790905000056 - ], - [ - -121.75911386099995, - 37.172744763000026 - ], - [ - -121.75910604399996, - 37.17271717500006 - ], - [ - -121.75910431099999, - 37.172711013000026 - ], - [ - -121.75909661699995, - 37.17268383500004 - ], - [ - -121.75908484699994, - 37.172642189000044 - ], - [ - -121.75904406199999, - 37.17251483500007 - ], - [ - -121.75903862899997, - 37.17249791100005 - ], - [ - -121.75901011499997, - 37.172413024000036 - ], - [ - -121.75898080999997, - 37.17233732300008 - ], - [ - -121.75895313199999, - 37.172268151000026 - ], - [ - -121.75892437699997, - 37.172199610000064 - ], - [ - -121.75888938099996, - 37.172122208000076 - ], - [ - -121.75885867199997, - 37.17205982100006 - ], - [ - -121.75882415099994, - 37.171992051000075 - ], - [ - -121.75878701699997, - 37.17192183800006 - ], - [ - -121.75873848599997, - 37.171837280000034 - ], - [ - -121.75867891599995, - 37.171740939000074 - ], - [ - -121.75861187699996, - 37.17163247800005 - ], - [ - -121.75855363799997, - 37.17154713200006 - ], - [ - -121.75849440299999, - 37.17146225500005 - ], - [ - -121.75843563799998, - 37.17137796700007 - ], - [ - -121.75838162699995, - 37.17130937700006 - ], - [ - -121.75826959799997, - 37.171168668000064 - ], - [ - -121.75814780499996, - 37.171023830000024 - ], - [ - -121.75802359899996, - 37.170888630000036 - ], - [ - -121.75796737199994, - 37.17082951700007 - ], - [ - -121.75788202999996, - 37.17073970200005 - ], - [ - -121.75773676999995, - 37.170592414000055 - ], - [ - -121.75767512099998, - 37.17053038300003 - ], - [ - -121.75758233899995, - 37.17043710000007 - ], - [ - -121.75746642999997, - 37.170320649000075 - ], - [ - -121.75755265999999, - 37.17023851000005 - ], - [ - -121.75723602199997, - 37.16979685300004 - ], - [ - -121.75692182499995, - 37.168929449000075 - ], - [ - -121.75676414999998, - 37.167592091000074 - ], - [ - -121.75687663199994, - 37.16606116100007 - ], - [ - -121.75690161499995, - 37.16516397000004 - ], - [ - -121.75691053799994, - 37.164858851000076 - ], - [ - -121.75655683199994, - 37.164226374000066 - ], - [ - -121.75706618999999, - 37.16378920500006 - ], - [ - -121.75737668799997, - 37.16356692900007 - ], - [ - -121.75837461099997, - 37.16284726200007 - ], - [ - -121.75929566399998, - 37.16264287800004 - ], - [ - -121.76033646699995, - 37.162772 - ], - [ - -121.76375252899999, - 37.16402691500008 - ], - [ - -121.76475587299996, - 37.16390244300004 - ], - [ - -121.769747656, - 37.165417414000046 - ], - [ - -121.76994697099997, - 37.16547794300004 - ], - [ - -121.770247171, - 37.16561144800005 - ], - [ - -121.77126290199999, - 37.166950658000076 - ], - [ - -121.77276674899997, - 37.16830773300006 - ], - [ - -121.77299233699995, - 37.168418993000046 - ], - [ - -121.772997391, - 37.168413444000066 - ], - [ - -121.77305007899997, - 37.16835477700005 - ], - [ - -121.77609578699997, - 37.16497031100005 - ], - [ - -121.78110019499996, - 37.159316868000076 - ], - [ - -121.78178004899996, - 37.15858214900004 - ], - [ - -121.78206908699997, - 37.15860850800004 - ], - [ - -121.78259240199998, - 37.158668232000025 - ], - [ - -121.7847521, - 37.15894034400003 - ], - [ - -121.78666233999996, - 37.15917700500006 - ], - [ - -121.78672851399995, - 37.15918520500003 - ], - [ - -121.78671016099997, - 37.15641257300007 - ], - [ - -121.78668242499998, - 37.152222315000074 - ], - [ - -121.78668022799997, - 37.15140852500008 - ], - [ - -121.78667833499998, - 37.15069563000003 - ], - [ - -121.78659384399998, - 37.15071109500008 - ], - [ - -121.78652370999998, - 37.15071676500003 - ], - [ - -121.78642364499996, - 37.15071285300007 - ], - [ - -121.78634220699996, - 37.150686327000074 - ], - [ - -121.78626728499995, - 37.150656206000065 - ], - [ - -121.786179055, - 37.15063373800007 - ], - [ - -121.78605150599998, - 37.15061129000003 - ], - [ - -121.78594973199995, - 37.150605978000044 - ], - [ - -121.78577382599997, - 37.15061011000006 - ], - [ - -121.78567522399999, - 37.15061977800008 - ], - [ - -121.78554152499999, - 37.150650547000055 - ], - [ - -121.78537852299996, - 37.15068667200006 - ], - [ - -121.78523422099994, - 37.15073605300006 - ], - [ - -121.78512228099999, - 37.150761730000056 - ], - [ - -121.78502237699996, - 37.15079890100003 - ], - [ - -121.78491211299996, - 37.15087052200005 - ], - [ - -121.78482938199994, - 37.15091860600006 - ], - [ - -121.78479615099997, - 37.15093014100006 - ], - [ - -121.78475385699994, - 37.15093497700008 - ], - [ - -121.78469071499995, - 37.150928141000065 - ], - [ - -121.78460042899997, - 37.150922587000025 - ], - [ - -121.78453247299996, - 37.150928461000035 - ], - [ - -121.78447842299994, - 37.15094322300007 - ], - [ - -121.78447070199996, - 37.15094660400007 - ], - [ - -121.78443881699997, - 37.150922964000074 - ], - [ - -121.78419809299999, - 37.15074442200006 - ], - [ - -121.78377589699994, - 37.15043128000008 - ], - [ - -121.78248602999997, - 37.14947467200005 - ], - [ - -121.78983102299998, - 37.14573323700006 - ], - [ - -121.79051992999996, - 37.14536672600008 - ], - [ - -121.79384415299995, - 37.14364778300006 - ], - [ - -121.79425052099998, - 37.14415138700008 - ], - [ - -121.79519026599996, - 37.14332517400004 - ], - [ - -121.802867629, - 37.13657458200004 - ], - [ - -121.80219258199998, - 37.13624189700005 - ], - [ - -121.80202166799995, - 37.13615766400005 - ], - [ - -121.80044465299994, - 37.135380430000055 - ], - [ - -121.80039013199996, - 37.135353559000066 - ], - [ - -121.799220973, - 37.13477732200005 - ], - [ - -121.79864382299996, - 37.13449286000008 - ], - [ - -121.79733374699998, - 37.13384711600003 - ], - [ - -121.79712339399998, - 37.13374342900005 - ], - [ - -121.79600397499996, - 37.13319166100007 - ], - [ - -121.79555274399996, - 37.13296923300004 - ], - [ - -121.79503640999997, - 37.13271472500003 - ], - [ - -121.79353257599996, - 37.13197339100003 - ], - [ - -121.79334732199999, - 37.13188207600007 - ], - [ - -121.79329409399998, - 37.131855861000076 - ], - [ - -121.79323282299998, - 37.131825638000066 - ], - [ - -121.79216059899994, - 37.13129703100003 - ], - [ - -121.79164122999998, - 37.13104098400004 - ], - [ - -121.78587861799997, - 37.12819982800005 - ], - [ - -121.785269917, - 37.12789969000005 - ], - [ - -121.77856395699996, - 37.124592724000024 - ], - [ - -121.77566824599995, - 37.12316452600004 - ], - [ - -121.769807534, - 37.128044448000026 - ], - [ - -121.76910466799995, - 37.12862960600006 - ], - [ - -121.762186924, - 37.134388372000046 - ], - [ - -121.76653951599997, - 37.13762530200006 - ], - [ - -121.76346006299997, - 37.13979727800006 - ], - [ - -121.77428821899997, - 37.14783323200004 - ], - [ - -121.77427752899996, - 37.14784687800005 - ], - [ - -121.77423971699994, - 37.14788593900005 - ], - [ - -121.77419522799994, - 37.147919898000055 - ], - [ - -121.774144832, - 37.147948229000065 - ], - [ - -121.77408978199998, - 37.14797019900004 - ], - [ - -121.77403124899996, - 37.147985359000074 - ], - [ - -121.77397055399996, - 37.14799336800007 - ], - [ - -121.77393205099997, - 37.14799466300008 - ], - [ - -121.77382673499994, - 37.14799257300007 - ], - [ - -121.77367228099996, - 37.14798344800005 - ], - [ - -121.77351875399995, - 37.147967152000035 - ], - [ - -121.773366668, - 37.14794373700005 - ], - [ - -121.77321653899998, - 37.14791328200005 - ], - [ - -121.77317980699996, - 37.14790468500007 - ], - [ - -121.77317826599995, - 37.14790431900008 - ], - [ - -121.77309848199997, - 37.14788906700005 - ], - [ - -121.77301708599998, - 37.14788093200008 - ], - [ - -121.77293506499996, - 37.147880016000045 - ], - [ - -121.77288214899994, - 37.14788327400004 - ], - [ - -121.77290799499997, - 37.14806649700006 - ], - [ - -121.77290912799998, - 37.14807431300005 - ], - [ - -121.77270961899995, - 37.148092372000065 - ], - [ - -121.77270456499997, - 37.14809281600003 - ], - [ - -121.77268086699996, - 37.14792485900006 - ], - [ - -121.77262066999998, - 37.14794739000007 - ], - [ - -121.77255014599996, - 37.147980999000026 - ], - [ - -121.77248465799994, - 37.14802062900003 - ], - [ - -121.77242505499999, - 37.148065761000055 - ], - [ - -121.77237207199994, - 37.14811581600003 - ], - [ - -121.77234288699998, - 37.14814896300004 - ], - [ - -121.772320692, - 37.148173444000065 - ], - [ - -121.77227931799996, - 37.148208829000055 - ], - [ - -121.77223175699999, - 37.148238683000045 - ], - [ - -121.77217911599996, - 37.14826234900005 - ], - [ - -121.77212258299994, - 37.14827930700005 - ], - [ - -121.77212101199996, - 37.14827967300005 - ], - [ - -121.77204775799999, - 37.14829514100006 - ], - [ - -121.77191873899994, - 37.14831645900006 - ], - [ - -121.77178821499996, - 37.14833059700004 - ], - [ - -121.77165666199994, - 37.148337499000036 - ], - [ - -121.77152498099997, - 37.14833711000006 - ], - [ - -121.77139363999999, - 37.14832945300003 - ], - [ - -121.77126327399998, - 37.14831455900003 - ], - [ - -121.77118776599997, - 37.148302528000045 - ], - [ - -121.771153401, - 37.148296912000035 - ], - [ - -121.77104660499998, - 37.14828117300004 - ], - [ - -121.77097237099997, - 37.14827174900006 - ], - [ - -121.77079010199998, - 37.14825379000007 - ], - [ - -121.77060694399995, - 37.14824306700007 - ], - [ - -121.77042334899994, - 37.14823960700005 - ], - [ - -121.77023983199996, - 37.14824341800005 - ], - [ - -121.77023799099999, - 37.148243500000035 - ], - [ - -121.770186546, - 37.148245888000076 - ], - [ - -121.77017551799997, - 37.14824719400008 - ], - [ - -121.77015241099997, - 37.14825240300007 - ], - [ - -121.77013086199997, - 37.14826072200003 - ], - [ - -121.77011151399995, - 37.14827186900004 - ], - [ - -121.77009482799997, - 37.14828556100008 - ], - [ - -121.77008134099998, - 37.14830138700006 - ], - [ - -121.770071541, - 37.148318765000056 - ], - [ - -121.77006579699997, - 37.14833645500005 - ], - [ - -121.77006008599994, - 37.14835413600008 - ], - [ - -121.770050342, - 37.14837149600004 - ], - [ - -121.77003681599996, - 37.14838743300004 - ], - [ - -121.77002012899999, - 37.148401156000034 - ], - [ - -121.77000073599999, - 37.148412343000075 - ], - [ - -121.76998431799996, - 37.14841902300003 - ], - [ - -121.769965862, - 37.14842500800006 - ], - [ - -121.76989576999995, - 37.14844255200006 - ], - [ - -121.76982435199994, - 37.14845260000004 - ], - [ - -121.76975181199998, - 37.14845526000005 - ], - [ - -121.76967950799997, - 37.14845046700003 - ], - [ - -121.76964285699995, - 37.148445140000035 - ], - [ - -121.76960755899995, - 37.14843829000006 - ], - [ - -121.76950330799997, - 37.14842310000006 - ], - [ - -121.76939779299994, - 37.14841513400006 - ], - [ - -121.76929181299994, - 37.14841445800005 - ], - [ - -121.76918623799997, - 37.148421072000076 - ], - [ - -121.76908172299994, - 37.14843492800003 - ], - [ - -121.76902103599997, - 37.14844642200006 - ], - [ - -121.76899210899995, - 37.14845137700007 - ], - [ - -121.76890272599996, - 37.148461643000076 - ], - [ - -121.76881279699995, - 37.14846447700006 - ], - [ - -121.76872278599996, - 37.14845988800005 - ], - [ - -121.76863396899995, - 37.14844792200006 - ], - [ - -121.76857518199995, - 37.148435764000055 - ], - [ - -121.76855297399999, - 37.14843023000003 - ], - [ - -121.76855121999995, - 37.14842980100008 - ], - [ - -121.76844278899995, - 37.14840748600005 - ], - [ - -121.76833242999999, - 37.14839231600007 - ], - [ - -121.76822092999998, - 37.14838440300008 - ], - [ - -121.76821756799995, - 37.14838427400008 - ], - [ - -121.76821849299995, - 37.148508212000024 - ], - [ - -121.76807403199996, - 37.14850977900005 - ], - [ - -121.76812199199998, - 37.14836489400005 - ], - [ - -121.76804316, - 37.148365081000065 - ], - [ - -121.76794032499998, - 37.14835879300006 - ], - [ - -121.76783860799998, - 37.148345154000026 - ], - [ - -121.76776701799997, - 37.14833095400007 - ], - [ - -121.76633061499996, - 37.148006499000076 - ], - [ - -121.76626226299999, - 37.14798719300006 - ], - [ - -121.76619749899999, - 37.14796103400005 - ], - [ - -121.766137427, - 37.14792844900006 - ], - [ - -121.76608308799996, - 37.14789000500008 - ], - [ - -121.766035322, - 37.14784630200006 - ], - [ - -121.76600891199996, - 37.14781397300004 - ], - [ - -121.76596983599995, - 37.14777833800008 - ], - [ - -121.76592428199996, - 37.147748042000046 - ], - [ - -121.76587338699994, - 37.14772382700005 - ], - [ - -121.76581837199996, - 37.14770628000008 - ], - [ - -121.76576058899997, - 37.147695835000036 - ], - [ - -121.76570149199995, - 37.14769275800006 - ], - [ - -121.76564258299999, - 37.147697110000024 - ], - [ - -121.76558515799996, - 37.14770880000003 - ], - [ - -121.76553078599994, - 37.147727520000046 - ], - [ - -121.76548742299997, - 37.14774890000007 - ], - [ - -121.76537520499994, - 37.147808928000075 - ], - [ - -121.76525259599998, - 37.14786597600005 - ], - [ - -121.76512593399997, - 37.14791650400008 - ], - [ - -121.76499542899995, - 37.147960459000046 - ], - [ - -121.76486150499994, - 37.14799768100005 - ], - [ - -121.76472502399997, - 37.148027917000036 - ], - [ - -121.76458645899999, - 37.14805108400003 - ], - [ - -121.76444613799998, - 37.14806712200004 - ], - [ - -121.76437551099997, - 37.14807243400003 - ], - [ - -121.76432437999995, - 37.14807639900005 - ], - [ - -121.76421460699999, - 37.14809023300006 - ], - [ - -121.76410650199995, - 37.14811120500008 - ], - [ - -121.76400098899995, - 37.14813913900008 - ], - [ - -121.76389864699996, - 37.148173873000076 - ], - [ - -121.763800286, - 37.14821513100003 - ], - [ - -121.76379665599995, - 37.14821680800003 - ], - [ - -121.76334742899996, - 37.14847221100007 - ], - [ - -121.763214942, - 37.14887528300005 - ], - [ - -121.76293000499999, - 37.14920471900007 - ], - [ - -121.762132313, - 37.149385462000055 - ], - [ - -121.76140315199996, - 37.14992743400006 - ], - [ - -121.76104720899997, - 37.15034401500003 - ], - [ - -121.76111874299994, - 37.15098195000007 - ], - [ - -121.76071583299995, - 37.15170223000007 - ], - [ - -121.76060965599999, - 37.15180578300004 - ], - [ - -121.76061273, - 37.151942560000066 - ], - [ - -121.76061533099994, - 37.152058030000035 - ], - [ - -121.76062815599994, - 37.15263152400007 - ], - [ - -121.75588348599996, - 37.15289590800006 - ], - [ - -121.75517710899999, - 37.15293525200008 - ], - [ - -121.75601734599996, - 37.15396694000003 - ], - [ - -121.75637619499997, - 37.154701267000064 - ], - [ - -121.75693776599996, - 37.15576741600006 - ], - [ - -121.75518471799995, - 37.15794059900003 - ], - [ - -121.75471412199994, - 37.158508066000024 - ], - [ - -121.754181916, - 37.15910448200003 - ], - [ - -121.75379946599998, - 37.15948868500004 - ], - [ - -121.75131179799996, - 37.16067019600007 - ], - [ - -121.75114672799998, - 37.161094981000076 - ], - [ - -121.75070342599997, - 37.16110086800006 - ], - [ - -121.75062034299998, - 37.16114865700007 - ], - [ - -121.75054401499995, - 37.16106324900005 - ], - [ - -121.75034599199995, - 37.16084210400004 - ], - [ - -121.75022152399998, - 37.16070307700005 - ], - [ - -121.74993640199995, - 37.160384942000064 - ], - [ - -121.74986188899999, - 37.16029498300003 - ], - [ - -121.74975149099998, - 37.16016090900007 - ], - [ - -121.74966590099996, - 37.16004138000005 - ], - [ - -121.74957841899999, - 37.15989916600006 - ], - [ - -121.74956673899999, - 37.15988129800007 - ], - [ - -121.74955676299999, - 37.15986279600003 - ], - [ - -121.74954849499994, - 37.15984375000005 - ], - [ - -121.749536031, - 37.159814950000055 - ], - [ - -121.74943352599996, - 37.15982989400004 - ], - [ - -121.74912079899997, - 37.159869308000054 - ], - [ - -121.74859529499997, - 37.15971471800003 - ], - [ - -121.74727546699995, - 37.15932647900007 - ], - [ - -121.74652257999998, - 37.15840009600004 - ], - [ - -121.74620045899997, - 37.15798801900007 - ], - [ - -121.74597023399997, - 37.15745781500004 - ], - [ - -121.74559022299997, - 37.15658231700007 - ], - [ - -121.74527055899995, - 37.15584600700004 - ], - [ - -121.747542281, - 37.15435528900008 - ], - [ - -121.74924111899998, - 37.15411699900005 - ], - [ - -121.74922580799995, - 37.15398941800004 - ], - [ - -121.74917664399999, - 37.15358262700005 - ], - [ - -121.749144377, - 37.15333508000003 - ], - [ - -121.749097141, - 37.15309362100004 - ], - [ - -121.74823086299995, - 37.153108 - ], - [ - -121.74664090199997, - 37.15313439600004 - ], - [ - -121.74576372899998, - 37.153148964000025 - ], - [ - -121.74430312799996, - 37.15317319400003 - ], - [ - -121.74244623499999, - 37.15320395200007 - ], - [ - -121.73941880899997, - 37.15326012000003 - ], - [ - -121.739811493, - 37.15459054200005 - ], - [ - -121.73994323099998, - 37.155106696000075 - ], - [ - -121.74017723399999, - 37.15597691600004 - ], - [ - -121.74045711699995, - 37.15689565500003 - ], - [ - -121.73838079899997, - 37.15750990400005 - ], - [ - -121.73617469099997, - 37.15813242400003 - ], - [ - -121.73653445199994, - 37.158868563000055 - ], - [ - -121.73674948999997, - 37.15929855300004 - ], - [ - -121.73759091399995, - 37.16102239700007 - ], - [ - -121.73808336399998, - 37.16203433700008 - ], - [ - -121.739001525, - 37.16392099600006 - ], - [ - -121.74158738799997, - 37.16920909100003 - ], - [ - -121.74262873799995, - 37.170124430000044 - ], - [ - -121.73844024399995, - 37.17305479700008 - ], - [ - -121.73843650999999, - 37.17305740100005 - ], - [ - -121.73842780399997, - 37.17306349200004 - ], - [ - -121.7383042599999, - 37.17314992300004 - ], - [ - -121.738300472, - 37.17315257300004 - ], - [ - -121.733189601, - 37.17672773600003 - ], - [ - -121.73292877899996, - 37.17691014500008 - ], - [ - -121.73291520199996, - 37.176896921000036 - ], - [ - -121.73285955799997, - 37.176935865000075 - ], - [ - -121.73242260499995, - 37.17724167600005 - ], - [ - -121.734998938, - 37.179560654000056 - ], - [ - -121.73509014499996, - 37.17964275600008 - ], - [ - -121.73833521499995, - 37.18256338700007 - ], - [ - -121.738413418, - 37.18263376700003 - ], - [ - -121.74067372099995, - 37.18466790800005 - ], - [ - -121.74076845499997, - 37.184747515000026 - ], - [ - -121.74218422299998, - 37.18374845500006 - ], - [ - -121.74338889399996, - 37.18461488100007 - ], - [ - -121.74409260799996, - 37.18507177600003 - ], - [ - -121.74491443299996, - 37.185510245000046 - ], - [ - -121.74439263199997, - 37.18587786100005 - ], - [ - -121.73666748, - 37.191319699000076 - ], - [ - -121.73560809599996, - 37.19206582500004 - ], - [ - -121.735339104, - 37.19225530600005 - ], - [ - -121.73409627899997, - 37.19313062100008 - ], - [ - -121.73396365999997, - 37.193224034000025 - ], - [ - -121.73390554799994, - 37.193257370000026 - ], - [ - -121.73382069699994, - 37.19330604400005 - ], - [ - -121.733708461, - 37.19338454900003 - ], - [ - -121.73189045099997, - 37.194656647000045 - ], - [ - -121.730587486, - 37.19556828700007 - ], - [ - -121.729980276, - 37.19600531200007 - ], - [ - -121.72888774299997, - 37.196791620000056 - ], - [ - -121.72779979699999, - 37.19757462100006 - ], - [ - -121.72675328699995, - 37.198327762000076 - ], - [ - -121.72660015199995, - 37.198437977000026 - ], - [ - -121.72570194699995, - 37.199084310000046 - ], - [ - -121.72563941899995, - 37.19912934800004 - ], - [ - -121.72390370899996, - 37.20037839200006 - ], - [ - -121.72257627399995, - 37.19908181400007 - ], - [ - -121.72310965499997, - 37.19869799300005 - ], - [ - -121.72222163999999, - 37.19783061500004 - ], - [ - -121.72218425199998, - 37.197794083000076 - ], - [ - -121.72213458299996, - 37.19774555200007 - ], - [ - -121.72167773399997, - 37.197299359000056 - ], - [ - -121.72113655699997, - 37.19768043900007 - ], - [ - -121.72015457599997, - 37.19672130300006 - ], - [ - -121.72069575199998, - 37.196340226000075 - ], - [ - -121.71996601799998, - 37.19562742200003 - ], - [ - -121.71958789999996, - 37.195258086000024 - ], - [ - -121.71953196099997, - 37.19520346000007 - ], - [ - -121.71899075899995, - 37.19558455400005 - ], - [ - -121.71866922399994, - 37.195270454000024 - ], - [ - -121.71825754999998, - 37.195560399000044 - ], - [ - -121.71581809099996, - 37.19317595200005 - ], - [ - -121.71575359299999, - 37.19311425500007 - ], - [ - -121.71570794399997, - 37.19307059300007 - ], - [ - -121.71336660299994, - 37.19083049100004 - ], - [ - -121.71321978499998, - 37.19068994000003 - ], - [ - -121.71363317099997, - 37.19040022300004 - ], - [ - -121.71192232499999, - 37.18872919200004 - ], - [ - -121.71149740199996, - 37.18900764700004 - ], - [ - -121.71112180199998, - 37.188640777000046 - ], - [ - -121.71107639799999, - 37.18859645200007 - ], - [ - -121.71104564099994, - 37.188566397000045 - ], - [ - -121.71075236799999, - 37.18827993000008 - ], - [ - -121.71130926799998, - 37.18791498500008 - ], - [ - -121.71040547099994, - 37.18703175300004 - ], - [ - -121.70935510799995, - 37.186005255000055 - ], - [ - -121.70929421099999, - 37.185945753000055 - ], - [ - -121.70923334499997, - 37.185886253000035 - ], - [ - -121.70845126799998, - 37.185121915000025 - ], - [ - -121.707890153, - 37.185484029000065 - ], - [ - -121.70617193399994, - 37.18380548500005 - ], - [ - -121.70609382999999, - 37.18372982000005 - ], - [ - -121.70600797099996, - 37.18364665300004 - ], - [ - -121.70557197099998, - 37.183220762000076 - ], - [ - -121.70421447899997, - 37.18189478800008 - ], - [ - -121.70437475699998, - 37.18179130400006 - ], - [ - -121.70477546799998, - 37.18153260200006 - ], - [ - -121.70295575399996, - 37.179755055000044 - ], - [ - -121.70294488499997, - 37.179744432000064 - ], - [ - -121.70283265199998, - 37.17964043300003 - ], - [ - -121.70300297999995, - 37.17953046100007 - ], - [ - -121.70065200599998, - 37.17723331000008 - ], - [ - -121.70021711799996, - 37.17680837300003 - ], - [ - -121.69934224499997, - 37.17595346300004 - ], - [ - -121.699221164, - 37.17583753500003 - ], - [ - -121.69905664499998, - 37.17594375700003 - ], - [ - -121.69846950599998, - 37.175370060000034 - ], - [ - -121.69789123899994, - 37.17480501400007 - ], - [ - -121.69777165099998, - 37.17493414300003 - ], - [ - -121.69638730599996, - 37.17358143800004 - ], - [ - -121.69659791, - 37.17335382600004 - ], - [ - -121.69594005699997, - 37.17271098300006 - ], - [ - -121.69587900999994, - 37.17265133800004 - ], - [ - -121.69580546699996, - 37.172579486000075 - ], - [ - -121.69558800699997, - 37.17236698700003 - ], - [ - -121.69547362099996, - 37.172442157000035 - ], - [ - -121.69453456699995, - 37.17152707400004 - ], - [ - -121.69415592999997, - 37.171158123000055 - ], - [ - -121.69383049399994, - 37.17084097400004 - ], - [ - -121.69282425199998, - 37.16986036800006 - ], - [ - -121.69181440299997, - 37.16887622200005 - ], - [ - -121.69202647399999, - 37.168737114000066 - ], - [ - -121.69251226399996, - 37.168418487000054 - ], - [ - -121.69376397599996, - 37.16759749700003 - ], - [ - -121.69369018999998, - 37.16752436500008 - ], - [ - -121.69362054899995, - 37.16745640900007 - ], - [ - -121.69353312799996, - 37.16737098500005 - ], - [ - -121.69344271099999, - 37.16728264100004 - ], - [ - -121.693346427, - 37.16718849600005 - ], - [ - -121.69325017099999, - 37.16709439500005 - ], - [ - -121.69316111699999, - 37.16700883000004 - ], - [ - -121.69275922699995, - 37.166616420000025 - ], - [ - -121.69150755099997, - 37.16743739800006 - ], - [ - -121.69102147899997, - 37.16775618400004 - ], - [ - -121.69082125199998, - 37.16756087300007 - ], - [ - -121.69062561599998, - 37.16737004600003 - ], - [ - -121.69057690099999, - 37.167401992000066 - ], - [ - -121.69000041899994, - 37.166839063000054 - ], - [ - -121.68996779499997, - 37.16680721400007 - ], - [ - -121.689843124, - 37.16667593200003 - ], - [ - -121.68912094799998, - 37.16714957600004 - ], - [ - -121.68736210699996, - 37.16543350200004 - ], - [ - -121.68660800699996, - 37.164697717000024 - ], - [ - -121.68911192699994, - 37.163054472000056 - ], - [ - -121.68927151799994, - 37.16295032800008 - ], - [ - -121.68933141499997, - 37.16290945800006 - ], - [ - -121.69027163899995, - 37.16229296000006 - ], - [ - -121.69127298299998, - 37.16163630300008 - ], - [ - -121.69227382199995, - 37.16097952800004 - ], - [ - -121.69101683999997, - 37.15975275200003 - ], - [ - -121.69074400799997, - 37.15948633100004 - ], - [ - -121.69046557099995, - 37.15921442800004 - ], - [ - -121.68976046899996, - 37.15852586600005 - ], - [ - -121.68969658199995, - 37.15846311400003 - ], - [ - -121.68963040799997, - 37.15839811700005 - ], - [ - -121.68862934999999, - 37.159054780000076 - ], - [ - -121.68807601399999, - 37.159417749000056 - ], - [ - -121.68756079899998, - 37.15975567800007 - ], - [ - -121.687521399, - 37.15978153100008 - ], - [ - -121.68731647699997, - 37.159915934000026 - ], - [ - -121.68699576199998, - 37.160126269000045 - ], - [ - -121.68685839999995, - 37.160216336000076 - ], - [ - -121.68681588599998, - 37.16024421100008 - ], - [ - -121.68677334599994, - 37.16027211000005 - ], - [ - -121.68673083099998, - 37.16029998600004 - ], - [ - -121.686678412, - 37.16033437100003 - ], - [ - -121.68641484099999, - 37.16050734100003 - ], - [ - -121.68521629799994, - 37.16129347000003 - ], - [ - -121.685179899, - 37.16131734700008 - ], - [ - -121.68491742299994, - 37.16148947800008 - ], - [ - -121.68459162699997, - 37.161703154000065 - ], - [ - -121.68445559199995, - 37.16179240400004 - ], - [ - -121.68438103399995, - 37.161841295000045 - ], - [ - -121.684252776, - 37.161925041000075 - ], - [ - -121.683964205, - 37.162114648000056 - ], - [ - -121.68403123599995, - 37.162175793000074 - ], - [ - -121.68409454799996, - 37.16224223900008 - ], - [ - -121.68509967199998, - 37.16322368400006 - ], - [ - -121.68494094899995, - 37.16333083500007 - ], - [ - -121.68476818399995, - 37.16344746400006 - ], - [ - -121.68461589499998, - 37.16355027000003 - ], - [ - -121.67839379499998, - 37.16762135100004 - ], - [ - -121.677591571, - 37.168146179000075 - ], - [ - -121.67689915399995, - 37.16859916800007 - ], - [ - -121.67588122899997, - 37.167594343000076 - ], - [ - -121.67579479899996, - 37.16750901200004 - ], - [ - -121.67577318499997, - 37.167487668000035 - ], - [ - -121.67553618299996, - 37.167253721000066 - ], - [ - -121.67505620099996, - 37.166779887000075 - ], - [ - -121.67454063499997, - 37.16627093100004 - ], - [ - -121.67397019999999, - 37.165707773000065 - ], - [ - -121.67376766399997, - 37.165507809000076 - ], - [ - -121.67356509799998, - 37.165307823000035 - ], - [ - -121.67295743899996, - 37.164707931000066 - ], - [ - -121.67225026699998, - 37.164009762000035 - ], - [ - -121.673443234, - 37.163163144000066 - ], - [ - -121.67440036699998, - 37.16248389000003 - ], - [ - -121.67535977199998, - 37.16180298100005 - ], - [ - -121.67632128099996, - 37.16112053000006 - ], - [ - -121.67728469599996, - 37.16043674800005 - ], - [ - -121.67767519799997, - 37.160159588000056 - ], - [ - -121.678064286, - 37.15988342500003 - ], - [ - -121.67845336799996, - 37.159607261000076 - ], - [ - -121.67967815399999, - 37.15873789400007 - ], - [ - -121.67969874299996, - 37.15872328900008 - ], - [ - -121.67969058199998, - 37.15871536000003 - ], - [ - -121.67967980599997, - 37.15870482500003 - ], - [ - -121.67980543999994, - 37.158616161000054 - ], - [ - -121.67998618999997, - 37.158488599000066 - ], - [ - -121.68014071399995, - 37.15837954300008 - ], - [ - -121.67970815199999, - 37.157957003000035 - ], - [ - -121.67943889399999, - 37.15770217100004 - ], - [ - -121.67842658899997, - 37.156710978000035 - ], - [ - -121.67764160799999, - 37.15594239600006 - ], - [ - -121.67751413399998, - 37.155817583000044 - ], - [ - -121.67740648399996, - 37.15588964800003 - ], - [ - -121.67703831199998, - 37.15613609300004 - ], - [ - -121.67608320699998, - 37.15679937300007 - ], - [ - -121.674465941, - 37.15792236500005 - ], - [ - -121.67263132799997, - 37.15919627100004 - ], - [ - -121.67224756399997, - 37.15946272700006 - ], - [ - -121.67221701099999, - 37.15948393000008 - ], - [ - -121.672208609, - 37.159489783000026 - ], - [ - -121.67091949399997, - 37.16038480100008 - ], - [ - -121.67091694799996, - 37.16038656600006 - ], - [ - -121.67005523799997, - 37.16098486200008 - ], - [ - -121.66914015599997, - 37.16162017000005 - ], - [ - -121.66913724299997, - 37.16162219100005 - ], - [ - -121.66779916499996, - 37.16255115000007 - ], - [ - -121.66718825599997, - 37.162975251000034 - ], - [ - -121.66662575, - 37.16336574500008 - ], - [ - -121.666554422, - 37.16341523400007 - ], - [ - -121.66648314899999, - 37.163464720000036 - ], - [ - -121.66609727599996, - 37.16373257300006 - ], - [ - -121.66603958099995, - 37.163689774000034 - ], - [ - -121.66603816699995, - 37.16369074900007 - ], - [ - -121.66556701499997, - 37.16401614600005 - ], - [ - -121.66665689799999, - 37.164829216000044 - ], - [ - -121.66866947399996, - 37.16633051200006 - ], - [ - -121.668820789, - 37.16644340000005 - ], - [ - -121.66825367499996, - 37.16684580400005 - ], - [ - -121.66798943599997, - 37.16703329600006 - ], - [ - -121.66819759799995, - 37.167270020000046 - ], - [ - -121.66764358899997, - 37.16764094400003 - ], - [ - -121.66730019599999, - 37.16787085200008 - ], - [ - -121.667136186, - 37.16798065800003 - ], - [ - -121.66638239699995, - 37.16851513300003 - ], - [ - -121.66778912799998, - 37.16876015300005 - ], - [ - -121.66808150199995, - 37.169046595000054 - ], - [ - -121.66824396199996, - 37.168940416000055 - ], - [ - -121.66959950199998, - 37.16896504500005 - ], - [ - -121.67022679599995, - 37.16906740100006 - ], - [ - -121.67334956299999, - 37.17092118900007 - ], - [ - -121.673193675, - 37.17102316800003 - ], - [ - -121.67317864199998, - 37.17103300100007 - ], - [ - -121.67228393099998, - 37.17161825300008 - ], - [ - -121.67157013599996, - 37.17215334400004 - ], - [ - -121.67072681299999, - 37.17268270000005 - ], - [ - -121.67120295499996, - 37.173166295000044 - ], - [ - -121.67072547699996, - 37.17348456600007 - ], - [ - -121.674660572, - 37.177463741000054 - ], - [ - -121.67615156899996, - 37.17897128300007 - ], - [ - -121.68177993199998, - 37.175410992000025 - ], - [ - -121.68390873099997, - 37.17401823900008 - ], - [ - -121.68396481499997, - 37.17398155200004 - ], - [ - -121.684483216, - 37.17364239600005 - ], - [ - -121.685213004, - 37.17316492700007 - ], - [ - -121.69019939999998, - 37.16990217500006 - ], - [ - -121.69075734499995, - 37.16953706700008 - ], - [ - -121.69141919299994, - 37.170182186000034 - ], - [ - -121.69206590899995, - 37.17081571400007 - ], - [ - -121.69380298799996, - 37.172517293000055 - ], - [ - -121.69494514699994, - 37.17363603600006 - ], - [ - -121.69509416699998, - 37.173541786000044 - ], - [ - -121.69528026199998, - 37.17342408900004 - ], - [ - -121.69537136499997, - 37.173325626000064 - ], - [ - -121.69540665399995, - 37.17328747500005 - ], - [ - -121.69551195699995, - 37.173173647000056 - ], - [ - -121.69566988099996, - 37.17332797600005 - ], - [ - -121.69553711999998, - 37.17341498500008 - ], - [ - -121.69537428899997, - 37.173515989000066 - ], - [ - -121.69518914499997, - 37.17363475700006 - ], - [ - -121.6950409199999, - 37.17372984100007 - ], - [ - -121.69590863299999, - 37.17457974900003 - ], - [ - -121.69592231899998, - 37.17459316000003 - ], - [ - -121.69704914, - 37.17569681800006 - ], - [ - -121.69768990999995, - 37.176324401000045 - ], - [ - -121.69846117199995, - 37.17707980900008 - ], - [ - -121.69864233599998, - 37.17725722000006 - ], - [ - -121.69867851599997, - 37.17729264900004 - ], - [ - -121.69999455399994, - 37.17858154900006 - ], - [ - -121.700674344, - 37.179247263000036 - ], - [ - -121.701353999, - 37.17991288400003 - ], - [ - -121.70249606799996, - 37.181031279000024 - ], - [ - -121.70260464899997, - 37.18113760500006 - ], - [ - -121.70264809899999, - 37.18118014400005 - ], - [ - -121.70332139599998, - 37.181839456000034 - ], - [ - -121.702202619, - 37.18256700400008 - ], - [ - -121.702819853, - 37.183174594000036 - ], - [ - -121.70225359499995, - 37.18354321000004 - ], - [ - -121.70224201599996, - 37.18355076800003 - ], - [ - -121.70190649399996, - 37.18376919200006 - ], - [ - -121.70201893899997, - 37.184106934000056 - ], - [ - -121.70203881099997, - 37.18430236300003 - ], - [ - -121.70301178499994, - 37.18539875700003 - ], - [ - -121.70317545799998, - 37.18549877100003 - ], - [ - -121.70409890699995, - 37.18606282500008 - ], - [ - -121.70468371599998, - 37.185678375000066 - ], - [ - -121.70519916499995, - 37.18618029100003 - ], - [ - -121.70619472599998, - 37.185525788000064 - ], - [ - -121.70755024799996, - 37.18684564800003 - ], - [ - -121.70810656699996, - 37.18647990200003 - ], - [ - -121.70813804, - 37.18651029400007 - ], - [ - -121.70820290599994, - 37.186572959000046 - ], - [ - -121.70892902299994, - 37.187274495000054 - ], - [ - -121.70947638799998, - 37.18780334600007 - ], - [ - -121.70977361299998, - 37.18809048700007 - ], - [ - -121.70985801299997, - 37.18817203700007 - ], - [ - -121.70930908999998, - 37.18853364100005 - ], - [ - -121.70944316999999, - 37.18866393700006 - ], - [ - -121.70904328599994, - 37.18892736000004 - ], - [ - -121.70852812799995, - 37.18842676400004 - ], - [ - -121.70841200499996, - 37.18850310800008 - ], - [ - -121.70747819299999, - 37.189117004000025 - ], - [ - -121.70785549899995, - 37.18948590600007 - ], - [ - -121.70796909699999, - 37.18957388700005 - ], - [ - -121.708750652, - 37.19017935900007 - ], - [ - -121.70814749999994, - 37.19061764800006 - ], - [ - -121.70792115799998, - 37.19078215600007 - ], - [ - -121.70767052199994, - 37.190964241000074 - ], - [ - -121.707618433, - 37.19100208800006 - ], - [ - -121.70700293799996, - 37.19144931100004 - ], - [ - -121.70804514099996, - 37.19194438200003 - ], - [ - -121.70822409899995, - 37.19202937500006 - ], - [ - -121.70793590399995, - 37.19221921800005 - ], - [ - -121.70781366199998, - 37.19229974700005 - ], - [ - -121.70762644699994, - 37.192423061000056 - ], - [ - -121.70734585399998, - 37.19216197600008 - ], - [ - -121.70680144599999, - 37.19159215900004 - ], - [ - -121.70647544399998, - 37.19133575200004 - ], - [ - -121.70594099399995, - 37.19081142300007 - ], - [ - -121.70542993299995, - 37.190477678000036 - ], - [ - -121.70496841399995, - 37.19027281500007 - ], - [ - -121.70425602299997, - 37.190132263000066 - ], - [ - -121.70320382199998, - 37.18987011400003 - ], - [ - -121.70219891, - 37.189500258000066 - ], - [ - -121.70020843799995, - 37.18913783100004 - ], - [ - -121.70009254399997, - 37.18887931900008 - ], - [ - -121.69836399199994, - 37.18817564100004 - ], - [ - -121.69654665699994, - 37.18725812400004 - ], - [ - -121.69553905299995, - 37.18791394900006 - ], - [ - -121.69536827799999, - 37.18780781700008 - ], - [ - -121.69539225199998, - 37.18778816200006 - ], - [ - -121.69515882599995, - 37.18764625400007 - ], - [ - -121.69499089199996, - 37.187635587000045 - ], - [ - -121.69487050299995, - 37.18756190100004 - ], - [ - -121.69440333499995, - 37.18738376400006 - ], - [ - -121.69109404899996, - 37.18664813600003 - ], - [ - -121.69103105799996, - 37.18662511000008 - ], - [ - -121.69091991899995, - 37.18669735900005 - ], - [ - -121.68979316099995, - 37.18742985800003 - ], - [ - -121.68971373399995, - 37.18748150300007 - ], - [ - -121.68896197999999, - 37.18803154900007 - ], - [ - -121.68859413699994, - 37.18830069000006 - ], - [ - -121.688451983, - 37.188183958000025 - ], - [ - -121.68809106599997, - 37.18788757000004 - ], - [ - -121.68745755499998, - 37.18739209000006 - ], - [ - -121.687392349, - 37.18734287600006 - ], - [ - -121.68731756199998, - 37.18728860900006 - ], - [ - -121.68627996899994, - 37.18651918900008 - ], - [ - -121.685370246, - 37.18569353000004 - ], - [ - -121.68493711699995, - 37.185396995000076 - ], - [ - -121.68467968299996, - 37.18489865000004 - ], - [ - -121.68461738299999, - 37.18484489600007 - ], - [ - -121.68274196399994, - 37.183226225000055 - ], - [ - -121.68212650199996, - 37.18269503200003 - ], - [ - -121.68078533399995, - 37.181252348000044 - ], - [ - -121.68073924799995, - 37.18069003900007 - ], - [ - -121.67987116399996, - 37.17990415600008 - ], - [ - -121.67984994699998, - 37.179886586000066 - ], - [ - -121.67982683799994, - 37.179870590000064 - ], - [ - -121.679802097, - 37.179856305000044 - ], - [ - -121.67977581399998, - 37.17984384300007 - ], - [ - -121.679748271, - 37.17983331900007 - ], - [ - -121.67971967299997, - 37.17982474900003 - ], - [ - -121.67969021999994, - 37.179818270000055 - ], - [ - -121.67966023099996, - 37.17981390400007 - ], - [ - -121.67962978899999, - 37.17981169300003 - ], - [ - -121.67959923599994, - 37.17981165800006 - ], - [ - -121.67956883299996, - 37.179813773000035 - ], - [ - -121.67953874999995, - 37.17981810500004 - ], - [ - -121.67950930099994, - 37.179824490000044 - ], - [ - -121.67948065599995, - 37.17983297300003 - ], - [ - -121.678282761, - 37.18023716300007 - ], - [ - -121.67750562299994, - 37.17967001300008 - ], - [ - -121.67728779099997, - 37.17972114400004 - ], - [ - -121.67628853099995, - 37.179967231000035 - ], - [ - -121.67431430899995, - 37.17804451500007 - ], - [ - -121.669560876, - 37.173414551000064 - ], - [ - -121.67014820999998, - 37.17304590500004 - ], - [ - -121.66910809099994, - 37.172427680000055 - ], - [ - -121.66726214599998, - 37.17170748900003 - ], - [ - -121.66601600499996, - 37.17121709200006 - ], - [ - -121.66416780099996, - 37.17052443400007 - ], - [ - -121.66357738399995, - 37.17158629900007 - ], - [ - -121.66311081299995, - 37.17276290800004 - ], - [ - -121.661305627, - 37.17269613600007 - ], - [ - -121.66124911799994, - 37.172695049000026 - ], - [ - -121.66080554899997, - 37.17268645200005 - ], - [ - -121.65952768499994, - 37.17264671400005 - ], - [ - -121.65883742699998, - 37.17264458300008 - ], - [ - -121.65846506599996, - 37.17263309600003 - ], - [ - -121.65804592999996, - 37.17260824700003 - ], - [ - -121.65784741099998, - 37.17259080400004 - ], - [ - -121.65676863799996, - 37.17230714900006 - ], - [ - -121.65624569999994, - 37.17217272000005 - ], - [ - -121.656217616, - 37.17216551200005 - ], - [ - -121.65621235599997, - 37.17217323300008 - ], - [ - -121.65616805599996, - 37.17223835600004 - ], - [ - -121.65597610299994, - 37.172175569000046 - ], - [ - -121.65305087099995, - 37.171218776000046 - ], - [ - -121.65303281799999, - 37.17121286500003 - ], - [ - -121.65149133499995, - 37.17070861000008 - ], - [ - -121.64850297499999, - 37.169730971000035 - ], - [ - -121.64259394199996, - 37.16784919300005 - ], - [ - -121.64228275999994, - 37.16847742500005 - ], - [ - -121.64223556199994, - 37.16857273900007 - ], - [ - -121.64221502899994, - 37.16861416200004 - ], - [ - -121.641021809, - 37.16823564500004 - ], - [ - -121.64133985399997, - 37.16756164000003 - ], - [ - -121.64138559699995, - 37.16746471600004 - ], - [ - -121.63821465599995, - 37.166458728000066 - ], - [ - -121.63820023299996, - 37.16645433800005 - ], - [ - -121.63731768499997, - 37.16618575200005 - ], - [ - -121.63632017299994, - 37.165882131000046 - ], - [ - -121.633155392, - 37.16491884100003 - ], - [ - -121.632886198, - 37.16483692000003 - ], - [ - -121.63285990299994, - 37.16484369900007 - ], - [ - -121.63146272999995, - 37.16520339900006 - ], - [ - -121.63111888999998, - 37.165291919000026 - ], - [ - -121.63102205499996, - 37.165316844000074 - ], - [ - -121.63096842899995, - 37.165330434000055 - ], - [ - -121.63089031099997, - 37.16535023200004 - ], - [ - -121.62971667299996, - 37.16585689400006 - ], - [ - -121.62967453299996, - 37.165875087000074 - ], - [ - -121.62963904399999, - 37.165890398000045 - ], - [ - -121.62938685599994, - 37.16599929100005 - ], - [ - -121.62934042399996, - 37.166028967000045 - ], - [ - -121.62807827799998, - 37.16683565200003 - ], - [ - -121.62776587499997, - 37.167113105000055 - ], - [ - -121.62580392899997, - 37.16885559600007 - ], - [ - -121.62356379699997, - 37.17008757900004 - ], - [ - -121.62331391199996, - 37.17042010900008 - ], - [ - -121.62286340599996, - 37.171019640000054 - ], - [ - -121.61921572699998, - 37.172559558000046 - ], - [ - -121.61823314199995, - 37.17300105700008 - ], - [ - -121.618023285, - 37.17309535100003 - ], - [ - -121.61706629699995, - 37.17350111700006 - ], - [ - -121.616591025, - 37.173702615000025 - ], - [ - -121.61655270799997, - 37.17371884200003 - ], - [ - -121.61647974299996, - 37.17374977500003 - ], - [ - -121.615816898, - 37.17403081500004 - ], - [ - -121.60937223299999, - 37.17675159500004 - ], - [ - -121.61052182599997, - 37.17842975100007 - ], - [ - -121.60865058199994, - 37.17922742300004 - ], - [ - -121.60749395299996, - 37.17753560500006 - ], - [ - -121.60632736499997, - 37.17802381200005 - ], - [ - -121.60632079799996, - 37.17802657500005 - ], - [ - -121.60627599299994, - 37.17804533300006 - ], - [ - -121.60627440599995, - 37.17804257900008 - ], - [ - -121.603667681, - 37.179132982000056 - ], - [ - -121.60227629899998, - 37.179715239000075 - ], - [ - -121.599963716, - 37.18138503600005 - ], - [ - -121.59948815799999, - 37.181677679000074 - ], - [ - -121.59008246299999, - 37.18810889700006 - ], - [ - -121.58651961699996, - 37.18819080000003 - ], - [ - -121.58585685499997, - 37.18820601900006 - ], - [ - -121.58594979499998, - 37.195189766000055 - ], - [ - -121.60168053199999, - 37.195166640000025 - ], - [ - -121.60177543299994, - 37.19516647900008 - ], - [ - -121.60420787899994, - 37.19516269200005 - ], - [ - -121.60421486099995, - 37.195162681000056 - ], - [ - -121.60430802299999, - 37.20203500400004 - ], - [ - -121.60431239199994, - 37.20235833800007 - ], - [ - -121.604358575, - 37.20235826800007 - ], - [ - -121.62251055399997, - 37.202328496000064 - ], - [ - -121.63130170299996, - 37.20231307600005 - ], - [ - -121.63150235199998, - 37.21673066100004 - ], - [ - -121.63554091699996, - 37.216723355000056 - ], - [ - -121.63950047399999, - 37.21576914100007 - ], - [ - -121.63983486499995, - 37.21623705400003 - ], - [ - -121.63999354999999, - 37.21662901600007 - ], - [ - -121.64001575499998, - 37.21671507000008 - ], - [ - -121.640393556, - 37.216714386000035 - ], - [ - -121.65562661599995, - 37.21668489500007 - ], - [ - -121.65599382699997, - 37.21668417700005 - ], - [ - -121.65605998399997, - 37.21668404700006 - ], - [ - -121.65606002299995, - 37.21668404700006 - ], - [ - -121.65618840399998, - 37.216500421000035 - ], - [ - -121.65684505999997, - 37.215561293000064 - ], - [ - -121.65685000299999, - 37.21555425400004 - ], - [ - -121.65685211699997, - 37.21555124300005 - ], - [ - -121.65685010099997, - 37.21554599500007 - ], - [ - -121.65685008099996, - 37.21554594400004 - ], - [ - -121.65684776399996, - 37.215539910000075 - ], - [ - -121.6566915399999, - 37.215133610000066 - ], - [ - -121.65660680299999, - 37.21491318600005 - ], - [ - -121.65659667699998, - 37.21488685600008 - ], - [ - -121.65654498899994, - 37.21475240700005 - ], - [ - -121.65657252899996, - 37.21471878700004 - ], - [ - -121.656609259, - 37.21467394800004 - ], - [ - -121.65680994799999, - 37.21442895600006 - ], - [ - -121.656932257, - 37.21427964900005 - ], - [ - -121.657666958, - 37.21338278200005 - ], - [ - -121.65856980299998, - 37.21283498400004 - ], - [ - -121.65913547499997, - 37.21256501200003 - ], - [ - -121.65926885799996, - 37.21252558000003 - ], - [ - -121.65969543399996, - 37.21239946900005 - ], - [ - -121.66013073899995, - 37.21234477300004 - ], - [ - -121.66037219999998, - 37.21231443200003 - ], - [ - -121.66071965599997, - 37.21216108100003 - ], - [ - -121.66130418499995, - 37.211903093000046 - ], - [ - -121.66175641099994, - 37.21151965200005 - ], - [ - -121.662102356, - 37.211279811000054 - ], - [ - -121.66218030199997, - 37.21064050600006 - ], - [ - -121.66220531899995, - 37.21043548700004 - ], - [ - -121.66221221399996, - 37.21037897900004 - ], - [ - -121.66300187999997, - 37.21056624400006 - ], - [ - -121.66300196699996, - 37.210566261000054 - ], - [ - -121.66347431799994, - 37.21044173700005 - ], - [ - -121.66387671499996, - 37.210335659000066 - ], - [ - -121.66442297699996, - 37.20882237500007 - ], - [ - -121.66480614899996, - 37.20871781500006 - ], - [ - -121.66480619299995, - 37.20871780300007 - ], - [ - -121.66475349099994, - 37.20846653700005 - ], - [ - -121.66472730999999, - 37.20834171900003 - ], - [ - -121.66488797999995, - 37.20819035900007 - ], - [ - -121.66511626199997, - 37.20797530500005 - ], - [ - -121.66505525599996, - 37.20763179800008 - ], - [ - -121.66502319399996, - 37.20732224400007 - ], - [ - -121.66490498199994, - 37.20703326800003 - ], - [ - -121.66499397099994, - 37.206632383000056 - ], - [ - -121.66490883499995, - 37.20645715100005 - ], - [ - -121.664776873, - 37.20618557600005 - ], - [ - -121.66761267099997, - 37.20618765000006 - ], - [ - -121.667827338, - 37.206187804000024 - ], - [ - -121.66786576799996, - 37.20616820300006 - ], - [ - -121.67021508, - 37.20496984400006 - ], - [ - -121.67260799399997, - 37.20374917400005 - ], - [ - -121.67336334699996, - 37.20336383600005 - ], - [ - -121.67911637499998, - 37.20242158000008 - ], - [ - -121.67911648199998, - 37.202307493000035 - ], - [ - -121.67911679999997, - 37.20196837000003 - ], - [ - -121.67911801499997, - 37.20067102400003 - ], - [ - -121.68289369699994, - 37.20067321500005 - ], - [ - -121.69239283299999, - 37.20067827100007 - ], - [ - -121.69565778199996, - 37.20153996100004 - ], - [ - -121.69694154999996, - 37.20187872400004 - ], - [ - -121.69994920699997, - 37.20267232100008 - ], - [ - -121.70296377299996, - 37.203467663000026 - ], - [ - -121.705583392, - 37.20597918200008 - ], - [ - -121.70706541099997, - 37.207399903000066 - ], - [ - -121.70715723099994, - 37.20748794900004 - ], - [ - -121.71049796799997, - 37.20750699300004 - ], - [ - -121.71367173599998, - 37.207524987000056 - ], - [ - -121.71487455599998, - 37.20753178500007 - ], - [ - -121.71225618699998, - 37.20504426100007 - ], - [ - -121.71154377099998, - 37.20436743500005 - ], - [ - -121.70825311199997, - 37.20189691000007 - ], - [ - -121.70698249599997, - 37.200942903000055 - ], - [ - -121.70802714799999, - 37.20008153400005 - ], - [ - -121.70881860399999, - 37.19943985200007 - ], - [ - -121.70889709199997, - 37.199376219000044 - ], - [ - -121.70899473399999, - 37.199297057000024 - ], - [ - -121.70855781499995, - 37.19895219000006 - ], - [ - -121.70588996999999, - 37.19684639900004 - ], - [ - -121.70221230399994, - 37.19493475400003 - ], - [ - -121.70232087499994, - 37.19485567800007 - ], - [ - -121.70242161199997, - 37.19478231200003 - ], - [ - -121.70626644099997, - 37.19198187300003 - ], - [ - -121.706785675, - 37.19252540200006 - ], - [ - -121.70739179499998, - 37.19308929500005 - ], - [ - -121.70741212699994, - 37.193124082000054 - ], - [ - -121.70743245699998, - 37.19315882500007 - ], - [ - -121.70800679099995, - 37.192780578000054 - ], - [ - -121.70831460599999, - 37.19257780500004 - ], - [ - -121.70876045899996, - 37.192284130000075 - ], - [ - -121.708849139, - 37.19236834000003 - ], - [ - -121.70909212199996, - 37.192208281000035 - ], - [ - -121.70942207099995, - 37.19199094700008 - ], - [ - -121.71174057499996, - 37.19046363100006 - ], - [ - -121.71172447199996, - 37.190448005000064 - ], - [ - -121.71128230199997, - 37.19001837600007 - ], - [ - -121.71157402499995, - 37.18982654100006 - ], - [ - -121.71201714499995, - 37.19025476300004 - ], - [ - -121.71213625299998, - 37.190369874000055 - ], - [ - -121.71243969299996, - 37.190663122000046 - ], - [ - -121.71188314999995, - 37.19102976200003 - ], - [ - -121.71327539299995, - 37.19237520300004 - ], - [ - -121.71202979399999, - 37.19319574100007 - ], - [ - -121.71066625699996, - 37.19409393500007 - ], - [ - -121.71169053199998, - 37.19506660700006 - ], - [ - -121.71365794599996, - 37.19610589300004 - ], - [ - -121.71448314899999, - 37.195562292000034 - ], - [ - -121.71572615399998, - 37.19474342600006 - ], - [ - -121.71759942799997, - 37.196553505000054 - ], - [ - -121.71815476499995, - 37.19618568300007 - ], - [ - -121.71856839699996, - 37.19658532500006 - ], - [ - -121.718587233, - 37.19660353200004 - ], - [ - -121.71885815199994, - 37.19640756900003 - ], - [ - -121.71901277299997, - 37.196298676000026 - ], - [ - -121.71942501599995, - 37.19600842400007 - ], - [ - -121.71969707199997, - 37.19627419400007 - ], - [ - -121.71928485799998, - 37.196564446000025 - ], - [ - -121.71913012299996, - 37.19667341000007 - ], - [ - -121.71885393499997, - 37.19686123200006 - ], - [ - -121.7188674399999, - 37.196874276000074 - ], - [ - -121.71923569799998, - 37.19723007500005 - ], - [ - -121.72042424699998, - 37.19835683500003 - ], - [ - -121.72071333899999, - 37.19864185700004 - ], - [ - -121.72079819799995, - 37.19872552500004 - ], - [ - -121.72086653799994, - 37.19879290800003 - ], - [ - -121.72111380899997, - 37.19861179000003 - ], - [ - -121.721163822, - 37.19857654500004 - ], - [ - -121.72126843099994, - 37.19850275700003 - ], - [ - -121.72168078199996, - 37.19821199200004 - ], - [ - -121.72211585899998, - 37.19863696500005 - ], - [ - -121.72170705399998, - 37.19893115100007 - ], - [ - -121.721605437, - 37.19900424400004 - ], - [ - -121.72155371099996, - 37.19904147600005 - ], - [ - -121.72147606399994, - 37.199097008000024 - ], - [ - -121.72142487299999, - 37.19913361700003 - ], - [ - -121.72130153499995, - 37.19922182100004 - ], - [ - -121.72169593899997, - 37.19961066600007 - ], - [ - -121.72198771799998, - 37.19989835900003 - ], - [ - -121.72230773599995, - 37.200213864000034 - ], - [ - -121.72239472099994, - 37.20029963600007 - ], - [ - -121.72297317099998, - 37.20086991900007 - ], - [ - -121.72245431199997, - 37.20122754000005 - ], - [ - -121.72256119899998, - 37.201335193000034 - ], - [ - -121.71973864499995, - 37.20328099300008 - ], - [ - -121.719600072, - 37.203376466000066 - ], - [ - -121.71973774099996, - 37.203745311000034 - ], - [ - -121.72048611699995, - 37.20506501600005 - ], - [ - -121.72124418099997, - 37.20454603200005 - ], - [ - -121.72183084699998, - 37.20480295200008 - ], - [ - -121.72233677699995, - 37.20517648300006 - ], - [ - -121.72246806099997, - 37.20533909000005 - ], - [ - -121.722789993, - 37.20612224800004 - ], - [ - -121.72303219099996, - 37.206331764000026 - ], - [ - -121.72326287599998, - 37.20639538700004 - ], - [ - -121.72417780499995, - 37.20664771700007 - ], - [ - -121.72467533599996, - 37.206823015000055 - ], - [ - -121.72465621599997, - 37.20683500200005 - ], - [ - -121.723245535, - 37.207721019000076 - ], - [ - -121.72365410699996, - 37.20774428200008 - ], - [ - -121.72397219399994, - 37.207762425000055 - ], - [ - -121.724485513, - 37.20798564900008 - ], - [ - -121.72594659999999, - 37.20862097600008 - ], - [ - -121.72603059399995, - 37.208792362000054 - ], - [ - -121.72627499799995, - 37.20929096100008 - ], - [ - -121.72628906099999, - 37.20931963100003 - ], - [ - -121.72652412899998, - 37.209445714000026 - ], - [ - -121.72665434799995, - 37.20987228700005 - ], - [ - -121.72673899499995, - 37.21014961900005 - ], - [ - -121.72705998199996, - 37.20994778000005 - ], - [ - -121.72722479799995, - 37.21049798100006 - ], - [ - -121.72757162399995, - 37.21028019000005 - ], - [ - -121.72980056499995, - 37.20888044900005 - ], - [ - -121.730042546, - 37.20872848400006 - ], - [ - -121.73005057399996, - 37.20873636400006 - ], - [ - -121.73008405499996, - 37.20876933900007 - ], - [ - -121.73091681999995, - 37.209589082000036 - ], - [ - -121.73103349399997, - 37.20970395000006 - ], - [ - -121.73126107999997, - 37.20992774700005 - ], - [ - -121.73132626499995, - 37.20999172300003 - ], - [ - -121.73148892399996, - 37.210151404000044 - ], - [ - -121.73171702099995, - 37.210374874000024 - ], - [ - -121.73192489999997, - 37.210578164000026 - ], - [ - -121.73194534699996, - 37.21059818200007 - ], - [ - -121.73255304399999, - 37.211190429000055 - ], - [ - -121.73257191999994, - 37.21120877000004 - ], - [ - -121.73278841799998, - 37.21114800700008 - ], - [ - -121.73301043999999, - 37.211111654000035 - ], - [ - -121.73323640999996, - 37.211097851000034 - ], - [ - -121.73332028299995, - 37.211040335000064 - ], - [ - -121.73332753099999, - 37.211035364000054 - ], - [ - -121.73344001499999, - 37.211143865000054 - ], - [ - -121.73350538799997, - 37.21120696700007 - ], - [ - -121.73352617999996, - 37.21122698100004 - ], - [ - -121.73355284799999, - 37.21125270400006 - ], - [ - -121.73300538399997, - 37.21162820600006 - ], - [ - -121.73304888399997, - 37.211669863000054 - ], - [ - -121.73338379299997, - 37.21199044600007 - ], - [ - -121.733466137, - 37.21206909500006 - ], - [ - -121.73357325299997, - 37.21217140400006 - ], - [ - -121.73357505699994, - 37.212173147000044 - ], - [ - -121.73377020999999, - 37.21235903400003 - ], - [ - -121.73405072799994, - 37.21262623800004 - ], - [ - -121.73428983399998, - 37.21285336300008 - ], - [ - -121.73505057899996, - 37.21357301100005 - ], - [ - -121.73577717299997, - 37.21425652900007 - ], - [ - -121.73624312399994, - 37.214693143000034 - ], - [ - -121.73665672799996, - 37.21508072700004 - ], - [ - -121.73595663499998, - 37.215581642000075 - ], - [ - -121.73598814999997, - 37.21560976100005 - ], - [ - -121.73686353299996, - 37.21639168100006 - ], - [ - -121.73698495999997, - 37.21650017300004 - ], - [ - -121.73721453599995, - 37.21670519200006 - ], - [ - -121.73724468799998, - 37.21673213500003 - ], - [ - -121.73735835899998, - 37.21683366000008 - ], - [ - -121.73741700899996, - 37.216886051000074 - ], - [ - -121.73779273599996, - 37.21722164000005 - ], - [ - -121.73731531099997, - 37.21723170400003 - ], - [ - -121.73706471999998, - 37.217279148000046 - ], - [ - -121.73680192299997, - 37.21723733600004 - ], - [ - -121.73659103699998, - 37.217203744000074 - ], - [ - -121.73647567799998, - 37.21718537000004 - ], - [ - -121.73507898999998, - 37.218208212000036 - ], - [ - -121.73495603199996, - 37.21829825100008 - ], - [ - -121.73497969199997, - 37.21830461800005 - ], - [ - -121.73503088399997, - 37.218317925000065 - ], - [ - -121.73504249799998, - 37.218320961000074 - ], - [ - -121.73606532999997, - 37.218589777000034 - ], - [ - -121.73772430999998, - 37.218994045000045 - ], - [ - -121.73843570599996, - 37.219590019000066 - ], - [ - -121.73849915899996, - 37.21954157700003 - ], - [ - -121.73889850599994, - 37.21923672100007 - ], - [ - -121.73890769199994, - 37.21922971200007 - ], - [ - -121.73895155899999, - 37.21918212200006 - ], - [ - -121.73950552599996, - 37.218581174000064 - ], - [ - -121.73977181599997, - 37.21881443400008 - ], - [ - -121.74039593499998, - 37.21836752000007 - ], - [ - -121.745121413, - 37.22258786800006 - ], - [ - -121.745255209, - 37.222707323000066 - ], - [ - -121.74693505399995, - 37.22420743400005 - ], - [ - -121.74700126799996, - 37.22426635700003 - ], - [ - -121.74706773699995, - 37.22432509200007 - ], - [ - -121.74713446199996, - 37.22438364100003 - ], - [ - -121.74720146799996, - 37.224442004000025 - ], - [ - -121.7472687, - 37.22450018200004 - ], - [ - -121.74733618699997, - 37.22455817300005 - ], - [ - -121.74740395699996, - 37.22461598000007 - ], - [ - -121.74747195499998, - 37.224673600000074 - ], - [ - -121.74754020599994, - 37.224731011000074 - ], - [ - -121.74760871099994, - 37.22478823700004 - ], - [ - -121.74767747099997, - 37.22484527700004 - ], - [ - -121.74774645699995, - 37.22490213000003 - ], - [ - -121.74781572599994, - 37.22495877600005 - ], - [ - -121.74788521999994, - 37.22501525800004 - ], - [ - -121.74795497099996, - 37.22507150900003 - ], - [ - -121.74802494499994, - 37.225127573000066 - ], - [ - -121.74809517699998, - 37.22518345300006 - ], - [ - -121.748165659, - 37.22523912400004 - ], - [ - -121.74823636899998, - 37.22529460800007 - ], - [ - -121.74830733299996, - 37.22534988500007 - ], - [ - -121.74837855199996, - 37.225404952000076 - ], - [ - -121.74844999599998, - 37.22545983400005 - ], - [ - -121.74852169599995, - 37.225514530000055 - ], - [ - -121.74859361999995, - 37.225569019000034 - ], - [ - -121.748665798, - 37.22562329700003 - ], - [ - -121.74873817399998, - 37.22567736700006 - ], - [ - -121.748810806, - 37.22573125200006 - ], - [ - -121.74888366099998, - 37.22578490600006 - ], - [ - -121.74895677099994, - 37.22583835100005 - ], - [ - -121.74903010799994, - 37.225891655000055 - ], - [ - -121.74910366899996, - 37.225944706000064 - ], - [ - -121.74917748599995, - 37.22599754700008 - ], - [ - -121.74925152799995, - 37.226050204000046 - ], - [ - -121.74932576499998, - 37.226102629000025 - ], - [ - -121.74940025999996, - 37.22615486700005 - ], - [ - -121.74947497799997, - 37.22620689900003 - ], - [ - -121.74954992299996, - 37.22625869900003 - ], - [ - -121.74962509199997, - 37.226310313000056 - ], - [ - -121.74970051499997, - 37.22636167300004 - ], - [ - -121.749776108, - 37.22641289200004 - ], - [ - -121.74985195499994, - 37.226463858000045 - ], - [ - -121.74992802599996, - 37.22651461500004 - ], - [ - -121.75000432499996, - 37.22656516400008 - ], - [ - -121.75008081799996, - 37.22661548200006 - ], - [ - -121.75011919299999, - 37.226640548000034 - ], - [ - -121.75015753899999, - 37.226665592000074 - ], - [ - -121.75023445499994, - 37.22671551600007 - ], - [ - -121.75041459999994, - 37.22683757100003 - ], - [ - -121.75043882799997, - 37.22685398700003 - ], - [ - -121.74998981199997, - 37.22711184900004 - ], - [ - -121.74956860199995, - 37.227353712000024 - ], - [ - -121.74953424299997, - 37.227373442000044 - ], - [ - -121.74829113899995, - 37.22808726000005 - ], - [ - -121.74728387699997, - 37.22866562300004 - ], - [ - -121.74672363899998, - 37.22909117300003 - ], - [ - -121.74662027299996, - 37.22916968900006 - ], - [ - -121.746516698, - 37.229248365000046 - ], - [ - -121.74626633699995, - 37.22943853500004 - ], - [ - -121.74594674999997, - 37.22968128500003 - ], - [ - -121.74577189999997, - 37.22976854400008 - ], - [ - -121.74446976499996, - 37.230418358000065 - ], - [ - -121.73568774999995, - 37.234800232000055 - ], - [ - -121.73524844699995, - 37.23504367400005 - ], - [ - -121.73507968599995, - 37.23513719500005 - ], - [ - -121.73503454099995, - 37.23515973800005 - ], - [ - -121.73495338499998, - 37.23515125600005 - ], - [ - -121.73492560299997, - 37.235148664000064 - ], - [ - -121.73485254399998, - 37.23514160600007 - ], - [ - -121.73477823299999, - 37.235133372000064 - ], - [ - -121.73470471099995, - 37.235124237000036 - ], - [ - -121.73463180299996, - 37.235114202000034 - ], - [ - -121.73458236199997, - 37.23510719300003 - ], - [ - -121.73453235, - 37.23510366900007 - ], - [ - -121.73448213599994, - 37.23510365000004 - ], - [ - -121.73443212499996, - 37.23510715300006 - ], - [ - -121.73438265799996, - 37.23511412900007 - ], - [ - -121.73433416299997, - 37.23512455200006 - ], - [ - -121.73430301599996, - 37.235131426000066 - ], - [ - -121.73427123, - 37.23513604200008 - ], - [ - -121.73423906199997, - 37.23513834900007 - ], - [ - -121.73420674199997, - 37.23513834700003 - ], - [ - -121.73417458299997, - 37.23513600900003 - ], - [ - -121.73414278799999, - 37.23513137700007 - ], - [ - -121.73411166999995, - 37.235124495000036 - ], - [ - -121.73408146099996, - 37.23511538200006 - ], - [ - -121.73405233499994, - 37.235104153000066 - ], - [ - -121.73402460399996, - 37.23509087200006 - ], - [ - -121.73399340999998, - 37.23507929800007 - ], - [ - -121.73396113299998, - 37.235069820000035 - ], - [ - -121.73392797699995, - 37.23506250100007 - ], - [ - -121.73389419899996, - 37.23505738700004 - ], - [ - -121.73385999699997, - 37.23505452000006 - ], - [ - -121.73382560599998, - 37.23505389800005 - ], - [ - -121.73379128199997, - 37.23505556400005 - ], - [ - -121.7337572499999, - 37.235059472000046 - ], - [ - -121.73372371399995, - 37.23506561600004 - ], - [ - -121.73362262399996, - 37.235085954000056 - ], - [ - -121.73352413599997, - 37.23511324700007 - ], - [ - -121.73342899699998, - 37.23514730200003 - ], - [ - -121.73333884799996, - 37.235174964000066 - ], - [ - -121.73324583699997, - 37.235195858000054 - ], - [ - -121.73315085299998, - 37.23520976700007 - ], - [ - -121.73305463399998, - 37.23521659600004 - ], - [ - -121.73296946899995, - 37.23521673700003 - ], - [ - -121.73288434699998, - 37.235214291000034 - ], - [ - -121.73279941399994, - 37.235209258000054 - ], - [ - -121.73262194999995, - 37.235196890000054 - ], - [ - -121.73254257399998, - 37.23519220900005 - ], - [ - -121.73246300099999, - 37.23519291000008 - ], - [ - -121.732383804, - 37.235199031000036 - ], - [ - -121.73230552599995, - 37.23521049900006 - ], - [ - -121.73222873599997, - 37.23522723900004 - ], - [ - -121.73215403599994, - 37.23524915200005 - ], - [ - -121.73211847199997, - 37.23525561500003 - ], - [ - -121.73208235299995, - 37.23525954300004 - ], - [ - -121.73204593, - 37.23526084200006 - ], - [ - -121.73200949499994, - 37.23525953200004 - ], - [ - -121.73197335999998, - 37.23525563100003 - ], - [ - -121.73193781299994, - 37.235249139000075 - ], - [ - -121.73190314099998, - 37.235240143000055 - ], - [ - -121.73186960099997, - 37.23522870800008 - ], - [ - -121.73173284999996, - 37.23517143500004 - ], - [ - -121.73170799399998, - 37.235160574000076 - ], - [ - -121.73168244099998, - 37.23515081700003 - ], - [ - -121.73165627599997, - 37.23514216500007 - ], - [ - -121.73130081199997, - 37.235024020000026 - ], - [ - -121.73127778599996, - 37.23501647900008 - ], - [ - -121.73125439999995, - 37.23500965300008 - ], - [ - -121.73123068299998, - 37.235003608000056 - ], - [ - -121.731065678, - 37.234960296000054 - ], - [ - -121.731040141, - 37.23495495700007 - ], - [ - -121.73101433199997, - 37.23495056000007 - ], - [ - -121.73098828199994, - 37.23494708000004 - ], - [ - -121.73093886599997, - 37.23494325100006 - ], - [ - -121.73088921899995, - 37.23494292600003 - ], - [ - -121.73083974599996, - 37.23494610200004 - ], - [ - -121.73077093899997, - 37.234952090000036 - ], - [ - -121.73072377199998, - 37.23495617900005 - ], - [ - -121.73067701599996, - 37.23496276000003 - ], - [ - -121.73063093199994, - 37.234971759000075 - ], - [ - -121.73052908399995, - 37.23499141600007 - ], - [ - -121.73048770699995, - 37.23499949500007 - ], - [ - -121.73044684099995, - 37.235009035000076 - ], - [ - -121.73040654299996, - 37.23502005700004 - ], - [ - -121.730283198, - 37.235053650000054 - ], - [ - -121.73019296599995, - 37.23508160800003 - ], - [ - -121.73015165399994, - 37.23509369300007 - ], - [ - -121.73010914699995, - 37.23510276900004 - ], - [ - -121.73006582, - 37.23510874100003 - ], - [ - -121.73002197999995, - 37.23511158300005 - ], - [ - -121.72997803099997, - 37.23511124400005 - ], - [ - -121.72993426, - 37.235107742000025 - ], - [ - -121.72989106699998, - 37.23510112300005 - ], - [ - -121.72984879699999, - 37.23509142800003 - ], - [ - -121.72980776499998, - 37.235078721000036 - ], - [ - -121.729753416, - 37.23506043100008 - ], - [ - -121.729697134, - 37.235046397000076 - ], - [ - -121.72963940499994, - 37.23503670300005 - ], - [ - -121.72958080399997, - 37.23503148100008 - ], - [ - -121.72952181999995, - 37.23503075000008 - ], - [ - -121.72946090199997, - 37.23503253500007 - ], - [ - -121.729400425, - 37.23503854900008 - ], - [ - -121.72934081699998, - 37.23504867400004 - ], - [ - -121.72928250999996, - 37.23506290600005 - ], - [ - -121.72922598399998, - 37.23508114800006 - ], - [ - -121.72917163799997, - 37.23510321100008 - ], - [ - -121.72911987299995, - 37.23512895700003 - ], - [ - -121.72907111499995, - 37.235158194000064 - ], - [ - -121.72902567299997, - 37.23519069300005 - ], - [ - -121.72889610399994, - 37.235296910000045 - ], - [ - -121.72846135799995, - 37.23570087000007 - ], - [ - -121.72837239499995, - 37.23578869100004 - ], - [ - -121.72832252599994, - 37.23584625400008 - ], - [ - -121.72826750799999, - 37.23591808500004 - ], - [ - -121.72816809499994, - 37.23605468000005 - ], - [ - -121.72802415199999, - 37.23626395700006 - ], - [ - -121.72800844299996, - 37.23628884200008 - ], - [ - -121.72799336899999, - 37.23631397100007 - ], - [ - -121.727978899, - 37.236339325000074 - ], - [ - -121.72793867999997, - 37.23641109300007 - ], - [ - -121.72792620699994, - 37.23643425000006 - ], - [ - -121.72791514299996, - 37.23645785100007 - ], - [ - -121.72790545999999, - 37.23648187200007 - ], - [ - -121.72781987499997, - 37.236690284000076 - ], - [ - -121.727799775, - 37.23675103700003 - ], - [ - -121.72777334799997, - 37.23681023100005 - ], - [ - -121.72774073599999, - 37.23686740800008 - ], - [ - -121.72770221299999, - 37.23692219600008 - ], - [ - -121.72765800499997, - 37.236974160000045 - ], - [ - -121.72760850599997, - 37.23702297700004 - ], - [ - -121.72755399699997, - 37.23706827400008 - ], - [ - -121.72734738899999, - 37.237241082000025 - ], - [ - -121.72734561199997, - 37.237242679000076 - ], - [ - -121.72723286699994, - 37.23734693200004 - ], - [ - -121.72718502299995, - 37.237390281000046 - ], - [ - -121.72713254299998, - 37.23743004200003 - ], - [ - -121.72707581499998, - 37.23746586200008 - ], - [ - -121.72701529899996, - 37.23749748900008 - ], - [ - -121.72695147399997, - 37.237524664000034 - ], - [ - -121.72688488199998, - 37.23754715300004 - ], - [ - -121.72681603199999, - 37.23756476600005 - ], - [ - -121.72674547099996, - 37.23757740900004 - ], - [ - -121.72667379499995, - 37.23758493500003 - ], - [ - -121.72660154699997, - 37.237587295000026 - ], - [ - -121.72652932899996, - 37.237584482000045 - ], - [ - -121.72643329199997, - 37.237578162000034 - ], - [ - -121.72633815799998, - 37.23756583900007 - ], - [ - -121.72624450199999, - 37.237547593000045 - ], - [ - -121.72615295399999, - 37.23752353400005 - ], - [ - -121.72573354499997, - 37.237414784000066 - ], - [ - -121.725592544, - 37.237382979000074 - ], - [ - -121.72544851199996, - 37.23736164500008 - ], - [ - -121.72530261799994, - 37.23735097300005 - ], - [ - -121.72516399699998, - 37.23735077500004 - ], - [ - -121.72502590599998, - 37.237360254000066 - ], - [ - -121.72488934999996, - 37.237379400000066 - ], - [ - -121.72477954299995, - 37.23739934100007 - ], - [ - -121.72465246299998, - 37.237423973000034 - ], - [ - -121.72453291999994, - 37.237445412000056 - ], - [ - -121.72441196399996, - 37.23746102800004 - ], - [ - -121.72429005299995, - 37.23747081800008 - ], - [ - -121.72422049299996, - 37.23747475000005 - ], - [ - -121.72412743499996, - 37.23747190100005 - ], - [ - -121.72403506399996, - 37.237462202000074 - ], - [ - -121.72394424299995, - 37.23744570900004 - ], - [ - -121.72385569199997, - 37.23742267000006 - ], - [ - -121.72377015299998, - 37.237393145000055 - ], - [ - -121.72367325399995, - 37.23735854200004 - ], - [ - -121.72357838799996, - 37.23732050800004 - ], - [ - -121.72348573, - 37.23727913100004 - ], - [ - -121.72337060999996, - 37.237226247000024 - ], - [ - -121.72326807599995, - 37.237177993000046 - ], - [ - -121.72312754599994, - 37.237108299000056 - ], - [ - -121.72302911899999, - 37.23705553700006 - ], - [ - -121.72292579099997, - 37.23699889100004 - ], - [ - -121.722779786, - 37.23691467200007 - ], - [ - -121.72265632399996, - 37.23684351700007 - ], - [ - -121.72260978999998, - 37.236816375000046 - ], - [ - -121.72256182099994, - 37.23679089700005 - ], - [ - -121.72251250799997, - 37.23676708100004 - ], - [ - -121.72240881, - 37.23672460600005 - ], - [ - -121.72230065899998, - 37.23668993700005 - ], - [ - -121.72218897599998, - 37.236663339000074 - ], - [ - -121.722074712, - 37.23664509900004 - ], - [ - -121.72170246999997, - 37.23658940400003 - ], - [ - -121.72165589399998, - 37.23658252000007 - ], - [ - -121.72160902499996, - 37.23657689800007 - ], - [ - -121.72156194599995, - 37.23657256000007 - ], - [ - -121.72135361299996, - 37.236552783000036 - ], - [ - -121.72132067099994, - 37.23654982900007 - ], - [ - -121.72128763299997, - 37.23654795400006 - ], - [ - -121.72125449699996, - 37.23654711100005 - ], - [ - -121.72086834899994, - 37.23653738300004 - ], - [ - -121.72050453199995, - 37.23654353400008 - ], - [ - -121.72038976399995, - 37.23654365600004 - ], - [ - -121.72027515999997, - 37.23654853600004 - ], - [ - -121.720161035, - 37.236558194000054 - ], - [ - -121.71976012699997, - 37.23659659300006 - ], - [ - -121.71967397199995, - 37.23660454000003 - ], - [ - -121.71958924299997, - 37.23661918000005 - ], - [ - -121.71955839599997, - 37.236627078000026 - ], - [ - -121.71953863899995, - 37.236632135000036 - ], - [ - -121.71950668199997, - 37.23664034400008 - ], - [ - -121.71922516799998, - 37.236706198000036 - ], - [ - -121.718987659, - 37.236766902000056 - ], - [ - -121.718499179, - 37.236898636000035 - ], - [ - -121.71840685899997, - 37.23692345500007 - ], - [ - -121.718398047, - 37.236925824000025 - ], - [ - -121.71841988799997, - 37.23694498700007 - ], - [ - -121.72104242699999, - 37.23902262400003 - ], - [ - -121.72390118499999, - 37.24128718700007 - ], - [ - -121.736010379, - 37.250877125000045 - ], - [ - -121.73878444299999, - 37.25293128100003 - ], - [ - -121.73676609899996, - 37.25459893500005 - ], - [ - -121.73647035999994, - 37.25484326700007 - ], - [ - -121.733434521, - 37.257172601000036 - ], - [ - -121.73720188399994, - 37.259849376000034 - ], - [ - -121.73782466999995, - 37.26029027900006 - ], - [ - -121.73966972799997, - 37.26156553800007 - ], - [ - -121.74509914099997, - 37.25853908500005 - ], - [ - -121.75419250399995, - 37.25846479900008 - ], - [ - -121.75460871399997, - 37.25843969300007 - ], - [ - -121.75477323599995, - 37.258440036000025 - ], - [ - -121.75490193399997, - 37.258436963000065 - ], - [ - -121.75511802199998, - 37.258440277000034 - ], - [ - -121.75528556199998, - 37.258437886000024 - ], - [ - -121.75555279099996, - 37.25843747000005 - ], - [ - -121.75574191099997, - 37.258437799000035 - ], - [ - -121.75594058599995, - 37.258439284000076 - ], - [ - -121.75601397399998, - 37.25843712300008 - ], - [ - -121.75618094699996, - 37.258436774000074 - ], - [ - -121.75638769499994, - 37.25843636400003 - ], - [ - -121.756579849, - 37.258433180000054 - ], - [ - -121.75667508799995, - 37.25843282100004 - ], - [ - -121.75695893199997, - 37.25843453500005 - ], - [ - -121.75712353899996, - 37.258434873000056 - ], - [ - -121.75790487499995, - 37.258427580000046 - ], - [ - -121.75877110599998, - 37.25842808900006 - ], - [ - -121.75962110999996, - 37.25842071000005 - ], - [ - -121.76022613599997, - 37.258422119000045 - ], - [ - -121.76149458699996, - 37.25841546200007 - ], - [ - -121.76219313699994, - 37.258418462000066 - ], - [ - -121.76285966599994, - 37.258411 - ], - [ - -121.76323149499996, - 37.258140395000055 - ], - [ - -121.76388903999998, - 37.257604713000035 - ], - [ - -121.76483335699999, - 37.25684681000007 - ], - [ - -121.76649216299995, - 37.25551351200005 - ], - [ - -121.76672718999998, - 37.25533016700007 - ], - [ - -121.76766424799996, - 37.25456629800004 - ], - [ - -121.76544912199995, - 37.25336217700004 - ], - [ - -121.76503870299996, - 37.25313513300006 - ], - [ - -121.76471646199997, - 37.252969062000034 - ], - [ - -121.76459885199995, - 37.252908450000064 - ], - [ - -121.76393591699997, - 37.25254610600007 - ], - [ - -121.76410653999994, - 37.252330408000034 - ], - [ - -121.7642091, - 37.25220288100007 - ], - [ - -121.76436604399998, - 37.25228255900004 - ], - [ - -121.76447256299997, - 37.25218769900005 - ], - [ - -121.76459217799999, - 37.25209688600006 - ], - [ - -121.76461093699999, - 37.25208185200006 - ], - [ - -121.764737858, - 37.25197097700004 - ], - [ - -121.76479425999997, - 37.251924864000046 - ], - [ - -121.76489543099996, - 37.25184230700006 - ], - [ - -121.76546554099997, - 37.25214579400006 - ], - [ - -121.76533954799999, - 37.252247183000065 - ], - [ - -121.76493778099996, - 37.252577217000066 - ], - [ - -121.76495640899998, - 37.25258628000006 - ], - [ - -121.76497621399994, - 37.25259590700006 - ], - [ - -121.76500170499997, - 37.25260829700005 - ], - [ - -121.76553637699999, - 37.252868242000034 - ], - [ - -121.76561217899996, - 37.25291095800003 - ], - [ - -121.76579680299994, - 37.25300516600004 - ], - [ - -121.76581799, - 37.25301586000006 - ], - [ - -121.76588431299996, - 37.25304933500007 - ], - [ - -121.76590297399997, - 37.25306040600003 - ], - [ - -121.76595081199997, - 37.253088787000024 - ], - [ - -121.76608739499994, - 37.25316137900006 - ], - [ - -121.76614284899995, - 37.25318614500003 - ], - [ - -121.76616486399996, - 37.25319597500004 - ], - [ - -121.76618555699997, - 37.25320853200003 - ], - [ - -121.766196515, - 37.25321517900005 - ], - [ - -121.76626048599996, - 37.253252485000075 - ], - [ - -121.76628599599997, - 37.25326754400004 - ], - [ - -121.76630981499994, - 37.253279098000064 - ], - [ - -121.76636587999997, - 37.25330440300007 - ], - [ - -121.76645115399998, - 37.253347750000046 - ], - [ - -121.76647575199996, - 37.253360255000075 - ], - [ - -121.76648728099997, - 37.25336668700004 - ], - [ - -121.76650376199996, - 37.25337588200006 - ], - [ - -121.76653208199997, - 37.253391141000066 - ], - [ - -121.76656071199994, - 37.25340600700008 - ], - [ - -121.76659060799994, - 37.25342296400004 - ], - [ - -121.76660534599995, - 37.25343090800004 - ], - [ - -121.76664250299996, - 37.25344805000003 - ], - [ - -121.76664848999997, - 37.25345081300003 - ], - [ - -121.76674005199999, - 37.253497432000074 - ], - [ - -121.76678708099996, - 37.25352011000007 - ], - [ - -121.76684574599994, - 37.25355177200004 - ], - [ - -121.76690407199999, - 37.253582133000066 - ], - [ - -121.76706235699999, - 37.25366792600005 - ], - [ - -121.76707897199998, - 37.25367683300004 - ], - [ - -121.76710465599996, - 37.25369193800003 - ], - [ - -121.76712076299998, - 37.25370140900003 - ], - [ - -121.76827385299998, - 37.25271213000008 - ], - [ - -121.76841809799998, - 37.25258837400003 - ], - [ - -121.76894212099995, - 37.252138778000074 - ], - [ - -121.768946487, - 37.25214391500003 - ], - [ - -121.76897178699994, - 37.25217362600006 - ], - [ - -121.76963658199998, - 37.25295433800005 - ], - [ - -121.77138534, - 37.25500808900006 - ], - [ - -121.77612621399999, - 37.25713356800003 - ], - [ - -121.77616903399996, - 37.257157638000024 - ], - [ - -121.77621058899996, - 37.25718309700005 - ], - [ - -121.77625082099996, - 37.25720987400007 - ], - [ - -121.77633185499997, - 37.25726820600005 - ], - [ - -121.77649704699996, - 37.25739353300003 - ], - [ - -121.77664585599996, - 37.25750857700007 - ], - [ - -121.77663515299997, - 37.257517300000075 - ], - [ - -121.77676252599997, - 37.25761799800006 - ], - [ - -121.77686658299996, - 37.25770144100005 - ], - [ - -121.77698340399996, - 37.25779284500004 - ], - [ - -121.77711551399995, - 37.25789747300007 - ], - [ - -121.77717745199999, - 37.25794598700003 - ], - [ - -121.77739303799996, - 37.25811773300006 - ], - [ - -121.77754770099995, - 37.25824331100006 - ], - [ - -121.77769883599996, - 37.258365264000076 - ], - [ - -121.77779398399997, - 37.25844175200007 - ], - [ - -121.77790363899999, - 37.258530877000055 - ], - [ - -121.77802894499996, - 37.25863271800006 - ], - [ - -121.778040864, - 37.25862302000007 - ], - [ - -121.77813399299998, - 37.25869197600008 - ], - [ - -121.77821710099994, - 37.25875419800008 - ], - [ - -121.77832938799997, - 37.258841440000026 - ], - [ - -121.77841948999998, - 37.25891079500008 - ], - [ - -121.778526748, - 37.25899706100006 - ], - [ - -121.778636668, - 37.25908153600005 - ], - [ - -121.77878367099999, - 37.25919772000003 - ], - [ - -121.77889609299996, - 37.25928615000004 - ], - [ - -121.77901525099998, - 37.25937993100007 - ], - [ - -121.77912037199997, - 37.259463405000076 - ], - [ - -121.77947328399995, - 37.25974413300003 - ], - [ - -121.77922985099997, - 37.25992388900005 - ], - [ - -121.77867236499998, - 37.26037742300008 - ], - [ - -121.77988782299997, - 37.26133009900008 - ], - [ - -121.77994553199994, - 37.26129518100004 - ], - [ - -121.78000053099998, - 37.261257544000046 - ], - [ - -121.78005262299996, - 37.26121744500006 - ], - [ - -121.78013772399999, - 37.261257029000035 - ], - [ - -121.78013098499997, - 37.26127822900003 - ], - [ - -121.780126715, - 37.261299860000065 - ], - [ - -121.78012491299995, - 37.261321671000076 - ], - [ - -121.78012562999999, - 37.261343500000066 - ], - [ - -121.78012883699995, - 37.26136525600003 - ], - [ - -121.78013453199998, - 37.26138666400004 - ], - [ - -121.78014262, - 37.26140754100004 - ], - [ - -121.78015307599998, - 37.26142777600006 - ], - [ - -121.78016580699995, - 37.26144713900004 - ], - [ - -121.78018069899997, - 37.26146549300006 - ], - [ - -121.78026239399998, - 37.26153368100006 - ], - [ - -121.78049943499997, - 37.26173819200005 - ], - [ - -121.780507748, - 37.261763760000065 - ], - [ - -121.78052044299994, - 37.26180269500003 - ], - [ - -121.78059199399996, - 37.26202270400006 - ], - [ - -121.78071428699997, - 37.262081770000066 - ], - [ - -121.78094792099995, - 37.26211384700008 - ], - [ - -121.78132526699994, - 37.26235200200006 - ], - [ - -121.78134220499999, - 37.262372784000036 - ], - [ - -121.78134711999996, - 37.26237881800006 - ], - [ - -121.78138827799995, - 37.26242929800003 - ], - [ - -121.78141826199999, - 37.26246607400003 - ], - [ - -121.78151099299998, - 37.262579825000046 - ], - [ - -121.78181004899994, - 37.262804645000074 - ], - [ - -121.78190850899995, - 37.26292685100003 - ], - [ - -121.78218848399996, - 37.26324803700004 - ], - [ - -121.78229977899997, - 37.263370284000075 - ], - [ - -121.78234303499994, - 37.263404396000055 - ], - [ - -121.78238250099997, - 37.26344129700004 - ], - [ - -121.78241791699998, - 37.263480782000045 - ], - [ - -121.78244895999995, - 37.263522513000055 - ], - [ - -121.78247545599999, - 37.26356621600007 - ], - [ - -121.78249719699994, - 37.26361157400004 - ], - [ - -121.78251403499996, - 37.263658243000066 - ], - [ - -121.78252581999999, - 37.263705885000036 - ], - [ - -121.78365686999996, - 37.26405466400007 - ], - [ - -121.78433039499998, - 37.26442499900003 - ], - [ - -121.78657037899995, - 37.265651913000056 - ], - [ - -121.78671190299997, - 37.265729441000076 - ], - [ - -121.786811474, - 37.26578394500007 - ], - [ - -121.78690795199998, - 37.26583678900005 - ], - [ - -121.78696453299995, - 37.26586777700004 - ], - [ - -121.78695566399995, - 37.26605140300006 - ], - [ - -121.78691224, - 37.26694985700004 - ], - [ - -121.78689595199995, - 37.267286488000025 - ], - [ - -121.786875808, - 37.267703711000024 - ], - [ - -121.78683827599997, - 37.26848028200004 - ], - [ - -121.78679442499998, - 37.269387280000046 - ], - [ - -121.78613362299996, - 37.26936718600007 - ], - [ - -121.78612981299995, - 37.26936709100005 - ], - [ - -121.78437850499995, - 37.26932279600004 - ], - [ - -121.78419979499995, - 37.26931827800007 - ], - [ - -121.78409177199995, - 37.269315548000066 - ], - [ - -121.78398684399997, - 37.269312900000045 - ], - [ - -121.78382397899998, - 37.26930875700003 - ], - [ - -121.77117214099997, - 37.26893944600005 - ], - [ - -121.76074070599998, - 37.26865187000004 - ], - [ - -121.75948702299996, - 37.26861722500007 - ], - [ - -121.75850900699999, - 37.26859640500004 - ], - [ - -121.75753098999996, - 37.26857555400005 - ], - [ - -121.75732457699996, - 37.26869118700006 - ], - [ - -121.75693860399997, - 37.268906737000066 - ], - [ - -121.75677931999996, - 37.269084787000054 - ], - [ - -121.756641286, - 37.26923903200003 - ], - [ - -121.75581370099997, - 37.27016403500005 - ], - [ - -121.75557572899999, - 37.270405004000054 - ], - [ - -121.75553063599995, - 37.27037530000007 - ], - [ - -121.75537108499998, - 37.27031973600003 - ], - [ - -121.75522114199998, - 37.27027792400003 - ], - [ - -121.75510359299994, - 37.270253731000025 - ], - [ - -121.75483323599997, - 37.27020672900005 - ], - [ - -121.75471250799995, - 37.27019069700003 - ], - [ - -121.75446423799997, - 37.27018261000006 - ], - [ - -121.754215967, - 37.27017452100006 - ], - [ - -121.75408102199998, - 37.270145823000064 - ], - [ - -121.75341259699996, - 37.26992678700003 - ], - [ - -121.75302465399994, - 37.26989411000005 - ], - [ - -121.75283099499995, - 37.26988789600006 - ], - [ - -121.75262922899998, - 37.26990035400007 - ], - [ - -121.75183294799996, - 37.270115332000046 - ], - [ - -121.75114898899994, - 37.270275269000024 - ], - [ - -121.751073798, - 37.270297062000054 - ], - [ - -121.75102428999998, - 37.270309790000056 - ], - [ - -121.75087964199997, - 37.270428941000034 - ], - [ - -121.75080476999995, - 37.27050410900006 - ], - [ - -121.75075759299995, - 37.27059967300005 - ], - [ - -121.75005139299998, - 37.272030519000054 - ], - [ - -121.74996633499995, - 37.27211151700004 - ], - [ - -121.74988304299995, - 37.27217310900005 - ], - [ - -121.74977384099998, - 37.27223701400004 - ], - [ - -121.74963839999998, - 37.27230078700006 - ], - [ - -121.74951204699994, - 37.27234271800006 - ], - [ - -121.74932959599994, - 37.27238197400004 - ], - [ - -121.74798079699997, - 37.27256191600003 - ], - [ - -121.74734671699997, - 37.272640472000035 - ], - [ - -121.74723741099996, - 37.27264505100004 - ], - [ - -121.74715082999995, - 37.272648651000054 - ], - [ - -121.746838229, - 37.27261402900007 - ], - [ - -121.74625689199996, - 37.27251641500004 - ], - [ - -121.74605930599995, - 37.272477683000034 - ], - [ - -121.74589600599995, - 37.27245284700007 - ], - [ - -121.74572967299997, - 37.27242806500004 - ], - [ - -121.74558475499998, - 37.27241999300003 - ], - [ - -121.74541882099999, - 37.27241933100004 - ], - [ - -121.745235101, - 37.27243577300004 - ], - [ - -121.74506969199996, - 37.27246648800008 - ], - [ - -121.74493145699995, - 37.272496913000055 - ], - [ - -121.74481445799995, - 37.272536725000066 - ], - [ - -121.74469762299998, - 37.272586217000025 - ], - [ - -121.74460194899996, - 37.27263548500008 - ], - [ - -121.74448539399998, - 37.27270186700008 - ], - [ - -121.744459845, - 37.272720771000024 - ], - [ - -121.74443228799998, - 37.27273779600006 - ], - [ - -121.74440300799995, - 37.27275284800004 - ], - [ - -121.74437214699998, - 37.272765787000026 - ], - [ - -121.74434001699996, - 37.27277649700005 - ], - [ - -121.744306817, - 37.27278493000006 - ], - [ - -121.74427286499997, - 37.272791013000074 - ], - [ - -121.74423832599996, - 37.27279469800004 - ], - [ - -121.744203546, - 37.27279593900005 - ], - [ - -121.74416875699995, - 37.27279475100005 - ], - [ - -121.74413424, - 37.27279113600008 - ], - [ - -121.74410022799998, - 37.27278511000003 - ], - [ - -121.74408044399996, - 37.27278042300003 - ], - [ - -121.744061048, - 37.272774930000026 - ], - [ - -121.74404192599997, - 37.27276865500005 - ], - [ - -121.74399340599996, - 37.27274793000004 - ], - [ - -121.74398456699998, - 37.272743422000076 - ], - [ - -121.74380828399995, - 37.27265435600003 - ], - [ - -121.74370732299997, - 37.27259765500003 - ], - [ - -121.74348038399995, - 37.27246602500003 - ], - [ - -121.74312938099996, - 37.27227322400006 - ], - [ - -121.74292538199995, - 37.272148263000076 - ], - [ - -121.74282623, - 37.27206940800005 - ], - [ - -121.74275061999998, - 37.27200927900003 - ], - [ - -121.74155446699996, - 37.27127623400003 - ], - [ - -121.73951414399994, - 37.269430218000025 - ], - [ - -121.73940440299998, - 37.26933398500006 - ], - [ - -121.73907465599996, - 37.26904478900008 - ], - [ - -121.73899191399994, - 37.26897567000003 - ], - [ - -121.73854153999997, - 37.268620774000055 - ], - [ - -121.73851974599995, - 37.26860361000007 - ], - [ - -121.73850276599995, - 37.26859355700003 - ], - [ - -121.73826848599998, - 37.26845487700007 - ], - [ - -121.73808785199998, - 37.26838214400004 - ], - [ - -121.737276168, - 37.268055350000054 - ], - [ - -121.73695144399994, - 37.26788196100006 - ], - [ - -121.73673262099999, - 37.26779278400005 - ], - [ - -121.73657164399998, - 37.26773957200004 - ], - [ - -121.73634583199998, - 37.26769011300007 - ], - [ - -121.73608822399996, - 37.26766115400005 - ], - [ - -121.736009057, - 37.26765381700005 - ], - [ - -121.735684215, - 37.26763074100006 - ], - [ - -121.73547677599998, - 37.26761336000004 - ], - [ - -121.73537795399994, - 37.267589979000036 - ], - [ - -121.73528225899997, - 37.26755294700007 - ], - [ - -121.73508312399997, - 37.267419268000026 - ], - [ - -121.73477723199994, - 37.26719433300008 - ], - [ - -121.734640362, - 37.26731738700005 - ], - [ - -121.732890452, - 37.26889694600004 - ], - [ - -121.73235891099995, - 37.269776110000066 - ], - [ - -121.73127995299996, - 37.27007309700008 - ], - [ - -121.73101839299994, - 37.27064128200004 - ], - [ - -121.73177006099996, - 37.27116216500008 - ], - [ - -121.73213838799995, - 37.27164553500006 - ], - [ - -121.73224558899994, - 37.271786159000044 - ], - [ - -121.73318043499995, - 37.27215550300008 - ], - [ - -121.73455436799998, - 37.27209634500008 - ], - [ - -121.73486173599997, - 37.272465055000055 - ], - [ - -121.734442248, - 37.27306876600005 - ], - [ - -121.73396604299995, - 37.273754147000034 - ], - [ - -121.73469064899996, - 37.27426172500003 - ], - [ - -121.735888451, - 37.27429672200003 - ], - [ - -121.73623678499996, - 37.27478109200007 - ], - [ - -121.73581796899998, - 37.27568902100006 - ], - [ - -121.73543626299994, - 37.27616681200004 - ], - [ - -121.73506546599998, - 37.27663093600006 - ], - [ - -121.73512321299995, - 37.277016056000036 - ], - [ - -121.73522125699998, - 37.27735399100004 - ], - [ - -121.73539679399994, - 37.27751238700006 - ], - [ - -121.73555793199995, - 37.27765383600007 - ], - [ - -121.73591353299997, - 37.27796696400003 - ], - [ - -121.73635583899994, - 37.27835090900004 - ], - [ - -121.73665377499998, - 37.27860961700003 - ], - [ - -121.73689009699996, - 37.27881626100003 - ], - [ - -121.73702446399994, - 37.27893240700007 - ], - [ - -121.73715884099994, - 37.27904856400005 - ], - [ - -121.737289439, - 37.27901960300005 - ], - [ - -121.73741610899998, - 37.27899395500003 - ], - [ - -121.73744178399994, - 37.278989427000056 - ], - [ - -121.73747423999998, - 37.27898086600004 - ], - [ - -121.73752513099998, - 37.27896989100003 - ], - [ - -121.73755926099994, - 37.27896218400008 - ], - [ - -121.73769164499998, - 37.27893391300006 - ], - [ - -121.73771500899994, - 37.278928104000045 - ], - [ - -121.737779032, - 37.278914471000064 - ], - [ - -121.73782741599996, - 37.27890430100007 - ], - [ - -121.73787793499997, - 37.27889335100008 - ], - [ - -121.73818609899996, - 37.27882646200004 - ], - [ - -121.73856603799999, - 37.27874372700006 - ], - [ - -121.73892129199999, - 37.27866127600004 - ], - [ - -121.73894662099997, - 37.278730867000036 - ], - [ - -121.73893931699996, - 37.27877413600004 - ], - [ - -121.738924737, - 37.278860903000066 - ], - [ - -121.73887100399998, - 37.27918066400008 - ], - [ - -121.73883723499995, - 37.27938146300005 - ], - [ - -121.73881709999995, - 37.27951290000004 - ], - [ - -121.73879956499997, - 37.27963540600007 - ], - [ - -121.73879186199997, - 37.27968918500005 - ], - [ - -121.73877421499998, - 37.279863628000044 - ], - [ - -121.73871393399997, - 37.28014298900007 - ], - [ - -121.73871230999998, - 37.28015044500006 - ], - [ - -121.738699441, - 37.28024509100004 - ], - [ - -121.73869222099995, - 37.280333201000076 - ], - [ - -121.73870575799998, - 37.28062292800007 - ], - [ - -121.73870943099996, - 37.28070123800006 - ], - [ - -121.73871051599997, - 37.28076328000003 - ], - [ - -121.73870092099997, - 37.280841114000054 - ], - [ - -121.73862869599998, - 37.28105312400004 - ], - [ - -121.73859572799995, - 37.281120721000036 - ], - [ - -121.73856308999996, - 37.28120307800003 - ], - [ - -121.73897034, - 37.281094419000055 - ], - [ - -121.73934531599997, - 37.280996628000025 - ], - [ - -121.73935196499997, - 37.28099506900003 - ], - [ - -121.73937605499998, - 37.281064170000036 - ], - [ - -121.739458088, - 37.281295353000075 - ], - [ - -121.73951390299999, - 37.281455193000056 - ], - [ - -121.73955104299995, - 37.28156155500005 - ], - [ - -121.73952406199999, - 37.28156696800005 - ], - [ - -121.73955315699999, - 37.28164933700003 - ], - [ - -121.73933820499997, - 37.28169961100008 - ], - [ - -121.73838902399996, - 37.281914511000025 - ], - [ - -121.738464277, - 37.28222251400007 - ], - [ - -121.73848317299996, - 37.282422550000035 - ], - [ - -121.73848912099999, - 37.28250502700007 - ], - [ - -121.73847608299997, - 37.28279173900006 - ], - [ - -121.73846768299995, - 37.282976362000056 - ], - [ - -121.73848202, - 37.283093128000075 - ], - [ - -121.73849393699999, - 37.283189985000035 - ], - [ - -121.73851250699994, - 37.28324231800008 - ], - [ - -121.73858251399997, - 37.28343936500005 - ], - [ - -121.73871400499996, - 37.28367327600006 - ], - [ - -121.73875959599997, - 37.28373967600004 - ], - [ - -121.73886764899999, - 37.283905763000064 - ], - [ - -121.738900334, - 37.28395238600007 - ], - [ - -121.73903091199998, - 37.284205351000026 - ], - [ - -121.738588817, - 37.28433516300004 - ], - [ - -121.73835756499994, - 37.28453463900007 - ], - [ - -121.73821765099996, - 37.28454813500008 - ], - [ - -121.73808104299997, - 37.28466789500004 - ], - [ - -121.73807674999995, - 37.284799691000046 - ], - [ - -121.73770315299998, - 37.285122030000025 - ], - [ - -121.73724501899994, - 37.285294100000044 - ], - [ - -121.73700803799994, - 37.28548876000008 - ], - [ - -121.73637500099994, - 37.28662338200007 - ], - [ - -121.73621894799999, - 37.28649442400007 - ], - [ - -121.73584931699997, - 37.286399145000075 - ], - [ - -121.73552537599994, - 37.28636626000008 - ], - [ - -121.73515127299999, - 37.28628281400006 - ], - [ - -121.73478974699998, - 37.28617712500005 - ], - [ - -121.73463572699995, - 37.286165725000046 - ], - [ - -121.73453704199994, - 37.286115653000024 - ], - [ - -121.73421404699997, - 37.286056546000054 - ], - [ - -121.73413341699995, - 37.286036384000056 - ], - [ - -121.73375961999994, - 37.286056528000074 - ], - [ - -121.73363088699995, - 37.28609512500003 - ], - [ - -121.73341501099998, - 37.286081651000075 - ], - [ - -121.732863378, - 37.285919542000045 - ], - [ - -121.732547604, - 37.28590558500008 - ], - [ - -121.73230033599998, - 37.28595323300004 - ], - [ - -121.73173709499997, - 37.28590012600006 - ], - [ - -121.73146914199998, - 37.28590756700004 - ], - [ - -121.73096290799998, - 37.285816160000024 - ], - [ - -121.73083376999995, - 37.28577105100004 - ], - [ - -121.730536498, - 37.28579681200006 - ], - [ - -121.73041175199995, - 37.285795766000035 - ], - [ - -121.72987317399998, - 37.28579114400003 - ], - [ - -121.72960812899998, - 37.285743824000065 - ], - [ - -121.72934308599997, - 37.285696502000064 - ], - [ - -121.72907600199994, - 37.28565755400007 - ], - [ - -121.72901484299996, - 37.28569076800005 - ], - [ - -121.72864816899994, - 37.285889723000025 - ], - [ - -121.72812280799997, - 37.28585790100004 - ], - [ - -121.72763062499996, - 37.285812476000046 - ], - [ - -121.72272729099996, - 37.283921433000046 - ], - [ - -121.71777035499997, - 37.28522294700008 - ], - [ - -121.717129065, - 37.28395880200003 - ], - [ - -121.71705542999996, - 37.28381355700003 - ], - [ - -121.71344482799998, - 37.28506103800004 - ], - [ - -121.71214854199997, - 37.28555705900004 - ], - [ - -121.71116395499996, - 37.28591419900005 - ], - [ - -121.71041799899996, - 37.28611090800007 - ], - [ - -121.71003964799996, - 37.286244691000036 - ], - [ - -121.7069056, - 37.28737362800007 - ], - [ - -121.70636830399997, - 37.28755728700003 - ], - [ - -121.70656289399994, - 37.287975551000045 - ], - [ - -121.70687075299998, - 37.28847150200005 - ], - [ - -121.70723784899997, - 37.28896857900003 - ], - [ - -121.707497005, - 37.28954734000007 - ], - [ - -121.70715536999995, - 37.29021050600005 - ], - [ - -121.707053799, - 37.29049901800005 - ], - [ - -121.70685227299998, - 37.29161110600006 - ], - [ - -121.70709211299999, - 37.29189275900006 - ], - [ - -121.70733198399995, - 37.292174387000045 - ], - [ - -121.70894700199995, - 37.29407078500003 - ], - [ - -121.70927116299998, - 37.29450929300003 - ], - [ - -121.70991501499998, - 37.29538028500008 - ], - [ - -121.71165931499996, - 37.29511209900005 - ], - [ - -121.712468049, - 37.29498773800003 - ], - [ - -121.72771814799995, - 37.292641580000065 - ], - [ - -121.72984822499996, - 37.29225982600008 - ], - [ - -121.73373568899996, - 37.29163423700004 - ], - [ - -121.73558562099998, - 37.29133649400006 - ], - [ - -121.73567697699997, - 37.291400261000035 - ], - [ - -121.73614970899996, - 37.29154725800004 - ], - [ - -121.73636800299994, - 37.291569147000075 - ], - [ - -121.73642380899997, - 37.29158458100005 - ], - [ - -121.736558071, - 37.291621778000035 - ], - [ - -121.73663108799997, - 37.29164197400007 - ], - [ - -121.73672420599996, - 37.29164593400003 - ], - [ - -121.736950348, - 37.29165554100007 - ], - [ - -121.73708786599997, - 37.291728342000056 - ], - [ - -121.73727245499998, - 37.29174415400007 - ], - [ - -121.73756611199997, - 37.29190704400003 - ], - [ - -121.73771444299996, - 37.292058447000045 - ], - [ - -121.73798625599994, - 37.29212190700008 - ], - [ - -121.73821073, - 37.29212058600007 - ], - [ - -121.73836261199995, - 37.29219057900008 - ], - [ - -121.73854099199997, - 37.29219974800003 - ], - [ - -121.73860022899999, - 37.292277014000035 - ], - [ - -121.73910634199996, - 37.29248757700003 - ], - [ - -121.73925417199996, - 37.292586107000034 - ], - [ - -121.73947583599994, - 37.29260875700004 - ], - [ - -121.73965331899996, - 37.292577649000066 - ], - [ - -121.73973181699995, - 37.29256722800005 - ], - [ - -121.74016030999996, - 37.29251091500004 - ], - [ - -121.74030546299997, - 37.29251709300007 - ], - [ - -121.74065164399997, - 37.29241067600003 - ], - [ - -121.74108905399999, - 37.29249471500003 - ], - [ - -121.74138426599995, - 37.292507312000055 - ], - [ - -121.74162180199994, - 37.29258005500003 - ], - [ - -121.74199931699997, - 37.292519721000076 - ], - [ - -121.74220706999995, - 37.292675959000064 - ], - [ - -121.74243721899995, - 37.29276262500008 - ], - [ - -121.74271229299995, - 37.29291313300007 - ], - [ - -121.742955242, - 37.292982109000036 - ], - [ - -121.74306293299998, - 37.293081975000064 - ], - [ - -121.74307476599995, - 37.293147497000064 - ], - [ - -121.74332260299997, - 37.29326048000007 - ], - [ - -121.743514856, - 37.293390534000025 - ], - [ - -121.74405334499994, - 37.29355344100003 - ], - [ - -121.74429011199999, - 37.29347285000006 - ], - [ - -121.74438530499998, - 37.29353073300007 - ], - [ - -121.74474869199997, - 37.29355953500004 - ], - [ - -121.74493441199996, - 37.293795954000075 - ], - [ - -121.74494925299996, - 37.29381486300008 - ], - [ - -121.74497949399995, - 37.293815824000035 - ], - [ - -121.74510865899998, - 37.29381999000003 - ], - [ - -121.745194331, - 37.293887518000076 - ], - [ - -121.74542616999997, - 37.293934243000024 - ], - [ - -121.74543354899998, - 37.29399713200007 - ], - [ - -121.74579327999999, - 37.294031602000075 - ], - [ - -121.74624402299997, - 37.294455683000024 - ], - [ - -121.74731553099997, - 37.29462874300003 - ], - [ - -121.74736146999999, - 37.29463631100003 - ], - [ - -121.74753166099998, - 37.29467803400007 - ], - [ - -121.74756791799996, - 37.29468396500005 - ], - [ - -121.74764552499994, - 37.29469742100008 - ], - [ - -121.74769687399998, - 37.29470648800003 - ], - [ - -121.74773468899997, - 37.294713158000036 - ], - [ - -121.747791254, - 37.29472393200007 - ], - [ - -121.74786468899998, - 37.29473621900007 - ], - [ - -121.74790310099996, - 37.29474263100008 - ], - [ - -121.74803345699996, - 37.29476305600008 - ], - [ - -121.74807349899999, - 37.29476933600006 - ], - [ - -121.74820902099998, - 37.29479197100005 - ], - [ - -121.74830078899998, - 37.29477835900008 - ], - [ - -121.74852085799995, - 37.29474440100006 - ], - [ - -121.74865071199997, - 37.294724409000025 - ], - [ - -121.74868895799995, - 37.29471571600004 - ], - [ - -121.748849469, - 37.294689032000065 - ], - [ - -121.74885730099999, - 37.29468791900007 - ], - [ - -121.74914116899998, - 37.29464346200007 - ], - [ - -121.74920436199994, - 37.294634364000046 - ], - [ - -121.74923756399994, - 37.294628929000055 - ], - [ - -121.74926144899996, - 37.29462320400006 - ], - [ - -121.74929808, - 37.294617319000054 - ], - [ - -121.74940875199997, - 37.29459652300005 - ], - [ - -121.74944530899995, - 37.29458789200004 - ], - [ - -121.74949064799995, - 37.29458019900005 - ], - [ - -121.74953614099996, - 37.29457316700007 - ], - [ - -121.74958175999996, - 37.29456670600007 - ], - [ - -121.74960641999996, - 37.294562874000064 - ], - [ - -121.74962902299995, - 37.294559381000056 - ], - [ - -121.74974743899998, - 37.29454246100005 - ], - [ - -121.74980561599995, - 37.294531404000054 - ], - [ - -121.74988498199997, - 37.294514649000064 - ], - [ - -121.74991679799996, - 37.29450867800006 - ], - [ - -121.75015006099994, - 37.29519193100003 - ], - [ - -121.75044741399995, - 37.29633720700008 - ], - [ - -121.75048154099994, - 37.296465961000024 - ], - [ - -121.75065313199997, - 37.297113385000046 - ], - [ - -121.75107694899998, - 37.29861200200003 - ], - [ - -121.75183963099994, - 37.300836434000075 - ], - [ - -121.75185915199995, - 37.30089340500007 - ], - [ - -121.75189344799998, - 37.30099609700005 - ], - [ - -121.75185154899998, - 37.30100406300005 - ], - [ - -121.75181845399999, - 37.301010758000075 - ], - [ - -121.75178152199999, - 37.301017699000056 - ], - [ - -121.75174477499996, - 37.30102537000005 - ], - [ - -121.75170829499996, - 37.30103367900006 - ], - [ - -121.75169163599998, - 37.30103804700008 - ], - [ - -121.75167509599999, - 37.30104273200004 - ], - [ - -121.75165870399996, - 37.30104771400005 - ], - [ - -121.75148582099996, - 37.30109442500003 - ], - [ - -121.751227557, - 37.30116015200008 - ], - [ - -121.75096643199998, - 37.301227924000045 - ], - [ - -121.75078243599995, - 37.30127488900007 - ], - [ - -121.750592225, - 37.301322034000066 - ], - [ - -121.75036313499999, - 37.301381314000025 - ], - [ - -121.75017128599995, - 37.30142989600006 - ], - [ - -121.75002393099999, - 37.30146976200007 - ], - [ - -121.74984270799996, - 37.301519764000034 - ], - [ - -121.749679862, - 37.30156194700004 - ], - [ - -121.74947808699994, - 37.301614983000036 - ], - [ - -121.74932018199996, - 37.30165788900007 - ], - [ - -121.74907458799998, - 37.30172244700003 - ], - [ - -121.74891392299998, - 37.30175970700003 - ], - [ - -121.74869426199996, - 37.30181419200005 - ], - [ - -121.74845761399996, - 37.30187581400003 - ], - [ - -121.74824543099999, - 37.30193371900003 - ], - [ - -121.748026805, - 37.30199521700007 - ], - [ - -121.74783943399996, - 37.30204276300003 - ], - [ - -121.74761856599997, - 37.30210401000005 - ], - [ - -121.74743228499995, - 37.302153375000046 - ], - [ - -121.74718879899996, - 37.30222081200003 - ], - [ - -121.74693890699996, - 37.30228566300008 - ], - [ - -121.74678049499994, - 37.30232060700007 - ], - [ - -121.746671075, - 37.30233816000003 - ], - [ - -121.746447505, - 37.30237153100006 - ], - [ - -121.74638898699999, - 37.30237966200008 - ], - [ - -121.746208218, - 37.30240385700006 - ], - [ - -121.74610775399998, - 37.30241730800003 - ], - [ - -121.74586725299997, - 37.30244911900007 - ], - [ - -121.74569125699998, - 37.30247095000004 - ], - [ - -121.74568336299996, - 37.30247192600007 - ], - [ - -121.74549567899999, - 37.30249562100005 - ], - [ - -121.74529237499996, - 37.302522526000075 - ], - [ - -121.745283197, - 37.30252376800007 - ], - [ - -121.74507664299995, - 37.30254995200005 - ], - [ - -121.74488557999996, - 37.302572171000065 - ], - [ - -121.74471125099996, - 37.30259263200003 - ], - [ - -121.74451888299996, - 37.30261218600003 - ], - [ - -121.74443289599998, - 37.30261918800005 - ], - [ - -121.74383849099996, - 37.302614377000054 - ], - [ - -121.74398802299999, - 37.30514503400008 - ], - [ - -121.74425628499995, - 37.30608495000007 - ], - [ - -121.74498648199994, - 37.306915514000025 - ], - [ - -121.74507876499996, - 37.30729486100006 - ], - [ - -121.745931956, - 37.30846301100007 - ], - [ - -121.74659095099997, - 37.30836529100003 - ], - [ - -121.74724355599994, - 37.30858888600005 - ], - [ - -121.74908115599999, - 37.30921844900007 - ], - [ - -121.74932965699998, - 37.31006870200008 - ], - [ - -121.74964004599997, - 37.311130570000046 - ], - [ - -121.74983907099994, - 37.31181134900004 - ], - [ - -121.74985615499997, - 37.311869787000035 - ], - [ - -121.74987827999996, - 37.31194538200003 - ], - [ - -121.74992351499998, - 37.31210036500005 - ], - [ - -121.75007583099995, - 37.312621601000046 - ], - [ - -121.74994890499994, - 37.312710483000046 - ], - [ - -121.74889105899996, - 37.313451705000034 - ], - [ - -121.74883944899995, - 37.31348784800008 - ], - [ - -121.74898149199998, - 37.31363115400006 - ], - [ - -121.74899941899997, - 37.31364922900008 - ], - [ - -121.74901303099995, - 37.313662977000035 - ], - [ - -121.74901900499998, - 37.31366895700006 - ], - [ - -121.74902990599998, - 37.31367987400006 - ], - [ - -121.74910889699999, - 37.313675438000075 - ], - [ - -121.74926916899994, - 37.313669563000076 - ], - [ - -121.74942959899994, - 37.31366819500005 - ], - [ - -121.749590018, - 37.31367136100005 - ], - [ - -121.74961830299998, - 37.313673050000034 - ], - [ - -121.74964633199994, - 37.31367659600005 - ], - [ - -121.74967390499995, - 37.31368198000007 - ], - [ - -121.74970081899994, - 37.31368915400003 - ], - [ - -121.74972690299995, - 37.313698077000026 - ], - [ - -121.74975198499999, - 37.313708682000026 - ], - [ - -121.74977588899998, - 37.31372092400005 - ], - [ - -121.74979844299997, - 37.313734692000025 - ], - [ - -121.74981950299997, - 37.31374987200007 - ], - [ - -121.74990776199996, - 37.313836940000044 - ], - [ - -121.74999068999995, - 37.31392726900003 - ], - [ - -121.75006813599998, - 37.314020655000036 - ], - [ - -121.75007951599997, - 37.314037975000076 - ], - [ - -121.750092688, - 37.31405445300004 - ], - [ - -121.75010759199995, - 37.31406997300007 - ], - [ - -121.750124111, - 37.31408440000007 - ], - [ - -121.750142101, - 37.31409769000004 - ], - [ - -121.75016144399996, - 37.31410963800005 - ], - [ - -121.75018202599995, - 37.31412022200004 - ], - [ - -121.75020364199997, - 37.31412937600004 - ], - [ - -121.75022618099996, - 37.314137010000024 - ], - [ - -121.75024946699995, - 37.31414307800003 - ], - [ - -121.75027329799997, - 37.31414753900003 - ], - [ - -121.75029753099994, - 37.31415032600006 - ], - [ - -121.75034008799997, - 37.314150260000076 - ], - [ - -121.75038253899999, - 37.31414733500003 - ], - [ - -121.75042445399998, - 37.31414155400006 - ], - [ - -121.75046563499996, - 37.314132967000035 - ], - [ - -121.750559824, - 37.31411186400004 - ], - [ - -121.75065611399998, - 37.314098201000036 - ], - [ - -121.75075361799998, - 37.31409198800003 - ], - [ - -121.75085142199998, - 37.31409337000008 - ], - [ - -121.75085692899995, - 37.31409374500004 - ], - [ - -121.75089781599996, - 37.31409665000007 - ], - [ - -121.75101371999995, - 37.31410768200004 - ], - [ - -121.75112933499997, - 37.31412194400008 - ], - [ - -121.75124442799995, - 37.31413932400005 - ], - [ - -121.75135880099998, - 37.31415984600005 - ], - [ - -121.75147230899995, - 37.31418349300003 - ], - [ - -121.75158466499994, - 37.314210194000054 - ], - [ - -121.75169575199999, - 37.31423990800005 - ], - [ - -121.75180531399997, - 37.31427261400006 - ], - [ - -121.75191323299998, - 37.31430815300007 - ], - [ - -121.75198590399998, - 37.31433525600005 - ], - [ - -121.75205982999995, - 37.31436023800006 - ], - [ - -121.752134781, - 37.31438310500005 - ], - [ - -121.752211365, - 37.314404214000035 - ], - [ - -121.752213811, - 37.31440489900007 - ], - [ - -121.75229084199998, - 37.31442355400003 - ], - [ - -121.75229383299995, - 37.31442425400007 - ], - [ - -121.75237473099997, - 37.314441197000065 - ], - [ - -121.75239054599996, - 37.31444434800005 - ], - [ - -121.75245240199996, - 37.31445533700003 - ], - [ - -121.75248109799998, - 37.314457548000064 - ], - [ - -121.75250983599994, - 37.31445893400007 - ], - [ - -121.75253861899995, - 37.31445952000007 - ], - [ - -121.75629366399994, - 37.31682484900006 - ], - [ - -121.75714092799996, - 37.31657755200007 - ], - [ - -121.75751636499996, - 37.31720488000008 - ], - [ - -121.75770206299995, - 37.318004631000065 - ], - [ - -121.75837515399996, - 37.318932320000044 - ], - [ - -121.75831218699994, - 37.318940756000075 - ], - [ - -121.75824673399995, - 37.31894953900007 - ], - [ - -121.75820721499997, - 37.31895483900007 - ], - [ - -121.75818745699996, - 37.31895747600004 - ], - [ - -121.75816769699998, - 37.31896013800008 - ], - [ - -121.75812817899998, - 37.31896543800008 - ], - [ - -121.75806029399996, - 37.31897454500006 - ], - [ - -121.75802632399996, - 37.31897912100004 - ], - [ - -121.75799238099995, - 37.31898367300005 - ], - [ - -121.75792446899999, - 37.31899278100008 - ], - [ - -121.75771855099998, - 37.319639822000056 - ], - [ - -121.75771558099996, - 37.319649155000036 - ], - [ - -121.75774055899996, - 37.319767728000045 - ], - [ - -121.75793442699995, - 37.31995572000005 - ], - [ - -121.75837391099998, - 37.32038191600003 - ], - [ - -121.75848680399997, - 37.32060501900003 - ], - [ - -121.75880189299994, - 37.321227613000076 - ], - [ - -121.75898475699995, - 37.32158903800007 - ], - [ - -121.75889826499997, - 37.32191939200004 - ], - [ - -121.758824474, - 37.32203229700008 - ], - [ - -121.75880198299996, - 37.32206673500008 - ], - [ - -121.75889842, - 37.32215661500004 - ], - [ - -121.75891900799996, - 37.32218946900008 - ], - [ - -121.75961829699997, - 37.32448817000005 - ], - [ - -121.759628438, - 37.324487833000035 - ], - [ - -121.75963854899999, - 37.32448749500003 - ], - [ - -121.76108939399995, - 37.32443925000007 - ], - [ - -121.76131033999997, - 37.32521488100008 - ], - [ - -121.76153792399998, - 37.325841843000035 - ], - [ - -121.761523475, - 37.32605056600005 - ], - [ - -121.76156625799996, - 37.32619426300005 - ], - [ - -121.76163177999996, - 37.32652703100007 - ], - [ - -121.76169960099998, - 37.32659018600003 - ], - [ - -121.76178677299998, - 37.32663990200007 - ], - [ - -121.76177334099998, - 37.32664732400008 - ], - [ - -121.76158518399996, - 37.32675171100004 - ], - [ - -121.76154291499995, - 37.32675216700005 - ], - [ - -121.76151827999996, - 37.32675815400006 - ], - [ - -121.76149340499995, - 37.32676343500003 - ], - [ - -121.76146828699996, - 37.32676803100003 - ], - [ - -121.76143781199994, - 37.32677585500005 - ], - [ - -121.761464688, - 37.32682648400004 - ], - [ - -121.76174519199998, - 37.32735177300003 - ], - [ - -121.76192231299996, - 37.327683501000024 - ], - [ - -121.76220279499995, - 37.32820885800004 - ], - [ - -121.76247478099998, - 37.32878736400005 - ], - [ - -121.76278325599998, - 37.32944387100008 - ], - [ - -121.76402355799996, - 37.328833659000054 - ], - [ - -121.76417140199999, - 37.32926732800007 - ], - [ - -121.76495613999998, - 37.328877066000075 - ], - [ - -121.76549521399994, - 37.328775568000026 - ], - [ - -121.76580595599995, - 37.32873174300005 - ], - [ - -121.76606186199996, - 37.328694462000044 - ], - [ - -121.76606986699994, - 37.328791358000046 - ], - [ - -121.76609316199995, - 37.32905648600007 - ], - [ - -121.76609999799996, - 37.329189307000036 - ], - [ - -121.76609663099998, - 37.32932219300005 - ], - [ - -121.766083026, - 37.329454687000066 - ], - [ - -121.76607362599998, - 37.32952750800007 - ], - [ - -121.76607217099996, - 37.329600655000036 - ], - [ - -121.76607873999995, - 37.329673670000034 - ], - [ - -121.76609323399998, - 37.32974593500006 - ], - [ - -121.76611550499996, - 37.32981690300005 - ], - [ - -121.76614542699997, - 37.32988609500006 - ], - [ - -121.766182819, - 37.32995289400003 - ], - [ - -121.76622729999997, - 37.33001689300005 - ], - [ - -121.76626046999996, - 37.33006968400008 - ], - [ - -121.76628922599997, - 37.330124125000054 - ], - [ - -121.76631344599997, - 37.33017994200003 - ], - [ - -121.76631784399996, - 37.33021793700004 - ], - [ - -121.766317889, - 37.33025606900003 - ], - [ - -121.76631360299996, - 37.33029408900006 - ], - [ - -121.76630503899997, - 37.33033162900006 - ], - [ - -121.766292218, - 37.33036839000005 - ], - [ - -121.76627527899996, - 37.33040407500005 - ], - [ - -121.76625433399994, - 37.33043838300006 - ], - [ - -121.76622963399996, - 37.33047103900003 - ], - [ - -121.76617536899994, - 37.33053157200004 - ], - [ - -121.76609413099999, - 37.33058559800003 - ], - [ - -121.76602189899995, - 37.330609336000066 - ], - [ - -121.76607194699994, - 37.33071100900003 - ], - [ - -121.76604007599997, - 37.33072120700007 - ], - [ - -121.76593539599997, - 37.33075845700006 - ], - [ - -121.76583257299995, - 37.330798892000075 - ], - [ - -121.76578665599999, - 37.33081932500005 - ], - [ - -121.76574123999995, - 37.33084400900003 - ], - [ - -121.76571684199996, - 37.330858944000056 - ], - [ - -121.76568646599998, - 37.33087811100006 - ], - [ - -121.765626264, - 37.33092325800004 - ], - [ - -121.76556441099996, - 37.33097261200004 - ], - [ - -121.76550850599995, - 37.33102796600008 - ], - [ - -121.76547912799998, - 37.33106538800007 - ], - [ - -121.76544971099997, - 37.33111402500003 - ], - [ - -121.76541542299998, - 37.33119148700007 - ], - [ - -121.76540322699998, - 37.33124151700008 - ], - [ - -121.76540047699996, - 37.331260248000035 - ], - [ - -121.76539966899998, - 37.331270121000045 - ], - [ - -121.7653984199999, - 37.33133340100005 - ], - [ - -121.76540756699995, - 37.33138949600004 - ], - [ - -121.765417948, - 37.331435413000065 - ], - [ - -121.76543622, - 37.331512376000035 - ], - [ - -121.76544699099998, - 37.331569552000076 - ], - [ - -121.765452343, - 37.33164347300004 - ], - [ - -121.76545045499995, - 37.331691171000045 - ], - [ - -121.76543942999996, - 37.33174585800003 - ], - [ - -121.76543147499996, - 37.33177041400006 - ], - [ - -121.76540756999998, - 37.331826385000056 - ], - [ - -121.76537030499998, - 37.33189060300003 - ], - [ - -121.765296778, - 37.33199716800004 - ], - [ - -121.76506854999997, - 37.33228156000007 - ], - [ - -121.76497868299998, - 37.33237955900006 - ], - [ - -121.76512199599995, - 37.33262102700007 - ], - [ - -121.76565429299995, - 37.33241740200003 - ], - [ - -121.76578523899997, - 37.332251917000065 - ], - [ - -121.76581813099995, - 37.33219857300003 - ], - [ - -121.76597072099997, - 37.332151649000025 - ], - [ - -121.76612324399997, - 37.332122764000076 - ], - [ - -121.76617676199999, - 37.332302164000055 - ], - [ - -121.76619137899996, - 37.33235112700004 - ], - [ - -121.766217655, - 37.33243855500007 - ], - [ - -121.76621976699994, - 37.33244636100005 - ], - [ - -121.76624763399997, - 37.33253976800006 - ], - [ - -121.76641706299995, - 37.33310749300006 - ], - [ - -121.76642317099999, - 37.33312795900008 - ], - [ - -121.76653388699998, - 37.333499059000076 - ], - [ - -121.76624417799997, - 37.333705972000075 - ], - [ - -121.76610317199999, - 37.33381088700003 - ], - [ - -121.76587550799997, - 37.33386299400007 - ], - [ - -121.76564618599997, - 37.333907037000074 - ], - [ - -121.76544178799998, - 37.33394012200006 - ], - [ - -121.76513397099995, - 37.33408519900007 - ], - [ - -121.76474634199997, - 37.33425876500007 - ], - [ - -121.76471956199998, - 37.33441245800003 - ], - [ - -121.76466895799996, - 37.33455082100005 - ], - [ - -121.764556487, - 37.33530699500005 - ], - [ - -121.76403799399998, - 37.33540961500006 - ], - [ - -121.76281966899995, - 37.33565082000007 - ], - [ - -121.763474912, - 37.336354081000025 - ], - [ - -121.76545972099996, - 37.33578607000004 - ], - [ - -121.76827353599998, - 37.334937129000025 - ], - [ - -121.76824887899994, - 37.334881180000025 - ], - [ - -121.76812514999995, - 37.33460036100007 - ], - [ - -121.76799162799995, - 37.334277738000026 - ], - [ - -121.76765067599996, - 37.333523927000044 - ], - [ - -121.768258533, - 37.33336410600003 - ], - [ - -121.76834380399998, - 37.333341690000054 - ], - [ - -121.76832873399997, - 37.333176614000024 - ], - [ - -121.76832598099998, - 37.33314617900004 - ], - [ - -121.76831948699999, - 37.333118300000024 - ], - [ - -121.76827756299997, - 37.33293797300007 - ], - [ - -121.76818234599995, - 37.33252839200003 - ], - [ - -121.76812973999995, - 37.33243170500003 - ], - [ - -121.76787995099994, - 37.331972920000055 - ], - [ - -121.76789537899998, - 37.331936416000076 - ], - [ - -121.76790647699994, - 37.33189892300004 - ], - [ - -121.76791314399998, - 37.331860764000055 - ], - [ - -121.76791510199996, - 37.33181076000005 - ], - [ - -121.76790946399996, - 37.331760933000055 - ], - [ - -121.76784224, - 37.331407185000046 - ], - [ - -121.76784033699994, - 37.33138702100007 - ], - [ - -121.76784267599999, - 37.33136688600007 - ], - [ - -121.76784919399995, - 37.33134734500004 - ], - [ - -121.76785970499998, - 37.33132894700003 - ], - [ - -121.76787391799996, - 37.33131221000008 - ], - [ - -121.76865594699996, - 37.33085685100008 - ], - [ - -121.76866330399997, - 37.330852926000034 - ], - [ - -121.76867107199996, - 37.33084952300004 - ], - [ - -121.76867916299994, - 37.33084666600007 - ], - [ - -121.76868755199996, - 37.33084435600006 - ], - [ - -121.76869615099997, - 37.33084268300007 - ], - [ - -121.76870490299996, - 37.33084155800003 - ], - [ - -121.76871372399995, - 37.33084105000006 - ], - [ - -121.76872258199995, - 37.33084113800004 - ], - [ - -121.76873139199995, - 37.33084184300003 - ], - [ - -121.768740101, - 37.330843145000074 - ], - [ - -121.76874864599995, - 37.33084502100007 - ], - [ - -121.76875694499995, - 37.33084751800004 - ], - [ - -121.76876493499998, - 37.33085056700003 - ], - [ - -121.76877259199995, - 37.33085410100006 - ], - [ - -121.76877979899996, - 37.33085821100008 - ], - [ - -121.76878658399994, - 37.33086278500008 - ], - [ - -121.76946057299995, - 37.33135765500003 - ], - [ - -121.76967879299997, - 37.33188895700005 - ], - [ - -121.76989037399994, - 37.33241898000006 - ], - [ - -121.77021233899995, - 37.332307842000034 - ], - [ - -121.77022586699997, - 37.33230597900007 - ], - [ - -121.77044737899996, - 37.33227517200004 - ], - [ - -121.770510694, - 37.33226638300005 - ], - [ - -121.77053245699994, - 37.332263331000036 - ], - [ - -121.77064535699998, - 37.33224761800005 - ], - [ - -121.77076400699997, - 37.33223110900008 - ], - [ - -121.77085242799996, - 37.332166518000065 - ], - [ - -121.77102170899997, - 37.33204272900008 - ], - [ - -121.77104908499996, - 37.332047834000036 - ], - [ - -121.77133779299999, - 37.33210167400006 - ], - [ - -121.77155557699996, - 37.33192244500003 - ], - [ - -121.77158494799994, - 37.33189827600006 - ], - [ - -121.77164287399995, - 37.33190971000005 - ], - [ - -121.77175231299998, - 37.33189110300003 - ], - [ - -121.77177350699998, - 37.331935506000036 - ], - [ - -121.77198540499995, - 37.332444648000035 - ], - [ - -121.77208941999999, - 37.33274039400004 - ], - [ - -121.77242703999997, - 37.33370018800008 - ], - [ - -121.77241085799994, - 37.33370604100003 - ], - [ - -121.77239467699997, - 37.33371196200005 - ], - [ - -121.77239259699996, - 37.33371274000007 - ], - [ - -121.77237898499999, - 37.333718015000045 - ], - [ - -121.77236537399995, - 37.333723313000064 - ], - [ - -121.772358597, - 37.33372601800005 - ], - [ - -121.77234177399998, - 37.33373295300004 - ], - [ - -121.77232500999997, - 37.33374000200007 - ], - [ - -121.77230292599995, - 37.33374942000006 - ], - [ - -121.77230269999995, - 37.333752548000064 - ], - [ - -121.77228583399994, - 37.33398635100008 - ], - [ - -121.77257156299999, - 37.33414249000003 - ], - [ - -121.772582221, - 37.33415052400005 - ], - [ - -121.77279095199998, - 37.33430797800003 - ], - [ - -121.77295548599994, - 37.33444231400006 - ], - [ - -121.772980282, - 37.33446255400003 - ], - [ - -121.77298158899998, - 37.334461876000034 - ], - [ - -121.77310605699995, - 37.334398013000055 - ], - [ - -121.77388186599995, - 37.334995099000025 - ], - [ - -121.77420688199999, - 37.33521718600008 - ], - [ - -121.77451145199996, - 37.33540852500005 - ], - [ - -121.77505184599994, - 37.335768717000064 - ], - [ - -121.77513123399996, - 37.33582143800004 - ], - [ - -121.77513581399995, - 37.335824477000074 - ], - [ - -121.77910491499995, - 37.33845953800005 - ], - [ - -121.77905723799995, - 37.33850615800003 - ], - [ - -121.77934354499996, - 37.338694227000076 - ], - [ - -121.77962238899994, - 37.33887819000006 - ], - [ - -121.77990566999995, - 37.33906505600004 - ], - [ - -121.77997628199995, - 37.339113772000076 - ], - [ - -121.78004994499997, - 37.33916002700005 - ], - [ - -121.78012640299994, - 37.33920355200007 - ], - [ - -121.78020544799995, - 37.33924427900007 - ], - [ - -121.780286822, - 37.339282027000024 - ], - [ - -121.78037035099999, - 37.33931668500003 - ], - [ - -121.78045560399994, - 37.33934816500005 - ], - [ - -121.78054237699996, - 37.33937633200003 - ], - [ - -121.78058679699996, - 37.339388894000024 - ], - [ - -121.78063032299997, - 37.339401191000036 - ], - [ - -121.78059448399995, - 37.339437702000055 - ], - [ - -121.78073211999998, - 37.33952807400004 - ], - [ - -121.78081733, - 37.33958402500008 - ], - [ - -121.78097055499995, - 37.33955363000007 - ], - [ - -121.78135256899998, - 37.33947785000004 - ], - [ - -121.78141595499994, - 37.339474661000054 - ], - [ - -121.78147918199994, - 37.339470445000075 - ], - [ - -121.78154233199996, - 37.33946517700008 - ], - [ - -121.78154566799998, - 37.33946422500003 - ], - [ - -121.781549096, - 37.33946352500004 - ], - [ - -121.78155261599994, - 37.33946305000006 - ], - [ - -121.78155616699996, - 37.339462851000064 - ], - [ - -121.78155969399995, - 37.33946288200008 - ], - [ - -121.78156322599995, - 37.339463187000035 - ], - [ - -121.78156673299998, - 37.33946374300007 - ], - [ - -121.78157012799994, - 37.33946450700006 - ], - [ - -121.78157344199997, - 37.33946552400005 - ], - [ - -121.78157664599996, - 37.33946677100005 - ], - [ - -121.78157968099998, - 37.339468271000044 - ], - [ - -121.78158254799996, - 37.33946993300003 - ], - [ - -121.78158518899994, - 37.33947180400003 - ], - [ - -121.78158766099995, - 37.339473861000045 - ], - [ - -121.78158984899994, - 37.339476080000054 - ], - [ - -121.78159180999995, - 37.339478462000045 - ], - [ - -121.78159348699995, - 37.339480938000065 - ], - [ - -121.78159490799999, - 37.33948353200003 - ], - [ - -121.78159601399994, - 37.33948622100007 - ], - [ - -121.78159683599995, - 37.339488981000045 - ], - [ - -121.78159731499994, - 37.33949179100006 - ], - [ - -121.78159750599997, - 37.33949462800007 - ], - [ - -121.78159738199997, - 37.33949746800005 - ], - [ - -121.78159694299995, - 37.33950028700008 - ], - [ - -121.78159618799998, - 37.33950304200005 - ], - [ - -121.78159514499998, - 37.33950575500006 - ], - [ - -121.78159378499998, - 37.33950837900005 - ], - [ - -121.78159213699996, - 37.33951089200008 - ], - [ - -121.78159022899996, - 37.33951329300004 - ], - [ - -121.78158808799998, - 37.33951553700007 - ], - [ - -121.781346295, - 37.33985426600003 - ], - [ - -121.78122861699995, - 37.339976266000065 - ], - [ - -121.78130596399996, - 37.34003338200006 - ], - [ - -121.78150082899998, - 37.34016263600006 - ], - [ - -121.78177305899999, - 37.34034314100006 - ], - [ - -121.78185906799996, - 37.34040027100008 - ], - [ - -121.78254420599995, - 37.340854730000046 - ], - [ - -121.78251782599995, - 37.340877816000045 - ], - [ - -121.78309743499995, - 37.34127494400008 - ], - [ - -121.78311058499997, - 37.34126106600007 - ], - [ - -121.78375889899996, - 37.34170880200003 - ], - [ - -121.78391719299998, - 37.34180999100005 - ], - [ - -121.78454231799998, - 37.342235154000036 - ], - [ - -121.78562035399995, - 37.34296833600007 - ], - [ - -121.787061215, - 37.343953928000076 - ], - [ - -121.78743401999998, - 37.344177881000064 - ], - [ - -121.78745284599995, - 37.34419056100006 - ], - [ - -121.78795129099996, - 37.34452655000007 - ], - [ - -121.78870959499994, - 37.34503320400006 - ], - [ - -121.78873073899996, - 37.34504730100008 - ], - [ - -121.78872632599996, - 37.345051657000056 - ], - [ - -121.78862254699999, - 37.345154079000054 - ], - [ - -121.78828991599994, - 37.34547809500003 - ], - [ - -121.78802804499998, - 37.34575074800006 - ], - [ - -121.78760479799996, - 37.346150470000055 - ], - [ - -121.78755472399996, - 37.34619776000005 - ], - [ - -121.78745560299996, - 37.34628602600003 - ], - [ - -121.78746546499997, - 37.34628885700005 - ], - [ - -121.787877402, - 37.34640711000003 - ], - [ - -121.78821976599994, - 37.346652316000075 - ], - [ - -121.78827106199998, - 37.34668906100006 - ], - [ - -121.78804698099998, - 37.34690899700007 - ], - [ - -121.78842812999994, - 37.34717027900007 - ], - [ - -121.78828918999994, - 37.34730806700003 - ], - [ - -121.78824716799994, - 37.347346892000076 - ], - [ - -121.78836531999997, - 37.34742506500004 - ], - [ - -121.78853164399999, - 37.34753512000003 - ], - [ - -121.788539749, - 37.34752953700007 - ], - [ - -121.78854805599997, - 37.347524159000045 - ], - [ - -121.78855012599996, - 37.34752285400003 - ], - [ - -121.788551687, - 37.34752194500004 - ], - [ - -121.78856994799997, - 37.347511901000075 - ], - [ - -121.78857083099996, - 37.34751148000004 - ], - [ - -121.78859091699996, - 37.34750244600008 - ], - [ - -121.78859145799998, - 37.347502234000046 - ], - [ - -121.78859678499998, - 37.34750020700005 - ], - [ - -121.78859852199997, - 37.347499570000025 - ], - [ - -121.78860211099999, - 37.34749824900007 - ], - [ - -121.78860564499996, - 37.347496997000064 - ], - [ - -121.78860746999999, - 37.34749638200003 - ], - [ - -121.78861285699998, - 37.34749456000003 - ], - [ - -121.78855261199999, - 37.34754901200006 - ], - [ - -121.78796404199994, - 37.348139917000026 - ], - [ - -121.78756407499998, - 37.34852379400007 - ], - [ - -121.78740959899994, - 37.34867205200004 - ], - [ - -121.78676311999999, - 37.34930957900008 - ], - [ - -121.78671885899996, - 37.34935322600006 - ], - [ - -121.78675148199994, - 37.34937619300007 - ], - [ - -121.78677449699995, - 37.34939239700003 - ], - [ - -121.78679228799996, - 37.349404906000075 - ], - [ - -121.78683263, - 37.34943328000003 - ], - [ - -121.78764043799998, - 37.35000172600007 - ], - [ - -121.78825256799996, - 37.35042683300003 - ], - [ - -121.78849846999998, - 37.35059717400003 - ], - [ - -121.78880333099994, - 37.35080941700005 - ], - [ - -121.78899553999997, - 37.350931960000025 - ], - [ - -121.789177113, - 37.35105615200007 - ], - [ - -121.78935972799997, - 37.35117932700007 - ], - [ - -121.78954228999999, - 37.35130263900004 - ], - [ - -121.78972445799997, - 37.35142625000003 - ], - [ - -121.78993206599995, - 37.35156368300005 - ], - [ - -121.78967861899997, - 37.351802004000035 - ], - [ - -121.78964301199994, - 37.35183551600005 - ], - [ - -121.79008746999995, - 37.35213484900004 - ], - [ - -121.79008760599999, - 37.35215769100006 - ], - [ - -121.79008763699994, - 37.35216114700006 - ], - [ - -121.79008811899996, - 37.35223727300007 - ], - [ - -121.79009282199996, - 37.352519493000045 - ], - [ - -121.79010229199997, - 37.35279058300006 - ], - [ - -121.79010862799998, - 37.35302135300003 - ], - [ - -121.79010912099994, - 37.35309145800005 - ], - [ - -121.79010921899999, - 37.35310541900003 - ], - [ - -121.79011457799999, - 37.35312850100007 - ], - [ - -121.79014270299996, - 37.35325609800003 - ], - [ - -121.79044475299997, - 37.35367338900005 - ], - [ - -121.79046482999996, - 37.35370358800003 - ], - [ - -121.78995234499996, - 37.35368956700006 - ], - [ - -121.78996422199998, - 37.35377147100007 - ], - [ - -121.78997197199999, - 37.35382494800007 - ], - [ - -121.79003973199997, - 37.35429183400004 - ], - [ - -121.79058782499999, - 37.35421401900004 - ], - [ - -121.790749657, - 37.35423233400007 - ], - [ - -121.79054424199995, - 37.354094443000065 - ], - [ - -121.79033439099999, - 37.35381120900007 - ], - [ - -121.79037990399996, - 37.35381336300003 - ], - [ - -121.79048177399994, - 37.353822999000045 - ], - [ - -121.790566319, - 37.35383552700006 - ], - [ - -121.79062311399997, - 37.35384513400004 - ], - [ - -121.79066005799996, - 37.35385418000004 - ], - [ - -121.79069650499997, - 37.35386442200007 - ], - [ - -121.79073243, - 37.35387581500004 - ], - [ - -121.79076397699998, - 37.35388782800004 - ], - [ - -121.79078878399997, - 37.353896390000045 - ], - [ - -121.79083050199995, - 37.353912914000034 - ], - [ - -121.790854363, - 37.35392482900005 - ], - [ - -121.79088306199998, - 37.35393959700008 - ], - [ - -121.79092690199997, - 37.353964408000024 - ], - [ - -121.79098447799998, - 37.35400094500005 - ], - [ - -121.79105667199997, - 37.35405037000004 - ], - [ - -121.791200614, - 37.35415499100003 - ], - [ - -121.79134396399996, - 37.354258567000045 - ], - [ - -121.79137415399998, - 37.35428000200005 - ], - [ - -121.79142360699996, - 37.35431598900004 - ], - [ - -121.79147317199994, - 37.354351837000024 - ], - [ - -121.79153130499998, - 37.35439404400006 - ], - [ - -121.79156515999995, - 37.354418416000044 - ], - [ - -121.79165689299998, - 37.35448344100007 - ], - [ - -121.79170496799998, - 37.35451610100006 - ], - [ - -121.791768247, - 37.354559031000065 - ], - [ - -121.79183593599998, - 37.35459831800006 - ], - [ - -121.79191084499996, - 37.35458749000003 - ], - [ - -121.79195777999996, - 37.354579053000066 - ], - [ - -121.79237695799998, - 37.35452604400007 - ], - [ - -121.79247035099996, - 37.35451634000003 - ], - [ - -121.79308961199996, - 37.35445185200007 - ], - [ - -121.79329225099997, - 37.35443054900003 - ], - [ - -121.79401706299996, - 37.35437308600007 - ], - [ - -121.794007793, - 37.35431134400005 - ], - [ - -121.79407146899996, - 37.35430590100003 - ], - [ - -121.79439053099998, - 37.35427861900007 - ], - [ - -121.79471158099994, - 37.35425685400003 - ], - [ - -121.79482877799995, - 37.35424738800003 - ], - [ - -121.79490136199996, - 37.354244823000045 - ], - [ - -121.79498066199994, - 37.354249235000054 - ], - [ - -121.79505619699995, - 37.35425632000005 - ], - [ - -121.79519803199997, - 37.354283800000076 - ], - [ - -121.79536871, - 37.354327555000054 - ], - [ - -121.795478232, - 37.35436498300004 - ], - [ - -121.79560721599995, - 37.354418629000065 - ], - [ - -121.79745523499997, - 37.355263456000046 - ], - [ - -121.79804572199998, - 37.35553793300005 - ], - [ - -121.79810392499996, - 37.35556242200005 - ], - [ - -121.79817317599998, - 37.355587359000026 - ], - [ - -121.79822530399997, - 37.35560715300005 - ], - [ - -121.79824590699997, - 37.35561290000004 - ], - [ - -121.79826661899995, - 37.35561839200005 - ], - [ - -121.798287411, - 37.355623656000034 - ], - [ - -121.79830392999997, - 37.35571944800006 - ], - [ - -121.79832112199995, - 37.35608997600008 - ], - [ - -121.79835157399998, - 37.35674496300004 - ], - [ - -121.79862705199997, - 37.35708493300007 - ], - [ - -121.79913724899995, - 37.35771443900006 - ], - [ - -121.79919371399995, - 37.357788937000066 - ], - [ - -121.79896100999997, - 37.357943341000066 - ], - [ - -121.79894876299994, - 37.357951488000026 - ], - [ - -121.79890428199997, - 37.35796921600007 - ], - [ - -121.798856017, - 37.357982066000034 - ], - [ - -121.79825089299999, - 37.358120634000045 - ], - [ - -121.79716772899997, - 37.358307065000076 - ], - [ - -121.79650649699994, - 37.35832754100005 - ], - [ - -121.79668012599996, - 37.35854563400005 - ], - [ - -121.796842589, - 37.358759821000035 - ], - [ - -121.79732018099998, - 37.359389444000044 - ], - [ - -121.79805615999999, - 37.36035970700004 - ], - [ - -121.79813113299997, - 37.36045132700008 - ], - [ - -121.79684093499998, - 37.36041041900006 - ], - [ - -121.79377968299997, - 37.36041144300003 - ], - [ - -121.79291962099995, - 37.36042331200008 - ], - [ - -121.79180361799996, - 37.360424833000025 - ], - [ - -121.79175279799995, - 37.36042603400006 - ], - [ - -121.79166180899995, - 37.361027930000034 - ], - [ - -121.79255871199996, - 37.361240484000064 - ], - [ - -121.79305513899999, - 37.36142867700005 - ], - [ - -121.79361247799994, - 37.361744491000024 - ], - [ - -121.79390447499998, - 37.361858006000034 - ], - [ - -121.79441294699996, - 37.36174787900006 - ], - [ - -121.79512404399998, - 37.36331340000004 - ], - [ - -121.79516634299995, - 37.36336800300006 - ], - [ - -121.79485537099998, - 37.36336793700008 - ], - [ - -121.79471851999995, - 37.36337091200005 - ], - [ - -121.79464000799999, - 37.36336617200004 - ], - [ - -121.79459416399999, - 37.36336182600007 - ], - [ - -121.79457556799997, - 37.36343225600007 - ], - [ - -121.79447342599997, - 37.36363769500008 - ], - [ - -121.794327, - 37.364029781000056 - ], - [ - -121.79387418799996, - 37.36449153800004 - ], - [ - -121.79382565499998, - 37.36441811800006 - ], - [ - -121.79208576999997, - 37.36539383200005 - ], - [ - -121.79188789199998, - 37.36559597300004 - ], - [ - -121.79157633199998, - 37.36591560100004 - ], - [ - -121.79131467499997, - 37.366185923000046 - ], - [ - -121.790961719, - 37.366548281000064 - ], - [ - -121.79053033099996, - 37.36699729000003 - ], - [ - -121.79028428899994, - 37.367257229000074 - ], - [ - -121.79045439699996, - 37.36744405700006 - ], - [ - -121.79098228699996, - 37.368007024000065 - ], - [ - -121.79158002499997, - 37.36864173400005 - ], - [ - -121.79178330599996, - 37.368877499000064 - ], - [ - -121.792452089, - 37.36966917600006 - ], - [ - -121.79375271099997, - 37.37120513100007 - ], - [ - -121.79449747499996, - 37.37069586200005 - ], - [ - -121.79641399199994, - 37.369397366000044 - ], - [ - -121.79672242199996, - 37.36918847700008 - ], - [ - -121.79797919999999, - 37.36833725200006 - ], - [ - -121.79864488799996, - 37.36790498500005 - ], - [ - -121.79920804899996, - 37.36751594200007 - ], - [ - -121.79924422199997, - 37.367480270000044 - ], - [ - -121.79926875299998, - 37.367491562000055 - ], - [ - -121.80136288299997, - 37.36845557700008 - ], - [ - -121.80144056799998, - 37.368491497000036 - ], - [ - -121.80145933299997, - 37.36850017100005 - ], - [ - -121.80147838199997, - 37.368508794000036 - ], - [ - -121.80161995799995, - 37.36856904700005 - ], - [ - -121.80159476699998, - 37.36858816500006 - ], - [ - -121.80156954699999, - 37.36860730500007 - ], - [ - -121.80154605699994, - 37.368625260000044 - ], - [ - -121.80153309499997, - 37.368635178000034 - ], - [ - -121.80093843599997, - 37.36908938000005 - ], - [ - -121.80077665299996, - 37.36920930700006 - ], - [ - -121.80055388799997, - 37.36934842900007 - ], - [ - -121.80036343399996, - 37.369480485000054 - ], - [ - -121.80030765999999, - 37.36952379200005 - ], - [ - -121.80017218599994, - 37.36962795300008 - ], - [ - -121.80016290599997, - 37.36963515100007 - ], - [ - -121.80009919799994, - 37.369675708000045 - ], - [ - -121.80006374199996, - 37.369701622000036 - ], - [ - -121.80003021299996, - 37.36972772300004 - ], - [ - -121.79999723399999, - 37.36975097800007 - ], - [ - -121.79981107599997, - 37.36988106200005 - ], - [ - -121.79969958999999, - 37.369959573000074 - ], - [ - -121.79958072599999, - 37.370037799000045 - ], - [ - -121.79956925799996, - 37.37004456300008 - ], - [ - -121.79950965399996, - 37.370087021000074 - ], - [ - -121.79945299699995, - 37.37012729400004 - ], - [ - -121.79942197599996, - 37.370149336000054 - ], - [ - -121.79935528899995, - 37.37019672400004 - ], - [ - -121.79899184599998, - 37.37043646600006 - ], - [ - -121.79861162799995, - 37.370693010000025 - ], - [ - -121.79845109899998, - 37.370801339000025 - ], - [ - -121.79819948899996, - 37.37097112600003 - ], - [ - -121.79803831899994, - 37.37107728700005 - ], - [ - -121.798242857, - 37.37125845700007 - ], - [ - -121.798453688, - 37.37144521300007 - ], - [ - -121.79887550299998, - 37.37182556500005 - ], - [ - -121.799192673, - 37.37210567300008 - ], - [ - -121.79939873899997, - 37.37228694000004 - ], - [ - -121.79965517499994, - 37.372575709000046 - ], - [ - -121.79972422599997, - 37.37263930900008 - ], - [ - -121.79977820699997, - 37.37268902200003 - ], - [ - -121.79979327499996, - 37.37270288600007 - ], - [ - -121.79984807299996, - 37.372753413000055 - ], - [ - -121.80119811199995, - 37.37391035600007 - ], - [ - -121.80130979599994, - 37.37385768400003 - ], - [ - -121.80205986599998, - 37.37348965000007 - ], - [ - -121.80220643299998, - 37.37341772800005 - ], - [ - -121.80307681, - 37.37299064700005 - ], - [ - -121.80477496699996, - 37.37215738000003 - ], - [ - -121.80518518899999, - 37.37195607900003 - ], - [ - -121.80524851599995, - 37.37192497700005 - ], - [ - -121.80537422499998, - 37.371866125000054 - ], - [ - -121.80596934399995, - 37.371571251000034 - ], - [ - -121.80551820899996, - 37.371066023000026 - ], - [ - -121.80565495699994, - 37.37100219600006 - ], - [ - -121.80598178999998, - 37.37084789700003 - ], - [ - -121.80627446499994, - 37.37112164500007 - ], - [ - -121.80648654999999, - 37.37132002200008 - ], - [ - -121.80663577299998, - 37.371247906000065 - ], - [ - -121.80698065499996, - 37.37108111200007 - ], - [ - -121.80701463899999, - 37.37106466500006 - ], - [ - -121.80730303899998, - 37.37092518900005 - ], - [ - -121.80762365899994, - 37.370770132000075 - ], - [ - -121.80769674799996, - 37.37073642400003 - ], - [ - -121.80776676099998, - 37.37070231600006 - ], - [ - -121.80750934699995, - 37.37046402300007 - ], - [ - -121.80738700399996, - 37.37035121500003 - ], - [ - -121.80726463299999, - 37.37023838400006 - ], - [ - -121.80721651799996, - 37.370194698000034 - ], - [ - -121.80716834599997, - 37.37015099000007 - ], - [ - -121.80716096999998, - 37.37014251100004 - ], - [ - -121.807154476, - 37.370133588000044 - ], - [ - -121.807149069, - 37.37012449300005 - ], - [ - -121.80714457, - 37.37011488400003 - ], - [ - -121.80714106899995, - 37.370104989000026 - ], - [ - -121.80713850499995, - 37.37009446500008 - ], - [ - -121.80713716899999, - 37.37008365300005 - ], - [ - -121.80713689599997, - 37.37007305900005 - ], - [ - -121.80713142299999, - 37.36995034000006 - ], - [ - -121.80712445199998, - 37.36976995800006 - ], - [ - -121.80712266399996, - 37.369723512000064 - ], - [ - -121.80712553599994, - 37.36970901400008 - ], - [ - -121.80712998899998, - 37.36969477300005 - ], - [ - -121.80713594199995, - 37.36968088100008 - ], - [ - -121.80714333599997, - 37.36966743200003 - ], - [ - -121.80715214299994, - 37.36965453800008 - ], - [ - -121.80716228299997, - 37.36964231600007 - ], - [ - -121.80717369599995, - 37.36963079000003 - ], - [ - -121.80718629899997, - 37.36962009800004 - ], - [ - -121.80720000899998, - 37.36961033100005 - ], - [ - -121.807214682, - 37.36960147000008 - ], - [ - -121.80731908799999, - 37.369546584000034 - ], - [ - -121.80752645299998, - 37.36943600400008 - ], - [ - -121.80777167199994, - 37.36930568500003 - ], - [ - -121.807929544, - 37.36922177300005 - ], - [ - -121.80784800499998, - 37.36914442300008 - ], - [ - -121.807806998, - 37.36910548800006 - ], - [ - -121.80745662799995, - 37.368840169000066 - ], - [ - -121.80779268199996, - 37.36864485900003 - ], - [ - -121.80802723799997, - 37.36850852300006 - ], - [ - -121.80821841499994, - 37.368397413000025 - ], - [ - -121.80824853699994, - 37.368379909000055 - ], - [ - -121.80842299199998, - 37.368278531000044 - ], - [ - -121.80859355599995, - 37.36817937100005 - ], - [ - -121.80884477799998, - 37.36804174700006 - ], - [ - -121.808927467, - 37.36800294200003 - ], - [ - -121.80912881199998, - 37.368072820000066 - ], - [ - -121.80933168299998, - 37.36814141900004 - ], - [ - -121.80954048499996, - 37.36821302100003 - ], - [ - -121.80975301099994, - 37.36828586100006 - ], - [ - -121.80993117899999, - 37.36834729900005 - ], - [ - -121.80999115699996, - 37.36836750400005 - ], - [ - -121.80965047399997, - 37.36851919800006 - ], - [ - -121.80948377699997, - 37.368611427000076 - ], - [ - -121.80913645699997, - 37.368782284000076 - ], - [ - -121.80911054599994, - 37.368794499000046 - ], - [ - -121.80890062599997, - 37.368893298000046 - ], - [ - -121.80877161599994, - 37.36895339900008 - ], - [ - -121.80850120499997, - 37.369079362000036 - ], - [ - -121.808462438, - 37.369097718000035 - ], - [ - -121.808628194, - 37.369321512000056 - ], - [ - -121.80863810599999, - 37.36933394500005 - ], - [ - -121.80882154099999, - 37.36956493400004 - ], - [ - -121.80877856399997, - 37.36958535100007 - ], - [ - -121.80849448499998, - 37.36972057100007 - ], - [ - -121.808683622, - 37.36990203300007 - ], - [ - -121.808815042, - 37.370010757000045 - ], - [ - -121.80906570899998, - 37.37023204500008 - ], - [ - -121.80962834499996, - 37.37064280900006 - ], - [ - -121.80963321699994, - 37.37064582200003 - ], - [ - -121.809638426, - 37.370648464000055 - ], - [ - -121.80964385699997, - 37.37065073900004 - ], - [ - -121.80964953999995, - 37.37065259800005 - ], - [ - -121.80965541599994, - 37.37065406600004 - ], - [ - -121.80966145599996, - 37.37065509700005 - ], - [ - -121.80966754699995, - 37.37065569300006 - ], - [ - -121.80967371499997, - 37.37065585300007 - ], - [ - -121.80967984899996, - 37.370655578000026 - ], - [ - -121.80968594499996, - 37.37065486900008 - ], - [ - -121.80969191899999, - 37.37065368100008 - ], - [ - -121.80969774299996, - 37.37065215200005 - ], - [ - -121.80970338599997, - 37.370650166000075 - ], - [ - -121.80970879299997, - 37.370647793000046 - ], - [ - -121.80971387899996, - 37.37064503600004 - ], - [ - -121.80971867199997, - 37.37064193800006 - ], - [ - -121.80972308499997, - 37.37063852400007 - ], - [ - -121.809727093, - 37.37063479400007 - ], - [ - -121.80973066499996, - 37.37063079300003 - ], - [ - -121.80973136899996, - 37.37063005400006 - ], - [ - -121.80973215899996, - 37.37062933500005 - ], - [ - -121.80973294899997, - 37.370628640000064 - ], - [ - -121.80976710899995, - 37.37059598400003 - ], - [ - -121.80980231099994, - 37.37056404900005 - ], - [ - -121.80983853099997, - 37.37053283400007 - ], - [ - -121.80987571099996, - 37.370502388000034 - ], - [ - -121.80988676299995, - 37.37049310900005 - ], - [ - -121.80956282299996, - 37.370018567000045 - ], - [ - -121.80975393799997, - 37.36993650100004 - ], - [ - -121.80980523199997, - 37.36991445900003 - ], - [ - -121.80995091399996, - 37.369851922000066 - ], - [ - -121.81004766599995, - 37.36981035000008 - ], - [ - -121.81014789199997, - 37.36976729600008 - ], - [ - -121.81029007299998, - 37.36970621800003 - ], - [ - -121.81034484099996, - 37.36968269300007 - ], - [ - -121.81053247999995, - 37.36960213200007 - ], - [ - -121.81054181599995, - 37.369598137000025 - ], - [ - -121.81077494199997, - 37.36949797500006 - ], - [ - -121.81078983099997, - 37.36949167400007 - ], - [ - -121.81099044499996, - 37.36935305600008 - ], - [ - -121.81120409399995, - 37.36920538800007 - ], - [ - -121.81124421799996, - 37.36917767700004 - ], - [ - -121.81134548199998, - 37.36921843300007 - ], - [ - -121.81144653399997, - 37.369211190000044 - ], - [ - -121.81155970299994, - 37.36920305800004 - ], - [ - -121.81177664499995, - 37.36918749200004 - ], - [ - -121.81200306799997, - 37.36917285000004 - ], - [ - -121.81205665799996, - 37.36916742200003 - ], - [ - -121.81222235799999, - 37.36915712000007 - ], - [ - -121.81244554499995, - 37.36914116300005 - ], - [ - -121.81256382599997, - 37.369095893000065 - ], - [ - -121.81288271099999, - 37.36897366300008 - ], - [ - -121.81302898099995, - 37.369142185000044 - ], - [ - -121.81309223399995, - 37.36924086200003 - ], - [ - -121.813112021, - 37.369275136000056 - ], - [ - -121.81312867599996, - 37.36930399700003 - ], - [ - -121.81333823799997, - 37.36967932400006 - ], - [ - -121.81342375499997, - 37.369843858000024 - ], - [ - -121.81342513399994, - 37.36984716200004 - ], - [ - -121.813553174, - 37.37010408100008 - ], - [ - -121.81355444399998, - 37.37010619400007 - ], - [ - -121.81355503799995, - 37.37010731000004 - ], - [ - -121.81355554299995, - 37.37010838000003 - ], - [ - -121.81355644299998, - 37.370110614000055 - ], - [ - -121.81362988799998, - 37.37025060700006 - ], - [ - -121.81371080399998, - 37.370394729000054 - ], - [ - -121.81372718499995, - 37.37042606400007 - ], - [ - -121.81374089699995, - 37.37045230100006 - ], - [ - -121.81384367299995, - 37.37064889200008 - ], - [ - -121.81394878299994, - 37.37084605100006 - ], - [ - -121.81405397299994, - 37.371042912000064 - ], - [ - -121.81415896899995, - 37.37124005000004 - ], - [ - -121.81424417699998, - 37.37144871600003 - ], - [ - -121.81434771999994, - 37.37164637300003 - ], - [ - -121.81441921399994, - 37.37178295500007 - ], - [ - -121.81445120499995, - 37.37184400900003 - ], - [ - -121.81455480699998, - 37.37204166600003 - ], - [ - -121.81467528299999, - 37.37223176200007 - ], - [ - -121.814813357, - 37.37218326800007 - ], - [ - -121.81486435399995, - 37.37216555200007 - ], - [ - -121.81489927299998, - 37.37215344100008 - ], - [ - -121.81494939499999, - 37.372231 - ], - [ - -121.81545474599994, - 37.37206352700008 - ], - [ - -121.81558172599995, - 37.37228564000003 - ], - [ - -121.81567181199995, - 37.37243879000005 - ], - [ - -121.81590605099996, - 37.37235936800005 - ], - [ - -121.81590048099997, - 37.372445311000035 - ], - [ - -121.81589898299995, - 37.37253766400005 - ], - [ - -121.81589712699997, - 37.372653781000054 - ], - [ - -121.81589679999996, - 37.37267417800007 - ], - [ - -121.81589305799997, - 37.37271743700006 - ], - [ - -121.81588527099996, - 37.372807754000064 - ], - [ - -121.81588129599999, - 37.37284259100005 - ], - [ - -121.81584687299994, - 37.37291391200006 - ], - [ - -121.81581931399995, - 37.37297101000007 - ], - [ - -121.81571435899997, - 37.37314450000008 - ], - [ - -121.81560121099994, - 37.37332016300007 - ], - [ - -121.815588091, - 37.37334056900005 - ], - [ - -121.81551279399997, - 37.37330582000004 - ], - [ - -121.81538841499997, - 37.373068570000044 - ], - [ - -121.81530644399999, - 37.37291217000006 - ], - [ - -121.815244953, - 37.37279486400007 - ], - [ - -121.815009165, - 37.372864529000026 - ], - [ - -121.81501396399995, - 37.37287159400006 - ], - [ - -121.81501799299997, - 37.37287894200006 - ], - [ - -121.81502122399996, - 37.37288655000003 - ], - [ - -121.81502359999996, - 37.372894330000065 - ], - [ - -121.81502514299996, - 37.37290225500004 - ], - [ - -121.81502582899998, - 37.37291025900004 - ], - [ - -121.81502565399995, - 37.372918294000044 - ], - [ - -121.81502459099994, - 37.37292627100004 - ], - [ - -121.81502272199998, - 37.372934144000055 - ], - [ - -121.81501996099996, - 37.372941866000076 - ], - [ - -121.81501642199999, - 37.37294936700005 - ], - [ - -121.81501204699998, - 37.37295660400008 - ], - [ - -121.81500694799996, - 37.37296350500003 - ], - [ - -121.81500109799998, - 37.37297002500003 - ], - [ - -121.81499460799995, - 37.37297614200003 - ], - [ - -121.814987423, - 37.37298176100006 - ], - [ - -121.814979683, - 37.372986884000056 - ], - [ - -121.81497144599996, - 37.37299146300006 - ], - [ - -121.81496271199995, - 37.372995451000065 - ], - [ - -121.81495359399997, - 37.372998850000045 - ], - [ - -121.81494414999997, - 37.37300161100006 - ], - [ - -121.81493446299999, - 37.373003665000056 - ], - [ - -121.81492456399997, - 37.37300508100003 - ], - [ - -121.81491453899997, - 37.37300581100004 - ], - [ - -121.81490447299996, - 37.37300585500003 - ], - [ - -121.81489447999996, - 37.373005189000025 - ], - [ - -121.81488456099999, - 37.37300385900005 - ], - [ - -121.81483597599998, - 37.37307389600005 - ], - [ - -121.81477603299999, - 37.37315527700008 - ], - [ - -121.81463841599998, - 37.37309131000006 - ], - [ - -121.81442788099997, - 37.37299568000003 - ], - [ - -121.81435153999996, - 37.37326660900004 - ], - [ - -121.81432961899998, - 37.37334431200003 - ], - [ - -121.81431141599995, - 37.373434495000026 - ], - [ - -121.81424326299998, - 37.37364105800003 - ], - [ - -121.81424028999999, - 37.37364972200004 - ], - [ - -121.814145425, - 37.37402690400006 - ], - [ - -121.81407769599997, - 37.374324425000054 - ], - [ - -121.81403323199999, - 37.37451959800006 - ], - [ - -121.81437265399995, - 37.37440606200005 - ], - [ - -121.81491480799997, - 37.374226504000035 - ], - [ - -121.81495869599996, - 37.37423338200006 - ], - [ - -121.81556609999996, - 37.374327718000075 - ], - [ - -121.81540234599998, - 37.37458740500006 - ], - [ - -121.81568617799996, - 37.37470317700007 - ], - [ - -121.81561781299996, - 37.37481287600008 - ], - [ - -121.81593547299997, - 37.37493909400007 - ], - [ - -121.81596465799998, - 37.374894407000056 - ], - [ - -121.81611930699995, - 37.37465027200005 - ], - [ - -121.81642478999999, - 37.37413281400006 - ], - [ - -121.81618089499995, - 37.37403401200004 - ], - [ - -121.81633664399999, - 37.37378890400004 - ], - [ - -121.81657028299998, - 37.373883585000044 - ], - [ - -121.81663710099997, - 37.37391064500008 - ], - [ - -121.81678214199997, - 37.37396942100003 - ], - [ - -121.81685583399997, - 37.373999266000055 - ], - [ - -121.817073269, - 37.374087329000076 - ], - [ - -121.81722868399999, - 37.374150314000076 - ], - [ - -121.81750994499998, - 37.37426331900008 - ], - [ - -121.81766961799997, - 37.37432547800006 - ], - [ - -121.81788359599994, - 37.374407672000075 - ], - [ - -121.81796681799995, - 37.37443962900005 - ], - [ - -121.81804481599994, - 37.37446960800003 - ], - [ - -121.81808489999997, - 37.37448518000008 - ], - [ - -121.81817770199996, - 37.37452188000003 - ], - [ - -121.81818021, - 37.374522865000074 - ], - [ - -121.818185654, - 37.37452502200006 - ], - [ - -121.81823372199995, - 37.374442825000074 - ], - [ - -121.81826543499994, - 37.37438859400004 - ], - [ - -121.81849571599997, - 37.374027872000056 - ], - [ - -121.81865231199998, - 37.373782524000035 - ], - [ - -121.81872277999997, - 37.373672045000035 - ], - [ - -121.81899396999995, - 37.373229448000075 - ], - [ - -121.81911535199998, - 37.373038191000035 - ], - [ - -121.819067701, - 37.37301798900006 - ], - [ - -121.81888016599999, - 37.37294369400007 - ], - [ - -121.81869541499998, - 37.37286945900007 - ], - [ - -121.81850828999995, - 37.37279561500003 - ], - [ - -121.81840853299997, - 37.37275624600005 - ], - [ - -121.81832321699994, - 37.372722596000074 - ], - [ - -121.81814230199996, - 37.37265117700008 - ], - [ - -121.81813109399997, - 37.37264674800008 - ], - [ - -121.81793149599997, - 37.372567986000035 - ], - [ - -121.81813881699998, - 37.37224245600004 - ], - [ - -121.81823438199996, - 37.37209633200007 - ], - [ - -121.818424532, - 37.37178117900004 - ], - [ - -121.81843653499999, - 37.37176250300007 - ], - [ - -121.81864080799994, - 37.37144497300005 - ], - [ - -121.81852070499997, - 37.37148770700003 - ], - [ - -121.81847989199997, - 37.371505402000025 - ], - [ - -121.81829824599998, - 37.371566339000026 - ], - [ - -121.81827015099998, - 37.37157505600004 - ], - [ - -121.81811733999996, - 37.37162367500008 - ], - [ - -121.81793882799997, - 37.37168171400003 - ], - [ - -121.81776123399999, - 37.37174141500003 - ], - [ - -121.81770982699999, - 37.37175867800005 - ], - [ - -121.81758363799997, - 37.371801093000045 - ], - [ - -121.81749217499998, - 37.371831830000076 - ], - [ - -121.81740236499996, - 37.37186202400005 - ], - [ - -121.81730160599994, - 37.37189588700005 - ], - [ - -121.81722862499998, - 37.37192083300005 - ], - [ - -121.81711071399997, - 37.37196109300004 - ], - [ - -121.81705592099996, - 37.371979837000026 - ], - [ - -121.81705229899995, - 37.371980998000026 - ], - [ - -121.81691974899996, - 37.37202389500004 - ], - [ - -121.81687281099994, - 37.37203909400006 - ], - [ - -121.81667344699997, - 37.37165960500005 - ], - [ - -121.816667785, - 37.371649185000024 - ], - [ - -121.81663389299996, - 37.37158620800005 - ], - [ - -121.81663155099994, - 37.37158188500007 - ], - [ - -121.816597307, - 37.37151838500006 - ], - [ - -121.81659387599996, - 37.37150752700006 - ], - [ - -121.81656682799996, - 37.37145701700007 - ], - [ - -121.81639114399997, - 37.371128878000036 - ], - [ - -121.81656912299997, - 37.371069884000065 - ], - [ - -121.816634304, - 37.37104823000004 - ], - [ - -121.81674713199999, - 37.37101091300008 - ], - [ - -121.81692511099999, - 37.37095194300008 - ], - [ - -121.81710314799994, - 37.37089294800006 - ], - [ - -121.81728109799997, - 37.370834 - ], - [ - -121.81745907599998, - 37.37077500500004 - ], - [ - -121.81763679999995, - 37.370716128000026 - ], - [ - -121.81781506199997, - 37.37065706100003 - ], - [ - -121.81813204099996, - 37.370552029000066 - ], - [ - -121.81805996999998, - 37.37048710000005 - ], - [ - -121.81793194799997, - 37.37037187100003 - ], - [ - -121.81781557999994, - 37.37026701800005 - ], - [ - -121.81770184699997, - 37.37016034900006 - ], - [ - -121.817587861, - 37.370053867000024 - ], - [ - -121.81747382099996, - 37.369945965000056 - ], - [ - -121.81735882599997, - 37.36983754800008 - ], - [ - -121.817247856, - 37.36973302200005 - ], - [ - -121.81713644999996, - 37.36962797500007 - ], - [ - -121.81702513099998, - 37.36952308700006 - ], - [ - -121.81691415899996, - 37.369418332000066 - ], - [ - -121.81679873299998, - 37.36931630500004 - ], - [ - -121.81669172899996, - 37.36920875900006 - ], - [ - -121.816578828, - 37.36910517000007 - ], - [ - -121.81646606899994, - 37.36900141900003 - ], - [ - -121.81635503799998, - 37.368896505000066 - ], - [ - -121.81624446199999, - 37.36879131000006 - ], - [ - -121.81613227099996, - 37.36868720800004 - ], - [ - -121.81602135599996, - 37.36858222400008 - ], - [ - -121.81587733899994, - 37.36844599900007 - ], - [ - -121.81578626199996, - 37.368395933000045 - ], - [ - -121.81631723499999, - 37.368050063000055 - ], - [ - -121.81643214899998, - 37.36797186500007 - ], - [ - -121.81670826699997, - 37.36777990300004 - ], - [ - -121.81686630399997, - 37.36768984300005 - ], - [ - -121.81723723299996, - 37.36743297600003 - ], - [ - -121.81738248599999, - 37.367336857000055 - ], - [ - -121.81753150999998, - 37.36723987100004 - ], - [ - -121.81759172099999, - 37.36719854200004 - ], - [ - -121.81769909499997, - 37.367125576000035 - ], - [ - -121.81783549399995, - 37.36703154700007 - ], - [ - -121.818109269, - 37.36684691000005 - ], - [ - -121.81825412699999, - 37.366748047000044 - ], - [ - -121.81841801499996, - 37.36663551100003 - ], - [ - -121.81855640299995, - 37.36654056400005 - ], - [ - -121.81869557899995, - 37.366431876000036 - ], - [ - -121.81881618299997, - 37.366343174000065 - ], - [ - -121.81891927699996, - 37.36626995800003 - ], - [ - -121.81899699599995, - 37.36621479000007 - ], - [ - -121.81904871899997, - 37.36628232700008 - ], - [ - -121.81940226599994, - 37.366613795000035 - ], - [ - -121.81923983299998, - 37.366724188000035 - ], - [ - -121.81911404099998, - 37.366809653000075 - ], - [ - -121.81892992699994, - 37.36693473200006 - ], - [ - -121.81894354399998, - 37.36694748900004 - ], - [ - -121.81905505799995, - 37.36705207600005 - ], - [ - -121.81916659899997, - 37.36715666200007 - ], - [ - -121.81927811199995, - 37.36726122500005 - ], - [ - -121.81938962499999, - 37.36736581100007 - ], - [ - -121.81950116899998, - 37.36747037400005 - ], - [ - -121.81961268199996, - 37.36757496100006 - ], - [ - -121.81972422599995, - 37.367679545000044 - ], - [ - -121.81983573899998, - 37.36778410900007 - ], - [ - -121.81994725599998, - 37.36788871700003 - ], - [ - -121.820058798, - 37.36799325700008 - ], - [ - -121.820170314, - 37.36809782000006 - ], - [ - -121.82028708599995, - 37.36820765600004 - ], - [ - -121.82040385699997, - 37.36831747000008 - ], - [ - -121.82052054199994, - 37.36842730700005 - ], - [ - -121.82093119799998, - 37.36778532300008 - ], - [ - -121.82104761399995, - 37.36758649800004 - ], - [ - -121.82120073299996, - 37.36734026600004 - ], - [ - -121.82139135199998, - 37.367408 - ], - [ - -121.82157399399995, - 37.36748520800006 - ], - [ - -121.82166538499996, - 37.367337364000036 - ], - [ - -121.82175813499998, - 37.36719003200005 - ], - [ - -121.82184856699996, - 37.367041467000035 - ], - [ - -121.82178782099999, - 37.367015233000075 - ], - [ - -121.82163348499995, - 37.36695425600004 - ], - [ - -121.82147603099997, - 37.36689535000005 - ], - [ - -121.82162691599996, - 37.36665756700006 - ], - [ - -121.82170157699994, - 37.366533375000074 - ], - [ - -121.82184928499998, - 37.36629445900007 - ], - [ - -121.82200158299997, - 37.36605730100007 - ], - [ - -121.82197061399995, - 37.36604458000005 - ], - [ - -121.82193974299997, - 37.36602922600008 - ], - [ - -121.82179181099997, - 37.36626832700006 - ], - [ - -121.82159616799999, - 37.36617103100008 - ], - [ - -121.82142198399998, - 37.36605962300007 - ], - [ - -121.82125693899997, - 37.36593288900008 - ], - [ - -121.82115537299995, - 37.36583785300007 - ], - [ - -121.82103759299997, - 37.365727639000056 - ], - [ - -121.82091984399995, - 37.36561742500004 - ], - [ - -121.82087353299994, - 37.36557550900005 - ], - [ - -121.82060435899996, - 37.36575877100006 - ], - [ - -121.82027275299998, - 37.36544844100007 - ], - [ - -121.82013390599997, - 37.36533381700008 - ], - [ - -121.82004530599994, - 37.36539458100003 - ], - [ - -121.81991456399999, - 37.36548383300004 - ], - [ - -121.81978824299995, - 37.365568481000025 - ], - [ - -121.81978089599994, - 37.36556812900005 - ], - [ - -121.81977689099995, - 37.365565496000045 - ], - [ - -121.81966587099998, - 37.36563964900006 - ], - [ - -121.81966649699996, - 37.36564417400007 - ], - [ - -121.81966493799996, - 37.36564854100004 - ], - [ - -121.81963857299996, - 37.36566582100005 - ], - [ - -121.81950891199995, - 37.365756230000045 - ], - [ - -121.81937779199995, - 37.36584518900003 - ], - [ - -121.81924757399997, - 37.365935008000065 - ], - [ - -121.81921498999998, - 37.36595741700006 - ], - [ - -121.81911706999995, - 37.36602480600004 - ], - [ - -121.81898681999996, - 37.36611439700005 - ], - [ - -121.81886123099997, - 37.366199951000056 - ], - [ - -121.81874049199996, - 37.36628256700004 - ], - [ - -121.81864822199998, - 37.366343552000046 - ], - [ - -121.81860247799995, - 37.36637434900007 - ], - [ - -121.81847190199994, - 37.366463347000035 - ], - [ - -121.81834095099998, - 37.36655232700008 - ], - [ - -121.81820946099998, - 37.36664163300003 - ], - [ - -121.81808521, - 37.366728453000064 - ], - [ - -121.81795900799995, - 37.36681348700006 - ], - [ - -121.81781704699995, - 37.36690918200003 - ], - [ - -121.81768559999995, - 37.366997799000046 - ], - [ - -121.81755738499999, - 37.36708432100005 - ], - [ - -121.81745408199998, - 37.36716048900007 - ], - [ - -121.817244083, - 37.36730261200006 - ], - [ - -121.81703969299997, - 37.367440963000035 - ], - [ - -121.81691711399998, - 37.36752506300007 - ], - [ - -121.81666110499998, - 37.36769457400004 - ], - [ - -121.81656176499996, - 37.36776305400008 - ], - [ - -121.81654873199994, - 37.36777203500003 - ], - [ - -121.81641760099996, - 37.367862364000075 - ], - [ - -121.81620982099997, - 37.367636008000034 - ], - [ - -121.81610134199997, - 37.36751785700005 - ], - [ - -121.81598742399996, - 37.36739379200003 - ], - [ - -121.81587353499998, - 37.36726970600006 - ], - [ - -121.81575964899997, - 37.36714566400008 - ], - [ - -121.81564576099998, - 37.367021599000054 - ], - [ - -121.81553181599998, - 37.36689751200004 - ], - [ - -121.81541795799995, - 37.366773469000066 - ], - [ - -121.81530383999996, - 37.36664922400007 - ], - [ - -121.81514928099995, - 37.366480796000076 - ], - [ - -121.81496557399998, - 37.366280697000036 - ], - [ - -121.81495533999998, - 37.36626957300007 - ], - [ - -121.81492586799999, - 37.36623744600007 - ], - [ - -121.81491569299999, - 37.366226367000024 - ], - [ - -121.814907673, - 37.366231792000065 - ], - [ - -121.81476342299999, - 37.36632959100007 - ], - [ - -121.81454063899997, - 37.36612024600004 - ], - [ - -121.81451442399998, - 37.36613802800008 - ], - [ - -121.81473720899999, - 37.36634739500005 - ], - [ - -121.81459295899998, - 37.366445171000066 - ], - [ - -121.81444873599997, - 37.36654294700003 - ], - [ - -121.81430445799998, - 37.36664070000006 - ], - [ - -121.81408167399997, - 37.36643137800007 - ], - [ - -121.81393562699998, - 37.36631778900005 - ], - [ - -121.81380888299998, - 37.36617669900005 - ], - [ - -121.81369855, - 37.36605394400004 - ], - [ - -121.81368053199998, - 37.36603388800006 - ], - [ - -121.81358824699998, - 37.36593121000004 - ], - [ - -121.81355215099995, - 37.36589100800006 - ], - [ - -121.81347794399994, - 37.36580843000007 - ], - [ - -121.81342383099997, - 37.36574819600003 - ], - [ - -121.81336764199995, - 37.365685651000035 - ], - [ - -121.81329542299994, - 37.365605293000044 - ], - [ - -121.81325731099997, - 37.36556289500004 - ], - [ - -121.81316707499997, - 37.36546245900007 - ], - [ - -121.81314700799999, - 37.36544018300003 - ], - [ - -121.81303863799997, - 37.365319602000056 - ], - [ - -121.81302263899994, - 37.365301835000025 - ], - [ - -121.81290575999998, - 37.36517196400007 - ], - [ - -121.81276731499997, - 37.36501743200006 - ], - [ - -121.81286059399997, - 37.364951724000036 - ], - [ - -121.81300001699998, - 37.364853432000075 - ], - [ - -121.81311966899995, - 37.36476914100007 - ], - [ - -121.81315019199997, - 37.364748519000045 - ], - [ - -121.813277417, - 37.36466276900006 - ], - [ - -121.81329223899996, - 37.364652783000054 - ], - [ - -121.81342198699997, - 37.364565334000076 - ], - [ - -121.81343420199994, - 37.36455709400008 - ], - [ - -121.81356661299998, - 37.364467853000065 - ], - [ - -121.81357619199997, - 37.364461359000074 - ], - [ - -121.81372418899997, - 37.36436159700003 - ], - [ - -121.81386019999997, - 37.364269956000044 - ], - [ - -121.81398759299998, - 37.364184066000064 - ], - [ - -121.81400218799996, - 37.36417422000005 - ], - [ - -121.814144178, - 37.364078508000034 - ], - [ - -121.81415809299995, - 37.36406912800004 - ], - [ - -121.81428616599999, - 37.36398284000006 - ], - [ - -121.814425745, - 37.363888710000026 - ], - [ - -121.81430466699999, - 37.363732062000054 - ], - [ - -121.81429963, - 37.36372609800003 - ], - [ - -121.81429393899998, - 37.36372050800003 - ], - [ - -121.81428762499996, - 37.36371533700003 - ], - [ - -121.81428074499996, - 37.363710654000045 - ], - [ - -121.81427338999998, - 37.36370647800004 - ], - [ - -121.81426558299995, - 37.36370285800007 - ], - [ - -121.81425741199996, - 37.36369981400003 - ], - [ - -121.81425161899995, - 37.36369811600008 - ], - [ - -121.81424868, - 37.36369730200005 - ], - [ - -121.81424571599996, - 37.363696695000044 - ], - [ - -121.81423967099994, - 37.36369548000005 - ], - [ - -121.81423355299995, - 37.36369484000005 - ], - [ - -121.81423047799996, - 37.36369453000003 - ], - [ - -121.81422740799997, - 37.36369442700004 - ], - [ - -121.81422118299997, - 37.36369431400004 - ], - [ - -121.814215591, - 37.36369433100003 - ], - [ - -121.81421000599994, - 37.36369466800005 - ], - [ - -121.81420448199998, - 37.36369532600003 - ], - [ - -121.81419719099995, - 37.36369659700006 - ], - [ - -121.81418993299997, - 37.36369800700004 - ], - [ - -121.81409415, - 37.363554487000044 - ], - [ - -121.813995133, - 37.363445521000074 - ], - [ - -121.81396372499995, - 37.363410920000035 - ], - [ - -121.81388883399995, - 37.363328488000036 - ], - [ - -121.81384005599995, - 37.36327478700008 - ], - [ - -121.81378247799995, - 37.36321143300006 - ], - [ - -121.81371635799997, - 37.36313863000004 - ], - [ - -121.81367617799998, - 37.36309440000008 - ], - [ - -121.81359269, - 37.363002495000046 - ], - [ - -121.81356985199994, - 37.36297734400006 - ], - [ - -121.81346899299996, - 37.362866361000044 - ], - [ - -121.81346349699999, - 37.362860289000025 - ], - [ - -121.813357199, - 37.36274323300006 - ], - [ - -121.81334532699998, - 37.36273022700004 - ], - [ - -121.81325087199997, - 37.36262619900003 - ], - [ - -121.81322165799997, - 37.36259406900007 - ], - [ - -121.813144546, - 37.36250912100007 - ], - [ - -121.81309696899996, - 37.36245675600003 - ], - [ - -121.81303827799996, - 37.36239208600006 - ], - [ - -121.81293189599995, - 37.362275054000065 - ], - [ - -121.81289946699997, - 37.362239342000066 - ], - [ - -121.8128256, - 37.36215799800004 - ], - [ - -121.81271927599994, - 37.36204098600007 - ], - [ - -121.81267731399998, - 37.361994784000046 - ], - [ - -121.812612952, - 37.361923930000046 - ], - [ - -121.81250662699995, - 37.361806873000035 - ], - [ - -121.81240030499998, - 37.361689839000064 - ], - [ - -121.81234693699997, - 37.36163589000006 - ], - [ - -121.81235053999995, - 37.36161902600003 - ], - [ - -121.81235414399998, - 37.36160216300004 - ], - [ - -121.81235592699994, - 37.36159101800007 - ], - [ - -121.81235897599998, - 37.36157194000003 - ], - [ - -121.812360717, - 37.361556767000025 - ], - [ - -121.81236242799997, - 37.36154159600005 - ], - [ - -121.81236347999999, - 37.36152640800003 - ], - [ - -121.81236450299997, - 37.36151119800007 - ], - [ - -121.81236483899994, - 37.361495973000046 - ], - [ - -121.81236520199997, - 37.36148077000007 - ], - [ - -121.81236455199996, - 37.361450311000056 - ], - [ - -121.81236249799997, - 37.361419891000025 - ], - [ - -121.81236137299999, - 37.36140978700007 - ], - [ - -121.812360222, - 37.361399660000075 - ], - [ - -121.81235906899997, - 37.36138955500007 - ], - [ - -121.81235801699995, - 37.36138192200008 - ], - [ - -121.81235690999995, - 37.361374313000056 - ], - [ - -121.81235571399998, - 37.36136668100005 - ], - [ - -121.812355847, - 37.36136450500004 - ], - [ - -121.81235603899995, - 37.361362351000025 - ], - [ - -121.81235617299996, - 37.36136017500007 - ], - [ - -121.81235630499998, - 37.36135790800006 - ], - [ - -121.81235666699996, - 37.361355659000026 - ], - [ - -121.81235725999994, - 37.361353456000074 - ], - [ - -121.81235808099996, - 37.361351272000036 - ], - [ - -121.81235915599996, - 37.36134885800004 - ], - [ - -121.81236023199995, - 37.36134641900003 - ], - [ - -121.81236124999998, - 37.36134395900007 - ], - [ - -121.81236381499997, - 37.361339764000036 - ], - [ - -121.81236675599996, - 37.361335748000045 - ], - [ - -121.81237015699998, - 37.36133193300003 - ], - [ - -121.81237390799998, - 37.361328366000066 - ], - [ - -121.81237803799996, - 37.36132506900003 - ], - [ - -121.81238251699995, - 37.36132206600007 - ], - [ - -121.81238728599999, - 37.361319381000044 - ], - [ - -121.81239231999996, - 37.361317013000075 - ], - [ - -121.81239761899997, - 37.36131500700003 - ], - [ - -121.81240303699997, - 37.36131334500004 - ], - [ - -121.81240892199997, - 37.36131202000007 - ], - [ - -121.81241489999996, - 37.36131115200004 - ], - [ - -121.812420971, - 37.36131067200006 - ], - [ - -121.81242707799998, - 37.361310626000034 - ], - [ - -121.81243313599998, - 37.36131101700005 - ], - [ - -121.81243917299997, - 37.361311819000036 - ], - [ - -121.81244507199995, - 37.36131303500008 - ], - [ - -121.81245080699995, - 37.36131466300003 - ], - [ - -121.81245559899997, - 37.36131644200003 - ], - [ - -121.81246022299996, - 37.361318495000035 - ], - [ - -121.81246467899996, - 37.361320781000074 - ], - [ - -121.81246756999997, - 37.36132219000007 - ], - [ - -121.81247026699998, - 37.36132383000006 - ], - [ - -121.81247276499994, - 37.36132568000005 - ], - [ - -121.81247503799995, - 37.36132771500007 - ], - [ - -121.81247705599998, - 37.36132988900005 - ], - [ - -121.81261208099994, - 37.36122491700007 - ], - [ - -121.81250604099995, - 37.36110923200005 - ], - [ - -121.812386947, - 37.36098995900005 - ], - [ - -121.81238102199995, - 37.36098405100006 - ], - [ - -121.81237515299995, - 37.36097809700004 - ], - [ - -121.81236928499999, - 37.360972143000026 - ], - [ - -121.81236533699996, - 37.36096777000006 - ], - [ - -121.81236189999998, - 37.36096309200008 - ], - [ - -121.81235897599998, - 37.36095825000007 - ], - [ - -121.812356621, - 37.36095314900007 - ], - [ - -121.81235483699999, - 37.360947973000066 - ], - [ - -121.81235365499998, - 37.36094265400004 - ], - [ - -121.81235307099996, - 37.360937258000035 - ], - [ - -121.81235309199997, - 37.36093185500005 - ], - [ - -121.81235371499997, - 37.36092649200003 - ], - [ - -121.81235491199999, - 37.36092116900005 - ], - [ - -121.81235674199996, - 37.36091597500007 - ], - [ - -121.81235911899995, - 37.360910913000055 - ], - [ - -121.81236207399996, - 37.36090605000004 - ], - [ - -121.81236554699996, - 37.36090138800006 - ], - [ - -121.81236951399995, - 37.360897039000065 - ], - [ - -121.81237210799998, - 37.360894607000034 - ], - [ - -121.812374676, - 37.360892152000076 - ], - [ - -121.812377272, - 37.36088969700006 - ], - [ - -121.81257710699998, - 37.360763742000074 - ], - [ - -121.81271341499996, - 37.360677846000044 - ], - [ - -121.81285096099998, - 37.36058424300006 - ], - [ - -121.81298845299995, - 37.36049068800003 - ], - [ - -121.81312597099998, - 37.36039713200006 - ], - [ - -121.81326345999997, - 37.36030355300005 - ], - [ - -121.813400979, - 37.36020997400004 - ], - [ - -121.81353849599998, - 37.36011641700003 - ], - [ - -121.81367601299996, - 37.36002286100006 - ], - [ - -121.81381352999995, - 37.35992928100006 - ], - [ - -121.81395232699998, - 37.35983683200004 - ], - [ - -121.81408925599999, - 37.35974241100007 - ], - [ - -121.81436769099997, - 37.35957109800006 - ], - [ - -121.81457298699996, - 37.35943471000007 - ], - [ - -121.814595828, - 37.359459740000034 - ], - [ - -121.81468807199997, - 37.35956082200005 - ], - [ - -121.81479380299999, - 37.359676739000065 - ], - [ - -121.81500526399998, - 37.35990852700007 - ], - [ - -121.81521675599998, - 37.360140337000075 - ], - [ - -121.815232692, - 37.360157806000075 - ], - [ - -121.81532245999995, - 37.36025623100005 - ], - [ - -121.81542819099997, - 37.36037212400004 - ], - [ - -121.81553395299994, - 37.360488040000064 - ], - [ - -121.81563965799995, - 37.360603911000055 - ], - [ - -121.81574538999996, - 37.360719827000025 - ], - [ - -121.81585115299998, - 37.36083571900008 - ], - [ - -121.81595685699995, - 37.360951613000054 - ], - [ - -121.81606137099999, - 37.36106820500004 - ], - [ - -121.81607546999999, - 37.36108393300003 - ], - [ - -121.81622595299996, - 37.36098091300005 - ], - [ - -121.81641403499998, - 37.36085217600004 - ], - [ - -121.81660208899996, - 37.360723439000026 - ], - [ - -121.81679013999997, - 37.36059470300006 - ], - [ - -121.81697819199997, - 37.36046596500006 - ], - [ - -121.81719497299997, - 37.36031756300008 - ], - [ - -121.81733975799995, - 37.36021842700006 - ], - [ - -121.81752256599998, - 37.360093273000075 - ], - [ - -121.81770990799998, - 37.359965069000054 - ], - [ - -121.81784046699994, - 37.35987563800006 - ], - [ - -121.81783925299999, - 37.359875102000046 - ], - [ - -121.81783803899998, - 37.359874543000046 - ], - [ - -121.81783682499997, - 37.359873984000046 - ], - [ - -121.81783488699995, - 37.35987304500003 - ], - [ - -121.81783294899998, - 37.35987210500008 - ], - [ - -121.81783100999996, - 37.35987114300008 - ], - [ - -121.81782892499996, - 37.35987004400005 - ], - [ - -121.81782684299998, - 37.35986892200003 - ], - [ - -121.81782478499997, - 37.35986777900007 - ], - [ - -121.81782316399995, - 37.35986685900008 - ], - [ - -121.81768121699997, - 37.35974803300007 - ], - [ - -121.817637645, - 37.35971151000007 - ], - [ - -121.81740072999997, - 37.359453049000024 - ], - [ - -121.81732184699996, - 37.35936702300006 - ], - [ - -121.81724322499997, - 37.359281225000075 - ], - [ - -121.816965117, - 37.35897781400007 - ], - [ - -121.816886964, - 37.35889248900003 - ], - [ - -121.816911571, - 37.358878068000024 - ], - [ - -121.81682254299994, - 37.35878094000003 - ], - [ - -121.81662092999994, - 37.35856461100008 - ], - [ - -121.81658602999994, - 37.35858732000003 - ], - [ - -121.81650540799995, - 37.35852294400007 - ], - [ - -121.816437695, - 37.35846204000006 - ], - [ - -121.81636246999994, - 37.35840131200007 - ], - [ - -121.816204197, - 37.358314163000045 - ], - [ - -121.81645077, - 37.35814633800004 - ], - [ - -121.81662109299998, - 37.35803055100007 - ], - [ - -121.81677804999998, - 37.35792432000005 - ], - [ - -121.81702776399999, - 37.357759205000036 - ], - [ - -121.81723240199995, - 37.35762185800007 - ], - [ - -121.817385533, - 37.35779141900008 - ], - [ - -121.81749055599994, - 37.35790773100007 - ], - [ - -121.81759560799998, - 37.35802401900003 - ], - [ - -121.81770060099996, - 37.35814030800003 - ], - [ - -121.81780565199995, - 37.35825659600005 - ], - [ - -121.81791070499997, - 37.35837288500005 - ], - [ - -121.81801572799998, - 37.358489218000045 - ], - [ - -121.81812078099995, - 37.35860550600006 - ], - [ - -121.81822577599996, - 37.358721772000024 - ], - [ - -121.818330829, - 37.358838082000034 - ], - [ - -121.81843585599995, - 37.35895436900006 - ], - [ - -121.818540881, - 37.359070657000075 - ], - [ - -121.81867368899998, - 37.35921769400005 - ], - [ - -121.81871831199999, - 37.35926862800005 - ], - [ - -121.81872771399998, - 37.359279369000035 - ], - [ - -121.81876584899999, - 37.35931979700007 - ], - [ - -121.81896765199997, - 37.35954317100004 - ], - [ - -121.81905042499994, - 37.35948714500006 - ], - [ - -121.81912509199998, - 37.35943659000003 - ], - [ - -121.81914999799994, - 37.35941971500006 - ], - [ - -121.81921678799995, - 37.359374511000055 - ], - [ - -121.81928252899996, - 37.359329983000066 - ], - [ - -121.81933503699997, - 37.359294463000026 - ], - [ - -121.81937952499999, - 37.35926434300006 - ], - [ - -121.81943999499998, - 37.359223401000065 - ], - [ - -121.81951871499996, - 37.359170121000034 - ], - [ - -121.81959743099998, - 37.359116818000075 - ], - [ - -121.81970239099996, - 37.35904577700006 - ], - [ - -121.81975486899995, - 37.35901025600003 - ], - [ - -121.81988609499996, - 37.358921433000035 - ], - [ - -121.81991233399998, - 37.35890367300004 - ], - [ - -121.82006977099996, - 37.35879709000005 - ], - [ - -121.820227204, - 37.35869048200004 - ], - [ - -121.82025347299998, - 37.358672745000035 - ], - [ - -121.82035804099996, - 37.358771182000055 - ], - [ - -121.82054701499999, - 37.35864329900005 - ], - [ - -121.82077111299998, - 37.35885419600004 - ], - [ - -121.82077443699995, - 37.35885734000004 - ], - [ - -121.82087412199996, - 37.35878981500008 - ], - [ - -121.82095068599995, - 37.358738 - ], - [ - -121.82103155699997, - 37.358683230000054 - ], - [ - -121.82109781099996, - 37.35863869600007 - ], - [ - -121.821133149, - 37.358614927000076 - ], - [ - -121.821262505, - 37.358752958000025 - ], - [ - -121.821266864, - 37.358751260000076 - ], - [ - -121.82127133899996, - 37.35874981400008 - ], - [ - -121.82127596299995, - 37.358748640000044 - ], - [ - -121.82127953499997, - 37.35874791300006 - ], - [ - -121.82128316799998, - 37.358747392000055 - ], - [ - -121.82128683299999, - 37.35874705400005 - ], - [ - -121.82129003899996, - 37.35874678700003 - ], - [ - -121.82129322099996, - 37.35874668300005 - ], - [ - -121.82129646199996, - 37.35874676000003 - ], - [ - -121.82130067999998, - 37.358746919000055 - ], - [ - -121.82130487399996, - 37.35874739900004 - ], - [ - -121.82130901799997, - 37.35874817600006 - ], - [ - -121.82131264499998, - 37.35874896000007 - ], - [ - -121.82131618899996, - 37.35874988100005 - ], - [ - -121.82131967799995, - 37.35875100900006 - ], - [ - -121.82132320099998, - 37.35875234300005 - ], - [ - -121.82132660999997, - 37.35875383800004 - ], - [ - -121.82132996499996, - 37.35875547100005 - ], - [ - -121.82133167499995, - 37.35875643600008 - ], - [ - -121.821333413, - 37.35875744600003 - ], - [ - -121.821335095, - 37.35875848000006 - ], - [ - -121.82133642999997, - 37.35875938000004 - ], - [ - -121.82133773499999, - 37.35876030400004 - ], - [ - -121.82133901499998, - 37.358761274000074 - ], - [ - -121.82134009099997, - 37.358762108000064 - ], - [ - -121.82134113799998, - 37.358762968000065 - ], - [ - -121.82134215599996, - 37.35876382600003 - ], - [ - -121.82134317699996, - 37.35876475200007 - ], - [ - -121.82134413999995, - 37.35876568100008 - ], - [ - -121.82134510299994, - 37.358766607000064 - ], - [ - -121.82160778999997, - 37.359041869000066 - ], - [ - -121.82182410699994, - 37.35926823300008 - ], - [ - -121.82182611999997, - 37.359270595000055 - ], - [ - -121.82202133399994, - 37.35949973400005 - ], - [ - -121.82214632899996, - 37.35963577700005 - ], - [ - -121.82226675499999, - 37.35975996800005 - ], - [ - -121.82237097499996, - 37.359869211000046 - ], - [ - -121.82247323799999, - 37.35997966600007 - ], - [ - -121.822576643, - 37.360096243000044 - ], - [ - -121.82268143699997, - 37.36021198100008 - ], - [ - -121.82278631699995, - 37.36032774000006 - ], - [ - -121.82288885799994, - 37.360442473000035 - ], - [ - -121.82290886799996, - 37.36046483900003 - ], - [ - -121.82301488099995, - 37.360583011000074 - ], - [ - -121.82311875799996, - 37.36069546300007 - ], - [ - -121.82311345799997, - 37.36069895600008 - ], - [ - -121.82303702099995, - 37.36075152700005 - ], - [ - -121.82295240899998, - 37.360807141000066 - ], - [ - -121.82285466899998, - 37.36087277000007 - ], - [ - -121.82281115899997, - 37.36090310900005 - ], - [ - -121.82264550899998, - 37.361018761000025 - ], - [ - -121.82255605699999, - 37.36108120600005 - ], - [ - -121.82247490399999, - 37.36113788000006 - ], - [ - -121.82241963899997, - 37.36117643100005 - ], - [ - -121.822389892, - 37.36119695600007 - ], - [ - -121.82228949199998, - 37.36126625400004 - ], - [ - -121.82225415899995, - 37.36129029700004 - ], - [ - -121.82217125099999, - 37.361346739000055 - ], - [ - -121.82215858399996, - 37.36135535100004 - ], - [ - -121.82208292399997, - 37.36140649300006 - ], - [ - -121.82202703699994, - 37.361443906000034 - ], - [ - -121.82199392499996, - 37.361467031000075 - ], - [ - -121.821911366, - 37.36152211900003 - ], - [ - -121.82189502299997, - 37.36153194000008 - ], - [ - -121.82178681299996, - 37.361604072000034 - ], - [ - -121.82176295, - 37.36161999800004 - ], - [ - -121.82163087499998, - 37.361708031000035 - ], - [ - -121.82156580399999, - 37.36175145300007 - ], - [ - -121.821649859, - 37.36184254500006 - ], - [ - -121.82168163999995, - 37.36187700200003 - ], - [ - -121.821719385, - 37.36191796000003 - ], - [ - -121.82180004999998, - 37.36200535900008 - ], - [ - -121.82145465899998, - 37.36223320400006 - ], - [ - -121.82166312899994, - 37.36246444100004 - ], - [ - -121.82192118799998, - 37.36229420900003 - ], - [ - -121.82193894899996, - 37.36231266400006 - ], - [ - -121.82198992399998, - 37.36236711600003 - ], - [ - -121.82202724999996, - 37.36240862900007 - ], - [ - -121.82205497899997, - 37.36243928500005 - ], - [ - -121.82211117999998, - 37.362500590000025 - ], - [ - -121.82213206699998, - 37.36252384000005 - ], - [ - -121.82187156899994, - 37.36269567900007 - ], - [ - -121.82228807599995, - 37.36315772100005 - ], - [ - -121.82263695799998, - 37.36292937700006 - ], - [ - -121.82418364999995, - 37.36188184400004 - ], - [ - -121.82441641799994, - 37.36209863300007 - ], - [ - -121.82451345499999, - 37.362208483000074 - ], - [ - -121.824569479, - 37.36226285300006 - ], - [ - -121.82457124899997, - 37.36226562600007 - ], - [ - -121.82477142099998, - 37.36247962400006 - ], - [ - -121.82491635199995, - 37.362638031000074 - ], - [ - -121.825041877, - 37.36277262100003 - ], - [ - -121.82516715899999, - 37.36289517400007 - ], - [ - -121.82527830999999, - 37.36302283300006 - ], - [ - -121.82523600499997, - 37.363046703000066 - ], - [ - -121.82502203799999, - 37.36316741500008 - ], - [ - -121.82499470899995, - 37.363136663000034 - ], - [ - -121.82489271599997, - 37.36319542800004 - ], - [ - -121.82481061399994, - 37.363106446000074 - ], - [ - -121.824708483, - 37.36299585300003 - ], - [ - -121.82454898499998, - 37.36310265000003 - ], - [ - -121.824402438, - 37.36320570600003 - ], - [ - -121.82439348199995, - 37.36321169000007 - ], - [ - -121.82426199199995, - 37.363300269000035 - ], - [ - -121.82425782699994, - 37.363303132000055 - ], - [ - -121.82413143399998, - 37.36338970800006 - ], - [ - -121.82411423599996, - 37.36340148600004 - ], - [ - -121.82400081699996, - 37.36347908000005 - ], - [ - -121.823970267, - 37.36349959100005 - ], - [ - -121.82386999699997, - 37.363568247000046 - ], - [ - -121.823855606, - 37.36357820600006 - ], - [ - -121.82384838099995, - 37.36358316400003 - ], - [ - -121.823841185, - 37.363588142000026 - ], - [ - -121.82382679199998, - 37.363598102000026 - ], - [ - -121.82373205699997, - 37.36366349200006 - ], - [ - -121.82368363899997, - 37.36369686100005 - ], - [ - -121.82360181899998, - 37.363753247000034 - ], - [ - -121.82354039599994, - 37.36379557500004 - ], - [ - -121.82346358499996, - 37.363848173000065 - ], - [ - -121.82338368699999, - 37.36390288900003 - ], - [ - -121.82333287999995, - 37.36393749900003 - ], - [ - -121.82323962599997, - 37.364000833000034 - ], - [ - -121.82320161999996, - 37.364026258000024 - ], - [ - -121.82309585799999, - 37.364099073000034 - ], - [ - -121.82307132299997, - 37.36411599100006 - ], - [ - -121.82299225499997, - 37.36417071900007 - ], - [ - -121.82295264399994, - 37.364197809000075 - ], - [ - -121.82294111299996, - 37.36420574500005 - ], - [ - -121.82281034799996, - 37.36429497900008 - ], - [ - -121.82280357499997, - 37.36429958800005 - ], - [ - -121.82268438699998, - 37.36438019800005 - ], - [ - -121.82258354599998, - 37.36444602200004 - ], - [ - -121.82255096799997, - 37.364466966000066 - ], - [ - -121.82247051499996, - 37.36451326400004 - ], - [ - -121.82265324999997, - 37.364686720000066 - ], - [ - -121.82271727299997, - 37.36474747900007 - ], - [ - -121.82280375599998, - 37.36482952400007 - ], - [ - -121.82295869599994, - 37.36497664800004 - ], - [ - -121.82307233899996, - 37.364901891000045 - ], - [ - -121.82329146999996, - 37.36475656400006 - ], - [ - -121.82336677999996, - 37.36470654800007 - ], - [ - -121.82343701899998, - 37.36465997500005 - ], - [ - -121.82352553699997, - 37.36460122700004 - ], - [ - -121.82358259299997, - 37.36456340900003 - ], - [ - -121.823689592, - 37.364492366000036 - ], - [ - -121.82372811099998, - 37.36446679800008 - ], - [ - -121.82384559599996, - 37.36438872300005 - ], - [ - -121.82387292699997, - 37.36436943900003 - ], - [ - -121.82399762799997, - 37.364281187000074 - ], - [ - -121.82402814899996, - 37.36426056200003 - ], - [ - -121.82415785199998, - 37.364172988000064 - ], - [ - -121.82417290599994, - 37.36416318100004 - ], - [ - -121.82431979499995, - 37.36406639300003 - ], - [ - -121.82446277099996, - 37.36396884800007 - ], - [ - -121.82447676699996, - 37.36395932800008 - ], - [ - -121.82460542299998, - 37.36386933800003 - ], - [ - -121.82463216499997, - 37.363850746000026 - ], - [ - -121.82475053099995, - 37.363772364000056 - ], - [ - -121.82479100499995, - 37.363745538000046 - ], - [ - -121.82494858999996, - 37.36363903700004 - ], - [ - -121.82510503599997, - 37.363531496000064 - ], - [ - -121.82525984799997, - 37.363679329000036 - ], - [ - -121.82543855199998, - 37.36385003400005 - ], - [ - -121.82559825499999, - 37.36374332500003 - ], - [ - -121.82572366099998, - 37.36365783400004 - ], - [ - -121.82573496699996, - 37.36365013000005 - ], - [ - -121.82584935199998, - 37.363743370000066 - ], - [ - -121.82585636699997, - 37.36375079900006 - ], - [ - -121.82586055599995, - 37.363749401000064 - ], - [ - -121.82586483499995, - 37.363748163000025 - ], - [ - -121.82586917499998, - 37.36374705900005 - ], - [ - -121.825872861, - 37.36374628600004 - ], - [ - -121.82587654699995, - 37.36374560400003 - ], - [ - -121.82588029399994, - 37.363745057000074 - ], - [ - -121.82588750999997, - 37.363744335000035 - ], - [ - -121.82589481599996, - 37.36374402400003 - ], - [ - -121.82590210199999, - 37.363744147000034 - ], - [ - -121.825906466, - 37.36374441800007 - ], - [ - -121.82591083199998, - 37.363744850000046 - ], - [ - -121.82591511699997, - 37.36374546500008 - ], - [ - -121.82591888399998, - 37.36374608600005 - ], - [ - -121.82592262599997, - 37.36374684400005 - ], - [ - -121.825926284, - 37.363747742000044 - ], - [ - -121.82593026, - 37.36374881800003 - ], - [ - -121.82593412499995, - 37.36375003400008 - ], - [ - -121.82593793399997, - 37.363751388000026 - ], - [ - -121.82594671699997, - 37.36375508700007 - ], - [ - -121.82595496899995, - 37.36375950300004 - ], - [ - -121.82596262899995, - 37.36376454400005 - ], - [ - -121.82597100999999, - 37.36377140800005 - ], - [ - -121.82605822499994, - 37.36386884600006 - ], - [ - -121.82617873299995, - 37.36400326300003 - ], - [ - -121.82630017699995, - 37.364137053000036 - ], - [ - -121.82642041099996, - 37.36427060300008 - ], - [ - -121.82652403099996, - 37.36438573200007 - ], - [ - -121.82667326499995, - 37.36454536900004 - ], - [ - -121.82676683299997, - 37.364648344000045 - ], - [ - -121.82688827499999, - 37.364781995000044 - ], - [ - -121.82712911399994, - 37.36504707600005 - ], - [ - -121.82725180299997, - 37.36517970600005 - ], - [ - -121.82686229799998, - 37.365439310000056 - ], - [ - -121.82649235399998, - 37.365686262000054 - ], - [ - -121.82645556899996, - 37.365722091000066 - ], - [ - -121.826399101, - 37.36577709000005 - ], - [ - -121.82610822199996, - 37.366247120000025 - ], - [ - -121.82588730599997, - 37.366598821000025 - ], - [ - -121.82586183999996, - 37.36663925800008 - ], - [ - -121.82615078899994, - 37.36675155900008 - ], - [ - -121.82636090899996, - 37.36684009900006 - ], - [ - -121.826541857, - 37.36690559900006 - ], - [ - -121.82650688099994, - 37.366966035000075 - ], - [ - -121.82682202599995, - 37.36709035200005 - ], - [ - -121.82712969599999, - 37.36721340200006 - ], - [ - -121.82705324299997, - 37.36733798700004 - ], - [ - -121.82696968099998, - 37.36746427500003 - ], - [ - -121.82712563899997, - 37.36752898100008 - ], - [ - -121.82728353099998, - 37.36727497500004 - ], - [ - -121.827437337, - 37.36733647600005 - ], - [ - -121.827591171, - 37.36739798000008 - ], - [ - -121.82759602299996, - 37.36739991500008 - ], - [ - -121.8276691, - 37.36727756800008 - ], - [ - -121.82801381599995, - 37.36671955300005 - ], - [ - -121.82809741199998, - 37.36680652500007 - ], - [ - -121.82851915099997, - 37.366567770000074 - ], - [ - -121.8286369899999, - 37.366498499000045 - ], - [ - -121.82872521299998, - 37.36659249100006 - ], - [ - -121.82873820299994, - 37.36660687800003 - ], - [ - -121.82881795799995, - 37.36669883800005 - ], - [ - -121.82892582999995, - 37.366823691000036 - ], - [ - -121.82903115699997, - 37.36694088100006 - ], - [ - -121.82915541499995, - 37.367077635000044 - ], - [ - -121.82931512, - 37.367252988000075 - ], - [ - -121.82962262899997, - 37.367592295000065 - ], - [ - -121.83030605399995, - 37.368343468000035 - ], - [ - -121.83041926199996, - 37.368477874000064 - ], - [ - -121.83051077799996, - 37.36859222000004 - ], - [ - -121.830593519, - 37.36869700900007 - ], - [ - -121.83076286199997, - 37.368910706000065 - ], - [ - -121.83084736899997, - 37.36901796800004 - ], - [ - -121.830983646, - 37.369191390000026 - ], - [ - -121.83113435299998, - 37.369381127000054 - ], - [ - -121.83124664999997, - 37.369523781000055 - ], - [ - -121.83132443099998, - 37.369622056000026 - ], - [ - -121.83138395999998, - 37.36969719000007 - ], - [ - -121.83160056199995, - 37.36997309000003 - ], - [ - -121.831483247, - 37.37003178300006 - ], - [ - -121.83110115399995, - 37.37022665400008 - ], - [ - -121.83095370099994, - 37.37030008700003 - ], - [ - -121.83078389599996, - 37.37038258600006 - ], - [ - -121.830781447, - 37.37038352900004 - ], - [ - -121.83077893899997, - 37.370384381000065 - ], - [ - -121.8307764, - 37.37038516500007 - ], - [ - -121.83077374599998, - 37.37038588200005 - ], - [ - -121.83077108999998, - 37.370386530000076 - ], - [ - -121.83076840499996, - 37.370387110000024 - ], - [ - -121.83076563199995, - 37.37038762200007 - ], - [ - -121.830762828, - 37.37038804400004 - ], - [ - -121.83076002399997, - 37.37038839500008 - ], - [ - -121.83075716199994, - 37.370388680000076 - ], - [ - -121.83075426899995, - 37.370388895000076 - ], - [ - -121.83075137299994, - 37.37038895100005 - ], - [ - -121.83074844799995, - 37.370388984000044 - ], - [ - -121.83074552099998, - 37.37038892700008 - ], - [ - -121.83074265, - 37.37038875200005 - ], - [ - -121.83073972199998, - 37.37038853400003 - ], - [ - -121.830736818, - 37.370388201000026 - ], - [ - -121.83073394299998, - 37.370387753000045 - ], - [ - -121.830729685, - 37.370387023000035 - ], - [ - -121.83072550999998, - 37.37038606300007 - ], - [ - -121.830721359, - 37.37038494300003 - ], - [ - -121.83071870699996, - 37.370384080000065 - ], - [ - -121.83071607899996, - 37.37038314900008 - ], - [ - -121.83071350999995, - 37.370382171000074 - ], - [ - -121.83070859699995, - 37.370380029000046 - ], - [ - -121.83070393499997, - 37.37037761000005 - ], - [ - -121.830699472, - 37.370374937000065 - ], - [ - -121.83069744, - 37.37037356400003 - ], - [ - -121.83069543599998, - 37.37037214500003 - ], - [ - -121.83069351699999, - 37.37037067800003 - ], - [ - -121.83069160199994, - 37.37036948700006 - ], - [ - -121.83068979999996, - 37.37036818000007 - ], - [ - -121.83068819699997, - 37.37036673400007 - ], - [ - -121.83068673599996, - 37.37036517000007 - ], - [ - -121.83068550099995, - 37.370363491000035 - ], - [ - -121.83054090399997, - 37.370441080000035 - ], - [ - -121.83054266699997, - 37.370443531000035 - ], - [ - -121.83054429099997, - 37.37044605400007 - ], - [ - -121.83054576999996, - 37.37044862300007 - ], - [ - -121.83054780099997, - 37.37045313300007 - ], - [ - -121.83054937499998, - 37.37045776100007 - ], - [ - -121.83055040499994, - 37.370462488000044 - ], - [ - -121.83055094899998, - 37.37046726500006 - ], - [ - -121.83055094899998, - 37.37047204900006 - ], - [ - -121.83055040299996, - 37.370476816000064 - ], - [ - -121.83054939799996, - 37.37048154300004 - ], - [ - -121.83054784399997, - 37.370486183000025 - ], - [ - -121.83054580199996, - 37.37049067000004 - ], - [ - -121.83054327099995, - 37.370495025000025 - ], - [ - -121.83054024699999, - 37.370499180000024 - ], - [ - -121.83053681799998, - 37.37050311000007 - ], - [ - -121.83053295399998, - 37.37050677000008 - ], - [ - -121.83052871299998, - 37.37051018300008 - ], - [ - -121.83052412199999, - 37.37051325700003 - ], - [ - -121.83051920899999, - 37.37051601400003 - ], - [ - -121.83062218599997, - 37.37065218200007 - ], - [ - -121.83076616599999, - 37.37057693600008 - ], - [ - -121.83091375499998, - 37.37050636300006 - ], - [ - -121.83105955399998, - 37.37043345200004 - ], - [ - -121.83129051099996, - 37.370732721000024 - ], - [ - -121.83143645299998, - 37.37065978500004 - ], - [ - -121.83140076799998, - 37.37061432000007 - ], - [ - -121.83120364599995, - 37.370358090000025 - ], - [ - -121.83136155499994, - 37.37027915900006 - ], - [ - -121.83149024699998, - 37.37021369800004 - ], - [ - -121.83149337599997, - 37.37021224400007 - ], - [ - -121.83149659299994, - 37.37021087900007 - ], - [ - -121.83149989799995, - 37.37020965100004 - ], - [ - -121.83150554499997, - 37.37020791600003 - ], - [ - -121.831511402, - 37.370206591000056 - ], - [ - -121.83151738, - 37.37020567600007 - ], - [ - -121.83152344999996, - 37.37020521900007 - ], - [ - -121.83152952999995, - 37.37020514900007 - ], - [ - -121.83153558899994, - 37.37020553800005 - ], - [ - -121.83154159699995, - 37.37020634000004 - ], - [ - -121.83154746899999, - 37.37020757800008 - ], - [ - -121.83155320599997, - 37.37020920700007 - ], - [ - -121.83155871899999, - 37.37021122600004 - ], - [ - -121.83156398299997, - 37.37021363900004 - ], - [ - -121.83156899299996, - 37.37021642000008 - ], - [ - -121.83157363699996, - 37.370219527000074 - ], - [ - -121.83157794299996, - 37.37022295700007 - ], - [ - -121.83158185399998, - 37.37022668900005 - ], - [ - -121.83158533699998, - 37.37023067800004 - ], - [ - -121.83160003599994, - 37.370249235000074 - ], - [ - -121.83163792799996, - 37.37023026400004 - ], - [ - -121.83178758999998, - 37.37043038100006 - ], - [ - -121.83182260499996, - 37.370475259000045 - ], - [ - -121.83187857699994, - 37.37054707000004 - ], - [ - -121.83196620799998, - 37.37065875900004 - ], - [ - -121.83211657799995, - 37.37085023800006 - ], - [ - -121.83172976699996, - 37.371033332000025 - ], - [ - -121.83158226799998, - 37.371105734000025 - ], - [ - -121.83143660699994, - 37.37117997100006 - ], - [ - -121.83130552999995, - 37.371247038000035 - ], - [ - -121.83114691399999, - 37.37132817400004 - ], - [ - -121.83114397799994, - 37.37132443100006 - ], - [ - -121.83111871199998, - 37.371292260000075 - ], - [ - -121.83085175199994, - 37.37095224600006 - ], - [ - -121.83070595099997, - 37.371025178000025 - ], - [ - -121.83057680999997, - 37.371089819000076 - ], - [ - -121.83056015199998, - 37.37109811100004 - ], - [ - -121.83043080999994, - 37.37116275300008 - ], - [ - -121.83041432199997, - 37.371170998000025 - ], - [ - -121.83028489699996, - 37.371235779000074 - ], - [ - -121.83026863699996, - 37.371243906000075 - ], - [ - -121.83013912299998, - 37.37130864200003 - ], - [ - -121.83012277799997, - 37.371316816000046 - ], - [ - -121.82999329399996, - 37.37138152800003 - ], - [ - -121.82997021099999, - 37.37139305200003 - ], - [ - -121.82984635199995, - 37.37145493100007 - ], - [ - -121.82970049299996, - 37.37152779400003 - ], - [ - -121.82996594599996, - 37.37186869900006 - ], - [ - -121.82982046399997, - 37.371941924000055 - ], - [ - -121.82967512699997, - 37.372015125000075 - ], - [ - -121.82943178699998, - 37.37170656400008 - ], - [ - -121.82950960299996, - 37.37154419600006 - ], - [ - -121.82933956799997, - 37.37146253100008 - ], - [ - -121.82920558299998, - 37.37173046200007 - ], - [ - -121.82920355599998, - 37.37173421500006 - ], - [ - -121.82920112499994, - 37.37173781400003 - ], - [ - -121.82919831799995, - 37.37174123300008 - ], - [ - -121.82919513399997, - 37.37174445200003 - ], - [ - -121.82919163099996, - 37.37174744400005 - ], - [ - -121.829187779, - 37.37175011900007 - ], - [ - -121.82918366399997, - 37.37175254700003 - ], - [ - -121.82917928399996, - 37.37175467900005 - ], - [ - -121.82917466999999, - 37.37175649400007 - ], - [ - -121.829169907, - 37.371757968000054 - ], - [ - -121.82916499399994, - 37.37175912200007 - ], - [ - -121.82915996, - 37.37175991200007 - ], - [ - -121.82915486299999, - 37.37176033500003 - ], - [ - -121.82914972999998, - 37.371760394000034 - ], - [ - -121.82914461899998, - 37.371760108000046 - ], - [ - -121.82913956099998, - 37.37175945600006 - ], - [ - -121.829134582, - 37.371758458000045 - ], - [ - -121.82912973999998, - 37.37175714000006 - ], - [ - -121.829053951, - 37.37191900400006 - ], - [ - -121.829058439, - 37.371921403000044 - ], - [ - -121.82906267399994, - 37.37192412500008 - ], - [ - -121.82906662799996, - 37.37192710100004 - ], - [ - -121.82907024099995, - 37.37193033400007 - ], - [ - -121.82907348699996, - 37.371933822000074 - ], - [ - -121.82907636399995, - 37.37193749700003 - ], - [ - -121.82907881299997, - 37.37194136100004 - ], - [ - -121.82908086299994, - 37.371945366000034 - ], - [ - -121.82908248499996, - 37.37194951300006 - ], - [ - -121.82908365199995, - 37.371953759000064 - ], - [ - -121.82908435899998, - 37.37195805300007 - ], - [ - -121.82908460699997, - 37.371962376000056 - ], - [ - -121.82908439699997, - 37.371966705000034 - ], - [ - -121.82908372799994, - 37.37197101500004 - ], - [ - -121.8290826, - 37.371975263000024 - ], - [ - -121.829081009, - 37.37197940100003 - ], - [ - -121.829079488, - 37.37198253200006 - ], - [ - -121.82895308699995, - 37.37225776900004 - ], - [ - -121.82872678299998, - 37.37217143000004 - ], - [ - -121.82864153999998, - 37.37213886200004 - ], - [ - -121.82857547199995, - 37.372112076000064 - ], - [ - -121.828418925, - 37.37204868300006 - ], - [ - -121.82825993199998, - 37.371986348000064 - ], - [ - -121.82810098599998, - 37.371923485000025 - ], - [ - -121.82794571999995, - 37.371861016000025 - ], - [ - -121.827790758, - 37.371799527000064 - ], - [ - -121.82763143299996, - 37.37173627900006 - ], - [ - -121.82746994299998, - 37.37167216300003 - ], - [ - -121.82731388299999, - 37.37161018200004 - ], - [ - -121.82715643299997, - 37.37154744000003 - ], - [ - -121.82700065999995, - 37.371485386000074 - ], - [ - -121.82681620199997, - 37.371411892000026 - ], - [ - -121.82697709899998, - 37.37115531100005 - ], - [ - -121.8268256, - 37.37109163000008 - ], - [ - -121.82666818899997, - 37.371349156000065 - ], - [ - -121.82648142299996, - 37.37127642000007 - ], - [ - -121.82629977499994, - 37.37120431200003 - ], - [ - -121.82612003099996, - 37.37112968900004 - ], - [ - -121.82593738399999, - 37.37105937900003 - ], - [ - -121.82575674299994, - 37.37098744100007 - ], - [ - -121.82557616599996, - 37.370915824000065 - ], - [ - -121.82544410999998, - 37.37086339000007 - ], - [ - -121.82530647899995, - 37.37109466600003 - ], - [ - -121.82452530499995, - 37.37077985700006 - ], - [ - -121.82450665399995, - 37.37077278900006 - ], - [ - -121.824195052, - 37.37129643900005 - ], - [ - -121.823888109, - 37.37116061000006 - ], - [ - -121.82387417999996, - 37.371169214000076 - ], - [ - -121.82385798699994, - 37.37117475300005 - ], - [ - -121.82384058799994, - 37.371176872000035 - ], - [ - -121.82382884799995, - 37.37117631800004 - ], - [ - -121.82381508999998, - 37.37117356600004 - ], - [ - -121.82372945199995, - 37.37128840300005 - ], - [ - -121.82378704899998, - 37.37130993900007 - ], - [ - -121.823637594, - 37.37155736700004 - ], - [ - -121.82327453, - 37.37141785600005 - ], - [ - -121.82309003899996, - 37.37134385400003 - ], - [ - -121.82290434899994, - 37.37127176400003 - ], - [ - -121.82272102999997, - 37.371195802000045 - ], - [ - -121.82253567499998, - 37.37112313600005 - ], - [ - -121.82241019299994, - 37.371318700000074 - ], - [ - -121.82259258699997, - 37.37139094200006 - ], - [ - -121.822822536, - 37.371484483000074 - ], - [ - -121.82297012899994, - 37.371541507000074 - ], - [ - -121.823339697, - 37.371688591000066 - ], - [ - -121.82351541299994, - 37.37176099800007 - ], - [ - -121.82384436599995, - 37.37188393200006 - ], - [ - -121.82392849299998, - 37.37174326500008 - ], - [ - -121.82406856899996, - 37.371542728000065 - ], - [ - -121.82407317099995, - 37.371529011000064 - ], - [ - -121.82421299499998, - 37.37130466600007 - ], - [ - -121.82421313599997, - 37.371304440000074 - ], - [ - -121.82443871099997, - 37.37139384000005 - ], - [ - -121.82466018499997, - 37.371481568000036 - ], - [ - -121.82487308299994, - 37.37156593700007 - ], - [ - -121.82499687399996, - 37.37161496400006 - ], - [ - -121.82509389299997, - 37.371653397000046 - ], - [ - -121.82531438799998, - 37.37174076900004 - ], - [ - -121.82553491799996, - 37.37182846200005 - ], - [ - -121.82575300899998, - 37.37191618000003 - ], - [ - -121.82597321199995, - 37.37200474500003 - ], - [ - -121.826199826, - 37.37209591300007 - ], - [ - -121.82606496199998, - 37.372311823000075 - ], - [ - -121.82613880699995, - 37.372343743000044 - ], - [ - -121.82621672799996, - 37.372377425000025 - ], - [ - -121.826353601, - 37.37216002800005 - ], - [ - -121.82658460299996, - 37.37225268100008 - ], - [ - -121.82680884599995, - 37.37233932100003 - ], - [ - -121.82703184699994, - 37.37242549500007 - ], - [ - -121.82715726599997, - 37.372473951000075 - ], - [ - -121.82725487599998, - 37.372511667000026 - ], - [ - -121.82747681899997, - 37.372599569000045 - ], - [ - -121.82769779499995, - 37.37268791400004 - ], - [ - -121.827918878, - 37.37277420000004 - ], - [ - -121.82813407499998, - 37.37285837700006 - ], - [ - -121.82827429499997, - 37.37291325700005 - ], - [ - -121.82836027399998, - 37.37294686800004 - ], - [ - -121.82858497199999, - 37.37303459900005 - ], - [ - -121.82882568099996, - 37.37309708400005 - ], - [ - -121.82905421599997, - 37.37297830600005 - ], - [ - -121.82920093699994, - 37.372902047000025 - ], - [ - -121.82925535699997, - 37.37287377900003 - ], - [ - -121.829342855, - 37.37282829000003 - ], - [ - -121.82941739499995, - 37.37278956200004 - ], - [ - -121.829487444, - 37.37275475400003 - ], - [ - -121.82957958399999, - 37.37270893700003 - ], - [ - -121.82963632699995, - 37.37268075800006 - ], - [ - -121.82974259499997, - 37.372627915000066 - ], - [ - -121.82977559999995, - 37.37261149400007 - ], - [ - -121.82987109199996, - 37.372564014000034 - ], - [ - -121.82990821399994, - 37.37254528100004 - ], - [ - -121.82992936199997, - 37.372534604000066 - ], - [ - -121.83007242399998, - 37.37246236800007 - ], - [ - -121.83007472799994, - 37.37246117300003 - ], - [ - -121.83021967999997, - 37.37238719900006 - ], - [ - -121.83023605199998, - 37.37237886500003 - ], - [ - -121.83036492399998, - 37.37231354100004 - ], - [ - -121.83039789599997, - 37.372296823000056 - ], - [ - -121.83051019899995, - 37.37223992700007 - ], - [ - -121.83056190099995, - 37.372213704000046 - ], - [ - -121.83065544299996, - 37.37216629200003 - ], - [ - -121.83072502399995, - 37.37213103000005 - ], - [ - -121.83080063099999, - 37.37209270100004 - ], - [ - -121.83088999399996, - 37.37204737300004 - ], - [ - -121.830891254, - 37.37204884700003 - ], - [ - -121.83094814199995, - 37.37202238200007 - ], - [ - -121.83105490999998, - 37.37196714900006 - ], - [ - -121.83109606999994, - 37.37194649500003 - ], - [ - -121.83122075899996, - 37.37188297900008 - ], - [ - -121.83123718499996, - 37.37187457600004 - ], - [ - -121.83138330499997, - 37.371800128000075 - ], - [ - -121.83151496299996, - 37.371733558000074 - ], - [ - -121.83151968399994, - 37.371739364000064 - ], - [ - -121.83153558099997, - 37.371731699000065 - ], - [ - -121.83166684399998, - 37.37166865800003 - ], - [ - -121.83166953399996, - 37.371671535000075 - ], - [ - -121.83170443799997, - 37.37165385600008 - ], - [ - -121.83181810399998, - 37.37159632600003 - ], - [ - -121.83186707699997, - 37.37157153000004 - ], - [ - -121.83196670199999, - 37.37152109400006 - ], - [ - -121.83203349599995, - 37.37148728200003 - ], - [ - -121.83210350299998, - 37.37145183200005 - ], - [ - -121.83241870399996, - 37.37128983200006 - ], - [ - -121.83252692099995, - 37.37142854900003 - ], - [ - -121.83264611599998, - 37.37158126400004 - ], - [ - -121.83264857499995, - 37.37158567600005 - ], - [ - -121.83265063599998, - 37.37159025400007 - ], - [ - -121.83265215399996, - 37.371594952000066 - ], - [ - -121.83265315699998, - 37.37159972400008 - ], - [ - -121.83265367299998, - 37.37160454800005 - ], - [ - -121.832653645, - 37.37160940100006 - ], - [ - -121.83265309999996, - 37.371614237000074 - ], - [ - -121.83265206699997, - 37.371619010000074 - ], - [ - -121.83265051599994, - 37.371623697000075 - ], - [ - -121.83264847499998, - 37.371628275000035 - ], - [ - -121.83264594299999, - 37.37163267600005 - ], - [ - -121.83264295099997, - 37.37163689800008 - ], - [ - -121.83263952199997, - 37.37164089800007 - ], - [ - -121.83263568899997, - 37.371644649000075 - ], - [ - -121.83263144999995, - 37.37164813100003 - ], - [ - -121.83262685899996, - 37.37165131900008 - ], - [ - -121.83262194999998, - 37.37165419000007 - ], - [ - -121.832719828, - 37.371787210000036 - ], - [ - -121.83272508899995, - 37.371784725000055 - ], - [ - -121.83273055899997, - 37.37178260200005 - ], - [ - -121.83273626299996, - 37.37178086700004 - ], - [ - -121.83274211899999, - 37.37177951800004 - ], - [ - -121.83274806799994, - 37.37177860300005 - ], - [ - -121.83275413899997, - 37.37177809900004 - ], - [ - -121.83276024799994, - 37.37177803000003 - ], - [ - -121.83276630399996, - 37.37177837300004 - ], - [ - -121.83277234099995, - 37.371779152000045 - ], - [ - -121.83277821299998, - 37.37178034400006 - ], - [ - -121.83278397699996, - 37.371781949000024 - ], - [ - -121.832789548, - 37.37178394600005 - ], - [ - -121.83279483799998, - 37.37178631200004 - ], - [ - -121.83279987799995, - 37.37178904700005 - ], - [ - -121.83280457899997, - 37.371792130000074 - ], - [ - -121.83280897099996, - 37.37179551300005 - ], - [ - -121.83281290899998, - 37.371799199000066 - ], - [ - -121.83293797899995, - 37.37195647100003 - ], - [ - -121.833048465, - 37.37209520700003 - ], - [ - -121.833086327, - 37.372076191000076 - ], - [ - -121.83328136899996, - 37.37232120300007 - ], - [ - -121.83325985199997, - 37.37233211400007 - ], - [ - -121.83192438599997, - 37.37300797600005 - ], - [ - -121.83173175599995, - 37.372758058000045 - ], - [ - -121.83162814599996, - 37.37281025600004 - ], - [ - -121.83149530199995, - 37.372878075000074 - ], - [ - -121.83134484299995, - 37.37295367100006 - ], - [ - -121.83132034099998, - 37.37296598900008 - ], - [ - -121.83141928199996, - 37.37308785100004 - ], - [ - -121.83151874899994, - 37.373210302000075 - ], - [ - -121.83152036499996, - 37.37321243500003 - ], - [ - -121.83168591599997, - 37.37342679300008 - ], - [ - -121.83194150999998, - 37.37329756200006 - ], - [ - -121.832203129, - 37.37316526400008 - ], - [ - -121.83246594599996, - 37.37344109500003 - ], - [ - -121.83264714099994, - 37.37363499300005 - ], - [ - -121.83281546599994, - 37.37381484600007 - ], - [ - -121.83293941699998, - 37.37393324200008 - ], - [ - -121.83305640799995, - 37.37404418500006 - ], - [ - -121.83317372, - 37.37415544400005 - ], - [ - -121.83332408799998, - 37.37429800800004 - ], - [ - -121.83338730899999, - 37.37435794600003 - ], - [ - -121.83341895799998, - 37.374387572000046 - ], - [ - -121.83345040799998, - 37.37441733600008 - ], - [ - -121.83348165899997, - 37.37444721800006 - ], - [ - -121.83350678499994, - 37.374471447000076 - ], - [ - -121.83351930599997, - 37.374483550000036 - ], - [ - -121.83353176999998, - 37.37449567800007 - ], - [ - -121.833575006, - 37.37453819500007 - ], - [ - -121.83358131399996, - 37.37454448600005 - ], - [ - -121.83359369399994, - 37.37455679800007 - ], - [ - -121.83360277599996, - 37.37456585000007 - ], - [ - -121.83361208999997, - 37.374575152000034 - ], - [ - -121.83363046099998, - 37.37459357500006 - ], - [ - -121.83364109399997, - 37.37460439500006 - ], - [ - -121.83365172799995, - 37.37461526100003 - ], - [ - -121.83366233399994, - 37.37462610500006 - ], - [ - -121.83375536199998, - 37.374726562000035 - ], - [ - -121.83377439499998, - 37.37474678600006 - ], - [ - -121.83387429799996, - 37.37485313900004 - ], - [ - -121.83387955999996, - 37.37485871000007 - ], - [ - -121.83399438199996, - 37.37498290700006 - ], - [ - -121.834114, - 37.375112269000056 - ], - [ - -121.83421370099995, - 37.37522008800005 - ], - [ - -121.83424502399998, - 37.37525397400003 - ], - [ - -121.83408593599995, - 37.375357208000025 - ], - [ - -121.83377296499998, - 37.37556611000008 - ], - [ - -121.83384605799995, - 37.375637426000026 - ], - [ - -121.83364843199996, - 37.37576861100007 - ], - [ - -121.83344238799998, - 37.37590540800005 - ], - [ - -121.83329661699997, - 37.376006063000034 - ], - [ - -121.83309988399998, - 37.37614073800006 - ], - [ - -121.83289660399998, - 37.37627507700006 - ], - [ - -121.83319984199994, - 37.37656498100006 - ], - [ - -121.833294863, - 37.376661273000025 - ], - [ - -121.83330469599997, - 37.37665459200008 - ], - [ - -121.83349642599995, - 37.37652391000006 - ], - [ - -121.83360075799999, - 37.376457351000056 - ], - [ - -121.83373919499996, - 37.376360326000054 - ], - [ - -121.83378048699996, - 37.376332527000045 - ], - [ - -121.83381565899998, - 37.376308849000054 - ], - [ - -121.83387452699998, - 37.37626944900006 - ], - [ - -121.834073623, - 37.37613225100006 - ], - [ - -121.83423786999998, - 37.37602067300003 - ], - [ - -121.83448144799996, - 37.375856026000065 - ], - [ - -121.83455213899998, - 37.37581051700005 - ], - [ - -121.83458557799997, - 37.37578777400006 - ], - [ - -121.83463142699998, - 37.375756626000054 - ], - [ - -121.834541221, - 37.37565542900006 - ], - [ - -121.83426213599995, - 37.37535605000005 - ], - [ - -121.83430962899996, - 37.375323808000076 - ], - [ - -121.83442802699994, - 37.37524356000006 - ], - [ - -121.83458978199997, - 37.375133910000045 - ], - [ - -121.83469579499996, - 37.37506204300007 - ], - [ - -121.834740937, - 37.375031430000035 - ], - [ - -121.83485482799995, - 37.374954209000066 - ], - [ - -121.83510650299996, - 37.37527488600006 - ], - [ - -121.83519518399999, - 37.37539022400006 - ], - [ - -121.83535587899996, - 37.37528079100008 - ], - [ - -121.83550173199995, - 37.37518962400003 - ], - [ - -121.83567628599997, - 37.37540928300007 - ], - [ - -121.83580615699998, - 37.375579360000074 - ], - [ - -121.83604032499994, - 37.375886114000025 - ], - [ - -121.83602037699995, - 37.37589984500005 - ], - [ - -121.83546824499996, - 37.37627955500005 - ], - [ - -121.83532645899999, - 37.37637680300003 - ], - [ - -121.83541527199998, - 37.37649300900006 - ], - [ - -121.83523761199996, - 37.37661465200006 - ], - [ - -121.83506510599994, - 37.37673275800006 - ], - [ - -121.83489095699997, - 37.37685195900008 - ], - [ - -121.83470998499996, - 37.376973021000026 - ], - [ - -121.83478969499998, - 37.37707745200004 - ], - [ - -121.83485962699996, - 37.37716910600005 - ], - [ - -121.83488729299995, - 37.37720536900008 - ], - [ - -121.83498397899996, - 37.37733203800008 - ], - [ - -121.83500888599997, - 37.377364715000056 - ], - [ - -121.83508063799997, - 37.37745872900007 - ], - [ - -121.83517823499994, - 37.377586578000034 - ], - [ - -121.83527133899997, - 37.37770859400007 - ], - [ - -121.83536479699995, - 37.377831065000066 - ], - [ - -121.83546315599995, - 37.377959729000054 - ], - [ - -121.83602193899998, - 37.37768175700006 - ], - [ - -121.836608405, - 37.37740106200005 - ], - [ - -121.83703524599997, - 37.377197057000046 - ], - [ - -121.83745364199996, - 37.37774204700003 - ], - [ - -121.83754553399996, - 37.377861719000066 - ], - [ - -121.83754837799995, - 37.37786031200005 - ], - [ - -121.83758369099996, - 37.37784306300006 - ], - [ - -121.83767655399998, - 37.377964073000044 - ], - [ - -121.83763989, - 37.37798452000004 - ], - [ - -121.83765066899997, - 37.37799856600003 - ], - [ - -121.83773533099998, - 37.37810856800007 - ], - [ - -121.83788920699999, - 37.37830842400007 - ], - [ - -121.83795513599995, - 37.378394058000026 - ], - [ - -121.83802719899995, - 37.37848767700007 - ], - [ - -121.83810105599997, - 37.37858363400005 - ], - [ - -121.83821546699994, - 37.37873223200006 - ], - [ - -121.83821814399994, - 37.378736024000034 - ], - [ - -121.83822039599994, - 37.37873998200007 - ], - [ - -121.83822230399994, - 37.37874405700006 - ], - [ - -121.83822375699998, - 37.37874823000004 - ], - [ - -121.838224664, - 37.378752477000035 - ], - [ - -121.83822529099996, - 37.378755468000065 - ], - [ - -121.83822536999998, - 37.37875668100003 - ], - [ - -121.83822542099995, - 37.37875791600004 - ], - [ - -121.83822556299998, - 37.378760957000054 - ], - [ - -121.83822562299997, - 37.378762788000074 - ], - [ - -121.83822537999998, - 37.37876521800007 - ], - [ - -121.83822505199998, - 37.37876767100005 - ], - [ - -121.83822482499994, - 37.37876948100006 - ], - [ - -121.838224019, - 37.378772490000074 - ], - [ - -121.83822366599998, - 37.378773661000025 - ], - [ - -121.838222584, - 37.378777221000064 - ], - [ - -121.83822042799994, - 37.378781778000075 - ], - [ - -121.83821929199996, - 37.378784057000075 - ], - [ - -121.83821826099995, - 37.37878567100006 - ], - [ - -121.83821565999995, - 37.378789432000076 - ], - [ - -121.83821490499997, - 37.378790492000064 - ], - [ - -121.838212683, - 37.37879296700004 - ], - [ - -121.83821130499996, - 37.37879447100005 - ], - [ - -121.83820947499999, - 37.37879639100004 - ], - [ - -121.83820741299996, - 37.378798224000036 - ], - [ - -121.83820628299998, - 37.378799153000045 - ], - [ - -121.838203, - 37.37880161500004 - ], - [ - -121.83820215099996, - 37.37880222100006 - ], - [ - -121.83820011199998, - 37.37880366300004 - ], - [ - -121.83819835099996, - 37.37880471400007 - ], - [ - -121.83819332599995, - 37.37880756200008 - ], - [ - -121.83830042499994, - 37.378948233000074 - ], - [ - -121.83830712799994, - 37.37894616600005 - ], - [ - -121.83831401199996, - 37.37894457600004 - ], - [ - -121.83832101999997, - 37.37894349000004 - ], - [ - -121.83832815199997, - 37.378942927000026 - ], - [ - -121.83833532199998, - 37.37894284500004 - ], - [ - -121.83834247199997, - 37.37894331200005 - ], - [ - -121.838349516, - 37.37894426300005 - ], - [ - -121.83835645499994, - 37.37894574000006 - ], - [ - -121.83836317199996, - 37.37894767800003 - ], - [ - -121.83836966999996, - 37.37895012100006 - ], - [ - -121.83837583299999, - 37.37895300300005 - ], - [ - -121.83838168399996, - 37.37895630200006 - ], - [ - -121.83838708699994, - 37.37896003900005 - ], - [ - -121.83839212199996, - 37.37896412400005 - ], - [ - -121.83839661899998, - 37.37896856000003 - ], - [ - -121.83848436599999, - 37.37908408900006 - ], - [ - -121.83859858199997, - 37.37923452000007 - ], - [ - -121.83833404099994, - 37.37936274600003 - ], - [ - -121.83815460799997, - 37.37944971400003 - ], - [ - -121.83788690999995, - 37.37957946100005 - ], - [ - -121.83771241399995, - 37.379666601000054 - ], - [ - -121.83743998199998, - 37.37979802800004 - ], - [ - -121.83716757899998, - 37.37992950000006 - ], - [ - -121.83699052499998, - 37.38001643800004 - ], - [ - -121.836715632, - 37.38014992800004 - ], - [ - -121.83643965599998, - 37.380283887000076 - ], - [ - -121.83626752599997, - 37.38037518700003 - ], - [ - -121.83598319699996, - 37.380511987000034 - ], - [ - -121.83571707199997, - 37.38063882800003 - ], - [ - -121.83554115399994, - 37.380720533000044 - ], - [ - -121.83526981199998, - 37.38085070500006 - ], - [ - -121.83498343999997, - 37.38098745800005 - ], - [ - -121.83481079899997, - 37.381072809000045 - ], - [ - -121.83454486899996, - 37.38120262100006 - ], - [ - -121.83427153499997, - 37.381335516000036 - ], - [ - -121.83418386499994, - 37.38137824100005 - ], - [ - -121.83416775199998, - 37.381356175000064 - ], - [ - -121.834144832, - 37.38132553500003 - ], - [ - -121.83409885699996, - 37.38126327300006 - ], - [ - -121.83401357799994, - 37.38115398300005 - ], - [ - -121.83392087399994, - 37.381031961000076 - ], - [ - -121.83376490499995, - 37.380827157000056 - ], - [ - -121.833661066, - 37.38069047500005 - ], - [ - -121.833571754, - 37.38057532600004 - ], - [ - -121.83346744199997, - 37.38043768700004 - ], - [ - -121.83344272999994, - 37.38040635700003 - ], - [ - -121.83340049499998, - 37.38035096400006 - ], - [ - -121.83336577799997, - 37.380305442000065 - ], - [ - -121.83333105899999, - 37.38025172600004 - ], - [ - -121.83330700999994, - 37.380218925000065 - ], - [ - -121.83324972799994, - 37.38014333000007 - ], - [ - -121.83319637199997, - 37.380075635000026 - ], - [ - -121.83313997799996, - 37.38000481500006 - ], - [ - -121.83323088199995, - 37.379963359000044 - ], - [ - -121.83341342199998, - 37.37987492000008 - ], - [ - -121.83359138099996, - 37.37978868600004 - ], - [ - -121.83376672499998, - 37.37970371800003 - ], - [ - -121.83394326099994, - 37.37961818600007 - ], - [ - -121.83412150499998, - 37.379531787000076 - ], - [ - -121.834297473, - 37.379446536000046 - ], - [ - -121.83426693099995, - 37.379414723000025 - ], - [ - -121.83425914699995, - 37.37940448900008 - ], - [ - -121.83402230399997, - 37.379091033000066 - ], - [ - -121.83378367199998, - 37.37877523900005 - ], - [ - -121.83375258899997, - 37.37879022000004 - ], - [ - -121.83343033799997, - 37.37894605500003 - ], - [ - -121.83330553999997, - 37.37878713200007 - ], - [ - -121.83320529499997, - 37.37865549000003 - ], - [ - -121.83307250699994, - 37.37848107000008 - ], - [ - -121.83297334799994, - 37.378350788000034 - ], - [ - -121.83293167099998, - 37.37829603000006 - ], - [ - -121.832871695, - 37.37821723900004 - ], - [ - -121.83277001, - 37.37808362100003 - ], - [ - -121.83266988499997, - 37.37795216100005 - ], - [ - -121.832570434, - 37.37782151600004 - ], - [ - -121.83256062999999, - 37.37780255900003 - ], - [ - -121.83242549799996, - 37.37789368500006 - ], - [ - -121.83230688999998, - 37.37797365800003 - ], - [ - -121.8320604099999, - 37.377646620000064 - ], - [ - -121.83193063899995, - 37.377734503000056 - ], - [ - -121.83219838399998, - 37.37809105500003 - ], - [ - -121.83212244999999, - 37.37814190800003 - ], - [ - -121.83207284699995, - 37.37817506700003 - ], - [ - -121.83195241199996, - 37.37825567800007 - ], - [ - -121.83182755599995, - 37.378339270000026 - ], - [ - -121.83181336599995, - 37.37832038700003 - ], - [ - -121.83179957299996, - 37.37830129400004 - ], - [ - -121.83178623599997, - 37.37828201100007 - ], - [ - -121.831736321, - 37.37821569500005 - ], - [ - -121.83168546899998, - 37.37814984800008 - ], - [ - -121.83163367799995, - 37.378084467000065 - ], - [ - -121.83155603699998, - 37.37798811600004 - ], - [ - -121.83147520099999, - 37.377889441000036 - ], - [ - -121.83141258699999, - 37.377931330000024 - ], - [ - -121.83138737499996, - 37.377949012000045 - ], - [ - -121.83133632799996, - 37.37798484100006 - ], - [ - -121.83128101799997, - 37.37802129100004 - ], - [ - -121.83119482499995, - 37.37807910500004 - ], - [ - -121.83104761799996, - 37.378181718000064 - ], - [ - -121.83100725999998, - 37.37820731000005 - ], - [ - -121.8309470199999, - 37.37824388400003 - ], - [ - -121.83074437299996, - 37.37838381800003 - ], - [ - -121.83056720199994, - 37.378504649000035 - ], - [ - -121.83046073, - 37.37842244700005 - ], - [ - -121.83032128499997, - 37.378292620000025 - ], - [ - -121.83020709799996, - 37.378186267000046 - ], - [ - -121.83016897099998, - 37.378150350000055 - ], - [ - -121.83009233399997, - 37.37807804100004 - ], - [ - -121.82997899799994, - 37.37797112800007 - ], - [ - -121.82994349399996, - 37.37793761000006 - ], - [ - -121.82986700299995, - 37.377865436000036 - ], - [ - -121.82984403999995, - 37.377843608000035 - ], - [ - -121.82975283499997, - 37.377756815000055 - ], - [ - -121.82973804199997, - 37.377742768000076 - ], - [ - -121.82963843199997, - 37.377647969000066 - ], - [ - -121.82963472699998, - 37.377644462000035 - ], - [ - -121.82953640099998, - 37.37755086000004 - ], - [ - -121.82952598599996, - 37.377540999000075 - ], - [ - -121.82943588899997, - 37.37745526900005 - ], - [ - -121.82941453099994, - 37.37743491100008 - ], - [ - -121.82933986799998, - 37.37736388500008 - ], - [ - -121.829300333, - 37.37732624400007 - ], - [ - -121.82923629199996, - 37.37726535100006 - ], - [ - -121.82919019199994, - 37.37722142200005 - ], - [ - -121.82914607799995, - 37.37717946200007 - ], - [ - -121.82908037299995, - 37.37711696300005 - ], - [ - -121.82897139999994, - 37.37701322600003 - ], - [ - -121.82885775799997, - 37.37690510300007 - ], - [ - -121.82874612999996, - 37.376798902000075 - ], - [ - -121.82863181999994, - 37.37669016600006 - ], - [ - -121.82852742399996, - 37.37659054400007 - ], - [ - -121.82851686099997, - 37.376580432000026 - ], - [ - -121.82844936899994, - 37.376515779000044 - ], - [ - -121.828406095, - 37.37647431200003 - ], - [ - -121.82834753399999, - 37.37641830100006 - ], - [ - -121.82829355299998, - 37.37636654100004 - ], - [ - -121.82817972699996, - 37.376257527000064 - ], - [ - -121.82806735799994, - 37.37614991300006 - ], - [ - -121.82795362099995, - 37.37604426100006 - ], - [ - -121.827840628, - 37.37594015900004 - ], - [ - -121.827723231, - 37.375831961000074 - ], - [ - -121.82760874599995, - 37.37572620200007 - ], - [ - -121.82749601199998, - 37.37562209500004 - ], - [ - -121.82738028899996, - 37.37551273400004 - ], - [ - -121.82727390099996, - 37.375412195000024 - ], - [ - -121.82720798899999, - 37.37534599000003 - ], - [ - -121.827201173, - 37.375352934000034 - ], - [ - -121.82716012699996, - 37.37539476000006 - ], - [ - -121.82714812499995, - 37.37540695900003 - ], - [ - -121.82709510799998, - 37.37546105100006 - ], - [ - -121.82706793699998, - 37.37548802500004 - ], - [ - -121.82696641599995, - 37.37558871900006 - ], - [ - -121.82692038399995, - 37.37563563800006 - ], - [ - -121.82675866599999, - 37.375799732000075 - ], - [ - -121.82660865999998, - 37.37595142400005 - ], - [ - -121.82652594999996, - 37.37603913400005 - ], - [ - -121.826486591, - 37.376077415000054 - ], - [ - -121.82636182799996, - 37.37619872200003 - ], - [ - -121.82634952899997, - 37.37621193100006 - ], - [ - -121.82627617199995, - 37.37628683200006 - ], - [ - -121.82616695699994, - 37.376396998000075 - ], - [ - -121.82610934099995, - 37.37645228700006 - ], - [ - -121.82609864999995, - 37.37646238800005 - ], - [ - -121.82602942699998, - 37.37652781000003 - ], - [ - -121.82595962999994, - 37.37658687700008 - ], - [ - -121.82579390899997, - 37.376704937000056 - ], - [ - -121.825707766, - 37.376767346000065 - ], - [ - -121.82565202199999, - 37.37681174200003 - ], - [ - -121.825592611, - 37.376861305000034 - ], - [ - -121.82553292499995, - 37.376911491000044 - ], - [ - -121.82547485899994, - 37.37696243500005 - ], - [ - -121.825455794, - 37.37698061900005 - ], - [ - -121.82540311599996, - 37.377036264000026 - ], - [ - -121.82535145099996, - 37.377089081000065 - ], - [ - -121.82527550099996, - 37.37716508600005 - ], - [ - -121.82517747999998, - 37.377266175000045 - ], - [ - -121.82510642899996, - 37.37734185000005 - ], - [ - -121.82505719699998, - 37.37739436500004 - ], - [ - -121.82502548099995, - 37.377378632000045 - ], - [ - -121.82499286899997, - 37.37736407700004 - ], - [ - -121.824959504, - 37.37735072000004 - ], - [ - -121.82483015999998, - 37.377299718000074 - ], - [ - -121.82449879399996, - 37.377168779000044 - ], - [ - -121.82414747499996, - 37.37702847600008 - ], - [ - -121.82384902099994, - 37.376909570000066 - ], - [ - -121.82376807199995, - 37.37687992600007 - ], - [ - -121.82371442999994, - 37.37686018200003 - ], - [ - -121.82366711199995, - 37.37684274800006 - ], - [ - -121.82357996599995, - 37.37681145700003 - ], - [ - -121.82354218499995, - 37.37686613200003 - ], - [ - -121.823409713, - 37.377057679000075 - ], - [ - -121.82325821799998, - 37.37729750800003 - ], - [ - -121.82311595699997, - 37.37752430000006 - ], - [ - -121.82304890899997, - 37.377631791000056 - ], - [ - -121.82296132199997, - 37.37777638800003 - ], - [ - -121.82282535799999, - 37.377997752000056 - ], - [ - -121.82271412199998, - 37.37817720100003 - ], - [ - -121.82266174499995, - 37.378262896000024 - ], - [ - -121.82261709999995, - 37.378333326000075 - ], - [ - -121.822610307, - 37.378344940000034 - ], - [ - -121.82249006999996, - 37.378532678000056 - ], - [ - -121.82253466299994, - 37.378550105000045 - ], - [ - -121.82262095399994, - 37.378584885000066 - ], - [ - -121.82282136099997, - 37.37866429400003 - ], - [ - -121.82302070699996, - 37.37874366900007 - ], - [ - -121.82321649999994, - 37.37882322100006 - ], - [ - -121.82361273999999, - 37.378979410000056 - ], - [ - -121.82376003599995, - 37.379117534000045 - ], - [ - -121.82390607999997, - 37.37925450400007 - ], - [ - -121.82405186199998, - 37.37939120200008 - ], - [ - -121.82405883299998, - 37.37939773900007 - ], - [ - -121.82408828999996, - 37.37937831600004 - ], - [ - -121.82425967499995, - 37.379265298000064 - ], - [ - -121.824616817, - 37.37902971400007 - ], - [ - -121.82474845099995, - 37.37894127000004 - ], - [ - -121.82527235199996, - 37.37858608000005 - ], - [ - -121.82549474999996, - 37.37879568300008 - ], - [ - -121.82562752999996, - 37.378705668000066 - ], - [ - -121.82601926599995, - 37.37844004600004 - ], - [ - -121.82614038399998, - 37.37855420100004 - ], - [ - -121.82619720999998, - 37.37860775900003 - ], - [ - -121.82620102199996, - 37.37861076200005 - ], - [ - -121.82620449199999, - 37.37861399500008 - ], - [ - -121.82620759399998, - 37.37861746200008 - ], - [ - -121.82621032599997, - 37.37862116100007 - ], - [ - -121.82621257599999, - 37.37862500500006 - ], - [ - -121.82621445299998, - 37.37862901200003 - ], - [ - -121.82621587499995, - 37.378633140000034 - ], - [ - -121.826216838, - 37.37863734000007 - ], - [ - -121.82621731599994, - 37.378641592000065 - ], - [ - -121.82621733399998, - 37.37864587300004 - ], - [ - -121.82621686399995, - 37.37865011300005 - ], - [ - -121.82621596399997, - 37.37865433400003 - ], - [ - -121.82621457399995, - 37.37865844700008 - ], - [ - -121.82621275399998, - 37.37866247300008 - ], - [ - -121.82621049799997, - 37.378666345000056 - ], - [ - -121.82620780999997, - 37.37867003700006 - ], - [ - -121.82620471599995, - 37.378673527000046 - ], - [ - -121.82620127599995, - 37.37867679500005 - ], - [ - -121.82619748599996, - 37.378679813000076 - ], - [ - -121.826193376, - 37.37868253700003 - ], - [ - -121.82618897199995, - 37.37868496800007 - ], - [ - -121.82630167199994, - 37.37878530000006 - ], - [ - -121.826306064, - 37.37878234300007 - ], - [ - -121.82631077899998, - 37.37877972600006 - ], - [ - -121.82631578599995, - 37.37877740300007 - ], - [ - -121.82632100099994, - 37.378775490000066 - ], - [ - -121.82632639399998, - 37.37877389600004 - ], - [ - -121.82633196499995, - 37.37877271100007 - ], - [ - -121.82633763099994, - 37.378771914000026 - ], - [ - -121.82634335999995, - 37.37877150600008 - ], - [ - -121.82634912499998, - 37.37877148700005 - ], - [ - -121.82635483899998, - 37.378771880000045 - ], - [ - -121.82636053299996, - 37.37877266300006 - ], - [ - -121.82636608899998, - 37.37877383600005 - ], - [ - -121.82637150999994, - 37.37877540000005 - ], - [ - -121.82637673499994, - 37.37877733300007 - ], - [ - -121.82638173799995, - 37.37877960900005 - ], - [ - -121.82638645999998, - 37.378782235000074 - ], - [ - -121.826390872, - 37.37878516100005 - ], - [ - -121.826394973, - 37.37878838700004 - ], - [ - -121.82639870799994, - 37.378791894000074 - ], - [ - -121.82661547299995, - 37.37865196700005 - ], - [ - -121.82657757799996, - 37.37861616200007 - ], - [ - -121.82663083799997, - 37.37858044600006 - ], - [ - -121.82649577199999, - 37.37845937800006 - ], - [ - -121.82649066099998, - 37.378462366000065 - ], - [ - -121.82648520199996, - 37.378464991000044 - ], - [ - -121.82647947599997, - 37.37846723000007 - ], - [ - -121.82647354199997, - 37.37846903700006 - ], - [ - -121.826467429, - 37.378470434000064 - ], - [ - -121.82646116399997, - 37.378471352000076 - ], - [ - -121.82645483299996, - 37.378471811000054 - ], - [ - -121.82644846699998, - 37.37847183900004 - ], - [ - -121.82644211999997, - 37.37847142900006 - ], - [ - -121.82643585099999, - 37.378470539000034 - ], - [ - -121.82642971899998, - 37.37846921200003 - ], - [ - -121.826423751, - 37.37846744800004 - ], - [ - -121.82641800199997, - 37.37846527000005 - ], - [ - -121.82641253799994, - 37.37846272300004 - ], - [ - -121.82640734899996, - 37.37845973700007 - ], - [ - -121.82628661299998, - 37.37834283300003 - ], - [ - -121.82613799799998, - 37.37819852400003 - ], - [ - -121.82597155099995, - 37.37803688400004 - ], - [ - -121.82582947599997, - 37.377898956000024 - ], - [ - -121.82561093499999, - 37.377686768000046 - ], - [ - -121.82597179099997, - 37.377444593000064 - ], - [ - -121.82598675699995, - 37.37743455700007 - ], - [ - -121.82588491099995, - 37.37733790300007 - ], - [ - -121.82587604199995, - 37.377329442000075 - ], - [ - -121.82576264399995, - 37.377221862000056 - ], - [ - -121.82539096499994, - 37.37747320100004 - ], - [ - -121.82524369699996, - 37.37733020400003 - ], - [ - -121.82549090199996, - 37.37707608300008 - ], - [ - -121.82555754199996, - 37.37700885800007 - ], - [ - -121.82561132199999, - 37.37695713800008 - ], - [ - -121.82562292299997, - 37.376946661000034 - ], - [ - -121.82563400999999, - 37.37693623600006 - ], - [ - -121.82564806499994, - 37.37692337300007 - ], - [ - -121.82567314099998, - 37.37690276400008 - ], - [ - -121.82570527299998, - 37.37687735900005 - ], - [ - -121.82573786999995, - 37.37685233800005 - ], - [ - -121.82577093299994, - 37.37682767800004 - ], - [ - -121.82579825699997, - 37.376809242000036 - ], - [ - -121.82582702899998, - 37.37678852200003 - ], - [ - -121.82585315199998, - 37.37677362200003 - ], - [ - -121.82589185499995, - 37.37674516900006 - ], - [ - -121.82593491199998, - 37.376716344000045 - ], - [ - -121.82597392599996, - 37.37668930500007 - ], - [ - -121.82601195099994, - 37.376661385000034 - ], - [ - -121.82604889799995, - 37.37663260800008 - ], - [ - -121.82605684199996, - 37.376626017000035 - ], - [ - -121.82608473699997, - 37.37660283500003 - ], - [ - -121.82610292599998, - 37.37658685800005 - ], - [ - -121.82612668099995, - 37.376566195000066 - ], - [ - -121.82614924399996, - 37.376544652000064 - ], - [ - -121.82617056, - 37.37652236900004 - ], - [ - -121.826330408, - 37.37667270700007 - ], - [ - -121.82643252999998, - 37.37676878700006 - ], - [ - -121.82649223899995, - 37.376824946000056 - ], - [ - -121.82654538599996, - 37.37687495400007 - ], - [ - -121.82664657599997, - 37.37697015100008 - ], - [ - -121.82665873899998, - 37.37698157300008 - ], - [ - -121.82676859199995, - 37.37708495800007 - ], - [ - -121.82679924999997, - 37.37711377200003 - ], - [ - -121.82688465799998, - 37.37719408600003 - ], - [ - -121.826956038, - 37.37726126000007 - ], - [ - -121.82708975299994, - 37.37738705800007 - ], - [ - -121.82710812899995, - 37.377404316000025 - ], - [ - -121.82726649299997, - 37.377553274000036 - ], - [ - -121.82730240099994, - 37.37758706400007 - ], - [ - -121.82741737899994, - 37.37769622700006 - ], - [ - -121.82749979799996, - 37.377774447000036 - ], - [ - -121.827507616, - 37.37778186600008 - ], - [ - -121.82751577599998, - 37.37777625700005 - ], - [ - -121.82757953999999, - 37.37783285000006 - ], - [ - -121.82758455199996, - 37.377837326000076 - ], - [ - -121.82759367899996, - 37.377831179000054 - ], - [ - -121.82765288999997, - 37.377886656000044 - ], - [ - -121.82786675199998, - 37.37808696800005 - ], - [ - -121.82807717699995, - 37.378290728000025 - ], - [ - -121.82814339999999, - 37.37835487000007 - ], - [ - -121.82828733999997, - 37.37849417100006 - ], - [ - -121.82845316199996, - 37.37864933700007 - ], - [ - -121.828506657, - 37.378699408000045 - ], - [ - -121.82871827399998, - 37.37889743100004 - ], - [ - -121.82876584699994, - 37.37894189200006 - ], - [ - -121.82893692599998, - 37.37910063900006 - ], - [ - -121.82865508499998, - 37.37929074900006 - ], - [ - -121.828828177, - 37.37945450500007 - ], - [ - -121.82883164599997, - 37.379457787000035 - ], - [ - -121.82869689399996, - 37.379543296000065 - ], - [ - -121.828700084, - 37.379546703000074 - ], - [ - -121.82870079699995, - 37.37954754000003 - ], - [ - -121.82870361299996, - 37.379551226000046 - ], - [ - -121.828706002, - 37.37955494300007 - ], - [ - -121.82870677099999, - 37.37955632500007 - ], - [ - -121.82870729999996, - 37.37955732700004 - ], - [ - -121.828708254, - 37.37955924900007 - ], - [ - -121.82870883299995, - 37.37956054800003 - ], - [ - -121.82870919499999, - 37.379561487000046 - ], - [ - -121.82870955799996, - 37.37956238900006 - ], - [ - -121.82870989199995, - 37.379563294000036 - ], - [ - -121.82871037599995, - 37.379564569000024 - ], - [ - -121.82871065199998, - 37.37956557100006 - ], - [ - -121.82871095799999, - 37.37956664600006 - ], - [ - -121.82871125599996, - 37.37956772600006 - ], - [ - -121.82871152499996, - 37.37956881000008 - ], - [ - -121.828711769, - 37.37957007000006 - ], - [ - -121.82871196599996, - 37.379571147000036 - ], - [ - -121.82871211799994, - 37.37957208300003 - ], - [ - -121.82871224799999, - 37.379573022000045 - ], - [ - -121.82871241299995, - 37.37957404300005 - ], - [ - -121.82871251599994, - 37.37957584700007 - ], - [ - -121.82871258999995, - 37.379577264000034 - ], - [ - -121.82871266499995, - 37.379578682000044 - ], - [ - -121.82871260199994, - 37.37958006200006 - ], - [ - -121.82871256599998, - 37.37958101700008 - ], - [ - -121.82871250999995, - 37.379581975000065 - ], - [ - -121.82871243399995, - 37.379582930000026 - ], - [ - -121.82871228299996, - 37.37958434400008 - ], - [ - -121.82871215399996, - 37.37958528200005 - ], - [ - -121.82871200799997, - 37.37958621900003 - ], - [ - -121.82871184099997, - 37.37958715600007 - ], - [ - -121.82871164699998, - 37.37958834600005 - ], - [ - -121.82871136499995, - 37.37958940200008 - ], - [ - -121.82871106899995, - 37.379590508000035 - ], - [ - -121.82871076999999, - 37.37959161300006 - ], - [ - -121.82871052299998, - 37.379592495000054 - ], - [ - -121.82871012899994, - 37.37959365300003 - ], - [ - -121.82870893199998, - 37.37959679000005 - ], - [ - -121.82870859399998, - 37.37959767000007 - ], - [ - -121.82870786899997, - 37.379599136000024 - ], - [ - -121.828707324, - 37.37960021300006 - ], - [ - -121.82870679099995, - 37.379601249000075 - ], - [ - -121.82870635899997, - 37.379602102000035 - ], - [ - -121.82870558099995, - 37.37960334700006 - ], - [ - -121.82870502199995, - 37.37960429200007 - ], - [ - -121.82870432899995, - 37.37960536000003 - ], - [ - -121.82870361399995, - 37.37960641900003 - ], - [ - -121.82870261199997, - 37.37960775200003 - ], - [ - -121.82870186699995, - 37.37960872200006 - ], - [ - -121.82870123199996, - 37.37960952000003 - ], - [ - -121.82870043499997, - 37.37961050000007 - ], - [ - -121.82869948899997, - 37.379611572000044 - ], - [ - -121.82869870099995, - 37.379612431000055 - ], - [ - -121.82869790099994, - 37.37961328200004 - ], - [ - -121.82869709199997, - 37.379614125000046 - ], - [ - -121.828693048, - 37.37961779500006 - ], - [ - -121.82868850099999, - 37.37962128300006 - ], - [ - -121.82841203199996, - 37.37980711900008 - ], - [ - -121.82812959799998, - 37.37999803400004 - ], - [ - -121.82812849299995, - 37.37999878000005 - ], - [ - -121.82812442599999, - 37.38000135900006 - ], - [ - -121.82812329799998, - 37.380002008000076 - ], - [ - -121.82811939299995, - 37.38000404300004 - ], - [ - -121.82811789099998, - 37.380004744000075 - ], - [ - -121.82811619499995, - 37.38000548000008 - ], - [ - -121.82811495699997, - 37.38000600100003 - ], - [ - -121.82811357299994, - 37.380006595000054 - ], - [ - -121.82811253199998, - 37.38000694900006 - ], - [ - -121.82811091499997, - 37.38000750800006 - ], - [ - -121.82810931299997, - 37.380008030000056 - ], - [ - -121.82810807099997, - 37.380008442000076 - ], - [ - -121.82810695799998, - 37.38000873400006 - ], - [ - -121.82810568699995, - 37.38000907500003 - ], - [ - -121.82810441499998, - 37.380009407000045 - ], - [ - -121.82810275899999, - 37.38000983100005 - ], - [ - -121.82810128899996, - 37.380010122000044 - ], - [ - -121.828100098, - 37.380010354000035 - ], - [ - -121.82809890399994, - 37.38001057100007 - ], - [ - -121.828097706, - 37.38001077400003 - ], - [ - -121.82809658399998, - 37.38001097700004 - ], - [ - -121.82809507399998, - 37.380011145000026 - ], - [ - -121.82809327399997, - 37.380011360000026 - ], - [ - -121.82809190499995, - 37.38001149400003 - ], - [ - -121.82809065899994, - 37.38001163700005 - ], - [ - -121.82808940299998, - 37.38001168100004 - ], - [ - -121.82808753799998, - 37.38001176800003 - ], - [ - -121.82808566799997, - 37.380011823000075 - ], - [ - -121.82808393699997, - 37.38001183000006 - ], - [ - -121.82808220499999, - 37.380011796000076 - ], - [ - -121.82808047399999, - 37.380011731000025 - ], - [ - -121.82807875299994, - 37.38001168100004 - ], - [ - -121.82807702499997, - 37.38001150200006 - ], - [ - -121.82807530699995, - 37.380011324000066 - ], - [ - -121.82807359199995, - 37.380011135000075 - ], - [ - -121.82807188499999, - 37.380010893000076 - ], - [ - -121.82807018899996, - 37.38001061500006 - ], - [ - -121.82806849999997, - 37.38001030800007 - ], - [ - -121.82806699599996, - 37.38001005000007 - ], - [ - -121.82806515799996, - 37.38000958600003 - ], - [ - -121.82806350799996, - 37.38000916800007 - ], - [ - -121.82806186299996, - 37.380008737000026 - ], - [ - -121.82806023999996, - 37.38000825200004 - ], - [ - -121.82805703899999, - 37.380007197000054 - ], - [ - -121.82805580999997, - 37.38000679000004 - ], - [ - -121.82805478699999, - 37.38000636100003 - ], - [ - -121.82805367599997, - 37.38000591600007 - ], - [ - -121.82805257499996, - 37.38000545700004 - ], - [ - -121.82805148199998, - 37.38000498400004 - ], - [ - -121.82805025099998, - 37.38000444800008 - ], - [ - -121.828047901, - 37.38000326300005 - ], - [ - -121.82804644299995, - 37.38000251700004 - ], - [ - -121.82804523899995, - 37.380001847000074 - ], - [ - -121.82804365199996, - 37.38000088500007 - ], - [ - -121.82804093199996, - 37.379999174000034 - ], - [ - -121.82803709199999, - 37.37999638300005 - ], - [ - -121.82803586999995, - 37.37999540200008 - ], - [ - -121.82803240299995, - 37.37999231500004 - ], - [ - -121.82794167199995, - 37.37990647700008 - ], - [ - -121.82784517799996, - 37.37981521000006 - ], - [ - -121.82774619699995, - 37.37989845900006 - ], - [ - -121.82763141599997, - 37.37995714200008 - ], - [ - -121.82748883099998, - 37.38005232900008 - ], - [ - -121.82727396099995, - 37.38019571500007 - ], - [ - -121.82750947999995, - 37.38041839600004 - ], - [ - -121.82753833299995, - 37.38044567400004 - ], - [ - -121.82761595399995, - 37.38050556700006 - ], - [ - -121.82756246799994, - 37.380541537000056 - ], - [ - -121.82742928799996, - 37.38063018500003 - ], - [ - -121.82733453599997, - 37.38053759400003 - ], - [ - -121.82709818, - 37.38031306800008 - ], - [ - -121.82707798899997, - 37.380293840000036 - ], - [ - -121.82655422399995, - 37.38065027300007 - ], - [ - -121.82644746899996, - 37.38054886700007 - ], - [ - -121.826349962, - 37.380456192000054 - ], - [ - -121.82618599499995, - 37.380300429000044 - ], - [ - -121.82606614099996, - 37.38018658100003 - ], - [ - -121.82652826299994, - 37.37987349100007 - ], - [ - -121.82642606099995, - 37.379776406000076 - ], - [ - -121.82596388199994, - 37.38008942700003 - ], - [ - -121.82583422999994, - 37.38017970400006 - ], - [ - -121.82587781599995, - 37.38022105500005 - ], - [ - -121.82594768999996, - 37.38028737600007 - ], - [ - -121.82605589699995, - 37.38038984100007 - ], - [ - -121.82616544499996, - 37.380493529000034 - ], - [ - -121.82628129499994, - 37.38060318700008 - ], - [ - -121.82660547699999, - 37.38091008500004 - ], - [ - -121.82586161499995, - 37.38105816900003 - ], - [ - -121.82529993699995, - 37.38116999300007 - ], - [ - -121.82499392799997, - 37.38123090400006 - ], - [ - -121.82445022599995, - 37.38133913300004 - ], - [ - -121.82426583699998, - 37.38137582400003 - ], - [ - -121.82432993599997, - 37.38160660500006 - ], - [ - -121.82434512199995, - 37.381654180000055 - ], - [ - -121.82438797099996, - 37.38178812700005 - ], - [ - -121.824397993, - 37.38181948700003 - ], - [ - -121.82441255799995, - 37.38186441400006 - ], - [ - -121.82443691499998, - 37.381940704000044 - ], - [ - -121.82446279099997, - 37.38202173900004 - ], - [ - -121.82447192499995, - 37.38204990400004 - ], - [ - -121.82450767499995, - 37.382162049000044 - ], - [ - -121.82455545099998, - 37.382229308000035 - ], - [ - -121.82462699399997, - 37.38232497900003 - ], - [ - -121.82465975499997, - 37.38235589900006 - ], - [ - -121.82475222999994, - 37.38244792200004 - ], - [ - -121.82496229299994, - 37.382391805000054 - ], - [ - -121.82512136699995, - 37.38234931000005 - ], - [ - -121.82526325599997, - 37.38231138100008 - ], - [ - -121.825712034, - 37.38339788600007 - ], - [ - -121.82578077199997, - 37.38356488900007 - ], - [ - -121.82583452499995, - 37.38369566700004 - ], - [ - -121.82584894999997, - 37.38373100600006 - ], - [ - -121.825929412, - 37.38392815800006 - ], - [ - -121.826029517, - 37.38417341000007 - ], - [ - -121.82605017999998, - 37.384224037000024 - ], - [ - -121.826142426, - 37.384449965000044 - ], - [ - -121.82643915499995, - 37.38517721900007 - ], - [ - -121.82726742899996, - 37.384819837000066 - ], - [ - -121.82794781099994, - 37.38453425500006 - ], - [ - -121.82841216299994, - 37.384338944000035 - ], - [ - -121.82844825199999, - 37.38432306200008 - ], - [ - -121.82854645799995, - 37.384280542000056 - ], - [ - -121.82859985399995, - 37.384355405000065 - ], - [ - -121.828601059, - 37.384357108000074 - ], - [ - -121.82870814599994, - 37.38450723900007 - ], - [ - -121.82900879899995, - 37.38494596700008 - ], - [ - -121.82914358099998, - 37.385142022000025 - ], - [ - -121.82927207499995, - 37.38532967900005 - ], - [ - -121.82942172499997, - 37.38554387600004 - ], - [ - -121.82959589799998, - 37.38579968400006 - ], - [ - -121.82965139099997, - 37.38588118200005 - ], - [ - -121.82970163999994, - 37.38595477400003 - ], - [ - -121.82973169899998, - 37.385998107000034 - ], - [ - -121.82976170099994, - 37.38604137200008 - ], - [ - -121.82980018199999, - 37.386096923000025 - ], - [ - -121.82998148999997, - 37.38636345100008 - ], - [ - -121.83009769799997, - 37.386531683000044 - ], - [ - -121.83015798399998, - 37.38661895700005 - ], - [ - -121.83031075699995, - 37.38684721900006 - ], - [ - -121.83032233399996, - 37.38686420800008 - ], - [ - -121.83036765299994, - 37.38692993600006 - ], - [ - -121.83031653599994, - 37.38695260500003 - ], - [ - -121.83027004899998, - 37.38697320500006 - ], - [ - -121.83034336799994, - 37.387081969000064 - ], - [ - -121.83052124199997, - 37.38735192400003 - ], - [ - -121.830647925, - 37.387535710000066 - ], - [ - -121.83065151399995, - 37.38754072800003 - ], - [ - -121.83065447499996, - 37.38754595800003 - ], - [ - -121.83082774699994, - 37.38779902700003 - ], - [ - -121.83083125199994, - 37.387804138000035 - ], - [ - -121.83095898999994, - 37.38798745200006 - ], - [ - -121.83098913099997, - 37.387974178000036 - ], - [ - -121.83106302299996, - 37.38808018800006 - ], - [ - -121.83106755799997, - 37.38808675100006 - ], - [ - -121.83115051099998, - 37.38820687200007 - ], - [ - -121.83121499699996, - 37.388300239000046 - ], - [ - -121.83118467999998, - 37.38831331000006 - ], - [ - -121.83134492799996, - 37.38854530700007 - ], - [ - -121.83151188199997, - 37.38878977100006 - ], - [ - -121.83157462099996, - 37.38888148700005 - ], - [ - -121.83167117499994, - 37.38902269400006 - ], - [ - -121.83177679999994, - 37.38917709800006 - ], - [ - -121.83182693299995, - 37.38925044000007 - ], - [ - -121.83197815499994, - 37.38949089300007 - ], - [ - -121.83213835699996, - 37.38971673200007 - ], - [ - -121.83227981399995, - 37.389916164000056 - ], - [ - -121.83243588, - 37.39014326400007 - ], - [ - -121.832438933, - 37.390147143000036 - ], - [ - -121.83244155799997, - 37.390151210000056 - ], - [ - -121.83258313599998, - 37.390352403000065 - ], - [ - -121.83269187499997, - 37.390513981000026 - ], - [ - -121.83280907999995, - 37.39068198600006 - ], - [ - -121.83292439399997, - 37.39084863800008 - ], - [ - -121.83301129299997, - 37.39097271900005 - ], - [ - -121.83301422999995, - 37.39097804200003 - ], - [ - -121.83316306399996, - 37.391204765000055 - ], - [ - -121.83331937199995, - 37.39143394300004 - ], - [ - -121.83347568199997, - 37.39166309800004 - ], - [ - -121.83363315799994, - 37.39188837200004 - ], - [ - -121.83363589499999, - 37.39189225500007 - ], - [ - -121.83363817699995, - 37.39189632600005 - ], - [ - -121.833771593, - 37.39208843200004 - ], - [ - -121.833886496, - 37.39225744700008 - ], - [ - -121.83399634099999, - 37.39241978900003 - ], - [ - -121.83400176799995, - 37.39242782900004 - ], - [ - -121.83400312299995, - 37.39243147600007 - ], - [ - -121.83400354799994, - 37.39243920900003 - ], - [ - -121.834003113, - 37.39244697200007 - ], - [ - -121.83400181599995, - 37.39245465500005 - ], - [ - -121.83399968499998, - 37.39246223200007 - ], - [ - -121.83399674699996, - 37.39246961400005 - ], - [ - -121.83399294499998, - 37.392476775000034 - ], - [ - -121.833988391, - 37.39248360200003 - ], - [ - -121.83398311499997, - 37.39249014100005 - ], - [ - -121.83397716999997, - 37.39249625100007 - ], - [ - -121.83397053099998, - 37.39250193400005 - ], - [ - -121.83396330799997, - 37.39250712100005 - ], - [ - -121.83392448599994, - 37.392525988000045 - ], - [ - -121.833883631, - 37.392541949000076 - ], - [ - -121.83384108599995, - 37.39255477100005 - ], - [ - -121.83379725099996, - 37.39256437900008 - ], - [ - -121.83375863299995, - 37.39257060800003 - ], - [ - -121.83372013699994, - 37.392577250000045 - ], - [ - -121.83368170699998, - 37.39258427900006 - ], - [ - -121.83360394599998, - 37.39260116300005 - ], - [ - -121.83352736399996, - 37.392621261000045 - ], - [ - -121.83345218699998, - 37.39264452400005 - ], - [ - -121.83337496399997, - 37.39267218300006 - ], - [ - -121.83337362399999, - 37.39267272500007 - ], - [ - -121.83329824499998, - 37.39270388800003 - ], - [ - -121.83329707599995, - 37.39270438200003 - ], - [ - -121.83322288399995, - 37.392739353000024 - ], - [ - -121.83300306599995, - 37.39242073400004 - ], - [ - -121.83292298199996, - 37.39245529300007 - ], - [ - -121.83272714699996, - 37.39253676200008 - ], - [ - -121.83267810299998, - 37.39255670600005 - ], - [ - -121.83283395499996, - 37.39271678700004 - ], - [ - -121.83299712499996, - 37.39287703700006 - ], - [ - -121.833083037, - 37.39296329100006 - ], - [ - -121.83301751099998, - 37.393014599000026 - ], - [ - -121.83295399399998, - 37.39306750900005 - ], - [ - -121.83289256799998, - 37.39312195100007 - ], - [ - -121.832841557, - 37.393169958000044 - ], - [ - -121.83284042899999, - 37.39317104700007 - ], - [ - -121.83279143699997, - 37.39321971900006 - ], - [ - -121.83279000099998, - 37.39322124500006 - ], - [ - -121.83274125599996, - 37.39327250000008 - ], - [ - -121.83273146299996, - 37.39328311700007 - ], - [ - -121.83271500599994, - 37.39330134000005 - ], - [ - -121.83269509399997, - 37.39332383900006 - ], - [ - -121.83267398799995, - 37.39334838700006 - ], - [ - -121.83265621299995, - 37.393366695000054 - ], - [ - -121.83262153899994, - 37.39340105700006 - ], - [ - -121.83258419299995, - 37.39343357200005 - ], - [ - -121.83254425899997, - 37.39346410300004 - ], - [ - -121.83249429499995, - 37.39350500200004 - ], - [ - -121.83243967299995, - 37.39354199400003 - ], - [ - -121.83238095699994, - 37.39357472900008 - ], - [ - -121.83232943299998, - 37.39359719700008 - ], - [ - -121.83227631399996, - 37.39361714200004 - ], - [ - -121.83222177099998, - 37.393634493000036 - ], - [ - -121.83218894199996, - 37.39364361100007 - ], - [ - -121.83215526899994, - 37.39365051600004 - ], - [ - -121.83212098399997, - 37.39365520800004 - ], - [ - -121.83209717999995, - 37.39362022900008 - ], - [ - -121.832061308, - 37.39363244800006 - ], - [ - -121.83202469499997, - 37.393643369000074 - ], - [ - -121.8319876, - 37.39365297000006 - ], - [ - -121.83194983899995, - 37.39366227900007 - ], - [ - -121.83191153499996, - 37.39366999400005 - ], - [ - -121.83187276999996, - 37.39367611000006 - ], - [ - -121.831831449, - 37.393678754000064 - ], - [ - -121.83180457999998, - 37.39367947000005 - ], - [ - -121.83172055099999, - 37.39368104300007 - ], - [ - -121.83163671799997, - 37.393675975000065 - ], - [ - -121.83155394599999, - 37.39366432600008 - ], - [ - -121.83142037299996, - 37.393643524000026 - ], - [ - -121.83141755499997, - 37.39364316700005 - ], - [ - -121.83128584699995, - 37.39362712900004 - ], - [ - -121.83128360599994, - 37.39362692700007 - ], - [ - -121.83115056699995, - 37.39361513600005 - ], - [ - -121.83105518899998, - 37.393609308000066 - ], - [ - -121.83095961999999, - 37.39360567600005 - ], - [ - -121.83086400499997, - 37.39360424300003 - ], - [ - -121.83077753999999, - 37.39353044300003 - ], - [ - -121.830710969, - 37.39352801800004 - ], - [ - -121.83060970899999, - 37.39352696900005 - ], - [ - -121.83059984199997, - 37.39352708100006 - ], - [ - -121.83057794399997, - 37.39352819900006 - ], - [ - -121.83055831299998, - 37.393531032000055 - ], - [ - -121.83055350799998, - 37.39353181900003 - ], - [ - -121.83054863899997, - 37.39353230800003 - ], - [ - -121.83054373599998, - 37.393532433000075 - ], - [ - -121.83053882699994, - 37.39353221400006 - ], - [ - -121.83053396899999, - 37.39353167300004 - ], - [ - -121.83052919, - 37.39353076700007 - ], - [ - -121.83052452099997, - 37.39352958300003 - ], - [ - -121.83052001899995, - 37.39352803300005 - ], - [ - -121.83051568199994, - 37.39352620500006 - ], - [ - -121.83051156999994, - 37.39352407700005 - ], - [ - -121.83050771299997, - 37.39352167100003 - ], - [ - -121.83050410699997, - 37.39351901100008 - ], - [ - -121.83050081399995, - 37.39351612000007 - ], - [ - -121.83049786, - 37.393512971000064 - ], - [ - -121.83049524799998, - 37.39350965800003 - ], - [ - -121.83049300699997, - 37.39350620400006 - ], - [ - -121.83040112099997, - 37.393541834000075 - ], - [ - -121.83035175099997, - 37.393466309000075 - ], - [ - -121.83026629999995, - 37.393500833000076 - ], - [ - -121.83026841399999, - 37.39350511200007 - ], - [ - -121.83027007099997, - 37.39350953400003 - ], - [ - -121.830271241, - 37.39351405300005 - ], - [ - -121.83027195299996, - 37.393518623000034 - ], - [ - -121.83027215099997, - 37.39352324500004 - ], - [ - -121.83027183099995, - 37.393527850000055 - ], - [ - -121.83027105099995, - 37.39353241300006 - ], - [ - -121.83026975499996, - 37.39353691500003 - ], - [ - -121.83026799699996, - 37.39354130600003 - ], - [ - -121.83026577699997, - 37.39354556600006 - ], - [ - -121.83026309599995, - 37.39354964800003 - ], - [ - -121.83026000999996, - 37.39355352800004 - ], - [ - -121.83025648799997, - 37.39355718500008 - ], - [ - -121.83025259099998, - 37.39356061600006 - ], - [ - -121.830248343, - 37.393563732000075 - ], - [ - -121.83024380299997, - 37.39356657600007 - ], - [ - -121.830238942, - 37.39356908100007 - ], - [ - -121.83023384599994, - 37.39357124400004 - ], - [ - -121.830210234, - 37.39357924900003 - ], - [ - -121.83018656299998, - 37.39358713900003 - ], - [ - -121.83018117399996, - 37.393588917000045 - ], - [ - -121.83013181999996, - 37.39360451400006 - ], - [ - -121.83012805399994, - 37.39360570300005 - ], - [ - -121.83007448799998, - 37.39362155400005 - ], - [ - -121.82985778999995, - 37.39370616200006 - ], - [ - -121.82964670899997, - 37.393798557000025 - ], - [ - -121.82943233699996, - 37.393891422000024 - ], - [ - -121.82927455299995, - 37.39365474900006 - ], - [ - -121.82922321599995, - 37.39357979600004 - ], - [ - -121.82918625099995, - 37.39352747700008 - ], - [ - -121.82908773699995, - 37.39338262600006 - ], - [ - -121.82899546399995, - 37.39324663300005 - ], - [ - -121.82898942499997, - 37.39323770500005 - ], - [ - -121.82888963299996, - 37.39309339700003 - ], - [ - -121.82879063499996, - 37.392948757000056 - ], - [ - -121.82875997199994, - 37.39290387500006 - ], - [ - -121.82869735199995, - 37.392812339000045 - ], - [ - -121.82859116399999, - 37.39265524000007 - ], - [ - -121.82853101699999, - 37.392565621000074 - ], - [ - -121.82844649599997, - 37.39243947400007 - ], - [ - -121.82829654999995, - 37.39221580100008 - ], - [ - -121.82819339599996, - 37.39225970500007 - ], - [ - -121.82817933299998, - 37.39226588300005 - ], - [ - -121.827971876, - 37.39189735400004 - ], - [ - -121.82796898699996, - 37.391896219000046 - ], - [ - -121.82796757399996, - 37.39189573200008 - ], - [ - -121.827966044, - 37.39189522300006 - ], - [ - -121.82796301699995, - 37.39189436400005 - ], - [ - -121.82795990499994, - 37.391893690000074 - ], - [ - -121.82795835099995, - 37.39189338700004 - ], - [ - -121.82795676999996, - 37.39189317600005 - ], - [ - -121.82795357799995, - 37.391892777000066 - ], - [ - -121.827952031, - 37.391892908000045 - ], - [ - -121.82795051499994, - 37.39189313300005 - ], - [ - -121.82794902899997, - 37.39189347000007 - ], - [ - -121.82794760299998, - 37.391893898000035 - ], - [ - -121.82794620599998, - 37.39189441800005 - ], - [ - -121.82794486799997, - 37.39189505000007 - ], - [ - -121.82794361899994, - 37.39189575100005 - ], - [ - -121.82794242799997, - 37.39189654300003 - ], - [ - -121.82794132499998, - 37.391897425000025 - ], - [ - -121.82794033699997, - 37.391898351000066 - ], - [ - -121.82793943899998, - 37.39189936900004 - ], - [ - -121.82793868199997, - 37.39190043100007 - ], - [ - -121.82776452499996, - 37.39181855900006 - ], - [ - -121.827766312, - 37.391815792000045 - ], - [ - -121.82776777999999, - 37.39181289000004 - ], - [ - -121.82776898999998, - 37.39180992400003 - ], - [ - -121.82776985499999, - 37.39180687000004 - ], - [ - -121.82777040199994, - 37.39180377400004 - ], - [ - -121.82777075499996, - 37.391799466000066 - ], - [ - -121.82777061999997, - 37.391795142000035 - ], - [ - -121.82776997099995, - 37.39179084700004 - ], - [ - -121.82776889099995, - 37.391786601000035 - ], - [ - -121.82776723999996, - 37.391782499000044 - ], - [ - -121.82776516099995, - 37.391778517000034 - ], - [ - -121.82776262599998, - 37.39177467800005 - ], - [ - -121.82775966399998, - 37.391771049000056 - ], - [ - -121.82775630499998, - 37.39176767600003 - ], - [ - -121.82774073699994, - 37.391752127000075 - ], - [ - -121.82772622099998, - 37.391735948000075 - ], - [ - -121.82771281199996, - 37.39171916200007 - ], - [ - -121.82770607599997, - 37.39170980800003 - ], - [ - -121.82769933999998, - 37.39170040800008 - ], - [ - -121.82769274599997, - 37.39169100600003 - ], - [ - -121.82768615199996, - 37.39168155900006 - ], - [ - -121.82767970199995, - 37.391672088000064 - ], - [ - -121.82767324899999, - 37.39166257000005 - ], - [ - -121.82742585199998, - 37.39177102700006 - ], - [ - -121.82742126999995, - 37.391773070000056 - ], - [ - -121.82737165699996, - 37.39179503400004 - ], - [ - -121.82721861099998, - 37.39186296200006 - ], - [ - -121.82705182899997, - 37.39193461600007 - ], - [ - -121.82643856399994, - 37.39222824500007 - ], - [ - -121.82541211999995, - 37.39272025400004 - ], - [ - -121.82545745899995, - 37.39283727800006 - ], - [ - -121.82572201299996, - 37.39332467400004 - ], - [ - -121.82608170599997, - 37.39316303600003 - ], - [ - -121.82679807199997, - 37.39284116500005 - ], - [ - -121.826983343, - 37.39323029600007 - ], - [ - -121.82720412099997, - 37.39364784400004 - ], - [ - -121.827234305, - 37.39370456700004 - ], - [ - -121.82730747899996, - 37.39384599600004 - ], - [ - -121.82738626999998, - 37.39399834900007 - ], - [ - -121.82746505999995, - 37.39415063300004 - ], - [ - -121.82754385199996, - 37.394302964000076 - ], - [ - -121.82762264299998, - 37.39445529500006 - ], - [ - -121.827703784, - 37.394612245000076 - ], - [ - -121.82778325799995, - 37.39476587200005 - ], - [ - -121.82786136699997, - 37.394916884000054 - ], - [ - -121.82793117799997, - 37.39504805100006 - ], - [ - -121.82794932599995, - 37.39514297100004 - ], - [ - -121.82796442199998, - 37.39522190900004 - ], - [ - -121.82794353499997, - 37.39527831600003 - ], - [ - -121.82793863699999, - 37.395291489000044 - ], - [ - -121.827937922, - 37.39529341800005 - ], - [ - -121.82785210499998, - 37.39527843600007 - ], - [ - -121.82693538299998, - 37.39520167100005 - ], - [ - -121.82679986499994, - 37.395226437000076 - ], - [ - -121.82670281299994, - 37.39523144900005 - ], - [ - -121.82661206599994, - 37.39523613700004 - ], - [ - -121.82628851899995, - 37.39525284400003 - ], - [ - -121.82620093799994, - 37.39530327500006 - ], - [ - -121.82614405499999, - 37.395336032000046 - ], - [ - -121.82612551199998, - 37.39534670200004 - ], - [ - -121.826095636, - 37.39536391000007 - ], - [ - -121.82593467699996, - 37.39545527300004 - ], - [ - -121.82602169399996, - 37.39556200700008 - ], - [ - -121.82604661299996, - 37.39559205300003 - ], - [ - -121.82621402299998, - 37.39579923400004 - ], - [ - -121.82634055399996, - 37.39629240000005 - ], - [ - -121.82636419299996, - 37.39638442200004 - ], - [ - -121.82640289399995, - 37.396552246000056 - ], - [ - -121.82637268199994, - 37.39651182100005 - ], - [ - -121.82560193699999, - 37.395167514000036 - ], - [ - -121.82553892099997, - 37.395140826000045 - ], - [ - -121.82544890399998, - 37.39510270300008 - ], - [ - -121.82521284899997, - 37.39455464900004 - ], - [ - -121.82356672599997, - 37.39476756800008 - ], - [ - -121.822001619, - 37.39431179700006 - ], - [ - -121.82133340899998, - 37.39353902400006 - ], - [ - -121.82086390199999, - 37.39350054700003 - ], - [ - -121.819856776, - 37.39348661500003 - ], - [ - -121.81972331799994, - 37.39348012900007 - ], - [ - -121.81944643599996, - 37.39346665000005 - ], - [ - -121.81920323699995, - 37.39334612500005 - ], - [ - -121.81893138699996, - 37.39321134100004 - ], - [ - -121.81919072999995, - 37.39243359400007 - ], - [ - -121.81925510099995, - 37.39230672600007 - ], - [ - -121.81909975499997, - 37.39225628500003 - ], - [ - -121.818940651, - 37.392212434000044 - ], - [ - -121.81880861299999, - 37.39218230700004 - ], - [ - -121.81877845499997, - 37.39217545900004 - ], - [ - -121.818613831, - 37.39214547100005 - ], - [ - -121.81844755499998, - 37.392122665000045 - ], - [ - -121.818296063, - 37.392108575000066 - ], - [ - -121.81824889799998, - 37.39210688500003 - ], - [ - -121.81814808599995, - 37.39210181400006 - ], - [ - -121.81804713699995, - 37.392098737000026 - ], - [ - -121.81794613699998, - 37.392097652000075 - ], - [ - -121.81784356299994, - 37.39209855300004 - ], - [ - -121.81774099799998, - 37.39210146800008 - ], - [ - -121.81763861399997, - 37.392106486000046 - ], - [ - -121.81763267699995, - 37.392106598000055 - ], - [ - -121.81762678899997, - 37.39210620700004 - ], - [ - -121.81762095199997, - 37.39210544900004 - ], - [ - -121.81725589699994, - 37.39204683200006 - ], - [ - -121.81723840199999, - 37.392047028000036 - ], - [ - -121.81722094199995, - 37.39204603400003 - ], - [ - -121.81720368999999, - 37.39204382500003 - ], - [ - -121.81718667499996, - 37.392040423000026 - ], - [ - -121.81717018499995, - 37.39203586900004 - ], - [ - -121.81715419199998, - 37.392030189000025 - ], - [ - -121.81706929699999, - 37.39199886800003 - ], - [ - -121.81706614899997, - 37.39199769000004 - ], - [ - -121.81706317099997, - 37.39199630500008 - ], - [ - -121.81706032999995, - 37.39199466600007 - ], - [ - -121.81705768699999, - 37.39199288700007 - ], - [ - -121.817055273, - 37.39199092300004 - ], - [ - -121.81705308199997, - 37.39198875100004 - ], - [ - -121.81705111899998, - 37.39198643700007 - ], - [ - -121.81704947099996, - 37.391984053000044 - ], - [ - -121.817048049, - 37.39198150500005 - ], - [ - -121.81704696999998, - 37.39197888600006 - ], - [ - -121.81704614699999, - 37.39197617000008 - ], - [ - -121.81704563999995, - 37.39197345200006 - ], - [ - -121.81704547699997, - 37.39197068400006 - ], - [ - -121.81704559999997, - 37.39196791300003 - ], - [ - -121.81688224499999, - 37.39203099900004 - ], - [ - -121.81674239899996, - 37.392106408000075 - ], - [ - -121.81666342899996, - 37.39214898000006 - ], - [ - -121.81662594899996, - 37.39216611000006 - ], - [ - -121.816586729, - 37.392180558000064 - ], - [ - -121.81654605299997, - 37.392192185000056 - ], - [ - -121.81650429599995, - 37.39220093900008 - ], - [ - -121.81646170899995, - 37.392206728000076 - ], - [ - -121.81641863899995, - 37.39220947800004 - ], - [ - -121.81637545899997, - 37.392209207000064 - ], - [ - -121.81626780899995, - 37.39220192300007 - ], - [ - -121.81619059299999, - 37.39218958200007 - ], - [ - -121.81608662899998, - 37.39217502500003 - ], - [ - -121.81598206099994, - 37.39216353900008 - ], - [ - -121.81587705899994, - 37.39215519600003 - ], - [ - -121.81589609799994, - 37.39213026200008 - ], - [ - -121.81578415599995, - 37.39209594600004 - ], - [ - -121.81567643799997, - 37.39205389400007 - ], - [ - -121.81557378199994, - 37.39200446000007 - ], - [ - -121.81551076699998, - 37.39197909600006 - ], - [ - -121.81544516399998, - 37.39195831500007 - ], - [ - -121.81537752399998, - 37.39194234200005 - ], - [ - -121.81530827799997, - 37.391931284000066 - ], - [ - -121.81523811499994, - 37.391925205000064 - ], - [ - -121.815167525, - 37.391924188000075 - ], - [ - -121.81509713899999, - 37.39192822800004 - ], - [ - -121.81502747199994, - 37.39193729400006 - ], - [ - -121.81501355299997, - 37.39194019800004 - ], - [ - -121.81499996399998, - 37.39194403500005 - ], - [ - -121.81498682299997, - 37.391948737000064 - ], - [ - -121.81493571399994, - 37.39197231500003 - ], - [ - -121.81488304599998, - 37.39199362000005 - ], - [ - -121.81482904499995, - 37.39201262900008 - ], - [ - -121.81477354099997, - 37.39202114700004 - ], - [ - -121.81471727299999, - 37.392025440000054 - ], - [ - -121.81466078799997, - 37.39202547800005 - ], - [ - -121.81460451499998, - 37.39202125700007 - ], - [ - -121.81454902599995, - 37.39201279100007 - ], - [ - -121.81445088499999, - 37.392001417000074 - ], - [ - -121.81435215, - 37.391993780000064 - ], - [ - -121.81425310799995, - 37.39198983000006 - ], - [ - -121.81423115799998, - 37.39199124400005 - ], - [ - -121.81420940399994, - 37.39199398300008 - ], - [ - -121.81418796, - 37.39199809100006 - ], - [ - -121.81416516299998, - 37.39193187500007 - ], - [ - -121.81415201699997, - 37.39186131800005 - ], - [ - -121.81410655599996, - 37.39133372200007 - ], - [ - -121.81412887699997, - 37.391291514000045 - ], - [ - -121.81415573399994, - 37.39125102000003 - ], - [ - -121.81418692899996, - 37.39121256000004 - ], - [ - -121.81418828099999, - 37.391211171000066 - ], - [ - -121.81422223699997, - 37.391176433000055 - ], - [ - -121.81413353899995, - 37.391046225000025 - ], - [ - -121.81388422699996, - 37.390794053000036 - ], - [ - -121.81374451499994, - 37.39064544000007 - ], - [ - -121.81362114299998, - 37.390778253000065 - ], - [ - -121.81340898399998, - 37.39088342600007 - ], - [ - -121.81306147999999, - 37.39114688300003 - ], - [ - -121.81299523099995, - 37.39116093300004 - ], - [ - -121.81292929199998, - 37.39117491600007 - ], - [ - -121.81196330599994, - 37.391751827000064 - ], - [ - -121.81193603399998, - 37.391801344000044 - ], - [ - -121.81189487199998, - 37.39179010700008 - ], - [ - -121.81185390099995, - 37.39177838900008 - ], - [ - -121.81181317899996, - 37.391766278000034 - ], - [ - -121.81119168799995, - 37.391576744000076 - ], - [ - -121.81118949799998, - 37.39157612900004 - ], - [ - -121.81116389599998, - 37.39156895200006 - ], - [ - -121.811137665, - 37.391563432000055 - ], - [ - -121.81111097599995, - 37.39155963300004 - ], - [ - -121.81108400199997, - 37.39155757700007 - ], - [ - -121.81089327599994, - 37.39155210900003 - ], - [ - -121.81072990699994, - 37.39154928800008 - ], - [ - -121.81056677, - 37.391541636000056 - ], - [ - -121.81040412099998, - 37.39152914700003 - ], - [ - -121.81026388699996, - 37.391497592000064 - ], - [ - -121.81012626399996, - 37.391459531000066 - ], - [ - -121.80999159999999, - 37.39141514200003 - ], - [ - -121.809941327, - 37.39139968200004 - ], - [ - -121.809889511, - 37.39138787700006 - ], - [ - -121.80983664099995, - 37.39137981500005 - ], - [ - -121.80979727899995, - 37.39137671200007 - ], - [ - -121.80978297899998, - 37.39137558500005 - ], - [ - -121.80972912599998, - 37.39137522500005 - ], - [ - -121.80971177199996, - 37.39137857700007 - ], - [ - -121.80969486699996, - 37.39138311500005 - ], - [ - -121.80967850199994, - 37.391388791000054 - ], - [ - -121.80966278399995, - 37.391395559000046 - ], - [ - -121.80964785999998, - 37.391403370000035 - ], - [ - -121.80963381299995, - 37.39141215700005 - ], - [ - -121.80962075899998, - 37.391421870000045 - ], - [ - -121.80960880899994, - 37.39143244100006 - ], - [ - -121.80959802099994, - 37.39144377700006 - ], - [ - -121.80958847899996, - 37.391455809000036 - ], - [ - -121.80958026599995, - 37.39146846800003 - ], - [ - -121.80957340999998, - 37.39148161400004 - ], - [ - -121.80956799799998, - 37.39149517900006 - ], - [ - -121.80956408099996, - 37.39150907100003 - ], - [ - -121.80956163299999, - 37.39152317500003 - ], - [ - -121.80956070699995, - 37.391537423000045 - ], - [ - -121.80955574199999, - 37.39155860500006 - ], - [ - -121.80955080499996, - 37.39157981000005 - ], - [ - -121.80954587099995, - 37.39160101500005 - ], - [ - -121.80954453699997, - 37.39161650400007 - ], - [ - -121.80954156299998, - 37.39163187200006 - ], - [ - -121.80953700799995, - 37.39164696200004 - ], - [ - -121.80953086999995, - 37.39166170200008 - ], - [ - -121.80952320299997, - 37.39167597800008 - ], - [ - -121.80951403299997, - 37.391689702000065 - ], - [ - -121.80950347599997, - 37.39170275200007 - ], - [ - -121.80949158499999, - 37.39171503800003 - ], - [ - -121.80947841899996, - 37.39172651600006 - ], - [ - -121.80946411499997, - 37.391737044000024 - ], - [ - -121.80944870499997, - 37.39174657900003 - ], - [ - -121.80943241499995, - 37.39175504600007 - ], - [ - -121.80894677299995, - 37.391914513000074 - ], - [ - -121.80890779499998, - 37.39192634700004 - ], - [ - -121.80886773399999, - 37.39193553800004 - ], - [ - -121.80882685199998, - 37.391941968000026 - ], - [ - -121.80878540499998, - 37.39194563500007 - ], - [ - -121.80874373599994, - 37.39194648900008 - ], - [ - -121.80870210599994, - 37.39194452800007 - ], - [ - -121.80866085399998, - 37.39193976900003 - ], - [ - -121.80862024299995, - 37.39193223400008 - ], - [ - -121.80858059099995, - 37.39192198600006 - ], - [ - -121.80854212199995, - 37.39190911700007 - ], - [ - -121.80850518999995, - 37.39189371200007 - ], - [ - -121.808470022, - 37.39187588500005 - ], - [ - -121.80843687799995, - 37.391855700000065 - ], - [ - -121.80840593499994, - 37.39183336200006 - ], - [ - -121.80839180999999, - 37.39182125000008 - ], - [ - -121.80831944899995, - 37.39186003100008 - ], - [ - -121.808221012, - 37.39174656700004 - ], - [ - -121.80819810099996, - 37.39171601400005 - ], - [ - -121.80813795999995, - 37.39163020800004 - ], - [ - -121.80808092299998, - 37.39154308700006 - ], - [ - -121.808031154, - 37.391461468000045 - ], - [ - -121.80796806299998, - 37.39139393900007 - ], - [ - -121.80790006299998, - 37.391321222000045 - ], - [ - -121.80783211899995, - 37.39124850400003 - ], - [ - -121.80776318199997, - 37.39117476800004 - ], - [ - -121.80772686599994, - 37.39113394900005 - ], - [ - -121.80768649, - 37.39109562500005 - ], - [ - -121.80764234999998, - 37.39106006600008 - ], - [ - -121.80759467499996, - 37.39102752200006 - ], - [ - -121.80754384299996, - 37.390998172000025 - ], - [ - -121.80749017499994, - 37.39097226600006 - ], - [ - -121.80744995799995, - 37.39095282200003 - ], - [ - -121.80740977099998, - 37.39093335600006 - ], - [ - -121.80736955499998, - 37.390913915000056 - ], - [ - -121.807187409, - 37.39082326500005 - ], - [ - -121.80701473699997, - 37.39072150100003 - ], - [ - -121.80685261099995, - 37.390609203000054 - ], - [ - -121.80680158099995, - 37.39057179800005 - ], - [ - -121.80675133499994, - 37.39052998900007 - ], - [ - -121.80670425299996, - 37.390485445000024 - ], - [ - -121.80666065699995, - 37.39043838900005 - ], - [ - -121.80662086599995, - 37.39038907100007 - ], - [ - -121.80658517199998, - 37.39033782900003 - ], - [ - -121.80655377999994, - 37.390284939000026 - ], - [ - -121.806543821, - 37.390264976000026 - ], - [ - -121.806526755, - 37.39023074000005 - ], - [ - -121.80650433499994, - 37.39017571200003 - ], - [ - -121.806485496, - 37.39011718800003 - ], - [ - -121.80647331499995, - 37.39002272100004 - ], - [ - -121.80646176599998, - 37.38993326000008 - ], - [ - -121.80645024699999, - 37.389843846000076 - ], - [ - -121.80643845599997, - 37.38975198500003 - ], - [ - -121.80643790599999, - 37.389738555000065 - ], - [ - -121.80643589299996, - 37.38972521000005 - ], - [ - -121.806432337, - 37.38971208800007 - ], - [ - -121.80642734999998, - 37.389699233000044 - ], - [ - -121.80642096399998, - 37.38968680700003 - ], - [ - -121.80641318299996, - 37.38967487700006 - ], - [ - -121.80640411899998, - 37.38966355600007 - ], - [ - -121.80639383599998, - 37.38965293600006 - ], - [ - -121.80638238899996, - 37.38964306100007 - ], - [ - -121.80636989699997, - 37.38963406700003 - ], - [ - -121.80635641599997, - 37.38962597600005 - ], - [ - -121.80634209199997, - 37.38961890300004 - ], - [ - -121.80632709699995, - 37.389612844000055 - ], - [ - -121.80631140599996, - 37.389607915000056 - ], - [ - -121.80629527399998, - 37.38960406600006 - ], - [ - -121.80627878999996, - 37.38960143300005 - ], - [ - -121.80624488799998, - 37.389604965000046 - ], - [ - -121.80621038099997, - 37.38960855800008 - ], - [ - -121.80612955499998, - 37.38961756100008 - ], - [ - -121.80609136699996, - 37.38962206200006 - ], - [ - -121.806048826, - 37.38962709100008 - ], - [ - -121.80596690199997, - 37.389637296000046 - ], - [ - -121.805832394, - 37.38965074200007 - ], - [ - -121.80578543399997, - 37.38971965700006 - ], - [ - -121.80566552399995, - 37.389788655000075 - ], - [ - -121.80556042899997, - 37.38968776000007 - ], - [ - -121.80545869499997, - 37.38970351900008 - ], - [ - -121.80529800599999, - 37.38973227100007 - ], - [ - -121.80524511899995, - 37.38975103400003 - ], - [ - -121.80519435999997, - 37.389773253000044 - ], - [ - -121.80514612399998, - 37.38979878500004 - ], - [ - -121.80510069599995, - 37.38982742200005 - ], - [ - -121.80505844599998, - 37.38985899800008 - ], - [ - -121.80501965899998, - 37.38989328300005 - ], - [ - -121.80496050799997, - 37.38994262700004 - ], - [ - -121.80490260299996, - 37.389991019000036 - ], - [ - -121.80484463999994, - 37.39003941000004 - ], - [ - -121.80478712999997, - 37.39008743200003 - ], - [ - -121.80473666299997, - 37.390129767000076 - ], - [ - -121.80468220899996, - 37.39016884900008 - ], - [ - -121.8046240799999, - 37.39020440300004 - ], - [ - -121.80455459499996, - 37.39024028800003 - ], - [ - -121.80448146699996, - 37.390271247000044 - ], - [ - -121.804405294, - 37.39029704300003 - ], - [ - -121.80432659, - 37.390317466000056 - ], - [ - -121.80428914999999, - 37.39032227700005 - ], - [ - -121.80425152099997, - 37.390325992000044 - ], - [ - -121.804213727, - 37.39032861000004 - ], - [ - -121.804136799, - 37.39033083900006 - ], - [ - -121.80405987799998, - 37.39032858000007 - ], - [ - -121.80398333699998, - 37.39032183200004 - ], - [ - -121.80396235399996, - 37.39031780800008 - ], - [ - -121.803941023, - 37.390315230000056 - ], - [ - -121.80391948899995, - 37.39031414200008 - ], - [ - -121.80389789399999, - 37.390314543000045 - ], - [ - -121.80387643999995, - 37.39031642800006 - ], - [ - -121.80385527099997, - 37.39031982400007 - ], - [ - -121.80383455699996, - 37.39032458600008 - ], - [ - -121.80381441199995, - 37.390330807000055 - ], - [ - -121.80379235899994, - 37.39034267900007 - ], - [ - -121.80377179399994, - 37.39035613800007 - ], - [ - -121.80375286399999, - 37.39037102000003 - ], - [ - -121.80373570499995, - 37.390387256000054 - ], - [ - -121.80371647699997, - 37.39040823100004 - ], - [ - -121.80370396999996, - 37.39042469000003 - ], - [ - -121.80369298299996, - 37.39044440500004 - ], - [ - -121.80368476199999, - 37.39046312900007 - ], - [ - -121.80368156399999, - 37.39047708100003 - ], - [ - -121.80367773799998, - 37.39052910600003 - ], - [ - -121.80367067099996, - 37.390610940000045 - ], - [ - -121.80367065099995, - 37.39061117400007 - ], - [ - -121.80398248699998, - 37.390490011000054 - ], - [ - -121.80454764499996, - 37.39133665400004 - ], - [ - -121.804819195, - 37.39174342300004 - ], - [ - -121.80556251399997, - 37.392856847000076 - ], - [ - -121.80577297399998, - 37.39317207200003 - ], - [ - -121.80515731899999, - 37.39340976400007 - ], - [ - -121.80597191099997, - 37.39492449100004 - ], - [ - -121.80472704199997, - 37.394684891000054 - ], - [ - -121.803149696, - 37.39453668400006 - ], - [ - -121.80346523599997, - 37.394159898000055 - ], - [ - -121.80238546899994, - 37.39255736600006 - ], - [ - -121.80160313099998, - 37.39139621800007 - ], - [ - -121.80037902999999, - 37.39150485600004 - ], - [ - -121.79497769199997, - 37.39394081200004 - ], - [ - -121.79416456299998, - 37.39822035000003 - ], - [ - -121.79366589099999, - 37.39904272700005 - ], - [ - -121.79266601399996, - 37.40065090200005 - ], - [ - -121.78950320499996, - 37.399309309000046 - ], - [ - -121.78916102299996, - 37.399163808000026 - ], - [ - -121.78877973099998, - 37.39788598800004 - ], - [ - -121.78627608099998, - 37.39258290600003 - ], - [ - -121.78560007799996, - 37.39101173000006 - ], - [ - -121.78466399399997, - 37.39126095200004 - ], - [ - -121.78402980599998, - 37.39142977100005 - ], - [ - -121.78375468999997, - 37.39150300700004 - ], - [ - -121.78388123299999, - 37.39171831500005 - ], - [ - -121.78389160999996, - 37.39232184000008 - ], - [ - -121.78390850899996, - 37.39245867000005 - ], - [ - -121.783601692, - 37.392692226000065 - ], - [ - -121.78345769599997, - 37.39280184000006 - ], - [ - -121.78346249799995, - 37.39287260800006 - ], - [ - -121.78348425999997, - 37.393193988000064 - ], - [ - -121.78388877299994, - 37.39348815100004 - ], - [ - -121.78403038899995, - 37.393719032000035 - ], - [ - -121.78403100899999, - 37.39372004300003 - ], - [ - -121.78403043599997, - 37.393721784000036 - ], - [ - -121.78389010399997, - 37.394147830000065 - ], - [ - -121.78401813899995, - 37.39490170900007 - ], - [ - -121.784092596, - 37.395009008000045 - ], - [ - -121.784263249, - 37.39525493100007 - ], - [ - -121.78413200899996, - 37.39539476700003 - ], - [ - -121.78391866899995, - 37.39562207300003 - ], - [ - -121.78387367299996, - 37.39578993200007 - ], - [ - -121.78425465699996, - 37.39609962000003 - ], - [ - -121.78473310399994, - 37.39609438100007 - ], - [ - -121.78478351399997, - 37.396149610000066 - ], - [ - -121.78493217599998, - 37.396739282000055 - ], - [ - -121.78533938199996, - 37.39685022800006 - ], - [ - -121.785223165, - 37.39698883700004 - ], - [ - -121.78518170099994, - 37.39729340000008 - ], - [ - -121.78513890199997, - 37.40055887400007 - ], - [ - -121.78530913299994, - 37.400960937000036 - ], - [ - -121.78531481599998, - 37.40097433300008 - ], - [ - -121.78596271299995, - 37.40250461800008 - ], - [ - -121.78643019599997, - 37.404151322000075 - ], - [ - -121.78652735599997, - 37.404493553000066 - ], - [ - -121.78658291899995, - 37.40468926500006 - ], - [ - -121.78677331399996, - 37.40469367800006 - ], - [ - -121.786848578, - 37.40469543900008 - ], - [ - -121.78685440199996, - 37.40469555800007 - ], - [ - -121.78687197099998, - 37.404695960000026 - ], - [ - -121.78727024499995, - 37.40494847800005 - ], - [ - -121.78759233499994, - 37.40502075100005 - ], - [ - -121.78767459899996, - 37.405039214000055 - ], - [ - -121.78782772399995, - 37.40507362900007 - ], - [ - -121.78801782, - 37.405116287000055 - ], - [ - -121.78805838799997, - 37.405125389000034 - ], - [ - -121.78806790399994, - 37.40513719200004 - ], - [ - -121.78808785299998, - 37.40516193600007 - ], - [ - -121.78815150099996, - 37.405094062000046 - ], - [ - -121.788613006, - 37.40491352300006 - ], - [ - -121.78862851899999, - 37.404929536000054 - ], - [ - -121.788639881, - 37.40494119900006 - ], - [ - -121.78879139199995, - 37.40509724800006 - ], - [ - -121.78902943899999, - 37.40534242800004 - ], - [ - -121.789037023, - 37.405350240000075 - ], - [ - -121.78879470599998, - 37.40545791900007 - ], - [ - -121.78929974999994, - 37.405611746000034 - ], - [ - -121.78960795299997, - 37.405705617000024 - ], - [ - -121.78963192199996, - 37.405712907000066 - ], - [ - -121.78963663299999, - 37.405729988000076 - ], - [ - -121.78964024899994, - 37.40574309800007 - ], - [ - -121.789646985, - 37.405767653000055 - ], - [ - -121.78972774799996, - 37.406061145000024 - ], - [ - -121.78988263499997, - 37.406624168000064 - ], - [ - -121.79043024599997, - 37.40861439400004 - ], - [ - -121.79094696499999, - 37.40955641900007 - ], - [ - -121.79053011199994, - 37.41115591200003 - ], - [ - -121.79148068599994, - 37.413117484000054 - ], - [ - -121.791862101, - 37.41322123100008 - ], - [ - -121.79189554499999, - 37.41323031500008 - ], - [ - -121.79163802699998, - 37.41324521400003 - ], - [ - -121.79128124199997, - 37.41314520100008 - ], - [ - -121.79108605899995, - 37.41307089900005 - ], - [ - -121.79096630999999, - 37.413142235000066 - ], - [ - -121.79084025699996, - 37.41321732500006 - ], - [ - -121.79082679299995, - 37.413225348000026 - ], - [ - -121.790830288, - 37.41322663600005 - ], - [ - -121.79098574399995, - 37.41328361400008 - ], - [ - -121.79144879699999, - 37.41360295100003 - ], - [ - -121.79182151199996, - 37.413686538000036 - ], - [ - -121.79197437699997, - 37.413729602000046 - ], - [ - -121.79243472599995, - 37.41385928200003 - ], - [ - -121.79353074499994, - 37.41380444600003 - ], - [ - -121.79487657399994, - 37.41373704500006 - ], - [ - -121.79604056099998, - 37.413678756000024 - ], - [ - -121.79612030099997, - 37.413674763000074 - ], - [ - -121.79613159499996, - 37.41367896400004 - ], - [ - -121.79653392899996, - 37.41382910900006 - ], - [ - -121.79713069999997, - 37.414051811000036 - ], - [ - -121.79904087199998, - 37.41476461800005 - ], - [ - -121.79914462899995, - 37.414803336000034 - ], - [ - -121.79917474999996, - 37.41480794900008 - ], - [ - -121.79942890899997, - 37.41484688200006 - ], - [ - -121.79948751999996, - 37.41485584600008 - ], - [ - -121.80008379099996, - 37.414947185000074 - ], - [ - -121.80034982899997, - 37.41498793100004 - ], - [ - -121.80087160799997, - 37.41506784500007 - ], - [ - -121.80102939799997, - 37.414787397000055 - ], - [ - -121.80105476999995, - 37.414742303000025 - ], - [ - -121.80145734699994, - 37.41402677200006 - ], - [ - -121.80151660599995, - 37.413921419000076 - ], - [ - -121.80160010399999, - 37.413773012000036 - ], - [ - -121.80167676699995, - 37.41363675600007 - ], - [ - -121.80021420199995, - 37.40925881700008 - ], - [ - -121.80027647099996, - 37.40912457700006 - ], - [ - -121.800285514, - 37.40890565500007 - ], - [ - -121.80028613899998, - 37.40889058800008 - ], - [ - -121.80028861499994, - 37.40883006200005 - ], - [ - -121.80031635499995, - 37.408159037000075 - ], - [ - -121.800318775, - 37.40810047400004 - ], - [ - -121.80117575899999, - 37.40746883700007 - ], - [ - -121.80177883299996, - 37.40745669800003 - ], - [ - -121.80249110799997, - 37.40769407500005 - ], - [ - -121.80509362699996, - 37.40739301900004 - ], - [ - -121.80555810099997, - 37.407339325000066 - ], - [ - -121.80623150099996, - 37.40738122300007 - ], - [ - -121.80627338299996, - 37.40738382500007 - ], - [ - -121.80632273199996, - 37.407386891000044 - ], - [ - -121.80641660499998, - 37.40739275900006 - ], - [ - -121.80761254499998, - 37.407467146000045 - ], - [ - -121.80818296899997, - 37.40738978400003 - ], - [ - -121.80976876999995, - 37.40718267900007 - ], - [ - -121.81053068399996, - 37.40808063600008 - ], - [ - -121.812750855, - 37.40875291000003 - ], - [ - -121.81506194399998, - 37.40421132900008 - ], - [ - -121.81507908499998, - 37.40422629900007 - ], - [ - -121.81782439099999, - 37.406624073000046 - ], - [ - -121.81858460199999, - 37.407709555000054 - ], - [ - -121.81892203299998, - 37.40819138400008 - ], - [ - -121.81895514699994, - 37.40817368000006 - ], - [ - -121.81930328199996, - 37.408735740000054 - ], - [ - -121.82105937399996, - 37.411243013000046 - ], - [ - -121.82081068699995, - 37.411169320000056 - ], - [ - -121.82082873599995, - 37.41119845700007 - ], - [ - -121.82092680099998, - 37.41127385000004 - ], - [ - -121.82308863299994, - 37.41293722000006 - ], - [ - -121.82314009699996, - 37.41297681000003 - ], - [ - -121.82314274599997, - 37.41297884100004 - ], - [ - -121.82319147599998, - 37.41301635600007 - ], - [ - -121.82323037199995, - 37.41304624500003 - ], - [ - -121.823313666, - 37.413110336000045 - ], - [ - -121.82490327599999, - 37.41422070700003 - ], - [ - -121.82508116099996, - 37.414344957000026 - ], - [ - -121.82495928199995, - 37.414191119000066 - ], - [ - -121.82492488799994, - 37.41413526900004 - ], - [ - -121.82486511099995, - 37.41403811400005 - ], - [ - -121.82486463599997, - 37.41403718200007 - ], - [ - -121.82485672999996, - 37.414021888000036 - ], - [ - -121.82477392399994, - 37.41386078900007 - ], - [ - -121.824744899, - 37.413797027000044 - ], - [ - -121.82470622899996, - 37.413712039000075 - ], - [ - -121.824773129, - 37.41369800900003 - ], - [ - -121.824879883, - 37.41367558500008 - ], - [ - -121.82489649599995, - 37.41367179700006 - ], - [ - -121.82642428599996, - 37.41332355700007 - ], - [ - -121.82648716399996, - 37.41330922700007 - ], - [ - -121.82647963, - 37.41329254100003 - ], - [ - -121.82639124499997, - 37.41309677600003 - ], - [ - -121.82634959599994, - 37.413005689000045 - ], - [ - -121.82630856199995, - 37.41290079300006 - ], - [ - -121.82629181899995, - 37.412858088000064 - ], - [ - -121.826231587, - 37.41271110800005 - ], - [ - -121.82616878299996, - 37.412564822000036 - ], - [ - -121.82616185499995, - 37.41254636000008 - ], - [ - -121.82615553399995, - 37.41252974500003 - ], - [ - -121.82614600099998, - 37.41249389300003 - ], - [ - -121.82614033299996, - 37.41245754000005 - ], - [ - -121.82613862299996, - 37.412420936000046 - ], - [ - -121.826140813, - 37.41238433400008 - ], - [ - -121.82614690999998, - 37.41234800900003 - ], - [ - -121.82615689199997, - 37.412312256000064 - ], - [ - -121.82618232699997, - 37.41226921100008 - ], - [ - -121.82621230099994, - 37.41222803900007 - ], - [ - -121.82624658799995, - 37.412189082000054 - ], - [ - -121.82628490699994, - 37.41215257500005 - ], - [ - -121.82632700799996, - 37.41211884100005 - ], - [ - -121.82637254599996, - 37.412088089000065 - ], - [ - -121.82642124199998, - 37.412060575000055 - ], - [ - -121.82648938699998, - 37.41200525900007 - ], - [ - -121.82655965699996, - 37.41195165800008 - ], - [ - -121.826631965, - 37.411899797000046 - ], - [ - -121.82668823799997, - 37.411848140000075 - ], - [ - -121.82673838699998, - 37.41179259200004 - ], - [ - -121.826781902, - 37.41173361800003 - ], - [ - -121.82681386099995, - 37.411679900000024 - ], - [ - -121.82684651199997, - 37.411626382000065 - ], - [ - -121.82687979899998, - 37.41157313000008 - ], - [ - -121.82691372199997, - 37.41152014700003 - ], - [ - -121.82694830799994, - 37.41146738500004 - ], - [ - -121.82698353299998, - 37.41141493600003 - ], - [ - -121.82701936299998, - 37.41136273200004 - ], - [ - -121.82703604499994, - 37.41133898900006 - ], - [ - -121.82705583099994, - 37.411310841000045 - ], - [ - -121.82709290699995, - 37.41125924000005 - ], - [ - -121.82716813299999, - 37.41116978500003 - ], - [ - -121.827173287, - 37.41116432300004 - ], - [ - -121.82724941899994, - 37.41108380700007 - ], - [ - -121.82733659699994, - 37.411001586000054 - ], - [ - -121.82735549599994, - 37.41098161900004 - ], - [ - -121.82737219399996, - 37.41096044000005 - ], - [ - -121.82738657599998, - 37.410938212000076 - ], - [ - -121.82739853099997, - 37.41091509600005 - ], - [ - -121.82740797899999, - 37.41089123000006 - ], - [ - -121.82741483399997, - 37.41086682100007 - ], - [ - -121.82741904199997, - 37.41084202900004 - ], - [ - -121.82741928599995, - 37.41083804400006 - ], - [ - -121.82742060699997, - 37.41081704000004 - ], - [ - -121.82741947299996, - 37.410792033000064 - ], - [ - -121.82741689399995, - 37.410774530000026 - ], - [ - -121.82741654699998, - 37.410772724000026 - ], - [ - -121.82741570299999, - 37.410767219000036 - ], - [ - -121.82741041899999, - 37.41074937800005 - ], - [ - -121.82740328299997, - 37.410731972000065 - ], - [ - -121.82739434399997, - 37.41071504300004 - ], - [ - -121.82738366899997, - 37.410698867000065 - ], - [ - -121.827371342, - 37.410683395000035 - ], - [ - -121.82735742399996, - 37.410668835000024 - ], - [ - -121.82734200199997, - 37.41065523100008 - ], - [ - -121.82732522299995, - 37.41064271700003 - ], - [ - -121.82730717299995, - 37.41063140700004 - ], - [ - -121.82719225199997, - 37.41057344600006 - ], - [ - -121.82707251399995, - 37.410522155000024 - ], - [ - -121.82699147899996, - 37.41049311000006 - ], - [ - -121.82694850799999, - 37.410477711000055 - ], - [ - -121.82687665299994, - 37.41044856100007 - ], - [ - -121.82680838199997, - 37.410414381000066 - ], - [ - -121.82674418899995, - 37.41037543900006 - ], - [ - -121.82672814199998, - 37.41036378700005 - ], - [ - -121.82668462299995, - 37.41033212000008 - ], - [ - -121.82665944099995, - 37.41031020200006 - ], - [ - -121.82663017799996, - 37.41028471300007 - ], - [ - -121.826611147, - 37.41026009300003 - ], - [ - -121.82659484799996, - 37.410234253000056 - ], - [ - -121.82658140099994, - 37.41020739500004 - ], - [ - -121.82657089299994, - 37.410179725000035 - ], - [ - -121.82656341799998, - 37.41015142800006 - ], - [ - -121.82655906099995, - 37.41012270400006 - ], - [ - -121.82655777899998, - 37.410035968000045 - ], - [ - -121.82655762499996, - 37.41002885100005 - ], - [ - -121.82655642799995, - 37.409951910000075 - ], - [ - -121.82655121399995, - 37.40978114400008 - ], - [ - -121.82654327299997, - 37.40961045600005 - ], - [ - -121.826544002, - 37.40956590600007 - ], - [ - -121.82654771699998, - 37.409521435000045 - ], - [ - -121.82655447699995, - 37.40947720400004 - ], - [ - -121.82655860099999, - 37.40945577900004 - ], - [ - -121.82656146299996, - 37.40944075400006 - ], - [ - -121.82657238999997, - 37.40940492300007 - ], - [ - -121.82658712099999, - 37.40936998800004 - ], - [ - -121.82660560199997, - 37.40933620000004 - ], - [ - -121.82662766699997, - 37.40930379100007 - ], - [ - -121.82663659999997, - 37.40929302300003 - ], - [ - -121.82665314499997, - 37.40927303600006 - ], - [ - -121.82668184299996, - 37.40924414600005 - ], - [ - -121.82671359099999, - 37.40921734900007 - ], - [ - -121.82676658899999, - 37.409173718000034 - ], - [ - -121.82681891699997, - 37.40912952200006 - ], - [ - -121.82687048899999, - 37.409084807000056 - ], - [ - -121.82687376799998, - 37.40908195500003 - ], - [ - -121.826949217, - 37.40901479100006 - ], - [ - -121.82701868299995, - 37.40893878900005 - ], - [ - -121.82707824499994, - 37.408857614000055 - ], - [ - -121.82704111299995, - 37.40881074500004 - ], - [ - -121.82680097199994, - 37.40850738200004 - ], - [ - -121.82724682799994, - 37.40829612700003 - ], - [ - -121.82734356199995, - 37.40825291700003 - ], - [ - -121.82734743799995, - 37.40824667000004 - ], - [ - -121.82737459099997, - 37.40821163900006 - ], - [ - -121.82741875499994, - 37.40816664300007 - ], - [ - -121.82747821599997, - 37.40812502000006 - ], - [ - -121.82755174199997, - 37.408083788000056 - ], - [ - -121.82756830599999, - 37.408076116000075 - ], - [ - -121.82758136199999, - 37.40807134500005 - ], - [ - -121.827617864, - 37.40806175200004 - ], - [ - -121.827655242, - 37.40805471400006 - ], - [ - -121.82769323899998, - 37.408050278000076 - ], - [ - -121.8277316, - 37.408048448000045 - ], - [ - -121.82776997899998, - 37.408049273000074 - ], - [ - -121.82779460899997, - 37.40805148900006 - ], - [ - -121.82789336399998, - 37.40800738400003 - ], - [ - -121.82984291799994, - 37.40713875700004 - ], - [ - -121.83033137599995, - 37.407836176000046 - ], - [ - -121.83039607699999, - 37.407930914000076 - ], - [ - -121.83045585599996, - 37.40801840700004 - ], - [ - -121.83052647199997, - 37.40812628500004 - ], - [ - -121.83274459799998, - 37.41141207100003 - ], - [ - -121.83277172399994, - 37.41145280500007 - ], - [ - -121.83316728799997, - 37.41205675900005 - ], - [ - -121.83624594199995, - 37.41678040000005 - ], - [ - -121.83655762899997, - 37.41725859200005 - ], - [ - -121.83663392899996, - 37.417375650000054 - ], - [ - -121.836714127, - 37.417498687000034 - ], - [ - -121.83675712899998, - 37.41756466000004 - ], - [ - -121.83680904199997, - 37.417673001000026 - ], - [ - -121.83698470299998, - 37.417943878000074 - ], - [ - -121.83736958099996, - 37.418537370000024 - ], - [ - -121.83835868699998, - 37.420062545000064 - ], - [ - -121.83872887599995, - 37.42063334900007 - ], - [ - -121.83893010099996, - 37.42094361900007 - ], - [ - -121.83901513199999, - 37.421074728000065 - ], - [ - -121.83899660699996, - 37.42107882700003 - ], - [ - -121.838248196, - 37.42124439200006 - ], - [ - -121.83744645399997, - 37.421421751000025 - ], - [ - -121.83823469999999, - 37.421447932000035 - ], - [ - -121.83847804099997, - 37.421582166000064 - ], - [ - -121.83894500499997, - 37.421839756000054 - ], - [ - -121.83939414199995, - 37.421644757000024 - ], - [ - -121.84006963399997, - 37.42265962400006 - ], - [ - -121.84059539299994, - 37.42344950900008 - ], - [ - -121.83935585599994, - 37.42403695100006 - ], - [ - -121.83873242599998, - 37.42435496500008 - ], - [ - -121.83713238899998, - 37.42517112300004 - ], - [ - -121.83772097999997, - 37.42591079400006 - ], - [ - -121.85145874799997, - 37.42293525800005 - ], - [ - -121.85558436699995, - 37.42204130300007 - ], - [ - -121.85627505899998, - 37.421891611000035 - ], - [ - -121.85648731599997, - 37.421845621000045 - ], - [ - -121.85674957299995, - 37.42178879900007 - ], - [ - -121.85774204899997, - 37.42157369200004 - ], - [ - -121.85797280099996, - 37.42152369900003 - ], - [ - -121.85799489899995, - 37.421534775000055 - ], - [ - -121.85963704599999, - 37.422358331000055 - ], - [ - -121.85987430399996, - 37.42247542600006 - ], - [ - -121.85987750199996, - 37.42247700900003 - ], - [ - -121.85995734899996, - 37.42251638500005 - ], - [ - -121.86010511199999, - 37.422460830000034 - ], - [ - -121.86035466699997, - 37.42235122500006 - ], - [ - -121.86040637199994, - 37.422328538000045 - ], - [ - -121.86041827399998, - 37.42232329600006 - ], - [ - -121.86068761699994, - 37.42220503900006 - ], - [ - -121.86073590499996, - 37.42218383200003 - ], - [ - -121.86078413499996, - 37.42216264800004 - ], - [ - -121.86083233799997, - 37.42214148800008 - ], - [ - -121.86088065599995, - 37.42212028300003 - ], - [ - -121.86095704399997, - 37.42208673300007 - ], - [ - -121.86110151099996, - 37.42202492700005 - ], - [ - -121.86211605799997, - 37.42157767900005 - ], - [ - -121.86383553899998, - 37.42081965300008 - ], - [ - -121.86515789299995, - 37.42023665700003 - ], - [ - -121.86602811299997, - 37.41985299400005 - ], - [ - -121.86683176199995, - 37.41949866500005 - ], - [ - -121.867544276, - 37.41918451200007 - ], - [ - -121.86767011499995, - 37.41912950600005 - ], - [ - -121.86874486899995, - 37.418659708000064 - ], - [ - -121.86939523799998, - 37.41837538300007 - ], - [ - -121.87011996899997, - 37.41805885100007 - ], - [ - -121.87174242499998, - 37.41735025100007 - ], - [ - -121.873253192, - 37.41669034000006 - ], - [ - -121.87333296599996, - 37.41665415700004 - ], - [ - -121.87353382299995, - 37.416562627000076 - ], - [ - -121.87377056799994, - 37.41646248600006 - ], - [ - -121.87401141899994, - 37.41636877900004 - ], - [ - -121.87419710899997, - 37.41630190700005 - ], - [ - -121.87425587599995, - 37.41628169200004 - ], - [ - -121.87450410599996, - 37.416201166000064 - ], - [ - -121.87450594199998, - 37.41620060400004 - ], - [ - -121.87451200899994, - 37.41619874100007 - ], - [ - -121.87451973299994, - 37.41619637200006 - ], - [ - -121.87452377999995, - 37.41619513200004 - ], - [ - -121.87452966199999, - 37.41619332600004 - ], - [ - -121.87453352699998, - 37.416192144000036 - ], - [ - -121.87453555099995, - 37.416191524000055 - ], - [ - -121.874547329, - 37.41618793400005 - ], - [ - -121.875059583, - 37.41603248600006 - ], - [ - -121.88038097099997, - 37.41441741400007 - ], - [ - -121.88018719699994, - 37.413764798000045 - ], - [ - -121.88173744399995, - 37.41326117400007 - ], - [ - -121.882073086, - 37.413153187000034 - ], - [ - -121.88088022699998, - 37.41159828600007 - ], - [ - -121.88082203599998, - 37.41152242700008 - ], - [ - -121.88285674899998, - 37.41070563000005 - ], - [ - -121.88280830499997, - 37.410632521000025 - ], - [ - -121.88444721899998, - 37.40997076800005 - ], - [ - -121.88440062799998, - 37.40987847700006 - ], - [ - -121.88439720199995, - 37.409871674000044 - ], - [ - -121.88435689799996, - 37.40979187600004 - ], - [ - -121.88423869499996, - 37.40955780400003 - ], - [ - -121.88416830299997, - 37.40941832200008 - ], - [ - -121.88431009199996, - 37.40936306300006 - ], - [ - -121.88448068399998, - 37.40929659300008 - ], - [ - -121.884654695, - 37.409228778000056 - ], - [ - -121.88483166799995, - 37.40915982800004 - ], - [ - -121.88500798599995, - 37.409091114000034 - ], - [ - -121.88518737799996, - 37.40902119700007 - ], - [ - -121.88536061599996, - 37.40895364100004 - ], - [ - -121.88553869999998, - 37.408884288000024 - ], - [ - -121.88571854899999, - 37.408814181000025 - ], - [ - -121.885898624, - 37.40874402500003 - ], - [ - -121.88607337199994, - 37.40867594600007 - ], - [ - -121.88625281999998, - 37.40860598200004 - ], - [ - -121.88642631399995, - 37.408538376000024 - ], - [ - -121.88660661699998, - 37.40846810200003 - ], - [ - -121.88678885699994, - 37.408397096000044 - ], - [ - -121.88694027199995, - 37.40833808100007 - ], - [ - -121.88731144399998, - 37.408193424000046 - ], - [ - -121.88746436899999, - 37.40813381900006 - ], - [ - -121.88760113799998, - 37.40808051600004 - ], - [ - -121.887792349, - 37.40800599200003 - ], - [ - -121.88829629799994, - 37.40780958600004 - ], - [ - -121.88831717999994, - 37.40780144200005 - ], - [ - -121.88833245, - 37.40779549400003 - ], - [ - -121.888608525, - 37.40768789600003 - ], - [ - -121.88879097499995, - 37.40751976200005 - ], - [ - -121.88788937099997, - 37.40695683900003 - ], - [ - -121.88797929099997, - 37.40685002600003 - ], - [ - -121.88857591399994, - 37.406260262000046 - ], - [ - -121.88868914799997, - 37.406145 - ], - [ - -121.88881154199998, - 37.406023996000044 - ], - [ - -121.88882553399998, - 37.406006527000045 - ], - [ - -121.88883767599998, - 37.40599441200004 - ], - [ - -121.88910606299999, - 37.40571465800008 - ], - [ - -121.88915163699994, - 37.405681214000026 - ], - [ - -121.88919803199997, - 37.405637725000076 - ], - [ - -121.88919927099994, - 37.40563638700007 - ], - [ - -121.88920008799994, - 37.40563550000007 - ], - [ - -121.889202136, - 37.40563326800003 - ], - [ - -121.88959653599994, - 37.40524226500003 - ], - [ - -121.88986619999997, - 37.404972772000065 - ], - [ - -121.88998923999998, - 37.404849746000025 - ], - [ - -121.89038990199998, - 37.404453310000065 - ], - [ - -121.89043982499999, - 37.40440389300005 - ], - [ - -121.89045102699998, - 37.404391443000065 - ], - [ - -121.89046844099994, - 37.40436271800007 - ], - [ - -121.89047707399999, - 37.40433161100003 - ], - [ - -121.890617895, - 37.404166660000044 - ], - [ - -121.89085037199999, - 37.403926881000075 - ], - [ - -121.89092198999998, - 37.40385301300006 - ], - [ - -121.890925144, - 37.40384977200006 - ], - [ - -121.89126431399995, - 37.40349988600008 - ], - [ - -121.89135441099995, - 37.40338068500006 - ], - [ - -121.89187689599999, - 37.403422645000035 - ], - [ - -121.892080841, - 37.40343945300003 - ], - [ - -121.89229297199995, - 37.403407591000075 - ], - [ - -121.89293782599998, - 37.40346535200007 - ], - [ - -121.893468257, - 37.40350787700004 - ], - [ - -121.894588753, - 37.403654811000024 - ], - [ - -121.89699120699999, - 37.403838069000074 - ], - [ - -121.89734817299995, - 37.40387021300006 - ], - [ - -121.89734755299997, - 37.40392284300003 - ], - [ - -121.89739488199996, - 37.403925858000036 - ], - [ - -121.897453107, - 37.40393627900005 - ], - [ - -121.89750857299998, - 37.403953837000074 - ], - [ - -121.89755991199996, - 37.403978101000064 - ], - [ - -121.89760586099999, - 37.40400847300003 - ], - [ - -121.89764528999996, - 37.40404420600004 - ], - [ - -121.89766416599997, - 37.404066252000064 - ], - [ - -121.89769195099996, - 37.404096690000074 - ], - [ - -121.89771634299996, - 37.40412681500004 - ], - [ - -121.89776357899996, - 37.404183842000066 - ], - [ - -121.89810282499997, - 37.404103278000036 - ], - [ - -121.89864649799995, - 37.40403428600007 - ], - [ - -121.89944221299999, - 37.40403452400005 - ], - [ - -121.90050664999995, - 37.404128737000065 - ], - [ - -121.900707405, - 37.40414515600003 - ], - [ - -121.902860751, - 37.40433133700003 - ], - [ - -121.90341193999996, - 37.40435559900004 - ], - [ - -121.90390853799994, - 37.40440032400005 - ], - [ - -121.90425132299998, - 37.40442717900004 - ], - [ - -121.904704816, - 37.40443019400004 - ], - [ - -121.90514825599996, - 37.404368598000076 - ], - [ - -121.905539697, - 37.40426255300008 - ], - [ - -121.90592113699995, - 37.40409473200003 - ], - [ - -121.90622824199994, - 37.40391370100008 - ], - [ - -121.90658630999997, - 37.40362791000007 - ], - [ - -121.90688818499996, - 37.40335686800006 - ], - [ - -121.908790652, - 37.40170419200007 - ], - [ - -121.90897772099999, - 37.401539839000066 - ], - [ - -121.90901828299997, - 37.401504490000036 - ], - [ - -121.90911363699996, - 37.401421354000036 - ], - [ - -121.90930919399995, - 37.40125078700004 - ], - [ - -121.90931955299999, - 37.40124176000006 - ], - [ - -121.90940328799996, - 37.401168719000054 - ], - [ - -121.91151225199997, - 37.39934690100006 - ], - [ - -121.91171365399998, - 37.399498136000034 - ], - [ - -121.91175602199996, - 37.399461323000025 - ], - [ - -121.91288064199995, - 37.39848409800004 - ], - [ - -121.91340090799997, - 37.398022713000046 - ], - [ - -121.91414634999995, - 37.39737304100004 - ], - [ - -121.91465980699996, - 37.39692555700003 - ], - [ - -121.91475280499998, - 37.39684448200006 - ], - [ - -121.915311751, - 37.39635735100006 - ], - [ - -121.91531697199997, - 37.396368935000055 - ], - [ - -121.91531827999995, - 37.39637185200007 - ], - [ - -121.91533945199996, - 37.39642585900003 - ], - [ - -121.91533981599997, - 37.39642679000008 - ], - [ - -121.915340115, - 37.396427817000074 - ], - [ - -121.91535536799995, - 37.39648038200005 - ], - [ - -121.91535846899995, - 37.396493485000065 - ], - [ - -121.91535876699999, - 37.396494877000066 - ], - [ - -121.91536222199994, - 37.396512071000075 - ], - [ - -121.91536437199994, - 37.39652397100008 - ], - [ - -121.91536490099998, - 37.396526986000026 - ], - [ - -121.91536503499998, - 37.39652799100003 - ], - [ - -121.91536623699994, - 37.39653598800004 - ], - [ - -121.91536740199996, - 37.39654391700003 - ], - [ - -121.915369178, - 37.39655827000007 - ], - [ - -121.91536937099994, - 37.396559962000026 - ], - [ - -121.91537049299995, - 37.39657143900007 - ], - [ - -121.91537090699995, - 37.396575874000064 - ], - [ - -121.91537127799995, - 37.396581112000035 - ], - [ - -121.91537199299995, - 37.39659156500005 - ], - [ - -121.91537241399999, - 37.39660016500005 - ], - [ - -121.91537273799997, - 37.39660821900003 - ], - [ - -121.91537284999998, - 37.39661483300006 - ], - [ - -121.91537290999997, - 37.396620349000045 - ], - [ - -121.91537291799995, - 37.39662293500004 - ], - [ - -121.91537291399999, - 37.396624332000044 - ], - [ - -121.91537284999998, - 37.396636509000075 - ], - [ - -121.91537281999996, - 37.396639005000054 - ], - [ - -121.91537279, - 37.396640424000054 - ], - [ - -121.91537224199999, - 37.39665464500007 - ], - [ - -121.91537118599996, - 37.396671550000065 - ], - [ - -121.91537110499996, - 37.396672627000044 - ], - [ - -121.91537050399995, - 37.39667940500004 - ], - [ - -121.91536986899996, - 37.39668641700007 - ], - [ - -121.91536975199995, - 37.39668754500008 - ], - [ - -121.91536968699995, - 37.396688690000076 - ], - [ - -121.91536949099998, - 37.396690496000076 - ], - [ - -121.91536904099996, - 37.39669437600003 - ], - [ - -121.91536814699998, - 37.39670202800005 - ], - [ - -121.91536792199997, - 37.39670377300007 - ], - [ - -121.91535741099995, - 37.39676251900005 - ], - [ - -121.915336116, - 37.39683516700006 - ], - [ - -121.91533566099997, - 37.39683642700004 - ], - [ - -121.91532582099995, - 37.39686201600006 - ], - [ - -121.91530061299994, - 37.396923548000075 - ], - [ - -121.91517289099994, - 37.39723529300005 - ], - [ - -121.91514677199996, - 37.39730837400003 - ], - [ - -121.91514647999998, - 37.39730932900005 - ], - [ - -121.91512580299997, - 37.39739190600005 - ], - [ - -121.91511380299994, - 37.39747653300003 - ], - [ - -121.91511084599995, - 37.39756185500005 - ], - [ - -121.91511636099995, - 37.39764188000004 - ], - [ - -121.91513204299997, - 37.39776154900005 - ], - [ - -121.91513253699998, - 37.397765321000065 - ], - [ - -121.91513271699995, - 37.39776641000003 - ], - [ - -121.91516828899995, - 37.397984085000076 - ], - [ - -121.91516859999996, - 37.39798598200008 - ], - [ - -121.91516888999996, - 37.397987380000075 - ], - [ - -121.91521334, - 37.398203860000024 - ], - [ - -121.91521369399999, - 37.39820558100007 - ], - [ - -121.91521408999995, - 37.39820717900005 - ], - [ - -121.91526695899995, - 37.39842061000007 - ], - [ - -121.91526776899997, - 37.398423886000046 - ], - [ - -121.91526856699994, - 37.39842662800004 - ], - [ - -121.91533036599998, - 37.398639271000036 - ], - [ - -121.91533076999997, - 37.39864066400003 - ], - [ - -121.91533123699998, - 37.39864206100003 - ], - [ - -121.91540239799997, - 37.39885499500008 - ], - [ - -121.91540306599995, - 37.39885685200005 - ], - [ - -121.91548290599997, - 37.39906775900005 - ], - [ - -121.91548326299994, - 37.39906870500005 - ], - [ - -121.91548365799997, - 37.399069637000025 - ], - [ - -121.91557202399997, - 37.39927816800008 - ], - [ - -121.91557259499996, - 37.39927951100003 - ], - [ - -121.91557306599998, - 37.399280513000065 - ], - [ - -121.91566978599997, - 37.39948630300006 - ], - [ - -121.91567052399995, - 37.399487872000066 - ], - [ - -121.91567138099998, - 37.399489533000065 - ], - [ - -121.91577089699996, - 37.39968236800007 - ], - [ - -121.91577470599998, - 37.399689385000045 - ], - [ - -121.915776973, - 37.399693557000035 - ], - [ - -121.91584570299995, - 37.399810133000074 - ], - [ - -121.91592238799996, - 37.399923139000066 - ], - [ - -121.91592326899996, - 37.39992435500005 - ], - [ - -121.916007606, - 37.40003339100008 - ], - [ - -121.916099579, - 37.40013851100008 - ], - [ - -121.91610030699997, - 37.400139343000035 - ], - [ - -121.91610107999998, - 37.40014012600005 - ], - [ - -121.91619965499996, - 37.40024019200007 - ], - [ - -121.91620081399998, - 37.400241305000065 - ], - [ - -121.916306868, - 37.40033724800003 - ], - [ - -121.91642056999996, - 37.40042911300003 - ], - [ - -121.91653995499996, - 37.40051520500003 - ], - [ - -121.91654083699996, - 37.400515840000025 - ], - [ - -121.91654766599999, - 37.40052042800005 - ], - [ - -121.91656079199998, - 37.40052923500008 - ], - [ - -121.91657166699997, - 37.40053653700005 - ], - [ - -121.91666816699995, - 37.40060039900004 - ], - [ - -121.91683415799997, - 37.40071024100007 - ], - [ - -121.91687077199998, - 37.40073447300006 - ], - [ - -121.91688167099994, - 37.40074168600006 - ], - [ - -121.91689048399996, - 37.400747556000056 - ], - [ - -121.91689189299996, - 37.400748570000076 - ], - [ - -121.91698534399995, - 37.40081590500006 - ], - [ - -121.91707334799997, - 37.40088902700006 - ], - [ - -121.917074432, - 37.400889928000026 - ], - [ - -121.91707530099995, - 37.400890762000074 - ], - [ - -121.91715639399996, - 37.400968600000056 - ], - [ - -121.91722971799999, - 37.40105018700007 - ], - [ - -121.91723110999999, - 37.401051737000046 - ], - [ - -121.91723227399996, - 37.401053251000064 - ], - [ - -121.91729800099995, - 37.40113864800003 - ], - [ - -121.91729900799999, - 37.40114011800006 - ], - [ - -121.91733990799997, - 37.401201247000074 - ], - [ - -121.91735743599997, - 37.401229784000066 - ], - [ - -121.91740840299997, - 37.40132385600003 - ], - [ - -121.917450772, - 37.401420476000055 - ], - [ - -121.91748437899997, - 37.40151924000003 - ], - [ - -121.91750903699995, - 37.40161954400003 - ], - [ - -121.91751267399997, - 37.40163853000007 - ], - [ - -121.91773539399998, - 37.40285854200005 - ], - [ - -121.91773562499998, - 37.40286002800008 - ], - [ - -121.91774087399995, - 37.40288871400003 - ], - [ - -121.91776314999998, - 37.40299138300003 - ], - [ - -121.91779693799998, - 37.403107240000054 - ], - [ - -121.91783954199997, - 37.403221304000056 - ], - [ - -121.91789070399994, - 37.40333288800008 - ], - [ - -121.91795031299995, - 37.40344182100006 - ], - [ - -121.91801818099998, - 37.40354772300003 - ], - [ - -121.91809402499996, - 37.403650139000035 - ], - [ - -121.91817750599995, - 37.40374861200007 - ], - [ - -121.91826832799995, - 37.403842815000075 - ], - [ - -121.91836626299994, - 37.403932507000036 - ], - [ - -121.91844149599996, - 37.40399449800003 - ], - [ - -121.91847142799998, - 37.40401769600004 - ], - [ - -121.91858234899996, - 37.40409723400006 - ], - [ - -121.91869897, - 37.404171113000075 - ], - [ - -121.91882106399999, - 37.40423921400003 - ], - [ - -121.91894820699997, - 37.40430128400004 - ], - [ - -121.91907989699996, - 37.40435707200004 - ], - [ - -121.91921542399996, - 37.40440627800007 - ], - [ - -121.91931160599995, - 37.40443652700003 - ], - [ - -121.92121988899999, - 37.404999676000045 - ], - [ - -121.92126110599997, - 37.405013849000056 - ], - [ - -121.92131481499996, - 37.405039103000036 - ], - [ - -121.92136337699998, - 37.40507034800004 - ], - [ - -121.92140566699999, - 37.405106868000075 - ], - [ - -121.92144081499998, - 37.40514787500007 - ], - [ - -121.92146815799998, - 37.405192603000046 - ], - [ - -121.92148700999996, - 37.40523997300005 - ], - [ - -121.92149702199998, - 37.40528901700003 - ], - [ - -121.92149858099998, - 37.40531128600003 - ], - [ - -121.92150205799999, - 37.40543210200008 - ], - [ - -121.92150757999997, - 37.40548236400008 - ], - [ - -121.92152224999995, - 37.40553471800007 - ], - [ - -121.921545644, - 37.40558482500006 - ], - [ - -121.92157749799998, - 37.40563213400003 - ], - [ - -121.92161705799998, - 37.405675442000074 - ], - [ - -121.92166369999995, - 37.40571410100006 - ], - [ - -121.92171645599996, - 37.40574728900003 - ], - [ - -121.92177433299997, - 37.40577441700003 - ], - [ - -121.921836365, - 37.405795031000025 - ], - [ - -121.92190139099995, - 37.40580872800007 - ], - [ - -121.921968016, - 37.40581521100006 - ], - [ - -121.92200412799997, - 37.40581569400007 - ], - [ - -121.92203551899996, - 37.405814399000064 - ], - [ - -121.92210185899995, - 37.405806307000034 - ], - [ - -121.92216622099994, - 37.405791073000046 - ], - [ - -121.92220860099997, - 37.40577663700003 - ], - [ - -121.92241314499995, - 37.405697727000074 - ], - [ - -121.92262703299997, - 37.40561518000004 - ], - [ - -121.92264009799999, - 37.40561035400003 - ], - [ - -121.92269906099995, - 37.40559350700005 - ], - [ - -121.92273581399996, - 37.40558673500004 - ], - [ - -121.922775576, - 37.40558234900004 - ], - [ - -121.92280244799997, - 37.40558109800003 - ], - [ - -121.92281641799997, - 37.40558092800006 - ], - [ - -121.92283042499997, - 37.40558114800007 - ], - [ - -121.92289714099996, - 37.405584857000065 - ], - [ - -121.92299298599994, - 37.405596321000075 - ], - [ - -121.92308687699995, - 37.40561486100006 - ], - [ - -121.923178254, - 37.40564034800008 - ], - [ - -121.92326631799995, - 37.405672578000065 - ], - [ - -121.92335013, - 37.405711213000075 - ], - [ - -121.92342902399997, - 37.405755928000076 - ], - [ - -121.92350234399998, - 37.40580635500004 - ], - [ - -121.92356949699996, - 37.405862091000074 - ], - [ - -121.92362972199999, - 37.405922522000026 - ], - [ - -121.92368258899995, - 37.405987184000026 - ], - [ - -121.92369795299999, - 37.40600877900005 - ], - [ - -121.92372335199997, - 37.40604823100006 - ], - [ - -121.92375232599994, - 37.40609768000007 - ], - [ - -121.92382208899994, - 37.406228730000066 - ], - [ - -121.92388309999995, - 37.406362057000024 - ], - [ - -121.92393544499998, - 37.40649775800006 - ], - [ - -121.92397902, - 37.40663560400003 - ], - [ - -121.92401355799996, - 37.406774737000035 - ], - [ - -121.92403910099995, - 37.40691522800006 - ], - [ - -121.92404509699998, - 37.40695833800004 - ], - [ - -121.924063032, - 37.40712278500007 - ], - [ - -121.92407582299995, - 37.407317198000044 - ], - [ - -121.92407881999998, - 37.40741464900003 - ], - [ - -121.92407884299996, - 37.40741561100003 - ], - [ - -121.92407958499996, - 37.407513738000034 - ], - [ - -121.92407424099997, - 37.40770817600003 - ], - [ - -121.92406862799999, - 37.407799140000066 - ], - [ - -121.92390619999998, - 37.40786298200004 - ], - [ - -121.92363517399997, - 37.40870511500003 - ], - [ - -121.92342248899996, - 37.40923036300006 - ], - [ - -121.92306336499996, - 37.409990221000044 - ], - [ - -121.92304053299995, - 37.41065748300008 - ], - [ - -121.92311019599998, - 37.41079686100005 - ], - [ - -121.92311625999997, - 37.41081100300005 - ], - [ - -121.92316472799996, - 37.410923902000036 - ], - [ - -121.92325736899994, - 37.41113972800008 - ], - [ - -121.92328724799995, - 37.41120933900004 - ], - [ - -121.92394417899999, - 37.41211480900006 - ], - [ - -121.92437127499994, - 37.41249589000006 - ], - [ - -121.92487563299994, - 37.41270454100004 - ], - [ - -121.92524913799997, - 37.41279742200004 - ], - [ - -121.92554686499994, - 37.41292219400003 - ], - [ - -121.92589864499996, - 37.413396454000065 - ], - [ - -121.92597019799996, - 37.41400099700007 - ], - [ - -121.92602716399995, - 37.41424144800004 - ], - [ - -121.92641980599996, - 37.41466995700006 - ], - [ - -121.92656491199995, - 37.41485843000004 - ], - [ - -121.92676843499999, - 37.415122781000036 - ], - [ - -121.92704461099999, - 37.41523343700004 - ], - [ - -121.92729655199997, - 37.41522339100004 - ], - [ - -121.92755382799999, - 37.415213118000054 - ], - [ - -121.92805796999994, - 37.415192974000036 - ], - [ - -121.92815687099994, - 37.41535996500005 - ], - [ - -121.92815793899996, - 37.41536178300004 - ], - [ - -121.92816597599995, - 37.41537535100008 - ], - [ - -121.92817588099996, - 37.41539209900003 - ], - [ - -121.92854331399997, - 37.41601247300008 - ], - [ - -121.93011962599996, - 37.417706870000075 - ], - [ - -121.93020479599994, - 37.417838363000044 - ], - [ - -121.929968783, - 37.41794035300006 - ], - [ - -121.93000629299996, - 37.417990789000044 - ], - [ - -121.93004261099998, - 37.41804456500006 - ], - [ - -121.93006584999995, - 37.418082139000035 - ], - [ - -121.93011697699995, - 37.418176465000045 - ], - [ - -121.93015953399998, - 37.41827345300004 - ], - [ - -121.93019332999995, - 37.41837268300003 - ], - [ - -121.93021139899997, - 37.41844202600004 - ], - [ - -121.93015727899996, - 37.41852474600006 - ], - [ - -121.930157985, - 37.41852865200008 - ], - [ - -121.93015984999994, - 37.41853913500006 - ], - [ - -121.930163, - 37.41855672100007 - ], - [ - -121.930165381, - 37.418570129000045 - ], - [ - -121.93016686099998, - 37.418578489000026 - ], - [ - -121.93016715299996, - 37.41858024700008 - ], - [ - -121.930168386, - 37.41858918200006 - ], - [ - -121.93016952799996, - 37.41859788900007 - ], - [ - -121.93017130699997, - 37.41861128200003 - ], - [ - -121.93017287899994, - 37.418622981000055 - ], - [ - -121.93017438499999, - 37.41863420200008 - ], - [ - -121.93017491399996, - 37.41863783500003 - ], - [ - -121.93017614999997, - 37.418645397000034 - ], - [ - -121.93017812099998, - 37.41865690800006 - ], - [ - -121.93018003099996, - 37.41866821700006 - ], - [ - -121.93018158299998, - 37.41867733000004 - ], - [ - -121.93018332799994, - 37.41868749500003 - ], - [ - -121.93018501299997, - 37.418697569000074 - ], - [ - -121.93018581799998, - 37.418702137000025 - ], - [ - -121.93018592499999, - 37.41870325800005 - ], - [ - -121.93018593599999, - 37.41870531700005 - ], - [ - -121.93018573699999, - 37.418712897000034 - ], - [ - -121.93018548199996, - 37.41872201000007 - ], - [ - -121.93018520099997, - 37.418732840000075 - ], - [ - -121.93018487799998, - 37.418744426000046 - ], - [ - -121.93018465799997, - 37.41875246300003 - ], - [ - -121.93018425999998, - 37.41876606500006 - ], - [ - -121.93018403999997, - 37.41877405500003 - ], - [ - -121.93018212299995, - 37.41879241500004 - ], - [ - -121.93018034999994, - 37.41880916800005 - ], - [ - -121.930179082, - 37.418820835000076 - ], - [ - -121.93017794099995, - 37.41883172000007 - ], - [ - -121.93017697, - 37.41884095800003 - ], - [ - -121.93017621399997, - 37.418847948000064 - ], - [ - -121.93017575299996, - 37.41885237100007 - ], - [ - -121.93017550399998, - 37.41886027100003 - ], - [ - -121.93017520499995, - 37.41887167400006 - ], - [ - -121.93017491799998, - 37.418883626000024 - ], - [ - -121.93017462999995, - 37.41889406800004 - ], - [ - -121.93017436499997, - 37.418904257000065 - ], - [ - -121.930174121, - 37.418913942000074 - ], - [ - -121.93017390799997, - 37.418922276000046 - ], - [ - -121.93017378299999, - 37.41892623800004 - ], - [ - -121.930173358, - 37.41893407200007 - ], - [ - -121.93017258599997, - 37.41894614300003 - ], - [ - -121.93017190899997, - 37.418957299000056 - ], - [ - -121.93017114299994, - 37.41896971500006 - ], - [ - -121.93017027099995, - 37.41898405400008 - ], - [ - -121.93016975999996, - 37.418991912000024 - ], - [ - -121.93016924099999, - 37.419000754000024 - ], - [ - -121.93016886699996, - 37.41900666400005 - ], - [ - -121.93016876899998, - 37.41900758100007 - ], - [ - -121.93016799099996, - 37.41901338100007 - ], - [ - -121.93016687899996, - 37.41902127000003 - ], - [ - -121.93016571399994, - 37.419029386000034 - ], - [ - -121.93016424599995, - 37.419039637000026 - ], - [ - -121.93016285399995, - 37.41904933500007 - ], - [ - -121.93016121399995, - 37.41906112000004 - ], - [ - -121.93015984899995, - 37.41907070600007 - ], - [ - -121.93015903799994, - 37.41907643700006 - ], - [ - -121.93015835799997, - 37.41908129800004 - ], - [ - -121.93015774799994, - 37.41908542600004 - ], - [ - -121.93015943999995, - 37.41908723000006 - ], - [ - -121.93019917499998, - 37.41912511600003 - ], - [ - -121.930219836, - 37.41914308200006 - ], - [ - -121.93027467799999, - 37.419182987000056 - ], - [ - -121.93033471399997, - 37.41921668600003 - ], - [ - -121.93039974599998, - 37.41924419600008 - ], - [ - -121.93046856099994, - 37.41926497000003 - ], - [ - -121.93053997499999, - 37.419278672000075 - ], - [ - -121.93061304199995, - 37.41928513800008 - ], - [ - -121.93064983699998, - 37.41928561800006 - ], - [ - -121.93083706699997, - 37.419301922000045 - ], - [ - -121.93090922999994, - 37.41930799800008 - ], - [ - -121.93098552699996, - 37.41932143300005 - ], - [ - -121.93105938899998, - 37.41934185200006 - ], - [ - -121.93112982199995, - 37.41936898900008 - ], - [ - -121.93119575499998, - 37.41940243600004 - ], - [ - -121.93125633799997, - 37.41944173200005 - ], - [ - -121.93131084199996, - 37.41948640700008 - ], - [ - -121.93135852199998, - 37.41953587900008 - ], - [ - -121.93139863, - 37.41958937100003 - ], - [ - -121.93143065799995, - 37.41964618000003 - ], - [ - -121.93145421599996, - 37.419705591000024 - ], - [ - -121.93146898199996, - 37.41976683200005 - ], - [ - -121.93147473399995, - 37.419829056000026 - ], - [ - -121.93147138599994, - 37.41989124300005 - ], - [ - -121.93145899199999, - 37.41995285200005 - ], - [ - -121.93144527499999, - 37.41999440600006 - ], - [ - -121.93141666899999, - 37.42006060800003 - ], - [ - -121.931411159, - 37.420072291000054 - ], - [ - -121.931376995, - 37.42013244800006 - ], - [ - -121.93133496399997, - 37.42018890400004 - ], - [ - -121.93128536599994, - 37.42024138000005 - ], - [ - -121.93122876399997, - 37.420289240000045 - ], - [ - -121.93116601599996, - 37.42033175800003 - ], - [ - -121.93110020199998, - 37.420367370000065 - ], - [ - -121.93112246599998, - 37.42038946200006 - ], - [ - -121.93068423799997, - 37.420765782000046 - ], - [ - -121.93066062099996, - 37.420787250000046 - ], - [ - -121.930498936, - 37.420940012000074 - ], - [ - -121.92824208199994, - 37.42204174900007 - ], - [ - -121.92791363599997, - 37.42220208300006 - ], - [ - -121.926994144, - 37.42285938100008 - ], - [ - -121.92649745399996, - 37.423198582000055 - ], - [ - -121.92637934799995, - 37.423189328000035 - ], - [ - -121.92637578199998, - 37.42318895900007 - ], - [ - -121.92626185199998, - 37.42317601600007 - ], - [ - -121.92625975199996, - 37.423175720000074 - ], - [ - -121.92614516999998, - 37.42315871000005 - ], - [ - -121.92601666599995, - 37.423158028000046 - ], - [ - -121.92593217099994, - 37.42315049500007 - ], - [ - -121.92584915099997, - 37.423135915000046 - ], - [ - -121.925793361, - 37.42312114200007 - ], - [ - -121.92571107699996, - 37.423194909000074 - ], - [ - -121.92561551299997, - 37.42329052100007 - ], - [ - -121.92561410599995, - 37.423292024000034 - ], - [ - -121.92560129599997, - 37.42330579400004 - ], - [ - -121.92584326099995, - 37.42335344000003 - ], - [ - -121.92586258199998, - 37.42341388500006 - ], - [ - -121.92587729599995, - 37.42345990000007 - ], - [ - -121.92542177999997, - 37.42355250600008 - ], - [ - -121.92537882699997, - 37.42363087900003 - ], - [ - -121.92534281699994, - 37.423706942000024 - ], - [ - -121.92533160999994, - 37.423733241000036 - ], - [ - -121.92529285399996, - 37.42383845100005 - ], - [ - -121.92526318299997, - 37.42394490600003 - ], - [ - -121.92524245299995, - 37.42405286600007 - ], - [ - -121.92523081899998, - 37.42416165100008 - ], - [ - -121.92522832399999, - 37.424270773000046 - ], - [ - -121.92523497699995, - 37.42437990900004 - ], - [ - -121.92524507499996, - 37.424455985000066 - ], - [ - -121.925250759, - 37.424488429000064 - ], - [ - -121.92527560899998, - 37.42459599800003 - ], - [ - -121.92530937599997, - 37.42470186500003 - ], - [ - -121.925351939, - 37.42480569300005 - ], - [ - -121.92540303599998, - 37.42490687700007 - ], - [ - -121.92546252299996, - 37.425005181000074 - ], - [ - -121.925530198, - 37.42510022400006 - ], - [ - -121.92560557099995, - 37.42519129900006 - ], - [ - -121.92566774, - 37.425257601000055 - ], - [ - -121.92667839499995, - 37.426239536000026 - ], - [ - -121.92689348999994, - 37.42644851400007 - ], - [ - -121.92693495799995, - 37.426488799000026 - ], - [ - -121.92693582399994, - 37.426489641000046 - ], - [ - -121.92709089999994, - 37.42664606900007 - ], - [ - -121.92723885699996, - 37.42680698700008 - ], - [ - -121.92737950199995, - 37.42697221100008 - ], - [ - -121.92751235799994, - 37.42714118200007 - ], - [ - -121.92763763099998, - 37.427314153000054 - ], - [ - -121.92775480399996, - 37.42749043300006 - ], - [ - -121.92786396099996, - 37.427670126000066 - ], - [ - -121.92796492199994, - 37.42785297200004 - ], - [ - -121.92805733499995, - 37.42803831700007 - ], - [ - -121.92814127899999, - 37.42822627600003 - ], - [ - -121.92821665899999, - 37.428416654000046 - ], - [ - -121.928283347, - 37.42860917200005 - ], - [ - -121.92834117499996, - 37.428803334000065 - ], - [ - -121.92839010499995, - 37.42899896400007 - ], - [ - -121.92843013099997, - 37.429196028000035 - ], - [ - -121.92846116099997, - 37.42939415700005 - ], - [ - -121.92848314999998, - 37.42959307800004 - ], - [ - -121.92849604999998, - 37.429792285000076 - ], - [ - -121.92849898399999, - 37.42988595800006 - ], - [ - -121.92851406699998, - 37.43062740400006 - ], - [ - -121.92851414899997, - 37.430688487000054 - ], - [ - -121.92851414899997, - 37.43068942300005 - ], - [ - -121.92851414799998, - 37.43069085900004 - ], - [ - -121.92851277299997, - 37.430735276000064 - ], - [ - -121.92851167799995, - 37.43075799700006 - ], - [ - -121.92850741399997, - 37.43081667000007 - ], - [ - -121.92850538, - 37.43083702400003 - ], - [ - -121.92850463399998, - 37.43084380500005 - ], - [ - -121.92849125099997, - 37.43094228500007 - ], - [ - -121.92847379999995, - 37.43103247200003 - ], - [ - -121.92846845399998, - 37.43105606800003 - ], - [ - -121.92846818899994, - 37.43105723800005 - ], - [ - -121.92846768199996, - 37.43105923600007 - ], - [ - -121.92846214599996, - 37.431081918000075 - ], - [ - -121.92845420799995, - 37.431112505000044 - ], - [ - -121.92844773099995, - 37.43113554100006 - ], - [ - -121.92844673499997, - 37.43113905600006 - ], - [ - -121.92843933299997, - 37.43116420800004 - ], - [ - -121.92843894699996, - 37.431165520000036 - ], - [ - -121.92843846499994, - 37.43116707400003 - ], - [ - -121.92843294399995, - 37.431184941000026 - ], - [ - -121.92843240499997, - 37.431186628000034 - ], - [ - -121.92843151099999, - 37.43118939200008 - ], - [ - -121.92843072499994, - 37.431191943000044 - ], - [ - -121.92842204399994, - 37.43121818800006 - ], - [ - -121.92841298699994, - 37.43124441600003 - ], - [ - -121.92840485599999, - 37.43126683100007 - ], - [ - -121.928403442, - 37.43127053500007 - ], - [ - -121.92839824499998, - 37.43128460200006 - ], - [ - -121.92839764699994, - 37.431286165000074 - ], - [ - -121.92839360599999, - 37.43129654300003 - ], - [ - -121.928392654, - 37.431299007000064 - ], - [ - -121.92837574199996, - 37.43134098400003 - ], - [ - -121.92836666, - 37.431362239000066 - ], - [ - -121.92831098199997, - 37.431479257000035 - ], - [ - -121.92829827899999, - 37.431503346000056 - ], - [ - -121.92811328399995, - 37.431848280000054 - ], - [ - -121.92645096899997, - 37.43494772500003 - ], - [ - -121.92632419599994, - 37.43521586500003 - ], - [ - -121.92629359799997, - 37.43527744100004 - ], - [ - -121.92623779499996, - 37.43540450300003 - ], - [ - -121.92619070299997, - 37.43553376800003 - ], - [ - -121.92615243299997, - 37.43566494500004 - ], - [ - -121.92612310799996, - 37.435797671000046 - ], - [ - -121.926102873, - 37.43593127400004 - ], - [ - -121.92609173399995, - 37.436065564000046 - ], - [ - -121.92608972099998, - 37.43620023900007 - ], - [ - -121.92609685999997, - 37.43633482600006 - ], - [ - -121.92611312099996, - 37.43646886500005 - ], - [ - -121.92613845399995, - 37.43660194700004 - ], - [ - -121.92617278299997, - 37.43673376400005 - ], - [ - -121.926216034, - 37.43686396800007 - ], - [ - -121.926267984, - 37.436991926000076 - ], - [ - -121.92632867099996, - 37.43711772800003 - ], - [ - -121.92639773599996, - 37.43724057700007 - ], - [ - -121.92644857199997, - 37.437321060000045 - ], - [ - -121.92650737499997, - 37.437390410000035 - ], - [ - -121.92659168899996, - 37.43750049400006 - ], - [ - -121.92666812399995, - 37.43761416700005 - ], - [ - -121.92673551499996, - 37.437729381000054 - ], - [ - -121.92678873899996, - 37.437835705000055 - ], - [ - -121.92681256199995, - 37.43789006900005 - ], - [ - -121.92683608799996, - 37.43794952400003 - ], - [ - -121.92687483499998, - 37.43806596300004 - ], - [ - -121.92690456799994, - 37.438183955000056 - ], - [ - -121.92691262499994, - 37.43822441700007 - ], - [ - -121.92692517299997, - 37.438302873000055 - ], - [ - -121.92693668499999, - 37.438422897000066 - ], - [ - -121.92693899399995, - 37.43854318500007 - ], - [ - -121.92693210199997, - 37.43866329100007 - ], - [ - -121.92691603999998, - 37.43878287000007 - ], - [ - -121.9268908499999, - 37.43890152600005 - ], - [ - -121.92685665699997, - 37.43901863600007 - ], - [ - -121.92681358599998, - 37.43913384800004 - ], - [ - -121.92676174999997, - 37.43924683000006 - ], - [ - -121.92670133799999, - 37.43935714500003 - ], - [ - -121.92663273799997, - 37.439464101000056 - ], - [ - -121.92655600499995, - 37.43956764400008 - ], - [ - -121.92648939599997, - 37.439647241000046 - ], - [ - -121.92587574499998, - 37.44029980200003 - ], - [ - -121.92392845399996, - 37.44237045300008 - ], - [ - -121.92386705699994, - 37.44241419200006 - ], - [ - -121.92380551899998, - 37.44246739300007 - ], - [ - -121.92375107599997, - 37.44252525400003 - ], - [ - -121.92370419999997, - 37.44258728500006 - ], - [ - -121.92366553399995, - 37.442652631000044 - ], - [ - -121.92363532, - 37.442720818000055 - ], - [ - -121.92361388399996, - 37.442791208000074 - ], - [ - -121.92360151899999, - 37.44286280000006 - ], - [ - -121.92359829499998, - 37.442935066000075 - ], - [ - -121.92360426299996, - 37.44300732900007 - ], - [ - -121.92361934899998, - 37.44307859200006 - ], - [ - -121.92364340299997, - 37.44314830600007 - ], - [ - -121.92367622799998, - 37.443215827000074 - ], - [ - -121.92369268699997, - 37.44324355900005 - ], - [ - -121.92398993599994, - 37.44371768600007 - ], - [ - -121.92404491999997, - 37.44381346700004 - ], - [ - -121.92409192999997, - 37.44391290000004 - ], - [ - -121.92413015499994, - 37.44401450400005 - ], - [ - -121.92415954499995, - 37.44411811200007 - ], - [ - -121.92417986899994, - 37.44422296300007 - ], - [ - -121.92419108499996, - 37.44432875700005 - ], - [ - -121.92419312599998, - 37.44443503900004 - ], - [ - -121.92418596399995, - 37.44454097400006 - ], - [ - -121.92416966099995, - 37.44464629400005 - ], - [ - -121.92414425299995, - 37.44475059400003 - ], - [ - -121.92413529899994, - 37.444780250000065 - ], - [ - -121.92369029499997, - 37.44619195000007 - ], - [ - -121.92368517099999, - 37.44620940900006 - ], - [ - -121.92367255099998, - 37.44627308100007 - ], - [ - -121.92366918099998, - 37.446337002000064 - ], - [ - -121.92367497499998, - 37.446400854000046 - ], - [ - -121.92368985, - 37.44646368100007 - ], - [ - -121.92371360299995, - 37.446524742000065 - ], - [ - -121.92374596399998, - 37.44658331800008 - ], - [ - -121.923786496, - 37.44663856900007 - ], - [ - -121.92383458999996, - 37.44668969500003 - ], - [ - -121.92388973199996, - 37.446736169000076 - ], - [ - -121.92395120999998, - 37.446777362000034 - ], - [ - -121.92401811299999, - 37.446812660000035 - ], - [ - -121.92408957199996, - 37.44684162400006 - ], - [ - -121.92416479299999, - 37.446863937000046 - ], - [ - -121.92416623099996, - 37.446864282000035 - ], - [ - -121.92418241599995, - 37.44686807100004 - ], - [ - -121.92420308799996, - 37.446872917000064 - ], - [ - -121.92428641199996, - 37.446897242000034 - ], - [ - -121.92436568199997, - 37.446928239000044 - ], - [ - -121.92444045399998, - 37.446965668000075 - ], - [ - -121.92451002099995, - 37.44700919300004 - ], - [ - -121.92457339699996, - 37.447058199000026 - ], - [ - -121.92463002, - 37.44711223500008 - ], - [ - -121.92467928499997, - 37.447170733000064 - ], - [ - -121.92472058699997, - 37.44723298300005 - ], - [ - -121.92475348599999, - 37.44729830800003 - ], - [ - -121.92477768299995, - 37.44736612200006 - ], - [ - -121.92479282699998, - 37.44743547500008 - ], - [ - -121.924798797, - 37.447505705000026 - ], - [ - -121.92479552499998, - 37.44757617800008 - ], - [ - -121.924783048, - 37.44764585200005 - ], - [ - -121.924761505, - 37.44771412100005 - ], - [ - -121.92473109899998, - 37.44778029400004 - ], - [ - -121.92472071999998, - 37.44779889600005 - ], - [ - -121.92370704599995, - 37.449543309000035 - ], - [ - -121.92368397299998, - 37.44958842700004 - ], - [ - -121.92366245599999, - 37.449647826000046 - ], - [ - -121.92364989999999, - 37.44970883800005 - ], - [ - -121.92364648399996, - 37.44977060400004 - ], - [ - -121.92365225699996, - 37.44983225900006 - ], - [ - -121.92366713399997, - 37.44989293800006 - ], - [ - -121.92369090799997, - 37.44995178700003 - ], - [ - -121.92372324499996, - 37.45000797700004 - ], - [ - -121.92376365299998, - 37.45006067800006 - ], - [ - -121.923787931, - 37.450086740000074 - ], - [ - -121.92488974599996, - 37.451195333000044 - ], - [ - -121.92491101899998, - 37.45121514400006 - ], - [ - -121.92495737299998, - 37.45124972200006 - ], - [ - -121.92500944399995, - 37.45127847700007 - ], - [ - -121.92506621299998, - 37.451300883000044 - ], - [ - -121.92512645799997, - 37.45131646100003 - ], - [ - -121.92518886699997, - 37.45132487200004 - ], - [ - -121.92523477399999, - 37.45132639900004 - ], - [ - -121.92525226499998, - 37.45132596700006 - ], - [ - -121.92531544499997, - 37.45131967200007 - ], - [ - -121.92537623399994, - 37.451306217000024 - ], - [ - -121.92541265799997, - 37.45129432300007 - ], - [ - -121.92593666399995, - 37.451100445000066 - ], - [ - -121.92679699299998, - 37.450782169000036 - ], - [ - -121.92684290199998, - 37.45076747000007 - ], - [ - -121.92690638199997, - 37.45075403100003 - ], - [ - -121.92697160299997, - 37.45074776000007 - ], - [ - -121.92698159899999, - 37.45074744400006 - ], - [ - -121.927037811, - 37.45074877700006 - ], - [ - -121.92710282599995, - 37.45075709500003 - ], - [ - -121.92716561699996, - 37.450772509000046 - ], - [ - -121.92722532099998, - 37.45079481500005 - ], - [ - -121.92728048899994, - 37.45082350500007 - ], - [ - -121.92733008299996, - 37.45085802300008 - ], - [ - -121.92737312299994, - 37.45089766900003 - ], - [ - -121.92740889599997, - 37.45094178000005 - ], - [ - -121.92743276599998, - 37.450981660000025 - ], - [ - -121.92823270799994, - 37.45254866700003 - ], - [ - -121.92823390299998, - 37.45255105700005 - ], - [ - -121.92823507299994, - 37.45255345100003 - ], - [ - -121.92825, - 37.45259517900007 - ], - [ - -121.92825554299998, - 37.45263806300005 - ], - [ - -121.92825166199998, - 37.45268100900006 - ], - [ - -121.92823847199998, - 37.452722821000066 - ], - [ - -121.92821640699998, - 37.452762101000076 - ], - [ - -121.92818606399999, - 37.45279781600004 - ], - [ - -121.92814848399996, - 37.45282870800003 - ], - [ - -121.92810460799996, - 37.452854011000056 - ], - [ - -121.92805606599995, - 37.45287278100005 - ], - [ - -121.92801867099996, - 37.452882051000074 - ], - [ - -121.92732062399995, - 37.45301824400008 - ], - [ - -121.92636263599996, - 37.453203622000046 - ], - [ - -121.92583582699996, - 37.45330556400006 - ], - [ - -121.92581498199996, - 37.45330556600004 - ], - [ - -121.92580458299994, - 37.45330563500005 - ], - [ - -121.925772968, - 37.45330656800007 - ], - [ - -121.92572324199995, - 37.45331026300005 - ], - [ - -121.925642585, - 37.45332218200008 - ], - [ - -121.92563804899999, - 37.453323074000025 - ], - [ - -121.92543940799999, - 37.45341569500005 - ], - [ - -121.92528618899996, - 37.453487118000055 - ], - [ - -121.92506553599998, - 37.45364189800006 - ], - [ - -121.92494396199999, - 37.453727197000035 - ], - [ - -121.92499699899997, - 37.453980057000024 - ], - [ - -121.92501061399997, - 37.45404494500008 - ], - [ - -121.92527368199995, - 37.454267696000045 - ], - [ - -121.92533242299999, - 37.45430030500006 - ], - [ - -121.92539118299999, - 37.45433292400003 - ], - [ - -121.925520716, - 37.45438159400004 - ], - [ - -121.92584499799995, - 37.45441780400006 - ], - [ - -121.92615848599996, - 37.45449330900004 - ], - [ - -121.92645365699997, - 37.454606322000075 - ], - [ - -121.92651897699994, - 37.45463485000005 - ], - [ - -121.92658918599994, - 37.45465473500008 - ], - [ - -121.926928122, - 37.45478296300007 - ], - [ - -121.92721251799998, - 37.454876056000046 - ], - [ - -121.92752398099998, - 37.454975981000075 - ], - [ - -121.92762335799995, - 37.45501057200005 - ], - [ - -121.92789397499996, - 37.45516673100008 - ], - [ - -121.928129475, - 37.45535561300005 - ], - [ - -121.928323703, - 37.45557230600008 - ], - [ - -121.92847158199999, - 37.455811124000036 - ], - [ - -121.92856923, - 37.45606581900006 - ], - [ - -121.92860522099994, - 37.45627760900004 - ], - [ - -121.92861408099998, - 37.45632974200004 - ], - [ - -121.92865356099998, - 37.45644066500006 - ], - [ - -121.92871568199996, - 37.45654481400004 - ], - [ - -121.92879863199994, - 37.45663925500003 - ], - [ - -121.92890018499997, - 37.45672138300006 - ], - [ - -121.929017451, - 37.456788876000076 - ], - [ - -121.92914720799996, - 37.456839873000035 - ], - [ - -121.92928575099995, - 37.456872934000046 - ], - [ - -121.92942930399994, - 37.45688714100004 - ], - [ - -121.92957380699994, - 37.45688210700007 - ], - [ - -121.929677541, - 37.45686440900005 - ], - [ - -121.92971524499995, - 37.45685797600004 - ], - [ - -121.92984966999995, - 37.456815411000036 - ], - [ - -121.92990276499995, - 37.45678377100006 - ], - [ - -121.93069650899997, - 37.45631076600006 - ], - [ - -121.93118841399996, - 37.45598466400003 - ], - [ - -121.93150942999995, - 37.45577184900003 - ], - [ - -121.93164211899995, - 37.45567418200005 - ], - [ - -121.93228622, - 37.45520008600005 - ], - [ - -121.932293975, - 37.455192175000036 - ], - [ - -121.93234907599998, - 37.455135960000064 - ], - [ - -121.93242436799994, - 37.45508102200006 - ], - [ - -121.93251005899998, - 37.45503680600007 - ], - [ - -121.93260375899996, - 37.455004476000056 - ], - [ - -121.93270287399997, - 37.454985011000076 - ], - [ - -121.93274429799999, - 37.454982521000034 - ], - [ - -121.93280467199997, - 37.45497889400008 - ], - [ - -121.93290629899997, - 37.454986305000034 - ], - [ - -121.93300500999999, - 37.45500705100005 - ], - [ - -121.93309804899997, - 37.455040548000056 - ], - [ - -121.93318284799994, - 37.45508586400007 - ], - [ - -121.93325702399994, - 37.455141748000074 - ], - [ - -121.933318569, - 37.45520669100006 - ], - [ - -121.93336578099996, - 37.45527883400007 - ], - [ - -121.93339732799996, - 37.455356229000074 - ], - [ - -121.93340517099995, - 37.45539818800006 - ], - [ - -121.93341236999999, - 37.455436709000026 - ], - [ - -121.933412966, - 37.455578900000035 - ], - [ - -121.93341332899996, - 37.455665372000055 - ], - [ - -121.93341344499999, - 37.45569283100008 - ], - [ - -121.93341245799996, - 37.45569948900004 - ], - [ - -121.93337575099997, - 37.455947163000076 - ], - [ - -121.93329987699997, - 37.45619603100005 - ], - [ - -121.93320326399999, - 37.45640104600005 - ], - [ - -121.93318690299998, - 37.45643576100008 - ], - [ - -121.93303845399998, - 37.45666290200006 - ], - [ - -121.93290668999998, - 37.45681604200007 - ], - [ - -121.93285673599996, - 37.456874104000065 - ], - [ - -121.932778295, - 37.45705025400008 - ], - [ - -121.93273954299997, - 37.45713726100007 - ], - [ - -121.93272228399996, - 37.45717603500003 - ], - [ - -121.93271683299997, - 37.45719634500006 - ], - [ - -121.93263829999995, - 37.457489345000056 - ], - [ - -121.93261796899998, - 37.457691719000024 - ], - [ - -121.93261095899999, - 37.457761498000025 - ], - [ - -121.93260621499996, - 37.45780872900008 - ], - [ - -121.93262663099995, - 37.45812870700007 - ], - [ - -121.93264698799999, - 37.45842774300007 - ], - [ - -121.93263128599995, - 37.45872696600003 - ], - [ - -121.93257961199998, - 37.45902358500007 - ], - [ - -121.93249248899997, - 37.45931491300007 - ], - [ - -121.93237066599994, - 37.45959821800005 - ], - [ - -121.93231544999998, - 37.45965739800005 - ], - [ - -121.932273308, - 37.45972301100005 - ], - [ - -121.93224529799994, - 37.45979330400007 - ], - [ - -121.93223224199994, - 37.45986632100005 - ], - [ - -121.93223449099997, - 37.45994002200007 - ], - [ - -121.93225203199995, - 37.460012437000046 - ], - [ - -121.93228426999997, - 37.46008155900006 - ], - [ - -121.932330407, - 37.460145477000026 - ], - [ - -121.93238915999996, - 37.46020242000003 - ], - [ - -121.93245891899994, - 37.460250873000064 - ], - [ - -121.93253773599997, - 37.46028946400003 - ], - [ - -121.93262349199995, - 37.46031714500003 - ], - [ - -121.93271379199996, - 37.460333164000076 - ], - [ - -121.93330783, - 37.46032362400007 - ], - [ - -121.93390194699998, - 37.46033019400005 - ], - [ - -121.93423969599996, - 37.460340924000036 - ], - [ - -121.93445076499995, - 37.46035819100007 - ], - [ - -121.93465833, - 37.460393330000045 - ], - [ - -121.93484726699995, - 37.46044236300003 - ], - [ - -121.93502877999998, - 37.46050682300006 - ], - [ - -121.935121886, - 37.46055228700004 - ], - [ - -121.93520495399997, - 37.46060877100007 - ], - [ - -121.93527598699995, - 37.46067487800008 - ], - [ - -121.93533321999996, - 37.46074898300003 - ], - [ - -121.93537525399995, - 37.46082931500007 - ], - [ - -121.93540108899998, - 37.46091387400003 - ], - [ - -121.93542891899995, - 37.461176812000076 - ], - [ - -121.93543940099994, - 37.46137534400003 - ], - [ - -121.93546691999995, - 37.46157282100006 - ], - [ - -121.935504343, - 37.46172535900007 - ], - [ - -121.93556004499999, - 37.46187430800006 - ], - [ - -121.93558798499998, - 37.461925078000036 - ], - [ - -121.935625185, - 37.46197193800003 - ], - [ - -121.93567078499996, - 37.462013795000075 - ], - [ - -121.93572376699996, - 37.46204970200006 - ], - [ - -121.93577271599997, - 37.462074510000036 - ], - [ - -121.93598252099997, - 37.46215114300003 - ], - [ - -121.93620418599994, - 37.46220240500003 - ], - [ - -121.936450875, - 37.462231959000064 - ], - [ - -121.93670021199995, - 37.46223801900004 - ], - [ - -121.93694869499996, - 37.46222052200005 - ], - [ - -121.93742966299999, - 37.46215712400004 - ], - [ - -121.93772509299998, - 37.462120224000046 - ], - [ - -121.937938095, - 37.462110841000026 - ], - [ - -121.93815048599998, - 37.46212712400006 - ], - [ - -121.938503874, - 37.46218979100007 - ], - [ - -121.93884819899995, - 37.46227896200003 - ], - [ - -121.93909241699998, - 37.46236503200004 - ], - [ - -121.93932345499996, - 37.46247177400005 - ], - [ - -121.93953854199998, - 37.462597937000055 - ], - [ - -121.939665962, - 37.46268987900004 - ], - [ - -121.93986272799998, - 37.462862779000034 - ], - [ - -121.940028827, - 37.46305507500006 - ], - [ - -121.94016129399995, - 37.46326328200007 - ], - [ - -121.940257756, - 37.46348371700003 - ], - [ - -121.94031647399999, - 37.463712421000025 - ], - [ - -121.94037526499994, - 37.46395819900005 - ], - [ - -121.94046452199996, - 37.46419806600005 - ], - [ - -121.94058340099997, - 37.46442962400005 - ], - [ - -121.94069941999999, - 37.46459644000004 - ], - [ - -121.94084267999995, - 37.464749235000056 - ], - [ - -121.94100263499996, - 37.464877331000025 - ], - [ - -121.94118437299994, - 37.46498540600004 - ], - [ - -121.94138397199998, - 37.465071127000044 - ], - [ - -121.94160608399994, - 37.46513597100005 - ], - [ - -121.94183730199995, - 37.46517568400003 - ], - [ - -121.94207318699995, - 37.465189450000025 - ], - [ - -121.94234305499998, - 37.465184417000046 - ], - [ - -121.94261221099998, - 37.465167835000045 - ], - [ - -121.942940841, - 37.46516180400005 - ], - [ - -121.94326641499998, - 37.46519811200005 - ] - ], - [ - [ - -121.87153103199995, - 37.39336479600007 - ], - [ - -121.87288278999995, - 37.395440181000026 - ], - [ - -121.87289120899999, - 37.395465855000054 - ], - [ - -121.87289685399998, - 37.39549202200004 - ], - [ - -121.87289969399995, - 37.39551847200005 - ], - [ - -121.87289969399995, - 37.39554502400006 - ], - [ - -121.87289688099997, - 37.39557149400008 - ], - [ - -121.87289125199999, - 37.39559765400003 - ], - [ - -121.87288283, - 37.39562332100007 - ], - [ - -121.87287172699996, - 37.39564835400006 - ], - [ - -121.87285797099997, - 37.39567254900004 - ], - [ - -121.872841699, - 37.395695697000065 - ], - [ - -121.87282299599997, - 37.39571766200004 - ], - [ - -121.87266559899996, - 37.395828092000045 - ], - [ - -121.872600595, - 37.39587367200005 - ], - [ - -121.87233952999998, - 37.39605684500003 - ], - [ - -121.87200637599994, - 37.396290555000064 - ], - [ - -121.87196710899997, - 37.39631454400006 - ], - [ - -121.87192529599997, - 37.396335657000066 - ], - [ - -121.87188132899996, - 37.39635368300003 - ], - [ - -121.87183544099997, - 37.39636852500007 - ], - [ - -121.87178811299998, - 37.396379997000054 - ], - [ - -121.87173968699994, - 37.39638804900005 - ], - [ - -121.87169056799996, - 37.396392605000074 - ], - [ - -121.87144114199998, - 37.396222453000064 - ], - [ - -121.87128475199995, - 37.396109856000066 - ], - [ - -121.87104918099999, - 37.395959868000034 - ], - [ - -121.87098549999996, - 37.395913551000035 - ], - [ - -121.87089501, - 37.39584772500007 - ], - [ - -121.87060646999998, - 37.39563785800004 - ], - [ - -121.87059939999995, - 37.39563253800003 - ], - [ - -121.87056777, - 37.39560832500007 - ], - [ - -121.87053874299994, - 37.39558213500004 - ], - [ - -121.87051243699995, - 37.395554127000025 - ], - [ - -121.87048914299999, - 37.395524505000026 - ], - [ - -121.87046287199996, - 37.39548434300008 - ], - [ - -121.87043304499997, - 37.39544580300003 - ], - [ - -121.87039966499998, - 37.39540911200004 - ], - [ - -121.87011119199997, - 37.39520420800005 - ], - [ - -121.86976559799996, - 37.39495865600003 - ], - [ - -121.86975585099998, - 37.39495121600004 - ], - [ - -121.86975052799994, - 37.394947272000024 - ], - [ - -121.86974563099994, - 37.39494295900005 - ], - [ - -121.86937994899995, - 37.394734492000055 - ], - [ - -121.86911117999995, - 37.39457282300003 - ], - [ - -121.87051554099997, - 37.39359766700005 - ], - [ - -121.87130389799995, - 37.39301607300007 - ], - [ - -121.87153103199995, - 37.39336479600007 - ] - ], - [ - [ - -121.798012041, - 37.34404652000006 - ], - [ - -121.79793241899995, - 37.34408913000004 - ], - [ - -121.79789137299997, - 37.34411258700004 - ], - [ - -121.79777476499999, - 37.34417158300005 - ], - [ - -121.797540976, - 37.34429589800004 - ], - [ - -121.79750535499994, - 37.34431497000003 - ], - [ - -121.79715000299996, - 37.34404450400007 - ], - [ - -121.79696070899996, - 37.343916267000054 - ], - [ - -121.79671110299995, - 37.34374715200005 - ], - [ - -121.796265157, - 37.343445021000036 - ], - [ - -121.79599183899995, - 37.343259001000035 - ], - [ - -121.79580153699999, - 37.34313026800004 - ], - [ - -121.79531149299999, - 37.342799279000076 - ], - [ - -121.79507443399996, - 37.34263910800007 - ], - [ - -121.79511588499997, - 37.34262393300003 - ], - [ - -121.795275759, - 37.34256540100006 - ], - [ - -121.79546714099996, - 37.34249530400007 - ], - [ - -121.79565627199997, - 37.34242603200005 - ], - [ - -121.79584232399998, - 37.34235787100005 - ], - [ - -121.79602994499999, - 37.34228916500007 - ], - [ - -121.79621836299998, - 37.34222015200004 - ], - [ - -121.79640595399997, - 37.34215144600006 - ], - [ - -121.79659511199998, - 37.34208215000007 - ], - [ - -121.79678705999999, - 37.34201186200005 - ], - [ - -121.79698014899998, - 37.34194117200008 - ], - [ - -121.79717619899998, - 37.341869350000024 - ], - [ - -121.797373559, - 37.341797032000045 - ], - [ - -121.79757809899996, - 37.341722117000074 - ], - [ - -121.79778651099997, - 37.341645784000036 - ], - [ - -121.79853119199998, - 37.34137302500005 - ], - [ - -121.79808556699999, - 37.340884352000046 - ], - [ - -121.79679536999998, - 37.33946950600006 - ], - [ - -121.79521504099995, - 37.33773651100006 - ], - [ - -121.794487904, - 37.336939019000056 - ], - [ - -121.80044297999996, - 37.33576013700008 - ], - [ - -121.803805996, - 37.339440756000045 - ], - [ - -121.804893183, - 37.34063056100007 - ], - [ - -121.804908147, - 37.34064694400007 - ], - [ - -121.80488045099997, - 37.340663207000034 - ], - [ - -121.80492118799998, - 37.34070747800007 - ], - [ - -121.80354493199997, - 37.34138535300008 - ], - [ - -121.80354214699997, - 37.341381813000055 - ], - [ - -121.80335433899995, - 37.34147868700006 - ], - [ - -121.80317391799997, - 37.341571771000076 - ], - [ - -121.80300088299998, - 37.341661040000076 - ], - [ - -121.80282665599998, - 37.34175094200003 - ], - [ - -121.80265245599998, - 37.341840819000026 - ], - [ - -121.80247907999996, - 37.34193022900007 - ], - [ - -121.80230522, - 37.342019942000036 - ], - [ - -121.80213187299995, - 37.34210939700006 - ], - [ - -121.80195738699996, - 37.342199391000065 - ], - [ - -121.80178369499998, - 37.342288988000064 - ], - [ - -121.80161077199995, - 37.34237820800007 - ], - [ - -121.80143540399996, - 37.34246867000007 - ], - [ - -121.80126222399997, - 37.34255803000008 - ], - [ - -121.80108782099995, - 37.34264797600008 - ], - [ - -121.80087605399996, - 37.342757222000046 - ], - [ - -121.80070520299995, - 37.34284536400003 - ], - [ - -121.80050465799997, - 37.34294880700003 - ], - [ - -121.80029814199997, - 37.343051857000034 - ], - [ - -121.80011913899995, - 37.343141166000066 - ], - [ - -121.79994233999997, - 37.343230246000076 - ], - [ - -121.799767756, - 37.343318200000056 - ], - [ - -121.79959189199997, - 37.34340685500007 - ], - [ - -121.79941733499999, - 37.343494786000065 - ], - [ - -121.79923928499994, - 37.34358451800006 - ], - [ - -121.79906683099995, - 37.343671441000026 - ], - [ - -121.79889491699998, - 37.34375808300007 - ], - [ - -121.79871865399997, - 37.34384687900007 - ], - [ - -121.79854213399994, - 37.34393583700006 - ], - [ - -121.79837084699994, - 37.344025585000054 - ], - [ - -121.79823149999999, - 37.34392907000006 - ], - [ - -121.798103874, - 37.34399736600005 - ], - [ - -121.798012041, - 37.34404652000006 - ] - ], - [ - [ - -121.93043953899996, - 37.327006389000076 - ], - [ - -121.93030930799995, - 37.327007200000025 - ], - [ - -121.93018947999997, - 37.32700795200003 - ], - [ - -121.92999975099997, - 37.32700914700007 - ], - [ - -121.92982431899998, - 37.32700398500003 - ], - [ - -121.929658873, - 37.32700394400007 - ], - [ - -121.92957419599998, - 37.327005229000065 - ], - [ - -121.92946163799996, - 37.32700690000007 - ], - [ - -121.92941229399997, - 37.327007639000044 - ], - [ - -121.92930068599998, - 37.327008109000076 - ], - [ - -121.92922381799997, - 37.32700842700007 - ], - [ - -121.92869350199999, - 37.32701066000004 - ], - [ - -121.92855736899998, - 37.327013169000054 - ], - [ - -121.92844416, - 37.32701525600004 - ], - [ - -121.928289055, - 37.32701639100003 - ], - [ - -121.92810583399995, - 37.327017685000044 - ], - [ - -121.92798756699995, - 37.32701754800007 - ], - [ - -121.92786929699997, - 37.32701738600008 - ], - [ - -121.92760489899996, - 37.327017014000035 - ], - [ - -121.92741219099997, - 37.32701677600005 - ], - [ - -121.92731957599995, - 37.32701664500007 - ], - [ - -121.927334267, - 37.326879355000074 - ], - [ - -121.92731838599997, - 37.32687927400008 - ], - [ - -121.92731311199998, - 37.32687931400005 - ], - [ - -121.92689811099996, - 37.32688157700005 - ], - [ - -121.92689704399999, - 37.326783643000056 - ], - [ - -121.92689537999996, - 37.32663346000004 - ], - [ - -121.92689394099995, - 37.326507124000045 - ], - [ - -121.92689258599995, - 37.326383650000025 - ], - [ - -121.927069212, - 37.32638223200007 - ], - [ - -121.927324565, - 37.32638491200004 - ], - [ - -121.927325957, - 37.32625962000003 - ], - [ - -121.92689124099996, - 37.32626209800003 - ], - [ - -121.92688988299994, - 37.32613844100007 - ], - [ - -121.92688858199995, - 37.32602531100008 - ], - [ - -121.92688711599999, - 37.325889981000046 - ], - [ - -121.92688573199996, - 37.32576639300004 - ], - [ - -121.92688441099995, - 37.325644657000055 - ], - [ - -121.92731597299996, - 37.325639401000046 - ], - [ - -121.92731587799994, - 37.32552335100007 - ], - [ - -121.92688304399996, - 37.325523608000026 - ], - [ - -121.92688173, - 37.32540521400006 - ], - [ - -121.92688237599998, - 37.325267867000036 - ], - [ - -121.92672070799995, - 37.32526141200003 - ], - [ - -121.92639255599994, - 37.32526327800008 - ], - [ - -121.92635331999998, - 37.32526350400008 - ], - [ - -121.925965309, - 37.32526628100004 - ], - [ - -121.92568839499995, - 37.32526610200006 - ], - [ - -121.92588716999995, - 37.32510379800004 - ], - [ - -121.92588699899994, - 37.32507381400006 - ], - [ - -121.92588611699995, - 37.324908926000035 - ], - [ - -121.92588521799996, - 37.324749120000035 - ], - [ - -121.92588427799996, - 37.32458116400005 - ], - [ - -121.92588336799997, - 37.32441483400004 - ], - [ - -121.92588252099995, - 37.32426079600003 - ], - [ - -121.92588247999998, - 37.32425562200007 - ], - [ - -121.92588099699998, - 37.32418685600004 - ], - [ - -121.92588009399998, - 37.324109477000036 - ], - [ - -121.92587984699998, - 37.32408608600008 - ], - [ - -121.92588047199996, - 37.32405877100007 - ], - [ - -121.925877905, - 37.32391672400007 - ], - [ - -121.92587160899996, - 37.323564205000025 - ], - [ - -121.92600454899997, - 37.323564487000056 - ], - [ - -121.92670410399995, - 37.323558443000024 - ], - [ - -121.92670292499997, - 37.323667733000036 - ], - [ - -121.92670624099998, - 37.323903003000055 - ], - [ - -121.92686784899996, - 37.32390208800007 - ], - [ - -121.92716085799998, - 37.32390037400006 - ], - [ - -121.927304699, - 37.32389955900004 - ], - [ - -121.92730577599997, - 37.324020473000076 - ], - [ - -121.92773427499998, - 37.32401887000003 - ], - [ - -121.92782000699998, - 37.324017551000054 - ], - [ - -121.92782077799995, - 37.32407435500005 - ], - [ - -121.92782170699996, - 37.324141044000044 - ], - [ - -121.92790773999997, - 37.32414040900005 - ], - [ - -121.92833754599997, - 37.32413668100003 - ], - [ - -121.92835328999996, - 37.324135641000055 - ], - [ - -121.92834865999998, - 37.32403280700004 - ], - [ - -121.92834923799995, - 37.32401208500005 - ], - [ - -121.92790620999995, - 37.324016820000054 - ], - [ - -121.927905491, - 37.32395962800007 - ], - [ - -121.927904996, - 37.32389323000007 - ], - [ - -121.92816103299998, - 37.32389461900004 - ], - [ - -121.92815448199997, - 37.32354588000004 - ], - [ - -121.92818746499995, - 37.32354547700004 - ], - [ - -121.92830239899996, - 37.32354538000004 - ], - [ - -121.92847330799998, - 37.32354524300007 - ], - [ - -121.92850242699996, - 37.32354520900003 - ], - [ - -121.92856330399997, - 37.32354513000007 - ], - [ - -121.92875992999996, - 37.32354536500003 - ], - [ - -121.92876528999994, - 37.323888649000025 - ], - [ - -121.92876575999998, - 37.32391917800004 - ], - [ - -121.92876684899994, - 37.32413513100005 - ], - [ - -121.92876721699997, - 37.32420528500006 - ], - [ - -121.92876808299997, - 37.32427245100007 - ], - [ - -121.92894002699995, - 37.32427155000005 - ], - [ - -121.92937107499995, - 37.32426826100004 - ], - [ - -121.92936899299997, - 37.324192406000066 - ], - [ - -121.92936873999997, - 37.32414468400003 - ], - [ - -121.92936852699995, - 37.324099044000036 - ], - [ - -121.92936812499994, - 37.32402108500003 - ], - [ - -121.92936802799994, - 37.32400703300004 - ], - [ - -121.92936743799999, - 37.323886250000044 - ], - [ - -121.92951046999997, - 37.32388516800006 - ], - [ - -121.92950504299995, - 37.32354003100005 - ], - [ - -121.92964975499996, - 37.323541334000026 - ], - [ - -121.92979561199996, - 37.32354266700003 - ], - [ - -121.92996754, - 37.32354024800003 - ], - [ - -121.93011056599994, - 37.32353891400004 - ], - [ - -121.93013948499998, - 37.32353881300003 - ], - [ - -121.93021147899998, - 37.32353857500004 - ], - [ - -121.93039742299999, - 37.32353779300007 - ], - [ - -121.93068035299996, - 37.32353658300008 - ], - [ - -121.93072815799997, - 37.32353636500005 - ], - [ - -121.93082364399999, - 37.32353703000007 - ], - [ - -121.93082402299996, - 37.323618285000066 - ], - [ - -121.93082447499995, - 37.32372119300004 - ], - [ - -121.93082653899995, - 37.32387237900008 - ], - [ - -121.93099851399995, - 37.32387141300006 - ], - [ - -121.930998532, - 37.32387339100006 - ], - [ - -121.93142838099999, - 37.32387052200005 - ], - [ - -121.93142975899997, - 37.32397241100006 - ], - [ - -121.93142986099997, - 37.32399411000006 - ], - [ - -121.93143168199998, - 37.32411769200007 - ], - [ - -121.93143303699998, - 37.324210884000024 - ], - [ - -121.93143373499998, - 37.32424127300004 - ], - [ - -121.93143655999995, - 37.32436484500005 - ], - [ - -121.93143815399998, - 37.324436150000054 - ], - [ - -121.93143815299999, - 37.32448843100008 - ], - [ - -121.93143974599997, - 37.32461201700005 - ], - [ - -121.93144097699997, - 37.324734601000046 - ], - [ - -121.93144291399994, - 37.324858207000034 - ], - [ - -121.93144390599997, - 37.32492194200006 - ], - [ - -121.93144467899998, - 37.32498181300008 - ], - [ - -121.931599474, - 37.32498257700007 - ], - [ - -121.93181959599997, - 37.32498370900004 - ], - [ - -121.931820045, - 37.32501913800007 - ], - [ - -121.931820615, - 37.32506683400004 - ], - [ - -121.93215890699997, - 37.325067690000026 - ], - [ - -121.932382196, - 37.325064961000066 - ], - [ - -121.93252739499997, - 37.32506318600008 - ], - [ - -121.93252812799994, - 37.324953304000076 - ], - [ - -121.93252667799999, - 37.32468333600008 - ], - [ - -121.93252654599996, - 37.324603153000055 - ], - [ - -121.932374934, - 37.32460537400004 - ], - [ - -121.93237505399998, - 37.324684869000066 - ], - [ - -121.93211992099998, - 37.32468743800007 - ], - [ - -121.932116641, - 37.32438622400008 - ], - [ - -121.93211657299997, - 37.324381165000034 - ], - [ - -121.93211345599997, - 37.32426638700008 - ], - [ - -121.93221807499998, - 37.32426643600007 - ], - [ - -121.93248588299997, - 37.324262727000075 - ], - [ - -121.93253539799997, - 37.32426204200004 - ], - [ - -121.93258491499995, - 37.32426135700007 - ], - [ - -121.932959101, - 37.32425833800005 - ], - [ - -121.93339564799999, - 37.32425478400006 - ], - [ - -121.93356662099995, - 37.32425340200007 - ], - [ - -121.93357374599998, - 37.32419153500007 - ], - [ - -121.93357214199995, - 37.323912205000056 - ], - [ - -121.933571783, - 37.32385617500006 - ], - [ - -121.93357022299995, - 37.32358652800008 - ], - [ - -121.93357003499995, - 37.32355134800008 - ], - [ - -121.93356981299996, - 37.32351289600007 - ], - [ - -121.93372612699994, - 37.32351091500004 - ], - [ - -121.93387926099996, - 37.32350901800004 - ], - [ - -121.93418251899999, - 37.32350526000005 - ], - [ - -121.93433416399995, - 37.32350335900003 - ], - [ - -121.93448577799995, - 37.32350145700008 - ], - [ - -121.93448631499996, - 37.323581680000075 - ], - [ - -121.93448818299998, - 37.32384475400005 - ], - [ - -121.93433651099997, - 37.32384665600006 - ], - [ - -121.93433885099995, - 37.324185148000026 - ], - [ - -121.93433995599997, - 37.32424716500003 - ], - [ - -121.93430651099999, - 37.32424742500007 - ], - [ - -121.93418250899998, - 37.32424845200006 - ], - [ - -121.93418655999994, - 37.32431018200003 - ], - [ - -121.93419129299997, - 37.32466134800006 - ], - [ - -121.93434619299995, - 37.32465872000006 - ], - [ - -121.93435152099994, - 37.324658631000034 - ], - [ - -121.934347017, - 37.324308905000066 - ], - [ - -121.93449480599998, - 37.32430769100006 - ], - [ - -121.93464844099998, - 37.324306474000025 - ], - [ - -121.934795227, - 37.32430527200006 - ], - [ - -121.93479950699998, - 37.32465653400004 - ], - [ - -121.93480412399998, - 37.32492545800005 - ], - [ - -121.93480623399995, - 37.32503530500003 - ], - [ - -121.93481126599994, - 37.32532578400003 - ], - [ - -121.93465157799994, - 37.32532689400006 - ], - [ - -121.93450232199996, - 37.32532792000006 - ], - [ - -121.93435071799996, - 37.32532899700004 - ], - [ - -121.93427132999994, - 37.325329511000064 - ], - [ - -121.93419913799994, - 37.32533000500007 - ], - [ - -121.93412835099997, - 37.32533052800005 - ], - [ - -121.93404473399994, - 37.32533164300003 - ], - [ - -121.93389159999998, - 37.325333701000034 - ], - [ - -121.93388879099996, - 37.325333734000026 - ], - [ - -121.93388873899994, - 37.325331034000044 - ], - [ - -121.93382429999997, - 37.32533230300004 - ], - [ - -121.933754949, - 37.325332901000024 - ], - [ - -121.93375500299999, - 37.325335738000035 - ], - [ - -121.93374233499998, - 37.32533577800007 - ], - [ - -121.93368819499995, - 37.325335960000075 - ], - [ - -121.93359616499998, - 37.32533630800003 - ], - [ - -121.93351551399996, - 37.32533660800004 - ], - [ - -121.93344238099996, - 37.325337320000074 - ], - [ - -121.933296284, - 37.32533876300005 - ], - [ - -121.93314697899996, - 37.32534020000003 - ], - [ - -121.93308894799998, - 37.32534077300005 - ], - [ - -121.93299537599995, - 37.32534139100005 - ], - [ - -121.93283568499999, - 37.325342404000025 - ], - [ - -121.93268384899994, - 37.32534339100005 - ], - [ - -121.932528747, - 37.32534448600006 - ], - [ - -121.93238902199994, - 37.32534628700006 - ], - [ - -121.93238564499995, - 37.32520898900003 - ], - [ - -121.93213382099998, - 37.32521087500004 - ], - [ - -121.932135196, - 37.325354471000026 - ], - [ - -121.93197638299995, - 37.32536083200006 - ], - [ - -121.93180640899999, - 37.32536824700003 - ], - [ - -121.93180910199999, - 37.32536953400006 - ], - [ - -121.93181166999995, - 37.325370372000066 - ], - [ - -121.931814154, - 37.32537139600004 - ], - [ - -121.93181652699997, - 37.32537257900003 - ], - [ - -121.93181873099996, - 37.325373925000065 - ], - [ - -121.93182079499996, - 37.325375456000074 - ], - [ - -121.93182269, - 37.32537706000005 - ], - [ - -121.93182444299998, - 37.32537882300005 - ], - [ - -121.93182593999995, - 37.32538068200006 - ], - [ - -121.93182723999996, - 37.32538265800008 - ], - [ - -121.93182833799995, - 37.325384704000044 - ], - [ - -121.93182920999999, - 37.32538679900006 - ], - [ - -121.93182985399994, - 37.32538901200007 - ], - [ - -121.93183026899999, - 37.32539118100004 - ], - [ - -121.93183042599998, - 37.32539339900006 - ], - [ - -121.93183035399994, - 37.32539562100004 - ], - [ - -121.93183107399994, - 37.32547808500004 - ], - [ - -121.93165569099995, - 37.325479862000066 - ], - [ - -121.93154490199998, - 37.32548096200003 - ], - [ - -121.93148449299997, - 37.325480053000035 - ], - [ - -121.93145413899998, - 37.325480103000075 - ], - [ - -121.93145437899994, - 37.325618287000054 - ], - [ - -121.93147839699998, - 37.325618245000044 - ], - [ - -121.93153963699996, - 37.325619145000076 - ], - [ - -121.93183228799995, - 37.32561621100007 - ], - [ - -121.93183340899998, - 37.32574062700007 - ], - [ - -121.931833655, - 37.325771434000046 - ], - [ - -121.93183382899997, - 37.32586420400003 - ], - [ - -121.93183401899995, - 37.32598785300007 - ], - [ - -121.93145243299995, - 37.32598960900003 - ], - [ - -121.93145230599998, - 37.32600391600005 - ], - [ - -121.931454428, - 37.32611319000006 - ], - [ - -121.93183618499995, - 37.32611136400004 - ], - [ - -121.93183860999994, - 37.32623498600003 - ], - [ - -121.931839315, - 37.32627176200003 - ], - [ - -121.93183995499999, - 37.32635898800004 - ], - [ - -121.93145818399995, - 37.32636017300007 - ], - [ - -121.93145908899999, - 37.32648374400003 - ], - [ - -121.93184080399999, - 37.32648258300003 - ], - [ - -121.93184174499999, - 37.32660800700006 - ], - [ - -121.93146003299995, - 37.326613794000025 - ], - [ - -121.93146090899995, - 37.32673736600003 - ], - [ - -121.93146172899998, - 37.32686096200007 - ], - [ - -121.93141409699996, - 37.32686131400004 - ], - [ - -121.93136150599997, - 37.32686168200007 - ], - [ - -121.93103189599998, - 37.32686415100005 - ], - [ - -121.930859597, - 37.32686545400003 - ], - [ - -121.930859683, - 37.32682654000007 - ], - [ - -121.93085902899998, - 37.32673395900008 - ], - [ - -121.93085815299997, - 37.32661787200004 - ], - [ - -121.93043139999997, - 37.32662015100004 - ], - [ - -121.93043412799994, - 37.326740175000054 - ], - [ - -121.93043515899996, - 37.32686594300003 - ], - [ - -121.93043953899996, - 37.327006389000076 - ] - ], - [ - [ - -121.930304004, - 37.323266223000076 - ], - [ - -121.93013213299997, - 37.323266971000066 - ], - [ - -121.92979326699998, - 37.32326723800003 - ], - [ - -121.92944425599995, - 37.32326753600006 - ], - [ - -121.92927918599997, - 37.32326723700004 - ], - [ - -121.92894040399995, - 37.32326885200007 - ], - [ - -121.92859050399994, - 37.323270670000056 - ], - [ - -121.92841595699997, - 37.32326945500006 - ], - [ - -121.928414165, - 37.32304973300006 - ], - [ - -121.92841324099999, - 37.32293987200006 - ], - [ - -121.928071102, - 37.32294278300003 - ], - [ - -121.92807113099997, - 37.32294578200003 - ], - [ - -121.92807555099995, - 37.32305262500006 - ], - [ - -121.92807733599994, - 37.323162497000055 - ], - [ - -121.92807908999998, - 37.323272348000046 - ], - [ - -121.92772735099999, - 37.32327537500004 - ], - [ - -121.92755969999996, - 37.32327645600003 - ], - [ - -121.92721426499998, - 37.323279429000024 - ], - [ - -121.92687192399995, - 37.323282361000054 - ], - [ - -121.92678380899997, - 37.323283444000026 - ], - [ - -121.92678188899998, - 37.32313485700007 - ], - [ - -121.92678163199997, - 37.323128885000074 - ], - [ - -121.92678126099997, - 37.32311916100008 - ], - [ - -121.926778975, - 37.32305953300005 - ], - [ - -121.92669295699994, - 37.323060059000056 - ], - [ - -121.92635087499997, - 37.32306298800006 - ], - [ - -121.92634989699997, - 37.32295312800005 - ], - [ - -121.92600600999998, - 37.32295607700007 - ], - [ - -121.92583404399994, - 37.32295633900003 - ], - [ - -121.92583501599995, - 37.32306729800007 - ], - [ - -121.92583588099995, - 37.32317880700003 - ], - [ - -121.92583650899996, - 37.32324774400007 - ], - [ - -121.925837087, - 37.32328499100004 - ], - [ - -121.92583713799996, - 37.32328833400004 - ], - [ - -121.92578626299996, - 37.32328917800004 - ], - [ - -121.92576162299997, - 37.32328958800008 - ], - [ - -121.92547375499998, - 37.32329093300007 - ], - [ - -121.92519769899997, - 37.32329223900007 - ], - [ - -121.92505583099995, - 37.323291976000064 - ], - [ - -121.92465219099995, - 37.32329122800007 - ], - [ - -121.92439753099995, - 37.32329271200007 - ], - [ - -121.92439500199998, - 37.32316002700003 - ], - [ - -121.92439230999997, - 37.32301722700004 - ], - [ - -121.92423777299996, - 37.32301910500007 - ], - [ - -121.92408323399997, - 37.32302098400004 - ], - [ - -121.92392820899994, - 37.323022868000066 - ], - [ - -121.92392753999997, - 37.322911059000035 - ], - [ - -121.92384933799997, - 37.32291042000003 - ], - [ - -121.92377540999996, - 37.32290981700004 - ], - [ - -121.92369804299994, - 37.32291094000004 - ], - [ - -121.92331098799997, - 37.322916605000046 - ], - [ - -121.92331661499998, - 37.32303753100007 - ], - [ - -121.923212794, - 37.32303860900004 - ], - [ - -121.92291789099994, - 37.32304161900004 - ], - [ - -121.92284868699994, - 37.32304234500003 - ], - [ - -121.92277034199998, - 37.323041739000075 - ], - [ - -121.92277018099998, - 37.32296107700006 - ], - [ - -121.92276967, - 37.32292062400006 - ], - [ - -121.92269273199997, - 37.32291861900006 - ], - [ - -121.92261019999995, - 37.32291934600005 - ], - [ - -121.92222803099997, - 37.32292279500007 - ], - [ - -121.92222765599996, - 37.32279919500007 - ], - [ - -121.92222727799998, - 37.32267836300008 - ], - [ - -121.92222697899996, - 37.322575362000066 - ], - [ - -121.92222690799997, - 37.32255201500004 - ], - [ - -121.922226551, - 37.32243079400007 - ], - [ - -121.92222616, - 37.32230483500007 - ], - [ - -121.92222578599996, - 37.322181303000036 - ], - [ - -121.92222474099998, - 37.32204502900004 - ], - [ - -121.92222174899996, - 37.321945036000045 - ], - [ - -121.92222156899999, - 37.32193412000004 - ], - [ - -121.92221948499997, - 37.32181102100003 - ], - [ - -121.92221758399995, - 37.32175024700007 - ], - [ - -121.92221545399997, - 37.32168199300003 - ], - [ - -121.92221172199999, - 37.32156278100007 - ], - [ - -121.92220794999997, - 37.321441305000064 - ], - [ - -121.92220772799999, - 37.32143421300003 - ], - [ - -121.92221407799997, - 37.32131307000003 - ], - [ - -121.92221590499997, - 37.32127949100004 - ], - [ - -121.92221473999996, - 37.321189685000036 - ], - [ - -121.92221317699995, - 37.321069898000076 - ], - [ - -121.92221149099998, - 37.320943681000074 - ], - [ - -121.922209926, - 37.320820713000046 - ], - [ - -121.92220903699996, - 37.32075448000006 - ], - [ - -121.92220828399996, - 37.320695295000064 - ], - [ - -121.922206599, - 37.320569102000036 - ], - [ - -121.92220502199996, - 37.320445515000074 - ], - [ - -121.92220321299999, - 37.32032190900003 - ], - [ - -121.92219927599996, - 37.32027310900003 - ], - [ - -121.92220585599995, - 37.320215301000076 - ], - [ - -121.92220686499996, - 37.32020654400003 - ], - [ - -121.92220466799995, - 37.32009257900006 - ], - [ - -121.9222023199999, - 37.32009121200008 - ], - [ - -121.92219793399994, - 37.319978142000025 - ], - [ - -121.92220647, - 37.31997794800003 - ], - [ - -121.92220645799995, - 37.319975819000035 - ], - [ - -121.92220704299996, - 37.31986042400007 - ], - [ - -121.92220771299998, - 37.319745073000036 - ], - [ - -121.92220697799996, - 37.319671811000035 - ], - [ - -121.92236898599998, - 37.319669730000044 - ], - [ - -121.92267749299998, - 37.31966694600004 - ], - [ - -121.92273994899995, - 37.31966570700007 - ], - [ - -121.92280415399995, - 37.31966444700004 - ], - [ - -121.92291924099999, - 37.31966222600005 - ], - [ - -121.92301953799995, - 37.319662976000075 - ], - [ - -121.92322931599995, - 37.319661961000065 - ], - [ - -121.92345090999999, - 37.319660071000044 - ], - [ - -121.92366453499994, - 37.319657910000046 - ], - [ - -121.92367812799995, - 37.319659827000066 - ], - [ - -121.92369187399999, - 37.319660783000074 - ], - [ - -121.92370560299997, - 37.319660845000044 - ], - [ - -121.92371940099997, - 37.31965994500007 - ], - [ - -121.92373295099998, - 37.319658109000045 - ], - [ - -121.92374631099995, - 37.31965533700003 - ], - [ - -121.92375198399998, - 37.31977109200005 - ], - [ - -121.92375333799998, - 37.31996099300005 - ], - [ - -121.923754208, - 37.32007884300003 - ], - [ - -121.923755052, - 37.320192389000056 - ], - [ - -121.92375588799996, - 37.32030696600003 - ], - [ - -121.92329438999997, - 37.32031140600003 - ], - [ - -121.92329562299994, - 37.32043488200003 - ], - [ - -121.92329682299999, - 37.32055957100005 - ], - [ - -121.92375778699994, - 37.32055559600008 - ], - [ - -121.923913299, - 37.32055253900006 - ], - [ - -121.92391254999995, - 37.320428942000035 - ], - [ - -121.92391180099997, - 37.320305346000055 - ], - [ - -121.92391107999998, - 37.32018179500005 - ], - [ - -121.92391032899997, - 37.32005819900007 - ], - [ - -121.92390955199994, - 37.319930139000064 - ], - [ - -121.92390882399997, - 37.31980764100007 - ], - [ - -121.92390834399998, - 37.319723846000045 - ], - [ - -121.92390689599995, - 37.31961170300008 - ], - [ - -121.923920249, - 37.319611519000034 - ], - [ - -121.92393359999994, - 37.31961133300007 - ], - [ - -121.92402574899995, - 37.319610099000045 - ], - [ - -121.92415970099995, - 37.31960815100007 - ], - [ - -121.92430623799999, - 37.31960485800005 - ], - [ - -121.92451558099998, - 37.319597713000064 - ], - [ - -121.924709641, - 37.31959311000003 - ], - [ - -121.92479965799998, - 37.31958986300003 - ], - [ - -121.92484522199999, - 37.31958805000005 - ], - [ - -121.92490951699995, - 37.31958546000004 - ], - [ - -121.924962339, - 37.31959003600008 - ], - [ - -121.92501513399998, - 37.31959463600003 - ], - [ - -121.92506795599996, - 37.31959921300006 - ], - [ - -121.92517301299995, - 37.31959855300005 - ], - [ - -121.92521273899996, - 37.31959720000003 - ], - [ - -121.92525246399998, - 37.319598778000056 - ], - [ - -121.92529181499998, - 37.31960328800005 - ], - [ - -121.92533050499998, - 37.31961066900004 - ], - [ - -121.92536815799997, - 37.31962085500004 - ], - [ - -121.92540448899996, - 37.31963378100005 - ], - [ - -121.92543917799998, - 37.31964931400006 - ], - [ - -121.92544381099998, - 37.319569211000044 - ], - [ - -121.92544199599996, - 37.31952656500005 - ], - [ - -121.925440327, - 37.31949316600003 - ], - [ - -121.92543935499998, - 37.31943469500004 - ], - [ - -121.92543908299996, - 37.31935584200005 - ], - [ - -121.92543859499995, - 37.31921601400006 - ], - [ - -121.92543748399999, - 37.319076650000056 - ], - [ - -121.92543678499999, - 37.31898585500005 - ], - [ - -121.92543586899995, - 37.318939353000076 - ], - [ - -121.92543321599999, - 37.31880474700006 - ], - [ - -121.92543137599995, - 37.31871128700004 - ], - [ - -121.925430888, - 37.318664711000054 - ], - [ - -121.92542947199996, - 37.31852739000004 - ], - [ - -121.92542894499996, - 37.318391544000065 - ], - [ - -121.92542802599996, - 37.31831331700005 - ], - [ - -121.92542762899996, - 37.31822627300005 - ], - [ - -121.92542734499995, - 37.318143871000075 - ], - [ - -121.92542705799997, - 37.31806115100005 - ], - [ - -121.92542476099999, - 37.31795572500005 - ], - [ - -121.92542455799997, - 37.31789857100006 - ], - [ - -121.92542324599998, - 37.317759049000074 - ], - [ - -121.925422546, - 37.317621719000044 - ], - [ - -121.92542241099994, - 37.31759505400004 - ], - [ - -121.92542147499995, - 37.31748439200004 - ], - [ - -121.92542022999999, - 37.31734706700007 - ], - [ - -121.92541617399996, - 37.31625529000007 - ], - [ - -121.92583278999996, - 37.316259537000064 - ], - [ - -121.92595996399996, - 37.316257188000066 - ], - [ - -121.92622774199998, - 37.31625642400007 - ], - [ - -121.92676583899998, - 37.316248408000035 - ], - [ - -121.92715900399998, - 37.31624027700008 - ], - [ - -121.92745464899997, - 37.316240039000036 - ], - [ - -121.92790084299997, - 37.316235404000054 - ], - [ - -121.92814170799994, - 37.31623306400007 - ], - [ - -121.92840814299996, - 37.31622954200003 - ], - [ - -121.92883209099995, - 37.316224556000066 - ], - [ - -121.92909945099996, - 37.316221409000036 - ], - [ - -121.92943826699997, - 37.31621727500004 - ], - [ - -121.93047394599995, - 37.316173208000066 - ], - [ - -121.93072458999995, - 37.31615927400003 - ], - [ - -121.93080539799996, - 37.31615716600004 - ], - [ - -121.93159425599998, - 37.31611438500005 - ], - [ - -121.93159953299994, - 37.31611306100007 - ], - [ - -121.93160463299995, - 37.31611144300007 - ], - [ - -121.93160957999999, - 37.31610941300005 - ], - [ - -121.93161426199998, - 37.316107068000065 - ], - [ - -121.93161868399994, - 37.31610442700003 - ], - [ - -121.93162281099995, - 37.31610149200003 - ], - [ - -121.93162661999997, - 37.316098288000035 - ], - [ - -121.93163002099999, - 37.31609481300006 - ], - [ - -121.931633074, - 37.31609113500008 - ], - [ - -121.93163572199995, - 37.31608725700005 - ], - [ - -121.931637938, - 37.31608322400007 - ], - [ - -121.93163972099995, - 37.316079037000065 - ], - [ - -121.93163998299997, - 37.316050879000045 - ], - [ - -121.93163716899994, - 37.31542816900003 - ], - [ - -121.93162487899997, - 37.31465031300007 - ], - [ - -121.93161878799998, - 37.313844638000035 - ], - [ - -121.93161567099997, - 37.31343057200007 - ], - [ - -121.93161421399998, - 37.313237697000034 - ], - [ - -121.93161202099998, - 37.31294370200004 - ], - [ - -121.93160891699995, - 37.31253169800004 - ], - [ - -121.93160640599996, - 37.312242034000064 - ], - [ - -121.93160479999995, - 37.31205792600008 - ], - [ - -121.93160201399996, - 37.31174043100003 - ], - [ - -121.93160083499998, - 37.31160708800007 - ], - [ - -121.93159982099996, - 37.31148983500003 - ], - [ - -121.93159875799995, - 37.31136699800004 - ], - [ - -121.93159705399995, - 37.31117474300004 - ], - [ - -121.93159462099999, - 37.31089059400006 - ], - [ - -121.93180405599998, - 37.31090449200008 - ], - [ - -121.93180388699994, - 37.31088049700003 - ], - [ - -121.93180337899997, - 37.31080847700008 - ], - [ - -121.93180288599996, - 37.310738714000024 - ], - [ - -121.93180348499999, - 37.31070265500006 - ], - [ - -121.93180463599998, - 37.310613095000065 - ], - [ - -121.93180546899998, - 37.310523517000036 - ], - [ - -121.93180660399997, - 37.31038678200008 - ], - [ - -121.93180397799995, - 37.310330459000056 - ], - [ - -121.93180367199994, - 37.310304002000066 - ], - [ - -121.93180311499998, - 37.310256983000045 - ], - [ - -121.93188619399996, - 37.31025561000007 - ], - [ - -121.93200256299997, - 37.31025370700007 - ], - [ - -121.93199943499997, - 37.309885515000076 - ], - [ - -121.93199829399998, - 37.309751187000074 - ], - [ - -121.93199718299996, - 37.30961688200006 - ], - [ - -121.93246042099997, - 37.30961547700008 - ], - [ - -121.93245875099996, - 37.30941910200005 - ], - [ - -121.93242762699998, - 37.30941900200003 - ], - [ - -121.93206332399996, - 37.309418030000074 - ], - [ - -121.93206258099997, - 37.30933897700004 - ], - [ - -121.93206179499998, - 37.309255965000034 - ], - [ - -121.93205629, - 37.30925582700007 - ], - [ - -121.93205247599997, - 37.309255620000044 - ], - [ - -121.93205089699995, - 37.30925548000005 - ], - [ - -121.93204968899994, - 37.30925528900008 - ], - [ - -121.93204664299998, - 37.30925486900003 - ], - [ - -121.93204365399998, - 37.30925437900004 - ], - [ - -121.93204204199998, - 37.30925403200007 - ], - [ - -121.93204060199997, - 37.309253683000065 - ], - [ - -121.93203786699996, - 37.30925298400007 - ], - [ - -121.93203550499999, - 37.309252350000065 - ], - [ - -121.93203388999996, - 37.30925182000004 - ], - [ - -121.93203221699997, - 37.30925122200006 - ], - [ - -121.93203057099998, - 37.30925060200008 - ], - [ - -121.93202947499998, - 37.30925018000005 - ], - [ - -121.93202675899994, - 37.30924906800004 - ], - [ - -121.93202522699994, - 37.30924840000006 - ], - [ - -121.93202143599996, - 37.309246433000055 - ], - [ - -121.93201743699996, - 37.30924407800006 - ], - [ - -121.93201627699995, - 37.30924331400007 - ], - [ - -121.93201313599997, - 37.309241040000074 - ], - [ - -121.93201217799998, - 37.309240343000056 - ], - [ - -121.93201025699994, - 37.30923878700003 - ], - [ - -121.93200920699996, - 37.30923786100004 - ], - [ - -121.93200847699995, - 37.309237160000066 - ], - [ - -121.93200654999998, - 37.309235330000035 - ], - [ - -121.93200576199996, - 37.309234538000055 - ], - [ - -121.93200506, - 37.30923379200004 - ], - [ - -121.93200435799997, - 37.30923304400005 - ], - [ - -121.93200268599998, - 37.30923105000005 - ], - [ - -121.93200198299996, - 37.30923019000005 - ], - [ - -121.93200103999999, - 37.30922887300005 - ], - [ - -121.93199995099997, - 37.309227376000024 - ], - [ - -121.93199930299994, - 37.30922646700003 - ], - [ - -121.93199817599998, - 37.309224491000066 - ], - [ - -121.93199758399999, - 37.30922349000008 - ], - [ - -121.93199698999996, - 37.30922235300005 - ], - [ - -121.93199582699998, - 37.30922005600007 - ], - [ - -121.93199399099996, - 37.30921545500007 - ], - [ - -121.93199359099998, - 37.309214017000045 - ], - [ - -121.93199312999997, - 37.30921237500007 - ], - [ - -121.93199272499999, - 37.30921070900007 - ], - [ - -121.93199253499995, - 37.30920972700005 - ], - [ - -121.93199221799995, - 37.30920817400005 - ], - [ - -121.93199194599998, - 37.309205888000065 - ], - [ - -121.93199183599995, - 37.30920465400004 - ], - [ - -121.93199175099994, - 37.30920321200006 - ], - [ - -121.93199165199997, - 37.30920101600003 - ], - [ - -121.93199108899995, - 37.30902797600004 - ], - [ - -121.93199043599998, - 37.30883987400006 - ], - [ - -121.932228211, - 37.30884049200006 - ], - [ - -121.93223014699998, - 37.30842116900004 - ], - [ - -121.93223055599998, - 37.30833800600004 - ], - [ - -121.93223094399997, - 37.30825639900007 - ], - [ - -121.93223000599994, - 37.30783356400008 - ], - [ - -121.93245911999998, - 37.307833921000054 - ], - [ - -121.93268012599998, - 37.30783300400003 - ], - [ - -121.93274101199995, - 37.307832580000024 - ], - [ - -121.93291363199995, - 37.307832345000065 - ], - [ - -121.93300922699996, - 37.30783218300007 - ], - [ - -121.93314244399994, - 37.307831950000036 - ], - [ - -121.93336069799994, - 37.30783097400007 - ], - [ - -121.93358930099998, - 37.30782865700007 - ], - [ - -121.93367476699996, - 37.30782784000007 - ], - [ - -121.93381621599997, - 37.30782947300003 - ], - [ - -121.93391957299997, - 37.30782921600007 - ], - [ - -121.93405073099996, - 37.30782909900006 - ], - [ - -121.93413517699997, - 37.30782891100006 - ], - [ - -121.93427913199997, - 37.30782824800008 - ], - [ - -121.93435498599996, - 37.30782832700004 - ], - [ - -121.93450605599998, - 37.307828124000025 - ], - [ - -121.93457067799994, - 37.30782815800006 - ], - [ - -121.93473144099994, - 37.307828295000036 - ], - [ - -121.93478945499999, - 37.30782753900007 - ], - [ - -121.93495848599997, - 37.307829955000045 - ], - [ - -121.93500467499996, - 37.30782968600005 - ], - [ - -121.93518555499998, - 37.30783131600003 - ], - [ - -121.93521005799994, - 37.30783140400007 - ], - [ - -121.93540557299997, - 37.30783267100003 - ], - [ - -121.93541655099995, - 37.30783276600005 - ], - [ - -121.93541677199994, - 37.30783830300004 - ], - [ - -121.93562329399998, - 37.30783678000006 - ], - [ - -121.93563481499996, - 37.30783679900003 - ], - [ - -121.93584963499995, - 37.30783748600004 - ], - [ - -121.93585175599998, - 37.30783750400008 - ], - [ - -121.936065155, - 37.307837293000034 - ], - [ - -121.93607757499996, - 37.30783796400004 - ], - [ - -121.93631420499997, - 37.307838795000066 - ], - [ - -121.93641791399995, - 37.30783747600003 - ], - [ - -121.93641860599996, - 37.30776014600008 - ], - [ - -121.93641843299997, - 37.30771835100006 - ], - [ - -121.93641774999998, - 37.30756801900003 - ], - [ - -121.93652091299998, - 37.30756805800007 - ], - [ - -121.93708034399998, - 37.30756403400005 - ], - [ - -121.93718523999996, - 37.30756327600005 - ], - [ - -121.93718481499997, - 37.307550141000036 - ], - [ - -121.93718053799995, - 37.30742013300005 - ], - [ - -121.93718049499995, - 37.30741782100006 - ], - [ - -121.93717955399995, - 37.30735550300005 - ], - [ - -121.937178443, - 37.30727826300006 - ], - [ - -121.93717679999997, - 37.307166008000024 - ], - [ - -121.93717643499997, - 37.307139575000065 - ], - [ - -121.93717441399997, - 37.30700019900007 - ], - [ - -121.93717391799998, - 37.306965526000056 - ], - [ - -121.93717245899995, - 37.306864279000024 - ], - [ - -121.93717149599996, - 37.30680074900005 - ], - [ - -121.93717042099996, - 37.30672694200007 - ], - [ - -121.93716959899996, - 37.30663353800003 - ], - [ - -121.93716924199998, - 37.30658964000003 - ], - [ - -121.93716817599994, - 37.306470121000075 - ], - [ - -121.93716798199995, - 37.30644956800006 - ], - [ - -121.93716680199998, - 37.30631224200005 - ], - [ - -121.93716670099997, - 37.30630395800006 - ], - [ - -121.93716556699997, - 37.30617491800007 - ], - [ - -121.937165226, - 37.30613779400005 - ], - [ - -121.93716285999994, - 37.30597301500006 - ], - [ - -121.93716280999996, - 37.30596894100006 - ], - [ - -121.93716180499996, - 37.30590028300003 - ], - [ - -121.93716062299995, - 37.305817872000034 - ], - [ - -121.93716055199997, - 37.305808236000075 - ], - [ - -121.93716019799996, - 37.30576296400005 - ], - [ - -121.93715921699999, - 37.305643445000044 - ], - [ - -121.93715909999997, - 37.305628384000045 - ], - [ - -121.93715791199998, - 37.305478675000074 - ], - [ - -121.93715786799999, - 37.305470435000075 - ], - [ - -121.93715646199996, - 37.30529149800003 - ], - [ - -121.93744651099996, - 37.30529157900003 - ], - [ - -121.93762603899995, - 37.30529175700008 - ], - [ - -121.93794981199994, - 37.305294581000055 - ], - [ - -121.93840851699997, - 37.30529130800005 - ], - [ - -121.93867325499997, - 37.30528943100006 - ], - [ - -121.93886490299997, - 37.30528815200006 - ], - [ - -121.93919885999998, - 37.305297532000054 - ], - [ - -121.93944828099995, - 37.30529645900003 - ], - [ - -121.93945144599996, - 37.305609624000056 - ], - [ - -121.93966450699997, - 37.30560856300008 - ], - [ - -121.93966486699998, - 37.305630258000065 - ], - [ - -121.939666553, - 37.30572674200005 - ], - [ - -121.939666919, - 37.305748642000026 - ], - [ - -121.93966816299996, - 37.305820707000066 - ], - [ - -121.93966845099999, - 37.30583714000005 - ], - [ - -121.93966916299996, - 37.305885955000065 - ], - [ - -121.93966958899995, - 37.305915524000056 - ], - [ - -121.93966963999998, - 37.30601346900005 - ], - [ - -121.939669633, - 37.30602051900007 - ], - [ - -121.93966970799994, - 37.30610926300005 - ], - [ - -121.93966972799996, - 37.30615785900005 - ], - [ - -121.93966974399996, - 37.306204851000075 - ], - [ - -121.93966982099994, - 37.306295152000075 - ], - [ - -121.93966980699997, - 37.30629734900003 - ], - [ - -121.93966997899997, - 37.306303298000046 - ], - [ - -121.93967201999999, - 37.30639442100005 - ], - [ - -121.93967184499996, - 37.30639721600005 - ], - [ - -121.93966840099995, - 37.306425207000075 - ], - [ - -121.93966844899995, - 37.306427701000075 - ], - [ - -121.93966938899996, - 37.30648692800003 - ], - [ - -121.93967066299996, - 37.30656501400006 - ], - [ - -121.93967107499998, - 37.30658941000007 - ], - [ - -121.93967261599994, - 37.306685712000046 - ], - [ - -121.93967290699999, - 37.30670232600005 - ], - [ - -121.939673573, - 37.30678444800003 - ], - [ - -121.93967400499997, - 37.30683962900008 - ], - [ - -121.93967428699995, - 37.30687364100004 - ], - [ - -121.939675003, - 37.30696883200005 - ], - [ - -121.93967505699999, - 37.30697608600008 - ], - [ - -121.93967509999999, - 37.30697833000005 - ], - [ - -121.93967632599998, - 37.30706733300008 - ], - [ - -121.93967705399996, - 37.30711701900003 - ], - [ - -121.93967762999995, - 37.30716178500006 - ], - [ - -121.93967885799998, - 37.30725085700004 - ], - [ - -121.93967892499995, - 37.30725433600003 - ], - [ - -121.93968004599998, - 37.307334827000034 - ], - [ - -121.939680238, - 37.30734929000005 - ], - [ - -121.93968085299997, - 37.307391653000025 - ], - [ - -121.93968282599997, - 37.30752828200008 - ], - [ - -121.93968428199997, - 37.30762916300006 - ], - [ - -121.93968475899999, - 37.30766285100003 - ], - [ - -121.939685914, - 37.30780017700005 - ], - [ - -121.93968702899997, - 37.30793848700006 - ], - [ - -121.93968677599997, - 37.30794164900004 - ], - [ - -121.93968527199996, - 37.30796178800006 - ], - [ - -121.93968530399997, - 37.30796343700007 - ], - [ - -121.939687247, - 37.308055316000036 - ], - [ - -121.93968775499997, - 37.30808030500003 - ], - [ - -121.93968900199997, - 37.30813907100003 - ], - [ - -121.93969089099994, - 37.30823122500004 - ], - [ - -121.93969121599997, - 37.30824509400003 - ], - [ - -121.93969134399998, - 37.30834990400007 - ], - [ - -121.93969141699995, - 37.30840275700007 - ], - [ - -121.93969152499994, - 37.30840989700005 - ], - [ - -121.93969203999995, - 37.30844713400006 - ], - [ - -121.93969339799997, - 37.308542842000065 - ], - [ - -121.93969342899999, - 37.30854442100008 - ], - [ - -121.93969382499995, - 37.308579896000026 - ], - [ - -121.939694509, - 37.30863628800006 - ], - [ - -121.93969574099998, - 37.308737378000046 - ], - [ - -121.93969593599996, - 37.30875495500004 - ], - [ - -121.93917753899996, - 37.308756335000055 - ], - [ - -121.93917704599994, - 37.30879926000006 - ], - [ - -121.939176638, - 37.308834629000046 - ], - [ - -121.93969697899996, - 37.30882997600003 - ], - [ - -121.93979095699996, - 37.30882916500008 - ], - [ - -121.93979328299997, - 37.309031713000024 - ], - [ - -121.93979559599995, - 37.30923220100004 - ], - [ - -121.939797941, - 37.30943266600008 - ], - [ - -121.93980015799997, - 37.309629630000074 - ], - [ - -121.93980030799997, - 37.30964038700006 - ], - [ - -121.93977523599995, - 37.30964055700008 - ], - [ - -121.939777419, - 37.30983271400004 - ], - [ - -121.93977972799996, - 37.310032996000075 - ], - [ - -121.93919038499996, - 37.310038245000044 - ], - [ - -121.93908724699997, - 37.31004091600005 - ], - [ - -121.93908604699999, - 37.310102861000075 - ], - [ - -121.9390656899999, - 37.31021300200007 - ], - [ - -121.93901808499999, - 37.31032443200007 - ], - [ - -121.93896589999997, - 37.31039605700005 - ], - [ - -121.93889719199996, - 37.31047043500007 - ], - [ - -121.93882942399995, - 37.31053204500006 - ], - [ - -121.93878580199998, - 37.31058591500005 - ], - [ - -121.93876402499995, - 37.31062034100006 - ], - [ - -121.93874900399999, - 37.310642373000064 - ], - [ - -121.93872425799998, - 37.310696703000076 - ], - [ - -121.93870783799997, - 37.31074437800004 - ], - [ - -121.93869656699997, - 37.31079299700008 - ], - [ - -121.93869049199998, - 37.31084221700007 - ], - [ - -121.93868966699995, - 37.31089164700006 - ], - [ - -121.93869411199995, - 37.31094096500004 - ], - [ - -121.93869604199995, - 37.31103524900004 - ], - [ - -121.93869822, - 37.31114095100003 - ], - [ - -121.93869822999994, - 37.31114893900008 - ], - [ - -121.93869868899998, - 37.31122932200003 - ], - [ - -121.93869942199996, - 37.311414838000076 - ], - [ - -121.93870375599994, - 37.31166529200004 - ], - [ - -121.93870414699995, - 37.311844905000044 - ], - [ - -121.93870848799997, - 37.31208682300007 - ], - [ - -121.93870950599995, - 37.31224546100003 - ], - [ - -121.93871031299994, - 37.31250321500005 - ], - [ - -121.93871117799995, - 37.31277449600003 - ], - [ - -121.93871219399995, - 37.313178583000024 - ], - [ - -121.93871175599998, - 37.313236317000076 - ], - [ - -121.93871076099998, - 37.313378156000056 - ], - [ - -121.93871419399994, - 37.313613056000065 - ], - [ - -121.93871981599995, - 37.31386189300008 - ], - [ - -121.93872629799995, - 37.31428802500005 - ], - [ - -121.93873088199996, - 37.314411506000056 - ], - [ - -121.93873429099995, - 37.314502246000075 - ], - [ - -121.93873408599995, - 37.31470004100004 - ], - [ - -121.93873693199998, - 37.314959533000035 - ], - [ - -121.93873893899996, - 37.31512189000006 - ], - [ - -121.93873824599996, - 37.315216891000034 - ], - [ - -121.93875264399998, - 37.31535295600003 - ], - [ - -121.93875605899996, - 37.31549902100005 - ], - [ - -121.93875415899998, - 37.31561033500003 - ], - [ - -121.93875347399995, - 37.315650653000034 - ], - [ - -121.93875937299998, - 37.31592134600004 - ], - [ - -121.93866089999995, - 37.31592731600006 - ], - [ - -121.93866038299996, - 37.31593174100004 - ], - [ - -121.938659729, - 37.31593497700004 - ], - [ - -121.93865946399995, - 37.315936124000075 - ], - [ - -121.93865913699995, - 37.315937044000066 - ], - [ - -121.93865805699994, - 37.315940468000065 - ], - [ - -121.93865751099997, - 37.315941802000054 - ], - [ - -121.93865632899997, - 37.31594447100008 - ], - [ - -121.93865530699998, - 37.315946430000054 - ], - [ - -121.93865419999997, - 37.31594850300007 - ], - [ - -121.93865350399994, - 37.315949587000034 - ], - [ - -121.93865269799994, - 37.31595081000006 - ], - [ - -121.93865166699999, - 37.315952380000056 - ], - [ - -121.93864962499998, - 37.315954969000074 - ], - [ - -121.93864869999999, - 37.315956124000024 - ], - [ - -121.93864544399997, - 37.31595962100005 - ], - [ - -121.93864471199998, - 37.31596033900007 - ], - [ - -121.93864344499997, - 37.31596145300006 - ], - [ - -121.938642572, - 37.315962289000026 - ], - [ - -121.93864087799994, - 37.31596366000008 - ], - [ - -121.93863977899997, - 37.31596452000008 - ], - [ - -121.93863763099995, - 37.315966127000024 - ], - [ - -121.938636783, - 37.315966755000034 - ], - [ - -121.93863565299995, - 37.315967569000065 - ], - [ - -121.93863358399994, - 37.31596883100008 - ], - [ - -121.93863236599998, - 37.31596953300004 - ], - [ - -121.93863134499998, - 37.31597011700006 - ], - [ - -121.93862910499996, - 37.31597135800007 - ], - [ - -121.93862771399995, - 37.31597210800004 - ], - [ - -121.93862248599999, - 37.31597441500003 - ], - [ - -121.938617648, - 37.315976169000066 - ], - [ - -121.93861425699998, - 37.31597719400003 - ], - [ - -121.93861286099997, - 37.31597762300004 - ], - [ - -121.93861091999997, - 37.31597808300006 - ], - [ - -121.93860958, - 37.31597841800004 - ], - [ - -121.93860792499999, - 37.31597878300005 - ], - [ - -121.93860489699995, - 37.315979277000054 - ], - [ - -121.9386036399999, - 37.315979499000036 - ], - [ - -121.93860118199996, - 37.315979850000076 - ], - [ - -121.93859880899998, - 37.315980084000046 - ], - [ - -121.93859268199998, - 37.31598045700008 - ], - [ - -121.93854686199995, - 37.315980814000056 - ], - [ - -121.93854951099996, - 37.31609733700003 - ], - [ - -121.93855220599994, - 37.31621518800006 - ], - [ - -121.93855878, - 37.31621577100003 - ], - [ - -121.93856530499994, - 37.316216835000034 - ], - [ - -121.9385716099999, - 37.31621829200003 - ], - [ - -121.93857775199996, - 37.31622025400003 - ], - [ - -121.93858367299998, - 37.31622260700004 - ], - [ - -121.93858928699996, - 37.316225400000064 - ], - [ - -121.93859459199996, - 37.31622856100006 - ], - [ - -121.93859950399997, - 37.31623209500003 - ], - [ - -121.93860399099998, - 37.316235978000066 - ], - [ - -121.93860805599996, - 37.31624013900006 - ], - [ - -121.93861163799994, - 37.316244604000076 - ], - [ - -121.93861467999994, - 37.31624928200006 - ], - [ - -121.93861720999996, - 37.31625414900003 - ], - [ - -121.93861919699998, - 37.31625920700003 - ], - [ - -121.93862058699995, - 37.31626436200003 - ], - [ - -121.938621405, - 37.316269618000035 - ], - [ - -121.93862413899996, - 37.316560561000074 - ], - [ - -121.93862477399995, - 37.316632291000076 - ], - [ - -121.938625103, - 37.31666721800008 - ], - [ - -121.938620459, - 37.31669096500008 - ], - [ - -121.9386131699999, - 37.31671428800007 - ], - [ - -121.93860328899996, - 37.31673697900004 - ], - [ - -121.93859089999995, - 37.316758899000035 - ], - [ - -121.93857614199999, - 37.316779842000074 - ], - [ - -121.93855904099996, - 37.316799623000065 - ], - [ - -121.93853982199994, - 37.316818125000054 - ], - [ - -121.93851859799997, - 37.316835163000064 - ], - [ - -121.938495537, - 37.31685062300005 - ], - [ - -121.93847084099997, - 37.31686436200005 - ], - [ - -121.93844473099995, - 37.31687628800006 - ], - [ - -121.93841735299998, - 37.31688630700006 - ], - [ - -121.93838899199994, - 37.31689430000006 - ], - [ - -121.93835981499996, - 37.31690024400007 - ], - [ - -121.93833011299995, - 37.31690411100004 - ], - [ - -121.93830010899995, - 37.31690580700007 - ], - [ - -121.93819749099998, - 37.31690640200003 - ], - [ - -121.93793961399996, - 37.31690792000006 - ], - [ - -121.93768537499994, - 37.31690946000003 - ], - [ - -121.93742927299996, - 37.316910954000036 - ], - [ - -121.93716967399996, - 37.316912513000034 - ], - [ - -121.93693239999999, - 37.316913913000064 - ], - [ - -121.93688009899995, - 37.31692293200007 - ], - [ - -121.93672285699995, - 37.316923624000026 - ], - [ - -121.93625325199997, - 37.316925697000045 - ], - [ - -121.93623166099997, - 37.31689240400004 - ], - [ - -121.93621414199998, - 37.316857620000064 - ], - [ - -121.936200897, - 37.31682164000006 - ], - [ - -121.93619199299997, - 37.31678482700005 - ], - [ - -121.93618754999994, - 37.316747502000055 - ], - [ - -121.93618602099997, - 37.316666422000026 - ], - [ - -121.93597963299999, - 37.31666439600008 - ], - [ - -121.93598342799999, - 37.31686486700005 - ], - [ - -121.93598452899994, - 37.31698337600005 - ], - [ - -121.93598355399996, - 37.31698625000007 - ], - [ - -121.935982288, - 37.31698905800005 - ], - [ - -121.93598153399995, - 37.316990393000026 - ], - [ - -121.93598076399996, - 37.31699175500006 - ], - [ - -121.93597898099995, - 37.31699438600003 - ], - [ - -121.93597690699994, - 37.31699688400005 - ], - [ - -121.93555577999996, - 37.316983297000036 - ], - [ - -121.93541745599998, - 37.316984123000054 - ], - [ - -121.935045458, - 37.31697087200007 - ], - [ - -121.93489425999996, - 37.31696549000003 - ], - [ - -121.93483167299996, - 37.316925421000064 - ], - [ - -121.93485765899999, - 37.31689511600007 - ], - [ - -121.93486348899995, - 37.31688376000005 - ], - [ - -121.93486754099996, - 37.31687544700003 - ], - [ - -121.93487067199999, - 37.316866848000075 - ], - [ - -121.93487288299997, - 37.31685807700006 - ], - [ - -121.934874144, - 37.31684918000008 - ], - [ - -121.93487443099997, - 37.31684025000004 - ], - [ - -121.93487380199997, - 37.31683133000007 - ], - [ - -121.93487216899996, - 37.316822469000044 - ], - [ - -121.93486962399999, - 37.31681377900003 - ], - [ - -121.93486616599995, - 37.316805260000024 - ], - [ - -121.93486176699997, - 37.31679705200003 - ], - [ - -121.93485654099999, - 37.316789150000034 - ], - [ - -121.93485046399996, - 37.31678162500003 - ], - [ - -121.934843651, - 37.316774543000065 - ], - [ - -121.93483604299996, - 37.31676797500006 - ], - [ - -121.93482776099995, - 37.316761943000074 - ], - [ - -121.93481888499997, - 37.31675648800007 - ], - [ - -121.93480947899997, - 37.316751682000074 - ], - [ - -121.93479956999994, - 37.31674752400005 - ], - [ - -121.93478924399994, - 37.316744079000046 - ], - [ - -121.934778586, - 37.316741302000025 - ], - [ - -121.93477542399995, - 37.316740792000076 - ], - [ - -121.93476510199997, - 37.31673908700003 - ], - [ - -121.93475462199996, - 37.31673807100003 - ], - [ - -121.93474409699996, - 37.31673774200004 - ], - [ - -121.93473361599996, - 37.31673812200006 - ], - [ - -121.93472311799997, - 37.31673916600005 - ], - [ - -121.93471283399998, - 37.31674091800005 - ], - [ - -121.93468083, - 37.31675181600008 - ], - [ - -121.93465039199998, - 37.31676516700003 - ], - [ - -121.93462168999997, - 37.31678085400006 - ], - [ - -121.93460742299999, - 37.31679014000008 - ], - [ - -121.93459218999999, - 37.31679838400004 - ], - [ - -121.93457613499999, - 37.31680553900003 - ], - [ - -121.93455934199994, - 37.31681155800004 - ], - [ - -121.934541922, - 37.31681632600004 - ], - [ - -121.93452407899997, - 37.316819886000076 - ], - [ - -121.93450592399995, - 37.31682221500006 - ], - [ - -121.93448754499997, - 37.31682319600003 - ], - [ - -121.93448694399996, - 37.316890476000026 - ], - [ - -121.93446128999994, - 37.31689182000008 - ], - [ - -121.934180519, - 37.31689365600005 - ], - [ - -121.93381057399995, - 37.31689030900003 - ], - [ - -121.93361768199998, - 37.31689404400004 - ], - [ - -121.93300785199995, - 37.316896444000065 - ], - [ - -121.93294048799999, - 37.316831414000035 - ], - [ - -121.93293468399997, - 37.316528720000065 - ], - [ - -121.93310659999997, - 37.31652661700008 - ], - [ - -121.93327854499995, - 37.31652451400004 - ], - [ - -121.93348481599998, - 37.31652199000007 - ], - [ - -121.93347925399996, - 37.316231996000056 - ], - [ - -121.93327298399998, - 37.31623452000008 - ], - [ - -121.9331010399999, - 37.316236623000066 - ], - [ - -121.93292912399994, - 37.31623872600005 - ], - [ - -121.93241337799998, - 37.31624503200004 - ], - [ - -121.93242077199994, - 37.316630866000025 - ], - [ - -121.93204030399994, - 37.316553869000074 - ], - [ - -121.93201964699995, - 37.316549681000026 - ], - [ - -121.93184944599994, - 37.31652012200004 - ], - [ - -121.93160091399994, - 37.31647694900005 - ], - [ - -121.93160865699997, - 37.31760537500003 - ], - [ - -121.93161492499996, - 37.31760635300003 - ], - [ - -121.93162108399997, - 37.31760776500005 - ], - [ - -121.93162702399997, - 37.31760961500004 - ], - [ - -121.93163276999996, - 37.31761185600004 - ], - [ - -121.93163820899997, - 37.317614537000054 - ], - [ - -121.93164336799998, - 37.31761751800008 - ], - [ - -121.93164816099994, - 37.317620893000026 - ], - [ - -121.93165258799996, - 37.31762459300006 - ], - [ - -121.93165656199994, - 37.31762857200005 - ], - [ - -121.93166008399999, - 37.31763283300006 - ], - [ - -121.93166314899997, - 37.31763730500006 - ], - [ - -121.93166567499998, - 37.31764198900004 - ], - [ - -121.93166771899996, - 37.317646841000055 - ], - [ - -121.93166918699995, - 37.317651789000024 - ], - [ - -121.93167011399999, - 37.31765683700007 - ], - [ - -121.93167049899995, - 37.31766191400004 - ], - [ - -121.93186626, - 37.31769111500006 - ], - [ - -121.93207268599997, - 37.31772191400006 - ], - [ - -121.93207249099999, - 37.31784334800005 - ], - [ - -121.93244226899998, - 37.317840819000025 - ], - [ - -121.93243686999995, - 37.31769205400008 - ], - [ - -121.93270421899996, - 37.31773149900005 - ], - [ - -121.93274793699999, - 37.31773808200006 - ], - [ - -121.93275433599996, - 37.31773999600006 - ], - [ - -121.93276054199998, - 37.31774232300006 - ], - [ - -121.93276644199995, - 37.31774508900003 - ], - [ - -121.932772033, - 37.31774822600005 - ], - [ - -121.93277729, - 37.317751755000074 - ], - [ - -121.93278212099995, - 37.31775561100005 - ], - [ - -121.93278655699999, - 37.317759814000055 - ], - [ - -121.93279048099998, - 37.317764252000075 - ], - [ - -121.93279395499997, - 37.31776899400006 - ], - [ - -121.93279688599995, - 37.31777392500004 - ], - [ - -121.932799279, - 37.317779046000055 - ], - [ - -121.93280112699995, - 37.317784310000036 - ], - [ - -121.93280240599995, - 37.31778967400004 - ], - [ - -121.93302137399996, - 37.31779754900003 - ], - [ - -121.93302625099994, - 37.317794811000056 - ], - [ - -121.93303139299996, - 37.31779243600005 - ], - [ - -121.93303677199998, - 37.31779044700005 - ], - [ - -121.93304232999998, - 37.31778882300006 - ], - [ - -121.93304806699996, - 37.317787585000076 - ], - [ - -121.933053928, - 37.31778678200004 - ], - [ - -121.93305924899994, - 37.317786374000036 - ], - [ - -121.93306458, - 37.31778630800005 - ], - [ - -121.93306991499998, - 37.31778660900005 - ], - [ - -121.93307520199994, - 37.31778723000008 - ], - [ - -121.93308040599999, - 37.31778817500003 - ], - [ - -121.93335398199997, - 37.31782939400006 - ], - [ - -121.93337599899996, - 37.31783271900008 - ], - [ - -121.93365760699999, - 37.31787283400007 - ], - [ - -121.93366315299994, - 37.31787363500007 - ], - [ - -121.93366862199997, - 37.317874827000026 - ], - [ - -121.93367392599998, - 37.31787638700007 - ], - [ - -121.93367906399999, - 37.317878316000076 - ], - [ - -121.93368395099998, - 37.31788056800008 - ], - [ - -121.93368858599996, - 37.317883144000064 - ], - [ - -121.93369293999996, - 37.317886043000044 - ], - [ - -121.93369698499998, - 37.31788922100003 - ], - [ - -121.93370060599995, - 37.31789268000006 - ], - [ - -121.93370388599999, - 37.317896347000044 - ], - [ - -121.93370679799995, - 37.31790024800006 - ], - [ - -121.93370919699998, - 37.31790431700006 - ], - [ - -121.93371119899996, - 37.31790855000003 - ], - [ - -121.93371274299994, - 37.31791287900006 - ], - [ - -121.93371383199997, - 37.31791733000006 - ], - [ - -121.93371440499999, - 37.31792180900004 - ], - [ - -121.93399936699996, - 37.31792310600008 - ], - [ - -121.93400732899994, - 37.31792282500004 - ], - [ - -121.93400916399997, - 37.317922804000034 - ], - [ - -121.93401897799998, - 37.31792343700005 - ], - [ - -121.93428580899996, - 37.317953706000026 - ], - [ - -121.93457693599998, - 37.317980471000055 - ], - [ - -121.93458540299997, - 37.31798114600008 - ], - [ - -121.93459148999995, - 37.31798175700004 - ], - [ - -121.93459747099996, - 37.31798280700008 - ], - [ - -121.93460331799997, - 37.31798424600004 - ], - [ - -121.93460897099999, - 37.317986122000036 - ], - [ - -121.93461440199997, - 37.317988366000066 - ], - [ - -121.93461955599997, - 37.31799102800005 - ], - [ - -121.93462439799998, - 37.31799399100004 - ], - [ - -121.93462887499999, - 37.31799732300004 - ], - [ - -121.93463298599994, - 37.31800093500004 - ], - [ - -121.93463667199995, - 37.31800484900003 - ], - [ - -121.934639904, - 37.31800899900003 - ], - [ - -121.93464268199995, - 37.318013337000025 - ], - [ - -121.934644946, - 37.31801788800004 - ], - [ - -121.934646698, - 37.31802255900004 - ], - [ - -121.93464793699997, - 37.31802735000008 - ], - [ - -121.93464863199995, - 37.31803221700005 - ], - [ - -121.93484965999994, - 37.31803405900007 - ], - [ - -121.93485276799998, - 37.31803017500005 - ], - [ - -121.93485625099999, - 37.31802653800003 - ], - [ - -121.93486014099994, - 37.318023150000045 - ], - [ - -121.93486435199998, - 37.318020053000055 - ], - [ - -121.93486888299998, - 37.31801722900008 - ], - [ - -121.93487367999995, - 37.31801474300005 - ], - [ - -121.93487876699999, - 37.31801257500007 - ], - [ - -121.93488403499998, - 37.31801074700007 - ], - [ - -121.934889511, - 37.318009353000036 - ], - [ - -121.93489510799998, - 37.31800827700005 - ], - [ - -121.93490076999996, - 37.31800761300008 - ], - [ - -121.93490649699999, - 37.31800733700004 - ], - [ - -121.93492967799995, - 37.318008587000065 - ], - [ - -121.93495283099998, - 37.31800985900003 - ], - [ - -121.934975985, - 37.31801115500008 - ], - [ - -121.93497974199994, - 37.318011338000076 - ], - [ - -121.93506977099997, - 37.31801625600008 - ], - [ - -121.93509352599995, - 37.31801752100006 - ], - [ - -121.93511730899996, - 37.318018763000055 - ], - [ - -121.935141064, - 37.31802000600004 - ], - [ - -121.93514482199998, - 37.31802021100003 - ], - [ - -121.93514858099996, - 37.31802039400003 - ], - [ - -121.93515483599998, - 37.31802073100005 - ], - [ - -121.93516108899996, - 37.31802101900007 - ], - [ - -121.93516734299999, - 37.31802135500004 - ], - [ - -121.93517110099998, - 37.31802156200007 - ], - [ - -121.93517482899995, - 37.31802176700006 - ], - [ - -121.93517858799999, - 37.318021927000075 - ], - [ - -121.93518234599998, - 37.31802213200007 - ], - [ - -121.93518610599995, - 37.31802233900004 - ], - [ - -121.93518986199996, - 37.31802249900005 - ], - [ - -121.93519359199996, - 37.31802268200005 - ], - [ - -121.93519734899996, - 37.31802288800003 - ], - [ - -121.93520110799994, - 37.31802309400007 - ], - [ - -121.93531809399997, - 37.31802880300006 - ], - [ - -121.93537658599996, - 37.31803161100004 - ], - [ - -121.93543507499999, - 37.31803428200004 - ], - [ - -121.93555208099997, - 37.31803955500004 - ], - [ - -121.93555679999997, - 37.31822854600006 - ], - [ - -121.93555907999996, - 37.31832045300007 - ], - [ - -121.93575854899996, - 37.318318641000076 - ], - [ - -121.93578505699998, - 37.31823048700005 - ], - [ - -121.93582290799998, - 37.31810476800007 - ], - [ - -121.93582570599995, - 37.31809825700003 - ], - [ - -121.93582919899995, - 37.31809198700006 - ], - [ - -121.93583338199994, - 37.31808598500004 - ], - [ - -121.93583817299998, - 37.31808027300008 - ], - [ - -121.93584357299994, - 37.31807494200007 - ], - [ - -121.93584955399996, - 37.31806999200006 - ], - [ - -121.93585603099996, - 37.31806549600003 - ], - [ - -121.93586300399994, - 37.31806145100006 - ], - [ - -121.93587035799999, - 37.318057905000046 - ], - [ - -121.93587812299995, - 37.318054878000055 - ], - [ - -121.93588613099996, - 37.318052401000045 - ], - [ - -121.93589437599996, - 37.31805051400005 - ], - [ - -121.935902834, - 37.31804919700005 - ], - [ - -121.93591138999994, - 37.31804845100004 - ], - [ - -121.93591998599999, - 37.318048324000074 - ], - [ - -121.935928564, - 37.318048790000034 - ], - [ - -121.93593706899998, - 37.31804987700008 - ], - [ - -121.93594541099998, - 37.31805151300006 - ], - [ - -121.93595356499998, - 37.31805372500003 - ], - [ - -121.93596141299997, - 37.318056514000034 - ], - [ - -121.93596895699994, - 37.31805983100003 - ], - [ - -121.93597610999996, - 37.31806365800003 - ], - [ - -121.93598278299999, - 37.31806794800008 - ], - [ - -121.93598900799998, - 37.31807274800008 - ], - [ - -121.93599466799998, - 37.318077920000064 - ], - [ - -121.93612436599994, - 37.318185836000055 - ], - [ - -121.93621008199995, - 37.31825562900008 - ], - [ - -121.93634698299996, - 37.318159714000046 - ], - [ - -121.93634390999995, - 37.31815643200008 - ], - [ - -121.93634250199995, - 37.31815473300003 - ], - [ - -121.93634109199996, - 37.318152987000076 - ], - [ - -121.93634035599996, - 37.31815187600006 - ], - [ - -121.93633864399999, - 37.31814937900003 - ], - [ - -121.93633808199996, - 37.31814847000004 - ], - [ - -121.93633763699995, - 37.31814762800008 - ], - [ - -121.93633653699999, - 37.31814560400005 - ], - [ - -121.93633591199995, - 37.31814439900006 - ], - [ - -121.93633534099996, - 37.318143055000064 - ], - [ - -121.93633477099996, - 37.318141757000035 - ], - [ - -121.93633422599999, - 37.31814018400007 - ], - [ - -121.93633365199997, - 37.318138635000025 - ], - [ - -121.93633232699995, - 37.31813386700003 - ], - [ - -121.93633160899998, - 37.318129276000036 - ], - [ - -121.93633147999998, - 37.31812705600004 - ], - [ - -121.93633137399996, - 37.31812451700006 - ], - [ - -121.93633173699999, - 37.31811959100003 - ], - [ - -121.93633250799996, - 37.318114958000024 - ], - [ - -121.93633379499994, - 37.318110388000036 - ], - [ - -121.93633418099995, - 37.31810949000004 - ], - [ - -121.93633488999996, - 37.31810767300004 - ], - [ - -121.93633565799996, - 37.318105900000035 - ], - [ - -121.93633673299996, - 37.318103644000075 - ], - [ - -121.93633800799995, - 37.31810138600008 - ], - [ - -121.93633859199997, - 37.31810041700004 - ], - [ - -121.93633928799994, - 37.31809933300008 - ], - [ - -121.93634062299998, - 37.31809725700003 - ], - [ - -121.93634308699995, - 37.318094228000064 - ], - [ - -121.93634566799994, - 37.318091311000046 - ], - [ - -121.93634676599999, - 37.31809029100003 - ], - [ - -121.93634870799997, - 37.31808845900008 - ], - [ - -121.93635025799995, - 37.31808706600003 - ], - [ - -121.93635115999996, - 37.31808627700008 - ], - [ - -121.93635536999994, - 37.31808311300006 - ], - [ - -121.93635992799994, - 37.31808026400006 - ], - [ - -121.93636253999995, - 37.31807890500005 - ], - [ - -121.93636415799995, - 37.318078084000035 - ], - [ - -121.93636699799998, - 37.31807674400005 - ], - [ - -121.936368561, - 37.318076061000056 - ], - [ - -121.93637001099995, - 37.31807549300004 - ], - [ - -121.93637188899999, - 37.31807478500008 - ], - [ - -121.93637325599997, - 37.31807431000004 - ], - [ - -121.936375108, - 37.318073715000025 - ], - [ - -121.93637684499998, - 37.318073189000074 - ], - [ - -121.93637869899999, - 37.318072663000066 - ], - [ - -121.93638058099998, - 37.31807220600007 - ], - [ - -121.93638174999995, - 37.318071916000065 - ], - [ - -121.936383348, - 37.31807157600008 - ], - [ - -121.93638620599995, - 37.31807108300006 - ], - [ - -121.93638763399997, - 37.318070860000034 - ], - [ - -121.93638957699994, - 37.31807056100007 - ], - [ - -121.93639209399998, - 37.318070302000024 - ], - [ - -121.93639361099997, - 37.31807014700007 - ], - [ - -121.93639764699998, - 37.318069912000055 - ], - [ - -121.93658917799996, - 37.318074135000074 - ], - [ - -121.93664429699999, - 37.318075976000046 - ], - [ - -121.93669924499994, - 37.31807930800005 - ], - [ - -121.93675407899997, - 37.318084129000056 - ], - [ - -121.93684879799997, - 37.31809590100005 - ], - [ - -121.93694254099995, - 37.31811207900006 - ], - [ - -121.93703487599998, - 37.31813262400004 - ], - [ - -121.93729702699994, - 37.318197963000046 - ], - [ - -121.93742097199998, - 37.318228856000076 - ], - [ - -121.93746683299997, - 37.31824550600004 - ], - [ - -121.93751166599998, - 37.31826384000004 - ], - [ - -121.93755538599999, - 37.31828388200006 - ], - [ - -121.93757205199995, - 37.318292100000065 - ], - [ - -121.937604196, - 37.318309241000065 - ], - [ - -121.937656576, - 37.31834297800003 - ], - [ - -121.93770794399995, - 37.318377713000075 - ], - [ - -121.93775826999996, - 37.31841342200005 - ], - [ - -121.93783278399997, - 37.31835219100003 - ], - [ - -121.93790716399997, - 37.31841066900006 - ], - [ - -121.93830860199995, - 37.31839254400006 - ], - [ - -121.93865910999995, - 37.318384784000045 - ], - [ - -121.93872358399994, - 37.31846452000008 - ], - [ - -121.93917651699996, - 37.319025027000066 - ], - [ - -121.93917789199998, - 37.31902949600004 - ], - [ - -121.93923825599995, - 37.319282765000025 - ], - [ - -121.9392401599999, - 37.31929382000004 - ], - [ - -121.93924091999997, - 37.31930495800003 - ], - [ - -121.93924417899996, - 37.319474213000035 - ], - [ - -121.93924710099998, - 37.31961701000006 - ], - [ - -121.93924683399996, - 37.31962994600008 - ], - [ - -121.93924656799999, - 37.31964290600007 - ], - [ - -121.93924632899996, - 37.31965584200003 - ], - [ - -121.93937930399994, - 37.31992160900006 - ], - [ - -121.93940080799996, - 37.320020320000026 - ], - [ - -121.93951326899997, - 37.32034596800003 - ], - [ - -121.93952363299996, - 37.320354311000074 - ], - [ - -121.93958413599995, - 37.32059089000006 - ], - [ - -121.93964332899998, - 37.320821901000045 - ], - [ - -121.93972204399995, - 37.321128987000066 - ], - [ - -121.93972595699995, - 37.32117591000008 - ], - [ - -121.93974800199999, - 37.321439446000056 - ], - [ - -121.93975717999996, - 37.32169867600004 - ], - [ - -121.93975892399999, - 37.32174750300004 - ], - [ - -121.93976244299995, - 37.32177847500003 - ], - [ - -121.93976252599998, - 37.32180958200007 - ], - [ - -121.93975925399997, - 37.32184052400004 - ], - [ - -121.93975262199996, - 37.32187120900005 - ], - [ - -121.93974268399995, - 37.32190127100006 - ], - [ - -121.93972951699999, - 37.321930526000074 - ], - [ - -121.93971320799994, - 37.32195874300004 - ], - [ - -121.93969389399996, - 37.321985762000054 - ], - [ - -121.93967171599996, - 37.32201132800003 - ], - [ - -121.93957696999996, - 37.322084733000054 - ], - [ - -121.93953593699996, - 37.322116505000054 - ], - [ - -121.93940012699994, - 37.32222163600005 - ], - [ - -121.93926437699997, - 37.322326813000075 - ], - [ - -121.93912859699998, - 37.32243196600007 - ], - [ - -121.93903946999995, - 37.322500998000066 - ], - [ - -121.93899398099995, - 37.322538089000034 - ], - [ - -121.93886065699996, - 37.32264133500007 - ], - [ - -121.93865514099997, - 37.322798617000046 - ], - [ - -121.93845144899996, - 37.32263072500007 - ], - [ - -121.93824514599999, - 37.322635501000036 - ], - [ - -121.938247817, - 37.32292614700003 - ], - [ - -121.93803803499998, - 37.32292737200004 - ], - [ - -121.93783860099995, - 37.32292865200003 - ], - [ - -121.93772356699998, - 37.32292944500006 - ], - [ - -121.93762638199996, - 37.322929790000046 - ], - [ - -121.93743377699997, - 37.32292995600005 - ], - [ - -121.93720567999998, - 37.32293264000003 - ], - [ - -121.93700861699995, - 37.32293496500006 - ], - [ - -121.93693113299997, - 37.32293587000004 - ], - [ - -121.93680915999994, - 37.32293649500008 - ], - [ - -121.93660969099994, - 37.322937499000034 - ], - [ - -121.93641638599996, - 37.32293847300008 - ], - [ - -121.93641022399999, - 37.322938503000046 - ], - [ - -121.93621074099997, - 37.32293868100004 - ], - [ - -121.93615244399996, - 37.32293873300006 - ], - [ - -121.93600440699998, - 37.322938898000075 - ], - [ - -121.93579804599995, - 37.32293909200007 - ], - [ - -121.93560548499994, - 37.32294154400006 - ], - [ - -121.93547259399998, - 37.32294225600003 - ], - [ - -121.93544848799996, - 37.322942254000054 - ], - [ - -121.93538758699998, - 37.32294251900004 - ], - [ - -121.93519063899998, - 37.32294335300003 - ], - [ - -121.93498646799998, - 37.32294422800004 - ], - [ - -121.93490318299996, - 37.32294460700007 - ], - [ - -121.93478017099994, - 37.32294485400007 - ], - [ - -121.93476715999998, - 37.322944852000035 - ], - [ - -121.93468928799996, - 37.32294502900004 - ], - [ - -121.93458069899998, - 37.32294558000007 - ], - [ - -121.93438810999999, - 37.32294654100008 - ], - [ - -121.93438123199996, - 37.32294660200006 - ], - [ - -121.93434059299994, - 37.32294678000005 - ], - [ - -121.93418178199994, - 37.32294703000008 - ], - [ - -121.93396676799995, - 37.322947372000044 - ], - [ - -121.93376090799995, - 37.322981250000055 - ], - [ - -121.93341349499997, - 37.322984150000025 - ], - [ - -121.93341234499997, - 37.322895741000025 - ], - [ - -121.9334108799999, - 37.322870214000034 - ], - [ - -121.93340804199994, - 37.322844771000064 - ], - [ - -121.93340388699994, - 37.32281943700008 - ], - [ - -121.93339574699996, - 37.322786552000025 - ], - [ - -121.93339510499999, - 37.32278445400004 - ], - [ - -121.93338529299996, - 37.32275410800003 - ], - [ - -121.93338471899995, - 37.32275253500006 - ], - [ - -121.93337255699998, - 37.322722172000056 - ], - [ - -121.93335897599997, - 37.32269404700003 - ], - [ - -121.933357963, - 37.32269206700005 - ], - [ - -121.93335656799997, - 37.32268952000004 - ], - [ - -121.933341236, - 37.322662698000045 - ], - [ - -121.93334052699998, - 37.32266163000003 - ], - [ - -121.93332237199996, - 37.322634109000035 - ], - [ - -121.93330213799999, - 37.32260721100005 - ], - [ - -121.93328005799998, - 37.32258127100005 - ], - [ - -121.93325621899999, - 37.322556269000074 - ], - [ - -121.93323902699996, - 37.32254015900003 - ], - [ - -121.93322110099996, - 37.322524516000044 - ], - [ - -121.93320249599998, - 37.32250940700004 - ], - [ - -121.93318040899999, - 37.32248900700006 - ], - [ - -121.93305848799997, - 37.32239218600006 - ], - [ - -121.93293600299995, - 37.32229578400006 - ], - [ - -121.93286373599994, - 37.32224296800007 - ], - [ - -121.93284608799996, - 37.322228374000076 - ], - [ - -121.93282761999996, - 37.322214408000036 - ], - [ - -121.93280839199997, - 37.322201137000036 - ], - [ - -121.93279565199998, - 37.32219296200003 - ], - [ - -121.93278260099999, - 37.32218499500004 - ], - [ - -121.93276930099995, - 37.32217742000006 - ], - [ - -121.93275571799995, - 37.32217010200003 - ], - [ - -121.932748802, - 37.32216659300008 - ], - [ - -121.93274648599998, - 37.322165409000036 - ], - [ - -121.93274185599995, - 37.322163130000035 - ], - [ - -121.93273719799998, - 37.322160874000076 - ], - [ - -121.93273485499998, - 37.32215973600006 - ], - [ - -121.93272779799997, - 37.32215643500007 - ], - [ - -121.93271363399998, - 37.32215017600004 - ], - [ - -121.93269927499995, - 37.32214419400003 - ], - [ - -121.93268474899997, - 37.32213853400003 - ], - [ - -121.93267002799996, - 37.32213315200005 - ], - [ - -121.93265514299998, - 37.32212809300006 - ], - [ - -121.93264008899996, - 37.32212328700007 - ], - [ - -121.93261321499995, - 37.32211633600008 - ], - [ - -121.93259916499994, - 37.322113098000045 - ], - [ - -121.93258601099996, - 37.322110191000036 - ], - [ - -121.93258370899997, - 37.32210971500007 - ], - [ - -121.93257119299994, - 37.32210721300004 - ], - [ - -121.93255859499999, - 37.32210484900003 - ], - [ - -121.93250004599997, - 37.32209776000008 - ], - [ - -121.932442418, - 37.32209530500006 - ], - [ - -121.93244089799998, - 37.32209527900005 - ], - [ - -121.93238172599996, - 37.32209749000003 - ], - [ - -121.932105477, - 37.32209850900006 - ], - [ - -121.93210318699994, - 37.32183388300007 - ], - [ - -121.93210397499996, - 37.32183023400006 - ], - [ - -121.9321043, - 37.321829199000035 - ], - [ - -121.93210491899998, - 37.32182706200007 - ], - [ - -121.93210565099997, - 37.32182490300005 - ], - [ - -121.932106251, - 37.321823316000064 - ], - [ - -121.93210740299997, - 37.32182057700004 - ], - [ - -121.93210855999996, - 37.32181822900003 - ], - [ - -121.93210930799995, - 37.321816847000036 - ], - [ - -121.93211011399995, - 37.32181546400005 - ], - [ - -121.93211094599997, - 37.321814103000065 - ], - [ - -121.93211231099997, - 37.32181202600003 - ], - [ - -121.93211286899998, - 37.321811196000056 - ], - [ - -121.93211476899995, - 37.32180860900007 - ], - [ - -121.93211863699997, - 37.321804074000056 - ], - [ - -121.93211959499996, - 37.32180319300005 - ], - [ - -121.93212128199997, - 37.321801547000064 - ], - [ - -121.93212223799998, - 37.32180059600006 - ], - [ - -121.93212347999997, - 37.32179950700004 - ], - [ - -121.93212511499996, - 37.32179806700003 - ], - [ - -121.93212610199998, - 37.32179730000007 - ], - [ - -121.93212773999994, - 37.32179604300006 - ], - [ - -121.93213011499995, - 37.32179432000004 - ], - [ - -121.93213212299997, - 37.32179289900006 - ], - [ - -121.932134814, - 37.32179126400007 - ], - [ - -121.93213713999995, - 37.32178997700004 - ], - [ - -121.93213841699998, - 37.321789298000056 - ], - [ - -121.93213997499998, - 37.32178843200006 - ], - [ - -121.93214219199996, - 37.32178737400005 - ], - [ - -121.93214417999997, - 37.321786458000076 - ], - [ - -121.93214750699997, - 37.32178508900006 - ], - [ - -121.93214904499996, - 37.321784498000056 - ], - [ - -121.93215023899995, - 37.32178407200007 - ], - [ - -121.93215129299995, - 37.32178371600003 - ], - [ - -121.93215305899997, - 37.32178314500004 - ], - [ - -121.93215462599994, - 37.32178262200006 - ], - [ - -121.932156535, - 37.321782072000076 - ], - [ - -121.93215870199998, - 37.32178149600003 - ], - [ - -121.93215978599994, - 37.321781231000045 - ], - [ - -121.93216089899994, - 37.32178096600006 - ], - [ - -121.93216306899996, - 37.321780526000055 - ], - [ - -121.93216455399994, - 37.32178023400007 - ], - [ - -121.93216678099998, - 37.32177981800004 - ], - [ - -121.93216969799994, - 37.32177943900007 - ], - [ - -121.93217644799995, - 37.32177871600004 - ], - [ - -121.93217022399995, - 37.32161393700005 - ], - [ - -121.93216523399997, - 37.321613839000065 - ], - [ - -121.93216227899995, - 37.321613623000076 - ], - [ - -121.93216026899995, - 37.32161346400005 - ], - [ - -121.93215906199998, - 37.321613296000066 - ], - [ - -121.93215535499996, - 37.32161279200005 - ], - [ - -121.932153514, - 37.32161247100004 - ], - [ - -121.93215057799995, - 37.321611844000074 - ], - [ - -121.93214818899997, - 37.32161125500005 - ], - [ - -121.93214683499997, - 37.32161090400007 - ], - [ - -121.93214294299997, - 37.32160967000004 - ], - [ - -121.93214141399994, - 37.32160916200007 - ], - [ - -121.93213942099999, - 37.32160843200006 - ], - [ - -121.93213783199997, - 37.32160776500007 - ], - [ - -121.93213673499997, - 37.32160734300004 - ], - [ - -121.93213294799995, - 37.32160558100003 - ], - [ - -121.93213118099999, - 37.32160468700005 - ], - [ - -121.93212828399999, - 37.32160302900007 - ], - [ - -121.93212648599996, - 37.32160190600007 - ], - [ - -121.932121984, - 37.32159880200004 - ], - [ - -121.93211997399999, - 37.32159713300007 - ], - [ - -121.93211813899995, - 37.321595599000034 - ], - [ - -121.93211627099998, - 37.321593859000075 - ], - [ - -121.93211484099999, - 37.32159243500007 - ], - [ - -121.93211413599994, - 37.321591642000044 - ], - [ - -121.93211287699995, - 37.32159021600006 - ], - [ - -121.93211179199994, - 37.321588947000066 - ], - [ - -121.93211090999995, - 37.32158783600005 - ], - [ - -121.93210988099997, - 37.321586429000035 - ], - [ - -121.93210899599995, - 37.32158515800006 - ], - [ - -121.93210802299996, - 37.321583728000064 - ], - [ - -121.932107283, - 37.32158250200007 - ], - [ - -121.93210663199994, - 37.32158141000008 - ], - [ - -121.93210561799998, - 37.32157943100003 - ], - [ - -121.93210505399998, - 37.32157833900004 - ], - [ - -121.93210460699999, - 37.32157742900006 - ], - [ - -121.93210412499997, - 37.32157624400003 - ], - [ - -121.93210364199996, - 37.32157496900004 - ], - [ - -121.93210330899996, - 37.321574103000046 - ], - [ - -121.93210270099996, - 37.321572256000024 - ], - [ - -121.93210214899995, - 37.321570387000065 - ], - [ - -121.93210183899998, - 37.32156915400003 - ], - [ - -121.93210158499994, - 37.32156785300003 - ], - [ - -121.93210120099997, - 37.32156572800005 - ], - [ - -121.93210083499997, - 37.32156305400008 - ], - [ - -121.93210070599997, - 37.321560791000024 - ], - [ - -121.93210065399995, - 37.32155969200005 - ], - [ - -121.93189437099994, - 37.321560748000024 - ], - [ - -121.93189452299998, - 37.32158066100004 - ], - [ - -121.93164084799997, - 37.32158845300006 - ], - [ - -121.93148815099994, - 37.321589036000034 - ], - [ - -121.93114767999998, - 37.32159042600006 - ], - [ - -121.93097569399998, - 37.321587994000026 - ], - [ - -121.93097903999995, - 37.32172531700007 - ], - [ - -121.93097993999999, - 37.321835176000036 - ], - [ - -121.93098089199998, - 37.32194778400003 - ], - [ - -121.93063393099999, - 37.32195005300008 - ], - [ - -121.93063454399999, - 37.32205991600006 - ], - [ - -121.93063454299994, - 37.32206289100003 - ], - [ - -121.930636844, - 37.32217113400003 - ], - [ - -121.93098271699995, - 37.32216885500003 - ], - [ - -121.93115466799998, - 37.32216634300005 - ], - [ - -121.93148138799995, - 37.32216823500005 - ], - [ - -121.93169353899998, - 37.32216811500007 - ], - [ - -121.93169616499995, - 37.32238588000007 - ], - [ - -121.93169778899994, - 37.32249767900004 - ], - [ - -121.9316993, - 37.322603411000046 - ], - [ - -121.93170003199998, - 37.32264762700004 - ], - [ - -121.93171027399995, - 37.322821762000046 - ], - [ - -121.93150771999996, - 37.32282167300008 - ], - [ - -121.93150504599998, - 37.32271199400003 - ], - [ - -121.93115921599997, - 37.32271219000006 - ], - [ - -121.93116115899994, - 37.322945324000045 - ], - [ - -121.93098917599997, - 37.322946235000074 - ], - [ - -121.93063986099997, - 37.322948531000065 - ], - [ - -121.93030142299995, - 37.322948679000035 - ], - [ - -121.93030179199997, - 37.322994867000034 - ], - [ - -121.930302225, - 37.32304792000008 - ], - [ - -121.930304004, - 37.323266223000076 - ] - ], - [ - [ - -121.85370485499999, - 37.303853289000074 - ], - [ - -121.85350633599995, - 37.30397028300007 - ], - [ - -121.85347982599995, - 37.30398734400006 - ], - [ - -121.85330392499998, - 37.30410176400005 - ], - [ - -121.85312895099997, - 37.30421509800004 - ], - [ - -121.85311374099996, - 37.30422491000007 - ], - [ - -121.85290618, - 37.304360091000035 - ], - [ - -121.85273193799998, - 37.30447282000006 - ], - [ - -121.852651574, - 37.30439903600006 - ], - [ - -121.85258733899997, - 37.30433454300004 - ], - [ - -121.85222233699994, - 37.303938439000035 - ], - [ - -121.852158283, - 37.303874423000025 - ], - [ - -121.85180801899998, - 37.30352450000004 - ], - [ - -121.85132028799995, - 37.303037336000045 - ], - [ - -121.85127269599997, - 37.30298990700004 - ], - [ - -121.85123077199995, - 37.30294690000005 - ], - [ - -121.85108723699994, - 37.30280538100004 - ], - [ - -121.85107520799994, - 37.30279295300005 - ], - [ - -121.850946922, - 37.302662817000055 - ], - [ - -121.85087440799998, - 37.30258873500003 - ], - [ - -121.85075375199995, - 37.30246849200006 - ], - [ - -121.85068199699998, - 37.30239673500006 - ], - [ - -121.85064478199996, - 37.30235907600007 - ], - [ - -121.85062217499996, - 37.30233539400007 - ], - [ - -121.85059956999999, - 37.30231171100007 - ], - [ - -121.84889668699998, - 37.30345345300003 - ], - [ - -121.84842223299995, - 37.30377268700005 - ], - [ - -121.84835663999996, - 37.30370266700004 - ], - [ - -121.84833502299995, - 37.30367657000005 - ], - [ - -121.84822467199996, - 37.303566733000025 - ], - [ - -121.84810260799998, - 37.30343970400003 - ], - [ - -121.84801310399996, - 37.30334656700006 - ], - [ - -121.84799866099996, - 37.30333064100006 - ], - [ - -121.847980039, - 37.30331011800007 - ], - [ - -121.84788915099995, - 37.30321488900006 - ], - [ - -121.84779918899994, - 37.303120223000064 - ], - [ - -121.84778365999995, - 37.303104424000026 - ], - [ - -121.84771786699997, - 37.30303742800004 - ], - [ - -121.84766829899996, - 37.30298672500004 - ], - [ - -121.847562241, - 37.302878143000044 - ], - [ - -121.84745268199998, - 37.30276600800005 - ], - [ - -121.84741128799999, - 37.30272363500006 - ], - [ - -121.84738247099995, - 37.30269233400003 - ], - [ - -121.84734528399997, - 37.302654466000035 - ], - [ - -121.84723091999996, - 37.302537991000065 - ], - [ - -121.84712452399998, - 37.302429665000034 - ], - [ - -121.84711883299997, - 37.30242387100003 - ], - [ - -121.84708273399997, - 37.302386015000025 - ], - [ - -121.84701345999997, - 37.30231187000004 - ], - [ - -121.84697559499995, - 37.30227133400007 - ], - [ - -121.84690553599995, - 37.30219809100004 - ], - [ - -121.84679854099994, - 37.302081874000066 - ], - [ - -121.84677083099996, - 37.30205463300007 - ], - [ - -121.84674510899998, - 37.302026546000036 - ], - [ - -121.84669087399999, - 37.30196962500003 - ], - [ - -121.84667092599994, - 37.30194865800007 - ], - [ - -121.84661296099995, - 37.30189143700005 - ], - [ - -121.846580029, - 37.30185752700004 - ], - [ - -121.84650015099999, - 37.301775217000056 - ], - [ - -121.84646918699997, - 37.301743986000076 - ], - [ - -121.846432269, - 37.301706757000034 - ], - [ - -121.84633971299996, - 37.30160932600006 - ], - [ - -121.84637420499996, - 37.301586704000044 - ], - [ - -121.84691959599996, - 37.30121005600006 - ], - [ - -121.84585956199999, - 37.30010815400004 - ], - [ - -121.84544040999998, - 37.29967241300005 - ], - [ - -121.84538793899998, - 37.299617897000076 - ], - [ - -121.84554407899998, - 37.29951023900003 - ], - [ - -121.84559652099995, - 37.29956477800005 - ], - [ - -121.84560325999996, - 37.29956012700006 - ], - [ - -121.84560996399995, - 37.29955551300003 - ], - [ - -121.84575263099998, - 37.299457165000035 - ], - [ - -121.84603632199997, - 37.29926156300007 - ], - [ - -121.84606383, - 37.29924257000005 - ], - [ - -121.84606498999995, - 37.29924177800007 - ], - [ - -121.84609365799997, - 37.29922199200007 - ], - [ - -121.84642896799994, - 37.29899079900008 - ], - [ - -121.84637417699997, - 37.29893784400008 - ], - [ - -121.84850562599996, - 37.29750698200007 - ], - [ - -121.85132487299995, - 37.29561424900004 - ], - [ - -121.85138017299994, - 37.29566678400005 - ], - [ - -121.85202792599995, - 37.296266229000025 - ], - [ - -121.85242852999994, - 37.29663695000005 - ], - [ - -121.85289668399997, - 37.29707017900006 - ], - [ - -121.85381393199998, - 37.29644329800004 - ], - [ - -121.85390559999996, - 37.296387098000025 - ], - [ - -121.85400059899996, - 37.29648307600007 - ], - [ - -121.85412797599997, - 37.296610792000024 - ], - [ - -121.85423702799994, - 37.29672022500006 - ], - [ - -121.85434647199997, - 37.29683066300004 - ], - [ - -121.854416717, - 37.296902868000075 - ], - [ - -121.854570218, - 37.29705715500006 - ], - [ - -121.85472353499995, - 37.29721222200004 - ], - [ - -121.85473360499998, - 37.29722240600006 - ], - [ - -121.854960646, - 37.297450371000025 - ], - [ - -121.85507174999998, - 37.297562138000046 - ], - [ - -121.85516882199994, - 37.29766175200007 - ], - [ - -121.85526700599996, - 37.297760965000066 - ], - [ - -121.85536586699999, - 37.29785952900005 - ], - [ - -121.85536796599996, - 37.29786161000004 - ], - [ - -121.85550446299999, - 37.297999040000036 - ], - [ - -121.85564475199999, - 37.298140156000045 - ], - [ - -121.85576029699996, - 37.29825661000007 - ], - [ - -121.85582290699995, - 37.29832009000006 - ], - [ - -121.85598374699998, - 37.298482027000034 - ], - [ - -121.856072413, - 37.298571415000026 - ], - [ - -121.85630392799999, - 37.29880541400007 - ], - [ - -121.85642074299994, - 37.29892384300007 - ], - [ - -121.856538345, - 37.29904141700007 - ], - [ - -121.85654292599997, - 37.29904600900005 - ], - [ - -121.85660136799999, - 37.29910541900006 - ], - [ - -121.85663534399998, - 37.299139909000075 - ], - [ - -121.85654962999996, - 37.299199110000075 - ], - [ - -121.85629924399996, - 37.29936695300006 - ], - [ - -121.85649844799997, - 37.29959020100006 - ], - [ - -121.85680928199997, - 37.29996657000004 - ], - [ - -121.85768247799996, - 37.30102375400003 - ], - [ - -121.857574189, - 37.30109750200006 - ], - [ - -121.85591933099994, - 37.30222413900003 - ], - [ - -121.85412667199995, - 37.30343713100007 - ], - [ - -121.854286979, - 37.303597841000055 - ], - [ - -121.85413445799998, - 37.30365023600007 - ], - [ - -121.85391423699997, - 37.303744409000046 - ], - [ - -121.85370485499999, - 37.303853289000074 - ] - ], - [ - [ - -121.87023717499994, - 37.29090127500007 - ], - [ - -121.87005250299995, - 37.29127435500004 - ], - [ - -121.87068321699996, - 37.29140994100004 - ], - [ - -121.86994166699998, - 37.29187630900003 - ], - [ - -121.86835617199995, - 37.29028440400003 - ], - [ - -121.86828185499996, - 37.290209782000034 - ], - [ - -121.86825237799997, - 37.29018018700003 - ], - [ - -121.86769468899996, - 37.289618750000045 - ], - [ - -121.867644553, - 37.28956827700006 - ], - [ - -121.86744539199998, - 37.28936777400003 - ], - [ - -121.86751180399995, - 37.28933423700005 - ], - [ - -121.86777205299995, - 37.28913716100004 - ], - [ - -121.86795712099996, - 37.28931399700008 - ], - [ - -121.86836537099998, - 37.28965866200008 - ], - [ - -121.86858861699994, - 37.28983310700005 - ], - [ - -121.86857032199998, - 37.29001538500006 - ], - [ - -121.86862453599997, - 37.290014333000045 - ], - [ - -121.86870503899996, - 37.290012758000046 - ], - [ - -121.86931705199999, - 37.29057043200004 - ], - [ - -121.86984181999998, - 37.290231135000056 - ], - [ - -121.86994710199997, - 37.29016370700003 - ], - [ - -121.86996408899995, - 37.29015105600007 - ], - [ - -121.86997851799998, - 37.29014271600005 - ], - [ - -121.87035279499997, - 37.289900741000054 - ], - [ - -121.87048053899997, - 37.28993193400004 - ], - [ - -121.87051586099994, - 37.28993811300006 - ], - [ - -121.87055070999997, - 37.28994182500003 - ], - [ - -121.870604921, - 37.289943824000034 - ], - [ - -121.87067755099997, - 37.28994404800005 - ], - [ - -121.87068910299996, - 37.289944168000034 - ], - [ - -121.87068892499997, - 37.28994948400003 - ], - [ - -121.87068754899997, - 37.28999056300006 - ], - [ - -121.87023717499994, - 37.29090127500007 - ] - ], - [ - [ - -121.81868718599998, - 37.29015866100008 - ], - [ - -121.81840937199996, - 37.290634297000054 - ], - [ - -121.81836870299998, - 37.29059460900004 - ], - [ - -121.81819377499994, - 37.29042389700004 - ], - [ - -121.81815374299998, - 37.29013742700005 - ], - [ - -121.81751040399996, - 37.289469057000076 - ], - [ - -121.81747217699996, - 37.289432773000044 - ], - [ - -121.81746261999996, - 37.289423655000064 - ], - [ - -121.81670173299995, - 37.28901303500004 - ], - [ - -121.81662148699996, - 37.28897227700003 - ], - [ - -121.81644023399997, - 37.28891077500003 - ], - [ - -121.81617562699995, - 37.28883200900003 - ], - [ - -121.81584035499998, - 37.28873426100006 - ], - [ - -121.81576000299998, - 37.288708589000066 - ], - [ - -121.81569073199995, - 37.288685859000054 - ], - [ - -121.81555833199997, - 37.28863444900003 - ], - [ - -121.81545729699997, - 37.28860553000004 - ], - [ - -121.81534996799996, - 37.28858364000007 - ], - [ - -121.81523765199995, - 37.288569702000075 - ], - [ - -121.815043275, - 37.28856655200008 - ], - [ - -121.81492512099999, - 37.28857742300005 - ], - [ - -121.8148074, - 37.288598224000054 - ], - [ - -121.81469348199994, - 37.28862852700007 - ], - [ - -121.81458413899998, - 37.288668048000034 - ], - [ - -121.81451461299997, - 37.28869920300008 - ], - [ - -121.81441704899999, - 37.288752051000074 - ], - [ - -121.81432808399995, - 37.288811578000036 - ], - [ - -121.814248578, - 37.288876446000074 - ], - [ - -121.81415818699998, - 37.28896899600005 - ], - [ - -121.81410227599997, - 37.28904126800006 - ], - [ - -121.814060773, - 37.289106969000045 - ], - [ - -121.81399201699998, - 37.28923088700003 - ], - [ - -121.81396371199997, - 37.28927975200003 - ], - [ - -121.81387633699995, - 37.289359793000074 - ], - [ - -121.81371991099996, - 37.28951770000003 - ], - [ - -121.813703783, - 37.289530813000056 - ], - [ - -121.81368631799995, - 37.289542776000076 - ], - [ - -121.81366765599995, - 37.28955351400003 - ], - [ - -121.81364791099998, - 37.28956293700003 - ], - [ - -121.81362722399996, - 37.28957095100003 - ], - [ - -121.81360573799998, - 37.289577533000056 - ], - [ - -121.81358365399996, - 37.289582633000066 - ], - [ - -121.81356108399996, - 37.289586160000056 - ], - [ - -121.81353822799997, - 37.28958815400006 - ], - [ - -121.81351523099994, - 37.289588596000044 - ], - [ - -121.81349226299994, - 37.289587434000055 - ], - [ - -121.81346949699997, - 37.28958471400006 - ], - [ - -121.81344716199999, - 37.28958043200004 - ], - [ - -121.81315831299997, - 37.28952251100003 - ], - [ - -121.81296201599997, - 37.28948515800005 - ], - [ - -121.81286094799998, - 37.289475579000054 - ], - [ - -121.81281286399997, - 37.289473257000054 - ], - [ - -121.81221990299997, - 37.28945401300007 - ], - [ - -121.81179122699996, - 37.28932617100003 - ], - [ - -121.81130325999999, - 37.28967099500005 - ], - [ - -121.81039180399995, - 37.290315031000034 - ], - [ - -121.81018600699997, - 37.29046135400006 - ], - [ - -121.81010642799998, - 37.29038989000003 - ], - [ - -121.81004775699995, - 37.290301734000025 - ], - [ - -121.80984416399997, - 37.29031557600007 - ], - [ - -121.80970469799996, - 37.290325058000064 - ], - [ - -121.809292186, - 37.29035310100005 - ], - [ - -121.80929188699997, - 37.290303433000076 - ], - [ - -121.809263768, - 37.28995900900003 - ], - [ - -121.80927592899997, - 37.28983380500006 - ], - [ - -121.80928139199995, - 37.289576442000055 - ], - [ - -121.80927389799996, - 37.289406960000065 - ], - [ - -121.80926019799995, - 37.28921035500008 - ], - [ - -121.80924094499994, - 37.28890591000004 - ], - [ - -121.80922843699994, - 37.28864645900006 - ], - [ - -121.80923126599998, - 37.28851513400008 - ], - [ - -121.80925808099994, - 37.28844156500003 - ], - [ - -121.80922704999995, - 37.28795038100003 - ], - [ - -121.80922497299997, - 37.28791689500008 - ], - [ - -121.80914035099994, - 37.28676029300004 - ], - [ - -121.80913755199998, - 37.28659391800005 - ], - [ - -121.80947507699995, - 37.286580736000076 - ], - [ - -121.80947282099999, - 37.286537226000064 - ], - [ - -121.80946952699998, - 37.286434145000044 - ], - [ - -121.80945725599997, - 37.28627977700006 - ], - [ - -121.80944891499996, - 37.28614537200008 - ], - [ - -121.80942782899996, - 37.28585246100005 - ], - [ - -121.809426111, - 37.28582801300007 - ], - [ - -121.80942083999997, - 37.28573310300004 - ], - [ - -121.80941168399994, - 37.285527656000056 - ], - [ - -121.80939999399999, - 37.28535904600005 - ], - [ - -121.80939381099995, - 37.285213698000064 - ], - [ - -121.80938646899995, - 37.285070948000055 - ], - [ - -121.809379617, - 37.28494792500004 - ], - [ - -121.80937100699998, - 37.284789947000036 - ], - [ - -121.80935247699995, - 37.28463150600004 - ], - [ - -121.80934106399997, - 37.284532659000035 - ], - [ - -121.809321765, - 37.28437779800004 - ], - [ - -121.80930813199996, - 37.284274856000025 - ], - [ - -121.80928804899997, - 37.28414065000004 - ], - [ - -121.80927233199998, - 37.28405288400006 - ], - [ - -121.80926195299998, - 37.28399829500006 - ], - [ - -121.80924761399996, - 37.28392706300008 - ], - [ - -121.80923420699997, - 37.28385836100006 - ], - [ - -121.80922448099994, - 37.28381337600007 - ], - [ - -121.80919954399997, - 37.28370124600008 - ], - [ - -121.80918968499998, - 37.28366173300003 - ], - [ - -121.809179369, - 37.28362227300005 - ], - [ - -121.80916862599997, - 37.28358293100007 - ], - [ - -121.80915212199994, - 37.28352550300008 - ], - [ - -121.809108633, - 37.28338453200007 - ], - [ - -121.80907280599996, - 37.28327380300004 - ], - [ - -121.80903717299998, - 37.283169230000055 - ], - [ - -121.80895346499995, - 37.282938272000024 - ], - [ - -121.80885314799997, - 37.28268634900007 - ], - [ - -121.80877743499997, - 37.28250128600007 - ], - [ - -121.80866987799999, - 37.28224472900007 - ], - [ - -121.808530954, - 37.281973461000064 - ], - [ - -121.80842562199996, - 37.281793261000075 - ], - [ - -121.80832306899998, - 37.281801365000035 - ], - [ - -121.80827478299994, - 37.28180524700008 - ], - [ - -121.80816473799996, - 37.28181409700005 - ], - [ - -121.80808364299997, - 37.28182061100006 - ], - [ - -121.80804691499998, - 37.281823631000066 - ], - [ - -121.80799519699997, - 37.281827917000044 - ], - [ - -121.80784976299998, - 37.28183929200003 - ], - [ - -121.80772159599996, - 37.281845461000046 - ], - [ - -121.80760230099997, - 37.28184791500007 - ], - [ - -121.80742234699994, - 37.28183143000007 - ], - [ - -121.80724505699999, - 37.281801683000026 - ], - [ - -121.80707197799995, - 37.28175893500003 - ], - [ - -121.80690463399998, - 37.281703511000046 - ], - [ - -121.80674444399995, - 37.28163594200004 - ], - [ - -121.80662387499996, - 37.28158515700005 - ], - [ - -121.80663528899998, - 37.281423579000034 - ], - [ - -121.80647587099998, - 37.28138065300004 - ], - [ - -121.80622909599998, - 37.281282532000034 - ], - [ - -121.80598142799994, - 37.28118242800008 - ], - [ - -121.80590923499994, - 37.281152562000045 - ], - [ - -121.80557965499997, - 37.28101873900005 - ], - [ - -121.80550211499997, - 37.28098776400003 - ], - [ - -121.80534696899997, - 37.28092521900004 - ], - [ - -121.80522945599995, - 37.28087534900004 - ], - [ - -121.80515352999998, - 37.28083993600006 - ], - [ - -121.80507526199995, - 37.28080006600004 - ], - [ - -121.80497574199995, - 37.28074546200003 - ], - [ - -121.80491686299996, - 37.28071027400006 - ], - [ - -121.80488855799996, - 37.279964825000036 - ], - [ - -121.80331858699998, - 37.27868584400005 - ], - [ - -121.80277305199996, - 37.279141122000055 - ], - [ - -121.80250636599999, - 37.278989538000076 - ], - [ - -121.80234456499994, - 37.27889316400007 - ], - [ - -121.80223636999995, - 37.27880901200007 - ], - [ - -121.80163842699994, - 37.27831254800003 - ], - [ - -121.80153363999995, - 37.27823971200007 - ], - [ - -121.801361725, - 37.27815452800007 - ], - [ - -121.80053014699996, - 37.27802219300003 - ], - [ - -121.80008020699995, - 37.27797622000003 - ], - [ - -121.799933061, - 37.27796118400005 - ], - [ - -121.79977560499998, - 37.27794649800006 - ], - [ - -121.79979817699996, - 37.277864005000026 - ], - [ - -121.79987822099997, - 37.27757148100005 - ], - [ - -121.80005274399997, - 37.27693362700006 - ], - [ - -121.80055812699999, - 37.27553161800006 - ], - [ - -121.80057015699998, - 37.27546739400003 - ], - [ - -121.80057957599996, - 37.27546877700007 - ], - [ - -121.80070253899999, - 37.275486844000056 - ], - [ - -121.80090303599997, - 37.27551618100006 - ], - [ - -121.80092399799997, - 37.275519270000075 - ], - [ - -121.80092730099994, - 37.27551975700004 - ], - [ - -121.80132654399995, - 37.27557817600007 - ], - [ - -121.801529217, - 37.27560748800005 - ], - [ - -121.80166418399995, - 37.27562562700007 - ], - [ - -121.801814837, - 37.275641531000076 - ], - [ - -121.80194025999998, - 37.275654375000045 - ], - [ - -121.80206513099995, - 37.27567008400007 - ], - [ - -121.80218942299996, - 37.275688640000055 - ], - [ - -121.80226388799997, - 37.27570136200006 - ], - [ - -121.80233789, - 37.27571543900007 - ], - [ - -121.802410507, - 37.275730655000075 - ], - [ - -121.80244130499995, - 37.27573766000006 - ], - [ - -121.80251045699998, - 37.27575451600006 - ], - [ - -121.80257937699997, - 37.27577114600007 - ], - [ - -121.80261654299994, - 37.27578025300005 - ], - [ - -121.80268313699997, - 37.27579828200004 - ], - [ - -121.80276619899996, - 37.275824414000056 - ], - [ - -121.80279813499999, - 37.27583513700006 - ], - [ - -121.80280016499995, - 37.27583582900007 - ], - [ - -121.80285650599996, - 37.27585536300006 - ], - [ - -121.80290092099995, - 37.275872813000035 - ], - [ - -121.80295173599995, - 37.275892644000066 - ], - [ - -121.80301940599998, - 37.27591983900004 - ], - [ - -121.80308328599995, - 37.27594638800008 - ], - [ - -121.80314635499997, - 37.27597420800004 - ], - [ - -121.80320852999995, - 37.27600322600006 - ], - [ - -121.80328573099996, - 37.27604139400006 - ], - [ - -121.80336182599996, - 37.276080284000045 - ], - [ - -121.80343832699998, - 37.276121068000066 - ], - [ - -121.80351277499994, - 37.276162310000075 - ], - [ - -121.80351777599998, - 37.27616502300003 - ], - [ - -121.80367997499997, - 37.276259767000056 - ], - [ - -121.80383395499996, - 37.27634970100007 - ], - [ - -121.803838843, - 37.27635244000004 - ], - [ - -121.80393891299997, - 37.27640772500007 - ], - [ - -121.80404010499996, - 37.27646318200004 - ], - [ - -121.80414074999999, - 37.27651857500007 - ], - [ - -121.80418572599996, - 37.27654355000004 - ], - [ - -121.80427378099995, - 37.276591507000035 - ], - [ - -121.80434645499997, - 37.276627939000036 - ], - [ - -121.804383036, - 37.276646164000056 - ], - [ - -121.80445308299994, - 37.276679717000036 - ], - [ - -121.80452484199998, - 37.276712978000035 - ], - [ - -121.80459755399994, - 37.27674496900005 - ], - [ - -121.80467110299998, - 37.27677566800003 - ], - [ - -121.80474451999999, - 37.276805499000034 - ], - [ - -121.80477569899995, - 37.27681785600004 - ], - [ - -121.80485176499997, - 37.276846696000064 - ], - [ - -121.80492855299997, - 37.276874314000054 - ], - [ - -121.80500808999994, - 37.276900186000034 - ], - [ - -121.80506111199998, - 37.27691676200004 - ], - [ - -121.80508573599997, - 37.27692447700008 - ], - [ - -121.80511257399996, - 37.276932647000024 - ], - [ - -121.805163661, - 37.27694814600005 - ], - [ - -121.80523990199998, - 37.27697068800006 - ], - [ - -121.80531979099999, - 37.27699381000008 - ], - [ - -121.80532583499996, - 37.27699550500006 - ], - [ - -121.80535761599998, - 37.27700446700004 - ], - [ - -121.80538243599995, - 37.27701183500005 - ], - [ - -121.80540040099999, - 37.27701717400004 - ], - [ - -121.80542864799997, - 37.27702718200004 - ], - [ - -121.80548360999995, - 37.27704662000008 - ], - [ - -121.80557759799996, - 37.27707986100006 - ], - [ - -121.80561033899994, - 37.27709144500005 - ], - [ - -121.80571138699997, - 37.27712545300005 - ], - [ - -121.80573798199998, - 37.27713440400004 - ], - [ - -121.80576212299997, - 37.27714230600003 - ], - [ - -121.805851266, - 37.27728689000003 - ], - [ - -121.80597269299994, - 37.27749387700004 - ], - [ - -121.806134064, - 37.27768357100007 - ], - [ - -121.806433584, - 37.27784203600004 - ], - [ - -121.80708356999997, - 37.278185955000026 - ], - [ - -121.808908407, - 37.27824996600003 - ], - [ - -121.80890384099996, - 37.27830087700005 - ], - [ - -121.80890263699996, - 37.27831466900005 - ], - [ - -121.80888832399995, - 37.278473889000054 - ], - [ - -121.810484224, - 37.27847623900004 - ], - [ - -121.81194474899996, - 37.27847837200005 - ], - [ - -121.81264200399994, - 37.278985642000066 - ], - [ - -121.81342836799996, - 37.28021453300005 - ], - [ - -121.81382712799996, - 37.28127714800007 - ], - [ - -121.81401838199997, - 37.28235397100008 - ], - [ - -121.81432039899994, - 37.282372029000044 - ], - [ - -121.81500878299994, - 37.28242566900008 - ], - [ - -121.81459608399996, - 37.28337410800003 - ], - [ - -121.81451273399995, - 37.283583269000076 - ], - [ - -121.81447182999995, - 37.283681193000064 - ], - [ - -121.81442527999997, - 37.28382953600004 - ], - [ - -121.81440344699996, - 37.28386672400006 - ], - [ - -121.81438576199997, - 37.28390528600005 - ], - [ - -121.81437230799997, - 37.28394492100006 - ], - [ - -121.81436027399997, - 37.28400347000007 - ], - [ - -121.81435750399999, - 37.28403813400007 - ], - [ - -121.81435111699994, - 37.28407249400004 - ], - [ - -121.81434114199999, - 37.28410629900003 - ], - [ - -121.81432762799994, - 37.284139320000065 - ], - [ - -121.81431071699996, - 37.28417130300005 - ], - [ - -121.81431064599997, - 37.28419829100005 - ], - [ - -121.81411084499996, - 37.284190600000045 - ], - [ - -121.81408284199995, - 37.28418812100006 - ], - [ - -121.81390752399994, - 37.28417335600005 - ], - [ - -121.81388586399999, - 37.28417151600007 - ], - [ - -121.813769149, - 37.28416126600007 - ], - [ - -121.81351826799994, - 37.284869239000045 - ], - [ - -121.81324589899998, - 37.285637766000036 - ], - [ - -121.81297887399995, - 37.28639119300004 - ], - [ - -121.81309037299997, - 37.287518513000066 - ], - [ - -121.81403934899998, - 37.28777714300003 - ], - [ - -121.81590475299998, - 37.288008099000024 - ], - [ - -121.81687392099997, - 37.28809311300006 - ], - [ - -121.818457476, - 37.28805128600004 - ], - [ - -121.81882002599997, - 37.28840911200007 - ], - [ - -121.81909775899999, - 37.28878201400005 - ], - [ - -121.81927515299998, - 37.289006279000034 - ], - [ - -121.81917753899995, - 37.289226592000034 - ], - [ - -121.81899230899995, - 37.28964455900007 - ], - [ - -121.81868718599998, - 37.29015866100008 - ] - ], - [ - [ - -121.84439863299997, - 37.28371427800005 - ], - [ - -121.84445011399998, - 37.28361409400003 - ], - [ - -121.84302099499996, - 37.28220382500007 - ], - [ - -121.84340619899996, - 37.281556642000055 - ], - [ - -121.84432149999998, - 37.28101258100003 - ], - [ - -121.84440152499997, - 37.28105984500007 - ], - [ - -121.84580753399996, - 37.28254828000007 - ], - [ - -121.845896311, - 37.282643922000034 - ], - [ - -121.84590459499998, - 37.28265696600005 - ], - [ - -121.84591139899999, - 37.28267055300006 - ], - [ - -121.84591666499995, - 37.282684569000025 - ], - [ - -121.84592038899996, - 37.28269890100006 - ], - [ - -121.84592248499996, - 37.282713458000046 - ], - [ - -121.84592300499997, - 37.28272807900004 - ], - [ - -121.84592189399996, - 37.282742695000024 - ], - [ - -121.84591920399998, - 37.282757169000035 - ], - [ - -121.845914876, - 37.28277138800007 - ], - [ - -121.84590902399998, - 37.28278525700006 - ], - [ - -121.845901675, - 37.28279866400004 - ], - [ - -121.84589285299995, - 37.282811492000064 - ], - [ - -121.845882674, - 37.28282364900008 - ], - [ - -121.84587119099996, - 37.282835042000045 - ], - [ - -121.84576402199997, - 37.282893681000076 - ], - [ - -121.84565805299997, - 37.282953794000036 - ], - [ - -121.84555328199997, - 37.28301531200003 - ], - [ - -121.84544982899996, - 37.28307825700006 - ], - [ - -121.84534768699996, - 37.283142560000044 - ], - [ - -121.84524685999997, - 37.28320817600007 - ], - [ - -121.84514745699994, - 37.283275126000035 - ], - [ - -121.84504969299996, - 37.28335029600004 - ], - [ - -121.84501577699996, - 37.28338142300004 - ], - [ - -121.84496061199997, - 37.283432051000034 - ], - [ - -121.84488092099997, - 37.28351976400006 - ], - [ - -121.84481120599997, - 37.28361278700004 - ], - [ - -121.84475205999996, - 37.28371033600007 - ], - [ - -121.84470022399995, - 37.283816269000056 - ], - [ - -121.84465656699996, - 37.28392462700003 - ], - [ - -121.84462139399994, - 37.284034854000026 - ], - [ - -121.84459477999997, - 37.28414626600005 - ], - [ - -121.84457685599995, - 37.28425824200008 - ], - [ - -121.84456758099998, - 37.28437014200006 - ], - [ - -121.84455998899995, - 37.284427476000076 - ], - [ - -121.84455374499998, - 37.28448488600003 - ], - [ - -121.84454888, - 37.28454248700007 - ], - [ - -121.84454533199994, - 37.28460009500003 - ], - [ - -121.84454313099997, - 37.28465778000003 - ], - [ - -121.84454227999998, - 37.28471547200007 - ], - [ - -121.84454277199995, - 37.284773148000056 - ], - [ - -121.84454461099995, - 37.28483083100008 - ], - [ - -121.84454779499998, - 37.284888385000045 - ], - [ - -121.84454536899995, - 37.28491759700006 - ], - [ - -121.84453972999995, - 37.28494650400006 - ], - [ - -121.84453090099998, - 37.284974919000035 - ], - [ - -121.84451893799996, - 37.28500259200007 - ], - [ - -121.84450397799998, - 37.28502931600008 - ], - [ - -121.84455865499996, - 37.28514661300005 - ], - [ - -121.84456573199998, - 37.28516100200005 - ], - [ - -121.84465809499994, - 37.285232982000025 - ], - [ - -121.84548770099997, - 37.28638329700004 - ], - [ - -121.84848018099996, - 37.287563109000075 - ], - [ - -121.84852800199997, - 37.28793524900004 - ], - [ - -121.84836290399994, - 37.28788122900005 - ], - [ - -121.848336244, - 37.28795343200005 - ], - [ - -121.84826095899996, - 37.28792806800004 - ], - [ - -121.84790723799995, - 37.28780876400003 - ], - [ - -121.84755385299997, - 37.287688838000065 - ], - [ - -121.84720077099996, - 37.287568333000024 - ], - [ - -121.84705661399994, - 37.28751892500003 - ], - [ - -121.84684805499995, - 37.28744725200005 - ], - [ - -121.846555546, - 37.287346239000044 - ], - [ - -121.84622801199998, - 37.287217198000064 - ], - [ - -121.84598140399999, - 37.28710860600006 - ], - [ - -121.84587807599996, - 37.28706268500008 - ], - [ - -121.84532721199997, - 37.28742430800003 - ], - [ - -121.84517098899994, - 37.287532173000045 - ], - [ - -121.84512929299996, - 37.287491611000064 - ], - [ - -121.84502805399995, - 37.28739473700006 - ], - [ - -121.84498362099998, - 37.28735164300008 - ], - [ - -121.84476133299995, - 37.28713607900005 - ], - [ - -121.84450491099994, - 37.286889434000045 - ], - [ - -121.84466441399996, - 37.286796594000066 - ], - [ - -121.84494941499997, - 37.28660949400006 - ], - [ - -121.84403868899994, - 37.28608408000008 - ], - [ - -121.84371924499999, - 37.28585303500006 - ], - [ - -121.84364879799995, - 37.28596131000006 - ], - [ - -121.84349081, - 37.285765241000036 - ], - [ - -121.84352340099997, - 37.28574241200005 - ], - [ - -121.84354605599998, - 37.28572777800008 - ], - [ - -121.84363724099995, - 37.28566092400007 - ], - [ - -121.84373888699997, - 37.285586281000064 - ], - [ - -121.84420676899998, - 37.28526851500004 - ], - [ - -121.84420589299998, - 37.28497437000004 - ], - [ - -121.84420799599997, - 37.28473441600005 - ], - [ - -121.84420347499997, - 37.284390435000034 - ], - [ - -121.84420509499995, - 37.28437228900003 - ], - [ - -121.84420731799997, - 37.28435413500006 - ], - [ - -121.84421002999994, - 37.28433606700003 - ], - [ - -121.84423300099996, - 37.28417649000005 - ], - [ - -121.84427227999998, - 37.28401894900003 - ], - [ - -121.84432762699998, - 37.283864540000025 - ], - [ - -121.84439863299997, - 37.28371427800005 - ] - ], - [ - [ - -121.86530209899996, - 37.28722394500005 - ], - [ - -121.86506304699998, - 37.287072615000056 - ], - [ - -121.86479320099994, - 37.28686787400005 - ], - [ - -121.86448161899995, - 37.28663038500008 - ], - [ - -121.86432369599999, - 37.28651003900006 - ], - [ - -121.865615301, - 37.286495856000045 - ], - [ - -121.86649920399998, - 37.286889848000044 - ], - [ - -121.86698875499997, - 37.28728413300007 - ], - [ - -121.86742789799996, - 37.28697237500006 - ], - [ - -121.86736351999997, - 37.28730104600004 - ], - [ - -121.86734210499998, - 37.287317478000034 - ], - [ - -121.86701793799995, - 37.287565725000036 - ], - [ - -121.866709534, - 37.28780190700007 - ], - [ - -121.86622858599998, - 37.28817018400008 - ], - [ - -121.86562145499994, - 37.288635105000026 - ], - [ - -121.86541797499996, - 37.28879093100005 - ], - [ - -121.86493873799998, - 37.28915789900003 - ], - [ - -121.864848527, - 37.289084238000044 - ], - [ - -121.86388897499995, - 37.28830082200005 - ], - [ - -121.86427280499998, - 37.28801352600004 - ], - [ - -121.86530209899996, - 37.28722394500005 - ] - ], - [ - [ - -121.93764004599996, - 37.26328400500006 - ], - [ - -121.93764378399999, - 37.26342017700006 - ], - [ - -121.93764631, - 37.26351156900006 - ], - [ - -121.93761264399996, - 37.26348547600003 - ], - [ - -121.93759063899995, - 37.26346851000005 - ], - [ - -121.93756789899999, - 37.263452149000045 - ], - [ - -121.93754448499999, - 37.263436366000064 - ], - [ - -121.93725377099997, - 37.26323232300007 - ], - [ - -121.93708998399995, - 37.26311896900006 - ], - [ - -121.93704429899998, - 37.26308736900006 - ], - [ - -121.936994369, - 37.26305392000006 - ], - [ - -121.93690586999998, - 37.262995584000066 - ], - [ - -121.93686174799996, - 37.26296932200006 - ], - [ - -121.93683025699994, - 37.26295055000003 - ], - [ - -121.93677445999998, - 37.26291731200007 - ], - [ - -121.93657914199997, - 37.262801 - ], - [ - -121.93657682399999, - 37.262799587000075 - ], - [ - -121.93649544699997, - 37.26275114300006 - ], - [ - -121.93647180399995, - 37.26273836200005 - ], - [ - -121.936424489, - 37.26271282600004 - ], - [ - -121.93638146199999, - 37.26268980000003 - ], - [ - -121.93634575399994, - 37.262670713000034 - ], - [ - -121.93629086599998, - 37.262641561000066 - ], - [ - -121.93626581099994, - 37.26262827100004 - ], - [ - -121.93619987499994, - 37.262593508000066 - ], - [ - -121.93618682699997, - 37.26258664100004 - ], - [ - -121.93617953899997, - 37.26258297700008 - ], - [ - -121.93611587499998, - 37.26255159700003 - ], - [ - -121.93611217399996, - 37.26254978900005 - ], - [ - -121.93607964799997, - 37.26253375300007 - ], - [ - -121.93603105999995, - 37.262510520000035 - ], - [ - -121.93597967199997, - 37.26248615500003 - ], - [ - -121.93594568799995, - 37.262470251000025 - ], - [ - -121.93588590299998, - 37.26244253100003 - ], - [ - -121.93587737799999, - 37.26243858500004 - ], - [ - -121.93582586599996, - 37.26241529600003 - ], - [ - -121.93579741299999, - 37.26240250700005 - ], - [ - -121.93577430199997, - 37.262392101000046 - ], - [ - -121.93576893099998, - 37.262389762000055 - ], - [ - -121.93573108199996, - 37.262373883000066 - ], - [ - -121.93570942699995, - 37.262364809000076 - ], - [ - -121.93568156799995, - 37.26235322600007 - ], - [ - -121.93561658699997, - 37.262326302000076 - ], - [ - -121.93559799499997, - 37.26231861100007 - ], - [ - -121.93555380199996, - 37.26230049800006 - ], - [ - -121.93548928799999, - 37.262274095000066 - ], - [ - -121.93552253499996, - 37.26220538300004 - ], - [ - -121.935566554, - 37.262114405000034 - ], - [ - -121.93556136799998, - 37.262111333000064 - ], - [ - -121.93555652099997, - 37.26210793600006 - ], - [ - -121.93555209699997, - 37.262104167000075 - ], - [ - -121.93554801, - 37.262100144000044 - ], - [ - -121.93554443299996, - 37.262095861000034 - ], - [ - -121.93554125299994, - 37.262091346000034 - ], - [ - -121.93553858599995, - 37.262086640000064 - ], - [ - -121.93553642999996, - 37.26208176700004 - ], - [ - -121.93553481699996, - 37.262076774000036 - ], - [ - -121.93553371699994, - 37.262071683000045 - ], - [ - -121.93553318899995, - 37.262066563000076 - ], - [ - -121.93553317499999, - 37.26206136600007 - ], - [ - -121.93553373399999, - 37.26205623200008 - ], - [ - -121.93553478299998, - 37.26205113800006 - ], - [ - -121.93553643299998, - 37.262046127000076 - ], - [ - -121.93534226099996, - 37.26198929200007 - ], - [ - -121.93533909799999, - 37.26199310800007 - ], - [ - -121.93533555899995, - 37.261996699000065 - ], - [ - -121.93533164299998, - 37.26200006600004 - ], - [ - -121.93532737799995, - 37.26200311600007 - ], - [ - -121.93532279099998, - 37.26200589700005 - ], - [ - -121.93531799799996, - 37.262008335000075 - ], - [ - -121.935312883, - 37.262010436000025 - ], - [ - -121.93530758999998, - 37.26201219400008 - ], - [ - -121.93530211899997, - 37.26201358900005 - ], - [ - -121.93529652499996, - 37.26201461900007 - ], - [ - -121.93529083899995, - 37.262015261000045 - ], - [ - -121.93528511599999, - 37.26201551500003 - ], - [ - -121.93527938399995, - 37.26201535700005 - ], - [ - -121.93527370299995, - 37.262014830000055 - ], - [ - -121.93526807399996, - 37.26201393800005 - ], - [ - -121.93522120799997, - 37.261998306000066 - ], - [ - -121.93510088499994, - 37.261960411000075 - ], - [ - -121.93504490299995, - 37.261944250000056 - ], - [ - -121.93502045399998, - 37.26193726900004 - ], - [ - -121.93494567099998, - 37.26191593800007 - ], - [ - -121.93484483999998, - 37.261887829000045 - ], - [ - -121.93477122799999, - 37.26186787700004 - ], - [ - -121.93473872599998, - 37.26185907400003 - ], - [ - -121.93463462999995, - 37.261832447000074 - ], - [ - -121.93452238299994, - 37.261804890000064 - ], - [ - -121.93445765299998, - 37.26179112500006 - ], - [ - -121.93444594699997, - 37.261788522000074 - ], - [ - -121.93435329099998, - 37.26176846000004 - ], - [ - -121.93426801499999, - 37.26175110200006 - ], - [ - -121.93416481999998, - 37.261731078000025 - ], - [ - -121.93414651399996, - 37.261727731000065 - ], - [ - -121.93407158699995, - 37.26171388500006 - ], - [ - -121.93402647199997, - 37.26170594600006 - ], - [ - -121.93402235099995, - 37.261438732000045 - ], - [ - -121.93402317799996, - 37.26133853300007 - ], - [ - -121.93402116399994, - 37.261227381000026 - ], - [ - -121.93402096799997, - 37.261039433000064 - ], - [ - -121.93377259899995, - 37.26102203500005 - ], - [ - -121.93365776099995, - 37.26101465100004 - ], - [ - -121.93352155399998, - 37.261005468000064 - ], - [ - -121.93327383399998, - 37.26099650800006 - ], - [ - -121.93302616299997, - 37.26099013100003 - ], - [ - -121.93301801899997, - 37.26046788000008 - ], - [ - -121.93301281499998, - 37.26035015200006 - ], - [ - -121.93301181799995, - 37.260267784000064 - ], - [ - -121.93301079199995, - 37.260180356000035 - ], - [ - -121.93285642899997, - 37.260181558000056 - ], - [ - -121.93264860699998, - 37.26018321000004 - ], - [ - -121.93244027099996, - 37.260184980000076 - ], - [ - -121.93243634499999, - 37.25980498600006 - ], - [ - -121.93223262099997, - 37.25980372500004 - ], - [ - -121.93196623899996, - 37.259805518000064 - ], - [ - -121.931963581, - 37.25964124600006 - ], - [ - -121.93195882799995, - 37.259300265000036 - ], - [ - -121.93184283199997, - 37.259302508000076 - ], - [ - -121.93179852199995, - 37.25930360000007 - ], - [ - -121.93149413299994, - 37.25930347700006 - ], - [ - -121.93135627799995, - 37.25930530900007 - ], - [ - -121.93135696099995, - 37.25935146000006 - ], - [ - -121.93135700099998, - 37.259355122000045 - ], - [ - -121.93135808499994, - 37.25948949600007 - ], - [ - -121.93135827099997, - 37.25951579400004 - ], - [ - -121.93136024999995, - 37.25976726300007 - ], - [ - -121.93136236699996, - 37.25993476900004 - ], - [ - -121.93136617899995, - 37.260150414000066 - ], - [ - -121.93136633199998, - 37.26015842500004 - ], - [ - -121.93136674299996, - 37.26021285200005 - ], - [ - -121.93136722, - 37.260275198000045 - ], - [ - -121.93136806099994, - 37.260384945000055 - ], - [ - -121.93137072499997, - 37.26050623000003 - ], - [ - -121.93138193099998, - 37.26071615400008 - ], - [ - -121.93139749799997, - 37.260908560000075 - ], - [ - -121.93141136999998, - 37.26112014600005 - ], - [ - -121.93141188899995, - 37.26131939700008 - ], - [ - -121.93141328699994, - 37.261537590000046 - ], - [ - -121.93141850499995, - 37.26164108000006 - ], - [ - -121.93142385899995, - 37.26174733800008 - ], - [ - -121.93141538299994, - 37.261747351000054 - ], - [ - -121.93122559999995, - 37.26174754400006 - ], - [ - -121.93077182699994, - 37.261744735000036 - ], - [ - -121.93064338999994, - 37.26174055800004 - ], - [ - -121.93016921999998, - 37.26174332900007 - ], - [ - -121.92986302299994, - 37.26174510100003 - ], - [ - -121.92947938799995, - 37.26174546000004 - ], - [ - -121.92903509599995, - 37.26174561800008 - ], - [ - -121.92869054199997, - 37.261745337000036 - ], - [ - -121.92854173599994, - 37.261745322000024 - ], - [ - -121.92847262999999, - 37.26174522700006 - ], - [ - -121.92835655699997, - 37.26174517800007 - ], - [ - -121.92816494599998, - 37.26174557000007 - ], - [ - -121.928157334, - 37.261585410000066 - ], - [ - -121.92815917099995, - 37.261329180000075 - ], - [ - -121.92816942299999, - 37.26118063600006 - ], - [ - -121.92818520299994, - 37.26105168700008 - ], - [ - -121.92821666599997, - 37.260926737000034 - ], - [ - -121.92828187299995, - 37.26070761600005 - ], - [ - -121.92837680099996, - 37.26049731200004 - ], - [ - -121.92837139599999, - 37.260494745000074 - ], - [ - -121.92850208699997, - 37.26029309300003 - ], - [ - -121.92865766399996, - 37.26014403500005 - ], - [ - -121.92881611599995, - 37.25999107200005 - ], - [ - -121.92904323799996, - 37.25979156100004 - ], - [ - -121.92911880899999, - 37.25973137700004 - ], - [ - -121.92910124599996, - 37.259723466000025 - ], - [ - -121.928837924, - 37.25952259200005 - ], - [ - -121.92871183999995, - 37.25942703100003 - ], - [ - -121.92867472999995, - 37.25939726900003 - ], - [ - -121.92863934199994, - 37.25936620500005 - ], - [ - -121.92860576199996, - 37.25933388300007 - ], - [ - -121.92856488499996, - 37.25929576500005 - ], - [ - -121.92855135499997, - 37.25928311200005 - ], - [ - -121.92849319299995, - 37.259235112000056 - ], - [ - -121.928421792, - 37.259296207000034 - ], - [ - -121.92842589499998, - 37.25929970400006 - ], - [ - -121.92842960499996, - 37.25930350400006 - ], - [ - -121.92843286099998, - 37.259307517000025 - ], - [ - -121.92843566299996, - 37.25931176300003 - ], - [ - -121.928438009, - 37.25931617400005 - ], - [ - -121.92843984399997, - 37.25932075400004 - ], - [ - -121.92844119299997, - 37.25932543000005 - ], - [ - -121.92844202799995, - 37.25933018100005 - ], - [ - -121.92844231999999, - 37.25933498300003 - ], - [ - -121.92844209699996, - 37.25933977100004 - ], - [ - -121.92844135799999, - 37.25934454000003 - ], - [ - -121.92844010099998, - 37.25934922500005 - ], - [ - -121.92843832699998, - 37.25935382500006 - ], - [ - -121.92843603499995, - 37.259358270000064 - ], - [ - -121.92843330999995, - 37.25936253800006 - ], - [ - -121.92843012399999, - 37.25936660600007 - ], - [ - -121.92842650299997, - 37.25937045000006 - ], - [ - -121.92842247599998, - 37.25937397800004 - ], - [ - -121.92822600499994, - 37.25955011100007 - ], - [ - -121.92816704799998, - 37.25960297300003 - ], - [ - -121.92815791099997, - 37.259610363000036 - ], - [ - -121.92810921599994, - 37.259654814000044 - ], - [ - -121.92806613999994, - 37.25969500800005 - ], - [ - -121.92804105, - 37.25972035600006 - ], - [ - -121.92802087799998, - 37.259740745000045 - ], - [ - -121.92797676999999, - 37.259786948000055 - ], - [ - -121.92794208599997, - 37.25982427100007 - ], - [ - -121.92791424099994, - 37.25985525900006 - ], - [ - -121.92788359099995, - 37.25989390500007 - ], - [ - -121.92785839399994, - 37.259922620000054 - ], - [ - -121.92784221099998, - 37.259943441000075 - ], - [ - -121.92781856999994, - 37.25997270800008 - ], - [ - -121.92777260499997, - 37.26003562000005 - ], - [ - -121.927728834, - 37.26009949100006 - ], - [ - -121.92768720099997, - 37.26016427500008 - ], - [ - -121.92766763499998, - 37.26019701600006 - ], - [ - -121.927642758, - 37.26023952800006 - ], - [ - -121.927607847, - 37.26030395400005 - ], - [ - -121.92758212999996, - 37.26035494700005 - ], - [ - -121.92757357899995, - 37.260372036000035 - ], - [ - -121.92756579199994, - 37.26038865700008 - ], - [ - -121.92756214599996, - 37.260398750000036 - ], - [ - -121.927550941, - 37.26042081500003 - ], - [ - -121.92754002199996, - 37.26044294600007 - ], - [ - -121.92752936299996, - 37.26046518800007 - ], - [ - -121.92751430899995, - 37.26050171900005 - ], - [ - -121.92749914199999, - 37.260538231000055 - ], - [ - -121.92748385799996, - 37.26057469800003 - ], - [ - -121.92747626199997, - 37.26059536900004 - ], - [ - -121.92746869599995, - 37.26061604000006 - ], - [ - -121.92746109899997, - 37.26063671000003 - ], - [ - -121.92744588699998, - 37.26068597200003 - ], - [ - -121.92743411299995, - 37.26073223800006 - ], - [ - -121.92742975199997, - 37.26075726500005 - ], - [ - -121.927425073, - 37.260782249000044 - ], - [ - -121.92742010799998, - 37.26080723700005 - ], - [ - -121.92740788699996, - 37.26086912000005 - ], - [ - -121.92740384899997, - 37.26089613400006 - ], - [ - -121.92739978099996, - 37.26092310300004 - ], - [ - -121.92739568699994, - 37.26095011700005 - ], - [ - -121.92739079899997, - 37.26098819600003 - ], - [ - -121.92738562699998, - 37.26102625600004 - ], - [ - -121.92738016699997, - 37.261064275000024 - ], - [ - -121.92737564299995, - 37.26110784400004 - ], - [ - -121.92737186599999, - 37.26116806700003 - ], - [ - -121.92737054399998, - 37.26118129200006 - ], - [ - -121.92736936899996, - 37.26119329900007 - ], - [ - -121.92736806, - 37.26122222600003 - ], - [ - -121.92736610299994, - 37.26124731500005 - ], - [ - -121.92736472299998, - 37.26127244200006 - ], - [ - -121.92736385699999, - 37.26129756200004 - ], - [ - -121.92736168, - 37.261336639000035 - ], - [ - -121.92669569599997, - 37.261341049000066 - ], - [ - -121.92668621399997, - 37.261060120000025 - ], - [ - -121.92656035699997, - 37.261051492000036 - ], - [ - -121.92636296699999, - 37.26112732800004 - ], - [ - -121.926320611, - 37.26114377400006 - ], - [ - -121.926117525, - 37.261221282000065 - ], - [ - -121.92591538599999, - 37.26129882400005 - ], - [ - -121.92591064499999, - 37.26129647800008 - ], - [ - -121.92591504999996, - 37.261565060000066 - ], - [ - -121.92552202999997, - 37.26155975300003 - ], - [ - -121.92551612499994, - 37.261559412000054 - ], - [ - -121.92551024, - 37.26155870500003 - ], - [ - -121.92550449099997, - 37.261557562000064 - ], - [ - -121.92549887799998, - 37.26155605100007 - ], - [ - -121.92549342899997, - 37.26155414800007 - ], - [ - -121.92548822899994, - 37.261551877000045 - ], - [ - -121.925483284, - 37.26154925900005 - ], - [ - -121.92547864499994, - 37.26154629400003 - ], - [ - -121.92547434399995, - 37.26154305100005 - ], - [ - -121.92547038199996, - 37.26153950600008 - ], - [ - -121.92546684499996, - 37.261535680000065 - ], - [ - -121.92546373099998, - 37.26153166700004 - ], - [ - -121.92546104399997, - 37.26152741800007 - ], - [ - -121.92545884199995, - 37.26152305100004 - ], - [ - -121.92545712099997, - 37.26151849400003 - ], - [ - -121.92545591799995, - 37.26151383900003 - ], - [ - -121.92545519699996, - 37.26150913300006 - ], - [ - -121.92545736699998, - 37.26146664500004 - ], - [ - -121.92546266, - 37.26142434900004 - ], - [ - -121.92547110999999, - 37.26138238000004 - ], - [ - -121.9254850199999, - 37.26133079900006 - ], - [ - -121.92550418899998, - 37.26128030000007 - ], - [ - -121.92552845499995, - 37.26123120300008 - ], - [ - -121.92555768099999, - 37.26118390000005 - ], - [ - -121.92556650799997, - 37.26117214200008 - ], - [ - -121.92538639999998, - 37.26109092400003 - ], - [ - -121.92492296399996, - 37.260887281000066 - ], - [ - -121.92486884599998, - 37.26093436100007 - ], - [ - -121.92478922299995, - 37.26099399700007 - ], - [ - -121.92467550099997, - 37.26101199900006 - ], - [ - -121.92466021999996, - 37.261014061000026 - ], - [ - -121.92449068299999, - 37.26103677100008 - ], - [ - -121.92429901399998, - 37.26106419100006 - ], - [ - -121.92418109899995, - 37.261081465000075 - ], - [ - -121.92400073099998, - 37.261106846000075 - ], - [ - -121.92393011499996, - 37.26110711000007 - ], - [ - -121.92390892399999, - 37.261107207000066 - ], - [ - -121.92374380099994, - 37.26110894000004 - ], - [ - -121.92359225299998, - 37.26110771700007 - ], - [ - -121.92354544699998, - 37.26110867500006 - ], - [ - -121.92351197999994, - 37.26110768600006 - ], - [ - -121.923320188, - 37.26110759100004 - ], - [ - -121.92321827599994, - 37.26110670200006 - ], - [ - -121.92316833399997, - 37.26110682700005 - ], - [ - -121.92316724999995, - 37.26125759400003 - ], - [ - -121.92316506799995, - 37.26138372100007 - ], - [ - -121.92316621199996, - 37.26144381600005 - ], - [ - -121.92316705899998, - 37.26158464800005 - ], - [ - -121.922616383, - 37.26158520600006 - ], - [ - -121.92260502899995, - 37.26158449700006 - ], - [ - -121.92259380299998, - 37.26158303100004 - ], - [ - -121.92258276299998, - 37.261580784000046 - ], - [ - -121.92257199599999, - 37.26157780300008 - ], - [ - -121.92256161499995, - 37.261574084000074 - ], - [ - -121.92255162299995, - 37.261569672000064 - ], - [ - -121.92254218999994, - 37.261564591000024 - ], - [ - -121.92253331699999, - 37.26155886300006 - ], - [ - -121.92252509399998, - 37.26155257500005 - ], - [ - -121.92251757399998, - 37.26154573200006 - ], - [ - -121.92251081899997, - 37.26153839600005 - ], - [ - -121.92250485899996, - 37.26153061800005 - ], - [ - -121.92249980599996, - 37.26152248600005 - ], - [ - -121.92249560799996, - 37.26151402100004 - ], - [ - -121.92249234899998, - 37.261505294000074 - ], - [ - -121.92249003199998, - 37.26149639500005 - ], - [ - -121.92248833699995, - 37.26148865500005 - ], - [ - -121.92248649299995, - 37.26148055200008 - ], - [ - -121.92233414299994, - 37.261482288000025 - ], - [ - -121.92233060499996, - 37.26111407800005 - ], - [ - -121.92232749299995, - 37.26076815700003 - ], - [ - -121.92232833299994, - 37.26058347000003 - ], - [ - -121.92232985399994, - 37.26053542900007 - ], - [ - -121.92233134599996, - 37.26048734200003 - ], - [ - -121.92232197699997, - 37.26035313700004 - ], - [ - -121.92230509199999, - 37.26020311600007 - ], - [ - -121.92227343099995, - 37.26005462300003 - ], - [ - -121.922227239, - 37.25990859800004 - ], - [ - -121.92216676499999, - 37.25976592600006 - ], - [ - -121.922092395, - 37.25962754500006 - ], - [ - -121.92201244299997, - 37.25948616200003 - ], - [ - -121.92198947699995, - 37.25943349800008 - ], - [ - -121.92212682299999, - 37.259427526000024 - ], - [ - -121.92231203999995, - 37.25941939300003 - ], - [ - -121.92230957599998, - 37.259335004000036 - ], - [ - -121.92230501299997, - 37.25904836400008 - ], - [ - -121.92230329599994, - 37.25887824300003 - ], - [ - -121.92230258899997, - 37.258841079000035 - ], - [ - -121.922306258, - 37.25882171500007 - ], - [ - -121.92230487799998, - 37.25870243000003 - ], - [ - -121.92230041099998, - 37.25870246000005 - ], - [ - -121.92229923099995, - 37.25853347900005 - ], - [ - -121.92229841899996, - 37.258358197000064 - ], - [ - -121.922285021, - 37.25819428500006 - ], - [ - -121.92228435099997, - 37.25800540500006 - ], - [ - -121.92228402199999, - 37.25785259500003 - ], - [ - -121.922284978, - 37.25769201000003 - ], - [ - -121.922285623, - 37.25750611400008 - ], - [ - -121.92228222699998, - 37.25734100300008 - ], - [ - -121.92227730499997, - 37.257167991000074 - ], - [ - -121.92227475899995, - 37.25700095000008 - ], - [ - -121.92227385099994, - 37.256835694000074 - ], - [ - -121.92227289299996, - 37.25665586000008 - ], - [ - -121.92227054099999, - 37.256490005000046 - ], - [ - -121.92227154499994, - 37.25631392300005 - ], - [ - -121.92227006999997, - 37.256158037000034 - ], - [ - -121.92226992299999, - 37.25615025700006 - ], - [ - -121.92257924399996, - 37.256146888000046 - ], - [ - -121.92285625199997, - 37.25615036500005 - ], - [ - -121.923004935, - 37.256087327000046 - ], - [ - -121.92339760299996, - 37.255868005000025 - ], - [ - -121.92349691099997, - 37.25581678300006 - ], - [ - -121.923490169, - 37.25571683700008 - ], - [ - -121.92349017099997, - 37.25547312700007 - ], - [ - -121.92349001699995, - 37.255352155000026 - ], - [ - -121.92348929899998, - 37.25523917900006 - ], - [ - -121.92348821999997, - 37.25506662500004 - ], - [ - -121.92348709299995, - 37.25505858100007 - ], - [ - -121.92348636799994, - 37.25490904900005 - ], - [ - -121.92348365099997, - 37.25481754600003 - ], - [ - -121.92341488299996, - 37.254816780000056 - ], - [ - -121.92338950699997, - 37.25481651700005 - ], - [ - -121.92338177599999, - 37.25481658700005 - ], - [ - -121.923241567, - 37.25481765100005 - ], - [ - -121.92303643999998, - 37.254818725000064 - ], - [ - -121.92245592199998, - 37.25482090500003 - ], - [ - -121.92226997399996, - 37.25482158500006 - ], - [ - -121.92226755899998, - 37.254739760000064 - ], - [ - -121.92225978699997, - 37.254403281000066 - ], - [ - -121.922089116, - 37.25440462100005 - ], - [ - -121.922002019, - 37.25440529000008 - ], - [ - -121.92191477999995, - 37.25440596000004 - ], - [ - -121.92178183799996, - 37.25440821500007 - ], - [ - -121.92178151199994, - 37.254403069000034 - ], - [ - -121.92173267299995, - 37.254402655000035 - ], - [ - -121.92144158699995, - 37.25440955500005 - ], - [ - -121.92134617099998, - 37.25441245300004 - ], - [ - -121.921320961, - 37.254415110000025 - ], - [ - -121.92121575599998, - 37.25441346400004 - ], - [ - -121.92116946699997, - 37.254412767000076 - ], - [ - -121.92113666999995, - 37.254412227000046 - ], - [ - -121.92104356099998, - 37.25441296900004 - ], - [ - -121.92101366999998, - 37.25441323900003 - ], - [ - -121.92091039899998, - 37.25441417300004 - ], - [ - -121.92081189099997, - 37.25441559700005 - ], - [ - -121.920648568, - 37.25441792300006 - ], - [ - -121.92061495399997, - 37.25441805600008 - ], - [ - -121.92041380199998, - 37.25441873400007 - ], - [ - -121.92039207199997, - 37.25441895100005 - ], - [ - -121.92021387399996, - 37.25442058700003 - ], - [ - -121.92013441799998, - 37.25442130000005 - ], - [ - -121.920014606, - 37.254422410000075 - ], - [ - -121.91987669099996, - 37.25442367000005 - ], - [ - -121.91981871499996, - 37.25442421400004 - ], - [ - -121.91961901599996, - 37.25442601700007 - ], - [ - -121.91961606799998, - 37.25442605300003 - ], - [ - -121.91961088499994, - 37.254426092000074 - ], - [ - -121.91941404999994, - 37.25442794400004 - ], - [ - -121.91935924999996, - 37.25442841200004 - ], - [ - -121.91921584, - 37.254429738000056 - ], - [ - -121.91910377899995, - 37.254430753000065 - ], - [ - -121.91901479699999, - 37.25443155700003 - ], - [ - -121.91884283999997, - 37.25443317200006 - ], - [ - -121.91881297999998, - 37.25443343100005 - ], - [ - -121.91861453999996, - 37.25443524000008 - ], - [ - -121.91858462099998, - 37.25443551300003 - ], - [ - -121.91841527199995, - 37.25443706000004 - ], - [ - -121.91832596499995, - 37.254437868000025 - ], - [ - -121.91821600199995, - 37.25443887800003 - ], - [ - -121.91806927, - 37.25444021800007 - ], - [ - -121.91801412099994, - 37.25444075200005 - ], - [ - -121.91780359999996, - 37.25444266100004 - ], - [ - -121.91780017699995, - 37.254096996000044 - ], - [ - -121.91781340699998, - 37.25392932800003 - ], - [ - -121.91781048099995, - 37.25378852100005 - ], - [ - -121.91781143699995, - 37.25374833700005 - ], - [ - -121.91781125899996, - 37.253724213000055 - ], - [ - -121.91780958899994, - 37.253575289000025 - ], - [ - -121.91780896599994, - 37.25351825400003 - ], - [ - -121.91780769699994, - 37.25339992800008 - ], - [ - -121.91780664299995, - 37.25330542900008 - ], - [ - -121.91780580499994, - 37.25322610300003 - ], - [ - -121.91780446399997, - 37.25309944600008 - ], - [ - -121.91780396299998, - 37.25305188600004 - ], - [ - -121.91780217399997, - 37.25288799300006 - ], - [ - -121.917802124, - 37.25288085200003 - ], - [ - -121.91780023999996, - 37.25270743800007 - ], - [ - -121.91779991799996, - 37.25267830200005 - ], - [ - -121.91779836799998, - 37.25253464100007 - ], - [ - -121.91779765299998, - 37.25246817800007 - ], - [ - -121.91779646599997, - 37.25236015100006 - ], - [ - -121.9177954099999, - 37.25226063900004 - ], - [ - -121.91779467999999, - 37.25218927700007 - ], - [ - -121.91779313299998, - 37.252048384000034 - ], - [ - -121.91779271999997, - 37.25200998200006 - ], - [ - -121.91779098399996, - 37.25184739200006 - ], - [ - -121.917790933, - 37.25184313400007 - ], - [ - -121.91778886099996, - 37.25178666700003 - ], - [ - -121.917786875, - 37.25175897200006 - ], - [ - -121.917789944, - 37.251748633000034 - ], - [ - -121.91778920499996, - 37.25168132300007 - ], - [ - -121.91778743799995, - 37.25151672100003 - ], - [ - -121.91778570499997, - 37.25135426800006 - ], - [ - -121.91778451799996, - 37.25118897100003 - ], - [ - -121.91778322399995, - 37.25100884300008 - ], - [ - -121.917784144, - 37.25085794100005 - ], - [ - -121.91810581599998, - 37.25087282900006 - ], - [ - -121.91838145599996, - 37.25088375800004 - ], - [ - -121.91863559499996, - 37.250887317000036 - ], - [ - -121.91882791199998, - 37.25088784800005 - ], - [ - -121.91913068499997, - 37.250886069000046 - ], - [ - -121.91945345999994, - 37.250882141000034 - ], - [ - -121.91989168699996, - 37.250879550000036 - ], - [ - -121.92022629799999, - 37.25087755200008 - ], - [ - -121.92071770999996, - 37.250872550000054 - ], - [ - -121.92081727899995, - 37.250868480000065 - ], - [ - -121.92084938099998, - 37.25086715300006 - ], - [ - -121.921132651, - 37.25085309200006 - ], - [ - -121.921135973, - 37.25085316600007 - ], - [ - -121.92113926299999, - 37.25085301200005 - ], - [ - -121.92114254899997, - 37.250852629000065 - ], - [ - -121.92145562399998, - 37.250835437000035 - ], - [ - -121.92146260699997, - 37.250835238000036 - ], - [ - -121.92146955099997, - 37.250834559000054 - ], - [ - -121.92160284599998, - 37.25082861300007 - ], - [ - -121.921981588, - 37.250823945000036 - ], - [ - -121.921990543, - 37.250823516000025 - ], - [ - -121.92222594299994, - 37.250818939000055 - ], - [ - -121.92686995799994, - 37.25076356900007 - ], - [ - -121.92685619899999, - 37.25021492700006 - ], - [ - -121.92685885999998, - 37.25013670200008 - ], - [ - -121.92685470499998, - 37.25012004300004 - ], - [ - -121.92686465799994, - 37.25011495500007 - ], - [ - -121.92687402799999, - 37.25010918700008 - ], - [ - -121.926882724, - 37.250102809000055 - ], - [ - -121.92689072299999, - 37.25009582200005 - ], - [ - -121.92689793799997, - 37.25008836300003 - ], - [ - -121.926904316, - 37.25008043300005 - ], - [ - -121.92690982699997, - 37.25007208100004 - ], - [ - -121.92691420799997, - 37.250064543000065 - ], - [ - -121.92691772399996, - 37.25005678600007 - ], - [ - -121.92692037699999, - 37.25004876500003 - ], - [ - -121.92692216999995, - 37.250040617000025 - ], - [ - -121.92692304299999, - 37.25003236600003 - ], - [ - -121.92692302799998, - 37.25002408000006 - ], - [ - -121.92692206899994, - 37.25001582800007 - ], - [ - -121.926920253, - 37.25000767900008 - ], - [ - -121.92691752399998, - 37.24999967800005 - ], - [ - -121.92691393899997, - 37.249991916000056 - ], - [ - -121.92690955799998, - 37.24998441500003 - ], - [ - -121.926903214, - 37.249976047000075 - ], - [ - -121.92689780599994, - 37.24996730000004 - ], - [ - -121.92689336499996, - 37.249958175000074 - ], - [ - -121.92688992299998, - 37.249948809000045 - ], - [ - -121.92688747799997, - 37.24993924800003 - ], - [ - -121.92688609099997, - 37.249929536000025 - ], - [ - -121.92688391699994, - 37.24985755200004 - ], - [ - -121.926884025, - 37.24985276600006 - ], - [ - -121.92688467799996, - 37.24984797500008 - ], - [ - -121.92688581799996, - 37.24984324500008 - ], - [ - -121.92687972299996, - 37.249582168000074 - ], - [ - -121.92687628699997, - 37.24928349500004 - ], - [ - -121.92710914899999, - 37.249282625000035 - ], - [ - -121.92711524799995, - 37.24928262000003 - ], - [ - -121.92730787499994, - 37.24928155200007 - ], - [ - -121.92736705099998, - 37.249281059000054 - ], - [ - -121.927505156, - 37.24927992500005 - ], - [ - -121.92761784199996, - 37.24927900800003 - ], - [ - -121.92770349899996, - 37.24927821500006 - ], - [ - -121.92786991199995, - 37.249274927000044 - ], - [ - -121.92789623899995, - 37.24927437700006 - ], - [ - -121.92808976099997, - 37.24927192500007 - ], - [ - -121.92812249299999, - 37.24927214300004 - ], - [ - -121.92828686499996, - 37.249273251000034 - ], - [ - -121.92837621499996, - 37.24927206900003 - ], - [ - -121.92848267599999, - 37.24927065600008 - ], - [ - -121.928623685, - 37.249268820000054 - ], - [ - -121.92868306099996, - 37.24926802700003 - ], - [ - -121.92887757699998, - 37.249265378000075 - ], - [ - -121.92902565999998, - 37.24926336500005 - ], - [ - -121.92912841999998, - 37.24926005000003 - ], - [ - -121.92938209899995, - 37.24925773000007 - ], - [ - -121.92962797999996, - 37.249256510000066 - ], - [ - -121.929883658, - 37.24925236100006 - ], - [ - -121.92996443299995, - 37.24925080200006 - ], - [ - -121.93013607699999, - 37.24924863200005 - ], - [ - -121.93021935099995, - 37.24924752700008 - ], - [ - -121.93030997799997, - 37.249247565000076 - ], - [ - -121.930387823, - 37.24924700200006 - ], - [ - -121.93039586799995, - 37.24924699500008 - ], - [ - -121.93046501299995, - 37.24924674600004 - ], - [ - -121.93063673499995, - 37.24924551300006 - ], - [ - -121.93088518599995, - 37.24924385400004 - ], - [ - -121.93114907799998, - 37.24924259100004 - ], - [ - -121.93115007199998, - 37.24932295100007 - ], - [ - -121.93115105199996, - 37.24949548300003 - ], - [ - -121.931151049, - 37.24952711700007 - ], - [ - -121.93115114299997, - 37.24953169400004 - ], - [ - -121.93115078699998, - 37.24953627700006 - ], - [ - -121.93114994399997, - 37.249540797000066 - ], - [ - -121.93114859699995, - 37.24954527600005 - ], - [ - -121.93114679099995, - 37.24954962500004 - ], - [ - -121.931144524, - 37.24955381800004 - ], - [ - -121.93114179399998, - 37.24955785700007 - ], - [ - -121.93113863199994, - 37.24956168500006 - ], - [ - -121.93113503599994, - 37.24956528800004 - ], - [ - -121.93113111999997, - 37.24956860900005 - ], - [ - -121.93112687499996, - 37.249571659000026 - ], - [ - -121.931122239, - 37.249574394000035 - ], - [ - -121.93111733099994, - 37.24957678900006 - ], - [ - -121.93111221699996, - 37.249578866000036 - ], - [ - -121.93110689399998, - 37.24958055700006 - ], - [ - -121.93110139299995, - 37.249581860000035 - ], - [ - -121.93109581999994, - 37.24958279600003 - ], - [ - -121.93109008299996, - 37.249583348000044 - ], - [ - -121.93108235499994, - 37.24958346500006 - ], - [ - -121.93108616699999, - 37.249671774000035 - ], - [ - -121.93108975599995, - 37.24975493200003 - ], - [ - -121.93109573199996, - 37.24975461200006 - ], - [ - -121.93110180899998, - 37.24975474300004 - ], - [ - -121.93110780299997, - 37.24975526500003 - ], - [ - -121.93111374199998, - 37.24975622200003 - ], - [ - -121.93111950199994, - 37.24975759300003 - ], - [ - -121.93112511899994, - 37.24975935600003 - ], - [ - -121.931130543, - 37.24976148700006 - ], - [ - -121.93113568799998, - 37.249764011000025 - ], - [ - -121.93114055399997, - 37.249766858000044 - ], - [ - -121.93114507999996, - 37.249770030000036 - ], - [ - -121.93114924099996, - 37.24977351100006 - ], - [ - -121.93115300699998, - 37.249777282000025 - ], - [ - -121.93115637799997, - 37.24978129200008 - ], - [ - -121.93115926399997, - 37.24978553600005 - ], - [ - -121.93116169799998, - 37.24978994800006 - ], - [ - -121.93116366599997, - 37.24979450200004 - ], - [ - -121.93116508099996, - 37.24979919900005 - ], - [ - -121.93116600199994, - 37.24980395100005 - ], - [ - -121.93116637999998, - 37.249808775000076 - ], - [ - -121.93117157399996, - 37.25001886500007 - ], - [ - -121.93118170699995, - 37.250431768000055 - ], - [ - -121.93114732599997, - 37.25043223400007 - ], - [ - -121.931023918, - 37.25043392500004 - ], - [ - -121.93102454099994, - 37.25047956000003 - ], - [ - -121.93103038299995, - 37.25090215300003 - ], - [ - -121.93103738999997, - 37.25140956200005 - ], - [ - -121.93103851399997, - 37.25149076200006 - ], - [ - -121.93104020799996, - 37.25166415500007 - ], - [ - -121.93104231499996, - 37.25187013900006 - ], - [ - -121.93104444799997, - 37.25207443000005 - ], - [ - -121.93104658399994, - 37.252283841000065 - ], - [ - -121.93104872899994, - 37.25249431800006 - ], - [ - -121.93105086899999, - 37.252700412000024 - ], - [ - -121.931053067, - 37.25291418100005 - ], - [ - -121.931055201, - 37.25312302700007 - ], - [ - -121.93105731999998, - 37.25333102500008 - ], - [ - -121.93105890299995, - 37.25350954800007 - ], - [ - -121.93105882199995, - 37.25351435600004 - ], - [ - -121.93105214299999, - 37.25378032800006 - ], - [ - -121.93105339399995, - 37.253952078000054 - ], - [ - -121.93105447499994, - 37.254162722000046 - ], - [ - -121.931056136, - 37.25436184100005 - ], - [ - -121.93105979299997, - 37.25457242900006 - ], - [ - -121.93105981199994, - 37.254766518000054 - ], - [ - -121.93106322199998, - 37.25497168100003 - ], - [ - -121.93106974999995, - 37.255176677000065 - ], - [ - -121.931088424, - 37.255378998000026 - ], - [ - -121.93109014599997, - 37.25558446500003 - ], - [ - -121.93109112899998, - 37.25569156600005 - ], - [ - -121.931092074, - 37.25579454900003 - ], - [ - -121.93109320899998, - 37.25589727600004 - ], - [ - -121.93109434299998, - 37.25600000400004 - ], - [ - -121.93109464499997, - 37.25604802600003 - ], - [ - -121.93109495799996, - 37.25609796600003 - ], - [ - -121.931095288, - 37.256134287000066 - ], - [ - -121.93127824299995, - 37.25613335500003 - ], - [ - -121.93147499599996, - 37.256132369000056 - ], - [ - -121.93172273299996, - 37.256131469000024 - ], - [ - -121.93193454799996, - 37.25613068600006 - ], - [ - -121.93195089699998, - 37.25613057800007 - ], - [ - -121.93214079699999, - 37.25612981300003 - ], - [ - -121.93235509599998, - 37.25612895200004 - ], - [ - -121.9324289199999, - 37.25612896500007 - ], - [ - -121.93256439399994, - 37.25612723800003 - ], - [ - -121.93277051099994, - 37.25612531200005 - ], - [ - -121.93282767299996, - 37.25612708400007 - ], - [ - -121.93296546399995, - 37.25612672500006 - ], - [ - -121.93303212899997, - 37.256126710000046 - ], - [ - -121.93317847799995, - 37.256127666000054 - ], - [ - -121.93323043499998, - 37.256128197000066 - ], - [ - -121.93338767199998, - 37.256129430000044 - ], - [ - -121.93343398299999, - 37.25612977900005 - ], - [ - -121.93359980099996, - 37.25612898500003 - ], - [ - -121.93364014599996, - 37.25612876500003 - ], - [ - -121.93380985799996, - 37.256127992000074 - ], - [ - -121.93384627999995, - 37.25612779700003 - ], - [ - -121.93402223299995, - 37.25612692400006 - ], - [ - -121.93405266999997, - 37.256126780000045 - ], - [ - -121.93405776699996, - 37.25612674100006 - ], - [ - -121.934230991, - 37.25612537300003 - ], - [ - -121.93425209299994, - 37.25612520300007 - ], - [ - -121.93444192199996, - 37.25612370400006 - ], - [ - -121.93445881599996, - 37.25612359000007 - ], - [ - -121.93465153699998, - 37.256122075000064 - ], - [ - -121.93466467299999, - 37.25612196000003 - ], - [ - -121.93485241899998, - 37.256120483000075 - ], - [ - -121.93486232499998, - 37.25612038000003 - ], - [ - -121.93490962499999, - 37.25612003300006 - ], - [ - -121.93505854299997, - 37.25611747500005 - ], - [ - -121.93507434499998, - 37.256117190000055 - ], - [ - -121.935114678, - 37.25611646800007 - ], - [ - -121.9352646899999, - 37.25611568100004 - ], - [ - -121.93528009699997, - 37.256115744000056 - ], - [ - -121.93546958999997, - 37.25611458800006 - ], - [ - -121.93547737799997, - 37.25611456100006 - ], - [ - -121.93570489899997, - 37.25611335100007 - ], - [ - -121.93590899299994, - 37.256115013000056 - ], - [ - -121.93598111999995, - 37.25611458700007 - ], - [ - -121.93612943199997, - 37.25611184700006 - ], - [ - -121.93624820199994, - 37.25610968500007 - ], - [ - -121.93631803899996, - 37.25610930900007 - ], - [ - -121.93633150099998, - 37.256109441000035 - ], - [ - -121.93653401899996, - 37.25610807900006 - ], - [ - -121.93674123699998, - 37.256106886000055 - ], - [ - -121.93679649999996, - 37.25610659600005 - ], - [ - -121.936945692, - 37.25610646000007 - ], - [ - -121.93702072599996, - 37.256105287000025 - ], - [ - -121.93714636699997, - 37.25610456900006 - ], - [ - -121.93714874299997, - 37.256104540000024 - ], - [ - -121.93721588399995, - 37.25610394500006 - ], - [ - -121.93735319899997, - 37.256102647000034 - ], - [ - -121.93742451999998, - 37.25610195000007 - ], - [ - -121.93755238499995, - 37.25610077400006 - ], - [ - -121.93762943299998, - 37.25610007900008 - ], - [ - -121.93776021899998, - 37.25609883000004 - ], - [ - -121.93783806699997, - 37.256098112000075 - ], - [ - -121.93796323699996, - 37.25609694100007 - ], - [ - -121.93804175099996, - 37.25609620600005 - ], - [ - -121.938168615, - 37.25609501300005 - ], - [ - -121.93825299099996, - 37.25609422800005 - ], - [ - -121.93837286699994, - 37.256094518000054 - ], - [ - -121.93845874899995, - 37.256093097000075 - ], - [ - -121.93857840399994, - 37.25609075700004 - ], - [ - -121.93866434899996, - 37.256089632000055 - ], - [ - -121.93877462599994, - 37.25608807100008 - ], - [ - -121.93887247699996, - 37.25608666200003 - ], - [ - -121.93897785799999, - 37.25608518400003 - ], - [ - -121.939070072, - 37.25608389000007 - ], - [ - -121.93927673999997, - 37.256080937000036 - ], - [ - -121.93930098699997, - 37.25608056100003 - ], - [ - -121.93939447599996, - 37.25608006200008 - ], - [ - -121.939483038, - 37.25607954600008 - ], - [ - -121.939688704, - 37.25607839000003 - ], - [ - -121.939874826, - 37.25607731400004 - ], - [ - -121.939898009, - 37.25607705200008 - ], - [ - -121.94010334599994, - 37.25607601400003 - ], - [ - -121.94034314899994, - 37.25607462800008 - ], - [ - -121.94034669399997, - 37.25623631800005 - ], - [ - -121.94034784699994, - 37.25640191300005 - ], - [ - -121.94034898099994, - 37.256563365000034 - ], - [ - -121.94035019199998, - 37.25673333200007 - ], - [ - -121.94035089799996, - 37.25682946100005 - ], - [ - -121.94035305799997, - 37.25698980200008 - ], - [ - -121.940355238, - 37.25715151600008 - ], - [ - -121.94035396399994, - 37.25724149000007 - ], - [ - -121.94035523599996, - 37.25740573300004 - ], - [ - -121.94035642699998, - 37.25757018400003 - ], - [ - -121.94035782799995, - 37.25772925100006 - ], - [ - -121.94036064, - 37.257910940000045 - ], - [ - -121.94036177399994, - 37.25807985500006 - ], - [ - -121.94036346299998, - 37.258247847000064 - ], - [ - -121.94036088099995, - 37.258417128000076 - ], - [ - -121.94036171899995, - 37.25858110200005 - ], - [ - -121.94036238499996, - 37.25870195300007 - ], - [ - -121.94036789699999, - 37.25895994700005 - ], - [ - -121.94036849799994, - 37.25896408400007 - ], - [ - -121.94036862999997, - 37.25896827100007 - ], - [ - -121.94037148499996, - 37.259094223000034 - ], - [ - -121.94037437299994, - 37.259267944000044 - ], - [ - -121.94037741399995, - 37.259449722000056 - ], - [ - -121.94038023799999, - 37.25961864000004 - ], - [ - -121.94038311399999, - 37.259791791000055 - ], - [ - -121.94038612799994, - 37.25996764000007 - ], - [ - -121.94038811099995, - 37.26009003100006 - ], - [ - -121.94038806599997, - 37.260095068000055 - ], - [ - -121.94038747499997, - 37.26010008800006 - ], - [ - -121.94038634099996, - 37.260105046000035 - ], - [ - -121.94038468599996, - 37.260109896000074 - ], - [ - -121.94038245699994, - 37.260114617000056 - ], - [ - -121.94037973899998, - 37.260119159000055 - ], - [ - -121.94037655799997, - 37.260123502000056 - ], - [ - -121.94037288599998, - 37.260127598000054 - ], - [ - -121.94036880699997, - 37.260131425000054 - ], - [ - -121.94036432099995, - 37.26013496000007 - ], - [ - -121.94035942799997, - 37.26013815600004 - ], - [ - -121.94035424199996, - 37.260141013000066 - ], - [ - -121.94034876199999, - 37.260143484000025 - ], - [ - -121.94034301899995, - 37.26014556800004 - ], - [ - -121.940337065, - 37.26014722100007 - ], - [ - -121.94033095999998, - 37.260148463000064 - ], - [ - -121.94032473399994, - 37.260149295000076 - ], - [ - -121.94031846999997, - 37.26014966900004 - ], - [ - -121.93994532199997, - 37.26015139800006 - ], - [ - -121.93991986499998, - 37.260151552000025 - ], - [ - -121.93991697099995, - 37.26032399500008 - ], - [ - -121.93992267599998, - 37.26032726600005 - ], - [ - -121.93992795799994, - 37.260330932000045 - ], - [ - -121.93993284699997, - 37.26033496900004 - ], - [ - -121.93993722699997, - 37.26033933400004 - ], - [ - -121.93994112499996, - 37.26034397900003 - ], - [ - -121.93994448499996, - 37.26034890400007 - ], - [ - -121.93994730499998, - 37.260354042000074 - ], - [ - -121.93995170599999, - 37.26036405900004 - ], - [ - -121.93995184799996, - 37.260368431000074 - ], - [ - -121.93995176099997, - 37.260511128000076 - ], - [ - -121.93995390199996, - 37.26055992600004 - ], - [ - -121.939957059, - 37.26065698600007 - ], - [ - -121.93978568699998, - 37.260658361000026 - ], - [ - -121.93970760699995, - 37.260659161000035 - ], - [ - -121.93961502499997, - 37.26065940700005 - ], - [ - -121.93955606699996, - 37.260659858000054 - ], - [ - -121.93942263399998, - 37.260659392000036 - ], - [ - -121.93929119399996, - 37.260661328000026 - ], - [ - -121.93918817399998, - 37.26066531600003 - ], - [ - -121.93908500999999, - 37.26066931100007 - ], - [ - -121.93893219899996, - 37.26066935700004 - ], - [ - -121.93889103999999, - 37.26066906300008 - ], - [ - -121.93886301699996, - 37.26066824000003 - ], - [ - -121.93875108699996, - 37.26066764600006 - ], - [ - -121.93875046899996, - 37.260628078000025 - ], - [ - -121.93874536499999, - 37.260319561000074 - ], - [ - -121.93855331699996, - 37.260319425000034 - ], - [ - -121.93836344199997, - 37.26032061400008 - ], - [ - -121.93817540199996, - 37.26032193900005 - ], - [ - -121.93814270099995, - 37.260322158000065 - ], - [ - -121.93799130199994, - 37.26032259900006 - ], - [ - -121.93792314799998, - 37.260322795000036 - ], - [ - -121.93780781399994, - 37.26032384500007 - ], - [ - -121.93767724699995, - 37.26032503600004 - ], - [ - -121.93761769099996, - 37.26032556000007 - ], - [ - -121.937624772, - 37.26056879500004 - ], - [ - -121.93762497899996, - 37.26061683900008 - ], - [ - -121.937625073, - 37.26063217400008 - ], - [ - -121.9376252499999, - 37.26069351700005 - ], - [ - -121.93762592999997, - 37.26086445100003 - ], - [ - -121.93762619499995, - 37.26093339300007 - ], - [ - -121.93762985999996, - 37.261124067000026 - ], - [ - -121.93763054399994, - 37.261159630000066 - ], - [ - -121.93763095199995, - 37.26127920300007 - ], - [ - -121.93763128699999, - 37.26138009700003 - ], - [ - -121.93763148899995, - 37.261445767000055 - ], - [ - -121.93763191899995, - 37.26160514500003 - ], - [ - -121.93763233399994, - 37.261771321000026 - ], - [ - -121.93763455899995, - 37.26192726700003 - ], - [ - -121.93763697999998, - 37.26209341800006 - ], - [ - -121.93763940699995, - 37.26225103200005 - ], - [ - -121.93764021899995, - 37.262416906000055 - ], - [ - -121.93764097499997, - 37.26257254800004 - ], - [ - -121.937641924, - 37.26275590900008 - ], - [ - -121.93764257499998, - 37.26288225400003 - ], - [ - -121.93764004599996, - 37.26328400500006 - ] - ], - [ - [ - -121.86241925699994, - 37.23915524600005 - ], - [ - -121.86238193999998, - 37.23911205300004 - ], - [ - -121.86221303599996, - 37.23895857400004 - ], - [ - -121.86201442199996, - 37.238750277000065 - ], - [ - -121.86175280799995, - 37.23871257700006 - ], - [ - -121.86167307699998, - 37.23869384300008 - ], - [ - -121.86161655099994, - 37.23868053700005 - ], - [ - -121.86159561199997, - 37.23867370800008 - ], - [ - -121.86120191299995, - 37.238592406000066 - ], - [ - -121.86092098699999, - 37.238278351000076 - ], - [ - -121.86072336199999, - 37.238131890000034 - ], - [ - -121.860515707, - 37.23803686200006 - ], - [ - -121.86030341299994, - 37.237948387000074 - ], - [ - -121.860043051, - 37.23786601100005 - ], - [ - -121.85985319699995, - 37.23780680500005 - ], - [ - -121.85966022999997, - 37.23774660300006 - ], - [ - -121.85944646599995, - 37.23767931800006 - ], - [ - -121.85917596799999, - 37.237604246000046 - ], - [ - -121.85901865699998, - 37.23756693100006 - ], - [ - -121.85899570199996, - 37.23755305100008 - ], - [ - -121.85887713699998, - 37.23748136000006 - ], - [ - -121.85856958499994, - 37.23748498000003 - ], - [ - -121.85835542999996, - 37.237487489000046 - ], - [ - -121.85815890799995, - 37.23748981500006 - ], - [ - -121.85803797899996, - 37.237398332000055 - ], - [ - -121.85779500499996, - 37.23722162300004 - ], - [ - -121.85716235799998, - 37.237123190000034 - ], - [ - -121.85700040899997, - 37.23704916600008 - ], - [ - -121.85642471799997, - 37.23706511000006 - ], - [ - -121.85616754999995, - 37.23697051500005 - ], - [ - -121.85598054199994, - 37.236876952000046 - ], - [ - -121.856657795, - 37.23519472100003 - ], - [ - -121.85603123899995, - 37.23034194200005 - ], - [ - -121.85595299199997, - 37.22969511400004 - ], - [ - -121.85587934699998, - 37.229087513000025 - ], - [ - -121.856964985, - 37.22901054000005 - ], - [ - -121.85777945199999, - 37.22889483200004 - ], - [ - -121.85816356599997, - 37.22884025400003 - ], - [ - -121.85832045299998, - 37.22878631400005 - ], - [ - -121.85836384699996, - 37.22877049600004 - ], - [ - -121.85840724299999, - 37.228754680000065 - ], - [ - -121.85845060999998, - 37.22873884000006 - ], - [ - -121.85851725699996, - 37.22871398700005 - ], - [ - -121.85858393199999, - 37.22868910900007 - ], - [ - -121.85865054599998, - 37.22866425700005 - ], - [ - -121.85868025299999, - 37.228653303000044 - ], - [ - -121.85874725699995, - 37.22862859700007 - ], - [ - -121.858843966, - 37.228592975000026 - ], - [ - -121.85894067499999, - 37.22855733400007 - ], - [ - -121.85897118499997, - 37.22854608400007 - ], - [ - -121.859001665, - 37.22853474300007 - ], - [ - -121.859032115, - 37.228523334000045 - ], - [ - -121.85913091499998, - 37.228486227000076 - ], - [ - -121.85922974799996, - 37.22844916400004 - ], - [ - -121.85927714299999, - 37.22843137500007 - ], - [ - -121.85943900299998, - 37.22846205500008 - ], - [ - -121.85950075599999, - 37.22843646500007 - ], - [ - -121.85954128999998, - 37.22844706400008 - ], - [ - -121.85958347899998, - 37.22845205300007 - ], - [ - -121.85962611599996, - 37.228451292000045 - ], - [ - -121.85966798399994, - 37.228444799000044 - ], - [ - -121.859747288, - 37.22843217700006 - ], - [ - -121.85982798599997, - 37.228424877000066 - ], - [ - -121.85990916099996, - 37.228423030000044 - ], - [ - -121.85999017699999, - 37.22842664500007 - ], - [ - -121.86007095499997, - 37.228435743000034 - ], - [ - -121.86028494599998, - 37.22844790600004 - ], - [ - -121.86039880699997, - 37.22852789600006 - ], - [ - -121.86051791899996, - 37.22860283700004 - ], - [ - -121.86064192699996, - 37.228672516000074 - ], - [ - -121.86077047099997, - 37.228736723000054 - ], - [ - -121.86090317199995, - 37.22879527400005 - ], - [ - -121.86103964499995, - 37.228847994000034 - ], - [ - -121.861179484, - 37.22889472900005 - ], - [ - -121.86132228399998, - 37.228935343000046 - ], - [ - -121.86146762099997, - 37.22896971600005 - ], - [ - -121.86161507599996, - 37.22899774800004 - ], - [ - -121.86213032999996, - 37.229053273000034 - ], - [ - -121.86298331899997, - 37.22918725100004 - ], - [ - -121.86329640599996, - 37.229267667000045 - ], - [ - -121.86405253899994, - 37.229553406000036 - ], - [ - -121.86472145099998, - 37.229927332000045 - ], - [ - -121.86529136099995, - 37.23033128900005 - ], - [ - -121.86568260999996, - 37.23052554000003 - ], - [ - -121.86572551899997, - 37.23054684400006 - ], - [ - -121.86590846799999, - 37.230637675000025 - ], - [ - -121.86632590799996, - 37.23088905800006 - ], - [ - -121.86634145999994, - 37.23089842400003 - ], - [ - -121.86635133799996, - 37.23090437400003 - ], - [ - -121.86640325199994, - 37.23093563500004 - ], - [ - -121.86644282199995, - 37.23095946300003 - ], - [ - -121.866563107, - 37.23105805800003 - ], - [ - -121.86656775699998, - 37.231061828000065 - ], - [ - -121.86688211799998, - 37.231470268000066 - ], - [ - -121.86741832299998, - 37.23152151900007 - ], - [ - -121.868340677, - 37.23181968400007 - ], - [ - -121.86844061899995, - 37.23186138800003 - ], - [ - -121.86844063799998, - 37.23186248300004 - ], - [ - -121.868518828, - 37.23190086100004 - ], - [ - -121.868536716, - 37.23190963900004 - ], - [ - -121.868628463, - 37.23196202200006 - ], - [ - -121.86871543399997, - 37.23201937500005 - ], - [ - -121.86879721099996, - 37.23208142200008 - ], - [ - -121.86887339699996, - 37.23214786300008 - ], - [ - -121.86846058999998, - 37.23193932600003 - ], - [ - -121.86845965899994, - 37.231939940000075 - ], - [ - -121.86823181699998, - 37.23204631800007 - ], - [ - -121.86802608599999, - 37.23214238800006 - ], - [ - -121.86788829899996, - 37.23220779300004 - ], - [ - -121.86777313899995, - 37.23226290700006 - ], - [ - -121.86765655099998, - 37.232318220000025 - ], - [ - -121.86753853399995, - 37.23237368900004 - ], - [ - -121.86743098499994, - 37.23241761100007 - ], - [ - -121.86735483599995, - 37.23242694700008 - ], - [ - -121.86727871499994, - 37.23243630500008 - ], - [ - -121.86712069099997, - 37.23245568200008 - ], - [ - -121.86710373899996, - 37.232457760000045 - ], - [ - -121.86692879099996, - 37.232479237000064 - ], - [ - -121.86675381599997, - 37.23250069200003 - ], - [ - -121.86670165899994, - 37.23250709200005 - ], - [ - -121.86632593499996, - 37.23255279500006 - ], - [ - -121.86626949099997, - 37.23255958800007 - ], - [ - -121.86621302099996, - 37.23256640500006 - ], - [ - -121.86615654899998, - 37.23257319800007 - ], - [ - -121.86610062199998, - 37.232583144000046 - ], - [ - -121.86603006999997, - 37.23259799900006 - ], - [ - -121.86595951899994, - 37.232612877000065 - ], - [ - -121.86588893799996, - 37.232627756000056 - ], - [ - -121.86581841399999, - 37.23264261000003 - ], - [ - -121.86574352799994, - 37.23265838400005 - ], - [ - -121.86566869899997, - 37.232674160000045 - ], - [ - -121.86559381199999, - 37.23268991200007 - ], - [ - -121.86551898299996, - 37.23270570900007 - ], - [ - -121.865446094, - 37.23272111700004 - ], - [ - -121.86537320399998, - 37.23273657100003 - ], - [ - -121.865300317, - 37.232752048000066 - ], - [ - -121.86521148599996, - 37.23277084600005 - ], - [ - -121.86520156199998, - 37.23277295400004 - ], - [ - -121.86516913899999, - 37.23277983300005 - ], - [ - -121.86515222699995, - 37.23278339500007 - ], - [ - -121.86512262999997, - 37.23278980500004 - ], - [ - -121.86510292599996, - 37.232794064000075 - ], - [ - -121.86503392199995, - 37.23280901500004 - ], - [ - -121.86500435199997, - 37.23281542600006 - ], - [ - -121.86485671899999, - 37.232848140000044 - ], - [ - -121.864720047, - 37.23287765900005 - ], - [ - -121.86458334799994, - 37.23290715600007 - ], - [ - -121.86444661699994, - 37.232936652000035 - ], - [ - -121.86442102299998, - 37.23294127200006 - ], - [ - -121.86441337599996, - 37.23294264800006 - ], - [ - -121.86439540599997, - 37.23294773300006 - ], - [ - -121.864313026, - 37.23296549500003 - ], - [ - -121.86423067499999, - 37.23298325600007 - ], - [ - -121.86414832399998, - 37.23300104000003 - ], - [ - -121.86406591499997, - 37.233018824000055 - ], - [ - -121.86401512299994, - 37.23303099800006 - ], - [ - -121.86398949099998, - 37.23303978900003 - ], - [ - -121.86396382899994, - 37.233048534000034 - ], - [ - -121.86393816699996, - 37.233057303000066 - ], - [ - -121.86391665699995, - 37.233064512000055 - ], - [ - -121.86389579299998, - 37.233072744000026 - ], - [ - -121.863875523, - 37.23308195200008 - ], - [ - -121.86385554799995, - 37.233090196000035 - ], - [ - -121.86384469799998, - 37.23309336800003 - ], - [ - -121.86377091699995, - 37.23312423600004 - ], - [ - -121.86365515999995, - 37.23317356100006 - ], - [ - -121.86358628, - 37.23320171800003 - ], - [ - -121.86352915699996, - 37.23322460900005 - ], - [ - -121.86351082599998, - 37.23323194100004 - ], - [ - -121.863492496, - 37.23323927400003 - ], - [ - -121.86347416499996, - 37.233246629000064 - ], - [ - -121.86345083199996, - 37.233262213000046 - ], - [ - -121.863406968, - 37.23329644200004 - ], - [ - -121.86336307699997, - 37.23333071600007 - ], - [ - -121.86331921299995, - 37.23336492000004 - ], - [ - -121.86325215, - 37.23341729400005 - ], - [ - -121.86316147999997, - 37.23350331700004 - ], - [ - -121.86316175399998, - 37.23352780600004 - ], - [ - -121.863167794, - 37.233556074000035 - ], - [ - -121.86317481099996, - 37.23368039800005 - ], - [ - -121.86318486999994, - 37.233847583000056 - ], - [ - -121.86319002099998, - 37.23392633100008 - ], - [ - -121.86319503599998, - 37.23400322800006 - ], - [ - -121.86320240299995, - 37.234120086000075 - ], - [ - -121.86322029999997, - 37.234385925000026 - ], - [ - -121.86345900999999, - 37.23444790000008 - ], - [ - -121.86357038399996, - 37.23447684000007 - ], - [ - -121.86378039999994, - 37.23440164900006 - ], - [ - -121.86378557599994, - 37.23439978000005 - ], - [ - -121.864030276, - 37.23431283100007 - ], - [ - -121.86423706, - 37.23423937200005 - ], - [ - -121.86427836099995, - 37.23422167700005 - ], - [ - -121.86431298599996, - 37.23420680700008 - ], - [ - -121.86442654299998, - 37.23416707400003 - ], - [ - -121.86453108999996, - 37.23416697700003 - ], - [ - -121.86480247599997, - 37.234166766000044 - ], - [ - -121.864813218, - 37.23416879100006 - ], - [ - -121.86490439599999, - 37.23418594900005 - ], - [ - -121.86499667599998, - 37.23420236000004 - ], - [ - -121.86511963099997, - 37.23423219400007 - ], - [ - -121.86514881099998, - 37.234240459000034 - ], - [ - -121.86523822299995, - 37.23425663000006 - ], - [ - -121.86537129399994, - 37.23428064600006 - ], - [ - -121.86544504299997, - 37.23429342700007 - ], - [ - -121.86550625799998, - 37.234306470000035 - ], - [ - -121.86557030399996, - 37.23431941100006 - ], - [ - -121.86563486499995, - 37.234330697000075 - ], - [ - -121.865699856, - 37.23434035400004 - ], - [ - -121.86574225699997, - 37.23434533000005 - ], - [ - -121.86576363399996, - 37.234347469000056 - ], - [ - -121.86581292499994, - 37.23435240200007 - ], - [ - -121.86588138399998, - 37.234359202000064 - ], - [ - -121.86604081299998, - 37.23437503500003 - ], - [ - -121.86689921199996, - 37.23445483300003 - ], - [ - -121.86704515599996, - 37.23447059200004 - ], - [ - -121.86737284999998, - 37.23450460200007 - ], - [ - -121.86755823699997, - 37.234523059000026 - ], - [ - -121.86770964099998, - 37.234536717000026 - ], - [ - -121.86777427699997, - 37.23454115800007 - ], - [ - -121.86790033099999, - 37.23455236500007 - ], - [ - -121.86802491999998, - 37.23457128200005 - ], - [ - -121.86814733099999, - 37.234597800000074 - ], - [ - -121.86818773199997, - 37.23460918400008 - ], - [ - -121.86822786, - 37.234621212000036 - ], - [ - -121.86826768299994, - 37.23463386200007 - ], - [ - -121.8683213, - 37.23465090700006 - ], - [ - -121.86837591899996, - 37.23466954100007 - ], - [ - -121.86844137299994, - 37.234692032000055 - ], - [ - -121.86869512199996, - 37.23477927400006 - ], - [ - -121.86869886199997, - 37.234781886000064 - ], - [ - -121.86876478299996, - 37.234809566000024 - ], - [ - -121.86890837699997, - 37.23488761200008 - ], - [ - -121.86910001899997, - 37.23500217700007 - ], - [ - -121.869628606, - 37.235318189000054 - ], - [ - -121.86976675999995, - 37.23540076000006 - ], - [ - -121.86987845699997, - 37.235467527000026 - ], - [ - -121.86995506499994, - 37.235628415000065 - ], - [ - -121.86998126599997, - 37.23568670700007 - ], - [ - -121.87014828899999, - 37.23629668700005 - ], - [ - -121.87022680999996, - 37.236576168000056 - ], - [ - -121.87029443799997, - 37.23687051600007 - ], - [ - -121.870326461, - 37.237005811000074 - ], - [ - -121.87035685299998, - 37.23710360600006 - ], - [ - -121.87029580899997, - 37.23713911200008 - ], - [ - -121.87026136299994, - 37.23715917800007 - ], - [ - -121.87017223199996, - 37.237221109000075 - ], - [ - -121.870171186, - 37.23722189800003 - ], - [ - -121.87008923399998, - 37.237289788000055 - ], - [ - -121.87001392699995, - 37.237364100000036 - ], - [ - -121.868490163, - 37.23742072400006 - ], - [ - -121.86587461, - 37.23748217800005 - ], - [ - -121.86565819099997, - 37.237520664000044 - ], - [ - -121.86534991899998, - 37.237530235000065 - ], - [ - -121.86382885399996, - 37.23753260900003 - ], - [ - -121.86358755499998, - 37.23746116600006 - ], - [ - -121.86314331199998, - 37.23732547700007 - ], - [ - -121.86241925699994, - 37.23915524600005 - ] - ], - [ - [ - -121.75193057099995, - 37.225564130000066 - ], - [ - -121.75193788799999, - 37.22556924200006 - ], - [ - -121.75327253199998, - 37.226501824000024 - ], - [ - -121.75352168799998, - 37.22667591800007 - ], - [ - -121.75350897899995, - 37.226674080000066 - ], - [ - -121.75206304799997, - 37.226464984000074 - ], - [ - -121.75171251999996, - 37.22622987300008 - ], - [ - -121.75152137899994, - 37.22610167200003 - ], - [ - -121.75151894599998, - 37.22610004500007 - ], - [ - -121.75131560099999, - 37.22596451900006 - ], - [ - -121.75121873999996, - 37.22590817100007 - ], - [ - -121.75115031399997, - 37.22585419700005 - ], - [ - -121.75108660999996, - 37.225784814000065 - ], - [ - -121.75109471399998, - 37.225572724000074 - ], - [ - -121.751084543, - 37.225394136000034 - ], - [ - -121.75110328799997, - 37.225263718000065 - ], - [ - -121.75116671999996, - 37.225121768000065 - ], - [ - -121.75123086499997, - 37.22501212800006 - ], - [ - -121.74996006599997, - 37.22425822800005 - ], - [ - -121.74923294699994, - 37.22423756400008 - ], - [ - -121.74916995099994, - 37.22421555300008 - ], - [ - -121.74891972799998, - 37.22412824500003 - ], - [ - -121.74874087199998, - 37.22405164400004 - ], - [ - -121.74845477199995, - 37.22381419800007 - ], - [ - -121.74781132199996, - 37.22328020900005 - ], - [ - -121.74696547899998, - 37.22261330200007 - ], - [ - -121.74693431099996, - 37.22258412900004 - ], - [ - -121.74690336599997, - 37.22255477200008 - ], - [ - -121.74687267799999, - 37.222525251000036 - ], - [ - -121.74684227299997, - 37.22249556700007 - ], - [ - -121.74681209399995, - 37.22246572000006 - ], - [ - -121.74678216899997, - 37.222435665000035 - ], - [ - -121.74675252799994, - 37.22240551400006 - ], - [ - -121.746724745, - 37.222376833000055 - ], - [ - -121.74665505399997, - 37.222308404000046 - ], - [ - -121.74658727699995, - 37.22224144200004 - ], - [ - -121.74650750099994, - 37.222162110000056 - ], - [ - -121.74736019099998, - 37.22185631000008 - ], - [ - -121.74800935599995, - 37.22162349300004 - ], - [ - -121.74813925899997, - 37.22148877600006 - ], - [ - -121.74817779799997, - 37.22112756000007 - ], - [ - -121.74810713999995, - 37.22096163300006 - ], - [ - -121.74795858399995, - 37.220612782000046 - ], - [ - -121.74764014399994, - 37.220242348000056 - ], - [ - -121.74749077299998, - 37.22002461400007 - ], - [ - -121.747332068, - 37.21961608300006 - ], - [ - -121.74730508799996, - 37.21940205800007 - ], - [ - -121.74729621799997, - 37.21933183600004 - ], - [ - -121.74728796999995, - 37.21926623100006 - ], - [ - -121.74728518999996, - 37.21923336900005 - ], - [ - -121.74725043899997, - 37.218822601000056 - ], - [ - -121.74696802299997, - 37.218392521000055 - ], - [ - -121.74695317099997, - 37.21837896900007 - ], - [ - -121.74660978599996, - 37.218065128000035 - ], - [ - -121.74600367799997, - 37.21768669900007 - ], - [ - -121.74566645399995, - 37.217476161000036 - ], - [ - -121.74545710999996, - 37.21728785800008 - ], - [ - -121.74530293199996, - 37.21703339000004 - ], - [ - -121.74528664299999, - 37.216852577000054 - ], - [ - -121.74530208599998, - 37.21680709100008 - ], - [ - -121.74521242299994, - 37.216729902000054 - ], - [ - -121.74532285099997, - 37.21653448700005 - ], - [ - -121.74609782799996, - 37.21559569200008 - ], - [ - -121.746825216, - 37.214881784000056 - ], - [ - -121.74709819199995, - 37.21504844000003 - ], - [ - -121.74774559199994, - 37.21479565900006 - ], - [ - -121.74863245699999, - 37.21468580700008 - ], - [ - -121.74960524999995, - 37.21442597300006 - ], - [ - -121.75029569799995, - 37.21433866700005 - ], - [ - -121.75045191699996, - 37.21431552800004 - ], - [ - -121.75086011399998, - 37.214257100000054 - ], - [ - -121.75111162499996, - 37.214228157000036 - ], - [ - -121.751490806, - 37.21427793700008 - ], - [ - -121.75297674299998, - 37.215324972000076 - ], - [ - -121.75482421799995, - 37.21627428700003 - ], - [ - -121.75514911399995, - 37.21645663000004 - ], - [ - -121.75666751099999, - 37.21724756800006 - ], - [ - -121.75671677599996, - 37.21733643300007 - ], - [ - -121.75672034899998, - 37.21733843800007 - ], - [ - -121.75675666999996, - 37.21740839100005 - ], - [ - -121.75680279599999, - 37.217491593000034 - ], - [ - -121.75730891199998, - 37.21774006900006 - ], - [ - -121.75789961199996, - 37.21756605500008 - ], - [ - -121.7581782399999, - 37.217715250000026 - ], - [ - -121.75841416199995, - 37.21784158200006 - ], - [ - -121.75840205599997, - 37.21784829500007 - ], - [ - -121.75716283899999, - 37.21853547400008 - ], - [ - -121.75635955699994, - 37.21971550400008 - ], - [ - -121.75565303399998, - 37.22071726400003 - ], - [ - -121.75506511099996, - 37.22148282400008 - ], - [ - -121.75423287499996, - 37.22256648300004 - ], - [ - -121.75193057099995, - 37.225564130000066 - ] - ], - [ - [ - -121.73896864999995, - 37.215061168000034 - ], - [ - -121.73916979199998, - 37.21523416500003 - ], - [ - -121.739238603, - 37.215293452000026 - ], - [ - -121.73934965799998, - 37.21538914400003 - ], - [ - -121.73962980799996, - 37.21563052000005 - ], - [ - -121.74063986599998, - 37.21650084700008 - ], - [ - -121.74240774099997, - 37.218023139000024 - ], - [ - -121.74243468599997, - 37.21804633700003 - ], - [ - -121.74215620499996, - 37.21822737200006 - ], - [ - -121.74206792999996, - 37.21814925000007 - ], - [ - -121.74168139699998, - 37.217877970000075 - ], - [ - -121.74103698, - 37.21758866500005 - ], - [ - -121.74088268199995, - 37.21751588800004 - ], - [ - -121.74070196199995, - 37.217430688000036 - ], - [ - -121.74066330399995, - 37.21739495500003 - ], - [ - -121.74065176899995, - 37.21738459300008 - ], - [ - -121.74060076499995, - 37.21733779900006 - ], - [ - -121.74047704999998, - 37.217428795000046 - ], - [ - -121.74036180399997, - 37.21751356000004 - ], - [ - -121.74013098699999, - 37.217669525000076 - ], - [ - -121.73986444899998, - 37.217849605000026 - ], - [ - -121.73934322999997, - 37.21739303700008 - ], - [ - -121.73932746599996, - 37.21740364100003 - ], - [ - -121.73923042599995, - 37.21731112000003 - ], - [ - -121.73911281099998, - 37.21727233200005 - ], - [ - -121.73804657699998, - 37.216334421000056 - ], - [ - -121.73793362899994, - 37.216235039000026 - ], - [ - -121.73788643499995, - 37.216193513000064 - ], - [ - -121.73786093099994, - 37.21617084900004 - ], - [ - -121.737708995, - 37.21628214100008 - ], - [ - -121.73751918799996, - 37.21611263900007 - ], - [ - -121.737397763, - 37.21600416900003 - ], - [ - -121.73723198099998, - 37.215856134000035 - ], - [ - -121.73697605499996, - 37.21562552900008 - ], - [ - -121.73766639499996, - 37.21513048000003 - ], - [ - -121.73780007499994, - 37.21503706300007 - ], - [ - -121.73795900099998, - 37.21492600400006 - ], - [ - -121.73794359199997, - 37.21491161000006 - ], - [ - -121.73735545399995, - 37.214362582000035 - ], - [ - -121.73757863699996, - 37.214195120000056 - ], - [ - -121.73778414699996, - 37.214042472000074 - ], - [ - -121.73841174199998, - 37.21458222200005 - ], - [ - -121.738476978, - 37.21463832000006 - ], - [ - -121.73884464999998, - 37.21495453500006 - ], - [ - -121.73896864999995, - 37.215061168000034 - ] - ], - [ - [ - -121.81955535099996, - 37.366269714000055 - ], - [ - -121.81934732599996, - 37.36607843200005 - ], - [ - -121.81947818599997, - 37.365989339000066 - ], - [ - -121.81980982399995, - 37.36629965000003 - ], - [ - -121.81967890599998, - 37.366388768000036 - ], - [ - -121.81955535099996, - 37.366269714000055 - ] - ], - [ - [ - -121.81965129399998, - 37.36595571200007 - ], - [ - -121.81959867699999, - 37.36590734300006 - ], - [ - -121.81974914499995, - 37.36580488900006 - ], - [ - -121.81988341599998, - 37.36571891600005 - ], - [ - -121.82021164199995, - 37.36602610500006 - ], - [ - -121.82008072699995, - 37.36611524600005 - ], - [ - -121.81993025599996, - 37.366217677000066 - ], - [ - -121.81965129399998, - 37.36595571200007 - ] - ], - [ - [ - -121.83302497799997, - 37.40357049200003 - ], - [ - -121.83332976699995, - 37.40342204700005 - ], - [ - -121.83353772099997, - 37.403301138000074 - ], - [ - -121.83375932399997, - 37.403215095000064 - ], - [ - -121.83412266499994, - 37.403048768000076 - ], - [ - -121.83462734299997, - 37.40282312700003 - ], - [ - -121.83508818399997, - 37.402613823000024 - ], - [ - -121.83556173299996, - 37.40237736200004 - ], - [ - -121.83619618199998, - 37.40209276200005 - ], - [ - -121.83629120299997, - 37.40204752600005 - ], - [ - -121.83683533399994, - 37.40178578800004 - ], - [ - -121.83704817899996, - 37.40168534900005 - ], - [ - -121.83705008399994, - 37.40168447900004 - ], - [ - -121.83709850699995, - 37.401663144000054 - ], - [ - -121.83727756699994, - 37.401579662000074 - ], - [ - -121.83738951099997, - 37.401529356000026 - ], - [ - -121.83742044, - 37.40151655300008 - ], - [ - -121.83745592799994, - 37.40150181800004 - ], - [ - -121.83763287, - 37.401417055000024 - ], - [ - -121.83764007099995, - 37.40141388300003 - ], - [ - -121.83775603499998, - 37.401375022000025 - ], - [ - -121.83779661699998, - 37.40135805500006 - ], - [ - -121.83781997999995, - 37.40134570400005 - ], - [ - -121.837862342, - 37.40132082000008 - ], - [ - -121.83798621499994, - 37.40126543300005 - ], - [ - -121.83799730199996, - 37.40126127900004 - ], - [ - -121.83808673699997, - 37.40122951800004 - ], - [ - -121.83809617399999, - 37.40122615900003 - ], - [ - -121.83818078499996, - 37.40118616800004 - ], - [ - -121.83835811699998, - 37.40110075800004 - ], - [ - -121.83858133399997, - 37.40099658100007 - ], - [ - -121.83862734099995, - 37.40097497600004 - ], - [ - -121.83874386899998, - 37.401118032000056 - ], - [ - -121.83922148499994, - 37.401651652000055 - ], - [ - -121.83957253899996, - 37.40210959900003 - ], - [ - -121.83975697799997, - 37.402365893000024 - ], - [ - -121.84012563399995, - 37.40286889200007 - ], - [ - -121.83970795199997, - 37.40307298300007 - ], - [ - -121.83961895999994, - 37.403113622000035 - ], - [ - -121.83940409299998, - 37.403210106000074 - ], - [ - -121.83936709099999, - 37.40322671100006 - ], - [ - -121.83923774699997, - 37.403284291000034 - ], - [ - -121.83929337499995, - 37.40336228100006 - ], - [ - -121.83931706799996, - 37.403395498000066 - ], - [ - -121.83957221299994, - 37.40375279700004 - ], - [ - -121.83960335299997, - 37.40379643500006 - ], - [ - -121.839857801, - 37.40414190700005 - ], - [ - -121.84001426199995, - 37.40437054900008 - ], - [ - -121.84017717299997, - 37.40459556800005 - ], - [ - -121.84028255199996, - 37.40473886500007 - ], - [ - -121.840512064, - 37.40506143500005 - ], - [ - -121.84060428099997, - 37.40518913500006 - ], - [ - -121.84067056999999, - 37.40528547400004 - ], - [ - -121.84069581699998, - 37.40532213000006 - ], - [ - -121.84083431399995, - 37.40551355100007 - ], - [ - -121.84091051999997, - 37.40563159100003 - ], - [ - -121.84138575399999, - 37.40541209500003 - ], - [ - -121.84172604399998, - 37.405825022000045 - ], - [ - -121.84170239599996, - 37.40583591400008 - ], - [ - -121.84141894699997, - 37.40596914400004 - ], - [ - -121.841151218, - 37.40609425200006 - ], - [ - -121.84089541999998, - 37.40621734600006 - ], - [ - -121.84048749099998, - 37.406395031000045 - ], - [ - -121.84021116399998, - 37.40651918300006 - ], - [ - -121.83986098999998, - 37.40668244700004 - ], - [ - -121.83943372699997, - 37.40687989700007 - ], - [ - -121.83950010799998, - 37.40700686200006 - ], - [ - -121.83975227699995, - 37.40751251900008 - ], - [ - -121.83982784399996, - 37.40764773400008 - ], - [ - -121.83987212399995, - 37.407740801000045 - ], - [ - -121.84017282499997, - 37.40838417800006 - ], - [ - -121.83938401599994, - 37.408353634000036 - ], - [ - -121.83894486099996, - 37.40803265400007 - ], - [ - -121.83828223699999, - 37.40750812600004 - ], - [ - -121.83821653799998, - 37.407460739000044 - ], - [ - -121.83820410099997, - 37.40747287500005 - ], - [ - -121.83819105599997, - 37.407484606000025 - ], - [ - -121.83816218099997, - 37.407504964000054 - ], - [ - -121.83813131999995, - 37.40752333000006 - ], - [ - -121.83809855499999, - 37.40753958800008 - ], - [ - -121.83806431699998, - 37.407553621000034 - ], - [ - -121.83802868799995, - 37.40756528900005 - ], - [ - -121.837991983, - 37.407574612000076 - ], - [ - -121.83795440199998, - 37.407581426000036 - ], - [ - -121.83791625799995, - 37.40758572900006 - ], - [ - -121.83787778199996, - 37.407587497000065 - ], - [ - -121.83783928999998, - 37.40758667700004 - ], - [ - -121.83779327499997, - 37.40758575900003 - ], - [ - -121.83774730199997, - 37.40758378800007 - ], - [ - -121.83770142399999, - 37.40758078600004 - ], - [ - -121.83754147599996, - 37.40756109400007 - ], - [ - -121.83736848199999, - 37.407537201000025 - ], - [ - -121.83719154999994, - 37.40751449800007 - ], - [ - -121.837102373, - 37.407506633000025 - ], - [ - -121.83701265399998, - 37.407503879000046 - ], - [ - -121.83692297099998, - 37.40750627400007 - ], - [ - -121.83680532199998, - 37.407512422000025 - ], - [ - -121.83670330499996, - 37.40751504900004 - ], - [ - -121.83666577699995, - 37.40751527100008 - ], - [ - -121.83662834599994, - 37.40751290400004 - ], - [ - -121.83659132799994, - 37.407507947000056 - ], - [ - -121.83655501199996, - 37.407500464000066 - ], - [ - -121.836519625, - 37.40749047500003 - ], - [ - -121.83648542999998, - 37.407478093000066 - ], - [ - -121.83638229899998, - 37.407434565000074 - ], - [ - -121.83626610399995, - 37.40737935100003 - ], - [ - -121.83611709499996, - 37.40730539800006 - ], - [ - -121.83601550099996, - 37.40725631300006 - ], - [ - -121.83591685799996, - 37.40720866000004 - ], - [ - -121.83579044399994, - 37.40715305900005 - ], - [ - -121.835755528, - 37.40713576200005 - ], - [ - -121.835718908, - 37.407120865000024 - ], - [ - -121.83568083899996, - 37.407108504000064 - ], - [ - -121.83564161299995, - 37.40709874300006 - ], - [ - -121.83560145699994, - 37.407091646000026 - ], - [ - -121.83556071999999, - 37.40708728000004 - ], - [ - -121.83551971699995, - 37.40708566400008 - ], - [ - -121.83547859099997, - 37.40708681900003 - ], - [ - -121.83543777199998, - 37.40709074000006 - ], - [ - -121.83540474699998, - 37.407098853000036 - ], - [ - -121.83537270999994, - 37.40710919600008 - ], - [ - -121.83534191399997, - 37.40712170200004 - ], - [ - -121.83531256299995, - 37.40713627300005 - ], - [ - -121.83528488199994, - 37.40715277000004 - ], - [ - -121.83525907099994, - 37.40717112400006 - ], - [ - -121.83523535399996, - 37.40719117200007 - ], - [ - -121.83521384799997, - 37.40721274800006 - ], - [ - -121.835194748, - 37.40723576500005 - ], - [ - -121.83517822299996, - 37.40725996400005 - ], - [ - -121.83516432799996, - 37.407285209000065 - ], - [ - -121.835138686, - 37.40733558200003 - ], - [ - -121.83510639599996, - 37.40741361400006 - ], - [ - -121.83509487999999, - 37.40744116600007 - ], - [ - -121.83501742799996, - 37.407435158000055 - ], - [ - -121.83468215899995, - 37.407327090000024 - ], - [ - -121.83462971699998, - 37.40730999300007 - ], - [ - -121.83460141299997, - 37.40728845500007 - ], - [ - -121.83459750099996, - 37.40724308700004 - ], - [ - -121.83466853899995, - 37.40708374600007 - ], - [ - -121.83493791199999, - 37.40650420900005 - ], - [ - -121.83520620699994, - 37.40665884100008 - ], - [ - -121.83554394799995, - 37.40685067900006 - ], - [ - -121.83559285099994, - 37.40705166400005 - ], - [ - -121.83565684699994, - 37.40706338800004 - ], - [ - -121.83571931699998, - 37.40707959100007 - ], - [ - -121.83577976699996, - 37.40710007600006 - ], - [ - -121.83618730199998, - 37.40729223900007 - ], - [ - -121.83606158299995, - 37.407023964000075 - ], - [ - -121.83592233399997, - 37.40671777700004 - ], - [ - -121.83585223399996, - 37.40654122800004 - ], - [ - -121.835808666, - 37.406378705000066 - ], - [ - -121.8357883, - 37.406316494000066 - ], - [ - -121.83578175499997, - 37.40630194200003 - ], - [ - -121.83565485599996, - 37.40601875600004 - ], - [ - -121.83578092099998, - 37.406001985000046 - ], - [ - -121.836165817, - 37.40595406500006 - ], - [ - -121.83661352299998, - 37.40590618500005 - ], - [ - -121.83666403299998, - 37.40590036800006 - ], - [ - -121.836995587, - 37.40586202600008 - ], - [ - -121.83719542299997, - 37.40583894100007 - ], - [ - -121.83770561699998, - 37.40577166600008 - ], - [ - -121.83811419799997, - 37.405721318000076 - ], - [ - -121.83816253199996, - 37.40570621000006 - ], - [ - -121.83836246499999, - 37.405643707000024 - ], - [ - -121.838592797, - 37.40557392000005 - ], - [ - -121.83866242799996, - 37.405549646000054 - ], - [ - -121.83861352899999, - 37.405496363000054 - ], - [ - -121.83859102799994, - 37.405473639000036 - ], - [ - -121.83856810199995, - 37.40545119400008 - ], - [ - -121.838544749, - 37.405429051000056 - ], - [ - -121.83848842699996, - 37.40537315700004 - ], - [ - -121.83843228099994, - 37.405317557000046 - ], - [ - -121.83837680199997, - 37.40526222700004 - ], - [ - -121.83832343999995, - 37.405206527000075 - ], - [ - -121.83827177999996, - 37.40514989300004 - ], - [ - -121.83822177099995, - 37.405092369000045 - ], - [ - -121.83820645999998, - 37.40507402000003 - ], - [ - -121.83819153699994, - 37.40505613700003 - ], - [ - -121.83815762799998, - 37.405014728000026 - ], - [ - -121.83812866599999, - 37.40497099600003 - ], - [ - -121.83811802599996, - 37.40495049400005 - ], - [ - -121.838116808, - 37.40494814900006 - ], - [ - -121.83806239199998, - 37.40496010100003 - ], - [ - -121.83742112299996, - 37.405090925000025 - ], - [ - -121.83712220899997, - 37.40514272100006 - ], - [ - -121.83696897599998, - 37.40516928100004 - ], - [ - -121.83677415399995, - 37.40520304200004 - ], - [ - -121.83629822499995, - 37.40527537100007 - ], - [ - -121.836186248, - 37.404819176000046 - ], - [ - -121.83640819099998, - 37.40457095200003 - ], - [ - -121.83639909399994, - 37.40457085000003 - ], - [ - -121.83638998999999, - 37.40457042700007 - ], - [ - -121.83638096799996, - 37.40456966000005 - ], - [ - -121.83637190999997, - 37.40456855000008 - ], - [ - -121.83636301799999, - 37.40456714100003 - ], - [ - -121.83635414899999, - 37.40456538800004 - ], - [ - -121.83634544599994, - 37.40456331200005 - ], - [ - -121.83633679599996, - 37.40456089400004 - ], - [ - -121.83632836799995, - 37.40455819600004 - ], - [ - -121.83632005099997, - 37.40455515600007 - ], - [ - -121.83631681499998, - 37.40455391000006 - ], - [ - -121.83631363499995, - 37.40455259700008 - ], - [ - -121.83631045399994, - 37.40455123700008 - ], - [ - -121.83624781499998, - 37.40452539700004 - ], - [ - -121.836222035, - 37.40451335400007 - ], - [ - -121.83619760199997, - 37.40449962400004 - ], - [ - -121.83617471599996, - 37.40448429700007 - ], - [ - -121.83615355599994, - 37.404467485000055 - ], - [ - -121.83568152699996, - 37.404606742000055 - ], - [ - -121.83541931299999, - 37.404660198000045 - ], - [ - -121.83520064299995, - 37.40466653300007 - ], - [ - -121.83513767899996, - 37.40468350100008 - ], - [ - -121.83505289099998, - 37.40476531200005 - ], - [ - -121.83497598799994, - 37.404787406000025 - ], - [ - -121.83486085899995, - 37.40472730400006 - ], - [ - -121.83480001399994, - 37.40478261000004 - ], - [ - -121.834809996, - 37.40494606500005 - ], - [ - -121.83459665499998, - 37.40496964300007 - ], - [ - -121.83459285199996, - 37.40499923500005 - ], - [ - -121.834571843, - 37.40516265400004 - ], - [ - -121.83433930399997, - 37.40541413100004 - ], - [ - -121.83397205799997, - 37.405566426000064 - ], - [ - -121.83376782299996, - 37.40525987800004 - ], - [ - -121.83334027599994, - 37.404612937000024 - ], - [ - -121.83328563099997, - 37.404604059000064 - ], - [ - -121.83323247799996, - 37.40450530000004 - ], - [ - -121.83321500599999, - 37.404498974000035 - ], - [ - -121.83319825999996, - 37.40449149600005 - ], - [ - -121.83318235399997, - 37.40448293400004 - ], - [ - -121.83316737799998, - 37.40447335300007 - ], - [ - -121.83315347399997, - 37.40446280000003 - ], - [ - -121.83314073199995, - 37.40445138500007 - ], - [ - -121.83312920599997, - 37.404439110000055 - ], - [ - -121.83311901899998, - 37.404426132000026 - ], - [ - -121.83291091499996, - 37.404148329000066 - ], - [ - -121.83323334599999, - 37.40398677400003 - ], - [ - -121.83326997199998, - 37.40397780300003 - ], - [ - -121.83330656499999, - 37.40396884300003 - ], - [ - -121.83302497799997, - 37.40357049200003 - ] - ], - [ - [ - -121.84255438799994, - 37.409971391000056 - ], - [ - -121.84352425799995, - 37.409946553000054 - ], - [ - -121.84383018099999, - 37.40962165800005 - ], - [ - -121.84387565499998, - 37.40964047800003 - ], - [ - -121.844015303, - 37.40969722400007 - ], - [ - -121.84411428299995, - 37.40972822700007 - ], - [ - -121.84417666999997, - 37.40973964300008 - ], - [ - -121.84420029899997, - 37.409741937000035 - ], - [ - -121.84421967099996, - 37.40974379700003 - ], - [ - -121.84427629599998, - 37.40974742900005 - ], - [ - -121.84455328099995, - 37.40975032000006 - ], - [ - -121.84466938799994, - 37.40975716100007 - ], - [ - -121.84485345999997, - 37.40976796000007 - ], - [ - -121.84497069199995, - 37.409768746000054 - ], - [ - -121.84501952999995, - 37.40977354100005 - ], - [ - -121.84506676899997, - 37.409775472000035 - ], - [ - -121.84524211999997, - 37.40979916600003 - ], - [ - -121.84528037899997, - 37.40980071200005 - ], - [ - -121.84535775799998, - 37.40980383800007 - ], - [ - -121.84559955599997, - 37.40981262400004 - ], - [ - -121.84578458199996, - 37.41034918300005 - ], - [ - -121.845922353, - 37.41050540300006 - ], - [ - -121.84600697499997, - 37.410604093000074 - ], - [ - -121.84643949999997, - 37.411138820000076 - ], - [ - -121.84645916599999, - 37.41116320000003 - ], - [ - -121.84650044099999, - 37.41121953100003 - ], - [ - -121.84641980999999, - 37.41123396800003 - ], - [ - -121.846119166, - 37.41129269600003 - ], - [ - -121.84605230399995, - 37.411303718000056 - ], - [ - -121.84598705199994, - 37.41131975700006 - ], - [ - -121.84592404199998, - 37.411340737000046 - ], - [ - -121.84586381399998, - 37.411366402000056 - ], - [ - -121.845815486, - 37.411399549000066 - ], - [ - -121.84577132499999, - 37.41143624400007 - ], - [ - -121.84573172599994, - 37.41147606900006 - ], - [ - -121.84569705599995, - 37.41151872000006 - ], - [ - -121.84566762499998, - 37.411563830000034 - ], - [ - -121.84565418499994, - 37.411598250000054 - ], - [ - -121.84564443199997, - 37.411633452000046 - ], - [ - -121.84563850399996, - 37.411669181000036 - ], - [ - -121.84563633999994, - 37.41170518800004 - ], - [ - -121.84563799399996, - 37.41174119800007 - ], - [ - -121.84564345999996, - 37.411777003000054 - ], - [ - -121.84565109299996, - 37.411827936000066 - ], - [ - -121.84565998799997, - 37.41187880900003 - ], - [ - -121.84567016999995, - 37.411929462000046 - ], - [ - -121.84569048599997, - 37.412039305000064 - ], - [ - -121.84570950399996, - 37.412145476000035 - ], - [ - -121.84571829499998, - 37.41220495700003 - ], - [ - -121.84572925499998, - 37.41231310000006 - ], - [ - -121.84574225799997, - 37.41240560600005 - ], - [ - -121.84575206899996, - 37.41244527600003 - ], - [ - -121.84576608499998, - 37.41248414100005 - ], - [ - -121.84578421299994, - 37.412521930000025 - ], - [ - -121.84580627799994, - 37.412558370000056 - ], - [ - -121.84584106699998, - 37.41259560000003 - ], - [ - -121.84575498199996, - 37.41261483100004 - ], - [ - -121.84502681899994, - 37.41278654400003 - ], - [ - -121.844900484, - 37.41282232700007 - ], - [ - -121.84480473299999, - 37.41284507800003 - ], - [ - -121.84442356899996, - 37.41291857300007 - ], - [ - -121.84366518599995, - 37.41309852100005 - ], - [ - -121.84357963399998, - 37.41309959200004 - ], - [ - -121.84349332999994, - 37.41310683000006 - ], - [ - -121.843407314, - 37.413120312000046 - ], - [ - -121.84332264099999, - 37.41314002800004 - ], - [ - -121.84324040399997, - 37.41316587400007 - ], - [ - -121.84316154299995, - 37.413197471000046 - ], - [ - -121.84308710799996, - 37.41323437500006 - ], - [ - -121.84301778099996, - 37.41327600400007 - ], - [ - -121.84295168299997, - 37.41332485100003 - ], - [ - -121.84250067599999, - 37.412612152000065 - ], - [ - -121.84096395599994, - 37.41022275700004 - ], - [ - -121.84111895599995, - 37.41024137900007 - ], - [ - -121.84113304399995, - 37.41024130900007 - ], - [ - -121.84255438799994, - 37.409971391000056 - ] - ], - [ - [ - -121.84314869599996, - 37.415378006000026 - ], - [ - -121.843214763, - 37.415360838000026 - ], - [ - -121.84327626399994, - 37.41533394800007 - ], - [ - -121.843331703, - 37.41529707900003 - ], - [ - -121.84337740599995, - 37.415251830000045 - ], - [ - -121.84341083799995, - 37.415200793000054 - ], - [ - -121.84343070699998, - 37.41514716300003 - ], - [ - -121.84343741199996, - 37.415094028000055 - ], - [ - -121.84343266399998, - 37.415043886000035 - ], - [ - -121.84339840499996, - 37.41479702500004 - ], - [ - -121.84339047399999, - 37.414730990000066 - ], - [ - -121.84337869799998, - 37.41466511100003 - ], - [ - -121.84336317099996, - 37.414599527000064 - ], - [ - -121.84334389299994, - 37.41453448900006 - ], - [ - -121.84332089599997, - 37.41447015800003 - ], - [ - -121.84329424499998, - 37.414406808000024 - ], - [ - -121.84326402599999, - 37.414344551000056 - ], - [ - -121.84323041699997, - 37.41428363800003 - ], - [ - -121.84319350499999, - 37.41422420400005 - ], - [ - -121.843112825, - 37.414092598000025 - ], - [ - -121.84303718799998, - 37.413959125000076 - ], - [ - -121.84296663099997, - 37.41382387700003 - ], - [ - -121.84295033099994, - 37.41377920100007 - ], - [ - -121.84293877899995, - 37.41373362200005 - ], - [ - -121.84293197799997, - 37.41368741700006 - ], - [ - -121.84293005099994, - 37.41364092800006 - ], - [ - -121.84293297599999, - 37.413594497000076 - ], - [ - -121.84294072499995, - 37.413548355000046 - ], - [ - -121.84295325099998, - 37.41350291400005 - ], - [ - -121.84297047399997, - 37.413458494000054 - ], - [ - -121.84297532999994, - 37.413447725000026 - ], - [ - -121.84298125499998, - 37.41343733400004 - ], - [ - -121.84298824999996, - 37.413427366000064 - ], - [ - -121.84299625699998, - 37.41341789000006 - ], - [ - -121.84300522399997, - 37.41340899800008 - ], - [ - -121.84301505999997, - 37.41340071400003 - ], - [ - -121.84302582899994, - 37.41339312800005 - ], - [ - -121.843037241, - 37.41338622200004 - ], - [ - -121.84343398299995, - 37.414005831000054 - ], - [ - -121.84363093999997, - 37.41431423200004 - ], - [ - -121.84395078299997, - 37.41481418400008 - ], - [ - -121.84431356399995, - 37.415381214000035 - ], - [ - -121.84431879099998, - 37.415389394000044 - ], - [ - -121.84449308899997, - 37.41533642100006 - ], - [ - -121.84489382699996, - 37.415214588000026 - ], - [ - -121.84491743099994, - 37.41520742700004 - ], - [ - -121.84519711499996, - 37.41518375800007 - ], - [ - -121.84522975699997, - 37.41515424500005 - ], - [ - -121.845507463, - 37.41491740400005 - ], - [ - -121.84568110299995, - 37.41491234500006 - ], - [ - -121.84587203599995, - 37.41490674500005 - ], - [ - -121.84611465399996, - 37.414899658000024 - ], - [ - -121.84638432699995, - 37.41467904500007 - ], - [ - -121.84658372499996, - 37.414668653000035 - ], - [ - -121.84685499899996, - 37.414654529000074 - ], - [ - -121.84705385299998, - 37.41464418900006 - ], - [ - -121.84709900799999, - 37.41464183900007 - ], - [ - -121.84720852599997, - 37.41463611800003 - ], - [ - -121.84721260299995, - 37.41463630000004 - ], - [ - -121.84732419299996, - 37.41464035200005 - ], - [ - -121.84748241499994, - 37.41464608900003 - ], - [ - -121.84758757099996, - 37.414649894000036 - ], - [ - -121.84763666099997, - 37.414655647000075 - ], - [ - -121.84772379499998, - 37.414665840000055 - ], - [ - -121.84788009199997, - 37.41468409400005 - ], - [ - -121.84790140099994, - 37.41468657400003 - ], - [ - -121.84807182199995, - 37.41479737000003 - ], - [ - -121.84820106399997, - 37.414752372000066 - ], - [ - -121.84828268899997, - 37.41474186600004 - ], - [ - -121.84839425599995, - 37.41479870000006 - ], - [ - -121.84855388799997, - 37.41481574800008 - ], - [ - -121.84868174699994, - 37.414897574000065 - ], - [ - -121.84877927099996, - 37.41499513100007 - ], - [ - -121.849029412, - 37.41510889800003 - ], - [ - -121.84922485799996, - 37.41511010800008 - ], - [ - -121.84950017399996, - 37.41502266300006 - ], - [ - -121.84969382799994, - 37.41497861500005 - ], - [ - -121.84998024099997, - 37.41504467500005 - ], - [ - -121.850012188, - 37.41505779000005 - ], - [ - -121.85009857499995, - 37.41509319000005 - ], - [ - -121.85044184699996, - 37.41517720300004 - ], - [ - -121.85055711499996, - 37.41527038700008 - ], - [ - -121.85067005499997, - 37.41536174400005 - ], - [ - -121.85089508699997, - 37.41543104900006 - ], - [ - -121.851033869, - 37.415473949000045 - ], - [ - -121.85106292899997, - 37.41548293100004 - ], - [ - -121.85109198999999, - 37.41549191100006 - ], - [ - -121.85112429599997, - 37.415477302000056 - ], - [ - -121.85143771699995, - 37.41533573700008 - ], - [ - -121.85194422999996, - 37.41510029700004 - ], - [ - -121.85211730999998, - 37.41501839500006 - ], - [ - -121.85218583899996, - 37.41498686500006 - ], - [ - -121.85220229699996, - 37.41501134900005 - ], - [ - -121.85223460799995, - 37.415055589000076 - ], - [ - -121.85227751199994, - 37.415114309000046 - ], - [ - -121.85236167299996, - 37.41522643600007 - ], - [ - -121.85240961299996, - 37.415293865000024 - ], - [ - -121.852458749, - 37.41536073100008 - ], - [ - -121.85250907999995, - 37.41542703500005 - ], - [ - -121.85255044699994, - 37.41548325500003 - ], - [ - -121.85259137499997, - 37.41554058000003 - ], - [ - -121.85263085699995, - 37.41559725700006 - ], - [ - -121.85264429399996, - 37.41561669600003 - ], - [ - -121.85267028699997, - 37.41565432400006 - ], - [ - -121.85268153799996, - 37.41567026300004 - ], - [ - -121.85272463399997, - 37.41573163600003 - ], - [ - -121.85276726999996, - 37.41579301400003 - ], - [ - -121.85280956999998, - 37.41585474100003 - ], - [ - -121.85285135699996, - 37.415916655000046 - ], - [ - -121.85289969999997, - 37.415987262000044 - ], - [ - -121.852977018, - 37.41610017700003 - ], - [ - -121.85297921299997, - 37.41610399700005 - ], - [ - -121.85308172599997, - 37.41625320000003 - ], - [ - -121.85320162, - 37.41639389200003 - ], - [ - -121.853337867, - 37.41652478200007 - ], - [ - -121.85345286899997, - 37.41660931500007 - ], - [ - -121.85357495499994, - 37.416687241000034 - ], - [ - -121.85370357299996, - 37.41675815600007 - ], - [ - -121.85376872699999, - 37.416793548000044 - ], - [ - -121.85383393799998, - 37.41682893800004 - ], - [ - -121.85389923599996, - 37.41686432700004 - ], - [ - -121.85396540799997, - 37.416898882000055 - ], - [ - -121.85403332299995, - 37.416934608000076 - ], - [ - -121.85409761099999, - 37.41697440200005 - ], - [ - -121.85415786299995, - 37.417018066000026 - ], - [ - -121.85421340399995, - 37.41707881600007 - ], - [ - -121.854250606, - 37.41712357000006 - ], - [ - -121.85429696699998, - 37.41718128900004 - ], - [ - -121.85434111099994, - 37.41724017800004 - ], - [ - -121.85435014599994, - 37.41725252600003 - ], - [ - -121.85440401299996, - 37.41732689000003 - ], - [ - -121.85445830299994, - 37.41740097400003 - ], - [ - -121.85451308199998, - 37.41747496100004 - ], - [ - -121.85456831399995, - 37.41754862400006 - ], - [ - -121.85456901899994, - 37.417549578000035 - ], - [ - -121.85467431099994, - 37.41769343500005 - ], - [ - -121.85477942699998, - 37.417837044000066 - ], - [ - -121.85479178699995, - 37.417853955000055 - ], - [ - -121.85484215899999, - 37.41792233800004 - ], - [ - -121.85489213599999, - 37.41799114000003 - ], - [ - -121.85493171399997, - 37.41805289700005 - ], - [ - -121.854973853, - 37.418113593000044 - ], - [ - -121.85501849899998, - 37.41817311800003 - ], - [ - -121.85504871299997, - 37.418212390000065 - ], - [ - -121.85507796, - 37.41825215500006 - ], - [ - -121.85510621099996, - 37.418292343000076 - ], - [ - -121.85518651299998, - 37.41840634500005 - ], - [ - -121.85523572799997, - 37.41847581800005 - ], - [ - -121.85527199399996, - 37.418524268000056 - ], - [ - -121.85531940899995, - 37.41858941300006 - ], - [ - -121.85535189599995, - 37.41863365000006 - ], - [ - -121.85538856099998, - 37.41868362900004 - ], - [ - -121.85543778899995, - 37.41875063100008 - ], - [ - -121.8554961899999, - 37.41883267800006 - ], - [ - -121.85553473799996, - 37.41889002900007 - ], - [ - -121.85545126999995, - 37.418924024000034 - ], - [ - -121.85544305599996, - 37.418928375000064 - ], - [ - -121.85510866599998, - 37.41910569500004 - ], - [ - -121.85508513099995, - 37.41911816700008 - ], - [ - -121.85477683399995, - 37.41928161100003 - ], - [ - -121.85466944499996, - 37.41933854200005 - ], - [ - -121.85056094699996, - 37.421573962000025 - ], - [ - -121.85054733099997, - 37.421581192000076 - ], - [ - -121.85047447299996, - 37.42161979900004 - ], - [ - -121.85041297599997, - 37.421556691000035 - ], - [ - -121.85035855399997, - 37.42148958700005 - ], - [ - -121.85035796399995, - 37.421488701000044 - ], - [ - -121.85031155699994, - 37.421418964000054 - ], - [ - -121.85031108199996, - 37.421418077000055 - ], - [ - -121.8502724, - 37.42134538900007 - ], - [ - -121.85024134999998, - 37.42126938800004 - ], - [ - -121.85023123599996, - 37.42123855800003 - ], - [ - -121.85022246499994, - 37.42120743700008 - ], - [ - -121.85021503899998, - 37.42117611800006 - ], - [ - -121.85021472399995, - 37.42117456600005 - ], - [ - -121.85020319499995, - 37.42110362600005 - ], - [ - -121.85019851599998, - 37.42103217300007 - ], - [ - -121.85020075199998, - 37.42096066300007 - ], - [ - -121.85020988399998, - 37.42088950900006 - ], - [ - -121.85021520299995, - 37.42087745400005 - ], - [ - -121.85022549699994, - 37.42084835600008 - ], - [ - -121.850232689, - 37.42081920500004 - ], - [ - -121.85023686199997, - 37.42078965200005 - ], - [ - -121.85023793099998, - 37.420759952000026 - ], - [ - -121.85023759699999, - 37.420752562000075 - ], - [ - -121.85023691199996, - 37.42074007300005 - ], - [ - -121.850234603, - 37.42072034600005 - ], - [ - -121.85022967699996, - 37.42069554500006 - ], - [ - -121.85022933999994, - 37.42069435700006 - ], - [ - -121.85022267, - 37.42067147600005 - ], - [ - -121.85021357499994, - 37.42064784400003 - ], - [ - -121.85019912399997, - 37.42061836800008 - ], - [ - -121.85018150599996, - 37.42059002800005 - ], - [ - -121.850160841, - 37.420563006000066 - ], - [ - -121.85013730699995, - 37.42053754800003 - ], - [ - -121.85011101999999, - 37.42051381600004 - ], - [ - -121.85008224299997, - 37.42049203600004 - ], - [ - -121.85005120799997, - 37.42047234200004 - ], - [ - -121.85001809, - 37.420454892000066 - ], - [ - -121.84998320499994, - 37.42043984400004 - ], - [ - -121.84994679, - 37.420427260000054 - ], - [ - -121.84990912799998, - 37.42041730300008 - ], - [ - -121.84987051099995, - 37.42041000900008 - ], - [ - -121.84983125499997, - 37.42040544900004 - ], - [ - -121.84979167399996, - 37.42040363800004 - ], - [ - -121.84957749799997, - 37.42040070000007 - ], - [ - -121.84936436299995, - 37.42038385500007 - ], - [ - -121.849153619, - 37.420353273000046 - ], - [ - -121.84894673399998, - 37.42030909400006 - ], - [ - -121.84874505999994, - 37.420251602000064 - ], - [ - -121.84854984299994, - 37.420181263000075 - ], - [ - -121.84836249299997, - 37.42009847400004 - ], - [ - -121.84823785099996, - 37.41997117500006 - ], - [ - -121.84722525199999, - 37.42030710600005 - ], - [ - -121.84733034799996, - 37.419467730000065 - ], - [ - -121.84734741799997, - 37.41938629900005 - ], - [ - -121.84702055599996, - 37.41922021100004 - ], - [ - -121.846680618, - 37.419127658000036 - ], - [ - -121.84638190299995, - 37.41897209600006 - ], - [ - -121.84634146099995, - 37.419121387000075 - ], - [ - -121.84633538099996, - 37.41914384200004 - ], - [ - -121.84627868399997, - 37.419352924000066 - ], - [ - -121.84604085899997, - 37.41940376700006 - ], - [ - -121.84595750199998, - 37.41942195900003 - ], - [ - -121.845919714, - 37.41942239300005 - ], - [ - -121.84584968699994, - 37.41943182500006 - ], - [ - -121.84577153999999, - 37.419441351000046 - ], - [ - -121.84553639699999, - 37.41966170500007 - ], - [ - -121.84551058299996, - 37.41968798100004 - ], - [ - -121.84531189299997, - 37.419736862000036 - ], - [ - -121.8452716, - 37.41972098100007 - ], - [ - -121.845213909, - 37.41969831800003 - ], - [ - -121.845180584, - 37.419685195000056 - ], - [ - -121.84512118699996, - 37.419661819000055 - ], - [ - -121.844984765, - 37.41932963100004 - ], - [ - -121.84479553099999, - 37.419328275000055 - ], - [ - -121.84453295699996, - 37.419353122000075 - ], - [ - -121.84445726499996, - 37.41936025900003 - ], - [ - -121.84429092299996, - 37.41940780900006 - ], - [ - -121.84423500399998, - 37.41947867300007 - ], - [ - -121.84417409699995, - 37.41951803200004 - ], - [ - -121.844140655, - 37.419613223000056 - ], - [ - -121.84409920499996, - 37.419757719000074 - ], - [ - -121.843980607, - 37.41976958400005 - ], - [ - -121.843941573, - 37.419555854000066 - ], - [ - -121.84392666599996, - 37.41946114700005 - ], - [ - -121.84389723399994, - 37.419292926000026 - ], - [ - -121.84376073299995, - 37.41928743900007 - ], - [ - -121.84368301799998, - 37.41942777200006 - ], - [ - -121.84366883299998, - 37.41944169200008 - ], - [ - -121.84359951699997, - 37.41950973500008 - ], - [ - -121.84345939899998, - 37.41952347200004 - ], - [ - -121.84337686299995, - 37.41953153400004 - ], - [ - -121.84334538, - 37.41953459600006 - ], - [ - -121.84271872199997, - 37.419126462000065 - ], - [ - -121.84228269899995, - 37.41906697100006 - ], - [ - -121.841830115, - 37.418870034000065 - ], - [ - -121.84174289999999, - 37.41875827700005 - ], - [ - -121.84145874499995, - 37.41691640300007 - ], - [ - -121.84141844199996, - 37.41647189200006 - ], - [ - -121.841275973, - 37.41609735500003 - ], - [ - -121.84118582499997, - 37.415962696000065 - ], - [ - -121.84142432099998, - 37.415840967000065 - ], - [ - -121.84143302299998, - 37.41583651800005 - ], - [ - -121.84168127199996, - 37.415867922000075 - ], - [ - -121.84211277599996, - 37.41582554000007 - ], - [ - -121.84226514599999, - 37.41581054300008 - ], - [ - -121.84232886399997, - 37.415756894000026 - ], - [ - -121.842453219, - 37.415652125000065 - ], - [ - -121.84274135399994, - 37.41550631800004 - ], - [ - -121.84283439599994, - 37.41551619300003 - ], - [ - -121.84291609999997, - 37.415572162000046 - ], - [ - -121.84303121499994, - 37.41565100200006 - ], - [ - -121.843058026, - 37.415649804000054 - ], - [ - -121.84323029599994, - 37.41564197200006 - ], - [ - -121.84314869599996, - 37.415378006000026 - ] - ] - ], - [ - [ - [ - -121.78231549599997, - 37.26501197300007 - ], - [ - -121.782271305, - 37.26501360100008 - ], - [ - -121.78223246799996, - 37.26501510200006 - ], - [ - -121.78209588599998, - 37.26501998500004 - ], - [ - -121.78207143199995, - 37.26507365500004 - ], - [ - -121.78204270099997, - 37.26513680200003 - ], - [ - -121.78190961499996, - 37.26542920600008 - ], - [ - -121.781975209, - 37.26556854900008 - ], - [ - -121.78220407799995, - 37.265641120000055 - ], - [ - -121.782507711, - 37.26554250500004 - ], - [ - -121.78259201199995, - 37.26540152100006 - ], - [ - -121.78237979299996, - 37.26506059500008 - ], - [ - -121.78238859699997, - 37.265004512000075 - ], - [ - -121.78231549599997, - 37.26501197300007 - ] - ] - ], - [ - [ - [ - -121.75233353299996, - 37.40038031600005 - ], - [ - -121.75350680199995, - 37.40049912200004 - ], - [ - -121.75404257899999, - 37.40063082200004 - ], - [ - -121.75411338699996, - 37.40066212200003 - ], - [ - -121.75478707299999, - 37.400959905000036 - ], - [ - -121.75528845499997, - 37.40133731700007 - ], - [ - -121.75629474099998, - 37.40129804700007 - ], - [ - -121.75732329999994, - 37.40053710700005 - ], - [ - -121.75704347699997, - 37.40002285500003 - ], - [ - -121.75700496699994, - 37.39995208100004 - ], - [ - -121.75640635099995, - 37.39982516500004 - ], - [ - -121.75555339799996, - 37.39944582100003 - ], - [ - -121.75573283299997, - 37.399018 - ], - [ - -121.75628392399994, - 37.39875933400003 - ], - [ - -121.75747554399999, - 37.39844681500006 - ], - [ - -121.75844410199994, - 37.39819278600004 - ], - [ - -121.759136894, - 37.39800825800006 - ], - [ - -121.75977793699997, - 37.39602882300005 - ], - [ - -121.75930366299997, - 37.39590000600003 - ], - [ - -121.75847121599998, - 37.39567389900003 - ], - [ - -121.75786495499995, - 37.395542962000036 - ], - [ - -121.75723558899995, - 37.39540703100005 - ], - [ - -121.75632444699994, - 37.39557690400005 - ], - [ - -121.75584954199996, - 37.39645603800005 - ], - [ - -121.75449048799999, - 37.39709387900007 - ], - [ - -121.75365363599997, - 37.397401097000056 - ], - [ - -121.75266831599998, - 37.39804909000003 - ], - [ - -121.75233068999995, - 37.398233565000055 - ], - [ - -121.75203371499998, - 37.398395839000045 - ], - [ - -121.75118103199998, - 37.39869116700004 - ], - [ - -121.75077477399998, - 37.398865475000036 - ], - [ - -121.750528842, - 37.399052264000034 - ], - [ - -121.74923730899997, - 37.39947684200007 - ], - [ - -121.74867063999994, - 37.39979568000007 - ], - [ - -121.74922441499996, - 37.40099872400003 - ], - [ - -121.74961438699995, - 37.40080349100003 - ], - [ - -121.75016048999998, - 37.40085480300007 - ], - [ - -121.75079920299999, - 37.40043667500004 - ], - [ - -121.75081282199994, - 37.400432618000025 - ], - [ - -121.751077577, - 37.40035373100005 - ], - [ - -121.75233353299996, - 37.40038031600005 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Santa Cruz, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -122.00192355599995, - 36.968078287000026 - ], - [ - -122.00206639899994, - 36.968115596000075 - ], - [ - -122.00209913499998, - 36.968123760000026 - ], - [ - -122.00244957899997, - 36.96813140800003 - ], - [ - -122.00247517999998, - 36.968101379000075 - ], - [ - -122.00247520099998, - 36.96810135100003 - ], - [ - -122.00251827299996, - 36.96797555200004 - ], - [ - -122.00250195499996, - 36.96786111100005 - ], - [ - -122.00247514399996, - 36.96767321400006 - ], - [ - -122.00234495299998, - 36.96731610300003 - ], - [ - -122.00229312199997, - 36.96711204600007 - ], - [ - -122.00228834199999, - 36.96710350200004 - ], - [ - -122.00220581099995, - 36.96699949400005 - ], - [ - -122.00173671799996, - 36.96696165100008 - ], - [ - -122.00158911699998, - 36.966809441000066 - ], - [ - -122.001589078, - 36.96680941200003 - ], - [ - -122.00151953999995, - 36.96659236900007 - ], - [ - -122.00150279499996, - 36.965753654000025 - ], - [ - -122.00150279099995, - 36.965753448000044 - ], - [ - -122.00145817699996, - 36.96544043800003 - ], - [ - -122.00141795299999, - 36.96524297900004 - ], - [ - -122.00138991399996, - 36.965124339000056 - ], - [ - -122.00137825799999, - 36.96509200500003 - ], - [ - -122.001378134, - 36.96509167000005 - ], - [ - -122.00123388699996, - 36.96471291800003 - ], - [ - -122.00122039699994, - 36.964659865000044 - ], - [ - -122.00108562699995, - 36.964344347000065 - ], - [ - -122.00108559399996, - 36.96411451400007 - ], - [ - -122.00108559399996, - 36.964114352000024 - ], - [ - -122.00104400099997, - 36.96393160400004 - ], - [ - -122.00106533899998, - 36.963749249000045 - ], - [ - -122.00108554299999, - 36.96374158800006 - ], - [ - -122.00108553099994, - 36.96364801000004 - ], - [ - -122.00108556999999, - 36.96364798400003 - ], - [ - -122.00152879099994, - 36.96346687600004 - ], - [ - -122.00152884099998, - 36.963466854000046 - ], - [ - -122.00158812599994, - 36.96342804300008 - ], - [ - -122.00159153499999, - 36.96342580100003 - ], - [ - -122.00160672099997, - 36.963415859000065 - ], - [ - -122.00160672199996, - 36.96341581400003 - ], - [ - -122.00161468599998, - 36.96313935300003 - ], - [ - -122.00158087299997, - 36.96303472000005 - ], - [ - -122.00157368099997, - 36.96296036000007 - ], - [ - -122.00154590999995, - 36.96286315800006 - ], - [ - -122.00154590199998, - 36.962863120000065 - ], - [ - -122.00147681699997, - 36.96236874900006 - ], - [ - -122.00143214899998, - 36.96216586600008 - ], - [ - -122.00136342299999, - 36.962052612000036 - ], - [ - -122.000806475, - 36.96194492500007 - ], - [ - -122.00061680899995, - 36.96196973100007 - ], - [ - -122.00061676099995, - 36.96196972700005 - ], - [ - -122.00041409499994, - 36.96196275900007 - ], - [ - -122.00040307899997, - 36.962137195000025 - ], - [ - -122.00042885099998, - 36.962141330000065 - ], - [ - -122.00045980999994, - 36.96214882100003 - ], - [ - -122.000499419, - 36.96216446300008 - ], - [ - -122.00054074899998, - 36.96217867000007 - ], - [ - -122.00055801199994, - 36.962186744000064 - ], - [ - -122.00067176699997, - 36.962227848000055 - ], - [ - -122.00037369199998, - 36.96272231700004 - ], - [ - -122.00036441299994, - 36.96277702700007 - ], - [ - -122.00038524399997, - 36.96304698400007 - ], - [ - -122.00038961099995, - 36.96309260700008 - ], - [ - -122.00039233799998, - 36.963142686000026 - ], - [ - -122.000215127, - 36.96430107800006 - ], - [ - -122.00021439899996, - 36.96434678700007 - ], - [ - -122.000217008, - 36.96439236800006 - ], - [ - -122.00022313199997, - 36.964437960000055 - ], - [ - -122.00023258599998, - 36.96448314500003 - ], - [ - -122.000243679, - 36.964523873000076 - ], - [ - -122.00025808599997, - 36.96456356200008 - ], - [ - -122.00027598499997, - 36.96460241800003 - ], - [ - -122.00029894599999, - 36.96463992200006 - ], - [ - -122.00032362899998, - 36.964675992000025 - ], - [ - -122.00037455399996, - 36.96473404500006 - ], - [ - -122.00042182699997, - 36.964793566000026 - ], - [ - -122.00046422199995, - 36.964854786000046 - ], - [ - -122.00050473099998, - 36.964917795000076 - ], - [ - -122.00054210499997, - 36.96498184200004 - ], - [ - -122.000574068, - 36.96504738500005 - ], - [ - -122.000588312, - 36.96507428100006 - ], - [ - -122.00059923799995, - 36.96510200700004 - ], - [ - -122.00060824899998, - 36.96513039700005 - ], - [ - -122.00061022399996, - 36.96513858900005 - ], - [ - -122.00061575799998, - 36.96516183600005 - ], - [ - -122.00062675799995, - 36.96519230200005 - ], - [ - -122.00064089899996, - 36.96522194100004 - ], - [ - -122.00065694899996, - 36.96525063400003 - ], - [ - -122.00067630799998, - 36.96527814700005 - ], - [ - -122.00072386399995, - 36.96534174000004 - ], - [ - -122.00076618399999, - 36.96540675800003 - ], - [ - -122.00080679399997, - 36.96547356100007 - ], - [ - -122.00084251099997, - 36.965541432000066 - ], - [ - -122.00087457299998, - 36.96561070000007 - ], - [ - -122.00090174299999, - 36.965681105000044 - ], - [ - -122.00092480399996, - 36.96572233400008 - ], - [ - -122.00094103899994, - 36.96576473300007 - ], - [ - -122.000955536, - 36.96580779400006 - ], - [ - -122.00096513999995, - 36.96585199200007 - ], - [ - -122.00096929499995, - 36.965896212000075 - ], - [ - -122.00097029699998, - 36.96594083600007 - ], - [ - -122.00097036499994, - 36.965950114000066 - ], - [ - -122.00096132199997, - 36.96660667000003 - ], - [ - -122.00096217699996, - 36.96665235200004 - ], - [ - -122.00096653499998, - 36.96669762200003 - ], - [ - -122.00097774699998, - 36.966742778000025 - ], - [ - -122.00099050299997, - 36.96678657100006 - ], - [ - -122.00101027299996, - 36.96682961300007 - ], - [ - -122.00103334299996, - 36.96687119300003 - ], - [ - -122.00106147399998, - 36.96691135200007 - ], - [ - -122.00109306299998, - 36.966949345000046 - ], - [ - -122.00138437099997, - 36.967303739000045 - ], - [ - -122.00173049299997, - 36.96775007600007 - ], - [ - -122.00194445799997, - 36.96783799600007 - ], - [ - -122.00220435899996, - 36.96782812400005 - ], - [ - -122.00221323199997, - 36.967837958000075 - ], - [ - -122.00220292799997, - 36.967840522000074 - ], - [ - -122.00203073699998, - 36.96787675200005 - ], - [ - -122.00196781099999, - 36.96789025800007 - ], - [ - -122.00189613499998, - 36.96790524700003 - ], - [ - -122.00176328199996, - 36.967933360000075 - ], - [ - -122.00163201, - 36.96796151700005 - ], - [ - -122.00163403599998, - 36.96797828500007 - ], - [ - -122.00151202099994, - 36.96795756600005 - ], - [ - -122.00153564399994, - 36.968106628000044 - ], - [ - -122.001650155, - 36.96809618800006 - ], - [ - -122.00178679199996, - 36.968084814000065 - ], - [ - -122.00190974799995, - 36.96807465300003 - ], - [ - -122.00192355599995, - 36.968078287000026 - ] - ] - ], - [ - [ - [ - -122.10360370399997, - 36.974477180000065 - ], - [ - -122.10379556699996, - 36.977003840000066 - ], - [ - -122.10407185799994, - 36.97769396500007 - ], - [ - -122.10403271499996, - 36.97845723900008 - ], - [ - -122.10401321899997, - 36.97883743700004 - ], - [ - -122.10484244099996, - 36.98010114700003 - ], - [ - -122.10439773199994, - 36.98122874000006 - ], - [ - -122.10431515899995, - 36.98154107600004 - ], - [ - -122.10740408899994, - 36.98181273200004 - ], - [ - -122.10772011599994, - 36.978932017000034 - ], - [ - -122.108156227, - 36.97840050900004 - ], - [ - -122.10909153999995, - 36.97726057800003 - ], - [ - -122.10802998699995, - 36.976167572000065 - ], - [ - -122.10855459199996, - 36.97240468700005 - ], - [ - -122.10732480599995, - 36.97230241200003 - ], - [ - -122.10677973399999, - 36.97225707600006 - ], - [ - -122.10557701599998, - 36.972157036000056 - ], - [ - -122.10541643299996, - 36.972143677000076 - ], - [ - -122.10541602599994, - 36.97214364100006 - ], - [ - -122.10423732799995, - 36.97204558900006 - ], - [ - -122.10406506699996, - 36.97203125200008 - ], - [ - -122.10360370399997, - 36.974477180000065 - ] - ] - ], - [ - [ - [ - -122.03292200399994, - 37.00241476400004 - ], - [ - -122.03317929899998, - 37.002322295000056 - ], - [ - -122.03342597099999, - 37.00223364300007 - ], - [ - -122.033682651, - 37.002141393000045 - ], - [ - -122.034179226, - 37.001962923000065 - ], - [ - -122.03486797099998, - 37.001715381000054 - ], - [ - -122.03420053099995, - 37.00061322800008 - ], - [ - -122.03420049299996, - 37.000613171000055 - ], - [ - -122.03419222699995, - 37.000599531000034 - ], - [ - -122.03390678099998, - 37.00012815900004 - ], - [ - -122.033669154, - 36.999735748000035 - ], - [ - -122.03365592999995, - 36.99971391200006 - ], - [ - -122.03436855899997, - 36.99942854600005 - ], - [ - -122.03467051099994, - 36.999161549000064 - ], - [ - -122.03497763699994, - 36.99889005600005 - ], - [ - -122.03531331599999, - 36.99870473500005 - ], - [ - -122.03537522299996, - 36.99869504800006 - ], - [ - -122.03538453799996, - 36.99869359100006 - ], - [ - -122.03541397199996, - 36.99867818300004 - ], - [ - -122.03529432799996, - 36.99860388900004 - ], - [ - -122.03488263099996, - 36.998826001000054 - ], - [ - -122.034310931, - 36.99933761600005 - ], - [ - -122.03397083599998, - 36.999478804000034 - ], - [ - -122.03359744799997, - 36.99963363300003 - ], - [ - -122.03330308399995, - 36.99974866800005 - ], - [ - -122.03258031699994, - 37.00003110600005 - ], - [ - -122.03257959999996, - 37.000031386000046 - ], - [ - -122.03229135199996, - 37.000143852000065 - ], - [ - -122.03110250299994, - 37.00062230300006 - ], - [ - -122.03110319599995, - 37.00062350200005 - ], - [ - -122.03113092099994, - 37.00067207200004 - ], - [ - -122.03113823999996, - 37.00068334800005 - ], - [ - -122.03114436099997, - 37.00069380000008 - ], - [ - -122.03114489099994, - 37.000693598000055 - ], - [ - -122.03114504599995, - 37.00069383500005 - ], - [ - -122.03119430999999, - 37.000674995000054 - ], - [ - -122.03119703099998, - 37.00067390500004 - ], - [ - -122.03120670099997, - 37.00067003300006 - ], - [ - -122.031215493, - 37.00066668100004 - ], - [ - -122.03177898899997, - 37.00045187000006 - ], - [ - -122.03178894599995, - 37.00046739700008 - ], - [ - -122.03179422399995, - 37.00047646500008 - ], - [ - -122.03188832399996, - 37.000638199000036 - ], - [ - -122.03196085499997, - 37.000762859000076 - ], - [ - -122.03199895399996, - 37.00082888600008 - ], - [ - -122.03209779699995, - 37.000998225000046 - ], - [ - -122.03210713099998, - 37.00101426700007 - ], - [ - -122.03221818499998, - 37.00120512700005 - ], - [ - -122.03228033899995, - 37.00131195600005 - ], - [ - -122.03232710299994, - 37.00139320000005 - ], - [ - -122.03243898199997, - 37.00158468300003 - ], - [ - -122.03254721699994, - 37.001771448000056 - ], - [ - -122.03265726399997, - 37.00196022000006 - ], - [ - -122.03276731399995, - 37.00214899300005 - ], - [ - -122.03287555099996, - 37.002335757000026 - ], - [ - -122.03292180999995, - 37.002414757000054 - ], - [ - -122.03292196399997, - 37.00241469800005 - ], - [ - -122.03292200399994, - 37.00241476400004 - ] - ] - ], - [ - [ - [ - -122.01493970699994, - 36.992904227000054 - ], - [ - -122.01505851099995, - 36.99276948100004 - ], - [ - -122.01507520699994, - 36.99274930200005 - ], - [ - -122.01516054499996, - 36.99265210300007 - ], - [ - -122.01524090999999, - 36.992559698000036 - ], - [ - -122.01537816099994, - 36.992404461000035 - ], - [ - -122.01553001599996, - 36.99229600900003 - ], - [ - -122.01571747499997, - 36.99216417300005 - ], - [ - -122.01598236799998, - 36.99239180500007 - ], - [ - -122.01620789999998, - 36.99270643700004 - ], - [ - -122.01620501399998, - 36.992736715000035 - ], - [ - -122.01616666399997, - 36.99312620200004 - ], - [ - -122.01617554599994, - 36.99356592500004 - ], - [ - -122.01681433099998, - 36.99391402500004 - ], - [ - -122.01753902899998, - 36.994529913000065 - ], - [ - -122.017830012, - 36.99452166100008 - ], - [ - -122.01780720699998, - 36.993988674000036 - ], - [ - -122.01780103699997, - 36.993849373000046 - ], - [ - -122.01775984699998, - 36.99291633400003 - ], - [ - -122.01775587999998, - 36.99280033400004 - ], - [ - -122.01775355099994, - 36.992772254000045 - ], - [ - -122.01774628399994, - 36.992585166000026 - ], - [ - -122.01770748299998, - 36.99168231500005 - ], - [ - -122.01769770799996, - 36.99145379300006 - ], - [ - -122.01769452199994, - 36.991380382000045 - ], - [ - -122.01769394699994, - 36.99135220100004 - ], - [ - -122.01796532499998, - 36.99139398400007 - ], - [ - -122.01813376799998, - 36.99141994200005 - ], - [ - -122.01847028299994, - 36.99147123200004 - ], - [ - -122.01862142699997, - 36.991494671000055 - ], - [ - -122.01877431799994, - 36.991517730000055 - ], - [ - -122.018940994, - 36.99154336600003 - ], - [ - -122.019195057, - 36.99157545800006 - ], - [ - -122.01943183999998, - 36.991605664000076 - ], - [ - -122.01960174699997, - 36.99162716600006 - ], - [ - -122.01975453799997, - 36.99164642900007 - ], - [ - -122.019945082, - 36.99167032100007 - ], - [ - -122.02001225599997, - 36.99143289500006 - ], - [ - -122.02004279599998, - 36.99133838200004 - ], - [ - -122.02039371499995, - 36.99133627400005 - ], - [ - -122.02063176499996, - 36.991334891000065 - ], - [ - -122.02226486399996, - 36.99132456900003 - ], - [ - -122.022624367, - 36.991321252000034 - ], - [ - -122.02293078599996, - 36.991318629000034 - ], - [ - -122.02441397899997, - 36.991173255000035 - ], - [ - -122.02445914799995, - 36.99145558600003 - ], - [ - -122.02546021899997, - 36.99143632000005 - ], - [ - -122.02560728199995, - 36.991425443000026 - ], - [ - -122.02630993499997, - 36.99137267000003 - ], - [ - -122.02676971899996, - 36.991338453000026 - ], - [ - -122.02659369799994, - 36.991186937000066 - ], - [ - -122.02716200599997, - 36.99109469500007 - ], - [ - -122.02725020399998, - 36.99130233400007 - ], - [ - -122.02750750299998, - 36.99158019600003 - ], - [ - -122.02752145999995, - 36.991595776000054 - ], - [ - -122.02761570499996, - 36.99168105700005 - ], - [ - -122.02768722399998, - 36.99174500400005 - ], - [ - -122.02769769599996, - 36.991755159000036 - ], - [ - -122.02770815799994, - 36.991765034000025 - ], - [ - -122.02771155299996, - 36.99176701400006 - ], - [ - -122.02775357399997, - 36.99180629700004 - ], - [ - -122.02779009399995, - 36.991837098000076 - ], - [ - -122.02782330699995, - 36.99186922000007 - ], - [ - -122.02784771699999, - 36.991894322000064 - ], - [ - -122.02787578999994, - 36.99192484500003 - ], - [ - -122.02790213199995, - 36.99195645300006 - ], - [ - -122.02791432299995, - 36.99197178000003 - ], - [ - -122.02794077599998, - 36.99200746400004 - ], - [ - -122.02796548799995, - 36.99204387800006 - ], - [ - -122.02798852599994, - 36.992083415000025 - ], - [ - -122.02799202199998, - 36.99208919100005 - ], - [ - -122.028006254, - 36.992115100000035 - ], - [ - -122.02800998899994, - 36.992123262000064 - ], - [ - -122.02803131699994, - 36.99216458600006 - ], - [ - -122.028047572, - 36.99220691000005 - ], - [ - -122.02805309899998, - 36.99220547200008 - ], - [ - -122.02823494499995, - 36.99215815200006 - ], - [ - -122.02907440099995, - 36.991927761000056 - ], - [ - -122.029186359, - 36.99179438300007 - ], - [ - -122.02949476199996, - 36.99172133700006 - ], - [ - -122.029513453, - 36.991716659000076 - ], - [ - -122.02997701699996, - 36.991606862000026 - ], - [ - -122.03033138299998, - 36.99152325500006 - ], - [ - -122.03085277199995, - 36.99139938800005 - ], - [ - -122.03088763199997, - 36.991341918000046 - ], - [ - -122.03093390099997, - 36.99126407600005 - ], - [ - -122.03104153899994, - 36.991337104000024 - ], - [ - -122.03112124299997, - 36.991384880000055 - ], - [ - -122.03121122199997, - 36.99142889400008 - ], - [ - -122.03121629199995, - 36.99142782300004 - ], - [ - -122.03149236699994, - 36.99136242700007 - ], - [ - -122.03180137499999, - 36.99148916000007 - ], - [ - -122.03185666599995, - 36.99151176400005 - ], - [ - -122.03186183799994, - 36.991514487000074 - ], - [ - -122.03203447799996, - 36.99158534700007 - ], - [ - -122.03203982499997, - 36.99158799800006 - ], - [ - -122.03220198499997, - 36.99165488800003 - ], - [ - -122.03220731399995, - 36.99165690600006 - ], - [ - -122.03269769899998, - 36.99185884700006 - ], - [ - -122.03285310799998, - 36.99192311000007 - ], - [ - -122.03285522199997, - 36.991942970000025 - ], - [ - -122.03287599199996, - 36.99221257100004 - ], - [ - -122.03290337699997, - 36.99254526000004 - ], - [ - -122.03297688699996, - 36.99345693400005 - ], - [ - -122.03316893199997, - 36.99431005200006 - ], - [ - -122.03330338399996, - 36.99469419400003 - ], - [ - -122.03332162199996, - 36.994744780000076 - ], - [ - -122.03343796799999, - 36.995076647000076 - ], - [ - -122.03374005399996, - 36.99528553600004 - ], - [ - -122.03402850499998, - 36.995484324000074 - ], - [ - -122.03436713599996, - 36.995718176000025 - ], - [ - -122.03479265099998, - 36.996011346000046 - ], - [ - -122.03538319299997, - 36.99641866600007 - ], - [ - -122.03539699499999, - 36.99642841200006 - ], - [ - -122.03624316, - 36.99636165900006 - ], - [ - -122.03648251299995, - 36.99634271600007 - ], - [ - -122.03686219899998, - 36.996906343000035 - ], - [ - -122.03659829399999, - 36.99814522300005 - ], - [ - -122.03700127499997, - 36.99817493200004 - ], - [ - -122.03704073499995, - 36.99817748900006 - ], - [ - -122.03715896899996, - 36.99818621500003 - ], - [ - -122.03720841599994, - 36.99817425800006 - ], - [ - -122.03759852699994, - 36.99807848700004 - ], - [ - -122.03820977299995, - 36.99790735000005 - ], - [ - -122.03830098399999, - 36.99800982900007 - ], - [ - -122.038334169, - 36.99804715100004 - ], - [ - -122.03836569899994, - 36.99808176000005 - ], - [ - -122.03839558199996, - 36.99811400700003 - ], - [ - -122.03840613799997, - 36.99812725400005 - ], - [ - -122.03842877599999, - 36.998151681000024 - ], - [ - -122.038465579, - 36.99819273600008 - ], - [ - -122.03861114499995, - 36.998354601000074 - ], - [ - -122.03872316499996, - 36.99847879600003 - ], - [ - -122.03876521299998, - 36.99852524600004 - ], - [ - -122.03939256999996, - 36.999220851000075 - ], - [ - -122.03966066299995, - 36.99951811700004 - ], - [ - -122.04070602499996, - 37.00106273500006 - ], - [ - -122.041534405, - 37.002542324000046 - ], - [ - -122.04220619499995, - 37.00331905500008 - ], - [ - -122.04296821399998, - 37.004657345000055 - ], - [ - -122.04355815999998, - 37.00552848700005 - ], - [ - -122.04359256199996, - 37.00604172900006 - ], - [ - -122.04359447699994, - 37.00605406900007 - ], - [ - -122.04360492399996, - 37.006056631000035 - ], - [ - -122.04435523199999, - 37.00623387200005 - ], - [ - -122.04592206899997, - 37.00597824500005 - ], - [ - -122.045877938, - 37.00700273800004 - ], - [ - -122.04708625399996, - 37.00746051200008 - ], - [ - -122.04732077099999, - 37.00771081700003 - ], - [ - -122.04733834299998, - 37.007729777000065 - ], - [ - -122.04751689399995, - 37.00792002600008 - ], - [ - -122.04755023599995, - 37.00795635900005 - ], - [ - -122.047639544, - 37.00805267700008 - ], - [ - -122.04766937699998, - 37.00808281400003 - ], - [ - -122.04784290599997, - 37.00826935200007 - ], - [ - -122.04796713899998, - 37.00840197600007 - ], - [ - -122.04810021999998, - 37.00854309500005 - ], - [ - -122.04863773899996, - 37.00911724900004 - ], - [ - -122.04917540399998, - 37.00969006300005 - ], - [ - -122.04928227099998, - 37.00980463600007 - ], - [ - -122.04931195899997, - 37.00983583000004 - ], - [ - -122.04936283899997, - 37.00988978600003 - ], - [ - -122.04938385399998, - 37.00991248300005 - ], - [ - -122.04939599799997, - 37.00992577100004 - ], - [ - -122.049404891, - 37.009935951000045 - ], - [ - -122.04959035499996, - 37.01013430300003 - ], - [ - -122.04963939499999, - 37.010185198000045 - ], - [ - -122.04968326, - 37.01023337000004 - ], - [ - -122.04974808699995, - 37.01030220000007 - ], - [ - -122.04979351699996, - 37.01034964300004 - ], - [ - -122.04980028999995, - 37.01067846600006 - ], - [ - -122.04980362299995, - 37.01084087600003 - ], - [ - -122.04997669399995, - 37.010756195000056 - ], - [ - -122.05021052899997, - 37.01064213400008 - ], - [ - -122.05293332199994, - 37.00931282800008 - ], - [ - -122.05145811199998, - 37.00231780200005 - ], - [ - -122.05131573199998, - 37.00164396100007 - ], - [ - -122.05128176199997, - 37.00148679100005 - ], - [ - -122.05121620499995, - 37.00088332900003 - ], - [ - -122.05113189099995, - 37.00011294300003 - ], - [ - -122.05482295599995, - 37.00223314400006 - ], - [ - -122.05610204599998, - 37.002967012000056 - ], - [ - -122.05688281199997, - 37.002963814000054 - ], - [ - -122.06193410299994, - 37.002944685000045 - ], - [ - -122.068219452, - 37.00290573400008 - ], - [ - -122.07271406099994, - 37.00287785100005 - ], - [ - -122.07265705499998, - 37.00277388600006 - ], - [ - -122.07259674299996, - 37.002671314000054 - ], - [ - -122.07253121699995, - 37.002570942000034 - ], - [ - -122.07246062599995, - 37.002471924000076 - ], - [ - -122.07238675399998, - 37.00237507300005 - ], - [ - -122.07230767399994, - 37.002280703000054 - ], - [ - -122.07222530999996, - 37.00218842900006 - ], - [ - -122.072076171, - 37.002020833000074 - ], - [ - -122.07202196799994, - 37.001967997000065 - ], - [ - -122.07196273199997, - 37.001917641000034 - ], - [ - -122.07190180499998, - 37.00186970400006 - ], - [ - -122.07183741699998, - 37.00182386700004 - ], - [ - -122.07177152199995, - 37.00178079800003 - ], - [ - -122.07170219799997, - 37.001740882000036 - ], - [ - -122.07162941899998, - 37.001703346000056 - ], - [ - -122.07155689299998, - 37.00166861800005 - ], - [ - -122.07117237099999, - 37.00170436500008 - ], - [ - -122.07090709999994, - 37.001553767000075 - ], - [ - -122.07054008499995, - 37.00152853700007 - ], - [ - -122.06971061299998, - 37.00140915500003 - ], - [ - -122.06932536399995, - 37.00083785000004 - ], - [ - -122.06894392999999, - 37.00020637100005 - ], - [ - -122.06853713499999, - 36.99933525200004 - ], - [ - -122.06850119299997, - 36.999255454000036 - ], - [ - -122.06846727899995, - 36.999192 - ], - [ - -122.06844018599998, - 36.999127162000036 - ], - [ - -122.06841657999996, - 36.99906120900005 - ], - [ - -122.06839804199996, - 36.99899411200005 - ], - [ - -122.068384762, - 36.99892636200008 - ], - [ - -122.06837638399998, - 36.99885775300004 - ], - [ - -122.06837327899996, - 36.99878912300005 - ], - [ - -122.068375275, - 36.99872047300005 - ], - [ - -122.06838238599994, - 36.998652367000034 - ], - [ - -122.06850039199998, - 36.99798877000006 - ], - [ - -122.06850403199996, - 36.997915944000056 - ], - [ - -122.06851278799996, - 36.997843732000035 - ], - [ - -122.06852488399994, - 36.99777146200006 - ], - [ - -122.06854404999996, - 36.997700474000055 - ], - [ - -122.06856815699996, - 36.99763010300006 - ], - [ - -122.06859757399997, - 36.997561046000044 - ], - [ - -122.06863037099998, - 36.99749333500006 - ], - [ - -122.06866907699998, - 36.997371601000054 - ], - [ - -122.06869997299998, - 36.99729872100005 - ], - [ - -122.06872590999996, - 36.99722452300006 - ], - [ - -122.06874654499995, - 36.99714943200007 - ], - [ - -122.068762054, - 36.99707330700005 - ], - [ - -122.06877068799997, - 36.996996667000076 - ], - [ - -122.06877597299996, - 36.996919664000075 - ], - [ - -122.06877440199997, - 36.996842783000034 - ], - [ - -122.06871093099994, - 36.996424398000045 - ], - [ - -122.06868707399997, - 36.99627190700005 - ], - [ - -122.06865509999994, - 36.996053966000034 - ], - [ - -122.06863371499998, - 36.99576652300004 - ], - [ - -122.068653644, - 36.99549157700005 - ], - [ - -122.06883551599998, - 36.99484879800008 - ], - [ - -122.06886286499997, - 36.99476838900006 - ], - [ - -122.068893759, - 36.99468904100007 - ], - [ - -122.06892978599996, - 36.994610941000076 - ], - [ - -122.06897094899995, - 36.99453415600004 - ], - [ - -122.069015676, - 36.99445906600005 - ], - [ - -122.06906555499995, - 36.99438592700005 - ], - [ - -122.06911882099996, - 36.994314485000075 - ], - [ - -122.06917725199997, - 36.994245413000044 - ], - [ - -122.06923926099995, - 36.994178599000065 - ], - [ - -122.06930466999995, - 36.99411390500006 - ], - [ - -122.06964083899999, - 36.993571005000035 - ], - [ - -122.06968920599996, - 36.992933718000074 - ], - [ - -122.06964996099998, - 36.99253325900003 - ], - [ - -122.06940845199995, - 36.991873471000076 - ], - [ - -122.06936363899996, - 36.99177140000006 - ], - [ - -122.06931587899999, - 36.99170305600006 - ], - [ - -122.06927158499997, - 36.99163289400008 - ], - [ - -122.06923251999996, - 36.99156095400008 - ], - [ - -122.06919676599995, - 36.991487971000026 - ], - [ - -122.06916431399998, - 36.99141359600003 - ], - [ - -122.06913710899994, - 36.991338074000055 - ], - [ - -122.069113212, - 36.99126144000007 - ], - [ - -122.069096162, - 36.99118440400008 - ], - [ - -122.069080854, - 36.99110670600004 - ], - [ - -122.06907238999997, - 36.99102853800008 - ], - [ - -122.06906725599998, - 36.99094996000008 - ], - [ - -122.06906413499996, - 36.99071963400007 - ], - [ - -122.06898315799998, - 36.98962749900005 - ], - [ - -122.06888347899996, - 36.988951737000036 - ], - [ - -122.06863391, - 36.98815056900003 - ], - [ - -122.068505518, - 36.98774336900004 - ], - [ - -122.06841083799998, - 36.98755991400003 - ], - [ - -122.06831303999996, - 36.98737820100007 - ], - [ - -122.06820825999995, - 36.987198367000076 - ], - [ - -122.068100013, - 36.98702021100007 - ], - [ - -122.06798846199996, - 36.98684351800006 - ], - [ - -122.06787187299994, - 36.98666895200006 - ], - [ - -122.06775005599997, - 36.98649616400007 - ], - [ - -122.06762495699996, - 36.98632547200003 - ], - [ - -122.06749480899998, - 36.986156555000036 - ], - [ - -122.06736120899996, - 36.98599008800005 - ], - [ - -122.06722239699997, - 36.98582582100005 - ], - [ - -122.06708047599994, - 36.985663576000036 - ], - [ - -122.06693334799996, - 36.98550381300004 - ], - [ - -122.066782763, - 36.985346219000064 - ], - [ - -122.06662891199994, - 36.98519135200007 - ], - [ - -122.06647523299995, - 36.98504920700003 - ], - [ - -122.066316541, - 36.98491024200007 - ], - [ - -122.06615439899997, - 36.98477365800005 - ], - [ - -122.06598899599999, - 36.98463994200006 - ], - [ - -122.06581856799994, - 36.98450898500005 - ], - [ - -122.06564629299999, - 36.984381152000026 - ], - [ - -122.06547093899997, - 36.98425646600003 - ], - [ - -122.06529021199998, - 36.98413461600006 - ], - [ - -122.06510798699998, - 36.98401581600007 - ], - [ - -122.06492251799995, - 36.98390058500007 - ], - [ - -122.06473343199997, - 36.98378808800004 - ], - [ - -122.06454285899997, - 36.98367906400006 - ], - [ - -122.06434728299996, - 36.983573499000045 - ], - [ - -122.06414985699996, - 36.98347105900007 - ], - [ - -122.06395094399994, - 36.983372091000035 - ], - [ - -122.06313817699998, - 36.98298023500007 - ], - [ - -122.06225165199999, - 36.98257833900004 - ], - [ - -122.06200753899998, - 36.982446337000056 - ], - [ - -122.06150881499997, - 36.98217766400006 - ], - [ - -122.06081092399995, - 36.981463923000035 - ], - [ - -122.060282783, - 36.98101163500007 - ], - [ - -122.05982615299996, - 36.980622148000066 - ], - [ - -122.06010534399996, - 36.98062840700004 - ], - [ - -122.06027660199999, - 36.98062887700007 - ], - [ - -122.06028680399999, - 36.98062905200004 - ], - [ - -122.06028732899995, - 36.98062905300003 - ], - [ - -122.06028732899995, - 36.98062923800006 - ], - [ - -122.06043453599995, - 36.98063358100006 - ], - [ - -122.06058524899998, - 36.980638028000044 - ], - [ - -122.06094994899996, - 36.98064569100006 - ], - [ - -122.06117856399999, - 36.98065049400003 - ], - [ - -122.06115379799996, - 36.98048154500003 - ], - [ - -122.06115169399999, - 36.980481575000056 - ], - [ - -122.06115167499996, - 36.98048143600005 - ], - [ - -122.06113152299997, - 36.980335137000054 - ], - [ - -122.06110744899996, - 36.98016099500006 - ], - [ - -122.06108929899995, - 36.98003012700008 - ], - [ - -122.06106712599995, - 36.979874160000065 - ], - [ - -122.06105913099998, - 36.97981932300007 - ], - [ - -122.06105333099998, - 36.979780617000074 - ], - [ - -122.06108910699999, - 36.97969324300004 - ], - [ - -122.06114757999995, - 36.979625861000045 - ], - [ - -122.06127931399999, - 36.979291395000075 - ], - [ - -122.06131520099996, - 36.979201629000045 - ], - [ - -122.06127708599996, - 36.97909950900004 - ], - [ - -122.06127352199996, - 36.97909127500003 - ], - [ - -122.06075221499998, - 36.97797789100008 - ], - [ - -122.060781223, - 36.977977879000036 - ], - [ - -122.06111329299995, - 36.97797653900005 - ], - [ - -122.06129646599999, - 36.977975815000036 - ], - [ - -122.06217964899997, - 36.977972556000054 - ], - [ - -122.06261965399995, - 36.977970810000045 - ], - [ - -122.06327183099995, - 36.977967903000035 - ], - [ - -122.06335744699999, - 36.97796775000006 - ], - [ - -122.06374260099994, - 36.97796604100006 - ], - [ - -122.06393929899997, - 36.97796479700003 - ], - [ - -122.06408994099996, - 36.97796379300007 - ], - [ - -122.06485175599994, - 36.97795840800006 - ], - [ - -122.06485518799997, - 36.97747115300007 - ], - [ - -122.070323068, - 36.97756895800006 - ], - [ - -122.07088161799999, - 36.97243887900004 - ], - [ - -122.06910847899996, - 36.96786319300003 - ], - [ - -122.06831050899996, - 36.96497319900004 - ], - [ - -122.06633404599995, - 36.964999429000045 - ], - [ - -122.06542425099997, - 36.96183219400007 - ], - [ - -122.06523414599997, - 36.96117037400006 - ], - [ - -122.06283474199995, - 36.96084269800008 - ], - [ - -122.062773086, - 36.96083772500003 - ], - [ - -122.06266846499994, - 36.960829843000056 - ], - [ - -122.06264680399994, - 36.959296712000025 - ], - [ - -122.06531834999998, - 36.958885904000056 - ], - [ - -122.06530561599999, - 36.95786322300006 - ], - [ - -122.06530163399998, - 36.95758791800006 - ], - [ - -122.06527812999997, - 36.95580826500003 - ], - [ - -122.065422781, - 36.955679272000054 - ], - [ - -122.06558302699995, - 36.95549038900003 - ], - [ - -122.06572843999999, - 36.955318427000066 - ], - [ - -122.06596964399995, - 36.95498527900003 - ], - [ - -122.06647778599995, - 36.95465085100005 - ], - [ - -122.06651902599998, - 36.95458404900006 - ], - [ - -122.06653440399998, - 36.95425181200005 - ], - [ - -122.06661880499996, - 36.95411128200004 - ], - [ - -122.06663040299998, - 36.95409188700006 - ], - [ - -122.06679494099996, - 36.95402209100007 - ], - [ - -122.06692039499995, - 36.953969216000075 - ], - [ - -122.06711327299996, - 36.95377849700003 - ], - [ - -122.06719566899994, - 36.95371280300003 - ], - [ - -122.06731122599996, - 36.953509653000026 - ], - [ - -122.06736267999997, - 36.95334691900007 - ], - [ - -122.067425104, - 36.953057941000054 - ], - [ - -122.06749398799997, - 36.95283184200008 - ], - [ - -122.06760767399999, - 36.95270837600003 - ], - [ - -122.06765979999994, - 36.95274444700004 - ], - [ - -122.06776050099995, - 36.95281517300003 - ], - [ - -122.06785775099996, - 36.95295914400003 - ], - [ - -122.067878786, - 36.952989358000025 - ], - [ - -122.06797805599996, - 36.95323319500005 - ], - [ - -122.06803386899998, - 36.953281925000056 - ], - [ - -122.06805652699995, - 36.95330079300004 - ], - [ - -122.06812211599998, - 36.953327770000044 - ], - [ - -122.06842268699995, - 36.95338692400003 - ], - [ - -122.06853523899997, - 36.95344752900007 - ], - [ - -122.06855947899999, - 36.95345990200008 - ], - [ - -122.06866276499994, - 36.95356735000007 - ], - [ - -122.06884815599994, - 36.95375955700007 - ], - [ - -122.06892271099997, - 36.95388972300003 - ], - [ - -122.06887854299998, - 36.95406814800003 - ], - [ - -122.06879901599996, - 36.95427763200007 - ], - [ - -122.06877641899996, - 36.95433841600004 - ], - [ - -122.06873390499999, - 36.95443575400003 - ], - [ - -122.06864411299995, - 36.95464267400007 - ], - [ - -122.06865546999995, - 36.95469815600006 - ], - [ - -122.06866929399996, - 36.954702413000064 - ], - [ - -122.06873823599994, - 36.95472342700003 - ], - [ - -122.06886179299994, - 36.95465898300006 - ], - [ - -122.06902074399994, - 36.95456481600007 - ], - [ - -122.06922956999995, - 36.95440474800006 - ], - [ - -122.06933586599996, - 36.954332590000035 - ], - [ - -122.06938470699998, - 36.95429961000008 - ], - [ - -122.06943390099997, - 36.95419596800008 - ], - [ - -122.06942094899995, - 36.95398535600003 - ], - [ - -122.06943406099998, - 36.95395700700004 - ], - [ - -122.06950618899998, - 36.95380494800003 - ], - [ - -122.06974753399999, - 36.95364515600005 - ], - [ - -122.06982495399996, - 36.95358397700005 - ], - [ - -122.06984999199994, - 36.95354831800006 - ], - [ - -122.069878255, - 36.953508455000076 - ], - [ - -122.06980597399996, - 36.95341016900005 - ], - [ - -122.06948400599998, - 36.953397721000044 - ], - [ - -122.06941354799994, - 36.953385593000064 - ], - [ - -122.06938088599998, - 36.95338018700005 - ], - [ - -122.069206211, - 36.95329085800006 - ], - [ - -122.06897441799998, - 36.95300834900007 - ], - [ - -122.0687236099999, - 36.95279534900004 - ], - [ - -122.06849805999997, - 36.95264490000005 - ], - [ - -122.06831408399995, - 36.952523814000074 - ], - [ - -122.06830529599995, - 36.95251089200008 - ], - [ - -122.06816977399995, - 36.95233623300004 - ], - [ - -122.06816052299996, - 36.952299907000054 - ], - [ - -122.06812523199994, - 36.95216582200004 - ], - [ - -122.06804232499996, - 36.95196775000005 - ], - [ - -122.06771931499998, - 36.951658990000055 - ], - [ - -122.06772714599998, - 36.95154657900008 - ], - [ - -122.06772697699995, - 36.95153392700007 - ], - [ - -122.06773499599996, - 36.95151213500003 - ], - [ - -122.06778187999998, - 36.95138174900006 - ], - [ - -122.06788774799998, - 36.951281057000074 - ], - [ - -122.06797628899994, - 36.951266858000054 - ], - [ - -122.06805993899997, - 36.95125372900003 - ], - [ - -122.06811140999997, - 36.951181965000046 - ], - [ - -122.06812074299995, - 36.95113751200006 - ], - [ - -122.06812710799994, - 36.95111307700006 - ], - [ - -122.0680355699999, - 36.951068977000034 - ], - [ - -122.067800477, - 36.95095504000005 - ], - [ - -122.06771648899996, - 36.95086553200008 - ], - [ - -122.06777655099995, - 36.95070918600004 - ], - [ - -122.06796370299998, - 36.950663389000056 - ], - [ - -122.06802548099995, - 36.95058293900007 - ], - [ - -122.06805706299997, - 36.950542315000064 - ], - [ - -122.06805815399997, - 36.95042763300006 - ], - [ - -122.06793464799995, - 36.95008762400005 - ], - [ - -122.06793426399997, - 36.95007356900004 - ], - [ - -122.067938799, - 36.94971129100003 - ], - [ - -122.06792290099997, - 36.94952779700003 - ], - [ - -122.06768921699995, - 36.94915596300007 - ], - [ - -122.06761668899998, - 36.94904193100007 - ], - [ - -122.06758795899998, - 36.94897438000004 - ], - [ - -122.06751790299995, - 36.94881559300006 - ], - [ - -122.067460499, - 36.948619320000034 - ], - [ - -122.06744214799994, - 36.948745072000065 - ], - [ - -122.06739037799997, - 36.94885733000007 - ], - [ - -122.06729457199998, - 36.94893999000004 - ], - [ - -122.06712980299994, - 36.94897726900007 - ], - [ - -122.06711708699999, - 36.94898815800008 - ], - [ - -122.06691870099996, - 36.948966315000064 - ], - [ - -122.06690305099994, - 36.948945182000045 - ], - [ - -122.06678247199994, - 36.94885029500006 - ], - [ - -122.06676510299997, - 36.94880786600004 - ], - [ - -122.06674601999998, - 36.94876124600006 - ], - [ - -122.06663565399998, - 36.94866101800005 - ], - [ - -122.06662694999994, - 36.94865799100006 - ], - [ - -122.06662691699995, - 36.94865798100005 - ], - [ - -122.06648079299998, - 36.948669909000046 - ], - [ - -122.06647730199995, - 36.948666237000054 - ], - [ - -122.06647725099998, - 36.94866626900006 - ], - [ - -122.06643564399997, - 36.948692117000064 - ], - [ - -122.06640086999994, - 36.94866713300007 - ], - [ - -122.06640086899995, - 36.948667070000056 - ], - [ - -122.06640074399996, - 36.948585741000045 - ], - [ - -122.06627564999997, - 36.948454208000044 - ], - [ - -122.06619423099994, - 36.94822370700007 - ], - [ - -122.06588616199997, - 36.948101844000064 - ], - [ - -122.065570993, - 36.94810161400005 - ], - [ - -122.06544065099996, - 36.948141150000026 - ], - [ - -122.06519425099998, - 36.948314984000035 - ], - [ - -122.06496756999996, - 36.948425873000076 - ], - [ - -122.06469375299997, - 36.94854540400007 - ], - [ - -122.06441961999997, - 36.948633382000025 - ], - [ - -122.06424824899995, - 36.94875597500004 - ], - [ - -122.06424382399996, - 36.94875656700003 - ], - [ - -122.06417810199997, - 36.948809511000036 - ], - [ - -122.06396131499997, - 36.94885737100003 - ], - [ - -122.06380543999995, - 36.94898008400003 - ], - [ - -122.06380538499997, - 36.94898008900003 - ], - [ - -122.06366788899999, - 36.94899213800005 - ], - [ - -122.06361116799997, - 36.949019115000056 - ], - [ - -122.06313175399998, - 36.94901758200007 - ], - [ - -122.06298080999994, - 36.94896230400008 - ], - [ - -122.06263341899995, - 36.949021222000056 - ], - [ - -122.06263271799997, - 36.94902138900005 - ], - [ - -122.06209480099994, - 36.94914913200006 - ], - [ - -122.06209475999998, - 36.94914914100008 - ], - [ - -122.06159988499996, - 36.94920604200007 - ], - [ - -122.06144464299996, - 36.949236179000025 - ], - [ - -122.06135042899996, - 36.949285186000054 - ], - [ - -122.06099449499999, - 36.94946039700005 - ], - [ - -122.06080143699995, - 36.94950961500007 - ], - [ - -122.06080137699996, - 36.949509645000035 - ], - [ - -122.06071478499996, - 36.94955292700007 - ], - [ - -122.06050616099998, - 36.94972697000003 - ], - [ - -122.06049514799997, - 36.949728821000065 - ], - [ - -122.06041864699995, - 36.94982316100004 - ], - [ - -122.06011694499995, - 36.94981175600003 - ], - [ - -122.06000188999997, - 36.94981172400003 - ], - [ - -122.05996820799999, - 36.94981738300004 - ], - [ - -122.05977218099997, - 36.949832092000065 - ], - [ - -122.05963094099997, - 36.949889029000076 - ], - [ - -122.05942533399997, - 36.94999782300005 - ], - [ - -122.05936856799997, - 36.950019972000064 - ], - [ - -122.05934344899998, - 36.95003767700007 - ], - [ - -122.05926135099998, - 36.95007951000008 - ], - [ - -122.059212748, - 36.95010427500006 - ], - [ - -122.05921271299997, - 36.950104268000075 - ], - [ - -122.05775440899998, - 36.94978618300007 - ], - [ - -122.05748525499996, - 36.949696251000034 - ], - [ - -122.05748519199994, - 36.94969623000003 - ], - [ - -122.05732103899999, - 36.94962672400004 - ], - [ - -122.05726811699998, - 36.94960431700008 - ], - [ - -122.05725345599996, - 36.949582459000055 - ], - [ - -122.05720677399995, - 36.94957231400008 - ], - [ - -122.05723422099999, - 36.949553783000056 - ], - [ - -122.05721645699998, - 36.949527319000026 - ], - [ - -122.05732894399995, - 36.94945604600008 - ], - [ - -122.05745126199997, - 36.94940724000003 - ], - [ - -122.05755644799996, - 36.94933622000008 - ], - [ - -122.05778998599999, - 36.94918258200005 - ], - [ - -122.057752656, - 36.94897580400004 - ], - [ - -122.05774545399998, - 36.948970332000044 - ], - [ - -122.05771545699997, - 36.948981022000055 - ], - [ - -122.05762497899997, - 36.94904560400005 - ], - [ - -122.05756323499998, - 36.94912668600006 - ], - [ - -122.05736364299997, - 36.94930991700005 - ], - [ - -122.05721617899997, - 36.94937406300005 - ], - [ - -122.05706016099998, - 36.94938858300003 - ], - [ - -122.05696422399996, - 36.94931798500005 - ], - [ - -122.05695997199996, - 36.949307591000036 - ], - [ - -122.05688649499996, - 36.94912810300008 - ], - [ - -122.05683454999996, - 36.949071325000034 - ], - [ - -122.056834515, - 36.94907128600005 - ], - [ - -122.05671338299999, - 36.94908037000005 - ], - [ - -122.056646216, - 36.949092362000044 - ], - [ - -122.05653883399998, - 36.94911426400006 - ], - [ - -122.05641165199995, - 36.94915748300008 - ], - [ - -122.05625607199994, - 36.949251512000046 - ], - [ - -122.05624612799994, - 36.949261603000025 - ], - [ - -122.05614588999998, - 36.94936331100007 - ], - [ - -122.056016076, - 36.94941636300007 - ], - [ - -122.05583632499997, - 36.949230715000056 - ], - [ - -122.05582391899998, - 36.949218253000026 - ], - [ - -122.05568057199997, - 36.94912974600004 - ], - [ - -122.05550034699996, - 36.94912638900007 - ], - [ - -122.05532427299994, - 36.94916832900003 - ], - [ - -122.05520796099995, - 36.949202601000025 - ], - [ - -122.05513325299995, - 36.94921382700005 - ], - [ - -122.05513298899996, - 36.949213891000056 - ], - [ - -122.055080611, - 36.949226372000055 - ], - [ - -122.05491606199996, - 36.94924755400007 - ], - [ - -122.054915984, - 36.94924757200005 - ], - [ - -122.05489247499997, - 36.94920932500003 - ], - [ - -122.05487237699998, - 36.94920668800006 - ], - [ - -122.05476309, - 36.949018774000024 - ], - [ - -122.05450308199994, - 36.948985151000045 - ], - [ - -122.05423583199996, - 36.94896949900004 - ], - [ - -122.05415880499999, - 36.94896724300003 - ], - [ - -122.05401302699994, - 36.94898806400005 - ], - [ - -122.05396658399997, - 36.94901499500003 - ], - [ - -122.05384830799994, - 36.949083579000046 - ], - [ - -122.05382177299998, - 36.94918706200008 - ], - [ - -122.05382176299997, - 36.94918710300004 - ], - [ - -122.05378861, - 36.94921192000004 - ], - [ - -122.05371757999995, - 36.949265095000044 - ], - [ - -122.05371755199997, - 36.94926511800003 - ], - [ - -122.05362366599996, - 36.94926822700006 - ], - [ - -122.05356441699996, - 36.949338228000045 - ], - [ - -122.05332198099995, - 36.94921547000007 - ], - [ - -122.0532492899999, - 36.949222966000036 - ], - [ - -122.05310171499997, - 36.949296109000045 - ], - [ - -122.05301462199998, - 36.94940824100007 - ], - [ - -122.05301459499998, - 36.949408274000064 - ], - [ - -122.05295391899995, - 36.949542902000076 - ], - [ - -122.05304039699996, - 36.94964727900003 - ], - [ - -122.05304921199996, - 36.949726217000034 - ], - [ - -122.05299746099996, - 36.949768592000055 - ], - [ - -122.05293032699996, - 36.94975240400004 - ], - [ - -122.05287879399998, - 36.94977669900004 - ], - [ - -122.05279270299997, - 36.94970740900004 - ], - [ - -122.05267628699994, - 36.94963530900003 - ], - [ - -122.05261080499997, - 36.94956604400005 - ], - [ - -122.05251962099999, - 36.94946960300007 - ], - [ - -122.05251960499999, - 36.94946957900004 - ], - [ - -122.05244545299996, - 36.949352443000066 - ], - [ - -122.05244118099995, - 36.949347286000034 - ], - [ - -122.05233906099994, - 36.94920449700004 - ], - [ - -122.05232526199995, - 36.94919039300004 - ], - [ - -122.05224191499997, - 36.949169908000044 - ], - [ - -122.05192994299995, - 36.949370188000046 - ], - [ - -122.05192677199994, - 36.94937155400004 - ], - [ - -122.05167787699997, - 36.949478672000055 - ], - [ - -122.05167689199999, - 36.949477460000026 - ], - [ - -122.05167687199997, - 36.94947743600005 - ], - [ - -122.05159884699998, - 36.94951632800007 - ], - [ - -122.05148914799997, - 36.94936221000006 - ], - [ - -122.05114687899999, - 36.94933918900006 - ], - [ - -122.05089341599995, - 36.949343921000036 - ], - [ - -122.05057880799995, - 36.94941126300006 - ], - [ - -122.05054852499995, - 36.949414836000074 - ], - [ - -122.05046256799994, - 36.94944410200003 - ], - [ - -122.05023572299996, - 36.949425749000056 - ], - [ - -122.05018488099995, - 36.94942163600007 - ], - [ - -122.05018481499997, - 36.949421631000064 - ], - [ - -122.04999420299998, - 36.94935258700008 - ], - [ - -122.049953443, - 36.949335881000025 - ], - [ - -122.04989841699995, - 36.94931332800007 - ], - [ - -122.049887776, - 36.94926839100003 - ], - [ - -122.04981186499998, - 36.94916173800004 - ], - [ - -122.04981302699997, - 36.94915509800006 - ], - [ - -122.04983982199997, - 36.94900196200007 - ], - [ - -122.04992898299997, - 36.948831408000046 - ], - [ - -122.04999793099995, - 36.94870576300008 - ], - [ - -122.04975958199998, - 36.948749029000055 - ], - [ - -122.04975808299997, - 36.94874986000008 - ], - [ - -122.04965555899997, - 36.94880670900005 - ], - [ - -122.04955162299996, - 36.94887779700008 - ], - [ - -122.04942123499995, - 36.948966976000065 - ], - [ - -122.04916057399998, - 36.94909563900006 - ], - [ - -122.04909664999997, - 36.94910344900006 - ], - [ - -122.048997037, - 36.949150700000075 - ], - [ - -122.04884492999997, - 36.949112557000035 - ], - [ - -122.04878947199995, - 36.94910969600005 - ], - [ - -122.04870918699999, - 36.94910555400003 - ], - [ - -122.04870915799995, - 36.949105572000065 - ], - [ - -122.048656774, - 36.94913668500004 - ], - [ - -122.04866592499997, - 36.949254078000024 - ], - [ - -122.04863617399997, - 36.949363875000074 - ], - [ - -122.04863124699995, - 36.949382067000045 - ], - [ - -122.04861416799997, - 36.94940324000004 - ], - [ - -122.04858788399997, - 36.94943582500008 - ], - [ - -122.04833597599998, - 36.94953080100004 - ], - [ - -122.04798868299997, - 36.949633892000065 - ], - [ - -122.04794109699998, - 36.94963895700005 - ], - [ - -122.04790701999997, - 36.949648996000064 - ], - [ - -122.04755809999995, - 36.94970929200008 - ], - [ - -122.04748920199995, - 36.94968701500005 - ], - [ - -122.04739830399996, - 36.949696682000024 - ], - [ - -122.04717284399999, - 36.94958668700008 - ], - [ - -122.04693412199998, - 36.949370490000035 - ], - [ - -122.04682590999994, - 36.94928738700003 - ], - [ - -122.04660823199998, - 36.94921715800007 - ], - [ - -122.04660817399997, - 36.94921719100006 - ], - [ - -122.04651284099998, - 36.94927041400007 - ], - [ - -122.04652057399994, - 36.94937531100004 - ], - [ - -122.04652114799995, - 36.94938310100008 - ], - [ - -122.04651519199996, - 36.949418183000034 - ], - [ - -122.04649552199999, - 36.949534062000055 - ], - [ - -122.04643544499999, - 36.949608640000065 - ], - [ - -122.04643480399994, - 36.94961012400006 - ], - [ - -122.046433837, - 36.949610635000056 - ], - [ - -122.04639995599996, - 36.949652696000044 - ], - [ - -122.04630378299998, - 36.94972534900006 - ], - [ - -122.04625252599999, - 36.94976407000007 - ], - [ - -122.04609143, - 36.94982623200008 - ], - [ - -122.04596622899999, - 36.949874531000034 - ], - [ - -122.04596616099997, - 36.949874556000054 - ], - [ - -122.045870515, - 36.949896298000056 - ], - [ - -122.04587043699996, - 36.94989628800005 - ], - [ - -122.045725103, - 36.94987626900007 - ], - [ - -122.04569512399996, - 36.94987685000007 - ], - [ - -122.04547269399995, - 36.94980625300008 - ], - [ - -122.04546302299997, - 36.94980835300004 - ], - [ - -122.04532517399997, - 36.94987837900004 - ], - [ - -122.04528123799997, - 36.94993867300008 - ], - [ - -122.04528121699997, - 36.94993870700006 - ], - [ - -122.04521089899998, - 36.95010277600005 - ], - [ - -122.04513280099997, - 36.950171967000074 - ], - [ - -122.04513270799998, - 36.950172020000025 - ], - [ - -122.04513267699997, - 36.95017203800006 - ], - [ - -122.04498499699997, - 36.95025656100006 - ], - [ - -122.04498491099997, - 36.95025657000008 - ], - [ - -122.044935211, - 36.95026210200007 - ], - [ - -122.04492722199996, - 36.95026728900007 - ], - [ - -122.04481730499998, - 36.950300206000065 - ], - [ - -122.04466665099994, - 36.95027871100007 - ], - [ - -122.04464047, - 36.950274053000044 - ], - [ - -122.04455937799997, - 36.95026883200006 - ], - [ - -122.04455932499997, - 36.95026882900004 - ], - [ - -122.044472639, - 36.95029971100007 - ], - [ - -122.04422098499998, - 36.950489160000075 - ], - [ - -122.04407339299996, - 36.95055561200007 - ], - [ - -122.04403813999994, - 36.95055839300005 - ], - [ - -122.04386470199995, - 36.95057207600007 - ], - [ - -122.04369149999997, - 36.950568316000044 - ], - [ - -122.04358733099997, - 36.950589938000064 - ], - [ - -122.04355312999996, - 36.95065000200003 - ], - [ - -122.04354309799999, - 36.95076092200003 - ], - [ - -122.04339849999997, - 36.950745289000054 - ], - [ - -122.04338403599996, - 36.950745666000046 - ], - [ - -122.04328273399994, - 36.95088161900003 - ], - [ - -122.043205108, - 36.95100161400006 - ], - [ - -122.04309720799995, - 36.95104972200005 - ], - [ - -122.04306623899998, - 36.951063530000056 - ], - [ - -122.04306618099997, - 36.951063556000065 - ], - [ - -122.04284920299995, - 36.95111826600004 - ], - [ - -122.04277117499998, - 36.951165581000055 - ], - [ - -122.04268440899995, - 36.95121819600007 - ], - [ - -122.04251934099995, - 36.951392791000046 - ], - [ - -122.04243073699996, - 36.951448570000025 - ], - [ - -122.04239747599996, - 36.95149083300004 - ], - [ - -122.04235309999996, - 36.95149744400004 - ], - [ - -122.04221587599994, - 36.95158383200004 - ], - [ - -122.04206789399996, - 36.95185782000004 - ], - [ - -122.04204786099996, - 36.95188190300007 - ], - [ - -122.04202672899999, - 36.95194755700004 - ], - [ - -122.04196120199998, - 36.95198708600003 - ], - [ - -122.041868551, - 36.95213559800004 - ], - [ - -122.041868524, - 36.95213564900007 - ], - [ - -122.04181603399996, - 36.952281586000026 - ], - [ - -122.04174068099996, - 36.95237024000005 - ], - [ - -122.04171089199997, - 36.952447541000026 - ], - [ - -122.04161160899997, - 36.952534772000035 - ], - [ - -122.04156490599996, - 36.952608603000044 - ], - [ - -122.04148680299994, - 36.95267779100004 - ], - [ - -122.04146068499995, - 36.95267639400004 - ], - [ - -122.04142965799997, - 36.95270667700004 - ], - [ - -122.04115574699995, - 36.952661644000045 - ], - [ - -122.04112081399995, - 36.95265822400006 - ], - [ - -122.04099156899997, - 36.952651314000036 - ], - [ - -122.04099153399994, - 36.95265131200006 - ], - [ - -122.04088780099994, - 36.95269549200003 - ], - [ - -122.04081796699995, - 36.95283687800003 - ], - [ - -122.04078337799996, - 36.952833128000066 - ], - [ - -122.04077223699994, - 36.95284784000006 - ], - [ - -122.04049107999998, - 36.952820777000056 - ], - [ - -122.04045279699994, - 36.95281794300007 - ], - [ - -122.04017554899997, - 36.952847521000024 - ], - [ - -122.040125107, - 36.95284070300005 - ], - [ - -122.03980985899994, - 36.95279810100004 - ], - [ - -122.03975842499995, - 36.952803578000044 - ], - [ - -122.03959439699997, - 36.95284055900004 - ], - [ - -122.03942958399995, - 36.95288429500005 - ], - [ - -122.03921695499997, - 36.95293440300003 - ], - [ - -122.03885498499994, - 36.952746681000065 - ], - [ - -122.03867019599994, - 36.95264828100005 - ], - [ - -122.03840970199997, - 36.952652930000056 - ], - [ - -122.03819046399997, - 36.95255875700008 - ], - [ - -122.03810139299998, - 36.952663951000034 - ], - [ - -122.03796955899998, - 36.95267963500004 - ], - [ - -122.03795364599995, - 36.95269432200007 - ], - [ - -122.03782556299996, - 36.952709121000055 - ], - [ - -122.03770058799995, - 36.95272355900005 - ], - [ - -122.03764274799994, - 36.952795440000045 - ], - [ - -122.03748754399999, - 36.95270721000003 - ], - [ - -122.03733718499996, - 36.95265093200004 - ], - [ - -122.03716310399994, - 36.952522772000066 - ], - [ - -122.03713603199998, - 36.95250738200008 - ], - [ - -122.03712478699998, - 36.95249456200003 - ], - [ - -122.03694581999997, - 36.952362805000064 - ], - [ - -122.03688511799999, - 36.95236574900008 - ], - [ - -122.036807722, - 36.952378612000075 - ], - [ - -122.03679682699999, - 36.95239043200007 - ], - [ - -122.03673232099999, - 36.95251311800007 - ], - [ - -122.03671612799997, - 36.95251121200005 - ], - [ - -122.03670368899998, - 36.952555665000034 - ], - [ - -122.03648618099999, - 36.95255167000005 - ], - [ - -122.03620015099995, - 36.952463720000026 - ], - [ - -122.03613659599995, - 36.952408235000064 - ], - [ - -122.03602021299997, - 36.95236986500004 - ], - [ - -122.03584934199995, - 36.95217016600003 - ], - [ - -122.03558945399999, - 36.95207115100004 - ], - [ - -122.03558273799996, - 36.95206396800006 - ], - [ - -122.03554056699994, - 36.95205724200008 - ], - [ - -122.03534940399999, - 36.95190124000004 - ], - [ - -122.03520672499997, - 36.95186071400008 - ], - [ - -122.03514865399995, - 36.95183702600008 - ], - [ - -122.03493253599999, - 36.95178415600003 - ], - [ - -122.03488917399994, - 36.95171389500007 - ], - [ - -122.03481265199997, - 36.95165712700003 - ], - [ - -122.03468625299996, - 36.95166267500008 - ], - [ - -122.03459725399995, - 36.95181744300004 - ], - [ - -122.03443968699997, - 36.95184320200008 - ], - [ - -122.03443229499999, - 36.95183625300007 - ], - [ - -122.034316177, - 36.95178356200006 - ], - [ - -122.03420157399995, - 36.951651165000044 - ], - [ - -122.03411776699994, - 36.95160856700005 - ], - [ - -122.033986546, - 36.951596100000074 - ], - [ - -122.03396131399995, - 36.95159693100004 - ], - [ - -122.03372742899995, - 36.95165711900006 - ], - [ - -122.03369571199994, - 36.95168806800007 - ], - [ - -122.03363877099997, - 36.95178710600004 - ], - [ - -122.03356991299995, - 36.95184741200006 - ], - [ - -122.03352194599995, - 36.951850412000056 - ], - [ - -122.03343266399997, - 36.95192964600005 - ], - [ - -122.03311101499997, - 36.951830123000036 - ], - [ - -122.03271978199996, - 36.95177956900005 - ], - [ - -122.03264974899997, - 36.95178353700004 - ], - [ - -122.03264968299999, - 36.951783540000065 - ], - [ - -122.032597792, - 36.95177807300007 - ], - [ - -122.03254744199995, - 36.95177277000005 - ], - [ - -122.03246027499995, - 36.95177523800004 - ], - [ - -122.03242409699999, - 36.951757566000026 - ], - [ - -122.03222388499995, - 36.95171021600004 - ], - [ - -122.03211995999999, - 36.95166208400008 - ], - [ - -122.03201600299997, - 36.951501257000075 - ], - [ - -122.03201592499994, - 36.95150125500004 - ], - [ - -122.03200468299997, - 36.951500958000054 - ], - [ - -122.03184478199995, - 36.95154260800007 - ], - [ - -122.03167336499996, - 36.95160881400005 - ], - [ - -122.03163808999994, - 36.95151945400005 - ], - [ - -122.031573026, - 36.95149760500004 - ], - [ - -122.03159049299995, - 36.951283656000044 - ], - [ - -122.031530004, - 36.95118402000003 - ], - [ - -122.031529923, - 36.95118399800003 - ], - [ - -122.03137323299995, - 36.95114438600007 - ], - [ - -122.03137250099996, - 36.95114579600005 - ], - [ - -122.03137234599996, - 36.95114609500007 - ], - [ - -122.03137226599995, - 36.95114625100007 - ], - [ - -122.03133162699999, - 36.95132208000007 - ], - [ - -122.031329976, - 36.95132327400006 - ], - [ - -122.03132992599996, - 36.95135814500003 - ], - [ - -122.031208758, - 36.951440508000076 - ], - [ - -122.03118060499997, - 36.95144902000004 - ], - [ - -122.03113859899997, - 36.951461720000054 - ], - [ - -122.03111908699998, - 36.95147583500005 - ], - [ - -122.03102293199998, - 36.95158547300008 - ], - [ - -122.03082199799996, - 36.95158236100008 - ], - [ - -122.03071482799999, - 36.95158070100007 - ], - [ - -122.03041328299997, - 36.951612038000064 - ], - [ - -122.030262473, - 36.95154770600004 - ], - [ - -122.02998163099994, - 36.95166259300004 - ], - [ - -122.02976910199999, - 36.951760010000044 - ], - [ - -122.02945397999997, - 36.951865600000076 - ], - [ - -122.02911829799996, - 36.95187637300006 - ], - [ - -122.02885254999995, - 36.95182347400004 - ], - [ - -122.02879326599998, - 36.951820533000046 - ], - [ - -122.02866482099995, - 36.95181416100007 - ], - [ - -122.02851369299998, - 36.95178666900006 - ], - [ - -122.02835258299996, - 36.951757360000045 - ], - [ - -122.02798319799996, - 36.95163620200003 - ], - [ - -122.02763258899995, - 36.95157124100007 - ], - [ - -122.02753039599997, - 36.95154860300005 - ], - [ - -122.02750158099997, - 36.95154548000005 - ], - [ - -122.02748162399996, - 36.95153779900005 - ], - [ - -122.02728398999994, - 36.95149401600003 - ], - [ - -122.02725186799995, - 36.95144935400003 - ], - [ - -122.027250198, - 36.95144871200006 - ], - [ - -122.02725013799994, - 36.951448689000074 - ], - [ - -122.02709349899999, - 36.951341625000055 - ], - [ - -122.02706734599997, - 36.95124428300005 - ], - [ - -122.02698914299998, - 36.95110628100008 - ], - [ - -122.02696317099998, - 36.95100253800007 - ], - [ - -122.02696530699995, - 36.95100065200006 - ], - [ - -122.02693602399995, - 36.95092552600005 - ], - [ - -122.02702892099995, - 36.950802192000026 - ], - [ - -122.02701564199998, - 36.95073688600007 - ], - [ - -122.02695161599996, - 36.95066996000003 - ], - [ - -122.02686991999997, - 36.95072310300003 - ], - [ - -122.02684175299999, - 36.950771564000036 - ], - [ - -122.02684171199996, - 36.950771632000055 - ], - [ - -122.02681564799997, - 36.95078930300008 - ], - [ - -122.02679701999995, - 36.950776018000056 - ], - [ - -122.02675509199997, - 36.95074611800004 - ], - [ - -122.026702947, - 36.95059016500005 - ], - [ - -122.02663370699997, - 36.95045876000006 - ], - [ - -122.02655408199996, - 36.95034874700008 - ], - [ - -122.02639570499997, - 36.950414049000074 - ], - [ - -122.02638441899995, - 36.950608438000074 - ], - [ - -122.02643399099998, - 36.95098903400003 - ], - [ - -122.02643399799996, - 36.95098909300003 - ], - [ - -122.02639343499999, - 36.951026771000045 - ], - [ - -122.02636437399997, - 36.95105376600003 - ], - [ - -122.02608688199996, - 36.951067229000046 - ], - [ - -122.02583525499995, - 36.95126577000008 - ], - [ - -122.02582612499998, - 36.951371667000046 - ], - [ - -122.02591327799996, - 36.951476048000075 - ], - [ - -122.02596525999996, - 36.95158012500008 - ], - [ - -122.02596965899994, - 36.95172428300003 - ], - [ - -122.02598847999997, - 36.951798875000065 - ], - [ - -122.02596342499999, - 36.951934110000025 - ], - [ - -122.02593869099996, - 36.952118393000035 - ], - [ - -122.02586828999995, - 36.95228235500008 - ], - [ - -122.02580231499996, - 36.95247114800003 - ], - [ - -122.02579695199995, - 36.952472588000035 - ], - [ - -122.02554169099994, - 36.952541119000045 - ], - [ - -122.02539032399994, - 36.95270787100003 - ], - [ - -122.02538452099998, - 36.952737365000075 - ], - [ - -122.025369034, - 36.95281605300005 - ], - [ - -122.02536325199998, - 36.952882188000046 - ], - [ - -122.02535071199998, - 36.95289320300003 - ], - [ - -122.02535068199995, - 36.95289328600006 - ], - [ - -122.02532283399995, - 36.95297202800003 - ], - [ - -122.02532282399994, - 36.95297205800006 - ], - [ - -122.02523622399997, - 36.95299385000004 - ], - [ - -122.025201617, - 36.953031622000026 - ], - [ - -122.02506091099997, - 36.953416041000025 - ], - [ - -122.02506022499995, - 36.953745050000066 - ], - [ - -122.02497031099995, - 36.95408008600003 - ], - [ - -122.02464169299998, - 36.95450187500006 - ], - [ - -122.02464117699998, - 36.95450336500005 - ], - [ - -122.02464014799995, - 36.954506337000055 - ], - [ - -122.02464001899995, - 36.95450670800005 - ], - [ - -122.02460562899995, - 36.954712577000066 - ], - [ - -122.02462639499998, - 36.95484570600007 - ], - [ - -122.02432698099994, - 36.95539819800007 - ], - [ - -122.02431616299998, - 36.95550784200003 - ], - [ - -122.024332771, - 36.95559853800006 - ], - [ - -122.02437732599998, - 36.95576985400004 - ], - [ - -122.02452024899998, - 36.956122580000056 - ], - [ - -122.024568, - 36.95634156300008 - ], - [ - -122.02459585399998, - 36.95644190200005 - ], - [ - -122.02464924699996, - 36.956495534000055 - ], - [ - -122.02468081699999, - 36.95652726000003 - ], - [ - -122.02482801399998, - 36.95659609300003 - ], - [ - -122.02495793899999, - 36.95669637300006 - ], - [ - -122.02500547499994, - 36.95676482700003 - ], - [ - -122.02505389599997, - 36.95683457300004 - ], - [ - -122.02508168099996, - 36.95692585300003 - ], - [ - -122.02512791199996, - 36.95697039300006 - ], - [ - -122.02525118999995, - 36.957212533000074 - ], - [ - -122.02531212499997, - 36.957388808000076 - ], - [ - -122.025383848, - 36.95746173400005 - ], - [ - -122.02547066499994, - 36.95750733500006 - ], - [ - -122.02550889499997, - 36.95754386600004 - ], - [ - -122.02551596199999, - 36.957550619000074 - ], - [ - -122.02554340499995, - 36.95757683800008 - ], - [ - -122.02568152999999, - 36.957653253000046 - ], - [ - -122.02561934799996, - 36.95790513600008 - ], - [ - -122.02557077699998, - 36.95819093400007 - ], - [ - -122.02545345599998, - 36.958417576000045 - ], - [ - -122.02528216999997, - 36.958637012000054 - ], - [ - -122.02517854699994, - 36.95878038500007 - ], - [ - -122.02508920399998, - 36.95895993200003 - ], - [ - -122.02502413399998, - 36.959226450000074 - ], - [ - -122.02497883499996, - 36.95941198200006 - ], - [ - -122.02496422499996, - 36.95973186100008 - ], - [ - -122.02497770999997, - 36.95999563400005 - ], - [ - -122.02492893299996, - 36.96029720400003 - ], - [ - -122.02475046099994, - 36.96058418700005 - ], - [ - -122.024530713, - 36.96085956100006 - ], - [ - -122.02433837199999, - 36.961132908000025 - ], - [ - -122.02421432299997, - 36.96139104300005 - ], - [ - -122.02389136199997, - 36.96172190500005 - ], - [ - -122.02363777, - 36.962008266000055 - ], - [ - -122.02350052899999, - 36.962144601000034 - ], - [ - -122.02327402999998, - 36.962343297000075 - ], - [ - -122.02297889599998, - 36.96247382400003 - ], - [ - -122.02268350399999, - 36.96255805900006 - ], - [ - -122.02254138999996, - 36.96260683400004 - ], - [ - -122.02242351399997, - 36.962647289000074 - ], - [ - -122.02207146699999, - 36.96271173400004 - ], - [ - -122.02176407499996, - 36.962768003000065 - ], - [ - -122.02167117599998, - 36.96277676500006 - ], - [ - -122.02143375299994, - 36.96279915700006 - ], - [ - -122.02099122599998, - 36.96286758800005 - ], - [ - -122.02088130299995, - 36.96290006700008 - ], - [ - -122.02063545399994, - 36.96297271000003 - ], - [ - -122.020619034, - 36.962978787000054 - ], - [ - -122.02052545899994, - 36.96305301800004 - ], - [ - -122.01983319399994, - 36.963218563000055 - ], - [ - -122.01967583699997, - 36.96324817000004 - ], - [ - -122.01967543199999, - 36.96324825100004 - ], - [ - -122.01963562199995, - 36.963256810000075 - ], - [ - -122.01960246599998, - 36.963263934000054 - ], - [ - -122.01958602599996, - 36.963265068000055 - ], - [ - -122.01933984599998, - 36.963311384000065 - ], - [ - -122.019165349, - 36.96333139300003 - ], - [ - -122.01882657199997, - 36.96337023700005 - ], - [ - -122.01805928899995, - 36.96341797000008 - ], - [ - -122.01736688699998, - 36.96348434600003 - ], - [ - -122.01684644699998, - 36.96355439700005 - ], - [ - -122.01620911899994, - 36.963596435000056 - ], - [ - -122.015366745, - 36.963641273000064 - ], - [ - -122.01477750499998, - 36.963710743000036 - ], - [ - -122.01438701399996, - 36.96372101900005 - ], - [ - -122.01378457199996, - 36.96367094000004 - ], - [ - -122.01345594099996, - 36.96362088300003 - ], - [ - -122.013288795, - 36.96362917700003 - ], - [ - -122.01318681099997, - 36.96369300400005 - ], - [ - -122.01318674799995, - 36.963693044000024 - ], - [ - -122.01309178799994, - 36.963870271000076 - ], - [ - -122.01307313799998, - 36.96406848100003 - ], - [ - -122.01307792199998, - 36.96418787500005 - ], - [ - -122.01306364199996, - 36.964532543000075 - ], - [ - -122.01304898499995, - 36.964906505000044 - ], - [ - -122.01304098999998, - 36.96519939500007 - ], - [ - -122.01301468899999, - 36.965276430000074 - ], - [ - -122.01297850499998, - 36.96547599400003 - ], - [ - -122.01283996999996, - 36.965594345000056 - ], - [ - -122.01279975499995, - 36.965639328000066 - ], - [ - -122.01278656599999, - 36.96565474000005 - ], - [ - -122.01278561699996, - 36.96565514300005 - ], - [ - -122.01273600899998, - 36.965710632000025 - ], - [ - -122.01273601099996, - 36.96571066000007 - ], - [ - -122.01274441899994, - 36.96587520700007 - ], - [ - -122.01244062799998, - 36.96601915100007 - ], - [ - -122.01224100299999, - 36.96566371200004 - ], - [ - -122.01214508299995, - 36.96536768100003 - ], - [ - -122.01208135399997, - 36.964900803000035 - ], - [ - -122.01201481899994, - 36.96441339200004 - ], - [ - -122.01201481699997, - 36.96441336600003 - ], - [ - -122.01198067499996, - 36.963901544000066 - ], - [ - -122.01198067499996, - 36.96390151400004 - ], - [ - -122.01198926399996, - 36.963756843000056 - ], - [ - -122.01199792399996, - 36.96361094400004 - ], - [ - -122.01203447799998, - 36.963495323000075 - ], - [ - -122.01207608599998, - 36.963363737000066 - ], - [ - -122.01207608599998, - 36.96336370100005 - ], - [ - -122.01206789099996, - 36.96321679500005 - ], - [ - -122.01206703599996, - 36.96320143300005 - ], - [ - -122.01206703399998, - 36.963201387000026 - ], - [ - -122.01200675799998, - 36.96314230200005 - ], - [ - -122.01193702499995, - 36.96315072700003 - ], - [ - -122.01183565899998, - 36.96344511500007 - ], - [ - -122.01182409199998, - 36.96347870500006 - ], - [ - -122.01182047199995, - 36.963479531000075 - ], - [ - -122.01178431899996, - 36.96361822800003 - ], - [ - -122.01056577699995, - 36.96343454600003 - ], - [ - -122.00985373999998, - 36.96339029100005 - ], - [ - -122.00921628799995, - 36.963304193000056 - ], - [ - -122.00898589199994, - 36.96329289000005 - ], - [ - -122.00836061299998, - 36.96321104200007 - ], - [ - -122.00836056799994, - 36.96321103400004 - ], - [ - -122.007883011, - 36.96312359500007 - ], - [ - -122.00745731199999, - 36.96300506800003 - ], - [ - -122.00703285999998, - 36.962913541000034 - ], - [ - -122.00665963999995, - 36.96285398100008 - ], - [ - -122.006659507, - 36.96285395900003 - ], - [ - -122.00637570599997, - 36.96284514100006 - ], - [ - -122.00546554399995, - 36.96259638400005 - ], - [ - -122.00476738799995, - 36.96240348500004 - ], - [ - -122.00470836599999, - 36.96238661800004 - ], - [ - -122.00448863699995, - 36.96234708500003 - ], - [ - -122.00448854999996, - 36.96234706600006 - ], - [ - -122.00421088199994, - 36.962277140000026 - ], - [ - -122.00421074699995, - 36.962277097000026 - ], - [ - -122.00330626099998, - 36.96198593200006 - ], - [ - -122.00328872199998, - 36.961980924000045 - ], - [ - -122.00288505699996, - 36.961871615000064 - ], - [ - -122.00288898999997, - 36.96177209500007 - ], - [ - -122.00278750599995, - 36.96138415300004 - ], - [ - -122.00274370499994, - 36.960910356000056 - ], - [ - -122.00244001399994, - 36.96057213300003 - ], - [ - -122.00227119299996, - 36.960471306000045 - ], - [ - -122.00208024699998, - 36.96038428700007 - ], - [ - -122.00175734199996, - 36.96040496000006 - ], - [ - -122.00173923299997, - 36.96041239200008 - ], - [ - -122.00177191999995, - 36.960585227000024 - ], - [ - -122.00177579999996, - 36.96058884200005 - ], - [ - -122.00212757099996, - 36.96079257100007 - ], - [ - -122.002224706, - 36.96086211700003 - ], - [ - -122.00224174099998, - 36.96087431300003 - ], - [ - -122.00231837799998, - 36.960911356000054 - ], - [ - -122.00244018199999, - 36.96098452100006 - ], - [ - -122.00245734899994, - 36.96102868300005 - ], - [ - -122.00255116599999, - 36.96109585200003 - ], - [ - -122.00262661899995, - 36.96123169700007 - ], - [ - -122.00262545499999, - 36.96158999700003 - ], - [ - -122.00260775699996, - 36.96184336400006 - ], - [ - -122.00270929699997, - 36.96258904200005 - ], - [ - -122.00274411699996, - 36.96304225100005 - ], - [ - -122.00272587399996, - 36.963085576000026 - ], - [ - -122.00273781899995, - 36.96314811900004 - ], - [ - -122.00238770799996, - 36.96339982000006 - ], - [ - -122.00236509299998, - 36.963626082000076 - ], - [ - -122.0023793299999, - 36.963665595000066 - ], - [ - -122.00250697399997, - 36.96382814800006 - ], - [ - -122.00268786199996, - 36.964017553000076 - ], - [ - -122.00255297399997, - 36.96407476700006 - ], - [ - -122.002637312, - 36.96409590800005 - ], - [ - -122.002975473, - 36.96414391600007 - ], - [ - -122.00304176299994, - 36.96419729200005 - ], - [ - -122.00305613299997, - 36.964200894000044 - ], - [ - -122.00305617299995, - 36.96420096400004 - ], - [ - -122.00306460499996, - 36.964215685000056 - ], - [ - -122.00325547199998, - 36.964369368000064 - ], - [ - -122.00334302199997, - 36.96481629900006 - ], - [ - -122.00336237999994, - 36.96543167100003 - ], - [ - -122.00342266499996, - 36.965977527000064 - ], - [ - -122.00349003499997, - 36.96641076700007 - ], - [ - -122.00350769299996, - 36.96666559000005 - ], - [ - -122.00357714499995, - 36.96715523600005 - ], - [ - -122.00359422199995, - 36.967403320000074 - ], - [ - -122.00366323799994, - 36.967703597000025 - ], - [ - -122.00366476999994, - 36.96771025900006 - ], - [ - -122.00264108999994, - 36.96781323100004 - ], - [ - -122.002656931, - 36.96822004300003 - ], - [ - -122.00265698299995, - 36.96822004100005 - ], - [ - -122.002778106, - 36.96821681400007 - ], - [ - -122.00303899099998, - 36.96820986000006 - ], - [ - -122.00306546899998, - 36.96832716800003 - ], - [ - -122.00290854399998, - 36.96867507200005 - ], - [ - -122.00269176799998, - 36.96898658600003 - ], - [ - -122.00257928899998, - 36.96910061800003 - ], - [ - -122.00237095699998, - 36.96929929600003 - ], - [ - -122.00213622999996, - 36.96943043700003 - ], - [ - -122.001884314, - 36.969682857000066 - ], - [ - -122.00161523399998, - 36.96981127300006 - ], - [ - -122.00147819199998, - 36.96983288800004 - ], - [ - -122.00130278799998, - 36.969860554000036 - ], - [ - -122.00130275599997, - 36.96986055900004 - ], - [ - -122.00115564199996, - 36.96999450800007 - ], - [ - -122.00108572699997, - 36.97008619400003 - ], - [ - -122.00108563999999, - 36.97008630800008 - ], - [ - -122.00108606699996, - 36.96893019100003 - ], - [ - -122.00124185399994, - 36.96877163700003 - ], - [ - -122.00124187999995, - 36.96877161300006 - ], - [ - -122.00127541899997, - 36.968754113000045 - ], - [ - -122.00144194499995, - 36.96866722900006 - ], - [ - -122.00164169799996, - 36.96853605000007 - ], - [ - -122.00169675999996, - 36.96852001100007 - ], - [ - -122.001867243, - 36.96847037200007 - ], - [ - -122.00197611699997, - 36.96847550800004 - ], - [ - -122.00204060599998, - 36.96847855000004 - ], - [ - -122.00224059099997, - 36.968376539000076 - ], - [ - -122.00230321299995, - 36.96830308700004 - ], - [ - -122.00110951999994, - 36.96837231600006 - ], - [ - -122.00029017799994, - 36.96916536300006 - ], - [ - -121.99975486599999, - 36.97030392400006 - ], - [ - -121.999543029, - 36.97075025400005 - ], - [ - -121.99941822399995, - 36.97101725300007 - ], - [ - -121.99939855699995, - 36.971058079000045 - ], - [ - -121.99932026799996, - 36.97125582100006 - ], - [ - -121.99926659899995, - 36.97139381300008 - ], - [ - -121.99922740699998, - 36.971494231000065 - ], - [ - -121.99920406499996, - 36.97152239400003 - ], - [ - -121.999117174, - 36.971627202000036 - ], - [ - -121.99906541499996, - 36.971690995000074 - ], - [ - -121.99902039199998, - 36.971750314000076 - ], - [ - -121.99897852799995, - 36.97180269100005 - ], - [ - -121.99897017799998, - 36.97181274500008 - ], - [ - -121.99891669399994, - 36.97187115300005 - ], - [ - -121.99884411899995, - 36.97192559400003 - ], - [ - -121.99845283399998, - 36.972220426000035 - ], - [ - -121.99776663999995, - 36.97351920400007 - ], - [ - -121.99758218399995, - 36.97345081700007 - ], - [ - -121.99752875299998, - 36.97343125900005 - ], - [ - -121.997835469, - 36.973789547000024 - ], - [ - -121.99748250799996, - 36.97445857500003 - ], - [ - -121.99745941099997, - 36.97450276200004 - ], - [ - -121.997429577, - 36.974558099000035 - ], - [ - -121.99734899599997, - 36.97472255500003 - ], - [ - -121.99734582199994, - 36.97472879500003 - ], - [ - -121.99719772599997, - 36.975033162000045 - ], - [ - -121.997061283, - 36.97531272900005 - ], - [ - -121.99696094499996, - 36.975521385000036 - ], - [ - -121.99685724999995, - 36.97572939500003 - ], - [ - -121.99672082999996, - 36.976009944000054 - ], - [ - -121.99660402699999, - 36.976247701000034 - ], - [ - -121.99658289999996, - 36.976293260000034 - ], - [ - -121.99637881599995, - 36.97670823900006 - ], - [ - -121.99637969799994, - 36.97683525800005 - ], - [ - -121.99637717199994, - 36.977480453000055 - ], - [ - -121.99582214399999, - 36.978321950000065 - ], - [ - -121.99528039999996, - 36.97914086600008 - ], - [ - -121.99569967099995, - 36.97965361400003 - ], - [ - -121.99578143399998, - 36.97988774600003 - ], - [ - -121.99624214499994, - 36.98119279000008 - ], - [ - -121.99620805399996, - 36.98120011300006 - ], - [ - -121.99618291499996, - 36.98122029100006 - ], - [ - -121.99602781299996, - 36.98134592800005 - ], - [ - -121.99580409499998, - 36.98171033800003 - ], - [ - -121.99501335699995, - 36.98232851500006 - ], - [ - -121.99483741399996, - 36.98217013400006 - ], - [ - -121.99444042199997, - 36.98278533700005 - ], - [ - -121.99438382999995, - 36.98295325400005 - ], - [ - -121.99460329699997, - 36.983228868000026 - ], - [ - -121.99472385899998, - 36.98334719400003 - ], - [ - -121.99479709699995, - 36.98341766900006 - ], - [ - -121.99484260099996, - 36.98346309200008 - ], - [ - -121.994822178, - 36.983475456000065 - ], - [ - -121.99469407, - 36.98357153300003 - ], - [ - -121.99456794899999, - 36.98368297300004 - ], - [ - -121.99448514399995, - 36.983743418000074 - ], - [ - -121.99439549799996, - 36.983797792000075 - ], - [ - -121.99399310899997, - 36.98404780200008 - ], - [ - -121.993687132, - 36.98424669600007 - ], - [ - -121.99355365199995, - 36.98433252800004 - ], - [ - -121.99349137899998, - 36.984384824000074 - ], - [ - -121.99343884099994, - 36.98441952200005 - ], - [ - -121.99335925699995, - 36.98446205600004 - ], - [ - -121.99327788799997, - 36.984503637000046 - ], - [ - -121.99321173699997, - 36.98452886100006 - ], - [ - -121.99312683899996, - 36.98456326000007 - ], - [ - -121.993036739, - 36.984600417000024 - ], - [ - -121.99295170499994, - 36.98462968500007 - ], - [ - -121.99285131199997, - 36.98466321800004 - ], - [ - -121.99276300199995, - 36.98469493300007 - ], - [ - -121.99250955199994, - 36.98477856100004 - ], - [ - -121.99236330899998, - 36.98482706600004 - ], - [ - -121.99221389599995, - 36.984888770000055 - ], - [ - -121.992125779, - 36.98493454000004 - ], - [ - -121.99192648899998, - 36.985072021000065 - ], - [ - -121.991890975, - 36.98509891100008 - ], - [ - -121.99173510999998, - 36.98517604700004 - ], - [ - -121.99145990499994, - 36.98528844200007 - ], - [ - -121.99141571899997, - 36.98530647700005 - ], - [ - -121.99136286399994, - 36.98531580100007 - ], - [ - -121.99134413699994, - 36.985319068000024 - ], - [ - -121.99129992899998, - 36.985329583000066 - ], - [ - -121.99125888099996, - 36.985333224000044 - ], - [ - -121.99119830099994, - 36.98547681200006 - ], - [ - -121.99118687699996, - 36.98550378900006 - ], - [ - -121.99098712699998, - 36.985617234000074 - ], - [ - -121.99077211799994, - 36.985738738000066 - ], - [ - -121.99071288899995, - 36.985773195000036 - ], - [ - -121.99057407, - 36.98585011500006 - ], - [ - -121.990178534, - 36.98628165300005 - ], - [ - -121.99009899499998, - 36.98633276100003 - ], - [ - -121.99006526, - 36.98635378400007 - ], - [ - -121.98982028499995, - 36.986512839000056 - ], - [ - -121.989713371, - 36.986733549000064 - ], - [ - -121.98969200999994, - 36.98677714200005 - ], - [ - -121.98957531999997, - 36.98702065400005 - ], - [ - -121.98967960399995, - 36.98718207200005 - ], - [ - -121.98980976899998, - 36.987190714000064 - ], - [ - -121.98969384699996, - 36.987302750000026 - ], - [ - -121.98967703799997, - 36.98731877900008 - ], - [ - -121.98943426799997, - 36.98759554900005 - ], - [ - -121.98940252799997, - 36.987632286000064 - ], - [ - -121.98916318199997, - 36.987905554000065 - ], - [ - -121.98877334699995, - 36.98828032700004 - ], - [ - -121.98871451599996, - 36.988336711000045 - ], - [ - -121.98810201799995, - 36.989051465000045 - ], - [ - -121.98796158599998, - 36.989214668000045 - ], - [ - -121.98791806799994, - 36.98926502900008 - ], - [ - -121.987912957, - 36.98927123100003 - ], - [ - -121.98789128199996, - 36.98929627100006 - ], - [ - -121.98786771699997, - 36.98932295800006 - ], - [ - -121.98783874099996, - 36.989324357000044 - ], - [ - -121.987830396, - 36.989334762000055 - ], - [ - -121.98780694199996, - 36.98936566500004 - ], - [ - -121.98737804299998, - 36.98992773700007 - ], - [ - -121.98727557099994, - 36.99132443000008 - ], - [ - -121.98704718, - 36.99145950800005 - ], - [ - -121.98697272499999, - 36.99150370900003 - ], - [ - -121.98675679399997, - 36.99175197300008 - ], - [ - -121.98679580399994, - 36.99190527800005 - ], - [ - -121.98672287399995, - 36.992202184000064 - ], - [ - -121.986891104, - 36.99256914600005 - ], - [ - -121.986930987, - 36.99259477100003 - ], - [ - -121.98711746299995, - 36.992410060000054 - ], - [ - -121.98704088699998, - 36.99252087100007 - ], - [ - -121.98697583299997, - 36.99261510900004 - ], - [ - -121.98702578299998, - 36.99271613800005 - ], - [ - -121.98703303399998, - 36.99273113100003 - ], - [ - -121.98710356199996, - 36.99283905500005 - ], - [ - -121.98717261799999, - 36.99286391000004 - ], - [ - -121.98729383199998, - 36.993107578000036 - ], - [ - -121.98739122899997, - 36.99344212400007 - ], - [ - -121.98743500999996, - 36.993576156000074 - ], - [ - -121.98744235699996, - 36.99360148300008 - ], - [ - -121.98746425899998, - 36.99367225900005 - ], - [ - -121.98759353199995, - 36.99380071100006 - ], - [ - -121.98761627699997, - 36.993823107000026 - ], - [ - -121.98773329899996, - 36.99394037600007 - ], - [ - -121.98781118399995, - 36.994067158000064 - ], - [ - -121.98787319099995, - 36.994178599000065 - ], - [ - -121.987896359, - 36.99421715700004 - ], - [ - -121.98791781899996, - 36.994271069000035 - ], - [ - -121.98796097899998, - 36.99437460200005 - ], - [ - -121.98805648299998, - 36.994697157000076 - ], - [ - -121.98821201499999, - 36.99494165500005 - ], - [ - -121.98829038099996, - 36.99509345600006 - ], - [ - -121.98788279999997, - 36.99509487500006 - ], - [ - -121.98770736199998, - 36.99496972900005 - ], - [ - -121.98763945199994, - 36.99499533300008 - ], - [ - -121.98748005299996, - 36.995048061000034 - ], - [ - -121.98747958599995, - 36.995048206000035 - ], - [ - -121.98748332799994, - 36.995064296000066 - ], - [ - -121.98748890099995, - 36.995088262000024 - ], - [ - -121.98749664299999, - 36.99512869600005 - ], - [ - -121.98749911899995, - 36.99516949800005 - ], - [ - -121.98749979999997, - 36.995208209000054 - ], - [ - -121.98749983799996, - 36.995210332000056 - ], - [ - -121.98750346399999, - 36.995214418000046 - ], - [ - -121.98758922099995, - 36.99531287800005 - ], - [ - -121.987599408, - 36.99532411600006 - ], - [ - -121.98761906099998, - 36.99534579700003 - ], - [ - -121.98761910099995, - 36.99534584100007 - ], - [ - -121.98765924699995, - 36.995345643000064 - ], - [ - -121.98766006899996, - 36.99534564500004 - ], - [ - -121.98874388699994, - 36.99534111200006 - ], - [ - -121.98913062999998, - 36.995758468000076 - ], - [ - -121.98915590499996, - 36.99578796800006 - ], - [ - -121.98953716399996, - 36.99623292600006 - ], - [ - -121.98990829099995, - 36.99646375200007 - ], - [ - -121.99028470399998, - 36.996627845000035 - ], - [ - -121.991063769, - 36.996977377000064 - ], - [ - -121.99108934099996, - 36.99747558900003 - ], - [ - -121.99095209099994, - 36.997639796000044 - ], - [ - -121.99094106599995, - 36.99776905300007 - ], - [ - -121.991191126, - 36.998043245000076 - ], - [ - -121.991459325, - 36.99878694900008 - ], - [ - -121.99146884399994, - 36.99900865800004 - ], - [ - -121.99147863199994, - 36.99924062600007 - ], - [ - -121.99182161599998, - 36.99995896200005 - ], - [ - -121.99189599699997, - 37.00034050100004 - ], - [ - -121.99200107099995, - 37.00087963100003 - ], - [ - -121.99203524299998, - 37.00131042400005 - ], - [ - -121.99187053799994, - 37.00163495700008 - ], - [ - -121.99198682899998, - 37.00240701700005 - ], - [ - -121.99222635299998, - 37.00265460000003 - ], - [ - -121.99224009899996, - 37.00300397600006 - ], - [ - -121.99203772799996, - 37.00316006800006 - ], - [ - -121.99210380899996, - 37.00364058900004 - ], - [ - -121.99210002899997, - 37.003791378000074 - ], - [ - -121.99224396199997, - 37.00397490600005 - ], - [ - -121.99229230499998, - 37.00615081800004 - ], - [ - -121.99229456199998, - 37.00625686500007 - ], - [ - -121.99322241399994, - 37.006247743000074 - ], - [ - -121.99601669999998, - 37.00622022300007 - ], - [ - -121.99604922599997, - 37.006219817000044 - ], - [ - -121.99607840899995, - 37.00621939600006 - ], - [ - -121.99610232199996, - 37.00621913400005 - ], - [ - -121.99610177399995, - 37.00661943600005 - ], - [ - -121.99610281399998, - 37.006672356000024 - ], - [ - -121.99602106299994, - 37.00678051800003 - ], - [ - -121.99411909599996, - 37.00930172200003 - ], - [ - -121.99408328799996, - 37.00957206800007 - ], - [ - -121.99408466399996, - 37.00957296400003 - ], - [ - -121.99408689799998, - 37.009573929000055 - ], - [ - -121.99453952699997, - 37.00976940800007 - ], - [ - -121.99474718099998, - 37.009769869000024 - ], - [ - -121.995514142, - 37.00975252300003 - ], - [ - -121.99684965299997, - 37.00975546500007 - ], - [ - -121.99684414399997, - 37.00907175900005 - ], - [ - -121.99684034299997, - 37.008359394000024 - ], - [ - -121.99683822399999, - 37.00808504500003 - ], - [ - -121.99737627199994, - 37.00835353300005 - ], - [ - -121.99764770899998, - 37.00848914200003 - ], - [ - -121.99764677299999, - 37.00835347700007 - ], - [ - -121.99763623099994, - 37.00696443900006 - ], - [ - -122.0009326099999, - 37.00696124700005 - ], - [ - -122.00115173899997, - 37.00696078500005 - ], - [ - -122.00148028799998, - 37.00720136800004 - ], - [ - -122.00181253199997, - 37.007201879000036 - ], - [ - -122.00180318899999, - 37.007161121000024 - ], - [ - -122.001781957, - 37.00704295300005 - ], - [ - -122.00176757899999, - 37.00692466700008 - ], - [ - -122.00175671099998, - 37.00680604300004 - ], - [ - -122.00175251399997, - 37.00668695300004 - ], - [ - -122.00171658699998, - 37.00600514700005 - ], - [ - -122.00162614799996, - 37.005243696000036 - ], - [ - -122.00161584399996, - 37.00515972000005 - ], - [ - -122.00160045799998, - 37.00507653300008 - ], - [ - -122.00158174099994, - 37.00499368200008 - ], - [ - -122.001521057, - 37.004786685000056 - ], - [ - -122.00150450799998, - 37.00473269200006 - ], - [ - -122.00149322099998, - 37.00467818800007 - ], - [ - -122.00148702699994, - 37.00462338700004 - ], - [ - -122.00148230399998, - 37.00456434400007 - ], - [ - -122.00148462299995, - 37.00450560300004 - ], - [ - -122.00149028399994, - 37.00444680700008 - ], - [ - -122.001502846, - 37.004389651000054 - ], - [ - -122.00151895, - 37.00433349000008 - ], - [ - -122.00154001499999, - 37.00427865100005 - ], - [ - -122.00156637899994, - 37.00422470800004 - ], - [ - -122.00174252299996, - 37.00386847400006 - ], - [ - -122.00178193999994, - 37.00378935300006 - ], - [ - -122.00181797999994, - 37.00370888200007 - ], - [ - -122.00184730299998, - 37.00362712000003 - ], - [ - -122.00187308199997, - 37.00354436300006 - ], - [ - -122.00189532999997, - 37.003461032000075 - ], - [ - -122.00191245899998, - 37.00337701400008 - ], - [ - -122.00192446999995, - 37.00329238000006 - ], - [ - -122.00193312299996, - 37.003207100000054 - ], - [ - -122.00193650399996, - 37.003121908000026 - ], - [ - -122.00193974899997, - 37.003031587000066 - ], - [ - -122.00194827499996, - 37.002941528000065 - ], - [ - -122.00196190999998, - 37.002851735000036 - ], - [ - -122.001978894, - 37.002762236000024 - ], - [ - -122.00199941199998, - 37.00267338100008 - ], - [ - -122.00202681399998, - 37.00258546400005 - ], - [ - -122.00205581499995, - 37.00249822300003 - ], - [ - -122.00209012699997, - 37.00241229900007 - ], - [ - -122.00236363599998, - 37.00180070400006 - ], - [ - -122.00274324399999, - 37.00108474900003 - ], - [ - -122.00288437599994, - 37.000868371000024 - ], - [ - -122.00319196899994, - 37.00048910600003 - ], - [ - -122.00324381699994, - 37.00042798100003 - ], - [ - -122.00330084599995, - 37.00036993500004 - ], - [ - -122.00336304499996, - 37.00031454200007 - ], - [ - -122.00342884, - 37.00026218100004 - ], - [ - -122.00349805699994, - 37.000212856000076 - ], - [ - -122.00356913299998, - 37.00016729500004 - ], - [ - -122.00364521399996, - 37.00012481500005 - ], - [ - -122.00372491699994, - 37.00008635000006 - ], - [ - -122.00403870699995, - 36.99993538600006 - ], - [ - -122.00408960899995, - 36.999905141000056 - ], - [ - -122.00413851699994, - 36.99987261000007 - ], - [ - -122.00418576899995, - 36.99983729300004 - ], - [ - -122.00422785899997, - 36.99979967500008 - ], - [ - -122.00426813899998, - 36.99976004700005 - ], - [ - -122.00430501299996, - 36.99971801800007 - ], - [ - -122.00433832399995, - 36.99967429000003 - ], - [ - -122.00436649399995, - 36.99962896200003 - ], - [ - -122.00448585799995, - 36.99943446300006 - ], - [ - -122.00453069599996, - 36.99936108500003 - ], - [ - -122.004732903, - 36.99902753600003 - ], - [ - -122.00476923099995, - 36.99896491800007 - ], - [ - -122.00480752199996, - 36.99890331900008 - ], - [ - -122.0048458699999, - 36.99885057800003 - ], - [ - -122.00487749799998, - 36.998809691000076 - ], - [ - -122.00488750699998, - 36.99879581300007 - ], - [ - -122.00493597099995, - 36.998739949000026 - ], - [ - -122.00498977299998, - 36.99868638500004 - ], - [ - -122.00504522099999, - 36.99863518300003 - ], - [ - -122.00510424599997, - 36.998586311000054 - ], - [ - -122.00516827799999, - 36.99854051700004 - ], - [ - -122.00530857299998, - 36.99844605200008 - ], - [ - -122.00535926299995, - 36.998414473000025 - ], - [ - -122.00541355099995, - 36.99838592800006 - ], - [ - -122.00546949399995, - 36.998360167000044 - ], - [ - -122.00552552, - 36.99833749600003 - ], - [ - -122.00558514099998, - 36.998317789000055 - ], - [ - -122.00564642799998, - 36.99830121600007 - ], - [ - -122.005707815, - 36.99828843800003 - ], - [ - -122.00581020899995, - 36.99827025800005 - ], - [ - -122.00591267699997, - 36.99825488600004 - ], - [ - -122.00601680099999, - 36.99824222900003 - ], - [ - -122.00612100099994, - 36.99823252400006 - ], - [ - -122.00619811299998, - 36.998229181000056 - ], - [ - -122.00627691499994, - 36.998229888000026 - ], - [ - -122.00635406699996, - 36.99823469900008 - ], - [ - -122.00643115199995, - 36.998243659000025 - ], - [ - -122.00650852299998, - 36.99825676300003 - ], - [ - -122.00658248699995, - 36.998274 - ], - [ - -122.00665655999995, - 36.998295314000075 - ], - [ - -122.00704629599994, - 36.998429746000056 - ], - [ - -122.00712199699996, - 36.998452790000044 - ], - [ - -122.00719953099997, - 36.99847200500005 - ], - [ - -122.00727855799994, - 36.99848782200007 - ], - [ - -122.00735766799994, - 36.99850019200005 - ], - [ - -122.00743650299995, - 36.99850877100005 - ], - [ - -122.00751717199995, - 36.99851359300004 - ], - [ - -122.00814563499995, - 36.99851849400005 - ], - [ - -122.00822615899995, - 36.99851783400004 - ], - [ - -122.00830640799995, - 36.998513382000056 - ], - [ - -122.008385149, - 36.998505160000036 - ], - [ - -122.00846361299995, - 36.998493146000044 - ], - [ - -122.00854196799997, - 36.99847698600007 - ], - [ - -122.00861865299998, - 36.99845748000007 - ], - [ - -122.00869365299997, - 36.99843420700006 - ], - [ - -122.00876330699998, - 36.998408211000026 - ], - [ - -122.00883287099998, - 36.99837884200008 - ], - [ - -122.00889725299999, - 36.998346398000024 - ], - [ - -122.00896173099994, - 36.99831092900007 - ], - [ - -122.00902261999994, - 36.99827270900005 - ], - [ - -122.00908494499998, - 36.99822898200006 - ], - [ - -122.00914403099995, - 36.99818256700007 - ], - [ - -122.00919775299997, - 36.99813272700004 - ], - [ - -122.00924983899995, - 36.99808087800005 - ], - [ - -122.009296754, - 36.99802637300007 - ], - [ - -122.00934008999997, - 36.99796953900005 - ], - [ - -122.00941112899994, - 36.998009111000044 - ], - [ - -122.00954605099997, - 36.998083594000036 - ], - [ - -122.00969510599998, - 36.998167187000035 - ], - [ - -122.00966851499999, - 36.99820560100005 - ], - [ - -122.00955181899997, - 36.99836751200007 - ], - [ - -122.00969682199997, - 36.99851050800004 - ], - [ - -122.00969606099994, - 36.99856134800007 - ], - [ - -122.00969574299995, - 36.99862898300006 - ], - [ - -122.00969157599997, - 36.99892944900006 - ], - [ - -122.00968991899998, - 36.99909911300006 - ], - [ - -122.00974701899997, - 36.99913027300005 - ], - [ - -122.00969781999999, - 36.99941041100004 - ], - [ - -122.00969697999994, - 36.99945162200004 - ], - [ - -122.00969439799997, - 36.999579754000024 - ], - [ - -122.00971989799996, - 36.99965939400005 - ], - [ - -122.00975651399995, - 36.99977357500006 - ], - [ - -122.00976381499999, - 36.99979686200004 - ], - [ - -122.00979692399994, - 36.99991145400003 - ], - [ - -122.00980994399998, - 37.00005106200007 - ], - [ - -122.00981262199997, - 37.00009903200004 - ], - [ - -122.0098538299999, - 37.000187477000054 - ], - [ - -122.00991455099995, - 37.00031545100006 - ], - [ - -122.00996474099998, - 37.00042434000005 - ], - [ - -122.00998227499997, - 37.00044225200003 - ], - [ - -122.01006099299997, - 37.000526053000044 - ], - [ - -122.01016594899994, - 37.00063767000006 - ], - [ - -122.01027613099996, - 37.00075405100006 - ], - [ - -122.01029021699998, - 37.00076794300003 - ], - [ - -122.01039440399995, - 37.00084386000003 - ], - [ - -122.010543913, - 37.000951067000074 - ], - [ - -122.01062027899997, - 37.001005733000056 - ], - [ - -122.010644679, - 37.00102394900006 - ], - [ - -122.01066205399997, - 37.001042565000034 - ], - [ - -122.01094896599994, - 37.00133760800003 - ], - [ - -122.01095636999997, - 37.001457697000035 - ], - [ - -122.010964802, - 37.00161657600006 - ], - [ - -122.01085008099994, - 37.001707311000075 - ], - [ - -122.01071277899996, - 37.00168918000003 - ], - [ - -122.01068542099995, - 37.00168542500006 - ], - [ - -122.01047917899996, - 37.00174024000006 - ], - [ - -122.01042564199997, - 37.00180378600004 - ], - [ - -122.01053510099996, - 37.001965803000076 - ], - [ - -122.01047364899995, - 37.00205584500003 - ], - [ - -122.01039723199995, - 37.002092221000055 - ], - [ - -122.01024454699996, - 37.00216391300006 - ], - [ - -122.01010125999994, - 37.00227840200006 - ], - [ - -122.01007195099999, - 37.00235362800004 - ], - [ - -122.01003822699994, - 37.00246147800004 - ], - [ - -122.01128441699996, - 37.002441978000036 - ], - [ - -122.011301646, - 37.00244175700004 - ], - [ - -122.01277214899994, - 37.002418860000034 - ], - [ - -122.01293651599997, - 37.00241635300006 - ], - [ - -122.01343980799999, - 37.00240844600006 - ], - [ - -122.01346370899995, - 37.00240783000004 - ], - [ - -122.01489483299997, - 37.002385504000074 - ], - [ - -122.01510016399999, - 37.002382510000075 - ], - [ - -122.01668193999996, - 37.00235781500004 - ], - [ - -122.01668299199997, - 37.002410664000024 - ], - [ - -122.01698768699998, - 37.00273843200006 - ], - [ - -122.01711555199995, - 37.00271235500003 - ], - [ - -122.01773809399998, - 37.002585844000066 - ], - [ - -122.01781820999997, - 37.00256964700003 - ], - [ - -122.01798700399996, - 37.002535212000055 - ], - [ - -122.01823923499995, - 37.002483819000076 - ], - [ - -122.01852241899996, - 37.00242585500007 - ], - [ - -122.018529248, - 37.00242475500005 - ], - [ - -122.018536069, - 37.00242330300006 - ], - [ - -122.01853269799994, - 37.002428844000065 - ], - [ - -122.01849146799998, - 37.00250526000008 - ], - [ - -122.01831983499994, - 37.00282298900004 - ], - [ - -122.01829520399997, - 37.002868962000036 - ], - [ - -122.01834647699997, - 37.00312377600005 - ], - [ - -122.01845470899997, - 37.00322570000003 - ], - [ - -122.01851409299996, - 37.003282969000054 - ], - [ - -122.018536811, - 37.003303954000046 - ], - [ - -122.01863458999998, - 37.00339642500006 - ], - [ - -122.01878811699999, - 37.00336316100004 - ], - [ - -122.01905058799997, - 37.00330653200007 - ], - [ - -122.01914616799996, - 37.00328986100004 - ], - [ - -122.01933168999994, - 37.00322976000007 - ], - [ - -122.01939969699998, - 37.003207934000045 - ], - [ - -122.01946438299996, - 37.00318686700007 - ], - [ - -122.01950712399997, - 37.00310114600006 - ], - [ - -122.01950966499999, - 37.00310127700004 - ], - [ - -122.01951148899997, - 37.00310137100007 - ], - [ - -122.01951223099996, - 37.003101410000056 - ], - [ - -122.01954989099994, - 37.003102316000025 - ], - [ - -122.01955675599999, - 37.00310255000005 - ], - [ - -122.02005688899999, - 37.00311456500003 - ], - [ - -122.02009630599997, - 37.003115440000045 - ], - [ - -122.02013846199998, - 37.00257902900006 - ], - [ - -122.02013915199996, - 37.00257906500008 - ], - [ - -122.02013908199996, - 37.002572548000046 - ], - [ - -122.02013797299998, - 37.00247013500007 - ], - [ - -122.02014111099999, - 37.002440412000055 - ], - [ - -122.020192738, - 37.002299777000076 - ], - [ - -122.02019304299995, - 37.00229894700004 - ], - [ - -122.020278809, - 37.00206529700006 - ], - [ - -122.02030576799996, - 37.00198269500004 - ], - [ - -122.02035309499996, - 37.001837683000076 - ], - [ - -122.02035466799671, - 37.00183245719666 - ], - [ - -122.02035587734281, - 37.00182713546298 - ], - [ - -122.02035671730117, - 37.00182174307883 - ], - [ - -122.02035718387195, - 37.001816305646564 - ], - [ - -122.02035727484325, - 37.00181084899304 - ], - [ - -122.02035698978578, - 37.001805399029756 - ], - [ - -122.02035633005288, - 37.001799981640936 - ], - [ - -122.0203552987732, - 37.001794622552545 - ], - [ - -122.02035390085074, - 37.0017893472177 - ], - [ - -122.02035214291753, - 37.00178418068753 - ], - [ - -122.02035003332638, - 37.001779147500194 - ], - [ - -122.02034758209628, - 37.00177427155722 - ], - [ - -122.02034480086876, - 37.00176957601433 - ], - [ - -122.02034170284968, - 37.00176508317235 - ], - [ - -122.02033830275467, - 37.00176081436802 - ], - [ - -122.02033461672544, - 37.00175678987397 - ], - [ - -122.02033066227158, - 37.001753028802334 - ], - [ - -122.02032645817597, - 37.00174954901558 - ], - [ - -122.02032202440022, - 37.001746367039225 - ], - [ - -122.02031738199729, - 37.00174349798362 - ], - [ - -122.02031255302062, - 37.00174095547663 - ], - [ - -122.02030756040402, - 37.001738751592704 - ], - [ - -122.02030242784895, - 37.00173689679384 - ], - [ - -122.02029717974247, - 37.00173539989476 - ], - [ - -122.02029184099996, - 37.001734268000064 - ], - [ - -122.02029110899997, - 37.00173404800006 - ], - [ - -122.02034980699995, - 37.00159929400007 - ], - [ - -122.02036872899998, - 37.00160319100007 - ], - [ - -122.02038423599998, - 37.001604403000044 - ], - [ - -122.02040127099997, - 37.00160348000003 - ], - [ - -122.02041666899999, - 37.00160054600008 - ], - [ - -122.02043201999999, - 37.00159585600005 - ], - [ - -122.020445559, - 37.00158915700007 - ], - [ - -122.0204574699999, - 37.00158073000006 - ], - [ - -122.02046916799998, - 37.001570969000056 - ], - [ - -122.02047749099995, - 37.00155993100003 - ], - [ - -122.02048421199999, - 37.00154814600006 - ], - [ - -122.02053802199998, - 37.00141590700008 - ], - [ - -122.02029956799998, - 37.001145723000036 - ], - [ - -122.02035187599995, - 37.00102314000003 - ], - [ - -122.02022615499999, - 37.00098429500008 - ], - [ - -122.02010185299997, - 37.00085333100003 - ], - [ - -122.01997432, - 37.00081247800006 - ], - [ - -122.01984517499994, - 37.00077052600005 - ], - [ - -122.01958556099999, - 37.000808551000034 - ], - [ - -122.01945285999994, - 37.00067913500004 - ], - [ - -122.01930797199998, - 37.00062711700008 - ], - [ - -122.01895806599998, - 37.00068214100003 - ], - [ - -122.01894953399994, - 37.00068538100004 - ], - [ - -122.01864186399996, - 37.00079438000006 - ], - [ - -122.01847955099998, - 37.000728527000035 - ], - [ - -122.01814361699996, - 37.00054857600003 - ], - [ - -122.01809639499999, - 37.000412924000045 - ], - [ - -122.01766764999996, - 37.00020797600007 - ], - [ - -122.017240486, - 37.00008890700008 - ], - [ - -122.01714052999995, - 36.999887999000066 - ], - [ - -122.01696646, - 36.99957193200004 - ], - [ - -122.01697306799997, - 36.99922544700007 - ], - [ - -122.01798595699995, - 36.99858936500004 - ], - [ - -122.01845704199997, - 36.998264576000054 - ], - [ - -122.01864710899997, - 36.99758982700007 - ], - [ - -122.01869069299994, - 36.99737087200003 - ], - [ - -122.01862532399997, - 36.99726702500004 - ], - [ - -122.01853135399995, - 36.997112696000045 - ], - [ - -122.01835725499996, - 36.997138997000036 - ], - [ - -122.01821888299997, - 36.997159700000054 - ], - [ - -122.01782874699995, - 36.99666073100008 - ], - [ - -122.01784240399996, - 36.99657262200003 - ], - [ - -122.01790740599995, - 36.99614746100008 - ], - [ - -122.01784321099996, - 36.99577054500003 - ], - [ - -122.01783934199995, - 36.99574417700006 - ], - [ - -122.01626040199994, - 36.99598930500008 - ], - [ - -122.01592083399999, - 36.99604210700005 - ], - [ - -122.01537461799995, - 36.99612717000008 - ], - [ - -122.01535569699996, - 36.99612981200005 - ], - [ - -122.01517987999995, - 36.99615754400003 - ], - [ - -122.01509010799998, - 36.995605168000054 - ], - [ - -122.01504523499995, - 36.995332810000036 - ], - [ - -122.015021779, - 36.995191342000055 - ], - [ - -122.014978655, - 36.99491853300003 - ], - [ - -122.014933784, - 36.99464617500007 - ], - [ - -122.01489049499997, - 36.99437379200003 - ], - [ - -122.01484562199994, - 36.99410136400007 - ], - [ - -122.01484360399996, - 36.99408494800008 - ], - [ - -122.01480063499997, - 36.99382458000008 - ], - [ - -122.01479102299999, - 36.99376730700004 - ], - [ - -122.01480294199996, - 36.99376584000004 - ], - [ - -122.01539387699995, - 36.99369007100006 - ], - [ - -122.01538074599995, - 36.99354673900007 - ], - [ - -122.01535309099995, - 36.99328034700005 - ], - [ - -122.01495389599995, - 36.99293527000003 - ], - [ - -122.01493970699994, - 36.992904227000054 - ], - [ - -122.014766168, - 36.99321586600007 - ], - [ - -122.01475108399995, - 36.99323053400008 - ], - [ - -122.014697346, - 36.993286140000066 - ], - [ - -122.014541813, - 36.993296093000026 - ], - [ - -122.01427048, - 36.99317668900005 - ], - [ - -122.01410490099994, - 36.99302701700003 - ], - [ - -122.01335233499998, - 36.99375025200004 - ], - [ - -122.01334223799995, - 36.993760688000066 - ], - [ - -122.01328510499997, - 36.99381431300003 - ], - [ - -122.01341287699995, - 36.99394417000008 - ], - [ - -122.01345037699997, - 36.993939245000035 - ], - [ - -122.01346019599998, - 36.99399778000003 - ], - [ - -122.013352549, - 36.99400987000007 - ], - [ - -122.01226250899998, - 36.994130089000066 - ], - [ - -122.01234365299996, - 36.99425230200006 - ], - [ - -122.01239141099995, - 36.99432242600005 - ], - [ - -122.01243019699996, - 36.99437920400004 - ], - [ - -122.01244966999997, - 36.99441057800004 - ], - [ - -122.01260745599996, - 36.994511878000026 - ], - [ - -122.01261441199995, - 36.99451555600007 - ], - [ - -122.01269780399997, - 36.99457010000003 - ], - [ - -122.01270119999998, - 36.994572152000046 - ], - [ - -122.01271931899998, - 36.99462541400004 - ], - [ - -122.01272493799996, - 36.994644933000075 - ], - [ - -122.01276674299999, - 36.99476900700006 - ], - [ - -122.01277767399995, - 36.994803199000046 - ], - [ - -122.01271065299994, - 36.994875199000035 - ], - [ - -122.01267879399995, - 36.99490716400004 - ], - [ - -122.01255798899996, - 36.99502647600008 - ], - [ - -122.01243549199995, - 36.995148276000066 - ], - [ - -122.01237994899998, - 36.99520222500007 - ], - [ - -122.01235911299995, - 36.99527182500003 - ], - [ - -122.01231885199996, - 36.995397995000076 - ], - [ - -122.01227854499996, - 36.995522479000044 - ], - [ - -122.01223507999998, - 36.99566037300008 - ], - [ - -122.01219005899998, - 36.99579934800005 - ], - [ - -122.01216750999998, - 36.99587073400005 - ], - [ - -122.01211752899997, - 36.99594209400004 - ], - [ - -122.01208922899997, - 36.995982294000044 - ], - [ - -122.01207751899994, - 36.99599824000006 - ], - [ - -122.01193991199995, - 36.996133934000056 - ], - [ - -122.011901207, - 36.99616636700006 - ], - [ - -122.01186408299998, - 36.99619877200007 - ], - [ - -122.01177648299995, - 36.99627062800005 - ], - [ - -122.01157112699997, - 36.996444309000026 - ], - [ - -122.01152398799996, - 36.99648370400007 - ], - [ - -122.01147892399996, - 36.99654162200005 - ], - [ - -122.01146396699994, - 36.99656106800006 - ], - [ - -122.01139887699998, - 36.99664632100007 - ], - [ - -122.01136217299995, - 36.99669453700005 - ], - [ - -122.011289224, - 36.99672881500004 - ], - [ - -122.01126212799994, - 36.996741506000035 - ], - [ - -122.01113654099998, - 36.99680008800004 - ], - [ - -122.01098736199998, - 36.99687080800004 - ], - [ - -122.01092290599996, - 36.996900442000026 - ], - [ - -122.01086776499994, - 36.996962961000065 - ], - [ - -122.01076391699996, - 36.997078679000026 - ], - [ - -122.01070193399994, - 36.997148484000036 - ], - [ - -122.01067192199997, - 36.99718386100005 - ], - [ - -122.01055798399995, - 36.99731036500003 - ], - [ - -122.01015302399998, - 36.997099294000066 - ], - [ - -122.01014089599994, - 36.99709289200007 - ], - [ - -122.00993331599994, - 36.99698399700003 - ], - [ - -122.01004239099996, - 36.99679339100004 - ], - [ - -122.01017027799998, - 36.99659607000007 - ], - [ - -122.01021525899995, - 36.99653505900005 - ], - [ - -122.01026026799997, - 36.996475033000024 - ], - [ - -122.01031059899998, - 36.996416744000044 - ], - [ - -122.01036254299999, - 36.996359693000045 - ], - [ - -122.01075176199998, - 36.995964264000065 - ], - [ - -122.01139522499994, - 36.995276078000074 - ], - [ - -122.01144207799996, - 36.995226004000074 - ], - [ - -122.01148395599995, - 36.99517397300008 - ], - [ - -122.01152225399994, - 36.99511954400003 - ], - [ - -122.01155699099996, - 36.99506348700004 - ], - [ - -122.01158675999994, - 36.99500575800005 - ], - [ - -122.01161121099994, - 36.99494643100007 - ], - [ - -122.01163230199995, - 36.994886388000054 - ], - [ - -122.011646327, - 36.99482512800006 - ], - [ - -122.01165888899999, - 36.994761786000026 - ], - [ - -122.01166439999997, - 36.99469778900004 - ], - [ - -122.01166657299996, - 36.99463391900008 - ], - [ - -122.01166347399999, - 36.99457013800003 - ], - [ - -122.01165703399994, - 36.99450634300007 - ], - [ - -122.011645623, - 36.994447414000035 - ], - [ - -122.01162913299999, - 36.99438927400007 - ], - [ - -122.011605638, - 36.99433223600005 - ], - [ - -122.01157884, - 36.99427659100007 - ], - [ - -122.01139312, - 36.993897865000065 - ], - [ - -122.01137331499996, - 36.99384730200006 - ], - [ - -122.01135683299998, - 36.99379605100006 - ], - [ - -122.01134559499997, - 36.99374365600005 - ], - [ - -122.01133592999997, - 36.993690884000046 - ], - [ - -122.01133312099995, - 36.99363806500003 - ], - [ - -122.01130988799997, - 36.993160061000026 - ], - [ - -122.01131443999998, - 36.99245683400005 - ], - [ - -122.01131335599996, - 36.99239611200005 - ], - [ - -122.01131484599995, - 36.992306453000026 - ], - [ - -122.01132162699997, - 36.992217408000045 - ], - [ - -122.01133350699996, - 36.992128345000026 - ], - [ - -122.01150452599995, - 36.992118908000066 - ], - [ - -122.01201933199997, - 36.99209028300004 - ], - [ - -122.01204162999994, - 36.99208899100006 - ], - [ - -122.01204428799997, - 36.992394544000035 - ], - [ - -122.01204511499998, - 36.99243228200004 - ], - [ - -122.01259066699998, - 36.99240257100007 - ], - [ - -122.01260944599994, - 36.99240126900003 - ], - [ - -122.01271374999999, - 36.992395773000055 - ], - [ - -122.01279041299995, - 36.99245521100005 - ], - [ - -122.01303196999999, - 36.992718188000026 - ], - [ - -122.01295915299994, - 36.992757244000074 - ], - [ - -122.01305332299995, - 36.992926338000075 - ], - [ - -122.01310445799999, - 36.99334214300006 - ], - [ - -122.01318748299997, - 36.99329679700003 - ], - [ - -122.01319596899998, - 36.99329187200004 - ], - [ - -122.01371413899994, - 36.99300567100005 - ], - [ - -122.01393073899999, - 36.99288508300003 - ], - [ - -122.013691296, - 36.99272169100004 - ], - [ - -122.01339618299994, - 36.99252121000006 - ], - [ - -122.01318112599995, - 36.99238868700007 - ], - [ - -122.01314448499994, - 36.99235310300003 - ], - [ - -122.01303618199995, - 36.99224773200007 - ], - [ - -122.01282663299997, - 36.992044462000024 - ], - [ - -122.01281619199995, - 36.992035359000056 - ], - [ - -122.01276738499996, - 36.99199850600007 - ], - [ - -122.01273760999999, - 36.99196322800003 - ], - [ - -122.01270827699994, - 36.99195121100007 - ], - [ - -122.01257887, - 36.991898642000024 - ], - [ - -122.01248540499995, - 36.991934886000024 - ], - [ - -122.01243421199996, - 36.99194721400005 - ], - [ - -122.01236957299994, - 36.99196314400007 - ], - [ - -122.012076429, - 36.99203532400003 - ], - [ - -122.01212140899997, - 36.991967775000035 - ], - [ - -122.01161951299997, - 36.99178710600006 - ], - [ - -122.01179507199998, - 36.99149160700006 - ], - [ - -122.01229651699998, - 36.991483103000064 - ], - [ - -122.01231532499997, - 36.991482854000026 - ], - [ - -122.01232042199996, - 36.991482767000036 - ], - [ - -122.01233236599995, - 36.99148228300004 - ], - [ - -122.01244026599994, - 36.99147982000005 - ], - [ - -122.01271579799999, - 36.99147282700005 - ], - [ - -122.01273800899997, - 36.99147498100007 - ], - [ - -122.01285779099999, - 36.99146964400006 - ], - [ - -122.01287660899999, - 36.991469746000064 - ], - [ - -122.01429282999999, - 36.991476712000065 - ], - [ - -122.01432494299996, - 36.99154703100004 - ], - [ - -122.01434117399998, - 36.99158218700006 - ], - [ - -122.01440020499996, - 36.99171257800003 - ], - [ - -122.01448427099996, - 36.99189175300006 - ], - [ - -122.01457036, - 36.992080878000024 - ], - [ - -122.01469765499996, - 36.99236484000005 - ], - [ - -122.014704699, - 36.99237850000003 - ], - [ - -122.01493970699994, - 36.992904227000054 - ] - ] - ], - [ - [ - [ - -122.14994133599998, - 37.02491547600005 - ], - [ - -122.14994098199998, - 37.02515867200003 - ], - [ - -122.15131109699996, - 37.02514871300008 - ], - [ - -122.15130203899997, - 37.024637891000054 - ], - [ - -122.15129219899995, - 37.02408317900006 - ], - [ - -122.15088494499997, - 37.02408282600004 - ], - [ - -122.14994253599997, - 37.024082004000036 - ], - [ - -122.14994133599998, - 37.02491547600005 - ] - ] - ] - ] - } - } - ] -} \ No newline at end of file diff --git a/templates/scrollytelly/data/third-slide.json b/templates/scrollytelly/data/third-slide.json deleted file mode 100644 index 539a4a62..00000000 --- a/templates/scrollytelly/data/third-slide.json +++ /dev/null @@ -1,3566 +0,0 @@ -{ - "type": "FeatureCollection", - "features": [ - { - "type": "Feature", - "properties": { - "label": "Claremont, CA", - "era": "college", - "type": "city", - "style": { - "fillColor": "#ff0000", - "color": "#000000", - "weight": 1 - } - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -117.67872405099996, - 34.161586707000026 - ], - [ - -117.678711594, - 34.16161110200005 - ], - [ - -117.67858132599997, - 34.161867216000076 - ], - [ - -117.67851720799996, - 34.16199328400006 - ], - [ - -117.67851424399998, - 34.16199910200004 - ], - [ - -117.67772290499994, - 34.16516195400004 - ], - [ - -117.67771612299998, - 34.165189002000034 - ], - [ - -117.67771605599995, - 34.165189249000036 - ], - [ - -117.67869957899995, - 34.165182826000034 - ], - [ - -117.67919349599998, - 34.16518408300004 - ], - [ - -117.67919378599998, - 34.16518408400003 - ], - [ - -117.67919970899999, - 34.16517524200003 - ], - [ - -117.69189965699996, - 34.165218881000044 - ], - [ - -117.69192278, - 34.16521896000006 - ], - [ - -117.69257392099996, - 34.16522309100003 - ], - [ - -117.69790726399998, - 34.16525678900007 - ], - [ - -117.69790778499998, - 34.16525679200004 - ], - [ - -117.69806378799996, - 34.16262692300006 - ], - [ - -117.69806384299994, - 34.16262597000008 - ], - [ - -117.69812613599998, - 34.16157932600004 - ], - [ - -117.69825704899995, - 34.15937967100007 - ], - [ - -117.69834415799994, - 34.15790312100006 - ], - [ - -117.69401222099998, - 34.157915236000065 - ], - [ - -117.69280356399997, - 34.15791858600005 - ], - [ - -117.69197782299995, - 34.15792074800004 - ], - [ - -117.69119468199995, - 34.15792285300006 - ], - [ - -117.68967530299994, - 34.15792692300005 - ], - [ - -117.68529873399996, - 34.15793853200006 - ], - [ - -117.68529872699997, - 34.15793870500005 - ], - [ - -117.684776608, - 34.15794006500005 - ], - [ - -117.68361798599994, - 34.15930321600007 - ], - [ - -117.68285126799998, - 34.16012025200007 - ], - [ - -117.68285762799997, - 34.16052632700007 - ], - [ - -117.68285762899995, - 34.160526409000056 - ], - [ - -117.68286675399997, - 34.161056364000046 - ], - [ - -117.68286592899995, - 34.161056366000025 - ], - [ - -117.68266180599994, - 34.161056651000024 - ], - [ - -117.68266197999998, - 34.161037417000045 - ], - [ - -117.68266074899998, - 34.16103221700007 - ], - [ - -117.68266035299996, - 34.16103054300004 - ], - [ - -117.68266053999997, - 34.16100691400004 - ], - [ - -117.68266098499998, - 34.160950856000056 - ], - [ - -117.682660049, - 34.16094730000003 - ], - [ - -117.68265991599998, - 34.160931223000034 - ], - [ - -117.68265954399999, - 34.16092113700006 - ], - [ - -117.68265973099994, - 34.16089795500005 - ], - [ - -117.68265849499994, - 34.16089262300005 - ], - [ - -117.68265818599997, - 34.16088422800004 - ], - [ - -117.68265841799996, - 34.16085192600008 - ], - [ - -117.68265682599997, - 34.160845023000036 - ], - [ - -117.682657023, - 34.160818919000064 - ], - [ - -117.68265555, - 34.16081253600004 - ], - [ - -117.68265544699995, - 34.16080974500005 - ], - [ - -117.68265563099999, - 34.160785255000064 - ], - [ - -117.68265403299995, - 34.16077906800007 - ], - [ - -117.68265423499997, - 34.16075227700003 - ], - [ - -117.68265263899997, - 34.16074609000003 - ], - [ - -117.68265277899997, - 34.16072616800005 - ], - [ - -117.68265115499997, - 34.16071929300006 - ], - [ - -117.68265138599997, - 34.16069321700007 - ], - [ - -117.68263535899996, - 34.16041349500006 - ], - [ - -117.68263529399997, - 34.16041321300003 - ], - [ - -117.682633765, - 34.16040662100005 - ], - [ - -117.68263396499998, - 34.16037983000007 - ], - [ - -117.68263233899995, - 34.16037295500007 - ], - [ - -117.68263287399998, - 34.160303793000026 - ], - [ - -117.68263246799995, - 34.160285428000066 - ], - [ - -117.682633104, - 34.16027405600005 - ], - [ - -117.68263337899998, - 34.16023831200005 - ], - [ - -117.68263509099995, - 34.16023144700006 - ], - [ - -117.68263529199999, - 34.160204656000076 - ], - [ - -117.68263700399996, - 34.16019779100003 - ], - [ - -117.68263714499994, - 34.16017789600005 - ], - [ - -117.68263885899995, - 34.16017103100006 - ], - [ - -117.68263962599997, - 34.16015737200007 - ], - [ - -117.68264039499996, - 34.16015160000006 - ], - [ - -117.682640688, - 34.160150427000076 - ], - [ - -117.68264069199995, - 34.16014937600005 - ], - [ - -117.68264071199997, - 34.16014424400004 - ], - [ - -117.68264213799995, - 34.16013852800006 - ], - [ - -117.68264243299996, - 34.16013630900005 - ], - [ - -117.68264254199994, - 34.16012364000005 - ], - [ - -117.68264425299998, - 34.16011677400007 - ], - [ - -117.68264427599996, - 34.160110592000024 - ], - [ - -117.68264598899998, - 34.160103728000024 - ], - [ - -117.68264604799998, - 34.16009685600005 - ], - [ - -117.68264775999995, - 34.16009002000004 - ], - [ - -117.68264778499997, - 34.16008383700006 - ], - [ - -117.68264949499996, - 34.16007697200007 - ], - [ - -117.68264955499995, - 34.16007010200008 - ], - [ - -117.68265297799996, - 34.16005637200004 - ], - [ - -117.68265300299998, - 34.16005018900006 - ], - [ - -117.68265467999998, - 34.16004332500006 - ], - [ - -117.68265477299997, - 34.16003645300003 - ], - [ - -117.68265648399995, - 34.16002958900003 - ], - [ - -117.68265754699996, - 34.16002561100004 - ], - [ - -117.68265813599999, - 34.160022850000075 - ], - [ - -117.68265821999995, - 34.16001656900005 - ], - [ - -117.68265993199998, - 34.16000970300007 - ], - [ - -117.68266164099998, - 34.160003525000036 - ], - [ - -117.68266170099997, - 34.15999665500004 - ], - [ - -117.682665091, - 34.159982925000065 - ], - [ - -117.6826668, - 34.15997674600004 - ], - [ - -117.68266851099997, - 34.15996990900004 - ], - [ - -117.68266857299994, - 34.15996301200005 - ], - [ - -117.68267024599999, - 34.15995686100007 - ], - [ - -117.68267367099998, - 34.159943131000034 - ], - [ - -117.68267537999998, - 34.159936952000066 - ], - [ - -117.68267705999995, - 34.15993008700008 - ], - [ - -117.68267712, - 34.159923218000074 - ], - [ - -117.68267882899994, - 34.15991706700004 - ], - [ - -117.68268225199995, - 34.159903335000024 - ], - [ - -117.68268392799996, - 34.159897157000046 - ], - [ - -117.68268563999999, - 34.159890293000046 - ], - [ - -117.682687349, - 34.15988411500007 - ], - [ - -117.68269073999994, - 34.15987041200003 - ], - [ - -117.68269248099995, - 34.159864234000054 - ], - [ - -117.68269415999998, - 34.159857368000075 - ], - [ - -117.68269590499995, - 34.15985119000004 - ], - [ - -117.68269920199998, - 34.159844356000065 - ], - [ - -117.68270091399995, - 34.15983746300003 - ], - [ - -117.68270262199997, - 34.15983131300004 - ], - [ - -117.682704334, - 34.15982444800005 - ], - [ - -117.68270604299994, - 34.15981826900003 - ], - [ - -117.68270772399995, - 34.15981140400004 - ], - [ - -117.68270943299996, - 34.15980525300006 - ], - [ - -117.68271279799995, - 34.15979839200003 - ], - [ - -117.68271450499998, - 34.15979221400005 - ], - [ - -117.68271618399996, - 34.15978535000005 - ], - [ - -117.68271789599999, - 34.159779171000025 - ], - [ - -117.68272125399994, - 34.15977233600006 - ], - [ - -117.68272296699996, - 34.15976615900007 - ], - [ - -117.68272464599994, - 34.159759294000025 - ], - [ - -117.68272635599999, - 34.159753143000046 - ], - [ - -117.68272972099999, - 34.15974628200007 - ], - [ - -117.68273146299998, - 34.159740104000036 - ], - [ - -117.68273314299995, - 34.15973323900005 - ], - [ - -117.68273647199999, - 34.15972706500003 - ], - [ - -117.68273818399996, - 34.15972019800006 - ], - [ - -117.68274154499994, - 34.15971405200003 - ], - [ - -117.68274322099995, - 34.15970787400005 - ], - [ - -117.68274493299998, - 34.15970100900006 - ], - [ - -117.68274829499995, - 34.15969483500004 - ], - [ - -117.68275000799997, - 34.15968799800004 - ], - [ - -117.68275336899995, - 34.15968182300003 - ], - [ - -117.68275504399998, - 34.15967564400006 - ], - [ - -117.68275840999996, - 34.159668811000074 - ], - [ - -117.68276015199996, - 34.15966263400003 - ], - [ - -117.68276348099994, - 34.159656460000065 - ], - [ - -117.68276515999997, - 34.159649622000074 - ], - [ - -117.68277188199994, - 34.15963727500008 - ], - [ - -117.68277355999999, - 34.159631095000066 - ], - [ - -117.68277692599997, - 34.159624234000034 - ], - [ - -117.68277863399999, - 34.159618057000046 - ], - [ - -117.68278199599996, - 34.159611909000034 - ], - [ - -117.68278539399995, - 34.15960504900005 - ], - [ - -117.68278703699997, - 34.15959887100007 - ], - [ - -117.68279376099997, - 34.15958655000003 - ], - [ - -117.68279543699998, - 34.15958037200005 - ], - [ - -117.682798801, - 34.159573511000076 - ], - [ - -117.682805525, - 34.15956119000003 - ], - [ - -117.682807202, - 34.159555013000045 - ], - [ - -117.682813926, - 34.15954269100007 - ], - [ - -117.68281728999995, - 34.159535832000074 - ], - [ - -117.68282398199995, - 34.15952351000004 - ], - [ - -117.682825692, - 34.159517332000064 - ], - [ - -117.68287598799998, - 34.15942486100005 - ], - [ - -117.68287931599997, - 34.15941937400004 - ], - [ - -117.68288267699995, - 34.159413200000074 - ], - [ - -117.68288765799997, - 34.15940702900008 - ], - [ - -117.68289774299996, - 34.15938856300005 - ], - [ - -117.68290110199996, - 34.15938310400003 - ], - [ - -117.68290443299998, - 34.159376930000064 - ], - [ - -117.68290944799998, - 34.15937076100005 - ], - [ - -117.68291280899996, - 34.15936458700003 - ], - [ - -117.68291613599996, - 34.15935912700007 - ], - [ - -117.682919498, - 34.15935295200006 - ], - [ - -117.68292451199994, - 34.159346810000045 - ], - [ - -117.68292790599997, - 34.15934063800006 - ], - [ - -117.68293120099997, - 34.15933512200007 - ], - [ - -117.68293621699996, - 34.15932900800004 - ], - [ - -117.68293957799995, - 34.15932283500007 - ], - [ - -117.68294286999998, - 34.15931734700007 - ], - [ - -117.68294791899996, - 34.15931120500005 - ], - [ - -117.68295127699997, - 34.15930571700005 - ], - [ - -117.68295460699994, - 34.15929954400008 - ], - [ - -117.68295795799997, - 34.15929614500004 - ], - [ - -117.68296132299997, - 34.15928928400007 - ], - [ - -117.68296463799999, - 34.15928654500004 - ], - [ - -117.68296630599997, - 34.15928314100006 - ], - [ - -117.68296965599995, - 34.15927971700006 - ], - [ - -117.68297302199994, - 34.15927285400005 - ], - [ - -117.682976339, - 34.15926945600006 - ], - [ - -117.68297800499994, - 34.15926602600007 - ], - [ - -117.68297970099997, - 34.15926328300003 - ], - [ - -117.68298302099998, - 34.15925985600006 - ], - [ - -117.68298468599994, - 34.15925642600007 - ], - [ - -117.682988035, - 34.15925302800008 - ], - [ - -117.68299140199997, - 34.15924616700005 - ], - [ - -117.68299471799997, - 34.159243427000035 - ], - [ - -117.68299638199994, - 34.15924002400004 - ], - [ - -117.68299973599994, - 34.159236598000064 - ], - [ - -117.68300309899996, - 34.15922973600004 - ], - [ - -117.68300641499997, - 34.15922702600005 - ], - [ - -117.68300807999998, - 34.15922359500007 - ], - [ - -117.68301143399998, - 34.15922016800005 - ], - [ - -117.68301309799995, - 34.159216738000055 - ], - [ - -117.68301613799997, - 34.15921422800005 - ], - [ - -117.68301668999999, - 34.15921344000003 - ], - [ - -117.6830269599999, - 34.15919877700003 - ], - [ - -117.683028875, - 34.159196044000055 - ], - [ - -117.68303006399998, - 34.15919434800003 - ], - [ - -117.68303204899996, - 34.159191846000056 - ], - [ - -117.68303378699994, - 34.159189656000024 - ], - [ - -117.68303637899999, - 34.15918639000006 - ], - [ - -117.68303868599997, - 34.15918348200006 - ], - [ - -117.68304801, - 34.15917173300005 - ], - [ - -117.68304818099995, - 34.15917151800005 - ], - [ - -117.68311633199994, - 34.159085652000044 - ], - [ - -117.68311661999996, - 34.15908533800007 - ], - [ - -117.68311826299998, - 34.15908198300008 - ], - [ - -117.68312157899999, - 34.159079244000054 - ], - [ - -117.68312492899997, - 34.15907581700003 - ], - [ - -117.68312659299994, - 34.15907307400005 - ], - [ - -117.68312991199997, - 34.15906967700005 - ], - [ - -117.68313160999998, - 34.159066246000066 - ], - [ - -117.68313495799998, - 34.15906350600005 - ], - [ - -117.68313659199998, - 34.15906007600006 - ], - [ - -117.68313994099998, - 34.159057364000034 - ], - [ - -117.68314325999995, - 34.159053938000056 - ], - [ - -117.68314495599998, - 34.159051195000075 - ], - [ - -117.68314827499995, - 34.15904776800005 - ], - [ - -117.68315158999997, - 34.15904505700007 - ], - [ - -117.68315328699998, - 34.15904162600003 - ], - [ - -117.683156608, - 34.159038199000065 - ], - [ - -117.68315827099997, - 34.15903545700007 - ], - [ - -117.68316162199994, - 34.159032086000025 - ], - [ - -117.683164939, - 34.15902931800008 - ], - [ - -117.68316663599995, - 34.15902588800003 - ], - [ - -117.68316995299995, - 34.15902314900006 - ], - [ - -117.68317327099999, - 34.15901975100007 - ], - [ - -117.68317496699996, - 34.159017006000056 - ], - [ - -117.68317828499994, - 34.15901358000008 - ], - [ - -117.68317994799997, - 34.15901083700004 - ], - [ - -117.683582952, - 34.158592585000065 - ], - [ - -117.68359431699997, - 34.15858057500003 - ], - [ - -117.68360294499996, - 34.15857093600005 - ], - [ - -117.68360352199994, - 34.158570293000025 - ], - [ - -117.68367708199997, - 34.15848812200005 - ], - [ - -117.68368035999998, - 34.15848446000007 - ], - [ - -117.68368397399996, - 34.15848042300007 - ], - [ - -117.68368721599995, - 34.15847680200005 - ], - [ - -117.68369020499995, - 34.15847277300003 - ], - [ - -117.68369322599995, - 34.15846870300004 - ], - [ - -117.68369604199995, - 34.15846491000008 - ], - [ - -117.68376858899995, - 34.15836715700004 - ], - [ - -117.68384010899996, - 34.158252524000034 - ], - [ - -117.68389533099997, - 34.158145869000066 - ], - [ - -117.68389690099997, - 34.15814283700007 - ], - [ - -117.68389899099998, - 34.15813944100006 - ], - [ - -117.68390231799998, - 34.15813329400004 - ], - [ - -117.68390402499995, - 34.15812780400006 - ], - [ - -117.68390738399995, - 34.15812231700005 - ], - [ - -117.68390906099995, - 34.15811613900007 - ], - [ - -117.68391241899997, - 34.15811067800007 - ], - [ - -117.68391412899996, - 34.158104501000025 - ], - [ - -117.68391745499997, - 34.15809901400007 - ], - [ - -117.68391916599995, - 34.15809283600004 - ], - [ - -117.68392252499996, - 34.15808740400007 - ], - [ - -117.68392419999998, - 34.15808119800005 - ], - [ - -117.68392590699995, - 34.158075706000034 - ], - [ - -117.68392926699994, - 34.15806953200007 - ], - [ - -117.68393097599994, - 34.158064068000044 - ], - [ - -117.68393265099996, - 34.15805788900008 - ], - [ - -117.68393600999997, - 34.15805240200007 - ], - [ - -117.68393771899997, - 34.15804622500008 - ], - [ - -117.683939394, - 34.15804073400005 - ], - [ - -117.68394275599996, - 34.15803458700003 - ], - [ - -117.68394446299999, - 34.158028408000064 - ], - [ - -117.68394613799995, - 34.15802291800003 - ], - [ - -117.68394949699996, - 34.158016743000076 - ], - [ - -117.68395120499997, - 34.15801128000004 - ], - [ - -117.68395459199996, - 34.15799892200005 - ], - [ - -117.68395629699995, - 34.15799345800008 - ], - [ - -117.68395965899998, - 34.15798725800005 - ], - [ - -117.68396133199997, - 34.157981766000034 - ], - [ - -117.68396475099996, - 34.157969438000066 - ], - [ - -117.683966425, - 34.15796394600005 - ], - [ - -117.68397151999994, - 34.157945410000025 - ], - [ - -117.68397321699996, - 34.15794200800008 - ], - [ - -117.683976611, - 34.15792759100003 - ], - [ - -117.68397831699997, - 34.157922099000075 - ], - [ - -117.68398341199998, - 34.157903591000036 - ], - [ - -117.68398511799995, - 34.15789810100006 - ], - [ - -117.68399192199996, - 34.15787338800004 - ], - [ - -117.68399359299997, - 34.157867923000026 - ], - [ - -117.68399365099998, - 34.157861936000074 - ], - [ - -117.68399535699996, - 34.15785585400005 - ], - [ - -117.68399553499995, - 34.15785488900008 - ], - [ - -117.68399874699998, - 34.15784320600005 - ], - [ - -117.68400045299995, - 34.15783771400004 - ], - [ - -117.68400050699995, - 34.157831531000056 - ], - [ - -117.68400389299995, - 34.15781920300003 - ], - [ - -117.68400395199996, - 34.15781302000005 - ], - [ - -117.68400565999997, - 34.157806841000024 - ], - [ - -117.68400733299995, - 34.15780135000006 - ], - [ - -117.68400739099997, - 34.157795167000074 - ], - [ - -117.68401077599998, - 34.15778281100006 - ], - [ - -117.68401083199996, - 34.15777662900007 - ], - [ - -117.68401253999997, - 34.15777045100003 - ], - [ - -117.684012597, - 34.15776426700006 - ], - [ - -117.68401427199996, - 34.15775811700007 - ], - [ - -117.68401598, - 34.15775262500006 - ], - [ - -117.68401603599995, - 34.157746443000065 - ], - [ - -117.68401771099997, - 34.15774026500003 - ], - [ - -117.68401776399998, - 34.15773453400004 - ], - [ - -117.68401894699997, - 34.157728130000066 - ], - [ - -117.68401933599995, - 34.15772243300006 - ], - [ - -117.68401954199999, - 34.15771941500003 - ], - [ - -117.68401988999995, - 34.15771431300004 - ], - [ - -117.684021267, - 34.15770936000007 - ], - [ - -117.68402132299997, - 34.15770317800008 - ], - [ - -117.68402299899998, - 34.15769702700004 - ], - [ - -117.68402310899995, - 34.157685349000076 - ], - [ - -117.68407533299995, - 34.15690797100007 - ], - [ - -117.68407537499996, - 34.15690280100006 - ], - [ - -117.68407552099995, - 34.156884614000035 - ], - [ - -117.68407724999997, - 34.15687294000003 - ], - [ - -117.68407732799994, - 34.156861262000064 - ], - [ - -117.68407909399997, - 34.156848902000036 - ], - [ - -117.68407917099995, - 34.156837223000025 - ], - [ - -117.68408093399995, - 34.156825550000065 - ], - [ - -117.68408101099999, - 34.156813871000054 - ], - [ - -117.68408429099998, - 34.15679188400003 - ], - [ - -117.68408623299996, - 34.15677887600003 - ], - [ - -117.68408629699996, - 34.15677223400007 - ], - [ - -117.68408634499997, - 34.15676719900006 - ], - [ - -117.68408807499998, - 34.15675483700005 - ], - [ - -117.68410726899998, - 34.15662647900007 - ], - [ - -117.68411061999996, - 34.156614809000075 - ], - [ - -117.68411414499997, - 34.15659143400006 - ], - [ - -117.68411755999995, - 34.15657981900006 - ], - [ - -117.68412102199994, - 34.156556471000044 - ], - [ - -117.684125683, - 34.15654040700008 - ], - [ - -117.68412778599998, - 34.15653315900005 - ], - [ - -117.68412951499994, - 34.15652145800004 - ], - [ - -117.68413292999998, - 34.15651050400004 - ], - [ - -117.684133654, - 34.15650561900003 - ], - [ - -117.684134659, - 34.15649882900004 - ], - [ - -117.68414145699995, - 34.15647551700005 - ], - [ - -117.68414318799995, - 34.15646384400003 - ], - [ - -117.68414656999994, - 34.156452202000025 - ], - [ - -117.68414998199995, - 34.156441217000065 - ], - [ - -117.68415815099996, - 34.15641314800007 - ], - [ - -117.68416016299994, - 34.156406237000056 - ], - [ - -117.68416354299995, - 34.156395254000074 - ], - [ - -117.68416804799995, - 34.15637979100006 - ], - [ - -117.68417034099997, - 34.15637191600007 - ], - [ - -117.68417368799999, - 34.15636096000003 - ], - [ - -117.68418051799995, - 34.15633764900008 - ], - [ - -117.68418555299996, - 34.156326669000066 - ], - [ - -117.68418896799994, - 34.15631502700006 - ], - [ - -117.68419234599997, - 34.156304044000024 - ], - [ - -117.68419572999994, - 34.156292402000076 - ], - [ - -117.68420079499998, - 34.15628142400004 - ], - [ - -117.68420417899995, - 34.15626975400005 - ], - [ - -117.684208115, - 34.156261208000046 - ], - [ - -117.68420968299995, - 34.15625721300006 - ], - [ - -117.68421262699997, - 34.15624713400007 - ], - [ - -117.68421765899996, - 34.156236155000045 - ], - [ - -117.68422103999995, - 34.15622451400003 - ], - [ - -117.684226073, - 34.15621353600005 - ], - [ - -117.68422948699998, - 34.15620258000007 - ], - [ - -117.68423448899995, - 34.156190914000035 - ], - [ - -117.68423955499998, - 34.156179963000056 - ], - [ - -117.68424296599994, - 34.156168982000054 - ], - [ - -117.68424800199995, - 34.15615731500003 - ], - [ - -117.68427319799997, - 34.156102506000025 - ], - [ - -117.68427826699997, - 34.15609084100004 - ], - [ - -117.68430852899996, - 34.156025053000064 - ], - [ - -117.68431521199994, - 34.156014793000054 - ], - [ - -117.68432524399998, - 34.15599286400004 - ], - [ - -117.684331994, - 34.155981918000066 - ], - [ - -117.68434205899996, - 34.15595998800006 - ], - [ - -117.68434874299999, - 34.155949701000054 - ], - [ - -117.68435380899996, - 34.155938750000075 - ], - [ - -117.68436049299999, - 34.155927776000055 - ], - [ - -117.68436717499998, - 34.15591754500008 - ], - [ - -117.68437220799996, - 34.155906566000056 - ], - [ - -117.68437892499998, - 34.15589627800006 - ], - [ - -117.68438395599998, - 34.15588532900006 - ], - [ - -117.68439063999995, - 34.15587504200005 - ], - [ - -117.68439732399997, - 34.15586409400004 - ], - [ - -117.68440403999995, - 34.15585383500007 - ], - [ - -117.68441072599995, - 34.15584286100005 - ], - [ - -117.68441575499997, - 34.15583259600004 - ], - [ - -117.68442244, - 34.15582230900003 - ], - [ - -117.68442915599996, - 34.155811364000044 - ], - [ - -117.68446260299999, - 34.15576001000005 - ], - [ - -117.68446928799995, - 34.15574906300003 - ], - [ - -117.68447762299996, - 34.15573880900007 - ], - [ - -117.684484307, - 34.15572852200006 - ], - [ - -117.68449098699995, - 34.15571894800007 - ], - [ - -117.68449770199999, - 34.15570868900005 - ], - [ - -117.684502496, - 34.15570279000008 - ], - [ - -117.68451930099997, - 34.15567803400006 - ], - [ - -117.68451940299997, - 34.155677886000035 - ], - [ - -117.68452777199997, - 34.15566763100003 - ], - [ - -117.68453148999998, - 34.15566226100003 - ], - [ - -117.68453441799994, - 34.155658032000076 - ], - [ - -117.68454102699997, - 34.155649932000074 - ], - [ - -117.68454326499995, - 34.15564703800004 - ], - [ - -117.684549469, - 34.15563748900007 - ], - [ - -117.6845578, - 34.155627948000074 - ], - [ - -117.68456448399996, - 34.155617660000075 - ], - [ - -117.68457284999994, - 34.15560809100003 - ], - [ - -117.68457953199999, - 34.15559783100008 - ], - [ - -117.68458786499997, - 34.155588237000075 - ], - [ - -117.68459619899994, - 34.15557798100008 - ], - [ - -117.68460050599998, - 34.15557303700007 - ], - [ - -117.68460453299997, - 34.155568413000026 - ], - [ - -117.68460664, - 34.155565402000036 - ], - [ - -117.68461121299998, - 34.15555886900006 - ], - [ - -117.68461954499998, - 34.15554929900003 - ], - [ - -117.68462791399998, - 34.155538989000036 - ], - [ - -117.68467232999996, - 34.15548799100003 - ], - [ - -117.68469979999998, - 34.15545645100008 - ], - [ - -117.68470294099995, - 34.15545284600006 - ], - [ - -117.68471127, - 34.155443966000064 - ], - [ - -117.68472793599994, - 34.15542480100004 - ], - [ - -117.68473791699995, - 34.15541592400007 - ], - [ - -117.68474625099998, - 34.15540638400006 - ], - [ - -117.68475457999995, - 34.15539747400004 - ], - [ - -117.68476453399995, - 34.15538791000006 - ], - [ - -117.68477289599997, - 34.15537900100003 - ], - [ - -117.684781263, - 34.15536943200004 - ], - [ - -117.68479124399994, - 34.15536055600006 - ], - [ - -117.68479957399995, - 34.15535170000004 - ], - [ - -117.684809557, - 34.15534279800005 - ], - [ - -117.68481788899999, - 34.155333228000075 - ], - [ - -117.68482787299996, - 34.15532435100005 - ], - [ - -117.68483620299997, - 34.15531546900007 - ], - [ - -117.68484618499997, - 34.15530662000003 - ], - [ - -117.68485451499998, - 34.15529768400006 - ], - [ - -117.68487448099995, - 34.15527993100005 - ], - [ - -117.68487738399995, - 34.155277547000026 - ], - [ - -117.68488446199996, - 34.15527173900006 - ], - [ - -117.68489279099998, - 34.15526285800007 - ], - [ - -117.68489885999998, - 34.155257462000066 - ], - [ - -117.68490277299998, - 34.155253981000044 - ], - [ - -117.68490714399996, - 34.15525039500005 - ], - [ - -117.684912753, - 34.15524579100003 - ], - [ - -117.684917784, - 34.15524131800004 - ], - [ - -117.68493271999995, - 34.15522803600004 - ], - [ - -117.68494104599995, - 34.155219842000065 - ], - [ - -117.684951029, - 34.15521096500004 - ], - [ - -117.68497098799998, - 34.15519458500006 - ], - [ - -117.68498097199995, - 34.15518573500003 - ], - [ - -117.685000931, - 34.15516932700007 - ], - [ - -117.68501256499997, - 34.155161141000065 - ], - [ - -117.68503252399995, - 34.15514476100003 - ], - [ - -117.68542977599998, - 34.15483418500003 - ], - [ - -117.68560945399997, - 34.154693714000075 - ], - [ - -117.68561322099998, - 34.15469139600003 - ], - [ - -117.68561608199997, - 34.15468963600006 - ], - [ - -117.68561942899998, - 34.154686896000044 - ], - [ - -117.68562771599994, - 34.154680764000034 - ], - [ - -117.685632726, - 34.15467596800005 - ], - [ - -117.68563603899997, - 34.154673943000034 - ], - [ - -117.68564104399996, - 34.15466983400006 - ], - [ - -117.68564436099996, - 34.154667096000026 - ], - [ - -117.68565267899999, - 34.15466096000006 - ], - [ - -117.68565430899997, - 34.154658218000066 - ], - [ - -117.68566100199996, - 34.15465411300005 - ], - [ - -117.68566597799997, - 34.154649317000064 - ], - [ - -117.68566925699997, - 34.15464731900005 - ], - [ - -117.6856743, - 34.15464252400005 - ], - [ - -117.68567761399999, - 34.15464049900004 - ], - [ - -117.685682623, - 34.154635703000054 - ], - [ - -117.68568593499998, - 34.15463365100004 - ], - [ - -117.68569094299994, - 34.15462888300004 - ], - [ - -117.68569425799996, - 34.15462683100003 - ], - [ - -117.68569919999999, - 34.154622062000044 - ], - [ - -117.68570424, - 34.15461795300007 - ], - [ - -117.68570755399998, - 34.15461524300002 - ], - [ - -117.68571256299998, - 34.15461044600005 - ], - [ - -117.68571587699995, - 34.154608394000036 - ], - [ - -117.68572088599996, - 34.15460362500005 - ], - [ - -117.68572586199997, - 34.154598830000054 - ], - [ - -117.68572917499995, - 34.15459680500004 - ], - [ - -117.68573418399995, - 34.154592009000055 - ], - [ - -117.68573915899998, - 34.15458724100006 - ], - [ - -117.68574416799999, - 34.154582445000074 - ], - [ - -117.68574748199995, - 34.15458039200007 - ], - [ - -117.68574917799998, - 34.15457767600003 - ], - [ - -117.68575249099996, - 34.154575624000074 - ], - [ - -117.68575746599998, - 34.15457082900008 - ], - [ - -117.68576250999996, - 34.154566060000036 - ], - [ - -117.68576578899996, - 34.15456400800008 - ], - [ - -117.68576748499999, - 34.15456126400005 - ], - [ - -117.68577079899995, - 34.15455923900004 - ], - [ - -117.68577246199999, - 34.154556496000055 - ], - [ - -117.68577577499997, - 34.15455444500003 - ], - [ - -117.68577743599997, - 34.154551699000024 - ], - [ - -117.68578078299998, - 34.154549676000045 - ], - [ - -117.68578244599996, - 34.15454693200007 - ], - [ - -117.68578579599995, - 34.15454419300005 - ], - [ - -117.68579077099997, - 34.15453942400006 - ], - [ - -117.68579578099997, - 34.15453462800008 - ], - [ - -117.685800756, - 34.154529860000025 - ], - [ - -117.68580576599999, - 34.15452506300005 - ], - [ - -117.68580742799998, - 34.15452232100006 - ], - [ - -117.68581073999997, - 34.15452029700003 - ], - [ - -117.68581243699998, - 34.15451755300006 - ], - [ - -117.68581574899997, - 34.15451550100005 - ], - [ - -117.68581741199995, - 34.15451275600003 - ], - [ - -117.68582076099995, - 34.15451004500005 - ], - [ - -117.68582573799995, - 34.15450524900007 - ], - [ - -117.68583074699995, - 34.154500453000026 - ], - [ - -117.68583240999999, - 34.154497710000044 - ], - [ - -117.68583572199998, - 34.15449568500003 - ], - [ - -117.68583741799995, - 34.15449291400006 - ], - [ - -117.68584070099996, - 34.15449020300008 - ], - [ - -117.68584571099996, - 34.154485435000026 - ], - [ - -117.68584740699998, - 34.154482691000055 - ], - [ - -117.68585071899997, - 34.15448063800005 - ], - [ - -117.68585407899997, - 34.15447517800004 - ], - [ - -117.68585739199995, - 34.15447312600003 - ], - [ - -117.68585905299994, - 34.154470383000046 - ], - [ - -117.68586240099995, - 34.15446767100008 - ], - [ - -117.68586737899994, - 34.154462874000046 - ], - [ - -117.68586904199998, - 34.154460131000064 - ], - [ - -117.68587405199997, - 34.15445536300007 - ], - [ - -117.68587571499995, - 34.15445264700003 - ], - [ - -117.68587906299996, - 34.15444988000007 - ], - [ - -117.68588403799998, - 34.154445112000076 - ], - [ - -117.68588739699999, - 34.154439625000066 - ], - [ - -117.68589071199995, - 34.15443757300005 - ], - [ - -117.68589406999996, - 34.15443211300004 - ], - [ - -117.68589738499998, - 34.154429374000074 - ], - [ - -117.68590239499997, - 34.15442457800003 - ], - [ - -117.68590572, - 34.15441911800008 - ], - [ - -117.68590903299997, - 34.154417066000065 - ], - [ - -117.68591224199997, - 34.15441182300003 - ], - [ - -117.68591239199998, - 34.154411579000055 - ], - [ - -117.685912724, - 34.15441130700003 - ], - [ - -117.68591570799998, - 34.15440886600004 - ], - [ - -117.68591709799995, - 34.15440661900004 - ], - [ - -117.68591740399995, - 34.15440612400005 - ], - [ - -117.68591791499995, - 34.154405703000066 - ], - [ - -117.68592072099995, - 34.154403384000034 - ], - [ - -117.685923947, - 34.15439879300004 - ], - [ - -117.68592418699996, - 34.15439851900004 - ], - [ - -117.68592739199994, - 34.154395873000055 - ], - [ - -117.68592949099997, - 34.15439244300006 - ], - [ - -117.68593075099994, - 34.154390385000056 - ], - [ - -117.68593188699998, - 34.154389699000035 - ], - [ - -117.685934063, - 34.15438838800003 - ], - [ - -117.68593643799994, - 34.15438448700007 - ], - [ - -117.68593742199994, - 34.15438287300003 - ], - [ - -117.68593895299995, - 34.15438160900004 - ], - [ - -117.68594073699995, - 34.15438013500005 - ], - [ - -117.68594188399999, - 34.15437825200007 - ], - [ - -117.68594406399995, - 34.15437467500004 - ], - [ - -117.685947409, - 34.15437193400004 - ], - [ - -117.68648741399994, - 34.153753195000036 - ], - [ - -117.68650450899997, - 34.15373367300003 - ], - [ - -117.68650472299998, - 34.15373367800004 - ], - [ - -117.686520584, - 34.15373396700005 - ], - [ - -117.68652062999996, - 34.15373396800004 - ], - [ - -117.68655025299995, - 34.153734507000024 - ], - [ - -117.68655352899998, - 34.15373456800006 - ], - [ - -117.68667224199999, - 34.15373674600005 - ], - [ - -117.68671656499998, - 34.15373754900003 - ], - [ - -117.68671610899997, - 34.153738786000076 - ], - [ - -117.68676261799999, - 34.153739933000054 - ], - [ - -117.68651766199997, - 34.15427708000004 - ], - [ - -117.6920044299999, - 34.15425357000004 - ], - [ - -117.69856908599996, - 34.15422506700003 - ], - [ - -117.70291869, - 34.15427331300003 - ], - [ - -117.70274200299997, - 34.15794816700003 - ], - [ - -117.70519945599995, - 34.15797369000006 - ], - [ - -117.715717085, - 34.15810791000007 - ], - [ - -117.71577524599996, - 34.15946913500005 - ], - [ - -117.71586588699995, - 34.16538564900003 - ], - [ - -117.71586589199995, - 34.165385935000074 - ], - [ - -117.71775580099995, - 34.16539565900007 - ], - [ - -117.71836665999996, - 34.165398795000044 - ], - [ - -117.71923897999994, - 34.165399097000034 - ], - [ - -117.72456002799998, - 34.16540079500004 - ], - [ - -117.72456002599995, - 34.16540020700006 - ], - [ - -117.72453487299998, - 34.15951237100006 - ], - [ - -117.724526143, - 34.15812504100006 - ], - [ - -117.72888351899996, - 34.15814456000004 - ], - [ - -117.72888351899996, - 34.15814428500005 - ], - [ - -117.72888284699997, - 34.158091625000054 - ], - [ - -117.72887438799995, - 34.15742882500007 - ], - [ - -117.72886746999995, - 34.15688673600005 - ], - [ - -117.72883792099998, - 34.154574109000066 - ], - [ - -117.72881335699998, - 34.15275507600006 - ], - [ - -117.72879357699998, - 34.15129018400006 - ], - [ - -117.72878823699995, - 34.15087867700004 - ], - [ - -117.72878898199997, - 34.15087835300005 - ], - [ - -117.73169247799996, - 34.150904867000065 - ], - [ - -117.73323935699995, - 34.15091083000004 - ], - [ - -117.73321125599995, - 34.147287369000026 - ], - [ - -117.73928427899995, - 34.14726874000007 - ], - [ - -117.73955546599996, - 34.14726710300005 - ], - [ - -117.73955550499994, - 34.147262814000044 - ], - [ - -117.74167066599995, - 34.14725413600007 - ], - [ - -117.741710491, - 34.14725397300003 - ], - [ - -117.74167173899997, - 34.14360697700005 - ], - [ - -117.74167157499994, - 34.14359154300007 - ], - [ - -117.74167164499994, - 34.14310929100003 - ], - [ - -117.74167189099995, - 34.14309387600008 - ], - [ - -117.74172156799995, - 34.139980388000026 - ], - [ - -117.74176082899999, - 34.13745608000005 - ], - [ - -117.74177254399996, - 34.13670241700004 - ], - [ - -117.74177504999994, - 34.136554008000076 - ], - [ - -117.741778163, - 34.13636996300005 - ], - [ - -117.74177833699997, - 34.136345919000064 - ], - [ - -117.74179007299995, - 34.13537116100008 - ], - [ - -117.741795234, - 34.13486625000007 - ], - [ - -117.741795519, - 34.13482778100007 - ], - [ - -117.741799905, - 34.134434844000054 - ], - [ - -117.74179976199997, - 34.13443501000006 - ], - [ - -117.74186259799995, - 34.12897127600007 - ], - [ - -117.74191770199997, - 34.12662298300006 - ], - [ - -117.74192998099994, - 34.12639555800007 - ], - [ - -117.74195184299998, - 34.126395552000076 - ], - [ - -117.74195081399995, - 34.12638847200003 - ], - [ - -117.74194713999998, - 34.12635944700003 - ], - [ - -117.74204127599995, - 34.12635931900007 - ], - [ - -117.74204262099994, - 34.12616971800003 - ], - [ - -117.74203119099997, - 34.126147023000044 - ], - [ - -117.74191719399994, - 34.12591219400008 - ], - [ - -117.74193720599999, - 34.12529034500005 - ], - [ - -117.74193828299997, - 34.12525692400004 - ], - [ - -117.74191680599995, - 34.12525679700008 - ], - [ - -117.74149323899996, - 34.12487346900008 - ], - [ - -117.74149423799997, - 34.12472167900006 - ], - [ - -117.74131087999996, - 34.12472491400007 - ], - [ - -117.741049649, - 34.12404356800005 - ], - [ - -117.74098310799997, - 34.123871490000056 - ], - [ - -117.74093832899996, - 34.12351139500004 - ], - [ - -117.74093149499998, - 34.12345631300008 - ], - [ - -117.740923195, - 34.12345637000004 - ], - [ - -117.74052177699997, - 34.12345914400004 - ], - [ - -117.74051885499995, - 34.123454872000025 - ], - [ - -117.74032929599997, - 34.123454249000076 - ], - [ - -117.73986964199997, - 34.122782365000035 - ], - [ - -117.73987127699996, - 34.122508795000044 - ], - [ - -117.739816911, - 34.12242940100003 - ], - [ - -117.73981479399998, - 34.12226040000007 - ], - [ - -117.73981101199996, - 34.12196821100002 - ], - [ - -117.73980833999997, - 34.121765055000026 - ], - [ - -117.73980855499997, - 34.121738264000044 - ], - [ - -117.73980865799996, - 34.121726557000045 - ], - [ - -117.73987594999994, - 34.121726575000025 - ], - [ - -117.73987647699994, - 34.121638320000045 - ], - [ - -117.74193491499994, - 34.12163971200005 - ], - [ - -117.74340564399995, - 34.12164843200003 - ], - [ - -117.74414082299995, - 34.12164922200003 - ], - [ - -117.74422455599995, - 34.121648968000045 - ], - [ - -117.74495825999998, - 34.121646557000076 - ], - [ - -117.74511717799999, - 34.121646035000026 - ], - [ - -117.74611659299995, - 34.121642750000035 - ], - [ - -117.746116767, - 34.121642750000035 - ], - [ - -117.75042966499996, - 34.12164678600004 - ], - [ - -117.75074693099998, - 34.12164711600008 - ], - [ - -117.75074732199994, - 34.12164711600008 - ], - [ - -117.75076950099998, - 34.12082354200004 - ], - [ - -117.75076982599995, - 34.12077408000005 - ], - [ - -117.75076954599996, - 34.12077408000005 - ], - [ - -117.75074795299997, - 34.12077410000006 - ], - [ - -117.75074807099998, - 34.12068739600005 - ], - [ - -117.75075123899995, - 34.118421744000045 - ], - [ - -117.75074643799996, - 34.11450615900003 - ], - [ - -117.75074262499999, - 34.11028288000006 - ], - [ - -117.75062721399996, - 34.11017747400007 - ], - [ - -117.75062540899995, - 34.10964122400003 - ], - [ - -117.75006395999998, - 34.10964169400006 - ], - [ - -117.75006059199995, - 34.11017502400006 - ], - [ - -117.75005954299996, - 34.11055595900007 - ], - [ - -117.75005872, - 34.11084588800003 - ], - [ - -117.750050161, - 34.112605389000066 - ], - [ - -117.74853198699998, - 34.11259964100003 - ], - [ - -117.74852905699998, - 34.11084019400005 - ], - [ - -117.74753632399995, - 34.110832695000056 - ], - [ - -117.74535446599998, - 34.11081913900006 - ], - [ - -117.74519273899995, - 34.110793116000025 - ], - [ - -117.74210528499998, - 34.110799618000044 - ], - [ - -117.74211393399997, - 34.11013705700003 - ], - [ - -117.74213177399997, - 34.108633302000044 - ], - [ - -117.74116726499994, - 34.10862320600006 - ], - [ - -117.74117538399997, - 34.10811532800005 - ], - [ - -117.73991357499995, - 34.10810496400006 - ], - [ - -117.73971188599995, - 34.108155347000036 - ], - [ - -117.73902309199997, - 34.10814252900008 - ], - [ - -117.73901187999996, - 34.110121771000024 - ], - [ - -117.739009996, - 34.110748398000055 - ], - [ - -117.73761597999999, - 34.11071509900006 - ], - [ - -117.73743687199999, - 34.110916958000075 - ], - [ - -117.73717427199995, - 34.11091118000007 - ], - [ - -117.73692675499996, - 34.11086399900006 - ], - [ - -117.73683093699998, - 34.107687627000075 - ], - [ - -117.73683403999996, - 34.10724332900003 - ], - [ - -117.73667721599998, - 34.10724162400004 - ], - [ - -117.73666718699997, - 34.106245913000066 - ], - [ - -117.73666251399999, - 34.106107750000035 - ], - [ - -117.73673985799996, - 34.105178300000034 - ], - [ - -117.73672790999996, - 34.10344119700005 - ], - [ - -117.73669561599996, - 34.09877292200008 - ], - [ - -117.73242001899996, - 34.098643680000066 - ], - [ - -117.732368378, - 34.09621710500005 - ], - [ - -117.73235587899995, - 34.09035161400004 - ], - [ - -117.72799411999995, - 34.09044224200005 - ], - [ - -117.72801326599995, - 34.07948213100008 - ], - [ - -117.71927186399995, - 34.07952584100008 - ], - [ - -117.711255973, - 34.079540715000064 - ], - [ - -117.71029304899997, - 34.08179496500003 - ], - [ - -117.70882634499998, - 34.085237353000025 - ], - [ - -117.70686089099996, - 34.089593928000056 - ], - [ - -117.70632348599997, - 34.090723206000064 - ], - [ - -117.70596376499998, - 34.09158385600006 - ], - [ - -117.70554061999997, - 34.09259229000003 - ], - [ - -117.704435462, - 34.095046334000074 - ], - [ - -117.70265273299998, - 34.09944592900007 - ], - [ - -117.69965672299998, - 34.106806163000044 - ], - [ - -117.69825460199996, - 34.11021526800005 - ], - [ - -117.69354344699997, - 34.12157085800004 - ], - [ - -117.69217823199995, - 34.12504399000005 - ], - [ - -117.68681617799996, - 34.138115767000045 - ], - [ - -117.68430481299998, - 34.146954108000045 - ], - [ - -117.68428869099995, - 34.14695418400004 - ], - [ - -117.68327984899997, - 34.15048340000004 - ], - [ - -117.68324554299994, - 34.15060340200006 - ], - [ - -117.68323418099999, - 34.15064315200004 - ], - [ - -117.68311534499998, - 34.151056754000024 - ], - [ - -117.68224627599994, - 34.15404595600006 - ], - [ - -117.68224457599996, - 34.154050074000054 - ], - [ - -117.68217327499997, - 34.154294942000035 - ], - [ - -117.68214102899998, - 34.15440400400007 - ], - [ - -117.68213988999997, - 34.15440790300005 - ], - [ - -117.68172516499999, - 34.155832083000064 - ], - [ - -117.68091321099996, - 34.15739475300006 - ], - [ - -117.67992856199999, - 34.159289648000026 - ], - [ - -117.67872405099996, - 34.161586707000026 - ] - ], - [ - [ - -117.70421145699999, - 34.14390194300006 - ], - [ - -117.70412187, - 34.14400411100007 - ], - [ - -117.70406037099997, - 34.144119524000075 - ], - [ - -117.70447292299997, - 34.144258570000034 - ], - [ - -117.70454359399997, - 34.14436931700004 - ], - [ - -117.70400908899995, - 34.145989418000056 - ], - [ - -117.70390367399995, - 34.14636119800008 - ], - [ - -117.70365745699996, - 34.146830170000044 - ], - [ - -117.702117204, - 34.14870274900005 - ], - [ - -117.70199605, - 34.14886992900006 - ], - [ - -117.70146759699998, - 34.148763761000055 - ], - [ - -117.70129083899997, - 34.14873371200002 - ], - [ - -117.70075244499998, - 34.14861973200004 - ], - [ - -117.70126377199995, - 34.14795943900003 - ], - [ - -117.70154950099999, - 34.14758340700007 - ], - [ - -117.70182422699997, - 34.147003436000034 - ], - [ - -117.70182244699998, - 34.14654158500008 - ], - [ - -117.70231780599994, - 34.14621288500007 - ], - [ - -117.70141576199995, - 34.145690063000075 - ], - [ - -117.70153187799997, - 34.145538559000045 - ], - [ - -117.70161324699995, - 34.14542777500003 - ], - [ - -117.70168972699997, - 34.14531604600006 - ], - [ - -117.70176286999998, - 34.14520256000003 - ], - [ - -117.70183435799999, - 34.145087630000035 - ], - [ - -117.70190080599997, - 34.14497119200007 - ], - [ - -117.70196576199999, - 34.14485359500003 - ], - [ - -117.702025661, - 34.144735052000044 - ], - [ - -117.70208390699997, - 34.144615067000075 - ], - [ - -117.70213726399999, - 34.14449413800003 - ], - [ - -117.70218879099997, - 34.14437204300003 - ], - [ - -117.70223560099998, - 34.14424901000007 - ], - [ - -117.70227904599994, - 34.14412506300005 - ], - [ - -117.70231912, - 34.14400048400006 - ], - [ - -117.70235582199996, - 34.14387527400004 - ], - [ - -117.70238932299998, - 34.143749435000075 - ], - [ - -117.70241793599996, - 34.14362265400007 - ], - [ - -117.70244486999997, - 34.14349527400003 - ], - [ - -117.702466733, - 34.143367511000065 - ], - [ - -117.70248402899995, - 34.143239374000075 - ], - [ - -117.70252791799999, - 34.14291425400006 - ], - [ - -117.70257561799997, - 34.14248749300003 - ], - [ - -117.70259258199997, - 34.142359068000076 - ], - [ - -117.70261781499994, - 34.14223193600003 - ], - [ - -117.70264962799996, - 34.142105782000044 - ], - [ - -117.70268818499994, - 34.141980889000024 - ], - [ - -117.70273482099998, - 34.141857852000044 - ], - [ - -117.70278817699995, - 34.14173692300005 - ], - [ - -117.70284807999997, - 34.14161809600006 - ], - [ - -117.70291620899997, - 34.14150197200007 - ], - [ - -117.70299103099995, - 34.14138880000007 - ], - [ - -117.70307068399995, - 34.141278543000055 - ], - [ - -117.70315702, - 34.14117151900007 - ], - [ - -117.70324984799998, - 34.14106857200005 - ], - [ - -117.70340405599995, - 34.140918115000034 - ], - [ - -117.703511849, - 34.14082504900006 - ], - [ - -117.703624591, - 34.14073659100006 - ], - [ - -117.70388968699996, - 34.14065430000005 - ], - [ - -117.704343043, - 34.14129430600008 - ], - [ - -117.70443229099999, - 34.14139556500004 - ], - [ - -117.70452564299995, - 34.14150141700003 - ], - [ - -117.70462949899996, - 34.14160156300005 - ], - [ - -117.70473825, - 34.14169081800003 - ], - [ - -117.70486186699998, - 34.14177586400007 - ], - [ - -117.70496733399995, - 34.14186730700004 - ], - [ - -117.70506770599997, - 34.141970763000074 - ], - [ - -117.70523677799997, - 34.142072221000035 - ], - [ - -117.705322159, - 34.14150336200004 - ], - [ - -117.70603275599996, - 34.141504980000036 - ], - [ - -117.70585413499998, - 34.14201082200003 - ], - [ - -117.705848576, - 34.14217836100005 - ], - [ - -117.70591584399995, - 34.14230707200005 - ], - [ - -117.70606073699997, - 34.14245312500003 - ], - [ - -117.70630173899997, - 34.142546449000065 - ], - [ - -117.70670660699994, - 34.14253599400007 - ], - [ - -117.70724092299997, - 34.14235795700006 - ], - [ - -117.70735782199995, - 34.14294187400003 - ], - [ - -117.70734984299997, - 34.143332523000026 - ], - [ - -117.70705737999998, - 34.14333002300003 - ], - [ - -117.70680794999998, - 34.14332810700006 - ], - [ - -117.70529767599999, - 34.143315474000076 - ], - [ - -117.70527705999996, - 34.14352863900007 - ], - [ - -117.7052649399999, - 34.14365378100007 - ], - [ - -117.70518206499997, - 34.143758338000055 - ], - [ - -117.70506271899995, - 34.14383483100005 - ], - [ - -117.70478672299998, - 34.14387210500007 - ], - [ - -117.70435541999996, - 34.14385891300003 - ], - [ - -117.70421145699999, - 34.14390194300006 - ] - ], - [ - [ - -117.73771642499997, - 34.126602802000036 - ], - [ - -117.73764958499999, - 34.12894832600006 - ], - [ - -117.73344996799995, - 34.128924925000035 - ], - [ - -117.73184903599997, - 34.12891619000004 - ], - [ - -117.73122436799997, - 34.128912213000035 - ], - [ - -117.73011749499994, - 34.128905958000075 - ], - [ - -117.729010615, - 34.128899974000035 - ], - [ - -117.72680010399995, - 34.12889282900005 - ], - [ - -117.726799428, - 34.126549340000054 - ], - [ - -117.72680235899998, - 34.121602351000035 - ], - [ - -117.72895488699999, - 34.121609472000046 - ], - [ - -117.72997753399994, - 34.121612654000046 - ], - [ - -117.72997765599996, - 34.12211420800003 - ], - [ - -117.729561231, - 34.12211211400006 - ], - [ - -117.72957785299997, - 34.12413443200006 - ], - [ - -117.72900455799999, - 34.12413653700003 - ], - [ - -117.72900333399997, - 34.12656001700003 - ], - [ - -117.72900623899994, - 34.127676164000036 - ], - [ - -117.72980965499994, - 34.12754536400007 - ], - [ - -117.72998408599994, - 34.127443174000064 - ], - [ - -117.73010690599995, - 34.12708551800006 - ], - [ - -117.73120887399995, - 34.12709054900006 - ], - [ - -117.731207913, - 34.12684144600007 - ], - [ - -117.73120127799996, - 34.12637160300005 - ], - [ - -117.73197267299997, - 34.12638131800003 - ], - [ - -117.73342007399998, - 34.12637685800007 - ], - [ - -117.73329032799995, - 34.12457855900004 - ], - [ - -117.733281778, - 34.12416897700007 - ], - [ - -117.73222102399995, - 34.124181692000036 - ], - [ - -117.73218454699997, - 34.12164587700005 - ], - [ - -117.73649934399998, - 34.121722058000046 - ], - [ - -117.73804908699998, - 34.12172041600007 - ], - [ - -117.73803922299999, - 34.12219387700003 - ], - [ - -117.73770701199999, - 34.12228026900004 - ], - [ - -117.73726748899998, - 34.12227999800007 - ], - [ - -117.7372675299999, - 34.12277422400007 - ], - [ - -117.736426672, - 34.12277133600003 - ], - [ - -117.73642860799998, - 34.12319938400003 - ], - [ - -117.73661039799998, - 34.12320609300008 - ], - [ - -117.73654413999998, - 34.123772545000065 - ], - [ - -117.736645668, - 34.124042805000045 - ], - [ - -117.73665468799999, - 34.12435405800005 - ], - [ - -117.73655746099996, - 34.12530253600005 - ], - [ - -117.73773876499996, - 34.12531133300007 - ], - [ - -117.73771642499997, - 34.126602802000036 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Harvey Mudd College", - "era": "college", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -117.70940780639648, - 34.10610155172603 - ] - } - } - ] -} \ No newline at end of file diff --git a/templates/scrollytelly/data/title-slide.json b/templates/scrollytelly/data/title-slide.json deleted file mode 100644 index 71f09cd2..00000000 --- a/templates/scrollytelly/data/title-slide.json +++ /dev/null @@ -1,178906 +0,0 @@ -{ - "type": "FeatureCollection", - "bbox": [-180, -75, 180, 75], - "features": [ - { - "type": "Feature", - "properties": { - "label": "Claremont, CA", - "era": "college", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -117.67872405099996, - 34.161586707000026 - ], - [ - -117.678711594, - 34.16161110200005 - ], - [ - -117.67858132599997, - 34.161867216000076 - ], - [ - -117.67851720799996, - 34.16199328400006 - ], - [ - -117.67851424399998, - 34.16199910200004 - ], - [ - -117.67772290499994, - 34.16516195400004 - ], - [ - -117.67771612299998, - 34.165189002000034 - ], - [ - -117.67771605599995, - 34.165189249000036 - ], - [ - -117.67869957899995, - 34.165182826000034 - ], - [ - -117.67919349599998, - 34.16518408300004 - ], - [ - -117.67919378599998, - 34.16518408400003 - ], - [ - -117.67919970899999, - 34.16517524200003 - ], - [ - -117.69189965699996, - 34.165218881000044 - ], - [ - -117.69192278, - 34.16521896000006 - ], - [ - -117.69257392099996, - 34.16522309100003 - ], - [ - -117.69790726399998, - 34.16525678900007 - ], - [ - -117.69790778499998, - 34.16525679200004 - ], - [ - -117.69806378799996, - 34.16262692300006 - ], - [ - -117.69806384299994, - 34.16262597000008 - ], - [ - -117.69812613599998, - 34.16157932600004 - ], - [ - -117.69825704899995, - 34.15937967100007 - ], - [ - -117.69834415799994, - 34.15790312100006 - ], - [ - -117.69401222099998, - 34.157915236000065 - ], - [ - -117.69280356399997, - 34.15791858600005 - ], - [ - -117.69197782299995, - 34.15792074800004 - ], - [ - -117.69119468199995, - 34.15792285300006 - ], - [ - -117.68967530299994, - 34.15792692300005 - ], - [ - -117.68529873399996, - 34.15793853200006 - ], - [ - -117.68529872699997, - 34.15793870500005 - ], - [ - -117.684776608, - 34.15794006500005 - ], - [ - -117.68361798599994, - 34.15930321600007 - ], - [ - -117.68285126799998, - 34.16012025200007 - ], - [ - -117.68285762799997, - 34.16052632700007 - ], - [ - -117.68285762899995, - 34.160526409000056 - ], - [ - -117.68286675399997, - 34.161056364000046 - ], - [ - -117.68286592899995, - 34.161056366000025 - ], - [ - -117.68266180599994, - 34.161056651000024 - ], - [ - -117.68266197999998, - 34.161037417000045 - ], - [ - -117.68266074899998, - 34.16103221700007 - ], - [ - -117.68266035299996, - 34.16103054300004 - ], - [ - -117.68266053999997, - 34.16100691400004 - ], - [ - -117.68266098499998, - 34.160950856000056 - ], - [ - -117.682660049, - 34.16094730000003 - ], - [ - -117.68265991599998, - 34.160931223000034 - ], - [ - -117.68265954399999, - 34.16092113700006 - ], - [ - -117.68265973099994, - 34.16089795500005 - ], - [ - -117.68265849499994, - 34.16089262300005 - ], - [ - -117.68265818599997, - 34.16088422800004 - ], - [ - -117.68265841799996, - 34.16085192600008 - ], - [ - -117.68265682599997, - 34.160845023000036 - ], - [ - -117.682657023, - 34.160818919000064 - ], - [ - -117.68265555, - 34.16081253600004 - ], - [ - -117.68265544699995, - 34.16080974500005 - ], - [ - -117.68265563099999, - 34.160785255000064 - ], - [ - -117.68265403299995, - 34.16077906800007 - ], - [ - -117.68265423499997, - 34.16075227700003 - ], - [ - -117.68265263899997, - 34.16074609000003 - ], - [ - -117.68265277899997, - 34.16072616800005 - ], - [ - -117.68265115499997, - 34.16071929300006 - ], - [ - -117.68265138599997, - 34.16069321700007 - ], - [ - -117.68263535899996, - 34.16041349500006 - ], - [ - -117.68263529399997, - 34.16041321300003 - ], - [ - -117.682633765, - 34.16040662100005 - ], - [ - -117.68263396499998, - 34.16037983000007 - ], - [ - -117.68263233899995, - 34.16037295500007 - ], - [ - -117.68263287399998, - 34.160303793000026 - ], - [ - -117.68263246799995, - 34.160285428000066 - ], - [ - -117.682633104, - 34.16027405600005 - ], - [ - -117.68263337899998, - 34.16023831200005 - ], - [ - -117.68263509099995, - 34.16023144700006 - ], - [ - -117.68263529199999, - 34.160204656000076 - ], - [ - -117.68263700399996, - 34.16019779100003 - ], - [ - -117.68263714499994, - 34.16017789600005 - ], - [ - -117.68263885899995, - 34.16017103100006 - ], - [ - -117.68263962599997, - 34.16015737200007 - ], - [ - -117.68264039499996, - 34.16015160000006 - ], - [ - -117.682640688, - 34.160150427000076 - ], - [ - -117.68264069199995, - 34.16014937600005 - ], - [ - -117.68264071199997, - 34.16014424400004 - ], - [ - -117.68264213799995, - 34.16013852800006 - ], - [ - -117.68264243299996, - 34.16013630900005 - ], - [ - -117.68264254199994, - 34.16012364000005 - ], - [ - -117.68264425299998, - 34.16011677400007 - ], - [ - -117.68264427599996, - 34.160110592000024 - ], - [ - -117.68264598899998, - 34.160103728000024 - ], - [ - -117.68264604799998, - 34.16009685600005 - ], - [ - -117.68264775999995, - 34.16009002000004 - ], - [ - -117.68264778499997, - 34.16008383700006 - ], - [ - -117.68264949499996, - 34.16007697200007 - ], - [ - -117.68264955499995, - 34.16007010200008 - ], - [ - -117.68265297799996, - 34.16005637200004 - ], - [ - -117.68265300299998, - 34.16005018900006 - ], - [ - -117.68265467999998, - 34.16004332500006 - ], - [ - -117.68265477299997, - 34.16003645300003 - ], - [ - -117.68265648399995, - 34.16002958900003 - ], - [ - -117.68265754699996, - 34.16002561100004 - ], - [ - -117.68265813599999, - 34.160022850000075 - ], - [ - -117.68265821999995, - 34.16001656900005 - ], - [ - -117.68265993199998, - 34.16000970300007 - ], - [ - -117.68266164099998, - 34.160003525000036 - ], - [ - -117.68266170099997, - 34.15999665500004 - ], - [ - -117.682665091, - 34.159982925000065 - ], - [ - -117.6826668, - 34.15997674600004 - ], - [ - -117.68266851099997, - 34.15996990900004 - ], - [ - -117.68266857299994, - 34.15996301200005 - ], - [ - -117.68267024599999, - 34.15995686100007 - ], - [ - -117.68267367099998, - 34.159943131000034 - ], - [ - -117.68267537999998, - 34.159936952000066 - ], - [ - -117.68267705999995, - 34.15993008700008 - ], - [ - -117.68267712, - 34.159923218000074 - ], - [ - -117.68267882899994, - 34.15991706700004 - ], - [ - -117.68268225199995, - 34.159903335000024 - ], - [ - -117.68268392799996, - 34.159897157000046 - ], - [ - -117.68268563999999, - 34.159890293000046 - ], - [ - -117.682687349, - 34.15988411500007 - ], - [ - -117.68269073999994, - 34.15987041200003 - ], - [ - -117.68269248099995, - 34.159864234000054 - ], - [ - -117.68269415999998, - 34.159857368000075 - ], - [ - -117.68269590499995, - 34.15985119000004 - ], - [ - -117.68269920199998, - 34.159844356000065 - ], - [ - -117.68270091399995, - 34.15983746300003 - ], - [ - -117.68270262199997, - 34.15983131300004 - ], - [ - -117.682704334, - 34.15982444800005 - ], - [ - -117.68270604299994, - 34.15981826900003 - ], - [ - -117.68270772399995, - 34.15981140400004 - ], - [ - -117.68270943299996, - 34.15980525300006 - ], - [ - -117.68271279799995, - 34.15979839200003 - ], - [ - -117.68271450499998, - 34.15979221400005 - ], - [ - -117.68271618399996, - 34.15978535000005 - ], - [ - -117.68271789599999, - 34.159779171000025 - ], - [ - -117.68272125399994, - 34.15977233600006 - ], - [ - -117.68272296699996, - 34.15976615900007 - ], - [ - -117.68272464599994, - 34.159759294000025 - ], - [ - -117.68272635599999, - 34.159753143000046 - ], - [ - -117.68272972099999, - 34.15974628200007 - ], - [ - -117.68273146299998, - 34.159740104000036 - ], - [ - -117.68273314299995, - 34.15973323900005 - ], - [ - -117.68273647199999, - 34.15972706500003 - ], - [ - -117.68273818399996, - 34.15972019800006 - ], - [ - -117.68274154499994, - 34.15971405200003 - ], - [ - -117.68274322099995, - 34.15970787400005 - ], - [ - -117.68274493299998, - 34.15970100900006 - ], - [ - -117.68274829499995, - 34.15969483500004 - ], - [ - -117.68275000799997, - 34.15968799800004 - ], - [ - -117.68275336899995, - 34.15968182300003 - ], - [ - -117.68275504399998, - 34.15967564400006 - ], - [ - -117.68275840999996, - 34.159668811000074 - ], - [ - -117.68276015199996, - 34.15966263400003 - ], - [ - -117.68276348099994, - 34.159656460000065 - ], - [ - -117.68276515999997, - 34.159649622000074 - ], - [ - -117.68277188199994, - 34.15963727500008 - ], - [ - -117.68277355999999, - 34.159631095000066 - ], - [ - -117.68277692599997, - 34.159624234000034 - ], - [ - -117.68277863399999, - 34.159618057000046 - ], - [ - -117.68278199599996, - 34.159611909000034 - ], - [ - -117.68278539399995, - 34.15960504900005 - ], - [ - -117.68278703699997, - 34.15959887100007 - ], - [ - -117.68279376099997, - 34.15958655000003 - ], - [ - -117.68279543699998, - 34.15958037200005 - ], - [ - -117.682798801, - 34.159573511000076 - ], - [ - -117.682805525, - 34.15956119000003 - ], - [ - -117.682807202, - 34.159555013000045 - ], - [ - -117.682813926, - 34.15954269100007 - ], - [ - -117.68281728999995, - 34.159535832000074 - ], - [ - -117.68282398199995, - 34.15952351000004 - ], - [ - -117.682825692, - 34.159517332000064 - ], - [ - -117.68287598799998, - 34.15942486100005 - ], - [ - -117.68287931599997, - 34.15941937400004 - ], - [ - -117.68288267699995, - 34.159413200000074 - ], - [ - -117.68288765799997, - 34.15940702900008 - ], - [ - -117.68289774299996, - 34.15938856300005 - ], - [ - -117.68290110199996, - 34.15938310400003 - ], - [ - -117.68290443299998, - 34.159376930000064 - ], - [ - -117.68290944799998, - 34.15937076100005 - ], - [ - -117.68291280899996, - 34.15936458700003 - ], - [ - -117.68291613599996, - 34.15935912700007 - ], - [ - -117.682919498, - 34.15935295200006 - ], - [ - -117.68292451199994, - 34.159346810000045 - ], - [ - -117.68292790599997, - 34.15934063800006 - ], - [ - -117.68293120099997, - 34.15933512200007 - ], - [ - -117.68293621699996, - 34.15932900800004 - ], - [ - -117.68293957799995, - 34.15932283500007 - ], - [ - -117.68294286999998, - 34.15931734700007 - ], - [ - -117.68294791899996, - 34.15931120500005 - ], - [ - -117.68295127699997, - 34.15930571700005 - ], - [ - -117.68295460699994, - 34.15929954400008 - ], - [ - -117.68295795799997, - 34.15929614500004 - ], - [ - -117.68296132299997, - 34.15928928400007 - ], - [ - -117.68296463799999, - 34.15928654500004 - ], - [ - -117.68296630599997, - 34.15928314100006 - ], - [ - -117.68296965599995, - 34.15927971700006 - ], - [ - -117.68297302199994, - 34.15927285400005 - ], - [ - -117.682976339, - 34.15926945600006 - ], - [ - -117.68297800499994, - 34.15926602600007 - ], - [ - -117.68297970099997, - 34.15926328300003 - ], - [ - -117.68298302099998, - 34.15925985600006 - ], - [ - -117.68298468599994, - 34.15925642600007 - ], - [ - -117.682988035, - 34.15925302800008 - ], - [ - -117.68299140199997, - 34.15924616700005 - ], - [ - -117.68299471799997, - 34.159243427000035 - ], - [ - -117.68299638199994, - 34.15924002400004 - ], - [ - -117.68299973599994, - 34.159236598000064 - ], - [ - -117.68300309899996, - 34.15922973600004 - ], - [ - -117.68300641499997, - 34.15922702600005 - ], - [ - -117.68300807999998, - 34.15922359500007 - ], - [ - -117.68301143399998, - 34.15922016800005 - ], - [ - -117.68301309799995, - 34.159216738000055 - ], - [ - -117.68301613799997, - 34.15921422800005 - ], - [ - -117.68301668999999, - 34.15921344000003 - ], - [ - -117.6830269599999, - 34.15919877700003 - ], - [ - -117.683028875, - 34.159196044000055 - ], - [ - -117.68303006399998, - 34.15919434800003 - ], - [ - -117.68303204899996, - 34.159191846000056 - ], - [ - -117.68303378699994, - 34.159189656000024 - ], - [ - -117.68303637899999, - 34.15918639000006 - ], - [ - -117.68303868599997, - 34.15918348200006 - ], - [ - -117.68304801, - 34.15917173300005 - ], - [ - -117.68304818099995, - 34.15917151800005 - ], - [ - -117.68311633199994, - 34.159085652000044 - ], - [ - -117.68311661999996, - 34.15908533800007 - ], - [ - -117.68311826299998, - 34.15908198300008 - ], - [ - -117.68312157899999, - 34.159079244000054 - ], - [ - -117.68312492899997, - 34.15907581700003 - ], - [ - -117.68312659299994, - 34.15907307400005 - ], - [ - -117.68312991199997, - 34.15906967700005 - ], - [ - -117.68313160999998, - 34.159066246000066 - ], - [ - -117.68313495799998, - 34.15906350600005 - ], - [ - -117.68313659199998, - 34.15906007600006 - ], - [ - -117.68313994099998, - 34.159057364000034 - ], - [ - -117.68314325999995, - 34.159053938000056 - ], - [ - -117.68314495599998, - 34.159051195000075 - ], - [ - -117.68314827499995, - 34.15904776800005 - ], - [ - -117.68315158999997, - 34.15904505700007 - ], - [ - -117.68315328699998, - 34.15904162600003 - ], - [ - -117.683156608, - 34.159038199000065 - ], - [ - -117.68315827099997, - 34.15903545700007 - ], - [ - -117.68316162199994, - 34.159032086000025 - ], - [ - -117.683164939, - 34.15902931800008 - ], - [ - -117.68316663599995, - 34.15902588800003 - ], - [ - -117.68316995299995, - 34.15902314900006 - ], - [ - -117.68317327099999, - 34.15901975100007 - ], - [ - -117.68317496699996, - 34.159017006000056 - ], - [ - -117.68317828499994, - 34.15901358000008 - ], - [ - -117.68317994799997, - 34.15901083700004 - ], - [ - -117.683582952, - 34.158592585000065 - ], - [ - -117.68359431699997, - 34.15858057500003 - ], - [ - -117.68360294499996, - 34.15857093600005 - ], - [ - -117.68360352199994, - 34.158570293000025 - ], - [ - -117.68367708199997, - 34.15848812200005 - ], - [ - -117.68368035999998, - 34.15848446000007 - ], - [ - -117.68368397399996, - 34.15848042300007 - ], - [ - -117.68368721599995, - 34.15847680200005 - ], - [ - -117.68369020499995, - 34.15847277300003 - ], - [ - -117.68369322599995, - 34.15846870300004 - ], - [ - -117.68369604199995, - 34.15846491000008 - ], - [ - -117.68376858899995, - 34.15836715700004 - ], - [ - -117.68384010899996, - 34.158252524000034 - ], - [ - -117.68389533099997, - 34.158145869000066 - ], - [ - -117.68389690099997, - 34.15814283700007 - ], - [ - -117.68389899099998, - 34.15813944100006 - ], - [ - -117.68390231799998, - 34.15813329400004 - ], - [ - -117.68390402499995, - 34.15812780400006 - ], - [ - -117.68390738399995, - 34.15812231700005 - ], - [ - -117.68390906099995, - 34.15811613900007 - ], - [ - -117.68391241899997, - 34.15811067800007 - ], - [ - -117.68391412899996, - 34.158104501000025 - ], - [ - -117.68391745499997, - 34.15809901400007 - ], - [ - -117.68391916599995, - 34.15809283600004 - ], - [ - -117.68392252499996, - 34.15808740400007 - ], - [ - -117.68392419999998, - 34.15808119800005 - ], - [ - -117.68392590699995, - 34.158075706000034 - ], - [ - -117.68392926699994, - 34.15806953200007 - ], - [ - -117.68393097599994, - 34.158064068000044 - ], - [ - -117.68393265099996, - 34.15805788900008 - ], - [ - -117.68393600999997, - 34.15805240200007 - ], - [ - -117.68393771899997, - 34.15804622500008 - ], - [ - -117.683939394, - 34.15804073400005 - ], - [ - -117.68394275599996, - 34.15803458700003 - ], - [ - -117.68394446299999, - 34.158028408000064 - ], - [ - -117.68394613799995, - 34.15802291800003 - ], - [ - -117.68394949699996, - 34.158016743000076 - ], - [ - -117.68395120499997, - 34.15801128000004 - ], - [ - -117.68395459199996, - 34.15799892200005 - ], - [ - -117.68395629699995, - 34.15799345800008 - ], - [ - -117.68395965899998, - 34.15798725800005 - ], - [ - -117.68396133199997, - 34.157981766000034 - ], - [ - -117.68396475099996, - 34.157969438000066 - ], - [ - -117.683966425, - 34.15796394600005 - ], - [ - -117.68397151999994, - 34.157945410000025 - ], - [ - -117.68397321699996, - 34.15794200800008 - ], - [ - -117.683976611, - 34.15792759100003 - ], - [ - -117.68397831699997, - 34.157922099000075 - ], - [ - -117.68398341199998, - 34.157903591000036 - ], - [ - -117.68398511799995, - 34.15789810100006 - ], - [ - -117.68399192199996, - 34.15787338800004 - ], - [ - -117.68399359299997, - 34.157867923000026 - ], - [ - -117.68399365099998, - 34.157861936000074 - ], - [ - -117.68399535699996, - 34.15785585400005 - ], - [ - -117.68399553499995, - 34.15785488900008 - ], - [ - -117.68399874699998, - 34.15784320600005 - ], - [ - -117.68400045299995, - 34.15783771400004 - ], - [ - -117.68400050699995, - 34.157831531000056 - ], - [ - -117.68400389299995, - 34.15781920300003 - ], - [ - -117.68400395199996, - 34.15781302000005 - ], - [ - -117.68400565999997, - 34.157806841000024 - ], - [ - -117.68400733299995, - 34.15780135000006 - ], - [ - -117.68400739099997, - 34.157795167000074 - ], - [ - -117.68401077599998, - 34.15778281100006 - ], - [ - -117.68401083199996, - 34.15777662900007 - ], - [ - -117.68401253999997, - 34.15777045100003 - ], - [ - -117.684012597, - 34.15776426700006 - ], - [ - -117.68401427199996, - 34.15775811700007 - ], - [ - -117.68401598, - 34.15775262500006 - ], - [ - -117.68401603599995, - 34.157746443000065 - ], - [ - -117.68401771099997, - 34.15774026500003 - ], - [ - -117.68401776399998, - 34.15773453400004 - ], - [ - -117.68401894699997, - 34.157728130000066 - ], - [ - -117.68401933599995, - 34.15772243300006 - ], - [ - -117.68401954199999, - 34.15771941500003 - ], - [ - -117.68401988999995, - 34.15771431300004 - ], - [ - -117.684021267, - 34.15770936000007 - ], - [ - -117.68402132299997, - 34.15770317800008 - ], - [ - -117.68402299899998, - 34.15769702700004 - ], - [ - -117.68402310899995, - 34.157685349000076 - ], - [ - -117.68407533299995, - 34.15690797100007 - ], - [ - -117.68407537499996, - 34.15690280100006 - ], - [ - -117.68407552099995, - 34.156884614000035 - ], - [ - -117.68407724999997, - 34.15687294000003 - ], - [ - -117.68407732799994, - 34.156861262000064 - ], - [ - -117.68407909399997, - 34.156848902000036 - ], - [ - -117.68407917099995, - 34.156837223000025 - ], - [ - -117.68408093399995, - 34.156825550000065 - ], - [ - -117.68408101099999, - 34.156813871000054 - ], - [ - -117.68408429099998, - 34.15679188400003 - ], - [ - -117.68408623299996, - 34.15677887600003 - ], - [ - -117.68408629699996, - 34.15677223400007 - ], - [ - -117.68408634499997, - 34.15676719900006 - ], - [ - -117.68408807499998, - 34.15675483700005 - ], - [ - -117.68410726899998, - 34.15662647900007 - ], - [ - -117.68411061999996, - 34.156614809000075 - ], - [ - -117.68411414499997, - 34.15659143400006 - ], - [ - -117.68411755999995, - 34.15657981900006 - ], - [ - -117.68412102199994, - 34.156556471000044 - ], - [ - -117.684125683, - 34.15654040700008 - ], - [ - -117.68412778599998, - 34.15653315900005 - ], - [ - -117.68412951499994, - 34.15652145800004 - ], - [ - -117.68413292999998, - 34.15651050400004 - ], - [ - -117.684133654, - 34.15650561900003 - ], - [ - -117.684134659, - 34.15649882900004 - ], - [ - -117.68414145699995, - 34.15647551700005 - ], - [ - -117.68414318799995, - 34.15646384400003 - ], - [ - -117.68414656999994, - 34.156452202000025 - ], - [ - -117.68414998199995, - 34.156441217000065 - ], - [ - -117.68415815099996, - 34.15641314800007 - ], - [ - -117.68416016299994, - 34.156406237000056 - ], - [ - -117.68416354299995, - 34.156395254000074 - ], - [ - -117.68416804799995, - 34.15637979100006 - ], - [ - -117.68417034099997, - 34.15637191600007 - ], - [ - -117.68417368799999, - 34.15636096000003 - ], - [ - -117.68418051799995, - 34.15633764900008 - ], - [ - -117.68418555299996, - 34.156326669000066 - ], - [ - -117.68418896799994, - 34.15631502700006 - ], - [ - -117.68419234599997, - 34.156304044000024 - ], - [ - -117.68419572999994, - 34.156292402000076 - ], - [ - -117.68420079499998, - 34.15628142400004 - ], - [ - -117.68420417899995, - 34.15626975400005 - ], - [ - -117.684208115, - 34.156261208000046 - ], - [ - -117.68420968299995, - 34.15625721300006 - ], - [ - -117.68421262699997, - 34.15624713400007 - ], - [ - -117.68421765899996, - 34.156236155000045 - ], - [ - -117.68422103999995, - 34.15622451400003 - ], - [ - -117.684226073, - 34.15621353600005 - ], - [ - -117.68422948699998, - 34.15620258000007 - ], - [ - -117.68423448899995, - 34.156190914000035 - ], - [ - -117.68423955499998, - 34.156179963000056 - ], - [ - -117.68424296599994, - 34.156168982000054 - ], - [ - -117.68424800199995, - 34.15615731500003 - ], - [ - -117.68427319799997, - 34.156102506000025 - ], - [ - -117.68427826699997, - 34.15609084100004 - ], - [ - -117.68430852899996, - 34.156025053000064 - ], - [ - -117.68431521199994, - 34.156014793000054 - ], - [ - -117.68432524399998, - 34.15599286400004 - ], - [ - -117.684331994, - 34.155981918000066 - ], - [ - -117.68434205899996, - 34.15595998800006 - ], - [ - -117.68434874299999, - 34.155949701000054 - ], - [ - -117.68435380899996, - 34.155938750000075 - ], - [ - -117.68436049299999, - 34.155927776000055 - ], - [ - -117.68436717499998, - 34.15591754500008 - ], - [ - -117.68437220799996, - 34.155906566000056 - ], - [ - -117.68437892499998, - 34.15589627800006 - ], - [ - -117.68438395599998, - 34.15588532900006 - ], - [ - -117.68439063999995, - 34.15587504200005 - ], - [ - -117.68439732399997, - 34.15586409400004 - ], - [ - -117.68440403999995, - 34.15585383500007 - ], - [ - -117.68441072599995, - 34.15584286100005 - ], - [ - -117.68441575499997, - 34.15583259600004 - ], - [ - -117.68442244, - 34.15582230900003 - ], - [ - -117.68442915599996, - 34.155811364000044 - ], - [ - -117.68446260299999, - 34.15576001000005 - ], - [ - -117.68446928799995, - 34.15574906300003 - ], - [ - -117.68447762299996, - 34.15573880900007 - ], - [ - -117.684484307, - 34.15572852200006 - ], - [ - -117.68449098699995, - 34.15571894800007 - ], - [ - -117.68449770199999, - 34.15570868900005 - ], - [ - -117.684502496, - 34.15570279000008 - ], - [ - -117.68451930099997, - 34.15567803400006 - ], - [ - -117.68451940299997, - 34.155677886000035 - ], - [ - -117.68452777199997, - 34.15566763100003 - ], - [ - -117.68453148999998, - 34.15566226100003 - ], - [ - -117.68453441799994, - 34.155658032000076 - ], - [ - -117.68454102699997, - 34.155649932000074 - ], - [ - -117.68454326499995, - 34.15564703800004 - ], - [ - -117.684549469, - 34.15563748900007 - ], - [ - -117.6845578, - 34.155627948000074 - ], - [ - -117.68456448399996, - 34.155617660000075 - ], - [ - -117.68457284999994, - 34.15560809100003 - ], - [ - -117.68457953199999, - 34.15559783100008 - ], - [ - -117.68458786499997, - 34.155588237000075 - ], - [ - -117.68459619899994, - 34.15557798100008 - ], - [ - -117.68460050599998, - 34.15557303700007 - ], - [ - -117.68460453299997, - 34.155568413000026 - ], - [ - -117.68460664, - 34.155565402000036 - ], - [ - -117.68461121299998, - 34.15555886900006 - ], - [ - -117.68461954499998, - 34.15554929900003 - ], - [ - -117.68462791399998, - 34.155538989000036 - ], - [ - -117.68467232999996, - 34.15548799100003 - ], - [ - -117.68469979999998, - 34.15545645100008 - ], - [ - -117.68470294099995, - 34.15545284600006 - ], - [ - -117.68471127, - 34.155443966000064 - ], - [ - -117.68472793599994, - 34.15542480100004 - ], - [ - -117.68473791699995, - 34.15541592400007 - ], - [ - -117.68474625099998, - 34.15540638400006 - ], - [ - -117.68475457999995, - 34.15539747400004 - ], - [ - -117.68476453399995, - 34.15538791000006 - ], - [ - -117.68477289599997, - 34.15537900100003 - ], - [ - -117.684781263, - 34.15536943200004 - ], - [ - -117.68479124399994, - 34.15536055600006 - ], - [ - -117.68479957399995, - 34.15535170000004 - ], - [ - -117.684809557, - 34.15534279800005 - ], - [ - -117.68481788899999, - 34.155333228000075 - ], - [ - -117.68482787299996, - 34.15532435100005 - ], - [ - -117.68483620299997, - 34.15531546900007 - ], - [ - -117.68484618499997, - 34.15530662000003 - ], - [ - -117.68485451499998, - 34.15529768400006 - ], - [ - -117.68487448099995, - 34.15527993100005 - ], - [ - -117.68487738399995, - 34.155277547000026 - ], - [ - -117.68488446199996, - 34.15527173900006 - ], - [ - -117.68489279099998, - 34.15526285800007 - ], - [ - -117.68489885999998, - 34.155257462000066 - ], - [ - -117.68490277299998, - 34.155253981000044 - ], - [ - -117.68490714399996, - 34.15525039500005 - ], - [ - -117.684912753, - 34.15524579100003 - ], - [ - -117.684917784, - 34.15524131800004 - ], - [ - -117.68493271999995, - 34.15522803600004 - ], - [ - -117.68494104599995, - 34.155219842000065 - ], - [ - -117.684951029, - 34.15521096500004 - ], - [ - -117.68497098799998, - 34.15519458500006 - ], - [ - -117.68498097199995, - 34.15518573500003 - ], - [ - -117.685000931, - 34.15516932700007 - ], - [ - -117.68501256499997, - 34.155161141000065 - ], - [ - -117.68503252399995, - 34.15514476100003 - ], - [ - -117.68542977599998, - 34.15483418500003 - ], - [ - -117.68560945399997, - 34.154693714000075 - ], - [ - -117.68561322099998, - 34.15469139600003 - ], - [ - -117.68561608199997, - 34.15468963600006 - ], - [ - -117.68561942899998, - 34.154686896000044 - ], - [ - -117.68562771599994, - 34.154680764000034 - ], - [ - -117.685632726, - 34.15467596800005 - ], - [ - -117.68563603899997, - 34.154673943000034 - ], - [ - -117.68564104399996, - 34.15466983400006 - ], - [ - -117.68564436099996, - 34.154667096000026 - ], - [ - -117.68565267899999, - 34.15466096000006 - ], - [ - -117.68565430899997, - 34.154658218000066 - ], - [ - -117.68566100199996, - 34.15465411300005 - ], - [ - -117.68566597799997, - 34.154649317000064 - ], - [ - -117.68566925699997, - 34.15464731900005 - ], - [ - -117.6856743, - 34.15464252400005 - ], - [ - -117.68567761399999, - 34.15464049900004 - ], - [ - -117.685682623, - 34.154635703000054 - ], - [ - -117.68568593499998, - 34.15463365100004 - ], - [ - -117.68569094299994, - 34.15462888300004 - ], - [ - -117.68569425799996, - 34.15462683100003 - ], - [ - -117.68569919999999, - 34.154622062000044 - ], - [ - -117.68570424, - 34.15461795300007 - ], - [ - -117.68570755399998, - 34.15461524300002 - ], - [ - -117.68571256299998, - 34.15461044600005 - ], - [ - -117.68571587699995, - 34.154608394000036 - ], - [ - -117.68572088599996, - 34.15460362500005 - ], - [ - -117.68572586199997, - 34.154598830000054 - ], - [ - -117.68572917499995, - 34.15459680500004 - ], - [ - -117.68573418399995, - 34.154592009000055 - ], - [ - -117.68573915899998, - 34.15458724100006 - ], - [ - -117.68574416799999, - 34.154582445000074 - ], - [ - -117.68574748199995, - 34.15458039200007 - ], - [ - -117.68574917799998, - 34.15457767600003 - ], - [ - -117.68575249099996, - 34.154575624000074 - ], - [ - -117.68575746599998, - 34.15457082900008 - ], - [ - -117.68576250999996, - 34.154566060000036 - ], - [ - -117.68576578899996, - 34.15456400800008 - ], - [ - -117.68576748499999, - 34.15456126400005 - ], - [ - -117.68577079899995, - 34.15455923900004 - ], - [ - -117.68577246199999, - 34.154556496000055 - ], - [ - -117.68577577499997, - 34.15455444500003 - ], - [ - -117.68577743599997, - 34.154551699000024 - ], - [ - -117.68578078299998, - 34.154549676000045 - ], - [ - -117.68578244599996, - 34.15454693200007 - ], - [ - -117.68578579599995, - 34.15454419300005 - ], - [ - -117.68579077099997, - 34.15453942400006 - ], - [ - -117.68579578099997, - 34.15453462800008 - ], - [ - -117.685800756, - 34.154529860000025 - ], - [ - -117.68580576599999, - 34.15452506300005 - ], - [ - -117.68580742799998, - 34.15452232100006 - ], - [ - -117.68581073999997, - 34.15452029700003 - ], - [ - -117.68581243699998, - 34.15451755300006 - ], - [ - -117.68581574899997, - 34.15451550100005 - ], - [ - -117.68581741199995, - 34.15451275600003 - ], - [ - -117.68582076099995, - 34.15451004500005 - ], - [ - -117.68582573799995, - 34.15450524900007 - ], - [ - -117.68583074699995, - 34.154500453000026 - ], - [ - -117.68583240999999, - 34.154497710000044 - ], - [ - -117.68583572199998, - 34.15449568500003 - ], - [ - -117.68583741799995, - 34.15449291400006 - ], - [ - -117.68584070099996, - 34.15449020300008 - ], - [ - -117.68584571099996, - 34.154485435000026 - ], - [ - -117.68584740699998, - 34.154482691000055 - ], - [ - -117.68585071899997, - 34.15448063800005 - ], - [ - -117.68585407899997, - 34.15447517800004 - ], - [ - -117.68585739199995, - 34.15447312600003 - ], - [ - -117.68585905299994, - 34.154470383000046 - ], - [ - -117.68586240099995, - 34.15446767100008 - ], - [ - -117.68586737899994, - 34.154462874000046 - ], - [ - -117.68586904199998, - 34.154460131000064 - ], - [ - -117.68587405199997, - 34.15445536300007 - ], - [ - -117.68587571499995, - 34.15445264700003 - ], - [ - -117.68587906299996, - 34.15444988000007 - ], - [ - -117.68588403799998, - 34.154445112000076 - ], - [ - -117.68588739699999, - 34.154439625000066 - ], - [ - -117.68589071199995, - 34.15443757300005 - ], - [ - -117.68589406999996, - 34.15443211300004 - ], - [ - -117.68589738499998, - 34.154429374000074 - ], - [ - -117.68590239499997, - 34.15442457800003 - ], - [ - -117.68590572, - 34.15441911800008 - ], - [ - -117.68590903299997, - 34.154417066000065 - ], - [ - -117.68591224199997, - 34.15441182300003 - ], - [ - -117.68591239199998, - 34.154411579000055 - ], - [ - -117.685912724, - 34.15441130700003 - ], - [ - -117.68591570799998, - 34.15440886600004 - ], - [ - -117.68591709799995, - 34.15440661900004 - ], - [ - -117.68591740399995, - 34.15440612400005 - ], - [ - -117.68591791499995, - 34.154405703000066 - ], - [ - -117.68592072099995, - 34.154403384000034 - ], - [ - -117.685923947, - 34.15439879300004 - ], - [ - -117.68592418699996, - 34.15439851900004 - ], - [ - -117.68592739199994, - 34.154395873000055 - ], - [ - -117.68592949099997, - 34.15439244300006 - ], - [ - -117.68593075099994, - 34.154390385000056 - ], - [ - -117.68593188699998, - 34.154389699000035 - ], - [ - -117.685934063, - 34.15438838800003 - ], - [ - -117.68593643799994, - 34.15438448700007 - ], - [ - -117.68593742199994, - 34.15438287300003 - ], - [ - -117.68593895299995, - 34.15438160900004 - ], - [ - -117.68594073699995, - 34.15438013500005 - ], - [ - -117.68594188399999, - 34.15437825200007 - ], - [ - -117.68594406399995, - 34.15437467500004 - ], - [ - -117.685947409, - 34.15437193400004 - ], - [ - -117.68648741399994, - 34.153753195000036 - ], - [ - -117.68650450899997, - 34.15373367300003 - ], - [ - -117.68650472299998, - 34.15373367800004 - ], - [ - -117.686520584, - 34.15373396700005 - ], - [ - -117.68652062999996, - 34.15373396800004 - ], - [ - -117.68655025299995, - 34.153734507000024 - ], - [ - -117.68655352899998, - 34.15373456800006 - ], - [ - -117.68667224199999, - 34.15373674600005 - ], - [ - -117.68671656499998, - 34.15373754900003 - ], - [ - -117.68671610899997, - 34.153738786000076 - ], - [ - -117.68676261799999, - 34.153739933000054 - ], - [ - -117.68651766199997, - 34.15427708000004 - ], - [ - -117.6920044299999, - 34.15425357000004 - ], - [ - -117.69856908599996, - 34.15422506700003 - ], - [ - -117.70291869, - 34.15427331300003 - ], - [ - -117.70274200299997, - 34.15794816700003 - ], - [ - -117.70519945599995, - 34.15797369000006 - ], - [ - -117.715717085, - 34.15810791000007 - ], - [ - -117.71577524599996, - 34.15946913500005 - ], - [ - -117.71586588699995, - 34.16538564900003 - ], - [ - -117.71586589199995, - 34.165385935000074 - ], - [ - -117.71775580099995, - 34.16539565900007 - ], - [ - -117.71836665999996, - 34.165398795000044 - ], - [ - -117.71923897999994, - 34.165399097000034 - ], - [ - -117.72456002799998, - 34.16540079500004 - ], - [ - -117.72456002599995, - 34.16540020700006 - ], - [ - -117.72453487299998, - 34.15951237100006 - ], - [ - -117.724526143, - 34.15812504100006 - ], - [ - -117.72888351899996, - 34.15814456000004 - ], - [ - -117.72888351899996, - 34.15814428500005 - ], - [ - -117.72888284699997, - 34.158091625000054 - ], - [ - -117.72887438799995, - 34.15742882500007 - ], - [ - -117.72886746999995, - 34.15688673600005 - ], - [ - -117.72883792099998, - 34.154574109000066 - ], - [ - -117.72881335699998, - 34.15275507600006 - ], - [ - -117.72879357699998, - 34.15129018400006 - ], - [ - -117.72878823699995, - 34.15087867700004 - ], - [ - -117.72878898199997, - 34.15087835300005 - ], - [ - -117.73169247799996, - 34.150904867000065 - ], - [ - -117.73323935699995, - 34.15091083000004 - ], - [ - -117.73321125599995, - 34.147287369000026 - ], - [ - -117.73928427899995, - 34.14726874000007 - ], - [ - -117.73955546599996, - 34.14726710300005 - ], - [ - -117.73955550499994, - 34.147262814000044 - ], - [ - -117.74167066599995, - 34.14725413600007 - ], - [ - -117.741710491, - 34.14725397300003 - ], - [ - -117.74167173899997, - 34.14360697700005 - ], - [ - -117.74167157499994, - 34.14359154300007 - ], - [ - -117.74167164499994, - 34.14310929100003 - ], - [ - -117.74167189099995, - 34.14309387600008 - ], - [ - -117.74172156799995, - 34.139980388000026 - ], - [ - -117.74176082899999, - 34.13745608000005 - ], - [ - -117.74177254399996, - 34.13670241700004 - ], - [ - -117.74177504999994, - 34.136554008000076 - ], - [ - -117.741778163, - 34.13636996300005 - ], - [ - -117.74177833699997, - 34.136345919000064 - ], - [ - -117.74179007299995, - 34.13537116100008 - ], - [ - -117.741795234, - 34.13486625000007 - ], - [ - -117.741795519, - 34.13482778100007 - ], - [ - -117.741799905, - 34.134434844000054 - ], - [ - -117.74179976199997, - 34.13443501000006 - ], - [ - -117.74186259799995, - 34.12897127600007 - ], - [ - -117.74191770199997, - 34.12662298300006 - ], - [ - -117.74192998099994, - 34.12639555800007 - ], - [ - -117.74195184299998, - 34.126395552000076 - ], - [ - -117.74195081399995, - 34.12638847200003 - ], - [ - -117.74194713999998, - 34.12635944700003 - ], - [ - -117.74204127599995, - 34.12635931900007 - ], - [ - -117.74204262099994, - 34.12616971800003 - ], - [ - -117.74203119099997, - 34.126147023000044 - ], - [ - -117.74191719399994, - 34.12591219400008 - ], - [ - -117.74193720599999, - 34.12529034500005 - ], - [ - -117.74193828299997, - 34.12525692400004 - ], - [ - -117.74191680599995, - 34.12525679700008 - ], - [ - -117.74149323899996, - 34.12487346900008 - ], - [ - -117.74149423799997, - 34.12472167900006 - ], - [ - -117.74131087999996, - 34.12472491400007 - ], - [ - -117.741049649, - 34.12404356800005 - ], - [ - -117.74098310799997, - 34.123871490000056 - ], - [ - -117.74093832899996, - 34.12351139500004 - ], - [ - -117.74093149499998, - 34.12345631300008 - ], - [ - -117.740923195, - 34.12345637000004 - ], - [ - -117.74052177699997, - 34.12345914400004 - ], - [ - -117.74051885499995, - 34.123454872000025 - ], - [ - -117.74032929599997, - 34.123454249000076 - ], - [ - -117.73986964199997, - 34.122782365000035 - ], - [ - -117.73987127699996, - 34.122508795000044 - ], - [ - -117.739816911, - 34.12242940100003 - ], - [ - -117.73981479399998, - 34.12226040000007 - ], - [ - -117.73981101199996, - 34.12196821100002 - ], - [ - -117.73980833999997, - 34.121765055000026 - ], - [ - -117.73980855499997, - 34.121738264000044 - ], - [ - -117.73980865799996, - 34.121726557000045 - ], - [ - -117.73987594999994, - 34.121726575000025 - ], - [ - -117.73987647699994, - 34.121638320000045 - ], - [ - -117.74193491499994, - 34.12163971200005 - ], - [ - -117.74340564399995, - 34.12164843200003 - ], - [ - -117.74414082299995, - 34.12164922200003 - ], - [ - -117.74422455599995, - 34.121648968000045 - ], - [ - -117.74495825999998, - 34.121646557000076 - ], - [ - -117.74511717799999, - 34.121646035000026 - ], - [ - -117.74611659299995, - 34.121642750000035 - ], - [ - -117.746116767, - 34.121642750000035 - ], - [ - -117.75042966499996, - 34.12164678600004 - ], - [ - -117.75074693099998, - 34.12164711600008 - ], - [ - -117.75074732199994, - 34.12164711600008 - ], - [ - -117.75076950099998, - 34.12082354200004 - ], - [ - -117.75076982599995, - 34.12077408000005 - ], - [ - -117.75076954599996, - 34.12077408000005 - ], - [ - -117.75074795299997, - 34.12077410000006 - ], - [ - -117.75074807099998, - 34.12068739600005 - ], - [ - -117.75075123899995, - 34.118421744000045 - ], - [ - -117.75074643799996, - 34.11450615900003 - ], - [ - -117.75074262499999, - 34.11028288000006 - ], - [ - -117.75062721399996, - 34.11017747400007 - ], - [ - -117.75062540899995, - 34.10964122400003 - ], - [ - -117.75006395999998, - 34.10964169400006 - ], - [ - -117.75006059199995, - 34.11017502400006 - ], - [ - -117.75005954299996, - 34.11055595900007 - ], - [ - -117.75005872, - 34.11084588800003 - ], - [ - -117.750050161, - 34.112605389000066 - ], - [ - -117.74853198699998, - 34.11259964100003 - ], - [ - -117.74852905699998, - 34.11084019400005 - ], - [ - -117.74753632399995, - 34.110832695000056 - ], - [ - -117.74535446599998, - 34.11081913900006 - ], - [ - -117.74519273899995, - 34.110793116000025 - ], - [ - -117.74210528499998, - 34.110799618000044 - ], - [ - -117.74211393399997, - 34.11013705700003 - ], - [ - -117.74213177399997, - 34.108633302000044 - ], - [ - -117.74116726499994, - 34.10862320600006 - ], - [ - -117.74117538399997, - 34.10811532800005 - ], - [ - -117.73991357499995, - 34.10810496400006 - ], - [ - -117.73971188599995, - 34.108155347000036 - ], - [ - -117.73902309199997, - 34.10814252900008 - ], - [ - -117.73901187999996, - 34.110121771000024 - ], - [ - -117.739009996, - 34.110748398000055 - ], - [ - -117.73761597999999, - 34.11071509900006 - ], - [ - -117.73743687199999, - 34.110916958000075 - ], - [ - -117.73717427199995, - 34.11091118000007 - ], - [ - -117.73692675499996, - 34.11086399900006 - ], - [ - -117.73683093699998, - 34.107687627000075 - ], - [ - -117.73683403999996, - 34.10724332900003 - ], - [ - -117.73667721599998, - 34.10724162400004 - ], - [ - -117.73666718699997, - 34.106245913000066 - ], - [ - -117.73666251399999, - 34.106107750000035 - ], - [ - -117.73673985799996, - 34.105178300000034 - ], - [ - -117.73672790999996, - 34.10344119700005 - ], - [ - -117.73669561599996, - 34.09877292200008 - ], - [ - -117.73242001899996, - 34.098643680000066 - ], - [ - -117.732368378, - 34.09621710500005 - ], - [ - -117.73235587899995, - 34.09035161400004 - ], - [ - -117.72799411999995, - 34.09044224200005 - ], - [ - -117.72801326599995, - 34.07948213100008 - ], - [ - -117.71927186399995, - 34.07952584100008 - ], - [ - -117.711255973, - 34.079540715000064 - ], - [ - -117.71029304899997, - 34.08179496500003 - ], - [ - -117.70882634499998, - 34.085237353000025 - ], - [ - -117.70686089099996, - 34.089593928000056 - ], - [ - -117.70632348599997, - 34.090723206000064 - ], - [ - -117.70596376499998, - 34.09158385600006 - ], - [ - -117.70554061999997, - 34.09259229000003 - ], - [ - -117.704435462, - 34.095046334000074 - ], - [ - -117.70265273299998, - 34.09944592900007 - ], - [ - -117.69965672299998, - 34.106806163000044 - ], - [ - -117.69825460199996, - 34.11021526800005 - ], - [ - -117.69354344699997, - 34.12157085800004 - ], - [ - -117.69217823199995, - 34.12504399000005 - ], - [ - -117.68681617799996, - 34.138115767000045 - ], - [ - -117.68430481299998, - 34.146954108000045 - ], - [ - -117.68428869099995, - 34.14695418400004 - ], - [ - -117.68327984899997, - 34.15048340000004 - ], - [ - -117.68324554299994, - 34.15060340200006 - ], - [ - -117.68323418099999, - 34.15064315200004 - ], - [ - -117.68311534499998, - 34.151056754000024 - ], - [ - -117.68224627599994, - 34.15404595600006 - ], - [ - -117.68224457599996, - 34.154050074000054 - ], - [ - -117.68217327499997, - 34.154294942000035 - ], - [ - -117.68214102899998, - 34.15440400400007 - ], - [ - -117.68213988999997, - 34.15440790300005 - ], - [ - -117.68172516499999, - 34.155832083000064 - ], - [ - -117.68091321099996, - 34.15739475300006 - ], - [ - -117.67992856199999, - 34.159289648000026 - ], - [ - -117.67872405099996, - 34.161586707000026 - ] - ], - [ - [ - -117.70421145699999, - 34.14390194300006 - ], - [ - -117.70412187, - 34.14400411100007 - ], - [ - -117.70406037099997, - 34.144119524000075 - ], - [ - -117.70447292299997, - 34.144258570000034 - ], - [ - -117.70454359399997, - 34.14436931700004 - ], - [ - -117.70400908899995, - 34.145989418000056 - ], - [ - -117.70390367399995, - 34.14636119800008 - ], - [ - -117.70365745699996, - 34.146830170000044 - ], - [ - -117.702117204, - 34.14870274900005 - ], - [ - -117.70199605, - 34.14886992900006 - ], - [ - -117.70146759699998, - 34.148763761000055 - ], - [ - -117.70129083899997, - 34.14873371200002 - ], - [ - -117.70075244499998, - 34.14861973200004 - ], - [ - -117.70126377199995, - 34.14795943900003 - ], - [ - -117.70154950099999, - 34.14758340700007 - ], - [ - -117.70182422699997, - 34.147003436000034 - ], - [ - -117.70182244699998, - 34.14654158500008 - ], - [ - -117.70231780599994, - 34.14621288500007 - ], - [ - -117.70141576199995, - 34.145690063000075 - ], - [ - -117.70153187799997, - 34.145538559000045 - ], - [ - -117.70161324699995, - 34.14542777500003 - ], - [ - -117.70168972699997, - 34.14531604600006 - ], - [ - -117.70176286999998, - 34.14520256000003 - ], - [ - -117.70183435799999, - 34.145087630000035 - ], - [ - -117.70190080599997, - 34.14497119200007 - ], - [ - -117.70196576199999, - 34.14485359500003 - ], - [ - -117.702025661, - 34.144735052000044 - ], - [ - -117.70208390699997, - 34.144615067000075 - ], - [ - -117.70213726399999, - 34.14449413800003 - ], - [ - -117.70218879099997, - 34.14437204300003 - ], - [ - -117.70223560099998, - 34.14424901000007 - ], - [ - -117.70227904599994, - 34.14412506300005 - ], - [ - -117.70231912, - 34.14400048400006 - ], - [ - -117.70235582199996, - 34.14387527400004 - ], - [ - -117.70238932299998, - 34.143749435000075 - ], - [ - -117.70241793599996, - 34.14362265400007 - ], - [ - -117.70244486999997, - 34.14349527400003 - ], - [ - -117.702466733, - 34.143367511000065 - ], - [ - -117.70248402899995, - 34.143239374000075 - ], - [ - -117.70252791799999, - 34.14291425400006 - ], - [ - -117.70257561799997, - 34.14248749300003 - ], - [ - -117.70259258199997, - 34.142359068000076 - ], - [ - -117.70261781499994, - 34.14223193600003 - ], - [ - -117.70264962799996, - 34.142105782000044 - ], - [ - -117.70268818499994, - 34.141980889000024 - ], - [ - -117.70273482099998, - 34.141857852000044 - ], - [ - -117.70278817699995, - 34.14173692300005 - ], - [ - -117.70284807999997, - 34.14161809600006 - ], - [ - -117.70291620899997, - 34.14150197200007 - ], - [ - -117.70299103099995, - 34.14138880000007 - ], - [ - -117.70307068399995, - 34.141278543000055 - ], - [ - -117.70315702, - 34.14117151900007 - ], - [ - -117.70324984799998, - 34.14106857200005 - ], - [ - -117.70340405599995, - 34.140918115000034 - ], - [ - -117.703511849, - 34.14082504900006 - ], - [ - -117.703624591, - 34.14073659100006 - ], - [ - -117.70388968699996, - 34.14065430000005 - ], - [ - -117.704343043, - 34.14129430600008 - ], - [ - -117.70443229099999, - 34.14139556500004 - ], - [ - -117.70452564299995, - 34.14150141700003 - ], - [ - -117.70462949899996, - 34.14160156300005 - ], - [ - -117.70473825, - 34.14169081800003 - ], - [ - -117.70486186699998, - 34.14177586400007 - ], - [ - -117.70496733399995, - 34.14186730700004 - ], - [ - -117.70506770599997, - 34.141970763000074 - ], - [ - -117.70523677799997, - 34.142072221000035 - ], - [ - -117.705322159, - 34.14150336200004 - ], - [ - -117.70603275599996, - 34.141504980000036 - ], - [ - -117.70585413499998, - 34.14201082200003 - ], - [ - -117.705848576, - 34.14217836100005 - ], - [ - -117.70591584399995, - 34.14230707200005 - ], - [ - -117.70606073699997, - 34.14245312500003 - ], - [ - -117.70630173899997, - 34.142546449000065 - ], - [ - -117.70670660699994, - 34.14253599400007 - ], - [ - -117.70724092299997, - 34.14235795700006 - ], - [ - -117.70735782199995, - 34.14294187400003 - ], - [ - -117.70734984299997, - 34.143332523000026 - ], - [ - -117.70705737999998, - 34.14333002300003 - ], - [ - -117.70680794999998, - 34.14332810700006 - ], - [ - -117.70529767599999, - 34.143315474000076 - ], - [ - -117.70527705999996, - 34.14352863900007 - ], - [ - -117.7052649399999, - 34.14365378100007 - ], - [ - -117.70518206499997, - 34.143758338000055 - ], - [ - -117.70506271899995, - 34.14383483100005 - ], - [ - -117.70478672299998, - 34.14387210500007 - ], - [ - -117.70435541999996, - 34.14385891300003 - ], - [ - -117.70421145699999, - 34.14390194300006 - ] - ], - [ - [ - -117.73771642499997, - 34.126602802000036 - ], - [ - -117.73764958499999, - 34.12894832600006 - ], - [ - -117.73344996799995, - 34.128924925000035 - ], - [ - -117.73184903599997, - 34.12891619000004 - ], - [ - -117.73122436799997, - 34.128912213000035 - ], - [ - -117.73011749499994, - 34.128905958000075 - ], - [ - -117.729010615, - 34.128899974000035 - ], - [ - -117.72680010399995, - 34.12889282900005 - ], - [ - -117.726799428, - 34.126549340000054 - ], - [ - -117.72680235899998, - 34.121602351000035 - ], - [ - -117.72895488699999, - 34.121609472000046 - ], - [ - -117.72997753399994, - 34.121612654000046 - ], - [ - -117.72997765599996, - 34.12211420800003 - ], - [ - -117.729561231, - 34.12211211400006 - ], - [ - -117.72957785299997, - 34.12413443200006 - ], - [ - -117.72900455799999, - 34.12413653700003 - ], - [ - -117.72900333399997, - 34.12656001700003 - ], - [ - -117.72900623899994, - 34.127676164000036 - ], - [ - -117.72980965499994, - 34.12754536400007 - ], - [ - -117.72998408599994, - 34.127443174000064 - ], - [ - -117.73010690599995, - 34.12708551800006 - ], - [ - -117.73120887399995, - 34.12709054900006 - ], - [ - -117.731207913, - 34.12684144600007 - ], - [ - -117.73120127799996, - 34.12637160300005 - ], - [ - -117.73197267299997, - 34.12638131800003 - ], - [ - -117.73342007399998, - 34.12637685800007 - ], - [ - -117.73329032799995, - 34.12457855900004 - ], - [ - -117.733281778, - 34.12416897700007 - ], - [ - -117.73222102399995, - 34.124181692000036 - ], - [ - -117.73218454699997, - 34.12164587700005 - ], - [ - -117.73649934399998, - 34.121722058000046 - ], - [ - -117.73804908699998, - 34.12172041600007 - ], - [ - -117.73803922299999, - 34.12219387700003 - ], - [ - -117.73770701199999, - 34.12228026900004 - ], - [ - -117.73726748899998, - 34.12227999800007 - ], - [ - -117.7372675299999, - 34.12277422400007 - ], - [ - -117.736426672, - 34.12277133600003 - ], - [ - -117.73642860799998, - 34.12319938400003 - ], - [ - -117.73661039799998, - 34.12320609300008 - ], - [ - -117.73654413999998, - 34.123772545000065 - ], - [ - -117.736645668, - 34.124042805000045 - ], - [ - -117.73665468799999, - 34.12435405800005 - ], - [ - -117.73655746099996, - 34.12530253600005 - ], - [ - -117.73773876499996, - 34.12531133300007 - ], - [ - -117.73771642499997, - 34.126602802000036 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Oakland, CA", - "era": "cfa", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -122.23303510099998, - 37.881839623000076 - ], - [ - -122.23329411999998, - 37.88187036100004 - ], - [ - -122.23329138999998, - 37.88188473300005 - ], - [ - -122.23333222199994, - 37.88189261400004 - ], - [ - -122.23360035699994, - 37.881964725000046 - ], - [ - -122.23386598699994, - 37.88199309400005 - ], - [ - -122.23385922699998, - 37.88203434400003 - ], - [ - -122.235898024, - 37.88258262100004 - ], - [ - -122.23613998299999, - 37.88263857700008 - ], - [ - -122.23614053499995, - 37.88264783300008 - ], - [ - -122.23670097499996, - 37.88279854000007 - ], - [ - -122.23712737899996, - 37.88291319800004 - ], - [ - -122.23750488799999, - 37.883014710000054 - ], - [ - -122.23774588299995, - 37.88307951200005 - ], - [ - -122.23924826999996, - 37.88348348100004 - ], - [ - -122.23962327599997, - 37.883395215000064 - ], - [ - -122.24017393699995, - 37.88315845300008 - ], - [ - -122.24171430999996, - 37.882496134000064 - ], - [ - -122.24256891399995, - 37.88212866300006 - ], - [ - -122.24506812399994, - 37.883926495000026 - ], - [ - -122.24692577699994, - 37.885372962000076 - ], - [ - -122.24692402399995, - 37.88536006900006 - ], - [ - -122.24692267699999, - 37.88535016900005 - ], - [ - -122.24691410199995, - 37.885273623000046 - ], - [ - -122.24685360799998, - 37.884733648000065 - ], - [ - -122.24684173399999, - 37.884627634000026 - ], - [ - -122.24684172299999, - 37.88460465600008 - ], - [ - -122.24682715799997, - 37.88456929600005 - ], - [ - -122.24681924099997, - 37.88454770300007 - ], - [ - -122.24681020599996, - 37.88451870800003 - ], - [ - -122.24680614299996, - 37.88449336000008 - ], - [ - -122.24679835699999, - 37.88445708100005 - ], - [ - -122.24679637699995, - 37.88443182000003 - ], - [ - -122.24679515699995, - 37.88439464000004 - ], - [ - -122.24680145299999, - 37.884328940000046 - ], - [ - -122.24680659599994, - 37.884307439000054 - ], - [ - -122.24681014499998, - 37.88428836300005 - ], - [ - -122.246817798, - 37.884261224000056 - ], - [ - -122.24682444399997, - 37.884240387000034 - ], - [ - -122.24683196799998, - 37.88418336500007 - ], - [ - -122.246838245, - 37.884146917000066 - ], - [ - -122.24684730699994, - 37.884107518000064 - ], - [ - -122.24677224599998, - 37.88400814600004 - ], - [ - -122.24674458399994, - 37.88381312400003 - ], - [ - -122.24671305699997, - 37.88355809300003 - ], - [ - -122.246689974, - 37.88331328800007 - ], - [ - -122.24666659599995, - 37.88310504000003 - ], - [ - -122.24666659099995, - 37.88310500800003 - ], - [ - -122.24664201599995, - 37.88288613100008 - ], - [ - -122.24662650799996, - 37.88274801400007 - ], - [ - -122.24661251899994, - 37.88262339100004 - ], - [ - -122.24659125999995, - 37.88242690800007 - ], - [ - -122.24657934899994, - 37.882316856000045 - ], - [ - -122.24657451799999, - 37.88228255100006 - ], - [ - -122.24654236699996, - 37.88197505100004 - ], - [ - -122.24649552699998, - 37.881604941000035 - ], - [ - -122.24646957999994, - 37.88137455700007 - ], - [ - -122.24645270499997, - 37.88122347400008 - ], - [ - -122.24642697599995, - 37.880993086000046 - ], - [ - -122.24607261099999, - 37.87781986600004 - ], - [ - -122.24587891999994, - 37.87608530800003 - ], - [ - -122.24571007099996, - 37.874572467000064 - ], - [ - -122.24519800099995, - 37.869984024000075 - ], - [ - -122.24519009199997, - 37.86994156700007 - ], - [ - -122.24518443099998, - 37.86988409000003 - ], - [ - -122.24518095999997, - 37.86984883400004 - ], - [ - -122.24516962999996, - 37.869733806000056 - ], - [ - -122.24516249199996, - 37.869670745000064 - ], - [ - -122.24514981599998, - 37.869558779000045 - ], - [ - -122.24514115699998, - 37.86948220900007 - ], - [ - -122.245116538, - 37.86931914200005 - ], - [ - -122.24510049399998, - 37.86915251100004 - ], - [ - -122.24509514799996, - 37.86910639700005 - ], - [ - -122.24508731499998, - 37.869038888000034 - ], - [ - -122.24503529599997, - 37.868590392000044 - ], - [ - -122.24501532699998, - 37.868464567000046 - ], - [ - -122.24501514399998, - 37.86846341800003 - ], - [ - -122.24501503899995, - 37.86846229200006 - ], - [ - -122.24500334499999, - 37.86833678900007 - ], - [ - -122.244998254, - 37.86829339700006 - ], - [ - -122.244973862, - 37.86808545700006 - ], - [ - -122.24495565899997, - 37.86793028400007 - ], - [ - -122.24494149599997, - 37.86768962600007 - ], - [ - -122.24484004299995, - 37.86758715000008 - ], - [ - -122.24461662999994, - 37.86740611700003 - ], - [ - -122.24461621199998, - 37.867405778000034 - ], - [ - -122.244718117, - 37.86727328300003 - ], - [ - -122.24476276299998, - 37.86721562100007 - ], - [ - -122.24482722699997, - 37.86705608300008 - ], - [ - -122.24483183199999, - 37.86705305600003 - ], - [ - -122.24494978699994, - 37.866975524000054 - ], - [ - -122.24498711299998, - 37.86695099000008 - ], - [ - -122.24501926099998, - 37.86692985900004 - ], - [ - -122.24502849299995, - 37.86692379200008 - ], - [ - -122.2450713, - 37.86688067600005 - ], - [ - -122.24507134099997, - 37.86688063500003 - ], - [ - -122.245076773, - 37.866875168000036 - ], - [ - -122.24507669299999, - 37.86687512200007 - ], - [ - -122.24486897999998, - 37.86675432800007 - ], - [ - -122.24482945799997, - 37.86673117400005 - ], - [ - -122.24481084499996, - 37.86672027100008 - ], - [ - -122.24471808799996, - 37.866668219000076 - ], - [ - -122.24473841799994, - 37.86664869100008 - ], - [ - -122.24475986699997, - 37.866624122000076 - ], - [ - -122.24477379899997, - 37.86660628000004 - ], - [ - -122.244782483, - 37.86659349200005 - ], - [ - -122.24479240599999, - 37.866578537000066 - ], - [ - -122.24480390699995, - 37.86656051400007 - ], - [ - -122.24481547999994, - 37.86653699500005 - ], - [ - -122.24483171699995, - 37.86649074700006 - ], - [ - -122.24484154099997, - 37.866392405000056 - ], - [ - -122.24483122099997, - 37.86628333700003 - ], - [ - -122.24497777299996, - 37.86627496700004 - ], - [ - -122.24518757499999, - 37.86626298200008 - ], - [ - -122.24525730199997, - 37.866259 - ], - [ - -122.24534937199996, - 37.86625374100004 - ], - [ - -122.24554779299996, - 37.86624240500004 - ], - [ - -122.24520481299999, - 37.865802866000024 - ], - [ - -122.24474640299997, - 37.86579321900007 - ], - [ - -122.24463427499995, - 37.86472626500006 - ], - [ - -122.24463521499996, - 37.864726208000036 - ], - [ - -122.24463662399995, - 37.86472612000006 - ], - [ - -122.24488693199999, - 37.86471058800004 - ], - [ - -122.24511776099996, - 37.86439131000003 - ], - [ - -122.24526374599998, - 37.864262705000044 - ], - [ - -122.24553845399998, - 37.86404162500003 - ], - [ - -122.245353352, - 37.86378985600004 - ], - [ - -122.24503780899994, - 37.86336066500007 - ], - [ - -122.24502094399998, - 37.86320745300003 - ], - [ - -122.24496299499998, - 37.86306356600005 - ], - [ - -122.24477915199998, - 37.86286055900007 - ], - [ - -122.24476148999997, - 37.86285340200004 - ], - [ - -122.24442304799999, - 37.862716255000066 - ], - [ - -122.24441860099995, - 37.86267170000008 - ], - [ - -122.24441626899994, - 37.862649807000025 - ], - [ - -122.24438189799997, - 37.86232692400006 - ], - [ - -122.24437937099998, - 37.86230318600008 - ], - [ - -122.24435556099996, - 37.86207950200003 - ], - [ - -122.24438797299996, - 37.86207934000004 - ], - [ - -122.24438935999996, - 37.862079333000054 - ], - [ - -122.24439074799994, - 37.86207932600007 - ], - [ - -122.24442260799998, - 37.86207916400008 - ], - [ - -122.24442815699996, - 37.862079136000034 - ], - [ - -122.24442766799996, - 37.86207737600006 - ], - [ - -122.24442729799995, - 37.86207608800004 - ], - [ - -122.24442709999994, - 37.86207533700008 - ], - [ - -122.24442694699997, - 37.86207470900007 - ], - [ - -122.24442682199998, - 37.86207420000005 - ], - [ - -122.24442671399999, - 37.86207376800007 - ], - [ - -122.24442668599994, - 37.86207364200004 - ], - [ - -122.24442652699997, - 37.86207292800003 - ], - [ - -122.24442633499996, - 37.86207206600005 - ], - [ - -122.24442631699998, - 37.862071988000025 - ], - [ - -122.24442629299995, - 37.86207187800005 - ], - [ - -122.24442628599996, - 37.862071843000024 - ], - [ - -122.24442623899995, - 37.86207161200008 - ], - [ - -122.24442608799995, - 37.862070869000036 - ], - [ - -122.24442604999996, - 37.86207068600004 - ], - [ - -122.24442602, - 37.86207053600003 - ], - [ - -122.24442601199996, - 37.86207049400008 - ], - [ - -122.24442595599999, - 37.86207022600007 - ], - [ - -122.24442590799998, - 37.862069983000026 - ], - [ - -122.244425891, - 37.86206989600004 - ], - [ - -122.24442586799995, - 37.86206976700004 - ], - [ - -122.24442585499997, - 37.86206968300007 - ], - [ - -122.24442582399996, - 37.86206950800005 - ], - [ - -122.24442579499998, - 37.86206934200004 - ], - [ - -122.24442565099997, - 37.862068548000025 - ], - [ - -122.24442547299998, - 37.86206747800003 - ], - [ - -122.24442526799999, - 37.86206618600005 - ], - [ - -122.24442501199997, - 37.86206427800005 - ], - [ - -122.24442479799995, - 37.86206237000005 - ], - [ - -122.24442462399998, - 37.86206045700004 - ], - [ - -122.24442449599997, - 37.86205854200006 - ], - [ - -122.24442440599995, - 37.86205662700007 - ], - [ - -122.24442436099997, - 37.86205471000005 - ], - [ - -122.24442435799995, - 37.86205279200004 - ], - [ - -122.24442439299997, - 37.86205087500008 - ], - [ - -122.24442447499996, - 37.86204895900005 - ], - [ - -122.24442459699998, - 37.862047045000054 - ], - [ - -122.24442476399997, - 37.86204513100006 - ], - [ - -122.24442496799998, - 37.86204322300006 - ], - [ - -122.24442521699996, - 37.862041315000056 - ], - [ - -122.24442550899994, - 37.86203941200006 - ], - [ - -122.24442584199994, - 37.862037515000054 - ], - [ - -122.24442621299994, - 37.86203561600007 - ], - [ - -122.24442662899997, - 37.862033730000064 - ], - [ - -122.24442708699996, - 37.862031847000026 - ], - [ - -122.24442758699996, - 37.86202997200007 - ], - [ - -122.24442812599995, - 37.86202810100008 - ], - [ - -122.24442870799999, - 37.86202624100008 - ], - [ - -122.244429331, - 37.862024389000055 - ], - [ - -122.24448664899995, - 37.86187631000007 - ], - [ - -122.244313321, - 37.86168271500003 - ], - [ - -122.244306758, - 37.86167538300003 - ], - [ - -122.24415082399997, - 37.861501221000026 - ], - [ - -122.24428623299997, - 37.86142825100006 - ], - [ - -122.24424821899999, - 37.86107111600006 - ], - [ - -122.24426528699996, - 37.86096781200007 - ], - [ - -122.244058441, - 37.86071679300005 - ], - [ - -122.24411976099998, - 37.860659499000064 - ], - [ - -122.24417250099998, - 37.86061010800006 - ], - [ - -122.24418725599998, - 37.86059609000006 - ], - [ - -122.24421210399998, - 37.86056593100005 - ], - [ - -122.24423294099995, - 37.86053588400006 - ], - [ - -122.24425266099996, - 37.86050448200007 - ], - [ - -122.24426339899998, - 37.860481322000055 - ], - [ - -122.24426801899995, - 37.86046963100006 - ], - [ - -122.24427399499996, - 37.86045403700007 - ], - [ - -122.24428032399999, - 37.86042853600003 - ], - [ - -122.24429363499996, - 37.86036214500007 - ], - [ - -122.244304189, - 37.86030948600006 - ], - [ - -122.24432047599998, - 37.86022821800003 - ], - [ - -122.24434136199994, - 37.86010184100007 - ], - [ - -122.24436128299999, - 37.85998155400006 - ], - [ - -122.24437838399996, - 37.85988391300003 - ], - [ - -122.24438740199997, - 37.85982541100003 - ], - [ - -122.24441672899997, - 37.85965083000008 - ], - [ - -122.24443658999996, - 37.85953259900003 - ], - [ - -122.24444901799995, - 37.85945862300008 - ], - [ - -122.24446659399996, - 37.85935398700008 - ], - [ - -122.24448358099994, - 37.85925286500003 - ], - [ - -122.24449272899994, - 37.85922162500003 - ], - [ - -122.24453346999996, - 37.85911252400007 - ], - [ - -122.244555134, - 37.85906171600004 - ], - [ - -122.24458291699995, - 37.85900535700006 - ], - [ - -122.24421877499998, - 37.85898945100007 - ], - [ - -122.24408698099995, - 37.85898284800004 - ], - [ - -122.24408033999998, - 37.85898234500007 - ], - [ - -122.24406553199998, - 37.858980221000024 - ], - [ - -122.24405418999999, - 37.858977398000036 - ], - [ - -122.244045439, - 37.85897499600003 - ], - [ - -122.24403829799996, - 37.85897257400006 - ], - [ - -122.24403028799998, - 37.858969857000034 - ], - [ - -122.24402479599996, - 37.858967204000066 - ], - [ - -122.24401707199996, - 37.85896328500007 - ], - [ - -122.24401296499997, - 37.85896107900004 - ], - [ - -122.24399765799996, - 37.85895044700004 - ], - [ - -122.24399190899999, - 37.85894543200004 - ], - [ - -122.24398725499998, - 37.858941370000025 - ], - [ - -122.24397659099998, - 37.85892985400005 - ], - [ - -122.24396943899995, - 37.858919548000074 - ], - [ - -122.24396021499996, - 37.85890167400004 - ], - [ - -122.24394582499997, - 37.85875747700004 - ], - [ - -122.243935352, - 37.85864466500004 - ], - [ - -122.24382377799998, - 37.858647448000056 - ], - [ - -122.24309351399995, - 37.85869481100008 - ], - [ - -122.24305414799994, - 37.85869736400008 - ], - [ - -122.24261570299996, - 37.85872579900007 - ], - [ - -122.24253460699998, - 37.85793974500007 - ], - [ - -122.24273206799995, - 37.857938112000056 - ], - [ - -122.24272406899996, - 37.85792745700007 - ], - [ - -122.24261807899995, - 37.85778632000006 - ], - [ - -122.242600784, - 37.85776329200007 - ], - [ - -122.24257381199999, - 37.85772948600004 - ], - [ - -122.242564728, - 37.857718103000025 - ], - [ - -122.24242701099996, - 37.85764734400004 - ], - [ - -122.24241206599999, - 37.85763966700006 - ], - [ - -122.24239863499997, - 37.85763701800005 - ], - [ - -122.24220984099998, - 37.85753519700006 - ], - [ - -122.24215270899998, - 37.85751709800007 - ], - [ - -122.24209140399995, - 37.857493428000055 - ], - [ - -122.24202280499998, - 37.857461718000025 - ], - [ - -122.24198595799999, - 37.85744166100005 - ], - [ - -122.24196126399994, - 37.85742279700003 - ], - [ - -122.24191048299997, - 37.85738929900003 - ], - [ - -122.24186294199995, - 37.857349793000026 - ], - [ - -122.24176724399996, - 37.85735755300004 - ], - [ - -122.24150382, - 37.857379250000065 - ], - [ - -122.24163964499996, - 37.85731868700003 - ], - [ - -122.24170376599994, - 37.85729009800008 - ], - [ - -122.241773551, - 37.85725791900006 - ], - [ - -122.24174167899997, - 37.85721865800008 - ], - [ - -122.24169855899999, - 37.85715268600006 - ], - [ - -122.24168905399995, - 37.85712805600008 - ], - [ - -122.24167102099995, - 37.857086483000046 - ], - [ - -122.24165642699995, - 37.85705787300003 - ], - [ - -122.24158240299994, - 37.85708826200005 - ], - [ - -122.24153809599994, - 37.857108467000046 - ], - [ - -122.24124465799997, - 37.85723434700003 - ], - [ - -122.24116787099996, - 37.85726729400005 - ], - [ - -122.241226252, - 37.85740246000006 - ], - [ - -122.24115228499994, - 37.85740859800006 - ], - [ - -122.24113849699995, - 37.85740974300006 - ], - [ - -122.24080671299998, - 37.85743727400006 - ], - [ - -122.24059698399998, - 37.857530782000026 - ], - [ - -122.24054528699997, - 37.85755025100008 - ], - [ - -122.24052666799997, - 37.857524967000074 - ], - [ - -122.24046433099994, - 37.85743920300007 - ], - [ - -122.24039311299998, - 37.85732713500005 - ], - [ - -122.24037907, - 37.85730138900004 - ], - [ - -122.24031194899999, - 37.85733108100004 - ], - [ - -122.24003726999996, - 37.85744693300006 - ], - [ - -122.24000046699996, - 37.85746245400003 - ], - [ - -122.23997925499998, - 37.857471399000076 - ], - [ - -122.23980652299997, - 37.85754425300007 - ], - [ - -122.23973304499998, - 37.85757311400005 - ], - [ - -122.23965911699997, - 37.85750726600003 - ], - [ - -122.23958466799996, - 37.85750652000007 - ], - [ - -122.23943673099996, - 37.85751490200005 - ], - [ - -122.23934239899995, - 37.857578174000025 - ], - [ - -122.23914760699995, - 37.85770883200007 - ], - [ - -122.23914388199995, - 37.85771133000003 - ], - [ - -122.239140207, - 37.85771387600005 - ], - [ - -122.23911948399996, - 37.85772822800004 - ], - [ - -122.23893358, - 37.85755367500008 - ], - [ - -122.23892364199997, - 37.857553436000046 - ], - [ - -122.23867938299998, - 37.857557806000045 - ], - [ - -122.23848647299997, - 37.85761331700007 - ], - [ - -122.23824465299998, - 37.85768290300007 - ], - [ - -122.23824384999995, - 37.85768313400007 - ], - [ - -122.23824301699995, - 37.85768330500008 - ], - [ - -122.23818676599996, - 37.85769461700005 - ], - [ - -122.23816996699998, - 37.85765700300004 - ], - [ - -122.23815780399997, - 37.85763125300008 - ], - [ - -122.23814611999995, - 37.857608377000076 - ], - [ - -122.23813030399998, - 37.85758016200003 - ], - [ - -122.238114269, - 37.85755459200004 - ], - [ - -122.23804141199997, - 37.85757535800008 - ], - [ - -122.23771285299995, - 37.857595495000055 - ], - [ - -122.23749942199998, - 37.85761461000004 - ], - [ - -122.23746683799999, - 37.85761717500003 - ], - [ - -122.23721241499999, - 37.85764185000005 - ], - [ - -122.23721190299995, - 37.857641889000035 - ], - [ - -122.23721139099996, - 37.85764192800008 - ], - [ - -122.23715963999996, - 37.85764481600006 - ], - [ - -122.23710943599997, - 37.857647529000076 - ], - [ - -122.237109267, - 37.85764753900003 - ], - [ - -122.23702789499998, - 37.85765201000004 - ], - [ - -122.23702754199996, - 37.857652029000064 - ], - [ - -122.23702725099997, - 37.857652047000045 - ], - [ - -122.23702691999995, - 37.85765206600007 - ], - [ - -122.23702660899994, - 37.85765208400005 - ], - [ - -122.23683501299996, - 37.857663487000025 - ], - [ - -122.23683107199997, - 37.85764738300003 - ], - [ - -122.23683097999998, - 37.85764700500005 - ], - [ - -122.23682319899996, - 37.857586027000025 - ], - [ - -122.23681565299995, - 37.85758651400005 - ], - [ - -122.23679969399996, - 37.85758676800003 - ], - [ - -122.23678579199998, - 37.85758491000007 - ], - [ - -122.23676925099994, - 37.85758214200007 - ], - [ - -122.236756416, - 37.85757854000008 - ], - [ - -122.23674221299996, - 37.85757319000004 - ], - [ - -122.23673176099999, - 37.85756750100006 - ], - [ - -122.23672815099997, - 37.857565339000075 - ], - [ - -122.23675313899997, - 37.85764584800006 - ], - [ - -122.23675474199996, - 37.85765558600008 - ], - [ - -122.236442878, - 37.85767326800004 - ], - [ - -122.23639729899998, - 37.857677943000056 - ], - [ - -122.23622828899994, - 37.85769528800006 - ], - [ - -122.23621748, - 37.85769639600005 - ], - [ - -122.23479221599996, - 37.85779446200007 - ], - [ - -122.23477442999996, - 37.85779568400005 - ], - [ - -122.23477161999995, - 37.857770076000065 - ], - [ - -122.23470818099997, - 37.857191329000045 - ], - [ - -122.23469590399998, - 37.857079328000054 - ], - [ - -122.23469588599994, - 37.857079172000056 - ], - [ - -122.23469586999994, - 37.857079018000036 - ], - [ - -122.23465036699997, - 37.856663911000055 - ], - [ - -122.23465026599996, - 37.856662990000075 - ], - [ - -122.23465023199998, - 37.856662683000025 - ], - [ - -122.23463471399998, - 37.85652111500008 - ], - [ - -122.23461968299995, - 37.856383985000036 - ], - [ - -122.234617749, - 37.85636634300005 - ], - [ - -122.23461689299995, - 37.85635852400003 - ], - [ - -122.23461658999997, - 37.85635576900006 - ], - [ - -122.23461655399996, - 37.85635544300004 - ], - [ - -122.23460630099999, - 37.85621931600008 - ], - [ - -122.23459906499994, - 37.85614779200006 - ], - [ - -122.23457513999995, - 37.85591744900006 - ], - [ - -122.23457100699994, - 37.85587766800006 - ], - [ - -122.234568331, - 37.85585147100005 - ], - [ - -122.23456547299998, - 37.85582352500006 - ], - [ - -122.23456272099997, - 37.85579660600007 - ], - [ - -122.23455485399995, - 37.85575240500003 - ], - [ - -122.23454337199996, - 37.85568782100006 - ], - [ - -122.234532479, - 37.85558843900003 - ], - [ - -122.23451356099997, - 37.85541585100003 - ], - [ - -122.23450596699996, - 37.85541621200008 - ], - [ - -122.23450261499994, - 37.855380927000056 - ], - [ - -122.23450260899995, - 37.85538087800006 - ], - [ - -122.23450260299995, - 37.85538082900007 - ], - [ - -122.23449295299997, - 37.85527926900005 - ], - [ - -122.23447603699998, - 37.85510128100003 - ], - [ - -122.23446826399999, - 37.85501949600007 - ], - [ - -122.23446611199995, - 37.854996862000064 - ], - [ - -122.23446453799994, - 37.85498029200005 - ], - [ - -122.23446179999996, - 37.85495148800004 - ], - [ - -122.234434395, - 37.854663118000076 - ], - [ - -122.23442930199997, - 37.85464630300004 - ], - [ - -122.23441738999998, - 37.85452618900007 - ], - [ - -122.23440282099995, - 37.85438582000006 - ], - [ - -122.23440016599994, - 37.854362594000065 - ], - [ - -122.23437976199995, - 37.85418402000005 - ], - [ - -122.23437026199997, - 37.85410089000004 - ], - [ - -122.23435997699994, - 37.85399210500003 - ], - [ - -122.23434146199997, - 37.85382292400004 - ], - [ - -122.234339203, - 37.85380228400004 - ], - [ - -122.23433411899998, - 37.853755600000056 - ], - [ - -122.23431981199997, - 37.85362419300003 - ], - [ - -122.23431134799995, - 37.85354646300004 - ], - [ - -122.23430317599997, - 37.85346604600005 - ], - [ - -122.23428509499996, - 37.85329274900005 - ], - [ - -122.23424959399995, - 37.852979480000045 - ], - [ - -122.23421167899994, - 37.85261690600004 - ], - [ - -122.23420944399999, - 37.85259552200006 - ], - [ - -122.23421985999994, - 37.85259788500008 - ], - [ - -122.23428009399998, - 37.85247248400003 - ], - [ - -122.23441701999997, - 37.85236173900006 - ], - [ - -122.23511692199997, - 37.85231584200005 - ], - [ - -122.23529500399997, - 37.852305165000075 - ], - [ - -122.23574609999997, - 37.852278125000055 - ], - [ - -122.23611971399998, - 37.85225572600007 - ], - [ - -122.23613475499997, - 37.852254824000056 - ], - [ - -122.23621751099995, - 37.85225112400008 - ], - [ - -122.23628510299994, - 37.852247555000076 - ], - [ - -122.23674210599995, - 37.852223423000055 - ], - [ - -122.23720378799999, - 37.85219904200005 - ], - [ - -122.23744330699998, - 37.85218639000004 - ], - [ - -122.23765939099997, - 37.85217497900004 - ], - [ - -122.23822184399995, - 37.85214527200003 - ], - [ - -122.23827499899994, - 37.85214246700008 - ], - [ - -122.23837299399997, - 37.852137292000066 - ], - [ - -122.23918562399996, - 37.852086858000064 - ], - [ - -122.23933638199998, - 37.85207750300003 - ], - [ - -122.23969662099995, - 37.852055145000065 - ], - [ - -122.23997933199996, - 37.852037600000074 - ], - [ - -122.23997940799995, - 37.85203759500007 - ], - [ - -122.23997948399995, - 37.852037591000055 - ], - [ - -122.24004460799995, - 37.852033548000065 - ], - [ - -122.24004793299997, - 37.85203334100004 - ], - [ - -122.24005038699994, - 37.852033187000075 - ], - [ - -122.24005082899998, - 37.852033160000076 - ], - [ - -122.24005407599998, - 37.85203295700006 - ], - [ - -122.24005413199995, - 37.85203295300005 - ], - [ - -122.24005421399994, - 37.852032949000034 - ], - [ - -122.24081292999995, - 37.85198585300003 - ], - [ - -122.24115262699996, - 37.85196476800007 - ], - [ - -122.24131985999998, - 37.85195438400007 - ], - [ - -122.24144716299998, - 37.85194648100003 - ], - [ - -122.24180658999995, - 37.85192416600006 - ], - [ - -122.241945236, - 37.85191189900007 - ], - [ - -122.24198256099999, - 37.85190937300007 - ], - [ - -122.242001158, - 37.851907991000076 - ], - [ - -122.24213570399996, - 37.851900529000034 - ], - [ - -122.24217031699999, - 37.851898463000055 - ], - [ - -122.24230413599997, - 37.85189047400007 - ], - [ - -122.242442284, - 37.85188222700003 - ], - [ - -122.24250565499995, - 37.85187844600006 - ], - [ - -122.24254015399998, - 37.85187638700006 - ], - [ - -122.24258043699996, - 37.851873983000075 - ], - [ - -122.24271858299994, - 37.85186573400006 - ], - [ - -122.24285597499994, - 37.85185753400003 - ], - [ - -122.24299769899994, - 37.85184907300004 - ], - [ - -122.24302569599996, - 37.85184740300008 - ], - [ - -122.24313508799997, - 37.85184087300007 - ], - [ - -122.24324309099995, - 37.85183442400006 - ], - [ - -122.24327245699999, - 37.851832554000055 - ], - [ - -122.24340986899995, - 37.85182446700003 - ], - [ - -122.243605087, - 37.85181281200005 - ], - [ - -122.24360860099995, - 37.85181260200005 - ], - [ - -122.24361222299996, - 37.85181238600006 - ], - [ - -122.24361376699994, - 37.85181229300008 - ], - [ - -122.24361587499999, - 37.85181216700005 - ], - [ - -122.24361607699996, - 37.85181215400007 - ], - [ - -122.24361630399994, - 37.85181214000005 - ], - [ - -122.243616767, - 37.851812109000036 - ], - [ - -122.24361762799998, - 37.85181205200007 - ], - [ - -122.24361916999999, - 37.851811948000034 - ], - [ - -122.24361971899998, - 37.851811904000044 - ], - [ - -122.24361994099996, - 37.85181188700005 - ], - [ - -122.24362285199999, - 37.85181165600005 - ], - [ - -122.24362335299998, - 37.85181160900004 - ], - [ - -122.24362622999996, - 37.851811335000036 - ], - [ - -122.24362901499995, - 37.85181103200006 - ], - [ - -122.24362940499998, - 37.85181099000005 - ], - [ - -122.24362960699995, - 37.85181096800005 - ], - [ - -122.243631527, - 37.851810734000026 - ], - [ - -122.24363192699997, - 37.85181068600008 - ], - [ - -122.24363259199998, - 37.851810605000026 - ], - [ - -122.24363295499995, - 37.851810561000036 - ], - [ - -122.24363437099998, - 37.85181036500006 - ], - [ - -122.24363512599996, - 37.85181026200007 - ], - [ - -122.243635886, - 37.851810157000045 - ], - [ - -122.24363721999998, - 37.85180996100007 - ], - [ - -122.24363969899997, - 37.85180958500007 - ], - [ - -122.24364067099998, - 37.851809424000066 - ], - [ - -122.24364271399998, - 37.85180908500007 - ], - [ - -122.24364296599998, - 37.85180904300006 - ], - [ - -122.243643707, - 37.851808909000056 - ], - [ - -122.24364629399997, - 37.85180844100006 - ], - [ - -122.24364949799997, - 37.85180782000003 - ], - [ - -122.24365288499996, - 37.85180711000004 - ], - [ - -122.24365381099994, - 37.85180690100003 - ], - [ - -122.24365615699998, - 37.851806374000034 - ], - [ - -122.24365941099995, - 37.85180559500003 - ], - [ - -122.243660251, - 37.85180538100008 - ], - [ - -122.24366253, - 37.85180480100007 - ], - [ - -122.24366586999997, - 37.85180390200003 - ], - [ - -122.24366697299996, - 37.85180358800005 - ], - [ - -122.24366907099994, - 37.85180298900008 - ], - [ - -122.24367029299998, - 37.85180262100005 - ], - [ - -122.24367143999996, - 37.85180227400008 - ], - [ - -122.24367220199997, - 37.85180204400007 - ], - [ - -122.24367266799999, - 37.851801898000076 - ], - [ - -122.24367438299998, - 37.85180135200005 - ], - [ - -122.24367632199994, - 37.85180124200008 - ], - [ - -122.24399782799998, - 37.851783021000074 - ], - [ - -122.24399789399996, - 37.85178301700006 - ], - [ - -122.243997961, - 37.851783013000045 - ], - [ - -122.24402022199996, - 37.851781767000034 - ], - [ - -122.24405542399995, - 37.85177979600007 - ], - [ - -122.24428390899999, - 37.851767008000024 - ], - [ - -122.24434089799996, - 37.85176381800005 - ], - [ - -122.24448032299995, - 37.85175617400006 - ], - [ - -122.24457023499997, - 37.851750983000045 - ], - [ - -122.24464921999999, - 37.85174656200007 - ], - [ - -122.24479435599994, - 37.85173843700005 - ], - [ - -122.24484921399994, - 37.85184705700004 - ], - [ - -122.24484938999996, - 37.851847408000026 - ], - [ - -122.24484975699994, - 37.851847580000026 - ], - [ - -122.24493015599995, - 37.85189500600006 - ], - [ - -122.24496702299996, - 37.851842272000056 - ], - [ - -122.24498846499995, - 37.85179663300005 - ], - [ - -122.24500291799995, - 37.851748351000026 - ], - [ - -122.24500606299995, - 37.85172177900006 - ], - [ - -122.24513006499996, - 37.85171960200006 - ], - [ - -122.24513117699996, - 37.85171958300003 - ], - [ - -122.24513139799996, - 37.85171957100005 - ], - [ - -122.24513205599999, - 37.85171953400004 - ], - [ - -122.24556907299996, - 37.85169507200004 - ], - [ - -122.24579316299997, - 37.851682528000026 - ], - [ - -122.24602877299998, - 37.851669334000064 - ], - [ - -122.24609588599998, - 37.85166900300004 - ], - [ - -122.246081431, - 37.851616066000076 - ], - [ - -122.24607920299997, - 37.851609696000025 - ], - [ - -122.246153312, - 37.851605705000054 - ], - [ - -122.24646094999997, - 37.85158785700003 - ], - [ - -122.24660229099999, - 37.85157965700006 - ], - [ - -122.24660392099997, - 37.85158198800008 - ], - [ - -122.24660502599994, - 37.85158356800008 - ], - [ - -122.24662278499994, - 37.85160896000008 - ], - [ - -122.24663156899999, - 37.85162262400007 - ], - [ - -122.24663183399997, - 37.85162401500003 - ], - [ - -122.24663201199996, - 37.85162494200006 - ], - [ - -122.24689975799998, - 37.851607229000024 - ], - [ - -122.24714479399995, - 37.85159102000006 - ], - [ - -122.24723355799995, - 37.851582405000045 - ], - [ - -122.24731308999998, - 37.85164015600003 - ], - [ - -122.24734439199995, - 37.85166289000006 - ], - [ - -122.24736838999996, - 37.851652236000064 - ], - [ - -122.24739081399997, - 37.85166101400006 - ], - [ - -122.24741725599995, - 37.85164077400003 - ], - [ - -122.24744603599999, - 37.851621340000065 - ], - [ - -122.24748146099995, - 37.85159741800004 - ], - [ - -122.24751391299998, - 37.851575506000074 - ], - [ - -122.24777058599994, - 37.85155709800006 - ], - [ - -122.24777060599996, - 37.85155659900005 - ], - [ - -122.24777061799995, - 37.85155626400007 - ], - [ - -122.24780637599997, - 37.85155454200003 - ], - [ - -122.24803188099997, - 37.85153844000007 - ], - [ - -122.24830496799996, - 37.851519746000065 - ], - [ - -122.24844221299998, - 37.85150959300006 - ], - [ - -122.24871743199998, - 37.85148922800005 - ], - [ - -122.24879061399997, - 37.85148397300003 - ], - [ - -122.24899300199996, - 37.85146944500008 - ], - [ - -122.24923165999996, - 37.85145231100006 - ], - [ - -122.24944944199996, - 37.851467583000044 - ], - [ - -122.24999735799997, - 37.85130931700007 - ], - [ - -122.25001654999994, - 37.85135135300004 - ], - [ - -122.25001658399998, - 37.851351426000065 - ], - [ - -122.25001662999995, - 37.85135151600008 - ], - [ - -122.25005111099995, - 37.85142157700005 - ], - [ - -122.25019111599994, - 37.85141242000003 - ], - [ - -122.25019494799994, - 37.85141217000006 - ], - [ - -122.25019874999998, - 37.85141192000003 - ], - [ - -122.25034167399997, - 37.851398533000065 - ], - [ - -122.25048716499998, - 37.85139222200007 - ], - [ - -122.25054561099995, - 37.851384729000074 - ], - [ - -122.25070763499997, - 37.85139032400008 - ], - [ - -122.25090320899994, - 37.851127707000046 - ], - [ - -122.25102602699997, - 37.851191484000026 - ], - [ - -122.25109634199998, - 37.85123508600003 - ], - [ - -122.25125621299998, - 37.851183958000036 - ], - [ - -122.25141956699997, - 37.85113346600008 - ], - [ - -122.25152926299995, - 37.85110022900005 - ], - [ - -122.25158638599999, - 37.851082922000046 - ], - [ - -122.25174269599995, - 37.85102772600004 - ], - [ - -122.25190621499996, - 37.85098409900007 - ], - [ - -122.25234620099997, - 37.85083953800006 - ], - [ - -122.25254632599996, - 37.850829023000074 - ], - [ - -122.25256364199998, - 37.85082672300007 - ], - [ - -122.25256614099999, - 37.850826392000045 - ], - [ - -122.25256864199997, - 37.85082606100008 - ], - [ - -122.252932478, - 37.850777777000076 - ], - [ - -122.25294594299999, - 37.85087726300003 - ], - [ - -122.25294729599995, - 37.85088727200008 - ], - [ - -122.25297683499997, - 37.85110555600005 - ], - [ - -122.25301574899999, - 37.85128427700005 - ], - [ - -122.253045607, - 37.85155876700003 - ], - [ - -122.25306053399999, - 37.85169601000007 - ], - [ - -122.25307542699994, - 37.85183288800005 - ], - [ - -122.25307539299996, - 37.85183291200008 - ], - [ - -122.25307542999997, - 37.851833258000056 - ], - [ - -122.25309012699995, - 37.851970203000064 - ], - [ - -122.25310531999997, - 37.85210774500007 - ], - [ - -122.25311297599995, - 37.85217811200005 - ], - [ - -122.25312025099998, - 37.85224498700006 - ], - [ - -122.25312830099995, - 37.85231900700006 - ], - [ - -122.25313314199997, - 37.852363523000065 - ], - [ - -122.25313517799998, - 37.85238223400006 - ], - [ - -122.253132446, - 37.85238259600004 - ], - [ - -122.25312834699997, - 37.85238314000003 - ], - [ - -122.25313373399996, - 37.852408654000044 - ], - [ - -122.25314707799998, - 37.852519880000045 - ], - [ - -122.25316352199997, - 37.852656928000044 - ], - [ - -122.25317996399997, - 37.85279396900006 - ], - [ - -122.25319489499998, - 37.852931211000055 - ], - [ - -122.25320982399995, - 37.85306845800005 - ], - [ - -122.25323715399998, - 37.853064827000026 - ], - [ - -122.25326574699994, - 37.85320025800007 - ], - [ - -122.25329433899998, - 37.85333568900006 - ], - [ - -122.25332293199995, - 37.85347111900006 - ], - [ - -122.25328535899996, - 37.85347610800005 - ], - [ - -122.25325461099999, - 37.85348019000003 - ], - [ - -122.25327802699996, - 37.853695479000066 - ], - [ - -122.25327858299994, - 37.85370050200004 - ], - [ - -122.25333125799995, - 37.85369351000003 - ], - [ - -122.25333354999998, - 37.853704383000036 - ], - [ - -122.253342756, - 37.85374798000004 - ], - [ - -122.25335424699995, - 37.85382525400007 - ], - [ - -122.25349559199998, - 37.853807682000024 - ], - [ - -122.25347086, - 37.853730975000076 - ], - [ - -122.25345935999997, - 37.853676508000035 - ], - [ - -122.25356867399995, - 37.85366199500004 - ], - [ - -122.25384708299998, - 37.853625040000054 - ], - [ - -122.25394900999999, - 37.853619080000044 - ], - [ - -122.25398414799997, - 37.85374602300004 - ], - [ - -122.25419998499996, - 37.853717406000044 - ], - [ - -122.254696261, - 37.85365291700003 - ], - [ - -122.25474402299994, - 37.85364670800004 - ], - [ - -122.25480264199996, - 37.85363909000006 - ], - [ - -122.25510482499999, - 37.85359957600008 - ], - [ - -122.255694458, - 37.853511696000055 - ], - [ - -122.25612174099996, - 37.85346015600004 - ], - [ - -122.25712856899997, - 37.85332019100008 - ], - [ - -122.25724567999998, - 37.85330540000007 - ], - [ - -122.25722150599995, - 37.85318349600004 - ], - [ - -122.25733494499997, - 37.85317431300007 - ], - [ - -122.25750574299997, - 37.85315163300004 - ], - [ - -122.25750613599996, - 37.853151582000066 - ], - [ - -122.25750640399997, - 37.85315154500006 - ], - [ - -122.25750733599995, - 37.85315142300004 - ], - [ - -122.25756971399994, - 37.85314314000004 - ], - [ - -122.25764238599999, - 37.85313349300003 - ], - [ - -122.25779610799998, - 37.85311308200005 - ], - [ - -122.257815801, - 37.85311046800007 - ], - [ - -122.25791566899994, - 37.853097207000076 - ], - [ - -122.25822241099996, - 37.85305647900003 - ], - [ - -122.25832783499999, - 37.853048572000034 - ], - [ - -122.25833430999995, - 37.85308188000005 - ], - [ - -122.25835293399996, - 37.85317766400004 - ], - [ - -122.25979719499998, - 37.85300622300008 - ], - [ - -122.25978146499995, - 37.85293240900006 - ], - [ - -122.25976665099995, - 37.85285980500004 - ], - [ - -122.25998047499996, - 37.85283203500006 - ], - [ - -122.26033584799995, - 37.85278574900008 - ], - [ - -122.26080495399998, - 37.852724651000074 - ], - [ - -122.26083870099995, - 37.852720255000065 - ], - [ - -122.26095538399994, - 37.85270505500006 - ], - [ - -122.26110576499997, - 37.85268547000004 - ], - [ - -122.26125272999997, - 37.852666326000076 - ], - [ - -122.26140653199997, - 37.852646296000046 - ], - [ - -122.26155691099996, - 37.852626704000045 - ], - [ - -122.26171370099996, - 37.85260628200007 - ], - [ - -122.26191886999999, - 37.852580067000076 - ], - [ - -122.26191899799994, - 37.85258005000003 - ], - [ - -122.26191912499996, - 37.85258003400003 - ], - [ - -122.26214854899996, - 37.85255071900008 - ], - [ - -122.26223687699996, - 37.852539431000025 - ], - [ - -122.262251376, - 37.85261051600003 - ], - [ - -122.26226134599995, - 37.85268389400005 - ], - [ - -122.26342987699996, - 37.85252783200008 - ], - [ - -122.26360802299996, - 37.852516929000046 - ], - [ - -122.26365798999996, - 37.85242717400007 - ], - [ - -122.26363864999996, - 37.85236030100003 - ], - [ - -122.26362136799997, - 37.85230053600003 - ], - [ - -122.26375036999997, - 37.85224795500005 - ], - [ - -122.26381825599998, - 37.85222028600003 - ], - [ - -122.26384814, - 37.852208104000056 - ], - [ - -122.26393676599997, - 37.85217198300006 - ], - [ - -122.26396707699996, - 37.85231710200003 - ], - [ - -122.26408664699994, - 37.852301270000055 - ], - [ - -122.264260875, - 37.85227820000006 - ], - [ - -122.26443169099997, - 37.852255584000034 - ], - [ - -122.26445358799998, - 37.852252683000074 - ], - [ - -122.26450761499996, - 37.85224553000006 - ], - [ - -122.26451235099995, - 37.85224490400003 - ], - [ - -122.26451318, - 37.85224479300007 - ], - [ - -122.26451709399998, - 37.85224427600008 - ], - [ - -122.26468007499994, - 37.85222269500008 - ], - [ - -122.26468014399995, - 37.85222268600006 - ], - [ - -122.26468021699998, - 37.85222267600005 - ], - [ - -122.26468025799994, - 37.85222266900007 - ], - [ - -122.26468049899995, - 37.852222632000064 - ], - [ - -122.26468060499997, - 37.85222261600006 - ], - [ - -122.26468280499995, - 37.852222279000046 - ], - [ - -122.26468373799997, - 37.852222135000034 - ], - [ - -122.264684048, - 37.852222088000076 - ], - [ - -122.26468786899994, - 37.85222150000004 - ], - [ - -122.26472416999997, - 37.85221685500005 - ], - [ - -122.26485872199999, - 37.85219904200005 - ], - [ - -122.26502953199997, - 37.85217642300006 - ], - [ - -122.265088, - 37.852168679000044 - ], - [ - -122.26520034499998, - 37.85215380100004 - ], - [ - -122.26539483799996, - 37.852121917000034 - ], - [ - -122.265539795, - 37.85209815300004 - ], - [ - -122.26554196799998, - 37.85210856300006 - ], - [ - -122.26554272299995, - 37.85211217600005 - ], - [ - -122.26554322599998, - 37.85211458500004 - ], - [ - -122.26597477399997, - 37.852065226000036 - ], - [ - -122.266081155, - 37.85205012400007 - ], - [ - -122.26607771299996, - 37.85202518300008 - ], - [ - -122.26618891499999, - 37.852012184000046 - ], - [ - -122.26619741899998, - 37.85201112400006 - ], - [ - -122.26620124299995, - 37.85201064700004 - ], - [ - -122.26620506699999, - 37.85201017000003 - ], - [ - -122.26653402699998, - 37.851969137000026 - ], - [ - -122.26653536799995, - 37.85197584200006 - ], - [ - -122.26667221499997, - 37.85195874500005 - ], - [ - -122.26680559399995, - 37.85194197900006 - ], - [ - -122.266805638, - 37.851941973000066 - ], - [ - -122.266805681, - 37.85194196700007 - ], - [ - -122.26694250099996, - 37.85192476700007 - ], - [ - -122.26702717799998, - 37.85191627900008 - ], - [ - -122.26702415199998, - 37.85190004900005 - ], - [ - -122.26714545399994, - 37.85188782000006 - ], - [ - -122.26720329199998, - 37.85188012800006 - ], - [ - -122.26728234299998, - 37.851869613000076 - ], - [ - -122.26742046799995, - 37.851851245000034 - ], - [ - -122.26748703899995, - 37.85184239200004 - ], - [ - -122.26755998199997, - 37.85183269100003 - ], - [ - -122.26769307799998, - 37.85181498700007 - ], - [ - -122.26772361099995, - 37.85181092800008 - ], - [ - -122.26782861899994, - 37.85179696100005 - ], - [ - -122.26793138899995, - 37.851790480000034 - ], - [ - -122.26794063499995, - 37.85183323900003 - ], - [ - -122.26804269299998, - 37.851813668000034 - ], - [ - -122.26826169299994, - 37.85177434700006 - ], - [ - -122.26839607099998, - 37.851745477000065 - ], - [ - -122.26841801499995, - 37.85174076200008 - ], - [ - -122.26845289, - 37.85173327100006 - ], - [ - -122.26852545899999, - 37.851717679000046 - ], - [ - -122.26853025199995, - 37.85171665000007 - ], - [ - -122.26853044899997, - 37.85171661000004 - ], - [ - -122.26861088799996, - 37.85169931400003 - ], - [ - -122.26866482999998, - 37.851687739000056 - ], - [ - -122.26866486499995, - 37.85168773100003 - ], - [ - -122.26880182699995, - 37.85167130000008 - ], - [ - -122.26893886599998, - 37.851655073000074 - ], - [ - -122.26898314199997, - 37.85164979500007 - ], - [ - -122.26897697699997, - 37.85162076900008 - ], - [ - -122.26895542699998, - 37.85151809800004 - ], - [ - -122.268935882, - 37.85142431400004 - ], - [ - -122.26888246199997, - 37.851145623000036 - ], - [ - -122.268840491, - 37.850983502000076 - ], - [ - -122.26878311799999, - 37.850684287000036 - ], - [ - -122.2687636799999, - 37.85059531400003 - ], - [ - -122.26874406499996, - 37.85049877700004 - ], - [ - -122.26872801299999, - 37.85040699800004 - ], - [ - -122.26871729599998, - 37.850320632000034 - ], - [ - -122.26871727799994, - 37.850320546000034 - ], - [ - -122.26871649299994, - 37.850317060000066 - ], - [ - -122.26866920499998, - 37.85004198200005 - ], - [ - -122.26862958599997, - 37.84987730600005 - ], - [ - -122.26858382599994, - 37.84964706300008 - ], - [ - -122.26856510399995, - 37.84955286400003 - ], - [ - -122.268548448, - 37.849469071000044 - ], - [ - -122.26850070699999, - 37.84922888800003 - ], - [ - -122.26846972099997, - 37.84904922700008 - ], - [ - -122.26841158199994, - 37.84876962900006 - ], - [ - -122.26843173499998, - 37.848767003000034 - ], - [ - -122.26852436599995, - 37.84875493200008 - ], - [ - -122.26853506499998, - 37.84875353900003 - ], - [ - -122.268643984, - 37.84873934500007 - ], - [ - -122.26879776299995, - 37.84871930400004 - ], - [ - -122.268934463, - 37.84870148400006 - ], - [ - -122.26901344099997, - 37.84869223700008 - ], - [ - -122.26900493699998, - 37.84865257700005 - ], - [ - -122.26911809299997, - 37.848639252000055 - ], - [ - -122.26925082699995, - 37.84862224400007 - ], - [ - -122.269383345, - 37.84860526600005 - ], - [ - -122.26952099799996, - 37.848587630000054 - ], - [ - -122.269510492, - 37.84853711000005 - ], - [ - -122.26949845899998, - 37.84847924200005 - ], - [ - -122.26943365799997, - 37.84816762400004 - ], - [ - -122.26940145499998, - 37.84800483400005 - ], - [ - -122.26933718899994, - 37.847695792000025 - ], - [ - -122.26932470699995, - 37.84763575100004 - ], - [ - -122.26931465399997, - 37.84758740400008 - ], - [ - -122.26924985299996, - 37.84727578900004 - ], - [ - -122.26922750099999, - 37.847114615000066 - ], - [ - -122.26918759999995, - 37.846903471000076 - ], - [ - -122.26916786499999, - 37.84679902800008 - ], - [ - -122.269157668, - 37.84674507700004 - ], - [ - -122.26918394499995, - 37.84674163500006 - ], - [ - -122.26927593099998, - 37.84672958800007 - ], - [ - -122.26929859399996, - 37.84672661900004 - ], - [ - -122.269395525, - 37.84671392300004 - ], - [ - -122.26942274599998, - 37.84671035900004 - ], - [ - -122.26950828699995, - 37.84669915300003 - ], - [ - -122.26953851899998, - 37.84669519400006 - ], - [ - -122.26964496599999, - 37.846681251000064 - ], - [ - -122.26966937199995, - 37.84667805600003 - ], - [ - -122.26978164599996, - 37.84666334900004 - ], - [ - -122.26980293399998, - 37.84666056100008 - ], - [ - -122.269918325, - 37.846645445000036 - ], - [ - -122.26994013099994, - 37.846642587000076 - ], - [ - -122.27005500599995, - 37.84662754300007 - ], - [ - -122.27008214999995, - 37.846623987000044 - ], - [ - -122.27019168099997, - 37.846609638000075 - ], - [ - -122.27021334399996, - 37.846606800000075 - ], - [ - -122.27032835399996, - 37.84659173600005 - ], - [ - -122.270466748, - 37.84657360800003 - ], - [ - -122.27086513199998, - 37.84652142200008 - ], - [ - -122.27134312399994, - 37.84645691800006 - ], - [ - -122.27164217599994, - 37.846418035000056 - ], - [ - -122.27164323199997, - 37.84641789700004 - ], - [ - -122.27166975799997, - 37.84641445200003 - ], - [ - -122.27178403299996, - 37.84639963400008 - ], - [ - -122.27194318199997, - 37.84637893900003 - ], - [ - -122.27232536799994, - 37.84632923300006 - ], - [ - -122.27321602199999, - 37.84620656300007 - ], - [ - -122.27333637199996, - 37.846191066000074 - ], - [ - -122.27346817299997, - 37.84617409600003 - ], - [ - -122.27350082999999, - 37.846169892000034 - ], - [ - -122.273557875, - 37.84616254600007 - ], - [ - -122.27358877499995, - 37.84615856600004 - ], - [ - -122.27362221599998, - 37.84615426000005 - ], - [ - -122.27372566599996, - 37.846140940000055 - ], - [ - -122.27375828699996, - 37.84613673800004 - ], - [ - -122.27378349699995, - 37.84613349500006 - ], - [ - -122.273904271, - 37.846117942000035 - ], - [ - -122.27392536699995, - 37.84611522700004 - ], - [ - -122.27393618699995, - 37.84611383400005 - ], - [ - -122.27407058899996, - 37.84609618500008 - ], - [ - -122.27410853299995, - 37.846091639000065 - ], - [ - -122.27415611799995, - 37.84608551400004 - ], - [ - -122.27424158099996, - 37.84607450900006 - ], - [ - -122.27427810399996, - 37.84606980700005 - ], - [ - -122.27441250599998, - 37.84605250100003 - ], - [ - -122.27444876699997, - 37.84604783300006 - ], - [ - -122.27458343099994, - 37.84603049100008 - ], - [ - -122.27461820499997, - 37.84602601200004 - ], - [ - -122.27475436199995, - 37.84600848200006 - ], - [ - -122.27478922599994, - 37.84600399100003 - ], - [ - -122.274925285, - 37.845986469000024 - ], - [ - -122.274960325, - 37.84598195600006 - ], - [ - -122.27509620999996, - 37.845964458000026 - ], - [ - -122.27526692299995, - 37.84594136700008 - ], - [ - -122.27526727599997, - 37.845941319000076 - ], - [ - -122.27526739499996, - 37.84594130200003 - ], - [ - -122.275267983, - 37.845941226000036 - ], - [ - -122.27547224799997, - 37.84591603200005 - ], - [ - -122.27550812599998, - 37.84591141200008 - ], - [ - -122.27564317499997, - 37.845894025000064 - ], - [ - -122.275680551, - 37.84588921100004 - ], - [ - -122.27581409799996, - 37.84587201200003 - ], - [ - -122.27581797999994, - 37.84589097500003 - ], - [ - -122.27585638799997, - 37.84607851700008 - ], - [ - -122.27588900099994, - 37.846237975000065 - ], - [ - -122.27592096299998, - 37.84640079600007 - ], - [ - -122.27596398399999, - 37.84660591900007 - ], - [ - -122.27596967299996, - 37.84663305400005 - ], - [ - -122.275998873, - 37.84677228600003 - ], - [ - -122.27607557299996, - 37.84713801400005 - ], - [ - -122.27610966099996, - 37.847300559000075 - ], - [ - -122.27615832099997, - 37.847532579000074 - ], - [ - -122.27616182799994, - 37.84754930100007 - ], - [ - -122.27616198199996, - 37.84755003400005 - ], - [ - -122.27616213699997, - 37.847550768000076 - ], - [ - -122.27618636499994, - 37.84766628800003 - ], - [ - -122.27620170499995, - 37.847739432000026 - ], - [ - -122.27636220899996, - 37.84771809600005 - ], - [ - -122.276464681, - 37.84770447400007 - ], - [ - -122.276584228, - 37.84768858000007 - ], - [ - -122.27670377799996, - 37.847672689000035 - ], - [ - -122.27687456099994, - 37.84764998400004 - ], - [ - -122.27698840499994, - 37.84763484800004 - ], - [ - -122.27710224999998, - 37.847619714000075 - ], - [ - -122.27721609499997, - 37.84760458200003 - ], - [ - -122.27734234899998, - 37.84758779400005 - ], - [ - -122.27747548299999, - 37.84757009400005 - ], - [ - -122.27771631499996, - 37.847538076000035 - ], - [ - -122.27779825799996, - 37.84752718000004 - ], - [ - -122.27781878899998, - 37.84752445100003 - ], - [ - -122.27785580399996, - 37.847519532000035 - ], - [ - -122.27799465099997, - 37.84750107100007 - ], - [ - -122.27801387699998, - 37.84749851500004 - ], - [ - -122.27813810799995, - 37.84748199500007 - ], - [ - -122.27814924399996, - 37.847480519000044 - ], - [ - -122.27827473299999, - 37.84746383400005 - ], - [ - -122.27827910099995, - 37.84746325400005 - ], - [ - -122.27828346799998, - 37.84746267300005 - ], - [ - -122.27841136099994, - 37.847445669000024 - ], - [ - -122.278414807, - 37.847445210000046 - ], - [ - -122.27841825399997, - 37.84744475400004 - ], - [ - -122.27854798699997, - 37.84742750100003 - ], - [ - -122.27855177499998, - 37.84742699900005 - ], - [ - -122.27855556399999, - 37.847426496000026 - ], - [ - -122.27868461399999, - 37.847409338000034 - ], - [ - -122.27868874, - 37.84740878900004 - ], - [ - -122.27869286499998, - 37.84740823800007 - ], - [ - -122.27879675499997, - 37.84739442700004 - ], - [ - -122.27879884999999, - 37.84739415100006 - ], - [ - -122.27880094699998, - 37.84739387500008 - ], - [ - -122.27890324599997, - 37.84738037300008 - ], - [ - -122.27891932999995, - 37.84737824900003 - ], - [ - -122.27895786599998, - 37.847373005000065 - ], - [ - -122.27903494299994, - 37.84736350900005 - ], - [ - -122.27914368799998, - 37.847348133000025 - ], - [ - -122.27925592499997, - 37.84733340900004 - ], - [ - -122.27938493699997, - 37.84731571100008 - ], - [ - -122.27958976099995, - 37.84728898700007 - ], - [ - -122.27976488699994, - 37.84726570200007 - ], - [ - -122.27976026299996, - 37.84724403700005 - ], - [ - -122.27989688799994, - 37.847225872000024 - ], - [ - -122.279901511, - 37.84724753300003 - ], - [ - -122.28003813799995, - 37.84722936800006 - ], - [ - -122.280174763, - 37.84721119900007 - ], - [ - -122.28031138799997, - 37.847193031000074 - ], - [ - -122.28044801399994, - 37.847174865000056 - ], - [ - -122.28058464099996, - 37.84715669600007 - ], - [ - -122.28072126499995, - 37.84713853100004 - ], - [ - -122.28085789099998, - 37.847120360000076 - ], - [ - -122.28095694299998, - 37.84710718900004 - ], - [ - -122.281059417, - 37.847093562000055 - ], - [ - -122.28116177899994, - 37.84707995100007 - ], - [ - -122.28136671299995, - 37.84705269600005 - ], - [ - -122.28153761799996, - 37.847029966000036 - ], - [ - -122.28168448699995, - 37.84701043800004 - ], - [ - -122.28179715199997, - 37.84699545600006 - ], - [ - -122.28182104899997, - 37.84699196300005 - ], - [ - -122.28191234699995, - 37.84698013600007 - ], - [ - -122.28197003499997, - 37.847250314000064 - ], - [ - -122.28199278699998, - 37.84743107600008 - ], - [ - -122.28206492699996, - 37.84775564100005 - ], - [ - -122.28195152899997, - 37.847770695000065 - ], - [ - -122.28187623999997, - 37.847780690000036 - ], - [ - -122.28190028799997, - 37.84788888000003 - ], - [ - -122.28192433499999, - 37.84799706800004 - ], - [ - -122.28194838099995, - 37.848105255000064 - ], - [ - -122.28197242799996, - 37.84821344300008 - ], - [ - -122.28199620699996, - 37.84832043100005 - ], - [ - -122.28200365599997, - 37.84835394700008 - ], - [ - -122.28205536699994, - 37.84834251800004 - ], - [ - -122.282137106, - 37.84832445100005 - ], - [ - -122.28218881499998, - 37.848313027000074 - ], - [ - -122.28219076699997, - 37.84831259400005 - ], - [ - -122.28219206899996, - 37.84831230700007 - ], - [ - -122.28230978999994, - 37.84864693800006 - ], - [ - -122.28236558099997, - 37.848805664000054 - ], - [ - -122.28246786299997, - 37.849096667000026 - ], - [ - -122.28247716199996, - 37.84912312200004 - ], - [ - -122.28261061099994, - 37.84909363000003 - ], - [ - -122.28260131399998, - 37.84906717500007 - ], - [ - -122.28271808199997, - 37.849041369000076 - ], - [ - -122.28272738099997, - 37.84906782200005 - ], - [ - -122.28284414599995, - 37.84904201400008 - ], - [ - -122.28297759599997, - 37.849012524000045 - ], - [ - -122.28307058299998, - 37.84927707200006 - ], - [ - -122.28309611199995, - 37.849366434000046 - ], - [ - -122.283206469, - 37.84934125900003 - ], - [ - -122.28322975499998, - 37.84941271300005 - ], - [ - -122.28325856199996, - 37.849494728000025 - ], - [ - -122.28333048599995, - 37.849732807000066 - ], - [ - -122.28333938999998, - 37.84976228100004 - ], - [ - -122.28336764999995, - 37.84985582200005 - ], - [ - -122.28339703699999, - 37.849953104000065 - ], - [ - -122.28337758199996, - 37.84995740200003 - ], - [ - -122.28335971899998, - 37.84996135000006 - ], - [ - -122.28345397799995, - 37.850225615000056 - ], - [ - -122.28347801599995, - 37.850334341000064 - ], - [ - -122.28348401699998, - 37.85035296900003 - ], - [ - -122.28351637099996, - 37.850453376000075 - ], - [ - -122.28355792199994, - 37.85058231700003 - ], - [ - -122.28356464899997, - 37.85058100900005 - ], - [ - -122.28358509699996, - 37.850647227000024 - ], - [ - -122.28370283899994, - 37.850624366000034 - ], - [ - -122.28384749699995, - 37.85059628300007 - ], - [ - -122.28402074499996, - 37.85056264200006 - ], - [ - -122.284177178, - 37.85053226800005 - ], - [ - -122.28436556699995, - 37.85049568900007 - ], - [ - -122.28434511999995, - 37.85042947000005 - ], - [ - -122.28441468199998, - 37.85041596800005 - ], - [ - -122.28451331999997, - 37.85039681100005 - ], - [ - -122.28453377099999, - 37.85046303000007 - ], - [ - -122.28465127799996, - 37.85044021200008 - ], - [ - -122.28476229699999, - 37.85041865800008 - ], - [ - -122.28487331799994, - 37.85039709900008 - ], - [ - -122.284997794, - 37.85037293000005 - ], - [ - -122.28510881999995, - 37.850351372000034 - ], - [ - -122.28527699499995, - 37.85031871700005 - ], - [ - -122.28536110199997, - 37.85030238400003 - ], - [ - -122.28544520499997, - 37.85028605400004 - ], - [ - -122.28559206899996, - 37.85025756500005 - ], - [ - -122.28587803199997, - 37.85020208900005 - ], - [ - -122.286050892, - 37.85017332600006 - ], - [ - -122.28616419499997, - 37.85053716400006 - ], - [ - -122.28632915099996, - 37.85048248000004 - ], - [ - -122.28650625599994, - 37.850446876000035 - ], - [ - -122.28702838299995, - 37.85034191300008 - ], - [ - -122.28875331599994, - 37.84999488900007 - ], - [ - -122.28873290299998, - 37.84993685100005 - ], - [ - -122.28865411299995, - 37.849685685000054 - ], - [ - -122.28861873499994, - 37.84957277400008 - ], - [ - -122.28858849899996, - 37.84947238500007 - ], - [ - -122.28858845699995, - 37.84947225500008 - ], - [ - -122.28857345799997, - 37.84942461800006 - ], - [ - -122.28855954, - 37.84938041700008 - ], - [ - -122.288558906, - 37.84937840600003 - ], - [ - -122.28855885399997, - 37.84937823900003 - ], - [ - -122.28855829699995, - 37.849376472000074 - ], - [ - -122.28855785299999, - 37.849375070000065 - ], - [ - -122.28855769399996, - 37.84937455100004 - ], - [ - -122.28855726199998, - 37.849373178000064 - ], - [ - -122.28855692499997, - 37.84937211100004 - ], - [ - -122.288555815, - 37.84937232800007 - ], - [ - -122.28853006399999, - 37.84929022400007 - ], - [ - -122.28852421199997, - 37.84927156200007 - ], - [ - -122.28850915599998, - 37.84922357200003 - ], - [ - -122.28850855499996, - 37.849221654000075 - ], - [ - -122.28849038599998, - 37.849163745000055 - ], - [ - -122.28846948599994, - 37.84909711700004 - ], - [ - -122.28844754599999, - 37.84902717500006 - ], - [ - -122.28842664899997, - 37.84896054700005 - ], - [ - -122.28840276999995, - 37.84888441800007 - ], - [ - -122.28839661199999, - 37.84886478900006 - ], - [ - -122.28838186899998, - 37.848817790000055 - ], - [ - -122.28836580599994, - 37.84876657900003 - ], - [ - -122.28836280999997, - 37.84875702800008 - ], - [ - -122.28836201499996, - 37.84875449500004 - ], - [ - -122.28832857499998, - 37.84864788900006 - ], - [ - -122.28827313599999, - 37.84842746400005 - ], - [ - -122.28828174499995, - 37.84842570500007 - ], - [ - -122.28829521899996, - 37.84842295200008 - ], - [ - -122.28836482399998, - 37.84840873100006 - ], - [ - -122.28855040699995, - 37.84837081400008 - ], - [ - -122.28844223699997, - 37.84803586100003 - ], - [ - -122.28841687299996, - 37.84795732200007 - ], - [ - -122.28814100099999, - 37.84801800200006 - ], - [ - -122.28800729299996, - 37.84760262300006 - ], - [ - -122.28796767799997, - 37.84738421000003 - ], - [ - -122.28791098399995, - 37.84721045900005 - ], - [ - -122.28788031099998, - 37.84711663500008 - ], - [ - -122.28785243299995, - 37.84712502800005 - ], - [ - -122.28785138199999, - 37.84712180300005 - ], - [ - -122.28785032099995, - 37.847118540000054 - ], - [ - -122.28783411899997, - 37.847067321000054 - ], - [ - -122.28782212299996, - 37.84702862800003 - ], - [ - -122.28784910199994, - 37.84702112600007 - ], - [ - -122.28782158399997, - 37.84693692500008 - ], - [ - -122.287856423, - 37.84692873900008 - ], - [ - -122.28783425399996, - 37.84688609800003 - ], - [ - -122.28770709499997, - 37.84649660600007 - ], - [ - -122.28755525399998, - 37.84600404200006 - ], - [ - -122.28750934099997, - 37.84585510100004 - ], - [ - -122.28748164299998, - 37.845765252000035 - ], - [ - -122.28720685399998, - 37.844926832000056 - ], - [ - -122.28692017799995, - 37.84402610200004 - ], - [ - -122.28668753999995, - 37.84335528400004 - ], - [ - -122.28659878399998, - 37.84307032800007 - ], - [ - -122.28654730099998, - 37.84290503400007 - ], - [ - -122.28628774999999, - 37.84207171300005 - ], - [ - -122.28626519099998, - 37.84199789000007 - ], - [ - -122.28599836599994, - 37.84117581500004 - ], - [ - -122.28588776599997, - 37.84083506300004 - ], - [ - -122.28568719599997, - 37.84021709500007 - ], - [ - -122.28559976799994, - 37.83996640000004 - ], - [ - -122.28554360399994, - 37.83979145500007 - ], - [ - -122.28545878199998, - 37.83950500900005 - ], - [ - -122.28498663199997, - 37.83801926600006 - ], - [ - -122.28496899399994, - 37.83793534500006 - ], - [ - -122.284897818, - 37.837950067000065 - ], - [ - -122.28481016099994, - 37.83767261500003 - ], - [ - -122.28480758299997, - 37.837664447000066 - ], - [ - -122.28477691799998, - 37.837567387000036 - ], - [ - -122.28473657799998, - 37.83743970800003 - ], - [ - -122.28468937599996, - 37.837307284000076 - ], - [ - -122.28468904599998, - 37.837306359000024 - ], - [ - -122.28468875299995, - 37.83730542700005 - ], - [ - -122.28461750999998, - 37.83707872400004 - ], - [ - -122.28452821199994, - 37.83679456400006 - ], - [ - -122.284504863, - 37.836716283000044 - ], - [ - -122.28441026099995, - 37.83673561000006 - ], - [ - -122.28342739399994, - 37.83691116000006 - ], - [ - -122.28276176799994, - 37.837030353000046 - ], - [ - -122.28262527799995, - 37.83705479300005 - ], - [ - -122.28186516199997, - 37.83719090100004 - ], - [ - -122.281840811, - 37.837114360000044 - ], - [ - -122.28170169499998, - 37.836687125000026 - ], - [ - -122.28153882999999, - 37.83672448200008 - ], - [ - -122.281344548, - 37.83675698900004 - ], - [ - -122.28107483599996, - 37.836802126000066 - ], - [ - -122.28026125499997, - 37.836953623000056 - ], - [ - -122.27957776799997, - 37.83707625900007 - ], - [ - -122.27956595699999, - 37.837078407000035 - ], - [ - -122.27950435499997, - 37.83708960600006 - ], - [ - -122.27944275099998, - 37.837100805000034 - ], - [ - -122.27939821099994, - 37.83710890700007 - ], - [ - -122.27937469399996, - 37.83711318300004 - ], - [ - -122.27930774099997, - 37.83712535800004 - ], - [ - -122.27909600499999, - 37.83716385800005 - ], - [ - -122.27897679799997, - 37.837185532000035 - ], - [ - -122.27885927299997, - 37.83719005900008 - ], - [ - -122.27886747399998, - 37.83724330200005 - ], - [ - -122.278830116, - 37.83724635900006 - ], - [ - -122.27879819299994, - 37.837244345000045 - ], - [ - -122.27878987099996, - 37.83724382100007 - ], - [ - -122.27874942399995, - 37.837238987000035 - ], - [ - -122.278724093, - 37.83723732200008 - ], - [ - -122.27869183799999, - 37.83722676300005 - ], - [ - -122.27866363399994, - 37.83721286700006 - ], - [ - -122.27863810799994, - 37.837205277000066 - ], - [ - -122.27861679899996, - 37.83719862300006 - ], - [ - -122.27860578999997, - 37.83719518500004 - ], - [ - -122.27858705499995, - 37.83718933500006 - ], - [ - -122.27858701699995, - 37.837189324000065 - ], - [ - -122.27856981199994, - 37.83718395100004 - ], - [ - -122.27856965099994, - 37.83718390100006 - ], - [ - -122.27856937499996, - 37.83718381500006 - ], - [ - -122.27856910999998, - 37.837183727000024 - ], - [ - -122.27856873299999, - 37.83718360700004 - ], - [ - -122.27856558599996, - 37.83718259600005 - ], - [ - -122.27856491299997, - 37.83718238000006 - ], - [ - -122.27856044699996, - 37.83718094400007 - ], - [ - -122.278560229, - 37.83718087500006 - ], - [ - -122.27856003599999, - 37.83718081200004 - ], - [ - -122.27855996599999, - 37.837180784000054 - ], - [ - -122.27855922599997, - 37.83718047900004 - ], - [ - -122.27853968899996, - 37.83717246200007 - ], - [ - -122.27853937099997, - 37.83717233200008 - ], - [ - -122.27848671999999, - 37.837150723000036 - ], - [ - -122.27845164299998, - 37.83713636600004 - ], - [ - -122.27841603099995, - 37.83712141400008 - ], - [ - -122.27840347799997, - 37.83711614200007 - ], - [ - -122.278358476, - 37.83709401100003 - ], - [ - -122.27832531399997, - 37.83707481400006 - ], - [ - -122.27828793699996, - 37.83705185100007 - ], - [ - -122.27825787299997, - 37.837025349000044 - ], - [ - -122.27825310399999, - 37.83701813400006 - ], - [ - -122.27824565699996, - 37.83700686800006 - ], - [ - -122.27822368799997, - 37.83699061500005 - ], - [ - -122.27820094799995, - 37.83696970300008 - ], - [ - -122.27816125199996, - 37.83695060400004 - ], - [ - -122.27812432899998, - 37.836938201000066 - ], - [ - -122.27808136799996, - 37.836931383000035 - ], - [ - -122.27807596099996, - 37.836915469000076 - ], - [ - -122.27807359299999, - 37.83691589700004 - ], - [ - -122.27807342499995, - 37.83691592800005 - ], - [ - -122.27714830499997, - 37.83708289500004 - ], - [ - -122.27714811399994, - 37.837082140000064 - ], - [ - -122.27714791899996, - 37.83708138600008 - ], - [ - -122.27712919099997, - 37.83700840100005 - ], - [ - -122.27695380799997, - 37.836875656000075 - ], - [ - -122.276808013, - 37.83685837300004 - ], - [ - -122.27639333599996, - 37.836935502000074 - ], - [ - -122.276271082, - 37.83685341200004 - ], - [ - -122.27605460199999, - 37.83668226000003 - ], - [ - -122.27591141399995, - 37.83660089400007 - ], - [ - -122.27584168499999, - 37.83656127200004 - ], - [ - -122.27562064099999, - 37.83643463100003 - ], - [ - -122.27569010699995, - 37.836245605000045 - ], - [ - -122.27569037599994, - 37.83624487800006 - ], - [ - -122.27569064999994, - 37.83624415300005 - ], - [ - -122.27588237699996, - 37.83573705500004 - ], - [ - -122.27594214799996, - 37.83557918100007 - ], - [ - -122.27594207099997, - 37.83557916900003 - ], - [ - -122.275932308, - 37.835577632000025 - ], - [ - -122.27613179999997, - 37.83504907400004 - ], - [ - -122.27614188599995, - 37.83505066200007 - ], - [ - -122.276141957, - 37.83505067400006 - ], - [ - -122.27619022099998, - 37.83488967900007 - ], - [ - -122.27628995199996, - 37.83462807500007 - ], - [ - -122.27629005399996, - 37.834627805000025 - ], - [ - -122.27629089799996, - 37.83462558900004 - ], - [ - -122.27630524399996, - 37.83458762200007 - ], - [ - -122.27639073299997, - 37.83436136000006 - ], - [ - -122.27646175099994, - 37.834204604000035 - ], - [ - -122.27656163399996, - 37.83394040200005 - ], - [ - -122.27666151799997, - 37.833676199000024 - ], - [ - -122.27672144799999, - 37.83351767800008 - ], - [ - -122.27692121499996, - 37.83298927200008 - ], - [ - -122.27698114299994, - 37.832830751000074 - ], - [ - -122.27718089499996, - 37.83230236300005 - ], - [ - -122.27721883899994, - 37.83221701800005 - ], - [ - -122.27734266299996, - 37.83223521100007 - ], - [ - -122.277406956, - 37.83224454300006 - ], - [ - -122.27751295799999, - 37.832260113000075 - ], - [ - -122.27784700299998, - 37.83232581100003 - ], - [ - -122.27799034699996, - 37.83194660400005 - ], - [ - -122.277869598, - 37.83192258300005 - ], - [ - -122.27785177099997, - 37.83191971300005 - ], - [ - -122.27783394599999, - 37.831916844000034 - ], - [ - -122.277355108, - 37.83183975400004 - ], - [ - -122.27753643099999, - 37.831357292000064 - ], - [ - -122.27762155599999, - 37.83109071800004 - ], - [ - -122.27769479499995, - 37.83091858300003 - ], - [ - -122.27771479199998, - 37.83087158100005 - ], - [ - -122.27771936199997, - 37.83086084100006 - ], - [ - -122.27772810099998, - 37.830854862000024 - ], - [ - -122.27775784599999, - 37.83077617600003 - ], - [ - -122.27780340499999, - 37.83065566300007 - ], - [ - -122.27788357499998, - 37.83044358500007 - ], - [ - -122.27795600899998, - 37.83025197000006 - ], - [ - -122.27797242599996, - 37.83020854000006 - ], - [ - -122.27807426399994, - 37.82993913700005 - ], - [ - -122.27819250099998, - 37.82962635600006 - ], - [ - -122.27826488699998, - 37.82943486000005 - ], - [ - -122.27828649099996, - 37.82937770900003 - ], - [ - -122.27838298699999, - 37.82912243700008 - ], - [ - -122.27840742799998, - 37.82905778500003 - ], - [ - -122.27842337899995, - 37.829014151000024 - ], - [ - -122.27843528099999, - 37.82898159800004 - ], - [ - -122.278476362, - 37.82886922100005 - ], - [ - -122.27845449199998, - 37.82880848100007 - ], - [ - -122.27828525399997, - 37.828334780000034 - ], - [ - -122.27824017199998, - 37.82818288800007 - ], - [ - -122.27810563499997, - 37.82774731400008 - ], - [ - -122.27805884099996, - 37.82757194800007 - ], - [ - -122.278024701, - 37.82745692200007 - ], - [ - -122.27799059799997, - 37.82734202600005 - ], - [ - -122.277881305, - 37.82732503600005 - ], - [ - -122.27792243599998, - 37.82716130000006 - ], - [ - -122.27792408399995, - 37.82715473700006 - ], - [ - -122.27792909299995, - 37.827134794000074 - ], - [ - -122.27794573299997, - 37.827068549000046 - ], - [ - -122.27811231099997, - 37.827108139000075 - ], - [ - -122.27821912, - 37.82713351800004 - ], - [ - -122.27846477899999, - 37.82719190300003 - ], - [ - -122.27882119399999, - 37.827211642000066 - ], - [ - -122.27929510499996, - 37.82732120900005 - ], - [ - -122.27935806, - 37.82733801300003 - ], - [ - -122.27956089599996, - 37.82738322300003 - ], - [ - -122.27982758499996, - 37.82744266800006 - ], - [ - -122.28013091999998, - 37.82751606800008 - ], - [ - -122.28009999099999, - 37.82758678700003 - ], - [ - -122.280065316, - 37.82767890700006 - ], - [ - -122.28017898199994, - 37.82770331800003 - ], - [ - -122.28024356799995, - 37.82754332800005 - ], - [ - -122.28067994299994, - 37.82765256300007 - ], - [ - -122.28090572099995, - 37.82771253900006 - ], - [ - -122.28102614099998, - 37.827558159000034 - ], - [ - -122.28112165399995, - 37.82742555800007 - ], - [ - -122.28116863799994, - 37.82743514900005 - ], - [ - -122.281448808, - 37.827493408000066 - ], - [ - -122.28177019199995, - 37.827537310000025 - ], - [ - -122.28218311499995, - 37.82757158900006 - ], - [ - -122.28234918699997, - 37.82757626500006 - ], - [ - -122.28253942299995, - 37.82807625300006 - ], - [ - -122.28372448699997, - 37.82835835100008 - ], - [ - -122.28390592, - 37.82840153800004 - ], - [ - -122.28480230899999, - 37.82861490800008 - ], - [ - -122.28507217099997, - 37.82867438900007 - ], - [ - -122.28513351099997, - 37.82868791000004 - ], - [ - -122.28555524099994, - 37.82878645900007 - ], - [ - -122.28741331699996, - 37.82922061900007 - ], - [ - -122.28752212799998, - 37.82925632600006 - ], - [ - -122.28759782799995, - 37.82947331100007 - ], - [ - -122.28759838699995, - 37.82947491300007 - ], - [ - -122.28761385099995, - 37.82946987400004 - ], - [ - -122.28842838699995, - 37.82929412800007 - ], - [ - -122.28853096799998, - 37.829271995000056 - ], - [ - -122.28868186399995, - 37.82923943600008 - ], - [ - -122.28878860999998, - 37.829559381000024 - ], - [ - -122.28891227199995, - 37.829590997000025 - ], - [ - -122.28948700099994, - 37.82975608300006 - ], - [ - -122.28995997799996, - 37.829891943000064 - ], - [ - -122.29016766599995, - 37.82986979800006 - ], - [ - -122.29034601799998, - 37.82983109400004 - ], - [ - -122.290523039, - 37.82979267400003 - ], - [ - -122.29059414099999, - 37.83001347100003 - ], - [ - -122.29061778299996, - 37.83008687900008 - ], - [ - -122.29062984499996, - 37.83012433500005 - ], - [ - -122.29086647099996, - 37.83007678100006 - ], - [ - -122.29120492899995, - 37.83013870600007 - ], - [ - -122.29176991699995, - 37.83027315000004 - ], - [ - -122.29177109899996, - 37.83027343200007 - ], - [ - -122.29177228199995, - 37.830273713000054 - ], - [ - -122.29283144899995, - 37.830525747000024 - ], - [ - -122.29286081299995, - 37.830532736000066 - ], - [ - -122.29286154799996, - 37.830532909000055 - ], - [ - -122.29286228199999, - 37.83053308600006 - ], - [ - -122.29289171699997, - 37.83054008700003 - ], - [ - -122.29289309399996, - 37.830540416000076 - ], - [ - -122.292894473, - 37.83054074300003 - ], - [ - -122.29292436599997, - 37.830547857000056 - ], - [ - -122.292926008, - 37.830548247000024 - ], - [ - -122.29292764799999, - 37.83054863700005 - ], - [ - -122.29292918699997, - 37.830549003000044 - ], - [ - -122.29306021399998, - 37.83058018200006 - ], - [ - -122.29353331399994, - 37.83069275100007 - ], - [ - -122.29404724899996, - 37.83062298300007 - ], - [ - -122.29447600599997, - 37.830564776000074 - ], - [ - -122.29608103199996, - 37.83096623600005 - ], - [ - -122.29610327699999, - 37.83071603800005 - ], - [ - -122.29587288799996, - 37.830372167000064 - ], - [ - -122.29515127099995, - 37.82970539000007 - ], - [ - -122.29520897999998, - 37.82938802900003 - ], - [ - -122.29552659299998, - 37.829297551000025 - ], - [ - -122.29575828599997, - 37.82950398400004 - ], - [ - -122.29619026699999, - 37.82970936400005 - ], - [ - -122.29652109299997, - 37.82965967900003 - ], - [ - -122.296796229, - 37.829618356000026 - ], - [ - -122.29743107899998, - 37.83007505300003 - ], - [ - -122.29769087299996, - 37.830464162000055 - ], - [ - -122.29792155599995, - 37.83055341800008 - ], - [ - -122.29818148099997, - 37.83055497000004 - ], - [ - -122.29835488099997, - 37.830393773000026 - ], - [ - -122.29838400499995, - 37.83016862300008 - ], - [ - -122.29792181, - 37.829778307000026 - ], - [ - -122.29800856199995, - 37.828794162000065 - ], - [ - -122.29818222299997, - 37.828380604000074 - ], - [ - -122.29968305299997, - 37.82753558200005 - ], - [ - -122.30130880699994, - 37.82692407600007 - ], - [ - -122.30187679299996, - 37.82671043500005 - ], - [ - -122.30274208499998, - 37.82652855400005 - ], - [ - -122.304214286, - 37.82652826800006 - ], - [ - -122.30470540399995, - 37.82641175400005 - ], - [ - -122.30551329599996, - 37.82636696000003 - ], - [ - -122.30689831299998, - 37.82680325200005 - ], - [ - -122.30916866599995, - 37.82685206600007 - ], - [ - -122.31007289299998, - 37.82687150800007 - ], - [ - -122.31093874799996, - 37.82677969900004 - ], - [ - -122.31160275999997, - 37.82655150800008 - ], - [ - -122.31177612299996, - 37.82639029100005 - ], - [ - -122.31203574199998, - 37.82634674700006 - ], - [ - -122.31246846199997, - 37.82655207000005 - ], - [ - -122.31284368799999, - 37.82652497300006 - ], - [ - -122.313017904, - 37.82634798600003 - ], - [ - -122.31313263799996, - 37.82599940700004 - ], - [ - -122.31492188099998, - 37.82565834700006 - ], - [ - -122.31601892499998, - 37.82552278500003 - ], - [ - -122.31591140299997, - 37.82613893100006 - ], - [ - -122.31578795499996, - 37.82684634200007 - ], - [ - -122.31535440199997, - 37.827420645000075 - ], - [ - -122.31391148499995, - 37.82740096300006 - ], - [ - -122.31368079199996, - 37.827464959000054 - ], - [ - -122.313709927, - 37.82769270600005 - ], - [ - -122.31500848099995, - 37.82781069200007 - ], - [ - -122.31526806399995, - 37.827924867000036 - ], - [ - -122.31526777399995, - 37.828109631000075 - ], - [ - -122.315037959, - 37.828385439000044 - ], - [ - -122.31448909099998, - 37.82844983500007 - ], - [ - -122.31382511499999, - 37.828290485000025 - ], - [ - -122.31370942199999, - 37.82835966000005 - ], - [ - -122.31370942099994, - 37.82858949100006 - ], - [ - -122.3139410799999, - 37.82872829100006 - ], - [ - -122.31458279699996, - 37.82882442400006 - ], - [ - -122.31486447799995, - 37.82886662000004 - ], - [ - -122.31535440399995, - 37.82872526800003 - ], - [ - -122.31567206899996, - 37.82847250300006 - ], - [ - -122.31590313399994, - 37.82806150700003 - ], - [ - -122.31648046499998, - 37.82799051100005 - ], - [ - -122.31685567899996, - 37.82804226400003 - ], - [ - -122.31694227399998, - 37.82797066400008 - ], - [ - -122.31694205599996, - 37.82776336500007 - ], - [ - -122.31671081199994, - 37.82757950800004 - ], - [ - -122.316653326, - 37.82742144800005 - ], - [ - -122.31682670599997, - 37.82687266600004 - ], - [ - -122.31685562399997, - 37.82604815000008 - ], - [ - -122.31694204499996, - 37.82584135400003 - ], - [ - -122.31766321099997, - 37.82511099000004 - ], - [ - -122.31864555099997, - 37.824859822000064 - ], - [ - -122.31936649199997, - 37.82453728100006 - ], - [ - -122.31949572199994, - 37.82453722200006 - ], - [ - -122.32008801699999, - 37.824536952000074 - ], - [ - -122.32072272699997, - 37.82440092300004 - ], - [ - -122.320837945, - 37.82430469900004 - ], - [ - -122.32098224199996, - 37.82382559400003 - ], - [ - -122.32124179899995, - 37.82370992500006 - ], - [ - -122.32476334899997, - 37.82309705700004 - ], - [ - -122.326991105, - 37.822784779000074 - ], - [ - -122.32805266899999, - 37.822635975000026 - ], - [ - -122.32880266999996, - 37.82215581500003 - ], - [ - -122.32998603899995, - 37.82181106500008 - ], - [ - -122.33030409099996, - 37.82158530000004 - ], - [ - -122.330534388, - 37.82101203700006 - ], - [ - -122.33059212999996, - 37.820437791000074 - ], - [ - -122.33021680499996, - 37.82032298900003 - ], - [ - -122.32935066899995, - 37.82030002300007 - ], - [ - -122.32740010899994, - 37.820503005000035 - ], - [ - -122.32735974299999, - 37.82050720600006 - ], - [ - -122.32620514499996, - 37.820734927000046 - ], - [ - -122.32248299599996, - 37.82101095100006 - ], - [ - -122.32098220199998, - 37.82096623500007 - ], - [ - -122.3207219499999, - 37.82046225800008 - ], - [ - -122.31990941799995, - 37.81991146400003 - ], - [ - -122.31933732699997, - 37.81952365800004 - ], - [ - -122.319221326, - 37.81908811100004 - ], - [ - -122.31873083899995, - 37.81883515800007 - ], - [ - -122.31850002599998, - 37.81883832600005 - ], - [ - -122.318327152, - 37.818949985000074 - ], - [ - -122.31789406899998, - 37.81963471000006 - ], - [ - -122.31720134099999, - 37.82036749500003 - ], - [ - -122.31555655199998, - 37.821766199000024 - ], - [ - -122.31489259399996, - 37.82176458400005 - ], - [ - -122.31367621099997, - 37.82193285900007 - ], - [ - -122.31339229099996, - 37.821972136000056 - ], - [ - -122.31261326899994, - 37.822201919000065 - ], - [ - -122.31186313399996, - 37.822226819000036 - ], - [ - -122.31142939199998, - 37.82213414900008 - ], - [ - -122.30868831699996, - 37.82121675900004 - ], - [ - -122.30845751799995, - 37.821217655000055 - ], - [ - -122.30840013199997, - 37.82112718800005 - ], - [ - -122.308659767, - 37.819179665000036 - ], - [ - -122.30877516099997, - 37.819065428000044 - ], - [ - -122.30912421999994, - 37.81910700800006 - ], - [ - -122.309929222, - 37.81920289900006 - ], - [ - -122.31062158199995, - 37.81920245600003 - ], - [ - -122.31220916399997, - 37.819455110000035 - ], - [ - -122.31316164099997, - 37.81943139100008 - ], - [ - -122.313392583, - 37.81933810400005 - ], - [ - -122.31388296899996, - 37.81883398800005 - ], - [ - -122.31457554699995, - 37.81796602700007 - ], - [ - -122.31564290699998, - 37.81695829200004 - ], - [ - -122.31598331899994, - 37.81673713600003 - ], - [ - -122.31599009299998, - 37.81673273600006 - ], - [ - -122.31668169299996, - 37.81604276200005 - ], - [ - -122.31769191199999, - 37.81521943900003 - ], - [ - -122.31852944399998, - 37.814717321000046 - ], - [ - -122.31976923399998, - 37.81471549300005 - ], - [ - -122.31994259799995, - 37.81462636600003 - ], - [ - -122.31994253299996, - 37.814324432000035 - ], - [ - -122.31884597199996, - 37.81411754100003 - ], - [ - -122.31890461799998, - 37.81391734300007 - ], - [ - -122.32010463899996, - 37.81275010200005 - ], - [ - -122.32072153799999, - 37.81215005400003 - ], - [ - -122.32268360699999, - 37.810572845000024 - ], - [ - -122.32323179999997, - 37.810411517000034 - ], - [ - -122.32623290899994, - 37.810663100000056 - ], - [ - -122.32727168899999, - 37.81068290500008 - ], - [ - -122.32741560799997, - 37.81068565000004 - ], - [ - -122.33061895999998, - 37.81118838900005 - ], - [ - -122.33235018799996, - 37.81132667400004 - ], - [ - -122.33263885399998, - 37.81128324900004 - ], - [ - -122.33292751899995, - 37.811003233000065 - ], - [ - -122.33399475599998, - 37.81052258700004 - ], - [ - -122.33408096799997, - 37.810410415000035 - ], - [ - -122.33488047999998, - 37.81006535000006 - ], - [ - -122.33509098599995, - 37.80997449900008 - ], - [ - -122.33537959599994, - 37.80969898200004 - ], - [ - -122.33690879199997, - 37.80924345400007 - ], - [ - -122.33748615099995, - 37.808992095000065 - ], - [ - -122.340168356, - 37.80750202000007 - ], - [ - -122.34028408499995, - 37.80734268900005 - ], - [ - -122.34169752199995, - 37.80656198200006 - ], - [ - -122.34191114599997, - 37.80640269600008 - ], - [ - -122.34221640899995, - 37.806175077000034 - ], - [ - -122.34221683099997, - 37.80596778000006 - ], - [ - -122.341206151, - 37.80425415800005 - ], - [ - -122.34100384499999, - 37.80409078900004 - ], - [ - -122.34059987599994, - 37.804090776000066 - ], - [ - -122.33933071999996, - 37.804459939000026 - ], - [ - -122.33855158899996, - 37.80457272500007 - ], - [ - -122.33638808999996, - 37.804756557000076 - ], - [ - -122.33591720699997, - 37.80483970700004 - ], - [ - -122.33457052499995, - 37.80507750500004 - ], - [ - -122.334195438, - 37.80526014600008 - ], - [ - -122.33309913099998, - 37.80535081800008 - ], - [ - -122.33246419999995, - 37.80553197900008 - ], - [ - -122.33070431199997, - 37.806930246000036 - ], - [ - -122.33035801099999, - 37.80706797400006 - ], - [ - -122.32853018199995, - 37.807225353000035 - ], - [ - -122.32822281899996, - 37.807251817000065 - ], - [ - -122.32799318099995, - 37.807207693000066 - ], - [ - -122.32805021499996, - 37.80702550600006 - ], - [ - -122.32882892599997, - 37.805788420000056 - ], - [ - -122.32845392399997, - 37.80564657600007 - ], - [ - -122.32807887399997, - 37.80590130200005 - ], - [ - -122.32741507599997, - 37.80667937900006 - ], - [ - -122.3270403399999, - 37.806976915000064 - ], - [ - -122.32669386199996, - 37.80697718400006 - ], - [ - -122.3264919699999, - 37.80677098100006 - ], - [ - -122.32738577799995, - 37.80576214100006 - ], - [ - -122.32729938299997, - 37.805581388000064 - ], - [ - -122.32701103199997, - 37.80551439200008 - ], - [ - -122.32630917899996, - 37.80618408700008 - ], - [ - -122.32602984299996, - 37.806450625000025 - ], - [ - -122.32568482499994, - 37.80668072900005 - ], - [ - -122.32536749499997, - 37.80652118100005 - ], - [ - -122.3253379399999, - 37.80633624500007 - ], - [ - -122.32617399299994, - 37.80551184800004 - ], - [ - -122.32617436399994, - 37.805236956000044 - ], - [ - -122.32302907599995, - 37.80439418900005 - ], - [ - -122.32227907299995, - 37.80434705300007 - ], - [ - -122.32129825399994, - 37.80399889900008 - ], - [ - -122.32128699599997, - 37.803840078000064 - ], - [ - -122.32126933399996, - 37.80359089500007 - ], - [ - -122.32152867999997, - 37.802947964000055 - ], - [ - -122.32164430399996, - 37.80288103500004 - ], - [ - -122.32250961399996, - 37.802971650000075 - ], - [ - -122.32308686599998, - 37.80319804900006 - ], - [ - -122.32461582299999, - 37.80338485300007 - ], - [ - -122.32516416199996, - 37.80359079500005 - ], - [ - -122.32542343399996, - 37.803497648000075 - ], - [ - -122.32539443999997, - 37.80301753900005 - ], - [ - -122.324067163, - 37.80251419800004 - ], - [ - -122.32297649399999, - 37.80221409300003 - ], - [ - -122.32207651599998, - 37.80196645800004 - ], - [ - -122.32207699399999, - 37.80175916200005 - ], - [ - -122.32236527199996, - 37.80136650800006 - ], - [ - -122.32297081499996, - 37.80136999700005 - ], - [ - -122.32576974099999, - 37.802032772000075 - ], - [ - -122.326029023, - 37.80178189600008 - ], - [ - -122.32611579799999, - 37.80153003100003 - ], - [ - -122.32597172299995, - 37.80136922400004 - ], - [ - -122.32421192099997, - 37.800888187000055 - ], - [ - -122.32399228399998, - 37.800850265000065 - ], - [ - -122.32274042599994, - 37.80063411200007 - ], - [ - -122.32276863199996, - 37.800111522000066 - ], - [ - -122.32302830799995, - 37.799973316000035 - ], - [ - -122.32426950799999, - 37.80017874600003 - ], - [ - -122.325365767, - 37.800475713000026 - ], - [ - -122.32617347899998, - 37.80049612100004 - ], - [ - -122.32657764699997, - 37.80031592600005 - ], - [ - -122.32660600199995, - 37.80008625700003 - ], - [ - -122.32695248099998, - 37.79992600800006 - ], - [ - -122.32761633099994, - 37.800387217000036 - ], - [ - -122.32844171199997, - 37.80057430900007 - ], - [ - -122.32862590299999, - 37.80061606100003 - ], - [ - -122.32917369799998, - 37.800959430000034 - ], - [ - -122.32977968199998, - 37.801071044000025 - ], - [ - -122.33102076699998, - 37.80097897400003 - ], - [ - -122.33104901399997, - 37.80052397900005 - ], - [ - -122.33153948499995, - 37.80061239400004 - ], - [ - -122.33177073, - 37.80047626100003 - ], - [ - -122.33182829699996, - 37.80031210100003 - ], - [ - -122.33084692099999, - 37.79979052300007 - ], - [ - -122.33061704899995, - 37.79953910300003 - ], - [ - -122.33044403999997, - 37.79951558600004 - ], - [ - -122.33032764599994, - 37.79935494000006 - ], - [ - -122.32926102199997, - 37.798920741000074 - ], - [ - -122.32837253399998, - 37.79864322700007 - ], - [ - -122.32611581699996, - 37.79793835600003 - ], - [ - -122.32059907499996, - 37.796785741000065 - ], - [ - -122.31276806699998, - 37.79514960600005 - ], - [ - -122.30747893499995, - 37.794044546000066 - ], - [ - -122.30557436999999, - 37.79381699600003 - ], - [ - -122.30528656999996, - 37.79369812500005 - ], - [ - -122.30491945899996, - 37.79368733800004 - ], - [ - -122.29692280499995, - 37.79345237100006 - ], - [ - -122.29605526799998, - 37.79342688000003 - ], - [ - -122.29582468899997, - 37.793562948000044 - ], - [ - -122.29516051499996, - 37.79361079200004 - ], - [ - -122.29391977599994, - 37.793972875000065 - ], - [ - -122.29351602099996, - 37.79447742900004 - ], - [ - -122.29288145699996, - 37.79454571700006 - ], - [ - -122.29221767499996, - 37.795071234000034 - ], - [ - -122.29201614699997, - 37.79513761700008 - ], - [ - -122.29143896599999, - 37.79514315200004 - ], - [ - -122.29132345799997, - 37.79504781900005 - ], - [ - -122.29071734999997, - 37.794886434000034 - ], - [ - -122.29025582599996, - 37.79504588300006 - ], - [ - -122.28967162099997, - 37.79546718000006 - ], - [ - -122.28875612399997, - 37.79612738700007 - ], - [ - -122.28846776899996, - 37.79592059600003 - ], - [ - -122.28812167799998, - 37.79573824100004 - ], - [ - -122.28806358999998, - 37.79557790900003 - ], - [ - -122.288380868, - 37.79484301900004 - ], - [ - -122.28815007399999, - 37.79470417300007 - ], - [ - -122.28800593499994, - 37.794707806000076 - ], - [ - -122.28757318999999, - 37.79571238400007 - ], - [ - -122.287169195, - 37.79557248700007 - ], - [ - -122.28763106999997, - 37.794565833000036 - ], - [ - -122.28719850799996, - 37.79451814600003 - ], - [ - -122.28667855599997, - 37.79543656800007 - ], - [ - -122.28630397299997, - 37.79548611900003 - ], - [ - -122.286188171, - 37.79564314300006 - ], - [ - -122.28613996399997, - 37.795644356000025 - ], - [ - -122.28532261699996, - 37.79566492200007 - ], - [ - -122.28532270499994, - 37.79543509000007 - ], - [ - -122.28564024099995, - 37.79474978200005 - ], - [ - -122.28512086299997, - 37.794724091000035 - ], - [ - -122.28425529799995, - 37.79548267300004 - ], - [ - -122.28359181699994, - 37.79582337700003 - ], - [ - -122.283216246, - 37.795827847000055 - ], - [ - -122.28327486499995, - 37.794978730000025 - ], - [ - -122.28209209899995, - 37.79477097300003 - ], - [ - -122.28180348299998, - 37.79488637800006 - ], - [ - -122.28097080999999, - 37.79551282800003 - ], - [ - -122.28070724, - 37.79571112100007 - ], - [ - -122.28036035699995, - 37.79575857000003 - ], - [ - -122.28001485399994, - 37.79566407000004 - ], - [ - -122.27972662899998, - 37.79522742800003 - ], - [ - -122.279408709, - 37.794997901000045 - ], - [ - -122.27865931599996, - 37.79468235600007 - ], - [ - -122.27837052499996, - 37.794450752000046 - ], - [ - -122.27643832099994, - 37.79364573000004 - ], - [ - -122.27609183599998, - 37.79358050600007 - ], - [ - -122.275803511, - 37.79381081300005 - ], - [ - -122.27537052699995, - 37.79388024900004 - ], - [ - -122.27516961899994, - 37.79337428300005 - ], - [ - -122.27464993799998, - 37.79323588200003 - ], - [ - -122.27420848999998, - 37.792946605000054 - ], - [ - -122.27398693199996, - 37.79280141900006 - ], - [ - -122.27366931399996, - 37.792254171000025 - ], - [ - -122.27219934199996, - 37.79151953100006 - ], - [ - -122.27090087999994, - 37.79067102300007 - ], - [ - -122.27006501899996, - 37.79035038100005 - ], - [ - -122.26813226299998, - 37.79005219900006 - ], - [ - -122.26816182699997, - 37.78950259000004 - ], - [ - -122.26766902599996, - 37.789384822000045 - ], - [ - -122.266719336, - 37.78915786700003 - ], - [ - -122.26645926599997, - 37.78961590500006 - ], - [ - -122.26608439199998, - 37.78998309900004 - ], - [ - -122.26536287599998, - 37.79030305800006 - ], - [ - -122.26412289599995, - 37.79115153500004 - ], - [ - -122.26368925199995, - 37.791216415000065 - ], - [ - -122.26342987799995, - 37.791102128000034 - ], - [ - -122.26354552799995, - 37.79089330100004 - ], - [ - -122.26423763399998, - 37.790462759000036 - ], - [ - -122.26449849999995, - 37.79021202800004 - ], - [ - -122.26452684299994, - 37.790002654000034 - ], - [ - -122.264151686, - 37.78968259900006 - ], - [ - -122.26357531699995, - 37.789753345000065 - ], - [ - -122.26336740399995, - 37.78960112300007 - ], - [ - -122.26319971699996, - 37.789478349000035 - ], - [ - -122.26317148199996, - 37.789248341000075 - ], - [ - -122.26331574499994, - 37.78901716100006 - ], - [ - -122.26325875799995, - 37.78796679000004 - ], - [ - -122.26314368799996, - 37.787761024000076 - ], - [ - -122.26285545999997, - 37.78755191800008 - ], - [ - -122.26224973099994, - 37.78750755900006 - ], - [ - -122.26152819699996, - 37.78768779400008 - ], - [ - -122.26121048799996, - 37.78787281700005 - ], - [ - -122.26031597999997, - 37.78874145000003 - ], - [ - -122.259537175, - 37.78911058600005 - ], - [ - -122.25890240299998, - 37.78920122100004 - ], - [ - -122.25870007299994, - 37.78906249700003 - ], - [ - -122.25881573299995, - 37.78885367500004 - ], - [ - -122.25942794599996, - 37.78853223100003 - ], - [ - -122.25985467199996, - 37.788308176000044 - ], - [ - -122.26011436299996, - 37.787962812000046 - ], - [ - -122.260634284, - 37.78764386800003 - ], - [ - -122.26115356899999, - 37.786890044000074 - ], - [ - -122.26103831699999, - 37.78677440300004 - ], - [ - -122.26025957299998, - 37.78657121800006 - ], - [ - -122.25985609499998, - 37.78631856800007 - ], - [ - -122.25852938399998, - 37.78590462200003 - ], - [ - -122.25806802999995, - 37.785903964000056 - ], - [ - -122.25592729099998, - 37.786644918000036 - ], - [ - -122.25463491199997, - 37.78709223800007 - ], - [ - -122.25420173299995, - 37.78732382600003 - ], - [ - -122.25382682799994, - 37.78761887600007 - ], - [ - -122.25258636599995, - 37.78773267100007 - ], - [ - -122.25215338799995, - 37.78766231900005 - ], - [ - -122.25114423199994, - 37.78729312200005 - ], - [ - -122.24890792399998, - 37.78663217400003 - ], - [ - -122.24838887799996, - 37.78638849200007 - ], - [ - -122.24804182799994, - 37.78622556100004 - ], - [ - -122.24749387199995, - 37.786154457000066 - ], - [ - -122.24579136699998, - 37.78521746400003 - ], - [ - -122.24457890899998, - 37.78404700400006 - ], - [ - -122.24428994799996, - 37.783637311000064 - ], - [ - -122.24403085699998, - 37.783500451000066 - ], - [ - -122.24345359199998, - 37.78352152300005 - ], - [ - -122.24328006599995, - 37.78279035400004 - ], - [ - -122.24379911399996, - 37.78256160900003 - ], - [ - -122.24385679499994, - 37.78233440200006 - ], - [ - -122.24368008, - 37.78185550400008 - ], - [ - -122.24351008499997, - 37.78139482100005 - ], - [ - -122.24327895199997, - 37.78130095100005 - ], - [ - -122.24319255999995, - 37.78114266700004 - ], - [ - -122.24333613899995, - 37.78091376000003 - ], - [ - -122.24388449999998, - 37.78066267100007 - ], - [ - -122.24391287199995, - 37.78052540500005 - ], - [ - -122.24330697399995, - 37.78043363100005 - ], - [ - -122.243191734, - 37.78032022600007 - ], - [ - -122.24319147199998, - 37.78006786100008 - ], - [ - -122.24388393599997, - 37.779952894000076 - ], - [ - -122.24391228999997, - 37.779678180000076 - ], - [ - -122.24330685999996, - 37.77954134300006 - ], - [ - -122.24313342499994, - 37.77942756500005 - ], - [ - -122.24313293299997, - 37.77919773000008 - ], - [ - -122.24304633199995, - 37.77912957500007 - ], - [ - -122.24304625899998, - 37.778372483000055 - ], - [ - -122.24284394699998, - 37.77809853800005 - ], - [ - -122.24281452399998, - 37.77736604300003 - ], - [ - -122.24261246599997, - 37.77713716300008 - ], - [ - -122.24197793399998, - 37.77672523500007 - ], - [ - -122.241400608, - 37.77585626500007 - ], - [ - -122.24082337399994, - 37.77567227900005 - ], - [ - -122.24024609799994, - 37.77521564800003 - ], - [ - -122.23989971699996, - 37.77452842100007 - ], - [ - -122.23943767299994, - 37.774047745000075 - ], - [ - -122.23808210199996, - 37.77308809800007 - ], - [ - -122.23697226099995, - 37.772624654000026 - ], - [ - -122.23643775499994, - 37.77240145600007 - ], - [ - -122.23176391799996, - 37.77006819400003 - ], - [ - -122.23003288499996, - 37.769335832000024 - ], - [ - -122.22975597899995, - 37.76918049400007 - ], - [ - -122.22648486699995, - 37.76734546100005 - ], - [ - -122.22599455099999, - 37.76693439600007 - ], - [ - -122.22570627599998, - 37.76647508800005 - ], - [ - -122.22475383499994, - 37.76553822100004 - ], - [ - -122.224003902, - 37.764645494000035 - ], - [ - -122.223860259, - 37.764098654000065 - ], - [ - -122.22385923099995, - 37.76409474600007 - ], - [ - -122.22377243099999, - 37.76404910800005 - ], - [ - -122.22371434499996, - 37.76329388500005 - ], - [ - -122.22348376199994, - 37.763019720000045 - ], - [ - -122.22342571999997, - 37.76192200100007 - ], - [ - -122.22336803299999, - 37.761806705000026 - ], - [ - -122.22336707299996, - 37.760204636000026 - ], - [ - -122.22279008899994, - 37.75933557500008 - ], - [ - -122.22232874499997, - 37.758807518000026 - ], - [ - -122.22186705599995, - 37.75878643800007 - ], - [ - -122.22105958199995, - 37.75899064600003 - ], - [ - -122.22033540299998, - 37.759545797000044 - ], - [ - -122.22031065599998, - 37.759564769000065 - ], - [ - -122.21953197199997, - 37.75993139000008 - ], - [ - -122.218868983, - 37.76009147700006 - ], - [ - -122.21817646199997, - 37.76009138200004 - ], - [ - -122.21806146499995, - 37.76029791600007 - ], - [ - -122.21768658099995, - 37.76038780600004 - ], - [ - -122.21762893899995, - 37.76006746100006 - ], - [ - -122.21759994799999, - 37.759519727000054 - ], - [ - -122.21719610999997, - 37.75899203300003 - ], - [ - -122.21710947799994, - 37.758259149000025 - ], - [ - -122.21673397199999, - 37.757871342000044 - ], - [ - -122.21612832699998, - 37.75764198200005 - ], - [ - -122.216099811, - 37.757251979000046 - ], - [ - -122.21673369499996, - 37.75702411700007 - ], - [ - -122.21687778299997, - 37.75675018000004 - ], - [ - -122.21676243799999, - 37.75651958100008 - ], - [ - -122.21674860399997, - 37.75651188300003 - ], - [ - -122.21598370899994, - 37.75608627400004 - ], - [ - -122.21523417199995, - 37.75537600700005 - ], - [ - -122.21471483799996, - 37.75523959800006 - ], - [ - -122.21448397599994, - 37.754528281000034 - ], - [ - -122.21382063099998, - 37.75439090700007 - ], - [ - -122.21327269799997, - 37.75333948000008 - ], - [ - -122.21278233899994, - 37.75288104200007 - ], - [ - -122.21226271999996, - 37.75217229400005 - ], - [ - -122.21200354899997, - 37.75212549300005 - ], - [ - -122.21191695799996, - 37.75226236200007 - ], - [ - -122.21185985699998, - 37.75256166200006 - ], - [ - -122.21151386099996, - 37.75260666200006 - ], - [ - -122.21142708899998, - 37.75249341700004 - ], - [ - -122.21140748199997, - 37.75232198000003 - ], - [ - -122.21136931599995, - 37.75198830100004 - ], - [ - -122.21113823299999, - 37.75130176000005 - ], - [ - -122.21116737099999, - 37.75109691100005 - ], - [ - -122.21208917799999, - 37.75040908600005 - ], - [ - -122.21208930799997, - 37.74992914400008 - ], - [ - -122.21202980599998, - 37.749786791000076 - ], - [ - -122.21237562699997, - 37.749489426000025 - ], - [ - -122.21234705799998, - 37.74930672200003 - ], - [ - -122.20948048099996, - 37.74609163800005 - ], - [ - -122.20753077299997, - 37.743904894000025 - ], - [ - -122.20753042499996, - 37.743605210000055 - ], - [ - -122.20776129499995, - 37.74330933700003 - ], - [ - -122.207819111, - 37.74301004500006 - ], - [ - -122.20761693699995, - 37.74294333900008 - ], - [ - -122.20758793799996, - 37.74273584600007 - ], - [ - -122.20521835999995, - 37.73993586000006 - ], - [ - -122.20262838399998, - 37.73687544300003 - ], - [ - -122.20251339999999, - 37.73641950800004 - ], - [ - -122.20280184099994, - 37.736509340000055 - ], - [ - -122.204905178, - 37.73894538600007 - ], - [ - -122.20626168799998, - 37.740516471000035 - ], - [ - -122.20845261899996, - 37.74287460800008 - ], - [ - -122.20879926799995, - 37.74289722000003 - ], - [ - -122.21003827899995, - 37.74232421000005 - ], - [ - -122.21007570999996, - 37.742319861000055 - ], - [ - -122.21044170599998, - 37.74227734600004 - ], - [ - -122.21081644499998, - 37.74246012100008 - ], - [ - -122.21093167199996, - 37.742585114000065 - ], - [ - -122.21113413699999, - 37.74280474400007 - ], - [ - -122.21127850099998, - 37.74404049000003 - ], - [ - -122.21407534399998, - 37.746283163000044 - ], - [ - -122.21650732499995, - 37.74781135500007 - ], - [ - -122.21684431399996, - 37.74802311000008 - ], - [ - -122.21730519899995, - 37.74811405500003 - ], - [ - -122.21733389699995, - 37.74774696600008 - ], - [ - -122.21713223399996, - 37.74742791700004 - ], - [ - -122.21707412399996, - 37.74715263400003 - ], - [ - -122.21542964999998, - 37.74419893900006 - ], - [ - -122.21517078099998, - 37.74392456900006 - ], - [ - -122.21442033199997, - 37.74250677500004 - ], - [ - -122.21398772199996, - 37.74209379500007 - ], - [ - -122.213855761, - 37.742033423000066 - ], - [ - -122.21248826799996, - 37.741407792000075 - ], - [ - -122.21142134499996, - 37.74067510000003 - ], - [ - -122.210873505, - 37.73982645900003 - ], - [ - -122.21081595399994, - 37.73930106700004 - ], - [ - -122.21084448999994, - 37.73875146600005 - ], - [ - -122.21116170799996, - 37.738203801000054 - ], - [ - -122.21119020199995, - 37.73779164700005 - ], - [ - -122.21081502199996, - 37.736784183000054 - ], - [ - -122.21023873899998, - 37.73621249800004 - ], - [ - -122.21020994, - 37.73605232400007 - ], - [ - -122.21022179, - 37.73603968800006 - ], - [ - -122.21029603499994, - 37.73596051900006 - ], - [ - -122.21029639199998, - 37.73559324200005 - ], - [ - -122.20934402599994, - 37.73403661100008 - ], - [ - -122.20914260899997, - 37.73316775700005 - ], - [ - -122.20868058899998, - 37.732526980000046 - ], - [ - -122.20793157699995, - 37.73186173900007 - ], - [ - -122.20790232799999, - 37.73161143200008 - ], - [ - -122.20827738599996, - 37.73135933800006 - ], - [ - -122.20830568499997, - 37.73089986600007 - ], - [ - -122.20862317899997, - 37.73092453500004 - ], - [ - -122.20948742299998, - 37.73135846100007 - ], - [ - -122.20971833799996, - 37.73158759100005 - ], - [ - -122.20982919099998, - 37.73180110900006 - ], - [ - -122.21052599499995, - 37.73314325000007 - ], - [ - -122.21069900799995, - 37.733281858000055 - ], - [ - -122.21072756799998, - 37.73346456300004 - ], - [ - -122.21084316699995, - 37.73353293500003 - ], - [ - -122.21087172699998, - 37.73371564000007 - ], - [ - -122.21196817599997, - 37.735868082000025 - ], - [ - -122.21225628699995, - 37.73625757000008 - ], - [ - -122.21248738299994, - 37.736806656000056 - ], - [ - -122.21326563799994, - 37.73820211700007 - ], - [ - -122.21349648399996, - 37.738775985000075 - ], - [ - -122.21352155199997, - 37.73881881900007 - ], - [ - -122.21462175699997, - 37.74069876300007 - ], - [ - -122.21834130599996, - 37.743970466000064 - ], - [ - -122.21895142999995, - 37.744588047000036 - ], - [ - -122.21949528599998, - 37.745138550000036 - ], - [ - -122.22024481799997, - 37.74564148800005 - ], - [ - -122.22064479999995, - 37.745817706000025 - ], - [ - -122.22335143599997, - 37.748032058000035 - ], - [ - -122.22430318399995, - 37.74802781000005 - ], - [ - -122.22543541099998, - 37.74805114800006 - ], - [ - -122.22651508099995, - 37.748115410000025 - ], - [ - -122.22651657499995, - 37.74807342100007 - ], - [ - -122.22652166499995, - 37.747930490000044 - ], - [ - -122.22655296099998, - 37.747051474000045 - ], - [ - -122.22660939599996, - 37.74546631800007 - ], - [ - -122.22650519499996, - 37.745042442000056 - ], - [ - -122.22650309399995, - 37.74495494700005 - ], - [ - -122.22650268999996, - 37.74493812700007 - ], - [ - -122.22649853399997, - 37.74493817500007 - ], - [ - -122.226497968, - 37.744938182000055 - ], - [ - -122.226472823, - 37.741731463000065 - ], - [ - -122.22647281899998, - 37.741731067000046 - ], - [ - -122.22647338699994, - 37.74173105800003 - ], - [ - -122.22647338299998, - 37.74172882800008 - ], - [ - -122.22647262199996, - 37.74130738900004 - ], - [ - -122.22647214099999, - 37.74104146800005 - ], - [ - -122.22646915299998, - 37.741041480000035 - ], - [ - -122.22646799699999, - 37.741041487000075 - ], - [ - -122.22646743099995, - 37.74104149000004 - ], - [ - -122.226459547, - 37.739304194000056 - ], - [ - -122.22645706999998, - 37.737279099000034 - ], - [ - -122.22645729799996, - 37.73661050000004 - ], - [ - -122.22645720599996, - 37.73653474400004 - ], - [ - -122.22645717499995, - 37.73650935400008 - ], - [ - -122.22645716599999, - 37.73650319200004 - ], - [ - -122.22645716699998, - 37.73650269700005 - ], - [ - -122.22645716499994, - 37.736502202000054 - ], - [ - -122.22645693699997, - 37.736372268000025 - ], - [ - -122.22645566699998, - 37.735650289000034 - ], - [ - -122.22645562599996, - 37.73562834000006 - ], - [ - -122.22645541799994, - 37.73550979100003 - ], - [ - -122.22645482899998, - 37.735174845000074 - ], - [ - -122.22645441999998, - 37.73494247100007 - ], - [ - -122.22645437499995, - 37.73491661500003 - ], - [ - -122.22645419599996, - 37.73481491100006 - ], - [ - -122.22645397699995, - 37.734690741000065 - ], - [ - -122.22645372499994, - 37.734546617000035 - ], - [ - -122.22645361199994, - 37.734483012000055 - ], - [ - -122.22645359599994, - 37.73447394900006 - ], - [ - -122.226453591, - 37.73447125000007 - ], - [ - -122.22645358999995, - 37.734471058000054 - ], - [ - -122.226453591, - 37.734470964000025 - ], - [ - -122.226453591, - 37.73447091700007 - ], - [ - -122.22645359899997, - 37.73447074500007 - ], - [ - -122.22645362199995, - 37.73447007400006 - ], - [ - -122.22645407799996, - 37.73445746500005 - ], - [ - -122.22645480099999, - 37.73443750900003 - ], - [ - -122.22645571599998, - 37.73441213700005 - ], - [ - -122.22645577599997, - 37.734410497000056 - ], - [ - -122.22645578199996, - 37.73441030300006 - ], - [ - -122.22645584499998, - 37.73440861700004 - ], - [ - -122.22645595299997, - 37.73440560500006 - ], - [ - -122.226456279, - 37.73439656200003 - ], - [ - -122.22645631699999, - 37.73439551600006 - ], - [ - -122.22645642099997, - 37.734392642000046 - ], - [ - -122.22645664699996, - 37.734386364000045 - ], - [ - -122.22645682999996, - 37.73438131100005 - ], - [ - -122.22645689199999, - 37.73437962500003 - ], - [ - -122.22645689399997, - 37.73437955800006 - ], - [ - -122.22645691799994, - 37.73437891100008 - ], - [ - -122.22645693599998, - 37.73437839600007 - ], - [ - -122.22645694199997, - 37.73437823800003 - ], - [ - -122.22645694599998, - 37.734378125000035 - ], - [ - -122.22645694599998, - 37.734378098000036 - ], - [ - -122.22645695099999, - 37.73437803600007 - ], - [ - -122.226458074, - 37.73436014400005 - ], - [ - -122.22645930999994, - 37.73434046400007 - ], - [ - -122.22645992799994, - 37.734330604000036 - ], - [ - -122.22645995099998, - 37.73433023900003 - ], - [ - -122.22646035499997, - 37.73432385700005 - ], - [ - -122.22646323099997, - 37.734289931000035 - ], - [ - -122.22646478499996, - 37.73427160400007 - ], - [ - -122.226464863, - 37.73427066700003 - ], - [ - -122.226464911, - 37.73427017400007 - ], - [ - -122.22646707399997, - 37.734249470000066 - ], - [ - -122.22647096199995, - 37.734212229000036 - ], - [ - -122.226470985, - 37.73421201900004 - ], - [ - -122.22647129799998, - 37.73420905000006 - ], - [ - -122.22647200299997, - 37.734204189000025 - ], - [ - -122.22647647999997, - 37.73417330800004 - ], - [ - -122.22647665399995, - 37.73417210400004 - ], - [ - -122.22647689899998, - 37.734170412000026 - ], - [ - -122.226477408, - 37.73416690500005 - ], - [ - -122.22647752499995, - 37.734166102000074 - ], - [ - -122.22647819699995, - 37.73416147000006 - ], - [ - -122.226483095, - 37.73412768600008 - ], - [ - -122.22648325499995, - 37.734126582000044 - ], - [ - -122.22648332399996, - 37.73412611200007 - ], - [ - -122.22648393099996, - 37.734121920000064 - ], - [ - -122.22648394999999, - 37.73412179400003 - ], - [ - -122.226485358, - 37.73411208400006 - ], - [ - -122.22648716299994, - 37.73409963600005 - ], - [ - -122.22648719499995, - 37.734099410000056 - ], - [ - -122.22648892399997, - 37.734087482000064 - ], - [ - -122.22648894899999, - 37.734087325000075 - ], - [ - -122.226491152, - 37.734072119000075 - ], - [ - -122.22649306199997, - 37.73405895700006 - ], - [ - -122.22649573299998, - 37.734040536000066 - ], - [ - -122.22650186499999, - 37.73399823600005 - ], - [ - -122.22650574099998, - 37.733971514000075 - ], - [ - -122.22651713599998, - 37.733920813000054 - ], - [ - -122.22653620399996, - 37.73383597900005 - ], - [ - -122.22654287999995, - 37.73380627900008 - ], - [ - -122.22660698299995, - 37.733594193000044 - ], - [ - -122.22662939799994, - 37.73353179800006 - ], - [ - -122.22665401199998, - 37.73346805800003 - ], - [ - -122.22665406199997, - 37.73346793800005 - ], - [ - -122.22665420499999, - 37.73346759700007 - ], - [ - -122.22665422399996, - 37.733467553000025 - ], - [ - -122.22665428899995, - 37.73346739900006 - ], - [ - -122.22665430999996, - 37.733467345000065 - ], - [ - -122.22665443299996, - 37.73346705600005 - ], - [ - -122.22665455899994, - 37.73346675600004 - ], - [ - -122.22665467799999, - 37.73346647100004 - ], - [ - -122.22665482199994, - 37.73346612700004 - ], - [ - -122.22665533999998, - 37.733464894000065 - ], - [ - -122.22665589299999, - 37.733463578000055 - ], - [ - -122.22665645799998, - 37.73346223200008 - ], - [ - -122.22665784399999, - 37.733458932000076 - ], - [ - -122.22666147399997, - 37.733450289000075 - ], - [ - -122.22666539199997, - 37.73344096100004 - ], - [ - -122.22667219899995, - 37.73342475700008 - ], - [ - -122.22667958499994, - 37.73340717100007 - ], - [ - -122.22668013499998, - 37.733405864000076 - ], - [ - -122.22668023499995, - 37.733405625000046 - ], - [ - -122.22668031499995, - 37.73340543300003 - ], - [ - -122.22668040699995, - 37.73340521200004 - ], - [ - -122.22668055399998, - 37.73340486400008 - ], - [ - -122.22668064499999, - 37.73340464900008 - ], - [ - -122.22668077199995, - 37.733404345000054 - ], - [ - -122.22668078499999, - 37.73340431300005 - ], - [ - -122.226680811, - 37.733404251000024 - ], - [ - -122.22668084199995, - 37.73340417900005 - ], - [ - -122.22668087399995, - 37.73340409900004 - ], - [ - -122.22668169699995, - 37.733402141000056 - ], - [ - -122.22668222299995, - 37.73340089000004 - ], - [ - -122.22668223799997, - 37.73340085700005 - ], - [ - -122.22668462599995, - 37.73339520400003 - ], - [ - -122.22668486199996, - 37.73339464800006 - ], - [ - -122.226685208, - 37.73339383100006 - ], - [ - -122.22668696099998, - 37.73338995200004 - ], - [ - -122.22669446699996, - 37.73337332700004 - ], - [ - -122.226699941, - 37.73336120700003 - ], - [ - -122.22670588199998, - 37.73334805400003 - ], - [ - -122.22671899399995, - 37.73331901500006 - ], - [ - -122.22671938499997, - 37.73331826000003 - ], - [ - -122.22675699299998, - 37.73324678000006 - ], - [ - -122.22675805899996, - 37.733244755000044 - ], - [ - -122.22675957499996, - 37.733241872000065 - ], - [ - -122.22676155699997, - 37.733238107000034 - ], - [ - -122.22676230399998, - 37.73323669000007 - ], - [ - -122.22676317799994, - 37.733235025000056 - ], - [ - -122.226763238, - 37.73323490900003 - ], - [ - -122.22676338199994, - 37.733234640000035 - ], - [ - -122.22676360099996, - 37.73323422200008 - ], - [ - -122.22676406799997, - 37.73323333600007 - ], - [ - -122.22676460499997, - 37.73323231300003 - ], - [ - -122.22676531199994, - 37.73323096900003 - ], - [ - -122.22676696299999, - 37.73322785600004 - ], - [ - -122.22681754399997, - 37.73313370100004 - ], - [ - -122.22681931899996, - 37.73310442600007 - ], - [ - -122.22679802999994, - 37.73000289200007 - ], - [ - -122.22678196699997, - 37.727662587000054 - ], - [ - -122.22715444399995, - 37.72754904800007 - ], - [ - -122.22716398399996, - 37.72739082800007 - ], - [ - -122.22716401099996, - 37.72739039900006 - ], - [ - -122.22716401399998, - 37.72739032700008 - ], - [ - -122.22716419199998, - 37.727389455000036 - ], - [ - -122.22716452099996, - 37.727388596000026 - ], - [ - -122.22716498199998, - 37.72738777500007 - ], - [ - -122.22716571999996, - 37.72738687200007 - ], - [ - -122.22716677299996, - 37.727385936000076 - ], - [ - -122.227167652, - 37.72738537400005 - ], - [ - -122.22716882099996, - 37.72738483200004 - ], - [ - -122.22717051899997, - 37.72738434100006 - ], - [ - -122.22717230599994, - 37.72738414100007 - ], - [ - -122.22717410299998, - 37.727384236000034 - ], - [ - -122.22717541699996, - 37.72738450000003 - ], - [ - -122.22717793299995, - 37.72738524400006 - ], - [ - -122.22789283299994, - 37.72759681400004 - ], - [ - -122.228122569, - 37.72766480200005 - ], - [ - -122.22835628799999, - 37.72773396800005 - ], - [ - -122.22856238999998, - 37.72752440900007 - ], - [ - -122.22868609199998, - 37.72739863100003 - ], - [ - -122.22985036199998, - 37.72621460100004 - ], - [ - -122.22990561899996, - 37.726158405000035 - ], - [ - -122.23000704799995, - 37.72605524800008 - ], - [ - -122.23001752299996, - 37.72604459400003 - ], - [ - -122.23012773599999, - 37.72593251100005 - ], - [ - -122.23146597699997, - 37.72457154400007 - ], - [ - -122.23211972499996, - 37.72392959300004 - ], - [ - -122.23255822399994, - 37.723498617000075 - ], - [ - -122.23257872899995, - 37.723480245000076 - ], - [ - -122.23284342099998, - 37.72324307300005 - ], - [ - -122.23286066699995, - 37.72322762300007 - ], - [ - -122.23307349199996, - 37.723036930000035 - ], - [ - -122.23377682199998, - 37.72232072000003 - ], - [ - -122.23393117299997, - 37.722163185000056 - ], - [ - -122.23394623299998, - 37.72214781300005 - ], - [ - -122.23397535599997, - 37.72211810300007 - ], - [ - -122.23398638999998, - 37.72210684600003 - ], - [ - -122.23424465, - 37.72184289000006 - ], - [ - -122.23479778799998, - 37.72127814800007 - ], - [ - -122.235124, - 37.72094578600007 - ], - [ - -122.23619467399999, - 37.719856864000064 - ], - [ - -122.23621124099998, - 37.719868047000034 - ], - [ - -122.23621335099995, - 37.71986947000005 - ], - [ - -122.23621545999998, - 37.71987089600003 - ], - [ - -122.23765618199997, - 37.72084354300006 - ], - [ - -122.23806070399996, - 37.721116632000076 - ], - [ - -122.23811591999998, - 37.721153909000066 - ], - [ - -122.23951674499995, - 37.722099564000075 - ], - [ - -122.24027843099998, - 37.72261374000004 - ], - [ - -122.24039487099998, - 37.72269234400005 - ], - [ - -122.240990308, - 37.723094298000035 - ], - [ - -122.24197529999998, - 37.723746961000074 - ], - [ - -122.24341788399994, - 37.724715951000064 - ], - [ - -122.24454695399999, - 37.72546704900003 - ], - [ - -122.24456154999996, - 37.72547675900006 - ], - [ - -122.24505295999995, - 37.72580365400006 - ], - [ - -122.24784457699997, - 37.728307794000045 - ], - [ - -122.24790102199995, - 37.72835842300003 - ], - [ - -122.24792267899994, - 37.72837785000007 - ], - [ - -122.24792562399995, - 37.72838049200004 - ], - [ - -122.24793423899996, - 37.72837308000004 - ], - [ - -122.25008562, - 37.72652246600006 - ], - [ - -122.25021195999994, - 37.72651465600006 - ], - [ - -122.25067320899996, - 37.726135611000075 - ], - [ - -122.25104725799997, - 37.72582822500004 - ], - [ - -122.25185818099999, - 37.72509431800006 - ], - [ - -122.25188692899997, - 37.724774539000066 - ], - [ - -122.25177151899999, - 37.72449806100008 - ], - [ - -122.25174358099997, - 37.72443113000003 - ], - [ - -122.25104584699994, - 37.723926464000044 - ], - [ - -122.24703946999995, - 37.72116144200004 - ], - [ - -122.24504825899999, - 37.71978719800006 - ], - [ - -122.24455793799996, - 37.71953619300007 - ], - [ - -122.24051384799998, - 37.716545300000064 - ], - [ - -122.23737819399997, - 37.71422626200007 - ], - [ - -122.23404962999996, - 37.71183220100005 - ], - [ - -122.22936394599998, - 37.70846203600007 - ], - [ - -122.22751731199997, - 37.70721485800004 - ], - [ - -122.22088756699998, - 37.70273726700003 - ], - [ - -122.22048625399998, - 37.70246622700006 - ], - [ - -122.219938706, - 37.702214741000034 - ], - [ - -122.21910335499996, - 37.701688698000055 - ], - [ - -122.21673992299998, - 37.69990418400005 - ], - [ - -122.21616357399995, - 37.69969755400007 - ], - [ - -122.21383803299994, - 37.69934275800006 - ], - [ - -122.21316731999997, - 37.69924043100008 - ], - [ - -122.21201519199997, - 37.70031654300004 - ], - [ - -122.21174902799999, - 37.70057116800007 - ], - [ - -122.21074743199995, - 37.70152931800004 - ], - [ - -122.21080547599996, - 37.70267436200004 - ], - [ - -122.21108199199995, - 37.70550482800007 - ], - [ - -122.21121033399999, - 37.706818568000074 - ], - [ - -122.21132533499997, - 37.70720689900003 - ], - [ - -122.21149871299997, - 37.70844284700007 - ], - [ - -122.21149879599994, - 37.70897011000005 - ], - [ - -122.20972544199998, - 37.711095672000056 - ], - [ - -122.20956683399999, - 37.71113287500003 - ], - [ - -122.20923829799995, - 37.71121534800005 - ], - [ - -122.209209913, - 37.71122247400007 - ], - [ - -122.20415029699996, - 37.712492429000065 - ], - [ - -122.20354912899995, - 37.71264330300005 - ], - [ - -122.202435531, - 37.71292277400005 - ], - [ - -122.20217723099995, - 37.71298759500007 - ], - [ - -122.19704172899998, - 37.71583441800004 - ], - [ - -122.19443197599998, - 37.71583524600004 - ], - [ - -122.19427834899994, - 37.71591743000005 - ], - [ - -122.19428553399996, - 37.715943405000075 - ], - [ - -122.19429361099998, - 37.71597260200008 - ], - [ - -122.19456469499994, - 37.716952906000074 - ], - [ - -122.19460123599998, - 37.717085044000044 - ], - [ - -122.19465485199999, - 37.71727893700006 - ], - [ - -122.19472798699996, - 37.71754341900004 - ], - [ - -122.19341499799998, - 37.71783493700008 - ], - [ - -122.19326039699996, - 37.71749159800004 - ], - [ - -122.19294868599997, - 37.71679932700005 - ], - [ - -122.19291164999999, - 37.716823892000036 - ], - [ - -122.19285169499994, - 37.716863656000044 - ], - [ - -122.19229291, - 37.71702208800008 - ], - [ - -122.18975307399995, - 37.717742163000025 - ], - [ - -122.18943929199997, - 37.71783112000003 - ], - [ - -122.18943832699995, - 37.71783139200005 - ], - [ - -122.189438242, - 37.71783141900005 - ], - [ - -122.18943733799995, - 37.71783168200005 - ], - [ - -122.18943727599998, - 37.71783170000003 - ], - [ - -122.18943703199994, - 37.71783177200007 - ], - [ - -122.18943665899997, - 37.71783188300003 - ], - [ - -122.18943653699995, - 37.71783192000004 - ], - [ - -122.18943646899999, - 37.71783194000005 - ], - [ - -122.18943636599994, - 37.717831972000056 - ], - [ - -122.18943598699997, - 37.717832085000055 - ], - [ - -122.18943566899998, - 37.71783218300004 - ], - [ - -122.189434947, - 37.717832404000035 - ], - [ - -122.18943438899998, - 37.717832575000045 - ], - [ - -122.18943428999995, - 37.71783260600006 - ], - [ - -122.18943371199998, - 37.71783278700008 - ], - [ - -122.18943367599996, - 37.717832798000074 - ], - [ - -122.18943296499998, - 37.717833023000026 - ], - [ - -122.18943260699996, - 37.71783313800006 - ], - [ - -122.18943199599994, - 37.71783333700006 - ], - [ - -122.18943176599998, - 37.71783341200006 - ], - [ - -122.18943123899999, - 37.71783358300007 - ], - [ - -122.18943081499998, - 37.71783372300007 - ], - [ - -122.18943050999997, - 37.71783382500007 - ], - [ - -122.18943047, - 37.71783383800005 - ], - [ - -122.18943029399998, - 37.71783389700005 - ], - [ - -122.18942993199994, - 37.717834019000065 - ], - [ - -122.18942981899994, - 37.71783405600007 - ], - [ - -122.18942972499997, - 37.717834088000075 - ], - [ - -122.18942957299998, - 37.717834140000036 - ], - [ - -122.18942945999999, - 37.71783417800003 - ], - [ - -122.18942829399998, - 37.717834578000065 - ], - [ - -122.18942826199998, - 37.71783458900006 - ], - [ - -122.18942809199996, - 37.717834648000064 - ], - [ - -122.18942766499998, - 37.71783479800007 - ], - [ - -122.18942746199997, - 37.71783486900006 - ], - [ - -122.18942678399998, - 37.71783511000007 - ], - [ - -122.18942583399996, - 37.71783544900006 - ], - [ - -122.18942572399999, - 37.71783549000003 - ], - [ - -122.18942544799995, - 37.71783559100004 - ], - [ - -122.18942540399996, - 37.71783560600005 - ], - [ - -122.18942523899995, - 37.71783566600004 - ], - [ - -122.18942491399997, - 37.717835785000034 - ], - [ - -122.18942395799996, - 37.71783613800005 - ], - [ - -122.18942278499998, - 37.71783658100003 - ], - [ - -122.18942226599995, - 37.71783677900004 - ], - [ - -122.18942068999996, - 37.717837391000046 - ], - [ - -122.18941902399996, - 37.71783805600006 - ], - [ - -122.18941819999998, - 37.71783839100004 - ], - [ - -122.189416989, - 37.71783889300008 - ], - [ - -122.18941680599994, - 37.71783896900007 - ], - [ - -122.18941666199999, - 37.71783903000005 - ], - [ - -122.18941657899995, - 37.71783906400003 - ], - [ - -122.18941652099994, - 37.71783908800006 - ], - [ - -122.18941630599994, - 37.71783917800008 - ], - [ - -122.18941599199997, - 37.717839311000034 - ], - [ - -122.18941589399998, - 37.717839353000045 - ], - [ - -122.18941579899996, - 37.717839394000066 - ], - [ - -122.18941533799995, - 37.717839592000075 - ], - [ - -122.18941527699997, - 37.71783961800003 - ], - [ - -122.18941523399997, - 37.717839637000054 - ], - [ - -122.18941504699995, - 37.71783971600007 - ], - [ - -122.18941499799996, - 37.71783973700008 - ], - [ - -122.18941495599995, - 37.71783975500006 - ], - [ - -122.18941492, - 37.71783977100006 - ], - [ - -122.18941485299996, - 37.717839799000046 - ], - [ - -122.18941481699994, - 37.71783981500005 - ], - [ - -122.189414705, - 37.71783986400004 - ], - [ - -122.18941460399998, - 37.71783990700004 - ], - [ - -122.18941450399996, - 37.71783995200008 - ], - [ - -122.18941437499996, - 37.71784000700006 - ], - [ - -122.18941412099997, - 37.71784011800003 - ], - [ - -122.18941395499996, - 37.71784019100005 - ], - [ - -122.18941387099994, - 37.71784022800006 - ], - [ - -122.18941379699999, - 37.71784026000006 - ], - [ - -122.18941368299994, - 37.71784031000004 - ], - [ - -122.18941360699995, - 37.717840344000024 - ], - [ - -122.18941338299999, - 37.71784044300006 - ], - [ - -122.18941318399999, - 37.717840531000036 - ], - [ - -122.18941309599995, - 37.71784057000008 - ], - [ - -122.18941303699995, - 37.71784059500004 - ], - [ - -122.18941249399995, - 37.71784083800003 - ], - [ - -122.18941241299996, - 37.717840875000036 - ], - [ - -122.189412254, - 37.717840946000024 - ], - [ - -122.18941207599994, - 37.71784102700008 - ], - [ - -122.18941201599995, - 37.717841054000075 - ], - [ - -122.18941196699996, - 37.71784107600007 - ], - [ - -122.18941182499998, - 37.717841141000065 - ], - [ - -122.189411781, - 37.717841161000024 - ], - [ - -122.18941163099998, - 37.717841228000054 - ], - [ - -122.18941150999996, - 37.71784128400003 - ], - [ - -122.18941147599998, - 37.71784129900004 - ], - [ - -122.189411415, - 37.71784132700003 - ], - [ - -122.18941111699996, - 37.717841461000035 - ], - [ - -122.18941098, - 37.71784152500004 - ], - [ - -122.18941091399995, - 37.717841555000064 - ], - [ - -122.18941083699997, - 37.717841591000024 - ], - [ - -122.18941078799998, - 37.717841613000076 - ], - [ - -122.18941064199998, - 37.71784168100004 - ], - [ - -122.18941042399996, - 37.71784178100006 - ], - [ - -122.18941027899996, - 37.717841848000035 - ], - [ - -122.18940988699995, - 37.71784203100003 - ], - [ - -122.18940938299994, - 37.71784226700004 - ], - [ - -122.18940888099996, - 37.71784250400003 - ], - [ - -122.18940869999994, - 37.71784259000003 - ], - [ - -122.18940857499996, - 37.71784265000008 - ], - [ - -122.18940830899999, - 37.717842776000055 - ], - [ - -122.18940816399999, - 37.71784284600005 - ], - [ - -122.189408104, - 37.71784287500003 - ], - [ - -122.18940777199998, - 37.717843035000044 - ], - [ - -122.18940770299997, - 37.717843068000036 - ], - [ - -122.18940728099994, - 37.71784327300003 - ], - [ - -122.18940709199995, - 37.71784336400003 - ], - [ - -122.18940690599999, - 37.717843455000036 - ], - [ - -122.189406739, - 37.71784353600003 - ], - [ - -122.18940670699999, - 37.717843551000044 - ], - [ - -122.18940661699997, - 37.71784359500003 - ], - [ - -122.18940648499995, - 37.71784366000003 - ], - [ - -122.18940638899994, - 37.71784370700004 - ], - [ - -122.18940624799995, - 37.71784377700004 - ], - [ - -122.18940617099997, - 37.71784381500004 - ], - [ - -122.18940607999997, - 37.71784386000007 - ], - [ - -122.18940592899997, - 37.717843935000076 - ], - [ - -122.18940571199994, - 37.717844042000024 - ], - [ - -122.18940547799997, - 37.71784415900004 - ], - [ - -122.189404745, - 37.71784452700007 - ], - [ - -122.18940448099994, - 37.71784466100007 - ], - [ - -122.189404288, - 37.71784475900006 - ], - [ - -122.18940424099998, - 37.71784478300003 - ], - [ - -122.189404105, - 37.71784485100005 - ], - [ - -122.18940337599997, - 37.717845225000076 - ], - [ - -122.18940332699998, - 37.71784525000004 - ], - [ - -122.18940172299995, - 37.717846087000055 - ], - [ - -122.18940163599996, - 37.71784613300008 - ], - [ - -122.18940138, - 37.71784626700003 - ], - [ - -122.189401192, - 37.71784636800004 - ], - [ - -122.18940108799995, - 37.717846423000026 - ], - [ - -122.18940104, - 37.717846449000035 - ], - [ - -122.18940078599996, - 37.717846585000075 - ], - [ - -122.18940061399996, - 37.71784667700007 - ], - [ - -122.18940035699995, - 37.71784681500003 - ], - [ - -122.18940031899996, - 37.717846835000046 - ], - [ - -122.18939936099997, - 37.71784735700004 - ], - [ - -122.189399273, - 37.717847404000054 - ], - [ - -122.18939893499999, - 37.71784758900003 - ], - [ - -122.18939873799997, - 37.71784769900006 - ], - [ - -122.18939861999996, - 37.717847762000076 - ], - [ - -122.18939754499996, - 37.71784836300003 - ], - [ - -122.18939751499994, - 37.71784837900003 - ], - [ - -122.18939733999997, - 37.717848477000075 - ], - [ - -122.18939700399994, - 37.717848668000045 - ], - [ - -122.18939657299995, - 37.71784891400006 - ], - [ - -122.18939647699995, - 37.717848968000055 - ], - [ - -122.18939639899997, - 37.717849012000045 - ], - [ - -122.189395978, - 37.71784925400004 - ], - [ - -122.189395951, - 37.717849270000045 - ], - [ - -122.189395435, - 37.71784956700003 - ], - [ - -122.18939488899997, - 37.71784988600007 - ], - [ - -122.18939417499996, - 37.71785030600006 - ], - [ - -122.18939381799999, - 37.717850517000045 - ], - [ - -122.18939328099998, - 37.71785083800006 - ], - [ - -122.18939321699997, - 37.71785087600006 - ], - [ - -122.18939270299995, - 37.71785118500003 - ], - [ - -122.18939265199998, - 37.71785121600004 - ], - [ - -122.18939261, - 37.71785124200005 - ], - [ - -122.18939219199996, - 37.71785149600004 - ], - [ - -122.18939214599999, - 37.717851524000025 - ], - [ - -122.18939197099996, - 37.71785163000004 - ], - [ - -122.18939168699995, - 37.71785180400008 - ], - [ - -122.18939076099997, - 37.71785237700004 - ], - [ - -122.18939070099998, - 37.71785241400005 - ], - [ - -122.18939060699995, - 37.71785247400004 - ], - [ - -122.189390544, - 37.717852512000036 - ], - [ - -122.18939003699995, - 37.71785283100007 - ], - [ - -122.18938994599995, - 37.71785288800004 - ], - [ - -122.18938959399998, - 37.71785311100007 - ], - [ - -122.18938923999997, - 37.717853336000076 - ], - [ - -122.18938856699998, - 37.717853766000076 - ], - [ - -122.18938848999994, - 37.71785381600006 - ], - [ - -122.18938820899996, - 37.71785399700008 - ], - [ - -122.18938791799997, - 37.71785418600007 - ], - [ - -122.18938776699997, - 37.717854284000055 - ], - [ - -122.18938740199997, - 37.71785452300003 - ], - [ - -122.18938686899997, - 37.71785487300008 - ], - [ - -122.18938679899998, - 37.717854920000036 - ], - [ - -122.18938643799999, - 37.71785515900007 - ], - [ - -122.18938623699995, - 37.717855291000035 - ], - [ - -122.18938619899996, - 37.71785531800003 - ], - [ - -122.18938606999995, - 37.717855404000034 - ], - [ - -122.18938510499999, - 37.71785605700006 - ], - [ - -122.18938500499996, - 37.71785612200006 - ], - [ - -122.18938465599996, - 37.71785636100003 - ], - [ - -122.18938439099998, - 37.71785654300004 - ], - [ - -122.18938407399997, - 37.717856760000075 - ], - [ - -122.18938403399994, - 37.71785678800006 - ], - [ - -122.189383868, - 37.71785690400003 - ], - [ - -122.18938258599997, - 37.71785780000005 - ], - [ - -122.18938240899996, - 37.717857923000054 - ], - [ - -122.18938205399996, - 37.71785817400007 - ], - [ - -122.18938201699996, - 37.71785820200006 - ], - [ - -122.18938169699999, - 37.717858429000046 - ], - [ - -122.18938146699998, - 37.71785859500005 - ], - [ - -122.18938107499997, - 37.717858877000026 - ], - [ - -122.18938079699996, - 37.71785907800006 - ], - [ - -122.18938068799997, - 37.71785915800007 - ], - [ - -122.189380401, - 37.717859367000074 - ], - [ - -122.18938014999998, - 37.71785955000007 - ], - [ - -122.18937964099996, - 37.71785992400004 - ], - [ - -122.18937915699996, - 37.71786028500003 - ], - [ - -122.18937908099997, - 37.71786034100006 - ], - [ - -122.18937762599995, - 37.717861431000074 - ], - [ - -122.189376612, - 37.71786222000003 - ], - [ - -122.18937657299995, - 37.71786225100004 - ], - [ - -122.18937644899995, - 37.71786234500007 - ], - [ - -122.189376402, - 37.71786238200008 - ], - [ - -122.18937620199995, - 37.717862539000066 - ], - [ - -122.18937585599997, - 37.71786281000004 - ], - [ - -122.18937575199999, - 37.71786289100004 - ], - [ - -122.18937421699997, - 37.717864114000065 - ], - [ - -122.18937410399997, - 37.71786420500007 - ], - [ - -122.189373693, - 37.71786453800007 - ], - [ - -122.18937356499998, - 37.71786464300004 - ], - [ - -122.18937353399997, - 37.71786466800006 - ], - [ - -122.18937347599996, - 37.717864715000076 - ], - [ - -122.189373392, - 37.71786478300004 - ], - [ - -122.18937325999997, - 37.71786489200008 - ], - [ - -122.18937274599995, - 37.71786531400005 - ], - [ - -122.18937191599997, - 37.717866006000065 - ], - [ - -122.18937136599999, - 37.71786647000005 - ], - [ - -122.18937132499997, - 37.71786650400003 - ], - [ - -122.18937048499998, - 37.71786722100006 - ], - [ - -122.18936973499996, - 37.71786787000008 - ], - [ - -122.18936964999995, - 37.717867943000044 - ], - [ - -122.189369409, - 37.71786815300004 - ], - [ - -122.18936932499997, - 37.717868227000054 - ], - [ - -122.18936864999995, - 37.717868820000035 - ], - [ - -122.18936780499996, - 37.717869577000045 - ], - [ - -122.18936700799998, - 37.71787029700005 - ], - [ - -122.18936688599996, - 37.717870412000025 - ], - [ - -122.18936643099994, - 37.71787083100003 - ], - [ - -122.18936598, - 37.71787124600007 - ], - [ - -122.18936580199994, - 37.71787141200008 - ], - [ - -122.18936552399998, - 37.71787167100007 - ], - [ - -122.18936510799995, - 37.71787206300007 - ], - [ - -122.18936496999999, - 37.71787219400005 - ], - [ - -122.18936466899999, - 37.71787248000004 - ], - [ - -122.18936433999994, - 37.717872793000026 - ], - [ - -122.18936426, - 37.717872871000054 - ], - [ - -122.18936420499995, - 37.71787292100004 - ], - [ - -122.18936412799997, - 37.71787299600004 - ], - [ - -122.189364045, - 37.717873077000036 - ], - [ - -122.18936399599994, - 37.71787312400005 - ], - [ - -122.18936393999996, - 37.71787317800005 - ], - [ - -122.189363873, - 37.71787324300004 - ], - [ - -122.18936358599996, - 37.717873517000044 - ], - [ - -122.18936210899994, - 37.71787497500003 - ], - [ - -122.1893617599999, - 37.71787532500008 - ], - [ - -122.18936167299995, - 37.71787541200007 - ], - [ - -122.18935978499997, - 37.71787734900005 - ], - [ - -122.18935964599996, - 37.71787749500004 - ], - [ - -122.18935836499998, - 37.71787885500004 - ], - [ - -122.18935831599998, - 37.717878907000056 - ], - [ - -122.18935810899995, - 37.71787913000003 - ], - [ - -122.18935793199995, - 37.717879321000055 - ], - [ - -122.18935785399998, - 37.717879407000055 - ], - [ - -122.18935766099997, - 37.71787961600006 - ], - [ - -122.189357181, - 37.71788014900005 - ], - [ - -122.18935683499996, - 37.717880524000066 - ], - [ - -122.189356541, - 37.717880852000064 - ], - [ - -122.18935648799999, - 37.717880911000066 - ], - [ - -122.18935643199995, - 37.71788097600006 - ], - [ - -122.18935636699996, - 37.71788104800004 - ], - [ - -122.18935633899997, - 37.71788108000004 - ], - [ - -122.18935622799995, - 37.71788120200006 - ], - [ - -122.18935608799995, - 37.71788135800006 - ], - [ - -122.18935594399994, - 37.71788152400006 - ], - [ - -122.18935557699996, - 37.71788193800006 - ], - [ - -122.18935546399996, - 37.71788206900004 - ], - [ - -122.18935543199996, - 37.71788210600005 - ], - [ - -122.18935512499996, - 37.71788245700003 - ], - [ - -122.18935458399994, - 37.71788308500004 - ], - [ - -122.18935454899997, - 37.71788312500007 - ], - [ - -122.18935374499995, - 37.717884068000046 - ], - [ - -122.18935294499994, - 37.71788503000005 - ], - [ - -122.18935272299996, - 37.717885298000056 - ], - [ - -122.18935254599995, - 37.717885514000045 - ], - [ - -122.18935248699995, - 37.71788558500003 - ], - [ - -122.18935184099996, - 37.71788637800006 - ], - [ - -122.18935163299994, - 37.717886641000064 - ], - [ - -122.189351193, - 37.717887189000066 - ], - [ - -122.18935079, - 37.71788769900007 - ], - [ - -122.189350559, - 37.71788799400008 - ], - [ - -122.18935029, - 37.71788834000006 - ], - [ - -122.18934912499998, - 37.71788986000007 - ], - [ - -122.18934897799994, - 37.717890055000055 - ], - [ - -122.18934891999999, - 37.71789013400007 - ], - [ - -122.18934890299994, - 37.717890157000056 - ], - [ - -122.18934882099995, - 37.71789026400006 - ], - [ - -122.18934872099999, - 37.717890399000055 - ], - [ - -122.18934848899994, - 37.71789070900007 - ], - [ - -122.18934837499995, - 37.717890864000026 - ], - [ - -122.18934815299997, - 37.717891165000026 - ], - [ - -122.18934806099998, - 37.71789129200005 - ], - [ - -122.18934778899995, - 37.717891662000056 - ], - [ - -122.18934760399998, - 37.71789191700003 - ], - [ - -122.18934749199997, - 37.71789207000006 - ], - [ - -122.18934746199994, - 37.71789211300006 - ], - [ - -122.18934741499999, - 37.71789217700007 - ], - [ - -122.18934733999998, - 37.71789228100005 - ], - [ - -122.18934730299998, - 37.717892335000045 - ], - [ - -122.189347248, - 37.71789241000005 - ], - [ - -122.18934716499996, - 37.717892525000025 - ], - [ - -122.18934714199997, - 37.717892558000074 - ], - [ - -122.189346748, - 37.717893110000034 - ], - [ - -122.18934638999997, - 37.71789361800006 - ], - [ - -122.18934625299994, - 37.717893815000025 - ], - [ - -122.18934565, - 37.71789468600008 - ], - [ - -122.18934512199996, - 37.717895458000044 - ], - [ - -122.18934508799998, - 37.71789550900007 - ], - [ - -122.18934478199998, - 37.717895964000036 - ], - [ - -122.18934454299995, - 37.71789632100007 - ], - [ - -122.18934448799996, - 37.717896404000044 - ], - [ - -122.18934446699996, - 37.717896437000036 - ], - [ - -122.18934438099996, - 37.717896565000046 - ], - [ - -122.18934423299999, - 37.71789679300008 - ], - [ - -122.18934415299998, - 37.71789691400005 - ], - [ - -122.18934410999998, - 37.717896979000045 - ], - [ - -122.18934342399996, - 37.717898036000065 - ], - [ - -122.18934337399998, - 37.71789811200006 - ], - [ - -122.18934274599997, - 37.71789910000007 - ], - [ - -122.18934273099995, - 37.71789912500003 - ], - [ - -122.18934269599998, - 37.71789918300004 - ], - [ - -122.18934258899998, - 37.71789935000004 - ], - [ - -122.18934257299998, - 37.71789937600005 - ], - [ - -122.18934248699998, - 37.717899515000056 - ], - [ - -122.18934241499994, - 37.71789963300006 - ], - [ - -122.18934238599996, - 37.71789967900003 - ], - [ - -122.18934224299994, - 37.71789990700006 - ], - [ - -122.18934221599994, - 37.71789995300003 - ], - [ - -122.18934210099997, - 37.71790014100003 - ], - [ - -122.18934187499997, - 37.71790050900006 - ], - [ - -122.18934174199995, - 37.71790072600004 - ], - [ - -122.189341636, - 37.717900901000064 - ], - [ - -122.18934156699999, - 37.71790101300007 - ], - [ - -122.18934090399995, - 37.717902123000044 - ], - [ - -122.18934071199999, - 37.717902450000054 - ], - [ - -122.18934068799996, - 37.71790249000003 - ], - [ - -122.189340502, - 37.717902811000044 - ], - [ - -122.18934048499995, - 37.717902837000054 - ], - [ - -122.18934028499996, - 37.71790318400008 - ], - [ - -122.18934015299999, - 37.717903413000045 - ], - [ - -122.18934013399996, - 37.71790344800007 - ], - [ - -122.18934006599994, - 37.71790356500003 - ], - [ - -122.18934003299995, - 37.71790362300004 - ], - [ - -122.18933997199997, - 37.71790372700008 - ], - [ - -122.18933986299999, - 37.71790391900004 - ], - [ - -122.18933981099997, - 37.71790401000004 - ], - [ - -122.18933972599996, - 37.717904160000046 - ], - [ - -122.18933925299996, - 37.717905005000034 - ], - [ - -122.18933920199999, - 37.71790509900006 - ], - [ - -122.18933912099999, - 37.717905245000054 - ], - [ - -122.18933883899996, - 37.71790575600005 - ], - [ - -122.189338567, - 37.71790625700004 - ], - [ - -122.18933855199998, - 37.71790628600007 - ], - [ - -122.18933755699999, - 37.71790816500004 - ], - [ - -122.18933753699997, - 37.71790819900008 - ], - [ - -122.18933750699995, - 37.71790825700003 - ], - [ - -122.18933725, - 37.71790876100005 - ], - [ - -122.18933720099994, - 37.71790885300004 - ], - [ - -122.18933715199995, - 37.71790895300006 - ], - [ - -122.18933694299994, - 37.71790936700006 - ], - [ - -122.18933678499997, - 37.71790967700008 - ], - [ - -122.18933671199994, - 37.717909822000024 - ], - [ - -122.189336659, - 37.71790992900003 - ], - [ - -122.18933659399994, - 37.71791005800003 - ], - [ - -122.18933654799997, - 37.71791015400004 - ], - [ - -122.18933649099995, - 37.717910268000026 - ], - [ - -122.18933640199998, - 37.717910448000055 - ], - [ - -122.18933626699999, - 37.717910723000045 - ], - [ - -122.18933616699996, - 37.71791092800004 - ], - [ - -122.18933592099995, - 37.717911436000065 - ], - [ - -122.18933590299997, - 37.717911472000026 - ], - [ - -122.189334783, - 37.71791387500008 - ], - [ - -122.18933473199996, - 37.71791398600004 - ], - [ - -122.189334713, - 37.717914026000074 - ], - [ - -122.18933455099994, - 37.717914386000075 - ], - [ - -122.18933438899995, - 37.717914750000034 - ], - [ - -122.18933436799995, - 37.71791479900003 - ], - [ - -122.18933427299999, - 37.71791501300004 - ], - [ - -122.18933418299997, - 37.71791521500006 - ], - [ - -122.189334009, - 37.71791561200007 - ], - [ - -122.18933397899997, - 37.71791568100008 - ], - [ - -122.18933392499997, - 37.71791580400003 - ], - [ - -122.18933385899999, - 37.71791596000003 - ], - [ - -122.18933370299999, - 37.717916322000065 - ], - [ - -122.18933368199998, - 37.71791637100006 - ], - [ - -122.18933356899998, - 37.71791663800008 - ], - [ - -122.18933351399994, - 37.717916770000045 - ], - [ - -122.18933350199995, - 37.71791679800003 - ], - [ - -122.18933345099998, - 37.71791691800007 - ], - [ - -122.18933335499997, - 37.71791714700004 - ], - [ - -122.18933328599996, - 37.717917311000065 - ], - [ - -122.18933322199996, - 37.71791746500003 - ], - [ - -122.18933318499995, - 37.71791755600003 - ], - [ - -122.18933313199994, - 37.71791768400004 - ], - [ - -122.18933277399998, - 37.71791856200008 - ], - [ - -122.18933271699996, - 37.717918703000066 - ], - [ - -122.18933269999997, - 37.717918746000066 - ], - [ - -122.189332644, - 37.71791888300004 - ], - [ - -122.18933257799995, - 37.717919049000045 - ], - [ - -122.18933255399998, - 37.71791911100007 - ], - [ - -122.18933247999996, - 37.71791929700004 - ], - [ - -122.18933233499996, - 37.71791966600006 - ], - [ - -122.18933188199998, - 37.717920837000065 - ], - [ - -122.18933186899994, - 37.71792087600005 - ], - [ - -122.189331843, - 37.71792094500006 - ], - [ - -122.18933182099994, - 37.71792099800007 - ], - [ - -122.18933176999997, - 37.717921138000065 - ], - [ - -122.18933170799994, - 37.71792130400007 - ], - [ - -122.18933144299996, - 37.717922016000045 - ], - [ - -122.189331429, - 37.71792205600008 - ], - [ - -122.18933129499999, - 37.71792242300006 - ], - [ - -122.18933109399995, - 37.717922980000026 - ], - [ - -122.18933094699997, - 37.717923394000024 - ], - [ - -122.18933079599998, - 37.71792382700005 - ], - [ - -122.18933063299994, - 37.71792429000004 - ], - [ - -122.18933043799996, - 37.71792487100004 - ], - [ - -122.189330424, - 37.71792491000008 - ], - [ - -122.18933010999996, - 37.71792585500003 - ], - [ - -122.18933006399999, - 37.717925997000066 - ], - [ - -122.18933000799996, - 37.71792616500005 - ], - [ - -122.18932994399995, - 37.71792636400005 - ], - [ - -122.18932988299997, - 37.717926558000045 - ], - [ - -122.18932975299998, - 37.717926962000035 - ], - [ - -122.18932967199999, - 37.71792721800006 - ], - [ - -122.18932960199999, - 37.717927442000075 - ], - [ - -122.18932950699997, - 37.71792775000006 - ], - [ - -122.18932942299995, - 37.71792802300007 - ], - [ - -122.18932919799994, - 37.71792876300003 - ], - [ - -122.18932890299999, - 37.71792977200005 - ], - [ - -122.18932888799998, - 37.717929826000045 - ], - [ - -122.189328838, - 37.717929999000035 - ], - [ - -122.18932864799996, - 37.717930668000065 - ], - [ - -122.18932852899997, - 37.717931100000044 - ], - [ - -122.18932827299994, - 37.71793203900006 - ], - [ - -122.189328263, - 37.71793208100007 - ], - [ - -122.18932825299999, - 37.71793211800008 - ], - [ - -122.18932817799998, - 37.71793240200003 - ], - [ - -122.18932815199997, - 37.71793250300004 - ], - [ - -122.18932814399994, - 37.717932534000056 - ], - [ - -122.18932811399998, - 37.717932647000055 - ], - [ - -122.18932809599994, - 37.71793272300005 - ], - [ - -122.18932807999994, - 37.717932777000044 - ], - [ - -122.18932805499998, - 37.717932879000045 - ], - [ - -122.18932801699998, - 37.71793302300006 - ], - [ - -122.18932781399997, - 37.71793383000005 - ], - [ - -122.18932779699998, - 37.717933892000076 - ], - [ - -122.18932743499994, - 37.71793540200008 - ], - [ - -122.18932740999998, - 37.717935512000054 - ], - [ - -122.18932737299997, - 37.71793567000003 - ], - [ - -122.189327317, - 37.717935914000066 - ], - [ - -122.18932730799997, - 37.71793595300005 - ], - [ - -122.18932723799998, - 37.717936257000076 - ], - [ - -122.18932715099999, - 37.717936645000066 - ], - [ - -122.18932714299996, - 37.71793668300006 - ], - [ - -122.18932710399997, - 37.71793686500007 - ], - [ - -122.18932704799994, - 37.71793711400005 - ], - [ - -122.18932700299996, - 37.71793732500004 - ], - [ - -122.18932690499997, - 37.71793778600005 - ], - [ - -122.18932688999996, - 37.717937850000055 - ], - [ - -122.18932683299994, - 37.71793812800007 - ], - [ - -122.18932672399995, - 37.71793866100006 - ], - [ - -122.18932667899998, - 37.71793887700005 - ], - [ - -122.18932660599995, - 37.71793925900005 - ], - [ - -122.18932659099994, - 37.71793932800006 - ], - [ - -122.18932657, - 37.71793943600005 - ], - [ - -122.18932650999994, - 37.717939745000024 - ], - [ - -122.18932643199997, - 37.71794016100006 - ], - [ - -122.18932640299994, - 37.71794031500008 - ], - [ - -122.18932637499995, - 37.71794046300005 - ], - [ - -122.18932629899996, - 37.717940869000074 - ], - [ - -122.18932626199995, - 37.71794107900007 - ], - [ - -122.18932617299998, - 37.71794158200004 - ], - [ - -122.18932613699997, - 37.717941791000044 - ], - [ - -122.189326124, - 37.71794186900007 - ], - [ - -122.18932610799999, - 37.71794195500007 - ], - [ - -122.18932606899995, - 37.71794218200006 - ], - [ - -122.18932597799994, - 37.717942735000065 - ], - [ - -122.18932588899997, - 37.717943286000036 - ], - [ - -122.18932588299998, - 37.717943321000064 - ], - [ - -122.18932587799998, - 37.717943363000074 - ], - [ - -122.18932586899996, - 37.71794341800006 - ], - [ - -122.18932580599994, - 37.717943812000044 - ], - [ - -122.18932570799996, - 37.71794446400003 - ], - [ - -122.18932569499998, - 37.717944560000035 - ], - [ - -122.18932553099995, - 37.71794571200007 - ], - [ - -122.18932548199996, - 37.717946081000036 - ], - [ - -122.18932542199997, - 37.71794655000008 - ], - [ - -122.18932541199996, - 37.717946624000035 - ], - [ - -122.18932540599997, - 37.717946674000075 - ], - [ - -122.18932540199995, - 37.71794671400005 - ], - [ - -122.18932539099995, - 37.71794678300006 - ], - [ - -122.18932538499996, - 37.71794684100007 - ], - [ - -122.18932538099995, - 37.71794686800007 - ], - [ - -122.18932537299997, - 37.71794692100008 - ], - [ - -122.18932535899995, - 37.71794704800004 - ], - [ - -122.18932533299994, - 37.71794726500008 - ], - [ - -122.18932528899995, - 37.71794763300005 - ], - [ - -122.189325269, - 37.717947812000034 - ], - [ - -122.18932526299994, - 37.71794785600008 - ], - [ - -122.18932525599996, - 37.71794790400003 - ], - [ - -122.189325237, - 37.71794807500004 - ], - [ - -122.18932523199999, - 37.717948112000045 - ], - [ - -122.18932522799997, - 37.71794816000005 - ], - [ - -122.18932521499994, - 37.71794826200005 - ], - [ - -122.18932520799996, - 37.717948335000074 - ], - [ - -122.18932520399994, - 37.71794836200007 - ], - [ - -122.18932519499998, - 37.71794844000004 - ], - [ - -122.18932514299996, - 37.71794889600005 - ], - [ - -122.18932511, - 37.71794923700003 - ], - [ - -122.18932507599999, - 37.71794957800006 - ], - [ - -122.18932502499996, - 37.71795009700003 - ], - [ - -122.18932502299998, - 37.71795012500007 - ], - [ - -122.18932501899997, - 37.71795016300007 - ], - [ - -122.18932501599994, - 37.71795019800004 - ], - [ - -122.189325, - 37.717950373000065 - ], - [ - -122.18932499399995, - 37.717950432000066 - ], - [ - -122.18932482099996, - 37.71795255300003 - ], - [ - -122.18932481499996, - 37.71795260300007 - ], - [ - -122.18932473799998, - 37.717953772000044 - ], - [ - -122.18932471, - 37.717954245000044 - ], - [ - -122.18932468899999, - 37.71795462500006 - ], - [ - -122.18932467599996, - 37.717954890000044 - ], - [ - -122.18932464199997, - 37.71795558700006 - ], - [ - -122.18932464, - 37.71795562500006 - ], - [ - -122.18932463599998, - 37.71795574500004 - ], - [ - -122.18932461999998, - 37.71795612300008 - ], - [ - -122.18932460199994, - 37.71795660200007 - ], - [ - -122.18932459499996, - 37.717956782000044 - ], - [ - -122.189324576, - 37.71795745600008 - ], - [ - -122.18932455899994, - 37.717958087000056 - ], - [ - -122.18932455799995, - 37.71795812100004 - ], - [ - -122.18932454399999, - 37.717958886000076 - ], - [ - -122.18932454299994, - 37.71795893800004 - ], - [ - -122.189324538, - 37.717959406000034 - ], - [ - -122.189324538, - 37.717959447000055 - ], - [ - -122.189324533, - 37.71795999100004 - ], - [ - -122.18932453399998, - 37.71796036000006 - ], - [ - -122.189324533, - 37.71796081900004 - ], - [ - -122.18932453499997, - 37.71796122500007 - ], - [ - -122.18932453599996, - 37.717961252000066 - ], - [ - -122.18932453599996, - 37.71796136100005 - ], - [ - -122.18932456099998, - 37.717962932000034 - ], - [ - -122.18932459099995, - 37.717964015000064 - ], - [ - -122.18932462699996, - 37.71796498300006 - ], - [ - -122.18932465199998, - 37.717965528000036 - ], - [ - -122.18932467499997, - 37.71796603000007 - ], - [ - -122.18932475799994, - 37.717967445000056 - ], - [ - -122.18932477399994, - 37.71796770100008 - ], - [ - -122.18932478099998, - 37.71796780200003 - ], - [ - -122.18932481, - 37.71796822400006 - ], - [ - -122.18932489499997, - 37.71796933600007 - ], - [ - -122.18932494699999, - 37.71796995900007 - ], - [ - -122.18932495699994, - 37.71797005500008 - ], - [ - -122.18932505199996, - 37.71797109100004 - ], - [ - -122.18932505599997, - 37.71797113900004 - ], - [ - -122.18932506199997, - 37.717971197000054 - ], - [ - -122.18932506899995, - 37.71797125300003 - ], - [ - -122.189325081, - 37.71797137800007 - ], - [ - -122.18932508799998, - 37.717971445000046 - ], - [ - -122.18932512999999, - 37.717971857000066 - ], - [ - -122.18932516599995, - 37.71797219300004 - ], - [ - -122.18932518999998, - 37.71797240500007 - ], - [ - -122.18932521999994, - 37.71797269700005 - ], - [ - -122.18932522499995, - 37.71797272900005 - ], - [ - -122.18932523399997, - 37.717972805000045 - ], - [ - -122.18932524, - 37.71797285700006 - ], - [ - -122.18932532499997, - 37.717973578000056 - ], - [ - -122.18932533499998, - 37.717973663000066 - ], - [ - -122.18932539899998, - 37.71797418700004 - ], - [ - -122.18932545699994, - 37.71797463400003 - ], - [ - -122.18932565199998, - 37.71797604400007 - ], - [ - -122.18932566399997, - 37.71797613900003 - ], - [ - -122.18932567199994, - 37.71797619300003 - ], - [ - -122.18932582899998, - 37.71797723000003 - ], - [ - -122.18932583599997, - 37.71797728100006 - ], - [ - -122.18932595299998, - 37.71797800200005 - ], - [ - -122.18932603399998, - 37.71797850100006 - ], - [ - -122.18932605799995, - 37.71797864500007 - ], - [ - -122.189326086, - 37.71797882100003 - ], - [ - -122.18932626699996, - 37.71797984500006 - ], - [ - -122.18932630699999, - 37.71798007900003 - ], - [ - -122.189326441, - 37.717980802000056 - ], - [ - -122.189326457, - 37.71798088300005 - ], - [ - -122.18932648899994, - 37.717981045000045 - ], - [ - -122.18932650399995, - 37.717981132000034 - ], - [ - -122.18932660499996, - 37.71798165400003 - ], - [ - -122.18932662999998, - 37.717981777000034 - ], - [ - -122.18932666899997, - 37.717981973000064 - ], - [ - -122.18932674399997, - 37.71798234600004 - ], - [ - -122.18932689999997, - 37.71798310500003 - ], - [ - -122.18932690899999, - 37.71798314400007 - ], - [ - -122.18932693299996, - 37.71798325300006 - ], - [ - -122.18932696499996, - 37.71798340000004 - ], - [ - -122.18932698799995, - 37.717983512000046 - ], - [ - -122.18932701199998, - 37.717983625000045 - ], - [ - -122.18932702999996, - 37.71798370400006 - ], - [ - -122.18932704199995, - 37.71798376000004 - ], - [ - -122.18932705399999, - 37.717983823000054 - ], - [ - -122.18932708099999, - 37.71798394500007 - ], - [ - -122.18932711499997, - 37.71798410100007 - ], - [ - -122.18932715099999, - 37.71798425900005 - ], - [ - -122.18932722999995, - 37.71798461800006 - ], - [ - -122.18932732599995, - 37.71798503800005 - ], - [ - -122.18932745999996, - 37.717985612000064 - ], - [ - -122.18932746599995, - 37.71798564000005 - ], - [ - -122.18932749199996, - 37.71798574700006 - ], - [ - -122.18932752799998, - 37.717985904000045 - ], - [ - -122.189327575, - 37.71798609600006 - ], - [ - -122.18932771299995, - 37.71798667500008 - ], - [ - -122.18932774799998, - 37.71798681400003 - ], - [ - -122.18932786099998, - 37.71798726800006 - ], - [ - -122.18932786799996, - 37.717987297000036 - ], - [ - -122.18932789899998, - 37.717987418000064 - ], - [ - -122.18932792099997, - 37.717987503000074 - ], - [ - -122.18932799599997, - 37.717987805000064 - ], - [ - -122.18932805599997, - 37.717988036000065 - ], - [ - -122.18932806699996, - 37.71798807700003 - ], - [ - -122.18932815199997, - 37.717988399000035 - ], - [ - -122.18932820699996, - 37.71798861800005 - ], - [ - -122.18932830999995, - 37.717989002000024 - ], - [ - -122.18932838199999, - 37.717989276000026 - ], - [ - -122.18932842599997, - 37.71798943300007 - ], - [ - -122.189328451, - 37.71798952200004 - ], - [ - -122.18932858499994, - 37.71799001100004 - ], - [ - -122.18932873799997, - 37.71799055500003 - ], - [ - -122.18932920499998, - 37.717992167000034 - ], - [ - -122.18932935599997, - 37.717992665000054 - ], - [ - -122.18932936799996, - 37.71799270400004 - ], - [ - -122.189329397, - 37.71799280100004 - ], - [ - -122.18932940899998, - 37.71799283800004 - ], - [ - -122.18932951299996, - 37.71799317500006 - ], - [ - -122.18932964099997, - 37.71799359000005 - ], - [ - -122.18932994499994, - 37.71799454400008 - ], - [ - -122.18933023199997, - 37.71799542100007 - ], - [ - -122.18933024799998, - 37.71799547000006 - ], - [ - -122.18933028999999, - 37.71799559400006 - ], - [ - -122.18933038199998, - 37.71799587400005 - ], - [ - -122.18933048399998, - 37.71799617000005 - ], - [ - -122.18933054099995, - 37.717996338000034 - ], - [ - -122.18933087999994, - 37.71799731900006 - ], - [ - -122.18933093599998, - 37.717997479000076 - ], - [ - -122.18933097899998, - 37.717997601000036 - ], - [ - -122.18933101199997, - 37.71799769800003 - ], - [ - -122.18933104299998, - 37.717997782000054 - ], - [ - -122.189331069, - 37.71799785700006 - ], - [ - -122.18933110199998, - 37.71799794700007 - ], - [ - -122.18933113699995, - 37.71799804700004 - ], - [ - -122.18933118899997, - 37.71799819100005 - ], - [ - -122.18933120799994, - 37.71799824300007 - ], - [ - -122.18933130599999, - 37.717998513000055 - ], - [ - -122.18933134199995, - 37.71799861300008 - ], - [ - -122.189331386, - 37.71799873500004 - ], - [ - -122.18933139599994, - 37.717998763000026 - ], - [ - -122.18933141199994, - 37.717998806000026 - ], - [ - -122.18933143799995, - 37.71799887900005 - ], - [ - -122.189331558, - 37.71799920300003 - ], - [ - -122.18933169699994, - 37.71799957500008 - ], - [ - -122.18933184199994, - 37.71799996100003 - ], - [ - -122.18933191199994, - 37.718000145000076 - ], - [ - -122.189331956, - 37.71800026000005 - ], - [ - -122.18933199499997, - 37.718000361000065 - ], - [ - -122.18933204299998, - 37.718000490000065 - ], - [ - -122.18933208599998, - 37.71800060500004 - ], - [ - -122.18933218299998, - 37.718000851000056 - ], - [ - -122.18933226699994, - 37.71800106400008 - ], - [ - -122.18933271799995, - 37.71800220600005 - ], - [ - -122.18933303899996, - 37.71800299500006 - ], - [ - -122.18933325499995, - 37.718003520000025 - ], - [ - -122.18933328399999, - 37.718003588000045 - ], - [ - -122.18933330299996, - 37.71800363500006 - ], - [ - -122.189333638, - 37.718004430000065 - ], - [ - -122.18933366399995, - 37.71800449400007 - ], - [ - -122.18933390999996, - 37.71800506300008 - ], - [ - -122.18933405999996, - 37.71800540900006 - ], - [ - -122.18933429999998, - 37.71800595700006 - ], - [ - -122.18933437899994, - 37.71800613400006 - ], - [ - -122.18933449699995, - 37.71800640200007 - ], - [ - -122.18933454199998, - 37.71800650100005 - ], - [ - -122.18933462999996, - 37.71800669700008 - ], - [ - -122.18933466799996, - 37.71800678000005 - ], - [ - -122.18933473399994, - 37.71800692700003 - ], - [ - -122.18933483, - 37.71800713500005 - ], - [ - -122.18933488699997, - 37.71800726400005 - ], - [ - -122.18933493399999, - 37.71800736400007 - ], - [ - -122.18933498099994, - 37.718007467000064 - ], - [ - -122.18933507999998, - 37.71800768700007 - ], - [ - -122.18933512599995, - 37.718007785000054 - ], - [ - -122.18933518399996, - 37.71800791000004 - ], - [ - -122.18933521999998, - 37.71800798800007 - ], - [ - -122.18933526799998, - 37.71800809200005 - ], - [ - -122.18933532799997, - 37.71800822000006 - ], - [ - -122.18933538199997, - 37.718008336000025 - ], - [ - -122.18933540999996, - 37.71800839500003 - ], - [ - -122.18933544799995, - 37.718008473000054 - ], - [ - -122.18933547599994, - 37.718008533000045 - ], - [ - -122.18933556399998, - 37.718008722000036 - ], - [ - -122.18933568799997, - 37.71800898500004 - ], - [ - -122.18933577099995, - 37.71800915700004 - ], - [ - -122.18933582699998, - 37.71800927700008 - ], - [ - -122.18933585099995, - 37.718009324000036 - ], - [ - -122.18933588899995, - 37.718009401000074 - ], - [ - -122.18933603699998, - 37.71800970700008 - ], - [ - -122.189336116, - 37.718009874000074 - ], - [ - -122.18933617199997, - 37.71800998600003 - ], - [ - -122.18933618299997, - 37.71801001100005 - ], - [ - -122.18933632799997, - 37.71801030800003 - ], - [ - -122.18933636199995, - 37.71801037800003 - ], - [ - -122.18933639699998, - 37.71801044800003 - ], - [ - -122.189336417, - 37.71801048800006 - ], - [ - -122.18933657899998, - 37.718010814000024 - ], - [ - -122.18933675699998, - 37.71801117000007 - ], - [ - -122.18933687699996, - 37.71801141000003 - ], - [ - -122.18933709999999, - 37.718011852000075 - ], - [ - -122.18933746299996, - 37.71801256400005 - ], - [ - -122.18933747799997, - 37.71801259100005 - ], - [ - -122.18933752099997, - 37.71801267500007 - ], - [ - -122.18933786099996, - 37.71801332500007 - ], - [ - -122.18933811199997, - 37.71801379900006 - ], - [ - -122.18933813999996, - 37.71801385400005 - ], - [ - -122.18933847399995, - 37.71801447900003 - ], - [ - -122.18933876299997, - 37.71801501300007 - ], - [ - -122.18933885399997, - 37.71801517700004 - ], - [ - -122.18933893899998, - 37.71801533300004 - ], - [ - -122.18933928999996, - 37.71801596600005 - ], - [ - -122.189339443, - 37.71801624300008 - ], - [ - -122.18933945899994, - 37.71801627100007 - ], - [ - -122.18933970799998, - 37.71801671400004 - ], - [ - -122.18933989299995, - 37.71801704000006 - ], - [ - -122.189339916, - 37.71801708000004 - ], - [ - -122.18933994599996, - 37.718017135000025 - ], - [ - -122.18933997, - 37.71801717400007 - ], - [ - -122.18934016499998, - 37.71801751300006 - ], - [ - -122.18934059399999, - 37.71801825500006 - ], - [ - -122.18934069599999, - 37.71801842800005 - ], - [ - -122.18934080399998, - 37.71801861100005 - ], - [ - -122.18934112999995, - 37.718019165000044 - ], - [ - -122.18934153599997, - 37.71801984000007 - ], - [ - -122.18934178399996, - 37.71802024900006 - ], - [ - -122.189341846, - 37.71802035300004 - ], - [ - -122.18934211599998, - 37.71802079300005 - ], - [ - -122.18934229699994, - 37.71802108500003 - ], - [ - -122.18934268399994, - 37.71802170600006 - ], - [ - -122.18934299399996, - 37.718022199000075 - ], - [ - -122.18934304599998, - 37.71802228000007 - ], - [ - -122.18934306699998, - 37.71802231500004 - ], - [ - -122.18934332799995, - 37.71802272000008 - ], - [ - -122.18934382599997, - 37.71802349300003 - ], - [ - -122.18934395099996, - 37.71802368600004 - ], - [ - -122.18934397399994, - 37.718023720000076 - ], - [ - -122.189344259, - 37.71802415500008 - ], - [ - -122.18934428199998, - 37.71802418900006 - ], - [ - -122.18934432699996, - 37.718024257000025 - ], - [ - -122.18934443599994, - 37.71802442000006 - ], - [ - -122.189344501, - 37.71802452000003 - ], - [ - -122.18934469299995, - 37.71802481000003 - ], - [ - -122.189344711, - 37.71802483600004 - ], - [ - -122.18934549899996, - 37.718026002000045 - ], - [ - -122.189345528, - 37.718026043000066 - ], - [ - -122.18934578899996, - 37.71802642500006 - ], - [ - -122.18934602899998, - 37.71802677000005 - ], - [ - -122.18934612099997, - 37.718026903000066 - ], - [ - -122.18934667499997, - 37.71802769200008 - ], - [ - -122.18934683599997, - 37.718027918000075 - ], - [ - -122.18934690199995, - 37.71802801200005 - ], - [ - -122.18934752699994, - 37.71802888600007 - ], - [ - -122.18934760699995, - 37.718028994000065 - ], - [ - -122.18934796899998, - 37.71802949200003 - ], - [ - -122.18934881499996, - 37.71803063400006 - ], - [ - -122.18934884299995, - 37.718030671000065 - ], - [ - -122.189348957, - 37.71803082300005 - ], - [ - -122.18934913699997, - 37.718031059000054 - ], - [ - -122.18934919499998, - 37.71803113800007 - ], - [ - -122.18934933499997, - 37.71803132500003 - ], - [ - -122.18934950399995, - 37.71803154300005 - ], - [ - -122.18934984799995, - 37.718031996000036 - ], - [ - -122.18934986999994, - 37.718032024000024 - ], - [ - -122.18935063199996, - 37.71803300400006 - ], - [ - -122.18935065799997, - 37.718033038000044 - ], - [ - -122.18935147099995, - 37.71803406500004 - ], - [ - -122.18935173299997, - 37.71803439300004 - ], - [ - -122.18935178299995, - 37.718034454000076 - ], - [ - -122.18935181599994, - 37.71803449600003 - ], - [ - -122.18935196099994, - 37.71803467500007 - ], - [ - -122.189352069, - 37.71803481000006 - ], - [ - -122.18935220799995, - 37.71803498000003 - ], - [ - -122.18935263199995, - 37.71803549600003 - ], - [ - -122.18935267599994, - 37.71803555100007 - ], - [ - -122.18935269699995, - 37.71803557900006 - ], - [ - -122.18935301399995, - 37.718035962000044 - ], - [ - -122.189353053, - 37.71803600900006 - ], - [ - -122.18935307499999, - 37.71803603600006 - ], - [ - -122.18935322699997, - 37.718036217000076 - ], - [ - -122.18935333299999, - 37.71803634500003 - ], - [ - -122.18935335699996, - 37.71803637200003 - ], - [ - -122.18935343499999, - 37.71803646600006 - ], - [ - -122.18935352399996, - 37.71803657300006 - ], - [ - -122.18935364699996, - 37.718036719000054 - ], - [ - -122.18935372199996, - 37.71803680800008 - ], - [ - -122.18935381999995, - 37.718036924000046 - ], - [ - -122.18935389299997, - 37.718037012000025 - ], - [ - -122.18935391499997, - 37.718037038000034 - ], - [ - -122.189353972, - 37.718037104000075 - ], - [ - -122.18935421499998, - 37.71803739000006 - ], - [ - -122.18935434199994, - 37.71803753900008 - ], - [ - -122.18935494599998, - 37.71803824300008 - ], - [ - -122.18935499099996, - 37.71803829400005 - ], - [ - -122.18935504299998, - 37.71803835600008 - ], - [ - -122.18935509399995, - 37.718038413000045 - ], - [ - -122.189355117, - 37.71803844000004 - ], - [ - -122.18935530799996, - 37.71803866000005 - ], - [ - -122.18935550299994, - 37.718038884000066 - ], - [ - -122.18935553899996, - 37.71803892300005 - ], - [ - -122.18935567999995, - 37.71803908500004 - ], - [ - -122.18935598899998, - 37.71803943300006 - ], - [ - -122.189356009, - 37.71803945500005 - ], - [ - -122.18935610499994, - 37.71803956400004 - ], - [ - -122.18935666599998, - 37.71804019500007 - ], - [ - -122.18935669099994, - 37.718040221000024 - ], - [ - -122.18935671099996, - 37.718040243000075 - ], - [ - -122.18935673399994, - 37.718040270000074 - ], - [ - -122.18935686199995, - 37.71804041200005 - ], - [ - -122.18935705899997, - 37.718040630000075 - ], - [ - -122.18935717699998, - 37.71804075800003 - ], - [ - -122.18935727299998, - 37.718040863000056 - ], - [ - -122.18935744599997, - 37.71804105600006 - ], - [ - -122.18935789699998, - 37.71804154800003 - ], - [ - -122.18935836499998, - 37.718042051000054 - ], - [ - -122.18935840799998, - 37.71804209800007 - ], - [ - -122.18935844099997, - 37.71804213200005 - ], - [ - -122.189359003, - 37.71804273400005 - ], - [ - -122.18935904099999, - 37.718042773000036 - ], - [ - -122.18935950799994, - 37.71804326700004 - ], - [ - -122.18935955899997, - 37.71804332000005 - ], - [ - -122.18935958599997, - 37.71804335000007 - ], - [ - -122.18935962599994, - 37.71804339200003 - ], - [ - -122.18935965499998, - 37.71804342200005 - ], - [ - -122.18935975199997, - 37.71804352500004 - ], - [ - -122.18935983899996, - 37.71804361200003 - ], - [ - -122.18935993799994, - 37.71804371700006 - ], - [ - -122.189360207, - 37.71804399600006 - ], - [ - -122.18936026999995, - 37.71804406000007 - ], - [ - -122.189360621, - 37.71804442300004 - ], - [ - -122.18936077499995, - 37.71804458100007 - ], - [ - -122.18936090699998, - 37.718044715000076 - ], - [ - -122.18936112999995, - 37.71804494500003 - ], - [ - -122.18936136299999, - 37.718045181000036 - ], - [ - -122.18936160399994, - 37.718045423000035 - ], - [ - -122.18936184799998, - 37.71804567100003 - ], - [ - -122.18936197699998, - 37.71804580000003 - ], - [ - -122.189362056, - 37.718045877000066 - ], - [ - -122.18936208099996, - 37.718045904000064 - ], - [ - -122.18936233099998, - 37.718046152000056 - ], - [ - -122.18936245999998, - 37.71804628000007 - ], - [ - -122.18936274899994, - 37.718046566000055 - ], - [ - -122.189363072, - 37.718046885000035 - ], - [ - -122.18936332599998, - 37.71804713200004 - ], - [ - -122.18936366799994, - 37.718047467000076 - ], - [ - -122.18936372499996, - 37.718047521000074 - ], - [ - -122.18936377299997, - 37.718047573000035 - ], - [ - -122.18936382299995, - 37.718047616000035 - ], - [ - -122.18936392699999, - 37.71804771500007 - ], - [ - -122.18936401099995, - 37.71804779800004 - ], - [ - -122.18936403999999, - 37.71804782400005 - ], - [ - -122.18936482199996, - 37.718048570000065 - ], - [ - -122.18936491899996, - 37.71804866400004 - ], - [ - -122.18936497499999, - 37.718048718000034 - ], - [ - -122.18936501699994, - 37.718048757000076 - ], - [ - -122.18936574099996, - 37.71804943400008 - ], - [ - -122.18936587999997, - 37.71804956300008 - ], - [ - -122.18936655599998, - 37.718050203000075 - ], - [ - -122.18937048599997, - 37.71805387400008 - ], - [ - -122.189374021, - 37.718057 - ], - [ - -122.18939704099995, - 37.71807735300007 - ], - [ - -122.18953505899998, - 37.71819938500005 - ], - [ - -122.18953516999994, - 37.718199484000024 - ], - [ - -122.189535509, - 37.718199784000035 - ], - [ - -122.18960818699998, - 37.71826404500007 - ], - [ - -122.18961657099999, - 37.71827145700007 - ], - [ - -122.18961787099994, - 37.71827260600003 - ], - [ - -122.18961880999996, - 37.71827343700005 - ], - [ - -122.18961971699997, - 37.71827423900004 - ], - [ - -122.18962079699998, - 37.71827519500005 - ], - [ - -122.189623069, - 37.71827720300007 - ], - [ - -122.18962448599996, - 37.718278456000064 - ], - [ - -122.18962452599999, - 37.718278490000046 - ], - [ - -122.18963115399998, - 37.71828435100008 - ], - [ - -122.18963169699998, - 37.71828482900003 - ], - [ - -122.18963196199996, - 37.71828506300005 - ], - [ - -122.18963410799995, - 37.718286962000036 - ], - [ - -122.18963417299994, - 37.71828702000005 - ], - [ - -122.189664801, - 37.718313987000045 - ], - [ - -122.18968250399996, - 37.718329753000035 - ], - [ - -122.18968255599998, - 37.71832979800007 - ], - [ - -122.18968673299997, - 37.718333492000056 - ], - [ - -122.18970500299997, - 37.718349645000046 - ], - [ - -122.18970903699994, - 37.71835321300006 - ], - [ - -122.189753366, - 37.71839240700007 - ], - [ - -122.189753586, - 37.71839260100006 - ], - [ - -122.18985775099998, - 37.71848470000003 - ], - [ - -122.18985782899995, - 37.71848476900004 - ], - [ - -122.18990595999998, - 37.718527325000025 - ], - [ - -122.19065842199996, - 37.71917066100008 - ], - [ - -122.19124104199994, - 37.71966877600005 - ], - [ - -122.19135922499999, - 37.71976981600005 - ], - [ - -122.19169446899997, - 37.72005642600004 - ], - [ - -122.193612052, - 37.72170218300005 - ], - [ - -122.19414427799995, - 37.722158946000036 - ], - [ - -122.19428262399998, - 37.722233602000074 - ], - [ - -122.19471164099997, - 37.72246510800005 - ], - [ - -122.19549781999996, - 37.72288933800007 - ], - [ - -122.196287214, - 37.72331528900003 - ], - [ - -122.19652237499997, - 37.723724477000076 - ], - [ - -122.19693089999998, - 37.72443532200003 - ], - [ - -122.19694362699994, - 37.72445746200003 - ], - [ - -122.19695984099997, - 37.724485671000025 - ], - [ - -122.19740945199999, - 37.725267958000074 - ], - [ - -122.19775959099996, - 37.725176540000064 - ], - [ - -122.19800011499996, - 37.72599935900007 - ], - [ - -122.19802545199997, - 37.726086028000054 - ], - [ - -122.19806838599999, - 37.72623290800004 - ], - [ - -122.19788425399997, - 37.72630951100007 - ], - [ - -122.19788419799994, - 37.72630953400005 - ], - [ - -122.19681084099994, - 37.72675404300003 - ], - [ - -122.19680958199996, - 37.72675260500006 - ], - [ - -122.19679883499998, - 37.72674032500004 - ], - [ - -122.19670548099998, - 37.726633711000034 - ], - [ - -122.19615827399997, - 37.72600876900003 - ], - [ - -122.19615524399995, - 37.72600995800008 - ], - [ - -122.19546848299996, - 37.726276796000036 - ], - [ - -122.19543176499997, - 37.72629668600007 - ], - [ - -122.19522179399996, - 37.72641040100007 - ], - [ - -122.19490723899997, - 37.72657532100004 - ], - [ - -122.19490697599997, - 37.72657551800006 - ], - [ - -122.19490678099999, - 37.72657566200007 - ], - [ - -122.19490632199995, - 37.72657600400004 - ], - [ - -122.19358320199996, - 37.72729732800008 - ], - [ - -122.19286219199995, - 37.72769037900008 - ], - [ - -122.19286176999998, - 37.72769060600007 - ], - [ - -122.19286174299998, - 37.72769062100008 - ], - [ - -122.19283520899995, - 37.72770494300005 - ], - [ - -122.19257777899998, - 37.727586322000036 - ], - [ - -122.19256144199994, - 37.727578795000056 - ], - [ - -122.19198533399998, - 37.72731337600004 - ], - [ - -122.19194113299994, - 37.727293012000075 - ], - [ - -122.19190541499995, - 37.72734206800004 - ], - [ - -122.19133661499995, - 37.72812423000005 - ], - [ - -122.19132750499995, - 37.72813675300006 - ], - [ - -122.19132527299996, - 37.728139819000035 - ], - [ - -122.19127730399998, - 37.72821050300007 - ], - [ - -122.19098847699996, - 37.728079190000074 - ], - [ - -122.19093977999995, - 37.728152858000044 - ], - [ - -122.19088120999999, - 37.72822726000004 - ], - [ - -122.19038880599999, - 37.72889364400004 - ], - [ - -122.19027349899994, - 37.728854332000026 - ], - [ - -122.19001068799997, - 37.72875837700008 - ], - [ - -122.18912144399997, - 37.728517615000044 - ], - [ - -122.18909036699995, - 37.72856023600008 - ], - [ - -122.189058618, - 37.728603777000046 - ], - [ - -122.18916261599998, - 37.72863142700004 - ], - [ - -122.18905909799997, - 37.72860909600007 - ], - [ - -122.18905844899996, - 37.72860895600007 - ], - [ - -122.189055543, - 37.72860833100003 - ], - [ - -122.18864237199995, - 37.728519203000076 - ], - [ - -122.18861237299996, - 37.72851273100008 - ], - [ - -122.18848297099998, - 37.72847679100005 - ], - [ - -122.18831716199998, - 37.728441435000036 - ], - [ - -122.18826879199997, - 37.728431122000075 - ], - [ - -122.18813873199997, - 37.72835931800006 - ], - [ - -122.18799053799995, - 37.72827750500005 - ], - [ - -122.18784211299999, - 37.72819556400003 - ], - [ - -122.18772787899997, - 37.72813250100006 - ], - [ - -122.18745498699997, - 37.72798184900006 - ], - [ - -122.18745249099999, - 37.72798047200007 - ], - [ - -122.18708858399998, - 37.72788085700006 - ], - [ - -122.18689535299995, - 37.72782796200005 - ], - [ - -122.18689264999995, - 37.72782648400005 - ], - [ - -122.18679532099998, - 37.727773297000056 - ], - [ - -122.18646732499997, - 37.72759403300006 - ], - [ - -122.18632794799998, - 37.727444681000065 - ], - [ - -122.18621056699999, - 37.72731889500005 - ], - [ - -122.18573528299999, - 37.72680956900007 - ], - [ - -122.18563545899997, - 37.72677804500006 - ], - [ - -122.18550760099998, - 37.72673766200006 - ], - [ - -122.18546914499996, - 37.726725516000045 - ], - [ - -122.18545208499995, - 37.72672012800007 - ], - [ - -122.18540208299999, - 37.72670430800008 - ], - [ - -122.18525712399997, - 37.72665855300005 - ], - [ - -122.185245555, - 37.726654902000064 - ], - [ - -122.18524414599995, - 37.72665381400003 - ], - [ - -122.18510861799996, - 37.72654907300006 - ], - [ - -122.18506963899995, - 37.726518948000034 - ], - [ - -122.18499417399994, - 37.72646062700005 - ], - [ - -122.18497474799995, - 37.726445615000046 - ], - [ - -122.18471830299995, - 37.72624742800008 - ], - [ - -122.18471573699998, - 37.726245445000075 - ], - [ - -122.18470049799998, - 37.72623366300007 - ], - [ - -122.18460772599997, - 37.72619375800008 - ], - [ - -122.18429383999995, - 37.726058746000035 - ], - [ - -122.18420166099997, - 37.726006245000065 - ], - [ - -122.18420101299995, - 37.72600565100004 - ], - [ - -122.18415904699998, - 37.725967224000044 - ], - [ - -122.18414246199995, - 37.72595246800006 - ], - [ - -122.184142281, - 37.725952309000036 - ], - [ - -122.18411434299998, - 37.72592745400004 - ], - [ - -122.18405295899998, - 37.72587284100007 - ], - [ - -122.18402535299998, - 37.72584753900003 - ], - [ - -122.18384487099996, - 37.725682154000026 - ], - [ - -122.18383377899994, - 37.72567911700003 - ], - [ - -122.18377139499995, - 37.72566203500003 - ], - [ - -122.18370767199997, - 37.72564458700003 - ], - [ - -122.18362273599996, - 37.72562133300005 - ], - [ - -122.18361961199997, - 37.72562047800005 - ], - [ - -122.18357501899999, - 37.72561158700006 - ], - [ - -122.18344100599995, - 37.72558487200007 - ], - [ - -122.18330501899999, - 37.72555776300004 - ], - [ - -122.18330472999997, - 37.72555770500003 - ], - [ - -122.18310862199996, - 37.72551860900006 - ], - [ - -122.183108173, - 37.72551852000004 - ], - [ - -122.18310813199997, - 37.725518511000075 - ], - [ - -122.18310798299996, - 37.72551848200004 - ], - [ - -122.18310705799996, - 37.725518297000065 - ], - [ - -122.18310699099999, - 37.72551828400003 - ], - [ - -122.18310435399997, - 37.72551775800008 - ], - [ - -122.18297014499996, - 37.72549100200007 - ], - [ - -122.18271797799997, - 37.72544073100005 - ], - [ - -122.18270393899996, - 37.725437932000034 - ], - [ - -122.18267064099996, - 37.72543129400003 - ], - [ - -122.18267036999998, - 37.725431240000034 - ], - [ - -122.18266985799994, - 37.725431137000044 - ], - [ - -122.18266027699997, - 37.72542922800005 - ], - [ - -122.18260339399995, - 37.725411121000036 - ], - [ - -122.18255053699994, - 37.72539429500006 - ], - [ - -122.18249658499997, - 37.72538535000007 - ], - [ - -122.18249, - 37.725384258000076 - ], - [ - -122.18247198699999, - 37.725381037000034 - ], - [ - -122.18240228499997, - 37.72536857600005 - ], - [ - -122.18240221299999, - 37.72536857600005 - ], - [ - -122.182089798, - 37.72536193800005 - ], - [ - -122.182072286, - 37.72536156500007 - ], - [ - -122.182063928, - 37.72536229200006 - ], - [ - -122.18206381599998, - 37.725362302000065 - ], - [ - -122.18198938599994, - 37.72536874800005 - ], - [ - -122.18191414299997, - 37.72537686800007 - ], - [ - -122.18165852499999, - 37.725404456000035 - ], - [ - -122.18141731799994, - 37.725430491000054 - ], - [ - -122.18133795499995, - 37.72543905600003 - ], - [ - -122.18118223599998, - 37.72545586100006 - ], - [ - -122.18095741199994, - 37.72555201200004 - ], - [ - -122.18070256699997, - 37.72566099900007 - ], - [ - -122.18070223399997, - 37.725661141000046 - ], - [ - -122.18058466699995, - 37.725711423000064 - ], - [ - -122.18051959, - 37.725739254000075 - ], - [ - -122.18048579499998, - 37.72574074900007 - ], - [ - -122.180314824, - 37.72574831000003 - ], - [ - -122.18030502199997, - 37.72574874400004 - ], - [ - -122.17999754999994, - 37.72571755400003 - ], - [ - -122.17942956, - 37.72538058500004 - ], - [ - -122.17939719199995, - 37.72525420100004 - ], - [ - -122.17915070799995, - 37.72519075300005 - ], - [ - -122.17885108999997, - 37.72522749900003 - ], - [ - -122.17858138699995, - 37.72527959800004 - ], - [ - -122.17841472499998, - 37.72530973600004 - ], - [ - -122.17841147699994, - 37.725310325000066 - ], - [ - -122.17840822899996, - 37.725310911000065 - ], - [ - -122.178242491, - 37.72534088300006 - ], - [ - -122.17806844699999, - 37.72536785900007 - ], - [ - -122.17796450099996, - 37.72538397200003 - ], - [ - -122.17789810499994, - 37.725394264000045 - ], - [ - -122.17778600199995, - 37.72537657300006 - ], - [ - -122.17772522299998, - 37.725366981000036 - ], - [ - -122.17762952799995, - 37.72535188300003 - ], - [ - -122.17754707499995, - 37.725338872000066 - ], - [ - -122.17737085599998, - 37.72532682100007 - ], - [ - -122.177261908, - 37.725319529000046 - ], - [ - -122.17704391599995, - 37.725304745000074 - ], - [ - -122.17704338799996, - 37.725304709000056 - ], - [ - -122.17702084899997, - 37.725303179000036 - ], - [ - -122.17698464899996, - 37.72530072300003 - ], - [ - -122.17692942999997, - 37.72529697700003 - ], - [ - -122.17692539399997, - 37.725296703000026 - ], - [ - -122.17686934199997, - 37.725292900000056 - ], - [ - -122.17685931699998, - 37.725292215000024 - ], - [ - -122.176859101, - 37.72529220000007 - ], - [ - -122.17676133599997, - 37.72528551100004 - ], - [ - -122.17676130099994, - 37.72528550900006 - ], - [ - -122.17669524499996, - 37.72528084100003 - ], - [ - -122.17669519499998, - 37.72528083700007 - ], - [ - -122.17669226499999, - 37.72528063000004 - ], - [ - -122.17662814099998, - 37.72527604000004 - ], - [ - -122.17656401799997, - 37.725271451000026 - ], - [ - -122.17651318399999, - 37.72526781200003 - ], - [ - -122.17651215999996, - 37.72526773900006 - ], - [ - -122.17636144099998, - 37.72525687500007 - ], - [ - -122.17633305499999, - 37.72525580700005 - ], - [ - -122.17615120099998, - 37.725248470000054 - ], - [ - -122.17615050399996, - 37.725248441000076 - ], - [ - -122.17604189199994, - 37.725244031000045 - ], - [ - -122.17600512799999, - 37.72524256200006 - ], - [ - -122.17600486099997, - 37.725242551000065 - ], - [ - -122.17596140399996, - 37.725240814000074 - ], - [ - -122.17588160499997, - 37.725237624000044 - ], - [ - -122.17588071999995, - 37.72523758500006 - ], - [ - -122.17587983499999, - 37.72523754800005 - ], - [ - -122.17586836399994, - 37.725237056000026 - ], - [ - -122.17581672499995, - 37.72523604500003 - ], - [ - -122.17569726399995, - 37.72525927300006 - ], - [ - -122.17569665399998, - 37.725259392000055 - ], - [ - -122.17566505899998, - 37.72526583200005 - ], - [ - -122.17559906599996, - 37.72527927900006 - ], - [ - -122.17557050999994, - 37.72528509800003 - ], - [ - -122.17555242399999, - 37.72528878500003 - ], - [ - -122.17545841799995, - 37.725307943000075 - ], - [ - -122.17545819299994, - 37.725307988000054 - ], - [ - -122.17545757599999, - 37.72530811400003 - ], - [ - -122.17538764899996, - 37.725364583000044 - ], - [ - -122.17537278599997, - 37.72537658300007 - ], - [ - -122.17535713899997, - 37.72538921900008 - ], - [ - -122.175350112, - 37.725400913000044 - ], - [ - -122.175349816, - 37.72540140700005 - ], - [ - -122.17533394299994, - 37.72542782000005 - ], - [ - -122.17527806799995, - 37.72552083700003 - ], - [ - -122.17525235, - 37.72556365100007 - ], - [ - -122.17521864399998, - 37.72561971700003 - ], - [ - -122.17520472499996, - 37.72564287000006 - ], - [ - -122.17518883799994, - 37.72566931700004 - ], - [ - -122.17517945499998, - 37.72568493500006 - ], - [ - -122.17513102299995, - 37.72576552900006 - ], - [ - -122.17510246899997, - 37.72581304800008 - ], - [ - -122.17509275599997, - 37.72582921500003 - ], - [ - -122.17505549599997, - 37.72589149500004 - ], - [ - -122.17502688099995, - 37.72593885300006 - ], - [ - -122.17500058599995, - 37.72596685600007 - ], - [ - -122.17496414099998, - 37.72600588700004 - ], - [ - -122.17488926799996, - 37.726085401000034 - ], - [ - -122.17486793399996, - 37.72610812100004 - ], - [ - -122.174860089, - 37.72611647400004 - ], - [ - -122.17477771799997, - 37.72620420100003 - ], - [ - -122.17475707199998, - 37.72622619100008 - ], - [ - -122.17466679599994, - 37.72632233000007 - ], - [ - -122.17465381999995, - 37.72633614600005 - ], - [ - -122.17455044899998, - 37.72644629700005 - ], - [ - -122.17453877899999, - 37.72645866800008 - ], - [ - -122.17444209899998, - 37.72656162700008 - ], - [ - -122.17444181899998, - 37.726561927000034 - ], - [ - -122.17444168399999, - 37.72656206700003 - ], - [ - -122.17444163299996, - 37.726562123000065 - ], - [ - -122.17444132299994, - 37.72656245200005 - ], - [ - -122.17439247199997, - 37.72661447400003 - ], - [ - -122.17438010399997, - 37.72662764700004 - ], - [ - -122.17436465199995, - 37.726643918000036 - ], - [ - -122.17435396899998, - 37.72665510400003 - ], - [ - -122.17427351799995, - 37.726669163000054 - ], - [ - -122.17415852099998, - 37.726689253000075 - ], - [ - -122.17409617799996, - 37.72670014500005 - ], - [ - -122.17409166799996, - 37.726700934000064 - ], - [ - -122.174087236, - 37.726701709000054 - ], - [ - -122.17390146699995, - 37.72673416500004 - ], - [ - -122.173847019, - 37.72674367900004 - ], - [ - -122.17378462299996, - 37.72674498400005 - ], - [ - -122.17365924999996, - 37.72674755600008 - ], - [ - -122.17359534599996, - 37.726748875000055 - ], - [ - -122.17359454299998, - 37.726748892000046 - ], - [ - -122.17356993299995, - 37.72674939900003 - ], - [ - -122.17348163399998, - 37.72675121800006 - ], - [ - -122.17340451899997, - 37.72675280800007 - ], - [ - -122.17332464299994, - 37.72675445600004 - ], - [ - -122.17332350899994, - 37.72675448000007 - ], - [ - -122.17317815399997, - 37.726757478000025 - ], - [ - -122.17313496799994, - 37.72675832500005 - ], - [ - -122.17300413099997, - 37.72676106800003 - ], - [ - -122.17286600499995, - 37.72678954600008 - ], - [ - -122.17279631099996, - 37.72680390200003 - ], - [ - -122.17271606499997, - 37.72682046400007 - ], - [ - -122.17261839199995, - 37.72693831400005 - ], - [ - -122.17261250499996, - 37.72694541800007 - ], - [ - -122.17259448399994, - 37.72696677500005 - ], - [ - -122.17256768599998, - 37.72699894400006 - ], - [ - -122.17247674999999, - 37.727105719000065 - ], - [ - -122.17247633199997, - 37.727106210000045 - ], - [ - -122.17236971499995, - 37.72723140100004 - ], - [ - -122.172272879, - 37.72734510300006 - ], - [ - -122.172175612, - 37.72745931900005 - ], - [ - -122.17207903199994, - 37.72757272400003 - ], - [ - -122.17201277599997, - 37.72765051700003 - ], - [ - -122.17200406499995, - 37.72765708400004 - ], - [ - -122.17185365299997, - 37.72777044800006 - ], - [ - -122.17172828199995, - 37.72786494500008 - ], - [ - -122.17167685099997, - 37.72790370900003 - ], - [ - -122.17157287999999, - 37.72793404000004 - ], - [ - -122.17140103799994, - 37.727984175000074 - ], - [ - -122.17137063799998, - 37.72799304500006 - ], - [ - -122.171306873, - 37.72801164400005 - ], - [ - -122.17086173499996, - 37.72790820200004 - ], - [ - -122.17083177399996, - 37.72779664500007 - ], - [ - -122.17063126, - 37.727703363000046 - ], - [ - -122.17066278699997, - 37.72782631500007 - ], - [ - -122.17032656799995, - 37.72773797700006 - ], - [ - -122.17059847799999, - 37.72797581300006 - ], - [ - -122.17059889299998, - 37.72797617600003 - ], - [ - -122.170933892, - 37.72826848200003 - ], - [ - -122.17119842499994, - 37.72849929000006 - ], - [ - -122.17121251199995, - 37.72851145300007 - ], - [ - -122.17143773199996, - 37.72870385200008 - ], - [ - -122.171554013, - 37.728805471000044 - ], - [ - -122.17167029599995, - 37.728907089000074 - ], - [ - -122.17178657999995, - 37.72900870800004 - ], - [ - -122.17190286599998, - 37.72911032700006 - ], - [ - -122.17201915199996, - 37.72921194500003 - ], - [ - -122.17213543599996, - 37.72931356400005 - ], - [ - -122.17225171999996, - 37.729415180000046 - ], - [ - -122.17236800899997, - 37.72951679600004 - ], - [ - -122.17248429499995, - 37.72961841500006 - ], - [ - -122.17259897199995, - 37.72971862700007 - ], - [ - -122.17271525799998, - 37.72982024500004 - ], - [ - -122.17283154499995, - 37.72992186100004 - ], - [ - -122.17294783099999, - 37.73002347400006 - ], - [ - -122.17306412, - 37.73012509100005 - ], - [ - -122.17318040199996, - 37.73022670800003 - ], - [ - -122.17329669299994, - 37.73032832100006 - ], - [ - -122.17341298599996, - 37.73042993800004 - ], - [ - -122.17352927299999, - 37.73053155400004 - ], - [ - -122.173627249, - 37.73061717100006 - ], - [ - -122.17362765799999, - 37.73061752900003 - ], - [ - -122.17362806699998, - 37.73061788700005 - ], - [ - -122.17364556299998, - 37.73063317100008 - ], - [ - -122.17376185399996, - 37.73073479400006 - ], - [ - -122.17380216999999, - 37.73077002100007 - ], - [ - -122.17380224299995, - 37.730770086000064 - ], - [ - -122.17383101999997, - 37.73079523400003 - ], - [ - -122.17387757199998, - 37.73083591300008 - ], - [ - -122.17387775399999, - 37.730836071000056 - ], - [ - -122.17387814199998, - 37.73083641000005 - ], - [ - -122.17391479599996, - 37.73086843900006 - ], - [ - -122.17399443399995, - 37.730938027000036 - ], - [ - -122.17411072699997, - 37.73103964300003 - ], - [ - -122.17412805599997, - 37.73105478200006 - ], - [ - -122.17420615199995, - 37.731122914000025 - ], - [ - -122.174237657, - 37.731151717000046 - ], - [ - -122.17423780499996, - 37.73115185200004 - ], - [ - -122.17386230199997, - 37.73123349800005 - ], - [ - -122.17386826699999, - 37.73123870400008 - ], - [ - -122.17386837799995, - 37.731238802000064 - ], - [ - -122.17386843499997, - 37.73123885000007 - ], - [ - -122.17359612599995, - 37.731290312000056 - ], - [ - -122.17346644599996, - 37.73131482300005 - ], - [ - -122.17333681799994, - 37.73133932800005 - ], - [ - -122.173242561, - 37.73135714400007 - ], - [ - -122.17314832799997, - 37.73137495200007 - ], - [ - -122.17301880099996, - 37.73139943900003 - ], - [ - -122.17288931399997, - 37.73142391400006 - ], - [ - -122.17279516399998, - 37.731441707000045 - ], - [ - -122.17270104399995, - 37.73145949700006 - ], - [ - -122.17262137699998, - 37.731474555000034 - ], - [ - -122.17260391399998, - 37.73147785400005 - ], - [ - -122.17257166899998, - 37.73148395100003 - ], - [ - -122.17244233399998, - 37.731508398000074 - ], - [ - -122.17234829299997, - 37.73152617200003 - ], - [ - -122.17225427899996, - 37.73154394200003 - ], - [ - -122.17219489899998, - 37.73155516500003 - ], - [ - -122.17212504599996, - 37.73156836700008 - ], - [ - -122.17199585499998, - 37.73159278500003 - ], - [ - -122.17190192599998, - 37.73161053900003 - ], - [ - -122.17177281, - 37.731634943000074 - ], - [ - -122.17164374699996, - 37.73165933800004 - ], - [ - -122.171410676, - 37.731703528000025 - ], - [ - -122.17130584699999, - 37.73172326500003 - ], - [ - -122.17122756299995, - 37.73173799800003 - ], - [ - -122.17107882299996, - 37.73176611700006 - ], - [ - -122.17087358199996, - 37.73180490200008 - ], - [ - -122.17085259199996, - 37.731808863000026 - ], - [ - -122.17077174099995, - 37.73182414200005 - ], - [ - -122.17075378099997, - 37.731827536000026 - ], - [ - -122.17073990899996, - 37.731830159000026 - ], - [ - -122.17060261299997, - 37.731856109000034 - ], - [ - -122.17051012799999, - 37.73187359000008 - ], - [ - -122.17051004199999, - 37.73187360600008 - ], - [ - -122.17051000599997, - 37.73187362300007 - ], - [ - -122.17050876399998, - 37.731874205000054 - ], - [ - -122.17050755699995, - 37.73187477400006 - ], - [ - -122.17049678599994, - 37.731879839000044 - ], - [ - -122.17047123299994, - 37.731891516000076 - ], - [ - -122.17046903199997, - 37.73189255400007 - ], - [ - -122.17025999299995, - 37.73199121700003 - ], - [ - -122.17025995499995, - 37.731991236000056 - ], - [ - -122.17025982699994, - 37.73199129500006 - ], - [ - -122.17018009599997, - 37.73202879200005 - ], - [ - -122.17006088899996, - 37.732084858000064 - ], - [ - -122.17006085299994, - 37.732084874000066 - ], - [ - -122.16993604499999, - 37.73214357300003 - ], - [ - -122.16981305399997, - 37.73220142400004 - ], - [ - -122.16981277999997, - 37.73220155400003 - ], - [ - -122.16976646799998, - 37.73222333500007 - ], - [ - -122.16976261599996, - 37.732225147000065 - ], - [ - -122.16980386899996, - 37.73228858600004 - ], - [ - -122.16985111899999, - 37.73236124400006 - ], - [ - -122.16990310499995, - 37.73244118300005 - ], - [ - -122.16990331399995, - 37.73244150600004 - ], - [ - -122.169922811, - 37.732471489000034 - ], - [ - -122.16996224499997, - 37.73253212900005 - ], - [ - -122.16998982299998, - 37.73257505500004 - ], - [ - -122.17000221999996, - 37.73259359300005 - ], - [ - -122.17003601599998, - 37.73264555800006 - ], - [ - -122.17008170099996, - 37.73271579800007 - ], - [ - -122.17008181299997, - 37.73271597400003 - ], - [ - -122.170100919, - 37.73274578100006 - ], - [ - -122.17012085799996, - 37.73277601500007 - ], - [ - -122.17018037599996, - 37.73286773900003 - ], - [ - -122.17020033299997, - 37.73289822400005 - ], - [ - -122.17020149299998, - 37.732900003000054 - ], - [ - -122.17025963599997, - 37.73298978100007 - ], - [ - -122.17027933099996, - 37.73301969900007 - ], - [ - -122.17033907499996, - 37.73311174400004 - ], - [ - -122.17033910099997, - 37.73311178500006 - ], - [ - -122.17040013699994, - 37.73320545800004 - ], - [ - -122.17040047699999, - 37.73320597700007 - ], - [ - -122.17041841399998, - 37.73323375900003 - ], - [ - -122.17044708999998, - 37.733277661000045 - ], - [ - -122.17045972499994, - 37.73329708600005 - ], - [ - -122.17049785899997, - 37.733355722000056 - ], - [ - -122.17051931299994, - 37.73338870900005 - ], - [ - -122.17056886899996, - 37.733464912000045 - ], - [ - -122.17057717199998, - 37.73347773900008 - ], - [ - -122.17059092199997, - 37.73349886700004 - ], - [ - -122.17059214999995, - 37.73350075600007 - ], - [ - -122.17060320299998, - 37.73351774100007 - ], - [ - -122.17061012799996, - 37.73352838200003 - ], - [ - -122.17063818499997, - 37.73357149700007 - ], - [ - -122.17065638599996, - 37.73359979600008 - ], - [ - -122.17071791199999, - 37.733694084000035 - ], - [ - -122.17071793599996, - 37.73369412200003 - ], - [ - -122.17073589499995, - 37.73372173900003 - ], - [ - -122.17079062399995, - 37.73380589300007 - ], - [ - -122.17081523599995, - 37.733843739000065 - ], - [ - -122.17086534599997, - 37.73392079000007 - ], - [ - -122.17086995799997, - 37.73392788000007 - ], - [ - -122.17089458299995, - 37.733965744000045 - ], - [ - -122.17092764499995, - 37.73401658000006 - ], - [ - -122.170956989, - 37.73406169800006 - ], - [ - -122.17097392399995, - 37.73408775200005 - ], - [ - -122.17101643299998, - 37.734153098000036 - ], - [ - -122.17101657099994, - 37.734153313000036 - ], - [ - -122.17104354499997, - 37.73419478000005 - ], - [ - -122.17104359299998, - 37.73419485900007 - ], - [ - -122.17105307199995, - 37.73420983700004 - ], - [ - -122.171074, - 37.734241532000055 - ], - [ - -122.17107855899997, - 37.73424843400005 - ], - [ - -122.17111595399996, - 37.73430573200005 - ], - [ - -122.171120611, - 37.734313103000034 - ], - [ - -122.17113243999995, - 37.73433182800005 - ], - [ - -122.17117535799997, - 37.73439746400004 - ], - [ - -122.17117541599998, - 37.734397552000075 - ], - [ - -122.171211847, - 37.73445380800007 - ], - [ - -122.17123469799998, - 37.73448870900006 - ], - [ - -122.17127259399996, - 37.734546969000064 - ], - [ - -122.17127363699996, - 37.734548576000066 - ], - [ - -122.171273768, - 37.73454877700004 - ], - [ - -122.17127454899997, - 37.73454998200003 - ], - [ - -122.17128735799997, - 37.734569932000056 - ], - [ - -122.17129114799997, - 37.734575833000065 - ], - [ - -122.17133398799996, - 37.73464137700006 - ], - [ - -122.17135846699995, - 37.73467901600003 - ], - [ - -122.17139772399997, - 37.734739379000075 - ], - [ - -122.17139779499996, - 37.73473948800006 - ], - [ - -122.171418368, - 37.73477165200006 - ], - [ - -122.17147287499995, - 37.73485493100003 - ], - [ - -122.17151251099995, - 37.73491587600006 - ], - [ - -122.17152982799996, - 37.734942498000066 - ], - [ - -122.17156897999996, - 37.73500269400006 - ], - [ - -122.17152873999999, - 37.735021575000076 - ], - [ - -122.17148770499995, - 37.73504083200004 - ], - [ - -122.17141687199995, - 37.73507407400007 - ], - [ - -122.17130541799997, - 37.73512638200003 - ], - [ - -122.171182553, - 37.73518403400004 - ], - [ - -122.17115666899997, - 37.73519618900008 - ], - [ - -122.17108225399994, - 37.735231113000054 - ], - [ - -122.17096803499999, - 37.73528470300005 - ], - [ - -122.17093318299999, - 37.73530107000005 - ], - [ - -122.17079833799994, - 37.73536433900006 - ], - [ - -122.17078527599995, - 37.735370482000064 - ], - [ - -122.17078461399996, - 37.735370792000026 - ], - [ - -122.17077225999998, - 37.735376589000055 - ], - [ - -122.17062863099994, - 37.735443977000045 - ], - [ - -122.17058823099995, - 37.735462950000056 - ], - [ - -122.17057886699996, - 37.73546734800004 - ], - [ - -122.17045893, - 37.73552360800005 - ], - [ - -122.17041222599994, - 37.735545546000026 - ], - [ - -122.17030051699999, - 37.73559797000007 - ], - [ - -122.17028923099997, - 37.73560324300007 - ], - [ - -122.17020030299994, - 37.735644997000065 - ], - [ - -122.17018889699995, - 37.73565035200005 - ], - [ - -122.17011952799999, - 37.73568288000007 - ], - [ - -122.17004, - 37.73572022600007 - ], - [ - -122.16994841899998, - 37.735763173000066 - ], - [ - -122.16989678299996, - 37.73578743400003 - ], - [ - -122.16989123199994, - 37.735790044000055 - ], - [ - -122.16988963499995, - 37.735790791000056 - ], - [ - -122.16977871699999, - 37.735842811000055 - ], - [ - -122.16974215799996, - 37.735860004000074 - ], - [ - -122.16966781499997, - 37.735894888000075 - ], - [ - -122.16960900499998, - 37.735922447000064 - ], - [ - -122.16955174399999, - 37.73594935400007 - ], - [ - -122.16943678799998, - 37.736003260000075 - ], - [ - -122.16938378999998, - 37.73602816700003 - ], - [ - -122.16926708999995, - 37.73608289200007 - ], - [ - -122.16921697299995, - 37.73610645200006 - ], - [ - -122.16910540299995, - 37.73615881000006 - ], - [ - -122.16909693199995, - 37.73616273400006 - ], - [ - -122.16899377899995, - 37.73621118800003 - ], - [ - -122.16892678399995, - 37.73624257700004 - ], - [ - -122.16884852299995, - 37.736279352000054 - ], - [ - -122.16884491899998, - 37.736281045000055 - ], - [ - -122.16875612799998, - 37.73632265900005 - ], - [ - -122.16869767299994, - 37.73635014300004 - ], - [ - -122.16869577099999, - 37.73635103600003 - ], - [ - -122.16858502399998, - 37.73640295600006 - ], - [ - -122.16847259699995, - 37.73645576000007 - ], - [ - -122.16841390899998, - 37.73648324000004 - ], - [ - -122.16836078399996, - 37.73650823100007 - ], - [ - -122.168249748, - 37.73656033200007 - ], - [ - -122.168248603, - 37.736560860000054 - ], - [ - -122.16824843999996, - 37.73656093500006 - ], - [ - -122.16824627499994, - 37.73656193100004 - ], - [ - -122.16824279999997, - 37.73656352900008 - ], - [ - -122.16818847999997, - 37.736589070000036 - ], - [ - -122.16817501499997, - 37.736595402000034 - ], - [ - -122.16807168699995, - 37.736643823000065 - ], - [ - -122.16806328999996, - 37.73664783100003 - ], - [ - -122.16795194999997, - 37.73670007700008 - ], - [ - -122.16795124499998, - 37.73670040800005 - ], - [ - -122.167900584, - 37.73672411200005 - ], - [ - -122.16782644399996, - 37.73675897100003 - ], - [ - -122.16772946799995, - 37.736804403000065 - ], - [ - -122.16772247699998, - 37.736807757000065 - ], - [ - -122.16768424799994, - 37.73682569600004 - ], - [ - -122.167684055, - 37.736825786000054 - ], - [ - -122.16761425499999, - 37.73685854000007 - ], - [ - -122.16761312099999, - 37.736859071000026 - ], - [ - -122.16755835999999, - 37.73688469100006 - ], - [ - -122.16750099199999, - 37.73691168500005 - ], - [ - -122.16738725, - 37.73696498000004 - ], - [ - -122.16728489399998, - 37.73701308600005 - ], - [ - -122.16728444799998, - 37.737013295000054 - ], - [ - -122.16721614, - 37.73704526400007 - ], - [ - -122.16716521899997, - 37.73706924600003 - ], - [ - -122.16716482299995, - 37.73706942900003 - ], - [ - -122.16704503799997, - 37.73712556700008 - ], - [ - -122.16692694999995, - 37.73718104900007 - ], - [ - -122.16687391599999, - 37.73720584500006 - ], - [ - -122.16680810499997, - 37.73723681200005 - ], - [ - -122.16670280899996, - 37.73728612800005 - ], - [ - -122.16668884699999, - 37.73729277000007 - ], - [ - -122.16653168799996, - 37.73736642100005 - ], - [ - -122.16650284599996, - 37.73738004900008 - ], - [ - -122.16640956899994, - 37.73742381400007 - ], - [ - -122.16636057899996, - 37.737446703000046 - ], - [ - -122.16631697099996, - 37.73746726200005 - ], - [ - -122.16617449499995, - 37.737534018000076 - ], - [ - -122.166093419, - 37.73757216400003 - ], - [ - -122.16609051999995, - 37.73757352300004 - ], - [ - -122.16597751599994, - 37.73762651000004 - ], - [ - -122.16579651, - 37.73771138300003 - ], - [ - -122.16562478199995, - 37.73776999200004 - ], - [ - -122.16553385599997, - 37.737669958000026 - ], - [ - -122.16542326899997, - 37.737519759000065 - ], - [ - -122.16513647499994, - 37.73713441900003 - ], - [ - -122.16471062099998, - 37.736562228000025 - ], - [ - -122.16422683099995, - 37.735911249000026 - ], - [ - -122.16422340399998, - 37.73591267200004 - ], - [ - -122.16288855299996, - 37.73653244700006 - ], - [ - -122.16285558299995, - 37.736547752000035 - ], - [ - -122.16284750099999, - 37.736551501000065 - ], - [ - -122.16233767199998, - 37.73678786800008 - ], - [ - -122.16192648499998, - 37.736979258000076 - ], - [ - -122.16096975699998, - 37.737426053000036 - ], - [ - -122.16083098499996, - 37.73747912300007 - ], - [ - -122.160830864, - 37.73747917000003 - ], - [ - -122.16048906599997, - 37.73758424600004 - ], - [ - -122.16007647599997, - 37.73769443800006 - ], - [ - -122.15856228099994, - 37.73811507500005 - ], - [ - -122.15702576999996, - 37.73854390300005 - ], - [ - -122.15641556699995, - 37.738713252000025 - ], - [ - -122.15608301699996, - 37.73880554400006 - ], - [ - -122.15508011799994, - 37.73908386700003 - ], - [ - -122.15339590599996, - 37.73956073000005 - ], - [ - -122.15197585399994, - 37.739940819000026 - ], - [ - -122.15114408999995, - 37.74017839900006 - ], - [ - -122.15021592099998, - 37.74043620900005 - ], - [ - -122.14910766999998, - 37.74076114400003 - ], - [ - -122.14872215999998, - 37.74087417100003 - ], - [ - -122.14839223799999, - 37.74094345100008 - ], - [ - -122.14837729799996, - 37.74094762300007 - ], - [ - -122.148134632, - 37.74101538300005 - ], - [ - -122.14789576599998, - 37.74108208000007 - ], - [ - -122.14782749999995, - 37.74110114100006 - ], - [ - -122.14767766399996, - 37.74114298000006 - ], - [ - -122.14766604, - 37.74114622600007 - ], - [ - -122.14759663499996, - 37.74117500700004 - ], - [ - -122.14754207899995, - 37.74121044900005 - ], - [ - -122.14751064399996, - 37.74123372200006 - ], - [ - -122.14748761099997, - 37.741252761000055 - ], - [ - -122.14746944099994, - 37.741268442000035 - ], - [ - -122.14745627699995, - 37.741279801000076 - ], - [ - -122.14741555699999, - 37.74132204400007 - ], - [ - -122.14733553199994, - 37.741411104000065 - ], - [ - -122.14731122099994, - 37.741438404000064 - ], - [ - -122.14728103699997, - 37.74147229600004 - ], - [ - -122.14725591899997, - 37.74150142700006 - ], - [ - -122.14723464899998, - 37.741526933000046 - ], - [ - -122.14720401299996, - 37.74156367200004 - ], - [ - -122.14714718199997, - 37.74163245700004 - ], - [ - -122.14708645899998, - 37.741708336000045 - ], - [ - -122.14707816099997, - 37.74171874600006 - ], - [ - -122.147075686, - 37.74172217900008 - ], - [ - -122.14704965099997, - 37.74175895900004 - ], - [ - -122.14703716899999, - 37.741776594000044 - ], - [ - -122.14701746799994, - 37.741804426000044 - ], - [ - -122.14701459099996, - 37.741808493000065 - ], - [ - -122.14700395699998, - 37.74182274800006 - ], - [ - -122.14699705099997, - 37.74183200600004 - ], - [ - -122.14699229999997, - 37.741838374000054 - ], - [ - -122.14697745499996, - 37.74185827500003 - ], - [ - -122.14696606799998, - 37.74187353900004 - ], - [ - -122.14696403099998, - 37.74187627200007 - ], - [ - -122.146953887, - 37.74188986900003 - ], - [ - -122.14695361799994, - 37.74189023500003 - ], - [ - -122.1469165399999, - 37.74194092700003 - ], - [ - -122.146912451, - 37.741946505000044 - ], - [ - -122.14685454699998, - 37.74202658200005 - ], - [ - -122.14668485299995, - 37.74225144300004 - ], - [ - -122.14659911799998, - 37.74236285500007 - ], - [ - -122.14651165499998, - 37.742473232000066 - ], - [ - -122.14651163099995, - 37.74247326300008 - ], - [ - -122.14605110999997, - 37.742763989000025 - ], - [ - -122.145830193, - 37.74255042100003 - ], - [ - -122.14568313199999, - 37.742391790000056 - ], - [ - -122.14561215799995, - 37.742310720000035 - ], - [ - -122.14548243299998, - 37.742153906000055 - ], - [ - -122.14536494799995, - 37.74200310100008 - ], - [ - -122.14519555399994, - 37.74177301800006 - ], - [ - -122.14486496399996, - 37.74133838200004 - ], - [ - -122.14467934699996, - 37.74109080300008 - ], - [ - -122.14460029199995, - 37.740985359000035 - ], - [ - -122.14447423899998, - 37.74081722500006 - ], - [ - -122.14436121699998, - 37.74066647200004 - ], - [ - -122.14430120199995, - 37.740591394000035 - ], - [ - -122.14421050099998, - 37.74047792700003 - ], - [ - -122.14408091299998, - 37.74032694500005 - ], - [ - -122.14398164199997, - 37.74021743000003 - ], - [ - -122.14380639499996, - 37.740035154000054 - ], - [ - -122.14365985399996, - 37.739895485000034 - ], - [ - -122.14365976299996, - 37.739895397000055 - ], - [ - -122.14358210699999, - 37.73982641600003 - ], - [ - -122.14347780199995, - 37.73973376200007 - ], - [ - -122.14343219499995, - 37.73969324900003 - ], - [ - -122.14327367199996, - 37.739563273000044 - ], - [ - -122.14300266199996, - 37.73934933600003 - ], - [ - -122.14254509399996, - 37.73898812600004 - ], - [ - -122.14222027799997, - 37.738731708000046 - ], - [ - -122.14208512, - 37.73862500800004 - ], - [ - -122.14176675099998, - 37.73836195900003 - ], - [ - -122.14160806099994, - 37.73822408600006 - ], - [ - -122.14142975399994, - 37.73805935900003 - ], - [ - -122.14135020299994, - 37.73798115400007 - ], - [ - -122.14127930499996, - 37.737903172000074 - ], - [ - -122.14112134599998, - 37.73771996500005 - ], - [ - -122.14094869999997, - 37.737498165000034 - ], - [ - -122.14086769199997, - 37.73738634600005 - ], - [ - -122.14080216099995, - 37.737283895000076 - ], - [ - -122.14066625699996, - 37.737061469000025 - ], - [ - -122.14066565199994, - 37.73706047100006 - ], - [ - -122.14064227799997, - 37.73702192600007 - ], - [ - -122.14062405599998, - 37.736985667000056 - ], - [ - -122.14061183099994, - 37.736961343000075 - ], - [ - -122.14050681099997, - 37.736752386000035 - ], - [ - -122.140399318, - 37.73650495500004 - ], - [ - -122.14038369399998, - 37.73646311400006 - ], - [ - -122.14036806999997, - 37.73642127200003 - ], - [ - -122.14036804899996, - 37.73642121100005 - ], - [ - -122.14030902299999, - 37.73625316500005 - ], - [ - -122.14024528899995, - 37.736029504000044 - ], - [ - -122.14021686999996, - 37.73591728100007 - ], - [ - -122.14019017599998, - 37.735804692000045 - ], - [ - -122.14019015499997, - 37.73580459000004 - ], - [ - -122.14011141599997, - 37.735449053000025 - ], - [ - -122.14011137799997, - 37.735448880000035 - ], - [ - -122.14005481299995, - 37.73519405500008 - ], - [ - -122.13991708099996, - 37.73457353500004 - ], - [ - -122.13990020099999, - 37.73449748300004 - ], - [ - -122.139786701, - 37.734007269000074 - ], - [ - -122.13954223699994, - 37.73295139700008 - ], - [ - -122.13953543099996, - 37.73292199600007 - ], - [ - -122.13951692899997, - 37.73283830100007 - ], - [ - -122.13950736299995, - 37.73280349200007 - ], - [ - -122.13943774999996, - 37.732543812000074 - ], - [ - -122.13941143499994, - 37.732445649000056 - ], - [ - -122.13938210799995, - 37.732336255000064 - ], - [ - -122.13928606099995, - 37.73197796300008 - ], - [ - -122.13899981699996, - 37.73096123800008 - ], - [ - -122.13899954599998, - 37.73096027300005 - ], - [ - -122.13899950599995, - 37.73096012900004 - ], - [ - -122.13899710699997, - 37.73095160300005 - ], - [ - -122.13899091499997, - 37.730930053000066 - ], - [ - -122.13874337699997, - 37.73094531600003 - ], - [ - -122.13844870799994, - 37.73096348200005 - ], - [ - -122.13823070099994, - 37.730976922000025 - ], - [ - -122.13819812399998, - 37.730986925000025 - ], - [ - -122.13816586099995, - 37.73099683200007 - ], - [ - -122.13810669599997, - 37.731014996000056 - ], - [ - -122.13801671099998, - 37.73108824600007 - ], - [ - -122.137908456, - 37.73117636500007 - ], - [ - -122.13783260099996, - 37.73123811000005 - ], - [ - -122.13768394999994, - 37.731359112000064 - ], - [ - -122.13766596899995, - 37.73137374700008 - ], - [ - -122.13752216699999, - 37.731434609000075 - ], - [ - -122.13749538599996, - 37.73144594300004 - ], - [ - -122.137484095, - 37.73145072300008 - ], - [ - -122.13733403499998, - 37.73151423200005 - ], - [ - -122.13724354799996, - 37.731552530000044 - ], - [ - -122.13715046899995, - 37.73159192700007 - ], - [ - -122.13708744999997, - 37.73161860300007 - ], - [ - -122.137018104, - 37.73166395800007 - ], - [ - -122.13696408199996, - 37.73169928600004 - ], - [ - -122.13679335899997, - 37.73181094200004 - ], - [ - -122.13672925799995, - 37.73185286700004 - ], - [ - -122.13671355199995, - 37.73186313800005 - ], - [ - -122.13670653199995, - 37.73187055900007 - ], - [ - -122.13664147499998, - 37.73193936800004 - ], - [ - -122.13656513999996, - 37.73202010400007 - ], - [ - -122.13652703199995, - 37.73206040300005 - ], - [ - -122.136461871, - 37.73212932200005 - ], - [ - -122.13642996599998, - 37.732181731000026 - ], - [ - -122.13634774399998, - 37.73231680200007 - ], - [ - -122.13626518199999, - 37.732452427000055 - ], - [ - -122.13625255999995, - 37.732473163000066 - ], - [ - -122.13618866499996, - 37.73257812500003 - ], - [ - -122.13617000099998, - 37.73260873100003 - ], - [ - -122.13611056399998, - 37.73270643200004 - ], - [ - -122.13609578399996, - 37.73273071300008 - ], - [ - -122.13600328999996, - 37.73284355800007 - ], - [ - -122.13599596499995, - 37.73285249400004 - ], - [ - -122.13589905999999, - 37.73297072400004 - ], - [ - -122.13580291999995, - 37.73308802100007 - ], - [ - -122.13579655799998, - 37.73309577900005 - ], - [ - -122.13572092499999, - 37.733188056000074 - ], - [ - -122.135706616, - 37.73321320900004 - ], - [ - -122.13563513099996, - 37.733338864000075 - ], - [ - -122.13561129599998, - 37.73338076500005 - ], - [ - -122.13556367499996, - 37.73346446900007 - ], - [ - -122.13549219599997, - 37.73359011600007 - ], - [ - -122.13547090599997, - 37.733627539000054 - ], - [ - -122.13540047099997, - 37.73370677500003 - ], - [ - -122.135365375, - 37.73374626200007 - ], - [ - -122.13536399399999, - 37.733747814000026 - ], - [ - -122.13536261499996, - 37.733749368000076 - ], - [ - -122.13533734199996, - 37.73377779800006 - ], - [ - -122.13530033299998, - 37.733819432000075 - ], - [ - -122.13520097199995, - 37.73393120900005 - ], - [ - -122.13515976199994, - 37.73397757200007 - ], - [ - -122.13510553099997, - 37.734038232000046 - ], - [ - -122.13510315999997, - 37.73404107500005 - ], - [ - -122.13510079199995, - 37.73404392100008 - ], - [ - -122.13508922099999, - 37.734056742000064 - ], - [ - -122.135062442, - 37.734086415000036 - ], - [ - -122.13500095699999, - 37.73415623500006 - ], - [ - -122.13500072399995, - 37.73415649900005 - ], - [ - -122.13490050099995, - 37.734269244000075 - ], - [ - -122.13486102999997, - 37.73431364500004 - ], - [ - -122.13448094499995, - 37.73430181400005 - ], - [ - -122.134480882, - 37.73430181100008 - ], - [ - -122.13445209099996, - 37.73430091600005 - ], - [ - -122.13444815799994, - 37.734300189000066 - ], - [ - -122.13444510499994, - 37.73429961800008 - ], - [ - -122.13438779799998, - 37.73428890200006 - ], - [ - -122.13438749699998, - 37.73428884500004 - ], - [ - -122.13436580799998, - 37.73428478900007 - ], - [ - -122.13434889399997, - 37.73428162400006 - ], - [ - -122.13428540799998, - 37.73426975000007 - ], - [ - -122.13397632399995, - 37.734211206000055 - ], - [ - -122.13394851699996, - 37.73420594000004 - ], - [ - -122.13394673399995, - 37.73420560200003 - ], - [ - -122.13382187399998, - 37.73418177100007 - ], - [ - -122.13369781199998, - 37.734158526000044 - ], - [ - -122.13353258999996, - 37.73412732000003 - ], - [ - -122.13353240499998, - 37.734127285000056 - ], - [ - -122.13353202399998, - 37.73412721200003 - ], - [ - -122.13353129599994, - 37.73412707500006 - ], - [ - -122.13347961399995, - 37.73411731300007 - ], - [ - -122.13337064099994, - 37.73409676500006 - ], - [ - -122.13328456299996, - 37.73408053400004 - ], - [ - -122.13327856799998, - 37.73407940300007 - ], - [ - -122.13327745499998, - 37.73407919400006 - ], - [ - -122.13319158999997, - 37.73406300100004 - ], - [ - -122.13319124099996, - 37.734062935000054 - ], - [ - -122.13318788099997, - 37.73406229900007 - ], - [ - -122.13283047199997, - 37.73399458100005 - ], - [ - -122.13263689399997, - 37.73391832400006 - ], - [ - -122.13201262899997, - 37.73367240700003 - ], - [ - -122.13168333699997, - 37.73363842200007 - ], - [ - -122.131510763, - 37.73362060900007 - ], - [ - -122.13123859099994, - 37.733592516000044 - ], - [ - -122.13100618199996, - 37.73363391300006 - ], - [ - -122.13066414399998, - 37.73369483700003 - ], - [ - -122.13063678999998, - 37.73369971200003 - ], - [ - -122.13040681299998, - 37.73343071700003 - ], - [ - -122.13050446699998, - 37.73277508800004 - ], - [ - -122.13112614799996, - 37.732273159000044 - ], - [ - -122.13112936299996, - 37.73227174700003 - ], - [ - -122.13113367299997, - 37.73226985400004 - ], - [ - -122.13155582699994, - 37.73208441700007 - ], - [ - -122.131853101, - 37.73195384100006 - ], - [ - -122.13188931899998, - 37.73193793100006 - ], - [ - -122.13196953399995, - 37.73190269600008 - ], - [ - -122.132052811, - 37.73186611400007 - ], - [ - -122.13220729299996, - 37.73179832000005 - ], - [ - -122.13235901699994, - 37.73173174200008 - ], - [ - -122.13191010999998, - 37.73123879900004 - ], - [ - -122.13178970299998, - 37.73110657900003 - ], - [ - -122.13177567699995, - 37.73109084400005 - ], - [ - -122.13177493199998, - 37.73109000900007 - ], - [ - -122.13177455599998, - 37.73108958600005 - ], - [ - -122.13177418999999, - 37.73108917500008 - ], - [ - -122.13175070299997, - 37.73106282400005 - ], - [ - -122.13159300299998, - 37.73088990000008 - ], - [ - -122.1312405799999, - 37.73043263500006 - ], - [ - -122.13066324399995, - 37.730127150000044 - ], - [ - -122.13036931299996, - 37.73008447800004 - ], - [ - -122.13036910999995, - 37.730084447000024 - ], - [ - -122.13032746899995, - 37.730078512000034 - ], - [ - -122.13032155499997, - 37.73007767200005 - ], - [ - -122.13030673199995, - 37.73007556500005 - ], - [ - -122.12985114799994, - 37.730010855000046 - ], - [ - -122.12967157299994, - 37.72999441700006 - ], - [ - -122.12938611299995, - 37.72996828600003 - ], - [ - -122.12935441899998, - 37.729965383000035 - ], - [ - -122.12884790299995, - 37.72993401600007 - ], - [ - -122.12845662399997, - 37.72990978200005 - ], - [ - -122.12813600399994, - 37.729889925000066 - ], - [ - -122.12809589799997, - 37.72988726700004 - ], - [ - -122.127897024, - 37.72987408200004 - ], - [ - -122.12724938599996, - 37.72983113600003 - ], - [ - -122.12724934299996, - 37.72983113500004 - ], - [ - -122.12644898099995, - 37.72980115800004 - ], - [ - -122.12547144599995, - 37.72976453800004 - ], - [ - -122.12447531199996, - 37.72859346800004 - ], - [ - -122.12293963199994, - 37.72905001500004 - ], - [ - -122.122390425, - 37.72941444800006 - ], - [ - -122.12218183299996, - 37.72939120500007 - ], - [ - -122.12224856999995, - 37.73000237900004 - ], - [ - -122.12175761799995, - 37.73082050800008 - ], - [ - -122.12125394199995, - 37.73175383500006 - ], - [ - -122.12121953099995, - 37.73181759400006 - ], - [ - -122.12109600499997, - 37.73190430500006 - ], - [ - -122.120242379, - 37.731993534000026 - ], - [ - -122.120242341, - 37.731993541000065 - ], - [ - -122.11883157999995, - 37.73227891100004 - ], - [ - -122.11775733999997, - 37.73295336500007 - ], - [ - -122.11715620799998, - 37.73349902500007 - ], - [ - -122.11620091799995, - 37.73413207500005 - ], - [ - -122.11510420199994, - 37.73528447000007 - ], - [ - -122.11481172799995, - 37.73612350700006 - ], - [ - -122.11520850999995, - 37.73716441300007 - ], - [ - -122.11523992499997, - 37.73876844000006 - ], - [ - -122.11524755799996, - 37.73915802600004 - ], - [ - -122.11514042299996, - 37.73940596400007 - ], - [ - -122.11504554199996, - 37.739625544000035 - ], - [ - -122.11481031999995, - 37.74016992000003 - ], - [ - -122.11480880299996, - 37.74044903300006 - ], - [ - -122.11480143699998, - 37.74180748300006 - ], - [ - -122.11480154799995, - 37.74180815200003 - ], - [ - -122.11491080199994, - 37.74247010500005 - ], - [ - -122.114959839, - 37.742767220000076 - ], - [ - -122.11496354199994, - 37.74278964200005 - ], - [ - -122.11496709099998, - 37.742811146000065 - ], - [ - -122.11500024299994, - 37.74301199400003 - ], - [ - -122.115000625, - 37.74307921600007 - ], - [ - -122.115001195, - 37.74317946200006 - ], - [ - -122.11500120199997, - 37.74318049300007 - ], - [ - -122.11500156299996, - 37.74324382100008 - ], - [ - -122.11504025299996, - 37.74368616600003 - ], - [ - -122.11506497199997, - 37.74396876900005 - ], - [ - -122.11548841099994, - 37.748809589000075 - ], - [ - -122.11549505199997, - 37.74888551300006 - ], - [ - -122.11582213799994, - 37.748732810000035 - ], - [ - -122.11582120699995, - 37.74872535000003 - ], - [ - -122.11582264299994, - 37.748724681000056 - ], - [ - -122.11582359999994, - 37.748724234000065 - ], - [ - -122.11593134499998, - 37.749545167000065 - ], - [ - -122.11595789599994, - 37.74974746000004 - ], - [ - -122.11595942799994, - 37.749755134000054 - ], - [ - -122.11596918999999, - 37.749799032000055 - ], - [ - -122.11597991499997, - 37.74984278900007 - ], - [ - -122.11599121599994, - 37.74988495200006 - ], - [ - -122.115991598, - 37.749886391000075 - ], - [ - -122.11599202999997, - 37.74988786600005 - ], - [ - -122.11600424099998, - 37.74992982200007 - ], - [ - -122.11601758299997, - 37.74997226700003 - ], - [ - -122.116017705, - 37.74997265500008 - ], - [ - -122.11601783599997, - 37.749973073000035 - ], - [ - -122.11601798999999, - 37.749973529000044 - ], - [ - -122.11601814899996, - 37.749974001000055 - ], - [ - -122.11603238199996, - 37.75001612600005 - ], - [ - -122.11604546299998, - 37.75005232400008 - ], - [ - -122.11604786699996, - 37.75005897600005 - ], - [ - -122.11605046099999, - 37.75006570800008 - ], - [ - -122.11606429499994, - 37.75010159900006 - ], - [ - -122.11608031099996, - 37.75014071100003 - ], - [ - -122.11608165499996, - 37.75014399300005 - ], - [ - -122.11608295199994, - 37.750146983000036 - ], - [ - -122.11609994599996, - 37.750186136000025 - ], - [ - -122.116119159, - 37.750228020000065 - ], - [ - -122.11613929199996, - 37.75026963300007 - ], - [ - -122.11616033399997, - 37.750310961000025 - ], - [ - -122.11618228199995, - 37.75035199100006 - ], - [ - -122.11619668599997, - 37.75037766400004 - ], - [ - -122.11666305899996, - 37.75105406600005 - ], - [ - -122.11716107099994, - 37.751776343000074 - ], - [ - -122.11744618199998, - 37.75218982700005 - ], - [ - -122.11767687699995, - 37.75252440700007 - ], - [ - -122.11769679499997, - 37.75255333000007 - ], - [ - -122.11771116299997, - 37.75257419500008 - ], - [ - -122.11783832099997, - 37.752758852000056 - ], - [ - -122.11825600499998, - 37.75336541400003 - ], - [ - -122.118256192, - 37.75336568600005 - ], - [ - -122.118355641, - 37.75351010300005 - ], - [ - -122.11834025199994, - 37.75351675700006 - ], - [ - -122.11834115999994, - 37.753518075000045 - ], - [ - -122.11834182999996, - 37.753519037000046 - ], - [ - -122.11834210999996, - 37.75351944000005 - ], - [ - -122.11834254699994, - 37.75352006800006 - ], - [ - -122.11834258599998, - 37.75352012400003 - ], - [ - -122.118343187, - 37.75352098800005 - ], - [ - -122.11834322399994, - 37.753521041000056 - ], - [ - -122.11834335499998, - 37.75352123000005 - ], - [ - -122.11834561399996, - 37.75352434000007 - ], - [ - -122.11834661199998, - 37.753525661000026 - ], - [ - -122.11834679999998, - 37.753525909000075 - ], - [ - -122.11834787099997, - 37.753527328000075 - ], - [ - -122.11834794499998, - 37.75352742500007 - ], - [ - -122.11834802199996, - 37.75352752400005 - ], - [ - -122.11834863399997, - 37.75352830400004 - ], - [ - -122.11834911099999, - 37.753528912000036 - ], - [ - -122.11834914099995, - 37.75352895000003 - ], - [ - -122.118350379, - 37.753530527000066 - ], - [ - -122.11835177299997, - 37.75353223500008 - ], - [ - -122.11835277499995, - 37.75353345900004 - ], - [ - -122.11835280199995, - 37.75353349300008 - ], - [ - -122.118353201, - 37.75353396400004 - ], - [ - -122.11835382099997, - 37.75353469600003 - ], - [ - -122.11835485299997, - 37.753535912000075 - ], - [ - -122.11835531699995, - 37.75353646100007 - ], - [ - -122.11835562199997, - 37.753536807000046 - ], - [ - -122.118356603, - 37.75353792300007 - ], - [ - -122.11835786899996, - 37.753539362000026 - ], - [ - -122.11835792299996, - 37.75353942300006 - ], - [ - -122.11835797599997, - 37.753539482000065 - ], - [ - -122.11835817099995, - 37.75353969500003 - ], - [ - -122.11835819899994, - 37.75353972500005 - ], - [ - -122.11835884799996, - 37.75354043600004 - ], - [ - -122.11836001799998, - 37.75354171600003 - ], - [ - -122.11836057799997, - 37.75354232900003 - ], - [ - -122.11836103499996, - 37.753542812000035 - ], - [ - -122.11836365899995, - 37.75354556900004 - ], - [ - -122.11836501399995, - 37.75354695100003 - ], - [ - -122.11836571999999, - 37.753547669000056 - ], - [ - -122.11836607699996, - 37.753548032000026 - ], - [ - -122.11836618399997, - 37.75354813800004 - ], - [ - -122.11836663899999, - 37.75354858600008 - ], - [ - -122.11836751399994, - 37.75354944600008 - ], - [ - -122.11836839399996, - 37.75355031000004 - ], - [ - -122.11836928999998, - 37.753551180000045 - ], - [ - -122.11837017899995, - 37.753552021000075 - ], - [ - -122.118370933, - 37.753552737000064 - ], - [ - -122.11837162399996, - 37.75355338800006 - ], - [ - -122.11837177999996, - 37.75355353700007 - ], - [ - -122.11837183799997, - 37.75355359200006 - ], - [ - -122.11837198299997, - 37.75355372400003 - ], - [ - -122.11837281699997, - 37.75355448700003 - ], - [ - -122.11837405199998, - 37.753555618000064 - ], - [ - -122.11837487199995, - 37.753556367000044 - ], - [ - -122.11837556399996, - 37.75355697800006 - ], - [ - -122.118376437, - 37.75355775100007 - ], - [ - -122.11837731199995, - 37.75355852300004 - ], - [ - -122.11837783299995, - 37.75355898500004 - ], - [ - -122.11837864999995, - 37.75355968100007 - ], - [ - -122.11837933899994, - 37.75356026900005 - ], - [ - -122.11838008599995, - 37.753560906000075 - ], - [ - -122.11838076599997, - 37.75356148600008 - ], - [ - -122.11838091599998, - 37.753561614000034 - ], - [ - -122.11838134199996, - 37.75356196400003 - ], - [ - -122.11838138399997, - 37.753562 - ], - [ - -122.11838214699998, - 37.753562626000075 - ], - [ - -122.11838285899995, - 37.75356321400005 - ], - [ - -122.11838333199995, - 37.75356360300003 - ], - [ - -122.11838369799995, - 37.75356390600007 - ], - [ - -122.11838399699997, - 37.753564151000035 - ], - [ - -122.11838565899996, - 37.75356547500007 - ], - [ - -122.11838641099996, - 37.75356607400005 - ], - [ - -122.11838688399996, - 37.75356645100004 - ], - [ - -122.11838719899998, - 37.75356670100007 - ], - [ - -122.11838725599995, - 37.75356674500006 - ], - [ - -122.118387343, - 37.75356681200003 - ], - [ - -122.11838821199996, - 37.75356748000007 - ], - [ - -122.11838897999996, - 37.753568071000075 - ], - [ - -122.11839044899995, - 37.75356920000007 - ], - [ - -122.118390509, - 37.75356924700003 - ], - [ - -122.11839061299997, - 37.75356932200003 - ], - [ - -122.118390778, - 37.75356944400005 - ], - [ - -122.11839092499997, - 37.75356955500007 - ], - [ - -122.118391138, - 37.75356971100007 - ], - [ - -122.118391466, - 37.753569956000035 - ], - [ - -122.11839176199999, - 37.75357017600004 - ], - [ - -122.11839216699997, - 37.75357047600005 - ], - [ - -122.11839255599995, - 37.75357076500006 - ], - [ - -122.11839359499999, - 37.75357153500005 - ], - [ - -122.11839365699996, - 37.75357158000003 - ], - [ - -122.11839371599996, - 37.75357162600005 - ], - [ - -122.11839377599995, - 37.75357166900005 - ], - [ - -122.11839381899995, - 37.753571702000045 - ], - [ - -122.11839387199996, - 37.75357173900005 - ], - [ - -122.11839591299997, - 37.75357320000006 - ], - [ - -122.11839651099996, - 37.75357362800003 - ], - [ - -122.11839662399996, - 37.75357370800003 - ], - [ - -122.11839747, - 37.753574308000054 - ], - [ - -122.11840004299995, - 37.753576087000056 - ], - [ - -122.11840073399998, - 37.753576562000035 - ], - [ - -122.11840232699996, - 37.75357762700003 - ], - [ - -122.11840595599995, - 37.75358982800003 - ], - [ - -122.11844709199994, - 37.753645368000036 - ], - [ - -122.11864097499995, - 37.75390458800007 - ], - [ - -122.11883068499998, - 37.75415764400003 - ], - [ - -122.11883084599998, - 37.754158663000055 - ], - [ - -122.118831173, - 37.75416073300005 - ], - [ - -122.11883124599996, - 37.75416119100004 - ], - [ - -122.11883143299997, - 37.75416222700005 - ], - [ - -122.11883254199995, - 37.75416839500008 - ], - [ - -122.11883390399998, - 37.754175101000044 - ], - [ - -122.11883429299996, - 37.75417687000004 - ], - [ - -122.11883430299997, - 37.75417691200005 - ], - [ - -122.11883479499994, - 37.75417909600003 - ], - [ - -122.11883556799995, - 37.75418252700007 - ], - [ - -122.118835575, - 37.75418256200004 - ], - [ - -122.11883597699995, - 37.75418418600003 - ], - [ - -122.11883605799994, - 37.75418451300004 - ], - [ - -122.11883608899996, - 37.75418463400007 - ], - [ - -122.11883615799997, - 37.75418491900007 - ], - [ - -122.11883617099994, - 37.75418497000004 - ], - [ - -122.11883629599998, - 37.75418547000004 - ], - [ - -122.11883630199998, - 37.75418549700004 - ], - [ - -122.11883644699998, - 37.75418608000007 - ], - [ - -122.11883687699998, - 37.75418781500008 - ], - [ - -122.11883735699996, - 37.75418975000008 - ], - [ - -122.11883767999996, - 37.75419094100005 - ], - [ - -122.11883931099999, - 37.75419694300007 - ], - [ - -122.11883931799997, - 37.75419696900008 - ], - [ - -122.11884030999994, - 37.75420033700004 - ], - [ - -122.11884130899995, - 37.754203732000065 - ], - [ - -122.11884196199998, - 37.75420582000004 - ], - [ - -122.11884290399996, - 37.754208823000056 - ], - [ - -122.11884324, - 37.75420985400007 - ], - [ - -122.11884354499995, - 37.75421079100005 - ], - [ - -122.11884357399998, - 37.75421087900003 - ], - [ - -122.11884383899996, - 37.75421165400007 - ], - [ - -122.11884451799995, - 37.75421364700003 - ], - [ - -122.11884453299996, - 37.754213693000054 - ], - [ - -122.11884466799995, - 37.75421409000006 - ], - [ - -122.11884573199995, - 37.754217211000025 - ], - [ - -122.11884575799996, - 37.75421728200007 - ], - [ - -122.11884576499995, - 37.75421730900007 - ], - [ - -122.11884578099995, - 37.75421735500004 - ], - [ - -122.11884581199996, - 37.75421744300007 - ], - [ - -122.11884595299995, - 37.75421786000004 - ], - [ - -122.11884825699997, - 37.75422417200008 - ], - [ - -122.118848416, - 37.75422461000005 - ], - [ - -122.11884848799997, - 37.75422480900005 - ], - [ - -122.118848889, - 37.754225838000025 - ], - [ - -122.11884979999996, - 37.75422818200008 - ], - [ - -122.11884983099998, - 37.75422826300007 - ], - [ - -122.11884985399996, - 37.75422831700007 - ], - [ - -122.11885115599995, - 37.75423167200006 - ], - [ - -122.11885183399994, - 37.75423331500008 - ], - [ - -122.11885324999997, - 37.75423674600006 - ], - [ - -122.11885353999998, - 37.754237448000026 - ], - [ - -122.11885380399997, - 37.754238085000054 - ], - [ - -122.11885390599997, - 37.75423833600007 - ], - [ - -122.11885398399994, - 37.754238523000026 - ], - [ - -122.11885403599996, - 37.75423865100004 - ], - [ - -122.11885408799998, - 37.75423876200006 - ], - [ - -122.118854151, - 37.75423890800005 - ], - [ - -122.11885550499994, - 37.75424200800006 - ], - [ - -122.11885648499998, - 37.754244250000056 - ], - [ - -122.11885699699997, - 37.754245422000054 - ], - [ - -122.11885701499995, - 37.75424546100004 - ], - [ - -122.11885716399996, - 37.754245782000055 - ], - [ - -122.11885753499996, - 37.75424658500003 - ], - [ - -122.11885971299995, - 37.75425129900003 - ], - [ - -122.11886020299994, - 37.75425235400007 - ], - [ - -122.11886061399997, - 37.754253197000025 - ], - [ - -122.11886178099996, - 37.754255588000035 - ], - [ - -122.11886317899996, - 37.75425849100003 - ], - [ - -122.11886399099996, - 37.75426006500004 - ], - [ - -122.11886685999997, - 37.754265659000055 - ], - [ - -122.11887017699996, - 37.75427182100003 - ], - [ - -122.11887054299996, - 37.754272496000056 - ], - [ - -122.11887057399997, - 37.754272548000074 - ], - [ - -122.11887110499998, - 37.754273488000024 - ], - [ - -122.11887139199996, - 37.75427399600005 - ], - [ - -122.11887228399996, - 37.754275576000055 - ], - [ - -122.11887230399998, - 37.754275611000025 - ], - [ - -122.11887390499999, - 37.75427844500007 - ], - [ - -122.11887400399996, - 37.75427862300006 - ], - [ - -122.118874087, - 37.75427876600003 - ], - [ - -122.11887416299999, - 37.75427890100008 - ], - [ - -122.11887417899999, - 37.754278929000066 - ], - [ - -122.118874302, - 37.75427913500005 - ], - [ - -122.11887431999997, - 37.75427916000007 - ], - [ - -122.11887549199997, - 37.754281106000064 - ], - [ - -122.118875517, - 37.754281148000075 - ], - [ - -122.11887563, - 37.75428133500003 - ], - [ - -122.11888141099996, - 37.75429092400003 - ], - [ - -122.11888147899998, - 37.754291038000076 - ], - [ - -122.11894084299996, - 37.754375312000036 - ], - [ - -122.11918179399999, - 37.754717353000046 - ], - [ - -122.11924049599997, - 37.754801722000025 - ], - [ - -122.11929648599994, - 37.75488219600004 - ], - [ - -122.11941478999995, - 37.75504542400006 - ], - [ - -122.11952126199998, - 37.75518693400005 - ], - [ - -122.11953665799996, - 37.75520699500004 - ], - [ - -122.11965954299995, - 37.75536363500004 - ], - [ - -122.11966038199995, - 37.755364704000044 - ], - [ - -122.119660663, - 37.75536506200007 - ], - [ - -122.11985573699997, - 37.755602156000066 - ], - [ - -122.12037505799998, - 37.75621457400007 - ], - [ - -122.12142482999997, - 37.75745249900007 - ], - [ - -122.12275309399996, - 37.75899603100004 - ], - [ - -122.12277095299999, - 37.75901717700003 - ], - [ - -122.12278834399996, - 37.75903856600007 - ], - [ - -122.12280526, - 37.759060195000075 - ], - [ - -122.12282170199995, - 37.75908205500008 - ], - [ - -122.12283765999996, - 37.759104136000076 - ], - [ - -122.12285312699998, - 37.759126439000056 - ], - [ - -122.12286810399996, - 37.75914895200003 - ], - [ - -122.12288257699998, - 37.75917166500005 - ], - [ - -122.12289655999996, - 37.75919458100003 - ], - [ - -122.12291003599995, - 37.75921768300003 - ], - [ - -122.12292299299997, - 37.75924096700004 - ], - [ - -122.12293544199997, - 37.75926443100008 - ], - [ - -122.12294737199994, - 37.75928806200005 - ], - [ - -122.12295878199996, - 37.75931185700006 - ], - [ - -122.12296966399998, - 37.759335805000035 - ], - [ - -122.12298002299997, - 37.75935989900006 - ], - [ - -122.12298984599994, - 37.759384133000026 - ], - [ - -122.12299913499999, - 37.759408499000074 - ], - [ - -122.12300788899995, - 37.75943299100004 - ], - [ - -122.12301610499998, - 37.759457602000055 - ], - [ - -122.12302377799995, - 37.759482321000064 - ], - [ - -122.12303090499995, - 37.75950714100003 - ], - [ - -122.12303748499994, - 37.759532060000026 - ], - [ - -122.12304351799997, - 37.759557063000045 - ], - [ - -122.12304899799994, - 37.75958214800005 - ], - [ - -122.12305751199995, - 37.75962771600007 - ], - [ - -122.12310692399996, - 37.759909951000054 - ], - [ - -122.12311013799996, - 37.75992720600004 - ], - [ - -122.12311373299997, - 37.759944415000064 - ], - [ - -122.12311770599996, - 37.75996157000003 - ], - [ - -122.12312205099994, - 37.75997866900008 - ], - [ - -122.12312677199998, - 37.75999570300007 - ], - [ - -122.12313187199999, - 37.76001267200007 - ], - [ - -122.12313733999997, - 37.760029565000025 - ], - [ - -122.12314317799996, - 37.76004638400008 - ], - [ - -122.12314938799994, - 37.76006311500004 - ], - [ - -122.12315596999997, - 37.760079759000064 - ], - [ - -122.12316290399997, - 37.76009630900006 - ], - [ - -122.12317020599994, - 37.76011276000003 - ], - [ - -122.1231778699999, - 37.76012910700007 - ], - [ - -122.12318589199998, - 37.76014534800004 - ], - [ - -122.12319426699997, - 37.76016147200005 - ], - [ - -122.12320299699996, - 37.76017748000004 - ], - [ - -122.12321208099996, - 37.76019336300004 - ], - [ - -122.12322151399997, - 37.760209118000034 - ], - [ - -122.12323128299994, - 37.76022474200005 - ], - [ - -122.12324139799995, - 37.760240225000075 - ], - [ - -122.12325185399999, - 37.76025556800005 - ], - [ - -122.12326264499995, - 37.76027076300005 - ], - [ - -122.12327376299999, - 37.760285804000034 - ], - [ - -122.12328521599994, - 37.760300690000065 - ], - [ - -122.12329699399999, - 37.760315416000026 - ], - [ - -122.12330909499997, - 37.76032997800007 - ], - [ - -122.12332151299995, - 37.76034436700007 - ], - [ - -122.12333424299999, - 37.76035858500006 - ], - [ - -122.12334728599996, - 37.76037262300008 - ], - [ - -122.12336063499998, - 37.760386478000044 - ], - [ - -122.12337428599994, - 37.76040014400007 - ], - [ - -122.12338823599998, - 37.760413620000065 - ], - [ - -122.123402479, - 37.76042690100007 - ], - [ - -122.12341701199995, - 37.76043998200004 - ], - [ - -122.123431832, - 37.76045286100003 - ], - [ - -122.12344693499995, - 37.76046553300006 - ], - [ - -122.12346712799996, - 37.760481810000044 - ], - [ - -122.12379450999998, - 37.76073892800008 - ], - [ - -122.12381855099994, - 37.760760549000054 - ], - [ - -122.12384211399996, - 37.76078250000006 - ], - [ - -122.12386518899996, - 37.760804773000075 - ], - [ - -122.12388777099994, - 37.76082736600006 - ], - [ - -122.12390985399998, - 37.760850264000055 - ], - [ - -122.12393143199995, - 37.76087346400004 - ], - [ - -122.12395249599996, - 37.76089696200006 - ], - [ - -122.12397303899996, - 37.760920749000036 - ], - [ - -122.12399305699995, - 37.76094481400003 - ], - [ - -122.12401254199995, - 37.760969155000055 - ], - [ - -122.12403149, - 37.76099376500008 - ], - [ - -122.12404989199996, - 37.761018627000055 - ], - [ - -122.12406774299996, - 37.76104374200003 - ], - [ - -122.12408504499996, - 37.76106910400006 - ], - [ - -122.12410178299996, - 37.76109469900007 - ], - [ - -122.12411795699995, - 37.761120523000045 - ], - [ - -122.12413355899997, - 37.761146567000026 - ], - [ - -122.12414858899996, - 37.76117282600006 - ], - [ - -122.12416303799995, - 37.76119928600008 - ], - [ - -122.12417690299998, - 37.76122594200007 - ], - [ - -122.12419018099996, - 37.761252787000046 - ], - [ - -122.12420286699995, - 37.761279811000065 - ], - [ - -122.12421495599995, - 37.76130700700003 - ], - [ - -122.12422644299994, - 37.76133436600003 - ], - [ - -122.12423733199995, - 37.76136187900005 - ], - [ - -122.12424761499994, - 37.761389542000074 - ], - [ - -122.12425728, - 37.76141734300006 - ], - [ - -122.12426633899997, - 37.761445269000035 - ], - [ - -122.12427787799999, - 37.76148419300006 - ], - [ - -122.12436627999995, - 37.76179934700008 - ], - [ - -122.12437014099999, - 37.761811426000065 - ], - [ - -122.12437427299994, - 37.761823450000065 - ], - [ - -122.124378665, - 37.761835414000075 - ], - [ - -122.12438332199997, - 37.76184731400008 - ], - [ - -122.12438823899998, - 37.76185914800004 - ], - [ - -122.12439341599998, - 37.76187091600008 - ], - [ - -122.12439885099997, - 37.761882608000064 - ], - [ - -122.12440454499995, - 37.761894221000034 - ], - [ - -122.12441048399995, - 37.76190575700008 - ], - [ - -122.12441667899998, - 37.76191720500003 - ], - [ - -122.12442313099996, - 37.76192856700004 - ], - [ - -122.1244298299999, - 37.761939839000036 - ], - [ - -122.12443677299996, - 37.76195101500008 - ], - [ - -122.12444395899996, - 37.76196209600005 - ], - [ - -122.12445139199997, - 37.761973074000025 - ], - [ - -122.12445906499994, - 37.761983944000065 - ], - [ - -122.12446697399997, - 37.76199471000007 - ], - [ - -122.12447511699997, - 37.762005362000025 - ], - [ - -122.124483495, - 37.762015903000076 - ], - [ - -122.12449210299997, - 37.76202632500008 - ], - [ - -122.12450093999996, - 37.762036626000054 - ], - [ - -122.12450999899994, - 37.76204680200004 - ], - [ - -122.12451928599995, - 37.762056854000036 - ], - [ - -122.12452878599998, - 37.762066772000026 - ], - [ - -122.12453850799994, - 37.76207655800005 - ], - [ - -122.12455400399995, - 37.762091471000076 - ], - [ - -122.12476918199997, - 37.76229286600005 - ], - [ - -122.12479423199994, - 37.76231693200003 - ], - [ - -122.124810707, - 37.76233347500005 - ], - [ - -122.12482681499995, - 37.762350248000075 - ], - [ - -122.12484255399994, - 37.76236723900007 - ], - [ - -122.12485791299997, - 37.762384445000066 - ], - [ - -122.12487289299997, - 37.762401864000026 - ], - [ - -122.12488748799996, - 37.76241948400008 - ], - [ - -122.124901696, - 37.76243730700003 - ], - [ - -122.12491550799996, - 37.76245532200005 - ], - [ - -122.12492891899996, - 37.762473527000054 - ], - [ - -122.12494193299995, - 37.762491915000055 - ], - [ - -122.12495453399998, - 37.76251048000006 - ], - [ - -122.12496673199996, - 37.76252921500003 - ], - [ - -122.124978511, - 37.762548114000026 - ], - [ - -122.12498987599997, - 37.762567182000055 - ], - [ - -122.12500082099996, - 37.76258640000003 - ], - [ - -122.12501133699999, - 37.762605765000046 - ], - [ - -122.12502142999995, - 37.76262527800003 - ], - [ - -122.12503109099998, - 37.76264492400003 - ], - [ - -122.125040319, - 37.76266469800004 - ], - [ - -122.12504910999996, - 37.76268460000006 - ], - [ - -122.12505746499994, - 37.76270461900003 - ], - [ - -122.12506537599995, - 37.76272475400003 - ], - [ - -122.12507284099996, - 37.762744991000034 - ], - [ - -122.12507986299994, - 37.76276533500004 - ], - [ - -122.125086437, - 37.76278576900006 - ], - [ - -122.12509256399994, - 37.76280629100006 - ], - [ - -122.12509823, - 37.762826895000046 - ], - [ - -122.12510344999998, - 37.76284757500008 - ], - [ - -122.12510821099994, - 37.76286832100004 - ], - [ - -122.12511251299998, - 37.762889134000034 - ], - [ - -122.12511636, - 37.76291000100008 - ], - [ - -122.12526320299997, - 37.76375817100006 - ], - [ - -122.12567265999996, - 37.76449397700003 - ], - [ - -122.12645629999997, - 37.76590215600004 - ], - [ - -122.12721051199998, - 37.76725697100005 - ], - [ - -122.12722692399996, - 37.767286901000034 - ], - [ - -122.12724686299998, - 37.767309718000035 - ], - [ - -122.127261563, - 37.76732728600007 - ], - [ - -122.12727587299997, - 37.76734505500008 - ], - [ - -122.12728978899997, - 37.76736301900007 - ], - [ - -122.127303311, - 37.76738117600007 - ], - [ - -122.12731642399996, - 37.76739951600007 - ], - [ - -122.12732913699995, - 37.76741803400006 - ], - [ - -122.12754315999996, - 37.76777634200005 - ], - [ - -122.12755197799999, - 37.767791104000025 - ], - [ - -122.12755785899998, - 37.767800022000074 - ], - [ - -122.12756393099994, - 37.76780885900007 - ], - [ - -122.12757020199996, - 37.76781760800003 - ], - [ - -122.12757666199997, - 37.76782626900007 - ], - [ - -122.12758330899999, - 37.767834839000045 - ], - [ - -122.12759014599999, - 37.767843318000075 - ], - [ - -122.12759716899996, - 37.76785170000005 - ], - [ - -122.12760437199995, - 37.76785998100007 - ], - [ - -122.127611759, - 37.76786816900005 - ], - [ - -122.12761932399997, - 37.76787624200006 - ], - [ - -122.12762706399997, - 37.76788421600003 - ], - [ - -122.12763375099996, - 37.767892560000064 - ], - [ - -122.12764047699994, - 37.76790084000004 - ], - [ - -122.12874993599996, - 37.769699839000054 - ], - [ - -122.12959364499994, - 37.771387170000025 - ], - [ - -122.12964130599994, - 37.77147181300006 - ], - [ - -122.12977090499999, - 37.77170198500005 - ], - [ - -122.12996965099995, - 37.77205495800007 - ], - [ - -122.13025361999996, - 37.77255928200003 - ], - [ - -122.13082260799996, - 37.77356976800007 - ], - [ - -122.13101075199995, - 37.77390388500004 - ], - [ - -122.13129119399997, - 37.77440173800005 - ], - [ - -122.13135049799996, - 37.774507167000024 - ], - [ - -122.13138404399996, - 37.77456680500006 - ], - [ - -122.13138444999998, - 37.77456752900008 - ], - [ - -122.13138485899998, - 37.77456825300004 - ], - [ - -122.13180740999996, - 37.77531864400004 - ], - [ - -122.13180745499994, - 37.775318724000044 - ], - [ - -122.13182194099994, - 37.77534444400004 - ], - [ - -122.13212619899997, - 37.775654634000034 - ], - [ - -122.13212813999996, - 37.775656612000034 - ], - [ - -122.13230325799998, - 37.77583514100007 - ], - [ - -122.13238827999999, - 37.775921821000054 - ], - [ - -122.13247860399997, - 37.77601390600006 - ], - [ - -122.13266948699999, - 37.77620790000003 - ], - [ - -122.13281442299996, - 37.776356261000046 - ], - [ - -122.13284883999995, - 37.77639134300006 - ], - [ - -122.13302855499995, - 37.776574563000054 - ], - [ - -122.13317656799995, - 37.776725448000036 - ], - [ - -122.13323660999998, - 37.77678666200006 - ], - [ - -122.13332456899997, - 37.77687633600004 - ], - [ - -122.13333731699998, - 37.77688932600006 - ], - [ - -122.13347257699996, - 37.777027221000026 - ], - [ - -122.13376413599997, - 37.777324443000055 - ], - [ - -122.13348817499997, - 37.77749477200007 - ], - [ - -122.13318956699999, - 37.77767908000004 - ], - [ - -122.13402077899997, - 37.77848923700003 - ], - [ - -122.13413398499995, - 37.778416648000075 - ], - [ - -122.13420770699997, - 37.77836937700005 - ], - [ - -122.13456457899997, - 37.77814054700008 - ], - [ - -122.13463626599997, - 37.778213641000036 - ], - [ - -122.135099476, - 37.77868593000005 - ], - [ - -122.13543359299996, - 37.77902659600005 - ], - [ - -122.13545092299995, - 37.779044268000064 - ], - [ - -122.13573785199998, - 37.77933681600007 - ], - [ - -122.13575844499996, - 37.77935781200006 - ], - [ - -122.13578495999997, - 37.779384838000055 - ], - [ - -122.13578852599994, - 37.779384959000026 - ], - [ - -122.13602629299999, - 37.77962774800005 - ], - [ - -122.13631301799995, - 37.77992051800004 - ], - [ - -122.13644126999998, - 37.78005147500005 - ], - [ - -122.13659974599994, - 37.78021329300003 - ], - [ - -122.13692464999997, - 37.78054504900007 - ], - [ - -122.137007784, - 37.78062993200007 - ], - [ - -122.13729451299997, - 37.780922701000065 - ], - [ - -122.13747174099996, - 37.78110365900005 - ], - [ - -122.13758125199996, - 37.78121547600006 - ], - [ - -122.137765329, - 37.78140343000007 - ], - [ - -122.13808268699995, - 37.781727465000074 - ], - [ - -122.13830072299999, - 37.781949750000024 - ], - [ - -122.13872137799996, - 37.78237859400008 - ], - [ - -122.13918602299998, - 37.78285228400006 - ], - [ - -122.13950489499996, - 37.783177357000056 - ], - [ - -122.13989180299995, - 37.783571779000056 - ], - [ - -122.14045102699998, - 37.78414186900005 - ], - [ - -122.14081645899995, - 37.78451439200006 - ], - [ - -122.14138370699999, - 37.785092631000055 - ], - [ - -122.14139055199996, - 37.78509961200007 - ], - [ - -122.14196860299995, - 37.78568933400004 - ], - [ - -122.14197702299998, - 37.78569792500008 - ], - [ - -122.14199721299997, - 37.785718521000035 - ], - [ - -122.142574186, - 37.786307125000064 - ], - [ - -122.142658913, - 37.78639356100007 - ], - [ - -122.14267657199997, - 37.78641157100003 - ], - [ - -122.14330346799994, - 37.787051089000045 - ], - [ - -122.14330380799998, - 37.78705143600007 - ], - [ - -122.14330117399999, - 37.78705070400008 - ], - [ - -122.14329750099995, - 37.78704968100004 - ], - [ - -122.14330886699997, - 37.787061255000026 - ], - [ - -122.14323145799995, - 37.78703835600004 - ], - [ - -122.14319178599999, - 37.78702662100005 - ], - [ - -122.14358840899996, - 37.787306357000034 - ], - [ - -122.14365169299998, - 37.78735067700006 - ], - [ - -122.14371305199995, - 37.78739365200005 - ], - [ - -122.14371632099994, - 37.78739593800003 - ], - [ - -122.14371953699998, - 37.787398189000044 - ], - [ - -122.14332962999998, - 37.787880028000075 - ], - [ - -122.14331522999998, - 37.78789782200005 - ], - [ - -122.14323389799995, - 37.78799833100004 - ], - [ - -122.14318327799998, - 37.78806088400006 - ], - [ - -122.14308508599999, - 37.78818222800004 - ], - [ - -122.14303086599995, - 37.78824922800004 - ], - [ - -122.143003648, - 37.78828286100003 - ], - [ - -122.14274329399996, - 37.78860459600003 - ], - [ - -122.14251602799999, - 37.788885435000054 - ], - [ - -122.14251432099996, - 37.78888754600007 - ], - [ - -122.14251403499998, - 37.78888789800004 - ], - [ - -122.14204201299998, - 37.78947220500004 - ], - [ - -122.14181270699999, - 37.78975606200004 - ], - [ - -122.14188915699998, - 37.78981254900003 - ], - [ - -122.14197724999997, - 37.78987763300006 - ], - [ - -122.14224050699994, - 37.79006825400006 - ], - [ - -122.14263166999996, - 37.79030971700007 - ], - [ - -122.14305913899994, - 37.79034015700006 - ], - [ - -122.14325720399995, - 37.79035426000007 - ], - [ - -122.14333023199998, - 37.793022560000054 - ], - [ - -122.14658944999996, - 37.793039485000065 - ], - [ - -122.14671388199997, - 37.79304013400008 - ], - [ - -122.14847250799994, - 37.79305332800004 - ], - [ - -122.14895426799995, - 37.79305762800004 - ], - [ - -122.15083400599997, - 37.79303319600007 - ], - [ - -122.15124190899996, - 37.793042555000056 - ], - [ - -122.15211749399998, - 37.79306264100006 - ], - [ - -122.15225724599998, - 37.79306584700004 - ], - [ - -122.15225799299998, - 37.79308131800008 - ], - [ - -122.15225827399996, - 37.79308715900004 - ], - [ - -122.15230491399996, - 37.79308757600006 - ], - [ - -122.15230110299996, - 37.793430595000075 - ], - [ - -122.15230077899997, - 37.793459265000024 - ], - [ - -122.15229902099998, - 37.793615173000035 - ], - [ - -122.15229612599995, - 37.79387201900005 - ], - [ - -122.15228168799996, - 37.79515230700008 - ], - [ - -122.15227353499995, - 37.79587530100008 - ], - [ - -122.15226340999999, - 37.796475748000034 - ], - [ - -122.15242172399996, - 37.79647620000003 - ], - [ - -122.15242176699996, - 37.79647620000003 - ], - [ - -122.15437076699999, - 37.79648177200005 - ], - [ - -122.15452302799997, - 37.79648182100004 - ], - [ - -122.15452306599997, - 37.79648182100004 - ], - [ - -122.15668234299994, - 37.79648247800003 - ], - [ - -122.15668335499998, - 37.79652063000003 - ], - [ - -122.15668746799997, - 37.79667587200004 - ], - [ - -122.15675982999994, - 37.79671147700003 - ], - [ - -122.15807765599999, - 37.79735995200008 - ], - [ - -122.15819779399999, - 37.797349229000076 - ], - [ - -122.15877780699998, - 37.79704822000008 - ], - [ - -122.15947792299994, - 37.79741488900004 - ], - [ - -122.159421883, - 37.797444452000036 - ], - [ - -122.15941906799998, - 37.79744593700008 - ], - [ - -122.15945402699998, - 37.79746426400004 - ], - [ - -122.15844336599997, - 37.798024001000044 - ], - [ - -122.15843334899995, - 37.798029548000045 - ], - [ - -122.15844732799997, - 37.79805179300007 - ], - [ - -122.15971061799996, - 37.80006198500007 - ], - [ - -122.16113828099998, - 37.800079406000066 - ], - [ - -122.16127667599994, - 37.80008109400006 - ], - [ - -122.16233576099995, - 37.80002705700008 - ], - [ - -122.16230559399997, - 37.800909869000066 - ], - [ - -122.16174519999998, - 37.80115566300003 - ], - [ - -122.16164556499996, - 37.80144863100003 - ], - [ - -122.16173635599995, - 37.80150163600007 - ], - [ - -122.16202320399998, - 37.801669082000046 - ], - [ - -122.162125243, - 37.80172865000003 - ], - [ - -122.16220178599997, - 37.80177333300003 - ], - [ - -122.16402548699995, - 37.80283789600003 - ], - [ - -122.16415619499998, - 37.802932706000036 - ], - [ - -122.16415739899998, - 37.80293358000006 - ], - [ - -122.16415920699995, - 37.80293489100006 - ], - [ - -122.16481520599996, - 37.80447823700007 - ], - [ - -122.16481852099997, - 37.80462616800003 - ], - [ - -122.16481917799996, - 37.80465540400007 - ], - [ - -122.16482763799996, - 37.805032649000054 - ], - [ - -122.16484372999997, - 37.80504257500007 - ], - [ - -122.16505289399998, - 37.80518302000007 - ], - [ - -122.16505354299994, - 37.805183294000074 - ], - [ - -122.16505407799997, - 37.80518352100006 - ], - [ - -122.16525033899995, - 37.80526695200007 - ], - [ - -122.16525306199998, - 37.805267221000065 - ], - [ - -122.16525340099997, - 37.80526725400006 - ], - [ - -122.16525544499996, - 37.805267456000024 - ], - [ - -122.16552567999997, - 37.805294178000054 - ], - [ - -122.165594248, - 37.80530096000007 - ], - [ - -122.16565941799996, - 37.805307406000054 - ], - [ - -122.16577912799994, - 37.80535196300008 - ], - [ - -122.16602575199994, - 37.805443758000024 - ], - [ - -122.16612472999998, - 37.805480602000046 - ], - [ - -122.166267673, - 37.805533808000064 - ], - [ - -122.16636176699996, - 37.80556883100007 - ], - [ - -122.16639303, - 37.80558046500005 - ], - [ - -122.16641963899997, - 37.80558792000005 - ], - [ - -122.16652854499995, - 37.80561843400005 - ], - [ - -122.16664915899997, - 37.80565222400003 - ], - [ - -122.16665229399996, - 37.805653102000065 - ], - [ - -122.16680912499999, - 37.80569704100003 - ], - [ - -122.16682972299998, - 37.80570281200005 - ], - [ - -122.16711014499998, - 37.80573857200005 - ], - [ - -122.16711030299996, - 37.80573859200007 - ], - [ - -122.16754134099995, - 37.805794700000035 - ], - [ - -122.16757018499999, - 37.80579314500005 - ], - [ - -122.167663958, - 37.80578808300004 - ], - [ - -122.16781231799996, - 37.805730004000054 - ], - [ - -122.16814137199998, - 37.805601188000026 - ], - [ - -122.16831476699997, - 37.80550218900004 - ], - [ - -122.16841755099995, - 37.80544350400004 - ], - [ - -122.168580196, - 37.80538086700005 - ], - [ - -122.16877566899996, - 37.80530559400006 - ], - [ - -122.16907238199997, - 37.80523305400004 - ], - [ - -122.16934560299995, - 37.80516625400003 - ], - [ - -122.16954988799995, - 37.80508023400006 - ], - [ - -122.16958422199997, - 37.80505380000005 - ], - [ - -122.16984454099997, - 37.80485336800007 - ], - [ - -122.16994039499997, - 37.80477956100003 - ], - [ - -122.16998735399994, - 37.804769803000056 - ], - [ - -122.17009955999998, - 37.80474648300003 - ], - [ - -122.17009959899997, - 37.80474647500006 - ], - [ - -122.17011588599996, - 37.80474214600008 - ], - [ - -122.17026074599994, - 37.80470365600007 - ], - [ - -122.17036601799998, - 37.80469110700005 - ], - [ - -122.170401127, - 37.80468652700006 - ], - [ - -122.170502635, - 37.80467328700007 - ], - [ - -122.1705081599999, - 37.80467126100007 - ], - [ - -122.17054159399999, - 37.80465900400003 - ], - [ - -122.17054200899997, - 37.804658853000035 - ], - [ - -122.17054202499997, - 37.80465776600005 - ], - [ - -122.17054057399997, - 37.804108460000066 - ], - [ - -122.170540572, - 37.80410766800003 - ], - [ - -122.170540572, - 37.804107599000076 - ], - [ - -122.17054056899997, - 37.80410668300004 - ], - [ - -122.17053920199999, - 37.80358812400004 - ], - [ - -122.17053544199996, - 37.80308829200004 - ], - [ - -122.17053245899996, - 37.80269170500003 - ], - [ - -122.17053100599998, - 37.80268984700007 - ], - [ - -122.17052145599996, - 37.802677620000054 - ], - [ - -122.17052037399998, - 37.802676235000035 - ], - [ - -122.17051937199994, - 37.802674952000075 - ], - [ - -122.17051861299996, - 37.802673981000055 - ], - [ - -122.17051455499995, - 37.80266878400005 - ], - [ - -122.17051032299997, - 37.802663368000026 - ], - [ - -122.17050868099994, - 37.80266126400005 - ], - [ - -122.17050755899999, - 37.80265982800006 - ], - [ - -122.17050642199996, - 37.80265837200005 - ], - [ - -122.17050490999998, - 37.80265643700005 - ], - [ - -122.17042191099995, - 37.802550179000036 - ], - [ - -122.17038663399995, - 37.802505017000044 - ], - [ - -122.17037373399995, - 37.80248845400007 - ], - [ - -122.17037349099996, - 37.80248813900005 - ], - [ - -122.17037221799995, - 37.80248650300007 - ], - [ - -122.17036037099996, - 37.80247087300006 - ], - [ - -122.17034591599997, - 37.802451801000075 - ], - [ - -122.170343619, - 37.80244874700003 - ], - [ - -122.17034051499996, - 37.802444439000055 - ], - [ - -122.17033385299999, - 37.80243519800007 - ], - [ - -122.17032629299996, - 37.802424708000046 - ], - [ - -122.17032600099998, - 37.802424289000044 - ], - [ - -122.17032436699998, - 37.80242194200008 - ], - [ - -122.17032015899997, - 37.80241590000003 - ], - [ - -122.17031289999994, - 37.80240540500006 - ], - [ - -122.17030791699995, - 37.802398201000074 - ], - [ - -122.17030496199999, - 37.80239379300008 - ], - [ - -122.17029846999998, - 37.80238400400003 - ], - [ - -122.170294448, - 37.80237794200008 - ], - [ - -122.17029159599997, - 37.80237364000004 - ], - [ - -122.17028899099995, - 37.802369673000044 - ], - [ - -122.17028023399996, - 37.80235589400007 - ], - [ - -122.17027206699998, - 37.80234300500007 - ], - [ - -122.17026475899996, - 37.802330992000066 - ], - [ - -122.17025663799996, - 37.80231764300004 - ], - [ - -122.17024754699997, - 37.80230203200006 - ], - [ - -122.17024025499995, - 37.80228946500006 - ], - [ - -122.17023528399994, - 37.802280504000066 - ], - [ - -122.17022716099996, - 37.80226586500004 - ], - [ - -122.17022523399999, - 37.80226238800003 - ], - [ - -122.170223304, - 37.802258737000045 - ], - [ - -122.17021768999996, - 37.80224812500006 - ], - [ - -122.170212075, - 37.80223750600004 - ], - [ - -122.17020919099997, - 37.80223190700008 - ], - [ - -122.17019675699999, - 37.80220719500005 - ], - [ - -122.17019475799998, - 37.80220301600008 - ], - [ - -122.17019200699997, - 37.802197256000056 - ], - [ - -122.17018839099995, - 37.80218968600008 - ], - [ - -122.17018819999998, - 37.802189283000075 - ], - [ - -122.17018428199998, - 37.802181079000036 - ], - [ - -122.170183297, - 37.802179014000046 - ], - [ - -122.17018248099998, - 37.80217721200006 - ], - [ - -122.17017791199999, - 37.802167120000036 - ], - [ - -122.17017486599997, - 37.80216039700008 - ], - [ - -122.17017485399998, - 37.802160369000035 - ], - [ - -122.17017484099995, - 37.80216034100005 - ], - [ - -122.17017280199997, - 37.80215583800003 - ], - [ - -122.170170338, - 37.802150364000056 - ], - [ - -122.170165866, - 37.80213991900007 - ], - [ - -122.17015871199999, - 37.80212320600003 - ], - [ - -122.17015815299999, - 37.80212185100004 - ], - [ - -122.17015814099994, - 37.80212182300005 - ], - [ - -122.170157384, - 37.802119944000026 - ], - [ - -122.17015694599996, - 37.80211886200004 - ], - [ - -122.17015691699999, - 37.802118790000065 - ], - [ - -122.17015688799995, - 37.80211871800003 - ], - [ - -122.17015657199994, - 37.80211793600006 - ], - [ - -122.17015656199999, - 37.80211790900006 - ], - [ - -122.17015635399997, - 37.80211739900005 - ], - [ - -122.17015632, - 37.80211731300005 - ], - [ - -122.17015629499997, - 37.80211725100003 - ], - [ - -122.17015626899996, - 37.80211718500004 - ], - [ - -122.17015624199996, - 37.80211712000005 - ], - [ - -122.17015621599995, - 37.80211705500005 - ], - [ - -122.17015604399995, - 37.802116624000064 - ], - [ - -122.17015567799996, - 37.802115720000074 - ], - [ - -122.17015564099995, - 37.80211563100005 - ], - [ - -122.170155605, - 37.802115541000035 - ], - [ - -122.17015531299995, - 37.80211481500004 - ], - [ - -122.170154906, - 37.80211380700007 - ], - [ - -122.17015466, - 37.80211319800003 - ], - [ - -122.17015330199996, - 37.80210983300003 - ], - [ - -122.170152514, - 37.80210788200003 - ], - [ - -122.17015250299994, - 37.80210785500003 - ], - [ - -122.17015249199994, - 37.80210782700004 - ], - [ - -122.17015175599994, - 37.80210600500004 - ], - [ - -122.170151423, - 37.802105176000055 - ], - [ - -122.17015083099994, - 37.80210371100003 - ], - [ - -122.17015022499999, - 37.80210221200008 - ], - [ - -122.17014734699995, - 37.80209482300006 - ], - [ - -122.17014680499994, - 37.80209343000007 - ], - [ - -122.17014258399996, - 37.80208259300008 - ], - [ - -122.17013660799995, - 37.80206685300004 - ], - [ - -122.170135884, - 37.802064898000026 - ], - [ - -122.170134766, - 37.802061758000036 - ], - [ - -122.170124548, - 37.80203275500003 - ], - [ - -122.17011678199998, - 37.80200937700005 - ], - [ - -122.17011630199994, - 37.80200783300006 - ], - [ - -122.17011142099994, - 37.80199212000008 - ], - [ - -122.17010809499999, - 37.801981340000054 - ], - [ - -122.17010769099994, - 37.80198003100003 - ], - [ - -122.17010733599994, - 37.80197888400005 - ], - [ - -122.17010731099998, - 37.801978803000054 - ], - [ - -122.170107294, - 37.80197874300006 - ], - [ - -122.17010722499998, - 37.801978501000065 - ], - [ - -122.17010553999995, - 37.80197259800008 - ], - [ - -122.17010340099995, - 37.801965101000064 - ], - [ - -122.170102349, - 37.801961421000044 - ], - [ - -122.17010015899996, - 37.801953738000066 - ], - [ - -122.17009917699994, - 37.80195030400006 - ], - [ - -122.17009904899999, - 37.80194985600008 - ], - [ - -122.17009897799994, - 37.80194959600004 - ], - [ - -122.17009894799997, - 37.80194949000003 - ], - [ - -122.17009892099998, - 37.80194938300008 - ], - [ - -122.17009884799995, - 37.80194910800003 - ], - [ - -122.17009835599998, - 37.80194723300008 - ], - [ - -122.17009281699995, - 37.80192611900003 - ], - [ - -122.17008696799996, - 37.80190307000004 - ], - [ - -122.17008695599998, - 37.80190302700004 - ], - [ - -122.17008694599997, - 37.80190298400004 - ], - [ - -122.17008653799996, - 37.80190136200008 - ], - [ - -122.17008652599998, - 37.801901316000055 - ], - [ - -122.17008651499998, - 37.80190126900004 - ], - [ - -122.17008615099996, - 37.80189981900003 - ], - [ - -122.17008583499995, - 37.80189855700007 - ], - [ - -122.17008549199994, - 37.801897190000034 - ], - [ - -122.17008522099997, - 37.801896115000034 - ], - [ - -122.17008485499997, - 37.80189465500007 - ], - [ - -122.17008161099994, - 37.801881723000065 - ], - [ - -122.170081483, - 37.80188121500004 - ], - [ - -122.17005862399998, - 37.80179011600006 - ], - [ - -122.170033188, - 37.80168874700007 - ], - [ - -122.16956760699998, - 37.801539984000044 - ], - [ - -122.16947186399995, - 37.80139585200004 - ], - [ - -122.16936494699996, - 37.80123490600005 - ], - [ - -122.16927477699994, - 37.80116505400008 - ], - [ - -122.16919979199997, - 37.80110696500003 - ], - [ - -122.169062108, - 37.80099919300005 - ], - [ - -122.168562281, - 37.80108754300005 - ], - [ - -122.16856224799994, - 37.80108749900006 - ], - [ - -122.16856215899998, - 37.80108740500003 - ], - [ - -122.16855888299995, - 37.80108398700003 - ], - [ - -122.16852622699997, - 37.80104981000005 - ], - [ - -122.16843179999995, - 37.80095259800004 - ], - [ - -122.16842654399994, - 37.80094718400005 - ], - [ - -122.16842443599995, - 37.800945015000025 - ], - [ - -122.16853799599994, - 37.80068385000004 - ], - [ - -122.16853978999995, - 37.80067771800003 - ], - [ - -122.16861515599999, - 37.80042044600003 - ], - [ - -122.16859016199999, - 37.800300639000056 - ], - [ - -122.16856161599998, - 37.800163809000026 - ], - [ - -122.16855629399998, - 37.800138308000044 - ], - [ - -122.16855279099997, - 37.80012258900007 - ], - [ - -122.16855030099998, - 37.80011186100006 - ], - [ - -122.168548849, - 37.80010559300007 - ], - [ - -122.16854452799998, - 37.80008696600004 - ], - [ - -122.16854267699995, - 37.80007898500003 - ], - [ - -122.16854171299997, - 37.80007615000005 - ], - [ - -122.168407028, - 37.80007554900004 - ], - [ - -122.16840215199994, - 37.79913310100005 - ], - [ - -122.168645616, - 37.799243508000075 - ], - [ - -122.16922275299999, - 37.79950522900003 - ], - [ - -122.16928833699995, - 37.799534969000035 - ], - [ - -122.16935366699994, - 37.79956459500005 - ], - [ - -122.17045264299998, - 37.80006294200007 - ], - [ - -122.17048921299994, - 37.80007952600005 - ], - [ - -122.17052872, - 37.800079537000045 - ], - [ - -122.17052853899997, - 37.80009735700003 - ], - [ - -122.17056561699997, - 37.80011370300008 - ], - [ - -122.17056868599997, - 37.80011505600004 - ], - [ - -122.17072811, - 37.80018948900005 - ], - [ - -122.17111061799994, - 37.800366789000066 - ], - [ - -122.17116626599994, - 37.800392532000046 - ], - [ - -122.17150529299994, - 37.80054936800008 - ], - [ - -122.17182250699994, - 37.80069611300007 - ], - [ - -122.17182261499994, - 37.800696163000055 - ], - [ - -122.17190517699999, - 37.80073435300005 - ], - [ - -122.17202920299997, - 37.80079173000007 - ], - [ - -122.172528909, - 37.80102289100006 - ], - [ - -122.172719901, - 37.80111124200005 - ], - [ - -122.17291092899995, - 37.80119960700006 - ], - [ - -122.17305433699994, - 37.80126594400008 - ], - [ - -122.17314084599997, - 37.80130861600003 - ], - [ - -122.17338458599994, - 37.80142884500003 - ], - [ - -122.17356127699998, - 37.801516 - ], - [ - -122.17373797299996, - 37.801603158000034 - ], - [ - -122.17391466299995, - 37.80169031300005 - ], - [ - -122.17400262299998, - 37.80173369900007 - ], - [ - -122.17409135999998, - 37.80177746700008 - ], - [ - -122.174268053, - 37.80186462200004 - ], - [ - -122.17435066699994, - 37.80190536900005 - ], - [ - -122.17444553499996, - 37.80195216300007 - ], - [ - -122.17462225699995, - 37.80203933400003 - ], - [ - -122.17503004199995, - 37.802240468000036 - ], - [ - -122.17519483999996, - 37.80232175200007 - ], - [ - -122.17535221799994, - 37.80239937400006 - ], - [ - -122.17559518899998, - 37.80251922000008 - ], - [ - -122.17589282999995, - 37.802666025000065 - ], - [ - -122.175971001, - 37.80270457800003 - ], - [ - -122.17532716799997, - 37.803534281000054 - ], - [ - -122.17627638899995, - 37.80421854400004 - ], - [ - -122.17665891499996, - 37.80449428400004 - ], - [ - -122.176966833, - 37.80471624300003 - ], - [ - -122.17820866599999, - 37.80392071800003 - ], - [ - -122.17874515799997, - 37.80449811600005 - ], - [ - -122.17918368499994, - 37.804970067000056 - ], - [ - -122.17914040499994, - 37.80502265200005 - ], - [ - -122.178520462, - 37.80577595700004 - ], - [ - -122.17778266099998, - 37.80667244600005 - ], - [ - -122.17670740799997, - 37.80714032700007 - ], - [ - -122.17665670999997, - 37.80716238700006 - ], - [ - -122.17665236199997, - 37.80716427900006 - ], - [ - -122.17588312, - 37.80749899800003 - ], - [ - -122.17580046199998, - 37.807633133000024 - ], - [ - -122.17562515799995, - 37.80791762500007 - ], - [ - -122.17470959999997, - 37.809403416000066 - ], - [ - -122.17468569699997, - 37.80944220500004 - ], - [ - -122.174461184, - 37.80980653700004 - ], - [ - -122.17417239699995, - 37.81027516800003 - ], - [ - -122.17434151599997, - 37.810830587000055 - ], - [ - -122.174758264, - 37.812199262000036 - ], - [ - -122.17481866399999, - 37.81239762600006 - ], - [ - -122.17538915799997, - 37.81427113500007 - ], - [ - -122.175487794, - 37.81459505300006 - ], - [ - -122.17567197899996, - 37.81472817000008 - ], - [ - -122.17632613399996, - 37.81520094800004 - ], - [ - -122.17632944299999, - 37.81520334000004 - ], - [ - -122.177541626, - 37.81607939500003 - ], - [ - -122.17841655099994, - 37.81671169400005 - ], - [ - -122.18010411799997, - 37.81796332400006 - ], - [ - -122.18036561199995, - 37.818157263000046 - ], - [ - -122.18121332599998, - 37.81931193500003 - ], - [ - -122.181452058, - 37.819429042000024 - ], - [ - -122.18157202699996, - 37.81948789000006 - ], - [ - -122.182011048, - 37.819703238000045 - ], - [ - -122.18360373399997, - 37.82048446400006 - ], - [ - -122.18360377599998, - 37.820484469000064 - ], - [ - -122.18429049899999, - 37.82056679400006 - ], - [ - -122.18439007699999, - 37.82057873300005 - ], - [ - -122.18473055499999, - 37.82061954900007 - ], - [ - -122.18541703899996, - 37.82070184100007 - ], - [ - -122.185489443, - 37.820710518000055 - ], - [ - -122.18549026, - 37.82071061600004 - ], - [ - -122.18559466799996, - 37.82072313200007 - ], - [ - -122.18592112399995, - 37.82106826000006 - ], - [ - -122.18615832999996, - 37.82131902900005 - ], - [ - -122.18678443799996, - 37.82198093000005 - ], - [ - -122.18688464099995, - 37.82208686000007 - ], - [ - -122.18681626799997, - 37.82228846600003 - ], - [ - -122.18670832999999, - 37.822606705000055 - ], - [ - -122.18667856699994, - 37.82269445500003 - ], - [ - -122.18664986199997, - 37.82277908800006 - ], - [ - -122.18649245299997, - 37.82324318900004 - ], - [ - -122.18645062399997, - 37.823366290000024 - ], - [ - -122.18636611399995, - 37.82361558700006 - ], - [ - -122.18629779399998, - 37.823817148000046 - ], - [ - -122.18616922299998, - 37.82419640400008 - ], - [ - -122.18588891499996, - 37.824945108000065 - ], - [ - -122.185736895, - 37.82536864700006 - ], - [ - -122.18581687799997, - 37.825506605000044 - ], - [ - -122.18596152899994, - 37.82575611900006 - ], - [ - -122.18603385399996, - 37.82588087600004 - ], - [ - -122.18610265199999, - 37.82599954500006 - ], - [ - -122.18618429699995, - 37.826140372000054 - ], - [ - -122.18626167999997, - 37.826273859000025 - ], - [ - -122.18634847799996, - 37.82642356900004 - ], - [ - -122.18644701, - 37.82659352400003 - ], - [ - -122.18658094199998, - 37.82682453500007 - ], - [ - -122.18675740799995, - 37.82694279300006 - ], - [ - -122.18675673399997, - 37.82694264600008 - ], - [ - -122.18675380599996, - 37.82694241400003 - ], - [ - -122.18675087199995, - 37.82694257800006 - ], - [ - -122.18674801599997, - 37.82694313400003 - ], - [ - -122.18674531899995, - 37.826944067000056 - ], - [ - -122.186742859, - 37.82694534700005 - ], - [ - -122.18674070999998, - 37.82694693900004 - ], - [ - -122.18673892899994, - 37.82694879700006 - ], - [ - -122.18673757299996, - 37.82695086700005 - ], - [ - -122.18673667699994, - 37.826953090000075 - ], - [ - -122.186736269, - 37.82695540000003 - ], - [ - -122.18673635999994, - 37.82695773300003 - ], - [ - -122.18673694799998, - 37.82696001900007 - ], - [ - -122.18673801399996, - 37.82696219400003 - ], - [ - -122.18696293699998, - 37.82732574900007 - ], - [ - -122.18708496299996, - 37.827522986000076 - ], - [ - -122.18706747099998, - 37.827669437000054 - ], - [ - -122.18706537099996, - 37.82768703000005 - ], - [ - -122.18723583199994, - 37.82771659200006 - ], - [ - -122.18735582599999, - 37.82773740300007 - ], - [ - -122.18733857899997, - 37.82779172100004 - ], - [ - -122.18731301499997, - 37.82784393400004 - ], - [ - -122.18728113399999, - 37.827905172000044 - ], - [ - -122.187060482, - 37.82786157800007 - ], - [ - -122.18707082599997, - 37.82788939000005 - ], - [ - -122.18707203999998, - 37.82789087800006 - ], - [ - -122.18707212199996, - 37.827890979000074 - ], - [ - -122.18707217399998, - 37.82789104500006 - ], - [ - -122.18707222899997, - 37.827891116000046 - ], - [ - -122.187073323, - 37.82789250500008 - ], - [ - -122.187074425, - 37.82789397500005 - ], - [ - -122.18707547099996, - 37.82789541900007 - ], - [ - -122.18707646299998, - 37.82789684800008 - ], - [ - -122.18707675199994, - 37.82789728200004 - ], - [ - -122.18707677099997, - 37.82789731100007 - ], - [ - -122.18707679, - 37.82789733900006 - ], - [ - -122.18707746899997, - 37.82789835800003 - ], - [ - -122.18707824299997, - 37.827899570000056 - ], - [ - -122.18707851199997, - 37.827900002000035 - ], - [ - -122.18707880699998, - 37.82790048600003 - ], - [ - -122.18707934699995, - 37.82790137300003 - ], - [ - -122.18707948399998, - 37.82790160700006 - ], - [ - -122.18708023499994, - 37.82790289500008 - ], - [ - -122.18708106099996, - 37.82790438200004 - ], - [ - -122.18708188, - 37.827905928000064 - ], - [ - -122.18708268699999, - 37.827907519000064 - ], - [ - -122.18708342499997, - 37.82790905300004 - ], - [ - -122.18708375799997, - 37.82790978700007 - ], - [ - -122.18708414699995, - 37.82791064200006 - ], - [ - -122.18708450199995, - 37.82791146400007 - ], - [ - -122.187084831, - 37.82791223000004 - ], - [ - -122.18708485399998, - 37.827912284000035 - ], - [ - -122.18708487499998, - 37.827912336000054 - ], - [ - -122.18708522399999, - 37.82791320200005 - ], - [ - -122.18708546999994, - 37.827913815000045 - ], - [ - -122.18708551699996, - 37.82791393400004 - ], - [ - -122.18708556299998, - 37.827914054000075 - ], - [ - -122.18708582899995, - 37.827914744000054 - ], - [ - -122.18708609099997, - 37.827915433000044 - ], - [ - -122.18708636099996, - 37.82791618600004 - ], - [ - -122.18708666599997, - 37.827917038000066 - ], - [ - -122.18708687699996, - 37.827917668000055 - ], - [ - -122.18708720299998, - 37.82791865100006 - ], - [ - -122.18708721299998, - 37.827918682000075 - ], - [ - -122.187087223, - 37.82791871300003 - ], - [ - -122.18708771299998, - 37.82792029700005 - ], - [ - -122.18708818799996, - 37.82792195500008 - ], - [ - -122.18708820899997, - 37.82792202400003 - ], - [ - -122.18708822699995, - 37.82792209200005 - ], - [ - -122.18708861599998, - 37.82792356300007 - ], - [ - -122.18708901399998, - 37.82792520900006 - ], - [ - -122.18708937599996, - 37.82792686200003 - ], - [ - -122.18708970299997, - 37.827928530000065 - ], - [ - -122.18708985099994, - 37.827929374000064 - ], - [ - -122.18708999499995, - 37.82793022000004 - ], - [ - -122.18709024199995, - 37.82793184700006 - ], - [ - -122.18709045599996, - 37.82793350500003 - ], - [ - -122.18709064499996, - 37.827935274000026 - ], - [ - -122.18709077899996, - 37.82793686900004 - ], - [ - -122.18709089199996, - 37.82793869500006 - ], - [ - -122.187090953, - 37.827940271000045 - ], - [ - -122.18709097899995, - 37.82794197700008 - ], - [ - -122.18709097799996, - 37.82794358000007 - ], - [ - -122.18709093099994, - 37.82794527200008 - ], - [ - -122.18709085299997, - 37.82794692300007 - ], - [ - -122.18709073899998, - 37.827948597000045 - ], - [ - -122.187090588, - 37.82795027000003 - ], - [ - -122.18709039099997, - 37.82795199200007 - ], - [ - -122.18709034999995, - 37.827952294000056 - ], - [ - -122.18709025699997, - 37.827952965000065 - ], - [ - -122.18709014799998, - 37.82795374400007 - ], - [ - -122.18708978099994, - 37.82795597300003 - ], - [ - -122.18708959999998, - 37.82795696800008 - ], - [ - -122.18708950099995, - 37.827957455000046 - ], - [ - -122.18708926999994, - 37.82795859300006 - ], - [ - -122.18708889599998, - 37.827960242000074 - ], - [ - -122.18708848999995, - 37.82796188800006 - ], - [ - -122.18708801699995, - 37.827963613000065 - ], - [ - -122.18708789199997, - 37.827964043000065 - ], - [ - -122.18708752499998, - 37.82796526900006 - ], - [ - -122.18708735399997, - 37.82796581400004 - ], - [ - -122.187087008, - 37.82796690300006 - ], - [ - -122.18708649499996, - 37.82796840700007 - ], - [ - -122.18708624399994, - 37.827969092000046 - ], - [ - -122.18708589899995, - 37.82797003500008 - ], - [ - -122.18708562499995, - 37.827970736000054 - ], - [ - -122.18708527399997, - 37.82797163600003 - ], - [ - -122.18708499399997, - 37.827972309000074 - ], - [ - -122.18708461499995, - 37.82797322300007 - ], - [ - -122.18708459099997, - 37.82797328100003 - ], - [ - -122.18708456699994, - 37.82797333800005 - ], - [ - -122.18708388599998, - 37.82797489100005 - ], - [ - -122.18708319899997, - 37.82797637500005 - ], - [ - -122.18708295899995, - 37.827976868000064 - ], - [ - -122.18708240499996, - 37.82797799600007 - ], - [ - -122.187081638, - 37.82797949400003 - ], - [ - -122.18708161999996, - 37.82797952900006 - ], - [ - -122.18708160199998, - 37.82797956200005 - ], - [ - -122.18708076699994, - 37.82798111000005 - ], - [ - -122.18707990699994, - 37.82798262700004 - ], - [ - -122.18707901399995, - 37.827984128000026 - ], - [ - -122.18707895699998, - 37.82798422500008 - ], - [ - -122.18707889799998, - 37.82798432000004 - ], - [ - -122.187078107, - 37.82798559300005 - ], - [ - -122.18707709799997, - 37.82798715200005 - ], - [ - -122.18707610099995, - 37.82798863000005 - ], - [ - -122.18707507199997, - 37.827990087000046 - ], - [ - -122.18707399599998, - 37.827991557000075 - ], - [ - -122.18707333299994, - 37.82799242600004 - ], - [ - -122.18707297499998, - 37.82799289500008 - ], - [ - -122.18707251399996, - 37.82799347900004 - ], - [ - -122.187071775, - 37.82799440600007 - ], - [ - -122.18707065599995, - 37.82799576700006 - ], - [ - -122.18706945499997, - 37.827997168000024 - ], - [ - -122.18706805399995, - 37.827998739000066 - ], - [ - -122.18706782799995, - 37.82799898300004 - ], - [ - -122.18706756499995, - 37.82799926800004 - ], - [ - -122.18706733399995, - 37.82799951800007 - ], - [ - -122.18706700099995, - 37.827999876000035 - ], - [ - -122.18706573199995, - 37.82800121300005 - ], - [ - -122.18706444199995, - 37.82800251100008 - ], - [ - -122.18706310699997, - 37.82800381200008 - ], - [ - -122.18706171699995, - 37.82800511800008 - ], - [ - -122.18706032399996, - 37.82800638000003 - ], - [ - -122.18705891299999, - 37.828007617000026 - ], - [ - -122.18705746699999, - 37.82800883900006 - ], - [ - -122.18705592099997, - 37.82801010000003 - ], - [ - -122.18705555599996, - 37.82801038800005 - ], - [ - -122.18705451099999, - 37.828011211000046 - ], - [ - -122.18705381799998, - 37.82801174000008 - ], - [ - -122.18705378899995, - 37.828011762000074 - ], - [ - -122.18705375899998, - 37.82801178500006 - ], - [ - -122.18705296099995, - 37.82801238800005 - ], - [ - -122.18705285599998, - 37.828012468000054 - ], - [ - -122.18705274999996, - 37.828012546000025 - ], - [ - -122.187051436, - 37.82801351400008 - ], - [ - -122.18705076099997, - 37.82801399400006 - ], - [ - -122.18705033699996, - 37.82801429500006 - ], - [ - -122.18704985899996, - 37.828014636000034 - ], - [ - -122.18704948299995, - 37.828014894000034 - ], - [ - -122.18704902299999, - 37.82801520900006 - ], - [ - -122.18704860699995, - 37.828015495000045 - ], - [ - -122.187048254, - 37.828015736000054 - ], - [ - -122.18704792699998, - 37.828015952000044 - ], - [ - -122.18704743899997, - 37.82801627600003 - ], - [ - -122.18704663799997, - 37.82801680700004 - ], - [ - -122.18704571499995, - 37.82801739700005 - ], - [ - -122.18704507199999, - 37.82801780900007 - ], - [ - -122.18704331899994, - 37.82801888700004 - ], - [ - -122.18704162699999, - 37.82801989300003 - ], - [ - -122.18704118599999, - 37.828020148000064 - ], - [ - -122.187039928, - 37.82802086800007 - ], - [ - -122.18703815299995, - 37.82802184700006 - ], - [ - -122.18703812399997, - 37.82802186200007 - ], - [ - -122.18703753399996, - 37.828022178000026 - ], - [ - -122.18703641899998, - 37.82802277300004 - ], - [ - -122.18703457999999, - 37.82802371200006 - ], - [ - -122.187032983, - 37.82802449600007 - ], - [ - -122.18702906299995, - 37.82802631800007 - ], - [ - -122.18702724699995, - 37.82802711000005 - ], - [ - -122.18702532199995, - 37.82802791200004 - ], - [ - -122.18702442499995, - 37.828028274000076 - ], - [ - -122.187023233, - 37.82802874600003 - ], - [ - -122.18702252999998, - 37.82802901700006 - ], - [ - -122.18702195399999, - 37.82802923700007 - ], - [ - -122.18702164499996, - 37.82802935600006 - ], - [ - -122.18702117299995, - 37.82802952900005 - ], - [ - -122.18701976099999, - 37.82803004700003 - ], - [ - -122.18701895899994, - 37.82803032800007 - ], - [ - -122.18701781299995, - 37.82803073000008 - ], - [ - -122.18701701999998, - 37.82803099500006 - ], - [ - -122.18701585999997, - 37.82803138200006 - ], - [ - -122.18701490299998, - 37.82803168700008 - ], - [ - -122.18701391899998, - 37.828032001000054 - ], - [ - -122.18701272299995, - 37.828032361000055 - ], - [ - -122.18701259899996, - 37.82803239800006 - ], - [ - -122.18701247399997, - 37.82803243600006 - ], - [ - -122.18701222199996, - 37.82803251200005 - ], - [ - -122.18701209399995, - 37.828032550000046 - ], - [ - -122.18701196699999, - 37.82803258800004 - ], - [ - -122.18701155199994, - 37.82803270800008 - ], - [ - -122.18701114199996, - 37.82803282500004 - ], - [ - -122.18701069099995, - 37.82803295400004 - ], - [ - -122.18701004599995, - 37.82803313800008 - ], - [ - -122.18700993799996, - 37.82803316800005 - ], - [ - -122.18700986799996, - 37.828033187000074 - ], - [ - -122.187009763, - 37.82803321700004 - ], - [ - -122.18700962199995, - 37.82803325500004 - ], - [ - -122.18700912999998, - 37.82803338800005 - ], - [ - -122.187008242, - 37.828033626000035 - ], - [ - -122.18700789199994, - 37.82803372300003 - ], - [ - -122.18700588299998, - 37.828034236000065 - ], - [ - -122.18700386599994, - 37.828034718000026 - ], - [ - -122.18700222399997, - 37.828035089000025 - ], - [ - -122.18700106399996, - 37.82803534000004 - ], - [ - -122.186999647, - 37.82803563500005 - ], - [ - -122.18699724899994, - 37.82803609500007 - ], - [ - -122.18699649499996, - 37.828036232000045 - ], - [ - -122.18699571599996, - 37.82803637300003 - ], - [ - -122.18699391799998, - 37.82803667200005 - ], - [ - -122.18699378099996, - 37.82803669500004 - ], - [ - -122.18699364699995, - 37.82803671600004 - ], - [ - -122.18699217999995, - 37.82803694000006 - ], - [ - -122.18699206099996, - 37.82803695800004 - ], - [ - -122.186992009, - 37.82803696700006 - ], - [ - -122.18699194899995, - 37.82803697600008 - ], - [ - -122.18699184899998, - 37.82803699100003 - ], - [ - -122.186991719, - 37.82803701100005 - ], - [ - -122.18699163599996, - 37.828037023000036 - ], - [ - -122.18699157999998, - 37.828037030000075 - ], - [ - -122.18699100099997, - 37.828037110000025 - ], - [ - -122.18699066999994, - 37.82803715600005 - ], - [ - -122.18699053299997, - 37.828037176000066 - ], - [ - -122.18699039699999, - 37.828037194000046 - ], - [ - -122.18698986599998, - 37.82803726700007 - ], - [ - -122.18698947899998, - 37.82803731900003 - ], - [ - -122.186989112, - 37.82803736400007 - ], - [ - -122.18698847299999, - 37.828037444000074 - ], - [ - -122.18698788499995, - 37.82803751700004 - ], - [ - -122.18698746299998, - 37.82803756900006 - ], - [ - -122.186987392, - 37.82803757900007 - ], - [ - -122.18698731299997, - 37.82803758700004 - ], - [ - -122.18698670899994, - 37.828037653000024 - ], - [ - -122.18698623499995, - 37.82803770500004 - ], - [ - -122.18698546599995, - 37.828037789000064 - ], - [ - -122.18698533299994, - 37.82803780300003 - ], - [ - -122.18698528799996, - 37.82803780800003 - ], - [ - -122.18698511599996, - 37.828037824000035 - ], - [ - -122.18698476299994, - 37.82803785700003 - ], - [ - -122.18698434499998, - 37.82803789700006 - ], - [ - -122.18698318, - 37.82803800800008 - ], - [ - -122.18698214099999, - 37.82803809200004 - ], - [ - -122.18698153599996, - 37.828038141000036 - ], - [ - -122.18698109499996, - 37.828038176000064 - ], - [ - -122.18698065899997, - 37.82803820600003 - ], - [ - -122.186979915, - 37.82803825600007 - ], - [ - -122.18697978199998, - 37.82803826500003 - ], - [ - -122.18697964999996, - 37.82803827500004 - ], - [ - -122.186979383, - 37.82803829300008 - ], - [ - -122.18697898399995, - 37.82803831900003 - ], - [ - -122.18697885499995, - 37.82803832700006 - ], - [ - -122.18697875299995, - 37.82803833200006 - ], - [ - -122.18697869799996, - 37.82803833500003 - ], - [ - -122.18697842599994, - 37.82803835000004 - ], - [ - -122.18697754199997, - 37.82803839700006 - ], - [ - -122.18697687999997, - 37.82803843200003 - ], - [ - -122.18697679499996, - 37.82803843600004 - ], - [ - -122.18697671099994, - 37.82803844000006 - ], - [ - -122.18697586399998, - 37.82803847300005 - ], - [ - -122.18697483699998, - 37.828038512000035 - ], - [ - -122.18697480099996, - 37.828038513000024 - ], - [ - -122.186974766, - 37.82803851400007 - ], - [ - -122.186974196, - 37.82803853000007 - ], - [ - -122.18697414599995, - 37.82803853100006 - ], - [ - -122.18697409699996, - 37.82803853100006 - ], - [ - -122.18697382, - 37.82803853900003 - ], - [ - -122.18697340499995, - 37.82803855000003 - ], - [ - -122.18697304799997, - 37.82803856000004 - ], - [ - -122.18697290999995, - 37.828038563000064 - ], - [ - -122.186972772, - 37.82803856600003 - ], - [ - -122.18697265499998, - 37.82803857000005 - ], - [ - -122.18697254899996, - 37.828038572000025 - ], - [ - -122.18697250399998, - 37.82803857300007 - ], - [ - -122.18697245399994, - 37.82803857300007 - ], - [ - -122.18697186599996, - 37.828038580000054 - ], - [ - -122.18697167799996, - 37.82803858200003 - ], - [ - -122.186971611, - 37.82803858300008 - ], - [ - -122.18697145099998, - 37.82803858300008 - ], - [ - -122.18697117899995, - 37.82803858700004 - ], - [ - -122.18697109399994, - 37.82803858700004 - ], - [ - -122.18697105799998, - 37.82803858900007 - ], - [ - -122.18697089999995, - 37.82803859000006 - ], - [ - -122.18697071399998, - 37.82803859200004 - ], - [ - -122.18697067399995, - 37.82803859200004 - ], - [ - -122.18697063699994, - 37.82803859300003 - ], - [ - -122.18697052599998, - 37.82803859300003 - ], - [ - -122.18697026999996, - 37.82803859300003 - ], - [ - -122.18697014499998, - 37.82803859300003 - ], - [ - -122.18697001899994, - 37.82803859200004 - ], - [ - -122.18696981599999, - 37.82803859200004 - ], - [ - -122.18696975899996, - 37.82803859200004 - ], - [ - -122.18696970199994, - 37.82803859200004 - ], - [ - -122.18696869499996, - 37.82803859000006 - ], - [ - -122.18696837099998, - 37.82803858800003 - ], - [ - -122.186967101, - 37.82803856800007 - ], - [ - -122.18696674599994, - 37.828038563000064 - ], - [ - -122.18696631399996, - 37.828038556000024 - ], - [ - -122.186965483, - 37.82803853100006 - ], - [ - -122.18696534699995, - 37.82803852700005 - ], - [ - -122.18696521299995, - 37.82803852400008 - ], - [ - -122.186964274, - 37.828038495000044 - ], - [ - -122.18696420699996, - 37.828038493000065 - ], - [ - -122.186964145, - 37.82803849000004 - ], - [ - -122.18696300599998, - 37.82803843800008 - ], - [ - -122.18696296099995, - 37.82803843700003 - ], - [ - -122.18696291499998, - 37.82803843500005 - ], - [ - -122.18696228399995, - 37.828038407000065 - ], - [ - -122.18696170099997, - 37.828038380000066 - ], - [ - -122.18696111099996, - 37.82803834600003 - ], - [ - -122.18696057799997, - 37.828038314000025 - ], - [ - -122.18696009399997, - 37.82803828600004 - ], - [ - -122.186960033, - 37.82803828200008 - ], - [ - -122.18695997299994, - 37.828038278000065 - ], - [ - -122.18695978699998, - 37.82803826500003 - ], - [ - -122.18695970599998, - 37.82803826000003 - ], - [ - -122.186959608, - 37.828038253000045 - ], - [ - -122.18695786799998, - 37.82803813100003 - ], - [ - -122.18686188299995, - 37.828604459000076 - ], - [ - -122.18684434399995, - 37.82873357100004 - ], - [ - -122.18684377899996, - 37.82873772900007 - ], - [ - -122.18680162499999, - 37.82911160400005 - ], - [ - -122.18676610299997, - 37.829426658000045 - ], - [ - -122.18672888999998, - 37.829756694000025 - ], - [ - -122.18672778099995, - 37.82976653500003 - ], - [ - -122.18671984099996, - 37.82983694600006 - ], - [ - -122.186719397, - 37.829837757000064 - ], - [ - -122.18671895299997, - 37.82983856800007 - ], - [ - -122.18671835099997, - 37.82983972100004 - ], - [ - -122.18671809699998, - 37.82984020400005 - ], - [ - -122.18671716999995, - 37.82984195600005 - ], - [ - -122.18671649999999, - 37.82984350600003 - ], - [ - -122.18671629099998, - 37.82984397300004 - ], - [ - -122.18671516299997, - 37.82984640900003 - ], - [ - -122.18671437399996, - 37.82984853800008 - ], - [ - -122.18671392199997, - 37.829849747000026 - ], - [ - -122.18671374099995, - 37.82985023300006 - ], - [ - -122.18671258399996, - 37.829853651000064 - ], - [ - -122.186712463, - 37.829854054000066 - ], - [ - -122.18671114699998, - 37.82985877500005 - ], - [ - -122.18669923199997, - 37.829877692000025 - ], - [ - -122.186030771, - 37.83093904800006 - ], - [ - -122.18576560599996, - 37.83135944800006 - ], - [ - -122.18576556899995, - 37.83135950700006 - ], - [ - -122.18575550699995, - 37.83136775600008 - ], - [ - -122.18574771799996, - 37.83137740600006 - ], - [ - -122.18574343899996, - 37.831385829000055 - ], - [ - -122.18574096199995, - 37.83139566800003 - ], - [ - -122.18574065399997, - 37.83140598500006 - ], - [ - -122.18574122499996, - 37.83141040600003 - ], - [ - -122.18574365299997, - 37.83142868700003 - ], - [ - -122.18576649699997, - 37.83160075700005 - ], - [ - -122.18553500099995, - 37.83197028700005 - ], - [ - -122.18553383399995, - 37.831970847000036 - ], - [ - -122.18553371399997, - 37.83197090400006 - ], - [ - -122.18553359299995, - 37.831970960000035 - ], - [ - -122.18553318899995, - 37.83197114700005 - ], - [ - -122.18553268499994, - 37.83197141900007 - ], - [ - -122.18553182399995, - 37.83197187800005 - ], - [ - -122.18553168999995, - 37.831971949000035 - ], - [ - -122.18553155899997, - 37.83197202300005 - ], - [ - -122.18553056299999, - 37.83197258900003 - ], - [ - -122.18553008599997, - 37.83197286200004 - ], - [ - -122.18552977399997, - 37.831973031000075 - ], - [ - -122.18552928499997, - 37.831973349000066 - ], - [ - -122.18552881699998, - 37.83197363600004 - ], - [ - -122.18552869899997, - 37.83197370700003 - ], - [ - -122.18552865099997, - 37.831973739000034 - ], - [ - -122.18552852299996, - 37.831973822000066 - ], - [ - -122.18552790499996, - 37.83197422200004 - ], - [ - -122.185527601, - 37.83197442300008 - ], - [ - -122.18552726699994, - 37.83197465100005 - ], - [ - -122.18552657099997, - 37.83197512900006 - ], - [ - -122.18552523799997, - 37.831976101000066 - ], - [ - -122.18552470999998, - 37.831976517000044 - ], - [ - -122.18552402299997, - 37.83197705600003 - ], - [ - -122.18552398699995, - 37.83197708600005 - ], - [ - -122.185523951, - 37.831977117000065 - ], - [ - -122.18552343799996, - 37.83197754200006 - ], - [ - -122.18552272499994, - 37.83197813800007 - ], - [ - -122.18552270299995, - 37.83197815700004 - ], - [ - -122.18552150899995, - 37.831979241000056 - ], - [ - -122.18552142399994, - 37.83197931800004 - ], - [ - -122.18552134099997, - 37.831979397000055 - ], - [ - -122.18552063699997, - 37.83198007000004 - ], - [ - -122.18551992299996, - 37.831980789000056 - ], - [ - -122.18533190099998, - 37.832290002000036 - ], - [ - -122.18529930799997, - 37.83234333200005 - ], - [ - -122.18529825699994, - 37.83234504500007 - ], - [ - -122.18529407199998, - 37.83235326600004 - ], - [ - -122.18529113299996, - 37.832361932000026 - ], - [ - -122.18528977199998, - 37.832370240000046 - ], - [ - -122.18528959699995, - 37.83237801900003 - ], - [ - -122.18529031499997, - 37.83238261400004 - ], - [ - -122.18529120599999, - 37.83238871300006 - ], - [ - -122.18523681899995, - 37.83249526000003 - ], - [ - -122.18522916599994, - 37.83250030500005 - ], - [ - -122.18522298, - 37.832506280000075 - ], - [ - -122.18510668099998, - 37.83269611000003 - ], - [ - -122.18477235399996, - 37.83286890100004 - ], - [ - -122.18433696799997, - 37.833588691000045 - ], - [ - -122.18401557299995, - 37.83411392100004 - ], - [ - -122.183876463, - 37.83434125600007 - ], - [ - -122.18384453299996, - 37.83439343400005 - ], - [ - -122.18391527999995, - 37.83454881600005 - ], - [ - -122.18396849099997, - 37.83466568400007 - ], - [ - -122.18404444199996, - 37.834832497000036 - ], - [ - -122.18405349499994, - 37.83485237900004 - ], - [ - -122.18416806599998, - 37.83510400800003 - ], - [ - -122.18432858799997, - 37.83545656600006 - ], - [ - -122.18453410099994, - 37.83590793400003 - ], - [ - -122.18457283999999, - 37.83600222800004 - ], - [ - -122.18463701199994, - 37.836158425000065 - ], - [ - -122.18472060399995, - 37.836361888000056 - ], - [ - -122.18475981499995, - 37.836374791000026 - ], - [ - -122.18520465299997, - 37.83733335100004 - ], - [ - -122.18677840999999, - 37.83771993900007 - ], - [ - -122.18681713799998, - 37.83773698400006 - ], - [ - -122.18688415599996, - 37.83776648200006 - ], - [ - -122.18692924299995, - 37.837776974000064 - ], - [ - -122.18710349999998, - 37.83778987300008 - ], - [ - -122.187449072, - 37.837815453000076 - ], - [ - -122.18755413999997, - 37.83782323100007 - ], - [ - -122.18757027999999, - 37.837825606000024 - ], - [ - -122.18758648099998, - 37.83782791700003 - ], - [ - -122.18760262299998, - 37.83783105500004 - ], - [ - -122.18761883299999, - 37.83783396800004 - ], - [ - -122.18763510599996, - 37.83783665300007 - ], - [ - -122.18765143299998, - 37.837839116000055 - ], - [ - -122.18766781099998, - 37.837841351000066 - ], - [ - -122.18768423799997, - 37.83784335900003 - ], - [ - -122.18770072499996, - 37.83784513900008 - ], - [ - -122.18774731599996, - 37.83784059000004 - ], - [ - -122.18777874699998, - 37.83783752000005 - ], - [ - -122.18774688299999, - 37.83783432700005 - ], - [ - -122.18791943199994, - 37.837817861000076 - ], - [ - -122.18792226999994, - 37.837823290000074 - ], - [ - -122.18824184799996, - 37.83778814000004 - ], - [ - -122.18866686599995, - 37.837741391000066 - ], - [ - -122.18875837, - 37.83773132500005 - ], - [ - -122.18876537899996, - 37.83773714300003 - ], - [ - -122.18877761999994, - 37.837735974000054 - ], - [ - -122.18887323299998, - 37.83772685100007 - ], - [ - -122.18893982799995, - 37.83777932000004 - ], - [ - -122.18908457599997, - 37.837893361000056 - ], - [ - -122.1890749, - 37.83791636900003 - ], - [ - -122.18906717599998, - 37.837915391000024 - ], - [ - -122.18902700899997, - 37.83790974000004 - ], - [ - -122.18902580599996, - 37.83790955300003 - ], - [ - -122.18898696999997, - 37.83790353100005 - ], - [ - -122.18896052399998, - 37.837899048000054 - ], - [ - -122.18898040299996, - 37.83791554000004 - ], - [ - -122.18898940999998, - 37.837917048000065 - ], - [ - -122.18899250799996, - 37.83791755900006 - ], - [ - -122.18924838499998, - 37.838089524000054 - ], - [ - -122.18925572399996, - 37.838095029000044 - ], - [ - -122.18926208, - 37.838095456000076 - ], - [ - -122.189270352, - 37.83809568500004 - ], - [ - -122.18927181699996, - 37.83808160900003 - ], - [ - -122.18927270799998, - 37.83807305100004 - ], - [ - -122.18928453299998, - 37.83807356700004 - ], - [ - -122.18930023399997, - 37.83807402800005 - ], - [ - -122.18931684499995, - 37.838076357000034 - ], - [ - -122.18934396699996, - 37.83809772400008 - ], - [ - -122.18934400299997, - 37.83809772500007 - ], - [ - -122.18942585599996, - 37.83809418800007 - ], - [ - -122.18950698299994, - 37.838084872000024 - ], - [ - -122.18958673999998, - 37.83806985100006 - ], - [ - -122.18977988499995, - 37.83802616200006 - ], - [ - -122.18983169199998, - 37.83801747900003 - ], - [ - -122.18988451699994, - 37.838014577000024 - ], - [ - -122.18994157099996, - 37.83801800300006 - ], - [ - -122.18999733399994, - 37.83802816900004 - ], - [ - -122.19005054799999, - 37.838044843000034 - ], - [ - -122.19010001299995, - 37.83806765000003 - ], - [ - -122.190144611, - 37.838096077000046 - ], - [ - -122.18993730699998, - 37.83827036900004 - ], - [ - -122.19012623499998, - 37.83841170200003 - ], - [ - -122.18994059299996, - 37.83856778000006 - ], - [ - -122.19007105099996, - 37.83867056300005 - ], - [ - -122.19019030499999, - 37.838764516000026 - ], - [ - -122.19031949899994, - 37.838866299000074 - ], - [ - -122.19043597799998, - 37.83895806600003 - ], - [ - -122.19055281699997, - 37.83905011400003 - ], - [ - -122.19067716599994, - 37.839148084000044 - ], - [ - -122.190681655, - 37.83915161400006 - ], - [ - -122.190800793, - 37.839245478000066 - ], - [ - -122.19080449199998, - 37.83924839400004 - ], - [ - -122.19092904999997, - 37.83934652200003 - ], - [ - -122.19104574899995, - 37.83943846100004 - ], - [ - -122.19105016799995, - 37.83944194400004 - ], - [ - -122.19116290399995, - 37.83953075800008 - ], - [ - -122.19115980499998, - 37.83953315900004 - ], - [ - -122.19115900199995, - 37.83953381300006 - ], - [ - -122.191165781, - 37.839538943000036 - ], - [ - -122.19116605299996, - 37.839539149000075 - ], - [ - -122.19144093899996, - 37.83974715000005 - ], - [ - -122.19146112299995, - 37.83976242400007 - ], - [ - -122.19160941999996, - 37.83987938100006 - ], - [ - -122.19162720699995, - 37.83989341000006 - ], - [ - -122.19208434799998, - 37.84025393600007 - ], - [ - -122.19225015799998, - 37.84029347300003 - ], - [ - -122.19241412099996, - 37.840332568000065 - ], - [ - -122.19248644899994, - 37.84034981700006 - ], - [ - -122.192745377, - 37.840411550000056 - ], - [ - -122.192746834, - 37.84041189800007 - ], - [ - -122.19307843699994, - 37.84049096600006 - ], - [ - -122.19320084299994, - 37.840520163000065 - ], - [ - -122.19320270699995, - 37.84052060700003 - ], - [ - -122.19331120399994, - 37.84054648600005 - ], - [ - -122.19349314299996, - 37.84058509500005 - ], - [ - -122.19369093199998, - 37.84062694900007 - ], - [ - -122.19369096899999, - 37.84062695600005 - ], - [ - -122.193691006, - 37.84062696400008 - ], - [ - -122.19369360399998, - 37.84062372100004 - ], - [ - -122.19369517999996, - 37.84062182500003 - ], - [ - -122.19369604499997, - 37.840620785000056 - ], - [ - -122.19369755199995, - 37.84061904500004 - ], - [ - -122.19369757699997, - 37.84061901500007 - ], - [ - -122.19369760199999, - 37.84061898600004 - ], - [ - -122.19369801799996, - 37.840618506000055 - ], - [ - -122.19369809499995, - 37.84061841600004 - ], - [ - -122.19369817299997, - 37.84061832700007 - ], - [ - -122.19369848999997, - 37.84061796100008 - ], - [ - -122.19369895299997, - 37.84061743800004 - ], - [ - -122.1937, - 37.840616272000034 - ], - [ - -122.193700864, - 37.84061531100008 - ], - [ - -122.19370128299994, - 37.84061484400007 - ], - [ - -122.19370130199997, - 37.840614824000056 - ], - [ - -122.19370166899995, - 37.84061443100006 - ], - [ - -122.19370359599998, - 37.84061236400004 - ], - [ - -122.193704175, - 37.84061175100004 - ], - [ - -122.19370445599998, - 37.84061145900006 - ], - [ - -122.19370488799996, - 37.84061101200007 - ], - [ - -122.19370516599997, - 37.840610724000044 - ], - [ - -122.19370551199995, - 37.84061036800006 - ], - [ - -122.19370580099996, - 37.840610069000036 - ], - [ - -122.19370585899998, - 37.840610009000045 - ], - [ - -122.19370591799998, - 37.840609949000054 - ], - [ - -122.193706008, - 37.84060985700006 - ], - [ - -122.19370605399996, - 37.84060980800007 - ], - [ - -122.19370609099997, - 37.84060977000007 - ], - [ - -122.19370613899997, - 37.84060972000003 - ], - [ - -122.19370622799994, - 37.84060962900003 - ], - [ - -122.19370648699999, - 37.84060936100008 - ], - [ - -122.19370681199996, - 37.84060902400006 - ], - [ - -122.19370718299996, - 37.84060865500004 - ], - [ - -122.19370750099995, - 37.84060833800004 - ], - [ - -122.19370757799999, - 37.84060826100006 - ], - [ - -122.19370763799998, - 37.840608201000066 - ], - [ - -122.193707712, - 37.84060812600006 - ], - [ - -122.19370829099995, - 37.840607549000026 - ], - [ - -122.19370978699999, - 37.84060606200006 - ], - [ - -122.19371107199999, - 37.84060482500007 - ], - [ - -122.19371235099999, - 37.840603592000036 - ], - [ - -122.19371326699996, - 37.840602742000044 - ], - [ - -122.19371531299998, - 37.84060083700007 - ], - [ - -122.19371621299996, - 37.84060002500007 - ], - [ - -122.19371696899998, - 37.84059934700008 - ], - [ - -122.19371707099998, - 37.840599256000075 - ], - [ - -122.19371717299998, - 37.840599164000025 - ], - [ - -122.19371847599996, - 37.84059799400006 - ], - [ - -122.19372096399997, - 37.84059584200003 - ], - [ - -122.19372098899998, - 37.84059582000003 - ], - [ - -122.19372450599997, - 37.840592865000076 - ], - [ - -122.19372784599994, - 37.840590159000044 - ], - [ - -122.19372947299996, - 37.84058888900006 - ], - [ - -122.19372990499994, - 37.84058855300003 - ], - [ - -122.19372992799998, - 37.84058853500005 - ], - [ - -122.19373084699998, - 37.84058781500005 - ], - [ - -122.19373146999999, - 37.84058734200005 - ], - [ - -122.19373334099998, - 37.84058593100008 - ], - [ - -122.19373426899995, - 37.84058523300007 - ], - [ - -122.19373491199997, - 37.84058476100006 - ], - [ - -122.19373685499994, - 37.84058334800005 - ], - [ - -122.193737608, - 37.84058279900006 - ], - [ - -122.19373766299998, - 37.84058275800004 - ], - [ - -122.19373772299997, - 37.840582717000075 - ], - [ - -122.19373815999995, - 37.840582408000046 - ], - [ - -122.19373936599999, - 37.84058156200007 - ], - [ - -122.19373964599998, - 37.84058136600004 - ], - [ - -122.19374122299996, - 37.840580260000024 - ], - [ - -122.19374443799995, - 37.840578082000036 - ], - [ - -122.19374570699995, - 37.84057725200006 - ], - [ - -122.19374765099997, - 37.84057597900005 - ], - [ - -122.193749621, - 37.84057472300003 - ], - [ - -122.193751567, - 37.84057349300008 - ], - [ - -122.1937536, - 37.84057225500004 - ], - [ - -122.193755249, - 37.84057125100003 - ], - [ - -122.19375634299996, - 37.840570608000064 - ], - [ - -122.19375890199996, - 37.84056910500004 - ], - [ - -122.193762419, - 37.84056711300008 - ], - [ - -122.19376383699995, - 37.84056633700004 - ], - [ - -122.19376418099995, - 37.84056614900004 - ], - [ - -122.19376447299999, - 37.84056599000007 - ], - [ - -122.193765795, - 37.840565269000024 - ], - [ - -122.19376584899999, - 37.840565240000046 - ], - [ - -122.19376590399997, - 37.84056521100007 - ], - [ - -122.19376629199996, - 37.840565 - ], - [ - -122.19376631999995, - 37.840564984000025 - ], - [ - -122.19376634799994, - 37.840564968000024 - ], - [ - -122.19376672599998, - 37.84056477200005 - ], - [ - -122.19376676499996, - 37.840564750000055 - ], - [ - -122.19376680499994, - 37.84056472900005 - ], - [ - -122.19377013699994, - 37.840562979000026 - ], - [ - -122.19391104299996, - 37.84048316900004 - ], - [ - -122.19393368599998, - 37.84051084200007 - ], - [ - -122.19379252799996, - 37.84059079000008 - ], - [ - -122.19379094799996, - 37.840591622000034 - ], - [ - -122.19378920699995, - 37.84059254500005 - ], - [ - -122.19378917399996, - 37.84059256200004 - ], - [ - -122.19378914199996, - 37.84059257900003 - ], - [ - -122.19378631599994, - 37.84059412300007 - ], - [ - -122.19378445299998, - 37.84059517900005 - ], - [ - -122.19378331099995, - 37.84059582800006 - ], - [ - -122.193780313, - 37.840597589000026 - ], - [ - -122.19377942199998, - 37.84059812800007 - ], - [ - -122.19377722299998, - 37.84059946800005 - ], - [ - -122.19377619999995, - 37.84060011300005 - ], - [ - -122.193774599, - 37.84060112700007 - ], - [ - -122.19377396899995, - 37.84060153000007 - ], - [ - -122.19377327399997, - 37.840601985000035 - ], - [ - -122.19377138699997, - 37.84060322000005 - ], - [ - -122.19376975299997, - 37.840604324000026 - ], - [ - -122.19376866699997, - 37.840605062000066 - ], - [ - -122.19376826399997, - 37.84060533500008 - ], - [ - -122.19376823799996, - 37.84060535300006 - ], - [ - -122.19376800199996, - 37.840605520000054 - ], - [ - -122.19376795499994, - 37.840605552000056 - ], - [ - -122.19376790999996, - 37.84060558500005 - ], - [ - -122.19376602399996, - 37.840606911000066 - ], - [ - -122.19376324999996, - 37.84060891900003 - ], - [ - -122.19376319999998, - 37.84060895500005 - ], - [ - -122.19376316599994, - 37.840608978000034 - ], - [ - -122.19376105999999, - 37.84061055300003 - ], - [ - -122.19376013599998, - 37.84061125100004 - ], - [ - -122.19375984399994, - 37.840611470000056 - ], - [ - -122.19375947799995, - 37.84061175700003 - ], - [ - -122.19375903799994, - 37.84061210300007 - ], - [ - -122.193757125, - 37.84061359400005 - ], - [ - -122.19375567699996, - 37.840614764000065 - ], - [ - -122.19375445799994, - 37.84061574900005 - ], - [ - -122.19375313799998, - 37.840616855000064 - ], - [ - -122.19375188799995, - 37.840617902000076 - ], - [ - -122.19375094399999, - 37.84061871700004 - ], - [ - -122.19374903099998, - 37.840620382000054 - ], - [ - -122.19374893399998, - 37.840620467000065 - ], - [ - -122.19374883799998, - 37.840620553000065 - ], - [ - -122.19374662099995, - 37.84062255200007 - ], - [ - -122.19374423599999, - 37.84062477100008 - ], - [ - -122.19374383299998, - 37.84062516100005 - ], - [ - -122.19374252699998, - 37.84062642400005 - ], - [ - -122.19374247399998, - 37.84062647400003 - ], - [ - -122.19374243699997, - 37.84062650900006 - ], - [ - -122.19374241199995, - 37.84062653400008 - ], - [ - -122.193742338, - 37.84062660400008 - ], - [ - -122.19374222299996, - 37.84062671500004 - ], - [ - -122.19374214299995, - 37.840626791000034 - ], - [ - -122.19374211899998, - 37.840626814000075 - ], - [ - -122.19374208699998, - 37.84062684600008 - ], - [ - -122.19374171199996, - 37.84062721000004 - ], - [ - -122.19374106699996, - 37.84062785400005 - ], - [ - -122.19373992299995, - 37.84062899700007 - ], - [ - -122.19373933299994, - 37.84062959000005 - ], - [ - -122.193738672, - 37.84063027600007 - ], - [ - -122.19373713299996, - 37.84063187100003 - ], - [ - -122.19373594999996, - 37.84063314100007 - ], - [ - -122.19373552299999, - 37.840633601000036 - ], - [ - -122.19373499399995, - 37.840634168000065 - ], - [ - -122.19373485499995, - 37.84063431800007 - ], - [ - -122.19373478999995, - 37.84063439000005 - ], - [ - -122.193734727, - 37.84063446000005 - ], - [ - -122.19373241699998, - 37.840637041000036 - ], - [ - -122.19373092099994, - 37.84063877400007 - ], - [ - -122.19373088299994, - 37.84063882000004 - ], - [ - -122.19373086299998, - 37.84063884300008 - ], - [ - -122.19373078399997, - 37.840638934000026 - ], - [ - -122.193730502, - 37.840639262000025 - ], - [ - -122.193729943, - 37.840639931000055 - ], - [ - -122.19372836199994, - 37.84064182600008 - ], - [ - -122.19372788599998, - 37.84064242200003 - ], - [ - -122.19372734899997, - 37.84064309100006 - ], - [ - -122.19372636599996, - 37.84064432100007 - ], - [ - -122.19372634599995, - 37.84064434600003 - ], - [ - -122.19372632699998, - 37.840644370000064 - ], - [ - -122.19372491599995, - 37.84064619800006 - ], - [ - -122.19372488699997, - 37.840646236000055 - ], - [ - -122.19372485899999, - 37.84064627400005 - ], - [ - -122.19372339599994, - 37.84064822000005 - ], - [ - -122.19372239599994, - 37.84064956900005 - ], - [ - -122.19372128299995, - 37.840651137000066 - ], - [ - -122.19372104499996, - 37.84065147300004 - ], - [ - -122.19372068899997, - 37.84065197500007 - ], - [ - -122.19372052799997, - 37.84065220400004 - ], - [ - -122.19372046099994, - 37.840652300000045 - ], - [ - -122.19372039499996, - 37.84065239600005 - ], - [ - -122.19371958399995, - 37.84065358000004 - ], - [ - -122.19371869999998, - 37.84065487000004 - ], - [ - -122.193718086, - 37.840655810000044 - ], - [ - -122.19371750099998, - 37.84065670600006 - ], - [ - -122.19371695799998, - 37.84065753600004 - ], - [ - -122.19371680699999, - 37.840657778000036 - ], - [ - -122.19371625499997, - 37.84065865500003 - ], - [ - -122.19371589899998, - 37.84065922600007 - ], - [ - -122.19371535599998, - 37.840660091000075 - ], - [ - -122.19371500399996, - 37.840660668000055 - ], - [ - -122.19371445499996, - 37.84066158400003 - ], - [ - -122.19371366699994, - 37.84066289700007 - ], - [ - -122.19371322099994, - 37.84066367100007 - ], - [ - -122.19371250499995, - 37.84066492000005 - ], - [ - -122.19371190799995, - 37.840665974000046 - ], - [ - -122.19371048099998, - 37.84066858600005 - ], - [ - -122.19370961199996, - 37.84067025400003 - ], - [ - -122.19370959699995, - 37.840670283000065 - ], - [ - -122.19370958399998, - 37.840670309000075 - ], - [ - -122.19370902799994, - 37.84067138100005 - ], - [ - -122.19370824299995, - 37.84067296500007 - ], - [ - -122.19370765899998, - 37.84067414200007 - ], - [ - -122.19370698699998, - 37.840675575000034 - ], - [ - -122.19370617299995, - 37.84067732600005 - ], - [ - -122.19370516899994, - 37.840679582000064 - ], - [ - -122.193703799, - 37.84068283400006 - ], - [ - -122.19370350399998, - 37.84068357600006 - ], - [ - -122.19370270199994, - 37.84068561700008 - ], - [ - -122.193702068, - 37.84068731600007 - ], - [ - -122.19370161299997, - 37.84068853500003 - ], - [ - -122.19370132999995, - 37.84068934100003 - ], - [ - -122.19370130899995, - 37.840689402000066 - ], - [ - -122.19370128799994, - 37.840689464000036 - ], - [ - -122.19370065399994, - 37.84069128100003 - ], - [ - -122.19370036999999, - 37.84069215100004 - ], - [ - -122.19369943499998, - 37.84069508700003 - ], - [ - -122.19369875999996, - 37.84069730400006 - ], - [ - -122.19369829199997, - 37.840698995000025 - ], - [ - -122.19369793699997, - 37.84070027400003 - ], - [ - -122.19369734799994, - 37.840702574000034 - ], - [ - -122.19369687899996, - 37.84070454000005 - ], - [ - -122.19369650599998, - 37.84070616300005 - ], - [ - -122.19369615199997, - 37.84070783300007 - ], - [ - -122.19369581399997, - 37.840709469000046 - ], - [ - -122.19369540499997, - 37.84071166200005 - ], - [ - -122.19369538899997, - 37.84071174500008 - ], - [ - -122.19369537399996, - 37.840711827000064 - ], - [ - -122.19369516199998, - 37.84071305700007 - ], - [ - -122.19369480699999, - 37.84071520900005 - ], - [ - -122.19369457399995, - 37.84071686000004 - ], - [ - -122.19369430999996, - 37.84071880000005 - ], - [ - -122.19369400899996, - 37.84072132400007 - ], - [ - -122.19369351899996, - 37.84072688300006 - ], - [ - -122.19369338299998, - 37.84072938500003 - ], - [ - -122.19369329299997, - 37.84073157500006 - ], - [ - -122.19369325099996, - 37.84073285900007 - ], - [ - -122.193693221, - 37.840735007000035 - ], - [ - -122.19369321999994, - 37.840735049000045 - ], - [ - -122.19369321999994, - 37.840735092000045 - ], - [ - -122.19369321599999, - 37.840736906000075 - ], - [ - -122.19369322399996, - 37.84073757200008 - ], - [ - -122.19369323099994, - 37.84073808200003 - ], - [ - -122.19369324599995, - 37.84073931800003 - ], - [ - -122.19369327299995, - 37.84074016500006 - ], - [ - -122.19369331899998, - 37.84074149200006 - ], - [ - -122.19369334499999, - 37.84074225400008 - ], - [ - -122.19369338799999, - 37.840743076000024 - ], - [ - -122.193693441, - 37.84074403200003 - ], - [ - -122.19369351599994, - 37.840745371000025 - ], - [ - -122.19369359399997, - 37.840746360000026 - ], - [ - -122.19369377599998, - 37.84074864100006 - ], - [ - -122.19369396399998, - 37.84075050800004 - ], - [ - -122.19369406399994, - 37.84075149100005 - ], - [ - -122.19369407299996, - 37.840751563000026 - ], - [ - -122.19369408199998, - 37.840751641000054 - ], - [ - -122.19369439499997, - 37.840754177000065 - ], - [ - -122.193694511, - 37.84075503300005 - ], - [ - -122.19369454999998, - 37.84075530300004 - ], - [ - -122.19369489999997, - 37.84075769300006 - ], - [ - -122.19369573299997, - 37.840762408000046 - ], - [ - -122.19369577499998, - 37.84076263700007 - ], - [ - -122.19369577999998, - 37.84076266400007 - ], - [ - -122.19369578599998, - 37.840762690000076 - ], - [ - -122.19369583399998, - 37.84076294600004 - ], - [ - -122.19369585099997, - 37.840763035000066 - ], - [ - -122.19369586099998, - 37.84076308700003 - ], - [ - -122.19369588, - 37.840763183000035 - ], - [ - -122.19369597399998, - 37.840763665000054 - ], - [ - -122.19369612, - 37.840764352000065 - ], - [ - -122.19369641999998, - 37.84076575900008 - ], - [ - -122.19369649699996, - 37.840766133000045 - ], - [ - -122.193696575, - 37.840766504000044 - ], - [ - -122.19369711999997, - 37.840768807000075 - ], - [ - -122.19369805499997, - 37.84077247100004 - ], - [ - -122.19369848699995, - 37.84077401900004 - ], - [ - -122.19369888299997, - 37.84077542600005 - ], - [ - -122.19369953799998, - 37.84077758300003 - ], - [ - -122.19369955399998, - 37.84077763600004 - ], - [ - -122.19369957099997, - 37.84077769000004 - ], - [ - -122.193699805, - 37.84077845100006 - ], - [ - -122.19370004099994, - 37.840779172000055 - ], - [ - -122.19370043599997, - 37.840780376000055 - ], - [ - -122.19370081299996, - 37.84078150800008 - ], - [ - -122.19370113699995, - 37.840782432000026 - ], - [ - -122.19370203199998, - 37.840784926000026 - ], - [ - -122.19370296899996, - 37.84078740500007 - ], - [ - -122.19370412799998, - 37.84079028800005 - ], - [ - -122.19370488499999, - 37.84079207900004 - ], - [ - -122.19370490299997, - 37.84079212100005 - ], - [ - -122.19370491399997, - 37.84079214600007 - ], - [ - -122.19370495399994, - 37.84079224000004 - ], - [ - -122.19370519599994, - 37.84079281600003 - ], - [ - -122.19370559999999, - 37.84079371400003 - ], - [ - -122.19370598299997, - 37.84079456500007 - ], - [ - -122.19370617899995, - 37.84079500200005 - ], - [ - -122.193706395, - 37.84079547500005 - ], - [ - -122.19370661799996, - 37.840795968000066 - ], - [ - -122.19370665199995, - 37.84079604200008 - ], - [ - -122.19370668699997, - 37.840796115000046 - ], - [ - -122.19370832399994, - 37.84079952400003 - ], - [ - -122.193708373, - 37.840799625000045 - ], - [ - -122.19370842299998, - 37.84079972600006 - ], - [ - -122.19370920899996, - 37.840801301000056 - ], - [ - -122.19370922299998, - 37.840801328000055 - ], - [ - -122.19370923699995, - 37.84080135500005 - ], - [ - -122.19370998699998, - 37.840802789000065 - ], - [ - -122.19371102499997, - 37.840804743000035 - ], - [ - -122.19371235799997, - 37.840807152000025 - ], - [ - -122.19371389399998, - 37.84080981200003 - ], - [ - -122.19371500299997, - 37.84081165400005 - ], - [ - -122.19371554799994, - 37.84081254900008 - ], - [ - -122.19371619299994, - 37.84081357100007 - ], - [ - -122.19371700999994, - 37.84081486900004 - ], - [ - -122.19371835599998, - 37.840816920000066 - ], - [ - -122.19371898999998, - 37.84081788100008 - ], - [ - -122.19372048499997, - 37.84082005600004 - ], - [ - -122.19372252699998, - 37.84082293100005 - ], - [ - -122.1937236699999, - 37.840824472000065 - ], - [ - -122.19372450299994, - 37.840825592000044 - ], - [ - -122.19372471099996, - 37.840825865000056 - ], - [ - -122.19372515599997, - 37.84082643900007 - ], - [ - -122.19372603699998, - 37.84082757500005 - ], - [ - -122.19372607799994, - 37.840827628000056 - ], - [ - -122.19372611799997, - 37.840827680000075 - ], - [ - -122.193726605, - 37.84082831100005 - ], - [ - -122.19372662899997, - 37.84082833900004 - ], - [ - -122.19372750899998, - 37.84082943200008 - ], - [ - -122.19372828799999, - 37.84083039600006 - ], - [ - -122.19372910099997, - 37.84083138600005 - ], - [ - -122.19372986599996, - 37.840832300000045 - ], - [ - -122.19373049299998, - 37.84083305000007 - ], - [ - -122.19373074099997, - 37.84083334700006 - ], - [ - -122.19373146799995, - 37.84083418500006 - ], - [ - -122.19373163599994, - 37.84083437800007 - ], - [ - -122.19373166899999, - 37.84083441700005 - ], - [ - -122.19373170299997, - 37.84083445600004 - ], - [ - -122.19373185699999, - 37.84083463200005 - ], - [ - -122.193732174, - 37.84083499600007 - ], - [ - -122.19373247399994, - 37.84083534100006 - ], - [ - -122.19373273999997, - 37.84083564800005 - ], - [ - -122.19373294599995, - 37.84083588500005 - ], - [ - -122.19373321299997, - 37.84083618000005 - ], - [ - -122.19373400699999, - 37.84083706100006 - ], - [ - -122.19373623399997, - 37.84083948800003 - ], - [ - -122.193736259, - 37.840839516000074 - ], - [ - -122.19373628599999, - 37.84083954400006 - ], - [ - -122.19373742899995, - 37.84084076500005 - ], - [ - -122.19375047299997, - 37.84085242400005 - ], - [ - -122.193761199, - 37.84086171300004 - ], - [ - -122.19377342599995, - 37.84087193600004 - ], - [ - -122.19378587899996, - 37.840881989000025 - ], - [ - -122.19379854899995, - 37.840891869000075 - ], - [ - -122.19381143599998, - 37.84090157000003 - ], - [ - -122.19381939399995, - 37.84090735800004 - ], - [ - -122.19382453599997, - 37.84091109700006 - ], - [ - -122.19383109999995, - 37.840915704000054 - ], - [ - -122.193837842, - 37.84092043800007 - ], - [ - -122.19385134999999, - 37.84092959000003 - ], - [ - -122.19386505899996, - 37.84093856000004 - ], - [ - -122.19387896499995, - 37.84094733400008 - ], - [ - -122.19389305699997, - 37.84095591500005 - ], - [ - -122.19390734199999, - 37.84096429900006 - ], - [ - -122.19392180299997, - 37.840972485000066 - ], - [ - -122.19393644399997, - 37.840980469000044 - ], - [ - -122.19395125499994, - 37.840988250000066 - ], - [ - -122.19396624199999, - 37.84099582400006 - ], - [ - -122.19398139099997, - 37.84100319100003 - ], - [ - -122.19399670099995, - 37.841010346000076 - ], - [ - -122.19401216399996, - 37.841017288000046 - ], - [ - -122.19402777299996, - 37.84102401500007 - ], - [ - -122.19404734899996, - 37.84103206000003 - ], - [ - -122.19415770599994, - 37.84108603300007 - ], - [ - -122.19425049299997, - 37.84113141200004 - ], - [ - -122.19425090699997, - 37.84113234000006 - ], - [ - -122.19425147199996, - 37.84113360900005 - ], - [ - -122.19425219699997, - 37.841135208000026 - ], - [ - -122.194254893, - 37.841140918000065 - ], - [ - -122.19425509099995, - 37.84114133500003 - ], - [ - -122.19425587099994, - 37.841142915000034 - ], - [ - -122.19425624799999, - 37.84114367700005 - ], - [ - -122.19425693699998, - 37.84114505200006 - ], - [ - -122.19425815599999, - 37.84114751900006 - ], - [ - -122.19425874799998, - 37.841148684000075 - ], - [ - -122.19425993899995, - 37.841150963000075 - ], - [ - -122.19426037, - 37.84115178600007 - ], - [ - -122.194261252, - 37.841153474000066 - ], - [ - -122.194263961, - 37.84115848300007 - ], - [ - -122.19426559299995, - 37.841161459000034 - ], - [ - -122.19426583999996, - 37.841161888000045 - ], - [ - -122.19426739, - 37.84116458200003 - ], - [ - -122.19426841599994, - 37.841166362000024 - ], - [ - -122.19426895699996, - 37.84116730000005 - ], - [ - -122.19426897599999, - 37.841167333000044 - ], - [ - -122.19426901199995, - 37.84116739600006 - ], - [ - -122.19426903799996, - 37.841167444000064 - ], - [ - -122.19426913399997, - 37.841167609000024 - ], - [ - -122.19426927099994, - 37.841167849000044 - ], - [ - -122.19426950499997, - 37.84116824400007 - ], - [ - -122.19426957, - 37.84116835200007 - ], - [ - -122.19427212899996, - 37.84117261000006 - ], - [ - -122.19427216799994, - 37.84117267600004 - ], - [ - -122.19427220799997, - 37.84117274100004 - ], - [ - -122.19427414199998, - 37.84117589500005 - ], - [ - -122.19427535399996, - 37.84117782200008 - ], - [ - -122.19427583099997, - 37.841178582000055 - ], - [ - -122.19427611999998, - 37.84117903900005 - ], - [ - -122.19427648499999, - 37.84117961000004 - ], - [ - -122.194279715, - 37.841184594000026 - ], - [ - -122.19428240999997, - 37.84118863900005 - ], - [ - -122.19428534699995, - 37.841192928000055 - ], - [ - -122.19428818899996, - 37.84119694100008 - ], - [ - -122.19429010899995, - 37.84119963400008 - ], - [ - -122.19429349899997, - 37.841204204000064 - ], - [ - -122.19429486099995, - 37.84120603700006 - ], - [ - -122.194297243, - 37.84120912100008 - ], - [ - -122.19429766499997, - 37.84120966800003 - ], - [ - -122.19429992599999, - 37.84121258000005 - ], - [ - -122.19430385699997, - 37.841217468000025 - ], - [ - -122.19430862299998, - 37.84122320600005 - ], - [ - -122.19431480499998, - 37.84123037000006 - ], - [ - -122.19431752999998, - 37.84123340100007 - ], - [ - -122.19431991099998, - 37.84123604700005 - ], - [ - -122.19432540799994, - 37.84124193400004 - ], - [ - -122.19432805399998, - 37.84124466600008 - ], - [ - -122.19433022299995, - 37.84124690900006 - ], - [ - -122.19433221099996, - 37.84124891000005 - ], - [ - -122.19433226899997, - 37.84124896800006 - ], - [ - -122.194332326, - 37.841249025000025 - ], - [ - -122.19433640699998, - 37.84125308800003 - ], - [ - -122.19433952099996, - 37.84125609000006 - ], - [ - -122.19434211599997, - 37.84125858800007 - ], - [ - -122.19434500299997, - 37.841261270000075 - ], - [ - -122.19434853499996, - 37.84126453700003 - ], - [ - -122.19435021499999, - 37.84126604200003 - ], - [ - -122.19435132599995, - 37.84126703900006 - ], - [ - -122.19435367799997, - 37.84126914900003 - ], - [ - -122.19435507299994, - 37.84127036800004 - ], - [ - -122.19435846399995, - 37.84127330300004 - ], - [ - -122.19435851099996, - 37.84127334500005 - ], - [ - -122.19435855899997, - 37.84127338600007 - ], - [ - -122.194360631, - 37.84127516600006 - ], - [ - -122.19436068199997, - 37.84127520800007 - ], - [ - -122.19436073199995, - 37.841275250000024 - ], - [ - -122.19436166, - 37.841276024000024 - ], - [ - -122.19436346999998, - 37.841277536000064 - ], - [ - -122.19436486199999, - 37.841278697000064 - ], - [ - -122.19436619099997, - 37.841279808000024 - ], - [ - -122.19436825499997, - 37.84128148100007 - ], - [ - -122.19436892099998, - 37.84128201500005 - ], - [ - -122.194371591, - 37.84128417000005 - ], - [ - -122.19437249299995, - 37.84128490000006 - ], - [ - -122.19437287499994, - 37.841285209000034 - ], - [ - -122.19437290199994, - 37.84128523000004 - ], - [ - -122.19437347899998, - 37.841285679000066 - ], - [ - -122.19437356399999, - 37.84128574600004 - ], - [ - -122.19437364999999, - 37.84128581400006 - ], - [ - -122.19437593799995, - 37.84128759400005 - ], - [ - -122.194377439, - 37.84128876600005 - ], - [ - -122.19437940699999, - 37.84129029700006 - ], - [ - -122.19438067599998, - 37.84129125100003 - ], - [ - -122.19438298199998, - 37.84129298600004 - ], - [ - -122.19438452199995, - 37.84129414500006 - ], - [ - -122.19438583799996, - 37.84129513100004 - ], - [ - -122.19438591399995, - 37.84129518800006 - ], - [ - -122.194385991, - 37.84129524400004 - ], - [ - -122.19438668299995, - 37.84129575000003 - ], - [ - -122.19438925199995, - 37.841297618000056 - ], - [ - -122.19438932599996, - 37.84129767100006 - ], - [ - -122.19438938899998, - 37.84129771800008 - ], - [ - -122.19438949, - 37.841297791000045 - ], - [ - -122.19439421899995, - 37.84130118500008 - ], - [ - -122.19439478799995, - 37.841301584000064 - ], - [ - -122.19439600099997, - 37.841302435000046 - ], - [ - -122.19439754099994, - 37.84130351600004 - ], - [ - -122.19440688999998, - 37.84130987300006 - ], - [ - -122.19440933499999, - 37.841311473000076 - ], - [ - -122.19441166799999, - 37.841312997000045 - ], - [ - -122.194414441, - 37.84131478300003 - ], - [ - -122.19441728399994, - 37.841316575000064 - ], - [ - -122.19441949099996, - 37.841317967000066 - ], - [ - -122.19442150199995, - 37.84131921100004 - ], - [ - -122.19442544999998, - 37.84132161300005 - ], - [ - -122.194429018, - 37.84132375100006 - ], - [ - -122.19443483299995, - 37.84132716400006 - ], - [ - -122.19443658699998, - 37.84132815600003 - ], - [ - -122.19443852299997, - 37.84132925000006 - ], - [ - -122.19444177999998, - 37.841331092000075 - ], - [ - -122.19444221199996, - 37.84133133700004 - ], - [ - -122.19444250899994, - 37.841331499000034 - ], - [ - -122.19444371599997, - 37.84133215500003 - ], - [ - -122.194449685, - 37.84133540700003 - ], - [ - -122.19445660899999, - 37.84133903900005 - ], - [ - -122.194456904, - 37.84133919300007 - ], - [ - -122.19445695999997, - 37.841339222000045 - ], - [ - -122.194457017, - 37.84133925200007 - ], - [ - -122.19445744099994, - 37.841339471000026 - ], - [ - -122.19446085299995, - 37.84134119600003 - ], - [ - -122.19446090599996, - 37.84134122300003 - ], - [ - -122.19446096099995, - 37.841341251000074 - ], - [ - -122.19446100899995, - 37.84134127500005 - ], - [ - -122.194461075, - 37.84134130800004 - ], - [ - -122.19446466499994, - 37.84134312400005 - ], - [ - -122.19446469299999, - 37.84134313900006 - ], - [ - -122.19446654299998, - 37.84134404100007 - ], - [ - -122.19446663599996, - 37.84134408700004 - ], - [ - -122.19446673099998, - 37.841344133000064 - ], - [ - -122.19446825299997, - 37.841344872000036 - ], - [ - -122.19446831699997, - 37.84134490300005 - ], - [ - -122.19446838199997, - 37.84134493400006 - ], - [ - -122.19446971099995, - 37.84134558000005 - ], - [ - -122.19447080699996, - 37.84134611300004 - ], - [ - -122.19447283499994, - 37.84134709500006 - ], - [ - -122.19447628399996, - 37.841348706000076 - ], - [ - -122.19447681799994, - 37.84134895400007 - ], - [ - -122.19448051199998, - 37.84135067900007 - ], - [ - -122.19448424299998, - 37.84135235100007 - ], - [ - -122.19448948899998, - 37.841354684000066 - ], - [ - -122.19449071499997, - 37.841355211000064 - ], - [ - -122.19449125399996, - 37.841355444000044 - ], - [ - -122.19449553799996, - 37.84135728800004 - ], - [ - -122.19449978199998, - 37.841359053000076 - ], - [ - -122.19450582399998, - 37.84136151900003 - ], - [ - -122.19451094699997, - 37.841363546000025 - ], - [ - -122.19451198899998, - 37.841363957000056 - ], - [ - -122.19451245199997, - 37.84136414200003 - ], - [ - -122.19451285699995, - 37.84136429400007 - ], - [ - -122.19451654499994, - 37.84136568800005 - ], - [ - -122.194518454, - 37.841366410000035 - ], - [ - -122.194521539, - 37.84136756300006 - ], - [ - -122.194526124, - 37.84136923300008 - ], - [ - -122.19452704599996, - 37.84136956000003 - ], - [ - -122.19452710999997, - 37.84136958200003 - ], - [ - -122.19452717299998, - 37.84136960500007 - ], - [ - -122.19453530299995, - 37.841372429000046 - ], - [ - -122.19453681099998, - 37.84137294800007 - ], - [ - -122.19454189499999, - 37.841374623000036 - ], - [ - -122.19454557599994, - 37.84137583100005 - ], - [ - -122.19455045199999, - 37.84137735400003 - ], - [ - -122.19455075299999, - 37.84137744800006 - ], - [ - -122.19455401799996, - 37.84137846700003 - ], - [ - -122.19455807699995, - 37.84137967000004 - ], - [ - -122.19455816799996, - 37.841379697000036 - ], - [ - -122.19455825999995, - 37.841379724000035 - ], - [ - -122.194562739, - 37.84138104800007 - ], - [ - -122.194570737, - 37.84138329500007 - ], - [ - -122.19457534799994, - 37.841384524000034 - ], - [ - -122.19457611999997, - 37.84138472800004 - ], - [ - -122.19458435899998, - 37.84138684100003 - ], - [ - -122.19458617199996, - 37.84138729500006 - ], - [ - -122.19458736299998, - 37.841387592000046 - ], - [ - -122.19458779599995, - 37.84138770100003 - ], - [ - -122.19458829299998, - 37.84138782300005 - ], - [ - -122.19458843299998, - 37.841387858000076 - ], - [ - -122.19458846799995, - 37.84138786500006 - ], - [ - -122.19458853799995, - 37.84138788100006 - ], - [ - -122.19459218399999, - 37.841388739000024 - ], - [ - -122.19459263299996, - 37.84138884400005 - ], - [ - -122.19459698699995, - 37.84138986700003 - ], - [ - -122.19470951099999, - 37.84141069000003 - ], - [ - -122.19485666899999, - 37.84143792700007 - ], - [ - -122.19487846099997, - 37.841441961000044 - ], - [ - -122.19500587399995, - 37.84146554200004 - ], - [ - -122.19500842499997, - 37.84146601500004 - ], - [ - -122.195033578, - 37.84147045700007 - ], - [ - -122.19504878499998, - 37.84147314100005 - ], - [ - -122.19507297999996, - 37.841476972000066 - ], - [ - -122.19508624799994, - 37.84147934400005 - ], - [ - -122.19509946099998, - 37.84148189500007 - ], - [ - -122.195112613, - 37.84148463200006 - ], - [ - -122.19512570599994, - 37.841487552000046 - ], - [ - -122.19513873099999, - 37.841490649000036 - ], - [ - -122.19515168699996, - 37.841493926000055 - ], - [ - -122.19516457099996, - 37.84149738600007 - ], - [ - -122.19517737199999, - 37.84150102000007 - ], - [ - -122.19521126199999, - 37.841511628000035 - ], - [ - -122.19522374699994, - 37.84151590500005 - ], - [ - -122.19523613299998, - 37.841520358000025 - ], - [ - -122.19524842099997, - 37.84152497900004 - ], - [ - -122.19526060599998, - 37.84152976900003 - ], - [ - -122.19527268099995, - 37.841534730000035 - ], - [ - -122.195284647, - 37.84153985000006 - ], - [ - -122.19529649599997, - 37.841545144000065 - ], - [ - -122.19530822799999, - 37.84155059700004 - ], - [ - -122.19531983799999, - 37.84155621300005 - ], - [ - -122.19533132299995, - 37.841561986000045 - ], - [ - -122.19534268099994, - 37.841567922000024 - ], - [ - -122.19535390299995, - 37.841574009000055 - ], - [ - -122.19536499099996, - 37.84158025600004 - ], - [ - -122.19537593599995, - 37.84158665000007 - ], - [ - -122.19538458399995, - 37.841591884000024 - ], - [ - -122.19540792199996, - 37.84160673200006 - ], - [ - -122.195418282, - 37.841613719000065 - ], - [ - -122.19542848499998, - 37.84162084900004 - ], - [ - -122.19543853299996, - 37.84162811900006 - ], - [ - -122.19544842199997, - 37.841635524000026 - ], - [ - -122.19545813999997, - 37.84164306400004 - ], - [ - -122.19546769099998, - 37.84165074200007 - ], - [ - -122.19547707299995, - 37.841658547000065 - ], - [ - -122.19548628299998, - 37.84166648200005 - ], - [ - -122.19549531799998, - 37.841674546000036 - ], - [ - -122.195504428, - 37.84168297700006 - ], - [ - -122.19551284199997, - 37.84169103900007 - ], - [ - -122.19552082399997, - 37.84169896000003 - ], - [ - -122.19553198799997, - 37.84171050100008 - ], - [ - -122.19553536799998, - 37.841714350000075 - ], - [ - -122.19554816899995, - 37.84172864100003 - ], - [ - -122.19555399299998, - 37.84173472900005 - ], - [ - -122.19555700599994, - 37.841737770000066 - ], - [ - -122.19555906599999, - 37.84173984300003 - ], - [ - -122.19556047699996, - 37.84174122200005 - ], - [ - -122.19556416499995, - 37.84174482000003 - ], - [ - -122.19556453499996, - 37.84174518000003 - ], - [ - -122.19556767199998, - 37.84174814100004 - ], - [ - -122.19556852099998, - 37.84174894100005 - ], - [ - -122.19557179599997, - 37.84175199200007 - ], - [ - -122.19558072999996, - 37.84175997500006 - ], - [ - -122.19558432399998, - 37.84176308100007 - ], - [ - -122.19558435299996, - 37.84176310700008 - ], - [ - -122.19558438099995, - 37.84176313100005 - ], - [ - -122.19558446899998, - 37.841763204000074 - ], - [ - -122.19558993699997, - 37.841767806000064 - ], - [ - -122.19559249399998, - 37.84176989100007 - ], - [ - -122.19559535299999, - 37.84177222300008 - ], - [ - -122.19559741999996, - 37.841773861000036 - ], - [ - -122.19559930799994, - 37.841775348000056 - ], - [ - -122.19560009199995, - 37.84177596400008 - ], - [ - -122.19560093899997, - 37.84177663200006 - ], - [ - -122.19560155, - 37.841777113000035 - ], - [ - -122.19560199199998, - 37.84177746200004 - ], - [ - -122.19560286599994, - 37.84177813300005 - ], - [ - -122.195605952, - 37.84178049800005 - ], - [ - -122.19562484099998, - 37.841934252000044 - ], - [ - -122.19562834499999, - 37.841962772000045 - ], - [ - -122.19562067899994, - 37.84198249100007 - ], - [ - -122.19563043199997, - 37.84198691000006 - ], - [ - -122.19564076699999, - 37.841991402000076 - ], - [ - -122.19564825299994, - 37.84199454000003 - ], - [ - -122.195609172, - 37.842092312000034 - ], - [ - -122.19545294899996, - 37.84248314100006 - ], - [ - -122.19539257199995, - 37.84263418300003 - ], - [ - -122.19538326199995, - 37.842632568000056 - ], - [ - -122.19537388699996, - 37.84263121200007 - ], - [ - -122.19536445399996, - 37.84263011300004 - ], - [ - -122.19536188399996, - 37.842629887000044 - ], - [ - -122.19510783299995, - 37.84294495300003 - ], - [ - -122.19531129899997, - 37.84334319300007 - ], - [ - -122.19566463499996, - 37.84361296700007 - ], - [ - -122.19611181399995, - 37.843752110000025 - ], - [ - -122.19618790799996, - 37.84379753300004 - ], - [ - -122.196120566, - 37.84380584000007 - ], - [ - -122.19621830899996, - 37.84384328300007 - ], - [ - -122.196342744, - 37.84391498700006 - ], - [ - -122.19652075799996, - 37.84404779500005 - ], - [ - -122.19658169899998, - 37.84419533300007 - ], - [ - -122.19650736999995, - 37.84438092600004 - ], - [ - -122.19649576799998, - 37.84448775800007 - ], - [ - -122.19648853599995, - 37.84454938400006 - ], - [ - -122.19647830599996, - 37.84463654500007 - ], - [ - -122.19658024199998, - 37.84471579900003 - ], - [ - -122.19667778799999, - 37.84479164000004 - ], - [ - -122.196678363, - 37.84479089300004 - ], - [ - -122.19668296499998, - 37.844786113000055 - ], - [ - -122.19668816999996, - 37.84478174100008 - ], - [ - -122.19669392699996, - 37.84477782400006 - ], - [ - -122.19670016499998, - 37.84477440100005 - ], - [ - -122.19670682199995, - 37.84477152100004 - ], - [ - -122.19671382099995, - 37.844769203000055 - ], - [ - -122.19672108699996, - 37.844767482000066 - ], - [ - -122.19672854199996, - 37.84476636900007 - ], - [ - -122.19673609999995, - 37.844765883000036 - ], - [ - -122.19674368099999, - 37.84476602400008 - ], - [ - -122.19675120499994, - 37.844766795000055 - ], - [ - -122.19675858299996, - 37.84476818200005 - ], - [ - -122.196761273, - 37.84476893200008 - ], - [ - -122.19676574099998, - 37.844770176000054 - ], - [ - -122.196772593, - 37.84477275200004 - ], - [ - -122.19677907199997, - 37.84477588100003 - ], - [ - -122.19678509899995, - 37.84477953000004 - ], - [ - -122.19680377599997, - 37.844794654000054 - ], - [ - -122.19681548699998, - 37.844804570000065 - ], - [ - -122.196826978, - 37.84481464500004 - ], - [ - -122.19683824499998, - 37.844824876000075 - ], - [ - -122.19684928299995, - 37.84483526300005 - ], - [ - -122.19686009099996, - 37.84484580000003 - ], - [ - -122.19687066399996, - 37.84485648400005 - ], - [ - -122.19687275299998, - 37.844858671000054 - ], - [ - -122.19688100699994, - 37.844867316000034 - ], - [ - -122.19689110499996, - 37.84487828700003 - ], - [ - -122.19690095899995, - 37.84488939700003 - ], - [ - -122.19691056999994, - 37.84490064100004 - ], - [ - -122.19691992899999, - 37.84491202000004 - ], - [ - -122.19692903799995, - 37.844923522000045 - ], - [ - -122.19693789099995, - 37.84493514900004 - ], - [ - -122.19694648999996, - 37.844946899000036 - ], - [ - -122.19695291699998, - 37.844955610000056 - ], - [ - -122.19695972899996, - 37.84496413900007 - ], - [ - -122.19696690899997, - 37.84497247400003 - ], - [ - -122.196974448, - 37.844980606000036 - ], - [ - -122.19698234799995, - 37.844988527000055 - ], - [ - -122.19699058599997, - 37.84499621900005 - ], - [ - -122.196999157, - 37.84500368300007 - ], - [ - -122.19700805499997, - 37.84501090200007 - ], - [ - -122.19701726299996, - 37.845017873000074 - ], - [ - -122.19702677299995, - 37.84502458400004 - ], - [ - -122.19704096399994, - 37.84503376600003 - ], - [ - -122.19704664899996, - 37.84503719400004 - ], - [ - -122.19705699099995, - 37.84504308000004 - ], - [ - -122.197067587, - 37.84504867900006 - ], - [ - -122.19707842099996, - 37.84505397600003 - ], - [ - -122.19708948199997, - 37.84505897300005 - ], - [ - -122.19710075599994, - 37.84506365900006 - ], - [ - -122.197112232, - 37.84506803200003 - ], - [ - -122.19712388999994, - 37.84507208300005 - ], - [ - -122.197135721, - 37.845075810000026 - ], - [ - -122.19714617999995, - 37.84507877200008 - ], - [ - -122.19714771099996, - 37.84507920600004 - ], - [ - -122.19715983799995, - 37.845082270000034 - ], - [ - -122.19716713499997, - 37.84508393400006 - ], - [ - -122.19718446499996, - 37.84508738100004 - ], - [ - -122.19719693299999, - 37.84508942100007 - ], - [ - -122.19720948199995, - 37.84509111700004 - ], - [ - -122.19722209699995, - 37.845092462000025 - ], - [ - -122.19723476599995, - 37.845093459000054 - ], - [ - -122.197247469, - 37.845094103000065 - ], - [ - -122.19726019399997, - 37.84509439800007 - ], - [ - -122.19727292599998, - 37.845094338000024 - ], - [ - -122.19728564199994, - 37.84509392700005 - ], - [ - -122.19729833699995, - 37.84509316300006 - ], - [ - -122.19731098899996, - 37.84509205200004 - ], - [ - -122.197323585, - 37.84509058500004 - ], - [ - -122.19733610699996, - 37.84508877700006 - ], - [ - -122.19734854399996, - 37.845086620000075 - ], - [ - -122.197360877, - 37.845084120000024 - ], - [ - -122.19737309499999, - 37.84508127600003 - ], - [ - -122.19738517599995, - 37.84507810300005 - ], - [ - -122.19739711199998, - 37.845074597000064 - ], - [ - -122.197408887, - 37.845070760000056 - ], - [ - -122.19742048599994, - 37.84506659700003 - ], - [ - -122.19743189399998, - 37.84506212300005 - ], - [ - -122.19744310199997, - 37.84505733100008 - ], - [ - -122.19745408499995, - 37.84505223200006 - ], - [ - -122.19746484099994, - 37.845046833000026 - ], - [ - -122.19747535599998, - 37.845041138000056 - ], - [ - -122.19748839799996, - 37.84503345500008 - ], - [ - -122.19750085499999, - 37.84502614200005 - ], - [ - -122.19751114399998, - 37.84502058400005 - ], - [ - -122.19752167099995, - 37.84501531500007 - ], - [ - -122.19753242299998, - 37.845010340000044 - ], - [ - -122.19754338699994, - 37.84500566600008 - ], - [ - -122.19755455099994, - 37.845001299000046 - ], - [ - -122.19757178799995, - 37.84499528200007 - ], - [ - -122.19753892999995, - 37.845255518000045 - ], - [ - -122.19752330499995, - 37.845379250000065 - ], - [ - -122.19751694799999, - 37.84542959300006 - ], - [ - -122.19753912599998, - 37.84544676300004 - ], - [ - -122.197539367, - 37.84544695000005 - ], - [ - -122.19761688799997, - 37.84550696500003 - ], - [ - -122.19778867899998, - 37.845639961000074 - ], - [ - -122.19790094399997, - 37.84572687300005 - ], - [ - -122.19812800999995, - 37.84590265700007 - ], - [ - -122.19815909399995, - 37.84592672200006 - ], - [ - -122.19825743599995, - 37.846002859000066 - ], - [ - -122.19844541299994, - 37.846148378000066 - ], - [ - -122.19854694499998, - 37.84622681400003 - ], - [ - -122.19866593599994, - 37.84631873400008 - ], - [ - -122.19866619899994, - 37.84631893900007 - ], - [ - -122.19866791499999, - 37.84631762600003 - ], - [ - -122.19866798499999, - 37.84631757300008 - ], - [ - -122.19866805599997, - 37.846317519000024 - ], - [ - -122.198669672, - 37.84631632400004 - ], - [ - -122.19867143099998, - 37.84631507000006 - ], - [ - -122.19867322799996, - 37.84631383000004 - ], - [ - -122.19867505599996, - 37.84631261200008 - ], - [ - -122.19867690799998, - 37.84631142200004 - ], - [ - -122.19867878699995, - 37.84631025900006 - ], - [ - -122.19868069199998, - 37.84630912100005 - ], - [ - -122.19868262299997, - 37.84630800800005 - ], - [ - -122.19868457499996, - 37.84630692300004 - ], - [ - -122.19868655299996, - 37.84630586700007 - ], - [ - -122.19868855299995, - 37.84630483600006 - ], - [ - -122.19869057699998, - 37.846303833000036 - ], - [ - -122.19869261899998, - 37.84630285900005 - ], - [ - -122.19869443899995, - 37.84630202900007 - ], - [ - -122.19869468599995, - 37.846301915000026 - ], - [ - -122.19869677099996, - 37.84630099800006 - ], - [ - -122.19869887799996, - 37.84630011400003 - ], - [ - -122.19870100499998, - 37.84629925100006 - ], - [ - -122.19870314499997, - 37.846298423000064 - ], - [ - -122.19870530499998, - 37.846297623000055 - ], - [ - -122.19870748499994, - 37.84629685600004 - ], - [ - -122.19870968099997, - 37.846296118000055 - ], - [ - -122.198711893, - 37.84629540800006 - ], - [ - -122.19871411699995, - 37.84629473000007 - ], - [ - -122.19871595199999, - 37.846294200000045 - ], - [ - -122.19871636099998, - 37.84629408200004 - ], - [ - -122.19871861099995, - 37.846293470000035 - ], - [ - -122.19872087799996, - 37.846292884000036 - ], - [ - -122.19873185299997, - 37.84629066600007 - ], - [ - -122.19874888399994, - 37.84628843300004 - ], - [ - -122.19876673599998, - 37.84628802200007 - ], - [ - -122.19878098399994, - 37.84628894400004 - ], - [ - -122.19879081899995, - 37.84629042700004 - ], - [ - -122.19879689099997, - 37.846291747000066 - ], - [ - -122.19880643399995, - 37.84629381900004 - ], - [ - -122.19882076099998, - 37.84629848600008 - ], - [ - -122.19883085799995, - 37.846302742000034 - ], - [ - -122.19883233299998, - 37.84630336500004 - ], - [ - -122.198842948, - 37.84630895000004 - ], - [ - -122.19884392499995, - 37.84630953300007 - ], - [ - -122.19884396799995, - 37.84630955700004 - ], - [ - -122.19884400899997, - 37.84630958200006 - ], - [ - -122.19884515299998, - 37.84631026100004 - ], - [ - -122.19884703099996, - 37.84631142600006 - ], - [ - -122.198848882, - 37.84631261700008 - ], - [ - -122.19885071099998, - 37.84631383100003 - ], - [ - -122.19885251099998, - 37.84631507100005 - ], - [ - -122.198854284, - 37.846316337000076 - ], - [ - -122.19885602499994, - 37.846317628000065 - ], - [ - -122.19885774099998, - 37.846318944000075 - ], - [ - -122.19885942899998, - 37.846320279000054 - ], - [ - -122.19886108499998, - 37.84632163900005 - ], - [ - -122.19886271099995, - 37.84632302400007 - ], - [ - -122.19886430699995, - 37.84632442800006 - ], - [ - -122.19886586999996, - 37.84632585500003 - ], - [ - -122.19886740499999, - 37.846327303000066 - ], - [ - -122.19886890599997, - 37.84632877300004 - ], - [ - -122.19887037099994, - 37.84633026600005 - ], - [ - -122.19887180699999, - 37.84633177400008 - ], - [ - -122.19887321199997, - 37.84633330300005 - ], - [ - -122.19887457699997, - 37.84633485200004 - ], - [ - -122.198875908, - 37.846336422000036 - ], - [ - -122.19887720499997, - 37.84633800700004 - ], - [ - -122.19887847499996, - 37.846339611000076 - ], - [ - -122.19887970099995, - 37.84634123300003 - ], - [ - -122.19888002699997, - 37.84634168100007 - ], - [ - -122.19888089499995, - 37.84634287000006 - ], - [ - -122.19888205099994, - 37.84634452300003 - ], - [ - -122.19888316999999, - 37.846346193000045 - ], - [ - -122.19888425199997, - 37.84634787600004 - ], - [ - -122.19888529899998, - 37.84634957700007 - ], - [ - -122.19888630399998, - 37.846351293000055 - ], - [ - -122.19888727499995, - 37.84635302100003 - ], - [ - -122.19888820899996, - 37.846354759000064 - ], - [ - -122.19888893299998, - 37.84635618200008 - ], - [ - -122.19888910199995, - 37.84635651600007 - ], - [ - -122.19888995599996, - 37.84635828000006 - ], - [ - -122.19889033299995, - 37.846359103000054 - ], - [ - -122.19889077199997, - 37.84636005700003 - ], - [ - -122.19889154699996, - 37.84636184400006 - ], - [ - -122.19889228499994, - 37.846363644000064 - ], - [ - -122.19889298099997, - 37.84636545200004 - ], - [ - -122.19889364, - 37.84636727000003 - ], - [ - -122.19889425699995, - 37.84636909500006 - ], - [ - -122.19889474699994, - 37.84637066700003 - ], - [ - -122.19889482999997, - 37.846370931000024 - ], - [ - -122.19889536699998, - 37.84637277400003 - ], - [ - -122.19889586499994, - 37.84637462400008 - ], - [ - -122.19889632, - 37.84637647900007 - ], - [ - -122.19889660599995, - 37.84637776200003 - ], - [ - -122.19889673299997, - 37.84637834100005 - ], - [ - -122.19889710899997, - 37.846380209000074 - ], - [ - -122.19889722799996, - 37.846380889000045 - ], - [ - -122.19889743799996, - 37.84638208100006 - ], - [ - -122.19889773099999, - 37.846383960000026 - ], - [ - -122.19889797899998, - 37.84638584100003 - ], - [ - -122.19889818899998, - 37.846387725000056 - ], - [ - -122.19889827199995, - 37.84638867100006 - ], - [ - -122.19889835299995, - 37.846389610000074 - ], - [ - -122.198898478, - 37.84639150100003 - ], - [ - -122.19889833499997, - 37.84639341500008 - ], - [ - -122.19889826399998, - 37.846394771000064 - ], - [ - -122.19889823299997, - 37.84639533100005 - ], - [ - -122.19889822399995, - 37.84639566000004 - ], - [ - -122.19889817799998, - 37.84639724600004 - ], - [ - -122.19889816299997, - 37.84639916300006 - ], - [ - -122.19889818899998, - 37.84640107900003 - ], - [ - -122.19889825699994, - 37.84640299700004 - ], - [ - -122.19889849999998, - 37.84640657800003 - ], - [ - -122.19889850799996, - 37.84640670300007 - ], - [ - -122.19889851999994, - 37.84640682600008 - ], - [ - -122.19889871499998, - 37.84640873500007 - ], - [ - -122.19889872399995, - 37.846408816000064 - ], - [ - -122.198898736, - 37.84640889700006 - ], - [ - -122.19889914699996, - 37.84641159100005 - ], - [ - -122.19889928499998, - 37.84641287000005 - ], - [ - -122.19889938799997, - 37.84641382900003 - ], - [ - -122.19889985299994, - 37.84641602700003 - ], - [ - -122.19889991399998, - 37.846416343000044 - ], - [ - -122.19890031699998, - 37.84641823800007 - ], - [ - -122.19890044899995, - 37.84641879600008 - ], - [ - -122.19890099199995, - 37.84642080000003 - ], - [ - -122.19890147099994, - 37.84642277200004 - ], - [ - -122.19890177999997, - 37.846423867000055 - ], - [ - -122.19890200099996, - 37.84642470500006 - ], - [ - -122.19890201399994, - 37.84642475900006 - ], - [ - -122.19890203199998, - 37.846424813000056 - ], - [ - -122.19890234899998, - 37.84642573200006 - ], - [ - -122.19890295899995, - 37.84642758700005 - ], - [ - -122.19890310999995, - 37.84642801700005 - ], - [ - -122.19890425399996, - 37.84643114100004 - ], - [ - -122.19890428099995, - 37.84643121400006 - ], - [ - -122.19890430299995, - 37.84643126800006 - ], - [ - -122.19890503599999, - 37.846433097000045 - ], - [ - -122.19890542, - 37.84643401100004 - ], - [ - -122.19890580199996, - 37.84643491800006 - ], - [ - -122.19890650299999, - 37.846436468000036 - ], - [ - -122.19890661699998, - 37.84643672100003 - ], - [ - -122.19890700099995, - 37.846437526000045 - ], - [ - -122.19890743499997, - 37.84643844200008 - ], - [ - -122.19890745199996, - 37.84643847900003 - ], - [ - -122.19890747, - 37.846438514000056 - ], - [ - -122.19890836099995, - 37.84644029700007 - ], - [ - -122.19890839199996, - 37.84644035900004 - ], - [ - -122.19890842399997, - 37.84644042100007 - ], - [ - -122.19890929099995, - 37.846442067000055 - ], - [ - -122.19890930899999, - 37.84644210300007 - ], - [ - -122.19890933399995, - 37.84644214700006 - ], - [ - -122.19891025899994, - 37.84644382400006 - ], - [ - -122.19891097799996, - 37.84644506500007 - ], - [ - -122.19891126799996, - 37.84644556500007 - ], - [ - -122.19891179599995, - 37.84644643900003 - ], - [ - -122.19891231399998, - 37.84644729400003 - ], - [ - -122.19891234399995, - 37.84644734300008 - ], - [ - -122.19891237499996, - 37.84644739100003 - ], - [ - -122.19891339099996, - 37.84644899500006 - ], - [ - -122.198914673, - 37.84645088900004 - ], - [ - -122.19891511499998, - 37.84645154100008 - ], - [ - -122.19891564399995, - 37.846452345000046 - ], - [ - -122.19891566299998, - 37.846452372000044 - ], - [ - -122.19891657199997, - 37.84645364100004 - ], - [ - -122.19891686899996, - 37.84645405600003 - ], - [ - -122.19891743, - 37.846454806000054 - ], - [ - -122.19891810299998, - 37.84645570600003 - ], - [ - -122.19891855299994, - 37.846456285000045 - ], - [ - -122.19891936999994, - 37.84645733900004 - ], - [ - -122.198919967, - 37.84645807900006 - ], - [ - -122.19892067399996, - 37.84645895400007 - ], - [ - -122.19892202199998, - 37.84646056200006 - ], - [ - -122.19892346899996, - 37.846462221000024 - ], - [ - -122.19904175099998, - 37.846554998000045 - ], - [ - -122.19904184199999, - 37.84655506900003 - ], - [ - -122.19911120999996, - 37.84660948000004 - ], - [ - -122.19915580499998, - 37.84664446100004 - ], - [ - -122.19916588999996, - 37.846652316000075 - ], - [ - -122.19918055299996, - 37.846663739000064 - ], - [ - -122.19918159099996, - 37.84666452000005 - ], - [ - -122.19920397099997, - 37.846681354000054 - ], - [ - -122.19922777099998, - 37.84669864800003 - ], - [ - -122.19925194999996, - 37.84671560100003 - ], - [ - -122.199276495, - 37.84673222300006 - ], - [ - -122.19929066499998, - 37.84674148100004 - ], - [ - -122.19930140499997, - 37.846748502000025 - ], - [ - -122.19930936699996, - 37.84675358700008 - ], - [ - -122.19932666799997, - 37.84676443200004 - ], - [ - -122.19935227699995, - 37.84678001000003 - ], - [ - -122.19937822699995, - 37.846795232000034 - ], - [ - -122.19940450799999, - 37.846810093000045 - ], - [ - -122.19943110899999, - 37.84682458900005 - ], - [ - -122.19944496699998, - 37.84683184900007 - ], - [ - -122.19946121499999, - 37.84684034800006 - ], - [ - -122.19946128, - 37.84684038000006 - ], - [ - -122.19946134899999, - 37.84684041600008 - ], - [ - -122.19946201099998, - 37.84684075500007 - ], - [ - -122.19946401199996, - 37.846841770000026 - ], - [ - -122.19948525399997, - 37.846852461000026 - ], - [ - -122.19951277799998, - 37.84686583400003 - ], - [ - -122.19954059, - 37.846878821000075 - ], - [ - -122.19956868399998, - 37.846891423000045 - ], - [ - -122.19959705199994, - 37.84690363200008 - ], - [ - -122.199623084, - 37.84691439200003 - ], - [ - -122.19962395099998, - 37.84691474400006 - ], - [ - -122.19962424, - 37.84691486100007 - ], - [ - -122.19965892899995, - 37.84692854300005 - ], - [ - -122.19967558699994, - 37.84693469300004 - ], - [ - -122.19969238099998, - 37.846940612000026 - ], - [ - -122.19970929699997, - 37.846946299000024 - ], - [ - -122.19972633999998, - 37.84695174900003 - ], - [ - -122.19974349699999, - 37.846956963000025 - ], - [ - -122.19976076699999, - 37.84696193900004 - ], - [ - -122.19977814599997, - 37.84696667400004 - ], - [ - -122.19978890199997, - 37.84696947200007 - ], - [ - -122.19978922699994, - 37.84696955800007 - ], - [ - -122.199789523, - 37.84696976300006 - ], - [ - -122.19991796999994, - 37.84706350300007 - ], - [ - -122.19995278099998, - 37.847088908000046 - ], - [ - -122.20011618099994, - 37.84716261900007 - ], - [ - -122.200277498, - 37.84723539200007 - ], - [ - -122.20030615299999, - 37.84724832000006 - ], - [ - -122.20076305499998, - 37.84745443000003 - ], - [ - -122.20078194299998, - 37.84749360500007 - ], - [ - -122.20083540099995, - 37.84760447300005 - ], - [ - -122.20084576299996, - 37.84762596300004 - ], - [ - -122.20086076399997, - 37.84765707500003 - ], - [ - -122.20089696899998, - 37.84771342200003 - ], - [ - -122.20222617, - 37.849782051000034 - ], - [ - -122.20269943099998, - 37.85051855100005 - ], - [ - -122.2029793199999, - 37.85095411400005 - ], - [ - -122.20306496999996, - 37.85108740600003 - ], - [ - -122.203139922, - 37.851204048000056 - ], - [ - -122.20406460599997, - 37.851322468000035 - ], - [ - -122.20413142899997, - 37.851331025000036 - ], - [ - -122.20570900699994, - 37.85153303900006 - ], - [ - -122.20571767899997, - 37.851532071000065 - ], - [ - -122.20597808699995, - 37.851503027000035 - ], - [ - -122.20651928799998, - 37.85163679400006 - ], - [ - -122.20777333399997, - 37.85179717600005 - ], - [ - -122.20782455199998, - 37.85180391400007 - ], - [ - -122.20881855099998, - 37.85193117000006 - ], - [ - -122.20890251299994, - 37.85194192000006 - ], - [ - -122.20891065399996, - 37.851965740000026 - ], - [ - -122.20931409299999, - 37.85244370700008 - ], - [ - -122.20931490199996, - 37.85244467100006 - ], - [ - -122.209343607, - 37.85247867600003 - ], - [ - -122.20934403399997, - 37.852479180000046 - ], - [ - -122.20941121599998, - 37.852558774000045 - ], - [ - -122.209565339, - 37.85274136000004 - ], - [ - -122.20966166, - 37.85285547600006 - ], - [ - -122.20981577799995, - 37.85303805900003 - ], - [ - -122.20999514999994, - 37.85325056000005 - ], - [ - -122.210012281, - 37.85327085500006 - ], - [ - -122.21019355899995, - 37.853485619000026 - ], - [ - -122.21037850599998, - 37.85370471700003 - ], - [ - -122.210545917, - 37.85390304600003 - ], - [ - -122.210858299, - 37.85427311500007 - ], - [ - -122.21084648799996, - 37.854295222000076 - ], - [ - -122.21042770499997, - 37.85507915000005 - ], - [ - -122.21046611699995, - 37.85512085700003 - ], - [ - -122.21054218399996, - 37.85510465200008 - ], - [ - -122.21165006499996, - 37.85634465800007 - ], - [ - -122.21164444799996, - 37.85636169300005 - ], - [ - -122.21164231199998, - 37.85637699100005 - ], - [ - -122.21164051299996, - 37.85639231600004 - ], - [ - -122.21164034799995, - 37.85639404700004 - ], - [ - -122.21179177699997, - 37.85654991600006 - ], - [ - -122.21190775599996, - 37.85666929400003 - ], - [ - -122.21191566099998, - 37.856680692000054 - ], - [ - -122.211918702, - 37.856686772000046 - ], - [ - -122.21192174099997, - 37.85669284700003 - ], - [ - -122.21192190099998, - 37.85669317700007 - ], - [ - -122.21193372399995, - 37.85671521800003 - ], - [ - -122.21193864299994, - 37.856725776000076 - ], - [ - -122.21193907999998, - 37.85672671300006 - ], - [ - -122.21194468099998, - 37.856738129000064 - ], - [ - -122.21195053899999, - 37.85674946800003 - ], - [ - -122.21195596299998, - 37.85675946600003 - ], - [ - -122.21195664299995, - 37.85676072100006 - ], - [ - -122.21195693899995, - 37.85676124200006 - ], - [ - -122.21196299399998, - 37.85677189100005 - ], - [ - -122.21196958899998, - 37.85678296900005 - ], - [ - -122.21197642699997, - 37.85679395500006 - ], - [ - -122.21198350799995, - 37.856804845000056 - ], - [ - -122.21199082299995, - 37.85681563500003 - ], - [ - -122.21199837999995, - 37.85682632400005 - ], - [ - -122.21200617, - 37.85683690400003 - ], - [ - -122.21201419199997, - 37.856847376000076 - ], - [ - -122.21202243599998, - 37.85685773500006 - ], - [ - -122.21203091399997, - 37.856867978000025 - ], - [ - -122.21203961099997, - 37.85687810300004 - ], - [ - -122.21204853499995, - 37.85688810600004 - ], - [ - -122.21205767799995, - 37.856897986000035 - ], - [ - -122.21206703699994, - 37.85690773500005 - ], - [ - -122.21207660599998, - 37.85691735300003 - ], - [ - -122.21208638299998, - 37.85692683900004 - ], - [ - -122.21209637199996, - 37.85693618700003 - ], - [ - -122.21211132499997, - 37.85694958800008 - ], - [ - -122.21212725599997, - 37.85696333800007 - ], - [ - -122.21214081, - 37.85697466900007 - ], - [ - -122.21214170399998, - 37.856975403000035 - ], - [ - -122.21214200099996, - 37.85697564700007 - ], - [ - -122.21214352599998, - 37.85697687600003 - ], - [ - -122.21216001, - 37.85699016700005 - ], - [ - -122.21217682799994, - 37.85700324000004 - ], - [ - -122.21219393299998, - 37.857016077000026 - ], - [ - -122.21221130899994, - 37.85702867400005 - ], - [ - -122.21222896399996, - 37.85704103000006 - ], - [ - -122.21224689199994, - 37.85705314000006 - ], - [ - -122.21226507799997, - 37.857064998000055 - ], - [ - -122.21228352399999, - 37.85707660500003 - ], - [ - -122.21230222399998, - 37.857087955000054 - ], - [ - -122.21232117399995, - 37.85709904400005 - ], - [ - -122.212340359, - 37.85710986700008 - ], - [ - -122.21237380599996, - 37.85712780400007 - ], - [ - -122.21259250599996, - 37.85725069400007 - ], - [ - -122.21261534899998, - 37.857263948000025 - ], - [ - -122.21262828999994, - 37.85727183800003 - ], - [ - -122.212641051, - 37.85727990300006 - ], - [ - -122.21265363699996, - 37.85728814200007 - ], - [ - -122.21266603699996, - 37.857296561000055 - ], - [ - -122.21267824899996, - 37.85730514800008 - ], - [ - -122.21269027599999, - 37.85731389800003 - ], - [ - -122.212702101, - 37.85732281800006 - ], - [ - -122.21271373199994, - 37.85733189700005 - ], - [ - -122.21272515899994, - 37.85734113700005 - ], - [ - -122.21273638399998, - 37.857350534000034 - ], - [ - -122.21274739899997, - 37.85736008500004 - ], - [ - -122.21275820299996, - 37.85736978700004 - ], - [ - -122.212768789, - 37.857379636000076 - ], - [ - -122.21282638499997, - 37.85743417200007 - ], - [ - -122.21301385199996, - 37.85787524400007 - ], - [ - -122.21314140699997, - 37.85802011100003 - ], - [ - -122.21314196799995, - 37.85802074800006 - ], - [ - -122.21342396299997, - 37.85834094000006 - ], - [ - -122.21359111699996, - 37.85850338700004 - ], - [ - -122.21394572999998, - 37.858859075000055 - ], - [ - -122.213947997, - 37.85885860900004 - ], - [ - -122.21437893099994, - 37.85928891100008 - ], - [ - -122.21451036399998, - 37.85941919000004 - ], - [ - -122.21467897399998, - 37.85958657200007 - ], - [ - -122.21469253599997, - 37.85960014900007 - ], - [ - -122.21515304599995, - 37.860061167000026 - ], - [ - -122.21519009199994, - 37.86009825300005 - ], - [ - -122.21542828799994, - 37.860336708000034 - ], - [ - -122.21542867199997, - 37.860337093000055 - ], - [ - -122.21707445599998, - 37.86198035500007 - ], - [ - -122.21991123599997, - 37.86481254800003 - ], - [ - -122.21996547199996, - 37.86483584100006 - ], - [ - -122.22008420799995, - 37.86488683700003 - ], - [ - -122.22143591999998, - 37.865458784000054 - ], - [ - -122.22143044299997, - 37.86546502500005 - ], - [ - -122.22144854099997, - 37.86547279600006 - ], - [ - -122.22123670599996, - 37.865713345000074 - ], - [ - -122.22073777999998, - 37.86627989300007 - ], - [ - -122.21980476099998, - 37.867339334000064 - ], - [ - -122.21977027099996, - 37.86735677900003 - ], - [ - -122.21973874699995, - 37.86739270000004 - ], - [ - -122.21822264399998, - 37.86815453300005 - ], - [ - -122.21817413099996, - 37.86817891000004 - ], - [ - -122.21816283199996, - 37.868181682000056 - ], - [ - -122.21811719799996, - 37.86819288100003 - ], - [ - -122.21808838499999, - 37.86820745400007 - ], - [ - -122.21793374699996, - 37.868285667000066 - ], - [ - -122.21757435099994, - 37.86846743800004 - ], - [ - -122.21752128399999, - 37.86849427800007 - ], - [ - -122.21752877299997, - 37.86849468200006 - ], - [ - -122.21754409599998, - 37.86849528000005 - ], - [ - -122.21713029999995, - 37.868702693000046 - ], - [ - -122.21713474899997, - 37.868710090000036 - ], - [ - -122.21714016899995, - 37.868719672000054 - ], - [ - -122.21691914799999, - 37.86879881500005 - ], - [ - -122.21637263699995, - 37.86907521400008 - ], - [ - -122.21697866899996, - 37.87056424100007 - ], - [ - -122.217238797, - 37.87120336000004 - ], - [ - -122.21767082799994, - 37.87226481000005 - ], - [ - -122.21953430299999, - 37.87333713000004 - ], - [ - -122.21954503899997, - 37.873343308000074 - ], - [ - -122.21954506099996, - 37.87334107700008 - ], - [ - -122.21954524899996, - 37.87332297100005 - ], - [ - -122.219797342, - 37.873466988000075 - ], - [ - -122.22010110499997, - 37.87386063400004 - ], - [ - -122.22014309499997, - 37.87391504900006 - ], - [ - -122.22013956799998, - 37.87391524000003 - ], - [ - -122.22012512499998, - 37.87391602900004 - ], - [ - -122.22016096099998, - 37.873963582000044 - ], - [ - -122.22135741399995, - 37.875551218000055 - ], - [ - -122.22148026299999, - 37.87571422700006 - ], - [ - -122.22151483099998, - 37.87569236400003 - ], - [ - -122.22181499299995, - 37.87608629500005 - ], - [ - -122.22233522399995, - 37.87675606800008 - ], - [ - -122.22363652999996, - 37.878439927000045 - ], - [ - -122.22396224099998, - 37.87859597700003 - ], - [ - -122.22576278599996, - 37.879458605000025 - ], - [ - -122.22604938799998, - 37.879595909000045 - ], - [ - -122.22593339699995, - 37.879621590000056 - ], - [ - -122.22589214899995, - 37.879634370000076 - ], - [ - -122.226189649, - 37.879774421000036 - ], - [ - -122.22624111899995, - 37.87976878300003 - ], - [ - -122.22631340399994, - 37.87976760000004 - ], - [ - -122.22641566699997, - 37.87977138300005 - ], - [ - -122.226423265, - 37.87977502100006 - ], - [ - -122.228314222, - 37.88068089700005 - ], - [ - -122.22903198999995, - 37.881029918000024 - ], - [ - -122.23154768199998, - 37.881563490000076 - ], - [ - -122.23303510099998, - 37.881839623000076 - ] - ], - [ - [ - -122.22916195199997, - 37.833149082000034 - ], - [ - -122.22850772099997, - 37.83276532100007 - ], - [ - -122.22847942699997, - 37.83268718900007 - ], - [ - -122.22847933699995, - 37.83268714400003 - ], - [ - -122.22783043199996, - 37.832368968000026 - ], - [ - -122.22780386699998, - 37.83235575100008 - ], - [ - -122.22779460199996, - 37.832351765000055 - ], - [ - -122.22779338899994, - 37.832351248000066 - ], - [ - -122.227791616, - 37.83235052300006 - ], - [ - -122.22779036699995, - 37.83235001500003 - ], - [ - -122.22779000399998, - 37.83234986800005 - ], - [ - -122.22778991299998, - 37.832349831000045 - ], - [ - -122.227789525, - 37.83234967800007 - ], - [ - -122.22778675, - 37.83234859000004 - ], - [ - -122.22778669299998, - 37.83234856900003 - ], - [ - -122.22778651799996, - 37.83234850400004 - ], - [ - -122.227786246, - 37.832348403000026 - ], - [ - -122.22778499599997, - 37.832347936000076 - ], - [ - -122.22778427699996, - 37.83234766800007 - ], - [ - -122.22778400299995, - 37.83234756500008 - ], - [ - -122.22778346799998, - 37.83234736700007 - ], - [ - -122.22778340199994, - 37.83234734300004 - ], - [ - -122.22778258299996, - 37.83234705000007 - ], - [ - -122.22778255299994, - 37.83234703900007 - ], - [ - -122.22778113099997, - 37.83234652800007 - ], - [ - -122.22778029699998, - 37.832346234000056 - ], - [ - -122.22778025999997, - 37.83234622200007 - ], - [ - -122.22777961799994, - 37.832346002000065 - ], - [ - -122.22777857799997, - 37.83234564600008 - ], - [ - -122.22777790299995, - 37.83234541600007 - ], - [ - -122.22777735199998, - 37.832345229000055 - ], - [ - -122.22777683299995, - 37.83234505200005 - ], - [ - -122.22777591299996, - 37.832344754000076 - ], - [ - -122.22777587899998, - 37.83234474400007 - ], - [ - -122.227775211, - 37.83234452500005 - ], - [ - -122.22777462599998, - 37.83234433700005 - ], - [ - -122.22777450399997, - 37.83234429700008 - ], - [ - -122.22777335999996, - 37.83234392800006 - ], - [ - -122.22777300499996, - 37.83234382000006 - ], - [ - -122.22777264599995, - 37.83234370900004 - ], - [ - -122.22777184299997, - 37.832343458000025 - ], - [ - -122.22777016099997, - 37.83234294400006 - ], - [ - -122.22777009499998, - 37.832342924000045 - ], - [ - -122.22776831799996, - 37.83234240300004 - ], - [ - -122.22776669499996, - 37.83234192900005 - ], - [ - -122.22776664799994, - 37.832341916000075 - ], - [ - -122.22776530199997, - 37.83234154400003 - ], - [ - -122.22776513899998, - 37.83234149900005 - ], - [ - -122.22776500199996, - 37.832341461000055 - ], - [ - -122.22776484099995, - 37.832341417000066 - ], - [ - -122.22776462699994, - 37.832341358000065 - ], - [ - -122.22776434199994, - 37.83234127800006 - ], - [ - -122.22776390799999, - 37.832341159000066 - ], - [ - -122.22776369199994, - 37.832341100000065 - ], - [ - -122.22776331899996, - 37.83234099600003 - ], - [ - -122.22776326899998, - 37.83234098300005 - ], - [ - -122.22776313999998, - 37.83234094800008 - ], - [ - -122.22776309199998, - 37.83234093600004 - ], - [ - -122.22776304899998, - 37.83234092400005 - ], - [ - -122.22776268499996, - 37.83234082900003 - ], - [ - -122.22776257199996, - 37.832340800000054 - ], - [ - -122.22776252199998, - 37.83234078700008 - ], - [ - -122.22776245699998, - 37.83234076900004 - ], - [ - -122.22776209199998, - 37.83234067400008 - ], - [ - -122.22776057299996, - 37.83234027800006 - ], - [ - -122.22776030999995, - 37.83234020900005 - ], - [ - -122.22776025699994, - 37.83234019400004 - ], - [ - -122.22775982499996, - 37.83234008100004 - ], - [ - -122.22775960299998, - 37.83234002800003 - ], - [ - -122.22775941499998, - 37.832339981000075 - ], - [ - -122.22775913799995, - 37.832339913000055 - ], - [ - -122.22775893199997, - 37.832339862000026 - ], - [ - -122.22775889699994, - 37.832339854000054 - ], - [ - -122.22775833499998, - 37.832339715000046 - ], - [ - -122.22775764399995, - 37.832339545000025 - ], - [ - -122.22775672199998, - 37.83233931700005 - ], - [ - -122.22775635899995, - 37.83233922800008 - ], - [ - -122.22775511299994, - 37.832338941000046 - ], - [ - -122.22775400599994, - 37.83233868600007 - ], - [ - -122.22775334, - 37.83233853100006 - ], - [ - -122.22775311699996, - 37.83233848100008 - ], - [ - -122.22775264199998, - 37.832338374000074 - ], - [ - -122.22775216999997, - 37.83233827200007 - ], - [ - -122.22775180599996, - 37.832338194000044 - ], - [ - -122.22775144699995, - 37.832338116000074 - ], - [ - -122.22775049699999, - 37.832337911000025 - ], - [ - -122.227750416, - 37.83233789500008 - ], - [ - -122.22775025499999, - 37.83233785900006 - ], - [ - -122.22775010999999, - 37.83233782900004 - ], - [ - -122.22774981599997, - 37.83233776600008 - ], - [ - -122.22774972599996, - 37.832337747000054 - ], - [ - -122.22774939799996, - 37.832337676000066 - ], - [ - -122.227749185, - 37.832337632000076 - ], - [ - -122.227748981, - 37.832337591000055 - ], - [ - -122.22774868799996, - 37.83233753300004 - ], - [ - -122.22774865199995, - 37.83233752700005 - ], - [ - -122.22774642399997, - 37.83233707800008 - ], - [ - -122.22774632699998, - 37.832337058000064 - ], - [ - -122.22774569299997, - 37.83233693300008 - ], - [ - -122.227745369, - 37.83233687500007 - ], - [ - -122.22774516699997, - 37.83233683700007 - ], - [ - -122.22774392799994, - 37.832336603000044 - ], - [ - -122.22774323199997, - 37.832336474000044 - ], - [ - -122.22774233899997, - 37.83233630600006 - ], - [ - -122.227742219, - 37.83233628500005 - ], - [ - -122.22773922999994, - 37.83233577400006 - ], - [ - -122.22773905799994, - 37.832335744000034 - ], - [ - -122.22773890699995, - 37.83233571900007 - ], - [ - -122.22773879399995, - 37.832335698000065 - ], - [ - -122.22773874399996, - 37.832335691000026 - ], - [ - -122.22773854899998, - 37.83233566100006 - ], - [ - -122.22773832599995, - 37.83233562500004 - ], - [ - -122.22773772699998, - 37.83233553100007 - ], - [ - -122.22773715199997, - 37.832335441000055 - ], - [ - -122.22773676699995, - 37.832335380000075 - ], - [ - -122.22773645099994, - 37.832335329000045 - ], - [ - -122.22773627599997, - 37.83233530200005 - ], - [ - -122.22773608199998, - 37.83233527200008 - ], - [ - -122.22773590199995, - 37.832335243000045 - ], - [ - -122.22773582399998, - 37.83233523100006 - ], - [ - -122.22773542999994, - 37.83233516900003 - ], - [ - -122.22773514699998, - 37.83233512600003 - ], - [ - -122.22773475799994, - 37.83233506900007 - ], - [ - -122.22773434799996, - 37.832335011000055 - ], - [ - -122.22773214899996, - 37.83233469600003 - ], - [ - -122.22773166899998, - 37.83233462800007 - ], - [ - -122.22773161799995, - 37.83233462100003 - ], - [ - -122.22773111499998, - 37.832334556000035 - ], - [ - -122.22772987899998, - 37.83233439800006 - ], - [ - -122.22772918699997, - 37.83233430800004 - ], - [ - -122.22772808999997, - 37.83233416600007 - ], - [ - -122.22772496599998, - 37.832333807000055 - ], - [ - -122.22772446699997, - 37.83233375100008 - ], - [ - -122.2277241099999, - 37.83233371500006 - ], - [ - -122.22772288699997, - 37.832333592000055 - ], - [ - -122.22772090399997, - 37.832333394000045 - ], - [ - -122.22772085099996, - 37.83233338800005 - ], - [ - -122.22771892599997, - 37.832333221000056 - ], - [ - -122.22771731199998, - 37.83233308100006 - ], - [ - -122.22771589099995, - 37.83233297800007 - ], - [ - -122.22771516699999, - 37.83233292700004 - ], - [ - -122.22771386299996, - 37.832332833000066 - ], - [ - -122.22771370699996, - 37.83233282100008 - ], - [ - -122.22771366799998, - 37.832332818000054 - ], - [ - -122.22771341999999, - 37.83233280400003 - ], - [ - -122.22771218799994, - 37.832332731000065 - ], - [ - -122.22771070899995, - 37.832332644000076 - ], - [ - -122.22771058499995, - 37.832332637000036 - ], - [ - -122.22770989799994, - 37.83233259900004 - ], - [ - -122.22770826299995, - 37.83233252500003 - ], - [ - -122.22770666399998, - 37.83233245400004 - ], - [ - -122.22770568799996, - 37.832332422000036 - ], - [ - -122.22770525899995, - 37.83233240800007 - ], - [ - -122.22770334599994, - 37.83233234900007 - ], - [ - -122.22770208599997, - 37.832332320000035 - ], - [ - -122.22770197199998, - 37.832332318000056 - ], - [ - -122.22770031099998, - 37.83233229000007 - ], - [ - -122.22769921499997, - 37.83233227100004 - ], - [ - -122.22769858199996, - 37.83233226900006 - ], - [ - -122.22769673599998, - 37.83233226400006 - ], - [ - -122.22769241399999, - 37.83233229600006 - ], - [ - -122.22769196299998, - 37.832332300000076 - ], - [ - -122.22769162299994, - 37.83233230800005 - ], - [ - -122.22769019699996, - 37.832332344000065 - ], - [ - -122.22768993799997, - 37.83233234900007 - ], - [ - -122.22768881899998, - 37.83233237700006 - ], - [ - -122.22768851899997, - 37.83233238300005 - ], - [ - -122.227688275, - 37.83233239100008 - ], - [ - -122.22768803899999, - 37.83233240000004 - ], - [ - -122.22768745899998, - 37.832332423000025 - ], - [ - -122.22768678499995, - 37.832332448000045 - ], - [ - -122.22768666099995, - 37.83233245200006 - ], - [ - -122.22768470699998, - 37.83233252800005 - ], - [ - -122.22768465899998, - 37.83233253000003 - ], - [ - -122.22768378899997, - 37.832332575000066 - ], - [ - -122.22768178099994, - 37.832332681000025 - ], - [ - -122.22768113299998, - 37.83233271600005 - ], - [ - -122.22768108699995, - 37.83233271800003 - ], - [ - -122.22768073399999, - 37.83233274200006 - ], - [ - -122.22768057999997, - 37.83233275400005 - ], - [ - -122.22768010799996, - 37.83233278500006 - ], - [ - -122.22768002, - 37.832332792000045 - ], - [ - -122.22767948399996, - 37.83233283000004 - ], - [ - -122.22767920999996, - 37.83233284800008 - ], - [ - -122.227679105, - 37.83233285500006 - ], - [ - -122.22767906299998, - 37.83233285700004 - ], - [ - -122.22767851599997, - 37.832332896000025 - ], - [ - -122.22767842499997, - 37.83233290100003 - ], - [ - -122.22767777399997, - 37.832332947000054 - ], - [ - -122.22767583999996, - 37.83233308100006 - ], - [ - -122.22752794399997, - 37.83237907100005 - ], - [ - -122.22752790599998, - 37.832379083000035 - ], - [ - -122.22752783599998, - 37.83237910200006 - ], - [ - -122.22752780299999, - 37.83237911200007 - ], - [ - -122.22752775499998, - 37.832379127000024 - ], - [ - -122.227527684, - 37.83237914800003 - ], - [ - -122.22752764699999, - 37.83237916000007 - ], - [ - -122.22752749399996, - 37.83237920400006 - ], - [ - -122.227526878, - 37.83237938600007 - ], - [ - -122.227526695, - 37.83237944000007 - ], - [ - -122.22752645299994, - 37.832379511000056 - ], - [ - -122.22752633599998, - 37.83237954700007 - ], - [ - -122.22752618099997, - 37.83237959200005 - ], - [ - -122.22752575899995, - 37.83237971500006 - ], - [ - -122.22752477399996, - 37.83238000600005 - ], - [ - -122.22752205599994, - 37.832380810000075 - ], - [ - -122.22752198399996, - 37.83238083200007 - ], - [ - -122.22751987499998, - 37.83238145400003 - ], - [ - -122.22751933799998, - 37.83238161300005 - ], - [ - -122.22751895399995, - 37.83238172500006 - ], - [ - -122.22751778399999, - 37.83238207200003 - ], - [ - -122.22751769299998, - 37.83238209800004 - ], - [ - -122.22751711099994, - 37.83238227100003 - ], - [ - -122.22751682899997, - 37.83238235300007 - ], - [ - -122.22751545899996, - 37.83238272700004 - ], - [ - -122.22751399499998, - 37.832383126000025 - ], - [ - -122.22751234599997, - 37.83238357500005 - ], - [ - -122.22751122099999, - 37.832383880000066 - ], - [ - -122.22751111499997, - 37.83238391000003 - ], - [ - -122.22750536499996, - 37.832385386000055 - ], - [ - -122.22749966799995, - 37.832386763000045 - ], - [ - -122.22749958299994, - 37.83238678400005 - ], - [ - -122.22749948599994, - 37.832386807000034 - ], - [ - -122.22749667799997, - 37.83238744200003 - ], - [ - -122.22749595299996, - 37.832387607000044 - ], - [ - -122.22749569499996, - 37.83238766300008 - ], - [ - -122.22749495699998, - 37.83238783200005 - ], - [ - -122.22749378199995, - 37.832388097000035 - ], - [ - -122.22749348899998, - 37.83238816000005 - ], - [ - -122.22749059299997, - 37.83238877300005 - ], - [ - -122.22749043199997, - 37.83238880700003 - ], - [ - -122.22749039799999, - 37.83238881400007 - ], - [ - -122.22748779099999, - 37.83238936400005 - ], - [ - -122.227485001, - 37.832389911000064 - ], - [ - -122.22748238899999, - 37.83239042500003 - ], - [ - -122.227482125, - 37.83239047700005 - ], - [ - -122.22748207299998, - 37.832390486000065 - ], - [ - -122.22748172999997, - 37.832390549000024 - ], - [ - -122.227480835, - 37.83239071300005 - ], - [ - -122.22747943899998, - 37.83239096900007 - ], - [ - -122.22747916299994, - 37.832391019000056 - ], - [ - -122.22747617899995, - 37.83239156500008 - ], - [ - -122.22747081299997, - 37.832392464000066 - ], - [ - -122.22747046499995, - 37.83239252300007 - ], - [ - -122.22747042599997, - 37.83239252900006 - ], - [ - -122.2274703, - 37.832392550000066 - ], - [ - -122.22747026899998, - 37.83239255600006 - ], - [ - -122.22747023, - 37.83239256200005 - ], - [ - -122.22747016199997, - 37.83239257100007 - ], - [ - -122.22746994399995, - 37.83239260600004 - ], - [ - -122.22746925899997, - 37.83239271100007 - ], - [ - -122.22746920499998, - 37.83239271800005 - ], - [ - -122.22746737099999, - 37.832393 - ], - [ - -122.22746730999995, - 37.83239301000003 - ], - [ - -122.227464334, - 37.83239346700003 - ], - [ - -122.22746428199997, - 37.83239347400007 - ], - [ - -122.22745837899998, - 37.832394296000075 - ], - [ - -122.22745265799995, - 37.83239500800005 - ], - [ - -122.22745240999996, - 37.83239503900006 - ], - [ - -122.22744941699995, - 37.832395372000065 - ], - [ - -122.22744871999998, - 37.832395449000046 - ], - [ - -122.22744811499996, - 37.832395517000066 - ], - [ - -122.22744778499998, - 37.832395553000026 - ], - [ - -122.22744648499997, - 37.83239569800003 - ], - [ - -122.22744642999999, - 37.83239570300003 - ], - [ - -122.22744623399996, - 37.83239572200006 - ], - [ - -122.227445795, - 37.83239576400007 - ], - [ - -122.22744550999994, - 37.83239579100007 - ], - [ - -122.22744531799998, - 37.832395811000026 - ], - [ - -122.22744527499998, - 37.83239581500004 - ], - [ - -122.22744499899994, - 37.83239584200004 - ], - [ - -122.22744479299996, - 37.832395861000066 - ], - [ - -122.22744474999996, - 37.83239586600007 - ], - [ - -122.22744440099996, - 37.83239589900006 - ], - [ - -122.227444091, - 37.832395930000075 - ], - [ - -122.227441119, - 37.83239621600006 - ], - [ - -122.22744045999997, - 37.83239627900008 - ], - [ - -122.22744042399995, - 37.832396284000026 - ], - [ - -122.22744036199998, - 37.83239628900003 - ], - [ - -122.22743956799997, - 37.832396354000025 - ], - [ - -122.22743741999994, - 37.83239653100003 - ], - [ - -122.22743492799998, - 37.83239673600008 - ], - [ - -122.22743445099997, - 37.83239677500006 - ], - [ - -122.22743441699998, - 37.83239677700004 - ], - [ - -122.227434201, - 37.832396792000054 - ], - [ - -122.22743396499999, - 37.832396809000045 - ], - [ - -122.22743221599995, - 37.832396929000026 - ], - [ - -122.22743152399994, - 37.83239697800008 - ], - [ - -122.22742969299998, - 37.83239710300006 - ], - [ - -122.227428638, - 37.832397177000075 - ], - [ - -122.22742821699995, - 37.83239720200004 - ], - [ - -122.22742537799996, - 37.832397359000026 - ], - [ - -122.22742274499996, - 37.832397505000074 - ], - [ - -122.22742238199999, - 37.83239752500003 - ], - [ - -122.22742208499994, - 37.83239753700008 - ], - [ - -122.22742190799994, - 37.83239754400006 - ], - [ - -122.22742186299996, - 37.83239754500005 - ], - [ - -122.22742105799995, - 37.83239757800004 - ], - [ - -122.22742054699995, - 37.832397600000036 - ], - [ - -122.22741985999994, - 37.832397627000034 - ], - [ - -122.22741900399996, - 37.83239766100007 - ], - [ - -122.22741751499996, - 37.832397720000074 - ], - [ - -122.22741716899998, - 37.83239773500003 - ], - [ - -122.22741687899997, - 37.83239774600003 - ], - [ - -122.227416759, - 37.83239775000004 - ], - [ - -122.22741645999997, - 37.832397763000074 - ], - [ - -122.22741633299995, - 37.83239776700003 - ], - [ - -122.22741615399997, - 37.832397773000025 - ], - [ - -122.22741603499998, - 37.83239777500006 - ], - [ - -122.22741462399995, - 37.832397814000046 - ], - [ - -122.22741420899996, - 37.832397825000044 - ], - [ - -122.22741401499997, - 37.83239783000005 - ], - [ - -122.22741362899995, - 37.832397842000034 - ], - [ - -122.22741305199997, - 37.83239785600006 - ], - [ - -122.22741245099996, - 37.83239787200006 - ], - [ - -122.22741207299998, - 37.832397882000066 - ], - [ - -122.22741087999998, - 37.83239791500006 - ], - [ - -122.227410395, - 37.832397927000045 - ], - [ - -122.22741029099996, - 37.83239793000007 - ], - [ - -122.22741015499997, - 37.83239793100006 - ], - [ - -122.22740953299996, - 37.83239794100007 - ], - [ - -122.227409476, - 37.83239794100007 - ], - [ - -122.22740932799996, - 37.832397943000046 - ], - [ - -122.22740924299995, - 37.832397944000036 - ], - [ - -122.22740915999998, - 37.832397945000025 - ], - [ - -122.22740885099995, - 37.83239795000003 - ], - [ - -122.22740837599997, - 37.83239795600008 - ], - [ - -122.22740746499994, - 37.832397968000066 - ], - [ - -122.22740673099997, - 37.83239797700003 - ], - [ - -122.22740585199995, - 37.83239798900007 - ], - [ - -122.22740534599995, - 37.832397996000054 - ], - [ - -122.22740527699995, - 37.832397996000054 - ], - [ - -122.22740486499998, - 37.83239800100006 - ], - [ - -122.22740448399998, - 37.83239800800004 - ], - [ - -122.22740424899996, - 37.832398011000066 - ], - [ - -122.22740420499997, - 37.832398011000066 - ], - [ - -122.22740403399996, - 37.832398011000066 - ], - [ - -122.22740399299994, - 37.83239801000008 - ], - [ - -122.22740122599998, - 37.83239800800004 - ], - [ - -122.22739952899997, - 37.83239800600006 - ], - [ - -122.22739949699996, - 37.83239800700005 - ], - [ - -122.22739871899995, - 37.83239800600006 - ], - [ - -122.22739847899999, - 37.83239800600006 - ], - [ - -122.22739842799996, - 37.83239800600006 - ], - [ - -122.227398301, - 37.83239800500007 - ], - [ - -122.22739820499999, - 37.83239800600006 - ], - [ - -122.22739809499996, - 37.83239800300004 - ], - [ - -122.22739724299998, - 37.83239799100005 - ], - [ - -122.22739709599995, - 37.83239798900007 - ], - [ - -122.22739663399994, - 37.83239798100004 - ], - [ - -122.22739587899997, - 37.832397972000024 - ], - [ - -122.22739541799996, - 37.83239796500004 - ], - [ - -122.22739485299996, - 37.83239795500003 - ], - [ - -122.22739458399997, - 37.832397952000065 - ], - [ - -122.22739249699998, - 37.83239792100005 - ], - [ - -122.22739224499998, - 37.83239791800003 - ], - [ - -122.22739216699995, - 37.83239791500006 - ], - [ - -122.22739174999998, - 37.83239790300007 - ], - [ - -122.22739154399994, - 37.83239789700008 - ], - [ - -122.22739127799997, - 37.83239789100003 - ], - [ - -122.22739025299995, - 37.83239786200005 - ], - [ - -122.22739002299994, - 37.832397857000046 - ], - [ - -122.22738763399997, - 37.83239778800004 - ], - [ - -122.22738619699999, - 37.83239774800006 - ], - [ - -122.22738611199998, - 37.83239774500004 - ], - [ - -122.22738602699997, - 37.83239774200007 - ], - [ - -122.22738336999998, - 37.832397628000024 - ], - [ - -122.22738184199994, - 37.83239756300003 - ], - [ - -122.22738019099995, - 37.83239749200004 - ], - [ - -122.22738008799996, - 37.832397488000026 - ], - [ - -122.22738004299998, - 37.83239748600005 - ], - [ - -122.227377075, - 37.83239731900005 - ], - [ - -122.22737702199998, - 37.83239731500004 - ], - [ - -122.22737604999998, - 37.83239726000005 - ], - [ - -122.22737583999998, - 37.83239724800006 - ], - [ - -122.22737484399994, - 37.83239719200003 - ], - [ - -122.22737397799995, - 37.83239714200005 - ], - [ - -122.22737338699994, - 37.832397101000026 - ], - [ - -122.22737282299994, - 37.83239706200004 - ], - [ - -122.22737263899995, - 37.832397049000065 - ], - [ - -122.22737253499997, - 37.832397041000036 - ], - [ - -122.22737027399995, - 37.83239688300006 - ], - [ - -122.22736845799994, - 37.832396757000026 - ], - [ - -122.22736828499995, - 37.83239674500004 - ], - [ - -122.22736804199997, - 37.83239672800005 - ], - [ - -122.22736793699994, - 37.83239671900003 - ], - [ - -122.22736785999996, - 37.83239671300004 - ], - [ - -122.22736752599997, - 37.83239668500005 - ], - [ - -122.22736625699997, - 37.83239657800004 - ], - [ - -122.22736472899999, - 37.83239644900004 - ], - [ - -122.22736351299994, - 37.83239634700004 - ], - [ - -122.22736343899999, - 37.83239634100005 - ], - [ - -122.22735602999995, - 37.83239563400008 - ], - [ - -122.22734706399996, - 37.83239458400004 - ], - [ - -122.22734430899999, - 37.83239423600003 - ], - [ - -122.22734413899997, - 37.83239421600007 - ], - [ - -122.22734408699995, - 37.83239420800004 - ], - [ - -122.22734381999999, - 37.83239417100003 - ], - [ - -122.22734165599996, - 37.832393868000054 - ], - [ - -122.22733980999999, - 37.832393609000064 - ], - [ - -122.22733839999995, - 37.832393410000066 - ], - [ - -122.22733818299997, - 37.83239338000004 - ], - [ - -122.22733812099995, - 37.83239337100008 - ], - [ - -122.22733790299998, - 37.83239333600005 - ], - [ - -122.22733515599998, - 37.832392911000056 - ], - [ - -122.22733478599997, - 37.832392853000044 - ], - [ - -122.22733384599996, - 37.83239270800004 - ], - [ - -122.22733373499995, - 37.83239269000006 - ], - [ - -122.227333505, - 37.832392654000046 - ], - [ - -122.22733252199998, - 37.83239250200006 - ], - [ - -122.22733231499996, - 37.83239246900007 - ], - [ - -122.22733224199999, - 37.832392457000026 - ], - [ - -122.22733219999998, - 37.83239245000004 - ], - [ - -122.22733189499996, - 37.83239240000006 - ], - [ - -122.22732628999995, - 37.83239145300007 - ], - [ - -122.22732187399998, - 37.83239064000003 - ], - [ - -122.22731932699998, - 37.83239015600003 - ], - [ - -122.22731474799997, - 37.83238924600005 - ], - [ - -122.22731031099994, - 37.83238830200003 - ], - [ - -122.227308473, - 37.832387905000076 - ], - [ - -122.22730576099997, - 37.83238728600003 - ], - [ - -122.22730327199997, - 37.83238671700008 - ], - [ - -122.22730284899995, - 37.83238662000008 - ], - [ - -122.22730206499995, - 37.83238642900005 - ], - [ - -122.22729861099998, - 37.83238559100005 - ], - [ - -122.22729711899996, - 37.83238522700003 - ], - [ - -122.22729432699998, - 37.83238464400006 - ], - [ - -122.227291945, - 37.83238414700003 - ], - [ - -122.22729153899996, - 37.83238406600003 - ], - [ - -122.22729185199995, - 37.83238419400004 - ], - [ - -122.22729794299994, - 37.83238658300007 - ], - [ - -122.22729957599995, - 37.83238718200005 - ], - [ - -122.22730391099998, - 37.83238877100007 - ], - [ - -122.22731089899997, - 37.83239146100004 - ], - [ - -122.22731865599997, - 37.83239461000005 - ], - [ - -122.22732173399999, - 37.83239590000005 - ], - [ - -122.227328866, - 37.832399 - ], - [ - -122.22733262, - 37.83240070800008 - ], - [ - -122.22733530999994, - 37.83240193800003 - ], - [ - -122.22733785399998, - 37.83240314300008 - ], - [ - -122.22733927999997, - 37.832403819000035 - ], - [ - -122.227339342, - 37.83240384800007 - ], - [ - -122.22734040899996, - 37.83240435300007 - ], - [ - -122.22734082099998, - 37.832404550000035 - ], - [ - -122.227340885, - 37.83240458000006 - ], - [ - -122.22734183899996, - 37.83240505100008 - ], - [ - -122.22734332099998, - 37.83240578200008 - ], - [ - -122.227345577, - 37.83240689400003 - ], - [ - -122.22734589499998, - 37.832407052000065 - ], - [ - -122.22734629299998, - 37.83240724800004 - ], - [ - -122.22734644499997, - 37.83240732300004 - ], - [ - -122.22734668899994, - 37.83240744300008 - ], - [ - -122.22734671999996, - 37.832407458000034 - ], - [ - -122.22734681699995, - 37.83240750900006 - ], - [ - -122.22734746499998, - 37.83240784000003 - ], - [ - -122.22734754399994, - 37.83240788100005 - ], - [ - -122.22734873, - 37.832408487000066 - ], - [ - -122.22734926899994, - 37.832408764000036 - ], - [ - -122.22734932399999, - 37.832408792000024 - ], - [ - -122.22734939299994, - 37.83240882800004 - ], - [ - -122.22734953399998, - 37.83240889900003 - ], - [ - -122.22734995299999, - 37.83240911300004 - ], - [ - -122.22735059799999, - 37.83240944500005 - ], - [ - -122.22735154799994, - 37.83240993100003 - ], - [ - -122.22735254, - 37.83241043900006 - ], - [ - -122.22735311499997, - 37.83241074400007 - ], - [ - -122.22735830299996, - 37.832413505000034 - ], - [ - -122.227362326, - 37.83241572600008 - ], - [ - -122.22736246099998, - 37.832415800000035 - ], - [ - -122.22736401499998, - 37.83241665800006 - ], - [ - -122.22736565399998, - 37.83241759900005 - ], - [ - -122.22736635299998, - 37.83241799900003 - ], - [ - -122.22736687699995, - 37.832418301000075 - ], - [ - -122.22736932499998, - 37.83241970300003 - ], - [ - -122.22736953999998, - 37.832419827000024 - ], - [ - -122.22736961399994, - 37.832419868000045 - ], - [ - -122.22736966199994, - 37.83241989800007 - ], - [ - -122.22737012399995, - 37.83242017200007 - ], - [ - -122.22737128899996, - 37.83242086400003 - ], - [ - -122.22737162899995, - 37.83242106600005 - ], - [ - -122.22737272599994, - 37.832421719000024 - ], - [ - -122.22737516199999, - 37.83242316600007 - ], - [ - -122.22737521599998, - 37.83242319900006 - ], - [ - -122.22737525199994, - 37.83242322000007 - ], - [ - -122.22737652199999, - 37.832424004000075 - ], - [ - -122.22737789999996, - 37.83242485200003 - ], - [ - -122.22738036199996, - 37.832426371000054 - ], - [ - -122.22738059999995, - 37.832426516000055 - ], - [ - -122.22738063599996, - 37.83242653900004 - ], - [ - -122.22738069399998, - 37.832426576000046 - ], - [ - -122.22738076099995, - 37.832426618000056 - ], - [ - -122.22738089799998, - 37.832426706000035 - ], - [ - -122.22738162999997, - 37.83242717300004 - ], - [ - -122.22738176299998, - 37.83242725700006 - ], - [ - -122.227381918, - 37.83242735700003 - ], - [ - -122.2273822399999, - 37.83242756300007 - ], - [ - -122.22738268999996, - 37.832427851000034 - ], - [ - -122.22738452199997, - 37.83242902100005 - ], - [ - -122.22738530499998, - 37.83242952300003 - ], - [ - -122.22738555199999, - 37.832429680000075 - ], - [ - -122.22738566899994, - 37.83242975600007 - ], - [ - -122.22738598999996, - 37.83242996100006 - ], - [ - -122.22738690199998, - 37.83243056200007 - ], - [ - -122.227388696, - 37.83243174900008 - ], - [ - -122.22739063199998, - 37.83243303100005 - ], - [ - -122.22739101399998, - 37.83243328400005 - ], - [ - -122.22739126099998, - 37.832433448000074 - ], - [ - -122.22739135699999, - 37.83243351200008 - ], - [ - -122.22739147199997, - 37.83243359000005 - ], - [ - -122.22739270799997, - 37.83243443900005 - ], - [ - -122.22739660299999, - 37.83243711000006 - ], - [ - -122.22740046999996, - 37.83243985900003 - ], - [ - -122.22740086199997, - 37.83244013800004 - ], - [ - -122.22740149299995, - 37.832440586000075 - ], - [ - -122.22740156299994, - 37.83244063700005 - ], - [ - -122.22740198499997, - 37.83244094100007 - ], - [ - -122.22740428099996, - 37.83244262900007 - ], - [ - -122.22740430899995, - 37.832442651000065 - ], - [ - -122.22740688799996, - 37.83244455100004 - ], - [ - -122.22740692699995, - 37.832444579000025 - ], - [ - -122.22740802599998, - 37.83244541600004 - ], - [ - -122.22740833599994, - 37.832445653000036 - ], - [ - -122.22740893499997, - 37.832446109000045 - ], - [ - -122.22740899799999, - 37.83244615700005 - ], - [ - -122.22740951199995, - 37.83244654900005 - ], - [ - -122.22740991799998, - 37.83244686200004 - ], - [ - -122.22741141299997, - 37.83244799600004 - ], - [ - -122.22741279899998, - 37.832449085000064 - ], - [ - -122.22741285799998, - 37.83244913000004 - ], - [ - -122.22741293999997, - 37.83244919400005 - ], - [ - -122.22741349499995, - 37.83244962600003 - ], - [ - -122.22741365099995, - 37.832449749000034 - ], - [ - -122.22741430899998, - 37.83245026700007 - ], - [ - -122.22741668099997, - 37.83245214200008 - ], - [ - -122.22741687599995, - 37.83245229700003 - ], - [ - -122.22741895699994, - 37.83245399500004 - ], - [ - -122.227419033, - 37.832454057000064 - ], - [ - -122.22742009099994, - 37.83245492400005 - ], - [ - -122.22742153599995, - 37.83245610400007 - ], - [ - -122.22742207099998, - 37.83245655500008 - ], - [ - -122.22742232899998, - 37.832456774000036 - ], - [ - -122.22742349999999, - 37.832457764000026 - ], - [ - -122.22742474399996, - 37.83245881700003 - ], - [ - -122.22742512999997, - 37.83245914500003 - ], - [ - -122.22742525399997, - 37.832459250000056 - ], - [ - -122.22742558199997, - 37.832459527000026 - ], - [ - -122.22742580699997, - 37.83245971500003 - ], - [ - -122.22742607999999, - 37.83245994500004 - ], - [ - -122.227426316, - 37.83246015000003 - ], - [ - -122.22742646699999, - 37.83246028100007 - ], - [ - -122.22742652699998, - 37.83246033300003 - ], - [ - -122.22742740999996, - 37.83246110700003 - ], - [ - -122.22742842899999, - 37.83246199900003 - ], - [ - -122.22742949599996, - 37.832462933000045 - ], - [ - -122.22743098899997, - 37.83246424300006 - ], - [ - -122.22743143899999, - 37.832464651000066 - ], - [ - -122.22743294499998, - 37.83246601900004 - ], - [ - -122.22743326699998, - 37.832466313000054 - ], - [ - -122.22743465199994, - 37.83246757000006 - ], - [ - -122.22743519099998, - 37.83246806100004 - ], - [ - -122.22743554599998, - 37.83246838400004 - ], - [ - -122.227435577, - 37.832468412000026 - ], - [ - -122.22743560499998, - 37.832468439000024 - ], - [ - -122.22743602999998, - 37.83246883700008 - ], - [ - -122.22743777199997, - 37.83247047400005 - ], - [ - -122.227437942, - 37.83247063300007 - ], - [ - -122.22743805699997, - 37.832470741000066 - ], - [ - -122.227438211, - 37.832470887000056 - ], - [ - -122.22743852099995, - 37.83247117700006 - ], - [ - -122.22743902899998, - 37.83247165500006 - ], - [ - -122.22743959699994, - 37.832472188000054 - ], - [ - -122.22743992, - 37.83247249100003 - ], - [ - -122.227440307, - 37.83247286400007 - ], - [ - -122.22744042899996, - 37.83247298400005 - ], - [ - -122.22744079799998, - 37.83247334300006 - ], - [ - -122.22744134799996, - 37.83247387800003 - ], - [ - -122.22744144999996, - 37.83247397900004 - ], - [ - -122.22744330299997, - 37.83247578500004 - ], - [ - -122.22744386399995, - 37.832476331000066 - ], - [ - -122.22744398199995, - 37.832476445000054 - ], - [ - -122.22744439799999, - 37.832476851000024 - ], - [ - -122.22744489499996, - 37.83247735400005 - ], - [ - -122.22744868199999, - 37.832481176000044 - ], - [ - -122.22745001599998, - 37.832482570000025 - ], - [ - -122.22745122599997, - 37.832483839000076 - ], - [ - -122.22745211799997, - 37.83248477300003 - ], - [ - -122.22745286699995, - 37.83248555800003 - ], - [ - -122.22745291299998, - 37.83248560800007 - ], - [ - -122.22745442999997, - 37.832487256000036 - ], - [ - -122.22745549899997, - 37.83248841500006 - ], - [ - -122.22745596199996, - 37.83248892000006 - ], - [ - -122.22745670899997, - 37.83248973100007 - ], - [ - -122.22745717599997, - 37.832490251000024 - ], - [ - -122.22745741999995, - 37.832490524000036 - ], - [ - -122.22745761399995, - 37.832490740000026 - ], - [ - -122.22745850399997, - 37.83249174200006 - ], - [ - -122.22745996499998, - 37.832493387000056 - ], - [ - -122.22746084799996, - 37.83249438100006 - ], - [ - -122.22746167599996, - 37.83249534500004 - ], - [ - -122.22746180899998, - 37.83249550000005 - ], - [ - -122.22746286299997, - 37.83249673300003 - ], - [ - -122.22746289699995, - 37.83249677100008 - ], - [ - -122.22746463299995, - 37.83249880000005 - ], - [ - -122.22746473499996, - 37.832498920000035 - ], - [ - -122.22746483699996, - 37.832499046000066 - ], - [ - -122.22746690999998, - 37.83250155700006 - ], - [ - -122.22746739099995, - 37.83250214100008 - ], - [ - -122.22746764899995, - 37.83250245500005 - ], - [ - -122.22746780499995, - 37.832502644000044 - ], - [ - -122.22746814499999, - 37.83250305800004 - ], - [ - -122.22746831499995, - 37.832503264000025 - ], - [ - -122.22746839799998, - 37.83250336400005 - ], - [ - -122.22746862799994, - 37.83250364500003 - ], - [ - -122.227468763, - 37.83250381500005 - ], - [ - -122.22746879299996, - 37.83250385400004 - ], - [ - -122.22746891199995, - 37.83250400400004 - ], - [ - -122.22746919999997, - 37.83250436700007 - ], - [ - -122.22746962199994, - 37.83250490100005 - ], - [ - -122.2274704599999, - 37.83250596000005 - ], - [ - -122.22747402699997, - 37.83251054800007 - ], - [ - -122.227475906, - 37.83251301300004 - ], - [ - -122.22747884699999, - 37.83251702600006 - ], - [ - -122.22748105199997, - 37.83252013300006 - ], - [ - -122.22748107799998, - 37.83252016900008 - ], - [ - -122.22748193499996, - 37.832521384000074 - ], - [ - -122.22748233099998, - 37.83252194900007 - ], - [ - -122.22748335299997, - 37.83252343500004 - ], - [ - -122.22748423999997, - 37.83252475100005 - ], - [ - -122.22748521799997, - 37.83252619900003 - ], - [ - -122.22748537399997, - 37.83252643000003 - ], - [ - -122.22748562399994, - 37.83252679900005 - ], - [ - -122.22748585099998, - 37.832527137000056 - ], - [ - -122.22748626599997, - 37.832527767000045 - ], - [ - -122.22748630499996, - 37.832527826000046 - ], - [ - -122.227488812, - 37.83253171000007 - ], - [ - -122.22748934899994, - 37.83253255300008 - ], - [ - -122.22748938599995, - 37.83253261500005 - ], - [ - -122.22749001399995, - 37.83253362600004 - ], - [ - -122.22749069199995, - 37.83253472200005 - ], - [ - -122.22749106599997, - 37.83253532500004 - ], - [ - -122.22749188999995, - 37.83253665700005 - ], - [ - -122.22749210599994, - 37.83253700700004 - ], - [ - -122.22749269999997, - 37.83253799800008 - ], - [ - -122.227493026, - 37.83253855000004 - ], - [ - -122.22749341699995, - 37.83253920900006 - ], - [ - -122.22749355399998, - 37.83253944200004 - ], - [ - -122.22749360199998, - 37.83253952200005 - ], - [ - -122.227494031, - 37.832540247000054 - ], - [ - -122.22749418999996, - 37.83254051600005 - ], - [ - -122.22749452399995, - 37.832541080000055 - ], - [ - -122.227495138, - 37.832542115000024 - ], - [ - -122.22749516899995, - 37.83254216700004 - ], - [ - -122.22749567399995, - 37.832543059000045 - ], - [ - -122.22749574599999, - 37.83254318500008 - ], - [ - -122.22749633799998, - 37.83254423300008 - ], - [ - -122.22749752599998, - 37.832546335000075 - ], - [ - -122.22749819699999, - 37.832547540000064 - ], - [ - -122.22749825099999, - 37.83254764000003 - ], - [ - -122.22749829499998, - 37.83254771800006 - ], - [ - -122.227498578, - 37.83254824100004 - ], - [ - -122.22749865199995, - 37.83254838000005 - ], - [ - -122.22749891499996, - 37.83254886800006 - ], - [ - -122.22749939699997, - 37.83254976300003 - ], - [ - -122.227499449, - 37.83254986000003 - ], - [ - -122.22749997899996, - 37.83255084500007 - ], - [ - -122.22750005199998, - 37.832550979000075 - ], - [ - -122.22750056599995, - 37.83255193100007 - ], - [ - -122.22750060299995, - 37.83255200100007 - ], - [ - -122.22750101899999, - 37.83255279600007 - ], - [ - -122.22750107899998, - 37.83255291100005 - ], - [ - -122.22750126799997, - 37.83255328200005 - ], - [ - -122.22750176399995, - 37.83255424600003 - ], - [ - -122.22750229299999, - 37.83255527500006 - ], - [ - -122.22750272199994, - 37.83255611300007 - ], - [ - -122.22750288099996, - 37.83255642100005 - ], - [ - -122.22750323999998, - 37.83255711800007 - ], - [ - -122.22750338099996, - 37.83255739400005 - ], - [ - -122.22750469599998, - 37.832560095000076 - ], - [ - -122.22750578899996, - 37.83256233800006 - ], - [ - -122.22750599899996, - 37.832562782000025 - ], - [ - -122.22750601099995, - 37.83256280900008 - ], - [ - -122.22750602699995, - 37.83256284400005 - ], - [ - -122.22750640599997, - 37.83256366200004 - ], - [ - -122.22750677999994, - 37.83256446900003 - ], - [ - -122.22750703099996, - 37.83256501200003 - ], - [ - -122.22750707199998, - 37.83256509900008 - ], - [ - -122.22750709699994, - 37.83256515700003 - ], - [ - -122.22750826899994, - 37.832567692000055 - ], - [ - -122.22750854799995, - 37.83256832400008 - ], - [ - -122.22750882599996, - 37.832568956000046 - ], - [ - -122.227508866, - 37.83256904800004 - ], - [ - -122.22750901299997, - 37.83256938400007 - ], - [ - -122.22750939699995, - 37.83257026000007 - ], - [ - -122.22751021299996, - 37.832572123000034 - ], - [ - -122.22751034199996, - 37.83257241800004 - ], - [ - -122.22751050499994, - 37.832572793000054 - ], - [ - -122.22751051499995, - 37.83257281900006 - ], - [ - -122.22751054199995, - 37.83257288000004 - ], - [ - -122.22751061699995, - 37.83257305700005 - ], - [ - -122.227510844, - 37.83257360600004 - ], - [ - -122.22751086899996, - 37.832573669000055 - ], - [ - -122.22751162199995, - 37.832575492000046 - ], - [ - -122.22751212199995, - 37.832576704000076 - ], - [ - -122.22751225499997, - 37.83257702800006 - ], - [ - -122.22751236099998, - 37.832577283000035 - ], - [ - -122.22751277199995, - 37.83257828600006 - ], - [ - -122.227513048, - 37.83257899400007 - ], - [ - -122.22751344299996, - 37.83258001300004 - ], - [ - -122.22751401899995, - 37.83258149000005 - ], - [ - -122.22751474599994, - 37.83258336000006 - ], - [ - -122.22751609199997, - 37.832587044000036 - ], - [ - -122.22751637699997, - 37.83258782200005 - ], - [ - -122.22751640599995, - 37.83258790100007 - ], - [ - -122.22751672499999, - 37.83258878300006 - ], - [ - -122.22751758099997, - 37.83259129600003 - ], - [ - -122.227518278, - 37.83259333800004 - ], - [ - -122.22751839999995, - 37.832593694000025 - ], - [ - -122.22751843299994, - 37.83259379200007 - ], - [ - -122.22751848299998, - 37.83259393900005 - ], - [ - -122.227518536, - 37.832594107000034 - ], - [ - -122.22751858799995, - 37.83259426700005 - ], - [ - -122.22751861799998, - 37.832594363000055 - ], - [ - -122.227518638, - 37.83259442700006 - ], - [ - -122.22751887499999, - 37.83259517000005 - ], - [ - -122.22751935499997, - 37.832596677000026 - ], - [ - -122.22751948499996, - 37.83259709400005 - ], - [ - -122.227519702, - 37.83259777200004 - ], - [ - -122.22751981299996, - 37.83259811600004 - ], - [ - -122.227519874, - 37.83259831300006 - ], - [ - -122.22751989899996, - 37.83259839300007 - ], - [ - -122.22751994499998, - 37.832598537000024 - ], - [ - -122.22751998299998, - 37.83259865700006 - ], - [ - -122.22752000999998, - 37.83259874300006 - ], - [ - -122.22752006599995, - 37.832598922000045 - ], - [ - -122.22752010799996, - 37.832599053000024 - ], - [ - -122.22752016099997, - 37.83259921700005 - ], - [ - -122.22752018199998, - 37.83259928500007 - ], - [ - -122.22752020599995, - 37.832599369000036 - ], - [ - -122.22752024099998, - 37.832599479000066 - ], - [ - -122.22752029099996, - 37.83259964800004 - ], - [ - -122.22752040499995, - 37.832600038000066 - ], - [ - -122.227520417, - 37.83260007700005 - ], - [ - -122.22752045099998, - 37.832600194000065 - ], - [ - -122.22752062599994, - 37.83260079000007 - ], - [ - -122.22752063799999, - 37.832600831000036 - ], - [ - -122.22752096799996, - 37.832601950000026 - ], - [ - -122.22752136999998, - 37.83260331500003 - ], - [ - -122.227521379, - 37.83260334700003 - ], - [ - -122.22752175599999, - 37.832604641000046 - ], - [ - -122.22752179199995, - 37.83260475800006 - ], - [ - -122.22752212899996, - 37.832606001000045 - ], - [ - -122.22752234899997, - 37.83260681200005 - ], - [ - -122.22752263499996, - 37.832607868000025 - ], - [ - -122.22752321799999, - 37.83261001400007 - ], - [ - -122.22752445099997, - 37.832614973000034 - ], - [ - -122.22752456099994, - 37.832615418000046 - ], - [ - -122.22752475199997, - 37.83261626600006 - ], - [ - -122.22752492999996, - 37.83261705600006 - ], - [ - -122.22752497599998, - 37.83261726000006 - ], - [ - -122.22752499099994, - 37.83261732400007 - ], - [ - -122.22752505499994, - 37.83261761000006 - ], - [ - -122.22752510199996, - 37.83261781700003 - ], - [ - -122.22752527699998, - 37.83261859900006 - ], - [ - -122.22752564599995, - 37.832620235000036 - ], - [ - -122.22752576899995, - 37.83262078000007 - ], - [ - -122.22752577999995, - 37.832620821000035 - ], - [ - -122.22752581299994, - 37.83262098500006 - ], - [ - -122.22752586499996, - 37.83262124300006 - ], - [ - -122.227525878, - 37.832621310000036 - ], - [ - -122.22752600899997, - 37.83262195400005 - ], - [ - -122.22752609599996, - 37.832622377000064 - ], - [ - -122.22752618899995, - 37.83262283700003 - ], - [ - -122.227526233, - 37.83262306300003 - ], - [ - -122.22752632199996, - 37.832623495000064 - ], - [ - -122.22752654099997, - 37.832624579000026 - ], - [ - -122.227526663, - 37.832625172000064 - ], - [ - -122.22752668599998, - 37.832625292000046 - ], - [ - -122.22752675499999, - 37.83262563000005 - ], - [ - -122.22752679599995, - 37.83262583100003 - ], - [ - -122.22752684299996, - 37.83262606000005 - ], - [ - -122.22752687499997, - 37.83262621600005 - ], - [ - -122.22752692799997, - 37.83262650800003 - ], - [ - -122.22752693499996, - 37.83262654400005 - ], - [ - -122.22752694599995, - 37.83262660100007 - ], - [ - -122.22752698, - 37.83262679200004 - ], - [ - -122.22752701899998, - 37.83262701000007 - ], - [ - -122.22752710299994, - 37.83262747800006 - ], - [ - -122.22752716999997, - 37.83262785200003 - ], - [ - -122.227527351, - 37.832628853000074 - ], - [ - -122.22752737199994, - 37.83262896800005 - ], - [ - -122.227527609, - 37.832630280000046 - ], - [ - -122.22752787699994, - 37.83263177900005 - ], - [ - -122.22752788199995, - 37.832631813000035 - ], - [ - -122.22752809999997, - 37.83263318200005 - ], - [ - -122.22752815599995, - 37.832633532000045 - ], - [ - -122.22752834099998, - 37.83263469800005 - ], - [ - -122.22752866599996, - 37.83263675000006 - ], - [ - -122.22752871399996, - 37.83263706400004 - ], - [ - -122.22752872899997, - 37.832637152000075 - ], - [ - -122.22752873199994, - 37.83263718500007 - ], - [ - -122.22752879399997, - 37.83263763700006 - ], - [ - -122.22752883399994, - 37.83263793300006 - ], - [ - -122.22752890799995, - 37.83263848100006 - ], - [ - -122.22752891399995, - 37.83263851900006 - ], - [ - -122.22752905699997, - 37.832639580000034 - ], - [ - -122.22752918699996, - 37.83264053500005 - ], - [ - -122.22752920099998, - 37.83264063800004 - ], - [ - -122.22752921799997, - 37.83264076900008 - ], - [ - -122.22752923599995, - 37.832640903000026 - ], - [ - -122.22752940299995, - 37.83264213600006 - ], - [ - -122.22752942999995, - 37.83264233700004 - ], - [ - -122.22752944299998, - 37.83264242800004 - ], - [ - -122.22752948799996, - 37.83264278900003 - ], - [ - -122.22752949499994, - 37.83264284300003 - ], - [ - -122.22752955699997, - 37.83264339700003 - ], - [ - -122.22753009099995, - 37.832648094000035 - ], - [ - -122.22753056, - 37.83265320600003 - ], - [ - -122.22753058299998, - 37.83265346700006 - ], - [ - -122.22753058599994, - 37.83265350100004 - ], - [ - -122.22753060699995, - 37.83265377500004 - ], - [ - -122.22753063999994, - 37.83265426100007 - ], - [ - -122.22753078399995, - 37.83265632600006 - ], - [ - -122.22753086399996, - 37.83265749700007 - ], - [ - -122.227530974, - 37.832659113000034 - ], - [ - -122.227530979, - 37.83265918400008 - ], - [ - -122.22753098799996, - 37.832659368000066 - ], - [ - -122.227531006, - 37.83265975300003 - ], - [ - -122.22753106099998, - 37.83266090600006 - ], - [ - -122.22753113699997, - 37.83266250200006 - ], - [ - -122.22753130099994, - 37.83266724600003 - ], - [ - -122.22753130299998, - 37.832667324000056 - ], - [ - -122.22753130599995, - 37.83266743200005 - ], - [ - -122.22753133599997, - 37.83266862000005 - ], - [ - -122.22753135, - 37.832669200000055 - ], - [ - -122.22753135099998, - 37.83266924600008 - ], - [ - -122.22753135699998, - 37.83266948700003 - ], - [ - -122.227531361, - 37.83266966200006 - ], - [ - -122.22753137399997, - 37.83267084400006 - ], - [ - -122.22753139699995, - 37.83267556200008 - ], - [ - -122.227531366, - 37.832677114000035 - ], - [ - -122.22753128399995, - 37.832681183000034 - ], - [ - -122.227531119, - 37.83268518400007 - ], - [ - -122.22753106299996, - 37.83268656900003 - ], - [ - -122.22753096599996, - 37.832688122000036 - ], - [ - -122.22753093799997, - 37.83268856600006 - ], - [ - -122.22753092099998, - 37.83268883200003 - ], - [ - -122.22753091899995, - 37.832688860000076 - ], - [ - -122.22753090699996, - 37.83268903800007 - ], - [ - -122.227530791, - 37.83269091200003 - ], - [ - -122.22753072699999, - 37.83269193000007 - ], - [ - -122.22753071999995, - 37.83269205000005 - ], - [ - -122.22753070899995, - 37.83269216700006 - ], - [ - -122.22753069799995, - 37.832692294000026 - ], - [ - -122.22753069199996, - 37.83269237900004 - ], - [ - -122.22753025599997, - 37.83269749500005 - ], - [ - -122.22753025199995, - 37.83269753700006 - ], - [ - -122.22752966599995, - 37.83270301700003 - ], - [ - -122.22737349699997, - 37.832774097000026 - ], - [ - -122.22730688799999, - 37.832804413000076 - ], - [ - -122.22728281399998, - 37.83281537000005 - ], - [ - -122.22728308999996, - 37.832815753000034 - ], - [ - -122.22728451999996, - 37.832817729000055 - ], - [ - -122.22728458599994, - 37.83281781900007 - ], - [ - -122.22728572099999, - 37.832819389000065 - ], - [ - -122.22728881899997, - 37.83282367100003 - ], - [ - -122.227289037, - 37.83282397200003 - ], - [ - -122.22722311999996, - 37.832773978000034 - ], - [ - -122.22707162499995, - 37.832659394000075 - ], - [ - -122.22696545399998, - 37.83258006600005 - ], - [ - -122.22696542799997, - 37.83258004600003 - ], - [ - -122.22671966799999, - 37.83236484200006 - ], - [ - -122.22654524999996, - 37.83221211100005 - ], - [ - -122.22656439599996, - 37.832197509000025 - ], - [ - -122.22656567499996, - 37.83219653300006 - ], - [ - -122.22643499399999, - 37.832087440000066 - ], - [ - -122.22639616199996, - 37.83205573500004 - ], - [ - -122.22639454899996, - 37.83198640000006 - ], - [ - -122.22635795899998, - 37.831976637000025 - ], - [ - -122.22633178599995, - 37.83196809300006 - ], - [ - -122.22630208799995, - 37.831956853000065 - ], - [ - -122.22627234199996, - 37.831943556000056 - ], - [ - -122.22624429799998, - 37.83192886000006 - ], - [ - -122.22621792999996, - 37.83191207700003 - ], - [ - -122.22619326499995, - 37.831893896000054 - ], - [ - -122.22615617999998, - 37.83186285100004 - ], - [ - -122.22612077499997, - 37.83182972100008 - ], - [ - -122.22608708799999, - 37.831795879000026 - ], - [ - -122.22605683299997, - 37.831760615000064 - ], - [ - -122.22602827399999, - 37.831723949000036 - ], - [ - -122.22599969899994, - 37.83168660000007 - ], - [ - -122.225976302, - 37.83164848800004 - ], - [ - -122.22589319099995, - 37.831696323000074 - ], - [ - -122.225892553, - 37.83169572200006 - ], - [ - -122.22587070499998, - 37.831677513000045 - ], - [ - -122.225845828, - 37.831656777000035 - ], - [ - -122.22574599099994, - 37.83157357400006 - ], - [ - -122.22545464399997, - 37.83132989600006 - ], - [ - -122.22540869899996, - 37.831291469000064 - ], - [ - -122.22516860699994, - 37.831093778000024 - ], - [ - -122.22505694999995, - 37.83099551300006 - ], - [ - -122.22491935799997, - 37.83087442500005 - ], - [ - -122.22477098399997, - 37.83067336100004 - ], - [ - -122.22477096499995, - 37.83067333300005 - ], - [ - -122.22477021799995, - 37.83067231100006 - ], - [ - -122.22477019099995, - 37.83067227300006 - ], - [ - -122.22476940499996, - 37.83067119800006 - ], - [ - -122.22474910099999, - 37.83064338400004 - ], - [ - -122.22462186799999, - 37.830469083000025 - ], - [ - -122.22460193799998, - 37.83044177800008 - ], - [ - -122.22452527999997, - 37.83033676000008 - ], - [ - -122.22452523499999, - 37.83033669900004 - ], - [ - -122.22447651399995, - 37.83026995200004 - ], - [ - -122.22447632399997, - 37.830269489000045 - ], - [ - -122.22447613599996, - 37.830269024000074 - ], - [ - -122.22425603499994, - 37.83004892300005 - ], - [ - -122.22408083599998, - 37.82981183100003 - ], - [ - -122.22390827899994, - 37.829580263000025 - ], - [ - -122.22384849199995, - 37.82950003000008 - ], - [ - -122.22382799599995, - 37.82951200300005 - ], - [ - -122.22375502699998, - 37.829435932000024 - ], - [ - -122.22374813799996, - 37.829428706000044 - ], - [ - -122.22366344799997, - 37.829435438000075 - ], - [ - -122.223611818, - 37.829374390000055 - ], - [ - -122.22358515099995, - 37.82934456600003 - ], - [ - -122.22352498999999, - 37.82928913400008 - ], - [ - -122.22344261499995, - 37.82922542800003 - ], - [ - -122.22324207899999, - 37.82909571000005 - ], - [ - -122.22319439499995, - 37.829070788000024 - ], - [ - -122.22315939099997, - 37.82905482000007 - ], - [ - -122.22301491499996, - 37.82899936600006 - ], - [ - -122.22274360999995, - 37.82889849000003 - ], - [ - -122.22272611799997, - 37.828888790000065 - ], - [ - -122.22270680899999, - 37.82887739500006 - ], - [ - -122.22265945199996, - 37.82883523100003 - ], - [ - -122.22264483799995, - 37.82881855800008 - ], - [ - -122.22262500199997, - 37.82878451100004 - ], - [ - -122.22261766199995, - 37.82876676500007 - ], - [ - -122.22261202399994, - 37.82874762000006 - ], - [ - -122.222552813, - 37.82858367700004 - ], - [ - -122.222549, - 37.82856862700004 - ], - [ - -122.22253449899995, - 37.828540684000075 - ], - [ - -122.22252552199996, - 37.82852708100006 - ], - [ - -122.22251059799999, - 37.82851092900006 - ], - [ - -122.22247427899998, - 37.82848250600006 - ], - [ - -122.222317466, - 37.82836599700005 - ], - [ - -122.22229977599994, - 37.82834977500005 - ], - [ - -122.22228378499995, - 37.828332156000045 - ], - [ - -122.22226587199998, - 37.82830982200005 - ], - [ - -122.22225524599997, - 37.82829617700003 - ], - [ - -122.22224439699994, - 37.828276420000066 - ], - [ - -122.22223355099999, - 37.82825666600007 - ], - [ - -122.22222443599998, - 37.828236885000024 - ], - [ - -122.22221703499997, - 37.82821639200006 - ], - [ - -122.22220961299996, - 37.82819521400006 - ], - [ - -122.22220392399998, - 37.828174010000055 - ], - [ - -122.222201687, - 37.828152067000076 - ], - [ - -122.22220117699999, - 37.828130101000056 - ], - [ - -122.22220240999997, - 37.82810879400006 - ], - [ - -122.22220536799995, - 37.82808677700007 - ], - [ - -122.22221181099997, - 37.82806608100003 - ], - [ - -122.22221997499997, - 37.82804467500006 - ], - [ - -122.22223292999996, - 37.828006032000076 - ], - [ - -122.22224761599995, - 37.82796736200004 - ], - [ - -122.22226404699995, - 37.82792935500004 - ], - [ - -122.222282211, - 37.82789132000005 - ], - [ - -122.22230213999995, - 37.82785463600004 - ], - [ - -122.22232665799999, - 37.82780982700007 - ], - [ - -122.22233842099996, - 37.827776510000035 - ], - [ - -122.22234957899997, - 37.827735146000066 - ], - [ - -122.222358994, - 37.82769311900006 - ], - [ - -122.22236840799997, - 37.82765109200005 - ], - [ - -122.22237435799997, - 37.827609117000065 - ], - [ - -122.22237856199996, - 37.827566483000055 - ], - [ - -122.22235447599996, - 37.82757301200007 - ], - [ - -122.22232860999998, - 37.82757751100007 - ], - [ - -122.22230444099995, - 37.82758061100003 - ], - [ - -122.22227850299998, - 37.827582362000044 - ], - [ - -122.22225252799996, - 37.82758205500005 - ], - [ - -122.22220220499997, - 37.827577295000026 - ], - [ - -122.22209948699998, - 37.82756124800005 - ], - [ - -122.222121115, - 37.82751530400003 - ], - [ - -122.22224030899997, - 37.827279402000045 - ], - [ - -122.22207288699997, - 37.82719024200003 - ], - [ - -122.22191405199999, - 37.826949057000036 - ], - [ - -122.22183328299997, - 37.82686696700006 - ], - [ - -122.221732982, - 37.82691748000008 - ], - [ - -122.22172349999994, - 37.826903413000025 - ], - [ - -122.22162673799994, - 37.82680654700005 - ], - [ - -122.22173706799998, - 37.826737155000046 - ], - [ - -122.22161735199995, - 37.826575631000026 - ], - [ - -122.22149714499994, - 37.82641344700005 - ], - [ - -122.22139525699998, - 37.82627597700008 - ], - [ - -122.22128138499994, - 37.826122344000055 - ], - [ - -122.22117296899995, - 37.82597606300004 - ], - [ - -122.22116799399998, - 37.82596892300006 - ], - [ - -122.22112948299997, - 37.82591738900004 - ], - [ - -122.22102031599997, - 37.82575748900007 - ], - [ - -122.22089538799997, - 37.82559861100003 - ], - [ - -122.22071917799997, - 37.82537404800007 - ], - [ - -122.22054240499995, - 37.82529216200004 - ], - [ - -122.22053624799997, - 37.82533684800006 - ], - [ - -122.22039794999995, - 37.82520154800005 - ], - [ - -122.22038602699996, - 37.82518988500004 - ], - [ - -122.22038368899996, - 37.825187597000024 - ], - [ - -122.22038288699997, - 37.82518681400006 - ], - [ - -122.22038130499999, - 37.82518527000008 - ], - [ - -122.22038111999996, - 37.825185076000025 - ], - [ - -122.22038098699994, - 37.82518493500004 - ], - [ - -122.22038050499998, - 37.82518442700007 - ], - [ - -122.22037980899995, - 37.82518369700006 - ], - [ - -122.22037956599996, - 37.825183440000046 - ], - [ - -122.22037951199997, - 37.825183381000045 - ], - [ - -122.220379187, - 37.82518304000007 - ], - [ - -122.22037881899996, - 37.825182666000046 - ], - [ - -122.22037871099997, - 37.82518255700006 - ], - [ - -122.22037782599995, - 37.825181658000076 - ], - [ - -122.22037711899998, - 37.82518093900006 - ], - [ - -122.22037702999995, - 37.82518085000004 - ], - [ - -122.22037697199994, - 37.825180792000026 - ], - [ - -122.22037668099995, - 37.82518050700003 - ], - [ - -122.22037627299994, - 37.82518010800004 - ], - [ - -122.22037599699996, - 37.825179838000054 - ], - [ - -122.22037580499995, - 37.82517964900006 - ], - [ - -122.22037499399994, - 37.825178856000036 - ], - [ - -122.22037487199998, - 37.825178737000044 - ], - [ - -122.22037481999996, - 37.825178685000026 - ], - [ - -122.22037473499995, - 37.825178607000055 - ], - [ - -122.22037428399994, - 37.82517818000008 - ], - [ - -122.22037394499995, - 37.825177859000064 - ], - [ - -122.22037361599996, - 37.825177549000045 - ], - [ - -122.22037292299996, - 37.82517689600007 - ], - [ - -122.22037277699997, - 37.825176758000055 - ], - [ - -122.220372753, - 37.82517673500007 - ], - [ - -122.220372624, - 37.82517661400004 - ], - [ - -122.22037251299997, - 37.82517651100005 - ], - [ - -122.22037246099995, - 37.82517646100007 - ], - [ - -122.22037233799995, - 37.82517635200003 - ], - [ - -122.22037214899996, - 37.82517617900004 - ], - [ - -122.22037185999994, - 37.825175916000035 - ], - [ - -122.220371173, - 37.82517529000006 - ], - [ - -122.22037090899994, - 37.82517504800006 - ], - [ - -122.22037072599994, - 37.825174884000035 - ], - [ - -122.22037049299996, - 37.825174670000024 - ], - [ - -122.22037046699995, - 37.82517464700004 - ], - [ - -122.22037034599998, - 37.82517453600008 - ], - [ - -122.22037026399994, - 37.82517445900004 - ], - [ - -122.22037024099996, - 37.82517444000007 - ], - [ - -122.22037013, - 37.825174342000025 - ], - [ - -122.22037006, - 37.825174281000045 - ], - [ - -122.22036979099994, - 37.82517404400005 - ], - [ - -122.2203697, - 37.82517396500003 - ], - [ - -122.22036931199995, - 37.82517362200008 - ], - [ - -122.22036892299997, - 37.82517327900007 - ], - [ - -122.22036860699995, - 37.825173 - ], - [ - -122.22036795199995, - 37.82517242100005 - ], - [ - -122.22036792399996, - 37.82517239900005 - ], - [ - -122.22036557599995, - 37.825170402000026 - ], - [ - -122.22036553399994, - 37.825170365000076 - ], - [ - -122.22036391699999, - 37.82516904000005 - ], - [ - -122.22036320199999, - 37.82516845400005 - ], - [ - -122.22036309599997, - 37.82516836800005 - ], - [ - -122.220362992, - 37.825168285000075 - ], - [ - -122.22036290099999, - 37.82516821300004 - ], - [ - -122.22036284099994, - 37.82516816300006 - ], - [ - -122.22036257199994, - 37.825167951000026 - ], - [ - -122.2203621099999, - 37.82516758400004 - ], - [ - -122.22036193499997, - 37.82516744700007 - ], - [ - -122.22036190899996, - 37.825167425000075 - ], - [ - -122.22036140299997, - 37.82516702500004 - ], - [ - -122.22036076299997, - 37.825166516000024 - ], - [ - -122.22036061699998, - 37.825166402000036 - ], - [ - -122.22036052799996, - 37.82516633200004 - ], - [ - -122.22036029299994, - 37.825166152000065 - ], - [ - -122.22036010099998, - 37.825166006000075 - ], - [ - -122.22035944799995, - 37.82516550500003 - ], - [ - -122.22035831099998, - 37.82516463500008 - ], - [ - -122.22035656899999, - 37.82516334200005 - ], - [ - -122.220355542, - 37.825162582000075 - ], - [ - -122.22035551199997, - 37.82516256100007 - ], - [ - -122.22035450799996, - 37.825161845000025 - ], - [ - -122.22035199499999, - 37.82516007600003 - ], - [ - -122.22035185299995, - 37.825159978000045 - ], - [ - -122.22034928299996, - 37.82515822900007 - ], - [ - -122.22034925799994, - 37.825158212000076 - ], - [ - -122.22034541399995, - 37.82515570800007 - ], - [ - -122.22034210899994, - 37.825153647000036 - ], - [ - -122.22017075999997, - 37.82500132200005 - ], - [ - -122.22014097699997, - 37.825004798000066 - ], - [ - -122.22010219199996, - 37.82500967800007 - ], - [ - -122.22007337999997, - 37.82497019600004 - ], - [ - -122.22006188399996, - 37.82495444400007 - ], - [ - -122.22004264599997, - 37.82493418100006 - ], - [ - -122.22001612099996, - 37.824906241000065 - ], - [ - -122.22001327599997, - 37.82490324300005 - ], - [ - -122.22001226999998, - 37.82490218400005 - ], - [ - -122.21999264099998, - 37.824879906000035 - ], - [ - -122.21998378199999, - 37.82487112800004 - ], - [ - -122.21965521099997, - 37.82451676000005 - ], - [ - -122.21942677799996, - 37.824523542000065 - ], - [ - -122.219410827, - 37.824524016000055 - ], - [ - -122.21935760999997, - 37.824525649000066 - ], - [ - -122.219326965, - 37.82452655900005 - ], - [ - -122.21923359599998, - 37.824526166000055 - ], - [ - -122.21909902899995, - 37.824525633000064 - ], - [ - -122.21909891799999, - 37.824525633000064 - ], - [ - -122.21909024099995, - 37.824525599000026 - ], - [ - -122.21909006899995, - 37.82452559800004 - ], - [ - -122.21908994399996, - 37.82452559700005 - ], - [ - -122.21908629399996, - 37.82452557600004 - ], - [ - -122.21907729599997, - 37.82442964400008 - ], - [ - -122.21907182199999, - 37.82437099200007 - ], - [ - -122.21906636199998, - 37.824342030000025 - ], - [ - -122.21905778599995, - 37.82429688000008 - ], - [ - -122.21894948399995, - 37.82422669500005 - ], - [ - -122.21853968899995, - 37.82396112500004 - ], - [ - -122.21853964099995, - 37.82396109300004 - ], - [ - -122.21833203199998, - 37.82382600400007 - ], - [ - -122.21833149099996, - 37.82382628200003 - ], - [ - -122.21832976899998, - 37.82382716600006 - ], - [ - -122.21832707899995, - 37.82382854700006 - ], - [ - -122.21832168499998, - 37.82383131800003 - ], - [ - -122.21831270599995, - 37.82383592800005 - ], - [ - -122.21830254599996, - 37.82384114700005 - ], - [ - -122.21827257999996, - 37.82385653600005 - ], - [ - -122.21827078599995, - 37.82385745800008 - ], - [ - -122.21826885299998, - 37.823858450000046 - ], - [ - -122.21826873599997, - 37.823858511000026 - ], - [ - -122.21826875, - 37.82385848700005 - ], - [ - -122.21830213099997, - 37.82380583400004 - ], - [ - -122.21799339699999, - 37.823604465000074 - ], - [ - -122.21795409299995, - 37.82357878900007 - ], - [ - -122.21797763999996, - 37.823542900000064 - ], - [ - -122.21770055899998, - 37.823364681000044 - ], - [ - -122.21737391, - 37.82319859200004 - ], - [ - -122.21720300499999, - 37.823008952000066 - ], - [ - -122.21720063799995, - 37.82300632700003 - ], - [ - -122.21720024299998, - 37.82300588800007 - ], - [ - -122.217198457, - 37.82300563900003 - ], - [ - -122.21700251099998, - 37.82297839100005 - ], - [ - -122.21697783499997, - 37.82297496000007 - ], - [ - -122.21697757499999, - 37.82297492400005 - ], - [ - -122.21697699899994, - 37.82297457100003 - ], - [ - -122.21682013199995, - 37.82287854200007 - ], - [ - -122.21657378199995, - 37.82272772600004 - ], - [ - -122.21620821, - 37.82244064200006 - ], - [ - -122.21620671799997, - 37.822439614000075 - ], - [ - -122.21620129999997, - 37.82243524000006 - ], - [ - -122.21605761, - 37.82232838300007 - ], - [ - -122.216057235, - 37.82232810600004 - ], - [ - -122.21605686299995, - 37.82232784000007 - ], - [ - -122.21599666999998, - 37.82228496100004 - ], - [ - -122.21593222999996, - 37.82223905500007 - ], - [ - -122.21593570199997, - 37.82223589300003 - ], - [ - -122.21570681299994, - 37.822078986000065 - ], - [ - -122.21570626699997, - 37.82207861200004 - ], - [ - -122.21548288699995, - 37.821925855000075 - ], - [ - -122.21548327399995, - 37.82192687600008 - ], - [ - -122.21535138099995, - 37.82183606500007 - ], - [ - -122.21528233999999, - 37.82178216700004 - ], - [ - -122.21522116699998, - 37.82180477900005 - ], - [ - -122.21517248199996, - 37.82176677100006 - ], - [ - -122.21488061499997, - 37.821537514000056 - ], - [ - -122.21488051199998, - 37.82153743400005 - ], - [ - -122.21488041699996, - 37.821537370000044 - ], - [ - -122.21478830799998, - 37.821479269000065 - ], - [ - -122.21476971199996, - 37.82146755400004 - ], - [ - -122.21476926099996, - 37.82146727200006 - ], - [ - -122.21476879199997, - 37.82146699100008 - ], - [ - -122.21461839199998, - 37.821377374000065 - ], - [ - -122.21448143799995, - 37.82129576700004 - ], - [ - -122.21434542599997, - 37.821214722000036 - ], - [ - -122.21416659099998, - 37.82111353400006 - ], - [ - -122.21413263099998, - 37.82109432300007 - ], - [ - -122.21397844399996, - 37.820993491000024 - ], - [ - -122.213722744, - 37.820826268000076 - ], - [ - -122.21371668599994, - 37.82082231000004 - ], - [ - -122.21371495299996, - 37.820821178000074 - ], - [ - -122.21371470999998, - 37.82082101900005 - ], - [ - -122.21371249899994, - 37.82081957300005 - ], - [ - -122.21346259599994, - 37.82066574400005 - ], - [ - -122.21343676199996, - 37.820649841000034 - ], - [ - -122.21332985, - 37.82057270400003 - ], - [ - -122.21332864899995, - 37.820571839000024 - ], - [ - -122.21332760099995, - 37.82057108400005 - ], - [ - -122.21322024199998, - 37.82050723100008 - ], - [ - -122.212915077, - 37.82032574400006 - ], - [ - -122.21284818099997, - 37.820280671000035 - ], - [ - -122.21281131699999, - 37.82025583600006 - ], - [ - -122.21276909799997, - 37.82022692100003 - ], - [ - -122.21253935599998, - 37.82008462500005 - ], - [ - -122.21253723499996, - 37.82008330100007 - ], - [ - -122.21240790299998, - 37.820010214000035 - ], - [ - -122.21230373299994, - 37.81995152700006 - ], - [ - -122.21215985799995, - 37.81985228100007 - ], - [ - -122.2119353, - 37.819713414000034 - ], - [ - -122.21150284, - 37.819445949000055 - ], - [ - -122.21136921599998, - 37.81935865600008 - ], - [ - -122.21038431999995, - 37.81873718600008 - ], - [ - -122.21029051799997, - 37.81867799400004 - ], - [ - -122.21020177999998, - 37.81862253400004 - ], - [ - -122.21054516299995, - 37.81838382800004 - ], - [ - -122.21093369099998, - 37.81811450300006 - ], - [ - -122.21108539199997, - 37.81801136100006 - ], - [ - -122.211536965, - 37.81769854300006 - ], - [ - -122.21163719799995, - 37.81762534500007 - ], - [ - -122.211822569, - 37.81747814100004 - ], - [ - -122.21188721299995, - 37.81742153000005 - ], - [ - -122.21195336599999, - 37.81736219900006 - ], - [ - -122.21201604199996, - 37.81730223400007 - ], - [ - -122.21207868099998, - 37.81724089700003 - ], - [ - -122.21213782999996, - 37.81717823500003 - ], - [ - -122.21219694499996, - 37.81711420200003 - ], - [ - -122.21225090499996, - 37.81705161600007 - ], - [ - -122.21235354399994, - 37.81692308800007 - ], - [ - -122.21240049799997, - 37.81685717100004 - ], - [ - -122.21244743899996, - 37.816790566000066 - ], - [ - -122.21249088199994, - 37.81672264100007 - ], - [ - -122.212532582, - 37.81665405100006 - ], - [ - -122.21262735199997, - 37.81647827100005 - ], - [ - -122.21273370899996, - 37.81651435800006 - ], - [ - -122.21273375399994, - 37.816514374000064 - ], - [ - -122.21273456399996, - 37.81651356700007 - ], - [ - -122.212751202, - 37.81649700100007 - ], - [ - -122.212838998, - 37.816409597000074 - ], - [ - -122.21284094299995, - 37.81628768600007 - ], - [ - -122.21272638499994, - 37.81626082100007 - ], - [ - -122.21274965699996, - 37.81619957000004 - ], - [ - -122.21277249899998, - 37.816134205000026 - ], - [ - -122.21289492999995, - 37.81615268400003 - ], - [ - -122.21295985799998, - 37.81606169400004 - ], - [ - -122.21298317099996, - 37.81602901700006 - ], - [ - -122.21312427099997, - 37.815861975000075 - ], - [ - -122.21318558499996, - 37.81578975800005 - ], - [ - -122.213161706, - 37.81567616900003 - ], - [ - -122.21307843799997, - 37.81523223500005 - ], - [ - -122.21313561599999, - 37.815031445000045 - ], - [ - -122.21320182799997, - 37.81480614600008 - ], - [ - -122.21320649999996, - 37.814790885000036 - ], - [ - -122.21321665899995, - 37.814759743000025 - ], - [ - -122.21323137499996, - 37.814715454000066 - ], - [ - -122.21323387399997, - 37.814707930000054 - ], - [ - -122.213259731, - 37.81463010500005 - ], - [ - -122.21330065599994, - 37.81455297600007 - ], - [ - -122.21320917199995, - 37.81451080900007 - ], - [ - -122.21328774899996, - 37.81441888200004 - ], - [ - -122.21334175799996, - 37.81435776600006 - ], - [ - -122.21343958899996, - 37.81424706300004 - ], - [ - -122.21354001799995, - 37.81409796300005 - ], - [ - -122.2136451699999, - 37.81394979000004 - ], - [ - -122.21369179899995, - 37.81384854800007 - ], - [ - -122.21373794199997, - 37.81374762200005 - ], - [ - -122.21378583299997, - 37.81364735400007 - ], - [ - -122.21383544899999, - 37.813547060000076 - ], - [ - -122.21388689799994, - 37.81345086500005 - ], - [ - -122.21391870099995, - 37.81340370800007 - ], - [ - -122.21395053299995, - 37.81335792300007 - ], - [ - -122.21398586099997, - 37.813313461000064 - ], - [ - -122.21402293399996, - 37.81326966000006 - ], - [ - -122.21405485099996, - 37.813227307000034 - ], - [ - -122.21409023999996, - 37.813185592000025 - ], - [ - -122.21410736299998, - 37.81315850200008 - ], - [ - -122.214118881, - 37.81314959100007 - ], - [ - -122.214128889, - 37.81314184900003 - ], - [ - -122.21415077299997, - 37.81312549800003 - ], - [ - -122.21417301499997, - 37.81310944900008 - ], - [ - -122.21419561099998, - 37.81309371100008 - ], - [ - -122.21418776399997, - 37.81308794600005 - ], - [ - -122.21421043299995, - 37.81306779500005 - ], - [ - -122.21425287299996, - 37.81303146700003 - ], - [ - -122.21429880399995, - 37.812996465000026 - ], - [ - -122.21434650299994, - 37.81296281400006 - ], - [ - -122.21474014599994, - 37.81269202800007 - ], - [ - -122.21478102699996, - 37.81266328000004 - ], - [ - -122.21482014699995, - 37.812633181000024 - ], - [ - -122.21485750599999, - 37.812601735000044 - ], - [ - -122.21489310299995, - 37.81256894200004 - ], - [ - -122.214928666, - 37.81253477800004 - ], - [ - -122.214960771, - 37.81250066200005 - ], - [ - -122.215021402, - 37.81242767800006 - ], - [ - -122.21504823499998, - 37.812390210000046 - ], - [ - -122.21511822399998, - 37.81227245300005 - ], - [ - -122.21574735099995, - 37.81239665000004 - ], - [ - -122.21577794899997, - 37.81240614600006 - ], - [ - -122.21577868599996, - 37.812404670000035 - ], - [ - -122.21577933199995, - 37.812403379000045 - ], - [ - -122.21594601399994, - 37.81244121800006 - ], - [ - -122.216113136, - 37.812479162000045 - ], - [ - -122.21628008, - 37.812517067000044 - ], - [ - -122.21661318699995, - 37.812592695000035 - ], - [ - -122.21677936699996, - 37.81263042000006 - ], - [ - -122.21694859499996, - 37.81266884300004 - ], - [ - -122.21719839899998, - 37.81272555500004 - ], - [ - -122.217446957, - 37.812781984000026 - ], - [ - -122.21761400799994, - 37.81281990900004 - ], - [ - -122.21772421499998, - 37.81284492300006 - ], - [ - -122.21787323899997, - 37.812829785000076 - ], - [ - -122.21794913899998, - 37.81289599100006 - ], - [ - -122.21807737999995, - 37.812925103000055 - ], - [ - -122.21803171699997, - 37.81300131900008 - ], - [ - -122.21808718399996, - 37.81302223300003 - ], - [ - -122.21813723399998, - 37.812938694000024 - ], - [ - -122.21841995499994, - 37.813002880000056 - ], - [ - -122.218723131, - 37.81307170700006 - ], - [ - -122.21906829399995, - 37.81315006800003 - ], - [ - -122.21934255899998, - 37.813212331000045 - ], - [ - -122.21978779299997, - 37.81331340700007 - ], - [ - -122.22022476599994, - 37.813412604000064 - ], - [ - -122.22064078499994, - 37.81347143700003 - ], - [ - -122.22100703199999, - 37.81355345600008 - ], - [ - -122.22123486699996, - 37.81362557600005 - ], - [ - -122.221622546, - 37.81370624900006 - ], - [ - -122.22172738499995, - 37.81367414300007 - ], - [ - -122.22167793899996, - 37.81373487600007 - ], - [ - -122.22171937699994, - 37.81374563800006 - ], - [ - -122.22254535199994, - 37.81396016000008 - ], - [ - -122.22270927699998, - 37.81400273600008 - ], - [ - -122.22320106199999, - 37.81412731800003 - ], - [ - -122.22322689499998, - 37.81413392300004 - ], - [ - -122.22323132899999, - 37.81413496500005 - ], - [ - -122.22323573399996, - 37.81413599700005 - ], - [ - -122.22350766099999, - 37.814196527000036 - ], - [ - -122.22354525199995, - 37.814204896000035 - ], - [ - -122.22380641599995, - 37.81426906000007 - ], - [ - -122.22381124999998, - 37.814340893000065 - ], - [ - -122.22397770799995, - 37.81433934700004 - ], - [ - -122.22441323199996, - 37.81434370200003 - ], - [ - -122.22441564499997, - 37.814413657000046 - ], - [ - -122.224417373, - 37.81441366400003 - ], - [ - -122.22441739199996, - 37.81441323800004 - ], - [ - -122.22463666399995, - 37.81441386800003 - ], - [ - -122.22463835399998, - 37.814413874000024 - ], - [ - -122.22464463399996, - 37.81441389100007 - ], - [ - -122.22464657599994, - 37.814413898000055 - ], - [ - -122.22465098999999, - 37.81441390900005 - ], - [ - -122.22465518699994, - 37.81441392200003 - ], - [ - -122.22465896799997, - 37.814413933000026 - ], - [ - -122.22465971699995, - 37.81441393500006 - ], - [ - -122.22465971399998, - 37.81441468300005 - ], - [ - -122.22465945299996, - 37.81447190000006 - ], - [ - -122.22488046599995, - 37.814523404000056 - ], - [ - -122.22512248699996, - 37.81458286700007 - ], - [ - -122.22533184399998, - 37.814627415000075 - ], - [ - -122.22559041199997, - 37.81468840700006 - ], - [ - -122.225848983, - 37.81474940100003 - ], - [ - -122.22600788099999, - 37.81478688000004 - ], - [ - -122.22601535299998, - 37.81478864300004 - ], - [ - -122.22601968199996, - 37.814789665000035 - ], - [ - -122.22602133099997, - 37.81479005400007 - ], - [ - -122.226022361, - 37.81479029700006 - ], - [ - -122.22623167599994, - 37.81483967300005 - ], - [ - -122.22636612599996, - 37.81487138700004 - ], - [ - -122.22657297399996, - 37.81492019500007 - ], - [ - -122.22665549199996, - 37.81493963500003 - ], - [ - -122.22665772499994, - 37.81494016100004 - ], - [ - -122.22665995799997, - 37.814940688000036 - ], - [ - -122.22666535099995, - 37.81494195500005 - ], - [ - -122.22681085799996, - 37.81497617000008 - ], - [ - -122.22681261599996, - 37.814976615000035 - ], - [ - -122.22681437299997, - 37.81497705900006 - ], - [ - -122.22712246599997, - 37.81504866000006 - ], - [ - -122.22721913799995, - 37.81507258700003 - ], - [ - -122.22735382599996, - 37.81510307800005 - ], - [ - -122.22772625299996, - 37.81519220200005 - ], - [ - -122.22773367099995, - 37.81519864200004 - ], - [ - -122.22779015199995, - 37.81524768500003 - ], - [ - -122.22783634799998, - 37.815224347000026 - ], - [ - -122.22783097999996, - 37.81521686900004 - ], - [ - -122.22784491899995, - 37.81522010400005 - ], - [ - -122.22814262999998, - 37.81529265000006 - ], - [ - -122.22824507899998, - 37.815315258000055 - ], - [ - -122.22843149999994, - 37.81535640000004 - ], - [ - -122.22865632499997, - 37.81542172300004 - ], - [ - -122.22880679999997, - 37.81545610000006 - ], - [ - -122.228972076, - 37.81549386000006 - ], - [ - -122.22922502899996, - 37.81555165000003 - ], - [ - -122.22941202399994, - 37.81560778000005 - ], - [ - -122.22932597599998, - 37.81555547900007 - ], - [ - -122.22950885999995, - 37.815602926000054 - ], - [ - -122.229748885, - 37.81565090600003 - ], - [ - -122.22995261299997, - 37.81570581100004 - ], - [ - -122.23006923399998, - 37.81573723500003 - ], - [ - -122.23030101199998, - 37.81578903700006 - ], - [ - -122.23083873899998, - 37.81591303400006 - ], - [ - -122.23129041799996, - 37.81597988200008 - ], - [ - -122.23174283199995, - 37.816078306000065 - ], - [ - -122.23183327499999, - 37.816096205000065 - ], - [ - -122.23207357299998, - 37.816155853000055 - ], - [ - -122.23216791099998, - 37.81619223600006 - ], - [ - -122.23230541499998, - 37.816203151000025 - ], - [ - -122.23230553599996, - 37.81620316000004 - ], - [ - -122.23230563099997, - 37.81620319000007 - ], - [ - -122.23258657199995, - 37.816288995000036 - ], - [ - -122.23259020699999, - 37.816290106000054 - ], - [ - -122.23259384399995, - 37.816291216000025 - ], - [ - -122.23260832499994, - 37.81629563900003 - ], - [ - -122.23263312699999, - 37.816302746000076 - ], - [ - -122.23267652099997, - 37.816315184000075 - ], - [ - -122.23281573199995, - 37.81635508200003 - ], - [ - -122.23317137799995, - 37.81646110100007 - ], - [ - -122.23312243899994, - 37.81644122000006 - ], - [ - -122.23317715699994, - 37.81644405600008 - ], - [ - -122.233382528, - 37.81652639400005 - ], - [ - -122.23352199299995, - 37.816556458000036 - ], - [ - -122.23365645999996, - 37.81654617300006 - ], - [ - -122.23379434599997, - 37.81653562300005 - ], - [ - -122.23393222699997, - 37.81652507500007 - ], - [ - -122.23395149799995, - 37.81664903800004 - ], - [ - -122.23409585899998, - 37.81668015400004 - ], - [ - -122.23424021299996, - 37.81671127200008 - ], - [ - -122.23430751999996, - 37.81672578000007 - ], - [ - -122.234384579, - 37.81674239000006 - ], - [ - -122.23452893999996, - 37.816773503000036 - ], - [ - -122.23467315599999, - 37.81680458500006 - ], - [ - -122.23473378099999, - 37.81681769200003 - ], - [ - -122.23488950399997, - 37.816862970000045 - ], - [ - -122.23494466499994, - 37.81685532400007 - ], - [ - -122.235001722, - 37.81684964600004 - ], - [ - -122.23510536999999, - 37.81683988200007 - ], - [ - -122.23513882599997, - 37.81686411000004 - ], - [ - -122.23517949999996, - 37.816900598000075 - ], - [ - -122.23521163099997, - 37.81694201000005 - ], - [ - -122.23523345999996, - 37.81698701000005 - ], - [ - -122.23524185599996, - 37.81702150800004 - ], - [ - -122.23532574499995, - 37.81700968600006 - ], - [ - -122.23545688699994, - 37.81699127700006 - ], - [ - -122.23570727199996, - 37.81695700200004 - ], - [ - -122.23572655399994, - 37.81704773800004 - ], - [ - -122.235777, - 37.81705798300004 - ], - [ - -122.23621870799997, - 37.81714964100007 - ], - [ - -122.23621879599995, - 37.81714965900005 - ], - [ - -122.236218883, - 37.817149682000036 - ], - [ - -122.23652558499998, - 37.81723512000008 - ], - [ - -122.23652561999995, - 37.81723512900004 - ], - [ - -122.23656736099997, - 37.817244806000076 - ], - [ - -122.23678489699995, - 37.81729310400004 - ], - [ - -122.23707529599994, - 37.81734788500006 - ], - [ - -122.23721868499996, - 37.81737747900007 - ], - [ - -122.23744903999994, - 37.81742227900003 - ], - [ - -122.23762893299994, - 37.81755398000007 - ], - [ - -122.23773724199998, - 37.81752148400005 - ], - [ - -122.23781971199998, - 37.817496737000056 - ], - [ - -122.23782948499996, - 37.81749386300004 - ], - [ - -122.23787822399999, - 37.817479578000075 - ], - [ - -122.238194594, - 37.81738633200007 - ], - [ - -122.23819654299996, - 37.817390352000075 - ], - [ - -122.23819829899998, - 37.81738985700008 - ], - [ - -122.23820335299996, - 37.81740118100004 - ], - [ - -122.23819216199996, - 37.81741943700007 - ], - [ - -122.23818625799998, - 37.81742917300005 - ], - [ - -122.23812037899995, - 37.81754399300007 - ], - [ - -122.23811317999997, - 37.817555965000054 - ], - [ - -122.23814305199994, - 37.81756250500007 - ], - [ - -122.23844134099994, - 37.81762780500003 - ], - [ - -122.23870120699996, - 37.81768469100007 - ], - [ - -122.23870755399997, - 37.817686080000044 - ], - [ - -122.23870976999996, - 37.81768656400004 - ], - [ - -122.23870980399994, - 37.81768657200007 - ], - [ - -122.23894257299997, - 37.81762447500006 - ], - [ - -122.23903272899997, - 37.817601093000064 - ], - [ - -122.23929416899995, - 37.817839141000036 - ], - [ - -122.239361, - 37.81789998800008 - ], - [ - -122.23951150499994, - 37.81793390400003 - ], - [ - -122.23960777199994, - 37.817958461000046 - ], - [ - -122.23969638499995, - 37.81789728100006 - ], - [ - -122.23982584499998, - 37.818014091000066 - ], - [ - -122.23988441899996, - 37.81802903300007 - ], - [ - -122.23999742399997, - 37.81795037300003 - ], - [ - -122.24001683999995, - 37.81793686300006 - ], - [ - -122.24012351999994, - 37.817862611000066 - ], - [ - -122.24041559499994, - 37.81812810400004 - ], - [ - -122.24047310999998, - 37.818178905000025 - ], - [ - -122.24059529999994, - 37.81809375100005 - ], - [ - -122.24065393799998, - 37.818144819000054 - ], - [ - -122.24074890999998, - 37.81822849800005 - ], - [ - -122.24106203699995, - 37.81829915600008 - ], - [ - -122.24108181899999, - 37.81830361800007 - ], - [ - -122.24120368099994, - 37.81821873200005 - ], - [ - -122.24123099299999, - 37.81819970300006 - ], - [ - -122.24125050499998, - 37.818186111000045 - ], - [ - -122.24129766599998, - 37.81815325900004 - ], - [ - -122.24136063999998, - 37.818165683000075 - ], - [ - -122.24142111099997, - 37.818177612000056 - ], - [ - -122.24148476299996, - 37.818190171000026 - ], - [ - -122.24158910199998, - 37.81821075600004 - ], - [ - -122.24175708699994, - 37.81824389900004 - ], - [ - -122.24169694199998, - 37.818442419000064 - ], - [ - -122.24186357899998, - 37.81848002000004 - ], - [ - -122.24201712999997, - 37.818514665000066 - ], - [ - -122.24215964499996, - 37.81854682100004 - ], - [ - -122.24218458399997, - 37.81860876400003 - ], - [ - -122.24247938299999, - 37.81856260200004 - ], - [ - -122.24266409599994, - 37.81850115700007 - ], - [ - -122.24269977499995, - 37.818570761000046 - ], - [ - -122.24277915899995, - 37.81871077100004 - ], - [ - -122.24280383499996, - 37.81871685900006 - ], - [ - -122.24294035899999, - 37.81875055300003 - ], - [ - -122.24295994899995, - 37.818755390000035 - ], - [ - -122.243022, - 37.81873213700004 - ], - [ - -122.243027854, - 37.81873927600003 - ], - [ - -122.2430475099999, - 37.81872760600004 - ], - [ - -122.24308491699998, - 37.81876932000006 - ], - [ - -122.24310431799995, - 37.81879102200003 - ], - [ - -122.24321813799997, - 37.81881911200003 - ], - [ - -122.24323259199997, - 37.81883047600007 - ], - [ - -122.24337497399995, - 37.81873203200007 - ], - [ - -122.243484863, - 37.818652436000036 - ], - [ - -122.24349457499994, - 37.81866434300008 - ], - [ - -122.24367382499997, - 37.818851222000035 - ], - [ - -122.24375545299995, - 37.81893585000006 - ], - [ - -122.24401311199995, - 37.818996593000065 - ], - [ - -122.24433149199996, - 37.81906261600005 - ], - [ - -122.24435230899996, - 37.81906436700007 - ], - [ - -122.24437497099996, - 37.81907090000004 - ], - [ - -122.24477281699996, - 37.81912956600007 - ], - [ - -122.24497113399997, - 37.81917672000003 - ], - [ - -122.24505791999997, - 37.81925261300006 - ], - [ - -122.24505794699996, - 37.819252636000044 - ], - [ - -122.24506026399996, - 37.81925469000004 - ], - [ - -122.24517814499995, - 37.819359107000025 - ], - [ - -122.24516670599996, - 37.81938811800006 - ], - [ - -122.24521890299997, - 37.81939901900006 - ], - [ - -122.24555330499999, - 37.819704459000036 - ], - [ - -122.24558833499998, - 37.81979527100003 - ], - [ - -122.24600547199998, - 37.82015854000008 - ], - [ - -122.24608698799994, - 37.82023836400003 - ], - [ - -122.24612434, - 37.820280387000025 - ], - [ - -122.24615996899996, - 37.82032312300004 - ], - [ - -122.24619388599996, - 37.82036656900004 - ], - [ - -122.24622610899996, - 37.82041141500008 - ], - [ - -122.24628366899998, - 37.82050326500007 - ], - [ - -122.24639897499998, - 37.820694520000075 - ], - [ - -122.24641894999996, - 37.82072800800006 - ], - [ - -122.24649948599995, - 37.82069852700005 - ], - [ - -122.24741084099998, - 37.82146237300003 - ], - [ - -122.24766047199995, - 37.82162279600004 - ], - [ - -122.24772655899994, - 37.82166920900005 - ], - [ - -122.24794390699998, - 37.82182186000006 - ], - [ - -122.24802649499998, - 37.82187982500005 - ], - [ - -122.24809871899998, - 37.82193090900006 - ], - [ - -122.24812583499994, - 37.82195017200007 - ], - [ - -122.24816578999997, - 37.82197855600003 - ], - [ - -122.24817807599999, - 37.82198731700004 - ], - [ - -122.24823010299997, - 37.82202397400005 - ], - [ - -122.24825729, - 37.82204315000007 - ], - [ - -122.24827932999995, - 37.822058740000045 - ], - [ - -122.24841400899999, - 37.82215412100004 - ], - [ - -122.24847914799994, - 37.82219985200004 - ], - [ - -122.24873094999998, - 37.822378781000054 - ], - [ - -122.24881577499997, - 37.822438469000076 - ], - [ - -122.24883125099996, - 37.82244944200005 - ], - [ - -122.24893368399995, - 37.82252204900004 - ], - [ - -122.24896688599995, - 37.82254558300008 - ], - [ - -122.24911652599997, - 37.82265049200004 - ], - [ - -122.24915877599994, - 37.822680079000065 - ], - [ - -122.24932255099998, - 37.82279713600008 - ], - [ - -122.24940049399999, - 37.82284889700003 - ], - [ - -122.24936890499998, - 37.82286974300007 - ], - [ - -122.24936379399998, - 37.82287311500005 - ], - [ - -122.24936322699995, - 37.82287349000006 - ], - [ - -122.24936090399996, - 37.82287502300005 - ], - [ - -122.24936087199995, - 37.82287504300007 - ], - [ - -122.249359014, - 37.82287626900006 - ], - [ - -122.24935878499997, - 37.82287642000006 - ], - [ - -122.24935856099995, - 37.82287656900007 - ], - [ - -122.24935839099999, - 37.822876680000036 - ], - [ - -122.24935723899995, - 37.82287744000007 - ], - [ - -122.24935540999996, - 37.822878650000064 - ], - [ - -122.24935491199994, - 37.82287897600003 - ], - [ - -122.24935473, - 37.822879096000065 - ], - [ - -122.24935347899998, - 37.82287992200003 - ], - [ - -122.24935344299996, - 37.82287994600006 - ], - [ - -122.24933868499994, - 37.822889684000074 - ], - [ - -122.24933858099996, - 37.82288975200004 - ], - [ - -122.24933776499995, - 37.82289029000003 - ], - [ - -122.249337417, - 37.822890519000055 - ], - [ - -122.249336987, - 37.82289080400005 - ], - [ - -122.24933682799997, - 37.82289090800003 - ], - [ - -122.24933675699998, - 37.82289095700003 - ], - [ - -122.24933266799997, - 37.82289364500008 - ], - [ - -122.24933262199994, - 37.82289369600005 - ], - [ - -122.24932704399998, - 37.822897383000054 - ], - [ - -122.24922309799996, - 37.822965991000046 - ], - [ - -122.249211372, - 37.82297369400004 - ], - [ - -122.24920766499997, - 37.82297614000004 - ], - [ - -122.24920732899994, - 37.82297636100003 - ], - [ - -122.24916364799998, - 37.823005186000046 - ], - [ - -122.24915690199998, - 37.82300963700004 - ], - [ - -122.24915874599998, - 37.82301104000004 - ], - [ - -122.24915966599997, - 37.82301174100007 - ], - [ - -122.24911364299999, - 37.82304263700007 - ], - [ - -122.24910535499998, - 37.82304832900007 - ], - [ - -122.24910183399999, - 37.82305074800007 - ], - [ - -122.24909989099996, - 37.82305205600005 - ], - [ - -122.24909788099995, - 37.82305340700003 - ], - [ - -122.24901479699997, - 37.82310934100008 - ], - [ - -122.24894829899995, - 37.82315290400004 - ], - [ - -122.24886646599998, - 37.82320698800004 - ], - [ - -122.24883917799997, - 37.82322456300005 - ], - [ - -122.248721532, - 37.823301843000024 - ], - [ - -122.24869084199997, - 37.82332221300004 - ], - [ - -122.248780475, - 37.82337856600003 - ], - [ - -122.24911622299999, - 37.82359264400003 - ], - [ - -122.24918834699997, - 37.823641019000036 - ], - [ - -122.24929026899997, - 37.82371493200003 - ], - [ - -122.24877819199997, - 37.82419411700005 - ], - [ - -122.24820290499997, - 37.824732367000024 - ], - [ - -122.24815790799994, - 37.824796785000046 - ], - [ - -122.24811909799996, - 37.82485234100005 - ], - [ - -122.24805215899994, - 37.82494816600007 - ], - [ - -122.24803072799995, - 37.82501979700004 - ], - [ - -122.24800178499999, - 37.82511653200004 - ], - [ - -122.24797986599998, - 37.82518683400008 - ], - [ - -122.24783422099995, - 37.825766506000036 - ], - [ - -122.24769028499998, - 37.82607068000004 - ], - [ - -122.24758846399999, - 37.82628585700007 - ], - [ - -122.24755209699998, - 37.82628570900005 - ], - [ - -122.24750547899998, - 37.826291205000075 - ], - [ - -122.24745905299994, - 37.82630494000006 - ], - [ - -122.24740945199994, - 37.826331082000024 - ], - [ - -122.24736238699995, - 37.82635985600007 - ], - [ - -122.24568033199995, - 37.827388101000054 - ], - [ - -122.24553858999997, - 37.827471916000036 - ], - [ - -122.24549597599997, - 37.82750070000003 - ], - [ - -122.24547056199998, - 37.827524425000036 - ], - [ - -122.24542458899998, - 37.82755737800005 - ], - [ - -122.24442989599999, - 37.828186 - ], - [ - -122.24422399199995, - 37.828339431000074 - ], - [ - -122.24414494499996, - 37.828659913000024 - ], - [ - -122.24407170799998, - 37.82871181300004 - ], - [ - -122.24401414999994, - 37.82876759700008 - ], - [ - -122.24396362299996, - 37.82882808800008 - ], - [ - -122.24394013199998, - 37.82886002400005 - ], - [ - -122.24390185599998, - 37.828925825000056 - ], - [ - -122.24387056199998, - 37.82899426900008 - ], - [ - -122.24385753799999, - 37.829029484000046 - ], - [ - -122.24380511499999, - 37.82923008800003 - ], - [ - -122.24378560999997, - 37.82928462600006 - ], - [ - -122.24377072799996, - 37.829314373000045 - ], - [ - -122.24374235099998, - 37.82935942800003 - ], - [ - -122.24370523599998, - 37.82940117800007 - ], - [ - -122.24366108599997, - 37.829438227000026 - ], - [ - -122.243606538, - 37.82947474200006 - ], - [ - -122.24355690299996, - 37.82949951000006 - ], - [ - -122.24349508999995, - 37.82952170900006 - ], - [ - -122.24342964999994, - 37.82953709700007 - ], - [ - -122.24336230499995, - 37.82954495800004 - ], - [ - -122.24348153899996, - 37.82960843400008 - ], - [ - -122.24360325799995, - 37.82971735900003 - ], - [ - -122.24360406499994, - 37.829718083000046 - ], - [ - -122.24360487299998, - 37.82971880700006 - ], - [ - -122.24363589599994, - 37.829746569000065 - ], - [ - -122.24356502999996, - 37.82979609900008 - ], - [ - -122.24353198299997, - 37.829819196000074 - ], - [ - -122.24346641699998, - 37.829762268000025 - ], - [ - -122.24346632799995, - 37.829762327000026 - ], - [ - -122.24337092099995, - 37.829838051000024 - ], - [ - -122.24349380099994, - 37.82993427500003 - ], - [ - -122.24354908599997, - 37.829977565000036 - ], - [ - -122.24363597799999, - 37.83004531300003 - ], - [ - -122.24362003199997, - 37.830049307000024 - ], - [ - -122.24360300799998, - 37.830052952000074 - ], - [ - -122.24358069899995, - 37.83005759900004 - ], - [ - -122.24354246299998, - 37.83006418700006 - ], - [ - -122.24348891699998, - 37.830069785000035 - ], - [ - -122.24346989199995, - 37.83007093500004 - ], - [ - -122.24342491999994, - 37.83007279200007 - ], - [ - -122.24338508899996, - 37.830072692000044 - ], - [ - -122.24334521399999, - 37.83007053400007 - ], - [ - -122.24330701999997, - 37.83006629400006 - ], - [ - -122.24326706399995, - 37.830060701000036 - ], - [ - -122.24324070799997, - 37.83005518200008 - ], - [ - -122.243190498, - 37.83004466700004 - ], - [ - -122.24311566299997, - 37.83002860700003 - ], - [ - -122.24307562899997, - 37.83001958300008 - ], - [ - -122.24303390399996, - 37.83001264400008 - ], - [ - -122.24295229399996, - 37.83000286300006 - ], - [ - -122.24291068499997, - 37.83000073100004 - ], - [ - -122.24286910899997, - 37.82999997200005 - ], - [ - -122.24282758299995, - 37.83000127300005 - ], - [ - -122.242786073, - 37.83000325900008 - ], - [ - -122.24274635899997, - 37.830007968000075 - ], - [ - -122.24270492499994, - 37.83001338500003 - ], - [ - -122.24266354499997, - 37.830020862000026 - ], - [ - -122.24258433999995, - 37.830039888000044 - ], - [ - -122.242546533, - 37.83005212000006 - ], - [ - -122.24115247499998, - 37.83041467500004 - ], - [ - -122.24110598199997, - 37.83042566300003 - ], - [ - -122.24105772299998, - 37.83043530300006 - ], - [ - -122.24101115099995, - 37.83044285500006 - ], - [ - -122.24096282399995, - 37.83044975100006 - ], - [ - -122.24091447399996, - 37.83045527200005 - ], - [ - -122.24086606799995, - 37.83045873300006 - ], - [ - -122.23949306199995, - 37.83047341300005 - ], - [ - -122.23941717899999, - 37.83047453300003 - ], - [ - -122.23925106099995, - 37.830481864000035 - ], - [ - -122.23907825199996, - 37.83049677200006 - ], - [ - -122.23871917499997, - 37.83054326700005 - ], - [ - -122.23848938999998, - 37.83056519200005 - ], - [ - -122.23820789499996, - 37.83058852600004 - ], - [ - -122.23813340799995, - 37.83059470200004 - ], - [ - -122.23805475499995, - 37.83060122000006 - ], - [ - -122.23795537099994, - 37.83060945700004 - ], - [ - -122.23789318399997, - 37.83061586700006 - ], - [ - -122.23783104899996, - 37.83062433600003 - ], - [ - -122.23777068499999, - 37.83063483700005 - ], - [ - -122.23771036499994, - 37.83064671300008 - ], - [ - -122.23765009699997, - 37.83066133300008 - ], - [ - -122.23758986499996, - 37.83067733000007 - ], - [ - -122.23753141599997, - 37.83069535800007 - ], - [ - -122.23747474199996, - 37.830715422000026 - ], - [ - -122.237418118, - 37.830737541000076 - ], - [ - -122.23736326, - 37.83076101000006 - ], - [ - -122.23732546699995, - 37.830773925000074 - ], - [ - -122.23728589799998, - 37.83078481100006 - ], - [ - -122.23724627499996, - 37.83079363500008 - ], - [ - -122.23720662299996, - 37.83080108400003 - ], - [ - -122.23716519599998, - 37.83080650200003 - ], - [ - -122.23715973499998, - 37.83080660400003 - ], - [ - -122.23712544399996, - 37.83080983600007 - ], - [ - -122.23709422199994, - 37.830807546000074 - ], - [ - -122.23706296899996, - 37.83080388600007 - ], - [ - -122.23708770499996, - 37.830898973000046 - ], - [ - -122.23714116399998, - 37.831037586000036 - ], - [ - -122.23684165999998, - 37.83111409800006 - ], - [ - -122.23669186799998, - 37.831150638000054 - ], - [ - -122.23654207399994, - 37.83118717800005 - ], - [ - -122.23638540499996, - 37.831225878000055 - ], - [ - -122.23624499599998, - 37.831259945000056 - ], - [ - -122.23624288399998, - 37.83126045700004 - ], - [ - -122.23624226399994, - 37.83126060700005 - ], - [ - -122.23624077399995, - 37.83126096800004 - ], - [ - -122.23623479799994, - 37.831262441000035 - ], - [ - -122.23612543999997, - 37.831289362000064 - ], - [ - -122.23601354899995, - 37.831316971000035 - ], - [ - -122.23589644799995, - 37.83134555700008 - ], - [ - -122.23578109699997, - 37.831373951000046 - ], - [ - -122.23566400599998, - 37.831402180000055 - ], - [ - -122.23555036299996, - 37.83143019600004 - ], - [ - -122.23544016599999, - 37.83145725800006 - ], - [ - -122.23535236599997, - 37.83147867500003 - ], - [ - -122.23522354099998, - 37.83115301300006 - ], - [ - -122.23508366799996, - 37.83116949300006 - ], - [ - -122.23495769099998, - 37.831187827000065 - ], - [ - -122.23491259399998, - 37.831195653000066 - ], - [ - -122.23483181599994, - 37.83120967200006 - ], - [ - -122.23433310399997, - 37.83128172900007 - ], - [ - -122.23420539199998, - 37.83130005600003 - ], - [ - -122.23410528899996, - 37.83131455400007 - ], - [ - -122.23400001799996, - 37.83132980800008 - ], - [ - -122.23389994099995, - 37.831344408000064 - ], - [ - -122.23379637099998, - 37.83135952400005 - ], - [ - -122.23370247599996, - 37.83137323700004 - ], - [ - -122.23369280199995, - 37.83137464400005 - ], - [ - -122.23356161299995, - 37.831393683000044 - ], - [ - -122.23353186299994, - 37.83139799700007 - ], - [ - -122.23353109599998, - 37.831398112000045 - ], - [ - -122.23353060599999, - 37.83139818300003 - ], - [ - -122.23353056299999, - 37.831398189000026 - ], - [ - -122.23353046699998, - 37.83139820100007 - ], - [ - -122.23353034899998, - 37.83139821800006 - ], - [ - -122.23352981299996, - 37.83139829100003 - ], - [ - -122.23352976099994, - 37.83139829900006 - ], - [ - -122.23352924799997, - 37.83139836700008 - ], - [ - -122.23352372699998, - 37.831399117000046 - ], - [ - -122.233434247, - 37.831425155000034 - ], - [ - -122.23325194799997, - 37.831478649000076 - ], - [ - -122.23309545399997, - 37.83152489400004 - ], - [ - -122.23295970399994, - 37.83156410600003 - ], - [ - -122.23294269599995, - 37.83156894000007 - ], - [ - -122.23294237099998, - 37.83156903400004 - ], - [ - -122.23285235299994, - 37.83159724500007 - ], - [ - -122.23275156199998, - 37.831628832000035 - ], - [ - -122.23251263399999, - 37.831704444000025 - ], - [ - -122.23239096999998, - 37.83146245300003 - ], - [ - -122.23227010599999, - 37.83132894900007 - ], - [ - -122.232242843, - 37.83134788900003 - ], - [ - -122.23221554699995, - 37.83136545700006 - ], - [ - -122.23218984099998, - 37.83137682200004 - ], - [ - -122.23216409799994, - 37.83138681400004 - ], - [ - -122.23213659299995, - 37.83139545800003 - ], - [ - -122.23209503599998, - 37.83140415200006 - ], - [ - -122.23205211099997, - 37.83141112000004 - ], - [ - -122.23197310399996, - 37.83141544500006 - ], - [ - -122.23140184199997, - 37.83144671100007 - ], - [ - -122.23134689199998, - 37.83156063600006 - ], - [ - -122.23076221199995, - 37.832562781000036 - ], - [ - -122.230787712, - 37.83265417000007 - ], - [ - -122.23080639299997, - 37.83272111800005 - ], - [ - -122.22973151399998, - 37.83300085500008 - ], - [ - -122.22916195199997, - 37.833149082000034 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Oceanside, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -117.26233276099998, - 33.29997595200007 - ], - [ - -117.262332776, - 33.29997783600004 - ], - [ - -117.26252914399998, - 33.29997839200007 - ], - [ - -117.26276478899996, - 33.299979060000055 - ], - [ - -117.26364616499995, - 33.299981556000034 - ], - [ - -117.26395673899998, - 33.29998243400007 - ], - [ - -117.264764706, - 33.29998470900006 - ], - [ - -117.2650238, - 33.29998543900007 - ], - [ - -117.26575727599999, - 33.29998750200008 - ], - [ - -117.26582272899998, - 33.299987686000065 - ], - [ - -117.26588818299996, - 33.29998787100004 - ], - [ - -117.26598592499994, - 33.29998814600003 - ], - [ - -117.26742744099994, - 33.299992185000065 - ], - [ - -117.26743784899998, - 33.299992211000074 - ], - [ - -117.26778282599997, - 33.299993175000054 - ], - [ - -117.267971564, - 33.29999370300004 - ], - [ - -117.26805664099999, - 33.299993941000025 - ], - [ - -117.26819968299998, - 33.299994334000075 - ], - [ - -117.26820301999999, - 33.29999434700005 - ], - [ - -117.268271202, - 33.29999453500005 - ], - [ - -117.2682713199999, - 33.29999589400006 - ], - [ - -117.268297868, - 33.299994612000035 - ], - [ - -117.269202985, - 33.29999713300003 - ], - [ - -117.26983607699998, - 33.299998893000065 - ], - [ - -117.26984058699998, - 33.29999543200006 - ], - [ - -117.27081524299996, - 33.299247646000026 - ], - [ - -117.27082026699998, - 33.29924750200007 - ], - [ - -117.27082529499995, - 33.29924736000004 - ], - [ - -117.27084421299998, - 33.29923294300005 - ], - [ - -117.27187681799995, - 33.29843766000005 - ], - [ - -117.27189642199994, - 33.29842256100005 - ], - [ - -117.27213611699995, - 33.29823795100003 - ], - [ - -117.27495317499995, - 33.296068183000045 - ], - [ - -117.27553865199997, - 33.29561721300007 - ], - [ - -117.27620231699996, - 33.29510600900005 - ], - [ - -117.27648494699997, - 33.29488830300005 - ], - [ - -117.27686593099997, - 33.294594834000065 - ], - [ - -117.276869337, - 33.294592212000055 - ], - [ - -117.27687274199997, - 33.29458959100003 - ], - [ - -117.27759149199994, - 33.294036506000054 - ], - [ - -117.27871639199998, - 33.29317086000003 - ], - [ - -117.27881739599997, - 33.293093027000054 - ], - [ - -117.27928163699994, - 33.29273528700003 - ], - [ - -117.28009783099998, - 33.29210631500007 - ], - [ - -117.28154454499997, - 33.29099142700005 - ], - [ - -117.28374336099995, - 33.28929776600006 - ], - [ - -117.28377580199998, - 33.289272760000074 - ], - [ - -117.28382409399995, - 33.289235535000046 - ], - [ - -117.28391915399999, - 33.28916225800003 - ], - [ - -117.28392175299996, - 33.28916025500007 - ], - [ - -117.2839243499999, - 33.28915825100006 - ], - [ - -117.28460327499994, - 33.28863457400007 - ], - [ - -117.28611012599998, - 33.28747224700004 - ], - [ - -117.28818938499995, - 33.285868297000036 - ], - [ - -117.28913757099997, - 33.285150386000055 - ], - [ - -117.28939602499997, - 33.284951586000034 - ], - [ - -117.289456912, - 33.284904751000056 - ], - [ - -117.28991966999996, - 33.284548795000035 - ], - [ - -117.29067142699995, - 33.28397053300006 - ], - [ - -117.29090918199995, - 33.283787645000075 - ], - [ - -117.29114875699997, - 33.283603355000025 - ], - [ - -117.29122381899998, - 33.28354561500004 - ], - [ - -117.29132353699998, - 33.28346890800003 - ], - [ - -117.29152085199996, - 33.283317124000064 - ], - [ - -117.29170279699997, - 33.28317716400005 - ], - [ - -117.29170976999995, - 33.28317180000005 - ], - [ - -117.29174230899997, - 33.28314676900004 - ], - [ - -117.29188430799996, - 33.28303753800003 - ], - [ - -117.29199530099999, - 33.28295215500003 - ], - [ - -117.29205987899996, - 33.28290247900003 - ], - [ - -117.29221083899995, - 33.28278635000004 - ], - [ - -117.29223178299998, - 33.28277023700008 - ], - [ - -117.29240317799997, - 33.282638392000024 - ], - [ - -117.29257457399996, - 33.28250654000004 - ], - [ - -117.29271546099994, - 33.28239816300004 - ], - [ - -117.29274597199998, - 33.282374693000065 - ], - [ - -117.29291765799996, - 33.282242619000044 - ], - [ - -117.29310415699996, - 33.28209914800004 - ], - [ - -117.29317844699995, - 33.28204199900006 - ], - [ - -117.29329003099997, - 33.28195616200003 - ], - [ - -117.29346183399997, - 33.28182399700006 - ], - [ - -117.29363534899994, - 33.28169051000003 - ], - [ - -117.29368263099997, - 33.28165413600004 - ], - [ - -117.29381149499994, - 33.28155500300005 - ], - [ - -117.29398501199995, - 33.28142151900005 - ], - [ - -117.29401573799998, - 33.28139788100003 - ], - [ - -117.29408752299997, - 33.28134265800003 - ], - [ - -117.29415879299995, - 33.281287829000064 - ], - [ - -117.29444788499995, - 33.28106542800003 - ], - [ - -117.29468884, - 33.28088005800004 - ], - [ - -117.29651619899994, - 33.27947417900003 - ], - [ - -117.29651688099995, - 33.27947365400007 - ], - [ - -117.29663324399996, - 33.27938412700007 - ], - [ - -117.296687035, - 33.279342746000054 - ], - [ - -117.29669138099996, - 33.27933940200006 - ], - [ - -117.29674336999994, - 33.279299405000074 - ], - [ - -117.29691407399997, - 33.27916807200006 - ], - [ - -117.29739777199995, - 33.27879593000006 - ], - [ - -117.29777656699997, - 33.27850449300007 - ], - [ - -117.297839738, - 33.27845589000003 - ], - [ - -117.29784130799999, - 33.27845468100003 - ], - [ - -117.29784227599998, - 33.27845393500007 - ], - [ - -117.29784481299998, - 33.27845197800008 - ], - [ - -117.29807188299998, - 33.27827621600005 - ], - [ - -117.298117661, - 33.27824078200007 - ], - [ - -117.29822555499999, - 33.278157770000064 - ], - [ - -117.29960476999997, - 33.27709659400006 - ], - [ - -117.29960481299997, - 33.277096562000054 - ], - [ - -117.29973751299997, - 33.27699446100007 - ], - [ - -117.29987021, - 33.276892359000044 - ], - [ - -117.30001034199995, - 33.27678453900006 - ], - [ - -117.30015572999997, - 33.276672673000064 - ], - [ - -117.300233086, - 33.27661315300003 - ], - [ - -117.30029096199996, - 33.27656862300006 - ], - [ - -117.30033668799996, - 33.27653343900005 - ], - [ - -117.30042619299996, - 33.276464571000076 - ], - [ - -117.30050880899995, - 33.27640100200006 - ], - [ - -117.30056021699994, - 33.276361448000046 - ], - [ - -117.30069303199997, - 33.276259252000045 - ], - [ - -117.30082411899997, - 33.27615841100004 - ], - [ - -117.30105093299994, - 33.27598387300003 - ], - [ - -117.30122297899999, - 33.27585148600008 - ], - [ - -117.30164485399996, - 33.27554691900008 - ], - [ - -117.30180243099994, - 33.27542650400005 - ], - [ - -117.30198070899996, - 33.27529027200006 - ], - [ - -117.30212984199994, - 33.27517631100005 - ], - [ - -117.302272142, - 33.27506756900004 - ], - [ - -117.30239502799998, - 33.274975502000075 - ], - [ - -117.30256433999995, - 33.27484557100007 - ], - [ - -117.30268751199998, - 33.274751055000024 - ], - [ - -117.302800059, - 33.274664690000066 - ], - [ - -117.30282091799995, - 33.274648683000066 - ], - [ - -117.30295612199996, - 33.27454493100004 - ], - [ - -117.30296304099994, - 33.27453962200008 - ], - [ - -117.30296347899997, - 33.27453928600005 - ], - [ - -117.30296996299995, - 33.27453431200007 - ], - [ - -117.30299486699994, - 33.27451528000006 - ], - [ - -117.30307907099996, - 33.274450933000026 - ], - [ - -117.30311205899994, - 33.274425724000025 - ], - [ - -117.30324913199996, - 33.274320972000055 - ], - [ - -117.30338459199999, - 33.27421745300006 - ], - [ - -117.30351358099995, - 33.27411948900004 - ], - [ - -117.30352191099996, - 33.27411311700007 - ], - [ - -117.303653995, - 33.27401205700005 - ], - [ - -117.30380304399995, - 33.27389802300007 - ], - [ - -117.30389630199994, - 33.27382667200004 - ], - [ - -117.30394184799997, - 33.27379182300007 - ], - [ - -117.30404422199996, - 33.27371349800006 - ], - [ - -117.30408226399999, - 33.27368439600008 - ], - [ - -117.30410539999997, - 33.27366669200006 - ], - [ - -117.30419877299994, - 33.27359525400004 - ], - [ - -117.30420990299996, - 33.27358670800004 - ], - [ - -117.30421034099999, - 33.27358637100008 - ], - [ - -117.30422103199999, - 33.273578162000035 - ], - [ - -117.30435653799998, - 33.27347468800008 - ], - [ - -117.30440507699996, - 33.27343739300005 - ], - [ - -117.30446583699995, - 33.27339070600004 - ], - [ - -117.30459411699997, - 33.273292137000055 - ], - [ - -117.30471858399994, - 33.27319669600007 - ], - [ - -117.30472936599995, - 33.27318842900007 - ], - [ - -117.30486606599999, - 33.273083331000066 - ], - [ - -117.30500817899997, - 33.27297442500003 - ], - [ - -117.30518233999999, - 33.272840174000066 - ], - [ - -117.30518664299996, - 33.27283685700007 - ], - [ - -117.30519094599998, - 33.27283354000008 - ], - [ - -117.30528115799996, - 33.27276384800007 - ], - [ - -117.30543612599996, - 33.272646472000076 - ], - [ - -117.30543638599994, - 33.27264622100006 - ], - [ - -117.30544223199996, - 33.27264057900004 - ], - [ - -117.30544833799996, - 33.27263468500007 - ], - [ - -117.30550580199997, - 33.27259081500006 - ], - [ - -117.30556692899995, - 33.272544151000034 - ], - [ - -117.30729642899996, - 33.271223805000034 - ], - [ - -117.30733440899996, - 33.271194809000065 - ], - [ - -117.30763137199995, - 33.27096809400007 - ], - [ - -117.30763765499995, - 33.27096329800003 - ], - [ - -117.30764393799996, - 33.27095850200004 - ], - [ - -117.30795009599996, - 33.27072427100006 - ], - [ - -117.30810533799996, - 33.270605501000034 - ], - [ - -117.30843157199996, - 33.270355908000056 - ], - [ - -117.308795278, - 33.27007764200005 - ], - [ - -117.30977107399997, - 33.26933106100006 - ], - [ - -117.31008787399998, - 33.269088673000056 - ], - [ - -117.31129183699994, - 33.26816748500005 - ], - [ - -117.31191068199996, - 33.26769397600003 - ], - [ - -117.31245151299998, - 33.26727933600006 - ], - [ - -117.31262188999995, - 33.267147358000045 - ], - [ - -117.31275472399994, - 33.267045213000074 - ], - [ - -117.31276109399994, - 33.26704031400004 - ], - [ - -117.31284141799995, - 33.26697581800005 - ], - [ - -117.31408487399995, - 33.265977382000074 - ], - [ - -117.31410067699994, - 33.26596469200007 - ], - [ - -117.32001809599996, - 33.26140040800004 - ], - [ - -117.32199904899994, - 33.25987227300004 - ], - [ - -117.32199921699998, - 33.25987214300005 - ], - [ - -117.32199930599995, - 33.25987207500003 - ], - [ - -117.32200189499997, - 33.25987007800006 - ], - [ - -117.32279689499995, - 33.259256777000076 - ], - [ - -117.32665418499994, - 33.25628089300005 - ], - [ - -117.32710291199999, - 33.255934678000074 - ], - [ - -117.32944687799994, - 33.25412614500004 - ], - [ - -117.33118596699995, - 33.25278422700006 - ], - [ - -117.33143994799997, - 33.25255243400005 - ], - [ - -117.33144484199994, - 33.252547967000055 - ], - [ - -117.33167969099998, - 33.25236712100008 - ], - [ - -117.33343078899998, - 33.251018636000026 - ], - [ - -117.33428921599995, - 33.25035755400006 - ], - [ - -117.33429146199995, - 33.25035582400005 - ], - [ - -117.33429371099999, - 33.250354092000066 - ], - [ - -117.33515580999995, - 33.249690163000025 - ], - [ - -117.33563179999999, - 33.249323581000056 - ], - [ - -117.33583029999994, - 33.249174304000064 - ], - [ - -117.33613089699998, - 33.24894824300003 - ], - [ - -117.33647923499996, - 33.248686279000026 - ], - [ - -117.33709150899995, - 33.24822581500007 - ], - [ - -117.33786203699998, - 33.24764632900008 - ], - [ - -117.33928719799997, - 33.24657447900006 - ], - [ - -117.33943102499995, - 33.24646630500007 - ], - [ - -117.33978315899998, - 33.246201460000066 - ], - [ - -117.33992185599999, - 33.24609714300004 - ], - [ - -117.34119373199997, - 33.24514052600006 - ], - [ - -117.34164406599996, - 33.244801804000076 - ], - [ - -117.34166533299998, - 33.244785809000064 - ], - [ - -117.34177947899997, - 33.244699953000065 - ], - [ - -117.34265126899999, - 33.244044221000024 - ], - [ - -117.34265350099997, - 33.24404246000006 - ], - [ - -117.34346908699996, - 33.24339906400007 - ], - [ - -117.34357564399994, - 33.243315005000056 - ], - [ - -117.34370158699994, - 33.243215650000025 - ], - [ - -117.34384601899995, - 33.243101710000076 - ], - [ - -117.34413536699998, - 33.242873443000065 - ], - [ - -117.34413541199996, - 33.24287340700005 - ], - [ - -117.34413545799998, - 33.24287337100003 - ], - [ - -117.34461717699998, - 33.24249333600005 - ], - [ - -117.34475813899996, - 33.24238212800003 - ], - [ - -117.34481457399994, - 33.242337606000035 - ], - [ - -117.34513785599995, - 33.24208256500003 - ], - [ - -117.34653108299995, - 33.24096234000007 - ], - [ - -117.347397248, - 33.240265882000074 - ], - [ - -117.34807855199995, - 33.239741657000025 - ], - [ - -117.34820561699996, - 33.23964388700006 - ], - [ - -117.348205641, - 33.23964386800003 - ], - [ - -117.34837857199994, - 33.239510806000055 - ], - [ - -117.34838261299996, - 33.239431850000074 - ], - [ - -117.34838362699998, - 33.239412026000025 - ], - [ - -117.34838368099997, - 33.239411002000054 - ], - [ - -117.34850625699994, - 33.23932406100005 - ], - [ - -117.34894438999999, - 33.23901330800004 - ], - [ - -117.34943653599998, - 33.238664234000055 - ], - [ - -117.34951745399997, - 33.23860683800007 - ], - [ - -117.34958413399994, - 33.238559545000044 - ], - [ - -117.34959936499996, - 33.238548742000035 - ], - [ - -117.34969371899996, - 33.238481818000025 - ], - [ - -117.34976203699995, - 33.23843336300007 - ], - [ - -117.34988212299999, - 33.23834818500006 - ], - [ - -117.35022098599995, - 33.238107832000026 - ], - [ - -117.350274991, - 33.23806626600003 - ], - [ - -117.35027737099995, - 33.238064433000034 - ], - [ - -117.35064525499996, - 33.23778130000005 - ], - [ - -117.35102424699994, - 33.23748961300004 - ], - [ - -117.35112365999998, - 33.237413100000026 - ], - [ - -117.35112443699995, - 33.23741250300003 - ], - [ - -117.35119460199996, - 33.23735850200006 - ], - [ - -117.35132170599996, - 33.23726067600006 - ], - [ - -117.35136530799997, - 33.23722711900007 - ], - [ - -117.35148646, - 33.23713387300006 - ], - [ - -117.35148780199995, - 33.23713284300004 - ], - [ - -117.35153750399996, - 33.23709459000003 - ], - [ - -117.3515387, - 33.23709367200007 - ], - [ - -117.351573036, - 33.23706724200002 - ], - [ - -117.35159832299996, - 33.23704778000007 - ], - [ - -117.35170834599995, - 33.236963100000025 - ], - [ - -117.35182535799999, - 33.23687304300006 - ], - [ - -117.35187663299996, - 33.23683357900006 - ], - [ - -117.35195299799994, - 33.23677480300006 - ], - [ - -117.35200398799998, - 33.23673555700003 - ], - [ - -117.35204979099996, - 33.23670030300008 - ], - [ - -117.35222095999995, - 33.236568559000034 - ], - [ - -117.35241978799996, - 33.23641907900003 - ], - [ - -117.352490032, - 33.236366271000065 - ], - [ - -117.35249395899996, - 33.236363320000066 - ], - [ - -117.35300309099995, - 33.23597087700006 - ], - [ - -117.35517698799998, - 33.23429517900007 - ], - [ - -117.35739408199998, - 33.23258608300006 - ], - [ - -117.36072032899995, - 33.23001533300004 - ], - [ - -117.36075778499998, - 33.22998638300004 - ], - [ - -117.360761401, - 33.22998358900003 - ], - [ - -117.36173330999998, - 33.22923416500004 - ], - [ - -117.36226642399998, - 33.22882307900005 - ], - [ - -117.36227363399996, - 33.22881753200005 - ], - [ - -117.36227387999998, - 33.22881734200007 - ], - [ - -117.36228084599998, - 33.22881198500005 - ], - [ - -117.36365914399994, - 33.22775165500008 - ], - [ - -117.36366136399994, - 33.22774994800005 - ], - [ - -117.36568963199994, - 33.226189514000055 - ], - [ - -117.36596490399995, - 33.22597779800003 - ], - [ - -117.36622543199996, - 33.22577742000004 - ], - [ - -117.36629700199995, - 33.22572237400004 - ], - [ - -117.36633937999994, - 33.225689800000055 - ], - [ - -117.36639525099997, - 33.22564685400005 - ], - [ - -117.36691693999995, - 33.22524585700006 - ], - [ - -117.36819296099998, - 33.224265013000036 - ], - [ - -117.36914017799995, - 33.223536738000064 - ], - [ - -117.37041389299998, - 33.22255739600007 - ], - [ - -117.37052811899997, - 33.222469568000065 - ], - [ - -117.37087188299995, - 33.22220524700003 - ], - [ - -117.37092655599997, - 33.22216320900003 - ], - [ - -117.37106356199996, - 33.22205786400008 - ], - [ - -117.37106607199996, - 33.222055933000036 - ], - [ - -117.37106857799995, - 33.222054006000064 - ], - [ - -117.37128396399999, - 33.22188868600006 - ], - [ - -117.37134849599994, - 33.221839153000076 - ], - [ - -117.37140584799994, - 33.22179513200007 - ], - [ - -117.37227583099997, - 33.22112735200005 - ], - [ - -117.37272667499997, - 33.22078128600003 - ], - [ - -117.37285557299998, - 33.22068234500006 - ], - [ - -117.37286067399998, - 33.22067840900007 - ], - [ - -117.37286577599997, - 33.22067447400008 - ], - [ - -117.37290720699997, - 33.22064251900008 - ], - [ - -117.37316769799997, - 33.220441609000034 - ], - [ - -117.37326493899997, - 33.22036661200008 - ], - [ - -117.37342922, - 33.22024062600008 - ], - [ - -117.37359464999997, - 33.22011297100005 - ], - [ - -117.37372926899997, - 33.220009090000076 - ], - [ - -117.37387608999995, - 33.219895790000066 - ], - [ - -117.37401931899996, - 33.21978526800007 - ], - [ - -117.37417113199996, - 33.21966811100003 - ], - [ - -117.37430618199994, - 33.21956390100007 - ], - [ - -117.37431436199995, - 33.21955758900003 - ], - [ - -117.374328505, - 33.21954667600005 - ], - [ - -117.37444917699997, - 33.219453559000044 - ], - [ - -117.37459055599999, - 33.219344454000066 - ], - [ - -117.37467946099997, - 33.21927584800005 - ], - [ - -117.37473222299997, - 33.21923513300004 - ], - [ - -117.37479146899994, - 33.21918941200005 - ], - [ - -117.37487383499996, - 33.21912585100006 - ], - [ - -117.37496869699999, - 33.21905264700007 - ], - [ - -117.37501365699995, - 33.21901795100007 - ], - [ - -117.37507794499999, - 33.21896833900007 - ], - [ - -117.37515867199994, - 33.21890604400005 - ], - [ - -117.37517173799995, - 33.218895960000054 - ], - [ - -117.37529849299995, - 33.218798141000036 - ], - [ - -117.37530287699997, - 33.21879626100008 - ], - [ - -117.37530725799996, - 33.218794382000056 - ], - [ - -117.37541267799998, - 33.21871053800004 - ], - [ - -117.37543667099999, - 33.218691456000045 - ], - [ - -117.37557986399997, - 33.21858090100005 - ], - [ - -117.37571843399996, - 33.21847457400003 - ], - [ - -117.37575408199996, - 33.218447035000054 - ], - [ - -117.37586659399994, - 33.21836011500005 - ], - [ - -117.37596138499998, - 33.218286884000065 - ], - [ - -117.37600813899996, - 33.21825076700003 - ], - [ - -117.37613768899996, - 33.21815068300003 - ], - [ - -117.37628942599997, - 33.21803345700005 - ], - [ - -117.37628990299999, - 33.21803308900007 - ], - [ - -117.37644116999996, - 33.217916229000025 - ], - [ - -117.376450563, - 33.21790897100004 - ], - [ - -117.37645995899999, - 33.21790171400005 - ], - [ - -117.37656528699995, - 33.21782034200004 - ], - [ - -117.37723045499996, - 33.21730645500003 - ], - [ - -117.37726290599994, - 33.21728149000006 - ], - [ - -117.37767768699996, - 33.216961963000074 - ], - [ - -117.37776057299999, - 33.216898110000045 - ], - [ - -117.37780059699998, - 33.21686727800005 - ], - [ - -117.37784413499998, - 33.21683373800005 - ], - [ - -117.37786205299994, - 33.21681993400006 - ], - [ - -117.37789448199999, - 33.21679495200004 - ], - [ - -117.37790280599995, - 33.21678853900005 - ], - [ - -117.37790678899995, - 33.21678547000005 - ], - [ - -117.37791112899998, - 33.216782125000066 - ], - [ - -117.37794252099997, - 33.216758352000056 - ], - [ - -117.378056142, - 33.21667230700007 - ], - [ - -117.37808523499996, - 33.21664986600007 - ], - [ - -117.3781533699999, - 33.21659731200003 - ], - [ - -117.37825815199994, - 33.21651757400008 - ], - [ - -117.37832165299994, - 33.216469250000046 - ], - [ - -117.37846736299997, - 33.21635798500006 - ], - [ - -117.378609843, - 33.216249497000035 - ], - [ - -117.37867505399998, - 33.21619790600005 - ], - [ - -117.37875992699998, - 33.216130761000045 - ], - [ - -117.37890309299996, - 33.21602018700003 - ], - [ - -117.37902668799995, - 33.21592804800002 - ], - [ - -117.37904693899998, - 33.215912950000074 - ], - [ - -117.37919516299996, - 33.21579863100004 - ], - [ - -117.37934545199994, - 33.21568271700005 - ], - [ - -117.37949050099996, - 33.21557084600005 - ], - [ - -117.37963828999995, - 33.21545604000005 - ], - [ - -117.37980689999995, - 33.215325059000065 - ], - [ - -117.379837292, - 33.21530144900004 - ], - [ - -117.38005486199995, - 33.21513243100003 - ], - [ - -117.38016388799997, - 33.21504799400003 - ], - [ - -117.38042731699994, - 33.214843332000044 - ], - [ - -117.38057184199994, - 33.214730993000046 - ], - [ - -117.38071799799997, - 33.21461742100007 - ], - [ - -117.38079733, - 33.214555776000054 - ], - [ - -117.38086415799995, - 33.21450384700006 - ], - [ - -117.38099026999998, - 33.214406041000075 - ], - [ - -117.38100883699997, - 33.214391642000066 - ], - [ - -117.38114817099995, - 33.21428330500004 - ], - [ - -117.38129767599997, - 33.21416705900003 - ], - [ - -117.38145234799998, - 33.21404678300007 - ], - [ - -117.38185260299997, - 33.21373693500004 - ], - [ - -117.382752042, - 33.21304063100007 - ], - [ - -117.38306567299998, - 33.21279782600004 - ], - [ - -117.38309936899998, - 33.21277173900006 - ], - [ - -117.38321995499996, - 33.21267838400007 - ], - [ - -117.38341077999996, - 33.21253154500005 - ], - [ - -117.38352981299994, - 33.212439947000064 - ], - [ - -117.38396458099999, - 33.212105387000065 - ], - [ - -117.38402603299994, - 33.21205749300003 - ], - [ - -117.38451408499998, - 33.211677214000076 - ], - [ - -117.38451500499997, - 33.21167650600006 - ], - [ - -117.384539126, - 33.21165797700007 - ], - [ - -117.38461200599994, - 33.21160198800004 - ], - [ - -117.38474564999996, - 33.211497189000056 - ], - [ - -117.38482833699999, - 33.21143234800007 - ], - [ - -117.38487768099998, - 33.21139365600004 - ], - [ - -117.38492849499994, - 33.21135381000005 - ], - [ - -117.38501469899995, - 33.211286210000026 - ], - [ - -117.38507230899995, - 33.21124103600005 - ], - [ - -117.38507730899994, - 33.21123711400003 - ], - [ - -117.38514367199997, - 33.21118561600008 - ], - [ - -117.38526693999995, - 33.211090768000076 - ], - [ - -117.38528205799997, - 33.21107913600002 - ], - [ - -117.38539211899996, - 33.21099346700004 - ], - [ - -117.38540074999997, - 33.21098674800004 - ], - [ - -117.38540938099999, - 33.21098003100008 - ], - [ - -117.38554525099994, - 33.210874266000076 - ], - [ - -117.38566079299994, - 33.210784328000045 - ], - [ - -117.38573200099995, - 33.21072870200004 - ], - [ - -117.38580648499999, - 33.21067305400004 - ], - [ - -117.38602403699997, - 33.21050402800006 - ], - [ - -117.38616581199994, - 33.21039491100004 - ], - [ - -117.386298534, - 33.210292002000074 - ], - [ - -117.38641505099997, - 33.21020023300008 - ], - [ - -117.386780263, - 33.20991728400003 - ], - [ - -117.38737297799997, - 33.20948008000005 - ], - [ - -117.38767129599995, - 33.20924497200008 - ], - [ - -117.38816912799996, - 33.20885262000007 - ], - [ - -117.38846744799997, - 33.20861750900008 - ], - [ - -117.38853865199997, - 33.20856188000005 - ], - [ - -117.38860663, - 33.208509040000024 - ], - [ - -117.38872238599998, - 33.208420266000076 - ], - [ - -117.38884431899999, - 33.208326756000076 - ], - [ - -117.38896634899999, - 33.20823317000003 - ], - [ - -117.38909745099994, - 33.208132627000055 - ], - [ - -117.38923188399997, - 33.20802953200007 - ], - [ - -117.38928145199998, - 33.207991519000075 - ], - [ - -117.389509837, - 33.20781636500004 - ], - [ - -117.38955444399994, - 33.20797811800003 - ], - [ - -117.38971416499999, - 33.20794090800007 - ], - [ - -117.39003034799998, - 33.20786655300003 - ], - [ - -117.39003058999998, - 33.20786648600006 - ], - [ - -117.39003111999995, - 33.20786633800003 - ], - [ - -117.39003131499999, - 33.20786628400003 - ], - [ - -117.39003140799997, - 33.20786625900007 - ], - [ - -117.39010201999997, - 33.207846655000026 - ], - [ - -117.39010205499994, - 33.20784658400004 - ], - [ - -117.39039949799997, - 33.207262025000034 - ], - [ - -117.39040010099995, - 33.20726083900007 - ], - [ - -117.39048139399995, - 33.20710107000008 - ], - [ - -117.39088571499997, - 33.207080130000065 - ], - [ - -117.392546343, - 33.206994112000075 - ], - [ - -117.39411208599995, - 33.20846937400006 - ], - [ - -117.39426920199998, - 33.20948487100003 - ], - [ - -117.39421040999997, - 33.20951993400007 - ], - [ - -117.39389366299997, - 33.20970883200005 - ], - [ - -117.39361389299995, - 33.209875675000035 - ], - [ - -117.39361384299997, - 33.20987570600005 - ], - [ - -117.39362192199997, - 33.20992808400007 - ], - [ - -117.39372602699996, - 33.21060304500003 - ], - [ - -117.39372813999995, - 33.21061674900005 - ], - [ - -117.39439406399998, - 33.21078376200006 - ], - [ - -117.394394036, - 33.21078384700007 - ], - [ - -117.39438857099998, - 33.21080187600006 - ], - [ - -117.39422359499997, - 33.21134603100006 - ], - [ - -117.39417104699999, - 33.211519355000064 - ], - [ - -117.39390232599999, - 33.212405690000026 - ], - [ - -117.39380159899997, - 33.21273792000005 - ], - [ - -117.39380171199997, - 33.21273799700003 - ], - [ - -117.394652324, - 33.213316674000055 - ], - [ - -117.394993796, - 33.21354897600003 - ], - [ - -117.39559985399995, - 33.21396126800005 - ], - [ - -117.39563918599998, - 33.21398802400006 - ], - [ - -117.39603309399996, - 33.21334862200007 - ], - [ - -117.39607126199996, - 33.213286667000034 - ], - [ - -117.39669687699995, - 33.21260698300006 - ], - [ - -117.396718766, - 33.212583203000065 - ], - [ - -117.39764384699998, - 33.21157814800006 - ], - [ - -117.39777588899994, - 33.21142244600003 - ], - [ - -117.39778051699994, - 33.21141699000003 - ], - [ - -117.39820312199998, - 33.210918667000044 - ], - [ - -117.39828906199995, - 33.210817329000065 - ], - [ - -117.39834635899996, - 33.21074976800003 - ], - [ - -117.39842629999998, - 33.210655504000044 - ], - [ - -117.39829677299997, - 33.21050715600006 - ], - [ - -117.39761927199999, - 33.209731188000035 - ], - [ - -117.39810851199996, - 33.209372372000075 - ], - [ - -117.39811569299997, - 33.209367101000055 - ], - [ - -117.39811585199999, - 33.20936698400004 - ], - [ - -117.39811600199994, - 33.20936686700003 - ], - [ - -117.39811105899997, - 33.20936091300007 - ], - [ - -117.39808302799997, - 33.20932709900006 - ], - [ - -117.39807938499996, - 33.20932270800006 - ], - [ - -117.397901903, - 33.20910868100003 - ], - [ - -117.39756755199994, - 33.208891634000054 - ], - [ - -117.397394551, - 33.20885434600007 - ], - [ - -117.39666579299995, - 33.20908236100007 - ], - [ - -117.39638727499994, - 33.20897774800005 - ], - [ - -117.39595391299997, - 33.208690131000026 - ], - [ - -117.39590255199994, - 33.20876003400008 - ], - [ - -117.39612731399995, - 33.20896157800007 - ], - [ - -117.39649213599995, - 33.20923463200006 - ], - [ - -117.39650433799994, - 33.20924164500008 - ], - [ - -117.39689105399998, - 33.20946389900007 - ], - [ - -117.39777674899995, - 33.210048587000074 - ], - [ - -117.39798459999997, - 33.210325846000046 - ], - [ - -117.39798464499995, - 33.21032590600004 - ], - [ - -117.39796756599998, - 33.21041296400006 - ], - [ - -117.397863944, - 33.21059055100005 - ], - [ - -117.39708162599999, - 33.211268698000026 - ], - [ - -117.39685689099997, - 33.21156930300003 - ], - [ - -117.39678126599995, - 33.21150348400005 - ], - [ - -117.39678119399997, - 33.21150342200008 - ], - [ - -117.39663046499999, - 33.211372236000045 - ], - [ - -117.396214107, - 33.21118431600007 - ], - [ - -117.39609290699997, - 33.211268965000045 - ], - [ - -117.39598839799999, - 33.211417191000066 - ], - [ - -117.39598882799999, - 33.21151313300004 - ], - [ - -117.39598882799999, - 33.21151325400007 - ], - [ - -117.39598888199998, - 33.21152542800007 - ], - [ - -117.39598888299997, - 33.21152553100006 - ], - [ - -117.396406, - 33.211859599000036 - ], - [ - -117.39654395099996, - 33.211937712000065 - ], - [ - -117.39654416599996, - 33.211937834000025 - ], - [ - -117.39532918199995, - 33.21320402200007 - ], - [ - -117.395102851, - 33.21317339600006 - ], - [ - -117.39446111299998, - 33.21271 - ], - [ - -117.39433891899995, - 33.21255822000006 - ], - [ - -117.39438984999998, - 33.21241454800003 - ], - [ - -117.39439013599997, - 33.212413741000034 - ], - [ - -117.39470333599996, - 33.21153020300005 - ], - [ - -117.3948782, - 33.21113084000007 - ], - [ - -117.39495093, - 33.210800031000076 - ], - [ - -117.39496397299996, - 33.21074070000003 - ], - [ - -117.39472100299997, - 33.20926474400005 - ], - [ - -117.39442598499994, - 33.208049376000076 - ], - [ - -117.394218073, - 33.208003940000026 - ], - [ - -117.39401021999998, - 33.207787549000045 - ], - [ - -117.39251586199998, - 33.206412374000024 - ], - [ - -117.392429054, - 33.20631613900008 - ], - [ - -117.38963439399998, - 33.20644658300006 - ], - [ - -117.38935694399999, - 33.205514813000036 - ], - [ - -117.38935691199998, - 33.20551470700008 - ], - [ - -117.38928725299996, - 33.205280765000055 - ], - [ - -117.38928731099998, - 33.20528073100007 - ], - [ - -117.391387023, - 33.20405432100006 - ], - [ - -117.39147483699998, - 33.20404281500004 - ], - [ - -117.39154495199995, - 33.20405516000005 - ], - [ - -117.39281115399996, - 33.20522872300006 - ], - [ - -117.39298451199994, - 33.205249664000064 - ], - [ - -117.39312363, - 33.205449685000076 - ], - [ - -117.39312370899995, - 33.205449799000064 - ], - [ - -117.39308846699998, - 33.205499674000066 - ], - [ - -117.39308840599995, - 33.205499761000056 - ], - [ - -117.39503406699998, - 33.20726903900004 - ], - [ - -117.39635295399995, - 33.20769337300004 - ], - [ - -117.39638276399995, - 33.207700173000035 - ], - [ - -117.39656213099994, - 33.20774109100006 - ], - [ - -117.39671829799994, - 33.207703793000064 - ], - [ - -117.39644527299998, - 33.20738260500008 - ], - [ - -117.39639920599996, - 33.20732841000006 - ], - [ - -117.39634642099998, - 33.20726631300005 - ], - [ - -117.39393843599998, - 33.204433410000036 - ], - [ - -117.39316691599998, - 33.20347982900006 - ], - [ - -117.39300209299995, - 33.20332158600007 - ], - [ - -117.39275945999998, - 33.20299097800006 - ], - [ - -117.39273498899996, - 33.20294596400004 - ], - [ - -117.39241988999999, - 33.20255649200004 - ], - [ - -117.39241984199998, - 33.202556437000055 - ], - [ - -117.39232062199994, - 33.202442251000036 - ], - [ - -117.39231715399995, - 33.202438260000065 - ], - [ - -117.39182900299994, - 33.202130166000074 - ], - [ - -117.39182868899996, - 33.202129968000065 - ], - [ - -117.391821086, - 33.202125170000045 - ], - [ - -117.39130123399997, - 33.20167190600006 - ], - [ - -117.39057096599998, - 33.200907390000054 - ], - [ - -117.39025988399999, - 33.200539642000024 - ], - [ - -117.38993034299995, - 33.20025497000006 - ], - [ - -117.38958827399995, - 33.19984236200003 - ], - [ - -117.38911384299996, - 33.19927009000003 - ], - [ - -117.38864180599995, - 33.198781386000064 - ], - [ - -117.38857533199996, - 33.19871255700008 - ], - [ - -117.388575286, - 33.19871250400007 - ], - [ - -117.38833198699996, - 33.198404492000066 - ], - [ - -117.388267725, - 33.19833117400003 - ], - [ - -117.38826747399997, - 33.19833089000008 - ], - [ - -117.38768886899999, - 33.19767075100003 - ], - [ - -117.38749810499996, - 33.197358259000055 - ], - [ - -117.38716904499995, - 33.19696751400005 - ], - [ - -117.38706189199996, - 33.19682622500005 - ], - [ - -117.38666552899997, - 33.19630358400008 - ], - [ - -117.38619616699998, - 33.19581422400006 - ], - [ - -117.38590130899996, - 33.19540226400005 - ], - [ - -117.385766548, - 33.195243247000064 - ], - [ - -117.38576610699994, - 33.19524272700005 - ], - [ - -117.38560572699998, - 33.19505347900002 - ], - [ - -117.38555273699995, - 33.195003722000024 - ], - [ - -117.38506723799998, - 33.19454783800006 - ], - [ - -117.38491203199999, - 33.194254785000055 - ], - [ - -117.38479144099995, - 33.19410125400003 - ], - [ - -117.38479117299994, - 33.19410091300006 - ], - [ - -117.38465157, - 33.193923175000066 - ], - [ - -117.38453907, - 33.19381998800003 - ], - [ - -117.38425206399995, - 33.19355673700005 - ], - [ - -117.383934045, - 33.19315886700008 - ], - [ - -117.38376634699995, - 33.192949061000036 - ], - [ - -117.38347198099996, - 33.19267740300006 - ], - [ - -117.38275909799995, - 33.19201949600006 - ], - [ - -117.38216918199998, - 33.191438729000026 - ], - [ - -117.38187290699994, - 33.19109220000007 - ], - [ - -117.38187288199998, - 33.19109217600004 - ], - [ - -117.38186567399998, - 33.191086625000025 - ], - [ - -117.38166493299997, - 33.19093217100004 - ], - [ - -117.38124819399997, - 33.19039774100003 - ], - [ - -117.38088357799995, - 33.18998978600007 - ], - [ - -117.38074547499997, - 33.189763138000046 - ], - [ - -117.38048448899997, - 33.189438274000054 - ], - [ - -117.38011992299994, - 33.18903934200006 - ], - [ - -117.37966875899997, - 33.188697071000036 - ], - [ - -117.37947769299996, - 33.18849232100007 - ], - [ - -117.37936991199996, - 33.18834885500007 - ], - [ - -117.37936974899998, - 33.18834864100006 - ], - [ - -117.37916447099997, - 33.188075397000034 - ], - [ - -117.37906988199995, - 33.18790603600007 - ], - [ - -117.37902654199996, - 33.187828437000064 - ], - [ - -117.37855744799998, - 33.18724199700006 - ], - [ - -117.37840636199996, - 33.18708716500004 - ], - [ - -117.37821040399996, - 33.18688634600005 - ], - [ - -117.37791453299997, - 33.186533015000066 - ], - [ - -117.37766610299997, - 33.18628882400003 - ], - [ - -117.37754999699996, - 33.18617469800006 - ], - [ - -117.37743991699995, - 33.18603512300007 - ], - [ - -117.37739031999996, - 33.185972236000055 - ], - [ - -117.37671768699994, - 33.18511936900006 - ], - [ - -117.37652190699998, - 33.184910984000055 - ], - [ - -117.37640442699995, - 33.18478594100003 - ], - [ - -117.37609253699998, - 33.184360008000056 - ], - [ - -117.37588436199997, - 33.184120997000036 - ], - [ - -117.37588436199997, - 33.18412086300003 - ], - [ - -117.37588478599997, - 33.18408263900005 - ], - [ - -117.37588471499998, - 33.18408255800006 - ], - [ - -117.37581767799998, - 33.184004979000065 - ], - [ - -117.37484199799997, - 33.18305701100007 - ], - [ - -117.37329073199999, - 33.18137249800003 - ], - [ - -117.37311532899997, - 33.18116949000006 - ], - [ - -117.36986687899997, - 33.17740954200008 - ], - [ - -117.36980951299995, - 33.177342742000064 - ], - [ - -117.36947863299997, - 33.17694889400008 - ], - [ - -117.36937221599999, - 33.176804176000076 - ], - [ - -117.36925246099997, - 33.176640346000056 - ], - [ - -117.36921321899996, - 33.176588149000054 - ], - [ - -117.36916862199996, - 33.17652882600004 - ], - [ - -117.36912065899998, - 33.17646502400004 - ], - [ - -117.36908621999999, - 33.176419217000046 - ], - [ - -117.36906665699996, - 33.17639445900005 - ], - [ - -117.36901298, - 33.17632652200007 - ], - [ - -117.36896330499997, - 33.17626366200005 - ], - [ - -117.36890962999996, - 33.17619573200005 - ], - [ - -117.36885595599995, - 33.17612780600007 - ], - [ - -117.36885572899996, - 33.176127518000044 - ], - [ - -117.36885550199997, - 33.176127233000045 - ], - [ - -117.36884941599999, - 33.17611952800007 - ], - [ - -117.36884038899996, - 33.176108105000026 - ], - [ - -117.36854434999998, - 33.17573169100007 - ], - [ - -117.36849483499998, - 33.175668734000055 - ], - [ - -117.36845833099994, - 33.17562231800002 - ], - [ - -117.36841275599994, - 33.17556450600006 - ], - [ - -117.36833160999998, - 33.175461573000064 - ], - [ - -117.36827802099998, - 33.17539359600005 - ], - [ - -117.36825689999995, - 33.17536680300003 - ], - [ - -117.36823242899999, - 33.17533576200003 - ], - [ - -117.36822323299998, - 33.17532442500004 - ], - [ - -117.36818594099998, - 33.17527846200005 - ], - [ - -117.36816706199994, - 33.17525917900008 - ], - [ - -117.36810611499999, - 33.17519693500003 - ], - [ - -117.368089909, - 33.17518038000003 - ], - [ - -117.36801308799994, - 33.175098981000076 - ], - [ - -117.36792205799998, - 33.175002524000035 - ], - [ - -117.36789444099998, - 33.17497325800008 - ], - [ - -117.36779537599995, - 33.17487226600008 - ], - [ - -117.36774211499994, - 33.174817965000045 - ], - [ - -117.36773185599998, - 33.17480724700005 - ], - [ - -117.36767198499996, - 33.17474470700006 - ], - [ - -117.36761664899996, - 33.174686902000076 - ], - [ - -117.36754940399999, - 33.174616652000054 - ], - [ - -117.36753343, - 33.17459996400004 - ], - [ - -117.36745425299995, - 33.17451801900006 - ], - [ - -117.36736021699994, - 33.174420687000065 - ], - [ - -117.36732808799997, - 33.17438743200006 - ], - [ - -117.367290186, - 33.17434793500007 - ], - [ - -117.36723090499999, - 33.174286161000055 - ], - [ - -117.367171628, - 33.17422439500007 - ], - [ - -117.36712935199995, - 33.17418033400003 - ], - [ - -117.36711329999997, - 33.17416093200006 - ], - [ - -117.36705533399999, - 33.174090877000026 - ], - [ - -117.36700563399995, - 33.17403080300005 - ], - [ - -117.36696006099999, - 33.17397572100003 - ], - [ - -117.36694378599998, - 33.17395644700002 - ], - [ - -117.36688339699998, - 33.173886123000045 - ], - [ - -117.36683619799999, - 33.173829031000025 - ], - [ - -117.36677528999996, - 33.17375689800008 - ], - [ - -117.36676428399994, - 33.17374386300003 - ], - [ - -117.36671730199998, - 33.17368686300006 - ], - [ - -117.36666513499995, - 33.17362357300004 - ], - [ - -117.36660884799994, - 33.17355528500008 - ], - [ - -117.36654843499997, - 33.17348198900004 - ], - [ - -117.36654561299997, - 33.17347856600003 - ], - [ - -117.36630030799995, - 33.17322734600003 - ], - [ - -117.36623970299996, - 33.17314284400004 - ], - [ - -117.36613050999995, - 33.172990593000065 - ], - [ - -117.36612662099998, - 33.17298517000006 - ], - [ - -117.36607729199994, - 33.17292932600003 - ], - [ - -117.36599124699995, - 33.172838316000025 - ], - [ - -117.36594813399995, - 33.172789231000024 - ], - [ - -117.36593511099994, - 33.17277545700006 - ], - [ - -117.36587856399996, - 33.172715648000064 - ], - [ - -117.36581183199996, - 33.17264506300006 - ], - [ - -117.36581088499997, - 33.172644062000074 - ], - [ - -117.36581084099998, - 33.17264401600005 - ], - [ - -117.365809, - 33.17264206100003 - ], - [ - -117.36573863099994, - 33.172569691000035 - ], - [ - -117.36571230599998, - 33.17255054100008 - ], - [ - -117.36555369499996, - 33.17243516100007 - ], - [ - -117.36531953699995, - 33.172127455000066 - ], - [ - -117.36531611499998, - 33.172123835000036 - ], - [ - -117.36530348699995, - 33.17211048200005 - ], - [ - -117.36527898699995, - 33.172084566000024 - ], - [ - -117.36526241999997, - 33.17206704200004 - ], - [ - -117.36525508199998, - 33.17205928100003 - ], - [ - -117.36521604299998, - 33.17201798900004 - ], - [ - -117.36519923699996, - 33.17199903300008 - ], - [ - -117.36513904699996, - 33.17193115300006 - ], - [ - -117.36502027699999, - 33.171797198000036 - ], - [ - -117.36498393999995, - 33.17175621900003 - ], - [ - -117.36489740899998, - 33.171661003000054 - ], - [ - -117.36483947499994, - 33.17159725300007 - ], - [ - -117.36477834699997, - 33.171529992000046 - ], - [ - -117.364738661, - 33.17148632100003 - ], - [ - -117.36471921999998, - 33.17146423300005 - ], - [ - -117.36471379399995, - 33.17145806800005 - ], - [ - -117.36466361599997, - 33.17140105900006 - ], - [ - -117.36460213099997, - 33.17133120900007 - ], - [ - -117.36448663899995, - 33.17119999400006 - ], - [ - -117.36437247499998, - 33.17106162400006 - ], - [ - -117.3642908, - 33.170962633000045 - ], - [ - -117.36425460799995, - 33.17091880400005 - ], - [ - -117.36414752399997, - 33.17078913200004 - ], - [ - -117.36409072699996, - 33.170720353000036 - ], - [ - -117.363981089, - 33.17058758200005 - ], - [ - -117.36392473199999, - 33.17051933400006 - ], - [ - -117.36385598199996, - 33.17043607800008 - ], - [ - -117.36380231199996, - 33.17037092900006 - ], - [ - -117.363696485, - 33.17024246900007 - ], - [ - -117.36358394899997, - 33.170105867000075 - ], - [ - -117.36352616099998, - 33.17003571400005 - ], - [ - -117.36346729799999, - 33.16996426700007 - ], - [ - -117.36341932399995, - 33.16990602800007 - ], - [ - -117.36341103299998, - 33.169895962000055 - ], - [ - -117.36335476699998, - 33.169827664000024 - ], - [ - -117.36335222799994, - 33.169829220000054 - ], - [ - -117.36329496699994, - 33.16975123800006 - ], - [ - -117.36323850799994, - 33.16968028600007 - ], - [ - -117.36320868099995, - 33.16964757100004 - ], - [ - -117.36313897699995, - 33.16956299200007 - ], - [ - -117.36304601599994, - 33.16944839100006 - ], - [ - -117.36295973099999, - 33.169344720000026 - ], - [ - -117.36280373599999, - 33.16915647500008 - ], - [ - -117.36270141099999, - 33.16903811700007 - ], - [ - -117.36270417199995, - 33.16903643200004 - ], - [ - -117.36253820399997, - 33.16883453400004 - ], - [ - -117.36232582799994, - 33.16858082600004 - ], - [ - -117.36222953099997, - 33.16846075600006 - ], - [ - -117.36217312899998, - 33.16839187900007 - ], - [ - -117.36202862999994, - 33.16824655400006 - ], - [ - -117.36194838799997, - 33.16812322100003 - ], - [ - -117.36187111299995, - 33.16802970700007 - ], - [ - -117.361764914, - 33.16790195100003 - ], - [ - -117.36173504299995, - 33.16786601600006 - ], - [ - -117.36162880899997, - 33.167735039000036 - ], - [ - -117.36157287999998, - 33.16766707800008 - ], - [ - -117.36157277799998, - 33.16766695300004 - ], - [ - -117.36157267599998, - 33.16766682900004 - ], - [ - -117.36155246799996, - 33.16764227400006 - ], - [ - -117.36140649999999, - 33.16747043000004 - ], - [ - -117.36123729599996, - 33.16727129800006 - ], - [ - -117.36114107699996, - 33.167156728000066 - ], - [ - -117.36097184999994, - 33.16695485300005 - ], - [ - -117.36087892899997, - 33.16684299700006 - ], - [ - -117.36078266899995, - 33.16672567400008 - ], - [ - -117.36068640999997, - 33.16660835000005 - ], - [ - -117.36058354699998, - 33.16648558800006 - ], - [ - -117.360497233, - 33.16637917000003 - ], - [ - -117.36035116, - 33.166199074000076 - ], - [ - -117.36020505299996, - 33.16601623400004 - ], - [ - -117.36009548399994, - 33.16587978900003 - ], - [ - -117.35999248, - 33.16574603500004 - ], - [ - -117.35988955099998, - 33.16561777700008 - ], - [ - -117.35976997299997, - 33.16546493100003 - ], - [ - -117.35955736499994, - 33.165191985000035 - ], - [ - -117.35947758799995, - 33.16508550300006 - ], - [ - -117.35943067699998, - 33.16502527800003 - ], - [ - -117.35937128599994, - 33.16494902900007 - ], - [ - -117.35926825399997, - 33.16481252600005 - ], - [ - -117.35915868599994, - 33.16467608200003 - ], - [ - -117.35915067999997, - 33.16466626000005 - ], - [ - -117.35894292399996, - 33.16441140500007 - ], - [ - -117.35869325299996, - 33.16458486000005 - ], - [ - -117.35840455099998, - 33.16478542700003 - ], - [ - -117.35831770299995, - 33.16484576400006 - ], - [ - -117.35819000999999, - 33.164933811000026 - ], - [ - -117.35813845899997, - 33.16496935600003 - ], - [ - -117.35810257799994, - 33.164994096000044 - ], - [ - -117.35808235599995, - 33.16500804000003 - ], - [ - -117.35802288999997, - 33.16504904100003 - ], - [ - -117.35785896099998, - 33.165206848000025 - ], - [ - -117.35784732499997, - 33.16522209200008 - ], - [ - -117.35783987899998, - 33.16523432200006 - ], - [ - -117.35783618399995, - 33.16524061500007 - ], - [ - -117.35783264499997, - 33.165246645000025 - ], - [ - -117.35782563499998, - 33.165259056000025 - ], - [ - -117.35781884299996, - 33.16527155600005 - ], - [ - -117.35781326799997, - 33.16528223100005 - ], - [ - -117.35781227299998, - 33.16528413700007 - ], - [ - -117.35780919599995, - 33.16529028100007 - ], - [ - -117.357805929, - 33.16529680200006 - ], - [ - -117.35779980599995, - 33.165309541000056 - ], - [ - -117.35779391199998, - 33.165322358000026 - ], - [ - -117.35778824499994, - 33.16533524700003 - ], - [ - -117.35778280599999, - 33.16534820600003 - ], - [ - -117.35777759899997, - 33.16536123100008 - ], - [ - -117.35777262, - 33.16537431800003 - ], - [ - -117.357767879, - 33.16538746500004 - ], - [ - -117.35776336599997, - 33.16540067500006 - ], - [ - -117.35775908899996, - 33.16541393500006 - ], - [ - -117.35775504699996, - 33.16542725000005 - ], - [ - -117.35775124, - 33.16544061400003 - ], - [ - -117.35774767399994, - 33.16545402600008 - ], - [ - -117.35774434399997, - 33.16546747900003 - ], - [ - -117.35774124899996, - 33.16548097100008 - ], - [ - -117.35773839299998, - 33.16549450100007 - ], - [ - -117.35773578099997, - 33.16550806500004 - ], - [ - -117.35773341, - 33.16552166300005 - ], - [ - -117.35773127899995, - 33.16553528700007 - ], - [ - -117.35773078899996, - 33.16553882000005 - ], - [ - -117.35772938599996, - 33.16554893700004 - ], - [ - -117.35772810199995, - 33.16555959400006 - ], - [ - -117.35772773899998, - 33.16556260800007 - ], - [ - -117.35772633299996, - 33.165576298000076 - ], - [ - -117.357725169, - 33.16559000600006 - ], - [ - -117.35772424799995, - 33.16560372500004 - ], - [ - -117.35772356799998, - 33.16561745700005 - ], - [ - -117.35772313399997, - 33.165631191000045 - ], - [ - -117.35772294099996, - 33.16564494100004 - ], - [ - -117.35772299399997, - 33.16565867600008 - ], - [ - -117.35772328799999, - 33.16567241200005 - ], - [ - -117.35772369999995, - 33.16568330800004 - ], - [ - -117.35772371999997, - 33.165683874000024 - ], - [ - -117.35773709999995, - 33.165966852000054 - ], - [ - -117.35773746299998, - 33.16598059000006 - ], - [ - -117.35773754799999, - 33.16599432900006 - ], - [ - -117.35773735599997, - 33.166008067000064 - ], - [ - -117.35773688199998, - 33.16602180700005 - ], - [ - -117.35773613299995, - 33.16603553500005 - ], - [ - -117.35773510799999, - 33.16604925000007 - ], - [ - -117.35773380299997, - 33.16606294500008 - ], - [ - -117.357732221, - 33.16607662400003 - ], - [ - -117.35773036499995, - 33.166090274000055 - ], - [ - -117.35772896599997, - 33.166099220000035 - ], - [ - -117.35772823399998, - 33.166103898000074 - ], - [ - -117.357726803, - 33.16611196000002 - ], - [ - -117.35772582199996, - 33.16611749100008 - ], - [ - -117.357723137, - 33.16613104500004 - ], - [ - -117.35772018199998, - 33.16614456100007 - ], - [ - -117.35771695099999, - 33.16615803000008 - ], - [ - -117.35771344899996, - 33.166171451000025 - ], - [ - -117.35770967699995, - 33.16618482400003 - ], - [ - -117.35770563299997, - 33.16619813900007 - ], - [ - -117.35770132, - 33.16621139200004 - ], - [ - -117.35769673799996, - 33.16622458100005 - ], - [ - -117.35769189399997, - 33.16623770500007 - ], - [ - -117.35768678099998, - 33.16625075700006 - ], - [ - -117.35768140799996, - 33.16626373400004 - ], - [ - -117.35767576899997, - 33.16627663400004 - ], - [ - -117.35766987399995, - 33.166289447000054 - ], - [ - -117.357663721, - 33.16630217900007 - ], - [ - -117.35765730799994, - 33.16631481500008 - ], - [ - -117.35765064099996, - 33.16632736200006 - ], - [ - -117.35764372299997, - 33.16633981200005 - ], - [ - -117.35763655199997, - 33.16635215800005 - ], - [ - -117.35762942599996, - 33.16636392300006 - ], - [ - -117.35762923199997, - 33.16636424200004 - ], - [ - -117.35762913499997, - 33.166364403000046 - ], - [ - -117.357621468, - 33.166376539000055 - ], - [ - -117.35761355399995, - 33.166388562000066 - ], - [ - -117.357605402, - 33.16640047100003 - ], - [ - -117.35759701199999, - 33.16641226200005 - ], - [ - -117.35758838299995, - 33.166423929000075 - ], - [ - -117.35757951799997, - 33.166435472000046 - ], - [ - -117.35757041699998, - 33.16644689000003 - ], - [ - -117.35756109599998, - 33.166458171000045 - ], - [ - -117.35755154299994, - 33.16646931900004 - ], - [ - -117.35754176499995, - 33.166480328000034 - ], - [ - -117.357531769, - 33.16649119700003 - ], - [ - -117.35752154999994, - 33.16650191800005 - ], - [ - -117.35751111899998, - 33.166512494000074 - ], - [ - -117.35750047199997, - 33.16652292200007 - ], - [ - -117.35748961799999, - 33.16653319400007 - ], - [ - -117.35747855499994, - 33.16654330600005 - ], - [ - -117.35746729299996, - 33.16655326000006 - ], - [ - -117.35745582499999, - 33.16656304900005 - ], - [ - -117.35744416799997, - 33.16657267800008 - ], - [ - -117.35743296299995, - 33.16658161600003 - ], - [ - -117.357432314, - 33.166582135000056 - ], - [ - -117.35742794999999, - 33.166588028000035 - ], - [ - -117.35741800899996, - 33.16659290500007 - ], - [ - -117.35855100899994, - 33.16769388500006 - ], - [ - -117.35855108099997, - 33.16769395400007 - ], - [ - -117.35874087599996, - 33.16787838400006 - ], - [ - -117.35896804799995, - 33.168099131000076 - ], - [ - -117.35905269299997, - 33.168181384000036 - ], - [ - -117.35907734099999, - 33.168205424000064 - ], - [ - -117.35910251099995, - 33.168229980000035 - ], - [ - -117.35914203299996, - 33.168268537000074 - ], - [ - -117.35932428299998, - 33.16844715600007 - ], - [ - -117.35932534499995, - 33.16844819700003 - ], - [ - -117.35955966999995, - 33.168677854000066 - ], - [ - -117.35962994399995, - 33.16874672700004 - ], - [ - -117.35969326299994, - 33.16880878200004 - ], - [ - -117.359714511, - 33.16882960800007 - ], - [ - -117.35971435099998, - 33.168829609000056 - ], - [ - -117.35970906499995, - 33.16882963900002 - ], - [ - -117.35885179699994, - 33.16883457800003 - ], - [ - -117.35885195799995, - 33.16883474000008 - ], - [ - -117.35886534399998, - 33.168848135000076 - ], - [ - -117.35885737299998, - 33.16884813900003 - ], - [ - -117.35878312099999, - 33.16884820900003 - ], - [ - -117.35878293099995, - 33.16884820900003 - ], - [ - -117.35877010599995, - 33.16883530900003 - ], - [ - -117.35833872999996, - 33.16883504300006 - ], - [ - -117.35703484099997, - 33.16884257100003 - ], - [ - -117.35704118799998, - 33.16884990500006 - ], - [ - -117.35665798999997, - 33.16884851800006 - ], - [ - -117.35665575999997, - 33.168845917000056 - ], - [ - -117.35665544299997, - 33.16884554400008 - ], - [ - -117.35653064999997, - 33.168698438000035 - ], - [ - -117.35627897899997, - 33.16884714100007 - ], - [ - -117.35491094999998, - 33.168851575000076 - ], - [ - -117.35403820499994, - 33.16885439400005 - ], - [ - -117.35280119, - 33.16886112800006 - ], - [ - -117.35278981099998, - 33.16886119000003 - ], - [ - -117.35278983099994, - 33.168863963000035 - ], - [ - -117.35280670099996, - 33.17119005100005 - ], - [ - -117.35281418699998, - 33.17222220600007 - ], - [ - -117.35281646399994, - 33.17253625400008 - ], - [ - -117.35281649499996, - 33.17254117900006 - ], - [ - -117.35281905199997, - 33.17274404600005 - ], - [ - -117.35281936899997, - 33.172769284000026 - ], - [ - -117.35282060499998, - 33.17303762700004 - ], - [ - -117.35282075599997, - 33.17307055100002 - ], - [ - -117.35282268799995, - 33.17348977000006 - ], - [ - -117.35282400299997, - 33.17377518700005 - ], - [ - -117.35282401899997, - 33.17378713800008 - ], - [ - -117.35282432399998, - 33.17400393400004 - ], - [ - -117.35282504399999, - 33.174516734000065 - ], - [ - -117.35282504599996, - 33.17451959700003 - ], - [ - -117.35282504899999, - 33.17452003500006 - ], - [ - -117.35283172899994, - 33.17479172000003 - ], - [ - -117.35283173699997, - 33.17479207800005 - ], - [ - -117.35281212999996, - 33.17479225300008 - ], - [ - -117.35233821099996, - 33.174790415000075 - ], - [ - -117.35224981399995, - 33.174790072000064 - ], - [ - -117.35206128399994, - 33.174789141000076 - ], - [ - -117.3515248, - 33.17478649000003 - ], - [ - -117.35152682299997, - 33.174787 - ], - [ - -117.35152787599998, - 33.17478726500008 - ], - [ - -117.35072530899998, - 33.174805106000065 - ], - [ - -117.35072694399997, - 33.174804874000074 - ], - [ - -117.35030307099998, - 33.17479259600003 - ], - [ - -117.35006122699997, - 33.174468337000064 - ], - [ - -117.34990063699996, - 33.17425302000004 - ], - [ - -117.34990030499995, - 33.17425321400003 - ], - [ - -117.34957222999998, - 33.17444464400006 - ], - [ - -117.34903578099994, - 33.17475765000006 - ], - [ - -117.34888273799999, - 33.17484694500007 - ], - [ - -117.34888281499997, - 33.174847046000025 - ], - [ - -117.348900948, - 33.17487095700005 - ], - [ - -117.34910741699997, - 33.17514382000007 - ], - [ - -117.34912200999997, - 33.17516310100007 - ], - [ - -117.34912232599999, - 33.17516351900008 - ], - [ - -117.34928286199994, - 33.17537395800008 - ], - [ - -117.34961777499996, - 33.175759335000066 - ], - [ - -117.349623152, - 33.17597862500003 - ], - [ - -117.34962782399998, - 33.176169119000065 - ], - [ - -117.34962864599999, - 33.176202716000034 - ], - [ - -117.34953444899998, - 33.17620148000003 - ], - [ - -117.34938177899994, - 33.17619947600008 - ], - [ - -117.34936752299996, - 33.176199290000056 - ], - [ - -117.34911811999996, - 33.176196350000055 - ], - [ - -117.34895671899994, - 33.17619444800005 - ], - [ - -117.34861379299997, - 33.17618951900005 - ], - [ - -117.34651856899995, - 33.17615938500006 - ], - [ - -117.34572049599996, - 33.17614789700008 - ], - [ - -117.3446982899999, - 33.176132908000056 - ], - [ - -117.34437696799995, - 33.17612819300007 - ], - [ - -117.34436218599996, - 33.17633535600004 - ], - [ - -117.34430413899997, - 33.17714790800005 - ], - [ - -117.34430180099997, - 33.17718064500008 - ], - [ - -117.34425536699996, - 33.17783062800004 - ], - [ - -117.34425535899999, - 33.17783072700007 - ], - [ - -117.34423977199998, - 33.17804892200007 - ], - [ - -117.34423515499998, - 33.17811354500003 - ], - [ - -117.34418502399996, - 33.17881522500005 - ], - [ - -117.344185, - 33.178815547000056 - ], - [ - -117.34411759999995, - 33.17975903900003 - ], - [ - -117.34411263299995, - 33.17982858600004 - ], - [ - -117.34411261699995, - 33.179828807000035 - ], - [ - -117.34049338499995, - 33.17980693700002 - ], - [ - -117.34047957899998, - 33.17980685300006 - ], - [ - -117.340445102, - 33.17980645500006 - ], - [ - -117.34044304999998, - 33.17980643100003 - ], - [ - -117.34040247299998, - 33.179805961000056 - ], - [ - -117.34012411699996, - 33.17980557800007 - ], - [ - -117.33960016199995, - 33.17980485500004 - ], - [ - -117.33946768199996, - 33.179804673000035 - ], - [ - -117.33946775899994, - 33.17980516700004 - ], - [ - -117.33946746999999, - 33.17980516600005 - ], - [ - -117.339467271, - 33.179805 - ], - [ - -117.33695740599995, - 33.179789121000056 - ], - [ - -117.33694759899998, - 33.17978905900003 - ], - [ - -117.33694433499994, - 33.179789037000035 - ], - [ - -117.33694106299998, - 33.17978901500004 - ], - [ - -117.33620236599995, - 33.179783755000074 - ], - [ - -117.33620224899994, - 33.179783755000074 - ], - [ - -117.336068061, - 33.17978271100003 - ], - [ - -117.33597758699995, - 33.17978369300005 - ], - [ - -117.33587244299997, - 33.17978483400003 - ], - [ - -117.33585998599995, - 33.17978474000006 - ], - [ - -117.335743246, - 33.17978386600004 - ], - [ - -117.33527403299996, - 33.17978035100003 - ], - [ - -117.33270800599996, - 33.17976109800003 - ], - [ - -117.33264735199998, - 33.179760643000066 - ], - [ - -117.33264143099996, - 33.17976064100003 - ], - [ - -117.33256760199998, - 33.17976061400003 - ], - [ - -117.33251197199996, - 33.179760593000026 - ], - [ - -117.33244325099997, - 33.17975927400005 - ], - [ - -117.33172406199998, - 33.17974549100006 - ], - [ - -117.33172395599996, - 33.17974549000007 - ], - [ - -117.331699991, - 33.179745034000064 - ], - [ - -117.33137023599994, - 33.17973308300003 - ], - [ - -117.33135266499994, - 33.17973244500007 - ], - [ - -117.33100190399995, - 33.17985275700005 - ], - [ - -117.33071658499995, - 33.17995062000006 - ], - [ - -117.33057222599996, - 33.179996542000026 - ], - [ - -117.32987823399998, - 33.18021730500004 - ], - [ - -117.32987771199998, - 33.18021747100005 - ], - [ - -117.32947288999998, - 33.18034624500007 - ], - [ - -117.329459107, - 33.18038944500006 - ], - [ - -117.32945892699996, - 33.18039000700003 - ], - [ - -117.32941047499997, - 33.18054187700005 - ], - [ - -117.32928280999994, - 33.18057052800003 - ], - [ - -117.32912312599996, - 33.18060025200003 - ], - [ - -117.32709056699997, - 33.18105364200005 - ], - [ - -117.32690598799996, - 33.18109481000005 - ], - [ - -117.32655354399998, - 33.18116048700006 - ], - [ - -117.32654357499996, - 33.18116222000003 - ], - [ - -117.32646799499997, - 33.18117536800003 - ], - [ - -117.32639435099998, - 33.18118939400006 - ], - [ - -117.32637186099998, - 33.18119403500003 - ], - [ - -117.326332773, - 33.18120208700003 - ], - [ - -117.32632102799994, - 33.18120450600003 - ], - [ - -117.32630872199996, - 33.18120723100003 - ], - [ - -117.32624803599998, - 33.18122067400003 - ], - [ - -117.32617537399994, - 33.181237940000074 - ], - [ - -117.326117093, - 33.18125271200006 - ], - [ - -117.326103091, - 33.181256260000055 - ], - [ - -117.32608842199994, - 33.18126021200004 - ], - [ - -117.32603119699996, - 33.18127562800004 - ], - [ - -117.32595971599994, - 33.18129606000008 - ], - [ - -117.325904488, - 33.18131274700005 - ], - [ - -117.32588866099996, - 33.18131752900007 - ], - [ - -117.32585845099999, - 33.18132716700006 - ], - [ - -117.32581808799995, - 33.181340043000034 - ], - [ - -117.32578440599997, - 33.18135135000006 - ], - [ - -117.32574796499995, - 33.181363582000074 - ], - [ - -117.325730304, - 33.181369817000075 - ], - [ - -117.32567834899999, - 33.18138815700007 - ], - [ - -117.325609252, - 33.18141374800007 - ], - [ - -117.32554071899995, - 33.18144034300008 - ], - [ - -117.32547271799996, - 33.18146795300004 - ], - [ - -117.325405317, - 33.18149654900003 - ], - [ - -117.32538928499997, - 33.18150364600007 - ], - [ - -117.32536781799996, - 33.18151315100005 - ], - [ - -117.32536723299995, - 33.18151340400004 - ], - [ - -117.32534428199995, - 33.18152357400004 - ], - [ - -117.32533851599999, - 33.181526129000076 - ], - [ - -117.32527234099996, - 33.18155668300005 - ], - [ - -117.32523751099995, - 33.18157344200006 - ], - [ - -117.32520681399996, - 33.181588212000065 - ], - [ - -117.32519498299996, - 33.18159413600006 - ], - [ - -117.32514194399994, - 33.18162069700003 - ], - [ - -117.32507775799996, - 33.18165412500008 - ], - [ - -117.32503372099995, - 33.18168126900002 - ], - [ - -117.32502211999997, - 33.18168842000006 - ], - [ - -117.32496607699994, - 33.18171571900007 - ], - [ - -117.32493047199995, - 33.181732176000025 - ], - [ - -117.32489450699995, - 33.18174811200004 - ], - [ - -117.32486885299994, - 33.181759009000075 - ], - [ - -117.32485824099996, - 33.181763516000046 - ], - [ - -117.32484602099998, - 33.18176848400003 - ], - [ - -117.32484547299998, - 33.18176870600007 - ], - [ - -117.32482166299997, - 33.18177837800005 - ], - [ - -117.32478477199999, - 33.181792708000046 - ], - [ - -117.32474757999995, - 33.181806496000036 - ], - [ - -117.32471012199994, - 33.181819733000054 - ], - [ - -117.32467238599997, - 33.18183241600008 - ], - [ - -117.32463439699995, - 33.181844538000064 - ], - [ - -117.32459616399996, - 33.181856106000055 - ], - [ - -117.32455768999995, - 33.181867114000056 - ], - [ - -117.32451899699998, - 33.181877549000035 - ], - [ - -117.32448009499996, - 33.181887421000056 - ], - [ - -117.324411409, - 33.18190429400005 - ], - [ - -117.32434237899997, - 33.181920149000064 - ], - [ - -117.32427303099996, - 33.18193499800003 - ], - [ - -117.32420338799994, - 33.18194881900007 - ], - [ - -117.32413346199996, - 33.18196162300006 - ], - [ - -117.324063288, - 33.18197339000005 - ], - [ - -117.32399559999999, - 33.18198371500006 - ], - [ - -117.32399288799996, - 33.181984131000036 - ], - [ - -117.32392226399998, - 33.18199383000007 - ], - [ - -117.32385143899995, - 33.182002503000035 - ], - [ - -117.32379124299996, - 33.18200883700007 - ], - [ - -117.32373091699998, - 33.18201429000004 - ], - [ - -117.32367048599997, - 33.182018853000045 - ], - [ - -117.32360997299998, - 33.182022525000036 - ], - [ - -117.32354938999998, - 33.18202531700007 - ], - [ - -117.32348876199995, - 33.18202720900007 - ], - [ - -117.32342809899995, - 33.182028219000074 - ], - [ - -117.32336742599995, - 33.182028339000055 - ], - [ - -117.32330675299994, - 33.18202755600004 - ], - [ - -117.32324611599995, - 33.18202589400005 - ], - [ - -117.32318551399999, - 33.18202333900007 - ], - [ - -117.323124985, - 33.18201989200003 - ], - [ - -117.32306452799997, - 33.18201556300005 - ], - [ - -117.32300416599998, - 33.18201034300006 - ], - [ - -117.32294393399997, - 33.182004240000026 - ], - [ - -117.32288383199995, - 33.18199724600004 - ], - [ - -117.32268911199998, - 33.18196054300006 - ], - [ - -117.32257679899999, - 33.18193701900003 - ], - [ - -117.32246499499996, - 33.18191181700007 - ], - [ - -117.32235372599996, - 33.181884997000054 - ], - [ - -117.32224302499998, - 33.18185654700005 - ], - [ - -117.32213294099995, - 33.18182646900004 - ], - [ - -117.32202349599999, - 33.181794781000065 - ], - [ - -117.32191472699998, - 33.18176149300007 - ], - [ - -117.32180666699998, - 33.18172661400007 - ], - [ - -117.32169934199999, - 33.18169015500007 - ], - [ - -117.32161207299998, - 33.18165900500003 - ], - [ - -117.32159279899997, - 33.18165212400004 - ], - [ - -117.32149714899998, - 33.181618111000034 - ], - [ - -117.32140806499996, - 33.18158643100003 - ], - [ - -117.32125204299996, - 33.18153388800005 - ], - [ - -117.32109496799995, - 33.18148363900008 - ], - [ - -117.32093687199995, - 33.18143570700005 - ], - [ - -117.32077780499998, - 33.18139010900006 - ], - [ - -117.32061780999999, - 33.18134683900007 - ], - [ - -117.32061758199995, - 33.18134678000007 - ], - [ - -117.32061406899999, - 33.18134588500004 - ], - [ - -117.32045694199996, - 33.18130593700005 - ], - [ - -117.32036129699998, - 33.18128314200004 - ], - [ - -117.320295252, - 33.18126740100007 - ], - [ - -117.32029211399998, - 33.18126670300006 - ], - [ - -117.32025775399995, - 33.18125906100005 - ], - [ - -117.31866267899994, - 33.18080628200005 - ], - [ - -117.31857104599999, - 33.18078537900004 - ], - [ - -117.317702307, - 33.18058720200003 - ], - [ - -117.31767763699997, - 33.180582369000035 - ], - [ - -117.31592268599996, - 33.18023841100006 - ], - [ - -117.31516848799998, - 33.18014023300003 - ], - [ - -117.31514533199999, - 33.18006294500003 - ], - [ - -117.31508119699998, - 33.180052330000024 - ], - [ - -117.31503994199994, - 33.18010784100005 - ], - [ - -117.31502926599995, - 33.18012220500003 - ], - [ - -117.31458942799998, - 33.180068181000024 - ], - [ - -117.31172113999997, - 33.17971583700006 - ], - [ - -117.31163920899996, - 33.179705772000034 - ], - [ - -117.31159439899994, - 33.179700267000044 - ], - [ - -117.31152937499996, - 33.17969227900005 - ], - [ - -117.31152718899995, - 33.17969201000005 - ], - [ - -117.31128285699998, - 33.17966198800008 - ], - [ - -117.31079072399996, - 33.17948510600007 - ], - [ - -117.31079071899995, - 33.17948490900005 - ], - [ - -117.31078960199994, - 33.17948450700004 - ], - [ - -117.31078945899998, - 33.179484493000075 - ], - [ - -117.31076583, - 33.17947599900003 - ], - [ - -117.31020264799997, - 33.179273540000054 - ], - [ - -117.31002594799997, - 33.17929828600006 - ], - [ - -117.30968358799998, - 33.17952319500006 - ], - [ - -117.30968299799997, - 33.17952358200006 - ], - [ - -117.30963384799998, - 33.17955587000006 - ], - [ - -117.30947205299998, - 33.17957822600005 - ], - [ - -117.30947023899995, - 33.179578477000064 - ], - [ - -117.30946906899999, - 33.17957865400007 - ], - [ - -117.30911259299995, - 33.17963261400007 - ], - [ - -117.30894712699995, - 33.179656968000074 - ], - [ - -117.30870539499995, - 33.17969562800005 - ], - [ - -117.30844151199994, - 33.17974490100005 - ], - [ - -117.30817965899996, - 33.17980126600003 - ], - [ - -117.30792007899998, - 33.17986465100006 - ], - [ - -117.30766305599997, - 33.17993500400007 - ], - [ - -117.30740883399994, - 33.18001225300003 - ], - [ - -117.30715769799997, - 33.18009630700004 - ], - [ - -117.30692344099998, - 33.180181910000044 - ], - [ - -117.30641360299995, - 33.18027138200006 - ], - [ - -117.30610954199994, - 33.18032474000006 - ], - [ - -117.304019397, - 33.18111063200007 - ], - [ - -117.30337744699995, - 33.18127828000007 - ], - [ - -117.30321257399999, - 33.181449427000075 - ], - [ - -117.30146850899996, - 33.18203812300004 - ], - [ - -117.30099269699997, - 33.18200031500004 - ], - [ - -117.30011295999998, - 33.182448511000075 - ], - [ - -117.30003869399997, - 33.18229292900003 - ], - [ - -117.29952386699995, - 33.182340357000044 - ], - [ - -117.29937176499999, - 33.18235436900005 - ], - [ - -117.29937041899996, - 33.18224164700007 - ], - [ - -117.29936974499998, - 33.18222361100004 - ], - [ - -117.29936801799994, - 33.18217680600003 - ], - [ - -117.29936225999995, - 33.18202093700006 - ], - [ - -117.29936224, - 33.18202037200007 - ], - [ - -117.29934355899996, - 33.18151455700007 - ], - [ - -117.29933339699994, - 33.18123435800004 - ], - [ - -117.29932250899998, - 33.18093417000006 - ], - [ - -117.29927630399999, - 33.17966021900003 - ], - [ - -117.29927036599997, - 33.179534810000064 - ], - [ - -117.29920651599997, - 33.177915589000065 - ], - [ - -117.29920583699999, - 33.177812317000075 - ], - [ - -117.29920575799997, - 33.17780015500006 - ], - [ - -117.29920145999995, - 33.17768472800003 - ], - [ - -117.29918367699997, - 33.17720721400008 - ], - [ - -117.29915768599994, - 33.17650944600007 - ], - [ - -117.29900814299998, - 33.17600543700007 - ], - [ - -117.29889122399999, - 33.17561137900003 - ], - [ - -117.29889116299995, - 33.175611176000075 - ], - [ - -117.29887756199997, - 33.17556533700008 - ], - [ - -117.29740438799996, - 33.175592547000065 - ], - [ - -117.29668875599998, - 33.17560576100004 - ], - [ - -117.29628772799998, - 33.17561316000007 - ], - [ - -117.29583676899995, - 33.175621480000075 - ], - [ - -117.29558776199997, - 33.17562607600007 - ], - [ - -117.29543745899997, - 33.17562884700004 - ], - [ - -117.29529022199995, - 33.17563156700004 - ], - [ - -117.29514991899998, - 33.17563415200004 - ], - [ - -117.29501574099999, - 33.17563662600003 - ], - [ - -117.29482316499997, - 33.17564017900003 - ], - [ - -117.29469265599994, - 33.17564258500005 - ], - [ - -117.29456174299997, - 33.17564499900004 - ], - [ - -117.29443433299997, - 33.17564735000008 - ], - [ - -117.29430034799998, - 33.17564982000005 - ], - [ - -117.29416617099997, - 33.17565229400003 - ], - [ - -117.29403921299996, - 33.17565463500006 - ], - [ - -117.29362331799996, - 33.175662302000035 - ], - [ - -117.29285592399998, - 33.17567644500008 - ], - [ - -117.29277257599995, - 33.17567798400006 - ], - [ - -117.292342551, - 33.17566169400004 - ], - [ - -117.29227093599997, - 33.175662862000024 - ], - [ - -117.29195187799996, - 33.175668073000054 - ], - [ - -117.29189645799994, - 33.17566897800003 - ], - [ - -117.29183860499995, - 33.175669922000054 - ], - [ - -117.29163822199996, - 33.175673190000055 - ], - [ - -117.29140472399996, - 33.175676999000075 - ], - [ - -117.29136727899999, - 33.17567761000004 - ], - [ - -117.29110555299997, - 33.17568188000007 - ], - [ - -117.29084072899997, - 33.175686201000076 - ], - [ - -117.29063175199997, - 33.175689609000074 - ], - [ - -117.29038305999995, - 33.17569366400005 - ], - [ - -117.29014642099997, - 33.175697522000064 - ], - [ - -117.28994563699996, - 33.17570079700005 - ], - [ - -117.28974260399997, - 33.17570410800005 - ], - [ - -117.28956501099998, - 33.175707001000035 - ], - [ - -117.28953642199997, - 33.17570743300007 - ], - [ - -117.28939836599994, - 33.175709520000055 - ], - [ - -117.28932343499997, - 33.17571065100003 - ], - [ - -117.28923498899997, - 33.175711989000035 - ], - [ - -117.28910702699994, - 33.17571392200006 - ], - [ - -117.28906832499996, - 33.175714507000066 - ], - [ - -117.28891802099997, - 33.17571693100007 - ], - [ - -117.28889132699999, - 33.17571736100007 - ], - [ - -117.28878402499998, - 33.17571908900004 - ], - [ - -117.28863045699995, - 33.175721562000035 - ], - [ - -117.288434382, - 33.17572472200004 - ], - [ - -117.28837178899994, - 33.17572567700006 - ], - [ - -117.28829026999995, - 33.175726928000074 - ], - [ - -117.28822525899994, - 33.17572792500005 - ], - [ - -117.28811008499997, - 33.175729690000026 - ], - [ - -117.28793769299995, - 33.17573233000007 - ], - [ - -117.28784564199998, - 33.17573380500005 - ], - [ - -117.28773259899998, - 33.175735615000065 - ], - [ - -117.28764686399995, - 33.17573698800004 - ], - [ - -117.28762040099997, - 33.175737412000046 - ], - [ - -117.28758747799998, - 33.17573794000003 - ], - [ - -117.28732248199998, - 33.17574218200008 - ], - [ - -117.28731028699997, - 33.17574237700006 - ], - [ - -117.28717632099995, - 33.175744447000056 - ], - [ - -117.28706467199999, - 33.175746169000035 - ], - [ - -117.286921426, - 33.17574837800004 - ], - [ - -117.28688548199995, - 33.17574891400005 - ], - [ - -117.28682283499995, - 33.17574984600003 - ], - [ - -117.28667962599997, - 33.17575197800005 - ], - [ - -117.28660684699997, - 33.175753060000034 - ], - [ - -117.286499887, - 33.17575465200002 - ], - [ - -117.28632343499999, - 33.175757254000075 - ], - [ - -117.28630118999996, - 33.175757857000065 - ], - [ - -117.28609767999995, - 33.17576337500003 - ], - [ - -117.28609741499997, - 33.17576110300007 - ], - [ - -117.28609735599997, - 33.175760592000074 - ], - [ - -117.28588732299994, - 33.17576391000006 - ], - [ - -117.28588713299996, - 33.175763913000026 - ], - [ - -117.28588726099997, - 33.17576529100006 - ], - [ - -117.28568952399996, - 33.17576720300008 - ], - [ - -117.28567968999994, - 33.17576729800004 - ], - [ - -117.28551631799996, - 33.17576996300005 - ], - [ - -117.28537810999995, - 33.17577221700003 - ], - [ - -117.28535618499996, - 33.17577257500005 - ], - [ - -117.28531937999998, - 33.175773176000064 - ], - [ - -117.28519281599995, - 33.175775239000075 - ], - [ - -117.28502614799999, - 33.175777958000026 - ], - [ - -117.28486603799996, - 33.175780333000034 - ], - [ - -117.28459790999995, - 33.17578431100003 - ], - [ - -117.28446736999996, - 33.175786248000065 - ], - [ - -117.28425761399996, - 33.175789558000076 - ], - [ - -117.28421574699996, - 33.17579021800003 - ], - [ - -117.28417217899994, - 33.17579058100006 - ], - [ - -117.28391674899996, - 33.17579271200003 - ], - [ - -117.28391649599996, - 33.17579271400007 - ], - [ - -117.283915875, - 33.175715557000046 - ], - [ - -117.28391545699998, - 33.175663549000035 - ], - [ - -117.28391521499998, - 33.17563338900004 - ], - [ - -117.28391402399996, - 33.175484906000065 - ], - [ - -117.283912526, - 33.175298019000024 - ], - [ - -117.28390988899997, - 33.17481169100006 - ], - [ - -117.28390927599997, - 33.174698876000036 - ], - [ - -117.28390823599995, - 33.174434346000055 - ], - [ - -117.28390791399994, - 33.17435257600005 - ], - [ - -117.28390552899998, - 33.17397925600005 - ], - [ - -117.28390494999996, - 33.17388865000004 - ], - [ - -117.28390449099999, - 33.173816645000045 - ], - [ - -117.28390429799998, - 33.17378097100004 - ], - [ - -117.28390204799996, - 33.173366188000045 - ], - [ - -117.283901389, - 33.17324498800008 - ], - [ - -117.28303548899999, - 33.172982853000065 - ], - [ - -117.282854177, - 33.173052840000025 - ], - [ - -117.28275894799998, - 33.17308959800005 - ], - [ - -117.28274947099999, - 33.17309301200004 - ], - [ - -117.28274909099997, - 33.173093151000046 - ], - [ - -117.28168823799996, - 33.17347506700003 - ], - [ - -117.28167277399996, - 33.173479505000046 - ], - [ - -117.28165742699997, - 33.17348422200007 - ], - [ - -117.281642203, - 33.173489208000035 - ], - [ - -117.28162710499998, - 33.17349446000003 - ], - [ - -117.28162490699998, - 33.173495270000046 - ], - [ - -117.28162474399994, - 33.17349533000004 - ], - [ - -117.28161213799996, - 33.17349998000003 - ], - [ - -117.28159731199997, - 33.17350575900008 - ], - [ - -117.28158263699999, - 33.17351179900004 - ], - [ - -117.28156811099996, - 33.17351809400003 - ], - [ - -117.28155374699998, - 33.17352464500004 - ], - [ - -117.28153955299996, - 33.17353144700007 - ], - [ - -117.28152552499995, - 33.17353849500006 - ], - [ - -117.28151167599998, - 33.17354579100004 - ], - [ - -117.28149801099994, - 33.17355333000006 - ], - [ - -117.28148453899996, - 33.17356110400004 - ], - [ - -117.28147126799996, - 33.173569119000035 - ], - [ - -117.28145819399998, - 33.173577359000035 - ], - [ - -117.28144532699997, - 33.17358583200007 - ], - [ - -117.28143267399997, - 33.173594526000045 - ], - [ - -117.28090904299995, - 33.17391580000003 - ], - [ - -117.28089839299997, - 33.17412202600008 - ], - [ - -117.28031782899996, - 33.17422305000002 - ], - [ - -117.28004899399997, - 33.17416567600003 - ], - [ - -117.27957407199995, - 33.174064319000024 - ], - [ - -117.27957410899995, - 33.17418474500005 - ], - [ - -117.279574315, - 33.17486688200006 - ], - [ - -117.27957435499997, - 33.17499330100003 - ], - [ - -117.27957456799999, - 33.17568499500004 - ], - [ - -117.27957459799995, - 33.17577937300007 - ], - [ - -117.27840894399998, - 33.17577809000005 - ], - [ - -117.27797310999995, - 33.175777606000054 - ], - [ - -117.27792052099994, - 33.17577758500005 - ], - [ - -117.27772798199999, - 33.175777509000056 - ], - [ - -117.27771326299995, - 33.17577750400005 - ], - [ - -117.27754852699996, - 33.17577743900006 - ], - [ - -117.27749918799998, - 33.17577742100008 - ], - [ - -117.27740582999996, - 33.17577738400007 - ], - [ - -117.27727037999995, - 33.17577733100006 - ], - [ - -117.2770154899999, - 33.17577723000005 - ], - [ - -117.27680303899996, - 33.175777149000055 - ], - [ - -117.27665947799994, - 33.17577709200003 - ], - [ - -117.27659711999996, - 33.17577706700007 - ], - [ - -117.27646083299999, - 33.17577701300007 - ], - [ - -117.27639123799997, - 33.17577698500003 - ], - [ - -117.27618205299996, - 33.17577690300004 - ], - [ - -117.27597286099996, - 33.17577682000007 - ], - [ - -117.27566915799997, - 33.17577669700006 - ], - [ - -117.27531574099999, - 33.17577655500003 - ], - [ - -117.27527345099998, - 33.17577653700005 - ], - [ - -117.27527311499995, - 33.17585332700003 - ], - [ - -117.27527256099995, - 33.175979933000065 - ], - [ - -117.27527265199996, - 33.17617060500004 - ], - [ - -117.27527272099996, - 33.17631249900006 - ], - [ - -117.27527279599997, - 33.176474667000036 - ], - [ - -117.27527283399996, - 33.176556436000055 - ], - [ - -117.27527287399994, - 33.176642307000066 - ], - [ - -117.27527297599994, - 33.176853949000076 - ], - [ - -117.27527360299996, - 33.17718520500006 - ], - [ - -117.27514941099997, - 33.177187537000066 - ], - [ - -117.27495316499994, - 33.177187969000045 - ], - [ - -117.27438425099996, - 33.177189215000055 - ], - [ - -117.274244093, - 33.17718952300004 - ], - [ - -117.27310658399995, - 33.17717967500005 - ], - [ - -117.27300686299998, - 33.177179126000055 - ], - [ - -117.272403253, - 33.17717580300007 - ], - [ - -117.27219464899997, - 33.177174652000076 - ], - [ - -117.27210833, - 33.177174179000076 - ], - [ - -117.27210803499997, - 33.17717417700004 - ], - [ - -117.272107985, - 33.17717417500006 - ], - [ - -117.27150824499995, - 33.17717086500005 - ], - [ - -117.27112167799999, - 33.177166311000065 - ], - [ - -117.270959082, - 33.17716439000003 - ], - [ - -117.27094792699995, - 33.176206293000064 - ], - [ - -117.27094533299999, - 33.175983451000036 - ], - [ - -117.27093892399995, - 33.17543301300003 - ], - [ - -117.270936238, - 33.17520239300006 - ], - [ - -117.27093111299996, - 33.17476219300005 - ], - [ - -117.27093111199997, - 33.17476210500007 - ], - [ - -117.27091617199994, - 33.17347902600005 - ], - [ - -117.27091487799999, - 33.173358257000075 - ], - [ - -117.27091355199997, - 33.173234456000046 - ], - [ - -117.27091040499994, - 33.17294071200007 - ], - [ - -117.27091022299999, - 33.17292371100007 - ], - [ - -117.27090686699995, - 33.17261057700006 - ], - [ - -117.27089458899997, - 33.171464671000024 - ], - [ - -117.270885223, - 33.170590623000066 - ], - [ - -117.27087880499994, - 33.16999175400008 - ], - [ - -117.27087856599996, - 33.16996951600004 - ], - [ - -117.27087839199999, - 33.16995302500004 - ], - [ - -117.27087836599998, - 33.16995028100007 - ], - [ - -117.27087689899997, - 33.169799123000075 - ], - [ - -117.27087280799998, - 33.16945010200004 - ], - [ - -117.27087027399995, - 33.169186266000054 - ], - [ - -117.27086798899995, - 33.16899389300005 - ], - [ - -117.27086681299994, - 33.16887085900004 - ], - [ - -117.27086614999996, - 33.16880151200007 - ], - [ - -117.27086438099997, - 33.16861623500006 - ], - [ - -117.27086431299995, - 33.168609135000054 - ], - [ - -117.27086331199996, - 33.16850471500004 - ], - [ - -117.270862605, - 33.16844698400007 - ], - [ - -117.27086223299995, - 33.168416757000045 - ], - [ - -117.27085987299995, - 33.16822438300005 - ], - [ - -117.270859842, - 33.16821298600007 - ], - [ - -117.27085943999998, - 33.168068832000074 - ], - [ - -117.27085937499999, - 33.168045171000074 - ], - [ - -117.270859353, - 33.16803748600006 - ], - [ - -117.2708586, - 33.16797973000007 - ], - [ - -117.27085677199995, - 33.16783962200003 - ], - [ - -117.27085785, - 33.167686798000034 - ], - [ - -117.27085810999995, - 33.16764995800003 - ], - [ - -117.27085617699998, - 33.167457581000065 - ], - [ - -117.27085693099997, - 33.16726793000004 - ], - [ - -117.27085540699994, - 33.16712291500005 - ], - [ - -117.27085485199996, - 33.16707005600006 - ], - [ - -117.27085442199996, - 33.167051825000044 - ], - [ - -117.27084972699998, - 33.16685318100008 - ], - [ - -117.27084927499999, - 33.16683406100003 - ], - [ - -117.27084632999998, - 33.16658169100003 - ], - [ - -117.27084357999996, - 33.16636112500004 - ], - [ - -117.27084048799998, - 33.16611321400006 - ], - [ - -117.27082418299995, - 33.16480589400004 - ], - [ - -117.27081852899994, - 33.164352507000046 - ], - [ - -117.270789386, - 33.16226845700004 - ], - [ - -117.27079610599998, - 33.161674137000034 - ], - [ - -117.270797185, - 33.161578700000064 - ], - [ - -117.270797013, - 33.161562555000046 - ], - [ - -117.27079701799994, - 33.16153232600004 - ], - [ - -117.27079709099996, - 33.161004614000035 - ], - [ - -117.27078963599996, - 33.160515942000075 - ], - [ - -117.27076950699995, - 33.15919633200008 - ], - [ - -117.27076304899998, - 33.158343959000035 - ], - [ - -117.27076194899996, - 33.15819868300002 - ], - [ - -117.27075974499996, - 33.157907720000026 - ], - [ - -117.27075732699996, - 33.15758856300005 - ], - [ - -117.27075595599996, - 33.157453899000075 - ], - [ - -117.27074596099999, - 33.156472730000075 - ], - [ - -117.27073646999997, - 33.15554111700004 - ], - [ - -117.2707240299999, - 33.15432000200008 - ], - [ - -117.27071715599999, - 33.15364520600008 - ], - [ - -117.270711469, - 33.15308695900006 - ], - [ - -117.27071146799994, - 33.15308691000007 - ], - [ - -117.26950261699994, - 33.15309685900007 - ], - [ - -117.26836228399998, - 33.153097212000034 - ], - [ - -117.26834267799995, - 33.153097219000074 - ], - [ - -117.26814993, - 33.153097280000054 - ], - [ - -117.26786947699998, - 33.153097365000065 - ], - [ - -117.26743327499997, - 33.15309749700003 - ], - [ - -117.267012347, - 33.153097622000075 - ], - [ - -117.26701188599998, - 33.153097622000075 - ], - [ - -117.26627289399994, - 33.153097840000044 - ], - [ - -117.26598802899997, - 33.15309792200003 - ], - [ - -117.26596396099995, - 33.15309792900007 - ], - [ - -117.26516139199998, - 33.153098157000045 - ], - [ - -117.26479732999996, - 33.153098260000036 - ], - [ - -117.264696185, - 33.153098287000034 - ], - [ - -117.26417290899997, - 33.153098432000036 - ], - [ - -117.26206537499996, - 33.153098991000036 - ], - [ - -117.26185675199997, - 33.15309904500003 - ], - [ - -117.26185675, - 33.153099127000075 - ], - [ - -117.26185586499997, - 33.15315700800005 - ], - [ - -117.26184817499995, - 33.15365982000003 - ], - [ - -117.26183676799997, - 33.15439286800006 - ], - [ - -117.26182922699996, - 33.154877516000056 - ], - [ - -117.26182866999994, - 33.15491327700005 - ], - [ - -117.26182863599996, - 33.15491370600006 - ], - [ - -117.26182749999998, - 33.154929123000045 - ], - [ - -117.26014488099997, - 33.15712919900005 - ], - [ - -117.25939651299996, - 33.15810226800005 - ], - [ - -117.25938351399998, - 33.15811916800004 - ], - [ - -117.25922940299995, - 33.158319550000044 - ], - [ - -117.25920518599997, - 33.158351036000056 - ], - [ - -117.25916470799996, - 33.15840107300005 - ], - [ - -117.25913312199998, - 33.15843767400003 - ], - [ - -117.25912574599994, - 33.15844648700005 - ], - [ - -117.25880189199995, - 33.15887511600005 - ], - [ - -117.25872781699996, - 33.15897189900005 - ], - [ - -117.25865374099999, - 33.159068682000054 - ], - [ - -117.25858211899998, - 33.15916226400003 - ], - [ - -117.25850656799997, - 33.15926097200003 - ], - [ - -117.25843380899994, - 33.15935574400004 - ], - [ - -117.25835578599998, - 33.15945764300005 - ], - [ - -117.25828562299995, - 33.15954928800005 - ], - [ - -117.25821152999998, - 33.159646063000025 - ], - [ - -117.258139885, - 33.15973963500005 - ], - [ - -117.25806578999999, - 33.15983640700006 - ], - [ - -117.2579917, - 33.15993318000005 - ], - [ - -117.25792354199996, - 33.160022199000025 - ], - [ - -117.25784989199997, - 33.16011839600003 - ], - [ - -117.25777727099995, - 33.16021323800004 - ], - [ - -117.25769925199995, - 33.16031514200006 - ], - [ - -117.25769416799994, - 33.16032178200004 - ], - [ - -117.25762122999998, - 33.16041704500003 - ], - [ - -117.25751993299997, - 33.16054868000003 - ], - [ - -117.25740914999994, - 33.16069263600008 - ], - [ - -117.25733135899998, - 33.16079371500007 - ], - [ - -117.25731686499995, - 33.160812548000024 - ], - [ - -117.25664184899995, - 33.16168969100005 - ], - [ - -117.25658615299994, - 33.16175894000003 - ], - [ - -117.25652637899998, - 33.16183325500003 - ], - [ - -117.25631811299996, - 33.162104734000025 - ], - [ - -117.25607891899995, - 33.16241672900003 - ], - [ - -117.25587685799997, - 33.162679913000034 - ], - [ - -117.25570929699995, - 33.16289832700005 - ], - [ - -117.25560709599995, - 33.16303154900004 - ], - [ - -117.25551225299995, - 33.163155173000064 - ], - [ - -117.25541569799998, - 33.16327966800003 - ], - [ - -117.25540313, - 33.16329603600008 - ], - [ - -117.25532227399998, - 33.163401330000056 - ], - [ - -117.25522245699995, - 33.163531317000036 - ], - [ - -117.25513220099998, - 33.163647436000076 - ], - [ - -117.25511940799998, - 33.163664080000046 - ], - [ - -117.25511619599996, - 33.163668296000026 - ], - [ - -117.25494878099994, - 33.16388809000006 - ], - [ - -117.25477198899995, - 33.164115088000074 - ], - [ - -117.25470422499995, - 33.164203058000055 - ], - [ - -117.25455269099996, - 33.164399771000035 - ], - [ - -117.25440138899995, - 33.16459616000003 - ], - [ - -117.25430923399995, - 33.164715786000045 - ], - [ - -117.25426291399998, - 33.164775915000064 - ], - [ - -117.25421806299994, - 33.164834135000035 - ], - [ - -117.25412442699997, - 33.16495568600004 - ], - [ - -117.25403440999997, - 33.16507193700005 - ], - [ - -117.25394222799997, - 33.16519154800005 - ], - [ - -117.25391022999997, - 33.16523306300007 - ], - [ - -117.25385394399996, - 33.16530693500005 - ], - [ - -117.25376376999998, - 33.165423101000044 - ], - [ - -117.25366715799998, - 33.16554756600004 - ], - [ - -117.253570745, - 33.16567214100007 - ], - [ - -117.25348360499999, - 33.16578512500007 - ], - [ - -117.25347456799994, - 33.16579684300007 - ], - [ - -117.253465716, - 33.16580832000005 - ], - [ - -117.25337838999997, - 33.16592154400007 - ], - [ - -117.25328073299994, - 33.16604816900008 - ], - [ - -117.25314873999997, - 33.166222393000055 - ], - [ - -117.253075777, - 33.166317047000064 - ], - [ - -117.25285015699995, - 33.16661302500006 - ], - [ - -117.25282573699997, - 33.166645059000075 - ], - [ - -117.25282564599996, - 33.16664517900006 - ], - [ - -117.252781283, - 33.16670337700003 - ], - [ - -117.25277071599999, - 33.166717240000025 - ], - [ - -117.25274948999999, - 33.16674508600005 - ], - [ - -117.25264323199997, - 33.16688406000003 - ], - [ - -117.25260781699996, - 33.166930379000064 - ], - [ - -117.252292265, - 33.16734245500004 - ], - [ - -117.25210226499996, - 33.16758860700003 - ], - [ - -117.25132210399994, - 33.168606354000076 - ], - [ - -117.25079695, - 33.169291421000025 - ], - [ - -117.25056697199994, - 33.169595955000034 - ], - [ - -117.25057049799995, - 33.16959948500005 - ], - [ - -117.24888419699994, - 33.171760981000034 - ], - [ - -117.24889258099995, - 33.17176487300003 - ], - [ - -117.24995146799995, - 33.17225638300005 - ], - [ - -117.250005279, - 33.17228136700004 - ], - [ - -117.25025975399996, - 33.17239948400004 - ], - [ - -117.25102381, - 33.17275412500004 - ], - [ - -117.25106317399997, - 33.17277239600003 - ], - [ - -117.25172632199997, - 33.17308019700005 - ], - [ - -117.25184123699995, - 33.17313353600008 - ], - [ - -117.25184164599995, - 33.173133722000046 - ], - [ - -117.25184205499994, - 33.17313391400006 - ], - [ - -117.25238441999994, - 33.173385651000046 - ], - [ - -117.25296078999997, - 33.17365316300004 - ], - [ - -117.25345494799996, - 33.17385599200003 - ], - [ - -117.25373160599997, - 33.174010717000044 - ], - [ - -117.25454567199995, - 33.17438570000007 - ], - [ - -117.2553214499999, - 33.17474303900008 - ], - [ - -117.25539869699998, - 33.174777422000034 - ], - [ - -117.25540103799995, - 33.174778504000074 - ], - [ - -117.25563611799998, - 33.17488710900005 - ], - [ - -117.25563630699997, - 33.17488719700003 - ], - [ - -117.256142061, - 33.17512084500004 - ], - [ - -117.25698742199995, - 33.17551138300007 - ], - [ - -117.25758766099995, - 33.17578702700007 - ], - [ - -117.25768726499996, - 33.17583276700003 - ], - [ - -117.25785373999997, - 33.17590897400004 - ], - [ - -117.258721875, - 33.17630636900003 - ], - [ - -117.25953379199996, - 33.176678020000054 - ], - [ - -117.26021388499998, - 33.17699140800005 - ], - [ - -117.26022959299996, - 33.176998645000026 - ], - [ - -117.26061419799998, - 33.17717587200008 - ], - [ - -117.26104060399996, - 33.177372356000035 - ], - [ - -117.261468848, - 33.17756968300006 - ], - [ - -117.26168071499995, - 33.177667308000025 - ], - [ - -117.26186666999996, - 33.177752991000034 - ], - [ - -117.26227089099996, - 33.17793924700004 - ], - [ - -117.262501698, - 33.17804305800007 - ], - [ - -117.26251618599997, - 33.17804970700007 - ], - [ - -117.26267260599997, - 33.17812149900004 - ], - [ - -117.26308973, - 33.17831295000008 - ], - [ - -117.26345063799994, - 33.17847859600005 - ], - [ - -117.26381223099997, - 33.17864455300003 - ], - [ - -117.263970014, - 33.17871697100003 - ], - [ - -117.26417508799994, - 33.178811092000046 - ], - [ - -117.264368532, - 33.178899874000024 - ], - [ - -117.26436868499997, - 33.17889994500007 - ], - [ - -117.26447605199996, - 33.17894922200003 - ], - [ - -117.26488731599994, - 33.179137970000056 - ], - [ - -117.26505405299997, - 33.179219268000054 - ], - [ - -117.26546603599996, - 33.17940946700003 - ], - [ - -117.26562734099997, - 33.17948393200004 - ], - [ - -117.26567487299997, - 33.17950587300004 - ], - [ - -117.26595454099999, - 33.179634978000024 - ], - [ - -117.26615461799997, - 33.17972733900007 - ], - [ - -117.26629737099995, - 33.17979323800006 - ], - [ - -117.26646642599997, - 33.179871278000064 - ], - [ - -117.26652265099995, - 33.17989748900004 - ], - [ - -117.26654575799995, - 33.17990826000005 - ], - [ - -117.26654594699994, - 33.179908348000026 - ], - [ - -117.26654938299998, - 33.17990995100007 - ], - [ - -117.26658386799994, - 33.17992602500004 - ], - [ - -117.26688110699996, - 33.18006457900003 - ], - [ - -117.26703845799994, - 33.18013534200003 - ], - [ - -117.26723598199999, - 33.18022657500006 - ], - [ - -117.267327992, - 33.18026903600003 - ], - [ - -117.26758747499997, - 33.180388777000076 - ], - [ - -117.26788640599995, - 33.18052676600007 - ], - [ - -117.26794906999999, - 33.18055603900007 - ], - [ - -117.26829741299997, - 33.18071808800005 - ], - [ - -117.26872787999997, - 33.18091518700004 - ], - [ - -117.268872333, - 33.180980125000076 - ], - [ - -117.26890201699996, - 33.180993466000075 - ], - [ - -117.26931660799994, - 33.18118447400008 - ], - [ - -117.269476925, - 33.18125833400006 - ], - [ - -117.26979522499994, - 33.181404979000035 - ], - [ - -117.26993379299995, - 33.18146881900003 - ], - [ - -117.270186659, - 33.18158531300003 - ], - [ - -117.27042351199998, - 33.18169556000004 - ], - [ - -117.27053648099997, - 33.18174713600007 - ], - [ - -117.27069627999998, - 33.181820094000045 - ], - [ - -117.271011725, - 33.18196556700008 - ], - [ - -117.27103825599994, - 33.18197777700004 - ], - [ - -117.27131081199997, - 33.18210320700007 - ], - [ - -117.271475077, - 33.18217888000004 - ], - [ - -117.27184591799994, - 33.182349722000026 - ], - [ - -117.27196668499994, - 33.18240535800004 - ], - [ - -117.27196700499996, - 33.18240550400003 - ], - [ - -117.27199738299998, - 33.18241950000004 - ], - [ - -117.27217011199997, - 33.18249907300003 - ], - [ - -117.27217040799997, - 33.18249920900007 - ], - [ - -117.27225719599994, - 33.18253919000006 - ], - [ - -117.27228999599998, - 33.18255429900006 - ], - [ - -117.27246692399996, - 33.182635806000064 - ], - [ - -117.272822051, - 33.18279940300005 - ], - [ - -117.27307379799998, - 33.182915380000054 - ], - [ - -117.27311577599994, - 33.18293470700007 - ], - [ - -117.273773985, - 33.183237923000036 - ], - [ - -117.27381833499999, - 33.18319706200003 - ], - [ - -117.27387373999994, - 33.183146029000056 - ], - [ - -117.27387377399998, - 33.183145997000054 - ], - [ - -117.27387636399999, - 33.18314727100005 - ], - [ - -117.27408427199998, - 33.18295210700006 - ], - [ - -117.274094876, - 33.182940673000076 - ], - [ - -117.27413571099999, - 33.18289659200008 - ], - [ - -117.27425526899998, - 33.18278174100004 - ], - [ - -117.27437036599997, - 33.18267452900005 - ], - [ - -117.274486648, - 33.18256355800003 - ], - [ - -117.27456681299998, - 33.18243096900005 - ], - [ - -117.27459416699998, - 33.182383826000034 - ], - [ - -117.27459425499995, - 33.18238367500004 - ], - [ - -117.27464180599998, - 33.18230172800003 - ], - [ - -117.27471872499996, - 33.182169173000034 - ], - [ - -117.27477705399997, - 33.182068650000076 - ], - [ - -117.27480073799995, - 33.18203050500006 - ], - [ - -117.27487446099997, - 33.18190621400004 - ], - [ - -117.27491287299995, - 33.18183718700004 - ], - [ - -117.27494812099997, - 33.181776427000045 - ], - [ - -117.27498941099998, - 33.181704473000025 - ], - [ - -117.27502257799995, - 33.18164696500003 - ], - [ - -117.27509911199996, - 33.181514253000046 - ], - [ - -117.27517245699994, - 33.18138707500003 - ], - [ - -117.27519075299995, - 33.18135536500006 - ], - [ - -117.27521132299995, - 33.18136472500004 - ], - [ - -117.27536576799997, - 33.181434909000075 - ], - [ - -117.275474197, - 33.18148348200003 - ], - [ - -117.275547056, - 33.18151675200005 - ], - [ - -117.27623657999999, - 33.18183173600005 - ], - [ - -117.27628455799999, - 33.18189978600003 - ], - [ - -117.27628598799998, - 33.181897150000054 - ], - [ - -117.27631541999995, - 33.18188570800004 - ], - [ - -117.27638531999997, - 33.18185853600005 - ], - [ - -117.27657103999996, - 33.18178633800005 - ], - [ - -117.27670664399994, - 33.18173361700008 - ], - [ - -117.27673770799998, - 33.18172154400003 - ], - [ - -117.27737415999997, - 33.18147411700005 - ], - [ - -117.27737327099999, - 33.18153567300004 - ], - [ - -117.27737326, - 33.18153642500005 - ], - [ - -117.27769020799997, - 33.181359764000035 - ], - [ - -117.27813723299994, - 33.18111164800007 - ], - [ - -117.27816104099998, - 33.181098433000045 - ], - [ - -117.27825446599996, - 33.181097659000045 - ], - [ - -117.27838765599995, - 33.18102784200005 - ], - [ - -117.27846478499998, - 33.18110893100004 - ], - [ - -117.27886751199998, - 33.18153233100003 - ], - [ - -117.27886768099995, - 33.18210401500005 - ], - [ - -117.278266197, - 33.18209875400004 - ], - [ - -117.27816815099999, - 33.182098824000036 - ], - [ - -117.277787322, - 33.182095366000055 - ], - [ - -117.277377076, - 33.18209163800003 - ], - [ - -117.27737811799994, - 33.18233350600008 - ], - [ - -117.27738164999994, - 33.18341863300003 - ], - [ - -117.27738279699997, - 33.18341632100004 - ], - [ - -117.27738279799996, - 33.183416366000074 - ], - [ - -117.27738589999996, - 33.18367909700004 - ], - [ - -117.27738711899997, - 33.18367890900004 - ], - [ - -117.27738744299995, - 33.18367851200003 - ], - [ - -117.27744730299997, - 33.18366975200007 - ], - [ - -117.27748644499997, - 33.18366462900008 - ], - [ - -117.277525691, - 33.18366007900005 - ], - [ - -117.277565015, - 33.18365611000007 - ], - [ - -117.2776044299999, - 33.183652718000076 - ], - [ - -117.277643905, - 33.18364990300006 - ], - [ - -117.27768342999997, - 33.18364766800005 - ], - [ - -117.27772299599997, - 33.18364601600007 - ], - [ - -117.27776258799997, - 33.183644945000026 - ], - [ - -117.27780219899995, - 33.18364445200007 - ], - [ - -117.27780548199996, - 33.18364446000004 - ], - [ - -117.27784181499999, - 33.18364454700003 - ], - [ - -117.27789426399994, - 33.183641797000064 - ], - [ - -117.27802388999999, - 33.18365062300006 - ], - [ - -117.278106434, - 33.18366100500003 - ], - [ - -117.27819462199994, - 33.18368007500004 - ], - [ - -117.27827318299995, - 33.18370505200005 - ], - [ - -117.27832008699994, - 33.183723643000064 - ], - [ - -117.27831951099995, - 33.18372313100008 - ], - [ - -117.278331633, - 33.18372786300006 - ], - [ - -117.27838107999997, - 33.18375133400008 - ], - [ - -117.27844082599995, - 33.18378641400005 - ], - [ - -117.27852135799998, - 33.18372448700006 - ], - [ - -117.27849946499998, - 33.18367006500006 - ], - [ - -117.27849938199995, - 33.18366999400007 - ], - [ - -117.27850007399996, - 33.183654911000076 - ], - [ - -117.27889002899997, - 33.18332539200003 - ], - [ - -117.27892419099999, - 33.183296529000074 - ], - [ - -117.27957820899996, - 33.182722382000065 - ], - [ - -117.28000500599995, - 33.18234772200003 - ], - [ - -117.28000503399994, - 33.18234770400005 - ], - [ - -117.28001392099998, - 33.18233892200004 - ], - [ - -117.28001407199997, - 33.182338773000026 - ], - [ - -117.28001489599995, - 33.182337956000026 - ], - [ - -117.28001670199995, - 33.18233616500004 - ], - [ - -117.28002759499998, - 33.18232674500007 - ], - [ - -117.28003827299995, - 33.18231717500004 - ], - [ - -117.28004875699997, - 33.18230745200003 - ], - [ - -117.28005903699994, - 33.18229757600005 - ], - [ - -117.28006910499994, - 33.18228754100005 - ], - [ - -117.28007896999998, - 33.182277370000065 - ], - [ - -117.280088622, - 33.18226705200004 - ], - [ - -117.28009805899995, - 33.18225658700004 - ], - [ - -117.28010727399999, - 33.18224599700005 - ], - [ - -117.28011627199999, - 33.18223526700007 - ], - [ - -117.28012503399998, - 33.18222441100005 - ], - [ - -117.28013358399994, - 33.18221341900005 - ], - [ - -117.28014294699994, - 33.182200857000055 - ], - [ - -117.28014339099997, - 33.18220024000004 - ], - [ - -117.28014355, - 33.18220001900005 - ], - [ - -117.28014998199995, - 33.182191096000054 - ], - [ - -117.28015783199999, - 33.182179733000055 - ], - [ - -117.28016545799994, - 33.18216827200007 - ], - [ - -117.28017282099995, - 33.18215669700004 - ], - [ - -117.28017994899994, - 33.18214502400008 - ], - [ - -117.28018683999994, - 33.182133244000056 - ], - [ - -117.28019348299995, - 33.18212136400007 - ], - [ - -117.28019987699997, - 33.18210939100004 - ], - [ - -117.28020602299995, - 33.18209732100007 - ], - [ - -117.28021191999994, - 33.18208516300007 - ], - [ - -117.28021755999998, - 33.182072928000025 - ], - [ - -117.28022294699997, - 33.18206060500006 - ], - [ - -117.28022807699995, - 33.18204820600005 - ], - [ - -117.28023294499997, - 33.18203574000006 - ], - [ - -117.28023755199996, - 33.182023195000056 - ], - [ - -117.28023758999996, - 33.182023092000065 - ], - [ - -117.28023762499998, - 33.18202298700004 - ], - [ - -117.28024190599996, - 33.18201058400007 - ], - [ - -117.28024599499997, - 33.18199791700005 - ], - [ - -117.28025215899999, - 33.18198532900004 - ], - [ - -117.28025618099997, - 33.18197605300003 - ], - [ - -117.28026157299996, - 33.181963078000024 - ], - [ - -117.28026672699997, - 33.181950038000025 - ], - [ - -117.28027163599995, - 33.18193693100005 - ], - [ - -117.280276303, - 33.181923762000054 - ], - [ - -117.28028072399997, - 33.181910532000074 - ], - [ - -117.28028490299994, - 33.18189724700005 - ], - [ - -117.28028883499996, - 33.18188391000007 - ], - [ - -117.28029252099998, - 33.181870522000054 - ], - [ - -117.28029595299995, - 33.18185708900006 - ], - [ - -117.28029914299998, - 33.181843608000065 - ], - [ - -117.28030207999996, - 33.18183009100005 - ], - [ - -117.28030476999999, - 33.18181653900007 - ], - [ - -117.28030720599997, - 33.181802952000055 - ], - [ - -117.280309392, - 33.18178933100006 - ], - [ - -117.28031132299998, - 33.18177568900006 - ], - [ - -117.28031300699996, - 33.18176201700004 - ], - [ - -117.280314434, - 33.18174832900007 - ], - [ - -117.28031560699998, - 33.18173462300007 - ], - [ - -117.28031652499999, - 33.18172090200005 - ], - [ - -117.28031719699999, - 33.181707172000074 - ], - [ - -117.28031761099999, - 33.181693436000046 - ], - [ - -117.28031776799997, - 33.18167969600006 - ], - [ - -117.28031767399995, - 33.18166595500003 - ], - [ - -117.28031732499994, - 33.18165221500004 - ], - [ - -117.28031672199995, - 33.18163848200004 - ], - [ - -117.28031686399999, - 33.18109428200006 - ], - [ - -117.28171642899997, - 33.18128722100005 - ], - [ - -117.28171659499998, - 33.18128724400003 - ], - [ - -117.28396468799997, - 33.18159712200003 - ], - [ - -117.28396481099998, - 33.18170155700005 - ], - [ - -117.28396492299998, - 33.18180049700004 - ], - [ - -117.28396504899996, - 33.181904931000076 - ], - [ - -117.28396234499996, - 33.18205116400003 - ], - [ - -117.28395794099998, - 33.18228939800008 - ], - [ - -117.28395551199998, - 33.18242092300005 - ], - [ - -117.28395497599996, - 33.18244982500005 - ], - [ - -117.28395595999996, - 33.18259540200006 - ], - [ - -117.283956908, - 33.18273584900004 - ], - [ - -117.28395892499998, - 33.18303491300003 - ], - [ - -117.28395882499996, - 33.183044962000054 - ], - [ - -117.28395775299998, - 33.18315097200008 - ], - [ - -117.28395442599998, - 33.183481037000035 - ], - [ - -117.28395260699995, - 33.18366159900006 - ], - [ - -117.28395146499997, - 33.18377506300004 - ], - [ - -117.28396983599998, - 33.183773881000036 - ], - [ - -117.28411696499995, - 33.18376441000004 - ], - [ - -117.28439084999997, - 33.18374690500008 - ], - [ - -117.28446317899994, - 33.183742282000026 - ], - [ - -117.284842073, - 33.18371744800004 - ], - [ - -117.28487864899995, - 33.18371504900006 - ], - [ - -117.28513926199997, - 33.18369816100005 - ], - [ - -117.28530584999999, - 33.18368852400005 - ], - [ - -117.28568147599998, - 33.183666147000054 - ], - [ - -117.28579571399996, - 33.18365866900007 - ], - [ - -117.28591666399996, - 33.18365319000003 - ], - [ - -117.28624653399999, - 33.18363119300005 - ], - [ - -117.28643923399994, - 33.18361859000004 - ], - [ - -117.28677902299995, - 33.18359781200007 - ], - [ - -117.28684693699995, - 33.18359365800006 - ], - [ - -117.28697816799996, - 33.18358563400005 - ], - [ - -117.28700432699998, - 33.183584035000024 - ], - [ - -117.287324389, - 33.18356446200005 - ], - [ - -117.28752035699995, - 33.183551829000066 - ], - [ - -117.28787313799995, - 33.183532386000024 - ], - [ - -117.28806797599998, - 33.18351934900005 - ], - [ - -117.28807282899999, - 33.18355819800007 - ], - [ - -117.28807619399998, - 33.183569196000064 - ], - [ - -117.28808293699996, - 33.18358169100003 - ], - [ - -117.28809237099995, - 33.18359288900007 - ], - [ - -117.28810415799995, - 33.18360237500008 - ], - [ - -117.288117866, - 33.183609818000036 - ], - [ - -117.28813300399997, - 33.18361494000004 - ], - [ - -117.28814744299996, - 33.18361730300006 - ], - [ - -117.28816533699995, - 33.18361758400005 - ], - [ - -117.28818136599995, - 33.18361500900005 - ], - [ - -117.28826483599994, - 33.183591066000076 - ], - [ - -117.28826431299996, - 33.18427120100006 - ], - [ - -117.28826423899994, - 33.184361402000036 - ], - [ - -117.28826291699994, - 33.18608522200003 - ], - [ - -117.288260907, - 33.186700924000036 - ], - [ - -117.28816287299998, - 33.18669347700006 - ], - [ - -117.28701488999997, - 33.186690283000075 - ], - [ - -117.28692989999996, - 33.186690045000034 - ], - [ - -117.28688355199995, - 33.186689526000066 - ], - [ - -117.28678932599996, - 33.186688470000036 - ], - [ - -117.28633168199997, - 33.18668816200005 - ], - [ - -117.28618133499998, - 33.186688057000026 - ], - [ - -117.285658163, - 33.18667318900003 - ], - [ - -117.28567482999995, - 33.18678883000007 - ], - [ - -117.28568903799999, - 33.18688741500006 - ], - [ - -117.28570801099994, - 33.18701908200006 - ], - [ - -117.28571311199994, - 33.187060418000044 - ], - [ - -117.2857297, - 33.18719480400006 - ], - [ - -117.28571752299996, - 33.18723338700005 - ], - [ - -117.28567150199996, - 33.18737921300004 - ], - [ - -117.28566360599996, - 33.18740424200007 - ], - [ - -117.28560970599995, - 33.187575034000076 - ], - [ - -117.28555749799995, - 33.187740459000054 - ], - [ - -117.28553749999998, - 33.18780382500006 - ], - [ - -117.28551539999995, - 33.18786997300003 - ], - [ - -117.28553288899997, - 33.18790556600004 - ], - [ - -117.28562371299995, - 33.18809040700006 - ], - [ - -117.28562850299994, - 33.188100157000065 - ], - [ - -117.28568621399995, - 33.188217604000045 - ], - [ - -117.28573628299995, - 33.188324452000074 - ], - [ - -117.28583616499998, - 33.18852995800006 - ], - [ - -117.28588392399996, - 33.18862822500006 - ], - [ - -117.28591329999995, - 33.18868870000006 - ], - [ - -117.285987692, - 33.18884177100006 - ], - [ - -117.28606484, - 33.18900050900004 - ], - [ - -117.28608827199997, - 33.18904703700008 - ], - [ - -117.28614193199996, - 33.18916202500003 - ], - [ - -117.28621899099994, - 33.189320793000036 - ], - [ - -117.28629918299998, - 33.18948234100003 - ], - [ - -117.28632697199998, - 33.189539506000074 - ], - [ - -117.28637795199995, - 33.189644377000036 - ], - [ - -117.286459015, - 33.18981114300004 - ], - [ - -117.28654284199996, - 33.18998357500004 - ], - [ - -117.28669577699998, - 33.190295932000026 - ], - [ - -117.28669796899999, - 33.19029595600006 - ], - [ - -117.28683199299996, - 33.19029735200007 - ], - [ - -117.28692623699999, - 33.19029833400003 - ], - [ - -117.28705758599995, - 33.19029970300005 - ], - [ - -117.28709939699996, - 33.19030014000003 - ], - [ - -117.28715237199998, - 33.19030029400005 - ], - [ - -117.287332484, - 33.19029984400004 - ], - [ - -117.28753816899996, - 33.190304715000025 - ], - [ - -117.28773431499997, - 33.19030582200003 - ], - [ - -117.28773541599998, - 33.19047896600006 - ], - [ - -117.28773653599995, - 33.190654960000074 - ], - [ - -117.28773765299997, - 33.19083058500007 - ], - [ - -117.28773875699994, - 33.19100389700003 - ], - [ - -117.28773987899996, - 33.19117980800007 - ], - [ - -117.2877410299999, - 33.191361173000075 - ], - [ - -117.28774220099996, - 33.19154532300007 - ], - [ - -117.28774332299997, - 33.191721218000055 - ], - [ - -117.28774444399994, - 33.19189711200005 - ], - [ - -117.28774571999998, - 33.192097741000055 - ], - [ - -117.28774591499996, - 33.192114229000026 - ], - [ - -117.28774752899994, - 33.19225164000005 - ], - [ - -117.28774773999999, - 33.192270878000045 - ], - [ - -117.28774875299996, - 33.192438535000065 - ], - [ - -117.28774904899996, - 33.19248799200005 - ], - [ - -117.28774993499997, - 33.19263641300006 - ], - [ - -117.28775013299997, - 33.19266938800007 - ], - [ - -117.28775108099995, - 33.19282880800006 - ], - [ - -117.28775125099997, - 33.19285627600004 - ], - [ - -117.28775180499997, - 33.19294903600007 - ], - [ - -117.28775221999996, - 33.193018437000035 - ], - [ - -117.28775234499994, - 33.19304041000004 - ], - [ - -117.28775332899994, - 33.19320532100005 - ], - [ - -117.28775343099994, - 33.193221814000026 - ], - [ - -117.28775448, - 33.19339770100004 - ], - [ - -117.28775559599995, - 33.193584583000074 - ], - [ - -117.28775615399996, - 33.19367803800003 - ], - [ - -117.28775663, - 33.19375775100008 - ], - [ - -117.28775771099998, - 33.19393912600003 - ], - [ - -117.28761059399994, - 33.193937722000044 - ], - [ - -117.28750594399997, - 33.19393671900008 - ], - [ - -117.28710056799997, - 33.19393284600005 - ], - [ - -117.287061301, - 33.19393247100004 - ], - [ - -117.28696921399995, - 33.193931590000034 - ], - [ - -117.28660032299996, - 33.193928062000055 - ], - [ - -117.28607072499995, - 33.19392299800006 - ], - [ - -117.28601753299995, - 33.19392204500008 - ], - [ - -117.285966084, - 33.19392112600008 - ], - [ - -117.28574046399996, - 33.19391855500004 - ], - [ - -117.285269041, - 33.193912703000024 - ], - [ - -117.28526903399995, - 33.19391321300003 - ], - [ - -117.28506119199994, - 33.19391833800006 - ], - [ - -117.28484964899997, - 33.19391621700004 - ], - [ - -117.28483786899994, - 33.19391609500008 - ], - [ - -117.284645034, - 33.193914164000034 - ], - [ - -117.28463224899997, - 33.19391403700007 - ], - [ - -117.28443535199995, - 33.19391206000006 - ], - [ - -117.284426183, - 33.19391196600003 - ], - [ - -117.28422684399999, - 33.19390996800007 - ], - [ - -117.284226258, - 33.19390996200008 - ], - [ - -117.28422566699999, - 33.19390995500004 - ], - [ - -117.28403373699996, - 33.193908030000046 - ], - [ - -117.284015991, - 33.19390785100006 - ], - [ - -117.28385073799996, - 33.19390619100005 - ], - [ - -117.283806374, - 33.19390574800008 - ], - [ - -117.28365452999998, - 33.19390422400005 - ], - [ - -117.28359669599996, - 33.193903642000066 - ], - [ - -117.28345844599994, - 33.19390225600006 - ], - [ - -117.28338704499998, - 33.193901535000066 - ], - [ - -117.28326217799997, - 33.193900281000026 - ], - [ - -117.28317458799995, - 33.193899403000046 - ], - [ - -117.28306931099996, - 33.19389834900005 - ], - [ - -117.2829698099999, - 33.193897347000075 - ], - [ - -117.28286995199994, - 33.19389634200007 - ], - [ - -117.28273597199995, - 33.19389499500005 - ], - [ - -117.28267369499997, - 33.193894371000056 - ], - [ - -117.28253985499998, - 33.19389302600007 - ], - [ - -117.28248090199997, - 33.19389243300003 - ], - [ - -117.28234373799995, - 33.19389105500005 - ], - [ - -117.28227827399996, - 33.193888 - ], - [ - -117.28208866199998, - 33.19388661700003 - ], - [ - -117.28202323699998, - 33.193886141000064 - ], - [ - -117.28190558499995, - 33.19388528200005 - ], - [ - -117.28186478199996, - 33.19388523600003 - ], - [ - -117.28171922699994, - 33.19388506900003 - ], - [ - -117.28169959599995, - 33.193883784000036 - ], - [ - -117.281509944, - 33.19388240200004 - ], - [ - -117.28133668099997, - 33.19388113800005 - ], - [ - -117.28131053699997, - 33.19388094900006 - ], - [ - -117.28111765699998, - 33.19387954000007 - ], - [ - -117.28107189999997, - 33.19387945900007 - ], - [ - -117.28091496999997, - 33.19387806200007 - ], - [ - -117.280718821, - 33.19387663100002 - ], - [ - -117.28062398199995, - 33.193875726000044 - ], - [ - -117.28046068799995, - 33.193874169000026 - ], - [ - -117.28014016199995, - 33.19387346000008 - ], - [ - -117.28005362799996, - 33.193870281000045 - ], - [ - -117.27968281799997, - 33.19386908900003 - ], - [ - -117.27968245199997, - 33.19386908800004 - ], - [ - -117.27967918299998, - 33.19386910900005 - ], - [ - -117.27964073599998, - 33.19386936300003 - ], - [ - -117.27963995899995, - 33.19386936800004 - ], - [ - -117.27961379399994, - 33.19386954200007 - ], - [ - -117.27961144799997, - 33.19404777200003 - ], - [ - -117.27960000299998, - 33.19491926100005 - ], - [ - -117.27959788799996, - 33.195576290000076 - ], - [ - -117.27959837299994, - 33.19590934200005 - ], - [ - -117.27959838399994, - 33.19591229200006 - ], - [ - -117.27959862199998, - 33.19608195700005 - ], - [ - -117.279596428, - 33.196285286000034 - ], - [ - -117.27959185599997, - 33.19728865900004 - ], - [ - -117.27959381099998, - 33.19773384100006 - ], - [ - -117.27959070699995, - 33.198025108000024 - ], - [ - -117.27959014899994, - 33.19810683800006 - ], - [ - -117.27959010799998, - 33.19811247100006 - ], - [ - -117.27958709499995, - 33.198552852000034 - ], - [ - -117.27958058899998, - 33.19923816600004 - ], - [ - -117.27958015899998, - 33.199283715000035 - ], - [ - -117.27957985199998, - 33.199315797000054 - ], - [ - -117.27957832099997, - 33.19947719900006 - ], - [ - -117.27957933299996, - 33.199490180000055 - ], - [ - -117.27958481499996, - 33.19998200600003 - ], - [ - -117.279584791, - 33.20001604600003 - ], - [ - -117.27958445499996, - 33.20045567100004 - ], - [ - -117.27958530299998, - 33.200497754000025 - ], - [ - -117.27958596399998, - 33.200531055000056 - ], - [ - -117.27958704999998, - 33.20058543400006 - ], - [ - -117.27959013699996, - 33.20104569400007 - ], - [ - -117.27959030299996, - 33.20105174200006 - ], - [ - -117.27959343199996, - 33.20159788400008 - ], - [ - -117.27958726199995, - 33.20208138000004 - ], - [ - -117.27958502699994, - 33.20227400600004 - ], - [ - -117.27958524799999, - 33.202887402000044 - ], - [ - -117.27958527399994, - 33.20296581800005 - ], - [ - -117.27958528999994, - 33.20301836400006 - ], - [ - -117.27958553399998, - 33.20370887900003 - ], - [ - -117.27958309199994, - 33.20462398500007 - ], - [ - -117.27958299399995, - 33.204660739000076 - ], - [ - -117.27958287099995, - 33.20470540400004 - ], - [ - -117.27958246399999, - 33.20485828100004 - ], - [ - -117.27954632899997, - 33.20485914600005 - ], - [ - -117.27950095899996, - 33.20485894800004 - ], - [ - -117.27882413299994, - 33.20485357500007 - ], - [ - -117.27805413199997, - 33.20484903800008 - ], - [ - -117.27791316599996, - 33.204848206000065 - ], - [ - -117.27744010199996, - 33.20484542300005 - ], - [ - -117.27727633299997, - 33.20484444300007 - ], - [ - -117.27727433099994, - 33.204844431000026 - ], - [ - -117.27654761599996, - 33.20484112100007 - ], - [ - -117.27517034399995, - 33.20483483000004 - ], - [ - -117.27455566599997, - 33.20483201800005 - ], - [ - -117.27363527999995, - 33.20482779500003 - ], - [ - -117.27363249299998, - 33.204869049000024 - ], - [ - -117.27363462299996, - 33.20514112800004 - ], - [ - -117.27363601899998, - 33.205319788000054 - ], - [ - -117.27363741199997, - 33.20549841900004 - ], - [ - -117.27363851399997, - 33.20563910900006 - ], - [ - -117.27363883199996, - 33.20567979700007 - ], - [ - -117.27363911099997, - 33.20571552500007 - ], - [ - -117.27343313199998, - 33.20571462800007 - ], - [ - -117.27324350799995, - 33.20571380000007 - ], - [ - -117.27305059399998, - 33.20571296000003 - ], - [ - -117.27284463899997, - 33.20571206200003 - ], - [ - -117.272527444, - 33.20571067800006 - ], - [ - -117.27245986099996, - 33.20571038300005 - ], - [ - -117.27233126799996, - 33.20570982100003 - ], - [ - -117.27233037499997, - 33.206141451000065 - ], - [ - -117.27233002099996, - 33.20631201900005 - ], - [ - -117.27232953499998, - 33.20654541700003 - ], - [ - -117.2723294, - 33.20661133900006 - ], - [ - -117.27212594499997, - 33.20660789900006 - ], - [ - -117.27191339099994, - 33.20660428300005 - ], - [ - -117.27171388099998, - 33.206600894000076 - ], - [ - -117.27150459199999, - 33.20659733900004 - ], - [ - -117.27130846399996, - 33.20659400400007 - ], - [ - -117.27091336299998, - 33.20658728800004 - ], - [ - -117.27091368499998, - 33.20666103100007 - ], - [ - -117.27091373599995, - 33.20667247100005 - ], - [ - -117.27091354099997, - 33.206870371000036 - ], - [ - -117.27091392299997, - 33.20696930400004 - ], - [ - -117.27091504499998, - 33.20706549300007 - ], - [ - -117.27091401699994, - 33.207145335000064 - ], - [ - -117.27091407999995, - 33.207263391000026 - ], - [ - -117.27091347799995, - 33.20731858400006 - ], - [ - -117.27091327599999, - 33.20747503100006 - ], - [ - -117.27091257599994, - 33.20749151700005 - ], - [ - -117.27091212299996, - 33.20766743300004 - ], - [ - -117.27091247199996, - 33.207686670000044 - ], - [ - -117.27091166799994, - 33.20784340200004 - ], - [ - -117.27091151899998, - 33.20790105800006 - ], - [ - -117.27091122899998, - 33.20801389700006 - ], - [ - -117.27091095999998, - 33.208118193000075 - ], - [ - -117.27091057599995, - 33.20821718800005 - ], - [ - -117.27091025099998, - 33.208338076000075 - ], - [ - -117.27091017799995, - 33.20836556300003 - ], - [ - -117.27084642399996, - 33.20836608600007 - ], - [ - -117.27044634199996, - 33.20836937900003 - ], - [ - -117.27034826399995, - 33.20837018700007 - ], - [ - -117.27025015499999, - 33.20836824400004 - ], - [ - -117.26986428199996, - 33.20836441900008 - ], - [ - -117.26979563799995, - 33.20836373800006 - ], - [ - -117.269657726, - 33.20836296700003 - ], - [ - -117.26911555299995, - 33.208359924000035 - ], - [ - -117.26880163399994, - 33.20835816300007 - ], - [ - -117.26873625299999, - 33.208358700000076 - ], - [ - -117.26836350099995, - 33.208355478000044 - ], - [ - -117.26788322199997, - 33.20835253600006 - ], - [ - -117.26765394399996, - 33.208351090000065 - ], - [ - -117.26746786499996, - 33.20835000900007 - ], - [ - -117.26746225699998, - 33.20834997700007 - ], - [ - -117.26745990299997, - 33.208349963000046 - ], - [ - -117.267455897, - 33.20834994000006 - ], - [ - -117.26742891099997, - 33.208349783000074 - ], - [ - -117.26742483899994, - 33.20834975900004 - ], - [ - -117.26708661299995, - 33.208347794000076 - ], - [ - -117.26708190199997, - 33.20834776700008 - ], - [ - -117.26704902399996, - 33.20834757600005 - ], - [ - -117.26679607799997, - 33.20834610600008 - ], - [ - -117.26665991599998, - 33.20834531600008 - ], - [ - -117.26654691699997, - 33.208344658000044 - ], - [ - -117.26617638399995, - 33.20852006600006 - ], - [ - -117.26599797299997, - 33.20860452000005 - ], - [ - -117.26597594299994, - 33.20861494800005 - ], - [ - -117.26577279799994, - 33.20871111400004 - ], - [ - -117.265599082, - 33.20879334700004 - ], - [ - -117.26556965299994, - 33.20880727800005 - ], - [ - -117.265368218, - 33.20890263000007 - ], - [ - -117.26535844499995, - 33.20890725700008 - ], - [ - -117.26514379799994, - 33.209008865000044 - ], - [ - -117.265139934, - 33.209010696000064 - ], - [ - -117.26510131199996, - 33.20902897800005 - ], - [ - -117.26509393699996, - 33.20903246900008 - ], - [ - -117.26491934499995, - 33.20911511200006 - ], - [ - -117.26481221599994, - 33.209165824000024 - ], - [ - -117.26475057999994, - 33.20919667700008 - ], - [ - -117.26454963999998, - 33.209291574000076 - ], - [ - -117.26452467699994, - 33.20930336200007 - ], - [ - -117.26436519599997, - 33.209378677000075 - ], - [ - -117.26417139499995, - 33.20947020400007 - ], - [ - -117.26397233999995, - 33.20956421100004 - ], - [ - -117.26377465499996, - 33.20965756700008 - ], - [ - -117.26352464299998, - 33.20977564000003 - ], - [ - -117.26300429499997, - 33.21001625500003 - ], - [ - -117.26297382699994, - 33.21003086400003 - ], - [ - -117.26265386699998, - 33.210184285000025 - ], - [ - -117.26230814199994, - 33.21035004400005 - ], - [ - -117.26221169699994, - 33.21039629400008 - ], - [ - -117.26220905399998, - 33.210497436000026 - ], - [ - -117.26221359199997, - 33.21073748900005 - ], - [ - -117.26221655499995, - 33.210885706000056 - ], - [ - -117.26221595299995, - 33.210959923000075 - ], - [ - -117.26221625599999, - 33.210979802000054 - ], - [ - -117.26221914599995, - 33.21116603200005 - ], - [ - -117.26222169699997, - 33.211330918000044 - ], - [ - -117.26222152899999, - 33.211369398000045 - ], - [ - -117.262224458, - 33.21157001100005 - ], - [ - -117.262229876, - 33.21176785800003 - ], - [ - -117.26223033099996, - 33.21179533900005 - ], - [ - -117.26223216299996, - 33.211960232000024 - ], - [ - -117.26223242499998, - 33.21197672100004 - ], - [ - -117.26223416799996, - 33.21213336900007 - ], - [ - -117.26223422199996, - 33.21214757600006 - ], - [ - -117.26223404499996, - 33.212309281000046 - ], - [ - -117.26223489999995, - 33.21247417400008 - ], - [ - -117.26223495999994, - 33.21249341300006 - ], - [ - -117.26223550299994, - 33.212666805000026 - ], - [ - -117.26224168999994, - 33.212857523000025 - ], - [ - -117.26224490199996, - 33.213115592000065 - ], - [ - -117.26224660899999, - 33.21325300400002 - ], - [ - -117.26224832199995, - 33.21339041400006 - ], - [ - -117.26224845599995, - 33.21340119800004 - ], - [ - -117.26225037599994, - 33.213555306000046 - ], - [ - -117.26225229099998, - 33.21370920500004 - ], - [ - -117.26224222599996, - 33.21396024100005 - ], - [ - -117.26224593099994, - 33.21448406700006 - ], - [ - -117.26224726699996, - 33.214672965000034 - ], - [ - -117.26224754499998, - 33.21471233900007 - ], - [ - -117.26225256199996, - 33.21542166000006 - ], - [ - -117.26225305199995, - 33.215490904000035 - ], - [ - -117.26225312499997, - 33.21550159700007 - ], - [ - -117.262253548, - 33.21556080300007 - ], - [ - -117.26225356199996, - 33.21562939700004 - ], - [ - -117.26225382299998, - 33.21668798500008 - ], - [ - -117.26225391599996, - 33.217070367000076 - ], - [ - -117.26225398699995, - 33.217358053000055 - ], - [ - -117.26225406799995, - 33.21766251300005 - ], - [ - -117.26224004999995, - 33.218526274000055 - ], - [ - -117.26224008799994, - 33.21857573900007 - ], - [ - -117.26224018699997, - 33.218699412000035 - ], - [ - -117.26224032099998, - 33.218866751000064 - ], - [ - -117.262240422, - 33.21899349500006 - ], - [ - -117.26224053099997, - 33.21913093300003 - ], - [ - -117.26212369799998, - 33.21916967000004 - ], - [ - -117.26211656399994, - 33.21917203500004 - ], - [ - -117.26194272799995, - 33.219229674000076 - ], - [ - -117.260418588, - 33.219563840000035 - ], - [ - -117.25966154499997, - 33.219729812000026 - ], - [ - -117.25955234899999, - 33.21975375200003 - ], - [ - -117.25885453299998, - 33.21990673300007 - ], - [ - -117.25878949399998, - 33.21992048200008 - ], - [ - -117.25872418499995, - 33.21993327400003 - ], - [ - -117.25865861399996, - 33.21994510600007 - ], - [ - -117.258636014, - 33.21994883800005 - ], - [ - -117.25859280999998, - 33.219955973000026 - ], - [ - -117.25855880699999, - 33.219961080000076 - ], - [ - -117.25852678499996, - 33.21996587600006 - ], - [ - -117.25846057899997, - 33.21997481000005 - ], - [ - -117.25839418599998, - 33.219982765000054 - ], - [ - -117.25832763999995, - 33.21998974200005 - ], - [ - -117.25826094099995, - 33.219995750000066 - ], - [ - -117.25821838699994, - 33.21999895000005 - ], - [ - -117.25820571899999, - 33.219999904000076 - ], - [ - -117.25819416099995, - 33.22000077300004 - ], - [ - -117.25812971099998, - 33.22000467000004 - ], - [ - -117.25812849199997, - 33.22000474400005 - ], - [ - -117.25806030499996, - 33.22000787700006 - ], - [ - -117.25799328699998, - 33.22000995900004 - ], - [ - -117.25786671099996, - 33.220011198000066 - ], - [ - -117.25748497499995, - 33.219969364000065 - ], - [ - -117.25747348299996, - 33.21996837300003 - ], - [ - -117.25745722399995, - 33.21996691600003 - ], - [ - -117.25744097399996, - 33.21996540300006 - ], - [ - -117.25742473599996, - 33.219963832000076 - ], - [ - -117.25740849899995, - 33.21996220700004 - ], - [ - -117.25739227099996, - 33.21996052600008 - ], - [ - -117.25737605399996, - 33.219958795000025 - ], - [ - -117.25735984499994, - 33.21995699900003 - ], - [ - -117.25734364399995, - 33.21995515100008 - ], - [ - -117.25732745299996, - 33.21995324900007 - ], - [ - -117.25731126999995, - 33.219951292000076 - ], - [ - -117.25729509499996, - 33.21994928000004 - ], - [ - -117.25727893499999, - 33.219947209000054 - ], - [ - -117.25726278399998, - 33.21994508600005 - ], - [ - -117.25724664099994, - 33.21994290900005 - ], - [ - -117.25723050599998, - 33.21994067400004 - ], - [ - -117.25721438799997, - 33.219938383000056 - ], - [ - -117.25719827699999, - 33.21993604000005 - ], - [ - -117.25718218099996, - 33.21993364000008 - ], - [ - -117.25716609399996, - 33.21993118300003 - ], - [ - -117.257150019, - 33.21992867600005 - ], - [ - -117.25713395699995, - 33.219926110000074 - ], - [ - -117.25711791099997, - 33.21992349100003 - ], - [ - -117.25710187299995, - 33.21992081500008 - ], - [ - -117.25708584999995, - 33.219918085000074 - ], - [ - -117.25706983999999, - 33.21991530100007 - ], - [ - -117.25705383599995, - 33.219912461000035 - ], - [ - -117.25703785199994, - 33.21990956800005 - ], - [ - -117.257021894, - 33.219906620000074 - ], - [ - -117.25700593799996, - 33.219903619000036 - ], - [ - -117.25699000099996, - 33.21990056000004 - ], - [ - -117.25697407599995, - 33.219897451000065 - ], - [ - -117.256958167, - 33.21989428300003 - ], - [ - -117.256942273, - 33.219891061000055 - ], - [ - -117.25692639399995, - 33.219887785000026 - ], - [ - -117.25691053399999, - 33.219884457000035 - ], - [ - -117.25689468599995, - 33.21988107200008 - ], - [ - -117.25687885999997, - 33.21987763300007 - ], - [ - -117.25686304599998, - 33.21987414300003 - ], - [ - -117.25684725099995, - 33.21987059600008 - ], - [ - -117.25683147299998, - 33.21986699300004 - ], - [ - -117.25681571599995, - 33.21986334200005 - ], - [ - -117.25679997199995, - 33.219859634000045 - ], - [ - -117.25678424499995, - 33.21985587000006 - ], - [ - -117.25676853699997, - 33.219852057000026 - ], - [ - -117.25675285399996, - 33.21984818400006 - ], - [ - -117.25673718399997, - 33.21984426300003 - ], - [ - -117.25672153499994, - 33.21984028600008 - ], - [ - -117.25670590399994, - 33.219836255000075 - ], - [ - -117.25669029599999, - 33.219832170000075 - ], - [ - -117.25667716399994, - 33.219828687000074 - ], - [ - -117.25667470199994, - 33.219828034000045 - ], - [ - -117.256659131, - 33.21982384300003 - ], - [ - -117.25664358299997, - 33.21981960000005 - ], - [ - -117.25662805299999, - 33.219815303000075 - ], - [ - -117.25661254699997, - 33.219810951000056 - ], - [ - -117.25659705899994, - 33.219806550000044 - ], - [ - -117.25658159299996, - 33.219802094000045 - ], - [ - -117.256562966, - 33.21979664400004 - ], - [ - -117.25655072799998, - 33.21979302500006 - ], - [ - -117.25653532499996, - 33.219788411000025 - ], - [ - -117.25651995699997, - 33.21978374500003 - ], - [ - -117.25650459499997, - 33.21977902400005 - ], - [ - -117.25648924999996, - 33.21977424800008 - ], - [ - -117.25647395699997, - 33.21976942500004 - ], - [ - -117.25645867199995, - 33.21976454900005 - ], - [ - -117.25644340999997, - 33.219759622000026 - ], - [ - -117.25643250899998, - 33.21975605700004 - ], - [ - -117.25642817399995, - 33.21975463900003 - ], - [ - -117.25641295999998, - 33.21974960600005 - ], - [ - -117.25639777199996, - 33.21974452100005 - ], - [ - -117.25638260899996, - 33.21973938100007 - ], - [ - -117.25636747199997, - 33.21973419400007 - ], - [ - -117.25635235599998, - 33.21972895400006 - ], - [ - -117.25633726499996, - 33.21972365700003 - ], - [ - -117.256322206, - 33.21971831500008 - ], - [ - -117.25630717099995, - 33.21971292000006 - ], - [ - -117.25629216099998, - 33.219707475000064 - ], - [ - -117.25627717699996, - 33.21970197400003 - ], - [ - -117.25626222299996, - 33.21969642600004 - ], - [ - -117.25624729199995, - 33.21969082500004 - ], - [ - -117.25623238799994, - 33.21968517100004 - ], - [ - -117.25621751499995, - 33.219679470000074 - ], - [ - -117.25620266799996, - 33.219673715000056 - ], - [ - -117.256187851, - 33.21966791300002 - ], - [ - -117.256173059, - 33.21966205700005 - ], - [ - -117.25615829399999, - 33.21965614900006 - ], - [ - -117.25614356399996, - 33.21965019500004 - ], - [ - -117.25612886, - 33.219644188000075 - ], - [ - -117.25611418299997, - 33.21963813000008 - ], - [ - -117.25609953799994, - 33.219632027000046 - ], - [ - -117.25608491899999, - 33.21962586700005 - ], - [ - -117.25607033999995, - 33.219619658000056 - ], - [ - -117.25605577899995, - 33.21961340400003 - ], - [ - -117.256041257, - 33.21960709800004 - ], - [ - -117.25602675999994, - 33.21960074000003 - ], - [ - -117.256012296, - 33.21959433500007 - ], - [ - -117.25599786299995, - 33.21958787800003 - ], - [ - -117.25598345799995, - 33.21958137400003 - ], - [ - -117.25596909099994, - 33.21957482000005 - ], - [ - -117.25595475199998, - 33.21956822000004 - ], - [ - -117.25594045099996, - 33.21956156500005 - ], - [ - -117.25592617799998, - 33.21955485700005 - ], - [ - -117.25592343399995, - 33.21955356600006 - ], - [ - -117.255920646, - 33.219622309000044 - ], - [ - -117.25592058399997, - 33.21976020200003 - ], - [ - -117.25592055199996, - 33.21983097400005 - ], - [ - -117.25592045399998, - 33.22004261600006 - ], - [ - -117.25592037799998, - 33.22020753600003 - ], - [ - -117.25592030099995, - 33.22037792500004 - ], - [ - -117.25591861599997, - 33.22085645100003 - ], - [ - -117.25591799699998, - 33.221032079000054 - ], - [ - -117.25591824799994, - 33.22105406400004 - ], - [ - -117.25591670999995, - 33.22132970400003 - ], - [ - -117.25592191299995, - 33.221364668000035 - ], - [ - -117.25592184899995, - 33.221379712000044 - ], - [ - -117.25591675299995, - 33.221379625000054 - ], - [ - -117.25591763899996, - 33.22237013800003 - ], - [ - -117.25591835999995, - 33.22316960200004 - ], - [ - -117.25591837199994, - 33.22318407400007 - ], - [ - -117.254294443, - 33.22317299000008 - ], - [ - -117.25412257999994, - 33.22317181300008 - ], - [ - -117.25352919199997, - 33.22316774800004 - ], - [ - -117.25353180499997, - 33.22339585200007 - ], - [ - -117.25353039899994, - 33.22339582800004 - ], - [ - -117.25353040899995, - 33.22339749500003 - ], - [ - -117.25742716599996, - 33.22345497500004 - ], - [ - -117.25742686099994, - 33.22352643800008 - ], - [ - -117.25741292899994, - 33.22457447900007 - ], - [ - -117.26035778299996, - 33.22616576000007 - ], - [ - -117.26223574699998, - 33.227186248000066 - ], - [ - -117.26179458899998, - 33.22739185700004 - ], - [ - -117.26177923399996, - 33.227399055000035 - ], - [ - -117.261480485, - 33.22753910800003 - ], - [ - -117.26115950499997, - 33.227689584000075 - ], - [ - -117.26096395199994, - 33.22778125900004 - ], - [ - -117.260753148, - 33.22788008200007 - ], - [ - -117.26055120199999, - 33.22797475200008 - ], - [ - -117.26034923399999, - 33.22806943200004 - ], - [ - -117.26014730599996, - 33.22816409400008 - ], - [ - -117.25994537999998, - 33.228258751000055 - ], - [ - -117.25974727599998, - 33.22835161900008 - ], - [ - -117.25955172099998, - 33.228443291000076 - ], - [ - -117.25934340199996, - 33.22854094600007 - ], - [ - -117.25911347899995, - 33.228648726000074 - ], - [ - -117.25867490399997, - 33.22885431700007 - ], - [ - -117.25859009599998, - 33.22889528300004 - ], - [ - -117.25853373499996, - 33.22935781600006 - ], - [ - -117.258451042, - 33.229992795000044 - ], - [ - -117.25841474499998, - 33.23029199400003 - ], - [ - -117.25838510799997, - 33.23053626600006 - ], - [ - -117.25835724199999, - 33.230765989000076 - ], - [ - -117.25833446999997, - 33.230953673000045 - ], - [ - -117.25832948599998, - 33.230994757000076 - ], - [ - -117.25830374399999, - 33.23120695700004 - ], - [ - -117.25824805999997, - 33.23166404700004 - ], - [ - -117.258192082, - 33.23212300800003 - ], - [ - -117.25807781799995, - 33.23300908300007 - ], - [ - -117.25800229099997, - 33.23361392000004 - ], - [ - -117.25793104, - 33.23418450100007 - ], - [ - -117.25792977699996, - 33.23419462500004 - ], - [ - -117.25792943799996, - 33.23419733600008 - ], - [ - -117.25792909899997, - 33.23420005600008 - ], - [ - -117.25788967299997, - 33.23451579600004 - ], - [ - -117.25788959899995, - 33.234516393000035 - ], - [ - -117.25788958099997, - 33.23451654000007 - ], - [ - -117.25788954399997, - 33.23451683700006 - ], - [ - -117.25787893299997, - 33.23460208200004 - ], - [ - -117.25781082299994, - 33.23514927800005 - ], - [ - -117.25780486599996, - 33.235194860000036 - ], - [ - -117.25798125199998, - 33.23524201200007 - ], - [ - -117.25804130599994, - 33.235256623000055 - ], - [ - -117.25810168199996, - 33.23527036000007 - ], - [ - -117.25816230499998, - 33.23528321500004 - ], - [ - -117.25822320199995, - 33.235295165000025 - ], - [ - -117.25825702699996, - 33.23530128700003 - ], - [ - -117.25828432399999, - 33.235306223000066 - ], - [ - -117.25921458199997, - 33.23544635500008 - ], - [ - -117.25922355199998, - 33.23544770700005 - ], - [ - -117.25924073599998, - 33.235450290000074 - ], - [ - -117.25924739299995, - 33.235451295000075 - ], - [ - -117.25924747499994, - 33.23545130700006 - ], - [ - -117.25925835599998, - 33.23545284000005 - ], - [ - -117.25928468399997, - 33.23545654600008 - ], - [ - -117.26035070599994, - 33.235606665000034 - ], - [ - -117.261482947, - 33.23576609400004 - ], - [ - -117.26155524999996, - 33.23577627700007 - ], - [ - -117.26150284799996, - 33.235844893000035 - ], - [ - -117.26145966999997, - 33.235901418000026 - ], - [ - -117.26120845199995, - 33.23623033800004 - ], - [ - -117.26102907699999, - 33.236465192000026 - ], - [ - -117.26124760099998, - 33.236585406000074 - ], - [ - -117.26280743899997, - 33.23744346800004 - ], - [ - -117.26277164799995, - 33.23748947300004 - ], - [ - -117.26162871599996, - 33.23895844800006 - ], - [ - -117.26133787199996, - 33.23933223000006 - ], - [ - -117.26104701199995, - 33.239706021000075 - ], - [ - -117.26075615199994, - 33.240079810000054 - ], - [ - -117.26046762199996, - 33.24045061000004 - ], - [ - -117.26046541699998, - 33.24045344100006 - ], - [ - -117.26044727899995, - 33.24047657800003 - ], - [ - -117.26047475899998, - 33.240491650000024 - ], - [ - -117.26049559599994, - 33.24050306700008 - ], - [ - -117.260502154, - 33.24050666100004 - ], - [ - -117.26208101599997, - 33.24140968700004 - ], - [ - -117.26222668199995, - 33.24148444000008 - ], - [ - -117.26215675199995, - 33.24157698400006 - ], - [ - -117.260523375, - 33.24373865500007 - ], - [ - -117.26047075199995, - 33.243808296000054 - ], - [ - -117.25994568999994, - 33.244503131000045 - ], - [ - -117.259928157, - 33.24452633300007 - ], - [ - -117.25943916099999, - 33.24426315300008 - ], - [ - -117.25897363099995, - 33.244012601000065 - ], - [ - -117.25807121799994, - 33.243526906000056 - ], - [ - -117.25788521199996, - 33.24377082400002 - ], - [ - -117.25746070099996, - 33.244327519000024 - ], - [ - -117.25736906599997, - 33.24444768400008 - ], - [ - -117.25673415299997, - 33.24527304900005 - ], - [ - -117.25662121, - 33.24542002700008 - ], - [ - -117.25655559799998, - 33.245505413000046 - ], - [ - -117.25654337199995, - 33.24552132000008 - ], - [ - -117.25573743399997, - 33.246569392000026 - ], - [ - -117.25570717199997, - 33.24655310500003 - ], - [ - -117.25438421699994, - 33.24584115000005 - ], - [ - -117.25438239199997, - 33.245840162000036 - ], - [ - -117.25428876899997, - 33.245789700000046 - ], - [ - -117.25409554999999, - 33.24568290800005 - ], - [ - -117.25406686099996, - 33.24566703700003 - ], - [ - -117.25406550399998, - 33.24566627100006 - ], - [ - -117.25388056799994, - 33.24556213000005 - ], - [ - -117.253843271, - 33.24554319300006 - ], - [ - -117.25381506199994, - 33.245527614000025 - ], - [ - -117.25367649799995, - 33.24545109500008 - ], - [ - -117.25366373099996, - 33.24544398200004 - ], - [ - -117.25346252199995, - 33.245331892000024 - ], - [ - -117.25325188199997, - 33.24521816200007 - ], - [ - -117.25305105099994, - 33.24510434900003 - ], - [ - -117.25284698499996, - 33.24499331200008 - ], - [ - -117.25254681599995, - 33.24482345400003 - ], - [ - -117.25244539599998, - 33.24477118200008 - ], - [ - -117.25239468399997, - 33.24474307600008 - ], - [ - -117.25212280899996, - 33.244592391000026 - ], - [ - -117.25197134799998, - 33.24450845500007 - ], - [ - -117.25175061099998, - 33.24438707000007 - ], - [ - -117.25174965599996, - 33.244386543000076 - ], - [ - -117.25123769699997, - 33.24410439700006 - ], - [ - -117.25113478799994, - 33.244046602000026 - ], - [ - -117.25110099299997, - 33.24402741600005 - ], - [ - -117.25095932699998, - 33.24394911300004 - ], - [ - -117.25084571699995, - 33.243886306000036 - ], - [ - -117.25071624099996, - 33.24381473600005 - ], - [ - -117.25043162799994, - 33.24365740600007 - ], - [ - -117.25038284399994, - 33.24363043400007 - ], - [ - -117.25031984699996, - 33.24359560900007 - ], - [ - -117.25027221, - 33.24356927600007 - ], - [ - -117.25012876999995, - 33.243489984000064 - ], - [ - -117.24990757499995, - 33.24336770600007 - ], - [ - -117.24984552499996, - 33.24333340700008 - ], - [ - -117.24967459399994, - 33.24323890800002 - ], - [ - -117.24937110099995, - 33.243071142000076 - ], - [ - -117.24934011399995, - 33.24305402700003 - ], - [ - -117.24905148799996, - 33.24289445800002 - ], - [ - -117.248785984, - 33.24274768300006 - ], - [ - -117.24866291999996, - 33.24267965100006 - ], - [ - -117.24852840499994, - 33.24260528800005 - ], - [ - -117.24851270399995, - 33.242596614000036 - ], - [ - -117.24842631299998, - 33.24254884900006 - ], - [ - -117.24827775999995, - 33.24246672100003 - ], - [ - -117.248229832, - 33.24244023000006 - ], - [ - -117.24805744899999, - 33.24234492800008 - ], - [ - -117.24794631599997, - 33.24228349400005 - ], - [ - -117.24787021799995, - 33.24224142300005 - ], - [ - -117.24783606899996, - 33.24222254500006 - ], - [ - -117.24767723999997, - 33.242134736000025 - ], - [ - -117.24739248399999, - 33.241977321000036 - ], - [ - -117.24714606499998, - 33.241841082000064 - ], - [ - -117.24689963499998, - 33.241704853000044 - ], - [ - -117.24672479799995, - 33.24160819000008 - ], - [ - -117.24666965199998, - 33.24157769900006 - ], - [ - -117.24638331299997, - 33.24141939400005 - ], - [ - -117.24617200399996, - 33.24130260000004 - ], - [ - -117.24590171799997, - 33.24115316100006 - ], - [ - -117.24584667499994, - 33.241122725000025 - ], - [ - -117.24515409299994, - 33.240739794000035 - ], - [ - -117.24515291899996, - 33.24073914400003 - ], - [ - -117.24495111599998, - 33.24062757300004 - ], - [ - -117.24495225399994, - 33.240898264000066 - ], - [ - -117.24495364399996, - 33.241227794000054 - ], - [ - -117.24495486799998, - 33.24151958300007 - ], - [ - -117.24495487899998, - 33.241530176000026 - ], - [ - -117.24495007599995, - 33.24317954500003 - ], - [ - -117.24495002999998, - 33.24319458800005 - ], - [ - -117.24494935899997, - 33.24342797300005 - ], - [ - -117.24494789499994, - 33.24393373800007 - ], - [ - -117.24494685199994, - 33.24429453800008 - ], - [ - -117.24494680599997, - 33.24431070500003 - ], - [ - -117.24494452, - 33.24510219500007 - ], - [ - -117.24494654299997, - 33.24524411900006 - ], - [ - -117.24495039499999, - 33.24551415900004 - ], - [ - -117.24495160499998, - 33.24559900200006 - ], - [ - -117.244953308, - 33.24571853300006 - ], - [ - -117.24497528799998, - 33.247259659000065 - ], - [ - -117.24497690299995, - 33.24737285100008 - ], - [ - -117.24499434199998, - 33.24859567300007 - ], - [ - -117.24499406299998, - 33.248773938000056 - ], - [ - -117.24499405899996, - 33.248780690000046 - ], - [ - -117.24499389699997, - 33.24880275100003 - ], - [ - -117.24499281599998, - 33.24895365900005 - ], - [ - -117.24499279099996, - 33.24895658300005 - ], - [ - -117.24499517599997, - 33.24976756900003 - ], - [ - -117.24499717999998, - 33.25045376700007 - ], - [ - -117.244999399, - 33.25121229300004 - ], - [ - -117.24500178599999, - 33.25202941800006 - ], - [ - -117.24500303699995, - 33.25245737300003 - ], - [ - -117.24500414899995, - 33.252837329000045 - ], - [ - -117.24500253099995, - 33.25298885700005 - ], - [ - -117.24500290199995, - 33.25312929000006 - ], - [ - -117.24500585899995, - 33.254258840000034 - ], - [ - -117.24500761799999, - 33.25477496600007 - ], - [ - -117.24477331299994, - 33.25483444900004 - ], - [ - -117.24333085199999, - 33.25520062700008 - ], - [ - -117.24290588499997, - 33.25530850500007 - ], - [ - -117.24288359599996, - 33.25531416200005 - ], - [ - -117.24287617399995, - 33.25616877400006 - ], - [ - -117.24287578399998, - 33.25626822400005 - ], - [ - -117.242875385, - 33.25636964700004 - ], - [ - -117.24287438399995, - 33.25662526100007 - ], - [ - -117.24287298999997, - 33.25698021200003 - ], - [ - -117.24286961599995, - 33.25784008800008 - ], - [ - -117.24286912499997, - 33.257965210000066 - ], - [ - -117.24286893199996, - 33.25801431100007 - ], - [ - -117.24286853999996, - 33.25811417700004 - ], - [ - -117.24286816999995, - 33.25820853700003 - ], - [ - -117.24286785399994, - 33.258288907000065 - ], - [ - -117.242864355, - 33.25918061400006 - ], - [ - -117.24286435399995, - 33.25918066400004 - ], - [ - -117.24286435299996, - 33.259180713000035 - ], - [ - -117.24286192299996, - 33.25979982600006 - ], - [ - -117.24323506999997, - 33.25979731700005 - ], - [ - -117.24501109999994, - 33.25978536200006 - ], - [ - -117.24501106499997, - 33.25916352000007 - ], - [ - -117.24501106499997, - 33.25916347000003 - ], - [ - -117.24501106499997, - 33.25916342100004 - ], - [ - -117.24501105099995, - 33.258947102000036 - ], - [ - -117.24861262799999, - 33.25889493500006 - ], - [ - -117.24927334499995, - 33.25888535300004 - ], - [ - -117.249274905, - 33.25912916200008 - ], - [ - -117.24927490599998, - 33.25912921200006 - ], - [ - -117.24927490599998, - 33.259129261000055 - ], - [ - -117.24927904699996, - 33.25977682600006 - ], - [ - -117.249279705, - 33.25987953500004 - ], - [ - -117.24930258699999, - 33.26345579300005 - ], - [ - -117.24866444099996, - 33.26343995900004 - ], - [ - -117.24501713499996, - 33.263376452000045 - ], - [ - -117.24502540799995, - 33.26365343700007 - ], - [ - -117.24502208499996, - 33.26366688000007 - ], - [ - -117.24501944599996, - 33.26368044600002 - ], - [ - -117.24501754899995, - 33.26369409500006 - ], - [ - -117.24501639199997, - 33.26370735100005 - ], - [ - -117.24501625099998, - 33.263727026000026 - ], - [ - -117.24501369099994, - 33.26404543500007 - ], - [ - -117.24501055499996, - 33.264345046000074 - ], - [ - -117.245006059, - 33.26463914400006 - ], - [ - -117.24500507599998, - 33.26472712300006 - ], - [ - -117.24500270699997, - 33.26480684500007 - ], - [ - -117.24499076299998, - 33.26548306400008 - ], - [ - -117.24499212299997, - 33.26549675600006 - ], - [ - -117.24499324399994, - 33.26551046000003 - ], - [ - -117.24499415499997, - 33.26552418600005 - ], - [ - -117.24499482899995, - 33.26553791300006 - ], - [ - -117.244995255, - 33.265551652000056 - ], - [ - -117.24499549399997, - 33.26556539300003 - ], - [ - -117.24499547299996, - 33.26557913600004 - ], - [ - -117.24499522899998, - 33.265592871000024 - ], - [ - -117.2449947599999, - 33.26560660700005 - ], - [ - -117.24499406799998, - 33.26562033600004 - ], - [ - -117.24499312699999, - 33.26563404700005 - ], - [ - -117.244991976, - 33.265647768000065 - ], - [ - -117.24499058599997, - 33.265661453000064 - ], - [ - -117.24498897399997, - 33.265675129000044 - ], - [ - -117.24498713699995, - 33.265688787000045 - ], - [ - -117.24498506499998, - 33.265702418000046 - ], - [ - -117.24498276799994, - 33.26571603100007 - ], - [ - -117.24498024599995, - 33.265729606000036 - ], - [ - -117.24497749999995, - 33.265743142000076 - ], - [ - -117.24497743399996, - 33.265749768000035 - ], - [ - -117.24389412, - 33.265717736000056 - ], - [ - -117.24383515999995, - 33.265715992000025 - ], - [ - -117.24345556599997, - 33.26570476400008 - ], - [ - -117.243036615, - 33.265692374000025 - ], - [ - -117.24263086299999, - 33.265680608000025 - ], - [ - -117.24220537399998, - 33.265667989000065 - ], - [ - -117.24144939999996, - 33.26564607700004 - ], - [ - -117.23939414799997, - 33.26558457300007 - ], - [ - -117.237585019, - 33.26553099500006 - ], - [ - -117.23737153399998, - 33.26552467500005 - ], - [ - -117.23737164299996, - 33.26553841700007 - ], - [ - -117.23737138499996, - 33.265552152000055 - ], - [ - -117.23737075099996, - 33.265565880000054 - ], - [ - -117.237369737, - 33.26557961000003 - ], - [ - -117.23736835899996, - 33.26559328500008 - ], - [ - -117.23736661499998, - 33.26560695200004 - ], - [ - -117.23736449499995, - 33.26562058400003 - ], - [ - -117.23736200699994, - 33.26563416700003 - ], - [ - -117.23735915399999, - 33.26564769600003 - ], - [ - -117.23735593599997, - 33.26566117600004 - ], - [ - -117.23735236199997, - 33.265674571000034 - ], - [ - -117.23734841099997, - 33.265687910000054 - ], - [ - -117.23734409399998, - 33.26570116200003 - ], - [ - -117.23733943399998, - 33.265714338000066 - ], - [ - -117.23733440799998, - 33.26572740800003 - ], - [ - -117.23732903699994, - 33.265740391000065 - ], - [ - -117.23732331399998, - 33.265753268000026 - ], - [ - -117.23731724599998, - 33.26576601900007 - ], - [ - -117.23731083599995, - 33.26577866500003 - ], - [ - -117.23730408199998, - 33.26579117400007 - ], - [ - -117.23729698499994, - 33.26580355700003 - ], - [ - -117.23728955699994, - 33.265815804000056 - ], - [ - -117.23728180899997, - 33.26582790600003 - ], - [ - -117.23727371599995, - 33.265839852000056 - ], - [ - -117.237265316, - 33.26585164000005 - ], - [ - -117.23725659699994, - 33.265863265000064 - ], - [ - -117.23724756699994, - 33.265874723000024 - ], - [ - -117.23723820699996, - 33.26588600500003 - ], - [ - -117.237228572, - 33.265897102000054 - ], - [ - -117.23721863099996, - 33.26590801300006 - ], - [ - -117.23720839199996, - 33.26591872800003 - ], - [ - -117.23720264699995, - 33.26592453600006 - ], - [ - -117.23697476299998, - 33.26617553700004 - ], - [ - -117.23695381099998, - 33.266198615000064 - ], - [ - -117.23688418599994, - 33.26698797600005 - ], - [ - -117.23688891899997, - 33.26699596800006 - ], - [ - -117.23689656599998, - 33.26700811400008 - ], - [ - -117.23690465499999, - 33.26702006100004 - ], - [ - -117.23691317899994, - 33.26703178500003 - ], - [ - -117.23692213599998, - 33.267043278000074 - ], - [ - -117.23693151499998, - 33.26705454000006 - ], - [ - -117.23694130499996, - 33.267065552000076 - ], - [ - -117.23694383299994, - 33.267068221000045 - ], - [ - -117.23695148999997, - 33.26707630200008 - ], - [ - -117.23696205099998, - 33.267086783000025 - ], - [ - -117.23697303199998, - 33.267096983000044 - ], - [ - -117.23698436499996, - 33.26710689300006 - ], - [ - -117.23699604599994, - 33.26711650300007 - ], - [ - -117.23700809199994, - 33.267125803000056 - ], - [ - -117.23702046199998, - 33.26713479400007 - ], - [ - -117.23703316999996, - 33.267143445000045 - ], - [ - -117.237045476, - 33.26715088200007 - ], - [ - -117.23727771499995, - 33.26729112900006 - ], - [ - -117.23728022599994, - 33.26729265000006 - ], - [ - -117.23767203799997, - 33.267512157000056 - ], - [ - -117.23768197599998, - 33.26751815200004 - ], - [ - -117.23769534599995, - 33.26752607100008 - ], - [ - -117.23770880599994, - 33.26753387800005 - ], - [ - -117.237722352, - 33.26754157900007 - ], - [ - -117.23773599299994, - 33.26754916600004 - ], - [ - -117.23774971499995, - 33.267556643000034 - ], - [ - -117.23776352699997, - 33.267564003000075 - ], - [ - -117.23777742799996, - 33.26757125200004 - ], - [ - -117.23779140699997, - 33.267578386000025 - ], - [ - -117.23780547099994, - 33.26758540800006 - ], - [ - -117.23781961399999, - 33.267592311000044 - ], - [ - -117.23783383399996, - 33.26759909900005 - ], - [ - -117.23784814099997, - 33.26760576800007 - ], - [ - -117.23786251599995, - 33.26761232200005 - ], - [ - -117.23787696899996, - 33.267618758000026 - ], - [ - -117.23789149399994, - 33.26762507600006 - ], - [ - -117.23790609699995, - 33.26763127300006 - ], - [ - -117.237920767, - 33.26763734700006 - ], - [ - -117.23793550699997, - 33.267643305000036 - ], - [ - -117.23795031799995, - 33.26764914000006 - ], - [ - -117.23796519599995, - 33.26765485300007 - ], - [ - -117.23797405, - 33.26765817100005 - ], - [ - -117.23797708299998, - 33.26765814500004 - ], - [ - -117.23799514499996, - 33.26766591400008 - ], - [ - -117.23801021399998, - 33.26767126000004 - ], - [ - -117.23802534799995, - 33.26767648300006 - ], - [ - -117.238040534, - 33.267681579000055 - ], - [ - -117.23805578499997, - 33.26768655200004 - ], - [ - -117.23807109199998, - 33.26769140000005 - ], - [ - -117.23808645499997, - 33.26769611900005 - ], - [ - -117.23810187, - 33.267700717000025 - ], - [ - -117.23811733699995, - 33.26770518700005 - ], - [ - -117.23813285999995, - 33.26770952900006 - ], - [ - -117.23814842499996, - 33.26771374300006 - ], - [ - -117.23816404299998, - 33.26771783200007 - ], - [ - -117.2381797099999, - 33.267721788000074 - ], - [ - -117.23819541799998, - 33.26772561800004 - ], - [ - -117.23821117199998, - 33.26772932200004 - ], - [ - -117.23822696899998, - 33.26773289300007 - ], - [ - -117.23824280399998, - 33.26773633400006 - ], - [ - -117.23825867899996, - 33.26773964900008 - ], - [ - -117.23827459999995, - 33.26774283000003 - ], - [ - -117.23829054, - 33.26774588100005 - ], - [ - -117.23830652599997, - 33.26774880100004 - ], - [ - -117.23832254299998, - 33.267751590000046 - ], - [ - -117.23921458599995, - 33.267939624000064 - ], - [ - -117.23938813099994, - 33.26797201200003 - ], - [ - -117.23939092699999, - 33.267646883000054 - ], - [ - -117.23939529299997, - 33.26713838400008 - ], - [ - -117.24391991599998, - 33.26709124000007 - ], - [ - -117.24401565099998, - 33.267090996000036 - ], - [ - -117.24416099299998, - 33.26709062500004 - ], - [ - -117.24416175599998, - 33.26709062000003 - ], - [ - -117.24481999099999, - 33.267085630000054 - ], - [ - -117.24487739099999, - 33.26708519500005 - ], - [ - -117.24488165199995, - 33.26708516300005 - ], - [ - -117.24498086999995, - 33.26708441000005 - ], - [ - -117.24498833399997, - 33.26760213500006 - ], - [ - -117.24500268399999, - 33.268720157000075 - ], - [ - -117.244984994, - 33.27076851500004 - ], - [ - -117.24498434699996, - 33.271254240000076 - ], - [ - -117.24498194899996, - 33.27304526000006 - ], - [ - -117.24498021899996, - 33.27433747900005 - ], - [ - -117.24498020199997, - 33.27435149900003 - ], - [ - -117.24499812599998, - 33.275347182000075 - ], - [ - -117.24500050299997, - 33.27585123500006 - ], - [ - -117.245001388, - 33.27591645200005 - ], - [ - -117.24500144899997, - 33.275921218000065 - ], - [ - -117.245003124, - 33.27605102600006 - ], - [ - -117.24501333999996, - 33.27684374200004 - ], - [ - -117.24502024799995, - 33.277379592000045 - ], - [ - -117.24499958999996, - 33.278012303000025 - ], - [ - -117.24575507099996, - 33.278034587000036 - ], - [ - -117.24579436, - 33.27803701900007 - ], - [ - -117.24592857599998, - 33.27804143700007 - ], - [ - -117.24597443999994, - 33.278046568000036 - ], - [ - -117.24805257599996, - 33.27807700400007 - ], - [ - -117.248678257, - 33.27808616200008 - ], - [ - -117.24883148699996, - 33.27808840600005 - ], - [ - -117.24912565299996, - 33.27809304500005 - ], - [ - -117.24934204099998, - 33.27809645900004 - ], - [ - -117.25073309399994, - 33.278131974000075 - ], - [ - -117.25203542499997, - 33.278135243000065 - ], - [ - -117.25330256599995, - 33.278153744000065 - ], - [ - -117.25360960199998, - 33.27815822400004 - ], - [ - -117.25361184699995, - 33.278526499000066 - ], - [ - -117.25361500699995, - 33.27904425300005 - ], - [ - -117.25362076099998, - 33.279988599000035 - ], - [ - -117.25362081199995, - 33.28000590400006 - ], - [ - -117.25362130299999, - 33.280175350000036 - ], - [ - -117.25362518699995, - 33.281516698000075 - ], - [ - -117.25287534499995, - 33.28123479100003 - ], - [ - -117.25258419799997, - 33.281766977000075 - ], - [ - -117.25258403599997, - 33.28176819000004 - ], - [ - -117.25258378799998, - 33.28177002000007 - ], - [ - -117.25257270799995, - 33.28185233200003 - ], - [ - -117.25252086799998, - 33.28223747000004 - ], - [ - -117.25153250999995, - 33.282226208000054 - ], - [ - -117.25154031599999, - 33.281764407000026 - ], - [ - -117.24936372699995, - 33.281724231000055 - ], - [ - -117.24931590899996, - 33.28354958400007 - ], - [ - -117.24931567199997, - 33.28375740000007 - ], - [ - -117.24931536899999, - 33.28402403800004 - ], - [ - -117.24931383399996, - 33.285374561000026 - ], - [ - -117.24931383299997, - 33.285375833000046 - ], - [ - -117.25039340599994, - 33.28538820800003 - ], - [ - -117.25147318499995, - 33.28540040300004 - ], - [ - -117.252455463, - 33.28541149200004 - ], - [ - -117.252947383, - 33.285417050000035 - ], - [ - -117.25363349599996, - 33.285424774000035 - ], - [ - -117.25453420899998, - 33.28543490900006 - ], - [ - -117.25474605199997, - 33.28543729200004 - ], - [ - -117.25573342599995, - 33.285448442000074 - ], - [ - -117.25787573699995, - 33.285472655000035 - ], - [ - -117.258567111, - 33.28548046000003 - ], - [ - -117.25897272699996, - 33.28548503700006 - ], - [ - -117.25902468499999, - 33.285485624000046 - ], - [ - -117.26019395299994, - 33.28549881200007 - ], - [ - -117.26085646499996, - 33.28550627900006 - ], - [ - -117.26122733999995, - 33.28551045900008 - ], - [ - -117.2615310199999, - 33.28551388000005 - ], - [ - -117.26226660599997, - 33.28552216200006 - ], - [ - -117.26226532699997, - 33.28676263800003 - ], - [ - -117.26226439099997, - 33.28766897400004 - ], - [ - -117.26226410099997, - 33.287949335000064 - ], - [ - -117.262262895, - 33.288768427000036 - ], - [ - -117.26226235399997, - 33.28913667000006 - ], - [ - -117.26226234699999, - 33.28914169300003 - ], - [ - -117.26226119799998, - 33.29025655500004 - ], - [ - -117.26226046099998, - 33.29097399400007 - ], - [ - -117.26226028099995, - 33.29114929100007 - ], - [ - -117.26225863699995, - 33.29274585700006 - ], - [ - -117.262249468, - 33.29274580300006 - ], - [ - -117.26095935999996, - 33.292738661000044 - ], - [ - -117.25995824299997, - 33.29273310600007 - ], - [ - -117.25960770599994, - 33.29273115500007 - ], - [ - -117.25795286199997, - 33.29270560100008 - ], - [ - -117.25795337299996, - 33.292788047000045 - ], - [ - -117.25796242099995, - 33.29426350800003 - ], - [ - -117.25797033099997, - 33.295553934000054 - ], - [ - -117.25797513799995, - 33.29633801500006 - ], - [ - -117.25802573899995, - 33.296338536000064 - ], - [ - -117.25916362399994, - 33.296350044000064 - ], - [ - -117.25927686399996, - 33.29634920600006 - ], - [ - -117.26131924099997, - 33.29633432800006 - ], - [ - -117.26127705399995, - 33.29579872900007 - ], - [ - -117.26124125799998, - 33.295661617000064 - ], - [ - -117.26119829199996, - 33.29549704000004 - ], - [ - -117.26176584899997, - 33.29528460300003 - ], - [ - -117.26228669499994, - 33.29508964900003 - ], - [ - -117.26346954199994, - 33.29464299600005 - ], - [ - -117.263696644, - 33.29475382700008 - ], - [ - -117.26379856799997, - 33.294794222000064 - ], - [ - -117.26388088899995, - 33.29483752500005 - ], - [ - -117.26420321299997, - 33.29497506200005 - ], - [ - -117.26413913299996, - 33.296429611000065 - ], - [ - -117.264111744, - 33.297051295000074 - ], - [ - -117.26410473599998, - 33.29721035100005 - ], - [ - -117.26400720599997, - 33.29727163800004 - ], - [ - -117.26304008299996, - 33.29769177400004 - ], - [ - -117.26265938499995, - 33.297816459000046 - ], - [ - -117.26231296399999, - 33.297927866000066 - ], - [ - -117.26231298599998, - 33.29792990900006 - ], - [ - -117.26231747799994, - 33.29831838800004 - ], - [ - -117.26232374199998, - 33.29886020600003 - ], - [ - -117.26233276099998, - 33.29997595200007 - ] - ] - ], - [ - [ - [ - -117.16884592799994, - 33.24172340400003 - ], - [ - -117.16861219499998, - 33.24172513800005 - ], - [ - -117.16861181899998, - 33.241726465000056 - ], - [ - -117.1686114399999, - 33.24172780300006 - ], - [ - -117.16861106699997, - 33.24172913900003 - ], - [ - -117.168610877, - 33.24172980900005 - ], - [ - -117.16861068799994, - 33.24173047700003 - ], - [ - -117.16861031599996, - 33.24173181500004 - ], - [ - -117.16860994599995, - 33.24173314500007 - ], - [ - -117.16860957299997, - 33.241734491000045 - ], - [ - -117.16860920399995, - 33.24173582800006 - ], - [ - -117.16860883899994, - 33.24173717000008 - ], - [ - -117.16860846999998, - 33.241738508000026 - ], - [ - -117.16860828699998, - 33.241739178000046 - ], - [ - -117.16860810399999, - 33.24173984600003 - ], - [ - -117.16860774399998, - 33.24174118700006 - ], - [ - -117.16860738099996, - 33.24174252600005 - ], - [ - -117.16860701899998, - 33.241743867000025 - ], - [ - -117.168606663, - 33.24174521000003 - ], - [ - -117.16860630399998, - 33.24174655100006 - ], - [ - -117.16860612499994, - 33.24174722200007 - ], - [ - -117.168605948, - 33.241747891000045 - ], - [ - -117.16860559199995, - 33.241749233000064 - ], - [ - -117.16860524199996, - 33.24175057300005 - ], - [ - -117.16860488799995, - 33.24175191900002 - ], - [ - -117.16860454, - 33.24175325900006 - ], - [ - -117.16860419099999, - 33.24175460200007 - ], - [ - -117.16860401799994, - 33.241755273000024 - ], - [ - -117.16860384299997, - 33.241755943000044 - ], - [ - -117.16860349799998, - 33.24175728400007 - ], - [ - -117.168603153, - 33.24175863100004 - ], - [ - -117.16860281099997, - 33.241759975000036 - ], - [ - -117.16860247199998, - 33.24176132000002 - ], - [ - -117.16860229999998, - 33.24176199100003 - ], - [ - -117.16860212799997, - 33.24176266200004 - ], - [ - -117.16860179199995, - 33.24176400700003 - ], - [ - -117.16860145399994, - 33.24176535300006 - ], - [ - -117.16860111999995, - 33.24176669700006 - ], - [ - -117.16860078499997, - 33.241768043000036 - ], - [ - -117.16860061799997, - 33.241768714000045 - ], - [ - -117.16860045299995, - 33.241769386000044 - ], - [ - -117.16860012399997, - 33.241770734000056 - ], - [ - -117.16859979599997, - 33.24177207900004 - ], - [ - -117.16859946499994, - 33.241773426000066 - ], - [ - -117.16859913899998, - 33.24177477100005 - ], - [ - -117.16859881499994, - 33.241776119000065 - ], - [ - -117.16859865199996, - 33.24177679200005 - ], - [ - -117.16859848999997, - 33.24177746600003 - ], - [ - -117.16859816999994, - 33.24177881400004 - ], - [ - -117.168597848, - 33.24178015900003 - ], - [ - -117.16859753099999, - 33.24178150900008 - ], - [ - -117.16859721199995, - 33.24178285600004 - ], - [ - -117.16859705299998, - 33.24178353100007 - ], - [ - -117.16859689599994, - 33.241784204000055 - ], - [ - -117.16859658299995, - 33.24178555300006 - ], - [ - -117.16859626999997, - 33.24178690300005 - ], - [ - -117.16859595699998, - 33.24178825100006 - ], - [ - -117.16859564799995, - 33.24178959900007 - ], - [ - -117.16859549299994, - 33.24179027400004 - ], - [ - -117.16859533999997, - 33.24179095000005 - ], - [ - -117.16859503199998, - 33.241792298000064 - ], - [ - -117.16859472799996, - 33.241793648000055 - ], - [ - -117.16859442199996, - 33.241794999000035 - ], - [ - -117.16859411799999, - 33.241796349000026 - ], - [ - -117.168593967, - 33.24179702500004 - ], - [ - -117.16859381799998, - 33.24179770200004 - ], - [ - -117.16859351999994, - 33.24179905200003 - ], - [ - -117.16859322299996, - 33.24180040400006 - ], - [ - -117.16859292599997, - 33.24180175400005 - ], - [ - -117.16859263099997, - 33.24180310500003 - ], - [ - -117.16859233599996, - 33.24180445600007 - ], - [ - -117.16859232199994, - 33.24180452100006 - ], - [ - -117.16859230799997, - 33.24180458500007 - ], - [ - -117.16859217999996, - 33.24180518000003 - ], - [ - -117.168592043, - 33.24180581000007 - ], - [ - -117.16859175299999, - 33.24180716200004 - ], - [ - -117.16859146299998, - 33.241808513000024 - ], - [ - -117.16859117599995, - 33.241809869000065 - ], - [ - -117.16859089099995, - 33.241811219000056 - ], - [ - -117.16859060499996, - 33.24181257300006 - ], - [ - -117.16859032199994, - 33.24181392600008 - ], - [ - -117.16859004099996, - 33.241815279000036 - ], - [ - -117.16858975899999, - 33.24181663300004 - ], - [ - -117.16858948299995, - 33.24181798800004 - ], - [ - -117.16858920399994, - 33.24181934500007 - ], - [ - -117.16858906599998, - 33.241820020000034 - ], - [ - -117.16858892799996, - 33.24182069700004 - ], - [ - -117.16858865599994, - 33.24182205100004 - ], - [ - -117.16858838199994, - 33.24182340800007 - ], - [ - -117.16858810899998, - 33.24182476300007 - ], - [ - -117.16858783999999, - 33.24182611400005 - ], - [ - -117.16858770399995, - 33.241826794000076 - ], - [ - -117.16858756899995, - 33.24182747200007 - ], - [ - -117.16858730299998, - 33.24182883000003 - ], - [ - -117.16858704099997, - 33.24183018300005 - ], - [ - -117.16858677599998, - 33.24183153900003 - ], - [ - -117.16858650999995, - 33.24183289500007 - ], - [ - -117.16858625499998, - 33.24183425100006 - ], - [ - -117.16858599299997, - 33.24183560900008 - ], - [ - -117.16858573399998, - 33.24183696800003 - ], - [ - -117.16858548, - 33.24183832400007 - ], - [ - -117.16858522499996, - 33.241839682000034 - ], - [ - -117.16858497199996, - 33.241841040000054 - ], - [ - -117.16858472099995, - 33.24184239700003 - ], - [ - -117.16858446699996, - 33.24184375400006 - ], - [ - -117.16858434299996, - 33.24184443300004 - ], - [ - -117.16858422099995, - 33.24184511100003 - ], - [ - -117.16858397199996, - 33.24184647100003 - ], - [ - -117.16858372599995, - 33.24184783000004 - ], - [ - -117.16858348199997, - 33.24184918900005 - ], - [ - -117.16858323999998, - 33.24185054600002 - ], - [ - -117.16858299499995, - 33.24185190600008 - ], - [ - -117.16858275699997, - 33.24185326500003 - ], - [ - -117.16858251699995, - 33.24185462600008 - ], - [ - -117.16858228199999, - 33.24185598400004 - ], - [ - -117.168582045, - 33.24185734400004 - ], - [ - -117.16858181099997, - 33.24185870500003 - ], - [ - -117.16858157999997, - 33.24186006600007 - ], - [ - -117.16858134799998, - 33.241861425000025 - ], - [ - -117.16858111799996, - 33.24186278700006 - ], - [ - -117.16858088999999, - 33.24186414800005 - ], - [ - -117.16858066499998, - 33.241865510000025 - ], - [ - -117.16858043999997, - 33.241866869000035 - ], - [ - -117.16858021699994, - 33.24186823000008 - ], - [ - -117.16857999399997, - 33.24186959200006 - ], - [ - -117.16857977399997, - 33.241870955000024 - ], - [ - -117.16857955399996, - 33.24187231500002 - ], - [ - -117.168579336, - 33.24187367500008 - ], - [ - -117.168579121, - 33.241875039000035 - ], - [ - -117.16857890499995, - 33.24187640200006 - ], - [ - -117.16857869399996, - 33.24187776500003 - ], - [ - -117.16857848399997, - 33.24187912600007 - ], - [ - -117.16857837699996, - 33.24187980900007 - ], - [ - -117.168578272, - 33.24188049000003 - ], - [ - -117.16857806299998, - 33.24188185300005 - ], - [ - -117.16857785599996, - 33.241883216000076 - ], - [ - -117.16857764899999, - 33.241884577000064 - ], - [ - -117.16857744799995, - 33.241885945000035 - ], - [ - -117.16857724399995, - 33.241887305000034 - ], - [ - -117.16857704199998, - 33.24188866900005 - ], - [ - -117.16857694199996, - 33.24188935300003 - ], - [ - -117.16857684399997, - 33.24189003500004 - ], - [ - -117.16857664599996, - 33.241891397000074 - ], - [ - -117.16857645099998, - 33.24189276100003 - ], - [ - -117.168576256, - 33.241894124000055 - ], - [ - -117.16857605899997, - 33.24189548900006 - ], - [ - -117.16857596299997, - 33.241896172000054 - ], - [ - -117.16857586699996, - 33.24189685500005 - ], - [ - -117.16857567799997, - 33.24189822000005 - ], - [ - -117.16857548999997, - 33.241899585000056 - ], - [ - -117.16857530399994, - 33.24190095100005 - ], - [ - -117.16857511399996, - 33.24190231500006 - ], - [ - -117.16857493199996, - 33.241903680000064 - ], - [ - -117.16857474899996, - 33.241905046000056 - ], - [ - -117.16857456699995, - 33.241906406000055 - ], - [ - -117.16857438799997, - 33.24190777700005 - ], - [ - -117.16857429399994, - 33.24190845800007 - ], - [ - -117.16857419999997, - 33.24190914600007 - ], - [ - -117.16857403499995, - 33.24191051100007 - ], - [ - -117.16857385799995, - 33.241911876000074 - ], - [ - -117.16857368299998, - 33.24191324200007 - ], - [ - -117.16857355299999, - 33.24191426700003 - ], - [ - -117.16857350999999, - 33.24191460900005 - ], - [ - -117.16857333699994, - 33.24191597400005 - ], - [ - -117.16857316899996, - 33.24191734200008 - ], - [ - -117.168572999, - 33.24191870800007 - ], - [ - -117.16857283399997, - 33.24192007600004 - ], - [ - -117.16857266899996, - 33.241921443000024 - ], - [ - -117.16857250899994, - 33.24192281100005 - ], - [ - -117.16857234599996, - 33.24192417900008 - ], - [ - -117.16857218599995, - 33.24192554500007 - ], - [ - -117.168572026, - 33.241926912000054 - ], - [ - -117.16857186799996, - 33.24192828100007 - ], - [ - -117.16857171199996, - 33.24192964900004 - ], - [ - -117.16857156099996, - 33.241931016000024 - ], - [ - -117.16857140599996, - 33.24193238100003 - ], - [ - -117.16857125499996, - 33.24193375300007 - ], - [ - -117.16857110599994, - 33.24193512200003 - ], - [ - -117.16857095499995, - 33.24193649000006 - ], - [ - -117.16857080699998, - 33.241937859000075 - ], - [ - -117.16857066499995, - 33.241939228000035 - ], - [ - -117.16857051799997, - 33.24194059800004 - ], - [ - -117.16857037699998, - 33.24194196600007 - ], - [ - -117.16857023799997, - 33.24194333400004 - ], - [ - -117.16857009699999, - 33.24194470300006 - ], - [ - -117.16856995499995, - 33.24194607100003 - ], - [ - -117.16856989099995, - 33.24194675900003 - ], - [ - -117.16856982199994, - 33.24194744300007 - ], - [ - -117.16856969199995, - 33.24194881300008 - ], - [ - -117.16856955599997, - 33.24195018200004 - ], - [ - -117.16856942299995, - 33.24195155100006 - ], - [ - -117.16856887899996, - 33.24195724100008 - ], - [ - -117.168808233, - 33.24195744900004 - ], - [ - -117.16889869699997, - 33.241957530000036 - ], - [ - -117.168894433, - 33.24193713100004 - ], - [ - -117.16889489399995, - 33.241934548000074 - ], - [ - -117.168895137, - 33.241933188000075 - ], - [ - -117.16889522199995, - 33.24193271200005 - ], - [ - -117.168895379, - 33.241931829000066 - ], - [ - -117.16889562299997, - 33.24193046900007 - ], - [ - -117.16889586699995, - 33.24192911200004 - ], - [ - -117.16889611, - 33.24192775200004 - ], - [ - -117.16889635499996, - 33.24192639200004 - ], - [ - -117.16889647899995, - 33.241925716000026 - ], - [ - -117.16889660199996, - 33.241925036000055 - ], - [ - -117.16889684299997, - 33.241923679000024 - ], - [ - -117.16889709499998, - 33.241922317000046 - ], - [ - -117.16889733899995, - 33.24192096100006 - ], - [ - -117.16889758599996, - 33.24191960100006 - ], - [ - -117.16889783999994, - 33.24191824400003 - ], - [ - -117.16889796199996, - 33.24191756500005 - ], - [ - -117.16889808399998, - 33.24191688500002 - ], - [ - -117.16889833399995, - 33.24191552800005 - ], - [ - -117.16889857899997, - 33.24191416700006 - ], - [ - -117.16889882899994, - 33.24191281000003 - ], - [ - -117.16889908099995, - 33.24191145100008 - ], - [ - -117.16889933199997, - 33.24191009400005 - ], - [ - -117.168899582, - 33.24190873500004 - ], - [ - -117.16889983199997, - 33.241907378000064 - ], - [ - -117.16890008299998, - 33.241906021000034 - ], - [ - -117.16890033399994, - 33.241904662000024 - ], - [ - -117.16890058699994, - 33.24190330400006 - ], - [ - -117.16890084299996, - 33.24190194700003 - ], - [ - -117.16890109199994, - 33.24190058900007 - ], - [ - -117.16890134599998, - 33.24189923500006 - ], - [ - -117.16890160099996, - 33.241897874000074 - ], - [ - -117.16890185299997, - 33.24189651800003 - ], - [ - -117.16890211199996, - 33.24189516000007 - ], - [ - -117.16890236499995, - 33.24189380200005 - ], - [ - -117.16890262199996, - 33.241892445000076 - ], - [ - -117.16890274999997, - 33.24189176600004 - ], - [ - -117.168902877, - 33.241891088000045 - ], - [ - -117.16890313399995, - 33.24188973100007 - ], - [ - -117.16890339099996, - 33.24188837500003 - ], - [ - -117.16890364899996, - 33.24188701700007 - ], - [ - -117.168903909, - 33.24188566000004 - ], - [ - -117.16890416599995, - 33.24188430300006 - ], - [ - -117.16890442299996, - 33.24188294700008 - ], - [ - -117.16890468399998, - 33.24188158900006 - ], - [ - -117.16890494399996, - 33.241880233000074 - ], - [ - -117.16890520399994, - 33.241878876000044 - ], - [ - -117.16890546599996, - 33.24187751900007 - ], - [ - -117.16890572699998, - 33.24187616300003 - ], - [ - -117.16890598599997, - 33.241874808000034 - ], - [ - -117.16890611799994, - 33.24187413000004 - ], - [ - -117.16890624999996, - 33.24187345000007 - ], - [ - -117.16890651099999, - 33.24187209300004 - ], - [ - -117.16890677499998, - 33.241870739000035 - ], - [ - -117.16890704199994, - 33.241869380000026 - ], - [ - -117.16890730199998, - 33.24186802600008 - ], - [ - -117.16890756599997, - 33.24186666800006 - ], - [ - -117.16890769799994, - 33.241865991000054 - ], - [ - -117.16890782999997, - 33.241865311000026 - ], - [ - -117.16890809499995, - 33.24186395700008 - ], - [ - -117.16890836099998, - 33.24186260400006 - ], - [ - -117.16890862599996, - 33.24186124400006 - ], - [ - -117.16890889399997, - 33.24185989000006 - ], - [ - -117.168909026, - 33.241859211000076 - ], - [ - -117.16890915899995, - 33.24185853300003 - ], - [ - -117.16890942599997, - 33.24185717800003 - ], - [ - -117.16890969299999, - 33.24185582200005 - ], - [ - -117.16890995999995, - 33.241854465000074 - ], - [ - -117.16891023, - 33.24185311000008 - ], - [ - -117.16891036299995, - 33.241852434000066 - ], - [ - -117.16891049699996, - 33.24185175500003 - ], - [ - -117.16891076799999, - 33.241850398000054 - ], - [ - -117.16891103799998, - 33.24184904500004 - ], - [ - -117.16891130699997, - 33.241847688000064 - ], - [ - -117.16891157899994, - 33.24184633400006 - ], - [ - -117.16891184899998, - 33.24184498000005 - ], - [ - -117.16891211899997, - 33.24184362300008 - ], - [ - -117.16891239299997, - 33.24184226800003 - ], - [ - -117.16891266299996, - 33.24184091400008 - ], - [ - -117.16891293699996, - 33.24183955900003 - ], - [ - -117.16891320999997, - 33.24183820300004 - ], - [ - -117.16891348499996, - 33.24183684900004 - ], - [ - -117.16891375799997, - 33.24183549400004 - ], - [ - -117.16891403099999, - 33.24183413900005 - ], - [ - -117.16891430699997, - 33.24183278600003 - ], - [ - -117.16891458199996, - 33.24183143100004 - ], - [ - -117.168914858, - 33.24183007600004 - ], - [ - -117.16891513599995, - 33.241828723000026 - ], - [ - -117.168915412, - 33.24182736900008 - ], - [ - -117.16891568899996, - 33.24182601500007 - ], - [ - -117.16891596599999, - 33.24182466000008 - ], - [ - -117.16891624299996, - 33.241823305000025 - ], - [ - -117.16891652299995, - 33.241821952000066 - ], - [ - -117.16891679899999, - 33.24182059700007 - ], - [ - -117.16891707999997, - 33.241819243000066 - ], - [ - -117.16891736099996, - 33.24181788900006 - ], - [ - -117.16891764099995, - 33.241816533000076 - ], - [ - -117.16891791999996, - 33.24181518100005 - ], - [ - -117.16891820099994, - 33.24181382800003 - ], - [ - -117.16891848499995, - 33.24181247400003 - ], - [ - -117.16891876199998, - 33.24181111900003 - ], - [ - -117.16891904799996, - 33.241809766000074 - ], - [ - -117.16891932799996, - 33.24180841700007 - ], - [ - -117.16891954099998, - 33.24180739800005 - ], - [ - -117.16891961199997, - 33.24180706000004 - ], - [ - -117.16891989499999, - 33.24180570500005 - ], - [ - -117.16892018099998, - 33.24180435400007 - ], - [ - -117.16892046399994, - 33.24180299900007 - ], - [ - -117.168920749, - 33.241801648000035 - ], - [ - -117.16892103499998, - 33.24180029300004 - ], - [ - -117.16892132099997, - 33.24179894200006 - ], - [ - -117.16892160499998, - 33.241797587000065 - ], - [ - -117.16892174999998, - 33.24179691100005 - ], - [ - -117.16892189599997, - 33.24179623500004 - ], - [ - -117.16892217799995, - 33.24179488200008 - ], - [ - -117.168922469, - 33.24179353000005 - ], - [ - -117.16892275799995, - 33.24179217600005 - ], - [ - -117.16892304299995, - 33.24179082300003 - ], - [ - -117.16892333399994, - 33.24178947200005 - ], - [ - -117.16892347899994, - 33.24178879500005 - ], - [ - -117.16892362299996, - 33.241788119000034 - ], - [ - -117.16892391299996, - 33.24178676500003 - ], - [ - -117.16892420199997, - 33.24178541500004 - ], - [ - -117.16892449199997, - 33.24178406000004 - ], - [ - -117.16892478299997, - 33.24178270800007 - ], - [ - -117.168925076, - 33.241781357000036 - ], - [ - -117.16892522099994, - 33.24178068100008 - ], - [ - -117.16892536599994, - 33.24178000400008 - ], - [ - -117.16892565899997, - 33.24177865300004 - ], - [ - -117.16892595099995, - 33.24177730200006 - ], - [ - -117.16892624699994, - 33.24177594400004 - ], - [ - -117.16892653899998, - 33.24177459600003 - ], - [ - -117.16892683199995, - 33.24177324400006 - ], - [ - -117.16892712599997, - 33.24177188800007 - ], - [ - -117.16892734699996, - 33.24177087800007 - ], - [ - -117.16892742199997, - 33.24177054000006 - ], - [ - -117.16892771499994, - 33.241769188000035 - ], - [ - -117.16892800999995, - 33.24176784400004 - ], - [ - -117.16892830799998, - 33.24176648500003 - ], - [ - -117.16892860499996, - 33.241765136000026 - ], - [ - -117.16892890099996, - 33.241763785000046 - ], - [ - -117.16892919699995, - 33.241762435000055 - ], - [ - -117.16892939199994, - 33.24176156200008 - ], - [ - -117.16892949899994, - 33.24176108200004 - ], - [ - -117.16892974299998, - 33.241759960000024 - ], - [ - -117.16892976799994, - 33.24175984500005 - ], - [ - -117.16892979399995, - 33.24175972900008 - ], - [ - -117.16893009299997, - 33.24175838000008 - ], - [ - -117.16893039099995, - 33.24175703100008 - ], - [ - -117.16893069099996, - 33.24175567800006 - ], - [ - -117.16893098999998, - 33.241754326000034 - ], - [ - -117.168931295, - 33.24175297600004 - ], - [ - -117.16893159299997, - 33.24175162600005 - ], - [ - -117.16893189299998, - 33.24175027500007 - ], - [ - -117.16893219599996, - 33.241748925000024 - ], - [ - -117.168932499, - 33.241747572000065 - ], - [ - -117.16893280199997, - 33.241746223000064 - ], - [ - -117.16893310199998, - 33.24174487300007 - ], - [ - -117.16893340899998, - 33.24174352400007 - ], - [ - -117.16893363599996, - 33.24174251100004 - ], - [ - -117.16893371199995, - 33.241742172000045 - ], - [ - -117.168934015, - 33.24174082300004 - ], - [ - -117.16893432099994, - 33.24173947400004 - ], - [ - -117.16893462399997, - 33.241738121000026 - ], - [ - -117.16893493099997, - 33.241736772000024 - ], - [ - -117.16893523699997, - 33.241735420000055 - ], - [ - -117.16893554399996, - 33.24173407200004 - ], - [ - -117.16893584699994, - 33.24173272300004 - ], - [ - -117.16893615599997, - 33.24173137400004 - ], - [ - -117.16893631299996, - 33.24173068500005 - ], - [ - -117.168936466, - 33.24173002200007 - ], - [ - -117.16893677199994, - 33.24172867300007 - ], - [ - -117.16893708099997, - 33.24172732100004 - ], - [ - -117.16893739199998, - 33.241725975000065 - ], - [ - -117.16893995399994, - 33.24172270400004 - ], - [ - -117.16884592799994, - 33.24172340400003 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Riverside, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -117.34732008599997, - 34.01541342400003 - ], - [ - -117.34755833599996, - 34.01567190500003 - ], - [ - -117.34766126899996, - 34.01578358200004 - ], - [ - -117.347562972, - 34.015930456000035 - ], - [ - -117.34740898799998, - 34.016160530000036 - ], - [ - -117.34726892799995, - 34.016369799000074 - ], - [ - -117.34715845999995, - 34.01653485300005 - ], - [ - -117.34704689299997, - 34.01670154900006 - ], - [ - -117.34687655599998, - 34.01695605200007 - ], - [ - -117.34683922299996, - 34.01701183200004 - ], - [ - -117.34679772899995, - 34.01707383000007 - ], - [ - -117.34663398799995, - 34.017318473000046 - ], - [ - -117.34660614599994, - 34.01736007200003 - ], - [ - -117.34656062099998, - 34.017428091000056 - ], - [ - -117.34708536599999, - 34.017670690000045 - ], - [ - -117.34720081399996, - 34.01772406400005 - ], - [ - -117.34798628199997, - 34.01809720800003 - ], - [ - -117.34837998499995, - 34.01828424100006 - ], - [ - -117.34821801399994, - 34.01852683900006 - ], - [ - -117.34811345599996, - 34.018683441000064 - ], - [ - -117.34801068399997, - 34.01883736700006 - ], - [ - -117.34790462799998, - 34.01899621000007 - ], - [ - -117.34779348199999, - 34.01916267300004 - ], - [ - -117.347664077, - 34.01935648700004 - ], - [ - -117.347690689, - 34.01935650400003 - ], - [ - -117.34918253999996, - 34.01934931400007 - ], - [ - -117.35117395399999, - 34.01935875000004 - ], - [ - -117.35137292399997, - 34.019358874000034 - ], - [ - -117.35319273399995, - 34.01935999600005 - ], - [ - -117.35652245399996, - 34.01936200800003 - ], - [ - -117.35655744399998, - 34.01936199100004 - ], - [ - -117.36273559099999, - 34.01936539600007 - ], - [ - -117.36448698899994, - 34.01935792100005 - ], - [ - -117.36453344699999, - 34.01935772300004 - ], - [ - -117.36456825999994, - 34.01934461900004 - ], - [ - -117.36456867699997, - 34.01934446200005 - ], - [ - -117.36456885999996, - 34.01934439300004 - ], - [ - -117.36456904399995, - 34.01934432300004 - ], - [ - -117.36456946099997, - 34.01934416600005 - ], - [ - -117.36456964499996, - 34.019344096000054 - ], - [ - -117.36457006199998, - 34.019343939000066 - ], - [ - -117.36457024499998, - 34.019343871000046 - ], - [ - -117.36457066299994, - 34.01934371300007 - ], - [ - -117.36457107999996, - 34.019343556000024 - ], - [ - -117.36457126299996, - 34.01934348700007 - ], - [ - -117.36457168099997, - 34.01934333000003 - ], - [ - -117.36457209899999, - 34.01934317300004 - ], - [ - -117.36457251699994, - 34.01934301600005 - ], - [ - -117.36457270099999, - 34.01934294700004 - ], - [ - -117.36457311799995, - 34.01934279000005 - ], - [ - -117.36457330199994, - 34.019342721000044 - ], - [ - -117.36457371799997, - 34.019342564000056 - ], - [ - -117.36457390199996, - 34.019342495000046 - ], - [ - -117.36457431899998, - 34.01934233800006 - ], - [ - -117.36457491999994, - 34.01934211200006 - ], - [ - -117.36457510399998, - 34.01934204300005 - ], - [ - -117.36457552099995, - 34.01934188600006 - ], - [ - -117.36457593899996, - 34.019341729000075 - ], - [ - -117.36457612199996, - 34.019341660000066 - ], - [ - -117.36457653999997, - 34.01934150300008 - ], - [ - -117.36457672299997, - 34.01934143400007 - ], - [ - -117.36457714, - 34.019341277000024 - ], - [ - -117.36457732499997, - 34.019341207000025 - ], - [ - -117.36457792399995, - 34.01934098100003 - ], - [ - -117.36457834299995, - 34.01934082400004 - ], - [ - -117.36457852599995, - 34.01934075500003 - ], - [ - -117.36457894399996, - 34.01934059800004 - ], - [ - -117.36457912699996, - 34.01934052900003 - ], - [ - -117.36457954399998, - 34.019340372000045 - ], - [ - -117.36457972699998, - 34.019340303000035 - ], - [ - -117.364580145, - 34.01934014600005 - ], - [ - -117.36458032799999, - 34.01934007700004 - ], - [ - -117.364580747, - 34.01933991900006 - ], - [ - -117.36458134699996, - 34.01933969300006 - ], - [ - -117.36458152999995, - 34.019339624000054 - ], - [ - -117.36458194799997, - 34.019339467000066 - ], - [ - -117.36458213099996, - 34.01933939800006 - ], - [ - -117.36458254899998, - 34.01933924100007 - ], - [ - -117.364582967, - 34.01933908400002 - ], - [ - -117.36458356799994, - 34.019338858000026 - ], - [ - -117.36458398399998, - 34.01933870000005 - ], - [ - -117.36458440299998, - 34.01933854300006 - ], - [ - -117.36458500299995, - 34.01933831600007 - ], - [ - -117.36458518599994, - 34.019338248000054 - ], - [ - -117.36458560399996, - 34.019338091000066 - ], - [ - -117.36458620399998, - 34.01933786400008 - ], - [ - -117.364586622, - 34.019337707000034 - ], - [ - -117.36458680499999, - 34.01933763900007 - ], - [ - -117.36458722299994, - 34.019337482000026 - ], - [ - -117.36458764099996, - 34.01933732400005 - ], - [ - -117.36458782499994, - 34.01933725500004 - ], - [ - -117.36458824199997, - 34.01933709800005 - ], - [ - -117.364588659, - 34.01933694100006 - ], - [ - -117.36458884299998, - 34.01933687200005 - ], - [ - -117.36458925999995, - 34.019336714000076 - ], - [ - -117.36458967799996, - 34.01933655700003 - ], - [ - -117.36459027799998, - 34.019336331000034 - ], - [ - -117.364590696, - 34.019336174000046 - ], - [ - -117.36459111199997, - 34.01933601700006 - ], - [ - -117.36459129699995, - 34.01933594700006 - ], - [ - -117.36459171499996, - 34.01933579000007 - ], - [ - -117.36459213299997, - 34.019335633000026 - ], - [ - -117.36459254999994, - 34.01933547600004 - ], - [ - -117.36459296699996, - 34.01933531900005 - ], - [ - -117.36459380199994, - 34.01933500400003 - ], - [ - -117.36459421899997, - 34.01933484700004 - ], - [ - -117.36459505499994, - 34.01933453200007 - ], - [ - -117.36459565599995, - 34.019334307000065 - ], - [ - -117.36459649099999, - 34.01933399200004 - ], - [ - -117.36459732499998, - 34.019333678000066 - ], - [ - -117.36459816099995, - 34.019333363000044 - ], - [ - -117.364598995, - 34.01933304900007 - ], - [ - -117.36459941299995, - 34.01933289200008 - ], - [ - -117.36460001399996, - 34.019332666000025 - ], - [ - -117.36460043199997, - 34.01933250900004 - ], - [ - -117.36460084999999, - 34.01933235200005 - ], - [ - -117.36460145099994, - 34.01933212500006 - ], - [ - -117.36460186799997, - 34.019331968000074 - ], - [ - -117.36460228499999, - 34.01933181100003 - ], - [ - -117.36460270299995, - 34.01933165400004 - ], - [ - -117.36460312, - 34.01933149700005 - ], - [ - -117.36460353899997, - 34.019331340000065 - ], - [ - -117.36460395599994, - 34.01933118300008 - ], - [ - -117.36460437299996, - 34.01933102500004 - ], - [ - -117.36460497399997, - 34.019330799000045 - ], - [ - -117.36460557499998, - 34.01933057300005 - ], - [ - -117.36460617499995, - 34.01933034700005 - ], - [ - -117.36460659299996, - 34.01933019000006 - ], - [ - -117.36460719399997, - 34.019329964000065 - ], - [ - -117.36460779499998, - 34.01932973800007 - ], - [ - -117.36460863099995, - 34.019329424000034 - ], - [ - -117.36460923099997, - 34.01932919800004 - ], - [ - -117.36460964899999, - 34.01932904000006 - ], - [ - -117.36461024899995, - 34.01932881500005 - ], - [ - -117.36461085099995, - 34.019328588000064 - ], - [ - -117.36461126799998, - 34.019328431000076 - ], - [ - -117.36461205199998, - 34.01932813500002 - ], - [ - -117.36461307099995, - 34.01932775200004 - ], - [ - -117.36461367199996, - 34.01932752600004 - ], - [ - -117.36461408899999, - 34.01932736900005 - ], - [ - -117.36461469099999, - 34.019327142000066 - ], - [ - -117.36461570799997, - 34.019326758000034 - ], - [ - -117.36461612499994, - 34.019326601000046 - ], - [ - -117.36461649299997, - 34.01932646300003 - ], - [ - -117.36461709399998, - 34.01932623700003 - ], - [ - -117.36461751, - 34.01932608000004 - ], - [ - -117.36461769399995, - 34.01932601100003 - ], - [ - -117.36461787599995, - 34.01932594200008 - ], - [ - -117.36461829399997, - 34.019325785000035 - ], - [ - -117.36461847799995, - 34.019325715000036 - ], - [ - -117.36461889599997, - 34.01932555800005 - ], - [ - -117.36461907999995, - 34.01932548900004 - ], - [ - -117.36461949699998, - 34.01932533200005 - ], - [ - -117.36461968099997, - 34.01932526300004 - ], - [ - -117.36462009799999, - 34.01932510600005 - ], - [ - -117.36462051499996, - 34.019324949000065 - ], - [ - -117.36462111499998, - 34.01932472300007 - ], - [ - -117.364621533, - 34.01932456600008 - ], - [ - -117.36462195099995, - 34.019324408000045 - ], - [ - -117.36462213299995, - 34.019324340000026 - ], - [ - -117.36462255199996, - 34.01932418100006 - ], - [ - -117.36462296999997, - 34.01932402400007 - ], - [ - -117.36462380499995, - 34.01932371000004 - ], - [ - -117.36462398799995, - 34.019323642000074 - ], - [ - -117.36462440499997, - 34.01932348400004 - ], - [ - -117.36462482299999, - 34.01932332700005 - ], - [ - -117.36462523899996, - 34.019323170000064 - ], - [ - -117.36462607599998, - 34.01932285500004 - ], - [ - -117.36462625799999, - 34.01932278700008 - ], - [ - -117.364626677, - 34.01932263000003 - ], - [ - -117.36462709399996, - 34.019322473000045 - ], - [ - -117.36462751099998, - 34.01932231500007 - ], - [ - -117.364627929, - 34.01932215800008 - ], - [ - -117.36462834699995, - 34.019322001000035 - ], - [ - -117.36462852999995, - 34.019321932000025 - ], - [ - -117.36462936499998, - 34.01932161800005 - ], - [ - -117.36463019999997, - 34.01932130300003 - ], - [ - -117.36463061799998, - 34.01932114600004 - ], - [ - -117.36463103399996, - 34.01932098900005 - ], - [ - -117.36463145199997, - 34.01932083200006 - ], - [ - -117.36463186999998, - 34.01932067400003 - ], - [ - -117.36463228899999, - 34.01932051700004 - ], - [ - -117.36463288899995, - 34.01932029100004 - ], - [ - -117.36463330599997, - 34.019320134000054 - ], - [ - -117.36463372299994, - 34.019319977000066 - ], - [ - -117.36463414099995, - 34.01931982000008 - ], - [ - -117.36463455899997, - 34.01931966300003 - ], - [ - -117.364634976, - 34.019319505000055 - ], - [ - -117.36463539299996, - 34.01931934800007 - ], - [ - -117.36463581199996, - 34.01931919100008 - ], - [ - -117.36463599499996, - 34.01931912200007 - ], - [ - -117.36463641299997, - 34.019318965000025 - ], - [ - -117.36463701399998, - 34.01931873900003 - ], - [ - -117.36463743099995, - 34.01931858200004 - ], - [ - -117.36463784699998, - 34.01931842600004 - ], - [ - -117.36463826599999, - 34.019318267000074 - ], - [ - -117.36463868299995, - 34.01931811000003 - ], - [ - -117.36463910099997, - 34.01931795300004 - ], - [ - -117.36463928499995, - 34.01931788500008 - ], - [ - -117.36463970199998, - 34.01931772700004 - ], - [ - -117.36464030299999, - 34.019317501000046 - ], - [ - -117.36464090399994, - 34.01931727600004 - ], - [ - -117.36464132099997, - 34.01931711800006 - ], - [ - -117.36464173899998, - 34.01931696100007 - ], - [ - -117.36464215599995, - 34.01931680300004 - ], - [ - -117.36464233899994, - 34.019316735000075 - ], - [ - -117.36464252499997, - 34.019316665000076 - ], - [ - -117.36464312399994, - 34.01931643900008 - ], - [ - -117.364643307, - 34.01931637000007 - ], - [ - -117.36464372399996, - 34.019316213000025 - ], - [ - -117.364643909, - 34.01931614400007 - ], - [ - -117.36464450999995, - 34.01931591700003 - ], - [ - -117.36464469299995, - 34.019315849000066 - ], - [ - -117.36464511099996, - 34.01931569200008 - ], - [ - -117.36464529299997, - 34.01931562300007 - ], - [ - -117.36464571099998, - 34.019315465000034 - ], - [ - -117.36464589299999, - 34.01931539700007 - ], - [ - -117.364646312, - 34.01931523800005 - ], - [ - -117.36464649499999, - 34.01931517000003 - ], - [ - -117.36464691199996, - 34.01931501300004 - ], - [ - -117.36464709599994, - 34.01931494300004 - ], - [ - -117.36464751299997, - 34.01931478600005 - ], - [ - -117.36464811399998, - 34.019314560000055 - ], - [ - -117.36464853099994, - 34.01931440300007 - ], - [ - -117.36464894899996, - 34.01931424500003 - ], - [ - -117.36464913199995, - 34.01931417700007 - ], - [ - -117.36464996799998, - 34.01931386200005 - ], - [ - -117.36465015199997, - 34.01931379300004 - ], - [ - -117.36465075299998, - 34.01931356800003 - ], - [ - -117.36465116999995, - 34.01931341000005 - ], - [ - -117.36465158799996, - 34.019313253000064 - ], - [ - -117.36465218799998, - 34.01931302700007 - ], - [ - -117.364652606, - 34.01931287000008 - ], - [ - -117.36465302399995, - 34.01931271300003 - ], - [ - -117.36465362399997, - 34.019312487000036 - ], - [ - -117.36465404199998, - 34.01931232900006 - ], - [ - -117.36465445899995, - 34.01931217200007 - ], - [ - -117.36465487699996, - 34.019312015000025 - ], - [ - -117.36465529399999, - 34.01931185800004 - ], - [ - -117.36465589399995, - 34.01931163200004 - ], - [ - -117.36465631099998, - 34.01931147500005 - ], - [ - -117.36465673099997, - 34.019311317000074 - ], - [ - -117.36465714899998, - 34.01931116000003 - ], - [ - -117.36465774899995, - 34.01931093400003 - ], - [ - -117.36465834999996, - 34.019310708000035 - ], - [ - -117.364658766, - 34.019310551000046 - ], - [ - -117.36465918399995, - 34.01931039300007 - ], - [ - -117.36465960199996, - 34.019310236000024 - ], - [ - -117.36466001999997, - 34.019310079000036 - ], - [ - -117.36466043699994, - 34.01930992200005 - ], - [ - -117.36466085499995, - 34.01930976500006 - ], - [ - -117.36466127299997, - 34.019309607000025 - ], - [ - -117.36466187299999, - 34.019309382000074 - ], - [ - -117.36466228999996, - 34.01930922500003 - ], - [ - -117.36466270699998, - 34.01930906700005 - ], - [ - -117.364663125, - 34.01930891000006 - ], - [ - -117.36466354399994, - 34.019308753000075 - ], - [ - -117.36466396099996, - 34.01930859500004 - ], - [ - -117.36466437799999, - 34.01930843800005 - ], - [ - -117.36466479599994, - 34.019308281000065 - ], - [ - -117.36466521299997, - 34.01930812400008 - ], - [ - -117.36466539599996, - 34.01930805600006 - ], - [ - -117.36466581399998, - 34.01930789800008 - ], - [ - -117.36466623099994, - 34.019307741000034 - ], - [ - -117.36466664999995, - 34.01930758300006 - ], - [ - -117.36466706799996, - 34.01930742600007 - ], - [ - -117.36466748499998, - 34.01930726900002 - ], - [ - -117.36466790099996, - 34.019307113000025 - ], - [ - -117.36466850299996, - 34.01930688700003 - ], - [ - -117.36466892099997, - 34.01930672900005 - ], - [ - -117.36466910299998, - 34.01930666000004 - ], - [ - -117.36466952099994, - 34.01930650300005 - ], - [ - -117.36466993999994, - 34.019306346000064 - ], - [ - -117.36467012199995, - 34.019306277000055 - ], - [ - -117.36467053899997, - 34.01930612000007 - ], - [ - -117.36467095699999, - 34.01930596300008 - ], - [ - -117.36467137399995, - 34.019305805000045 - ], - [ - -117.36467197499996, - 34.01930558000004 - ], - [ - -117.36467239299998, - 34.01930542300005 - ], - [ - -117.36467299499998, - 34.01930519600006 - ], - [ - -117.36467341099996, - 34.01930503900007 - ], - [ - -117.36467359499994, - 34.019304969000075 - ], - [ - -117.36467443, - 34.01930465500004 - ], - [ - -117.36467461399997, - 34.01930458700008 - ], - [ - -117.364675031, - 34.019304429000044 - ], - [ - -117.36467539799997, - 34.01930429200007 - ], - [ - -117.36467623199997, - 34.01930397800004 - ], - [ - -117.36467664999998, - 34.01930382000006 - ], - [ - -117.36467683499995, - 34.01930375000006 - ], - [ - -117.36467766799996, - 34.019303437000076 - ], - [ - -117.36467785199994, - 34.01930336700008 - ], - [ - -117.36467826899997, - 34.01930321000003 - ], - [ - -117.36467845299995, - 34.01930314100008 - ], - [ - -117.36467886999998, - 34.019302983000046 - ], - [ - -117.36467947199998, - 34.01930275700005 - ], - [ - -117.36468030699996, - 34.01930244300007 - ], - [ - -117.36468090699998, - 34.019302217000075 - ], - [ - -117.36468109099997, - 34.019302147000076 - ], - [ - -117.364681508, - 34.01930199000003 - ], - [ - -117.36468252599997, - 34.019301607000045 - ], - [ - -117.36468270899996, - 34.019301538000036 - ], - [ - -117.36468312699998, - 34.01930138000006 - ], - [ - -117.36468330999998, - 34.01930131200004 - ], - [ - -117.36468372899998, - 34.01930115500005 - ], - [ - -117.36468414599995, - 34.01930099800006 - ], - [ - -117.36468432999999, - 34.01930092900005 - ], - [ - -117.36468474699996, - 34.019300771000076 - ], - [ - -117.36468493099994, - 34.019300703000056 - ], - [ - -117.36468498099998, - 34.01930068400003 - ], - [ - -117.36468516499997, - 34.01930061400003 - ], - [ - -117.36468539799995, - 34.01930052700004 - ], - [ - -117.36468581599996, - 34.01930037000005 - ], - [ - -117.36468623299999, - 34.019300213000065 - ], - [ - -117.36468665199999, - 34.01930005500003 - ], - [ - -117.36468725399999, - 34.01929982900003 - ], - [ - -117.36468766999997, - 34.019299672000045 - ], - [ - -117.364688087, - 34.01929951500006 - ], - [ - -117.36468850399996, - 34.01929935800007 - ], - [ - -117.36468892199997, - 34.019299201000024 - ], - [ - -117.364689522, - 34.01929897500003 - ], - [ - -117.36468994199998, - 34.01929881700005 - ], - [ - -117.36469035799996, - 34.01929866000006 - ], - [ - -117.36469077599997, - 34.01929850200003 - ], - [ - -117.36469119299994, - 34.01929834500004 - ], - [ - -117.36469161099996, - 34.01929818800005 - ], - [ - -117.364692027, - 34.01929803100006 - ], - [ - -117.36469244399996, - 34.019297874000074 - ], - [ - -117.36469286499994, - 34.01929771600004 - ], - [ - -117.36469388199998, - 34.019297332000065 - ], - [ - -117.36469429899995, - 34.01929717500008 - ], - [ - -117.36469471599997, - 34.01929701800003 - ], - [ - -117.36469513399999, - 34.01929686100004 - ], - [ - -117.36469555099995, - 34.019296704000055 - ], - [ - -117.36469596999996, - 34.01929654700007 - ], - [ - -117.36469638799997, - 34.01929639000008 - ], - [ - -117.364696805, - 34.019296232000045 - ], - [ - -117.364696988, - 34.019296163000035 - ], - [ - -117.36469740599995, - 34.01929600600005 - ], - [ - -117.36469800599997, - 34.01929578000005 - ], - [ - -117.364698423, - 34.01929562300006 - ], - [ - -117.36469884, - 34.019295466000074 - ], - [ - -117.36469925999995, - 34.01929530800004 - ], - [ - -117.36469944099997, - 34.01929523900003 - ], - [ - -117.36469985999997, - 34.01929508100005 - ], - [ - -117.36470027799999, - 34.019294924000064 - ], - [ - -117.36470069399996, - 34.019294767000076 - ], - [ - -117.36470129499997, - 34.01929454200007 - ], - [ - -117.36470171199994, - 34.01929438500002 - ], - [ - -117.36470212899997, - 34.019294227000046 - ], - [ - -117.36470231299995, - 34.01929415800004 - ], - [ - -117.36470314899998, - 34.01929384400006 - ], - [ - -117.364703567, - 34.01929368700007 - ], - [ - -117.36470416799995, - 34.019293461000075 - ], - [ - -117.36470458499997, - 34.01929330300004 - ], - [ - -117.36470560299995, - 34.019292921000044 - ], - [ - -117.36470601999997, - 34.01929276300007 - ], - [ - -117.36470643799998, - 34.01929260600008 - ], - [ - -117.36470703799995, - 34.019292380000024 - ], - [ - -117.36470745699995, - 34.019292223000036 - ], - [ - -117.36470787499997, - 34.01929206600005 - ], - [ - -117.36470829099994, - 34.01929190900006 - ], - [ - -117.36470870799997, - 34.019291751000026 - ], - [ - -117.36470930999997, - 34.01929152500003 - ], - [ - -117.364709727, - 34.01929136800004 - ], - [ - -117.36471074499997, - 34.019290984000065 - ], - [ - -117.36471134699997, - 34.01929075800007 - ], - [ - -117.36471176299995, - 34.01929060100008 - ], - [ - -117.36471278299996, - 34.01929021700005 - ], - [ - -117.36471319999998, - 34.01929005900007 - ], - [ - -117.364713801, - 34.01928983400006 - ], - [ - -117.36471421799996, - 34.019289677000074 - ], - [ - -117.36471463499998, - 34.01928952000003 - ], - [ - -117.36471505399999, - 34.01928936200005 - ], - [ - -117.36471547199994, - 34.019289205000064 - ], - [ - -117.36471607299995, - 34.019288979000066 - ], - [ - -117.36471648899999, - 34.01928882200008 - ], - [ - -117.36471708999994, - 34.019288596000024 - ], - [ - -117.36471750799996, - 34.019288438000046 - ], - [ - -117.36471792499998, - 34.01928828100006 - ], - [ - -117.36471852499994, - 34.01928805600005 - ], - [ - -117.36471954499996, - 34.01928767100003 - ], - [ - -117.36471996199998, - 34.01928751400004 - ], - [ - -117.36472097999996, - 34.019287131000056 - ], - [ - -117.36472116299996, - 34.019287062000046 - ], - [ - -117.36472158099997, - 34.01928690500006 - ], - [ - -117.36472241599995, - 34.019286590000036 - ], - [ - -117.36472301799995, - 34.01928636400004 - ], - [ - -117.364723202, - 34.01928629500003 - ], - [ - -117.36472361799997, - 34.01928613800004 - ], - [ - -117.36472421899998, - 34.01928591200004 - ], - [ - -117.36472463699994, - 34.019285755000055 - ], - [ - -117.36472482, - 34.019285686000046 - ], - [ - -117.36472523699996, - 34.01928552900006 - ], - [ - -117.36472541999996, - 34.01928546000005 - ], - [ - -117.36472644099996, - 34.019285076000074 - ], - [ - -117.36472685799998, - 34.01928491900003 - ], - [ - -117.364727459, - 34.01928469200004 - ], - [ - -117.36472787599996, - 34.019284535000054 - ], - [ - -117.36472847699997, - 34.019284310000046 - ], - [ - -117.36472866099996, - 34.01928424100004 - ], - [ - -117.36472907799998, - 34.01928408300006 - ], - [ - -117.36472949399996, - 34.01928392600007 - ], - [ - -117.36472967799995, - 34.01928385800005 - ], - [ - -117.36473009499997, - 34.01928370100006 - ], - [ - -117.36473051299998, - 34.01928354300003 - ], - [ - -117.364731114, - 34.01928331700003 - ], - [ - -117.36473153199995, - 34.01928316000004 - ], - [ - -117.364731716, - 34.019283090000044 - ], - [ - -117.36473231699995, - 34.01928286500004 - ], - [ - -117.36473273399997, - 34.01928270700006 - ], - [ - -117.36473333499998, - 34.01928248100006 - ], - [ - -117.36473393499995, - 34.019282256000054 - ], - [ - -117.36473411799994, - 34.019282186000055 - ], - [ - -117.36473453699995, - 34.01928202800008 - ], - [ - -117.36473513799996, - 34.01928180200008 - ], - [ - -117.364736156, - 34.01928141900004 - ], - [ - -117.364736339, - 34.01928135000003 - ], - [ - -117.36473675699995, - 34.01928119300004 - ], - [ - -117.36473693999994, - 34.01928112500008 - ], - [ - -117.36473735699997, - 34.01928096700004 - ], - [ - -117.36473754099995, - 34.019280897000044 - ], - [ - -117.364738376, - 34.01928058300007 - ], - [ - -117.36473855999998, - 34.01928051500005 - ], - [ - -117.36473897699994, - 34.01928035700007 - ], - [ - -117.36473999499998, - 34.01927997400003 - ], - [ - -117.36474041199995, - 34.01927981700004 - ], - [ - -117.36474082899997, - 34.01927966000005 - ], - [ - -117.36474143099997, - 34.019279434000055 - ], - [ - -117.36474184999997, - 34.01927927600008 - ], - [ - -117.36474226699994, - 34.01927911900003 - ], - [ - -117.36474268399996, - 34.019278962000044 - ], - [ - -117.36474328399999, - 34.01927873600005 - ], - [ - -117.36474370199994, - 34.01927857900006 - ], - [ - -117.36474388699997, - 34.01927851000005 - ], - [ - -117.36474448599995, - 34.01927828400005 - ], - [ - -117.36474490499995, - 34.019278127000064 - ], - [ - -117.36474532299997, - 34.019277970000076 - ], - [ - -117.36474573899994, - 34.01927781300003 - ], - [ - -117.36474633999995, - 34.019277586000044 - ], - [ - -117.36474735799999, - 34.01927720400005 - ], - [ - -117.36474777499996, - 34.01927704700006 - ], - [ - -117.36474879599996, - 34.01927666200004 - ], - [ - -117.364749212, - 34.01927650500005 - ], - [ - -117.36474981299995, - 34.01927627900005 - ], - [ - -117.36475023, - 34.019276122000065 - ], - [ - -117.364751249, - 34.01927573800003 - ], - [ - -117.36475184899996, - 34.019275512000036 - ], - [ - -117.36475226799996, - 34.01927535500005 - ], - [ - -117.36475328599994, - 34.01927497100007 - ], - [ - -117.36475388699995, - 34.019274746000065 - ], - [ - -117.36475472199999, - 34.01927443100004 - ], - [ - -117.36475574099995, - 34.01927404700007 - ], - [ - -117.36475634199996, - 34.01927382100007 - ], - [ - -117.36475735999994, - 34.01927343800003 - ], - [ - -117.36475777699997, - 34.01927328000005 - ], - [ - -117.36475837799998, - 34.01927305500004 - ], - [ - -117.36475939699994, - 34.01927267100007 - ], - [ - -117.36475957999994, - 34.01927260200006 - ], - [ - -117.36475999799995, - 34.01927244500007 - ], - [ - -117.36476059799998, - 34.01927221900007 - ], - [ - -117.36476101599999, - 34.01927206200003 - ], - [ - -117.36476143299996, - 34.01927190500004 - ], - [ - -117.36476203399997, - 34.01927167800005 - ], - [ - -117.36476245199998, - 34.019271521000064 - ], - [ - -117.364763053, - 34.01927129500007 - ], - [ - -117.36476365399994, - 34.01927106900007 - ], - [ - -117.36476406999998, - 34.019270912000025 - ], - [ - -117.36476485499998, - 34.019270617000075 - ], - [ - -117.36476568999996, - 34.01927030300004 - ], - [ - -117.36476629099997, - 34.019270077000044 - ], - [ - -117.36476670999997, - 34.019269920000056 - ], - [ - -117.364767127, - 34.01926976200008 - ], - [ - -117.36476731, - 34.01926969400006 - ], - [ - -117.36476814399998, - 34.019269380000026 - ], - [ - -117.36476832899996, - 34.01926931000003 - ], - [ - -117.36476892899998, - 34.01926908400003 - ], - [ - -117.364769347, - 34.01926892600005 - ], - [ - -117.36476953099998, - 34.01926885800003 - ], - [ - -117.36476994599997, - 34.019268701000044 - ], - [ - -117.36477054899996, - 34.01926847400006 - ], - [ - -117.36477096699997, - 34.01926831700007 - ], - [ - -117.36477114999997, - 34.01926824900005 - ], - [ - -117.36477174999999, - 34.01926802200006 - ], - [ - -117.36477216799994, - 34.019267865000074 - ], - [ - -117.36477258599996, - 34.01926770800003 - ], - [ - -117.36477276899996, - 34.019267640000066 - ], - [ - -117.36477318699997, - 34.01926748300008 - ], - [ - -117.36477336999997, - 34.01926741300008 - ], - [ - -117.364774206, - 34.01926709900005 - ], - [ - -117.364774389, - 34.01926703100003 - ], - [ - -117.36477480699995, - 34.01926687300005 - ], - [ - -117.36477540699997, - 34.01926664700005 - ], - [ - -117.36477600799998, - 34.019266422000044 - ], - [ - -117.36477660899999, - 34.01926619500006 - ], - [ - -117.36477720999994, - 34.01926597000005 - ], - [ - -117.36477762699997, - 34.01926581200007 - ], - [ - -117.36477804599997, - 34.01926565500003 - ], - [ - -117.364778463, - 34.01926549800004 - ], - [ - -117.36477888099995, - 34.01926534000006 - ], - [ - -117.36477906399995, - 34.01926527200004 - ], - [ - -117.36477948199996, - 34.01926511500005 - ], - [ - -117.36478008199998, - 34.019264888000066 - ], - [ - -117.36478049999994, - 34.01926473100008 - ], - [ - -117.36478110099995, - 34.01926450600007 - ], - [ - -117.36478151899996, - 34.019264349000025 - ], - [ - -117.36478193599999, - 34.01926419100005 - ], - [ - -117.36478235399994, - 34.01926403400006 - ], - [ - -117.36478295399996, - 34.01926380800006 - ], - [ - -117.36478337199998, - 34.019263651000074 - ], - [ - -117.36478420599997, - 34.01926333600005 - ], - [ - -117.36478462399998, - 34.01926317900006 - ], - [ - -117.36478504299998, - 34.019263022000075 - ], - [ - -117.36478522599998, - 34.019262953000066 - ], - [ - -117.364785644, - 34.01926279600008 - ], - [ - -117.36478624399996, - 34.01926257000002 - ], - [ - -117.36478666099998, - 34.019262413000035 - ], - [ - -117.36478707899994, - 34.01926225600005 - ], - [ - -117.36478749699995, - 34.01926209900006 - ], - [ - -117.36478791399998, - 34.019261941000025 - ], - [ - -117.36478833199999, - 34.01926178400004 - ], - [ - -117.36478874899996, - 34.01926162700005 - ], - [ - -117.36478893099996, - 34.01926155800004 - ], - [ - -117.36478934999997, - 34.01926140100005 - ], - [ - -117.364789767, - 34.01926124400006 - ], - [ - -117.36479018499995, - 34.019261087000075 - ], - [ - -117.36479060099998, - 34.01926093000003 - ], - [ - -117.36479078599996, - 34.01926086000003 - ], - [ - -117.36479120299998, - 34.019260702000054 - ], - [ - -117.36479162199998, - 34.019260545000066 - ], - [ - -117.36479203899995, - 34.01926038800008 - ], - [ - -117.36479245499999, - 34.01926023100003 - ], - [ - -117.36479287299994, - 34.019260074000044 - ], - [ - -117.36479305599994, - 34.019260005000035 - ], - [ - -117.36479389199997, - 34.01925969100006 - ], - [ - -117.36479449299998, - 34.01925946500006 - ], - [ - -117.36479532799996, - 34.01925915000004 - ], - [ - -117.36479574499998, - 34.01925899300005 - ], - [ - -117.364796163, - 34.01925883600006 - ], - [ - -117.36479657999996, - 34.019258679000075 - ], - [ - -117.36479699799997, - 34.01925852100004 - ], - [ - -117.36479741599999, - 34.01925836400005 - ], - [ - -117.36479801599995, - 34.019258137000065 - ], - [ - -117.36479843499995, - 34.01925798000008 - ], - [ - -117.36479861699996, - 34.01925791200006 - ], - [ - -117.36479903499998, - 34.01925775500007 - ], - [ - -117.36479945199994, - 34.019257597000035 - ], - [ - -117.36479963599999, - 34.019257528000026 - ], - [ - -117.36480005299995, - 34.01925737100004 - ], - [ - -117.36480065399996, - 34.01925714500004 - ], - [ - -117.36480107199998, - 34.01925698800005 - ], - [ - -117.36480167199994, - 34.019256762000055 - ], - [ - -117.36480227299995, - 34.01925653600006 - ], - [ - -117.36480245599995, - 34.01925646700005 - ], - [ - -117.36480287399996, - 34.01925631000006 - ], - [ - -117.36480329099999, - 34.01925615300007 - ], - [ - -117.36480347399998, - 34.01925608400006 - ], - [ - -117.36480365799997, - 34.01925601500005 - ], - [ - -117.36480407699997, - 34.019255858000065 - ], - [ - -117.36480467799998, - 34.01925563100008 - ], - [ - -117.36480486099998, - 34.01925556300006 - ], - [ - -117.36480527899994, - 34.01925540600007 - ], - [ - -117.36480569599996, - 34.019255248000036 - ], - [ - -117.36480587899996, - 34.01925517900003 - ], - [ - -117.36480648099996, - 34.01925495200004 - ], - [ - -117.364806897, - 34.01925479600004 - ], - [ - -117.36480731399996, - 34.01925463900005 - ], - [ - -117.36480773199997, - 34.019254482000065 - ], - [ - -117.36480833399997, - 34.01925425600007 - ], - [ - -117.36480875199999, - 34.01925409900008 - ], - [ - -117.36480935299994, - 34.019253873000025 - ], - [ - -117.36480995399995, - 34.01925364700003 - ], - [ - -117.36481037099998, - 34.01925349000004 - ], - [ - -117.36481097199999, - 34.01925326400004 - ], - [ - -117.36481157299994, - 34.019253038000045 - ], - [ - -117.36481199099995, - 34.01925288000007 - ], - [ - -117.36481217299996, - 34.01925281200005 - ], - [ - -117.36481259199996, - 34.01925265400007 - ], - [ - -117.36481319299997, - 34.01925242800007 - ], - [ - -117.36481361099999, - 34.01925227100003 - ], - [ - -117.36481421199994, - 34.01925204500003 - ], - [ - -117.36481481199996, - 34.01925181900003 - ], - [ - -117.36481541199998, - 34.019251593000035 - ], - [ - -117.36481583099999, - 34.01925143500006 - ], - [ - -117.36481601399998, - 34.01925136600005 - ], - [ - -117.36481643099995, - 34.01925120900006 - ], - [ - -117.36481684899996, - 34.01925105200007 - ], - [ - -117.36481703199996, - 34.01925098300006 - ], - [ - -117.36481744999998, - 34.019250826000075 - ], - [ - -117.36481763299997, - 34.019250757000066 - ], - [ - -117.36481865199994, - 34.01925037400002 - ], - [ - -117.36481943499996, - 34.019250079000074 - ], - [ - -117.36481985199998, - 34.01924992200003 - ], - [ - -117.36482045399998, - 34.01924969600003 - ], - [ - -117.36482147199996, - 34.019249312000056 - ], - [ - -117.36482165499996, - 34.01924924400004 - ], - [ - -117.36482207399996, - 34.01924908600006 - ], - [ - -117.36482249099998, - 34.01924892900007 - ], - [ - -117.36482267499997, - 34.01924885900007 - ], - [ - -117.36482285799997, - 34.01924879000006 - ], - [ - -117.36482369299995, - 34.01924847600003 - ], - [ - -117.36482411099996, - 34.01924831900004 - ], - [ - -117.36482471199997, - 34.019248093000044 - ], - [ - -117.364825312, - 34.01924786700005 - ], - [ - -117.36482591199996, - 34.01924764100005 - ], - [ - -117.36482632999997, - 34.01924748300007 - ], - [ - -117.36482674699994, - 34.01924732600003 - ], - [ - -117.36482693, - 34.019247258000064 - ], - [ - -117.36482734899994, - 34.019247101000076 - ], - [ - -117.36482776699995, - 34.01924694200005 - ], - [ - -117.36482795099994, - 34.01924687400003 - ], - [ - -117.36482836699997, - 34.019246717000044 - ], - [ - -117.36482878499999, - 34.01924655900007 - ], - [ - -117.36482920199995, - 34.01924640200008 - ], - [ - -117.36482961999997, - 34.01924624500003 - ], - [ - -117.36483003599994, - 34.019246088000045 - ], - [ - -117.36483021999999, - 34.019246019000036 - ], - [ - -117.36483063799994, - 34.01924586200005 - ], - [ - -117.36483105599996, - 34.01924570500006 - ], - [ - -117.36483123899995, - 34.01924563600005 - ], - [ - -117.36483165699997, - 34.01924547800007 - ], - [ - -117.36483207499998, - 34.01924532100003 - ], - [ - -117.36483249199995, - 34.01924516400004 - ], - [ - -117.36483332599994, - 34.019244850000064 - ], - [ - -117.36483374299996, - 34.019244693000076 - ], - [ - -117.36483434599995, - 34.01924446600003 - ], - [ - -117.36483536299994, - 34.019244083000046 - ], - [ - -117.36483578099995, - 34.01924392500007 - ], - [ - -117.36484588399998, - 34.01924012300003 - ], - [ - -117.364865437, - 34.01923276300005 - ], - [ - -117.36488554099998, - 34.019225197000026 - ], - [ - -117.36489862999997, - 34.01922027000006 - ], - [ - -117.36512694399994, - 34.019220603000065 - ], - [ - -117.36673102399999, - 34.01850080200006 - ], - [ - -117.36671370299996, - 34.01847115000004 - ], - [ - -117.36759384699997, - 34.01812315700005 - ], - [ - -117.36770807499994, - 34.01797196900003 - ], - [ - -117.36841814899998, - 34.01703211500006 - ], - [ - -117.36918477699999, - 34.016017383000076 - ], - [ - -117.36940249399998, - 34.015729141000065 - ], - [ - -117.36951963899998, - 34.01557404500005 - ], - [ - -117.36961284399996, - 34.015450644000055 - ], - [ - -117.36982319599997, - 34.015172147000044 - ], - [ - -117.37005381199998, - 34.01486681700004 - ], - [ - -117.37008122199995, - 34.01483982600007 - ], - [ - -117.37037202099998, - 34.014452790000064 - ], - [ - -117.37052171199997, - 34.014253558000064 - ], - [ - -117.37062672899998, - 34.01411378600005 - ], - [ - -117.37073174399995, - 34.01397401600008 - ], - [ - -117.37083675899999, - 34.013834245000055 - ], - [ - -117.37094177199998, - 34.01369447400003 - ], - [ - -117.37104678599997, - 34.01355470200008 - ], - [ - -117.37115179899996, - 34.013414932000046 - ], - [ - -117.37125681299995, - 34.013275161000024 - ], - [ - -117.37136182599994, - 34.01313539000006 - ], - [ - -117.37143014799994, - 34.01304445200003 - ], - [ - -117.37201063299995, - 34.01227593600004 - ], - [ - -117.37220944599994, - 34.01201272600008 - ], - [ - -117.372321807, - 34.01186396400004 - ], - [ - -117.372362093, - 34.011810628000035 - ], - [ - -117.37242707399997, - 34.01172459600008 - ], - [ - -117.37247260599997, - 34.011664317000054 - ], - [ - -117.372530983, - 34.011587028000065 - ], - [ - -117.37256664999995, - 34.01153980300006 - ], - [ - -117.37263615399996, - 34.011447787000066 - ], - [ - -117.372740406, - 34.01130976200005 - ], - [ - -117.37275348699995, - 34.011292440000034 - ], - [ - -117.372851288, - 34.01116295800006 - ], - [ - -117.37290836799997, - 34.01108738600004 - ], - [ - -117.37292429799999, - 34.011066292000066 - ], - [ - -117.372961579, - 34.011016934000054 - ], - [ - -117.3729624599999, - 34.01101576800005 - ], - [ - -117.37306913199996, - 34.010874536000074 - ], - [ - -117.37311120599998, - 34.01081883000006 - ], - [ - -117.37317411099997, - 34.01073554800007 - ], - [ - -117.37327877299998, - 34.010596976000045 - ], - [ - -117.37332315699996, - 34.01053821100004 - ], - [ - -117.37338187199998, - 34.01046047400007 - ], - [ - -117.37348522199994, - 34.010323639000035 - ], - [ - -117.37353568699996, - 34.01025682300008 - ], - [ - -117.37359371899998, - 34.01017998700007 - ], - [ - -117.37362560399998, - 34.01013777500003 - ], - [ - -117.37363423599999, - 34.01012636000007 - ], - [ - -117.37364287599996, - 34.010114947000034 - ], - [ - -117.37365152899997, - 34.010103541000035 - ], - [ - -117.37366019299998, - 34.010092142000076 - ], - [ - -117.37366886799998, - 34.010080747000075 - ], - [ - -117.37367755399998, - 34.010069361000035 - ], - [ - -117.37368625099998, - 34.01005797600004 - ], - [ - -117.37369495999997, - 34.010046601000056 - ], - [ - -117.37370189099994, - 34.01003756400007 - ], - [ - -117.37370368199998, - 34.01003523300005 - ], - [ - -117.37371240899995, - 34.01002386600004 - ], - [ - -117.37372115099998, - 34.010012508000045 - ], - [ - -117.37372938799996, - 34.01000182200005 - ], - [ - -117.37372990299997, - 34.010001155000054 - ], - [ - -117.37373866599995, - 34.00998980800006 - ], - [ - -117.37374743999999, - 34.00997846700005 - ], - [ - -117.37375622599995, - 34.00996713100005 - ], - [ - -117.37376502299998, - 34.009955802000036 - ], - [ - -117.37377382899996, - 34.00994448000006 - ], - [ - -117.37378264799997, - 34.00993316300003 - ], - [ - -117.37379147699994, - 34.00992185000007 - ], - [ - -117.37380031699996, - 34.009910545000025 - ], - [ - -117.37380787999996, - 34.00990088900005 - ], - [ - -117.37380916899997, - 34.00989924600003 - ], - [ - -117.37381802899995, - 34.00988795100005 - ], - [ - -117.37382690299995, - 34.009876665000036 - ], - [ - -117.37383578599997, - 34.009865382000044 - ], - [ - -117.37384468199997, - 34.009854107000024 - ], - [ - -117.37385358699999, - 34.009842837000065 - ], - [ - -117.37386250399999, - 34.00983157400003 - ], - [ - -117.37387143199999, - 34.00982031600006 - ], - [ - -117.37388037099998, - 34.009809064000024 - ], - [ - -117.37388932099998, - 34.00979781900003 - ], - [ - -117.37389828, - 34.009786579000036 - ], - [ - -117.37390725199998, - 34.00977534500004 - ], - [ - -117.37391623699995, - 34.00976411700003 - ], - [ - -117.37391702399998, - 34.009763132000046 - ], - [ - -117.37392522799996, - 34.009752896000066 - ], - [ - -117.37393423199995, - 34.00974168100004 - ], - [ - -117.37394324599995, - 34.00973047200006 - ], - [ - -117.37395146299997, - 34.00972027200004 - ], - [ - -117.37395227099995, - 34.00971926900007 - ], - [ - -117.373961308, - 34.009708070000045 - ], - [ - -117.37397035599997, - 34.009696879000046 - ], - [ - -117.37397941399996, - 34.00968569400004 - ], - [ - -117.37398848299995, - 34.00967451400004 - ], - [ - -117.37399756199994, - 34.00966334200007 - ], - [ - -117.37400665299998, - 34.00965217700008 - ], - [ - -117.37401575499996, - 34.00964101500006 - ], - [ - -117.374024868, - 34.009629860000075 - ], - [ - -117.37402558599996, - 34.00962898100005 - ], - [ - -117.37403399099998, - 34.00961871100003 - ], - [ - -117.37404312399997, - 34.00960757000007 - ], - [ - -117.37405226899995, - 34.00959643400006 - ], - [ - -117.37406142499998, - 34.00958530300005 - ], - [ - -117.37407059099996, - 34.00957418000007 - ], - [ - -117.37407977, - 34.00956306200004 - ], - [ - -117.37408895699997, - 34.00955195000006 - ], - [ - -117.37409815399997, - 34.00954084400007 - ], - [ - -117.37410736399994, - 34.009529746000055 - ], - [ - -117.37410755299999, - 34.00952951800008 - ], - [ - -117.37411658399998, - 34.00951865300004 - ], - [ - -117.374125817, - 34.009507565000035 - ], - [ - -117.374135057, - 34.00949648500006 - ], - [ - -117.37413968599998, - 34.00949094400005 - ], - [ - -117.37414430999996, - 34.00948541100007 - ], - [ - -117.37415357299994, - 34.00947434200003 - ], - [ - -117.37416284699998, - 34.00946328100002 - ], - [ - -117.37417213099997, - 34.009452225000075 - ], - [ - -117.37418142599995, - 34.00944117600005 - ], - [ - -117.37419073199999, - 34.009430132000034 - ], - [ - -117.37420004999996, - 34.009419097000034 - ], - [ - -117.37420937599995, - 34.00940806500006 - ], - [ - -117.37421871499998, - 34.009397042000046 - ], - [ - -117.37422806299998, - 34.00938602300005 - ], - [ - -117.37423742399994, - 34.00937501100003 - ], - [ - -117.37424679399999, - 34.009364005000066 - ], - [ - -117.37425435799997, - 34.00935513400003 - ], - [ - -117.37425617499997, - 34.00935300800006 - ], - [ - -117.37426412399998, - 34.009343700000045 - ], - [ - -117.37426556599996, - 34.00934201500007 - ], - [ - -117.37427496699996, - 34.00933102700003 - ], - [ - -117.37428437999995, - 34.00932004600003 - ], - [ - -117.374293804, - 34.00930907400004 - ], - [ - -117.37430323799998, - 34.009298106000074 - ], - [ - -117.37431268299997, - 34.00928714400004 - ], - [ - -117.37432213799997, - 34.00927618800006 - ], - [ - -117.37433160299997, - 34.009265242000026 - ], - [ - -117.37434107999997, - 34.009254300000066 - ], - [ - -117.37435056599998, - 34.00924336200006 - ], - [ - -117.37436006599995, - 34.00923243500006 - ], - [ - -117.37436957299997, - 34.00922151100008 - ], - [ - -117.37437909199997, - 34.009210594000024 - ], - [ - -117.37438862199997, - 34.009199685000056 - ], - [ - -117.37439816199998, - 34.009188780000045 - ], - [ - -117.37440771299998, - 34.00917788300006 - ], - [ - -117.37441727399994, - 34.009166993000065 - ], - [ - -117.37442684599995, - 34.00915610800007 - ], - [ - -117.37443642799997, - 34.00914523100005 - ], - [ - -117.37444602099998, - 34.00913435800004 - ], - [ - -117.37445562399995, - 34.00912349300006 - ], - [ - -117.3744652399999, - 34.009112634000076 - ], - [ - -117.37446712299999, - 34.00911050700006 - ], - [ - -117.37447486099995, - 34.00910178200007 - ], - [ - -117.37448449899995, - 34.009090936000064 - ], - [ - -117.37448630399996, - 34.009088906000045 - ], - [ - -117.374494143, - 34.00908009700004 - ], - [ - -117.37450379899997, - 34.00906926400006 - ], - [ - -117.37451346599994, - 34.00905843800007 - ], - [ - -117.37452314199999, - 34.00904761700008 - ], - [ - -117.37453282999996, - 34.00903680600004 - ], - [ - -117.37454252699996, - 34.00902599800003 - ], - [ - -117.37455223599994, - 34.00901519800004 - ], - [ - -117.374561955, - 34.00900440400005 - ], - [ - -117.37457168399999, - 34.008993618000034 - ], - [ - -117.37458142399998, - 34.008982837000076 - ], - [ - -117.37459117299994, - 34.008972064000034 - ], - [ - -117.37460093599998, - 34.00896129600005 - ], - [ - -117.37460298499997, - 34.00895903500003 - ], - [ - -117.37461070599994, - 34.008950535000054 - ], - [ - -117.37462048799995, - 34.00893978000005 - ], - [ - -117.37463027899997, - 34.00892903300007 - ], - [ - -117.37464008099994, - 34.008918290000054 - ], - [ - -117.37464989499995, - 34.008907555000064 - ], - [ - -117.37465971699999, - 34.00889682900004 - ], - [ - -117.37466955099995, - 34.00888610700002 - ], - [ - -117.37467939399994, - 34.00887539300004 - ], - [ - -117.37468925, - 34.00886468400006 - ], - [ - -117.37469911499994, - 34.00885398200006 - ], - [ - -117.37470898799995, - 34.008843289000026 - ], - [ - -117.37471887399994, - 34.00883259900007 - ], - [ - -117.374723943, - 34.008827128000064 - ], - [ - -117.37472877, - 34.008821918000024 - ], - [ - -117.374738676, - 34.008811243000025 - ], - [ - -117.374748593, - 34.008800575000066 - ], - [ - -117.374758521, - 34.008789912000054 - ], - [ - -117.37476845799995, - 34.00877925800006 - ], - [ - -117.37477840499997, - 34.00876861000006 - ], - [ - -117.374788363, - 34.008757967000065 - ], - [ - -117.37479833099997, - 34.00874733400008 - ], - [ - -117.37480830899995, - 34.00873670500005 - ], - [ - -117.37481829799998, - 34.008726085000035 - ], - [ - -117.37482829599998, - 34.00871547000003 - ], - [ - -117.37483830499997, - 34.00870486100007 - ], - [ - -117.37484657799996, - 34.00869610900003 - ], - [ - -117.37484832699994, - 34.00869426200006 - ], - [ - -117.37485711999994, - 34.00868497000005 - ], - [ - -117.374858357, - 34.00868366700007 - ], - [ - -117.37486839699994, - 34.00867307800007 - ], - [ - -117.37487844699996, - 34.008662497000046 - ], - [ - -117.37488850699998, - 34.00865192300006 - ], - [ - -117.37489857699995, - 34.008641356000055 - ], - [ - -117.37490865899997, - 34.008630793000066 - ], - [ - -117.37491874999995, - 34.008620241000074 - ], - [ - -117.37492885299997, - 34.00860969400003 - ], - [ - -117.37493896399997, - 34.008599153000034 - ], - [ - -117.37494908599996, - 34.00858862000007 - ], - [ - -117.37495921899995, - 34.00857809300004 - ], - [ - -117.37496936199994, - 34.00856757300005 - ], - [ - -117.37497451499996, - 34.008562235000056 - ], - [ - -117.37497951299997, - 34.00855706100003 - ], - [ - -117.37498967599998, - 34.00854655400008 - ], - [ - -117.37499985, - 34.008536055000036 - ], - [ - -117.37501003199998, - 34.008525562000045 - ], - [ - -117.37502022499996, - 34.00851507600004 - ], - [ - -117.37503042999998, - 34.00850459800006 - ], - [ - -117.37504064299998, - 34.00849412500003 - ], - [ - -117.37505086599998, - 34.008483660000024 - ], - [ - -117.37506110099997, - 34.00847320100007 - ], - [ - -117.37507134599997, - 34.008462751000025 - ], - [ - -117.37508159899994, - 34.00845230600004 - ], - [ - -117.37509116999996, - 34.008442573000025 - ], - [ - -117.37509186399996, - 34.00844186900002 - ], - [ - -117.37510102699997, - 34.00843256500008 - ], - [ - -117.37510214099996, - 34.00843143700007 - ], - [ - -117.37511242199997, - 34.00842101500007 - ], - [ - -117.37512271699995, - 34.00841059600003 - ], - [ - -117.37513302199994, - 34.008400186000074 - ], - [ - -117.37514333699994, - 34.00838978300004 - ], - [ - -117.37515366199995, - 34.00837938900003 - ], - [ - -117.37516399599997, - 34.00836899900003 - ], - [ - -117.37517434299997, - 34.008358616000066 - ], - [ - -117.37518469699995, - 34.00834824200007 - ], - [ - -117.37519506099994, - 34.00833787400006 - ], - [ - -117.37520543799997, - 34.00832751200005 - ], - [ - -117.37521582199997, - 34.00831715800007 - ], - [ - -117.37522538399998, - 34.008307639000066 - ], - [ - -117.37522621699998, - 34.00830681100007 - ], - [ - -117.37523662299998, - 34.00829647100005 - ], - [ - -117.37524703799994, - 34.00828613700003 - ], - [ - -117.37525746399996, - 34.00827581100003 - ], - [ - -117.375267899, - 34.00826549100003 - ], - [ - -117.37527834399998, - 34.00825517900006 - ], - [ - -117.37528879899997, - 34.00824487400007 - ], - [ - -117.37529926599996, - 34.008234575000074 - ], - [ - -117.37530931499998, - 34.008224701000074 - ], - [ - -117.37530973999998, - 34.00822428500004 - ], - [ - -117.37532022599999, - 34.008214001000056 - ], - [ - -117.37533072099995, - 34.008203724000055 - ], - [ - -117.37534122599999, - 34.008193454000036 - ], - [ - -117.37535174499999, - 34.008183193000036 - ], - [ - -117.375353814, - 34.008181172000036 - ], - [ - -117.37536226799995, - 34.00817293500006 - ], - [ - -117.37537280099997, - 34.00816268700004 - ], - [ - -117.37538334699997, - 34.008152445000064 - ], - [ - -117.37539390199998, - 34.00814221100006 - ], - [ - -117.37540446599996, - 34.008131983000055 - ], - [ - -117.37541504099994, - 34.00812176200003 - ], - [ - -117.37542562599998, - 34.008111549000034 - ], - [ - -117.37543621999998, - 34.00810134200003 - ], - [ - -117.37544682499998, - 34.00809114400005 - ], - [ - -117.37545743899994, - 34.00808095100007 - ], - [ - -117.37546806299997, - 34.00807076700005 - ], - [ - -117.37547869699995, - 34.008060589000024 - ], - [ - -117.37550478699995, - 34.00803569000004 - ], - [ - -117.37554832599994, - 34.00799885500004 - ], - [ - -117.37556000799998, - 34.00798897200008 - ], - [ - -117.37557434499996, - 34.00797684300005 - ], - [ - -117.37559602099998, - 34.00795850500003 - ], - [ - -117.37563732299998, - 34.00792356300008 - ], - [ - -117.37574453999997, - 34.00783285500006 - ], - [ - -117.37581451499995, - 34.00777365600004 - ], - [ - -117.37585038799995, - 34.007743306000066 - ], - [ - -117.37595760399995, - 34.007652601000075 - ], - [ - -117.37599396799999, - 34.007621834000076 - ], - [ - -117.37606340699995, - 34.00756308700005 - ], - [ - -117.37613448099995, - 34.00750295600005 - ], - [ - -117.37616907499995, - 34.00747369100003 - ], - [ - -117.37627384999996, - 34.00738504700007 - ], - [ - -117.37637841299994, - 34.00729658400007 - ], - [ - -117.37648344599995, - 34.00720772200003 - ], - [ - -117.37658701199996, - 34.007120102000044 - ], - [ - -117.37669176999998, - 34.00703147300004 - ], - [ - -117.37679743899997, - 34.00694207200007 - ], - [ - -117.376901337, - 34.006854170000054 - ], - [ - -117.37700728799996, - 34.006764530000055 - ], - [ - -117.37711103699996, - 34.00667675500006 - ], - [ - -117.377217799, - 34.00658642900004 - ], - [ - -117.37732261699995, - 34.006497746000036 - ], - [ - -117.37742769, - 34.006408848000035 - ], - [ - -117.37753264, - 34.00632005400007 - ], - [ - -117.37763824899997, - 34.006230704000075 - ], - [ - -117.37774359499997, - 34.006141574000026 - ], - [ - -117.37784999499996, - 34.00605155200003 - ], - [ - -117.37795524999996, - 34.00596249800003 - ], - [ - -117.37806058799998, - 34.00587337600007 - ], - [ - -117.37816732099998, - 34.00578307200004 - ], - [ - -117.37824555999998, - 34.005716876000065 - ], - [ - -117.37825305999996, - 34.005710529000055 - ], - [ - -117.37827326699994, - 34.00569343300003 - ], - [ - -117.378316069, - 34.00565721800007 - ], - [ - -117.37865988599998, - 34.00552998400008 - ], - [ - -117.37865942199994, - 34.005529428000045 - ], - [ - -117.37866814499995, - 34.00552618100005 - ], - [ - -117.37887866099999, - 34.005429277000076 - ], - [ - -117.37912003199995, - 34.00535794000007 - ], - [ - -117.37922313099995, - 34.00548354600005 - ], - [ - -117.38006446999998, - 34.00650854300005 - ], - [ - -117.38049692199996, - 34.00703538100004 - ], - [ - -117.38103776699995, - 34.00660119500003 - ], - [ - -117.38237166299996, - 34.00553032600004 - ], - [ - -117.383032099, - 34.00500010300004 - ], - [ - -117.38327795599997, - 34.00496805300003 - ], - [ - -117.38377731299994, - 34.004902954000045 - ], - [ - -117.38400007399997, - 34.004592815000024 - ], - [ - -117.38415064999998, - 34.004411735000076 - ], - [ - -117.38449399499996, - 34.003998839000076 - ], - [ - -117.38986848099995, - 33.99777971700007 - ], - [ - -117.38986868499995, - 33.997779481000066 - ], - [ - -117.39011585599997, - 33.997493432000056 - ], - [ - -117.39013064899996, - 33.99747631300005 - ], - [ - -117.39114040299995, - 33.99630771500006 - ], - [ - -117.39141736099998, - 33.99598717900005 - ], - [ - -117.39169296499995, - 33.99614648900007 - ], - [ - -117.39203891699998, - 33.996346464000055 - ], - [ - -117.392058782, - 33.99628398900006 - ], - [ - -117.39207113899994, - 33.996245126000076 - ], - [ - -117.39216186299996, - 33.99595980700008 - ], - [ - -117.39217279399998, - 33.99592543000006 - ], - [ - -117.39226520099999, - 33.99563481300004 - ], - [ - -117.39227679799995, - 33.995598339000026 - ], - [ - -117.39236876499996, - 33.99530910500005 - ], - [ - -117.39237097699998, - 33.99531022900004 - ], - [ - -117.39242422899997, - 33.99514404800004 - ], - [ - -117.39242166399998, - 33.99514273700004 - ], - [ - -117.39243701899994, - 33.995094444000074 - ], - [ - -117.39244785999995, - 33.99506034800004 - ], - [ - -117.39250798599994, - 33.99487488200003 - ], - [ - -117.39258889399997, - 33.99462530100004 - ], - [ - -117.39267649799996, - 33.99435506900005 - ], - [ - -117.39271553599997, - 33.99423464400007 - ], - [ - -117.39272440899998, - 33.994207274000075 - ], - [ - -117.39276142099999, - 33.994093097000075 - ], - [ - -117.39285664299996, - 33.993799360000025 - ], - [ - -117.392956761, - 33.993490517000055 - ], - [ - -117.39301315599994, - 33.99331654800005 - ], - [ - -117.39324102899997, - 33.992613593000044 - ], - [ - -117.39342552999994, - 33.99204442900003 - ], - [ - -117.39361931099995, - 33.99039578000003 - ], - [ - -117.39358383999996, - 33.99037809200007 - ], - [ - -117.39269589199995, - 33.98993530800004 - ], - [ - -117.39265797799999, - 33.98991640200006 - ], - [ - -117.39264844299998, - 33.98991164700004 - ], - [ - -117.39262041999996, - 33.98989767300003 - ], - [ - -117.39261953399995, - 33.989894840000034 - ], - [ - -117.39258917399997, - 33.98988004700004 - ], - [ - -117.39255850999996, - 33.98986569700003 - ], - [ - -117.39253627, - 33.98985571000003 - ], - [ - -117.392090812, - 33.98963357200006 - ], - [ - -117.39235732299994, - 33.98935167800005 - ], - [ - -117.39254710799997, - 33.98915093700003 - ], - [ - -117.39532743899997, - 33.98638290300005 - ], - [ - -117.39744967099995, - 33.98426989400008 - ], - [ - -117.39796340499998, - 33.98351006000007 - ], - [ - -117.39802148099994, - 33.98342416400004 - ], - [ - -117.39815228599997, - 33.98323069500003 - ], - [ - -117.40085667499994, - 33.97923049800005 - ], - [ - -117.40111516999997, - 33.978848121000055 - ], - [ - -117.40258319999998, - 33.97667648200007 - ], - [ - -117.40270648699999, - 33.97644992800008 - ], - [ - -117.40276433499997, - 33.97634362700006 - ], - [ - -117.40381592499995, - 33.97674041100004 - ], - [ - -117.40523707499995, - 33.97658099100005 - ], - [ - -117.40532796199994, - 33.97657079500004 - ], - [ - -117.40711991799998, - 33.97636975300003 - ], - [ - -117.40712578999995, - 33.97636909400006 - ], - [ - -117.40713546899997, - 33.97636516800003 - ], - [ - -117.40714382899995, - 33.97636177900006 - ], - [ - -117.40715218799994, - 33.976358392000066 - ], - [ - -117.40716055099995, - 33.97635500900003 - ], - [ - -117.40716891299996, - 33.97635162700004 - ], - [ - -117.40717727699996, - 33.976348245000054 - ], - [ - -117.407185643, - 33.97634486800007 - ], - [ - -117.40719400899997, - 33.976341492000074 - ], - [ - -117.40720237799997, - 33.97633811800006 - ], - [ - -117.40721074799995, - 33.976334748000056 - ], - [ - -117.40721911799994, - 33.97633138000003 - ], - [ - -117.40722749099996, - 33.97632801200007 - ], - [ - -117.40723586399997, - 33.97632464800006 - ], - [ - -117.40724423899997, - 33.97632128600003 - ], - [ - -117.40725261499995, - 33.97631792400006 - ], - [ - -117.40726099099999, - 33.97631456900007 - ], - [ - -117.40726937099998, - 33.97631121300003 - ], - [ - -117.40727775, - 33.97630785700005 - ], - [ - -117.40728613099998, - 33.976304508000055 - ], - [ - -117.407294515, - 33.97630116000005 - ], - [ - -117.40730289799995, - 33.97629781200004 - ], - [ - -117.40731128299996, - 33.97629447000003 - ], - [ - -117.40731966899995, - 33.976291127000025 - ], - [ - -117.40732805699997, - 33.97628778600006 - ], - [ - -117.40733644599999, - 33.97628445000004 - ], - [ - -117.407344836, - 33.97628111500006 - ], - [ - -117.40735322799998, - 33.97627777900004 - ], - [ - -117.40736161999996, - 33.97627445000006 - ], - [ - -117.40737001599996, - 33.97627112200007 - ], - [ - -117.40737840899999, - 33.976267793000034 - ], - [ - -117.40986770099994, - 33.97526954800003 - ], - [ - -117.41046297799994, - 33.97568952300003 - ], - [ - -117.41298521899995, - 33.97467895800003 - ], - [ - -117.41575010499997, - 33.97360183400008 - ], - [ - -117.41587828599995, - 33.97327394900003 - ], - [ - -117.41563922999995, - 33.97311885200003 - ], - [ - -117.41575023399997, - 33.972716588000026 - ], - [ - -117.41990905699998, - 33.970998156000064 - ], - [ - -117.420545528, - 33.97073249700003 - ], - [ - -117.42118746499995, - 33.970476133000034 - ], - [ - -117.42183467499996, - 33.97022914200005 - ], - [ - -117.42248695799998, - 33.96999160200005 - ], - [ - -117.42306327399996, - 33.96979163200007 - ], - [ - -117.42314411499996, - 33.96976358100005 - ], - [ - -117.42380594599996, - 33.969545151000034 - ], - [ - -117.42447224999995, - 33.96933638000007 - ], - [ - -117.42514282399998, - 33.969137327000055 - ], - [ - -117.42581746499997, - 33.968948056000045 - ], - [ - -117.42649596399997, - 33.96876862500005 - ], - [ - -117.42717812099994, - 33.968599088000076 - ], - [ - -117.42786372199998, - 33.96843949500004 - ], - [ - -117.42855256099995, - 33.968289896000044 - ], - [ - -117.42924442499998, - 33.968150335000075 - ], - [ - -117.42993910699994, - 33.968020857000056 - ], - [ - -117.43063639599995, - 33.96790150100003 - ], - [ - -117.43133607599998, - 33.96779230200008 - ], - [ - -117.43174072199997, - 33.967735222000044 - ], - [ - -117.43196858299996, - 33.96770030700003 - ], - [ - -117.43202725699996, - 33.967691315000025 - ], - [ - -117.432055172, - 33.967687488000024 - ], - [ - -117.43209259499997, - 33.96768276700004 - ], - [ - -117.43213612899996, - 33.967677276000074 - ], - [ - -117.43227434099998, - 33.96765984100006 - ], - [ - -117.43243364699998, - 33.96763974500004 - ], - [ - -117.43254302799994, - 33.967625946000055 - ], - [ - -117.43259607899995, - 33.967619254000056 - ], - [ - -117.43267604, - 33.967609167000035 - ], - [ - -117.43273588699998, - 33.96760161800006 - ], - [ - -117.43276889799995, - 33.96759814100005 - ], - [ - -117.43283230599997, - 33.967591785000025 - ], - [ - -117.43322732399997, - 33.967552187000024 - ], - [ - -117.43350544099997, - 33.967524307000076 - ], - [ - -117.43351506699997, - 33.967525944000045 - ], - [ - -117.43351639099996, - 33.96752617000004 - ], - [ - -117.43495365999996, - 33.967770588000064 - ], - [ - -117.43497906099998, - 33.967774908000024 - ], - [ - -117.43583798499998, - 33.968493601000034 - ], - [ - -117.43583821399994, - 33.96849379300005 - ], - [ - -117.43586408699997, - 33.968423775000076 - ], - [ - -117.43586517199998, - 33.96842083900003 - ], - [ - -117.43586625599994, - 33.968417903000045 - ], - [ - -117.43594120499995, - 33.968215075000046 - ], - [ - -117.43597375899998, - 33.96812697300004 - ], - [ - -117.43597855499996, - 33.96811399200004 - ], - [ - -117.43616592399997, - 33.967606929000056 - ], - [ - -117.43616552299994, - 33.96757871500006 - ], - [ - -117.43616552299994, - 33.96757866000007 - ], - [ - -117.43616424099997, - 33.96748837300004 - ], - [ - -117.43615544899995, - 33.96686862800004 - ], - [ - -117.43617163799996, - 33.966868806000036 - ], - [ - -117.436216533, - 33.96686930300007 - ], - [ - -117.43866923099995, - 33.966870433000054 - ], - [ - -117.43879171699996, - 33.96687052100003 - ], - [ - -117.43893818499998, - 33.96687047200004 - ], - [ - -117.44068772999998, - 33.96686990000006 - ], - [ - -117.44069145499998, - 33.96686990000006 - ], - [ - -117.44069518099997, - 33.96686989900007 - ], - [ - -117.44070300799996, - 33.96686989600005 - ], - [ - -117.44071397399995, - 33.96686989300008 - ], - [ - -117.44079896299996, - 33.966869863000056 - ], - [ - -117.44085264299997, - 33.966869845000076 - ], - [ - -117.44411644999997, - 33.966868711000075 - ], - [ - -117.44519597599998, - 33.966868315000056 - ], - [ - -117.44672683899995, - 33.966867739000065 - ], - [ - -117.44696368899997, - 33.96686764900005 - ], - [ - -117.44696972699995, - 33.96623600600003 - ], - [ - -117.44697234799997, - 33.965961684000035 - ], - [ - -117.44728336299994, - 33.96596359800003 - ], - [ - -117.44748396499995, - 33.965964833000044 - ], - [ - -117.447565554, - 33.96596533500008 - ], - [ - -117.44775963199999, - 33.96596652900007 - ], - [ - -117.44863755899996, - 33.965971927000055 - ], - [ - -117.44883734499996, - 33.96597315500003 - ], - [ - -117.44914980099998, - 33.96597507300004 - ], - [ - -117.449158448, - 33.96506803600005 - ], - [ - -117.45122985599994, - 33.965080741000065 - ], - [ - -117.45176412999996, - 33.965084012000034 - ], - [ - -117.45178492799994, - 33.965084138000066 - ], - [ - -117.451958032, - 33.965085198000054 - ], - [ - -117.45261699599996, - 33.96508922700008 - ], - [ - -117.45361024899995, - 33.96509529600007 - ], - [ - -117.45361197999995, - 33.96575594700005 - ], - [ - -117.45361228099995, - 33.96587098900005 - ], - [ - -117.45361501899998, - 33.96691689000005 - ], - [ - -117.45681168299996, - 33.96590774400005 - ], - [ - -117.45720316699999, - 33.96578415000005 - ], - [ - -117.45887460199998, - 33.96525644500008 - ], - [ - -117.45981772599998, - 33.964958669000055 - ], - [ - -117.46020813899997, - 33.96483539900004 - ], - [ - -117.46113774499997, - 33.964541877000045 - ], - [ - -117.46540553799997, - 33.96443772500004 - ], - [ - -117.46618782599995, - 33.964418618000025 - ], - [ - -117.46768438599997, - 33.964382052000076 - ], - [ - -117.46886067599996, - 33.96435225600004 - ], - [ - -117.47093552599995, - 33.96470702900007 - ], - [ - -117.47141842899998, - 33.96476424700006 - ], - [ - -117.475601053, - 33.96467290600003 - ], - [ - -117.47616278299995, - 33.96426705400006 - ], - [ - -117.47856463699998, - 33.96253163800003 - ], - [ - -117.47891751699996, - 33.96253418900005 - ], - [ - -117.47943254999996, - 33.96253791200007 - ], - [ - -117.47978339999997, - 33.96254044700004 - ], - [ - -117.48077333899994, - 33.96254759300007 - ], - [ - -117.48078128299994, - 33.961641788000065 - ], - [ - -117.48090057399997, - 33.96164256600008 - ], - [ - -117.48405020599995, - 33.96166309500006 - ], - [ - -117.48406271599998, - 33.960756305000075 - ], - [ - -117.48732885099997, - 33.96077934400006 - ], - [ - -117.48733274499995, - 33.96050524800006 - ], - [ - -117.48734496599997, - 33.960505313000056 - ], - [ - -117.48842014299998, - 33.960511007000036 - ], - [ - -117.488801847, - 33.96051302600006 - ], - [ - -117.49317162199998, - 33.96053724500007 - ], - [ - -117.49493492699997, - 33.960546116000046 - ], - [ - -117.49493577199996, - 33.96072059100004 - ], - [ - -117.49493576699996, - 33.96074507900005 - ], - [ - -117.49493575499997, - 33.96082142900008 - ], - [ - -117.49493625999997, - 33.960821432000046 - ], - [ - -117.49493625999997, - 33.96082155800008 - ], - [ - -117.49684986399996, - 33.96083279800007 - ], - [ - -117.49901052699994, - 33.96084545200006 - ], - [ - -117.50579227799994, - 33.96088492700005 - ], - [ - -117.50630665199998, - 33.96088780700006 - ], - [ - -117.50796847999999, - 33.96089710200005 - ], - [ - -117.50796406799998, - 33.960079061000044 - ], - [ - -117.51013243799997, - 33.960069014000055 - ], - [ - -117.51014478199994, - 33.959176773000024 - ], - [ - -117.51038888199997, - 33.95917651800005 - ], - [ - -117.51104421799994, - 33.95917583200003 - ], - [ - -117.51190450099995, - 33.95917492500007 - ], - [ - -117.51298291199998, - 33.95917378300004 - ], - [ - -117.51308987399995, - 33.95917366900005 - ], - [ - -117.51496975799995, - 33.95917164900004 - ], - [ - -117.51886676499998, - 33.95916737600004 - ], - [ - -117.51889385899995, - 33.957139649000055 - ], - [ - -117.51891455099997, - 33.95559082800003 - ], - [ - -117.52266928599994, - 33.95559501100007 - ], - [ - -117.52269631599995, - 33.95559504000005 - ], - [ - -117.523022874, - 33.95559539800007 - ], - [ - -117.523259495, - 33.95559565700006 - ], - [ - -117.52327501599996, - 33.95559567500004 - ], - [ - -117.52327787499996, - 33.955595677000076 - ], - [ - -117.52329136699996, - 33.95393187600007 - ], - [ - -117.52329245599998, - 33.953820886000074 - ], - [ - -117.52373390399998, - 33.95372983800007 - ], - [ - -117.523733274, - 33.95353472100004 - ], - [ - -117.52372591699998, - 33.95126391600007 - ], - [ - -117.52372564499996, - 33.95118013600006 - ], - [ - -117.52372555399995, - 33.95115183300004 - ], - [ - -117.52372538199995, - 33.951099068000076 - ], - [ - -117.52372310599998, - 33.95039635400008 - ], - [ - -117.52372230799995, - 33.95014964500007 - ], - [ - -117.52372155199998, - 33.94991664300005 - ], - [ - -117.52372064899998, - 33.949637815000074 - ], - [ - -117.52372004399996, - 33.94945110700007 - ], - [ - -117.52371977599995, - 33.949368399000036 - ], - [ - -117.52371950899999, - 33.94928624200003 - ], - [ - -117.523718, - 33.94882015600007 - ], - [ - -117.52371601899995, - 33.94820868900007 - ], - [ - -117.52371600999999, - 33.948205872000074 - ], - [ - -117.52371401799996, - 33.947590725000055 - ], - [ - -117.52371096099995, - 33.94664731800003 - ], - [ - -117.52370957099998, - 33.94621763400005 - ], - [ - -117.52370885, - 33.94599542200007 - ], - [ - -117.52370935599998, - 33.94573192000007 - ], - [ - -117.52370937299997, - 33.945690712000044 - ], - [ - -117.52370937199998, - 33.94569065400003 - ], - [ - -117.51840392599996, - 33.94563376600007 - ], - [ - -117.51798073699996, - 33.945629214000064 - ], - [ - -117.51781139399998, - 33.94562739100007 - ], - [ - -117.517803728, - 33.94562730900003 - ], - [ - -117.51721650699994, - 33.945620990000066 - ], - [ - -117.51720353199994, - 33.94562085000007 - ], - [ - -117.51509150799995, - 33.94443093500007 - ], - [ - -117.51492547099997, - 33.94433738500004 - ], - [ - -117.51492538399998, - 33.94432457600004 - ], - [ - -117.51492316699995, - 33.944000164000045 - ], - [ - -117.51492092299998, - 33.94367144900008 - ], - [ - -117.51491784899997, - 33.94322134600003 - ], - [ - -117.51490894199998, - 33.94322136900007 - ], - [ - -117.51457121199996, - 33.94322118600007 - ], - [ - -117.51422458699994, - 33.94322099800007 - ], - [ - -117.51352478799998, - 33.943229031000044 - ], - [ - -117.51341542199998, - 33.94323035800005 - ], - [ - -117.51284572199995, - 33.94124359500006 - ], - [ - -117.51206981499996, - 33.94095945600003 - ], - [ - -117.51269476199997, - 33.93822623800003 - ], - [ - -117.51294872199998, - 33.937115488000074 - ], - [ - -117.51477812499996, - 33.93605943700004 - ], - [ - -117.51568165499998, - 33.93553353300007 - ], - [ - -117.51573236699994, - 33.93337812500005 - ], - [ - -117.51759340899997, - 33.930680464000034 - ], - [ - -117.51759533299997, - 33.93067160100003 - ], - [ - -117.51781695499994, - 33.92965027900004 - ], - [ - -117.51715479099994, - 33.929227378000064 - ], - [ - -117.51672020799998, - 33.92826847400005 - ], - [ - -117.51687691299998, - 33.92786028200004 - ], - [ - -117.51700320899994, - 33.92753129400006 - ], - [ - -117.51700552699998, - 33.927525256000024 - ], - [ - -117.516810852, - 33.926890368000045 - ], - [ - -117.51586423699996, - 33.92380304500006 - ], - [ - -117.51557450799999, - 33.922858071000064 - ], - [ - -117.51557079899999, - 33.92284597200006 - ], - [ - -117.515312398, - 33.92200315800005 - ], - [ - -117.51531451699998, - 33.921946313000035 - ], - [ - -117.51534816699996, - 33.92131434100003 - ], - [ - -117.51488660499996, - 33.92131763200007 - ], - [ - -117.51487927399995, - 33.92131258300003 - ], - [ - -117.51468186499994, - 33.921176642000034 - ], - [ - -117.51409555299995, - 33.92077590200006 - ], - [ - -117.51411389299994, - 33.91905853800006 - ], - [ - -117.51378829799995, - 33.91825492000004 - ], - [ - -117.513036952, - 33.91640042200004 - ], - [ - -117.51237652799995, - 33.914770274000034 - ], - [ - -117.51251632599997, - 33.91401798600003 - ], - [ - -117.512789952, - 33.91254548500007 - ], - [ - -117.51279013099997, - 33.912544525000044 - ], - [ - -117.51286705099994, - 33.912451119000025 - ], - [ - -117.51291793299998, - 33.91238982800007 - ], - [ - -117.51303794399996, - 33.912245263000045 - ], - [ - -117.51455266399995, - 33.91042058100004 - ], - [ - -117.51460110099998, - 33.91036223400005 - ], - [ - -117.51460817799995, - 33.91035370600002 - ], - [ - -117.51460764399997, - 33.91027072900005 - ], - [ - -117.51460236499997, - 33.90944846300005 - ], - [ - -117.51460150499997, - 33.90931451000006 - ], - [ - -117.51460098099994, - 33.90923315500004 - ], - [ - -117.51095203899996, - 33.90929675800004 - ], - [ - -117.51084240899996, - 33.909299145000034 - ], - [ - -117.51078377299996, - 33.907309498000075 - ], - [ - -117.51078128699999, - 33.90722518300004 - ], - [ - -117.51071016999998, - 33.90481203500008 - ], - [ - -117.51069527099997, - 33.90430629300005 - ], - [ - -117.51069281499997, - 33.90422301000007 - ], - [ - -117.51069041299996, - 33.90414148200006 - ], - [ - -117.51067683099996, - 33.903680601000076 - ], - [ - -117.51066071799994, - 33.90313383200004 - ], - [ - -117.51062182499999, - 33.901856448000046 - ], - [ - -117.51062099399996, - 33.90184576400003 - ], - [ - -117.51062151399998, - 33.90183838200005 - ], - [ - -117.51062222199994, - 33.901831507000054 - ], - [ - -117.51061914499996, - 33.90174809900003 - ], - [ - -117.51061662999996, - 33.90173936000008 - ], - [ - -117.51061724399995, - 33.90172502100006 - ], - [ - -117.510619196, - 33.90172476400005 - ], - [ - -117.51061718399995, - 33.90165645700006 - ], - [ - -117.51060425599997, - 33.901658445000066 - ], - [ - -117.51058746999996, - 33.90166128000004 - ], - [ - -117.51057074999994, - 33.90166435200007 - ], - [ - -117.51055409599996, - 33.90166766700003 - ], - [ - -117.51053751099994, - 33.90167122300005 - ], - [ - -117.51052100299995, - 33.90167501800005 - ], - [ - -117.51050457599996, - 33.90167904800006 - ], - [ - -117.51048823199994, - 33.90168331800004 - ], - [ - -117.51047198499998, - 33.90168782400008 - ], - [ - -117.510455832, - 33.90169256200005 - ], - [ - -117.51043977999996, - 33.90169753300006 - ], - [ - -117.51042383199996, - 33.901702734000025 - ], - [ - -117.51040799499998, - 33.90170816500006 - ], - [ - -117.51039227299998, - 33.90171382500006 - ], - [ - -117.51037667199995, - 33.901719710000066 - ], - [ - -117.51036119599996, - 33.90172582100007 - ], - [ - -117.51034584799999, - 33.90173215400006 - ], - [ - -117.510330636, - 33.90173870700005 - ], - [ - -117.50978576299997, - 33.90197876800005 - ], - [ - -117.50976163699994, - 33.901989178000065 - ], - [ - -117.50973730699997, - 33.901999259000036 - ], - [ - -117.50971278299994, - 33.90200900200006 - ], - [ - -117.50968806699996, - 33.90201840900005 - ], - [ - -117.50966317099994, - 33.90202747200004 - ], - [ - -117.509638097, - 33.90203619300007 - ], - [ - -117.50961285399995, - 33.902044567000075 - ], - [ - -117.50958744899998, - 33.902052594000054 - ], - [ - -117.50956188999999, - 33.90206026900006 - ], - [ - -117.50953617999994, - 33.90206759400007 - ], - [ - -117.50930183099996, - 33.90213308500006 - ], - [ - -117.50927633499998, - 33.90214040600006 - ], - [ - -117.50925098599998, - 33.902148071000056 - ], - [ - -117.50921705199994, - 33.90215901600004 - ], - [ - -117.508979948, - 33.90223640100004 - ], - [ - -117.50893982799994, - 33.90224893200008 - ], - [ - -117.50889620799995, - 33.90226144900004 - ], - [ - -117.50885533899998, - 33.902272166000046 - ], - [ - -117.50881415299995, - 33.90228199300003 - ], - [ - -117.50877267699997, - 33.90229093200003 - ], - [ - -117.50872771299998, - 33.902299553000034 - ], - [ - -117.50868572, - 33.90230661900006 - ], - [ - -117.50864352199994, - 33.902312780000045 - ], - [ - -117.50860114999995, - 33.902318026000046 - ], - [ - -117.50855862299994, - 33.90232235600007 - ], - [ - -117.50851598099996, - 33.90232576900007 - ], - [ - -117.50846995299997, - 33.902328416000046 - ], - [ - -117.50842715099998, - 33.90232991400006 - ], - [ - -117.50838431799997, - 33.902330488000075 - ], - [ - -117.50834147799998, - 33.902330137000035 - ], - [ - -117.50829756, - 33.90232882000004 - ], - [ - -117.50810226699997, - 33.90232051300006 - ], - [ - -117.50802087699998, - 33.90231709600005 - ], - [ - -117.50801102099996, - 33.90231649300006 - ], - [ - -117.50800121399999, - 33.902315454000075 - ], - [ - -117.50799148399994, - 33.90231398800006 - ], - [ - -117.50797868599994, - 33.90231136500006 - ], - [ - -117.50796924999997, - 33.902308909000055 - ], - [ - -117.50795998499996, - 33.90230603500004 - ], - [ - -117.50795091699996, - 33.902302760000055 - ], - [ - -117.50793916799995, - 33.90229777500008 - ], - [ - -117.50793065499994, - 33.90229358700003 - ], - [ - -117.50792241799996, - 33.90228902800004 - ], - [ - -117.50791190599995, - 33.90228240000005 - ], - [ - -117.50790440699996, - 33.90227703200003 - ], - [ - -117.50789726, - 33.90227133800005 - ], - [ - -117.50788831299997, - 33.90226326700002 - ], - [ - -117.50788206099998, - 33.902256883000064 - ], - [ - -117.50787524299994, - 33.90224903200004 - ], - [ - -117.50754531299998, - 33.901860413000065 - ], - [ - -117.50748347099994, - 33.90178683400006 - ], - [ - -117.50724283599999, - 33.90150052300004 - ], - [ - -117.50718339199994, - 33.90142779400003 - ], - [ - -117.506297454, - 33.90031331400007 - ], - [ - -117.50500310799998, - 33.89874333900008 - ], - [ - -117.50476705499995, - 33.89844939900007 - ], - [ - -117.50354296999996, - 33.89696900600006 - ], - [ - -117.50278005299998, - 33.89606257100007 - ], - [ - -117.50273927999996, - 33.896013366000034 - ], - [ - -117.50138770199999, - 33.89436187700005 - ], - [ - -117.50123902299998, - 33.89418020700003 - ], - [ - -117.50108803499995, - 33.89399571600006 - ], - [ - -117.50107910299994, - 33.89398480300002 - ], - [ - -117.50302136199997, - 33.89303369700008 - ], - [ - -117.50299458699999, - 33.89300016300007 - ], - [ - -117.50303434199998, - 33.892981279000026 - ], - [ - -117.50298134299999, - 33.89291151700007 - ], - [ - -117.50296572999997, - 33.892890968000074 - ], - [ - -117.50223652299997, - 33.891948900000045 - ], - [ - -117.50217652199996, - 33.89197555900006 - ], - [ - -117.50205424099994, - 33.89182240400004 - ], - [ - -117.50211381799994, - 33.89179580600006 - ], - [ - -117.501848871, - 33.891470138000045 - ], - [ - -117.50177248799997, - 33.891376156000035 - ], - [ - -117.50169640699994, - 33.891282337000064 - ], - [ - -117.50108808199997, - 33.89053367300005 - ], - [ - -117.50107953299994, - 33.89052532100004 - ], - [ - -117.50081459899997, - 33.89020153400003 - ], - [ - -117.50080062299998, - 33.890188075000026 - ], - [ - -117.50077039999996, - 33.890213008000046 - ], - [ - -117.50076976099996, - 33.89021355400007 - ], - [ - -117.50066715199995, - 33.89008502900003 - ], - [ - -117.50068904399996, - 33.890063449000024 - ], - [ - -117.50069424299994, - 33.89005857600006 - ], - [ - -117.50064395099997, - 33.88999735200008 - ], - [ - -117.50054740499996, - 33.88987981300005 - ], - [ - -117.50051790699996, - 33.88989668900007 - ], - [ - -117.500517845, - 33.88989661200003 - ], - [ - -117.50046229799995, - 33.88982557000003 - ], - [ - -117.50048747899996, - 33.889811215000066 - ], - [ - -117.50053358699995, - 33.889784931000065 - ], - [ - -117.50049006999996, - 33.88973036300007 - ], - [ - -117.50044445099996, - 33.88967315100007 - ], - [ - -117.50037443399998, - 33.889713194000024 - ], - [ - -117.50033780599995, - 33.88966634900004 - ], - [ - -117.50035009399994, - 33.88965931600006 - ], - [ - -117.50041597499995, - 33.88963744300003 - ], - [ - -117.50040730199999, - 33.88962656700005 - ], - [ - -117.50036963199994, - 33.889579327000035 - ], - [ - -117.50030947899995, - 33.88950389100006 - ], - [ - -117.50021536499997, - 33.889385867000044 - ], - [ - -117.50141842399995, - 33.888979508000034 - ], - [ - -117.50155998599996, - 33.888898545000075 - ], - [ - -117.50071394599996, - 33.887835884000026 - ], - [ - -117.50131859899994, - 33.88748933800008 - ], - [ - -117.50100973199994, - 33.88711469800006 - ], - [ - -117.50087639499998, - 33.886952964000045 - ], - [ - -117.50066770499996, - 33.886699831000044 - ], - [ - -117.50045657099997, - 33.88644373000005 - ], - [ - -117.50037454299996, - 33.886344233000045 - ], - [ - -117.500331239, - 33.886291707000055 - ], - [ - -117.5001350799999, - 33.88605376600003 - ], - [ - -117.50002004299995, - 33.88591422800005 - ], - [ - -117.49991224299998, - 33.88578346600008 - ], - [ - -117.49979916299998, - 33.885646301000065 - ], - [ - -117.499711086, - 33.885539461000064 - ], - [ - -117.49967905299997, - 33.88550060600005 - ], - [ - -117.49955801799996, - 33.88535378700004 - ], - [ - -117.49944112799994, - 33.885212 - ], - [ - -117.49932008199994, - 33.88506516700005 - ], - [ - -117.49920373099997, - 33.88492402900005 - ], - [ - -117.49909093599996, - 33.884787207000045 - ], - [ - -117.49897328499998, - 33.884644491000074 - ], - [ - -117.49885579799997, - 33.884501974000045 - ], - [ - -117.49874173099994, - 33.88436360600008 - ], - [ - -117.49862591999994, - 33.88422312000006 - ], - [ - -117.49851198299996, - 33.884084907000044 - ], - [ - -117.49840501799997, - 33.883955153000045 - ], - [ - -117.49839150399998, - 33.88393890700007 - ], - [ - -117.49827529999999, - 33.883799200000055 - ], - [ - -117.49816154599995, - 33.88366244100007 - ], - [ - -117.49804110799994, - 33.88351764300006 - ], - [ - -117.49792710099996, - 33.88338057800007 - ], - [ - -117.49784160099995, - 33.88327778800004 - ], - [ - -117.49760286399999, - 33.88299076200008 - ], - [ - -117.497600579, - 33.88299277400006 - ], - [ - -117.49698547799994, - 33.883534019000024 - ], - [ - -117.49678916099998, - 33.88367147100007 - ], - [ - -117.49667895199997, - 33.88372984100005 - ], - [ - -117.49666732699995, - 33.88373460200006 - ], - [ - -117.49654669999995, - 33.883786900000075 - ], - [ - -117.49602963599995, - 33.883958144000076 - ], - [ - -117.49573133699994, - 33.884056937000025 - ], - [ - -117.49527784799994, - 33.88431648200003 - ], - [ - -117.49510639199997, - 33.884460345000036 - ], - [ - -117.49487279699997, - 33.884753518000025 - ], - [ - -117.49428468299999, - 33.88549162000004 - ], - [ - -117.49428471799996, - 33.88549333800006 - ], - [ - -117.49421086099994, - 33.88579350100008 - ], - [ - -117.49423125499999, - 33.885888926000064 - ], - [ - -117.49430320699997, - 33.88622561300008 - ], - [ - -117.49432546499997, - 33.88632976300005 - ], - [ - -117.49429839099997, - 33.88652904400004 - ], - [ - -117.49415982099998, - 33.88669296100005 - ], - [ - -117.49395796799996, - 33.886825172000044 - ], - [ - -117.49380393599995, - 33.88688490200008 - ], - [ - -117.49374719399998, - 33.88688059800006 - ], - [ - -117.49373652099996, - 33.88687979000008 - ], - [ - -117.49372584799994, - 33.88687898100005 - ], - [ - -117.49370805899997, - 33.88687763200005 - ], - [ - -117.49369382799995, - 33.886876554000025 - ], - [ - -117.493634768, - 33.88687207600003 - ], - [ - -117.49358176199996, - 33.88686020700004 - ], - [ - -117.49352049799995, - 33.886846486000024 - ], - [ - -117.49313009699995, - 33.886759064000046 - ], - [ - -117.49313005299996, - 33.88675905300005 - ], - [ - -117.49304156499994, - 33.886739239000065 - ], - [ - -117.49290845999997, - 33.88677086300004 - ], - [ - -117.49285743899998, - 33.886782983000046 - ], - [ - -117.49254735899996, - 33.88699408000008 - ], - [ - -117.49254728199998, - 33.88699398700004 - ], - [ - -117.491762898, - 33.88604202100004 - ], - [ - -117.49044315799995, - 33.886799567000025 - ], - [ - -117.48699042199996, - 33.88787642500006 - ], - [ - -117.48650672099996, - 33.88778201200006 - ], - [ - -117.48650674599998, - 33.88778197900007 - ], - [ - -117.48650677399996, - 33.887781946000075 - ], - [ - -117.48434773399998, - 33.88737783900007 - ], - [ - -117.48427994399998, - 33.88733060200008 - ], - [ - -117.48427959399999, - 33.887330356000064 - ], - [ - -117.48410727599997, - 33.88721028000003 - ], - [ - -117.48233486, - 33.886616993000075 - ], - [ - -117.48233446199998, - 33.88661686000006 - ], - [ - -117.48122452999996, - 33.886809784000036 - ], - [ - -117.48076310099998, - 33.88653900600008 - ], - [ - -117.48026869999995, - 33.88624887100008 - ], - [ - -117.48000089499999, - 33.88609171200005 - ], - [ - -117.47988802599997, - 33.88593608100007 - ], - [ - -117.47934078599997, - 33.88518151100004 - ], - [ - -117.47814692099996, - 33.88487488800007 - ], - [ - -117.47732780499996, - 33.884664506000036 - ], - [ - -117.47732776799995, - 33.88466449600003 - ], - [ - -117.47718946999998, - 33.884156811000025 - ], - [ - -117.47710507399995, - 33.88384699900007 - ], - [ - -117.47710504999998, - 33.88384690600003 - ], - [ - -117.47747911799996, - 33.882261432000064 - ], - [ - -117.47599394099996, - 33.88171293500005 - ], - [ - -117.47579848199996, - 33.88183011700005 - ], - [ - -117.47579604999999, - 33.881831576000025 - ], - [ - -117.47500001099996, - 33.882308814000055 - ], - [ - -117.47481274599994, - 33.88241985700006 - ], - [ - -117.47454934499996, - 33.882603509000035 - ], - [ - -117.47405563499996, - 33.88292634900006 - ], - [ - -117.47404876299998, - 33.882935443000065 - ], - [ - -117.474039888, - 33.88294718800006 - ], - [ - -117.47403101199995, - 33.882958933000054 - ], - [ - -117.47401282499999, - 33.882983 - ], - [ - -117.47399463799997, - 33.88300706500007 - ], - [ - -117.47397628199997, - 33.88303135600006 - ], - [ - -117.473958096, - 33.88305542000006 - ], - [ - -117.47392832, - 33.88309482000005 - ], - [ - -117.47390996599995, - 33.88311910700003 - ], - [ - -117.47387419299997, - 33.883107308000035 - ], - [ - -117.47387411299997, - 33.883107282000026 - ], - [ - -117.473857249, - 33.88310172000007 - ], - [ - -117.4738405, - 33.883096195000064 - ], - [ - -117.47380404799998, - 33.88308417200005 - ], - [ - -117.47375679599998, - 33.88307895100007 - ], - [ - -117.473724942, - 33.88307174200003 - ], - [ - -117.47372448899995, - 33.88307163800005 - ], - [ - -117.47369017499994, - 33.88306387100005 - ], - [ - -117.47365771199998, - 33.88305652200006 - ], - [ - -117.47362270399998, - 33.88304859800007 - ], - [ - -117.47358769699997, - 33.88304067300004 - ], - [ - -117.47355332199999, - 33.883032892000074 - ], - [ - -117.47350553499996, - 33.883012577000045 - ], - [ - -117.47347504199996, - 33.88299961400003 - ], - [ - -117.47344454399996, - 33.88298665000008 - ], - [ - -117.473421896, - 33.882977022000034 - ], - [ - -117.47342146699998, - 33.88297683900004 - ], - [ - -117.47341026799995, - 33.88297207900007 - ], - [ - -117.47336140999994, - 33.88295130900008 - ], - [ - -117.473297458, - 33.882941509000034 - ], - [ - -117.47326420899998, - 33.882936416000064 - ], - [ - -117.47325231699995, - 33.88293459300007 - ], - [ - -117.47323096099996, - 33.88293132200005 - ], - [ - -117.47319079099998, - 33.88292516700005 - ], - [ - -117.47314514499999, - 33.882906122000065 - ], - [ - -117.473114534, - 33.882893351000064 - ], - [ - -117.47307870299994, - 33.88287840100003 - ], - [ - -117.47307669399999, - 33.88287713600005 - ], - [ - -117.47303897999996, - 33.88285342000006 - ], - [ - -117.47303880099997, - 33.88285330600007 - ], - [ - -117.47302966299998, - 33.88284756000007 - ], - [ - -117.47301924399994, - 33.882841007000025 - ], - [ - -117.47301243499999, - 33.88283672500006 - ], - [ - -117.47301193799996, - 33.882836413000064 - ], - [ - -117.47298525999997, - 33.88281963600008 - ], - [ - -117.47295712, - 33.882801940000036 - ], - [ - -117.47292843099996, - 33.88278389800007 - ], - [ - -117.472899741, - 33.88276585700004 - ], - [ - -117.47287160299999, - 33.88274816100005 - ], - [ - -117.472843464, - 33.882730464000076 - ], - [ - -117.47283093399994, - 33.88272258400008 - ], - [ - -117.472815874, - 33.88271311400007 - ], - [ - -117.472799824, - 33.882703020000065 - ], - [ - -117.47278905299999, - 33.88269624700007 - ], - [ - -117.47278349699997, - 33.882692752000025 - ], - [ - -117.47275819499998, - 33.882676840000045 - ], - [ - -117.47272301699996, - 33.882664387000034 - ], - [ - -117.47268162799998, - 33.882649737000065 - ], - [ - -117.47264495099995, - 33.88263675400003 - ], - [ - -117.47261387699996, - 33.88262575500005 - ], - [ - -117.47258058799997, - 33.88261397200006 - ], - [ - -117.47254871899997, - 33.882602691000045 - ], - [ - -117.47251759099998, - 33.882591672000046 - ], - [ - -117.47251724899996, - 33.882591552000065 - ], - [ - -117.47248402599996, - 33.88257979200006 - ], - [ - -117.47244381599995, - 33.88258422200005 - ], - [ - -117.47240991099994, - 33.882587958000045 - ], - [ - -117.47237600199998, - 33.88259169400004 - ], - [ - -117.47234209599998, - 33.88259543000004 - ], - [ - -117.47230819099997, - 33.882599166000034 - ], - [ - -117.47229225499996, - 33.88260092200005 - ], - [ - -117.47229143699997, - 33.882601012000066 - ], - [ - -117.47227428099995, - 33.88260290200003 - ], - [ - -117.47226583399998, - 33.882603833000076 - ], - [ - -117.47225261999995, - 33.882605289000026 - ], - [ - -117.47223176899996, - 33.88260758600006 - ], - [ - -117.47221194899998, - 33.882609770000045 - ], - [ - -117.47220329699996, - 33.88263105900006 - ], - [ - -117.47219941799995, - 33.88264060500006 - ], - [ - -117.47219512999999, - 33.882651157000055 - ], - [ - -117.472190679, - 33.882662108000034 - ], - [ - -117.47218921099994, - 33.88266572200007 - ], - [ - -117.47218824599997, - 33.88266809800007 - ], - [ - -117.472186535, - 33.88267230900004 - ], - [ - -117.47218249999997, - 33.88268223700004 - ], - [ - -117.47218175199998, - 33.88268407600003 - ], - [ - -117.47218142399998, - 33.88268488600005 - ], - [ - -117.472176263, - 33.882697585000074 - ], - [ - -117.472169652, - 33.882683953000026 - ], - [ - -117.47216658399998, - 33.882677630000046 - ], - [ - -117.47216268399995, - 33.88266958600008 - ], - [ - -117.472159595, - 33.88266322000004 - ], - [ - -117.47215748099995, - 33.88265885800007 - ], - [ - -117.47215746799998, - 33.88265883200006 - ], - [ - -117.47215745499994, - 33.88265880500006 - ], - [ - -117.47215411099995, - 33.88265191000005 - ], - [ - -117.47215310599995, - 33.88264983500005 - ], - [ - -117.47215037199999, - 33.882644199000026 - ], - [ - -117.47214479799999, - 33.88263270400006 - ], - [ - -117.47214075499994, - 33.88262437000003 - ], - [ - -117.472137735, - 33.88261814200007 - ], - [ - -117.47213215499994, - 33.88260663500006 - ], - [ - -117.47212811399999, - 33.882598302000076 - ], - [ - -117.47212270299997, - 33.88258714600005 - ], - [ - -117.47211968699997, - 33.882580930000074 - ], - [ - -117.47211674, - 33.88257485100007 - ], - [ - -117.47210962599996, - 33.88256018000004 - ], - [ - -117.47210725699995, - 33.88255529600008 - ], - [ - -117.472100706, - 33.88254178500006 - ], - [ - -117.47209466599998, - 33.88252933100006 - ], - [ - -117.47209379699996, - 33.88252753800003 - ], - [ - -117.472085586, - 33.88251060700003 - ], - [ - -117.472081786, - 33.882502772000066 - ], - [ - -117.47207496399994, - 33.88248869600005 - ], - [ - -117.47207433199998, - 33.882487393000076 - ], - [ - -117.47207270599995, - 33.88248403800003 - ], - [ - -117.47206561699994, - 33.882469412000034 - ], - [ - -117.47206558799996, - 33.88246937100007 - ], - [ - -117.4720534, - 33.88246078200007 - ], - [ - -117.47203951399996, - 33.882450996000046 - ], - [ - -117.47202783199998, - 33.882442765000064 - ], - [ - -117.47201334199997, - 33.88243255200007 - ], - [ - -117.47199948099995, - 33.88242278400003 - ], - [ - -117.47198764299998, - 33.88241444000005 - ], - [ - -117.47197369399998, - 33.88240461100003 - ], - [ - -117.47195994099997, - 33.882394917000056 - ], - [ - -117.471947646, - 33.88238625400004 - ], - [ - -117.47193382899997, - 33.88237651600008 - ], - [ - -117.47192163399995, - 33.882367921000025 - ], - [ - -117.47164672599996, - 33.88271611000005 - ], - [ - -117.47162393599996, - 33.882744943000034 - ], - [ - -117.47157711399996, - 33.88280418000005 - ], - [ - -117.47155859199995, - 33.88282752900005 - ], - [ - -117.47119382299996, - 33.88328973200004 - ], - [ - -117.47118756599997, - 33.883297662000075 - ], - [ - -117.47105125399997, - 33.88347032300004 - ], - [ - -117.47139206299994, - 33.883519884000066 - ], - [ - -117.47139204999996, - 33.88351990800004 - ], - [ - -117.4712243, - 33.88388634000006 - ], - [ - -117.47111611499997, - 33.88412264500005 - ], - [ - -117.47111591399994, - 33.884123085000056 - ], - [ - -117.47111590499998, - 33.88412312500003 - ], - [ - -117.47111226399994, - 33.88419582800003 - ], - [ - -117.471103471, - 33.88437119400004 - ], - [ - -117.47110214199995, - 33.88439760400007 - ], - [ - -117.47116949899998, - 33.88471671100007 - ], - [ - -117.47119104199999, - 33.88481876700007 - ], - [ - -117.47119881799995, - 33.88485560200007 - ], - [ - -117.47123914099996, - 33.884834828000066 - ], - [ - -117.47126229299994, - 33.88482290300004 - ], - [ - -117.47126287299994, - 33.88482260200004 - ], - [ - -117.47126901699994, - 33.88481943900007 - ], - [ - -117.47128908399998, - 33.88480910000004 - ], - [ - -117.47129189399999, - 33.88480765400004 - ], - [ - -117.47129624799999, - 33.884805408000034 - ], - [ - -117.47130309199997, - 33.88480188700004 - ], - [ - -117.47130531999994, - 33.884800737000035 - ], - [ - -117.47131063199998, - 33.884798 - ], - [ - -117.47131853899998, - 33.88479392800008 - ], - [ - -117.471322494, - 33.88479189100008 - ], - [ - -117.47132390299998, - 33.884791164000035 - ], - [ - -117.47133349399996, - 33.88478622500003 - ], - [ - -117.47133604199996, - 33.884784910000064 - ], - [ - -117.47134657599997, - 33.88477948600007 - ], - [ - -117.47134873199997, - 33.884778373000074 - ], - [ - -117.47135266999999, - 33.884776346000024 - ], - [ - -117.47136155799996, - 33.884771767000075 - ], - [ - -117.47136169199996, - 33.884771697000076 - ], - [ - -117.471382969, - 33.88476073500004 - ], - [ - -117.47138494999996, - 33.884759718000055 - ], - [ - -117.47138649199997, - 33.88475892200006 - ], - [ - -117.47141340499996, - 33.88474505800008 - ], - [ - -117.47141410699999, - 33.88474469800008 - ], - [ - -117.47141488899996, - 33.884744296000065 - ], - [ - -117.47144243499997, - 33.88473010300004 - ], - [ - -117.47144251699996, - 33.884730062000074 - ], - [ - -117.47144329699995, - 33.88472966100005 - ], - [ - -117.471471684, - 33.88471503900007 - ], - [ - -117.47150318999996, - 33.88469880900004 - ], - [ - -117.471517754, - 33.88469130500005 - ], - [ - -117.47151869499999, - 33.88469082000006 - ], - [ - -117.471546537, - 33.884676478000074 - ], - [ - -117.47154702399996, - 33.88467622600007 - ], - [ - -117.47157509799996, - 33.88466176500003 - ], - [ - -117.47161026599997, - 33.884643650000044 - ], - [ - -117.47161071199997, - 33.88464342200007 - ], - [ - -117.47161411499997, - 33.88464166500006 - ], - [ - -117.47161603399996, - 33.88464067900003 - ], - [ - -117.47163904899998, - 33.88462882300007 - ], - [ - -117.47164009599999, - 33.88462828200005 - ], - [ - -117.47166859899994, - 33.88461360100007 - ], - [ - -117.47166946699997, - 33.88461315400008 - ], - [ - -117.47169830999997, - 33.884598295000046 - ], - [ - -117.47172018199996, - 33.88462522400005 - ], - [ - -117.47172103999998, - 33.88462627500007 - ], - [ - -117.47173957899997, - 33.88464910500005 - ], - [ - -117.471762335, - 33.884677123000074 - ], - [ - -117.47178187499998, - 33.88470117800006 - ], - [ - -117.47180285699994, - 33.88472700900007 - ], - [ - -117.47180407399998, - 33.88472851100005 - ], - [ - -117.47182167399995, - 33.88475017500008 - ], - [ - -117.47182346799997, - 33.884752383000034 - ], - [ - -117.47185073799994, - 33.88478590900007 - ], - [ - -117.47185362399995, - 33.88478945900005 - ], - [ - -117.47186941999996, - 33.884808848000034 - ], - [ - -117.47187249799998, - 33.88481262600004 - ], - [ - -117.47187426399995, - 33.88481479400008 - ], - [ - -117.47188809399995, - 33.88483177000006 - ], - [ - -117.47189176999996, - 33.88483628400007 - ], - [ - -117.47189813799997, - 33.884844104000024 - ], - [ - -117.47190703999996, - 33.88485503700008 - ], - [ - -117.47191658999998, - 33.88486678400005 - ], - [ - -117.471923517, - 33.88487529900004 - ], - [ - -117.47192373299998, - 33.88487556500007 - ], - [ - -117.47193848799998, - 33.88489371400004 - ], - [ - -117.47194256199998, - 33.88489872200006 - ], - [ - -117.47195751299995, - 33.88491711000006 - ], - [ - -117.47196181099997, - 33.88492239800007 - ], - [ - -117.47197684399998, - 33.88494088900006 - ], - [ - -117.47199471099998, - 33.88496296400007 - ], - [ - -117.471994898, - 33.884963199000026 - ], - [ - -117.47199586599999, - 33.884964393000075 - ], - [ - -117.47201444299998, - 33.88498734600006 - ], - [ - -117.47201489799994, - 33.88498790600005 - ], - [ - -117.47203366599996, - 33.88501109600003 - ], - [ - -117.47203381599996, - 33.88501128300004 - ], - [ - -117.47205274599997, - 33.88503467000004 - ], - [ - -117.47208499899995, - 33.885074194000026 - ], - [ - -117.47208738699999, - 33.88507711700004 - ], - [ - -117.47210407499995, - 33.885097571000074 - ], - [ - -117.47210668199995, - 33.88510076500006 - ], - [ - -117.47212503099996, - 33.88512324900006 - ], - [ - -117.47212556399995, - 33.88512390200003 - ], - [ - -117.47214430699995, - 33.88514686700006 - ], - [ - -117.47216389299996, - 33.88517096000004 - ], - [ - -117.47216655799997, - 33.885174240000026 - ], - [ - -117.47218365899994, - 33.88519527200003 - ], - [ - -117.47218580699996, - 33.88519791500005 - ], - [ - -117.47220342299994, - 33.88521958200005 - ], - [ - -117.47220546999995, - 33.88522210100007 - ], - [ - -117.47222318999997, - 33.88524389300005 - ], - [ - -117.47222511599995, - 33.885246264000045 - ], - [ - -117.47224382999997, - 33.885269279000056 - ], - [ - -117.47226889599995, - 33.88530011000006 - ], - [ - -117.47227059399995, - 33.88530220200005 - ], - [ - -117.472288559, - 33.88532429700007 - ], - [ - -117.472289618, - 33.885325601000034 - ], - [ - -117.47230738899998, - 33.88534745800007 - ], - [ - -117.47230864199997, - 33.88534899900003 - ], - [ - -117.47232705299996, - 33.88537164600007 - ], - [ - -117.47232728399996, - 33.885371930000076 - ], - [ - -117.47234603799996, - 33.88539499500007 - ], - [ - -117.47237291599998, - 33.88542805800006 - ], - [ - -117.472373587, - 33.88542888100005 - ], - [ - -117.47239260999999, - 33.88545227900005 - ], - [ - -117.47239297899995, - 33.88545273500006 - ], - [ - -117.47239671799997, - 33.885457330000065 - ], - [ - -117.47241127299998, - 33.88547523200003 - ], - [ - -117.47241180999998, - 33.88547589500007 - ], - [ - -117.47243066399994, - 33.88549908600004 - ], - [ - -117.47245274899996, - 33.885526248000076 - ], - [ - -117.47246202799994, - 33.88553765700004 - ], - [ - -117.47247241399998, - 33.88555043500003 - ], - [ - -117.472480669, - 33.88556059100006 - ], - [ - -117.472492892, - 33.88557562600005 - ], - [ - -117.47249933299997, - 33.88558354200006 - ], - [ - -117.47251295499996, - 33.88560030000008 - ], - [ - -117.47251873399995, - 33.885607410000034 - ], - [ - -117.47253264199998, - 33.88562451200005 - ], - [ - -117.47253739899998, - 33.885630363000075 - ], - [ - -117.47255130399998, - 33.88564747000004 - ], - [ - -117.47256574399995, - 33.88566522700006 - ], - [ - -117.47258259499995, - 33.88568595800007 - ], - [ - -117.47258438499995, - 33.885688155000025 - ], - [ - -117.47260342699997, - 33.88571157900003 - ], - [ - -117.472604704, - 33.885713149000026 - ], - [ - -117.47262249, - 33.88573502400004 - ], - [ - -117.47262476799995, - 33.885737824000046 - ], - [ - -117.47264115099995, - 33.885757976000036 - ], - [ - -117.47264606099998, - 33.88576401800003 - ], - [ - -117.47265975699997, - 33.88578086100006 - ], - [ - -117.472666576, - 33.88578925000007 - ], - [ - -117.47268463799998, - 33.88581170200007 - ], - [ - -117.47268559799994, - 33.885812894000026 - ], - [ - -117.47270364299999, - 33.88583532600006 - ], - [ - -117.47270588499998, - 33.88583811600006 - ], - [ - -117.47272217199998, - 33.88585836100003 - ], - [ - -117.47272584299998, - 33.88586292700006 - ], - [ - -117.47274061699994, - 33.88588129300007 - ], - [ - -117.47274461699999, - 33.88588627100006 - ], - [ - -117.47275974899998, - 33.88590510900008 - ], - [ - -117.47277417899994, - 33.88592287400007 - ], - [ - -117.47277421399997, - 33.88592291800006 - ], - [ - -117.47277831199995, - 33.885927964000075 - ], - [ - -117.472781968, - 33.88593246200003 - ], - [ - -117.472785005, - 33.88593620300003 - ], - [ - -117.47278699799995, - 33.885938656000064 - ], - [ - -117.47278197699995, - 33.885941856000045 - ], - [ - -117.47277707199999, - 33.88594498400005 - ], - [ - -117.47277591999995, - 33.88594571700003 - ], - [ - -117.47276539999996, - 33.88595242500003 - ], - [ - -117.47276403099994, - 33.88595329700007 - ], - [ - -117.472762505, - 33.88595427100006 - ], - [ - -117.47276247099995, - 33.885954292000065 - ], - [ - -117.47275646699995, - 33.885958119000065 - ], - [ - -117.47275523399998, - 33.88595890800008 - ], - [ - -117.47275194899998, - 33.885961002000045 - ], - [ - -117.47274817099998, - 33.885963409000055 - ], - [ - -117.47274166099999, - 33.88596755800006 - ], - [ - -117.47273646099995, - 33.885970874000066 - ], - [ - -117.47273237299999, - 33.88597347900003 - ], - [ - -117.47272828499996, - 33.88597608500004 - ], - [ - -117.47272368299997, - 33.885979021000026 - ], - [ - -117.47271959699998, - 33.885981625000056 - ], - [ - -117.47271661699995, - 33.88598352400004 - ], - [ - -117.47271304599997, - 33.88598580100006 - ], - [ - -117.47270653699997, - 33.88598995000007 - ], - [ - -117.47270149599996, - 33.88599316500006 - ], - [ - -117.472694865, - 33.88599739500006 - ], - [ - -117.47269133599997, - 33.88599964100007 - ], - [ - -117.47268494099995, - 33.88600371700005 - ], - [ - -117.47268212899996, - 33.88600551400003 - ], - [ - -117.47268017899995, - 33.886006757000075 - ], - [ - -117.47267465799996, - 33.88601027200008 - ], - [ - -117.47266723499996, - 33.886014997000075 - ], - [ - -117.47266520899996, - 33.886016287000075 - ], - [ - -117.47265847699998, - 33.886020572000064 - ], - [ - -117.47250725699996, - 33.886116843000025 - ], - [ - -117.47246107799998, - 33.88614624200005 - ], - [ - -117.472431181, - 33.88617602900007 - ], - [ - -117.472411422, - 33.88619571600003 - ], - [ - -117.472404042, - 33.88620307000008 - ], - [ - -117.472378672, - 33.88622834600005 - ], - [ - -117.47233525399997, - 33.88627160400006 - ], - [ - -117.47228701499995, - 33.88631966500003 - ], - [ - -117.47224730599999, - 33.88635922800006 - ], - [ - -117.47218904399995, - 33.88641727500004 - ], - [ - -117.47213078299995, - 33.886475321000034 - ], - [ - -117.47208501699998, - 33.88652091800003 - ], - [ - -117.47203856799996, - 33.886567196000044 - ], - [ - -117.47201704399998, - 33.88658864000007 - ], - [ - -117.47198384599994, - 33.88662171500005 - ], - [ - -117.471948549, - 33.88665688000003 - ], - [ - -117.471822869, - 33.88678209500006 - ], - [ - -117.47178714899997, - 33.88681768400005 - ], - [ - -117.47176432599997, - 33.886840421000045 - ], - [ - -117.47174128399996, - 33.88686338000008 - ], - [ - -117.47171645499998, - 33.88688811700007 - ], - [ - -117.47169551499996, - 33.886908979000054 - ], - [ - -117.47165522399996, - 33.88694912100004 - ], - [ - -117.47162497999994, - 33.88697925300005 - ], - [ - -117.47158668299994, - 33.88701740800008 - ], - [ - -117.47156786299996, - 33.88703616000004 - ], - [ - -117.47148006799995, - 33.88712362600006 - ], - [ - -117.47143472199997, - 33.887168804000055 - ], - [ - -117.471432602, - 33.88717091600006 - ], - [ - -117.47135500499996, - 33.887248225000064 - ], - [ - -117.47127906499998, - 33.88732388400007 - ], - [ - -117.47127830499994, - 33.88732464000003 - ], - [ - -117.47119989, - 33.88740276500005 - ], - [ - -117.47112206999998, - 33.887480296000035 - ], - [ - -117.47103032599995, - 33.88751447800007 - ], - [ - -117.470923369, - 33.88755432700003 - ], - [ - -117.47083318499995, - 33.88758792800007 - ], - [ - -117.47074438799996, - 33.88762101100008 - ], - [ - -117.47066453199994, - 33.88765076300007 - ], - [ - -117.47058140499996, - 33.88768173400007 - ], - [ - -117.47047751699995, - 33.887720440000066 - ], - [ - -117.47046434299995, - 33.88772534800006 - ], - [ - -117.47041233899995, - 33.88774472400007 - ], - [ - -117.47037068799995, - 33.88776024200007 - ], - [ - -117.47032903999997, - 33.88777575900008 - ], - [ - -117.47026157699997, - 33.887800894000065 - ], - [ - -117.470174709, - 33.88783325900005 - ], - [ - -117.47014162, - 33.887845586000026 - ], - [ - -117.47004943499996, - 33.88787993300008 - ], - [ - -117.46994679099998, - 33.88791817300006 - ], - [ - -117.46990514199996, - 33.88793369100006 - ], - [ - -117.46990155999998, - 33.88793502600004 - ], - [ - -117.46987205499994, - 33.88794601800004 - ], - [ - -117.46986897499994, - 33.88794716500007 - ], - [ - -117.46983896299997, - 33.88795834600006 - ], - [ - -117.46983638399996, - 33.887959307000074 - ], - [ - -117.46980379699994, - 33.88797144800003 - ], - [ - -117.46980217, - 33.887972054000045 - ], - [ - -117.469761673, - 33.88798714200004 - ], - [ - -117.46964317899995, - 33.888031288000036 - ], - [ - -117.46955342799998, - 33.88806472700003 - ], - [ - -117.46944389199996, - 33.88810553600007 - ], - [ - -117.46935259099996, - 33.88813955100005 - ], - [ - -117.46925729999998, - 33.888175053000055 - ], - [ - -117.46913909199998, - 33.88821909200004 - ], - [ - -117.46907541999997, - 33.88824281300003 - ], - [ - -117.46889713099995, - 33.888309234000076 - ], - [ - -117.46871711499995, - 33.88837630100005 - ], - [ - -117.46854236899998, - 33.88844140300006 - ], - [ - -117.46845137399998, - 33.888475303000064 - ], - [ - -117.46836247199997, - 33.88850842200003 - ], - [ - -117.46827136099995, - 33.888542365000035 - ], - [ - -117.46818237999997, - 33.88857551500007 - ], - [ - -117.46809249599994, - 33.88860900200007 - ], - [ - -117.46799968699997, - 33.888643579000075 - ], - [ - -117.46790392199995, - 33.88867925400007 - ], - [ - -117.467817186, - 33.88871156700003 - ], - [ - -117.46777050799994, - 33.88872895700007 - ], - [ - -117.46766129799994, - 33.88876964200006 - ], - [ - -117.46758924899996, - 33.88879648400007 - ], - [ - -117.46755130399998, - 33.88881062000007 - ], - [ - -117.46751335699997, - 33.888824757000066 - ], - [ - -117.467430644, - 33.88885557100008 - ], - [ - -117.46739952299998, - 33.88886716500008 - ], - [ - -117.46736643099996, - 33.88887949200006 - ], - [ - -117.46732963899996, - 33.88889319800006 - ], - [ - -117.46729654999996, - 33.88890552500004 - ], - [ - -117.467272171, - 33.88891460700006 - ], - [ - -117.467263458, - 33.888917853000066 - ], - [ - -117.467239582, - 33.88892674700003 - ], - [ - -117.46723036699996, - 33.888930180000045 - ], - [ - -117.46719727899995, - 33.888942507000024 - ], - [ - -117.46707521899998, - 33.888987978000046 - ], - [ - -117.467003848, - 33.88901456700006 - ], - [ - -117.46696960699995, - 33.88902732300005 - ], - [ - -117.46696779299998, - 33.889027998000074 - ], - [ - -117.46696756699998, - 33.88902808300003 - ], - [ - -117.46693682299997, - 33.88903953600004 - ], - [ - -117.46693166299997, - 33.889041458000065 - ], - [ - -117.46691950299999, - 33.88904598900007 - ], - [ - -117.466910838, - 33.889049217000036 - ], - [ - -117.46690653599995, - 33.88905081900003 - ], - [ - -117.46689001199996, - 33.88905697400003 - ], - [ - -117.46687625099997, - 33.889062101000036 - ], - [ - -117.46686062999999, - 33.88906792100005 - ], - [ - -117.46684602, - 33.88907336300008 - ], - [ - -117.46683980199998, - 33.889075680000076 - ], - [ - -117.46681557599999, - 33.88908470500007 - ], - [ - -117.46681041499994, - 33.88908662700004 - ], - [ - -117.46678959199994, - 33.88909438400003 - ], - [ - -117.46678453799996, - 33.88909626700007 - ], - [ - -117.46676374799995, - 33.889104012000075 - ], - [ - -117.46675426499996, - 33.88910754500006 - ], - [ - -117.46670258899996, - 33.88912679600003 - ], - [ - -117.46666949499996, - 33.88913912400005 - ], - [ - -117.46663640799994, - 33.88915145000004 - ], - [ - -117.46659475699994, - 33.88916696600006 - ], - [ - -117.46655681199996, - 33.889181102000066 - ], - [ - -117.46646940999995, - 33.88921366100004 - ], - [ - -117.46639391499997, - 33.889241785000024 - ], - [ - -117.46635596999994, - 33.88925592100003 - ], - [ - -117.46631952599995, - 33.88926949700004 - ], - [ - -117.46630575999995, - 33.88927462500004 - ], - [ - -117.46623842899999, - 33.88929970800007 - ], - [ - -117.46620179499996, - 33.88931335500007 - ], - [ - -117.46620151399998, - 33.88931346000004 - ], - [ - -117.46617331099998, - 33.889323965000074 - ], - [ - -117.46616662899999, - 33.88932645500006 - ], - [ - -117.46614605099995, - 33.88933412000006 - ], - [ - -117.466138006, - 33.889337117000025 - ], - [ - -117.46613623299999, - 33.889337778000026 - ], - [ - -117.46612714199995, - 33.889341165000076 - ], - [ - -117.46611718099996, - 33.88934487500006 - ], - [ - -117.46610611899996, - 33.88934899700007 - ], - [ - -117.46609206499994, - 33.88935423100003 - ], - [ - -117.46608409199996, - 33.88935720100005 - ], - [ - -117.46604729699999, - 33.889370909000036 - ], - [ - -117.46601050199996, - 33.88938461600003 - ], - [ - -117.46597741199997, - 33.889396942000076 - ], - [ - -117.46588151799995, - 33.88943266500007 - ], - [ - -117.46579368899995, - 33.88946538300007 - ], - [ - -117.46575574399998, - 33.889479519000076 - ], - [ - -117.46573113899996, - 33.88948868500006 - ], - [ - -117.46571779899995, - 33.889493654000034 - ], - [ - -117.46567614699995, - 33.889509169000064 - ], - [ - -117.46563820199998, - 33.88952330500007 - ], - [ - -117.46555818299998, - 33.88955311400008 - ], - [ - -117.46546534299995, - 33.88958769900006 - ], - [ - -117.46543225099998, - 33.88960002500005 - ], - [ - -117.46540744999999, - 33.88960926400006 - ], - [ - -117.46539060099997, - 33.88961554100007 - ], - [ - -117.46537486499994, - 33.889621403000035 - ], - [ - -117.46535265499995, - 33.88962967600003 - ], - [ - -117.46534227499995, - 33.88963354300006 - ], - [ - -117.46531956399997, - 33.88964200400005 - ], - [ - -117.46530208899998, - 33.889648513000054 - ], - [ - -117.46528647399998, - 33.88965433000004 - ], - [ - -117.46526950099997, - 33.88966065200003 - ], - [ - -117.4652485299999, - 33.88966846400007 - ], - [ - -117.46523691299996, - 33.889672792000056 - ], - [ - -117.46521543699998, - 33.889680792000036 - ], - [ - -117.46520432499995, - 33.88968493100003 - ], - [ - -117.46518482999994, - 33.88969219400008 - ], - [ - -117.46517749099996, - 33.88969492700005 - ], - [ - -117.46517173499996, - 33.88969707100006 - ], - [ - -117.46513954399995, - 33.889709063000055 - ], - [ - -117.46501667599995, - 33.88975483200005 - ], - [ - -117.464999832, - 33.88973426100006 - ], - [ - -117.46495877899997, - 33.88968412000003 - ], - [ - -117.46493959599997, - 33.889660691000074 - ], - [ - -117.46490461599996, - 33.88961796600006 - ], - [ - -117.46488210599995, - 33.889590473000055 - ], - [ - -117.46485209399998, - 33.889553815000056 - ], - [ - -117.46482958299998, - 33.88952632300004 - ], - [ - -117.46349004499996, - 33.887890165000044 - ], - [ - -117.46144941299997, - 33.88538115800003 - ], - [ - -117.46131469399995, - 33.885226757000055 - ], - [ - -117.46112045499996, - 33.88502003800005 - ], - [ - -117.46091956699996, - 33.88482335700007 - ], - [ - -117.460745036, - 33.88466470100008 - ], - [ - -117.45841297599998, - 33.886008695000044 - ], - [ - -117.45719118099998, - 33.88673115600005 - ], - [ - -117.454114243, - 33.88851826200005 - ], - [ - -117.45411469099997, - 33.88839856300007 - ], - [ - -117.45411865899996, - 33.887368593000076 - ], - [ - -117.45227749199995, - 33.88732616500005 - ], - [ - -117.45221795899994, - 33.88732479200007 - ], - [ - -117.45220357, - 33.88732446000006 - ], - [ - -117.45215844599994, - 33.88732342000003 - ], - [ - -117.45203326099994, - 33.88732052800003 - ], - [ - -117.45183185399998, - 33.88731588400003 - ], - [ - -117.45146965699996, - 33.88730751800006 - ], - [ - -117.451341314, - 33.887304554000025 - ], - [ - -117.45106527799999, - 33.88729818100006 - ], - [ - -117.45101903799997, - 33.887297115000024 - ], - [ - -117.45074915999999, - 33.88729089200007 - ], - [ - -117.450631306, - 33.88728815800005 - ], - [ - -117.45020155499998, - 33.887278234000064 - ], - [ - -117.44967503699996, - 33.88726612800008 - ], - [ - -117.449634017, - 33.88726513900008 - ], - [ - -117.44961848, - 33.887264763000076 - ], - [ - -117.44958478599995, - 33.88726404700003 - ], - [ - -117.44937584699994, - 33.88725925700004 - ], - [ - -117.44930246999996, - 33.887257556000066 - ], - [ - -117.44815461499996, - 33.88723095100005 - ], - [ - -117.44815443599998, - 33.887231056000076 - ], - [ - -117.44770473099999, - 33.88722067300006 - ], - [ - -117.44770495799997, - 33.88722054300007 - ], - [ - -117.44769274299995, - 33.88722026100004 - ], - [ - -117.44677878999994, - 33.88719912800008 - ], - [ - -117.44677892299995, - 33.88719929200005 - ], - [ - -117.441709716, - 33.88708208700007 - ], - [ - -117.44123854699995, - 33.88707110900003 - ], - [ - -117.441238608, - 33.887071183000046 - ], - [ - -117.44091869399995, - 33.88706377800003 - ], - [ - -117.44091855999994, - 33.887063614000056 - ], - [ - -117.44017963599998, - 33.887046448000035 - ], - [ - -117.44007473099998, - 33.88704400200004 - ], - [ - -117.43988844799998, - 33.88703965900004 - ], - [ - -117.43930941999997, - 33.88702616100005 - ], - [ - -117.43916332799995, - 33.88702275300005 - ], - [ - -117.43882434899996, - 33.887014848000035 - ], - [ - -117.43876924799997, - 33.88701356400003 - ], - [ - -117.43873288799995, - 33.88701271600007 - ], - [ - -117.43774458099995, - 33.88698964900004 - ], - [ - -117.43762188299996, - 33.886985096000046 - ], - [ - -117.43740423599996, - 33.88698079200003 - ], - [ - -117.43731027099994, - 33.88698017300004 - ], - [ - -117.43714295899997, - 33.88697629500007 - ], - [ - -117.43661734399996, - 33.886964111000054 - ], - [ - -117.43652885499995, - 33.88696190400003 - ], - [ - -117.43627995299994, - 33.886956276000035 - ], - [ - -117.43624291299994, - 33.88695517700006 - ], - [ - -117.43608695699999, - 33.886951820000036 - ], - [ - -117.435596219, - 33.88694043700008 - ], - [ - -117.43247968299994, - 33.88694266600004 - ], - [ - -117.43244810399995, - 33.88694268800003 - ], - [ - -117.43142440599996, - 33.88694336400005 - ], - [ - -117.43126124899999, - 33.886943461000044 - ], - [ - -117.43097503499996, - 33.88694366000004 - ], - [ - -117.430821945, - 33.88694376400008 - ], - [ - -117.43028614599996, - 33.88694412600006 - ], - [ - -117.42987813899998, - 33.886944407000044 - ], - [ - -117.42689424899999, - 33.88694641500007 - ], - [ - -117.426696957, - 33.886946898000076 - ], - [ - -117.42654209199998, - 33.88694732700003 - ], - [ - -117.42626160299994, - 33.88694807600007 - ], - [ - -117.42551395999999, - 33.88695018000004 - ], - [ - -117.42376109699995, - 33.886954924000065 - ], - [ - -117.41823658599998, - 33.88696975300007 - ], - [ - -117.41766795599995, - 33.88697246100003 - ], - [ - -117.41747722799994, - 33.88697338900005 - ], - [ - -117.41745110299996, - 33.88697351600007 - ], - [ - -117.41742803699998, - 33.886973614000055 - ], - [ - -117.41739873499995, - 33.88697376400006 - ], - [ - -117.41713154899998, - 33.886975034000045 - ], - [ - -117.41691737999997, - 33.886976065000056 - ], - [ - -117.41671968499998, - 33.88697699100004 - ], - [ - -117.416331443, - 33.88697881200005 - ], - [ - -117.41610353399994, - 33.88697988000007 - ], - [ - -117.41591077899994, - 33.88698077600003 - ], - [ - -117.41556425299996, - 33.88698238200004 - ], - [ - -117.41537102799998, - 33.88698327700007 - ], - [ - -117.41534849099997, - 33.886983385000065 - ], - [ - -117.415248497, - 33.88698388300003 - ], - [ - -117.41393876499995, - 33.886990096000034 - ], - [ - -117.41314655599996, - 33.88699382600004 - ], - [ - -117.413145838, - 33.88699487700006 - ], - [ - -117.41291141599999, - 33.886996028000056 - ], - [ - -117.41291216399998, - 33.886994927000046 - ], - [ - -117.41204238499995, - 33.88699902800005 - ], - [ - -117.41157404499995, - 33.887001234000024 - ], - [ - -117.41123124299997, - 33.887002851000034 - ], - [ - -117.41075592599998, - 33.887005094000074 - ], - [ - -117.41075964799995, - 33.88700657500004 - ], - [ - -117.41072938099995, - 33.887006722000024 - ], - [ - -117.40980679299997, - 33.88701123200008 - ], - [ - -117.40980164899997, - 33.88700932900008 - ], - [ - -117.40973304299996, - 33.88700970700006 - ], - [ - -117.40971929299997, - 33.88700978300005 - ], - [ - -117.40970999399997, - 33.887009990000024 - ], - [ - -117.40957030699997, - 33.88701060400007 - ], - [ - -117.40756002399996, - 33.88702078400007 - ], - [ - -117.40752684199998, - 33.88702095700006 - ], - [ - -117.40749630899995, - 33.88702110600008 - ], - [ - -117.40725336299994, - 33.887022288000026 - ], - [ - -117.40724253199994, - 33.88702238800005 - ], - [ - -117.40724225599996, - 33.88702372600005 - ], - [ - -117.40712629499996, - 33.887024291000046 - ], - [ - -117.40712656599999, - 33.887022975000036 - ], - [ - -117.40704249099997, - 33.88702338000007 - ], - [ - -117.40625693899995, - 33.88702736500005 - ], - [ - -117.40623194099999, - 33.88702744700004 - ], - [ - -117.40596450899994, - 33.88702882300004 - ], - [ - -117.40580510199999, - 33.88702964300006 - ], - [ - -117.40576406399998, - 33.88702988400007 - ], - [ - -117.40442426899995, - 33.887036597000076 - ], - [ - -117.40441977899997, - 33.88703741200004 - ], - [ - -117.40415733799995, - 33.887038681000035 - ], - [ - -117.40415573499996, - 33.88703804700003 - ], - [ - -117.404043334, - 33.88703861500005 - ], - [ - -117.40350994699997, - 33.88704130700006 - ], - [ - -117.40329349799998, - 33.88704239900005 - ], - [ - -117.40322336799994, - 33.88704274400004 - ], - [ - -117.40308663399998, - 33.887043419000065 - ], - [ - -117.40308645899995, - 33.88704385300008 - ], - [ - -117.40308437399995, - 33.88704386200004 - ], - [ - -117.40290487599998, - 33.887044728000035 - ], - [ - -117.40290503499995, - 33.88704433000004 - ], - [ - -117.40202102399996, - 33.887048727000035 - ], - [ - -117.4012675, - 33.88705252500006 - ], - [ - -117.40088841399995, - 33.88705443400005 - ], - [ - -117.383574491, - 33.88712815200006 - ], - [ - -117.38357405999994, - 33.887485893000076 - ], - [ - -117.38357370999995, - 33.88771591300008 - ], - [ - -117.38357296499998, - 33.888178624000034 - ], - [ - -117.38357291099999, - 33.88821058100007 - ], - [ - -117.38357270599994, - 33.888295775000074 - ], - [ - -117.38357266499997, - 33.88834266900005 - ], - [ - -117.38357263599994, - 33.88837629000005 - ], - [ - -117.38357260099997, - 33.88839771100004 - ], - [ - -117.38357194799994, - 33.88879299000007 - ], - [ - -117.38357069099999, - 33.88955462700005 - ], - [ - -117.38356965099996, - 33.89018403100005 - ], - [ - -117.38356894599997, - 33.890759864000074 - ], - [ - -117.38356892999997, - 33.89077024200003 - ], - [ - -117.38356814599996, - 33.89125608400008 - ], - [ - -117.38356759499999, - 33.891643299000066 - ], - [ - -117.38356651499998, - 33.89221739000004 - ], - [ - -117.38356574699998, - 33.89273981200006 - ], - [ - -117.38356492099996, - 33.89320699900003 - ], - [ - -117.38356429599997, - 33.89366562300006 - ], - [ - -117.38356420499997, - 33.89373326800006 - ], - [ - -117.38356312499997, - 33.89438320600004 - ], - [ - -117.38356589399996, - 33.89438321800003 - ], - [ - -117.38356442999998, - 33.89561938400004 - ], - [ - -117.38356207199996, - 33.895613998000044 - ], - [ - -117.38356194399995, - 33.89577397200003 - ], - [ - -117.38356186099998, - 33.89587818900003 - ], - [ - -117.38356185099997, - 33.89591906000004 - ], - [ - -117.38356183699995, - 33.89597232400007 - ], - [ - -117.38356175799998, - 33.896249184000055 - ], - [ - -117.38356138199998, - 33.89654268400005 - ], - [ - -117.38356130299996, - 33.896606090000034 - ], - [ - -117.38356128899994, - 33.89661743500005 - ], - [ - -117.38356100599998, - 33.896974460000024 - ], - [ - -117.38356070999998, - 33.89734947100004 - ], - [ - -117.38356019999998, - 33.89799507500004 - ], - [ - -117.38355968199994, - 33.898649129000034 - ], - [ - -117.38355963099997, - 33.89871447000007 - ], - [ - -117.38355960699994, - 33.89874342300004 - ], - [ - -117.38355953899998, - 33.89882942600008 - ], - [ - -117.38355917799998, - 33.89928559100008 - ], - [ - -117.38355907699997, - 33.899530448000064 - ], - [ - -117.38355908399996, - 33.89975826600005 - ], - [ - -117.38355816199999, - 33.90069840000007 - ], - [ - -117.38355731299998, - 33.90163454900005 - ], - [ - -117.38317533399999, - 33.90163444900003 - ], - [ - -117.38316155799998, - 33.90163444500007 - ], - [ - -117.38296112999996, - 33.90163439200006 - ], - [ - -117.38228038199998, - 33.901634200000046 - ], - [ - -117.36942756999997, - 33.901629770000056 - ], - [ - -117.36707880899996, - 33.901628807000066 - ], - [ - -117.36706586999998, - 33.90162880100007 - ], - [ - -117.36628182199996, - 33.90162846800007 - ], - [ - -117.36618138799997, - 33.90162842400008 - ], - [ - -117.36607407499997, - 33.90162938900005 - ], - [ - -117.36395764099996, - 33.90164834600006 - ], - [ - -117.36374769799994, - 33.901650232000065 - ], - [ - -117.36370451499994, - 33.901649844000076 - ], - [ - -117.36365038999998, - 33.90165109700007 - ], - [ - -117.361789994, - 33.90166772900005 - ], - [ - -117.36067288799995, - 33.901677705000054 - ], - [ - -117.35957225799996, - 33.90168752200003 - ], - [ - -117.35796579899994, - 33.90170183400005 - ], - [ - -117.35748241799996, - 33.901706137000076 - ], - [ - -117.35736479999997, - 33.90170741800006 - ], - [ - -117.35726589499995, - 33.901708496000026 - ], - [ - -117.35584037299998, - 33.901724013000035 - ], - [ - -117.35528636499998, - 33.90173004800005 - ], - [ - -117.35518913599998, - 33.901731108000035 - ], - [ - -117.35308458299994, - 33.90175396800004 - ], - [ - -117.35306131799996, - 33.90175422200008 - ], - [ - -117.35263806999995, - 33.90175881700003 - ], - [ - -117.35230393699999, - 33.90176244400004 - ], - [ - -117.35196716799999, - 33.90176609800005 - ], - [ - -117.35195576299998, - 33.90176622200005 - ], - [ - -117.35098155699995, - 33.90177678900005 - ], - [ - -117.35094293299994, - 33.901777208000055 - ], - [ - -117.35094293399999, - 33.901777243000026 - ], - [ - -117.34870868999997, - 33.90180145000005 - ], - [ - -117.34661647999997, - 33.90180600200006 - ], - [ - -117.345761671, - 33.90180785300004 - ], - [ - -117.340037081, - 33.90182008600004 - ], - [ - -117.333521868, - 33.90183632600008 - ], - [ - -117.33130636699997, - 33.90184177000003 - ], - [ - -117.33131098699994, - 33.900741104000076 - ], - [ - -117.33136303599997, - 33.88833705800005 - ], - [ - -117.33151155299998, - 33.88833635000003 - ], - [ - -117.332167154, - 33.88833322600004 - ], - [ - -117.33254616699998, - 33.88833141900005 - ], - [ - -117.33292012099997, - 33.88832963300007 - ], - [ - -117.33319535799995, - 33.88832867700006 - ], - [ - -117.33329420999996, - 33.88832833400005 - ], - [ - -117.33346884699995, - 33.88832772600006 - ], - [ - -117.33366311599997, - 33.88832705000004 - ], - [ - -117.33403551499998, - 33.88832575300006 - ], - [ - -117.33442209499998, - 33.88832240000005 - ], - [ - -117.33448863399997, - 33.88832182200008 - ], - [ - -117.33448807899998, - 33.889027690000034 - ], - [ - -117.33551451199997, - 33.889023749000046 - ], - [ - -117.33654549099998, - 33.88901978000007 - ], - [ - -117.33757335099995, - 33.88901581700003 - ], - [ - -117.33807803699995, - 33.88901336400005 - ], - [ - -117.33807789199994, - 33.88893092500007 - ], - [ - -117.33807764499994, - 33.88879352400005 - ], - [ - -117.33807727299995, - 33.88858742600007 - ], - [ - -117.33807583099997, - 33.88838133300004 - ], - [ - -117.33849133999996, - 33.88837931000006 - ], - [ - -117.33858676999995, - 33.888378845000034 - ], - [ - -117.33858725699997, - 33.88810400700004 - ], - [ - -117.33868989799998, - 33.88810397100008 - ], - [ - -117.33909868699999, - 33.88810383200007 - ], - [ - -117.33947618399998, - 33.88810370300007 - ], - [ - -117.33951601999996, - 33.88810369000004 - ], - [ - -117.33952423499994, - 33.88810368700007 - ], - [ - -117.33966982399994, - 33.88810251700005 - ], - [ - -117.33969723599995, - 33.888102350000054 - ], - [ - -117.34000773699995, - 33.888100447000056 - ], - [ - -117.34010393299997, - 33.88809985700004 - ], - [ - -117.34010723899996, - 33.88717055700005 - ], - [ - -117.34097846399999, - 33.88716630000005 - ], - [ - -117.34314182599996, - 33.88715645900004 - ], - [ - -117.34317893999997, - 33.88715628700004 - ], - [ - -117.34328473099998, - 33.887155807000056 - ], - [ - -117.34340077, - 33.88715527700003 - ], - [ - -117.34343773499995, - 33.88715510700007 - ], - [ - -117.343474701, - 33.88715494100006 - ], - [ - -117.34351166599998, - 33.88715477200003 - ], - [ - -117.34362390599995, - 33.887154242000065 - ], - [ - -117.343686978, - 33.88715288700007 - ], - [ - -117.34382022499994, - 33.887153356000056 - ], - [ - -117.34388908499994, - 33.88715248200003 - ], - [ - -117.34395545799998, - 33.88715217300006 - ], - [ - -117.34403629199994, - 33.88715135600006 - ], - [ - -117.34409067499996, - 33.88715042900003 - ], - [ - -117.34415925499997, - 33.887148969000066 - ], - [ - -117.344294763, - 33.88714441700006 - ], - [ - -117.344429328, - 33.88713794600005 - ], - [ - -117.34456544999995, - 33.88712942900003 - ], - [ - -117.34463340199994, - 33.88712461800003 - ], - [ - -117.34470018399998, - 33.88711931900008 - ], - [ - -117.34476877799995, - 33.88711358100005 - ], - [ - -117.34483559699999, - 33.88710716800006 - ], - [ - -117.34492887999994, - 33.88709617300003 - ], - [ - -117.34504051099998, - 33.887082718000045 - ], - [ - -117.34514358999996, - 33.88707029100004 - ], - [ - -117.34524328099997, - 33.887058274000026 - ], - [ - -117.34529847399995, - 33.88705019500003 - ], - [ - -117.34536413599994, - 33.887041116000034 - ], - [ - -117.34543101, - 33.887031541000056 - ], - [ - -117.34550719799995, - 33.88701995500003 - ], - [ - -117.34568953699994, - 33.88698828300005 - ], - [ - -117.34587107899995, - 33.88695405400006 - ], - [ - -117.34594594799995, - 33.886938787000076 - ], - [ - -117.34598418299998, - 33.88693099100004 - ], - [ - -117.34599280999998, - 33.88692923100007 - ], - [ - -117.34605187699998, - 33.88691718700005 - ], - [ - -117.34614203599995, - 33.88689740600006 - ], - [ - -117.34623187299997, - 33.88687769400008 - ], - [ - -117.34641101899996, - 33.88683558200006 - ], - [ - -117.34651426299996, - 33.88680968500006 - ], - [ - -117.34653217099998, - 33.886805192000054 - ], - [ - -117.34658924799999, - 33.88679087300005 - ], - [ - -117.34676651799998, - 33.88674357100007 - ], - [ - -117.34694276999994, - 33.886693698000045 - ], - [ - -117.34711795599998, - 33.88664126300006 - ], - [ - -117.34729201099998, - 33.88658628700006 - ], - [ - -117.34746489199995, - 33.886528783000074 - ], - [ - -117.34763654099999, - 33.88646877100007 - ], - [ - -117.34780690899998, - 33.88640626900008 - ], - [ - -117.34797594099996, - 33.88634129400003 - ], - [ - -117.34814358799997, - 33.886273868000046 - ], - [ - -117.34830979499998, - 33.88620401600008 - ], - [ - -117.34847451499996, - 33.88613174900007 - ], - [ - -117.34872857999994, - 33.88599736700007 - ], - [ - -117.34911861399996, - 33.88578357200004 - ], - [ - -117.34923313099995, - 33.88571901600005 - ], - [ - -117.34934639, - 33.88565293000005 - ], - [ - -117.34940313599998, - 33.88561913700005 - ], - [ - -117.34951418299994, - 33.88555115300005 - ], - [ - -117.349569353, - 33.88551666300003 - ], - [ - -117.34962430699994, - 33.885481484000024 - ], - [ - -117.34967884999998, - 33.885446141000045 - ], - [ - -117.349733287, - 33.885410120000074 - ], - [ - -117.35183761699994, - 33.884056334000036 - ], - [ - -117.35186192299994, - 33.88403965400005 - ], - [ - -117.35188754599994, - 33.88402207300004 - ], - [ - -117.35199338099994, - 33.88395570200004 - ], - [ - -117.35204638899995, - 33.88392309400007 - ], - [ - -117.352100141, - 33.88389084200003 - ], - [ - -117.35220922599996, - 33.883826879000026 - ], - [ - -117.35231882199997, - 33.88376460000006 - ], - [ - -117.35242967499994, - 33.88370402600003 - ], - [ - -117.35248572299997, - 33.883674162000034 - ], - [ - -117.35259748099998, - 33.883615924000026 - ], - [ - -117.35271104999998, - 33.883558926000035 - ], - [ - -117.35282607499994, - 33.88350311600004 - ], - [ - -117.35288417299995, - 33.88347571600008 - ], - [ - -117.35300046699996, - 33.88342247200006 - ], - [ - -117.35308130099997, - 33.883384024000065 - ], - [ - -117.35308364899998, - 33.88288956900004 - ], - [ - -117.35299609099997, - 33.88288899600008 - ], - [ - -117.35297961599997, - 33.88288896900008 - ], - [ - -117.35167409799999, - 33.88288142000005 - ], - [ - -117.35166976099998, - 33.88352947000004 - ], - [ - -117.35154779599998, - 33.88352647800008 - ], - [ - -117.35142280999997, - 33.883544280000024 - ], - [ - -117.34874187199995, - 33.88354562600006 - ], - [ - -117.34874928199997, - 33.88218713900005 - ], - [ - -117.348761664, - 33.87991651400006 - ], - [ - -117.35309235899996, - 33.879904433000036 - ], - [ - -117.35309273599995, - 33.87982674400007 - ], - [ - -117.35309448199996, - 33.87946122900007 - ], - [ - -117.35309629299996, - 33.87908472100003 - ], - [ - -117.35309810599995, - 33.87870821200005 - ], - [ - -117.35309978199996, - 33.87833720000003 - ], - [ - -117.353101558, - 33.87795794500005 - ], - [ - -117.35310323399995, - 33.87758693400008 - ], - [ - -117.35310551799995, - 33.877085383000065 - ], - [ - -117.35310589599999, - 33.87700190100003 - ], - [ - -117.35310627299998, - 33.876917742000046 - ], - [ - -117.35310770599995, - 33.87660856600007 - ], - [ - -117.35310968799996, - 33.876229307000074 - ], - [ - -117.35311064499996, - 33.87571912300007 - ], - [ - -117.353112023, - 33.87498386500005 - ], - [ - -117.35311259499997, - 33.87467950400003 - ], - [ - -117.353112937, - 33.87449636800005 - ], - [ - -117.353113082, - 33.87441987600005 - ], - [ - -117.35311324599996, - 33.87433167800003 - ], - [ - -117.35311420399995, - 33.87382127400008 - ], - [ - -117.35311546499997, - 33.873148882000066 - ], - [ - -117.35311632299994, - 33.87269112600006 - ], - [ - -117.35311647399999, - 33.87260999800003 - ], - [ - -117.34890964299996, - 33.87262007900006 - ], - [ - -117.34880092199995, - 33.872620339000036 - ], - [ - -117.34017701499994, - 33.87267838900004 - ], - [ - -117.34007750899997, - 33.87267905500005 - ], - [ - -117.33965169299995, - 33.872681890000024 - ], - [ - -117.33959569899997, - 33.87268226300006 - ], - [ - -117.339539705, - 33.87268263500005 - ], - [ - -117.33952033399999, - 33.87268276400005 - ], - [ - -117.33948371199995, - 33.872683008000024 - ], - [ - -117.339427721, - 33.87268338000007 - ], - [ - -117.33937172599997, - 33.87268375300005 - ], - [ - -117.33931573299998, - 33.872684126000024 - ], - [ - -117.33925974099998, - 33.87268449800007 - ], - [ - -117.33914775299996, - 33.872685243000035 - ], - [ - -117.33909175899998, - 33.87268561600007 - ], - [ - -117.33903576499995, - 33.87268598800006 - ], - [ - -117.33897977099997, - 33.872686361000035 - ], - [ - -117.33892378099995, - 33.87268673300008 - ], - [ - -117.338867785, - 33.87268710600006 - ], - [ - -117.33881179099996, - 33.872687478000046 - ], - [ - -117.33875579799997, - 33.872687850000034 - ], - [ - -117.33869980499998, - 33.87268822300007 - ], - [ - -117.33864381399997, - 33.872688596000046 - ], - [ - -117.33858781799995, - 33.872688968000034 - ], - [ - -117.33853182399997, - 33.87268934000008 - ], - [ - -117.33847583, - 33.87268971200007 - ], - [ - -117.33843644099994, - 33.872689974000025 - ], - [ - -117.338419838, - 33.872690084000055 - ], - [ - -117.33836384199998, - 33.87269045600004 - ], - [ - -117.33830784899999, - 33.87269082900008 - ], - [ - -117.33825185699999, - 33.872691201000066 - ], - [ - -117.33819586299995, - 33.872691573000054 - ], - [ - -117.33813987199994, - 33.87269194400005 - ], - [ - -117.33808387599998, - 33.87269231600004 - ], - [ - -117.33802788499997, - 33.87269268700004 - ], - [ - -117.33797189099994, - 33.87269305900003 - ], - [ - -117.33791589599997, - 33.87269343000003 - ], - [ - -117.33788402, - 33.87269364200006 - ], - [ - -117.33785990299998, - 33.87269380200007 - ], - [ - -117.33780390899994, - 33.87269417400006 - ], - [ - -117.33774791699994, - 33.87269454600005 - ], - [ - -117.33769192299997, - 33.872694919000025 - ], - [ - -117.33763592999998, - 33.872695289000035 - ], - [ - -117.33757993499995, - 33.87269566200007 - ], - [ - -117.337495946, - 33.872696219000034 - ], - [ - -117.33743995299994, - 33.87269659000003 - ], - [ - -117.33738396099994, - 33.87269696300007 - ], - [ - -117.33729996799997, - 33.87269752100008 - ], - [ - -117.33721597899995, - 33.87269807800004 - ], - [ - -117.33715998499997, - 33.87269844900004 - ], - [ - -117.33710399199998, - 33.87269882000004 - ], - [ - -117.337047999, - 33.87269919100004 - ], - [ - -117.33699200499996, - 33.872699563000026 - ], - [ - -117.33690801599994, - 33.87270012100004 - ], - [ - -117.33685202099997, - 33.872700492000035 - ], - [ - -117.33679602799998, - 33.872700864000024 - ], - [ - -117.336740035, - 33.87270123600007 - ], - [ - -117.33668404099996, - 33.87270160700007 - ], - [ - -117.33662804699998, - 33.872701978000066 - ], - [ - -117.33657205499998, - 33.872702349000065 - ], - [ - -117.33651606099994, - 33.872702719000074 - ], - [ - -117.33646006799995, - 33.87270309300004 - ], - [ - -117.33640407399997, - 33.87270346300005 - ], - [ - -117.33634808299996, - 33.87270383300006 - ], - [ - -117.33629208599996, - 33.87270420500005 - ], - [ - -117.33623602299997, - 33.872704577000036 - ], - [ - -117.33573910299998, - 33.87270786900007 - ], - [ - -117.33531192399994, - 33.87271069800005 - ], - [ - -117.33525593199994, - 33.87271106900005 - ], - [ - -117.33519993999994, - 33.872711440000046 - ], - [ - -117.33514394399998, - 33.872711810000055 - ], - [ - -117.33508794999995, - 33.872712181000054 - ], - [ - -117.33506937399994, - 33.87271230500005 - ], - [ - -117.33503195599997, - 33.87271255200005 - ], - [ - -117.33497596299998, - 33.87271292300005 - ], - [ - -117.33491997199997, - 33.87271329400005 - ], - [ - -117.33486397699994, - 33.87271366400006 - ], - [ - -117.33480798299996, - 33.87271403400007 - ], - [ - -117.33475198899998, - 33.87271440500007 - ], - [ - -117.334695996, - 33.87271477500008 - ], - [ - -117.33461200599999, - 33.87271533100005 - ], - [ - -117.33455601299994, - 33.87271570100006 - ], - [ - -117.33453997199996, - 33.872715808000066 - ], - [ - -117.33450002099994, - 33.87271607200006 - ], - [ - -117.33436003499997, - 33.872716998000044 - ], - [ - -117.33427604499997, - 33.87271755300003 - ], - [ - -117.33422005199998, - 33.87271792400003 - ], - [ - -117.334217121, - 33.872717943000055 - ], - [ - -117.33416405999998, - 33.87271829400004 - ], - [ - -117.33410806199998, - 33.87271866400005 - ], - [ - -117.33402407499995, - 33.87271921900003 - ], - [ - -117.33399903799994, - 33.87271938500004 - ], - [ - -117.33396808199996, - 33.87271958900004 - ], - [ - -117.33391208899997, - 33.87271995900005 - ], - [ - -117.33385609299995, - 33.87272032900006 - ], - [ - -117.33380010199994, - 33.87272069900007 - ], - [ - -117.33374410699997, - 33.87272106900008 - ], - [ - -117.33368811399998, - 33.87272143900003 - ], - [ - -117.333632121, - 33.87272180900004 - ], - [ - -117.33357612599997, - 33.87272217900005 - ], - [ - -117.33352013399997, - 33.87272254900006 - ], - [ - -117.33347559299995, - 33.872722844000066 - ], - [ - -117.33346414, - 33.87272291800008 - ], - [ - -117.33338014999998, - 33.87272347500004 - ], - [ - -117.33329615999997, - 33.87272402900004 - ], - [ - -117.33324016499995, - 33.87272439700007 - ], - [ - -117.33318417399994, - 33.87272476800007 - ], - [ - -117.33312818099995, - 33.87272513900007 - ], - [ - -117.333072185, - 33.87272550800003 - ], - [ - -117.33301619399998, - 33.87272587600006 - ], - [ - -117.33296019999995, - 33.87272624700006 - ], - [ - -117.33290420599997, - 33.87272661600008 - ], - [ - -117.33284821299998, - 33.87272698500004 - ], - [ - -117.33279221799995, - 33.87272735600004 - ], - [ - -117.33273622399997, - 33.87272772700004 - ], - [ - -117.33265223499995, - 33.87272828000005 - ], - [ - -117.33259624199997, - 33.87272864900007 - ], - [ - -117.33254024599995, - 33.872729020000065 - ], - [ - -117.33248425499994, - 33.87272938700005 - ], - [ - -117.33242826099996, - 33.87272975800005 - ], - [ - -117.33237226799997, - 33.87273012700007 - ], - [ - -117.332316274, - 33.87273049700008 - ], - [ - -117.33226028099995, - 33.87273086600004 - ], - [ - -117.33220428599998, - 33.87273123500006 - ], - [ - -117.33214829199994, - 33.87273160400008 - ], - [ - -117.33206430499996, - 33.872732159000066 - ], - [ - -117.33200830899995, - 33.87273252800003 - ], - [ - -117.33195231599996, - 33.87273289800004 - ], - [ - -117.33189632199998, - 33.87273326600007 - ], - [ - -117.33181233199997, - 33.872733820000064 - ], - [ - -117.33135328699996, - 33.87273684500008 - ], - [ - -117.33091593299997, - 33.87274386800004 - ], - [ - -117.33085970099995, - 33.872744770000054 - ], - [ - -117.33080371899996, - 33.87274566900004 - ], - [ - -117.33074748699994, - 33.87274657300003 - ], - [ - -117.33069125999998, - 33.87274747500004 - ], - [ - -117.33063527499996, - 33.872748374000025 - ], - [ - -117.330579291, - 33.87274927100003 - ], - [ - -117.33052330799995, - 33.872750170000074 - ], - [ - -117.33046732699995, - 33.87275106800007 - ], - [ - -117.33041134599995, - 33.872751967000056 - ], - [ - -117.33035535999994, - 33.87275286600004 - ], - [ - -117.33029937699996, - 33.87275376400004 - ], - [ - -117.33024314499994, - 33.87275466800003 - ], - [ - -117.33018716099997, - 33.872755565000034 - ], - [ - -117.33013117999997, - 33.87275646400008 - ], - [ - -117.33007519799997, - 33.872757361000026 - ], - [ - -117.33001921699997, - 33.87275826000007 - ], - [ - -117.32996323099997, - 33.872759159000054 - ], - [ - -117.32990724899997, - 33.87276005900003 - ], - [ - -117.329851266, - 33.87276095500005 - ], - [ - -117.32979528299995, - 33.87276185400003 - ], - [ - -117.32973929999997, - 33.872762753000075 - ], - [ - -117.329683317, - 33.87276365200006 - ], - [ - -117.32962733399995, - 33.87276454900007 - ], - [ - -117.32957135199996, - 33.87276544600007 - ], - [ - -117.32951536799999, - 33.87276634400007 - ], - [ - -117.32945938599994, - 33.872767243000055 - ], - [ - -117.32940340099998, - 33.87276814100005 - ], - [ - -117.32934741999998, - 33.87276903900005 - ], - [ - -117.32929143699994, - 33.872769937000044 - ], - [ - -117.32923545399996, - 33.87277083500004 - ], - [ - -117.32917947099997, - 33.872771733000036 - ], - [ - -117.329123488, - 33.87277263100003 - ], - [ - -117.32906750499995, - 33.87277352700005 - ], - [ - -117.32901152199997, - 33.872774426000035 - ], - [ - -117.32895553999998, - 33.87277532400003 - ], - [ - -117.32889955799999, - 33.87277622300007 - ], - [ - -117.32884357299997, - 33.87277712100007 - ], - [ - -117.32878759199997, - 33.872778019000066 - ], - [ - -117.32873160899999, - 33.87277891700006 - ], - [ - -117.32867562599995, - 33.87277981500006 - ], - [ - -117.32861964299997, - 33.872780711000075 - ], - [ - -117.32856365999999, - 33.87278160900007 - ], - [ - -117.32850767699995, - 33.87278250600008 - ], - [ - -117.32845169499996, - 33.872783405000064 - ], - [ - -117.32839571099998, - 33.87278430200007 - ], - [ - -117.328339729, - 33.87278519900008 - ], - [ - -117.32828374499996, - 33.87278609700007 - ], - [ - -117.32822776299997, - 33.87278699600006 - ], - [ - -117.32817178, - 33.87278789100003 - ], - [ - -117.32811579599996, - 33.87278879000007 - ], - [ - -117.32805981299998, - 33.87278968700008 - ], - [ - -117.328003831, - 33.872790585000075 - ], - [ - -117.32794784899994, - 33.872791481000036 - ], - [ - -117.32789186699995, - 33.87279238000008 - ], - [ - -117.32783588099994, - 33.87279327600004 - ], - [ - -117.32777989899995, - 33.872794174000035 - ], - [ - -117.32772391499998, - 33.87279507300008 - ], - [ - -117.32766793299999, - 33.87279596800005 - ], - [ - -117.32761194999995, - 33.872796866000044 - ], - [ - -117.32755596799996, - 33.87279776400004 - ], - [ - -117.32747199399995, - 33.87279910800004 - ], - [ - -117.32741601099997, - 33.87280000800007 - ], - [ - -117.32698687799996, - 33.87280688300007 - ], - [ - -117.32657626599996, - 33.87281346100008 - ], - [ - -117.32652028299998, - 33.872814359000074 - ], - [ - -117.32646429999994, - 33.872815254000045 - ], - [ - -117.32640831699996, - 33.87281615200004 - ], - [ - -117.32632434499999, - 33.87281749700003 - ], - [ - -117.32626836199995, - 33.872818394000035 - ], - [ - -117.326212377, - 33.87281929000005 - ], - [ - -117.32612865099998, - 33.872820631000025 - ], - [ - -117.32604467699997, - 33.87282197600007 - ], - [ - -117.32576476199995, - 33.87282645800008 - ], - [ - -117.32570877999996, - 33.87282735400004 - ], - [ - -117.32565279599999, - 33.872828251000044 - ], - [ - -117.325596814, - 33.87282914700006 - ], - [ - -117.32554083099996, - 33.87283004500006 - ], - [ - -117.32548484799997, - 33.872830941000075 - ], - [ - -117.325428865, - 33.87283184000006 - ], - [ - -117.32537288199995, - 33.87283273400004 - ], - [ - -117.32531689899997, - 33.87283363100005 - ], - [ - -117.325260916, - 33.872834527000066 - ], - [ - -117.32520493199996, - 33.87283542200004 - ], - [ - -117.32514894999997, - 33.872836319000044 - ], - [ - -117.32509296699999, - 33.87283721500006 - ], - [ - -117.32503698399995, - 33.87283811000003 - ], - [ - -117.32498100099997, - 33.87283900700004 - ], - [ - -117.32492501899998, - 33.872839903000056 - ], - [ - -117.32486903599994, - 33.87284079800003 - ], - [ - -117.32481305199997, - 33.87284169600008 - ], - [ - -117.32475706899999, - 33.87284259100005 - ], - [ - -117.32470108599995, - 33.87284348700007 - ], - [ - -117.32464510199998, - 33.872844384000075 - ], - [ - -117.32458911999998, - 33.87284527800006 - ], - [ - -117.32453313899998, - 33.872846174000074 - ], - [ - -117.32444916199995, - 33.87284751900006 - ], - [ - -117.32439317899997, - 33.87284841400003 - ], - [ - -117.32433719699998, - 33.87284931100004 - ], - [ - -117.32422523199995, - 33.87285110300007 - ], - [ - -117.32416924799998, - 33.872851997000055 - ], - [ - -117.324113265, - 33.87285289400006 - ], - [ - -117.32405728199996, - 33.87285378800004 - ], - [ - -117.32400129899997, - 33.87285468500005 - ], - [ - -117.32394531499995, - 33.87285558000008 - ], - [ - -117.32388933399994, - 33.87285647500005 - ], - [ - -117.32383334999997, - 33.872857371000066 - ], - [ - -117.32377736799998, - 33.87285826600004 - ], - [ - -117.32372138499994, - 33.872859163000044 - ], - [ - -117.32366539999998, - 33.87286005800007 - ], - [ - -117.323609418, - 33.87286095400003 - ], - [ - -117.32355343499995, - 33.87286185000005 - ], - [ - -117.32349745299996, - 33.87286274500008 - ], - [ - -117.32344146999998, - 33.87286364000005 - ], - [ - -117.32338548499996, - 33.87286453400003 - ], - [ - -117.32332950299997, - 33.872865432000026 - ], - [ - -117.32327351999999, - 33.872866327000054 - ], - [ - -117.32321753699995, - 33.872867222000025 - ], - [ - -117.32316155499996, - 33.87286811800004 - ], - [ - -117.32310557099999, - 33.87286901300007 - ], - [ - -117.32304958599997, - 33.87286990700005 - ], - [ - -117.322608463, - 33.87287696000004 - ], - [ - -117.32218226099997, - 33.87288248200008 - ], - [ - -117.32209827699995, - 33.87288356900007 - ], - [ - -117.32204243599995, - 33.87288429400007 - ], - [ - -117.32195845299998, - 33.87288538100006 - ], - [ - -117.32190246699997, - 33.87288610600007 - ], - [ - -117.32184647699995, - 33.87288683100007 - ], - [ - -117.321790492, - 33.872887554000044 - ], - [ - -117.32131459199996, - 33.87289371700007 - ], - [ - -117.32125860499997, - 33.872894442000074 - ], - [ - -117.32120261499995, - 33.872895166000035 - ], - [ - -117.32114662799995, - 33.87289589200003 - ], - [ - -117.32109063999997, - 33.87289661600005 - ], - [ - -117.321034651, - 33.872897341000055 - ], - [ - -117.32097866399994, - 33.87289806500007 - ], - [ - -117.32092267599995, - 33.87289879000008 - ], - [ - -117.32086668899996, - 33.872899516000075 - ], - [ - -117.320810699, - 33.87290023800006 - ], - [ - -117.32075471299999, - 33.87290096400005 - ], - [ - -117.32069872199997, - 33.872901687000024 - ], - [ - -117.32064273499998, - 33.87290241300008 - ], - [ - -117.32058674799998, - 33.87290313700004 - ], - [ - -117.32053076099999, - 33.872903861000054 - ], - [ - -117.32047477299994, - 33.87290458600006 - ], - [ - -117.32041878299998, - 33.87290531100007 - ], - [ - -117.32036279599998, - 33.87290603300005 - ], - [ - -117.32030680899999, - 33.872906759000045 - ], - [ - -117.32022282499997, - 33.87290784500004 - ], - [ - -117.32016683699999, - 33.87290856800007 - ], - [ - -117.32011085, - 33.87290929300008 - ], - [ - -117.32002686799996, - 33.872910380000064 - ], - [ - -117.31997087999997, - 33.87291110500007 - ], - [ - -117.31991489099994, - 33.87291182700005 - ], - [ - -117.31985890399994, - 33.87291255200006 - ], - [ - -117.31980291699995, - 33.87291327600008 - ], - [ - -117.31974692799997, - 33.87291400100003 - ], - [ - -117.31969093999999, - 33.872914725000044 - ], - [ - -117.31963494999997, - 33.87291544900006 - ], - [ - -117.31957896399996, - 33.87291617300008 - ], - [ - -117.31952297499998, - 33.87291689700004 - ], - [ - -117.31946698899998, - 33.872917622000045 - ], - [ - -117.31941099899996, - 33.87291834500007 - ], - [ - -117.319355009, - 33.872919069000034 - ], - [ - -117.31927102999998, - 33.87292015200006 - ], - [ - -117.31921504099995, - 33.87292087800006 - ], - [ - -117.31915905399995, - 33.872921602000076 - ], - [ - -117.31910306599997, - 33.87292232500005 - ], - [ - -117.31904707599995, - 33.872923050000054 - ], - [ - -117.31899108899995, - 33.872923771000046 - ], - [ - -117.31893510299994, - 33.87292449700004 - ], - [ - -117.31887911499996, - 33.87292522100006 - ], - [ - -117.31882312399995, - 33.87292594400003 - ], - [ - -117.31876713699995, - 33.87292666800005 - ], - [ - -117.31871114899997, - 33.872927394000044 - ], - [ - -117.31865516099998, - 33.87292811400005 - ], - [ - -117.31859917099996, - 33.87292883900005 - ], - [ - -117.31854318399996, - 33.872929562000024 - ], - [ - -117.31848719599998, - 33.87293028600004 - ], - [ - -117.31843120899998, - 33.87293101000006 - ], - [ - -117.31834722999997, - 33.87293209500007 - ], - [ - -117.31829123799997, - 33.87293281800004 - ], - [ - -117.31823525199997, - 33.872933542000055 - ], - [ - -117.31817926199994, - 33.872934265000026 - ], - [ - -117.31809528099996, - 33.872935350000034 - ], - [ - -117.31803929199998, - 33.87293607400005 - ], - [ - -117.31798330499998, - 33.87293679700008 - ], - [ - -117.31792731699994, - 33.87293751900006 - ], - [ - -117.31787132899996, - 33.87293824400007 - ], - [ - -117.31781533999998, - 33.87293896500006 - ], - [ - -117.31775935199994, - 33.87293969000007 - ], - [ - -117.31770336399995, - 33.87294041300004 - ], - [ - -117.31764737599997, - 33.872941135000076 - ], - [ - -117.31759138799998, - 33.872941859000036 - ], - [ - -117.3175354, - 33.872942583000054 - ], - [ - -117.31747941199995, - 33.872943305000035 - ], - [ - -117.31742342499996, - 33.87294402800006 - ], - [ - -117.317367435, - 33.872944750000045 - ], - [ - -117.31731144899999, - 33.87294547300007 - ], - [ - -117.31725545999996, - 33.87294619900007 - ], - [ - -117.31719947199997, - 33.87294691900007 - ], - [ - -117.31714348299994, - 33.87294764200004 - ], - [ - -117.31708749499995, - 33.87294836600006 - ], - [ - -117.31703150599998, - 33.87294908800004 - ], - [ - -117.31697551899998, - 33.87294981100007 - ], - [ - -117.31691953199999, - 33.87295053400004 - ], - [ - -117.31686354299995, - 33.87295125700007 - ], - [ - -117.31680755699995, - 33.87295198100003 - ], - [ - -117.316751566, - 33.87295270300007 - ], - [ - -117.31669557899994, - 33.87295342600004 - ], - [ - -117.31664272699999, - 33.872954106000066 - ], - [ - -117.31663959199994, - 33.872954148000076 - ], - [ - -117.31658360299997, - 33.87295487000006 - ], - [ - -117.31652761599997, - 33.87295559300003 - ], - [ - -117.31647162599995, - 33.87295631600006 - ], - [ - -117.31642446099994, - 33.87295692500004 - ], - [ - -117.31641563999995, - 33.87295703900003 - ], - [ - -117.316161395, - 33.87296031900007 - ], - [ - -117.31586909899994, - 33.87296409100003 - ], - [ - -117.31564695699996, - 33.87296695600003 - ], - [ - -117.31537220099995, - 33.872970501000054 - ], - [ - -117.31503901599996, - 33.87297479700004 - ], - [ - -117.31479930399996, - 33.87297788800004 - ], - [ - -117.31430843399994, - 33.87298421600008 - ], - [ - -117.31405684599997, - 33.87298745800007 - ], - [ - -117.31389797099996, - 33.87298950700006 - ], - [ - -117.31375332399995, - 33.87299111900006 - ], - [ - -117.31375282899995, - 33.87368111200004 - ], - [ - -117.31375076599994, - 33.876558027000044 - ], - [ - -117.31374810799997, - 33.88026100700006 - ], - [ - -117.313746891, - 33.88195691400006 - ], - [ - -117.31374686299995, - 33.88313106500004 - ], - [ - -117.31374686299995, - 33.88315650800007 - ], - [ - -117.31374682799998, - 33.884619910000026 - ], - [ - -117.31374673999994, - 33.88813071100003 - ], - [ - -117.31250195999996, - 33.88786430300007 - ], - [ - -117.31211187799994, - 33.88778874800005 - ], - [ - -117.31185035799996, - 33.88774397800006 - ], - [ - -117.31145587099996, - 33.88768522200007 - ], - [ - -117.31119218099997, - 33.887651461000075 - ], - [ - -117.31079460399997, - 33.887609492000024 - ], - [ - -117.31039583699999, - 33.887577701000055 - ], - [ - -117.310129728, - 33.88756209500008 - ], - [ - -117.309863023, - 33.88755116500005 - ], - [ - -117.30956338299995, - 33.88754400500005 - ], - [ - -117.30737923999999, - 33.88755182800003 - ], - [ - -117.30727049099994, - 33.887552216000074 - ], - [ - -117.30511364799997, - 33.88755990200008 - ], - [ - -117.30509754099995, - 33.88756007000006 - ], - [ - -117.30135426299995, - 33.88757333900003 - ], - [ - -117.30135390699996, - 33.887573280000026 - ], - [ - -117.30124592299995, - 33.88757366200008 - ], - [ - -117.30077188299998, - 33.88757534300004 - ], - [ - -117.300672277, - 33.887575697000045 - ], - [ - -117.30014861499996, - 33.88757755000006 - ], - [ - -117.299888152, - 33.88757847100004 - ], - [ - -117.29955338699995, - 33.887579654000035 - ], - [ - -117.29926975899997, - 33.887580666000076 - ], - [ - -117.29900125599994, - 33.88758160400005 - ], - [ - -117.29877697099994, - 33.88758239600003 - ], - [ - -117.298579701, - 33.88758309100007 - ], - [ - -117.29838243199998, - 33.88758378600005 - ], - [ - -117.29818516299997, - 33.88758448100003 - ], - [ - -117.29798789399996, - 33.88758517600007 - ], - [ - -117.29779062399996, - 33.887585870000066 - ], - [ - -117.29759335499995, - 33.88758656500005 - ], - [ - -117.297396086, - 33.88758725800005 - ], - [ - -117.29719881699998, - 33.88758795100006 - ], - [ - -117.29700154799997, - 33.88758864500005 - ], - [ - -117.29633736099998, - 33.887590930000044 - ], - [ - -117.29554596099996, - 33.887605147000045 - ], - [ - -117.29534677799995, - 33.88760871300008 - ], - [ - -117.29514920699995, - 33.88761224500007 - ], - [ - -117.29495429699995, - 33.88761573200003 - ], - [ - -117.29475798299995, - 33.88761924200003 - ], - [ - -117.294564617, - 33.887622700000065 - ], - [ - -117.29436612499995, - 33.88762624900005 - ], - [ - -117.29417266899998, - 33.88762970600004 - ], - [ - -117.29397564899995, - 33.88763322900007 - ], - [ - -117.29377909899995, - 33.88763674200004 - ], - [ - -117.29352756999998, - 33.887641237000025 - ], - [ - -117.29314722099997, - 33.88764803500004 - ], - [ - -117.29266287399997, - 33.88765669000003 - ], - [ - -117.29220343099996, - 33.88766489500006 - ], - [ - -117.29211379699996, - 33.887666496000065 - ], - [ - -117.29211210099999, - 33.888059260000034 - ], - [ - -117.29211086899994, - 33.88834408400004 - ], - [ - -117.29210988399996, - 33.88857219100004 - ], - [ - -117.29210947299998, - 33.88866722900008 - ], - [ - -117.29210886199996, - 33.88880845800003 - ], - [ - -117.29210800499999, - 33.88900652900003 - ], - [ - -117.29210728899994, - 33.88917220600007 - ], - [ - -117.29210657199997, - 33.88933788300005 - ], - [ - -117.29210585599998, - 33.88950356000004 - ], - [ - -117.29210514099998, - 33.88966923600003 - ], - [ - -117.29210454099996, - 33.88980801200006 - ], - [ - -117.29210442399994, - 33.88983491300007 - ], - [ - -117.29210370799996, - 33.89000058900007 - ], - [ - -117.29210299299996, - 33.89016626700004 - ], - [ - -117.29210227699997, - 33.890331943000035 - ], - [ - -117.29210156, - 33.89049761900003 - ], - [ - -117.29210151299998, - 33.89050838700007 - ], - [ - -117.29210084399995, - 33.89066329600007 - ], - [ - -117.29210012699997, - 33.890828973000055 - ], - [ - -117.29209941199997, - 33.89099464900005 - ], - [ - -117.292098695, - 33.89116032600003 - ], - [ - -117.29209798, - 33.891326003000074 - ], - [ - -117.29209726299996, - 33.89149168000006 - ], - [ - -117.29209654399995, - 33.89165735600005 - ], - [ - -117.29209582899995, - 33.89182303300004 - ], - [ - -117.29209511299996, - 33.89198870900003 - ], - [ - -117.29209439699997, - 33.89215438600007 - ], - [ - -117.29209368199997, - 33.89232006300006 - ], - [ - -117.29209296599998, - 33.89248574000004 - ], - [ - -117.29209213399997, - 33.892678096000054 - ], - [ - -117.29209098299998, - 33.89294448000004 - ], - [ - -117.29208992199995, - 33.89318984300007 - ], - [ - -117.292088203, - 33.89358733000006 - ], - [ - -117.29208711099994, - 33.89383967200007 - ], - [ - -117.29208639299998, - 33.89400646100006 - ], - [ - -117.292085698, - 33.89416694500005 - ], - [ - -117.29208498, - 33.894332994000024 - ], - [ - -117.29208426399998, - 33.89449861800006 - ], - [ - -117.29208353699994, - 33.89466651600003 - ], - [ - -117.29208283, - 33.89483015900004 - ], - [ - -117.29208216299998, - 33.89498432500005 - ], - [ - -117.29208212699996, - 33.89499277200008 - ], - [ - -117.29208141199996, - 33.89515801600004 - ], - [ - -117.29208068899999, - 33.89532511300007 - ], - [ - -117.29208000199998, - 33.89548429400003 - ], - [ - -117.29207929599994, - 33.89564765200004 - ], - [ - -117.29207858599995, - 33.89581195000005 - ], - [ - -117.29207786399996, - 33.895978902000024 - ], - [ - -117.29207716899998, - 33.89613985700004 - ], - [ - -117.29207645799994, - 33.89630425000007 - ], - [ - -117.29207572799999, - 33.89647314200005 - ], - [ - -117.292075346, - 33.89656137400004 - ], - [ - -117.29207498699998, - 33.896644439000056 - ], - [ - -117.292074631, - 33.89672688200005 - ], - [ - -117.29207430399998, - 33.89680229900006 - ], - [ - -117.29207360099997, - 33.89696493100007 - ], - [ - -117.292072884, - 33.897130541000024 - ], - [ - -117.292072164, - 33.89729721900005 - ], - [ - -117.29207145299995, - 33.89746178100006 - ], - [ - -117.29207074599998, - 33.897625091000066 - ], - [ - -117.29206982699998, - 33.89783807200007 - ], - [ - -117.29206910699997, - 33.898004395000044 - ], - [ - -117.29206873299995, - 33.898090496000066 - ], - [ - -117.29206836999998, - 33.89817481500006 - ], - [ - -117.29206802199997, - 33.898255316000075 - ], - [ - -117.29206766199997, - 33.89833867200008 - ], - [ - -117.29206671099996, - 33.898558527000034 - ], - [ - -117.29206551299995, - 33.898835543000075 - ], - [ - -117.29206448899998, - 33.899072483000054 - ], - [ - -117.29206413099996, - 33.89915520900007 - ], - [ - -117.29206377699995, - 33.89923702500005 - ], - [ - -117.29206268699994, - 33.89948942400002 - ], - [ - -117.29206183999997, - 33.89968520000008 - ], - [ - -117.29206129, - 33.89981264200003 - ], - [ - -117.29206098599997, - 33.89988251800003 - ], - [ - -117.29206016999996, - 33.900071352000055 - ], - [ - -117.29205935799996, - 33.90025923300004 - ], - [ - -117.29205850799997, - 33.90045583500006 - ], - [ - -117.29205815299997, - 33.90053779300007 - ], - [ - -117.29205766299998, - 33.90065109900007 - ], - [ - -117.29205679399996, - 33.90085207200008 - ], - [ - -117.29205594599995, - 33.90104818900005 - ], - [ - -117.29205512299995, - 33.90123855400003 - ], - [ - -117.29205429399997, - 33.90142996000003 - ], - [ - -117.29205350899997, - 33.901611959000036 - ], - [ - -117.29205267499998, - 33.90180448700005 - ], - [ - -117.29205185, - 33.90199577300007 - ], - [ - -117.29205103399994, - 33.90218439900008 - ], - [ - -117.29205100299998, - 33.90219193900003 - ], - [ - -117.29205064499996, - 33.90227438800002 - ], - [ - -117.29205020799998, - 33.902375214000074 - ], - [ - -117.29204938599997, - 33.90256548100007 - ], - [ - -117.29204903299996, - 33.902647056000035 - ], - [ - -117.29204858499997, - 33.90275078800005 - ], - [ - -117.29204772899999, - 33.90294869200005 - ], - [ - -117.29204687199996, - 33.90314651600005 - ], - [ - -117.29204602599998, - 33.90334235000006 - ], - [ - -117.29204442499997, - 33.90371253400008 - ], - [ - -117.29204303699998, - 33.904033480000066 - ], - [ - -117.29204268099994, - 33.90411560900003 - ], - [ - -117.29214196899994, - 33.90411511600007 - ], - [ - -117.292222171, - 33.90411472000005 - ], - [ - -117.29230455899994, - 33.90411431000007 - ], - [ - -117.29238695, - 33.90411390300005 - ], - [ - -117.29246933799999, - 33.90411349400006 - ], - [ - -117.29255172699999, - 33.90411308500006 - ], - [ - -117.29257036599995, - 33.90411299300007 - ], - [ - -117.29257207199998, - 33.90411298500004 - ], - [ - -117.29263411399995, - 33.90411267700006 - ], - [ - -117.29271650399994, - 33.90411226900005 - ], - [ - -117.29279889199995, - 33.90411186100005 - ], - [ - -117.29288128, - 33.90411145000007 - ], - [ - -117.29296366899996, - 33.90411104300006 - ], - [ - -117.29296688099998, - 33.904111026000066 - ], - [ - -117.29297009099997, - 33.904111011000055 - ], - [ - -117.29304605799996, - 33.90411063400006 - ], - [ - -117.29312844599997, - 33.90411022500007 - ], - [ - -117.29321083599996, - 33.90410981500003 - ], - [ - -117.29324448799997, - 33.90410964700004 - ], - [ - -117.29329322399997, - 33.90410940600003 - ], - [ - -117.29337561199998, - 33.90410899700004 - ], - [ - -117.29345800199997, - 33.90410858900003 - ], - [ - -117.29350047599996, - 33.904108378000046 - ], - [ - -117.29354038999998, - 33.90410817800006 - ], - [ - -117.29362277799999, - 33.90410777000005 - ], - [ - -117.29370516699998, - 33.90410736000007 - ], - [ - -117.29374432799995, - 33.904107166000074 - ], - [ - -117.29378755599998, - 33.904106951000074 - ], - [ - -117.29386994499998, - 33.90410654200008 - ], - [ - -117.29395233399998, - 33.90410613200004 - ], - [ - -117.29403472299998, - 33.90410572300004 - ], - [ - -117.29411711199998, - 33.90410531300006 - ], - [ - -117.2941995, - 33.904104904000064 - ], - [ - -117.29420736199995, - 33.90410486500008 - ], - [ - -117.294281889, - 33.904104493000034 - ], - [ - -117.29436427699994, - 33.90410408400004 - ], - [ - -117.29443337199996, - 33.90410374000004 - ], - [ - -117.29444666599994, - 33.904103676000034 - ], - [ - -117.29452905399995, - 33.90410326600005 - ], - [ - -117.29461144299995, - 33.904102855000076 - ], - [ - -117.29469263299995, - 33.90410245000004 - ], - [ - -117.29469383099996, - 33.904102444000046 - ], - [ - -117.29477622099995, - 33.90410203500005 - ], - [ - -117.29485860999995, - 33.90410162400008 - ], - [ - -117.29494099799996, - 33.904101214000036 - ], - [ - -117.29494425999997, - 33.904101198000035 - ], - [ - -117.29494752299996, - 33.90410118200003 - ], - [ - -117.29502338599997, - 33.90410080400005 - ], - [ - -117.29510577599996, - 33.90410039400007 - ], - [ - -117.29518741299995, - 33.90409998800004 - ], - [ - -117.29518816499996, - 33.90409998400003 - ], - [ - -117.29527055299997, - 33.90409957300005 - ], - [ - -117.29535294199997, - 33.90409916400006 - ], - [ - -117.29543441699997, - 33.90409875700004 - ], - [ - -117.29543532899999, - 33.90409875300003 - ], - [ - -117.29551771899997, - 33.904098342000054 - ], - [ - -117.29560010899996, - 33.90409793200007 - ], - [ - -117.29568249599998, - 33.90409752200003 - ], - [ - -117.295738686, - 33.904097240000056 - ], - [ - -117.29576488499998, - 33.904097111000056 - ], - [ - -117.29584727399998, - 33.90409670100007 - ], - [ - -117.295929662, - 33.90409628900005 - ], - [ - -117.296012051, - 33.90409587900007 - ], - [ - -117.29609444, - 33.90409546800004 - ], - [ - -117.29614868099998, - 33.904095195000025 - ], - [ - -117.296247167, - 33.904094705000034 - ], - [ - -117.29624768499997, - 33.90401232500005 - ], - [ - -117.29624773399996, - 33.904004619000034 - ], - [ - -117.296248677, - 33.90385463500007 - ], - [ - -117.29625210299997, - 33.903310205000025 - ], - [ - -117.2962536799999, - 33.903059797000026 - ], - [ - -117.29625498599995, - 33.90285202600006 - ], - [ - -117.29625837499998, - 33.90231341300006 - ], - [ - -117.296258621, - 33.90227439800003 - ], - [ - -117.296258895, - 33.902231063000045 - ], - [ - -117.29627549599996, - 33.902230893000024 - ], - [ - -117.29635784299995, - 33.90223004600006 - ], - [ - -117.29638992399998, - 33.90222971600008 - ], - [ - -117.29659896099997, - 33.90222756700007 - ], - [ - -117.29682157599996, - 33.902225275000035 - ], - [ - -117.29703506299995, - 33.90222307700003 - ], - [ - -117.29725277799997, - 33.90222083700007 - ], - [ - -117.29748445599995, - 33.90221845200006 - ], - [ - -117.29770207299998, - 33.90221621100005 - ], - [ - -117.29790930499996, - 33.90221407700005 - ], - [ - -117.29810336499997, - 33.90221207800005 - ], - [ - -117.29833694599995, - 33.902209672000026 - ], - [ - -117.29859791299998, - 33.90220698300004 - ], - [ - -117.29886280299996, - 33.902204253000036 - ], - [ - -117.29911874899994, - 33.902201613000045 - ], - [ - -117.29933559199998, - 33.902199379000024 - ], - [ - -117.29957561699996, - 33.90219690400005 - ], - [ - -117.29980098099998, - 33.902194579000025 - ], - [ - -117.30001730699996, - 33.90219234800003 - ], - [ - -117.30028572999998, - 33.90218957900004 - ], - [ - -117.30057591999997, - 33.90218658400005 - ], - [ - -117.30075034899994, - 33.90218478400004 - ], - [ - -117.30086087799998, - 33.90218364400005 - ], - [ - -117.30109142499998, - 33.902181262000056 - ], - [ - -117.30131106299996, - 33.90217899400005 - ], - [ - -117.30157052899995, - 33.90217631500008 - ], - [ - -117.30181417499995, - 33.902173797000046 - ], - [ - -117.30203274399997, - 33.90217154000004 - ], - [ - -117.30224526399996, - 33.90216934500006 - ], - [ - -117.30265457699994, - 33.902165112000034 - ], - [ - -117.30282270299995, - 33.90216337600003 - ], - [ - -117.30282339799999, - 33.90216336900005 - ], - [ - -117.30282306699996, - 33.90175990900008 - ], - [ - -117.30282343899995, - 33.90135010700004 - ], - [ - -117.30282359199998, - 33.90117874800006 - ], - [ - -117.30282374099994, - 33.90101435500003 - ], - [ - -117.30282409899996, - 33.90061832600003 - ], - [ - -117.302824349, - 33.900340639000035 - ], - [ - -117.30309814299994, - 33.90033625700005 - ], - [ - -117.30333534399995, - 33.90033246000007 - ], - [ - -117.30358475999998, - 33.900328467000065 - ], - [ - -117.30385306499994, - 33.90032417100008 - ], - [ - -117.30410559699999, - 33.900320126000054 - ], - [ - -117.30441817999997, - 33.90031512100006 - ], - [ - -117.30486306299997, - 33.90030799400006 - ], - [ - -117.305031666, - 33.90030529200004 - ], - [ - -117.30503323999994, - 33.90012099900002 - ], - [ - -117.30503549099996, - 33.89985773300003 - ], - [ - -117.30503826499995, - 33.899533131000055 - ], - [ - -117.30504004999995, - 33.89932429400005 - ], - [ - -117.30504151599996, - 33.89915255400007 - ], - [ - -117.30504300499996, - 33.89897842900007 - ], - [ - -117.30504458099995, - 33.898793838000074 - ], - [ - -117.30504620299996, - 33.898604257000045 - ], - [ - -117.30504718299994, - 33.89848935400005 - ], - [ - -117.30525964499998, - 33.89848744600005 - ], - [ - -117.30651040599997, - 33.89847642800004 - ], - [ - -117.30667314599998, - 33.898474993000036 - ], - [ - -117.307105622, - 33.89847118000006 - ], - [ - -117.30752240199996, - 33.89846750300006 - ], - [ - -117.30771898699999, - 33.89846576800005 - ], - [ - -117.307931441, - 33.89846389200005 - ], - [ - -117.30813064299997, - 33.898462135000045 - ], - [ - -117.30835433799996, - 33.89846016000007 - ], - [ - -117.30857350099996, - 33.89845822500007 - ], - [ - -117.308772923, - 33.89845646500004 - ], - [ - -117.30898531599996, - 33.89845458800005 - ], - [ - -117.30919330799998, - 33.89845275000005 - ], - [ - -117.309379203, - 33.89845110700003 - ], - [ - -117.30938849899997, - 33.898451032000025 - ], - [ - -117.30960373199997, - 33.89844931400006 - ], - [ - -117.30980461099995, - 33.89844771300005 - ], - [ - -117.31001975099997, - 33.89844599600008 - ], - [ - -117.31023499899999, - 33.89844427600008 - ], - [ - -117.31044727899996, - 33.89844258100004 - ], - [ - -117.31066690199998, - 33.89844082700006 - ], - [ - -117.31089075799997, - 33.89843903900004 - ], - [ - -117.31111609899995, - 33.89843723800004 - ], - [ - -117.31119830699998, - 33.898436580000066 - ], - [ - -117.31133851899995, - 33.89843525100002 - ], - [ - -117.31157427499994, - 33.89843301700006 - ], - [ - -117.31180980899995, - 33.89843078400003 - ], - [ - -117.31202940299994, - 33.89842870200005 - ], - [ - -117.31224876299996, - 33.898426622000045 - ], - [ - -117.31246841799998, - 33.89842453800003 - ], - [ - -117.31268939299997, - 33.89842244100004 - ], - [ - -117.31290598299995, - 33.898420386000055 - ], - [ - -117.31313437999995, - 33.89841821700003 - ], - [ - -117.3136179, - 33.898413627000025 - ], - [ - -117.31370328, - 33.898412816000075 - ], - [ - -117.31380272899997, - 33.89841187300004 - ], - [ - -117.31380155099998, - 33.89855661100006 - ], - [ - -117.31378709699999, - 33.90032824900004 - ], - [ - -117.31377305199999, - 33.90204968300003 - ], - [ - -117.31397071499998, - 33.90204735100008 - ], - [ - -117.31684987399996, - 33.90201333500005 - ], - [ - -117.31932176899994, - 33.901984079000044 - ], - [ - -117.31932313899995, - 33.90213143400007 - ], - [ - -117.31932400699998, - 33.90222459800003 - ], - [ - -117.31932760199999, - 33.902610440000046 - ], - [ - -117.31932834, - 33.90268958000007 - ], - [ - -117.31932925299998, - 33.90278760500007 - ], - [ - -117.31933272599997, - 33.903160445000026 - ], - [ - -117.31933835499996, - 33.90376472200006 - ], - [ - -117.31934152099996, - 33.90410452200007 - ], - [ - -117.319343216, - 33.90428653600003 - ], - [ - -117.31934503999997, - 33.904482286000075 - ], - [ - -117.31934683099996, - 33.90467457300008 - ], - [ - -117.31934861299999, - 33.90486586000003 - ], - [ - -117.319350295, - 33.905046267000046 - ], - [ - -117.31935196799998, - 33.90522596100004 - ], - [ - -117.31935364199995, - 33.905405538000025 - ], - [ - -117.31935531699997, - 33.90558559600004 - ], - [ - -117.31935698399997, - 33.905764357000066 - ], - [ - -117.31935865499997, - 33.90594383800004 - ], - [ - -117.319360696, - 33.906162883000036 - ], - [ - -117.31936226699997, - 33.90633152300006 - ], - [ - -117.31936387699994, - 33.90650421400005 - ], - [ - -117.31936550799998, - 33.90667921600004 - ], - [ - -117.31936710599996, - 33.90685078100006 - ], - [ - -117.31936898999999, - 33.907053027000075 - ], - [ - -117.31937056599998, - 33.90722224900003 - ], - [ - -117.31937219499997, - 33.90739711300006 - ], - [ - -117.31937398599996, - 33.90758947000006 - ], - [ - -117.319375773, - 33.907781097000054 - ], - [ - -117.31937755699994, - 33.90797265100008 - ], - [ - -117.31937998499996, - 33.90823331100006 - ], - [ - -117.31938226699998, - 33.90847826700008 - ], - [ - -117.31938279999997, - 33.90882405100007 - ], - [ - -117.31938320399996, - 33.90908506400007 - ], - [ - -117.31938346499999, - 33.90925433700005 - ], - [ - -117.31903894699997, - 33.909261025000035 - ], - [ - -117.31893140799997, - 33.909262375000026 - ], - [ - -117.31864872099999, - 33.90926592200003 - ], - [ - -117.31839022799994, - 33.90926916500007 - ], - [ - -117.31813974199997, - 33.90927230500006 - ], - [ - -117.31793959999999, - 33.90927481600005 - ], - [ - -117.31773771999997, - 33.909277348000046 - ], - [ - -117.31754044999997, - 33.90927982100004 - ], - [ - -117.31734711099995, - 33.90928224500004 - ], - [ - -117.317152062, - 33.90928469000005 - ], - [ - -117.31680609199998, - 33.90928902500008 - ], - [ - -117.31654567799995, - 33.90929228700003 - ], - [ - -117.31654623099996, - 33.90946357200005 - ], - [ - -117.31654748299997, - 33.90985123200005 - ], - [ - -117.31654841999995, - 33.91014124800006 - ], - [ - -117.31654960399999, - 33.91050798500004 - ], - [ - -117.31655077899995, - 33.91087123800003 - ], - [ - -117.31655099199997, - 33.910937223000076 - ], - [ - -117.31655199099998, - 33.91124648500005 - ], - [ - -117.31655312799995, - 33.91159884000007 - ], - [ - -117.31624941099994, - 33.911602420000065 - ], - [ - -117.31604268299998, - 33.911604856000054 - ], - [ - -117.31583706299995, - 33.911607281000045 - ], - [ - -117.31563624699999, - 33.911609647000034 - ], - [ - -117.31542945599995, - 33.91161208300008 - ], - [ - -117.31522965899995, - 33.911614436000036 - ], - [ - -117.31502748799994, - 33.91161681800003 - ], - [ - -117.31481933699996, - 33.91161926800004 - ], - [ - -117.31461589199995, - 33.91162166400005 - ], - [ - -117.31439974699998, - 33.91162421000007 - ], - [ - -117.31395298799998, - 33.91162946800006 - ], - [ - -117.31391826199996, - 33.91162987700005 - ], - [ - -117.31378516499996, - 33.91163144300003 - ], - [ - -117.31378672899996, - 33.912818264000066 - ], - [ - -117.31378706899994, - 33.91307728100003 - ], - [ - -117.31378762099996, - 33.91349640300007 - ], - [ - -117.31378876399998, - 33.91436290300004 - ], - [ - -117.31378931799998, - 33.91478363700003 - ], - [ - -117.31379073799997, - 33.915862496000045 - ], - [ - -117.313682213, - 33.91586331600007 - ], - [ - -117.31335330699994, - 33.91586593000005 - ], - [ - -117.31304611699994, - 33.91586886600004 - ], - [ - -117.31245414199998, - 33.915874522000024 - ], - [ - -117.31212658299995, - 33.91587765100007 - ], - [ - -117.31194498299999, - 33.91587932300007 - ], - [ - -117.31159223099996, - 33.915882570000065 - ], - [ - -117.31136854099998, - 33.91588462800007 - ], - [ - -117.311160901, - 33.91588651400008 - ], - [ - -117.31115134599997, - 33.91588660000008 - ], - [ - -117.31094338099996, - 33.91588851200004 - ], - [ - -117.31074562999999, - 33.91589032700006 - ], - [ - -117.310686305, - 33.91589087300002 - ], - [ - -117.31055117699998, - 33.91589211400003 - ], - [ - -117.31034683299998, - 33.91589384700006 - ], - [ - -117.31024795599996, - 33.915894696000066 - ], - [ - -117.31015897399999, - 33.915895714000044 - ], - [ - -117.30996122099998, - 33.91589739200003 - ], - [ - -117.30973633499997, - 33.91589847400007 - ], - [ - -117.30953701399994, - 33.91589851400005 - ], - [ - -117.309391, - 33.91589921700006 - ], - [ - -117.30915039299998, - 33.91590046700003 - ], - [ - -117.308952633, - 33.91590135800004 - ], - [ - -117.30884386499997, - 33.91590184800003 - ], - [ - -117.30875816999998, - 33.91590236400003 - ], - [ - -117.30854722499998, - 33.91590333000005 - ], - [ - -117.30833957999994, - 33.91590453500004 - ], - [ - -117.30830332099998, - 33.915904445000024 - ], - [ - -117.30812204299997, - 33.91590555100004 - ], - [ - -117.30791109799998, - 33.91590651100006 - ], - [ - -117.30776277599995, - 33.915907040000036 - ], - [ - -117.30760852399999, - 33.91590797400005 - ], - [ - -117.30751813499995, - 33.915908314000035 - ], - [ - -117.30721050399995, - 33.91590948800007 - ], - [ - -117.30721080499995, - 33.91567500200006 - ], - [ - -117.30721072999995, - 33.91556040800003 - ], - [ - -117.30721058599994, - 33.915316379000046 - ], - [ - -117.30721061699995, - 33.91525317400004 - ], - [ - -117.307210436, - 33.91515699300004 - ], - [ - -117.30721034399994, - 33.91498936100004 - ], - [ - -117.30721032699995, - 33.914959133000025 - ], - [ - -117.30721025399998, - 33.91482722500007 - ], - [ - -117.30721016799998, - 33.91466783800007 - ], - [ - -117.30721007899996, - 33.91450570200004 - ], - [ - -117.307210237, - 33.91438203800004 - ], - [ - -117.30721020399994, - 33.914340819000074 - ], - [ - -117.307210076, - 33.91418417800003 - ], - [ - -117.30720999899995, - 33.914087997000024 - ], - [ - -117.30720994199999, - 33.91401929800003 - ], - [ - -117.30720981699994, - 33.91386265500006 - ], - [ - -117.30720976699996, - 33.913799450000056 - ], - [ - -117.30720968399999, - 33.913697773000024 - ], - [ - -117.30720953399998, - 33.91351151400005 - ], - [ - -117.30720420699998, - 33.91334451800003 - ], - [ - -117.30720579599995, - 33.91334450900007 - ], - [ - -117.30720740899994, - 33.91309303700007 - ], - [ - -117.30645697799997, - 33.913100315000065 - ], - [ - -117.30572137599995, - 33.91310744300006 - ], - [ - -117.30572156399995, - 33.913402563000034 - ], - [ - -117.30572164699998, - 33.91353666700007 - ], - [ - -117.30572170899995, - 33.91367736900003 - ], - [ - -117.30554328699998, - 33.91394021800005 - ], - [ - -117.30501889299995, - 33.91394931000008 - ], - [ - -117.30501879299999, - 33.91409880600003 - ], - [ - -117.30501889499999, - 33.91426781700005 - ], - [ - -117.30501842599995, - 33.914639360000024 - ], - [ - -117.30501836099995, - 33.91473829100005 - ], - [ - -117.30501813099994, - 33.91507940900004 - ], - [ - -117.30501785599995, - 33.91548452600006 - ], - [ - -117.30501704499994, - 33.91668413300005 - ], - [ - -117.30074496999998, - 33.91672581800003 - ], - [ - -117.29850398999997, - 33.916747626000074 - ], - [ - -117.29624596899998, - 33.916769558000055 - ], - [ - -117.28754461699998, - 33.91685593900007 - ], - [ - -117.28410218099998, - 33.916877817000056 - ], - [ - -117.28384387299997, - 33.91687945600006 - ], - [ - -117.283658216, - 33.91688063200007 - ], - [ - -117.28365816899998, - 33.91688063200007 - ], - [ - -117.28365760799994, - 33.91688063600003 - ], - [ - -117.28357965999999, - 33.916881129000046 - ], - [ - -117.28319725899996, - 33.91688355300005 - ], - [ - -117.28319728399998, - 33.91688361000007 - ], - [ - -117.28793486, - 33.92775801300007 - ], - [ - -117.28835762299997, - 33.92775503200005 - ], - [ - -117.28869758399998, - 33.928544733000024 - ], - [ - -117.288723845, - 33.92960896000005 - ], - [ - -117.28872389499998, - 33.929610644000036 - ], - [ - -117.288732311, - 33.929849786000034 - ], - [ - -117.28874582299994, - 33.93009044900003 - ], - [ - -117.288764373, - 33.93033087900005 - ], - [ - -117.28878795699995, - 33.93057100300007 - ], - [ - -117.28881656799996, - 33.930810747000066 - ], - [ - -117.28885020999996, - 33.93105014500003 - ], - [ - -117.28890691, - 33.931387219000044 - ], - [ - -117.28878977799997, - 33.931387948000065 - ], - [ - -117.28755007799998, - 33.93139588400004 - ], - [ - -117.28708900699996, - 33.93139970800007 - ], - [ - -117.287090289, - 33.93147846100004 - ], - [ - -117.28709051099997, - 33.93147846100004 - ], - [ - -117.28709139399996, - 33.93154623600003 - ], - [ - -117.28709141, - 33.93154744100008 - ], - [ - -117.28709142499997, - 33.93154864700006 - ], - [ - -117.28709144199996, - 33.931549853000035 - ], - [ - -117.28709145799996, - 33.93155105900007 - ], - [ - -117.28709147399996, - 33.93155226400006 - ], - [ - -117.28709148899998, - 33.93155346900005 - ], - [ - -117.28709150499998, - 33.931554676000076 - ], - [ - -117.28709152199997, - 33.931555881000065 - ], - [ - -117.28709153799997, - 33.931557087000044 - ], - [ - -117.28709155299998, - 33.93155829400007 - ], - [ - -117.28709156899998, - 33.93155949900006 - ], - [ - -117.28709158499998, - 33.93156070400005 - ], - [ - -117.28709160099999, - 33.93156191000003 - ], - [ - -117.28709161699999, - 33.931563115000074 - ], - [ - -117.28709185899999, - 33.93158193000005 - ], - [ - -117.28709210199997, - 33.93160049200003 - ], - [ - -117.28709211799998, - 33.931601699000055 - ], - [ - -117.28709213299999, - 33.931602904000044 - ], - [ - -117.28709214899999, - 33.931604109000034 - ], - [ - -117.28709216599998, - 33.93160531500007 - ], - [ - -117.28709218199998, - 33.93160652100005 - ], - [ - -117.287092197, - 33.93160772600004 - ], - [ - -117.28709222899994, - 33.93161013800005 - ], - [ - -117.28709224599999, - 33.93161134400003 - ], - [ - -117.28709226099994, - 33.93161254800003 - ], - [ - -117.28709229299994, - 33.93161496000005 - ], - [ - -117.28709230899995, - 33.93161616500004 - ], - [ - -117.28709232499995, - 33.93161737200006 - ], - [ - -117.28709234099995, - 33.93161857700005 - ], - [ - -117.28709235699995, - 33.93161978400008 - ], - [ - -117.28709237299995, - 33.93162098800008 - ], - [ - -117.28709238799996, - 33.931622194000056 - ], - [ - -117.28709240499995, - 33.931623400000035 - ], - [ - -117.28709242099995, - 33.93162460600007 - ], - [ - -117.28709243699996, - 33.93162581100006 - ], - [ - -117.28709245199997, - 33.93162701700004 - ], - [ - -117.28709246799997, - 33.931628223000075 - ], - [ - -117.28709249999997, - 33.931630633000054 - ], - [ - -117.28709251499998, - 33.93163184000008 - ], - [ - -117.28709253099998, - 33.93163304500007 - ], - [ - -117.28709254699999, - 33.93163425000006 - ], - [ - -117.28709256399998, - 33.93163545700003 - ], - [ - -117.28709257899999, - 33.931636662000074 - ], - [ - -117.287092595, - 33.93163786700006 - ], - [ - -117.287092611, - 33.93163907300004 - ], - [ - -117.287092627, - 33.93164027800003 - ], - [ - -117.287092643, - 33.93164148400007 - ], - [ - -117.28709265899994, - 33.93164269000005 - ], - [ - -117.28709267499994, - 33.931643896000026 - ], - [ - -117.28709269099994, - 33.93164510100007 - ], - [ - -117.28709270599995, - 33.93164630700005 - ], - [ - -117.28709272299994, - 33.93164751300003 - ], - [ - -117.28709273899995, - 33.931648718000076 - ], - [ - -117.28709275499995, - 33.931649924000055 - ], - [ - -117.28709276999996, - 33.931651130000034 - ], - [ - -117.28709278599996, - 33.931652335000024 - ], - [ - -117.28709281699997, - 33.93165474600005 - ], - [ - -117.28709283299997, - 33.93165595200003 - ], - [ - -117.28709284899998, - 33.931657158000064 - ], - [ - -117.28709286499998, - 33.931658363000054 - ], - [ - -117.28709288099998, - 33.93165956800004 - ], - [ - -117.28709289699998, - 33.93166077500007 - ], - [ - -117.28709291299998, - 33.93166198000006 - ], - [ - -117.28709292899998, - 33.93166318600004 - ], - [ - -117.287092944, - 33.93166439100003 - ], - [ - -117.28709296099998, - 33.93166559700006 - ], - [ - -117.28709297699999, - 33.93166680300004 - ], - [ - -117.28709299299999, - 33.93166800800003 - ], - [ - -117.28709300799994, - 33.931669215000056 - ], - [ - -117.28709302399994, - 33.931670420000046 - ], - [ - -117.287093041, - 33.931671624000046 - ], - [ - -117.287093057, - 33.93167283100007 - ], - [ - -117.287093073, - 33.93167403600006 - ], - [ - -117.28709308799995, - 33.93167524300003 - ], - [ - -117.28709310399995, - 33.93167644700003 - ], - [ - -117.28709312099994, - 33.931677654000055 - ], - [ - -117.28709313699994, - 33.931678858000055 - ], - [ - -117.28709315199995, - 33.931680064000034 - ], - [ - -117.28709316799996, - 33.93168127000007 - ], - [ - -117.28709318399996, - 33.93168247500006 - ], - [ - -117.28709319999996, - 33.93168368000005 - ], - [ - -117.28709321599996, - 33.931684887000074 - ], - [ - -117.28709324699997, - 33.93168729900003 - ], - [ - -117.28709326199998, - 33.93168850400008 - ], - [ - -117.28709329399999, - 33.93169091400006 - ], - [ - -117.28709332399995, - 33.93169332700006 - ], - [ - -117.28709335499997, - 33.93169573800003 - ], - [ - -117.28709337099997, - 33.931696944000066 - ], - [ - -117.28709340199998, - 33.931699355000035 - ], - [ - -117.28709354399996, - 33.93171020600005 - ], - [ - -117.28709357399998, - 33.93171261700007 - ], - [ - -117.28709358999998, - 33.93171382300005 - ], - [ - -117.28709362099994, - 33.93171623300003 - ], - [ - -117.28709363699994, - 33.93171744000006 - ], - [ - -117.28709365299994, - 33.931718645000046 - ], - [ - -117.28709366799995, - 33.931719850000036 - ], - [ - -117.28709369999996, - 33.93172226200005 - ], - [ - -117.28709372999998, - 33.931724673000076 - ], - [ - -117.28709374699997, - 33.931725879000055 - ], - [ - -117.28709376199998, - 33.931727085000034 - ], - [ - -117.28709377799998, - 33.93172829100007 - ], - [ - -117.28709379399999, - 33.93172949700005 - ], - [ - -117.28709380999999, - 33.93173070200004 - ], - [ - -117.28709382599999, - 33.93173190600004 - ], - [ - -117.287093842, - 33.931733113000064 - ], - [ - -117.287093858, - 33.93173431800005 - ], - [ - -117.287093874, - 33.93173552300004 - ], - [ - -117.28709388899995, - 33.93173673000007 - ], - [ - -117.28709390599994, - 33.93173793500006 - ], - [ - -117.28709392199994, - 33.93173914000005 - ], - [ - -117.28709395199996, - 33.93174155200006 - ], - [ - -117.28709396899995, - 33.93174275800004 - ], - [ - -117.28709399899998, - 33.93174516900007 - ], - [ - -117.28709401499998, - 33.931746375000046 - ], - [ - -117.287094046, - 33.93174878700006 - ], - [ - -117.287094062, - 33.93174999100006 - ], - [ - -117.28709409299995, - 33.931752403000075 - ], - [ - -117.28709410899995, - 33.931753609000054 - ], - [ - -117.28709412499995, - 33.93175481500003 - ], - [ - -117.28709415499998, - 33.93175722600006 - ], - [ - -117.28709417199997, - 33.93175843000006 - ], - [ - -117.287094202, - 33.931760842000074 - ], - [ - -117.287094218, - 33.93176204800005 - ], - [ - -117.287094234, - 33.93176325400003 - ], - [ - -117.28709425099998, - 33.93176445900008 - ], - [ - -117.28709426599994, - 33.93176566600005 - ], - [ - -117.28709429699995, - 33.931768076000026 - ], - [ - -117.28709432799997, - 33.93177048800004 - ], - [ - -117.28709434399997, - 33.93177169300003 - ], - [ - -117.28709435899998, - 33.931772900000055 - ], - [ - -117.28709437499998, - 33.931774105000045 - ], - [ - -117.28709439199997, - 33.931775310000035 - ], - [ - -117.28709440799997, - 33.931776515000024 - ], - [ - -117.28709442299998, - 33.93177772100006 - ], - [ - -117.28709443899999, - 33.93177892700004 - ], - [ - -117.28709445499999, - 33.93178013200003 - ], - [ - -117.28709447199998, - 33.931781338000064 - ], - [ - -117.287094487, - 33.93178254400004 - ], - [ - -117.28709451799995, - 33.93178495500007 - ], - [ - -117.28709453399995, - 33.93178616100005 - ], - [ - -117.28709454999995, - 33.93178736700003 - ], - [ - -117.28709456599995, - 33.93178857300006 - ], - [ - -117.28709458199995, - 33.93178977800005 - ], - [ - -117.28709459799995, - 33.93179098400003 - ], - [ - -117.28709461399995, - 33.93179219000007 - ], - [ - -117.28709462999996, - 33.93179339500006 - ], - [ - -117.28709464599996, - 33.931794600000046 - ], - [ - -117.28709467599998, - 33.93179701200006 - ], - [ - -117.28709469299997, - 33.93179821700005 - ], - [ - -117.28709470899997, - 33.931799424000076 - ], - [ - -117.28709472399999, - 33.931800629000065 - ], - [ - -117.28709473999999, - 33.931801834000055 - ], - [ - -117.28709475599999, - 33.931803040000034 - ], - [ - -117.28709477299998, - 33.93180424500002 - ], - [ - -117.287094788, - 33.93180545100006 - ], - [ - -117.28709480299995, - 33.93180665700004 - ], - [ - -117.28709481899995, - 33.93180786400006 - ], - [ - -117.28709485, - 33.93181027400004 - ], - [ - -117.28709486599996, - 33.93181148000008 - ], - [ - -117.28709488099997, - 33.93181268600006 - ], - [ - -117.28709489699997, - 33.93181389200004 - ], - [ - -117.28709491399997, - 33.93181509800007 - ], - [ - -117.28709492999997, - 33.93181630500004 - ], - [ - -117.28709496, - 33.93181871500008 - ], - [ - -117.287094976, - 33.931819921000056 - ], - [ - -117.28709499299998, - 33.931821126000045 - ], - [ - -117.287095008, - 33.931822331000035 - ], - [ - -117.28709502399994, - 33.93182353700007 - ], - [ - -117.2870950399999, - 33.93182474300005 - ], - [ - -117.28709510299996, - 33.931829565000044 - ], - [ - -117.28709514999997, - 33.93183318200005 - ], - [ - -117.28709518, - 33.93183559300007 - ], - [ - -117.28709519699999, - 33.93183679900005 - ], - [ - -117.28709521299999, - 33.93183800500003 - ], - [ - -117.28709522799994, - 33.93183921100007 - ], - [ - -117.28709524399994, - 33.931840417000046 - ], - [ - -117.28709527499996, - 33.93184282800007 - ], - [ - -117.28709529099996, - 33.93184403200007 - ], - [ - -117.28709530699996, - 33.93184523800005 - ], - [ - -117.28709532299996, - 33.93184644300004 - ], - [ - -117.28709535399997, - 33.931848855000055 - ], - [ - -117.28709538399994, - 33.93185126700007 - ], - [ - -117.28709539999994, - 33.93185247200006 - ], - [ - -117.28709541699999, - 33.93185367800004 - ], - [ - -117.28709543199994, - 33.931854884000074 - ], - [ - -117.28709544799995, - 33.931856089000064 - ], - [ - -117.28709546399995, - 33.93185729500004 - ], - [ - -117.28709547999995, - 33.93185850100008 - ], - [ - -117.28709549499996, - 33.93185970700006 - ], - [ - -117.28709552599997, - 33.931862118000026 - ], - [ - -117.28709554099999, - 33.93186332300007 - ], - [ - -117.28709555799998, - 33.93186452800006 - ], - [ - -117.28709557399998, - 33.93186573500003 - ], - [ - -117.28709558999998, - 33.93186694000008 - ], - [ - -117.287095605, - 33.931868147000046 - ], - [ - -117.287095637, - 33.931870556000035 - ], - [ - -117.28709565199995, - 33.93187176200007 - ], - [ - -117.28709566799995, - 33.93187296800005 - ], - [ - -117.28709569899996, - 33.931875379000076 - ], - [ - -117.28709571499996, - 33.931876586000044 - ], - [ - -117.28709573099997, - 33.93187779100003 - ], - [ - -117.28709574599998, - 33.93187899600008 - ], - [ - -117.28709576199998, - 33.93188020200006 - ], - [ - -117.28709577799998, - 33.93188140800004 - ], - [ - -117.287095793, - 33.93188261300003 - ], - [ - -117.28709580799995, - 33.93188382000005 - ], - [ - -117.28709582399995, - 33.93188502400005 - ], - [ - -117.28709583999995, - 33.93188623000003 - ], - [ - -117.28709585399997, - 33.93188743500008 - ], - [ - -117.28709586899998, - 33.93188864100006 - ], - [ - -117.28709588499999, - 33.931889847000036 - ], - [ - -117.2870959, - 33.931891052000026 - ], - [ - -117.28709592999996, - 33.93189346300005 - ], - [ - -117.28709594699995, - 33.93189466900003 - ], - [ - -117.28709596199997, - 33.93189587400008 - ], - [ - -117.287095992, - 33.931898286000035 - ], - [ - -117.28709600899998, - 33.93189949200007 - ], - [ - -117.287096024, - 33.93190069800005 - ], - [ - -117.28709603899995, - 33.93190190300004 - ], - [ - -117.28709605499995, - 33.931903110000064 - ], - [ - -117.28709606999996, - 33.931904314000064 - ], - [ - -117.28709608599996, - 33.931905519000054 - ], - [ - -117.28709610199996, - 33.93190672500003 - ], - [ - -117.28709611599999, - 33.93190793100007 - ], - [ - -117.28709613299998, - 33.93190913700005 - ], - [ - -117.28709614799999, - 33.93191034200004 - ], - [ - -117.28709616299994, - 33.93191154900006 - ], - [ - -117.28709617799996, - 33.93191275300006 - ], - [ - -117.28709619499995, - 33.93191395900004 - ], - [ - -117.28709621099995, - 33.93191516500008 - ], - [ - -117.28709622499997, - 33.93191637100006 - ], - [ - -117.28709623999998, - 33.931917576000046 - ], - [ - -117.28709625599998, - 33.931918782000025 - ], - [ - -117.28709627099994, - 33.93191998800006 - ], - [ - -117.28709628699994, - 33.93192119400004 - ], - [ - -117.28709630099996, - 33.93192239800004 - ], - [ - -117.28709654799997, - 33.93194160500008 - ], - [ - -117.28707651299999, - 33.93193146700003 - ], - [ - -117.28707585999996, - 33.93193113700005 - ], - [ - -117.28707481099997, - 33.93193060600004 - ], - [ - -117.28707310799996, - 33.93192974400006 - ], - [ - -117.28707140599994, - 33.93192888300007 - ], - [ - -117.28706970099995, - 33.93192802100003 - ], - [ - -117.28706905099995, - 33.931927691000055 - ], - [ - -117.287068, - 33.931927159000054 - ], - [ - -117.28706734699995, - 33.931926829000076 - ], - [ - -117.28706629799996, - 33.931926298000064 - ], - [ - -117.28706564599997, - 33.93192596800003 - ], - [ - -117.28706499199996, - 33.93192563800005 - ], - [ - -117.28706394199997, - 33.93192510700004 - ], - [ - -117.28706223799998, - 33.93192424600005 - ], - [ - -117.28706013699997, - 33.93192318200005 - ], - [ - -117.28705908699999, - 33.931922651000036 - ], - [ - -117.28705803699995, - 33.931922119000035 - ], - [ - -117.28705738499997, - 33.93192179000005 - ], - [ - -117.28705633399994, - 33.931921259000035 - ], - [ - -117.28705397899995, - 33.93192006700008 - ], - [ - -117.28705292899997, - 33.93191953500008 - ], - [ - -117.28705122599996, - 33.93191867400003 - ], - [ - -117.28704847199998, - 33.93191728100004 - ], - [ - -117.28704782099999, - 33.93191695000007 - ], - [ - -117.28704676999996, - 33.93191641900006 - ], - [ - -117.28704611799998, - 33.931916089000026 - ], - [ - -117.28704506799994, - 33.931915557000025 - ], - [ - -117.28704441599996, - 33.93191522700005 - ], - [ - -117.28704336499999, - 33.931914695000046 - ], - [ - -117.28704100999994, - 33.93191350400008 - ], - [ - -117.28703995999996, - 33.93191297300007 - ], - [ - -117.28703930799998, - 33.93191264200004 - ], - [ - -117.28703550299997, - 33.93191071700005 - ], - [ - -117.28703485199998, - 33.93191038700007 - ], - [ - -117.28703249799997, - 33.93190919500006 - ], - [ - -117.287031846, - 33.93190886600007 - ], - [ - -117.28703079399997, - 33.93190833400007 - ], - [ - -117.28703014299998, - 33.931908004000036 - ], - [ - -117.28702909199995, - 33.931907473000024 - ], - [ - -117.28702778799999, - 33.93190681200008 - ], - [ - -117.287025686, - 33.931905749000066 - ], - [ - -117.28702438199997, - 33.931905089000054 - ], - [ - -117.287023332, - 33.93190455800004 - ], - [ - -117.28702228199995, - 33.93190402700003 - ], - [ - -117.28702057799995, - 33.93190316500005 - ], - [ - -117.28701952899996, - 33.93190263300005 - ], - [ - -117.287018478, - 33.93190210100005 - ], - [ - -117.28701742799996, - 33.931901570000036 - ], - [ - -117.28701677499998, - 33.93190124000006 - ], - [ - -117.28701572399996, - 33.93190070700007 - ], - [ - -117.287014022, - 33.93189984600008 - ], - [ - -117.28701297199996, - 33.93189931500007 - ], - [ - -117.28701231999997, - 33.93189898400004 - ], - [ - -117.28701126899995, - 33.93189845300003 - ], - [ - -117.28701021899997, - 33.93189792100003 - ], - [ - -117.28700916799994, - 33.93189738900003 - ], - [ - -117.28700811699997, - 33.93189685800007 - ], - [ - -117.287007067, - 33.93189632700006 - ], - [ - -117.28700601599996, - 33.93189579500006 - ], - [ - -117.28700496599998, - 33.93189526400005 - ], - [ - -117.28700431399994, - 33.93189493400007 - ], - [ - -117.287002611, - 33.931894072000034 - ], - [ - -117.28700195799996, - 33.93189374200006 - ], - [ - -117.28700090799998, - 33.931893211000045 - ], - [ - -117.28699985699996, - 33.93189268000003 - ], - [ - -117.28699880699997, - 33.93189214800003 - ], - [ - -117.28699710499995, - 33.93189128600005 - ], - [ - -117.28699435099998, - 33.93188989300006 - ], - [ - -117.28699264899996, - 33.93188903200007 - ], - [ - -117.28698989499998, - 33.931887638000035 - ], - [ - -117.28698884399995, - 33.93188710600003 - ], - [ - -117.28698714299998, - 33.931886245000044 - ], - [ - -117.28698438899994, - 33.93188485100006 - ], - [ - -117.28698373799995, - 33.93188452100003 - ], - [ - -117.28698098499996, - 33.93188312800004 - ], - [ - -117.28697928199995, - 33.93188226600006 - ], - [ - -117.28697718099994, - 33.931881203000046 - ], - [ - -117.28697547899998, - 33.931880342000056 - ], - [ - -117.28697442699996, - 33.931879810000055 - ], - [ - -117.28697337799997, - 33.93187927900004 - ], - [ - -117.28697167499996, - 33.931878417000064 - ], - [ - -117.28696997099996, - 33.93187755500003 - ], - [ - -117.28696892099998, - 33.93187702400007 - ], - [ - -117.286966168, - 33.931875631000025 - ], - [ - -117.28696551699994, - 33.93187530000006 - ], - [ - -117.28696446699996, - 33.931874769000046 - ], - [ - -117.28696381299994, - 33.93187443900007 - ], - [ - -117.28696276299996, - 33.93187390700007 - ], - [ - -117.28696105999995, - 33.93187304600008 - ], - [ - -117.28696000999997, - 33.93187251400008 - ], - [ - -117.28695830699996, - 33.93187165300003 - ], - [ - -117.28695725699998, - 33.931871122000075 - ], - [ - -117.28695660399995, - 33.93187079200004 - ], - [ - -117.286954504, - 33.93186972800004 - ], - [ - -117.28695385099996, - 33.93186939800006 - ], - [ - -117.28695215, - 33.93186853700007 - ], - [ - -117.286950446, - 33.931867674000046 - ], - [ - -117.28694769299995, - 33.931866281000055 - ], - [ - -117.28694428899996, - 33.93186455800003 - ], - [ - -117.28694258599995, - 33.93186369700004 - ], - [ - -117.28694153499998, - 33.93186316500004 - ], - [ - -117.28693918, - 33.931861973000025 - ], - [ - -117.28693812999995, - 33.93186144200007 - ], - [ - -117.28693642699994, - 33.931860581000024 - ], - [ - -117.28693537699996, - 33.93186004900008 - ], - [ - -117.286934724, - 33.931859718000055 - ], - [ - -117.28693367399995, - 33.93185918700004 - ], - [ - -117.28693197099994, - 33.931858325000064 - ], - [ - -117.28693131999995, - 33.931857996000076 - ], - [ - -117.28693066599999, - 33.93185766600004 - ], - [ - -117.28692961599995, - 33.93185713400004 - ], - [ - -117.28692791499998, - 33.93185627300005 - ], - [ - -117.28692516199999, - 33.93185487900007 - ], - [ - -117.286923458, - 33.931854017000035 - ], - [ - -117.28692280699994, - 33.93185368700006 - ], - [ - -117.28692070499994, - 33.931852624000044 - ], - [ - -117.28691965499996, - 33.93185209200004 - ], - [ - -117.286919002, - 33.931851762000065 - ], - [ - -117.28691795199995, - 33.93185123100005 - ], - [ - -117.28691690199997, - 33.93185069900005 - ], - [ - -117.28691519799997, - 33.93184983800006 - ], - [ - -117.286914148, - 33.93184930500007 - ], - [ - -117.28691309799996, - 33.93184877500005 - ], - [ - -117.28691099599996, - 33.931847710000056 - ], - [ - -117.28690994599998, - 33.931847180000034 - ], - [ - -117.28690889599994, - 33.93184664800003 - ], - [ - -117.28690784599996, - 33.93184611600003 - ], - [ - -117.28690679599998, - 33.931845585000076 - ], - [ - -117.28690574499996, - 33.931845053000075 - ], - [ - -117.28690469499998, - 33.93184452100007 - ], - [ - -117.28690364399995, - 33.93184399000006 - ], - [ - -117.28690154399999, - 33.93184292600006 - ], - [ - -117.28690049199997, - 33.93184239500005 - ], - [ - -117.28689944299998, - 33.931841863000045 - ], - [ - -117.28688034699996, - 33.93183220000003 - ], - [ - -117.28686144099999, - 33.93182263400007 - ], - [ - -117.28686078899995, - 33.93182230300005 - ], - [ - -117.286859086, - 33.93182144200006 - ], - [ - -117.28685803399998, - 33.931820910000056 - ], - [ - -117.28685738399997, - 33.93182058100007 - ], - [ - -117.28685633299995, - 33.931820049000066 - ], - [ - -117.28685463, - 33.93181918700003 - ], - [ - -117.28685357899997, - 33.93181865500003 - ], - [ - -117.28685252999998, - 33.931818124000074 - ], - [ - -117.28685147899995, - 33.93181759200007 - ], - [ - -117.28685082599998, - 33.93181726200004 - ], - [ - -117.28684912399996, - 33.93181640000006 - ], - [ - -117.28684807399998, - 33.93181587000004 - ], - [ - -117.28684532099999, - 33.931814476000056 - ], - [ - -117.28684361799998, - 33.93181361400008 - ], - [ - -117.28684151599998, - 33.931812551000064 - ], - [ - -117.28683811299999, - 33.93181082900003 - ], - [ - -117.28683430799998, - 33.93180890300005 - ], - [ - -117.28683365499995, - 33.93180857300007 - ], - [ - -117.28683090199996, - 33.93180718100007 - ], - [ - -117.28682985199998, - 33.93180664800008 - ], - [ - -117.28682880199995, - 33.931806118000054 - ], - [ - -117.286827099, - 33.931805256000075 - ], - [ - -117.28682604799997, - 33.931804724000074 - ], - [ - -117.28682499699994, - 33.93180419200007 - ], - [ - -117.28682394799995, - 33.93180366100006 - ], - [ - -117.28682289699998, - 33.93180312900006 - ], - [ - -117.28682184599995, - 33.93180259700006 - ], - [ - -117.28682079599997, - 33.931802066000046 - ], - [ - -117.28682014399999, - 33.93180173700006 - ], - [ - -117.28681949199995, - 33.931801406000034 - ], - [ - -117.28681883999997, - 33.931801076000056 - ], - [ - -117.28681778899994, - 33.931800544000055 - ], - [ - -117.28681608599999, - 33.931799683000065 - ], - [ - -117.28681438399997, - 33.93179882100003 - ], - [ - -117.28681267999997, - 33.93179795900005 - ], - [ - -117.28681163099998, - 33.93179742900003 - ], - [ - -117.28681097899994, - 33.93179709800006 - ], - [ - -117.28680992899996, - 33.93179656700005 - ], - [ - -117.28680887699994, - 33.93179603500005 - ], - [ - -117.28680822499996, - 33.93179570500007 - ], - [ - -117.28680757299998, - 33.931795374000046 - ], - [ - -117.28680652399999, - 33.931794843000034 - ], - [ - -117.28680587099996, - 33.93179451300006 - ], - [ - -117.28680416699996, - 33.93179365100008 - ], - [ - -117.28680311699998, - 33.931793120000066 - ], - [ - -117.28680206599995, - 33.931792588000064 - ], - [ - -117.28680141599995, - 33.93179225800003 - ], - [ - -117.28680036499998, - 33.93179172600003 - ], - [ - -117.28679800999998, - 33.93179053400007 - ], - [ - -117.28679695899996, - 33.93179000200007 - ], - [ - -117.286795257, - 33.931789141000024 - ], - [ - -117.28679355499997, - 33.931788280000035 - ], - [ - -117.28679185199996, - 33.931787417000066 - ], - [ - -117.28679080099994, - 33.931786886000054 - ], - [ - -117.28679014899996, - 33.93178655600008 - ], - [ - -117.28678949799996, - 33.93178622600004 - ], - [ - -117.286788447, - 33.93178569400004 - ], - [ - -117.28678779499995, - 33.93178536500005 - ], - [ - -117.28678609199994, - 33.93178450200003 - ], - [ - -117.28678439, - 33.93178364200003 - ], - [ - -117.28678268599998, - 33.93178278000005 - ], - [ - -117.28678163599994, - 33.93178224800005 - ], - [ - -117.28678058599996, - 33.931781717000035 - ], - [ - -117.28677993399998, - 33.93178138800005 - ], - [ - -117.28677888399994, - 33.931780855000056 - ], - [ - -117.28677783199998, - 33.931780323000055 - ], - [ - -117.28677717999994, - 33.93177999400007 - ], - [ - -117.28677612999996, - 33.931779462000065 - ], - [ - -117.28677547799998, - 33.93177913200003 - ], - [ - -117.28677442799994, - 33.931778601000076 - ], - [ - -117.28677337699997, - 33.931778069000075 - ], - [ - -117.28677232599995, - 33.93177753600003 - ], - [ - -117.28677167499995, - 33.93177720600005 - ], - [ - -117.28677062399998, - 33.93177667500004 - ], - [ - -117.28676957299996, - 33.931776143000036 - ], - [ - -117.28676786999995, - 33.931775282000046 - ], - [ - -117.28676576999999, - 33.93177421900003 - ], - [ - -117.28676236399997, - 33.931772495000075 - ], - [ - -117.28676131399999, - 33.93177196400006 - ], - [ - -117.28675856099994, - 33.931770570000026 - ], - [ - -117.28675751099996, - 33.93177003900007 - ], - [ - -117.28675580799995, - 33.931769177000035 - ], - [ - -117.28675475699998, - 33.93176864600008 - ], - [ - -117.28675370699995, - 33.93176811400008 - ], - [ - -117.28675265599998, - 33.93176758200008 - ], - [ - -117.28674990299999, - 33.93176618900003 - ], - [ - -117.28674820099997, - 33.93176532700005 - ], - [ - -117.28674715099999, - 33.93176479600004 - ], - [ - -117.28674609899997, - 33.93176426400004 - ], - [ - -117.286745049, - 33.931763733000025 - ], - [ - -117.28674439699995, - 33.93176340300005 - ], - [ - -117.28674269499999, - 33.93176254100007 - ], - [ - -117.28674164399996, - 33.93176201000006 - ], - [ - -117.28674059399998, - 33.931761477000066 - ], - [ - -117.28673889099997, - 33.931760616000076 - ], - [ - -117.286737841, - 33.931760085000064 - ], - [ - -117.28673718799996, - 33.93175975400004 - ], - [ - -117.28671727499994, - 33.931749678000074 - ], - [ - -117.28669813799996, - 33.931739993000065 - ], - [ - -117.286697087, - 33.93173946100006 - ], - [ - -117.28669538399998, - 33.93173859900003 - ], - [ - -117.28669368099997, - 33.93173773800004 - ], - [ - -117.28669157999997, - 33.931736675000025 - ], - [ - -117.28669052899994, - 33.93173614400007 - ], - [ - -117.28668842899998, - 33.931735081000056 - ], - [ - -117.28668777699994, - 33.93173475000003 - ], - [ - -117.28668607399999, - 33.93173388900004 - ], - [ - -117.28668437099998, - 33.931733026000074 - ], - [ - -117.28668332099994, - 33.93173249600005 - ], - [ - -117.28668227099996, - 33.93173196400005 - ], - [ - -117.28668122, - 33.93173143300004 - ], - [ - -117.28668016899996, - 33.93173090200003 - ], - [ - -117.28667911799994, - 33.93173037100007 - ], - [ - -117.28667846499997, - 33.93173004000005 - ], - [ - -117.28667741499999, - 33.931729509000036 - ], - [ - -117.28667571299997, - 33.931728648000046 - ], - [ - -117.28667295999998, - 33.931727255000055 - ], - [ - -117.28667020699999, - 33.931725862000064 - ], - [ - -117.286667852, - 33.93172467000005 - ], - [ - -117.28666680099997, - 33.93172413800005 - ], - [ - -117.28666509799996, - 33.93172327700006 - ], - [ - -117.28666404799998, - 33.93172274500006 - ], - [ - -117.28666234499997, - 33.93172188300008 - ], - [ - -117.28666129499999, - 33.93172135200007 - ], - [ - -117.28665959199998, - 33.93172049000003 - ], - [ - -117.28665854199994, - 33.93171995800003 - ], - [ - -117.28665683799994, - 33.93171909600005 - ], - [ - -117.28665578799996, - 33.93171856500004 - ], - [ - -117.28665448399994, - 33.93171790400004 - ], - [ - -117.28665238299999, - 33.93171684200007 - ], - [ - -117.28664962899995, - 33.93171544900002 - ], - [ - -117.28664897899995, - 33.931715119000046 - ], - [ - -117.28664687899999, - 33.93171405500004 - ], - [ - -117.28664582799996, - 33.93171352400003 - ], - [ - -117.286645175, - 33.931713193000064 - ], - [ - -117.28664412499995, - 33.93171266200005 - ], - [ - -117.28664242099995, - 33.93171180000007 - ], - [ - -117.28664176899997, - 33.93171147100003 - ], - [ - -117.28663901599998, - 33.93171007700005 - ], - [ - -117.28663796599994, - 33.93170954500005 - ], - [ - -117.28663626399998, - 33.93170868400006 - ], - [ - -117.28663561099995, - 33.93170835400008 - ], - [ - -117.28663455999998, - 33.93170782100003 - ], - [ - -117.28663390999998, - 33.931707492000044 - ], - [ - -117.28663285899995, - 33.93170696000004 - ], - [ - -117.28663220699997, - 33.931706630000065 - ], - [ - -117.28663115599994, - 33.93170609800006 - ], - [ - -117.28663050499995, - 33.93170576800003 - ], - [ - -117.28662945199994, - 33.93170523500004 - ], - [ - -117.28662775199996, - 33.93170437500004 - ], - [ - -117.28662604999994, - 33.93170351300006 - ], - [ - -117.28662499899997, - 33.93170298100006 - ], - [ - -117.28662394799994, - 33.931702449000056 - ], - [ - -117.28662289699997, - 33.931701918000044 - ], - [ - -117.28662184799998, - 33.93170138600004 - ], - [ - -117.28662014399998, - 33.931700524000064 - ], - [ - -117.28661844199996, - 33.93169966200003 - ], - [ - -117.28661739199998, - 33.93169913200006 - ], - [ - -117.28661634099996, - 33.93169859900007 - ], - [ - -117.28661463799995, - 33.931697738000025 - ], - [ - -117.28661253699994, - 33.93169667500007 - ], - [ - -117.28661188599995, - 33.931696345000034 - ], - [ - -117.28660978399995, - 33.93169528000004 - ], - [ - -117.28660873499996, - 33.93169475000008 - ], - [ - -117.28660768299994, - 33.931694218000075 - ], - [ - -117.28660663299996, - 33.93169368700006 - ], - [ - -117.28660558099995, - 33.93169315500006 - ], - [ - -117.28660453099997, - 33.93169262300006 - ], - [ - -117.28660387999997, - 33.931692293000026 - ], - [ - -117.28660282899995, - 33.931691761000025 - ], - [ - -117.28660217699996, - 33.93169143200004 - ], - [ - -117.28660047399995, - 33.93169056900007 - ], - [ - -117.28659942399997, - 33.931690039000046 - ], - [ - -117.28659706899998, - 33.93168884700003 - ], - [ - -117.28659431699998, - 33.93168745300005 - ], - [ - -117.28659221499998, - 33.93168638900005 - ], - [ - -117.28659116499995, - 33.93168585800004 - ], - [ - -117.28659051299996, - 33.93168552900005 - ], - [ - -117.28658880999996, - 33.931684666000024 - ], - [ - -117.28658775999997, - 33.93168413500007 - ], - [ - -117.28658670899995, - 33.93168360300007 - ], - [ - -117.28658605699997, - 33.93168327300003 - ], - [ - -117.28658500699999, - 33.93168274200008 - ], - [ - -117.28658395599996, - 33.931682210000076 - ], - [ - -117.28658290499999, - 33.931681678000075 - ], - [ - -117.28658185499995, - 33.93168114700006 - ], - [ - -117.28658120399996, - 33.93168081600004 - ], - [ - -117.28658015199994, - 33.93168028400004 - ], - [ - -117.28657910299995, - 33.93167975400007 - ], - [ - -117.28657845099997, - 33.93167942300005 - ], - [ - -117.28657739999994, - 33.93167889100005 - ], - [ - -117.28657634999996, - 33.931678360000035 - ], - [ - -117.28657529799995, - 33.93167782800003 - ], - [ - -117.28657424799997, - 33.93167729700008 - ], - [ - -117.28657359599998, - 33.931676967000044 - ], - [ - -117.28657254599995, - 33.93167643500004 - ], - [ - -117.28657149599997, - 33.93167590400003 - ], - [ - -117.28657044499994, - 33.93167537200003 - ], - [ - -117.28656979299996, - 33.93167504200005 - ], - [ - -117.28656874199999, - 33.93167450900006 - ], - [ - -117.28656769099996, - 33.93167397800005 - ], - [ - -117.28656703899998, - 33.93167364900006 - ], - [ - -117.28656493799997, - 33.93167258600005 - ], - [ - -117.28656323699994, - 33.93167172400007 - ], - [ - -117.28656218499998, - 33.93167119300006 - ], - [ - -117.28656153299994, - 33.93167086300008 - ], - [ - -117.28656048199997, - 33.93167033100008 - ], - [ - -117.28655877899996, - 33.93166947000003 - ], - [ - -117.28655773, - 33.93166893800003 - ], - [ - -117.28655707699994, - 33.93166860800005 - ], - [ - -117.28655642499996, - 33.931668278000075 - ], - [ - -117.28655537499998, - 33.93166774600007 - ], - [ - -117.28655472199995, - 33.93166741600004 - ], - [ - -117.28655367299996, - 33.93166688500003 - ], - [ - -117.28655196899996, - 33.93166602300005 - ], - [ - -117.28655091999997, - 33.931665492000036 - ], - [ - -117.28654986799995, - 33.931664959000045 - ], - [ - -117.28654881799997, - 33.93166442900008 - ], - [ - -117.28654816699998, - 33.931664099000045 - ], - [ - -117.28654711499996, - 33.931663566000054 - ], - [ - -117.28654606499998, - 33.93166303500004 - ], - [ - -117.28654541299994, - 33.931662705000065 - ], - [ - -117.28654436299996, - 33.93166217400005 - ], - [ - -117.28654371099998, - 33.93166184300003 - ], - [ - -117.28654305899994, - 33.93166151300005 - ], - [ - -117.28654200699998, - 33.93166098100005 - ], - [ - -117.28654135499994, - 33.93166065100007 - ], - [ - -117.28654030499996, - 33.93166012100005 - ], - [ - -117.28653823699995, - 33.93165907400004 - ], - [ - -117.28653816599996, - 33.93165903800008 - ], - [ - -117.28653805399995, - 33.931658981000055 - ], - [ - -117.28653794099995, - 33.93165892400003 - ], - [ - -117.28653787199994, - 33.93165888900006 - ], - [ - -117.28653768899994, - 33.93165879600008 - ], - [ - -117.28653757599994, - 33.931658740000046 - ], - [ - -117.286537464, - 33.93165868300008 - ], - [ - -117.28653716899998, - 33.931658533000075 - ], - [ - -117.28653709899999, - 33.93165849800005 - ], - [ - -117.28653698599999, - 33.93165844200007 - ], - [ - -117.28653691699998, - 33.931658406000054 - ], - [ - -117.28653673499997, - 33.93165831300007 - ], - [ - -117.28653662099998, - 33.93165825700004 - ], - [ - -117.28653655099998, - 33.93165822200007 - ], - [ - -117.28653625699997, - 33.93165807300005 - ], - [ - -117.28653603099997, - 33.93165795900006 - ], - [ - -117.28653548299997, - 33.931657682000036 - ], - [ - -117.28653525799996, - 33.93165756900004 - ], - [ - -117.28653507499996, - 33.931657476000055 - ], - [ - -117.28653489299995, - 33.93165738400006 - ], - [ - -117.286534486, - 33.931657177000034 - ], - [ - -117.28653437299994, - 33.93165712100006 - ], - [ - -117.28653419099999, - 33.931657028000075 - ], - [ - -117.28653382699997, - 33.93165684400003 - ], - [ - -117.28653371399997, - 33.931656787000065 - ], - [ - -117.28653360099997, - 33.93165673000004 - ], - [ - -117.28653330599997, - 33.93165658000004 - ], - [ - -117.28653312499995, - 33.931656489000034 - ], - [ - -117.28653294199995, - 33.93165639600005 - ], - [ - -117.28653257699995, - 33.931656211000075 - ], - [ - -117.28653246399995, - 33.93165615300006 - ], - [ - -117.28653228299999, - 33.93165606200006 - ], - [ - -117.28653216899994, - 33.931656005000036 - ], - [ - -117.28653205699999, - 33.93165594800007 - ], - [ - -117.28653176199998, - 33.931655799000055 - ], - [ - -117.286531691, - 33.93165576400003 - ], - [ - -117.28653157899998, - 33.93165570700006 - ], - [ - -117.28653139699998, - 33.93165561400008 - ], - [ - -117.28653132699998, - 33.93165557900005 - ], - [ - -117.28653121399998, - 33.93165552200003 - ], - [ - -117.28653103199997, - 33.931655430000035 - ], - [ - -117.28653096199997, - 33.931655394000074 - ], - [ - -117.28653084899997, - 33.93165533700005 - ], - [ - -117.28653073699996, - 33.931655281000076 - ], - [ - -117.28653066699997, - 33.93165524600005 - ], - [ - -117.28653055299998, - 33.931655188000036 - ], - [ - -117.28653037199996, - 33.93165509600004 - ], - [ - -117.28653025899996, - 33.93165503900008 - ], - [ - -117.28653014699995, - 33.931654982000055 - ], - [ - -117.28652996399995, - 33.93165489000006 - ], - [ - -117.28652989499994, - 33.93165485500003 - ], - [ - -117.28652978199995, - 33.93165479700008 - ], - [ - -117.28652959899995, - 33.93165470500003 - ], - [ - -117.28652948699994, - 33.93165464700007 - ], - [ - -117.28652941699994, - 33.931654612000045 - ], - [ - -117.28652930399994, - 33.93165455500008 - ], - [ - -117.28652919099994, - 33.93165449900005 - ], - [ - -117.28652907799994, - 33.931654442000024 - ], - [ - -117.286529009, - 33.93165440700005 - ], - [ - -117.28652889699998, - 33.93165435000003 - ], - [ - -117.28652878399998, - 33.931654293000065 - ], - [ - -117.28652871399999, - 33.93165425700005 - ], - [ - -117.28652853299997, - 33.931654166000044 - ], - [ - -117.28652841999997, - 33.93165410900008 - ], - [ - -117.28652823699997, - 33.93165401600004 - ], - [ - -117.28652812399997, - 33.93165395800003 - ], - [ - -117.28652805399997, - 33.931653923000056 - ], - [ - -117.28652798499996, - 33.93165388800003 - ], - [ - -117.28652775999996, - 33.93165377300005 - ], - [ - -117.28652768999996, - 33.93165373800008 - ], - [ - -117.28652750799995, - 33.93165364600003 - ], - [ - -117.28652743699996, - 33.93165361100006 - ], - [ - -117.28652732599994, - 33.931653554000036 - ], - [ - -117.28652725499995, - 33.931653518000076 - ], - [ - -117.28652707199996, - 33.931653426000025 - ], - [ - -117.28652695999995, - 33.93165337000005 - ], - [ - -117.28652688999995, - 33.93165333400003 - ], - [ - -117.28652682099994, - 33.93165329900006 - ], - [ - -117.28652670799994, - 33.93165324100005 - ], - [ - -117.28652659499994, - 33.93165318500007 - ], - [ - -117.28652652599999, - 33.931653150000045 - ], - [ - -117.28652641199994, - 33.93165309200003 - ], - [ - -117.28652630099998, - 33.93165303600006 - ], - [ - -117.286526117, - 33.93165294200003 - ], - [ - -117.28652600599997, - 33.93165288600005 - ], - [ - -117.28652589299998, - 33.93165282900003 - ], - [ - -117.28652582299998, - 33.93165279400006 - ], - [ - -117.28652570999998, - 33.931652737000036 - ], - [ - -117.28652559699998, - 33.93165268000007 - ], - [ - -117.28652548499997, - 33.93165262300005 - ], - [ - -117.28652537399995, - 33.93165256700007 - ], - [ - -117.28652518899997, - 33.93165247400003 - ], - [ - -117.28652507599998, - 33.931652417000066 - ], - [ - -117.28652496399997, - 33.931652360000044 - ], - [ - -117.28652489499996, - 33.93165232500007 - ], - [ - -117.28652478199996, - 33.93165226900004 - ], - [ - -117.28652351699998, - 33.931651628000054 - ], - [ - -117.28651511299995, - 33.93164737600006 - ], - [ - -117.28642856399995, - 33.93162452400003 - ], - [ - -117.28642667399998, - 33.93163141600007 - ], - [ - -117.28642342799998, - 33.93164117600003 - ], - [ - -117.28642041999996, - 33.93164902900003 - ], - [ - -117.286417009, - 33.93165676700005 - ], - [ - -117.28641193299995, - 33.93166690900006 - ], - [ - -117.28640623499996, - 33.93167681800003 - ], - [ - -117.28640158099995, - 33.93168409100008 - ], - [ - -117.28639655599994, - 33.93169119000004 - ], - [ - -117.28638937599999, - 33.93170040700005 - ], - [ - -117.28638163099998, - 33.93170930100007 - ], - [ - -117.286373347, - 33.93171785100003 - ], - [ - -117.28636454499997, - 33.93172603200003 - ], - [ - -117.28635524599997, - 33.93173382300006 - ], - [ - -117.28634797599994, - 33.931739410000034 - ], - [ - -117.28626139799997, - 33.93184400400003 - ], - [ - -117.28625199699997, - 33.93183654500007 - ], - [ - -117.28625155499998, - 33.93183619300004 - ], - [ - -117.28625112499998, - 33.93183585200006 - ], - [ - -117.28625069499998, - 33.93183551100003 - ], - [ - -117.286250253, - 33.93183516000005 - ], - [ - -117.286249823, - 33.93183481800003 - ], - [ - -117.28624938099995, - 33.931834467000044 - ], - [ - -117.28624894999996, - 33.93183412500008 - ], - [ - -117.28624850699998, - 33.93183377400004 - ], - [ - -117.28624807699998, - 33.931833434000055 - ], - [ - -117.28624763299996, - 33.931833082000026 - ], - [ - -117.28624720399995, - 33.93183274200004 - ], - [ - -117.28624676099997, - 33.93183239000007 - ], - [ - -117.28624633199996, - 33.931832049000036 - ], - [ - -117.28624545899999, - 33.93183135600003 - ], - [ - -117.28624458499996, - 33.93183066300003 - ], - [ - -117.28624371299998, - 33.93182997100007 - ], - [ - -117.28624327099999, - 33.93182962000003 - ], - [ - -117.28624284099999, - 33.931829278000066 - ], - [ - -117.28624239899995, - 33.931828927000026 - ], - [ - -117.28624196799996, - 33.93182858600005 - ], - [ - -117.28624153799996, - 33.93182824400003 - ], - [ - -117.28624109599997, - 33.93182789300005 - ], - [ - -117.28624066599997, - 33.931827551000026 - ], - [ - -117.286239793, - 33.93182685900007 - ], - [ - -117.28623892199994, - 33.931826166000064 - ], - [ - -117.28623847799997, - 33.931825815000025 - ], - [ - -117.28623760499994, - 33.93182512200008 - ], - [ - -117.28623673399994, - 33.93182442900007 - ], - [ - -117.28623586199996, - 33.93182373600007 - ], - [ - -117.28623543099997, - 33.93182339500004 - ], - [ - -117.28623498899998, - 33.931823044000055 - ], - [ - -117.286234558, - 33.93182270300008 - ], - [ - -117.28623411599995, - 33.93182235100005 - ], - [ - -117.28623368499996, - 33.931822011000065 - ], - [ - -117.28623325599995, - 33.931821669000044 - ], - [ - -117.28623238399996, - 33.93182097600004 - ], - [ - -117.28623151, - 33.931820284000025 - ], - [ - -117.28623106799995, - 33.93181993200005 - ], - [ - -117.28623063699996, - 33.93181959100008 - ], - [ - -117.28623019499997, - 33.93181924000004 - ], - [ - -117.28622976399998, - 33.931818898000074 - ], - [ - -117.28622933599996, - 33.93181855700004 - ], - [ - -117.28622889299999, - 33.93181820600006 - ], - [ - -117.28622846199994, - 33.93181786400004 - ], - [ - -117.28622801999995, - 33.931817514000045 - ], - [ - -117.28622758799997, - 33.93181717300007 - ], - [ - -117.28622714599999, - 33.93181682100004 - ], - [ - -117.28622671599999, - 33.931816480000066 - ], - [ - -117.286225845, - 33.93181578700006 - ], - [ - -117.28622541399994, - 33.93181544600003 - ], - [ - -117.286224098, - 33.93181440200004 - ], - [ - -117.286223668, - 33.93181406100007 - ], - [ - -117.28622322599995, - 33.93181371000003 - ], - [ - -117.28622235399996, - 33.931813017000025 - ], - [ - -117.28622148, - 33.93181232400008 - ], - [ - -117.28622103899994, - 33.93181197300004 - ], - [ - -117.28622016599996, - 33.93181128100008 - ], - [ - -117.28621973499997, - 33.93181093900006 - ], - [ - -117.28621929299999, - 33.931810588000076 - ], - [ - -117.28621886199994, - 33.931810246000055 - ], - [ - -117.28621841999995, - 33.93180989500007 - ], - [ - -117.28621799099994, - 33.93180955400004 - ], - [ - -117.28621711799997, - 33.931808861000036 - ], - [ - -117.286216245, - 33.93180816800003 - ], - [ - -117.28621449999997, - 33.93180678300007 - ], - [ - -117.28621407099996, - 33.93180644200004 - ], - [ - -117.28621275399996, - 33.93180539800005 - ], - [ - -117.28621188299996, - 33.93180470500005 - ], - [ - -117.28621101099998, - 33.93180401200004 - ], - [ - -117.28621056699996, - 33.93180366000007 - ], - [ - -117.28620969499997, - 33.931802969000046 - ], - [ - -117.286208822, - 33.93180227500005 - ], - [ - -117.28620794999995, - 33.93180158200005 - ], - [ - -117.28620751899996, - 33.93180124100007 - ], - [ - -117.28620621799996, - 33.93180020800003 - ], - [ - -117.28620577499998, - 33.931799856000055 - ], - [ - -117.28620534399994, - 33.93179951400003 - ], - [ - -117.28620447199995, - 33.931798822000076 - ], - [ - -117.28620359999996, - 33.93179812900007 - ], - [ - -117.28620315699999, - 33.93179777800003 - ], - [ - -117.28620272699999, - 33.931797438000046 - ], - [ - -117.28620229599994, - 33.931797096000025 - ], - [ - -117.28620186699999, - 33.93179675500005 - ], - [ - -117.28620099499994, - 33.931796062000046 - ], - [ - -117.28620012099998, - 33.93179536900004 - ], - [ - -117.28619969199997, - 33.93179502800007 - ], - [ - -117.28619926099998, - 33.931794687000036 - ], - [ - -117.286198819, - 33.93179433600005 - ], - [ - -117.28619838799995, - 33.93179399500008 - ], - [ - -117.28619751499997, - 33.931793302000074 - ], - [ - -117.28619708499997, - 33.93179296100004 - ], - [ - -117.28619665599996, - 33.93179262000007 - ], - [ - -117.28619578299998, - 33.93179192700006 - ], - [ - -117.28619534099994, - 33.93179157600008 - ], - [ - -117.28619491099994, - 33.93179123500005 - ], - [ - -117.28619403799996, - 33.931790542000044 - ], - [ - -117.28619317799996, - 33.93178986000004 - ], - [ - -117.28619273599998, - 33.931789508000065 - ], - [ - -117.28619230499999, - 33.931789167000034 - ], - [ - -117.28619143299994, - 33.931788475000076 - ], - [ - -117.28619100299994, - 33.931788133000055 - ], - [ - -117.28619012999997, - 33.93178744000005 - ], - [ - -117.28618925799998, - 33.931786748000036 - ], - [ - -117.28618838399996, - 33.93178605400004 - ], - [ - -117.28618706999998, - 33.931785011000045 - ], - [ - -117.28618619799994, - 33.93178431800004 - ], - [ - -117.28618576799994, - 33.931783977000066 - ], - [ - -117.28618532399997, - 33.93178362500004 - ], - [ - -117.28618489499996, - 33.93178328400006 - ], - [ - -117.28618445199999, - 33.93178293300008 - ], - [ - -117.28618358099999, - 33.93178223900003 - ], - [ - -117.28618313799996, - 33.931781888000046 - ], - [ - -117.28618270799996, - 33.93178154700007 - ], - [ - -117.28618226499998, - 33.93178119500004 - ], - [ - -117.28618183499998, - 33.93178085400007 - ], - [ - -117.28618139199995, - 33.93178050300003 - ], - [ - -117.286180963, - 33.93178016100006 - ], - [ - -117.286179356, - 33.93177888500003 - ], - [ - -117.28617409399999, - 33.931774708000034 - ], - [ - -117.28616477699995, - 33.931767310000055 - ], - [ - -117.28616434899999, - 33.93176696900008 - ], - [ - -117.28616390499997, - 33.93176661800004 - ], - [ - -117.28616365899995, - 33.931766423000056 - ], - [ - -117.28616318099995, - 33.93176604200005 - ], - [ - -117.28616303399997, - 33.931765925000036 - ], - [ - -117.286162688, - 33.931765651000035 - ], - [ - -117.28616219499997, - 33.93176526000008 - ], - [ - -117.286162161, - 33.93176523200003 - ], - [ - -117.28616171699997, - 33.93176488000006 - ], - [ - -117.28616127499998, - 33.931764530000066 - ], - [ - -117.28616122399995, - 33.931764489000045 - ], - [ - -117.28616083299994, - 33.93176417900003 - ], - [ - -117.28616025199995, - 33.93176371900006 - ], - [ - -117.28615977499999, - 33.93176333800005 - ], - [ - -117.28615952999996, - 33.93176314500005 - ], - [ - -117.286159296, - 33.931762958000036 - ], - [ - -117.28615908799998, - 33.931762793000075 - ], - [ - -117.28615864399995, - 33.931762441000046 - ], - [ - -117.28615832499997, - 33.93176218800005 - ], - [ - -117.28615821499994, - 33.93176210100006 - ], - [ - -117.28615783099997, - 33.931761796000046 - ], - [ - -117.28615735199998, - 33.93176141600003 - ], - [ - -117.28615733, - 33.93176139800005 - ], - [ - -117.286156899, - 33.931761057000074 - ], - [ - -117.28615685999995, - 33.93176102600006 - ], - [ - -117.28615645599996, - 33.931760705000045 - ], - [ - -117.28615638199994, - 33.93176064600004 - ], - [ - -117.28615588899999, - 33.93176025400004 - ], - [ - -117.28615558499996, - 33.93176001300003 - ], - [ - -117.28615514099994, - 33.93175966100006 - ], - [ - -117.28615491799997, - 33.931759484000054 - ], - [ - -117.28615471199998, - 33.931759320000026 - ], - [ - -117.28615443999996, - 33.93175910400004 - ], - [ - -117.2861542699999, - 33.931758968000054 - ], - [ - -117.28615394699995, - 33.93175871200003 - ], - [ - -117.28615383799996, - 33.93175862700008 - ], - [ - -117.28615345399999, - 33.931758322000064 - ], - [ - -117.28615339599997, - 33.93175827500005 - ], - [ - -117.28615297099998, - 33.93175793800003 - ], - [ - -117.28615252399999, - 33.931757584000025 - ], - [ - -117.28615248299997, - 33.93175755100003 - ], - [ - -117.28615209299994, - 33.93175724200006 - ], - [ - -117.28615200399997, - 33.93175717100007 - ], - [ - -117.28615166399999, - 33.93175690100003 - ], - [ - -117.28615122199994, - 33.931756550000046 - ], - [ - -117.28615103299995, - 33.93175640100003 - ], - [ - -117.28615077799998, - 33.93175619800007 - ], - [ - -117.28615054, - 33.931756009000026 - ], - [ - -117.28615034899997, - 33.93175585800003 - ], - [ - -117.28615006099994, - 33.931755629000065 - ], - [ - -117.286149906, - 33.93175550600006 - ], - [ - -117.28614947499995, - 33.93175516400004 - ], - [ - -117.28614908999998, - 33.93175485900008 - ], - [ - -117.28614903199997, - 33.931754813000055 - ], - [ - -117.286148159, - 33.93175412000005 - ], - [ - -117.28614811899996, - 33.93175408800005 - ], - [ - -117.28614771599996, - 33.93175376900007 - ], - [ - -117.28614728699995, - 33.931753429000025 - ], - [ - -117.28614684399997, - 33.93175307700005 - ], - [ - -117.28614666799996, - 33.931752937000056 - ], - [ - -117.28614641399997, - 33.93175273700007 - ], - [ - -117.28614569699994, - 33.93175216700007 - ], - [ - -117.28614554099994, - 33.93175204400006 - ], - [ - -117.286145219, - 33.93175178700005 - ], - [ - -117.28614509899995, - 33.931751693000024 - ], - [ - -117.28614473899995, - 33.931751406000046 - ], - [ - -117.28614423599998, - 33.93175100800005 - ], - [ - -117.28614335299994, - 33.931750306000026 - ], - [ - -117.28614327699995, - 33.931750245000046 - ], - [ - -117.28614279699997, - 33.93174986500003 - ], - [ - -117.28614248199995, - 33.93174961500006 - ], - [ - -117.28614230499994, - 33.93174947500006 - ], - [ - -117.28614205099996, - 33.93174927300004 - ], - [ - -117.28614182499996, - 33.93174909500004 - ], - [ - -117.28614162099996, - 33.93174893200006 - ], - [ - -117.28614133399998, - 33.93174870300004 - ], - [ - -117.28614117899997, - 33.93174858100008 - ], - [ - -117.28614074899997, - 33.93174824000005 - ], - [ - -117.286140376, - 33.93174794400005 - ], - [ - -117.286140306, - 33.931747888000075 - ], - [ - -117.286139876, - 33.931747546000054 - ], - [ - -117.28613943299996, - 33.93174719500007 - ], - [ - -117.28613940499997, - 33.931747173000076 - ], - [ - -117.28613900399995, - 33.93174685400004 - ], - [ - -117.28613891299995, - 33.93174678200006 - ], - [ - -117.28613857399995, - 33.931746512000075 - ], - [ - -117.28613843499994, - 33.931746401000055 - ], - [ - -117.28613814399995, - 33.931746170000054 - ], - [ - -117.286137957, - 33.93174602100004 - ], - [ - -117.28613770099997, - 33.93174581900007 - ], - [ - -117.28613746299999, - 33.93174563000008 - ], - [ - -117.28613727199996, - 33.93174547700005 - ], - [ - -117.28613698599997, - 33.93174525100005 - ], - [ - -117.28613684099997, - 33.931745136000075 - ], - [ - -117.28613649199997, - 33.93174485900005 - ], - [ - -117.28613639899999, - 33.931744786000024 - ], - [ - -117.28613601399996, - 33.93174448000008 - ], - [ - -117.28613596799994, - 33.93174444400006 - ], - [ - -117.28613553499997, - 33.93174410100005 - ], - [ - -117.28613505599998, - 33.93174372000004 - ], - [ - -117.28613456299996, - 33.93174332900003 - ], - [ - -117.28613423699994, - 33.93174306900005 - ], - [ - -117.28613408499996, - 33.93174294800008 - ], - [ - -117.28613380699994, - 33.93174272700003 - ], - [ - -117.28613359299999, - 33.93174255800005 - ], - [ - -117.28613293399997, - 33.931742034000024 - ], - [ - -117.28613262199997, - 33.93174178600003 - ], - [ - -117.28613214299997, - 33.93174140600007 - ], - [ - -117.28613206199998, - 33.931741342000066 - ], - [ - -117.28613164099994, - 33.931741008000074 - ], - [ - -117.28613117199995, - 33.93174063600003 - ], - [ - -117.28613075899995, - 33.93174030800003 - ], - [ - -117.28613067999999, - 33.93174024500007 - ], - [ - -117.28613033, - 33.931739967000055 - ], - [ - -117.286130201, - 33.931739864000065 - ], - [ - -117.28612988799995, - 33.931739615000026 - ], - [ - -117.28612970799998, - 33.93173947300005 - ], - [ - -117.28612945699996, - 33.93173927400005 - ], - [ - -117.28612922999997, - 33.93173909400008 - ], - [ - -117.28612901399998, - 33.93173892100003 - ], - [ - -117.28612875199997, - 33.93173871300007 - ], - [ - -117.28612825899995, - 33.93173832200006 - ], - [ - -117.28612778099995, - 33.93173794300003 - ], - [ - -117.28612771399997, - 33.93173788800004 - ], - [ - -117.28612728799999, - 33.931737551000026 - ], - [ - -117.28612684099994, - 33.93173719600003 - ], - [ - -117.28612680999998, - 33.931737171000066 - ], - [ - -117.28612631799996, - 33.93173678100004 - ], - [ - -117.28612596799996, - 33.931736503000025 - ], - [ - -117.28612534599995, - 33.931736009000076 - ], - [ - -117.28612486799994, - 33.93173563000005 - ], - [ - -117.28612465299994, - 33.93173545900004 - ], - [ - -117.28612437499999, - 33.931735239000034 - ], - [ - -117.28612422199996, - 33.93173511700007 - ], - [ - -117.28612389699998, - 33.93173485900007 - ], - [ - -117.28612340399997, - 33.93173446700007 - ], - [ - -117.28612334999997, - 33.93173442500006 - ], - [ - -117.28612292499997, - 33.93173408700005 - ], - [ - -117.286122477, - 33.931733732000055 - ], - [ - -117.28612195499994, - 33.93173331700007 - ], - [ - -117.28612160399996, - 33.93173304000004 - ], - [ - -117.28612147499996, - 33.93173293800004 - ], - [ - -117.28612098299999, - 33.931732546000035 - ], - [ - -117.28612073199997, - 33.931732347000036 - ], - [ - -117.28612001199997, - 33.93173177500006 - ], - [ - -117.28611985999999, - 33.93173165400003 - ], - [ - -117.28611904, - 33.93173100400003 - ], - [ - -117.28611856099997, - 33.93173062400007 - ], - [ - -117.28611811299999, - 33.93173026900007 - ], - [ - -117.28611806899994, - 33.93173023300005 - ], - [ - -117.286117591, - 33.931729854000025 - ], - [ - -117.28611724099994, - 33.931729576000066 - ], - [ - -117.28611709599994, - 33.93172946200008 - ], - [ - -117.28611679699998, - 33.931729225000026 - ], - [ - -117.28611636899996, - 33.93172888500004 - ], - [ - -117.28611612499998, - 33.931728692000036 - ], - [ - -117.28611592599998, - 33.93172853200008 - ], - [ - -117.28611564699997, - 33.931728312000075 - ], - [ - -117.28611515399996, - 33.93172792000007 - ], - [ - -117.28611505299995, - 33.931727840000065 - ], - [ - -117.28611467599995, - 33.93172754100004 - ], - [ - -117.28611418199995, - 33.93172715000003 - ], - [ - -117.28611373799998, - 33.93172679600008 - ], - [ - -117.286113705, - 33.93172677000007 - ], - [ - -117.28611330799998, - 33.931726455000046 - ], - [ - -117.28611286599994, - 33.931726103000074 - ], - [ - -117.28611273399997, - 33.93172599800005 - ], - [ - -117.28611242299996, - 33.931725752000034 - ], - [ - -117.28611224099996, - 33.93172560700003 - ], - [ - -117.28611198099998, - 33.93172540000006 - ], - [ - -117.28611176299995, - 33.93172522800006 - ], - [ - -117.28611127, - 33.93172483700005 - ], - [ - -117.28611110799994, - 33.93172470900004 - ], - [ - -117.28611066499997, - 33.931724357000064 - ], - [ - -117.28611029799998, - 33.93172406600007 - ], - [ - -117.28611022299998, - 33.931724006000024 - ], - [ - -117.28610981999998, - 33.931723686000055 - ], - [ - -117.28610977999995, - 33.93172365400005 - ], - [ - -117.28610932799995, - 33.93172329500004 - ], - [ - -117.28610890699997, - 33.93172296100005 - ], - [ - -117.286108835, - 33.931722903000036 - ], - [ - -117.28610835599994, - 33.931722524000065 - ], - [ - -117.28610803499998, - 33.93172226900003 - ], - [ - -117.28610787799994, - 33.93172214500004 - ], - [ - -117.28610738499998, - 33.93172175300003 - ], - [ - -117.28610714899997, - 33.93172156600008 - ], - [ - -117.28610690699998, - 33.93172137400006 - ], - [ - -117.28610641399996, - 33.93172098300005 - ], - [ - -117.28610627699999, - 33.931720874000064 - ], - [ - -117.28610544299994, - 33.93172021100003 - ], - [ - -117.28610496199997, - 33.93171982900003 - ], - [ - -117.28610453199997, - 33.931719488000056 - ], - [ - -117.286103659, - 33.93171879500005 - ], - [ - -117.28610349999997, - 33.93171866800003 - ], - [ - -117.28610302299995, - 33.93171829000005 - ], - [ - -117.28610277399997, - 33.93171809300003 - ], - [ - -117.28610252799996, - 33.931717898000045 - ], - [ - -117.28610190099994, - 33.931717400000025 - ], - [ - -117.28610155699994, - 33.93171712800006 - ], - [ - -117.28610108, - 33.93171674800004 - ], - [ - -117.28610102699997, - 33.93171670700008 - ], - [ - -117.28610058599998, - 33.93171635700003 - ], - [ - -117.28609961499996, - 33.93171558600005 - ], - [ - -117.28609928399999, - 33.93171532300005 - ], - [ - -117.28609913699995, - 33.931715206000035 - ], - [ - -117.286098644, - 33.93171481500008 - ], - [ - -117.28609841199994, - 33.931714630000045 - ], - [ - -117.28609816599999, - 33.93171443500006 - ], - [ - -117.28609796999996, - 33.93171427800007 - ], - [ - -117.28609767199998, - 33.931714043000056 - ], - [ - -117.28609719499997, - 33.931713665000075 - ], - [ - -117.28609709499995, - 33.93171358500007 - ], - [ - -117.28609670199995, - 33.93171327400006 - ], - [ - -117.28609665299996, - 33.931713235000075 - ], - [ - -117.28609622399995, - 33.93171289400004 - ], - [ - -117.28609577999998, - 33.93171254300006 - ], - [ - -117.28609525199994, - 33.93171212400006 - ], - [ - -117.28609490599996, - 33.93171184900007 - ], - [ - -117.28609475899998, - 33.93171173200005 - ], - [ - -117.28609446399997, - 33.93171149700004 - ], - [ - -117.28609378799996, - 33.93171096200007 - ], - [ - -117.28609359099994, - 33.93171080500008 - ], - [ - -117.28609330899997, - 33.93171058100006 - ], - [ - -117.28609314999994, - 33.93171045500003 - ], - [ - -117.28609281699994, - 33.93171019000005 - ], - [ - -117.28609271999994, - 33.931710113000065 - ], - [ - -117.28609227799996, - 33.931709762000025 - ], - [ - -117.28609184599998, - 33.93170941900007 - ], - [ - -117.28609140499998, - 33.93170906800003 - ], - [ - -117.28609136799997, - 33.931709039000054 - ], - [ - -117.286090974, - 33.93170872800005 - ], - [ - -117.28609087399997, - 33.93170864700005 - ], - [ - -117.28609053099996, - 33.931708376000074 - ], - [ - -117.28609039599996, - 33.93170826800008 - ], - [ - -117.28609010099996, - 33.93170803500004 - ], - [ - -117.286089904, - 33.931707877000065 - ], - [ - -117.28608965899997, - 33.93170768400006 - ], - [ - -117.28608942499994, - 33.93170749800004 - ], - [ - -117.28608894499996, - 33.93170711800008 - ], - [ - -117.28608845399998, - 33.93170672700006 - ], - [ - -117.28608835699998, - 33.931706650000024 - ], - [ - -117.28608797499999, - 33.931706347000045 - ], - [ - -117.28608791399995, - 33.93170629900004 - ], - [ - -117.28608748299996, - 33.93170595700008 - ], - [ - -117.28608704099997, - 33.93170560600004 - ], - [ - -117.28608651199994, - 33.931705185000055 - ], - [ - -117.28608616899999, - 33.93170491400008 - ], - [ - -117.286086018, - 33.93170479400004 - ], - [ - -117.28608572599995, - 33.93170456100006 - ], - [ - -117.28608553999999, - 33.93170441500007 - ], - [ - -117.28608485299998, - 33.931703870000035 - ], - [ - -117.28608456799998, - 33.93170364200006 - ], - [ - -117.286084411, - 33.93170351800006 - ], - [ - -117.28608407599995, - 33.931703252000034 - ], - [ - -117.28608359699996, - 33.93170287200007 - ], - [ - -117.28608310499999, - 33.93170248100006 - ], - [ - -117.28608223599997, - 33.93170179100008 - ], - [ - -117.28608213299998, - 33.93170170900004 - ], - [ - -117.28608164099995, - 33.93170131800008 - ], - [ - -117.286081363, - 33.931701099000065 - ], - [ - -117.28608116199996, - 33.93170093800006 - ], - [ - -117.28608067, - 33.93170054800004 - ], - [ - -117.28607969899997, - 33.93169977700006 - ], - [ - -117.28607962999996, - 33.931699723000065 - ], - [ - -117.28607872799995, - 33.93169900700008 - ], - [ - -117.28607831499994, - 33.93169867900008 - ], - [ - -117.28607744199996, - 33.931697987000064 - ], - [ - -117.28607678499998, - 33.93169746500007 - ], - [ - -117.28607581299997, - 33.93169669300005 - ], - [ - -117.286075698, - 33.931696602000045 - ], - [ - -117.28607526699994, - 33.931696260000024 - ], - [ - -117.28607484199995, - 33.93169592300006 - ], - [ - -117.28607352199998, - 33.93169487500006 - ], - [ - -117.28607289899998, - 33.931694382000046 - ], - [ - -117.286071914, - 33.93169359900003 - ], - [ - -117.28607177599997, - 33.93169349000004 - ], - [ - -117.28607143499994, - 33.93169322000006 - ], - [ - -117.28607046299999, - 33.931692448000035 - ], - [ - -117.28606997199995, - 33.93169205800007 - ], - [ - -117.28606958899996, - 33.93169175400004 - ], - [ - -117.286069479, - 33.93169166500007 - ], - [ - -117.28606900099999, - 33.931691285000056 - ], - [ - -117.28606828699998, - 33.93169071900007 - ], - [ - -117.28606802799999, - 33.93169051500007 - ], - [ - -117.28606741399994, - 33.93169002700006 - ], - [ - -117.28606705899995, - 33.93168974500003 - ], - [ - -117.28606696999998, - 33.931689676000076 - ], - [ - -117.28606656399995, - 33.93168935400007 - ], - [ - -117.28606608599995, - 33.931688973000064 - ], - [ - -117.28606523699995, - 33.931688300000076 - ], - [ - -117.28606511399994, - 33.93168820300008 - ], - [ - -117.28606479599995, - 33.931687950000025 - ], - [ - -117.28606462199997, - 33.931687812000064 - ], - [ - -117.28606436499996, - 33.93168760900005 - ], - [ - -117.28606414299998, - 33.931687433000036 - ], - [ - -117.28606364899997, - 33.93168704200008 - ], - [ - -117.28606349299997, - 33.931686917000036 - ], - [ - -117.28606267799995, - 33.93168627000006 - ], - [ - -117.28606218799996, - 33.93168588100008 - ], - [ - -117.28606174699996, - 33.93168553100003 - ], - [ - -117.28606122899998, - 33.931685120000054 - ], - [ - -117.28606087499998, - 33.931684838000024 - ], - [ - -117.28606073699996, - 33.93168472900004 - ], - [ - -117.28606024399994, - 33.931684338000025 - ], - [ - -117.28605955899997, - 33.931683795000026 - ], - [ - -117.28605912799998, - 33.93168345300006 - ], - [ - -117.28605879299994, - 33.93168318900007 - ], - [ - -117.286058686, - 33.93168310300007 - ], - [ - -117.28605782299996, - 33.93168241700005 - ], - [ - -117.28605732999995, - 33.93168202600003 - ], - [ - -117.28605651099997, - 33.93168137600003 - ], - [ - -117.28605637199996, - 33.931681267000044 - ], - [ - -117.28605608, - 33.931681035000054 - ], - [ - -117.28605587899995, - 33.93168087500004 - ], - [ - -117.286055638, - 33.931680683000025 - ], - [ - -117.28605490799998, - 33.931680104000066 - ], - [ - -117.28605476599995, - 33.93167999100007 - ], - [ - -117.28605432199998, - 33.93167963900004 - ], - [ - -117.28605393699996, - 33.931679333000034 - ], - [ - -117.28605389299997, - 33.93167929900005 - ], - [ - -117.2860534499999, - 33.93167894700008 - ], - [ - -117.2860530199999, - 33.93167860500006 - ], - [ - -117.28605296599994, - 33.93167856200006 - ], - [ - -117.28605257799995, - 33.931678254000076 - ], - [ - -117.28605247299998, - 33.931678171000044 - ], - [ - -117.28605214699996, - 33.931677913000044 - ], - [ - -117.28605199499998, - 33.93167779100003 - ], - [ - -117.28605171799995, - 33.93167757200007 - ], - [ - -117.28605102399996, - 33.93167702000005 - ], - [ - -117.28605084599997, - 33.931676879000065 - ], - [ - -117.28605053099994, - 33.93167662900004 - ], - [ - -117.28605005299994, - 33.93167624900008 - ], - [ - -117.286049973, - 33.93167618600006 - ], - [ - -117.286049559, - 33.93167585900005 - ], - [ - -117.28604908999995, - 33.931675486000074 - ], - [ - -117.28604858799997, - 33.93167508800008 - ], - [ - -117.28604822699998, - 33.93167480200003 - ], - [ - -117.28604809599994, - 33.93167469700006 - ], - [ - -117.28604761599996, - 33.931674317000045 - ], - [ - -117.28604664499994, - 33.93167354700006 - ], - [ - -117.28604648099997, - 33.93167341700007 - ], - [ - -117.28604605099997, - 33.93167307500005 - ], - [ - -117.286045673, - 33.93167277600003 - ], - [ - -117.28604560799994, - 33.931672724000066 - ], - [ - -117.28604517999997, - 33.93167238500007 - ], - [ - -117.28604473599995, - 33.93167203100006 - ], - [ - -117.28604470199997, - 33.93167200400006 - ], - [ - -117.28604430599995, - 33.93167169000003 - ], - [ - -117.28604421099999, - 33.93167161500003 - ], - [ - -117.28604387599995, - 33.931671349000055 - ], - [ - -117.28604343299997, - 33.93167099800007 - ], - [ - -117.286043238, - 33.93167084400005 - ], - [ - -117.28604255999994, - 33.93167030500007 - ], - [ - -117.28604226699997, - 33.93167007200003 - ], - [ - -117.28604212999994, - 33.93166996400004 - ], - [ - -117.28604168799995, - 33.931669613000054 - ], - [ - -117.286040803, - 33.93166891100003 - ], - [ - -117.28604037199995, - 33.93166856800008 - ], - [ - -117.286039943, - 33.931668227000046 - ], - [ - -117.28603983199997, - 33.93166813900007 - ], - [ - -117.28603935399997, - 33.93166776000004 - ], - [ - -117.28603886099995, - 33.931667368000035 - ], - [ - -117.286038368, - 33.93166697700008 - ], - [ - -117.28603819699998, - 33.93166684200003 - ], - [ - -117.28603788999999, - 33.93166659800005 - ], - [ - -117.28603775399995, - 33.931666490000055 - ], - [ - -117.28603739699997, - 33.931666207000035 - ], - [ - -117.28603689199997, - 33.93166580700006 - ], - [ - -117.28603642599995, - 33.93166543700005 - ], - [ - -117.28603600899999, - 33.931665106000025 - ], - [ - -117.28603557899999, - 33.93166476600004 - ], - [ - -117.28603545399994, - 33.931664666000074 - ], - [ - -117.28603513599995, - 33.93166441400007 - ], - [ - -117.28603496099998, - 33.93166427500006 - ], - [ - -117.28603470599995, - 33.931664073000036 - ], - [ - -117.28603448299998, - 33.93166389500004 - ], - [ - -117.28603426399997, - 33.931663721000064 - ], - [ - -117.28603398999996, - 33.93166350400003 - ], - [ - -117.28603351199996, - 33.93166312300008 - ], - [ - -117.28603339099999, - 33.93166302800006 - ], - [ - -117.28603302, - 33.93166273200006 - ], - [ - -117.28603294899995, - 33.93166267600003 - ], - [ - -117.28603253399996, - 33.93166234600005 - ], - [ - -117.28603209, - 33.93166199500007 - ], - [ - -117.28603204799998, - 33.93166196100003 - ], - [ - -117.28603155599995, - 33.931661570000074 - ], - [ - -117.28603121699996, - 33.93166130100008 - ], - [ - -117.28603107599997, - 33.931661191000046 - ], - [ - -117.28603058299996, - 33.93166080100008 - ], - [ - -117.286030343, - 33.93166061000005 - ], - [ - -117.28603010499995, - 33.93166042000007 - ], - [ - -117.286029612, - 33.93166002800007 - ], - [ - -117.28602947, - 33.93165991600006 - ], - [ - -117.28602864199996, - 33.931659258000025 - ], - [ - -117.28602859799997, - 33.931659223000054 - ], - [ - -117.28602815999994, - 33.93165887500004 - ], - [ - -117.28602772699998, - 33.93165853100004 - ], - [ - -117.28602767099994, - 33.93165848700005 - ], - [ - -117.28602728399994, - 33.931658180000056 - ], - [ - -117.28602719199995, - 33.93165810600004 - ], - [ - -117.28602684199996, - 33.93165782700004 - ], - [ - -117.28602641199996, - 33.93165748600006 - ], - [ - -117.28602622099999, - 33.93165733500007 - ], - [ - -117.28602572899996, - 33.93165694400005 - ], - [ - -117.28602553899998, - 33.93165679400005 - ], - [ - -117.28602524999997, - 33.931656565000026 - ], - [ - -117.28602475799994, - 33.93165617400007 - ], - [ - -117.28602422299997, - 33.93165575000006 - ], - [ - -117.28602379999995, - 33.931655413000044 - ], - [ - -117.28602335, - 33.93165505700006 - ], - [ - -117.286023307, - 33.931655023000076 - ], - [ - -117.28602290699996, - 33.93165470500003 - ], - [ - -117.28602246499997, - 33.931654355000035 - ], - [ - -117.28602233599997, - 33.93165425300003 - ], - [ - -117.28602203499997, - 33.93165401300007 - ], - [ - -117.28602185799997, - 33.93165387300007 - ], - [ - -117.28602159199994, - 33.93165366200003 - ], - [ - -117.28602136499995, - 33.93165348200006 - ], - [ - -117.28602088599996, - 33.93165310100005 - ], - [ - -117.28602072099994, - 33.93165296900003 - ], - [ - -117.286020394, - 33.93165271100003 - ], - [ - -117.28602027699998, - 33.931652617000054 - ], - [ - -117.28601941399995, - 33.93165193200008 - ], - [ - -117.28601895199995, - 33.931651567000074 - ], - [ - -117.28601853199996, - 33.931651233000025 - ], - [ - -117.28601845099996, - 33.93165116900008 - ], - [ - -117.28601797099998, - 33.93165078800007 - ], - [ - -117.286017658, - 33.93165054000008 - ], - [ - -117.28601747999994, - 33.931650398000045 - ], - [ - -117.28601722899998, - 33.931650199000046 - ], - [ - -117.286017002, - 33.93165001800003 - ], - [ - -117.286016357, - 33.93164950600004 - ], - [ - -117.28601603099997, - 33.93164924700005 - ], - [ - -117.28601553699997, - 33.93164885600004 - ], - [ - -117.28601548399996, - 33.93164881400003 - ], - [ - -117.28601505699999, - 33.93164847500003 - ], - [ - -117.28601461099998, - 33.93164812100002 - ], - [ - -117.28601456599995, - 33.93164808500006 - ], - [ - -117.28601418199997, - 33.93164777900006 - ], - [ - -117.28601408799994, - 33.931647705000046 - ], - [ - -117.28601373999999, - 33.931647428000076 - ], - [ - -117.28601359499999, - 33.93164731400003 - ], - [ - -117.28601330899994, - 33.931647088000034 - ], - [ - -117.286013116, - 33.93164693500006 - ], - [ - -117.28601262299998, - 33.931646544000046 - ], - [ - -117.28601243599996, - 33.93164639500003 - ], - [ - -117.28601214499997, - 33.93164616300004 - ], - [ - -117.28601156499997, - 33.931645702000026 - ], - [ - -117.28601117399995, - 33.931645391000075 - ], - [ - -117.28601068699999, - 33.931645005000064 - ], - [ - -117.28601020399998, - 33.93164462100003 - ], - [ - -117.28600981999995, - 33.93164431500003 - ], - [ - -117.28600972599997, - 33.93164424100007 - ], - [ - -117.28600923199997, - 33.93164384900007 - ], - [ - -117.28600894699997, - 33.93164362300007 - ], - [ - -117.28600873999994, - 33.93164345800005 - ], - [ - -117.28600826099995, - 33.931643078000036 - ], - [ - -117.28600806299994, - 33.93164292100005 - ], - [ - -117.28600778199996, - 33.931642699000065 - ], - [ - -117.28600729099998, - 33.93164230800005 - ], - [ - -117.28600718899997, - 33.931642227000054 - ], - [ - -117.28600679699997, - 33.931641916000046 - ], - [ - -117.28600631899997, - 33.931641537000075 - ], - [ - -117.28600587399995, - 33.93164118400006 - ], - [ - -117.28600582599995, - 33.93164114500007 - ], - [ - -117.28600542999999, - 33.93164083200003 - ], - [ - -117.28600534799995, - 33.931640766000044 - ], - [ - -117.28600500199997, - 33.93164049200004 - ], - [ - -117.28600485599998, - 33.93164037500003 - ], - [ - -117.28600457199997, - 33.93164015000008 - ], - [ - -117.28600437699998, - 33.93163999500007 - ], - [ - -117.286004129, - 33.93163979800005 - ], - [ - -117.28600388399997, - 33.93163960500004 - ], - [ - -117.28600368599996, - 33.931639447000066 - ], - [ - -117.28600325599996, - 33.931639107000024 - ], - [ - -117.28600281299998, - 33.93163875500005 - ], - [ - -117.28600236999995, - 33.93163840400007 - ], - [ - -117.28600194099994, - 33.93163806300004 - ], - [ - -117.28599263299998, - 33.931630675000065 - ], - [ - -117.28595923499995, - 33.931604820000075 - ], - [ - -117.28595773099994, - 33.931605895000075 - ], - [ - -117.28565991599999, - 33.93179001000004 - ], - [ - -117.28565745399999, - 33.93179180800007 - ], - [ - -117.28559672399996, - 33.93179236200007 - ], - [ - -117.28553346799998, - 33.931792735000045 - ], - [ - -117.28552918399998, - 33.931792761000054 - ], - [ - -117.28552490199996, - 33.93179278500003 - ], - [ - -117.28552062399996, - 33.93179281100004 - ], - [ - -117.28551634599995, - 33.93179283500007 - ], - [ - -117.285512069, - 33.93179286000003 - ], - [ - -117.28550779199998, - 33.93179288600004 - ], - [ - -117.28550351399997, - 33.93179291000007 - ], - [ - -117.28549923599996, - 33.93179293600008 - ], - [ - -117.28549496099998, - 33.93179296000005 - ], - [ - -117.28549066999994, - 33.93179298600006 - ], - [ - -117.28548639299999, - 33.93179301200007 - ], - [ - -117.285482103, - 33.931793037000034 - ], - [ - -117.28547782699997, - 33.931793062000054 - ], - [ - -117.28547354899996, - 33.931793087000074 - ], - [ - -117.28546927099995, - 33.93179311200004 - ], - [ - -117.28546499499998, - 33.93179313700006 - ], - [ - -117.28546071699998, - 33.931793162000076 - ], - [ - -117.28545216299995, - 33.93179321300005 - ], - [ - -117.28544788599999, - 33.93179323800007 - ], - [ - -117.285381724, - 33.93179363100006 - ], - [ - -117.28531528999997, - 33.931794024000055 - ], - [ - -117.28531101199997, - 33.931794049000075 - ], - [ - -117.28530673399996, - 33.93179407400004 - ], - [ - -117.28530245699994, - 33.93179409900006 - ], - [ - -117.28529817999998, - 33.93179412500007 - ], - [ - -117.28529390399996, - 33.93179414900004 - ], - [ - -117.28528962599995, - 33.93179417500005 - ], - [ - -117.28528534799995, - 33.931794199000024 - ], - [ - -117.28528107099999, - 33.93179422400004 - ], - [ - -117.28527679299998, - 33.93179425000005 - ], - [ - -117.28527251599996, - 33.931794274000026 - ], - [ - -117.28526823899995, - 33.931794300000035 - ], - [ - -117.28526396199999, - 33.931794324000066 - ], - [ - -117.28525968399998, - 33.931794350000075 - ], - [ - -117.28525540599998, - 33.93179437500004 - ], - [ - -117.28525112999995, - 33.93179440000006 - ], - [ - -117.285246853, - 33.93179442500008 - ], - [ - -117.285242574, - 33.93179445100003 - ], - [ - -117.28523829799997, - 33.93179447600005 - ], - [ - -117.28523402099995, - 33.93179450100007 - ], - [ - -117.28522974299995, - 33.93179452700008 - ], - [ - -117.28516579899997, - 33.93179490800003 - ], - [ - -117.285101425, - 33.931795288000046 - ], - [ - -117.28509714799998, - 33.931795313000066 - ], - [ - -117.28509286999997, - 33.93179533800003 - ], - [ - -117.28508859199997, - 33.93179536300005 - ], - [ - -117.28508431499995, - 33.93179538800007 - ], - [ - -117.28508003699994, - 33.93179541300003 - ], - [ - -117.28507575999998, - 33.93179543800005 - ], - [ - -117.28507148399996, - 33.93179546300007 - ], - [ - -117.285062929, - 33.931795514000044 - ], - [ - -117.28505865099999, - 33.93179553900006 - ], - [ - -117.28505437399997, - 33.93179556500007 - ], - [ - -117.28505009599996, - 33.931795589000046 - ], - [ - -117.28504581899995, - 33.931795614000066 - ], - [ - -117.28504154299998, - 33.93179563900003 - ], - [ - -117.28503298699997, - 33.93179569100005 - ], - [ - -117.28502870899996, - 33.93179571500008 - ], - [ - -117.28502443199994, - 33.93179574000004 - ], - [ - -117.28502015499998, - 33.93179576600005 - ], - [ - -117.28501587699998, - 33.931795790000024 - ], - [ - -117.28494987699997, - 33.931796183000074 - ], - [ - -117.28484087799995, - 33.93179682600004 - ], - [ - -117.28473395199995, - 33.93179745900005 - ], - [ - -117.28466941599999, - 33.93179783900007 - ], - [ - -117.28466513899997, - 33.93179786500008 - ], - [ - -117.28465658599998, - 33.93179791500006 - ], - [ - -117.28465230799998, - 33.931797940000024 - ], - [ - -117.28464375299995, - 33.931797990000064 - ], - [ - -117.28463519799999, - 33.931798041000036 - ], - [ - -117.28462664399996, - 33.93179809000003 - ], - [ - -117.28462236599995, - 33.93179811600004 - ], - [ - -117.28461382399996, - 33.93179816700007 - ], - [ - -117.28460099199998, - 33.93179824200007 - ], - [ - -117.28459671499996, - 33.93179826700003 - ], - [ - -117.28459243699996, - 33.93179829200005 - ], - [ - -117.284583882, - 33.931798343000025 - ], - [ - -117.28451802799998, - 33.93179873200006 - ], - [ - -117.28449442399994, - 33.93179887100007 - ], - [ - -117.28442986399995, - 33.931799252000076 - ], - [ - -117.28442558599994, - 33.93179927700004 - ], - [ - -117.28441703099998, - 33.93179932800007 - ], - [ - -117.28440847699994, - 33.93179937800005 - ], - [ - -117.28440419999998, - 33.93179940400006 - ], - [ - -117.28439992199998, - 33.93179942900008 - ], - [ - -117.28439564499996, - 33.93179945400004 - ], - [ - -117.28439136799994, - 33.93179947900006 - ], - [ - -117.28438707799995, - 33.931799504000026 - ], - [ - -117.28438280199998, - 33.931799530000035 - ], - [ - -117.28437424699996, - 33.931799580000074 - ], - [ - -117.28436996899995, - 33.93179960600003 - ], - [ - -117.28430210299996, - 33.93180000700005 - ], - [ - -117.284237422, - 33.931800388000056 - ], - [ - -117.28423314399998, - 33.931800413000076 - ], - [ - -117.28422458999995, - 33.93180046400005 - ], - [ - -117.28422031199995, - 33.93180048900007 - ], - [ - -117.28421603399994, - 33.93180051400003 - ], - [ - -117.2842117499999, - 33.93180054000004 - ], - [ - -117.28420746899997, - 33.93180056500006 - ], - [ - -117.28420319099996, - 33.93180059000008 - ], - [ - -117.28419890099997, - 33.93180061600003 - ], - [ - -117.284190347, - 33.93180066600007 - ], - [ - -117.28418606899999, - 33.931800691000035 - ], - [ - -117.28417323699995, - 33.93180076700003 - ], - [ - -117.28416896099998, - 33.93180079200005 - ], - [ - -117.28416040599996, - 33.931800843000076 - ], - [ - -117.28415184999994, - 33.93180089400005 - ], - [ - -117.28413831999995, - 33.931800974000055 - ], - [ - -117.28408618099996, - 33.93180128100005 - ], - [ - -117.28401920599998, - 33.93180167500003 - ], - [ - -117.28401492899997, - 33.93180170000005 - ], - [ - -117.28401065099996, - 33.93180172500007 - ], - [ - -117.28400636799995, - 33.931801750000034 - ], - [ - -117.28400209699998, - 33.931801775000054 - ], - [ - -117.28399781399997, - 33.93180180000007 - ], - [ - -117.28399354299995, - 33.931801825000036 - ], - [ - -117.28398925799996, - 33.931801851000046 - ], - [ - -117.28398498699994, - 33.931801876000065 - ], - [ - -117.28398070399999, - 33.93180190100003 - ], - [ - -117.28397642699997, - 33.93180192600005 - ], - [ - -117.28397214299997, - 33.93180195100007 - ], - [ - -117.28396787899999, - 33.93180197700008 - ], - [ - -117.28396359499999, - 33.93180200200004 - ], - [ - -117.28395931699998, - 33.93180202700006 - ], - [ - -117.28395503399997, - 33.93180205200008 - ], - [ - -117.28395076199996, - 33.93180207700004 - ], - [ - -117.28394647899995, - 33.93180210300005 - ], - [ - -117.283942202, - 33.931802127000026 - ], - [ - -117.28393792599996, - 33.931802153000035 - ], - [ - -117.28387025599994, - 33.93180255300007 - ], - [ - -117.28380531599998, - 33.931802936000054 - ], - [ - -117.28380103899997, - 33.93180296100007 - ], - [ - -117.28379675499997, - 33.93180298600004 - ], - [ - -117.28379247799995, - 33.931803011000056 - ], - [ - -117.28378820899997, - 33.931803036000076 - ], - [ - -117.28378392399998, - 33.93180306200003 - ], - [ - -117.28377965299995, - 33.93180308700005 - ], - [ - -117.28377536799997, - 33.93180311200007 - ], - [ - -117.28376681399999, - 33.93180316200005 - ], - [ - -117.28376253799996, - 33.93180318800006 - ], - [ - -117.28375826099995, - 33.931803212000034 - ], - [ - -117.283753989, - 33.93180323800004 - ], - [ - -117.283749705, - 33.93180326400005 - ], - [ - -117.28374543399997, - 33.931803288000026 - ], - [ - -117.28374328499996, - 33.93180330100006 - ], - [ - -117.28374114999997, - 33.931803314000035 - ], - [ - -117.28373687899995, - 33.931803338000066 - ], - [ - -117.28373260299998, - 33.931803364000075 - ], - [ - -117.28372832499997, - 33.93180338800005 - ], - [ - -117.28372404799995, - 33.93180341400006 - ], - [ - -117.28371975899995, - 33.93180343900008 - ], - [ - -117.28365433199997, - 33.93180382600008 - ], - [ - -117.28359142799997, - 33.931804197000076 - ], - [ - -117.28358717499998, - 33.93180422200004 - ], - [ - -117.28358288499999, - 33.93180424800005 - ], - [ - -117.28357860799997, - 33.93180427300007 - ], - [ - -117.28357005299995, - 33.93180432400004 - ], - [ - -117.28356577499994, - 33.93180434800007 - ], - [ - -117.28356149899997, - 33.93180437400002 - ], - [ - -117.28355722099997, - 33.931804398000054 - ], - [ - -117.28355294399995, - 33.93180442400006 - ], - [ - -117.28354866599994, - 33.93180444800004 - ], - [ - -117.28354441399995, - 33.931804474000046 - ], - [ - -117.28354013599994, - 33.931804498000076 - ], - [ - -117.283540099, - 33.931804498000076 - ], - [ - -117.283535858, - 33.93180452300004 - ], - [ - -117.28353582199998, - 33.93180452300004 - ], - [ - -117.28353158199997, - 33.93180454800006 - ], - [ - -117.28353154699994, - 33.93180454800006 - ], - [ - -117.28352730399996, - 33.93180457300008 - ], - [ - -117.28352299099998, - 33.93180459900003 - ], - [ - -117.28351874999998, - 33.93180462400005 - ], - [ - -117.28351447899996, - 33.93180464900007 - ], - [ - -117.28351443599996, - 33.93180464900007 - ], - [ - -117.28351020699995, - 33.931804674000034 - ], - [ - -117.28351015899995, - 33.93180467500002 - ], - [ - -117.28350592899994, - 33.93180470000004 - ], - [ - -117.28350588099994, - 33.93180470100003 - ], - [ - -117.28343840799994, - 33.93180509900003 - ], - [ - -117.28337334499997, - 33.93180548200007 - ], - [ - -117.28336906699997, - 33.931805507000036 - ], - [ - -117.28336479199999, - 33.931805532000055 - ], - [ - -117.28336051499997, - 33.931805557000075 - ], - [ - -117.28335623699996, - 33.93180558200004 - ], - [ - -117.28335617599998, - 33.93180558200004 - ], - [ - -117.28335195899996, - 33.93180560600007 - ], - [ - -117.28334768199994, - 33.93180563200008 - ], - [ - -117.283343404, - 33.93180565700004 - ], - [ - -117.28333912699998, - 33.93180568200006 - ], - [ - -117.28333485099995, - 33.931805707000024 - ], - [ - -117.28333057299994, - 33.93180573200004 - ], - [ - -117.28332629499994, - 33.93180575700006 - ], - [ - -117.28332201799998, - 33.931805782000026 - ], - [ - -117.28331774799994, - 33.931805807000046 - ], - [ - -117.28331347599999, - 33.931805832000066 - ], - [ - -117.28330919799998, - 33.93180585700003 - ], - [ - -117.28330491999998, - 33.93180588100006 - ], - [ - -117.28330484999998, - 33.93180588200005 - ], - [ - -117.28330064399995, - 33.93180590700007 - ], - [ - -117.28329636599995, - 33.93180593100004 - ], - [ - -117.28329208799994, - 33.93180595700005 - ], - [ - -117.28322403399994, - 33.93180636100004 - ], - [ - -117.28322469899996, - 33.93186088600004 - ], - [ - -117.28322474199996, - 33.931864451000024 - ], - [ - -117.28322478499996, - 33.931868017000056 - ], - [ - -117.28322482799996, - 33.93187158000006 - ], - [ - -117.28322487099996, - 33.93187514600004 - ], - [ - -117.28322491399996, - 33.931878711000024 - ], - [ - -117.28322495699996, - 33.93188227600007 - ], - [ - -117.283225, - 33.93188584100005 - ], - [ - -117.28322504299996, - 33.93188940600004 - ], - [ - -117.28322508599996, - 33.93189297200007 - ], - [ - -117.28322517299995, - 33.93190010300003 - ], - [ - -117.28322521599995, - 33.931903668000075 - ], - [ - -117.28322525899995, - 33.93190723300006 - ], - [ - -117.28322530199995, - 33.93191079800005 - ], - [ - -117.283225346, - 33.93191436300003 - ], - [ - -117.28322538999998, - 33.931917929000065 - ], - [ - -117.28322543299998, - 33.93192149500004 - ], - [ - -117.28322547699997, - 33.931925060000026 - ], - [ - -117.28322551899998, - 33.93192862500007 - ], - [ - -117.28322556299997, - 33.931932191000044 - ], - [ - -117.28322560599997, - 33.931935757000076 - ], - [ - -117.28322564999996, - 33.93193932200006 - ], - [ - -117.28322569399995, - 33.93194288700005 - ], - [ - -117.28322573799994, - 33.931946452000034 - ], - [ - -117.28322578199999, - 33.931950019000055 - ], - [ - -117.28322582499999, - 33.93195358400004 - ], - [ - -117.28322586799999, - 33.93195714900003 - ], - [ - -117.28322591199998, - 33.93196071500006 - ], - [ - -117.28322595499998, - 33.931964281000035 - ], - [ - -117.28322599699999, - 33.93196784500003 - ], - [ - -117.28322603999999, - 33.931971410000074 - ], - [ - -117.28322608399998, - 33.93197497500006 - ], - [ - -117.28322612799997, - 33.931978541000035 - ], - [ - -117.28322617099997, - 33.93198210600008 - ], - [ - -117.28322621499996, - 33.93198567200005 - ], - [ - -117.28322625899995, - 33.93198923700004 - ], - [ - -117.283226303, - 33.93199280300007 - ], - [ - -117.283226346, - 33.93199636700007 - ], - [ - -117.283226389, - 33.93199993200005 - ], - [ - -117.28322643299998, - 33.93200349800003 - ], - [ - -117.28322647699997, - 33.93200706300007 - ], - [ - -117.28322651899998, - 33.93201062800006 - ], - [ - -117.28322656299997, - 33.93201419400003 - ], - [ - -117.28322660599997, - 33.932017760000065 - ], - [ - -117.28322664899997, - 33.93202132400006 - ], - [ - -117.28322669299996, - 33.93202489000004 - ], - [ - -117.28322673699995, - 33.93202845500008 - ], - [ - -117.28322678099994, - 33.932032020000065 - ], - [ - -117.28322682399994, - 33.93203558500005 - ], - [ - -117.28322686799999, - 33.932039151000026 - ], - [ - -117.28322691199998, - 33.93204271600007 - ], - [ - -117.28322695499998, - 33.932046282000044 - ], - [ - -117.28322699699999, - 33.93204984600004 - ], - [ - -117.28322704099998, - 33.93205341200007 - ], - [ - -117.28322708399998, - 33.93205697800005 - ], - [ - -117.28322717099996, - 33.93206410700003 - ], - [ - -117.28322721399996, - 33.93206767300006 - ], - [ - -117.28322725799995, - 33.93207123800005 - ], - [ - -117.28322730199994, - 33.932074803000035 - ], - [ - -117.283227389, - 33.93208193400005 - ], - [ - -117.283227475, - 33.932089064000024 - ], - [ - -117.28322751899998, - 33.93209262900007 - ], - [ - -117.28322760599997, - 33.93209976000003 - ], - [ - -117.28322764899997, - 33.93210332500007 - ], - [ - -117.28322777899996, - 33.93211402000003 - ], - [ - -117.28322782299995, - 33.93211758600006 - ], - [ - -117.28322791099998, - 33.93212471700008 - ], - [ - -117.283227953, - 33.932128282000065 - ], - [ - -117.28322799699998, - 33.93213184800004 - ], - [ - -117.28322804099997, - 33.932135413000026 - ], - [ - -117.28322808399997, - 33.93213897900006 - ], - [ - -117.28322817099996, - 33.93214610800004 - ], - [ - -117.28322821399996, - 33.93214967400007 - ], - [ - -117.28322830099995, - 33.932156804000044 - ], - [ - -117.28322834499994, - 33.93216037000008 - ], - [ - -117.28322838899999, - 33.93216393600005 - ], - [ - -117.28322843099994, - 33.93216750100004 - ], - [ - -117.28322847499999, - 33.93217106600002 - ], - [ - -117.28322851799999, - 33.93217463000008 - ], - [ - -117.28322856199998, - 33.93217819600005 - ], - [ - -117.28322860499998, - 33.93218176100004 - ], - [ - -117.28322869199997, - 33.932188892000056 - ], - [ - -117.28322873599996, - 33.93219245800003 - ], - [ - -117.28322877899996, - 33.932196023000074 - ], - [ - -117.28322882299994, - 33.93219958800006 - ], - [ - -117.283228867, - 33.932203154000035 - ], - [ - -117.28322891, - 33.93220671800003 - ], - [ - -117.28322895399998, - 33.932210283000074 - ], - [ - -117.28322899699998, - 33.93221384900005 - ], - [ - -117.28322908399997, - 33.93222098000007 - ], - [ - -117.28322912799996, - 33.932224545000054 - ], - [ - -117.28322917199995, - 33.932228112000075 - ], - [ - -117.28322921499995, - 33.93223167700006 - ], - [ - -117.28322925799995, - 33.93223524100006 - ], - [ - -117.28322930099995, - 33.93223880600004 - ], - [ - -117.28322934499994, - 33.932242372000076 - ], - [ - -117.28322938799994, - 33.93224593800005 - ], - [ - -117.28322943099994, - 33.93224950300004 - ], - [ - -117.28322947499998, - 33.93225306800008 - ], - [ - -117.28322951899997, - 33.932256634000055 - ], - [ - -117.28322956199997, - 33.93226019800005 - ], - [ - -117.28322960599996, - 33.93226376400003 - ], - [ - -117.28322964899996, - 33.93226732900007 - ], - [ - -117.28322969299995, - 33.932270896000034 - ], - [ - -117.28322973599995, - 33.93227446100008 - ], - [ - -117.28322977999994, - 33.93227802600006 - ], - [ - -117.28322982299994, - 33.93228159200004 - ], - [ - -117.28322986699999, - 33.93228515800007 - ], - [ - -117.28322990999999, - 33.932288723000056 - ], - [ - -117.28322995399998, - 33.93229228800004 - ], - [ - -117.28322999599999, - 33.93229585300003 - ], - [ - -117.28323004099997, - 33.93229941800007 - ], - [ - -117.28323008399997, - 33.932302983000056 - ], - [ - -117.28323017099996, - 33.932310114000074 - ], - [ - -117.28323021399996, - 33.93231367900006 - ], - [ - -117.28323025799995, - 33.932317245000036 - ], - [ - -117.283230302, - 33.93232081100007 - ], - [ - -117.283230345, - 33.932324375000064 - ], - [ - -117.283230388, - 33.93232794000005 - ], - [ - -117.28323043199998, - 33.932331505000036 - ], - [ - -117.28323047599997, - 33.93233507100007 - ], - [ - -117.28323051799998, - 33.93233863700004 - ], - [ - -117.28323056199997, - 33.93234220200003 - ], - [ - -117.28323060499997, - 33.93234576700007 - ], - [ - -117.28323064899996, - 33.93234933100007 - ], - [ - -117.28323069199996, - 33.932352896000054 - ], - [ - -117.28323073599995, - 33.93235646200003 - ], - [ - -117.2832307799999, - 33.93236002800006 - ], - [ - -117.28323082299994, - 33.93236359300005 - ], - [ - -117.28323086599994, - 33.932367158000034 - ], - [ - -117.28323095199994, - 33.93237429000004 - ], - [ - -117.28323099499994, - 33.93237785400004 - ], - [ - -117.28323103899999, - 33.93238141900002 - ], - [ - -117.28323108299998, - 33.932384984000066 - ], - [ - -117.28323112699996, - 33.93238855000004 - ], - [ - -117.28323117099995, - 33.932392116000074 - ], - [ - -117.28323121399995, - 33.93239568000007 - ], - [ - -117.28323125799994, - 33.932399246000045 - ], - [ - -117.283231302, - 33.93240281200008 - ], - [ - -117.283231345, - 33.93240637500003 - ], - [ - -117.28323138899998, - 33.93240994100006 - ], - [ - -117.28323143199998, - 33.932413507000035 - ], - [ - -117.28323147599997, - 33.93241707200008 - ], - [ - -117.28323151799998, - 33.932420637000064 - ], - [ - -117.28323156199997, - 33.93242420300004 - ], - [ - -117.28323160499997, - 33.932427768000025 - ], - [ - -117.28323164899996, - 33.93243133400006 - ], - [ - -117.28323169299995, - 33.93243489900004 - ], - [ - -117.28323173599995, - 33.93243846300004 - ], - [ - -117.28323178, - 33.93244202900007 - ], - [ - -117.283231823, - 33.93244559400006 - ], - [ - -117.283231866, - 33.93244915900004 - ], - [ - -117.28323190999998, - 33.932452725000076 - ], - [ - -117.28323195399997, - 33.93245629100005 - ], - [ - -117.28323203999997, - 33.93246342100008 - ], - [ - -117.28323208299997, - 33.932466987000055 - ], - [ - -117.28323212599997, - 33.93247055100005 - ], - [ - -117.28323221399995, - 33.93247768200007 - ], - [ - -117.28323225799994, - 33.932481247000055 - ], - [ - -117.28323230099994, - 33.93248481300003 - ], - [ - -117.28323234399994, - 33.93248837800007 - ], - [ - -117.28323242999994, - 33.932495509000034 - ], - [ - -117.28323247299994, - 33.93249907300003 - ], - [ - -117.28323251599994, - 33.932502638000074 - ], - [ - -117.28323255999999, - 33.93250620400005 - ], - [ - -117.28323260399998, - 33.932509769000035 - ], - [ - -117.28323264699998, - 33.93251333400008 - ], - [ - -117.28323269099997, - 33.93251690000005 - ], - [ - -117.28323273499996, - 33.93252046600003 - ], - [ - -117.28323277899995, - 33.93252403100007 - ], - [ - -117.283232823, - 33.93252759500007 - ], - [ - -117.28323290999998, - 33.93253472600003 - ], - [ - -117.28323295399997, - 33.93253829200006 - ], - [ - -117.28323299599998, - 33.93254185700005 - ], - [ - -117.28323304099996, - 33.93254542200003 - ], - [ - -117.28323308299997, - 33.932548988000065 - ], - [ - -117.28323312599997, - 33.93255255300005 - ], - [ - -117.28323316899997, - 33.93255611700005 - ], - [ - -117.28323325599996, - 33.932563248000065 - ], - [ - -117.28323329999995, - 33.93256681300005 - ], - [ - -117.28323338599995, - 33.93257394400007 - ], - [ - -117.28323342999994, - 33.932577510000044 - ], - [ - -117.28323347299994, - 33.93258107400004 - ], - [ - -117.28323351699999, - 33.93258463900003 - ], - [ - -117.28323356099997, - 33.93258820500006 - ], - [ - -117.28323364799996, - 33.93259533500003 - ], - [ - -117.28323369199995, - 33.93259890100006 - ], - [ - -117.28323373499995, - 33.93260246700004 - ], - [ - -117.28323377799995, - 33.932606032000024 - ], - [ - -117.28323386599999, - 33.93261316200005 - ], - [ - -117.28323390999998, - 33.93261672800003 - ], - [ - -117.28323395299998, - 33.932620292000024 - ], - [ - -117.28323399699997, - 33.932623858000056 - ], - [ - -117.28323404099996, - 33.93262742300004 - ], - [ - -117.28323408299997, - 33.932630989000074 - ], - [ - -117.28323416999996, - 33.932638119000046 - ], - [ - -117.28323421299996, - 33.93264168400003 - ], - [ - -117.28323429999995, - 33.93264881400006 - ], - [ - -117.283234344, - 33.932652380000036 - ], - [ - -117.28323438799998, - 33.93265594500008 - ], - [ - -117.28323443099998, - 33.932659510000065 - ], - [ - -117.28323451899996, - 33.93266664200007 - ], - [ - -117.28323456099997, - 33.93267020700006 - ], - [ - -117.28323460399997, - 33.932673771000054 - ], - [ - -117.28323464799996, - 33.93267733700003 - ], - [ - -117.28323473499995, - 33.93268446800005 - ], - [ - -117.28323477799995, - 33.932688032000044 - ], - [ - -117.28323482199994, - 33.932691598000076 - ], - [ - -117.28323486599999, - 33.93269516400005 - ], - [ - -117.28323495299998, - 33.93270229400002 - ], - [ - -117.28323499699997, - 33.932705859000066 - ], - [ - -117.28323504099995, - 33.93270942500004 - ], - [ - -117.28323508299997, - 33.93271298900004 - ], - [ - -117.28323512699995, - 33.93271655500007 - ], - [ - -117.28323516999995, - 33.932720120000056 - ], - [ - -117.28323521399994, - 33.93272368600003 - ], - [ - -117.28323525699994, - 33.932727251000074 - ], - [ - -117.283235301, - 33.93273081600006 - ], - [ - -117.283235344, - 33.932734381000046 - ], - [ - -117.28323543099998, - 33.932741512000064 - ], - [ - -117.28323547399998, - 33.93274507700005 - ], - [ - -117.28323551799997, - 33.932748643000025 - ], - [ - -117.28323556099997, - 33.93275220800007 - ], - [ - -117.28323560399997, - 33.932755772000064 - ], - [ - -117.28323564799996, - 33.93275933800004 - ], - [ - -117.28323569199995, - 33.932762903000025 - ], - [ - -117.28323573499995, - 33.93276646800007 - ], - [ - -117.283235779, - 33.93277003400004 - ], - [ - -117.283235822, - 33.932773600000075 - ], - [ - -117.28323586599998, - 33.93277716500006 - ], - [ - -117.28323590899998, - 33.93278072900006 - ], - [ - -117.28323595299997, - 33.93278429500003 - ], - [ - -117.28323599599997, - 33.932787860000076 - ], - [ - -117.28323608299996, - 33.93279499000005 - ], - [ - -117.28323616999995, - 33.932802122000055 - ], - [ - -117.28323621399994, - 33.93280568700004 - ], - [ - -117.28323625699994, - 33.93280925200003 - ], - [ - -117.28323630099999, - 33.93281281800006 - ], - [ - -117.28323634399999, - 33.932816382000055 - ], - [ - -117.28323638699999, - 33.93281994700004 - ], - [ - -117.28323643099998, - 33.93282351300007 - ], - [ - -117.28323647399998, - 33.93282707800006 - ], - [ - -117.28323651799997, - 33.932830644000035 - ], - [ - -117.28323655999998, - 33.93283420900008 - ], - [ - -117.28323660499996, - 33.93283777400006 - ], - [ - -117.28323664799996, - 33.93284134000004 - ], - [ - -117.28323673499995, - 33.93284846900008 - ], - [ - -117.283236779, - 33.93285203500005 - ], - [ - -117.283236822, - 33.93285560000004 - ], - [ - -117.28323686599998, - 33.93285916600007 - ], - [ - -117.28323690899998, - 33.93286273100006 - ], - [ - -117.28323695299997, - 33.93286629700003 - ], - [ - -117.28323699599997, - 33.932869862000075 - ], - [ - -117.28323703799998, - 33.93287342700006 - ], - [ - -117.28323708199997, - 33.93287699200005 - ], - [ - -117.28323712599996, - 33.93288055800008 - ], - [ - -117.2832371699999, - 33.932884123000065 - ], - [ - -117.28323721299995, - 33.93288768700006 - ], - [ - -117.28323725699994, - 33.93289125300004 - ], - [ - -117.28323730099999, - 33.93289481900007 - ], - [ - -117.28323734399999, - 33.932898384000055 - ], - [ - -117.28323738699999, - 33.93290194900004 - ], - [ - -117.28323743099998, - 33.93290551500007 - ], - [ - -117.28323747399998, - 33.93290908000006 - ], - [ - -117.28323751799996, - 33.932912645000044 - ], - [ - -117.28323756099996, - 33.93291621000003 - ], - [ - -117.28323760499995, - 33.93291977600006 - ], - [ - -117.28323764899994, - 33.93292334100005 - ], - [ - -117.28323769099995, - 33.932926906000034 - ], - [ - -117.28323773499994, - 33.93293047100008 - ], - [ - -117.283237779, - 33.93293403700005 - ], - [ - -117.28323782299998, - 33.93293760200004 - ], - [ - -117.28323786599998, - 33.932941167000024 - ], - [ - -117.28323790899998, - 33.93294473200007 - ], - [ - -117.28323795299997, - 33.93294829800004 - ], - [ - -117.28323799599997, - 33.932951864000074 - ], - [ - -117.28323803899997, - 33.93295542800007 - ], - [ - -117.28323869399998, - 33.93300909000004 - ], - [ - -117.28323988199998, - 33.93310650800004 - ], - [ - -117.28324051799996, - 33.933158648000074 - ], - [ - -117.28324060499995, - 33.933165780000024 - ], - [ - -117.28324064699996, - 33.93316934400008 - ], - [ - -117.28324068999996, - 33.933172909000064 - ], - [ - -117.28324073399995, - 33.93317647500004 - ], - [ - -117.283240778, - 33.93318004100007 - ], - [ - -117.28324145199997, - 33.93323525900007 - ], - [ - -117.28317645899995, - 33.93323565000003 - ], - [ - -117.28317218099994, - 33.93323567500005 - ], - [ - -117.28316790399998, - 33.93323570100006 - ], - [ - -117.28316362599998, - 33.93323572700007 - ], - [ - -117.28315934799997, - 33.933235753000076 - ], - [ - -117.283150794, - 33.93323580500004 - ], - [ - -117.28314651699998, - 33.93323583100005 - ], - [ - -117.28314223999996, - 33.93323585600007 - ], - [ - -117.28313796199996, - 33.933235882000076 - ], - [ - -117.28313368499994, - 33.93323590800003 - ], - [ - -117.28312940799998, - 33.93323593500003 - ], - [ - -117.28312512999997, - 33.93323596000005 - ], - [ - -117.28312085199997, - 33.93323598600006 - ], - [ - -117.28311657499995, - 33.933236012000066 - ], - [ - -117.283112298, - 33.93323603700003 - ], - [ - -117.28310802099998, - 33.93323606300004 - ], - [ - -117.28310374299997, - 33.93323609000004 - ], - [ - -117.28309946599995, - 33.933236116000046 - ], - [ - -117.28309518799995, - 33.933236141000066 - ], - [ - -117.28309090999994, - 33.933236167000075 - ], - [ - -117.28308663399997, - 33.93323619300003 - ], - [ - -117.28308235699996, - 33.93323621800005 - ], - [ - -117.28307807899995, - 33.933236245000046 - ], - [ - -117.283073802, - 33.933236271000055 - ], - [ - -117.28306524599998, - 33.93323632200003 - ], - [ - -117.28306096899996, - 33.93323634800004 - ], - [ - -117.283056693, - 33.933236374000046 - ], - [ - -117.28305241499999, - 33.933236400000055 - ], - [ - -117.28304813699998, - 33.933236426000065 - ], - [ - -117.28304385999996, - 33.933236452000074 - ], - [ - -117.28303958199996, - 33.93323647700004 - ], - [ - -117.28303530499994, - 33.933236503000046 - ], - [ - -117.28303102899997, - 33.933236529000055 - ], - [ - -117.28302675099997, - 33.933236555000065 - ], - [ - -117.28302247299996, - 33.933236581000074 - ], - [ - -117.28301819599994, - 33.933236607000026 - ], - [ - -117.283013918, - 33.933236633000035 - ], - [ - -117.28300964099998, - 33.933236658000055 - ], - [ - -117.28300536399996, - 33.933236684000065 - ], - [ - -117.28300108699995, - 33.933236710000074 - ], - [ - -117.28299680899994, - 33.933236736000026 - ], - [ - -117.282992531, - 33.933236762000035 - ], - [ - -117.28298825399997, - 33.933236788000045 - ], - [ - -117.28298397699996, - 33.933236813000065 - ], - [ - -117.28297542299998, - 33.933236865000026 - ], - [ - -117.28297114499998, - 33.933236892000025 - ], - [ - -117.28296686699997, - 33.933236917000045 - ], - [ - -117.28296258999995, - 33.933236943000054 - ], - [ - -117.28295403399994, - 33.933236994000026 - ], - [ - -117.28294548099996, - 33.933237047000034 - ], - [ - -117.28294120299995, - 33.933237072000054 - ], - [ - -117.28293692699998, - 33.93323709800006 - ], - [ - -117.28293264799998, - 33.93323712400007 - ], - [ - -117.28292836999998, - 33.933237150000025 - ], - [ - -117.28292409299996, - 33.933237175000045 - ], - [ - -117.282919817, - 33.93323720200004 - ], - [ - -117.28291553899999, - 33.93323722800005 - ], - [ - -117.28291126099998, - 33.93323725300007 - ], - [ - -117.28290698399996, - 33.933237279000025 - ], - [ - -117.28289842799995, - 33.93323733100004 - ], - [ - -117.282894151, - 33.93323735700005 - ], - [ - -117.28288559699996, - 33.93323740900007 - ], - [ - -117.28288131999994, - 33.933237434000034 - ], - [ - -117.28287704199994, - 33.93323746000004 - ], - [ - -117.282872764, - 33.93323748600005 - ], - [ - -117.28286420999996, - 33.93323753800007 - ], - [ - -117.28285993299994, - 33.933237564000024 - ], - [ - -117.28285565599998, - 33.93323758900004 - ], - [ - -117.28285137799998, - 33.93323761500005 - ], - [ - -117.28284709999997, - 33.93323764100006 - ], - [ - -117.28284281599997, - 33.93323766700007 - ], - [ - -117.28283853499994, - 33.933237693000024 - ], - [ - -117.282834257, - 33.93323771900003 - ], - [ - -117.28282997899998, - 33.93323774400005 - ], - [ - -117.28282570299996, - 33.93323777000006 - ], - [ - -117.28282142499995, - 33.93323779600007 - ], - [ - -117.282817148, - 33.933237822000024 - ], - [ - -117.28281287099998, - 33.93323784800003 - ], - [ - -117.28280859299997, - 33.93323787400004 - ], - [ - -117.282800039, - 33.93323792500007 - ], - [ - -117.28279576099999, - 33.933237951000024 - ], - [ - -117.28279148299998, - 33.93323797700003 - ], - [ - -117.28278720599997, - 33.93323800300004 - ], - [ - -117.28278292899995, - 33.93323802900005 - ], - [ - -117.28277865099994, - 33.93323805400007 - ], - [ - -117.28277437399998, - 33.933238080000024 - ], - [ - -117.28276581899996, - 33.93323813100005 - ], - [ - -117.28275726499999, - 33.933238182000025 - ], - [ - -117.28274443299995, - 33.933238258000074 - ], - [ - -117.282735877, - 33.933238311000025 - ], - [ - -117.28272732399995, - 33.933238361000065 - ], - [ - -117.28271876899998, - 33.933238413000026 - ], - [ - -117.28271449099998, - 33.933238439000036 - ], - [ - -117.28270593599996, - 33.933238490000065 - ], - [ - -117.28269738199998, - 33.933238542000026 - ], - [ - -117.28269310399997, - 33.933238567000046 - ], - [ - -117.28268882699996, - 33.933238593000056 - ], - [ - -117.282680272, - 33.933238645000074 - ], - [ - -117.28267171799996, - 33.93323869500006 - ], - [ - -117.28266743999995, - 33.933238721000066 - ], - [ - -117.28265888499999, - 33.93323877300003 - ], - [ - -117.28265033099996, - 33.93323882400006 - ], - [ - -117.282641776, - 33.933238876000075 - ], - [ - -117.28263322099997, - 33.93323892600006 - ], - [ - -117.28262894399995, - 33.93323895200007 - ], - [ - -117.28262038899999, - 33.93323900300004 - ], - [ - -117.28261611, - 33.93323902900005 - ], - [ - -117.28260755699995, - 33.93323908000008 - ], - [ - -117.282599001, - 33.93323913100005 - ], - [ - -117.28259472499997, - 33.93323915700006 - ], - [ - -117.28259044799995, - 33.93323918300007 - ], - [ - -117.28258616999995, - 33.93323920900008 - ], - [ - -117.28258189299999, - 33.93323923500003 - ], - [ - -117.28257333699997, - 33.93323928600006 - ], - [ - -117.28256905899997, - 33.93323931200007 - ], - [ - -117.28256478199995, - 33.93323933800008 - ], - [ - -117.28256050599998, - 33.93323936400003 - ], - [ - -117.28255622799998, - 33.93323939000004 - ], - [ - -117.28255195199995, - 33.93323941600005 - ], - [ - -117.28254339499995, - 33.93323946700008 - ], - [ - -117.28253484099997, - 33.93323951700006 - ], - [ - -117.28252628799999, - 33.93323956800003 - ], - [ - -117.282522009, - 33.93323959400004 - ], - [ - -117.28251345399997, - 33.93323964500007 - ], - [ - -117.28250489899995, - 33.933239696000044 - ], - [ - -117.28249634599996, - 33.93323974700007 - ], - [ - -117.28248778999995, - 33.933239799000035 - ], - [ - -117.28247923499998, - 33.933239850000064 - ], - [ - -117.28247068199994, - 33.933239900000046 - ], - [ - -117.28246640299994, - 33.933239926000056 - ], - [ - -117.28245784899997, - 33.93323997700003 - ], - [ - -117.28244929299996, - 33.933240029000046 - ], - [ - -117.28244073899998, - 33.93324007900003 - ], - [ - -117.28243646199996, - 33.93324010500004 - ], - [ - -117.28243219599995, - 33.93324013100005 - ], - [ - -117.28241936299997, - 33.93324020700004 - ], - [ - -117.28241508699995, - 33.93324023300005 - ], - [ - -117.28241080799995, - 33.93324025900006 - ], - [ - -117.28240653199998, - 33.93324028500007 - ], - [ - -117.28239797799995, - 33.93324033600004 - ], - [ - -117.28239369899995, - 33.93324036200005 - ], - [ - -117.28238514399999, - 33.93324041300008 - ], - [ - -117.28238086699997, - 33.93324043900003 - ], - [ - -117.28237658999996, - 33.93324046500004 - ], - [ - -117.28237231299994, - 33.93324049100005 - ], - [ - -117.282368035, - 33.93324051600007 - ], - [ - -117.28236375699998, - 33.93324054200008 - ], - [ - -117.28235947999997, - 33.93324056800003 - ], - [ - -117.28235520299995, - 33.93324059400004 - ], - [ - -117.28235092499995, - 33.93324062000005 - ], - [ - -117.28234664899998, - 33.93324064600006 - ], - [ - -117.28234237099997, - 33.93324067100008 - ], - [ - -117.28233809299996, - 33.93324069700003 - ], - [ - -117.282333817, - 33.93324072300004 - ], - [ - -117.28232953899999, - 33.93324074900005 - ], - [ - -117.28232098399997, - 33.93324080000008 - ], - [ - -117.28231670699995, - 33.93324082500004 - ], - [ - -117.28231242899994, - 33.93324085100005 - ], - [ - -117.28230815299997, - 33.93324087800005 - ], - [ - -117.28230387499997, - 33.93324090300007 - ], - [ - -117.28229959699996, - 33.93324092900008 - ], - [ - -117.28229531999995, - 33.93324095500003 - ], - [ - -117.28229104299999, - 33.93324098000005 - ], - [ - -117.28228676499998, - 33.93324100600006 - ], - [ - -117.28228248799996, - 33.93324103300006 - ], - [ - -117.28227821099995, - 33.93324105800008 - ], - [ - -117.28227393299994, - 33.93324108400003 - ], - [ - -117.282269655, - 33.93324111000004 - ], - [ - -117.28226537899997, - 33.93324113500006 - ], - [ - -117.28226110099996, - 33.93324116100007 - ], - [ - -117.28225254699998, - 33.93324121100005 - ], - [ - -117.28224826899998, - 33.93324123700006 - ], - [ - -117.28224399099997, - 33.93324126300007 - ], - [ - -117.28223971399996, - 33.93324128800003 - ], - [ - -117.28223115999998, - 33.93324133900006 - ], - [ - -117.28222688199997, - 33.933241364000025 - ], - [ - -117.28222260499996, - 33.933241390000035 - ], - [ - -117.28215835299994, - 33.93324177100004 - ], - [ - -117.28209427299998, - 33.93324215600006 - ], - [ - -117.28208999499998, - 33.93324218200007 - ], - [ - -117.28208571799996, - 33.933242208000024 - ], - [ - -117.28208143999996, - 33.933242233000044 - ], - [ - -117.28207716299994, - 33.93324225900005 - ], - [ - -117.28207288599998, - 33.93324228500006 - ], - [ - -117.28206860899996, - 33.93324231100007 - ], - [ - -117.28206433099996, - 33.933242337000024 - ], - [ - -117.28206005399994, - 33.93324236300003 - ], - [ - -117.282055776, - 33.93324238800005 - ], - [ - -117.28204722199996, - 33.93324244000007 - ], - [ - -117.28203866699994, - 33.93324249200003 - ], - [ - -117.28203438999998, - 33.93324251800004 - ], - [ - -117.28203011199997, - 33.93324254300006 - ], - [ - -117.28202583399997, - 33.93324256900007 - ], - [ - -117.28202155599996, - 33.933242595000024 - ], - [ - -117.28201728099998, - 33.93324262100003 - ], - [ - -117.28201300299997, - 33.93324264700004 - ], - [ - -117.28200872499997, - 33.93324267200006 - ], - [ - -117.28200016999995, - 33.933242724000024 - ], - [ - -117.28199589199994, - 33.93324275000003 - ], - [ - -117.28199161499998, - 33.93324277600004 - ], - [ - -117.28198733899995, - 33.93324280200005 - ], - [ - -117.28198306599995, - 33.93324282700007 - ], - [ - -117.28197879599998, - 33.933242853000024 - ], - [ - -117.28197451799997, - 33.933242879000034 - ], - [ - -117.28197023999996, - 33.93324290600003 - ], - [ - -117.281965964, - 33.93324293100005 - ], - [ - -117.28196168599999, - 33.93324295700006 - ], - [ - -117.281957407, - 33.93324298300007 - ], - [ - -117.28195312899999, - 33.933243008000034 - ], - [ - -117.28194885399995, - 33.93324303400004 - ], - [ - -117.28194457599994, - 33.93324306100004 - ], - [ - -117.28194029799994, - 33.93324308600006 - ], - [ - -117.28193602199997, - 33.93324311200007 - ], - [ - -117.28193174299997, - 33.933243137000034 - ], - [ - -117.28192746499997, - 33.93324316300004 - ], - [ - -117.28192318899994, - 33.93324318900005 - ], - [ - -117.28191891299997, - 33.93324321500006 - ], - [ - -117.28191463399997, - 33.93324324100007 - ], - [ - -117.28190607899995, - 33.93324329200004 - ], - [ - -117.28190180099995, - 33.93324331800005 - ], - [ - -117.28189752499998, - 33.93324334500005 - ], - [ - -117.28189324699997, - 33.93324337000007 - ], - [ - -117.28188896999995, - 33.93324339600008 - ], - [ - -117.28188469199995, - 33.93324342200003 - ], - [ - -117.28188041499999, - 33.93324344700005 - ], - [ - -117.28187613699998, - 33.93324347300006 - ], - [ - -117.28186758299995, - 33.93324352500008 - ], - [ - -117.28185902799999, - 33.93324357600005 - ], - [ - -117.28185475099997, - 33.93324360200006 - ], - [ - -117.28184619599995, - 33.93324365400008 - ], - [ - -117.28184191999998, - 33.93324368000003 - ], - [ - -117.28183764199997, - 33.93324370600004 - ], - [ - -117.28182908699995, - 33.93324375700007 - ], - [ - -117.28182480999999, - 33.93324378400007 - ], - [ - -117.28182053199998, - 33.93324380900003 - ], - [ - -117.28181625399998, - 33.93324383500004 - ], - [ - -117.28181197799995, - 33.93324386100005 - ], - [ - -117.28180769999994, - 33.93324388600007 - ], - [ - -117.28179914599997, - 33.93324393800003 - ], - [ - -117.28179486799996, - 33.93324396400004 - ], - [ - -117.28178631299994, - 33.93324401500007 - ], - [ - -117.28178204699998, - 33.93324404100008 - ], - [ - -117.28177776899997, - 33.93324406700003 - ], - [ - -117.28177349299995, - 33.93324409200005 - ], - [ - -117.28176493799998, - 33.93324414400007 - ], - [ - -117.28176066099996, - 33.93324417000008 - ], - [ - -117.28175638299996, - 33.93324419600003 - ], - [ - -117.28175210499995, - 33.93324422200004 - ], - [ - -117.28174782699995, - 33.93324424700006 - ], - [ - -117.28173927399996, - 33.933244298000034 - ], - [ - -117.28173499599995, - 33.93324432400004 - ], - [ - -117.28172644099999, - 33.93324437500007 - ], - [ - -117.28172216399997, - 33.933244401000024 - ], - [ - -117.28171788699996, - 33.933244427000034 - ], - [ - -117.2817136099999, - 33.93324445300004 - ], - [ - -117.281709332, - 33.93324447900005 - ], - [ - -117.28170505499997, - 33.93324450400007 - ], - [ - -117.28170077699997, - 33.933244530000024 - ], - [ - -117.281692223, - 33.93324458200004 - ], - [ - -117.28168794499999, - 33.93324460800005 - ], - [ - -117.28168366799997, - 33.93324463400006 - ], - [ - -117.28167938999997, - 33.933244659000025 - ], - [ - -117.28167511899994, - 33.933244685000034 - ], - [ - -117.28167084699999, - 33.93324471100004 - ], - [ - -117.28165373799999, - 33.933244814000034 - ], - [ - -117.28164517699997, - 33.93324486500006 - ], - [ - -117.28164089399996, - 33.93324489100007 - ], - [ - -117.281632334, - 33.933244942000044 - ], - [ - -117.28162805099998, - 33.933244968000054 - ], - [ - -117.28162377499996, - 33.93324499300007 - ], - [ - -117.28161949599996, - 33.933245019000026 - ], - [ - -117.28161521699997, - 33.933245045000035 - ], - [ - -117.28160666399998, - 33.933245095000075 - ], - [ - -117.28160237399999, - 33.93324512100003 - ], - [ - -117.28159381399996, - 33.933245172000056 - ], - [ - -117.28158953099995, - 33.933245198000066 - ], - [ - -117.28158525299995, - 33.93324522300003 - ], - [ - -117.28158097599999, - 33.93324525000003 - ], - [ - -117.28157669799998, - 33.93324527600004 - ], - [ - -117.28157242099996, - 33.933245301000056 - ], - [ - -117.281568145, - 33.933245327000066 - ], - [ - -117.28156386699999, - 33.933245353000075 - ], - [ - -117.28155958899998, - 33.93324537900003 - ], - [ - -117.28155531199997, - 33.93324540500004 - ], - [ - -117.281546758, - 33.933245455000076 - ], - [ - -117.28154247999998, - 33.93324548100003 - ], - [ - -117.28153392499996, - 33.93324553100007 - ], - [ - -117.28152964699996, - 33.93324555700008 - ], - [ - -117.28152108199998, - 33.93324560900004 - ], - [ - -117.28151680399998, - 33.93324563500005 - ], - [ - -117.28150824899996, - 33.93324568600008 - ], - [ - -117.28149969499998, - 33.93324573600006 - ], - [ - -117.28149541799996, - 33.93324576200007 - ], - [ - -117.28148258599998, - 33.93324583800006 - ], - [ - -117.28147829499994, - 33.93324586400007 - ], - [ - -117.28147401999996, - 33.93324589000002 - ], - [ - -117.28146974199996, - 33.93324591600003 - ], - [ - -117.28146545199996, - 33.93324594100005 - ], - [ - -117.28146117499995, - 33.93324596700006 - ], - [ - -117.28145689899998, - 33.93324599300007 - ], - [ - -117.28145261999998, - 33.93324601900002 - ], - [ - -117.28144834299997, - 33.93324604400004 - ], - [ - -117.28144406599995, - 33.93324607000005 - ], - [ - -117.28143978799994, - 33.93324609600006 - ], - [ - -117.28143551, - 33.93324612200007 - ], - [ - -117.28143123399997, - 33.93324614800002 - ], - [ - -117.28142695599996, - 33.93324617300004 - ], - [ - -117.28142268399995, - 33.93324619900005 - ], - [ - -117.28141413699996, - 33.933246250000025 - ], - [ - -117.28140985799996, - 33.933246276000034 - ], - [ - -117.28140557999996, - 33.93324630200004 - ], - [ - -117.28140130299994, - 33.93324632700006 - ], - [ - -117.28139274899996, - 33.933246378000035 - ], - [ - -117.281388473, - 33.933246404000045 - ], - [ - -117.281379916, - 33.933246455000074 - ], - [ - -117.28137563899998, - 33.933246481000026 - ], - [ - -117.28136708399995, - 33.933246532000055 - ], - [ - -117.28136280899997, - 33.933246557000075 - ], - [ - -117.28135852999998, - 33.93324658300003 - ], - [ - -117.28135425199997, - 33.93324660800005 - ], - [ - -117.28134569799994, - 33.933246659000076 - ], - [ - -117.28134142, - 33.93324668500003 - ], - [ - -117.28133286599996, - 33.93324673600006 - ], - [ - -117.28132858799995, - 33.93324676200007 - ], - [ - -117.28132430999995, - 33.93324678700003 - ], - [ - -117.28132003399998, - 33.93324681300004 - ], - [ - -117.28131147799996, - 33.93324686400007 - ], - [ - -117.28130292399999, - 33.93324691500004 - ], - [ - -117.28129436999996, - 33.93324696500002 - ], - [ - -117.28129009199995, - 33.93324699100003 - ], - [ - -117.28128153699998, - 33.93324704200006 - ], - [ - -117.28127725899998, - 33.933247067000025 - ], - [ - -117.28127298299995, - 33.933247093000034 - ], - [ - -117.281268706, - 33.93324712000003 - ], - [ - -117.28126442799999, - 33.93324714500005 - ], - [ - -117.28126015, - 33.93324717100006 - ], - [ - -117.28125587199997, - 33.933247196000025 - ], - [ - -117.28125159499996, - 33.933247222000034 - ], - [ - -117.28124731899999, - 33.93324724900003 - ], - [ - -117.28124304099998, - 33.93324727400005 - ], - [ - -117.28123876399997, - 33.93324730000006 - ], - [ - -117.28123448599996, - 33.933247325000025 - ], - [ - -117.28123020799995, - 33.933247351000034 - ], - [ - -117.28122593199998, - 33.93324737700004 - ], - [ - -117.28122165499997, - 33.93324740300005 - ], - [ - -117.28121737699996, - 33.93324742900006 - ], - [ - -117.28121309999995, - 33.933247454000025 - ], - [ - -117.28120882199994, - 33.933247480000034 - ], - [ - -117.281204544, - 33.93324750600004 - ], - [ - -117.28120026699997, - 33.93324753100006 - ], - [ - -117.28119599099995, - 33.93324755700007 - ], - [ - -117.28119171299994, - 33.933247582000035 - ], - [ - -117.281187435, - 33.933247609000034 - ], - [ - -117.28118315799998, - 33.933247633000065 - ], - [ - -117.28117888, - 33.933247659000074 - ], - [ - -117.28117460299995, - 33.933247685000026 - ], - [ - -117.281170326, - 33.933247710000046 - ], - [ - -117.28116604899998, - 33.933247734000076 - ], - [ - -117.28116177099997, - 33.933247761000075 - ], - [ - -117.28115749399996, - 33.93324778500005 - ], - [ - -117.28115321599995, - 33.93324781100006 - ], - [ - -117.281148939, - 33.93324783700007 - ], - [ - -117.28114466199997, - 33.93324786200003 - ], - [ - -117.28114038399997, - 33.93324788800004 - ], - [ - -117.28107525499996, - 33.93324827300006 - ], - [ - -117.28107458199997, - 33.93319434400007 - ], - [ - -117.28107453699994, - 33.933190780000075 - ], - [ - -117.28107449299995, - 33.93318721500003 - ], - [ - -117.28107444899996, - 33.933183650000046 - ], - [ - -117.28107440499997, - 33.93318008500006 - ], - [ - -117.28107436, - 33.933176520000075 - ], - [ - -117.28107431599994, - 33.93317295500003 - ], - [ - -117.28107427099997, - 33.93316938900006 - ], - [ - -117.28107422699998, - 33.93316582400007 - ], - [ - -117.28107413799995, - 33.93315869300005 - ], - [ - -117.28107409399996, - 33.933155129000056 - ], - [ - -117.28107404999997, - 33.933151563000024 - ], - [ - -117.281074005, - 33.93314799800004 - ], - [ - -117.28107396099995, - 33.93314443200006 - ], - [ - -117.28107391699996, - 33.933140868000066 - ], - [ - -117.28107387199998, - 33.933137302000034 - ], - [ - -117.28107382699994, - 33.93313373400008 - ], - [ - -117.28107378299995, - 33.93313017000003 - ], - [ - -117.28107373799998, - 33.93312660500004 - ], - [ - -117.28107369299994, - 33.933123039000066 - ], - [ - -117.28107364899995, - 33.93311947400008 - ], - [ - -117.28107355999998, - 33.93311234400005 - ], - [ - -117.281073516, - 33.933108778000076 - ], - [ - -117.28107347199995, - 33.93310521300003 - ], - [ - -117.28107342699997, - 33.93310164600007 - ], - [ - -117.28107338199999, - 33.933098080000036 - ], - [ - -117.28107333799994, - 33.93309451600004 - ], - [ - -117.28107329299996, - 33.933090950000064 - ], - [ - -117.28107324899997, - 33.93308738500008 - ], - [ - -117.28107320499998, - 33.933083820000036 - ], - [ - -117.28107315999995, - 33.93308025500005 - ], - [ - -117.28107311599996, - 33.933076689000075 - ], - [ - -117.28107307099998, - 33.93307312300004 - ], - [ - -117.281073027, - 33.933069559000046 - ], - [ - -117.28107298199996, - 33.93306599300007 - ], - [ - -117.28107293699998, - 33.93306242800003 - ], - [ - -117.28107289299999, - 33.93305886400003 - ], - [ - -117.28107284999999, - 33.93305529700007 - ], - [ - -117.28107280399996, - 33.933051732000024 - ], - [ - -117.28107276099996, - 33.93304816800003 - ], - [ - -117.281072715, - 33.93304460200005 - ], - [ - -117.28107266999996, - 33.93304103600008 - ], - [ - -117.28107262599997, - 33.933037472000024 - ], - [ - -117.28107258199998, - 33.93303390700004 - ], - [ - -117.28107253699994, - 33.93303034100006 - ], - [ - -117.28107249199996, - 33.93302677500003 - ], - [ - -117.28107244799997, - 33.933023210000044 - ], - [ - -117.28107240399999, - 33.93301964500006 - ], - [ - -117.28107235899995, - 33.933016079000026 - ], - [ - -117.28107231499996, - 33.93301251400004 - ], - [ - -117.28107227099997, - 33.933008949000055 - ], - [ - -117.28107218199995, - 33.93300182000007 - ], - [ - -117.28107213699997, - 33.93299825400004 - ], - [ - -117.28107209299998, - 33.932994688000065 - ], - [ - -117.28107204799994, - 33.93299112300008 - ], - [ - -117.28107200399995, - 33.932987558000036 - ], - [ - -117.28107195899997, - 33.93298399200006 - ], - [ - -117.28107191499998, - 33.932980427000075 - ], - [ - -117.281071871, - 33.93297686200003 - ], - [ - -117.28107182599996, - 33.932973297000046 - ], - [ - -117.28107178199997, - 33.93296973100007 - ], - [ - -117.28107173899997, - 33.93296616600003 - ], - [ - -117.28107169299994, - 33.932962599000064 - ], - [ - -117.28107164799997, - 33.93295903400008 - ], - [ - -117.28107160399998, - 33.932955468000046 - ], - [ - -117.28107155999999, - 33.93295190400005 - ], - [ - -117.28107151599994, - 33.932948338000074 - ], - [ - -117.28107147099996, - 33.93294477300003 - ], - [ - -117.28107142699997, - 33.932941208000045 - ], - [ - -117.281071382, - 33.93293764200007 - ], - [ - -117.28107133799995, - 33.93293407600004 - ], - [ - -117.28107129299997, - 33.93293051000006 - ], - [ - -117.28107120399994, - 33.932923379000044 - ], - [ - -117.28107115899996, - 33.93291981400006 - ], - [ - -117.28107111499997, - 33.93291624900007 - ], - [ - -117.28107107099999, - 33.93291268300004 - ], - [ - -117.28107102699994, - 33.932909118000055 - ], - [ - -117.28107093799997, - 33.93290198700004 - ], - [ - -117.281070893, - 33.93289842200005 - ], - [ - -117.28107084899995, - 33.932894858000054 - ], - [ - -117.28107080399997, - 33.93289129200008 - ], - [ - -117.28107075999998, - 33.932887727000036 - ], - [ - -117.28107071499994, - 33.93288416100006 - ], - [ - -117.28107067099995, - 33.932880596000075 - ], - [ - -117.28107062699996, - 33.93287703100003 - ], - [ - -117.28107058299997, - 33.93287346500006 - ], - [ - -117.28107053999997, - 33.93286990000007 - ], - [ - -117.28107049599998, - 33.93286633500003 - ], - [ - -117.281070452, - 33.93286277000004 - ], - [ - -117.28107040799995, - 33.93285920500006 - ], - [ - -117.28107036399996, - 33.93285564000007 - ], - [ - -117.281070275, - 33.93284850900005 - ], - [ - -117.28107023099994, - 33.93284494400007 - ], - [ - -117.28107018699995, - 33.932841378000035 - ], - [ - -117.28107014299997, - 33.93283781200006 - ], - [ - -117.28107009899998, - 33.93283424800006 - ], - [ - -117.28107005499999, - 33.93283068300008 - ], - [ - -117.28107001099994, - 33.932827117000045 - ], - [ - -117.28106996699995, - 33.93282355200006 - ], - [ - -117.28106992399995, - 33.93281998600003 - ], - [ - -117.28106987999996, - 33.93281642100004 - ], - [ - -117.28106983599997, - 33.932812857000044 - ], - [ - -117.28106979199998, - 33.93280929200006 - ], - [ - -117.281069748, - 33.932805726000026 - ], - [ - -117.28106970399995, - 33.93280216100004 - ], - [ - -117.28106965999996, - 33.932798596000055 - ], - [ - -117.28106961599997, - 33.93279503000008 - ], - [ - -117.28106895699995, - 33.932742104000056 - ], - [ - -117.28106828299997, - 33.93268800200008 - ], - [ - -117.28106766199994, - 33.932638154000074 - ], - [ - -117.28106761799995, - 33.93263459000008 - ], - [ - -117.28106757299997, - 33.932631025000035 - ], - [ - -117.28106752899998, - 33.93262745900006 - ], - [ - -117.28106743999996, - 33.93262032800004 - ], - [ - -117.28106739499998, - 33.932616763000055 - ], - [ - -117.28106730599995, - 33.93260963400007 - ], - [ - -117.28106726199997, - 33.93260606900003 - ], - [ - -117.28106717299994, - 33.93259893900006 - ], - [ - -117.28106712799996, - 33.93259537300003 - ], - [ - -117.28106708399997, - 33.93259180800004 - ], - [ - -117.28106703999998, - 33.932588244000044 - ], - [ - -117.28106695099996, - 33.932581113000026 - ], - [ - -117.28106690599998, - 33.93257754500007 - ], - [ - -117.28106686199999, - 33.932573981000075 - ], - [ - -117.28106681699995, - 33.93257041500004 - ], - [ - -117.28106677199997, - 33.93256685000006 - ], - [ - -117.28106672799998, - 33.93256328500007 - ], - [ - -117.28106668399994, - 33.93255971900004 - ], - [ - -117.28106659499997, - 33.93255258900007 - ], - [ - -117.28106655099998, - 33.932549024000025 - ], - [ - -117.28106646199996, - 33.932541893000064 - ], - [ - -117.28106641699998, - 33.93253832700003 - ], - [ - -117.28106632799995, - 33.93253119600007 - ], - [ - -117.28106628399996, - 33.932527632000074 - ], - [ - -117.28106623999997, - 33.93252406700003 - ], - [ - -117.281066195, - 33.932520501000056 - ], - [ - -117.28106615099995, - 33.93251693700006 - ], - [ - -117.28106610599997, - 33.93251337100003 - ], - [ - -117.28106606199998, - 33.93250980500005 - ], - [ - -117.281066018, - 33.932506240000066 - ], - [ - -117.28106597299995, - 33.93250267500002 - ], - [ - -117.28106592899996, - 33.93249910900005 - ], - [ - -117.28106588399999, - 33.93249554300007 - ], - [ - -117.2810658399999, - 33.932491980000066 - ], - [ - -117.28106579499996, - 33.932488414000034 - ], - [ - -117.28106574999998, - 33.93248484900005 - ], - [ - -117.281065706, - 33.93248128400006 - ], - [ - -117.28106566199995, - 33.93247771800003 - ], - [ - -117.28106561699997, - 33.932474152000054 - ], - [ - -117.28106557299998, - 33.93247058800006 - ], - [ - -117.28106543999996, - 33.93245989300004 - ], - [ - -117.28106539499998, - 33.93245632700007 - ], - [ - -117.28106535099994, - 33.932452762000025 - ], - [ - -117.28106530599996, - 33.93244919600005 - ], - [ - -117.281065217, - 33.93244206500003 - ], - [ - -117.28106517299994, - 33.932438500000046 - ], - [ - -117.28106508499997, - 33.932431370000074 - ], - [ - -117.28106503999999, - 33.93242780400004 - ], - [ - -117.28106499599994, - 33.932424239000056 - ], - [ - -117.28106495099996, - 33.93242067400007 - ], - [ - -117.28106490699997, - 33.93241710800004 - ], - [ - -117.28106481799995, - 33.93240997800007 - ], - [ - -117.28106477299997, - 33.932406412000034 - ], - [ - -117.28106472899998, - 33.93240284800004 - ], - [ - -117.281064685, - 33.93239928300005 - ], - [ - -117.28106463999995, - 33.93239571700008 - ], - [ - -117.28106459499998, - 33.932392151000045 - ], - [ - -117.28106455099999, - 33.93238858600006 - ], - [ - -117.28106450499996, - 33.93238502100007 - ], - [ - -117.28106445999998, - 33.93238145500004 - ], - [ - -117.28106437099996, - 33.93237432500007 - ], - [ - -117.28106432699997, - 33.932370760000026 - ], - [ - -117.28106428199999, - 33.93236719500004 - ], - [ - -117.28106423799994, - 33.932363630000054 - ], - [ - -117.28106419299996, - 33.93236006400008 - ], - [ - -117.28106414799998, - 33.932356499000036 - ], - [ - -117.28106410399994, - 33.93235293400005 - ], - [ - -117.28106405999995, - 33.932349369000065 - ], - [ - -117.28106401499997, - 33.93234580300003 - ], - [ - -117.28106397099998, - 33.932342239000036 - ], - [ - -117.28106392599994, - 33.93233867300006 - ], - [ - -117.28106388099997, - 33.932335108000075 - ], - [ - -117.28106383599999, - 33.93233154200004 - ], - [ - -117.28106379199994, - 33.93232797700006 - ], - [ - -117.28106370299997, - 33.93232084600004 - ], - [ - -117.28106365899998, - 33.93231728100005 - ], - [ - -117.28106356999996, - 33.932310150000035 - ], - [ - -117.28106352599997, - 33.93230658600004 - ], - [ - -117.28106343699994, - 33.93229945500008 - ], - [ - -117.28106339199996, - 33.932295889000045 - ], - [ - -117.28106334799998, - 33.93229232400006 - ], - [ - -117.28106330399999, - 33.93228875900007 - ], - [ - -117.28106325899995, - 33.93228519400003 - ], - [ - -117.28106321499996, - 33.932281629000045 - ], - [ - -117.28106316999998, - 33.93227806300007 - ], - [ - -117.28106312499995, - 33.93227449700004 - ], - [ - -117.28106307999997, - 33.93227093300004 - ], - [ - -117.28106303499999, - 33.932267368000055 - ], - [ - -117.28106298999995, - 33.93226380300007 - ], - [ - -117.28106294599996, - 33.932260238000026 - ], - [ - -117.28106290199997, - 33.93225667300004 - ], - [ - -117.28106281299995, - 33.93224954400006 - ], - [ - -117.28106276899996, - 33.93224598000006 - ], - [ - -117.28106272399998, - 33.932242415000076 - ], - [ - -117.28106267899994, - 33.93223884900004 - ], - [ - -117.28106263499996, - 33.93223528500005 - ], - [ - -117.28106259099997, - 33.93223172100005 - ], - [ - -117.28106254599999, - 33.932228156000065 - ], - [ - -117.28106250199994, - 33.93222459000003 - ], - [ - -117.28106245799995, - 33.93222102500005 - ], - [ - -117.28106241299997, - 33.93221745900007 - ], - [ - -117.28106232399995, - 33.93221033000003 - ], - [ - -117.28106227999996, - 33.93220676400006 - ], - [ - -117.28106223499998, - 33.932203198000025 - ], - [ - -117.28106214599995, - 33.93219606900004 - ], - [ - -117.28106210199996, - 33.932192505000046 - ], - [ - -117.28106205799997, - 33.93218894000006 - ], - [ - -117.28106201399999, - 33.932185376000064 - ], - [ - -117.28106192499996, - 33.932178247000024 - ], - [ - -117.28106188099997, - 33.93217468200004 - ], - [ - -117.281061836, - 33.93217111600006 - ], - [ - -117.28106174699997, - 33.932163986000035 - ], - [ - -117.28106170299998, - 33.93216042200004 - ], - [ - -117.28106165799994, - 33.93215685700005 - ], - [ - -117.28106161399995, - 33.932153292000066 - ], - [ - -117.28106156999996, - 33.932149727000024 - ], - [ - -117.28106148099994, - 33.93214259600006 - ], - [ - -117.28106143699995, - 33.93213903100008 - ], - [ - -117.28106134799998, - 33.93213190000006 - ], - [ - -117.281061304, - 33.93212833500007 - ], - [ - -117.28106125899996, - 33.93212476900004 - ], - [ - -117.28106117099998, - 33.93211763900007 - ], - [ - -117.28106108199995, - 33.93211050800005 - ], - [ - -117.28106103799996, - 33.932106944000054 - ], - [ - -117.28106099399997, - 33.93210337800008 - ], - [ - -117.28106090499995, - 33.93209624800005 - ], - [ - -117.28106081599998, - 33.93208911700003 - ], - [ - -117.28106072699995, - 33.93208198600007 - ], - [ - -117.28106063799999, - 33.93207485500005 - ], - [ - -117.28106059399994, - 33.93207129100006 - ], - [ - -117.2810605499999, - 33.93206772600007 - ], - [ - -117.28106037199996, - 33.932053464000035 - ], - [ - -117.28106028299999, - 33.93204633300007 - ], - [ - -117.28106019399996, - 33.932039204000034 - ], - [ - -117.28106014999997, - 33.93203563900005 - ], - [ - -117.28106001699996, - 33.932024942000055 - ], - [ - -117.28105997299997, - 33.93202137700007 - ], - [ - -117.28105988399994, - 33.93201424700004 - ], - [ - -117.28105979499998, - 33.93200711600008 - ], - [ - -117.28105970599995, - 33.93199998600005 - ], - [ - -117.28105961699998, - 33.93199285400004 - ], - [ - -117.281059573, - 33.93198928900006 - ], - [ - -117.28105953, - 33.93198572400007 - ], - [ - -117.28105943999998, - 33.93197859500003 - ], - [ - -117.28105935099995, - 33.931971463000025 - ], - [ - -117.28105930799995, - 33.93196789800004 - ], - [ - -117.28105926299997, - 33.93196433300005 - ], - [ - -117.28105917399995, - 33.931957200000056 - ], - [ - -117.28105913, - 33.93195363500007 - ], - [ - -117.28105908599997, - 33.93195007000003 - ], - [ - -117.281058998, - 33.931942940000056 - ], - [ - -117.28105890899997, - 33.93193580900004 - ], - [ - -117.28105886499998, - 33.93193224400005 - ], - [ - -117.28105881999994, - 33.93192867800008 - ], - [ - -117.28105873099997, - 33.93192154800005 - ], - [ - -117.28105868699998, - 33.93191798300006 - ], - [ - -117.28105859799996, - 33.931910852000044 - ], - [ - -117.28105855399997, - 33.93190728700006 - ], - [ - -117.28105851, - 33.931903721000026 - ], - [ - -117.28105842099995, - 33.931896591000054 - ], - [ - -117.28105833199999, - 33.931889460000036 - ], - [ - -117.28105828799994, - 33.93188589600004 - ], - [ - -117.28105824299996, - 33.931882330000064 - ], - [ - -117.28105819899997, - 33.93187876500008 - ], - [ - -117.28105810999995, - 33.93187163400006 - ], - [ - -117.28105806599996, - 33.931868069000075 - ], - [ - -117.28105797699999, - 33.931860939000046 - ], - [ - -117.28105788799996, - 33.93185380800003 - ], - [ - -117.28105784399997, - 33.93185024300004 - ], - [ - -117.28105779899994, - 33.93184667700007 - ], - [ - -117.28105771, - 33.93183954700004 - ], - [ - -117.28105766599998, - 33.93183598200005 - ], - [ - -117.281057622, - 33.93183241700007 - ], - [ - -117.28105753299997, - 33.93182528600005 - ], - [ - -117.28105744399994, - 33.93181815500003 - ], - [ - -117.28105739999995, - 33.93181459200002 - ], - [ - -117.28105731099998, - 33.93180746100006 - ], - [ - -117.281057267, - 33.931803897000066 - ], - [ - -117.28105722199996, - 33.931800331000034 - ], - [ - -117.28105713399998, - 33.93179320000007 - ], - [ - -117.28105709, - 33.93178963500003 - ], - [ - -117.28105704499995, - 33.931786068000065 - ], - [ - -117.28105700099997, - 33.93178250400007 - ], - [ - -117.28105695699998, - 33.931778938000036 - ], - [ - -117.28105691299999, - 33.93177537300005 - ], - [ - -117.28105686899994, - 33.931771808000065 - ], - [ - -117.28105677999997, - 33.93176467700005 - ], - [ - -117.28105673599998, - 33.93176111100007 - ], - [ - -117.281056692, - 33.931757547000075 - ], - [ - -117.281056649, - 33.93175398200003 - ], - [ - -117.28105660499995, - 33.93175041600006 - ], - [ - -117.28105656099996, - 33.931746850000025 - ], - [ - -117.28105651699997, - 33.93174328600003 - ], - [ - -117.28105647299998, - 33.93173972000005 - ], - [ - -117.28105642899999, - 33.93173615500007 - ], - [ - -117.28105638499994, - 33.931732590000024 - ], - [ - -117.28105634099995, - 33.93172902500004 - ], - [ - -117.28105629699996, - 33.93172545900006 - ], - [ - -117.28105625299997, - 33.93172189400008 - ], - [ - -117.28105616399995, - 33.93171476300006 - ], - [ - -117.28105612, - 33.93171119900006 - ], - [ - -117.28105607699996, - 33.93170763400008 - ], - [ - -117.28105603299997, - 33.931704068000045 - ], - [ - -117.28105598899998, - 33.93170050100008 - ], - [ - -117.281055945, - 33.93169693600004 - ], - [ - -117.28105590099995, - 33.93169337000006 - ], - [ - -117.28105585699996, - 33.93168980400003 - ], - [ - -117.28105581299997, - 33.93168624000003 - ], - [ - -117.28105576899998, - 33.93168267500005 - ], - [ - -117.28105572499999, - 33.93167910900007 - ], - [ - -117.28105568099994, - 33.931675545000076 - ], - [ - -117.28105563699995, - 33.93167197900004 - ], - [ - -117.28105559399995, - 33.93166841300007 - ], - [ - -117.28105554999996, - 33.931664848000025 - ], - [ - -117.28105550599997, - 33.93166128300004 - ], - [ - -117.28105546199998, - 33.931657718000054 - ], - [ - -117.281055418, - 33.93165415200008 - ], - [ - -117.28105537399995, - 33.931650588000025 - ], - [ - -117.28105532999996, - 33.93164702200005 - ], - [ - -117.28105528599997, - 33.931643457000064 - ], - [ - -117.28105524199998, - 33.93163989200008 - ], - [ - -117.28105489499995, - 33.931611994000036 - ], - [ - -117.28105475899997, - 33.931601123000064 - ], - [ - -117.28105456499998, - 33.93158548700006 - ], - [ - -117.28105443099997, - 33.93157472300004 - ], - [ - -117.28105432199999, - 33.93156592200006 - ], - [ - -117.2810541599999, - 33.93155298100004 - ], - [ - -117.28105403799998, - 33.931543145000035 - ], - [ - -117.28105387699998, - 33.93153020300008 - ], - [ - -117.28105372699997, - 33.931518168000025 - ], - [ - -117.28105247599996, - 33.93143440100005 - ], - [ - -117.28103943399998, - 33.93143447800003 - ], - [ - -117.28103015399995, - 33.931434531000036 - ], - [ - -117.28103015299996, - 33.93143442100006 - ], - [ - -117.27881366899999, - 33.931447442000035 - ], - [ - -117.27883519599999, - 33.93325285000003 - ], - [ - -117.27883520299997, - 33.93325335000003 - ], - [ - -117.27891839399996, - 33.940229765000026 - ], - [ - -117.27892155399996, - 33.94048197700005 - ], - [ - -117.27892397199997, - 33.94068432500006 - ], - [ - -117.27892586699994, - 33.94084292100007 - ], - [ - -117.27892821999995, - 33.941039800000055 - ], - [ - -117.27893050699998, - 33.94123120800003 - ], - [ - -117.27893233599997, - 33.941384335000066 - ], - [ - -117.27893455799995, - 33.94157027400007 - ], - [ - -117.27893632299998, - 33.941717933000064 - ], - [ - -117.27893841499997, - 33.941892936000045 - ], - [ - -117.278940375, - 33.94205700100002 - ], - [ - -117.27894253199997, - 33.942237472000045 - ], - [ - -117.27894442799999, - 33.94239606700006 - ], - [ - -117.278946454, - 33.94256560100007 - ], - [ - -117.278948674, - 33.94275154200005 - ], - [ - -117.27894963999995, - 33.94283222000007 - ], - [ - -117.27894975399994, - 33.94284178400005 - ], - [ - -117.27894988299994, - 33.94285254300007 - ], - [ - -117.27894999699998, - 33.942862106000064 - ], - [ - -117.278950125, - 33.94287286600007 - ], - [ - -117.27895024399999, - 33.942882792000034 - ], - [ - -117.27895037199994, - 33.94289350500003 - ], - [ - -117.2791595, - 33.942927617000066 - ], - [ - -117.27919639599997, - 33.94293384500003 - ], - [ - -117.28117732599998, - 33.943268225000054 - ], - [ - -117.28247743599997, - 33.94345157500004 - ], - [ - -117.28552501699994, - 33.94398242300008 - ], - [ - -117.28648908599996, - 33.94414646800004 - ], - [ - -117.28747160399996, - 33.944313643000044 - ], - [ - -117.28757325299995, - 33.944330938000064 - ], - [ - -117.287613879, - 33.94433785000007 - ], - [ - -117.28771264899996, - 33.94435465600003 - ], - [ - -117.28781169699994, - 33.944371509000064 - ], - [ - -117.28799317299996, - 33.944402385000046 - ], - [ - -117.28807776999997, - 33.94441677800006 - ], - [ - -117.28864409399995, - 33.944513019000055 - ], - [ - -117.28918273999994, - 33.94460455300003 - ], - [ - -117.28918678899998, - 33.94460546300007 - ], - [ - -117.28930807699999, - 33.944626097000025 - ], - [ - -117.28983646599994, - 33.94474887500007 - ], - [ - -117.289936308, - 33.94477207400007 - ], - [ - -117.29003615099998, - 33.94479527500005 - ], - [ - -117.29089519099995, - 33.94499487600007 - ], - [ - -117.29096000799996, - 33.945010549000074 - ], - [ - -117.29102873399995, - 33.94502261800005 - ], - [ - -117.29104341799996, - 33.94502664600003 - ], - [ - -117.29113790099996, - 33.945052573000055 - ], - [ - -117.29119447299996, - 33.94506795500007 - ], - [ - -117.291322934, - 33.94511195300004 - ], - [ - -117.29138455299994, - 33.945135899000036 - ], - [ - -117.29143660999995, - 33.945158728000024 - ], - [ - -117.29144705999994, - 33.945163311000044 - ], - [ - -117.29144767899999, - 33.94516355800005 - ], - [ - -117.29149580599994, - 33.945184562000065 - ], - [ - -117.29211330399994, - 33.945451054000046 - ], - [ - -117.29211398199999, - 33.94544364800004 - ], - [ - -117.29238558699996, - 33.945545811000045 - ], - [ - -117.29254325699998, - 33.945605503000024 - ], - [ - -117.29263766799994, - 33.945642088000056 - ], - [ - -117.29270381199996, - 33.94565857600003 - ], - [ - -117.29275536499995, - 33.94567133500004 - ], - [ - -117.29290182699998, - 33.945700618000046 - ], - [ - -117.29296888399995, - 33.945710776000055 - ], - [ - -117.29303624399995, - 33.945718732000046 - ], - [ - -117.29310391699994, - 33.945725038000035 - ], - [ - -117.2931718899999, - 33.94572914300005 - ], - [ - -117.29324017099998, - 33.94573132200003 - ], - [ - -117.29330842899998, - 33.94573157700006 - ], - [ - -117.29337535299999, - 33.94572991900003 - ], - [ - -117.29337846399994, - 33.94572989300008 - ], - [ - -117.29338001699995, - 33.945729881000034 - ], - [ - -117.29344524099997, - 33.945729337000046 - ], - [ - -117.29351240099999, - 33.94572053200005 - ], - [ - -117.29358647, - 33.94571057100006 - ], - [ - -117.29366055399998, - 33.94570170900005 - ], - [ - -117.29373497999995, - 33.94569394100006 - ], - [ - -117.29373640799997, - 33.94569389600008 - ], - [ - -117.293746791, - 33.94569275600003 - ], - [ - -117.29383528399995, - 33.94569079100006 - ], - [ - -117.29385528799997, - 33.94569018900006 - ], - [ - -117.293866676, - 33.94569009400004 - ], - [ - -117.29386671999998, - 33.94569009400004 - ], - [ - -117.29392239299995, - 33.94568885800004 - ], - [ - -117.29401456, - 33.94568556200005 - ], - [ - -117.29404048722978, - 33.94568520408852 - ], - [ - -117.2940664160451, - 33.94568499000252 - ], - [ - -117.29409234565172, - 33.945684919746775 - ], - [ - -117.29411827524744, - 33.94568499332126 - ], - [ - -117.29414420403191, - 33.94568521072779 - ], - [ - -117.29417013121753, - 33.9456855719573 - ], - [ - -117.29419605599998, - 33.94568607700006 - ], - [ - -117.29421398999995, - 33.94568637100008 - ], - [ - -117.29428062199997, - 33.94568856200004 - ], - [ - -117.294322992, - 33.945690666000075 - ], - [ - -117.29434693699994, - 33.945691855000064 - ], - [ - -117.29435824999996, - 33.94569255400006 - ], - [ - -117.29435921799995, - 33.94569261300006 - ], - [ - -117.29436479706149, - 33.945692935227 - ], - [ - -117.29437037568643, - 33.94569326485271 - ], - [ - -117.2943759538757, - 33.94569360188324 - ], - [ - -117.29438153161026, - 33.945693946312524 - ], - [ - -117.29438710887918, - 33.94569429814237 - ], - [ - -117.2943926856797, - 33.94569465737159 - ], - [ - -117.29439826199996, - 33.94569502400003 - ], - [ - -117.294413594, - 33.94569597000003 - ], - [ - -117.294424871, - 33.945696862000034 - ], - [ - -117.2944516417886, - 33.94569885851542 - ], - [ - -117.29447840053417, - 33.94570101046611 - ], - [ - -117.29450514633207, - 33.94570331777867 - ], - [ - -117.29453187828038, - 33.94570578037382 - ], - [ - -117.29455859546961, - 33.94570839816788 - ], - [ - -117.29458529701178, - 33.94571117107461 - ], - [ - -117.294611982, - 33.94571409900004 - ], - [ - -117.29462066086148, - 33.94571509360931 - ], - [ - -117.29462933772818, - 33.94571610545336 - ], - [ - -117.29463801257587, - 33.94571713452387 - ], - [ - -117.29464668535728, - 33.94571818081749 - ], - [ - -117.2946553560433, - 33.945719244330576 - ], - [ - -117.29466402460116, - 33.94572032505921 - ], - [ - -117.29467269099996, - 33.945721423000066 - ], - [ - -117.29467802399995, - 33.94572206700008 - ], - [ - -117.29468157499997, - 33.94572255700007 - ], - [ - -117.29468272399998, - 33.94572271100003 - ], - [ - -117.29471020451946, - 33.9457263543839 - ], - [ - -117.29473766215992, - 33.94573016636696 - ], - [ - -117.29476509588856, - 33.94573414680416 - ], - [ - -117.29479250466828, - 33.94573829554428 - ], - [ - -117.29481988746588, - 33.945742612432696 - ], - [ - -117.29484724325211, - 33.9457470973096 - ], - [ - -117.29487457099998, - 33.945751750000056 - ], - [ - -117.29489305311378, - 33.94575499096546 - ], - [ - -117.29491152140444, - 33.94575830980239 - ], - [ - -117.29492997554188, - 33.94576170645632 - ], - [ - -117.29494841519771, - 33.94576518086614 - ], - [ - -117.29496684004089, - 33.9457687329682 - ], - [ - -117.29498524975222, - 33.94577236270171 - ], - [ - -117.29500364399996, - 33.94577607000008 - ], - [ - -117.29500444799999, - 33.945776231000025 - ], - [ - -117.29501005199995, - 33.945777374000045 - ], - [ - -117.29501234989256, - 33.945777844000744 - ], - [ - -117.29501464739594, - 33.945778315904136 - ], - [ - -117.29501694451027, - 33.9457787897154 - ], - [ - -117.29501924122813, - 33.94577926543024 - ], - [ - -117.2950215375459, - 33.94577974304866 - ], - [ - -117.29502383347098, - 33.945780222573134 - ], - [ - -117.29502612899995, - 33.94578070400007 - ], - [ - -117.29502716899998, - 33.94578092100005 - ], - [ - -117.29502942620992, - 33.94578139168528 - ], - [ - -117.29503168301389, - 33.9457818642868 - ], - [ - -117.29503393942649, - 33.94578233880201 - ], - [ - -117.2950361954281, - 33.945782815231716 - ], - [ - -117.29503845102235, - 33.945783293574095 - ], - [ - -117.29504070621796, - 33.945783773830165 - ], - [ - -117.29504296099998, - 33.945784256000024 - ], - [ - -117.29505290301911, - 33.94578638275617 - ], - [ - -117.29506284002983, - 33.94578853280331 - ], - [ - -117.29507277197261, - 33.94579070613144 - ], - [ - -117.29508269879805, - 33.94579290272667 - ], - [ - -117.29509262044431, - 33.9457951225781 - ], - [ - -117.2951025368662, - 33.945797365672306 - ], - [ - -117.29511244799994, - 33.945799632000046 - ], - [ - -117.29513338499999, - 33.94580427600005 - ], - [ - -117.29516353499997, - 33.945811682000055 - ], - [ - -117.29516770643514, - 33.94581269123321 - ], - [ - -117.29517187668543, - 33.945813705343426 - ], - [ - -117.29517604575084, - 33.94581472432946 - ], - [ - -117.29518021361945, - 33.94581574818948 - ], - [ - -117.29518438028398, - 33.945816776921674 - ], - [ - -117.29518854574908, - 33.945817810526044 - ], - [ - -117.29519270999998, - 33.945818849000034 - ], - [ - -117.29519721099996, - 33.94581995500005 - ], - [ - -117.295201035, - 33.94582093200006 - ], - [ - -117.29520650234028, - 33.94582230745506 - ], - [ - -117.29521196791039, - 33.94582368990541 - ], - [ - -117.29521743171425, - 33.945825079348644 - ], - [ - -117.29522289373197, - 33.94582647578135 - ], - [ - -117.29522835395629, - 33.945827879201715 - ], - [ - -117.29523381238161, - 33.945829289609506 - ], - [ - -117.29523926899998, - 33.94583070700003 - ], - [ - -117.295260714, - 33.94583618900003 - ], - [ - -117.29528486999999, - 33.94584288400006 - ], - [ - -117.2952905002218, - 33.94584441861056 - ], - [ - -117.29529612824274, - 33.94584596125878 - ], - [ - -117.29530175406397, - 33.94584751194633 - ], - [ - -117.29530737765889, - 33.94584907066746 - ], - [ - -117.29531299901657, - 33.945850637418516 - ], - [ - -117.29531861813453, - 33.94585221219799 - ], - [ - -117.29532423499995, - 33.94585379500006 - ], - [ - -117.29549209899994, - 33.94590801100003 - ], - [ - -117.29647898599995, - 33.94624655200005 - ], - [ - -117.29647863199995, - 33.94621692900006 - ], - [ - -117.29646393299998, - 33.94498889500005 - ], - [ - -117.29728967199998, - 33.945412146000024 - ], - [ - -117.29749762699998, - 33.945518736000054 - ], - [ - -117.29756327299998, - 33.94555238400005 - ], - [ - -117.29801338199997, - 33.94578309000008 - ], - [ - -117.29946140099997, - 33.94652526700003 - ], - [ - -117.299489715, - 33.946539778000044 - ], - [ - -117.29951612699995, - 33.946552567000026 - ], - [ - -117.30000953099994, - 33.94679149000007 - ], - [ - -117.30020097499994, - 33.94688419300007 - ], - [ - -117.30021225799999, - 33.94689756400004 - ], - [ - -117.30022415099995, - 33.94691166600006 - ], - [ - -117.30025610399997, - 33.94694442000008 - ], - [ - -117.30031833199996, - 33.946996984000066 - ], - [ - -117.30035719999995, - 33.94702405500004 - ], - [ - -117.30039824, - 33.94704879500006 - ], - [ - -117.30044125099994, - 33.947071092000044 - ], - [ - -117.30048602299996, - 33.947090831000025 - ], - [ - -117.30055600699995, - 33.94711544100005 - ], - [ - -117.30061642699997, - 33.94713119700003 - ], - [ - -117.30066775499995, - 33.94714058200003 - ], - [ - -117.30067826399994, - 33.947142504000055 - ], - [ - -117.30075367799998, - 33.94715007800005 - ], - [ - -117.300816968, - 33.947151338000026 - ], - [ - -117.30088070799997, - 33.94714937100008 - ], - [ - -117.30101833199996, - 33.94714512400003 - ], - [ - -117.30130221, - 33.94713636500006 - ], - [ - -117.30131165299997, - 33.94713618500003 - ], - [ - -117.30139269399996, - 33.94713571900007 - ], - [ - -117.30145822599997, - 33.94713863100003 - ], - [ - -117.30152348399997, - 33.947144398000034 - ], - [ - -117.30158829299995, - 33.947153005000075 - ], - [ - -117.30165246999996, - 33.947164428000065 - ], - [ - -117.30173675699996, - 33.94718398400005 - ], - [ - -117.30177398099994, - 33.94719470000007 - ], - [ - -117.301807866, - 33.947219749000055 - ], - [ - -117.30194294699999, - 33.94731960800004 - ], - [ - -117.30197565399999, - 33.94728887800005 - ], - [ - -117.30199483599995, - 33.947270855000056 - ], - [ - -117.30203308499995, - 33.94723492000003 - ], - [ - -117.30205678399994, - 33.94724692200003 - ], - [ - -117.30207621599999, - 33.94725722000004 - ], - [ - -117.30209542999995, - 33.947267801000066 - ], - [ - -117.30211441999995, - 33.94727865900006 - ], - [ - -117.30213317699997, - 33.94728979300004 - ], - [ - -117.30215169899998, - 33.94730119600007 - ], - [ - -117.30216998299994, - 33.94731286700005 - ], - [ - -117.30218801499996, - 33.94732480400006 - ], - [ - -117.30220579499996, - 33.947336998000026 - ], - [ - -117.30222331699997, - 33.94734945300007 - ], - [ - -117.30224057799995, - 33.94736216100006 - ], - [ - -117.30225756799996, - 33.947375116000046 - ], - [ - -117.30227428299997, - 33.94738831900003 - ], - [ - -117.30228395599994, - 33.947396225000034 - ], - [ - -117.30237122799997, - 33.94731741800007 - ], - [ - -117.30242664199994, - 33.94726891800008 - ], - [ - -117.30259848399999, - 33.947404705000054 - ], - [ - -117.30261252199995, - 33.947424811000076 - ], - [ - -117.30263065999998, - 33.94745186800003 - ], - [ - -117.30264823099998, - 33.947479186000066 - ], - [ - -117.30266522599999, - 33.947506754000074 - ], - [ - -117.30268163999995, - 33.94753456600006 - ], - [ - -117.30269747099999, - 33.94756261400005 - ], - [ - -117.30271271, - 33.94759088600006 - ], - [ - -117.30272735399996, - 33.947619376000034 - ], - [ - -117.30274139899996, - 33.94764807400003 - ], - [ - -117.30275484099997, - 33.94767697300006 - ], - [ - -117.30276767699996, - 33.947706063000055 - ], - [ - -117.30277990199994, - 33.94773533600005 - ], - [ - -117.30279150899997, - 33.947764781000046 - ], - [ - -117.30280249999998, - 33.94779439100006 - ], - [ - -117.30281882399998, - 33.94784219600007 - ], - [ - -117.30320977099996, - 33.94905552700004 - ], - [ - -117.30351593899996, - 33.94999811900004 - ], - [ - -117.30355783999994, - 33.95012711100003 - ], - [ - -117.30356828999999, - 33.950165678000076 - ], - [ - -117.30360266499997, - 33.95029253600006 - ], - [ - -117.30360905199996, - 33.95031610700005 - ], - [ - -117.30360971599998, - 33.95031855800005 - ], - [ - -117.30361038299998, - 33.95032101000004 - ], - [ - -117.30366320699994, - 33.95046655900006 - ], - [ - -117.30371817899999, - 33.95061801400004 - ], - [ - -117.30378403099996, - 33.95079945500004 - ], - [ - -117.30378482599997, - 33.950805907000074 - ], - [ - -117.303807329, - 33.95098870400005 - ], - [ - -117.30385020199998, - 33.95133696200003 - ], - [ - -117.30390409999995, - 33.95153587800007 - ], - [ - -117.303953402, - 33.951717839000025 - ], - [ - -117.30413948999995, - 33.951946408000026 - ], - [ - -117.30430880699998, - 33.95215437300004 - ], - [ - -117.30437713499998, - 33.952144797000074 - ], - [ - -117.30439091099998, - 33.95214286600003 - ], - [ - -117.30440118999996, - 33.95214142400005 - ], - [ - -117.30441146799996, - 33.95213998400004 - ], - [ - -117.30452333099998, - 33.952124307000076 - ], - [ - -117.30473522799997, - 33.95209460900003 - ], - [ - -117.30474579599996, - 33.95208637800005 - ], - [ - -117.30506478499996, - 33.951837983000075 - ], - [ - -117.30516382599995, - 33.951836796000066 - ], - [ - -117.30524503599997, - 33.95219915200005 - ], - [ - -117.30528936999997, - 33.952185686000064 - ], - [ - -117.30549102499998, - 33.95212443100007 - ], - [ - -117.30570079799998, - 33.95206071100006 - ], - [ - -117.30573392399998, - 33.95205065000005 - ], - [ - -117.30582685699994, - 33.95202241900006 - ], - [ - -117.30590909799997, - 33.951997438000035 - ], - [ - -117.30598045, - 33.951975763000064 - ], - [ - -117.30625396999994, - 33.951892677000046 - ], - [ - -117.30625733999995, - 33.951891654000065 - ], - [ - -117.30633296699995, - 33.951868681000064 - ], - [ - -117.30645776299997, - 33.951969234000046 - ], - [ - -117.30649541599996, - 33.95199957300008 - ], - [ - -117.30666939799994, - 33.95206903900004 - ], - [ - -117.30680084699998, - 33.95212152300007 - ], - [ - -117.30687991299999, - 33.95215309100007 - ], - [ - -117.307135755, - 33.95225523900007 - ], - [ - -117.30714875499996, - 33.952227555000036 - ], - [ - -117.30715789799996, - 33.95220684100008 - ], - [ - -117.30716660399997, - 33.95218599900005 - ], - [ - -117.30717487399994, - 33.95216503300003 - ], - [ - -117.30718270399996, - 33.95214394800007 - ], - [ - -117.30719008999995, - 33.95212275500006 - ], - [ - -117.30719703299997, - 33.95210145300007 - ], - [ - -117.30720616299999, - 33.95207280600005 - ], - [ - -117.30745939699995, - 33.952134304000026 - ], - [ - -117.30786151799998, - 33.952230400000076 - ], - [ - -117.30786721499999, - 33.952216616000044 - ], - [ - -117.30794738599997, - 33.952022630000045 - ], - [ - -117.30797542099998, - 33.95198237000005 - ], - [ - -117.30834295699998, - 33.95214625700004 - ], - [ - -117.30834321799995, - 33.952145812000026 - ], - [ - -117.30834336599997, - 33.95214556800005 - ], - [ - -117.30834350799995, - 33.95214532000006 - ], - [ - -117.30834365199996, - 33.95214508200007 - ], - [ - -117.30834380299996, - 33.952144829000076 - ], - [ - -117.30834394899995, - 33.952144582000074 - ], - [ - -117.30834409599998, - 33.95214433500007 - ], - [ - -117.30834424199998, - 33.95214409000005 - ], - [ - -117.30834438799997, - 33.952143843000044 - ], - [ - -117.30834453499995, - 33.95214359700003 - ], - [ - -117.308344681, - 33.952143351000075 - ], - [ - -117.30834482799997, - 33.95214310400007 - ], - [ - -117.30834497299998, - 33.95214285900005 - ], - [ - -117.30834511999996, - 33.952142611000056 - ], - [ - -117.308345267, - 33.95214236500004 - ], - [ - -117.30834541299998, - 33.95214211900003 - ], - [ - -117.30834555899997, - 33.95214187300007 - ], - [ - -117.30834570599995, - 33.95214162600007 - ], - [ - -117.30834585199995, - 33.95214138000006 - ], - [ - -117.30834599699995, - 33.95214113500003 - ], - [ - -117.30834614399998, - 33.95214088900008 - ], - [ - -117.30834629099996, - 33.952140642000074 - ], - [ - -117.30834643699995, - 33.95214039700005 - ], - [ - -117.308346584, - 33.95214014900006 - ], - [ - -117.30834673099997, - 33.952139902000056 - ], - [ - -117.30834687599997, - 33.95213965800008 - ], - [ - -117.30834702299995, - 33.95213941000003 - ], - [ - -117.30834716899994, - 33.95213916300003 - ], - [ - -117.30834731399995, - 33.95213891800006 - ], - [ - -117.30834746, - 33.952138673000036 - ], - [ - -117.30834760699997, - 33.952138425000044 - ], - [ - -117.30834775399995, - 33.95213817800004 - ], - [ - -117.30834782599999, - 33.95213805700007 - ], - [ - -117.308347901, - 33.95213793200003 - ], - [ - -117.30834804899996, - 33.95213768700006 - ], - [ - -117.30834819499995, - 33.95213744300003 - ], - [ - -117.30834834399997, - 33.95213719800006 - ], - [ - -117.30834849299998, - 33.95213695000007 - ], - [ - -117.30834864099995, - 33.952136704000054 - ], - [ - -117.30834878899998, - 33.95213645900003 - ], - [ - -117.30834893599996, - 33.95213621400006 - ], - [ - -117.30834908499997, - 33.95213596800005 - ], - [ - -117.30834923099997, - 33.95213572400007 - ], - [ - -117.30834937999998, - 33.95213547800006 - ], - [ - -117.30834952699996, - 33.952135234000025 - ], - [ - -117.30834967599998, - 33.95213498700008 - ], - [ - -117.308349825, - 33.952134740000076 - ], - [ - -117.30834997199997, - 33.95213449500005 - ], - [ - -117.30835011999994, - 33.95213424900004 - ], - [ - -117.30835026899996, - 33.95213400400007 - ], - [ - -117.30835041599994, - 33.95213375900005 - ], - [ - -117.30835056499996, - 33.952133512000046 - ], - [ - -117.30835071299998, - 33.95213326700008 - ], - [ - -117.30835086099995, - 33.952133023000044 - ], - [ - -117.30835100999997, - 33.95213277600004 - ], - [ - -117.30835115699995, - 33.952132531000075 - ], - [ - -117.30835130499997, - 33.95213228700004 - ], - [ - -117.308351454, - 33.95213203900005 - ], - [ - -117.30835160299995, - 33.95213179500007 - ], - [ - -117.30835174999999, - 33.95213154800007 - ], - [ - -117.30835189799996, - 33.952131304000034 - ], - [ - -117.30835204599998, - 33.95213105900007 - ], - [ - -117.30835219499994, - 33.952130811000075 - ], - [ - -117.30835234099999, - 33.95213056800003 - ], - [ - -117.30835249199998, - 33.95213032100003 - ], - [ - -117.30835264099994, - 33.95213007700005 - ], - [ - -117.30835279099995, - 33.95212983300007 - ], - [ - -117.30835294099995, - 33.95212958800005 - ], - [ - -117.308353093, - 33.952129342000035 - ], - [ - -117.30835324199995, - 33.952129100000036 - ], - [ - -117.30835339199996, - 33.95212885500007 - ], - [ - -117.30835354199996, - 33.952128610000045 - ], - [ - -117.30835369199997, - 33.95212836400003 - ], - [ - -117.30835384099998, - 33.952128120000054 - ], - [ - -117.308353991, - 33.95212787400004 - ], - [ - -117.30835414199998, - 33.952127629000074 - ], - [ - -117.30835428999995, - 33.95212738600003 - ], - [ - -117.30835444, - 33.95212714100006 - ], - [ - -117.30835458999996, - 33.95212689700003 - ], - [ - -117.30835474, - 33.952126650000025 - ], - [ - -117.30835488899999, - 33.95212640700004 - ], - [ - -117.308355039, - 33.95212616200007 - ], - [ - -117.30835518899994, - 33.952125917000046 - ], - [ - -117.30835548899995, - 33.952125427000055 - ], - [ - -117.30835563899996, - 33.95212518200003 - ], - [ - -117.30835578799997, - 33.95212493900004 - ], - [ - -117.30835593799998, - 33.95212469300003 - ], - [ - -117.30835608899997, - 33.952124447000074 - ], - [ - -117.30835623699994, - 33.95212420400003 - ], - [ - -117.308356388, - 33.952123957000026 - ], - [ - -117.30835653599996, - 33.95212371400004 - ], - [ - -117.30835668699996, - 33.95212346900007 - ], - [ - -117.30835683699996, - 33.95212322400005 - ], - [ - -117.30835698699997, - 33.952122978000034 - ], - [ - -117.30835713599998, - 33.952122734000056 - ], - [ - -117.30835728599999, - 33.95212248900003 - ], - [ - -117.30835739899999, - 33.952122306000035 - ], - [ - -117.308357436, - 33.952122245000055 - ], - [ - -117.30835758799998, - 33.95212200100008 - ], - [ - -117.30835773999996, - 33.95212175700004 - ], - [ - -117.30835789199995, - 33.952121513000066 - ], - [ - -117.30835804399999, - 33.95212126900003 - ], - [ - -117.30835819599997, - 33.952121024000064 - ], - [ - -117.30835834699997, - 33.952120781000076 - ], - [ - -117.30835849899995, - 33.95212053800003 - ], - [ - -117.30835864999995, - 33.95212029400005 - ], - [ - -117.30835880299998, - 33.95212004700005 - ], - [ - -117.30835895399997, - 33.95211980500005 - ], - [ - -117.30835910399998, - 33.952119562000064 - ], - [ - -117.30835925599996, - 33.95211931600005 - ], - [ - -117.30835940799994, - 33.95211907300006 - ], - [ - -117.30835955899994, - 33.952118830000074 - ], - [ - -117.30835971099998, - 33.95211858500005 - ], - [ - -117.30835986399995, - 33.95211834100007 - ], - [ - -117.30836001399996, - 33.95211809700004 - ], - [ - -117.30836016499995, - 33.95211785300006 - ], - [ - -117.30836031799998, - 33.95211760800004 - ], - [ - -117.30836046799999, - 33.95211736600004 - ], - [ - -117.30836062099996, - 33.952117120000025 - ], - [ - -117.30836077299995, - 33.95211687500006 - ], - [ - -117.30836092399994, - 33.95211663200007 - ], - [ - -117.308361075, - 33.952116388000036 - ], - [ - -117.30836122599999, - 33.95211614400006 - ], - [ - -117.30836137699998, - 33.95211590100007 - ], - [ - -117.30836153099995, - 33.95211565500006 - ], - [ - -117.30836168099995, - 33.95211541300006 - ], - [ - -117.308361833, - 33.952115167000045 - ], - [ - -117.30836198499998, - 33.95211492200008 - ], - [ - -117.30836206099997, - 33.95211480100005 - ], - [ - -117.30836213599997, - 33.95211468100007 - ], - [ - -117.30836229199997, - 33.952114434000066 - ], - [ - -117.30836244299996, - 33.952114196000025 - ], - [ - -117.30836259599994, - 33.95211395200005 - ], - [ - -117.308362752, - 33.952113705000045 - ], - [ - -117.30836290399998, - 33.952113464000035 - ], - [ - -117.30836305699995, - 33.95211322200004 - ], - [ - -117.30836321099997, - 33.95211297900005 - ], - [ - -117.308363365, - 33.952112734000025 - ], - [ - -117.30836351799996, - 33.95211249100004 - ], - [ - -117.30836367099994, - 33.95211224900004 - ], - [ - -117.30836382499996, - 33.95211200500006 - ], - [ - -117.30836397799999, - 33.95211176200007 - ], - [ - -117.30836413099996, - 33.95211151900003 - ], - [ - -117.30836428599997, - 33.95211127500005 - ], - [ - -117.30836443799996, - 33.95211103200006 - ], - [ - -117.30836459099999, - 33.95211079000006 - ], - [ - -117.30836474499995, - 33.952110547000075 - ], - [ - -117.30836489899997, - 33.95211030300004 - ], - [ - -117.30836505199994, - 33.95211006100004 - ], - [ - -117.30836520599996, - 33.952109818000054 - ], - [ - -117.30836535999998, - 33.95210957300003 - ], - [ - -117.30836551299996, - 33.95210932900005 - ], - [ - -117.30836566599999, - 33.95210908800004 - ], - [ - -117.30836581999995, - 33.95210884200003 - ], - [ - -117.30836597299998, - 33.95210859900004 - ], - [ - -117.30836612599995, - 33.95210835700004 - ], - [ - -117.30836627999997, - 33.95210811100003 - ], - [ - -117.30836643099997, - 33.952107872000056 - ], - [ - -117.30836658599998, - 33.95210762600004 - ], - [ - -117.30836674099999, - 33.952107383000055 - ], - [ - -117.30836689399996, - 33.952107142000045 - ], - [ - -117.30836705099995, - 33.95210689700008 - ], - [ - -117.30836720399998, - 33.95210665700006 - ], - [ - -117.30836735899999, - 33.95210641500006 - ], - [ - -117.30836751599998, - 33.952106170000036 - ], - [ - -117.30836766999994, - 33.95210593000007 - ], - [ - -117.30836782499995, - 33.95210568700003 - ], - [ - -117.30836797999996, - 33.95210544500003 - ], - [ - -117.30836813399998, - 33.95210520200004 - ], - [ - -117.30836828999998, - 33.95210495900005 - ], - [ - -117.30836844499999, - 33.952104716000065 - ], - [ - -117.30836860099998, - 33.95210447300008 - ], - [ - -117.30836875499995, - 33.95210423200007 - ], - [ - -117.30836890999996, - 33.95210399000007 - ], - [ - -117.30836906499997, - 33.952103746000034 - ], - [ - -117.30836921899999, - 33.952103505000025 - ], - [ - -117.30836937499998, - 33.95210326100005 - ], - [ - -117.30836953, - 33.95210301800006 - ], - [ - -117.30836968499995, - 33.95210277600006 - ], - [ - -117.30836983899997, - 33.95210253400006 - ], - [ - -117.30836999499996, - 33.952102291000074 - ], - [ - -117.308370148, - 33.952102049000075 - ], - [ - -117.30837030599997, - 33.95210180400005 - ], - [ - -117.30837046, - 33.95210156300004 - ], - [ - -117.30837061499994, - 33.952101319000064 - ], - [ - -117.30837076899996, - 33.952101077000066 - ], - [ - -117.30837092399997, - 33.95210083400008 - ], - [ - -117.30837107899998, - 33.95210059100003 - ], - [ - -117.30837115599996, - 33.95210047200004 - ], - [ - -117.308371234, - 33.95210035100007 - ], - [ - -117.30837139199997, - 33.95210011000006 - ], - [ - -117.30837154899996, - 33.952099866000026 - ], - [ - -117.30837170499996, - 33.95209962500007 - ], - [ - -117.30837186099996, - 33.952099383000075 - ], - [ - -117.30837201699995, - 33.952099142000066 - ], - [ - -117.30837217399994, - 33.952098901000056 - ], - [ - -117.30837233099999, - 33.95209865600003 - ], - [ - -117.30837248699999, - 33.95209841500008 - ], - [ - -117.30837264299998, - 33.95209817400007 - ], - [ - -117.30837279999997, - 33.95209793300006 - ], - [ - -117.30837295599997, - 33.95209769000007 - ], - [ - -117.30837311399995, - 33.952097448000075 - ], - [ - -117.30837326899996, - 33.952097208000055 - ], - [ - -117.30837342499996, - 33.95209696500007 - ], - [ - -117.308373583, - 33.95209672200008 - ], - [ - -117.308373739, - 33.95209648200006 - ], - [ - -117.30837389799996, - 33.952096237000035 - ], - [ - -117.30837405199998, - 33.95209599700007 - ], - [ - -117.30837420999995, - 33.95209575500007 - ], - [ - -117.30837436599995, - 33.95209551500005 - ], - [ - -117.30837452299994, - 33.952095271000076 - ], - [ - -117.30837467899994, - 33.952095031000056 - ], - [ - -117.30837483699997, - 33.95209478900006 - ], - [ - -117.30837499299997, - 33.95209454700006 - ], - [ - -117.30837514899997, - 33.95209430500006 - ], - [ - -117.30837530599996, - 33.95209406300006 - ], - [ - -117.308375464, - 33.95209381900003 - ], - [ - -117.30837556999995, - 33.95209365200003 - ], - [ - -117.30837562, - 33.95209357900006 - ], - [ - -117.308375776, - 33.952093339000044 - ], - [ - -117.30837593499996, - 33.952093095000066 - ], - [ - -117.30837609199995, - 33.952092856000036 - ], - [ - -117.30837625099997, - 33.95209261300005 - ], - [ - -117.30837637499997, - 33.95209242300007 - ], - [ - -117.30837656699998, - 33.952092132000075 - ], - [ - -117.30837672699994, - 33.95209188900003 - ], - [ - -117.308376883, - 33.95209165000006 - ], - [ - -117.30837704099997, - 33.95209140900005 - ], - [ - -117.30837719899995, - 33.95209116700005 - ], - [ - -117.30837735699998, - 33.95209092600004 - ], - [ - -117.30837751599995, - 33.95209068300005 - ], - [ - -117.30837767399998, - 33.95209044200004 - ], - [ - -117.30837783199996, - 33.95209020200008 - ], - [ - -117.30837798899995, - 33.95208996200006 - ], - [ - -117.30837814799997, - 33.95208972000006 - ], - [ - -117.30837830599995, - 33.95208947800006 - ], - [ - -117.30837846199995, - 33.95208923900003 - ], - [ - -117.30837862099997, - 33.95208899700003 - ], - [ - -117.30837877799996, - 33.95208875700007 - ], - [ - -117.30837893699999, - 33.95208851500007 - ], - [ - -117.30837909599995, - 33.952088272000026 - ], - [ - -117.30837925399999, - 33.95208803300005 - ], - [ - -117.30837941299995, - 33.952087791000054 - ], - [ - -117.30837952499996, - 33.952087618000064 - ], - [ - -117.30837956899995, - 33.95208755300007 - ], - [ - -117.30837972999996, - 33.95208731200006 - ], - [ - -117.30837989099996, - 33.95208707000006 - ], - [ - -117.30838004999998, - 33.95208683000004 - ], - [ - -117.30838020899995, - 33.95208658900003 - ], - [ - -117.30838036899996, - 33.95208634800008 - ], - [ - -117.30838052799999, - 33.95208610900005 - ], - [ - -117.30838068899999, - 33.95208586700005 - ], - [ - -117.30838084799996, - 33.95208562700003 - ], - [ - -117.30838100799997, - 33.95208538600008 - ], - [ - -117.30838116899997, - 33.95208514500007 - ], - [ - -117.30838132799994, - 33.95208490700003 - ], - [ - -117.30838148899994, - 33.95208466400004 - ], - [ - -117.30838164699998, - 33.952084427000045 - ], - [ - -117.30838180799998, - 33.95208418500005 - ], - [ - -117.308381968, - 33.95208394300005 - ], - [ - -117.30838212699996, - 33.952083705000064 - ], - [ - -117.30838228699997, - 33.952083465000044 - ], - [ - -117.30838244599994, - 33.952083225000024 - ], - [ - -117.30838260699994, - 33.95208298400007 - ], - [ - -117.30838276799994, - 33.95208274300006 - ], - [ - -117.30838292699997, - 33.95208250400003 - ], - [ - -117.30838308799997, - 33.95208226200003 - ], - [ - -117.30838324599995, - 33.95208202300006 - ], - [ - -117.30838340699995, - 33.95208178100006 - ], - [ - -117.30838356599997, - 33.95208154000005 - ], - [ - -117.30838372499994, - 33.95208130200007 - ], - [ - -117.30838388599994, - 33.95208105900008 - ], - [ - -117.30838404399998, - 33.95208082200003 - ], - [ - -117.30838420499998, - 33.95208057900004 - ], - [ - -117.30838436499994, - 33.95208033900008 - ], - [ - -117.30838452399996, - 33.952080100000046 - ], - [ - -117.30838468499996, - 33.95207985800005 - ], - [ - -117.30838484299994, - 33.952079619000074 - ], - [ - -117.30838500399994, - 33.952079377000075 - ], - [ - -117.30838512399998, - 33.952079199000025 - ], - [ - -117.30838516399996, - 33.952079138000045 - ], - [ - -117.30838531999996, - 33.952078898000025 - ], - [ - -117.308385478, - 33.95207865500004 - ], - [ - -117.30838563499998, - 33.95207841200005 - ], - [ - -117.308385806, - 33.95207817700003 - ], - [ - -117.308385967, - 33.95207793600002 - ], - [ - -117.30838612599996, - 33.95207769800004 - ], - [ - -117.30838628699996, - 33.95207745700003 - ], - [ - -117.30838644799996, - 33.952077220000035 - ], - [ - -117.30838660999996, - 33.952076978000036 - ], - [ - -117.30838677199995, - 33.95207673700003 - ], - [ - -117.30838693399994, - 33.95207650000003 - ], - [ - -117.308387096, - 33.95207625900008 - ], - [ - -117.30838725599995, - 33.95207602000005 - ], - [ - -117.30838741799994, - 33.952075781000076 - ], - [ - -117.30838758199997, - 33.95207553700004 - ], - [ - -117.30842404499998, - 33.95201933200008 - ], - [ - -117.30846817099996, - 33.95196542300005 - ], - [ - -117.30853153499999, - 33.95189140100007 - ], - [ - -117.30856613799995, - 33.95186006900008 - ], - [ - -117.30860058999997, - 33.951830148000056 - ], - [ - -117.30865399899994, - 33.951780857000074 - ], - [ - -117.30866743399997, - 33.951772188000064 - ], - [ - -117.30868448399997, - 33.95176279300006 - ], - [ - -117.30870231999995, - 33.951754476000076 - ], - [ - -117.30872115199998, - 33.95174717400005 - ], - [ - -117.30874058499995, - 33.95174107300005 - ], - [ - -117.30876051699994, - 33.95173620700007 - ], - [ - -117.30878147699997, - 33.95173250800008 - ], - [ - -117.30879708699996, - 33.95173084700008 - ], - [ - -117.30880632599997, - 33.95173021000005 - ], - [ - -117.30881893299994, - 33.95172989100007 - ], - [ - -117.308829071, - 33.95172992800008 - ], - [ - -117.30882931899998, - 33.95172992800008 - ], - [ - -117.308829399, - 33.951729931000045 - ], - [ - -117.30883796799998, - 33.951730188000056 - ], - [ - -117.30883829799996, - 33.951730198000064 - ], - [ - -117.30883862599995, - 33.95173021700003 - ], - [ - -117.30884951899998, - 33.95173085700003 - ], - [ - -117.30886161099994, - 33.95173191200007 - ], - [ - -117.30886193899994, - 33.95173194000006 - ], - [ - -117.30886226499996, - 33.951731979000044 - ], - [ - -117.30887148599999, - 33.95173308100004 - ], - [ - -117.30888357699996, - 33.951734868000074 - ], - [ - -117.30889693699999, - 33.951737335000075 - ], - [ - -117.30890881099998, - 33.95173994100003 - ], - [ - -117.30891663099999, - 33.95174189000005 - ], - [ - -117.30891694699994, - 33.95174196900007 - ], - [ - -117.30891726399994, - 33.95174204800003 - ], - [ - -117.30891757799998, - 33.951742126000056 - ], - [ - -117.30891761399994, - 33.951742135000075 - ], - [ - -117.30910448199995, - 33.951808209000035 - ], - [ - -117.30926402199998, - 33.95186467100007 - ], - [ - -117.30950235799997, - 33.95194901900004 - ], - [ - -117.30950282099997, - 33.95194918100003 - ], - [ - -117.30950590899994, - 33.95194978600006 - ], - [ - -117.30951726399996, - 33.951952289000076 - ], - [ - -117.30952712799996, - 33.951954804000025 - ], - [ - -117.30953579399994, - 33.951957324000034 - ], - [ - -117.30954436199994, - 33.951960100000065 - ], - [ - -117.30955383599996, - 33.95196352500005 - ], - [ - -117.30956621099995, - 33.951968554000075 - ], - [ - -117.30957825599995, - 33.95197411600003 - ], - [ - -117.30958894499997, - 33.95197963700008 - ], - [ - -117.30958898299997, - 33.95197965600005 - ], - [ - -117.30959749799996, - 33.951984527000036 - ], - [ - -117.30960760499994, - 33.95199082700003 - ], - [ - -117.30961471499995, - 33.95199566600007 - ], - [ - -117.30962245299997, - 33.95200136500006 - ], - [ - -117.30963156399997, - 33.952008644000045 - ], - [ - -117.30963791299996, - 33.95201417100003 - ], - [ - -117.30964402499995, - 33.952019879000034 - ], - [ - -117.30964984399998, - 33.952025707000075 - ], - [ - -117.30964989599994, - 33.952025760000026 - ], - [ - -117.309654723, - 33.95203093900005 - ], - [ - -117.30966087799999, - 33.95203802000003 - ], - [ - -117.30966658299997, - 33.95204519300006 - ], - [ - -117.30967479399999, - 33.952056698000035 - ], - [ - -117.30968115199994, - 33.95206687600006 - ], - [ - -117.30968550899996, - 33.95207467800003 - ], - [ - -117.309689059, - 33.952081734000046 - ], - [ - -117.309692311, - 33.95208888800005 - ], - [ - -117.30969525899997, - 33.952096132000065 - ], - [ - -117.30969789199997, - 33.952103427000054 - ], - [ - -117.30969790399996, - 33.95210345900006 - ], - [ - -117.30970023699996, - 33.95211084500005 - ], - [ - -117.30970226399995, - 33.95211832000007 - ], - [ - -117.309703975, - 33.95212583600005 - ], - [ - -117.30970536499996, - 33.95213337200005 - ], - [ - -117.30970536899997, - 33.95213339800006 - ], - [ - -117.30970644599995, - 33.952140995000036 - ], - [ - -117.30970761299994, - 33.95215240400006 - ], - [ - -117.30970821499994, - 33.95216487600004 - ], - [ - -117.30970801599995, - 33.95217313100005 - ], - [ - -117.30970800899996, - 33.95217340600004 - ], - [ - -117.30970800399996, - 33.95217368100003 - ], - [ - -117.30970799699998, - 33.952173956000024 - ], - [ - -117.30970799, - 33.952174229000036 - ], - [ - -117.30970798299995, - 33.95217450500007 - ], - [ - -117.30970797699996, - 33.952174780000064 - ], - [ - -117.30970796999998, - 33.952175055000055 - ], - [ - -117.309707963, - 33.952175331000035 - ], - [ - -117.30970795599995, - 33.95217560300006 - ], - [ - -117.30970795399998, - 33.95217570800003 - ], - [ - -117.30970794799998, - 33.95217587700006 - ], - [ - -117.30970793699998, - 33.95217615200005 - ], - [ - -117.30970792799997, - 33.95217642700004 - ], - [ - -117.30970791699997, - 33.95217670300008 - ], - [ - -117.30970790699996, - 33.95217697800007 - ], - [ - -117.30970789599996, - 33.95217725300006 - ], - [ - -117.30970788499997, - 33.95217752600007 - ], - [ - -117.30970787499996, - 33.95217780000007 - ], - [ - -117.30970767199994, - 33.952183294000065 - ], - [ - -117.309707662, - 33.952183568000066 - ], - [ - -117.30970765099994, - 33.952183845000036 - ], - [ - -117.30970764099999, - 33.95218411700006 - ], - [ - -117.30970763, - 33.95218439300004 - ], - [ - -117.30970761999998, - 33.95218466700004 - ], - [ - -117.30970760999998, - 33.95218493900006 - ], - [ - -117.30970760599996, - 33.95218507900006 - ], - [ - -117.30970759999997, - 33.95218521700008 - ], - [ - -117.30970757399996, - 33.95218576600007 - ], - [ - -117.30970756199997, - 33.952186039000026 - ], - [ - -117.30970754899994, - 33.95218631600005 - ], - [ - -117.30970753699995, - 33.952186589000064 - ], - [ - -117.30970752399998, - 33.952186864000055 - ], - [ - -117.30970751199999, - 33.952187139000046 - ], - [ - -117.30970749899996, - 33.952187415000026 - ], - [ - -117.30970748599998, - 33.95218768700005 - ], - [ - -117.309707474, - 33.95218796200004 - ], - [ - -117.30970746099996, - 33.952188238000076 - ], - [ - -117.30970744899997, - 33.95218851300007 - ], - [ - -117.30970743599994, - 33.95218878700007 - ], - [ - -117.30970742399995, - 33.95218906200006 - ], - [ - -117.30970741099998, - 33.95218933700005 - ], - [ - -117.309707361, - 33.95219043600002 - ], - [ - -117.30970733599997, - 33.95219098600006 - ], - [ - -117.30970732299994, - 33.95219125700004 - ], - [ - -117.30970730999996, - 33.952191535000054 - ], - [ - -117.30970729799998, - 33.952191810000045 - ], - [ - -117.30970728499994, - 33.952192085000036 - ], - [ - -117.30970727199997, - 33.95219235900004 - ], - [ - -117.309707259, - 33.95219263400003 - ], - [ - -117.30970724699995, - 33.952192909000075 - ], - [ - -117.30970723399997, - 33.952193184000066 - ], - [ - -117.30970722099994, - 33.95219345900006 - ], - [ - -117.30970720899995, - 33.95219373400005 - ], - [ - -117.30970719599998, - 33.95219400700006 - ], - [ - -117.309707184, - 33.95219428300004 - ], - [ - -117.30970717099996, - 33.95219455900008 - ], - [ - -117.30970715899997, - 33.95219483200003 - ], - [ - -117.30970714699998, - 33.95219510700008 - ], - [ - -117.30970713799996, - 33.95219530500003 - ], - [ - -117.30970713299996, - 33.95219538200007 - ], - [ - -117.30970711599997, - 33.952195655000025 - ], - [ - -117.30970670199997, - 33.952202243000045 - ], - [ - -117.30970669299995, - 33.952202380000074 - ], - [ - -117.30970667699995, - 33.95220251500007 - ], - [ - -117.30970572999996, - 33.95221106500003 - ], - [ - -117.30970442899996, - 33.95221959000003 - ], - [ - -117.30970315199994, - 33.95222596000008 - ], - [ - -117.30970312399995, - 33.95222609700005 - ], - [ - -117.30970308899998, - 33.952226230000065 - ], - [ - -117.30970139299995, - 33.95223266200003 - ], - [ - -117.309701395, - 33.95223276400003 - ], - [ - -117.30970134499995, - 33.95223293300006 - ], - [ - -117.30970126199998, - 33.952233199000034 - ], - [ - -117.30970118199997, - 33.95223346600005 - ], - [ - -117.309701099, - 33.95223373300007 - ], - [ - -117.30970101599996, - 33.952233997000064 - ], - [ - -117.30970093399998, - 33.952234264000026 - ], - [ - -117.30970084899997, - 33.952234529000066 - ], - [ - -117.309700766, - 33.95223479500004 - ], - [ - -117.30970067799996, - 33.95223506000008 - ], - [ - -117.30970059499998, - 33.95223532500006 - ], - [ - -117.30970050899998, - 33.95223559100003 - ], - [ - -117.30970041899997, - 33.95223585600007 - ], - [ - -117.30970033399996, - 33.952236120000066 - ], - [ - -117.30970024699997, - 33.95223638600004 - ], - [ - -117.30970015999998, - 33.95223665100008 - ], - [ - -117.30970006999996, - 33.95223691600006 - ], - [ - -117.30969998299997, - 33.95223718200003 - ], - [ - -117.30969989199997, - 33.95223744600003 - ], - [ - -117.30969980499998, - 33.95223771000008 - ], - [ - -117.30969971299999, - 33.95223797400007 - ], - [ - -117.30969962599994, - 33.95223824000004 - ], - [ - -117.30969953599998, - 33.95223850700006 - ], - [ - -117.30969944299994, - 33.952238772000044 - ], - [ - -117.30969935299998, - 33.95223903100003 - ], - [ - -117.30969926199998, - 33.95223929800005 - ], - [ - -117.30969917299996, - 33.952239563000035 - ], - [ - -117.30969908099996, - 33.95223982700003 - ], - [ - -117.309698987, - 33.95224009100008 - ], - [ - -117.30969889899995, - 33.95224035700005 - ], - [ - -117.309698804, - 33.952240621000044 - ], - [ - -117.30969871399998, - 33.95224088400005 - ], - [ - -117.30969862299997, - 33.95224114800004 - ], - [ - -117.30969852799996, - 33.952241412000035 - ], - [ - -117.30969825399995, - 33.95224220400007 - ], - [ - -117.30969816199996, - 33.952242470000044 - ], - [ - -117.30969806899998, - 33.95224273600007 - ], - [ - -117.30969797799997, - 33.95224299900008 - ], - [ - -117.30969788399995, - 33.95224326300007 - ], - [ - -117.30969779599997, - 33.952243526000075 - ], - [ - -117.30969770399997, - 33.95224379200005 - ], - [ - -117.309697611, - 33.95224405500005 - ], - [ - -117.30969751799995, - 33.95224432200007 - ], - [ - -117.30969742699995, - 33.952244585000074 - ], - [ - -117.30969733999996, - 33.952244850000056 - ], - [ - -117.30969724899995, - 33.95224511400005 - ], - [ - -117.30969715799995, - 33.95224538000008 - ], - [ - -117.30969706699995, - 33.95224564400007 - ], - [ - -117.30969697799998, - 33.952245908000066 - ], - [ - -117.30969688899995, - 33.95224617200006 - ], - [ - -117.309696799, - 33.95224643700004 - ], - [ - -117.30969671099996, - 33.952246702000025 - ], - [ - -117.30969662099994, - 33.952246966000075 - ], - [ - -117.30969653499994, - 33.95224723200005 - ], - [ - -117.30969644799995, - 33.95224749600004 - ], - [ - -117.30969636099996, - 33.95224776300006 - ], - [ - -117.30969627099995, - 33.95224802600006 - ], - [ - -117.30969610799997, - 33.952248534000034 - ], - [ - -117.30969629799995, - 33.95224824300004 - ], - [ - -117.30969645799996, - 33.95224800400007 - ], - [ - -117.30969661899996, - 33.95224776300006 - ], - [ - -117.30969677999997, - 33.952247526000065 - ], - [ - -117.30969694499998, - 33.952247287000034 - ], - [ - -117.30969710899996, - 33.95224704800006 - ], - [ - -117.30969727599995, - 33.952246811000066 - ], - [ - -117.30969744299995, - 33.95224657400007 - ], - [ - -117.30969761399996, - 33.952246340000045 - ], - [ - -117.30969778599996, - 33.95224610300005 - ], - [ - -117.309697955, - 33.952245868000034 - ], - [ - -117.309698127, - 33.95224563600004 - ], - [ - -117.30969830599997, - 33.952245402000074 - ], - [ - -117.30969847999995, - 33.95224517200006 - ], - [ - -117.30969865999998, - 33.95224494000007 - ], - [ - -117.30969883899996, - 33.95224471000006 - ], - [ - -117.30969901799995, - 33.95224448000005 - ], - [ - -117.30969919899997, - 33.952244250000035 - ], - [ - -117.30969938299995, - 33.95224402100007 - ], - [ - -117.30969956999996, - 33.95224379300004 - ], - [ - -117.30969975499994, - 33.95224356700004 - ], - [ - -117.30969994399999, - 33.95224334100004 - ], - [ - -117.30970013099994, - 33.952243116000034 - ], - [ - -117.30970032199997, - 33.952242891000026 - ], - [ - -117.30970051399999, - 33.952242667000064 - ], - [ - -117.30970070499995, - 33.952242444000035 - ], - [ - -117.30970089699997, - 33.95224222400003 - ], - [ - -117.30970109599997, - 33.95224200100006 - ], - [ - -117.30970129199994, - 33.952241781000055 - ], - [ - -117.30970148799997, - 33.95224156100005 - ], - [ - -117.3097016899999, - 33.95224134000006 - ], - [ - -117.30970188899994, - 33.95224112400007 - ], - [ - -117.30970209399999, - 33.95224090800008 - ], - [ - -117.30970229399998, - 33.95224069000005 - ], - [ - -117.30970250099995, - 33.95224047500005 - ], - [ - -117.30970270599994, - 33.95224026000005 - ], - [ - -117.30970291299997, - 33.95224004700003 - ], - [ - -117.30970312099998, - 33.95223983300008 - ], - [ - -117.30970333099998, - 33.952239623000025 - ], - [ - -117.30970354099998, - 33.95223941100005 - ], - [ - -117.30970375499999, - 33.952239200000065 - ], - [ - -117.30970396799995, - 33.95223898900008 - ], - [ - -117.30970418199996, - 33.95223878300004 - ], - [ - -117.30970439999999, - 33.952238575000024 - ], - [ - -117.30970461499999, - 33.95223837100008 - ], - [ - -117.30970483599998, - 33.95223816300006 - ], - [ - -117.30970505399995, - 33.95223796000005 - ], - [ - -117.30970527599999, - 33.952237755000056 - ], - [ - -117.30970549799997, - 33.95223755000006 - ], - [ - -117.30970572299998, - 33.95223734900003 - ], - [ - -117.30970594699994, - 33.95223714900004 - ], - [ - -117.30970617199995, - 33.952236947000074 - ], - [ - -117.309706399, - 33.952236749000065 - ], - [ - -117.30970662899995, - 33.952236551000055 - ], - [ - -117.309706856, - 33.95223635200006 - ], - [ - -117.30970708599995, - 33.95223615500004 - ], - [ - -117.309707318, - 33.95223596100004 - ], - [ - -117.30970755099997, - 33.95223576600006 - ], - [ - -117.30970778699998, - 33.95223557300005 - ], - [ - -117.30970802099995, - 33.95223538000005 - ], - [ - -117.30970825799994, - 33.95223519000007 - ], - [ - -117.30970849399995, - 33.95223499700006 - ], - [ - -117.30970873399997, - 33.952234807000025 - ], - [ - -117.30970897499998, - 33.95223462000007 - ], - [ - -117.30970922299997, - 33.95223444000004 - ], - [ - -117.309709882, - 33.952234023000074 - ], - [ - -117.30971777699995, - 33.95222885700008 - ], - [ - -117.30972736499996, - 33.95222462500004 - ], - [ - -117.30973844, - 33.95222135400007 - ], - [ - -117.30974108899994, - 33.95222081800006 - ], - [ - -117.30974140399996, - 33.95222075400005 - ], - [ - -117.30974173299995, - 33.95222071000006 - ], - [ - -117.30974205799998, - 33.95222066100007 - ], - [ - -117.30974238199997, - 33.95222061100003 - ], - [ - -117.30974270699994, - 33.95222056100005 - ], - [ - -117.30974303199997, - 33.95222051400003 - ], - [ - -117.30974335699995, - 33.952220468000064 - ], - [ - -117.30974368199998, - 33.952220424000075 - ], - [ - -117.30974400799994, - 33.952220381000075 - ], - [ - -117.30974433399996, - 33.95222034100004 - ], - [ - -117.30974465899999, - 33.95222030100007 - ], - [ - -117.30974498399996, - 33.95222026300007 - ], - [ - -117.30974531599998, - 33.952220225000076 - ], - [ - -117.30974564, - 33.95222018900006 - ], - [ - -117.30974596699997, - 33.95222015300004 - ], - [ - -117.30974629399998, - 33.95222012000005 - ], - [ - -117.30974662199998, - 33.95222008800005 - ], - [ - -117.30974694899999, - 33.95222005900007 - ], - [ - -117.30974727799997, - 33.952220030000035 - ], - [ - -117.309747604, - 33.95222000200005 - ], - [ - -117.30974793399997, - 33.95221997500005 - ], - [ - -117.30974826199997, - 33.95221995000003 - ], - [ - -117.30974859, - 33.952219927000044 - ], - [ - -117.30974891899996, - 33.95221990500005 - ], - [ - -117.30974924699996, - 33.952219883000055 - ], - [ - -117.30974957599994, - 33.95221986300004 - ], - [ - -117.309749905, - 33.95221984600005 - ], - [ - -117.30975023499997, - 33.95221982900006 - ], - [ - -117.30975056499994, - 33.952219815000035 - ], - [ - -117.30975089099996, - 33.952219798000044 - ], - [ - -117.30975122199999, - 33.95221978700005 - ], - [ - -117.30975155199997, - 33.95221977700004 - ], - [ - -117.30975188199994, - 33.95221976700003 - ], - [ - -117.30975221199998, - 33.952219756000034 - ], - [ - -117.30975253999998, - 33.95221974900005 - ], - [ - -117.30975286999995, - 33.95221974300006 - ], - [ - -117.30975319799995, - 33.95221973900004 - ], - [ - -117.30975352999997, - 33.952219737000064 - ], - [ - -117.309753861, - 33.95221973400004 - ], - [ - -117.30975418999998, - 33.95221973400004 - ], - [ - -117.30975451899997, - 33.95221973500003 - ], - [ - -117.30975485099998, - 33.952219737000064 - ], - [ - -117.30975517999997, - 33.95221974200007 - ], - [ - -117.30975550899996, - 33.95221974400005 - ], - [ - -117.30975584199996, - 33.952219753000065 - ], - [ - -117.30975616599994, - 33.95221976100004 - ], - [ - -117.30975649599998, - 33.952219770000056 - ], - [ - -117.30975682599995, - 33.95221978100005 - ], - [ - -117.30975715599999, - 33.95221979200005 - ], - [ - -117.30975748499998, - 33.95221980700006 - ], - [ - -117.30975781499995, - 33.95221982100003 - ], - [ - -117.30975814599998, - 33.95221983700003 - ], - [ - -117.30975847199994, - 33.95221985400008 - ], - [ - -117.30975880099999, - 33.952219874000036 - ], - [ - -117.30975913199995, - 33.95221989500004 - ], - [ - -117.30975945799997, - 33.952219917000036 - ], - [ - -117.30975978699996, - 33.95221993700005 - ], - [ - -117.30976011399997, - 33.95221997300007 - ], - [ - -117.30976362699994, - 33.952220358000034 - ], - [ - -117.30977505799996, - 33.952222661000064 - ], - [ - -117.31009566399996, - 33.952335763000065 - ], - [ - -117.31006684899995, - 33.952514774000065 - ], - [ - -117.31006106799998, - 33.95255069800004 - ], - [ - -117.31009151099994, - 33.95271970300007 - ], - [ - -117.31010461899996, - 33.95279248300005 - ], - [ - -117.31011000199999, - 33.95282235500002 - ], - [ - -117.31011887499994, - 33.952821732000075 - ], - [ - -117.31041679899994, - 33.95280082800008 - ], - [ - -117.31043110399997, - 33.95279982400007 - ], - [ - -117.31071424299995, - 33.952779958000065 - ], - [ - -117.31075145699998, - 33.95277734500007 - ], - [ - -117.31102822899999, - 33.952757924000025 - ], - [ - -117.31107291, - 33.95275478800005 - ], - [ - -117.31125450599995, - 33.95274204400005 - ], - [ - -117.31139986499994, - 33.95273184800004 - ], - [ - -117.31147461999996, - 33.952726609000024 - ], - [ - -117.31149537299996, - 33.95272515700003 - ], - [ - -117.31157319299996, - 33.95271970300007 - ], - [ - -117.31159367199996, - 33.952715580000074 - ], - [ - -117.31159777399995, - 33.95275525200003 - ], - [ - -117.31162531799998, - 33.953020336000066 - ], - [ - -117.31162643699997, - 33.95302519300003 - ], - [ - -117.311626521, - 33.95302545900006 - ], - [ - -117.31162802499995, - 33.95302981200007 - ], - [ - -117.31162902999995, - 33.95303206500006 - ], - [ - -117.31163002599999, - 33.95303432000003 - ], - [ - -117.311632826, - 33.953039140000044 - ], - [ - -117.311634557, - 33.95304155700006 - ], - [ - -117.31163627499996, - 33.953043981000064 - ], - [ - -117.31164048999995, - 33.95304863900003 - ], - [ - -117.31164506799996, - 33.95305287200006 - ], - [ - -117.31164518099996, - 33.953052969000055 - ], - [ - -117.31164529999995, - 33.95305306400007 - ], - [ - -117.31164945399996, - 33.95305620100004 - ], - [ - -117.31165595799996, - 33.95306018500003 - ], - [ - -117.31166205399995, - 33.95306319100007 - ], - [ - -117.31166621799997, - 33.95306484400004 - ], - [ - -117.31166652199994, - 33.95306495700004 - ], - [ - -117.31166667199994, - 33.95306501300007 - ], - [ - -117.31166682699995, - 33.95306506500003 - ], - [ - -117.31167160299998, - 33.953066568000054 - ], - [ - -117.31167444799996, - 33.95306726800004 - ], - [ - -117.31167729199996, - 33.953067969000074 - ], - [ - -117.31168376099998, - 33.953069020000044 - ], - [ - -117.31169080799998, - 33.95306961800003 - ], - [ - -117.31169113699997, - 33.95306962700005 - ], - [ - -117.31169369899999, - 33.953069640000024 - ], - [ - -117.31170307999997, - 33.95314754700007 - ], - [ - -117.31170643399997, - 33.95324007500005 - ], - [ - -117.31170410199996, - 33.953240513000026 - ], - [ - -117.31170394099996, - 33.953240547000064 - ], - [ - -117.31170378199994, - 33.95324058500006 - ], - [ - -117.31169874299997, - 33.953241881000054 - ], - [ - -117.31169322599999, - 33.95324370000003 - ], - [ - -117.31168748899995, - 33.953246111000055 - ], - [ - -117.31168053099998, - 33.95324978200006 - ], - [ - -117.31167544799996, - 33.953253061000055 - ], - [ - -117.31167532299997, - 33.953253148000044 - ], - [ - -117.31167519999997, - 33.95325323800006 - ], - [ - -117.31167328299995, - 33.95325475100003 - ], - [ - -117.31167123999995, - 33.953256346000046 - ], - [ - -117.31167103599995, - 33.95325653100008 - ], - [ - -117.31166481099996, - 33.95326145800004 - ], - [ - -117.31166083199997, - 33.953267319000076 - ], - [ - -117.31165992999996, - 33.95326840100006 - ], - [ - -117.31165880599997, - 33.953270305000046 - ], - [ - -117.31165863999996, - 33.953270549000024 - ], - [ - -117.31165858099996, - 33.95327067100004 - ], - [ - -117.31165849899998, - 33.95327079200007 - ], - [ - -117.31165834299998, - 33.95327103400007 - ], - [ - -117.31165819599994, - 33.953271279000035 - ], - [ - -117.311658046, - 33.95327152400006 - ], - [ - -117.31165789599999, - 33.95327177100006 - ], - [ - -117.31165774899995, - 33.953272018000064 - ], - [ - -117.31165760299996, - 33.95327226000006 - ], - [ - -117.31165735099995, - 33.953272696000056 - ], - [ - -117.31165722499998, - 33.95327295000004 - ], - [ - -117.31165710599998, - 33.95327320700005 - ], - [ - -117.31165699099995, - 33.95327346300007 - ], - [ - -117.31165582399996, - 33.95327614300004 - ], - [ - -117.31165509599998, - 33.953277815000035 - ], - [ - -117.31165497499995, - 33.95327806300003 - ], - [ - -117.31165491499996, - 33.953278236000074 - ], - [ - -117.31165393599997, - 33.953280988000074 - ], - [ - -117.311653219, - 33.95328300500006 - ], - [ - -117.31165278399999, - 33.953284162000045 - ], - [ - -117.31165270799994, - 33.953284445000065 - ], - [ - -117.31165310199998, - 33.953288548000046 - ], - [ - -117.311655939, - 33.95331809800007 - ], - [ - -117.31165701499998, - 33.95332930300003 - ], - [ - -117.31166160999999, - 33.953377164000074 - ], - [ - -117.31166628499994, - 33.95342584800005 - ], - [ - -117.31167078099998, - 33.95347267400007 - ], - [ - -117.31169464199996, - 33.95371191400005 - ], - [ - -117.31170078199995, - 33.95376877800004 - ], - [ - -117.31185505899998, - 33.95378032700006 - ], - [ - -117.312055913, - 33.95379536100006 - ], - [ - -117.31225227299996, - 33.953810059000034 - ], - [ - -117.31234983499996, - 33.95381736200005 - ], - [ - -117.31266340699995, - 33.953840831000036 - ], - [ - -117.31296366499998, - 33.95386330400004 - ], - [ - -117.31311168899998, - 33.95387438400007 - ], - [ - -117.31327399599996, - 33.95388653100008 - ], - [ - -117.31351678399994, - 33.953904702000045 - ], - [ - -117.31379211899997, - 33.95392604800003 - ], - [ - -117.31379205999997, - 33.953938049000044 - ], - [ - -117.31379046299998, - 33.95426159600004 - ], - [ - -117.31378949799995, - 33.95445724600006 - ], - [ - -117.31378870299994, - 33.95461840300004 - ], - [ - -117.313786704, - 33.95502307100003 - ], - [ - -117.31378670299995, - 33.95502312700006 - ], - [ - -117.31378664099998, - 33.95503583800007 - ], - [ - -117.31378642899995, - 33.95507874100008 - ], - [ - -117.31386272999998, - 33.95509774800007 - ], - [ - -117.31388406399998, - 33.955103063000024 - ], - [ - -117.314344157, - 33.955217677000064 - ], - [ - -117.31433586699995, - 33.955266978000054 - ], - [ - -117.31432654699995, - 33.95531615200008 - ], - [ - -117.31432379799998, - 33.95532609600008 - ], - [ - -117.314321254, - 33.95533607500005 - ], - [ - -117.31431892299997, - 33.955346090000035 - ], - [ - -117.31431680299994, - 33.95535613900006 - ], - [ - -117.31431489299996, - 33.95536621600007 - ], - [ - -117.31431319399996, - 33.95537632000003 - ], - [ - -117.31431170499997, - 33.95538644800007 - ], - [ - -117.31431042999998, - 33.955396595000025 - ], - [ - -117.31430936899994, - 33.95540675900003 - ], - [ - -117.31430851799996, - 33.95541693700005 - ], - [ - -117.31430788399996, - 33.955427127000064 - ], - [ - -117.31430746199999, - 33.95543732200008 - ], - [ - -117.31430724999996, - 33.95545670700005 - ], - [ - -117.31430396099995, - 33.955491049000045 - ], - [ - -117.31428140599996, - 33.95572654000006 - ], - [ - -117.31427079499997, - 33.95583735300005 - ], - [ - -117.314247245, - 33.956083266000064 - ], - [ - -117.31424564799994, - 33.956099581000046 - ], - [ - -117.31424439499995, - 33.95611591900007 - ], - [ - -117.31424348499996, - 33.95613227300004 - ], - [ - -117.31424291499997, - 33.95614863700007 - ], - [ - -117.31424268999996, - 33.95616500600005 - ], - [ - -117.31424280899995, - 33.956181376000075 - ], - [ - -117.31424326899997, - 33.956197743000075 - ], - [ - -117.31424407299994, - 33.95621410100006 - ], - [ - -117.31424521899999, - 33.95623044300004 - ], - [ - -117.31424670799998, - 33.95624676600005 - ], - [ - -117.31424673199996, - 33.95624704100004 - ], - [ - -117.31424675399995, - 33.95624731600003 - ], - [ - -117.31424677599995, - 33.956247587000064 - ], - [ - -117.31424679999998, - 33.956247863000044 - ], - [ - -117.31424682499994, - 33.956248137000046 - ], - [ - -117.31424685099995, - 33.956248412000036 - ], - [ - -117.31424687299995, - 33.95624868600004 - ], - [ - -117.31424689799996, - 33.95624895900005 - ], - [ - -117.31424692399997, - 33.95624923300005 - ], - [ - -117.31424694799995, - 33.95624950700005 - ], - [ - -117.31424697299997, - 33.95624978300003 - ], - [ - -117.31424699899998, - 33.956250055000055 - ], - [ - -117.31424702599998, - 33.95625032800007 - ], - [ - -117.31424705199998, - 33.95625060300006 - ], - [ - -117.31424707999997, - 33.95625088000003 - ], - [ - -117.31424710399995, - 33.95625115000007 - ], - [ - -117.31424713299998, - 33.95625142500006 - ], - [ - -117.31424715999998, - 33.95625170000005 - ], - [ - -117.31424718899996, - 33.95625197100003 - ], - [ - -117.31424721699995, - 33.956252246000076 - ], - [ - -117.31424724599998, - 33.95625252100007 - ], - [ - -117.31424727299998, - 33.95625279200004 - ], - [ - -117.31424730099997, - 33.956253068000024 - ], - [ - -117.31424732999994, - 33.956253342000025 - ], - [ - -117.31424736099996, - 33.95625361500004 - ], - [ - -117.31424739, - 33.95625388800005 - ], - [ - -117.314247417, - 33.95625416200005 - ], - [ - -117.314247449, - 33.95625443700004 - ], - [ - -117.31424747799997, - 33.95625470900006 - ], - [ - -117.314247508, - 33.956254985000044 - ], - [ - -117.31424754099999, - 33.956255257000066 - ], - [ - -117.31424757099995, - 33.95625552800004 - ], - [ - -117.31424760199997, - 33.95625580500007 - ], - [ - -117.31424763399997, - 33.956256078000024 - ], - [ - -117.31424766599997, - 33.956256352000025 - ], - [ - -117.31424769799997, - 33.95625662300006 - ], - [ - -117.31424772999998, - 33.95625689900004 - ], - [ - -117.31424776199998, - 33.95625717300004 - ], - [ - -117.31424779899999, - 33.95625744500006 - ], - [ - -117.31424782999994, - 33.95625771700003 - ], - [ - -117.31424786499997, - 33.956257992000076 - ], - [ - -117.31424789599998, - 33.95625826400004 - ], - [ - -117.31424793099995, - 33.95625853900003 - ], - [ - -117.314247965, - 33.956258813000034 - ], - [ - -117.314248, - 33.95625908400007 - ], - [ - -117.314248035, - 33.95625935900006 - ], - [ - -117.31424806899997, - 33.95625963100008 - ], - [ - -117.31424810399994, - 33.956259903000046 - ], - [ - -117.31424814099995, - 33.956260178000036 - ], - [ - -117.31424817599998, - 33.95626045100005 - ], - [ - -117.31424821199994, - 33.956260722000025 - ], - [ - -117.31424824799996, - 33.95626099700007 - ], - [ - -117.31424828599995, - 33.95626127000003 - ], - [ - -117.31424832099998, - 33.95626154400003 - ], - [ - -117.31424835999997, - 33.95626181600005 - ], - [ - -117.31424839699997, - 33.95626209000005 - ], - [ - -117.31424843299999, - 33.95626236100003 - ], - [ - -117.31424847199997, - 33.95626263500003 - ], - [ - -117.31424851199995, - 33.95626290900003 - ], - [ - -117.31424854799997, - 33.95626318300003 - ], - [ - -117.31424858799994, - 33.956263453000076 - ], - [ - -117.31424862699998, - 33.95626372700008 - ], - [ - -117.31424866699996, - 33.95626399900004 - ], - [ - -117.31424870599994, - 33.956264273000045 - ], - [ - -117.31424874299995, - 33.95626454500007 - ], - [ - -117.31424878799999, - 33.95626481800008 - ], - [ - -117.31424882699997, - 33.956265090000045 - ], - [ - -117.314248868, - 33.956265364000046 - ], - [ - -117.31424890699998, - 33.95626563700006 - ], - [ - -117.31424894899999, - 33.95626591000007 - ], - [ - -117.31424898899996, - 33.956266181000046 - ], - [ - -117.31424903199996, - 33.95626645500005 - ], - [ - -117.31424907199994, - 33.95626672700007 - ], - [ - -117.31424911399995, - 33.956266999000036 - ], - [ - -117.31424915799994, - 33.95626726800003 - ], - [ - -117.31424920099994, - 33.95626754500006 - ], - [ - -117.31424924199996, - 33.95626781800007 - ], - [ - -117.31424928899997, - 33.95626808600008 - ], - [ - -117.31424932999994, - 33.95626836200006 - ], - [ - -117.31424937299994, - 33.956268633000036 - ], - [ - -117.31424941799997, - 33.95626890600005 - ], - [ - -117.31424946299995, - 33.95626918000005 - ], - [ - -117.31424950799999, - 33.95626944900005 - ], - [ - -117.31424954899995, - 33.95626972100007 - ], - [ - -117.31424959399999, - 33.95626999500007 - ], - [ - -117.31424964099995, - 33.95627027000006 - ], - [ - -117.31424968399995, - 33.95627053900006 - ], - [ - -117.31424973299994, - 33.956270811000024 - ], - [ - -117.31424977899997, - 33.956271085000026 - ], - [ - -117.31424982699997, - 33.95627135800004 - ], - [ - -117.314249873, - 33.956271627000035 - ], - [ - -117.31424991899996, - 33.95627190000005 - ], - [ - -117.31424996599998, - 33.95627217300006 - ], - [ - -117.314250013, - 33.956272444000035 - ], - [ - -117.31425005999995, - 33.95627271500007 - ], - [ - -117.31425010799995, - 33.956272987000034 - ], - [ - -117.31425015599996, - 33.95627325600003 - ], - [ - -117.31425020599994, - 33.95627353000003 - ], - [ - -117.31425025299995, - 33.956273804000034 - ], - [ - -117.31425030599996, - 33.95627407500007 - ], - [ - -117.31425035499996, - 33.95627434700003 - ], - [ - -117.31425040299996, - 33.956274619000055 - ], - [ - -117.31425045099996, - 33.95627488900004 - ], - [ - -117.31425049999996, - 33.95627516300004 - ], - [ - -117.31425056399996, - 33.95627543300003 - ], - [ - -117.31425058699995, - 33.956275568000024 - ], - [ - -117.31425061299996, - 33.956275703000074 - ], - [ - -117.31425066699995, - 33.95627597400005 - ], - [ - -117.31425070299997, - 33.95627624600007 - ], - [ - -117.31425075599998, - 33.95627651800004 - ], - [ - -117.31425080699995, - 33.95627679000006 - ], - [ - -117.31425085899997, - 33.95627706200003 - ], - [ - -117.31425091199998, - 33.95627733300006 - ], - [ - -117.31425096399994, - 33.956277603000046 - ], - [ - -117.31425101699995, - 33.95627787600006 - ], - [ - -117.31425106699999, - 33.956278148000024 - ], - [ - -117.31425112099998, - 33.95627841800007 - ], - [ - -117.31425117499998, - 33.956278689000044 - ], - [ - -117.31425122699994, - 33.956278962000056 - ], - [ - -117.31425128199999, - 33.95627923100005 - ], - [ - -117.31425133899995, - 33.95627950000005 - ], - [ - -117.31425139299995, - 33.95627977400005 - ], - [ - -117.31425144599996, - 33.95628004300005 - ], - [ - -117.314251502, - 33.95628031500007 - ], - [ - -117.31425155699998, - 33.95628058500006 - ], - [ - -117.31425161299995, - 33.95628085800007 - ], - [ - -117.31425166599996, - 33.95628112800006 - ], - [ - -117.31425172399997, - 33.956281398000044 - ], - [ - -117.31425178099994, - 33.95628166900008 - ], - [ - -117.3142518399999, - 33.956281938000075 - ], - [ - -117.31425189599997, - 33.956282212000076 - ], - [ - -117.31425196499998, - 33.95628247800005 - ], - [ - -117.31425201899998, - 33.95628275000007 - ], - [ - -117.31425207299998, - 33.95628302100005 - ], - [ - -117.31425213499995, - 33.956283291000034 - ], - [ - -117.31425218099997, - 33.95628356200007 - ], - [ - -117.31425223999997, - 33.95628383300004 - ], - [ - -117.31425229799999, - 33.956284105000066 - ], - [ - -117.31425236099994, - 33.95628437400006 - ], - [ - -117.31425241699998, - 33.95628464500004 - ], - [ - -117.31425247399994, - 33.95628491400004 - ], - [ - -117.31425253599997, - 33.95628518600006 - ], - [ - -117.31425259599996, - 33.95628545500006 - ], - [ - -117.31425265699994, - 33.95628572700008 - ], - [ - -117.31425271699999, - 33.95628599500003 - ], - [ - -117.31425277799997, - 33.95628626700005 - ], - [ - -117.31425284099998, - 33.95628653600005 - ], - [ - -117.31425289999999, - 33.95628680600004 - ], - [ - -117.31425295999998, - 33.956287074000045 - ], - [ - -117.31425302399998, - 33.95628734600007 - ], - [ - -117.31425308399997, - 33.956287616000054 - ], - [ - -117.31425314699999, - 33.95628788400006 - ], - [ - -117.314253211, - 33.95628815600003 - ], - [ - -117.31425327199997, - 33.95628842700006 - ], - [ - -117.31425333699997, - 33.95628869400008 - ], - [ - -117.31425339999998, - 33.956288966000045 - ], - [ - -117.31425346299994, - 33.95628923400005 - ], - [ - -117.31425352599996, - 33.95628950500003 - ], - [ - -117.31425359099995, - 33.95628977500007 - ], - [ - -117.31425365599995, - 33.956290042000035 - ], - [ - -117.31425371899996, - 33.95629031400006 - ], - [ - -117.3142538, - 33.95629057800005 - ], - [ - -117.31425386199999, - 33.95629084800004 - ], - [ - -117.31425389299994, - 33.95629098500007 - ], - [ - -117.31425392699998, - 33.956291117000035 - ], - [ - -117.31425398099998, - 33.95629138900006 - ], - [ - -117.31425404699996, - 33.956291658000055 - ], - [ - -117.31425411299995, - 33.95629192700005 - ], - [ - -117.31425417899999, - 33.95629219600005 - ], - [ - -117.31425424599996, - 33.956292466000036 - ], - [ - -117.31425431199995, - 33.95629273600008 - ], - [ - -117.31425437999997, - 33.95629300300004 - ], - [ - -117.31425445099995, - 33.956293274000075 - ], - [ - -117.31425451499996, - 33.956293541000036 - ], - [ - -117.314254582, - 33.956293810000034 - ], - [ - -117.31425465099994, - 33.95629408100007 - ], - [ - -117.31425472099994, - 33.956294350000064 - ], - [ - -117.31425478899996, - 33.95629461800007 - ], - [ - -117.31425485899996, - 33.95629488600002 - ], - [ - -117.31425492799997, - 33.956295157000056 - ], - [ - -117.31425499599999, - 33.956295425000064 - ], - [ - -117.31425506599999, - 33.95629569000005 - ], - [ - -117.31425513799996, - 33.95629596100002 - ], - [ - -117.31425520799996, - 33.95629622800004 - ], - [ - -117.31425527699997, - 33.95629649600005 - ], - [ - -117.31425534999994, - 33.956296767000026 - ], - [ - -117.31425542099998, - 33.956297034000045 - ], - [ - -117.31425549099998, - 33.95629730200005 - ], - [ - -117.31425556299996, - 33.95629757200004 - ], - [ - -117.31425563399995, - 33.95629783900006 - ], - [ - -117.31425570799996, - 33.95629810500003 - ], - [ - -117.31425577699997, - 33.95629837600006 - ], - [ - -117.31425585499994, - 33.95629864500006 - ], - [ - -117.31425592399995, - 33.95629891100003 - ], - [ - -117.31425599799996, - 33.95629917900004 - ], - [ - -117.31425607199998, - 33.95629944800004 - ], - [ - -117.31425614499994, - 33.95629971400007 - ], - [ - -117.31425621899996, - 33.956299982000075 - ], - [ - -117.31425629199998, - 33.95630025000003 - ], - [ - -117.31425636899996, - 33.956300517000045 - ], - [ - -117.31425644199999, - 33.95630078700003 - ], - [ - -117.31425651599994, - 33.95630105300006 - ], - [ - -117.31425659299998, - 33.956301318000044 - ], - [ - -117.31425666699994, - 33.95630158900008 - ], - [ - -117.31425674499997, - 33.95630185500005 - ], - [ - -117.31425682099996, - 33.95630212400005 - ], - [ - -117.31425689599996, - 33.956302390000076 - ], - [ - -117.31425697399999, - 33.95630265700004 - ], - [ - -117.314257049, - 33.956302925000045 - ], - [ - -117.31425712599997, - 33.956303192000064 - ], - [ - -117.31425720299995, - 33.95630346000007 - ], - [ - -117.31425727799996, - 33.956303726000044 - ], - [ - -117.31425735999994, - 33.95630399200007 - ], - [ - -117.31425743799997, - 33.956304259000035 - ], - [ - -117.31425751599994, - 33.95630452700004 - ], - [ - -117.31425759499996, - 33.95630479300007 - ], - [ - -117.31425767299999, - 33.956305060000034 - ], - [ - -117.314257753, - 33.95630532800004 - ], - [ - -117.31425783199995, - 33.95630559400007 - ], - [ - -117.31425791299995, - 33.95630586000004 - ], - [ - -117.31425799199997, - 33.95630612700006 - ], - [ - -117.31425807099998, - 33.95630639400002 - ], - [ - -117.31425815199998, - 33.95630666000005 - ], - [ - -117.31425823199999, - 33.95630692800006 - ], - [ - -117.31425831599995, - 33.95630719300004 - ], - [ - -117.31425839599996, - 33.95630745900007 - ], - [ - -117.31425847699995, - 33.956307725000045 - ], - [ - -117.31425855599997, - 33.956307991000074 - ], - [ - -117.31425863799996, - 33.956308257000046 - ], - [ - -117.31425872299997, - 33.956308524000065 - ], - [ - -117.31425880399996, - 33.95630878900005 - ], - [ - -117.31425888799998, - 33.956309057000055 - ], - [ - -117.314258968, - 33.95630932300003 - ], - [ - -117.31425905199995, - 33.95630958700008 - ], - [ - -117.31425913699996, - 33.95630985300005 - ], - [ - -117.31425921899995, - 33.95631012100006 - ], - [ - -117.31425930599994, - 33.95631038500005 - ], - [ - -117.31425938999996, - 33.956310651000024 - ], - [ - -117.31425947399998, - 33.95631091700005 - ], - [ - -117.31425957, - 33.95631117800008 - ], - [ - -117.31425960999997, - 33.95631131300007 - ], - [ - -117.31425965399995, - 33.95631144500004 - ], - [ - -117.31425972599999, - 33.95631171500003 - ], - [ - -117.31425981399997, - 33.95631197900008 - ], - [ - -117.31425989899998, - 33.95631224300007 - ], - [ - -117.31425998699996, - 33.95631251100008 - ], - [ - -117.31426007099998, - 33.956312774000025 - ], - [ - -117.31426015899996, - 33.956313039000065 - ], - [ - -117.31426024499996, - 33.95631330600003 - ], - [ - -117.31426033199995, - 33.95631357100007 - ], - [ - -117.314260419, - 33.956313833000024 - ], - [ - -117.31426050799996, - 33.95631410000004 - ], - [ - -117.31426059599994, - 33.95631436600007 - ], - [ - -117.31426068299999, - 33.956314630000065 - ], - [ - -117.314260774, - 33.95631489300007 - ], - [ - -117.31426086099998, - 33.95631515900004 - ], - [ - -117.31426094799997, - 33.956315421000056 - ], - [ - -117.31426103799998, - 33.956315689000064 - ], - [ - -117.31426112699995, - 33.95631595400005 - ], - [ - -117.31426121699997, - 33.95631621800004 - ], - [ - -117.31426130899996, - 33.956316482000034 - ], - [ - -117.31426139699994, - 33.95631674700007 - ], - [ - -117.31426148799994, - 33.95631700800004 - ], - [ - -117.31426157799996, - 33.95631727400007 - ], - [ - -117.31426166799997, - 33.956317539000054 - ], - [ - -117.31426176199994, - 33.95631780100007 - ], - [ - -117.31426185199996, - 33.95631806800003 - ], - [ - -117.31426194399995, - 33.956318328000066 - ], - [ - -117.31426203399997, - 33.95631859300005 - ], - [ - -117.31426212699995, - 33.95631885700004 - ], - [ - -117.31426221799995, - 33.95631912300007 - ], - [ - -117.31426231299997, - 33.956319387000065 - ], - [ - -117.31426240499997, - 33.95631964900008 - ], - [ - -117.31426249799995, - 33.95631991400006 - ], - [ - -117.31426255799994, - 33.95632004200007 - ], - [ - -117.31426259199998, - 33.95632017600008 - ], - [ - -117.31426268499996, - 33.956320439000024 - ], - [ - -117.31426277999998, - 33.956320703000074 - ], - [ - -117.31426287399995, - 33.95632096700007 - ], - [ - -117.31426296899997, - 33.95632123000007 - ], - [ - -117.31426306099996, - 33.956321493000075 - ], - [ - -117.31426315799996, - 33.95632175500003 - ], - [ - -117.31426325599995, - 33.95632202000007 - ], - [ - -117.31426334899999, - 33.95632228100004 - ], - [ - -117.31426344399995, - 33.956322543000056 - ], - [ - -117.31426353899997, - 33.95632280700005 - ], - [ - -117.31426363599996, - 33.95632307100004 - ], - [ - -117.31426373399995, - 33.95632333300006 - ], - [ - -117.31426383099995, - 33.95632359700005 - ], - [ - -117.31426392799995, - 33.956323859000065 - ], - [ - -117.31426402499994, - 33.95632412100008 - ], - [ - -117.31426412099995, - 33.95632438500007 - ], - [ - -117.314264219, - 33.95632464600004 - ], - [ - -117.31426431799997, - 33.956324909000045 - ], - [ - -117.31426441399998, - 33.95632517200005 - ], - [ - -117.31426451399994, - 33.95632543500005 - ], - [ - -117.31426460999995, - 33.95632569400004 - ], - [ - -117.31426471199995, - 33.956325958000036 - ], - [ - -117.31426480899995, - 33.95632622000005 - ], - [ - -117.31426490999996, - 33.956326481000076 - ], - [ - -117.31426500899994, - 33.956326742000044 - ], - [ - -117.31426510799997, - 33.95632700600004 - ], - [ - -117.31426522199996, - 33.95632726300005 - ], - [ - -117.31426531899996, - 33.95632752700004 - ], - [ - -117.31426536799995, - 33.95632765800008 - ], - [ - -117.31426542, - 33.95632778800007 - ], - [ - -117.31426552299996, - 33.956328049000035 - ], - [ - -117.31426562799999, - 33.95632831100005 - ], - [ - -117.31426571699996, - 33.95632857600003 - ], - [ - -117.31426581799997, - 33.95632883800005 - ], - [ - -117.314265918, - 33.95632909700004 - ], - [ - -117.31426602099998, - 33.95632935900005 - ], - [ - -117.31426612599995, - 33.95632961900003 - ], - [ - -117.31426622699996, - 33.956329882000034 - ], - [ - -117.31426633099994, - 33.95633014300006 - ], - [ - -117.31426643299994, - 33.95633040200005 - ], - [ - -117.31426653699998, - 33.95633066500005 - ], - [ - -117.31426664099996, - 33.95633092500003 - ], - [ - -117.31426674599999, - 33.95633118500007 - ], - [ - -117.31426684899998, - 33.956331447000025 - ], - [ - -117.314266955, - 33.95633170800005 - ], - [ - -117.31426705999996, - 33.95633196600005 - ], - [ - -117.31426716699997, - 33.95633222600003 - ], - [ - -117.31426727099995, - 33.95633248900003 - ], - [ - -117.31426737499999, - 33.95633274900007 - ], - [ - -117.31426748099994, - 33.95633301000004 - ], - [ - -117.31426758499998, - 33.95633327100006 - ], - [ - -117.31426769499996, - 33.95633352900006 - ], - [ - -117.314267799, - 33.95633379100008 - ], - [ - -117.31426790399996, - 33.956334050000066 - ], - [ - -117.31426800999998, - 33.956334309000056 - ], - [ - -117.31426813299998, - 33.95633456500008 - ], - [ - -117.31426823899994, - 33.956334828000024 - ], - [ - -117.31454332299995, - 33.95725857100007 - ], - [ - -117.31456745899999, - 33.95733969300005 - ], - [ - -117.31376410899998, - 33.95732807500008 - ], - [ - -117.31376350899995, - 33.95732806600006 - ], - [ - -117.31376111099996, - 33.95756467600006 - ], - [ - -117.31376131099995, - 33.95757800700005 - ], - [ - -117.31376008899997, - 33.95762231300006 - ], - [ - -117.313760818, - 33.957622155000024 - ], - [ - -117.31375958499996, - 33.95773206500007 - ], - [ - -117.31375956899996, - 33.957733819000055 - ], - [ - -117.313311436, - 33.95778925500008 - ], - [ - -117.31252788999996, - 33.95788409600004 - ], - [ - -117.311866555, - 33.95796392200003 - ], - [ - -117.31129288299996, - 33.95799212400004 - ], - [ - -117.31101943999994, - 33.95803338600007 - ], - [ - -117.31134452999999, - 33.95857800700003 - ], - [ - -117.31179681099997, - 33.95938216700006 - ], - [ - -117.312164425, - 33.95993972100007 - ], - [ - -117.31250702899996, - 33.96018048800005 - ], - [ - -117.31283897799995, - 33.960313616000064 - ], - [ - -117.31315108899997, - 33.96039854600008 - ], - [ - -117.31372879799994, - 33.960464615000035 - ], - [ - -117.31372397499996, - 33.960893044000045 - ], - [ - -117.31315681299998, - 33.96090866600008 - ], - [ - -117.31266177099997, - 33.96092230000005 - ], - [ - -117.312531977, - 33.960925873000065 - ], - [ - -117.312500221, - 33.96092674700003 - ], - [ - -117.31249869699997, - 33.96092678900004 - ], - [ - -117.31213829099994, - 33.960936712000034 - ], - [ - -117.31082307699995, - 33.960972914000024 - ], - [ - -117.31081172199998, - 33.96097322600008 - ], - [ - -117.31081150199998, - 33.96097323200007 - ], - [ - -117.31077617499994, - 33.960974203000035 - ], - [ - -117.31119330699994, - 33.96160082400007 - ], - [ - -117.31134101299995, - 33.96182271500004 - ], - [ - -117.31134245199996, - 33.96182488200003 - ], - [ - -117.31134260299996, - 33.96182511100005 - ], - [ - -117.31134340299997, - 33.96182631500005 - ], - [ - -117.31134419999995, - 33.96182751600003 - ], - [ - -117.31134477799998, - 33.96182838800007 - ], - [ - -117.31134499799998, - 33.96182871900004 - ], - [ - -117.31134579499997, - 33.96182992200005 - ], - [ - -117.311346588, - 33.96183112600005 - ], - [ - -117.31134738299994, - 33.96183233100004 - ], - [ - -117.31134817799995, - 33.96183353400005 - ], - [ - -117.31134896799995, - 33.96183473800005 - ], - [ - -117.31134975899994, - 33.96183594300004 - ], - [ - -117.31135020799996, - 33.96183662400006 - ], - [ - -117.31135055399994, - 33.96183714700004 - ], - [ - -117.31135130099995, - 33.961838284000066 - ], - [ - -117.31135134199997, - 33.961838356000044 - ], - [ - -117.31135213599998, - 33.96183956100003 - ], - [ - -117.31135292599998, - 33.961840764000044 - ], - [ - -117.31135371499994, - 33.96184197100007 - ], - [ - -117.31135450299996, - 33.96184317800004 - ], - [ - -117.31135529199997, - 33.96184438600005 - ], - [ - -117.31135586599999, - 33.96184526800005 - ], - [ - -117.31135607799996, - 33.96184559300008 - ], - [ - -117.31135668999997, - 33.96184653000006 - ], - [ - -117.31135686599998, - 33.961846800000046 - ], - [ - -117.31135765, - 33.96184800900005 - ], - [ - -117.31135820399999, - 33.96184886100008 - ], - [ - -117.31135843499999, - 33.961849217000065 - ], - [ - -117.31135866999995, - 33.961849580000035 - ], - [ - -117.31135921799995, - 33.96185042700006 - ], - [ - -117.31135940999997, - 33.961850723000055 - ], - [ - -117.31136000499998, - 33.96185163400003 - ], - [ - -117.31136078799994, - 33.96185284400008 - ], - [ - -117.31136156899998, - 33.961854053000025 - ], - [ - -117.31136235099996, - 33.961855263000075 - ], - [ - -117.31136312999996, - 33.96185647500005 - ], - [ - -117.311363912, - 33.96185768400005 - ], - [ - -117.31136427499996, - 33.96185824600008 - ], - [ - -117.31136469399996, - 33.961858894000045 - ], - [ - -117.31136522799994, - 33.96185973000007 - ], - [ - -117.31136546699997, - 33.96186010500003 - ], - [ - -117.31136548899997, - 33.961860139000066 - ], - [ - -117.31136624699997, - 33.96186131500008 - ], - [ - -117.31136702999999, - 33.96186252600006 - ], - [ - -117.31136742199999, - 33.96186314200003 - ], - [ - -117.31136780299994, - 33.96186374200005 - ], - [ - -117.31136857899997, - 33.96186495300003 - ], - [ - -117.31136935399996, - 33.96186616400007 - ], - [ - -117.31136936999997, - 33.961866189000034 - ], - [ - -117.31137012799996, - 33.96186737700003 - ], - [ - -117.31137090299995, - 33.96186859100004 - ], - [ - -117.31137167499998, - 33.96186980400006 - ], - [ - -117.31137244699994, - 33.96187101700008 - ], - [ - -117.31137321899996, - 33.96187223100003 - ], - [ - -117.31137344899997, - 33.96187259000004 - ], - [ - -117.31137399199997, - 33.96187344500004 - ], - [ - -117.31137472899997, - 33.96187460400006 - ], - [ - -117.31137476299995, - 33.961874658000056 - ], - [ - -117.31137553099995, - 33.96187587600008 - ], - [ - -117.31137630099994, - 33.961877091000076 - ], - [ - -117.31137706899995, - 33.96187830800005 - ], - [ - -117.31137783699995, - 33.96187952100007 - ], - [ - -117.31137860399997, - 33.961880740000026 - ], - [ - -117.311379107, - 33.96188153800006 - ], - [ - -117.31137937199998, - 33.961881954000035 - ], - [ - -117.31137975399997, - 33.96188256200003 - ], - [ - -117.311380139, - 33.96188317100007 - ], - [ - -117.31138056999998, - 33.96188386000006 - ], - [ - -117.31138090199994, - 33.961884388000044 - ], - [ - -117.31138114399994, - 33.961884774000055 - ], - [ - -117.31138166499994, - 33.96188560600007 - ], - [ - -117.31138207899994, - 33.96188626400004 - ], - [ - -117.31138243099997, - 33.96188682300004 - ], - [ - -117.31138286299995, - 33.96188751300008 - ], - [ - -117.31138319299998, - 33.961888040000076 - ], - [ - -117.31138360099999, - 33.96188869400004 - ], - [ - -117.31138395499994, - 33.96188925800004 - ], - [ - -117.31138418399996, - 33.96188962900004 - ], - [ - -117.31138471499997, - 33.96189047900003 - ], - [ - -117.31138516699997, - 33.961891200000025 - ], - [ - -117.31138547899997, - 33.961891698000045 - ], - [ - -117.31138582399996, - 33.96189225400008 - ], - [ - -117.31138623699997, - 33.96189291700006 - ], - [ - -117.31138675699998, - 33.96189374900007 - ], - [ - -117.31138699799999, - 33.96189413600007 - ], - [ - -117.31138775599999, - 33.961895355000024 - ], - [ - -117.31138851399999, - 33.96189657700006 - ], - [ - -117.3113892699999, - 33.96189779500003 - ], - [ - -117.31139002599997, - 33.961899016000075 - ], - [ - -117.31139078599995, - 33.961900237000066 - ], - [ - -117.31139148899996, - 33.96190138000003 - ], - [ - -117.31139153799995, - 33.961901460000036 - ], - [ - -117.31139174899994, - 33.96190179900003 - ], - [ - -117.31139229499996, - 33.96190268200007 - ], - [ - -117.31139264099994, - 33.96190324100007 - ], - [ - -117.31139304899995, - 33.961903903000064 - ], - [ - -117.31139348899995, - 33.96190461900005 - ], - [ - -117.31139380099995, - 33.96190512600003 - ], - [ - -117.31139410399999, - 33.96190561800006 - ], - [ - -117.31139455599998, - 33.961906347000024 - ], - [ - -117.31139530699994, - 33.96190757100004 - ], - [ - -117.31139606, - 33.96190879100004 - ], - [ - -117.311396807, - 33.96191001500006 - ], - [ - -117.31139709599995, - 33.96191048500003 - ], - [ - -117.31139756199997, - 33.961911239000074 - ], - [ - -117.31139782999998, - 33.96191168100006 - ], - [ - -117.311398307, - 33.96191246400008 - ], - [ - -117.31139905499998, - 33.96191368900003 - ], - [ - -117.31139908899996, - 33.96191374400007 - ], - [ - -117.31139980199998, - 33.961914910000075 - ], - [ - -117.31140028399994, - 33.96191570000008 - ], - [ - -117.311400548, - 33.96191613600007 - ], - [ - -117.31140129499994, - 33.961917363000055 - ], - [ - -117.311401747, - 33.96191810400006 - ], - [ - -117.31140204199994, - 33.96191858700007 - ], - [ - -117.31140272799996, - 33.961919720000026 - ], - [ - -117.31140278499998, - 33.961919814000055 - ], - [ - -117.31140353, - 33.96192104000005 - ], - [ - -117.31140394, - 33.961921708000034 - ], - [ - -117.31140427799994, - 33.961922266000045 - ], - [ - -117.31140502699998, - 33.96192350600006 - ], - [ - -117.31140576099995, - 33.961924719000024 - ], - [ - -117.31140604499996, - 33.961925189000056 - ], - [ - -117.31140650199995, - 33.961925947000054 - ], - [ - -117.31140724399995, - 33.96192717400004 - ], - [ - -117.31140726399997, - 33.96192720700003 - ], - [ - -117.311407982, - 33.96192840300006 - ], - [ - -117.31140827699994, - 33.96192889200006 - ], - [ - -117.31140871999997, - 33.96192963000004 - ], - [ - -117.31140946099998, - 33.96193085700003 - ], - [ - -117.31140949099995, - 33.961930909000046 - ], - [ - -117.31141019899997, - 33.96193208600005 - ], - [ - -117.31141048399996, - 33.96193256300006 - ], - [ - -117.31141093399998, - 33.961933317000046 - ], - [ - -117.31141116699996, - 33.96193370300006 - ], - [ - -117.31141167099997, - 33.96193454400003 - ], - [ - -117.31141240799997, - 33.96193577500003 - ], - [ - -117.31141261099998, - 33.96193611500007 - ], - [ - -117.31141314099995, - 33.96193700400005 - ], - [ - -117.31141387899999, - 33.96193823600004 - ], - [ - -117.31141461199996, - 33.96193946400007 - ], - [ - -117.31141463199998, - 33.96193949900004 - ], - [ - -117.31141534399995, - 33.96194069300003 - ], - [ - -117.311415636, - 33.96194118600005 - ], - [ - -117.311416077, - 33.961941927000055 - ], - [ - -117.311416808, - 33.961943156000075 - ], - [ - -117.31141754099997, - 33.96194439100003 - ], - [ - -117.31141826899994, - 33.96194562100004 - ], - [ - -117.31141864099999, - 33.961946253000065 - ], - [ - -117.31141899699998, - 33.961946855000065 - ], - [ - -117.31141968299994, - 33.96194801200005 - ], - [ - -117.31141972699999, - 33.96194808700005 - ], - [ - -117.31142009999996, - 33.96194871900008 - ], - [ - -117.31142045399997, - 33.96194931800005 - ], - [ - -117.311421183, - 33.96195055100003 - ], - [ - -117.31142190899999, - 33.96195178700003 - ], - [ - -117.31142243799997, - 33.96195268400004 - ], - [ - -117.31142263599997, - 33.96195301800003 - ], - [ - -117.31142336099998, - 33.961954253000044 - ], - [ - -117.31142394799997, - 33.96195525200005 - ], - [ - -117.31142408499994, - 33.96195548600008 - ], - [ - -117.31142433799994, - 33.96195591400004 - ], - [ - -117.31142481099994, - 33.961956721000035 - ], - [ - -117.31142553299998, - 33.96195795500006 - ], - [ - -117.31142625599995, - 33.96195918900003 - ], - [ - -117.31142697599995, - 33.961960427000065 - ], - [ - -117.31142769799999, - 33.96196166100003 - ], - [ - -117.31142815899995, - 33.96196245300007 - ], - [ - -117.311428418, - 33.961962896000045 - ], - [ - -117.31142881499994, - 33.96196358000003 - ], - [ - -117.311429138, - 33.96196413300004 - ], - [ - -117.31142985799994, - 33.961965371000076 - ], - [ - -117.31143057599996, - 33.961966603000064 - ], - [ - -117.31143129399999, - 33.961967842000035 - ], - [ - -117.31143201199995, - 33.96196908100006 - ], - [ - -117.31143246199997, - 33.96196985900008 - ], - [ - -117.31143272799994, - 33.961970318000056 - ], - [ - -117.31143311699998, - 33.96197099300008 - ], - [ - -117.31143344199995, - 33.96197155700003 - ], - [ - -117.31143415899999, - 33.961972796000055 - ], - [ - -117.31143487299994, - 33.96197403100007 - ], - [ - -117.31143558499997, - 33.96197526900005 - ], - [ - -117.31143629899998, - 33.96197650800008 - ], - [ - -117.31143701099995, - 33.96197774800004 - ], - [ - -117.31143772399997, - 33.961978989000045 - ], - [ - -117.31143799499995, - 33.961979463000034 - ], - [ - -117.31143843299998, - 33.96198022900006 - ], - [ - -117.31143875299995, - 33.96198078700007 - ], - [ - -117.31143914299997, - 33.96198147000007 - ], - [ - -117.31143961299995, - 33.96198229200007 - ], - [ - -117.31143985099999, - 33.96198270900004 - ], - [ - -117.31144055799996, - 33.96198394600003 - ], - [ - -117.31144126499998, - 33.961985190000064 - ], - [ - -117.31144197299994, - 33.961986430000024 - ], - [ - -117.31144268099996, - 33.96198767200008 - ], - [ - -117.31144338599995, - 33.961988914000074 - ], - [ - -117.31144409199999, - 33.96199015700006 - ], - [ - -117.31144419799995, - 33.961990349000075 - ], - [ - -117.31144479599999, - 33.961991399000055 - ], - [ - -117.31144528299995, - 33.961992259000056 - ], - [ - -117.31144549899994, - 33.96199264100005 - ], - [ - -117.31144574399997, - 33.961993077000045 - ], - [ - -117.31144620299995, - 33.96199388600007 - ], - [ - -117.31144665099998, - 33.961994677000064 - ], - [ - -117.31144690599996, - 33.96199512700008 - ], - [ - -117.31144760499996, - 33.961996371000055 - ], - [ - -117.31144793399994, - 33.961996955000075 - ], - [ - -117.31144830599999, - 33.961997616000076 - ], - [ - -117.31144864599997, - 33.961998219000066 - ], - [ - -117.31144900899994, - 33.96199885900006 - ], - [ - -117.31144943399994, - 33.96199962000003 - ], - [ - -117.311449703, - 33.96200010200005 - ], - [ - -117.31145040499996, - 33.96200134800006 - ], - [ - -117.31145067499995, - 33.962001831000066 - ], - [ - -117.31145109999994, - 33.96200259300008 - ], - [ - -117.311451552, - 33.962003399000025 - ], - [ - -117.31145179899994, - 33.962003838000044 - ], - [ - -117.31145249699995, - 33.962005083000065 - ], - [ - -117.31145271499997, - 33.96200547400008 - ], - [ - -117.31145319299998, - 33.962006329000076 - ], - [ - -117.31145365099997, - 33.962007149000044 - ], - [ - -117.31145388799996, - 33.96200757300005 - ], - [ - -117.31145458199995, - 33.96200882100004 - ], - [ - -117.31145479699995, - 33.96200920800004 - ], - [ - -117.31145527499996, - 33.96201006600006 - ], - [ - -117.31145569199998, - 33.96201081700008 - ], - [ - -117.31145596699997, - 33.96201131300006 - ], - [ - -117.31145625299996, - 33.96201182500005 - ], - [ - -117.31145666099997, - 33.96201255900007 - ], - [ - -117.31145735299998, - 33.96201380600007 - ], - [ - -117.31145771599995, - 33.96201446300006 - ], - [ - -117.31145804299996, - 33.96201505500005 - ], - [ - -117.31145837599996, - 33.96201565700005 - ], - [ - -117.31145873299994, - 33.96201630300004 - ], - [ - -117.31145942099994, - 33.96201755100003 - ], - [ - -117.31145968599998, - 33.962018030000024 - ], - [ - -117.31146011199996, - 33.96201879900008 - ], - [ - -117.31146053999998, - 33.962019576000046 - ], - [ - -117.31146079899997, - 33.962020049000046 - ], - [ - -117.31146148699997, - 33.962021295000056 - ], - [ - -117.31146217299994, - 33.962022544000035 - ], - [ - -117.31146285699998, - 33.96202379600004 - ], - [ - -117.31146351899997, - 33.962025004000054 - ], - [ - -117.31146354299995, - 33.962025046000065 - ], - [ - -117.31146422599994, - 33.96202629600003 - ], - [ - -117.31146491499999, - 33.96202754400008 - ], - [ - -117.31146559399997, - 33.96202879600003 - ], - [ - -117.31146627699997, - 33.96203004900008 - ], - [ - -117.311466957, - 33.96203129700007 - ], - [ - -117.31146724699994, - 33.96203182800008 - ], - [ - -117.31146763799995, - 33.96203254900007 - ], - [ - -117.31146832, - 33.96203380000003 - ], - [ - -117.31146856799995, - 33.96203426100004 - ], - [ - -117.31146899899994, - 33.96203505300008 - ], - [ - -117.31146954599996, - 33.962036057000034 - ], - [ - -117.31146967999996, - 33.96203630200006 - ], - [ - -117.31147035099997, - 33.962037545000044 - ], - [ - -117.31147103399996, - 33.962038810000024 - ], - [ - -117.31147171199996, - 33.962040064000064 - ], - [ - -117.31147238699998, - 33.96204131400003 - ], - [ - -117.31147264599997, - 33.96204179700004 - ], - [ - -117.31147305999997, - 33.96204256900006 - ], - [ - -117.31147373599998, - 33.962043823000045 - ], - [ - -117.31147392099996, - 33.96204416900002 - ], - [ - -117.31147441, - 33.96204507600004 - ], - [ - -117.31147508299995, - 33.96204633200006 - ], - [ - -117.31147575299997, - 33.96204758400006 - ], - [ - -117.311475772, - 33.96204761900003 - ], - [ - -117.31147642599996, - 33.962048838000044 - ], - [ - -117.31147684499996, - 33.96204962500008 - ], - [ - -117.31147709499999, - 33.96205009600004 - ], - [ - -117.31147776699999, - 33.96205135100007 - ], - [ - -117.31147831499999, - 33.96205237800007 - ], - [ - -117.31147843699995, - 33.96205260700003 - ], - [ - -117.31147908999998, - 33.96205383200004 - ], - [ - -117.31147910399994, - 33.96205386400004 - ], - [ - -117.31147977199998, - 33.962055116000045 - ], - [ - -117.31148021999996, - 33.962055959000054 - ], - [ - -117.31148044199995, - 33.96205637600008 - ], - [ - -117.31148110799995, - 33.96205763100005 - ], - [ - -117.31148165299999, - 33.962058658000046 - ], - [ - -117.31148177499995, - 33.96205888700007 - ], - [ - -117.31148237999997, - 33.962060035000036 - ], - [ - -117.311482432, - 33.962060148000035 - ], - [ - -117.311483104, - 33.962061402000074 - ], - [ - -117.31148350499996, - 33.96206216200005 - ], - [ - -117.31148376699997, - 33.962062659000026 - ], - [ - -117.31148443, - 33.96206392000005 - ], - [ - -117.31148509299999, - 33.96206517600007 - ], - [ - -117.31148575499998, - 33.962066435000054 - ], - [ - -117.31148594599995, - 33.96206679800002 - ], - [ - -117.311486415, - 33.96206769400004 - ], - [ - -117.31148707499995, - 33.96206895200004 - ], - [ - -117.31148773599995, - 33.96207021300006 - ], - [ - -117.31148839499997, - 33.96207147100006 - ], - [ - -117.31148904999998, - 33.962072732000024 - ], - [ - -117.31148956099997, - 33.96207370800005 - ], - [ - -117.31148970799995, - 33.96207399000008 - ], - [ - -117.31149023399996, - 33.96207499900004 - ], - [ - -117.31149036499994, - 33.962075251000044 - ], - [ - -117.31149038099994, - 33.96207528200006 - ], - [ - -117.31149102299997, - 33.96207651200007 - ], - [ - -117.311491677, - 33.96207777500007 - ], - [ - -117.31149229999994, - 33.962078973000075 - ], - [ - -117.31149233099995, - 33.962079034000055 - ], - [ - -117.31149298499997, - 33.96208029500008 - ], - [ - -117.31149363799994, - 33.96208155700003 - ], - [ - -117.31149429099997, - 33.962082819000045 - ], - [ - -117.31149494399995, - 33.96208408200005 - ], - [ - -117.31149513399998, - 33.962084452000056 - ], - [ - -117.31149559299996, - 33.96208534400006 - ], - [ - -117.31149624099999, - 33.962086604000035 - ], - [ - -117.31149689199998, - 33.96208787000006 - ], - [ - -117.31149692099996, - 33.96208792600004 - ], - [ - -117.311497541, - 33.96208913100003 - ], - [ - -117.31149818999995, - 33.962090395000075 - ], - [ - -117.31149883899997, - 33.962091659000066 - ], - [ - -117.31149923299995, - 33.96209243200008 - ], - [ - -117.31149948299998, - 33.96209292100008 - ], - [ - -117.31150012999996, - 33.96209418700005 - ], - [ - -117.31150077299998, - 33.962095453000074 - ], - [ - -117.31150141999996, - 33.962096716000076 - ], - [ - -117.31150206299998, - 33.96209797900008 - ], - [ - -117.31150270499995, - 33.96209924400006 - ], - [ - -117.31150313599994, - 33.96210009500004 - ], - [ - -117.31150334699998, - 33.962100511000074 - ], - [ - -117.31150372699994, - 33.962101260000054 - ], - [ - -117.31150398799997, - 33.962101776000054 - ], - [ - -117.31150416, - 33.96210211500005 - ], - [ - -117.31150462999994, - 33.962103042000024 - ], - [ - -117.31150526999994, - 33.96210430700006 - ], - [ - -117.31150590899995, - 33.962105575000066 - ], - [ - -117.31150625999999, - 33.96210627000005 - ], - [ - -117.31150654799995, - 33.96210684300007 - ], - [ - -117.31150692799997, - 33.96210759200005 - ], - [ - -117.31150718699996, - 33.96210810900004 - ], - [ - -117.31150722199999, - 33.96210817700006 - ], - [ - -117.31150782299994, - 33.96210937500007 - ], - [ - -117.31150844399997, - 33.96211061300005 - ], - [ - -117.311508458, - 33.96211064400006 - ], - [ - -117.31150909899998, - 33.96211191100008 - ], - [ - -117.311509732, - 33.96211317900003 - ], - [ - -117.31151036499995, - 33.96211444800008 - ], - [ - -117.31151100099999, - 33.96211571400005 - ], - [ - -117.311511339, - 33.96211639400008 - ], - [ - -117.31151163299995, - 33.96211698500008 - ], - [ - -117.31151182099995, - 33.96211736300006 - ], - [ - -117.31151226299994, - 33.962118254000075 - ], - [ - -117.31151277899994, - 33.96211928500003 - ], - [ - -117.31151289599995, - 33.96211952300007 - ], - [ - -117.31151291999998, - 33.96211956900004 - ], - [ - -117.31151352499995, - 33.96212079000003 - ], - [ - -117.31151413999999, - 33.96212202600003 - ], - [ - -117.31151415399995, - 33.96212206100006 - ], - [ - -117.31151478499999, - 33.96212333100004 - ], - [ - -117.31151540599996, - 33.96212458400004 - ], - [ - -117.311516042, - 33.96212587000008 - ], - [ - -117.31151666899996, - 33.96212714200004 - ], - [ - -117.31151729699997, - 33.96212841200003 - ], - [ - -117.31151792399999, - 33.96212968400005 - ], - [ - -117.311518547, - 33.96213095600007 - ], - [ - -117.3115191699999, - 33.96213222500006 - ], - [ - -117.311519794, - 33.96213350000005 - ], - [ - -117.31152041699994, - 33.96213477300006 - ], - [ - -117.31152103899996, - 33.96213604500008 - ], - [ - -117.31152166399994, - 33.96213731600005 - ], - [ - -117.31152228299999, - 33.96213858800007 - ], - [ - -117.31152256799999, - 33.96213917600005 - ], - [ - -117.31152290099999, - 33.96213986200007 - ], - [ - -117.31152352, - 33.962141134000035 - ], - [ - -117.31152414199994, - 33.96214240900008 - ], - [ - -117.31152475599998, - 33.96214368200003 - ], - [ - -117.31152537499997, - 33.96214495800007 - ], - [ - -117.31152599199999, - 33.962146234000045 - ], - [ - -117.31155742799996, - 33.962224681000066 - ], - [ - -117.31159746399999, - 33.96232668000005 - ], - [ - -117.311602898, - 33.96234052800003 - ], - [ - -117.31161182999995, - 33.96236328600003 - ], - [ - -117.31165745699997, - 33.96250407400004 - ], - [ - -117.31169416299997, - 33.96264660200006 - ], - [ - -117.31169417399997, - 33.96264665800004 - ], - [ - -117.31172188999994, - 33.96279064700008 - ], - [ - -117.311740521, - 33.96293564900003 - ], - [ - -117.31174937399999, - 33.96307133200003 - ], - [ - -117.31175002199996, - 33.96308126500003 - ], - [ - -117.31175005899996, - 33.96309667000003 - ], - [ - -117.31175036099995, - 33.96322709300006 - ], - [ - -117.31174153999996, - 33.96337273900008 - ], - [ - -117.311723584, - 33.963517798000055 - ], - [ - -117.31171156, - 33.96358185400004 - ], - [ - -117.311696542, - 33.96366187800004 - ], - [ - -117.31167301499994, - 33.96375498900005 - ], - [ - -117.31166048699998, - 33.963804579000055 - ], - [ - -117.31164271999995, - 33.96386026000005 - ], - [ - -117.31161570299997, - 33.963944930000025 - ], - [ - -117.31157218299995, - 33.964058769000076 - ], - [ - -117.31153210599996, - 33.964155866000056 - ], - [ - -117.31149222199997, - 33.96424139900006 - ], - [ - -117.31148510999998, - 33.96425665400005 - ], - [ - -117.311470295, - 33.96428508500003 - ], - [ - -117.31143418799996, - 33.96435438000003 - ], - [ - -117.31138073399995, - 33.964446904000056 - ], - [ - -117.31125079999998, - 33.964664060000075 - ], - [ - -117.31118712199998, - 33.964776302000075 - ], - [ - -117.31113091699996, - 33.96488716600004 - ], - [ - -117.311091767, - 33.96497586600003 - ], - [ - -117.31108736999994, - 33.964988891000075 - ], - [ - -117.31105720599999, - 33.965078247000065 - ], - [ - -117.31103626299995, - 33.96516670600005 - ], - [ - -117.311036243, - 33.965166786000054 - ], - [ - -117.31103563999994, - 33.96516933700008 - ], - [ - -117.31102094, - 33.965275048000024 - ], - [ - -117.31101684999999, - 33.965365414000075 - ], - [ - -117.31102195299997, - 33.96547176400003 - ], - [ - -117.31103486699999, - 33.96556146700004 - ], - [ - -117.311055437, - 33.96565068900003 - ], - [ - -117.31108566299997, - 33.96575080000002 - ], - [ - -117.31108567399997, - 33.96575083400006 - ], - [ - -117.31112292599994, - 33.96585620400003 - ], - [ - -117.31125614299998, - 33.96620873300003 - ], - [ - -117.31125616299994, - 33.96620878300007 - ], - [ - -117.311316235, - 33.96635406400003 - ], - [ - -117.31137154599998, - 33.96649916700005 - ], - [ - -117.31138178299994, - 33.966548448000026 - ], - [ - -117.311387503, - 33.966579394000064 - ], - [ - -117.311389868, - 33.96659219400004 - ], - [ - -117.31139703699995, - 33.96663605400005 - ], - [ - -117.31140328699996, - 33.96668002000007 - ], - [ - -117.31140861299997, - 33.96672404700007 - ], - [ - -117.31141301699995, - 33.966768158000036 - ], - [ - -117.31141479999997, - 33.96679080800004 - ], - [ - -117.31141649399996, - 33.966812326000024 - ], - [ - -117.31141904699996, - 33.96685653700007 - ], - [ - -117.31141977699997, - 33.966876366000065 - ], - [ - -117.31142067599995, - 33.966900778000024 - ], - [ - -117.31142137499995, - 33.96694503800006 - ], - [ - -117.31142124899998, - 33.96696966500008 - ], - [ - -117.31142115199998, - 33.96698861300007 - ], - [ - -117.31141303099997, - 33.967069163000076 - ], - [ - -117.31140988599998, - 33.96710230700006 - ], - [ - -117.31140604299998, - 33.967135401000064 - ], - [ - -117.31140150899995, - 33.967168435000076 - ], - [ - -117.31139628299997, - 33.96720139700005 - ], - [ - -117.31139036899998, - 33.967234278000035 - ], - [ - -117.31138376399997, - 33.96726706900006 - ], - [ - -117.31138128499998, - 33.96727819000006 - ], - [ - -117.31137647499997, - 33.96729975900007 - ], - [ - -117.311372614, - 33.96731554100006 - ], - [ - -117.31136850299998, - 33.96733233700007 - ], - [ - -117.31135984899998, - 33.96736479400005 - ], - [ - -117.31135051799998, - 33.96739712100003 - ], - [ - -117.31134790699997, - 33.96740551700003 - ], - [ - -117.31134051, - 33.96742930700003 - ], - [ - -117.31132982899999, - 33.96746134400007 - ], - [ - -117.31131847899997, - 33.96749321800007 - ], - [ - -117.311313397, - 33.967506626000045 - ], - [ - -117.311306463, - 33.96752492300004 - ], - [ - -117.31129378399999, - 33.967556450000075 - ], - [ - -117.31128885199996, - 33.96756803900007 - ], - [ - -117.311280448, - 33.96758778700007 - ], - [ - -117.31127234999997, - 33.96760580700004 - ], - [ - -117.31126645499995, - 33.96761892400008 - ], - [ - -117.31125181399995, - 33.96764985500005 - ], - [ - -117.311240979, - 33.96767162700007 - ], - [ - -117.31123652899998, - 33.96768056700006 - ], - [ - -117.31122060099995, - 33.96771105100004 - ], - [ - -117.31121066099996, - 33.967729201000054 - ], - [ - -117.31120403699998, - 33.967741301000046 - ], - [ - -117.31118684299997, - 33.96777130600003 - ], - [ - -117.31116901999997, - 33.96780105300007 - ], - [ - -117.31116034399997, - 33.96781492900004 - ], - [ - -117.31115057999995, - 33.96783053900003 - ], - [ - -117.31113157399994, - 33.96785967400007 - ], - [ - -117.31113155699995, - 33.967859701000066 - ], - [ - -117.31113152299997, - 33.96785975100005 - ], - [ - -117.31111185599997, - 33.96788868200008 - ], - [ - -117.31109159, - 33.96791732300005 - ], - [ - -117.31107072499998, - 33.96794566500006 - ], - [ - -117.31105522899998, - 33.96796591100008 - ], - [ - -117.31104926999996, - 33.96797369800004 - ], - [ - -117.311027229, - 33.96800141600005 - ], - [ - -117.31100461199998, - 33.96802881000008 - ], - [ - -117.31098142499997, - 33.96805587000006 - ], - [ - -117.31095462599995, - 33.968085905000066 - ], - [ - -117.31095413699995, - 33.96808645200008 - ], - [ - -117.31095363099996, - 33.96808700100007 - ], - [ - -117.31095262899998, - 33.96808809000004 - ], - [ - -117.31095212399998, - 33.96808863900003 - ], - [ - -117.31095162499997, - 33.96808918200003 - ], - [ - -117.31095062299994, - 33.96809027300003 - ], - [ - -117.31094962099996, - 33.96809136300004 - ], - [ - -117.31094861899999, - 33.968092453000054 - ], - [ - -117.31094761499998, - 33.96809354200008 - ], - [ - -117.31094667699995, - 33.96809456100004 - ], - [ - -117.31094660799994, - 33.96809463400007 - ], - [ - -117.31094560499997, - 33.968095722000044 - ], - [ - -117.31094459699995, - 33.968096811000066 - ], - [ - -117.31094358999997, - 33.96809790000003 - ], - [ - -117.31094297399994, - 33.96809856500005 - ], - [ - -117.31094258499996, - 33.968098988000065 - ], - [ - -117.31094157899997, - 33.96810007500005 - ], - [ - -117.31094055999995, - 33.96810117800004 - ], - [ - -117.31093956099994, - 33.96810225100006 - ], - [ - -117.31093924099997, - 33.96810259600005 - ], - [ - -117.31093855399996, - 33.96810333600007 - ], - [ - -117.31093754199998, - 33.96810442300006 - ], - [ - -117.31093653099998, - 33.968105509000054 - ], - [ - -117.31093552199997, - 33.96810659600004 - ], - [ - -117.31093451499999, - 33.96810768000006 - ], - [ - -117.31093388199997, - 33.96810836100008 - ], - [ - -117.31093350199995, - 33.96810876700005 - ], - [ - -117.310932488, - 33.968109851000065 - ], - [ - -117.31093147399997, - 33.96811093500003 - ], - [ - -117.31093049599997, - 33.96811198100005 - ], - [ - -117.31093046199999, - 33.96811201600008 - ], - [ - -117.31092944899996, - 33.96811310100003 - ], - [ - -117.31092843299996, - 33.968114187000026 - ], - [ - -117.31092742099997, - 33.968115270000055 - ], - [ - -117.31092698999998, - 33.96811573200006 - ], - [ - -117.31092640699995, - 33.96811635500006 - ], - [ - -117.31092551999996, - 33.96811730300004 - ], - [ - -117.31092545699994, - 33.96811737000007 - ], - [ - -117.31092539399998, - 33.968117437000046 - ], - [ - -117.31092437499996, - 33.968118520000075 - ], - [ - -117.31092335999995, - 33.96811960100007 - ], - [ - -117.31092234099998, - 33.96812068200006 - ], - [ - -117.31092132499998, - 33.968121764000045 - ], - [ - -117.31092030699995, - 33.96812284300006 - ], - [ - -117.31091971399997, - 33.96812347300005 - ], - [ - -117.31091928999996, - 33.96812392500004 - ], - [ - -117.31091827299997, - 33.968125007000026 - ], - [ - -117.31091801799994, - 33.96812527700007 - ], - [ - -117.31091725299996, - 33.96812608500005 - ], - [ - -117.31091647999995, - 33.96812690300004 - ], - [ - -117.31091623299994, - 33.96812716300008 - ], - [ - -117.31091521099995, - 33.968128243000024 - ], - [ - -117.31091418899996, - 33.96812932300003 - ], - [ - -117.31091316699997, - 33.96813040200004 - ], - [ - -117.31091214699995, - 33.96813148000007 - ], - [ - -117.310911638, - 33.96813201900005 - ], - [ - -117.31091112499996, - 33.968132559000026 - ], - [ - -117.31091010199998, - 33.96813363500007 - ], - [ - -117.31090907799995, - 33.96813471100006 - ], - [ - -117.31090851, - 33.96813531000004 - ], - [ - -117.31090805399998, - 33.96813578900003 - ], - [ - -117.31090702999995, - 33.968136866000066 - ], - [ - -117.31090651799997, - 33.96813740500005 - ], - [ - -117.310906005, - 33.968137944000034 - ], - [ - -117.31090497899999, - 33.968139019000034 - ], - [ - -117.31090431499996, - 33.968139714000074 - ], - [ - -117.31090395299998, - 33.968140094000034 - ], - [ - -117.31090292799996, - 33.968141167000056 - ], - [ - -117.31090189899999, - 33.968142245000024 - ], - [ - -117.31090164299997, - 33.96814251400008 - ], - [ - -117.31090087099994, - 33.968143319000035 - ], - [ - -117.310899845, - 33.96814439000008 - ], - [ - -117.310898813, - 33.96814546600007 - ], - [ - -117.31089849099999, - 33.96814580100005 - ], - [ - -117.31089778399996, - 33.96814653800004 - ], - [ - -117.31089680199995, - 33.96814756300006 - ], - [ - -117.31089675299995, - 33.96814761300004 - ], - [ - -117.31089572599996, - 33.968148685000074 - ], - [ - -117.31089469499994, - 33.96814975700005 - ], - [ - -117.31089430799994, - 33.96815016100004 - ], - [ - -117.31089366299994, - 33.96815083000007 - ], - [ - -117.31089263099994, - 33.968151901000056 - ], - [ - -117.31089159599998, - 33.96815297100005 - ], - [ - -117.31089056399998, - 33.96815404300003 - ], - [ - -117.31088953199998, - 33.96815511300008 - ], - [ - -117.31088924999995, - 33.96815540500006 - ], - [ - -117.31088849999998, - 33.968156184000065 - ], - [ - -117.31088751199997, - 33.96815720700005 - ], - [ - -117.31088746599994, - 33.96815725500005 - ], - [ - -117.31088643299995, - 33.96815832600004 - ], - [ - -117.31088617299997, - 33.968158595000034 - ], - [ - -117.31088539599995, - 33.96815939500004 - ], - [ - -117.31088435899994, - 33.96816046500004 - ], - [ - -117.31088332399997, - 33.96816153300006 - ], - [ - -117.31088228799996, - 33.96816260200006 - ], - [ - -117.31088125099996, - 33.968163670000024 - ], - [ - -117.31088047299994, - 33.96816447200007 - ], - [ - -117.31088021399995, - 33.96816473900003 - ], - [ - -117.31087975199995, - 33.96816521200003 - ], - [ - -117.31087917299999, - 33.96816580700005 - ], - [ - -117.31087813599999, - 33.96816687200004 - ], - [ - -117.310877098, - 33.96816793900007 - ], - [ - -117.31087606099999, - 33.96816900500005 - ], - [ - -117.310875539, - 33.968169541000066 - ], - [ - -117.31087501899998, - 33.96817007300007 - ], - [ - -117.31087468699997, - 33.968170411000074 - ], - [ - -117.31087397799996, - 33.968171136000024 - ], - [ - -117.31087293599995, - 33.96817220300005 - ], - [ - -117.31087225899995, - 33.96817289200004 - ], - [ - -117.31087189399994, - 33.968173267000054 - ], - [ - -117.310870852, - 33.96817433000007 - ], - [ - -117.31086983599994, - 33.96817537000004 - ], - [ - -117.31086980899994, - 33.96817539800003 - ], - [ - -117.310869546, - 33.96817566400006 - ], - [ - -117.31086876499995, - 33.96817646100004 - ], - [ - -117.31086772099997, - 33.968177524000055 - ], - [ - -117.31086667699998, - 33.96817858700007 - ], - [ - -117.31086562999997, - 33.96817965200006 - ], - [ - -117.31086458699997, - 33.96818071300004 - ], - [ - -117.31086398499997, - 33.968181325000046 - ], - [ - -117.31086354299998, - 33.96818177500006 - ], - [ - -117.31086327999998, - 33.968182042000024 - ], - [ - -117.31086249599997, - 33.96818283600004 - ], - [ - -117.310861446, - 33.96818389900005 - ], - [ - -117.31086039999997, - 33.96818495600007 - ], - [ - -117.31085934899994, - 33.96818601900003 - ], - [ - -117.31085830199999, - 33.968187079000074 - ], - [ - -117.31085725499997, - 33.96818813800007 - ], - [ - -117.31085667999997, - 33.96818872100005 - ], - [ - -117.310856205, - 33.968189202000076 - ], - [ - -117.31085515599995, - 33.968190263000054 - ], - [ - -117.31085489499998, - 33.96819052700005 - ], - [ - -117.31085410599997, - 33.968191320000074 - ], - [ - -117.31085305399995, - 33.968192378000026 - ], - [ - -117.310852, - 33.96819343800007 - ], - [ - -117.31085094999997, - 33.968194494000045 - ], - [ - -117.31085045099996, - 33.96819499600008 - ], - [ - -117.31084989699997, - 33.968195553000044 - ], - [ - -117.31084884599994, - 33.968196609000074 - ], - [ - -117.31084779399998, - 33.96819766700003 - ], - [ - -117.31084674199997, - 33.96819872700007 - ], - [ - -117.31084621499997, - 33.96819925600005 - ], - [ - -117.31084568799997, - 33.968199783000045 - ], - [ - -117.31084463299999, - 33.96820083800003 - ], - [ - -117.310844122, - 33.96820134700005 - ], - [ - -117.31084357699996, - 33.96820189400006 - ], - [ - -117.31084252099998, - 33.968202949000045 - ], - [ - -117.31084147499996, - 33.96820399500007 - ], - [ - -117.31084040999997, - 33.96820505900007 - ], - [ - -117.31083935499998, - 33.968206113000065 - ], - [ - -117.31083908899996, - 33.96820637900004 - ], - [ - -117.31083829499994, - 33.96820717000003 - ], - [ - -117.31083763299995, - 33.96820782700007 - ], - [ - -117.31083723599994, - 33.968208222000044 - ], - [ - -117.31083620699997, - 33.968209245000025 - ], - [ - -117.31083617799999, - 33.96820927400006 - ], - [ - -117.31083511699995, - 33.968210329000044 - ], - [ - -117.31083405899994, - 33.96821138100006 - ], - [ - -117.31083326499999, - 33.96821217100006 - ], - [ - -117.31083300199998, - 33.96821243200003 - ], - [ - -117.31083193899997, - 33.968213485000035 - ], - [ - -117.31083134699998, - 33.968214070000045 - ], - [ - -117.31083087599995, - 33.96821453700005 - ], - [ - -117.31082981599997, - 33.96821558600004 - ], - [ - -117.31082875299995, - 33.96821663800006 - ], - [ - -117.31082775999994, - 33.968217621000065 - ], - [ - -117.31082769099999, - 33.968217690000074 - ], - [ - -117.31082662799997, - 33.96821874200003 - ], - [ - -117.31082622899999, - 33.96821913500003 - ], - [ - -117.31082556399997, - 33.968219789000045 - ], - [ - -117.31082449999997, - 33.96822083700005 - ], - [ - -117.31082343299994, - 33.96822188800007 - ], - [ - -117.31082236799995, - 33.96822293800005 - ], - [ - -117.31082130199997, - 33.968223986000055 - ], - [ - -117.31082067199998, - 33.968224606000035 - ], - [ - -117.31082023899995, - 33.96822503200008 - ], - [ - -117.31081920999998, - 33.96822604300007 - ], - [ - -117.31081916899996, - 33.96822608100007 - ], - [ - -117.31081890499996, - 33.96822634500006 - ], - [ - -117.31081810399996, - 33.96822713000006 - ], - [ - -117.31081703399997, - 33.968228176000025 - ], - [ - -117.31081650599998, - 33.96822869300007 - ], - [ - -117.31081596499996, - 33.96822922300004 - ], - [ - -117.31081489699994, - 33.96823026800007 - ], - [ - -117.31081428099998, - 33.96823087000007 - ], - [ - -117.31081382699995, - 33.968231314000036 - ], - [ - -117.31081277199996, - 33.96823234900006 - ], - [ - -117.310811689, - 33.96823340800006 - ], - [ - -117.31081115599994, - 33.96823393200003 - ], - [ - -117.310810619, - 33.968234453000036 - ], - [ - -117.31080954899994, - 33.968235495000044 - ], - [ - -117.31080891399995, - 33.968236114000035 - ], - [ - -117.31080847599998, - 33.96823653900003 - ], - [ - -117.31080740399995, - 33.96823758200003 - ], - [ - -117.31080633099998, - 33.96823862700006 - ], - [ - -117.31080525899995, - 33.96823967000006 - ], - [ - -117.31080480799994, - 33.96824011100006 - ], - [ - -117.31080418699997, - 33.968240714000046 - ], - [ - -117.31080311399995, - 33.96824175800003 - ], - [ - -117.31080284499996, - 33.96824202000005 - ], - [ - -117.31080204099999, - 33.96824280000004 - ], - [ - -117.31080139, - 33.96824342800005 - ], - [ - -117.31080096299996, - 33.96824384200005 - ], - [ - -117.31080044899994, - 33.96824433900008 - ], - [ - -117.31079988699997, - 33.96824488300007 - ], - [ - -117.31079954999996, - 33.96824520800004 - ], - [ - -117.31079881299996, - 33.96824592300004 - ], - [ - -117.31079773599998, - 33.96824696500005 - ], - [ - -117.31079706099996, - 33.96824761800008 - ], - [ - -117.31079665899995, - 33.96824800600007 - ], - [ - -117.31079639, - 33.968248267000035 - ], - [ - -117.31079558, - 33.96824904700003 - ], - [ - -117.31079450399994, - 33.96825008400003 - ], - [ - -117.31079386599998, - 33.968250699000066 - ], - [ - -117.31079342499999, - 33.96825112400006 - ], - [ - -117.31079234499998, - 33.968252163000045 - ], - [ - -117.31079166399996, - 33.96825281900004 - ], - [ - -117.31079126499998, - 33.96825320200003 - ], - [ - -117.31079018899999, - 33.96825424000008 - ], - [ - -117.31078991799995, - 33.96825450100005 - ], - [ - -117.31078949599998, - 33.96825490500004 - ], - [ - -117.31078910699995, - 33.96825527800007 - ], - [ - -117.31078853699995, - 33.96825582500003 - ], - [ - -117.31078802399998, - 33.968256315000076 - ], - [ - -117.31078747899994, - 33.96825683900005 - ], - [ - -117.31078694299998, - 33.96825735300007 - ], - [ - -117.31078010999994, - 33.96826390100006 - ], - [ - -117.31075884099994, - 33.96828428600003 - ], - [ - -117.310701957, - 33.96833787300005 - ], - [ - -117.31052714299994, - 33.968502425000054 - ], - [ - -117.31052707799995, - 33.96850248800007 - ], - [ - -117.31052701899995, - 33.96850254000003 - ], - [ - -117.31052647599995, - 33.968503017000046 - ], - [ - -117.31052588899996, - 33.96850353700006 - ], - [ - -117.310525, - 33.968504325000026 - ], - [ - -117.31052475799999, - 33.96850453800005 - ], - [ - -117.31052362999998, - 33.96850554100007 - ], - [ - -117.31052309699999, - 33.96850601700004 - ], - [ - -117.310522505, - 33.968506544000036 - ], - [ - -117.31052137799998, - 33.96850754700006 - ], - [ - -117.31052096399998, - 33.968507920000036 - ], - [ - -117.31052025399998, - 33.96850855400004 - ], - [ - -117.31051913099998, - 33.96850955900004 - ], - [ - -117.31051800799997, - 33.96851056600008 - ], - [ - -117.31051688999997, - 33.968511575000036 - ], - [ - -117.31051625099997, - 33.96851215100003 - ], - [ - -117.31051577099998, - 33.96851258500004 - ], - [ - -117.31051487399998, - 33.96851339300002 - ], - [ - -117.31051465299998, - 33.96851359400006 - ], - [ - -117.31051353299995, - 33.96851460500005 - ], - [ - -117.31051282299995, - 33.968515248000074 - ], - [ - -117.31051241799997, - 33.96851561500006 - ], - [ - -117.31051167199996, - 33.968516296000075 - ], - [ - -117.31051130799995, - 33.96851662800003 - ], - [ - -117.31051019399996, - 33.96851764300004 - ], - [ - -117.31050989, - 33.96851792100006 - ], - [ - -117.31050907999997, - 33.96851865600007 - ], - [ - -117.31050832799997, - 33.96851934700004 - ], - [ - -117.31050797199998, - 33.96851967400005 - ], - [ - -117.310506864, - 33.96852068900006 - ], - [ - -117.310506794, - 33.968520753000064 - ], - [ - -117.31050575499995, - 33.968521707000036 - ], - [ - -117.31050473499994, - 33.968522646000054 - ], - [ - -117.31050464799995, - 33.96852272700005 - ], - [ - -117.31050354299998, - 33.96852374700006 - ], - [ - -117.31050243799996, - 33.968524768000066 - ], - [ - -117.31050150299995, - 33.96852562200007 - ], - [ - -117.31050132699994, - 33.96852578100004 - ], - [ - -117.31050023599994, - 33.96852681200005 - ], - [ - -117.31049961899998, - 33.96852738300004 - ], - [ - -117.31049913499999, - 33.96852783300005 - ], - [ - -117.31049871999994, - 33.96852822200003 - ], - [ - -117.31049803699995, - 33.96852886000005 - ], - [ - -117.31049693899996, - 33.968529885000066 - ], - [ - -117.310495845, - 33.96853091100007 - ], - [ - -117.31049561299994, - 33.96853113000003 - ], - [ - -117.31049474999998, - 33.96853194000005 - ], - [ - -117.31049413499994, - 33.96853251600004 - ], - [ - -117.31049365499996, - 33.968532967000044 - ], - [ - -117.31049256399996, - 33.968533998000055 - ], - [ - -117.31049147199997, - 33.96853502700003 - ], - [ - -117.31049038199995, - 33.96853605900003 - ], - [ - -117.31048979199994, - 33.968536622000045 - ], - [ - -117.31048929599996, - 33.968537092000076 - ], - [ - -117.31048858899999, - 33.968537764000075 - ], - [ - -117.31048821, - 33.968538125000066 - ], - [ - -117.31048773699996, - 33.968538573000046 - ], - [ - -117.31048712399996, - 33.968539159000045 - ], - [ - -117.31048669999996, - 33.968539562000046 - ], - [ - -117.31048603899995, - 33.968540191000045 - ], - [ - -117.31048563299998, - 33.968540580000024 - ], - [ - -117.310484955, - 33.96854123000003 - ], - [ - -117.31048390299998, - 33.968542239000044 - ], - [ - -117.31048387199996, - 33.96854226800008 - ], - [ - -117.31048279499998, - 33.968543304000036 - ], - [ - -117.31048171199996, - 33.968544344000065 - ], - [ - -117.31048063499998, - 33.96854538200006 - ], - [ - -117.31048012399998, - 33.968545876000064 - ], - [ - -117.31047955999998, - 33.96854642300008 - ], - [ - -117.31047848599997, - 33.968547467000064 - ], - [ - -117.31047818699994, - 33.96854775500003 - ], - [ - -117.31047740999998, - 33.96854850900007 - ], - [ - -117.310476339, - 33.96854955300006 - ], - [ - -117.31047526799995, - 33.96855059500007 - ], - [ - -117.31047463999994, - 33.96855121100003 - ], - [ - -117.31047419899994, - 33.96855164200008 - ], - [ - -117.31047313, - 33.968552690000024 - ], - [ - -117.31047206099998, - 33.968553738000026 - ], - [ - -117.310470996, - 33.96855478600003 - ], - [ - -117.31046993299998, - 33.96855583400003 - ], - [ - -117.31046932499999, - 33.96855643300006 - ], - [ - -117.31046886799999, - 33.968556884000066 - ], - [ - -117.31046780699995, - 33.968557936000025 - ], - [ - -117.31046729399998, - 33.96855844500004 - ], - [ - -117.31046674699996, - 33.96855898800004 - ], - [ - -117.31046568699998, - 33.968560041000046 - ], - [ - -117.31046462899997, - 33.96856109400005 - ], - [ - -117.31046400899999, - 33.96856171600007 - ], - [ - -117.31046357399998, - 33.968562150000025 - ], - [ - -117.31046252099998, - 33.968563207000045 - ], - [ - -117.310461869, - 33.96856385700005 - ], - [ - -117.31046146399996, - 33.968564263000076 - ], - [ - -117.31046040899997, - 33.96856532000004 - ], - [ - -117.31045935799995, - 33.96856638100007 - ], - [ - -117.31045831299997, - 33.968567438000036 - ], - [ - -117.31045726199994, - 33.968568498000025 - ], - [ - -117.31045649999999, - 33.968569271000035 - ], - [ - -117.31045621499999, - 33.96856956000005 - ], - [ - -117.31045519899999, - 33.96857059200005 - ], - [ - -117.31045516999995, - 33.96857062200007 - ], - [ - -117.31045412799995, - 33.96857168500003 - ], - [ - -117.31045307899996, - 33.96857275000008 - ], - [ - -117.31045204199995, - 33.96857381600006 - ], - [ - -117.310451, - 33.96857488100005 - ], - [ - -117.31044995999997, - 33.96857594800008 - ], - [ - -117.310449485, - 33.96857643800007 - ], - [ - -117.31044892299997, - 33.96857701700003 - ], - [ - -117.31044768499999, - 33.968578293000064 - ], - [ - -117.31044661699997, - 33.96857933700005 - ], - [ - -117.31044554699997, - 33.96858038200003 - ], - [ - -117.31044496599998, - 33.96858095300007 - ], - [ - -117.31044448199998, - 33.968581432000065 - ], - [ - -117.31044345599997, - 33.96858244500004 - ], - [ - -117.31044341799998, - 33.968582482000045 - ], - [ - -117.31044235899998, - 33.96858353600004 - ], - [ - -117.31044130299995, - 33.96858459200007 - ], - [ - -117.31044024999994, - 33.968585648000044 - ], - [ - -117.31043919899997, - 33.96858670900008 - ], - [ - -117.31043815399994, - 33.968587770000056 - ], - [ - -117.31043724299997, - 33.96858868100003 - ], - [ - -117.310437101, - 33.968588829000055 - ], - [ - -117.31043609699998, - 33.96858986700005 - ], - [ - -117.31043606599997, - 33.96858989900005 - ], - [ - -117.31043502899996, - 33.96859096700007 - ], - [ - -117.310433994, - 33.96859203400004 - ], - [ - -117.31043295999996, - 33.96859310600007 - ], - [ - -117.31043193199997, - 33.968594179000036 - ], - [ - -117.31043090499998, - 33.96859525600007 - ], - [ - -117.31042988399997, - 33.96859633200006 - ], - [ - -117.310428861, - 33.968597412000065 - ], - [ - -117.31042815199999, - 33.96859816600005 - ], - [ - -117.31042784399995, - 33.96859849400005 - ], - [ - -117.310426829, - 33.96859957500004 - ], - [ - -117.31042581999998, - 33.96860066100004 - ], - [ - -117.31042507599994, - 33.96860146400007 - ], - [ - -117.31042481199995, - 33.96860174900007 - ], - [ - -117.31042380499997, - 33.96860283700005 - ], - [ - -117.31042280399998, - 33.96860392800005 - ], - [ - -117.31042180699995, - 33.968605023000066 - ], - [ - -117.31042110599998, - 33.96860579200006 - ], - [ - -117.31042080799995, - 33.968606118000025 - ], - [ - -117.31041981599998, - 33.96860721400003 - ], - [ - -117.31041882599999, - 33.96860831400005 - ], - [ - -117.31041810099998, - 33.96860912300008 - ], - [ - -117.31041783899997, - 33.96860941500006 - ], - [ - -117.31041743399999, - 33.96860986900003 - ], - [ - -117.31041685499997, - 33.96861051700006 - ], - [ - -117.31041646699998, - 33.96861095400004 - ], - [ - -117.310415875, - 33.968611622000026 - ], - [ - -117.31041489899997, - 33.96861272800004 - ], - [ - -117.31041392299994, - 33.96861383500004 - ], - [ - -117.31041295299997, - 33.96861494700005 - ], - [ - -117.31041198499997, - 33.968616058000066 - ], - [ - -117.31041139699994, - 33.96861673700005 - ], - [ - -117.31041101999995, - 33.96861717300004 - ], - [ - -117.31041056499998, - 33.968617702000074 - ], - [ - -117.31041005799995, - 33.96861828800007 - ], - [ - -117.31040977799995, - 33.968618614000036 - ], - [ - -117.31040909899997, - 33.96861940800005 - ], - [ - -117.31040817099995, - 33.96862049500004 - ], - [ - -117.31040814099998, - 33.96862052500006 - ], - [ - -117.31040719099997, - 33.968621649000056 - ], - [ - -117.31040699599998, - 33.96862188600005 - ], - [ - -117.31040502399998, - 33.96862404600006 - ], - [ - -117.31040295199995, - 33.96862631600004 - ], - [ - -117.31040229999996, - 33.96862703000005 - ], - [ - -117.31040195199995, - 33.96862741000007 - ], - [ - -117.31040095399999, - 33.96862850400004 - ], - [ - -117.31040086399997, - 33.96862860300007 - ], - [ - -117.310400771, - 33.96862869900008 - ], - [ - -117.31039995499998, - 33.968629597000074 - ], - [ - -117.31039895499998, - 33.968630689000065 - ], - [ - -117.31039821399997, - 33.968631499000026 - ], - [ - -117.31039795399994, - 33.968631782000045 - ], - [ - -117.31039695699997, - 33.968632875000026 - ], - [ - -117.31039596, - 33.96863396700007 - ], - [ - -117.31039549199994, - 33.96863447900006 - ], - [ - -117.31039495799996, - 33.96863506100004 - ], - [ - -117.31039396799997, - 33.96863615900003 - ], - [ - -117.31039388999994, - 33.968636246000074 - ], - [ - -117.31039297599995, - 33.96863725700007 - ], - [ - -117.31039257899994, - 33.96863769600003 - ], - [ - -117.31039198299999, - 33.96863835600004 - ], - [ - -117.31039099399999, - 33.96863945200005 - ], - [ - -117.31039037299996, - 33.96864014000005 - ], - [ - -117.31039000399994, - 33.96864055000003 - ], - [ - -117.31038956099997, - 33.96864104700006 - ], - [ - -117.31038901599999, - 33.968641654000066 - ], - [ - -117.31038803099995, - 33.96864275400003 - ], - [ - -117.31038704599996, - 33.96864385600003 - ], - [ - -117.31038605999998, - 33.96864495800003 - ], - [ - -117.31038556699997, - 33.968645508000066 - ], - [ - -117.31038552999996, - 33.968645550000076 - ], - [ - -117.31038507799997, - 33.96864606100007 - ], - [ - -117.31038469499998, - 33.96864649300005 - ], - [ - -117.31038409799999, - 33.968647168000075 - ], - [ - -117.31038312099997, - 33.96864827300004 - ], - [ - -117.31038214299997, - 33.968649380000045 - ], - [ - -117.31038116599996, - 33.96865048500007 - ], - [ - -117.31038067599997, - 33.968651038000075 - ], - [ - -117.31038018999999, - 33.96865159400005 - ], - [ - -117.31037922099995, - 33.96865270400008 - ], - [ - -117.31037824799995, - 33.96865381500004 - ], - [ - -117.31037727799998, - 33.968654927000046 - ], - [ - -117.31037630599997, - 33.96865603600003 - ], - [ - -117.31037533399996, - 33.96865714900008 - ], - [ - -117.31037485, - 33.968657704000066 - ], - [ - -117.31037437099997, - 33.96865826100003 - ], - [ - -117.31037370499996, - 33.96865903300005 - ], - [ - -117.31037340999995, - 33.96865937500007 - ], - [ - -117.31037296899996, - 33.96865988900004 - ], - [ - -117.31037244799995, - 33.96866049400006 - ], - [ - -117.31037211999995, - 33.96866087500007 - ], - [ - -117.31037148899998, - 33.96866160900004 - ], - [ - -117.31037056399998, - 33.96866268200006 - ], - [ - -117.31037052299996, - 33.96866272400007 - ], - [ - -117.31036956499997, - 33.96866384200007 - ], - [ - -117.31036860299997, - 33.96866495900008 - ], - [ - -117.31036824399996, - 33.96866537600005 - ], - [ - -117.31036764799995, - 33.96866608000005 - ], - [ - -117.31036669499997, - 33.96866720000003 - ], - [ - -117.31036574199999, - 33.96866832200004 - ], - [ - -117.31036479099998, - 33.96866944200008 - ], - [ - -117.31036383699995, - 33.968670565000025 - ], - [ - -117.31036293099999, - 33.96867163200005 - ], - [ - -117.31036288499996, - 33.96867168600005 - ], - [ - -117.31036216899997, - 33.968672527000024 - ], - [ - -117.31036193499995, - 33.96867280600003 - ], - [ - -117.31036099199997, - 33.96867393500003 - ], - [ - -117.31036004899994, - 33.968675062000045 - ], - [ - -117.31035910499997, - 33.96867619000005 - ], - [ - -117.31035816099995, - 33.968677316000026 - ], - [ - -117.31035758599995, - 33.968678004000026 - ], - [ - -117.31035721899997, - 33.968678442000055 - ], - [ - -117.31035680499997, - 33.96867893600006 - ], - [ - -117.31035628099994, - 33.96867957300003 - ], - [ - -117.31035533399995, - 33.96868069800007 - ], - [ - -117.31035525099998, - 33.96868079800004 - ], - [ - -117.3103544, - 33.96868182900005 - ], - [ - -117.31035346399995, - 33.96868296100007 - ], - [ - -117.31035252999999, - 33.968684093000036 - ], - [ - -117.31035191899997, - 33.96868483500003 - ], - [ - -117.31035159699996, - 33.96868522600005 - ], - [ - -117.31035066399994, - 33.96868636100004 - ], - [ - -117.31034973599998, - 33.968687497000076 - ], - [ - -117.31034881599999, - 33.968688635000035 - ], - [ - -117.31034852499994, - 33.96868899100008 - ], - [ - -117.31034829199996, - 33.968689278000056 - ], - [ - -117.31034789199998, - 33.96868977400004 - ], - [ - -117.310346972, - 33.968690913000046 - ], - [ - -117.31034603499995, - 33.96869204300003 - ], - [ - -117.31034514699996, - 33.96869314200006 - ], - [ - -117.31034510999996, - 33.96869318000006 - ], - [ - -117.31034419399998, - 33.968694320000054 - ], - [ - -117.31034334499998, - 33.96869537500004 - ], - [ - -117.310343274, - 33.968695464000064 - ], - [ - -117.31034236799997, - 33.96869661200003 - ], - [ - -117.31034144699998, - 33.968697752000026 - ], - [ - -117.31034052599995, - 33.968698894000056 - ], - [ - -117.310340296, - 33.968699178000065 - ], - [ - -117.31033961499998, - 33.968700037000076 - ], - [ - -117.310339361, - 33.968700356000056 - ], - [ - -117.31033870599998, - 33.968701183000064 - ], - [ - -117.31033779699999, - 33.96870232800006 - ], - [ - -117.310337211, - 33.968703067000035 - ], - [ - -117.31033688699995, - 33.96870347400005 - ], - [ - -117.31033597699997, - 33.96870462100003 - ], - [ - -117.31033506699998, - 33.968705767000074 - ], - [ - -117.31033466999997, - 33.96870627000004 - ], - [ - -117.31033416599996, - 33.96870691600003 - ], - [ - -117.31033326499994, - 33.96870807000005 - ], - [ - -117.31033319399995, - 33.96870816200004 - ], - [ - -117.31033235499996, - 33.96870921300007 - ], - [ - -117.31033145299995, - 33.96871036500005 - ], - [ - -117.31033060799996, - 33.96871144800008 - ], - [ - -117.31033055399996, - 33.96871151700003 - ], - [ - -117.31032965799994, - 33.96871267000006 - ], - [ - -117.31032875099999, - 33.96871383300004 - ], - [ - -117.31032787599997, - 33.968714979000026 - ], - [ - -117.31032708799995, - 33.96871598800004 - ], - [ - -117.31032697899997, - 33.968716130000075 - ], - [ - -117.31032608799995, - 33.968717291000075 - ], - [ - -117.31032555799999, - 33.968717982000044 - ], - [ - -117.31032519899998, - 33.96871844700007 - ], - [ - -117.31032430899995, - 33.96871960500005 - ], - [ - -117.31032342199995, - 33.96872076100004 - ], - [ - -117.31032253199999, - 33.968721919000075 - ], - [ - -117.31032230999995, - 33.96872220900008 - ], - [ - -117.31032165099998, - 33.968723080000075 - ], - [ - -117.31032125899998, - 33.968723596000075 - ], - [ - -117.31032076899999, - 33.96872424400004 - ], - [ - -117.31031989099995, - 33.96872540600003 - ], - [ - -117.31031901299997, - 33.96872656800008 - ], - [ - -117.31031813299995, - 33.96872773000007 - ], - [ - -117.31031725399998, - 33.96872889200006 - ], - [ - -117.31031667399998, - 33.968729659000076 - ], - [ - -117.31031637399997, - 33.96873005400005 - ], - [ - -117.31031604499998, - 33.96873049000004 - ], - [ - -117.31031549999994, - 33.96873121900006 - ], - [ - -117.31031547499998, - 33.968731253000044 - ], - [ - -117.31031463299996, - 33.968732387000045 - ], - [ - -117.31031376399994, - 33.96873355500003 - ], - [ - -117.31031289299995, - 33.96873472300007 - ], - [ - -117.31031239699996, - 33.96873539000006 - ], - [ - -117.31031202599996, - 33.96873588900007 - ], - [ - -117.31031115399998, - 33.968737058000045 - ], - [ - -117.31031028599995, - 33.96873822500004 - ], - [ - -117.31030985099994, - 33.96873880800007 - ], - [ - -117.31030942199999, - 33.96873939500006 - ], - [ - -117.31030856399997, - 33.968740567000054 - ], - [ - -117.31030769999995, - 33.96874174200008 - ], - [ - -117.31030767699997, - 33.96874177700005 - ], - [ - -117.31030684599995, - 33.96874291200004 - ], - [ - -117.31030626699999, - 33.968743704000076 - ], - [ - -117.31030598499996, - 33.96874408800005 - ], - [ - -117.31030570699994, - 33.96874446900006 - ], - [ - -117.31030512799998, - 33.96874526000005 - ], - [ - -117.31030485799994, - 33.96874562800008 - ], - [ - -117.31030448299998, - 33.96874613800003 - ], - [ - -117.31030427099995, - 33.968746433000035 - ], - [ - -117.31030341199994, - 33.968747621000034 - ], - [ - -117.31030256999998, - 33.96874878600005 - ], - [ - -117.31030175999996, - 33.96874990600003 - ], - [ - -117.31030171999998, - 33.96874996200006 - ], - [ - -117.31030086799996, - 33.96875114100004 - ], - [ - -117.31030001699997, - 33.96875231700005 - ], - [ - -117.31029978299995, - 33.96875264500005 - ], - [ - -117.31029959199998, - 33.968752907000066 - ], - [ - -117.31029917299998, - 33.96875349700008 - ], - [ - -117.31029833199995, - 33.96875467700005 - ], - [ - -117.31029781899997, - 33.96875539500007 - ], - [ - -117.310297489, - 33.968755860000044 - ], - [ - -117.31029664799996, - 33.96875704100006 - ], - [ - -117.31029661899998, - 33.968757082000025 - ], - [ - -117.31029580599994, - 33.968758223000066 - ], - [ - -117.31029538499996, - 33.96875881400007 - ], - [ - -117.31029501399996, - 33.968759343000045 - ], - [ - -117.310294968, - 33.96875940800004 - ], - [ - -117.31029413799996, - 33.96876059300007 - ], - [ - -117.3102935799999, - 33.96876138300007 - ], - [ - -117.31029330299998, - 33.96876177900003 - ], - [ - -117.310292469, - 33.96876296500005 - ], - [ - -117.31029198999994, - 33.96876364900004 - ], - [ - -117.31029163499994, - 33.96876415200006 - ], - [ - -117.31029079299998, - 33.96876535000007 - ], - [ - -117.31028997099997, - 33.96876652200007 - ], - [ - -117.31028978999996, - 33.968766781000056 - ], - [ - -117.310289147, - 33.968767711000055 - ], - [ - -117.31028872299999, - 33.968768311000076 - ], - [ - -117.31028830899999, - 33.96876889500004 - ], - [ - -117.31028798299997, - 33.96876936600006 - ], - [ - -117.31028748699998, - 33.968770085000074 - ], - [ - -117.31028666199995, - 33.96877127500005 - ], - [ - -117.31028639799996, - 33.96877165600006 - ], - [ - -117.31028584099994, - 33.968772466000075 - ], - [ - -117.31028501999998, - 33.96877366000007 - ], - [ - -117.31028449799999, - 33.96877443400007 - ], - [ - -117.31028421099995, - 33.968774858000074 - ], - [ - -117.31028338999994, - 33.96877604700006 - ], - [ - -117.31028281899995, - 33.96877687500006 - ], - [ - -117.31028256699994, - 33.968777239000076 - ], - [ - -117.31028212599995, - 33.96877788900008 - ], - [ - -117.31028175699998, - 33.96877843500005 - ], - [ - -117.31028094599998, - 33.968779632000064 - ], - [ - -117.31028055699994, - 33.968780207000066 - ], - [ - -117.31028013499997, - 33.968780829000025 - ], - [ - -117.31027932499995, - 33.968782023000074 - ], - [ - -117.31027897899997, - 33.968782532000034 - ], - [ - -117.31027851199997, - 33.968783221000024 - ], - [ - -117.31027826599995, - 33.968783589000054 - ], - [ - -117.310277709, - 33.96878442000008 - ], - [ - -117.31027690899998, - 33.96878562200004 - ], - [ - -117.310276107, - 33.96878682100004 - ], - [ - -117.31027549299995, - 33.96878773900005 - ], - [ - -117.31027530299997, - 33.96878802300006 - ], - [ - -117.31027495499995, - 33.96878854400006 - ], - [ - -117.31027450299996, - 33.968789221000065 - ], - [ - -117.31027369999998, - 33.968790424000076 - ], - [ - -117.31027354999998, - 33.96879064900003 - ], - [ - -117.31027290699996, - 33.96879162600004 - ], - [ - -117.31027210099995, - 33.968792826000026 - ], - [ - -117.31027130499996, - 33.96879402900004 - ], - [ - -117.31027051499996, - 33.96879523300004 - ], - [ - -117.31026972299998, - 33.96879644000006 - ], - [ - -117.31026949899996, - 33.96879678200003 - ], - [ - -117.31026893299997, - 33.96879764400006 - ], - [ - -117.31026842799997, - 33.96879843100004 - ], - [ - -117.31026815399997, - 33.968798856000035 - ], - [ - -117.31026780599996, - 33.96879938700005 - ], - [ - -117.310267362, - 33.96880006200007 - ], - [ - -117.31026696599997, - 33.96880066500006 - ], - [ - -117.31026657599995, - 33.96880126900004 - ], - [ - -117.31026620799997, - 33.96880183800005 - ], - [ - -117.31026579599995, - 33.96880247900003 - ], - [ - -117.31026538099997, - 33.96880312500008 - ], - [ - -117.31026501599996, - 33.96880369200005 - ], - [ - -117.31026423599997, - 33.968804901000055 - ], - [ - -117.31026390899996, - 33.96880540800004 - ], - [ - -117.310263454, - 33.96880611200004 - ], - [ - -117.31026303199997, - 33.96880677000007 - ], - [ - -117.310262675, - 33.96880732200003 - ], - [ - -117.31026231899995, - 33.96880787300006 - ], - [ - -117.31026208799994, - 33.968808231000025 - ], - [ - -117.31026189699998, - 33.96880853300007 - ], - [ - -117.31026112399996, - 33.96880974800007 - ], - [ - -117.31026077399997, - 33.96881029800005 - ], - [ - -117.31026035199994, - 33.96881096300007 - ], - [ - -117.31025989099999, - 33.96881168800007 - ], - [ - -117.31025958099997, - 33.96881217600003 - ], - [ - -117.31025880899995, - 33.96881339000004 - ], - [ - -117.31025859199997, - 33.96881373300005 - ], - [ - -117.31025803699998, - 33.968814606000024 - ], - [ - -117.31025733499996, - 33.968815724000024 - ], - [ - -117.31025727499997, - 33.96881582300006 - ], - [ - -117.31025651199997, - 33.96881704100008 - ], - [ - -117.31025575099994, - 33.96881825600008 - ], - [ - -117.31025571099997, - 33.968818319000036 - ], - [ - -117.31025498799994, - 33.96881947500003 - ], - [ - -117.31025422399995, - 33.968820693000055 - ], - [ - -117.31025396999996, - 33.968821098000035 - ], - [ - -117.31025345999996, - 33.968821914000046 - ], - [ - -117.31025341199995, - 33.96882199000004 - ], - [ - -117.31025336599998, - 33.96882206500004 - ], - [ - -117.31025309499995, - 33.96882250600004 - ], - [ - -117.31025270899994, - 33.96882313300006 - ], - [ - -117.31025197599996, - 33.96882432700005 - ], - [ - -117.31025195599995, - 33.96882435900005 - ], - [ - -117.31025118699995, - 33.96882557300006 - ], - [ - -117.310250436, - 33.96882679500004 - ], - [ - -117.31024968399998, - 33.96882801900006 - ], - [ - -117.31024925099996, - 33.96882872500004 - ], - [ - -117.31024893299997, - 33.96882924200003 - ], - [ - -117.31024821799997, - 33.96883043500003 - ], - [ - -117.31024819699996, - 33.968830472000036 - ], - [ - -117.31024744499996, - 33.96883169300003 - ], - [ - -117.31024725699996, - 33.968832 - ], - [ - -117.31024670299996, - 33.968832923000036 - ], - [ - -117.31024642399996, - 33.96883337300005 - ], - [ - -117.31024594999997, - 33.96883414300004 - ], - [ - -117.31024520699998, - 33.96883536900003 - ], - [ - -117.31024446699996, - 33.96883659900004 - ], - [ - -117.31024443099994, - 33.96883665800004 - ], - [ - -117.31024372599995, - 33.968837826000026 - ], - [ - -117.31024298699998, - 33.968839056000036 - ], - [ - -117.310242244, - 33.96884030100006 - ], - [ - -117.31024152999998, - 33.96884151900008 - ], - [ - -117.31024107999997, - 33.968842266000024 - ], - [ - -117.31024092999996, - 33.96884251700004 - ], - [ - -117.31024079399998, - 33.96884274900003 - ], - [ - -117.31024006499996, - 33.96884398100008 - ], - [ - -117.31023933999995, - 33.968845213000066 - ], - [ - -117.31023859799996, - 33.96884644200003 - ], - [ - -117.31023787, - 33.96884767600005 - ], - [ - -117.31023715699996, - 33.968848914000034 - ], - [ - -117.31023643199995, - 33.96885014600008 - ], - [ - -117.31023579599997, - 33.96885122500004 - ], - [ - -117.31023574999995, - 33.968851303000065 - ], - [ - -117.31023570499997, - 33.968851380000046 - ], - [ - -117.310234988, - 33.96885261700004 - ], - [ - -117.31023427099996, - 33.96885385500008 - ], - [ - -117.31023355599996, - 33.96885509200007 - ], - [ - -117.31023283899998, - 33.96885633000005 - ], - [ - -117.310232123, - 33.96885756800003 - ], - [ - -117.31023174299997, - 33.96885822400003 - ], - [ - -117.31023140699995, - 33.968858804000035 - ], - [ - -117.31023119599996, - 33.96885916900004 - ], - [ - -117.31023090999997, - 33.96885966600007 - ], - [ - -117.31023069399998, - 33.96886004400005 - ], - [ - -117.31023032499996, - 33.968860695000046 - ], - [ - -117.31023011199994, - 33.96886107100005 - ], - [ - -117.31022998999998, - 33.96886128600005 - ], - [ - -117.31022961899998, - 33.96886193900008 - ], - [ - -117.31022928399994, - 33.968862529000035 - ], - [ - -117.31022904199995, - 33.968862957000056 - ], - [ - -117.31022857999994, - 33.96886377000004 - ], - [ - -117.31022787199998, - 33.96886501300003 - ], - [ - -117.31022784899994, - 33.96886505500004 - ], - [ - -117.31022716899997, - 33.968866254000034 - ], - [ - -117.31022646199995, - 33.96886749600003 - ], - [ - -117.31022644299998, - 33.96886753600006 - ], - [ - -117.31022602399997, - 33.968868273000055 - ], - [ - -117.31022576399994, - 33.96886874000006 - ], - [ - -117.310225071, - 33.96886998600007 - ], - [ - -117.31022471999995, - 33.96887060100005 - ], - [ - -117.31022436399996, - 33.96887122700008 - ], - [ - -117.310223668, - 33.96887247500007 - ], - [ - -117.31022297499999, - 33.96887372200007 - ], - [ - -117.31022228299997, - 33.96887496800008 - ], - [ - -117.31022189099997, - 33.96887567400006 - ], - [ - -117.31022158999997, - 33.96887621600007 - ], - [ - -117.31022091099999, - 33.96887746800007 - ], - [ - -117.31022077899996, - 33.96887770200004 - ], - [ - -117.310220228, - 33.96887871700005 - ], - [ - -117.31021953099997, - 33.968879962000074 - ], - [ - -117.31021884399996, - 33.96888121400008 - ], - [ - -117.31021816599997, - 33.968882464000046 - ], - [ - -117.31021791999996, - 33.96888291600004 - ], - [ - -117.31021748399996, - 33.96888371400007 - ], - [ - -117.31021717799996, - 33.96888429300003 - ], - [ - -117.31021681799996, - 33.96888497100008 - ], - [ - -117.31021613699994, - 33.96888622100005 - ], - [ - -117.31021545299996, - 33.96888747500003 - ], - [ - -117.31021528499997, - 33.96888778700003 - ], - [ - -117.31021526499995, - 33.968887823000046 - ], - [ - -117.310214783, - 33.968888727000035 - ], - [ - -117.31021445199997, - 33.96888934800006 - ], - [ - -117.31021411199998, - 33.96888998500003 - ], - [ - -117.31021344299995, - 33.96889124100005 - ], - [ - -117.31021277299999, - 33.968892495000034 - ], - [ - -117.31021210499995, - 33.96889374800003 - ], - [ - -117.31021143299995, - 33.968895005000036 - ], - [ - -117.310211042, - 33.968895743000076 - ], - [ - -117.31021084799994, - 33.96889610300008 - ], - [ - -117.31021076599995, - 33.968896261000054 - ], - [ - -117.310210553, - 33.968896666000035 - ], - [ - -117.31021010599994, - 33.96889752000004 - ], - [ - -117.31020944499994, - 33.968898781000064 - ], - [ - -117.31020878499999, - 33.968900037000026 - ], - [ - -117.31020812499997, - 33.96890129500008 - ], - [ - -117.31020762799994, - 33.96890224100002 - ], - [ - -117.31020746499996, - 33.968902557000035 - ], - [ - -117.31020726599996, - 33.96890294200006 - ], - [ - -117.31020681499996, - 33.96890381900005 - ], - [ - -117.31020640199995, - 33.96890461800007 - ], - [ - -117.31020616399996, - 33.96890508100006 - ], - [ - -117.310205882, - 33.96890562800007 - ], - [ - -117.31020551199998, - 33.96890634500005 - ], - [ - -117.31020521199997, - 33.968906924000066 - ], - [ - -117.31020486099999, - 33.96890760800005 - ], - [ - -117.31020449, - 33.968908327000065 - ], - [ - -117.31020421099998, - 33.96890886800003 - ], - [ - -117.31020356, - 33.968910132000076 - ], - [ - -117.31020327599998, - 33.968910685000026 - ], - [ - -117.310202915, - 33.96891139500008 - ], - [ - -117.31020227299996, - 33.96891266100005 - ], - [ - -117.31020201399997, - 33.96891317400008 - ], - [ - -117.31020163199997, - 33.968913927000074 - ], - [ - -117.31020120999995, - 33.968914760000075 - ], - [ - -117.31020099099999, - 33.968915190000075 - ], - [ - -117.31020074599996, - 33.96891567100005 - ], - [ - -117.31020034799997, - 33.968916458000024 - ], - [ - -117.31019993099994, - 33.96891727800005 - ], - [ - -117.31019970799997, - 33.96891772200007 - ], - [ - -117.31019948499994, - 33.968918159000054 - ], - [ - -117.31019906599994, - 33.96891898900003 - ], - [ - -117.31019869399995, - 33.96891973900006 - ], - [ - -117.31019843499996, - 33.96892025900007 - ], - [ - -117.31019815299999, - 33.968920827000034 - ], - [ - -117.31019780499997, - 33.96892152800007 - ], - [ - -117.310197529, - 33.96892208200006 - ], - [ - -117.31019717399994, - 33.96892279700006 - ], - [ - -117.31019678399997, - 33.968923577000055 - ], - [ - -117.31019654199997, - 33.968924066000056 - ], - [ - -117.31019591199998, - 33.96892533500005 - ], - [ - -117.31019575399995, - 33.96892565400003 - ], - [ - -117.31019528999997, - 33.96892660800006 - ], - [ - -117.310195148, - 33.96892690100003 - ], - [ - -117.31019466899994, - 33.96892788200006 - ], - [ - -117.310194046, - 33.968929125000045 - ], - [ - -117.31019403399995, - 33.968929151000054 - ], - [ - -117.31019340899996, - 33.968930424000064 - ], - [ - -117.31019301499998, - 33.968931231000056 - ], - [ - -117.31019279099996, - 33.96893169500004 - ], - [ - -117.31019251599997, - 33.96893225900004 - ], - [ - -117.31019217199997, - 33.968932970000026 - ], - [ - -117.310191982, - 33.96893337200004 - ], - [ - -117.31019156999997, - 33.96893424600006 - ], - [ - -117.31019094799996, - 33.96893552300003 - ], - [ - -117.31019059999994, - 33.96893623600005 - ], - [ - -117.31019033499996, - 33.96893679600004 - ], - [ - -117.31018996199998, - 33.968937582000024 - ], - [ - -117.31018972799995, - 33.968938071000025 - ], - [ - -117.31018937199997, - 33.96893879500004 - ], - [ - -117.31018910399996, - 33.968939343000045 - ], - [ - -117.310188913, - 33.96893974200003 - ], - [ - -117.31018849499998, - 33.96894062100006 - ], - [ - -117.31018788799997, - 33.96894190100005 - ], - [ - -117.31018774599994, - 33.96894220200005 - ], - [ - -117.31018728199996, - 33.96894317600004 - ], - [ - -117.31018667899997, - 33.96894445400005 - ], - [ - -117.31018608799997, - 33.96894573700007 - ], - [ - -117.31018606799995, - 33.96894577900002 - ], - [ - -117.31018559299997, - 33.96894677700004 - ], - [ - -117.31018548099996, - 33.96894701800005 - ], - [ - -117.31018530399996, - 33.96894740100004 - ], - [ - -117.31018488799998, - 33.96894829800004 - ], - [ - -117.31018471699997, - 33.96894866700006 - ], - [ - -117.31018429399995, - 33.968949579000025 - ], - [ - -117.310183683, - 33.96895085500006 - ], - [ - -117.31018350699998, - 33.96895123400003 - ], - [ - -117.31018308699998, - 33.96895213500005 - ], - [ - -117.31018249599998, - 33.96895341800007 - ], - [ - -117.31018229199998, - 33.96895387100005 - ], - [ - -117.31018191799996, - 33.968954706000034 - ], - [ - -117.31018132399998, - 33.96895598800006 - ], - [ - -117.31018095199994, - 33.96895678900006 - ], - [ - -117.310180732, - 33.96895727100008 - ], - [ - -117.31018014899996, - 33.96895855400004 - ], - [ - -117.31017956599999, - 33.968959839000036 - ], - [ - -117.31017933699997, - 33.96896034400004 - ], - [ - -117.31017898299996, - 33.96896112400003 - ], - [ - -117.31017854599997, - 33.968962082000075 - ], - [ - -117.310178399, - 33.96896240800004 - ], - [ - -117.31017803299994, - 33.96896321400004 - ], - [ - -117.31017781599996, - 33.96896369700005 - ], - [ - -117.31017724299994, - 33.96896498500007 - ], - [ - -117.31017666899999, - 33.968966272000046 - ], - [ - -117.31017609399998, - 33.968967561000056 - ], - [ - -117.31017566499997, - 33.96896852400005 - ], - [ - -117.31017551999997, - 33.96896884600005 - ], - [ - -117.31017494499997, - 33.96897013600005 - ], - [ - -117.31017451499997, - 33.96897110200007 - ], - [ - -117.31017437399998, - 33.968971424000074 - ], - [ - -117.31017381199996, - 33.96897271500006 - ], - [ - -117.31017324799996, - 33.96897400700004 - ], - [ - -117.31017301299994, - 33.96897454300006 - ], - [ - -117.31017268399995, - 33.96897529700004 - ], - [ - -117.31017238099997, - 33.96897599000005 - ], - [ - -117.310172121, - 33.96897658800003 - ], - [ - -117.31017187099997, - 33.96897716400008 - ], - [ - -117.310171557, - 33.96897788100006 - ], - [ - -117.31017099599995, - 33.96897917300004 - ], - [ - -117.31017043099996, - 33.96898046300004 - ], - [ - -117.31017028999997, - 33.96898078800007 - ], - [ - -117.31016987699996, - 33.96898175700005 - ], - [ - -117.31016932299997, - 33.96898305000008 - ], - [ - -117.31016877099995, - 33.96898434700006 - ], - [ - -117.31016821699995, - 33.968985642000064 - ], - [ - -117.31016766599998, - 33.96898693500003 - ], - [ - -117.31016711399997, - 33.96898822900005 - ], - [ - -117.31016656999998, - 33.968989527000076 - ], - [ - -117.31016602699998, - 33.96899082500005 - ], - [ - -117.31016548399998, - 33.96899212200003 - ], - [ - -117.31016493899995, - 33.96899341900007 - ], - [ - -117.31016446399997, - 33.96899455400006 - ], - [ - -117.31016443099998, - 33.96899463500006 - ], - [ - -117.310164397, - 33.968994715000065 - ], - [ - -117.31016386199997, - 33.96899601500007 - ], - [ - -117.31016332899998, - 33.968997314000035 - ], - [ - -117.31016317299998, - 33.96899769600003 - ], - [ - -117.31016279399995, - 33.96899861700007 - ], - [ - -117.31016225899998, - 33.96899991500004 - ], - [ - -117.310161726, - 33.96900121200002 - ], - [ - -117.31016119099996, - 33.96900251300008 - ], - [ - -117.31016092399994, - 33.96900316400007 - ], - [ - -117.31016086999995, - 33.969003292000025 - ], - [ - -117.31016066199999, - 33.969003815000065 - ], - [ - -117.31016013799996, - 33.96900511900003 - ], - [ - -117.310159737, - 33.969006113000034 - ], - [ - -117.31015961399999, - 33.96900641800005 - ], - [ - -117.31015908899997, - 33.96900772500004 - ], - [ - -117.31015856599998, - 33.96900902600004 - ], - [ - -117.31015853999997, - 33.969009088000064 - ], - [ - -117.31015810699995, - 33.96901016700008 - ], - [ - -117.31015804299994, - 33.96901032900007 - ], - [ - -117.31015771799997, - 33.969011153000054 - ], - [ - -117.31015752699994, - 33.969011634000026 - ], - [ - -117.31015701399997, - 33.96901294200006 - ], - [ - -117.31015673999997, - 33.96901363500007 - ], - [ - -117.31015649899996, - 33.969014247000075 - ], - [ - -117.310155985, - 33.96901555000005 - ], - [ - -117.31015579599995, - 33.969016027000066 - ], - [ - -117.310155469, - 33.96901685700004 - ], - [ - -117.310154953, - 33.969018162000054 - ], - [ - -117.31015456999995, - 33.96901914100005 - ], - [ - -117.31015444399998, - 33.96901946700007 - ], - [ - -117.31015393899997, - 33.96902077500005 - ], - [ - -117.31015374699996, - 33.969021275000046 - ], - [ - -117.31015343399997, - 33.96902208500006 - ], - [ - -117.31015293099995, - 33.96902339300004 - ], - [ - -117.31015242799998, - 33.969024699000045 - ], - [ - -117.31015241199998, - 33.969024743000034 - ], - [ - -117.31015198699998, - 33.96902584500003 - ], - [ - -117.31015192499996, - 33.96902601000005 - ], - [ - -117.31015153899995, - 33.96902703000006 - ], - [ - -117.31015142799998, - 33.969027320000066 - ], - [ - -117.31015093399998, - 33.969028628000046 - ], - [ - -117.31015091999996, - 33.96902866200003 - ], - [ - -117.31015043599996, - 33.96902994000004 - ], - [ - -117.31015004099999, - 33.96903098000007 - ], - [ - -117.31014993899998, - 33.96903124900007 - ], - [ - -117.31014944299994, - 33.96903255800004 - ], - [ - -117.310149433, - 33.96903258400005 - ], - [ - -117.31014895499999, - 33.96903387200007 - ], - [ - -117.31014848099994, - 33.96903515300005 - ], - [ - -117.31014846899996, - 33.96903518500005 - ], - [ - -117.31014798299998, - 33.96903649500007 - ], - [ - -117.31014782499994, - 33.969036919000075 - ], - [ - -117.31014749599996, - 33.96903780900004 - ], - [ - -117.31014715699996, - 33.96903872000007 - ], - [ - -117.310147009, - 33.96903912200003 - ], - [ - -117.31014688699997, - 33.96903945200006 - ], - [ - -117.31014652899995, - 33.96904043700005 - ], - [ - -117.310146192, - 33.96904136200004 - ], - [ - -117.31014605099995, - 33.96904175000003 - ], - [ - -117.31014590599995, - 33.96904215300003 - ], - [ - -117.31014557299994, - 33.96904306700003 - ], - [ - -117.31014520499997, - 33.96904408200004 - ], - [ - -117.31014509599999, - 33.96904438300004 - ], - [ - -117.31014487299996, - 33.96904499900006 - ], - [ - -117.31014461899997, - 33.969045694000044 - ], - [ - -117.31014449799994, - 33.96904602800004 - ], - [ - -117.31014413999998, - 33.96904701300008 - ], - [ - -117.31014393099997, - 33.969047587000034 - ], - [ - -117.31014382199999, - 33.96904789700005 - ], - [ - -117.31014366899996, - 33.96904832700005 - ], - [ - -117.31014347699994, - 33.96904887200003 - ], - [ - -117.31014320199995, - 33.96904964700008 - ], - [ - -117.31014273699998, - 33.969050966000054 - ], - [ - -117.31014226999997, - 33.96905228300005 - ], - [ - -117.31014222699997, - 33.969052402000045 - ], - [ - -117.31014178999999, - 33.96905359500005 - ], - [ - -117.31014166399996, - 33.96905396100004 - ], - [ - -117.31014133899998, - 33.96905491800004 - ], - [ - -117.31014087199998, - 33.969056237000075 - ], - [ - -117.31014040899998, - 33.96905755300003 - ], - [ - -117.31014017499996, - 33.96905821400003 - ], - [ - -117.31013995, - 33.96905887200006 - ], - [ - -117.31013970999999, - 33.96905957800004 - ], - [ - -117.31013949799996, - 33.969060195000054 - ], - [ - -117.310139344, - 33.96906062700003 - ], - [ - -117.31013903099995, - 33.96906151100006 - ], - [ - -117.31013858299997, - 33.969062818000054 - ], - [ - -117.310138124, - 33.96906415500007 - ], - [ - -117.31013767299999, - 33.96906547700007 - ], - [ - -117.310137237, - 33.969066800000064 - ], - [ - -117.31013678599999, - 33.969068123000056 - ], - [ - -117.31013647399999, - 33.96906903300004 - ], - [ - -117.31013633899994, - 33.96906944600005 - ], - [ - -117.31013589999998, - 33.96907077100008 - ], - [ - -117.31013565099994, - 33.96907149300006 - ], - [ - -117.310135447, - 33.969072090000054 - ], - [ - -117.31013500499995, - 33.96907341200006 - ], - [ - -117.31013456499994, - 33.96907474000005 - ], - [ - -117.31013436799998, - 33.96907533900003 - ], - [ - -117.31013412899995, - 33.969076062000056 - ], - [ - -117.31013369299995, - 33.96907738900006 - ], - [ - -117.31013357299997, - 33.969077766000055 - ], - [ - -117.31013327, - 33.96907871800005 - ], - [ - -117.31013305799996, - 33.969079357000055 - ], - [ - -117.31013294, - 33.96907971100006 - ], - [ - -117.31013283399994, - 33.96908004200003 - ], - [ - -117.31013240799996, - 33.96908136800005 - ], - [ - -117.31013198499994, - 33.96908267500004 - ], - [ - -117.31013153799995, - 33.96908402100007 - ], - [ - -117.31013127899996, - 33.969084862000045 - ], - [ - -117.31013112699998, - 33.969085353000025 - ], - [ - -117.310130701, - 33.969086677000064 - ], - [ - -117.31013027899996, - 33.969087986000034 - ], - [ - -117.31013000699994, - 33.969088835000036 - ], - [ - -117.31012984899996, - 33.969089334000046 - ], - [ - -117.31012962199998, - 33.96909005800006 - ], - [ - -117.31012943399998, - 33.96909066100005 - ], - [ - -117.31012901799994, - 33.96909198800006 - ], - [ - -117.31012859999998, - 33.96909332100006 - ], - [ - -117.31012835099995, - 33.96909411900003 - ], - [ - -117.31012818499994, - 33.969094650000045 - ], - [ - -117.31012797499994, - 33.96909531500006 - ], - [ - -117.31012777399997, - 33.96909597800004 - ], - [ - -117.31012736699995, - 33.96909731200003 - ], - [ - -117.31012733199998, - 33.969097426000076 - ], - [ - -117.31012696, - 33.96909864500003 - ], - [ - -117.31012655399996, - 33.96909997300003 - ], - [ - -117.31012614399998, - 33.96910130800006 - ], - [ - -117.31012613299998, - 33.96910135200005 - ], - [ - -117.31012574099998, - 33.96910263800004 - ], - [ - -117.3101256899999, - 33.969102804000045 - ], - [ - -117.31012534899997, - 33.96910394400004 - ], - [ - -117.31012534099995, - 33.96910397200003 - ], - [ - -117.31012494499998, - 33.96910530500003 - ], - [ - -117.31012454799998, - 33.96910663800003 - ], - [ - -117.31012414899999, - 33.96910797400005 - ], - [ - -117.31012375299997, - 33.969109305000075 - ], - [ - -117.31012335599996, - 33.969110638000075 - ], - [ - -117.31012328299994, - 33.969110889000035 - ], - [ - -117.31012296799997, - 33.96911197400004 - ], - [ - -117.31012271699996, - 33.96911284200007 - ], - [ - -117.31012257999998, - 33.96911331100006 - ], - [ - -117.31012219299998, - 33.96911464400006 - ], - [ - -117.310121805, - 33.96911598100007 - ], - [ - -117.310121418, - 33.96911731700004 - ], - [ - -117.31012102999995, - 33.96911865200008 - ], - [ - -117.31012064199996, - 33.969119988000045 - ], - [ - -117.31012026599996, - 33.96912132500006 - ], - [ - -117.31011978799995, - 33.96912301000003 - ], - [ - -117.31011977099996, - 33.96912307200006 - ], - [ - -117.31011939499996, - 33.96912440800003 - ], - [ - -117.31011901599999, - 33.96912574500004 - ], - [ - -117.31011863799995, - 33.969127084000036 - ], - [ - -117.31011840099995, - 33.96912792100005 - ], - [ - -117.310118263, - 33.96912842000006 - ], - [ - -117.31011813199996, - 33.96912889200007 - ], - [ - -117.31011789099995, - 33.969129760000044 - ], - [ - -117.31011751799997, - 33.96913109800005 - ], - [ - -117.31011714699997, - 33.96913243600005 - ], - [ - -117.310116774, - 33.969133775000046 - ], - [ - -117.31011640099996, - 33.96913511500003 - ], - [ - -117.31011602999996, - 33.96913645200004 - ], - [ - -117.31011582999997, - 33.96913716900008 - ], - [ - -117.31011572699998, - 33.969137541000066 - ], - [ - -117.31011565799997, - 33.96913779300007 - ], - [ - -117.31011529299997, - 33.96913913000003 - ], - [ - -117.31011492599998, - 33.96914047200005 - ], - [ - -117.31011456099998, - 33.96914181200003 - ], - [ - -117.31011419599997, - 33.96914314900005 - ], - [ - -117.31011382899999, - 33.969144491000065 - ], - [ - -117.31011346399998, - 33.96914582900007 - ], - [ - -117.31011345199994, - 33.969145869000045 - ], - [ - -117.31011309799999, - 33.96914716900005 - ], - [ - -117.31011273299998, - 33.969148510000025 - ], - [ - -117.31011236799998, - 33.96914984700004 - ], - [ - -117.31011216, - 33.969150607000074 - ], - [ - -117.310112001, - 33.96915119200003 - ], - [ - -117.31011170399995, - 33.969152278000024 - ], - [ - -117.31011163699998, - 33.96915252900004 - ], - [ - -117.31011127699998, - 33.96915387000007 - ], - [ - -117.31011091699997, - 33.969155210000054 - ], - [ - -117.31011055799996, - 33.96915655200007 - ], - [ - -117.31011019899995, - 33.969157893000045 - ], - [ - -117.31010983899995, - 33.969159234000074 - ], - [ - -117.31010965899998, - 33.96915990400004 - ], - [ - -117.31010948299996, - 33.96916057400006 - ], - [ - -117.31010912699998, - 33.969161917000065 - ], - [ - -117.31010877199998, - 33.96916325700005 - ], - [ - -117.31010841799997, - 33.969164601000045 - ], - [ - -117.31010840799996, - 33.96916463800005 - ], - [ - -117.31010806299997, - 33.969165942000075 - ], - [ - -117.31010773399998, - 33.96916718500006 - ], - [ - -117.31010770899996, - 33.96916728200006 - ], - [ - -117.31010748199998, - 33.969168154000045 - ], - [ - -117.310107357, - 33.969168626000055 - ], - [ - -117.31010734699998, - 33.96916866500004 - ], - [ - -117.31010733699998, - 33.96916870300004 - ], - [ - -117.31010700799999, - 33.96916996700003 - ], - [ - -117.31010665799994, - 33.969171311000025 - ], - [ - -117.31010664699994, - 33.969171352000046 - ], - [ - -117.310106309, - 33.96917265400003 - ], - [ - -117.31010595799995, - 33.96917399700004 - ], - [ - -117.31010573099996, - 33.96917486600006 - ], - [ - -117.31010560599998, - 33.96917533800007 - ], - [ - -117.310105508, - 33.969175721000056 - ], - [ - -117.310105261, - 33.96917668000003 - ], - [ - -117.31010491399996, - 33.969178026000066 - ], - [ - -117.31010490199998, - 33.969178072000034 - ], - [ - -117.31010456899998, - 33.96917936800003 - ], - [ - -117.31010438099997, - 33.96918009700005 - ], - [ - -117.31010422099996, - 33.969180712000025 - ], - [ - -117.31010387599997, - 33.96918205700007 - ], - [ - -117.310103702, - 33.96918272700003 - ], - [ - -117.31010352899995, - 33.96918341700007 - ], - [ - -117.31010319299997, - 33.96918474200004 - ], - [ - -117.31010306, - 33.96918526400003 - ], - [ - -117.31010285199994, - 33.969186087000026 - ], - [ - -117.31010251099997, - 33.96918743100008 - ], - [ - -117.31010217099998, - 33.96918877600007 - ], - [ - -117.31010182999995, - 33.969190120000064 - ], - [ - -117.31010170099995, - 33.96919062500007 - ], - [ - -117.31010148799999, - 33.96919146500005 - ], - [ - -117.31010121299994, - 33.96919255700004 - ], - [ - -117.310101149, - 33.96919280900005 - ], - [ - -117.31010081399995, - 33.969194154000036 - ], - [ - -117.31010047799998, - 33.96919550000007 - ], - [ - -117.31010029, - 33.96919625000004 - ], - [ - -117.31010014199995, - 33.969196845000056 - ], - [ - -117.310099805, - 33.96919818900005 - ], - [ - -117.31009970799994, - 33.96919857600005 - ], - [ - -117.31009946999995, - 33.96919953500003 - ], - [ - -117.31009931099999, - 33.96920017100007 - ], - [ - -117.31009913399998, - 33.96920088000007 - ], - [ - -117.31009879799996, - 33.96920222500006 - ], - [ - -117.31009865199997, - 33.96920281400003 - ], - [ - -117.31009863499997, - 33.96920288100006 - ], - [ - -117.31009846699999, - 33.96920357100004 - ], - [ - -117.31009814, - 33.96920491700007 - ], - [ - -117.31009782399997, - 33.96920620000003 - ], - [ - -117.31009780599999, - 33.969206265000025 - ], - [ - -117.31009748099996, - 33.96920760900008 - ], - [ - -117.31009715199997, - 33.969208955000056 - ], - [ - -117.310096935, - 33.969209844000034 - ], - [ - -117.31009682299998, - 33.96921030200008 - ], - [ - -117.31009649299995, - 33.969211647000066 - ], - [ - -117.31009648199995, - 33.96921169400008 - ], - [ - -117.31009616299997, - 33.96921299400003 - ], - [ - -117.31009591699996, - 33.969214005000026 - ], - [ - -117.31009583599996, - 33.969214340000065 - ], - [ - -117.31009569399998, - 33.969214933000046 - ], - [ - -117.31009551199998, - 33.969215690000055 - ], - [ - -117.31009518899998, - 33.96921703500004 - ], - [ - -117.31009497099996, - 33.969217944000036 - ], - [ - -117.31009486499994, - 33.969218381000076 - ], - [ - -117.31009454399998, - 33.96921973000008 - ], - [ - -117.31009421999994, - 33.96922107800003 - ], - [ - -117.31009389599996, - 33.969222425000055 - ], - [ - -117.31009363399994, - 33.96922352000007 - ], - [ - -117.31009357499994, - 33.96922377200008 - ], - [ - -117.31009343799997, - 33.969224358000076 - ], - [ - -117.31009325799994, - 33.969225118000054 - ], - [ - -117.31009293999995, - 33.969226468000045 - ], - [ - -117.31009291899994, - 33.96922656000004 - ], - [ - -117.31009262299995, - 33.96922781600006 - ], - [ - -117.31009235099998, - 33.96922897300004 - ], - [ - -117.31009230499996, - 33.96922916700004 - ], - [ - -117.31009228999994, - 33.96922923100004 - ], - [ - -117.31009198699996, - 33.96923051300007 - ], - [ - -117.31009185799996, - 33.969231053000044 - ], - [ - -117.31009166899997, - 33.969231860000036 - ], - [ - -117.31009135099998, - 33.96923320900004 - ], - [ - -117.31009127299995, - 33.969233547000044 - ], - [ - -117.31009103899999, - 33.96923455700005 - ], - [ - -117.31009073899997, - 33.96923584500007 - ], - [ - -117.31009072299997, - 33.969235909000076 - ], - [ - -117.31009041399994, - 33.96923725700003 - ], - [ - -117.31009024599996, - 33.96923798100005 - ], - [ - -117.31009010199995, - 33.96923860700008 - ], - [ - -117.3100897899999, - 33.969239955000035 - ], - [ - -117.31008947899994, - 33.96924130200006 - ], - [ - -117.31008929599994, - 33.96924209000008 - ], - [ - -117.31008916599995, - 33.96924265200005 - ], - [ - -117.31008912699997, - 33.96924282300006 - ], - [ - -117.310088856, - 33.96924400300003 - ], - [ - -117.31005062, - 33.969411140000034 - ], - [ - -117.30999407399997, - 33.96964487400004 - ], - [ - -117.30997776599997, - 33.96971228500007 - ], - [ - -117.30996658299995, - 33.96975543000008 - ], - [ - -117.309966235, - 33.96975677100005 - ], - [ - -117.30996599199995, - 33.96975771100006 - ], - [ - -117.30996592999998, - 33.96975794900004 - ], - [ - -117.30996588699998, - 33.96975811500005 - ], - [ - -117.309965536, - 33.96975945600008 - ], - [ - -117.30996518499995, - 33.96976079900003 - ], - [ - -117.30996504199999, - 33.96976134600004 - ], - [ - -117.30996483399997, - 33.969762143000025 - ], - [ - -117.30996448299999, - 33.969763484000055 - ], - [ - -117.30996418399997, - 33.969764601000065 - ], - [ - -117.30996412299999, - 33.96976482600007 - ], - [ - -117.30996377899999, - 33.969766168000035 - ], - [ - -117.30996342399999, - 33.969767509000064 - ], - [ - -117.30996306799994, - 33.96976885200007 - ], - [ - -117.30996290399997, - 33.96976947100006 - ], - [ - -117.30996271299995, - 33.969770193000045 - ], - [ - -117.30996235699996, - 33.969771534000074 - ], - [ - -117.30996200299995, - 33.969772876000036 - ], - [ - -117.30996178199996, - 33.96977371600008 - ], - [ - -117.30996164699997, - 33.969774219000044 - ], - [ - -117.30996128799995, - 33.96977555900003 - ], - [ - -117.30996092999999, - 33.969776900000056 - ], - [ - -117.309960763, - 33.96977752400005 - ], - [ - -117.30996057199997, - 33.969778242000075 - ], - [ - -117.30996021299995, - 33.96977958200006 - ], - [ - -117.30995985399994, - 33.96978092400008 - ], - [ - -117.30995949099997, - 33.96978226500005 - ], - [ - -117.30995938099994, - 33.969782672000065 - ], - [ - -117.30995912999998, - 33.96978360300005 - ], - [ - -117.30995876799994, - 33.969784944000025 - ], - [ - -117.30995840499997, - 33.969786287000034 - ], - [ - -117.30995825099995, - 33.96978685500005 - ], - [ - -117.309958043, - 33.96978762600003 - ], - [ - -117.30995772499995, - 33.96978880000006 - ], - [ - -117.30995770199996, - 33.969788883000035 - ], - [ - -117.30995767999997, - 33.96978896500008 - ], - [ - -117.30995731399997, - 33.96979030500006 - ], - [ - -117.30995694699999, - 33.969791644000054 - ], - [ - -117.30995657999995, - 33.96979298700006 - ], - [ - -117.30995621499994, - 33.969794326000056 - ], - [ - -117.30995584899995, - 33.96979566500005 - ], - [ - -117.30995583099997, - 33.969795728000065 - ], - [ - -117.30995548299995, - 33.96979700300005 - ], - [ - -117.30995520899995, - 33.969798007000065 - ], - [ - -117.30995511699996, - 33.96979834200005 - ], - [ - -117.30995474599996, - 33.96979968100004 - ], - [ - -117.30995458399997, - 33.96980026800003 - ], - [ - -117.30995437599995, - 33.96980102100002 - ], - [ - -117.30995400599994, - 33.96980235900003 - ], - [ - -117.30995363399995, - 33.96980369800008 - ], - [ - -117.309953265, - 33.96980503700007 - ], - [ - -117.30995289499998, - 33.969806376000065 - ], - [ - -117.30995252099996, - 33.96980771500006 - ], - [ - -117.30995226599998, - 33.96980862300006 - ], - [ - -117.309952147, - 33.96980905100003 - ], - [ - -117.309951776, - 33.969810377000044 - ], - [ - -117.30995140099998, - 33.969811728000025 - ], - [ - -117.30995116599996, - 33.969812568000066 - ], - [ - -117.30995102399999, - 33.96981306600003 - ], - [ - -117.30995101299999, - 33.969813110000075 - ], - [ - -117.309950647, - 33.96981440400003 - ], - [ - -117.30995026899996, - 33.96981574100005 - ], - [ - -117.30994989099997, - 33.96981707900005 - ], - [ - -117.309949513, - 33.96981841500008 - ], - [ - -117.309949137, - 33.969819751000045 - ], - [ - -117.30994875799996, - 33.96982109100003 - ], - [ - -117.30994856899997, - 33.96982175900007 - ], - [ - -117.30994837799994, - 33.96982242800004 - ], - [ - -117.30994799499996, - 33.96982376400007 - ], - [ - -117.30994761299996, - 33.969825101000026 - ], - [ - -117.30994723099997, - 33.96982643600006 - ], - [ - -117.30994684799998, - 33.969827775000056 - ], - [ - -117.30994646599999, - 33.969829110000035 - ], - [ - -117.30994608399999, - 33.969830444000024 - ], - [ - -117.30994570299998, - 33.96983178200003 - ], - [ - -117.30994546299996, - 33.969832620000034 - ], - [ - -117.30994531899995, - 33.969833118000054 - ], - [ - -117.30994493299994, - 33.96983445400008 - ], - [ - -117.30994454599994, - 33.969835792000026 - ], - [ - -117.30994416099998, - 33.96983712700006 - ], - [ - -117.30994377399998, - 33.96983846400008 - ], - [ - -117.30994358199996, - 33.96983913100007 - ], - [ - -117.30994338699998, - 33.969839798000066 - ], - [ - -117.30994299699995, - 33.969841132000056 - ], - [ - -117.309942606, - 33.969842468000024 - ], - [ - -117.30994221599997, - 33.96984380400005 - ], - [ - -117.30994182699999, - 33.96984513600006 - ], - [ - -117.30994143699996, - 33.969846473000075 - ], - [ - -117.30994136399994, - 33.969846724000035 - ], - [ - -117.30994104299998, - 33.969847807000065 - ], - [ - -117.30994064999999, - 33.96984914300003 - ], - [ - -117.30994046599994, - 33.96984976600004 - ], - [ - -117.30994025899997, - 33.96985047600003 - ], - [ - -117.30993986899995, - 33.96985179600006 - ], - [ - -117.30993946999996, - 33.96985314500006 - ], - [ - -117.30993907799996, - 33.96985447800006 - ], - [ - -117.30993868599995, - 33.96985581300004 - ], - [ - -117.30993828699997, - 33.96985714700003 - ], - [ - -117.30993788799998, - 33.96985848000003 - ], - [ - -117.309937489, - 33.96985981300003 - ], - [ - -117.30993730199998, - 33.96986044700003 - ], - [ - -117.30993709299997, - 33.96986114600003 - ], - [ - -117.30993669499998, - 33.969862480000074 - ], - [ - -117.30993659599994, - 33.96986281300008 - ], - [ - -117.30993629499994, - 33.96986381200003 - ], - [ - -117.30993589299999, - 33.96986514500003 - ], - [ - -117.30993549099998, - 33.96986647800003 - ], - [ - -117.30993508999995, - 33.96986780800006 - ], - [ - -117.30993468999998, - 33.96986914200005 - ], - [ - -117.30993428699998, - 33.96987047700003 - ], - [ - -117.30993388699994, - 33.96987180900004 - ], - [ - -117.30993366099995, - 33.969872559000066 - ], - [ - -117.30993348399994, - 33.96987314100005 - ], - [ - -117.30993332199995, - 33.96987367300005 - ], - [ - -117.30993307899996, - 33.969874471000026 - ], - [ - -117.309932673, - 33.969875804000026 - ], - [ - -117.30993229299997, - 33.96987705500004 - ], - [ - -117.30993226699997, - 33.96987713500005 - ], - [ - -117.30993219399994, - 33.96987737500007 - ], - [ - -117.30993186199998, - 33.96987846800005 - ], - [ - -117.30993160399998, - 33.96987931100006 - ], - [ - -117.30993145599996, - 33.96987979900007 - ], - [ - -117.30993120099998, - 33.96988063200007 - ], - [ - -117.30993104899994, - 33.96988113100008 - ], - [ - -117.30993063899996, - 33.969882461000054 - ], - [ - -117.309930437, - 33.969883121000066 - ], - [ - -117.30993023099995, - 33.969883792000076 - ], - [ - -117.30992982199996, - 33.96988512300004 - ], - [ - -117.30992941199997, - 33.96988645600004 - ], - [ - -117.309929002, - 33.96988778700006 - ], - [ - -117.30992879799999, - 33.96988845100003 - ], - [ - -117.30992859099996, - 33.96988911400007 - ], - [ - -117.30992817699996, - 33.96989044600008 - ], - [ - -117.30992800799999, - 33.96989098900008 - ], - [ - -117.30992776399995, - 33.969891775000065 - ], - [ - -117.30992735099994, - 33.96989310600003 - ], - [ - -117.309926938, - 33.96989443700005 - ], - [ - -117.30992652899994, - 33.96989574600008 - ], - [ - -117.30992610899995, - 33.96989709600007 - ], - [ - -117.30992594099996, - 33.969897641000045 - ], - [ - -117.30992570199999, - 33.96989842600004 - ], - [ - -117.30992514699994, - 33.969900178000046 - ], - [ - -117.30992219499996, - 33.969909931000075 - ], - [ - -117.30991766699998, - 33.96992488500007 - ], - [ - -117.30989884099995, - 33.96998008600008 - ], - [ - -117.30989882399996, - 33.96998013600006 - ], - [ - -117.30987772699996, - 33.97003504600008 - ], - [ - -117.30986193799998, - 33.97007156900003 - ], - [ - -117.30986190399994, - 33.97007164900003 - ], - [ - -117.30985430399994, - 33.97008922600003 - ], - [ - -117.30984400299997, - 33.97011127500008 - ], - [ - -117.30982923199997, - 33.97014289200007 - ], - [ - -117.30980185799996, - 33.97019577300006 - ], - [ - -117.30977218699996, - 33.97024814400004 - ], - [ - -117.30975208099994, - 33.97028126500004 - ], - [ - -117.30975204699996, - 33.970281320000026 - ], - [ - -117.30974087199996, - 33.970299727000054 - ], - [ - -117.30971939499995, - 33.97033202700004 - ], - [ - -117.30970727099998, - 33.97035025800005 - ], - [ - -117.30969895199996, - 33.97036200100007 - ], - [ - -117.30967202999994, - 33.9704 - ], - [ - -117.30964311699995, - 33.97043772200004 - ], - [ - -117.30963450499996, - 33.97044895700003 - ], - [ - -117.30961517599997, - 33.97047260000005 - ], - [ - -117.30961013499996, - 33.97047876700003 - ], - [ - -117.309605074, - 33.97048495900003 - ], - [ - -117.30956295199996, - 33.970536485000025 - ], - [ - -117.30946306899995, - 33.97067517900007 - ], - [ - -117.30941758599994, - 33.97073833600007 - ], - [ - -117.30940888899994, - 33.970750413000076 - ], - [ - -117.30936887499996, - 33.97080597300004 - ], - [ - -117.30930872999994, - 33.97088949000005 - ], - [ - -117.30929555699998, - 33.97090778300003 - ], - [ - -117.309260554, - 33.970956310000076 - ], - [ - -117.30922813399997, - 33.97100619200006 - ], - [ - -117.30922477499996, - 33.97101183800004 - ], - [ - -117.30919797299998, - 33.971056891000046 - ], - [ - -117.309187851, - 33.97107579600004 - ], - [ - -117.30917039499997, - 33.97110839900006 - ], - [ - -117.30915566799996, - 33.971138987000074 - ], - [ - -117.30914507199998, - 33.97116099500005 - ], - [ - -117.30913225199998, - 33.97119153700004 - ], - [ - -117.30912265399996, - 33.97121440400008 - ], - [ - -117.30911613999996, - 33.971231841000076 - ], - [ - -117.30910249399994, - 33.97126835900008 - ], - [ - -117.30908523799997, - 33.97132312800005 - ], - [ - -117.30907869699996, - 33.97134766200003 - ], - [ - -117.30907056399997, - 33.97137816800006 - ], - [ - -117.30906557799995, - 33.97140058900004 - ], - [ - -117.30905990599996, - 33.97142609800005 - ], - [ - -117.30905742999994, - 33.97143398900005 - ], - [ - -117.30903089999998, - 33.97169521700005 - ], - [ - -117.30900563299997, - 33.97194400600006 - ], - [ - -117.30899483599995, - 33.97199703100006 - ], - [ - -117.30898882599996, - 33.97205577600005 - ], - [ - -117.30898868499997, - 33.97205799500006 - ], - [ - -117.30898646099996, - 33.97209315300006 - ], - [ - -117.30898552699995, - 33.97210787800003 - ], - [ - -117.30898508799999, - 33.97211479900005 - ], - [ - -117.30898362499994, - 33.97217382800005 - ], - [ - -117.30898444399998, - 33.972232863000045 - ], - [ - -117.30898721899996, - 33.972291634000044 - ], - [ - -117.30899195199999, - 33.972350411000036 - ], - [ - -117.30899419399998, - 33.97236920600005 - ], - [ - -117.308998966, - 33.97240919300003 - ], - [ - -117.30900331999999, - 33.972436447000064 - ], - [ - -117.30900827099998, - 33.97246743200003 - ], - [ - -117.309015892, - 33.97250683800007 - ], - [ - -117.30901953799997, - 33.97252568000005 - ], - [ - -117.30902181099998, - 33.97254220600007 - ], - [ - -117.30902638999999, - 33.97257548400006 - ], - [ - -117.30917679999999, - 33.973166682000056 - ], - [ - -117.30941928199996, - 33.97411976500007 - ], - [ - -117.30947578699994, - 33.97434185700007 - ], - [ - -117.30951878499997, - 33.97451085700004 - ], - [ - -117.30952998599997, - 33.974565590000054 - ], - [ - -117.309534166, - 33.97458948600007 - ], - [ - -117.30953885699995, - 33.97461627600006 - ], - [ - -117.30953923799996, - 33.97461845000004 - ], - [ - -117.30954768599997, - 33.97467595400008 - ], - [ - -117.309547899, - 33.97467785300006 - ], - [ - -117.30954878799997, - 33.974685788000045 - ], - [ - -117.30954910299994, - 33.97468859900005 - ], - [ - -117.30954941699997, - 33.97469141000005 - ], - [ - -117.30955385299995, - 33.97473103200008 - ], - [ - -117.30955731599994, - 33.97477015800007 - ], - [ - -117.30955877999997, - 33.97478668400004 - ], - [ - -117.30956180299995, - 33.97484208100008 - ], - [ - -117.30956325499994, - 33.974897774000056 - ], - [ - -117.30956312199999, - 33.97495321100007 - ], - [ - -117.30956141699994, - 33.975008942000045 - ], - [ - -117.30955871699996, - 33.975050372000055 - ], - [ - -117.30955869, - 33.975050784000075 - ], - [ - -117.30955780199997, - 33.975064419000034 - ], - [ - -117.30955258999995, - 33.975119635000055 - ], - [ - -117.30955115999996, - 33.97513126300004 - ], - [ - -117.309549431, - 33.97514531300004 - ], - [ - -117.30954884699997, - 33.97515006300006 - ], - [ - -117.30954814999996, - 33.97515572300006 - ], - [ - -117.30954579399997, - 33.97517486800007 - ], - [ - -117.309541874, - 33.97520068600005 - ], - [ - -117.30953740499996, - 33.97523011800007 - ], - [ - -117.30953060199994, - 33.97526736900005 - ], - [ - -117.30952909799998, - 33.97527560100008 - ], - [ - -117.30952741199997, - 33.97528482700005 - ], - [ - -117.30952399699999, - 33.975300950000076 - ], - [ - -117.30952035799999, - 33.97531813400008 - ], - [ - -117.30951582399996, - 33.97533955000006 - ], - [ - -117.309502297, - 33.97539373500007 - ], - [ - -117.30948748399999, - 33.97544765500004 - ], - [ - -117.30947077699994, - 33.97550117600008 - ], - [ - -117.30947073399994, - 33.97550131100007 - ], - [ - -117.30947072299995, - 33.975501346000044 - ], - [ - -117.30946060799994, - 33.97553058400007 - ], - [ - -117.30945236099996, - 33.97555442100003 - ], - [ - -117.30944028199997, - 33.975586873000054 - ], - [ - -117.30943707699998, - 33.97559548500004 - ], - [ - -117.30943269499994, - 33.975607264000075 - ], - [ - -117.30942194299996, - 33.97563524700007 - ], - [ - -117.30927368199997, - 33.97563404500005 - ], - [ - -117.30914231399998, - 33.97581159500004 - ], - [ - -117.30910686599998, - 33.97587189600006 - ], - [ - -117.30910668099995, - 33.975872210000034 - ], - [ - -117.30905243999996, - 33.97596447400008 - ], - [ - -117.30901948699994, - 33.97603783900007 - ], - [ - -117.30898065999997, - 33.97612427800004 - ], - [ - -117.30892761299998, - 33.97628964200004 - ], - [ - -117.30889393099994, - 33.976459186000056 - ], - [ - -117.30887957799996, - 33.976630982000074 - ], - [ - -117.30888550599997, - 33.976803920000066 - ], - [ - -117.308887573, - 33.97682377800004 - ], - [ - -117.30889197599998, - 33.97686603200003 - ], - [ - -117.30890645399995, - 33.976924229000076 - ], - [ - -117.30891799099999, - 33.97698133400007 - ], - [ - -117.308928902, - 33.97703873000006 - ], - [ - -117.30893600299999, - 33.97707984300007 - ], - [ - -117.30893886699994, - 33.97709641900008 - ], - [ - -117.308944855, - 33.97713465000004 - ], - [ - -117.30894786299996, - 33.97715384500003 - ], - [ - -117.30895590699998, - 33.977211562000036 - ], - [ - -117.30896299399996, - 33.97726929300006 - ], - [ - -117.30896608999996, - 33.97732369800008 - ], - [ - -117.30896546099996, - 33.97771603000007 - ], - [ - -117.30892968699999, - 33.977999269000065 - ], - [ - -117.308898581, - 33.97819820700005 - ], - [ - -117.30889826799995, - 33.97820507200004 - ], - [ - -117.30889489599997, - 33.97827907900006 - ], - [ - -117.30889236999997, - 33.97833497100004 - ], - [ - -117.30888945599997, - 33.97839942400003 - ], - [ - -117.30889000199994, - 33.97860351700007 - ], - [ - -117.30889670699997, - 33.978660071000036 - ], - [ - -117.30890124099994, - 33.97868750500004 - ], - [ - -117.30890600799995, - 33.97871634400008 - ], - [ - -117.308910901, - 33.97873866800006 - ], - [ - -117.30891098399997, - 33.97873904700003 - ], - [ - -117.30891821999995, - 33.97877206000004 - ], - [ - -117.30894047099997, - 33.978847753000025 - ], - [ - -117.30895862799997, - 33.97890952600005 - ], - [ - -117.30900340799997, - 33.97901647000003 - ], - [ - -117.30903091899995, - 33.979071899000076 - ], - [ - -117.30905887699998, - 33.97912200500008 - ], - [ - -117.30908941299998, - 33.97917154500004 - ], - [ - -117.30910413499998, - 33.97919345500003 - ], - [ - -117.30911043099997, - 33.97920282600006 - ], - [ - -117.309124957, - 33.97922444000005 - ], - [ - -117.30915893799994, - 33.97927061400003 - ], - [ - -117.30919753399996, - 33.97931845800008 - ], - [ - -117.30923595899998, - 33.979362098000024 - ], - [ - -117.30926126399999, - 33.97938852100003 - ], - [ - -117.30928203099995, - 33.97941020300004 - ], - [ - -117.30930354099996, - 33.97943112200005 - ], - [ - -117.30932458499996, - 33.97945158600004 - ], - [ - -117.30934642199998, - 33.97947114500005 - ], - [ - -117.30937171199997, - 33.97949379500005 - ], - [ - -117.30940594299994, - 33.979521573000056 - ], - [ - -117.30940833699998, - 33.97987775300004 - ], - [ - -117.30941873499995, - 33.981083014000035 - ], - [ - -117.30943437299999, - 33.98246018900005 - ], - [ - -117.30943948699996, - 33.98291066100006 - ], - [ - -117.30943954099996, - 33.98292073600004 - ], - [ - -117.30922500499997, - 33.98297738300005 - ], - [ - -117.30913811, - 33.98300015600006 - ], - [ - -117.30915389399996, - 33.98303969500006 - ], - [ - -117.30946808299996, - 33.98353145800007 - ], - [ - -117.30946810499995, - 33.983531493000044 - ], - [ - -117.30906502999994, - 33.98366404700005 - ], - [ - -117.30875225799997, - 33.98384121200007 - ], - [ - -117.30868538699997, - 33.98392382500003 - ], - [ - -117.30855086699995, - 33.98409004900003 - ], - [ - -117.30846664599994, - 33.98444946300003 - ], - [ - -117.30846663899996, - 33.98444949700007 - ], - [ - -117.30857875699996, - 33.98475755900006 - ], - [ - -117.30854801699996, - 33.98477853500003 - ], - [ - -117.30826964299996, - 33.98500303800006 - ], - [ - -117.30826965399996, - 33.98500307000006 - ], - [ - -117.30831388499996, - 33.98505596600006 - ], - [ - -117.30831383699996, - 33.985055997000075 - ], - [ - -117.30825274499995, - 33.985094882000055 - ], - [ - -117.30798776299997, - 33.98509599000005 - ], - [ - -117.30798771899998, - 33.98509592400006 - ], - [ - -117.30770603099995, - 33.984685822000074 - ], - [ - -117.30769107099997, - 33.98461559100008 - ], - [ - -117.30767910799995, - 33.984559422000075 - ], - [ - -117.30735997999994, - 33.984606547000055 - ], - [ - -117.30711530199994, - 33.984642475000044 - ], - [ - -117.30711473399998, - 33.984642559000065 - ], - [ - -117.30694281399997, - 33.984667804000026 - ], - [ - -117.30686620599994, - 33.984701732000076 - ], - [ - -117.30672993, - 33.98484845300004 - ], - [ - -117.30670250099996, - 33.98495276400007 - ], - [ - -117.30664925999997, - 33.98499792000007 - ], - [ - -117.30664925199994, - 33.984997958000065 - ], - [ - -117.30665901699996, - 33.98512755000007 - ], - [ - -117.30517027299999, - 33.98510296300003 - ], - [ - -117.30517064199995, - 33.98513805500005 - ], - [ - -117.30517492299998, - 33.985546715000055 - ], - [ - -117.30503013099997, - 33.98632067500006 - ], - [ - -117.30512227399998, - 33.98632527800004 - ], - [ - -117.30517183199998, - 33.98632776000005 - ], - [ - -117.30517189399995, - 33.98632776300008 - ], - [ - -117.3051645099999, - 33.986543211000026 - ], - [ - -117.30516451899996, - 33.986543288000064 - ], - [ - -117.30736910999997, - 33.986596279000025 - ], - [ - -117.30737048699996, - 33.986659932000066 - ], - [ - -117.30737940399996, - 33.98707197600004 - ], - [ - -117.30738666999997, - 33.987423679000074 - ], - [ - -117.30738701099995, - 33.98747648400007 - ], - [ - -117.30738701099995, - 33.98747661800007 - ], - [ - -117.30740438, - 33.99017803700008 - ], - [ - -117.30780937099996, - 33.990180390000035 - ], - [ - -117.30781268099997, - 33.99018040900006 - ], - [ - -117.30781599099998, - 33.99018042800003 - ], - [ - -117.30781929999995, - 33.99018044700006 - ], - [ - -117.30782260899997, - 33.99018046700007 - ], - [ - -117.307825918, - 33.99018048600004 - ], - [ - -117.30782922799995, - 33.99018050500007 - ], - [ - -117.30783253699997, - 33.99018052500003 - ], - [ - -117.30783584699998, - 33.990180544000054 - ], - [ - -117.30783921399996, - 33.990180563000024 - ], - [ - -117.30784252299998, - 33.99018058200005 - ], - [ - -117.30784583199994, - 33.99018060100008 - ], - [ - -117.30784914299994, - 33.990180621000036 - ], - [ - -117.30785245199996, - 33.99018064000006 - ], - [ - -117.30785576099998, - 33.99018065900003 - ], - [ - -117.30785907099994, - 33.99018067900005 - ], - [ - -117.30786238, - 33.99018069700003 - ], - [ - -117.30786568999997, - 33.99018071800003 - ], - [ - -117.30786899799995, - 33.99018073800005 - ], - [ - -117.30787230799996, - 33.99018075600003 - ], - [ - -117.30787561799997, - 33.990180775000056 - ], - [ - -117.307878927, - 33.99018079500007 - ], - [ - -117.30788223599995, - 33.99018081400004 - ], - [ - -117.30788554699996, - 33.99018083200008 - ], - [ - -117.30788885599998, - 33.99018085100005 - ], - [ - -117.30789216599999, - 33.990180871000064 - ], - [ - -117.30789547499995, - 33.99018089000003 - ], - [ - -117.30789878299998, - 33.99018090900006 - ], - [ - -117.30790209399999, - 33.990180929000076 - ], - [ - -117.30790540299995, - 33.990180948000045 - ], - [ - -117.30790871299996, - 33.99018096900005 - ], - [ - -117.30791202199998, - 33.99018098700003 - ], - [ - -117.30791533099995, - 33.99018100700005 - ], - [ - -117.30791864099996, - 33.99018102700006 - ], - [ - -117.30792195099997, - 33.99018104600003 - ], - [ - -117.30792526099998, - 33.99018106500006 - ], - [ - -117.30792856899996, - 33.99018108300004 - ], - [ - -117.30793187799998, - 33.990181103000054 - ], - [ - -117.30793518799999, - 33.990181122000024 - ], - [ - -117.30793849799994, - 33.99018114100005 - ], - [ - -117.30794180699996, - 33.990181161000066 - ], - [ - -117.30794511699997, - 33.990181181000025 - ], - [ - -117.30794842599994, - 33.99018120100004 - ], - [ - -117.30795173499996, - 33.99018122100006 - ], - [ - -117.30795504499997, - 33.99018124100007 - ], - [ - -117.307958354, - 33.99018126000004 - ], - [ - -117.307961665, - 33.99018127900007 - ], - [ - -117.30796497299997, - 33.99018129900003 - ], - [ - -117.307968282, - 33.990181319000044 - ], - [ - -117.30797159199994, - 33.99018133900006 - ], - [ - -117.30797490199996, - 33.990181359000076 - ], - [ - -117.30797821099998, - 33.990181379000035 - ], - [ - -117.30798151999994, - 33.99018139800006 - ], - [ - -117.30798482899996, - 33.99018141700003 - ], - [ - -117.30798813899997, - 33.99018143700005 - ], - [ - -117.30799144899999, - 33.99018145600007 - ], - [ - -117.30799475899994, - 33.99018147700008 - ], - [ - -117.30799806899995, - 33.99018149700004 - ], - [ - -117.308001376, - 33.99018151700005 - ], - [ - -117.30800468599995, - 33.99018153500003 - ], - [ - -117.30800799599996, - 33.99018155500005 - ], - [ - -117.308014615, - 33.990181593000045 - ], - [ - -117.30801792399996, - 33.99018161300006 - ], - [ - -117.30802123399997, - 33.99018163300008 - ], - [ - -117.30802785199995, - 33.99018167200006 - ], - [ - -117.30803116399994, - 33.99018169200008 - ], - [ - -117.30803447099998, - 33.99018171000006 - ], - [ - -117.30804108999996, - 33.990181749000044 - ], - [ - -117.30804770999998, - 33.99018178700004 - ], - [ - -117.30805101899995, - 33.990181807000056 - ], - [ - -117.30805432799997, - 33.99018182700007 - ], - [ - -117.30806094599996, - 33.99018186500007 - ], - [ - -117.30806425699996, - 33.99018188500003 - ], - [ - -117.30806756699997, - 33.99018190600003 - ], - [ - -117.30807087499994, - 33.99018192400007 - ], - [ - -117.30807749299998, - 33.990181962000065 - ], - [ - -117.30808080499997, - 33.990181982000024 - ], - [ - -117.30808742299996, - 33.99018202100007 - ], - [ - -117.30809073199998, - 33.990182040000036 - ], - [ - -117.30809735199995, - 33.99018207900008 - ], - [ - -117.30810066199996, - 33.99018209900004 - ], - [ - -117.30810397099998, - 33.99018211900005 - ], - [ - -117.30810727899996, - 33.99018213800008 - ], - [ - -117.30811058799998, - 33.99018215700005 - ], - [ - -117.30811389899998, - 33.990182177000065 - ], - [ - -117.30811720899999, - 33.990182197000024 - ], - [ - -117.30812051699996, - 33.99018221600005 - ], - [ - -117.30812382699997, - 33.990182237000056 - ], - [ - -117.30878263899996, - 33.99018607700003 - ], - [ - -117.30878594899997, - 33.99018609700005 - ], - [ - -117.30878925699994, - 33.990186117000064 - ], - [ - -117.30879262199994, - 33.990186150000056 - ], - [ - -117.30879593299994, - 33.99018615500006 - ], - [ - -117.30879924399994, - 33.990186175000076 - ], - [ - -117.30880255199997, - 33.99018620700008 - ], - [ - -117.30880586199999, - 33.99018621400006 - ], - [ - -117.30880916999996, - 33.99018623300003 - ], - [ - -117.30881247999997, - 33.99018625400004 - ], - [ - -117.308815789, - 33.99018627300006 - ], - [ - -117.30881909899995, - 33.99018629200003 - ], - [ - -117.30882240999995, - 33.99018631000007 - ], - [ - -117.30882571899997, - 33.990186331000075 - ], - [ - -117.308829028, - 33.990186350000045 - ], - [ - -117.30883233599997, - 33.99018636900007 - ], - [ - -117.30883901299995, - 33.990186409000046 - ], - [ - -117.30884237999999, - 33.990186427000026 - ], - [ - -117.30884568899995, - 33.99018644700004 - ], - [ - -117.30884899899996, - 33.990186480000034 - ], - [ - -117.30885230699994, - 33.99018648500004 - ], - [ - -117.30885561799994, - 33.99018650600004 - ], - [ - -117.30885892699996, - 33.99018652500007 - ], - [ - -117.30886223599998, - 33.99018655700007 - ], - [ - -117.308865546, - 33.990186564000055 - ], - [ - -117.30886885599995, - 33.99018658400007 - ], - [ - -117.30887216599996, - 33.99018660200005 - ], - [ - -117.30887547499998, - 33.99018662200007 - ], - [ - -117.30887878299995, - 33.990186642000026 - ], - [ - -117.30888209299997, - 33.99018666000006 - ], - [ - -117.30888540299998, - 33.99018668100007 - ], - [ - -117.30889202199995, - 33.990186719000064 - ], - [ - -117.30889533099997, - 33.99018673900002 - ], - [ - -117.30889864099998, - 33.99018675900004 - ], - [ - -117.30890194999995, - 33.990186777000076 - ], - [ - -117.30890526, - 33.990186798000025 - ], - [ - -117.30890856899998, - 33.99018681600006 - ], - [ - -117.30891187799995, - 33.99018683600008 - ], - [ - -117.30891518799996, - 33.99018685600004 - ], - [ - -117.308918496, - 33.99018688800004 - ], - [ - -117.308921807, - 33.99018689400003 - ], - [ - -117.30892511699994, - 33.99018691400005 - ], - [ - -117.30892842599997, - 33.990186934000064 - ], - [ - -117.30893173499999, - 33.990186952000045 - ], - [ - -117.30893504399995, - 33.99018697300005 - ], - [ - -117.30893835399996, - 33.99018699100003 - ], - [ - -117.30894166399997, - 33.990187011000046 - ], - [ - -117.30894497399998, - 33.990187029000026 - ], - [ - -117.30894828199996, - 33.99018704900004 - ], - [ - -117.30895159199997, - 33.99018706900006 - ], - [ - -117.308954901, - 33.99018708800003 - ], - [ - -117.30895826799997, - 33.990187107000054 - ], - [ - -117.30896157799998, - 33.99018712700007 - ], - [ - -117.30896488699995, - 33.99018714700003 - ], - [ - -117.30896819599997, - 33.990187165000066 - ], - [ - -117.30897150599998, - 33.99018718600007 - ], - [ - -117.30897481499994, - 33.990187218000074 - ], - [ - -117.30897812499995, - 33.99018722400007 - ], - [ - -117.30898143499996, - 33.99018724300004 - ], - [ - -117.30898479999996, - 33.99018726500003 - ], - [ - -117.30898810999997, - 33.990187296000045 - ], - [ - -117.30899141999998, - 33.99018730200004 - ], - [ - -117.30899472799996, - 33.990187321000064 - ], - [ - -117.30899803699998, - 33.99018734100002 - ], - [ - -117.30900134899997, - 33.99018736000005 - ], - [ - -117.30900465699995, - 33.990187379000076 - ], - [ - -117.30900796699996, - 33.990187399000035 - ], - [ - -117.30901127499999, - 33.99018741900005 - ], - [ - -117.30901458599999, - 33.990187451000054 - ], - [ - -117.30901789599994, - 33.99018745800004 - ], - [ - -117.30902120499996, - 33.99018747700006 - ], - [ - -117.30903775199994, - 33.99018758600005 - ], - [ - -117.30904106099996, - 33.99018759300003 - ], - [ - -117.30904437099997, - 33.99018761200006 - ], - [ - -117.30904768099998, - 33.99018763300006 - ], - [ - -117.30905098999995, - 33.99018765300008 - ], - [ - -117.30905429999996, - 33.99018767100006 - ], - [ - -117.30905760799999, - 33.99018769000003 - ], - [ - -117.30906091799994, - 33.99018771000004 - ], - [ - -117.30906422799995, - 33.99018772900007 - ], - [ - -117.30906753599999, - 33.99018774800004 - ], - [ - -117.30907084699999, - 33.990187768000055 - ], - [ - -117.30907415599995, - 33.990187787000025 - ], - [ - -117.30907746599996, - 33.99018781900003 - ], - [ - -117.30908077499998, - 33.99018782600007 - ], - [ - -117.30908408499994, - 33.990187846000026 - ], - [ - -117.30908739399996, - 33.99018786600004 - ], - [ - -117.30909070099995, - 33.99018788500007 - ], - [ - -117.309094013, - 33.99018790400004 - ], - [ - -117.30909732299995, - 33.990187924000054 - ], - [ - -117.30910063199997, - 33.99018794400007 - ], - [ - -117.30910393899995, - 33.99018796300004 - ], - [ - -117.30910725099994, - 33.990187984000045 - ], - [ - -117.30911055999997, - 33.99018800300007 - ], - [ - -117.30911386999998, - 33.99018802200004 - ], - [ - -117.30911717799995, - 33.99018804200006 - ], - [ - -117.30912048899995, - 33.990188061000026 - ], - [ - -117.30912379799997, - 33.99018808100004 - ], - [ - -117.30912710699994, - 33.99018810100006 - ], - [ - -117.30913041699995, - 33.990188121000074 - ], - [ - -117.30913372699996, - 33.99018814100003 - ], - [ - -117.30913703599998, - 33.99018816000006 - ], - [ - -117.30914034499995, - 33.99018817900003 - ], - [ - -117.30914365399997, - 33.990188199000045 - ], - [ - -117.30914696399998, - 33.99018821900006 - ], - [ - -117.309150274, - 33.99018823800003 - ], - [ - -117.30915358299995, - 33.990188259000035 - ], - [ - -117.30915689299997, - 33.99018827800006 - ], - [ - -117.30916020099994, - 33.99018829700003 - ], - [ - -117.30916351099995, - 33.99018831700005 - ], - [ - -117.30916682099996, - 33.990188336000074 - ], - [ - -117.30917012999998, - 33.99018835600003 - ], - [ - -117.30917343999994, - 33.99018837600005 - ], - [ - -117.30917674899996, - 33.990188396000065 - ], - [ - -117.30918005899997, - 33.990188415000034 - ], - [ - -117.30918336699995, - 33.99018843500005 - ], - [ - -117.30918667599997, - 33.99018845400008 - ], - [ - -117.30918998699997, - 33.990188474000036 - ], - [ - -117.30919329599999, - 33.99018849300006 - ], - [ - -117.30919660599994, - 33.99018851300008 - ], - [ - -117.30919991499997, - 33.990188534000026 - ], - [ - -117.30920322499998, - 33.99018855200006 - ], - [ - -117.30920653499999, - 33.99018857200008 - ], - [ - -117.30920984499994, - 33.99018859200004 - ], - [ - -117.30921315299997, - 33.990188611000065 - ], - [ - -117.30921646199994, - 33.990188631000024 - ], - [ - -117.30921977199995, - 33.99018865100004 - ], - [ - -117.30922308099997, - 33.990188672000045 - ], - [ - -117.30922639099998, - 33.990188690000025 - ], - [ - -117.30922975699997, - 33.99018871100003 - ], - [ - -117.309233066, - 33.99018873000006 - ], - [ - -117.30923637599994, - 33.990188749000026 - ], - [ - -117.30923968499997, - 33.99018876900004 - ], - [ - -117.30924299499998, - 33.99018878800007 - ], - [ - -117.30924630499999, - 33.99018880800003 - ], - [ - -117.30924961399995, - 33.99018882900003 - ], - [ - -117.30925292299997, - 33.99018884800006 - ], - [ - -117.30925623399997, - 33.99018886700003 - ], - [ - -117.30925954099996, - 33.990188887000045 - ], - [ - -117.30926285199996, - 33.99018890600007 - ], - [ - -117.30926616099998, - 33.99018892600003 - ], - [ - -117.309269471, - 33.990188946000046 - ], - [ - -117.30927274599998, - 33.99018896600006 - ], - [ - -117.30927277999996, - 33.99018896500007 - ], - [ - -117.30927603299995, - 33.99018898400004 - ], - [ - -117.30927934299996, - 33.99018900400006 - ], - [ - -117.30928265199998, - 33.990189024000074 - ], - [ - -117.30930593299996, - 33.99018915900007 - ], - [ - -117.30935747199999, - 33.99018946100006 - ], - [ - -117.30935754499995, - 33.99018946100006 - ], - [ - -117.30938388899995, - 33.992164084000024 - ], - [ - -117.309404713, - 33.993724721000035 - ], - [ - -117.30971278799996, - 33.99372666000005 - ], - [ - -117.31009795499995, - 33.99372908300006 - ], - [ - -117.310894196, - 33.99373413600006 - ], - [ - -117.31214112899994, - 33.993742129000054 - ], - [ - -117.31276555999995, - 33.99374619100007 - ], - [ - -117.31360129299998, - 33.99375177100006 - ], - [ - -117.31372041499998, - 33.99375256400003 - ], - [ - -117.313941651, - 33.993754472000035 - ], - [ - -117.31413470899997, - 33.99375613700005 - ], - [ - -117.31422874999998, - 33.993756948000055 - ], - [ - -117.31423233399994, - 33.993756974000064 - ], - [ - -117.31482922699996, - 33.99376220900007 - ], - [ - -117.31498967799996, - 33.99376193200004 - ], - [ - -117.31515528799997, - 33.993765076000045 - ], - [ - -117.31590441099996, - 33.99377160100005 - ], - [ - -117.31623347699997, - 33.99377424200003 - ], - [ - -117.31730333599995, - 33.99378281800006 - ], - [ - -117.31794878099998, - 33.993787988000065 - ], - [ - -117.31805524999999, - 33.993788841000026 - ], - [ - -117.32236586299996, - 33.993797923000045 - ], - [ - -117.32538109099994, - 33.99381505200006 - ], - [ - -117.32590228299995, - 33.99381800400005 - ], - [ - -117.32614743099998, - 33.993819393000024 - ], - [ - -117.32640790299996, - 33.99382086700007 - ], - [ - -117.32706700199998, - 33.993824595000035 - ], - [ - -117.32768012899999, - 33.993828059000066 - ], - [ - -117.32826235599998, - 33.993831345000046 - ], - [ - -117.32886015999998, - 33.99383471600004 - ], - [ - -117.32928916599997, - 33.993837135000035 - ], - [ - -117.32985633099997, - 33.99384032800003 - ], - [ - -117.32999422899996, - 33.99384110400007 - ], - [ - -117.330913792, - 33.99384627500007 - ], - [ - -117.331118904, - 33.99384742600006 - ], - [ - -117.33111896999998, - 33.99384742700005 - ], - [ - -117.33111898699997, - 33.993885559000034 - ], - [ - -117.33111899599999, - 33.99390762500008 - ], - [ - -117.33111903199995, - 33.99399669600007 - ], - [ - -117.33111940799995, - 33.99492870500006 - ], - [ - -117.33111985099998, - 33.996028179000064 - ], - [ - -117.33085833099994, - 33.996142864000035 - ], - [ - -117.33085053899998, - 33.99614628200004 - ], - [ - -117.33072626099994, - 33.99615548100007 - ], - [ - -117.33058094399996, - 33.99616623700007 - ], - [ - -117.33058091199996, - 33.996166240000036 - ], - [ - -117.33045939599998, - 33.99586784500008 - ], - [ - -117.330309694, - 33.99550023000006 - ], - [ - -117.33030966099994, - 33.99550022100004 - ], - [ - -117.33004521099997, - 33.995497673000045 - ], - [ - -117.32952433899999, - 33.99549263800003 - ], - [ - -117.32897282299996, - 33.99548730400005 - ], - [ - -117.32846659299997, - 33.995482406000065 - ], - [ - -117.32767035899997, - 33.99547469600003 - ], - [ - -117.32648678399994, - 33.99631104600007 - ], - [ - -117.32648548499998, - 33.996311965000075 - ], - [ - -117.32635619999996, - 33.996403319000024 - ], - [ - -117.32607580899997, - 33.99663159200003 - ], - [ - -117.32607578399995, - 33.996631613000034 - ], - [ - -117.32607576099997, - 33.99663163100007 - ], - [ - -117.32508011199997, - 33.997442197000055 - ], - [ - -117.32497818799999, - 33.99752517300004 - ], - [ - -117.32497811899998, - 33.99752517300004 - ], - [ - -117.32255007599997, - 33.997537987000044 - ], - [ - -117.32243270299995, - 33.997538606000035 - ], - [ - -117.32242811599997, - 33.99814113700006 - ], - [ - -117.32242082, - 33.99909963600004 - ], - [ - -117.32236475099995, - 33.99912906600008 - ], - [ - -117.32230341199994, - 33.999161266000044 - ], - [ - -117.32224233899996, - 33.99919394900007 - ], - [ - -117.32218614099997, - 33.99922444400005 - ], - [ - -117.32212960899994, - 33.99925467300005 - ], - [ - -117.32207274299998, - 33.999284362000026 - ], - [ - -117.32201587199995, - 33.99931377900003 - ], - [ - -117.32195867399997, - 33.99934319700003 - ], - [ - -117.32190113999997, - 33.99937207800008 - ], - [ - -117.32184360399998, - 33.99940068600006 - ], - [ - -117.32179483699997, - 33.99942456800005 - ], - [ - -117.321785735, - 33.999429027000076 - ], - [ - -117.32177540899994, - 33.99943396000003 - ], - [ - -117.32172752999998, - 33.99945682600003 - ], - [ - -117.32166932499996, - 33.99948462700007 - ], - [ - -117.32161078399997, - 33.99951188800003 - ], - [ - -117.32155191399994, - 33.99953915100008 - ], - [ - -117.32149303799997, - 33.99956587100007 - ], - [ - -117.32143382699996, - 33.99959232400005 - ], - [ - -117.32137461399998, - 33.99961850600005 - ], - [ - -117.32131473599998, - 33.99964415100004 - ], - [ - -117.32125518599997, - 33.99966979100003 - ], - [ - -117.32119530099999, - 33.999694892000036 - ], - [ - -117.32113508299994, - 33.99971972600002 - ], - [ - -117.32107453099997, - 33.99974429200006 - ], - [ - -117.32101397599996, - 33.99976858500003 - ], - [ - -117.32095341799999, - 33.999792607000074 - ], - [ - -117.32089252199995, - 33.999816090000024 - ], - [ - -117.32083129299997, - 33.999839303000044 - ], - [ - -117.32077005999997, - 33.99986224600008 - ], - [ - -117.32070849299998, - 33.999884921000046 - ], - [ - -117.320646921, - 33.99990705100004 - ], - [ - -117.32058501799997, - 33.99992918600003 - ], - [ - -117.32052310499995, - 33.99995077700004 - ], - [ - -117.32046086199995, - 33.999972100000036 - ], - [ - -117.32039861299995, - 33.99999315100007 - ], - [ - -117.32033602799999, - 34.00001366200007 - ], - [ - -117.32027343799996, - 34.00003390200004 - ], - [ - -117.320221485, - 34.00005061600007 - ], - [ - -117.320221415, - 34.00005063900005 - ], - [ - -117.32021377599995, - 34.000053096000045 - ], - [ - -117.32021368999995, - 34.00005314800006 - ], - [ - -117.32021232099999, - 34.00005398600007 - ], - [ - -117.32014989699996, - 34.00007409700004 - ], - [ - -117.32014985999996, - 34.000074109000025 - ], - [ - -117.32008531599996, - 34.00009326700007 - ], - [ - -117.32002072499995, - 34.000111891000074 - ], - [ - -117.31995546199994, - 34.00012943300004 - ], - [ - -117.31988985699996, - 34.00014616300007 - ], - [ - -117.31982424499995, - 34.00016235000004 - ], - [ - -117.31975795899996, - 34.00017745500003 - ], - [ - -117.31969166299996, - 34.00019201400005 - ], - [ - -117.31962640899997, - 34.000205212000026 - ], - [ - -117.31962502399995, - 34.00020549300007 - ], - [ - -117.31962362599995, - 34.00020575800005 - ], - [ - -117.31955837099997, - 34.00021815300005 - ], - [ - -117.31949104899996, - 34.00023000300007 - ], - [ - -117.31942685399997, - 34.00024057300004 - ], - [ - -117.31942404399996, - 34.00024103700002 - ], - [ - -117.31942126599995, - 34.00024145700007 - ], - [ - -117.31935636699995, - 34.00025125700006 - ], - [ - -117.31928868099999, - 34.00026066200007 - ], - [ - -117.31922097999995, - 34.000269252000066 - ], - [ - -117.31922094299995, - 34.00026925700007 - ], - [ - -117.31915293699996, - 34.00027702700004 - ], - [ - -117.31908488099998, - 34.00028371500008 - ], - [ - -117.31901648499996, - 34.000289860000066 - ], - [ - -117.31894807199996, - 34.000294917000076 - ], - [ - -117.31887964899994, - 34.000299158000075 - ], - [ - -117.31881121699996, - 34.00030285500003 - ], - [ - -117.31874244, - 34.000305463000075 - ], - [ - -117.31862055299996, - 34.00031008800005 - ], - [ - -117.31833819899998, - 34.00032080100004 - ], - [ - -117.31833759799997, - 34.00032082400003 - ], - [ - -117.31817645999996, - 34.00032246400008 - ], - [ - -117.31817682299999, - 34.00032194000005 - ], - [ - -117.31817881299997, - 34.000319071000035 - ], - [ - -117.31818080299996, - 34.00031620100003 - ], - [ - -117.31818279399994, - 34.000313332000076 - ], - [ - -117.31818397, - 34.00031163600005 - ], - [ - -117.31818596, - 34.000308766000046 - ], - [ - -117.318187949, - 34.00030589700003 - ], - [ - -117.31818993999997, - 34.000303028000076 - ], - [ - -117.31819192999995, - 34.00030015700003 - ], - [ - -117.31819391899995, - 34.00029728900006 - ], - [ - -117.31819590999999, - 34.000294420000046 - ], - [ - -117.31819789999997, - 34.00029155000004 - ], - [ - -117.31823253399995, - 34.00024161400006 - ], - [ - -117.31824388799998, - 34.00018199800007 - ], - [ - -117.318244602, - 34.000178248000054 - ], - [ - -117.31824472399995, - 34.00017761400005 - ], - [ - -117.31824543799996, - 34.00017386400003 - ], - [ - -117.318245559, - 34.000173231000076 - ], - [ - -117.31824627299994, - 34.00016948200005 - ], - [ - -117.31824639499996, - 34.000168847000054 - ], - [ - -117.31824710899997, - 34.00016510000006 - ], - [ - -117.31824782299998, - 34.00016135100003 - ], - [ - -117.31824794399995, - 34.00016071600004 - ], - [ - -117.31824865799996, - 34.000156967000066 - ], - [ - -117.31824937199997, - 34.00015321800004 - ], - [ - -117.31825008699997, - 34.000149469000064 - ], - [ - -117.31825080099998, - 34.000145720000035 - ], - [ - -117.31825151599998, - 34.00014197100006 - ], - [ - -117.31825222999998, - 34.00013822200003 - ], - [ - -117.31826360399998, - 34.00007850600008 - ], - [ - -117.31827460799997, - 34.00002073600007 - ], - [ - -117.31827544299995, - 34.000016353000035 - ], - [ - -117.31827615799995, - 34.00001260400006 - ], - [ - -117.31827687199996, - 34.00000885500003 - ], - [ - -117.31827758499998, - 34.00000510600006 - ], - [ - -117.31827770599995, - 34.00000447300005 - ], - [ - -117.31827782699997, - 34.000003837000065 - ], - [ - -117.31827854199997, - 34.000000089000025 - ], - [ - -117.31827866199995, - 33.99999945500008 - ], - [ - -117.318279497, - 33.99999507200005 - ], - [ - -117.31827961799996, - 33.999994438000044 - ], - [ - -117.31828045199995, - 33.99999005500007 - ], - [ - -117.31828057399997, - 33.99998941900003 - ], - [ - -117.318281287, - 33.99998567200004 - ], - [ - -117.31828140799996, - 33.999985036000055 - ], - [ - -117.31828224399999, - 33.99998065400007 - ], - [ - -117.31828295699995, - 33.99997690500004 - ], - [ - -117.31828307799998, - 33.999976272000026 - ], - [ - -117.31828379299998, - 33.999972522000064 - ], - [ - -117.31828450599994, - 33.999968774000024 - ], - [ - -117.31828462799996, - 33.99996813800004 - ], - [ - -117.31828534199997, - 33.99996439000006 - ], - [ - -117.31828605499999, - 33.99996064000004 - ], - [ - -117.31828676999999, - 33.99995689200006 - ], - [ - -117.31828736199998, - 33.99995377700003 - ], - [ - -117.31828748299995, - 33.99995314200004 - ], - [ - -117.31829283399998, - 33.99992505400007 - ], - [ - -117.31830319699998, - 33.99987064900006 - ], - [ - -117.31830395299994, - 33.99986668200006 - ], - [ - -117.31830425799996, - 33.99986406800008 - ], - [ - -117.31830426499994, - 33.99986389000003 - ], - [ - -117.31830426999994, - 33.999863711000046 - ], - [ - -117.31830427499995, - 33.99986353300005 - ], - [ - -117.31830427699998, - 33.99986335500006 - ], - [ - -117.31830427899996, - 33.999863177000066 - ], - [ - -117.31830427699998, - 33.999862998000026 - ], - [ - -117.31830427499995, - 33.99986282100008 - ], - [ - -117.31830427099999, - 33.99986264200004 - ], - [ - -117.31830426599998, - 33.999862464000046 - ], - [ - -117.31830426, - 33.99986228500006 - ], - [ - -117.31830424999998, - 33.99986210700007 - ], - [ - -117.31830423899999, - 33.999861929000076 - ], - [ - -117.31830422699994, - 33.99986175300006 - ], - [ - -117.31830421399997, - 33.99986157500007 - ], - [ - -117.31830419799996, - 33.999861397000075 - ], - [ - -117.31830417999998, - 33.99986122100006 - ], - [ - -117.31830414199999, - 33.99986086700005 - ], - [ - -117.31830411899995, - 33.99986069200003 - ], - [ - -117.31830409699995, - 33.99986051600007 - ], - [ - -117.31830407199999, - 33.999860341000044 - ], - [ - -117.318304045, - 33.999860167000065 - ], - [ - -117.31830401699995, - 33.99985999200004 - ], - [ - -117.31830398699998, - 33.99985981900005 - ], - [ - -117.31830395599997, - 33.99985964600006 - ], - [ - -117.31830392399996, - 33.99985947300007 - ], - [ - -117.318303889, - 33.99985930200006 - ], - [ - -117.31830385299997, - 33.99985913000006 - ], - [ - -117.31830381699996, - 33.99985895900005 - ], - [ - -117.31830377699998, - 33.999858790000076 - ], - [ - -117.31830373799994, - 33.999858621000044 - ], - [ - -117.31830369599999, - 33.99985845300006 - ], - [ - -117.31830365399998, - 33.99985828500007 - ], - [ - -117.31830360899994, - 33.99985811800008 - ], - [ - -117.31830356399996, - 33.99985795200007 - ], - [ - -117.318303518, - 33.99985778700005 - ], - [ - -117.31830346899994, - 33.999857622000036 - ], - [ - -117.3183034199999, - 33.999857459000054 - ], - [ - -117.31830336999997, - 33.99985729700006 - ], - [ - -117.31830331799995, - 33.999857134000024 - ], - [ - -117.31830326499994, - 33.99985697400007 - ], - [ - -117.31830320999995, - 33.999856814000054 - ], - [ - -117.31830315499997, - 33.99985665500003 - ], - [ - -117.318303115, - 33.99985654200003 - ], - [ - -117.31830309799994, - 33.99985649600006 - ], - [ - -117.31830305799997, - 33.99985638700008 - ], - [ - -117.318303, - 33.99985623200007 - ], - [ - -117.31830294199995, - 33.99985607700006 - ], - [ - -117.31830288199995, - 33.99985592400003 - ], - [ - -117.31830281999999, - 33.999855772000046 - ], - [ - -117.31830280099996, - 33.99985572200006 - ], - [ - -117.31830273699995, - 33.99985557000008 - ], - [ - -117.31830267299995, - 33.99985542100006 - ], - [ - -117.31830258499997, - 33.99985521800005 - ], - [ - -117.31830251899999, - 33.999855068000045 - ], - [ - -117.31830242599995, - 33.99985486500003 - ], - [ - -117.31830240099998, - 33.999854810000045 - ], - [ - -117.31830225899995, - 33.99985451300006 - ], - [ - -117.31830223199995, - 33.99985445600004 - ], - [ - -117.31830215899998, - 33.99985430800007 - ], - [ - -117.31830208499997, - 33.999854163000066 - ], - [ - -117.31830197999994, - 33.999853958000074 - ], - [ - -117.31830194799994, - 33.99985389600005 - ], - [ - -117.31830187199995, - 33.999853753000025 - ], - [ - -117.31830171499996, - 33.999853468000026 - ], - [ - -117.31830168, - 33.99985340400008 - ], - [ - -117.31830164299998, - 33.999853339000026 - ], - [ - -117.31830156199999, - 33.99985319700005 - ], - [ - -117.318301481, - 33.99985305700005 - ], - [ - -117.31830139899995, - 33.999852919000034 - ], - [ - -117.31830131699996, - 33.99985278100007 - ], - [ - -117.31830123499998, - 33.99985264600008 - ], - [ - -117.31830119299997, - 33.99985257800006 - ], - [ - -117.31830110699997, - 33.999852443000066 - ], - [ - -117.318300938, - 33.99985217600005 - ], - [ - -117.31830089099998, - 33.99985210500006 - ], - [ - -117.31830066899994, - 33.999851773000046 - ], - [ - -117.31830052899994, - 33.99985157200007 - ], - [ - -117.31830043899998, - 33.99985144400006 - ], - [ - -117.31830038699997, - 33.999851370000044 - ], - [ - -117.31830029499997, - 33.99985124300008 - ], - [ - -117.31830024199996, - 33.99985116800008 - ], - [ - -117.31830018599999, - 33.999851093000075 - ], - [ - -117.31830003599998, - 33.99985089100005 - ], - [ - -117.318299976, - 33.99985081400007 - ], - [ - -117.31829991799998, - 33.99985073600004 - ], - [ - -117.31829982099998, - 33.999850611000056 - ], - [ - -117.31829972499997, - 33.99985048800005 - ], - [ - -117.31829962699999, - 33.99985036600003 - ], - [ - -117.31829953199997, - 33.99985024600005 - ], - [ - -117.31829943399998, - 33.99985012600007 - ], - [ - -117.31829933699998, - 33.999850010000046 - ], - [ - -117.31829923999999, - 33.99984989400008 - ], - [ - -117.31829914199994, - 33.999849779000044 - ], - [ - -117.318299046, - 33.999849666000046 - ], - [ - -117.31829894799995, - 33.99984955600007 - ], - [ - -117.31829885099995, - 33.99984944600004 - ], - [ - -117.31829875399995, - 33.99984933800005 - ], - [ - -117.318298584, - 33.999849151000035 - ], - [ - -117.318298487, - 33.99984904400003 - ], - [ - -117.31829838899995, - 33.99984894000005 - ], - [ - -117.31829829199995, - 33.99984883700006 - ], - [ - -117.31829819399996, - 33.99984873500006 - ], - [ - -117.31829801999999, - 33.999848557000064 - ], - [ - -117.318298, - 33.99984853700005 - ], - [ - -117.31829792299999, - 33.99984845800003 - ], - [ - -117.31829782499995, - 33.999848360000044 - ], - [ - -117.31829774399995, - 33.99984828000004 - ], - [ - -117.31829764599996, - 33.999848185000076 - ], - [ - -117.318297466, - 33.99984801100004 - ], - [ - -117.31829738, - 33.999847930000044 - ], - [ - -117.31829728399998, - 33.99984783700006 - ], - [ - -117.31829718499995, - 33.99984774500007 - ], - [ - -117.31829708599997, - 33.99984765500005 - ], - [ - -117.318296998, - 33.999847576000036 - ], - [ - -117.31829690999996, - 33.99984749500004 - ], - [ - -117.31829681199997, - 33.99984740700006 - ], - [ - -117.31829671999998, - 33.999847326000065 - ], - [ - -117.31829662099994, - 33.99984723800003 - ], - [ - -117.31829652899995, - 33.99984715900007 - ], - [ - -117.31829642899999, - 33.99984707200008 - ], - [ - -117.31829633399997, - 33.99984699300006 - ], - [ - -117.31829623699997, - 33.99984691100008 - ], - [ - -117.31829603899996, - 33.99984674600006 - ], - [ - -117.31829593999998, - 33.999846665000064 - ], - [ - -117.31829573699997, - 33.999846501000036 - ], - [ - -117.31829563399998, - 33.99984642000004 - ], - [ - -117.31829542699995, - 33.99984625900004 - ], - [ - -117.31829532599994, - 33.999846182000056 - ], - [ - -117.31829511099994, - 33.99984601800003 - ], - [ - -117.318295, - 33.99984593500005 - ], - [ - -117.31829489799998, - 33.99984586100004 - ], - [ - -117.31829478499998, - 33.999845778000065 - ], - [ - -117.31829445399995, - 33.999845540000024 - ], - [ - -117.31829433599995, - 33.99984545800004 - ], - [ - -117.31829421499998, - 33.99984537600005 - ], - [ - -117.31829399399999, - 33.99984522500006 - ], - [ - -117.31829387099998, - 33.99984514200003 - ], - [ - -117.31829376999997, - 33.99984507500005 - ], - [ - -117.318293644, - 33.99984499300007 - ], - [ - -117.31829351699997, - 33.999844910000036 - ], - [ - -117.31829338699998, - 33.99984482800005 - ], - [ - -117.31829315599998, - 33.99984468300005 - ], - [ - -117.31829302399996, - 33.99984460100006 - ], - [ - -117.31829288899996, - 33.99984451900008 - ], - [ - -117.31829278999999, - 33.99984445900003 - ], - [ - -117.31829265299996, - 33.999844378000034 - ], - [ - -117.31829255399998, - 33.99984431900003 - ], - [ - -117.31829241499997, - 33.99984423800004 - ], - [ - -117.31829231699999, - 33.99984418100007 - ], - [ - -117.31829217899997, - 33.999844102000054 - ], - [ - -117.31829193899995, - 33.99984396700006 - ], - [ - -117.31829179599998, - 33.99984388900003 - ], - [ - -117.31829155499997, - 33.999843757000065 - ], - [ - -117.318291408, - 33.99984367900004 - ], - [ - -117.31829125899998, - 33.999843603000045 - ], - [ - -117.31829116399996, - 33.99984355300006 - ], - [ - -117.31829101299996, - 33.99984347700007 - ], - [ - -117.31829086199997, - 33.99984339900004 - ], - [ - -117.31829070799995, - 33.99984332300005 - ], - [ - -117.31829055299994, - 33.99984324700006 - ], - [ - -117.31829039399997, - 33.999843171000066 - ], - [ - -117.31829023499995, - 33.999843095000074 - ], - [ - -117.31828998299994, - 33.99984297800006 - ], - [ - -117.31828981999996, - 33.99984290300006 - ], - [ - -117.318289656, - 33.999842830000034 - ], - [ - -117.31828948999998, - 33.99984275700007 - ], - [ - -117.31828932099995, - 33.999842683000054 - ], - [ - -117.31828915199998, - 33.999842611000076 - ], - [ - -117.31828906299995, - 33.99984257300002 - ], - [ - -117.31828889199994, - 33.999842502000035 - ], - [ - -117.31828871799996, - 33.99984243200004 - ], - [ - -117.31828863199996, - 33.999842396000076 - ], - [ - -117.31828837599994, - 33.999842294000075 - ], - [ - -117.31828829099999, - 33.999842261000026 - ], - [ - -117.31828811599996, - 33.99984219400005 - ], - [ - -117.31828803399998, - 33.99984216300004 - ], - [ - -117.31828795399997, - 33.999842132000026 - ], - [ - -117.31828777899995, - 33.99984206800008 - ], - [ - -117.31828769899994, - 33.99984203900004 - ], - [ - -117.31828752299998, - 33.99984197500004 - ], - [ - -117.31828727099997, - 33.99984188500002 - ], - [ - -117.318287092, - 33.99984182400004 - ], - [ - -117.31828683699996, - 33.99984173900003 - ], - [ - -117.318286764, - 33.99984171500006 - ], - [ - -117.318286334, - 33.99984157600005 - ], - [ - -117.31828608299998, - 33.99984149900007 - ], - [ - -117.31828571699998, - 33.999841391000075 - ], - [ - -117.31828553199995, - 33.99984133900006 - ], - [ - -117.31828528299997, - 33.99984126800007 - ], - [ - -117.31828509599995, - 33.99984121700004 - ], - [ - -117.31828490799995, - 33.999841167000056 - ], - [ - -117.31828471899996, - 33.99984111900005 - ], - [ - -117.318284528, - 33.99984107000006 - ], - [ - -117.31828433699997, - 33.999841023000045 - ], - [ - -117.31828414399996, - 33.999840977000076 - ], - [ - -117.31828394999997, - 33.99984093100005 - ], - [ - -117.318283754, - 33.99984088700006 - ], - [ - -117.31828355699997, - 33.99984084500005 - ], - [ - -117.31828335899996, - 33.99984080200005 - ], - [ - -117.31828310999998, - 33.99984075100008 - ], - [ - -117.31828291099998, - 33.99984071100005 - ], - [ - -117.31828271099994, - 33.99984067300005 - ], - [ - -117.31828266399998, - 33.99984066500008 - ], - [ - -117.31828246499998, - 33.999840627000026 - ], - [ - -117.31828226399995, - 33.999840592000055 - ], - [ - -117.31828206299997, - 33.99984055800007 - ], - [ - -117.31828185999996, - 33.999840525000025 - ], - [ - -117.31828165699994, - 33.99984049300008 - ], - [ - -117.31828145299994, - 33.999840461000076 - ], - [ - -117.31828124699996, - 33.99984043100005 - ], - [ - -117.31828104199997, - 33.999840404000054 - ], - [ - -117.31828083399995, - 33.999840376000066 - ], - [ - -117.31828062799997, - 33.99984034900007 - ], - [ - -117.31828041899996, - 33.99984032500004 - ], - [ - -117.31828038799995, - 33.99984032200007 - ], - [ - -117.31828018099998, - 33.99984029800004 - ], - [ - -117.31827997299996, - 33.99984027700003 - ], - [ - -117.31827976399995, - 33.99984025600003 - ], - [ - -117.31827955499995, - 33.99984023600007 - ], - [ - -117.31827934599994, - 33.99984021800003 - ], - [ - -117.31827913499995, - 33.99984020200003 - ], - [ - -117.31827892399997, - 33.99984018600003 - ], - [ - -117.318278712, - 33.99984017200006 - ], - [ - -117.31827850099995, - 33.99984015900003 - ], - [ - -117.31827828799999, - 33.99984014800003 - ], - [ - -117.31827807699995, - 33.999840137000035 - ], - [ - -117.31827786499997, - 33.99984012800007 - ], - [ - -117.31827765599996, - 33.999840121000034 - ], - [ - -117.31827744799995, - 33.99984011500004 - ], - [ - -117.31827723199996, - 33.99984011000004 - ], - [ - -117.31827701599997, - 33.99984010700007 - ], - [ - -117.31827679799994, - 33.99984010500003 - ], - [ - -117.31827658499998, - 33.99984010400004 - ], - [ - -117.31827636999998, - 33.99984010500003 - ], - [ - -117.31827615799995, - 33.99984010800006 - ], - [ - -117.31827574, - 33.99984011600003 - ], - [ - -117.31827552899995, - 33.99984012200008 - ], - [ - -117.31827531999994, - 33.99984013000005 - ], - [ - -117.31827510999995, - 33.999840138000025 - ], - [ - -117.31827490099994, - 33.99984014800003 - ], - [ - -117.31827468999995, - 33.999840160000076 - ], - [ - -117.31827448099995, - 33.99984017200006 - ], - [ - -117.31827427199994, - 33.99984018600003 - ], - [ - -117.31827407299994, - 33.99984020100004 - ], - [ - -117.31827387499999, - 33.99984021700004 - ], - [ - -117.31827366899995, - 33.99984023300004 - ], - [ - -117.31827346399996, - 33.99984025300006 - ], - [ - -117.31827325799998, - 33.999840274000064 - ], - [ - -117.31827305399997, - 33.99984029500007 - ], - [ - -117.31827284999997, - 33.999840318000054 - ], - [ - -117.31827264799995, - 33.99984034100004 - ], - [ - -117.318272445, - 33.99984036600006 - ], - [ - -117.31827224299997, - 33.99984039200007 - ], - [ - -117.31827204099994, - 33.999840420000055 - ], - [ - -117.31827183999997, - 33.99984044800004 - ], - [ - -117.31827164099997, - 33.99984047700008 - ], - [ - -117.31827144099998, - 33.999840508000034 - ], - [ - -117.31827124299997, - 33.999840541000026 - ], - [ - -117.31827104499996, - 33.99984057300003 - ], - [ - -117.31827084899999, - 33.99984060700007 - ], - [ - -117.31827065299996, - 33.99984064300003 - ], - [ - -117.31827045899996, - 33.999840679000044 - ], - [ - -117.31827026399998, - 33.99984071700004 - ], - [ - -117.31827007099997, - 33.999840756000026 - ], - [ - -117.31826987899996, - 33.99984079500007 - ], - [ - -117.31826968799999, - 33.99984083500004 - ], - [ - -117.31826949799995, - 33.999840877000054 - ], - [ - -117.31826930899996, - 33.999840919000064 - ], - [ - -117.31826912099996, - 33.999840962000064 - ], - [ - -117.31826893399995, - 33.99984100700004 - ], - [ - -117.31826874799998, - 33.99984105200008 - ], - [ - -117.318268564, - 33.99984109800005 - ], - [ - -117.3182683799999, - 33.99984114500006 - ], - [ - -117.31826832599995, - 33.99984115900003 - ], - [ - -117.31826808499994, - 33.99984122300003 - ], - [ - -117.31826790199995, - 33.99984127300007 - ], - [ - -117.318267844, - 33.999841289000074 - ], - [ - -117.31826765999995, - 33.999841341000035 - ], - [ - -117.31826747699995, - 33.999841393000054 - ], - [ - -117.31826729799997, - 33.99984144700005 - ], - [ - -117.31826711899998, - 33.99984149900007 - ], - [ - -117.31826693999994, - 33.999841555000046 - ], - [ - -117.31826687699999, - 33.99984157500006 - ], - [ - -117.318266699, - 33.99984163100004 - ], - [ - -117.31826663399994, - 33.999841651000054 - ], - [ - -117.318266457, - 33.999841709000066 - ], - [ - -117.31826628099998, - 33.99984176800007 - ], - [ - -117.31826621299996, - 33.99984179100005 - ], - [ - -117.31826603699994, - 33.99984184900006 - ], - [ - -117.31826586499994, - 33.99984191000004 - ], - [ - -117.31826579399996, - 33.99984193500006 - ], - [ - -117.31826561999998, - 33.99984199700003 - ], - [ - -117.31826544799998, - 33.99984205900006 - ], - [ - -117.31826527899995, - 33.999842122000075 - ], - [ - -117.31826520399994, - 33.99984215000006 - ], - [ - -117.31826503499997, - 33.99984221400007 - ], - [ - -117.31826486899996, - 33.999842278000074 - ], - [ - -117.31826470299995, - 33.99984234300007 - ], - [ - -117.31826453899998, - 33.99984240900005 - ], - [ - -117.31826437599995, - 33.99984247500004 - ], - [ - -117.318264135, - 33.99984257600005 - ], - [ - -117.31826389499997, - 33.99984267800005 - ], - [ - -117.31826373599995, - 33.99984274700006 - ], - [ - -117.31826357799997, - 33.99984281600007 - ], - [ - -117.31826349699998, - 33.99984285200003 - ], - [ - -117.31826333899994, - 33.999842923000074 - ], - [ - -117.31826318499998, - 33.99984299400006 - ], - [ - -117.31826310099996, - 33.99984303300005 - ], - [ - -117.31826294799998, - 33.999843105000025 - ], - [ - -117.31826052499997, - 33.99984439200006 - ], - [ - -117.31825693999997, - 33.999847130000035 - ], - [ - -117.31825531499999, - 33.999848634000045 - ], - [ - -117.31825368799997, - 33.999850138000056 - ], - [ - -117.31825046799997, - 33.999855592000074 - ], - [ - -117.31820838999994, - 33.99990309200007 - ], - [ - -117.31820673799996, - 33.99990495600008 - ], - [ - -117.31820508599998, - 33.999906820000035 - ], - [ - -117.31820289399997, - 33.999909295000066 - ], - [ - -117.31820124199999, - 33.99991115900008 - ], - [ - -117.31819904999998, - 33.99991363300006 - ], - [ - -117.31819520699997, - 33.99991797100006 - ], - [ - -117.31819301599995, - 33.99992044500004 - ], - [ - -117.31819136399997, - 33.999922310000045 - ], - [ - -117.31818917299995, - 33.99992478300004 - ], - [ - -117.31818752099997, - 33.99992664800004 - ], - [ - -117.31818532899996, - 33.999929122000026 - ], - [ - -117.31818313799994, - 33.99993159600007 - ], - [ - -117.318177102, - 33.99993840800005 - ], - [ - -117.31817544999996, - 33.99994027300005 - ], - [ - -117.31817160699995, - 33.999944611000046 - ], - [ - -117.31816941599999, - 33.99994708500003 - ], - [ - -117.31816722399998, - 33.999949558000026 - ], - [ - -117.31816557299999, - 33.99995142300003 - ], - [ - -117.31816338099998, - 33.99995389700007 - ], - [ - -117.31815953799997, - 33.999958236000055 - ], - [ - -117.31815734699995, - 33.99996070900005 - ], - [ - -117.31815515499994, - 33.999963183000034 - ], - [ - -117.31815350299996, - 33.999965048000035 - ], - [ - -117.31815131199994, - 33.99996752100003 - ], - [ - -117.31814746899994, - 33.99997186000007 - ], - [ - -117.31814581699996, - 33.999973725000075 - ], - [ - -117.31814416499998, - 33.99997558900003 - ], - [ - -117.31814197399996, - 33.99997806300007 - ], - [ - -117.31813813099996, - 33.99998240100007 - ], - [ - -117.31813647899997, - 33.99998426600007 - ], - [ - -117.31813263499998, - 33.999988605000055 - ], - [ - -117.318130984, - 33.99999046900007 - ], - [ - -117.31812713999994, - 33.999994807000064 - ], - [ - -117.31812548799996, - 33.999996672000066 - ], - [ - -117.31812164499996, - 34.00000101000006 - ], - [ - -117.31811999299998, - 34.00000287600005 - ], - [ - -117.31811615, - 34.00000721400005 - ], - [ - -117.31811449799994, - 34.00000907800006 - ], - [ - -117.31811065399995, - 34.00001341800004 - ], - [ - -117.31810846199994, - 34.00001589100003 - ], - [ - -117.31810461899994, - 34.00002022900003 - ], - [ - -117.31810296699996, - 34.00002209300004 - ], - [ - -117.318100776, - 34.000024567000025 - ], - [ - -117.31809858399998, - 34.00002704100007 - ], - [ - -117.318096933, - 34.00002890500008 - ], - [ - -117.31809474, - 34.00003137900006 - ], - [ - -117.31809308899994, - 34.000033243000075 - ], - [ - -117.31809089799998, - 34.00003571800005 - ], - [ - -117.31808924599994, - 34.00003758300005 - ], - [ - -117.31808705499998, - 34.000040057000035 - ], - [ - -117.31808321099999, - 34.00004439400004 - ], - [ - -117.31808101999997, - 34.00004686900007 - ], - [ - -117.31807717699996, - 34.00005120800006 - ], - [ - -117.31807498599994, - 34.000053681000054 - ], - [ - -117.31807333399996, - 34.000055547000045 - ], - [ - -117.31807114199995, - 34.00005801900005 - ], - [ - -117.31806948999997, - 34.00005988400005 - ], - [ - -117.31806729899995, - 34.00006235800004 - ], - [ - -117.31802462899998, - 34.000110525000025 - ], - [ - -117.31798224, - 34.00015837500007 - ], - [ - -117.31798004899997, - 34.000160848000064 - ], - [ - -117.31793577299999, - 34.00021082600006 - ], - [ - -117.31787244699996, - 34.00023695100003 - ], - [ - -117.31786871699995, - 34.00023849000007 - ], - [ - -117.31786498699995, - 34.000240029000054 - ], - [ - -117.31785199599994, - 34.00024538900004 - ], - [ - -117.31784646499995, - 34.00024767000008 - ], - [ - -117.31784273599999, - 34.00024920800007 - ], - [ - -117.31783900499994, - 34.00025074700005 - ], - [ - -117.31782807199994, - 34.00025525700005 - ], - [ - -117.31782434299998, - 34.00025679600003 - ], - [ - -117.317820612, - 34.00025833500007 - ], - [ - -117.31781135099999, - 34.000262156000076 - ], - [ - -117.31780582099998, - 34.000264437000055 - ], - [ - -117.31780402099997, - 34.00026518000004 - ], - [ - -117.31780029, - 34.000266719000024 - ], - [ - -117.31779655899999, - 34.00026825800006 - ], - [ - -117.31779102999997, - 34.00027053900004 - ], - [ - -117.31778549899997, - 34.00027282000008 - ], - [ - -117.31777996899996, - 34.000275102000046 - ], - [ - -117.31777250699997, - 34.000278180000066 - ], - [ - -117.31776697599997, - 34.000280461000045 - ], - [ - -117.31775951599997, - 34.000283539000066 - ], - [ - -117.31775578599996, - 34.00028507900004 - ], - [ - -117.31775025699994, - 34.00028736000007 - ], - [ - -117.31774279499996, - 34.000290439000025 - ], - [ - -117.31773533399996, - 34.000293516000056 - ], - [ - -117.31773160499995, - 34.00029505400005 - ], - [ - -117.31772414299996, - 34.00029813200007 - ], - [ - -117.31772041299996, - 34.00029967100005 - ], - [ - -117.31771668199997, - 34.00030121000003 - ], - [ - -117.31770922199996, - 34.00030428800005 - ], - [ - -117.31770549299995, - 34.000305826000044 - ], - [ - -117.31770176099997, - 34.00030736600007 - ], - [ - -117.31769803199995, - 34.000308903000075 - ], - [ - -117.31763620899994, - 34.00033440800007 - ], - [ - -117.31757210899997, - 34.00036085200003 - ], - [ - -117.31757030999995, - 34.00036159500007 - ], - [ - -117.31756657999995, - 34.000363134000054 - ], - [ - -117.31756297799996, - 34.00036461900004 - ], - [ - -117.31755924799995, - 34.000366159000066 - ], - [ - -117.31755551699996, - 34.00036769700006 - ], - [ - -117.31755178799995, - 34.00036923600004 - ], - [ - -117.31754805799994, - 34.00037077500008 - ], - [ - -117.31754432799994, - 34.00037231400006 - ], - [ - -117.31754252699994, - 34.00037305700005 - ], - [ - -117.317536997, - 34.000375338000026 - ], - [ - -117.31753326599994, - 34.000376878000054 - ], - [ - -117.317531466, - 34.00037761900006 - ], - [ - -117.31746740199998, - 34.000404048000064 - ], - [ - -117.31744009799996, - 34.00045869400003 - ], - [ - -117.31743846499995, - 34.00046196200003 - ], - [ - -117.31743683299999, - 34.00046523000003 - ], - [ - -117.31743520099997, - 34.00046849600005 - ], - [ - -117.31743356799996, - 34.000471764000054 - ], - [ - -117.31743193499995, - 34.000475032000054 - ], - [ - -117.31743030299998, - 34.000478299000065 - ], - [ - -117.31742867099996, - 34.000481567000065 - ], - [ - -117.31742703799995, - 34.00048483300003 - ], - [ - -117.317425405, - 34.00048810100003 - ], - [ - -117.31742307399998, - 34.000492767000026 - ], - [ - -117.31741910899996, - 34.00050070100008 - ], - [ - -117.317417477, - 34.00050396900008 - ], - [ - -117.31741584499997, - 34.00050723600003 - ], - [ - -117.31741421199996, - 34.000510503000044 - ], - [ - -117.31741257899995, - 34.000513770000055 - ], - [ - -117.31741094699998, - 34.000517037000066 - ], - [ - -117.31740861499998, - 34.00052170400005 - ], - [ - -117.31740628299997, - 34.000526370000046 - ], - [ - -117.31740465099995, - 34.000529638000046 - ], - [ - -117.31740395199995, - 34.00053103600004 - ], - [ - -117.31740231899994, - 34.00053430400004 - ], - [ - -117.31740161999994, - 34.00053570400007 - ], - [ - -117.31739998799998, - 34.000538970000036 - ], - [ - -117.31739835399998, - 34.00054223700005 - ], - [ - -117.31739602199997, - 34.00054690400003 - ], - [ - -117.31739369099995, - 34.00055157000003 - ], - [ - -117.31739205799994, - 34.00055483800003 - ], - [ - -117.31739135899994, - 34.00055623700007 - ], - [ - -117.31738972599999, - 34.00055950500007 - ], - [ - -117.31738809399997, - 34.00056277300007 - ], - [ - -117.31738646199994, - 34.000566038000045 - ], - [ - -117.31738576199996, - 34.000567438000076 - ], - [ - -117.31735831699996, - 34.00062236700006 - ], - [ - -117.31731197799996, - 34.00066722200006 - ], - [ - -117.31730971299999, - 34.00066941400007 - ], - [ - -117.31730744799995, - 34.00067160800006 - ], - [ - -117.31730545799996, - 34.000673533000054 - ], - [ - -117.31730120399999, - 34.000677651000046 - ], - [ - -117.31729893899995, - 34.00067984400005 - ], - [ - -117.317294684, - 34.00068396300003 - ], - [ - -117.31729043099995, - 34.00068808000003 - ], - [ - -117.31728816499998, - 34.00069027300003 - ], - [ - -117.317286175, - 34.00069219900007 - ], - [ - -117.31728418599994, - 34.00069412500005 - ], - [ - -117.31728219699994, - 34.000696051000034 - ], - [ - -117.31727993199996, - 34.000698244000034 - ], - [ - -117.31727766699998, - 34.000700436000045 - ], - [ - -117.31727540199995, - 34.000702629000045 - ], - [ - -117.31727114699999, - 34.00070674600005 - ], - [ - -117.31726888199995, - 34.00070894000004 - ], - [ - -117.31726661699997, - 34.00071113200005 - ], - [ - -117.31726435299998, - 34.00071332400006 - ], - [ - -117.31726236299994, - 34.00071525000004 - ], - [ - -117.31726037299995, - 34.00071717600008 - ], - [ - -117.31725810799998, - 34.00071937000007 - ], - [ - -117.31725584299994, - 34.000721561000034 - ], - [ - -117.31725385299995, - 34.00072348700007 - ], - [ - -117.31725158799998, - 34.00072568000007 - ], - [ - -117.31724959799999, - 34.000727606000055 - ], - [ - -117.31724534399996, - 34.00073172400005 - ], - [ - -117.31724307899998, - 34.00073391600006 - ], - [ - -117.31724108999998, - 34.00073584200004 - ], - [ - -117.31723909999994, - 34.00073776800008 - ], - [ - -117.31723484499997, - 34.00074188600007 - ], - [ - -117.31723258099998, - 34.00074407900007 - ], - [ - -117.31723059099994, - 34.00074600600004 - ], - [ - -117.31722832699995, - 34.00074819800005 - ], - [ - -117.31722633699997, - 34.000750125000025 - ], - [ - -117.31722407199999, - 34.000752316000046 - ], - [ - -117.31721981699997, - 34.00075643500003 - ], - [ - -117.31721556199994, - 34.00076055300008 - ], - [ - -117.31721158299996, - 34.00076440500004 - ], - [ - -117.31720931899997, - 34.00076659700005 - ], - [ - -117.31720732899998, - 34.00076852300003 - ], - [ - -117.31720533999999, - 34.000770448000026 - ], - [ - -117.31720334999994, - 34.000772375000054 - ], - [ - -117.31720108399998, - 34.000774568000054 - ], - [ - -117.31719909499998, - 34.000776493000046 - ], - [ - -117.31719483999996, - 34.00078061100004 - ], - [ - -117.31719257499998, - 34.00078280300005 - ], - [ - -117.317190585, - 34.00078472900003 - ], - [ - -117.31718831999996, - 34.00078692300008 - ], - [ - -117.31718633099996, - 34.00078884800007 - ], - [ - -117.31718406599998, - 34.000791040000024 - ], - [ - -117.31717981099996, - 34.00079515900006 - ], - [ - -117.31717782199996, - 34.000797085000045 - ], - [ - -117.31717555799997, - 34.000799278000045 - ], - [ - -117.31717356799999, - 34.00080120400003 - ], - [ - -117.31717130199996, - 34.00080339600004 - ], - [ - -117.31716931299997, - 34.000805323000066 - ], - [ - -117.31716704899998, - 34.00080751400003 - ], - [ - -117.31716279399996, - 34.00081163300007 - ], - [ - -117.31716052899998, - 34.00081382600007 - ], - [ - -117.317158539, - 34.00081575100006 - ], - [ - -117.31715627399996, - 34.00081794400006 - ], - [ - -117.317152019, - 34.000822063000044 - ], - [ - -117.31714975499995, - 34.000824254000065 - ], - [ - -117.31714748999997, - 34.000826447000065 - ], - [ - -117.31714522399994, - 34.000828640000066 - ], - [ - -117.31714069399999, - 34.00083302500008 - ], - [ - -117.31713870399994, - 34.00083495000007 - ], - [ - -117.31713671499995, - 34.00083687600005 - ], - [ - -117.31713444899998, - 34.00083906900005 - ], - [ - -117.317130196, - 34.000843187000044 - ], - [ - -117.31712594099997, - 34.000847306000026 - ], - [ - -117.31712395099999, - 34.000849231000075 - ], - [ - -117.31712168599995, - 34.000851424000075 - ], - [ - -117.31711942099997, - 34.000853617000075 - ], - [ - -117.31711743099999, - 34.00085554200007 - ], - [ - -117.31711516699994, - 34.00085773400008 - ], - [ - -117.31711317599996, - 34.00085966100005 - ], - [ - -117.31711091199998, - 34.00086185400005 - ], - [ - -117.31710892299998, - 34.00086377900004 - ], - [ - -117.31710665699995, - 34.00086597100005 - ], - [ - -117.31710466699997, - 34.000867897000035 - ], - [ - -117.31710240299998, - 34.000870090000035 - ], - [ - -117.31710013799994, - 34.000872282000046 - ], - [ - -117.31709588399997, - 34.00087640100003 - ], - [ - -117.31709361799994, - 34.00087859400003 - ], - [ - -117.31709162799996, - 34.00088051900008 - ], - [ - -117.31708936399997, - 34.00088271100003 - ], - [ - -117.31708709799994, - 34.00088490400003 - ], - [ - -117.31708510799996, - 34.000886829000024 - ], - [ - -117.31703856699994, - 34.00093188300008 - ], - [ - -117.31687448199995, - 34.00093559700008 - ], - [ - -117.31680401399996, - 34.00093575000005 - ], - [ - -117.31679939299994, - 34.00093576100005 - ], - [ - -117.316794771, - 34.00093577000007 - ], - [ - -117.31679014799994, - 34.00093578000008 - ], - [ - -117.31678552699998, - 34.00093579000003 - ], - [ - -117.31678090499997, - 34.000935800000036 - ], - [ - -117.31677628299997, - 34.000935810000044 - ], - [ - -117.316771658, - 34.00093582000005 - ], - [ - -117.31676703699998, - 34.00093583000006 - ], - [ - -117.31676241499997, - 34.00093584000007 - ], - [ - -117.31675779399995, - 34.000935850000076 - ], - [ - -117.31675317199995, - 34.00093586000003 - ], - [ - -117.31674854799996, - 34.000935871000024 - ], - [ - -117.316743928, - 34.00093588100003 - ], - [ - -117.31673468399998, - 34.00093590100005 - ], - [ - -117.31673006099999, - 34.00093591000007 - ], - [ - -117.31672543899998, - 34.000935921000064 - ], - [ - -117.31672081799996, - 34.000935930000026 - ], - [ - -117.31671619499997, - 34.00093594100008 - ], - [ - -117.31671157199997, - 34.00093595000004 - ], - [ - -117.31670695099996, - 34.00093596100004 - ], - [ - -117.31670232899995, - 34.00093597100005 - ], - [ - -117.31669770499997, - 34.000935981000055 - ], - [ - -117.31669308399995, - 34.00093599100006 - ], - [ - -117.316688463, - 34.00093600200006 - ], - [ - -117.31668384099999, - 34.00093601200007 - ], - [ - -117.31667921899998, - 34.000936022000076 - ], - [ - -117.31667459499994, - 34.00093603200003 - ], - [ - -117.31666997399998, - 34.000936041000045 - ], - [ - -117.31666535199997, - 34.00093605200004 - ], - [ - -117.31665610599998, - 34.00093607200006 - ], - [ - -117.31665148499997, - 34.00093608100008 - ], - [ - -117.31664686299996, - 34.000936092000074 - ], - [ - -117.31664223999996, - 34.000936102000026 - ], - [ - -117.31663761899995, - 34.00093611200003 - ], - [ - -117.31663299699994, - 34.00093612200004 - ], - [ - -117.316628375, - 34.00093613300004 - ], - [ - -117.31662375199994, - 34.00093614300005 - ], - [ - -117.31661913, - 34.000936153000055 - ], - [ - -117.31661450799999, - 34.00093616300006 - ], - [ - -117.316609885, - 34.000936172000024 - ], - [ - -117.31660526299999, - 34.00093618200003 - ], - [ - -117.31660060599995, - 34.00093619200004 - ], - [ - -117.31659598399995, - 34.00093620200005 - ], - [ - -117.31659136199994, - 34.000936213000045 - ], - [ - -117.31658211699994, - 34.00093623300006 - ], - [ - -117.316577495, - 34.00093624400006 - ], - [ - -117.31657287399997, - 34.00093625400007 - ], - [ - -117.31656825099998, - 34.000936264000075 - ], - [ - -117.31656362799998, - 34.000936273000036 - ], - [ - -117.31655900699997, - 34.000936283000044 - ], - [ - -117.31655438499996, - 34.00093629300005 - ], - [ - -117.31654976199997, - 34.00093630300006 - ], - [ - -117.31654513899997, - 34.00093631300007 - ], - [ - -117.31654051799995, - 34.000936324000065 - ], - [ - -117.31653589499996, - 34.00093633300003 - ], - [ - -117.31653127299995, - 34.000936344000024 - ], - [ - -117.31652202999999, - 34.00093636400004 - ], - [ - -117.316517407, - 34.00093637400005 - ], - [ - -117.31650816299998, - 34.000936394000064 - ], - [ - -117.31650354199996, - 34.00093640400007 - ], - [ - -117.31649891899997, - 34.00093641400008 - ], - [ - -117.31648967299998, - 34.00093643400004 - ], - [ - -117.31648505199996, - 34.00093644400005 - ], - [ - -117.31648042999996, - 34.000936454000055 - ], - [ - -117.31647580699996, - 34.00093646400006 - ], - [ - -117.31647118599994, - 34.00093647400007 - ], - [ - -117.31646656299995, - 34.00093648400008 - ], - [ - -117.31646194199999, - 34.00093649400003 - ], - [ - -117.31645269599994, - 34.000936515000035 - ], - [ - -117.316448074, - 34.00093652500004 - ], - [ - -117.31644345199999, - 34.00093653400006 - ], - [ - -117.31643883099997, - 34.00093654500006 - ], - [ - -117.31643420699999, - 34.00093655400008 - ], - [ - -117.31642958599997, - 34.000936565000075 - ], - [ - -117.31642035999994, - 34.000936585000034 - ], - [ - -117.316415754, - 34.00093659500004 - ], - [ - -117.31641113299997, - 34.00093660500005 - ], - [ - -117.31640651099997, - 34.00093661500006 - ], - [ - -117.31640188699998, - 34.000936625000065 - ], - [ - -117.31639726599997, - 34.00093663500007 - ], - [ - -117.31638802299994, - 34.00093665600008 - ], - [ - -117.3163834, - 34.00093666600003 - ], - [ - -117.31637415599994, - 34.000936686000045 - ], - [ - -117.31636953499998, - 34.000936695000064 - ], - [ - -117.316364911, - 34.00093670600006 - ], - [ - -117.31635566699998, - 34.00093672600008 - ], - [ - -117.31635104499998, - 34.00093673500004 - ], - [ - -117.31634642199998, - 34.000936746000036 - ], - [ - -117.31634180099996, - 34.000936755000055 - ], - [ - -117.31633717999995, - 34.00093676600005 - ], - [ - -117.31632793399996, - 34.00093678700006 - ], - [ - -117.316318691, - 34.00093680700007 - ], - [ - -117.31631406799994, - 34.000936817000024 - ], - [ - -117.31630944699998, - 34.00093682600004 - ], - [ - -117.31630482399999, - 34.00093683600005 - ], - [ - -117.31630020299997, - 34.00093684600006 - ], - [ - -117.31629557999997, - 34.00093685600007 - ], - [ - -117.31629095799997, - 34.000936866000075 - ], - [ - -117.31628171399996, - 34.00093688700008 - ], - [ - -117.31627709199995, - 34.00093689600004 - ], - [ - -117.31627246899995, - 34.00093690700004 - ], - [ - -117.31626322399995, - 34.000936927000055 - ], - [ - -117.316258603, - 34.00093693700006 - ], - [ - -117.31625397999994, - 34.00093694800006 - ], - [ - -117.31624935899998, - 34.00093695700008 - ], - [ - -117.31624473599999, - 34.00093696700003 - ], - [ - -117.31624011399998, - 34.00093697700004 - ], - [ - -117.31623549199998, - 34.000936986000056 - ], - [ - -117.31623086899998, - 34.00093699700005 - ], - [ - -117.31622624799996, - 34.00093700600007 - ], - [ - -117.31622162599996, - 34.00093701700007 - ], - [ - -117.31621238199995, - 34.00093703700003 - ], - [ - -117.31620775899995, - 34.000937048000026 - ], - [ - -117.31620313699995, - 34.000937058000034 - ], - [ - -117.31619851299996, - 34.00093706800004 - ], - [ - -117.31619389199994, - 34.00093707800005 - ], - [ - -117.31618927099998, - 34.00093708700007 - ], - [ - -117.31618002699997, - 34.00093710700003 - ], - [ - -117.31617540299999, - 34.000937117000035 - ], - [ - -117.31617078199997, - 34.00093712700004 - ], - [ - -117.31616615999997, - 34.00093713800004 - ], - [ - -117.31616153799996, - 34.00093714700006 - ], - [ - -117.31615691399998, - 34.000937158000056 - ], - [ - -117.31615229299996, - 34.000937167000075 - ], - [ - -117.31614767099995, - 34.00093717800007 - ], - [ - -117.31614304799996, - 34.00093718800008 - ], - [ - -117.31613846299996, - 34.00093719800003 - ], - [ - -117.31613382299997, - 34.00093720800004 - ], - [ - -117.31612459499996, - 34.000937228000055 - ], - [ - -117.31611997399995, - 34.00093723800006 - ], - [ - -117.31611072899994, - 34.00093725800008 - ], - [ - -117.31610610699994, - 34.00093726800003 - ], - [ - -117.31610148399994, - 34.00093727800004 - ], - [ - -117.31609686399997, - 34.000937288000046 - ], - [ - -117.31609224099998, - 34.00093729800005 - ], - [ - -117.31608761799998, - 34.00093730800006 - ], - [ - -117.31608299399994, - 34.00093731800007 - ], - [ - -117.31607837299998, - 34.00093732800008 - ], - [ - -117.31607375199997, - 34.000937339000075 - ], - [ - -117.31606912899997, - 34.000937349000026 - ], - [ - -117.31606450799995, - 34.000937359000034 - ], - [ - -117.31605988499996, - 34.00093736800005 - ], - [ - -117.31605526299995, - 34.00093737800006 - ], - [ - -117.316050642, - 34.00093738800007 - ], - [ - -117.31604601799995, - 34.000937398000076 - ], - [ - -117.316041397, - 34.00093740900007 - ], - [ - -117.31603677399994, - 34.000937418000035 - ], - [ - -117.316032152, - 34.00093742900003 - ], - [ - -117.31602752899994, - 34.00093743800005 - ], - [ - -117.31602290799998, - 34.00093744900005 - ], - [ - -117.31601828599997, - 34.00093745800007 - ], - [ - -117.31601366199999, - 34.00093747000005 - ], - [ - -117.31600445499998, - 34.00093749000007 - ], - [ - -117.31599983399997, - 34.00093749900003 - ], - [ - -117.315995209, - 34.00093751000003 - ], - [ - -117.31599058799998, - 34.000937520000036 - ], - [ - -117.31598596599997, - 34.000937528000065 - ], - [ - -117.31598134499995, - 34.00093753900006 - ], - [ - -117.31597672199996, - 34.00093754900007 - ], - [ - -117.31597209899996, - 34.00093755900008 - ], - [ - -117.31596747799995, - 34.00093756900003 - ], - [ - -117.31596285599994, - 34.00093757900004 - ], - [ - -117.31595823299995, - 34.000937589000046 - ], - [ - -117.31595360999995, - 34.00093759900005 - ], - [ - -117.31594898999998, - 34.00093760900006 - ], - [ - -117.31594438499997, - 34.00093761900007 - ], - [ - -117.31593977999995, - 34.00093762900008 - ], - [ - -117.315935159, - 34.000937640000075 - ], - [ - -117.31593053599994, - 34.000937650000026 - ], - [ - -117.31592128999995, - 34.00093767000004 - ], - [ - -117.31591668799996, - 34.00093768000005 - ], - [ - -117.31591208299994, - 34.00093769000006 - ], - [ - -117.31590746199998, - 34.000937699000076 - ], - [ - -117.31590283799994, - 34.00093770900003 - ], - [ - -117.31589821699998, - 34.000937719000035 - ], - [ - -117.31589359499998, - 34.00093773000003 - ], - [ - -117.31588434899999, - 34.00093775000005 - ], - [ - -117.31587972799997, - 34.00093775900007 - ], - [ - -117.31587048399996, - 34.000937779000026 - ], - [ - -117.31586586199995, - 34.00093779000008 - ], - [ - -117.31586123899996, - 34.00093780000003 - ], - [ - -117.31585661799994, - 34.00093781100003 - ], - [ - -117.315851996, - 34.00093782000005 - ], - [ - -117.31584737299994, - 34.000937830000055 - ], - [ - -117.31584274999994, - 34.00093784000006 - ], - [ - -117.31583812899999, - 34.00093785000007 - ], - [ - -117.315833506, - 34.00093786000008 - ], - [ - -117.315828883, - 34.00093787000003 - ], - [ - -117.31582426299997, - 34.00093788000004 - ], - [ - -117.31581964099996, - 34.000937890000046 - ], - [ - -117.31581501799997, - 34.000937900000054 - ], - [ - -117.31581039599996, - 34.00093791000006 - ], - [ - -117.31580577299997, - 34.00093792000007 - ], - [ - -117.31579652899995, - 34.000937941000075 - ], - [ - -117.31579190699995, - 34.000937951000026 - ], - [ - -117.31578728599999, - 34.000937960000044 - ], - [ - -117.31577804099999, - 34.00093798100005 - ], - [ - -117.31577345399995, - 34.00093799000007 - ], - [ - -117.315768833, - 34.000938 - ], - [ - -117.31576420899995, - 34.00093801000003 - ], - [ - -117.31575958699995, - 34.00093800700006 - ], - [ - -117.31575034399998, - 34.000938027000075 - ], - [ - -117.31574572099998, - 34.00093805100005 - ], - [ - -117.31574109899998, - 34.00093804800008 - ], - [ - -117.31573185499997, - 34.00093806700005 - ], - [ - -117.31572723299996, - 34.00093809200007 - ], - [ - -117.31572261099996, - 34.00093810100003 - ], - [ - -117.31571798799996, - 34.00093809700007 - ], - [ - -117.31571336499997, - 34.00093812100005 - ], - [ - -117.31570874399995, - 34.00093811700003 - ], - [ - -117.31570412199994, - 34.00093814100006 - ], - [ - -117.31569487699994, - 34.00093816000003 - ], - [ - -117.315690255, - 34.00093817000004 - ], - [ - -117.31568563399998, - 34.00093818000005 - ], - [ - -117.31567638799999, - 34.000938199000075 - ], - [ - -117.31566714499996, - 34.00093822000008 - ], - [ - -117.31566252299996, - 34.000938217000055 - ], - [ - -117.31565324199994, - 34.00093825000005 - ], - [ - -117.31564862099998, - 34.00093824600003 - ], - [ - -117.31564399699994, - 34.00093827000006 - ], - [ - -117.31563475399997, - 34.00093829000008 - ], - [ - -117.31563016799998, - 34.000938287000054 - ], - [ - -117.31562554499999, - 34.00093831000004 - ], - [ - -117.31561629999999, - 34.000938330000054 - ], - [ - -117.31560705599998, - 34.00093834900008 - ], - [ - -117.31559781299995, - 34.00093836900004 - ], - [ - -117.31559318999996, - 34.000938380000036 - ], - [ - -117.31558394599995, - 34.00093839800007 - ], - [ - -117.315574702, - 34.00093841900008 - ], - [ - -117.315565457, - 34.00093843900004 - ], - [ - -117.31556083599997, - 34.000938449000046 - ], - [ - -117.315556212, - 34.000938459000054 - ], - [ - -117.31554696699999, - 34.00093847900007 - ], - [ - -117.31554234599997, - 34.00093848800003 - ], - [ - -117.31552848099994, - 34.000938519000044 - ], - [ - -117.31552385799995, - 34.00093852900005 - ], - [ - -117.31551461099997, - 34.00093855000006 - ], - [ - -117.31550999099994, - 34.000938560000066 - ], - [ - -117.31550074699999, - 34.000938579000035 - ], - [ - -117.31549150399997, - 34.00093859900005 - ], - [ - -117.31548225999995, - 34.00093861900007 - ], - [ - -117.31547301399996, - 34.000938639000026 - ], - [ - -117.31546377099994, - 34.00093865800005 - ], - [ - -117.315459149, - 34.00093866800006 - ], - [ - -117.31545452499995, - 34.00093867800007 - ], - [ - -117.31544993999995, - 34.000938688000076 - ], - [ - -117.31544531799995, - 34.00093869800003 - ], - [ - -117.31544069399996, - 34.000938708000035 - ], - [ - -117.31543607199995, - 34.00093871900003 - ], - [ - -117.31543145099994, - 34.00093872900004 - ], - [ - -117.315422206, - 34.000938735000034 - ], - [ - -117.31541758399999, - 34.000938758000075 - ], - [ - -117.31540834099997, - 34.00093877300003 - ], - [ - -117.31540830499995, - 34.00093877200004 - ], - [ - -117.31540826999998, - 34.00093877200004 - ], - [ - -117.31539902599997, - 34.00093878600006 - ], - [ - -117.31538515699998, - 34.00093882900006 - ], - [ - -117.31537591299997, - 34.00093884800003 - ], - [ - -117.31536663499998, - 34.00093886800005 - ], - [ - -117.31535739099996, - 34.00093887400004 - ], - [ - -117.31534814599996, - 34.00093890800008 - ], - [ - -117.31533890099996, - 34.00093892800004 - ], - [ - -117.31532965799994, - 34.000938949000044 - ], - [ - -117.31532041199995, - 34.00093896800007 - ], - [ - -117.31531579099999, - 34.000938964000056 - ], - [ - -117.31530192499997, - 34.000939008000046 - ], - [ - -117.31529268099996, - 34.00093902800006 - ], - [ - -117.31528343499997, - 34.00093904700003 - ], - [ - -117.315274193, - 34.00093906700005 - ], - [ - -117.31526491199998, - 34.00093908800005 - ], - [ - -117.31525104399998, - 34.00093911700003 - ], - [ - -117.31524180099996, - 34.000939137000046 - ], - [ - -117.31522793399995, - 34.00093916600008 - ], - [ - -117.31521869099998, - 34.00093918600004 - ], - [ - -117.31520482499997, - 34.00093921800004 - ], - [ - -117.31519557999997, - 34.00093923700007 - ], - [ - -117.31519095699997, - 34.000939247000076 - ], - [ - -117.31518171399995, - 34.000939266000046 - ], - [ - -117.31517709099995, - 34.000939276000054 - ], - [ - -117.31516322599998, - 34.00093930600008 - ], - [ - -117.31514935899997, - 34.000939335000055 - ], - [ - -117.31514008, - 34.00093935700005 - ], - [ - -117.315130835, - 34.000939376000076 - ], - [ - -117.31512621299999, - 34.00093938600003 - ], - [ - -117.31511234699997, - 34.00093941600005 - ], - [ - -117.31509847899997, - 34.00093944500003 - ], - [ - -117.31508923699994, - 34.00093945300006 - ], - [ - -117.315079992, - 34.00093948600005 - ], - [ - -117.31507074799998, - 34.000939506000066 - ], - [ - -117.31506612399994, - 34.00093951500003 - ], - [ - -117.31505688099998, - 34.00093953600003 - ], - [ - -117.31504763799995, - 34.000939542000026 - ], - [ - -117.31504301399997, - 34.00093956500007 - ], - [ - -117.31503377099995, - 34.000939585000026 - ], - [ - -117.31502914799995, - 34.000939594000045 - ], - [ - -117.31501528299998, - 34.00093962600005 - ], - [ - -117.31500141599997, - 34.00093964100006 - ], - [ - -117.31499679299998, - 34.00093966400004 - ], - [ - -117.31499217099997, - 34.00093967500004 - ], - [ - -117.31498292699996, - 34.000939695000056 - ], - [ - -117.31496905899996, - 34.000939724000034 - ], - [ - -117.31496443799995, - 34.00093973400004 - ], - [ - -117.31495981599994, - 34.00093974400005 - ], - [ - -117.31495519299995, - 34.00093975400006 - ], - [ - -117.31494594799995, - 34.000939774000074 - ], - [ - -117.31494132699999, - 34.000939784000025 - ], - [ - -117.31493208299997, - 34.00093980400004 - ], - [ - -117.31492746199996, - 34.00093981400005 - ], - [ - -117.31492283799997, - 34.000939824000056 - ], - [ - -117.31491359299997, - 34.000939843000026 - ], - [ - -117.31490434999995, - 34.00093986200005 - ], - [ - -117.31489044699998, - 34.000939893000066 - ], - [ - -117.31488582599997, - 34.000939903000074 - ], - [ - -117.31487658099996, - 34.00093992400008 - ], - [ - -117.31486733799994, - 34.00093994300005 - ], - [ - -117.31485809399999, - 34.000939963000064 - ], - [ - -117.31485343499997, - 34.00093997300007 - ], - [ - -117.31484881399996, - 34.00093998300002 - ], - [ - -117.31483956899996, - 34.00094000200005 - ], - [ - -117.31483494799994, - 34.00094001400004 - ], - [ - -117.31483032499995, - 34.000940023000055 - ], - [ - -117.31481645899999, - 34.00094005300008 - ], - [ - -117.314807213, - 34.00094007200005 - ], - [ - -117.31479796899998, - 34.000940092000064 - ], - [ - -117.31477944599999, - 34.00094013100005 - ], - [ - -117.31476557999997, - 34.000940161000074 - ], - [ - -117.31475171399995, - 34.00094019200003 - ], - [ - -117.31474246699997, - 34.00094021100006 - ], - [ - -117.31473781199998, - 34.000940221000064 - ], - [ - -117.31471459499994, - 34.00094027000006 - ], - [ - -117.31470535099999, - 34.000940290000074 - ], - [ - -117.31470073, - 34.000940300000025 - ], - [ - -117.31469610699997, - 34.00094031000003 - ], - [ - -117.31469148399998, - 34.00094032000004 - ], - [ - -117.31468686299996, - 34.00094033000005 - ], - [ - -117.31468223999997, - 34.00094034000006 - ], - [ - -117.31467761899995, - 34.000940350000064 - ], - [ - -117.31467299499997, - 34.00094036100006 - ], - [ - -117.31466837399995, - 34.00094037100007 - ], - [ - -117.31466375099996, - 34.00094038100008 - ], - [ - -117.314654508, - 34.00094040000005 - ], - [ - -117.314649885, - 34.000940410000055 - ], - [ - -117.31464526299999, - 34.00094042000006 - ], - [ - -117.31464064099998, - 34.00094043000007 - ], - [ - -117.31462677399998, - 34.00094045900005 - ], - [ - -117.31462215199997, - 34.00094046900006 - ], - [ - -117.31461290899995, - 34.00094048900007 - ], - [ - -117.31460362899998, - 34.00094051000008 - ], - [ - -117.31459897099995, - 34.00094051900004 - ], - [ - -117.31459434899995, - 34.00094052900005 - ], - [ - -117.31458048299999, - 34.000940558000025 - ], - [ - -117.314575844, - 34.00094056800003 - ], - [ - -117.31457120299996, - 34.00094057800004 - ], - [ - -117.31456196, - 34.000940599000046 - ], - [ - -117.31455733499996, - 34.000940609000054 - ], - [ - -117.31455271399994, - 34.00094061900006 - ], - [ - -117.31453884799998, - 34.00094064700005 - ], - [ - -117.31453422499999, - 34.00094065700006 - ], - [ - -117.31452960399997, - 34.000940667000066 - ], - [ - -117.31452035899997, - 34.000940687000025 - ], - [ - -117.31451111599995, - 34.00094070700004 - ], - [ - -117.31450187099995, - 34.00094072700006 - ], - [ - -117.31449724899994, - 34.000940737000064 - ], - [ - -117.314492627, - 34.00094074800006 - ], - [ - -117.31448800399994, - 34.00094075800007 - ], - [ - -117.314483382, - 34.00094076700003 - ], - [ - -117.31447413899997, - 34.00094078700005 - ], - [ - -117.31446489299998, - 34.00094080700006 - ], - [ - -117.31446027199996, - 34.000940816000025 - ], - [ - -117.31445564899997, - 34.00094082700008 - ], - [ - -117.31444640399997, - 34.00094084600005 - ], - [ - -117.31444174699999, - 34.000940857000046 - ], - [ - -117.31443712599997, - 34.000940867000054 - ], - [ - -117.31443250399997, - 34.00094087800005 - ], - [ - -117.31442788099997, - 34.00094088600002 - ], - [ - -117.31441863699996, - 34.00094090700003 - ], - [ - -117.31441401399996, - 34.00094091600005 - ], - [ - -117.31440477099994, - 34.00094093600006 - ], - [ - -117.314400149, - 34.000940945000025 - ], - [ - -117.31439552599994, - 34.00094095600008 - ], - [ - -117.31438628199999, - 34.00094097400006 - ], - [ - -117.31438166099997, - 34.00094098500006 - ], - [ - -117.31437241499998, - 34.00094100300004 - ], - [ - -117.31436779399996, - 34.000941014000034 - ], - [ - -117.31436317099997, - 34.00094102400004 - ], - [ - -117.31435392799995, - 34.00094104300007 - ], - [ - -117.31434930499995, - 34.000941053000076 - ], - [ - -117.314344684, - 34.00094106200004 - ], - [ - -117.31434006199999, - 34.000941073000035 - ], - [ - -117.31433545699997, - 34.00094108300004 - ], - [ - -117.31433085099997, - 34.00094109400004 - ], - [ - -117.31432622999995, - 34.00094110300006 - ], - [ - -117.31432160799994, - 34.00094111300007 - ], - [ - -117.31431702099997, - 34.000941123000075 - ], - [ - -117.31431239799997, - 34.000941133000026 - ], - [ - -117.31430777699995, - 34.000941143000034 - ], - [ - -117.31430315499995, - 34.00094115200005 - ], - [ - -117.314293911, - 34.00094117200007 - ], - [ - -117.31428928899999, - 34.00094118100003 - ], - [ - -117.31428466699998, - 34.00094119100004 - ], - [ - -117.31428004199995, - 34.000941201000046 - ], - [ - -117.314275421, - 34.000941211000054 - ], - [ - -117.31427080099996, - 34.00094122100006 - ], - [ - -117.31426617699998, - 34.00094123100007 - ], - [ - -117.314261591, - 34.00094124100008 - ], - [ - -117.31425696699995, - 34.00094125100003 - ], - [ - -117.31425234599999, - 34.00094126100004 - ], - [ - -117.31424772399998, - 34.000941271000045 - ], - [ - -117.31424310199998, - 34.00094128000006 - ], - [ - -117.314238478, - 34.00094129200005 - ], - [ - -117.31423387399997, - 34.00094130100007 - ], - [ - -117.31422927099999, - 34.00094131000003 - ], - [ - -117.314224648, - 34.00094132100003 - ], - [ - -117.31422002699998, - 34.000941330000046 - ], - [ - -117.31421540399998, - 34.000941340000054 - ], - [ - -117.31421078199998, - 34.000941348000026 - ], - [ - -117.31420615899998, - 34.000941359000024 - ], - [ - -117.31420153799996, - 34.00094136800004 - ], - [ - -117.31419691599996, - 34.00094137700006 - ], - [ - -117.31419229399995, - 34.00094138700007 - ], - [ - -117.31412587199998, - 34.00094152300005 - ], - [ - -117.31412253699995, - 34.00093244400006 - ], - [ - -117.31410282599995, - 34.00087879500006 - ], - [ - -117.31410244299997, - 34.000877754000044 - ], - [ - -117.31410114699997, - 34.00087422300004 - ], - [ - -117.31410076299994, - 34.00087318200008 - ], - [ - -117.31409946799994, - 34.00086965000003 - ], - [ - -117.31409908399996, - 34.000868610000055 - ], - [ - -117.31409778799997, - 34.00086507900005 - ], - [ - -117.314097404, - 34.00086403600005 - ], - [ - -117.31409610599997, - 34.00086050600004 - ], - [ - -117.31409480999997, - 34.00085697500003 - ], - [ - -117.31409351299999, - 34.00085344400003 - ], - [ - -117.31409312899996, - 34.00085240400006 - ], - [ - -117.31409183399995, - 34.00084887400004 - ], - [ - -117.31409144899999, - 34.000847830000055 - ], - [ - -117.314091067, - 34.000846790000026 - ], - [ - -117.31408976999995, - 34.00084325800003 - ], - [ - -117.31408938899995, - 34.00084222000004 - ], - [ - -117.31408847399996, - 34.000839728000074 - ], - [ - -117.31408717499994, - 34.00083619800006 - ], - [ - -117.31408626099994, - 34.00083370700003 - ], - [ - -117.31408588, - 34.000832665000075 - ], - [ - -117.31408496399996, - 34.00083017600008 - ], - [ - -117.31408366699998, - 34.000826646000064 - ], - [ - -117.31408237, - 34.000823113000024 - ], - [ - -117.31408107299995, - 34.000819583000066 - ], - [ - -117.314079774, - 34.00081605300005 - ], - [ - -117.31407847899999, - 34.00081252200005 - ], - [ - -117.31407718, - 34.00080899000005 - ], - [ - -117.31407588299999, - 34.00080546000004 - ], - [ - -117.31407458599995, - 34.000801927000055 - ], - [ - -117.31407328999995, - 34.00079839700004 - ], - [ - -117.31407199199998, - 34.000794866000035 - ], - [ - -117.31407160999998, - 34.00079382500007 - ], - [ - -117.31407031299995, - 34.00079029400007 - ], - [ - -117.31406992899997, - 34.00078925400004 - ], - [ - -117.31406863099994, - 34.000785723000035 - ], - [ - -117.31406695099997, - 34.000781149000034 - ], - [ - -117.31406656999997, - 34.00078010800007 - ], - [ - -117.314065272, - 34.00077657800006 - ], - [ - -117.31406489099999, - 34.00077553800003 - ], - [ - -117.31406359199997, - 34.000772006000034 - ], - [ - -117.31406321199995, - 34.00077096500007 - ], - [ - -117.31406191299999, - 34.00076743300008 - ], - [ - -117.31406153199998, - 34.00076639200006 - ], - [ - -117.31406023299996, - 34.000762863000034 - ], - [ - -117.31405985199996, - 34.000761821000026 - ], - [ - -117.31405855199995, - 34.00075828900003 - ], - [ - -117.31405816999995, - 34.00075724800007 - ], - [ - -117.31405687399996, - 34.000753717000066 - ], - [ - -117.31405649099997, - 34.00075267600005 - ], - [ - -117.31405519299994, - 34.00074914600003 - ], - [ - -117.31405351399997, - 34.00074457300008 - ], - [ - -117.31403312499998, - 34.000689074000036 - ], - [ - -117.31403282999997, - 34.000636032000045 - ], - [ - -117.31403280799998, - 34.00063218300005 - ], - [ - -117.31403278699997, - 34.00062833100003 - ], - [ - -117.31403276599997, - 34.000624483000024 - ], - [ - -117.31403274399997, - 34.00062063300004 - ], - [ - -117.31403272299997, - 34.000616784000044 - ], - [ - -117.31402726299996, - 33.99963161200003 - ], - [ - -117.31402723099995, - 33.99962610700004 - ], - [ - -117.31402720099999, - 33.99962060100006 - ], - [ - -117.31402716899998, - 33.99961509600007 - ], - [ - -117.31402713899996, - 33.999609591000024 - ], - [ - -117.31402710799995, - 33.999604085000044 - ], - [ - -117.31402684099999, - 33.99955578400005 - ], - [ - -117.31386843699994, - 33.999476306000076 - ], - [ - -117.31378096099996, - 33.999429887000076 - ], - [ - -117.31377791799997, - 33.999428272000046 - ], - [ - -117.31377324799996, - 33.99942579300006 - ], - [ - -117.313770203, - 33.99942417700004 - ], - [ - -117.31376857699996, - 33.99942331400007 - ], - [ - -117.313765532, - 33.99942169900004 - ], - [ - -117.31367971799995, - 33.99937616200003 - ], - [ - -117.31359980399998, - 33.99933375400008 - ], - [ - -117.31359865299999, - 33.99925022200006 - ], - [ - -117.31359857799998, - 33.99924471600008 - ], - [ - -117.31359850099994, - 33.99923921100003 - ], - [ - -117.31359842599994, - 33.99923370600004 - ], - [ - -117.3135983499999, - 33.99922820100005 - ], - [ - -117.31359827399996, - 33.99922269500007 - ], - [ - -117.31359819899996, - 33.999217190000024 - ], - [ - -117.31359812199997, - 33.999211685000034 - ], - [ - -117.31359804699997, - 33.999206180000044 - ], - [ - -117.31359797099998, - 33.999200674000065 - ], - [ - -117.31359789499999, - 33.999195169000075 - ], - [ - -117.31359781999998, - 33.99918966400003 - ], - [ - -117.31359766799994, - 33.99917865400005 - ], - [ - -117.31359759199995, - 33.99917314800007 - ], - [ - -117.31359751599996, - 33.99916764300008 - ], - [ - -117.31359743999997, - 33.99916213800003 - ], - [ - -117.31359736499996, - 33.99915663300004 - ], - [ - -117.31359728899997, - 33.99915112800005 - ], - [ - -117.31359721299998, - 33.99914562200007 - ], - [ - -117.31359713799998, - 33.999140117000024 - ], - [ - -117.31359706099994, - 33.999134612000034 - ], - [ - -117.313596986, - 33.999129106000055 - ], - [ - -117.31359690999994, - 33.999123601000065 - ], - [ - -117.31359683399995, - 33.999118096000075 - ], - [ - -117.31359675899995, - 33.99911259000004 - ], - [ - -117.31359660699997, - 33.99910157800008 - ], - [ - -117.31359653099997, - 33.99909607300003 - ], - [ - -117.31359645499998, - 33.99909056800004 - ], - [ - -117.31359637999998, - 33.99908506300005 - ], - [ - -117.31359630399999, - 33.99907955800006 - ], - [ - -117.31359615199995, - 33.999068547000036 - ], - [ - -117.31359607599995, - 33.999063042000046 - ], - [ - -117.313596, - 33.999057537000056 - ], - [ - -117.31359592499996, - 33.999052031000076 - ], - [ - -117.31359584899997, - 33.99904652600003 - ], - [ - -117.31359577299997, - 33.99904102100004 - ], - [ - -117.31359569799997, - 33.99903551600005 - ], - [ - -117.313595621, - 33.99903001100006 - ], - [ - -117.31359546999994, - 33.999019 - ], - [ - -117.31359539399995, - 33.99901349500004 - ], - [ - -117.31359531899994, - 33.99900798900006 - ], - [ - -117.31359524199996, - 33.99900248400007 - ], - [ - -117.31359516699996, - 33.998996979000026 - ], - [ - -117.31359509099997, - 33.998991474000036 - ], - [ - -117.31359501499998, - 33.998985969000046 - ], - [ - -117.31359493999997, - 33.998980463000066 - ], - [ - -117.313594863, - 33.998974958000076 - ], - [ - -117.31359478799999, - 33.99896945300003 - ], - [ - -117.31359471199994, - 33.99896394700005 - ], - [ - -117.31359463599995, - 33.99895844300005 - ], - [ - -117.31359455999996, - 33.99895293700007 - ], - [ - -117.31359448499995, - 33.99894743200008 - ], - [ - -117.31359440899996, - 33.99894192600004 - ], - [ - -117.31359433299997, - 33.99893642100005 - ], - [ - -117.31359425699998, - 33.998930915000074 - ], - [ - -117.31359418099998, - 33.99892541000003 - ], - [ - -117.31359410599998, - 33.99891990500004 - ], - [ - -117.31359403, - 33.99891440000005 - ], - [ - -117.31359395399994, - 33.99890889400007 - ], - [ - -117.31359387899994, - 33.99890338900008 - ], - [ - -117.31359380199996, - 33.99889788400003 - ], - [ - -117.31359365099996, - 33.99888687300006 - ], - [ - -117.31359357499997, - 33.99888136800007 - ], - [ - -117.31359349999997, - 33.99887586300002 - ], - [ - -117.31359342299999, - 33.99887035800003 - ], - [ - -117.31359334799998, - 33.998864852000054 - ], - [ - -117.31359319599994, - 33.998853842000074 - ], - [ - -117.31359312, - 33.99884833600004 - ], - [ - -117.31359304499995, - 33.99884283100005 - ], - [ - -117.31359296899996, - 33.99883732600006 - ], - [ - -117.31359289299996, - 33.99883182100007 - ], - [ - -117.31359281699997, - 33.99882631600008 - ], - [ - -117.31359274099998, - 33.99882081100003 - ], - [ - -117.31359266599998, - 33.99881530500005 - ], - [ - -117.31359258999998, - 33.99880979900007 - ], - [ - -117.313592514, - 33.998804294000024 - ], - [ - -117.313592439, - 33.998798789000034 - ], - [ - -117.31359236199995, - 33.998793284000044 - ], - [ - -117.31359228699995, - 33.998787779000054 - ], - [ - -117.31359205999996, - 33.99877126200005 - ], - [ - -117.31359198299998, - 33.99876575700006 - ], - [ - -117.31359190799998, - 33.99876025100008 - ], - [ - -117.31359183199999, - 33.99875474600003 - ], - [ - -117.31359167999994, - 33.99874373600005 - ], - [ - -117.31359152899995, - 33.998732725000025 - ], - [ - -117.31359145299996, - 33.998727220000035 - ], - [ - -117.31359137699997, - 33.998721715000045 - ], - [ - -117.31359130099997, - 33.998716209000065 - ], - [ - -117.31359122599997, - 33.998710704000075 - ], - [ - -117.31359114999998, - 33.99870519900003 - ], - [ - -117.31359107399999, - 33.99869969400004 - ], - [ - -117.31359092199995, - 33.99868868300007 - ], - [ - -117.31359084699994, - 33.99868318600005 - ], - [ - -117.31359076999996, - 33.998677686000065 - ], - [ - -117.31359069499996, - 33.998672181000074 - ], - [ - -117.31359061899997, - 33.99866667600003 - ], - [ - -117.31359046699998, - 33.99865566600005 - ], - [ - -117.313590391, - 33.99865016000007 - ], - [ - -117.31359031599999, - 33.99864465500008 - ], - [ - -117.3135902399999, - 33.99863914900004 - ], - [ - -117.31359016399995, - 33.99863364500004 - ], - [ - -117.31359008899994, - 33.99862814000005 - ], - [ - -117.31359001199996, - 33.99862263500006 - ], - [ - -117.31358985999998, - 33.998611624000034 - ], - [ - -117.31358978499998, - 33.998606118000055 - ], - [ - -117.31358970999997, - 33.998600613000065 - ], - [ - -117.313589633, - 33.998595108000075 - ], - [ - -117.31358948199994, - 33.99858409700005 - ], - [ - -117.31358940599995, - 33.99857859200006 - ], - [ - -117.31358932999996, - 33.99857308600008 - ], - [ - -117.31358917899996, - 33.99856207600004 - ], - [ - -117.31358910299997, - 33.99855657100005 - ], - [ - -117.31358895099999, - 33.998545560000025 - ], - [ - -117.31358887599998, - 33.998540054000046 - ], - [ - -117.3135888, - 33.998534549000055 - ], - [ - -117.31358872399994, - 33.998529044000065 - ], - [ - -117.31358864899994, - 33.998523531000046 - ], - [ - -117.31358857199996, - 33.998518026000056 - ], - [ - -117.31358849699996, - 33.998512521000066 - ], - [ - -117.31358842099996, - 33.998507016000076 - ], - [ - -117.31358834499997, - 33.99850151100003 - ], - [ - -117.31358826999997, - 33.99849600600004 - ], - [ - -117.31358811799998, - 33.99848499400008 - ], - [ - -117.313588042, - 33.99847948900003 - ], - [ - -117.31358788999995, - 33.99846847900005 - ], - [ - -117.31358781499995, - 33.99846297400006 - ], - [ - -117.31358773899996, - 33.99845746900007 - ], - [ - -117.31358766299996, - 33.998451963000036 - ], - [ - -117.31358758799996, - 33.998446459000036 - ], - [ - -117.31358751099998, - 33.998440953000056 - ], - [ - -117.31358743599998, - 33.998435448000066 - ], - [ - -117.31358735999999, - 33.99842994200003 - ], - [ - -117.313587284, - 33.99842443700004 - ], - [ - -117.313587209, - 33.99841893200005 - ], - [ - -117.31358713199995, - 33.99841342700006 - ], - [ - -117.31358705699995, - 33.99840791400004 - ], - [ - -117.31358698099996, - 33.99840240800006 - ], - [ - -117.31358690599995, - 33.99839690300007 - ], - [ - -117.31358682999996, - 33.998391398000024 - ], - [ - -117.31358675399997, - 33.998385893000034 - ], - [ - -117.31358667899997, - 33.998380387000054 - ], - [ - -117.31358660199999, - 33.998374881000075 - ], - [ - -117.31358652699998, - 33.99836937600003 - ], - [ - -117.31358644999995, - 33.99836387100004 - ], - [ - -117.3135863, - 33.99835286100006 - ], - [ - -117.31358622299996, - 33.99834735600007 - ], - [ - -117.31358607199996, - 33.99833634500004 - ], - [ - -117.31358599599997, - 33.99833084100004 - ], - [ - -117.31358592, - 33.99832533500006 - ], - [ - -117.31358584399999, - 33.998319829000025 - ], - [ - -117.313585693, - 33.998308819000044 - ], - [ - -117.31358561699994, - 33.998303314000054 - ], - [ - -117.31358554099995, - 33.998297809000064 - ], - [ - -117.31358546599995, - 33.99829230300003 - ], - [ - -117.31358538999996, - 33.99828679700005 - ], - [ - -117.31358531399997, - 33.99828129200006 - ], - [ - -117.31358523799997, - 33.99827578700007 - ], - [ - -117.31358516199998, - 33.99827027500004 - ], - [ - -117.31358501099999, - 33.99825926500006 - ], - [ - -117.313584935, - 33.99825375900008 - ], - [ - -117.31358486, - 33.99824825400003 - ], - [ - -117.31358478399994, - 33.99824274900004 - ], - [ - -117.31358470799995, - 33.99823724400005 - ], - [ - -117.31358463199996, - 33.99823173900006 - ], - [ - -117.31358455599997, - 33.998226233000025 - ], - [ - -117.31358447999997, - 33.998220728000035 - ], - [ - -117.31358440499997, - 33.998215222000056 - ], - [ - -117.31358432899998, - 33.998209717000066 - ], - [ - -117.31358425299999, - 33.99820421100003 - ], - [ - -117.31358417799999, - 33.99819870600004 - ], - [ - -117.31358410099995, - 33.99819320100005 - ], - [ - -117.31358402599994, - 33.99818769500007 - ], - [ - -117.31358394999995, - 33.99818219000008 - ], - [ - -117.31358387399996, - 33.99817668500003 - ], - [ - -117.31358379899996, - 33.99817117900005 - ], - [ - -117.31358372199998, - 33.99816567400006 - ], - [ - -117.31358364699997, - 33.99816016900007 - ], - [ - -117.31358357099998, - 33.998154664000026 - ], - [ - -117.31358349499999, - 33.998149159000036 - ], - [ - -117.31358341999999, - 33.998143654000046 - ], - [ - -117.313583344, - 33.998138148000066 - ], - [ - -117.31358326799995, - 33.998132643000076 - ], - [ - -117.31358319199995, - 33.99812713700004 - ], - [ - -117.31358311599996, - 33.99812163300004 - ], - [ - -117.31358303999997, - 33.99811612700006 - ], - [ - -117.31358296499997, - 33.99811062200007 - ], - [ - -117.31358288899997, - 33.99810511600003 - ], - [ - -117.31358273799998, - 33.99809409900007 - ], - [ - -117.31358266099994, - 33.99808859400002 - ], - [ - -117.31358258599994, - 33.99808308900003 - ], - [ - -117.31358250999995, - 33.99807758400004 - ], - [ - -117.31358243399995, - 33.998072078000064 - ], - [ - -117.31358235899995, - 33.998066573000074 - ], - [ - -117.31358228299996, - 33.99806106700004 - ], - [ - -117.31358220699997, - 33.99805556200005 - ], - [ - -117.31358213099998, - 33.99805005700006 - ], - [ - -117.31358205599997, - 33.99804455200007 - ], - [ - -117.31358190399999, - 33.99803353400006 - ], - [ - -117.31358182899999, - 33.99802802900007 - ], - [ - -117.31358175199995, - 33.99802252400008 - ], - [ - -117.31358167699995, - 33.99801701900003 - ], - [ - -117.31358160099995, - 33.99801151300005 - ], - [ - -117.31358152499996, - 33.99800600700007 - ], - [ - -117.31358144999996, - 33.998000502000025 - ], - [ - -117.31358137299998, - 33.997994996000045 - ], - [ - -117.31358129799997, - 33.997989491000055 - ], - [ - -117.31358122199998, - 33.997983986000065 - ], - [ - -117.313581146, - 33.997978481000075 - ], - [ - -117.31358106999994, - 33.99797297500004 - ], - [ - -117.31358099499994, - 33.99796747100004 - ], - [ - -117.31358091899995, - 33.99796196400007 - ], - [ - -117.31358084299995, - 33.99795646000007 - ], - [ - -117.31358076799995, - 33.99795095400003 - ], - [ - -117.31358069099997, - 33.99794544900004 - ], - [ - -117.31358061599997, - 33.99793994400005 - ], - [ - -117.31358053999998, - 33.99793443900006 - ], - [ - -117.31358046399998, - 33.99792892600004 - ], - [ - -117.31358038899998, - 33.997923428000036 - ], - [ - -117.31358031199994, - 33.997917923000045 - ], - [ - -117.31358023699994, - 33.997912418000055 - ], - [ - -117.31358016099995, - 33.997906912000076 - ], - [ - -117.31358008499996, - 33.99790140700003 - ], - [ - -117.31358000999995, - 33.99789590100005 - ], - [ - -117.31357993299997, - 33.99789039600006 - ], - [ - -117.31357985799997, - 33.99788489200006 - ], - [ - -117.31357978199998, - 33.99787938600008 - ], - [ - -117.31357970599998, - 33.99787388100003 - ], - [ - -117.313579555, - 33.99786287000006 - ], - [ - -117.31357947899994, - 33.99785736600006 - ], - [ - -117.31357940299995, - 33.997851860000026 - ], - [ - -117.31357925099996, - 33.997840849000056 - ], - [ - -117.31357917599996, - 33.997835344000066 - ], - [ - -117.31357902399998, - 33.99782433400003 - ], - [ - -117.31357894899998, - 33.99781882900004 - ], - [ - -117.313578872, - 33.99781332400005 - ], - [ - -117.313578797, - 33.997807816000034 - ], - [ - -117.31357872099994, - 33.99780231200003 - ], - [ - -117.31357864499995, - 33.99779680600005 - ], - [ - -117.31357856999995, - 33.99779130100006 - ], - [ - -117.31357849299997, - 33.99778579600007 - ], - [ - -117.31357841799996, - 33.997780291000026 - ], - [ - -117.31357834199997, - 33.99777478500005 - ], - [ - -117.31357826599998, - 33.997769283000025 - ], - [ - -117.31357818999999, - 33.99776378200005 - ], - [ - -117.31357811399994, - 33.99775827600007 - ], - [ - -117.313578039, - 33.99775277100008 - ], - [ - -117.31357796299994, - 33.99774726600003 - ], - [ - -117.31357781099996, - 33.99773625500006 - ], - [ - -117.31357773599996, - 33.99773075100006 - ], - [ - -117.31357765999996, - 33.99772524400004 - ], - [ - -117.31357758399997, - 33.997719740000036 - ], - [ - -117.31357750799998, - 33.99771423400006 - ], - [ - -117.31357743199999, - 33.99770872900007 - ], - [ - -117.31357735699999, - 33.99770322400008 - ], - [ - -117.31357720499994, - 33.99769221300005 - ], - [ - -117.31357712999994, - 33.99768670800006 - ], - [ - -117.31357705299996, - 33.997681202000024 - ], - [ - -117.31357697799996, - 33.99767569800008 - ], - [ - -117.31357690099998, - 33.997670192000044 - ], - [ - -117.31357674999998, - 33.99765918200006 - ], - [ - -117.31357667399999, - 33.99765367700007 - ], - [ - -117.31357659899999, - 33.99764817200003 - ], - [ - -117.313576523, - 33.99764266600005 - ], - [ - -117.31357637099995, - 33.99763165500008 - ], - [ - -117.31357629599995, - 33.99762615000003 - ], - [ - -117.31357621999996, - 33.99762064500004 - ], - [ - -117.31357606799997, - 33.99760963500006 - ], - [ - -117.31357599199998, - 33.997604126000056 - ], - [ - -117.31357591699998, - 33.99759861600006 - ], - [ - -117.31357584099999, - 33.99759311100007 - ], - [ - -117.31357576499994, - 33.997587606000025 - ], - [ - -117.31357569, - 33.997582100000045 - ], - [ - -117.31357561299995, - 33.997576595000055 - ], - [ - -117.31357553799995, - 33.997571089000076 - ], - [ - -117.31357436299999, - 33.99748574100005 - ], - [ - -117.31357432799996, - 33.99748314900006 - ], - [ - -117.31357430899999, - 33.997481855000046 - ], - [ - -117.31314901499996, - 33.99747425000004 - ], - [ - -117.31314665199994, - 33.99747420800003 - ], - [ - -117.30934168099998, - 33.99740611300007 - ], - [ - -117.309294148, - 33.99740527800003 - ], - [ - -117.30929445799995, - 33.99749180500004 - ], - [ - -117.30929447999995, - 33.99749731000003 - ], - [ - -117.30929449899998, - 33.997502815000075 - ], - [ - -117.30929452, - 33.99750834900004 - ], - [ - -117.30929453999994, - 33.99751386600008 - ], - [ - -117.30929456099994, - 33.99751937100007 - ], - [ - -117.30929457899998, - 33.997524877000046 - ], - [ - -117.30929459899994, - 33.997530382000036 - ], - [ - -117.309294621, - 33.99753588900006 - ], - [ - -117.30929464099995, - 33.99754139300006 - ], - [ - -117.30929466099997, - 33.99754689900004 - ], - [ - -117.30929468099998, - 33.99755240400003 - ], - [ - -117.30929470199999, - 33.99755791000007 - ], - [ - -117.30929472199995, - 33.99756341500006 - ], - [ - -117.30929474299995, - 33.99756892200003 - ], - [ - -117.30929476199998, - 33.99757442600003 - ], - [ - -117.30929478299998, - 33.997579932000065 - ], - [ - -117.30929480299994, - 33.997585437000055 - ], - [ - -117.30929482399995, - 33.997590943000034 - ], - [ - -117.30929484299998, - 33.997596448000024 - ], - [ - -117.30929486399998, - 33.99760195500005 - ], - [ - -117.30929488399994, - 33.99760745900005 - ], - [ - -117.30929492299998, - 33.99761847100007 - ], - [ - -117.30929494399999, - 33.99762397600006 - ], - [ - -117.30929498299997, - 33.99763498800007 - ], - [ - -117.30929500299999, - 33.99764052000006 - ], - [ - -117.30929504299996, - 33.997651544000064 - ], - [ - -117.30929506299998, - 33.997657048000065 - ], - [ - -117.30929508199995, - 33.997662553000055 - ], - [ - -117.30929510399994, - 33.997668060000024 - ], - [ - -117.30929512399996, - 33.997673564000024 - ], - [ - -117.30929514399998, - 33.99767907000006 - ], - [ - -117.30929516299994, - 33.99768457500005 - ], - [ - -117.30929518499994, - 33.99769008100003 - ], - [ - -117.30929522399998, - 33.99770109200006 - ], - [ - -117.30929524399994, - 33.997706598000036 - ], - [ - -117.30929528399997, - 33.99771760700003 - ], - [ - -117.30929530299994, - 33.99772311300006 - ], - [ - -117.30929532299996, - 33.99772861900004 - ], - [ - -117.30929534499995, - 33.99773412500008 - ], - [ - -117.30929536499997, - 33.99773963100006 - ], - [ - -117.30929538499998, - 33.99774513500006 - ], - [ - -117.30929540399995, - 33.99775064200003 - ], - [ - -117.30929542599995, - 33.997756147000075 - ], - [ - -117.309295465, - 33.997767158000045 - ], - [ - -117.30929550499997, - 33.99777816900007 - ], - [ - -117.309295524, - 33.99778367600004 - ], - [ - -117.30929554399995, - 33.99778918000004 - ], - [ - -117.30929558399998, - 33.99780019100007 - ], - [ - -117.30929560399994, - 33.99780569700005 - ], - [ - -117.30929562199998, - 33.99781120200004 - ], - [ - -117.30929564299998, - 33.99781670900006 - ], - [ - -117.30929566199995, - 33.99782221300006 - ], - [ - -117.30929568299996, - 33.99782772000003 - ], - [ - -117.30929570099994, - 33.99783322400003 - ], - [ - -117.30929572199994, - 33.99783872900008 - ], - [ - -117.30929574099997, - 33.99784423500006 - ], - [ - -117.30929576299997, - 33.99784974100004 - ], - [ - -117.309295766, - 33.99785524600003 - ], - [ - -117.30929580199995, - 33.997860751000076 - ], - [ - -117.30929582099998, - 33.997866258000045 - ], - [ - -117.30929584199998, - 33.997871762000045 - ], - [ - -117.30929588099997, - 33.99788277400006 - ], - [ - -117.30929589999994, - 33.99788827800006 - ], - [ - -117.30929592099994, - 33.99789378400004 - ], - [ - -117.30929594, - 33.99789929100007 - ], - [ - -117.30929595899994, - 33.99790479500007 - ], - [ - -117.309295981, - 33.99791030200004 - ], - [ - -117.30929599899997, - 33.99791580600004 - ], - [ - -117.30929601899999, - 33.997921312000074 - ], - [ - -117.30929603799996, - 33.997926817000064 - ], - [ - -117.30929605999995, - 33.99793232300004 - ], - [ - -117.309296099, - 33.99794333500006 - ], - [ - -117.30929611699997, - 33.99794883900006 - ], - [ - -117.30929613899997, - 33.99795434500004 - ], - [ - -117.30929615899998, - 33.99795985000003 - ], - [ - -117.30929616199995, - 33.997965355000076 - ], - [ - -117.30929618199997, - 33.997970861000056 - ], - [ - -117.30929621899998, - 33.99797640600008 - ], - [ - -117.309296239, - 33.99798191200006 - ], - [ - -117.30929624099997, - 33.99798741700005 - ], - [ - -117.30929629899998, - 33.99799842800007 - ], - [ - -117.30929631799995, - 33.998003933000064 - ], - [ - -117.30929633699998, - 33.99800943900004 - ], - [ - -117.30929635499996, - 33.998014984000065 - ], - [ - -117.30929637699995, - 33.998020488000066 - ], - [ - -117.30929641599994, - 33.998031500000025 - ], - [ - -117.30929645599997, - 33.99804251000006 - ], - [ - -117.30929649599994, - 33.99805352200008 - ], - [ - -117.30929655499995, - 33.99807007700008 - ], - [ - -117.30929657399997, - 33.998075623000034 - ], - [ - -117.30929661299996, - 33.99808663300007 - ], - [ - -117.30929663499995, - 33.99809213900005 - ], - [ - -117.30929669399995, - 33.99810865500007 - ], - [ - -117.30929673399999, - 33.998119694000025 - ], - [ - -117.309296771, - 33.99813071700004 - ], - [ - -117.30929679299999, - 33.998136223000074 - ], - [ - -117.30929683199997, - 33.998147234000044 - ], - [ - -117.30929687199995, - 33.998158244000024 - ], - [ - -117.30929689199996, - 33.99816375000006 - ], - [ - -117.309296911, - 33.99816925500005 - ], - [ - -117.30929693099995, - 33.99817476100003 - ], - [ - -117.30929695199995, - 33.998180267000066 - ], - [ - -117.30929699099994, - 33.998191278000036 - ], - [ - -117.30929700999997, - 33.998196783000026 - ], - [ - -117.30929702999998, - 33.99820232800005 - ], - [ - -117.30929705099999, - 33.99820783300004 - ], - [ - -117.30929707099995, - 33.998213339000074 - ], - [ - -117.30929708999997, - 33.99821884500005 - ], - [ - -117.30929710899994, - 33.998224349000054 - ], - [ - -117.30929712999995, - 33.99822985600008 - ], - [ - -117.30929715099995, - 33.998235360000024 - ], - [ - -117.30929718999994, - 33.99824637100005 - ], - [ - -117.30929720999995, - 33.99825187700003 - ], - [ - -117.30929722899998, - 33.99825738200008 - ], - [ - -117.30929724899994, - 33.99826284900007 - ], - [ - -117.30929726799997, - 33.99826835400006 - ], - [ - -117.30929728899997, - 33.99827386000004 - ], - [ - -117.30929730799994, - 33.99827936500003 - ], - [ - -117.30929732699997, - 33.99828487000008 - ], - [ - -117.30929734699998, - 33.99829037500007 - ], - [ - -117.30929736399997, - 33.99829585300006 - ], - [ - -117.30929738599997, - 33.99830134700005 - ], - [ - -117.30929740499994, - 33.99830685300003 - ], - [ - -117.30929742599994, - 33.99831235800008 - ], - [ - -117.30929746599998, - 33.99832336800006 - ], - [ - -117.309297486, - 33.99832887400004 - ], - [ - -117.30929750499996, - 33.998334380000074 - ], - [ - -117.30929752599997, - 33.99833988600005 - ], - [ - -117.309297545, - 33.99834539100004 - ], - [ - -117.30929756399996, - 33.998350896000034 - ], - [ - -117.30929758399998, - 33.99835640200007 - ], - [ - -117.309297604, - 33.99836190700006 - ], - [ - -117.30929762399995, - 33.99836741300004 - ], - [ - -117.30929764399997, - 33.998372920000065 - ], - [ - -117.30929766299994, - 33.998378424000066 - ], - [ - -117.30929768299995, - 33.998383929000056 - ], - [ - -117.30929770199998, - 33.998389436000025 - ], - [ - -117.30929772299999, - 33.99839494100007 - ], - [ - -117.30929774099997, - 33.99840044600006 - ], - [ - -117.30929776199997, - 33.99840595300003 - ], - [ - -117.30929778099994, - 33.99841145700003 - ], - [ - -117.30929780199995, - 33.99841696300007 - ], - [ - -117.30929782099997, - 33.99842247000004 - ], - [ - -117.30929784099999, - 33.99842797400004 - ], - [ - -117.30929785999996, - 33.998433480000074 - ], - [ - -117.30929787899998, - 33.998438985000064 - ], - [ - -117.3092979, - 33.998444490000054 - ], - [ - -117.30929791799997, - 33.99844999600003 - ], - [ - -117.30929793899998, - 33.99845550200007 - ], - [ - -117.30929795799995, - 33.99846100700006 - ], - [ - -117.30929797899995, - 33.99846651200005 - ], - [ - -117.30929799799998, - 33.998472019000076 - ], - [ - -117.30929803699996, - 33.998483029000056 - ], - [ - -117.30929805899996, - 33.998488535000035 - ], - [ - -117.309298077, - 33.998494040000026 - ], - [ - -117.30929809699995, - 33.99849954500007 - ], - [ - -117.30929811599998, - 33.99850505100005 - ], - [ - -117.30929813799997, - 33.99851055600004 - ], - [ - -117.30929815599995, - 33.99851606200008 - ], - [ - -117.30929817699996, - 33.99852156800006 - ], - [ - -117.30929821599995, - 33.99853257800004 - ], - [ - -117.30929823599996, - 33.998538084000074 - ], - [ - -117.30929825499999, - 33.998543589000064 - ], - [ - -117.30929827499995, - 33.998549094000055 - ], - [ - -117.30929829299998, - 33.998554600000034 - ], - [ - -117.30929831499998, - 33.998560105000024 - ], - [ - -117.30929833399995, - 33.99856561100006 - ], - [ - -117.30929835299997, - 33.99857111700004 - ], - [ - -117.30929837399998, - 33.99857662200003 - ], - [ - -117.30929839299995, - 33.998582128000066 - ], - [ - -117.30929841199998, - 33.99858763300006 - ], - [ - -117.309298432, - 33.99859313800005 - ], - [ - -117.30929845299994, - 33.99859864300004 - ], - [ - -117.30929847199997, - 33.99860414900007 - ], - [ - -117.30929849199998, - 33.99860965500005 - ], - [ - -117.30929851099995, - 33.99861515900005 - ], - [ - -117.30929855099998, - 33.99862617100007 - ], - [ - -117.30929857199999, - 33.99863167700005 - ], - [ - -117.30929858999997, - 33.99863718200004 - ], - [ - -117.30929862999994, - 33.998648192000076 - ], - [ - -117.30929865, - 33.998653699000045 - ], - [ - -117.30929868899995, - 33.99866471000007 - ], - [ - -117.30929870899996, - 33.99867021500006 - ], - [ - -117.30929872799999, - 33.99867571900006 - ], - [ - -117.309298749, - 33.99868122500004 - ], - [ - -117.30929880699995, - 33.99869774300004 - ], - [ - -117.30929882699996, - 33.99870324800003 - ], - [ - -117.30929886599995, - 33.998714258000064 - ], - [ - -117.30929888499998, - 33.998719752000056 - ], - [ - -117.30929892499995, - 33.99873073600003 - ], - [ - -117.30929894299999, - 33.998736241000074 - ], - [ - -117.30929896499998, - 33.998741746000064 - ], - [ - -117.30929898499994, - 33.998747252000044 - ], - [ - -117.30929900499996, - 33.998752757000034 - ], - [ - -117.30929902399998, - 33.99875826300007 - ], - [ - -117.30929904499999, - 33.99876377000004 - ], - [ - -117.30929906399996, - 33.99876927400004 - ], - [ - -117.30929908399997, - 33.99877477800004 - ], - [ - -117.30929910299994, - 33.998780285000066 - ], - [ - -117.30929914299998, - 33.998791295000046 - ], - [ - -117.30929916199995, - 33.998796801000026 - ], - [ - -117.30929920099999, - 33.99880781200005 - ], - [ - -117.309299222, - 33.99881331800003 - ], - [ - -117.30929924099996, - 33.99881882400007 - ], - [ - -117.30929926099998, - 33.99882432800007 - ], - [ - -117.30929929999996, - 33.99883534000003 - ], - [ - -117.30929932, - 33.998840846000064 - ], - [ - -117.30929935899997, - 33.998851857000034 - ], - [ - -117.30929937899998, - 33.998857361000034 - ], - [ - -117.30929939899994, - 33.99886286800006 - ], - [ - -117.30929941899996, - 33.99886837300005 - ], - [ - -117.30929943799998, - 33.99887387800004 - ], - [ - -117.30929945799994, - 33.99887938400008 - ], - [ - -117.30929947799996, - 33.998884850000024 - ], - [ - -117.309299496, - 33.99889035500007 - ], - [ - -117.30929951499996, - 33.99889583300006 - ], - [ - -117.30929953499998, - 33.998901327000056 - ], - [ - -117.30929955599998, - 33.998906832000046 - ], - [ - -117.30929957599994, - 33.998912338000025 - ], - [ - -117.30929959699995, - 33.99891784300007 - ], - [ - -117.30929961499999, - 33.99892334800006 - ], - [ - -117.30929963399996, - 33.99892885500003 - ], - [ - -117.30929965499996, - 33.99893435900003 - ], - [ - -117.30929967399999, - 33.99893986500007 - ], - [ - -117.30929969399995, - 33.99894537000006 - ], - [ - -117.30929971299997, - 33.99895087500005 - ], - [ - -117.30929973499997, - 33.99895638100003 - ], - [ - -117.30929975299995, - 33.998961887000064 - ], - [ - -117.30929977399995, - 33.998967392000054 - ], - [ - -117.309299792, - 33.998972898000034 - ], - [ - -117.30929981399998, - 33.998978403000024 - ], - [ - -117.30929983199997, - 33.99898390800007 - ], - [ - -117.30929985199998, - 33.99898941400005 - ], - [ - -117.30929987099995, - 33.99899492000003 - ], - [ - -117.30929989199996, - 33.99900042500008 - ], - [ - -117.30929991099998, - 33.999005931000056 - ], - [ - -117.30929995099996, - 33.999016941000036 - ], - [ - -117.30930026099998, - 33.999103508000076 - ], - [ - -117.30930058499996, - 33.99919311700006 - ], - [ - -117.30930062299996, - 33.99920412900008 - ], - [ - -117.30930064299997, - 33.99920963400007 - ], - [ - -117.30930068299995, - 33.99922064500004 - ], - [ - -117.30930070299996, - 33.99922615000003 - ], - [ - -117.30930076299995, - 33.99924266700003 - ], - [ - -117.30930078299997, - 33.99924817200008 - ], - [ - -117.30930082299994, - 33.99925918300005 - ], - [ - -117.30930084199997, - 33.99926468900003 - ], - [ - -117.30930086299998, - 33.999270194000076 - ], - [ - -117.30930088399998, - 33.999275699000066 - ], - [ - -117.30930090399994, - 33.999281205000045 - ], - [ - -117.30930094299998, - 33.99929221600007 - ], - [ - -117.30930096299994, - 33.99929772200005 - ], - [ - -117.30930100199998, - 33.99930873200003 - ], - [ - -117.30930102299999, - 33.99931423800007 - ], - [ - -117.30930106299996, - 33.99932524900004 - ], - [ - -117.30930108299998, - 33.999330755000074 - ], - [ - -117.30930110299994, - 33.999336260000064 - ], - [ - -117.30930114299997, - 33.999347270000044 - ], - [ - -117.30930116199994, - 33.99935277600002 - ], - [ - -117.30930118299995, - 33.99935828200006 - ], - [ - -117.30930120399995, - 33.99936378600006 - ], - [ - -117.30930122399997, - 33.99936929300003 - ], - [ - -117.309301243, - 33.999374798000076 - ], - [ - -117.30930126499999, - 33.999380303000066 - ], - [ - -117.30930128399996, - 33.999385809000046 - ], - [ - -117.30930130499996, - 33.99939131300005 - ], - [ - -117.30930132399999, - 33.999396819000026 - ], - [ - -117.30930134599998, - 33.99940232600005 - ], - [ - -117.30930136499995, - 33.99940783100004 - ], - [ - -117.30930138599996, - 33.99941333600003 - ], - [ - -117.30930140499999, - 33.99941884200007 - ], - [ - -117.309301426, - 33.99942434700006 - ], - [ - -117.30930166399997, - 33.999490413000046 - ], - [ - -117.309301684, - 33.99949591800004 - ], - [ - -117.30930170499994, - 33.99950142400007 - ], - [ - -117.30930172499995, - 33.99950692900006 - ], - [ - -117.30930174399998, - 33.99951243500004 - ], - [ - -117.30930176599998, - 33.99951794000003 - ], - [ - -117.309301786, - 33.99952344600007 - ], - [ - -117.30930180599995, - 33.99952895200005 - ], - [ - -117.30930182499998, - 33.99953445700004 - ], - [ - -117.30930184599998, - 33.99953996200003 - ], - [ - -117.30930186699999, - 33.999545469000054 - ], - [ - -117.30930188699995, - 33.999550973000055 - ], - [ - -117.30930190599997, - 33.999556479000034 - ], - [ - -117.30930192699998, - 33.99956198600006 - ], - [ - -117.30930194599995, - 33.99956749100005 - ], - [ - -117.30930196699995, - 33.99957299500005 - ], - [ - -117.309301985, - 33.99957850200008 - ], - [ - -117.30930200699999, - 33.99958400600008 - ], - [ - -117.30930202599995, - 33.99958951200006 - ], - [ - -117.30930203099996, - 33.99959501700005 - ], - [ - -117.30930206599999, - 33.999600523000026 - ], - [ - -117.30930208599995, - 33.99960602800007 - ], - [ - -117.30930210599996, - 33.99961153500004 - ], - [ - -117.30930212599998, - 33.99961703900004 - ], - [ - -117.30930213, - 33.99962254500008 - ], - [ - -117.30930214799997, - 33.99962805000007 - ], - [ - -117.30930218499998, - 33.99963355600005 - ], - [ - -117.30930218999998, - 33.99963906100004 - ], - [ - -117.30930220899995, - 33.999644567000075 - ], - [ - -117.30930224599996, - 33.999650072000065 - ], - [ - -117.30930226399994, - 33.999655578000045 - ], - [ - -117.30930228199998, - 33.999661084000024 - ], - [ - -117.30930230299998, - 33.999666588000025 - ], - [ - -117.30930232199995, - 33.99967209400006 - ], - [ - -117.30930234399995, - 33.99967760000004 - ], - [ - -117.30930234699997, - 33.99968310500003 - ], - [ - -117.30930238299999, - 33.99968861000008 - ], - [ - -117.30930240299995, - 33.99969411700005 - ], - [ - -117.30930242299996, - 33.99969962100005 - ], - [ - -117.30930246099996, - 33.999710632000074 - ], - [ - -117.30930248199996, - 33.99971613800005 - ], - [ - -117.30930250299997, - 33.99972164300004 - ], - [ - -117.309302506, - 33.99972714900008 - ], - [ - -117.30930252399997, - 33.99973265400007 - ], - [ - -117.30930256099998, - 33.99973816000005 - ], - [ - -117.30930258099994, - 33.99974366500004 - ], - [ - -117.30930259999997, - 33.99974917000003 - ], - [ - -117.309302619, - 33.999754676000066 - ], - [ - -117.30930263999994, - 33.999760183000035 - ], - [ - -117.30930265899997, - 33.999765687000036 - ], - [ - -117.30930267899998, - 33.99977119400006 - ], - [ - -117.30930269799995, - 33.99977669800006 - ], - [ - -117.30930271999995, - 33.99978220300005 - ], - [ - -117.30930273999996, - 33.99978770900003 - ], - [ - -117.30930276, - 33.99979321400008 - ], - [ - -117.30930276299995, - 33.99979872000006 - ], - [ - -117.30930279999995, - 33.99980422500005 - ], - [ - -117.30930280299998, - 33.99980973100003 - ], - [ - -117.30930282099996, - 33.99981523500003 - ], - [ - -117.30930285799997, - 33.999820742000054 - ], - [ - -117.30930286399996, - 33.999826247000044 - ], - [ - -117.30930288299999, - 33.999831752000034 - ], - [ - -117.30930291899995, - 33.99983725800007 - ], - [ - -117.30930292299996, - 33.99984276400005 - ], - [ - -117.30930294199999, - 33.99984826900004 - ], - [ - -117.309302979, - 33.999853776000066 - ], - [ - -117.30930299799996, - 33.99985928000007 - ], - [ - -117.30930301599994, - 33.99986478500006 - ], - [ - -117.30930303699995, - 33.99987029300007 - ], - [ - -117.30930307699998, - 33.99988130300005 - ], - [ - -117.30930311599997, - 33.99989231300003 - ], - [ - -117.30930313699997, - 33.99989781900007 - ], - [ - -117.30930315599994, - 33.99990332500005 - ], - [ - -117.30930317499997, - 33.99990883000004 - ], - [ - -117.30930317999997, - 33.999914336000074 - ], - [ - -117.30930323499996, - 33.999925347000044 - ], - [ - -117.30930325399999, - 33.999930852000034 - ], - [ - -117.30930327399994, - 33.99993635800007 - ], - [ - -117.30930331399998, - 33.99994736800005 - ], - [ - -117.309303334, - 33.99995287400003 - ], - [ - -117.30930335199997, - 33.99995837900008 - ], - [ - -117.30930337399997, - 33.99996388400007 - ], - [ - -117.30930341299995, - 33.99997489500004 - ], - [ - -117.30930343399996, - 33.99998040000003 - ], - [ - -117.30930343699998, - 33.99998590700005 - ], - [ - -117.30930349299996, - 33.99999691700003 - ], - [ - -117.30930349799996, - 34.00000242400006 - ], - [ - -117.30930353199994, - 34.00000792800006 - ], - [ - -117.30930353699995, - 34.00001343300005 - ], - [ - -117.30930355599997, - 34.000018940000075 - ], - [ - -117.309303592, - 34.000024445000065 - ], - [ - -117.30930359699994, - 34.000029950000055 - ], - [ - -117.30930361599997, - 34.000035456000035 - ], - [ - -117.30930365199998, - 34.000040961000025 - ], - [ - -117.30930367099995, - 34.00004646700006 - ], - [ - -117.30930367599996, - 34.00005197300004 - ], - [ - -117.30930373099994, - 34.00006298300008 - ], - [ - -117.30930375, - 34.00006848900006 - ], - [ - -117.30930377099997, - 34.00007399400005 - ], - [ - -117.30930378999994, - 34.00007950000003 - ], - [ - -117.30930381, - 34.00008500600006 - ], - [ - -117.30930382899999, - 34.000090510000064 - ], - [ - -117.30930384899995, - 34.00009601600004 - ], - [ - -117.30930386899996, - 34.00010152200008 - ], - [ - -117.30930388999997, - 34.00010702700007 - ], - [ - -117.30930390799995, - 34.00011253200006 - ], - [ - -117.30930391299995, - 34.00011803800004 - ], - [ - -117.30930394799998, - 34.00012354300003 - ], - [ - -117.30930398699996, - 34.000134555000045 - ], - [ - -117.30930400799997, - 34.000140059000046 - ], - [ - -117.30930402899997, - 34.000145565000025 - ], - [ - -117.30930404799994, - 34.00015107100006 - ], - [ - -117.30930406799996, - 34.00015657500006 - ], - [ - -117.30930407099999, - 34.00016208300008 - ], - [ - -117.309304108, - 34.00016758800007 - ], - [ - -117.30930412699996, - 34.00017309400005 - ], - [ - -117.30930414599999, - 34.00017859800005 - ], - [ - -117.30930418499997, - 34.000189610000064 - ], - [ - -117.30930420599998, - 34.00019511600004 - ], - [ - -117.30930424499996, - 34.00020612600008 - ], - [ - -117.30930426499998, - 34.00021163200006 - ], - [ - -117.30930428499994, - 34.00021713700005 - ], - [ - -117.30930430499996, - 34.00022264200004 - ], - [ - -117.309304323, - 34.000228149000066 - ], - [ - -117.30930434399994, - 34.000233653000066 - ], - [ - -117.30930436299997, - 34.000239158000056 - ], - [ - -117.30930440299994, - 34.000250169000026 - ], - [ - -117.30930444199998, - 34.00026118200003 - ], - [ - -117.30930446099995, - 34.00026668500004 - ], - [ - -117.30930449999994, - 34.00027769800005 - ], - [ - -117.30930452099994, - 34.00028320200005 - ], - [ - -117.30930456099998, - 34.000294214000064 - ], - [ - -117.30930459999996, - 34.000305224000044 - ], - [ - -117.30930464, - 34.00031623500007 - ], - [ - -117.30930467699994, - 34.00032724600004 - ], - [ - -117.30930469799995, - 34.00033275100003 - ], - [ - -117.30930471999994, - 34.00033825700007 - ], - [ - -117.30930475899999, - 34.000349268000036 - ], - [ - -117.30930477799996, - 34.000354773000026 - ], - [ - -117.30930479799997, - 34.00036028000005 - ], - [ - -117.30930481799999, - 34.00036578400005 - ], - [ - -117.30930483699996, - 34.00037129000003 - ], - [ - -117.30930485699997, - 34.00037679600007 - ], - [ - -117.30930487499995, - 34.00038230000007 - ], - [ - -117.30930489699995, - 34.00038780600005 - ], - [ - -117.30930491599997, - 34.00039331200003 - ], - [ - -117.309304936, - 34.000398817000075 - ], - [ - -117.30930495599995, - 34.000404323000055 - ], - [ - -117.30930497499998, - 34.000409828000045 - ], - [ - -117.309304995, - 34.000415333000035 - ], - [ - -117.30930501399996, - 34.000420838000025 - ], - [ - -117.30930503499997, - 34.00042634500005 - ], - [ - -117.309305054, - 34.00043185000004 - ], - [ - -117.30930509299998, - 34.00044286200006 - ], - [ - -117.30930511399998, - 34.00044836700005 - ], - [ - -117.30930513299995, - 34.000453873000026 - ], - [ - -117.30930515299997, - 34.00045937800007 - ], - [ - -117.30930519199995, - 34.00047038900004 - ], - [ - -117.30930521199997, - 34.00047589400003 - ], - [ - -117.30930523199999, - 34.00048139900008 - ], - [ - -117.30930525099996, - 34.00048690600005 - ], - [ - -117.30930527099997, - 34.00049241100004 - ], - [ - -117.30930529099999, - 34.00049791500004 - ], - [ - -117.30930530999996, - 34.000503421000076 - ], - [ - -117.30930532999997, - 34.000508927000055 - ], - [ - -117.30930534899994, - 34.000514432000045 - ], - [ - -117.30930538899997, - 34.00052544400006 - ], - [ - -117.30930542799996, - 34.00053645500003 - ], - [ - -117.30930544899996, - 34.00054196000008 - ], - [ - -117.30930550699998, - 34.00055847600004 - ], - [ - -117.30930554599996, - 34.00056948800005 - ], - [ - -117.30930560499996, - 34.00058600300002 - ], - [ - -117.30930564499994, - 34.00059701400005 - ], - [ - -117.30930566599994, - 34.00060252000003 - ], - [ - -117.30930568599996, - 34.000608026000066 - ], - [ - -117.309305726, - 34.000619036000046 - ], - [ - -117.30930576499998, - 34.00063004700007 - ], - [ - -117.30930578399995, - 34.00063555400004 - ], - [ - -117.30930580199998, - 34.00064105700005 - ], - [ - -117.30930582399998, - 34.00064656300003 - ], - [ - -117.30930584299995, - 34.00065207000006 - ], - [ - -117.30930586299996, - 34.00065757400006 - ], - [ - -117.30930588299998, - 34.00066308000004 - ], - [ - -117.30930592199996, - 34.000674090000075 - ], - [ - -117.30930594199998, - 34.000679596000055 - ], - [ - -117.30930596199994, - 34.000685102000034 - ], - [ - -117.30930598199996, - 34.000690607000024 - ], - [ - -117.30930600199997, - 34.00069611200007 - ], - [ - -117.30930601999995, - 34.00070161800005 - ], - [ - -117.30930604099996, - 34.00070712400003 - ], - [ - -117.30930605999998, - 34.000712630000066 - ], - [ - -117.30930608099999, - 34.000718136000046 - ], - [ - -117.30930609899997, - 34.000723641000036 - ], - [ - -117.30930611899998, - 34.000729146000026 - ], - [ - -117.30930613899994, - 34.00073465200006 - ], - [ - -117.30930615799997, - 34.00074015600006 - ], - [ - -117.30930617799999, - 34.00074566200004 - ], - [ - -117.30930619699996, - 34.00075116800008 - ], - [ - -117.30930621799996, - 34.00075670100006 - ], - [ - -117.30930623799998, - 34.000762218000034 - ], - [ - -117.30930627699996, - 34.00077322900006 - ], - [ - -117.30930629599999, - 34.00077873400005 - ], - [ - -117.309306317, - 34.000784241000076 - ], - [ - -117.30930635599998, - 34.000795251000056 - ], - [ - -117.30930637599994, - 34.000800757000036 - ], - [ - -117.30930639599995, - 34.00080626100004 - ], - [ - -117.30930641599997, - 34.00081176700007 - ], - [ - -117.30930645499996, - 34.00082277800004 - ], - [ - -117.30930647499997, - 34.00082828400008 - ], - [ - -117.30930649399994, - 34.00083378900007 - ], - [ - -117.30930651399996, - 34.00083929400006 - ], - [ - -117.30930653299998, - 34.00084480000004 - ], - [ - -117.30930655299994, - 34.00085030500003 - ], - [ - -117.30930657299996, - 34.000855811000065 - ], - [ - -117.30930659299997, - 34.000861317000044 - ], - [ - -117.30930661199994, - 34.000866822000035 - ], - [ - -117.30930663199996, - 34.000872327000025 - ], - [ - -117.30930665199998, - 34.00087783200007 - ], - [ - -117.309306672, - 34.00088333800005 - ], - [ - -117.30930671099998, - 34.00089434800003 - ], - [ - -117.30930672999995, - 34.00089985500006 - ], - [ - -117.30930676999998, - 34.00091086600003 - ], - [ - -117.30930678899995, - 34.00091637100007 - ], - [ - -117.309307091, - 34.00100071400004 - ], - [ - -117.30920304199998, - 34.001002140000026 - ], - [ - -117.30919643299995, - 34.00100223100003 - ], - [ - -117.30918982299994, - 34.001002321000044 - ], - [ - -117.30918321299998, - 34.00100241200005 - ], - [ - -117.30917660299997, - 34.00100250400004 - ], - [ - -117.30916999399994, - 34.001002595000045 - ], - [ - -117.30916338599997, - 34.00100268600005 - ], - [ - -117.30915677599995, - 34.001002776000064 - ], - [ - -117.30915016699998, - 34.00100286700007 - ], - [ - -117.30914355699997, - 34.00100295800007 - ], - [ - -117.30913694699996, - 34.001003049000076 - ], - [ - -117.30913033799999, - 34.00100314000008 - ], - [ - -117.30912372799997, - 34.00100323100003 - ], - [ - -117.30911715899998, - 34.00100331900006 - ], - [ - -117.30910394299997, - 34.001003500000024 - ], - [ - -117.30909733299995, - 34.00100359100003 - ], - [ - -117.30909072299994, - 34.00100368200003 - ], - [ - -117.30908411299998, - 34.001003773000036 - ], - [ - -117.30907750299997, - 34.00100386400004 - ], - [ - -117.30907089399994, - 34.001003955000044 - ], - [ - -117.30906428499998, - 34.00100404500006 - ], - [ - -117.30905767699994, - 34.00100413600006 - ], - [ - -117.30905106699998, - 34.00100422700007 - ], - [ - -117.30904445599998, - 34.00100431900006 - ], - [ - -117.30903784699996, - 34.001004410000064 - ], - [ - -117.30903123699994, - 34.00100450000008 - ], - [ - -117.30902462699999, - 34.001004591000026 - ], - [ - -117.30901801899995, - 34.00100468200003 - ], - [ - -117.30900479999997, - 34.00100486200006 - ], - [ - -117.30899819099994, - 34.00100495200007 - ], - [ - -117.30899162299994, - 34.00100504300008 - ], - [ - -117.308985055, - 34.001005133000035 - ], - [ - -117.308978444, - 34.00100522400004 - ], - [ - -117.30897183499997, - 34.00100531500004 - ], - [ - -117.30895861699997, - 34.00100549500007 - ], - [ - -117.30895200699996, - 34.001005586000076 - ], - [ - -117.30894539599996, - 34.00100567700008 - ], - [ - -117.30893878799998, - 34.00100576800003 - ], - [ - -117.30893217899995, - 34.00100585900003 - ], - [ - -117.30892556899994, - 34.001005950000035 - ], - [ - -117.30891896099996, - 34.00100604100004 - ], - [ - -117.30891235099995, - 34.001006131000054 - ], - [ - -117.30889917299999, - 34.00100631200007 - ], - [ - -117.30889256399996, - 34.00100640200003 - ], - [ - -117.30887934499998, - 34.00100658300005 - ], - [ - -117.30887273599996, - 34.00100667400005 - ], - [ - -117.30886612599994, - 34.00100676400007 - ], - [ - -117.30885951599998, - 34.00100685500007 - ], - [ - -117.30885290599997, - 34.001006946000075 - ], - [ - -117.30884629899998, - 34.00100703700008 - ], - [ - -117.30883969099995, - 34.001007128000026 - ], - [ - -117.30883308099999, - 34.00100721900003 - ], - [ - -117.30881989099998, - 34.00100739800007 - ], - [ - -117.30881329399995, - 34.00100749000006 - ], - [ - -117.30880007399998, - 34.001007670000035 - ], - [ - -117.30879346599994, - 34.00100776100004 - ], - [ - -117.30878685599998, - 34.00100785200004 - ], - [ - -117.30878024599997, - 34.00100794300005 - ], - [ - -117.30877363599996, - 34.00100803300006 - ], - [ - -117.30876706899994, - 34.00100812300008 - ], - [ - -117.30876045799994, - 34.001008214000024 - ], - [ - -117.30875385, - 34.00100830500003 - ], - [ - -117.30874723999995, - 34.001008382000066 - ], - [ - -117.30873402299994, - 34.00100857700005 - ], - [ - -117.30872741099995, - 34.00100865400003 - ], - [ - -117.308714222, - 34.00100884100004 - ], - [ - -117.30870758299994, - 34.00100893800004 - ], - [ - -117.30870097399998, - 34.001009028000055 - ], - [ - -117.30869436499995, - 34.00100911900006 - ], - [ - -117.30868775599998, - 34.00100921000006 - ], - [ - -117.308681144, - 34.00100930000008 - ], - [ - -117.30866792699999, - 34.00100948200003 - ], - [ - -117.30866135999997, - 34.001009571000054 - ], - [ - -117.30865474899997, - 34.00100966100007 - ], - [ - -117.30864813999995, - 34.00100975200007 - ], - [ - -117.30864153199997, - 34.00100984200003 - ], - [ - -117.30863492199995, - 34.001009933000034 - ], - [ - -117.30862831199994, - 34.00101001100006 - ], - [ - -117.30862170399996, - 34.00101011500004 - ], - [ - -117.30861509299996, - 34.001010206000046 - ], - [ - -117.30860848299994, - 34.00101028200004 - ], - [ - -117.30860187399998, - 34.001010386000075 - ], - [ - -117.30859526299997, - 34.00101047700008 - ], - [ - -117.30858204499998, - 34.00101065700005 - ], - [ - -117.308575438, - 34.001010747000066 - ], - [ - -117.30856882799998, - 34.001010837000024 - ], - [ - -117.30855560799995, - 34.00101101800004 - ], - [ - -117.308548998, - 34.001011109000046 - ], - [ - -117.30854238899997, - 34.00101120100004 - ], - [ - -117.30853578099999, - 34.001011291000054 - ], - [ - -117.30852917099998, - 34.00101138200006 - ], - [ - -117.308515952, - 34.00101156100004 - ], - [ - -117.308509341, - 34.001011652000045 - ], - [ - -117.30849612299994, - 34.001011833000064 - ], - [ - -117.30848951499996, - 34.00101192300008 - ], - [ - -117.30848290499995, - 34.001012013000036 - ], - [ - -117.30847629399995, - 34.00101210400004 - ], - [ - -117.30846968499998, - 34.001012195000044 - ], - [ - -117.30846307499996, - 34.00101228600005 - ], - [ - -117.30845646699998, - 34.00101237700005 - ], - [ - -117.30844985699997, - 34.001012468000056 - ], - [ - -117.308443249, - 34.001012557000024 - ], - [ - -117.30843663899998, - 34.00101264700004 - ], - [ - -117.30843002799998, - 34.00101273700005 - ], - [ - -117.30842341899995, - 34.00101282800006 - ], - [ - -117.30841680999998, - 34.00101291800007 - ], - [ - -117.30841020099996, - 34.001013009000076 - ], - [ - -117.308403592, - 34.00101310000008 - ], - [ - -117.30839698199998, - 34.00101319100003 - ], - [ - -117.30839037099997, - 34.00101327900006 - ], - [ - -117.30838378099997, - 34.00101336900008 - ], - [ - -117.308377195, - 34.001013460000024 - ], - [ - -117.30837058499998, - 34.00101355000004 - ], - [ - -117.30836397599995, - 34.00101364000005 - ], - [ - -117.30835736699999, - 34.00101373100006 - ], - [ - -117.30834414699996, - 34.001013912000076 - ], - [ - -117.30833753699994, - 34.001014001000044 - ], - [ - -117.30833092899996, - 34.00101409100006 - ], - [ - -117.30832431899995, - 34.00101418200006 - ], - [ - -117.30831109999997, - 34.001014363000024 - ], - [ - -117.30830448999995, - 34.00101445200005 - ], - [ - -117.30829788099999, - 34.001014542000064 - ], - [ - -117.30829127099997, - 34.00101463200008 - ], - [ - -117.30828466, - 34.001014722000036 - ], - [ - -117.308278052, - 34.00101481300004 - ], - [ - -117.30827144199998, - 34.001014904000044 - ], - [ - -117.30826483299995, - 34.00101499300007 - ], - [ - -117.30825822499997, - 34.00101508400007 - ], - [ - -117.30825161499996, - 34.00101517500008 - ], - [ - -117.30824500499995, - 34.001015264000046 - ], - [ - -117.30823839499999, - 34.00101535500005 - ], - [ - -117.30823178599996, - 34.00101544600005 - ], - [ - -117.30822517699994, - 34.00101553600007 - ], - [ - -117.30821856699998, - 34.00101562700007 - ], - [ - -117.30821195899995, - 34.001015718000076 - ], - [ - -117.308205349, - 34.001015807000044 - ], - [ - -117.30819873799999, - 34.00101589800005 - ], - [ - -117.30819212899996, - 34.00101598800006 - ], - [ - -117.30818551999994, - 34.00101607800008 - ], - [ - -117.30817891099997, - 34.001016169000025 - ], - [ - -117.30817230199995, - 34.00101625800005 - ], - [ - -117.30816569099994, - 34.001016349000054 - ], - [ - -117.30815908199997, - 34.00101643900007 - ], - [ - -117.30815247299995, - 34.00101653000007 - ], - [ - -117.30814582299996, - 34.00101661900004 - ], - [ - -117.308139214, - 34.001016710000044 - ], - [ - -117.30812599399997, - 34.00101689000007 - ], - [ - -117.30811938499994, - 34.00101698100008 - ], - [ - -117.30811275199994, - 34.001017072000025 - ], - [ - -117.30810608299998, - 34.00101716300003 - ], - [ - -117.30809947299997, - 34.00101725400003 - ], - [ - -117.30808625399999, - 34.00101743600004 - ], - [ - -117.30807964499996, - 34.001017524000076 - ], - [ - -117.30807303499995, - 34.00101761500002 - ], - [ - -117.30806642399995, - 34.00101770500004 - ], - [ - -117.30805981699996, - 34.00101779500005 - ], - [ - -117.30796713099994, - 34.00101906300006 - ], - [ - -117.30787470899998, - 34.00102032600006 - ], - [ - -117.30786809999995, - 34.00102041700006 - ], - [ - -117.30785488099997, - 34.001020597000036 - ], - [ - -117.30784823099998, - 34.00102068800004 - ], - [ - -117.30784162199996, - 34.001020779000044 - ], - [ - -117.30783501199994, - 34.00102087000005 - ], - [ - -117.30782840099994, - 34.00102096000006 - ], - [ - -117.30782179199997, - 34.001021051000066 - ], - [ - -117.307815184, - 34.001021141000024 - ], - [ - -117.30780857399998, - 34.00102123200003 - ], - [ - -117.30780196499995, - 34.00102132200004 - ], - [ - -117.30779535399995, - 34.001021413000046 - ], - [ - -117.30778874599997, - 34.00102150400005 - ], - [ - -117.30778213499997, - 34.001021594000065 - ], - [ - -117.30777552599994, - 34.00102168500007 - ], - [ - -117.30776891699998, - 34.00102177600007 - ], - [ - -117.30775569899998, - 34.001021956000045 - ], - [ - -117.30774908799998, - 34.00102204600006 - ], - [ - -117.30774247899996, - 34.001022137000064 - ], - [ - -117.30773586999999, - 34.00102222700008 - ], - [ - -117.30772926099996, - 34.001022318000025 - ], - [ - -117.30772265099995, - 34.00102240700005 - ], - [ - -117.30771603999995, - 34.001022498000054 - ], - [ - -117.30770282299994, - 34.00102268000006 - ], - [ - -117.30769621299999, - 34.00102276900003 - ], - [ - -117.30768960399996, - 34.001022859000045 - ], - [ - -117.30768299299996, - 34.00102295000005 - ], - [ - -117.307676384, - 34.001023040000064 - ], - [ - -117.30766977499997, - 34.00102313100007 - ], - [ - -117.30765655699997, - 34.00102331200003 - ], - [ - -117.30764994699996, - 34.001023402000044 - ], - [ - -117.30764333699994, - 34.00102349300005 - ], - [ - -117.30763672799998, - 34.00102358200007 - ], - [ - -117.30762350899994, - 34.001023763000035 - ], - [ - -117.30761690099996, - 34.00102385300005 - ], - [ - -117.30760368099999, - 34.00102403300008 - ], - [ - -117.30759707099998, - 34.001024124000025 - ], - [ - -117.30759046199995, - 34.00102421500003 - ], - [ - -117.307583852, - 34.00102430600003 - ], - [ - -117.30757724299997, - 34.00102439400007 - ], - [ - -117.30757063299995, - 34.00102448500007 - ], - [ - -117.30756402399999, - 34.00102457500003 - ], - [ - -117.30755741499996, - 34.001024665000045 - ], - [ - -117.30755080599994, - 34.00102475600005 - ], - [ - -117.30753758499998, - 34.00102493700007 - ], - [ - -117.30753097699994, - 34.001025026000036 - ], - [ - -117.30752436699998, - 34.00102511700004 - ], - [ - -117.30751775899995, - 34.001025208000044 - ], - [ - -117.307511149, - 34.00102529800006 - ], - [ - -117.30750453999997, - 34.00102538800007 - ], - [ - -117.30749792999995, - 34.00102547800003 - ], - [ - -117.30749131899995, - 34.001025569000035 - ], - [ - -117.30748470999998, - 34.00102565900005 - ], - [ - -117.30747810099996, - 34.00102575100004 - ], - [ - -117.307471492, - 34.00102584000007 - ], - [ - -117.30746488299997, - 34.00102593100007 - ], - [ - -117.30745827099997, - 34.00102601900005 - ], - [ - -117.30745166299994, - 34.001026110000055 - ], - [ - -117.30744505499996, - 34.00102620000007 - ], - [ - -117.30743844399996, - 34.00102629100007 - ], - [ - -117.30742522599996, - 34.001026471000046 - ], - [ - -117.30741861499996, - 34.00102656200005 - ], - [ - -117.30740539699997, - 34.00102674200008 - ], - [ - -117.30739877599996, - 34.001026832000036 - ], - [ - -117.30739213599998, - 34.00102692400003 - ], - [ - -117.30738552699995, - 34.001027015000034 - ], - [ - -117.30737891799998, - 34.00102710400006 - ], - [ - -117.30737230999995, - 34.00102719400007 - ], - [ - -117.3073657, - 34.00102728500008 - ], - [ - -117.30735909099997, - 34.001027375000035 - ], - [ - -117.30735248099995, - 34.00102746500005 - ], - [ - -117.30733265199996, - 34.00102773700007 - ], - [ - -117.30732604099995, - 34.00102782600004 - ], - [ - -117.30731943399996, - 34.001027916000055 - ], - [ - -117.30731282499994, - 34.00102800600007 - ], - [ - -117.30721736399994, - 34.00102931200007 - ], - [ - -117.30711454099998, - 34.00103071600006 - ], - [ - -117.30710132099995, - 34.00103089700008 - ], - [ - -117.30707488399997, - 34.00103125800007 - ], - [ - -117.30704844599995, - 34.00103161900006 - ], - [ - -117.307028619, - 34.001031891000025 - ], - [ - -117.30700878899995, - 34.00103216100007 - ], - [ - -117.30698234999994, - 34.00103252200006 - ], - [ - -117.30696913199995, - 34.00103270400007 - ], - [ - -117.30694930499999, - 34.001032974000054 - ], - [ - -117.30693608399997, - 34.00103315500007 - ], - [ - -117.30691625699995, - 34.00103342600005 - ], - [ - -117.30690964799999, - 34.00103351700005 - ], - [ - -117.30690303899996, - 34.00103360700007 - ], - [ - -117.306889819, - 34.00103378800003 - ], - [ - -117.30687659899996, - 34.00103396900005 - ], - [ - -117.30686338099997, - 34.00103414900008 - ], - [ - -117.30685016199999, - 34.00103432900005 - ], - [ - -117.30683694299995, - 34.00103451100006 - ], - [ - -117.30682372599995, - 34.00103469100003 - ], - [ - -117.30681711699998, - 34.00103478200003 - ], - [ - -117.30679728699994, - 34.00103505200008 - ], - [ - -117.30679067699998, - 34.001035143000024 - ], - [ - -117.30678406699997, - 34.00103523400003 - ], - [ - -117.30677084999996, - 34.00103541400006 - ], - [ - -117.3067642399999, - 34.00103550500006 - ], - [ - -117.30675763, - 34.001035596000065 - ], - [ - -117.30675101899999, - 34.00103568600008 - ], - [ - -117.30674441099995, - 34.00103577700003 - ], - [ - -117.30673780299998, - 34.00103586800003 - ], - [ - -117.30673119199997, - 34.001035959000035 - ], - [ - -117.306724584, - 34.00103604900005 - ], - [ - -117.30671797399998, - 34.001036139000064 - ], - [ - -117.30670475399995, - 34.001036320000026 - ], - [ - -117.30668488599997, - 34.00103659100006 - ], - [ - -117.30667166599994, - 34.00103677100003 - ], - [ - -117.306651838, - 34.001037042000064 - ], - [ - -117.30663861799997, - 34.00103722400007 - ], - [ - -117.306612181, - 34.00103758400007 - ], - [ - -117.30659896199995, - 34.001037764000046 - ], - [ - -117.30657913299996, - 34.00103803600007 - ], - [ - -117.30655930599994, - 34.001038306000055 - ], - [ - -117.30653947699994, - 34.00103857700003 - ], - [ - -117.30652625699997, - 34.00103875700006 - ], - [ - -117.30651964799995, - 34.001038848000064 - ], - [ - -117.30651304, - 34.00103893800008 - ], - [ - -117.30650643099995, - 34.00103902800004 - ], - [ - -117.30649982099999, - 34.00103911800005 - ], - [ - -117.30649321099997, - 34.001039209000055 - ], - [ - -117.30647999099995, - 34.00103938900003 - ], - [ - -117.30647338299997, - 34.00103947900004 - ], - [ - -117.30646677399994, - 34.001039570000046 - ], - [ - -117.30646016399999, - 34.00103966100005 - ], - [ - -117.30645355399997, - 34.001039751000064 - ], - [ - -117.30644694399996, - 34.00103984200007 - ], - [ - -117.30643372599997, - 34.00104002100005 - ], - [ - -117.30642050799997, - 34.00104020200007 - ], - [ - -117.30641389699997, - 34.00104029100004 - ], - [ - -117.30640728799995, - 34.00104038200004 - ], - [ - -117.30640067899998, - 34.001040473000046 - ], - [ - -117.30639402699995, - 34.00104056200007 - ], - [ - -117.30638741699994, - 34.001040653000075 - ], - [ - -117.30638080999995, - 34.00104074200004 - ], - [ - -117.3063742, - 34.00104083300005 - ], - [ - -117.30636759099997, - 34.00104092400005 - ], - [ - -117.30636093899994, - 34.001041015000055 - ], - [ - -117.30635432999998, - 34.00104110600006 - ], - [ - -117.30634111199998, - 34.00104128600003 - ], - [ - -117.30632789099997, - 34.00104146600006 - ], - [ - -117.30631462999997, - 34.00104164700008 - ], - [ - -117.30630141199998, - 34.00104182800004 - ], - [ - -117.30628158499997, - 34.001042099000074 - ], - [ - -117.30627497499995, - 34.00104218900003 - ], - [ - -117.30625514699994, - 34.00104245800003 - ], - [ - -117.30624192799996, - 34.00104263900005 - ], - [ - -117.306228708, - 34.001042820000066 - ], - [ - -117.30612535199998, - 34.00104423000005 - ], - [ - -117.30602381299997, - 34.00104559700003 - ], - [ - -117.30601720299995, - 34.001045685000065 - ], - [ - -117.30601059399999, - 34.00104577400003 - ], - [ - -117.30600398399997, - 34.00104586300006 - ], - [ - -117.30599737299997, - 34.00104595300007 - ], - [ - -117.305990765, - 34.00104604100005 - ], - [ - -117.30598415599997, - 34.00104613000008 - ], - [ - -117.30597093899996, - 34.001046307000024 - ], - [ - -117.30596432899995, - 34.00104639700004 - ], - [ - -117.30594449899996, - 34.00104666400006 - ], - [ - -117.30593788999994, - 34.001046752000036 - ], - [ - -117.30592466999997, - 34.00104692900004 - ], - [ - -117.30591145099999, - 34.00104710800008 - ], - [ - -117.305898233, - 34.00104728500003 - ], - [ - -117.30588501299997, - 34.00104746200003 - ], - [ - -117.30587840499999, - 34.001047552000045 - ], - [ - -117.30587179499997, - 34.001047640000024 - ], - [ - -117.305858576, - 34.001047819000064 - ], - [ - -117.30585196599998, - 34.00104790700004 - ], - [ - -117.30584535599996, - 34.00104799600007 - ], - [ - -117.30583874799999, - 34.00104808400005 - ], - [ - -117.30583213899996, - 34.00104817400006 - ], - [ - -117.30581891899999, - 34.001048351000065 - ], - [ - -117.30580570099994, - 34.00104852900006 - ], - [ - -117.30579908899995, - 34.00104861700004 - ], - [ - -117.30578587099996, - 34.00104879500003 - ], - [ - -117.30577265299996, - 34.001048973000024 - ], - [ - -117.30575282499996, - 34.001049239000054 - ], - [ - -117.30573960499999, - 34.001049418000036 - ], - [ - -117.305726387, - 34.00104959400005 - ], - [ - -117.30571977699998, - 34.001049684000066 - ], - [ - -117.30570655799994, - 34.00104986200006 - ], - [ - -117.30569329999997, - 34.00105004000005 - ], - [ - -117.30568668899997, - 34.00105012800003 - ], - [ - -117.30568007999995, - 34.001050217000056 - ], - [ - -117.30567347099998, - 34.001050306000025 - ], - [ - -117.30566685999997, - 34.00105039600004 - ], - [ - -117.30566025299999, - 34.001050484000075 - ], - [ - -117.30565364199998, - 34.00105057300004 - ], - [ - -117.30564042299994, - 34.00105075000005 - ], - [ - -117.30562720399996, - 34.00105092800004 - ], - [ - -117.30561398599997, - 34.001051106000034 - ], - [ - -117.30559415699997, - 34.00105137200006 - ], - [ - -117.30558093899998, - 34.001051551000046 - ], - [ - -117.30556771799996, - 34.00105172700006 - ], - [ - -117.30555449899998, - 34.001051905000054 - ], - [ - -117.30554128199998, - 34.00105208300005 - ], - [ - -117.30552810199998, - 34.00105226100004 - ], - [ - -117.30550827299999, - 34.00105252700007 - ], - [ - -117.30549505399995, - 34.001052704000074 - ], - [ - -117.30548183399998, - 34.00105288300006 - ], - [ - -117.30546861699997, - 34.00105306000006 - ], - [ - -117.30545539699995, - 34.001053238000054 - ], - [ - -117.30544878699999, - 34.00105332700008 - ], - [ - -117.30544217899995, - 34.00105341500006 - ], - [ - -117.30543556899994, - 34.001053504000026 - ], - [ - -117.30542895999997, - 34.00105359400004 - ], - [ - -117.30542234999996, - 34.00105368200008 - ], - [ - -117.30541573899995, - 34.001053770000055 - ], - [ - -117.30540912999999, - 34.00105386000007 - ], - [ - -117.30540252199995, - 34.00105394800005 - ], - [ - -117.30539591299998, - 34.00105403800006 - ], - [ - -117.30538269199997, - 34.00105421500007 - ], - [ - -117.30537608299994, - 34.001054303000046 - ], - [ - -117.30536947299998, - 34.00105439200007 - ], - [ - -117.30536286299997, - 34.00105448200003 - ], - [ - -117.30534964499998, - 34.00105465900003 - ], - [ - -117.30534303599995, - 34.00105474800006 - ], - [ - -117.30533642599994, - 34.00105483700003 - ], - [ - -117.30532981799996, - 34.00105492600005 - ], - [ - -117.305316598, - 34.001055102000066 - ], - [ - -117.30530998899997, - 34.00105519300007 - ], - [ - -117.30529676999998, - 34.00105536900003 - ], - [ - -117.30529015899998, - 34.00105545800005 - ], - [ - -117.30528355099995, - 34.00105554700008 - ], - [ - -117.30527694199998, - 34.001055636000046 - ], - [ - -117.30527033199996, - 34.001055724000025 - ], - [ - -117.30526372099996, - 34.00105581300005 - ], - [ - -117.30525050299997, - 34.001055991000044 - ], - [ - -117.30524387199995, - 34.00105608000007 - ], - [ - -117.30523063499999, - 34.00105625800006 - ], - [ - -117.30522402599996, - 34.00105634700003 - ], - [ - -117.30521080699998, - 34.001056524000035 - ], - [ - -117.30519758599996, - 34.00105670200003 - ], - [ - -117.30518436999995, - 34.00105688100007 - ], - [ - -117.30517115099997, - 34.00105705800007 - ], - [ - -117.30516454099995, - 34.00105714800003 - ], - [ - -117.30515132, - 34.00105732600008 - ], - [ - -117.30513810199994, - 34.00105750300003 - ], - [ - -117.30513149099994, - 34.00105759200005 - ], - [ - -117.30511827499998, - 34.001057769000056 - ], - [ - -117.30511166399998, - 34.00105785900007 - ], - [ - -117.30510505599995, - 34.00105794700005 - ], - [ - -117.30509844599999, - 34.001058036000074 - ], - [ - -117.30500177099998, - 34.00105933900005 - ], - [ - -117.30499254299997, - 34.001059386000065 - ], - [ - -117.30499252799996, - 34.00105943800003 - ], - [ - -117.30499251999998, - 34.001059464000036 - ], - [ - -117.30499245899995, - 34.001059464000036 - ], - [ - -117.30498240599997, - 34.00255540300003 - ], - [ - -117.30496759699997, - 34.00474101100008 - ], - [ - -117.30496771599996, - 34.00474101100008 - ], - [ - -117.30500554399998, - 34.004740699000024 - ], - [ - -117.305007849, - 34.004740680000054 - ], - [ - -117.30501015299996, - 34.00474066100003 - ], - [ - -117.30501476099994, - 34.00474062300003 - ], - [ - -117.30501706399997, - 34.00474060300007 - ], - [ - -117.30502167199995, - 34.00474056500008 - ], - [ - -117.30502397599997, - 34.00474054600005 - ], - [ - -117.30502628, - 34.004740527000024 - ], - [ - -117.30503088699999, - 34.00474048900003 - ], - [ - -117.30503319299999, - 34.00474046900007 - ], - [ - -117.30503549499997, - 34.00474045000004 - ], - [ - -117.305037799, - 34.00474043100007 - ], - [ - -117.30504010299995, - 34.00474041100006 - ], - [ - -117.30504240699997, - 34.00474039200003 - ], - [ - -117.30504471199998, - 34.00474037200007 - ], - [ - -117.30504701399997, - 34.004740353000045 - ], - [ - -117.30504931799999, - 34.004740334000076 - ], - [ - -117.30505162299994, - 34.00474031400006 - ], - [ - -117.30505392599997, - 34.00474029500003 - ], - [ - -117.30505623099998, - 34.004740276000064 - ], - [ - -117.30505853499994, - 34.00474025600005 - ], - [ - -117.30506083699998, - 34.00474023700008 - ], - [ - -117.30506314299998, - 34.00474021800005 - ], - [ - -117.30507005399994, - 34.00474016000004 - ], - [ - -117.30507235699997, - 34.00474014100007 - ], - [ - -117.305074661, - 34.004740121000054 - ], - [ - -117.30507926899998, - 34.00474008400005 - ], - [ - -117.30508387599997, - 34.00474004600005 - ], - [ - -117.30508848399995, - 34.004740008000056 - ], - [ - -117.30509539699995, - 34.004739950000044 - ], - [ - -117.30510000299995, - 34.00473991200005 - ], - [ - -117.30510230699997, - 34.00473989300008 - ], - [ - -117.305104611, - 34.00473987400005 - ], - [ - -117.30510921799998, - 34.004739836000056 - ], - [ - -117.30511152199995, - 34.00473981600004 - ], - [ - -117.30511382599997, - 34.00473979700007 - ], - [ - -117.30511613099998, - 34.004739777000054 - ], - [ - -117.30511843399995, - 34.00473975800003 - ], - [ - -117.30512073899996, - 34.00473973900006 - ], - [ - -117.30512304099994, - 34.00473971900004 - ], - [ - -117.30512534599995, - 34.00473970000007 - ], - [ - -117.30512995299995, - 34.00473966200008 - ], - [ - -117.30513225799996, - 34.00473964300005 - ], - [ - -117.30513455999994, - 34.004739623000034 - ], - [ - -117.30513916899997, - 34.00473958500004 - ], - [ - -117.305141473, - 34.00473956600007 - ], - [ - -117.30514377699996, - 34.00473954700004 - ], - [ - -117.30514607999999, - 34.00473952700003 - ], - [ - -117.30514838399995, - 34.00473950800006 - ], - [ - -117.30515068799997, - 34.00473948900003 - ], - [ - -117.30515529499996, - 34.004739451000034 - ], - [ - -117.30515759999997, - 34.004739431000075 - ], - [ - -117.30516220899995, - 34.00473939300008 - ], - [ - -117.30516451099999, - 34.00473937400005 - ], - [ - -117.30516911899997, - 34.00473933600006 - ], - [ - -117.30517372599996, - 34.00473929800006 - ], - [ - -117.30517602999998, - 34.004739279000034 - ], - [ - -117.30517833399995, - 34.004739259000075 - ], - [ - -117.30518063899996, - 34.00473924000005 - ], - [ - -117.30518524599995, - 34.00473920200005 - ], - [ - -117.30518755099996, - 34.00473918200004 - ], - [ - -117.305189854, - 34.00473916300007 - ], - [ - -117.30519446199997, - 34.00473912500007 - ], - [ - -117.30519676499995, - 34.004739106000045 - ], - [ - -117.30520137299999, - 34.00473906700006 - ], - [ - -117.30520598099997, - 34.004739028000074 - ], - [ - -117.30521058799997, - 34.00473899000008 - ], - [ - -117.30521519599995, - 34.004738951000036 - ], - [ - -117.30523823599998, - 34.00473875900008 - ], - [ - -117.30524284199998, - 34.004738721000024 - ], - [ - -117.305245147, - 34.004738701000065 - ], - [ - -117.30525205699996, - 34.00473864400004 - ], - [ - -117.30525436199997, - 34.00473862500007 - ], - [ - -117.30525896899996, - 34.00473858700008 - ], - [ - -117.30526127299999, - 34.00473856700006 - ], - [ - -117.30526588099997, - 34.004738529000065 - ], - [ - -117.30527279199998, - 34.00473847100005 - ], - [ - -117.30527739999997, - 34.00473843300006 - ], - [ - -117.30528200799995, - 34.00473839400007 - ], - [ - -117.30528891999995, - 34.00473833600006 - ], - [ - -117.30529583099997, - 34.00473827900004 - ], - [ - -117.30530043999994, - 34.00473824000005 - ], - [ - -117.30530734999996, - 34.00473818300003 - ], - [ - -117.305311959, - 34.004738144000044 - ], - [ - -117.30531656499994, - 34.00473810600005 - ], - [ - -117.30532347699994, - 34.004738049000025 - ], - [ - -117.30532808499999, - 34.00473801000004 - ], - [ - -117.30533499599994, - 34.004737953000074 - ], - [ - -117.30534190799995, - 34.00473789600005 - ], - [ - -117.30534651599999, - 34.004737857000066 - ], - [ - -117.30535573099996, - 34.00473778000003 - ], - [ - -117.30536264399996, - 34.00473772300006 - ], - [ - -117.30537185799994, - 34.004737646000024 - ], - [ - -117.30538107299998, - 34.00473756900004 - ], - [ - -117.30538798599997, - 34.00473751200008 - ], - [ - -117.30539720099995, - 34.00473743500004 - ], - [ - -117.30540411199996, - 34.00473737800007 - ], - [ - -117.30541102399997, - 34.00473732100005 - ], - [ - -117.30541563199995, - 34.004737283000054 - ], - [ - -117.30542023899994, - 34.00473724500006 - ], - [ - -117.30542484699998, - 34.00473720600007 - ], - [ - -117.30542945499997, - 34.00473716800008 - ], - [ - -117.30543175799994, - 34.00473714900005 - ], - [ - -117.30543636599998, - 34.004737111000054 - ], - [ - -117.305438671, - 34.00473709100004 - ], - [ - -117.30544327899997, - 34.00473705300004 - ], - [ - -117.30544788499998, - 34.004737015000046 - ], - [ - -117.30545249299996, - 34.00473697700005 - ], - [ - -117.30545710099994, - 34.004736939000054 - ], - [ - -117.30545940499997, - 34.00473692000003 - ], - [ - -117.30546170899999, - 34.00473690100006 - ], - [ - -117.30546401199996, - 34.00473688100004 - ], - [ - -117.30546631599998, - 34.00473686200007 - ], - [ - -117.30546861999994, - 34.004736843000046 - ], - [ - -117.30547092399996, - 34.00473682300003 - ], - [ - -117.30547322799998, - 34.00473680400006 - ], - [ - -117.30547553199995, - 34.004736785000034 - ], - [ - -117.30547783499998, - 34.004736765000075 - ], - [ - -117.30548013999999, - 34.00473674600005 - ], - [ - -117.30548474699998, - 34.00473670800005 - ], - [ - -117.30548705099994, - 34.00473668800004 - ], - [ - -117.30548935499996, - 34.00473666900007 - ], - [ - -117.30549165999997, - 34.00473665000004 - ], - [ - -117.30549626599998, - 34.004736612000045 - ], - [ - -117.30549856999994, - 34.00473659200003 - ], - [ - -117.30550087499995, - 34.00473657300006 - ], - [ - -117.30550317799998, - 34.00473655300004 - ], - [ - -117.305505483, - 34.004736534000074 - ], - [ - -117.30551008899994, - 34.00473649600008 - ], - [ - -117.30551469699998, - 34.004736458000025 - ], - [ - -117.30551930499996, - 34.00473641900004 - ], - [ - -117.30552391299994, - 34.004736380000054 - ], - [ - -117.30552851999994, - 34.00473634200006 - ], - [ - -117.30553312799998, - 34.00473630400006 - ], - [ - -117.30553773599996, - 34.004736265000076 - ], - [ - -117.305540039, - 34.00473624600005 - ], - [ - -117.30554234399995, - 34.00473622700002 - ], - [ - -117.30554695099994, - 34.00473618900003 - ], - [ - -117.30554925499996, - 34.00473616900007 - ], - [ - -117.30555386299994, - 34.00473613100007 - ], - [ - -117.30555616799995, - 34.00473611100006 - ], - [ - -117.30556077399996, - 34.00473607300006 - ], - [ - -117.30556538199994, - 34.004736035000064 - ], - [ - -117.30556768699995, - 34.00473601600004 - ], - [ - -117.30557229299995, - 34.00473597800004 - ], - [ - -117.30557690099994, - 34.004735940000046 - ], - [ - -117.30557920599995, - 34.004735921000076 - ], - [ - -117.30558150999997, - 34.00473590100006 - ], - [ - -117.30558381299994, - 34.004735882000034 - ], - [ - -117.30558611799995, - 34.004735863000064 - ], - [ - -117.30559072399996, - 34.00473582500007 - ], - [ - -117.30559533199994, - 34.004735786000026 - ], - [ - -117.30559993999998, - 34.00473574800003 - ], - [ - -117.30560224499999, - 34.00473572900006 - ], - [ - -117.30560915599995, - 34.00473567100005 - ], - [ - -117.30561376299994, - 34.00473563200006 - ], - [ - -117.30561837099998, - 34.00473559400007 - ], - [ - -117.30562297999995, - 34.00473555600007 - ], - [ - -117.30562758599996, - 34.004735518000075 - ], - [ - -117.30562989099997, - 34.00473549800006 - ], - [ - -117.30563449899995, - 34.00473546000006 - ], - [ - -117.30563910499995, - 34.00473542200007 - ], - [ - -117.30564140999996, - 34.00473540200005 - ], - [ - -117.30564601799995, - 34.004735364000055 - ], - [ - -117.30565062499994, - 34.00473532600006 - ], - [ - -117.30565292899996, - 34.00473530600004 - ], - [ - -117.30565753599996, - 34.00473526800005 - ], - [ - -117.30565984199995, - 34.00473524900008 - ], - [ - -117.30566444899995, - 34.004735211000025 - ], - [ - -117.30566905599994, - 34.00473517300003 - ], - [ - -117.30567366499997, - 34.00473513400004 - ], - [ - -117.305675969, - 34.004735115000074 - ], - [ - -117.30568057599999, - 34.00473507700008 - ], - [ - -117.30568518499996, - 34.004735037000046 - ], - [ - -117.305687488, - 34.004735018000076 - ], - [ - -117.30568978999997, - 34.00473499900005 - ], - [ - -117.30569439899995, - 34.004734960000064 - ], - [ - -117.30569670199998, - 34.00473494100004 - ], - [ - -117.30569900599994, - 34.00473492100008 - ], - [ - -117.30570130899997, - 34.00473490200005 - ], - [ - -117.305703613, - 34.004734883000026 - ], - [ - -117.30570591799994, - 34.00473486300007 - ], - [ - -117.30570822099997, - 34.00473484400004 - ], - [ - -117.30571052599998, - 34.004734824000025 - ], - [ - -117.30571282899996, - 34.004734805000055 - ], - [ - -117.30571513299998, - 34.00473478600003 - ], - [ - -117.30571743699994, - 34.00473476600007 - ], - [ - -117.30571973999997, - 34.004734746000054 - ], - [ - -117.30572204499998, - 34.00473472700003 - ], - [ - -117.30572434799996, - 34.00473470800006 - ], - [ - -117.30572895599994, - 34.00473466900007 - ], - [ - -117.30573125999996, - 34.004734649000056 - ], - [ - -117.30573586699995, - 34.00473461100006 - ], - [ - -117.30574277899996, - 34.00473455400004 - ], - [ - -117.30574738699994, - 34.00473451500005 - ], - [ - -117.30575199499998, - 34.004734477000056 - ], - [ - -117.305758906, - 34.004734420000034 - ], - [ - -117.30576121099995, - 34.004734401000064 - ], - [ - -117.30576351399998, - 34.00473438100005 - ], - [ - -117.30576581799994, - 34.00473436200008 - ], - [ - -117.305770425, - 34.004734324000026 - ], - [ - -117.30577272999994, - 34.004734305000056 - ], - [ - -117.30577503299997, - 34.00473428500004 - ], - [ - -117.30577964099996, - 34.004734247000044 - ], - [ - -117.30578194399999, - 34.00473422600004 - ], - [ - -117.30578655199997, - 34.00473418800004 - ], - [ - -117.305788856, - 34.00473416800003 - ], - [ - -117.30579346399998, - 34.00473413000003 - ], - [ - -117.30579807199996, - 34.004734091000046 - ], - [ - -117.30580037599998, - 34.004734072000076 - ], - [ - -117.30580267999994, - 34.00473405200006 - ], - [ - -117.30580498399996, - 34.004734033000034 - ], - [ - -117.305807287, - 34.004734014000064 - ], - [ - -117.30580959099996, - 34.00473399400005 - ], - [ - -117.30581189499998, - 34.00473397500008 - ], - [ - -117.30581650299996, - 34.00473393500005 - ], - [ - -117.30581880699998, - 34.00473391600008 - ], - [ - -117.30582341499996, - 34.004733877000035 - ], - [ - -117.305825718, - 34.004733858000066 - ], - [ - -117.30582802199996, - 34.00473383900004 - ], - [ - -117.30583032599998, - 34.00473381900008 - ], - [ - -117.30583262899995, - 34.004733800000054 - ], - [ - -117.30583493399996, - 34.00473378000004 - ], - [ - -117.30583954099995, - 34.00473374200004 - ], - [ - -117.30584184499997, - 34.004733722000026 - ], - [ - -117.30584414999998, - 34.004733705000035 - ], - [ - -117.30584645299996, - 34.004733686000066 - ], - [ - -117.30584875699998, - 34.00473366600005 - ], - [ - -117.30585105999995, - 34.00473364700008 - ], - [ - -117.30585336499996, - 34.004733628000054 - ], - [ - -117.30585566899998, - 34.00473360900003 - ], - [ - -117.30585797099997, - 34.00473358800008 - ], - [ - -117.30586027599998, - 34.00473357000004 - ], - [ - -117.30586257899995, - 34.004733550000026 - ], - [ - -117.30586718799998, - 34.004733513000076 - ], - [ - -117.30586949199994, - 34.00473349400005 - ], - [ - -117.305874099, - 34.004733456000054 - ], - [ - -117.30587870699998, - 34.00473341700007 - ], - [ - -117.30588331299998, - 34.00473337900007 - ], - [ - -117.30588792199995, - 34.00473333900004 - ], - [ - -117.30589483199998, - 34.00473328100003 - ], - [ - -117.30589713799998, - 34.00473326400004 - ], - [ - -117.30589944099995, - 34.00473324300003 - ], - [ - -117.30596553699996, - 34.00473271000004 - ], - [ - -117.30620775299997, - 34.004202117000034 - ], - [ - -117.30654329899994, - 34.00413433600005 - ], - [ - -117.30671854399998, - 34.00392289700005 - ], - [ - -117.30706611199997, - 34.00404368200003 - ], - [ - -117.30725958999994, - 34.00411091800004 - ], - [ - -117.307413613, - 34.004252878000045 - ], - [ - -117.30792536499996, - 34.00472454800007 - ], - [ - -117.30834916699996, - 34.00435711100005 - ], - [ - -117.30859670999996, - 34.00435872400004 - ], - [ - -117.30922676699998, - 34.00436282700008 - ], - [ - -117.30997944499995, - 34.00447879400008 - ], - [ - -117.31024523199994, - 34.004634159000034 - ], - [ - -117.31045104799995, - 34.004754467000055 - ], - [ - -117.31048652599998, - 34.004754555000034 - ], - [ - -117.31364073799995, - 34.00476217600004 - ], - [ - -117.31364946599996, - 34.00509565200008 - ], - [ - -117.31364223899999, - 34.00588158000005 - ], - [ - -117.31363295099999, - 34.00649912100005 - ], - [ - -117.31364394299999, - 34.00677190500005 - ], - [ - -117.313643948, - 34.00678647900003 - ], - [ - -117.31364397299996, - 34.00685326200005 - ], - [ - -117.31364400499996, - 34.00693870500004 - ], - [ - -117.31411985999995, - 34.00705007300007 - ], - [ - -117.31472053699997, - 34.00679215400004 - ], - [ - -117.31471813699994, - 34.00659652300004 - ], - [ - -117.31471214799996, - 34.00610799100008 - ], - [ - -117.31461760999997, - 34.00539433500006 - ], - [ - -117.31522968799999, - 34.00525997300008 - ], - [ - -117.31584568099998, - 34.005647158000045 - ], - [ - -117.31584615399998, - 34.00564745500003 - ], - [ - -117.31614413199998, - 34.00583474800004 - ], - [ - -117.31655813999998, - 34.00587580300004 - ], - [ - -117.31688414599995, - 34.00590813000008 - ], - [ - -117.317100316, - 34.006046765000065 - ], - [ - -117.31747614699998, - 34.00628779300007 - ], - [ - -117.31766693199995, - 34.00623944900008 - ], - [ - -117.31783987699998, - 34.00612619000003 - ], - [ - -117.31803680999997, - 34.005997224000055 - ], - [ - -117.31957731699998, - 34.00623137900004 - ], - [ - -117.31963798399994, - 34.00628608100004 - ], - [ - -117.319894305, - 34.006517203000044 - ], - [ - -117.32021445699996, - 34.00652439000004 - ], - [ - -117.32021535699994, - 34.006524410000054 - ], - [ - -117.32029323399996, - 34.00652615800004 - ], - [ - -117.32051480899997, - 34.00653113200008 - ], - [ - -117.32058670499998, - 34.006582740000056 - ], - [ - -117.32088440599995, - 34.00679643600006 - ], - [ - -117.32091147699998, - 34.00681586800005 - ], - [ - -117.32092217799999, - 34.006823549000046 - ], - [ - -117.32093094699997, - 34.00682984400004 - ], - [ - -117.32140545899995, - 34.00704561600003 - ], - [ - -117.321900971, - 34.007045549000054 - ], - [ - -117.322383361, - 34.007045481000034 - ], - [ - -117.32238301899997, - 34.007515934000025 - ], - [ - -117.32279515999994, - 34.00767390000004 - ], - [ - -117.32332227499995, - 34.00787593000007 - ], - [ - -117.32391783399999, - 34.00810418700007 - ], - [ - -117.32431532299995, - 34.00825652900005 - ], - [ - -117.32453173099998, - 34.00833946900008 - ], - [ - -117.32448664199995, - 34.00839646400004 - ], - [ - -117.32468944699997, - 34.00839591000005 - ], - [ - -117.32511494799996, - 34.008394750000036 - ], - [ - -117.325940705, - 34.00839249200004 - ], - [ - -117.32634638599995, - 34.008391380000035 - ], - [ - -117.326365695, - 34.00839132600004 - ], - [ - -117.32673265699998, - 34.00839386000007 - ], - [ - -117.32673831899996, - 34.00884283900007 - ], - [ - -117.32673831999995, - 34.008842876000074 - ], - [ - -117.32673871399999, - 34.00925849200007 - ], - [ - -117.326739106, - 34.009670897000035 - ], - [ - -117.32673953199998, - 34.01011961900008 - ], - [ - -117.32692731399999, - 34.01004172300003 - ], - [ - -117.32713376999999, - 34.00995607900006 - ], - [ - -117.32745929999999, - 34.00982104000008 - ], - [ - -117.327716034, - 34.009714538000026 - ], - [ - -117.32805974599995, - 34.00957195500007 - ], - [ - -117.328818072, - 34.00925736800008 - ], - [ - -117.32882465999995, - 34.00860008300003 - ], - [ - -117.32882669399999, - 34.00839704800006 - ], - [ - -117.32919958199994, - 34.008398982000074 - ], - [ - -117.33089935199996, - 34.00840778700007 - ], - [ - -117.33111389199996, - 34.00840889500006 - ], - [ - -117.33111636799998, - 34.00710678400003 - ], - [ - -117.331117195, - 34.006673025000055 - ], - [ - -117.331145242, - 34.006672783000056 - ], - [ - -117.33114538299998, - 34.00659856000004 - ], - [ - -117.33142913399996, - 34.00659921000005 - ], - [ - -117.33152744899996, - 34.006599436000045 - ], - [ - -117.33268129299995, - 34.006602075000046 - ], - [ - -117.33271941199996, - 34.006602162000036 - ], - [ - -117.33383773399999, - 34.006604708000054 - ], - [ - -117.33393671799996, - 34.00660493200007 - ], - [ - -117.33409158499995, - 34.006605284000045 - ], - [ - -117.33379956899995, - 34.01327203300008 - ], - [ - -117.33519175099997, - 34.01327665700006 - ], - [ - -117.33527096199998, - 34.01318168500006 - ], - [ - -117.336196654, - 34.01207180000006 - ], - [ - -117.3366044099999, - 34.01207238500007 - ], - [ - -117.34003670499999, - 34.01207725900008 - ], - [ - -117.34006557299995, - 34.012077300000044 - ], - [ - -117.34080414299996, - 34.01207833600006 - ], - [ - -117.34139512099995, - 34.01207916200008 - ], - [ - -117.34197643999994, - 34.01207997300003 - ], - [ - -117.34207116899995, - 34.01208010400006 - ], - [ - -117.34217032, - 34.012080242000025 - ], - [ - -117.34291482999998, - 34.012081274000025 - ], - [ - -117.34291352699995, - 34.01225812000007 - ], - [ - -117.34291180999998, - 34.012490815000035 - ], - [ - -117.34296376999998, - 34.012490795000076 - ], - [ - -117.343397241, - 34.01249062000005 - ], - [ - -117.34409063199996, - 34.01249033800008 - ], - [ - -117.34428646799995, - 34.01249025800007 - ], - [ - -117.34483055299995, - 34.01248305200005 - ], - [ - -117.34498362699998, - 34.01244783300007 - ], - [ - -117.34500253599998, - 34.01244336700006 - ], - [ - -117.34542327399998, - 34.012346283000056 - ], - [ - -117.34572818599997, - 34.01227592600003 - ], - [ - -117.345894478, - 34.01223755400002 - ], - [ - -117.34618142299996, - 34.012171341000055 - ], - [ - -117.34640698199996, - 34.01211929100003 - ], - [ - -117.346630125, - 34.01206780000007 - ], - [ - -117.346850486, - 34.01201694900004 - ], - [ - -117.34706731899996, - 34.01196691300004 - ], - [ - -117.34729040399998, - 34.011915431000034 - ], - [ - -117.34750855399994, - 34.01186509100006 - ], - [ - -117.34774162399998, - 34.01181130500004 - ], - [ - -117.34781866499998, - 34.011793527000066 - ], - [ - -117.34783201599998, - 34.01179246800007 - ], - [ - -117.34802777599998, - 34.011776961000066 - ], - [ - -117.34825540699995, - 34.01175892900005 - ], - [ - -117.34848639499995, - 34.01174062800004 - ], - [ - -117.34880410899996, - 34.01171545700004 - ], - [ - -117.34887093499998, - 34.01171016200004 - ], - [ - -117.34910515399997, - 34.01185128700007 - ], - [ - -117.34932875799996, - 34.01198601400006 - ], - [ - -117.34935440099997, - 34.01203548400008 - ], - [ - -117.349474311, - 34.01226681600008 - ], - [ - -117.349567676, - 34.012446934000025 - ], - [ - -117.34965945999994, - 34.01262400600007 - ], - [ - -117.34970314599997, - 34.01270828500003 - ], - [ - -117.34974430099999, - 34.01281501400007 - ], - [ - -117.34981283199994, - 34.01299273400008 - ], - [ - -117.34988382999995, - 34.01317685400005 - ], - [ - -117.34995502299995, - 34.013361479000025 - ], - [ - -117.35002556899997, - 34.01354442400003 - ], - [ - -117.350097254, - 34.01373032600003 - ], - [ - -117.35014355399994, - 34.01385039000007 - ], - [ - -117.35015950399998, - 34.01385998300003 - ], - [ - -117.35034809299998, - 34.013973400000054 - ], - [ - -117.35053790999996, - 34.014087553000024 - ], - [ - -117.35071574699998, - 34.014194502000066 - ], - [ - -117.350763369, - 34.014223756000035 - ], - [ - -117.350602918, - 34.01444592400003 - ], - [ - -117.35054791299996, - 34.01451686400003 - ], - [ - -117.350345974, - 34.014777310000056 - ], - [ - -117.35030114399996, - 34.01475377300005 - ], - [ - -117.35030065599994, - 34.01475436700008 - ], - [ - -117.35018860199995, - 34.01489130400006 - ], - [ - -117.35010177999999, - 34.01499740600008 - ], - [ - -117.35006473099997, - 34.01504268100007 - ], - [ - -117.35003202499996, - 34.01508265000007 - ], - [ - -117.34995612699998, - 34.015174192000075 - ], - [ - -117.34984032099999, - 34.015313871000046 - ], - [ - -117.34974278199996, - 34.01543151300007 - ], - [ - -117.34971868499997, - 34.01541923900004 - ], - [ - -117.34941881299994, - 34.01526650200003 - ], - [ - -117.34916104799998, - 34.01513521000004 - ], - [ - -117.34896222199995, - 34.015033937000055 - ], - [ - -117.34866695099998, - 34.01488353800005 - ], - [ - -117.34850907499998, - 34.014803123000036 - ], - [ - -117.34791628499994, - 34.01479136300003 - ], - [ - -117.34763890699998, - 34.014980190000074 - ], - [ - -117.34719764599998, - 34.01528058200006 - ], - [ - -117.34726232099996, - 34.015350752000074 - ], - [ - -117.34732008599997, - 34.01541342400003 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "San Jose, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -121.94326641499998, - 37.46519811200005 - ], - [ - -121.94358035599998, - 37.46527583100004 - ], - [ - -121.94374515799996, - 37.46533952000004 - ], - [ - -121.94389734899994, - 37.46542074000007 - ], - [ - -121.94403396899997, - 37.465517942000076 - ], - [ - -121.94417903299995, - 37.46565814400003 - ], - [ - -121.944296797, - 37.46581371900004 - ], - [ - -121.94438472999997, - 37.46598135800008 - ], - [ - -121.94444092199996, - 37.46615746700007 - ], - [ - -121.94446423699998, - 37.466338216000054 - ], - [ - -121.94445408299998, - 37.46651974200006 - ], - [ - -121.94419397999997, - 37.467762814000025 - ], - [ - -121.94414133999999, - 37.46793403600003 - ], - [ - -121.94412521699996, - 37.46810984500007 - ], - [ - -121.94414601799997, - 37.46828536000004 - ], - [ - -121.94420315999997, - 37.46845564400007 - ], - [ - -121.944295061, - 37.46861597900005 - ], - [ - -121.94441916199997, - 37.468761907000044 - ], - [ - -121.94446500499998, - 37.468800129000044 - ], - [ - -121.94457199799996, - 37.46888933200006 - ], - [ - -121.94474931499997, - 37.468994688000066 - ], - [ - -121.94484772499999, - 37.46903488300006 - ], - [ - -121.94494613299997, - 37.469075075000035 - ], - [ - -121.94515701799997, - 37.46912822100006 - ], - [ - -121.94537606499995, - 37.46915267000003 - ], - [ - -121.94559712799997, - 37.46914772800005 - ], - [ - -121.94581408999994, - 37.46911352700005 - ], - [ - -121.94602091299998, - 37.46905101900006 - ], - [ - -121.94621176899994, - 37.468961973000035 - ], - [ - -121.94638136599997, - 37.46884881200003 - ], - [ - -121.94652499899996, - 37.46871476200005 - ], - [ - -121.94663863099998, - 37.468563525000036 - ], - [ - -121.94671910199997, - 37.46839932900008 - ], - [ - -121.94682698699995, - 37.46820050200006 - ], - [ - -121.94689477799994, - 37.468075562000024 - ], - [ - -121.94702432799994, - 37.46773828600004 - ], - [ - -121.947106196, - 37.46739164200005 - ], - [ - -121.94711633799994, - 37.467284033000055 - ], - [ - -121.94712912099999, - 37.46714839600003 - ], - [ - -121.94713934599997, - 37.46703989700006 - ], - [ - -121.94712337599998, - 37.46668738500006 - ], - [ - -121.94705850999998, - 37.46633845100007 - ], - [ - -121.94694552699997, - 37.465997413000025 - ], - [ - -121.94681481099997, - 37.46572814500007 - ], - [ - -121.94678582699999, - 37.46566844000006 - ], - [ - -121.94678269099995, - 37.465662587000054 - ], - [ - -121.94660935099995, - 37.465339124000025 - ], - [ - -121.94648270999994, - 37.46499555100007 - ], - [ - -121.94640763199999, - 37.46464250900004 - ], - [ - -121.94638516299995, - 37.464284881000026 - ], - [ - -121.94641562399994, - 37.46392760800006 - ], - [ - -121.94642311599995, - 37.46389583200005 - ], - [ - -121.94645370099994, - 37.46376610400006 - ], - [ - -121.946498594, - 37.46357568500008 - ], - [ - -121.94655604699994, - 37.46342947200003 - ], - [ - -121.94659260399999, - 37.463336441000024 - ], - [ - -121.94661701899997, - 37.46327430900004 - ], - [ - -121.94664703199999, - 37.46323149700004 - ], - [ - -121.94666140599998, - 37.463210994000065 - ], - [ - -121.94669127599997, - 37.46316838900003 - ], - [ - -121.94686346499998, - 37.46295867900005 - ], - [ - -121.947053569, - 37.462759049000056 - ], - [ - -121.94726071099996, - 37.46257047100005 - ], - [ - -121.947325681, - 37.46251645000007 - ], - [ - -121.94755337099997, - 37.46234359500005 - ], - [ - -121.94779561499996, - 37.462183811000045 - ], - [ - -121.94801143199999, - 37.46206061200007 - ], - [ - -121.94827286099996, - 37.46193950400004 - ], - [ - -121.94876183399998, - 37.46171305100006 - ], - [ - -121.94886731899999, - 37.46166419800005 - ], - [ - -121.94931676099998, - 37.46155573800007 - ], - [ - -121.94951228499997, - 37.46150857400005 - ], - [ - -121.94998467299996, - 37.461469916000055 - ], - [ - -121.95145656299997, - 37.46155578300005 - ], - [ - -121.95191983499996, - 37.46158281100003 - ], - [ - -121.95225426099995, - 37.46161715200003 - ], - [ - -121.95259878099995, - 37.461661141000036 - ], - [ - -121.95261477099996, - 37.46166318200005 - ], - [ - -121.95276237699994, - 37.46168201900008 - ], - [ - -121.95285809299997, - 37.46169423500004 - ], - [ - -121.95319601899996, - 37.46176673400004 - ], - [ - -121.95339915199997, - 37.46186103100007 - ], - [ - -121.95347370699994, - 37.46189563400003 - ], - [ - -121.95354388099997, - 37.46192820400006 - ], - [ - -121.95393349799997, - 37.46210902900003 - ], - [ - -121.95487038799996, - 37.46240890800004 - ], - [ - -121.95663032099998, - 37.46281837400005 - ], - [ - -121.95801902199997, - 37.46318454100003 - ], - [ - -121.9583922, - 37.46328087100005 - ], - [ - -121.95936184799996, - 37.463445051000065 - ], - [ - -121.96051363, - 37.46357324000007 - ], - [ - -121.96123551899996, - 37.46358483600005 - ], - [ - -121.96135739399995, - 37.46356006100007 - ], - [ - -121.96265449199996, - 37.46329614700005 - ], - [ - -121.96268430599997, - 37.46328630000005 - ], - [ - -121.96271406399995, - 37.463276431000054 - ], - [ - -121.96277296099998, - 37.46324861700003 - ], - [ - -121.96284019399997, - 37.463213902000064 - ], - [ - -121.96290735499997, - 37.46317413100007 - ], - [ - -121.96296898499997, - 37.46312614000004 - ], - [ - -121.96302856999995, - 37.46307776400005 - ], - [ - -121.96306395999994, - 37.46304177600007 - ], - [ - -121.963082682, - 37.463021215000026 - ], - [ - -121.96309567499998, - 37.463002879000044 - ], - [ - -121.96310866899995, - 37.46298454200007 - ], - [ - -121.96562781399996, - 37.462721016000046 - ], - [ - -121.96641469499997, - 37.46255803300005 - ], - [ - -121.966614231, - 37.462516719000064 - ], - [ - -121.96758036499995, - 37.462258030000044 - ], - [ - -121.96824275499995, - 37.46203861600003 - ], - [ - -121.96832041799996, - 37.46201289100003 - ], - [ - -121.96852155299996, - 37.46194626400006 - ], - [ - -121.96933225699996, - 37.46162310100004 - ], - [ - -121.96943311799998, - 37.46158288000004 - ], - [ - -121.96986306499997, - 37.46138867900004 - ], - [ - -121.97046617799998, - 37.461230460000024 - ], - [ - -121.97059401299998, - 37.461196924000035 - ], - [ - -121.97064524799998, - 37.46118348300007 - ], - [ - -121.97114677199994, - 37.46105191100003 - ], - [ - -121.97202045199998, - 37.460875464000026 - ], - [ - -121.97264076199997, - 37.46091746700006 - ], - [ - -121.974487018, - 37.461042461000034 - ], - [ - -121.97483042099998, - 37.46106568400006 - ], - [ - -121.97487186199999, - 37.46052028400004 - ], - [ - -121.974873259, - 37.46050189300007 - ], - [ - -121.97506592099995, - 37.46048516600007 - ], - [ - -121.97513036199996, - 37.46047957300004 - ], - [ - -121.97579467799994, - 37.460459092000065 - ], - [ - -121.97648077499997, - 37.460437875000025 - ], - [ - -121.97783155599996, - 37.46047132700005 - ], - [ - -121.97917613199996, - 37.46057985200008 - ], - [ - -121.98050791799994, - 37.46076280200003 - ], - [ - -121.98182052799996, - 37.46101940800003 - ], - [ - -121.98254481299995, - 37.461198972000034 - ], - [ - -121.98284060699996, - 37.461272303000044 - ], - [ - -121.98456341099995, - 37.46172400700004 - ], - [ - -121.98588057699999, - 37.46206937100004 - ], - [ - -121.99144802299998, - 37.46352882900004 - ], - [ - -121.99179217099999, - 37.46364146900004 - ], - [ - -121.99212561399997, - 37.46377301600006 - ], - [ - -121.99244672699996, - 37.463922754000066 - ], - [ - -121.99275397999997, - 37.46408999600004 - ], - [ - -121.992808675, - 37.46412249100007 - ], - [ - -121.99455847299998, - 37.46545062300004 - ], - [ - -121.99480130199998, - 37.46566265100006 - ], - [ - -121.99506208599996, - 37.46586060200008 - ], - [ - -121.99533957299997, - 37.466043598000056 - ], - [ - -121.99563245099995, - 37.46621071900006 - ], - [ - -121.99580286999998, - 37.46629722400007 - ], - [ - -121.99683779699996, - 37.46667263300003 - ], - [ - -121.997178825, - 37.466796335000026 - ], - [ - -121.997281209, - 37.46682529000003 - ], - [ - -121.99738592199998, - 37.46684849300004 - ], - [ - -121.997492379, - 37.46686579000004 - ], - [ - -121.99760012599995, - 37.46687712000005 - ], - [ - -121.99770858299996, - 37.466882465000026 - ], - [ - -121.99781720599998, - 37.466881744000034 - ], - [ - -121.99792556699998, - 37.46687500400003 - ], - [ - -121.99803302899994, - 37.466862234000075 - ], - [ - -121.99808941699996, - 37.46685304600004 - ], - [ - -122.00000756099996, - 37.466615287000025 - ], - [ - -122.014683349, - 37.464794934000054 - ], - [ - -122.01737487599996, - 37.46474630500006 - ], - [ - -122.01919839799996, - 37.46472407300007 - ], - [ - -122.02110003799999, - 37.46470084500004 - ], - [ - -122.021550231, - 37.46470501500005 - ], - [ - -122.02207950599995, - 37.46473718100003 - ], - [ - -122.02260469999999, - 37.46479871900004 - ], - [ - -122.02312325199995, - 37.46488929900005 - ], - [ - -122.02449472599994, - 37.46512040500005 - ], - [ - -122.02456048599998, - 37.46513438300008 - ], - [ - -122.02508955599995, - 37.46522937300006 - ], - [ - -122.02544313799996, - 37.465272467000034 - ], - [ - -122.02562569, - 37.46529471600007 - ], - [ - -122.026166236, - 37.46533006000004 - ], - [ - -122.02670854999997, - 37.46533530100004 - ], - [ - -122.02724998699995, - 37.46531033600007 - ], - [ - -122.027787967, - 37.46525538100008 - ], - [ - -122.03733409199998, - 37.464129684000056 - ], - [ - -122.03763376799998, - 37.46409433100007 - ], - [ - -122.037750728, - 37.46408307100006 - ], - [ - -122.03803943699995, - 37.46404364800003 - ], - [ - -122.03832399699996, - 37.46398828000008 - ], - [ - -122.038603035, - 37.46391725700005 - ], - [ - -122.03887515099996, - 37.46383082700004 - ], - [ - -122.03913909, - 37.46372953500003 - ], - [ - -122.03939345499998, - 37.46361376400006 - ], - [ - -122.03963713899998, - 37.463484168000036 - ], - [ - -122.039868206, - 37.46335596500006 - ], - [ - -122.04082339999997, - 37.46282598500005 - ], - [ - -122.04583903999998, - 37.46004293300007 - ], - [ - -122.04587330799995, - 37.45774057400007 - ], - [ - -122.04592198799998, - 37.45447102700007 - ], - [ - -122.045920836, - 37.453027150000025 - ], - [ - -122.04602515399995, - 37.45206866800004 - ], - [ - -122.04603087399994, - 37.45057541700004 - ], - [ - -122.04603473599997, - 37.44956190000005 - ], - [ - -122.04603743999996, - 37.44885561000007 - ], - [ - -122.04603807499996, - 37.44869225600007 - ], - [ - -122.04603909999997, - 37.448431364000044 - ], - [ - -122.04604887399995, - 37.44587302200006 - ], - [ - -122.04605362299998, - 37.444639177000056 - ], - [ - -122.04177902099997, - 37.44234787800008 - ], - [ - -122.04140566899997, - 37.442147755000065 - ], - [ - -122.02834550499995, - 37.435145188000035 - ], - [ - -122.02813574699996, - 37.435032715000034 - ], - [ - -122.02785136899996, - 37.43488019100005 - ], - [ - -122.02780292799997, - 37.43485422300006 - ], - [ - -122.02751042399996, - 37.43469734200005 - ], - [ - -122.02275034899998, - 37.43214437200004 - ], - [ - -122.02259856399996, - 37.432062952000024 - ], - [ - -122.01687981099997, - 37.42899529700003 - ], - [ - -122.01660496799997, - 37.42884784300003 - ], - [ - -122.01642635499996, - 37.42875202100004 - ], - [ - -122.01359276699998, - 37.42723180300004 - ], - [ - -122.01230640799997, - 37.426541633000056 - ], - [ - -122.01212539599999, - 37.426444556000035 - ], - [ - -122.01208900699999, - 37.42642501800003 - ], - [ - -122.01202772299996, - 37.42639213700005 - ], - [ - -122.01178142299995, - 37.42625996100003 - ], - [ - -122.00146518999998, - 37.42072391900007 - ], - [ - -121.99578786099994, - 37.417676519000054 - ], - [ - -121.99519064599997, - 37.417678065000075 - ], - [ - -121.99500704599996, - 37.41767854400007 - ], - [ - -121.99457076099998, - 37.41767966800006 - ], - [ - -121.99385760899997, - 37.41768151800005 - ], - [ - -121.99033197199998, - 37.41769053300004 - ], - [ - -121.99033179499997, - 37.41768366800005 - ], - [ - -121.99032298099996, - 37.417340841000055 - ], - [ - -121.98901382399998, - 37.41734270000006 - ], - [ - -121.98774722799999, - 37.41734450700005 - ], - [ - -121.98747632299995, - 37.41734487600007 - ], - [ - -121.98693192899998, - 37.417345641000054 - ], - [ - -121.98693277499996, - 37.41738811500005 - ], - [ - -121.98693560499999, - 37.417530157000044 - ], - [ - -121.98692917799997, - 37.41753019200007 - ], - [ - -121.98635679899996, - 37.41753227400005 - ], - [ - -121.98635619999999, - 37.41739120900007 - ], - [ - -121.98635493899997, - 37.417093013000056 - ], - [ - -121.98626437899998, - 37.41709500700006 - ], - [ - -121.98628093199994, - 37.41707742400007 - ], - [ - -121.98629551199997, - 37.417058790000056 - ], - [ - -121.98630797699997, - 37.41703917600006 - ], - [ - -121.98631824799998, - 37.417018788000064 - ], - [ - -121.98632623699996, - 37.416997765000076 - ], - [ - -121.98633189299994, - 37.41697624600005 - ], - [ - -121.98633516099994, - 37.41695441400003 - ], - [ - -121.98633601599994, - 37.41693245100004 - ], - [ - -121.98633448799995, - 37.416910518000066 - ], - [ - -121.98633648199996, - 37.41598600900005 - ], - [ - -121.98633002699995, - 37.415367968000055 - ], - [ - -121.98633050399997, - 37.41468279400004 - ], - [ - -121.986327669, - 37.413958223000066 - ], - [ - -121.98633507099998, - 37.412934922000034 - ], - [ - -121.98633543099999, - 37.412925623000035 - ], - [ - -121.98633478799997, - 37.41291636100004 - ], - [ - -121.98633311199995, - 37.41290715800005 - ], - [ - -121.98633043499996, - 37.41289812800005 - ], - [ - -121.98632675899995, - 37.412889316000076 - ], - [ - -121.98632211299997, - 37.41288079000003 - ], - [ - -121.986305615, - 37.41286076400007 - ], - [ - -121.98628696099996, - 37.41284200200005 - ], - [ - -121.98626626999999, - 37.41282466100006 - ], - [ - -121.98624371699998, - 37.41280887900007 - ], - [ - -121.98621947499998, - 37.41279476600005 - ], - [ - -121.98619371799998, - 37.41278245600006 - ], - [ - -121.98622668099995, - 37.41217815400006 - ], - [ - -121.98624942799995, - 37.41176119800008 - ], - [ - -121.98595865399994, - 37.411858675000076 - ], - [ - -121.98548167899997, - 37.412024864000045 - ], - [ - -121.98546388699998, - 37.41203122100006 - ], - [ - -121.98545651899997, - 37.412033853000025 - ], - [ - -121.98543136499995, - 37.41204285200007 - ], - [ - -121.98523714199996, - 37.41211315800007 - ], - [ - -121.98506068899997, - 37.41217817800003 - ], - [ - -121.98487910399996, - 37.41224623900007 - ], - [ - -121.98472391299998, - 37.412305383000046 - ], - [ - -121.98455657999995, - 37.41237008100006 - ], - [ - -121.984360112, - 37.412447419000046 - ], - [ - -121.98409278999998, - 37.41255492700003 - ], - [ - -121.98407295499999, - 37.41256301400006 - ], - [ - -121.98366987799994, - 37.41273053300006 - ], - [ - -121.98354193499995, - 37.41278470700007 - ], - [ - -121.98311271399996, - 37.412966409000035 - ], - [ - -121.98311892699996, - 37.41297576200003 - ], - [ - -121.98304162, - 37.41301095700004 - ], - [ - -121.9829480399999, - 37.413045762000024 - ], - [ - -121.98287128199996, - 37.41306859800005 - ], - [ - -121.98264760599994, - 37.41316330600006 - ], - [ - -121.98236944899998, - 37.41326014400005 - ], - [ - -121.981968769, - 37.41340103500005 - ], - [ - -121.98165163999994, - 37.41351376800003 - ], - [ - -121.98132737799995, - 37.41363009300005 - ], - [ - -121.98100456199995, - 37.41374701700005 - ], - [ - -121.980711252, - 37.41385422700006 - ], - [ - -121.98043972499994, - 37.413954251000064 - ], - [ - -121.98037485699996, - 37.41408822000005 - ], - [ - -121.980335777, - 37.414101439000035 - ], - [ - -121.98031472099996, - 37.414000577000024 - ], - [ - -121.97970834899996, - 37.414227674000074 - ], - [ - -121.97954342699995, - 37.414290132000076 - ], - [ - -121.97953963499998, - 37.414291572000025 - ], - [ - -121.97952864599995, - 37.41429574500006 - ], - [ - -121.97940893699996, - 37.41434127600007 - ], - [ - -121.97868053999997, - 37.414621691000036 - ], - [ - -121.978679479, - 37.41462210200007 - ], - [ - -121.97816539299998, - 37.41482351800005 - ], - [ - -121.977289768, - 37.415253595000024 - ], - [ - -121.97516619799995, - 37.416166479000026 - ], - [ - -121.97429071199997, - 37.41654280800003 - ], - [ - -121.97436932299996, - 37.41665938400007 - ], - [ - -121.97393885199995, - 37.416858442000034 - ], - [ - -121.973883995, - 37.41688380700003 - ], - [ - -121.97373898599994, - 37.41695086400006 - ], - [ - -121.97086632799994, - 37.41807224300004 - ], - [ - -121.97081638299994, - 37.41808885300003 - ], - [ - -121.97081420699999, - 37.41808957300003 - ], - [ - -121.97063205099994, - 37.41814739800003 - ], - [ - -121.968468826, - 37.41812942300004 - ], - [ - -121.96836164599995, - 37.41812852100003 - ], - [ - -121.96782231199995, - 37.41812403100005 - ], - [ - -121.96782117499998, - 37.418121116000066 - ], - [ - -121.96782073099996, - 37.41812005700007 - ], - [ - -121.96776154199995, - 37.41797999000005 - ], - [ - -121.96776025199995, - 37.41797694100006 - ], - [ - -121.96775883, - 37.417974033000064 - ], - [ - -121.96769079699999, - 37.417835241000034 - ], - [ - -121.96769032999998, - 37.41783438200008 - ], - [ - -121.96761453799996, - 37.417699139000035 - ], - [ - -121.96761296799997, - 37.41769633800004 - ], - [ - -121.967611133, - 37.41769343900006 - ], - [ - -121.96752772999997, - 37.417561790000036 - ], - [ - -121.96752694099996, - 37.41756054700005 - ], - [ - -121.96743461799997, - 37.41743057700006 - ], - [ - -121.96743290899997, - 37.417428174000065 - ], - [ - -121.96743076799999, - 37.417425467000044 - ], - [ - -121.96733258599994, - 37.41730140900006 - ], - [ - -121.96733108999996, - 37.41729951900004 - ], - [ - -121.96732870899996, - 37.41729671200005 - ], - [ - -121.96729494699997, - 37.41725691800008 - ], - [ - -121.96696933099997, - 37.41688868400007 - ], - [ - -121.96659677699995, - 37.41646683400006 - ], - [ - -121.96627980599999, - 37.416105929000025 - ], - [ - -121.96622068599999, - 37.41603863900008 - ], - [ - -121.96654662099996, - 37.41569171900005 - ], - [ - -121.96663485199997, - 37.41564861300003 - ], - [ - -121.96640289199996, - 37.41524269800004 - ], - [ - -121.96616750399994, - 37.415116494000074 - ], - [ - -121.965925358, - 37.41498664400007 - ], - [ - -121.96482789399994, - 37.41426322600006 - ], - [ - -121.964651442, - 37.41427387700003 - ], - [ - -121.96188875999997, - 37.411191820000056 - ], - [ - -121.96139810899996, - 37.411150390000046 - ], - [ - -121.96094954799997, - 37.41064230300003 - ], - [ - -121.96087028199997, - 37.41056269500007 - ], - [ - -121.96078931499994, - 37.410484206000035 - ], - [ - -121.96070659399999, - 37.41040683800003 - ], - [ - -121.96062222999996, - 37.41033065800008 - ], - [ - -121.96053619599996, - 37.41025566600007 - ], - [ - -121.96044855099996, - 37.41018186200006 - ], - [ - -121.96036267699998, - 37.41011206400003 - ], - [ - -121.96035929399994, - 37.41010929000004 - ], - [ - -121.96034973699994, - 37.410101901000075 - ], - [ - -121.96026993299995, - 37.41004015400006 - ], - [ - -121.96019009999998, - 37.40997840500006 - ], - [ - -121.960144303, - 37.409949150000045 - ], - [ - -121.96007514399997, - 37.40990494000005 - ], - [ - -121.960066542, - 37.40989943900007 - ], - [ - -121.95998686799999, - 37.40985167500003 - ], - [ - -121.95998524099997, - 37.409850712000036 - ], - [ - -121.95990287399997, - 37.40980311800007 - ], - [ - -121.95981946599994, - 37.40975668200008 - ], - [ - -121.959735105, - 37.40971142500007 - ], - [ - -121.95964973599996, - 37.40966732600003 - ], - [ - -121.95956341399994, - 37.40962442800003 - ], - [ - -121.95947616899997, - 37.40958275600008 - ], - [ - -121.95938802899997, - 37.409542283000064 - ], - [ - -121.95929902399996, - 37.40950305900003 - ], - [ - -121.95920915499994, - 37.409465057000034 - ], - [ - -121.95911847599996, - 37.40942832600007 - ], - [ - -121.95902701999995, - 37.40939286200006 - ], - [ - -121.95893478599999, - 37.40935869000003 - ], - [ - -121.95876317299997, - 37.409299160000046 - ], - [ - -121.95825049599995, - 37.40914734100005 - ], - [ - -121.95786282399996, - 37.40902534800006 - ], - [ - -121.95746718199996, - 37.40890659000007 - ], - [ - -121.956600219, - 37.408646341000065 - ], - [ - -121.95645092599995, - 37.408584836000045 - ], - [ - -121.9562512, - 37.40849902900004 - ], - [ - -121.95605339899998, - 37.408410382000056 - ], - [ - -121.95585752599999, - 37.40831905500005 - ], - [ - -121.95569616799997, - 37.40824073700003 - ], - [ - -121.95566372399998, - 37.40822497900007 - ], - [ - -121.95563410999995, - 37.40821026200007 - ], - [ - -121.955604527, - 37.40819552200003 - ], - [ - -121.95527008099998, - 37.40801412600007 - ], - [ - -121.95526599199997, - 37.40801191000003 - ], - [ - -121.95526190299995, - 37.40800969500003 - ], - [ - -121.95504749899999, - 37.407887697000035 - ], - [ - -121.95483576599997, - 37.40776268800005 - ], - [ - -121.95462681599997, - 37.40763478400004 - ], - [ - -121.954433269, - 37.40754926400007 - ], - [ - -121.95410598399997, - 37.40705741000005 - ], - [ - -121.95402736499994, - 37.40704144700004 - ], - [ - -121.95401702299995, - 37.407039334000046 - ], - [ - -121.95400665199998, - 37.40703721600005 - ], - [ - -121.95387920399997, - 37.407011305000026 - ], - [ - -121.95382956599997, - 37.40700118400008 - ], - [ - -121.95369910899996, - 37.406900301000064 - ], - [ - -121.95357076999994, - 37.40679767200004 - ], - [ - -121.95343914299997, - 37.406688288000055 - ], - [ - -121.953356628, - 37.406616566000025 - ], - [ - -121.95335300599999, - 37.40661329100004 - ], - [ - -121.95327569899996, - 37.40654370300007 - ], - [ - -121.95319638299998, - 37.406469720000075 - ], - [ - -121.95311868199997, - 37.406394642000066 - ], - [ - -121.95282703199996, - 37.40605243500005 - ], - [ - -121.95241710699997, - 37.40557142000006 - ], - [ - -121.95226843599994, - 37.40539698500004 - ], - [ - -121.95226758599995, - 37.40539601100005 - ], - [ - -121.95247661399998, - 37.40529851100007 - ], - [ - -121.95231797899999, - 37.40495690900008 - ], - [ - -121.95230380599997, - 37.404930370000045 - ], - [ - -121.95228513299998, - 37.404905652000025 - ], - [ - -121.95226231599997, - 37.40488327400004 - ], - [ - -121.95223579599997, - 37.40486366400006 - ], - [ - -121.95220609299997, - 37.404847208000035 - ], - [ - -121.95217569299996, - 37.40483023400003 - ], - [ - -121.95214875499994, - 37.404809897000064 - ], - [ - -121.95212580699996, - 37.40478662900006 - ], - [ - -121.95210738699996, - 37.40476092200004 - ], - [ - -121.95203398599995, - 37.404661350000026 - ], - [ - -121.95195764599998, - 37.40455779600006 - ], - [ - -121.951766567, - 37.40437804900006 - ], - [ - -121.95161470199997, - 37.40423821700006 - ], - [ - -121.95149077599996, - 37.40408185500007 - ], - [ - -121.95142625799997, - 37.404001304000076 - ], - [ - -121.95134650999995, - 37.403929969000046 - ], - [ - -121.95125354799995, - 37.40386964700008 - ], - [ - -121.95115776999995, - 37.40383097700004 - ], - [ - -121.95109111099998, - 37.40380406400004 - ], - [ - -121.95103136799997, - 37.40378287800007 - ], - [ - -121.95095906799997, - 37.40375723900007 - ], - [ - -121.95091370899996, - 37.403732439000066 - ], - [ - -121.95070991799997, - 37.40362096700005 - ], - [ - -121.95069863699996, - 37.40361478800003 - ], - [ - -121.95051244799998, - 37.40351294200008 - ], - [ - -121.95035260599997, - 37.40348667300003 - ], - [ - -121.95017165599995, - 37.40342099500003 - ], - [ - -121.950003703, - 37.403336112000034 - ], - [ - -121.94964295899996, - 37.40310320300006 - ], - [ - -121.94940056399997, - 37.40291398800008 - ], - [ - -121.94931319699998, - 37.402840524000055 - ], - [ - -121.94920353999998, - 37.40274554700005 - ], - [ - -121.94908923799994, - 37.40263342700007 - ], - [ - -121.94893870799996, - 37.40243230500005 - ], - [ - -121.94875840099996, - 37.40225219300004 - ], - [ - -121.94858287099999, - 37.402096104000066 - ], - [ - -121.94838963199999, - 37.401916150000034 - ], - [ - -121.94822797399996, - 37.40180805500006 - ], - [ - -121.94795370499997, - 37.40164469200005 - ], - [ - -121.94782186099997, - 37.401582387000076 - ], - [ - -121.94738439699995, - 37.401393290000044 - ], - [ - -121.94695774999997, - 37.401189112000054 - ], - [ - -121.94691610799998, - 37.40117087800007 - ], - [ - -121.94687202199998, - 37.401156773000025 - ], - [ - -121.94682612699995, - 37.401146992000065 - ], - [ - -121.94611543899998, - 37.401051378000034 - ], - [ - -121.94599380499994, - 37.401030148000075 - ], - [ - -121.945976251, - 37.40104533400006 - ], - [ - -121.94568922099995, - 37.400974388000066 - ], - [ - -121.94547975599994, - 37.40082839200005 - ], - [ - -121.94536378499998, - 37.40080480200004 - ], - [ - -121.94491924699997, - 37.40075209400004 - ], - [ - -121.94447182999994, - 37.40071818700005 - ], - [ - -121.94442351899994, - 37.40071850700008 - ], - [ - -121.94437586699996, - 37.400724713000045 - ], - [ - -121.94432993299995, - 37.40073669000003 - ], - [ - -121.94428686199996, - 37.40075414700004 - ], - [ - -121.94405664699997, - 37.400851002000024 - ], - [ - -121.94381339199998, - 37.40092491000007 - ], - [ - -121.94357643299998, - 37.40096829500004 - ], - [ - -121.94333393499994, - 37.40098201600006 - ], - [ - -121.94309169199994, - 37.400965745000065 - ], - [ - -121.94285550199999, - 37.40091984900005 - ], - [ - -121.94255604399996, - 37.40082483100008 - ], - [ - -121.94227373299998, - 37.40070085200006 - ], - [ - -121.94201290499996, - 37.40054984900007 - ], - [ - -121.94194245699998, - 37.40049582600005 - ], - [ - -121.94188301799994, - 37.40043392900003 - ], - [ - -121.94183593399998, - 37.400365632000046 - ], - [ - -121.94180229999995, - 37.400292455000056 - ], - [ - -121.94178283499997, - 37.40021605800007 - ], - [ - -121.94176718499995, - 37.400152983000055 - ], - [ - -121.94174050599997, - 37.40009231000005 - ], - [ - -121.94170339599998, - 37.40003524300005 - ], - [ - -121.94166591499999, - 37.399978205000025 - ], - [ - -121.94163826399995, - 37.39991770300003 - ], - [ - -121.94162095299998, - 37.39985478600005 - ], - [ - -121.94161429199994, - 37.399790616000075 - ], - [ - -121.94162468899998, - 37.399537096000074 - ], - [ - -121.94166605299995, - 37.39928557700006 - ], - [ - -121.94173800199997, - 37.39903848900008 - ], - [ - -121.94183983399995, - 37.398798198000065 - ], - [ - -121.94185932699997, - 37.398748287000046 - ], - [ - -121.94186946099995, - 37.39869663700006 - ], - [ - -121.94187008699998, - 37.398644373000025 - ], - [ - -121.94186116999998, - 37.39859259100007 - ], - [ - -121.94184933099996, - 37.39852784300007 - ], - [ - -121.94184806899995, - 37.39846240600008 - ], - [ - -121.94185739999995, - 37.39839740900004 - ], - [ - -121.94187490299998, - 37.39825790900005 - ], - [ - -121.94186468299995, - 37.398117925000065 - ], - [ - -121.94185668999995, - 37.39804573600003 - ], - [ - -121.941857643, - 37.39797325600006 - ], - [ - -121.94185925499994, - 37.397677980000026 - ], - [ - -121.94226471299999, - 37.397422533000054 - ], - [ - -121.94222615599995, - 37.39742570800007 - ], - [ - -121.94213318099997, - 37.397418885000036 - ], - [ - -121.94187317799998, - 37.397260937000055 - ], - [ - -121.94161804799995, - 37.39691839000005 - ], - [ - -121.94146566499995, - 37.396859971000026 - ], - [ - -121.94103594399996, - 37.39669513300004 - ], - [ - -121.94094202699995, - 37.39655466700003 - ], - [ - -121.940760007, - 37.395861325000055 - ], - [ - -121.94061916499999, - 37.395496954000066 - ], - [ - -121.94044271099995, - 37.39527917200007 - ], - [ - -121.94026247699998, - 37.39500231200003 - ], - [ - -121.94007930899994, - 37.394573224000055 - ], - [ - -121.93995921399994, - 37.39411802200004 - ], - [ - -121.93986664999994, - 37.393440473000055 - ], - [ - -121.93977765799997, - 37.392534529000045 - ], - [ - -121.93969166799997, - 37.39178713100006 - ], - [ - -121.939632873, - 37.391210638000075 - ], - [ - -121.93954691599998, - 37.39087550900007 - ], - [ - -121.93943003799995, - 37.39058514300007 - ], - [ - -121.93928153799999, - 37.39030470900008 - ], - [ - -121.93909951699999, - 37.39000720000007 - ], - [ - -121.93893898199997, - 37.39008912500003 - ], - [ - -121.93887544199998, - 37.39004616200003 - ], - [ - -121.93866591099999, - 37.38975903800008 - ], - [ - -121.93854770499996, - 37.389170156000034 - ], - [ - -121.93832450699995, - 37.38891794700004 - ], - [ - -121.93803262399996, - 37.388662184000054 - ], - [ - -121.93770970199995, - 37.38841231600003 - ], - [ - -121.93770424299998, - 37.38840836800006 - ], - [ - -121.937700437, - 37.388405617000046 - ], - [ - -121.93735173599998, - 37.388153395000074 - ], - [ - -121.93730284799994, - 37.38811801800006 - ], - [ - -121.93692026899998, - 37.387935672000026 - ], - [ - -121.93655377199997, - 37.387664682000036 - ], - [ - -121.93635728199996, - 37.38746849700004 - ], - [ - -121.93618540399996, - 37.38729759900008 - ], - [ - -121.93601167899999, - 37.387030656000036 - ], - [ - -121.93591918599998, - 37.38681396800007 - ], - [ - -121.93585847399999, - 37.38657766400007 - ], - [ - -121.93582216399994, - 37.38636028800005 - ], - [ - -121.93563942199995, - 37.38495722300007 - ], - [ - -121.93563632299998, - 37.38490342400007 - ], - [ - -121.93563720499998, - 37.38480903800007 - ], - [ - -121.93564646199997, - 37.38471161900003 - ], - [ - -121.93566428199995, - 37.38461494200004 - ], - [ - -121.93569044299994, - 37.38451949200004 - ], - [ - -121.93572489999997, - 37.38442579500003 - ], - [ - -121.93576748599997, - 37.384334170000045 - ], - [ - -121.93581798099996, - 37.38424515100007 - ], - [ - -121.93587607999996, - 37.38415915400003 - ], - [ - -121.93598955699997, - 37.383993506000024 - ], - [ - -121.93614439899994, - 37.38383829300005 - ], - [ - -121.93640140099996, - 37.383643488000075 - ], - [ - -121.93665787499998, - 37.38342131200005 - ], - [ - -121.937042766, - 37.38309902200007 - ], - [ - -121.93739409099999, - 37.382815460000074 - ], - [ - -121.93767072799994, - 37.38257113000003 - ], - [ - -121.93782426699994, - 37.38241705200005 - ], - [ - -121.93788233999999, - 37.382364220000056 - ], - [ - -121.93793719699994, - 37.38230673400005 - ], - [ - -121.93798689199997, - 37.38224638200006 - ], - [ - -121.938031202, - 37.38218337200004 - ], - [ - -121.93806987299996, - 37.38211807300007 - ], - [ - -121.93810273999998, - 37.382050786000036 - ], - [ - -121.93812963699997, - 37.38198181000007 - ], - [ - -121.93815048699997, - 37.381911556000034 - ], - [ - -121.93816508999998, - 37.38184025800007 - ], - [ - -121.93817348799996, - 37.38176835000007 - ], - [ - -121.93817553799994, - 37.38169613100007 - ], - [ - -121.93817125099997, - 37.38162398700007 - ], - [ - -121.93815462199996, - 37.38151116000006 - ], - [ - -121.93812435899997, - 37.38136368700003 - ], - [ - -121.93796640099998, - 37.38078309800005 - ], - [ - -121.93848814699999, - 37.38042476700008 - ], - [ - -121.93849030999996, - 37.38042835600004 - ], - [ - -121.938632838, - 37.380331409000064 - ], - [ - -121.93892716499994, - 37.38012748700004 - ], - [ - -121.93907570099998, - 37.38001648000005 - ], - [ - -121.93929981999997, - 37.37984896900008 - ], - [ - -121.93982186, - 37.379415754000036 - ], - [ - -121.94008640199996, - 37.379192327000055 - ], - [ - -121.94022957599998, - 37.37907856800007 - ], - [ - -121.940251951, - 37.37906076000007 - ], - [ - -121.94039399099995, - 37.37894333000003 - ], - [ - -121.94045009399997, - 37.37889416000007 - ], - [ - -121.94050535799994, - 37.37884458800005 - ], - [ - -121.94055969099998, - 37.37879445600004 - ], - [ - -121.94061332799998, - 37.37874382800004 - ], - [ - -121.94063208199998, - 37.37872576600006 - ], - [ - -121.94074936599998, - 37.37860518300005 - ], - [ - -121.94077134799994, - 37.37858361900004 - ], - [ - -121.940774063, - 37.378580957000054 - ], - [ - -121.94077528399998, - 37.378579924000064 - ], - [ - -121.94083469599997, - 37.37852974800006 - ], - [ - -121.94090066299998, - 37.378484409000066 - ], - [ - -121.94090204399998, - 37.378483463000066 - ], - [ - -121.94090355499998, - 37.378482622000035 - ], - [ - -121.94097477099996, - 37.37844310300005 - ], - [ - -121.94105077399996, - 37.37840959700003 - ], - [ - -121.94105230899999, - 37.37840892100007 - ], - [ - -121.94105402899999, - 37.37840833700005 - ], - [ - -121.94113316499994, - 37.37838151300008 - ], - [ - -121.94113430899995, - 37.37838116700004 - ], - [ - -121.94120877699999, - 37.37836249000003 - ], - [ - -121.94131475999995, - 37.37834008200008 - ], - [ - -121.94142182799999, - 37.37831743300006 - ], - [ - -121.94167424099999, - 37.37825955400007 - ], - [ - -121.941813793, - 37.378222840000035 - ], - [ - -121.94196928799994, - 37.378174072000036 - ], - [ - -121.94213152799995, - 37.37811357000004 - ], - [ - -121.94214633899998, - 37.37810663500005 - ], - [ - -121.94232663999998, - 37.37802196900003 - ], - [ - -121.942449625, - 37.37795174000007 - ], - [ - -121.94257707499997, - 37.37786921000003 - ], - [ - -121.94260209, - 37.37785299500007 - ], - [ - -121.94270625999997, - 37.37777697700005 - ], - [ - -121.94285868599997, - 37.37766886900005 - ], - [ - -121.94300425899996, - 37.37756438100007 - ], - [ - -121.94304388199998, - 37.377538085000026 - ], - [ - -121.94304485899994, - 37.37753743600007 - ], - [ - -121.94304606299994, - 37.377536715000076 - ], - [ - -121.94306263299995, - 37.37752689100006 - ], - [ - -121.94310931999996, - 37.37750241300006 - ], - [ - -121.943111236, - 37.37750140900005 - ], - [ - -121.94311258299996, - 37.37750084700008 - ], - [ - -121.94318176299998, - 37.37747204500005 - ], - [ - -121.94318292499997, - 37.377471643000035 - ], - [ - -121.94325546799996, - 37.377449555000055 - ], - [ - -121.943256986, - 37.37744909300005 - ], - [ - -121.94325832799996, - 37.377448822000076 - ], - [ - -121.94333382599996, - 37.377433557000074 - ], - [ - -121.94333569099996, - 37.37743328800008 - ], - [ - -121.94341243199995, - 37.37742517000004 - ], - [ - -121.943413927, - 37.37742501300005 - ], - [ - -121.94341512099999, - 37.37742499700005 - ], - [ - -121.94349293299996, - 37.37742404000005 - ], - [ - -121.94349533499997, - 37.37742413900003 - ], - [ - -121.94357229099995, - 37.377430358000026 - ], - [ - -121.94357359599996, - 37.37743046300005 - ], - [ - -121.94357497599998, - 37.37743068100008 - ], - [ - -121.94362298899995, - 37.37743827600008 - ], - [ - -121.94453395499994, - 37.377610246000074 - ], - [ - -121.94476892499995, - 37.377654619000054 - ], - [ - -121.94498776199998, - 37.377696994000075 - ], - [ - -121.94544080199995, - 37.37778690700003 - ], - [ - -121.947656398, - 37.378226667000035 - ], - [ - -121.94721117499995, - 37.37753832200008 - ], - [ - -121.947177792, - 37.377474918000075 - ], - [ - -121.94697877799996, - 37.37709675900004 - ], - [ - -121.94681404499994, - 37.376767734000055 - ], - [ - -121.94676679799994, - 37.37666954700006 - ], - [ - -121.94675385699998, - 37.37664267400004 - ], - [ - -121.946657131, - 37.37643648300008 - ], - [ - -121.94650723299998, - 37.37610308700005 - ], - [ - -121.94636435099994, - 37.375767635000045 - ], - [ - -121.94622886399998, - 37.37543032800005 - ], - [ - -121.94590898799999, - 37.37444746500006 - ], - [ - -121.94575494199995, - 37.373940979000054 - ], - [ - -121.94574982699999, - 37.373924217000024 - ], - [ - -121.94441361199995, - 37.37366756200004 - ], - [ - -121.94326119099998, - 37.37349975400008 - ], - [ - -121.94321834299996, - 37.37349387300003 - ], - [ - -121.9415739, - 37.37326817300004 - ], - [ - -121.94153102399997, - 37.37326229100006 - ], - [ - -121.93844508899997, - 37.372836119000056 - ], - [ - -121.93826512199996, - 37.37281111100003 - ], - [ - -121.93741098399994, - 37.372692554000025 - ], - [ - -121.936809601, - 37.37260905200003 - ], - [ - -121.93559079099998, - 37.372439831000065 - ], - [ - -121.9355392, - 37.37243268000003 - ], - [ - -121.93553370599994, - 37.37243185500006 - ], - [ - -121.93550053799999, - 37.37242669900007 - ], - [ - -121.93549544599995, - 37.372425915000065 - ], - [ - -121.93545191099997, - 37.37241857200007 - ], - [ - -121.93540853599995, - 37.37241063500005 - ], - [ - -121.93536532199994, - 37.37240207600007 - ], - [ - -121.93532232499996, - 37.372392898000044 - ], - [ - -121.93527951799996, - 37.372383144000025 - ], - [ - -121.93523695799996, - 37.37237281500006 - ], - [ - -121.93519461499994, - 37.37236186600006 - ], - [ - -121.93515251899998, - 37.37235034100007 - ], - [ - -121.93511067099996, - 37.37233824100008 - ], - [ - -121.93506909799999, - 37.372325541000066 - ], - [ - -121.93504353699996, - 37.37231772800004 - ], - [ - -121.93516679099997, - 37.37218558700005 - ], - [ - -121.93519169299998, - 37.37219340900003 - ], - [ - -121.93523263799995, - 37.37220625200007 - ], - [ - -121.93527385899995, - 37.37221852000005 - ], - [ - -121.93531535499994, - 37.37223021300008 - ], - [ - -121.93533812899994, - 37.372236275000034 - ], - [ - -121.93535706999995, - 37.372241329000076 - ], - [ - -121.93539905999995, - 37.37225187100006 - ], - [ - -121.93544123999999, - 37.37226181600005 - ], - [ - -121.93548366699997, - 37.372271185000045 - ], - [ - -121.93552625499996, - 37.372279957000046 - ], - [ - -121.93556905999998, - 37.37228813100006 - ], - [ - -121.93561355099996, - 37.372295965000035 - ], - [ - -121.935656285, - 37.37230182700006 - ], - [ - -121.93630190199997, - 37.37239047000003 - ], - [ - -121.93644815899995, - 37.37241053900004 - ], - [ - -121.93698366999996, - 37.37248406900005 - ], - [ - -121.93784916699997, - 37.37260287700008 - ], - [ - -121.93788911099995, - 37.372608340000056 - ], - [ - -121.93826220299997, - 37.372659569000064 - ], - [ - -121.93836012099996, - 37.37267304000005 - ], - [ - -121.937054392, - 37.37016161400004 - ], - [ - -121.93592134599999, - 37.365982520000045 - ], - [ - -121.93605903099996, - 37.36583486400008 - ], - [ - -121.93606370199996, - 37.36583915600005 - ], - [ - -121.94129652199996, - 37.37065181500003 - ], - [ - -121.94129501599997, - 37.37005416900007 - ], - [ - -121.94127885599994, - 37.36991080200005 - ], - [ - -121.94127735199999, - 37.36988346700008 - ], - [ - -121.94127627899996, - 37.36985608100008 - ], - [ - -121.94127572199994, - 37.369828711000025 - ], - [ - -121.94126861899997, - 37.36707234600004 - ], - [ - -121.94126832599994, - 37.36695760200007 - ], - [ - -121.94127062499996, - 37.366926627000055 - ], - [ - -121.94089210899995, - 37.36692736500004 - ], - [ - -121.94089099699994, - 37.366562077000026 - ], - [ - -121.94088830199996, - 37.36647888300007 - ], - [ - -121.94082610299995, - 37.36647164900006 - ], - [ - -121.94082492999996, - 37.366471500000046 - ], - [ - -121.94071785299997, - 37.36645337400006 - ], - [ - -121.94071567099996, - 37.36645300400005 - ], - [ - -121.94071339099997, - 37.36645246000006 - ], - [ - -121.94060956599998, - 37.36642767700005 - ], - [ - -121.940608022, - 37.36642726600007 - ], - [ - -121.94050637, - 37.36639559100007 - ], - [ - -121.94050447799998, - 37.36639500100006 - ], - [ - -121.94050237799996, - 37.36639418500005 - ], - [ - -121.940405463, - 37.36635645400003 - ], - [ - -121.94040437999996, - 37.36635603800005 - ], - [ - -121.94040312399994, - 37.36635546500003 - ], - [ - -121.94030942999996, - 37.36631110500008 - ], - [ - -121.94030792099994, - 37.366310389000034 - ], - [ - -121.94030610599998, - 37.36630936300003 - ], - [ - -121.94021838999998, - 37.36625969700003 - ], - [ - -121.94021676899996, - 37.36625877800003 - ], - [ - -121.94021564599996, - 37.366258025000036 - ], - [ - -121.94013227099998, - 37.36620213300006 - ], - [ - -121.94013118999999, - 37.36620140800005 - ], - [ - -121.94012980899998, - 37.36620031800004 - ], - [ - -121.94005333999996, - 37.36613991400003 - ], - [ - -121.94005175299998, - 37.36613866000005 - ], - [ - -121.94005058099998, - 37.366137570000035 - ], - [ - -121.93997964899995, - 37.36607156700006 - ], - [ - -121.93997810099995, - 37.36606997300004 - ], - [ - -121.93991477599997, - 37.366000273000054 - ], - [ - -121.93991338599994, - 37.36599873900008 - ], - [ - -121.93991230599994, - 37.365997323000045 - ], - [ - -121.93985565399998, - 37.365922873000045 - ], - [ - -121.93985497299997, - 37.36592186000007 - ], - [ - -121.93980640199999, - 37.365844432000074 - ], - [ - -121.93980533899997, - 37.36584273300008 - ], - [ - -121.93980449099996, - 37.36584105500003 - ], - [ - -121.93976386199995, - 37.36576049400003 - ], - [ - -121.93973115899996, - 37.36567652300005 - ], - [ - -121.93973048499998, - 37.36567479000007 - ], - [ - -121.93972997299994, - 37.36567295800006 - ], - [ - -121.93970633499998, - 37.36558834200008 - ], - [ - -121.93970609699994, - 37.36558735600005 - ], - [ - -121.939691101, - 37.365501024000025 - ], - [ - -121.93969081699998, - 37.36549936900008 - ], - [ - -121.939690682, - 37.36549749000005 - ], - [ - -121.93968461499998, - 37.365411420000044 - ], - [ - -121.939684538, - 37.36541028100004 - ], - [ - -121.93968733099996, - 37.36532260300004 - ], - [ - -121.93968737899996, - 37.365321135000045 - ], - [ - -121.93968899599997, - 37.365303751000056 - ], - [ - -121.93969004399997, - 37.36529417100007 - ], - [ - -121.93970196899994, - 37.36518971500004 - ], - [ - -121.939707162, - 37.365118550000034 - ], - [ - -121.93970726999999, - 37.36511704600008 - ], - [ - -121.93970555499999, - 37.365028050000035 - ], - [ - -121.93970552299999, - 37.36502642800008 - ], - [ - -121.93970530399997, - 37.365024618000064 - ], - [ - -121.93969459899995, - 37.36493679700004 - ], - [ - -121.93969445799996, - 37.364935898000056 - ], - [ - -121.93967475499994, - 37.36484879300008 - ], - [ - -121.93967436099996, - 37.36484705700008 - ], - [ - -121.93967378099995, - 37.364845314000036 - ], - [ - -121.93964515199997, - 37.36475948700007 - ], - [ - -121.93960787299994, - 37.36467583600006 - ], - [ - -121.93960709999999, - 37.36467410600005 - ], - [ - -121.939606229, - 37.36467256200007 - ], - [ - -121.93956077299998, - 37.36459204800008 - ], - [ - -121.93955987699997, - 37.364590650000025 - ], - [ - -121.93950661399998, - 37.36451374200004 - ], - [ - -121.93950552599995, - 37.364512174000026 - ], - [ - -121.93950449399995, - 37.364510933000076 - ], - [ - -121.93944339299998, - 37.36443755300007 - ], - [ - -121.93944268099995, - 37.364436702000035 - ], - [ - -121.93944157499999, - 37.364435581000066 - ], - [ - -121.93937355299994, - 37.364366794000034 - ], - [ - -121.93937233899999, - 37.36436556600006 - ], - [ - -121.93936717999998, - 37.36436079200007 - ], - [ - -121.93921261999998, - 37.36421862000003 - ], - [ - -121.938323546, - 37.36340070800003 - ], - [ - -121.93826905999998, - 37.36346485200005 - ], - [ - -121.93817182699996, - 37.36337459900005 - ], - [ - -121.93785903399998, - 37.36309553800004 - ], - [ - -121.936978249, - 37.362285206000024 - ], - [ - -121.93670021899999, - 37.362032957000054 - ], - [ - -121.93407689199995, - 37.35959424600003 - ], - [ - -121.93418036899999, - 37.35958899800005 - ], - [ - -121.93332789599998, - 37.35880466200007 - ], - [ - -121.93326743999995, - 37.35874897700006 - ], - [ - -121.933053514, - 37.35854839900003 - ], - [ - -121.932205668, - 37.35776642500008 - ], - [ - -121.93217726499995, - 37.35774022000004 - ], - [ - -121.93212749399999, - 37.357694339000034 - ], - [ - -121.93182772799997, - 37.35741785100004 - ], - [ - -121.93212816099998, - 37.35701266900003 - ], - [ - -121.93212844499999, - 37.35671635500006 - ], - [ - -121.93212852599999, - 37.356653315000074 - ], - [ - -121.93217578099996, - 37.35636164700003 - ], - [ - -121.93212885599996, - 37.35633770900006 - ], - [ - -121.93157571799998, - 37.35605554500006 - ], - [ - -121.93212990499995, - 37.35533555200004 - ], - [ - -121.93235128499998, - 37.35504793300004 - ], - [ - -121.93264743699996, - 37.35519319100007 - ], - [ - -121.933393551, - 37.355104023000024 - ], - [ - -121.933521451, - 37.35436954700003 - ], - [ - -121.93321247799997, - 37.35421799400007 - ], - [ - -121.93366297999995, - 37.35363270600004 - ], - [ - -121.93213247199998, - 37.35288239500005 - ], - [ - -121.93213227299998, - 37.35281346200003 - ], - [ - -121.93213254799997, - 37.352560090000054 - ], - [ - -121.93213263399997, - 37.352462830000036 - ], - [ - -121.93213265699995, - 37.35245211700004 - ], - [ - -121.932133535, - 37.351542162000044 - ], - [ - -121.932133696, - 37.35138904900003 - ], - [ - -121.93213391399996, - 37.35117301200006 - ], - [ - -121.93213478699994, - 37.350273290000075 - ], - [ - -121.93212823399995, - 37.34961668100004 - ], - [ - -121.932124365, - 37.34955692900007 - ], - [ - -121.93212049899995, - 37.34949717100005 - ], - [ - -121.93207412899994, - 37.34947524100005 - ], - [ - -121.93188810099997, - 37.349382383000034 - ], - [ - -121.93170469599994, - 37.34929006600004 - ], - [ - -121.93147912399996, - 37.349175830000036 - ], - [ - -121.93127107799995, - 37.34907097100006 - ], - [ - -121.93102116699998, - 37.34894643400003 - ], - [ - -121.930810464, - 37.34884199600003 - ], - [ - -121.93074851299997, - 37.34881095800006 - ], - [ - -121.93070936099997, - 37.348787698000024 - ], - [ - -121.93067192299998, - 37.348762657000066 - ], - [ - -121.93063634499998, - 37.348735943000065 - ], - [ - -121.93052384299995, - 37.348650907000035 - ], - [ - -121.93031560699995, - 37.34849250900004 - ], - [ - -121.93013617999998, - 37.348357657000065 - ], - [ - -121.92988158199995, - 37.34816924300003 - ], - [ - -121.92979245199996, - 37.34810237000005 - ], - [ - -121.92975241599999, - 37.348071864000076 - ], - [ - -121.92971012599997, - 37.348043380000036 - ], - [ - -121.92977441899995, - 37.347979647000045 - ], - [ - -121.930128003, - 37.34752323500004 - ], - [ - -121.93013665099994, - 37.347512074000065 - ], - [ - -121.93051728699999, - 37.34702074300003 - ], - [ - -121.93089654699997, - 37.34653121400004 - ], - [ - -121.93113451, - 37.346224033000055 - ], - [ - -121.93120394599998, - 37.346243472000026 - ], - [ - -121.93125896, - 37.346259332000045 - ], - [ - -121.93128300199999, - 37.34620784500004 - ], - [ - -121.93146666499996, - 37.345793308000054 - ], - [ - -121.93150866099995, - 37.34570320500006 - ], - [ - -121.931455331, - 37.34568782600007 - ], - [ - -121.93143563499996, - 37.34568214500007 - ], - [ - -121.93197389399995, - 37.344467371000064 - ], - [ - -121.93151651199997, - 37.344336809000026 - ], - [ - -121.93158103199994, - 37.34420875300003 - ], - [ - -121.93159146399995, - 37.34418765800007 - ], - [ - -121.93188175799997, - 37.34360021300006 - ], - [ - -121.93198023199994, - 37.34340092000008 - ], - [ - -121.93202753699995, - 37.34329772600006 - ], - [ - -121.93208324799997, - 37.34317609500005 - ], - [ - -121.932120608, - 37.33796158500007 - ], - [ - -121.93474572899999, - 37.33801215600005 - ], - [ - -121.93480402199998, - 37.33793801100006 - ], - [ - -121.93483883399995, - 37.337893775000055 - ], - [ - -121.93489457799996, - 37.337822911000046 - ], - [ - -121.934985472, - 37.33770734900003 - ], - [ - -121.935214471, - 37.33770154700005 - ], - [ - -121.93535205599994, - 37.337700479000034 - ], - [ - -121.93563743099998, - 37.33769698300006 - ], - [ - -121.93571404, - 37.337734752000074 - ], - [ - -121.93571394399999, - 37.33786257000003 - ], - [ - -121.93571385999996, - 37.33793577400007 - ], - [ - -121.935920534, - 37.33793624000003 - ], - [ - -121.93778842999996, - 37.337940580000065 - ], - [ - -121.93805301699996, - 37.337941269000055 - ], - [ - -121.93915981899994, - 37.33794425600007 - ], - [ - -121.93928424399996, - 37.337944582000034 - ], - [ - -121.93961438799994, - 37.33808633600006 - ], - [ - -121.93968765199998, - 37.338056 - ], - [ - -121.93975357699998, - 37.338029676000076 - ], - [ - -121.93989210899997, - 37.33798037300005 - ], - [ - -121.94003409899994, - 37.33793776700003 - ], - [ - -121.94017902399997, - 37.33790201900007 - ], - [ - -121.94032638599998, - 37.337873251000076 - ], - [ - -121.94047560099995, - 37.33785157700004 - ], - [ - -121.94062619099998, - 37.33783706500003 - ], - [ - -121.9407776, - 37.33782976900005 - ], - [ - -121.94081029199998, - 37.33782914400007 - ], - [ - -121.94103575799994, - 37.33782600600006 - ], - [ - -121.94127931099996, - 37.33782259800006 - ], - [ - -121.94128320899995, - 37.337822551000045 - ], - [ - -121.94148568099996, - 37.337822189000065 - ], - [ - -121.94171613399999, - 37.33782182700003 - ], - [ - -121.94192253299997, - 37.33782148500006 - ], - [ - -121.94212890499995, - 37.33782114300004 - ], - [ - -121.94233530599996, - 37.33782080000003 - ], - [ - -121.94254167799994, - 37.33782045800007 - ], - [ - -121.94274807799997, - 37.337820115000056 - ], - [ - -121.94295444999995, - 37.337819772000046 - ], - [ - -121.94316082299997, - 37.337819428000046 - ], - [ - -121.94333746599995, - 37.337819152000066 - ], - [ - -121.94354168899997, - 37.337817416000064 - ], - [ - -121.94354426599995, - 37.33805765900007 - ], - [ - -121.94354446499995, - 37.338076794000074 - ], - [ - -121.94366782499998, - 37.338075434000075 - ], - [ - -121.94389772599999, - 37.33807473100006 - ], - [ - -121.94409377199997, - 37.338074078000034 - ], - [ - -121.94430016799998, - 37.33807345800005 - ], - [ - -121.944506564, - 37.33807281300005 - ], - [ - -121.94470260999998, - 37.33807220500006 - ], - [ - -121.94490900499994, - 37.33807156100005 - ], - [ - -121.94511537199998, - 37.338070893000065 - ], - [ - -121.945314887, - 37.338070264000066 - ], - [ - -121.945521284, - 37.338069619000066 - ], - [ - -121.94572073999996, - 37.33806898900008 - ], - [ - -121.94592716399995, - 37.33806834200004 - ], - [ - -121.94610604099995, - 37.33806778400003 - ], - [ - -121.946312407, - 37.33806713700005 - ], - [ - -121.94651880199996, - 37.33806646700003 - ], - [ - -121.94672519799997, - 37.338065819000064 - ], - [ - -121.94691333299994, - 37.338065236000034 - ], - [ - -121.94710149599996, - 37.338064630000076 - ], - [ - -121.94730189999996, - 37.33806400900005 - ], - [ - -121.94752844799996, - 37.33806329500004 - ], - [ - -121.94773507199994, - 37.33806264300006 - ], - [ - -121.94796482999999, - 37.33806188600005 - ], - [ - -121.94817225799994, - 37.33806124600005 - ], - [ - -121.94837592899995, - 37.338060607000045 - ], - [ - -121.94855612199996, - 37.338060005000045 - ], - [ - -121.94874256699995, - 37.33805944000005 - ], - [ - -121.94892938399994, - 37.33805884700007 - ], - [ - -121.94943473599994, - 37.33805724500007 - ], - [ - -121.94950353499996, - 37.338057013000025 - ], - [ - -121.95002147199995, - 37.33805536700004 - ], - [ - -121.95003869899995, - 37.33805526800006 - ], - [ - -121.95017628799997, - 37.33807064100006 - ], - [ - -121.95017565899997, - 37.337666022000064 - ], - [ - -121.95017807599999, - 37.33757316300006 - ], - [ - -121.95018019599996, - 37.33753943000005 - ], - [ - -121.95019050299999, - 37.33739839100008 - ], - [ - -121.95019842399995, - 37.33728952000007 - ], - [ - -121.95020176, - 37.33721856900007 - ], - [ - -121.95020206299995, - 37.337193452000065 - ], - [ - -121.95020358899995, - 37.33666057600004 - ], - [ - -121.95020369099996, - 37.336625920000074 - ], - [ - -121.95020886699996, - 37.33482180200008 - ], - [ - -121.95021089499994, - 37.33411985400005 - ], - [ - -121.95021158299994, - 37.333885018000046 - ], - [ - -121.95021289799996, - 37.33341953200005 - ], - [ - -121.95021432599998, - 37.332923030000075 - ], - [ - -121.95021493999997, - 37.332721339000045 - ], - [ - -121.95021821699999, - 37.331572632000075 - ], - [ - -121.95021863099998, - 37.331422651000025 - ], - [ - -121.95021862799996, - 37.331419538000034 - ], - [ - -121.95021940099997, - 37.33115956700004 - ], - [ - -121.95022178799996, - 37.33032693600006 - ], - [ - -121.95022281399997, - 37.32996471200005 - ], - [ - -121.95253105699999, - 37.32996425600004 - ], - [ - -121.95354262799998, - 37.329964027000074 - ], - [ - -121.95446757599996, - 37.329963812000074 - ], - [ - -121.95458088699996, - 37.329963802000066 - ], - [ - -121.95532079699996, - 37.32996464200005 - ], - [ - -121.95555495499997, - 37.329964457000074 - ], - [ - -121.95646057399995, - 37.329963758000076 - ], - [ - -121.95655341599996, - 37.32996367900006 - ], - [ - -121.95654585199998, - 37.32979908000004 - ], - [ - -121.95654518899994, - 37.32965334700003 - ], - [ - -121.95654447099997, - 37.32948854800003 - ], - [ - -121.95654372399997, - 37.32932377100008 - ], - [ - -121.95654298399995, - 37.32915347800008 - ], - [ - -121.95654223899999, - 37.32898870200006 - ], - [ - -121.95654151999997, - 37.32882390200007 - ], - [ - -121.95654077299997, - 37.32865912700004 - ], - [ - -121.956540056, - 37.32849432800003 - ], - [ - -121.95653933699998, - 37.328329551000024 - ], - [ - -121.95653859, - 37.32816475200008 - ], - [ - -121.95653787199996, - 37.32799997500007 - ], - [ - -121.95653731799996, - 37.32787594100006 - ], - [ - -121.95653609199996, - 37.32760129800005 - ], - [ - -121.95653553299996, - 37.32747264100004 - ], - [ - -121.95653528699995, - 37.32745222200003 - ], - [ - -121.95653106099996, - 37.32736815700008 - ], - [ - -121.95652850099998, - 37.32734013900006 - ], - [ - -121.956512579, - 37.32722883200006 - ], - [ - -121.95649686699994, - 37.32715499600005 - ], - [ - -121.956440854, - 37.32700477800006 - ], - [ - -121.95635222599998, - 37.32700480300008 - ], - [ - -121.95543543199994, - 37.32700236900007 - ], - [ - -121.95527321799995, - 37.327001934000066 - ], - [ - -121.954816296, - 37.32700071700003 - ], - [ - -121.95433911799995, - 37.32700435100003 - ], - [ - -121.954044061, - 37.32700453500007 - ], - [ - -121.95386376799996, - 37.327004619000036 - ], - [ - -121.95365739299996, - 37.32700475400003 - ], - [ - -121.95345101899994, - 37.32700486400006 - ], - [ - -121.95324467199998, - 37.32700497400003 - ], - [ - -121.95303829599999, - 37.327005084000064 - ], - [ - -121.952841036, - 37.32700521800007 - ], - [ - -121.95265188699994, - 37.32700531900008 - ], - [ - -121.95246270899997, - 37.327005421000024 - ], - [ - -121.95227353299998, - 37.327005546000066 - ], - [ - -121.95208435399996, - 37.32700562400004 - ], - [ - -121.95189517799997, - 37.32700572600004 - ], - [ - -121.951706001, - 37.32700582500007 - ], - [ - -121.95151682299996, - 37.32700592600003 - ], - [ - -121.951327645, - 37.327006048000044 - ], - [ - -121.95113846899994, - 37.327006148000066 - ], - [ - -121.95094929099997, - 37.32700624700004 - ], - [ - -121.95076008499996, - 37.327006347000065 - ], - [ - -121.95057093599996, - 37.32700644600004 - ], - [ - -121.95038175899998, - 37.32700656800006 - ], - [ - -121.950347363, - 37.327006581000035 - ], - [ - -121.95035158499996, - 37.32722709700005 - ], - [ - -121.95035710099995, - 37.32751567100007 - ], - [ - -121.95036074499995, - 37.327706369000055 - ], - [ - -121.95036112599996, - 37.32772616400007 - ], - [ - -121.95036357799995, - 37.327853883000046 - ], - [ - -121.95036504899997, - 37.327951788000064 - ], - [ - -121.95036538, - 37.328225847000056 - ], - [ - -121.95036469299998, - 37.32846219400005 - ], - [ - -121.95038189199994, - 37.32846218800006 - ], - [ - -121.95057792399996, - 37.32846211800006 - ], - [ - -121.95075334799998, - 37.32846205300007 - ], - [ - -121.95093561999994, - 37.328461971000024 - ], - [ - -121.95111445499998, - 37.328461908000065 - ], - [ - -121.95129331699997, - 37.32846184500005 - ], - [ - -121.95147215099996, - 37.32846178200003 - ], - [ - -121.95165098499996, - 37.328461695000044 - ], - [ - -121.95182984699994, - 37.32846163100004 - ], - [ - -121.95199403499998, - 37.328461565000055 - ], - [ - -121.952008681, - 37.328461566000044 - ], - [ - -121.95219439399995, - 37.32846148600004 - ], - [ - -121.95241894799994, - 37.32846140400005 - ], - [ - -121.95262528199999, - 37.328456077000055 - ], - [ - -121.95304882299996, - 37.32845599800004 - ], - [ - -121.95304884799998, - 37.328460232000054 - ], - [ - -121.953048976, - 37.32863051000004 - ], - [ - -121.95304898699999, - 37.32865605500007 - ], - [ - -121.95304913099994, - 37.32880353300004 - ], - [ - -121.95304915799994, - 37.32885061800005 - ], - [ - -121.95304926799997, - 37.32896831800008 - ], - [ - -121.95304931599998, - 37.32905339900003 - ], - [ - -121.95304939899995, - 37.32912252600005 - ], - [ - -121.95304949299998, - 37.32925114400007 - ], - [ - -121.95304953699997, - 37.329287356000066 - ], - [ - -121.95304966199996, - 37.329439756000056 - ], - [ - -121.953049696, - 37.32944888800006 - ], - [ - -121.95304978499996, - 37.32959492600003 - ], - [ - -121.953049825, - 37.329641140000035 - ], - [ - -121.953050013, - 37.32985429000007 - ], - [ - -121.95270205499997, - 37.32985434600005 - ], - [ - -121.95235810899999, - 37.32985442100005 - ], - [ - -121.95199008499998, - 37.329854494000074 - ], - [ - -121.951515143, - 37.32985461100003 - ], - [ - -121.95097980399999, - 37.329854717000046 - ], - [ - -121.95058477899994, - 37.32985477700004 - ], - [ - -121.95022311999998, - 37.32985488200006 - ], - [ - -121.95022388099994, - 37.32958989700006 - ], - [ - -121.9502266699999, - 37.32863736300004 - ], - [ - -121.95022667199999, - 37.32863633300008 - ], - [ - -121.95010427799997, - 37.32863784800003 - ], - [ - -121.95005834499995, - 37.328637204000074 - ], - [ - -121.95005660899994, - 37.32850636300003 - ], - [ - -121.95005855099998, - 37.328245965000065 - ], - [ - -121.95006079199999, - 37.32795235000003 - ], - [ - -121.95006252999997, - 37.32772715900006 - ], - [ - -121.95006462999999, - 37.32745288700005 - ], - [ - -121.95006687299997, - 37.327156341000034 - ], - [ - -121.95004896999995, - 37.32681129100007 - ], - [ - -121.95004311199995, - 37.32646801300007 - ], - [ - -121.950042065, - 37.326409633000026 - ], - [ - -121.95003735399996, - 37.32613434700005 - ], - [ - -121.95003162499995, - 37.32578438400003 - ], - [ - -121.94955357699996, - 37.325785652000036 - ], - [ - -121.94947876999998, - 37.32578584600003 - ], - [ - -121.94856409199997, - 37.32578820500004 - ], - [ - -121.94840390299998, - 37.325788629000044 - ], - [ - -121.94827274699998, - 37.32578896900003 - ], - [ - -121.94820336799995, - 37.32578824600006 - ], - [ - -121.94738745499996, - 37.325779856000054 - ], - [ - -121.94730922499997, - 37.32570686400004 - ], - [ - -121.94717573099996, - 37.32579810400006 - ], - [ - -121.94717609299994, - 37.32581828900004 - ], - [ - -121.94673595199998, - 37.325823220000075 - ], - [ - -121.9467114, - 37.32416701900007 - ], - [ - -121.94670227799998, - 37.32355074900005 - ], - [ - -121.94670401299999, - 37.32337088200006 - ], - [ - -121.94682213399994, - 37.32337109400004 - ], - [ - -121.94686486999996, - 37.32337111600003 - ], - [ - -121.94754975999996, - 37.32337158400003 - ], - [ - -121.94771572099995, - 37.32337051700006 - ], - [ - -121.94784998699998, - 37.32336963700004 - ], - [ - -121.94819791499998, - 37.32336517700003 - ], - [ - -121.94884391199997, - 37.32336561500006 - ], - [ - -121.94900101699994, - 37.32336458800006 - ], - [ - -121.94906211699998, - 37.32336417500005 - ], - [ - -121.94916098799996, - 37.323360550000075 - ], - [ - -121.95013932399996, - 37.323322716000064 - ], - [ - -121.95083403099994, - 37.32331945200008 - ], - [ - -121.95221200799995, - 37.32331300200008 - ], - [ - -121.953471794, - 37.32330711000003 - ], - [ - -121.953473514, - 37.323307112000066 - ], - [ - -121.954400105, - 37.32330275700008 - ], - [ - -121.95440563699998, - 37.32330273300005 - ], - [ - -121.95520417499995, - 37.32329895400005 - ], - [ - -121.95538564699996, - 37.32329809600003 - ], - [ - -121.95541118399996, - 37.32329800700006 - ], - [ - -121.95753912199996, - 37.32328794600005 - ], - [ - -121.95754081399997, - 37.32328794500006 - ], - [ - -121.95755015599997, - 37.32328789700006 - ], - [ - -121.95843854299994, - 37.323283668000045 - ], - [ - -121.959818252, - 37.32327630800006 - ], - [ - -121.96219360699996, - 37.32326353700006 - ], - [ - -121.96330446399998, - 37.32325756700004 - ], - [ - -121.96344995099997, - 37.32325600200005 - ], - [ - -121.96402028299997, - 37.323253684000065 - ], - [ - -121.96410760799995, - 37.323251792000065 - ], - [ - -121.96419221199994, - 37.32324995600004 - ], - [ - -121.96493453599999, - 37.32324429500005 - ], - [ - -121.96613002799995, - 37.323235157000056 - ], - [ - -121.96613925599996, - 37.32323508700006 - ], - [ - -121.96658004099999, - 37.323231699000075 - ], - [ - -121.96841580599994, - 37.32321763500005 - ], - [ - -121.96842391599995, - 37.32321755600003 - ], - [ - -121.96898713, - 37.32321326700003 - ], - [ - -121.96977221099996, - 37.32320724500005 - ], - [ - -121.96988400599997, - 37.32320639200003 - ], - [ - -121.96990867999995, - 37.32320619600006 - ], - [ - -121.96992461399998, - 37.32320606500008 - ], - [ - -121.970005631, - 37.32320548400003 - ], - [ - -121.97079501499996, - 37.32319967600006 - ], - [ - -121.97169914799997, - 37.323193038000056 - ], - [ - -121.97345284599999, - 37.32318013200006 - ], - [ - -121.97465754299998, - 37.32317124800005 - ], - [ - -121.97534576399994, - 37.32316615700006 - ], - [ - -121.97540199199995, - 37.32316574600003 - ], - [ - -121.97547965399997, - 37.32316517700008 - ], - [ - -121.97627448499998, - 37.323159289000046 - ], - [ - -121.97751093299996, - 37.32315015900008 - ], - [ - -121.97860131599998, - 37.323145218000036 - ], - [ - -121.97861533199995, - 37.32314515500008 - ], - [ - -121.97865207299998, - 37.32314498900007 - ], - [ - -121.98111499499998, - 37.32313379800007 - ], - [ - -121.98111851799996, - 37.32313377500003 - ], - [ - -121.98113820799995, - 37.32313368700005 - ], - [ - -121.98242207199996, - 37.323127844000055 - ], - [ - -121.98242379199996, - 37.323127845000045 - ], - [ - -121.98242548199994, - 37.32312782400004 - ], - [ - -121.98243620199997, - 37.32312778000005 - ], - [ - -121.98384950099995, - 37.32312028300004 - ], - [ - -121.98733442899999, - 37.32310182700007 - ], - [ - -121.98952260699997, - 37.32308405800006 - ], - [ - -121.98952601699995, - 37.32308403700006 - ], - [ - -121.99040795299999, - 37.32307685200004 - ], - [ - -121.99146839899998, - 37.32306821100008 - ], - [ - -121.99209061099998, - 37.32306315000005 - ], - [ - -121.99210135799996, - 37.32306305900005 - ], - [ - -121.99255305799994, - 37.323059389000036 - ], - [ - -121.99454679299998, - 37.32304311000007 - ], - [ - -121.99528707299999, - 37.323037053000064 - ], - [ - -121.99529005499994, - 37.323037061000036 - ], - [ - -121.99530412699994, - 37.323037018000036 - ], - [ - -121.99571747299996, - 37.32303600100005 - ], - [ - -121.99589241999996, - 37.32303557600005 - ], - [ - -121.99645256599996, - 37.323034215000064 - ], - [ - -122.00294449499995, - 37.32300936200005 - ], - [ - -122.00338276399998, - 37.323007672000074 - ], - [ - -122.00338228299995, - 37.322936741000035 - ], - [ - -122.00337499399996, - 37.32191757900006 - ], - [ - -122.00329452999995, - 37.321915613000044 - ], - [ - -122.00293579699996, - 37.321919827000045 - ], - [ - -122.00290570899995, - 37.32192016600004 - ], - [ - -122.00290415599994, - 37.32176169400003 - ], - [ - -122.00329303299998, - 37.321757140000045 - ], - [ - -122.00329154599996, - 37.321600613000044 - ], - [ - -122.00328995499996, - 37.32143314500007 - ], - [ - -122.00290098399995, - 37.32143582300006 - ], - [ - -122.00289936899998, - 37.32127282000005 - ], - [ - -122.002897782, - 37.32110835100008 - ], - [ - -122.00289642499996, - 37.320971049000036 - ], - [ - -122.00289509599997, - 37.320833726000046 - ], - [ - -122.00289353799997, - 37.32067500100004 - ], - [ - -122.00289224, - 37.32053921100004 - ], - [ - -122.00289085699995, - 37.32039916300005 - ], - [ - -122.00288934099996, - 37.320243987000026 - ], - [ - -122.00288798499997, - 37.32010666300005 - ], - [ - -122.00284352699998, - 37.320068 - ], - [ - -122.00283801399996, - 37.32006321800003 - ], - [ - -122.00281884799995, - 37.32004654700006 - ], - [ - -122.00274055099999, - 37.32010093100007 - ], - [ - -122.00266058499994, - 37.32015645900003 - ], - [ - -122.00250104899999, - 37.32026725600008 - ], - [ - -122.00232654099995, - 37.32035615600006 - ], - [ - -122.00214794699997, - 37.32044716900003 - ], - [ - -122.00195448799997, - 37.32052292000003 - ], - [ - -122.00176079999994, - 37.32059874300006 - ], - [ - -122.001732877, - 37.32060562500004 - ], - [ - -122.00155562599997, - 37.320649305000074 - ], - [ - -122.00141949799996, - 37.32068282100005 - ], - [ - -122.00135552699999, - 37.320698564000054 - ], - [ - -122.00116582899994, - 37.320736201000045 - ], - [ - -122.00097056199996, - 37.32077491500007 - ], - [ - -122.00078369, - 37.32081198700007 - ], - [ - -122.00059176299999, - 37.32085003900005 - ], - [ - -122.00040155, - 37.32088777200005 - ], - [ - -122.000211278, - 37.32092550500005 - ], - [ - -122.00000753199998, - 37.32096588300004 - ], - [ - -121.99996876499995, - 37.32097356600008 - ], - [ - -121.99977965099998, - 37.320976193000035 - ], - [ - -121.99978048799994, - 37.321062158000075 - ], - [ - -121.99944145299997, - 37.32106649800005 - ], - [ - -121.99943956799996, - 37.32091265200006 - ], - [ - -121.99943790099996, - 37.32077670600006 - ], - [ - -121.999436678, - 37.32067712700007 - ], - [ - -121.99924753, - 37.32067796800004 - ], - [ - -121.99895867699996, - 37.32067919200006 - ], - [ - -121.99872298799994, - 37.32068023800008 - ], - [ - -121.99854759399994, - 37.32068099300005 - ], - [ - -121.99837223099996, - 37.32068174800003 - ], - [ - -121.99819683899995, - 37.32068252600004 - ], - [ - -121.99802144799997, - 37.320683280000026 - ], - [ - -121.99784605399998, - 37.320684035000056 - ], - [ - -121.99766728099996, - 37.320684809000056 - ], - [ - -121.99749185999997, - 37.32068556300004 - ], - [ - -121.99731646799995, - 37.320686340000066 - ], - [ - -121.99714110499997, - 37.32068709300006 - ], - [ - -121.99696571299995, - 37.320687846000055 - ], - [ - -121.99674905199998, - 37.32068880500003 - ], - [ - -121.99666419199997, - 37.320687715000076 - ], - [ - -121.99654269599995, - 37.32068619900008 - ], - [ - -121.99640045899997, - 37.320686711000064 - ], - [ - -121.99560350099995, - 37.32067946700005 - ], - [ - -121.99559184299994, - 37.320073953000076 - ], - [ - -121.99573289299997, - 37.320074361000025 - ], - [ - -121.99578669699997, - 37.31998742400003 - ], - [ - -121.99583799899995, - 37.31994153800008 - ], - [ - -121.99593476999996, - 37.31978462600006 - ], - [ - -121.99601993899995, - 37.319646517000024 - ], - [ - -121.99601991599997, - 37.319644252000046 - ], - [ - -121.99601855099996, - 37.319504205000044 - ], - [ - -121.99601712299994, - 37.31936415800004 - ], - [ - -121.99601358399997, - 37.31934490700007 - ], - [ - -121.99598793999996, - 37.31920494000008 - ], - [ - -121.99596239999994, - 37.319065841000054 - ], - [ - -121.99594782699995, - 37.318986392000056 - ], - [ - -121.99599401799998, - 37.31884843800003 - ], - [ - -121.99602565999999, - 37.31875400200005 - ], - [ - -121.99612398999994, - 37.318660728000054 - ], - [ - -121.99628335499995, - 37.318509609000046 - ], - [ - -121.99644319799995, - 37.318358026000055 - ], - [ - -121.99644648699996, - 37.318354871000054 - ], - [ - -121.996669221, - 37.31827683100005 - ], - [ - -121.99677000099996, - 37.31824150600005 - ], - [ - -121.99680005599998, - 37.318230981000056 - ], - [ - -121.99682949799995, - 37.31818271900005 - ], - [ - -121.996870178, - 37.318116047000046 - ], - [ - -121.99689368099996, - 37.31807749700005 - ], - [ - -121.99688475699998, - 37.31804110200005 - ], - [ - -121.99686753599997, - 37.31797125500003 - ], - [ - -121.99684771999995, - 37.31789054400008 - ], - [ - -121.99682441399995, - 37.317795803000024 - ], - [ - -121.99675641699997, - 37.31775075400003 - ], - [ - -121.99660537999995, - 37.31765066200006 - ], - [ - -121.99649648899998, - 37.31757853000005 - ], - [ - -121.99649321699997, - 37.317532447000076 - ], - [ - -121.99648154799996, - 37.317369091000046 - ], - [ - -121.99647091399999, - 37.31722014300004 - ], - [ - -121.99646784599997, - 37.31717714800004 - ], - [ - -121.99640859099998, - 37.31708629800005 - ], - [ - -121.996317762, - 37.31694707300005 - ], - [ - -121.99623648099998, - 37.31682248900006 - ], - [ - -121.99615520199995, - 37.31669792900004 - ], - [ - -121.99609081799997, - 37.31654973600007 - ], - [ - -121.99602072699997, - 37.31638849900003 - ], - [ - -121.99599200499995, - 37.316322324000055 - ], - [ - -121.99598188399995, - 37.31619049100004 - ], - [ - -121.99596673999997, - 37.315992272000074 - ], - [ - -121.99595370199995, - 37.31582192900004 - ], - [ - -121.99595160399997, - 37.315794511000036 - ], - [ - -121.99598755099998, - 37.31568031100005 - ], - [ - -121.99609513999997, - 37.315338240000074 - ], - [ - -121.99614156499996, - 37.315190646000076 - ], - [ - -121.99620387799996, - 37.31504355800007 - ], - [ - -121.99625885599994, - 37.31491375500008 - ], - [ - -121.99626290599997, - 37.31490418200008 - ], - [ - -121.99624090499998, - 37.31476288700003 - ], - [ - -121.99621693599994, - 37.31460921100006 - ], - [ - -121.99621390799996, - 37.314589700000056 - ], - [ - -121.99627973799994, - 37.31450091600004 - ], - [ - -121.99634771499996, - 37.31440926500005 - ], - [ - -121.996441646, - 37.31428260500007 - ], - [ - -121.99652767699996, - 37.31416655100003 - ], - [ - -121.99659559899999, - 37.31407499200003 - ], - [ - -121.99659722599995, - 37.31405313400006 - ], - [ - -121.99660769899998, - 37.313912180000045 - ], - [ - -121.99661682399994, - 37.31378957700008 - ], - [ - -121.99662109099995, - 37.31373216000003 - ], - [ - -121.99658828499997, - 37.31366390900007 - ], - [ - -121.996526744, - 37.31353593700004 - ], - [ - -121.99646965499994, - 37.313417111000035 - ], - [ - -121.99641364699994, - 37.313300697000045 - ], - [ - -121.99639905199996, - 37.31327027900005 - ], - [ - -121.99641061199998, - 37.313066065000044 - ], - [ - -121.99641397899995, - 37.31300666800007 - ], - [ - -121.996442979, - 37.31249552500003 - ], - [ - -121.995992001, - 37.31210404900003 - ], - [ - -121.99598908599995, - 37.31188068500006 - ], - [ - -121.99598861599998, - 37.31184469900006 - ], - [ - -121.99598547899996, - 37.311604964000026 - ], - [ - -121.99598426899996, - 37.31151296100006 - ], - [ - -121.99598584399996, - 37.31130241900007 - ], - [ - -121.99598663699999, - 37.31119885500004 - ], - [ - -121.99601089999999, - 37.310907702000065 - ], - [ - -121.99603870299995, - 37.31067022600007 - ], - [ - -121.99607590299996, - 37.310558757000024 - ], - [ - -121.99623963199997, - 37.310068097000055 - ], - [ - -121.99628902599994, - 37.30992007700007 - ], - [ - -121.99629183099995, - 37.30991271500005 - ], - [ - -121.99630133599999, - 37.30989565600004 - ], - [ - -121.99630226499994, - 37.309894315000065 - ], - [ - -121.99631518799998, - 37.30987907900004 - ], - [ - -121.99633117399998, - 37.309865880000075 - ], - [ - -121.99633262599997, - 37.30986487100006 - ], - [ - -121.99635123799999, - 37.309854107000035 - ], - [ - -121.99637196799995, - 37.30984605300006 - ], - [ - -121.99637740799994, - 37.30984439500003 - ], - [ - -121.99617377399994, - 37.30962697500007 - ], - [ - -121.99697446599998, - 37.30970494200005 - ], - [ - -121.99753508999999, - 37.30975953500007 - ], - [ - -121.99812431299995, - 37.30981689500004 - ], - [ - -121.99813192299996, - 37.30981764500007 - ], - [ - -121.99938870199998, - 37.30994000700008 - ], - [ - -121.99940102, - 37.309941200000026 - ], - [ - -122.00302140999997, - 37.31029360200006 - ], - [ - -122.00397136999999, - 37.31038604100007 - ], - [ - -122.00399942599995, - 37.31038879400006 - ], - [ - -122.00476266399994, - 37.31046306300004 - ], - [ - -122.004886189, - 37.31047507900007 - ], - [ - -122.00490057399998, - 37.31047647500003 - ], - [ - -122.00580586099994, - 37.31056455200007 - ], - [ - -122.00776673099995, - 37.31075532400007 - ], - [ - -122.008150861, - 37.31072861200005 - ], - [ - -122.00816136399999, - 37.31072788100005 - ], - [ - -122.01054460399996, - 37.31057421000003 - ], - [ - -122.01133248899998, - 37.31052337300008 - ], - [ - -122.01274855499997, - 37.31043196200005 - ], - [ - -122.01353569199995, - 37.31038116600007 - ], - [ - -122.01567746299997, - 37.31024257200005 - ], - [ - -122.01732367499994, - 37.31013601400008 - ], - [ - -122.01779690399997, - 37.310105374000045 - ], - [ - -122.01942862799996, - 37.30999973400003 - ], - [ - -122.01952416199998, - 37.30999220000007 - ], - [ - -122.01961926999996, - 37.30998201700004 - ], - [ - -122.01971389199997, - 37.30996918400007 - ], - [ - -122.01980788999998, - 37.30995372700005 - ], - [ - -122.01990117499997, - 37.309935669000026 - ], - [ - -122.019993576, - 37.30991501300008 - ], - [ - -122.02008506599998, - 37.30989180700004 - ], - [ - -122.02017544299997, - 37.30986604900005 - ], - [ - -122.02026467899998, - 37.30983778900003 - ], - [ - -122.02035260699995, - 37.30980707400005 - ], - [ - -122.02043913399996, - 37.30977390400005 - ], - [ - -122.02052418199997, - 37.30973832700005 - ], - [ - -122.02059183999995, - 37.30971002700005 - ], - [ - -122.02066070899997, - 37.30968356500006 - ], - [ - -122.02073067699996, - 37.309658988000024 - ], - [ - -122.02080163099998, - 37.30963636700005 - ], - [ - -122.02087351299997, - 37.30961570200003 - ], - [ - -122.02094626499996, - 37.30959699500005 - ], - [ - -122.02101974399994, - 37.30958024700004 - ], - [ - -122.02109389699996, - 37.30956557300004 - ], - [ - -122.02116863599997, - 37.30955290500003 - ], - [ - -122.021243046, - 37.309542417000046 - ], - [ - -122.02131789699996, - 37.30953391400004 - ], - [ - -122.02139304699995, - 37.309527444000025 - ], - [ - -122.02146844099997, - 37.30952300800004 - ], - [ - -122.02154396099996, - 37.30952060800007 - ], - [ - -122.02161954999997, - 37.309520244000055 - ], - [ - -122.02169512499995, - 37.30952194100007 - ], - [ - -122.02177059899998, - 37.30952567600008 - ], - [ - -122.021845827, - 37.30953142800007 - ], - [ - -122.02192075199997, - 37.30953924600004 - ], - [ - -122.02199534599998, - 37.30954903500003 - ], - [ - -122.02206946399997, - 37.30956084500008 - ], - [ - -122.02214305099994, - 37.30957465300003 - ], - [ - -122.02221599099994, - 37.30959046100003 - ], - [ - -122.02228825199995, - 37.309608224000044 - ], - [ - -122.02235969499998, - 37.30962789700004 - ], - [ - -122.02320343499997, - 37.30987332400008 - ], - [ - -122.02657609, - 37.310854247000066 - ], - [ - -122.02774977899998, - 37.31119557900007 - ], - [ - -122.02775568499999, - 37.31119710400003 - ], - [ - -122.02815917299995, - 37.31131133000008 - ], - [ - -122.02894898199997, - 37.31154100800006 - ], - [ - -122.02895273099995, - 37.31154210300008 - ], - [ - -122.03071877899998, - 37.312055659000066 - ], - [ - -122.03164639199997, - 37.312327148000065 - ], - [ - -122.03166585999998, - 37.31233188300007 - ], - [ - -122.03168549299994, - 37.31233609100008 - ], - [ - -122.03170528499999, - 37.31233981400004 - ], - [ - -122.03172521199997, - 37.31234303300005 - ], - [ - -122.03174524199994, - 37.31234572400007 - ], - [ - -122.03176540499999, - 37.312347911000074 - ], - [ - -122.03178561399994, - 37.31234956800006 - ], - [ - -122.03180589899995, - 37.312350723000065 - ], - [ - -122.03182620099994, - 37.312351327000044 - ], - [ - -122.03184652299996, - 37.31235142700007 - ], - [ - -122.03189105499996, - 37.312351325000066 - ], - [ - -122.03216549999996, - 37.31229605100003 - ], - [ - -122.03226516299998, - 37.31227595400003 - ], - [ - -122.032365369, - 37.31225578200008 - ], - [ - -122.032670237, - 37.31219433800004 - ], - [ - -122.03351094799996, - 37.312198194000075 - ], - [ - -122.03356859099995, - 37.31219872200006 - ], - [ - -122.03362617999994, - 37.31220080500003 - ], - [ - -122.033683656, - 37.31220440200008 - ], - [ - -122.03374096299996, - 37.31220953500008 - ], - [ - -122.03379801399996, - 37.31221618100005 - ], - [ - -122.03385475399995, - 37.312224343000025 - ], - [ - -122.03391112199995, - 37.31223397400004 - ], - [ - -122.03396703399994, - 37.312245122000036 - ], - [ - -122.03402248799995, - 37.31225774100005 - ], - [ - -122.03429323999995, - 37.31231858700005 - ], - [ - -122.03432938499998, - 37.312325919000045 - ], - [ - -122.03433196399999, - 37.312198866000074 - ], - [ - -122.03433194399997, - 37.312192297000024 - ], - [ - -122.03433189999998, - 37.31201286000004 - ], - [ - -122.034331813, - 37.31184807300008 - ], - [ - -122.034331754, - 37.31168328700005 - ], - [ - -122.03433169599998, - 37.311518500000034 - ], - [ - -122.03433163799997, - 37.31135371200003 - ], - [ - -122.03433162399995, - 37.31127487800006 - ], - [ - -122.03433157899997, - 37.31118892600006 - ], - [ - -122.03433152099996, - 37.31102413900004 - ], - [ - -122.03433146199995, - 37.31085935200008 - ], - [ - -122.03433140399994, - 37.31069454200008 - ], - [ - -122.03433134499994, - 37.310529778000046 - ], - [ - -122.03433128699999, - 37.31036499100003 - ], - [ - -122.03433117999998, - 37.31007776300004 - ], - [ - -122.03424773699999, - 37.31001806000006 - ], - [ - -122.03421550699994, - 37.30999485900003 - ], - [ - -122.03418606899999, - 37.30996937800006 - ], - [ - -122.03415965699998, - 37.30994189000006 - ], - [ - -122.03413650099998, - 37.30991257300008 - ], - [ - -122.03411675299998, - 37.30988170100005 - ], - [ - -122.03410064599996, - 37.309849522000036 - ], - [ - -122.03408827199996, - 37.30981630900004 - ], - [ - -122.03407975099998, - 37.309782314000074 - ], - [ - -122.03407511699999, - 37.30974785700005 - ], - [ - -122.03407446399996, - 37.30971320900005 - ], - [ - -122.03407063399999, - 37.30966624300004 - ], - [ - -122.03391637899995, - 37.30966652300003 - ], - [ - -122.03367454899995, - 37.309666942000035 - ], - [ - -122.03367390899996, - 37.30944173100005 - ], - [ - -122.03367376099999, - 37.30938139600005 - ], - [ - -122.03310641099995, - 37.30938165600003 - ], - [ - -122.03310471199995, - 37.30876508100005 - ], - [ - -122.03310351299996, - 37.308332171000075 - ], - [ - -122.03310141299994, - 37.30824928900006 - ], - [ - -122.03298217199995, - 37.30824934000003 - ], - [ - -122.03298050999996, - 37.30816693300005 - ], - [ - -122.03297323899994, - 37.30771597300003 - ], - [ - -122.03304198499995, - 37.30771585300005 - ], - [ - -122.03304064599996, - 37.306141585000034 - ], - [ - -122.03303863499997, - 37.306072905000065 - ], - [ - -122.03338736599994, - 37.30607235900004 - ], - [ - -122.03338630099995, - 37.30598996800006 - ], - [ - -122.03338611199996, - 37.30596577400007 - ], - [ - -122.03338610099996, - 37.30596392100006 - ], - [ - -122.03338562999994, - 37.30589653900006 - ], - [ - -122.03338497399994, - 37.30580310800008 - ], - [ - -122.03338365399998, - 37.305624581000075 - ], - [ - -122.03338234199998, - 37.30544607500008 - ], - [ - -122.03338162399996, - 37.30534958000004 - ], - [ - -122.03338032099998, - 37.305168786000024 - ], - [ - -122.03337862499995, - 37.304939424000054 - ], - [ - -122.03338576099998, - 37.304939398000045 - ], - [ - -122.03360728899997, - 37.304939062000074 - ], - [ - -122.03409550599997, - 37.30493830100005 - ], - [ - -122.03432413999997, - 37.30493793800008 - ], - [ - -122.03432345799996, - 37.30484331900004 - ], - [ - -122.03432186099997, - 37.30462446300004 - ], - [ - -122.03432128399999, - 37.304546093000056 - ], - [ - -122.03431916599999, - 37.304255871000066 - ], - [ - -122.03432435099995, - 37.304091061000065 - ], - [ - -122.03432238699997, - 37.30380266900005 - ], - [ - -122.03452180699998, - 37.30380179600007 - ], - [ - -122.03472119999998, - 37.303800946000024 - ], - [ - -122.03499517599994, - 37.30379973700008 - ], - [ - -122.035121361, - 37.30379916000004 - ], - [ - -122.03467675499996, - 37.30345329700003 - ], - [ - -122.03389782, - 37.302887303000034 - ], - [ - -122.03336519299995, - 37.30251605900003 - ], - [ - -122.03314205699996, - 37.30235384900004 - ], - [ - -122.03307012299996, - 37.30230154700007 - ], - [ - -122.03300444899998, - 37.302275190000046 - ], - [ - -122.03294636699997, - 37.30223190900006 - ], - [ - -122.03289023299999, - 37.30218015600008 - ], - [ - -122.03284504399994, - 37.30214517500008 - ], - [ - -122.03261930899998, - 37.30204892200004 - ], - [ - -122.03260868199999, - 37.302047756000036 - ], - [ - -122.03260687499994, - 37.30204766500003 - ], - [ - -122.03259795699995, - 37.30204734800003 - ], - [ - -122.03259311699998, - 37.30204745700007 - ], - [ - -122.03258936499998, - 37.30204759700007 - ], - [ - -122.03258724799997, - 37.302047694000066 - ], - [ - -122.03257852599995, - 37.30204856300003 - ], - [ - -122.03257661199996, - 37.302048840000054 - ], - [ - -122.032574496, - 37.302049142000044 - ], - [ - -122.03257226999995, - 37.30204949200004 - ], - [ - -122.03256715999999, - 37.302050429000076 - ], - [ - -122.032556952, - 37.302052967000066 - ], - [ - -122.03254599299999, - 37.30205649700008 - ], - [ - -122.03253761299999, - 37.30206004100006 - ], - [ - -122.03253653499996, - 37.30206053500007 - ], - [ - -122.03252850999996, - 37.30206464500003 - ], - [ - -122.03252751899998, - 37.30206518400007 - ], - [ - -122.03251953799997, - 37.30207009500003 - ], - [ - -122.03251214199997, - 37.302075528000046 - ], - [ - -122.03251121199997, - 37.30207627100003 - ], - [ - -122.03250473799994, - 37.302081987000065 - ], - [ - -122.03249814599997, - 37.30208891700005 - ], - [ - -122.032491946, - 37.302096781000046 - ], - [ - -122.03248742299996, - 37.30210398200006 - ], - [ - -122.03248373499997, - 37.30211131000004 - ], - [ - -122.03248323999998, - 37.30211241500007 - ], - [ - -122.03248030399999, - 37.302120122000076 - ], - [ - -122.03247820799999, - 37.302128321000055 - ], - [ - -122.03247697599994, - 37.30213669200003 - ], - [ - -122.03247663499997, - 37.30214516600006 - ], - [ - -122.032476654, - 37.30214610500008 - ], - [ - -122.03247734399997, - 37.30215465600003 - ], - [ - -122.032257346, - 37.30215513100006 - ], - [ - -122.03227548399997, - 37.29399280700005 - ], - [ - -122.03227555099994, - 37.29396238500004 - ], - [ - -122.032196721, - 37.29397861500007 - ], - [ - -122.03212544999997, - 37.29399044500008 - ], - [ - -122.03211122999994, - 37.29399280400003 - ], - [ - -122.03204688899996, - 37.29400670000007 - ], - [ - -122.03201217799995, - 37.29401287400003 - ], - [ - -122.03190483199995, - 37.294031923000034 - ], - [ - -122.03176123299994, - 37.29405001400005 - ], - [ - -122.03161666799997, - 37.294060923000075 - ], - [ - -122.03147145499997, - 37.29406463600003 - ], - [ - -122.03133544399998, - 37.29406157100004 - ], - [ - -122.03068772599994, - 37.294057477000024 - ], - [ - -122.03032738899998, - 37.29405519800008 - ], - [ - -122.03021198599998, - 37.294049769000026 - ], - [ - -122.02909884299999, - 37.29399737700004 - ], - [ - -122.02804492099995, - 37.29397001900003 - ], - [ - -122.027017877, - 37.29395686100003 - ], - [ - -122.02603241899999, - 37.293944227000054 - ], - [ - -122.02587562199994, - 37.293944828000065 - ], - [ - -122.02587152599995, - 37.29394484300008 - ], - [ - -122.02570633599998, - 37.29394547600003 - ], - [ - -122.02499723099999, - 37.293936263000035 - ], - [ - -122.02366324899998, - 37.29391892000007 - ], - [ - -122.022602969, - 37.29385917500008 - ], - [ - -122.02049395499995, - 37.29377453300003 - ], - [ - -122.01843621499995, - 37.29368911100005 - ], - [ - -122.01780608699994, - 37.293671962000076 - ], - [ - -122.01496830299999, - 37.29355831200007 - ], - [ - -122.01067143499995, - 37.29343691400004 - ], - [ - -122.00958755799996, - 37.29340085100006 - ], - [ - -122.00775029999994, - 37.29333890700008 - ], - [ - -122.00774372599994, - 37.29339932900007 - ], - [ - -122.00766526199999, - 37.294151484000054 - ], - [ - -122.00764292699995, - 37.29436382700004 - ], - [ - -122.00747068899994, - 37.296002835000024 - ], - [ - -122.00746334899998, - 37.296043834000045 - ], - [ - -122.00745345499996, - 37.296152713000026 - ], - [ - -122.00743539599995, - 37.29633705100008 - ], - [ - -122.00743328399994, - 37.29636447900003 - ], - [ - -122.00742953699995, - 37.29639178900004 - ], - [ - -122.00742412499994, - 37.29641896100003 - ], - [ - -122.00730629699996, - 37.296411299000056 - ], - [ - -122.00726047199998, - 37.29640937000005 - ], - [ - -122.00725183999998, - 37.29640902400007 - ], - [ - -122.00701592099995, - 37.296399171000076 - ], - [ - -122.00699117299996, - 37.296398139000075 - ], - [ - -122.00680824799997, - 37.29639051200007 - ], - [ - -122.00671310099995, - 37.29638654100006 - ], - [ - -122.006600489, - 37.296381832000066 - ], - [ - -122.00643499899996, - 37.29637491900007 - ], - [ - -122.00639453599996, - 37.29637324200007 - ], - [ - -122.00621835099997, - 37.296365871000035 - ], - [ - -122.00619165299997, - 37.29636474900008 - ], - [ - -122.00615689699998, - 37.29636331900008 - ], - [ - -122.00597962199998, - 37.29635591600004 - ], - [ - -122.00587882399998, - 37.296351695000055 - ], - [ - -122.00577527499996, - 37.29634737200007 - ], - [ - -122.00560677299995, - 37.29634031300003 - ], - [ - -122.00560072299999, - 37.29634009400007 - ], - [ - -122.00558262899995, - 37.29633934300006 - ], - [ - -122.00537486899998, - 37.296330658000045 - ], - [ - -122.00536855999997, - 37.296330373000046 - ], - [ - -122.00532262299998, - 37.29632846800007 - ], - [ - -122.00517184199998, - 37.29632219000007 - ], - [ - -122.005044549, - 37.29631686600004 - ], - [ - -122.004964573, - 37.29631352200005 - ], - [ - -122.00476644899999, - 37.29630523900005 - ], - [ - -122.0047573, - 37.29630485400003 - ], - [ - -122.00455272499994, - 37.29629631100005 - ], - [ - -122.004488375, - 37.29629363500004 - ], - [ - -122.00434436399996, - 37.296287611000025 - ], - [ - -122.00412516499995, - 37.29627845400006 - ], - [ - -122.00394932199998, - 37.296271121000075 - ], - [ - -122.00349494899996, - 37.29625211900003 - ], - [ - -122.00326319899995, - 37.29615600100004 - ], - [ - -122.00312347299996, - 37.296098028000074 - ], - [ - -122.00285872699999, - 37.295988211000065 - ], - [ - -122.00247026499994, - 37.29582710100004 - ], - [ - -122.00230383599995, - 37.29576198500007 - ], - [ - -122.00171465199998, - 37.29553294700003 - ], - [ - -122.00201740199998, - 37.29517717300007 - ], - [ - -122.00207807399994, - 37.29513958700005 - ], - [ - -122.00232345799998, - 37.294987562000074 - ], - [ - -122.00252837199997, - 37.29486059300007 - ], - [ - -122.00259933099994, - 37.29476171300007 - ], - [ - -122.00271959199995, - 37.294594102000076 - ], - [ - -122.00284002199999, - 37.29442632800004 - ], - [ - -122.00283462999994, - 37.29428065400003 - ], - [ - -122.00282197099995, - 37.29393739500006 - ], - [ - -122.00281402, - 37.293721412000025 - ], - [ - -122.00318383999996, - 37.293369056000074 - ], - [ - -122.00332811299995, - 37.293231648000074 - ], - [ - -122.00348020499996, - 37.29309265200004 - ], - [ - -122.00244085399999, - 37.29297867300005 - ], - [ - -122.00233497299996, - 37.292964237000035 - ], - [ - -122.00094929799997, - 37.29279810200006 - ], - [ - -121.99846202199996, - 37.292515209000044 - ], - [ - -121.99760655899996, - 37.29241863500005 - ], - [ - -121.997496593, - 37.29240548200005 - ], - [ - -121.99738667599996, - 37.29239264900008 - ], - [ - -121.99668503299995, - 37.29231495600004 - ], - [ - -121.993905596, - 37.291995229000065 - ], - [ - -121.99393054099994, - 37.29183845700004 - ], - [ - -121.99400285099995, - 37.29143116400007 - ], - [ - -121.99406560699998, - 37.29107767200003 - ], - [ - -121.99452844099994, - 37.29113034100004 - ], - [ - -121.99502530299998, - 37.29118690300004 - ], - [ - -121.99509335699997, - 37.29119464100006 - ], - [ - -121.99553919199997, - 37.29124537300004 - ], - [ - -121.99600056299994, - 37.291297875000055 - ], - [ - -121.99607539299996, - 37.29089247100006 - ], - [ - -121.99612894499995, - 37.290570615000036 - ], - [ - -121.99554837199997, - 37.290505490000044 - ], - [ - -121.99497965999996, - 37.29043886100004 - ], - [ - -121.99479342999996, - 37.29041704300005 - ], - [ - -121.99497396599998, - 37.29026009200004 - ], - [ - -121.99508224099998, - 37.290165959000035 - ], - [ - -121.99539166399995, - 37.289803892000066 - ], - [ - -121.99572037899998, - 37.28947545400007 - ], - [ - -121.996269773, - 37.28892646400004 - ], - [ - -121.99615303499996, - 37.28891255100007 - ], - [ - -121.99565986699997, - 37.28885372600007 - ], - [ - -121.99550447699994, - 37.28883520200003 - ], - [ - -121.99548477599996, - 37.28883286700005 - ], - [ - -121.99524298999995, - 37.288807665000036 - ], - [ - -121.995328557, - 37.28872270000005 - ], - [ - -121.99614441399996, - 37.28791256400007 - ], - [ - -121.99615536399995, - 37.28790169100006 - ], - [ - -121.99617368, - 37.287883504000035 - ], - [ - -121.99622586999999, - 37.287831975000074 - ], - [ - -121.99624093099999, - 37.287817103000066 - ], - [ - -121.99624358099999, - 37.28781448800004 - ], - [ - -121.99628730799998, - 37.287771313000064 - ], - [ - -121.99615015399996, - 37.28768480200006 - ], - [ - -121.996128877, - 37.287670881000054 - ], - [ - -121.99582053699999, - 37.28746921900006 - ], - [ - -121.99558613499994, - 37.287472190000074 - ], - [ - -121.99526876099998, - 37.28747622100008 - ], - [ - -121.99523682599994, - 37.287476628000036 - ], - [ - -121.99496189899997, - 37.28748011400006 - ], - [ - -121.99468691299995, - 37.287483578000035 - ], - [ - -121.99468423499997, - 37.28719915500005 - ], - [ - -121.994658943, - 37.28693429500004 - ], - [ - -121.99465816299994, - 37.28692648900005 - ], - [ - -121.99465807299998, - 37.286925573000076 - ], - [ - -121.99465806799998, - 37.286923503000025 - ], - [ - -121.99466305599998, - 37.28664564200005 - ], - [ - -121.99466887099999, - 37.28632171800007 - ], - [ - -121.99462818299997, - 37.28606046400006 - ], - [ - -121.99462679199996, - 37.28605397000007 - ], - [ - -121.994626359, - 37.28604930200004 - ], - [ - -121.99462624299997, - 37.28604803700006 - ], - [ - -121.99461326799997, - 37.285724283000036 - ], - [ - -121.99459942699997, - 37.285380076000024 - ], - [ - -121.994589728, - 37.28513848000006 - ], - [ - -121.99457826899999, - 37.28485332200006 - ], - [ - -121.99457033599998, - 37.28457823700006 - ], - [ - -121.99456152399995, - 37.284293594000076 - ], - [ - -121.99455316799998, - 37.284021765000034 - ], - [ - -121.99454573499997, - 37.28378029900006 - ], - [ - -121.99453681699998, - 37.28349034800004 - ], - [ - -121.99453122199998, - 37.283197517000076 - ], - [ - -121.99452208399998, - 37.282900908000045 - ], - [ - -121.99451320099996, - 37.28261271800005 - ], - [ - -121.99450473499996, - 37.28233814300006 - ], - [ - -121.99449497399996, - 37.28202181100005 - ], - [ - -121.994485135, - 37.28170293800008 - ], - [ - -121.99447669699998, - 37.28142838500003 - ], - [ - -121.99446700399994, - 37.281113952000055 - ], - [ - -121.994462248, - 37.280959205000045 - ], - [ - -121.99446016299999, - 37.28087696500006 - ], - [ - -121.99445993199998, - 37.28086785700003 - ], - [ - -121.99445980299998, - 37.280860467000025 - ], - [ - -121.99445877899996, - 37.28079414300004 - ], - [ - -121.99443930599995, - 37.28053356800007 - ], - [ - -121.99419104499998, - 37.28053716100004 - ], - [ - -121.99414583499998, - 37.28053826400003 - ], - [ - -121.99395947, - 37.28054286200006 - ], - [ - -121.99378673399997, - 37.280547080000076 - ], - [ - -121.99373273499998, - 37.28054840800007 - ], - [ - -121.99350253399996, - 37.28055406900006 - ], - [ - -121.99349279999996, - 37.28055433000003 - ], - [ - -121.99327236299996, - 37.28055970500003 - ], - [ - -121.99315285399996, - 37.28056267100004 - ], - [ - -121.99303875599998, - 37.280565453000065 - ], - [ - -121.992950168, - 37.28056761300007 - ], - [ - -121.99280858299994, - 37.280571089000034 - ], - [ - -121.992746394, - 37.28057261300006 - ], - [ - -121.99257841099995, - 37.280576747000055 - ], - [ - -121.99254207799999, - 37.28057764500005 - ], - [ - -121.99235456599996, - 37.28058223200003 - ], - [ - -121.99234053699996, - 37.28058257200007 - ], - [ - -121.99213564699994, - 37.280587586000024 - ], - [ - -121.99212439499996, - 37.280587866000076 - ], - [ - -121.99194043399996, - 37.280592384000045 - ], - [ - -121.99189422299997, - 37.28059352300005 - ], - [ - -121.99173900799997, - 37.280597354000065 - ], - [ - -121.9916640499999, - 37.280599179000035 - ], - [ - -121.99154216299996, - 37.28060215000005 - ], - [ - -121.99143385099995, - 37.280604812000036 - ], - [ - -121.99134695199996, - 37.28060694900006 - ], - [ - -121.99120367799998, - 37.28061046600004 - ], - [ - -121.99115128199998, - 37.28061175100004 - ], - [ - -121.99097350499994, - 37.28061609900004 - ], - [ - -121.99095257599998, - 37.28061661700008 - ], - [ - -121.99075590199999, - 37.28062143200003 - ], - [ - -121.99073989799996, - 37.28062182000008 - ], - [ - -121.99056160599997, - 37.280626193000046 - ], - [ - -121.99050972499998, - 37.28062747300004 - ], - [ - -121.99036398799996, - 37.280631044000074 - ], - [ - -121.990279553, - 37.28063310300007 - ], - [ - -121.99016639899997, - 37.28063587100007 - ], - [ - -121.99009811299999, - 37.28063758700006 - ], - [ - -121.99004935199997, - 37.28063875600003 - ], - [ - -121.99002802099994, - 37.28063927900007 - ], - [ - -121.98980784099996, - 37.280644668000036 - ], - [ - -121.98979234999996, - 37.28064504800005 - ], - [ - -121.98971182899999, - 37.28065090100006 - ], - [ - -121.98970913399995, - 37.28063356300004 - ], - [ - -121.98970669099998, - 37.280564053000035 - ], - [ - -121.98970675399994, - 37.28053994900006 - ], - [ - -121.98970610599997, - 37.280514571000026 - ], - [ - -121.98970391499995, - 37.28045639000004 - ], - [ - -121.98970078099995, - 37.280398357000024 - ], - [ - -121.98969659199997, - 37.280340384000056 - ], - [ - -121.98969207, - 37.280288893000034 - ], - [ - -121.98969171399995, - 37.28023215200005 - ], - [ - -121.98965620999996, - 37.27943643700007 - ], - [ - -121.98962081099995, - 37.278643008000074 - ], - [ - -121.98958480599998, - 37.27784068400007 - ], - [ - -121.98954903099997, - 37.27704275200006 - ], - [ - -121.98951288899997, - 37.27623775100005 - ], - [ - -121.98959585399996, - 37.27623542500004 - ], - [ - -121.99282253099994, - 37.27614437700004 - ], - [ - -121.99405382599997, - 37.27610961800008 - ], - [ - -121.99423615699999, - 37.27610446400007 - ], - [ - -121.99413602599998, - 37.273963080000044 - ], - [ - -121.99413070799994, - 37.273890003000076 - ], - [ - -121.99413050399994, - 37.273887226000056 - ], - [ - -121.99413019899998, - 37.27388500600006 - ], - [ - -121.99411475099998, - 37.27377337100006 - ], - [ - -121.99411456399997, - 37.27377228800003 - ], - [ - -121.99409031699997, - 37.273661461000074 - ], - [ - -121.99408994999999, - 37.273659734000034 - ], - [ - -121.99408916299996, - 37.273657005000075 - ], - [ - -121.99405632, - 37.27354776400006 - ], - [ - -121.99405564899996, - 37.27354589200007 - ], - [ - -121.99402235199994, - 37.27345762600004 - ], - [ - -121.99399637599998, - 37.27338717600003 - ], - [ - -121.99399604899997, - 37.273386189000064 - ], - [ - -121.99397192499998, - 37.273297799000034 - ], - [ - -121.99397146399997, - 37.27329608900004 - ], - [ - -121.99397117099994, - 37.27329443800005 - ], - [ - -121.99395670999996, - 37.273211409000055 - ], - [ - -121.993956573, - 37.273210266000035 - ], - [ - -121.99386993899998, - 37.27252400100008 - ], - [ - -121.99386320099995, - 37.27247056900006 - ], - [ - -121.99385639699994, - 37.27241105000007 - ], - [ - -121.9938505699999, - 37.27234799400003 - ], - [ - -121.9938501399999, - 37.27234339600005 - ], - [ - -121.993850066, - 37.27234246800003 - ], - [ - -121.99384938199995, - 37.27233372500007 - ], - [ - -121.99382309999999, - 37.27198729500003 - ], - [ - -121.99379223399995, - 37.27158060900007 - ], - [ - -121.99377702799995, - 37.27142299800005 - ], - [ - -121.993771504, - 37.27137591600007 - ], - [ - -121.99376728799996, - 37.27133975700008 - ], - [ - -121.99374318099996, - 37.271133778000035 - ], - [ - -121.99374017599996, - 37.271108155000036 - ], - [ - -121.99370022599999, - 37.27076712000007 - ], - [ - -121.99367504599996, - 37.270543685000064 - ], - [ - -121.99367414699998, - 37.27053552000007 - ], - [ - -121.99367309599995, - 37.27052588300006 - ], - [ - -121.99365479299996, - 37.270355264000045 - ], - [ - -121.99355931999997, - 37.270316034000075 - ], - [ - -121.99228275599995, - 37.269730870000046 - ], - [ - -121.99215493199995, - 37.26967225200008 - ], - [ - -121.99209596399999, - 37.26964523700008 - ], - [ - -121.99148711599997, - 37.26936613400005 - ], - [ - -121.99087728999996, - 37.269086583000046 - ], - [ - -121.99082043299995, - 37.26906052500004 - ], - [ - -121.990737793, - 37.26902264100005 - ], - [ - -121.990661021, - 37.26898756600008 - ], - [ - -121.990267572, - 37.26880780400006 - ], - [ - -121.99004483299996, - 37.26870603100008 - ], - [ - -121.98986880499996, - 37.26862561400003 - ], - [ - -121.98969280499995, - 37.26854519800003 - ], - [ - -121.989516778, - 37.26846475700006 - ], - [ - -121.98934075099999, - 37.26838434000007 - ], - [ - -121.98916472499997, - 37.268303900000035 - ], - [ - -121.988988727, - 37.268223481000064 - ], - [ - -121.98865832399997, - 37.268072509000035 - ], - [ - -121.988219158, - 37.26787185200004 - ], - [ - -121.98663243799996, - 37.267146817000025 - ], - [ - -121.98649240599997, - 37.26707298900004 - ], - [ - -121.98649532399997, - 37.26708139800007 - ], - [ - -121.98517601099996, - 37.266475367000055 - ], - [ - -121.98477161699998, - 37.26654937200004 - ], - [ - -121.98450423799994, - 37.26659316400003 - ], - [ - -121.98447446699998, - 37.26661813100003 - ], - [ - -121.98446350199998, - 37.26662732900007 - ], - [ - -121.98436487999999, - 37.266648356000076 - ], - [ - -121.984103125, - 37.26670416200005 - ], - [ - -121.983760884, - 37.26677710200005 - ], - [ - -121.98366454399996, - 37.266797618000055 - ], - [ - -121.98365940999997, - 37.266798737000045 - ], - [ - -121.983450872, - 37.26684319900005 - ], - [ - -121.98328862199998, - 37.266877805000036 - ], - [ - -121.98326837199994, - 37.266882113000065 - ], - [ - -121.98326620599994, - 37.26688257500007 - ], - [ - -121.98312557199995, - 37.26691253400003 - ], - [ - -121.983002678, - 37.26693874400007 - ], - [ - -121.98285779599996, - 37.26696964900003 - ], - [ - -121.98283535099995, - 37.26697442100004 - ], - [ - -121.98267316599998, - 37.26700071500005 - ], - [ - -121.98265544799995, - 37.267004213000064 - ], - [ - -121.98230034699998, - 37.267074266000066 - ], - [ - -121.98225238699996, - 37.266940530000056 - ], - [ - -121.98221903599995, - 37.266947111000036 - ], - [ - -121.98211533199998, - 37.26696758200006 - ], - [ - -121.98201205799995, - 37.266987957000026 - ], - [ - -121.9819154, - 37.26700703400007 - ], - [ - -121.98191043599996, - 37.26700796700004 - ], - [ - -121.98183379799997, - 37.26702256600004 - ], - [ - -121.98179279299995, - 37.267030377000026 - ], - [ - -121.98189682999998, - 37.26732450500003 - ], - [ - -121.98207793399996, - 37.26783651000005 - ], - [ - -121.98208655199994, - 37.26786091500003 - ], - [ - -121.982104387, - 37.26791397900007 - ], - [ - -121.98213674399994, - 37.267907801000035 - ], - [ - -121.98260434099996, - 37.26781842200006 - ], - [ - -121.98263143599996, - 37.26789796700007 - ], - [ - -121.98268614099999, - 37.26805828300007 - ], - [ - -121.98273877699995, - 37.26821251400003 - ], - [ - -121.98279208199995, - 37.26836875200007 - ], - [ - -121.98284435199997, - 37.26852191200004 - ], - [ - -121.98284794199998, - 37.26853244200004 - ], - [ - -121.982897171, - 37.26867666700008 - ], - [ - -121.98295023399999, - 37.26883219700005 - ], - [ - -121.98295996499996, - 37.26886075700003 - ], - [ - -121.98300339099995, - 37.268988094000065 - ], - [ - -121.98306834399995, - 37.26917840400006 - ], - [ - -121.98312977799998, - 37.26933005200004 - ], - [ - -121.98313132299995, - 37.26933424400005 - ], - [ - -121.98318916999995, - 37.269492643000035 - ], - [ - -121.98321776199998, - 37.26957097700006 - ], - [ - -121.98328872299999, - 37.26976528700004 - ], - [ - -121.98333297099998, - 37.26988650200008 - ], - [ - -121.98332650599997, - 37.26990089100008 - ], - [ - -121.98331321499995, - 37.26994546000003 - ], - [ - -121.98330943199994, - 37.26999050100005 - ], - [ - -121.98293846899998, - 37.270061664000025 - ], - [ - -121.98269178799995, - 37.27010853100006 - ], - [ - -121.98242518999996, - 37.270159198000044 - ], - [ - -121.98235616599999, - 37.27017231800005 - ], - [ - -121.98216087699996, - 37.27020942300004 - ], - [ - -121.98217846299997, - 37.27025850600006 - ], - [ - -121.98227378599995, - 37.27052456500007 - ], - [ - -121.98228054499998, - 37.27054338700003 - ], - [ - -121.98233135999999, - 37.270685212000046 - ], - [ - -121.98237353899998, - 37.27080743800008 - ], - [ - -121.98236258399999, - 37.27080963700007 - ], - [ - -121.98238907399997, - 37.27090340400008 - ], - [ - -121.98200582699997, - 37.27097491100005 - ], - [ - -121.98200831399998, - 37.27098335000005 - ], - [ - -121.98180752899998, - 37.27102079800005 - ], - [ - -121.98182863799997, - 37.27108865200006 - ], - [ - -121.98167805299994, - 37.27111697200007 - ], - [ - -121.98145195199999, - 37.27115460400006 - ], - [ - -121.98122763299995, - 37.27117515800006 - ], - [ - -121.98124706899995, - 37.27125848500003 - ], - [ - -121.98130025299997, - 37.27140719300007 - ], - [ - -121.98130707599995, - 37.27142626600005 - ], - [ - -121.98136371799995, - 37.27158472700006 - ], - [ - -121.98142036099995, - 37.27174316600008 - ], - [ - -121.98143579599997, - 37.27178632600004 - ], - [ - -121.98147700499999, - 37.27190162900007 - ], - [ - -121.98153364799998, - 37.27206006700004 - ], - [ - -121.98159031999995, - 37.27221852800005 - ], - [ - -121.98164696299995, - 37.27237694400003 - ], - [ - -121.98170360799998, - 37.27253540500004 - ], - [ - -121.98171512999994, - 37.27256764900005 - ], - [ - -121.981760281, - 37.272693867000044 - ], - [ - -121.981815015, - 37.27284701900004 - ], - [ - -121.98187169099998, - 37.27300548000005 - ], - [ - -121.98192833399997, - 37.27316391900007 - ], - [ - -121.98198494999997, - 37.27332235800003 - ], - [ - -121.98205966699999, - 37.27353124600006 - ], - [ - -121.98207864899996, - 37.27358431700003 - ], - [ - -121.98208204599996, - 37.273593865000066 - ], - [ - -121.98208642199995, - 37.27360509500005 - ], - [ - -121.98212235999995, - 37.27369711600005 - ], - [ - -121.98228285799996, - 37.273592079000025 - ], - [ - -121.98291566299997, - 37.273418364000065 - ], - [ - -121.98291922899995, - 37.27351155100007 - ], - [ - -121.98292047999996, - 37.27354424500004 - ], - [ - -121.98292337299995, - 37.27362077600003 - ], - [ - -121.98292351199996, - 37.27362489500007 - ], - [ - -121.98293342599999, - 37.273886495000056 - ], - [ - -121.98293975399997, - 37.27405399400004 - ], - [ - -121.98294593799994, - 37.274217032000024 - ], - [ - -121.98295204199997, - 37.27437897200008 - ], - [ - -121.98295817699994, - 37.27454095600007 - ], - [ - -121.98296431099999, - 37.27470291800006 - ], - [ - -121.98297044299994, - 37.27486488000005 - ], - [ - -121.98297654699996, - 37.275026843000035 - ], - [ - -121.98298269399999, - 37.27518944600007 - ], - [ - -121.982988746, - 37.275348730000076 - ], - [ - -121.98299485099994, - 37.27551069100008 - ], - [ - -121.98300115899997, - 37.27567709200008 - ], - [ - -121.98300730499994, - 37.275839649000034 - ], - [ - -121.98301267, - 37.27598168500003 - ], - [ - -121.98301339399995, - 37.27600078900008 - ], - [ - -121.98301954799996, - 37.27616384800007 - ], - [ - -121.98302122099994, - 37.276207776000035 - ], - [ - -121.98302554999998, - 37.27632203500008 - ], - [ - -121.98302578599998, - 37.27632816700003 - ], - [ - -121.98302907899995, - 37.27641041500004 - ], - [ - -121.98153119999995, - 37.27645036600006 - ], - [ - -121.98017462599995, - 37.27648745800008 - ], - [ - -121.97970075699999, - 37.27650166500007 - ], - [ - -121.97970748399996, - 37.276583938000044 - ], - [ - -121.97971288999997, - 37.27674714700004 - ], - [ - -121.97971324399998, - 37.276757807000024 - ], - [ - -121.979717747, - 37.27689266500005 - ], - [ - -121.979718285, - 37.276908338000055 - ], - [ - -121.97972257299995, - 37.27703818700007 - ], - [ - -121.97972353999995, - 37.27706676400004 - ], - [ - -121.97972742999997, - 37.27718370600007 - ], - [ - -121.97972848499995, - 37.277215374000036 - ], - [ - -121.97973225699997, - 37.27732922700005 - ], - [ - -121.97973381999998, - 37.277376385000025 - ], - [ - -121.97973708499995, - 37.27747474800003 - ], - [ - -121.979738769, - 37.27752517600004 - ], - [ - -121.97974174499996, - 37.277614776000064 - ], - [ - -121.97974401599998, - 37.277683212000056 - ], - [ - -121.97974657299994, - 37.27776029700004 - ], - [ - -121.97974893599996, - 37.277830540000025 - ], - [ - -121.97975126299997, - 37.277900325000076 - ], - [ - -121.97975424899994, - 37.27799040600007 - ], - [ - -121.97975609099996, - 37.278045846000055 - ], - [ - -121.97975922799998, - 37.278140664000034 - ], - [ - -121.97976091799995, - 37.278191366000044 - ], - [ - -121.97976445699999, - 37.27829780700006 - ], - [ - -121.97976560899997, - 37.27833288200003 - ], - [ - -121.97977243599996, - 37.27844630800007 - ], - [ - -121.97977440799997, - 37.27847929200004 - ], - [ - -121.97978179399996, - 37.278603651000026 - ], - [ - -121.97978294899997, - 37.278622889000076 - ], - [ - -121.97979078399999, - 37.27875383600008 - ], - [ - -121.979791547, - 37.27876639400006 - ], - [ - -121.97979215299995, - 37.278776755000024 - ], - [ - -121.97980154499999, - 37.27892567400005 - ], - [ - -121.97980116499997, - 37.27900920400003 - ], - [ - -121.97964140999994, - 37.27900920900004 - ], - [ - -121.97941008699996, - 37.279007095000054 - ], - [ - -121.97933807199996, - 37.279007136000075 - ], - [ - -121.97927264499998, - 37.279007069000045 - ], - [ - -121.97884211699994, - 37.27900898200005 - ], - [ - -121.97881824099994, - 37.279010190000065 - ], - [ - -121.97877868499995, - 37.27901715400003 - ], - [ - -121.97877442899994, - 37.279018234000034 - ], - [ - -121.97877331499996, - 37.279018516000065 - ], - [ - -121.97871079799995, - 37.279030213000055 - ], - [ - -121.97864694799995, - 37.27903468900007 - ], - [ - -121.97864265299995, - 37.27903473300006 - ], - [ - -121.97784505799996, - 37.27903782100003 - ], - [ - -121.97780614599998, - 37.27903920500006 - ], - [ - -121.97773954399997, - 37.27904736600004 - ], - [ - -121.97771460799999, - 37.27905237600004 - ], - [ - -121.97729254899997, - 37.279146653000055 - ], - [ - -121.977288419, - 37.279104335000056 - ], - [ - -121.97727812699998, - 37.279042752000066 - ], - [ - -121.97725838899999, - 37.27897948200007 - ], - [ - -121.97723004399995, - 37.27891902700003 - ], - [ - -121.97722778499997, - 37.27891494600004 - ], - [ - -121.97722547099994, - 37.27891088100006 - ], - [ - -121.97722316, - 37.27890681500003 - ], - [ - -121.97704179299996, - 37.278597271000024 - ], - [ - -121.97703446199995, - 37.278585527000075 - ], - [ - -121.97703356799997, - 37.27858409700008 - ], - [ - -121.97700209799996, - 37.27854447500005 - ], - [ - -121.976963588, - 37.278509574000054 - ], - [ - -121.97691803199996, - 37.278479392000065 - ], - [ - -121.97686750599996, - 37.27845552100007 - ], - [ - -121.97684023599999, - 37.278445899000076 - ], - [ - -121.97661822999999, - 37.27837593100003 - ], - [ - -121.97665784499998, - 37.278273314000046 - ], - [ - -121.97669201599996, - 37.27816080300005 - ], - [ - -121.97671138599998, - 37.278077207000024 - ], - [ - -121.97671719599998, - 37.27804673900005 - ], - [ - -121.976717367, - 37.278045537000025 - ], - [ - -121.97673326699999, - 37.27793167800007 - ], - [ - -121.97674017499997, - 37.27781603300008 - ], - [ - -121.97674014499995, - 37.277814196000065 - ], - [ - -121.97673832099997, - 37.27770783200003 - ], - [ - -121.97672311099996, - 37.27742787200003 - ], - [ - -121.97671757299997, - 37.27732585100006 - ], - [ - -121.97643826899997, - 37.277369889000056 - ], - [ - -121.97631348299996, - 37.27747819900003 - ], - [ - -121.97626074099998, - 37.277411131000065 - ], - [ - -121.97619116199996, - 37.27744442100004 - ], - [ - -121.976134506, - 37.27746195900005 - ], - [ - -121.976076015, - 37.27747512700006 - ], - [ - -121.97601620499995, - 37.27748380000003 - ], - [ - -121.97595567299999, - 37.27748788300005 - ], - [ - -121.97589490799999, - 37.27748736600006 - ], - [ - -121.97561573099995, - 37.277487085000075 - ], - [ - -121.975400101, - 37.27748456000006 - ], - [ - -121.97518806899996, - 37.27747992900004 - ], - [ - -121.97511964699999, - 37.27747907400004 - ], - [ - -121.97505418099996, - 37.27747831900007 - ], - [ - -121.97497467499994, - 37.27747746700004 - ], - [ - -121.97472700799995, - 37.27747726700005 - ], - [ - -121.97439426099999, - 37.27747523100004 - ], - [ - -121.97428181499998, - 37.27747447300004 - ], - [ - -121.97421021499997, - 37.27747361100006 - ], - [ - -121.97414672399998, - 37.27747285400005 - ], - [ - -121.97392785399995, - 37.27747016100005 - ], - [ - -121.97375047699995, - 37.27746680800004 - ], - [ - -121.97358032799997, - 37.27746096100003 - ], - [ - -121.97342506499996, - 37.27745613900004 - ], - [ - -121.97321421899994, - 37.27744782800005 - ], - [ - -121.97305748699995, - 37.27743959000003 - ], - [ - -121.97298855799994, - 37.27743775500005 - ], - [ - -121.97274520199994, - 37.27743960300006 - ], - [ - -121.97254934299997, - 37.27744604900005 - ], - [ - -121.97222641899998, - 37.277464370000075 - ], - [ - -121.97215363799995, - 37.277468971000076 - ], - [ - -121.97196132899995, - 37.27747969600006 - ], - [ - -121.97176177199998, - 37.27749037700005 - ], - [ - -121.97164589099998, - 37.277492634000055 - ], - [ - -121.97161104999998, - 37.277490714000066 - ], - [ - -121.97157637999999, - 37.27748735100005 - ], - [ - -121.97154197099997, - 37.277482588000055 - ], - [ - -121.97145531099994, - 37.277467493000074 - ], - [ - -121.97136129299997, - 37.27744102300005 - ], - [ - -121.97126315499997, - 37.27738853300008 - ], - [ - -121.97122178599994, - 37.277378042000066 - ], - [ - -121.97086524499997, - 37.27728764200003 - ], - [ - -121.97046573299997, - 37.27728732600008 - ], - [ - -121.97045963599999, - 37.277294795000046 - ], - [ - -121.97038580499998, - 37.27729707300006 - ], - [ - -121.97037701799997, - 37.27729736600003 - ], - [ - -121.97014138699996, - 37.27730467500004 - ], - [ - -121.96944938399997, - 37.27732615600007 - ], - [ - -121.96919337299994, - 37.277290477000065 - ], - [ - -121.96912035799994, - 37.27728029200006 - ], - [ - -121.96893951899995, - 37.277255069000034 - ], - [ - -121.96886256799996, - 37.277282220000075 - ], - [ - -121.96883730599995, - 37.277291098000035 - ], - [ - -121.96809174899994, - 37.27755388800006 - ], - [ - -121.96745849799998, - 37.27777710500004 - ], - [ - -121.96716770299997, - 37.277879589000065 - ], - [ - -121.96697693099998, - 37.27794682700005 - ], - [ - -121.96663836, - 37.27795033500007 - ], - [ - -121.96626439099998, - 37.27795419500006 - ], - [ - -121.96551218499997, - 37.27830238400003 - ], - [ - -121.96526461599996, - 37.278599529000076 - ], - [ - -121.96477024499995, - 37.278796251000074 - ], - [ - -121.96474106599999, - 37.27880703100004 - ], - [ - -121.96474058899997, - 37.278912811000055 - ], - [ - -121.9647392, - 37.27923091100007 - ], - [ - -121.964724236, - 37.27938384300006 - ], - [ - -121.96472715299996, - 37.27955465800005 - ], - [ - -121.96472956799994, - 37.279694052000025 - ], - [ - -121.96472997799998, - 37.279719431000046 - ], - [ - -121.96473159299995, - 37.27981216200004 - ], - [ - -121.964732804, - 37.27988420500003 - ], - [ - -121.96473439199997, - 37.279976936000025 - ], - [ - -121.96473563199999, - 37.28004897900007 - ], - [ - -121.96473751199994, - 37.28015818700004 - ], - [ - -121.96473845799994, - 37.280213752000066 - ], - [ - -121.96474060499997, - 37.280339438000055 - ], - [ - -121.96474128499995, - 37.280378503000065 - ], - [ - -121.96474343099999, - 37.28050421100005 - ], - [ - -121.96474411099996, - 37.280543299000044 - ], - [ - -121.96474655199995, - 37.280685461000076 - ], - [ - -121.96474693799996, - 37.28070809500008 - ], - [ - -121.96474934999998, - 37.28085023600005 - ], - [ - -121.96474976399998, - 37.28087284600008 - ], - [ - -121.96475228499997, - 37.28102050200005 - ], - [ - -121.96475257799995, - 37.281037619000074 - ], - [ - -121.96475537799995, - 37.28120175300006 - ], - [ - -121.96475821799999, - 37.28136716700004 - ], - [ - -121.96476012599999, - 37.28147637400008 - ], - [ - -121.96476104399994, - 37.28153196300008 - ], - [ - -121.96476246999998, - 37.281615059000046 - ], - [ - -121.96476386999996, - 37.28169673700006 - ], - [ - -121.96476729799997, - 37.28189654800008 - ], - [ - -121.964767382, - 37.28196521700005 - ], - [ - -121.96514061099998, - 37.28196212700004 - ], - [ - -121.96517486299996, - 37.28196169900008 - ], - [ - -121.96521527399995, - 37.281961170000045 - ], - [ - -121.96604271899997, - 37.28195076900005 - ], - [ - -121.96604584199997, - 37.28195073000006 - ], - [ - -121.96611747499998, - 37.28195019900005 - ], - [ - -121.96620309899998, - 37.28194873800004 - ], - [ - -121.96640948299995, - 37.28194654400005 - ], - [ - -121.96649310499998, - 37.28194535800003 - ], - [ - -121.966493658, - 37.28202750400004 - ], - [ - -121.96649617899999, - 37.28222627300005 - ], - [ - -121.96649619599998, - 37.28222856300005 - ], - [ - -121.966498216, - 37.282392842000036 - ], - [ - -121.96649827799996, - 37.28239606900007 - ], - [ - -121.96650039499997, - 37.28256087400007 - ], - [ - -121.96650041899994, - 37.282563621000065 - ], - [ - -121.96650240699995, - 37.28271908900007 - ], - [ - -121.96650255799995, - 37.282731127000034 - ], - [ - -121.96650458999994, - 37.28289316400003 - ], - [ - -121.96650462399998, - 37.28289634400005 - ], - [ - -121.96650665499999, - 37.28305687000005 - ], - [ - -121.96650670199995, - 37.28306069200005 - ], - [ - -121.96650878199995, - 37.283225178000066 - ], - [ - -121.96650881299996, - 37.28322822200005 - ], - [ - -121.96651090799998, - 37.283393508000074 - ], - [ - -121.96651091999996, - 37.28339575900003 - ], - [ - -121.96651300999997, - 37.28356069400007 - ], - [ - -121.966513035, - 37.28356328000007 - ], - [ - -121.96651513799998, - 37.28373035200008 - ], - [ - -121.96651726099998, - 37.28389552400006 - ], - [ - -121.96651728699999, - 37.28389833800003 - ], - [ - -121.96651866199994, - 37.28400876500007 - ], - [ - -121.96651968299994, - 37.284090631000026 - ], - [ - -121.96652100699998, - 37.28417061600004 - ], - [ - -121.96644299399998, - 37.28417099700005 - ], - [ - -121.96633526699998, - 37.28417172700006 - ], - [ - -121.966316668, - 37.28417131900005 - ], - [ - -121.96629805599997, - 37.28417180500003 - ], - [ - -121.966279521, - 37.284173182000075 - ], - [ - -121.96607392299995, - 37.28417779200004 - ], - [ - -121.96579560899994, - 37.28418036000005 - ], - [ - -121.96579662899995, - 37.284257258000025 - ], - [ - -121.965799829, - 37.284496466000064 - ], - [ - -121.96580064199998, - 37.28455700100005 - ], - [ - -121.96580268199995, - 37.284710681000035 - ], - [ - -121.96580310399997, - 37.28474237900008 - ], - [ - -121.965805408, - 37.28491402700007 - ], - [ - -121.96580553499996, - 37.28492489800004 - ], - [ - -121.96580768499996, - 37.28508569600007 - ], - [ - -121.96580838799997, - 37.28513911300007 - ], - [ - -121.96580995999994, - 37.285257321000074 - ], - [ - -121.96581124099998, - 37.28535332900003 - ], - [ - -121.96581223699997, - 37.285428945000035 - ], - [ - -121.96581409499998, - 37.28556756800003 - ], - [ - -121.96581454199998, - 37.28560061500008 - ], - [ - -121.96581681699996, - 37.28577224000003 - ], - [ - -121.96581694699995, - 37.28578176100007 - ], - [ - -121.965819152, - 37.285943909000025 - ], - [ - -121.96581980099995, - 37.28599597700003 - ], - [ - -121.96582140499999, - 37.28611580900008 - ], - [ - -121.96582265399996, - 37.286210193000045 - ], - [ - -121.96582368099996, - 37.286287479000066 - ], - [ - -121.96582550699998, - 37.28642438500003 - ], - [ - -121.96582596999997, - 37.286458279000044 - ], - [ - -121.96582853599995, - 37.28665054700008 - ], - [ - -121.96582861599995, - 37.286656040000025 - ], - [ - -121.96583499499997, - 37.286892323000075 - ], - [ - -121.96606752099996, - 37.28688156100003 - ], - [ - -121.96630780799995, - 37.28687047300008 - ], - [ - -121.96637297899997, - 37.286867449000056 - ], - [ - -121.96649219099999, - 37.28686191500003 - ], - [ - -121.96652502099994, - 37.28686042800007 - ], - [ - -121.96664460899996, - 37.28685332800006 - ], - [ - -121.96675374199998, - 37.28684410500006 - ], - [ - -121.967076024, - 37.28678801600006 - ], - [ - -121.96708307499995, - 37.286786187000075 - ], - [ - -121.96708422299997, - 37.28678589100008 - ], - [ - -121.96708665099999, - 37.28678541200003 - ], - [ - -121.96708845599994, - 37.28678506700004 - ], - [ - -121.96718167499995, - 37.286767861000044 - ], - [ - -121.96735746699994, - 37.28672974300008 - ], - [ - -121.96736030999995, - 37.28672902500006 - ], - [ - -121.96748195299995, - 37.286698123000065 - ], - [ - -121.96752869299996, - 37.28668521800006 - ], - [ - -121.96753034899996, - 37.28668475300003 - ], - [ - -121.96754034099996, - 37.28668190500008 - ], - [ - -121.96754172099998, - 37.28668149600003 - ], - [ - -121.96755197699997, - 37.286678566000035 - ], - [ - -121.96755585299996, - 37.28667745200005 - ], - [ - -121.96756360899997, - 37.28667521600005 - ], - [ - -121.96773734499999, - 37.28662847600003 - ], - [ - -121.96791441699997, - 37.28658849200008 - ], - [ - -121.96809374199995, - 37.28655555600005 - ], - [ - -121.96827488899999, - 37.286529743000074 - ], - [ - -121.968393758, - 37.286516781000046 - ], - [ - -121.96839291999999, - 37.286474171000066 - ], - [ - -121.97041911399998, - 37.28639118000007 - ], - [ - -121.97060835399998, - 37.286383424000064 - ], - [ - -121.97068372299998, - 37.28638034900007 - ], - [ - -121.97068416299999, - 37.28642156900003 - ], - [ - -121.97079064599995, - 37.286417210000025 - ], - [ - -121.97106558999997, - 37.28640592800008 - ], - [ - -121.97132885399998, - 37.28639515900005 - ], - [ - -121.97170670099996, - 37.28637953900005 - ], - [ - -121.97185586199998, - 37.286373292000064 - ], - [ - -121.97206201699998, - 37.28636465900007 - ], - [ - -121.97225099399998, - 37.286356744000045 - ], - [ - -121.97247432299997, - 37.286347412000055 - ], - [ - -121.97288139199998, - 37.28633036900004 - ], - [ - -121.97348585399999, - 37.286305070000026 - ], - [ - -121.973805245, - 37.28629169000004 - ], - [ - -121.97397129499996, - 37.286284747000025 - ], - [ - -121.974162934, - 37.286276635000036 - ], - [ - -121.97416016799997, - 37.28616682000006 - ], - [ - -121.97412702899999, - 37.28603786300005 - ], - [ - -121.97411732199998, - 37.28585211600006 - ], - [ - -121.97411116899997, - 37.28575942100008 - ], - [ - -121.97411058799997, - 37.285747411000045 - ], - [ - -121.97410457199999, - 37.285625321000055 - ], - [ - -121.974102932, - 37.285594486000036 - ], - [ - -121.97409787799995, - 37.285499395000045 - ], - [ - -121.97408980699998, - 37.28535016100005 - ], - [ - -121.97408867699994, - 37.285329140000044 - ], - [ - -121.974088124, - 37.28531857200005 - ], - [ - -121.9740873699999, - 37.285306449000075 - ], - [ - -121.97408002399999, - 37.28518664200004 - ], - [ - -121.97407830499998, - 37.285159082000064 - ], - [ - -121.97407698999996, - 37.285137398000074 - ], - [ - -121.97407598899997, - 37.28511717600003 - ], - [ - -121.97407052999995, - 37.28501021100004 - ], - [ - -121.97406978099997, - 37.28498822300003 - ], - [ - -121.97406860299998, - 37.28497214600003 - ], - [ - -121.97406792799995, - 37.28495816900005 - ], - [ - -121.97406202499997, - 37.28484184600006 - ], - [ - -121.974061899, - 37.28481804200004 - ], - [ - -121.97406024399999, - 37.284806778000075 - ], - [ - -121.97405945099996, - 37.28479126900004 - ], - [ - -121.97405389399995, - 37.28467350000005 - ], - [ - -121.97405255799998, - 37.28464794900003 - ], - [ - -121.97405216299995, - 37.284640927000055 - ], - [ - -121.97405054099994, - 37.284612449000065 - ], - [ - -121.97404284499999, - 37.28447781400007 - ], - [ - -121.97420961499995, - 37.28447122800003 - ], - [ - -121.97450616599997, - 37.28445792600007 - ], - [ - -121.97471223399998, - 37.28444954100007 - ], - [ - -121.97514319199996, - 37.28443150100003 - ], - [ - -121.97518461199996, - 37.28442978900006 - ], - [ - -121.97537106799996, - 37.28442206200003 - ], - [ - -121.97556598299997, - 37.28441328700006 - ], - [ - -121.975627149, - 37.28441057200007 - ], - [ - -121.97589336199997, - 37.28440009800005 - ], - [ - -121.97611113999994, - 37.28439430900005 - ], - [ - -121.97648625699998, - 37.28437738000008 - ], - [ - -121.97664078099996, - 37.28438902800008 - ], - [ - -121.97664496299996, - 37.28360565200006 - ], - [ - -121.977923138, - 37.28357970900004 - ], - [ - -121.97890029699994, - 37.28355986500003 - ], - [ - -121.97949539999996, - 37.28354777000004 - ], - [ - -121.979659906, - 37.28354127400007 - ], - [ - -121.98011246099998, - 37.28352340200007 - ], - [ - -121.98088497799995, - 37.283507135000036 - ], - [ - -121.98090973099994, - 37.283507765000024 - ], - [ - -121.98092911999998, - 37.283509826000056 - ], - [ - -121.98096225899997, - 37.28351373100003 - ], - [ - -121.98103229799995, - 37.28351651000003 - ], - [ - -121.98103531999999, - 37.283516458000065 - ], - [ - -121.98104016899998, - 37.28351636600007 - ], - [ - -121.98241181299994, - 37.283482942000035 - ], - [ - -121.98247704099998, - 37.28348285000004 - ], - [ - -121.98255484299995, - 37.28347984900006 - ], - [ - -121.982714494, - 37.283478423000076 - ], - [ - -121.98297198699998, - 37.28347337900004 - ], - [ - -121.98297505, - 37.28355414200007 - ], - [ - -121.98297899299996, - 37.283683558000064 - ], - [ - -121.98298223499995, - 37.28373875200003 - ], - [ - -121.98298631699998, - 37.283808812000075 - ], - [ - -121.98298751699997, - 37.28385192200005 - ], - [ - -121.98299037499999, - 37.28389782700003 - ], - [ - -121.98299163699994, - 37.28391815900005 - ], - [ - -121.98299567599997, - 37.28398311600006 - ], - [ - -121.98299750199999, - 37.28401312600005 - ], - [ - -121.98299935399996, - 37.284024113000044 - ], - [ - -121.98300094899997, - 37.28406268400005 - ], - [ - -121.98300200699998, - 37.284088514000075 - ], - [ - -121.98300760799998, - 37.28422356400006 - ], - [ - -121.98300959499994, - 37.28425453300008 - ], - [ - -121.98301537299994, - 37.28434789700003 - ], - [ - -121.98301840599999, - 37.28440549600003 - ], - [ - -121.98301867699996, - 37.284410483000045 - ], - [ - -121.98301922, - 37.28441910500004 - ], - [ - -121.98302990399998, - 37.284583688000055 - ], - [ - -121.98303422499998, - 37.284649855000055 - ], - [ - -121.98303458099997, - 37.284657770000024 - ], - [ - -121.98303865999998, - 37.284749256000055 - ], - [ - -121.98304870599998, - 37.28497414000003 - ], - [ - -121.983059213, - 37.28514998600008 - ], - [ - -121.98306688099996, - 37.28529395900006 - ], - [ - -121.983068517, - 37.285331685000074 - ], - [ - -121.98306912099997, - 37.28546759900007 - ], - [ - -121.98306945699994, - 37.28547295200008 - ], - [ - -121.98306993199998, - 37.285480979000056 - ], - [ - -121.98309256599998, - 37.28587827200005 - ], - [ - -121.98309339999997, - 37.285892843000056 - ], - [ - -121.98310633899996, - 37.286098897000045 - ], - [ - -121.98312179899995, - 37.28610154300003 - ], - [ - -121.98313725699995, - 37.28610419600005 - ], - [ - -121.983138441, - 37.286104402000035 - ], - [ - -121.98321440499996, - 37.28611799200007 - ], - [ - -121.983365806, - 37.28614752400006 - ], - [ - -121.983369644, - 37.28614827400003 - ], - [ - -121.98338089899994, - 37.286150633000034 - ], - [ - -121.98338394399997, - 37.28615127300003 - ], - [ - -121.98339597299997, - 37.28615379800004 - ], - [ - -121.98339800399998, - 37.28615422400003 - ], - [ - -121.98341104499997, - 37.28615696300005 - ], - [ - -121.98342611899994, - 37.28616013000004 - ], - [ - -121.98359884299998, - 37.286199242000066 - ], - [ - -121.98360607499995, - 37.28620097900006 - ], - [ - -121.98361141999999, - 37.28620226700008 - ], - [ - -121.983620998, - 37.28620458100005 - ], - [ - -121.98362366899994, - 37.28620522800003 - ], - [ - -121.98363591699996, - 37.286208197000065 - ], - [ - -121.98382544699996, - 37.28625718300003 - ], - [ - -121.98404394399995, - 37.286320431000036 - ], - [ - -121.98388214399995, - 37.28647074100007 - ], - [ - -121.98377148199995, - 37.286573547000046 - ], - [ - -121.98373480599997, - 37.28660505100004 - ], - [ - -121.98352447599996, - 37.286785708000025 - ], - [ - -121.98337480799995, - 37.286908029000074 - ], - [ - -121.98323430499994, - 37.28703018900006 - ], - [ - -121.98309475999997, - 37.28715153400003 - ], - [ - -121.98301756599994, - 37.28721866400008 - ], - [ - -121.98295524199995, - 37.28727287900006 - ], - [ - -121.98283661999994, - 37.28737601300003 - ], - [ - -121.98281566599996, - 37.287394224000025 - ], - [ - -121.98269242699996, - 37.287501399000064 - ], - [ - -121.98268778, - 37.287505442000054 - ], - [ - -121.98255287899997, - 37.28762274500008 - ], - [ - -121.98254820399995, - 37.28762678800007 - ], - [ - -121.98241333199996, - 37.28774409000005 - ], - [ - -121.98240865699995, - 37.28774813200005 - ], - [ - -121.98227378299998, - 37.287865434000025 - ], - [ - -121.98226916399994, - 37.287869475000036 - ], - [ - -121.98213888099997, - 37.287982714000066 - ], - [ - -121.98212958799996, - 37.28799082000006 - ], - [ - -121.98199468399997, - 37.288108099000056 - ], - [ - -121.98199000899996, - 37.288112141000056 - ], - [ - -121.98185513399994, - 37.28822944400008 - ], - [ - -121.98185048799996, - 37.288233486000024 - ], - [ - -121.98171558499996, - 37.28835078700007 - ], - [ - -121.981710938, - 37.28835482900007 - ], - [ - -121.98157603399994, - 37.28847213100005 - ], - [ - -121.98157138699997, - 37.28847617200006 - ], - [ - -121.98143648299998, - 37.28859345200004 - ], - [ - -121.98142715999995, - 37.28860155800004 - ], - [ - -121.98129692999998, - 37.28871479400004 - ], - [ - -121.981287609, - 37.288722879000034 - ], - [ - -121.98115273199994, - 37.28884018000008 - ], - [ - -121.98114808499997, - 37.28884422100003 - ], - [ - -121.980978285, - 37.28899185900008 - ], - [ - -121.98086199399995, - 37.28909296900008 - ], - [ - -121.98069151799996, - 37.28924123300004 - ], - [ - -121.98068827999998, - 37.28924404400004 - ], - [ - -121.98055199299995, - 37.28936259900007 - ], - [ - -121.98054872499995, - 37.28936543300006 - ], - [ - -121.98041246799994, - 37.289483963000066 - ], - [ - -121.98040920099999, - 37.28948677400007 - ], - [ - -121.98027291299996, - 37.28960532900004 - ], - [ - -121.98026967499999, - 37.28960813800006 - ], - [ - -121.98013335899998, - 37.28972667000005 - ], - [ - -121.98012547299999, - 37.289733546000036 - ], - [ - -121.979993832, - 37.289848035000034 - ], - [ - -121.97998594499995, - 37.28985488700005 - ], - [ - -121.97984641899995, - 37.28997625100004 - ], - [ - -121.97983492699996, - 37.289986216000045 - ], - [ - -121.98009061899995, - 37.29016981400008 - ], - [ - -121.98021644699998, - 37.29027106900003 - ], - [ - -121.98023704999997, - 37.290285779000044 - ], - [ - -121.98048555699995, - 37.29046656100007 - ], - [ - -121.98055442099997, - 37.29051669000006 - ], - [ - -121.98058877999995, - 37.29054171000007 - ], - [ - -121.98070688499996, - 37.29062765600003 - ], - [ - -121.98087684899997, - 37.290751312000054 - ], - [ - -121.98101434399996, - 37.29085136600003 - ], - [ - -121.98102957699996, - 37.29086245900004 - ], - [ - -121.98117436999996, - 37.29096782200003 - ], - [ - -121.98118204399998, - 37.29097342500006 - ], - [ - -121.98133250399997, - 37.291082860000074 - ], - [ - -121.98148706299997, - 37.29119533200003 - ], - [ - -121.98164110199997, - 37.291307423000035 - ], - [ - -121.98164999699998, - 37.29131390400005 - ], - [ - -121.98142104199997, - 37.291514181000025 - ], - [ - -121.98127952599998, - 37.29163797600006 - ], - [ - -121.98122920199995, - 37.29168198800005 - ], - [ - -121.98109013599998, - 37.29180364600006 - ], - [ - -121.981058341, - 37.291831470000034 - ], - [ - -121.98095101499996, - 37.29192532700006 - ], - [ - -121.98085165899994, - 37.29201223900003 - ], - [ - -121.98081192099994, - 37.292047007000065 - ], - [ - -121.98065432399994, - 37.29218489800007 - ], - [ - -121.98053224599994, - 37.29228180200005 - ], - [ - -121.98028394699998, - 37.29250679200004 - ], - [ - -121.98026353499995, - 37.29249169000008 - ], - [ - -121.98017095499995, - 37.29242313700007 - ], - [ - -121.98012039199995, - 37.29238573200007 - ], - [ - -121.97995640099998, - 37.29226435800007 - ], - [ - -121.97990037199997, - 37.29222292500003 - ], - [ - -121.979792412, - 37.292143029000044 - ], - [ - -121.97968238699997, - 37.29206158000005 - ], - [ - -121.97962845, - 37.29202167700004 - ], - [ - -121.979486152, - 37.291916349000076 - ], - [ - -121.97946448999994, - 37.29190032500003 - ], - [ - -121.97932001199996, - 37.29179339800004 - ], - [ - -121.97930050199994, - 37.29177897300008 - ], - [ - -121.97916730499998, - 37.29168039500007 - ], - [ - -121.979131484, - 37.29165388300004 - ], - [ - -121.97901791399994, - 37.29156982200004 - ], - [ - -121.97896752499997, - 37.29153253000004 - ], - [ - -121.97886564399994, - 37.291457112000046 - ], - [ - -121.97880356699994, - 37.29141115300007 - ], - [ - -121.97871424699997, - 37.29134507600003 - ], - [ - -121.97863958099998, - 37.29128982300006 - ], - [ - -121.97856253099997, - 37.29123279200007 - ], - [ - -121.97847562399994, - 37.29116846800008 - ], - [ - -121.97841093199997, - 37.29112059800008 - ], - [ - -121.97832425799999, - 37.291056455000046 - ], - [ - -121.978260321, - 37.29100912500007 - ], - [ - -121.97817289199998, - 37.29094441800004 - ], - [ - -121.97810296499995, - 37.290892677000045 - ], - [ - -121.97802152599996, - 37.29083240400007 - ], - [ - -121.97791961699994, - 37.290756963000035 - ], - [ - -121.97787018999998, - 37.29072038900006 - ], - [ - -121.97773516499996, - 37.29062046000007 - ], - [ - -121.97771882399996, - 37.29060837500003 - ], - [ - -121.977575049, - 37.29050194100006 - ], - [ - -121.97739543199998, - 37.29037661700005 - ], - [ - -121.97735339599996, - 37.290345880000075 - ], - [ - -121.977167292, - 37.29020978800003 - ], - [ - -121.977123195, - 37.29017754200004 - ], - [ - -121.97677280699997, - 37.289926415000025 - ], - [ - -121.97674871599997, - 37.289909185000056 - ], - [ - -121.97661166799998, - 37.28982704300006 - ], - [ - -121.97660745299999, - 37.29061648600003 - ], - [ - -121.97660693999995, - 37.290711876000046 - ], - [ - -121.97555649199995, - 37.290729028000044 - ], - [ - -121.97463377999998, - 37.29074408300005 - ], - [ - -121.97399667199994, - 37.29075448300006 - ], - [ - -121.97371272899994, - 37.29075910900008 - ], - [ - -121.97309581199994, - 37.290769182000076 - ], - [ - -121.97271761299999, - 37.290775334000045 - ], - [ - -121.97219724299998, - 37.29078382200004 - ], - [ - -121.97071606799994, - 37.29080796900007 - ], - [ - -121.97071754499996, - 37.290890356000034 - ], - [ - -121.97072416699996, - 37.291257545000065 - ], - [ - -121.97072960999998, - 37.29156193800003 - ], - [ - -121.97073280599994, - 37.291644303000055 - ], - [ - -121.97069465899995, - 37.29164496400006 - ], - [ - -121.97071359799997, - 37.29241992400006 - ], - [ - -121.97073254499998, - 37.29319380700008 - ], - [ - -121.97077393299998, - 37.29319317300008 - ], - [ - -121.97077707199998, - 37.29327551500006 - ], - [ - -121.97078094999995, - 37.29357310800003 - ], - [ - -121.97078987599997, - 37.29391911700003 - ], - [ - -121.97081793399997, - 37.29424279700004 - ], - [ - -121.97082535499999, - 37.29461572100007 - ], - [ - -121.97082540899999, - 37.294618445000026 - ], - [ - -121.97083394499998, - 37.29490952300006 - ], - [ - -121.970837846, - 37.29507428200003 - ], - [ - -121.97084477199996, - 37.29537396400008 - ], - [ - -121.97078161999997, - 37.29537523800008 - ], - [ - -121.97060276299999, - 37.29537885800005 - ], - [ - -121.97057197599997, - 37.295379473000025 - ], - [ - -121.97036195699997, - 37.295383712000046 - ], - [ - -121.97012848199995, - 37.29538840400005 - ], - [ - -121.96988793399998, - 37.29539327800006 - ], - [ - -121.969686363, - 37.29539736300006 - ], - [ - -121.96964735699999, - 37.295398128000045 - ], - [ - -121.96940675099995, - 37.29540297800003 - ], - [ - -121.96932100299995, - 37.295404716000064 - ], - [ - -121.96916620299999, - 37.29540784900007 - ], - [ - -121.96909345699999, - 37.29540931100007 - ], - [ - -121.96892565399997, - 37.295412697000074 - ], - [ - -121.96887335599996, - 37.29541374200005 - ], - [ - -121.96863243599995, - 37.29541861700005 - ], - [ - -121.96843992899994, - 37.29541727700007 - ], - [ - -121.96814483999998, - 37.29542273800007 - ], - [ - -121.96785610299997, - 37.295426312000075 - ], - [ - -121.96757426599999, - 37.29543112400006 - ], - [ - -121.96660491199998, - 37.29543612400005 - ], - [ - -121.96623310999996, - 37.295438055000034 - ], - [ - -121.96622961599996, - 37.29565869000004 - ], - [ - -121.96602331899999, - 37.29565980900003 - ], - [ - -121.96591700199997, - 37.29566038300004 - ], - [ - -121.96583793299999, - 37.29566082400004 - ], - [ - -121.96576023899996, - 37.29566123200004 - ], - [ - -121.96575886299996, - 37.29566124200005 - ], - [ - -121.96567979399998, - 37.29566168000008 - ], - [ - -121.96560072399996, - 37.29566209800004 - ], - [ - -121.965537639, - 37.295662452000045 - ], - [ - -121.96552165299994, - 37.295662537000055 - ], - [ - -121.96540857599996, - 37.29566312800006 - ], - [ - -121.96533136899995, - 37.295663568000066 - ], - [ - -121.96512509899998, - 37.29566466000006 - ], - [ - -121.96491728299998, - 37.29566579400006 - ], - [ - -121.96471066999999, - 37.29566691400004 - ], - [ - -121.96450368399996, - 37.29566803700004 - ], - [ - -121.96429698499998, - 37.29566913300005 - ], - [ - -121.96409085799996, - 37.29567026800004 - ], - [ - -121.96388395899999, - 37.29567138900006 - ], - [ - -121.96367691499995, - 37.29567248800004 - ], - [ - -121.96346944299995, - 37.295673616000045 - ], - [ - -121.96327116499998, - 37.29567469600005 - ], - [ - -121.96303352599995, - 37.29567597100004 - ], - [ - -121.96306582499994, - 37.29548310800004 - ], - [ - -121.96285349199997, - 37.295508193000046 - ], - [ - -121.96215819999998, - 37.29551525000005 - ], - [ - -121.96134459499996, - 37.295530529000075 - ], - [ - -121.96129441599999, - 37.295531476000065 - ], - [ - -121.961315577, - 37.29567525400006 - ], - [ - -121.96135106799994, - 37.29586117200006 - ], - [ - -121.961353294, - 37.29587143700007 - ], - [ - -121.96139182499996, - 37.29593859600004 - ], - [ - -121.96154303399999, - 37.29593492500004 - ], - [ - -121.96157419599996, - 37.295935764000035 - ], - [ - -121.96157533099995, - 37.29593580000005 - ], - [ - -121.96168745299997, - 37.295943557000044 - ], - [ - -121.96179819999998, - 37.29595854400003 - ], - [ - -121.96190771699997, - 37.29598082100006 - ], - [ - -121.96195598199995, - 37.29599310900005 - ], - [ - -121.961990991, - 37.29600313200007 - ], - [ - -121.96202008199998, - 37.29601131700008 - ], - [ - -121.96202237199998, - 37.296011960000044 - ], - [ - -121.96210809899998, - 37.29603075500006 - ], - [ - -121.96219549799997, - 37.29604235800008 - ], - [ - -121.96228407599995, - 37.29604673800003 - ], - [ - -121.96228673699994, - 37.29604675000007 - ], - [ - -121.96228914699998, - 37.296046757000056 - ], - [ - -121.96229084999999, - 37.296046758000045 - ], - [ - -121.96229290699995, - 37.29604676300005 - ], - [ - -121.962294112, - 37.29604676400004 - ], - [ - -121.96229907599997, - 37.29604676100007 - ], - [ - -121.96234681099997, - 37.29612886600006 - ], - [ - -121.96242680799998, - 37.296194866000064 - ], - [ - -121.96246631899999, - 37.29627394000005 - ], - [ - -121.96250961799996, - 37.29636067900003 - ], - [ - -121.96254012299994, - 37.29642171200004 - ], - [ - -121.96255294499997, - 37.29644739500003 - ], - [ - -121.96259627299997, - 37.29653413400007 - ], - [ - -121.96263957199994, - 37.29662085000007 - ], - [ - -121.96266336999997, - 37.296668485000055 - ], - [ - -121.96268290199998, - 37.29670758900005 - ], - [ - -121.96272623099998, - 37.296794351000074 - ], - [ - -121.96275673599996, - 37.296855407000066 - ], - [ - -121.96277337499998, - 37.296888710000076 - ], - [ - -121.96281312699995, - 37.29696830600005 - ], - [ - -121.96285025199995, - 37.29704260200003 - ], - [ - -121.96285645499995, - 37.297055045000036 - ], - [ - -121.96289850199997, - 37.29713923600008 - ], - [ - -121.96294177199997, - 37.297225953000066 - ], - [ - -121.96294359199999, - 37.297229593000054 - ], - [ - -121.96298513, - 37.29731269100006 - ], - [ - -121.96300418599998, - 37.297350840000036 - ], - [ - -121.96297733499995, - 37.29740778200005 - ], - [ - -121.96299242599997, - 37.29743806100004 - ], - [ - -121.963074711, - 37.29760333000007 - ], - [ - -121.96294977499997, - 37.29764222400007 - ], - [ - -121.96290919299997, - 37.29765486300005 - ], - [ - -121.96290455199994, - 37.297656363000044 - ], - [ - -121.96288664199994, - 37.297660638000025 - ], - [ - -121.96267292899995, - 37.297773637000034 - ], - [ - -121.96266643599995, - 37.297784499000045 - ], - [ - -121.96264872499995, - 37.29780855800004 - ], - [ - -121.96262668799994, - 37.297850424000046 - ], - [ - -121.96261438799996, - 37.29789060300004 - ], - [ - -121.96250668999994, - 37.29788952200005 - ], - [ - -121.96240449699997, - 37.29788848600003 - ], - [ - -121.96208644899997, - 37.29788524600008 - ], - [ - -121.96158676099998, - 37.29788287500003 - ], - [ - -121.96157876799998, - 37.297882929000025 - ], - [ - -121.96156633499999, - 37.297883015000025 - ], - [ - -121.96148677999997, - 37.297883642000045 - ], - [ - -121.96147594999996, - 37.29788373200006 - ], - [ - -121.96126936799999, - 37.297885301000065 - ], - [ - -121.95961559699998, - 37.29789793300006 - ], - [ - -121.95940921899995, - 37.29790109900006 - ], - [ - -121.95904084999995, - 37.29789898000007 - ], - [ - -121.95903113499998, - 37.29789891900003 - ], - [ - -121.95903252699998, - 37.297745561000056 - ], - [ - -121.95903378199995, - 37.29760534300004 - ], - [ - -121.95903399699995, - 37.29759041700004 - ], - [ - -121.959035439, - 37.29742494900006 - ], - [ - -121.95903982699997, - 37.29734301700006 - ], - [ - -121.95903159599999, - 37.29727364800004 - ], - [ - -121.95903138399996, - 37.29707041000006 - ], - [ - -121.95903138299997, - 37.29706152800003 - ], - [ - -121.95903119199994, - 37.29689022100007 - ], - [ - -121.95903097499996, - 37.296708866000074 - ], - [ - -121.95903080599999, - 37.296529890000045 - ], - [ - -121.95903061299998, - 37.29634972400004 - ], - [ - -121.95903040699994, - 37.29616738500005 - ], - [ - -121.95903020399999, - 37.29597053300006 - ], - [ - -121.95902062799996, - 37.29580577400003 - ], - [ - -121.95902186399996, - 37.29553588500005 - ], - [ - -121.95881931899999, - 37.29553687500004 - ], - [ - -121.95861141299997, - 37.295537884000055 - ], - [ - -121.95839726399998, - 37.29553892600006 - ], - [ - -121.95819569099996, - 37.29553990200003 - ], - [ - -121.95798778699998, - 37.29554091000006 - ], - [ - -121.95777993999997, - 37.29554191700004 - ], - [ - -121.95757203599999, - 37.29554292500006 - ], - [ - -121.95736046399998, - 37.295543956000074 - ], - [ - -121.95715625599996, - 37.29554494000007 - ], - [ - -121.95694840799996, - 37.29554594700005 - ], - [ - -121.95674050399998, - 37.29554695200005 - ], - [ - -121.95653265699997, - 37.29554795700005 - ], - [ - -121.95632478099998, - 37.295548964000034 - ], - [ - -121.95611679199999, - 37.295549970000025 - ], - [ - -121.95590902999999, - 37.29555097300005 - ], - [ - -121.95570533699998, - 37.295551971000066 - ], - [ - -121.955493279, - 37.295553005000045 - ], - [ - -121.95510339799995, - 37.29555487300007 - ], - [ - -121.95491600599996, - 37.295555781000076 - ], - [ - -121.95455694999998, - 37.29555751600003 - ], - [ - -121.95445379599994, - 37.29555708000004 - ], - [ - -121.95445422999995, - 37.29561471300008 - ], - [ - -121.95435110699998, - 37.29561585600004 - ], - [ - -121.95410348899998, - 37.29561680100005 - ], - [ - -121.95405951299995, - 37.29561698100008 - ], - [ - -121.95388008199996, - 37.29561765100004 - ], - [ - -121.95381885799998, - 37.29561788400008 - ], - [ - -121.95366157399997, - 37.29561848700007 - ], - [ - -121.95357820199996, - 37.295618811000054 - ], - [ - -121.95333757699996, - 37.29561973700004 - ], - [ - -121.95322839499994, - 37.29562015300007 - ], - [ - -121.95309004699999, - 37.295620702000065 - ], - [ - -121.95284850399997, - 37.29562161500007 - ], - [ - -121.95279524399996, - 37.29562181800003 - ], - [ - -121.95261286299996, - 37.295622524000066 - ], - [ - -121.95257862699998, - 37.29562265100003 - ], - [ - -121.95237149199994, - 37.29562343300006 - ], - [ - -121.95236203699994, - 37.29562346000006 - ], - [ - -121.95215163499995, - 37.29562428300005 - ], - [ - -121.95213080699995, - 37.295624358000055 - ], - [ - -121.95193381599995, - 37.29562512900003 - ], - [ - -121.95189072699998, - 37.29562529700007 - ], - [ - -121.95171410299997, - 37.29562595300007 - ], - [ - -121.95165004299997, - 37.29562619700005 - ], - [ - -121.951498717, - 37.295626768000034 - ], - [ - -121.95140248299998, - 37.295627136000064 - ], - [ - -121.95128212699996, - 37.29562759800007 - ], - [ - -121.95116400599994, - 37.295628054000076 - ], - [ - -121.95106639799997, - 37.295628416000056 - ], - [ - -121.95091303699996, - 37.295629011000074 - ], - [ - -121.950807952, - 37.29562942000007 - ], - [ - -121.95058004599997, - 37.29563029700006 - ], - [ - -121.95010475199996, - 37.29563210800006 - ], - [ - -121.94993277999998, - 37.295628789000034 - ], - [ - -121.94993358299996, - 37.29568941400004 - ], - [ - -121.94993287699998, - 37.295748984000056 - ], - [ - -121.94976244199995, - 37.29574674400004 - ], - [ - -121.94972708499995, - 37.295746724000026 - ], - [ - -121.94936704799994, - 37.295746602000065 - ], - [ - -121.94933160499994, - 37.29574658200005 - ], - [ - -121.94915585499996, - 37.29574651300004 - ], - [ - -121.94908216299996, - 37.29574648700003 - ], - [ - -121.94896675299998, - 37.29574642600005 - ], - [ - -121.94877768099997, - 37.295746361000056 - ], - [ - -121.94858857999998, - 37.29574627400007 - ], - [ - -121.94839947699995, - 37.29574620900007 - ], - [ - -121.94824315399995, - 37.295746128000076 - ], - [ - -121.94821040499994, - 37.29574612000005 - ], - [ - -121.94802130299996, - 37.29574605500005 - ], - [ - -121.94783225799995, - 37.29574596600003 - ], - [ - -121.94765069099998, - 37.295745898000064 - ], - [ - -121.94764312799998, - 37.29574590000004 - ], - [ - -121.94764228799994, - 37.295680306000065 - ], - [ - -121.94764029299995, - 37.29552996700005 - ], - [ - -121.94763792199996, - 37.29534383300006 - ], - [ - -121.94762245499999, - 37.29520647700008 - ], - [ - -121.94762458099996, - 37.29493751600006 - ], - [ - -121.94741676099994, - 37.294936833000065 - ], - [ - -121.94724346599997, - 37.294936251000024 - ], - [ - -121.94720722099999, - 37.29493612600004 - ], - [ - -121.94707131999996, - 37.294935699000064 - ], - [ - -121.94699905699997, - 37.29493547100003 - ], - [ - -121.94678937299994, - 37.29493476400006 - ], - [ - -121.94658845799995, - 37.29493411000004 - ], - [ - -121.94636138299995, - 37.29493334400007 - ], - [ - -121.94633900599996, - 37.29493327700004 - ], - [ - -121.94613445099998, - 37.294932620000054 - ], - [ - -121.94606396499995, - 37.29493239200008 - ], - [ - -121.94590737599998, - 37.29493187600008 - ], - [ - -121.94567717799998, - 37.29493112400007 - ], - [ - -121.94544929899996, - 37.29493034300003 - ], - [ - -121.94522385899995, - 37.29492962300003 - ], - [ - -121.94522459399997, - 37.29498704400004 - ], - [ - -121.94521493999997, - 37.29498704900004 - ], - [ - -121.94464115199997, - 37.29498758100004 - ], - [ - -121.94463968899998, - 37.29498757500005 - ], - [ - -121.94463771399995, - 37.29498757700003 - ], - [ - -121.94463299699999, - 37.295343987000024 - ], - [ - -121.94463245499998, - 37.29538418800007 - ], - [ - -121.94463690199996, - 37.295574258000045 - ], - [ - -121.944638205, - 37.29574250700006 - ], - [ - -121.94463952199999, - 37.295910022000044 - ], - [ - -121.94464082899998, - 37.29608282600003 - ], - [ - -121.94464215199997, - 37.29625514800006 - ], - [ - -121.94464350399994, - 37.296425914000054 - ], - [ - -121.94464483699994, - 37.296601648000035 - ], - [ - -121.94464617399996, - 37.296774680000055 - ], - [ - -121.94464751299995, - 37.296947689000035 - ], - [ - -121.94464885199994, - 37.297120790000065 - ], - [ - -121.944650159, - 37.29729377600006 - ], - [ - -121.94465094399999, - 37.297398146000035 - ], - [ - -121.94464402199998, - 37.29750814100004 - ], - [ - -121.94463884699996, - 37.29759058700006 - ], - [ - -121.944648385, - 37.29759808100005 - ], - [ - -121.94465737399997, - 37.29760795900006 - ], - [ - -121.94466391499998, - 37.297618724000074 - ], - [ - -121.94466801199997, - 37.297630222000066 - ], - [ - -121.94466950199995, - 37.297641748000046 - ], - [ - -121.94466847599995, - 37.29765406200005 - ], - [ - -121.94466811199999, - 37.29765556600006 - ], - [ - -121.94466774499995, - 37.29765707000007 - ], - [ - -121.94466737999994, - 37.29765856900008 - ], - [ - -121.94466350799996, - 37.297674458000074 - ], - [ - -121.94465985, - 37.29770332000004 - ], - [ - -121.94465370899997, - 37.297819951000065 - ], - [ - -121.94465420499995, - 37.29795472300003 - ], - [ - -121.94474978399995, - 37.29795507700004 - ], - [ - -121.94485295199996, - 37.29794723500004 - ], - [ - -121.94507385199995, - 37.29794666200007 - ], - [ - -121.94529747299998, - 37.29794612200004 - ], - [ - -121.94530646899995, - 37.29794610300007 - ], - [ - -121.945306545, - 37.297951527000066 - ], - [ - -121.94530662499994, - 37.29796006400005 - ], - [ - -121.94530862499994, - 37.298125810000045 - ], - [ - -121.945310759, - 37.29830432500006 - ], - [ - -121.94531159499996, - 37.298372778000044 - ], - [ - -121.94531292099998, - 37.298482841000066 - ], - [ - -121.94531485399995, - 37.29864508500003 - ], - [ - -121.94531505499998, - 37.29866135700007 - ], - [ - -121.94531683599996, - 37.29880984600004 - ], - [ - -121.94531724099994, - 37.29884261800004 - ], - [ - -121.94531884099996, - 37.29897575000007 - ], - [ - -121.94531942799995, - 37.29902388000005 - ], - [ - -121.94532084499997, - 37.299141700000064 - ], - [ - -121.94532163799994, - 37.29920788900006 - ], - [ - -121.94532284999997, - 37.29930618700007 - ], - [ - -121.94532382499995, - 37.29938915100007 - ], - [ - -121.94532478599996, - 37.299469987000066 - ], - [ - -121.94532595699997, - 37.299567667000076 - ], - [ - -121.94532676299997, - 37.29963598300003 - ], - [ - -121.94532809099996, - 37.299746182000035 - ], - [ - -121.945328782, - 37.299804177000055 - ], - [ - -121.94533027699998, - 37.29992744500004 - ], - [ - -121.94533246399999, - 37.30010870600006 - ], - [ - -121.94533459699994, - 37.300287224000044 - ], - [ - -121.94533686099999, - 37.300473977000024 - ], - [ - -121.94533901999995, - 37.30065523900004 - ], - [ - -121.945341182, - 37.30083375600003 - ], - [ - -121.94534336899994, - 37.30101504100003 - ], - [ - -121.945345525, - 37.301196280000056 - ], - [ - -121.94534885399997, - 37.30147366600005 - ], - [ - -121.94534954299996, - 37.30151373900003 - ], - [ - -121.94539381599998, - 37.301638353000044 - ], - [ - -121.94539394399999, - 37.30165535900005 - ], - [ - -121.94539528399997, - 37.301822395000045 - ], - [ - -121.945395368, - 37.30183425000007 - ], - [ - -121.94539654999994, - 37.301987187000066 - ], - [ - -121.94539682399994, - 37.30202062700005 - ], - [ - -121.94539784399996, - 37.30215197900003 - ], - [ - -121.94539823999997, - 37.30220356800004 - ], - [ - -121.9453991399999, - 37.30231677100005 - ], - [ - -121.94539972299998, - 37.302389944000026 - ], - [ - -121.94540043499995, - 37.30248154100008 - ], - [ - -121.94540111499998, - 37.30257011700007 - ], - [ - -121.94540167999997, - 37.30264084000004 - ], - [ - -121.945402565, - 37.30275180000007 - ], - [ - -121.945402974, - 37.30280563300005 - ], - [ - -121.94540398099997, - 37.30293467400003 - ], - [ - -121.94540427099997, - 37.30297042400008 - ], - [ - -121.94540543299996, - 37.30311947000007 - ], - [ - -121.94540556499999, - 37.30313519300006 - ], - [ - -121.94540689699994, - 37.30330486200006 - ], - [ - -121.94540820399999, - 37.30347027200003 - ], - [ - -121.94540871099997, - 37.303536509000025 - ], - [ - -121.94540949999998, - 37.30363506400005 - ], - [ - -121.94541079399994, - 37.30379985600007 - ], - [ - -121.94541126099995, - 37.303859455000065 - ], - [ - -121.94541209, - 37.30396464800003 - ], - [ - -121.94541305399997, - 37.30408556400005 - ], - [ - -121.945413385, - 37.30412941700007 - ], - [ - -121.94541470899998, - 37.304294209000034 - ], - [ - -121.94541479099996, - 37.304305836000026 - ], - [ - -121.94541597699998, - 37.304459002000044 - ], - [ - -121.94541727099994, - 37.304623793000076 - ], - [ - -121.94541738299995, - 37.304637 - ], - [ - -121.94541856599994, - 37.304788562000056 - ], - [ - -121.94541897799996, - 37.304842464000046 - ], - [ - -121.94541985999996, - 37.304953355000066 - ], - [ - -121.94542123099995, - 37.305126501000075 - ], - [ - -121.94538011499998, - 37.30535934200003 - ], - [ - -121.94538225499997, - 37.30552929700008 - ], - [ - -121.945384704, - 37.305727036000064 - ], - [ - -121.94538715199997, - 37.30592477600004 - ], - [ - -121.94538959899995, - 37.30612251600007 - ], - [ - -121.94539202599998, - 37.306314738000026 - ], - [ - -121.945394325, - 37.306498746000045 - ], - [ - -121.94539666699995, - 37.306690994000064 - ], - [ - -121.94539866099996, - 37.306850490000045 - ], - [ - -121.94540219699996, - 37.30699639300008 - ], - [ - -121.94528858099994, - 37.30699507000003 - ], - [ - -121.94501603299994, - 37.30699493100008 - ], - [ - -121.94499147399995, - 37.30699491400003 - ], - [ - -121.94499015699995, - 37.30691937000006 - ], - [ - -121.944738729, - 37.306919220000054 - ], - [ - -121.944670729, - 37.306919281000035 - ], - [ - -121.94429154099998, - 37.306918508000024 - ], - [ - -121.9439645, - 37.30691594700005 - ], - [ - -121.94396264899996, - 37.30668658900004 - ], - [ - -121.943962592, - 37.30668068500006 - ], - [ - -121.94396113599998, - 37.30649707800006 - ], - [ - -121.94396103399998, - 37.30648430700006 - ], - [ - -121.94395954699996, - 37.306302075000076 - ], - [ - -121.94395944699994, - 37.30628793000005 - ], - [ - -121.94395798799997, - 37.30610707200003 - ], - [ - -121.94395785899997, - 37.30609153100005 - ], - [ - -121.94395637899999, - 37.30590657400006 - ], - [ - -121.94395630099996, - 37.30589513000007 - ], - [ - -121.94395481799995, - 37.30571159400006 - ], - [ - -121.94395471399997, - 37.30569875400005 - ], - [ - -121.94395327799998, - 37.30552208300003 - ], - [ - -121.94395312599994, - 37.30550237800003 - ], - [ - -121.94395144899994, - 37.30529233500005 - ], - [ - -121.94394899599996, - 37.30520989400003 - ], - [ - -121.94342008499996, - 37.30521025400003 - ], - [ - -121.94318878499996, - 37.30521042500004 - ], - [ - -121.94317314099999, - 37.303315188000056 - ], - [ - -121.94228638599998, - 37.30331434400006 - ], - [ - -121.941550383, - 37.30331362900006 - ], - [ - -121.941260033, - 37.303321253000036 - ], - [ - -121.94088435499998, - 37.30332331100004 - ], - [ - -121.94092707399994, - 37.30513068400006 - ], - [ - -121.94092720199995, - 37.30513734400006 - ], - [ - -121.940909434, - 37.305205614000045 - ], - [ - -121.940908536, - 37.30523034700008 - ], - [ - -121.94090940499996, - 37.30529030800005 - ], - [ - -121.94025444699997, - 37.305293945000074 - ], - [ - -121.94005945999999, - 37.30529306900007 - ], - [ - -121.94004874899997, - 37.30529928800007 - ], - [ - -121.94003744799994, - 37.305304715000034 - ], - [ - -121.94002555799995, - 37.30530930100008 - ], - [ - -121.940013164, - 37.30531300200005 - ], - [ - -121.940000409, - 37.30531581400004 - ], - [ - -121.93998963699994, - 37.30531734200008 - ], - [ - -121.939987407, - 37.305317667000054 - ], - [ - -121.93997424399998, - 37.305318585000066 - ], - [ - -121.93996103299997, - 37.305318542000066 - ], - [ - -121.93994785999996, - 37.305317536000075 - ], - [ - -121.93993487199998, - 37.30531559000008 - ], - [ - -121.93992215099996, - 37.30531272500008 - ], - [ - -121.93990981199994, - 37.30530893900004 - ], - [ - -121.93990174499999, - 37.30530512400003 - ], - [ - -121.93989328599997, - 37.30530186300007 - ], - [ - -121.93988455099998, - 37.30529917800004 - ], - [ - -121.93987554199998, - 37.30529706800007 - ], - [ - -121.93986637299997, - 37.30529555600003 - ], - [ - -121.93985704299996, - 37.30529466300004 - ], - [ - -121.93984842199995, - 37.30513270900008 - ], - [ - -121.93984829399994, - 37.30512762800004 - ], - [ - -121.939841162, - 37.304858575000026 - ], - [ - -121.939833949, - 37.30458219800005 - ], - [ - -121.93983309499998, - 37.30455281900004 - ], - [ - -121.93985519399996, - 37.30444297200006 - ], - [ - -121.93985477099994, - 37.304229184000064 - ], - [ - -121.939854643, - 37.30416596400005 - ], - [ - -121.93985444799995, - 37.30406509000005 - ], - [ - -121.93985420699994, - 37.303955862000066 - ], - [ - -121.93985412499995, - 37.30390099600004 - ], - [ - -121.93985382099999, - 37.303749879000065 - ], - [ - -121.9398538, - 37.30373687800005 - ], - [ - -121.93985347599994, - 37.30357278300005 - ], - [ - -121.93985340599994, - 37.30354387500006 - ], - [ - -121.93985312199999, - 37.30340866800003 - ], - [ - -121.93985299199994, - 37.30333789300005 - ], - [ - -121.939852799, - 37.30324457300003 - ], - [ - -121.93985257799994, - 37.30313191100004 - ], - [ - -121.93985250399999, - 37.30308045500004 - ], - [ - -121.93985214899999, - 37.30291475800004 - ], - [ - -121.93985201299995, - 37.30284973000005 - ], - [ - -121.93985182499995, - 37.30275068800006 - ], - [ - -121.93985149999997, - 37.30258656900003 - ], - [ - -121.93985118899997, - 37.302427625000064 - ], - [ - -121.93948036199998, - 37.30242980200006 - ], - [ - -121.93930837999994, - 37.30240444700007 - ], - [ - -121.93895434299998, - 37.30240957500007 - ], - [ - -121.93889269699997, - 37.30241046900005 - ], - [ - -121.93859073899995, - 37.302414819000035 - ], - [ - -121.938418862, - 37.30241876100007 - ], - [ - -121.93813048299995, - 37.30242010500007 - ], - [ - -121.93813413, - 37.302104658000076 - ], - [ - -121.93813423899996, - 37.30209403600003 - ], - [ - -121.93815532399998, - 37.30195666600008 - ], - [ - -121.93815489499997, - 37.301940373000036 - ], - [ - -121.938153275, - 37.30188003300003 - ], - [ - -121.93814700099995, - 37.30164475400005 - ], - [ - -121.93813862299999, - 37.30133140200007 - ], - [ - -121.93813823699998, - 37.30131579500005 - ], - [ - -121.93813619399998, - 37.301178321000066 - ], - [ - -121.93813596399997, - 37.30116637400005 - ], - [ - -121.93813067599996, - 37.30088997400003 - ], - [ - -121.93813044799998, - 37.300878098000055 - ], - [ - -121.93812493499996, - 37.30058862800007 - ], - [ - -121.93812473799994, - 37.30057830800007 - ], - [ - -121.93811653399996, - 37.30044090900003 - ], - [ - -121.93811636699996, - 37.30042324000004 - ], - [ - -121.93811355599996, - 37.30012227000003 - ], - [ - -121.93811304099995, - 37.30006418200003 - ], - [ - -121.93811022199998, - 37.299759780000045 - ], - [ - -121.93814021799994, - 37.29975959600006 - ], - [ - -121.938294155, - 37.29975871200003 - ], - [ - -121.93838079199998, - 37.29975822000006 - ], - [ - -121.93853042999996, - 37.29975732200006 - ], - [ - -121.93861603499994, - 37.29975681900004 - ], - [ - -121.93880245799994, - 37.299755720000064 - ], - [ - -121.93885153599996, - 37.299755438000034 - ], - [ - -121.939087009, - 37.29975405600004 - ], - [ - -121.93909127699999, - 37.29975402600007 - ], - [ - -121.93931987399998, - 37.299752683000065 - ], - [ - -121.93932385699998, - 37.29975265500008 - ], - [ - -121.939474524, - 37.29975174400005 - ], - [ - -121.93955801099997, - 37.29975126700003 - ], - [ - -121.93972205999995, - 37.29975030300005 - ], - [ - -121.93979354099997, - 37.29974988300006 - ], - [ - -121.93998334499997, - 37.299748763000025 - ], - [ - -121.94002901399995, - 37.29974849900003 - ], - [ - -121.94028875199996, - 37.29974695400006 - ], - [ - -121.9402553, - 37.29937739400003 - ], - [ - -121.94022327399995, - 37.299217215000056 - ], - [ - -121.94020679399995, - 37.29909795400005 - ], - [ - -121.94020653799998, - 37.29909651500003 - ], - [ - -121.94018722399994, - 37.29897898300004 - ], - [ - -121.940186585, - 37.298975581000036 - ], - [ - -121.94016453799998, - 37.29886034900005 - ], - [ - -121.94013033599998, - 37.29870170700008 - ], - [ - -121.94012986999996, - 37.29869978900007 - ], - [ - -121.94009056199997, - 37.298543865000056 - ], - [ - -121.940090194, - 37.29854256500005 - ], - [ - -121.94004530799998, - 37.29838698300006 - ], - [ - -121.940041582, - 37.29837505800003 - ], - [ - -121.93999897599997, - 37.29824417100008 - ], - [ - -121.93995251899997, - 37.29811413200008 - ], - [ - -121.939902153, - 37.29798501000005 - ], - [ - -121.93984916399995, - 37.29785949200004 - ], - [ - -121.93979255499994, - 37.29773497900004 - ], - [ - -121.939732387, - 37.29761154000005 - ], - [ - -121.93966449599998, - 37.29748286300003 - ], - [ - -121.939630508, - 37.29741850200003 - ], - [ - -121.93959637799998, - 37.297354280000036 - ], - [ - -121.93952794499995, - 37.29722570100006 - ], - [ - -121.939453943, - 37.297087668000074 - ], - [ - -121.93941688399997, - 37.29701860700004 - ], - [ - -121.93937965599997, - 37.29694966200003 - ], - [ - -121.93930505599997, - 37.29681172800008 - ], - [ - -121.93929768899994, - 37.296798153000054 - ], - [ - -121.93929032199998, - 37.29678457800003 - ], - [ - -121.93928292699997, - 37.296770982000055 - ], - [ - -121.93923118599997, - 37.29667598200007 - ], - [ - -121.93917927299998, - 37.29658103200006 - ], - [ - -121.93912719199994, - 37.29648612900007 - ], - [ - -121.93902698299996, - 37.29633807100004 - ], - [ - -121.93893145499999, - 37.29620392000004 - ], - [ - -121.93883559899996, - 37.29606759500007 - ], - [ - -121.93873806599998, - 37.29593495600005 - ], - [ - -121.938446382, - 37.29553823800006 - ], - [ - -121.93830604199997, - 37.295347365000055 - ], - [ - -121.93812060299996, - 37.295095220000064 - ], - [ - -121.937995033, - 37.294924423000055 - ], - [ - -121.93788435199997, - 37.294773907000035 - ], - [ - -121.93786356799995, - 37.29475383500005 - ], - [ - -121.93783615499996, - 37.29472734500007 - ], - [ - -121.93778346299996, - 37.294684020000034 - ], - [ - -121.93772659899997, - 37.294644203000075 - ], - [ - -121.93765933599997, - 37.294604536000065 - ], - [ - -121.93758795699995, - 37.29456974900006 - ], - [ - -121.93751300899999, - 37.294540134000044 - ], - [ - -121.93743509799998, - 37.294515888000035 - ], - [ - -121.93735483299997, - 37.29449723300007 - ], - [ - -121.93730444199997, - 37.29448860400004 - ], - [ - -121.937253549, - 37.29448215600007 - ], - [ - -121.93720226699998, - 37.29447788600004 - ], - [ - -121.936925568, - 37.294477046000054 - ], - [ - -121.93641689699996, - 37.29447545800008 - ], - [ - -121.935822181, - 37.29447359300008 - ], - [ - -121.93576490599997, - 37.29452421800005 - ], - [ - -121.93556859699999, - 37.294733550000046 - ], - [ - -121.93535768799995, - 37.29492264100003 - ], - [ - -121.93532388899996, - 37.29495295000004 - ], - [ - -121.93500208599994, - 37.29524141500008 - ], - [ - -121.934497535, - 37.29569374600004 - ], - [ - -121.93417572699997, - 37.29598223200003 - ], - [ - -121.934043622, - 37.29610065600008 - ], - [ - -121.93382949399995, - 37.296292623000056 - ], - [ - -121.93376983499996, - 37.29634609300007 - ], - [ - -121.93187322299997, - 37.29804623500007 - ], - [ - -121.93178382399998, - 37.298093978000054 - ], - [ - -121.93174727199994, - 37.29810032900008 - ], - [ - -121.93169072799998, - 37.298110155000074 - ], - [ - -121.93167446899997, - 37.29778783300003 - ], - [ - -121.93167543099997, - 37.29767647500006 - ], - [ - -121.93167656599996, - 37.297544972000026 - ], - [ - -121.93168125799997, - 37.297001643000044 - ], - [ - -121.93169085999995, - 37.29588968300004 - ], - [ - -121.93169116099995, - 37.29585476200003 - ], - [ - -121.93169327899994, - 37.29560941500006 - ], - [ - -121.93169453999997, - 37.295463202000064 - ], - [ - -121.93169481199999, - 37.29543186700005 - ], - [ - -121.93169661599995, - 37.29522309600003 - ], - [ - -121.931699273, - 37.294915366000055 - ], - [ - -121.93170129799995, - 37.294680656000025 - ], - [ - -121.93170373599997, - 37.29439831700006 - ], - [ - -121.931704449, - 37.29431579000004 - ], - [ - -121.92769885699994, - 37.294395561000044 - ], - [ - -121.92267001799996, - 37.29437885600004 - ], - [ - -121.92192653799998, - 37.29438248200006 - ], - [ - -121.92178931499996, - 37.29438316300008 - ], - [ - -121.921701902, - 37.29438330800008 - ], - [ - -121.92160242399996, - 37.29438314200007 - ], - [ - -121.92153680099995, - 37.294383234000065 - ], - [ - -121.92151492499994, - 37.29438326600007 - ], - [ - -121.92126852299998, - 37.294384458000025 - ], - [ - -121.92094064399998, - 37.29438604500007 - ], - [ - -121.92074696099996, - 37.29438745400006 - ], - [ - -121.92032310199994, - 37.29439053600004 - ], - [ - -121.91984211899995, - 37.29439403400005 - ], - [ - -121.91923130999999, - 37.294398460000025 - ], - [ - -121.91915894799996, - 37.29439898600003 - ], - [ - -121.91882546799997, - 37.294401409000045 - ], - [ - -121.91877800099996, - 37.294401755000024 - ], - [ - -121.91859374299997, - 37.294403088000024 - ], - [ - -121.91818449399995, - 37.29440605900004 - ], - [ - -121.91816922399994, - 37.29440616800008 - ], - [ - -121.91808803899994, - 37.29440674500006 - ], - [ - -121.91808359999999, - 37.29390544100005 - ], - [ - -121.91808140599994, - 37.293658391000065 - ], - [ - -121.91806995299999, - 37.292126695000036 - ], - [ - -121.91806835699998, - 37.29191342900003 - ], - [ - -121.91805324499995, - 37.28989270000005 - ], - [ - -121.91805934599995, - 37.28989266900004 - ], - [ - -121.91815545599997, - 37.28989219400006 - ], - [ - -121.91841324399996, - 37.28989090400006 - ], - [ - -121.91854415899996, - 37.28989025800007 - ], - [ - -121.91866352899996, - 37.28988965800005 - ], - [ - -121.91867309699995, - 37.28988960300006 - ], - [ - -121.91881265399996, - 37.28988846900006 - ], - [ - -121.91893087099999, - 37.289887520000036 - ], - [ - -121.919081055, - 37.289886317000025 - ], - [ - -121.91919271199998, - 37.28988539900007 - ], - [ - -121.91927413599996, - 37.28988528000008 - ], - [ - -121.91932168599999, - 37.28988521000008 - ], - [ - -121.91945152799997, - 37.289883865000036 - ], - [ - -121.91956230299996, - 37.28988327700006 - ], - [ - -121.91971034799997, - 37.28988253600005 - ], - [ - -121.91980293299997, - 37.28988207800006 - ], - [ - -121.91984360999999, - 37.28988185900005 - ], - [ - -121.91996818899997, - 37.28988094400006 - ], - [ - -121.92004355499995, - 37.28988041900004 - ], - [ - -121.92022487899999, - 37.289879090000056 - ], - [ - -121.92028660899996, - 37.28987864000004 - ], - [ - -121.92048268599996, - 37.289877225000055 - ], - [ - -121.92052722999995, - 37.28987691200007 - ], - [ - -121.92074050499997, - 37.289875951000056 - ], - [ - -121.92076784799997, - 37.28987513800007 - ], - [ - -121.92099729899996, - 37.28987359300004 - ], - [ - -121.921008471, - 37.28987352300004 - ], - [ - -121.92125089499996, - 37.28987172700005 - ], - [ - -121.92137189599998, - 37.289869156000066 - ], - [ - -121.92148955999994, - 37.28986665600007 - ], - [ - -121.921514877, - 37.28986611900007 - ], - [ - -121.92155605599999, - 37.28986784500006 - ], - [ - -121.92173252599997, - 37.28987524300004 - ], - [ - -121.92177276799998, - 37.28987470900006 - ], - [ - -121.92197096399997, - 37.289871799000025 - ], - [ - -121.92203056299996, - 37.289870800000074 - ], - [ - -121.922212458, - 37.289867883000056 - ], - [ - -121.92247023799996, - 37.289864591000025 - ], - [ - -121.92261238499998, - 37.28986398700005 - ], - [ - -121.92261234999995, - 37.28986032600005 - ], - [ - -121.92260836499997, - 37.28940877800005 - ], - [ - -121.92259802599995, - 37.288603452000075 - ], - [ - -121.92259540999999, - 37.28841471100003 - ], - [ - -121.92259540099997, - 37.28841281100006 - ], - [ - -121.92258374099998, - 37.287563506000026 - ], - [ - -121.92257240099997, - 37.28673715700006 - ], - [ - -121.92255867199998, - 37.28574154200004 - ], - [ - -121.92255435099997, - 37.28540753800007 - ], - [ - -121.92255116099994, - 37.285296102000075 - ], - [ - -121.92254539199996, - 37.28519712800005 - ], - [ - -121.92252903999997, - 37.284971564000045 - ], - [ - -121.92251587099997, - 37.284789817000046 - ], - [ - -121.92250775099996, - 37.284661749000065 - ], - [ - -121.92249839799996, - 37.284406997000076 - ], - [ - -121.92249825399995, - 37.28439991800008 - ], - [ - -121.92247294099997, - 37.28328759000004 - ], - [ - -121.92246964999998, - 37.28303156000004 - ], - [ - -121.922464559, - 37.282634734000055 - ], - [ - -121.92246813799994, - 37.28263157600003 - ], - [ - -121.92324078599995, - 37.28211226900004 - ], - [ - -121.92327455399999, - 37.28209158300007 - ], - [ - -121.92334006599998, - 37.282044419000044 - ], - [ - -121.92339828399997, - 37.281992467000066 - ], - [ - -121.92344921399996, - 37.28193590700005 - ], - [ - -121.923492351, - 37.28187532100003 - ], - [ - -121.92352719299998, - 37.28181140600003 - ], - [ - -121.9235533199999, - 37.281744909000054 - ], - [ - -121.92357046199999, - 37.28167656100004 - ], - [ - -121.923578411, - 37.28160722700005 - ], - [ - -121.92357867799996, - 37.28156351900003 - ], - [ - -121.92357195599999, - 37.28143079600005 - ], - [ - -121.92357145999995, - 37.28142365800005 - ], - [ - -121.92364110999995, - 37.28141969700005 - ], - [ - -121.92412109499998, - 37.28139236900006 - ], - [ - -121.92435038699995, - 37.281379325000046 - ], - [ - -121.92434947399994, - 37.281212538000034 - ], - [ - -121.92473442, - 37.28121119700006 - ], - [ - -121.92473464399995, - 37.28124855100003 - ], - [ - -121.92513749299997, - 37.28124717400004 - ], - [ - -121.92513833299995, - 37.28140245000003 - ], - [ - -121.92523438899997, - 37.28140132500005 - ], - [ - -121.92564648399997, - 37.28139651600003 - ], - [ - -121.92565994399996, - 37.28139635300005 - ], - [ - -121.92576711299995, - 37.28139509300007 - ], - [ - -121.92600003899997, - 37.28139239400008 - ], - [ - -121.92627783399996, - 37.28155533000006 - ], - [ - -121.92631665399995, - 37.28157809100003 - ], - [ - -121.92640246399998, - 37.28157745800007 - ], - [ - -121.92639977899995, - 37.28186308800008 - ], - [ - -121.92639936699999, - 37.28190740200006 - ], - [ - -121.92639908599995, - 37.28193790100005 - ], - [ - -121.92654074999996, - 37.28193688500005 - ], - [ - -121.92677446899995, - 37.281935160000046 - ], - [ - -121.92700392199998, - 37.281933485000025 - ], - [ - -121.92710290199994, - 37.28191589000005 - ], - [ - -121.92710055599997, - 37.282033116000036 - ], - [ - -121.92718067899995, - 37.28203616800005 - ], - [ - -121.92748139999998, - 37.28203428900008 - ], - [ - -121.92773792499997, - 37.28203271700005 - ], - [ - -121.92793332699995, - 37.28203150200005 - ], - [ - -121.92792851799999, - 37.28162470700005 - ], - [ - -121.92792797799996, - 37.281578919000026 - ], - [ - -121.92835985199997, - 37.281576261000055 - ], - [ - -121.92877230599998, - 37.28157370100007 - ], - [ - -121.92887596699995, - 37.281568683000046 - ], - [ - -121.92887418899994, - 37.281418753000025 - ], - [ - -121.92913293199996, - 37.28141786100008 - ], - [ - -121.92924561599995, - 37.281417470000065 - ], - [ - -121.92938164699996, - 37.281417 - ], - [ - -121.929622715, - 37.28141616400006 - ], - [ - -121.92966029699994, - 37.281416026000045 - ], - [ - -121.929855477, - 37.28141536000004 - ], - [ - -121.92999984299996, - 37.281414856000026 - ], - [ - -121.93032311999997, - 37.28141372400006 - ], - [ - -121.930363194, - 37.28141357700008 - ], - [ - -121.93048578999998, - 37.28141315600004 - ], - [ - -121.93082719699999, - 37.28141196100006 - ], - [ - -121.93082595299995, - 37.281566987000076 - ], - [ - -121.930825057, - 37.28167583900006 - ], - [ - -121.93082367899996, - 37.28184492200006 - ], - [ - -121.93082226899998, - 37.28201963500004 - ], - [ - -121.93090121199998, - 37.28201940300005 - ], - [ - -121.931464915, - 37.28201798500004 - ], - [ - -121.93165642499997, - 37.28201257600006 - ], - [ - -121.93166097399995, - 37.282405794000056 - ], - [ - -121.931876107, - 37.28240419400004 - ], - [ - -121.93368477499996, - 37.28239797400005 - ], - [ - -121.93418886099994, - 37.28239624300005 - ], - [ - -121.93418688, - 37.28202867600004 - ], - [ - -121.93416834799996, - 37.28202874300007 - ], - [ - -121.93416797199995, - 37.28194641300007 - ], - [ - -121.934167619, - 37.281866759000025 - ], - [ - -121.93416726599997, - 37.28178710700007 - ], - [ - -121.93416691299996, - 37.281707476000065 - ], - [ - -121.93416662399994, - 37.281649111000036 - ], - [ - -121.93415974899995, - 37.28164912700004 - ], - [ - -121.93415965599996, - 37.281627840000056 - ], - [ - -121.934159304, - 37.281548187000055 - ], - [ - -121.93415894999998, - 37.281468535000045 - ], - [ - -121.934158573, - 37.28138613500005 - ], - [ - -121.93434581899999, - 37.28138548900006 - ], - [ - -121.93447508899999, - 37.281385029000035 - ], - [ - -121.93447509499998, - 37.28111504000003 - ], - [ - -121.93447518099998, - 37.280768600000044 - ], - [ - -121.93447519899996, - 37.28069935700006 - ], - [ - -121.93447521499996, - 37.28059275700008 - ], - [ - -121.93447523099996, - 37.28052037900005 - ], - [ - -121.93447523499998, - 37.28045040400008 - ], - [ - -121.93447523999998, - 37.28039535400006 - ], - [ - -121.93447529699995, - 37.28015049900006 - ], - [ - -121.93412941799994, - 37.27999446000007 - ], - [ - -121.93391669099998, - 37.27989854600003 - ], - [ - -121.93397231699998, - 37.27982960700007 - ], - [ - -121.93400049099995, - 37.27979467500006 - ], - [ - -121.93403389999997, - 37.27975327000007 - ], - [ - -121.93406400799995, - 37.27971593500007 - ], - [ - -121.93410071699998, - 37.27967043800004 - ], - [ - -121.934146296, - 37.27961393600003 - ], - [ - -121.934329564, - 37.27975106900004 - ], - [ - -121.93434385499995, - 37.27975100800006 - ], - [ - -121.93446338499996, - 37.27975059700003 - ], - [ - -121.93453874599999, - 37.27975033800004 - ], - [ - -121.93459918499997, - 37.27975012300004 - ], - [ - -121.93465652799995, - 37.27974992400004 - ], - [ - -121.93471951699996, - 37.279749726000034 - ], - [ - -121.93474540999995, - 37.279749636000076 - ], - [ - -121.93474781299994, - 37.27987493100005 - ], - [ - -121.93478685399998, - 37.279874749000044 - ], - [ - -121.93485032899997, - 37.279874567000036 - ], - [ - -121.93490162799998, - 37.27987435000006 - ], - [ - -121.93497106099994, - 37.27987414100005 - ], - [ - -121.93502843399995, - 37.27987394100006 - ], - [ - -121.93510408199995, - 37.27987367800006 - ], - [ - -121.93518537099999, - 37.27987339200007 - ], - [ - -121.93519322099996, - 37.279873364000025 - ], - [ - -121.93524463499995, - 37.279873191000036 - ], - [ - -121.93527135899996, - 37.27987309300005 - ], - [ - -121.93530192099996, - 37.279872993000026 - ], - [ - -121.93536837499994, - 37.27987277300008 - ], - [ - -121.93546759699996, - 37.27987245000003 - ], - [ - -121.935567704, - 37.27987206900008 - ], - [ - -121.93562507699994, - 37.27987187100007 - ], - [ - -121.935697001, - 37.27987163000006 - ], - [ - -121.93573397899996, - 37.27987147300007 - ], - [ - -121.93583707899995, - 37.27987022100007 - ], - [ - -121.93583697099996, - 37.279862268000045 - ], - [ - -121.93583684799995, - 37.27985429900008 - ], - [ - -121.93583677699996, - 37.27985290200007 - ], - [ - -121.93582990299996, - 37.27973097100005 - ], - [ - -121.93581383299994, - 37.279608246000066 - ], - [ - -121.93581354199995, - 37.279606829000045 - ], - [ - -121.93578902899998, - 37.27948812100004 - ], - [ - -121.93578868299994, - 37.27948645500004 - ], - [ - -121.93575455999996, - 37.279366098000025 - ], - [ - -121.93575364299994, - 37.27936330800003 - ], - [ - -121.93575202599999, - 37.279358530000025 - ], - [ - -121.93573967099996, - 37.27932197500007 - ], - [ - -121.93562941799996, - 37.27902069800007 - ], - [ - -121.93552555899998, - 37.27879732800005 - ], - [ - -121.935460536, - 37.27865028900004 - ], - [ - -121.93545990499996, - 37.27864869300004 - ], - [ - -121.93539092299994, - 37.278473258000076 - ], - [ - -121.93538995199998, - 37.278470783000046 - ], - [ - -121.93532808099997, - 37.278289235000045 - ], - [ - -121.93532773899994, - 37.27828815100003 - ], - [ - -121.93532617799997, - 37.27828315000005 - ], - [ - -121.93532456999998, - 37.278277986000035 - ], - [ - -121.93532353299997, - 37.27827465300004 - ], - [ - -121.93532221199996, - 37.27827040200003 - ], - [ - -121.93532140999997, - 37.27826782000005 - ], - [ - -121.93532089399997, - 37.278266150000036 - ], - [ - -121.93531826599997, - 37.27825765100005 - ], - [ - -121.93530466699997, - 37.27821322800003 - ], - [ - -121.934996975, - 37.27738364900006 - ], - [ - -121.93496869899997, - 37.27730741400006 - ], - [ - -121.93485543699995, - 37.277002037000045 - ], - [ - -121.93484998399998, - 37.276988851000056 - ], - [ - -121.934838432, - 37.27696154800003 - ], - [ - -121.93480507399994, - 37.276878614000054 - ], - [ - -121.93479062399996, - 37.27684663000008 - ], - [ - -121.93468507899996, - 37.276876902000026 - ], - [ - -121.93425802899998, - 37.27699669900005 - ], - [ - -121.93415832499994, - 37.27677160600007 - ], - [ - -121.93405476099997, - 37.27653774800007 - ], - [ - -121.93395450699995, - 37.27630916000004 - ], - [ - -121.93384835399996, - 37.27607183200007 - ], - [ - -121.93374242899995, - 37.27583276200005 - ], - [ - -121.93393637199995, - 37.27577725900005 - ], - [ - -121.93418090899996, - 37.275707289000025 - ], - [ - -121.93427195399994, - 37.27568124600003 - ], - [ - -121.93425964699998, - 37.27564891500003 - ], - [ - -121.93424400099997, - 37.275610011000026 - ], - [ - -121.93417750799995, - 37.275444804000074 - ], - [ - -121.93410601699998, - 37.275279201000046 - ], - [ - -121.93408491599996, - 37.27523489200007 - ], - [ - -121.93406429799995, - 37.27519039600003 - ], - [ - -121.93404425099999, - 37.27514575300006 - ], - [ - -121.93384456799998, - 37.274671788000035 - ], - [ - -121.93421762799994, - 37.27422265100006 - ], - [ - -121.93422109999995, - 37.27421851100007 - ], - [ - -121.93422306099995, - 37.27421617500005 - ], - [ - -121.93423453799994, - 37.27420346100007 - ], - [ - -121.93424565499998, - 37.27419060400007 - ], - [ - -121.93425649099999, - 37.274177534000046 - ], - [ - -121.93429164999998, - 37.27413492300008 - ], - [ - -121.93430287299998, - 37.27412125600006 - ], - [ - -121.934314885, - 37.27410682200008 - ], - [ - -121.93446016899998, - 37.27419830100007 - ], - [ - -121.93478346199998, - 37.274383251000074 - ], - [ - -121.93529182699996, - 37.27465653100006 - ], - [ - -121.93539137899995, - 37.27465732500008 - ], - [ - -121.93538876199995, - 37.274306109000065 - ], - [ - -121.93577083099996, - 37.27430000700008 - ], - [ - -121.935770908, - 37.274183176000065 - ], - [ - -121.935907709, - 37.274183237000045 - ], - [ - -121.93605639699996, - 37.27418331400003 - ], - [ - -121.93620173499994, - 37.27418338500007 - ], - [ - -121.93620167199998, - 37.27425912800004 - ], - [ - -121.936201655, - 37.27435970700003 - ], - [ - -121.93620157999999, - 37.27446161600005 - ], - [ - -121.93620152299997, - 37.27459591200005 - ], - [ - -121.93627741399996, - 37.274580263000075 - ], - [ - -121.93650828099999, - 37.27453261200003 - ], - [ - -121.936550905, - 37.27452382600006 - ], - [ - -121.93664819499998, - 37.27452320300006 - ], - [ - -121.93675994699998, - 37.274522475000026 - ], - [ - -121.93692073099999, - 37.27452144000006 - ], - [ - -121.93699462099994, - 37.27452096800005 - ], - [ - -121.937123499, - 37.274520050000035 - ], - [ - -121.93726097799998, - 37.27451959900003 - ], - [ - -121.93741355099996, - 37.274519145000056 - ], - [ - -121.93754656299996, - 37.27451868000003 - ], - [ - -121.93763921899995, - 37.274518389000036 - ], - [ - -121.937685763, - 37.27451822900008 - ], - [ - -121.93780642899998, - 37.27451784800007 - ], - [ - -121.93795075299994, - 37.27451737900003 - ], - [ - -121.93795055299995, - 37.274471144000074 - ], - [ - -121.93794968699996, - 37.274271257000066 - ], - [ - -121.93794957899996, - 37.27425960700003 - ], - [ - -121.93794908499996, - 37.274134176000075 - ], - [ - -121.93794794799999, - 37.274064604000046 - ], - [ - -121.93794767599996, - 37.27405046000007 - ], - [ - -121.93794596099997, - 37.27394638000004 - ], - [ - -121.93794566799994, - 37.27392965000007 - ], - [ - -121.93794452299994, - 37.273844765000035 - ], - [ - -121.93794191699999, - 37.273651124000025 - ], - [ - -121.93794066099997, - 37.273559076000026 - ], - [ - -121.93790741099997, - 37.27355923300007 - ], - [ - -121.93790687299997, - 37.27351941000006 - ], - [ - -121.93790288499997, - 37.27323299100004 - ], - [ - -121.93833971099997, - 37.273229686000036 - ], - [ - -121.93834033099995, - 37.27346446000007 - ], - [ - -121.93834203499995, - 37.27351285300006 - ], - [ - -121.93834345999994, - 37.27355266300003 - ], - [ - -121.93845811899996, - 37.27355276600008 - ], - [ - -121.93878223499996, - 37.273553796000044 - ], - [ - -121.93877270899998, - 37.273255222000046 - ], - [ - -121.93876741999998, - 37.27309052500004 - ], - [ - -121.93894246099995, - 37.27309066200007 - ], - [ - -121.93920090799998, - 37.27309085100006 - ], - [ - -121.93919747999996, - 37.27300201200006 - ], - [ - -121.93963014599996, - 37.27300740600003 - ], - [ - -121.93986375699996, - 37.27301032400004 - ], - [ - -121.93988667599996, - 37.27301063700003 - ], - [ - -121.94006507799998, - 37.27301286100004 - ], - [ - -121.94006582399999, - 37.273051606000024 - ], - [ - -121.94006933799994, - 37.27323559700005 - ], - [ - -121.94030858999997, - 37.27323393800003 - ], - [ - -121.94039791499995, - 37.27323331900004 - ], - [ - -121.94055631599997, - 37.27323221700004 - ], - [ - -121.94072560199999, - 37.27323105000005 - ], - [ - -121.94072378299995, - 37.27313662800003 - ], - [ - -121.94072205699996, - 37.27304705800003 - ], - [ - -121.94072002399997, - 37.272941514000024 - ], - [ - -121.94071938599996, - 37.27290837800007 - ], - [ - -121.94071668599997, - 37.272768324000026 - ], - [ - -121.94071387999998, - 37.27262259500003 - ], - [ - -121.941017295, - 37.27262128700005 - ], - [ - -121.94102717299995, - 37.27262112100004 - ], - [ - -121.941032453, - 37.27262153500004 - ], - [ - -121.94103768099995, - 37.27262231900005 - ], - [ - -121.94104280099998, - 37.272623467000074 - ], - [ - -121.94104781399994, - 37.272624963000055 - ], - [ - -121.94105257399997, - 37.27262678100004 - ], - [ - -121.94105716999997, - 37.272628946000054 - ], - [ - -121.94106151499994, - 37.27263140900004 - ], - [ - -121.94106554799998, - 37.27263415200008 - ], - [ - -121.941069272, - 37.27263717500006 - ], - [ - -121.94107271499996, - 37.272640428000045 - ], - [ - -121.94107573199994, - 37.27264391700004 - ], - [ - -121.94107838099995, - 37.272647592000055 - ], - [ - -121.94108063199997, - 37.27265145600006 - ], - [ - -121.94108245499996, - 37.27265543800007 - ], - [ - -121.94108385399994, - 37.27265956400004 - ], - [ - -121.94108479399995, - 37.27266371800005 - ], - [ - -121.94108527599997, - 37.27266794800005 - ], - [ - -121.94108529999994, - 37.272672182000065 - ], - [ - -121.94128441199996, - 37.27266414600007 - ], - [ - -121.94128528699997, - 37.27265905300004 - ], - [ - -121.94128676599996, - 37.272654068000065 - ], - [ - -121.94128876199994, - 37.27264916900003 - ], - [ - -121.94129127899998, - 37.272644444000036 - ], - [ - -121.94129437099997, - 37.272639920000074 - ], - [ - -121.941297927, - 37.27263564300006 - ], - [ - -121.94130194399997, - 37.27263163200007 - ], - [ - -121.94130639999997, - 37.272627939000074 - ], - [ - -121.94131123099999, - 37.272624560000054 - ], - [ - -121.94131644499998, - 37.27262154300007 - ], - [ - -121.94132195099996, - 37.27261891200004 - ], - [ - -121.94132774999997, - 37.27261666600003 - ], - [ - -121.94133378799995, - 37.272614874000055 - ], - [ - -121.94133997699998, - 37.27261349400004 - ], - [ - -121.94134628899997, - 37.272612569000046 - ], - [ - -121.94135269499998, - 37.27261210100005 - ], - [ - -121.94134621899997, - 37.27252972900004 - ], - [ - -121.94134039799997, - 37.272455524000065 - ], - [ - -121.941334214, - 37.27245420300005 - ], - [ - -121.94132822199998, - 37.27245242300006 - ], - [ - -121.94132245099996, - 37.272450228000025 - ], - [ - -121.94131692999997, - 37.27244764100004 - ], - [ - -121.94131174699999, - 37.27244468400005 - ], - [ - -121.94130689999997, - 37.27244135500007 - ], - [ - -121.94130244599995, - 37.27243770200005 - ], - [ - -121.94129838899994, - 37.27243374600005 - ], - [ - -121.94129481299996, - 37.27242951000005 - ], - [ - -121.941291719, - 37.27242503800005 - ], - [ - -121.94128913699996, - 37.272420400000044 - ], - [ - -121.94128706599997, - 37.27241552800007 - ], - [ - -121.94128556799996, - 37.27241057900005 - ], - [ - -121.94128464099998, - 37.27240553200005 - ], - [ - -121.941284199, - 37.272400455000025 - ], - [ - -121.94107794599995, - 37.272399102000065 - ], - [ - -121.94107811999999, - 37.27240361100007 - ], - [ - -121.94107777699998, - 37.27240812300005 - ], - [ - -121.94107694699994, - 37.272412598000074 - ], - [ - -121.94107562699998, - 37.27241698500006 - ], - [ - -121.94107382099997, - 37.27242128900008 - ], - [ - -121.941071551, - 37.27242543600005 - ], - [ - -121.94106884899998, - 37.27242940600007 - ], - [ - -121.94106571299994, - 37.27243317600005 - ], - [ - -121.94106214399994, - 37.272436699000025 - ], - [ - -121.94105825499997, - 37.27243995200007 - ], - [ - -121.94105398699998, - 37.27244295700007 - ], - [ - -121.94104939799996, - 37.272445600000026 - ], - [ - -121.94104454499995, - 37.27244792700003 - ], - [ - -121.94103948399999, - 37.272449911000024 - ], - [ - -121.94103418799995, - 37.27245153400003 - ], - [ - -121.94102874199996, - 37.272452790000045 - ], - [ - -121.94102317299996, - 37.27245363700007 - ], - [ - -121.94101019699997, - 37.272453590000055 - ], - [ - -121.940852582, - 37.27245554000007 - ], - [ - -121.94063254699995, - 37.27245711200004 - ], - [ - -121.94063251899996, - 37.27245514800006 - ], - [ - -121.94062768199996, - 37.272116598000025 - ], - [ - -121.940627673, - 37.27211595400007 - ], - [ - -121.94062588099996, - 37.271990241000026 - ], - [ - -121.94062491199998, - 37.27192208800005 - ], - [ - -121.94062248699998, - 37.27175158700004 - ], - [ - -121.94062217599998, - 37.27173101200003 - ], - [ - -121.94061944299995, - 37.271538564000025 - ], - [ - -121.94061878399998, - 37.271492470000055 - ], - [ - -121.94061625699999, - 37.271346394000034 - ], - [ - -121.94061615799995, - 37.27133829300004 - ], - [ - -121.94061363599997, - 37.27115234200005 - ], - [ - -121.94061322699997, - 37.27109695300004 - ], - [ - -121.94061271499999, - 37.27103016700005 - ], - [ - -121.94061346599995, - 37.270957665000026 - ], - [ - -121.94061209599994, - 37.27085536300007 - ], - [ - -121.94061089699994, - 37.270766312000035 - ], - [ - -121.94060728, - 37.27057408100006 - ], - [ - -121.94060467399999, - 37.270443251000074 - ], - [ - -121.94060342699999, - 37.27038150900006 - ], - [ - -121.94060049199999, - 37.27023804700008 - ], - [ - -121.94060028099994, - 37.27019732900004 - ], - [ - -121.94060020499995, - 37.27018895100008 - ], - [ - -121.94059930399999, - 37.27001877600003 - ], - [ - -121.940599196, - 37.26999529100004 - ], - [ - -121.94059870299998, - 37.26996973100006 - ], - [ - -121.94059672499998, - 37.26984028900006 - ], - [ - -121.94059618999995, - 37.26980357900004 - ], - [ - -121.94059484399997, - 37.26971437000003 - ], - [ - -121.94059347299998, - 37.269641688000036 - ], - [ - -121.94058997399998, - 37.269452614000045 - ], - [ - -121.940589118, - 37.269287794000036 - ], - [ - -121.94058051199994, - 37.269025328000055 - ], - [ - -121.94092821999999, - 37.269018052000035 - ], - [ - -121.94092649699996, - 37.268799312000056 - ], - [ - -121.94092319299995, - 37.26829634400008 - ], - [ - -121.94092062599998, - 37.267905918000054 - ], - [ - -121.94122622999998, - 37.26766840300007 - ], - [ - -121.94131376899998, - 37.26760257700005 - ], - [ - -121.94130218, - 37.267583486000035 - ], - [ - -121.94128712899999, - 37.26755148700005 - ], - [ - -121.94127580999998, - 37.26751852700005 - ], - [ - -121.941275271, - 37.267504227000074 - ], - [ - -121.94127528799999, - 37.26748994400003 - ], - [ - -121.94127584399996, - 37.267475654000066 - ], - [ - -121.941281146, - 37.26745508000005 - ], - [ - -121.94128880699998, - 37.26743500200007 - ], - [ - -121.9412988, - 37.26741558300006 - ], - [ - -121.94131101699998, - 37.26739700600007 - ], - [ - -121.94132534099998, - 37.267379411000036 - ], - [ - -121.94134163599995, - 37.267362958000035 - ], - [ - -121.94135982299997, - 37.26734778700006 - ], - [ - -121.94140976399996, - 37.26730603800007 - ], - [ - -121.941539246, - 37.26720228200003 - ], - [ - -121.94157109599996, - 37.26717676100003 - ], - [ - -121.94172821399997, - 37.267045772000074 - ], - [ - -121.94186263699999, - 37.26690094000003 - ], - [ - -121.941905164, - 37.26693336100004 - ], - [ - -121.94204106599994, - 37.26703902300005 - ], - [ - -121.94222146199996, - 37.266882535000036 - ], - [ - -121.94247231999998, - 37.267078336000054 - ], - [ - -121.94252339099995, - 37.26705772400004 - ], - [ - -121.94292291199997, - 37.266896691000056 - ], - [ - -121.94290206799997, - 37.26686138300005 - ], - [ - -121.94286942899998, - 37.26679302500003 - ], - [ - -121.94285824899998, - 37.26676346700003 - ], - [ - -121.94285182199997, - 37.266745050000054 - ], - [ - -121.94278919499999, - 37.26656592900008 - ], - [ - -121.942425862, - 37.26664008400007 - ], - [ - -121.94234483799994, - 37.26657914200007 - ], - [ - -121.94222396899994, - 37.266488200000026 - ], - [ - -121.94218281599996, - 37.266457211000045 - ], - [ - -121.94216880899995, - 37.26631455000006 - ], - [ - -121.94215662899995, - 37.26619088700005 - ], - [ - -121.94213262399995, - 37.266171245000066 - ], - [ - -121.94196396199999, - 37.26603319000003 - ], - [ - -121.94223764799995, - 37.26573911500003 - ], - [ - -121.94266080799997, - 37.265736351000044 - ], - [ - -121.942696432, - 37.26573611900005 - ], - [ - -121.94269149699994, - 37.265251688000035 - ], - [ - -121.94269119799998, - 37.265224224000065 - ], - [ - -121.94268996399995, - 37.265169281000055 - ], - [ - -121.94269827299996, - 37.265169370000024 - ], - [ - -121.94285591499994, - 37.265171287000044 - ], - [ - -121.94285681599996, - 37.265088871000046 - ], - [ - -121.94285481199995, - 37.264762301000076 - ], - [ - -121.94326868899998, - 37.265004505000036 - ], - [ - -121.94361399499996, - 37.264631878000046 - ], - [ - -121.94395929799998, - 37.264259319000075 - ], - [ - -121.94402045599998, - 37.26429551000007 - ], - [ - -121.944016622, - 37.26367722800006 - ], - [ - -121.94401639299997, - 37.263640149000025 - ], - [ - -121.94401616399995, - 37.263603071000034 - ], - [ - -121.94471422099997, - 37.263600318000044 - ], - [ - -121.945039566, - 37.263599027000055 - ], - [ - -121.94504036, - 37.263518582000074 - ], - [ - -121.94504035099999, - 37.26351663600008 - ], - [ - -121.94503748999995, - 37.263030670000035 - ], - [ - -121.94503659599997, - 37.26287759300004 - ], - [ - -121.94428686999998, - 37.262882654000066 - ], - [ - -121.94413185599996, - 37.26288907600008 - ], - [ - -121.94424396499994, - 37.26276681100006 - ], - [ - -121.94426923499998, - 37.26273923700006 - ], - [ - -121.94625958799998, - 37.26056835900005 - ], - [ - -121.94650866899997, - 37.260296667000034 - ], - [ - -121.94659199299997, - 37.26020574800003 - ], - [ - -121.94668433699997, - 37.26010141900008 - ], - [ - -121.94755753699997, - 37.259114570000065 - ], - [ - -121.94862559199998, - 37.25790750500005 - ], - [ - -121.94862894999994, - 37.257903412000076 - ], - [ - -121.94866161399995, - 37.25786375300004 - ], - [ - -121.9489276, - 37.25754098400006 - ], - [ - -121.949517228, - 37.25682537500006 - ], - [ - -121.94943491099997, - 37.25678447200005 - ], - [ - -121.94942683799997, - 37.25678046200005 - ], - [ - -121.94976811199996, - 37.256380060000026 - ], - [ - -121.95071672899996, - 37.255222814000035 - ], - [ - -121.95079081799997, - 37.25513316300004 - ], - [ - -121.95104455699999, - 37.25482612700006 - ], - [ - -121.95118980899997, - 37.25465036300005 - ], - [ - -121.95129679899998, - 37.254520899000056 - ], - [ - -121.95140377899997, - 37.25439144500007 - ], - [ - -121.95141597399999, - 37.25437669200005 - ], - [ - -121.95177448799996, - 37.25393976200007 - ], - [ - -121.95185587399999, - 37.25384117200008 - ], - [ - -121.95201307599996, - 37.25365071600004 - ], - [ - -121.95210530399999, - 37.25353897800005 - ], - [ - -121.95240691799995, - 37.25317354500004 - ], - [ - -121.95222711999998, - 37.253079272000036 - ], - [ - -121.952203651, - 37.25306807100003 - ], - [ - -121.95219044799995, - 37.25306210200006 - ], - [ - -121.95217710499998, - 37.25305631500004 - ], - [ - -121.95216365399995, - 37.25305073700008 - ], - [ - -121.95215006099994, - 37.25304534300005 - ], - [ - -121.95213635799996, - 37.253040111000075 - ], - [ - -121.95212254499995, - 37.25303510900005 - ], - [ - -121.95210862, - 37.25303026900008 - ], - [ - -121.95209461399998, - 37.253025636000075 - ], - [ - -121.95208049699994, - 37.25302121000004 - ], - [ - -121.95206626899994, - 37.253016968000054 - ], - [ - -121.95205195699998, - 37.253012934000026 - ], - [ - -121.95203756599994, - 37.253009106000036 - ], - [ - -121.95202309099994, - 37.25300544000004 - ], - [ - -121.95200856399998, - 37.253002028000026 - ], - [ - -121.95199395499998, - 37.25299879800008 - ], - [ - -121.95197923499995, - 37.252995777000024 - ], - [ - -121.95196448999997, - 37.25299296000003 - ], - [ - -121.95194966399998, - 37.25299032800007 - ], - [ - -121.95193613299995, - 37.25298814000007 - ], - [ - -121.95193481399997, - 37.25298792700005 - ], - [ - -121.95191988099998, - 37.252985754000065 - ], - [ - -121.95190492199998, - 37.252983742000026 - ], - [ - -121.95188991099997, - 37.25298196000006 - ], - [ - -121.95187487599998, - 37.25298038300008 - ], - [ - -121.95185978799998, - 37.25297901400006 - ], - [ - -121.95184467499996, - 37.25297787400007 - ], - [ - -121.95182956599996, - 37.252976939000064 - ], - [ - -121.95107685099998, - 37.250248459000034 - ], - [ - -121.95095733299996, - 37.24981443400003 - ], - [ - -121.95079102099999, - 37.24921025300006 - ], - [ - -121.95078513699997, - 37.24918894600006 - ], - [ - -121.95059663399996, - 37.24850625000005 - ], - [ - -121.95031740399997, - 37.247494833000076 - ], - [ - -121.95004090299994, - 37.24649281100005 - ], - [ - -121.950040608, - 37.24649174100006 - ], - [ - -121.94995646499996, - 37.24650550900003 - ], - [ - -121.94970176599998, - 37.24655078200004 - ], - [ - -121.94948376399998, - 37.246589533000076 - ], - [ - -121.94926915599996, - 37.246627716000035 - ], - [ - -121.94906062799998, - 37.246664793000036 - ], - [ - -121.94886276899996, - 37.24669997500007 - ], - [ - -121.94872720199999, - 37.24672408500004 - ], - [ - -121.94874747799997, - 37.24679822600007 - ], - [ - -121.94882414499995, - 37.24707855100007 - ], - [ - -121.94883714799994, - 37.24712604700005 - ], - [ - -121.94889585199996, - 37.24734069300007 - ], - [ - -121.948979453, - 37.24764633900003 - ], - [ - -121.94899916499998, - 37.24772806400006 - ], - [ - -121.94901846299996, - 37.24780805600005 - ], - [ - -121.94884217499998, - 37.24783944500007 - ], - [ - -121.94856863999996, - 37.24788817600006 - ], - [ - -121.94824068599996, - 37.24794495000003 - ], - [ - -121.94816315899999, - 37.24796174900007 - ], - [ - -121.94813998099994, - 37.24788595600006 - ], - [ - -121.94811339199998, - 37.247798998000064 - ], - [ - -121.94797813399998, - 37.24730510100005 - ], - [ - -121.94788169499998, - 37.24695289500005 - ], - [ - -121.947861177, - 37.24687804700005 - ], - [ - -121.94781434499998, - 37.24670699600006 - ], - [ - -121.94756462299995, - 37.246704728000054 - ], - [ - -121.94727213699997, - 37.24670454500006 - ], - [ - -121.947246023, - 37.24670452400005 - ], - [ - -121.94709255999999, - 37.246709397000075 - ], - [ - -121.94706123999998, - 37.24657349700004 - ], - [ - -121.94699057799994, - 37.24631601100003 - ], - [ - -121.94698801899995, - 37.24630670200003 - ], - [ - -121.94698460199999, - 37.24629427000008 - ], - [ - -121.94698386299996, - 37.24629160100005 - ], - [ - -121.94691446099995, - 37.24603867600007 - ], - [ - -121.94686840999998, - 37.24587084400008 - ], - [ - -121.94679719399994, - 37.24561137300003 - ], - [ - -121.94679149599995, - 37.24559061300005 - ], - [ - -121.94671593399994, - 37.245315196000035 - ], - [ - -121.94667153699999, - 37.24516476000008 - ], - [ - -121.94659597299994, - 37.24489064800008 - ], - [ - -121.9465325099999, - 37.24466033400006 - ], - [ - -121.94652108399998, - 37.244618839000054 - ], - [ - -121.94651883599994, - 37.24461067100003 - ], - [ - -121.94647578799999, - 37.244454407000035 - ], - [ - -121.94647058399994, - 37.24443554000004 - ], - [ - -121.94645943999996, - 37.24439518600008 - ], - [ - -121.94637260699994, - 37.244080147000034 - ], - [ - -121.94636743399997, - 37.24406137300008 - ], - [ - -121.94633894999998, - 37.24395796300007 - ], - [ - -121.94627946199995, - 37.24374216000007 - ], - [ - -121.94624081299997, - 37.24359868100004 - ], - [ - -121.94621311999998, - 37.24358945500006 - ], - [ - -121.94618567699996, - 37.24357986000007 - ], - [ - -121.94615839799997, - 37.243569896000054 - ], - [ - -121.94613137099998, - 37.243559541000025 - ], - [ - -121.94608597699994, - 37.24354110300004 - ], - [ - -121.94605671, - 37.24352896700003 - ], - [ - -121.94602710999999, - 37.24351731500008 - ], - [ - -121.94599728499998, - 37.24350603200003 - ], - [ - -121.94596721299996, - 37.24349521000005 - ], - [ - -121.94593694899999, - 37.24348478100006 - ], - [ - -121.945906434, - 37.24347478800007 - ], - [ - -121.94590096499996, - 37.24347308700004 - ], - [ - -121.94587570099998, - 37.24346521000007 - ], - [ - -121.94584477299998, - 37.243456070000036 - ], - [ - -121.94581365299996, - 37.24344734400006 - ], - [ - -121.94578234299996, - 37.24343907800005 - ], - [ - -121.94575089699998, - 37.24343122700003 - ], - [ - -121.94571920199996, - 37.24342381200006 - ], - [ - -121.94568740299997, - 37.243416903000025 - ], - [ - -121.94565543799996, - 37.24341036200008 - ], - [ - -121.94562336799999, - 37.243404303000034 - ], - [ - -121.94559113499997, - 37.24339868100003 - ], - [ - -121.94555876799996, - 37.243393542000035 - ], - [ - -121.94552635099996, - 37.24338881600005 - ], - [ - -121.94549379999995, - 37.24338454700006 - ], - [ - -121.94546117399995, - 37.243380761000026 - ], - [ - -121.94542591699997, - 37.24337716900004 - ], - [ - -121.94541574099998, - 37.24347588200004 - ], - [ - -121.94518987899994, - 37.24348837500003 - ], - [ - -121.94483327399996, - 37.243491336000034 - ], - [ - -121.944616898, - 37.243493915000045 - ], - [ - -121.94440046699998, - 37.243496540000024 - ], - [ - -121.94418095799995, - 37.24349551800003 - ], - [ - -121.943966752, - 37.24349928200007 - ], - [ - -121.94375094299994, - 37.24350308900006 - ], - [ - -121.94331727999997, - 37.24350843600007 - ], - [ - -121.94313831399995, - 37.243508950000034 - ], - [ - -121.941818803, - 37.24351790900005 - ], - [ - -121.94034855999996, - 37.243517057000076 - ], - [ - -121.94034829799995, - 37.243392492000055 - ], - [ - -121.94034817899995, - 37.24333517800005 - ], - [ - -121.94034731399995, - 37.24326651900003 - ], - [ - -121.94034366299996, - 37.24304411800006 - ], - [ - -121.94034101299997, - 37.24288268400005 - ], - [ - -121.94034071699997, - 37.24286282000003 - ], - [ - -121.94033780799998, - 37.242687998000065 - ], - [ - -121.94033259199995, - 37.24236941000004 - ], - [ - -121.94032993399998, - 37.242191243000036 - ], - [ - -121.94032486599997, - 37.24185063400006 - ], - [ - -121.94032084399998, - 37.24158227400005 - ], - [ - -121.94031997599996, - 37.24152382300008 - ], - [ - -121.94031765999995, - 37.24136781100003 - ], - [ - -121.94031177699998, - 37.24097296100007 - ], - [ - -121.94030887099996, - 37.24077593700008 - ], - [ - -121.94030204699999, - 37.24032041800007 - ], - [ - -121.94030099199995, - 37.240250685000035 - ], - [ - -121.94030090499996, - 37.240244620000055 - ], - [ - -121.94029854999997, - 37.240086707000046 - ], - [ - -121.94029424899998, - 37.239797819000046 - ], - [ - -121.94029704099995, - 37.23960376900004 - ], - [ - -121.94029100699998, - 37.239272465000056 - ], - [ - -121.94028639499999, - 37.23901803000007 - ], - [ - -121.94028263099995, - 37.23881206600004 - ], - [ - -121.940278923, - 37.23860610100007 - ], - [ - -121.94027515899995, - 37.23840013600005 - ], - [ - -121.94027142199997, - 37.23819415000003 - ], - [ - -121.94026731899999, - 37.23796758900005 - ], - [ - -121.94026337499997, - 37.23780280600005 - ], - [ - -121.940260164, - 37.23758699200005 - ], - [ - -121.94025989799997, - 37.237570195000046 - ], - [ - -121.94025717199997, - 37.23738539000004 - ], - [ - -121.94025684999997, - 37.23736424500004 - ], - [ - -121.94025414999999, - 37.23718381300006 - ], - [ - -121.94025201199997, - 37.237040067000066 - ], - [ - -121.94025115599999, - 37.236982211000054 - ], - [ - -121.94024967699994, - 37.23688307000003 - ], - [ - -121.940248882, - 37.23682835000005 - ], - [ - -121.94024816299998, - 37.23678063300008 - ], - [ - -121.94024407899997, - 37.236506001000066 - ], - [ - -121.940240239, - 37.23624844500006 - ], - [ - -121.94023582399996, - 37.236239183000066 - ], - [ - -121.94023483299998, - 37.23618920400003 - ], - [ - -121.94023475199998, - 37.23612637100007 - ], - [ - -121.94004208799998, - 37.23612743800004 - ], - [ - -121.93701693699995, - 37.23614196300008 - ], - [ - -121.93477169399995, - 37.23615270300007 - ], - [ - -121.93457208499996, - 37.236153616000024 - ], - [ - -121.93457434699997, - 37.23625522000003 - ], - [ - -121.93457737699998, - 37.23658798100007 - ], - [ - -121.93457937499994, - 37.236810035000076 - ], - [ - -121.93459470399995, - 37.23696904700006 - ], - [ - -121.93459708399996, - 37.23723053700007 - ], - [ - -121.93459721399995, - 37.23724470500008 - ], - [ - -121.93459897199995, - 37.23743503600008 - ], - [ - -121.93459935199996, - 37.23747721800004 - ], - [ - -121.934600876, - 37.23764328900006 - ], - [ - -121.93460146299998, - 37.23770973200004 - ], - [ - -121.93460275399997, - 37.23785019200005 - ], - [ - -121.93460357499998, - 37.237942245000056 - ], - [ - -121.93460456099996, - 37.23805496700004 - ], - [ - -121.93460568499995, - 37.23817475900006 - ], - [ - -121.934606455, - 37.238262716000065 - ], - [ - -121.93460774799996, - 37.23840178000006 - ], - [ - -121.93460833399996, - 37.23846522400004 - ], - [ - -121.93460981099997, - 37.23862880100006 - ], - [ - -121.93461022999998, - 37.23867464500006 - ], - [ - -121.93461194799994, - 37.238861292000024 - ], - [ - -121.93461208899998, - 37.23887610000003 - ], - [ - -121.93461420499995, - 37.23911037600004 - ], - [ - -121.93461398799997, - 37.23927518700003 - ], - [ - -121.93461618699996, - 37.23951534500003 - ], - [ - -121.93461855699996, - 37.23977623900004 - ], - [ - -121.93462157899995, - 37.24010856500007 - ], - [ - -121.93462633299998, - 37.24020416500008 - ], - [ - -121.93379624, - 37.240210743000034 - ], - [ - -121.93379739499994, - 37.240276994000055 - ], - [ - -121.93379909899994, - 37.240468976000045 - ], - [ - -121.93380072199994, - 37.240647841000055 - ], - [ - -121.93380249299997, - 37.24084478700007 - ], - [ - -121.93380427299996, - 37.24104228300007 - ], - [ - -121.93380605399994, - 37.24123977900007 - ], - [ - -121.93380783499998, - 37.241437276000056 - ], - [ - -121.93380958799997, - 37.241634773000044 - ], - [ - -121.93381136799997, - 37.24183226800005 - ], - [ - -121.93381315399995, - 37.242030062000026 - ], - [ - -121.93381493599998, - 37.242227581000066 - ], - [ - -121.93382458299999, - 37.24329860100005 - ], - [ - -121.93382557799998, - 37.24342219500005 - ], - [ - -121.93332849999996, - 37.24342475700007 - ], - [ - -121.93276897899995, - 37.24342755600003 - ], - [ - -121.93209617699995, - 37.24343089100006 - ], - [ - -121.93138031499996, - 37.243434474000026 - ], - [ - -121.93137796299999, - 37.24319658500008 - ], - [ - -121.931377952, - 37.24319564600006 - ], - [ - -121.93137568599997, - 37.24294258000003 - ], - [ - -121.93137098099999, - 37.24241980700003 - ], - [ - -121.93105469099999, - 37.24240618600004 - ], - [ - -121.93082255799999, - 37.24240808500008 - ], - [ - -121.930784228, - 37.242408416000046 - ], - [ - -121.93055330499999, - 37.242409156000065 - ], - [ - -121.93055427399997, - 37.24251377500008 - ], - [ - -121.93055516699997, - 37.24260990200003 - ], - [ - -121.93055580299995, - 37.242677557000036 - ], - [ - -121.93055608699996, - 37.24270742500005 - ], - [ - -121.93055698599994, - 37.242803827000046 - ], - [ - -121.930557395, - 37.24284921200007 - ], - [ - -121.93055788099997, - 37.242901602000074 - ], - [ - -121.93055877499995, - 37.242997729000024 - ], - [ - -121.930559669, - 37.24309385500004 - ], - [ - -121.93056053199996, - 37.243189983000036 - ], - [ - -121.930561464, - 37.24328805500005 - ], - [ - -121.93056171399996, - 37.24331611500003 - ], - [ - -121.93056233799996, - 37.24338473200004 - ], - [ - -121.93056567899998, - 37.243439651000074 - ], - [ - -121.93018564699997, - 37.24344223400004 - ], - [ - -121.929974803, - 37.243443666000076 - ], - [ - -121.92996255099996, - 37.24344372300004 - ], - [ - -121.92941988399997, - 37.243447444000026 - ], - [ - -121.92849667099995, - 37.24345372500005 - ], - [ - -121.92849432299994, - 37.243453732000035 - ], - [ - -121.92761277299996, - 37.24345887900006 - ], - [ - -121.92761111899995, - 37.24333614000005 - ], - [ - -121.92760852999999, - 37.24306696200006 - ], - [ - -121.927608454, - 37.243061469000054 - ], - [ - -121.92760838399994, - 37.24305183400003 - ], - [ - -121.92760562399997, - 37.24276762000005 - ], - [ - -121.927570501, - 37.242685461000065 - ], - [ - -121.927555725, - 37.24115192100004 - ], - [ - -121.92744883399996, - 37.24115272100005 - ], - [ - -121.927061805, - 37.24115560800004 - ], - [ - -121.92668662499995, - 37.24115839700005 - ], - [ - -121.92648048899997, - 37.24115250800003 - ], - [ - -121.92616724599998, - 37.24115573000006 - ], - [ - -121.92609899399997, - 37.24115592100003 - ], - [ - -121.92571851499997, - 37.24115703200005 - ], - [ - -121.92551173899994, - 37.24115815300007 - ], - [ - -121.92513243499997, - 37.24116085000003 - ], - [ - -121.92513280599997, - 37.241198361000045 - ], - [ - -121.92513386499996, - 37.241317034000076 - ], - [ - -121.92513532699996, - 37.241477978000034 - ], - [ - -121.92513585199998, - 37.24153705100008 - ], - [ - -121.92513673699995, - 37.24163617600004 - ], - [ - -121.92513819799996, - 37.241795472000035 - ], - [ - -121.925139033, - 37.241887435000024 - ], - [ - -121.92513936799998, - 37.24192153700005 - ], - [ - -121.92513969599997, - 37.24195378400003 - ], - [ - -121.92514109299998, - 37.24211438700007 - ], - [ - -121.92514220499999, - 37.24223738400008 - ], - [ - -121.92514254899999, - 37.24227494200005 - ], - [ - -121.92514400899995, - 37.24243575000003 - ], - [ - -121.92514406999999, - 37.242443508000065 - ], - [ - -121.92514563199995, - 37.24261266900004 - ], - [ - -121.925145682, - 37.24261827600003 - ], - [ - -121.92514704599995, - 37.24278306700006 - ], - [ - -121.92514706499998, - 37.242784028000074 - ], - [ - -121.92514950299994, - 37.24306536300003 - ], - [ - -121.925149504, - 37.24306694200004 - ], - [ - -121.92514966199997, - 37.243084199000066 - ], - [ - -121.925151998, - 37.24335260200007 - ], - [ - -121.925153363, - 37.24348141100006 - ], - [ - -121.92359724199997, - 37.243484255000055 - ], - [ - -121.92358839699995, - 37.24348427100006 - ], - [ - -121.92291354799994, - 37.24348549500007 - ], - [ - -121.92291069799995, - 37.24336714300006 - ], - [ - -121.92290035199994, - 37.24336651700003 - ], - [ - -121.92289920399998, - 37.243366441000035 - ], - [ - -121.92288847099996, - 37.24336428300006 - ], - [ - -121.92288664999995, - 37.24336376600007 - ], - [ - -121.92287704899996, - 37.24336034100003 - ], - [ - -121.92287593999998, - 37.24335979600005 - ], - [ - -121.92286721199997, - 37.24335506500006 - ], - [ - -121.92286632799994, - 37.24335449300003 - ], - [ - -121.92285894799994, - 37.24334876200004 - ], - [ - -121.92285772899999, - 37.243347690000064 - ], - [ - -121.92285166799996, - 37.24334096700005 - ], - [ - -121.92285069199994, - 37.243339637000076 - ], - [ - -121.92284638999996, - 37.24333259400004 - ], - [ - -121.92284586799997, - 37.243331641000054 - ], - [ - -121.92284280799998, - 37.243323056000065 - ], - [ - -121.922842576, - 37.243322060000025 - ], - [ - -121.92284153799994, - 37.243313914000055 - ], - [ - -121.92284142899996, - 37.24331256500005 - ], - [ - -121.92284143199998, - 37.24331117200006 - ], - [ - -121.92284271899996, - 37.243256907000045 - ], - [ - -121.92284279999996, - 37.24323399300005 - ], - [ - -121.92284038699995, - 37.242956642000024 - ], - [ - -121.92283891199997, - 37.24278422900005 - ], - [ - -121.92283892199998, - 37.24278136700008 - ], - [ - -121.92283947899995, - 37.242646998000055 - ], - [ - -121.92321553899995, - 37.242644401000064 - ], - [ - -121.92321487699996, - 37.24256199800004 - ], - [ - -121.92321320099995, - 37.24238210200008 - ], - [ - -121.92321308599998, - 37.24236850800003 - ], - [ - -121.92321166999994, - 37.242217313000026 - ], - [ - -121.92321149299994, - 37.24219744700008 - ], - [ - -121.92321016799997, - 37.24205254700007 - ], - [ - -121.92320994499994, - 37.24202879000006 - ], - [ - -121.92320866299997, - 37.241887758000075 - ], - [ - -121.923208376, - 37.241856013000074 - ], - [ - -121.92320713299995, - 37.24172296900008 - ], - [ - -121.92320675499997, - 37.241682069000035 - ], - [ - -121.92320560099995, - 37.24155817900004 - ], - [ - -121.92320521499994, - 37.24151528800007 - ], - [ - -121.92320409899997, - 37.24139339000004 - ], - [ - -121.92320365999996, - 37.24134473100003 - ], - [ - -121.92320256999994, - 37.241227250000065 - ], - [ - -121.92320209199994, - 37.241176531000065 - ], - [ - -121.923201039, - 37.24106246000008 - ], - [ - -121.92320055099998, - 37.24100972900004 - ], - [ - -121.92319953699996, - 37.24089767100003 - ], - [ - -121.92319899599994, - 37.24083917000007 - ], - [ - -121.92319800399997, - 37.24073288200003 - ], - [ - -121.92319740799996, - 37.24066685100007 - ], - [ - -121.92319661299996, - 37.24058148100005 - ], - [ - -121.92319582299996, - 37.24049782800006 - ], - [ - -121.923194078, - 37.24030823000004 - ], - [ - -121.92333850099999, - 37.240307389000066 - ], - [ - -121.92334120599998, - 37.240142594000076 - ], - [ - -121.92333849399995, - 37.23984050200005 - ], - [ - -121.92354458499995, - 37.23983959800006 - ], - [ - -121.92375070299994, - 37.23983867000004 - ], - [ - -121.92411607799994, - 37.23983706300004 - ], - [ - -121.92430284499994, - 37.239836256000046 - ], - [ - -121.92430336099994, - 37.239894985000035 - ], - [ - -121.92430500399996, - 37.24007451400007 - ], - [ - -121.92430516899998, - 37.240095250000024 - ], - [ - -121.92430521499995, - 37.24009772200003 - ], - [ - -121.92512277799995, - 37.24009326400005 - ], - [ - -121.92512092099997, - 37.239890528000046 - ], - [ - -121.92512041899994, - 37.239835596000034 - ], - [ - -121.925117936, - 37.239560948000076 - ], - [ - -121.92511728599999, - 37.23948628900007 - ], - [ - -121.92511704599997, - 37.239460129000065 - ], - [ - -121.925116829, - 37.23943524900005 - ], - [ - -121.92511517099996, - 37.23925647600004 - ], - [ - -121.92511383699997, - 37.23909170700006 - ], - [ - -121.92511224599997, - 37.238909041000056 - ], - [ - -121.92511152799995, - 37.23882772200005 - ], - [ - -121.92511077499995, - 37.23874310700006 - ], - [ - -121.92510950399998, - 37.238599762000035 - ], - [ - -121.92510935799999, - 37.23858305500005 - ], - [ - -121.92510799799999, - 37.23842895400003 - ], - [ - -121.925107535, - 37.238374572000055 - ], - [ - -121.92510658199996, - 37.23826597000004 - ], - [ - -121.92510553499994, - 37.23814935900003 - ], - [ - -121.92510515299995, - 37.23810525500005 - ], - [ - -121.92510372799995, - 37.23794028100008 - ], - [ - -121.925103665, - 37.23793238500008 - ], - [ - -121.92510230799996, - 37.237778535000075 - ], - [ - -121.92510164099997, - 37.237704448000045 - ], - [ - -121.92510086399994, - 37.237615531000074 - ], - [ - -121.92509966999995, - 37.23747923500008 - ], - [ - -121.92509941999998, - 37.237449550000065 - ], - [ - -121.92509804099996, - 37.237291465000055 - ], - [ - -121.925097699, - 37.23725402100007 - ], - [ - -121.92509645999996, - 37.23711376600005 - ], - [ - -121.92509570699997, - 37.237026084000036 - ], - [ - -121.925094135, - 37.23685044500007 - ], - [ - -121.92509368199995, - 37.236798125000064 - ], - [ - -121.92509231099996, - 37.23664047500006 - ], - [ - -121.925091711, - 37.23657291100005 - ], - [ - -121.92508926299996, - 37.236295537000046 - ], - [ - -121.925089819, - 37.23617741800007 - ], - [ - -121.92436481199996, - 37.23618260400008 - ], - [ - -121.92262478999999, - 37.23619440600004 - ], - [ - -121.92074334199998, - 37.23620782900008 - ], - [ - -121.92073275299998, - 37.23620795800008 - ], - [ - -121.91953497299994, - 37.23622372600005 - ], - [ - -121.91862654199997, - 37.23623039300003 - ], - [ - -121.91773181899998, - 37.23622924000006 - ], - [ - -121.91701153399998, - 37.236234323000076 - ], - [ - -121.91669818699995, - 37.23623697200003 - ], - [ - -121.91575716899996, - 37.23624325500003 - ], - [ - -121.91492295599994, - 37.23624913000003 - ], - [ - -121.91390268299995, - 37.23625633300003 - ], - [ - -121.91299052699998, - 37.23626277100004 - ], - [ - -121.912887007, - 37.236273475000075 - ], - [ - -121.91233777199994, - 37.23630402400005 - ], - [ - -121.91126034699994, - 37.23631230400008 - ], - [ - -121.91125821799994, - 37.23620243600004 - ], - [ - -121.91125646799998, - 37.23602464800007 - ], - [ - -121.91125646499995, - 37.236023 - ], - [ - -121.91125485499998, - 37.23586022600006 - ], - [ - -121.91125323999995, - 37.23569411100004 - ], - [ - -121.91125160599995, - 37.235528636000026 - ], - [ - -121.91125143499994, - 37.23551037200008 - ], - [ - -121.91124996099995, - 37.23536094100007 - ], - [ - -121.91124976599997, - 37.23534002200006 - ], - [ - -121.91124840299995, - 37.23520093600007 - ], - [ - -121.91124809999997, - 37.23516969600007 - ], - [ - -121.911246861, - 37.23504177800004 - ], - [ - -121.91124643399996, - 37.23499936800005 - ], - [ - -121.91124521299997, - 37.23487550300007 - ], - [ - -121.911244335, - 37.23478642600003 - ], - [ - -121.91124361599998, - 37.23471185900007 - ], - [ - -121.91124197599999, - 37.23454446200003 - ], - [ - -121.91124157599995, - 37.23450356300003 - ], - [ - -121.91124034999996, - 37.23437937700004 - ], - [ - -121.91124007699995, - 37.23435273600006 - ], - [ - -121.91123875399995, - 37.234215848000076 - ], - [ - -121.91123818899996, - 37.23415849200006 - ], - [ - -121.91123711699998, - 37.23404854200004 - ], - [ - -121.911235493, - 37.233885127000065 - ], - [ - -121.91123520399998, - 37.23385457300003 - ], - [ - -121.91123389199998, - 37.233721255000034 - ], - [ - -121.911232085, - 37.23353589100003 - ], - [ - -121.91123396499995, - 37.23338207100005 - ], - [ - -121.91123209099999, - 37.23318862700006 - ], - [ - -121.91123132599995, - 37.23311017000003 - ], - [ - -121.91123047599996, - 37.23302406800008 - ], - [ - -121.91122887199998, - 37.232857083000056 - ], - [ - -121.91122854899999, - 37.23282472100004 - ], - [ - -121.91122726799995, - 37.23269163000003 - ], - [ - -121.91122567899998, - 37.232528399000046 - ], - [ - -121.91122502099995, - 37.23246159000007 - ], - [ - -121.91122405799996, - 37.23236198500007 - ], - [ - -121.911222464, - 37.23219706100008 - ], - [ - -121.91122147699997, - 37.23209612800008 - ], - [ - -121.91122085099994, - 37.23203108100006 - ], - [ - -121.91121926599999, - 37.231869635000066 - ], - [ - -121.91121892799998, - 37.23183351900008 - ], - [ - -121.91121766199996, - 37.23170260400008 - ], - [ - -121.91121606499996, - 37.231537495000055 - ], - [ - -121.911214412, - 37.23137092200005 - ], - [ - -121.91121282299997, - 37.23120618000007 - ], - [ - -121.91121125399997, - 37.23104413800007 - ], - [ - -121.91120960799998, - 37.23087486400004 - ], - [ - -121.91120799, - 37.23070863300006 - ], - [ - -121.91120650399995, - 37.23055547200005 - ], - [ - -121.910860018, - 37.23055894000004 - ], - [ - -121.91080443699997, - 37.23055949600007 - ], - [ - -121.91078929799994, - 37.23054691500005 - ], - [ - -121.91075693999994, - 37.23052825800005 - ], - [ - -121.91072044199996, - 37.230516187000035 - ], - [ - -121.910680744, - 37.23051101400006 - ], - [ - -121.910678126, - 37.23051095100004 - ], - [ - -121.91067629999998, - 37.230510915000025 - ], - [ - -121.91067447299997, - 37.230510888000026 - ], - [ - -121.91053691899998, - 37.230512271000066 - ], - [ - -121.90975863199998, - 37.23052020700004 - ], - [ - -121.90975427299998, - 37.23012019000004 - ], - [ - -121.90975335999997, - 37.23003676600007 - ], - [ - -121.90975130499999, - 37.229850216000045 - ], - [ - -121.90974945799996, - 37.22967622800007 - ], - [ - -121.90974734399998, - 37.22948649600005 - ], - [ - -121.90974624599994, - 37.229385656000034 - ], - [ - -121.90974497699995, - 37.22926966500006 - ], - [ - -121.90974414299995, - 37.22919349800003 - ], - [ - -121.90958075299994, - 37.229061742000056 - ], - [ - -121.90957604599998, - 37.229057932000046 - ], - [ - -121.90973746299994, - 37.229056239000045 - ], - [ - -121.90973627699998, - 37.228891446000034 - ], - [ - -121.90973621199998, - 37.22888045900004 - ], - [ - -121.90973612299996, - 37.22885745600007 - ], - [ - -121.90973522599995, - 37.22865491400006 - ], - [ - -121.90973493699994, - 37.22860000500003 - ], - [ - -121.90973405499994, - 37.228405794000025 - ], - [ - -121.90973325899995, - 37.228226781000046 - ], - [ - -121.90973316799995, - 37.228208333000055 - ], - [ - -121.90973229899998, - 37.22801332100005 - ], - [ - -121.90973143199994, - 37.22781828700005 - ], - [ - -121.90973055699999, - 37.22762753200004 - ], - [ - -121.90973022599997, - 37.227552252000066 - ], - [ - -121.91030751099998, - 37.227546189000066 - ], - [ - -121.91129920699996, - 37.22753574400008 - ], - [ - -121.91129877199995, - 37.22750356700004 - ], - [ - -121.91129199599999, - 37.22702895600003 - ], - [ - -121.91128747699997, - 37.226711848000036 - ], - [ - -121.91259985999994, - 37.22669603600008 - ], - [ - -121.912766219, - 37.226694028000054 - ], - [ - -121.91279735599994, - 37.22669365200005 - ], - [ - -121.91288629999997, - 37.22669257800004 - ], - [ - -121.91287620399999, - 37.225930419000065 - ], - [ - -121.91286855599998, - 37.22535402800003 - ], - [ - -121.91286814299997, - 37.225323040000035 - ], - [ - -121.91235183999999, - 37.225260580000054 - ], - [ - -121.91114075599995, - 37.22511411500005 - ], - [ - -121.91107646399996, - 37.22510635100008 - ], - [ - -121.91104671199997, - 37.225102750000076 - ], - [ - -121.91065199899998, - 37.22505497700007 - ], - [ - -121.91063853099996, - 37.22506640200004 - ], - [ - -121.91055569599996, - 37.22513188100004 - ], - [ - -121.910072459, - 37.22534305100004 - ], - [ - -121.909814182, - 37.225371867000035 - ], - [ - -121.90970739899996, - 37.225369674000035 - ], - [ - -121.90958898399998, - 37.22538355300003 - ], - [ - -121.90917371599994, - 37.22552269000005 - ], - [ - -121.90878722999997, - 37.225770640000064 - ], - [ - -121.90871026399998, - 37.225837787000046 - ], - [ - -121.90842761799996, - 37.22607766600004 - ], - [ - -121.90782833199995, - 37.226219194000066 - ], - [ - -121.90727469799998, - 37.22634996200003 - ], - [ - -121.90708367499997, - 37.22639508700007 - ], - [ - -121.90680367899995, - 37.226461193000034 - ], - [ - -121.90668695899996, - 37.22626844400003 - ], - [ - -121.90667499499995, - 37.226248697000074 - ], - [ - -121.90667071099995, - 37.22624163000006 - ], - [ - -121.90655015199997, - 37.22604256300008 - ], - [ - -121.906517507, - 37.22598861500006 - ], - [ - -121.90645139399999, - 37.22587946800007 - ], - [ - -121.90641130799997, - 37.22581329500008 - ], - [ - -121.90629674599995, - 37.22562411500007 - ], - [ - -121.90628182799998, - 37.22559950400006 - ], - [ - -121.90617279099996, - 37.22541943400006 - ], - [ - -121.90605394799996, - 37.22522318500006 - ], - [ - -121.90553914499998, - 37.224373126000046 - ], - [ - -121.905718359, - 37.22391285400005 - ], - [ - -121.90628761099998, - 37.22303603900008 - ], - [ - -121.90629484399994, - 37.22302491800008 - ], - [ - -121.90638280399997, - 37.22288935900008 - ], - [ - -121.90644957799998, - 37.22270481900006 - ], - [ - -121.90647156399996, - 37.222644126000034 - ], - [ - -121.90649039299996, - 37.22259203100003 - ], - [ - -121.90659561299998, - 37.22230120900008 - ], - [ - -121.90664192199995, - 37.22217322500006 - ], - [ - -121.90671353999994, - 37.22197532700005 - ], - [ - -121.90671873699995, - 37.22196098100005 - ], - [ - -121.90690420599998, - 37.22185547200007 - ], - [ - -121.90718056199995, - 37.22169874100007 - ], - [ - -121.90725150599997, - 37.22165847100007 - ], - [ - -121.90735915199997, - 37.22159734200005 - ], - [ - -121.90757197999994, - 37.22147646500008 - ], - [ - -121.90795560199996, - 37.22154134300007 - ], - [ - -121.908333256, - 37.221231172000046 - ], - [ - -121.90833351599997, - 37.22120393000006 - ], - [ - -121.90833733199997, - 37.22078767700003 - ], - [ - -121.90910295499998, - 37.22031773100008 - ], - [ - -121.90913464099998, - 37.22020221300005 - ], - [ - -121.90918165399995, - 37.21988844300006 - ], - [ - -121.90920374999996, - 37.21974090400005 - ], - [ - -121.90920079199998, - 37.219696327000065 - ], - [ - -121.90921160099998, - 37.219201774000055 - ], - [ - -121.90866555599996, - 37.218584736000025 - ], - [ - -121.90902683299998, - 37.21800172900004 - ], - [ - -121.90929569499997, - 37.21790995300006 - ], - [ - -121.90998189699997, - 37.21760766500006 - ], - [ - -121.91050799799996, - 37.21737590400005 - ], - [ - -121.91067095699998, - 37.21735404900005 - ], - [ - -121.91118704099995, - 37.21728490100003 - ], - [ - -121.91184897399995, - 37.21704703100005 - ], - [ - -121.91220621999997, - 37.21698306900004 - ], - [ - -121.91255874599995, - 37.216796541000065 - ], - [ - -121.91283933799997, - 37.216544363000025 - ], - [ - -121.91284057099995, - 37.21682948800003 - ], - [ - -121.91284082899995, - 37.21688107800003 - ], - [ - -121.91284086599995, - 37.21696135500008 - ], - [ - -121.91287143299996, - 37.216928505000055 - ], - [ - -121.91289808599998, - 37.21689702800006 - ], - [ - -121.91290090799998, - 37.216893595000045 - ], - [ - -121.91290796899995, - 37.21688386200003 - ], - [ - -121.91297880399998, - 37.21677604300004 - ], - [ - -121.91298067099996, - 37.216773070000045 - ], - [ - -121.91298177699997, - 37.21677131400003 - ], - [ - -121.91314068999998, - 37.21650499300006 - ], - [ - -121.91314218499997, - 37.216502364000064 - ], - [ - -121.91314312699996, - 37.216500705000044 - ], - [ - -121.91336058199994, - 37.21610171700007 - ], - [ - -121.91339434099996, - 37.216035617000045 - ], - [ - -121.91343731399996, - 37.21593534800007 - ], - [ - -121.91347177399996, - 37.215832255000066 - ], - [ - -121.91349715999996, - 37.21572785600006 - ], - [ - -121.91350527499998, - 37.21568268600004 - ], - [ - -121.91351370199999, - 37.215630256000054 - ], - [ - -121.91351758399998, - 37.21559522900003 - ], - [ - -121.91351650499996, - 37.215538182000046 - ], - [ - -121.91350631199998, - 37.215481702000034 - ], - [ - -121.91348717499994, - 37.21542672900006 - ], - [ - -121.91348243999994, - 37.21541629300003 - ], - [ - -121.91345910499996, - 37.21537350800003 - ], - [ - -121.91342390799997, - 37.21532514300003 - ], - [ - -121.91342325899996, - 37.21532437600007 - ], - [ - -121.91337968199997, - 37.21527912300007 - ], - [ - -121.91332919899997, - 37.215238671000066 - ], - [ - -121.91329732499997, - 37.21521783000003 - ], - [ - -121.91325811099995, - 37.215192099000035 - ], - [ - -121.91320332799995, - 37.21514830900003 - ], - [ - -121.91315539299995, - 37.21509963300008 - ], - [ - -121.91311501499996, - 37.21504679100008 - ], - [ - -121.91310156299994, - 37.21502542500008 - ], - [ - -121.91309776699995, - 37.215019392000045 - ], - [ - -121.91304728199998, - 37.21493052900007 - ], - [ - -121.91300523299998, - 37.21483888300003 - ], - [ - -121.91297186199995, - 37.214744981000024 - ], - [ - -121.91297152599998, - 37.214743860000056 - ], - [ - -121.91297036999998, - 37.21474001000007 - ], - [ - -121.91296995799996, - 37.21473864200004 - ], - [ - -121.91296840299998, - 37.21473342300004 - ], - [ - -121.91296095699994, - 37.21470739500006 - ], - [ - -121.91291945599994, - 37.21456179100005 - ], - [ - -121.912897795, - 37.214497091000055 - ], - [ - -121.91284429799998, - 37.21433739300005 - ], - [ - -121.91283908199995, - 37.21432179900006 - ], - [ - -121.91282855399999, - 37.214291779000064 - ], - [ - -121.91283064299995, - 37.21463279100004 - ], - [ - -121.91268611499999, - 37.21445878900005 - ], - [ - -121.91261869999994, - 37.214377633000026 - ], - [ - -121.91261715999997, - 37.21437337100008 - ], - [ - -121.912557258, - 37.21420958400006 - ], - [ - -121.91244451299997, - 37.21390115200006 - ], - [ - -121.912427461, - 37.213854480000066 - ], - [ - -121.91241285599995, - 37.21381455300008 - ], - [ - -121.91239867299998, - 37.21377578900007 - ], - [ - -121.91234978399996, - 37.21364206000004 - ], - [ - -121.91234332799996, - 37.21362442100008 - ], - [ - -121.91231000399995, - 37.21360880000003 - ], - [ - -121.91218693699994, - 37.21355104700007 - ], - [ - -121.91217057799997, - 37.21360013700007 - ], - [ - -121.91211058899995, - 37.21353793800006 - ], - [ - -121.91203629799998, - 37.21346091700008 - ], - [ - -121.91169821999995, - 37.21341278400007 - ], - [ - -121.91169733099997, - 37.21341268000003 - ], - [ - -121.911309287, - 37.213375359000054 - ], - [ - -121.91070373699995, - 37.213317104000055 - ], - [ - -121.90990955199999, - 37.213392234000025 - ], - [ - -121.90989435299997, - 37.21339367600007 - ], - [ - -121.909890551, - 37.21339246300005 - ], - [ - -121.90943385199995, - 37.21324746400006 - ], - [ - -121.90937171999997, - 37.21322772600007 - ], - [ - -121.90920351699998, - 37.21268785500007 - ], - [ - -121.90915803799999, - 37.212541748000035 - ], - [ - -121.90886449399994, - 37.212171193000074 - ], - [ - -121.90787405999998, - 37.211519742000064 - ], - [ - -121.90678451599996, - 37.21068006100006 - ], - [ - -121.90676831199994, - 37.21066757400007 - ], - [ - -121.90674524099995, - 37.21068099100006 - ], - [ - -121.90599531899994, - 37.211117039000044 - ], - [ - -121.90489130999998, - 37.21110606000008 - ], - [ - -121.90484691899997, - 37.211073885000076 - ], - [ - -121.90407071799996, - 37.21051102200005 - ], - [ - -121.90367300399998, - 37.20973886500008 - ], - [ - -121.90333211999996, - 37.20961316800003 - ], - [ - -121.90312517999996, - 37.20953686300004 - ], - [ - -121.90238315999994, - 37.20926325200003 - ], - [ - -121.90188330599995, - 37.20885479800006 - ], - [ - -121.901696556, - 37.20788199500004 - ], - [ - -121.90168558599999, - 37.20782490100004 - ], - [ - -121.90162006799994, - 37.20780137700007 - ], - [ - -121.901540002, - 37.20777264800006 - ], - [ - -121.90017766999995, - 37.207283619000066 - ], - [ - -121.90011685699994, - 37.20723623300006 - ], - [ - -121.89943716399995, - 37.206706567000026 - ], - [ - -121.89938314799997, - 37.206664455000066 - ], - [ - -121.89920710799998, - 37.20665747400005 - ], - [ - -121.89914029299996, - 37.20665481700007 - ], - [ - -121.89907883599994, - 37.20665237000003 - ], - [ - -121.89510421699998, - 37.209847215000025 - ], - [ - -121.89507283499995, - 37.209872493000034 - ], - [ - -121.89389318399998, - 37.21082062100004 - ], - [ - -121.89032798199997, - 37.21365896900005 - ], - [ - -121.89084680299999, - 37.21365280200007 - ], - [ - -121.89154148799997, - 37.21364030800004 - ], - [ - -121.89223397799998, - 37.21365747800007 - ], - [ - -121.89229149, - 37.21384604600007 - ], - [ - -121.89291426099999, - 37.215888147000044 - ], - [ - -121.89449643499995, - 37.216585114000054 - ], - [ - -121.89432506799994, - 37.21664582300008 - ], - [ - -121.89311312899997, - 37.217218725000066 - ], - [ - -121.89297973799995, - 37.21732867400004 - ], - [ - -121.89288840199998, - 37.217457601000035 - ], - [ - -121.89269006399996, - 37.21780086100006 - ], - [ - -121.89253147899996, - 37.21804732700008 - ], - [ - -121.89237988399998, - 37.21827885400006 - ], - [ - -121.892195733, - 37.21845889900004 - ], - [ - -121.89214824799996, - 37.218697243000065 - ], - [ - -121.89199904199995, - 37.21888797500003 - ], - [ - -121.89171884599995, - 37.218944091000026 - ], - [ - -121.89027261499996, - 37.21932479800006 - ], - [ - -121.88873233599998, - 37.219851540000036 - ], - [ - -121.88868057299999, - 37.21982459600008 - ], - [ - -121.88867924699997, - 37.219823993000034 - ], - [ - -121.88862601899996, - 37.219801414000074 - ], - [ - -121.88862475099995, - 37.219800949000046 - ], - [ - -121.88856910499999, - 37.21978222100006 - ], - [ - -121.88851011999998, - 37.21976706000004 - ], - [ - -121.88844998399998, - 37.21975623600008 - ], - [ - -121.88844869399998, - 37.21975609100008 - ], - [ - -121.888388755, - 37.219749730000046 - ], - [ - -121.88832703399999, - 37.219747555000026 - ], - [ - -121.88826587999995, - 37.21974974500006 - ], - [ - -121.88820420899998, - 37.21975638200007 - ], - [ - -121.88814567199995, - 37.219766965000076 - ], - [ - -121.888143846, - 37.21976733100007 - ], - [ - -121.888086333, - 37.21978213500006 - ], - [ - -121.88808502399996, - 37.21978249400007 - ], - [ - -121.88802972999997, - 37.219801233000055 - ], - [ - -121.88802819399996, - 37.21980180000003 - ], - [ - -121.88797364199996, - 37.219825040000046 - ], - [ - -121.88754767599994, - 37.21966542300004 - ], - [ - -121.88720872399995, - 37.219538397000065 - ], - [ - -121.88715297799996, - 37.21941689500005 - ], - [ - -121.887014223, - 37.21917313800003 - ], - [ - -121.88700488099994, - 37.21909386600004 - ], - [ - -121.88692723899999, - 37.21866182500003 - ], - [ - -121.88692471999997, - 37.21864326700006 - ], - [ - -121.88691999899999, - 37.218625012000075 - ], - [ - -121.88691314599998, - 37.21860719500006 - ], - [ - -121.88667540199998, - 37.21810604600006 - ], - [ - -121.88643301899998, - 37.21763702100003 - ], - [ - -121.88617565599998, - 37.21772210700004 - ], - [ - -121.88593763899996, - 37.217800784000076 - ], - [ - -121.88581184399999, - 37.21784235300004 - ], - [ - -121.885151227, - 37.21769825500007 - ], - [ - -121.88497839699994, - 37.217624697000076 - ], - [ - -121.884741868, - 37.21754575600005 - ], - [ - -121.88436377799997, - 37.21723920300008 - ], - [ - -121.88407553399998, - 37.21692350600006 - ], - [ - -121.88405733499997, - 37.21690357800003 - ], - [ - -121.88383857799994, - 37.21666332700005 - ], - [ - -121.88382211899994, - 37.21664154800004 - ], - [ - -121.88381738199996, - 37.216635878000034 - ], - [ - -121.88355138099996, - 37.21631731000008 - ], - [ - -121.883355301, - 37.216065048000075 - ], - [ - -121.88357104799996, - 37.21586397300007 - ], - [ - -121.88375756299996, - 37.215677870000036 - ], - [ - -121.88379546799996, - 37.21556549200005 - ], - [ - -121.88378075199995, - 37.21530982500008 - ], - [ - -121.88373787699999, - 37.21517212400005 - ], - [ - -121.88373775599996, - 37.21517173600006 - ], - [ - -121.88370632899995, - 37.215070843000035 - ], - [ - -121.88368381599997, - 37.215019357000074 - ], - [ - -121.883570449, - 37.21476023200006 - ], - [ - -121.88348716299998, - 37.21456974300003 - ], - [ - -121.88346408399997, - 37.21451949800007 - ], - [ - -121.88328748599997, - 37.21413495400003 - ], - [ - -121.88284478099996, - 37.21436519500003 - ], - [ - -121.882092135, - 37.21456535400006 - ], - [ - -121.88173426199995, - 37.21467508000006 - ], - [ - -121.88157607199997, - 37.21474756300006 - ], - [ - -121.88150850999995, - 37.21479153200005 - ], - [ - -121.88149093099997, - 37.21471988800005 - ], - [ - -121.88148922999994, - 37.214713019000044 - ], - [ - -121.88147836799999, - 37.21466883100004 - ], - [ - -121.881454207, - 37.214664302000074 - ], - [ - -121.88141518299994, - 37.214689401000044 - ], - [ - -121.88135616399995, - 37.214667459000054 - ], - [ - -121.87978067199998, - 37.214081804000045 - ], - [ - -121.87976733199997, - 37.214056828000025 - ], - [ - -121.87975370899994, - 37.214031969000075 - ], - [ - -121.87970418199995, - 37.213959696000074 - ], - [ - -121.87966143099999, - 37.21389956400003 - ], - [ - -121.87961577599998, - 37.213840247000064 - ], - [ - -121.87956724799994, - 37.21378185300006 - ], - [ - -121.87951584899997, - 37.21372450300004 - ], - [ - -121.87946158199998, - 37.213668376000044 - ], - [ - -121.87940458999998, - 37.213613518000045 - ], - [ - -121.87934487899997, - 37.21356017800008 - ], - [ - -121.87928259199998, - 37.21350835800007 - ], - [ - -121.87921781799997, - 37.21345826000004 - ], - [ - -121.87915064499998, - 37.21340995300005 - ], - [ - -121.87908118899998, - 37.21336357400003 - ], - [ - -121.879009565, - 37.213319186000035 - ], - [ - -121.87893598, - 37.21327690600003 - ], - [ - -121.87886054199998, - 37.213236822000056 - ], - [ - -121.878783377, - 37.213199049000025 - ], - [ - -121.87870470399997, - 37.213163534000046 - ], - [ - -121.87862461699996, - 37.21313044200008 - ], - [ - -121.87854334599996, - 37.21309978900007 - ], - [ - -121.87846103199996, - 37.213071573000036 - ], - [ - -121.87837787599994, - 37.21304591000006 - ], - [ - -121.87829402499995, - 37.21302272600008 - ], - [ - -121.87820967399995, - 37.21300208800005 - ], - [ - -121.87812496999999, - 37.21298392800003 - ], - [ - -121.87804008299997, - 37.212968309000075 - ], - [ - -121.87795521299995, - 37.212955140000076 - ], - [ - -121.87787050199995, - 37.21294444000006 - ], - [ - -121.87778606599994, - 37.21293616500003 - ], - [ - -121.87728551799995, - 37.21281840700004 - ], - [ - -121.87664829499994, - 37.21266847000004 - ], - [ - -121.87659888399997, - 37.21265680600004 - ], - [ - -121.87624503799998, - 37.21238622200008 - ], - [ - -121.87623999099998, - 37.21200280900007 - ], - [ - -121.87623506199998, - 37.21163205200003 - ], - [ - -121.87623119299997, - 37.21133752800006 - ], - [ - -121.87622821199994, - 37.21111324300006 - ], - [ - -121.876226799, - 37.21100519600003 - ], - [ - -121.87622361999996, - 37.21076695200003 - ], - [ - -121.87621923899997, - 37.210438443000044 - ], - [ - -121.87622664499997, - 37.21030110800007 - ], - [ - -121.87623547699997, - 37.209903592000046 - ], - [ - -121.87624235499999, - 37.20959442900005 - ], - [ - -121.87624705899998, - 37.20938486400007 - ], - [ - -121.87623680699994, - 37.20910126500007 - ], - [ - -121.87623570099998, - 37.20905666500005 - ], - [ - -121.87622895399994, - 37.208792483000025 - ], - [ - -121.87622397499996, - 37.20860880400005 - ], - [ - -121.87621894399996, - 37.208425470000066 - ], - [ - -121.87620608499998, - 37.20819615100004 - ], - [ - -121.87618242399998, - 37.207773151000026 - ], - [ - -121.87616827699998, - 37.207520362000025 - ], - [ - -121.87616865899997, - 37.20732643600007 - ], - [ - -121.87617005799996, - 37.20664608800007 - ], - [ - -121.87616976099997, - 37.20663302100007 - ], - [ - -121.87616777799997, - 37.20655006900006 - ], - [ - -121.87615824099998, - 37.206274129000064 - ], - [ - -121.87616038199997, - 37.206211616000076 - ], - [ - -121.87616122599997, - 37.20618743500006 - ], - [ - -121.87616710599997, - 37.20616168200007 - ], - [ - -121.87616464799999, - 37.205916012000046 - ], - [ - -121.87614965699998, - 37.20447333000004 - ], - [ - -121.87614345499998, - 37.203876070000035 - ], - [ - -121.87521907099995, - 37.203882202000045 - ], - [ - -121.87430919199994, - 37.20388826900006 - ], - [ - -121.87293581699998, - 37.20389734500003 - ], - [ - -121.87212894399994, - 37.20390271400004 - ], - [ - -121.87103165199994, - 37.20390997100003 - ], - [ - -121.86984574599995, - 37.20391779700003 - ], - [ - -121.86912376599997, - 37.20392258600003 - ], - [ - -121.86885005699997, - 37.203924347000054 - ], - [ - -121.86839770999995, - 37.203947081000024 - ], - [ - -121.86786646099995, - 37.20394436700008 - ], - [ - -121.86723301999996, - 37.20394144800008 - ], - [ - -121.86686175299997, - 37.20393972000005 - ], - [ - -121.86668548199998, - 37.20394457200007 - ], - [ - -121.86662101399997, - 37.20394638000005 - ], - [ - -121.86632505399996, - 37.20393470600004 - ], - [ - -121.86613235199997, - 37.203939336000076 - ], - [ - -121.86574780899997, - 37.20394865600008 - ], - [ - -121.86555164799995, - 37.20394874900006 - ], - [ - -121.86536045199995, - 37.20394967500005 - ], - [ - -121.86497313899997, - 37.20395149500007 - ], - [ - -121.86493036199994, - 37.20395169600005 - ], - [ - -121.86456661099999, - 37.20396196000007 - ], - [ - -121.86452395899994, - 37.203959664000024 - ], - [ - -121.864094008, - 37.20393636400007 - ], - [ - -121.86376225199996, - 37.20391844000005 - ], - [ - -121.86366436799995, - 37.20392379200007 - ], - [ - -121.86333118199997, - 37.20394214300006 - ], - [ - -121.86315847099996, - 37.20394136300007 - ], - [ - -121.86262859099998, - 37.203958888000045 - ], - [ - -121.86253230299997, - 37.203960720000055 - ], - [ - -121.86252777799996, - 37.203840945000024 - ], - [ - -121.86253305199995, - 37.20382893400006 - ], - [ - -121.862533553, - 37.203818719000026 - ], - [ - -121.86253514699996, - 37.20375534200008 - ], - [ - -121.86253620999997, - 37.20368169400007 - ], - [ - -121.86252293799998, - 37.20363172000003 - ], - [ - -121.862524308, - 37.20332971900007 - ], - [ - -121.86252450499995, - 37.20328863000003 - ], - [ - -121.86252471899996, - 37.20320611000005 - ], - [ - -121.86251601099997, - 37.202716645000066 - ], - [ - -121.86254050099996, - 37.20190365900004 - ], - [ - -121.86255340099996, - 37.20129651800005 - ], - [ - -121.86257223399997, - 37.200411632000055 - ], - [ - -121.859325217, - 37.200378700000044 - ], - [ - -121.85864132599994, - 37.20036281700004 - ], - [ - -121.85847637799998, - 37.20035896400003 - ], - [ - -121.85829456999994, - 37.200361076000036 - ], - [ - -121.857841281, - 37.20038920400003 - ], - [ - -121.85783585499996, - 37.19995438600006 - ], - [ - -121.85783116399995, - 37.19969899000006 - ], - [ - -121.85783075799998, - 37.199605605000045 - ], - [ - -121.85783034999997, - 37.199471018000054 - ], - [ - -121.85782708499994, - 37.19919637800007 - ], - [ - -121.85782734099996, - 37.19891709800004 - ], - [ - -121.85783521899998, - 37.198165147000054 - ], - [ - -121.85782848199995, - 37.197648557000036 - ], - [ - -121.85782891199995, - 37.197167456000045 - ], - [ - -121.85782927999998, - 37.196755505000056 - ], - [ - -121.85713614499997, - 37.19675507900007 - ], - [ - -121.85621945999998, - 37.19675653200005 - ], - [ - -121.85573608199996, - 37.19675737400007 - ], - [ - -121.85533645599997, - 37.19675804600007 - ], - [ - -121.85453070299997, - 37.19675939000007 - ], - [ - -121.85308185899999, - 37.19676178200007 - ], - [ - -121.85248800899996, - 37.19675647200006 - ], - [ - -121.85056529399998, - 37.19675682800005 - ], - [ - -121.84982716199994, - 37.19676168500007 - ], - [ - -121.84899635199997, - 37.19676669100005 - ], - [ - -121.84874867299999, - 37.196768150000025 - ], - [ - -121.84873716199996, - 37.19660082200005 - ], - [ - -121.84872223099995, - 37.19641375600003 - ], - [ - -121.84872160999998, - 37.19628874000006 - ], - [ - -121.84872628699998, - 37.19621955900004 - ], - [ - -121.84871860199996, - 37.19609167200008 - ], - [ - -121.84870843699997, - 37.195872070000064 - ], - [ - -121.84871716699996, - 37.195546593000074 - ], - [ - -121.84873815299994, - 37.195331416000045 - ], - [ - -121.84877184799996, - 37.19514971700005 - ], - [ - -121.84869597499994, - 37.19306328000005 - ], - [ - -121.84852729499994, - 37.193064080000056 - ], - [ - -121.84631710699995, - 37.19309034100007 - ], - [ - -121.84565910699996, - 37.193091183000035 - ], - [ - -121.844985367, - 37.19309487900006 - ], - [ - -121.84488125999997, - 37.19309550500003 - ], - [ - -121.84404820999998, - 37.19310242500006 - ], - [ - -121.84398030299997, - 37.19310029800005 - ], - [ - -121.84387654099999, - 37.19310567800005 - ], - [ - -121.84365987899997, - 37.19310020200004 - ], - [ - -121.84297277299999, - 37.19310534600004 - ], - [ - -121.84181940299999, - 37.19309896500005 - ], - [ - -121.84168624999995, - 37.19309758600008 - ], - [ - -121.84161760599994, - 37.19309741300003 - ], - [ - -121.84148051399995, - 37.19309660500005 - ], - [ - -121.84121706299999, - 37.193090676000054 - ], - [ - -121.84111204699997, - 37.19310121900003 - ], - [ - -121.839935062, - 37.193091038000034 - ], - [ - -121.839768489, - 37.19308960500007 - ], - [ - -121.83977611799997, - 37.19488608300003 - ], - [ - -121.83978084699999, - 37.194990451000024 - ], - [ - -121.83978472999996, - 37.19501553900005 - ], - [ - -121.83977886999998, - 37.19503982400005 - ], - [ - -121.83977709399994, - 37.19507015000005 - ], - [ - -121.83963711599995, - 37.19506983000008 - ], - [ - -121.83963569899998, - 37.19506421600005 - ], - [ - -121.83958329299998, - 37.19506481600007 - ], - [ - -121.83958125699996, - 37.19506138400004 - ], - [ - -121.83945359299997, - 37.195050508000065 - ], - [ - -121.83931146999998, - 37.19503256400003 - ], - [ - -121.83919278099995, - 37.19502437800003 - ], - [ - -121.83918553599995, - 37.195020777000025 - ], - [ - -121.83912167999995, - 37.19501319900007 - ], - [ - -121.83899706799997, - 37.195001830000024 - ], - [ - -121.83846711199999, - 37.19494595500004 - ], - [ - -121.83839622, - 37.19494019700005 - ], - [ - -121.83784709999998, - 37.19487991500006 - ], - [ - -121.83760593899996, - 37.194853443000056 - ], - [ - -121.837361392, - 37.194829619000075 - ], - [ - -121.83724764399994, - 37.194828836000056 - ], - [ - -121.83714311799997, - 37.19481091800003 - ], - [ - -121.83704445099994, - 37.194808658000056 - ], - [ - -121.83682531599999, - 37.19480585300005 - ], - [ - -121.83660620999996, - 37.19480952300006 - ], - [ - -121.83649762899995, - 37.19481131300006 - ], - [ - -121.83578263099997, - 37.19547822200008 - ], - [ - -121.835405805, - 37.19582967000008 - ], - [ - -121.83534954499999, - 37.19588218000007 - ], - [ - -121.83502954, - 37.19618065100008 - ], - [ - -121.834714626, - 37.19647434800004 - ], - [ - -121.83392126899997, - 37.19721433300003 - ], - [ - -121.83316045899994, - 37.19792388900004 - ], - [ - -121.83299814799994, - 37.19784592100007 - ], - [ - -121.83281312399998, - 37.197747452000044 - ], - [ - -121.83262116499998, - 37.197641874000055 - ], - [ - -121.83250615699995, - 37.197578613000076 - ], - [ - -121.83221875699996, - 37.197412572000076 - ], - [ - -121.83193242299996, - 37.197250248000046 - ], - [ - -121.83174123599997, - 37.19714278300006 - ], - [ - -121.83168607699997, - 37.19711109100007 - ], - [ - -121.83166119299995, - 37.197097091000046 - ], - [ - -121.83166015299997, - 37.19709648500003 - ], - [ - -121.83165468399994, - 37.19709311400004 - ], - [ - -121.83164963899998, - 37.19708937200005 - ], - [ - -121.83164501699997, - 37.197085282000046 - ], - [ - -121.83164230499995, - 37.197082429000034 - ], - [ - -121.83164084699996, - 37.19708088800007 - ], - [ - -121.83163721499994, - 37.197076191000065 - ], - [ - -121.83163412299996, - 37.19707128300007 - ], - [ - -121.83163157099995, - 37.197066138000025 - ], - [ - -121.83162961699998, - 37.19706085000007 - ], - [ - -121.831628234, - 37.19705546400007 - ], - [ - -121.83162747799997, - 37.19704997900004 - ], - [ - -121.83162735199994, - 37.197044463000054 - ], - [ - -121.83162785499997, - 37.19703896400006 - ], - [ - -121.83162890299997, - 37.197033505000036 - ], - [ - -121.83163058099996, - 37.19702817600006 - ], - [ - -121.83163286399997, - 37.19702295400003 - ], - [ - -121.83163572099994, - 37.19701793200005 - ], - [ - -121.83146442099996, - 37.19692340100005 - ], - [ - -121.83145985399995, - 37.19692723000003 - ], - [ - -121.83145490899994, - 37.19693074400004 - ], - [ - -121.83144961399995, - 37.19693389400004 - ], - [ - -121.83144399799994, - 37.19693668100007 - ], - [ - -121.83143808799997, - 37.196939083000075 - ], - [ - -121.83143197199996, - 37.19694105200006 - ], - [ - -121.83142561999995, - 37.19694261200004 - ], - [ - -121.83141917199998, - 37.19694371600008 - ], - [ - -121.83141260399998, - 37.19694438700003 - ], - [ - -121.831405997, - 37.19694459900006 - ], - [ - -121.83139938299996, - 37.19694437600003 - ], - [ - -121.83139387899996, - 37.19694379900005 - ], - [ - -121.83138638999998, - 37.19694255500008 - ], - [ - -121.83138006699994, - 37.19694098000008 - ], - [ - -121.83137393599998, - 37.196938989000046 - ], - [ - -121.83136805699996, - 37.19693656100003 - ], - [ - -121.83136245599997, - 37.196933786000045 - ], - [ - -121.83110933599994, - 37.196794957000066 - ], - [ - -121.83106060999995, - 37.196767746000035 - ], - [ - -121.83097067499995, - 37.196717611000054 - ], - [ - -121.83077648899996, - 37.19661363500006 - ], - [ - -121.83057877699997, - 37.19649958200006 - ], - [ - -121.83045944699995, - 37.196432798000046 - ], - [ - -121.83038196999996, - 37.19650058800005 - ], - [ - -121.83028591899995, - 37.19658462900003 - ], - [ - -121.83018725099998, - 37.19666618600007 - ], - [ - -121.83010355799996, - 37.196737133000056 - ], - [ - -121.83000913499995, - 37.19681607800004 - ], - [ - -121.82996300899998, - 37.196859406000044 - ], - [ - -121.82993682499995, - 37.19688181500004 - ], - [ - -121.82993118999997, - 37.19688677700003 - ], - [ - -121.82989374199997, - 37.19691931800003 - ], - [ - -121.82984836499998, - 37.19695821900007 - ], - [ - -121.82976634899995, - 37.197028438000075 - ], - [ - -121.82967817499997, - 37.19710486200006 - ], - [ - -121.829673448, - 37.19710933300007 - ], - [ - -121.82959013799996, - 37.19717931500003 - ], - [ - -121.82950967899995, - 37.19724864700004 - ], - [ - -121.82946038699998, - 37.197291095000026 - ], - [ - -121.82942824599996, - 37.197321217000024 - ], - [ - -121.82935615099996, - 37.19738301500007 - ], - [ - -121.82933218799997, - 37.19740157600006 - ], - [ - -121.82926316699997, - 37.19746086600003 - ], - [ - -121.82923821599996, - 37.19748181800003 - ], - [ - -121.82918394399996, - 37.197527414000035 - ], - [ - -121.82914342499998, - 37.197562735000076 - ], - [ - -121.82906957299997, - 37.19762707000007 - ], - [ - -121.82905043499994, - 37.19764349400003 - ], - [ - -121.82896822299995, - 37.19771405800003 - ], - [ - -121.82888624599997, - 37.197785054000065 - ], - [ - -121.82879254999995, - 37.197864767000056 - ], - [ - -121.82877752499996, - 37.197877504000076 - ], - [ - -121.82871833999997, - 37.197928397000055 - ], - [ - -121.82869896299997, - 37.19794583000004 - ], - [ - -121.82868696399998, - 37.19795663200006 - ], - [ - -121.82865295399995, - 37.197984623000025 - ], - [ - -121.82860602, - 37.19802445900007 - ], - [ - -121.82851073799998, - 37.19810677600003 - ], - [ - -121.82835880899995, - 37.19823631700007 - ], - [ - -121.82833272299996, - 37.19825936600006 - ], - [ - -121.82825313499995, - 37.198327977000076 - ], - [ - -121.82820843699994, - 37.19836655000006 - ], - [ - -121.82811793099995, - 37.19844391500004 - ], - [ - -121.82803151099995, - 37.19851773100004 - ], - [ - -121.82799734999998, - 37.19854700500008 - ], - [ - -121.82796758699999, - 37.198572521000074 - ], - [ - -121.82788631099999, - 37.19864279900003 - ], - [ - -121.82788262199995, - 37.19864611400004 - ], - [ - -121.82785873699999, - 37.19866751300003 - ], - [ - -121.82778705399994, - 37.198728526000025 - ], - [ - -121.82776340499998, - 37.19874870900003 - ], - [ - -121.82765646299998, - 37.19884003900006 - ], - [ - -121.82764755999995, - 37.198847854000064 - ], - [ - -121.82753007599996, - 37.19894816100003 - ], - [ - -121.82750660199997, - 37.19896685400005 - ], - [ - -121.82747115499996, - 37.19899953100003 - ], - [ - -121.82742103099997, - 37.19904022600008 - ], - [ - -121.82741178199996, - 37.19904797500004 - ], - [ - -121.82739255399997, - 37.19906410100003 - ], - [ - -121.82736687699997, - 37.19908774000004 - ], - [ - -121.82731642599998, - 37.19912791100006 - ], - [ - -121.82729186399996, - 37.19915302600003 - ], - [ - -121.82726933999999, - 37.19917218900008 - ], - [ - -121.82705817899995, - 37.199351910000075 - ], - [ - -121.82701062599995, - 37.19939239300004 - ], - [ - -121.826955968, - 37.19943892900005 - ], - [ - -121.82693324599995, - 37.19945827600003 - ], - [ - -121.82527360499995, - 37.19885904800003 - ], - [ - -121.82512169799998, - 37.19815922300006 - ], - [ - -121.82510216199995, - 37.198169447000055 - ], - [ - -121.82461207999995, - 37.19842559400007 - ], - [ - -121.824477963, - 37.198329992000026 - ], - [ - -121.82302580899994, - 37.19729482900004 - ], - [ - -121.82273648499995, - 37.198001317000035 - ], - [ - -121.82265010199995, - 37.19821225900006 - ], - [ - -121.82225555599996, - 37.199168470000075 - ], - [ - -121.82373520699997, - 37.19957578900005 - ], - [ - -121.82430002899997, - 37.199723421000044 - ], - [ - -121.82430772999999, - 37.19972532500003 - ], - [ - -121.82431548899996, - 37.19972706900006 - ], - [ - -121.82432332499997, - 37.199728605000075 - ], - [ - -121.824420993, - 37.19974672600006 - ], - [ - -121.82445319899995, - 37.19975245100005 - ], - [ - -121.82470279999995, - 37.199795976000075 - ], - [ - -121.82468531699999, - 37.199959308000075 - ], - [ - -121.82467151099996, - 37.20007817000004 - ], - [ - -121.82466052399997, - 37.20016397000006 - ], - [ - -121.82465606399995, - 37.200198080000064 - ], - [ - -121.82465302599996, - 37.200234968000075 - ], - [ - -121.82464584199994, - 37.200297972000044 - ], - [ - -121.824639591, - 37.200348973000075 - ], - [ - -121.824635264, - 37.20039065700007 - ], - [ - -121.82463329099994, - 37.20041022700008 - ], - [ - -121.82463132099997, - 37.20042979800007 - ], - [ - -121.82461928599997, - 37.20054532100005 - ], - [ - -121.82460828099994, - 37.20064130700007 - ], - [ - -121.82459375599996, - 37.200760039000045 - ], - [ - -121.82458999899995, - 37.20079677500007 - ], - [ - -121.82458268, - 37.20086662500006 - ], - [ - -121.82457975099999, - 37.200896804000024 - ], - [ - -121.8245758, - 37.20093388400005 - ], - [ - -121.824570855, - 37.20097456900004 - ], - [ - -121.82456642499994, - 37.201015340000026 - ], - [ - -121.82456251199994, - 37.201056150000056 - ], - [ - -121.82456069399996, - 37.201071461000026 - ], - [ - -121.824558847, - 37.20108679500004 - ], - [ - -121.82455708799995, - 37.201102105000075 - ], - [ - -121.824555326, - 37.20111743900003 - ], - [ - -121.82455362399998, - 37.20113274800008 - ], - [ - -121.82455189299998, - 37.20114812700007 - ], - [ - -121.82454838099994, - 37.201174466000055 - ], - [ - -121.82454218099997, - 37.20124137500005 - ], - [ - -121.82453940999994, - 37.20128043300008 - ], - [ - -121.82453672499997, - 37.20130980700003 - ], - [ - -121.82453245099998, - 37.20133020500003 - ], - [ - -121.82452706, - 37.20137652600005 - ], - [ - -121.82452289499997, - 37.20141431800005 - ], - [ - -121.82451298799998, - 37.201507821000064 - ], - [ - -121.82451084999997, - 37.20152448400006 - ], - [ - -121.824508714, - 37.201541149000036 - ], - [ - -121.82450431199999, - 37.20157699900005 - ], - [ - -121.82450203599996, - 37.201603668000075 - ], - [ - -121.82448684599996, - 37.20175108900003 - ], - [ - -121.82448203999996, - 37.20178023700004 - ], - [ - -121.82447709699994, - 37.201824378000026 - ], - [ - -121.82447304899995, - 37.20185596500005 - ], - [ - -121.82446893099996, - 37.20189652700003 - ], - [ - -121.82446579299994, - 37.20191643100003 - ], - [ - -121.82446312699994, - 37.20195338100007 - ], - [ - -121.82475292799995, - 37.202039988000024 - ], - [ - -121.82502069699996, - 37.20212183000007 - ], - [ - -121.82518018299999, - 37.20217106800004 - ], - [ - -121.82519183399995, - 37.20217452900005 - ], - [ - -121.82552600899999, - 37.20227356300006 - ], - [ - -121.82602958999996, - 37.202425978000065 - ], - [ - -121.82605558799997, - 37.20236871100008 - ], - [ - -121.82609392499995, - 37.20228431800007 - ], - [ - -121.82614100899997, - 37.20218320600003 - ], - [ - -121.82618814899996, - 37.20208207300004 - ], - [ - -121.82628374999996, - 37.20187679000003 - ], - [ - -121.82640608599996, - 37.201617301000056 - ], - [ - -121.82647632399994, - 37.201466348000054 - ], - [ - -121.82655498999998, - 37.20130188700006 - ], - [ - -121.82663571199998, - 37.201133922000054 - ], - [ - -121.826893295, - 37.20064761700007 - ], - [ - -121.82707633099994, - 37.20075996600008 - ], - [ - -121.82712235899999, - 37.20078821800007 - ], - [ - -121.82748967799995, - 37.20101383800005 - ], - [ - -121.82789541799997, - 37.20126768000006 - ], - [ - -121.82787405199997, - 37.20128918700004 - ], - [ - -121.82834191999996, - 37.20158192100007 - ], - [ - -121.82835181099995, - 37.20158945500003 - ], - [ - -121.82836082699998, - 37.20159763800007 - ], - [ - -121.82836893899997, - 37.20160645100003 - ], - [ - -121.82837605699996, - 37.20161573100006 - ], - [ - -121.82838212399997, - 37.20162550400005 - ], - [ - -121.82838711099998, - 37.201635657000054 - ], - [ - -121.82839098899996, - 37.20164611900003 - ], - [ - -121.82839372599994, - 37.20165680000008 - ], - [ - -121.82839523399997, - 37.20166765500005 - ], - [ - -121.82839534199996, - 37.20167049300005 - ], - [ - -121.82839565699999, - 37.20167856900008 - ], - [ - -121.82839481999997, - 37.20168945100005 - ], - [ - -121.82839283699997, - 37.20170025500005 - ], - [ - -121.82838967799995, - 37.20171086600004 - ], - [ - -121.82838533999995, - 37.20172121600007 - ], - [ - -121.82837996599994, - 37.20173125700006 - ], - [ - -121.82837349799996, - 37.20174085100007 - ], - [ - -121.82827523699996, - 37.201839317000065 - ], - [ - -121.82818620599994, - 37.20194362900003 - ], - [ - -121.828107107, - 37.202052955000056 - ], - [ - -121.82804063999998, - 37.20216293900006 - ], - [ - -121.82800563499995, - 37.202218913000024 - ], - [ - -121.82797126399998, - 37.20227515400006 - ], - [ - -121.82793749899997, - 37.20233163800003 - ], - [ - -121.82790442499999, - 37.20238836900006 - ], - [ - -121.82779794699997, - 37.202564249000034 - ], - [ - -121.827740039, - 37.20267120600005 - ], - [ - -121.82767726299994, - 37.20282166100003 - ], - [ - -121.82763475299998, - 37.20294977700007 - ], - [ - -121.82760818699995, - 37.20303786100004 - ], - [ - -121.82758899299995, - 37.20310164000006 - ], - [ - -121.827576164, - 37.20314427100004 - ], - [ - -121.82748369399997, - 37.20339358100006 - ], - [ - -121.82738140999999, - 37.203680130000066 - ], - [ - -121.82727627899999, - 37.203975730000025 - ], - [ - -121.827157592, - 37.204320077000034 - ], - [ - -121.82707242799995, - 37.20456371900008 - ], - [ - -121.82700479199997, - 37.20473874600003 - ], - [ - -121.82692236599996, - 37.204894643000046 - ], - [ - -121.82688466399998, - 37.20495032600007 - ], - [ - -121.82683014599996, - 37.205030829000066 - ], - [ - -121.826822145, - 37.205041175000076 - ], - [ - -121.82681781599996, - 37.205039026000065 - ], - [ - -121.82679778699998, - 37.20506507300007 - ], - [ - -121.826774216, - 37.20509299100007 - ], - [ - -121.82671805099994, - 37.20515490400004 - ], - [ - -121.826658711, - 37.205215158000044 - ], - [ - -121.82659630399996, - 37.20527357000003 - ], - [ - -121.82653091399999, - 37.20533002500008 - ], - [ - -121.82647986799998, - 37.20537070700004 - ], - [ - -121.82646276699995, - 37.205384337000055 - ], - [ - -121.82639194899997, - 37.20543641300003 - ], - [ - -121.82631865599996, - 37.20548611300006 - ], - [ - -121.82624311499995, - 37.205533321000075 - ], - [ - -121.82554239299998, - 37.20594265500006 - ], - [ - -121.82408674199996, - 37.20679512100003 - ], - [ - -121.82404360199996, - 37.206821442000034 - ], - [ - -121.82400190899995, - 37.206849103000025 - ], - [ - -121.82369909899995, - 37.207021213000075 - ], - [ - -121.82365299299994, - 37.20698050400006 - ], - [ - -121.82359499699999, - 37.20702252500007 - ], - [ - -121.82345127999997, - 37.206957927000076 - ], - [ - -121.82338858199995, - 37.20687785800004 - ], - [ - -121.82320137299996, - 37.20679370900007 - ], - [ - -121.82299326799995, - 37.206608421000055 - ], - [ - -121.82247683699995, - 37.20654507200004 - ], - [ - -121.822253892, - 37.206430270000055 - ], - [ - -121.82175724499996, - 37.206474161000074 - ], - [ - -121.82147770899996, - 37.20636248400007 - ], - [ - -121.821370689, - 37.20622373500004 - ], - [ - -121.82139313399995, - 37.20602463200004 - ], - [ - -121.82138141799999, - 37.205979272000036 - ], - [ - -121.82137869499996, - 37.20593951700005 - ], - [ - -121.82131708099996, - 37.20591069900007 - ], - [ - -121.82103655799995, - 37.20589567600007 - ], - [ - -121.82052366, - 37.20555863200008 - ], - [ - -121.82016766799995, - 37.205628913000055 - ], - [ - -121.81985914699999, - 37.20560687600005 - ], - [ - -121.81939034699997, - 37.205469624000045 - ], - [ - -121.81934830199998, - 37.20545731300007 - ], - [ - -121.81929962999999, - 37.20538441800005 - ], - [ - -121.81937010099995, - 37.205333163000034 - ], - [ - -121.81923558699998, - 37.20512234300003 - ], - [ - -121.81877974799994, - 37.20497799700007 - ], - [ - -121.81835590499998, - 37.204884195000034 - ], - [ - -121.81815135099998, - 37.20472792100003 - ], - [ - -121.81798255099994, - 37.20444266700008 - ], - [ - -121.81787126499995, - 37.204410686000074 - ], - [ - -121.81766595399995, - 37.20421916300006 - ], - [ - -121.81763233599997, - 37.20397232200003 - ], - [ - -121.81762861299995, - 37.20394498200005 - ], - [ - -121.81747526899994, - 37.20374929700006 - ], - [ - -121.81718339199995, - 37.20355266100006 - ], - [ - -121.81704419699997, - 37.20358751500004 - ], - [ - -121.81683203199998, - 37.20346641700007 - ], - [ - -121.816735597, - 37.203371333000064 - ], - [ - -121.81657688499996, - 37.20363032400007 - ], - [ - -121.81611767199996, - 37.20437966800006 - ], - [ - -121.81611765699995, - 37.20437969300008 - ], - [ - -121.81604488799996, - 37.204500411000026 - ], - [ - -121.81581781899996, - 37.20489758200006 - ], - [ - -121.81573492099994, - 37.20504260400003 - ], - [ - -121.814684651, - 37.20459954900008 - ], - [ - -121.81454326299996, - 37.20454112200008 - ], - [ - -121.81429870199997, - 37.20444945000003 - ], - [ - -121.81351923899996, - 37.20413026500006 - ], - [ - -121.81239460399996, - 37.203669759000036 - ], - [ - -121.81143118399996, - 37.20350554800007 - ], - [ - -121.81120452099998, - 37.20349820500007 - ], - [ - -121.81112445899998, - 37.20349561100005 - ], - [ - -121.81041655799999, - 37.20347267200003 - ], - [ - -121.81041469499996, - 37.20347260600005 - ], - [ - -121.81034242899995, - 37.20347027500003 - ], - [ - -121.80793291499998, - 37.203396793000024 - ], - [ - -121.80793016599995, - 37.20339670800007 - ], - [ - -121.80744716399994, - 37.203381972000045 - ], - [ - -121.80736470699998, - 37.203379436000034 - ], - [ - -121.80556640299994, - 37.203284980000035 - ], - [ - -121.80550359799997, - 37.20337224800005 - ], - [ - -121.800107863, - 37.21086912700008 - ], - [ - -121.80068889499995, - 37.21106956800003 - ], - [ - -121.80126992699996, - 37.21126998200003 - ], - [ - -121.80166411399995, - 37.21147535800003 - ], - [ - -121.80316275099995, - 37.21271267900005 - ], - [ - -121.80321327399997, - 37.21275439400006 - ], - [ - -121.80325087499995, - 37.21278542600004 - ], - [ - -121.80330026799999, - 37.212826214000074 - ], - [ - -121.80466030599996, - 37.21394907900003 - ], - [ - -121.80536989299998, - 37.21615412800003 - ], - [ - -121.80657756, - 37.216291812000065 - ], - [ - -121.80755364599997, - 37.21653342500008 - ], - [ - -121.81022719699996, - 37.21725530400005 - ], - [ - -121.81155521299996, - 37.21755124400005 - ], - [ - -121.81256418099997, - 37.21892163600006 - ], - [ - -121.81254453599996, - 37.21923631400006 - ], - [ - -121.813369653, - 37.21921394000003 - ], - [ - -121.81397419999996, - 37.21956913500003 - ], - [ - -121.81480004399998, - 37.22005433700008 - ], - [ - -121.81584501999998, - 37.22016756800008 - ], - [ - -121.81714086899996, - 37.22030822700003 - ], - [ - -121.81719565199995, - 37.22020302400006 - ], - [ - -121.81759685399999, - 37.21943253200004 - ], - [ - -121.81815683599996, - 37.218356639000035 - ], - [ - -121.81883976999995, - 37.216964809000046 - ], - [ - -121.81890164799995, - 37.21684101200003 - ], - [ - -121.81904982699996, - 37.21654455300006 - ], - [ - -121.81949331199996, - 37.21565726700004 - ], - [ - -121.81952906999999, - 37.21558002300003 - ], - [ - -121.81960045399995, - 37.21543901800004 - ], - [ - -121.81992210299995, - 37.214708005000034 - ], - [ - -121.820137037, - 37.21433634700003 - ], - [ - -121.82036986399999, - 37.213861233000046 - ], - [ - -121.82047677299994, - 37.213638272000026 - ], - [ - -121.82102934099998, - 37.21255253700008 - ], - [ - -121.82185423899995, - 37.21089370400006 - ], - [ - -121.82200544799997, - 37.21059005800004 - ], - [ - -121.82246804799996, - 37.20966109600005 - ], - [ - -121.82258252699995, - 37.209431478000056 - ], - [ - -121.82110457099998, - 37.20871422100004 - ], - [ - -121.82116503599997, - 37.208641001000046 - ], - [ - -121.82278276499994, - 37.20903146200004 - ], - [ - -121.82282489299996, - 37.208947325000054 - ], - [ - -121.82283494299998, - 37.20892693300004 - ], - [ - -121.82285103499999, - 37.20889428800007 - ], - [ - -121.82285464299997, - 37.20888697000004 - ], - [ - -121.82287782499998, - 37.20883992200004 - ], - [ - -121.82289367299995, - 37.208808773000044 - ], - [ - -121.82290047599997, - 37.20879535200004 - ], - [ - -121.82296039299996, - 37.20867764800005 - ], - [ - -121.8229624, - 37.208673704000034 - ], - [ - -121.82302326399997, - 37.20855411200006 - ], - [ - -121.82302601099997, - 37.20854871600005 - ], - [ - -121.82315326999998, - 37.208297290000075 - ], - [ - -121.82325607399997, - 37.208094204000076 - ], - [ - -121.82365910699997, - 37.20730203800008 - ], - [ - -121.82367517399996, - 37.207273146000034 - ], - [ - -121.82371181899998, - 37.20728499900008 - ], - [ - -121.82370234999996, - 37.20730400900004 - ], - [ - -121.82374263, - 37.20739250300005 - ], - [ - -121.82382422699999, - 37.207231988000046 - ], - [ - -121.82385185299995, - 37.20726731800005 - ], - [ - -121.82457228599998, - 37.20818863000005 - ], - [ - -121.825413132, - 37.209239350000075 - ], - [ - -121.82559072999999, - 37.20937843200005 - ], - [ - -121.826132525, - 37.209802712000055 - ], - [ - -121.82689622999999, - 37.21045342700006 - ], - [ - -121.82736823899995, - 37.210855594000066 - ], - [ - -121.827429129, - 37.210891692000075 - ], - [ - -121.82747765699997, - 37.210863483000026 - ], - [ - -121.827518554, - 37.21088711600004 - ], - [ - -121.82775684099994, - 37.211024817000066 - ], - [ - -121.82884399499994, - 37.21165304200008 - ], - [ - -121.82904540899995, - 37.211863926000035 - ], - [ - -121.82949380699995, - 37.21235993000005 - ], - [ - -121.82979621099997, - 37.21270876600005 - ], - [ - -121.83033421999994, - 37.21291778900007 - ], - [ - -121.830612267, - 37.21302052400006 - ], - [ - -121.83097769499994, - 37.21315554200004 - ], - [ - -121.83103886999999, - 37.21317814500003 - ], - [ - -121.83139042999994, - 37.213308039000026 - ], - [ - -121.831789115, - 37.213450453000064 - ], - [ - -121.83194585999996, - 37.213506488000064 - ], - [ - -121.83256621299995, - 37.21372811500004 - ], - [ - -121.83305774499996, - 37.21380148500003 - ], - [ - -121.83418350599999, - 37.214021854000066 - ], - [ - -121.83434451199997, - 37.21406952800004 - ], - [ - -121.83477463999998, - 37.21410325900007 - ], - [ - -121.83484350799995, - 37.21410867700007 - ], - [ - -121.83508230499996, - 37.214127423000036 - ], - [ - -121.83526249, - 37.21422026700003 - ], - [ - -121.83613278399997, - 37.21466881200007 - ], - [ - -121.83620872499995, - 37.21470793300006 - ], - [ - -121.83649341899996, - 37.21474700500005 - ], - [ - -121.83740294999996, - 37.214896794000026 - ], - [ - -121.83788579599997, - 37.215172015000064 - ], - [ - -121.83775156499996, - 37.215304778000075 - ], - [ - -121.83741729099995, - 37.21563525800008 - ], - [ - -121.83717075899995, - 37.21587898900003 - ], - [ - -121.83713754399997, - 37.215911826000024 - ], - [ - -121.83706734299994, - 37.215984158000026 - ], - [ - -121.83700211499996, - 37.21605135300007 - ], - [ - -121.83687128399998, - 37.21618881100005 - ], - [ - -121.83670341899995, - 37.21639600800006 - ], - [ - -121.83668685599997, - 37.21641645100004 - ], - [ - -121.83663826699996, - 37.216455438000025 - ], - [ - -121.83655449999998, - 37.216532640000025 - ], - [ - -121.83653017199998, - 37.21655509800007 - ], - [ - -121.83633116899995, - 37.21674884300006 - ], - [ - -121.83630358099998, - 37.21677623700003 - ], - [ - -121.83626049799994, - 37.21681900500005 - ], - [ - -121.83611853499997, - 37.216959933000055 - ], - [ - -121.83592931799996, - 37.21712793000006 - ], - [ - -121.83591982899998, - 37.21713675900003 - ], - [ - -121.83591013799997, - 37.21714545300006 - ], - [ - -121.835900246, - 37.21715401200004 - ], - [ - -121.835870839, - 37.21713889800003 - ], - [ - -121.83584846099996, - 37.217156733000024 - ], - [ - -121.83582506799996, - 37.21717373100006 - ], - [ - -121.83580071199998, - 37.21718984900008 - ], - [ - -121.83571680899996, - 37.21723070300004 - ], - [ - -121.835629058, - 37.21726608600005 - ], - [ - -121.83555234399995, - 37.217291087000035 - ], - [ - -121.83553805899999, - 37.21729573600004 - ], - [ - -121.83544440499998, - 37.21731946500006 - ], - [ - -121.83535412799995, - 37.21734315700007 - ], - [ - -121.83526492399994, - 37.21736933100004 - ], - [ - -121.83517690999997, - 37.21739796300005 - ], - [ - -121.835120212, - 37.21741719600004 - ], - [ - -121.83486280299996, - 37.217504345000066 - ], - [ - -121.83475236599998, - 37.21754032700005 - ], - [ - -121.83473331699997, - 37.218656416000044 - ], - [ - -121.83472698499997, - 37.21993981900005 - ], - [ - -121.83472499799996, - 37.22013172700008 - ], - [ - -121.83541292799998, - 37.22033851400005 - ], - [ - -121.83568897999999, - 37.22042147500008 - ], - [ - -121.83665820799996, - 37.22059105200003 - ], - [ - -121.83839161399999, - 37.22077740700007 - ], - [ - -121.83851639, - 37.22079083400007 - ], - [ - -121.83853821199995, - 37.220793194000066 - ], - [ - -121.83862162399998, - 37.220753487000025 - ], - [ - -121.83874854299995, - 37.22069311800004 - ], - [ - -121.83929318699995, - 37.220460667000054 - ], - [ - -121.83995554499995, - 37.22020072500004 - ], - [ - -121.84012138999998, - 37.22011807100006 - ], - [ - -121.84020413299999, - 37.219945245000076 - ], - [ - -121.84020050199996, - 37.219867141000066 - ], - [ - -121.84017331999996, - 37.21962475300006 - ], - [ - -121.84011106199995, - 37.21943896100004 - ], - [ - -121.83997785699995, - 37.218932290000055 - ], - [ - -121.83975867199996, - 37.21880281700004 - ], - [ - -121.83923160699999, - 37.21847496000004 - ], - [ - -121.83893728899994, - 37.218303656000046 - ], - [ - -121.83870656299996, - 37.21821352500007 - ], - [ - -121.83821743399994, - 37.21803318700006 - ], - [ - -121.837810849, - 37.21788326200004 - ], - [ - -121.83734027999998, - 37.21770502000004 - ], - [ - -121.836922389, - 37.21754672900005 - ], - [ - -121.83745352499994, - 37.217038208000076 - ], - [ - -121.83775274099997, - 37.216749193000055 - ], - [ - -121.83787699599998, - 37.216623414000026 - ], - [ - -121.83807909099994, - 37.21642830300004 - ], - [ - -121.83827915899997, - 37.21623516100004 - ], - [ - -121.83832991999998, - 37.216186512000036 - ], - [ - -121.83868851399995, - 37.21584284100004 - ], - [ - -121.83882695199998, - 37.21571016900003 - ], - [ - -121.83920880899996, - 37.21592624900006 - ], - [ - -121.83924523999997, - 37.21594686700007 - ], - [ - -121.83967370099998, - 37.21604823900003 - ], - [ - -121.839618084, - 37.216102300000045 - ], - [ - -121.83991021499997, - 37.21622052300006 - ], - [ - -121.84007857899996, - 37.21628866000003 - ], - [ - -121.84052560599997, - 37.21648373200003 - ], - [ - -121.84104935099998, - 37.216703401000075 - ], - [ - -121.84166485599997, - 37.21695328100003 - ], - [ - -121.84176187199995, - 37.21699266100006 - ], - [ - -121.84199550499994, - 37.21731357300007 - ], - [ - -121.84203787799999, - 37.21737177600005 - ], - [ - -121.84220376099995, - 37.21759970900007 - ], - [ - -121.84235763199996, - 37.217794635000075 - ], - [ - -121.84277842699998, - 37.21832776100007 - ], - [ - -121.84310043499994, - 37.21876565200006 - ], - [ - -121.84335831399994, - 37.21911636100003 - ], - [ - -121.84364937599997, - 37.219512192000025 - ], - [ - -121.84376253499994, - 37.219666063000034 - ], - [ - -121.84396744599997, - 37.21992309500007 - ], - [ - -121.84410023399994, - 37.219987400000036 - ], - [ - -121.844527788, - 37.22016253900006 - ], - [ - -121.84477924699996, - 37.220265217000076 - ], - [ - -121.845172989, - 37.22043483500005 - ], - [ - -121.84571494799997, - 37.22071641900004 - ], - [ - -121.84628809399999, - 37.22076959100008 - ], - [ - -121.84746317499997, - 37.22086918600007 - ], - [ - -121.847523836, - 37.22087771200006 - ], - [ - -121.84685319699997, - 37.221528818000024 - ], - [ - -121.84680192199994, - 37.22151553700007 - ], - [ - -121.84668530999994, - 37.22154077500005 - ], - [ - -121.84668540999996, - 37.22156698300006 - ], - [ - -121.84668250299995, - 37.22159308800008 - ], - [ - -121.84667675699995, - 37.221618904000024 - ], - [ - -121.84666819599994, - 37.22164420400003 - ], - [ - -121.84665684499998, - 37.221668804000046 - ], - [ - -121.84664284599995, - 37.221692519000044 - ], - [ - -121.84662627899996, - 37.22171514200005 - ], - [ - -121.84660725799995, - 37.22173648800003 - ], - [ - -121.84656577899995, - 37.22178718600003 - ], - [ - -121.84654601499994, - 37.22181339300005 - ], - [ - -121.84652347599996, - 37.22183814300007 - ], - [ - -121.84649838899998, - 37.22186125400003 - ], - [ - -121.846470894, - 37.22188256000004 - ], - [ - -121.84644118799997, - 37.221901901000024 - ], - [ - -121.84640955499998, - 37.221919111000034 - ], - [ - -121.84637616199996, - 37.221934075000036 - ], - [ - -121.846341269, - 37.22194667700006 - ], - [ - -121.84630515899994, - 37.221956867000074 - ], - [ - -121.84626808799999, - 37.22196450400003 - ], - [ - -121.84601356799999, - 37.22202955400007 - ], - [ - -121.84580025499997, - 37.22208273200005 - ], - [ - -121.84574657499996, - 37.22209639500005 - ], - [ - -121.84569459399995, - 37.22211379500004 - ], - [ - -121.845672762, - 37.22212297600004 - ], - [ - -121.84564473799998, - 37.22213476200005 - ], - [ - -121.84559751899997, - 37.222159066000074 - ], - [ - -121.84557304299994, - 37.22215261700006 - ], - [ - -121.845548281, - 37.22214761400005 - ], - [ - -121.84552309199995, - 37.22214435600006 - ], - [ - -121.84549041099996, - 37.222128800000064 - ], - [ - -121.84545148499996, - 37.22214479000007 - ], - [ - -121.84524086, - 37.22223135400003 - ], - [ - -121.84432029699997, - 37.22261100700007 - ], - [ - -121.84404941499997, - 37.22272453800008 - ], - [ - -121.84377880499994, - 37.22299508900005 - ], - [ - -121.84351725399995, - 37.22330483800005 - ], - [ - -121.84347504699997, - 37.223354947000075 - ], - [ - -121.84367257699995, - 37.224633425000036 - ], - [ - -121.84431771099997, - 37.224664242000074 - ], - [ - -121.845260065, - 37.22462292400007 - ], - [ - -121.84718913399996, - 37.224409534000074 - ], - [ - -121.84725049499997, - 37.224595081000075 - ], - [ - -121.84738832099998, - 37.22501168800005 - ], - [ - -121.847489624, - 37.225372684000035 - ], - [ - -121.84761616599997, - 37.22574272600008 - ], - [ - -121.84766596199995, - 37.22588841800007 - ], - [ - -121.847703379, - 37.22603649600006 - ], - [ - -121.847867668, - 37.226687189000074 - ], - [ - -121.84825038599996, - 37.22820636500006 - ], - [ - -121.84732426299996, - 37.22784321900008 - ], - [ - -121.84701585399995, - 37.227722295000035 - ], - [ - -121.84637328499997, - 37.22737416700005 - ], - [ - -121.845960908, - 37.227157361000025 - ], - [ - -121.84574041199994, - 37.22704446500006 - ], - [ - -121.84566434799996, - 37.22701370500005 - ], - [ - -121.84558618799997, - 37.226985855000066 - ], - [ - -121.84550610899998, - 37.22696109300006 - ], - [ - -121.84542445499994, - 37.22693948600005 - ], - [ - -121.84534151199995, - 37.22692112000004 - ], - [ - -121.84525760199995, - 37.22690610800004 - ], - [ - -121.84517300699997, - 37.22689446800007 - ], - [ - -121.84508804399997, - 37.22688621900005 - ], - [ - -121.84500302699996, - 37.22688136000005 - ], - [ - -121.84439871, - 37.22686742900004 - ], - [ - -121.84436950599996, - 37.22686543000003 - ], - [ - -121.84385367099998, - 37.22686128400005 - ], - [ - -121.84352982099995, - 37.226606669000034 - ], - [ - -121.84349729099995, - 37.22658529700004 - ], - [ - -121.84346504299998, - 37.22656366900003 - ], - [ - -121.84343310499997, - 37.22654171900007 - ], - [ - -121.84331110199997, - 37.22645204100007 - ], - [ - -121.84170011199996, - 37.22530418000008 - ], - [ - -121.84165823199999, - 37.22469649300007 - ], - [ - -121.841654329, - 37.22463985600007 - ], - [ - -121.84079455799997, - 37.225136159000044 - ], - [ - -121.84047482799997, - 37.227379118000044 - ], - [ - -121.84016288099997, - 37.22956734500008 - ], - [ - -121.838620473, - 37.22955871400006 - ], - [ - -121.83850363299996, - 37.22946837200004 - ], - [ - -121.83834736699998, - 37.229168421000054 - ], - [ - -121.83820252299995, - 37.22899931100005 - ], - [ - -121.83811831799994, - 37.22897595000006 - ], - [ - -121.83806825399995, - 37.228956768000046 - ], - [ - -121.83798755799995, - 37.22893271000004 - ], - [ - -121.83751241899995, - 37.22901419200008 - ], - [ - -121.83729679499999, - 37.229009620000056 - ], - [ - -121.83707425199998, - 37.228917557000045 - ], - [ - -121.83661051799999, - 37.228329458000076 - ], - [ - -121.836311879, - 37.228274885000076 - ], - [ - -121.83609214299997, - 37.22829915800003 - ], - [ - -121.83575631099995, - 37.228336254000055 - ], - [ - -121.83558585999998, - 37.228325262000055 - ], - [ - -121.83553077, - 37.22831966500007 - ], - [ - -121.83546556699997, - 37.22831187100007 - ], - [ - -121.83540680699997, - 37.228304164000065 - ], - [ - -121.83536052399995, - 37.228291668000054 - ], - [ - -121.835314327, - 37.228279057000066 - ], - [ - -121.83526821299995, - 37.22826630600008 - ], - [ - -121.83523662799996, - 37.22825437600005 - ], - [ - -121.83520626799998, - 37.22824059900006 - ], - [ - -121.83517730799997, - 37.22822499800003 - ], - [ - -121.83510363999994, - 37.22818246300005 - ], - [ - -121.835035598, - 37.22813432400005 - ], - [ - -121.83497381999996, - 37.22808105400003 - ], - [ - -121.83494851799998, - 37.228054058000055 - ], - [ - -121.83492525999998, - 37.22802591800007 - ], - [ - -121.834904129, - 37.22799670000006 - ], - [ - -121.83489546899995, - 37.22798141700008 - ], - [ - -121.83488866, - 37.227965563000055 - ], - [ - -121.83488375999997, - 37.22794925300008 - ], - [ - -121.83488080299998, - 37.227932646000056 - ], - [ - -121.83487787299998, - 37.22790484500007 - ], - [ - -121.83487714599994, - 37.22787695100004 - ], - [ - -121.83487856799997, - 37.227849079000066 - ], - [ - -121.83488094899997, - 37.227804485000036 - ], - [ - -121.834884478, - 37.22775994700004 - ], - [ - -121.83488915099997, - 37.227715465000074 - ], - [ - -121.83490192299996, - 37.22766278800003 - ], - [ - -121.83492089899994, - 37.227611298000056 - ], - [ - -121.83494588599996, - 37.22756150300006 - ], - [ - -121.83497666599999, - 37.227513816000055 - ], - [ - -121.83501295899998, - 37.22746867600006 - ], - [ - -121.83508834799994, - 37.227381499000046 - ], - [ - -121.835168276, - 37.22729694800006 - ], - [ - -121.835252664, - 37.22721523000007 - ], - [ - -121.83528759599994, - 37.22718042900004 - ], - [ - -121.83532093599996, - 37.22714468400005 - ], - [ - -121.83535271199997, - 37.227108018000024 - ], - [ - -121.83539063699999, - 37.22706457500004 - ], - [ - -121.83539032999994, - 37.22704095800003 - ], - [ - -121.83538752299995, - 37.226824339000075 - ], - [ - -121.83538627299998, - 37.226726934000055 - ], - [ - -121.83534342499996, - 37.226695034000045 - ], - [ - -121.83530276, - 37.22666997700003 - ], - [ - -121.83525948699997, - 37.22664792300003 - ], - [ - -121.83521386599995, - 37.22662903400004 - ], - [ - -121.83516630099996, - 37.22661348500003 - ], - [ - -121.83511727999996, - 37.22660138700007 - ], - [ - -121.83507622299999, - 37.226599245000045 - ], - [ - -121.83428489899995, - 37.22655759200006 - ], - [ - -121.83424016999999, - 37.226555036000036 - ], - [ - -121.83419532899995, - 37.226555821000034 - ], - [ - -121.83415077899997, - 37.226559991000045 - ], - [ - -121.83410694399998, - 37.226567472000056 - ], - [ - -121.83406414199999, - 37.22657823900005 - ], - [ - -121.83405252799997, - 37.22658187300004 - ], - [ - -121.83404100399997, - 37.22658571300008 - ], - [ - -121.83402959799997, - 37.22658975600007 - ], - [ - -121.83361278899997, - 37.22671625700008 - ], - [ - -121.83359264999996, - 37.22672179700004 - ], - [ - -121.83357206, - 37.22672617500007 - ], - [ - -121.83355113599998, - 37.22672936600003 - ], - [ - -121.83345726599998, - 37.22672560600006 - ], - [ - -121.83345600399997, - 37.22672548300005 - ], - [ - -121.83336429899998, - 37.226714695000055 - ], - [ - -121.83327306499996, - 37.22669659700006 - ], - [ - -121.83327191399997, - 37.22669629100005 - ], - [ - -121.83318445599997, - 37.226671605000035 - ], - [ - -121.83300424799995, - 37.22660155500006 - ], - [ - -121.832938502, - 37.22656014100005 - ], - [ - -121.832876447, - 37.226515275000054 - ], - [ - -121.83281831299996, - 37.22646713600005 - ], - [ - -121.83278989599995, - 37.22643699400004 - ], - [ - -121.83276020399995, - 37.22640762100008 - ], - [ - -121.83272926899997, - 37.226379132000034 - ], - [ - -121.83268668399995, - 37.22635867300005 - ], - [ - -121.83264194999998, - 37.22634137400007 - ], - [ - -121.83259550099996, - 37.226327369000046 - ], - [ - -121.83254765299995, - 37.226316766000025 - ], - [ - -121.83244651499996, - 37.22629390700007 - ], - [ - -121.83243207899994, - 37.22629006500006 - ], - [ - -121.83241808099996, - 37.226285258000075 - ], - [ - -121.83240464099998, - 37.22627952800008 - ], - [ - -121.83239186999998, - 37.22627289800005 - ], - [ - -121.83237985799997, - 37.22626541200003 - ], - [ - -121.83236866299995, - 37.22625714000003 - ], - [ - -121.83235845499996, - 37.226248146000046 - ], - [ - -121.83234915, - 37.22623847700004 - ], - [ - -121.83224524499997, - 37.22616300300007 - ], - [ - -121.83223840499994, - 37.22615813600004 - ], - [ - -121.83223108399994, - 37.22615378000006 - ], - [ - -121.83222328799997, - 37.226149931000066 - ], - [ - -121.83221515699995, - 37.226146637000056 - ], - [ - -121.83220666399995, - 37.22614391700006 - ], - [ - -121.83219792499995, - 37.226141796000036 - ], - [ - -121.83218899599996, - 37.226140273000055 - ], - [ - -121.83217993299996, - 37.226139370000055 - ], - [ - -121.832170798, - 37.22613910700005 - ], - [ - -121.83212065699996, - 37.22613152900004 - ], - [ - -121.83207126899998, - 37.22612128700007 - ], - [ - -121.83202286599999, - 37.22610844700006 - ], - [ - -121.831987987, - 37.22609321200008 - ], - [ - -121.83195221799997, - 37.22607935800005 - ], - [ - -121.831915644, - 37.22606691100003 - ], - [ - -121.83187897699997, - 37.22606215500008 - ], - [ - -121.83184192799996, - 37.22606001200006 - ], - [ - -121.83180478099996, - 37.22606048100005 - ], - [ - -121.83176785399996, - 37.22606355700003 - ], - [ - -121.83173137299997, - 37.22606921300007 - ], - [ - -121.83173008499995, - 37.22606951000006 - ], - [ - -121.83169570999996, - 37.22607742500003 - ], - [ - -121.83166103599996, - 37.22608812000004 - ], - [ - -121.83165088199996, - 37.22609022700004 - ], - [ - -121.83164099899994, - 37.22609297100007 - ], - [ - -121.83163147099998, - 37.22609639900003 - ], - [ - -121.83162229699997, - 37.22610046300008 - ], - [ - -121.83161362199996, - 37.22610514000007 - ], - [ - -121.83160544199995, - 37.22611038400004 - ], - [ - -121.83159787399995, - 37.22611616700004 - ], - [ - -121.83159094399997, - 37.226122427000064 - ], - [ - -121.83158468099998, - 37.226129161000074 - ], - [ - -121.83157916899995, - 37.226136273000066 - ], - [ - -121.831574435, - 37.22614374300008 - ], - [ - -121.83157050799997, - 37.22615150000007 - ], - [ - -121.83156741599998, - 37.22615950200003 - ], - [ - -121.83156515799999, - 37.226167700000076 - ], - [ - -121.831563846, - 37.226176 - ], - [ - -121.83156336499997, - 37.22618436000005 - ], - [ - -121.83156552799994, - 37.22624803800005 - ], - [ - -121.83156124099997, - 37.22631117000003 - ], - [ - -121.83155031399997, - 37.226374333000024 - ], - [ - -121.83153276399997, - 37.226436860000035 - ], - [ - -121.83150875099994, - 37.22649813500004 - ], - [ - -121.83147846299994, - 37.22655749000006 - ], - [ - -121.83144231799997, - 37.226614323000035 - ], - [ - -121.83140074, - 37.22666808400004 - ], - [ - -121.83135555599995, - 37.226717147000045 - ], - [ - -121.83130125199995, - 37.22674916900007 - ], - [ - -121.831243358, - 37.226780500000075 - ], - [ - -121.83118382899994, - 37.22681001800004 - ], - [ - -121.831122747, - 37.226837584000066 - ], - [ - -121.83106028599997, - 37.22686317600005 - ], - [ - -121.83099661299997, - 37.22688669900003 - ], - [ - -121.83093187399999, - 37.22690815000004 - ], - [ - -121.83086623799994, - 37.226927414000045 - ], - [ - -121.83079995999998, - 37.22694446500003 - ], - [ - -121.83044979299996, - 37.22702009100004 - ], - [ - -121.83039786399996, - 37.22702796100003 - ], - [ - -121.83034283599994, - 37.22702888400005 - ], - [ - -121.83028626299995, - 37.227021860000036 - ], - [ - -121.83023080199996, - 37.227006490000065 - ], - [ - -121.830179349, - 37.226983086000075 - ], - [ - -121.83013446999996, - 37.22695283200005 - ], - [ - -121.83009800499997, - 37.22691751700006 - ], - [ - -121.83007087399994, - 37.226879233000034 - ], - [ - -121.83005258499998, - 37.22683901800008 - ], - [ - -121.82980074799997, - 37.22622656800007 - ], - [ - -121.82977742399999, - 37.22642871200003 - ], - [ - -121.82977609199997, - 37.22640689000008 - ], - [ - -121.82976875299994, - 37.226385366000045 - ], - [ - -121.82975542999998, - 37.22636530700004 - ], - [ - -121.82973694999998, - 37.226348234000056 - ], - [ - -121.82971640999995, - 37.226336084000025 - ], - [ - -121.82971493499997, - 37.226335207000034 - ], - [ - -121.82969099599995, - 37.226326553000035 - ], - [ - -121.82966423599999, - 37.22632198200006 - ], - [ - -121.82963601499995, - 37.22632218800004 - ], - [ - -121.82960834299996, - 37.226327447000074 - ], - [ - -121.82959140199995, - 37.22633411700008 - ], - [ - -121.82933660499998, - 37.22647952300008 - ], - [ - -121.82906290299996, - 37.226484457000026 - ], - [ - -121.82887967099998, - 37.226391345000025 - ], - [ - -121.82884012999995, - 37.226371252000035 - ], - [ - -121.82865012999997, - 37.22611845700004 - ], - [ - -121.82864990899998, - 37.226118109000026 - ], - [ - -121.828754657, - 37.226116449000074 - ], - [ - -121.82873841599996, - 37.22607581400007 - ], - [ - -121.82872569399996, - 37.22602999500003 - ], - [ - -121.82872625199997, - 37.226014629000076 - ], - [ - -121.82872177299998, - 37.225984856000025 - ], - [ - -121.82870657799998, - 37.22595932300004 - ], - [ - -121.82869957499997, - 37.22595022300004 - ], - [ - -121.82869163799995, - 37.22594163900004 - ], - [ - -121.82868279399997, - 37.225933636000036 - ], - [ - -121.82867313, - 37.22592626100004 - ], - [ - -121.82866273599996, - 37.22591958000004 - ], - [ - -121.82865163799994, - 37.22591361900004 - ], - [ - -121.828639953, - 37.22590846300005 - ], - [ - -121.828627768, - 37.225904092000064 - ], - [ - -121.82861516899999, - 37.22590059600003 - ], - [ - -121.82843026599994, - 37.225870444000066 - ], - [ - -121.82838754099998, - 37.22586950900006 - ], - [ - -121.82834484099999, - 37.22587155100007 - ], - [ - -121.82830253599997, - 37.22587649400003 - ], - [ - -121.82826094299998, - 37.22588442800003 - ], - [ - -121.82822034399999, - 37.22589518900003 - ], - [ - -121.82818410599998, - 37.22590487100007 - ], - [ - -121.82814699299996, - 37.22591206800007 - ], - [ - -121.82810926299999, - 37.22591673100004 - ], - [ - -121.82807111699998, - 37.225918834000026 - ], - [ - -121.82803289399999, - 37.225918329000024 - ], - [ - -121.82799488399996, - 37.225915282000074 - ], - [ - -121.827957315, - 37.22590964200003 - ], - [ - -121.82764580799994, - 37.22581999400006 - ], - [ - -121.82760314999996, - 37.22580493500004 - ], - [ - -121.82756121299997, - 37.22578865600008 - ], - [ - -121.82752005699996, - 37.225771200000054 - ], - [ - -121.82749022599995, - 37.22576455800004 - ], - [ - -121.82745639199999, - 37.22576288100004 - ], - [ - -121.82742058199995, - 37.22576765900004 - ], - [ - -121.82738561399998, - 37.22577961500008 - ], - [ - -121.82735491799997, - 37.225798320000024 - ], - [ - -121.82733129599995, - 37.22582209700005 - ], - [ - -121.82731607899996, - 37.22584850000004 - ], - [ - -121.82730916299994, - 37.22587501600003 - ], - [ - -121.82730926, - 37.22589980400005 - ], - [ - -121.82730609099997, - 37.22599549800003 - ], - [ - -121.82742711099996, - 37.22599490700003 - ], - [ - -121.82739429699996, - 37.22602862400004 - ], - [ - -121.82739407999998, - 37.22602897400003 - ], - [ - -121.82730428999997, - 37.22612132000006 - ], - [ - -121.82744064499997, - 37.226267009000026 - ], - [ - -121.82804785299999, - 37.226915433000045 - ], - [ - -121.82809519699998, - 37.22696599100004 - ], - [ - -121.82809512999995, - 37.22696637800004 - ], - [ - -121.82798542499995, - 37.22759686300003 - ], - [ - -121.827985131, - 37.22759717300005 - ], - [ - -121.82784008799996, - 37.22775014100006 - ], - [ - -121.82741691599995, - 37.22787248900005 - ], - [ - -121.82716523299996, - 37.22794525300003 - ], - [ - -121.82704240499999, - 37.22803907400004 - ], - [ - -121.82666659599994, - 37.22829713800007 - ], - [ - -121.82633205899998, - 37.22853877400007 - ], - [ - -121.82616270699998, - 37.22867578800003 - ], - [ - -121.82591286599995, - 37.22873912700004 - ], - [ - -121.82554361599995, - 37.22864533300003 - ], - [ - -121.82539920199997, - 37.228555637000056 - ], - [ - -121.82538189499996, - 37.228543427000034 - ], - [ - -121.82536602999994, - 37.22853003300003 - ], - [ - -121.82535171899997, - 37.228515569000024 - ], - [ - -121.82533908, - 37.228500147000034 - ], - [ - -121.82532825699997, - 37.22848383400003 - ], - [ - -121.82531925399996, - 37.22846683800003 - ], - [ - -121.82531224399997, - 37.228449246000025 - ], - [ - -121.82530720099999, - 37.228431245000024 - ], - [ - -121.82530418699997, - 37.22841294400007 - ], - [ - -121.82530325899995, - 37.22839450600003 - ], - [ - -121.82523843499996, - 37.22807833300004 - ], - [ - -121.82523488099997, - 37.22806516400004 - ], - [ - -121.82522990099994, - 37.22805228900006 - ], - [ - -121.82522352499996, - 37.228039841000054 - ], - [ - -121.82521578499995, - 37.228027842000074 - ], - [ - -121.82520676599995, - 37.228016453000066 - ], - [ - -121.82519655699997, - 37.22800574300004 - ], - [ - -121.82518521699996, - 37.22799577700005 - ], - [ - -121.82517280499997, - 37.227986670000064 - ], - [ - -121.82515946399997, - 37.22797846700007 - ], - [ - -121.82514522199995, - 37.22797121200006 - ], - [ - -121.82513028499994, - 37.227964995000036 - ], - [ - -121.825114709, - 37.227959860000055 - ], - [ - -121.82509863499996, - 37.22795583100003 - ], - [ - -121.82508215499996, - 37.22795295000003 - ], - [ - -121.82506546399998, - 37.22795123900005 - ], - [ - -121.82504862199994, - 37.22795069700004 - ], - [ - -121.82478520499996, - 37.22801964800004 - ], - [ - -121.82475933799998, - 37.228025022000054 - ], - [ - -121.82473413199995, - 37.228032219000056 - ], - [ - -121.824709843, - 37.22804116900005 - ], - [ - -121.82468664499999, - 37.228051779000054 - ], - [ - -121.82466470699995, - 37.22806402100008 - ], - [ - -121.82464422399994, - 37.22807775900003 - ], - [ - -121.82462531399995, - 37.22809287300004 - ], - [ - -121.82460817199996, - 37.22810927300003 - ], - [ - -121.82459290999998, - 37.22812684100006 - ], - [ - -121.82457964199995, - 37.22814539500007 - ], - [ - -121.82456850699998, - 37.22816484100008 - ], - [ - -121.82455953199997, - 37.22818497000003 - ], - [ - -121.82454021099994, - 37.228204439000024 - ], - [ - -121.82451888899999, - 37.22822248800003 - ], - [ - -121.82449570899996, - 37.22823902600004 - ], - [ - -121.82447083999995, - 37.228253910000035 - ], - [ - -121.82444445099998, - 37.228267050000056 - ], - [ - -121.82441676999997, - 37.22827830600005 - ], - [ - -121.82401987199995, - 37.22844595300006 - ], - [ - -121.82397759499997, - 37.22846877200004 - ], - [ - -121.82393782799994, - 37.22849430900004 - ], - [ - -121.82390082599994, - 37.22852237800004 - ], - [ - -121.82387126099997, - 37.22854363300007 - ], - [ - -121.823842276, - 37.22856545500008 - ], - [ - -121.82381401699996, - 37.22858781700006 - ], - [ - -121.82377384299997, - 37.228619378000076 - ], - [ - -121.82372910899994, - 37.22864728300004 - ], - [ - -121.82367981099998, - 37.22867128000007 - ], - [ - -121.82362676899999, - 37.22869069500007 - ], - [ - -121.823571029, - 37.228704967000056 - ], - [ - -121.82351379399995, - 37.22871385500008 - ], - [ - -121.82345620199999, - 37.22871725300007 - ], - [ - -121.82339951799997, - 37.22871535400003 - ], - [ - -121.82334434999996, - 37.22870842400005 - ], - [ - -121.82313439399996, - 37.22867181700008 - ], - [ - -121.82304683299998, - 37.22864446800003 - ], - [ - -121.82296237799994, - 37.22861145600007 - ], - [ - -121.82288160299998, - 37.22857299900005 - ], - [ - -121.82280509099996, - 37.22852936600003 - ], - [ - -121.82273326999996, - 37.22848085100003 - ], - [ - -121.82266669499995, - 37.22842776700003 - ], - [ - -121.82260962899994, - 37.22837668100004 - ], - [ - -121.82254722599998, - 37.228329753000025 - ], - [ - -121.82248000899995, - 37.22828725100004 - ], - [ - -121.82240843899996, - 37.228249583000036 - ], - [ - -121.82233306499995, - 37.228216993000046 - ], - [ - -121.82210776499994, - 37.22809437900003 - ], - [ - -121.82207188899997, - 37.22807123000007 - ], - [ - -121.82202850999994, - 37.22805105100008 - ], - [ - -121.82198029799997, - 37.22803600700007 - ], - [ - -121.82192864499996, - 37.22802718400004 - ], - [ - -121.82187556599996, - 37.228025151000054 - ], - [ - -121.82182315199998, - 37.22802993200003 - ], - [ - -121.82177328599994, - 37.22804116100008 - ], - [ - -121.82172772399997, - 37.228057904000025 - ], - [ - -121.82152016099997, - 37.22818904800005 - ], - [ - -121.82151350999999, - 37.22819651700007 - ], - [ - -121.821492794, - 37.22821977800004 - ], - [ - -121.82146954599995, - 37.22825197100008 - ], - [ - -121.82145002799996, - 37.22828618200003 - ], - [ - -121.82143051899999, - 37.22833561500005 - ], - [ - -121.82142357499998, - 37.228358927000045 - ], - [ - -121.82141720799996, - 37.22839553100005 - ], - [ - -121.82141522599994, - 37.228432428000076 - ], - [ - -121.82141759599995, - 37.228469345000065 - ], - [ - -121.82142436599997, - 37.22850589300003 - ], - [ - -121.82142692599996, - 37.22861841200006 - ], - [ - -121.82141871899995, - 37.22873075500007 - ], - [ - -121.82139981999995, - 37.22884228100003 - ], - [ - -121.82137030599995, - 37.228952347000074 - ], - [ - -121.821311606, - 37.229210701000056 - ], - [ - -121.821299964, - 37.22929394500005 - ], - [ - -121.82127897199996, - 37.22937603400004 - ], - [ - -121.82124878599996, - 37.22945628400004 - ], - [ - -121.82120962399995, - 37.22953395500008 - ], - [ - -121.82119128699998, - 37.229567032000034 - ], - [ - -121.82116954799994, - 37.22959877200003 - ], - [ - -121.82114460199995, - 37.22962894800003 - ], - [ - -121.82111656499995, - 37.229657350000025 - ], - [ - -121.82108571499998, - 37.22968379300005 - ], - [ - -121.82107404899995, - 37.229691020000075 - ], - [ - -121.82106168299998, - 37.229697454000075 - ], - [ - -121.82104869799997, - 37.229703003000054 - ], - [ - -121.82103515399996, - 37.229707665000035 - ], - [ - -121.82102113599996, - 37.22971134900007 - ], - [ - -121.82100681499998, - 37.229714097000056 - ], - [ - -121.82099224599995, - 37.22971584000004 - ], - [ - -121.82097754499995, - 37.22971657800008 - ], - [ - -121.82096279999996, - 37.229716333000056 - ], - [ - -121.82094814799996, - 37.22971505600003 - ], - [ - -121.82093368199997, - 37.229712816000074 - ], - [ - -121.820659665, - 37.22961157800006 - ], - [ - -121.82063545099999, - 37.22959878100005 - ], - [ - -121.82061275299998, - 37.229584319000026 - ], - [ - -121.82059174499994, - 37.229568304000054 - ], - [ - -121.82057262999996, - 37.22955087300005 - ], - [ - -121.82055552599996, - 37.229532136000046 - ], - [ - -121.82054060299998, - 37.22951223000007 - ], - [ - -121.82052795499999, - 37.22949136100004 - ], - [ - -121.820517667, - 37.22946968600007 - ], - [ - -121.82050983, - 37.22944734200007 - ], - [ - -121.82039439099998, - 37.22899831400008 - ], - [ - -121.82038799699995, - 37.22898158500004 - ], - [ - -121.82037989699995, - 37.228965379000044 - ], - [ - -121.820370175, - 37.22894976400005 - ], - [ - -121.82035886199998, - 37.22893483000007 - ], - [ - -121.82034604599994, - 37.228920714000026 - ], - [ - -121.82033181499997, - 37.22890746200005 - ], - [ - -121.82031628399994, - 37.22889520800004 - ], - [ - -121.82029954099994, - 37.228884021000056 - ], - [ - -121.82028694199994, - 37.22887402300006 - ], - [ - -121.82027335499998, - 37.228864928000064 - ], - [ - -121.82025881499999, - 37.22885683000004 - ], - [ - -121.82024343199998, - 37.22884974700003 - ], - [ - -121.82022738199998, - 37.22884377100007 - ], - [ - -121.82021069399997, - 37.22883892300007 - ], - [ - -121.82019356899997, - 37.22883527100004 - ], - [ - -121.82017612099997, - 37.22883276600004 - ], - [ - -121.82015846599995, - 37.22883154700003 - ], - [ - -121.82014071799995, - 37.228831540000044 - ], - [ - -121.820123078, - 37.22883274700007 - ], - [ - -121.81985681599997, - 37.22884321200007 - ], - [ - -121.81974295899994, - 37.228855346000046 - ], - [ - -121.81962985999996, - 37.228871523000066 - ], - [ - -121.81951783399995, - 37.228891807000025 - ], - [ - -121.81950628799996, - 37.22889287500004 - ], - [ - -121.81949469899996, - 37.22889314400004 - ], - [ - -121.81948312399999, - 37.228892564000034 - ], - [ - -121.81947164999997, - 37.22889120600007 - ], - [ - -121.81946039199994, - 37.22888902200003 - ], - [ - -121.81944937499998, - 37.22888607800007 - ], - [ - -121.81943874799998, - 37.22888237500007 - ], - [ - -121.81942856399996, - 37.228877958000055 - ], - [ - -121.81941888399996, - 37.22887282500005 - ], - [ - -121.819409824, - 37.22886704500007 - ], - [ - -121.81940140899997, - 37.228860662000045 - ], - [ - -121.819393758, - 37.22885369800008 - ], - [ - -121.81938687199994, - 37.22884622300006 - ], - [ - -121.81938083499995, - 37.22883830200004 - ], - [ - -121.81937567799997, - 37.22883000600007 - ], - [ - -121.81937146099995, - 37.228821355000036 - ], - [ - -121.81934312399994, - 37.22875000700003 - ], - [ - -121.81932328499994, - 37.22867684800008 - ], - [ - -121.81931212699999, - 37.228602513000055 - ], - [ - -121.81930971999998, - 37.22852766800003 - ], - [ - -121.81930747299998, - 37.22850574200004 - ], - [ - -121.81930273899997, - 37.22848407300006 - ], - [ - -121.81929549499995, - 37.228462844000035 - ], - [ - -121.81928585699995, - 37.22844223900006 - ], - [ - -121.81927388599996, - 37.22842243600007 - ], - [ - -121.81925967099994, - 37.22840359800006 - ], - [ - -121.81924335699995, - 37.22838590500004 - ], - [ - -121.81922506299998, - 37.228369471000065 - ], - [ - -121.81920300999997, - 37.22835907600006 - ], - [ - -121.81917989799996, - 37.228350317000036 - ], - [ - -121.81915587199995, - 37.22834328700003 - ], - [ - -121.81913113399997, - 37.22833804900006 - ], - [ - -121.81910591099995, - 37.228334603000064 - ], - [ - -121.81908040599996, - 37.228333013000054 - ], - [ - -121.81905481999996, - 37.22833330100008 - ], - [ - -121.81898481199994, - 37.22833212200004 - ], - [ - -121.81891484599998, - 37.22833014200006 - ], - [ - -121.81884492199998, - 37.22832735800006 - ], - [ - -121.81877829399997, - 37.228318244000036 - ], - [ - -121.81871276699997, - 37.228304997000066 - ], - [ - -121.818648715, - 37.228287796000075 - ], - [ - -121.81858654099995, - 37.22826663700005 - ], - [ - -121.81853359299998, - 37.22823782000006 - ], - [ - -121.81848367699996, - 37.228205743000046 - ], - [ - -121.81843714299998, - 37.22817058100003 - ], - [ - -121.81839427899996, - 37.228132541000036 - ], - [ - -121.81835532099996, - 37.22809191600004 - ], - [ - -121.8182886, - 37.22803695400006 - ], - [ - -121.818223408, - 37.227980923000075 - ], - [ - -121.81815968199999, - 37.22792375200004 - ], - [ - -121.81810738699994, - 37.227863752000076 - ], - [ - -121.818058609, - 37.22780188200005 - ], - [ - -121.81801343499995, - 37.22773832300004 - ], - [ - -121.81800015699997, - 37.227715766000074 - ], - [ - -121.81798452099997, - 37.22769421900006 - ], - [ - -121.81796667099997, - 37.227673820000064 - ], - [ - -121.81794666899998, - 37.22765470300004 - ], - [ - -121.81792474599996, - 37.22763702800006 - ], - [ - -121.81790098999994, - 37.22762093000006 - ], - [ - -121.81787560299995, - 37.22760649800006 - ], - [ - -121.81786438499995, - 37.227601725000056 - ], - [ - -121.81785269299996, - 37.22759773800004 - ], - [ - -121.81784061399998, - 37.22759455400006 - ], - [ - -121.81782823599997, - 37.22759224400005 - ], - [ - -121.81781564399995, - 37.227590761000044 - ], - [ - -121.81780298099994, - 37.22759017100003 - ], - [ - -121.81779027599998, - 37.22759042900003 - ], - [ - -121.81777764399999, - 37.227591578000045 - ], - [ - -121.81776517099996, - 37.22759359500003 - ], - [ - -121.81775296999996, - 37.22759643400008 - ], - [ - -121.81774112599999, - 37.227600116000076 - ], - [ - -121.81772972599998, - 37.22760459300008 - ], - [ - -121.81771885599994, - 37.22760984100006 - ], - [ - -121.81770854099994, - 37.22761581800006 - ], - [ - -121.81765012099999, - 37.22764689500008 - ], - [ - -121.81759055999999, - 37.227676546000055 - ], - [ - -121.81752991399998, - 37.22770478700005 - ], - [ - -121.81749828999995, - 37.22771484800006 - ], - [ - -121.81746781599998, - 37.22772697900007 - ], - [ - -121.81743875499996, - 37.22774113200006 - ], - [ - -121.81741124099995, - 37.22775716600006 - ], - [ - -121.81738553599996, - 37.22777498900007 - ], - [ - -121.81736177599998, - 37.227794483000025 - ], - [ - -121.81734013399995, - 37.22781548800003 - ], - [ - -121.81732077599997, - 37.22783788600003 - ], - [ - -121.81730384499997, - 37.227861493000034 - ], - [ - -121.81728942199999, - 37.22788614700005 - ], - [ - -121.81711104599998, - 37.228161777000025 - ], - [ - -121.81710265899994, - 37.22817155300004 - ], - [ - -121.81709317299999, - 37.22818067900005 - ], - [ - -121.817082702, - 37.228189084000064 - ], - [ - -121.81707132699995, - 37.22819667400006 - ], - [ - -121.81705910899996, - 37.22820342600005 - ], - [ - -121.81704618699996, - 37.22820924700005 - ], - [ - -121.81703267499995, - 37.228214093000076 - ], - [ - -121.81701863099994, - 37.22821795800007 - ], - [ - -121.81700422499995, - 37.22822077600006 - ], - [ - -121.81698957199995, - 37.22822254300007 - ], - [ - -121.81673072399997, - 37.22823122400007 - ], - [ - -121.81671342699997, - 37.22823080000006 - ], - [ - -121.81669622399994, - 37.22822925500003 - ], - [ - -121.81667925999994, - 37.22822656100004 - ], - [ - -121.81666259099995, - 37.22822274200007 - ], - [ - -121.81664641699996, - 37.22821784300004 - ], - [ - -121.81663079799995, - 37.22821190700006 - ], - [ - -121.81661584699998, - 37.22820495700006 - ], - [ - -121.81660165299996, - 37.228197015000035 - ], - [ - -121.816588331, - 37.22818819100007 - ], - [ - -121.816584767, - 37.22818250900008 - ], - [ - -121.81658194199997, - 37.22817659000003 - ], - [ - -121.816579774, - 37.228170480000074 - ], - [ - -121.81657831999996, - 37.22816424600006 - ], - [ - -121.81657757899995, - 37.22815793700005 - ], - [ - -121.81657755299995, - 37.22815157500003 - ], - [ - -121.81650677399995, - 37.22794549400004 - ], - [ - -121.81638527099994, - 37.22768088300006 - ], - [ - -121.81628876499997, - 37.227475208000044 - ], - [ - -121.81628056199997, - 37.227456440000026 - ], - [ - -121.81627022599997, - 37.22743838200006 - ], - [ - -121.81625784299996, - 37.22742114700003 - ], - [ - -121.81624347599995, - 37.22740491900004 - ], - [ - -121.81622737899994, - 37.227389764000065 - ], - [ - -121.81620955999995, - 37.227375933000076 - ], - [ - -121.81619027699998, - 37.22736344700007 - ], - [ - -121.81617781099999, - 37.227354569000056 - ], - [ - -121.81616441899996, - 37.227346639000075 - ], - [ - -121.81615015699998, - 37.22733970300004 - ], - [ - -121.81613516799996, - 37.22733385300006 - ], - [ - -121.81611959999998, - 37.227329129000054 - ], - [ - -121.81610353499997, - 37.227325533000055 - ], - [ - -121.81608711999996, - 37.22732315400003 - ], - [ - -121.81607052499999, - 37.22732196800007 - ], - [ - -121.81600953799995, - 37.22730960600006 - ], - [ - -121.81595027499998, - 37.22729276200005 - ], - [ - -121.815893196, - 37.227271589000054 - ], - [ - -121.81583885099997, - 37.227246267000055 - ], - [ - -121.81578767199994, - 37.227217017000044 - ], - [ - -121.81574105199996, - 37.22719321000005 - ], - [ - -121.81569177799997, - 37.22717311700006 - ], - [ - -121.81564034099995, - 37.227156895000064 - ], - [ - -121.81558717099995, - 37.22714472100006 - ], - [ - -121.81556070399995, - 37.227142065000066 - ], - [ - -121.81553403999999, - 37.22714119700004 - ], - [ - -121.81550743499997, - 37.227142091000076 - ], - [ - -121.815481004, - 37.22714474600008 - ], - [ - -121.81545491799994, - 37.22714918300005 - ], - [ - -121.81542937799998, - 37.22715528300006 - ], - [ - -121.81540458199999, - 37.22716304700003 - ], - [ - -121.81538067499997, - 37.22717249500005 - ], - [ - -121.81535782599997, - 37.22718348700005 - ], - [ - -121.81533617599996, - 37.22719593000005 - ], - [ - -121.81525479299995, - 37.22724145700005 - ], - [ - -121.81517793199998, - 37.227291785000034 - ], - [ - -121.81510604699997, - 37.227346612000076 - ], - [ - -121.81500409799997, - 37.22740598900003 - ], - [ - -121.81490966599995, - 37.22747288100004 - ], - [ - -121.81482365699998, - 37.227546636000056 - ], - [ - -121.814761208, - 37.22760099100003 - ], - [ - -121.81470354099997, - 37.22765863300003 - ], - [ - -121.81465093499997, - 37.22771928700007 - ], - [ - -121.81463764799997, - 37.22772559400005 - ], - [ - -121.81462368899997, - 37.22773099200003 - ], - [ - -121.814609282, - 37.227735411000026 - ], - [ - -121.81459442799996, - 37.22773882900003 - ], - [ - -121.81457927099996, - 37.227741243000025 - ], - [ - -121.81456392399997, - 37.22774260400007 - ], - [ - -121.81454844299998, - 37.22774291600007 - ], - [ - -121.81453300199996, - 37.227742173000024 - ], - [ - -121.81451771299999, - 37.22774037700003 - ], - [ - -121.81450266299998, - 37.227737570000045 - ], - [ - -121.81448796899997, - 37.22773373000007 - ], - [ - -121.81447371599995, - 37.22772892300003 - ], - [ - -121.81446004599997, - 37.22772314800005 - ], - [ - -121.81444704799998, - 37.227716473000044 - ], - [ - -121.81443477699997, - 37.227708920000055 - ], - [ - -121.81442338099998, - 37.22770057900004 - ], - [ - -121.81411440899996, - 37.22728684000003 - ], - [ - -121.81393348399996, - 37.226979405000066 - ], - [ - -121.81388394599998, - 37.22691804500005 - ], - [ - -121.81382794499996, - 37.226860327000054 - ], - [ - -121.81376597499997, - 37.22680670600005 - ], - [ - -121.81369838899997, - 37.226757543000076 - ], - [ - -121.81362582, - 37.22671321800004 - ], - [ - -121.81354870499996, - 37.22667405100003 - ], - [ - -121.81352273799996, - 37.22665914400005 - ], - [ - -121.81349528699997, - 37.226646061000054 - ], - [ - -121.81346655299996, - 37.226634870000055 - ], - [ - -121.81343673599997, - 37.226625660000025 - ], - [ - -121.81340603799998, - 37.22661849600007 - ], - [ - -121.81337472099995, - 37.22661346900003 - ], - [ - -121.81334295499994, - 37.22661055200007 - ], - [ - -121.81331102499996, - 37.226609789000065 - ], - [ - -121.81327910599998, - 37.22661122300008 - ], - [ - -121.81324745199998, - 37.22661478300006 - ], - [ - -121.81321629399997, - 37.22662048900003 - ], - [ - -121.81309421699996, - 37.226645344000076 - ], - [ - -121.81297039799995, - 37.22666390000006 - ], - [ - -121.81284532199999, - 37.226676015000066 - ], - [ - -121.81282278999998, - 37.22667739100007 - ], - [ - -121.81278527099994, - 37.22668275400008 - ], - [ - -121.81273515499998, - 37.226692816000025 - ], - [ - -121.81267698799996, - 37.226715557000034 - ], - [ - -121.81264457499998, - 37.226731303000065 - ], - [ - -121.81261412099997, - 37.22674936100003 - ], - [ - -121.81258582099997, - 37.22676954600007 - ], - [ - -121.81255996099998, - 37.226791741000056 - ], - [ - -121.81247690499998, - 37.226854407000076 - ], - [ - -121.81239256799995, - 37.22691596400006 - ], - [ - -121.81230692499997, - 37.22697639100005 - ], - [ - -121.81224563899997, - 37.22700411100004 - ], - [ - -121.81218158399997, - 37.22702746700003 - ], - [ - -121.81211521999995, - 37.22704624800008 - ], - [ - -121.81204705399995, - 37.22706033400004 - ], - [ - -121.81186642899996, - 37.227120522000064 - ], - [ - -121.81184704099996, - 37.227128178000044 - ], - [ - -121.81184045599997, - 37.227129785000045 - ], - [ - -121.81183372199996, - 37.22713093700003 - ], - [ - -121.81182686299996, - 37.227131609000025 - ], - [ - -121.81181999599994, - 37.22713180000005 - ], - [ - -121.81181314999998, - 37.22713151100004 - ], - [ - -121.81180629599999, - 37.22713076400004 - ], - [ - -121.81179957799998, - 37.22712955700007 - ], - [ - -121.81179302099997, - 37.227127868000025 - ], - [ - -121.81178668499996, - 37.22712571900007 - ], - [ - -121.81178060099995, - 37.227123154000026 - ], - [ - -121.81177479499996, - 37.22712017500004 - ], - [ - -121.81176935399998, - 37.22711680300006 - ], - [ - -121.81176430899995, - 37.22711308300006 - ], - [ - -121.81175965699998, - 37.22710901500005 - ], - [ - -121.81175548799996, - 37.227104644000065 - ], - [ - -121.81175179899998, - 37.227099993000024 - ], - [ - -121.81174862299997, - 37.22709512900008 - ], - [ - -121.81174598499996, - 37.22709000900005 - ], - [ - -121.81174391899998, - 37.227084768000054 - ], - [ - -121.81174244899995, - 37.227079383000046 - ], - [ - -121.81174123499994, - 37.22706227400005 - ], - [ - -121.81172591899997, - 37.22692671100003 - ], - [ - -121.81171983399997, - 37.22683755600008 - ], - [ - -121.81170482899995, - 37.22674902700004 - ], - [ - -121.811681, - 37.22666176400003 - ], - [ - -121.81164850299996, - 37.226576315000045 - ], - [ - -121.81161631199996, - 37.22653130900005 - ], - [ - -121.81155584599998, - 37.22648492600007 - ], - [ - -121.81151968599994, - 37.22647141400006 - ], - [ - -121.81148133599999, - 37.22646364900004 - ], - [ - -121.81144283099997, - 37.22646172300006 - ], - [ - -121.81140616699997, - 37.22646517800007 - ], - [ - -121.81137344099994, - 37.226472915000045 - ], - [ - -121.81130243599995, - 37.22649309900004 - ], - [ - -121.81122941599995, - 37.226508040000056 - ], - [ - -121.81115501899995, - 37.22651766300004 - ], - [ - -121.81107984, - 37.22652184700007 - ], - [ - -121.81100450699995, - 37.22652058600005 - ], - [ - -121.81092962199995, - 37.226513871000066 - ], - [ - -121.81088787799996, - 37.226506853000046 - ], - [ - -121.81084558499998, - 37.22650270300005 - ], - [ - -121.81080296999994, - 37.22650139500007 - ], - [ - -121.81076037499997, - 37.22650297100006 - ], - [ - -121.81071811699996, - 37.22650742800005 - ], - [ - -121.81067645499996, - 37.226514715000064 - ], - [ - -121.81063572699998, - 37.22652478400005 - ], - [ - -121.81059618999996, - 37.22653756600005 - ], - [ - -121.81055815999997, - 37.22655296000005 - ], - [ - -121.81052186299996, - 37.22657087700003 - ], - [ - -121.81048761299996, - 37.22659117500007 - ], - [ - -121.81046714699994, - 37.22660110900006 - ], - [ - -121.810445658, - 37.226609590000066 - ], - [ - -121.81042333699997, - 37.22661657000003 - ], - [ - -121.81040036, - 37.22662193200006 - ], - [ - -121.810376868, - 37.226625743000056 - ], - [ - -121.810353062, - 37.226627886000074 - ], - [ - -121.81032911199998, - 37.22662838400004 - ], - [ - -121.81030521899999, - 37.22662718600003 - ], - [ - -121.810281525, - 37.22662436100006 - ], - [ - -121.81025820299999, - 37.22661990800003 - ], - [ - -121.81023548399997, - 37.22661384300005 - ], - [ - -121.81021351099997, - 37.226606238000045 - ], - [ - -121.80998119299994, - 37.226529252000034 - ], - [ - -121.80994446899996, - 37.226517898000054 - ], - [ - -121.80990425599998, - 37.226509994000025 - ], - [ - -121.80986214199999, - 37.22650629900005 - ], - [ - -121.80981919199996, - 37.22650716900006 - ], - [ - -121.809776608, - 37.22651263600005 - ], - [ - -121.80973550699997, - 37.22652261700006 - ], - [ - -121.80969696799997, - 37.226536690000046 - ], - [ - -121.80966186699999, - 37.22655427400008 - ], - [ - -121.80963090899996, - 37.22657464900004 - ], - [ - -121.80943177299997, - 37.22673852300005 - ], - [ - -121.80940022199997, - 37.22675611200003 - ], - [ - -121.80936694399998, - 37.22677156900005 - ], - [ - -121.80933213799995, - 37.226784708000025 - ], - [ - -121.80929611599998, - 37.22679543400005 - ], - [ - -121.80925904799994, - 37.22680372200006 - ], - [ - -121.80922127899998, - 37.22680947900005 - ], - [ - -121.80918294999998, - 37.226812632000076 - ], - [ - -121.80916018799996, - 37.22681403100006 - ], - [ - -121.80913734199999, - 37.22681380500006 - ], - [ - -121.80911458199995, - 37.22681195300004 - ], - [ - -121.80909213799998, - 37.22680852000008 - ], - [ - -121.809070153, - 37.226803500000074 - ], - [ - -121.80904882599998, - 37.22679691800005 - ], - [ - -121.809028276, - 37.226788862000035 - ], - [ - -121.80900873099995, - 37.226779399000065 - ], - [ - -121.80899877099995, - 37.22677120000003 - ], - [ - -121.808989742, - 37.22676235200004 - ], - [ - -121.80898164799999, - 37.22675292100007 - ], - [ - -121.80897457599997, - 37.22674297400005 - ], - [ - -121.80896863899994, - 37.22673260300007 - ], - [ - -121.80896378699998, - 37.22672185300007 - ], - [ - -121.808960158, - 37.22671079200006 - ], - [ - -121.80895766999998, - 37.22669953600007 - ], - [ - -121.80895638499999, - 37.22668817300007 - ], - [ - -121.80895632799997, - 37.226676730000065 - ], - [ - -121.80895747399995, - 37.22666534100006 - ], - [ - -121.80897172799996, - 37.22652946900007 - ], - [ - -121.80897851599997, - 37.22650689200003 - ], - [ - -121.80897980799995, - 37.22647927400004 - ], - [ - -121.80897340599995, - 37.22645032100007 - ], - [ - -121.80895848699998, - 37.22642217500004 - ], - [ - -121.80893560799996, - 37.22639716000003 - ], - [ - -121.80890663499997, - 37.22637724900005 - ], - [ - -121.80887404999999, - 37.22636358300008 - ], - [ - -121.80884074599999, - 37.22635619500005 - ], - [ - -121.80881051799997, - 37.22635447300007 - ], - [ - -121.80874130999996, - 37.22635156200005 - ], - [ - -121.80867208199999, - 37.22635405300008 - ], - [ - -121.80860349299996, - 37.226361938000025 - ], - [ - -121.80859850299998, - 37.22636302400008 - ], - [ - -121.80859339299997, - 37.226363768000056 - ], - [ - -121.80858824599994, - 37.22636414600004 - ], - [ - -121.80858306599998, - 37.226364158000024 - ], - [ - -121.80857790599998, - 37.22636380500006 - ], - [ - -121.80857279999998, - 37.226363082000034 - ], - [ - -121.8085678, - 37.226362040000026 - ], - [ - -121.80856290999998, - 37.22636065300003 - ], - [ - -121.80855821399996, - 37.22635894300004 - ], - [ - -121.808553712, - 37.22635684200003 - ], - [ - -121.80854946299996, - 37.22635448600005 - ], - [ - -121.80854549299994, - 37.226351829000066 - ], - [ - -121.80854180899996, - 37.22634891800004 - ], - [ - -121.80853846199994, - 37.226345750000064 - ], - [ - -121.80832365299995, - 37.22614370200006 - ], - [ - -121.80819282199997, - 37.22623271800006 - ], - [ - -121.80806989799999, - 37.22611740100007 - ], - [ - -121.80788987699998, - 37.22594856500007 - ], - [ - -121.807883232, - 37.22590904100008 - ], - [ - -121.80788104699997, - 37.225869190000026 - ], - [ - -121.807883356, - 37.225829360000034 - ], - [ - -121.80789013699996, - 37.225789845000065 - ], - [ - -121.80790136599995, - 37.22575099100004 - ], - [ - -121.80791693299994, - 37.22571309600005 - ], - [ - -121.80792932699995, - 37.22569512500007 - ], - [ - -121.807936112, - 37.225685276000036 - ], - [ - -121.80798135299995, - 37.225628828000026 - ], - [ - -121.80803257899998, - 37.225575770000034 - ], - [ - -121.80808939499997, - 37.22552647200007 - ], - [ - -121.80815134999995, - 37.22548132800006 - ], - [ - -121.80816882399995, - 37.22546902400006 - ], - [ - -121.80820022199998, - 37.22544276200006 - ], - [ - -121.80822846499996, - 37.22541429200004 - ], - [ - -121.808253321, - 37.22538384600006 - ], - [ - -121.808274542, - 37.225351723000074 - ], - [ - -121.80829201699999, - 37.225318178000066 - ], - [ - -121.80830552199996, - 37.22528348700007 - ], - [ - -121.80831503399997, - 37.225247946000025 - ], - [ - -121.808320386, - 37.22521186000006 - ], - [ - -121.80832182199998, - 37.225171214000056 - ], - [ - -121.80831902199998, - 37.22513878700005 - ], - [ - -121.80831303199994, - 37.225107199000036 - ], - [ - -121.80830425599999, - 37.225080081000044 - ], - [ - -121.80829805299999, - 37.22506087700003 - ], - [ - -121.80828259799995, - 37.22502820300008 - ], - [ - -121.80826352799994, - 37.22499671400004 - ], - [ - -121.80824104799996, - 37.22496675100007 - ], - [ - -121.80821536699995, - 37.22493856400007 - ], - [ - -121.80818688699998, - 37.22491246900006 - ], - [ - -121.80815552399997, - 37.224888372000066 - ], - [ - -121.80815456799996, - 37.22488774200008 - ], - [ - -121.808121654, - 37.22486659400005 - ], - [ - -121.80808553799994, - 37.224847312000065 - ], - [ - -121.80808429599995, - 37.22484673200006 - ], - [ - -121.80804740499997, - 37.224830617000066 - ], - [ - -121.80804570499998, - 37.22482999600004 - ], - [ - -121.80800930199996, - 37.224817219000045 - ], - [ - -121.80800757499998, - 37.22481666500005 - ], - [ - -121.80800602, - 37.224816202000056 - ], - [ - -121.80796639099998, - 37.22480556600004 - ], - [ - -121.80792284899997, - 37.22479703400006 - ], - [ - -121.80787853099997, - 37.22479171500004 - ], - [ - -121.80783378499996, - 37.22478962900004 - ], - [ - -121.80778900999996, - 37.22479079400006 - ], - [ - -121.80774451899998, - 37.22479520500008 - ], - [ - -121.80770074499998, - 37.22480285800003 - ], - [ - -121.80765796699995, - 37.22481361400003 - ], - [ - -121.80764760699998, - 37.22481695700003 - ], - [ - -121.80761187299998, - 37.22482935000005 - ], - [ - -121.80757743599997, - 37.22484397300008 - ], - [ - -121.807544582, - 37.224860729000056 - ], - [ - -121.80751350999998, - 37.22487950200008 - ], - [ - -121.80748438899997, - 37.22490022200003 - ], - [ - -121.80736901899996, - 37.22499757800006 - ], - [ - -121.80729485799998, - 37.224940428000025 - ], - [ - -121.80710082399997, - 37.225073500000065 - ], - [ - -121.80703933799998, - 37.225002955000036 - ], - [ - -121.80702602799994, - 37.22500958200004 - ], - [ - -121.80698976099995, - 37.22502754200008 - ], - [ - -121.80691111699997, - 37.22507257500007 - ], - [ - -121.80682538399998, - 37.22511004200004 - ], - [ - -121.80673269599998, - 37.22513927600005 - ], - [ - -121.80663489199998, - 37.22515918300007 - ], - [ - -121.806534366, - 37.225169050000034 - ], - [ - -121.80643351499998, - 37.225168574000065 - ], - [ - -121.80633466499995, - 37.22515809500004 - ], - [ - -121.80612908799998, - 37.22506125500007 - ], - [ - -121.80608247699996, - 37.225041014000055 - ], - [ - -121.80593921899998, - 37.22497879600007 - ], - [ - -121.80585518799995, - 37.22489573000007 - ], - [ - -121.80576306699999, - 37.22480000400003 - ], - [ - -121.80570177699997, - 37.22463718800003 - ], - [ - -121.80551367599998, - 37.22411953400007 - ], - [ - -121.80529989499996, - 37.224155978000056 - ], - [ - -121.80485714399998, - 37.224231392000036 - ], - [ - -121.80479176199998, - 37.22424253600008 - ], - [ - -121.80454187, - 37.22426175600003 - ], - [ - -121.80436329799994, - 37.22427546700004 - ], - [ - -121.804169361, - 37.224317434000056 - ], - [ - -121.80407654299995, - 37.22433929700003 - ], - [ - -121.80404997499994, - 37.22434554500006 - ], - [ - -121.80397611199999, - 37.224361154000064 - ], - [ - -121.80388895799996, - 37.22437959000007 - ], - [ - -121.80386837499998, - 37.22448781200006 - ], - [ - -121.80386333899997, - 37.22451410000008 - ], - [ - -121.803642847, - 37.22464869800007 - ], - [ - -121.803643911, - 37.22466534900008 - ], - [ - -121.80365593199997, - 37.22485259000007 - ], - [ - -121.803112522, - 37.225066982000044 - ], - [ - -121.802985332, - 37.22510726500008 - ], - [ - -121.80285944699995, - 37.22515009700004 - ], - [ - -121.80273497799999, - 37.225195453000026 - ], - [ - -121.80265981199994, - 37.22523657600004 - ], - [ - -121.80258671899998, - 37.225280078000026 - ], - [ - -121.802515928, - 37.22532586800003 - ], - [ - -121.80240637599996, - 37.22538300600007 - ], - [ - -121.80229307499997, - 37.225435196000035 - ], - [ - -121.80217630899995, - 37.22548227400006 - ], - [ - -121.80202960699995, - 37.22552817500008 - ], - [ - -121.801880644, - 37.22556913400007 - ], - [ - -121.80172967699997, - 37.22560507900005 - ], - [ - -121.80156190899999, - 37.225659248000056 - ], - [ - -121.80139568099997, - 37.22571639700004 - ], - [ - -121.801231079, - 37.225776505000056 - ], - [ - -121.80120267799998, - 37.22578924900006 - ], - [ - -121.80117573599995, - 37.225803832000054 - ], - [ - -121.80115037399997, - 37.22582013700003 - ], - [ - -121.80112675599997, - 37.225838070000066 - ], - [ - -121.801105082, - 37.225857493000035 - ], - [ - -121.80108549099998, - 37.22587826500006 - ], - [ - -121.80106809899996, - 37.22590027200005 - ], - [ - -121.80105304399996, - 37.22592332900007 - ], - [ - -121.80104499699996, - 37.22593637400007 - ], - [ - -121.80103830399997, - 37.225949884000045 - ], - [ - -121.80103293599996, - 37.22596376900003 - ], - [ - -121.80102900399999, - 37.22597795900003 - ], - [ - -121.80102505399998, - 37.22599771100005 - ], - [ - -121.80101293899997, - 37.22602700600004 - ], - [ - -121.80099357499995, - 37.22605585700006 - ], - [ - -121.80096693399997, - 37.226082545000054 - ], - [ - -121.80093363999998, - 37.22610536900004 - ], - [ - -121.80089524399995, - 37.226122918000044 - ], - [ - -121.80085370599994, - 37.226134183000056 - ], - [ - -121.80081139599997, - 37.226138957000046 - ], - [ - -121.80077052599995, - 37.22613760300004 - ], - [ - -121.80073716399994, - 37.226131794000025 - ], - [ - -121.80067387999998, - 37.22611398000004 - ], - [ - -121.80061239499997, - 37.22609248200007 - ], - [ - -121.80055304899997, - 37.226067414000056 - ], - [ - -121.800501952, - 37.226039187000026 - ], - [ - -121.80044827599994, - 37.22601421500008 - ], - [ - -121.80039234399999, - 37.22599265800005 - ], - [ - -121.800370408, - 37.22598555400003 - ], - [ - -121.80035274299996, - 37.22598039400003 - ], - [ - -121.80025252599995, - 37.22596207400005 - ], - [ - -121.800150681, - 37.22595052500003 - ], - [ - -121.80004800999995, - 37.22594580600003 - ], - [ - -121.79996459199998, - 37.225945359000036 - ], - [ - -121.79988121799994, - 37.22594420200005 - ], - [ - -121.79979783199997, - 37.22594233700005 - ], - [ - -121.79968969699996, - 37.225937815000066 - ], - [ - -121.79969000999995, - 37.22598219400004 - ], - [ - -121.79952930299999, - 37.22597004000005 - ], - [ - -121.79934716099996, - 37.22596631600004 - ], - [ - -121.79900963399996, - 37.22589764000003 - ], - [ - -121.798973494, - 37.22589007600004 - ], - [ - -121.798367456, - 37.226062796000065 - ], - [ - -121.79799105999996, - 37.226205363000076 - ], - [ - -121.79758008099998, - 37.226212462000035 - ], - [ - -121.79757109499997, - 37.22621260600005 - ], - [ - -121.79758077099996, - 37.226133462000064 - ], - [ - -121.79758434899998, - 37.22610423700007 - ], - [ - -121.79758548499996, - 37.22609490900004 - ], - [ - -121.79721468499997, - 37.22610721700005 - ], - [ - -121.79694042499995, - 37.22611631700005 - ], - [ - -121.79692079799997, - 37.226109603000054 - ], - [ - -121.79675974999998, - 37.226054529000066 - ], - [ - -121.796652473, - 37.22585168000006 - ], - [ - -121.79655523599996, - 37.22577596800005 - ], - [ - -121.79642618099996, - 37.225675489000025 - ], - [ - -121.79588115399997, - 37.22587079900006 - ], - [ - -121.79587192599996, - 37.22587344100003 - ], - [ - -121.79558812199997, - 37.225954639000065 - ], - [ - -121.79537956799999, - 37.22601430800006 - ], - [ - -121.79537383299999, - 37.22604518000003 - ], - [ - -121.79532721199996, - 37.22629608600005 - ], - [ - -121.79502359699995, - 37.22630862400007 - ], - [ - -121.79472864899998, - 37.22615020300003 - ], - [ - -121.793387925, - 37.22623278900005 - ], - [ - -121.79337057099997, - 37.22623385900005 - ], - [ - -121.79336007799998, - 37.22623120000003 - ], - [ - -121.79317952399998, - 37.22618540700006 - ], - [ - -121.79313882199995, - 37.226172287000054 - ], - [ - -121.79245623399999, - 37.225952274000065 - ], - [ - -121.79238711799997, - 37.22592999300008 - ], - [ - -121.79189956699997, - 37.22603954700003 - ], - [ - -121.791779508, - 37.22607214300007 - ], - [ - -121.79161186699997, - 37.226117663000025 - ], - [ - -121.79148704799996, - 37.22570361800007 - ], - [ - -121.79153025699998, - 37.22531974200007 - ], - [ - -121.791729412, - 37.22509453400005 - ], - [ - -121.79173116299995, - 37.22509256500007 - ], - [ - -121.79187014299998, - 37.22493540800008 - ], - [ - -121.79139312499996, - 37.22431990900003 - ], - [ - -121.79128309899994, - 37.224277089000054 - ], - [ - -121.79101847199996, - 37.224174109000046 - ], - [ - -121.79067389699998, - 37.22404 - ], - [ - -121.79074386099995, - 37.223994806000064 - ], - [ - -121.790759574, - 37.22398465500004 - ], - [ - -121.79070509099995, - 37.22364205000008 - ], - [ - -121.79056430399999, - 37.22350658700003 - ], - [ - -121.79048292299996, - 37.22342826300007 - ], - [ - -121.79038054199998, - 37.22305508000005 - ], - [ - -121.79023907199996, - 37.22300772500006 - ], - [ - -121.78978107999995, - 37.222846848000074 - ], - [ - -121.78962263799997, - 37.222791233000066 - ], - [ - -121.78944444099994, - 37.222768477000045 - ], - [ - -121.78920967099998, - 37.22277486200005 - ], - [ - -121.78914406799998, - 37.222768192000046 - ], - [ - -121.78898903299995, - 37.22275250400003 - ], - [ - -121.78893360899997, - 37.22274691100006 - ], - [ - -121.78891230399995, - 37.22274474200003 - ], - [ - -121.78889088999995, - 37.22274946400006 - ], - [ - -121.788610501, - 37.22281096700004 - ], - [ - -121.78866328099997, - 37.22288074800008 - ], - [ - -121.788679302, - 37.222901973000035 - ], - [ - -121.78868660499995, - 37.22291379500007 - ], - [ - -121.78870391699996, - 37.22294178100003 - ], - [ - -121.78870711899998, - 37.22294822400005 - ], - [ - -121.78871915499997, - 37.22297223900006 - ], - [ - -121.788721297, - 37.22297700100006 - ], - [ - -121.78872495899998, - 37.222985222000034 - ], - [ - -121.78874027299997, - 37.223026736000065 - ], - [ - -121.78874911799994, - 37.22306172800006 - ], - [ - -121.78875464099997, - 37.223079932000076 - ], - [ - -121.78875861399996, - 37.22309458400008 - ], - [ - -121.78876112999995, - 37.22310943400004 - ], - [ - -121.78876216199995, - 37.223124416000076 - ], - [ - -121.78876170399997, - 37.223139368000034 - ], - [ - -121.78875981399995, - 37.223154290000025 - ], - [ - -121.78875837599998, - 37.22319214200007 - ], - [ - -121.78865975399998, - 37.22317628900004 - ], - [ - -121.788570145, - 37.22316187300004 - ], - [ - -121.78835475099999, - 37.22301024300003 - ], - [ - -121.78751749199995, - 37.22241584000005 - ], - [ - -121.78750328799998, - 37.222530214000074 - ], - [ - -121.78749474999995, - 37.22255805000003 - ], - [ - -121.78747295499994, - 37.22252892300003 - ], - [ - -121.78748126799996, - 37.22245650000008 - ], - [ - -121.78736840599998, - 37.22184741600006 - ], - [ - -121.78623969199998, - 37.22156180800005 - ], - [ - -121.78622198399995, - 37.22155733200003 - ], - [ - -121.78603805799997, - 37.22151078200005 - ], - [ - -121.78602443099999, - 37.22150731600004 - ], - [ - -121.78602031899999, - 37.22150630900006 - ], - [ - -121.785876638, - 37.22146483200004 - ], - [ - -121.78569544899995, - 37.22141255200006 - ], - [ - -121.78550912199995, - 37.22136117500003 - ], - [ - -121.78549357699995, - 37.22135481600003 - ], - [ - -121.78548415899996, - 37.221350966000045 - ], - [ - -121.78547326999995, - 37.22134900800006 - ], - [ - -121.78543110099997, - 37.22134143100004 - ], - [ - -121.78539581899997, - 37.221331930000076 - ], - [ - -121.78533100599998, - 37.22131291100004 - ], - [ - -121.78527939499998, - 37.22129432000003 - ], - [ - -121.78521698099996, - 37.221276602000046 - ], - [ - -121.78507933199995, - 37.221236341000065 - ], - [ - -121.78498841699997, - 37.22120907100003 - ], - [ - -121.78489058499997, - 37.22118228900007 - ], - [ - -121.78480677699997, - 37.221159371000056 - ], - [ - -121.78470823499998, - 37.22113242300003 - ], - [ - -121.78453044399998, - 37.22108140800003 - ], - [ - -121.78451845799998, - 37.22107794800007 - ], - [ - -121.78451517099995, - 37.22107699800006 - ], - [ - -121.78435157499996, - 37.22103081800003 - ], - [ - -121.78423496899995, - 37.22099746600003 - ], - [ - -121.78423036699996, - 37.22099589100003 - ], - [ - -121.78418812499996, - 37.22098143000005 - ], - [ - -121.78417423299999, - 37.22097918000003 - ], - [ - -121.78416484, - 37.220977008000034 - ], - [ - -121.78411176099996, - 37.22096473500005 - ], - [ - -121.78400084299994, - 37.22093267100007 - ], - [ - -121.78381101099995, - 37.22087702600004 - ], - [ - -121.78366842, - 37.220833957000025 - ], - [ - -121.78363765499995, - 37.22081561500005 - ], - [ - -121.78347834899995, - 37.22072083900008 - ], - [ - -121.78331907199998, - 37.220626038000034 - ], - [ - -121.78316415699999, - 37.22053352300003 - ], - [ - -121.782965779, - 37.22041504800006 - ], - [ - -121.78291932599996, - 37.22038476800003 - ], - [ - -121.78287544099999, - 37.22035616000005 - ], - [ - -121.78285371199996, - 37.22038766500003 - ], - [ - -121.78275256399996, - 37.22053464900006 - ], - [ - -121.78257935999994, - 37.220737745000065 - ], - [ - -121.78248932199995, - 37.220843337000076 - ], - [ - -121.78224226499998, - 37.22108441600005 - ], - [ - -121.781952516, - 37.22139483600006 - ], - [ - -121.77948860899994, - 37.22403420000006 - ], - [ - -121.77945757699996, - 37.22406919500003 - ], - [ - -121.779444502, - 37.224082821000025 - ], - [ - -121.77901333199998, - 37.224532390000036 - ], - [ - -121.77888066199995, - 37.22447714300006 - ], - [ - -121.77660855299996, - 37.22353050000004 - ], - [ - -121.77433442599994, - 37.22258301100004 - ], - [ - -121.77261290499996, - 37.22186569000007 - ], - [ - -121.77260310799994, - 37.22186183700006 - ], - [ - -121.77259306199994, - 37.22185839800005 - ], - [ - -121.77258281999997, - 37.22185537400003 - ], - [ - -121.77206823399996, - 37.221652720000066 - ], - [ - -121.77190944999995, - 37.221586029000036 - ], - [ - -121.77179585399995, - 37.221490420000066 - ], - [ - -121.77143973899996, - 37.221190798000066 - ], - [ - -121.77135328399999, - 37.221119087000034 - ], - [ - -121.771648428, - 37.22029993900003 - ], - [ - -121.77164154499997, - 37.22029749600006 - ], - [ - -121.77133745499998, - 37.22018894000007 - ], - [ - -121.76985357199999, - 37.21925713200005 - ], - [ - -121.76978431499998, - 37.21907355400003 - ], - [ - -121.76930574199997, - 37.21920562300005 - ], - [ - -121.76905624199998, - 37.219270978000054 - ], - [ - -121.76887378799995, - 37.21931871100003 - ], - [ - -121.76813815699995, - 37.218778142000076 - ], - [ - -121.76786396099999, - 37.21841971200007 - ], - [ - -121.76776253799994, - 37.21829530800005 - ], - [ - -121.76769467899999, - 37.218226048000076 - ], - [ - -121.76764799199998, - 37.21817841700005 - ], - [ - -121.76752116499995, - 37.21806989800007 - ], - [ - -121.76715356899996, - 37.21757699600005 - ], - [ - -121.76693104299994, - 37.21741979700005 - ], - [ - -121.76677908199997, - 37.21731248900005 - ], - [ - -121.76662962299997, - 37.21720414600003 - ], - [ - -121.76648129499995, - 37.21709668400007 - ], - [ - -121.76623430199999, - 37.21691754500006 - ], - [ - -121.76592625599994, - 37.21669399900003 - ], - [ - -121.76578652899997, - 37.21659239400003 - ], - [ - -121.76564096599998, - 37.21647901700004 - ], - [ - -121.76560519099996, - 37.21651124400006 - ], - [ - -121.76546107499996, - 37.216408931000046 - ], - [ - -121.76534548999996, - 37.21632684100007 - ], - [ - -121.76521310899994, - 37.21623282200005 - ], - [ - -121.76493307699997, - 37.21601931400005 - ], - [ - -121.76480483299997, - 37.21592657400004 - ], - [ - -121.76480698699999, - 37.215923177000036 - ], - [ - -121.76480804699997, - 37.21592150400005 - ], - [ - -121.76480843699994, - 37.21592089100005 - ], - [ - -121.765028385, - 37.21557406100004 - ], - [ - -121.76513664599997, - 37.21540334800005 - ], - [ - -121.765085635, - 37.21540412500008 - ], - [ - -121.76507806499995, - 37.215404241000044 - ], - [ - -121.76343049599996, - 37.21542931500005 - ], - [ - -121.76284972899998, - 37.21543814800003 - ], - [ - -121.76095689299996, - 37.216464158000065 - ], - [ - -121.759501678, - 37.217240392000065 - ], - [ - -121.75900790199995, - 37.21750377200004 - ], - [ - -121.75893639599997, - 37.21754191200006 - ], - [ - -121.75893631999998, - 37.21754195300008 - ], - [ - -121.758936157, - 37.21754204000007 - ], - [ - -121.75893586199999, - 37.21754219700006 - ], - [ - -121.75892667399995, - 37.21753812500003 - ], - [ - -121.75892366399995, - 37.217536790000054 - ], - [ - -121.75886741999994, - 37.21751185900007 - ], - [ - -121.75880514499994, - 37.217484254000055 - ], - [ - -121.75868072299994, - 37.21742910200004 - ], - [ - -121.75859778399996, - 37.217392338000025 - ], - [ - -121.75854815999998, - 37.21737312400006 - ], - [ - -121.75850592799998, - 37.217356954000024 - ], - [ - -121.75849080499995, - 37.21734955000005 - ], - [ - -121.75842583099995, - 37.217317741000045 - ], - [ - -121.75823729099994, - 37.217225435000046 - ], - [ - -121.75952469499998, - 37.21653547900007 - ], - [ - -121.759651771, - 37.21646689200003 - ], - [ - -121.76153804299997, - 37.21544877600007 - ], - [ - -121.76334774399999, - 37.21451936400007 - ], - [ - -121.76520685699995, - 37.21360621100007 - ], - [ - -121.76574098799995, - 37.21331239700004 - ], - [ - -121.77409395499996, - 37.208716982000055 - ], - [ - -121.77415804499998, - 37.20868171800004 - ], - [ - -121.775362697, - 37.20721438600003 - ], - [ - -121.77591461599997, - 37.20654209500003 - ], - [ - -121.77934592899999, - 37.202362092000044 - ], - [ - -121.77903487199995, - 37.20208911800006 - ], - [ - -121.77861593699998, - 37.20172147000005 - ], - [ - -121.77575391399995, - 37.19920965000006 - ], - [ - -121.77320822499996, - 37.19697526500005 - ], - [ - -121.77290219199995, - 37.19670664700004 - ], - [ - -121.77252685499997, - 37.19637716200003 - ], - [ - -121.77020674099998, - 37.19434042800003 - ], - [ - -121.76549605799994, - 37.19019603600003 - ], - [ - -121.76593532699997, - 37.18769780000008 - ], - [ - -121.76776407399996, - 37.18587359300005 - ], - [ - -121.76789942899995, - 37.18573856900008 - ], - [ - -121.76808623199997, - 37.18555221400004 - ], - [ - -121.76796287199994, - 37.185518417000026 - ], - [ - -121.76788026899999, - 37.18550393600003 - ], - [ - -121.76788026099996, - 37.185503839000035 - ], - [ - -121.76789139999994, - 37.185435262000055 - ], - [ - -121.76801113399995, - 37.18545588500007 - ], - [ - -121.76823135999996, - 37.185492891000024 - ], - [ - -121.768542664, - 37.185542733000034 - ], - [ - -121.76890183599994, - 37.18559956200005 - ], - [ - -121.76908698399996, - 37.18562788200006 - ], - [ - -121.76940335199998, - 37.18567933800006 - ], - [ - -121.76960207399998, - 37.18571684900007 - ], - [ - -121.76969839599997, - 37.18573855600005 - ], - [ - -121.76987518399994, - 37.185781614000064 - ], - [ - -121.77004283699995, - 37.18582758600007 - ], - [ - -121.770063156, - 37.185833020000075 - ], - [ - -121.77008319799995, - 37.18583900400006 - ], - [ - -121.77010301999996, - 37.18584554200004 - ], - [ - -121.77033561999997, - 37.18592203000003 - ], - [ - -121.770529308, - 37.185991570000056 - ], - [ - -121.770746154, - 37.18607880400003 - ], - [ - -121.77092914299999, - 37.18616178000008 - ], - [ - -121.77109972, - 37.18624841800005 - ], - [ - -121.77131761399994, - 37.186365212000055 - ], - [ - -121.77150926399997, - 37.18648128500007 - ], - [ - -121.77162849099994, - 37.18655966600005 - ], - [ - -121.77172456299996, - 37.186627153000074 - ], - [ - -121.77184704899997, - 37.186717058000056 - ], - [ - -121.771968572, - 37.18680756900005 - ], - [ - -121.77206990199994, - 37.186886420000064 - ], - [ - -121.77236023999995, - 37.187119481000025 - ], - [ - -121.77267014399996, - 37.18737256400004 - ], - [ - -121.77291761899994, - 37.18756637600006 - ], - [ - -121.77309952599995, - 37.18769802500003 - ], - [ - -121.77320333799997, - 37.187769753000055 - ], - [ - -121.77331030399995, - 37.18783842300007 - ], - [ - -121.77342027699996, - 37.18790399400007 - ], - [ - -121.77364826099995, - 37.188019645000054 - ], - [ - -121.77388686599994, - 37.18812066700008 - ], - [ - -121.77413462499999, - 37.188206413000046 - ], - [ - -121.77438998399998, - 37.18827639700004 - ], - [ - -121.77443949199994, - 37.18828813300007 - ], - [ - -121.77462615099995, - 37.18832755700004 - ], - [ - -121.77474374099995, - 37.18834855700004 - ], - [ - -121.77496726299995, - 37.188380204000055 - ], - [ - -121.77497615399994, - 37.18838145700005 - ], - [ - -121.77521116099996, - 37.18839867200006 - ], - [ - -121.77544715699997, - 37.18840005900006 - ], - [ - -121.775682153, - 37.18839312400007 - ], - [ - -121.77614047299994, - 37.18837752700006 - ], - [ - -121.77649767499997, - 37.18836472500004 - ], - [ - -121.77681552699994, - 37.18835129900003 - ], - [ - -121.77716016, - 37.188339547000055 - ], - [ - -121.77787897899998, - 37.188319497000066 - ], - [ - -121.77833782299996, - 37.18830452700007 - ], - [ - -121.77889393399994, - 37.188287598000045 - ], - [ - -121.779433467, - 37.18826981800004 - ], - [ - -121.77995735899998, - 37.188252687000045 - ], - [ - -121.78011182199998, - 37.18824756600003 - ], - [ - -121.78029244599998, - 37.18824158000007 - ], - [ - -121.78032190899995, - 37.188172681000026 - ], - [ - -121.78125451299996, - 37.18776242900003 - ], - [ - -121.78130593799995, - 37.18773982300007 - ], - [ - -121.78324875399994, - 37.18666840000003 - ], - [ - -121.78523252199994, - 37.18557433700005 - ], - [ - -121.78525406299997, - 37.18456426200004 - ], - [ - -121.78646189999995, - 37.18415948100005 - ], - [ - -121.786161914, - 37.183240058000024 - ], - [ - -121.78724216399996, - 37.18325298700006 - ], - [ - -121.78848302799997, - 37.18379331800003 - ], - [ - -121.78875958299994, - 37.18457290900005 - ], - [ - -121.78909958599996, - 37.18553127600006 - ], - [ - -121.78911955299998, - 37.18558763900006 - ], - [ - -121.78912532399994, - 37.185603849000074 - ], - [ - -121.79035729499998, - 37.18591898100004 - ], - [ - -121.79259051799994, - 37.18649015900007 - ], - [ - -121.79305452499995, - 37.18631773100003 - ], - [ - -121.79438348699995, - 37.18582393100007 - ], - [ - -121.79439170299997, - 37.185820886000045 - ], - [ - -121.79450014699995, - 37.185780590000036 - ], - [ - -121.79453397499998, - 37.18576801700004 - ], - [ - -121.79456668399996, - 37.185755863000054 - ], - [ - -121.79455720699997, - 37.18574602500007 - ], - [ - -121.794528088, - 37.18569573700006 - ], - [ - -121.79502927399994, - 37.18550626700005 - ], - [ - -121.795060692, - 37.18549438800005 - ], - [ - -121.794954997, - 37.185318679000034 - ], - [ - -121.79443971299997, - 37.184462016000055 - ], - [ - -121.79443929699994, - 37.18446132500003 - ], - [ - -121.79432197099999, - 37.184266413000046 - ], - [ - -121.79492893399998, - 37.18404043400005 - ], - [ - -121.79494239899998, - 37.18403542100003 - ], - [ - -121.79494459399996, - 37.18403460400003 - ], - [ - -121.79494431299997, - 37.18403411700007 - ], - [ - -121.79468893499995, - 37.183592315000055 - ], - [ - -121.79463451199996, - 37.18349826900004 - ], - [ - -121.79458012099997, - 37.18340428300007 - ], - [ - -121.79451154499998, - 37.18328577200003 - ], - [ - -121.79422019299994, - 37.18278229300006 - ], - [ - -121.79497157599997, - 37.183076183000026 - ], - [ - -121.79517656899998, - 37.18337171500008 - ], - [ - -121.79555116699999, - 37.18342738800004 - ], - [ - -121.79569391399997, - 37.183256339000025 - ], - [ - -121.79614815199994, - 37.18331167400004 - ], - [ - -121.79617574899999, - 37.183504189000075 - ], - [ - -121.79620735799995, - 37.18373571200004 - ], - [ - -121.79636691499996, - 37.18490437600008 - ], - [ - -121.796378404, - 37.18498851700008 - ], - [ - -121.79715246699999, - 37.185438807000025 - ], - [ - -121.79726373499994, - 37.18556618800005 - ], - [ - -121.79737354799994, - 37.18569190300008 - ], - [ - -121.796982142, - 37.18595021800007 - ], - [ - -121.79694428599998, - 37.185975204000044 - ], - [ - -121.79703459899997, - 37.18611645400006 - ], - [ - -121.79706662899997, - 37.18616655000005 - ], - [ - -121.796833591, - 37.18636685100006 - ], - [ - -121.79681516299996, - 37.18638269200005 - ], - [ - -121.79696179299998, - 37.18659584100004 - ], - [ - -121.79727270999996, - 37.18643922200005 - ], - [ - -121.79734502499997, - 37.186477506000074 - ], - [ - -121.79739321899996, - 37.18650302000003 - ], - [ - -121.79750514399996, - 37.186963278000064 - ], - [ - -121.79754982499998, - 37.186951597000075 - ], - [ - -121.79760354299998, - 37.18693755500004 - ], - [ - -121.79764924799997, - 37.186975725000025 - ], - [ - -121.79784330599995, - 37.18688896700007 - ], - [ - -121.79809152499996, - 37.18677799300008 - ], - [ - -121.79837217999994, - 37.186417075000065 - ], - [ - -121.79843546499995, - 37.18633569000008 - ], - [ - -121.79852157099998, - 37.186382077000076 - ], - [ - -121.79858916699999, - 37.18641849200003 - ], - [ - -121.79862042699995, - 37.186435334000066 - ], - [ - -121.79862467999999, - 37.18650258300005 - ], - [ - -121.79862518199997, - 37.18651052400003 - ], - [ - -121.79864613499996, - 37.18684250900003 - ], - [ - -121.79865271299997, - 37.18694667200003 - ], - [ - -121.79865476999998, - 37.186979250000036 - ], - [ - -121.79865651399996, - 37.18700688000007 - ], - [ - -121.79865684299995, - 37.18701209000005 - ], - [ - -121.79869260199996, - 37.18700403300005 - ], - [ - -121.79919947199994, - 37.18688984000005 - ], - [ - -121.79926575099995, - 37.18696006500005 - ], - [ - -121.79930673799998, - 37.18700349100004 - ], - [ - -121.79935852299997, - 37.18705835800006 - ], - [ - -121.79943329899999, - 37.18713758400003 - ], - [ - -121.79945622099996, - 37.18716187000007 - ], - [ - -121.79945903599997, - 37.18716231600007 - ], - [ - -121.79969279199997, - 37.18719945400005 - ], - [ - -121.79991363199997, - 37.18723453800004 - ], - [ - -121.79992388799997, - 37.187288731000024 - ], - [ - -121.79993129399998, - 37.18732785000003 - ], - [ - -121.79993954099996, - 37.18737141300005 - ], - [ - -121.79994949699994, - 37.187424011000076 - ], - [ - -121.79995634699998, - 37.18746019400004 - ], - [ - -121.799972342, - 37.18754469600003 - ], - [ - -121.79998507299996, - 37.187611943000036 - ], - [ - -121.80022568399994, - 37.18784826500007 - ], - [ - -121.800246545, - 37.18786875400008 - ], - [ - -121.80021788799996, - 37.18787303700003 - ], - [ - -121.800138017, - 37.18788497700007 - ], - [ - -121.79975623899998, - 37.18794204900007 - ], - [ - -121.79963569299997, - 37.18796006800005 - ], - [ - -121.799589847, - 37.18797871700008 - ], - [ - -121.79927765899998, - 37.188105706000044 - ], - [ - -121.79926850899994, - 37.188109428000075 - ], - [ - -121.79927046999995, - 37.188137264000034 - ], - [ - -121.79927566499998, - 37.18821102000004 - ], - [ - -121.79929749999997, - 37.188521008000066 - ], - [ - -121.79930355399995, - 37.18860695500007 - ], - [ - -121.79937134499994, - 37.18862067800006 - ], - [ - -121.79941735699998, - 37.188629992000074 - ], - [ - -121.79976740799998, - 37.188700855000036 - ], - [ - -121.80081055699998, - 37.18869190000004 - ], - [ - -121.80081653099995, - 37.18871397600003 - ], - [ - -121.80081714399995, - 37.18871624600007 - ], - [ - -121.80087359299995, - 37.18892486900006 - ], - [ - -121.80095254199995, - 37.18921664000004 - ], - [ - -121.80095521299995, - 37.18922650800005 - ], - [ - -121.80096528999997, - 37.18922347500006 - ], - [ - -121.80098834499995, - 37.18921653700005 - ], - [ - -121.80137808599994, - 37.189099225000064 - ], - [ - -121.80156118999997, - 37.189044110000054 - ], - [ - -121.80156705199994, - 37.18904136300006 - ], - [ - -121.80179800099995, - 37.18893320500007 - ], - [ - -121.80181728099996, - 37.18892417500007 - ], - [ - -121.80186739699997, - 37.18890070400005 - ], - [ - -121.80211118999995, - 37.18896534800007 - ], - [ - -121.80210996699998, - 37.18899238400007 - ], - [ - -121.80209119299997, - 37.18940728200005 - ], - [ - -121.80208972599996, - 37.18943973000006 - ], - [ - -121.80212214499994, - 37.18944665600003 - ], - [ - -121.80246585699996, - 37.18952007000007 - ], - [ - -121.80248683199994, - 37.18951836700006 - ], - [ - -121.80297524099996, - 37.18947873600007 - ], - [ - -121.80300182499997, - 37.18949583300008 - ], - [ - -121.80300527999998, - 37.18949805500006 - ], - [ - -121.80322054899995, - 37.18963649600005 - ], - [ - -121.80336779799995, - 37.18973119300006 - ], - [ - -121.80367977499998, - 37.18993182200006 - ], - [ - -121.80377667099998, - 37.18987645200008 - ], - [ - -121.80377814899998, - 37.18987560800008 - ], - [ - -121.80412764299996, - 37.189675890000046 - ], - [ - -121.80413104399997, - 37.189018127000054 - ], - [ - -121.80443718199996, - 37.18896584600003 - ], - [ - -121.80475403899999, - 37.18927797300006 - ], - [ - -121.80476868499994, - 37.189292400000056 - ], - [ - -121.80483357799994, - 37.18935632400007 - ], - [ - -121.80487308, - 37.18937472600004 - ], - [ - -121.80566227899999, - 37.18974236400004 - ], - [ - -121.80574729699998, - 37.18978196900008 - ], - [ - -121.80576692899996, - 37.18977683700007 - ], - [ - -121.80585002899994, - 37.189755115000025 - ], - [ - -121.80654431099998, - 37.18957363800007 - ], - [ - -121.80726376399997, - 37.189512516000036 - ], - [ - -121.80734070199998, - 37.189505979000046 - ], - [ - -121.80737142499999, - 37.18946966800007 - ], - [ - -121.80742621999997, - 37.18940490400007 - ], - [ - -121.80763944899996, - 37.18915227400004 - ], - [ - -121.80769547199998, - 37.18908589900008 - ], - [ - -121.808102771, - 37.18860333500004 - ], - [ - -121.80836432199999, - 37.18850126500007 - ], - [ - -121.80848942399996, - 37.18845244400006 - ], - [ - -121.80866054399996, - 37.188385664000066 - ], - [ - -121.80897526499996, - 37.18826284100004 - ], - [ - -121.80900853299994, - 37.18824985800006 - ], - [ - -121.80990634699998, - 37.18795368800005 - ], - [ - -121.80999384699999, - 37.18788381100006 - ], - [ - -121.81020613499999, - 37.18771428100007 - ], - [ - -121.81020735199996, - 37.187713675000055 - ], - [ - -121.81059093099998, - 37.18752253800005 - ], - [ - -121.81072044099994, - 37.187458004000064 - ], - [ - -121.81131530799996, - 37.18716157700004 - ], - [ - -121.81138731899995, - 37.18712569300004 - ], - [ - -121.81168088599998, - 37.186979405000045 - ], - [ - -121.81170400099995, - 37.18696788700004 - ], - [ - -121.81186304099998, - 37.186962125000036 - ], - [ - -121.81198991199994, - 37.18695752700006 - ], - [ - -121.81200354599997, - 37.18691615300003 - ], - [ - -121.812033494, - 37.18682526500004 - ], - [ - -121.81213422399998, - 37.18651957600008 - ], - [ - -121.81230487, - 37.18646864600004 - ], - [ - -121.81237445, - 37.18644787900007 - ], - [ - -121.812603293, - 37.18637957900006 - ], - [ - -121.81288130399997, - 37.18629660300007 - ], - [ - -121.81307090699994, - 37.186201561000075 - ], - [ - -121.81312945199994, - 37.186172215000056 - ], - [ - -121.81314959599996, - 37.18617535300007 - ], - [ - -121.81323000599997, - 37.186187878000055 - ], - [ - -121.81351493899996, - 37.18623226500006 - ], - [ - -121.81358853799998, - 37.18620620000007 - ], - [ - -121.81399473299996, - 37.186062356000036 - ], - [ - -121.81434434099998, - 37.18611565200007 - ], - [ - -121.81438573799994, - 37.18606413200007 - ], - [ - -121.81486053699996, - 37.18547323300004 - ], - [ - -121.81466745199998, - 37.18465996100008 - ], - [ - -121.81419248799995, - 37.184085906000064 - ], - [ - -121.81398819099996, - 37.18365186900007 - ], - [ - -121.81381409799997, - 37.18341062200005 - ], - [ - -121.81349829199996, - 37.18214894700003 - ], - [ - -121.81344287, - 37.18192752300007 - ], - [ - -121.81343916199995, - 37.18191270500006 - ], - [ - -121.81342376899994, - 37.18190072900006 - ], - [ - -121.81286816599999, - 37.18146847700007 - ], - [ - -121.81290284199997, - 37.18141133600005 - ], - [ - -121.81309953099998, - 37.18108722000005 - ], - [ - -121.81455410799998, - 37.17986317900005 - ], - [ - -121.81473247599996, - 37.17931447800004 - ], - [ - -121.81493870999998, - 37.17920590700004 - ], - [ - -121.81495105099998, - 37.17907140700004 - ], - [ - -121.81475331299998, - 37.17885734500004 - ], - [ - -121.81482649999998, - 37.17877826300003 - ], - [ - -121.81503455199999, - 37.17855343700006 - ], - [ - -121.814865635, - 37.17833511500004 - ], - [ - -121.81470956399994, - 37.17813340500004 - ], - [ - -121.81494392599996, - 37.177424374000054 - ], - [ - -121.81511300399995, - 37.17746777000008 - ], - [ - -121.81567402999997, - 37.177611686000034 - ], - [ - -121.81581721499998, - 37.17754900500006 - ], - [ - -121.81589499599994, - 37.17751496200003 - ], - [ - -121.81586334499997, - 37.17750769700007 - ], - [ - -121.81584002599999, - 37.17750244200005 - ], - [ - -121.81579766599998, - 37.177489689000026 - ], - [ - -121.81578277299997, - 37.17748060900004 - ], - [ - -121.81575926399995, - 37.177466294000055 - ], - [ - -121.81573166099997, - 37.17744348600007 - ], - [ - -121.815730697, - 37.17744232800004 - ], - [ - -121.81571285599995, - 37.177420074000054 - ], - [ - -121.81571202599997, - 37.17741843600004 - ], - [ - -121.81570569999997, - 37.177405185000055 - ], - [ - -121.81570545399995, - 37.17740420400003 - ], - [ - -121.81570044199998, - 37.17738269900008 - ], - [ - -121.81570027999999, - 37.17738162400008 - ], - [ - -121.81570108299996, - 37.17735897700004 - ], - [ - -121.81570134999998, - 37.17735780600003 - ], - [ - -121.81570425899997, - 37.177345917000025 - ], - [ - -121.81572092299996, - 37.17730938100004 - ], - [ - -121.81572246499996, - 37.17730597600007 - ], - [ - -121.81572530499994, - 37.17730157200003 - ], - [ - -121.81575501699996, - 37.17725545900004 - ], - [ - -121.815786732, - 37.17721916600004 - ], - [ - -121.81579040599996, - 37.177214958000036 - ], - [ - -121.81580396299995, - 37.17720191900003 - ], - [ - -121.81583298699996, - 37.17717522400005 - ], - [ - -121.81585891499998, - 37.17714652600006 - ], - [ - -121.81588160899997, - 37.17711621500007 - ], - [ - -121.81589810199995, - 37.17708938700008 - ], - [ - -121.81589895599996, - 37.17708752300007 - ], - [ - -121.81591909999997, - 37.17704389900007 - ], - [ - -121.81592102899998, - 37.177039757000045 - ], - [ - -121.815924495, - 37.177028593000045 - ], - [ - -121.81592974699998, - 37.177011710000045 - ], - [ - -121.81593169899998, - 37.177005508000036 - ], - [ - -121.815934487, - 37.176993276000076 - ], - [ - -121.81593464699995, - 37.17699096300004 - ], - [ - -121.81593577999996, - 37.17697401200007 - ], - [ - -121.81593593599996, - 37.17697156100007 - ], - [ - -121.81593460499994, - 37.17696090900006 - ], - [ - -121.81593267299996, - 37.17694550400006 - ], - [ - -121.81593197899997, - 37.17694008600006 - ], - [ - -121.815929757, - 37.17693093200006 - ], - [ - -121.81592497399998, - 37.176911027000074 - ], - [ - -121.81592340399999, - 37.176904680000064 - ], - [ - -121.81592103599996, - 37.17689848200007 - ], - [ - -121.81590967799997, - 37.17686910400005 - ], - [ - -121.81590730999994, - 37.17686297400007 - ], - [ - -121.81590615599998, - 37.17686088000005 - ], - [ - -121.81588439499996, - 37.17682212200003 - ], - [ - -121.81588259199998, - 37.176818893000075 - ], - [ - -121.81587594099994, - 37.17680990300005 - ], - [ - -121.815864337, - 37.17679417000005 - ], - [ - -121.81586061599995, - 37.17678913200007 - ], - [ - -121.81585352599996, - 37.176781246000075 - ], - [ - -121.81584004899997, - 37.17676638100005 - ], - [ - -121.81583529399995, - 37.176761147000036 - ], - [ - -121.81582866599996, - 37.176755111000034 - ], - [ - -121.81581293699998, - 37.17674070700008 - ], - [ - -121.81580686199999, - 37.17673514400008 - ], - [ - -121.81580010599998, - 37.17673002500004 - ], - [ - -121.81578349399996, - 37.176717438000026 - ], - [ - -121.81577549199994, - 37.17671137200006 - ], - [ - -121.81575445399994, - 37.17669597500003 - ], - [ - -121.81574981899996, - 37.176692616000025 - ], - [ - -121.81574579599999, - 37.17668993700005 - ], - [ - -121.81574070299996, - 37.17668669900007 - ], - [ - -121.815736545, - 37.17668441100005 - ], - [ - -121.81573088599998, - 37.17668145300007 - ], - [ - -121.81572667599994, - 37.17667955500008 - ], - [ - -121.81572062299995, - 37.176676945000054 - ], - [ - -121.81571639099997, - 37.176675414000044 - ], - [ - -121.81570982999995, - 37.176673175000076 - ], - [ - -121.81570568999996, - 37.176672008000025 - ], - [ - -121.81569867899998, - 37.17667018700007 - ], - [ - -121.81569465899997, - 37.17666936400008 - ], - [ - -121.81568719799998, - 37.17666800400008 - ], - [ - -121.81567555999999, - 37.17666664700005 - ], - [ - -121.81566379599997, - 37.176666186000034 - ], - [ - -121.81565204399999, - 37.17666652400004 - ], - [ - -121.81564036599997, - 37.17666768500004 - ], - [ - -121.81561950699995, - 37.17667073500007 - ], - [ - -121.81560926499998, - 37.17667215500006 - ], - [ - -121.81559013999998, - 37.17667447600007 - ], - [ - -121.81558474399998, - 37.17667510900003 - ], - [ - -121.81555303399995, - 37.17667752500006 - ], - [ - -121.815549692, - 37.17667779200008 - ], - [ - -121.81545913999997, - 37.17667686500005 - ], - [ - -121.81545533299999, - 37.176676679000025 - ], - [ - -121.81543912399997, - 37.176675672000044 - ], - [ - -121.81536882199998, - 37.176671449000025 - ], - [ - -121.81535884899995, - 37.17667037100006 - ], - [ - -121.81532471399998, - 37.17666656600005 - ], - [ - -121.81527914399999, - 37.176661539000065 - ], - [ - -121.81523370199994, - 37.17665577900004 - ], - [ - -121.81523235399999, - 37.17665554200005 - ], - [ - -121.815189305, - 37.17664746600008 - ], - [ - -121.81518758099998, - 37.17664709600007 - ], - [ - -121.81518628699996, - 37.176646653000034 - ], - [ - -121.81514873599997, - 37.17663251700003 - ], - [ - -121.81514740799997, - 37.17663175400003 - ], - [ - -121.81510857499995, - 37.17660815600004 - ], - [ - -121.815107093, - 37.17660679900007 - ], - [ - -121.81507364, - 37.17657345900005 - ], - [ - -121.815073053, - 37.17657259600003 - ], - [ - -121.81505429199996, - 37.17654190600007 - ], - [ - -121.815053321, - 37.176540361000036 - ], - [ - -121.81503434799998, - 37.176502509000045 - ], - [ - -121.815034159, - 37.17650154900008 - ], - [ - -121.81502932599994, - 37.176467338000066 - ], - [ - -121.81502950599997, - 37.17646621500006 - ], - [ - -121.81503556799998, - 37.17643183500007 - ], - [ - -121.81504720199996, - 37.17640693800007 - ], - [ - -121.81504820699996, - 37.17640552900008 - ], - [ - -121.81506740199995, - 37.17638112000003 - ], - [ - -121.81506903499996, - 37.176379636000036 - ], - [ - -121.81508532199996, - 37.17636555900003 - ], - [ - -121.81518926499996, - 37.17631952700003 - ], - [ - -121.81519233299997, - 37.17631825600006 - ], - [ - -121.81529110099996, - 37.17628210100003 - ], - [ - -121.81529371599999, - 37.176281180000046 - ], - [ - -121.81537621399997, - 37.17625518700004 - ], - [ - -121.81551601199999, - 37.17621310000004 - ], - [ - -121.81559302, - 37.17618717000005 - ], - [ - -121.815626066, - 37.17617613200008 - ], - [ - -121.81564014199995, - 37.17617146400005 - ], - [ - -121.81566664399998, - 37.17615438800004 - ], - [ - -121.81568304999996, - 37.17612918400005 - ], - [ - -121.81568574, - 37.17610468600003 - ], - [ - -121.81567725399998, - 37.176080908000074 - ], - [ - -121.815658569, - 37.17606104300006 - ], - [ - -121.81563805199994, - 37.17605079000003 - ], - [ - -121.81563155799995, - 37.17604754400003 - ], - [ - -121.81562061499994, - 37.176043341000025 - ], - [ - -121.81559950499997, - 37.17603524800006 - ], - [ - -121.81558925099995, - 37.17603131100003 - ], - [ - -121.81558166299999, - 37.17602915300006 - ], - [ - -121.81552192499998, - 37.17601231500004 - ], - [ - -121.81552051799997, - 37.17601203300006 - ], - [ - -121.81546643099995, - 37.17600252400007 - ], - [ - -121.81546063499997, - 37.17600149100008 - ], - [ - -121.81545040799995, - 37.176000713000064 - ], - [ - -121.81540291599998, - 37.17599701200004 - ], - [ - -121.81539291899998, - 37.175996232000045 - ], - [ - -121.81538803099994, - 37.17599640200007 - ], - [ - -121.81531764399995, - 37.17599863600003 - ], - [ - -121.815311641, - 37.17599881800004 - ], - [ - -121.81530105299998, - 37.17600026400004 - ], - [ - -121.81526358399998, - 37.17600537800007 - ], - [ - -121.81525308299996, - 37.17600682300008 - ], - [ - -121.81524804099996, - 37.17600804800003 - ], - [ - -121.81518315399995, - 37.176023702000066 - ], - [ - -121.81518138899997, - 37.17602415600004 - ], - [ - -121.81517689499998, - 37.17602555800005 - ], - [ - -121.81517197599999, - 37.17602730600004 - ], - [ - -121.81511505199995, - 37.17604847800004 - ], - [ - -121.81510934, - 37.17605064900005 - ], - [ - -121.81508282099998, - 37.17606358200004 - ], - [ - -121.81506722399996, - 37.176071265000076 - ], - [ - -121.81506316899998, - 37.17607330300007 - ], - [ - -121.81497863699997, - 37.17611550000004 - ], - [ - -121.81490198599994, - 37.176156785000046 - ], - [ - -121.81482273299997, - 37.17619979300008 - ], - [ - -121.81481740399994, - 37.176202645000046 - ], - [ - -121.81475357799997, - 37.17623634600005 - ], - [ - -121.81471263499998, - 37.17625706500007 - ], - [ - -121.81470755899994, - 37.17625961600004 - ], - [ - -121.81469656499996, - 37.17626395100007 - ], - [ - -121.81467642399997, - 37.176271892000045 - ], - [ - -121.81466971999998, - 37.17627453100005 - ], - [ - -121.81465637699995, - 37.17627877800004 - ], - [ - -121.81464835599996, - 37.17628138600003 - ], - [ - -121.81463987899997, - 37.17628402300005 - ], - [ - -121.814592415, - 37.17629661800004 - ], - [ - -121.81453144199997, - 37.176313693000054 - ], - [ - -121.81446635599997, - 37.17633101900003 - ], - [ - -121.81445673099995, - 37.17633357700004 - ], - [ - -121.81443689999998, - 37.176338034000025 - ], - [ - -121.81438732099997, - 37.176349120000054 - ], - [ - -121.81434091699998, - 37.17635525000003 - ], - [ - -121.81433091899999, - 37.17635110400005 - ], - [ - -121.81432363299996, - 37.17634672300005 - ], - [ - -121.81432321699998, - 37.17634579000003 - ], - [ - -121.81431760799995, - 37.17633264500006 - ], - [ - -121.81431258999999, - 37.17631569400004 - ], - [ - -121.814312455, - 37.176314552000065 - ], - [ - -121.81431110199998, - 37.17629939100004 - ], - [ - -121.81431106599996, - 37.17628591000005 - ], - [ - -121.81431106199994, - 37.17628240800008 - ], - [ - -121.81431195, - 37.17627919300003 - ], - [ - -121.81431847699997, - 37.17625503900007 - ], - [ - -121.81433697899996, - 37.176223771000025 - ], - [ - -121.81437090699995, - 37.176192900000046 - ], - [ - -121.81437384499998, - 37.17619085300004 - ], - [ - -121.814408991, - 37.17616745400005 - ], - [ - -121.81441227099998, - 37.176165265000066 - ], - [ - -121.81441833799994, - 37.17616213100007 - ], - [ - -121.81444778999997, - 37.17614694300005 - ], - [ - -121.81445419899995, - 37.176143644000035 - ], - [ - -121.81445703999998, - 37.17614260500005 - ], - [ - -121.81451626799998, - 37.176120652000066 - ], - [ - -121.81457674599994, - 37.17609985200005 - ], - [ - -121.81459251399997, - 37.17609367800003 - ], - [ - -121.81462001499995, - 37.17608290800007 - ], - [ - -121.81465231499999, - 37.17607030000005 - ], - [ - -121.81468907099998, - 37.176053772000046 - ], - [ - -121.81471543599997, - 37.17604189300005 - ], - [ - -121.81472959899997, - 37.176035554000066 - ], - [ - -121.81477972099998, - 37.17600983400007 - ], - [ - -121.81480325099994, - 37.17599776000003 - ], - [ - -121.81480489399996, - 37.175996894000036 - ], - [ - -121.81485764799999, - 37.17596620100005 - ], - [ - -121.81486429999995, - 37.175962189000074 - ], - [ - -121.81491014799997, - 37.17593413800006 - ], - [ - -121.81491565899995, - 37.175930322000056 - ], - [ - -121.81495988499995, - 37.17589949500007 - ], - [ - -121.81497638599996, - 37.17588795700004 - ], - [ - -121.81498839299996, - 37.17587937500008 - ], - [ - -121.81509821799995, - 37.17580015500005 - ], - [ - -121.81510084399997, - 37.17579815800008 - ], - [ - -121.81515458799998, - 37.17575717600005 - ], - [ - -121.81516940499995, - 37.17574579400008 - ], - [ - -121.81519901299998, - 37.17572305200008 - ], - [ - -121.81520062499999, - 37.17572207200004 - ], - [ - -121.81524033199997, - 37.17569939900005 - ], - [ - -121.815244609, - 37.17569692500007 - ], - [ - -121.81524730599995, - 37.17569584200004 - ], - [ - -121.81529891499997, - 37.17567500400003 - ], - [ - -121.815302665, - 37.17567349600006 - ], - [ - -121.81530673599997, - 37.175672398000074 - ], - [ - -121.81534582699999, - 37.17566191000003 - ], - [ - -121.81534807699995, - 37.175661336000076 - ], - [ - -121.81535041399997, - 37.175660943000025 - ], - [ - -121.81539582799996, - 37.17565377100004 - ], - [ - -121.81540119099998, - 37.17565293200005 - ], - [ - -121.81540530599995, - 37.17565268000004 - ], - [ - -121.81545545799997, - 37.175649804000045 - ], - [ - -121.81546074099998, - 37.175649288000045 - ], - [ - -121.815475731, - 37.17564776800003 - ], - [ - -121.81549717499996, - 37.17564560400007 - ], - [ - -121.81550675999995, - 37.17564407800006 - ], - [ - -121.81553839199995, - 37.17563896100006 - ], - [ - -121.81554974699998, - 37.17563713900006 - ], - [ - -121.81555695499998, - 37.17563554700007 - ], - [ - -121.81558815499994, - 37.17562855800003 - ], - [ - -121.81560140299996, - 37.17562559300006 - ], - [ - -121.81561261799999, - 37.17562235500003 - ], - [ - -121.815651807, - 37.175611064000066 - ], - [ - -121.815684837, - 37.17559425800005 - ], - [ - -121.81568613599995, - 37.17559328200008 - ], - [ - -121.81571856299996, - 37.17556819600003 - ], - [ - -121.81572480099999, - 37.17556347900006 - ], - [ - -121.81575800799999, - 37.17553895800006 - ], - [ - -121.81577166499994, - 37.17552973900007 - ], - [ - -121.81579292799995, - 37.17551569800003 - ], - [ - -121.81583470699996, - 37.17549867900004 - ], - [ - -121.81586826399996, - 37.17549239500005 - ], - [ - -121.81586963399997, - 37.175492174000055 - ], - [ - -121.81591354299997, - 37.17549220600006 - ], - [ - -121.81591486199994, - 37.17549244200006 - ], - [ - -121.81595859799995, - 37.17550376200006 - ], - [ - -121.81596650899996, - 37.175506351000024 - ], - [ - -121.81600270499996, - 37.17551825800007 - ], - [ - -121.81602310299996, - 37.17552496400003 - ], - [ - -121.81602820599994, - 37.17552721900006 - ], - [ - -121.81610595399997, - 37.17556134200004 - ], - [ - -121.81611295799996, - 37.17556439900005 - ], - [ - -121.81611975299995, - 37.17556857900007 - ], - [ - -121.81621795799998, - 37.17562900300004 - ], - [ - -121.81633678799994, - 37.175683012000036 - ], - [ - -121.81639003, - 37.17568996600005 - ], - [ - -121.81641520299996, - 37.17569318500006 - ], - [ - -121.816463049, - 37.175699261000034 - ], - [ - -121.81646419699996, - 37.175699431000055 - ], - [ - -121.81646576699995, - 37.17569918400005 - ], - [ - -121.81658786999998, - 37.17568066500007 - ], - [ - -121.81658923999998, - 37.17568044400008 - ], - [ - -121.81659225099997, - 37.17567926700008 - ], - [ - -121.81672211699998, - 37.17562719400007 - ], - [ - -121.816845044, - 37.17554972600004 - ], - [ - -121.81696383199994, - 37.17544838300006 - ], - [ - -121.81705085299996, - 37.17536085800003 - ], - [ - -121.81705242699996, - 37.175359283000034 - ], - [ - -121.81705350599998, - 37.17535718900007 - ], - [ - -121.81707777599996, - 37.17530923600003 - ], - [ - -121.81707826199994, - 37.175307445000044 - ], - [ - -121.81709806199996, - 37.175229718000026 - ], - [ - -121.81709907799996, - 37.17522572400003 - ], - [ - -121.81709891699995, - 37.17522304800008 - ], - [ - -121.81709339699995, - 37.17511088200007 - ], - [ - -121.81709025899994, - 37.17508695200007 - ], - [ - -121.81708658999997, - 37.17505893100008 - ], - [ - -121.81708503799996, - 37.17504709100007 - ], - [ - -121.81708511899996, - 37.175032258000044 - ], - [ - -121.81708562999995, - 37.174965232000034 - ], - [ - -121.81708574099997, - 37.17495042100006 - ], - [ - -121.81708714899997, - 37.174942645000044 - ], - [ - -121.81709022599995, - 37.17492576500007 - ], - [ - -121.81709117399998, - 37.174924403000034 - ], - [ - -121.81710475499995, - 37.174906029000056 - ], - [ - -121.81710570999996, - 37.17490510400006 - ], - [ - -121.817126799, - 37.17488602700007 - ], - [ - -121.81712866499998, - 37.17488474800007 - ], - [ - -121.81714716999994, - 37.17487325400003 - ], - [ - -121.81717868499999, - 37.17486308000008 - ], - [ - -121.81721127399999, - 37.174855388000026 - ], - [ - -121.81723223899996, - 37.174852016000045 - ], - [ - -121.81724458999997, - 37.174850046000074 - ], - [ - -121.81724970299996, - 37.17484960000007 - ], - [ - -121.81725915599998, - 37.17484880600006 - ], - [ - -121.81727837899996, - 37.17484717000008 - ], - [ - -121.81728221099996, - 37.17484712800007 - ], - [ - -121.81728378399998, - 37.174847088000035 - ], - [ - -121.81731235399997, - 37.17484676500004 - ], - [ - -121.81731613399995, - 37.17484699700003 - ], - [ - -121.81731805199996, - 37.174847113000055 - ], - [ - -121.81734623099999, - 37.174848901000075 - ], - [ - -121.81735218799997, - 37.17484933700007 - ], - [ - -121.81744367399995, - 37.17485622700008 - ], - [ - -121.81745309799999, - 37.17485696700004 - ], - [ - -121.81746144999994, - 37.17485701000004 - ], - [ - -121.81753780599996, - 37.174857501000076 - ], - [ - -121.81757713999997, - 37.17485772100008 - ], - [ - -121.81757876899997, - 37.174857588000066 - ], - [ - -121.81766211999997, - 37.174849348000066 - ], - [ - -121.81774321499995, - 37.17482987000005 - ], - [ - -121.81774640599997, - 37.17482910200005 - ], - [ - -121.81775390499996, - 37.17482615600005 - ], - [ - -121.81780975499998, - 37.17480417000007 - ], - [ - -121.81782751299994, - 37.174794106000036 - ], - [ - -121.81785566399998, - 37.17477808500007 - ], - [ - -121.81786023199999, - 37.174775974000056 - ], - [ - -121.81786761099994, - 37.17477264200005 - ], - [ - -121.817933698, - 37.174742414000036 - ], - [ - -121.81793931899995, - 37.17473985700008 - ], - [ - -121.81794773899998, - 37.17473724400003 - ], - [ - -121.81805536899998, - 37.17470421500008 - ], - [ - -121.81806901899995, - 37.17470129000003 - ], - [ - -121.81813086199998, - 37.174688279000065 - ], - [ - -121.818141664, - 37.17468600500007 - ], - [ - -121.818154441, - 37.17468384700004 - ], - [ - -121.81824390999998, - 37.174668875000066 - ], - [ - -121.81833526899999, - 37.174652396000056 - ], - [ - -121.81834102799996, - 37.174649653000074 - ], - [ - -121.81837265099995, - 37.17463430400005 - ], - [ - -121.81838362699995, - 37.17462896100005 - ], - [ - -121.81839188099997, - 37.17462495400008 - ], - [ - -121.818399764, - 37.17462113300007 - ], - [ - -121.81840425999997, - 37.174618131000045 - ], - [ - -121.81846470699998, - 37.17457785000005 - ], - [ - -121.81846982499997, - 37.17457442700004 - ], - [ - -121.818474214, - 37.17457028000007 - ], - [ - -121.81853158299998, - 37.17451598100007 - ], - [ - -121.81853543799997, - 37.174512320000076 - ], - [ - -121.81858436899995, - 37.174467820000075 - ], - [ - -121.81858895699997, - 37.174463649000074 - ], - [ - -121.81860220199997, - 37.17445390900008 - ], - [ - -121.81864656599998, - 37.17442131800004 - ], - [ - -121.81866607899997, - 37.17440699700006 - ], - [ - -121.81867501299996, - 37.17440105900005 - ], - [ - -121.818753819, - 37.17434910500003 - ], - [ - -121.818824598, - 37.174299414000075 - ], - [ - -121.81882600999995, - 37.17429841400008 - ], - [ - -121.81882707399996, - 37.17429707500003 - ], - [ - -121.81887047199996, - 37.17424208400007 - ], - [ - -121.81888756899997, - 37.17417995200003 - ], - [ - -121.81888810499998, - 37.174177909000036 - ], - [ - -121.818888013, - 37.174172714000065 - ], - [ - -121.81888723499998, - 37.17412520400006 - ], - [ - -121.81888718299996, - 37.17412390000004 - ], - [ - -121.81888686999997, - 37.17412237000008 - ], - [ - -121.81887599299995, - 37.17407323400005 - ], - [ - -121.81887509199998, - 37.17406914700007 - ], - [ - -121.81887419699996, - 37.174067097000034 - ], - [ - -121.81885329299996, - 37.17401862300005 - ], - [ - -121.81884290199997, - 37.17399392900006 - ], - [ - -121.81883096299998, - 37.17396568100003 - ], - [ - -121.818828366, - 37.173959506000074 - ], - [ - -121.81881916199995, - 37.17392903000007 - ], - [ - -121.818812386, - 37.17390649200007 - ], - [ - -121.81881117199998, - 37.173902500000054 - ], - [ - -121.81880240799995, - 37.17385961100007 - ], - [ - -121.81880178399996, - 37.17385339200007 - ], - [ - -121.81879829599995, - 37.17381948700006 - ], - [ - -121.81879567399994, - 37.173793971000066 - ], - [ - -121.81879566799995, - 37.173787151000056 - ], - [ - -121.81879561799997, - 37.173772960000065 - ], - [ - -121.81879559699996, - 37.17374746100006 - ], - [ - -121.81879560099998, - 37.17374274500003 - ], - [ - -121.81879493199995, - 37.173738885000034 - ], - [ - -121.81878693099998, - 37.173692233000054 - ], - [ - -121.81878523499995, - 37.173688499000036 - ], - [ - -121.818761409, - 37.17363820500003 - ], - [ - -121.81876070399994, - 37.17363713700007 - ], - [ - -121.81873242499995, - 37.17359554500007 - ], - [ - -121.81872936999997, - 37.17359104700006 - ], - [ - -121.81872470199994, - 37.17358578900007 - ], - [ - -121.81870392399998, - 37.17356240200007 - ], - [ - -121.81869826099995, - 37.17355598800003 - ], - [ - -121.81869581999996, - 37.17355379500003 - ], - [ - -121.81866535299997, - 37.17352596200004 - ], - [ - -121.81865958999998, - 37.17352035000005 - ], - [ - -121.81864911399998, - 37.17351023700007 - ], - [ - -121.81863604399996, - 37.17349090500005 - ], - [ - -121.81862938799998, - 37.17346857100006 - ], - [ - -121.81862686499994, - 37.17341957000008 - ], - [ - -121.818626855, - 37.17341732700004 - ], - [ - -121.81862741099997, - 37.17336604800005 - ], - [ - -121.81862748499998, - 37.173363735000066 - ], - [ - -121.81863102699998, - 37.173314848000075 - ], - [ - -121.81864599799997, - 37.17327476000003 - ], - [ - -121.81864848899994, - 37.17327004100008 - ], - [ - -121.81867092999994, - 37.173228677000054 - ], - [ - -121.81867433699995, - 37.17322236700005 - ], - [ - -121.81874335499998, - 37.17309549000004 - ], - [ - -121.81889756799995, - 37.17281186500003 - ], - [ - -121.81890033999997, - 37.17280677600007 - ], - [ - -121.818947434, - 37.17273425700006 - ], - [ - -121.81897047799998, - 37.17269476400003 - ], - [ - -121.81897469199998, - 37.17268878700003 - ], - [ - -121.81900809799998, - 37.17264144100005 - ], - [ - -121.81904401399999, - 37.17260194100004 - ], - [ - -121.81904586699994, - 37.17259992800007 - ], - [ - -121.81907165099994, - 37.17257622200003 - ], - [ - -121.81907359999997, - 37.17257487200004 - ], - [ - -121.81910059499995, - 37.172556599000075 - ], - [ - -121.81910337399995, - 37.172555240000065 - ], - [ - -121.81912791099995, - 37.17254354200003 - ], - [ - -121.81917315399994, - 37.172531793000076 - ], - [ - -121.81921861999996, - 37.172521162000066 - ], - [ - -121.81926441499996, - 37.17251146700005 - ], - [ - -121.81929370999995, - 37.172505209000064 - ], - [ - -121.81931406599995, - 37.17250140700003 - ], - [ - -121.81934816299997, - 37.172495025000046 - ], - [ - -121.819444122, - 37.17248000400008 - ], - [ - -121.81946332899997, - 37.172477566000055 - ], - [ - -121.81946866699997, - 37.17247691100005 - ], - [ - -121.81950539699994, - 37.17247226200004 - ], - [ - -121.81959557199997, - 37.172463417000074 - ], - [ - -121.81961709099994, - 37.17246230400008 - ], - [ - -121.81965738599996, - 37.17246024800005 - ], - [ - -121.81966421299995, - 37.17245968900005 - ], - [ - -121.81972316599996, - 37.17245483500005 - ], - [ - -121.81977255199996, - 37.17244596900008 - ], - [ - -121.81977708499994, - 37.17244516200003 - ], - [ - -121.81979120699998, - 37.17244138600006 - ], - [ - -121.81981526399994, - 37.17243498000005 - ], - [ - -121.81982135499999, - 37.17243335500007 - ], - [ - -121.81983096299996, - 37.17242990500006 - ], - [ - -121.819863479, - 37.172418253000046 - ], - [ - -121.81987209299996, - 37.172415158000035 - ], - [ - -121.81988242399996, - 37.172410531000025 - ], - [ - -121.81989513699995, - 37.17240482600005 - ], - [ - -121.81990203299995, - 37.17240172600003 - ], - [ - -121.81991010799999, - 37.17239733200006 - ], - [ - -121.81993929099997, - 37.172381460000054 - ], - [ - -121.819947507, - 37.172376996000025 - ], - [ - -121.81995278999995, - 37.17237332000008 - ], - [ - -121.81999517799994, - 37.17234397800007 - ], - [ - -121.82002544, - 37.17231790900007 - ], - [ - -121.82002811399997, - 37.17231547500006 - ], - [ - -121.82004447399999, - 37.172299176000024 - ], - [ - -121.820049354, - 37.17229360400006 - ], - [ - -121.82005532799997, - 37.17228692200007 - ], - [ - -121.82006289299994, - 37.17227802300005 - ], - [ - -121.82008238199995, - 37.17225097700003 - ], - [ - -121.82010466899999, - 37.17222520400003 - ], - [ - -121.82012952799994, - 37.17220098000007 - ], - [ - -121.82015679099999, - 37.17217846900007 - ], - [ - -121.82018628799995, - 37.172157834000075 - ], - [ - -121.82019925299994, - 37.17215015600004 - ], - [ - -121.82021779499996, - 37.17213921200005 - ], - [ - -121.82025111599995, - 37.172122744000035 - ], - [ - -121.82028601699994, - 37.172108524000066 - ], - [ - -121.82031676099996, - 37.17209840400005 - ], - [ - -121.82032224999995, - 37.17209662500005 - ], - [ - -121.8203329299999, - 37.172094009000034 - ], - [ - -121.82040114299997, - 37.172077468000055 - ], - [ - -121.82046591399995, - 37.17204897200003 - ], - [ - -121.82046942999995, - 37.17204721500008 - ], - [ - -121.82047325999997, - 37.17204536400004 - ], - [ - -121.82049052399998, - 37.17203656300006 - ], - [ - -121.82052499799994, - 37.172019189000025 - ], - [ - -121.82053298499994, - 37.172014613000044 - ], - [ - -121.82056804099994, - 37.17199444000005 - ], - [ - -121.82059233599995, - 37.17198047800008 - ], - [ - -121.82059399899998, - 37.17197904000005 - ], - [ - -121.82065003199995, - 37.17193033900003 - ], - [ - -121.82065301799997, - 37.17192771900005 - ], - [ - -121.82066010299997, - 37.171919124000055 - ], - [ - -121.820686847, - 37.171886640000025 - ], - [ - -121.820691523, - 37.17188093200008 - ], - [ - -121.82069309199994, - 37.17187908400007 - ], - [ - -121.82069575699995, - 37.17187454400005 - ], - [ - -121.82073418799996, - 37.171808989000056 - ], - [ - -121.820737437, - 37.17180343500007 - ], - [ - -121.820740635, - 37.17179495400006 - ], - [ - -121.82075481699997, - 37.17175741400007 - ], - [ - -121.82075848, - 37.171747691000064 - ], - [ - -121.82075919199997, - 37.17174431700005 - ], - [ - -121.82077358599997, - 37.17167656200007 - ], - [ - -121.82077495299995, - 37.17166970300008 - ], - [ - -121.82078283699997, - 37.171631846000025 - ], - [ - -121.82078745099994, - 37.17160966000006 - ], - [ - -121.82078985099997, - 37.17159983600004 - ], - [ - -121.82079902799995, - 37.17156214700003 - ], - [ - -121.82080091999995, - 37.17155434400007 - ], - [ - -121.82080499499995, - 37.17154372300007 - ], - [ - -121.820815961, - 37.17151517100007 - ], - [ - -121.82082022699996, - 37.17150399700006 - ], - [ - -121.82082358199995, - 37.17149805400004 - ], - [ - -121.82085524299998, - 37.17144109100008 - ], - [ - -121.82085679499994, - 37.17143832600004 - ], - [ - -121.82088042199996, - 37.17140587600005 - ], - [ - -121.82088310599994, - 37.171402390000026 - ], - [ - -121.82088694899994, - 37.17139813400007 - ], - [ - -121.82093074099998, - 37.171350991000054 - ], - [ - -121.820936943, - 37.17134430500005 - ], - [ - -121.82094870999998, - 37.17133355300007 - ], - [ - -121.82095076399997, - 37.171331629000065 - ], - [ - -121.82090287299997, - 37.17128893200004 - ], - [ - -121.82084960399999, - 37.17124142000006 - ], - [ - -121.82084675699997, - 37.17123888700007 - ], - [ - -121.82081271299995, - 37.171272577000025 - ], - [ - -121.82065943999999, - 37.17142421200003 - ], - [ - -121.82051269099998, - 37.171569341000065 - ], - [ - -121.82041549499996, - 37.17172325100006 - ], - [ - -121.82031109699994, - 37.17188859700008 - ], - [ - -121.82028365099995, - 37.17193207300005 - ], - [ - -121.82004248299995, - 37.17204828200005 - ], - [ - -121.81937509999995, - 37.172179554000024 - ], - [ - -121.81903963599996, - 37.17220719000005 - ], - [ - -121.81899079099998, - 37.17222239000006 - ], - [ - -121.81814576999994, - 37.172485032000054 - ], - [ - -121.81807992399996, - 37.172491543000035 - ], - [ - -121.81772602499996, - 37.17252661500004 - ], - [ - -121.81784459599999, - 37.17292035400004 - ], - [ - -121.81785082299996, - 37.17294104400003 - ], - [ - -121.81781297699996, - 37.173036713000045 - ], - [ - -121.81779035599999, - 37.17300964100008 - ], - [ - -121.817767716, - 37.17298256400005 - ], - [ - -121.81575975699997, - 37.17058038700003 - ], - [ - -121.81544803999998, - 37.17020747500004 - ], - [ - -121.81517080099997, - 37.169875741000055 - ], - [ - -121.80947558099996, - 37.170819074000065 - ], - [ - -121.80941466099995, - 37.170829163000064 - ], - [ - -121.80772583999999, - 37.171108842000024 - ], - [ - -121.80742098199994, - 37.17115933500003 - ], - [ - -121.80713212299997, - 37.171207131000074 - ], - [ - -121.80676505999998, - 37.17126788400003 - ], - [ - -121.80674489499995, - 37.17127124500007 - ], - [ - -121.80556101699995, - 37.17146717300005 - ], - [ - -121.80513996099995, - 37.171536857000035 - ], - [ - -121.80286020199998, - 37.17191416000003 - ], - [ - -121.80285635699994, - 37.171766227000035 - ], - [ - -121.80285282799997, - 37.17176626000003 - ], - [ - -121.79747733399995, - 37.17181598900004 - ], - [ - -121.79681542999998, - 37.17182205300003 - ], - [ - -121.79663321099997, - 37.171823732000064 - ], - [ - -121.79613141599998, - 37.17182835500006 - ], - [ - -121.79548477499998, - 37.17183430800003 - ], - [ - -121.79458570399999, - 37.17187417900004 - ], - [ - -121.78758625999996, - 37.17218434700004 - ], - [ - -121.78751862099995, - 37.172245678000024 - ], - [ - -121.78696594499996, - 37.17274681500004 - ], - [ - -121.78474108799998, - 37.17476417700004 - ], - [ - -121.78323683599996, - 37.176128059000064 - ], - [ - -121.78476723099999, - 37.17573770000007 - ], - [ - -121.78498959799998, - 37.17905615600006 - ], - [ - -121.78167281999998, - 37.17873147000006 - ], - [ - -121.77752850699994, - 37.17884953500004 - ], - [ - -121.77683957899995, - 37.17886914400003 - ], - [ - -121.77769534199996, - 37.179154819000075 - ], - [ - -121.78068374299994, - 37.17997272900004 - ], - [ - -121.78071398399999, - 37.18044289100004 - ], - [ - -121.78120315299998, - 37.180001237000056 - ], - [ - -121.78243167699998, - 37.17997548100004 - ], - [ - -121.782865744, - 37.180502741000055 - ], - [ - -121.78266529399997, - 37.18165651000004 - ], - [ - -121.78304554199997, - 37.18163318000006 - ], - [ - -121.78386814599997, - 37.18082439300008 - ], - [ - -121.78424862299994, - 37.180981565000025 - ], - [ - -121.782284716, - 37.182495645000074 - ], - [ - -121.77874662, - 37.183280625000066 - ], - [ - -121.775929696, - 37.182657438000035 - ], - [ - -121.77648344399995, - 37.18349935900005 - ], - [ - -121.77683813399995, - 37.183624171000076 - ], - [ - -121.77616060099996, - 37.183772748000024 - ], - [ - -121.77501259799999, - 37.182917918000044 - ], - [ - -121.77435714799998, - 37.18288470700003 - ], - [ - -121.77330083199996, - 37.18244675600005 - ], - [ - -121.773497051, - 37.182142363000025 - ], - [ - -121.77391972299995, - 37.18195906300008 - ], - [ - -121.77394976699998, - 37.18194600800007 - ], - [ - -121.77398038099994, - 37.181932765000056 - ], - [ - -121.77406639599997, - 37.18189545700005 - ], - [ - -121.77388785599999, - 37.181799504000026 - ], - [ - -121.77383522499997, - 37.18177119100005 - ], - [ - -121.77378265099998, - 37.18174294500005 - ], - [ - -121.77316991999999, - 37.18141355400007 - ], - [ - -121.773029523, - 37.181338105000066 - ], - [ - -121.77284238199996, - 37.18123750600006 - ], - [ - -121.772162133, - 37.18087185500008 - ], - [ - -121.77207424999995, - 37.18082462900003 - ], - [ - -121.77197978699996, - 37.18077385700008 - ], - [ - -121.77124168999995, - 37.18037712800003 - ], - [ - -121.77120349499995, - 37.18018467600007 - ], - [ - -121.771193171, - 37.18013264600006 - ], - [ - -121.77118097299996, - 37.18007123000007 - ], - [ - -121.77113089, - 37.179818960000034 - ], - [ - -121.77094648999997, - 37.179776582000045 - ], - [ - -121.77086490099998, - 37.17975782900004 - ], - [ - -121.77069215999995, - 37.179718138000055 - ], - [ - -121.77060037599995, - 37.17969702500005 - ], - [ - -121.77055491299996, - 37.17968655400006 - ], - [ - -121.76964276499996, - 37.17947683700004 - ], - [ - -121.76959779099997, - 37.17946649700008 - ], - [ - -121.769554111, - 37.17945646600003 - ], - [ - -121.76834797999999, - 37.17917917700004 - ], - [ - -121.76867401199996, - 37.17855323200007 - ], - [ - -121.768689, - 37.17852448000008 - ], - [ - -121.76870412699998, - 37.178495429000066 - ], - [ - -121.76886675399999, - 37.17818319300005 - ], - [ - -121.76842107699997, - 37.17821874500004 - ], - [ - -121.76837956799994, - 37.17822205600004 - ], - [ - -121.76833808899994, - 37.17822536700004 - ], - [ - -121.76705790699998, - 37.17832752800007 - ], - [ - -121.76692346099998, - 37.17927610400005 - ], - [ - -121.76688406499994, - 37.179554705000044 - ], - [ - -121.76599078899994, - 37.17993960500007 - ], - [ - -121.76580592899995, - 37.17969046300004 - ], - [ - -121.76564441899995, - 37.179468764000035 - ], - [ - -121.765493011, - 37.17926091900006 - ], - [ - -121.76519277699998, - 37.17884879300004 - ], - [ - -121.76507051099998, - 37.178680894000024 - ], - [ - -121.76234646199998, - 37.17635674700006 - ], - [ - -121.76151363499997, - 37.17695321400004 - ], - [ - -121.76139828199996, - 37.17720862200008 - ], - [ - -121.76092026099997, - 37.17693876000004 - ], - [ - -121.76093374399994, - 37.17681361600006 - ], - [ - -121.76097934299997, - 37.17642981800003 - ], - [ - -121.76086234699994, - 37.17627689600005 - ], - [ - -121.76018724899996, - 37.17542586600007 - ], - [ - -121.75946550199995, - 37.17514042800008 - ], - [ - -121.75956817699995, - 37.174224593000076 - ], - [ - -121.759336411, - 37.17411488400006 - ], - [ - -121.75932159099995, - 37.173995654000066 - ], - [ - -121.75927913299995, - 37.173665038000024 - ], - [ - -121.75927573899997, - 37.17363845400007 - ], - [ - -121.75924047599995, - 37.17335818600003 - ], - [ - -121.75920197799996, - 37.17311842200007 - ], - [ - -121.75916464499994, - 37.17294809200007 - ], - [ - -121.75912693599997, - 37.172790905000056 - ], - [ - -121.75911386099995, - 37.172744763000026 - ], - [ - -121.75910604399996, - 37.17271717500006 - ], - [ - -121.75910431099999, - 37.172711013000026 - ], - [ - -121.75909661699995, - 37.17268383500004 - ], - [ - -121.75908484699994, - 37.172642189000044 - ], - [ - -121.75904406199999, - 37.17251483500007 - ], - [ - -121.75903862899997, - 37.17249791100005 - ], - [ - -121.75901011499997, - 37.172413024000036 - ], - [ - -121.75898080999997, - 37.17233732300008 - ], - [ - -121.75895313199999, - 37.172268151000026 - ], - [ - -121.75892437699997, - 37.172199610000064 - ], - [ - -121.75888938099996, - 37.172122208000076 - ], - [ - -121.75885867199997, - 37.17205982100006 - ], - [ - -121.75882415099994, - 37.171992051000075 - ], - [ - -121.75878701699997, - 37.17192183800006 - ], - [ - -121.75873848599997, - 37.171837280000034 - ], - [ - -121.75867891599995, - 37.171740939000074 - ], - [ - -121.75861187699996, - 37.17163247800005 - ], - [ - -121.75855363799997, - 37.17154713200006 - ], - [ - -121.75849440299999, - 37.17146225500005 - ], - [ - -121.75843563799998, - 37.17137796700007 - ], - [ - -121.75838162699995, - 37.17130937700006 - ], - [ - -121.75826959799997, - 37.171168668000064 - ], - [ - -121.75814780499996, - 37.171023830000024 - ], - [ - -121.75802359899996, - 37.170888630000036 - ], - [ - -121.75796737199994, - 37.17082951700007 - ], - [ - -121.75788202999996, - 37.17073970200005 - ], - [ - -121.75773676999995, - 37.170592414000055 - ], - [ - -121.75767512099998, - 37.17053038300003 - ], - [ - -121.75758233899995, - 37.17043710000007 - ], - [ - -121.75746642999997, - 37.170320649000075 - ], - [ - -121.75755265999999, - 37.17023851000005 - ], - [ - -121.75723602199997, - 37.16979685300004 - ], - [ - -121.75692182499995, - 37.168929449000075 - ], - [ - -121.75676414999998, - 37.167592091000074 - ], - [ - -121.75687663199994, - 37.16606116100007 - ], - [ - -121.75690161499995, - 37.16516397000004 - ], - [ - -121.75691053799994, - 37.164858851000076 - ], - [ - -121.75655683199994, - 37.164226374000066 - ], - [ - -121.75706618999999, - 37.16378920500006 - ], - [ - -121.75737668799997, - 37.16356692900007 - ], - [ - -121.75837461099997, - 37.16284726200007 - ], - [ - -121.75929566399998, - 37.16264287800004 - ], - [ - -121.76033646699995, - 37.162772 - ], - [ - -121.76375252899999, - 37.16402691500008 - ], - [ - -121.76475587299996, - 37.16390244300004 - ], - [ - -121.769747656, - 37.165417414000046 - ], - [ - -121.76994697099997, - 37.16547794300004 - ], - [ - -121.770247171, - 37.16561144800005 - ], - [ - -121.77126290199999, - 37.166950658000076 - ], - [ - -121.77276674899997, - 37.16830773300006 - ], - [ - -121.77299233699995, - 37.168418993000046 - ], - [ - -121.772997391, - 37.168413444000066 - ], - [ - -121.77305007899997, - 37.16835477700005 - ], - [ - -121.77609578699997, - 37.16497031100005 - ], - [ - -121.78110019499996, - 37.159316868000076 - ], - [ - -121.78178004899996, - 37.15858214900004 - ], - [ - -121.78206908699997, - 37.15860850800004 - ], - [ - -121.78259240199998, - 37.158668232000025 - ], - [ - -121.7847521, - 37.15894034400003 - ], - [ - -121.78666233999996, - 37.15917700500006 - ], - [ - -121.78672851399995, - 37.15918520500003 - ], - [ - -121.78671016099997, - 37.15641257300007 - ], - [ - -121.78668242499998, - 37.152222315000074 - ], - [ - -121.78668022799997, - 37.15140852500008 - ], - [ - -121.78667833499998, - 37.15069563000003 - ], - [ - -121.78659384399998, - 37.15071109500008 - ], - [ - -121.78652370999998, - 37.15071676500003 - ], - [ - -121.78642364499996, - 37.15071285300007 - ], - [ - -121.78634220699996, - 37.150686327000074 - ], - [ - -121.78626728499995, - 37.150656206000065 - ], - [ - -121.786179055, - 37.15063373800007 - ], - [ - -121.78605150599998, - 37.15061129000003 - ], - [ - -121.78594973199995, - 37.150605978000044 - ], - [ - -121.78577382599997, - 37.15061011000006 - ], - [ - -121.78567522399999, - 37.15061977800008 - ], - [ - -121.78554152499999, - 37.150650547000055 - ], - [ - -121.78537852299996, - 37.15068667200006 - ], - [ - -121.78523422099994, - 37.15073605300006 - ], - [ - -121.78512228099999, - 37.150761730000056 - ], - [ - -121.78502237699996, - 37.15079890100003 - ], - [ - -121.78491211299996, - 37.15087052200005 - ], - [ - -121.78482938199994, - 37.15091860600006 - ], - [ - -121.78479615099997, - 37.15093014100006 - ], - [ - -121.78475385699994, - 37.15093497700008 - ], - [ - -121.78469071499995, - 37.150928141000065 - ], - [ - -121.78460042899997, - 37.150922587000025 - ], - [ - -121.78453247299996, - 37.150928461000035 - ], - [ - -121.78447842299994, - 37.15094322300007 - ], - [ - -121.78447070199996, - 37.15094660400007 - ], - [ - -121.78443881699997, - 37.150922964000074 - ], - [ - -121.78419809299999, - 37.15074442200006 - ], - [ - -121.78377589699994, - 37.15043128000008 - ], - [ - -121.78248602999997, - 37.14947467200005 - ], - [ - -121.78983102299998, - 37.14573323700006 - ], - [ - -121.79051992999996, - 37.14536672600008 - ], - [ - -121.79384415299995, - 37.14364778300006 - ], - [ - -121.79425052099998, - 37.14415138700008 - ], - [ - -121.79519026599996, - 37.14332517400004 - ], - [ - -121.802867629, - 37.13657458200004 - ], - [ - -121.80219258199998, - 37.13624189700005 - ], - [ - -121.80202166799995, - 37.13615766400005 - ], - [ - -121.80044465299994, - 37.135380430000055 - ], - [ - -121.80039013199996, - 37.135353559000066 - ], - [ - -121.799220973, - 37.13477732200005 - ], - [ - -121.79864382299996, - 37.13449286000008 - ], - [ - -121.79733374699998, - 37.13384711600003 - ], - [ - -121.79712339399998, - 37.13374342900005 - ], - [ - -121.79600397499996, - 37.13319166100007 - ], - [ - -121.79555274399996, - 37.13296923300004 - ], - [ - -121.79503640999997, - 37.13271472500003 - ], - [ - -121.79353257599996, - 37.13197339100003 - ], - [ - -121.79334732199999, - 37.13188207600007 - ], - [ - -121.79329409399998, - 37.131855861000076 - ], - [ - -121.79323282299998, - 37.131825638000066 - ], - [ - -121.79216059899994, - 37.13129703100003 - ], - [ - -121.79164122999998, - 37.13104098400004 - ], - [ - -121.78587861799997, - 37.12819982800005 - ], - [ - -121.785269917, - 37.12789969000005 - ], - [ - -121.77856395699996, - 37.124592724000024 - ], - [ - -121.77566824599995, - 37.12316452600004 - ], - [ - -121.769807534, - 37.128044448000026 - ], - [ - -121.76910466799995, - 37.12862960600006 - ], - [ - -121.762186924, - 37.134388372000046 - ], - [ - -121.76653951599997, - 37.13762530200006 - ], - [ - -121.76346006299997, - 37.13979727800006 - ], - [ - -121.77428821899997, - 37.14783323200004 - ], - [ - -121.77427752899996, - 37.14784687800005 - ], - [ - -121.77423971699994, - 37.14788593900005 - ], - [ - -121.77419522799994, - 37.147919898000055 - ], - [ - -121.774144832, - 37.147948229000065 - ], - [ - -121.77408978199998, - 37.14797019900004 - ], - [ - -121.77403124899996, - 37.147985359000074 - ], - [ - -121.77397055399996, - 37.14799336800007 - ], - [ - -121.77393205099997, - 37.14799466300008 - ], - [ - -121.77382673499994, - 37.14799257300007 - ], - [ - -121.77367228099996, - 37.14798344800005 - ], - [ - -121.77351875399995, - 37.147967152000035 - ], - [ - -121.773366668, - 37.14794373700005 - ], - [ - -121.77321653899998, - 37.14791328200005 - ], - [ - -121.77317980699996, - 37.14790468500007 - ], - [ - -121.77317826599995, - 37.14790431900008 - ], - [ - -121.77309848199997, - 37.14788906700005 - ], - [ - -121.77301708599998, - 37.14788093200008 - ], - [ - -121.77293506499996, - 37.147880016000045 - ], - [ - -121.77288214899994, - 37.14788327400004 - ], - [ - -121.77290799499997, - 37.14806649700006 - ], - [ - -121.77290912799998, - 37.14807431300005 - ], - [ - -121.77270961899995, - 37.148092372000065 - ], - [ - -121.77270456499997, - 37.14809281600003 - ], - [ - -121.77268086699996, - 37.14792485900006 - ], - [ - -121.77262066999998, - 37.14794739000007 - ], - [ - -121.77255014599996, - 37.147980999000026 - ], - [ - -121.77248465799994, - 37.14802062900003 - ], - [ - -121.77242505499999, - 37.148065761000055 - ], - [ - -121.77237207199994, - 37.14811581600003 - ], - [ - -121.77234288699998, - 37.14814896300004 - ], - [ - -121.772320692, - 37.148173444000065 - ], - [ - -121.77227931799996, - 37.148208829000055 - ], - [ - -121.77223175699999, - 37.148238683000045 - ], - [ - -121.77217911599996, - 37.14826234900005 - ], - [ - -121.77212258299994, - 37.14827930700005 - ], - [ - -121.77212101199996, - 37.14827967300005 - ], - [ - -121.77204775799999, - 37.14829514100006 - ], - [ - -121.77191873899994, - 37.14831645900006 - ], - [ - -121.77178821499996, - 37.14833059700004 - ], - [ - -121.77165666199994, - 37.148337499000036 - ], - [ - -121.77152498099997, - 37.14833711000006 - ], - [ - -121.77139363999999, - 37.14832945300003 - ], - [ - -121.77126327399998, - 37.14831455900003 - ], - [ - -121.77118776599997, - 37.148302528000045 - ], - [ - -121.771153401, - 37.148296912000035 - ], - [ - -121.77104660499998, - 37.14828117300004 - ], - [ - -121.77097237099997, - 37.14827174900006 - ], - [ - -121.77079010199998, - 37.14825379000007 - ], - [ - -121.77060694399995, - 37.14824306700007 - ], - [ - -121.77042334899994, - 37.14823960700005 - ], - [ - -121.77023983199996, - 37.14824341800005 - ], - [ - -121.77023799099999, - 37.148243500000035 - ], - [ - -121.770186546, - 37.148245888000076 - ], - [ - -121.77017551799997, - 37.14824719400008 - ], - [ - -121.77015241099997, - 37.14825240300007 - ], - [ - -121.77013086199997, - 37.14826072200003 - ], - [ - -121.77011151399995, - 37.14827186900004 - ], - [ - -121.77009482799997, - 37.14828556100008 - ], - [ - -121.77008134099998, - 37.14830138700006 - ], - [ - -121.770071541, - 37.148318765000056 - ], - [ - -121.77006579699997, - 37.14833645500005 - ], - [ - -121.77006008599994, - 37.14835413600008 - ], - [ - -121.770050342, - 37.14837149600004 - ], - [ - -121.77003681599996, - 37.14838743300004 - ], - [ - -121.77002012899999, - 37.148401156000034 - ], - [ - -121.77000073599999, - 37.148412343000075 - ], - [ - -121.76998431799996, - 37.14841902300003 - ], - [ - -121.769965862, - 37.14842500800006 - ], - [ - -121.76989576999995, - 37.14844255200006 - ], - [ - -121.76982435199994, - 37.14845260000004 - ], - [ - -121.76975181199998, - 37.14845526000005 - ], - [ - -121.76967950799997, - 37.14845046700003 - ], - [ - -121.76964285699995, - 37.148445140000035 - ], - [ - -121.76960755899995, - 37.14843829000006 - ], - [ - -121.76950330799997, - 37.14842310000006 - ], - [ - -121.76939779299994, - 37.14841513400006 - ], - [ - -121.76929181299994, - 37.14841445800005 - ], - [ - -121.76918623799997, - 37.148421072000076 - ], - [ - -121.76908172299994, - 37.14843492800003 - ], - [ - -121.76902103599997, - 37.14844642200006 - ], - [ - -121.76899210899995, - 37.14845137700007 - ], - [ - -121.76890272599996, - 37.148461643000076 - ], - [ - -121.76881279699995, - 37.14846447700006 - ], - [ - -121.76872278599996, - 37.14845988800005 - ], - [ - -121.76863396899995, - 37.14844792200006 - ], - [ - -121.76857518199995, - 37.148435764000055 - ], - [ - -121.76855297399999, - 37.14843023000003 - ], - [ - -121.76855121999995, - 37.14842980100008 - ], - [ - -121.76844278899995, - 37.14840748600005 - ], - [ - -121.76833242999999, - 37.14839231600007 - ], - [ - -121.76822092999998, - 37.14838440300008 - ], - [ - -121.76821756799995, - 37.14838427400008 - ], - [ - -121.76821849299995, - 37.148508212000024 - ], - [ - -121.76807403199996, - 37.14850977900005 - ], - [ - -121.76812199199998, - 37.14836489400005 - ], - [ - -121.76804316, - 37.148365081000065 - ], - [ - -121.76794032499998, - 37.14835879300006 - ], - [ - -121.76783860799998, - 37.148345154000026 - ], - [ - -121.76776701799997, - 37.14833095400007 - ], - [ - -121.76633061499996, - 37.148006499000076 - ], - [ - -121.76626226299999, - 37.14798719300006 - ], - [ - -121.76619749899999, - 37.14796103400005 - ], - [ - -121.766137427, - 37.14792844900006 - ], - [ - -121.76608308799996, - 37.14789000500008 - ], - [ - -121.766035322, - 37.14784630200006 - ], - [ - -121.76600891199996, - 37.14781397300004 - ], - [ - -121.76596983599995, - 37.14777833800008 - ], - [ - -121.76592428199996, - 37.147748042000046 - ], - [ - -121.76587338699994, - 37.14772382700005 - ], - [ - -121.76581837199996, - 37.14770628000008 - ], - [ - -121.76576058899997, - 37.147695835000036 - ], - [ - -121.76570149199995, - 37.14769275800006 - ], - [ - -121.76564258299999, - 37.147697110000024 - ], - [ - -121.76558515799996, - 37.14770880000003 - ], - [ - -121.76553078599994, - 37.147727520000046 - ], - [ - -121.76548742299997, - 37.14774890000007 - ], - [ - -121.76537520499994, - 37.147808928000075 - ], - [ - -121.76525259599998, - 37.14786597600005 - ], - [ - -121.76512593399997, - 37.14791650400008 - ], - [ - -121.76499542899995, - 37.147960459000046 - ], - [ - -121.76486150499994, - 37.14799768100005 - ], - [ - -121.76472502399997, - 37.148027917000036 - ], - [ - -121.76458645899999, - 37.14805108400003 - ], - [ - -121.76444613799998, - 37.14806712200004 - ], - [ - -121.76437551099997, - 37.14807243400003 - ], - [ - -121.76432437999995, - 37.14807639900005 - ], - [ - -121.76421460699999, - 37.14809023300006 - ], - [ - -121.76410650199995, - 37.14811120500008 - ], - [ - -121.76400098899995, - 37.14813913900008 - ], - [ - -121.76389864699996, - 37.148173873000076 - ], - [ - -121.763800286, - 37.14821513100003 - ], - [ - -121.76379665599995, - 37.14821680800003 - ], - [ - -121.76334742899996, - 37.14847221100007 - ], - [ - -121.763214942, - 37.14887528300005 - ], - [ - -121.76293000499999, - 37.14920471900007 - ], - [ - -121.762132313, - 37.149385462000055 - ], - [ - -121.76140315199996, - 37.14992743400006 - ], - [ - -121.76104720899997, - 37.15034401500003 - ], - [ - -121.76111874299994, - 37.15098195000007 - ], - [ - -121.76071583299995, - 37.15170223000007 - ], - [ - -121.76060965599999, - 37.15180578300004 - ], - [ - -121.76061273, - 37.151942560000066 - ], - [ - -121.76061533099994, - 37.152058030000035 - ], - [ - -121.76062815599994, - 37.15263152400007 - ], - [ - -121.75588348599996, - 37.15289590800006 - ], - [ - -121.75517710899999, - 37.15293525200008 - ], - [ - -121.75601734599996, - 37.15396694000003 - ], - [ - -121.75637619499997, - 37.154701267000064 - ], - [ - -121.75693776599996, - 37.15576741600006 - ], - [ - -121.75518471799995, - 37.15794059900003 - ], - [ - -121.75471412199994, - 37.158508066000024 - ], - [ - -121.754181916, - 37.15910448200003 - ], - [ - -121.75379946599998, - 37.15948868500004 - ], - [ - -121.75131179799996, - 37.16067019600007 - ], - [ - -121.75114672799998, - 37.161094981000076 - ], - [ - -121.75070342599997, - 37.16110086800006 - ], - [ - -121.75062034299998, - 37.16114865700007 - ], - [ - -121.75054401499995, - 37.16106324900005 - ], - [ - -121.75034599199995, - 37.16084210400004 - ], - [ - -121.75022152399998, - 37.16070307700005 - ], - [ - -121.74993640199995, - 37.160384942000064 - ], - [ - -121.74986188899999, - 37.16029498300003 - ], - [ - -121.74975149099998, - 37.16016090900007 - ], - [ - -121.74966590099996, - 37.16004138000005 - ], - [ - -121.74957841899999, - 37.15989916600006 - ], - [ - -121.74956673899999, - 37.15988129800007 - ], - [ - -121.74955676299999, - 37.15986279600003 - ], - [ - -121.74954849499994, - 37.15984375000005 - ], - [ - -121.749536031, - 37.159814950000055 - ], - [ - -121.74943352599996, - 37.15982989400004 - ], - [ - -121.74912079899997, - 37.159869308000054 - ], - [ - -121.74859529499997, - 37.15971471800003 - ], - [ - -121.74727546699995, - 37.15932647900007 - ], - [ - -121.74652257999998, - 37.15840009600004 - ], - [ - -121.74620045899997, - 37.15798801900007 - ], - [ - -121.74597023399997, - 37.15745781500004 - ], - [ - -121.74559022299997, - 37.15658231700007 - ], - [ - -121.74527055899995, - 37.15584600700004 - ], - [ - -121.747542281, - 37.15435528900008 - ], - [ - -121.74924111899998, - 37.15411699900005 - ], - [ - -121.74922580799995, - 37.15398941800004 - ], - [ - -121.74917664399999, - 37.15358262700005 - ], - [ - -121.749144377, - 37.15333508000003 - ], - [ - -121.749097141, - 37.15309362100004 - ], - [ - -121.74823086299995, - 37.153108 - ], - [ - -121.74664090199997, - 37.15313439600004 - ], - [ - -121.74576372899998, - 37.153148964000025 - ], - [ - -121.74430312799996, - 37.15317319400003 - ], - [ - -121.74244623499999, - 37.15320395200007 - ], - [ - -121.73941880899997, - 37.15326012000003 - ], - [ - -121.739811493, - 37.15459054200005 - ], - [ - -121.73994323099998, - 37.155106696000075 - ], - [ - -121.74017723399999, - 37.15597691600004 - ], - [ - -121.74045711699995, - 37.15689565500003 - ], - [ - -121.73838079899997, - 37.15750990400005 - ], - [ - -121.73617469099997, - 37.15813242400003 - ], - [ - -121.73653445199994, - 37.158868563000055 - ], - [ - -121.73674948999997, - 37.15929855300004 - ], - [ - -121.73759091399995, - 37.16102239700007 - ], - [ - -121.73808336399998, - 37.16203433700008 - ], - [ - -121.739001525, - 37.16392099600006 - ], - [ - -121.74158738799997, - 37.16920909100003 - ], - [ - -121.74262873799995, - 37.170124430000044 - ], - [ - -121.73844024399995, - 37.17305479700008 - ], - [ - -121.73843650999999, - 37.17305740100005 - ], - [ - -121.73842780399997, - 37.17306349200004 - ], - [ - -121.7383042599999, - 37.17314992300004 - ], - [ - -121.738300472, - 37.17315257300004 - ], - [ - -121.733189601, - 37.17672773600003 - ], - [ - -121.73292877899996, - 37.17691014500008 - ], - [ - -121.73291520199996, - 37.176896921000036 - ], - [ - -121.73285955799997, - 37.176935865000075 - ], - [ - -121.73242260499995, - 37.17724167600005 - ], - [ - -121.734998938, - 37.179560654000056 - ], - [ - -121.73509014499996, - 37.17964275600008 - ], - [ - -121.73833521499995, - 37.18256338700007 - ], - [ - -121.738413418, - 37.18263376700003 - ], - [ - -121.74067372099995, - 37.18466790800005 - ], - [ - -121.74076845499997, - 37.184747515000026 - ], - [ - -121.74218422299998, - 37.18374845500006 - ], - [ - -121.74338889399996, - 37.18461488100007 - ], - [ - -121.74409260799996, - 37.18507177600003 - ], - [ - -121.74491443299996, - 37.185510245000046 - ], - [ - -121.74439263199997, - 37.18587786100005 - ], - [ - -121.73666748, - 37.191319699000076 - ], - [ - -121.73560809599996, - 37.19206582500004 - ], - [ - -121.735339104, - 37.19225530600005 - ], - [ - -121.73409627899997, - 37.19313062100008 - ], - [ - -121.73396365999997, - 37.193224034000025 - ], - [ - -121.73390554799994, - 37.193257370000026 - ], - [ - -121.73382069699994, - 37.19330604400005 - ], - [ - -121.733708461, - 37.19338454900003 - ], - [ - -121.73189045099997, - 37.194656647000045 - ], - [ - -121.730587486, - 37.19556828700007 - ], - [ - -121.729980276, - 37.19600531200007 - ], - [ - -121.72888774299997, - 37.196791620000056 - ], - [ - -121.72779979699999, - 37.19757462100006 - ], - [ - -121.72675328699995, - 37.198327762000076 - ], - [ - -121.72660015199995, - 37.198437977000026 - ], - [ - -121.72570194699995, - 37.199084310000046 - ], - [ - -121.72563941899995, - 37.19912934800004 - ], - [ - -121.72390370899996, - 37.20037839200006 - ], - [ - -121.72257627399995, - 37.19908181400007 - ], - [ - -121.72310965499997, - 37.19869799300005 - ], - [ - -121.72222163999999, - 37.19783061500004 - ], - [ - -121.72218425199998, - 37.197794083000076 - ], - [ - -121.72213458299996, - 37.19774555200007 - ], - [ - -121.72167773399997, - 37.197299359000056 - ], - [ - -121.72113655699997, - 37.19768043900007 - ], - [ - -121.72015457599997, - 37.19672130300006 - ], - [ - -121.72069575199998, - 37.196340226000075 - ], - [ - -121.71996601799998, - 37.19562742200003 - ], - [ - -121.71958789999996, - 37.195258086000024 - ], - [ - -121.71953196099997, - 37.19520346000007 - ], - [ - -121.71899075899995, - 37.19558455400005 - ], - [ - -121.71866922399994, - 37.195270454000024 - ], - [ - -121.71825754999998, - 37.195560399000044 - ], - [ - -121.71581809099996, - 37.19317595200005 - ], - [ - -121.71575359299999, - 37.19311425500007 - ], - [ - -121.71570794399997, - 37.19307059300007 - ], - [ - -121.71336660299994, - 37.19083049100004 - ], - [ - -121.71321978499998, - 37.19068994000003 - ], - [ - -121.71363317099997, - 37.19040022300004 - ], - [ - -121.71192232499999, - 37.18872919200004 - ], - [ - -121.71149740199996, - 37.18900764700004 - ], - [ - -121.71112180199998, - 37.188640777000046 - ], - [ - -121.71107639799999, - 37.18859645200007 - ], - [ - -121.71104564099994, - 37.188566397000045 - ], - [ - -121.71075236799999, - 37.18827993000008 - ], - [ - -121.71130926799998, - 37.18791498500008 - ], - [ - -121.71040547099994, - 37.18703175300004 - ], - [ - -121.70935510799995, - 37.186005255000055 - ], - [ - -121.70929421099999, - 37.185945753000055 - ], - [ - -121.70923334499997, - 37.185886253000035 - ], - [ - -121.70845126799998, - 37.185121915000025 - ], - [ - -121.707890153, - 37.185484029000065 - ], - [ - -121.70617193399994, - 37.18380548500005 - ], - [ - -121.70609382999999, - 37.18372982000005 - ], - [ - -121.70600797099996, - 37.18364665300004 - ], - [ - -121.70557197099998, - 37.183220762000076 - ], - [ - -121.70421447899997, - 37.18189478800008 - ], - [ - -121.70437475699998, - 37.18179130400006 - ], - [ - -121.70477546799998, - 37.18153260200006 - ], - [ - -121.70295575399996, - 37.179755055000044 - ], - [ - -121.70294488499997, - 37.179744432000064 - ], - [ - -121.70283265199998, - 37.17964043300003 - ], - [ - -121.70300297999995, - 37.17953046100007 - ], - [ - -121.70065200599998, - 37.17723331000008 - ], - [ - -121.70021711799996, - 37.17680837300003 - ], - [ - -121.69934224499997, - 37.17595346300004 - ], - [ - -121.699221164, - 37.17583753500003 - ], - [ - -121.69905664499998, - 37.17594375700003 - ], - [ - -121.69846950599998, - 37.175370060000034 - ], - [ - -121.69789123899994, - 37.17480501400007 - ], - [ - -121.69777165099998, - 37.17493414300003 - ], - [ - -121.69638730599996, - 37.17358143800004 - ], - [ - -121.69659791, - 37.17335382600004 - ], - [ - -121.69594005699997, - 37.17271098300006 - ], - [ - -121.69587900999994, - 37.17265133800004 - ], - [ - -121.69580546699996, - 37.172579486000075 - ], - [ - -121.69558800699997, - 37.17236698700003 - ], - [ - -121.69547362099996, - 37.172442157000035 - ], - [ - -121.69453456699995, - 37.17152707400004 - ], - [ - -121.69415592999997, - 37.171158123000055 - ], - [ - -121.69383049399994, - 37.17084097400004 - ], - [ - -121.69282425199998, - 37.16986036800006 - ], - [ - -121.69181440299997, - 37.16887622200005 - ], - [ - -121.69202647399999, - 37.168737114000066 - ], - [ - -121.69251226399996, - 37.168418487000054 - ], - [ - -121.69376397599996, - 37.16759749700003 - ], - [ - -121.69369018999998, - 37.16752436500008 - ], - [ - -121.69362054899995, - 37.16745640900007 - ], - [ - -121.69353312799996, - 37.16737098500005 - ], - [ - -121.69344271099999, - 37.16728264100004 - ], - [ - -121.693346427, - 37.16718849600005 - ], - [ - -121.69325017099999, - 37.16709439500005 - ], - [ - -121.69316111699999, - 37.16700883000004 - ], - [ - -121.69275922699995, - 37.166616420000025 - ], - [ - -121.69150755099997, - 37.16743739800006 - ], - [ - -121.69102147899997, - 37.16775618400004 - ], - [ - -121.69082125199998, - 37.16756087300007 - ], - [ - -121.69062561599998, - 37.16737004600003 - ], - [ - -121.69057690099999, - 37.167401992000066 - ], - [ - -121.69000041899994, - 37.166839063000054 - ], - [ - -121.68996779499997, - 37.16680721400007 - ], - [ - -121.689843124, - 37.16667593200003 - ], - [ - -121.68912094799998, - 37.16714957600004 - ], - [ - -121.68736210699996, - 37.16543350200004 - ], - [ - -121.68660800699996, - 37.164697717000024 - ], - [ - -121.68911192699994, - 37.163054472000056 - ], - [ - -121.68927151799994, - 37.16295032800008 - ], - [ - -121.68933141499997, - 37.16290945800006 - ], - [ - -121.69027163899995, - 37.16229296000006 - ], - [ - -121.69127298299998, - 37.16163630300008 - ], - [ - -121.69227382199995, - 37.16097952800004 - ], - [ - -121.69101683999997, - 37.15975275200003 - ], - [ - -121.69074400799997, - 37.15948633100004 - ], - [ - -121.69046557099995, - 37.15921442800004 - ], - [ - -121.68976046899996, - 37.15852586600005 - ], - [ - -121.68969658199995, - 37.15846311400003 - ], - [ - -121.68963040799997, - 37.15839811700005 - ], - [ - -121.68862934999999, - 37.159054780000076 - ], - [ - -121.68807601399999, - 37.159417749000056 - ], - [ - -121.68756079899998, - 37.15975567800007 - ], - [ - -121.687521399, - 37.15978153100008 - ], - [ - -121.68731647699997, - 37.159915934000026 - ], - [ - -121.68699576199998, - 37.160126269000045 - ], - [ - -121.68685839999995, - 37.160216336000076 - ], - [ - -121.68681588599998, - 37.16024421100008 - ], - [ - -121.68677334599994, - 37.16027211000005 - ], - [ - -121.68673083099998, - 37.16029998600004 - ], - [ - -121.686678412, - 37.16033437100003 - ], - [ - -121.68641484099999, - 37.16050734100003 - ], - [ - -121.68521629799994, - 37.16129347000003 - ], - [ - -121.685179899, - 37.16131734700008 - ], - [ - -121.68491742299994, - 37.16148947800008 - ], - [ - -121.68459162699997, - 37.161703154000065 - ], - [ - -121.68445559199995, - 37.16179240400004 - ], - [ - -121.68438103399995, - 37.161841295000045 - ], - [ - -121.684252776, - 37.161925041000075 - ], - [ - -121.683964205, - 37.162114648000056 - ], - [ - -121.68403123599995, - 37.162175793000074 - ], - [ - -121.68409454799996, - 37.16224223900008 - ], - [ - -121.68509967199998, - 37.16322368400006 - ], - [ - -121.68494094899995, - 37.16333083500007 - ], - [ - -121.68476818399995, - 37.16344746400006 - ], - [ - -121.68461589499998, - 37.16355027000003 - ], - [ - -121.67839379499998, - 37.16762135100004 - ], - [ - -121.677591571, - 37.168146179000075 - ], - [ - -121.67689915399995, - 37.16859916800007 - ], - [ - -121.67588122899997, - 37.167594343000076 - ], - [ - -121.67579479899996, - 37.16750901200004 - ], - [ - -121.67577318499997, - 37.167487668000035 - ], - [ - -121.67553618299996, - 37.167253721000066 - ], - [ - -121.67505620099996, - 37.166779887000075 - ], - [ - -121.67454063499997, - 37.16627093100004 - ], - [ - -121.67397019999999, - 37.165707773000065 - ], - [ - -121.67376766399997, - 37.165507809000076 - ], - [ - -121.67356509799998, - 37.165307823000035 - ], - [ - -121.67295743899996, - 37.164707931000066 - ], - [ - -121.67225026699998, - 37.164009762000035 - ], - [ - -121.673443234, - 37.163163144000066 - ], - [ - -121.67440036699998, - 37.16248389000003 - ], - [ - -121.67535977199998, - 37.16180298100005 - ], - [ - -121.67632128099996, - 37.16112053000006 - ], - [ - -121.67728469599996, - 37.16043674800005 - ], - [ - -121.67767519799997, - 37.160159588000056 - ], - [ - -121.678064286, - 37.15988342500003 - ], - [ - -121.67845336799996, - 37.159607261000076 - ], - [ - -121.67967815399999, - 37.15873789400007 - ], - [ - -121.67969874299996, - 37.15872328900008 - ], - [ - -121.67969058199998, - 37.15871536000003 - ], - [ - -121.67967980599997, - 37.15870482500003 - ], - [ - -121.67980543999994, - 37.158616161000054 - ], - [ - -121.67998618999997, - 37.158488599000066 - ], - [ - -121.68014071399995, - 37.15837954300008 - ], - [ - -121.67970815199999, - 37.157957003000035 - ], - [ - -121.67943889399999, - 37.15770217100004 - ], - [ - -121.67842658899997, - 37.156710978000035 - ], - [ - -121.67764160799999, - 37.15594239600006 - ], - [ - -121.67751413399998, - 37.155817583000044 - ], - [ - -121.67740648399996, - 37.15588964800003 - ], - [ - -121.67703831199998, - 37.15613609300004 - ], - [ - -121.67608320699998, - 37.15679937300007 - ], - [ - -121.674465941, - 37.15792236500005 - ], - [ - -121.67263132799997, - 37.15919627100004 - ], - [ - -121.67224756399997, - 37.15946272700006 - ], - [ - -121.67221701099999, - 37.15948393000008 - ], - [ - -121.672208609, - 37.159489783000026 - ], - [ - -121.67091949399997, - 37.16038480100008 - ], - [ - -121.67091694799996, - 37.16038656600006 - ], - [ - -121.67005523799997, - 37.16098486200008 - ], - [ - -121.66914015599997, - 37.16162017000005 - ], - [ - -121.66913724299997, - 37.16162219100005 - ], - [ - -121.66779916499996, - 37.16255115000007 - ], - [ - -121.66718825599997, - 37.162975251000034 - ], - [ - -121.66662575, - 37.16336574500008 - ], - [ - -121.666554422, - 37.16341523400007 - ], - [ - -121.66648314899999, - 37.163464720000036 - ], - [ - -121.66609727599996, - 37.16373257300006 - ], - [ - -121.66603958099995, - 37.163689774000034 - ], - [ - -121.66603816699995, - 37.16369074900007 - ], - [ - -121.66556701499997, - 37.16401614600005 - ], - [ - -121.66665689799999, - 37.164829216000044 - ], - [ - -121.66866947399996, - 37.16633051200006 - ], - [ - -121.668820789, - 37.16644340000005 - ], - [ - -121.66825367499996, - 37.16684580400005 - ], - [ - -121.66798943599997, - 37.16703329600006 - ], - [ - -121.66819759799995, - 37.167270020000046 - ], - [ - -121.66764358899997, - 37.16764094400003 - ], - [ - -121.66730019599999, - 37.16787085200008 - ], - [ - -121.667136186, - 37.16798065800003 - ], - [ - -121.66638239699995, - 37.16851513300003 - ], - [ - -121.66778912799998, - 37.16876015300005 - ], - [ - -121.66808150199995, - 37.169046595000054 - ], - [ - -121.66824396199996, - 37.168940416000055 - ], - [ - -121.66959950199998, - 37.16896504500005 - ], - [ - -121.67022679599995, - 37.16906740100006 - ], - [ - -121.67334956299999, - 37.17092118900007 - ], - [ - -121.673193675, - 37.17102316800003 - ], - [ - -121.67317864199998, - 37.17103300100007 - ], - [ - -121.67228393099998, - 37.17161825300008 - ], - [ - -121.67157013599996, - 37.17215334400004 - ], - [ - -121.67072681299999, - 37.17268270000005 - ], - [ - -121.67120295499996, - 37.173166295000044 - ], - [ - -121.67072547699996, - 37.17348456600007 - ], - [ - -121.674660572, - 37.177463741000054 - ], - [ - -121.67615156899996, - 37.17897128300007 - ], - [ - -121.68177993199998, - 37.175410992000025 - ], - [ - -121.68390873099997, - 37.17401823900008 - ], - [ - -121.68396481499997, - 37.17398155200004 - ], - [ - -121.684483216, - 37.17364239600005 - ], - [ - -121.685213004, - 37.17316492700007 - ], - [ - -121.69019939999998, - 37.16990217500006 - ], - [ - -121.69075734499995, - 37.16953706700008 - ], - [ - -121.69141919299994, - 37.170182186000034 - ], - [ - -121.69206590899995, - 37.17081571400007 - ], - [ - -121.69380298799996, - 37.172517293000055 - ], - [ - -121.69494514699994, - 37.17363603600006 - ], - [ - -121.69509416699998, - 37.173541786000044 - ], - [ - -121.69528026199998, - 37.17342408900004 - ], - [ - -121.69537136499997, - 37.173325626000064 - ], - [ - -121.69540665399995, - 37.17328747500005 - ], - [ - -121.69551195699995, - 37.173173647000056 - ], - [ - -121.69566988099996, - 37.17332797600005 - ], - [ - -121.69553711999998, - 37.17341498500008 - ], - [ - -121.69537428899997, - 37.173515989000066 - ], - [ - -121.69518914499997, - 37.17363475700006 - ], - [ - -121.6950409199999, - 37.17372984100007 - ], - [ - -121.69590863299999, - 37.17457974900003 - ], - [ - -121.69592231899998, - 37.17459316000003 - ], - [ - -121.69704914, - 37.17569681800006 - ], - [ - -121.69768990999995, - 37.176324401000045 - ], - [ - -121.69846117199995, - 37.17707980900008 - ], - [ - -121.69864233599998, - 37.17725722000006 - ], - [ - -121.69867851599997, - 37.17729264900004 - ], - [ - -121.69999455399994, - 37.17858154900006 - ], - [ - -121.700674344, - 37.179247263000036 - ], - [ - -121.701353999, - 37.17991288400003 - ], - [ - -121.70249606799996, - 37.181031279000024 - ], - [ - -121.70260464899997, - 37.18113760500006 - ], - [ - -121.70264809899999, - 37.18118014400005 - ], - [ - -121.70332139599998, - 37.181839456000034 - ], - [ - -121.702202619, - 37.18256700400008 - ], - [ - -121.702819853, - 37.183174594000036 - ], - [ - -121.70225359499995, - 37.18354321000004 - ], - [ - -121.70224201599996, - 37.18355076800003 - ], - [ - -121.70190649399996, - 37.18376919200006 - ], - [ - -121.70201893899997, - 37.184106934000056 - ], - [ - -121.70203881099997, - 37.18430236300003 - ], - [ - -121.70301178499994, - 37.18539875700003 - ], - [ - -121.70317545799998, - 37.18549877100003 - ], - [ - -121.70409890699995, - 37.18606282500008 - ], - [ - -121.70468371599998, - 37.185678375000066 - ], - [ - -121.70519916499995, - 37.18618029100003 - ], - [ - -121.70619472599998, - 37.185525788000064 - ], - [ - -121.70755024799996, - 37.18684564800003 - ], - [ - -121.70810656699996, - 37.18647990200003 - ], - [ - -121.70813804, - 37.18651029400007 - ], - [ - -121.70820290599994, - 37.186572959000046 - ], - [ - -121.70892902299994, - 37.187274495000054 - ], - [ - -121.70947638799998, - 37.18780334600007 - ], - [ - -121.70977361299998, - 37.18809048700007 - ], - [ - -121.70985801299997, - 37.18817203700007 - ], - [ - -121.70930908999998, - 37.18853364100005 - ], - [ - -121.70944316999999, - 37.18866393700006 - ], - [ - -121.70904328599994, - 37.18892736000004 - ], - [ - -121.70852812799995, - 37.18842676400004 - ], - [ - -121.70841200499996, - 37.18850310800008 - ], - [ - -121.70747819299999, - 37.189117004000025 - ], - [ - -121.70785549899995, - 37.18948590600007 - ], - [ - -121.70796909699999, - 37.18957388700005 - ], - [ - -121.708750652, - 37.19017935900007 - ], - [ - -121.70814749999994, - 37.19061764800006 - ], - [ - -121.70792115799998, - 37.19078215600007 - ], - [ - -121.70767052199994, - 37.190964241000074 - ], - [ - -121.707618433, - 37.19100208800006 - ], - [ - -121.70700293799996, - 37.19144931100004 - ], - [ - -121.70804514099996, - 37.19194438200003 - ], - [ - -121.70822409899995, - 37.19202937500006 - ], - [ - -121.70793590399995, - 37.19221921800005 - ], - [ - -121.70781366199998, - 37.19229974700005 - ], - [ - -121.70762644699994, - 37.192423061000056 - ], - [ - -121.70734585399998, - 37.19216197600008 - ], - [ - -121.70680144599999, - 37.19159215900004 - ], - [ - -121.70647544399998, - 37.19133575200004 - ], - [ - -121.70594099399995, - 37.19081142300007 - ], - [ - -121.70542993299995, - 37.190477678000036 - ], - [ - -121.70496841399995, - 37.19027281500007 - ], - [ - -121.70425602299997, - 37.190132263000066 - ], - [ - -121.70320382199998, - 37.18987011400003 - ], - [ - -121.70219891, - 37.189500258000066 - ], - [ - -121.70020843799995, - 37.18913783100004 - ], - [ - -121.70009254399997, - 37.18887931900008 - ], - [ - -121.69836399199994, - 37.18817564100004 - ], - [ - -121.69654665699994, - 37.18725812400004 - ], - [ - -121.69553905299995, - 37.18791394900006 - ], - [ - -121.69536827799999, - 37.18780781700008 - ], - [ - -121.69539225199998, - 37.18778816200006 - ], - [ - -121.69515882599995, - 37.18764625400007 - ], - [ - -121.69499089199996, - 37.187635587000045 - ], - [ - -121.69487050299995, - 37.18756190100004 - ], - [ - -121.69440333499995, - 37.18738376400006 - ], - [ - -121.69109404899996, - 37.18664813600003 - ], - [ - -121.69103105799996, - 37.18662511000008 - ], - [ - -121.69091991899995, - 37.18669735900005 - ], - [ - -121.68979316099995, - 37.18742985800003 - ], - [ - -121.68971373399995, - 37.18748150300007 - ], - [ - -121.68896197999999, - 37.18803154900007 - ], - [ - -121.68859413699994, - 37.18830069000006 - ], - [ - -121.688451983, - 37.188183958000025 - ], - [ - -121.68809106599997, - 37.18788757000004 - ], - [ - -121.68745755499998, - 37.18739209000006 - ], - [ - -121.687392349, - 37.18734287600006 - ], - [ - -121.68731756199998, - 37.18728860900006 - ], - [ - -121.68627996899994, - 37.18651918900008 - ], - [ - -121.685370246, - 37.18569353000004 - ], - [ - -121.68493711699995, - 37.185396995000076 - ], - [ - -121.68467968299996, - 37.18489865000004 - ], - [ - -121.68461738299999, - 37.18484489600007 - ], - [ - -121.68274196399994, - 37.183226225000055 - ], - [ - -121.68212650199996, - 37.18269503200003 - ], - [ - -121.68078533399995, - 37.181252348000044 - ], - [ - -121.68073924799995, - 37.18069003900007 - ], - [ - -121.67987116399996, - 37.17990415600008 - ], - [ - -121.67984994699998, - 37.179886586000066 - ], - [ - -121.67982683799994, - 37.179870590000064 - ], - [ - -121.679802097, - 37.179856305000044 - ], - [ - -121.67977581399998, - 37.17984384300007 - ], - [ - -121.679748271, - 37.17983331900007 - ], - [ - -121.67971967299997, - 37.17982474900003 - ], - [ - -121.67969021999994, - 37.179818270000055 - ], - [ - -121.67966023099996, - 37.17981390400007 - ], - [ - -121.67962978899999, - 37.17981169300003 - ], - [ - -121.67959923599994, - 37.17981165800006 - ], - [ - -121.67956883299996, - 37.179813773000035 - ], - [ - -121.67953874999995, - 37.17981810500004 - ], - [ - -121.67950930099994, - 37.179824490000044 - ], - [ - -121.67948065599995, - 37.17983297300003 - ], - [ - -121.678282761, - 37.18023716300007 - ], - [ - -121.67750562299994, - 37.17967001300008 - ], - [ - -121.67728779099997, - 37.17972114400004 - ], - [ - -121.67628853099995, - 37.179967231000035 - ], - [ - -121.67431430899995, - 37.17804451500007 - ], - [ - -121.669560876, - 37.173414551000064 - ], - [ - -121.67014820999998, - 37.17304590500004 - ], - [ - -121.66910809099994, - 37.172427680000055 - ], - [ - -121.66726214599998, - 37.17170748900003 - ], - [ - -121.66601600499996, - 37.17121709200006 - ], - [ - -121.66416780099996, - 37.17052443400007 - ], - [ - -121.66357738399995, - 37.17158629900007 - ], - [ - -121.66311081299995, - 37.17276290800004 - ], - [ - -121.661305627, - 37.17269613600007 - ], - [ - -121.66124911799994, - 37.172695049000026 - ], - [ - -121.66080554899997, - 37.17268645200005 - ], - [ - -121.65952768499994, - 37.17264671400005 - ], - [ - -121.65883742699998, - 37.17264458300008 - ], - [ - -121.65846506599996, - 37.17263309600003 - ], - [ - -121.65804592999996, - 37.17260824700003 - ], - [ - -121.65784741099998, - 37.17259080400004 - ], - [ - -121.65676863799996, - 37.17230714900006 - ], - [ - -121.65624569999994, - 37.17217272000005 - ], - [ - -121.656217616, - 37.17216551200005 - ], - [ - -121.65621235599997, - 37.17217323300008 - ], - [ - -121.65616805599996, - 37.17223835600004 - ], - [ - -121.65597610299994, - 37.172175569000046 - ], - [ - -121.65305087099995, - 37.171218776000046 - ], - [ - -121.65303281799999, - 37.17121286500003 - ], - [ - -121.65149133499995, - 37.17070861000008 - ], - [ - -121.64850297499999, - 37.169730971000035 - ], - [ - -121.64259394199996, - 37.16784919300005 - ], - [ - -121.64228275999994, - 37.16847742500005 - ], - [ - -121.64223556199994, - 37.16857273900007 - ], - [ - -121.64221502899994, - 37.16861416200004 - ], - [ - -121.641021809, - 37.16823564500004 - ], - [ - -121.64133985399997, - 37.16756164000003 - ], - [ - -121.64138559699995, - 37.16746471600004 - ], - [ - -121.63821465599995, - 37.166458728000066 - ], - [ - -121.63820023299996, - 37.16645433800005 - ], - [ - -121.63731768499997, - 37.16618575200005 - ], - [ - -121.63632017299994, - 37.165882131000046 - ], - [ - -121.633155392, - 37.16491884100003 - ], - [ - -121.632886198, - 37.16483692000003 - ], - [ - -121.63285990299994, - 37.16484369900007 - ], - [ - -121.63146272999995, - 37.16520339900006 - ], - [ - -121.63111888999998, - 37.165291919000026 - ], - [ - -121.63102205499996, - 37.165316844000074 - ], - [ - -121.63096842899995, - 37.165330434000055 - ], - [ - -121.63089031099997, - 37.16535023200004 - ], - [ - -121.62971667299996, - 37.16585689400006 - ], - [ - -121.62967453299996, - 37.165875087000074 - ], - [ - -121.62963904399999, - 37.165890398000045 - ], - [ - -121.62938685599994, - 37.16599929100005 - ], - [ - -121.62934042399996, - 37.166028967000045 - ], - [ - -121.62807827799998, - 37.16683565200003 - ], - [ - -121.62776587499997, - 37.167113105000055 - ], - [ - -121.62580392899997, - 37.16885559600007 - ], - [ - -121.62356379699997, - 37.17008757900004 - ], - [ - -121.62331391199996, - 37.17042010900008 - ], - [ - -121.62286340599996, - 37.171019640000054 - ], - [ - -121.61921572699998, - 37.172559558000046 - ], - [ - -121.61823314199995, - 37.17300105700008 - ], - [ - -121.618023285, - 37.17309535100003 - ], - [ - -121.61706629699995, - 37.17350111700006 - ], - [ - -121.616591025, - 37.173702615000025 - ], - [ - -121.61655270799997, - 37.17371884200003 - ], - [ - -121.61647974299996, - 37.17374977500003 - ], - [ - -121.615816898, - 37.17403081500004 - ], - [ - -121.60937223299999, - 37.17675159500004 - ], - [ - -121.61052182599997, - 37.17842975100007 - ], - [ - -121.60865058199994, - 37.17922742300004 - ], - [ - -121.60749395299996, - 37.17753560500006 - ], - [ - -121.60632736499997, - 37.17802381200005 - ], - [ - -121.60632079799996, - 37.17802657500005 - ], - [ - -121.60627599299994, - 37.17804533300006 - ], - [ - -121.60627440599995, - 37.17804257900008 - ], - [ - -121.603667681, - 37.179132982000056 - ], - [ - -121.60227629899998, - 37.179715239000075 - ], - [ - -121.599963716, - 37.18138503600005 - ], - [ - -121.59948815799999, - 37.181677679000074 - ], - [ - -121.59008246299999, - 37.18810889700006 - ], - [ - -121.58651961699996, - 37.18819080000003 - ], - [ - -121.58585685499997, - 37.18820601900006 - ], - [ - -121.58594979499998, - 37.195189766000055 - ], - [ - -121.60168053199999, - 37.195166640000025 - ], - [ - -121.60177543299994, - 37.19516647900008 - ], - [ - -121.60420787899994, - 37.19516269200005 - ], - [ - -121.60421486099995, - 37.195162681000056 - ], - [ - -121.60430802299999, - 37.20203500400004 - ], - [ - -121.60431239199994, - 37.20235833800007 - ], - [ - -121.604358575, - 37.20235826800007 - ], - [ - -121.62251055399997, - 37.202328496000064 - ], - [ - -121.63130170299996, - 37.20231307600005 - ], - [ - -121.63150235199998, - 37.21673066100004 - ], - [ - -121.63554091699996, - 37.216723355000056 - ], - [ - -121.63950047399999, - 37.21576914100007 - ], - [ - -121.63983486499995, - 37.21623705400003 - ], - [ - -121.63999354999999, - 37.21662901600007 - ], - [ - -121.64001575499998, - 37.21671507000008 - ], - [ - -121.640393556, - 37.216714386000035 - ], - [ - -121.65562661599995, - 37.21668489500007 - ], - [ - -121.65599382699997, - 37.21668417700005 - ], - [ - -121.65605998399997, - 37.21668404700006 - ], - [ - -121.65606002299995, - 37.21668404700006 - ], - [ - -121.65618840399998, - 37.216500421000035 - ], - [ - -121.65684505999997, - 37.215561293000064 - ], - [ - -121.65685000299999, - 37.21555425400004 - ], - [ - -121.65685211699997, - 37.21555124300005 - ], - [ - -121.65685010099997, - 37.21554599500007 - ], - [ - -121.65685008099996, - 37.21554594400004 - ], - [ - -121.65684776399996, - 37.215539910000075 - ], - [ - -121.6566915399999, - 37.215133610000066 - ], - [ - -121.65660680299999, - 37.21491318600005 - ], - [ - -121.65659667699998, - 37.21488685600008 - ], - [ - -121.65654498899994, - 37.21475240700005 - ], - [ - -121.65657252899996, - 37.21471878700004 - ], - [ - -121.656609259, - 37.21467394800004 - ], - [ - -121.65680994799999, - 37.21442895600006 - ], - [ - -121.656932257, - 37.21427964900005 - ], - [ - -121.657666958, - 37.21338278200005 - ], - [ - -121.65856980299998, - 37.21283498400004 - ], - [ - -121.65913547499997, - 37.21256501200003 - ], - [ - -121.65926885799996, - 37.21252558000003 - ], - [ - -121.65969543399996, - 37.21239946900005 - ], - [ - -121.66013073899995, - 37.21234477300004 - ], - [ - -121.66037219999998, - 37.21231443200003 - ], - [ - -121.66071965599997, - 37.21216108100003 - ], - [ - -121.66130418499995, - 37.211903093000046 - ], - [ - -121.66175641099994, - 37.21151965200005 - ], - [ - -121.662102356, - 37.211279811000054 - ], - [ - -121.66218030199997, - 37.21064050600006 - ], - [ - -121.66220531899995, - 37.21043548700004 - ], - [ - -121.66221221399996, - 37.21037897900004 - ], - [ - -121.66300187999997, - 37.21056624400006 - ], - [ - -121.66300196699996, - 37.210566261000054 - ], - [ - -121.66347431799994, - 37.21044173700005 - ], - [ - -121.66387671499996, - 37.210335659000066 - ], - [ - -121.66442297699996, - 37.20882237500007 - ], - [ - -121.66480614899996, - 37.20871781500006 - ], - [ - -121.66480619299995, - 37.20871780300007 - ], - [ - -121.66475349099994, - 37.20846653700005 - ], - [ - -121.66472730999999, - 37.20834171900003 - ], - [ - -121.66488797999995, - 37.20819035900007 - ], - [ - -121.66511626199997, - 37.20797530500005 - ], - [ - -121.66505525599996, - 37.20763179800008 - ], - [ - -121.66502319399996, - 37.20732224400007 - ], - [ - -121.66490498199994, - 37.20703326800003 - ], - [ - -121.66499397099994, - 37.206632383000056 - ], - [ - -121.66490883499995, - 37.20645715100005 - ], - [ - -121.664776873, - 37.20618557600005 - ], - [ - -121.66761267099997, - 37.20618765000006 - ], - [ - -121.667827338, - 37.206187804000024 - ], - [ - -121.66786576799996, - 37.20616820300006 - ], - [ - -121.67021508, - 37.20496984400006 - ], - [ - -121.67260799399997, - 37.20374917400005 - ], - [ - -121.67336334699996, - 37.20336383600005 - ], - [ - -121.67911637499998, - 37.20242158000008 - ], - [ - -121.67911648199998, - 37.202307493000035 - ], - [ - -121.67911679999997, - 37.20196837000003 - ], - [ - -121.67911801499997, - 37.20067102400003 - ], - [ - -121.68289369699994, - 37.20067321500005 - ], - [ - -121.69239283299999, - 37.20067827100007 - ], - [ - -121.69565778199996, - 37.20153996100004 - ], - [ - -121.69694154999996, - 37.20187872400004 - ], - [ - -121.69994920699997, - 37.20267232100008 - ], - [ - -121.70296377299996, - 37.203467663000026 - ], - [ - -121.705583392, - 37.20597918200008 - ], - [ - -121.70706541099997, - 37.207399903000066 - ], - [ - -121.70715723099994, - 37.20748794900004 - ], - [ - -121.71049796799997, - 37.20750699300004 - ], - [ - -121.71367173599998, - 37.207524987000056 - ], - [ - -121.71487455599998, - 37.20753178500007 - ], - [ - -121.71225618699998, - 37.20504426100007 - ], - [ - -121.71154377099998, - 37.20436743500005 - ], - [ - -121.70825311199997, - 37.20189691000007 - ], - [ - -121.70698249599997, - 37.200942903000055 - ], - [ - -121.70802714799999, - 37.20008153400005 - ], - [ - -121.70881860399999, - 37.19943985200007 - ], - [ - -121.70889709199997, - 37.199376219000044 - ], - [ - -121.70899473399999, - 37.199297057000024 - ], - [ - -121.70855781499995, - 37.19895219000006 - ], - [ - -121.70588996999999, - 37.19684639900004 - ], - [ - -121.70221230399994, - 37.19493475400003 - ], - [ - -121.70232087499994, - 37.19485567800007 - ], - [ - -121.70242161199997, - 37.19478231200003 - ], - [ - -121.70626644099997, - 37.19198187300003 - ], - [ - -121.706785675, - 37.19252540200006 - ], - [ - -121.70739179499998, - 37.19308929500005 - ], - [ - -121.70741212699994, - 37.193124082000054 - ], - [ - -121.70743245699998, - 37.19315882500007 - ], - [ - -121.70800679099995, - 37.192780578000054 - ], - [ - -121.70831460599999, - 37.19257780500004 - ], - [ - -121.70876045899996, - 37.192284130000075 - ], - [ - -121.708849139, - 37.19236834000003 - ], - [ - -121.70909212199996, - 37.192208281000035 - ], - [ - -121.70942207099995, - 37.19199094700008 - ], - [ - -121.71174057499996, - 37.19046363100006 - ], - [ - -121.71172447199996, - 37.190448005000064 - ], - [ - -121.71128230199997, - 37.19001837600007 - ], - [ - -121.71157402499995, - 37.18982654100006 - ], - [ - -121.71201714499995, - 37.19025476300004 - ], - [ - -121.71213625299998, - 37.190369874000055 - ], - [ - -121.71243969299996, - 37.190663122000046 - ], - [ - -121.71188314999995, - 37.19102976200003 - ], - [ - -121.71327539299995, - 37.19237520300004 - ], - [ - -121.71202979399999, - 37.19319574100007 - ], - [ - -121.71066625699996, - 37.19409393500007 - ], - [ - -121.71169053199998, - 37.19506660700006 - ], - [ - -121.71365794599996, - 37.19610589300004 - ], - [ - -121.71448314899999, - 37.195562292000034 - ], - [ - -121.71572615399998, - 37.19474342600006 - ], - [ - -121.71759942799997, - 37.196553505000054 - ], - [ - -121.71815476499995, - 37.19618568300007 - ], - [ - -121.71856839699996, - 37.19658532500006 - ], - [ - -121.718587233, - 37.19660353200004 - ], - [ - -121.71885815199994, - 37.19640756900003 - ], - [ - -121.71901277299997, - 37.196298676000026 - ], - [ - -121.71942501599995, - 37.19600842400007 - ], - [ - -121.71969707199997, - 37.19627419400007 - ], - [ - -121.71928485799998, - 37.196564446000025 - ], - [ - -121.71913012299996, - 37.19667341000007 - ], - [ - -121.71885393499997, - 37.19686123200006 - ], - [ - -121.7188674399999, - 37.196874276000074 - ], - [ - -121.71923569799998, - 37.19723007500005 - ], - [ - -121.72042424699998, - 37.19835683500003 - ], - [ - -121.72071333899999, - 37.19864185700004 - ], - [ - -121.72079819799995, - 37.19872552500004 - ], - [ - -121.72086653799994, - 37.19879290800003 - ], - [ - -121.72111380899997, - 37.19861179000003 - ], - [ - -121.721163822, - 37.19857654500004 - ], - [ - -121.72126843099994, - 37.19850275700003 - ], - [ - -121.72168078199996, - 37.19821199200004 - ], - [ - -121.72211585899998, - 37.19863696500005 - ], - [ - -121.72170705399998, - 37.19893115100007 - ], - [ - -121.721605437, - 37.19900424400004 - ], - [ - -121.72155371099996, - 37.19904147600005 - ], - [ - -121.72147606399994, - 37.199097008000024 - ], - [ - -121.72142487299999, - 37.19913361700003 - ], - [ - -121.72130153499995, - 37.19922182100004 - ], - [ - -121.72169593899997, - 37.19961066600007 - ], - [ - -121.72198771799998, - 37.19989835900003 - ], - [ - -121.72230773599995, - 37.200213864000034 - ], - [ - -121.72239472099994, - 37.20029963600007 - ], - [ - -121.72297317099998, - 37.20086991900007 - ], - [ - -121.72245431199997, - 37.20122754000005 - ], - [ - -121.72256119899998, - 37.201335193000034 - ], - [ - -121.71973864499995, - 37.20328099300008 - ], - [ - -121.719600072, - 37.203376466000066 - ], - [ - -121.71973774099996, - 37.203745311000034 - ], - [ - -121.72048611699995, - 37.20506501600005 - ], - [ - -121.72124418099997, - 37.20454603200005 - ], - [ - -121.72183084699998, - 37.20480295200008 - ], - [ - -121.72233677699995, - 37.20517648300006 - ], - [ - -121.72246806099997, - 37.20533909000005 - ], - [ - -121.722789993, - 37.20612224800004 - ], - [ - -121.72303219099996, - 37.206331764000026 - ], - [ - -121.72326287599998, - 37.20639538700004 - ], - [ - -121.72417780499995, - 37.20664771700007 - ], - [ - -121.72467533599996, - 37.206823015000055 - ], - [ - -121.72465621599997, - 37.20683500200005 - ], - [ - -121.723245535, - 37.207721019000076 - ], - [ - -121.72365410699996, - 37.20774428200008 - ], - [ - -121.72397219399994, - 37.207762425000055 - ], - [ - -121.724485513, - 37.20798564900008 - ], - [ - -121.72594659999999, - 37.20862097600008 - ], - [ - -121.72603059399995, - 37.208792362000054 - ], - [ - -121.72627499799995, - 37.20929096100008 - ], - [ - -121.72628906099999, - 37.20931963100003 - ], - [ - -121.72652412899998, - 37.209445714000026 - ], - [ - -121.72665434799995, - 37.20987228700005 - ], - [ - -121.72673899499995, - 37.21014961900005 - ], - [ - -121.72705998199996, - 37.20994778000005 - ], - [ - -121.72722479799995, - 37.21049798100006 - ], - [ - -121.72757162399995, - 37.21028019000005 - ], - [ - -121.72980056499995, - 37.20888044900005 - ], - [ - -121.730042546, - 37.20872848400006 - ], - [ - -121.73005057399996, - 37.20873636400006 - ], - [ - -121.73008405499996, - 37.20876933900007 - ], - [ - -121.73091681999995, - 37.209589082000036 - ], - [ - -121.73103349399997, - 37.20970395000006 - ], - [ - -121.73126107999997, - 37.20992774700005 - ], - [ - -121.73132626499995, - 37.20999172300003 - ], - [ - -121.73148892399996, - 37.210151404000044 - ], - [ - -121.73171702099995, - 37.210374874000024 - ], - [ - -121.73192489999997, - 37.210578164000026 - ], - [ - -121.73194534699996, - 37.21059818200007 - ], - [ - -121.73255304399999, - 37.211190429000055 - ], - [ - -121.73257191999994, - 37.21120877000004 - ], - [ - -121.73278841799998, - 37.21114800700008 - ], - [ - -121.73301043999999, - 37.211111654000035 - ], - [ - -121.73323640999996, - 37.211097851000034 - ], - [ - -121.73332028299995, - 37.211040335000064 - ], - [ - -121.73332753099999, - 37.211035364000054 - ], - [ - -121.73344001499999, - 37.211143865000054 - ], - [ - -121.73350538799997, - 37.21120696700007 - ], - [ - -121.73352617999996, - 37.21122698100004 - ], - [ - -121.73355284799999, - 37.21125270400006 - ], - [ - -121.73300538399997, - 37.21162820600006 - ], - [ - -121.73304888399997, - 37.211669863000054 - ], - [ - -121.73338379299997, - 37.21199044600007 - ], - [ - -121.733466137, - 37.21206909500006 - ], - [ - -121.73357325299997, - 37.21217140400006 - ], - [ - -121.73357505699994, - 37.212173147000044 - ], - [ - -121.73377020999999, - 37.21235903400003 - ], - [ - -121.73405072799994, - 37.21262623800004 - ], - [ - -121.73428983399998, - 37.21285336300008 - ], - [ - -121.73505057899996, - 37.21357301100005 - ], - [ - -121.73577717299997, - 37.21425652900007 - ], - [ - -121.73624312399994, - 37.214693143000034 - ], - [ - -121.73665672799996, - 37.21508072700004 - ], - [ - -121.73595663499998, - 37.215581642000075 - ], - [ - -121.73598814999997, - 37.21560976100005 - ], - [ - -121.73686353299996, - 37.21639168100006 - ], - [ - -121.73698495999997, - 37.21650017300004 - ], - [ - -121.73721453599995, - 37.21670519200006 - ], - [ - -121.73724468799998, - 37.21673213500003 - ], - [ - -121.73735835899998, - 37.21683366000008 - ], - [ - -121.73741700899996, - 37.216886051000074 - ], - [ - -121.73779273599996, - 37.21722164000005 - ], - [ - -121.73731531099997, - 37.21723170400003 - ], - [ - -121.73706471999998, - 37.217279148000046 - ], - [ - -121.73680192299997, - 37.21723733600004 - ], - [ - -121.73659103699998, - 37.217203744000074 - ], - [ - -121.73647567799998, - 37.21718537000004 - ], - [ - -121.73507898999998, - 37.218208212000036 - ], - [ - -121.73495603199996, - 37.21829825100008 - ], - [ - -121.73497969199997, - 37.21830461800005 - ], - [ - -121.73503088399997, - 37.218317925000065 - ], - [ - -121.73504249799998, - 37.218320961000074 - ], - [ - -121.73606532999997, - 37.218589777000034 - ], - [ - -121.73772430999998, - 37.218994045000045 - ], - [ - -121.73843570599996, - 37.219590019000066 - ], - [ - -121.73849915899996, - 37.21954157700003 - ], - [ - -121.73889850599994, - 37.21923672100007 - ], - [ - -121.73890769199994, - 37.21922971200007 - ], - [ - -121.73895155899999, - 37.21918212200006 - ], - [ - -121.73950552599996, - 37.218581174000064 - ], - [ - -121.73977181599997, - 37.21881443400008 - ], - [ - -121.74039593499998, - 37.21836752000007 - ], - [ - -121.745121413, - 37.22258786800006 - ], - [ - -121.745255209, - 37.222707323000066 - ], - [ - -121.74693505399995, - 37.22420743400005 - ], - [ - -121.74700126799996, - 37.22426635700003 - ], - [ - -121.74706773699995, - 37.22432509200007 - ], - [ - -121.74713446199996, - 37.22438364100003 - ], - [ - -121.74720146799996, - 37.224442004000025 - ], - [ - -121.7472687, - 37.22450018200004 - ], - [ - -121.74733618699997, - 37.22455817300005 - ], - [ - -121.74740395699996, - 37.22461598000007 - ], - [ - -121.74747195499998, - 37.224673600000074 - ], - [ - -121.74754020599994, - 37.224731011000074 - ], - [ - -121.74760871099994, - 37.22478823700004 - ], - [ - -121.74767747099997, - 37.22484527700004 - ], - [ - -121.74774645699995, - 37.22490213000003 - ], - [ - -121.74781572599994, - 37.22495877600005 - ], - [ - -121.74788521999994, - 37.22501525800004 - ], - [ - -121.74795497099996, - 37.22507150900003 - ], - [ - -121.74802494499994, - 37.225127573000066 - ], - [ - -121.74809517699998, - 37.22518345300006 - ], - [ - -121.748165659, - 37.22523912400004 - ], - [ - -121.74823636899998, - 37.22529460800007 - ], - [ - -121.74830733299996, - 37.22534988500007 - ], - [ - -121.74837855199996, - 37.225404952000076 - ], - [ - -121.74844999599998, - 37.22545983400005 - ], - [ - -121.74852169599995, - 37.225514530000055 - ], - [ - -121.74859361999995, - 37.225569019000034 - ], - [ - -121.748665798, - 37.22562329700003 - ], - [ - -121.74873817399998, - 37.22567736700006 - ], - [ - -121.748810806, - 37.22573125200006 - ], - [ - -121.74888366099998, - 37.22578490600006 - ], - [ - -121.74895677099994, - 37.22583835100005 - ], - [ - -121.74903010799994, - 37.225891655000055 - ], - [ - -121.74910366899996, - 37.225944706000064 - ], - [ - -121.74917748599995, - 37.22599754700008 - ], - [ - -121.74925152799995, - 37.226050204000046 - ], - [ - -121.74932576499998, - 37.226102629000025 - ], - [ - -121.74940025999996, - 37.22615486700005 - ], - [ - -121.74947497799997, - 37.22620689900003 - ], - [ - -121.74954992299996, - 37.22625869900003 - ], - [ - -121.74962509199997, - 37.226310313000056 - ], - [ - -121.74970051499997, - 37.22636167300004 - ], - [ - -121.749776108, - 37.22641289200004 - ], - [ - -121.74985195499994, - 37.226463858000045 - ], - [ - -121.74992802599996, - 37.22651461500004 - ], - [ - -121.75000432499996, - 37.22656516400008 - ], - [ - -121.75008081799996, - 37.22661548200006 - ], - [ - -121.75011919299999, - 37.226640548000034 - ], - [ - -121.75015753899999, - 37.226665592000074 - ], - [ - -121.75023445499994, - 37.22671551600007 - ], - [ - -121.75041459999994, - 37.22683757100003 - ], - [ - -121.75043882799997, - 37.22685398700003 - ], - [ - -121.74998981199997, - 37.22711184900004 - ], - [ - -121.74956860199995, - 37.227353712000024 - ], - [ - -121.74953424299997, - 37.227373442000044 - ], - [ - -121.74829113899995, - 37.22808726000005 - ], - [ - -121.74728387699997, - 37.22866562300004 - ], - [ - -121.74672363899998, - 37.22909117300003 - ], - [ - -121.74662027299996, - 37.22916968900006 - ], - [ - -121.746516698, - 37.229248365000046 - ], - [ - -121.74626633699995, - 37.22943853500004 - ], - [ - -121.74594674999997, - 37.22968128500003 - ], - [ - -121.74577189999997, - 37.22976854400008 - ], - [ - -121.74446976499996, - 37.230418358000065 - ], - [ - -121.73568774999995, - 37.234800232000055 - ], - [ - -121.73524844699995, - 37.23504367400005 - ], - [ - -121.73507968599995, - 37.23513719500005 - ], - [ - -121.73503454099995, - 37.23515973800005 - ], - [ - -121.73495338499998, - 37.23515125600005 - ], - [ - -121.73492560299997, - 37.235148664000064 - ], - [ - -121.73485254399998, - 37.23514160600007 - ], - [ - -121.73477823299999, - 37.235133372000064 - ], - [ - -121.73470471099995, - 37.235124237000036 - ], - [ - -121.73463180299996, - 37.235114202000034 - ], - [ - -121.73458236199997, - 37.23510719300003 - ], - [ - -121.73453235, - 37.23510366900007 - ], - [ - -121.73448213599994, - 37.23510365000004 - ], - [ - -121.73443212499996, - 37.23510715300006 - ], - [ - -121.73438265799996, - 37.23511412900007 - ], - [ - -121.73433416299997, - 37.23512455200006 - ], - [ - -121.73430301599996, - 37.235131426000066 - ], - [ - -121.73427123, - 37.23513604200008 - ], - [ - -121.73423906199997, - 37.23513834900007 - ], - [ - -121.73420674199997, - 37.23513834700003 - ], - [ - -121.73417458299997, - 37.23513600900003 - ], - [ - -121.73414278799999, - 37.23513137700007 - ], - [ - -121.73411166999995, - 37.235124495000036 - ], - [ - -121.73408146099996, - 37.23511538200006 - ], - [ - -121.73405233499994, - 37.235104153000066 - ], - [ - -121.73402460399996, - 37.23509087200006 - ], - [ - -121.73399340999998, - 37.23507929800007 - ], - [ - -121.73396113299998, - 37.235069820000035 - ], - [ - -121.73392797699995, - 37.23506250100007 - ], - [ - -121.73389419899996, - 37.23505738700004 - ], - [ - -121.73385999699997, - 37.23505452000006 - ], - [ - -121.73382560599998, - 37.23505389800005 - ], - [ - -121.73379128199997, - 37.23505556400005 - ], - [ - -121.7337572499999, - 37.235059472000046 - ], - [ - -121.73372371399995, - 37.23506561600004 - ], - [ - -121.73362262399996, - 37.235085954000056 - ], - [ - -121.73352413599997, - 37.23511324700007 - ], - [ - -121.73342899699998, - 37.23514730200003 - ], - [ - -121.73333884799996, - 37.235174964000066 - ], - [ - -121.73324583699997, - 37.235195858000054 - ], - [ - -121.73315085299998, - 37.23520976700007 - ], - [ - -121.73305463399998, - 37.23521659600004 - ], - [ - -121.73296946899995, - 37.23521673700003 - ], - [ - -121.73288434699998, - 37.235214291000034 - ], - [ - -121.73279941399994, - 37.235209258000054 - ], - [ - -121.73262194999995, - 37.235196890000054 - ], - [ - -121.73254257399998, - 37.23519220900005 - ], - [ - -121.73246300099999, - 37.23519291000008 - ], - [ - -121.732383804, - 37.235199031000036 - ], - [ - -121.73230552599995, - 37.23521049900006 - ], - [ - -121.73222873599997, - 37.23522723900004 - ], - [ - -121.73215403599994, - 37.23524915200005 - ], - [ - -121.73211847199997, - 37.23525561500003 - ], - [ - -121.73208235299995, - 37.23525954300004 - ], - [ - -121.73204593, - 37.23526084200006 - ], - [ - -121.73200949499994, - 37.23525953200004 - ], - [ - -121.73197335999998, - 37.23525563100003 - ], - [ - -121.73193781299994, - 37.235249139000075 - ], - [ - -121.73190314099998, - 37.235240143000055 - ], - [ - -121.73186960099997, - 37.23522870800008 - ], - [ - -121.73173284999996, - 37.23517143500004 - ], - [ - -121.73170799399998, - 37.235160574000076 - ], - [ - -121.73168244099998, - 37.23515081700003 - ], - [ - -121.73165627599997, - 37.23514216500007 - ], - [ - -121.73130081199997, - 37.235024020000026 - ], - [ - -121.73127778599996, - 37.23501647900008 - ], - [ - -121.73125439999995, - 37.23500965300008 - ], - [ - -121.73123068299998, - 37.235003608000056 - ], - [ - -121.731065678, - 37.234960296000054 - ], - [ - -121.731040141, - 37.23495495700007 - ], - [ - -121.73101433199997, - 37.23495056000007 - ], - [ - -121.73098828199994, - 37.23494708000004 - ], - [ - -121.73093886599997, - 37.23494325100006 - ], - [ - -121.73088921899995, - 37.23494292600003 - ], - [ - -121.73083974599996, - 37.23494610200004 - ], - [ - -121.73077093899997, - 37.234952090000036 - ], - [ - -121.73072377199998, - 37.23495617900005 - ], - [ - -121.73067701599996, - 37.23496276000003 - ], - [ - -121.73063093199994, - 37.234971759000075 - ], - [ - -121.73052908399995, - 37.23499141600007 - ], - [ - -121.73048770699995, - 37.23499949500007 - ], - [ - -121.73044684099995, - 37.235009035000076 - ], - [ - -121.73040654299996, - 37.23502005700004 - ], - [ - -121.730283198, - 37.235053650000054 - ], - [ - -121.73019296599995, - 37.23508160800003 - ], - [ - -121.73015165399994, - 37.23509369300007 - ], - [ - -121.73010914699995, - 37.23510276900004 - ], - [ - -121.73006582, - 37.23510874100003 - ], - [ - -121.73002197999995, - 37.23511158300005 - ], - [ - -121.72997803099997, - 37.23511124400005 - ], - [ - -121.72993426, - 37.235107742000025 - ], - [ - -121.72989106699998, - 37.23510112300005 - ], - [ - -121.72984879699999, - 37.23509142800003 - ], - [ - -121.72980776499998, - 37.235078721000036 - ], - [ - -121.729753416, - 37.23506043100008 - ], - [ - -121.729697134, - 37.235046397000076 - ], - [ - -121.72963940499994, - 37.23503670300005 - ], - [ - -121.72958080399997, - 37.23503148100008 - ], - [ - -121.72952181999995, - 37.23503075000008 - ], - [ - -121.72946090199997, - 37.23503253500007 - ], - [ - -121.729400425, - 37.23503854900008 - ], - [ - -121.72934081699998, - 37.23504867400004 - ], - [ - -121.72928250999996, - 37.23506290600005 - ], - [ - -121.72922598399998, - 37.23508114800006 - ], - [ - -121.72917163799997, - 37.23510321100008 - ], - [ - -121.72911987299995, - 37.23512895700003 - ], - [ - -121.72907111499995, - 37.235158194000064 - ], - [ - -121.72902567299997, - 37.23519069300005 - ], - [ - -121.72889610399994, - 37.235296910000045 - ], - [ - -121.72846135799995, - 37.23570087000007 - ], - [ - -121.72837239499995, - 37.23578869100004 - ], - [ - -121.72832252599994, - 37.23584625400008 - ], - [ - -121.72826750799999, - 37.23591808500004 - ], - [ - -121.72816809499994, - 37.23605468000005 - ], - [ - -121.72802415199999, - 37.23626395700006 - ], - [ - -121.72800844299996, - 37.23628884200008 - ], - [ - -121.72799336899999, - 37.23631397100007 - ], - [ - -121.727978899, - 37.236339325000074 - ], - [ - -121.72793867999997, - 37.23641109300007 - ], - [ - -121.72792620699994, - 37.23643425000006 - ], - [ - -121.72791514299996, - 37.23645785100007 - ], - [ - -121.72790545999999, - 37.23648187200007 - ], - [ - -121.72781987499997, - 37.236690284000076 - ], - [ - -121.727799775, - 37.23675103700003 - ], - [ - -121.72777334799997, - 37.23681023100005 - ], - [ - -121.72774073599999, - 37.23686740800008 - ], - [ - -121.72770221299999, - 37.23692219600008 - ], - [ - -121.72765800499997, - 37.236974160000045 - ], - [ - -121.72760850599997, - 37.23702297700004 - ], - [ - -121.72755399699997, - 37.23706827400008 - ], - [ - -121.72734738899999, - 37.237241082000025 - ], - [ - -121.72734561199997, - 37.237242679000076 - ], - [ - -121.72723286699994, - 37.23734693200004 - ], - [ - -121.72718502299995, - 37.237390281000046 - ], - [ - -121.72713254299998, - 37.23743004200003 - ], - [ - -121.72707581499998, - 37.23746586200008 - ], - [ - -121.72701529899996, - 37.23749748900008 - ], - [ - -121.72695147399997, - 37.237524664000034 - ], - [ - -121.72688488199998, - 37.23754715300004 - ], - [ - -121.72681603199999, - 37.23756476600005 - ], - [ - -121.72674547099996, - 37.23757740900004 - ], - [ - -121.72667379499995, - 37.23758493500003 - ], - [ - -121.72660154699997, - 37.237587295000026 - ], - [ - -121.72652932899996, - 37.237584482000045 - ], - [ - -121.72643329199997, - 37.237578162000034 - ], - [ - -121.72633815799998, - 37.23756583900007 - ], - [ - -121.72624450199999, - 37.237547593000045 - ], - [ - -121.72615295399999, - 37.23752353400005 - ], - [ - -121.72573354499997, - 37.237414784000066 - ], - [ - -121.725592544, - 37.237382979000074 - ], - [ - -121.72544851199996, - 37.23736164500008 - ], - [ - -121.72530261799994, - 37.23735097300005 - ], - [ - -121.72516399699998, - 37.23735077500004 - ], - [ - -121.72502590599998, - 37.237360254000066 - ], - [ - -121.72488934999996, - 37.237379400000066 - ], - [ - -121.72477954299995, - 37.23739934100007 - ], - [ - -121.72465246299998, - 37.237423973000034 - ], - [ - -121.72453291999994, - 37.237445412000056 - ], - [ - -121.72441196399996, - 37.23746102800004 - ], - [ - -121.72429005299995, - 37.23747081800008 - ], - [ - -121.72422049299996, - 37.23747475000005 - ], - [ - -121.72412743499996, - 37.23747190100005 - ], - [ - -121.72403506399996, - 37.237462202000074 - ], - [ - -121.72394424299995, - 37.23744570900004 - ], - [ - -121.72385569199997, - 37.23742267000006 - ], - [ - -121.72377015299998, - 37.237393145000055 - ], - [ - -121.72367325399995, - 37.23735854200004 - ], - [ - -121.72357838799996, - 37.23732050800004 - ], - [ - -121.72348573, - 37.23727913100004 - ], - [ - -121.72337060999996, - 37.237226247000024 - ], - [ - -121.72326807599995, - 37.237177993000046 - ], - [ - -121.72312754599994, - 37.237108299000056 - ], - [ - -121.72302911899999, - 37.23705553700006 - ], - [ - -121.72292579099997, - 37.23699889100004 - ], - [ - -121.722779786, - 37.23691467200007 - ], - [ - -121.72265632399996, - 37.23684351700007 - ], - [ - -121.72260978999998, - 37.236816375000046 - ], - [ - -121.72256182099994, - 37.23679089700005 - ], - [ - -121.72251250799997, - 37.23676708100004 - ], - [ - -121.72240881, - 37.23672460600005 - ], - [ - -121.72230065899998, - 37.23668993700005 - ], - [ - -121.72218897599998, - 37.236663339000074 - ], - [ - -121.722074712, - 37.23664509900004 - ], - [ - -121.72170246999997, - 37.23658940400003 - ], - [ - -121.72165589399998, - 37.23658252000007 - ], - [ - -121.72160902499996, - 37.23657689800007 - ], - [ - -121.72156194599995, - 37.23657256000007 - ], - [ - -121.72135361299996, - 37.236552783000036 - ], - [ - -121.72132067099994, - 37.23654982900007 - ], - [ - -121.72128763299997, - 37.23654795400006 - ], - [ - -121.72125449699996, - 37.23654711100005 - ], - [ - -121.72086834899994, - 37.23653738300004 - ], - [ - -121.72050453199995, - 37.23654353400008 - ], - [ - -121.72038976399995, - 37.23654365600004 - ], - [ - -121.72027515999997, - 37.23654853600004 - ], - [ - -121.720161035, - 37.236558194000054 - ], - [ - -121.71976012699997, - 37.23659659300006 - ], - [ - -121.71967397199995, - 37.23660454000003 - ], - [ - -121.71958924299997, - 37.23661918000005 - ], - [ - -121.71955839599997, - 37.236627078000026 - ], - [ - -121.71953863899995, - 37.236632135000036 - ], - [ - -121.71950668199997, - 37.23664034400008 - ], - [ - -121.71922516799998, - 37.236706198000036 - ], - [ - -121.718987659, - 37.236766902000056 - ], - [ - -121.718499179, - 37.236898636000035 - ], - [ - -121.71840685899997, - 37.23692345500007 - ], - [ - -121.718398047, - 37.236925824000025 - ], - [ - -121.71841988799997, - 37.23694498700007 - ], - [ - -121.72104242699999, - 37.23902262400003 - ], - [ - -121.72390118499999, - 37.24128718700007 - ], - [ - -121.736010379, - 37.250877125000045 - ], - [ - -121.73878444299999, - 37.25293128100003 - ], - [ - -121.73676609899996, - 37.25459893500005 - ], - [ - -121.73647035999994, - 37.25484326700007 - ], - [ - -121.733434521, - 37.257172601000036 - ], - [ - -121.73720188399994, - 37.259849376000034 - ], - [ - -121.73782466999995, - 37.26029027900006 - ], - [ - -121.73966972799997, - 37.26156553800007 - ], - [ - -121.74509914099997, - 37.25853908500005 - ], - [ - -121.75419250399995, - 37.25846479900008 - ], - [ - -121.75460871399997, - 37.25843969300007 - ], - [ - -121.75477323599995, - 37.258440036000025 - ], - [ - -121.75490193399997, - 37.258436963000065 - ], - [ - -121.75511802199998, - 37.258440277000034 - ], - [ - -121.75528556199998, - 37.258437886000024 - ], - [ - -121.75555279099996, - 37.25843747000005 - ], - [ - -121.75574191099997, - 37.258437799000035 - ], - [ - -121.75594058599995, - 37.258439284000076 - ], - [ - -121.75601397399998, - 37.25843712300008 - ], - [ - -121.75618094699996, - 37.258436774000074 - ], - [ - -121.75638769499994, - 37.25843636400003 - ], - [ - -121.756579849, - 37.258433180000054 - ], - [ - -121.75667508799995, - 37.25843282100004 - ], - [ - -121.75695893199997, - 37.25843453500005 - ], - [ - -121.75712353899996, - 37.258434873000056 - ], - [ - -121.75790487499995, - 37.258427580000046 - ], - [ - -121.75877110599998, - 37.25842808900006 - ], - [ - -121.75962110999996, - 37.25842071000005 - ], - [ - -121.76022613599997, - 37.258422119000045 - ], - [ - -121.76149458699996, - 37.25841546200007 - ], - [ - -121.76219313699994, - 37.258418462000066 - ], - [ - -121.76285966599994, - 37.258411 - ], - [ - -121.76323149499996, - 37.258140395000055 - ], - [ - -121.76388903999998, - 37.257604713000035 - ], - [ - -121.76483335699999, - 37.25684681000007 - ], - [ - -121.76649216299995, - 37.25551351200005 - ], - [ - -121.76672718999998, - 37.25533016700007 - ], - [ - -121.76766424799996, - 37.25456629800004 - ], - [ - -121.76544912199995, - 37.25336217700004 - ], - [ - -121.76503870299996, - 37.25313513300006 - ], - [ - -121.76471646199997, - 37.252969062000034 - ], - [ - -121.76459885199995, - 37.252908450000064 - ], - [ - -121.76393591699997, - 37.25254610600007 - ], - [ - -121.76410653999994, - 37.252330408000034 - ], - [ - -121.7642091, - 37.25220288100007 - ], - [ - -121.76436604399998, - 37.25228255900004 - ], - [ - -121.76447256299997, - 37.25218769900005 - ], - [ - -121.76459217799999, - 37.25209688600006 - ], - [ - -121.76461093699999, - 37.25208185200006 - ], - [ - -121.764737858, - 37.25197097700004 - ], - [ - -121.76479425999997, - 37.251924864000046 - ], - [ - -121.76489543099996, - 37.25184230700006 - ], - [ - -121.76546554099997, - 37.25214579400006 - ], - [ - -121.76533954799999, - 37.252247183000065 - ], - [ - -121.76493778099996, - 37.252577217000066 - ], - [ - -121.76495640899998, - 37.25258628000006 - ], - [ - -121.76497621399994, - 37.25259590700006 - ], - [ - -121.76500170499997, - 37.25260829700005 - ], - [ - -121.76553637699999, - 37.252868242000034 - ], - [ - -121.76561217899996, - 37.25291095800003 - ], - [ - -121.76579680299994, - 37.25300516600004 - ], - [ - -121.76581799, - 37.25301586000006 - ], - [ - -121.76588431299996, - 37.25304933500007 - ], - [ - -121.76590297399997, - 37.25306040600003 - ], - [ - -121.76595081199997, - 37.253088787000024 - ], - [ - -121.76608739499994, - 37.25316137900006 - ], - [ - -121.76614284899995, - 37.25318614500003 - ], - [ - -121.76616486399996, - 37.25319597500004 - ], - [ - -121.76618555699997, - 37.25320853200003 - ], - [ - -121.766196515, - 37.25321517900005 - ], - [ - -121.76626048599996, - 37.253252485000075 - ], - [ - -121.76628599599997, - 37.25326754400004 - ], - [ - -121.76630981499994, - 37.253279098000064 - ], - [ - -121.76636587999997, - 37.25330440300007 - ], - [ - -121.76645115399998, - 37.253347750000046 - ], - [ - -121.76647575199996, - 37.253360255000075 - ], - [ - -121.76648728099997, - 37.25336668700004 - ], - [ - -121.76650376199996, - 37.25337588200006 - ], - [ - -121.76653208199997, - 37.253391141000066 - ], - [ - -121.76656071199994, - 37.25340600700008 - ], - [ - -121.76659060799994, - 37.25342296400004 - ], - [ - -121.76660534599995, - 37.25343090800004 - ], - [ - -121.76664250299996, - 37.25344805000003 - ], - [ - -121.76664848999997, - 37.25345081300003 - ], - [ - -121.76674005199999, - 37.253497432000074 - ], - [ - -121.76678708099996, - 37.25352011000007 - ], - [ - -121.76684574599994, - 37.25355177200004 - ], - [ - -121.76690407199999, - 37.253582133000066 - ], - [ - -121.76706235699999, - 37.25366792600005 - ], - [ - -121.76707897199998, - 37.25367683300004 - ], - [ - -121.76710465599996, - 37.25369193800003 - ], - [ - -121.76712076299998, - 37.25370140900003 - ], - [ - -121.76827385299998, - 37.25271213000008 - ], - [ - -121.76841809799998, - 37.25258837400003 - ], - [ - -121.76894212099995, - 37.252138778000074 - ], - [ - -121.768946487, - 37.25214391500003 - ], - [ - -121.76897178699994, - 37.25217362600006 - ], - [ - -121.76963658199998, - 37.25295433800005 - ], - [ - -121.77138534, - 37.25500808900006 - ], - [ - -121.77612621399999, - 37.25713356800003 - ], - [ - -121.77616903399996, - 37.257157638000024 - ], - [ - -121.77621058899996, - 37.25718309700005 - ], - [ - -121.77625082099996, - 37.25720987400007 - ], - [ - -121.77633185499997, - 37.25726820600005 - ], - [ - -121.77649704699996, - 37.25739353300003 - ], - [ - -121.77664585599996, - 37.25750857700007 - ], - [ - -121.77663515299997, - 37.257517300000075 - ], - [ - -121.77676252599997, - 37.25761799800006 - ], - [ - -121.77686658299996, - 37.25770144100005 - ], - [ - -121.77698340399996, - 37.25779284500004 - ], - [ - -121.77711551399995, - 37.25789747300007 - ], - [ - -121.77717745199999, - 37.25794598700003 - ], - [ - -121.77739303799996, - 37.25811773300006 - ], - [ - -121.77754770099995, - 37.25824331100006 - ], - [ - -121.77769883599996, - 37.258365264000076 - ], - [ - -121.77779398399997, - 37.25844175200007 - ], - [ - -121.77790363899999, - 37.258530877000055 - ], - [ - -121.77802894499996, - 37.25863271800006 - ], - [ - -121.778040864, - 37.25862302000007 - ], - [ - -121.77813399299998, - 37.25869197600008 - ], - [ - -121.77821710099994, - 37.25875419800008 - ], - [ - -121.77832938799997, - 37.258841440000026 - ], - [ - -121.77841948999998, - 37.25891079500008 - ], - [ - -121.778526748, - 37.25899706100006 - ], - [ - -121.778636668, - 37.25908153600005 - ], - [ - -121.77878367099999, - 37.25919772000003 - ], - [ - -121.77889609299996, - 37.25928615000004 - ], - [ - -121.77901525099998, - 37.25937993100007 - ], - [ - -121.77912037199997, - 37.259463405000076 - ], - [ - -121.77947328399995, - 37.25974413300003 - ], - [ - -121.77922985099997, - 37.25992388900005 - ], - [ - -121.77867236499998, - 37.26037742300008 - ], - [ - -121.77988782299997, - 37.26133009900008 - ], - [ - -121.77994553199994, - 37.26129518100004 - ], - [ - -121.78000053099998, - 37.261257544000046 - ], - [ - -121.78005262299996, - 37.26121744500006 - ], - [ - -121.78013772399999, - 37.261257029000035 - ], - [ - -121.78013098499997, - 37.26127822900003 - ], - [ - -121.780126715, - 37.261299860000065 - ], - [ - -121.78012491299995, - 37.261321671000076 - ], - [ - -121.78012562999999, - 37.261343500000066 - ], - [ - -121.78012883699995, - 37.26136525600003 - ], - [ - -121.78013453199998, - 37.26138666400004 - ], - [ - -121.78014262, - 37.26140754100004 - ], - [ - -121.78015307599998, - 37.26142777600006 - ], - [ - -121.78016580699995, - 37.26144713900004 - ], - [ - -121.78018069899997, - 37.26146549300006 - ], - [ - -121.78026239399998, - 37.26153368100006 - ], - [ - -121.78049943499997, - 37.26173819200005 - ], - [ - -121.780507748, - 37.261763760000065 - ], - [ - -121.78052044299994, - 37.26180269500003 - ], - [ - -121.78059199399996, - 37.26202270400006 - ], - [ - -121.78071428699997, - 37.262081770000066 - ], - [ - -121.78094792099995, - 37.26211384700008 - ], - [ - -121.78132526699994, - 37.26235200200006 - ], - [ - -121.78134220499999, - 37.262372784000036 - ], - [ - -121.78134711999996, - 37.26237881800006 - ], - [ - -121.78138827799995, - 37.26242929800003 - ], - [ - -121.78141826199999, - 37.26246607400003 - ], - [ - -121.78151099299998, - 37.262579825000046 - ], - [ - -121.78181004899994, - 37.262804645000074 - ], - [ - -121.78190850899995, - 37.26292685100003 - ], - [ - -121.78218848399996, - 37.26324803700004 - ], - [ - -121.78229977899997, - 37.263370284000075 - ], - [ - -121.78234303499994, - 37.263404396000055 - ], - [ - -121.78238250099997, - 37.26344129700004 - ], - [ - -121.78241791699998, - 37.263480782000045 - ], - [ - -121.78244895999995, - 37.263522513000055 - ], - [ - -121.78247545599999, - 37.26356621600007 - ], - [ - -121.78249719699994, - 37.26361157400004 - ], - [ - -121.78251403499996, - 37.263658243000066 - ], - [ - -121.78252581999999, - 37.263705885000036 - ], - [ - -121.78365686999996, - 37.26405466400007 - ], - [ - -121.78433039499998, - 37.26442499900003 - ], - [ - -121.78657037899995, - 37.265651913000056 - ], - [ - -121.78671190299997, - 37.265729441000076 - ], - [ - -121.786811474, - 37.26578394500007 - ], - [ - -121.78690795199998, - 37.26583678900005 - ], - [ - -121.78696453299995, - 37.26586777700004 - ], - [ - -121.78695566399995, - 37.26605140300006 - ], - [ - -121.78691224, - 37.26694985700004 - ], - [ - -121.78689595199995, - 37.267286488000025 - ], - [ - -121.786875808, - 37.267703711000024 - ], - [ - -121.78683827599997, - 37.26848028200004 - ], - [ - -121.78679442499998, - 37.269387280000046 - ], - [ - -121.78613362299996, - 37.26936718600007 - ], - [ - -121.78612981299995, - 37.26936709100005 - ], - [ - -121.78437850499995, - 37.26932279600004 - ], - [ - -121.78419979499995, - 37.26931827800007 - ], - [ - -121.78409177199995, - 37.269315548000066 - ], - [ - -121.78398684399997, - 37.269312900000045 - ], - [ - -121.78382397899998, - 37.26930875700003 - ], - [ - -121.77117214099997, - 37.26893944600005 - ], - [ - -121.76074070599998, - 37.26865187000004 - ], - [ - -121.75948702299996, - 37.26861722500007 - ], - [ - -121.75850900699999, - 37.26859640500004 - ], - [ - -121.75753098999996, - 37.26857555400005 - ], - [ - -121.75732457699996, - 37.26869118700006 - ], - [ - -121.75693860399997, - 37.268906737000066 - ], - [ - -121.75677931999996, - 37.269084787000054 - ], - [ - -121.756641286, - 37.26923903200003 - ], - [ - -121.75581370099997, - 37.27016403500005 - ], - [ - -121.75557572899999, - 37.270405004000054 - ], - [ - -121.75553063599995, - 37.27037530000007 - ], - [ - -121.75537108499998, - 37.27031973600003 - ], - [ - -121.75522114199998, - 37.27027792400003 - ], - [ - -121.75510359299994, - 37.270253731000025 - ], - [ - -121.75483323599997, - 37.27020672900005 - ], - [ - -121.75471250799995, - 37.27019069700003 - ], - [ - -121.75446423799997, - 37.27018261000006 - ], - [ - -121.754215967, - 37.27017452100006 - ], - [ - -121.75408102199998, - 37.270145823000064 - ], - [ - -121.75341259699996, - 37.26992678700003 - ], - [ - -121.75302465399994, - 37.26989411000005 - ], - [ - -121.75283099499995, - 37.26988789600006 - ], - [ - -121.75262922899998, - 37.26990035400007 - ], - [ - -121.75183294799996, - 37.270115332000046 - ], - [ - -121.75114898899994, - 37.270275269000024 - ], - [ - -121.751073798, - 37.270297062000054 - ], - [ - -121.75102428999998, - 37.270309790000056 - ], - [ - -121.75087964199997, - 37.270428941000034 - ], - [ - -121.75080476999995, - 37.27050410900006 - ], - [ - -121.75075759299995, - 37.27059967300005 - ], - [ - -121.75005139299998, - 37.272030519000054 - ], - [ - -121.74996633499995, - 37.27211151700004 - ], - [ - -121.74988304299995, - 37.27217310900005 - ], - [ - -121.74977384099998, - 37.27223701400004 - ], - [ - -121.74963839999998, - 37.27230078700006 - ], - [ - -121.74951204699994, - 37.27234271800006 - ], - [ - -121.74932959599994, - 37.27238197400004 - ], - [ - -121.74798079699997, - 37.27256191600003 - ], - [ - -121.74734671699997, - 37.272640472000035 - ], - [ - -121.74723741099996, - 37.27264505100004 - ], - [ - -121.74715082999995, - 37.272648651000054 - ], - [ - -121.746838229, - 37.27261402900007 - ], - [ - -121.74625689199996, - 37.27251641500004 - ], - [ - -121.74605930599995, - 37.272477683000034 - ], - [ - -121.74589600599995, - 37.27245284700007 - ], - [ - -121.74572967299997, - 37.27242806500004 - ], - [ - -121.74558475499998, - 37.27241999300003 - ], - [ - -121.74541882099999, - 37.27241933100004 - ], - [ - -121.745235101, - 37.27243577300004 - ], - [ - -121.74506969199996, - 37.27246648800008 - ], - [ - -121.74493145699995, - 37.272496913000055 - ], - [ - -121.74481445799995, - 37.272536725000066 - ], - [ - -121.74469762299998, - 37.272586217000025 - ], - [ - -121.74460194899996, - 37.27263548500008 - ], - [ - -121.74448539399998, - 37.27270186700008 - ], - [ - -121.744459845, - 37.272720771000024 - ], - [ - -121.74443228799998, - 37.27273779600006 - ], - [ - -121.74440300799995, - 37.27275284800004 - ], - [ - -121.74437214699998, - 37.272765787000026 - ], - [ - -121.74434001699996, - 37.27277649700005 - ], - [ - -121.744306817, - 37.27278493000006 - ], - [ - -121.74427286499997, - 37.272791013000074 - ], - [ - -121.74423832599996, - 37.27279469800004 - ], - [ - -121.744203546, - 37.27279593900005 - ], - [ - -121.74416875699995, - 37.27279475100005 - ], - [ - -121.74413424, - 37.27279113600008 - ], - [ - -121.74410022799998, - 37.27278511000003 - ], - [ - -121.74408044399996, - 37.27278042300003 - ], - [ - -121.744061048, - 37.272774930000026 - ], - [ - -121.74404192599997, - 37.27276865500005 - ], - [ - -121.74399340599996, - 37.27274793000004 - ], - [ - -121.74398456699998, - 37.272743422000076 - ], - [ - -121.74380828399995, - 37.27265435600003 - ], - [ - -121.74370732299997, - 37.27259765500003 - ], - [ - -121.74348038399995, - 37.27246602500003 - ], - [ - -121.74312938099996, - 37.27227322400006 - ], - [ - -121.74292538199995, - 37.272148263000076 - ], - [ - -121.74282623, - 37.27206940800005 - ], - [ - -121.74275061999998, - 37.27200927900003 - ], - [ - -121.74155446699996, - 37.27127623400003 - ], - [ - -121.73951414399994, - 37.269430218000025 - ], - [ - -121.73940440299998, - 37.26933398500006 - ], - [ - -121.73907465599996, - 37.26904478900008 - ], - [ - -121.73899191399994, - 37.26897567000003 - ], - [ - -121.73854153999997, - 37.268620774000055 - ], - [ - -121.73851974599995, - 37.26860361000007 - ], - [ - -121.73850276599995, - 37.26859355700003 - ], - [ - -121.73826848599998, - 37.26845487700007 - ], - [ - -121.73808785199998, - 37.26838214400004 - ], - [ - -121.737276168, - 37.268055350000054 - ], - [ - -121.73695144399994, - 37.26788196100006 - ], - [ - -121.73673262099999, - 37.26779278400005 - ], - [ - -121.73657164399998, - 37.26773957200004 - ], - [ - -121.73634583199998, - 37.26769011300007 - ], - [ - -121.73608822399996, - 37.26766115400005 - ], - [ - -121.736009057, - 37.26765381700005 - ], - [ - -121.735684215, - 37.26763074100006 - ], - [ - -121.73547677599998, - 37.26761336000004 - ], - [ - -121.73537795399994, - 37.267589979000036 - ], - [ - -121.73528225899997, - 37.26755294700007 - ], - [ - -121.73508312399997, - 37.267419268000026 - ], - [ - -121.73477723199994, - 37.26719433300008 - ], - [ - -121.734640362, - 37.26731738700005 - ], - [ - -121.732890452, - 37.26889694600004 - ], - [ - -121.73235891099995, - 37.269776110000066 - ], - [ - -121.73127995299996, - 37.27007309700008 - ], - [ - -121.73101839299994, - 37.27064128200004 - ], - [ - -121.73177006099996, - 37.27116216500008 - ], - [ - -121.73213838799995, - 37.27164553500006 - ], - [ - -121.73224558899994, - 37.271786159000044 - ], - [ - -121.73318043499995, - 37.27215550300008 - ], - [ - -121.73455436799998, - 37.27209634500008 - ], - [ - -121.73486173599997, - 37.272465055000055 - ], - [ - -121.734442248, - 37.27306876600005 - ], - [ - -121.73396604299995, - 37.273754147000034 - ], - [ - -121.73469064899996, - 37.27426172500003 - ], - [ - -121.735888451, - 37.27429672200003 - ], - [ - -121.73623678499996, - 37.27478109200007 - ], - [ - -121.73581796899998, - 37.27568902100006 - ], - [ - -121.73543626299994, - 37.27616681200004 - ], - [ - -121.73506546599998, - 37.27663093600006 - ], - [ - -121.73512321299995, - 37.277016056000036 - ], - [ - -121.73522125699998, - 37.27735399100004 - ], - [ - -121.73539679399994, - 37.27751238700006 - ], - [ - -121.73555793199995, - 37.27765383600007 - ], - [ - -121.73591353299997, - 37.27796696400003 - ], - [ - -121.73635583899994, - 37.27835090900004 - ], - [ - -121.73665377499998, - 37.27860961700003 - ], - [ - -121.73689009699996, - 37.27881626100003 - ], - [ - -121.73702446399994, - 37.27893240700007 - ], - [ - -121.73715884099994, - 37.27904856400005 - ], - [ - -121.737289439, - 37.27901960300005 - ], - [ - -121.73741610899998, - 37.27899395500003 - ], - [ - -121.73744178399994, - 37.278989427000056 - ], - [ - -121.73747423999998, - 37.27898086600004 - ], - [ - -121.73752513099998, - 37.27896989100003 - ], - [ - -121.73755926099994, - 37.27896218400008 - ], - [ - -121.73769164499998, - 37.27893391300006 - ], - [ - -121.73771500899994, - 37.278928104000045 - ], - [ - -121.737779032, - 37.278914471000064 - ], - [ - -121.73782741599996, - 37.27890430100007 - ], - [ - -121.73787793499997, - 37.27889335100008 - ], - [ - -121.73818609899996, - 37.27882646200004 - ], - [ - -121.73856603799999, - 37.27874372700006 - ], - [ - -121.73892129199999, - 37.27866127600004 - ], - [ - -121.73894662099997, - 37.278730867000036 - ], - [ - -121.73893931699996, - 37.27877413600004 - ], - [ - -121.738924737, - 37.278860903000066 - ], - [ - -121.73887100399998, - 37.27918066400008 - ], - [ - -121.73883723499995, - 37.27938146300005 - ], - [ - -121.73881709999995, - 37.27951290000004 - ], - [ - -121.73879956499997, - 37.27963540600007 - ], - [ - -121.73879186199997, - 37.27968918500005 - ], - [ - -121.73877421499998, - 37.279863628000044 - ], - [ - -121.73871393399997, - 37.28014298900007 - ], - [ - -121.73871230999998, - 37.28015044500006 - ], - [ - -121.738699441, - 37.28024509100004 - ], - [ - -121.73869222099995, - 37.280333201000076 - ], - [ - -121.73870575799998, - 37.28062292800007 - ], - [ - -121.73870943099996, - 37.28070123800006 - ], - [ - -121.73871051599997, - 37.28076328000003 - ], - [ - -121.73870092099997, - 37.280841114000054 - ], - [ - -121.73862869599998, - 37.28105312400004 - ], - [ - -121.73859572799995, - 37.281120721000036 - ], - [ - -121.73856308999996, - 37.28120307800003 - ], - [ - -121.73897034, - 37.281094419000055 - ], - [ - -121.73934531599997, - 37.280996628000025 - ], - [ - -121.73935196499997, - 37.28099506900003 - ], - [ - -121.73937605499998, - 37.281064170000036 - ], - [ - -121.739458088, - 37.281295353000075 - ], - [ - -121.73951390299999, - 37.281455193000056 - ], - [ - -121.73955104299995, - 37.28156155500005 - ], - [ - -121.73952406199999, - 37.28156696800005 - ], - [ - -121.73955315699999, - 37.28164933700003 - ], - [ - -121.73933820499997, - 37.28169961100008 - ], - [ - -121.73838902399996, - 37.281914511000025 - ], - [ - -121.738464277, - 37.28222251400007 - ], - [ - -121.73848317299996, - 37.282422550000035 - ], - [ - -121.73848912099999, - 37.28250502700007 - ], - [ - -121.73847608299997, - 37.28279173900006 - ], - [ - -121.73846768299995, - 37.282976362000056 - ], - [ - -121.73848202, - 37.283093128000075 - ], - [ - -121.73849393699999, - 37.283189985000035 - ], - [ - -121.73851250699994, - 37.28324231800008 - ], - [ - -121.73858251399997, - 37.28343936500005 - ], - [ - -121.73871400499996, - 37.28367327600006 - ], - [ - -121.73875959599997, - 37.28373967600004 - ], - [ - -121.73886764899999, - 37.283905763000064 - ], - [ - -121.738900334, - 37.28395238600007 - ], - [ - -121.73903091199998, - 37.284205351000026 - ], - [ - -121.738588817, - 37.28433516300004 - ], - [ - -121.73835756499994, - 37.28453463900007 - ], - [ - -121.73821765099996, - 37.28454813500008 - ], - [ - -121.73808104299997, - 37.28466789500004 - ], - [ - -121.73807674999995, - 37.284799691000046 - ], - [ - -121.73770315299998, - 37.285122030000025 - ], - [ - -121.73724501899994, - 37.285294100000044 - ], - [ - -121.73700803799994, - 37.28548876000008 - ], - [ - -121.73637500099994, - 37.28662338200007 - ], - [ - -121.73621894799999, - 37.28649442400007 - ], - [ - -121.73584931699997, - 37.286399145000075 - ], - [ - -121.73552537599994, - 37.28636626000008 - ], - [ - -121.73515127299999, - 37.28628281400006 - ], - [ - -121.73478974699998, - 37.28617712500005 - ], - [ - -121.73463572699995, - 37.286165725000046 - ], - [ - -121.73453704199994, - 37.286115653000024 - ], - [ - -121.73421404699997, - 37.286056546000054 - ], - [ - -121.73413341699995, - 37.286036384000056 - ], - [ - -121.73375961999994, - 37.286056528000074 - ], - [ - -121.73363088699995, - 37.28609512500003 - ], - [ - -121.73341501099998, - 37.286081651000075 - ], - [ - -121.732863378, - 37.285919542000045 - ], - [ - -121.732547604, - 37.28590558500008 - ], - [ - -121.73230033599998, - 37.28595323300004 - ], - [ - -121.73173709499997, - 37.28590012600006 - ], - [ - -121.73146914199998, - 37.28590756700004 - ], - [ - -121.73096290799998, - 37.285816160000024 - ], - [ - -121.73083376999995, - 37.28577105100004 - ], - [ - -121.730536498, - 37.28579681200006 - ], - [ - -121.73041175199995, - 37.285795766000035 - ], - [ - -121.72987317399998, - 37.28579114400003 - ], - [ - -121.72960812899998, - 37.285743824000065 - ], - [ - -121.72934308599997, - 37.285696502000064 - ], - [ - -121.72907600199994, - 37.28565755400007 - ], - [ - -121.72901484299996, - 37.28569076800005 - ], - [ - -121.72864816899994, - 37.285889723000025 - ], - [ - -121.72812280799997, - 37.28585790100004 - ], - [ - -121.72763062499996, - 37.285812476000046 - ], - [ - -121.72272729099996, - 37.283921433000046 - ], - [ - -121.71777035499997, - 37.28522294700008 - ], - [ - -121.717129065, - 37.28395880200003 - ], - [ - -121.71705542999996, - 37.28381355700003 - ], - [ - -121.71344482799998, - 37.28506103800004 - ], - [ - -121.71214854199997, - 37.28555705900004 - ], - [ - -121.71116395499996, - 37.28591419900005 - ], - [ - -121.71041799899996, - 37.28611090800007 - ], - [ - -121.71003964799996, - 37.286244691000036 - ], - [ - -121.7069056, - 37.28737362800007 - ], - [ - -121.70636830399997, - 37.28755728700003 - ], - [ - -121.70656289399994, - 37.287975551000045 - ], - [ - -121.70687075299998, - 37.28847150200005 - ], - [ - -121.70723784899997, - 37.28896857900003 - ], - [ - -121.707497005, - 37.28954734000007 - ], - [ - -121.70715536999995, - 37.29021050600005 - ], - [ - -121.707053799, - 37.29049901800005 - ], - [ - -121.70685227299998, - 37.29161110600006 - ], - [ - -121.70709211299999, - 37.29189275900006 - ], - [ - -121.70733198399995, - 37.292174387000045 - ], - [ - -121.70894700199995, - 37.29407078500003 - ], - [ - -121.70927116299998, - 37.29450929300003 - ], - [ - -121.70991501499998, - 37.29538028500008 - ], - [ - -121.71165931499996, - 37.29511209900005 - ], - [ - -121.712468049, - 37.29498773800003 - ], - [ - -121.72771814799995, - 37.292641580000065 - ], - [ - -121.72984822499996, - 37.29225982600008 - ], - [ - -121.73373568899996, - 37.29163423700004 - ], - [ - -121.73558562099998, - 37.29133649400006 - ], - [ - -121.73567697699997, - 37.291400261000035 - ], - [ - -121.73614970899996, - 37.29154725800004 - ], - [ - -121.73636800299994, - 37.291569147000075 - ], - [ - -121.73642380899997, - 37.29158458100005 - ], - [ - -121.736558071, - 37.291621778000035 - ], - [ - -121.73663108799997, - 37.29164197400007 - ], - [ - -121.73672420599996, - 37.29164593400003 - ], - [ - -121.736950348, - 37.29165554100007 - ], - [ - -121.73708786599997, - 37.291728342000056 - ], - [ - -121.73727245499998, - 37.29174415400007 - ], - [ - -121.73756611199997, - 37.29190704400003 - ], - [ - -121.73771444299996, - 37.292058447000045 - ], - [ - -121.73798625599994, - 37.29212190700008 - ], - [ - -121.73821073, - 37.29212058600007 - ], - [ - -121.73836261199995, - 37.29219057900008 - ], - [ - -121.73854099199997, - 37.29219974800003 - ], - [ - -121.73860022899999, - 37.292277014000035 - ], - [ - -121.73910634199996, - 37.29248757700003 - ], - [ - -121.73925417199996, - 37.292586107000034 - ], - [ - -121.73947583599994, - 37.29260875700004 - ], - [ - -121.73965331899996, - 37.292577649000066 - ], - [ - -121.73973181699995, - 37.29256722800005 - ], - [ - -121.74016030999996, - 37.29251091500004 - ], - [ - -121.74030546299997, - 37.29251709300007 - ], - [ - -121.74065164399997, - 37.29241067600003 - ], - [ - -121.74108905399999, - 37.29249471500003 - ], - [ - -121.74138426599995, - 37.292507312000055 - ], - [ - -121.74162180199994, - 37.29258005500003 - ], - [ - -121.74199931699997, - 37.292519721000076 - ], - [ - -121.74220706999995, - 37.292675959000064 - ], - [ - -121.74243721899995, - 37.29276262500008 - ], - [ - -121.74271229299995, - 37.29291313300007 - ], - [ - -121.742955242, - 37.292982109000036 - ], - [ - -121.74306293299998, - 37.293081975000064 - ], - [ - -121.74307476599995, - 37.293147497000064 - ], - [ - -121.74332260299997, - 37.29326048000007 - ], - [ - -121.743514856, - 37.293390534000025 - ], - [ - -121.74405334499994, - 37.29355344100003 - ], - [ - -121.74429011199999, - 37.29347285000006 - ], - [ - -121.74438530499998, - 37.29353073300007 - ], - [ - -121.74474869199997, - 37.29355953500004 - ], - [ - -121.74493441199996, - 37.293795954000075 - ], - [ - -121.74494925299996, - 37.29381486300008 - ], - [ - -121.74497949399995, - 37.293815824000035 - ], - [ - -121.74510865899998, - 37.29381999000003 - ], - [ - -121.745194331, - 37.293887518000076 - ], - [ - -121.74542616999997, - 37.293934243000024 - ], - [ - -121.74543354899998, - 37.29399713200007 - ], - [ - -121.74579327999999, - 37.294031602000075 - ], - [ - -121.74624402299997, - 37.294455683000024 - ], - [ - -121.74731553099997, - 37.29462874300003 - ], - [ - -121.74736146999999, - 37.29463631100003 - ], - [ - -121.74753166099998, - 37.29467803400007 - ], - [ - -121.74756791799996, - 37.29468396500005 - ], - [ - -121.74764552499994, - 37.29469742100008 - ], - [ - -121.74769687399998, - 37.29470648800003 - ], - [ - -121.74773468899997, - 37.294713158000036 - ], - [ - -121.747791254, - 37.29472393200007 - ], - [ - -121.74786468899998, - 37.29473621900007 - ], - [ - -121.74790310099996, - 37.29474263100008 - ], - [ - -121.74803345699996, - 37.29476305600008 - ], - [ - -121.74807349899999, - 37.29476933600006 - ], - [ - -121.74820902099998, - 37.29479197100005 - ], - [ - -121.74830078899998, - 37.29477835900008 - ], - [ - -121.74852085799995, - 37.29474440100006 - ], - [ - -121.74865071199997, - 37.294724409000025 - ], - [ - -121.74868895799995, - 37.29471571600004 - ], - [ - -121.748849469, - 37.294689032000065 - ], - [ - -121.74885730099999, - 37.29468791900007 - ], - [ - -121.74914116899998, - 37.29464346200007 - ], - [ - -121.74920436199994, - 37.294634364000046 - ], - [ - -121.74923756399994, - 37.294628929000055 - ], - [ - -121.74926144899996, - 37.29462320400006 - ], - [ - -121.74929808, - 37.294617319000054 - ], - [ - -121.74940875199997, - 37.29459652300005 - ], - [ - -121.74944530899995, - 37.29458789200004 - ], - [ - -121.74949064799995, - 37.29458019900005 - ], - [ - -121.74953614099996, - 37.29457316700007 - ], - [ - -121.74958175999996, - 37.29456670600007 - ], - [ - -121.74960641999996, - 37.294562874000064 - ], - [ - -121.74962902299995, - 37.294559381000056 - ], - [ - -121.74974743899998, - 37.29454246100005 - ], - [ - -121.74980561599995, - 37.294531404000054 - ], - [ - -121.74988498199997, - 37.294514649000064 - ], - [ - -121.74991679799996, - 37.29450867800006 - ], - [ - -121.75015006099994, - 37.29519193100003 - ], - [ - -121.75044741399995, - 37.29633720700008 - ], - [ - -121.75048154099994, - 37.296465961000024 - ], - [ - -121.75065313199997, - 37.297113385000046 - ], - [ - -121.75107694899998, - 37.29861200200003 - ], - [ - -121.75183963099994, - 37.300836434000075 - ], - [ - -121.75185915199995, - 37.30089340500007 - ], - [ - -121.75189344799998, - 37.30099609700005 - ], - [ - -121.75185154899998, - 37.30100406300005 - ], - [ - -121.75181845399999, - 37.301010758000075 - ], - [ - -121.75178152199999, - 37.301017699000056 - ], - [ - -121.75174477499996, - 37.30102537000005 - ], - [ - -121.75170829499996, - 37.30103367900006 - ], - [ - -121.75169163599998, - 37.30103804700008 - ], - [ - -121.75167509599999, - 37.30104273200004 - ], - [ - -121.75165870399996, - 37.30104771400005 - ], - [ - -121.75148582099996, - 37.30109442500003 - ], - [ - -121.751227557, - 37.30116015200008 - ], - [ - -121.75096643199998, - 37.301227924000045 - ], - [ - -121.75078243599995, - 37.30127488900007 - ], - [ - -121.750592225, - 37.301322034000066 - ], - [ - -121.75036313499999, - 37.301381314000025 - ], - [ - -121.75017128599995, - 37.30142989600006 - ], - [ - -121.75002393099999, - 37.30146976200007 - ], - [ - -121.74984270799996, - 37.301519764000034 - ], - [ - -121.749679862, - 37.30156194700004 - ], - [ - -121.74947808699994, - 37.301614983000036 - ], - [ - -121.74932018199996, - 37.30165788900007 - ], - [ - -121.74907458799998, - 37.30172244700003 - ], - [ - -121.74891392299998, - 37.30175970700003 - ], - [ - -121.74869426199996, - 37.30181419200005 - ], - [ - -121.74845761399996, - 37.30187581400003 - ], - [ - -121.74824543099999, - 37.30193371900003 - ], - [ - -121.748026805, - 37.30199521700007 - ], - [ - -121.74783943399996, - 37.30204276300003 - ], - [ - -121.74761856599997, - 37.30210401000005 - ], - [ - -121.74743228499995, - 37.302153375000046 - ], - [ - -121.74718879899996, - 37.30222081200003 - ], - [ - -121.74693890699996, - 37.30228566300008 - ], - [ - -121.74678049499994, - 37.30232060700007 - ], - [ - -121.746671075, - 37.30233816000003 - ], - [ - -121.746447505, - 37.30237153100006 - ], - [ - -121.74638898699999, - 37.30237966200008 - ], - [ - -121.746208218, - 37.30240385700006 - ], - [ - -121.74610775399998, - 37.30241730800003 - ], - [ - -121.74586725299997, - 37.30244911900007 - ], - [ - -121.74569125699998, - 37.30247095000004 - ], - [ - -121.74568336299996, - 37.30247192600007 - ], - [ - -121.74549567899999, - 37.30249562100005 - ], - [ - -121.74529237499996, - 37.302522526000075 - ], - [ - -121.745283197, - 37.30252376800007 - ], - [ - -121.74507664299995, - 37.30254995200005 - ], - [ - -121.74488557999996, - 37.302572171000065 - ], - [ - -121.74471125099996, - 37.30259263200003 - ], - [ - -121.74451888299996, - 37.30261218600003 - ], - [ - -121.74443289599998, - 37.30261918800005 - ], - [ - -121.74383849099996, - 37.302614377000054 - ], - [ - -121.74398802299999, - 37.30514503400008 - ], - [ - -121.74425628499995, - 37.30608495000007 - ], - [ - -121.74498648199994, - 37.306915514000025 - ], - [ - -121.74507876499996, - 37.30729486100006 - ], - [ - -121.745931956, - 37.30846301100007 - ], - [ - -121.74659095099997, - 37.30836529100003 - ], - [ - -121.74724355599994, - 37.30858888600005 - ], - [ - -121.74908115599999, - 37.30921844900007 - ], - [ - -121.74932965699998, - 37.31006870200008 - ], - [ - -121.74964004599997, - 37.311130570000046 - ], - [ - -121.74983907099994, - 37.31181134900004 - ], - [ - -121.74985615499997, - 37.311869787000035 - ], - [ - -121.74987827999996, - 37.31194538200003 - ], - [ - -121.74992351499998, - 37.31210036500005 - ], - [ - -121.75007583099995, - 37.312621601000046 - ], - [ - -121.74994890499994, - 37.312710483000046 - ], - [ - -121.74889105899996, - 37.313451705000034 - ], - [ - -121.74883944899995, - 37.31348784800008 - ], - [ - -121.74898149199998, - 37.31363115400006 - ], - [ - -121.74899941899997, - 37.31364922900008 - ], - [ - -121.74901303099995, - 37.313662977000035 - ], - [ - -121.74901900499998, - 37.31366895700006 - ], - [ - -121.74902990599998, - 37.31367987400006 - ], - [ - -121.74910889699999, - 37.313675438000075 - ], - [ - -121.74926916899994, - 37.313669563000076 - ], - [ - -121.74942959899994, - 37.31366819500005 - ], - [ - -121.749590018, - 37.31367136100005 - ], - [ - -121.74961830299998, - 37.313673050000034 - ], - [ - -121.74964633199994, - 37.31367659600005 - ], - [ - -121.74967390499995, - 37.31368198000007 - ], - [ - -121.74970081899994, - 37.31368915400003 - ], - [ - -121.74972690299995, - 37.313698077000026 - ], - [ - -121.74975198499999, - 37.313708682000026 - ], - [ - -121.74977588899998, - 37.31372092400005 - ], - [ - -121.74979844299997, - 37.313734692000025 - ], - [ - -121.74981950299997, - 37.31374987200007 - ], - [ - -121.74990776199996, - 37.313836940000044 - ], - [ - -121.74999068999995, - 37.31392726900003 - ], - [ - -121.75006813599998, - 37.314020655000036 - ], - [ - -121.75007951599997, - 37.314037975000076 - ], - [ - -121.750092688, - 37.31405445300004 - ], - [ - -121.75010759199995, - 37.31406997300007 - ], - [ - -121.750124111, - 37.31408440000007 - ], - [ - -121.750142101, - 37.31409769000004 - ], - [ - -121.75016144399996, - 37.31410963800005 - ], - [ - -121.75018202599995, - 37.31412022200004 - ], - [ - -121.75020364199997, - 37.31412937600004 - ], - [ - -121.75022618099996, - 37.314137010000024 - ], - [ - -121.75024946699995, - 37.31414307800003 - ], - [ - -121.75027329799997, - 37.31414753900003 - ], - [ - -121.75029753099994, - 37.31415032600006 - ], - [ - -121.75034008799997, - 37.314150260000076 - ], - [ - -121.75038253899999, - 37.31414733500003 - ], - [ - -121.75042445399998, - 37.31414155400006 - ], - [ - -121.75046563499996, - 37.314132967000035 - ], - [ - -121.750559824, - 37.31411186400004 - ], - [ - -121.75065611399998, - 37.314098201000036 - ], - [ - -121.75075361799998, - 37.31409198800003 - ], - [ - -121.75085142199998, - 37.31409337000008 - ], - [ - -121.75085692899995, - 37.31409374500004 - ], - [ - -121.75089781599996, - 37.31409665000007 - ], - [ - -121.75101371999995, - 37.31410768200004 - ], - [ - -121.75112933499997, - 37.31412194400008 - ], - [ - -121.75124442799995, - 37.31413932400005 - ], - [ - -121.75135880099998, - 37.31415984600005 - ], - [ - -121.75147230899995, - 37.31418349300003 - ], - [ - -121.75158466499994, - 37.314210194000054 - ], - [ - -121.75169575199999, - 37.31423990800005 - ], - [ - -121.75180531399997, - 37.31427261400006 - ], - [ - -121.75191323299998, - 37.31430815300007 - ], - [ - -121.75198590399998, - 37.31433525600005 - ], - [ - -121.75205982999995, - 37.31436023800006 - ], - [ - -121.752134781, - 37.31438310500005 - ], - [ - -121.752211365, - 37.314404214000035 - ], - [ - -121.752213811, - 37.31440489900007 - ], - [ - -121.75229084199998, - 37.31442355400003 - ], - [ - -121.75229383299995, - 37.31442425400007 - ], - [ - -121.75237473099997, - 37.314441197000065 - ], - [ - -121.75239054599996, - 37.31444434800005 - ], - [ - -121.75245240199996, - 37.31445533700003 - ], - [ - -121.75248109799998, - 37.314457548000064 - ], - [ - -121.75250983599994, - 37.31445893400007 - ], - [ - -121.75253861899995, - 37.31445952000007 - ], - [ - -121.75629366399994, - 37.31682484900006 - ], - [ - -121.75714092799996, - 37.31657755200007 - ], - [ - -121.75751636499996, - 37.31720488000008 - ], - [ - -121.75770206299995, - 37.318004631000065 - ], - [ - -121.75837515399996, - 37.318932320000044 - ], - [ - -121.75831218699994, - 37.318940756000075 - ], - [ - -121.75824673399995, - 37.31894953900007 - ], - [ - -121.75820721499997, - 37.31895483900007 - ], - [ - -121.75818745699996, - 37.31895747600004 - ], - [ - -121.75816769699998, - 37.31896013800008 - ], - [ - -121.75812817899998, - 37.31896543800008 - ], - [ - -121.75806029399996, - 37.31897454500006 - ], - [ - -121.75802632399996, - 37.31897912100004 - ], - [ - -121.75799238099995, - 37.31898367300005 - ], - [ - -121.75792446899999, - 37.31899278100008 - ], - [ - -121.75771855099998, - 37.319639822000056 - ], - [ - -121.75771558099996, - 37.319649155000036 - ], - [ - -121.75774055899996, - 37.319767728000045 - ], - [ - -121.75793442699995, - 37.31995572000005 - ], - [ - -121.75837391099998, - 37.32038191600003 - ], - [ - -121.75848680399997, - 37.32060501900003 - ], - [ - -121.75880189299994, - 37.321227613000076 - ], - [ - -121.75898475699995, - 37.32158903800007 - ], - [ - -121.75889826499997, - 37.32191939200004 - ], - [ - -121.758824474, - 37.32203229700008 - ], - [ - -121.75880198299996, - 37.32206673500008 - ], - [ - -121.75889842, - 37.32215661500004 - ], - [ - -121.75891900799996, - 37.32218946900008 - ], - [ - -121.75961829699997, - 37.32448817000005 - ], - [ - -121.759628438, - 37.324487833000035 - ], - [ - -121.75963854899999, - 37.32448749500003 - ], - [ - -121.76108939399995, - 37.32443925000007 - ], - [ - -121.76131033999997, - 37.32521488100008 - ], - [ - -121.76153792399998, - 37.325841843000035 - ], - [ - -121.761523475, - 37.32605056600005 - ], - [ - -121.76156625799996, - 37.32619426300005 - ], - [ - -121.76163177999996, - 37.32652703100007 - ], - [ - -121.76169960099998, - 37.32659018600003 - ], - [ - -121.76178677299998, - 37.32663990200007 - ], - [ - -121.76177334099998, - 37.32664732400008 - ], - [ - -121.76158518399996, - 37.32675171100004 - ], - [ - -121.76154291499995, - 37.32675216700005 - ], - [ - -121.76151827999996, - 37.32675815400006 - ], - [ - -121.76149340499995, - 37.32676343500003 - ], - [ - -121.76146828699996, - 37.32676803100003 - ], - [ - -121.76143781199994, - 37.32677585500005 - ], - [ - -121.761464688, - 37.32682648400004 - ], - [ - -121.76174519199998, - 37.32735177300003 - ], - [ - -121.76192231299996, - 37.327683501000024 - ], - [ - -121.76220279499995, - 37.32820885800004 - ], - [ - -121.76247478099998, - 37.32878736400005 - ], - [ - -121.76278325599998, - 37.32944387100008 - ], - [ - -121.76402355799996, - 37.328833659000054 - ], - [ - -121.76417140199999, - 37.32926732800007 - ], - [ - -121.76495613999998, - 37.328877066000075 - ], - [ - -121.76549521399994, - 37.328775568000026 - ], - [ - -121.76580595599995, - 37.32873174300005 - ], - [ - -121.76606186199996, - 37.328694462000044 - ], - [ - -121.76606986699994, - 37.328791358000046 - ], - [ - -121.76609316199995, - 37.32905648600007 - ], - [ - -121.76609999799996, - 37.329189307000036 - ], - [ - -121.76609663099998, - 37.32932219300005 - ], - [ - -121.766083026, - 37.329454687000066 - ], - [ - -121.76607362599998, - 37.32952750800007 - ], - [ - -121.76607217099996, - 37.329600655000036 - ], - [ - -121.76607873999995, - 37.329673670000034 - ], - [ - -121.76609323399998, - 37.32974593500006 - ], - [ - -121.76611550499996, - 37.32981690300005 - ], - [ - -121.76614542699997, - 37.32988609500006 - ], - [ - -121.766182819, - 37.32995289400003 - ], - [ - -121.76622729999997, - 37.33001689300005 - ], - [ - -121.76626046999996, - 37.33006968400008 - ], - [ - -121.76628922599997, - 37.330124125000054 - ], - [ - -121.76631344599997, - 37.33017994200003 - ], - [ - -121.76631784399996, - 37.33021793700004 - ], - [ - -121.766317889, - 37.33025606900003 - ], - [ - -121.76631360299996, - 37.33029408900006 - ], - [ - -121.76630503899997, - 37.33033162900006 - ], - [ - -121.766292218, - 37.33036839000005 - ], - [ - -121.76627527899996, - 37.33040407500005 - ], - [ - -121.76625433399994, - 37.33043838300006 - ], - [ - -121.76622963399996, - 37.33047103900003 - ], - [ - -121.76617536899994, - 37.33053157200004 - ], - [ - -121.76609413099999, - 37.33058559800003 - ], - [ - -121.76602189899995, - 37.330609336000066 - ], - [ - -121.76607194699994, - 37.33071100900003 - ], - [ - -121.76604007599997, - 37.33072120700007 - ], - [ - -121.76593539599997, - 37.33075845700006 - ], - [ - -121.76583257299995, - 37.330798892000075 - ], - [ - -121.76578665599999, - 37.33081932500005 - ], - [ - -121.76574123999995, - 37.33084400900003 - ], - [ - -121.76571684199996, - 37.330858944000056 - ], - [ - -121.76568646599998, - 37.33087811100006 - ], - [ - -121.765626264, - 37.33092325800004 - ], - [ - -121.76556441099996, - 37.33097261200004 - ], - [ - -121.76550850599995, - 37.33102796600008 - ], - [ - -121.76547912799998, - 37.33106538800007 - ], - [ - -121.76544971099997, - 37.33111402500003 - ], - [ - -121.76541542299998, - 37.33119148700007 - ], - [ - -121.76540322699998, - 37.33124151700008 - ], - [ - -121.76540047699996, - 37.331260248000035 - ], - [ - -121.76539966899998, - 37.331270121000045 - ], - [ - -121.7653984199999, - 37.33133340100005 - ], - [ - -121.76540756699995, - 37.33138949600004 - ], - [ - -121.765417948, - 37.331435413000065 - ], - [ - -121.76543622, - 37.331512376000035 - ], - [ - -121.76544699099998, - 37.331569552000076 - ], - [ - -121.765452343, - 37.33164347300004 - ], - [ - -121.76545045499995, - 37.331691171000045 - ], - [ - -121.76543942999996, - 37.33174585800003 - ], - [ - -121.76543147499996, - 37.33177041400006 - ], - [ - -121.76540756999998, - 37.331826385000056 - ], - [ - -121.76537030499998, - 37.33189060300003 - ], - [ - -121.765296778, - 37.33199716800004 - ], - [ - -121.76506854999997, - 37.33228156000007 - ], - [ - -121.76497868299998, - 37.33237955900006 - ], - [ - -121.76512199599995, - 37.33262102700007 - ], - [ - -121.76565429299995, - 37.33241740200003 - ], - [ - -121.76578523899997, - 37.332251917000065 - ], - [ - -121.76581813099995, - 37.33219857300003 - ], - [ - -121.76597072099997, - 37.332151649000025 - ], - [ - -121.76612324399997, - 37.332122764000076 - ], - [ - -121.76617676199999, - 37.332302164000055 - ], - [ - -121.76619137899996, - 37.33235112700004 - ], - [ - -121.766217655, - 37.33243855500007 - ], - [ - -121.76621976699994, - 37.33244636100005 - ], - [ - -121.76624763399997, - 37.33253976800006 - ], - [ - -121.76641706299995, - 37.33310749300006 - ], - [ - -121.76642317099999, - 37.33312795900008 - ], - [ - -121.76653388699998, - 37.333499059000076 - ], - [ - -121.76624417799997, - 37.333705972000075 - ], - [ - -121.76610317199999, - 37.33381088700003 - ], - [ - -121.76587550799997, - 37.33386299400007 - ], - [ - -121.76564618599997, - 37.333907037000074 - ], - [ - -121.76544178799998, - 37.33394012200006 - ], - [ - -121.76513397099995, - 37.33408519900007 - ], - [ - -121.76474634199997, - 37.33425876500007 - ], - [ - -121.76471956199998, - 37.33441245800003 - ], - [ - -121.76466895799996, - 37.33455082100005 - ], - [ - -121.764556487, - 37.33530699500005 - ], - [ - -121.76403799399998, - 37.33540961500006 - ], - [ - -121.76281966899995, - 37.33565082000007 - ], - [ - -121.763474912, - 37.336354081000025 - ], - [ - -121.76545972099996, - 37.33578607000004 - ], - [ - -121.76827353599998, - 37.334937129000025 - ], - [ - -121.76824887899994, - 37.334881180000025 - ], - [ - -121.76812514999995, - 37.33460036100007 - ], - [ - -121.76799162799995, - 37.334277738000026 - ], - [ - -121.76765067599996, - 37.333523927000044 - ], - [ - -121.768258533, - 37.33336410600003 - ], - [ - -121.76834380399998, - 37.333341690000054 - ], - [ - -121.76832873399997, - 37.333176614000024 - ], - [ - -121.76832598099998, - 37.33314617900004 - ], - [ - -121.76831948699999, - 37.333118300000024 - ], - [ - -121.76827756299997, - 37.33293797300007 - ], - [ - -121.76818234599995, - 37.33252839200003 - ], - [ - -121.76812973999995, - 37.33243170500003 - ], - [ - -121.76787995099994, - 37.331972920000055 - ], - [ - -121.76789537899998, - 37.331936416000076 - ], - [ - -121.76790647699994, - 37.33189892300004 - ], - [ - -121.76791314399998, - 37.331860764000055 - ], - [ - -121.76791510199996, - 37.33181076000005 - ], - [ - -121.76790946399996, - 37.331760933000055 - ], - [ - -121.76784224, - 37.331407185000046 - ], - [ - -121.76784033699994, - 37.33138702100007 - ], - [ - -121.76784267599999, - 37.33136688600007 - ], - [ - -121.76784919399995, - 37.33134734500004 - ], - [ - -121.76785970499998, - 37.33132894700003 - ], - [ - -121.76787391799996, - 37.33131221000008 - ], - [ - -121.76865594699996, - 37.33085685100008 - ], - [ - -121.76866330399997, - 37.330852926000034 - ], - [ - -121.76867107199996, - 37.33084952300004 - ], - [ - -121.76867916299994, - 37.33084666600007 - ], - [ - -121.76868755199996, - 37.33084435600006 - ], - [ - -121.76869615099997, - 37.33084268300007 - ], - [ - -121.76870490299996, - 37.33084155800003 - ], - [ - -121.76871372399995, - 37.33084105000006 - ], - [ - -121.76872258199995, - 37.33084113800004 - ], - [ - -121.76873139199995, - 37.33084184300003 - ], - [ - -121.768740101, - 37.330843145000074 - ], - [ - -121.76874864599995, - 37.33084502100007 - ], - [ - -121.76875694499995, - 37.33084751800004 - ], - [ - -121.76876493499998, - 37.33085056700003 - ], - [ - -121.76877259199995, - 37.33085410100006 - ], - [ - -121.76877979899996, - 37.33085821100008 - ], - [ - -121.76878658399994, - 37.33086278500008 - ], - [ - -121.76946057299995, - 37.33135765500003 - ], - [ - -121.76967879299997, - 37.33188895700005 - ], - [ - -121.76989037399994, - 37.33241898000006 - ], - [ - -121.77021233899995, - 37.332307842000034 - ], - [ - -121.77022586699997, - 37.33230597900007 - ], - [ - -121.77044737899996, - 37.33227517200004 - ], - [ - -121.770510694, - 37.33226638300005 - ], - [ - -121.77053245699994, - 37.332263331000036 - ], - [ - -121.77064535699998, - 37.33224761800005 - ], - [ - -121.77076400699997, - 37.33223110900008 - ], - [ - -121.77085242799996, - 37.332166518000065 - ], - [ - -121.77102170899997, - 37.33204272900008 - ], - [ - -121.77104908499996, - 37.332047834000036 - ], - [ - -121.77133779299999, - 37.33210167400006 - ], - [ - -121.77155557699996, - 37.33192244500003 - ], - [ - -121.77158494799994, - 37.33189827600006 - ], - [ - -121.77164287399995, - 37.33190971000005 - ], - [ - -121.77175231299998, - 37.33189110300003 - ], - [ - -121.77177350699998, - 37.331935506000036 - ], - [ - -121.77198540499995, - 37.332444648000035 - ], - [ - -121.77208941999999, - 37.33274039400004 - ], - [ - -121.77242703999997, - 37.33370018800008 - ], - [ - -121.77241085799994, - 37.33370604100003 - ], - [ - -121.77239467699997, - 37.33371196200005 - ], - [ - -121.77239259699996, - 37.33371274000007 - ], - [ - -121.77237898499999, - 37.333718015000045 - ], - [ - -121.77236537399995, - 37.333723313000064 - ], - [ - -121.772358597, - 37.33372601800005 - ], - [ - -121.77234177399998, - 37.33373295300004 - ], - [ - -121.77232500999997, - 37.33374000200007 - ], - [ - -121.77230292599995, - 37.33374942000006 - ], - [ - -121.77230269999995, - 37.333752548000064 - ], - [ - -121.77228583399994, - 37.33398635100008 - ], - [ - -121.77257156299999, - 37.33414249000003 - ], - [ - -121.772582221, - 37.33415052400005 - ], - [ - -121.77279095199998, - 37.33430797800003 - ], - [ - -121.77295548599994, - 37.33444231400006 - ], - [ - -121.772980282, - 37.33446255400003 - ], - [ - -121.77298158899998, - 37.334461876000034 - ], - [ - -121.77310605699995, - 37.334398013000055 - ], - [ - -121.77388186599995, - 37.334995099000025 - ], - [ - -121.77420688199999, - 37.33521718600008 - ], - [ - -121.77451145199996, - 37.33540852500005 - ], - [ - -121.77505184599994, - 37.335768717000064 - ], - [ - -121.77513123399996, - 37.33582143800004 - ], - [ - -121.77513581399995, - 37.335824477000074 - ], - [ - -121.77910491499995, - 37.33845953800005 - ], - [ - -121.77905723799995, - 37.33850615800003 - ], - [ - -121.77934354499996, - 37.338694227000076 - ], - [ - -121.77962238899994, - 37.33887819000006 - ], - [ - -121.77990566999995, - 37.33906505600004 - ], - [ - -121.77997628199995, - 37.339113772000076 - ], - [ - -121.78004994499997, - 37.33916002700005 - ], - [ - -121.78012640299994, - 37.33920355200007 - ], - [ - -121.78020544799995, - 37.33924427900007 - ], - [ - -121.780286822, - 37.339282027000024 - ], - [ - -121.78037035099999, - 37.33931668500003 - ], - [ - -121.78045560399994, - 37.33934816500005 - ], - [ - -121.78054237699996, - 37.33937633200003 - ], - [ - -121.78058679699996, - 37.339388894000024 - ], - [ - -121.78063032299997, - 37.339401191000036 - ], - [ - -121.78059448399995, - 37.339437702000055 - ], - [ - -121.78073211999998, - 37.33952807400004 - ], - [ - -121.78081733, - 37.33958402500008 - ], - [ - -121.78097055499995, - 37.33955363000007 - ], - [ - -121.78135256899998, - 37.33947785000004 - ], - [ - -121.78141595499994, - 37.339474661000054 - ], - [ - -121.78147918199994, - 37.339470445000075 - ], - [ - -121.78154233199996, - 37.33946517700008 - ], - [ - -121.78154566799998, - 37.33946422500003 - ], - [ - -121.781549096, - 37.33946352500004 - ], - [ - -121.78155261599994, - 37.33946305000006 - ], - [ - -121.78155616699996, - 37.339462851000064 - ], - [ - -121.78155969399995, - 37.33946288200008 - ], - [ - -121.78156322599995, - 37.339463187000035 - ], - [ - -121.78156673299998, - 37.33946374300007 - ], - [ - -121.78157012799994, - 37.33946450700006 - ], - [ - -121.78157344199997, - 37.33946552400005 - ], - [ - -121.78157664599996, - 37.33946677100005 - ], - [ - -121.78157968099998, - 37.339468271000044 - ], - [ - -121.78158254799996, - 37.33946993300003 - ], - [ - -121.78158518899994, - 37.33947180400003 - ], - [ - -121.78158766099995, - 37.339473861000045 - ], - [ - -121.78158984899994, - 37.339476080000054 - ], - [ - -121.78159180999995, - 37.339478462000045 - ], - [ - -121.78159348699995, - 37.339480938000065 - ], - [ - -121.78159490799999, - 37.33948353200003 - ], - [ - -121.78159601399994, - 37.33948622100007 - ], - [ - -121.78159683599995, - 37.339488981000045 - ], - [ - -121.78159731499994, - 37.33949179100006 - ], - [ - -121.78159750599997, - 37.33949462800007 - ], - [ - -121.78159738199997, - 37.33949746800005 - ], - [ - -121.78159694299995, - 37.33950028700008 - ], - [ - -121.78159618799998, - 37.33950304200005 - ], - [ - -121.78159514499998, - 37.33950575500006 - ], - [ - -121.78159378499998, - 37.33950837900005 - ], - [ - -121.78159213699996, - 37.33951089200008 - ], - [ - -121.78159022899996, - 37.33951329300004 - ], - [ - -121.78158808799998, - 37.33951553700007 - ], - [ - -121.781346295, - 37.33985426600003 - ], - [ - -121.78122861699995, - 37.339976266000065 - ], - [ - -121.78130596399996, - 37.34003338200006 - ], - [ - -121.78150082899998, - 37.34016263600006 - ], - [ - -121.78177305899999, - 37.34034314100006 - ], - [ - -121.78185906799996, - 37.34040027100008 - ], - [ - -121.78254420599995, - 37.340854730000046 - ], - [ - -121.78251782599995, - 37.340877816000045 - ], - [ - -121.78309743499995, - 37.34127494400008 - ], - [ - -121.78311058499997, - 37.34126106600007 - ], - [ - -121.78375889899996, - 37.34170880200003 - ], - [ - -121.78391719299998, - 37.34180999100005 - ], - [ - -121.78454231799998, - 37.342235154000036 - ], - [ - -121.78562035399995, - 37.34296833600007 - ], - [ - -121.787061215, - 37.343953928000076 - ], - [ - -121.78743401999998, - 37.344177881000064 - ], - [ - -121.78745284599995, - 37.34419056100006 - ], - [ - -121.78795129099996, - 37.34452655000007 - ], - [ - -121.78870959499994, - 37.34503320400006 - ], - [ - -121.78873073899996, - 37.34504730100008 - ], - [ - -121.78872632599996, - 37.345051657000056 - ], - [ - -121.78862254699999, - 37.345154079000054 - ], - [ - -121.78828991599994, - 37.34547809500003 - ], - [ - -121.78802804499998, - 37.34575074800006 - ], - [ - -121.78760479799996, - 37.346150470000055 - ], - [ - -121.78755472399996, - 37.34619776000005 - ], - [ - -121.78745560299996, - 37.34628602600003 - ], - [ - -121.78746546499997, - 37.34628885700005 - ], - [ - -121.787877402, - 37.34640711000003 - ], - [ - -121.78821976599994, - 37.346652316000075 - ], - [ - -121.78827106199998, - 37.34668906100006 - ], - [ - -121.78804698099998, - 37.34690899700007 - ], - [ - -121.78842812999994, - 37.34717027900007 - ], - [ - -121.78828918999994, - 37.34730806700003 - ], - [ - -121.78824716799994, - 37.347346892000076 - ], - [ - -121.78836531999997, - 37.34742506500004 - ], - [ - -121.78853164399999, - 37.34753512000003 - ], - [ - -121.788539749, - 37.34752953700007 - ], - [ - -121.78854805599997, - 37.347524159000045 - ], - [ - -121.78855012599996, - 37.34752285400003 - ], - [ - -121.788551687, - 37.34752194500004 - ], - [ - -121.78856994799997, - 37.347511901000075 - ], - [ - -121.78857083099996, - 37.34751148000004 - ], - [ - -121.78859091699996, - 37.34750244600008 - ], - [ - -121.78859145799998, - 37.347502234000046 - ], - [ - -121.78859678499998, - 37.34750020700005 - ], - [ - -121.78859852199997, - 37.347499570000025 - ], - [ - -121.78860211099999, - 37.34749824900007 - ], - [ - -121.78860564499996, - 37.347496997000064 - ], - [ - -121.78860746999999, - 37.34749638200003 - ], - [ - -121.78861285699998, - 37.34749456000003 - ], - [ - -121.78855261199999, - 37.34754901200006 - ], - [ - -121.78796404199994, - 37.348139917000026 - ], - [ - -121.78756407499998, - 37.34852379400007 - ], - [ - -121.78740959899994, - 37.34867205200004 - ], - [ - -121.78676311999999, - 37.34930957900008 - ], - [ - -121.78671885899996, - 37.34935322600006 - ], - [ - -121.78675148199994, - 37.34937619300007 - ], - [ - -121.78677449699995, - 37.34939239700003 - ], - [ - -121.78679228799996, - 37.349404906000075 - ], - [ - -121.78683263, - 37.34943328000003 - ], - [ - -121.78764043799998, - 37.35000172600007 - ], - [ - -121.78825256799996, - 37.35042683300003 - ], - [ - -121.78849846999998, - 37.35059717400003 - ], - [ - -121.78880333099994, - 37.35080941700005 - ], - [ - -121.78899553999997, - 37.350931960000025 - ], - [ - -121.789177113, - 37.35105615200007 - ], - [ - -121.78935972799997, - 37.35117932700007 - ], - [ - -121.78954228999999, - 37.35130263900004 - ], - [ - -121.78972445799997, - 37.35142625000003 - ], - [ - -121.78993206599995, - 37.35156368300005 - ], - [ - -121.78967861899997, - 37.351802004000035 - ], - [ - -121.78964301199994, - 37.35183551600005 - ], - [ - -121.79008746999995, - 37.35213484900004 - ], - [ - -121.79008760599999, - 37.35215769100006 - ], - [ - -121.79008763699994, - 37.35216114700006 - ], - [ - -121.79008811899996, - 37.35223727300007 - ], - [ - -121.79009282199996, - 37.352519493000045 - ], - [ - -121.79010229199997, - 37.35279058300006 - ], - [ - -121.79010862799998, - 37.35302135300003 - ], - [ - -121.79010912099994, - 37.35309145800005 - ], - [ - -121.79010921899999, - 37.35310541900003 - ], - [ - -121.79011457799999, - 37.35312850100007 - ], - [ - -121.79014270299996, - 37.35325609800003 - ], - [ - -121.79044475299997, - 37.35367338900005 - ], - [ - -121.79046482999996, - 37.35370358800003 - ], - [ - -121.78995234499996, - 37.35368956700006 - ], - [ - -121.78996422199998, - 37.35377147100007 - ], - [ - -121.78997197199999, - 37.35382494800007 - ], - [ - -121.79003973199997, - 37.35429183400004 - ], - [ - -121.79058782499999, - 37.35421401900004 - ], - [ - -121.790749657, - 37.35423233400007 - ], - [ - -121.79054424199995, - 37.354094443000065 - ], - [ - -121.79033439099999, - 37.35381120900007 - ], - [ - -121.79037990399996, - 37.35381336300003 - ], - [ - -121.79048177399994, - 37.353822999000045 - ], - [ - -121.790566319, - 37.35383552700006 - ], - [ - -121.79062311399997, - 37.35384513400004 - ], - [ - -121.79066005799996, - 37.35385418000004 - ], - [ - -121.79069650499997, - 37.35386442200007 - ], - [ - -121.79073243, - 37.35387581500004 - ], - [ - -121.79076397699998, - 37.35388782800004 - ], - [ - -121.79078878399997, - 37.353896390000045 - ], - [ - -121.79083050199995, - 37.353912914000034 - ], - [ - -121.790854363, - 37.35392482900005 - ], - [ - -121.79088306199998, - 37.35393959700008 - ], - [ - -121.79092690199997, - 37.353964408000024 - ], - [ - -121.79098447799998, - 37.35400094500005 - ], - [ - -121.79105667199997, - 37.35405037000004 - ], - [ - -121.791200614, - 37.35415499100003 - ], - [ - -121.79134396399996, - 37.354258567000045 - ], - [ - -121.79137415399998, - 37.35428000200005 - ], - [ - -121.79142360699996, - 37.35431598900004 - ], - [ - -121.79147317199994, - 37.354351837000024 - ], - [ - -121.79153130499998, - 37.35439404400006 - ], - [ - -121.79156515999995, - 37.354418416000044 - ], - [ - -121.79165689299998, - 37.35448344100007 - ], - [ - -121.79170496799998, - 37.35451610100006 - ], - [ - -121.791768247, - 37.354559031000065 - ], - [ - -121.79183593599998, - 37.35459831800006 - ], - [ - -121.79191084499996, - 37.35458749000003 - ], - [ - -121.79195777999996, - 37.354579053000066 - ], - [ - -121.79237695799998, - 37.35452604400007 - ], - [ - -121.79247035099996, - 37.35451634000003 - ], - [ - -121.79308961199996, - 37.35445185200007 - ], - [ - -121.79329225099997, - 37.35443054900003 - ], - [ - -121.79401706299996, - 37.35437308600007 - ], - [ - -121.794007793, - 37.35431134400005 - ], - [ - -121.79407146899996, - 37.35430590100003 - ], - [ - -121.79439053099998, - 37.35427861900007 - ], - [ - -121.79471158099994, - 37.35425685400003 - ], - [ - -121.79482877799995, - 37.35424738800003 - ], - [ - -121.79490136199996, - 37.354244823000045 - ], - [ - -121.79498066199994, - 37.354249235000054 - ], - [ - -121.79505619699995, - 37.35425632000005 - ], - [ - -121.79519803199997, - 37.354283800000076 - ], - [ - -121.79536871, - 37.354327555000054 - ], - [ - -121.795478232, - 37.35436498300004 - ], - [ - -121.79560721599995, - 37.354418629000065 - ], - [ - -121.79745523499997, - 37.355263456000046 - ], - [ - -121.79804572199998, - 37.35553793300005 - ], - [ - -121.79810392499996, - 37.35556242200005 - ], - [ - -121.79817317599998, - 37.355587359000026 - ], - [ - -121.79822530399997, - 37.35560715300005 - ], - [ - -121.79824590699997, - 37.35561290000004 - ], - [ - -121.79826661899995, - 37.35561839200005 - ], - [ - -121.798287411, - 37.355623656000034 - ], - [ - -121.79830392999997, - 37.35571944800006 - ], - [ - -121.79832112199995, - 37.35608997600008 - ], - [ - -121.79835157399998, - 37.35674496300004 - ], - [ - -121.79862705199997, - 37.35708493300007 - ], - [ - -121.79913724899995, - 37.35771443900006 - ], - [ - -121.79919371399995, - 37.357788937000066 - ], - [ - -121.79896100999997, - 37.357943341000066 - ], - [ - -121.79894876299994, - 37.357951488000026 - ], - [ - -121.79890428199997, - 37.35796921600007 - ], - [ - -121.798856017, - 37.357982066000034 - ], - [ - -121.79825089299999, - 37.358120634000045 - ], - [ - -121.79716772899997, - 37.358307065000076 - ], - [ - -121.79650649699994, - 37.35832754100005 - ], - [ - -121.79668012599996, - 37.35854563400005 - ], - [ - -121.796842589, - 37.358759821000035 - ], - [ - -121.79732018099998, - 37.359389444000044 - ], - [ - -121.79805615999999, - 37.36035970700004 - ], - [ - -121.79813113299997, - 37.36045132700008 - ], - [ - -121.79684093499998, - 37.36041041900006 - ], - [ - -121.79377968299997, - 37.36041144300003 - ], - [ - -121.79291962099995, - 37.36042331200008 - ], - [ - -121.79180361799996, - 37.360424833000025 - ], - [ - -121.79175279799995, - 37.36042603400006 - ], - [ - -121.79166180899995, - 37.361027930000034 - ], - [ - -121.79255871199996, - 37.361240484000064 - ], - [ - -121.79305513899999, - 37.36142867700005 - ], - [ - -121.79361247799994, - 37.361744491000024 - ], - [ - -121.79390447499998, - 37.361858006000034 - ], - [ - -121.79441294699996, - 37.36174787900006 - ], - [ - -121.79512404399998, - 37.36331340000004 - ], - [ - -121.79516634299995, - 37.36336800300006 - ], - [ - -121.79485537099998, - 37.36336793700008 - ], - [ - -121.79471851999995, - 37.36337091200005 - ], - [ - -121.79464000799999, - 37.36336617200004 - ], - [ - -121.79459416399999, - 37.36336182600007 - ], - [ - -121.79457556799997, - 37.36343225600007 - ], - [ - -121.79447342599997, - 37.36363769500008 - ], - [ - -121.794327, - 37.364029781000056 - ], - [ - -121.79387418799996, - 37.36449153800004 - ], - [ - -121.79382565499998, - 37.36441811800006 - ], - [ - -121.79208576999997, - 37.36539383200005 - ], - [ - -121.79188789199998, - 37.36559597300004 - ], - [ - -121.79157633199998, - 37.36591560100004 - ], - [ - -121.79131467499997, - 37.366185923000046 - ], - [ - -121.790961719, - 37.366548281000064 - ], - [ - -121.79053033099996, - 37.36699729000003 - ], - [ - -121.79028428899994, - 37.367257229000074 - ], - [ - -121.79045439699996, - 37.36744405700006 - ], - [ - -121.79098228699996, - 37.368007024000065 - ], - [ - -121.79158002499997, - 37.36864173400005 - ], - [ - -121.79178330599996, - 37.368877499000064 - ], - [ - -121.792452089, - 37.36966917600006 - ], - [ - -121.79375271099997, - 37.37120513100007 - ], - [ - -121.79449747499996, - 37.37069586200005 - ], - [ - -121.79641399199994, - 37.369397366000044 - ], - [ - -121.79672242199996, - 37.36918847700008 - ], - [ - -121.79797919999999, - 37.36833725200006 - ], - [ - -121.79864488799996, - 37.36790498500005 - ], - [ - -121.79920804899996, - 37.36751594200007 - ], - [ - -121.79924422199997, - 37.367480270000044 - ], - [ - -121.79926875299998, - 37.367491562000055 - ], - [ - -121.80136288299997, - 37.36845557700008 - ], - [ - -121.80144056799998, - 37.368491497000036 - ], - [ - -121.80145933299997, - 37.36850017100005 - ], - [ - -121.80147838199997, - 37.368508794000036 - ], - [ - -121.80161995799995, - 37.36856904700005 - ], - [ - -121.80159476699998, - 37.36858816500006 - ], - [ - -121.80156954699999, - 37.36860730500007 - ], - [ - -121.80154605699994, - 37.368625260000044 - ], - [ - -121.80153309499997, - 37.368635178000034 - ], - [ - -121.80093843599997, - 37.36908938000005 - ], - [ - -121.80077665299996, - 37.36920930700006 - ], - [ - -121.80055388799997, - 37.36934842900007 - ], - [ - -121.80036343399996, - 37.369480485000054 - ], - [ - -121.80030765999999, - 37.36952379200005 - ], - [ - -121.80017218599994, - 37.36962795300008 - ], - [ - -121.80016290599997, - 37.36963515100007 - ], - [ - -121.80009919799994, - 37.369675708000045 - ], - [ - -121.80006374199996, - 37.369701622000036 - ], - [ - -121.80003021299996, - 37.36972772300004 - ], - [ - -121.79999723399999, - 37.36975097800007 - ], - [ - -121.79981107599997, - 37.36988106200005 - ], - [ - -121.79969958999999, - 37.369959573000074 - ], - [ - -121.79958072599999, - 37.370037799000045 - ], - [ - -121.79956925799996, - 37.37004456300008 - ], - [ - -121.79950965399996, - 37.370087021000074 - ], - [ - -121.79945299699995, - 37.37012729400004 - ], - [ - -121.79942197599996, - 37.370149336000054 - ], - [ - -121.79935528899995, - 37.37019672400004 - ], - [ - -121.79899184599998, - 37.37043646600006 - ], - [ - -121.79861162799995, - 37.370693010000025 - ], - [ - -121.79845109899998, - 37.370801339000025 - ], - [ - -121.79819948899996, - 37.37097112600003 - ], - [ - -121.79803831899994, - 37.37107728700005 - ], - [ - -121.798242857, - 37.37125845700007 - ], - [ - -121.798453688, - 37.37144521300007 - ], - [ - -121.79887550299998, - 37.37182556500005 - ], - [ - -121.799192673, - 37.37210567300008 - ], - [ - -121.79939873899997, - 37.37228694000004 - ], - [ - -121.79965517499994, - 37.372575709000046 - ], - [ - -121.79972422599997, - 37.37263930900008 - ], - [ - -121.79977820699997, - 37.37268902200003 - ], - [ - -121.79979327499996, - 37.37270288600007 - ], - [ - -121.79984807299996, - 37.372753413000055 - ], - [ - -121.80119811199995, - 37.37391035600007 - ], - [ - -121.80130979599994, - 37.37385768400003 - ], - [ - -121.80205986599998, - 37.37348965000007 - ], - [ - -121.80220643299998, - 37.37341772800005 - ], - [ - -121.80307681, - 37.37299064700005 - ], - [ - -121.80477496699996, - 37.37215738000003 - ], - [ - -121.80518518899999, - 37.37195607900003 - ], - [ - -121.80524851599995, - 37.37192497700005 - ], - [ - -121.80537422499998, - 37.371866125000054 - ], - [ - -121.80596934399995, - 37.371571251000034 - ], - [ - -121.80551820899996, - 37.371066023000026 - ], - [ - -121.80565495699994, - 37.37100219600006 - ], - [ - -121.80598178999998, - 37.37084789700003 - ], - [ - -121.80627446499994, - 37.37112164500007 - ], - [ - -121.80648654999999, - 37.37132002200008 - ], - [ - -121.80663577299998, - 37.371247906000065 - ], - [ - -121.80698065499996, - 37.37108111200007 - ], - [ - -121.80701463899999, - 37.37106466500006 - ], - [ - -121.80730303899998, - 37.37092518900005 - ], - [ - -121.80762365899994, - 37.370770132000075 - ], - [ - -121.80769674799996, - 37.37073642400003 - ], - [ - -121.80776676099998, - 37.37070231600006 - ], - [ - -121.80750934699995, - 37.37046402300007 - ], - [ - -121.80738700399996, - 37.37035121500003 - ], - [ - -121.80726463299999, - 37.37023838400006 - ], - [ - -121.80721651799996, - 37.370194698000034 - ], - [ - -121.80716834599997, - 37.37015099000007 - ], - [ - -121.80716096999998, - 37.37014251100004 - ], - [ - -121.807154476, - 37.370133588000044 - ], - [ - -121.807149069, - 37.37012449300005 - ], - [ - -121.80714457, - 37.37011488400003 - ], - [ - -121.80714106899995, - 37.370104989000026 - ], - [ - -121.80713850499995, - 37.37009446500008 - ], - [ - -121.80713716899999, - 37.37008365300005 - ], - [ - -121.80713689599997, - 37.37007305900005 - ], - [ - -121.80713142299999, - 37.36995034000006 - ], - [ - -121.80712445199998, - 37.36976995800006 - ], - [ - -121.80712266399996, - 37.369723512000064 - ], - [ - -121.80712553599994, - 37.36970901400008 - ], - [ - -121.80712998899998, - 37.36969477300005 - ], - [ - -121.80713594199995, - 37.36968088100008 - ], - [ - -121.80714333599997, - 37.36966743200003 - ], - [ - -121.80715214299994, - 37.36965453800008 - ], - [ - -121.80716228299997, - 37.36964231600007 - ], - [ - -121.80717369599995, - 37.36963079000003 - ], - [ - -121.80718629899997, - 37.36962009800004 - ], - [ - -121.80720000899998, - 37.36961033100005 - ], - [ - -121.807214682, - 37.36960147000008 - ], - [ - -121.80731908799999, - 37.369546584000034 - ], - [ - -121.80752645299998, - 37.36943600400008 - ], - [ - -121.80777167199994, - 37.36930568500003 - ], - [ - -121.807929544, - 37.36922177300005 - ], - [ - -121.80784800499998, - 37.36914442300008 - ], - [ - -121.807806998, - 37.36910548800006 - ], - [ - -121.80745662799995, - 37.368840169000066 - ], - [ - -121.80779268199996, - 37.36864485900003 - ], - [ - -121.80802723799997, - 37.36850852300006 - ], - [ - -121.80821841499994, - 37.368397413000025 - ], - [ - -121.80824853699994, - 37.368379909000055 - ], - [ - -121.80842299199998, - 37.368278531000044 - ], - [ - -121.80859355599995, - 37.36817937100005 - ], - [ - -121.80884477799998, - 37.36804174700006 - ], - [ - -121.808927467, - 37.36800294200003 - ], - [ - -121.80912881199998, - 37.368072820000066 - ], - [ - -121.80933168299998, - 37.36814141900004 - ], - [ - -121.80954048499996, - 37.36821302100003 - ], - [ - -121.80975301099994, - 37.36828586100006 - ], - [ - -121.80993117899999, - 37.36834729900005 - ], - [ - -121.80999115699996, - 37.36836750400005 - ], - [ - -121.80965047399997, - 37.36851919800006 - ], - [ - -121.80948377699997, - 37.368611427000076 - ], - [ - -121.80913645699997, - 37.368782284000076 - ], - [ - -121.80911054599994, - 37.368794499000046 - ], - [ - -121.80890062599997, - 37.368893298000046 - ], - [ - -121.80877161599994, - 37.36895339900008 - ], - [ - -121.80850120499997, - 37.369079362000036 - ], - [ - -121.808462438, - 37.369097718000035 - ], - [ - -121.808628194, - 37.369321512000056 - ], - [ - -121.80863810599999, - 37.36933394500005 - ], - [ - -121.80882154099999, - 37.36956493400004 - ], - [ - -121.80877856399997, - 37.36958535100007 - ], - [ - -121.80849448499998, - 37.36972057100007 - ], - [ - -121.808683622, - 37.36990203300007 - ], - [ - -121.808815042, - 37.370010757000045 - ], - [ - -121.80906570899998, - 37.37023204500008 - ], - [ - -121.80962834499996, - 37.37064280900006 - ], - [ - -121.80963321699994, - 37.37064582200003 - ], - [ - -121.809638426, - 37.370648464000055 - ], - [ - -121.80964385699997, - 37.37065073900004 - ], - [ - -121.80964953999995, - 37.37065259800005 - ], - [ - -121.80965541599994, - 37.37065406600004 - ], - [ - -121.80966145599996, - 37.37065509700005 - ], - [ - -121.80966754699995, - 37.37065569300006 - ], - [ - -121.80967371499997, - 37.37065585300007 - ], - [ - -121.80967984899996, - 37.370655578000026 - ], - [ - -121.80968594499996, - 37.37065486900008 - ], - [ - -121.80969191899999, - 37.37065368100008 - ], - [ - -121.80969774299996, - 37.37065215200005 - ], - [ - -121.80970338599997, - 37.370650166000075 - ], - [ - -121.80970879299997, - 37.370647793000046 - ], - [ - -121.80971387899996, - 37.37064503600004 - ], - [ - -121.80971867199997, - 37.37064193800006 - ], - [ - -121.80972308499997, - 37.37063852400007 - ], - [ - -121.809727093, - 37.37063479400007 - ], - [ - -121.80973066499996, - 37.37063079300003 - ], - [ - -121.80973136899996, - 37.37063005400006 - ], - [ - -121.80973215899996, - 37.37062933500005 - ], - [ - -121.80973294899997, - 37.370628640000064 - ], - [ - -121.80976710899995, - 37.37059598400003 - ], - [ - -121.80980231099994, - 37.37056404900005 - ], - [ - -121.80983853099997, - 37.37053283400007 - ], - [ - -121.80987571099996, - 37.370502388000034 - ], - [ - -121.80988676299995, - 37.37049310900005 - ], - [ - -121.80956282299996, - 37.370018567000045 - ], - [ - -121.80975393799997, - 37.36993650100004 - ], - [ - -121.80980523199997, - 37.36991445900003 - ], - [ - -121.80995091399996, - 37.369851922000066 - ], - [ - -121.81004766599995, - 37.36981035000008 - ], - [ - -121.81014789199997, - 37.36976729600008 - ], - [ - -121.81029007299998, - 37.36970621800003 - ], - [ - -121.81034484099996, - 37.36968269300007 - ], - [ - -121.81053247999995, - 37.36960213200007 - ], - [ - -121.81054181599995, - 37.369598137000025 - ], - [ - -121.81077494199997, - 37.36949797500006 - ], - [ - -121.81078983099997, - 37.36949167400007 - ], - [ - -121.81099044499996, - 37.36935305600008 - ], - [ - -121.81120409399995, - 37.36920538800007 - ], - [ - -121.81124421799996, - 37.36917767700004 - ], - [ - -121.81134548199998, - 37.36921843300007 - ], - [ - -121.81144653399997, - 37.369211190000044 - ], - [ - -121.81155970299994, - 37.36920305800004 - ], - [ - -121.81177664499995, - 37.36918749200004 - ], - [ - -121.81200306799997, - 37.36917285000004 - ], - [ - -121.81205665799996, - 37.36916742200003 - ], - [ - -121.81222235799999, - 37.36915712000007 - ], - [ - -121.81244554499995, - 37.36914116300005 - ], - [ - -121.81256382599997, - 37.369095893000065 - ], - [ - -121.81288271099999, - 37.36897366300008 - ], - [ - -121.81302898099995, - 37.369142185000044 - ], - [ - -121.81309223399995, - 37.36924086200003 - ], - [ - -121.813112021, - 37.369275136000056 - ], - [ - -121.81312867599996, - 37.36930399700003 - ], - [ - -121.81333823799997, - 37.36967932400006 - ], - [ - -121.81342375499997, - 37.369843858000024 - ], - [ - -121.81342513399994, - 37.36984716200004 - ], - [ - -121.813553174, - 37.37010408100008 - ], - [ - -121.81355444399998, - 37.37010619400007 - ], - [ - -121.81355503799995, - 37.37010731000004 - ], - [ - -121.81355554299995, - 37.37010838000003 - ], - [ - -121.81355644299998, - 37.370110614000055 - ], - [ - -121.81362988799998, - 37.37025060700006 - ], - [ - -121.81371080399998, - 37.370394729000054 - ], - [ - -121.81372718499995, - 37.37042606400007 - ], - [ - -121.81374089699995, - 37.37045230100006 - ], - [ - -121.81384367299995, - 37.37064889200008 - ], - [ - -121.81394878299994, - 37.37084605100006 - ], - [ - -121.81405397299994, - 37.371042912000064 - ], - [ - -121.81415896899995, - 37.37124005000004 - ], - [ - -121.81424417699998, - 37.37144871600003 - ], - [ - -121.81434771999994, - 37.37164637300003 - ], - [ - -121.81441921399994, - 37.37178295500007 - ], - [ - -121.81445120499995, - 37.37184400900003 - ], - [ - -121.81455480699998, - 37.37204166600003 - ], - [ - -121.81467528299999, - 37.37223176200007 - ], - [ - -121.814813357, - 37.37218326800007 - ], - [ - -121.81486435399995, - 37.37216555200007 - ], - [ - -121.81489927299998, - 37.37215344100008 - ], - [ - -121.81494939499999, - 37.372231 - ], - [ - -121.81545474599994, - 37.37206352700008 - ], - [ - -121.81558172599995, - 37.37228564000003 - ], - [ - -121.81567181199995, - 37.37243879000005 - ], - [ - -121.81590605099996, - 37.37235936800005 - ], - [ - -121.81590048099997, - 37.372445311000035 - ], - [ - -121.81589898299995, - 37.37253766400005 - ], - [ - -121.81589712699997, - 37.372653781000054 - ], - [ - -121.81589679999996, - 37.37267417800007 - ], - [ - -121.81589305799997, - 37.37271743700006 - ], - [ - -121.81588527099996, - 37.372807754000064 - ], - [ - -121.81588129599999, - 37.37284259100005 - ], - [ - -121.81584687299994, - 37.37291391200006 - ], - [ - -121.81581931399995, - 37.37297101000007 - ], - [ - -121.81571435899997, - 37.37314450000008 - ], - [ - -121.81560121099994, - 37.37332016300007 - ], - [ - -121.815588091, - 37.37334056900005 - ], - [ - -121.81551279399997, - 37.37330582000004 - ], - [ - -121.81538841499997, - 37.373068570000044 - ], - [ - -121.81530644399999, - 37.37291217000006 - ], - [ - -121.815244953, - 37.37279486400007 - ], - [ - -121.815009165, - 37.372864529000026 - ], - [ - -121.81501396399995, - 37.37287159400006 - ], - [ - -121.81501799299997, - 37.37287894200006 - ], - [ - -121.81502122399996, - 37.37288655000003 - ], - [ - -121.81502359999996, - 37.372894330000065 - ], - [ - -121.81502514299996, - 37.37290225500004 - ], - [ - -121.81502582899998, - 37.37291025900004 - ], - [ - -121.81502565399995, - 37.372918294000044 - ], - [ - -121.81502459099994, - 37.37292627100004 - ], - [ - -121.81502272199998, - 37.372934144000055 - ], - [ - -121.81501996099996, - 37.372941866000076 - ], - [ - -121.81501642199999, - 37.37294936700005 - ], - [ - -121.81501204699998, - 37.37295660400008 - ], - [ - -121.81500694799996, - 37.37296350500003 - ], - [ - -121.81500109799998, - 37.37297002500003 - ], - [ - -121.81499460799995, - 37.37297614200003 - ], - [ - -121.814987423, - 37.37298176100006 - ], - [ - -121.814979683, - 37.372986884000056 - ], - [ - -121.81497144599996, - 37.37299146300006 - ], - [ - -121.81496271199995, - 37.372995451000065 - ], - [ - -121.81495359399997, - 37.372998850000045 - ], - [ - -121.81494414999997, - 37.37300161100006 - ], - [ - -121.81493446299999, - 37.373003665000056 - ], - [ - -121.81492456399997, - 37.37300508100003 - ], - [ - -121.81491453899997, - 37.37300581100004 - ], - [ - -121.81490447299996, - 37.37300585500003 - ], - [ - -121.81489447999996, - 37.373005189000025 - ], - [ - -121.81488456099999, - 37.37300385900005 - ], - [ - -121.81483597599998, - 37.37307389600005 - ], - [ - -121.81477603299999, - 37.37315527700008 - ], - [ - -121.81463841599998, - 37.37309131000006 - ], - [ - -121.81442788099997, - 37.37299568000003 - ], - [ - -121.81435153999996, - 37.37326660900004 - ], - [ - -121.81432961899998, - 37.37334431200003 - ], - [ - -121.81431141599995, - 37.373434495000026 - ], - [ - -121.81424326299998, - 37.37364105800003 - ], - [ - -121.81424028999999, - 37.37364972200004 - ], - [ - -121.814145425, - 37.37402690400006 - ], - [ - -121.81407769599997, - 37.374324425000054 - ], - [ - -121.81403323199999, - 37.37451959800006 - ], - [ - -121.81437265399995, - 37.37440606200005 - ], - [ - -121.81491480799997, - 37.374226504000035 - ], - [ - -121.81495869599996, - 37.37423338200006 - ], - [ - -121.81556609999996, - 37.374327718000075 - ], - [ - -121.81540234599998, - 37.37458740500006 - ], - [ - -121.81568617799996, - 37.37470317700007 - ], - [ - -121.81561781299996, - 37.37481287600008 - ], - [ - -121.81593547299997, - 37.37493909400007 - ], - [ - -121.81596465799998, - 37.374894407000056 - ], - [ - -121.81611930699995, - 37.37465027200005 - ], - [ - -121.81642478999999, - 37.37413281400006 - ], - [ - -121.81618089499995, - 37.37403401200004 - ], - [ - -121.81633664399999, - 37.37378890400004 - ], - [ - -121.81657028299998, - 37.373883585000044 - ], - [ - -121.81663710099997, - 37.37391064500008 - ], - [ - -121.81678214199997, - 37.37396942100003 - ], - [ - -121.81685583399997, - 37.373999266000055 - ], - [ - -121.817073269, - 37.374087329000076 - ], - [ - -121.81722868399999, - 37.374150314000076 - ], - [ - -121.81750994499998, - 37.37426331900008 - ], - [ - -121.81766961799997, - 37.37432547800006 - ], - [ - -121.81788359599994, - 37.374407672000075 - ], - [ - -121.81796681799995, - 37.37443962900005 - ], - [ - -121.81804481599994, - 37.37446960800003 - ], - [ - -121.81808489999997, - 37.37448518000008 - ], - [ - -121.81817770199996, - 37.37452188000003 - ], - [ - -121.81818021, - 37.374522865000074 - ], - [ - -121.818185654, - 37.37452502200006 - ], - [ - -121.81823372199995, - 37.374442825000074 - ], - [ - -121.81826543499994, - 37.37438859400004 - ], - [ - -121.81849571599997, - 37.374027872000056 - ], - [ - -121.81865231199998, - 37.373782524000035 - ], - [ - -121.81872277999997, - 37.373672045000035 - ], - [ - -121.81899396999995, - 37.373229448000075 - ], - [ - -121.81911535199998, - 37.373038191000035 - ], - [ - -121.819067701, - 37.37301798900006 - ], - [ - -121.81888016599999, - 37.37294369400007 - ], - [ - -121.81869541499998, - 37.37286945900007 - ], - [ - -121.81850828999995, - 37.37279561500003 - ], - [ - -121.81840853299997, - 37.37275624600005 - ], - [ - -121.81832321699994, - 37.372722596000074 - ], - [ - -121.81814230199996, - 37.37265117700008 - ], - [ - -121.81813109399997, - 37.37264674800008 - ], - [ - -121.81793149599997, - 37.372567986000035 - ], - [ - -121.81813881699998, - 37.37224245600004 - ], - [ - -121.81823438199996, - 37.37209633200007 - ], - [ - -121.818424532, - 37.37178117900004 - ], - [ - -121.81843653499999, - 37.37176250300007 - ], - [ - -121.81864080799994, - 37.37144497300005 - ], - [ - -121.81852070499997, - 37.37148770700003 - ], - [ - -121.81847989199997, - 37.371505402000025 - ], - [ - -121.81829824599998, - 37.371566339000026 - ], - [ - -121.81827015099998, - 37.37157505600004 - ], - [ - -121.81811733999996, - 37.37162367500008 - ], - [ - -121.81793882799997, - 37.37168171400003 - ], - [ - -121.81776123399999, - 37.37174141500003 - ], - [ - -121.81770982699999, - 37.37175867800005 - ], - [ - -121.81758363799997, - 37.371801093000045 - ], - [ - -121.81749217499998, - 37.371831830000076 - ], - [ - -121.81740236499996, - 37.37186202400005 - ], - [ - -121.81730160599994, - 37.37189588700005 - ], - [ - -121.81722862499998, - 37.37192083300005 - ], - [ - -121.81711071399997, - 37.37196109300004 - ], - [ - -121.81705592099996, - 37.371979837000026 - ], - [ - -121.81705229899995, - 37.371980998000026 - ], - [ - -121.81691974899996, - 37.37202389500004 - ], - [ - -121.81687281099994, - 37.37203909400006 - ], - [ - -121.81667344699997, - 37.37165960500005 - ], - [ - -121.816667785, - 37.371649185000024 - ], - [ - -121.81663389299996, - 37.37158620800005 - ], - [ - -121.81663155099994, - 37.37158188500007 - ], - [ - -121.816597307, - 37.37151838500006 - ], - [ - -121.81659387599996, - 37.37150752700006 - ], - [ - -121.81656682799996, - 37.37145701700007 - ], - [ - -121.81639114399997, - 37.371128878000036 - ], - [ - -121.81656912299997, - 37.371069884000065 - ], - [ - -121.816634304, - 37.37104823000004 - ], - [ - -121.81674713199999, - 37.37101091300008 - ], - [ - -121.81692511099999, - 37.37095194300008 - ], - [ - -121.81710314799994, - 37.37089294800006 - ], - [ - -121.81728109799997, - 37.370834 - ], - [ - -121.81745907599998, - 37.37077500500004 - ], - [ - -121.81763679999995, - 37.370716128000026 - ], - [ - -121.81781506199997, - 37.37065706100003 - ], - [ - -121.81813204099996, - 37.370552029000066 - ], - [ - -121.81805996999998, - 37.37048710000005 - ], - [ - -121.81793194799997, - 37.37037187100003 - ], - [ - -121.81781557999994, - 37.37026701800005 - ], - [ - -121.81770184699997, - 37.37016034900006 - ], - [ - -121.817587861, - 37.370053867000024 - ], - [ - -121.81747382099996, - 37.369945965000056 - ], - [ - -121.81735882599997, - 37.36983754800008 - ], - [ - -121.817247856, - 37.36973302200005 - ], - [ - -121.81713644999996, - 37.36962797500007 - ], - [ - -121.81702513099998, - 37.36952308700006 - ], - [ - -121.81691415899996, - 37.369418332000066 - ], - [ - -121.81679873299998, - 37.36931630500004 - ], - [ - -121.81669172899996, - 37.36920875900006 - ], - [ - -121.816578828, - 37.36910517000007 - ], - [ - -121.81646606899994, - 37.36900141900003 - ], - [ - -121.81635503799998, - 37.368896505000066 - ], - [ - -121.81624446199999, - 37.36879131000006 - ], - [ - -121.81613227099996, - 37.36868720800004 - ], - [ - -121.81602135599996, - 37.36858222400008 - ], - [ - -121.81587733899994, - 37.36844599900007 - ], - [ - -121.81578626199996, - 37.368395933000045 - ], - [ - -121.81631723499999, - 37.368050063000055 - ], - [ - -121.81643214899998, - 37.36797186500007 - ], - [ - -121.81670826699997, - 37.36777990300004 - ], - [ - -121.81686630399997, - 37.36768984300005 - ], - [ - -121.81723723299996, - 37.36743297600003 - ], - [ - -121.81738248599999, - 37.367336857000055 - ], - [ - -121.81753150999998, - 37.36723987100004 - ], - [ - -121.81759172099999, - 37.36719854200004 - ], - [ - -121.81769909499997, - 37.367125576000035 - ], - [ - -121.81783549399995, - 37.36703154700007 - ], - [ - -121.818109269, - 37.36684691000005 - ], - [ - -121.81825412699999, - 37.366748047000044 - ], - [ - -121.81841801499996, - 37.36663551100003 - ], - [ - -121.81855640299995, - 37.36654056400005 - ], - [ - -121.81869557899995, - 37.366431876000036 - ], - [ - -121.81881618299997, - 37.366343174000065 - ], - [ - -121.81891927699996, - 37.36626995800003 - ], - [ - -121.81899699599995, - 37.36621479000007 - ], - [ - -121.81904871899997, - 37.36628232700008 - ], - [ - -121.81940226599994, - 37.366613795000035 - ], - [ - -121.81923983299998, - 37.366724188000035 - ], - [ - -121.81911404099998, - 37.366809653000075 - ], - [ - -121.81892992699994, - 37.36693473200006 - ], - [ - -121.81894354399998, - 37.36694748900004 - ], - [ - -121.81905505799995, - 37.36705207600005 - ], - [ - -121.81916659899997, - 37.36715666200007 - ], - [ - -121.81927811199995, - 37.36726122500005 - ], - [ - -121.81938962499999, - 37.36736581100007 - ], - [ - -121.81950116899998, - 37.36747037400005 - ], - [ - -121.81961268199996, - 37.36757496100006 - ], - [ - -121.81972422599995, - 37.367679545000044 - ], - [ - -121.81983573899998, - 37.36778410900007 - ], - [ - -121.81994725599998, - 37.36788871700003 - ], - [ - -121.820058798, - 37.36799325700008 - ], - [ - -121.820170314, - 37.36809782000006 - ], - [ - -121.82028708599995, - 37.36820765600004 - ], - [ - -121.82040385699997, - 37.36831747000008 - ], - [ - -121.82052054199994, - 37.36842730700005 - ], - [ - -121.82093119799998, - 37.36778532300008 - ], - [ - -121.82104761399995, - 37.36758649800004 - ], - [ - -121.82120073299996, - 37.36734026600004 - ], - [ - -121.82139135199998, - 37.367408 - ], - [ - -121.82157399399995, - 37.36748520800006 - ], - [ - -121.82166538499996, - 37.367337364000036 - ], - [ - -121.82175813499998, - 37.36719003200005 - ], - [ - -121.82184856699996, - 37.367041467000035 - ], - [ - -121.82178782099999, - 37.367015233000075 - ], - [ - -121.82163348499995, - 37.36695425600004 - ], - [ - -121.82147603099997, - 37.36689535000005 - ], - [ - -121.82162691599996, - 37.36665756700006 - ], - [ - -121.82170157699994, - 37.366533375000074 - ], - [ - -121.82184928499998, - 37.36629445900007 - ], - [ - -121.82200158299997, - 37.36605730100007 - ], - [ - -121.82197061399995, - 37.36604458000005 - ], - [ - -121.82193974299997, - 37.36602922600008 - ], - [ - -121.82179181099997, - 37.36626832700006 - ], - [ - -121.82159616799999, - 37.36617103100008 - ], - [ - -121.82142198399998, - 37.36605962300007 - ], - [ - -121.82125693899997, - 37.36593288900008 - ], - [ - -121.82115537299995, - 37.36583785300007 - ], - [ - -121.82103759299997, - 37.365727639000056 - ], - [ - -121.82091984399995, - 37.36561742500004 - ], - [ - -121.82087353299994, - 37.36557550900005 - ], - [ - -121.82060435899996, - 37.36575877100006 - ], - [ - -121.82027275299998, - 37.36544844100007 - ], - [ - -121.82013390599997, - 37.36533381700008 - ], - [ - -121.82004530599994, - 37.36539458100003 - ], - [ - -121.81991456399999, - 37.36548383300004 - ], - [ - -121.81978824299995, - 37.365568481000025 - ], - [ - -121.81978089599994, - 37.36556812900005 - ], - [ - -121.81977689099995, - 37.365565496000045 - ], - [ - -121.81966587099998, - 37.36563964900006 - ], - [ - -121.81966649699996, - 37.36564417400007 - ], - [ - -121.81966493799996, - 37.36564854100004 - ], - [ - -121.81963857299996, - 37.36566582100005 - ], - [ - -121.81950891199995, - 37.365756230000045 - ], - [ - -121.81937779199995, - 37.36584518900003 - ], - [ - -121.81924757399997, - 37.365935008000065 - ], - [ - -121.81921498999998, - 37.36595741700006 - ], - [ - -121.81911706999995, - 37.36602480600004 - ], - [ - -121.81898681999996, - 37.36611439700005 - ], - [ - -121.81886123099997, - 37.366199951000056 - ], - [ - -121.81874049199996, - 37.36628256700004 - ], - [ - -121.81864822199998, - 37.366343552000046 - ], - [ - -121.81860247799995, - 37.36637434900007 - ], - [ - -121.81847190199994, - 37.366463347000035 - ], - [ - -121.81834095099998, - 37.36655232700008 - ], - [ - -121.81820946099998, - 37.36664163300003 - ], - [ - -121.81808521, - 37.366728453000064 - ], - [ - -121.81795900799995, - 37.36681348700006 - ], - [ - -121.81781704699995, - 37.36690918200003 - ], - [ - -121.81768559999995, - 37.366997799000046 - ], - [ - -121.81755738499999, - 37.36708432100005 - ], - [ - -121.81745408199998, - 37.36716048900007 - ], - [ - -121.817244083, - 37.36730261200006 - ], - [ - -121.81703969299997, - 37.367440963000035 - ], - [ - -121.81691711399998, - 37.36752506300007 - ], - [ - -121.81666110499998, - 37.36769457400004 - ], - [ - -121.81656176499996, - 37.36776305400008 - ], - [ - -121.81654873199994, - 37.36777203500003 - ], - [ - -121.81641760099996, - 37.367862364000075 - ], - [ - -121.81620982099997, - 37.367636008000034 - ], - [ - -121.81610134199997, - 37.36751785700005 - ], - [ - -121.81598742399996, - 37.36739379200003 - ], - [ - -121.81587353499998, - 37.36726970600006 - ], - [ - -121.81575964899997, - 37.36714566400008 - ], - [ - -121.81564576099998, - 37.367021599000054 - ], - [ - -121.81553181599998, - 37.36689751200004 - ], - [ - -121.81541795799995, - 37.366773469000066 - ], - [ - -121.81530383999996, - 37.36664922400007 - ], - [ - -121.81514928099995, - 37.366480796000076 - ], - [ - -121.81496557399998, - 37.366280697000036 - ], - [ - -121.81495533999998, - 37.36626957300007 - ], - [ - -121.81492586799999, - 37.36623744600007 - ], - [ - -121.81491569299999, - 37.366226367000024 - ], - [ - -121.814907673, - 37.366231792000065 - ], - [ - -121.81476342299999, - 37.36632959100007 - ], - [ - -121.81454063899997, - 37.36612024600004 - ], - [ - -121.81451442399998, - 37.36613802800008 - ], - [ - -121.81473720899999, - 37.36634739500005 - ], - [ - -121.81459295899998, - 37.366445171000066 - ], - [ - -121.81444873599997, - 37.36654294700003 - ], - [ - -121.81430445799998, - 37.36664070000006 - ], - [ - -121.81408167399997, - 37.36643137800007 - ], - [ - -121.81393562699998, - 37.36631778900005 - ], - [ - -121.81380888299998, - 37.36617669900005 - ], - [ - -121.81369855, - 37.36605394400004 - ], - [ - -121.81368053199998, - 37.36603388800006 - ], - [ - -121.81358824699998, - 37.36593121000004 - ], - [ - -121.81355215099995, - 37.36589100800006 - ], - [ - -121.81347794399994, - 37.36580843000007 - ], - [ - -121.81342383099997, - 37.36574819600003 - ], - [ - -121.81336764199995, - 37.365685651000035 - ], - [ - -121.81329542299994, - 37.365605293000044 - ], - [ - -121.81325731099997, - 37.36556289500004 - ], - [ - -121.81316707499997, - 37.36546245900007 - ], - [ - -121.81314700799999, - 37.36544018300003 - ], - [ - -121.81303863799997, - 37.365319602000056 - ], - [ - -121.81302263899994, - 37.365301835000025 - ], - [ - -121.81290575999998, - 37.36517196400007 - ], - [ - -121.81276731499997, - 37.36501743200006 - ], - [ - -121.81286059399997, - 37.364951724000036 - ], - [ - -121.81300001699998, - 37.364853432000075 - ], - [ - -121.81311966899995, - 37.36476914100007 - ], - [ - -121.81315019199997, - 37.364748519000045 - ], - [ - -121.813277417, - 37.36466276900006 - ], - [ - -121.81329223899996, - 37.364652783000054 - ], - [ - -121.81342198699997, - 37.364565334000076 - ], - [ - -121.81343420199994, - 37.36455709400008 - ], - [ - -121.81356661299998, - 37.364467853000065 - ], - [ - -121.81357619199997, - 37.364461359000074 - ], - [ - -121.81372418899997, - 37.36436159700003 - ], - [ - -121.81386019999997, - 37.364269956000044 - ], - [ - -121.81398759299998, - 37.364184066000064 - ], - [ - -121.81400218799996, - 37.36417422000005 - ], - [ - -121.814144178, - 37.364078508000034 - ], - [ - -121.81415809299995, - 37.36406912800004 - ], - [ - -121.81428616599999, - 37.36398284000006 - ], - [ - -121.814425745, - 37.363888710000026 - ], - [ - -121.81430466699999, - 37.363732062000054 - ], - [ - -121.81429963, - 37.36372609800003 - ], - [ - -121.81429393899998, - 37.36372050800003 - ], - [ - -121.81428762499996, - 37.36371533700003 - ], - [ - -121.81428074499996, - 37.363710654000045 - ], - [ - -121.81427338999998, - 37.36370647800004 - ], - [ - -121.81426558299995, - 37.36370285800007 - ], - [ - -121.81425741199996, - 37.36369981400003 - ], - [ - -121.81425161899995, - 37.36369811600008 - ], - [ - -121.81424868, - 37.36369730200005 - ], - [ - -121.81424571599996, - 37.363696695000044 - ], - [ - -121.81423967099994, - 37.36369548000005 - ], - [ - -121.81423355299995, - 37.36369484000005 - ], - [ - -121.81423047799996, - 37.36369453000003 - ], - [ - -121.81422740799997, - 37.36369442700004 - ], - [ - -121.81422118299997, - 37.36369431400004 - ], - [ - -121.814215591, - 37.36369433100003 - ], - [ - -121.81421000599994, - 37.36369466800005 - ], - [ - -121.81420448199998, - 37.36369532600003 - ], - [ - -121.81419719099995, - 37.36369659700006 - ], - [ - -121.81418993299997, - 37.36369800700004 - ], - [ - -121.81409415, - 37.363554487000044 - ], - [ - -121.813995133, - 37.363445521000074 - ], - [ - -121.81396372499995, - 37.363410920000035 - ], - [ - -121.81388883399995, - 37.363328488000036 - ], - [ - -121.81384005599995, - 37.36327478700008 - ], - [ - -121.81378247799995, - 37.36321143300006 - ], - [ - -121.81371635799997, - 37.36313863000004 - ], - [ - -121.81367617799998, - 37.36309440000008 - ], - [ - -121.81359269, - 37.363002495000046 - ], - [ - -121.81356985199994, - 37.36297734400006 - ], - [ - -121.81346899299996, - 37.362866361000044 - ], - [ - -121.81346349699999, - 37.362860289000025 - ], - [ - -121.813357199, - 37.36274323300006 - ], - [ - -121.81334532699998, - 37.36273022700004 - ], - [ - -121.81325087199997, - 37.36262619900003 - ], - [ - -121.81322165799997, - 37.36259406900007 - ], - [ - -121.813144546, - 37.36250912100007 - ], - [ - -121.81309696899996, - 37.36245675600003 - ], - [ - -121.81303827799996, - 37.36239208600006 - ], - [ - -121.81293189599995, - 37.362275054000065 - ], - [ - -121.81289946699997, - 37.362239342000066 - ], - [ - -121.8128256, - 37.36215799800004 - ], - [ - -121.81271927599994, - 37.36204098600007 - ], - [ - -121.81267731399998, - 37.361994784000046 - ], - [ - -121.812612952, - 37.361923930000046 - ], - [ - -121.81250662699995, - 37.361806873000035 - ], - [ - -121.81240030499998, - 37.361689839000064 - ], - [ - -121.81234693699997, - 37.36163589000006 - ], - [ - -121.81235053999995, - 37.36161902600003 - ], - [ - -121.81235414399998, - 37.36160216300004 - ], - [ - -121.81235592699994, - 37.36159101800007 - ], - [ - -121.81235897599998, - 37.36157194000003 - ], - [ - -121.812360717, - 37.361556767000025 - ], - [ - -121.81236242799997, - 37.36154159600005 - ], - [ - -121.81236347999999, - 37.36152640800003 - ], - [ - -121.81236450299997, - 37.36151119800007 - ], - [ - -121.81236483899994, - 37.361495973000046 - ], - [ - -121.81236520199997, - 37.36148077000007 - ], - [ - -121.81236455199996, - 37.361450311000056 - ], - [ - -121.81236249799997, - 37.361419891000025 - ], - [ - -121.81236137299999, - 37.36140978700007 - ], - [ - -121.812360222, - 37.361399660000075 - ], - [ - -121.81235906899997, - 37.36138955500007 - ], - [ - -121.81235801699995, - 37.36138192200008 - ], - [ - -121.81235690999995, - 37.361374313000056 - ], - [ - -121.81235571399998, - 37.36136668100005 - ], - [ - -121.812355847, - 37.36136450500004 - ], - [ - -121.81235603899995, - 37.361362351000025 - ], - [ - -121.81235617299996, - 37.36136017500007 - ], - [ - -121.81235630499998, - 37.36135790800006 - ], - [ - -121.81235666699996, - 37.361355659000026 - ], - [ - -121.81235725999994, - 37.361353456000074 - ], - [ - -121.81235808099996, - 37.361351272000036 - ], - [ - -121.81235915599996, - 37.36134885800004 - ], - [ - -121.81236023199995, - 37.36134641900003 - ], - [ - -121.81236124999998, - 37.36134395900007 - ], - [ - -121.81236381499997, - 37.361339764000036 - ], - [ - -121.81236675599996, - 37.361335748000045 - ], - [ - -121.81237015699998, - 37.36133193300003 - ], - [ - -121.81237390799998, - 37.361328366000066 - ], - [ - -121.81237803799996, - 37.36132506900003 - ], - [ - -121.81238251699995, - 37.36132206600007 - ], - [ - -121.81238728599999, - 37.361319381000044 - ], - [ - -121.81239231999996, - 37.361317013000075 - ], - [ - -121.81239761899997, - 37.36131500700003 - ], - [ - -121.81240303699997, - 37.36131334500004 - ], - [ - -121.81240892199997, - 37.36131202000007 - ], - [ - -121.81241489999996, - 37.36131115200004 - ], - [ - -121.812420971, - 37.36131067200006 - ], - [ - -121.81242707799998, - 37.361310626000034 - ], - [ - -121.81243313599998, - 37.36131101700005 - ], - [ - -121.81243917299997, - 37.361311819000036 - ], - [ - -121.81244507199995, - 37.36131303500008 - ], - [ - -121.81245080699995, - 37.36131466300003 - ], - [ - -121.81245559899997, - 37.36131644200003 - ], - [ - -121.81246022299996, - 37.361318495000035 - ], - [ - -121.81246467899996, - 37.361320781000074 - ], - [ - -121.81246756999997, - 37.36132219000007 - ], - [ - -121.81247026699998, - 37.36132383000006 - ], - [ - -121.81247276499994, - 37.36132568000005 - ], - [ - -121.81247503799995, - 37.36132771500007 - ], - [ - -121.81247705599998, - 37.36132988900005 - ], - [ - -121.81261208099994, - 37.36122491700007 - ], - [ - -121.81250604099995, - 37.36110923200005 - ], - [ - -121.812386947, - 37.36098995900005 - ], - [ - -121.81238102199995, - 37.36098405100006 - ], - [ - -121.81237515299995, - 37.36097809700004 - ], - [ - -121.81236928499999, - 37.360972143000026 - ], - [ - -121.81236533699996, - 37.36096777000006 - ], - [ - -121.81236189999998, - 37.36096309200008 - ], - [ - -121.81235897599998, - 37.36095825000007 - ], - [ - -121.812356621, - 37.36095314900007 - ], - [ - -121.81235483699999, - 37.360947973000066 - ], - [ - -121.81235365499998, - 37.36094265400004 - ], - [ - -121.81235307099996, - 37.360937258000035 - ], - [ - -121.81235309199997, - 37.36093185500005 - ], - [ - -121.81235371499997, - 37.36092649200003 - ], - [ - -121.81235491199999, - 37.36092116900005 - ], - [ - -121.81235674199996, - 37.36091597500007 - ], - [ - -121.81235911899995, - 37.360910913000055 - ], - [ - -121.81236207399996, - 37.36090605000004 - ], - [ - -121.81236554699996, - 37.36090138800006 - ], - [ - -121.81236951399995, - 37.360897039000065 - ], - [ - -121.81237210799998, - 37.360894607000034 - ], - [ - -121.812374676, - 37.360892152000076 - ], - [ - -121.812377272, - 37.36088969700006 - ], - [ - -121.81257710699998, - 37.360763742000074 - ], - [ - -121.81271341499996, - 37.360677846000044 - ], - [ - -121.81285096099998, - 37.36058424300006 - ], - [ - -121.81298845299995, - 37.36049068800003 - ], - [ - -121.81312597099998, - 37.36039713200006 - ], - [ - -121.81326345999997, - 37.36030355300005 - ], - [ - -121.813400979, - 37.36020997400004 - ], - [ - -121.81353849599998, - 37.36011641700003 - ], - [ - -121.81367601299996, - 37.36002286100006 - ], - [ - -121.81381352999995, - 37.35992928100006 - ], - [ - -121.81395232699998, - 37.35983683200004 - ], - [ - -121.81408925599999, - 37.35974241100007 - ], - [ - -121.81436769099997, - 37.35957109800006 - ], - [ - -121.81457298699996, - 37.35943471000007 - ], - [ - -121.814595828, - 37.359459740000034 - ], - [ - -121.81468807199997, - 37.35956082200005 - ], - [ - -121.81479380299999, - 37.359676739000065 - ], - [ - -121.81500526399998, - 37.35990852700007 - ], - [ - -121.81521675599998, - 37.360140337000075 - ], - [ - -121.815232692, - 37.360157806000075 - ], - [ - -121.81532245999995, - 37.36025623100005 - ], - [ - -121.81542819099997, - 37.36037212400004 - ], - [ - -121.81553395299994, - 37.360488040000064 - ], - [ - -121.81563965799995, - 37.360603911000055 - ], - [ - -121.81574538999996, - 37.360719827000025 - ], - [ - -121.81585115299998, - 37.36083571900008 - ], - [ - -121.81595685699995, - 37.360951613000054 - ], - [ - -121.81606137099999, - 37.36106820500004 - ], - [ - -121.81607546999999, - 37.36108393300003 - ], - [ - -121.81622595299996, - 37.36098091300005 - ], - [ - -121.81641403499998, - 37.36085217600004 - ], - [ - -121.81660208899996, - 37.360723439000026 - ], - [ - -121.81679013999997, - 37.36059470300006 - ], - [ - -121.81697819199997, - 37.36046596500006 - ], - [ - -121.81719497299997, - 37.36031756300008 - ], - [ - -121.81733975799995, - 37.36021842700006 - ], - [ - -121.81752256599998, - 37.360093273000075 - ], - [ - -121.81770990799998, - 37.359965069000054 - ], - [ - -121.81784046699994, - 37.35987563800006 - ], - [ - -121.81783925299999, - 37.359875102000046 - ], - [ - -121.81783803899998, - 37.359874543000046 - ], - [ - -121.81783682499997, - 37.359873984000046 - ], - [ - -121.81783488699995, - 37.35987304500003 - ], - [ - -121.81783294899998, - 37.35987210500008 - ], - [ - -121.81783100999996, - 37.35987114300008 - ], - [ - -121.81782892499996, - 37.35987004400005 - ], - [ - -121.81782684299998, - 37.35986892200003 - ], - [ - -121.81782478499997, - 37.35986777900007 - ], - [ - -121.81782316399995, - 37.35986685900008 - ], - [ - -121.81768121699997, - 37.35974803300007 - ], - [ - -121.817637645, - 37.35971151000007 - ], - [ - -121.81740072999997, - 37.359453049000024 - ], - [ - -121.81732184699996, - 37.35936702300006 - ], - [ - -121.81724322499997, - 37.359281225000075 - ], - [ - -121.816965117, - 37.35897781400007 - ], - [ - -121.816886964, - 37.35889248900003 - ], - [ - -121.816911571, - 37.358878068000024 - ], - [ - -121.81682254299994, - 37.35878094000003 - ], - [ - -121.81662092999994, - 37.35856461100008 - ], - [ - -121.81658602999994, - 37.35858732000003 - ], - [ - -121.81650540799995, - 37.35852294400007 - ], - [ - -121.816437695, - 37.35846204000006 - ], - [ - -121.81636246999994, - 37.35840131200007 - ], - [ - -121.816204197, - 37.358314163000045 - ], - [ - -121.81645077, - 37.35814633800004 - ], - [ - -121.81662109299998, - 37.35803055100007 - ], - [ - -121.81677804999998, - 37.35792432000005 - ], - [ - -121.81702776399999, - 37.357759205000036 - ], - [ - -121.81723240199995, - 37.35762185800007 - ], - [ - -121.817385533, - 37.35779141900008 - ], - [ - -121.81749055599994, - 37.35790773100007 - ], - [ - -121.81759560799998, - 37.35802401900003 - ], - [ - -121.81770060099996, - 37.35814030800003 - ], - [ - -121.81780565199995, - 37.35825659600005 - ], - [ - -121.81791070499997, - 37.35837288500005 - ], - [ - -121.81801572799998, - 37.358489218000045 - ], - [ - -121.81812078099995, - 37.35860550600006 - ], - [ - -121.81822577599996, - 37.358721772000024 - ], - [ - -121.818330829, - 37.358838082000034 - ], - [ - -121.81843585599995, - 37.35895436900006 - ], - [ - -121.818540881, - 37.359070657000075 - ], - [ - -121.81867368899998, - 37.35921769400005 - ], - [ - -121.81871831199999, - 37.35926862800005 - ], - [ - -121.81872771399998, - 37.359279369000035 - ], - [ - -121.81876584899999, - 37.35931979700007 - ], - [ - -121.81896765199997, - 37.35954317100004 - ], - [ - -121.81905042499994, - 37.35948714500006 - ], - [ - -121.81912509199998, - 37.35943659000003 - ], - [ - -121.81914999799994, - 37.35941971500006 - ], - [ - -121.81921678799995, - 37.359374511000055 - ], - [ - -121.81928252899996, - 37.359329983000066 - ], - [ - -121.81933503699997, - 37.359294463000026 - ], - [ - -121.81937952499999, - 37.35926434300006 - ], - [ - -121.81943999499998, - 37.359223401000065 - ], - [ - -121.81951871499996, - 37.359170121000034 - ], - [ - -121.81959743099998, - 37.359116818000075 - ], - [ - -121.81970239099996, - 37.35904577700006 - ], - [ - -121.81975486899995, - 37.35901025600003 - ], - [ - -121.81988609499996, - 37.358921433000035 - ], - [ - -121.81991233399998, - 37.35890367300004 - ], - [ - -121.82006977099996, - 37.35879709000005 - ], - [ - -121.820227204, - 37.35869048200004 - ], - [ - -121.82025347299998, - 37.358672745000035 - ], - [ - -121.82035804099996, - 37.358771182000055 - ], - [ - -121.82054701499999, - 37.35864329900005 - ], - [ - -121.82077111299998, - 37.35885419600004 - ], - [ - -121.82077443699995, - 37.35885734000004 - ], - [ - -121.82087412199996, - 37.35878981500008 - ], - [ - -121.82095068599995, - 37.358738 - ], - [ - -121.82103155699997, - 37.358683230000054 - ], - [ - -121.82109781099996, - 37.35863869600007 - ], - [ - -121.821133149, - 37.358614927000076 - ], - [ - -121.821262505, - 37.358752958000025 - ], - [ - -121.821266864, - 37.358751260000076 - ], - [ - -121.82127133899996, - 37.35874981400008 - ], - [ - -121.82127596299995, - 37.358748640000044 - ], - [ - -121.82127953499997, - 37.35874791300006 - ], - [ - -121.82128316799998, - 37.358747392000055 - ], - [ - -121.82128683299999, - 37.35874705400005 - ], - [ - -121.82129003899996, - 37.35874678700003 - ], - [ - -121.82129322099996, - 37.35874668300005 - ], - [ - -121.82129646199996, - 37.35874676000003 - ], - [ - -121.82130067999998, - 37.358746919000055 - ], - [ - -121.82130487399996, - 37.35874739900004 - ], - [ - -121.82130901799997, - 37.35874817600006 - ], - [ - -121.82131264499998, - 37.35874896000007 - ], - [ - -121.82131618899996, - 37.35874988100005 - ], - [ - -121.82131967799995, - 37.35875100900006 - ], - [ - -121.82132320099998, - 37.35875234300005 - ], - [ - -121.82132660999997, - 37.35875383800004 - ], - [ - -121.82132996499996, - 37.35875547100005 - ], - [ - -121.82133167499995, - 37.35875643600008 - ], - [ - -121.821333413, - 37.35875744600003 - ], - [ - -121.821335095, - 37.35875848000006 - ], - [ - -121.82133642999997, - 37.35875938000004 - ], - [ - -121.82133773499999, - 37.35876030400004 - ], - [ - -121.82133901499998, - 37.358761274000074 - ], - [ - -121.82134009099997, - 37.358762108000064 - ], - [ - -121.82134113799998, - 37.358762968000065 - ], - [ - -121.82134215599996, - 37.35876382600003 - ], - [ - -121.82134317699996, - 37.35876475200007 - ], - [ - -121.82134413999995, - 37.35876568100008 - ], - [ - -121.82134510299994, - 37.358766607000064 - ], - [ - -121.82160778999997, - 37.359041869000066 - ], - [ - -121.82182410699994, - 37.35926823300008 - ], - [ - -121.82182611999997, - 37.359270595000055 - ], - [ - -121.82202133399994, - 37.35949973400005 - ], - [ - -121.82214632899996, - 37.35963577700005 - ], - [ - -121.82226675499999, - 37.35975996800005 - ], - [ - -121.82237097499996, - 37.359869211000046 - ], - [ - -121.82247323799999, - 37.35997966600007 - ], - [ - -121.822576643, - 37.360096243000044 - ], - [ - -121.82268143699997, - 37.36021198100008 - ], - [ - -121.82278631699995, - 37.36032774000006 - ], - [ - -121.82288885799994, - 37.360442473000035 - ], - [ - -121.82290886799996, - 37.36046483900003 - ], - [ - -121.82301488099995, - 37.360583011000074 - ], - [ - -121.82311875799996, - 37.36069546300007 - ], - [ - -121.82311345799997, - 37.36069895600008 - ], - [ - -121.82303702099995, - 37.36075152700005 - ], - [ - -121.82295240899998, - 37.360807141000066 - ], - [ - -121.82285466899998, - 37.36087277000007 - ], - [ - -121.82281115899997, - 37.36090310900005 - ], - [ - -121.82264550899998, - 37.361018761000025 - ], - [ - -121.82255605699999, - 37.36108120600005 - ], - [ - -121.82247490399999, - 37.36113788000006 - ], - [ - -121.82241963899997, - 37.36117643100005 - ], - [ - -121.822389892, - 37.36119695600007 - ], - [ - -121.82228949199998, - 37.36126625400004 - ], - [ - -121.82225415899995, - 37.36129029700004 - ], - [ - -121.82217125099999, - 37.361346739000055 - ], - [ - -121.82215858399996, - 37.36135535100004 - ], - [ - -121.82208292399997, - 37.36140649300006 - ], - [ - -121.82202703699994, - 37.361443906000034 - ], - [ - -121.82199392499996, - 37.361467031000075 - ], - [ - -121.821911366, - 37.36152211900003 - ], - [ - -121.82189502299997, - 37.36153194000008 - ], - [ - -121.82178681299996, - 37.361604072000034 - ], - [ - -121.82176295, - 37.36161999800004 - ], - [ - -121.82163087499998, - 37.361708031000035 - ], - [ - -121.82156580399999, - 37.36175145300007 - ], - [ - -121.821649859, - 37.36184254500006 - ], - [ - -121.82168163999995, - 37.36187700200003 - ], - [ - -121.821719385, - 37.36191796000003 - ], - [ - -121.82180004999998, - 37.36200535900008 - ], - [ - -121.82145465899998, - 37.36223320400006 - ], - [ - -121.82166312899994, - 37.36246444100004 - ], - [ - -121.82192118799998, - 37.36229420900003 - ], - [ - -121.82193894899996, - 37.36231266400006 - ], - [ - -121.82198992399998, - 37.36236711600003 - ], - [ - -121.82202724999996, - 37.36240862900007 - ], - [ - -121.82205497899997, - 37.36243928500005 - ], - [ - -121.82211117999998, - 37.362500590000025 - ], - [ - -121.82213206699998, - 37.36252384000005 - ], - [ - -121.82187156899994, - 37.36269567900007 - ], - [ - -121.82228807599995, - 37.36315772100005 - ], - [ - -121.82263695799998, - 37.36292937700006 - ], - [ - -121.82418364999995, - 37.36188184400004 - ], - [ - -121.82441641799994, - 37.36209863300007 - ], - [ - -121.82451345499999, - 37.362208483000074 - ], - [ - -121.824569479, - 37.36226285300006 - ], - [ - -121.82457124899997, - 37.36226562600007 - ], - [ - -121.82477142099998, - 37.36247962400006 - ], - [ - -121.82491635199995, - 37.362638031000074 - ], - [ - -121.825041877, - 37.36277262100003 - ], - [ - -121.82516715899999, - 37.36289517400007 - ], - [ - -121.82527830999999, - 37.36302283300006 - ], - [ - -121.82523600499997, - 37.363046703000066 - ], - [ - -121.82502203799999, - 37.36316741500008 - ], - [ - -121.82499470899995, - 37.363136663000034 - ], - [ - -121.82489271599997, - 37.36319542800004 - ], - [ - -121.82481061399994, - 37.363106446000074 - ], - [ - -121.824708483, - 37.36299585300003 - ], - [ - -121.82454898499998, - 37.36310265000003 - ], - [ - -121.824402438, - 37.36320570600003 - ], - [ - -121.82439348199995, - 37.36321169000007 - ], - [ - -121.82426199199995, - 37.363300269000035 - ], - [ - -121.82425782699994, - 37.363303132000055 - ], - [ - -121.82413143399998, - 37.36338970800006 - ], - [ - -121.82411423599996, - 37.36340148600004 - ], - [ - -121.82400081699996, - 37.36347908000005 - ], - [ - -121.823970267, - 37.36349959100005 - ], - [ - -121.82386999699997, - 37.363568247000046 - ], - [ - -121.823855606, - 37.36357820600006 - ], - [ - -121.82384838099995, - 37.36358316400003 - ], - [ - -121.823841185, - 37.363588142000026 - ], - [ - -121.82382679199998, - 37.363598102000026 - ], - [ - -121.82373205699997, - 37.36366349200006 - ], - [ - -121.82368363899997, - 37.36369686100005 - ], - [ - -121.82360181899998, - 37.363753247000034 - ], - [ - -121.82354039599994, - 37.36379557500004 - ], - [ - -121.82346358499996, - 37.363848173000065 - ], - [ - -121.82338368699999, - 37.36390288900003 - ], - [ - -121.82333287999995, - 37.36393749900003 - ], - [ - -121.82323962599997, - 37.364000833000034 - ], - [ - -121.82320161999996, - 37.364026258000024 - ], - [ - -121.82309585799999, - 37.364099073000034 - ], - [ - -121.82307132299997, - 37.36411599100006 - ], - [ - -121.82299225499997, - 37.36417071900007 - ], - [ - -121.82295264399994, - 37.364197809000075 - ], - [ - -121.82294111299996, - 37.36420574500005 - ], - [ - -121.82281034799996, - 37.36429497900008 - ], - [ - -121.82280357499997, - 37.36429958800005 - ], - [ - -121.82268438699998, - 37.36438019800005 - ], - [ - -121.82258354599998, - 37.36444602200004 - ], - [ - -121.82255096799997, - 37.364466966000066 - ], - [ - -121.82247051499996, - 37.36451326400004 - ], - [ - -121.82265324999997, - 37.364686720000066 - ], - [ - -121.82271727299997, - 37.36474747900007 - ], - [ - -121.82280375599998, - 37.36482952400007 - ], - [ - -121.82295869599994, - 37.36497664800004 - ], - [ - -121.82307233899996, - 37.364901891000045 - ], - [ - -121.82329146999996, - 37.36475656400006 - ], - [ - -121.82336677999996, - 37.36470654800007 - ], - [ - -121.82343701899998, - 37.36465997500005 - ], - [ - -121.82352553699997, - 37.36460122700004 - ], - [ - -121.82358259299997, - 37.36456340900003 - ], - [ - -121.823689592, - 37.364492366000036 - ], - [ - -121.82372811099998, - 37.36446679800008 - ], - [ - -121.82384559599996, - 37.36438872300005 - ], - [ - -121.82387292699997, - 37.36436943900003 - ], - [ - -121.82399762799997, - 37.364281187000074 - ], - [ - -121.82402814899996, - 37.36426056200003 - ], - [ - -121.82415785199998, - 37.364172988000064 - ], - [ - -121.82417290599994, - 37.36416318100004 - ], - [ - -121.82431979499995, - 37.36406639300003 - ], - [ - -121.82446277099996, - 37.36396884800007 - ], - [ - -121.82447676699996, - 37.36395932800008 - ], - [ - -121.82460542299998, - 37.36386933800003 - ], - [ - -121.82463216499997, - 37.363850746000026 - ], - [ - -121.82475053099995, - 37.363772364000056 - ], - [ - -121.82479100499995, - 37.363745538000046 - ], - [ - -121.82494858999996, - 37.36363903700004 - ], - [ - -121.82510503599997, - 37.363531496000064 - ], - [ - -121.82525984799997, - 37.363679329000036 - ], - [ - -121.82543855199998, - 37.36385003400005 - ], - [ - -121.82559825499999, - 37.36374332500003 - ], - [ - -121.82572366099998, - 37.36365783400004 - ], - [ - -121.82573496699996, - 37.36365013000005 - ], - [ - -121.82584935199998, - 37.363743370000066 - ], - [ - -121.82585636699997, - 37.36375079900006 - ], - [ - -121.82586055599995, - 37.363749401000064 - ], - [ - -121.82586483499995, - 37.363748163000025 - ], - [ - -121.82586917499998, - 37.36374705900005 - ], - [ - -121.825872861, - 37.36374628600004 - ], - [ - -121.82587654699995, - 37.36374560400003 - ], - [ - -121.82588029399994, - 37.363745057000074 - ], - [ - -121.82588750999997, - 37.363744335000035 - ], - [ - -121.82589481599996, - 37.36374402400003 - ], - [ - -121.82590210199999, - 37.363744147000034 - ], - [ - -121.825906466, - 37.36374441800007 - ], - [ - -121.82591083199998, - 37.363744850000046 - ], - [ - -121.82591511699997, - 37.36374546500008 - ], - [ - -121.82591888399998, - 37.36374608600005 - ], - [ - -121.82592262599997, - 37.36374684400005 - ], - [ - -121.825926284, - 37.363747742000044 - ], - [ - -121.82593026, - 37.36374881800003 - ], - [ - -121.82593412499995, - 37.36375003400008 - ], - [ - -121.82593793399997, - 37.363751388000026 - ], - [ - -121.82594671699997, - 37.36375508700007 - ], - [ - -121.82595496899995, - 37.36375950300004 - ], - [ - -121.82596262899995, - 37.36376454400005 - ], - [ - -121.82597100999999, - 37.36377140800005 - ], - [ - -121.82605822499994, - 37.36386884600006 - ], - [ - -121.82617873299995, - 37.36400326300003 - ], - [ - -121.82630017699995, - 37.364137053000036 - ], - [ - -121.82642041099996, - 37.36427060300008 - ], - [ - -121.82652403099996, - 37.36438573200007 - ], - [ - -121.82667326499995, - 37.36454536900004 - ], - [ - -121.82676683299997, - 37.364648344000045 - ], - [ - -121.82688827499999, - 37.364781995000044 - ], - [ - -121.82712911399994, - 37.36504707600005 - ], - [ - -121.82725180299997, - 37.36517970600005 - ], - [ - -121.82686229799998, - 37.365439310000056 - ], - [ - -121.82649235399998, - 37.365686262000054 - ], - [ - -121.82645556899996, - 37.365722091000066 - ], - [ - -121.826399101, - 37.36577709000005 - ], - [ - -121.82610822199996, - 37.366247120000025 - ], - [ - -121.82588730599997, - 37.366598821000025 - ], - [ - -121.82586183999996, - 37.36663925800008 - ], - [ - -121.82615078899994, - 37.36675155900008 - ], - [ - -121.82636090899996, - 37.36684009900006 - ], - [ - -121.826541857, - 37.36690559900006 - ], - [ - -121.82650688099994, - 37.366966035000075 - ], - [ - -121.82682202599995, - 37.36709035200005 - ], - [ - -121.82712969599999, - 37.36721340200006 - ], - [ - -121.82705324299997, - 37.36733798700004 - ], - [ - -121.82696968099998, - 37.36746427500003 - ], - [ - -121.82712563899997, - 37.36752898100008 - ], - [ - -121.82728353099998, - 37.36727497500004 - ], - [ - -121.827437337, - 37.36733647600005 - ], - [ - -121.827591171, - 37.36739798000008 - ], - [ - -121.82759602299996, - 37.36739991500008 - ], - [ - -121.8276691, - 37.36727756800008 - ], - [ - -121.82801381599995, - 37.36671955300005 - ], - [ - -121.82809741199998, - 37.36680652500007 - ], - [ - -121.82851915099997, - 37.366567770000074 - ], - [ - -121.8286369899999, - 37.366498499000045 - ], - [ - -121.82872521299998, - 37.36659249100006 - ], - [ - -121.82873820299994, - 37.36660687800003 - ], - [ - -121.82881795799995, - 37.36669883800005 - ], - [ - -121.82892582999995, - 37.366823691000036 - ], - [ - -121.82903115699997, - 37.36694088100006 - ], - [ - -121.82915541499995, - 37.367077635000044 - ], - [ - -121.82931512, - 37.367252988000075 - ], - [ - -121.82962262899997, - 37.367592295000065 - ], - [ - -121.83030605399995, - 37.368343468000035 - ], - [ - -121.83041926199996, - 37.368477874000064 - ], - [ - -121.83051077799996, - 37.36859222000004 - ], - [ - -121.830593519, - 37.36869700900007 - ], - [ - -121.83076286199997, - 37.368910706000065 - ], - [ - -121.83084736899997, - 37.36901796800004 - ], - [ - -121.830983646, - 37.369191390000026 - ], - [ - -121.83113435299998, - 37.369381127000054 - ], - [ - -121.83124664999997, - 37.369523781000055 - ], - [ - -121.83132443099998, - 37.369622056000026 - ], - [ - -121.83138395999998, - 37.36969719000007 - ], - [ - -121.83160056199995, - 37.36997309000003 - ], - [ - -121.831483247, - 37.37003178300006 - ], - [ - -121.83110115399995, - 37.37022665400008 - ], - [ - -121.83095370099994, - 37.37030008700003 - ], - [ - -121.83078389599996, - 37.37038258600006 - ], - [ - -121.830781447, - 37.37038352900004 - ], - [ - -121.83077893899997, - 37.370384381000065 - ], - [ - -121.8307764, - 37.37038516500007 - ], - [ - -121.83077374599998, - 37.37038588200005 - ], - [ - -121.83077108999998, - 37.370386530000076 - ], - [ - -121.83076840499996, - 37.370387110000024 - ], - [ - -121.83076563199995, - 37.37038762200007 - ], - [ - -121.830762828, - 37.37038804400004 - ], - [ - -121.83076002399997, - 37.37038839500008 - ], - [ - -121.83075716199994, - 37.370388680000076 - ], - [ - -121.83075426899995, - 37.370388895000076 - ], - [ - -121.83075137299994, - 37.37038895100005 - ], - [ - -121.83074844799995, - 37.370388984000044 - ], - [ - -121.83074552099998, - 37.37038892700008 - ], - [ - -121.83074265, - 37.37038875200005 - ], - [ - -121.83073972199998, - 37.37038853400003 - ], - [ - -121.830736818, - 37.370388201000026 - ], - [ - -121.83073394299998, - 37.370387753000045 - ], - [ - -121.830729685, - 37.370387023000035 - ], - [ - -121.83072550999998, - 37.37038606300007 - ], - [ - -121.830721359, - 37.37038494300003 - ], - [ - -121.83071870699996, - 37.370384080000065 - ], - [ - -121.83071607899996, - 37.37038314900008 - ], - [ - -121.83071350999995, - 37.370382171000074 - ], - [ - -121.83070859699995, - 37.370380029000046 - ], - [ - -121.83070393499997, - 37.37037761000005 - ], - [ - -121.830699472, - 37.370374937000065 - ], - [ - -121.83069744, - 37.37037356400003 - ], - [ - -121.83069543599998, - 37.37037214500003 - ], - [ - -121.83069351699999, - 37.37037067800003 - ], - [ - -121.83069160199994, - 37.37036948700006 - ], - [ - -121.83068979999996, - 37.37036818000007 - ], - [ - -121.83068819699997, - 37.37036673400007 - ], - [ - -121.83068673599996, - 37.37036517000007 - ], - [ - -121.83068550099995, - 37.370363491000035 - ], - [ - -121.83054090399997, - 37.370441080000035 - ], - [ - -121.83054266699997, - 37.370443531000035 - ], - [ - -121.83054429099997, - 37.37044605400007 - ], - [ - -121.83054576999996, - 37.37044862300007 - ], - [ - -121.83054780099997, - 37.37045313300007 - ], - [ - -121.83054937499998, - 37.37045776100007 - ], - [ - -121.83055040499994, - 37.370462488000044 - ], - [ - -121.83055094899998, - 37.37046726500006 - ], - [ - -121.83055094899998, - 37.37047204900006 - ], - [ - -121.83055040299996, - 37.370476816000064 - ], - [ - -121.83054939799996, - 37.37048154300004 - ], - [ - -121.83054784399997, - 37.370486183000025 - ], - [ - -121.83054580199996, - 37.37049067000004 - ], - [ - -121.83054327099995, - 37.370495025000025 - ], - [ - -121.83054024699999, - 37.370499180000024 - ], - [ - -121.83053681799998, - 37.37050311000007 - ], - [ - -121.83053295399998, - 37.37050677000008 - ], - [ - -121.83052871299998, - 37.37051018300008 - ], - [ - -121.83052412199999, - 37.37051325700003 - ], - [ - -121.83051920899999, - 37.37051601400003 - ], - [ - -121.83062218599997, - 37.37065218200007 - ], - [ - -121.83076616599999, - 37.37057693600008 - ], - [ - -121.83091375499998, - 37.37050636300006 - ], - [ - -121.83105955399998, - 37.37043345200004 - ], - [ - -121.83129051099996, - 37.370732721000024 - ], - [ - -121.83143645299998, - 37.37065978500004 - ], - [ - -121.83140076799998, - 37.37061432000007 - ], - [ - -121.83120364599995, - 37.370358090000025 - ], - [ - -121.83136155499994, - 37.37027915900006 - ], - [ - -121.83149024699998, - 37.37021369800004 - ], - [ - -121.83149337599997, - 37.37021224400007 - ], - [ - -121.83149659299994, - 37.37021087900007 - ], - [ - -121.83149989799995, - 37.37020965100004 - ], - [ - -121.83150554499997, - 37.37020791600003 - ], - [ - -121.831511402, - 37.370206591000056 - ], - [ - -121.83151738, - 37.37020567600007 - ], - [ - -121.83152344999996, - 37.37020521900007 - ], - [ - -121.83152952999995, - 37.37020514900007 - ], - [ - -121.83153558899994, - 37.37020553800005 - ], - [ - -121.83154159699995, - 37.37020634000004 - ], - [ - -121.83154746899999, - 37.37020757800008 - ], - [ - -121.83155320599997, - 37.37020920700007 - ], - [ - -121.83155871899999, - 37.37021122600004 - ], - [ - -121.83156398299997, - 37.37021363900004 - ], - [ - -121.83156899299996, - 37.37021642000008 - ], - [ - -121.83157363699996, - 37.370219527000074 - ], - [ - -121.83157794299996, - 37.37022295700007 - ], - [ - -121.83158185399998, - 37.37022668900005 - ], - [ - -121.83158533699998, - 37.37023067800004 - ], - [ - -121.83160003599994, - 37.370249235000074 - ], - [ - -121.83163792799996, - 37.37023026400004 - ], - [ - -121.83178758999998, - 37.37043038100006 - ], - [ - -121.83182260499996, - 37.370475259000045 - ], - [ - -121.83187857699994, - 37.37054707000004 - ], - [ - -121.83196620799998, - 37.37065875900004 - ], - [ - -121.83211657799995, - 37.37085023800006 - ], - [ - -121.83172976699996, - 37.371033332000025 - ], - [ - -121.83158226799998, - 37.371105734000025 - ], - [ - -121.83143660699994, - 37.37117997100006 - ], - [ - -121.83130552999995, - 37.371247038000035 - ], - [ - -121.83114691399999, - 37.37132817400004 - ], - [ - -121.83114397799994, - 37.37132443100006 - ], - [ - -121.83111871199998, - 37.371292260000075 - ], - [ - -121.83085175199994, - 37.37095224600006 - ], - [ - -121.83070595099997, - 37.371025178000025 - ], - [ - -121.83057680999997, - 37.371089819000076 - ], - [ - -121.83056015199998, - 37.37109811100004 - ], - [ - -121.83043080999994, - 37.37116275300008 - ], - [ - -121.83041432199997, - 37.371170998000025 - ], - [ - -121.83028489699996, - 37.371235779000074 - ], - [ - -121.83026863699996, - 37.371243906000075 - ], - [ - -121.83013912299998, - 37.37130864200003 - ], - [ - -121.83012277799997, - 37.371316816000046 - ], - [ - -121.82999329399996, - 37.37138152800003 - ], - [ - -121.82997021099999, - 37.37139305200003 - ], - [ - -121.82984635199995, - 37.37145493100007 - ], - [ - -121.82970049299996, - 37.37152779400003 - ], - [ - -121.82996594599996, - 37.37186869900006 - ], - [ - -121.82982046399997, - 37.371941924000055 - ], - [ - -121.82967512699997, - 37.372015125000075 - ], - [ - -121.82943178699998, - 37.37170656400008 - ], - [ - -121.82950960299996, - 37.37154419600006 - ], - [ - -121.82933956799997, - 37.37146253100008 - ], - [ - -121.82920558299998, - 37.37173046200007 - ], - [ - -121.82920355599998, - 37.37173421500006 - ], - [ - -121.82920112499994, - 37.37173781400003 - ], - [ - -121.82919831799995, - 37.37174123300008 - ], - [ - -121.82919513399997, - 37.37174445200003 - ], - [ - -121.82919163099996, - 37.37174744400005 - ], - [ - -121.829187779, - 37.37175011900007 - ], - [ - -121.82918366399997, - 37.37175254700003 - ], - [ - -121.82917928399996, - 37.37175467900005 - ], - [ - -121.82917466999999, - 37.37175649400007 - ], - [ - -121.829169907, - 37.371757968000054 - ], - [ - -121.82916499399994, - 37.37175912200007 - ], - [ - -121.82915996, - 37.37175991200007 - ], - [ - -121.82915486299999, - 37.37176033500003 - ], - [ - -121.82914972999998, - 37.371760394000034 - ], - [ - -121.82914461899998, - 37.371760108000046 - ], - [ - -121.82913956099998, - 37.37175945600006 - ], - [ - -121.829134582, - 37.371758458000045 - ], - [ - -121.82912973999998, - 37.37175714000006 - ], - [ - -121.829053951, - 37.37191900400006 - ], - [ - -121.829058439, - 37.371921403000044 - ], - [ - -121.82906267399994, - 37.37192412500008 - ], - [ - -121.82906662799996, - 37.37192710100004 - ], - [ - -121.82907024099995, - 37.37193033400007 - ], - [ - -121.82907348699996, - 37.371933822000074 - ], - [ - -121.82907636399995, - 37.37193749700003 - ], - [ - -121.82907881299997, - 37.37194136100004 - ], - [ - -121.82908086299994, - 37.371945366000034 - ], - [ - -121.82908248499996, - 37.37194951300006 - ], - [ - -121.82908365199995, - 37.371953759000064 - ], - [ - -121.82908435899998, - 37.37195805300007 - ], - [ - -121.82908460699997, - 37.371962376000056 - ], - [ - -121.82908439699997, - 37.371966705000034 - ], - [ - -121.82908372799994, - 37.37197101500004 - ], - [ - -121.8290826, - 37.371975263000024 - ], - [ - -121.829081009, - 37.37197940100003 - ], - [ - -121.829079488, - 37.37198253200006 - ], - [ - -121.82895308699995, - 37.37225776900004 - ], - [ - -121.82872678299998, - 37.37217143000004 - ], - [ - -121.82864153999998, - 37.37213886200004 - ], - [ - -121.82857547199995, - 37.372112076000064 - ], - [ - -121.828418925, - 37.37204868300006 - ], - [ - -121.82825993199998, - 37.371986348000064 - ], - [ - -121.82810098599998, - 37.371923485000025 - ], - [ - -121.82794571999995, - 37.371861016000025 - ], - [ - -121.827790758, - 37.371799527000064 - ], - [ - -121.82763143299996, - 37.37173627900006 - ], - [ - -121.82746994299998, - 37.37167216300003 - ], - [ - -121.82731388299999, - 37.37161018200004 - ], - [ - -121.82715643299997, - 37.37154744000003 - ], - [ - -121.82700065999995, - 37.371485386000074 - ], - [ - -121.82681620199997, - 37.371411892000026 - ], - [ - -121.82697709899998, - 37.37115531100005 - ], - [ - -121.8268256, - 37.37109163000008 - ], - [ - -121.82666818899997, - 37.371349156000065 - ], - [ - -121.82648142299996, - 37.37127642000007 - ], - [ - -121.82629977499994, - 37.37120431200003 - ], - [ - -121.82612003099996, - 37.37112968900004 - ], - [ - -121.82593738399999, - 37.37105937900003 - ], - [ - -121.82575674299994, - 37.37098744100007 - ], - [ - -121.82557616599996, - 37.370915824000065 - ], - [ - -121.82544410999998, - 37.37086339000007 - ], - [ - -121.82530647899995, - 37.37109466600003 - ], - [ - -121.82452530499995, - 37.37077985700006 - ], - [ - -121.82450665399995, - 37.37077278900006 - ], - [ - -121.824195052, - 37.37129643900005 - ], - [ - -121.823888109, - 37.37116061000006 - ], - [ - -121.82387417999996, - 37.371169214000076 - ], - [ - -121.82385798699994, - 37.37117475300005 - ], - [ - -121.82384058799994, - 37.371176872000035 - ], - [ - -121.82382884799995, - 37.37117631800004 - ], - [ - -121.82381508999998, - 37.37117356600004 - ], - [ - -121.82372945199995, - 37.37128840300005 - ], - [ - -121.82378704899998, - 37.37130993900007 - ], - [ - -121.823637594, - 37.37155736700004 - ], - [ - -121.82327453, - 37.37141785600005 - ], - [ - -121.82309003899996, - 37.37134385400003 - ], - [ - -121.82290434899994, - 37.37127176400003 - ], - [ - -121.82272102999997, - 37.371195802000045 - ], - [ - -121.82253567499998, - 37.37112313600005 - ], - [ - -121.82241019299994, - 37.371318700000074 - ], - [ - -121.82259258699997, - 37.37139094200006 - ], - [ - -121.822822536, - 37.371484483000074 - ], - [ - -121.82297012899994, - 37.371541507000074 - ], - [ - -121.823339697, - 37.371688591000066 - ], - [ - -121.82351541299994, - 37.37176099800007 - ], - [ - -121.82384436599995, - 37.37188393200006 - ], - [ - -121.82392849299998, - 37.37174326500008 - ], - [ - -121.82406856899996, - 37.371542728000065 - ], - [ - -121.82407317099995, - 37.371529011000064 - ], - [ - -121.82421299499998, - 37.37130466600007 - ], - [ - -121.82421313599997, - 37.371304440000074 - ], - [ - -121.82443871099997, - 37.37139384000005 - ], - [ - -121.82466018499997, - 37.371481568000036 - ], - [ - -121.82487308299994, - 37.37156593700007 - ], - [ - -121.82499687399996, - 37.37161496400006 - ], - [ - -121.82509389299997, - 37.371653397000046 - ], - [ - -121.82531438799998, - 37.37174076900004 - ], - [ - -121.82553491799996, - 37.37182846200005 - ], - [ - -121.82575300899998, - 37.37191618000003 - ], - [ - -121.82597321199995, - 37.37200474500003 - ], - [ - -121.826199826, - 37.37209591300007 - ], - [ - -121.82606496199998, - 37.372311823000075 - ], - [ - -121.82613880699995, - 37.372343743000044 - ], - [ - -121.82621672799996, - 37.372377425000025 - ], - [ - -121.826353601, - 37.37216002800005 - ], - [ - -121.82658460299996, - 37.37225268100008 - ], - [ - -121.82680884599995, - 37.37233932100003 - ], - [ - -121.82703184699994, - 37.37242549500007 - ], - [ - -121.82715726599997, - 37.372473951000075 - ], - [ - -121.82725487599998, - 37.372511667000026 - ], - [ - -121.82747681899997, - 37.372599569000045 - ], - [ - -121.82769779499995, - 37.37268791400004 - ], - [ - -121.827918878, - 37.37277420000004 - ], - [ - -121.82813407499998, - 37.37285837700006 - ], - [ - -121.82827429499997, - 37.37291325700005 - ], - [ - -121.82836027399998, - 37.37294686800004 - ], - [ - -121.82858497199999, - 37.37303459900005 - ], - [ - -121.82882568099996, - 37.37309708400005 - ], - [ - -121.82905421599997, - 37.37297830600005 - ], - [ - -121.82920093699994, - 37.372902047000025 - ], - [ - -121.82925535699997, - 37.37287377900003 - ], - [ - -121.829342855, - 37.37282829000003 - ], - [ - -121.82941739499995, - 37.37278956200004 - ], - [ - -121.829487444, - 37.37275475400003 - ], - [ - -121.82957958399999, - 37.37270893700003 - ], - [ - -121.82963632699995, - 37.37268075800006 - ], - [ - -121.82974259499997, - 37.372627915000066 - ], - [ - -121.82977559999995, - 37.37261149400007 - ], - [ - -121.82987109199996, - 37.372564014000034 - ], - [ - -121.82990821399994, - 37.37254528100004 - ], - [ - -121.82992936199997, - 37.372534604000066 - ], - [ - -121.83007242399998, - 37.37246236800007 - ], - [ - -121.83007472799994, - 37.37246117300003 - ], - [ - -121.83021967999997, - 37.37238719900006 - ], - [ - -121.83023605199998, - 37.37237886500003 - ], - [ - -121.83036492399998, - 37.37231354100004 - ], - [ - -121.83039789599997, - 37.372296823000056 - ], - [ - -121.83051019899995, - 37.37223992700007 - ], - [ - -121.83056190099995, - 37.372213704000046 - ], - [ - -121.83065544299996, - 37.37216629200003 - ], - [ - -121.83072502399995, - 37.37213103000005 - ], - [ - -121.83080063099999, - 37.37209270100004 - ], - [ - -121.83088999399996, - 37.37204737300004 - ], - [ - -121.830891254, - 37.37204884700003 - ], - [ - -121.83094814199995, - 37.37202238200007 - ], - [ - -121.83105490999998, - 37.37196714900006 - ], - [ - -121.83109606999994, - 37.37194649500003 - ], - [ - -121.83122075899996, - 37.37188297900008 - ], - [ - -121.83123718499996, - 37.37187457600004 - ], - [ - -121.83138330499997, - 37.371800128000075 - ], - [ - -121.83151496299996, - 37.371733558000074 - ], - [ - -121.83151968399994, - 37.371739364000064 - ], - [ - -121.83153558099997, - 37.371731699000065 - ], - [ - -121.83166684399998, - 37.37166865800003 - ], - [ - -121.83166953399996, - 37.371671535000075 - ], - [ - -121.83170443799997, - 37.37165385600008 - ], - [ - -121.83181810399998, - 37.37159632600003 - ], - [ - -121.83186707699997, - 37.37157153000004 - ], - [ - -121.83196670199999, - 37.37152109400006 - ], - [ - -121.83203349599995, - 37.37148728200003 - ], - [ - -121.83210350299998, - 37.37145183200005 - ], - [ - -121.83241870399996, - 37.37128983200006 - ], - [ - -121.83252692099995, - 37.37142854900003 - ], - [ - -121.83264611599998, - 37.37158126400004 - ], - [ - -121.83264857499995, - 37.37158567600005 - ], - [ - -121.83265063599998, - 37.37159025400007 - ], - [ - -121.83265215399996, - 37.371594952000066 - ], - [ - -121.83265315699998, - 37.37159972400008 - ], - [ - -121.83265367299998, - 37.37160454800005 - ], - [ - -121.832653645, - 37.37160940100006 - ], - [ - -121.83265309999996, - 37.371614237000074 - ], - [ - -121.83265206699997, - 37.371619010000074 - ], - [ - -121.83265051599994, - 37.371623697000075 - ], - [ - -121.83264847499998, - 37.371628275000035 - ], - [ - -121.83264594299999, - 37.37163267600005 - ], - [ - -121.83264295099997, - 37.37163689800008 - ], - [ - -121.83263952199997, - 37.37164089800007 - ], - [ - -121.83263568899997, - 37.371644649000075 - ], - [ - -121.83263144999995, - 37.37164813100003 - ], - [ - -121.83262685899996, - 37.37165131900008 - ], - [ - -121.83262194999998, - 37.37165419000007 - ], - [ - -121.832719828, - 37.371787210000036 - ], - [ - -121.83272508899995, - 37.371784725000055 - ], - [ - -121.83273055899997, - 37.37178260200005 - ], - [ - -121.83273626299996, - 37.37178086700004 - ], - [ - -121.83274211899999, - 37.37177951800004 - ], - [ - -121.83274806799994, - 37.37177860300005 - ], - [ - -121.83275413899997, - 37.37177809900004 - ], - [ - -121.83276024799994, - 37.37177803000003 - ], - [ - -121.83276630399996, - 37.37177837300004 - ], - [ - -121.83277234099995, - 37.371779152000045 - ], - [ - -121.83277821299998, - 37.37178034400006 - ], - [ - -121.83278397699996, - 37.371781949000024 - ], - [ - -121.832789548, - 37.37178394600005 - ], - [ - -121.83279483799998, - 37.37178631200004 - ], - [ - -121.83279987799995, - 37.37178904700005 - ], - [ - -121.83280457899997, - 37.371792130000074 - ], - [ - -121.83280897099996, - 37.37179551300005 - ], - [ - -121.83281290899998, - 37.371799199000066 - ], - [ - -121.83293797899995, - 37.37195647100003 - ], - [ - -121.833048465, - 37.37209520700003 - ], - [ - -121.833086327, - 37.372076191000076 - ], - [ - -121.83328136899996, - 37.37232120300007 - ], - [ - -121.83325985199997, - 37.37233211400007 - ], - [ - -121.83192438599997, - 37.37300797600005 - ], - [ - -121.83173175599995, - 37.372758058000045 - ], - [ - -121.83162814599996, - 37.37281025600004 - ], - [ - -121.83149530199995, - 37.372878075000074 - ], - [ - -121.83134484299995, - 37.37295367100006 - ], - [ - -121.83132034099998, - 37.37296598900008 - ], - [ - -121.83141928199996, - 37.37308785100004 - ], - [ - -121.83151874899994, - 37.373210302000075 - ], - [ - -121.83152036499996, - 37.37321243500003 - ], - [ - -121.83168591599997, - 37.37342679300008 - ], - [ - -121.83194150999998, - 37.37329756200006 - ], - [ - -121.832203129, - 37.37316526400008 - ], - [ - -121.83246594599996, - 37.37344109500003 - ], - [ - -121.83264714099994, - 37.37363499300005 - ], - [ - -121.83281546599994, - 37.37381484600007 - ], - [ - -121.83293941699998, - 37.37393324200008 - ], - [ - -121.83305640799995, - 37.37404418500006 - ], - [ - -121.83317372, - 37.37415544400005 - ], - [ - -121.83332408799998, - 37.37429800800004 - ], - [ - -121.83338730899999, - 37.37435794600003 - ], - [ - -121.83341895799998, - 37.374387572000046 - ], - [ - -121.83345040799998, - 37.37441733600008 - ], - [ - -121.83348165899997, - 37.37444721800006 - ], - [ - -121.83350678499994, - 37.374471447000076 - ], - [ - -121.83351930599997, - 37.374483550000036 - ], - [ - -121.83353176999998, - 37.37449567800007 - ], - [ - -121.833575006, - 37.37453819500007 - ], - [ - -121.83358131399996, - 37.37454448600005 - ], - [ - -121.83359369399994, - 37.37455679800007 - ], - [ - -121.83360277599996, - 37.37456585000007 - ], - [ - -121.83361208999997, - 37.374575152000034 - ], - [ - -121.83363046099998, - 37.37459357500006 - ], - [ - -121.83364109399997, - 37.37460439500006 - ], - [ - -121.83365172799995, - 37.37461526100003 - ], - [ - -121.83366233399994, - 37.37462610500006 - ], - [ - -121.83375536199998, - 37.374726562000035 - ], - [ - -121.83377439499998, - 37.37474678600006 - ], - [ - -121.83387429799996, - 37.37485313900004 - ], - [ - -121.83387955999996, - 37.37485871000007 - ], - [ - -121.83399438199996, - 37.37498290700006 - ], - [ - -121.834114, - 37.375112269000056 - ], - [ - -121.83421370099995, - 37.37522008800005 - ], - [ - -121.83424502399998, - 37.37525397400003 - ], - [ - -121.83408593599995, - 37.375357208000025 - ], - [ - -121.83377296499998, - 37.37556611000008 - ], - [ - -121.83384605799995, - 37.375637426000026 - ], - [ - -121.83364843199996, - 37.37576861100007 - ], - [ - -121.83344238799998, - 37.37590540800005 - ], - [ - -121.83329661699997, - 37.376006063000034 - ], - [ - -121.83309988399998, - 37.37614073800006 - ], - [ - -121.83289660399998, - 37.37627507700006 - ], - [ - -121.83319984199994, - 37.37656498100006 - ], - [ - -121.833294863, - 37.376661273000025 - ], - [ - -121.83330469599997, - 37.37665459200008 - ], - [ - -121.83349642599995, - 37.37652391000006 - ], - [ - -121.83360075799999, - 37.376457351000056 - ], - [ - -121.83373919499996, - 37.376360326000054 - ], - [ - -121.83378048699996, - 37.376332527000045 - ], - [ - -121.83381565899998, - 37.376308849000054 - ], - [ - -121.83387452699998, - 37.37626944900006 - ], - [ - -121.834073623, - 37.37613225100006 - ], - [ - -121.83423786999998, - 37.37602067300003 - ], - [ - -121.83448144799996, - 37.375856026000065 - ], - [ - -121.83455213899998, - 37.37581051700005 - ], - [ - -121.83458557799997, - 37.37578777400006 - ], - [ - -121.83463142699998, - 37.375756626000054 - ], - [ - -121.834541221, - 37.37565542900006 - ], - [ - -121.83426213599995, - 37.37535605000005 - ], - [ - -121.83430962899996, - 37.375323808000076 - ], - [ - -121.83442802699994, - 37.37524356000006 - ], - [ - -121.83458978199997, - 37.375133910000045 - ], - [ - -121.83469579499996, - 37.37506204300007 - ], - [ - -121.834740937, - 37.375031430000035 - ], - [ - -121.83485482799995, - 37.374954209000066 - ], - [ - -121.83510650299996, - 37.37527488600006 - ], - [ - -121.83519518399999, - 37.37539022400006 - ], - [ - -121.83535587899996, - 37.37528079100008 - ], - [ - -121.83550173199995, - 37.37518962400003 - ], - [ - -121.83567628599997, - 37.37540928300007 - ], - [ - -121.83580615699998, - 37.375579360000074 - ], - [ - -121.83604032499994, - 37.375886114000025 - ], - [ - -121.83602037699995, - 37.37589984500005 - ], - [ - -121.83546824499996, - 37.37627955500005 - ], - [ - -121.83532645899999, - 37.37637680300003 - ], - [ - -121.83541527199998, - 37.37649300900006 - ], - [ - -121.83523761199996, - 37.37661465200006 - ], - [ - -121.83506510599994, - 37.37673275800006 - ], - [ - -121.83489095699997, - 37.37685195900008 - ], - [ - -121.83470998499996, - 37.376973021000026 - ], - [ - -121.83478969499998, - 37.37707745200004 - ], - [ - -121.83485962699996, - 37.37716910600005 - ], - [ - -121.83488729299995, - 37.37720536900008 - ], - [ - -121.83498397899996, - 37.37733203800008 - ], - [ - -121.83500888599997, - 37.377364715000056 - ], - [ - -121.83508063799997, - 37.37745872900007 - ], - [ - -121.83517823499994, - 37.377586578000034 - ], - [ - -121.83527133899997, - 37.37770859400007 - ], - [ - -121.83536479699995, - 37.377831065000066 - ], - [ - -121.83546315599995, - 37.377959729000054 - ], - [ - -121.83602193899998, - 37.37768175700006 - ], - [ - -121.836608405, - 37.37740106200005 - ], - [ - -121.83703524599997, - 37.377197057000046 - ], - [ - -121.83745364199996, - 37.37774204700003 - ], - [ - -121.83754553399996, - 37.377861719000066 - ], - [ - -121.83754837799995, - 37.37786031200005 - ], - [ - -121.83758369099996, - 37.37784306300006 - ], - [ - -121.83767655399998, - 37.377964073000044 - ], - [ - -121.83763989, - 37.37798452000004 - ], - [ - -121.83765066899997, - 37.37799856600003 - ], - [ - -121.83773533099998, - 37.37810856800007 - ], - [ - -121.83788920699999, - 37.37830842400007 - ], - [ - -121.83795513599995, - 37.378394058000026 - ], - [ - -121.83802719899995, - 37.37848767700007 - ], - [ - -121.83810105599997, - 37.37858363400005 - ], - [ - -121.83821546699994, - 37.37873223200006 - ], - [ - -121.83821814399994, - 37.378736024000034 - ], - [ - -121.83822039599994, - 37.37873998200007 - ], - [ - -121.83822230399994, - 37.37874405700006 - ], - [ - -121.83822375699998, - 37.37874823000004 - ], - [ - -121.838224664, - 37.378752477000035 - ], - [ - -121.83822529099996, - 37.378755468000065 - ], - [ - -121.83822536999998, - 37.37875668100003 - ], - [ - -121.83822542099995, - 37.37875791600004 - ], - [ - -121.83822556299998, - 37.378760957000054 - ], - [ - -121.83822562299997, - 37.378762788000074 - ], - [ - -121.83822537999998, - 37.37876521800007 - ], - [ - -121.83822505199998, - 37.37876767100005 - ], - [ - -121.83822482499994, - 37.37876948100006 - ], - [ - -121.838224019, - 37.378772490000074 - ], - [ - -121.83822366599998, - 37.378773661000025 - ], - [ - -121.838222584, - 37.378777221000064 - ], - [ - -121.83822042799994, - 37.378781778000075 - ], - [ - -121.83821929199996, - 37.378784057000075 - ], - [ - -121.83821826099995, - 37.37878567100006 - ], - [ - -121.83821565999995, - 37.378789432000076 - ], - [ - -121.83821490499997, - 37.378790492000064 - ], - [ - -121.838212683, - 37.37879296700004 - ], - [ - -121.83821130499996, - 37.37879447100005 - ], - [ - -121.83820947499999, - 37.37879639100004 - ], - [ - -121.83820741299996, - 37.378798224000036 - ], - [ - -121.83820628299998, - 37.378799153000045 - ], - [ - -121.838203, - 37.37880161500004 - ], - [ - -121.83820215099996, - 37.37880222100006 - ], - [ - -121.83820011199998, - 37.37880366300004 - ], - [ - -121.83819835099996, - 37.37880471400007 - ], - [ - -121.83819332599995, - 37.37880756200008 - ], - [ - -121.83830042499994, - 37.378948233000074 - ], - [ - -121.83830712799994, - 37.37894616600005 - ], - [ - -121.83831401199996, - 37.37894457600004 - ], - [ - -121.83832101999997, - 37.37894349000004 - ], - [ - -121.83832815199997, - 37.378942927000026 - ], - [ - -121.83833532199998, - 37.37894284500004 - ], - [ - -121.83834247199997, - 37.37894331200005 - ], - [ - -121.838349516, - 37.37894426300005 - ], - [ - -121.83835645499994, - 37.37894574000006 - ], - [ - -121.83836317199996, - 37.37894767800003 - ], - [ - -121.83836966999996, - 37.37895012100006 - ], - [ - -121.83837583299999, - 37.37895300300005 - ], - [ - -121.83838168399996, - 37.37895630200006 - ], - [ - -121.83838708699994, - 37.37896003900005 - ], - [ - -121.83839212199996, - 37.37896412400005 - ], - [ - -121.83839661899998, - 37.37896856000003 - ], - [ - -121.83848436599999, - 37.37908408900006 - ], - [ - -121.83859858199997, - 37.37923452000007 - ], - [ - -121.83833404099994, - 37.37936274600003 - ], - [ - -121.83815460799997, - 37.37944971400003 - ], - [ - -121.83788690999995, - 37.37957946100005 - ], - [ - -121.83771241399995, - 37.379666601000054 - ], - [ - -121.83743998199998, - 37.37979802800004 - ], - [ - -121.83716757899998, - 37.37992950000006 - ], - [ - -121.83699052499998, - 37.38001643800004 - ], - [ - -121.836715632, - 37.38014992800004 - ], - [ - -121.83643965599998, - 37.380283887000076 - ], - [ - -121.83626752599997, - 37.38037518700003 - ], - [ - -121.83598319699996, - 37.380511987000034 - ], - [ - -121.83571707199997, - 37.38063882800003 - ], - [ - -121.83554115399994, - 37.380720533000044 - ], - [ - -121.83526981199998, - 37.38085070500006 - ], - [ - -121.83498343999997, - 37.38098745800005 - ], - [ - -121.83481079899997, - 37.381072809000045 - ], - [ - -121.83454486899996, - 37.38120262100006 - ], - [ - -121.83427153499997, - 37.381335516000036 - ], - [ - -121.83418386499994, - 37.38137824100005 - ], - [ - -121.83416775199998, - 37.381356175000064 - ], - [ - -121.834144832, - 37.38132553500003 - ], - [ - -121.83409885699996, - 37.38126327300006 - ], - [ - -121.83401357799994, - 37.38115398300005 - ], - [ - -121.83392087399994, - 37.381031961000076 - ], - [ - -121.83376490499995, - 37.380827157000056 - ], - [ - -121.833661066, - 37.38069047500005 - ], - [ - -121.833571754, - 37.38057532600004 - ], - [ - -121.83346744199997, - 37.38043768700004 - ], - [ - -121.83344272999994, - 37.38040635700003 - ], - [ - -121.83340049499998, - 37.38035096400006 - ], - [ - -121.83336577799997, - 37.380305442000065 - ], - [ - -121.83333105899999, - 37.38025172600004 - ], - [ - -121.83330700999994, - 37.380218925000065 - ], - [ - -121.83324972799994, - 37.38014333000007 - ], - [ - -121.83319637199997, - 37.380075635000026 - ], - [ - -121.83313997799996, - 37.38000481500006 - ], - [ - -121.83323088199995, - 37.379963359000044 - ], - [ - -121.83341342199998, - 37.37987492000008 - ], - [ - -121.83359138099996, - 37.37978868600004 - ], - [ - -121.83376672499998, - 37.37970371800003 - ], - [ - -121.83394326099994, - 37.37961818600007 - ], - [ - -121.83412150499998, - 37.379531787000076 - ], - [ - -121.834297473, - 37.379446536000046 - ], - [ - -121.83426693099995, - 37.379414723000025 - ], - [ - -121.83425914699995, - 37.37940448900008 - ], - [ - -121.83402230399997, - 37.379091033000066 - ], - [ - -121.83378367199998, - 37.37877523900005 - ], - [ - -121.83375258899997, - 37.37879022000004 - ], - [ - -121.83343033799997, - 37.37894605500003 - ], - [ - -121.83330553999997, - 37.37878713200007 - ], - [ - -121.83320529499997, - 37.37865549000003 - ], - [ - -121.83307250699994, - 37.37848107000008 - ], - [ - -121.83297334799994, - 37.378350788000034 - ], - [ - -121.83293167099998, - 37.37829603000006 - ], - [ - -121.832871695, - 37.37821723900004 - ], - [ - -121.83277001, - 37.37808362100003 - ], - [ - -121.83266988499997, - 37.37795216100005 - ], - [ - -121.832570434, - 37.37782151600004 - ], - [ - -121.83256062999999, - 37.37780255900003 - ], - [ - -121.83242549799996, - 37.37789368500006 - ], - [ - -121.83230688999998, - 37.37797365800003 - ], - [ - -121.8320604099999, - 37.377646620000064 - ], - [ - -121.83193063899995, - 37.377734503000056 - ], - [ - -121.83219838399998, - 37.37809105500003 - ], - [ - -121.83212244999999, - 37.37814190800003 - ], - [ - -121.83207284699995, - 37.37817506700003 - ], - [ - -121.83195241199996, - 37.37825567800007 - ], - [ - -121.83182755599995, - 37.378339270000026 - ], - [ - -121.83181336599995, - 37.37832038700003 - ], - [ - -121.83179957299996, - 37.37830129400004 - ], - [ - -121.83178623599997, - 37.37828201100007 - ], - [ - -121.831736321, - 37.37821569500005 - ], - [ - -121.83168546899998, - 37.37814984800008 - ], - [ - -121.83163367799995, - 37.378084467000065 - ], - [ - -121.83155603699998, - 37.37798811600004 - ], - [ - -121.83147520099999, - 37.377889441000036 - ], - [ - -121.83141258699999, - 37.377931330000024 - ], - [ - -121.83138737499996, - 37.377949012000045 - ], - [ - -121.83133632799996, - 37.37798484100006 - ], - [ - -121.83128101799997, - 37.37802129100004 - ], - [ - -121.83119482499995, - 37.37807910500004 - ], - [ - -121.83104761799996, - 37.378181718000064 - ], - [ - -121.83100725999998, - 37.37820731000005 - ], - [ - -121.8309470199999, - 37.37824388400003 - ], - [ - -121.83074437299996, - 37.37838381800003 - ], - [ - -121.83056720199994, - 37.378504649000035 - ], - [ - -121.83046073, - 37.37842244700005 - ], - [ - -121.83032128499997, - 37.378292620000025 - ], - [ - -121.83020709799996, - 37.378186267000046 - ], - [ - -121.83016897099998, - 37.378150350000055 - ], - [ - -121.83009233399997, - 37.37807804100004 - ], - [ - -121.82997899799994, - 37.37797112800007 - ], - [ - -121.82994349399996, - 37.37793761000006 - ], - [ - -121.82986700299995, - 37.377865436000036 - ], - [ - -121.82984403999995, - 37.377843608000035 - ], - [ - -121.82975283499997, - 37.377756815000055 - ], - [ - -121.82973804199997, - 37.377742768000076 - ], - [ - -121.82963843199997, - 37.377647969000066 - ], - [ - -121.82963472699998, - 37.377644462000035 - ], - [ - -121.82953640099998, - 37.37755086000004 - ], - [ - -121.82952598599996, - 37.377540999000075 - ], - [ - -121.82943588899997, - 37.37745526900005 - ], - [ - -121.82941453099994, - 37.37743491100008 - ], - [ - -121.82933986799998, - 37.37736388500008 - ], - [ - -121.829300333, - 37.37732624400007 - ], - [ - -121.82923629199996, - 37.37726535100006 - ], - [ - -121.82919019199994, - 37.37722142200005 - ], - [ - -121.82914607799995, - 37.37717946200007 - ], - [ - -121.82908037299995, - 37.37711696300005 - ], - [ - -121.82897139999994, - 37.37701322600003 - ], - [ - -121.82885775799997, - 37.37690510300007 - ], - [ - -121.82874612999996, - 37.376798902000075 - ], - [ - -121.82863181999994, - 37.37669016600006 - ], - [ - -121.82852742399996, - 37.37659054400007 - ], - [ - -121.82851686099997, - 37.376580432000026 - ], - [ - -121.82844936899994, - 37.376515779000044 - ], - [ - -121.828406095, - 37.37647431200003 - ], - [ - -121.82834753399999, - 37.37641830100006 - ], - [ - -121.82829355299998, - 37.37636654100004 - ], - [ - -121.82817972699996, - 37.376257527000064 - ], - [ - -121.82806735799994, - 37.37614991300006 - ], - [ - -121.82795362099995, - 37.37604426100006 - ], - [ - -121.827840628, - 37.37594015900004 - ], - [ - -121.827723231, - 37.375831961000074 - ], - [ - -121.82760874599995, - 37.37572620200007 - ], - [ - -121.82749601199998, - 37.37562209500004 - ], - [ - -121.82738028899996, - 37.37551273400004 - ], - [ - -121.82727390099996, - 37.375412195000024 - ], - [ - -121.82720798899999, - 37.37534599000003 - ], - [ - -121.827201173, - 37.375352934000034 - ], - [ - -121.82716012699996, - 37.37539476000006 - ], - [ - -121.82714812499995, - 37.37540695900003 - ], - [ - -121.82709510799998, - 37.37546105100006 - ], - [ - -121.82706793699998, - 37.37548802500004 - ], - [ - -121.82696641599995, - 37.37558871900006 - ], - [ - -121.82692038399995, - 37.37563563800006 - ], - [ - -121.82675866599999, - 37.375799732000075 - ], - [ - -121.82660865999998, - 37.37595142400005 - ], - [ - -121.82652594999996, - 37.37603913400005 - ], - [ - -121.826486591, - 37.376077415000054 - ], - [ - -121.82636182799996, - 37.37619872200003 - ], - [ - -121.82634952899997, - 37.37621193100006 - ], - [ - -121.82627617199995, - 37.37628683200006 - ], - [ - -121.82616695699994, - 37.376396998000075 - ], - [ - -121.82610934099995, - 37.37645228700006 - ], - [ - -121.82609864999995, - 37.37646238800005 - ], - [ - -121.82602942699998, - 37.37652781000003 - ], - [ - -121.82595962999994, - 37.37658687700008 - ], - [ - -121.82579390899997, - 37.376704937000056 - ], - [ - -121.825707766, - 37.376767346000065 - ], - [ - -121.82565202199999, - 37.37681174200003 - ], - [ - -121.825592611, - 37.376861305000034 - ], - [ - -121.82553292499995, - 37.376911491000044 - ], - [ - -121.82547485899994, - 37.37696243500005 - ], - [ - -121.825455794, - 37.37698061900005 - ], - [ - -121.82540311599996, - 37.377036264000026 - ], - [ - -121.82535145099996, - 37.377089081000065 - ], - [ - -121.82527550099996, - 37.37716508600005 - ], - [ - -121.82517747999998, - 37.377266175000045 - ], - [ - -121.82510642899996, - 37.37734185000005 - ], - [ - -121.82505719699998, - 37.37739436500004 - ], - [ - -121.82502548099995, - 37.377378632000045 - ], - [ - -121.82499286899997, - 37.37736407700004 - ], - [ - -121.824959504, - 37.37735072000004 - ], - [ - -121.82483015999998, - 37.377299718000074 - ], - [ - -121.82449879399996, - 37.377168779000044 - ], - [ - -121.82414747499996, - 37.37702847600008 - ], - [ - -121.82384902099994, - 37.376909570000066 - ], - [ - -121.82376807199995, - 37.37687992600007 - ], - [ - -121.82371442999994, - 37.37686018200003 - ], - [ - -121.82366711199995, - 37.37684274800006 - ], - [ - -121.82357996599995, - 37.37681145700003 - ], - [ - -121.82354218499995, - 37.37686613200003 - ], - [ - -121.823409713, - 37.377057679000075 - ], - [ - -121.82325821799998, - 37.37729750800003 - ], - [ - -121.82311595699997, - 37.37752430000006 - ], - [ - -121.82304890899997, - 37.377631791000056 - ], - [ - -121.82296132199997, - 37.37777638800003 - ], - [ - -121.82282535799999, - 37.377997752000056 - ], - [ - -121.82271412199998, - 37.37817720100003 - ], - [ - -121.82266174499995, - 37.378262896000024 - ], - [ - -121.82261709999995, - 37.378333326000075 - ], - [ - -121.822610307, - 37.378344940000034 - ], - [ - -121.82249006999996, - 37.378532678000056 - ], - [ - -121.82253466299994, - 37.378550105000045 - ], - [ - -121.82262095399994, - 37.378584885000066 - ], - [ - -121.82282136099997, - 37.37866429400003 - ], - [ - -121.82302070699996, - 37.37874366900007 - ], - [ - -121.82321649999994, - 37.37882322100006 - ], - [ - -121.82361273999999, - 37.378979410000056 - ], - [ - -121.82376003599995, - 37.379117534000045 - ], - [ - -121.82390607999997, - 37.37925450400007 - ], - [ - -121.82405186199998, - 37.37939120200008 - ], - [ - -121.82405883299998, - 37.37939773900007 - ], - [ - -121.82408828999996, - 37.37937831600004 - ], - [ - -121.82425967499995, - 37.379265298000064 - ], - [ - -121.824616817, - 37.37902971400007 - ], - [ - -121.82474845099995, - 37.37894127000004 - ], - [ - -121.82527235199996, - 37.37858608000005 - ], - [ - -121.82549474999996, - 37.37879568300008 - ], - [ - -121.82562752999996, - 37.378705668000066 - ], - [ - -121.82601926599995, - 37.37844004600004 - ], - [ - -121.82614038399998, - 37.37855420100004 - ], - [ - -121.82619720999998, - 37.37860775900003 - ], - [ - -121.82620102199996, - 37.37861076200005 - ], - [ - -121.82620449199999, - 37.37861399500008 - ], - [ - -121.82620759399998, - 37.37861746200008 - ], - [ - -121.82621032599997, - 37.37862116100007 - ], - [ - -121.82621257599999, - 37.37862500500006 - ], - [ - -121.82621445299998, - 37.37862901200003 - ], - [ - -121.82621587499995, - 37.378633140000034 - ], - [ - -121.826216838, - 37.37863734000007 - ], - [ - -121.82621731599994, - 37.378641592000065 - ], - [ - -121.82621733399998, - 37.37864587300004 - ], - [ - -121.82621686399995, - 37.37865011300005 - ], - [ - -121.82621596399997, - 37.37865433400003 - ], - [ - -121.82621457399995, - 37.37865844700008 - ], - [ - -121.82621275399998, - 37.37866247300008 - ], - [ - -121.82621049799997, - 37.378666345000056 - ], - [ - -121.82620780999997, - 37.37867003700006 - ], - [ - -121.82620471599995, - 37.378673527000046 - ], - [ - -121.82620127599995, - 37.37867679500005 - ], - [ - -121.82619748599996, - 37.378679813000076 - ], - [ - -121.826193376, - 37.37868253700003 - ], - [ - -121.82618897199995, - 37.37868496800007 - ], - [ - -121.82630167199994, - 37.37878530000006 - ], - [ - -121.826306064, - 37.37878234300007 - ], - [ - -121.82631077899998, - 37.37877972600006 - ], - [ - -121.82631578599995, - 37.37877740300007 - ], - [ - -121.82632100099994, - 37.378775490000066 - ], - [ - -121.82632639399998, - 37.37877389600004 - ], - [ - -121.82633196499995, - 37.37877271100007 - ], - [ - -121.82633763099994, - 37.378771914000026 - ], - [ - -121.82634335999995, - 37.37877150600008 - ], - [ - -121.82634912499998, - 37.37877148700005 - ], - [ - -121.82635483899998, - 37.378771880000045 - ], - [ - -121.82636053299996, - 37.37877266300006 - ], - [ - -121.82636608899998, - 37.37877383600005 - ], - [ - -121.82637150999994, - 37.37877540000005 - ], - [ - -121.82637673499994, - 37.37877733300007 - ], - [ - -121.82638173799995, - 37.37877960900005 - ], - [ - -121.82638645999998, - 37.378782235000074 - ], - [ - -121.826390872, - 37.37878516100005 - ], - [ - -121.826394973, - 37.37878838700004 - ], - [ - -121.82639870799994, - 37.378791894000074 - ], - [ - -121.82661547299995, - 37.37865196700005 - ], - [ - -121.82657757799996, - 37.37861616200007 - ], - [ - -121.82663083799997, - 37.37858044600006 - ], - [ - -121.82649577199999, - 37.37845937800006 - ], - [ - -121.82649066099998, - 37.378462366000065 - ], - [ - -121.82648520199996, - 37.378464991000044 - ], - [ - -121.82647947599997, - 37.37846723000007 - ], - [ - -121.82647354199997, - 37.37846903700006 - ], - [ - -121.826467429, - 37.378470434000064 - ], - [ - -121.82646116399997, - 37.378471352000076 - ], - [ - -121.82645483299996, - 37.378471811000054 - ], - [ - -121.82644846699998, - 37.37847183900004 - ], - [ - -121.82644211999997, - 37.37847142900006 - ], - [ - -121.82643585099999, - 37.378470539000034 - ], - [ - -121.82642971899998, - 37.37846921200003 - ], - [ - -121.826423751, - 37.37846744800004 - ], - [ - -121.82641800199997, - 37.37846527000005 - ], - [ - -121.82641253799994, - 37.37846272300004 - ], - [ - -121.82640734899996, - 37.37845973700007 - ], - [ - -121.82628661299998, - 37.37834283300003 - ], - [ - -121.82613799799998, - 37.37819852400003 - ], - [ - -121.82597155099995, - 37.37803688400004 - ], - [ - -121.82582947599997, - 37.377898956000024 - ], - [ - -121.82561093499999, - 37.377686768000046 - ], - [ - -121.82597179099997, - 37.377444593000064 - ], - [ - -121.82598675699995, - 37.37743455700007 - ], - [ - -121.82588491099995, - 37.37733790300007 - ], - [ - -121.82587604199995, - 37.377329442000075 - ], - [ - -121.82576264399995, - 37.377221862000056 - ], - [ - -121.82539096499994, - 37.37747320100004 - ], - [ - -121.82524369699996, - 37.37733020400003 - ], - [ - -121.82549090199996, - 37.37707608300008 - ], - [ - -121.82555754199996, - 37.37700885800007 - ], - [ - -121.82561132199999, - 37.37695713800008 - ], - [ - -121.82562292299997, - 37.376946661000034 - ], - [ - -121.82563400999999, - 37.37693623600006 - ], - [ - -121.82564806499994, - 37.37692337300007 - ], - [ - -121.82567314099998, - 37.37690276400008 - ], - [ - -121.82570527299998, - 37.37687735900005 - ], - [ - -121.82573786999995, - 37.37685233800005 - ], - [ - -121.82577093299994, - 37.37682767800004 - ], - [ - -121.82579825699997, - 37.376809242000036 - ], - [ - -121.82582702899998, - 37.37678852200003 - ], - [ - -121.82585315199998, - 37.37677362200003 - ], - [ - -121.82589185499995, - 37.37674516900006 - ], - [ - -121.82593491199998, - 37.376716344000045 - ], - [ - -121.82597392599996, - 37.37668930500007 - ], - [ - -121.82601195099994, - 37.376661385000034 - ], - [ - -121.82604889799995, - 37.37663260800008 - ], - [ - -121.82605684199996, - 37.376626017000035 - ], - [ - -121.82608473699997, - 37.37660283500003 - ], - [ - -121.82610292599998, - 37.37658685800005 - ], - [ - -121.82612668099995, - 37.376566195000066 - ], - [ - -121.82614924399996, - 37.376544652000064 - ], - [ - -121.82617056, - 37.37652236900004 - ], - [ - -121.826330408, - 37.37667270700007 - ], - [ - -121.82643252999998, - 37.37676878700006 - ], - [ - -121.82649223899995, - 37.376824946000056 - ], - [ - -121.82654538599996, - 37.37687495400007 - ], - [ - -121.82664657599997, - 37.37697015100008 - ], - [ - -121.82665873899998, - 37.37698157300008 - ], - [ - -121.82676859199995, - 37.37708495800007 - ], - [ - -121.82679924999997, - 37.37711377200003 - ], - [ - -121.82688465799998, - 37.37719408600003 - ], - [ - -121.826956038, - 37.37726126000007 - ], - [ - -121.82708975299994, - 37.37738705800007 - ], - [ - -121.82710812899995, - 37.377404316000025 - ], - [ - -121.82726649299997, - 37.377553274000036 - ], - [ - -121.82730240099994, - 37.37758706400007 - ], - [ - -121.82741737899994, - 37.37769622700006 - ], - [ - -121.82749979799996, - 37.377774447000036 - ], - [ - -121.827507616, - 37.37778186600008 - ], - [ - -121.82751577599998, - 37.37777625700005 - ], - [ - -121.82757953999999, - 37.37783285000006 - ], - [ - -121.82758455199996, - 37.377837326000076 - ], - [ - -121.82759367899996, - 37.377831179000054 - ], - [ - -121.82765288999997, - 37.377886656000044 - ], - [ - -121.82786675199998, - 37.37808696800005 - ], - [ - -121.82807717699995, - 37.378290728000025 - ], - [ - -121.82814339999999, - 37.37835487000007 - ], - [ - -121.82828733999997, - 37.37849417100006 - ], - [ - -121.82845316199996, - 37.37864933700007 - ], - [ - -121.828506657, - 37.378699408000045 - ], - [ - -121.82871827399998, - 37.37889743100004 - ], - [ - -121.82876584699994, - 37.37894189200006 - ], - [ - -121.82893692599998, - 37.37910063900006 - ], - [ - -121.82865508499998, - 37.37929074900006 - ], - [ - -121.828828177, - 37.37945450500007 - ], - [ - -121.82883164599997, - 37.379457787000035 - ], - [ - -121.82869689399996, - 37.379543296000065 - ], - [ - -121.828700084, - 37.379546703000074 - ], - [ - -121.82870079699995, - 37.37954754000003 - ], - [ - -121.82870361299996, - 37.379551226000046 - ], - [ - -121.828706002, - 37.37955494300007 - ], - [ - -121.82870677099999, - 37.37955632500007 - ], - [ - -121.82870729999996, - 37.37955732700004 - ], - [ - -121.828708254, - 37.37955924900007 - ], - [ - -121.82870883299995, - 37.37956054800003 - ], - [ - -121.82870919499999, - 37.379561487000046 - ], - [ - -121.82870955799996, - 37.37956238900006 - ], - [ - -121.82870989199995, - 37.379563294000036 - ], - [ - -121.82871037599995, - 37.379564569000024 - ], - [ - -121.82871065199998, - 37.37956557100006 - ], - [ - -121.82871095799999, - 37.37956664600006 - ], - [ - -121.82871125599996, - 37.37956772600006 - ], - [ - -121.82871152499996, - 37.37956881000008 - ], - [ - -121.828711769, - 37.37957007000006 - ], - [ - -121.82871196599996, - 37.379571147000036 - ], - [ - -121.82871211799994, - 37.37957208300003 - ], - [ - -121.82871224799999, - 37.379573022000045 - ], - [ - -121.82871241299995, - 37.37957404300005 - ], - [ - -121.82871251599994, - 37.37957584700007 - ], - [ - -121.82871258999995, - 37.379577264000034 - ], - [ - -121.82871266499995, - 37.379578682000044 - ], - [ - -121.82871260199994, - 37.37958006200006 - ], - [ - -121.82871256599998, - 37.37958101700008 - ], - [ - -121.82871250999995, - 37.379581975000065 - ], - [ - -121.82871243399995, - 37.379582930000026 - ], - [ - -121.82871228299996, - 37.37958434400008 - ], - [ - -121.82871215399996, - 37.37958528200005 - ], - [ - -121.82871200799997, - 37.37958621900003 - ], - [ - -121.82871184099997, - 37.37958715600007 - ], - [ - -121.82871164699998, - 37.37958834600005 - ], - [ - -121.82871136499995, - 37.37958940200008 - ], - [ - -121.82871106899995, - 37.379590508000035 - ], - [ - -121.82871076999999, - 37.37959161300006 - ], - [ - -121.82871052299998, - 37.379592495000054 - ], - [ - -121.82871012899994, - 37.37959365300003 - ], - [ - -121.82870893199998, - 37.37959679000005 - ], - [ - -121.82870859399998, - 37.37959767000007 - ], - [ - -121.82870786899997, - 37.379599136000024 - ], - [ - -121.828707324, - 37.37960021300006 - ], - [ - -121.82870679099995, - 37.379601249000075 - ], - [ - -121.82870635899997, - 37.379602102000035 - ], - [ - -121.82870558099995, - 37.37960334700006 - ], - [ - -121.82870502199995, - 37.37960429200007 - ], - [ - -121.82870432899995, - 37.37960536000003 - ], - [ - -121.82870361399995, - 37.37960641900003 - ], - [ - -121.82870261199997, - 37.37960775200003 - ], - [ - -121.82870186699995, - 37.37960872200006 - ], - [ - -121.82870123199996, - 37.37960952000003 - ], - [ - -121.82870043499997, - 37.37961050000007 - ], - [ - -121.82869948899997, - 37.379611572000044 - ], - [ - -121.82869870099995, - 37.379612431000055 - ], - [ - -121.82869790099994, - 37.37961328200004 - ], - [ - -121.82869709199997, - 37.379614125000046 - ], - [ - -121.828693048, - 37.37961779500006 - ], - [ - -121.82868850099999, - 37.37962128300006 - ], - [ - -121.82841203199996, - 37.37980711900008 - ], - [ - -121.82812959799998, - 37.37999803400004 - ], - [ - -121.82812849299995, - 37.37999878000005 - ], - [ - -121.82812442599999, - 37.38000135900006 - ], - [ - -121.82812329799998, - 37.380002008000076 - ], - [ - -121.82811939299995, - 37.38000404300004 - ], - [ - -121.82811789099998, - 37.380004744000075 - ], - [ - -121.82811619499995, - 37.38000548000008 - ], - [ - -121.82811495699997, - 37.38000600100003 - ], - [ - -121.82811357299994, - 37.380006595000054 - ], - [ - -121.82811253199998, - 37.38000694900006 - ], - [ - -121.82811091499997, - 37.38000750800006 - ], - [ - -121.82810931299997, - 37.380008030000056 - ], - [ - -121.82810807099997, - 37.380008442000076 - ], - [ - -121.82810695799998, - 37.38000873400006 - ], - [ - -121.82810568699995, - 37.38000907500003 - ], - [ - -121.82810441499998, - 37.380009407000045 - ], - [ - -121.82810275899999, - 37.38000983100005 - ], - [ - -121.82810128899996, - 37.380010122000044 - ], - [ - -121.828100098, - 37.380010354000035 - ], - [ - -121.82809890399994, - 37.38001057100007 - ], - [ - -121.828097706, - 37.38001077400003 - ], - [ - -121.82809658399998, - 37.38001097700004 - ], - [ - -121.82809507399998, - 37.380011145000026 - ], - [ - -121.82809327399997, - 37.380011360000026 - ], - [ - -121.82809190499995, - 37.38001149400003 - ], - [ - -121.82809065899994, - 37.38001163700005 - ], - [ - -121.82808940299998, - 37.38001168100004 - ], - [ - -121.82808753799998, - 37.38001176800003 - ], - [ - -121.82808566799997, - 37.380011823000075 - ], - [ - -121.82808393699997, - 37.38001183000006 - ], - [ - -121.82808220499999, - 37.380011796000076 - ], - [ - -121.82808047399999, - 37.380011731000025 - ], - [ - -121.82807875299994, - 37.38001168100004 - ], - [ - -121.82807702499997, - 37.38001150200006 - ], - [ - -121.82807530699995, - 37.380011324000066 - ], - [ - -121.82807359199995, - 37.380011135000075 - ], - [ - -121.82807188499999, - 37.380010893000076 - ], - [ - -121.82807018899996, - 37.38001061500006 - ], - [ - -121.82806849999997, - 37.38001030800007 - ], - [ - -121.82806699599996, - 37.38001005000007 - ], - [ - -121.82806515799996, - 37.38000958600003 - ], - [ - -121.82806350799996, - 37.38000916800007 - ], - [ - -121.82806186299996, - 37.380008737000026 - ], - [ - -121.82806023999996, - 37.38000825200004 - ], - [ - -121.82805703899999, - 37.380007197000054 - ], - [ - -121.82805580999997, - 37.38000679000004 - ], - [ - -121.82805478699999, - 37.38000636100003 - ], - [ - -121.82805367599997, - 37.38000591600007 - ], - [ - -121.82805257499996, - 37.38000545700004 - ], - [ - -121.82805148199998, - 37.38000498400004 - ], - [ - -121.82805025099998, - 37.38000444800008 - ], - [ - -121.828047901, - 37.38000326300005 - ], - [ - -121.82804644299995, - 37.38000251700004 - ], - [ - -121.82804523899995, - 37.380001847000074 - ], - [ - -121.82804365199996, - 37.38000088500007 - ], - [ - -121.82804093199996, - 37.379999174000034 - ], - [ - -121.82803709199999, - 37.37999638300005 - ], - [ - -121.82803586999995, - 37.37999540200008 - ], - [ - -121.82803240299995, - 37.37999231500004 - ], - [ - -121.82794167199995, - 37.37990647700008 - ], - [ - -121.82784517799996, - 37.37981521000006 - ], - [ - -121.82774619699995, - 37.37989845900006 - ], - [ - -121.82763141599997, - 37.37995714200008 - ], - [ - -121.82748883099998, - 37.38005232900008 - ], - [ - -121.82727396099995, - 37.38019571500007 - ], - [ - -121.82750947999995, - 37.38041839600004 - ], - [ - -121.82753833299995, - 37.38044567400004 - ], - [ - -121.82761595399995, - 37.38050556700006 - ], - [ - -121.82756246799994, - 37.380541537000056 - ], - [ - -121.82742928799996, - 37.38063018500003 - ], - [ - -121.82733453599997, - 37.38053759400003 - ], - [ - -121.82709818, - 37.38031306800008 - ], - [ - -121.82707798899997, - 37.380293840000036 - ], - [ - -121.82655422399995, - 37.38065027300007 - ], - [ - -121.82644746899996, - 37.38054886700007 - ], - [ - -121.826349962, - 37.380456192000054 - ], - [ - -121.82618599499995, - 37.380300429000044 - ], - [ - -121.82606614099996, - 37.38018658100003 - ], - [ - -121.82652826299994, - 37.37987349100007 - ], - [ - -121.82642606099995, - 37.379776406000076 - ], - [ - -121.82596388199994, - 37.38008942700003 - ], - [ - -121.82583422999994, - 37.38017970400006 - ], - [ - -121.82587781599995, - 37.38022105500005 - ], - [ - -121.82594768999996, - 37.38028737600007 - ], - [ - -121.82605589699995, - 37.38038984100007 - ], - [ - -121.82616544499996, - 37.380493529000034 - ], - [ - -121.82628129499994, - 37.38060318700008 - ], - [ - -121.82660547699999, - 37.38091008500004 - ], - [ - -121.82586161499995, - 37.38105816900003 - ], - [ - -121.82529993699995, - 37.38116999300007 - ], - [ - -121.82499392799997, - 37.38123090400006 - ], - [ - -121.82445022599995, - 37.38133913300004 - ], - [ - -121.82426583699998, - 37.38137582400003 - ], - [ - -121.82432993599997, - 37.38160660500006 - ], - [ - -121.82434512199995, - 37.381654180000055 - ], - [ - -121.82438797099996, - 37.38178812700005 - ], - [ - -121.824397993, - 37.38181948700003 - ], - [ - -121.82441255799995, - 37.38186441400006 - ], - [ - -121.82443691499998, - 37.381940704000044 - ], - [ - -121.82446279099997, - 37.38202173900004 - ], - [ - -121.82447192499995, - 37.38204990400004 - ], - [ - -121.82450767499995, - 37.382162049000044 - ], - [ - -121.82455545099998, - 37.382229308000035 - ], - [ - -121.82462699399997, - 37.38232497900003 - ], - [ - -121.82465975499997, - 37.38235589900006 - ], - [ - -121.82475222999994, - 37.38244792200004 - ], - [ - -121.82496229299994, - 37.382391805000054 - ], - [ - -121.82512136699995, - 37.38234931000005 - ], - [ - -121.82526325599997, - 37.38231138100008 - ], - [ - -121.825712034, - 37.38339788600007 - ], - [ - -121.82578077199997, - 37.38356488900007 - ], - [ - -121.82583452499995, - 37.38369566700004 - ], - [ - -121.82584894999997, - 37.38373100600006 - ], - [ - -121.825929412, - 37.38392815800006 - ], - [ - -121.826029517, - 37.38417341000007 - ], - [ - -121.82605017999998, - 37.384224037000024 - ], - [ - -121.826142426, - 37.384449965000044 - ], - [ - -121.82643915499995, - 37.38517721900007 - ], - [ - -121.82726742899996, - 37.384819837000066 - ], - [ - -121.82794781099994, - 37.38453425500006 - ], - [ - -121.82841216299994, - 37.384338944000035 - ], - [ - -121.82844825199999, - 37.38432306200008 - ], - [ - -121.82854645799995, - 37.384280542000056 - ], - [ - -121.82859985399995, - 37.384355405000065 - ], - [ - -121.828601059, - 37.384357108000074 - ], - [ - -121.82870814599994, - 37.38450723900007 - ], - [ - -121.82900879899995, - 37.38494596700008 - ], - [ - -121.82914358099998, - 37.385142022000025 - ], - [ - -121.82927207499995, - 37.38532967900005 - ], - [ - -121.82942172499997, - 37.38554387600004 - ], - [ - -121.82959589799998, - 37.38579968400006 - ], - [ - -121.82965139099997, - 37.38588118200005 - ], - [ - -121.82970163999994, - 37.38595477400003 - ], - [ - -121.82973169899998, - 37.385998107000034 - ], - [ - -121.82976170099994, - 37.38604137200008 - ], - [ - -121.82980018199999, - 37.386096923000025 - ], - [ - -121.82998148999997, - 37.38636345100008 - ], - [ - -121.83009769799997, - 37.386531683000044 - ], - [ - -121.83015798399998, - 37.38661895700005 - ], - [ - -121.83031075699995, - 37.38684721900006 - ], - [ - -121.83032233399996, - 37.38686420800008 - ], - [ - -121.83036765299994, - 37.38692993600006 - ], - [ - -121.83031653599994, - 37.38695260500003 - ], - [ - -121.83027004899998, - 37.38697320500006 - ], - [ - -121.83034336799994, - 37.387081969000064 - ], - [ - -121.83052124199997, - 37.38735192400003 - ], - [ - -121.830647925, - 37.387535710000066 - ], - [ - -121.83065151399995, - 37.38754072800003 - ], - [ - -121.83065447499996, - 37.38754595800003 - ], - [ - -121.83082774699994, - 37.38779902700003 - ], - [ - -121.83083125199994, - 37.387804138000035 - ], - [ - -121.83095898999994, - 37.38798745200006 - ], - [ - -121.83098913099997, - 37.387974178000036 - ], - [ - -121.83106302299996, - 37.38808018800006 - ], - [ - -121.83106755799997, - 37.38808675100006 - ], - [ - -121.83115051099998, - 37.38820687200007 - ], - [ - -121.83121499699996, - 37.388300239000046 - ], - [ - -121.83118467999998, - 37.38831331000006 - ], - [ - -121.83134492799996, - 37.38854530700007 - ], - [ - -121.83151188199997, - 37.38878977100006 - ], - [ - -121.83157462099996, - 37.38888148700005 - ], - [ - -121.83167117499994, - 37.38902269400006 - ], - [ - -121.83177679999994, - 37.38917709800006 - ], - [ - -121.83182693299995, - 37.38925044000007 - ], - [ - -121.83197815499994, - 37.38949089300007 - ], - [ - -121.83213835699996, - 37.38971673200007 - ], - [ - -121.83227981399995, - 37.389916164000056 - ], - [ - -121.83243588, - 37.39014326400007 - ], - [ - -121.832438933, - 37.390147143000036 - ], - [ - -121.83244155799997, - 37.390151210000056 - ], - [ - -121.83258313599998, - 37.390352403000065 - ], - [ - -121.83269187499997, - 37.390513981000026 - ], - [ - -121.83280907999995, - 37.39068198600006 - ], - [ - -121.83292439399997, - 37.39084863800008 - ], - [ - -121.83301129299997, - 37.39097271900005 - ], - [ - -121.83301422999995, - 37.39097804200003 - ], - [ - -121.83316306399996, - 37.391204765000055 - ], - [ - -121.83331937199995, - 37.39143394300004 - ], - [ - -121.83347568199997, - 37.39166309800004 - ], - [ - -121.83363315799994, - 37.39188837200004 - ], - [ - -121.83363589499999, - 37.39189225500007 - ], - [ - -121.83363817699995, - 37.39189632600005 - ], - [ - -121.833771593, - 37.39208843200004 - ], - [ - -121.833886496, - 37.39225744700008 - ], - [ - -121.83399634099999, - 37.39241978900003 - ], - [ - -121.83400176799995, - 37.39242782900004 - ], - [ - -121.83400312299995, - 37.39243147600007 - ], - [ - -121.83400354799994, - 37.39243920900003 - ], - [ - -121.834003113, - 37.39244697200007 - ], - [ - -121.83400181599995, - 37.39245465500005 - ], - [ - -121.83399968499998, - 37.39246223200007 - ], - [ - -121.83399674699996, - 37.39246961400005 - ], - [ - -121.83399294499998, - 37.392476775000034 - ], - [ - -121.833988391, - 37.39248360200003 - ], - [ - -121.83398311499997, - 37.39249014100005 - ], - [ - -121.83397716999997, - 37.39249625100007 - ], - [ - -121.83397053099998, - 37.39250193400005 - ], - [ - -121.83396330799997, - 37.39250712100005 - ], - [ - -121.83392448599994, - 37.392525988000045 - ], - [ - -121.833883631, - 37.392541949000076 - ], - [ - -121.83384108599995, - 37.39255477100005 - ], - [ - -121.83379725099996, - 37.39256437900008 - ], - [ - -121.83375863299995, - 37.39257060800003 - ], - [ - -121.83372013699994, - 37.392577250000045 - ], - [ - -121.83368170699998, - 37.39258427900006 - ], - [ - -121.83360394599998, - 37.39260116300005 - ], - [ - -121.83352736399996, - 37.392621261000045 - ], - [ - -121.83345218699998, - 37.39264452400005 - ], - [ - -121.83337496399997, - 37.39267218300006 - ], - [ - -121.83337362399999, - 37.39267272500007 - ], - [ - -121.83329824499998, - 37.39270388800003 - ], - [ - -121.83329707599995, - 37.39270438200003 - ], - [ - -121.83322288399995, - 37.392739353000024 - ], - [ - -121.83300306599995, - 37.39242073400004 - ], - [ - -121.83292298199996, - 37.39245529300007 - ], - [ - -121.83272714699996, - 37.39253676200008 - ], - [ - -121.83267810299998, - 37.39255670600005 - ], - [ - -121.83283395499996, - 37.39271678700004 - ], - [ - -121.83299712499996, - 37.39287703700006 - ], - [ - -121.833083037, - 37.39296329100006 - ], - [ - -121.83301751099998, - 37.393014599000026 - ], - [ - -121.83295399399998, - 37.39306750900005 - ], - [ - -121.83289256799998, - 37.39312195100007 - ], - [ - -121.832841557, - 37.393169958000044 - ], - [ - -121.83284042899999, - 37.39317104700007 - ], - [ - -121.83279143699997, - 37.39321971900006 - ], - [ - -121.83279000099998, - 37.39322124500006 - ], - [ - -121.83274125599996, - 37.39327250000008 - ], - [ - -121.83273146299996, - 37.39328311700007 - ], - [ - -121.83271500599994, - 37.39330134000005 - ], - [ - -121.83269509399997, - 37.39332383900006 - ], - [ - -121.83267398799995, - 37.39334838700006 - ], - [ - -121.83265621299995, - 37.393366695000054 - ], - [ - -121.83262153899994, - 37.39340105700006 - ], - [ - -121.83258419299995, - 37.39343357200005 - ], - [ - -121.83254425899997, - 37.39346410300004 - ], - [ - -121.83249429499995, - 37.39350500200004 - ], - [ - -121.83243967299995, - 37.39354199400003 - ], - [ - -121.83238095699994, - 37.39357472900008 - ], - [ - -121.83232943299998, - 37.39359719700008 - ], - [ - -121.83227631399996, - 37.39361714200004 - ], - [ - -121.83222177099998, - 37.393634493000036 - ], - [ - -121.83218894199996, - 37.39364361100007 - ], - [ - -121.83215526899994, - 37.39365051600004 - ], - [ - -121.83212098399997, - 37.39365520800004 - ], - [ - -121.83209717999995, - 37.39362022900008 - ], - [ - -121.832061308, - 37.39363244800006 - ], - [ - -121.83202469499997, - 37.393643369000074 - ], - [ - -121.8319876, - 37.39365297000006 - ], - [ - -121.83194983899995, - 37.39366227900007 - ], - [ - -121.83191153499996, - 37.39366999400005 - ], - [ - -121.83187276999996, - 37.39367611000006 - ], - [ - -121.831831449, - 37.393678754000064 - ], - [ - -121.83180457999998, - 37.39367947000005 - ], - [ - -121.83172055099999, - 37.39368104300007 - ], - [ - -121.83163671799997, - 37.393675975000065 - ], - [ - -121.83155394599999, - 37.39366432600008 - ], - [ - -121.83142037299996, - 37.393643524000026 - ], - [ - -121.83141755499997, - 37.39364316700005 - ], - [ - -121.83128584699995, - 37.39362712900004 - ], - [ - -121.83128360599994, - 37.39362692700007 - ], - [ - -121.83115056699995, - 37.39361513600005 - ], - [ - -121.83105518899998, - 37.393609308000066 - ], - [ - -121.83095961999999, - 37.39360567600005 - ], - [ - -121.83086400499997, - 37.39360424300003 - ], - [ - -121.83077753999999, - 37.39353044300003 - ], - [ - -121.830710969, - 37.39352801800004 - ], - [ - -121.83060970899999, - 37.39352696900005 - ], - [ - -121.83059984199997, - 37.39352708100006 - ], - [ - -121.83057794399997, - 37.39352819900006 - ], - [ - -121.83055831299998, - 37.393531032000055 - ], - [ - -121.83055350799998, - 37.39353181900003 - ], - [ - -121.83054863899997, - 37.39353230800003 - ], - [ - -121.83054373599998, - 37.393532433000075 - ], - [ - -121.83053882699994, - 37.39353221400006 - ], - [ - -121.83053396899999, - 37.39353167300004 - ], - [ - -121.83052919, - 37.39353076700007 - ], - [ - -121.83052452099997, - 37.39352958300003 - ], - [ - -121.83052001899995, - 37.39352803300005 - ], - [ - -121.83051568199994, - 37.39352620500006 - ], - [ - -121.83051156999994, - 37.39352407700005 - ], - [ - -121.83050771299997, - 37.39352167100003 - ], - [ - -121.83050410699997, - 37.39351901100008 - ], - [ - -121.83050081399995, - 37.39351612000007 - ], - [ - -121.83049786, - 37.393512971000064 - ], - [ - -121.83049524799998, - 37.39350965800003 - ], - [ - -121.83049300699997, - 37.39350620400006 - ], - [ - -121.83040112099997, - 37.393541834000075 - ], - [ - -121.83035175099997, - 37.393466309000075 - ], - [ - -121.83026629999995, - 37.393500833000076 - ], - [ - -121.83026841399999, - 37.39350511200007 - ], - [ - -121.83027007099997, - 37.39350953400003 - ], - [ - -121.830271241, - 37.39351405300005 - ], - [ - -121.83027195299996, - 37.393518623000034 - ], - [ - -121.83027215099997, - 37.39352324500004 - ], - [ - -121.83027183099995, - 37.393527850000055 - ], - [ - -121.83027105099995, - 37.39353241300006 - ], - [ - -121.83026975499996, - 37.39353691500003 - ], - [ - -121.83026799699996, - 37.39354130600003 - ], - [ - -121.83026577699997, - 37.39354556600006 - ], - [ - -121.83026309599995, - 37.39354964800003 - ], - [ - -121.83026000999996, - 37.39355352800004 - ], - [ - -121.83025648799997, - 37.39355718500008 - ], - [ - -121.83025259099998, - 37.39356061600006 - ], - [ - -121.830248343, - 37.393563732000075 - ], - [ - -121.83024380299997, - 37.39356657600007 - ], - [ - -121.830238942, - 37.39356908100007 - ], - [ - -121.83023384599994, - 37.39357124400004 - ], - [ - -121.830210234, - 37.39357924900003 - ], - [ - -121.83018656299998, - 37.39358713900003 - ], - [ - -121.83018117399996, - 37.393588917000045 - ], - [ - -121.83013181999996, - 37.39360451400006 - ], - [ - -121.83012805399994, - 37.39360570300005 - ], - [ - -121.83007448799998, - 37.39362155400005 - ], - [ - -121.82985778999995, - 37.39370616200006 - ], - [ - -121.82964670899997, - 37.393798557000025 - ], - [ - -121.82943233699996, - 37.393891422000024 - ], - [ - -121.82927455299995, - 37.39365474900006 - ], - [ - -121.82922321599995, - 37.39357979600004 - ], - [ - -121.82918625099995, - 37.39352747700008 - ], - [ - -121.82908773699995, - 37.39338262600006 - ], - [ - -121.82899546399995, - 37.39324663300005 - ], - [ - -121.82898942499997, - 37.39323770500005 - ], - [ - -121.82888963299996, - 37.39309339700003 - ], - [ - -121.82879063499996, - 37.392948757000056 - ], - [ - -121.82875997199994, - 37.39290387500006 - ], - [ - -121.82869735199995, - 37.392812339000045 - ], - [ - -121.82859116399999, - 37.39265524000007 - ], - [ - -121.82853101699999, - 37.392565621000074 - ], - [ - -121.82844649599997, - 37.39243947400007 - ], - [ - -121.82829654999995, - 37.39221580100008 - ], - [ - -121.82819339599996, - 37.39225970500007 - ], - [ - -121.82817933299998, - 37.39226588300005 - ], - [ - -121.827971876, - 37.39189735400004 - ], - [ - -121.82796898699996, - 37.391896219000046 - ], - [ - -121.82796757399996, - 37.39189573200008 - ], - [ - -121.827966044, - 37.39189522300006 - ], - [ - -121.82796301699995, - 37.39189436400005 - ], - [ - -121.82795990499994, - 37.391893690000074 - ], - [ - -121.82795835099995, - 37.39189338700004 - ], - [ - -121.82795676999996, - 37.39189317600005 - ], - [ - -121.82795357799995, - 37.391892777000066 - ], - [ - -121.827952031, - 37.391892908000045 - ], - [ - -121.82795051499994, - 37.39189313300005 - ], - [ - -121.82794902899997, - 37.39189347000007 - ], - [ - -121.82794760299998, - 37.391893898000035 - ], - [ - -121.82794620599998, - 37.39189441800005 - ], - [ - -121.82794486799997, - 37.39189505000007 - ], - [ - -121.82794361899994, - 37.39189575100005 - ], - [ - -121.82794242799997, - 37.39189654300003 - ], - [ - -121.82794132499998, - 37.391897425000025 - ], - [ - -121.82794033699997, - 37.391898351000066 - ], - [ - -121.82793943899998, - 37.39189936900004 - ], - [ - -121.82793868199997, - 37.39190043100007 - ], - [ - -121.82776452499996, - 37.39181855900006 - ], - [ - -121.827766312, - 37.391815792000045 - ], - [ - -121.82776777999999, - 37.39181289000004 - ], - [ - -121.82776898999998, - 37.39180992400003 - ], - [ - -121.82776985499999, - 37.39180687000004 - ], - [ - -121.82777040199994, - 37.39180377400004 - ], - [ - -121.82777075499996, - 37.391799466000066 - ], - [ - -121.82777061999997, - 37.391795142000035 - ], - [ - -121.82776997099995, - 37.39179084700004 - ], - [ - -121.82776889099995, - 37.391786601000035 - ], - [ - -121.82776723999996, - 37.391782499000044 - ], - [ - -121.82776516099995, - 37.391778517000034 - ], - [ - -121.82776262599998, - 37.39177467800005 - ], - [ - -121.82775966399998, - 37.391771049000056 - ], - [ - -121.82775630499998, - 37.39176767600003 - ], - [ - -121.82774073699994, - 37.391752127000075 - ], - [ - -121.82772622099998, - 37.391735948000075 - ], - [ - -121.82771281199996, - 37.39171916200007 - ], - [ - -121.82770607599997, - 37.39170980800003 - ], - [ - -121.82769933999998, - 37.39170040800008 - ], - [ - -121.82769274599997, - 37.39169100600003 - ], - [ - -121.82768615199996, - 37.39168155900006 - ], - [ - -121.82767970199995, - 37.391672088000064 - ], - [ - -121.82767324899999, - 37.39166257000005 - ], - [ - -121.82742585199998, - 37.39177102700006 - ], - [ - -121.82742126999995, - 37.391773070000056 - ], - [ - -121.82737165699996, - 37.39179503400004 - ], - [ - -121.82721861099998, - 37.39186296200006 - ], - [ - -121.82705182899997, - 37.39193461600007 - ], - [ - -121.82643856399994, - 37.39222824500007 - ], - [ - -121.82541211999995, - 37.39272025400004 - ], - [ - -121.82545745899995, - 37.39283727800006 - ], - [ - -121.82572201299996, - 37.39332467400004 - ], - [ - -121.82608170599997, - 37.39316303600003 - ], - [ - -121.82679807199997, - 37.39284116500005 - ], - [ - -121.826983343, - 37.39323029600007 - ], - [ - -121.82720412099997, - 37.39364784400004 - ], - [ - -121.827234305, - 37.39370456700004 - ], - [ - -121.82730747899996, - 37.39384599600004 - ], - [ - -121.82738626999998, - 37.39399834900007 - ], - [ - -121.82746505999995, - 37.39415063300004 - ], - [ - -121.82754385199996, - 37.394302964000076 - ], - [ - -121.82762264299998, - 37.39445529500006 - ], - [ - -121.827703784, - 37.394612245000076 - ], - [ - -121.82778325799995, - 37.39476587200005 - ], - [ - -121.82786136699997, - 37.394916884000054 - ], - [ - -121.82793117799997, - 37.39504805100006 - ], - [ - -121.82794932599995, - 37.39514297100004 - ], - [ - -121.82796442199998, - 37.39522190900004 - ], - [ - -121.82794353499997, - 37.39527831600003 - ], - [ - -121.82793863699999, - 37.395291489000044 - ], - [ - -121.827937922, - 37.39529341800005 - ], - [ - -121.82785210499998, - 37.39527843600007 - ], - [ - -121.82693538299998, - 37.39520167100005 - ], - [ - -121.82679986499994, - 37.395226437000076 - ], - [ - -121.82670281299994, - 37.39523144900005 - ], - [ - -121.82661206599994, - 37.39523613700004 - ], - [ - -121.82628851899995, - 37.39525284400003 - ], - [ - -121.82620093799994, - 37.39530327500006 - ], - [ - -121.82614405499999, - 37.395336032000046 - ], - [ - -121.82612551199998, - 37.39534670200004 - ], - [ - -121.826095636, - 37.39536391000007 - ], - [ - -121.82593467699996, - 37.39545527300004 - ], - [ - -121.82602169399996, - 37.39556200700008 - ], - [ - -121.82604661299996, - 37.39559205300003 - ], - [ - -121.82621402299998, - 37.39579923400004 - ], - [ - -121.82634055399996, - 37.39629240000005 - ], - [ - -121.82636419299996, - 37.39638442200004 - ], - [ - -121.82640289399995, - 37.396552246000056 - ], - [ - -121.82637268199994, - 37.39651182100005 - ], - [ - -121.82560193699999, - 37.395167514000036 - ], - [ - -121.82553892099997, - 37.395140826000045 - ], - [ - -121.82544890399998, - 37.39510270300008 - ], - [ - -121.82521284899997, - 37.39455464900004 - ], - [ - -121.82356672599997, - 37.39476756800008 - ], - [ - -121.822001619, - 37.39431179700006 - ], - [ - -121.82133340899998, - 37.39353902400006 - ], - [ - -121.82086390199999, - 37.39350054700003 - ], - [ - -121.819856776, - 37.39348661500003 - ], - [ - -121.81972331799994, - 37.39348012900007 - ], - [ - -121.81944643599996, - 37.39346665000005 - ], - [ - -121.81920323699995, - 37.39334612500005 - ], - [ - -121.81893138699996, - 37.39321134100004 - ], - [ - -121.81919072999995, - 37.39243359400007 - ], - [ - -121.81925510099995, - 37.39230672600007 - ], - [ - -121.81909975499997, - 37.39225628500003 - ], - [ - -121.818940651, - 37.392212434000044 - ], - [ - -121.81880861299999, - 37.39218230700004 - ], - [ - -121.81877845499997, - 37.39217545900004 - ], - [ - -121.818613831, - 37.39214547100005 - ], - [ - -121.81844755499998, - 37.392122665000045 - ], - [ - -121.818296063, - 37.392108575000066 - ], - [ - -121.81824889799998, - 37.39210688500003 - ], - [ - -121.81814808599995, - 37.39210181400006 - ], - [ - -121.81804713699995, - 37.392098737000026 - ], - [ - -121.81794613699998, - 37.392097652000075 - ], - [ - -121.81784356299994, - 37.39209855300004 - ], - [ - -121.81774099799998, - 37.39210146800008 - ], - [ - -121.81763861399997, - 37.392106486000046 - ], - [ - -121.81763267699995, - 37.392106598000055 - ], - [ - -121.81762678899997, - 37.39210620700004 - ], - [ - -121.81762095199997, - 37.39210544900004 - ], - [ - -121.81725589699994, - 37.39204683200006 - ], - [ - -121.81723840199999, - 37.392047028000036 - ], - [ - -121.81722094199995, - 37.39204603400003 - ], - [ - -121.81720368999999, - 37.39204382500003 - ], - [ - -121.81718667499996, - 37.392040423000026 - ], - [ - -121.81717018499995, - 37.39203586900004 - ], - [ - -121.81715419199998, - 37.392030189000025 - ], - [ - -121.81706929699999, - 37.39199886800003 - ], - [ - -121.81706614899997, - 37.39199769000004 - ], - [ - -121.81706317099997, - 37.39199630500008 - ], - [ - -121.81706032999995, - 37.39199466600007 - ], - [ - -121.81705768699999, - 37.39199288700007 - ], - [ - -121.817055273, - 37.39199092300004 - ], - [ - -121.81705308199997, - 37.39198875100004 - ], - [ - -121.81705111899998, - 37.39198643700007 - ], - [ - -121.81704947099996, - 37.391984053000044 - ], - [ - -121.817048049, - 37.39198150500005 - ], - [ - -121.81704696999998, - 37.39197888600006 - ], - [ - -121.81704614699999, - 37.39197617000008 - ], - [ - -121.81704563999995, - 37.39197345200006 - ], - [ - -121.81704547699997, - 37.39197068400006 - ], - [ - -121.81704559999997, - 37.39196791300003 - ], - [ - -121.81688224499999, - 37.39203099900004 - ], - [ - -121.81674239899996, - 37.392106408000075 - ], - [ - -121.81666342899996, - 37.39214898000006 - ], - [ - -121.81662594899996, - 37.39216611000006 - ], - [ - -121.816586729, - 37.392180558000064 - ], - [ - -121.81654605299997, - 37.392192185000056 - ], - [ - -121.81650429599995, - 37.39220093900008 - ], - [ - -121.81646170899995, - 37.392206728000076 - ], - [ - -121.81641863899995, - 37.39220947800004 - ], - [ - -121.81637545899997, - 37.392209207000064 - ], - [ - -121.81626780899995, - 37.39220192300007 - ], - [ - -121.81619059299999, - 37.39218958200007 - ], - [ - -121.81608662899998, - 37.39217502500003 - ], - [ - -121.81598206099994, - 37.39216353900008 - ], - [ - -121.81587705899994, - 37.39215519600003 - ], - [ - -121.81589609799994, - 37.39213026200008 - ], - [ - -121.81578415599995, - 37.39209594600004 - ], - [ - -121.81567643799997, - 37.39205389400007 - ], - [ - -121.81557378199994, - 37.39200446000007 - ], - [ - -121.81551076699998, - 37.39197909600006 - ], - [ - -121.81544516399998, - 37.39195831500007 - ], - [ - -121.81537752399998, - 37.39194234200005 - ], - [ - -121.81530827799997, - 37.391931284000066 - ], - [ - -121.81523811499994, - 37.391925205000064 - ], - [ - -121.815167525, - 37.391924188000075 - ], - [ - -121.81509713899999, - 37.39192822800004 - ], - [ - -121.81502747199994, - 37.39193729400006 - ], - [ - -121.81501355299997, - 37.39194019800004 - ], - [ - -121.81499996399998, - 37.39194403500005 - ], - [ - -121.81498682299997, - 37.391948737000064 - ], - [ - -121.81493571399994, - 37.39197231500003 - ], - [ - -121.81488304599998, - 37.39199362000005 - ], - [ - -121.81482904499995, - 37.39201262900008 - ], - [ - -121.81477354099997, - 37.39202114700004 - ], - [ - -121.81471727299999, - 37.392025440000054 - ], - [ - -121.81466078799997, - 37.39202547800005 - ], - [ - -121.81460451499998, - 37.39202125700007 - ], - [ - -121.81454902599995, - 37.39201279100007 - ], - [ - -121.81445088499999, - 37.392001417000074 - ], - [ - -121.81435215, - 37.391993780000064 - ], - [ - -121.81425310799995, - 37.39198983000006 - ], - [ - -121.81423115799998, - 37.39199124400005 - ], - [ - -121.81420940399994, - 37.39199398300008 - ], - [ - -121.81418796, - 37.39199809100006 - ], - [ - -121.81416516299998, - 37.39193187500007 - ], - [ - -121.81415201699997, - 37.39186131800005 - ], - [ - -121.81410655599996, - 37.39133372200007 - ], - [ - -121.81412887699997, - 37.391291514000045 - ], - [ - -121.81415573399994, - 37.39125102000003 - ], - [ - -121.81418692899996, - 37.39121256000004 - ], - [ - -121.81418828099999, - 37.391211171000066 - ], - [ - -121.81422223699997, - 37.391176433000055 - ], - [ - -121.81413353899995, - 37.391046225000025 - ], - [ - -121.81388422699996, - 37.390794053000036 - ], - [ - -121.81374451499994, - 37.39064544000007 - ], - [ - -121.81362114299998, - 37.390778253000065 - ], - [ - -121.81340898399998, - 37.39088342600007 - ], - [ - -121.81306147999999, - 37.39114688300003 - ], - [ - -121.81299523099995, - 37.39116093300004 - ], - [ - -121.81292929199998, - 37.39117491600007 - ], - [ - -121.81196330599994, - 37.391751827000064 - ], - [ - -121.81193603399998, - 37.391801344000044 - ], - [ - -121.81189487199998, - 37.39179010700008 - ], - [ - -121.81185390099995, - 37.39177838900008 - ], - [ - -121.81181317899996, - 37.391766278000034 - ], - [ - -121.81119168799995, - 37.391576744000076 - ], - [ - -121.81118949799998, - 37.39157612900004 - ], - [ - -121.81116389599998, - 37.39156895200006 - ], - [ - -121.811137665, - 37.391563432000055 - ], - [ - -121.81111097599995, - 37.39155963300004 - ], - [ - -121.81108400199997, - 37.39155757700007 - ], - [ - -121.81089327599994, - 37.39155210900003 - ], - [ - -121.81072990699994, - 37.39154928800008 - ], - [ - -121.81056677, - 37.391541636000056 - ], - [ - -121.81040412099998, - 37.39152914700003 - ], - [ - -121.81026388699996, - 37.391497592000064 - ], - [ - -121.81012626399996, - 37.391459531000066 - ], - [ - -121.80999159999999, - 37.39141514200003 - ], - [ - -121.809941327, - 37.39139968200004 - ], - [ - -121.809889511, - 37.39138787700006 - ], - [ - -121.80983664099995, - 37.39137981500005 - ], - [ - -121.80979727899995, - 37.39137671200007 - ], - [ - -121.80978297899998, - 37.39137558500005 - ], - [ - -121.80972912599998, - 37.39137522500005 - ], - [ - -121.80971177199996, - 37.39137857700007 - ], - [ - -121.80969486699996, - 37.39138311500005 - ], - [ - -121.80967850199994, - 37.391388791000054 - ], - [ - -121.80966278399995, - 37.391395559000046 - ], - [ - -121.80964785999998, - 37.391403370000035 - ], - [ - -121.80963381299995, - 37.39141215700005 - ], - [ - -121.80962075899998, - 37.391421870000045 - ], - [ - -121.80960880899994, - 37.39143244100006 - ], - [ - -121.80959802099994, - 37.39144377700006 - ], - [ - -121.80958847899996, - 37.391455809000036 - ], - [ - -121.80958026599995, - 37.39146846800003 - ], - [ - -121.80957340999998, - 37.39148161400004 - ], - [ - -121.80956799799998, - 37.39149517900006 - ], - [ - -121.80956408099996, - 37.39150907100003 - ], - [ - -121.80956163299999, - 37.39152317500003 - ], - [ - -121.80956070699995, - 37.391537423000045 - ], - [ - -121.80955574199999, - 37.39155860500006 - ], - [ - -121.80955080499996, - 37.39157981000005 - ], - [ - -121.80954587099995, - 37.39160101500005 - ], - [ - -121.80954453699997, - 37.39161650400007 - ], - [ - -121.80954156299998, - 37.39163187200006 - ], - [ - -121.80953700799995, - 37.39164696200004 - ], - [ - -121.80953086999995, - 37.39166170200008 - ], - [ - -121.80952320299997, - 37.39167597800008 - ], - [ - -121.80951403299997, - 37.391689702000065 - ], - [ - -121.80950347599997, - 37.39170275200007 - ], - [ - -121.80949158499999, - 37.39171503800003 - ], - [ - -121.80947841899996, - 37.39172651600006 - ], - [ - -121.80946411499997, - 37.391737044000024 - ], - [ - -121.80944870499997, - 37.39174657900003 - ], - [ - -121.80943241499995, - 37.39175504600007 - ], - [ - -121.80894677299995, - 37.391914513000074 - ], - [ - -121.80890779499998, - 37.39192634700004 - ], - [ - -121.80886773399999, - 37.39193553800004 - ], - [ - -121.80882685199998, - 37.391941968000026 - ], - [ - -121.80878540499998, - 37.39194563500007 - ], - [ - -121.80874373599994, - 37.39194648900008 - ], - [ - -121.80870210599994, - 37.39194452800007 - ], - [ - -121.80866085399998, - 37.39193976900003 - ], - [ - -121.80862024299995, - 37.39193223400008 - ], - [ - -121.80858059099995, - 37.39192198600006 - ], - [ - -121.80854212199995, - 37.39190911700007 - ], - [ - -121.80850518999995, - 37.39189371200007 - ], - [ - -121.808470022, - 37.39187588500005 - ], - [ - -121.80843687799995, - 37.391855700000065 - ], - [ - -121.80840593499994, - 37.39183336200006 - ], - [ - -121.80839180999999, - 37.39182125000008 - ], - [ - -121.80831944899995, - 37.39186003100008 - ], - [ - -121.808221012, - 37.39174656700004 - ], - [ - -121.80819810099996, - 37.39171601400005 - ], - [ - -121.80813795999995, - 37.39163020800004 - ], - [ - -121.80808092299998, - 37.39154308700006 - ], - [ - -121.808031154, - 37.391461468000045 - ], - [ - -121.80796806299998, - 37.39139393900007 - ], - [ - -121.80790006299998, - 37.391321222000045 - ], - [ - -121.80783211899995, - 37.39124850400003 - ], - [ - -121.80776318199997, - 37.39117476800004 - ], - [ - -121.80772686599994, - 37.39113394900005 - ], - [ - -121.80768649, - 37.39109562500005 - ], - [ - -121.80764234999998, - 37.39106006600008 - ], - [ - -121.80759467499996, - 37.39102752200006 - ], - [ - -121.80754384299996, - 37.390998172000025 - ], - [ - -121.80749017499994, - 37.39097226600006 - ], - [ - -121.80744995799995, - 37.39095282200003 - ], - [ - -121.80740977099998, - 37.39093335600006 - ], - [ - -121.80736955499998, - 37.390913915000056 - ], - [ - -121.807187409, - 37.39082326500005 - ], - [ - -121.80701473699997, - 37.39072150100003 - ], - [ - -121.80685261099995, - 37.390609203000054 - ], - [ - -121.80680158099995, - 37.39057179800005 - ], - [ - -121.80675133499994, - 37.39052998900007 - ], - [ - -121.80670425299996, - 37.390485445000024 - ], - [ - -121.80666065699995, - 37.39043838900005 - ], - [ - -121.80662086599995, - 37.39038907100007 - ], - [ - -121.80658517199998, - 37.39033782900003 - ], - [ - -121.80655377999994, - 37.390284939000026 - ], - [ - -121.806543821, - 37.390264976000026 - ], - [ - -121.806526755, - 37.39023074000005 - ], - [ - -121.80650433499994, - 37.39017571200003 - ], - [ - -121.806485496, - 37.39011718800003 - ], - [ - -121.80647331499995, - 37.39002272100004 - ], - [ - -121.80646176599998, - 37.38993326000008 - ], - [ - -121.80645024699999, - 37.389843846000076 - ], - [ - -121.80643845599997, - 37.38975198500003 - ], - [ - -121.80643790599999, - 37.389738555000065 - ], - [ - -121.80643589299996, - 37.38972521000005 - ], - [ - -121.806432337, - 37.38971208800007 - ], - [ - -121.80642734999998, - 37.389699233000044 - ], - [ - -121.80642096399998, - 37.38968680700003 - ], - [ - -121.80641318299996, - 37.38967487700006 - ], - [ - -121.80640411899998, - 37.38966355600007 - ], - [ - -121.80639383599998, - 37.38965293600006 - ], - [ - -121.80638238899996, - 37.38964306100007 - ], - [ - -121.80636989699997, - 37.38963406700003 - ], - [ - -121.80635641599997, - 37.38962597600005 - ], - [ - -121.80634209199997, - 37.38961890300004 - ], - [ - -121.80632709699995, - 37.389612844000055 - ], - [ - -121.80631140599996, - 37.389607915000056 - ], - [ - -121.80629527399998, - 37.38960406600006 - ], - [ - -121.80627878999996, - 37.38960143300005 - ], - [ - -121.80624488799998, - 37.389604965000046 - ], - [ - -121.80621038099997, - 37.38960855800008 - ], - [ - -121.80612955499998, - 37.38961756100008 - ], - [ - -121.80609136699996, - 37.38962206200006 - ], - [ - -121.806048826, - 37.38962709100008 - ], - [ - -121.80596690199997, - 37.389637296000046 - ], - [ - -121.805832394, - 37.38965074200007 - ], - [ - -121.80578543399997, - 37.38971965700006 - ], - [ - -121.80566552399995, - 37.389788655000075 - ], - [ - -121.80556042899997, - 37.38968776000007 - ], - [ - -121.80545869499997, - 37.38970351900008 - ], - [ - -121.80529800599999, - 37.38973227100007 - ], - [ - -121.80524511899995, - 37.38975103400003 - ], - [ - -121.80519435999997, - 37.389773253000044 - ], - [ - -121.80514612399998, - 37.38979878500004 - ], - [ - -121.80510069599995, - 37.38982742200005 - ], - [ - -121.80505844599998, - 37.38985899800008 - ], - [ - -121.80501965899998, - 37.38989328300005 - ], - [ - -121.80496050799997, - 37.38994262700004 - ], - [ - -121.80490260299996, - 37.389991019000036 - ], - [ - -121.80484463999994, - 37.39003941000004 - ], - [ - -121.80478712999997, - 37.39008743200003 - ], - [ - -121.80473666299997, - 37.390129767000076 - ], - [ - -121.80468220899996, - 37.39016884900008 - ], - [ - -121.8046240799999, - 37.39020440300004 - ], - [ - -121.80455459499996, - 37.39024028800003 - ], - [ - -121.80448146699996, - 37.390271247000044 - ], - [ - -121.804405294, - 37.39029704300003 - ], - [ - -121.80432659, - 37.390317466000056 - ], - [ - -121.80428914999999, - 37.39032227700005 - ], - [ - -121.80425152099997, - 37.390325992000044 - ], - [ - -121.804213727, - 37.39032861000004 - ], - [ - -121.804136799, - 37.39033083900006 - ], - [ - -121.80405987799998, - 37.39032858000007 - ], - [ - -121.80398333699998, - 37.39032183200004 - ], - [ - -121.80396235399996, - 37.39031780800008 - ], - [ - -121.803941023, - 37.390315230000056 - ], - [ - -121.80391948899995, - 37.39031414200008 - ], - [ - -121.80389789399999, - 37.390314543000045 - ], - [ - -121.80387643999995, - 37.39031642800006 - ], - [ - -121.80385527099997, - 37.39031982400007 - ], - [ - -121.80383455699996, - 37.39032458600008 - ], - [ - -121.80381441199995, - 37.390330807000055 - ], - [ - -121.80379235899994, - 37.39034267900007 - ], - [ - -121.80377179399994, - 37.39035613800007 - ], - [ - -121.80375286399999, - 37.39037102000003 - ], - [ - -121.80373570499995, - 37.390387256000054 - ], - [ - -121.80371647699997, - 37.39040823100004 - ], - [ - -121.80370396999996, - 37.39042469000003 - ], - [ - -121.80369298299996, - 37.39044440500004 - ], - [ - -121.80368476199999, - 37.39046312900007 - ], - [ - -121.80368156399999, - 37.39047708100003 - ], - [ - -121.80367773799998, - 37.39052910600003 - ], - [ - -121.80367067099996, - 37.390610940000045 - ], - [ - -121.80367065099995, - 37.39061117400007 - ], - [ - -121.80398248699998, - 37.390490011000054 - ], - [ - -121.80454764499996, - 37.39133665400004 - ], - [ - -121.804819195, - 37.39174342300004 - ], - [ - -121.80556251399997, - 37.392856847000076 - ], - [ - -121.80577297399998, - 37.39317207200003 - ], - [ - -121.80515731899999, - 37.39340976400007 - ], - [ - -121.80597191099997, - 37.39492449100004 - ], - [ - -121.80472704199997, - 37.394684891000054 - ], - [ - -121.803149696, - 37.39453668400006 - ], - [ - -121.80346523599997, - 37.394159898000055 - ], - [ - -121.80238546899994, - 37.39255736600006 - ], - [ - -121.80160313099998, - 37.39139621800007 - ], - [ - -121.80037902999999, - 37.39150485600004 - ], - [ - -121.79497769199997, - 37.39394081200004 - ], - [ - -121.79416456299998, - 37.39822035000003 - ], - [ - -121.79366589099999, - 37.39904272700005 - ], - [ - -121.79266601399996, - 37.40065090200005 - ], - [ - -121.78950320499996, - 37.399309309000046 - ], - [ - -121.78916102299996, - 37.399163808000026 - ], - [ - -121.78877973099998, - 37.39788598800004 - ], - [ - -121.78627608099998, - 37.39258290600003 - ], - [ - -121.78560007799996, - 37.39101173000006 - ], - [ - -121.78466399399997, - 37.39126095200004 - ], - [ - -121.78402980599998, - 37.39142977100005 - ], - [ - -121.78375468999997, - 37.39150300700004 - ], - [ - -121.78388123299999, - 37.39171831500005 - ], - [ - -121.78389160999996, - 37.39232184000008 - ], - [ - -121.78390850899996, - 37.39245867000005 - ], - [ - -121.783601692, - 37.392692226000065 - ], - [ - -121.78345769599997, - 37.39280184000006 - ], - [ - -121.78346249799995, - 37.39287260800006 - ], - [ - -121.78348425999997, - 37.393193988000064 - ], - [ - -121.78388877299994, - 37.39348815100004 - ], - [ - -121.78403038899995, - 37.393719032000035 - ], - [ - -121.78403100899999, - 37.39372004300003 - ], - [ - -121.78403043599997, - 37.393721784000036 - ], - [ - -121.78389010399997, - 37.394147830000065 - ], - [ - -121.78401813899995, - 37.39490170900007 - ], - [ - -121.784092596, - 37.395009008000045 - ], - [ - -121.784263249, - 37.39525493100007 - ], - [ - -121.78413200899996, - 37.39539476700003 - ], - [ - -121.78391866899995, - 37.39562207300003 - ], - [ - -121.78387367299996, - 37.39578993200007 - ], - [ - -121.78425465699996, - 37.39609962000003 - ], - [ - -121.78473310399994, - 37.39609438100007 - ], - [ - -121.78478351399997, - 37.396149610000066 - ], - [ - -121.78493217599998, - 37.396739282000055 - ], - [ - -121.78533938199996, - 37.39685022800006 - ], - [ - -121.785223165, - 37.39698883700004 - ], - [ - -121.78518170099994, - 37.39729340000008 - ], - [ - -121.78513890199997, - 37.40055887400007 - ], - [ - -121.78530913299994, - 37.400960937000036 - ], - [ - -121.78531481599998, - 37.40097433300008 - ], - [ - -121.78596271299995, - 37.40250461800008 - ], - [ - -121.78643019599997, - 37.404151322000075 - ], - [ - -121.78652735599997, - 37.404493553000066 - ], - [ - -121.78658291899995, - 37.40468926500006 - ], - [ - -121.78677331399996, - 37.40469367800006 - ], - [ - -121.786848578, - 37.40469543900008 - ], - [ - -121.78685440199996, - 37.40469555800007 - ], - [ - -121.78687197099998, - 37.404695960000026 - ], - [ - -121.78727024499995, - 37.40494847800005 - ], - [ - -121.78759233499994, - 37.40502075100005 - ], - [ - -121.78767459899996, - 37.405039214000055 - ], - [ - -121.78782772399995, - 37.40507362900007 - ], - [ - -121.78801782, - 37.405116287000055 - ], - [ - -121.78805838799997, - 37.405125389000034 - ], - [ - -121.78806790399994, - 37.40513719200004 - ], - [ - -121.78808785299998, - 37.40516193600007 - ], - [ - -121.78815150099996, - 37.405094062000046 - ], - [ - -121.788613006, - 37.40491352300006 - ], - [ - -121.78862851899999, - 37.404929536000054 - ], - [ - -121.788639881, - 37.40494119900006 - ], - [ - -121.78879139199995, - 37.40509724800006 - ], - [ - -121.78902943899999, - 37.40534242800004 - ], - [ - -121.789037023, - 37.405350240000075 - ], - [ - -121.78879470599998, - 37.40545791900007 - ], - [ - -121.78929974999994, - 37.405611746000034 - ], - [ - -121.78960795299997, - 37.405705617000024 - ], - [ - -121.78963192199996, - 37.405712907000066 - ], - [ - -121.78963663299999, - 37.405729988000076 - ], - [ - -121.78964024899994, - 37.40574309800007 - ], - [ - -121.789646985, - 37.405767653000055 - ], - [ - -121.78972774799996, - 37.406061145000024 - ], - [ - -121.78988263499997, - 37.406624168000064 - ], - [ - -121.79043024599997, - 37.40861439400004 - ], - [ - -121.79094696499999, - 37.40955641900007 - ], - [ - -121.79053011199994, - 37.41115591200003 - ], - [ - -121.79148068599994, - 37.413117484000054 - ], - [ - -121.791862101, - 37.41322123100008 - ], - [ - -121.79189554499999, - 37.41323031500008 - ], - [ - -121.79163802699998, - 37.41324521400003 - ], - [ - -121.79128124199997, - 37.41314520100008 - ], - [ - -121.79108605899995, - 37.41307089900005 - ], - [ - -121.79096630999999, - 37.413142235000066 - ], - [ - -121.79084025699996, - 37.41321732500006 - ], - [ - -121.79082679299995, - 37.413225348000026 - ], - [ - -121.790830288, - 37.41322663600005 - ], - [ - -121.79098574399995, - 37.41328361400008 - ], - [ - -121.79144879699999, - 37.41360295100003 - ], - [ - -121.79182151199996, - 37.413686538000036 - ], - [ - -121.79197437699997, - 37.413729602000046 - ], - [ - -121.79243472599995, - 37.41385928200003 - ], - [ - -121.79353074499994, - 37.41380444600003 - ], - [ - -121.79487657399994, - 37.41373704500006 - ], - [ - -121.79604056099998, - 37.413678756000024 - ], - [ - -121.79612030099997, - 37.413674763000074 - ], - [ - -121.79613159499996, - 37.41367896400004 - ], - [ - -121.79653392899996, - 37.41382910900006 - ], - [ - -121.79713069999997, - 37.414051811000036 - ], - [ - -121.79904087199998, - 37.41476461800005 - ], - [ - -121.79914462899995, - 37.414803336000034 - ], - [ - -121.79917474999996, - 37.41480794900008 - ], - [ - -121.79942890899997, - 37.41484688200006 - ], - [ - -121.79948751999996, - 37.41485584600008 - ], - [ - -121.80008379099996, - 37.414947185000074 - ], - [ - -121.80034982899997, - 37.41498793100004 - ], - [ - -121.80087160799997, - 37.41506784500007 - ], - [ - -121.80102939799997, - 37.414787397000055 - ], - [ - -121.80105476999995, - 37.414742303000025 - ], - [ - -121.80145734699994, - 37.41402677200006 - ], - [ - -121.80151660599995, - 37.413921419000076 - ], - [ - -121.80160010399999, - 37.413773012000036 - ], - [ - -121.80167676699995, - 37.41363675600007 - ], - [ - -121.80021420199995, - 37.40925881700008 - ], - [ - -121.80027647099996, - 37.40912457700006 - ], - [ - -121.800285514, - 37.40890565500007 - ], - [ - -121.80028613899998, - 37.40889058800008 - ], - [ - -121.80028861499994, - 37.40883006200005 - ], - [ - -121.80031635499995, - 37.408159037000075 - ], - [ - -121.800318775, - 37.40810047400004 - ], - [ - -121.80117575899999, - 37.40746883700007 - ], - [ - -121.80177883299996, - 37.40745669800003 - ], - [ - -121.80249110799997, - 37.40769407500005 - ], - [ - -121.80509362699996, - 37.40739301900004 - ], - [ - -121.80555810099997, - 37.407339325000066 - ], - [ - -121.80623150099996, - 37.40738122300007 - ], - [ - -121.80627338299996, - 37.40738382500007 - ], - [ - -121.80632273199996, - 37.407386891000044 - ], - [ - -121.80641660499998, - 37.40739275900006 - ], - [ - -121.80761254499998, - 37.407467146000045 - ], - [ - -121.80818296899997, - 37.40738978400003 - ], - [ - -121.80976876999995, - 37.40718267900007 - ], - [ - -121.81053068399996, - 37.40808063600008 - ], - [ - -121.812750855, - 37.40875291000003 - ], - [ - -121.81506194399998, - 37.40421132900008 - ], - [ - -121.81507908499998, - 37.40422629900007 - ], - [ - -121.81782439099999, - 37.406624073000046 - ], - [ - -121.81858460199999, - 37.407709555000054 - ], - [ - -121.81892203299998, - 37.40819138400008 - ], - [ - -121.81895514699994, - 37.40817368000006 - ], - [ - -121.81930328199996, - 37.408735740000054 - ], - [ - -121.82105937399996, - 37.411243013000046 - ], - [ - -121.82081068699995, - 37.411169320000056 - ], - [ - -121.82082873599995, - 37.41119845700007 - ], - [ - -121.82092680099998, - 37.41127385000004 - ], - [ - -121.82308863299994, - 37.41293722000006 - ], - [ - -121.82314009699996, - 37.41297681000003 - ], - [ - -121.82314274599997, - 37.41297884100004 - ], - [ - -121.82319147599998, - 37.41301635600007 - ], - [ - -121.82323037199995, - 37.41304624500003 - ], - [ - -121.823313666, - 37.413110336000045 - ], - [ - -121.82490327599999, - 37.41422070700003 - ], - [ - -121.82508116099996, - 37.414344957000026 - ], - [ - -121.82495928199995, - 37.414191119000066 - ], - [ - -121.82492488799994, - 37.41413526900004 - ], - [ - -121.82486511099995, - 37.41403811400005 - ], - [ - -121.82486463599997, - 37.41403718200007 - ], - [ - -121.82485672999996, - 37.414021888000036 - ], - [ - -121.82477392399994, - 37.41386078900007 - ], - [ - -121.824744899, - 37.413797027000044 - ], - [ - -121.82470622899996, - 37.413712039000075 - ], - [ - -121.824773129, - 37.41369800900003 - ], - [ - -121.824879883, - 37.41367558500008 - ], - [ - -121.82489649599995, - 37.41367179700006 - ], - [ - -121.82642428599996, - 37.41332355700007 - ], - [ - -121.82648716399996, - 37.41330922700007 - ], - [ - -121.82647963, - 37.41329254100003 - ], - [ - -121.82639124499997, - 37.41309677600003 - ], - [ - -121.82634959599994, - 37.413005689000045 - ], - [ - -121.82630856199995, - 37.41290079300006 - ], - [ - -121.82629181899995, - 37.412858088000064 - ], - [ - -121.826231587, - 37.41271110800005 - ], - [ - -121.82616878299996, - 37.412564822000036 - ], - [ - -121.82616185499995, - 37.41254636000008 - ], - [ - -121.82615553399995, - 37.41252974500003 - ], - [ - -121.82614600099998, - 37.41249389300003 - ], - [ - -121.82614033299996, - 37.41245754000005 - ], - [ - -121.82613862299996, - 37.412420936000046 - ], - [ - -121.826140813, - 37.41238433400008 - ], - [ - -121.82614690999998, - 37.41234800900003 - ], - [ - -121.82615689199997, - 37.412312256000064 - ], - [ - -121.82618232699997, - 37.41226921100008 - ], - [ - -121.82621230099994, - 37.41222803900007 - ], - [ - -121.82624658799995, - 37.412189082000054 - ], - [ - -121.82628490699994, - 37.41215257500005 - ], - [ - -121.82632700799996, - 37.41211884100005 - ], - [ - -121.82637254599996, - 37.412088089000065 - ], - [ - -121.82642124199998, - 37.412060575000055 - ], - [ - -121.82648938699998, - 37.41200525900007 - ], - [ - -121.82655965699996, - 37.41195165800008 - ], - [ - -121.826631965, - 37.411899797000046 - ], - [ - -121.82668823799997, - 37.411848140000075 - ], - [ - -121.82673838699998, - 37.41179259200004 - ], - [ - -121.826781902, - 37.41173361800003 - ], - [ - -121.82681386099995, - 37.411679900000024 - ], - [ - -121.82684651199997, - 37.411626382000065 - ], - [ - -121.82687979899998, - 37.41157313000008 - ], - [ - -121.82691372199997, - 37.41152014700003 - ], - [ - -121.82694830799994, - 37.41146738500004 - ], - [ - -121.82698353299998, - 37.41141493600003 - ], - [ - -121.82701936299998, - 37.41136273200004 - ], - [ - -121.82703604499994, - 37.41133898900006 - ], - [ - -121.82705583099994, - 37.411310841000045 - ], - [ - -121.82709290699995, - 37.41125924000005 - ], - [ - -121.82716813299999, - 37.41116978500003 - ], - [ - -121.827173287, - 37.41116432300004 - ], - [ - -121.82724941899994, - 37.41108380700007 - ], - [ - -121.82733659699994, - 37.411001586000054 - ], - [ - -121.82735549599994, - 37.41098161900004 - ], - [ - -121.82737219399996, - 37.41096044000005 - ], - [ - -121.82738657599998, - 37.410938212000076 - ], - [ - -121.82739853099997, - 37.41091509600005 - ], - [ - -121.82740797899999, - 37.41089123000006 - ], - [ - -121.82741483399997, - 37.41086682100007 - ], - [ - -121.82741904199997, - 37.41084202900004 - ], - [ - -121.82741928599995, - 37.41083804400006 - ], - [ - -121.82742060699997, - 37.41081704000004 - ], - [ - -121.82741947299996, - 37.410792033000064 - ], - [ - -121.82741689399995, - 37.410774530000026 - ], - [ - -121.82741654699998, - 37.410772724000026 - ], - [ - -121.82741570299999, - 37.410767219000036 - ], - [ - -121.82741041899999, - 37.41074937800005 - ], - [ - -121.82740328299997, - 37.410731972000065 - ], - [ - -121.82739434399997, - 37.41071504300004 - ], - [ - -121.82738366899997, - 37.410698867000065 - ], - [ - -121.827371342, - 37.410683395000035 - ], - [ - -121.82735742399996, - 37.410668835000024 - ], - [ - -121.82734200199997, - 37.41065523100008 - ], - [ - -121.82732522299995, - 37.41064271700003 - ], - [ - -121.82730717299995, - 37.41063140700004 - ], - [ - -121.82719225199997, - 37.41057344600006 - ], - [ - -121.82707251399995, - 37.410522155000024 - ], - [ - -121.82699147899996, - 37.41049311000006 - ], - [ - -121.82694850799999, - 37.410477711000055 - ], - [ - -121.82687665299994, - 37.41044856100007 - ], - [ - -121.82680838199997, - 37.410414381000066 - ], - [ - -121.82674418899995, - 37.41037543900006 - ], - [ - -121.82672814199998, - 37.41036378700005 - ], - [ - -121.82668462299995, - 37.41033212000008 - ], - [ - -121.82665944099995, - 37.41031020200006 - ], - [ - -121.82663017799996, - 37.41028471300007 - ], - [ - -121.826611147, - 37.41026009300003 - ], - [ - -121.82659484799996, - 37.410234253000056 - ], - [ - -121.82658140099994, - 37.41020739500004 - ], - [ - -121.82657089299994, - 37.410179725000035 - ], - [ - -121.82656341799998, - 37.41015142800006 - ], - [ - -121.82655906099995, - 37.41012270400006 - ], - [ - -121.82655777899998, - 37.410035968000045 - ], - [ - -121.82655762499996, - 37.41002885100005 - ], - [ - -121.82655642799995, - 37.409951910000075 - ], - [ - -121.82655121399995, - 37.40978114400008 - ], - [ - -121.82654327299997, - 37.40961045600005 - ], - [ - -121.826544002, - 37.40956590600007 - ], - [ - -121.82654771699998, - 37.409521435000045 - ], - [ - -121.82655447699995, - 37.40947720400004 - ], - [ - -121.82655860099999, - 37.40945577900004 - ], - [ - -121.82656146299996, - 37.40944075400006 - ], - [ - -121.82657238999997, - 37.40940492300007 - ], - [ - -121.82658712099999, - 37.40936998800004 - ], - [ - -121.82660560199997, - 37.40933620000004 - ], - [ - -121.82662766699997, - 37.40930379100007 - ], - [ - -121.82663659999997, - 37.40929302300003 - ], - [ - -121.82665314499997, - 37.40927303600006 - ], - [ - -121.82668184299996, - 37.40924414600005 - ], - [ - -121.82671359099999, - 37.40921734900007 - ], - [ - -121.82676658899999, - 37.409173718000034 - ], - [ - -121.82681891699997, - 37.40912952200006 - ], - [ - -121.82687048899999, - 37.409084807000056 - ], - [ - -121.82687376799998, - 37.40908195500003 - ], - [ - -121.826949217, - 37.40901479100006 - ], - [ - -121.82701868299995, - 37.40893878900005 - ], - [ - -121.82707824499994, - 37.408857614000055 - ], - [ - -121.82704111299995, - 37.40881074500004 - ], - [ - -121.82680097199994, - 37.40850738200004 - ], - [ - -121.82724682799994, - 37.40829612700003 - ], - [ - -121.82734356199995, - 37.40825291700003 - ], - [ - -121.82734743799995, - 37.40824667000004 - ], - [ - -121.82737459099997, - 37.40821163900006 - ], - [ - -121.82741875499994, - 37.40816664300007 - ], - [ - -121.82747821599997, - 37.40812502000006 - ], - [ - -121.82755174199997, - 37.408083788000056 - ], - [ - -121.82756830599999, - 37.408076116000075 - ], - [ - -121.82758136199999, - 37.40807134500005 - ], - [ - -121.827617864, - 37.40806175200004 - ], - [ - -121.827655242, - 37.40805471400006 - ], - [ - -121.82769323899998, - 37.408050278000076 - ], - [ - -121.8277316, - 37.408048448000045 - ], - [ - -121.82776997899998, - 37.408049273000074 - ], - [ - -121.82779460899997, - 37.40805148900006 - ], - [ - -121.82789336399998, - 37.40800738400003 - ], - [ - -121.82984291799994, - 37.40713875700004 - ], - [ - -121.83033137599995, - 37.407836176000046 - ], - [ - -121.83039607699999, - 37.407930914000076 - ], - [ - -121.83045585599996, - 37.40801840700004 - ], - [ - -121.83052647199997, - 37.40812628500004 - ], - [ - -121.83274459799998, - 37.41141207100003 - ], - [ - -121.83277172399994, - 37.41145280500007 - ], - [ - -121.83316728799997, - 37.41205675900005 - ], - [ - -121.83624594199995, - 37.41678040000005 - ], - [ - -121.83655762899997, - 37.41725859200005 - ], - [ - -121.83663392899996, - 37.417375650000054 - ], - [ - -121.836714127, - 37.417498687000034 - ], - [ - -121.83675712899998, - 37.41756466000004 - ], - [ - -121.83680904199997, - 37.417673001000026 - ], - [ - -121.83698470299998, - 37.417943878000074 - ], - [ - -121.83736958099996, - 37.418537370000024 - ], - [ - -121.83835868699998, - 37.420062545000064 - ], - [ - -121.83872887599995, - 37.42063334900007 - ], - [ - -121.83893010099996, - 37.42094361900007 - ], - [ - -121.83901513199999, - 37.421074728000065 - ], - [ - -121.83899660699996, - 37.42107882700003 - ], - [ - -121.838248196, - 37.42124439200006 - ], - [ - -121.83744645399997, - 37.421421751000025 - ], - [ - -121.83823469999999, - 37.421447932000035 - ], - [ - -121.83847804099997, - 37.421582166000064 - ], - [ - -121.83894500499997, - 37.421839756000054 - ], - [ - -121.83939414199995, - 37.421644757000024 - ], - [ - -121.84006963399997, - 37.42265962400006 - ], - [ - -121.84059539299994, - 37.42344950900008 - ], - [ - -121.83935585599994, - 37.42403695100006 - ], - [ - -121.83873242599998, - 37.42435496500008 - ], - [ - -121.83713238899998, - 37.42517112300004 - ], - [ - -121.83772097999997, - 37.42591079400006 - ], - [ - -121.85145874799997, - 37.42293525800005 - ], - [ - -121.85558436699995, - 37.42204130300007 - ], - [ - -121.85627505899998, - 37.421891611000035 - ], - [ - -121.85648731599997, - 37.421845621000045 - ], - [ - -121.85674957299995, - 37.42178879900007 - ], - [ - -121.85774204899997, - 37.42157369200004 - ], - [ - -121.85797280099996, - 37.42152369900003 - ], - [ - -121.85799489899995, - 37.421534775000055 - ], - [ - -121.85963704599999, - 37.422358331000055 - ], - [ - -121.85987430399996, - 37.42247542600006 - ], - [ - -121.85987750199996, - 37.42247700900003 - ], - [ - -121.85995734899996, - 37.42251638500005 - ], - [ - -121.86010511199999, - 37.422460830000034 - ], - [ - -121.86035466699997, - 37.42235122500006 - ], - [ - -121.86040637199994, - 37.422328538000045 - ], - [ - -121.86041827399998, - 37.42232329600006 - ], - [ - -121.86068761699994, - 37.42220503900006 - ], - [ - -121.86073590499996, - 37.42218383200003 - ], - [ - -121.86078413499996, - 37.42216264800004 - ], - [ - -121.86083233799997, - 37.42214148800008 - ], - [ - -121.86088065599995, - 37.42212028300003 - ], - [ - -121.86095704399997, - 37.42208673300007 - ], - [ - -121.86110151099996, - 37.42202492700005 - ], - [ - -121.86211605799997, - 37.42157767900005 - ], - [ - -121.86383553899998, - 37.42081965300008 - ], - [ - -121.86515789299995, - 37.42023665700003 - ], - [ - -121.86602811299997, - 37.41985299400005 - ], - [ - -121.86683176199995, - 37.41949866500005 - ], - [ - -121.867544276, - 37.41918451200007 - ], - [ - -121.86767011499995, - 37.41912950600005 - ], - [ - -121.86874486899995, - 37.418659708000064 - ], - [ - -121.86939523799998, - 37.41837538300007 - ], - [ - -121.87011996899997, - 37.41805885100007 - ], - [ - -121.87174242499998, - 37.41735025100007 - ], - [ - -121.873253192, - 37.41669034000006 - ], - [ - -121.87333296599996, - 37.41665415700004 - ], - [ - -121.87353382299995, - 37.416562627000076 - ], - [ - -121.87377056799994, - 37.41646248600006 - ], - [ - -121.87401141899994, - 37.41636877900004 - ], - [ - -121.87419710899997, - 37.41630190700005 - ], - [ - -121.87425587599995, - 37.41628169200004 - ], - [ - -121.87450410599996, - 37.416201166000064 - ], - [ - -121.87450594199998, - 37.41620060400004 - ], - [ - -121.87451200899994, - 37.41619874100007 - ], - [ - -121.87451973299994, - 37.41619637200006 - ], - [ - -121.87452377999995, - 37.41619513200004 - ], - [ - -121.87452966199999, - 37.41619332600004 - ], - [ - -121.87453352699998, - 37.416192144000036 - ], - [ - -121.87453555099995, - 37.416191524000055 - ], - [ - -121.874547329, - 37.41618793400005 - ], - [ - -121.875059583, - 37.41603248600006 - ], - [ - -121.88038097099997, - 37.41441741400007 - ], - [ - -121.88018719699994, - 37.413764798000045 - ], - [ - -121.88173744399995, - 37.41326117400007 - ], - [ - -121.882073086, - 37.413153187000034 - ], - [ - -121.88088022699998, - 37.41159828600007 - ], - [ - -121.88082203599998, - 37.41152242700008 - ], - [ - -121.88285674899998, - 37.41070563000005 - ], - [ - -121.88280830499997, - 37.410632521000025 - ], - [ - -121.88444721899998, - 37.40997076800005 - ], - [ - -121.88440062799998, - 37.40987847700006 - ], - [ - -121.88439720199995, - 37.409871674000044 - ], - [ - -121.88435689799996, - 37.40979187600004 - ], - [ - -121.88423869499996, - 37.40955780400003 - ], - [ - -121.88416830299997, - 37.40941832200008 - ], - [ - -121.88431009199996, - 37.40936306300006 - ], - [ - -121.88448068399998, - 37.40929659300008 - ], - [ - -121.884654695, - 37.409228778000056 - ], - [ - -121.88483166799995, - 37.40915982800004 - ], - [ - -121.88500798599995, - 37.409091114000034 - ], - [ - -121.88518737799996, - 37.40902119700007 - ], - [ - -121.88536061599996, - 37.40895364100004 - ], - [ - -121.88553869999998, - 37.408884288000024 - ], - [ - -121.88571854899999, - 37.408814181000025 - ], - [ - -121.885898624, - 37.40874402500003 - ], - [ - -121.88607337199994, - 37.40867594600007 - ], - [ - -121.88625281999998, - 37.40860598200004 - ], - [ - -121.88642631399995, - 37.408538376000024 - ], - [ - -121.88660661699998, - 37.40846810200003 - ], - [ - -121.88678885699994, - 37.408397096000044 - ], - [ - -121.88694027199995, - 37.40833808100007 - ], - [ - -121.88731144399998, - 37.408193424000046 - ], - [ - -121.88746436899999, - 37.40813381900006 - ], - [ - -121.88760113799998, - 37.40808051600004 - ], - [ - -121.887792349, - 37.40800599200003 - ], - [ - -121.88829629799994, - 37.40780958600004 - ], - [ - -121.88831717999994, - 37.40780144200005 - ], - [ - -121.88833245, - 37.40779549400003 - ], - [ - -121.888608525, - 37.40768789600003 - ], - [ - -121.88879097499995, - 37.40751976200005 - ], - [ - -121.88788937099997, - 37.40695683900003 - ], - [ - -121.88797929099997, - 37.40685002600003 - ], - [ - -121.88857591399994, - 37.406260262000046 - ], - [ - -121.88868914799997, - 37.406145 - ], - [ - -121.88881154199998, - 37.406023996000044 - ], - [ - -121.88882553399998, - 37.406006527000045 - ], - [ - -121.88883767599998, - 37.40599441200004 - ], - [ - -121.88910606299999, - 37.40571465800008 - ], - [ - -121.88915163699994, - 37.405681214000026 - ], - [ - -121.88919803199997, - 37.405637725000076 - ], - [ - -121.88919927099994, - 37.40563638700007 - ], - [ - -121.88920008799994, - 37.40563550000007 - ], - [ - -121.889202136, - 37.40563326800003 - ], - [ - -121.88959653599994, - 37.40524226500003 - ], - [ - -121.88986619999997, - 37.404972772000065 - ], - [ - -121.88998923999998, - 37.404849746000025 - ], - [ - -121.89038990199998, - 37.404453310000065 - ], - [ - -121.89043982499999, - 37.40440389300005 - ], - [ - -121.89045102699998, - 37.404391443000065 - ], - [ - -121.89046844099994, - 37.40436271800007 - ], - [ - -121.89047707399999, - 37.40433161100003 - ], - [ - -121.890617895, - 37.404166660000044 - ], - [ - -121.89085037199999, - 37.403926881000075 - ], - [ - -121.89092198999998, - 37.40385301300006 - ], - [ - -121.890925144, - 37.40384977200006 - ], - [ - -121.89126431399995, - 37.40349988600008 - ], - [ - -121.89135441099995, - 37.40338068500006 - ], - [ - -121.89187689599999, - 37.403422645000035 - ], - [ - -121.892080841, - 37.40343945300003 - ], - [ - -121.89229297199995, - 37.403407591000075 - ], - [ - -121.89293782599998, - 37.40346535200007 - ], - [ - -121.893468257, - 37.40350787700004 - ], - [ - -121.894588753, - 37.403654811000024 - ], - [ - -121.89699120699999, - 37.403838069000074 - ], - [ - -121.89734817299995, - 37.40387021300006 - ], - [ - -121.89734755299997, - 37.40392284300003 - ], - [ - -121.89739488199996, - 37.403925858000036 - ], - [ - -121.897453107, - 37.40393627900005 - ], - [ - -121.89750857299998, - 37.403953837000074 - ], - [ - -121.89755991199996, - 37.403978101000064 - ], - [ - -121.89760586099999, - 37.40400847300003 - ], - [ - -121.89764528999996, - 37.40404420600004 - ], - [ - -121.89766416599997, - 37.404066252000064 - ], - [ - -121.89769195099996, - 37.404096690000074 - ], - [ - -121.89771634299996, - 37.40412681500004 - ], - [ - -121.89776357899996, - 37.404183842000066 - ], - [ - -121.89810282499997, - 37.404103278000036 - ], - [ - -121.89864649799995, - 37.40403428600007 - ], - [ - -121.89944221299999, - 37.40403452400005 - ], - [ - -121.90050664999995, - 37.404128737000065 - ], - [ - -121.900707405, - 37.40414515600003 - ], - [ - -121.902860751, - 37.40433133700003 - ], - [ - -121.90341193999996, - 37.40435559900004 - ], - [ - -121.90390853799994, - 37.40440032400005 - ], - [ - -121.90425132299998, - 37.40442717900004 - ], - [ - -121.904704816, - 37.40443019400004 - ], - [ - -121.90514825599996, - 37.404368598000076 - ], - [ - -121.905539697, - 37.40426255300008 - ], - [ - -121.90592113699995, - 37.40409473200003 - ], - [ - -121.90622824199994, - 37.40391370100008 - ], - [ - -121.90658630999997, - 37.40362791000007 - ], - [ - -121.90688818499996, - 37.40335686800006 - ], - [ - -121.908790652, - 37.40170419200007 - ], - [ - -121.90897772099999, - 37.401539839000066 - ], - [ - -121.90901828299997, - 37.401504490000036 - ], - [ - -121.90911363699996, - 37.401421354000036 - ], - [ - -121.90930919399995, - 37.40125078700004 - ], - [ - -121.90931955299999, - 37.40124176000006 - ], - [ - -121.90940328799996, - 37.401168719000054 - ], - [ - -121.91151225199997, - 37.39934690100006 - ], - [ - -121.91171365399998, - 37.399498136000034 - ], - [ - -121.91175602199996, - 37.399461323000025 - ], - [ - -121.91288064199995, - 37.39848409800004 - ], - [ - -121.91340090799997, - 37.398022713000046 - ], - [ - -121.91414634999995, - 37.39737304100004 - ], - [ - -121.91465980699996, - 37.39692555700003 - ], - [ - -121.91475280499998, - 37.39684448200006 - ], - [ - -121.915311751, - 37.39635735100006 - ], - [ - -121.91531697199997, - 37.396368935000055 - ], - [ - -121.91531827999995, - 37.39637185200007 - ], - [ - -121.91533945199996, - 37.39642585900003 - ], - [ - -121.91533981599997, - 37.39642679000008 - ], - [ - -121.915340115, - 37.396427817000074 - ], - [ - -121.91535536799995, - 37.39648038200005 - ], - [ - -121.91535846899995, - 37.396493485000065 - ], - [ - -121.91535876699999, - 37.396494877000066 - ], - [ - -121.91536222199994, - 37.396512071000075 - ], - [ - -121.91536437199994, - 37.39652397100008 - ], - [ - -121.91536490099998, - 37.396526986000026 - ], - [ - -121.91536503499998, - 37.39652799100003 - ], - [ - -121.91536623699994, - 37.39653598800004 - ], - [ - -121.91536740199996, - 37.39654391700003 - ], - [ - -121.915369178, - 37.39655827000007 - ], - [ - -121.91536937099994, - 37.396559962000026 - ], - [ - -121.91537049299995, - 37.39657143900007 - ], - [ - -121.91537090699995, - 37.396575874000064 - ], - [ - -121.91537127799995, - 37.396581112000035 - ], - [ - -121.91537199299995, - 37.39659156500005 - ], - [ - -121.91537241399999, - 37.39660016500005 - ], - [ - -121.91537273799997, - 37.39660821900003 - ], - [ - -121.91537284999998, - 37.39661483300006 - ], - [ - -121.91537290999997, - 37.396620349000045 - ], - [ - -121.91537291799995, - 37.39662293500004 - ], - [ - -121.91537291399999, - 37.396624332000044 - ], - [ - -121.91537284999998, - 37.396636509000075 - ], - [ - -121.91537281999996, - 37.396639005000054 - ], - [ - -121.91537279, - 37.396640424000054 - ], - [ - -121.91537224199999, - 37.39665464500007 - ], - [ - -121.91537118599996, - 37.396671550000065 - ], - [ - -121.91537110499996, - 37.396672627000044 - ], - [ - -121.91537050399995, - 37.39667940500004 - ], - [ - -121.91536986899996, - 37.39668641700007 - ], - [ - -121.91536975199995, - 37.39668754500008 - ], - [ - -121.91536968699995, - 37.396688690000076 - ], - [ - -121.91536949099998, - 37.396690496000076 - ], - [ - -121.91536904099996, - 37.39669437600003 - ], - [ - -121.91536814699998, - 37.39670202800005 - ], - [ - -121.91536792199997, - 37.39670377300007 - ], - [ - -121.91535741099995, - 37.39676251900005 - ], - [ - -121.915336116, - 37.39683516700006 - ], - [ - -121.91533566099997, - 37.39683642700004 - ], - [ - -121.91532582099995, - 37.39686201600006 - ], - [ - -121.91530061299994, - 37.396923548000075 - ], - [ - -121.91517289099994, - 37.39723529300005 - ], - [ - -121.91514677199996, - 37.39730837400003 - ], - [ - -121.91514647999998, - 37.39730932900005 - ], - [ - -121.91512580299997, - 37.39739190600005 - ], - [ - -121.91511380299994, - 37.39747653300003 - ], - [ - -121.91511084599995, - 37.39756185500005 - ], - [ - -121.91511636099995, - 37.39764188000004 - ], - [ - -121.91513204299997, - 37.39776154900005 - ], - [ - -121.91513253699998, - 37.397765321000065 - ], - [ - -121.91513271699995, - 37.39776641000003 - ], - [ - -121.91516828899995, - 37.397984085000076 - ], - [ - -121.91516859999996, - 37.39798598200008 - ], - [ - -121.91516888999996, - 37.397987380000075 - ], - [ - -121.91521334, - 37.398203860000024 - ], - [ - -121.91521369399999, - 37.39820558100007 - ], - [ - -121.91521408999995, - 37.39820717900005 - ], - [ - -121.91526695899995, - 37.39842061000007 - ], - [ - -121.91526776899997, - 37.398423886000046 - ], - [ - -121.91526856699994, - 37.39842662800004 - ], - [ - -121.91533036599998, - 37.398639271000036 - ], - [ - -121.91533076999997, - 37.39864066400003 - ], - [ - -121.91533123699998, - 37.39864206100003 - ], - [ - -121.91540239799997, - 37.39885499500008 - ], - [ - -121.91540306599995, - 37.39885685200005 - ], - [ - -121.91548290599997, - 37.39906775900005 - ], - [ - -121.91548326299994, - 37.39906870500005 - ], - [ - -121.91548365799997, - 37.399069637000025 - ], - [ - -121.91557202399997, - 37.39927816800008 - ], - [ - -121.91557259499996, - 37.39927951100003 - ], - [ - -121.91557306599998, - 37.399280513000065 - ], - [ - -121.91566978599997, - 37.39948630300006 - ], - [ - -121.91567052399995, - 37.399487872000066 - ], - [ - -121.91567138099998, - 37.399489533000065 - ], - [ - -121.91577089699996, - 37.39968236800007 - ], - [ - -121.91577470599998, - 37.399689385000045 - ], - [ - -121.915776973, - 37.399693557000035 - ], - [ - -121.91584570299995, - 37.399810133000074 - ], - [ - -121.91592238799996, - 37.399923139000066 - ], - [ - -121.91592326899996, - 37.39992435500005 - ], - [ - -121.916007606, - 37.40003339100008 - ], - [ - -121.916099579, - 37.40013851100008 - ], - [ - -121.91610030699997, - 37.400139343000035 - ], - [ - -121.91610107999998, - 37.40014012600005 - ], - [ - -121.91619965499996, - 37.40024019200007 - ], - [ - -121.91620081399998, - 37.400241305000065 - ], - [ - -121.916306868, - 37.40033724800003 - ], - [ - -121.91642056999996, - 37.40042911300003 - ], - [ - -121.91653995499996, - 37.40051520500003 - ], - [ - -121.91654083699996, - 37.400515840000025 - ], - [ - -121.91654766599999, - 37.40052042800005 - ], - [ - -121.91656079199998, - 37.40052923500008 - ], - [ - -121.91657166699997, - 37.40053653700005 - ], - [ - -121.91666816699995, - 37.40060039900004 - ], - [ - -121.91683415799997, - 37.40071024100007 - ], - [ - -121.91687077199998, - 37.40073447300006 - ], - [ - -121.91688167099994, - 37.40074168600006 - ], - [ - -121.91689048399996, - 37.400747556000056 - ], - [ - -121.91689189299996, - 37.400748570000076 - ], - [ - -121.91698534399995, - 37.40081590500006 - ], - [ - -121.91707334799997, - 37.40088902700006 - ], - [ - -121.917074432, - 37.400889928000026 - ], - [ - -121.91707530099995, - 37.400890762000074 - ], - [ - -121.91715639399996, - 37.400968600000056 - ], - [ - -121.91722971799999, - 37.40105018700007 - ], - [ - -121.91723110999999, - 37.401051737000046 - ], - [ - -121.91723227399996, - 37.401053251000064 - ], - [ - -121.91729800099995, - 37.40113864800003 - ], - [ - -121.91729900799999, - 37.40114011800006 - ], - [ - -121.91733990799997, - 37.401201247000074 - ], - [ - -121.91735743599997, - 37.401229784000066 - ], - [ - -121.91740840299997, - 37.40132385600003 - ], - [ - -121.917450772, - 37.401420476000055 - ], - [ - -121.91748437899997, - 37.40151924000003 - ], - [ - -121.91750903699995, - 37.40161954400003 - ], - [ - -121.91751267399997, - 37.40163853000007 - ], - [ - -121.91773539399998, - 37.40285854200005 - ], - [ - -121.91773562499998, - 37.40286002800008 - ], - [ - -121.91774087399995, - 37.40288871400003 - ], - [ - -121.91776314999998, - 37.40299138300003 - ], - [ - -121.91779693799998, - 37.403107240000054 - ], - [ - -121.91783954199997, - 37.403221304000056 - ], - [ - -121.91789070399994, - 37.40333288800008 - ], - [ - -121.91795031299995, - 37.40344182100006 - ], - [ - -121.91801818099998, - 37.40354772300003 - ], - [ - -121.91809402499996, - 37.403650139000035 - ], - [ - -121.91817750599995, - 37.40374861200007 - ], - [ - -121.91826832799995, - 37.403842815000075 - ], - [ - -121.91836626299994, - 37.403932507000036 - ], - [ - -121.91844149599996, - 37.40399449800003 - ], - [ - -121.91847142799998, - 37.40401769600004 - ], - [ - -121.91858234899996, - 37.40409723400006 - ], - [ - -121.91869897, - 37.404171113000075 - ], - [ - -121.91882106399999, - 37.40423921400003 - ], - [ - -121.91894820699997, - 37.40430128400004 - ], - [ - -121.91907989699996, - 37.40435707200004 - ], - [ - -121.91921542399996, - 37.40440627800007 - ], - [ - -121.91931160599995, - 37.40443652700003 - ], - [ - -121.92121988899999, - 37.404999676000045 - ], - [ - -121.92126110599997, - 37.405013849000056 - ], - [ - -121.92131481499996, - 37.405039103000036 - ], - [ - -121.92136337699998, - 37.40507034800004 - ], - [ - -121.92140566699999, - 37.405106868000075 - ], - [ - -121.92144081499998, - 37.40514787500007 - ], - [ - -121.92146815799998, - 37.405192603000046 - ], - [ - -121.92148700999996, - 37.40523997300005 - ], - [ - -121.92149702199998, - 37.40528901700003 - ], - [ - -121.92149858099998, - 37.40531128600003 - ], - [ - -121.92150205799999, - 37.40543210200008 - ], - [ - -121.92150757999997, - 37.40548236400008 - ], - [ - -121.92152224999995, - 37.40553471800007 - ], - [ - -121.921545644, - 37.40558482500006 - ], - [ - -121.92157749799998, - 37.40563213400003 - ], - [ - -121.92161705799998, - 37.405675442000074 - ], - [ - -121.92166369999995, - 37.40571410100006 - ], - [ - -121.92171645599996, - 37.40574728900003 - ], - [ - -121.92177433299997, - 37.40577441700003 - ], - [ - -121.921836365, - 37.405795031000025 - ], - [ - -121.92190139099995, - 37.40580872800007 - ], - [ - -121.921968016, - 37.40581521100006 - ], - [ - -121.92200412799997, - 37.40581569400007 - ], - [ - -121.92203551899996, - 37.405814399000064 - ], - [ - -121.92210185899995, - 37.405806307000034 - ], - [ - -121.92216622099994, - 37.405791073000046 - ], - [ - -121.92220860099997, - 37.40577663700003 - ], - [ - -121.92241314499995, - 37.405697727000074 - ], - [ - -121.92262703299997, - 37.40561518000004 - ], - [ - -121.92264009799999, - 37.40561035400003 - ], - [ - -121.92269906099995, - 37.40559350700005 - ], - [ - -121.92273581399996, - 37.40558673500004 - ], - [ - -121.922775576, - 37.40558234900004 - ], - [ - -121.92280244799997, - 37.40558109800003 - ], - [ - -121.92281641799997, - 37.40558092800006 - ], - [ - -121.92283042499997, - 37.40558114800007 - ], - [ - -121.92289714099996, - 37.405584857000065 - ], - [ - -121.92299298599994, - 37.405596321000075 - ], - [ - -121.92308687699995, - 37.40561486100006 - ], - [ - -121.923178254, - 37.40564034800008 - ], - [ - -121.92326631799995, - 37.405672578000065 - ], - [ - -121.92335013, - 37.405711213000075 - ], - [ - -121.92342902399997, - 37.405755928000076 - ], - [ - -121.92350234399998, - 37.40580635500004 - ], - [ - -121.92356949699996, - 37.405862091000074 - ], - [ - -121.92362972199999, - 37.405922522000026 - ], - [ - -121.92368258899995, - 37.405987184000026 - ], - [ - -121.92369795299999, - 37.40600877900005 - ], - [ - -121.92372335199997, - 37.40604823100006 - ], - [ - -121.92375232599994, - 37.40609768000007 - ], - [ - -121.92382208899994, - 37.406228730000066 - ], - [ - -121.92388309999995, - 37.406362057000024 - ], - [ - -121.92393544499998, - 37.40649775800006 - ], - [ - -121.92397902, - 37.40663560400003 - ], - [ - -121.92401355799996, - 37.406774737000035 - ], - [ - -121.92403910099995, - 37.40691522800006 - ], - [ - -121.92404509699998, - 37.40695833800004 - ], - [ - -121.924063032, - 37.40712278500007 - ], - [ - -121.92407582299995, - 37.407317198000044 - ], - [ - -121.92407881999998, - 37.40741464900003 - ], - [ - -121.92407884299996, - 37.40741561100003 - ], - [ - -121.92407958499996, - 37.407513738000034 - ], - [ - -121.92407424099997, - 37.40770817600003 - ], - [ - -121.92406862799999, - 37.407799140000066 - ], - [ - -121.92390619999998, - 37.40786298200004 - ], - [ - -121.92363517399997, - 37.40870511500003 - ], - [ - -121.92342248899996, - 37.40923036300006 - ], - [ - -121.92306336499996, - 37.409990221000044 - ], - [ - -121.92304053299995, - 37.41065748300008 - ], - [ - -121.92311019599998, - 37.41079686100005 - ], - [ - -121.92311625999997, - 37.41081100300005 - ], - [ - -121.92316472799996, - 37.410923902000036 - ], - [ - -121.92325736899994, - 37.41113972800008 - ], - [ - -121.92328724799995, - 37.41120933900004 - ], - [ - -121.92394417899999, - 37.41211480900006 - ], - [ - -121.92437127499994, - 37.41249589000006 - ], - [ - -121.92487563299994, - 37.41270454100004 - ], - [ - -121.92524913799997, - 37.41279742200004 - ], - [ - -121.92554686499994, - 37.41292219400003 - ], - [ - -121.92589864499996, - 37.413396454000065 - ], - [ - -121.92597019799996, - 37.41400099700007 - ], - [ - -121.92602716399995, - 37.41424144800004 - ], - [ - -121.92641980599996, - 37.41466995700006 - ], - [ - -121.92656491199995, - 37.41485843000004 - ], - [ - -121.92676843499999, - 37.415122781000036 - ], - [ - -121.92704461099999, - 37.41523343700004 - ], - [ - -121.92729655199997, - 37.41522339100004 - ], - [ - -121.92755382799999, - 37.415213118000054 - ], - [ - -121.92805796999994, - 37.415192974000036 - ], - [ - -121.92815687099994, - 37.41535996500005 - ], - [ - -121.92815793899996, - 37.41536178300004 - ], - [ - -121.92816597599995, - 37.41537535100008 - ], - [ - -121.92817588099996, - 37.41539209900003 - ], - [ - -121.92854331399997, - 37.41601247300008 - ], - [ - -121.93011962599996, - 37.417706870000075 - ], - [ - -121.93020479599994, - 37.417838363000044 - ], - [ - -121.929968783, - 37.41794035300006 - ], - [ - -121.93000629299996, - 37.417990789000044 - ], - [ - -121.93004261099998, - 37.41804456500006 - ], - [ - -121.93006584999995, - 37.418082139000035 - ], - [ - -121.93011697699995, - 37.418176465000045 - ], - [ - -121.93015953399998, - 37.41827345300004 - ], - [ - -121.93019332999995, - 37.41837268300003 - ], - [ - -121.93021139899997, - 37.41844202600004 - ], - [ - -121.93015727899996, - 37.41852474600006 - ], - [ - -121.930157985, - 37.41852865200008 - ], - [ - -121.93015984999994, - 37.41853913500006 - ], - [ - -121.930163, - 37.41855672100007 - ], - [ - -121.930165381, - 37.418570129000045 - ], - [ - -121.93016686099998, - 37.418578489000026 - ], - [ - -121.93016715299996, - 37.41858024700008 - ], - [ - -121.930168386, - 37.41858918200006 - ], - [ - -121.93016952799996, - 37.41859788900007 - ], - [ - -121.93017130699997, - 37.41861128200003 - ], - [ - -121.93017287899994, - 37.418622981000055 - ], - [ - -121.93017438499999, - 37.41863420200008 - ], - [ - -121.93017491399996, - 37.41863783500003 - ], - [ - -121.93017614999997, - 37.418645397000034 - ], - [ - -121.93017812099998, - 37.41865690800006 - ], - [ - -121.93018003099996, - 37.41866821700006 - ], - [ - -121.93018158299998, - 37.41867733000004 - ], - [ - -121.93018332799994, - 37.41868749500003 - ], - [ - -121.93018501299997, - 37.418697569000074 - ], - [ - -121.93018581799998, - 37.418702137000025 - ], - [ - -121.93018592499999, - 37.41870325800005 - ], - [ - -121.93018593599999, - 37.41870531700005 - ], - [ - -121.93018573699999, - 37.418712897000034 - ], - [ - -121.93018548199996, - 37.41872201000007 - ], - [ - -121.93018520099997, - 37.418732840000075 - ], - [ - -121.93018487799998, - 37.418744426000046 - ], - [ - -121.93018465799997, - 37.41875246300003 - ], - [ - -121.93018425999998, - 37.41876606500006 - ], - [ - -121.93018403999997, - 37.41877405500003 - ], - [ - -121.93018212299995, - 37.41879241500004 - ], - [ - -121.93018034999994, - 37.41880916800005 - ], - [ - -121.930179082, - 37.418820835000076 - ], - [ - -121.93017794099995, - 37.41883172000007 - ], - [ - -121.93017697, - 37.41884095800003 - ], - [ - -121.93017621399997, - 37.418847948000064 - ], - [ - -121.93017575299996, - 37.41885237100007 - ], - [ - -121.93017550399998, - 37.41886027100003 - ], - [ - -121.93017520499995, - 37.41887167400006 - ], - [ - -121.93017491799998, - 37.418883626000024 - ], - [ - -121.93017462999995, - 37.41889406800004 - ], - [ - -121.93017436499997, - 37.418904257000065 - ], - [ - -121.930174121, - 37.418913942000074 - ], - [ - -121.93017390799997, - 37.418922276000046 - ], - [ - -121.93017378299999, - 37.41892623800004 - ], - [ - -121.930173358, - 37.41893407200007 - ], - [ - -121.93017258599997, - 37.41894614300003 - ], - [ - -121.93017190899997, - 37.418957299000056 - ], - [ - -121.93017114299994, - 37.41896971500006 - ], - [ - -121.93017027099995, - 37.41898405400008 - ], - [ - -121.93016975999996, - 37.418991912000024 - ], - [ - -121.93016924099999, - 37.419000754000024 - ], - [ - -121.93016886699996, - 37.41900666400005 - ], - [ - -121.93016876899998, - 37.41900758100007 - ], - [ - -121.93016799099996, - 37.41901338100007 - ], - [ - -121.93016687899996, - 37.41902127000003 - ], - [ - -121.93016571399994, - 37.419029386000034 - ], - [ - -121.93016424599995, - 37.419039637000026 - ], - [ - -121.93016285399995, - 37.41904933500007 - ], - [ - -121.93016121399995, - 37.41906112000004 - ], - [ - -121.93015984899995, - 37.41907070600007 - ], - [ - -121.93015903799994, - 37.41907643700006 - ], - [ - -121.93015835799997, - 37.41908129800004 - ], - [ - -121.93015774799994, - 37.41908542600004 - ], - [ - -121.93015943999995, - 37.41908723000006 - ], - [ - -121.93019917499998, - 37.41912511600003 - ], - [ - -121.930219836, - 37.41914308200006 - ], - [ - -121.93027467799999, - 37.419182987000056 - ], - [ - -121.93033471399997, - 37.41921668600003 - ], - [ - -121.93039974599998, - 37.41924419600008 - ], - [ - -121.93046856099994, - 37.41926497000003 - ], - [ - -121.93053997499999, - 37.419278672000075 - ], - [ - -121.93061304199995, - 37.41928513800008 - ], - [ - -121.93064983699998, - 37.41928561800006 - ], - [ - -121.93083706699997, - 37.419301922000045 - ], - [ - -121.93090922999994, - 37.41930799800008 - ], - [ - -121.93098552699996, - 37.41932143300005 - ], - [ - -121.93105938899998, - 37.41934185200006 - ], - [ - -121.93112982199995, - 37.41936898900008 - ], - [ - -121.93119575499998, - 37.41940243600004 - ], - [ - -121.93125633799997, - 37.41944173200005 - ], - [ - -121.93131084199996, - 37.41948640700008 - ], - [ - -121.93135852199998, - 37.41953587900008 - ], - [ - -121.93139863, - 37.41958937100003 - ], - [ - -121.93143065799995, - 37.41964618000003 - ], - [ - -121.93145421599996, - 37.419705591000024 - ], - [ - -121.93146898199996, - 37.41976683200005 - ], - [ - -121.93147473399995, - 37.419829056000026 - ], - [ - -121.93147138599994, - 37.41989124300005 - ], - [ - -121.93145899199999, - 37.41995285200005 - ], - [ - -121.93144527499999, - 37.41999440600006 - ], - [ - -121.93141666899999, - 37.42006060800003 - ], - [ - -121.931411159, - 37.420072291000054 - ], - [ - -121.931376995, - 37.42013244800006 - ], - [ - -121.93133496399997, - 37.42018890400004 - ], - [ - -121.93128536599994, - 37.42024138000005 - ], - [ - -121.93122876399997, - 37.420289240000045 - ], - [ - -121.93116601599996, - 37.42033175800003 - ], - [ - -121.93110020199998, - 37.420367370000065 - ], - [ - -121.93112246599998, - 37.42038946200006 - ], - [ - -121.93068423799997, - 37.420765782000046 - ], - [ - -121.93066062099996, - 37.420787250000046 - ], - [ - -121.930498936, - 37.420940012000074 - ], - [ - -121.92824208199994, - 37.42204174900007 - ], - [ - -121.92791363599997, - 37.42220208300006 - ], - [ - -121.926994144, - 37.42285938100008 - ], - [ - -121.92649745399996, - 37.423198582000055 - ], - [ - -121.92637934799995, - 37.423189328000035 - ], - [ - -121.92637578199998, - 37.42318895900007 - ], - [ - -121.92626185199998, - 37.42317601600007 - ], - [ - -121.92625975199996, - 37.423175720000074 - ], - [ - -121.92614516999998, - 37.42315871000005 - ], - [ - -121.92601666599995, - 37.423158028000046 - ], - [ - -121.92593217099994, - 37.42315049500007 - ], - [ - -121.92584915099997, - 37.423135915000046 - ], - [ - -121.925793361, - 37.42312114200007 - ], - [ - -121.92571107699996, - 37.423194909000074 - ], - [ - -121.92561551299997, - 37.42329052100007 - ], - [ - -121.92561410599995, - 37.423292024000034 - ], - [ - -121.92560129599997, - 37.42330579400004 - ], - [ - -121.92584326099995, - 37.42335344000003 - ], - [ - -121.92586258199998, - 37.42341388500006 - ], - [ - -121.92587729599995, - 37.42345990000007 - ], - [ - -121.92542177999997, - 37.42355250600008 - ], - [ - -121.92537882699997, - 37.42363087900003 - ], - [ - -121.92534281699994, - 37.423706942000024 - ], - [ - -121.92533160999994, - 37.423733241000036 - ], - [ - -121.92529285399996, - 37.42383845100005 - ], - [ - -121.92526318299997, - 37.42394490600003 - ], - [ - -121.92524245299995, - 37.42405286600007 - ], - [ - -121.92523081899998, - 37.42416165100008 - ], - [ - -121.92522832399999, - 37.424270773000046 - ], - [ - -121.92523497699995, - 37.42437990900004 - ], - [ - -121.92524507499996, - 37.424455985000066 - ], - [ - -121.925250759, - 37.424488429000064 - ], - [ - -121.92527560899998, - 37.42459599800003 - ], - [ - -121.92530937599997, - 37.42470186500003 - ], - [ - -121.925351939, - 37.42480569300005 - ], - [ - -121.92540303599998, - 37.42490687700007 - ], - [ - -121.92546252299996, - 37.425005181000074 - ], - [ - -121.925530198, - 37.42510022400006 - ], - [ - -121.92560557099995, - 37.42519129900006 - ], - [ - -121.92566774, - 37.425257601000055 - ], - [ - -121.92667839499995, - 37.426239536000026 - ], - [ - -121.92689348999994, - 37.42644851400007 - ], - [ - -121.92693495799995, - 37.426488799000026 - ], - [ - -121.92693582399994, - 37.426489641000046 - ], - [ - -121.92709089999994, - 37.42664606900007 - ], - [ - -121.92723885699996, - 37.42680698700008 - ], - [ - -121.92737950199995, - 37.42697221100008 - ], - [ - -121.92751235799994, - 37.42714118200007 - ], - [ - -121.92763763099998, - 37.427314153000054 - ], - [ - -121.92775480399996, - 37.42749043300006 - ], - [ - -121.92786396099996, - 37.427670126000066 - ], - [ - -121.92796492199994, - 37.42785297200004 - ], - [ - -121.92805733499995, - 37.42803831700007 - ], - [ - -121.92814127899999, - 37.42822627600003 - ], - [ - -121.92821665899999, - 37.428416654000046 - ], - [ - -121.928283347, - 37.42860917200005 - ], - [ - -121.92834117499996, - 37.428803334000065 - ], - [ - -121.92839010499995, - 37.42899896400007 - ], - [ - -121.92843013099997, - 37.429196028000035 - ], - [ - -121.92846116099997, - 37.42939415700005 - ], - [ - -121.92848314999998, - 37.42959307800004 - ], - [ - -121.92849604999998, - 37.429792285000076 - ], - [ - -121.92849898399999, - 37.42988595800006 - ], - [ - -121.92851406699998, - 37.43062740400006 - ], - [ - -121.92851414899997, - 37.430688487000054 - ], - [ - -121.92851414899997, - 37.43068942300005 - ], - [ - -121.92851414799998, - 37.43069085900004 - ], - [ - -121.92851277299997, - 37.430735276000064 - ], - [ - -121.92851167799995, - 37.43075799700006 - ], - [ - -121.92850741399997, - 37.43081667000007 - ], - [ - -121.92850538, - 37.43083702400003 - ], - [ - -121.92850463399998, - 37.43084380500005 - ], - [ - -121.92849125099997, - 37.43094228500007 - ], - [ - -121.92847379999995, - 37.43103247200003 - ], - [ - -121.92846845399998, - 37.43105606800003 - ], - [ - -121.92846818899994, - 37.43105723800005 - ], - [ - -121.92846768199996, - 37.43105923600007 - ], - [ - -121.92846214599996, - 37.431081918000075 - ], - [ - -121.92845420799995, - 37.431112505000044 - ], - [ - -121.92844773099995, - 37.43113554100006 - ], - [ - -121.92844673499997, - 37.43113905600006 - ], - [ - -121.92843933299997, - 37.43116420800004 - ], - [ - -121.92843894699996, - 37.431165520000036 - ], - [ - -121.92843846499994, - 37.43116707400003 - ], - [ - -121.92843294399995, - 37.431184941000026 - ], - [ - -121.92843240499997, - 37.431186628000034 - ], - [ - -121.92843151099999, - 37.43118939200008 - ], - [ - -121.92843072499994, - 37.431191943000044 - ], - [ - -121.92842204399994, - 37.43121818800006 - ], - [ - -121.92841298699994, - 37.43124441600003 - ], - [ - -121.92840485599999, - 37.43126683100007 - ], - [ - -121.928403442, - 37.43127053500007 - ], - [ - -121.92839824499998, - 37.43128460200006 - ], - [ - -121.92839764699994, - 37.431286165000074 - ], - [ - -121.92839360599999, - 37.43129654300003 - ], - [ - -121.928392654, - 37.431299007000064 - ], - [ - -121.92837574199996, - 37.43134098400003 - ], - [ - -121.92836666, - 37.431362239000066 - ], - [ - -121.92831098199997, - 37.431479257000035 - ], - [ - -121.92829827899999, - 37.431503346000056 - ], - [ - -121.92811328399995, - 37.431848280000054 - ], - [ - -121.92645096899997, - 37.43494772500003 - ], - [ - -121.92632419599994, - 37.43521586500003 - ], - [ - -121.92629359799997, - 37.43527744100004 - ], - [ - -121.92623779499996, - 37.43540450300003 - ], - [ - -121.92619070299997, - 37.43553376800003 - ], - [ - -121.92615243299997, - 37.43566494500004 - ], - [ - -121.92612310799996, - 37.435797671000046 - ], - [ - -121.926102873, - 37.43593127400004 - ], - [ - -121.92609173399995, - 37.436065564000046 - ], - [ - -121.92608972099998, - 37.43620023900007 - ], - [ - -121.92609685999997, - 37.43633482600006 - ], - [ - -121.92611312099996, - 37.43646886500005 - ], - [ - -121.92613845399995, - 37.43660194700004 - ], - [ - -121.92617278299997, - 37.43673376400005 - ], - [ - -121.926216034, - 37.43686396800007 - ], - [ - -121.926267984, - 37.436991926000076 - ], - [ - -121.92632867099996, - 37.43711772800003 - ], - [ - -121.92639773599996, - 37.43724057700007 - ], - [ - -121.92644857199997, - 37.437321060000045 - ], - [ - -121.92650737499997, - 37.437390410000035 - ], - [ - -121.92659168899996, - 37.43750049400006 - ], - [ - -121.92666812399995, - 37.43761416700005 - ], - [ - -121.92673551499996, - 37.437729381000054 - ], - [ - -121.92678873899996, - 37.437835705000055 - ], - [ - -121.92681256199995, - 37.43789006900005 - ], - [ - -121.92683608799996, - 37.43794952400003 - ], - [ - -121.92687483499998, - 37.43806596300004 - ], - [ - -121.92690456799994, - 37.438183955000056 - ], - [ - -121.92691262499994, - 37.43822441700007 - ], - [ - -121.92692517299997, - 37.438302873000055 - ], - [ - -121.92693668499999, - 37.438422897000066 - ], - [ - -121.92693899399995, - 37.43854318500007 - ], - [ - -121.92693210199997, - 37.43866329100007 - ], - [ - -121.92691603999998, - 37.43878287000007 - ], - [ - -121.9268908499999, - 37.43890152600005 - ], - [ - -121.92685665699997, - 37.43901863600007 - ], - [ - -121.92681358599998, - 37.43913384800004 - ], - [ - -121.92676174999997, - 37.43924683000006 - ], - [ - -121.92670133799999, - 37.43935714500003 - ], - [ - -121.92663273799997, - 37.439464101000056 - ], - [ - -121.92655600499995, - 37.43956764400008 - ], - [ - -121.92648939599997, - 37.439647241000046 - ], - [ - -121.92587574499998, - 37.44029980200003 - ], - [ - -121.92392845399996, - 37.44237045300008 - ], - [ - -121.92386705699994, - 37.44241419200006 - ], - [ - -121.92380551899998, - 37.44246739300007 - ], - [ - -121.92375107599997, - 37.44252525400003 - ], - [ - -121.92370419999997, - 37.44258728500006 - ], - [ - -121.92366553399995, - 37.442652631000044 - ], - [ - -121.92363532, - 37.442720818000055 - ], - [ - -121.92361388399996, - 37.442791208000074 - ], - [ - -121.92360151899999, - 37.44286280000006 - ], - [ - -121.92359829499998, - 37.442935066000075 - ], - [ - -121.92360426299996, - 37.44300732900007 - ], - [ - -121.92361934899998, - 37.44307859200006 - ], - [ - -121.92364340299997, - 37.44314830600007 - ], - [ - -121.92367622799998, - 37.443215827000074 - ], - [ - -121.92369268699997, - 37.44324355900005 - ], - [ - -121.92398993599994, - 37.44371768600007 - ], - [ - -121.92404491999997, - 37.44381346700004 - ], - [ - -121.92409192999997, - 37.44391290000004 - ], - [ - -121.92413015499994, - 37.44401450400005 - ], - [ - -121.92415954499995, - 37.44411811200007 - ], - [ - -121.92417986899994, - 37.44422296300007 - ], - [ - -121.92419108499996, - 37.44432875700005 - ], - [ - -121.92419312599998, - 37.44443503900004 - ], - [ - -121.92418596399995, - 37.44454097400006 - ], - [ - -121.92416966099995, - 37.44464629400005 - ], - [ - -121.92414425299995, - 37.44475059400003 - ], - [ - -121.92413529899994, - 37.444780250000065 - ], - [ - -121.92369029499997, - 37.44619195000007 - ], - [ - -121.92368517099999, - 37.44620940900006 - ], - [ - -121.92367255099998, - 37.44627308100007 - ], - [ - -121.92366918099998, - 37.446337002000064 - ], - [ - -121.92367497499998, - 37.446400854000046 - ], - [ - -121.92368985, - 37.44646368100007 - ], - [ - -121.92371360299995, - 37.446524742000065 - ], - [ - -121.92374596399998, - 37.44658331800008 - ], - [ - -121.923786496, - 37.44663856900007 - ], - [ - -121.92383458999996, - 37.44668969500003 - ], - [ - -121.92388973199996, - 37.446736169000076 - ], - [ - -121.92395120999998, - 37.446777362000034 - ], - [ - -121.92401811299999, - 37.446812660000035 - ], - [ - -121.92408957199996, - 37.44684162400006 - ], - [ - -121.92416479299999, - 37.446863937000046 - ], - [ - -121.92416623099996, - 37.446864282000035 - ], - [ - -121.92418241599995, - 37.44686807100004 - ], - [ - -121.92420308799996, - 37.446872917000064 - ], - [ - -121.92428641199996, - 37.446897242000034 - ], - [ - -121.92436568199997, - 37.446928239000044 - ], - [ - -121.92444045399998, - 37.446965668000075 - ], - [ - -121.92451002099995, - 37.44700919300004 - ], - [ - -121.92457339699996, - 37.447058199000026 - ], - [ - -121.92463002, - 37.44711223500008 - ], - [ - -121.92467928499997, - 37.447170733000064 - ], - [ - -121.92472058699997, - 37.44723298300005 - ], - [ - -121.92475348599999, - 37.44729830800003 - ], - [ - -121.92477768299995, - 37.44736612200006 - ], - [ - -121.92479282699998, - 37.44743547500008 - ], - [ - -121.924798797, - 37.447505705000026 - ], - [ - -121.92479552499998, - 37.44757617800008 - ], - [ - -121.924783048, - 37.44764585200005 - ], - [ - -121.924761505, - 37.44771412100005 - ], - [ - -121.92473109899998, - 37.44778029400004 - ], - [ - -121.92472071999998, - 37.44779889600005 - ], - [ - -121.92370704599995, - 37.449543309000035 - ], - [ - -121.92368397299998, - 37.44958842700004 - ], - [ - -121.92366245599999, - 37.449647826000046 - ], - [ - -121.92364989999999, - 37.44970883800005 - ], - [ - -121.92364648399996, - 37.44977060400004 - ], - [ - -121.92365225699996, - 37.44983225900006 - ], - [ - -121.92366713399997, - 37.44989293800006 - ], - [ - -121.92369090799997, - 37.44995178700003 - ], - [ - -121.92372324499996, - 37.45000797700004 - ], - [ - -121.92376365299998, - 37.45006067800006 - ], - [ - -121.923787931, - 37.450086740000074 - ], - [ - -121.92488974599996, - 37.451195333000044 - ], - [ - -121.92491101899998, - 37.45121514400006 - ], - [ - -121.92495737299998, - 37.45124972200006 - ], - [ - -121.92500944399995, - 37.45127847700007 - ], - [ - -121.92506621299998, - 37.451300883000044 - ], - [ - -121.92512645799997, - 37.45131646100003 - ], - [ - -121.92518886699997, - 37.45132487200004 - ], - [ - -121.92523477399999, - 37.45132639900004 - ], - [ - -121.92525226499998, - 37.45132596700006 - ], - [ - -121.92531544499997, - 37.45131967200007 - ], - [ - -121.92537623399994, - 37.451306217000024 - ], - [ - -121.92541265799997, - 37.45129432300007 - ], - [ - -121.92593666399995, - 37.451100445000066 - ], - [ - -121.92679699299998, - 37.450782169000036 - ], - [ - -121.92684290199998, - 37.45076747000007 - ], - [ - -121.92690638199997, - 37.45075403100003 - ], - [ - -121.92697160299997, - 37.45074776000007 - ], - [ - -121.92698159899999, - 37.45074744400006 - ], - [ - -121.927037811, - 37.45074877700006 - ], - [ - -121.92710282599995, - 37.45075709500003 - ], - [ - -121.92716561699996, - 37.450772509000046 - ], - [ - -121.92722532099998, - 37.45079481500005 - ], - [ - -121.92728048899994, - 37.45082350500007 - ], - [ - -121.92733008299996, - 37.45085802300008 - ], - [ - -121.92737312299994, - 37.45089766900003 - ], - [ - -121.92740889599997, - 37.45094178000005 - ], - [ - -121.92743276599998, - 37.450981660000025 - ], - [ - -121.92823270799994, - 37.45254866700003 - ], - [ - -121.92823390299998, - 37.45255105700005 - ], - [ - -121.92823507299994, - 37.45255345100003 - ], - [ - -121.92825, - 37.45259517900007 - ], - [ - -121.92825554299998, - 37.45263806300005 - ], - [ - -121.92825166199998, - 37.45268100900006 - ], - [ - -121.92823847199998, - 37.452722821000066 - ], - [ - -121.92821640699998, - 37.452762101000076 - ], - [ - -121.92818606399999, - 37.45279781600004 - ], - [ - -121.92814848399996, - 37.45282870800003 - ], - [ - -121.92810460799996, - 37.452854011000056 - ], - [ - -121.92805606599995, - 37.45287278100005 - ], - [ - -121.92801867099996, - 37.452882051000074 - ], - [ - -121.92732062399995, - 37.45301824400008 - ], - [ - -121.92636263599996, - 37.453203622000046 - ], - [ - -121.92583582699996, - 37.45330556400006 - ], - [ - -121.92581498199996, - 37.45330556600004 - ], - [ - -121.92580458299994, - 37.45330563500005 - ], - [ - -121.925772968, - 37.45330656800007 - ], - [ - -121.92572324199995, - 37.45331026300005 - ], - [ - -121.925642585, - 37.45332218200008 - ], - [ - -121.92563804899999, - 37.453323074000025 - ], - [ - -121.92543940799999, - 37.45341569500005 - ], - [ - -121.92528618899996, - 37.453487118000055 - ], - [ - -121.92506553599998, - 37.45364189800006 - ], - [ - -121.92494396199999, - 37.453727197000035 - ], - [ - -121.92499699899997, - 37.453980057000024 - ], - [ - -121.92501061399997, - 37.45404494500008 - ], - [ - -121.92527368199995, - 37.454267696000045 - ], - [ - -121.92533242299999, - 37.45430030500006 - ], - [ - -121.92539118299999, - 37.45433292400003 - ], - [ - -121.925520716, - 37.45438159400004 - ], - [ - -121.92584499799995, - 37.45441780400006 - ], - [ - -121.92615848599996, - 37.45449330900004 - ], - [ - -121.92645365699997, - 37.454606322000075 - ], - [ - -121.92651897699994, - 37.45463485000005 - ], - [ - -121.92658918599994, - 37.45465473500008 - ], - [ - -121.926928122, - 37.45478296300007 - ], - [ - -121.92721251799998, - 37.454876056000046 - ], - [ - -121.92752398099998, - 37.454975981000075 - ], - [ - -121.92762335799995, - 37.45501057200005 - ], - [ - -121.92789397499996, - 37.45516673100008 - ], - [ - -121.928129475, - 37.45535561300005 - ], - [ - -121.928323703, - 37.45557230600008 - ], - [ - -121.92847158199999, - 37.455811124000036 - ], - [ - -121.92856923, - 37.45606581900006 - ], - [ - -121.92860522099994, - 37.45627760900004 - ], - [ - -121.92861408099998, - 37.45632974200004 - ], - [ - -121.92865356099998, - 37.45644066500006 - ], - [ - -121.92871568199996, - 37.45654481400004 - ], - [ - -121.92879863199994, - 37.45663925500003 - ], - [ - -121.92890018499997, - 37.45672138300006 - ], - [ - -121.929017451, - 37.456788876000076 - ], - [ - -121.92914720799996, - 37.456839873000035 - ], - [ - -121.92928575099995, - 37.456872934000046 - ], - [ - -121.92942930399994, - 37.45688714100004 - ], - [ - -121.92957380699994, - 37.45688210700007 - ], - [ - -121.929677541, - 37.45686440900005 - ], - [ - -121.92971524499995, - 37.45685797600004 - ], - [ - -121.92984966999995, - 37.456815411000036 - ], - [ - -121.92990276499995, - 37.45678377100006 - ], - [ - -121.93069650899997, - 37.45631076600006 - ], - [ - -121.93118841399996, - 37.45598466400003 - ], - [ - -121.93150942999995, - 37.45577184900003 - ], - [ - -121.93164211899995, - 37.45567418200005 - ], - [ - -121.93228622, - 37.45520008600005 - ], - [ - -121.932293975, - 37.455192175000036 - ], - [ - -121.93234907599998, - 37.455135960000064 - ], - [ - -121.93242436799994, - 37.45508102200006 - ], - [ - -121.93251005899998, - 37.45503680600007 - ], - [ - -121.93260375899996, - 37.455004476000056 - ], - [ - -121.93270287399997, - 37.454985011000076 - ], - [ - -121.93274429799999, - 37.454982521000034 - ], - [ - -121.93280467199997, - 37.45497889400008 - ], - [ - -121.93290629899997, - 37.454986305000034 - ], - [ - -121.93300500999999, - 37.45500705100005 - ], - [ - -121.93309804899997, - 37.455040548000056 - ], - [ - -121.93318284799994, - 37.45508586400007 - ], - [ - -121.93325702399994, - 37.455141748000074 - ], - [ - -121.933318569, - 37.45520669100006 - ], - [ - -121.93336578099996, - 37.45527883400007 - ], - [ - -121.93339732799996, - 37.455356229000074 - ], - [ - -121.93340517099995, - 37.45539818800006 - ], - [ - -121.93341236999999, - 37.455436709000026 - ], - [ - -121.933412966, - 37.455578900000035 - ], - [ - -121.93341332899996, - 37.455665372000055 - ], - [ - -121.93341344499999, - 37.45569283100008 - ], - [ - -121.93341245799996, - 37.45569948900004 - ], - [ - -121.93337575099997, - 37.455947163000076 - ], - [ - -121.93329987699997, - 37.45619603100005 - ], - [ - -121.93320326399999, - 37.45640104600005 - ], - [ - -121.93318690299998, - 37.45643576100008 - ], - [ - -121.93303845399998, - 37.45666290200006 - ], - [ - -121.93290668999998, - 37.45681604200007 - ], - [ - -121.93285673599996, - 37.456874104000065 - ], - [ - -121.932778295, - 37.45705025400008 - ], - [ - -121.93273954299997, - 37.45713726100007 - ], - [ - -121.93272228399996, - 37.45717603500003 - ], - [ - -121.93271683299997, - 37.45719634500006 - ], - [ - -121.93263829999995, - 37.457489345000056 - ], - [ - -121.93261796899998, - 37.457691719000024 - ], - [ - -121.93261095899999, - 37.457761498000025 - ], - [ - -121.93260621499996, - 37.45780872900008 - ], - [ - -121.93262663099995, - 37.45812870700007 - ], - [ - -121.93264698799999, - 37.45842774300007 - ], - [ - -121.93263128599995, - 37.45872696600003 - ], - [ - -121.93257961199998, - 37.45902358500007 - ], - [ - -121.93249248899997, - 37.45931491300007 - ], - [ - -121.93237066599994, - 37.45959821800005 - ], - [ - -121.93231544999998, - 37.45965739800005 - ], - [ - -121.932273308, - 37.45972301100005 - ], - [ - -121.93224529799994, - 37.45979330400007 - ], - [ - -121.93223224199994, - 37.45986632100005 - ], - [ - -121.93223449099997, - 37.45994002200007 - ], - [ - -121.93225203199995, - 37.460012437000046 - ], - [ - -121.93228426999997, - 37.46008155900006 - ], - [ - -121.932330407, - 37.460145477000026 - ], - [ - -121.93238915999996, - 37.46020242000003 - ], - [ - -121.93245891899994, - 37.460250873000064 - ], - [ - -121.93253773599997, - 37.46028946400003 - ], - [ - -121.93262349199995, - 37.46031714500003 - ], - [ - -121.93271379199996, - 37.460333164000076 - ], - [ - -121.93330783, - 37.46032362400007 - ], - [ - -121.93390194699998, - 37.46033019400005 - ], - [ - -121.93423969599996, - 37.460340924000036 - ], - [ - -121.93445076499995, - 37.46035819100007 - ], - [ - -121.93465833, - 37.460393330000045 - ], - [ - -121.93484726699995, - 37.46044236300003 - ], - [ - -121.93502877999998, - 37.46050682300006 - ], - [ - -121.935121886, - 37.46055228700004 - ], - [ - -121.93520495399997, - 37.46060877100007 - ], - [ - -121.93527598699995, - 37.46067487800008 - ], - [ - -121.93533321999996, - 37.46074898300003 - ], - [ - -121.93537525399995, - 37.46082931500007 - ], - [ - -121.93540108899998, - 37.46091387400003 - ], - [ - -121.93542891899995, - 37.461176812000076 - ], - [ - -121.93543940099994, - 37.46137534400003 - ], - [ - -121.93546691999995, - 37.46157282100006 - ], - [ - -121.935504343, - 37.46172535900007 - ], - [ - -121.93556004499999, - 37.46187430800006 - ], - [ - -121.93558798499998, - 37.461925078000036 - ], - [ - -121.935625185, - 37.46197193800003 - ], - [ - -121.93567078499996, - 37.462013795000075 - ], - [ - -121.93572376699996, - 37.46204970200006 - ], - [ - -121.93577271599997, - 37.462074510000036 - ], - [ - -121.93598252099997, - 37.46215114300003 - ], - [ - -121.93620418599994, - 37.46220240500003 - ], - [ - -121.936450875, - 37.462231959000064 - ], - [ - -121.93670021199995, - 37.46223801900004 - ], - [ - -121.93694869499996, - 37.46222052200005 - ], - [ - -121.93742966299999, - 37.46215712400004 - ], - [ - -121.93772509299998, - 37.462120224000046 - ], - [ - -121.937938095, - 37.462110841000026 - ], - [ - -121.93815048599998, - 37.46212712400006 - ], - [ - -121.938503874, - 37.46218979100007 - ], - [ - -121.93884819899995, - 37.46227896200003 - ], - [ - -121.93909241699998, - 37.46236503200004 - ], - [ - -121.93932345499996, - 37.46247177400005 - ], - [ - -121.93953854199998, - 37.462597937000055 - ], - [ - -121.939665962, - 37.46268987900004 - ], - [ - -121.93986272799998, - 37.462862779000034 - ], - [ - -121.940028827, - 37.46305507500006 - ], - [ - -121.94016129399995, - 37.46326328200007 - ], - [ - -121.940257756, - 37.46348371700003 - ], - [ - -121.94031647399999, - 37.463712421000025 - ], - [ - -121.94037526499994, - 37.46395819900005 - ], - [ - -121.94046452199996, - 37.46419806600005 - ], - [ - -121.94058340099997, - 37.46442962400005 - ], - [ - -121.94069941999999, - 37.46459644000004 - ], - [ - -121.94084267999995, - 37.464749235000056 - ], - [ - -121.94100263499996, - 37.464877331000025 - ], - [ - -121.94118437299994, - 37.46498540600004 - ], - [ - -121.94138397199998, - 37.465071127000044 - ], - [ - -121.94160608399994, - 37.46513597100005 - ], - [ - -121.94183730199995, - 37.46517568400003 - ], - [ - -121.94207318699995, - 37.465189450000025 - ], - [ - -121.94234305499998, - 37.465184417000046 - ], - [ - -121.94261221099998, - 37.465167835000045 - ], - [ - -121.942940841, - 37.46516180400005 - ], - [ - -121.94326641499998, - 37.46519811200005 - ] - ], - [ - [ - -121.87153103199995, - 37.39336479600007 - ], - [ - -121.87288278999995, - 37.395440181000026 - ], - [ - -121.87289120899999, - 37.395465855000054 - ], - [ - -121.87289685399998, - 37.39549202200004 - ], - [ - -121.87289969399995, - 37.39551847200005 - ], - [ - -121.87289969399995, - 37.39554502400006 - ], - [ - -121.87289688099997, - 37.39557149400008 - ], - [ - -121.87289125199999, - 37.39559765400003 - ], - [ - -121.87288283, - 37.39562332100007 - ], - [ - -121.87287172699996, - 37.39564835400006 - ], - [ - -121.87285797099997, - 37.39567254900004 - ], - [ - -121.872841699, - 37.395695697000065 - ], - [ - -121.87282299599997, - 37.39571766200004 - ], - [ - -121.87266559899996, - 37.395828092000045 - ], - [ - -121.872600595, - 37.39587367200005 - ], - [ - -121.87233952999998, - 37.39605684500003 - ], - [ - -121.87200637599994, - 37.396290555000064 - ], - [ - -121.87196710899997, - 37.39631454400006 - ], - [ - -121.87192529599997, - 37.396335657000066 - ], - [ - -121.87188132899996, - 37.39635368300003 - ], - [ - -121.87183544099997, - 37.39636852500007 - ], - [ - -121.87178811299998, - 37.396379997000054 - ], - [ - -121.87173968699994, - 37.39638804900005 - ], - [ - -121.87169056799996, - 37.396392605000074 - ], - [ - -121.87144114199998, - 37.396222453000064 - ], - [ - -121.87128475199995, - 37.396109856000066 - ], - [ - -121.87104918099999, - 37.395959868000034 - ], - [ - -121.87098549999996, - 37.395913551000035 - ], - [ - -121.87089501, - 37.39584772500007 - ], - [ - -121.87060646999998, - 37.39563785800004 - ], - [ - -121.87059939999995, - 37.39563253800003 - ], - [ - -121.87056777, - 37.39560832500007 - ], - [ - -121.87053874299994, - 37.39558213500004 - ], - [ - -121.87051243699995, - 37.395554127000025 - ], - [ - -121.87048914299999, - 37.395524505000026 - ], - [ - -121.87046287199996, - 37.39548434300008 - ], - [ - -121.87043304499997, - 37.39544580300003 - ], - [ - -121.87039966499998, - 37.39540911200004 - ], - [ - -121.87011119199997, - 37.39520420800005 - ], - [ - -121.86976559799996, - 37.39495865600003 - ], - [ - -121.86975585099998, - 37.39495121600004 - ], - [ - -121.86975052799994, - 37.394947272000024 - ], - [ - -121.86974563099994, - 37.39494295900005 - ], - [ - -121.86937994899995, - 37.394734492000055 - ], - [ - -121.86911117999995, - 37.39457282300003 - ], - [ - -121.87051554099997, - 37.39359766700005 - ], - [ - -121.87130389799995, - 37.39301607300007 - ], - [ - -121.87153103199995, - 37.39336479600007 - ] - ], - [ - [ - -121.798012041, - 37.34404652000006 - ], - [ - -121.79793241899995, - 37.34408913000004 - ], - [ - -121.79789137299997, - 37.34411258700004 - ], - [ - -121.79777476499999, - 37.34417158300005 - ], - [ - -121.797540976, - 37.34429589800004 - ], - [ - -121.79750535499994, - 37.34431497000003 - ], - [ - -121.79715000299996, - 37.34404450400007 - ], - [ - -121.79696070899996, - 37.343916267000054 - ], - [ - -121.79671110299995, - 37.34374715200005 - ], - [ - -121.796265157, - 37.343445021000036 - ], - [ - -121.79599183899995, - 37.343259001000035 - ], - [ - -121.79580153699999, - 37.34313026800004 - ], - [ - -121.79531149299999, - 37.342799279000076 - ], - [ - -121.79507443399996, - 37.34263910800007 - ], - [ - -121.79511588499997, - 37.34262393300003 - ], - [ - -121.795275759, - 37.34256540100006 - ], - [ - -121.79546714099996, - 37.34249530400007 - ], - [ - -121.79565627199997, - 37.34242603200005 - ], - [ - -121.79584232399998, - 37.34235787100005 - ], - [ - -121.79602994499999, - 37.34228916500007 - ], - [ - -121.79621836299998, - 37.34222015200004 - ], - [ - -121.79640595399997, - 37.34215144600006 - ], - [ - -121.79659511199998, - 37.34208215000007 - ], - [ - -121.79678705999999, - 37.34201186200005 - ], - [ - -121.79698014899998, - 37.34194117200008 - ], - [ - -121.79717619899998, - 37.341869350000024 - ], - [ - -121.797373559, - 37.341797032000045 - ], - [ - -121.79757809899996, - 37.341722117000074 - ], - [ - -121.79778651099997, - 37.341645784000036 - ], - [ - -121.79853119199998, - 37.34137302500005 - ], - [ - -121.79808556699999, - 37.340884352000046 - ], - [ - -121.79679536999998, - 37.33946950600006 - ], - [ - -121.79521504099995, - 37.33773651100006 - ], - [ - -121.794487904, - 37.336939019000056 - ], - [ - -121.80044297999996, - 37.33576013700008 - ], - [ - -121.803805996, - 37.339440756000045 - ], - [ - -121.804893183, - 37.34063056100007 - ], - [ - -121.804908147, - 37.34064694400007 - ], - [ - -121.80488045099997, - 37.340663207000034 - ], - [ - -121.80492118799998, - 37.34070747800007 - ], - [ - -121.80354493199997, - 37.34138535300008 - ], - [ - -121.80354214699997, - 37.341381813000055 - ], - [ - -121.80335433899995, - 37.34147868700006 - ], - [ - -121.80317391799997, - 37.341571771000076 - ], - [ - -121.80300088299998, - 37.341661040000076 - ], - [ - -121.80282665599998, - 37.34175094200003 - ], - [ - -121.80265245599998, - 37.341840819000026 - ], - [ - -121.80247907999996, - 37.34193022900007 - ], - [ - -121.80230522, - 37.342019942000036 - ], - [ - -121.80213187299995, - 37.34210939700006 - ], - [ - -121.80195738699996, - 37.342199391000065 - ], - [ - -121.80178369499998, - 37.342288988000064 - ], - [ - -121.80161077199995, - 37.34237820800007 - ], - [ - -121.80143540399996, - 37.34246867000007 - ], - [ - -121.80126222399997, - 37.34255803000008 - ], - [ - -121.80108782099995, - 37.34264797600008 - ], - [ - -121.80087605399996, - 37.342757222000046 - ], - [ - -121.80070520299995, - 37.34284536400003 - ], - [ - -121.80050465799997, - 37.34294880700003 - ], - [ - -121.80029814199997, - 37.343051857000034 - ], - [ - -121.80011913899995, - 37.343141166000066 - ], - [ - -121.79994233999997, - 37.343230246000076 - ], - [ - -121.799767756, - 37.343318200000056 - ], - [ - -121.79959189199997, - 37.34340685500007 - ], - [ - -121.79941733499999, - 37.343494786000065 - ], - [ - -121.79923928499994, - 37.34358451800006 - ], - [ - -121.79906683099995, - 37.343671441000026 - ], - [ - -121.79889491699998, - 37.34375808300007 - ], - [ - -121.79871865399997, - 37.34384687900007 - ], - [ - -121.79854213399994, - 37.34393583700006 - ], - [ - -121.79837084699994, - 37.344025585000054 - ], - [ - -121.79823149999999, - 37.34392907000006 - ], - [ - -121.798103874, - 37.34399736600005 - ], - [ - -121.798012041, - 37.34404652000006 - ] - ], - [ - [ - -121.93043953899996, - 37.327006389000076 - ], - [ - -121.93030930799995, - 37.327007200000025 - ], - [ - -121.93018947999997, - 37.32700795200003 - ], - [ - -121.92999975099997, - 37.32700914700007 - ], - [ - -121.92982431899998, - 37.32700398500003 - ], - [ - -121.929658873, - 37.32700394400007 - ], - [ - -121.92957419599998, - 37.327005229000065 - ], - [ - -121.92946163799996, - 37.32700690000007 - ], - [ - -121.92941229399997, - 37.327007639000044 - ], - [ - -121.92930068599998, - 37.327008109000076 - ], - [ - -121.92922381799997, - 37.32700842700007 - ], - [ - -121.92869350199999, - 37.32701066000004 - ], - [ - -121.92855736899998, - 37.327013169000054 - ], - [ - -121.92844416, - 37.32701525600004 - ], - [ - -121.928289055, - 37.32701639100003 - ], - [ - -121.92810583399995, - 37.327017685000044 - ], - [ - -121.92798756699995, - 37.32701754800007 - ], - [ - -121.92786929699997, - 37.32701738600008 - ], - [ - -121.92760489899996, - 37.327017014000035 - ], - [ - -121.92741219099997, - 37.32701677600005 - ], - [ - -121.92731957599995, - 37.32701664500007 - ], - [ - -121.927334267, - 37.326879355000074 - ], - [ - -121.92731838599997, - 37.32687927400008 - ], - [ - -121.92731311199998, - 37.32687931400005 - ], - [ - -121.92689811099996, - 37.32688157700005 - ], - [ - -121.92689704399999, - 37.326783643000056 - ], - [ - -121.92689537999996, - 37.32663346000004 - ], - [ - -121.92689394099995, - 37.326507124000045 - ], - [ - -121.92689258599995, - 37.326383650000025 - ], - [ - -121.927069212, - 37.32638223200007 - ], - [ - -121.927324565, - 37.32638491200004 - ], - [ - -121.927325957, - 37.32625962000003 - ], - [ - -121.92689124099996, - 37.32626209800003 - ], - [ - -121.92688988299994, - 37.32613844100007 - ], - [ - -121.92688858199995, - 37.32602531100008 - ], - [ - -121.92688711599999, - 37.325889981000046 - ], - [ - -121.92688573199996, - 37.32576639300004 - ], - [ - -121.92688441099995, - 37.325644657000055 - ], - [ - -121.92731597299996, - 37.325639401000046 - ], - [ - -121.92731587799994, - 37.32552335100007 - ], - [ - -121.92688304399996, - 37.325523608000026 - ], - [ - -121.92688173, - 37.32540521400006 - ], - [ - -121.92688237599998, - 37.325267867000036 - ], - [ - -121.92672070799995, - 37.32526141200003 - ], - [ - -121.92639255599994, - 37.32526327800008 - ], - [ - -121.92635331999998, - 37.32526350400008 - ], - [ - -121.925965309, - 37.32526628100004 - ], - [ - -121.92568839499995, - 37.32526610200006 - ], - [ - -121.92588716999995, - 37.32510379800004 - ], - [ - -121.92588699899994, - 37.32507381400006 - ], - [ - -121.92588611699995, - 37.324908926000035 - ], - [ - -121.92588521799996, - 37.324749120000035 - ], - [ - -121.92588427799996, - 37.32458116400005 - ], - [ - -121.92588336799997, - 37.32441483400004 - ], - [ - -121.92588252099995, - 37.32426079600003 - ], - [ - -121.92588247999998, - 37.32425562200007 - ], - [ - -121.92588099699998, - 37.32418685600004 - ], - [ - -121.92588009399998, - 37.324109477000036 - ], - [ - -121.92587984699998, - 37.32408608600008 - ], - [ - -121.92588047199996, - 37.32405877100007 - ], - [ - -121.925877905, - 37.32391672400007 - ], - [ - -121.92587160899996, - 37.323564205000025 - ], - [ - -121.92600454899997, - 37.323564487000056 - ], - [ - -121.92670410399995, - 37.323558443000024 - ], - [ - -121.92670292499997, - 37.323667733000036 - ], - [ - -121.92670624099998, - 37.323903003000055 - ], - [ - -121.92686784899996, - 37.32390208800007 - ], - [ - -121.92716085799998, - 37.32390037400006 - ], - [ - -121.927304699, - 37.32389955900004 - ], - [ - -121.92730577599997, - 37.324020473000076 - ], - [ - -121.92773427499998, - 37.32401887000003 - ], - [ - -121.92782000699998, - 37.324017551000054 - ], - [ - -121.92782077799995, - 37.32407435500005 - ], - [ - -121.92782170699996, - 37.324141044000044 - ], - [ - -121.92790773999997, - 37.32414040900005 - ], - [ - -121.92833754599997, - 37.32413668100003 - ], - [ - -121.92835328999996, - 37.324135641000055 - ], - [ - -121.92834865999998, - 37.32403280700004 - ], - [ - -121.92834923799995, - 37.32401208500005 - ], - [ - -121.92790620999995, - 37.324016820000054 - ], - [ - -121.927905491, - 37.32395962800007 - ], - [ - -121.927904996, - 37.32389323000007 - ], - [ - -121.92816103299998, - 37.32389461900004 - ], - [ - -121.92815448199997, - 37.32354588000004 - ], - [ - -121.92818746499995, - 37.32354547700004 - ], - [ - -121.92830239899996, - 37.32354538000004 - ], - [ - -121.92847330799998, - 37.32354524300007 - ], - [ - -121.92850242699996, - 37.32354520900003 - ], - [ - -121.92856330399997, - 37.32354513000007 - ], - [ - -121.92875992999996, - 37.32354536500003 - ], - [ - -121.92876528999994, - 37.323888649000025 - ], - [ - -121.92876575999998, - 37.32391917800004 - ], - [ - -121.92876684899994, - 37.32413513100005 - ], - [ - -121.92876721699997, - 37.32420528500006 - ], - [ - -121.92876808299997, - 37.32427245100007 - ], - [ - -121.92894002699995, - 37.32427155000005 - ], - [ - -121.92937107499995, - 37.32426826100004 - ], - [ - -121.92936899299997, - 37.324192406000066 - ], - [ - -121.92936873999997, - 37.32414468400003 - ], - [ - -121.92936852699995, - 37.324099044000036 - ], - [ - -121.92936812499994, - 37.32402108500003 - ], - [ - -121.92936802799994, - 37.32400703300004 - ], - [ - -121.92936743799999, - 37.323886250000044 - ], - [ - -121.92951046999997, - 37.32388516800006 - ], - [ - -121.92950504299995, - 37.32354003100005 - ], - [ - -121.92964975499996, - 37.323541334000026 - ], - [ - -121.92979561199996, - 37.32354266700003 - ], - [ - -121.92996754, - 37.32354024800003 - ], - [ - -121.93011056599994, - 37.32353891400004 - ], - [ - -121.93013948499998, - 37.32353881300003 - ], - [ - -121.93021147899998, - 37.32353857500004 - ], - [ - -121.93039742299999, - 37.32353779300007 - ], - [ - -121.93068035299996, - 37.32353658300008 - ], - [ - -121.93072815799997, - 37.32353636500005 - ], - [ - -121.93082364399999, - 37.32353703000007 - ], - [ - -121.93082402299996, - 37.323618285000066 - ], - [ - -121.93082447499995, - 37.32372119300004 - ], - [ - -121.93082653899995, - 37.32387237900008 - ], - [ - -121.93099851399995, - 37.32387141300006 - ], - [ - -121.930998532, - 37.32387339100006 - ], - [ - -121.93142838099999, - 37.32387052200005 - ], - [ - -121.93142975899997, - 37.32397241100006 - ], - [ - -121.93142986099997, - 37.32399411000006 - ], - [ - -121.93143168199998, - 37.32411769200007 - ], - [ - -121.93143303699998, - 37.324210884000024 - ], - [ - -121.93143373499998, - 37.32424127300004 - ], - [ - -121.93143655999995, - 37.32436484500005 - ], - [ - -121.93143815399998, - 37.324436150000054 - ], - [ - -121.93143815299999, - 37.32448843100008 - ], - [ - -121.93143974599997, - 37.32461201700005 - ], - [ - -121.93144097699997, - 37.324734601000046 - ], - [ - -121.93144291399994, - 37.324858207000034 - ], - [ - -121.93144390599997, - 37.32492194200006 - ], - [ - -121.93144467899998, - 37.32498181300008 - ], - [ - -121.931599474, - 37.32498257700007 - ], - [ - -121.93181959599997, - 37.32498370900004 - ], - [ - -121.931820045, - 37.32501913800007 - ], - [ - -121.931820615, - 37.32506683400004 - ], - [ - -121.93215890699997, - 37.325067690000026 - ], - [ - -121.932382196, - 37.325064961000066 - ], - [ - -121.93252739499997, - 37.32506318600008 - ], - [ - -121.93252812799994, - 37.324953304000076 - ], - [ - -121.93252667799999, - 37.32468333600008 - ], - [ - -121.93252654599996, - 37.324603153000055 - ], - [ - -121.932374934, - 37.32460537400004 - ], - [ - -121.93237505399998, - 37.324684869000066 - ], - [ - -121.93211992099998, - 37.32468743800007 - ], - [ - -121.932116641, - 37.32438622400008 - ], - [ - -121.93211657299997, - 37.324381165000034 - ], - [ - -121.93211345599997, - 37.32426638700008 - ], - [ - -121.93221807499998, - 37.32426643600007 - ], - [ - -121.93248588299997, - 37.324262727000075 - ], - [ - -121.93253539799997, - 37.32426204200004 - ], - [ - -121.93258491499995, - 37.32426135700007 - ], - [ - -121.932959101, - 37.32425833800005 - ], - [ - -121.93339564799999, - 37.32425478400006 - ], - [ - -121.93356662099995, - 37.32425340200007 - ], - [ - -121.93357374599998, - 37.32419153500007 - ], - [ - -121.93357214199995, - 37.323912205000056 - ], - [ - -121.933571783, - 37.32385617500006 - ], - [ - -121.93357022299995, - 37.32358652800008 - ], - [ - -121.93357003499995, - 37.32355134800008 - ], - [ - -121.93356981299996, - 37.32351289600007 - ], - [ - -121.93372612699994, - 37.32351091500004 - ], - [ - -121.93387926099996, - 37.32350901800004 - ], - [ - -121.93418251899999, - 37.32350526000005 - ], - [ - -121.93433416399995, - 37.32350335900003 - ], - [ - -121.93448577799995, - 37.32350145700008 - ], - [ - -121.93448631499996, - 37.323581680000075 - ], - [ - -121.93448818299998, - 37.32384475400005 - ], - [ - -121.93433651099997, - 37.32384665600006 - ], - [ - -121.93433885099995, - 37.324185148000026 - ], - [ - -121.93433995599997, - 37.32424716500003 - ], - [ - -121.93430651099999, - 37.32424742500007 - ], - [ - -121.93418250899998, - 37.32424845200006 - ], - [ - -121.93418655999994, - 37.32431018200003 - ], - [ - -121.93419129299997, - 37.32466134800006 - ], - [ - -121.93434619299995, - 37.32465872000006 - ], - [ - -121.93435152099994, - 37.324658631000034 - ], - [ - -121.934347017, - 37.324308905000066 - ], - [ - -121.93449480599998, - 37.32430769100006 - ], - [ - -121.93464844099998, - 37.324306474000025 - ], - [ - -121.934795227, - 37.32430527200006 - ], - [ - -121.93479950699998, - 37.32465653400004 - ], - [ - -121.93480412399998, - 37.32492545800005 - ], - [ - -121.93480623399995, - 37.32503530500003 - ], - [ - -121.93481126599994, - 37.32532578400003 - ], - [ - -121.93465157799994, - 37.32532689400006 - ], - [ - -121.93450232199996, - 37.32532792000006 - ], - [ - -121.93435071799996, - 37.32532899700004 - ], - [ - -121.93427132999994, - 37.325329511000064 - ], - [ - -121.93419913799994, - 37.32533000500007 - ], - [ - -121.93412835099997, - 37.32533052800005 - ], - [ - -121.93404473399994, - 37.32533164300003 - ], - [ - -121.93389159999998, - 37.325333701000034 - ], - [ - -121.93388879099996, - 37.325333734000026 - ], - [ - -121.93388873899994, - 37.325331034000044 - ], - [ - -121.93382429999997, - 37.32533230300004 - ], - [ - -121.933754949, - 37.325332901000024 - ], - [ - -121.93375500299999, - 37.325335738000035 - ], - [ - -121.93374233499998, - 37.32533577800007 - ], - [ - -121.93368819499995, - 37.325335960000075 - ], - [ - -121.93359616499998, - 37.32533630800003 - ], - [ - -121.93351551399996, - 37.32533660800004 - ], - [ - -121.93344238099996, - 37.325337320000074 - ], - [ - -121.933296284, - 37.32533876300005 - ], - [ - -121.93314697899996, - 37.32534020000003 - ], - [ - -121.93308894799998, - 37.32534077300005 - ], - [ - -121.93299537599995, - 37.32534139100005 - ], - [ - -121.93283568499999, - 37.325342404000025 - ], - [ - -121.93268384899994, - 37.32534339100005 - ], - [ - -121.932528747, - 37.32534448600006 - ], - [ - -121.93238902199994, - 37.32534628700006 - ], - [ - -121.93238564499995, - 37.32520898900003 - ], - [ - -121.93213382099998, - 37.32521087500004 - ], - [ - -121.932135196, - 37.325354471000026 - ], - [ - -121.93197638299995, - 37.32536083200006 - ], - [ - -121.93180640899999, - 37.32536824700003 - ], - [ - -121.93180910199999, - 37.32536953400006 - ], - [ - -121.93181166999995, - 37.325370372000066 - ], - [ - -121.931814154, - 37.32537139600004 - ], - [ - -121.93181652699997, - 37.32537257900003 - ], - [ - -121.93181873099996, - 37.325373925000065 - ], - [ - -121.93182079499996, - 37.325375456000074 - ], - [ - -121.93182269, - 37.32537706000005 - ], - [ - -121.93182444299998, - 37.32537882300005 - ], - [ - -121.93182593999995, - 37.32538068200006 - ], - [ - -121.93182723999996, - 37.32538265800008 - ], - [ - -121.93182833799995, - 37.325384704000044 - ], - [ - -121.93182920999999, - 37.32538679900006 - ], - [ - -121.93182985399994, - 37.32538901200007 - ], - [ - -121.93183026899999, - 37.32539118100004 - ], - [ - -121.93183042599998, - 37.32539339900006 - ], - [ - -121.93183035399994, - 37.32539562100004 - ], - [ - -121.93183107399994, - 37.32547808500004 - ], - [ - -121.93165569099995, - 37.325479862000066 - ], - [ - -121.93154490199998, - 37.32548096200003 - ], - [ - -121.93148449299997, - 37.325480053000035 - ], - [ - -121.93145413899998, - 37.325480103000075 - ], - [ - -121.93145437899994, - 37.325618287000054 - ], - [ - -121.93147839699998, - 37.325618245000044 - ], - [ - -121.93153963699996, - 37.325619145000076 - ], - [ - -121.93183228799995, - 37.32561621100007 - ], - [ - -121.93183340899998, - 37.32574062700007 - ], - [ - -121.931833655, - 37.325771434000046 - ], - [ - -121.93183382899997, - 37.32586420400003 - ], - [ - -121.93183401899995, - 37.32598785300007 - ], - [ - -121.93145243299995, - 37.32598960900003 - ], - [ - -121.93145230599998, - 37.32600391600005 - ], - [ - -121.931454428, - 37.32611319000006 - ], - [ - -121.93183618499995, - 37.32611136400004 - ], - [ - -121.93183860999994, - 37.32623498600003 - ], - [ - -121.931839315, - 37.32627176200003 - ], - [ - -121.93183995499999, - 37.32635898800004 - ], - [ - -121.93145818399995, - 37.32636017300007 - ], - [ - -121.93145908899999, - 37.32648374400003 - ], - [ - -121.93184080399999, - 37.32648258300003 - ], - [ - -121.93184174499999, - 37.32660800700006 - ], - [ - -121.93146003299995, - 37.326613794000025 - ], - [ - -121.93146090899995, - 37.32673736600003 - ], - [ - -121.93146172899998, - 37.32686096200007 - ], - [ - -121.93141409699996, - 37.32686131400004 - ], - [ - -121.93136150599997, - 37.32686168200007 - ], - [ - -121.93103189599998, - 37.32686415100005 - ], - [ - -121.930859597, - 37.32686545400003 - ], - [ - -121.930859683, - 37.32682654000007 - ], - [ - -121.93085902899998, - 37.32673395900008 - ], - [ - -121.93085815299997, - 37.32661787200004 - ], - [ - -121.93043139999997, - 37.32662015100004 - ], - [ - -121.93043412799994, - 37.326740175000054 - ], - [ - -121.93043515899996, - 37.32686594300003 - ], - [ - -121.93043953899996, - 37.327006389000076 - ] - ], - [ - [ - -121.930304004, - 37.323266223000076 - ], - [ - -121.93013213299997, - 37.323266971000066 - ], - [ - -121.92979326699998, - 37.32326723800003 - ], - [ - -121.92944425599995, - 37.32326753600006 - ], - [ - -121.92927918599997, - 37.32326723700004 - ], - [ - -121.92894040399995, - 37.32326885200007 - ], - [ - -121.92859050399994, - 37.323270670000056 - ], - [ - -121.92841595699997, - 37.32326945500006 - ], - [ - -121.928414165, - 37.32304973300006 - ], - [ - -121.92841324099999, - 37.32293987200006 - ], - [ - -121.928071102, - 37.32294278300003 - ], - [ - -121.92807113099997, - 37.32294578200003 - ], - [ - -121.92807555099995, - 37.32305262500006 - ], - [ - -121.92807733599994, - 37.323162497000055 - ], - [ - -121.92807908999998, - 37.323272348000046 - ], - [ - -121.92772735099999, - 37.32327537500004 - ], - [ - -121.92755969999996, - 37.32327645600003 - ], - [ - -121.92721426499998, - 37.323279429000024 - ], - [ - -121.92687192399995, - 37.323282361000054 - ], - [ - -121.92678380899997, - 37.323283444000026 - ], - [ - -121.92678188899998, - 37.32313485700007 - ], - [ - -121.92678163199997, - 37.323128885000074 - ], - [ - -121.92678126099997, - 37.32311916100008 - ], - [ - -121.926778975, - 37.32305953300005 - ], - [ - -121.92669295699994, - 37.323060059000056 - ], - [ - -121.92635087499997, - 37.32306298800006 - ], - [ - -121.92634989699997, - 37.32295312800005 - ], - [ - -121.92600600999998, - 37.32295607700007 - ], - [ - -121.92583404399994, - 37.32295633900003 - ], - [ - -121.92583501599995, - 37.32306729800007 - ], - [ - -121.92583588099995, - 37.32317880700003 - ], - [ - -121.92583650899996, - 37.32324774400007 - ], - [ - -121.925837087, - 37.32328499100004 - ], - [ - -121.92583713799996, - 37.32328833400004 - ], - [ - -121.92578626299996, - 37.32328917800004 - ], - [ - -121.92576162299997, - 37.32328958800008 - ], - [ - -121.92547375499998, - 37.32329093300007 - ], - [ - -121.92519769899997, - 37.32329223900007 - ], - [ - -121.92505583099995, - 37.323291976000064 - ], - [ - -121.92465219099995, - 37.32329122800007 - ], - [ - -121.92439753099995, - 37.32329271200007 - ], - [ - -121.92439500199998, - 37.32316002700003 - ], - [ - -121.92439230999997, - 37.32301722700004 - ], - [ - -121.92423777299996, - 37.32301910500007 - ], - [ - -121.92408323399997, - 37.32302098400004 - ], - [ - -121.92392820899994, - 37.323022868000066 - ], - [ - -121.92392753999997, - 37.322911059000035 - ], - [ - -121.92384933799997, - 37.32291042000003 - ], - [ - -121.92377540999996, - 37.32290981700004 - ], - [ - -121.92369804299994, - 37.32291094000004 - ], - [ - -121.92331098799997, - 37.322916605000046 - ], - [ - -121.92331661499998, - 37.32303753100007 - ], - [ - -121.923212794, - 37.32303860900004 - ], - [ - -121.92291789099994, - 37.32304161900004 - ], - [ - -121.92284868699994, - 37.32304234500003 - ], - [ - -121.92277034199998, - 37.323041739000075 - ], - [ - -121.92277018099998, - 37.32296107700006 - ], - [ - -121.92276967, - 37.32292062400006 - ], - [ - -121.92269273199997, - 37.32291861900006 - ], - [ - -121.92261019999995, - 37.32291934600005 - ], - [ - -121.92222803099997, - 37.32292279500007 - ], - [ - -121.92222765599996, - 37.32279919500007 - ], - [ - -121.92222727799998, - 37.32267836300008 - ], - [ - -121.92222697899996, - 37.322575362000066 - ], - [ - -121.92222690799997, - 37.32255201500004 - ], - [ - -121.922226551, - 37.32243079400007 - ], - [ - -121.92222616, - 37.32230483500007 - ], - [ - -121.92222578599996, - 37.322181303000036 - ], - [ - -121.92222474099998, - 37.32204502900004 - ], - [ - -121.92222174899996, - 37.321945036000045 - ], - [ - -121.92222156899999, - 37.32193412000004 - ], - [ - -121.92221948499997, - 37.32181102100003 - ], - [ - -121.92221758399995, - 37.32175024700007 - ], - [ - -121.92221545399997, - 37.32168199300003 - ], - [ - -121.92221172199999, - 37.32156278100007 - ], - [ - -121.92220794999997, - 37.321441305000064 - ], - [ - -121.92220772799999, - 37.32143421300003 - ], - [ - -121.92221407799997, - 37.32131307000003 - ], - [ - -121.92221590499997, - 37.32127949100004 - ], - [ - -121.92221473999996, - 37.321189685000036 - ], - [ - -121.92221317699995, - 37.321069898000076 - ], - [ - -121.92221149099998, - 37.320943681000074 - ], - [ - -121.922209926, - 37.320820713000046 - ], - [ - -121.92220903699996, - 37.32075448000006 - ], - [ - -121.92220828399996, - 37.320695295000064 - ], - [ - -121.922206599, - 37.320569102000036 - ], - [ - -121.92220502199996, - 37.320445515000074 - ], - [ - -121.92220321299999, - 37.32032190900003 - ], - [ - -121.92219927599996, - 37.32027310900003 - ], - [ - -121.92220585599995, - 37.320215301000076 - ], - [ - -121.92220686499996, - 37.32020654400003 - ], - [ - -121.92220466799995, - 37.32009257900006 - ], - [ - -121.9222023199999, - 37.32009121200008 - ], - [ - -121.92219793399994, - 37.319978142000025 - ], - [ - -121.92220647, - 37.31997794800003 - ], - [ - -121.92220645799995, - 37.319975819000035 - ], - [ - -121.92220704299996, - 37.31986042400007 - ], - [ - -121.92220771299998, - 37.319745073000036 - ], - [ - -121.92220697799996, - 37.319671811000035 - ], - [ - -121.92236898599998, - 37.319669730000044 - ], - [ - -121.92267749299998, - 37.31966694600004 - ], - [ - -121.92273994899995, - 37.31966570700007 - ], - [ - -121.92280415399995, - 37.31966444700004 - ], - [ - -121.92291924099999, - 37.31966222600005 - ], - [ - -121.92301953799995, - 37.319662976000075 - ], - [ - -121.92322931599995, - 37.319661961000065 - ], - [ - -121.92345090999999, - 37.319660071000044 - ], - [ - -121.92366453499994, - 37.319657910000046 - ], - [ - -121.92367812799995, - 37.319659827000066 - ], - [ - -121.92369187399999, - 37.319660783000074 - ], - [ - -121.92370560299997, - 37.319660845000044 - ], - [ - -121.92371940099997, - 37.31965994500007 - ], - [ - -121.92373295099998, - 37.319658109000045 - ], - [ - -121.92374631099995, - 37.31965533700003 - ], - [ - -121.92375198399998, - 37.31977109200005 - ], - [ - -121.92375333799998, - 37.31996099300005 - ], - [ - -121.923754208, - 37.32007884300003 - ], - [ - -121.923755052, - 37.320192389000056 - ], - [ - -121.92375588799996, - 37.32030696600003 - ], - [ - -121.92329438999997, - 37.32031140600003 - ], - [ - -121.92329562299994, - 37.32043488200003 - ], - [ - -121.92329682299999, - 37.32055957100005 - ], - [ - -121.92375778699994, - 37.32055559600008 - ], - [ - -121.923913299, - 37.32055253900006 - ], - [ - -121.92391254999995, - 37.320428942000035 - ], - [ - -121.92391180099997, - 37.320305346000055 - ], - [ - -121.92391107999998, - 37.32018179500005 - ], - [ - -121.92391032899997, - 37.32005819900007 - ], - [ - -121.92390955199994, - 37.319930139000064 - ], - [ - -121.92390882399997, - 37.31980764100007 - ], - [ - -121.92390834399998, - 37.319723846000045 - ], - [ - -121.92390689599995, - 37.31961170300008 - ], - [ - -121.923920249, - 37.319611519000034 - ], - [ - -121.92393359999994, - 37.31961133300007 - ], - [ - -121.92402574899995, - 37.319610099000045 - ], - [ - -121.92415970099995, - 37.31960815100007 - ], - [ - -121.92430623799999, - 37.31960485800005 - ], - [ - -121.92451558099998, - 37.319597713000064 - ], - [ - -121.924709641, - 37.31959311000003 - ], - [ - -121.92479965799998, - 37.31958986300003 - ], - [ - -121.92484522199999, - 37.31958805000005 - ], - [ - -121.92490951699995, - 37.31958546000004 - ], - [ - -121.924962339, - 37.31959003600008 - ], - [ - -121.92501513399998, - 37.31959463600003 - ], - [ - -121.92506795599996, - 37.31959921300006 - ], - [ - -121.92517301299995, - 37.31959855300005 - ], - [ - -121.92521273899996, - 37.31959720000003 - ], - [ - -121.92525246399998, - 37.319598778000056 - ], - [ - -121.92529181499998, - 37.31960328800005 - ], - [ - -121.92533050499998, - 37.31961066900004 - ], - [ - -121.92536815799997, - 37.31962085500004 - ], - [ - -121.92540448899996, - 37.31963378100005 - ], - [ - -121.92543917799998, - 37.31964931400006 - ], - [ - -121.92544381099998, - 37.319569211000044 - ], - [ - -121.92544199599996, - 37.31952656500005 - ], - [ - -121.925440327, - 37.31949316600003 - ], - [ - -121.92543935499998, - 37.31943469500004 - ], - [ - -121.92543908299996, - 37.31935584200005 - ], - [ - -121.92543859499995, - 37.31921601400006 - ], - [ - -121.92543748399999, - 37.319076650000056 - ], - [ - -121.92543678499999, - 37.31898585500005 - ], - [ - -121.92543586899995, - 37.318939353000076 - ], - [ - -121.92543321599999, - 37.31880474700006 - ], - [ - -121.92543137599995, - 37.31871128700004 - ], - [ - -121.925430888, - 37.318664711000054 - ], - [ - -121.92542947199996, - 37.31852739000004 - ], - [ - -121.92542894499996, - 37.318391544000065 - ], - [ - -121.92542802599996, - 37.31831331700005 - ], - [ - -121.92542762899996, - 37.31822627300005 - ], - [ - -121.92542734499995, - 37.318143871000075 - ], - [ - -121.92542705799997, - 37.31806115100005 - ], - [ - -121.92542476099999, - 37.31795572500005 - ], - [ - -121.92542455799997, - 37.31789857100006 - ], - [ - -121.92542324599998, - 37.317759049000074 - ], - [ - -121.925422546, - 37.317621719000044 - ], - [ - -121.92542241099994, - 37.31759505400004 - ], - [ - -121.92542147499995, - 37.31748439200004 - ], - [ - -121.92542022999999, - 37.31734706700007 - ], - [ - -121.92541617399996, - 37.31625529000007 - ], - [ - -121.92583278999996, - 37.316259537000064 - ], - [ - -121.92595996399996, - 37.316257188000066 - ], - [ - -121.92622774199998, - 37.31625642400007 - ], - [ - -121.92676583899998, - 37.316248408000035 - ], - [ - -121.92715900399998, - 37.31624027700008 - ], - [ - -121.92745464899997, - 37.316240039000036 - ], - [ - -121.92790084299997, - 37.316235404000054 - ], - [ - -121.92814170799994, - 37.31623306400007 - ], - [ - -121.92840814299996, - 37.31622954200003 - ], - [ - -121.92883209099995, - 37.316224556000066 - ], - [ - -121.92909945099996, - 37.316221409000036 - ], - [ - -121.92943826699997, - 37.31621727500004 - ], - [ - -121.93047394599995, - 37.316173208000066 - ], - [ - -121.93072458999995, - 37.31615927400003 - ], - [ - -121.93080539799996, - 37.31615716600004 - ], - [ - -121.93159425599998, - 37.31611438500005 - ], - [ - -121.93159953299994, - 37.31611306100007 - ], - [ - -121.93160463299995, - 37.31611144300007 - ], - [ - -121.93160957999999, - 37.31610941300005 - ], - [ - -121.93161426199998, - 37.316107068000065 - ], - [ - -121.93161868399994, - 37.31610442700003 - ], - [ - -121.93162281099995, - 37.31610149200003 - ], - [ - -121.93162661999997, - 37.316098288000035 - ], - [ - -121.93163002099999, - 37.31609481300006 - ], - [ - -121.931633074, - 37.31609113500008 - ], - [ - -121.93163572199995, - 37.31608725700005 - ], - [ - -121.931637938, - 37.31608322400007 - ], - [ - -121.93163972099995, - 37.316079037000065 - ], - [ - -121.93163998299997, - 37.316050879000045 - ], - [ - -121.93163716899994, - 37.31542816900003 - ], - [ - -121.93162487899997, - 37.31465031300007 - ], - [ - -121.93161878799998, - 37.313844638000035 - ], - [ - -121.93161567099997, - 37.31343057200007 - ], - [ - -121.93161421399998, - 37.313237697000034 - ], - [ - -121.93161202099998, - 37.31294370200004 - ], - [ - -121.93160891699995, - 37.31253169800004 - ], - [ - -121.93160640599996, - 37.312242034000064 - ], - [ - -121.93160479999995, - 37.31205792600008 - ], - [ - -121.93160201399996, - 37.31174043100003 - ], - [ - -121.93160083499998, - 37.31160708800007 - ], - [ - -121.93159982099996, - 37.31148983500003 - ], - [ - -121.93159875799995, - 37.31136699800004 - ], - [ - -121.93159705399995, - 37.31117474300004 - ], - [ - -121.93159462099999, - 37.31089059400006 - ], - [ - -121.93180405599998, - 37.31090449200008 - ], - [ - -121.93180388699994, - 37.31088049700003 - ], - [ - -121.93180337899997, - 37.31080847700008 - ], - [ - -121.93180288599996, - 37.310738714000024 - ], - [ - -121.93180348499999, - 37.31070265500006 - ], - [ - -121.93180463599998, - 37.310613095000065 - ], - [ - -121.93180546899998, - 37.310523517000036 - ], - [ - -121.93180660399997, - 37.31038678200008 - ], - [ - -121.93180397799995, - 37.310330459000056 - ], - [ - -121.93180367199994, - 37.310304002000066 - ], - [ - -121.93180311499998, - 37.310256983000045 - ], - [ - -121.93188619399996, - 37.31025561000007 - ], - [ - -121.93200256299997, - 37.31025370700007 - ], - [ - -121.93199943499997, - 37.309885515000076 - ], - [ - -121.93199829399998, - 37.309751187000074 - ], - [ - -121.93199718299996, - 37.30961688200006 - ], - [ - -121.93246042099997, - 37.30961547700008 - ], - [ - -121.93245875099996, - 37.30941910200005 - ], - [ - -121.93242762699998, - 37.30941900200003 - ], - [ - -121.93206332399996, - 37.309418030000074 - ], - [ - -121.93206258099997, - 37.30933897700004 - ], - [ - -121.93206179499998, - 37.309255965000034 - ], - [ - -121.93205629, - 37.30925582700007 - ], - [ - -121.93205247599997, - 37.309255620000044 - ], - [ - -121.93205089699995, - 37.30925548000005 - ], - [ - -121.93204968899994, - 37.30925528900008 - ], - [ - -121.93204664299998, - 37.30925486900003 - ], - [ - -121.93204365399998, - 37.30925437900004 - ], - [ - -121.93204204199998, - 37.30925403200007 - ], - [ - -121.93204060199997, - 37.309253683000065 - ], - [ - -121.93203786699996, - 37.30925298400007 - ], - [ - -121.93203550499999, - 37.309252350000065 - ], - [ - -121.93203388999996, - 37.30925182000004 - ], - [ - -121.93203221699997, - 37.30925122200006 - ], - [ - -121.93203057099998, - 37.30925060200008 - ], - [ - -121.93202947499998, - 37.30925018000005 - ], - [ - -121.93202675899994, - 37.30924906800004 - ], - [ - -121.93202522699994, - 37.30924840000006 - ], - [ - -121.93202143599996, - 37.309246433000055 - ], - [ - -121.93201743699996, - 37.30924407800006 - ], - [ - -121.93201627699995, - 37.30924331400007 - ], - [ - -121.93201313599997, - 37.309241040000074 - ], - [ - -121.93201217799998, - 37.309240343000056 - ], - [ - -121.93201025699994, - 37.30923878700003 - ], - [ - -121.93200920699996, - 37.30923786100004 - ], - [ - -121.93200847699995, - 37.309237160000066 - ], - [ - -121.93200654999998, - 37.309235330000035 - ], - [ - -121.93200576199996, - 37.309234538000055 - ], - [ - -121.93200506, - 37.30923379200004 - ], - [ - -121.93200435799997, - 37.30923304400005 - ], - [ - -121.93200268599998, - 37.30923105000005 - ], - [ - -121.93200198299996, - 37.30923019000005 - ], - [ - -121.93200103999999, - 37.30922887300005 - ], - [ - -121.93199995099997, - 37.309227376000024 - ], - [ - -121.93199930299994, - 37.30922646700003 - ], - [ - -121.93199817599998, - 37.309224491000066 - ], - [ - -121.93199758399999, - 37.30922349000008 - ], - [ - -121.93199698999996, - 37.30922235300005 - ], - [ - -121.93199582699998, - 37.30922005600007 - ], - [ - -121.93199399099996, - 37.30921545500007 - ], - [ - -121.93199359099998, - 37.309214017000045 - ], - [ - -121.93199312999997, - 37.30921237500007 - ], - [ - -121.93199272499999, - 37.30921070900007 - ], - [ - -121.93199253499995, - 37.30920972700005 - ], - [ - -121.93199221799995, - 37.30920817400005 - ], - [ - -121.93199194599998, - 37.309205888000065 - ], - [ - -121.93199183599995, - 37.30920465400004 - ], - [ - -121.93199175099994, - 37.30920321200006 - ], - [ - -121.93199165199997, - 37.30920101600003 - ], - [ - -121.93199108899995, - 37.30902797600004 - ], - [ - -121.93199043599998, - 37.30883987400006 - ], - [ - -121.932228211, - 37.30884049200006 - ], - [ - -121.93223014699998, - 37.30842116900004 - ], - [ - -121.93223055599998, - 37.30833800600004 - ], - [ - -121.93223094399997, - 37.30825639900007 - ], - [ - -121.93223000599994, - 37.30783356400008 - ], - [ - -121.93245911999998, - 37.307833921000054 - ], - [ - -121.93268012599998, - 37.30783300400003 - ], - [ - -121.93274101199995, - 37.307832580000024 - ], - [ - -121.93291363199995, - 37.307832345000065 - ], - [ - -121.93300922699996, - 37.30783218300007 - ], - [ - -121.93314244399994, - 37.307831950000036 - ], - [ - -121.93336069799994, - 37.30783097400007 - ], - [ - -121.93358930099998, - 37.30782865700007 - ], - [ - -121.93367476699996, - 37.30782784000007 - ], - [ - -121.93381621599997, - 37.30782947300003 - ], - [ - -121.93391957299997, - 37.30782921600007 - ], - [ - -121.93405073099996, - 37.30782909900006 - ], - [ - -121.93413517699997, - 37.30782891100006 - ], - [ - -121.93427913199997, - 37.30782824800008 - ], - [ - -121.93435498599996, - 37.30782832700004 - ], - [ - -121.93450605599998, - 37.307828124000025 - ], - [ - -121.93457067799994, - 37.30782815800006 - ], - [ - -121.93473144099994, - 37.307828295000036 - ], - [ - -121.93478945499999, - 37.30782753900007 - ], - [ - -121.93495848599997, - 37.307829955000045 - ], - [ - -121.93500467499996, - 37.30782968600005 - ], - [ - -121.93518555499998, - 37.30783131600003 - ], - [ - -121.93521005799994, - 37.30783140400007 - ], - [ - -121.93540557299997, - 37.30783267100003 - ], - [ - -121.93541655099995, - 37.30783276600005 - ], - [ - -121.93541677199994, - 37.30783830300004 - ], - [ - -121.93562329399998, - 37.30783678000006 - ], - [ - -121.93563481499996, - 37.30783679900003 - ], - [ - -121.93584963499995, - 37.30783748600004 - ], - [ - -121.93585175599998, - 37.30783750400008 - ], - [ - -121.936065155, - 37.307837293000034 - ], - [ - -121.93607757499996, - 37.30783796400004 - ], - [ - -121.93631420499997, - 37.307838795000066 - ], - [ - -121.93641791399995, - 37.30783747600003 - ], - [ - -121.93641860599996, - 37.30776014600008 - ], - [ - -121.93641843299997, - 37.30771835100006 - ], - [ - -121.93641774999998, - 37.30756801900003 - ], - [ - -121.93652091299998, - 37.30756805800007 - ], - [ - -121.93708034399998, - 37.30756403400005 - ], - [ - -121.93718523999996, - 37.30756327600005 - ], - [ - -121.93718481499997, - 37.307550141000036 - ], - [ - -121.93718053799995, - 37.30742013300005 - ], - [ - -121.93718049499995, - 37.30741782100006 - ], - [ - -121.93717955399995, - 37.30735550300005 - ], - [ - -121.937178443, - 37.30727826300006 - ], - [ - -121.93717679999997, - 37.307166008000024 - ], - [ - -121.93717643499997, - 37.307139575000065 - ], - [ - -121.93717441399997, - 37.30700019900007 - ], - [ - -121.93717391799998, - 37.306965526000056 - ], - [ - -121.93717245899995, - 37.306864279000024 - ], - [ - -121.93717149599996, - 37.30680074900005 - ], - [ - -121.93717042099996, - 37.30672694200007 - ], - [ - -121.93716959899996, - 37.30663353800003 - ], - [ - -121.93716924199998, - 37.30658964000003 - ], - [ - -121.93716817599994, - 37.306470121000075 - ], - [ - -121.93716798199995, - 37.30644956800006 - ], - [ - -121.93716680199998, - 37.30631224200005 - ], - [ - -121.93716670099997, - 37.30630395800006 - ], - [ - -121.93716556699997, - 37.30617491800007 - ], - [ - -121.937165226, - 37.30613779400005 - ], - [ - -121.93716285999994, - 37.30597301500006 - ], - [ - -121.93716280999996, - 37.30596894100006 - ], - [ - -121.93716180499996, - 37.30590028300003 - ], - [ - -121.93716062299995, - 37.305817872000034 - ], - [ - -121.93716055199997, - 37.305808236000075 - ], - [ - -121.93716019799996, - 37.30576296400005 - ], - [ - -121.93715921699999, - 37.305643445000044 - ], - [ - -121.93715909999997, - 37.305628384000045 - ], - [ - -121.93715791199998, - 37.305478675000074 - ], - [ - -121.93715786799999, - 37.305470435000075 - ], - [ - -121.93715646199996, - 37.30529149800003 - ], - [ - -121.93744651099996, - 37.30529157900003 - ], - [ - -121.93762603899995, - 37.30529175700008 - ], - [ - -121.93794981199994, - 37.305294581000055 - ], - [ - -121.93840851699997, - 37.30529130800005 - ], - [ - -121.93867325499997, - 37.30528943100006 - ], - [ - -121.93886490299997, - 37.30528815200006 - ], - [ - -121.93919885999998, - 37.305297532000054 - ], - [ - -121.93944828099995, - 37.30529645900003 - ], - [ - -121.93945144599996, - 37.305609624000056 - ], - [ - -121.93966450699997, - 37.30560856300008 - ], - [ - -121.93966486699998, - 37.305630258000065 - ], - [ - -121.939666553, - 37.30572674200005 - ], - [ - -121.939666919, - 37.305748642000026 - ], - [ - -121.93966816299996, - 37.305820707000066 - ], - [ - -121.93966845099999, - 37.30583714000005 - ], - [ - -121.93966916299996, - 37.305885955000065 - ], - [ - -121.93966958899995, - 37.305915524000056 - ], - [ - -121.93966963999998, - 37.30601346900005 - ], - [ - -121.939669633, - 37.30602051900007 - ], - [ - -121.93966970799994, - 37.30610926300005 - ], - [ - -121.93966972799996, - 37.30615785900005 - ], - [ - -121.93966974399996, - 37.306204851000075 - ], - [ - -121.93966982099994, - 37.306295152000075 - ], - [ - -121.93966980699997, - 37.30629734900003 - ], - [ - -121.93966997899997, - 37.306303298000046 - ], - [ - -121.93967201999999, - 37.30639442100005 - ], - [ - -121.93967184499996, - 37.30639721600005 - ], - [ - -121.93966840099995, - 37.306425207000075 - ], - [ - -121.93966844899995, - 37.306427701000075 - ], - [ - -121.93966938899996, - 37.30648692800003 - ], - [ - -121.93967066299996, - 37.30656501400006 - ], - [ - -121.93967107499998, - 37.30658941000007 - ], - [ - -121.93967261599994, - 37.306685712000046 - ], - [ - -121.93967290699999, - 37.30670232600005 - ], - [ - -121.939673573, - 37.30678444800003 - ], - [ - -121.93967400499997, - 37.30683962900008 - ], - [ - -121.93967428699995, - 37.30687364100004 - ], - [ - -121.939675003, - 37.30696883200005 - ], - [ - -121.93967505699999, - 37.30697608600008 - ], - [ - -121.93967509999999, - 37.30697833000005 - ], - [ - -121.93967632599998, - 37.30706733300008 - ], - [ - -121.93967705399996, - 37.30711701900003 - ], - [ - -121.93967762999995, - 37.30716178500006 - ], - [ - -121.93967885799998, - 37.30725085700004 - ], - [ - -121.93967892499995, - 37.30725433600003 - ], - [ - -121.93968004599998, - 37.307334827000034 - ], - [ - -121.939680238, - 37.30734929000005 - ], - [ - -121.93968085299997, - 37.307391653000025 - ], - [ - -121.93968282599997, - 37.30752828200008 - ], - [ - -121.93968428199997, - 37.30762916300006 - ], - [ - -121.93968475899999, - 37.30766285100003 - ], - [ - -121.939685914, - 37.30780017700005 - ], - [ - -121.93968702899997, - 37.30793848700006 - ], - [ - -121.93968677599997, - 37.30794164900004 - ], - [ - -121.93968527199996, - 37.30796178800006 - ], - [ - -121.93968530399997, - 37.30796343700007 - ], - [ - -121.939687247, - 37.308055316000036 - ], - [ - -121.93968775499997, - 37.30808030500003 - ], - [ - -121.93968900199997, - 37.30813907100003 - ], - [ - -121.93969089099994, - 37.30823122500004 - ], - [ - -121.93969121599997, - 37.30824509400003 - ], - [ - -121.93969134399998, - 37.30834990400007 - ], - [ - -121.93969141699995, - 37.30840275700007 - ], - [ - -121.93969152499994, - 37.30840989700005 - ], - [ - -121.93969203999995, - 37.30844713400006 - ], - [ - -121.93969339799997, - 37.308542842000065 - ], - [ - -121.93969342899999, - 37.30854442100008 - ], - [ - -121.93969382499995, - 37.308579896000026 - ], - [ - -121.939694509, - 37.30863628800006 - ], - [ - -121.93969574099998, - 37.308737378000046 - ], - [ - -121.93969593599996, - 37.30875495500004 - ], - [ - -121.93917753899996, - 37.308756335000055 - ], - [ - -121.93917704599994, - 37.30879926000006 - ], - [ - -121.939176638, - 37.308834629000046 - ], - [ - -121.93969697899996, - 37.30882997600003 - ], - [ - -121.93979095699996, - 37.30882916500008 - ], - [ - -121.93979328299997, - 37.309031713000024 - ], - [ - -121.93979559599995, - 37.30923220100004 - ], - [ - -121.939797941, - 37.30943266600008 - ], - [ - -121.93980015799997, - 37.309629630000074 - ], - [ - -121.93980030799997, - 37.30964038700006 - ], - [ - -121.93977523599995, - 37.30964055700008 - ], - [ - -121.939777419, - 37.30983271400004 - ], - [ - -121.93977972799996, - 37.310032996000075 - ], - [ - -121.93919038499996, - 37.310038245000044 - ], - [ - -121.93908724699997, - 37.31004091600005 - ], - [ - -121.93908604699999, - 37.310102861000075 - ], - [ - -121.9390656899999, - 37.31021300200007 - ], - [ - -121.93901808499999, - 37.31032443200007 - ], - [ - -121.93896589999997, - 37.31039605700005 - ], - [ - -121.93889719199996, - 37.31047043500007 - ], - [ - -121.93882942399995, - 37.31053204500006 - ], - [ - -121.93878580199998, - 37.31058591500005 - ], - [ - -121.93876402499995, - 37.31062034100006 - ], - [ - -121.93874900399999, - 37.310642373000064 - ], - [ - -121.93872425799998, - 37.310696703000076 - ], - [ - -121.93870783799997, - 37.31074437800004 - ], - [ - -121.93869656699997, - 37.31079299700008 - ], - [ - -121.93869049199998, - 37.31084221700007 - ], - [ - -121.93868966699995, - 37.31089164700006 - ], - [ - -121.93869411199995, - 37.31094096500004 - ], - [ - -121.93869604199995, - 37.31103524900004 - ], - [ - -121.93869822, - 37.31114095100003 - ], - [ - -121.93869822999994, - 37.31114893900008 - ], - [ - -121.93869868899998, - 37.31122932200003 - ], - [ - -121.93869942199996, - 37.311414838000076 - ], - [ - -121.93870375599994, - 37.31166529200004 - ], - [ - -121.93870414699995, - 37.311844905000044 - ], - [ - -121.93870848799997, - 37.31208682300007 - ], - [ - -121.93870950599995, - 37.31224546100003 - ], - [ - -121.93871031299994, - 37.31250321500005 - ], - [ - -121.93871117799995, - 37.31277449600003 - ], - [ - -121.93871219399995, - 37.313178583000024 - ], - [ - -121.93871175599998, - 37.313236317000076 - ], - [ - -121.93871076099998, - 37.313378156000056 - ], - [ - -121.93871419399994, - 37.313613056000065 - ], - [ - -121.93871981599995, - 37.31386189300008 - ], - [ - -121.93872629799995, - 37.31428802500005 - ], - [ - -121.93873088199996, - 37.314411506000056 - ], - [ - -121.93873429099995, - 37.314502246000075 - ], - [ - -121.93873408599995, - 37.31470004100004 - ], - [ - -121.93873693199998, - 37.314959533000035 - ], - [ - -121.93873893899996, - 37.31512189000006 - ], - [ - -121.93873824599996, - 37.315216891000034 - ], - [ - -121.93875264399998, - 37.31535295600003 - ], - [ - -121.93875605899996, - 37.31549902100005 - ], - [ - -121.93875415899998, - 37.31561033500003 - ], - [ - -121.93875347399995, - 37.315650653000034 - ], - [ - -121.93875937299998, - 37.31592134600004 - ], - [ - -121.93866089999995, - 37.31592731600006 - ], - [ - -121.93866038299996, - 37.31593174100004 - ], - [ - -121.938659729, - 37.31593497700004 - ], - [ - -121.93865946399995, - 37.315936124000075 - ], - [ - -121.93865913699995, - 37.315937044000066 - ], - [ - -121.93865805699994, - 37.315940468000065 - ], - [ - -121.93865751099997, - 37.315941802000054 - ], - [ - -121.93865632899997, - 37.31594447100008 - ], - [ - -121.93865530699998, - 37.315946430000054 - ], - [ - -121.93865419999997, - 37.31594850300007 - ], - [ - -121.93865350399994, - 37.315949587000034 - ], - [ - -121.93865269799994, - 37.31595081000006 - ], - [ - -121.93865166699999, - 37.315952380000056 - ], - [ - -121.93864962499998, - 37.315954969000074 - ], - [ - -121.93864869999999, - 37.315956124000024 - ], - [ - -121.93864544399997, - 37.31595962100005 - ], - [ - -121.93864471199998, - 37.31596033900007 - ], - [ - -121.93864344499997, - 37.31596145300006 - ], - [ - -121.938642572, - 37.315962289000026 - ], - [ - -121.93864087799994, - 37.31596366000008 - ], - [ - -121.93863977899997, - 37.31596452000008 - ], - [ - -121.93863763099995, - 37.315966127000024 - ], - [ - -121.938636783, - 37.315966755000034 - ], - [ - -121.93863565299995, - 37.315967569000065 - ], - [ - -121.93863358399994, - 37.31596883100008 - ], - [ - -121.93863236599998, - 37.31596953300004 - ], - [ - -121.93863134499998, - 37.31597011700006 - ], - [ - -121.93862910499996, - 37.31597135800007 - ], - [ - -121.93862771399995, - 37.31597210800004 - ], - [ - -121.93862248599999, - 37.31597441500003 - ], - [ - -121.938617648, - 37.315976169000066 - ], - [ - -121.93861425699998, - 37.31597719400003 - ], - [ - -121.93861286099997, - 37.31597762300004 - ], - [ - -121.93861091999997, - 37.31597808300006 - ], - [ - -121.93860958, - 37.31597841800004 - ], - [ - -121.93860792499999, - 37.31597878300005 - ], - [ - -121.93860489699995, - 37.315979277000054 - ], - [ - -121.9386036399999, - 37.315979499000036 - ], - [ - -121.93860118199996, - 37.315979850000076 - ], - [ - -121.93859880899998, - 37.315980084000046 - ], - [ - -121.93859268199998, - 37.31598045700008 - ], - [ - -121.93854686199995, - 37.315980814000056 - ], - [ - -121.93854951099996, - 37.31609733700003 - ], - [ - -121.93855220599994, - 37.31621518800006 - ], - [ - -121.93855878, - 37.31621577100003 - ], - [ - -121.93856530499994, - 37.316216835000034 - ], - [ - -121.9385716099999, - 37.31621829200003 - ], - [ - -121.93857775199996, - 37.31622025400003 - ], - [ - -121.93858367299998, - 37.31622260700004 - ], - [ - -121.93858928699996, - 37.316225400000064 - ], - [ - -121.93859459199996, - 37.31622856100006 - ], - [ - -121.93859950399997, - 37.31623209500003 - ], - [ - -121.93860399099998, - 37.316235978000066 - ], - [ - -121.93860805599996, - 37.31624013900006 - ], - [ - -121.93861163799994, - 37.316244604000076 - ], - [ - -121.93861467999994, - 37.31624928200006 - ], - [ - -121.93861720999996, - 37.31625414900003 - ], - [ - -121.93861919699998, - 37.31625920700003 - ], - [ - -121.93862058699995, - 37.31626436200003 - ], - [ - -121.938621405, - 37.316269618000035 - ], - [ - -121.93862413899996, - 37.316560561000074 - ], - [ - -121.93862477399995, - 37.316632291000076 - ], - [ - -121.938625103, - 37.31666721800008 - ], - [ - -121.938620459, - 37.31669096500008 - ], - [ - -121.9386131699999, - 37.31671428800007 - ], - [ - -121.93860328899996, - 37.31673697900004 - ], - [ - -121.93859089999995, - 37.316758899000035 - ], - [ - -121.93857614199999, - 37.316779842000074 - ], - [ - -121.93855904099996, - 37.316799623000065 - ], - [ - -121.93853982199994, - 37.316818125000054 - ], - [ - -121.93851859799997, - 37.316835163000064 - ], - [ - -121.938495537, - 37.31685062300005 - ], - [ - -121.93847084099997, - 37.31686436200005 - ], - [ - -121.93844473099995, - 37.31687628800006 - ], - [ - -121.93841735299998, - 37.31688630700006 - ], - [ - -121.93838899199994, - 37.31689430000006 - ], - [ - -121.93835981499996, - 37.31690024400007 - ], - [ - -121.93833011299995, - 37.31690411100004 - ], - [ - -121.93830010899995, - 37.31690580700007 - ], - [ - -121.93819749099998, - 37.31690640200003 - ], - [ - -121.93793961399996, - 37.31690792000006 - ], - [ - -121.93768537499994, - 37.31690946000003 - ], - [ - -121.93742927299996, - 37.316910954000036 - ], - [ - -121.93716967399996, - 37.316912513000034 - ], - [ - -121.93693239999999, - 37.316913913000064 - ], - [ - -121.93688009899995, - 37.31692293200007 - ], - [ - -121.93672285699995, - 37.316923624000026 - ], - [ - -121.93625325199997, - 37.316925697000045 - ], - [ - -121.93623166099997, - 37.31689240400004 - ], - [ - -121.93621414199998, - 37.316857620000064 - ], - [ - -121.936200897, - 37.31682164000006 - ], - [ - -121.93619199299997, - 37.31678482700005 - ], - [ - -121.93618754999994, - 37.316747502000055 - ], - [ - -121.93618602099997, - 37.316666422000026 - ], - [ - -121.93597963299999, - 37.31666439600008 - ], - [ - -121.93598342799999, - 37.31686486700005 - ], - [ - -121.93598452899994, - 37.31698337600005 - ], - [ - -121.93598355399996, - 37.31698625000007 - ], - [ - -121.935982288, - 37.31698905800005 - ], - [ - -121.93598153399995, - 37.316990393000026 - ], - [ - -121.93598076399996, - 37.31699175500006 - ], - [ - -121.93597898099995, - 37.31699438600003 - ], - [ - -121.93597690699994, - 37.31699688400005 - ], - [ - -121.93555577999996, - 37.316983297000036 - ], - [ - -121.93541745599998, - 37.316984123000054 - ], - [ - -121.935045458, - 37.31697087200007 - ], - [ - -121.93489425999996, - 37.31696549000003 - ], - [ - -121.93483167299996, - 37.316925421000064 - ], - [ - -121.93485765899999, - 37.31689511600007 - ], - [ - -121.93486348899995, - 37.31688376000005 - ], - [ - -121.93486754099996, - 37.31687544700003 - ], - [ - -121.93487067199999, - 37.316866848000075 - ], - [ - -121.93487288299997, - 37.31685807700006 - ], - [ - -121.934874144, - 37.31684918000008 - ], - [ - -121.93487443099997, - 37.31684025000004 - ], - [ - -121.93487380199997, - 37.31683133000007 - ], - [ - -121.93487216899996, - 37.316822469000044 - ], - [ - -121.93486962399999, - 37.31681377900003 - ], - [ - -121.93486616599995, - 37.316805260000024 - ], - [ - -121.93486176699997, - 37.31679705200003 - ], - [ - -121.93485654099999, - 37.316789150000034 - ], - [ - -121.93485046399996, - 37.31678162500003 - ], - [ - -121.934843651, - 37.316774543000065 - ], - [ - -121.93483604299996, - 37.31676797500006 - ], - [ - -121.93482776099995, - 37.316761943000074 - ], - [ - -121.93481888499997, - 37.31675648800007 - ], - [ - -121.93480947899997, - 37.316751682000074 - ], - [ - -121.93479956999994, - 37.31674752400005 - ], - [ - -121.93478924399994, - 37.316744079000046 - ], - [ - -121.934778586, - 37.316741302000025 - ], - [ - -121.93477542399995, - 37.316740792000076 - ], - [ - -121.93476510199997, - 37.31673908700003 - ], - [ - -121.93475462199996, - 37.31673807100003 - ], - [ - -121.93474409699996, - 37.31673774200004 - ], - [ - -121.93473361599996, - 37.31673812200006 - ], - [ - -121.93472311799997, - 37.31673916600005 - ], - [ - -121.93471283399998, - 37.31674091800005 - ], - [ - -121.93468083, - 37.31675181600008 - ], - [ - -121.93465039199998, - 37.31676516700003 - ], - [ - -121.93462168999997, - 37.31678085400006 - ], - [ - -121.93460742299999, - 37.31679014000008 - ], - [ - -121.93459218999999, - 37.31679838400004 - ], - [ - -121.93457613499999, - 37.31680553900003 - ], - [ - -121.93455934199994, - 37.31681155800004 - ], - [ - -121.934541922, - 37.31681632600004 - ], - [ - -121.93452407899997, - 37.316819886000076 - ], - [ - -121.93450592399995, - 37.31682221500006 - ], - [ - -121.93448754499997, - 37.31682319600003 - ], - [ - -121.93448694399996, - 37.316890476000026 - ], - [ - -121.93446128999994, - 37.31689182000008 - ], - [ - -121.934180519, - 37.31689365600005 - ], - [ - -121.93381057399995, - 37.31689030900003 - ], - [ - -121.93361768199998, - 37.31689404400004 - ], - [ - -121.93300785199995, - 37.316896444000065 - ], - [ - -121.93294048799999, - 37.316831414000035 - ], - [ - -121.93293468399997, - 37.316528720000065 - ], - [ - -121.93310659999997, - 37.31652661700008 - ], - [ - -121.93327854499995, - 37.31652451400004 - ], - [ - -121.93348481599998, - 37.31652199000007 - ], - [ - -121.93347925399996, - 37.316231996000056 - ], - [ - -121.93327298399998, - 37.31623452000008 - ], - [ - -121.9331010399999, - 37.316236623000066 - ], - [ - -121.93292912399994, - 37.31623872600005 - ], - [ - -121.93241337799998, - 37.31624503200004 - ], - [ - -121.93242077199994, - 37.316630866000025 - ], - [ - -121.93204030399994, - 37.316553869000074 - ], - [ - -121.93201964699995, - 37.316549681000026 - ], - [ - -121.93184944599994, - 37.31652012200004 - ], - [ - -121.93160091399994, - 37.31647694900005 - ], - [ - -121.93160865699997, - 37.31760537500003 - ], - [ - -121.93161492499996, - 37.31760635300003 - ], - [ - -121.93162108399997, - 37.31760776500005 - ], - [ - -121.93162702399997, - 37.31760961500004 - ], - [ - -121.93163276999996, - 37.31761185600004 - ], - [ - -121.93163820899997, - 37.317614537000054 - ], - [ - -121.93164336799998, - 37.31761751800008 - ], - [ - -121.93164816099994, - 37.317620893000026 - ], - [ - -121.93165258799996, - 37.31762459300006 - ], - [ - -121.93165656199994, - 37.31762857200005 - ], - [ - -121.93166008399999, - 37.31763283300006 - ], - [ - -121.93166314899997, - 37.31763730500006 - ], - [ - -121.93166567499998, - 37.31764198900004 - ], - [ - -121.93166771899996, - 37.317646841000055 - ], - [ - -121.93166918699995, - 37.317651789000024 - ], - [ - -121.93167011399999, - 37.31765683700007 - ], - [ - -121.93167049899995, - 37.31766191400004 - ], - [ - -121.93186626, - 37.31769111500006 - ], - [ - -121.93207268599997, - 37.31772191400006 - ], - [ - -121.93207249099999, - 37.31784334800005 - ], - [ - -121.93244226899998, - 37.317840819000025 - ], - [ - -121.93243686999995, - 37.31769205400008 - ], - [ - -121.93270421899996, - 37.31773149900005 - ], - [ - -121.93274793699999, - 37.31773808200006 - ], - [ - -121.93275433599996, - 37.31773999600006 - ], - [ - -121.93276054199998, - 37.31774232300006 - ], - [ - -121.93276644199995, - 37.31774508900003 - ], - [ - -121.932772033, - 37.31774822600005 - ], - [ - -121.93277729, - 37.317751755000074 - ], - [ - -121.93278212099995, - 37.31775561100005 - ], - [ - -121.93278655699999, - 37.317759814000055 - ], - [ - -121.93279048099998, - 37.317764252000075 - ], - [ - -121.93279395499997, - 37.31776899400006 - ], - [ - -121.93279688599995, - 37.31777392500004 - ], - [ - -121.932799279, - 37.317779046000055 - ], - [ - -121.93280112699995, - 37.317784310000036 - ], - [ - -121.93280240599995, - 37.31778967400004 - ], - [ - -121.93302137399996, - 37.31779754900003 - ], - [ - -121.93302625099994, - 37.317794811000056 - ], - [ - -121.93303139299996, - 37.31779243600005 - ], - [ - -121.93303677199998, - 37.31779044700005 - ], - [ - -121.93304232999998, - 37.31778882300006 - ], - [ - -121.93304806699996, - 37.317787585000076 - ], - [ - -121.933053928, - 37.31778678200004 - ], - [ - -121.93305924899994, - 37.317786374000036 - ], - [ - -121.93306458, - 37.31778630800005 - ], - [ - -121.93306991499998, - 37.31778660900005 - ], - [ - -121.93307520199994, - 37.31778723000008 - ], - [ - -121.93308040599999, - 37.31778817500003 - ], - [ - -121.93335398199997, - 37.31782939400006 - ], - [ - -121.93337599899996, - 37.31783271900008 - ], - [ - -121.93365760699999, - 37.31787283400007 - ], - [ - -121.93366315299994, - 37.31787363500007 - ], - [ - -121.93366862199997, - 37.317874827000026 - ], - [ - -121.93367392599998, - 37.31787638700007 - ], - [ - -121.93367906399999, - 37.317878316000076 - ], - [ - -121.93368395099998, - 37.31788056800008 - ], - [ - -121.93368858599996, - 37.317883144000064 - ], - [ - -121.93369293999996, - 37.317886043000044 - ], - [ - -121.93369698499998, - 37.31788922100003 - ], - [ - -121.93370060599995, - 37.31789268000006 - ], - [ - -121.93370388599999, - 37.317896347000044 - ], - [ - -121.93370679799995, - 37.31790024800006 - ], - [ - -121.93370919699998, - 37.31790431700006 - ], - [ - -121.93371119899996, - 37.31790855000003 - ], - [ - -121.93371274299994, - 37.31791287900006 - ], - [ - -121.93371383199997, - 37.31791733000006 - ], - [ - -121.93371440499999, - 37.31792180900004 - ], - [ - -121.93399936699996, - 37.31792310600008 - ], - [ - -121.93400732899994, - 37.31792282500004 - ], - [ - -121.93400916399997, - 37.317922804000034 - ], - [ - -121.93401897799998, - 37.31792343700005 - ], - [ - -121.93428580899996, - 37.317953706000026 - ], - [ - -121.93457693599998, - 37.317980471000055 - ], - [ - -121.93458540299997, - 37.31798114600008 - ], - [ - -121.93459148999995, - 37.31798175700004 - ], - [ - -121.93459747099996, - 37.31798280700008 - ], - [ - -121.93460331799997, - 37.31798424600004 - ], - [ - -121.93460897099999, - 37.317986122000036 - ], - [ - -121.93461440199997, - 37.317988366000066 - ], - [ - -121.93461955599997, - 37.31799102800005 - ], - [ - -121.93462439799998, - 37.31799399100004 - ], - [ - -121.93462887499999, - 37.31799732300004 - ], - [ - -121.93463298599994, - 37.31800093500004 - ], - [ - -121.93463667199995, - 37.31800484900003 - ], - [ - -121.934639904, - 37.31800899900003 - ], - [ - -121.93464268199995, - 37.318013337000025 - ], - [ - -121.934644946, - 37.31801788800004 - ], - [ - -121.934646698, - 37.31802255900004 - ], - [ - -121.93464793699997, - 37.31802735000008 - ], - [ - -121.93464863199995, - 37.31803221700005 - ], - [ - -121.93484965999994, - 37.31803405900007 - ], - [ - -121.93485276799998, - 37.31803017500005 - ], - [ - -121.93485625099999, - 37.31802653800003 - ], - [ - -121.93486014099994, - 37.318023150000045 - ], - [ - -121.93486435199998, - 37.318020053000055 - ], - [ - -121.93486888299998, - 37.31801722900008 - ], - [ - -121.93487367999995, - 37.31801474300005 - ], - [ - -121.93487876699999, - 37.31801257500007 - ], - [ - -121.93488403499998, - 37.31801074700007 - ], - [ - -121.934889511, - 37.318009353000036 - ], - [ - -121.93489510799998, - 37.31800827700005 - ], - [ - -121.93490076999996, - 37.31800761300008 - ], - [ - -121.93490649699999, - 37.31800733700004 - ], - [ - -121.93492967799995, - 37.318008587000065 - ], - [ - -121.93495283099998, - 37.31800985900003 - ], - [ - -121.934975985, - 37.31801115500008 - ], - [ - -121.93497974199994, - 37.318011338000076 - ], - [ - -121.93506977099997, - 37.31801625600008 - ], - [ - -121.93509352599995, - 37.31801752100006 - ], - [ - -121.93511730899996, - 37.318018763000055 - ], - [ - -121.935141064, - 37.31802000600004 - ], - [ - -121.93514482199998, - 37.31802021100003 - ], - [ - -121.93514858099996, - 37.31802039400003 - ], - [ - -121.93515483599998, - 37.31802073100005 - ], - [ - -121.93516108899996, - 37.31802101900007 - ], - [ - -121.93516734299999, - 37.31802135500004 - ], - [ - -121.93517110099998, - 37.31802156200007 - ], - [ - -121.93517482899995, - 37.31802176700006 - ], - [ - -121.93517858799999, - 37.318021927000075 - ], - [ - -121.93518234599998, - 37.31802213200007 - ], - [ - -121.93518610599995, - 37.31802233900004 - ], - [ - -121.93518986199996, - 37.31802249900005 - ], - [ - -121.93519359199996, - 37.31802268200005 - ], - [ - -121.93519734899996, - 37.31802288800003 - ], - [ - -121.93520110799994, - 37.31802309400007 - ], - [ - -121.93531809399997, - 37.31802880300006 - ], - [ - -121.93537658599996, - 37.31803161100004 - ], - [ - -121.93543507499999, - 37.31803428200004 - ], - [ - -121.93555208099997, - 37.31803955500004 - ], - [ - -121.93555679999997, - 37.31822854600006 - ], - [ - -121.93555907999996, - 37.31832045300007 - ], - [ - -121.93575854899996, - 37.318318641000076 - ], - [ - -121.93578505699998, - 37.31823048700005 - ], - [ - -121.93582290799998, - 37.31810476800007 - ], - [ - -121.93582570599995, - 37.31809825700003 - ], - [ - -121.93582919899995, - 37.31809198700006 - ], - [ - -121.93583338199994, - 37.31808598500004 - ], - [ - -121.93583817299998, - 37.31808027300008 - ], - [ - -121.93584357299994, - 37.31807494200007 - ], - [ - -121.93584955399996, - 37.31806999200006 - ], - [ - -121.93585603099996, - 37.31806549600003 - ], - [ - -121.93586300399994, - 37.31806145100006 - ], - [ - -121.93587035799999, - 37.318057905000046 - ], - [ - -121.93587812299995, - 37.318054878000055 - ], - [ - -121.93588613099996, - 37.318052401000045 - ], - [ - -121.93589437599996, - 37.31805051400005 - ], - [ - -121.935902834, - 37.31804919700005 - ], - [ - -121.93591138999994, - 37.31804845100004 - ], - [ - -121.93591998599999, - 37.318048324000074 - ], - [ - -121.935928564, - 37.318048790000034 - ], - [ - -121.93593706899998, - 37.31804987700008 - ], - [ - -121.93594541099998, - 37.31805151300006 - ], - [ - -121.93595356499998, - 37.31805372500003 - ], - [ - -121.93596141299997, - 37.318056514000034 - ], - [ - -121.93596895699994, - 37.31805983100003 - ], - [ - -121.93597610999996, - 37.31806365800003 - ], - [ - -121.93598278299999, - 37.31806794800008 - ], - [ - -121.93598900799998, - 37.31807274800008 - ], - [ - -121.93599466799998, - 37.318077920000064 - ], - [ - -121.93612436599994, - 37.318185836000055 - ], - [ - -121.93621008199995, - 37.31825562900008 - ], - [ - -121.93634698299996, - 37.318159714000046 - ], - [ - -121.93634390999995, - 37.31815643200008 - ], - [ - -121.93634250199995, - 37.31815473300003 - ], - [ - -121.93634109199996, - 37.318152987000076 - ], - [ - -121.93634035599996, - 37.31815187600006 - ], - [ - -121.93633864399999, - 37.31814937900003 - ], - [ - -121.93633808199996, - 37.31814847000004 - ], - [ - -121.93633763699995, - 37.31814762800008 - ], - [ - -121.93633653699999, - 37.31814560400005 - ], - [ - -121.93633591199995, - 37.31814439900006 - ], - [ - -121.93633534099996, - 37.318143055000064 - ], - [ - -121.93633477099996, - 37.318141757000035 - ], - [ - -121.93633422599999, - 37.31814018400007 - ], - [ - -121.93633365199997, - 37.318138635000025 - ], - [ - -121.93633232699995, - 37.31813386700003 - ], - [ - -121.93633160899998, - 37.318129276000036 - ], - [ - -121.93633147999998, - 37.31812705600004 - ], - [ - -121.93633137399996, - 37.31812451700006 - ], - [ - -121.93633173699999, - 37.31811959100003 - ], - [ - -121.93633250799996, - 37.318114958000024 - ], - [ - -121.93633379499994, - 37.318110388000036 - ], - [ - -121.93633418099995, - 37.31810949000004 - ], - [ - -121.93633488999996, - 37.31810767300004 - ], - [ - -121.93633565799996, - 37.318105900000035 - ], - [ - -121.93633673299996, - 37.318103644000075 - ], - [ - -121.93633800799995, - 37.31810138600008 - ], - [ - -121.93633859199997, - 37.31810041700004 - ], - [ - -121.93633928799994, - 37.31809933300008 - ], - [ - -121.93634062299998, - 37.31809725700003 - ], - [ - -121.93634308699995, - 37.318094228000064 - ], - [ - -121.93634566799994, - 37.318091311000046 - ], - [ - -121.93634676599999, - 37.31809029100003 - ], - [ - -121.93634870799997, - 37.31808845900008 - ], - [ - -121.93635025799995, - 37.31808706600003 - ], - [ - -121.93635115999996, - 37.31808627700008 - ], - [ - -121.93635536999994, - 37.31808311300006 - ], - [ - -121.93635992799994, - 37.31808026400006 - ], - [ - -121.93636253999995, - 37.31807890500005 - ], - [ - -121.93636415799995, - 37.318078084000035 - ], - [ - -121.93636699799998, - 37.31807674400005 - ], - [ - -121.936368561, - 37.318076061000056 - ], - [ - -121.93637001099995, - 37.31807549300004 - ], - [ - -121.93637188899999, - 37.31807478500008 - ], - [ - -121.93637325599997, - 37.31807431000004 - ], - [ - -121.936375108, - 37.318073715000025 - ], - [ - -121.93637684499998, - 37.318073189000074 - ], - [ - -121.93637869899999, - 37.318072663000066 - ], - [ - -121.93638058099998, - 37.31807220600007 - ], - [ - -121.93638174999995, - 37.318071916000065 - ], - [ - -121.936383348, - 37.31807157600008 - ], - [ - -121.93638620599995, - 37.31807108300006 - ], - [ - -121.93638763399997, - 37.318070860000034 - ], - [ - -121.93638957699994, - 37.31807056100007 - ], - [ - -121.93639209399998, - 37.318070302000024 - ], - [ - -121.93639361099997, - 37.31807014700007 - ], - [ - -121.93639764699998, - 37.318069912000055 - ], - [ - -121.93658917799996, - 37.318074135000074 - ], - [ - -121.93664429699999, - 37.318075976000046 - ], - [ - -121.93669924499994, - 37.31807930800005 - ], - [ - -121.93675407899997, - 37.318084129000056 - ], - [ - -121.93684879799997, - 37.31809590100005 - ], - [ - -121.93694254099995, - 37.31811207900006 - ], - [ - -121.93703487599998, - 37.31813262400004 - ], - [ - -121.93729702699994, - 37.318197963000046 - ], - [ - -121.93742097199998, - 37.318228856000076 - ], - [ - -121.93746683299997, - 37.31824550600004 - ], - [ - -121.93751166599998, - 37.31826384000004 - ], - [ - -121.93755538599999, - 37.31828388200006 - ], - [ - -121.93757205199995, - 37.318292100000065 - ], - [ - -121.937604196, - 37.318309241000065 - ], - [ - -121.937656576, - 37.31834297800003 - ], - [ - -121.93770794399995, - 37.318377713000075 - ], - [ - -121.93775826999996, - 37.31841342200005 - ], - [ - -121.93783278399997, - 37.31835219100003 - ], - [ - -121.93790716399997, - 37.31841066900006 - ], - [ - -121.93830860199995, - 37.31839254400006 - ], - [ - -121.93865910999995, - 37.318384784000045 - ], - [ - -121.93872358399994, - 37.31846452000008 - ], - [ - -121.93917651699996, - 37.319025027000066 - ], - [ - -121.93917789199998, - 37.31902949600004 - ], - [ - -121.93923825599995, - 37.319282765000025 - ], - [ - -121.9392401599999, - 37.31929382000004 - ], - [ - -121.93924091999997, - 37.31930495800003 - ], - [ - -121.93924417899996, - 37.319474213000035 - ], - [ - -121.93924710099998, - 37.31961701000006 - ], - [ - -121.93924683399996, - 37.31962994600008 - ], - [ - -121.93924656799999, - 37.31964290600007 - ], - [ - -121.93924632899996, - 37.31965584200003 - ], - [ - -121.93937930399994, - 37.31992160900006 - ], - [ - -121.93940080799996, - 37.320020320000026 - ], - [ - -121.93951326899997, - 37.32034596800003 - ], - [ - -121.93952363299996, - 37.320354311000074 - ], - [ - -121.93958413599995, - 37.32059089000006 - ], - [ - -121.93964332899998, - 37.320821901000045 - ], - [ - -121.93972204399995, - 37.321128987000066 - ], - [ - -121.93972595699995, - 37.32117591000008 - ], - [ - -121.93974800199999, - 37.321439446000056 - ], - [ - -121.93975717999996, - 37.32169867600004 - ], - [ - -121.93975892399999, - 37.32174750300004 - ], - [ - -121.93976244299995, - 37.32177847500003 - ], - [ - -121.93976252599998, - 37.32180958200007 - ], - [ - -121.93975925399997, - 37.32184052400004 - ], - [ - -121.93975262199996, - 37.32187120900005 - ], - [ - -121.93974268399995, - 37.32190127100006 - ], - [ - -121.93972951699999, - 37.321930526000074 - ], - [ - -121.93971320799994, - 37.32195874300004 - ], - [ - -121.93969389399996, - 37.321985762000054 - ], - [ - -121.93967171599996, - 37.32201132800003 - ], - [ - -121.93957696999996, - 37.322084733000054 - ], - [ - -121.93953593699996, - 37.322116505000054 - ], - [ - -121.93940012699994, - 37.32222163600005 - ], - [ - -121.93926437699997, - 37.322326813000075 - ], - [ - -121.93912859699998, - 37.32243196600007 - ], - [ - -121.93903946999995, - 37.322500998000066 - ], - [ - -121.93899398099995, - 37.322538089000034 - ], - [ - -121.93886065699996, - 37.32264133500007 - ], - [ - -121.93865514099997, - 37.322798617000046 - ], - [ - -121.93845144899996, - 37.32263072500007 - ], - [ - -121.93824514599999, - 37.322635501000036 - ], - [ - -121.938247817, - 37.32292614700003 - ], - [ - -121.93803803499998, - 37.32292737200004 - ], - [ - -121.93783860099995, - 37.32292865200003 - ], - [ - -121.93772356699998, - 37.32292944500006 - ], - [ - -121.93762638199996, - 37.322929790000046 - ], - [ - -121.93743377699997, - 37.32292995600005 - ], - [ - -121.93720567999998, - 37.32293264000003 - ], - [ - -121.93700861699995, - 37.32293496500006 - ], - [ - -121.93693113299997, - 37.32293587000004 - ], - [ - -121.93680915999994, - 37.32293649500008 - ], - [ - -121.93660969099994, - 37.322937499000034 - ], - [ - -121.93641638599996, - 37.32293847300008 - ], - [ - -121.93641022399999, - 37.322938503000046 - ], - [ - -121.93621074099997, - 37.32293868100004 - ], - [ - -121.93615244399996, - 37.32293873300006 - ], - [ - -121.93600440699998, - 37.322938898000075 - ], - [ - -121.93579804599995, - 37.32293909200007 - ], - [ - -121.93560548499994, - 37.32294154400006 - ], - [ - -121.93547259399998, - 37.32294225600003 - ], - [ - -121.93544848799996, - 37.322942254000054 - ], - [ - -121.93538758699998, - 37.32294251900004 - ], - [ - -121.93519063899998, - 37.32294335300003 - ], - [ - -121.93498646799998, - 37.32294422800004 - ], - [ - -121.93490318299996, - 37.32294460700007 - ], - [ - -121.93478017099994, - 37.32294485400007 - ], - [ - -121.93476715999998, - 37.322944852000035 - ], - [ - -121.93468928799996, - 37.32294502900004 - ], - [ - -121.93458069899998, - 37.32294558000007 - ], - [ - -121.93438810999999, - 37.32294654100008 - ], - [ - -121.93438123199996, - 37.32294660200006 - ], - [ - -121.93434059299994, - 37.32294678000005 - ], - [ - -121.93418178199994, - 37.32294703000008 - ], - [ - -121.93396676799995, - 37.322947372000044 - ], - [ - -121.93376090799995, - 37.322981250000055 - ], - [ - -121.93341349499997, - 37.322984150000025 - ], - [ - -121.93341234499997, - 37.322895741000025 - ], - [ - -121.9334108799999, - 37.322870214000034 - ], - [ - -121.93340804199994, - 37.322844771000064 - ], - [ - -121.93340388699994, - 37.32281943700008 - ], - [ - -121.93339574699996, - 37.322786552000025 - ], - [ - -121.93339510499999, - 37.32278445400004 - ], - [ - -121.93338529299996, - 37.32275410800003 - ], - [ - -121.93338471899995, - 37.32275253500006 - ], - [ - -121.93337255699998, - 37.322722172000056 - ], - [ - -121.93335897599997, - 37.32269404700003 - ], - [ - -121.933357963, - 37.32269206700005 - ], - [ - -121.93335656799997, - 37.32268952000004 - ], - [ - -121.933341236, - 37.322662698000045 - ], - [ - -121.93334052699998, - 37.32266163000003 - ], - [ - -121.93332237199996, - 37.322634109000035 - ], - [ - -121.93330213799999, - 37.32260721100005 - ], - [ - -121.93328005799998, - 37.32258127100005 - ], - [ - -121.93325621899999, - 37.322556269000074 - ], - [ - -121.93323902699996, - 37.32254015900003 - ], - [ - -121.93322110099996, - 37.322524516000044 - ], - [ - -121.93320249599998, - 37.32250940700004 - ], - [ - -121.93318040899999, - 37.32248900700006 - ], - [ - -121.93305848799997, - 37.32239218600006 - ], - [ - -121.93293600299995, - 37.32229578400006 - ], - [ - -121.93286373599994, - 37.32224296800007 - ], - [ - -121.93284608799996, - 37.322228374000076 - ], - [ - -121.93282761999996, - 37.322214408000036 - ], - [ - -121.93280839199997, - 37.322201137000036 - ], - [ - -121.93279565199998, - 37.32219296200003 - ], - [ - -121.93278260099999, - 37.32218499500004 - ], - [ - -121.93276930099995, - 37.32217742000006 - ], - [ - -121.93275571799995, - 37.32217010200003 - ], - [ - -121.932748802, - 37.32216659300008 - ], - [ - -121.93274648599998, - 37.322165409000036 - ], - [ - -121.93274185599995, - 37.322163130000035 - ], - [ - -121.93273719799998, - 37.322160874000076 - ], - [ - -121.93273485499998, - 37.32215973600006 - ], - [ - -121.93272779799997, - 37.32215643500007 - ], - [ - -121.93271363399998, - 37.32215017600004 - ], - [ - -121.93269927499995, - 37.32214419400003 - ], - [ - -121.93268474899997, - 37.32213853400003 - ], - [ - -121.93267002799996, - 37.32213315200005 - ], - [ - -121.93265514299998, - 37.32212809300006 - ], - [ - -121.93264008899996, - 37.32212328700007 - ], - [ - -121.93261321499995, - 37.32211633600008 - ], - [ - -121.93259916499994, - 37.322113098000045 - ], - [ - -121.93258601099996, - 37.322110191000036 - ], - [ - -121.93258370899997, - 37.32210971500007 - ], - [ - -121.93257119299994, - 37.32210721300004 - ], - [ - -121.93255859499999, - 37.32210484900003 - ], - [ - -121.93250004599997, - 37.32209776000008 - ], - [ - -121.932442418, - 37.32209530500006 - ], - [ - -121.93244089799998, - 37.32209527900005 - ], - [ - -121.93238172599996, - 37.32209749000003 - ], - [ - -121.932105477, - 37.32209850900006 - ], - [ - -121.93210318699994, - 37.32183388300007 - ], - [ - -121.93210397499996, - 37.32183023400006 - ], - [ - -121.9321043, - 37.321829199000035 - ], - [ - -121.93210491899998, - 37.32182706200007 - ], - [ - -121.93210565099997, - 37.32182490300005 - ], - [ - -121.932106251, - 37.321823316000064 - ], - [ - -121.93210740299997, - 37.32182057700004 - ], - [ - -121.93210855999996, - 37.32181822900003 - ], - [ - -121.93210930799995, - 37.321816847000036 - ], - [ - -121.93211011399995, - 37.32181546400005 - ], - [ - -121.93211094599997, - 37.321814103000065 - ], - [ - -121.93211231099997, - 37.32181202600003 - ], - [ - -121.93211286899998, - 37.321811196000056 - ], - [ - -121.93211476899995, - 37.32180860900007 - ], - [ - -121.93211863699997, - 37.321804074000056 - ], - [ - -121.93211959499996, - 37.32180319300005 - ], - [ - -121.93212128199997, - 37.321801547000064 - ], - [ - -121.93212223799998, - 37.32180059600006 - ], - [ - -121.93212347999997, - 37.32179950700004 - ], - [ - -121.93212511499996, - 37.32179806700003 - ], - [ - -121.93212610199998, - 37.32179730000007 - ], - [ - -121.93212773999994, - 37.32179604300006 - ], - [ - -121.93213011499995, - 37.32179432000004 - ], - [ - -121.93213212299997, - 37.32179289900006 - ], - [ - -121.932134814, - 37.32179126400007 - ], - [ - -121.93213713999995, - 37.32178997700004 - ], - [ - -121.93213841699998, - 37.321789298000056 - ], - [ - -121.93213997499998, - 37.32178843200006 - ], - [ - -121.93214219199996, - 37.32178737400005 - ], - [ - -121.93214417999997, - 37.321786458000076 - ], - [ - -121.93214750699997, - 37.32178508900006 - ], - [ - -121.93214904499996, - 37.321784498000056 - ], - [ - -121.93215023899995, - 37.32178407200007 - ], - [ - -121.93215129299995, - 37.32178371600003 - ], - [ - -121.93215305899997, - 37.32178314500004 - ], - [ - -121.93215462599994, - 37.32178262200006 - ], - [ - -121.932156535, - 37.321782072000076 - ], - [ - -121.93215870199998, - 37.32178149600003 - ], - [ - -121.93215978599994, - 37.321781231000045 - ], - [ - -121.93216089899994, - 37.32178096600006 - ], - [ - -121.93216306899996, - 37.321780526000055 - ], - [ - -121.93216455399994, - 37.32178023400007 - ], - [ - -121.93216678099998, - 37.32177981800004 - ], - [ - -121.93216969799994, - 37.32177943900007 - ], - [ - -121.93217644799995, - 37.32177871600004 - ], - [ - -121.93217022399995, - 37.32161393700005 - ], - [ - -121.93216523399997, - 37.321613839000065 - ], - [ - -121.93216227899995, - 37.321613623000076 - ], - [ - -121.93216026899995, - 37.32161346400005 - ], - [ - -121.93215906199998, - 37.321613296000066 - ], - [ - -121.93215535499996, - 37.32161279200005 - ], - [ - -121.932153514, - 37.32161247100004 - ], - [ - -121.93215057799995, - 37.321611844000074 - ], - [ - -121.93214818899997, - 37.32161125500005 - ], - [ - -121.93214683499997, - 37.32161090400007 - ], - [ - -121.93214294299997, - 37.32160967000004 - ], - [ - -121.93214141399994, - 37.32160916200007 - ], - [ - -121.93213942099999, - 37.32160843200006 - ], - [ - -121.93213783199997, - 37.32160776500007 - ], - [ - -121.93213673499997, - 37.32160734300004 - ], - [ - -121.93213294799995, - 37.32160558100003 - ], - [ - -121.93213118099999, - 37.32160468700005 - ], - [ - -121.93212828399999, - 37.32160302900007 - ], - [ - -121.93212648599996, - 37.32160190600007 - ], - [ - -121.932121984, - 37.32159880200004 - ], - [ - -121.93211997399999, - 37.32159713300007 - ], - [ - -121.93211813899995, - 37.321595599000034 - ], - [ - -121.93211627099998, - 37.321593859000075 - ], - [ - -121.93211484099999, - 37.32159243500007 - ], - [ - -121.93211413599994, - 37.321591642000044 - ], - [ - -121.93211287699995, - 37.32159021600006 - ], - [ - -121.93211179199994, - 37.321588947000066 - ], - [ - -121.93211090999995, - 37.32158783600005 - ], - [ - -121.93210988099997, - 37.321586429000035 - ], - [ - -121.93210899599995, - 37.32158515800006 - ], - [ - -121.93210802299996, - 37.321583728000064 - ], - [ - -121.932107283, - 37.32158250200007 - ], - [ - -121.93210663199994, - 37.32158141000008 - ], - [ - -121.93210561799998, - 37.32157943100003 - ], - [ - -121.93210505399998, - 37.32157833900004 - ], - [ - -121.93210460699999, - 37.32157742900006 - ], - [ - -121.93210412499997, - 37.32157624400003 - ], - [ - -121.93210364199996, - 37.32157496900004 - ], - [ - -121.93210330899996, - 37.321574103000046 - ], - [ - -121.93210270099996, - 37.321572256000024 - ], - [ - -121.93210214899995, - 37.321570387000065 - ], - [ - -121.93210183899998, - 37.32156915400003 - ], - [ - -121.93210158499994, - 37.32156785300003 - ], - [ - -121.93210120099997, - 37.32156572800005 - ], - [ - -121.93210083499997, - 37.32156305400008 - ], - [ - -121.93210070599997, - 37.321560791000024 - ], - [ - -121.93210065399995, - 37.32155969200005 - ], - [ - -121.93189437099994, - 37.321560748000024 - ], - [ - -121.93189452299998, - 37.32158066100004 - ], - [ - -121.93164084799997, - 37.32158845300006 - ], - [ - -121.93148815099994, - 37.321589036000034 - ], - [ - -121.93114767999998, - 37.32159042600006 - ], - [ - -121.93097569399998, - 37.321587994000026 - ], - [ - -121.93097903999995, - 37.32172531700007 - ], - [ - -121.93097993999999, - 37.321835176000036 - ], - [ - -121.93098089199998, - 37.32194778400003 - ], - [ - -121.93063393099999, - 37.32195005300008 - ], - [ - -121.93063454399999, - 37.32205991600006 - ], - [ - -121.93063454299994, - 37.32206289100003 - ], - [ - -121.930636844, - 37.32217113400003 - ], - [ - -121.93098271699995, - 37.32216885500003 - ], - [ - -121.93115466799998, - 37.32216634300005 - ], - [ - -121.93148138799995, - 37.32216823500005 - ], - [ - -121.93169353899998, - 37.32216811500007 - ], - [ - -121.93169616499995, - 37.32238588000007 - ], - [ - -121.93169778899994, - 37.32249767900004 - ], - [ - -121.9316993, - 37.322603411000046 - ], - [ - -121.93170003199998, - 37.32264762700004 - ], - [ - -121.93171027399995, - 37.322821762000046 - ], - [ - -121.93150771999996, - 37.32282167300008 - ], - [ - -121.93150504599998, - 37.32271199400003 - ], - [ - -121.93115921599997, - 37.32271219000006 - ], - [ - -121.93116115899994, - 37.322945324000045 - ], - [ - -121.93098917599997, - 37.322946235000074 - ], - [ - -121.93063986099997, - 37.322948531000065 - ], - [ - -121.93030142299995, - 37.322948679000035 - ], - [ - -121.93030179199997, - 37.322994867000034 - ], - [ - -121.930302225, - 37.32304792000008 - ], - [ - -121.930304004, - 37.323266223000076 - ] - ], - [ - [ - -121.85370485499999, - 37.303853289000074 - ], - [ - -121.85350633599995, - 37.30397028300007 - ], - [ - -121.85347982599995, - 37.30398734400006 - ], - [ - -121.85330392499998, - 37.30410176400005 - ], - [ - -121.85312895099997, - 37.30421509800004 - ], - [ - -121.85311374099996, - 37.30422491000007 - ], - [ - -121.85290618, - 37.304360091000035 - ], - [ - -121.85273193799998, - 37.30447282000006 - ], - [ - -121.852651574, - 37.30439903600006 - ], - [ - -121.85258733899997, - 37.30433454300004 - ], - [ - -121.85222233699994, - 37.303938439000035 - ], - [ - -121.852158283, - 37.303874423000025 - ], - [ - -121.85180801899998, - 37.30352450000004 - ], - [ - -121.85132028799995, - 37.303037336000045 - ], - [ - -121.85127269599997, - 37.30298990700004 - ], - [ - -121.85123077199995, - 37.30294690000005 - ], - [ - -121.85108723699994, - 37.30280538100004 - ], - [ - -121.85107520799994, - 37.30279295300005 - ], - [ - -121.850946922, - 37.302662817000055 - ], - [ - -121.85087440799998, - 37.30258873500003 - ], - [ - -121.85075375199995, - 37.30246849200006 - ], - [ - -121.85068199699998, - 37.30239673500006 - ], - [ - -121.85064478199996, - 37.30235907600007 - ], - [ - -121.85062217499996, - 37.30233539400007 - ], - [ - -121.85059956999999, - 37.30231171100007 - ], - [ - -121.84889668699998, - 37.30345345300003 - ], - [ - -121.84842223299995, - 37.30377268700005 - ], - [ - -121.84835663999996, - 37.30370266700004 - ], - [ - -121.84833502299995, - 37.30367657000005 - ], - [ - -121.84822467199996, - 37.303566733000025 - ], - [ - -121.84810260799998, - 37.30343970400003 - ], - [ - -121.84801310399996, - 37.30334656700006 - ], - [ - -121.84799866099996, - 37.30333064100006 - ], - [ - -121.847980039, - 37.30331011800007 - ], - [ - -121.84788915099995, - 37.30321488900006 - ], - [ - -121.84779918899994, - 37.303120223000064 - ], - [ - -121.84778365999995, - 37.303104424000026 - ], - [ - -121.84771786699997, - 37.30303742800004 - ], - [ - -121.84766829899996, - 37.30298672500004 - ], - [ - -121.847562241, - 37.302878143000044 - ], - [ - -121.84745268199998, - 37.30276600800005 - ], - [ - -121.84741128799999, - 37.30272363500006 - ], - [ - -121.84738247099995, - 37.30269233400003 - ], - [ - -121.84734528399997, - 37.302654466000035 - ], - [ - -121.84723091999996, - 37.302537991000065 - ], - [ - -121.84712452399998, - 37.302429665000034 - ], - [ - -121.84711883299997, - 37.30242387100003 - ], - [ - -121.84708273399997, - 37.302386015000025 - ], - [ - -121.84701345999997, - 37.30231187000004 - ], - [ - -121.84697559499995, - 37.30227133400007 - ], - [ - -121.84690553599995, - 37.30219809100004 - ], - [ - -121.84679854099994, - 37.302081874000066 - ], - [ - -121.84677083099996, - 37.30205463300007 - ], - [ - -121.84674510899998, - 37.302026546000036 - ], - [ - -121.84669087399999, - 37.30196962500003 - ], - [ - -121.84667092599994, - 37.30194865800007 - ], - [ - -121.84661296099995, - 37.30189143700005 - ], - [ - -121.846580029, - 37.30185752700004 - ], - [ - -121.84650015099999, - 37.301775217000056 - ], - [ - -121.84646918699997, - 37.301743986000076 - ], - [ - -121.846432269, - 37.301706757000034 - ], - [ - -121.84633971299996, - 37.30160932600006 - ], - [ - -121.84637420499996, - 37.301586704000044 - ], - [ - -121.84691959599996, - 37.30121005600006 - ], - [ - -121.84585956199999, - 37.30010815400004 - ], - [ - -121.84544040999998, - 37.29967241300005 - ], - [ - -121.84538793899998, - 37.299617897000076 - ], - [ - -121.84554407899998, - 37.29951023900003 - ], - [ - -121.84559652099995, - 37.29956477800005 - ], - [ - -121.84560325999996, - 37.29956012700006 - ], - [ - -121.84560996399995, - 37.29955551300003 - ], - [ - -121.84575263099998, - 37.299457165000035 - ], - [ - -121.84603632199997, - 37.29926156300007 - ], - [ - -121.84606383, - 37.29924257000005 - ], - [ - -121.84606498999995, - 37.29924177800007 - ], - [ - -121.84609365799997, - 37.29922199200007 - ], - [ - -121.84642896799994, - 37.29899079900008 - ], - [ - -121.84637417699997, - 37.29893784400008 - ], - [ - -121.84850562599996, - 37.29750698200007 - ], - [ - -121.85132487299995, - 37.29561424900004 - ], - [ - -121.85138017299994, - 37.29566678400005 - ], - [ - -121.85202792599995, - 37.296266229000025 - ], - [ - -121.85242852999994, - 37.29663695000005 - ], - [ - -121.85289668399997, - 37.29707017900006 - ], - [ - -121.85381393199998, - 37.29644329800004 - ], - [ - -121.85390559999996, - 37.296387098000025 - ], - [ - -121.85400059899996, - 37.29648307600007 - ], - [ - -121.85412797599997, - 37.296610792000024 - ], - [ - -121.85423702799994, - 37.29672022500006 - ], - [ - -121.85434647199997, - 37.29683066300004 - ], - [ - -121.854416717, - 37.296902868000075 - ], - [ - -121.854570218, - 37.29705715500006 - ], - [ - -121.85472353499995, - 37.29721222200004 - ], - [ - -121.85473360499998, - 37.29722240600006 - ], - [ - -121.854960646, - 37.297450371000025 - ], - [ - -121.85507174999998, - 37.297562138000046 - ], - [ - -121.85516882199994, - 37.29766175200007 - ], - [ - -121.85526700599996, - 37.297760965000066 - ], - [ - -121.85536586699999, - 37.29785952900005 - ], - [ - -121.85536796599996, - 37.29786161000004 - ], - [ - -121.85550446299999, - 37.297999040000036 - ], - [ - -121.85564475199999, - 37.298140156000045 - ], - [ - -121.85576029699996, - 37.29825661000007 - ], - [ - -121.85582290699995, - 37.29832009000006 - ], - [ - -121.85598374699998, - 37.298482027000034 - ], - [ - -121.856072413, - 37.298571415000026 - ], - [ - -121.85630392799999, - 37.29880541400007 - ], - [ - -121.85642074299994, - 37.29892384300007 - ], - [ - -121.856538345, - 37.29904141700007 - ], - [ - -121.85654292599997, - 37.29904600900005 - ], - [ - -121.85660136799999, - 37.29910541900006 - ], - [ - -121.85663534399998, - 37.299139909000075 - ], - [ - -121.85654962999996, - 37.299199110000075 - ], - [ - -121.85629924399996, - 37.29936695300006 - ], - [ - -121.85649844799997, - 37.29959020100006 - ], - [ - -121.85680928199997, - 37.29996657000004 - ], - [ - -121.85768247799996, - 37.30102375400003 - ], - [ - -121.857574189, - 37.30109750200006 - ], - [ - -121.85591933099994, - 37.30222413900003 - ], - [ - -121.85412667199995, - 37.30343713100007 - ], - [ - -121.854286979, - 37.303597841000055 - ], - [ - -121.85413445799998, - 37.30365023600007 - ], - [ - -121.85391423699997, - 37.303744409000046 - ], - [ - -121.85370485499999, - 37.303853289000074 - ] - ], - [ - [ - -121.87023717499994, - 37.29090127500007 - ], - [ - -121.87005250299995, - 37.29127435500004 - ], - [ - -121.87068321699996, - 37.29140994100004 - ], - [ - -121.86994166699998, - 37.29187630900003 - ], - [ - -121.86835617199995, - 37.29028440400003 - ], - [ - -121.86828185499996, - 37.290209782000034 - ], - [ - -121.86825237799997, - 37.29018018700003 - ], - [ - -121.86769468899996, - 37.289618750000045 - ], - [ - -121.867644553, - 37.28956827700006 - ], - [ - -121.86744539199998, - 37.28936777400003 - ], - [ - -121.86751180399995, - 37.28933423700005 - ], - [ - -121.86777205299995, - 37.28913716100004 - ], - [ - -121.86795712099996, - 37.28931399700008 - ], - [ - -121.86836537099998, - 37.28965866200008 - ], - [ - -121.86858861699994, - 37.28983310700005 - ], - [ - -121.86857032199998, - 37.29001538500006 - ], - [ - -121.86862453599997, - 37.290014333000045 - ], - [ - -121.86870503899996, - 37.290012758000046 - ], - [ - -121.86931705199999, - 37.29057043200004 - ], - [ - -121.86984181999998, - 37.290231135000056 - ], - [ - -121.86994710199997, - 37.29016370700003 - ], - [ - -121.86996408899995, - 37.29015105600007 - ], - [ - -121.86997851799998, - 37.29014271600005 - ], - [ - -121.87035279499997, - 37.289900741000054 - ], - [ - -121.87048053899997, - 37.28993193400004 - ], - [ - -121.87051586099994, - 37.28993811300006 - ], - [ - -121.87055070999997, - 37.28994182500003 - ], - [ - -121.870604921, - 37.289943824000034 - ], - [ - -121.87067755099997, - 37.28994404800005 - ], - [ - -121.87068910299996, - 37.289944168000034 - ], - [ - -121.87068892499997, - 37.28994948400003 - ], - [ - -121.87068754899997, - 37.28999056300006 - ], - [ - -121.87023717499994, - 37.29090127500007 - ] - ], - [ - [ - -121.81868718599998, - 37.29015866100008 - ], - [ - -121.81840937199996, - 37.290634297000054 - ], - [ - -121.81836870299998, - 37.29059460900004 - ], - [ - -121.81819377499994, - 37.29042389700004 - ], - [ - -121.81815374299998, - 37.29013742700005 - ], - [ - -121.81751040399996, - 37.289469057000076 - ], - [ - -121.81747217699996, - 37.289432773000044 - ], - [ - -121.81746261999996, - 37.289423655000064 - ], - [ - -121.81670173299995, - 37.28901303500004 - ], - [ - -121.81662148699996, - 37.28897227700003 - ], - [ - -121.81644023399997, - 37.28891077500003 - ], - [ - -121.81617562699995, - 37.28883200900003 - ], - [ - -121.81584035499998, - 37.28873426100006 - ], - [ - -121.81576000299998, - 37.288708589000066 - ], - [ - -121.81569073199995, - 37.288685859000054 - ], - [ - -121.81555833199997, - 37.28863444900003 - ], - [ - -121.81545729699997, - 37.28860553000004 - ], - [ - -121.81534996799996, - 37.28858364000007 - ], - [ - -121.81523765199995, - 37.288569702000075 - ], - [ - -121.815043275, - 37.28856655200008 - ], - [ - -121.81492512099999, - 37.28857742300005 - ], - [ - -121.8148074, - 37.288598224000054 - ], - [ - -121.81469348199994, - 37.28862852700007 - ], - [ - -121.81458413899998, - 37.288668048000034 - ], - [ - -121.81451461299997, - 37.28869920300008 - ], - [ - -121.81441704899999, - 37.288752051000074 - ], - [ - -121.81432808399995, - 37.288811578000036 - ], - [ - -121.814248578, - 37.288876446000074 - ], - [ - -121.81415818699998, - 37.28896899600005 - ], - [ - -121.81410227599997, - 37.28904126800006 - ], - [ - -121.814060773, - 37.289106969000045 - ], - [ - -121.81399201699998, - 37.28923088700003 - ], - [ - -121.81396371199997, - 37.28927975200003 - ], - [ - -121.81387633699995, - 37.289359793000074 - ], - [ - -121.81371991099996, - 37.28951770000003 - ], - [ - -121.813703783, - 37.289530813000056 - ], - [ - -121.81368631799995, - 37.289542776000076 - ], - [ - -121.81366765599995, - 37.28955351400003 - ], - [ - -121.81364791099998, - 37.28956293700003 - ], - [ - -121.81362722399996, - 37.28957095100003 - ], - [ - -121.81360573799998, - 37.289577533000056 - ], - [ - -121.81358365399996, - 37.289582633000066 - ], - [ - -121.81356108399996, - 37.289586160000056 - ], - [ - -121.81353822799997, - 37.28958815400006 - ], - [ - -121.81351523099994, - 37.289588596000044 - ], - [ - -121.81349226299994, - 37.289587434000055 - ], - [ - -121.81346949699997, - 37.28958471400006 - ], - [ - -121.81344716199999, - 37.28958043200004 - ], - [ - -121.81315831299997, - 37.28952251100003 - ], - [ - -121.81296201599997, - 37.28948515800005 - ], - [ - -121.81286094799998, - 37.289475579000054 - ], - [ - -121.81281286399997, - 37.289473257000054 - ], - [ - -121.81221990299997, - 37.28945401300007 - ], - [ - -121.81179122699996, - 37.28932617100003 - ], - [ - -121.81130325999999, - 37.28967099500005 - ], - [ - -121.81039180399995, - 37.290315031000034 - ], - [ - -121.81018600699997, - 37.29046135400006 - ], - [ - -121.81010642799998, - 37.29038989000003 - ], - [ - -121.81004775699995, - 37.290301734000025 - ], - [ - -121.80984416399997, - 37.29031557600007 - ], - [ - -121.80970469799996, - 37.290325058000064 - ], - [ - -121.809292186, - 37.29035310100005 - ], - [ - -121.80929188699997, - 37.290303433000076 - ], - [ - -121.809263768, - 37.28995900900003 - ], - [ - -121.80927592899997, - 37.28983380500006 - ], - [ - -121.80928139199995, - 37.289576442000055 - ], - [ - -121.80927389799996, - 37.289406960000065 - ], - [ - -121.80926019799995, - 37.28921035500008 - ], - [ - -121.80924094499994, - 37.28890591000004 - ], - [ - -121.80922843699994, - 37.28864645900006 - ], - [ - -121.80923126599998, - 37.28851513400008 - ], - [ - -121.80925808099994, - 37.28844156500003 - ], - [ - -121.80922704999995, - 37.28795038100003 - ], - [ - -121.80922497299997, - 37.28791689500008 - ], - [ - -121.80914035099994, - 37.28676029300004 - ], - [ - -121.80913755199998, - 37.28659391800005 - ], - [ - -121.80947507699995, - 37.286580736000076 - ], - [ - -121.80947282099999, - 37.286537226000064 - ], - [ - -121.80946952699998, - 37.286434145000044 - ], - [ - -121.80945725599997, - 37.28627977700006 - ], - [ - -121.80944891499996, - 37.28614537200008 - ], - [ - -121.80942782899996, - 37.28585246100005 - ], - [ - -121.809426111, - 37.28582801300007 - ], - [ - -121.80942083999997, - 37.28573310300004 - ], - [ - -121.80941168399994, - 37.285527656000056 - ], - [ - -121.80939999399999, - 37.28535904600005 - ], - [ - -121.80939381099995, - 37.285213698000064 - ], - [ - -121.80938646899995, - 37.285070948000055 - ], - [ - -121.809379617, - 37.28494792500004 - ], - [ - -121.80937100699998, - 37.284789947000036 - ], - [ - -121.80935247699995, - 37.28463150600004 - ], - [ - -121.80934106399997, - 37.284532659000035 - ], - [ - -121.809321765, - 37.28437779800004 - ], - [ - -121.80930813199996, - 37.284274856000025 - ], - [ - -121.80928804899997, - 37.28414065000004 - ], - [ - -121.80927233199998, - 37.28405288400006 - ], - [ - -121.80926195299998, - 37.28399829500006 - ], - [ - -121.80924761399996, - 37.28392706300008 - ], - [ - -121.80923420699997, - 37.28385836100006 - ], - [ - -121.80922448099994, - 37.28381337600007 - ], - [ - -121.80919954399997, - 37.28370124600008 - ], - [ - -121.80918968499998, - 37.28366173300003 - ], - [ - -121.809179369, - 37.28362227300005 - ], - [ - -121.80916862599997, - 37.28358293100007 - ], - [ - -121.80915212199994, - 37.28352550300008 - ], - [ - -121.809108633, - 37.28338453200007 - ], - [ - -121.80907280599996, - 37.28327380300004 - ], - [ - -121.80903717299998, - 37.283169230000055 - ], - [ - -121.80895346499995, - 37.282938272000024 - ], - [ - -121.80885314799997, - 37.28268634900007 - ], - [ - -121.80877743499997, - 37.28250128600007 - ], - [ - -121.80866987799999, - 37.28224472900007 - ], - [ - -121.808530954, - 37.281973461000064 - ], - [ - -121.80842562199996, - 37.281793261000075 - ], - [ - -121.80832306899998, - 37.281801365000035 - ], - [ - -121.80827478299994, - 37.28180524700008 - ], - [ - -121.80816473799996, - 37.28181409700005 - ], - [ - -121.80808364299997, - 37.28182061100006 - ], - [ - -121.80804691499998, - 37.281823631000066 - ], - [ - -121.80799519699997, - 37.281827917000044 - ], - [ - -121.80784976299998, - 37.28183929200003 - ], - [ - -121.80772159599996, - 37.281845461000046 - ], - [ - -121.80760230099997, - 37.28184791500007 - ], - [ - -121.80742234699994, - 37.28183143000007 - ], - [ - -121.80724505699999, - 37.281801683000026 - ], - [ - -121.80707197799995, - 37.28175893500003 - ], - [ - -121.80690463399998, - 37.281703511000046 - ], - [ - -121.80674444399995, - 37.28163594200004 - ], - [ - -121.80662387499996, - 37.28158515700005 - ], - [ - -121.80663528899998, - 37.281423579000034 - ], - [ - -121.80647587099998, - 37.28138065300004 - ], - [ - -121.80622909599998, - 37.281282532000034 - ], - [ - -121.80598142799994, - 37.28118242800008 - ], - [ - -121.80590923499994, - 37.281152562000045 - ], - [ - -121.80557965499997, - 37.28101873900005 - ], - [ - -121.80550211499997, - 37.28098776400003 - ], - [ - -121.80534696899997, - 37.28092521900004 - ], - [ - -121.80522945599995, - 37.28087534900004 - ], - [ - -121.80515352999998, - 37.28083993600006 - ], - [ - -121.80507526199995, - 37.28080006600004 - ], - [ - -121.80497574199995, - 37.28074546200003 - ], - [ - -121.80491686299996, - 37.28071027400006 - ], - [ - -121.80488855799996, - 37.279964825000036 - ], - [ - -121.80331858699998, - 37.27868584400005 - ], - [ - -121.80277305199996, - 37.279141122000055 - ], - [ - -121.80250636599999, - 37.278989538000076 - ], - [ - -121.80234456499994, - 37.27889316400007 - ], - [ - -121.80223636999995, - 37.27880901200007 - ], - [ - -121.80163842699994, - 37.27831254800003 - ], - [ - -121.80153363999995, - 37.27823971200007 - ], - [ - -121.801361725, - 37.27815452800007 - ], - [ - -121.80053014699996, - 37.27802219300003 - ], - [ - -121.80008020699995, - 37.27797622000003 - ], - [ - -121.799933061, - 37.27796118400005 - ], - [ - -121.79977560499998, - 37.27794649800006 - ], - [ - -121.79979817699996, - 37.277864005000026 - ], - [ - -121.79987822099997, - 37.27757148100005 - ], - [ - -121.80005274399997, - 37.27693362700006 - ], - [ - -121.80055812699999, - 37.27553161800006 - ], - [ - -121.80057015699998, - 37.27546739400003 - ], - [ - -121.80057957599996, - 37.27546877700007 - ], - [ - -121.80070253899999, - 37.275486844000056 - ], - [ - -121.80090303599997, - 37.27551618100006 - ], - [ - -121.80092399799997, - 37.275519270000075 - ], - [ - -121.80092730099994, - 37.27551975700004 - ], - [ - -121.80132654399995, - 37.27557817600007 - ], - [ - -121.801529217, - 37.27560748800005 - ], - [ - -121.80166418399995, - 37.27562562700007 - ], - [ - -121.801814837, - 37.275641531000076 - ], - [ - -121.80194025999998, - 37.275654375000045 - ], - [ - -121.80206513099995, - 37.27567008400007 - ], - [ - -121.80218942299996, - 37.275688640000055 - ], - [ - -121.80226388799997, - 37.27570136200006 - ], - [ - -121.80233789, - 37.27571543900007 - ], - [ - -121.802410507, - 37.275730655000075 - ], - [ - -121.80244130499995, - 37.27573766000006 - ], - [ - -121.80251045699998, - 37.27575451600006 - ], - [ - -121.80257937699997, - 37.27577114600007 - ], - [ - -121.80261654299994, - 37.27578025300005 - ], - [ - -121.80268313699997, - 37.27579828200004 - ], - [ - -121.80276619899996, - 37.275824414000056 - ], - [ - -121.80279813499999, - 37.27583513700006 - ], - [ - -121.80280016499995, - 37.27583582900007 - ], - [ - -121.80285650599996, - 37.27585536300006 - ], - [ - -121.80290092099995, - 37.275872813000035 - ], - [ - -121.80295173599995, - 37.275892644000066 - ], - [ - -121.80301940599998, - 37.27591983900004 - ], - [ - -121.80308328599995, - 37.27594638800008 - ], - [ - -121.80314635499997, - 37.27597420800004 - ], - [ - -121.80320852999995, - 37.27600322600006 - ], - [ - -121.80328573099996, - 37.27604139400006 - ], - [ - -121.80336182599996, - 37.276080284000045 - ], - [ - -121.80343832699998, - 37.276121068000066 - ], - [ - -121.80351277499994, - 37.276162310000075 - ], - [ - -121.80351777599998, - 37.27616502300003 - ], - [ - -121.80367997499997, - 37.276259767000056 - ], - [ - -121.80383395499996, - 37.27634970100007 - ], - [ - -121.803838843, - 37.27635244000004 - ], - [ - -121.80393891299997, - 37.27640772500007 - ], - [ - -121.80404010499996, - 37.27646318200004 - ], - [ - -121.80414074999999, - 37.27651857500007 - ], - [ - -121.80418572599996, - 37.27654355000004 - ], - [ - -121.80427378099995, - 37.276591507000035 - ], - [ - -121.80434645499997, - 37.276627939000036 - ], - [ - -121.804383036, - 37.276646164000056 - ], - [ - -121.80445308299994, - 37.276679717000036 - ], - [ - -121.80452484199998, - 37.276712978000035 - ], - [ - -121.80459755399994, - 37.27674496900005 - ], - [ - -121.80467110299998, - 37.27677566800003 - ], - [ - -121.80474451999999, - 37.276805499000034 - ], - [ - -121.80477569899995, - 37.27681785600004 - ], - [ - -121.80485176499997, - 37.276846696000064 - ], - [ - -121.80492855299997, - 37.276874314000054 - ], - [ - -121.80500808999994, - 37.276900186000034 - ], - [ - -121.80506111199998, - 37.27691676200004 - ], - [ - -121.80508573599997, - 37.27692447700008 - ], - [ - -121.80511257399996, - 37.276932647000024 - ], - [ - -121.805163661, - 37.27694814600005 - ], - [ - -121.80523990199998, - 37.27697068800006 - ], - [ - -121.80531979099999, - 37.27699381000008 - ], - [ - -121.80532583499996, - 37.27699550500006 - ], - [ - -121.80535761599998, - 37.27700446700004 - ], - [ - -121.80538243599995, - 37.27701183500005 - ], - [ - -121.80540040099999, - 37.27701717400004 - ], - [ - -121.80542864799997, - 37.27702718200004 - ], - [ - -121.80548360999995, - 37.27704662000008 - ], - [ - -121.80557759799996, - 37.27707986100006 - ], - [ - -121.80561033899994, - 37.27709144500005 - ], - [ - -121.80571138699997, - 37.27712545300005 - ], - [ - -121.80573798199998, - 37.27713440400004 - ], - [ - -121.80576212299997, - 37.27714230600003 - ], - [ - -121.805851266, - 37.27728689000003 - ], - [ - -121.80597269299994, - 37.27749387700004 - ], - [ - -121.806134064, - 37.27768357100007 - ], - [ - -121.806433584, - 37.27784203600004 - ], - [ - -121.80708356999997, - 37.278185955000026 - ], - [ - -121.808908407, - 37.27824996600003 - ], - [ - -121.80890384099996, - 37.27830087700005 - ], - [ - -121.80890263699996, - 37.27831466900005 - ], - [ - -121.80888832399995, - 37.278473889000054 - ], - [ - -121.810484224, - 37.27847623900004 - ], - [ - -121.81194474899996, - 37.27847837200005 - ], - [ - -121.81264200399994, - 37.278985642000066 - ], - [ - -121.81342836799996, - 37.28021453300005 - ], - [ - -121.81382712799996, - 37.28127714800007 - ], - [ - -121.81401838199997, - 37.28235397100008 - ], - [ - -121.81432039899994, - 37.282372029000044 - ], - [ - -121.81500878299994, - 37.28242566900008 - ], - [ - -121.81459608399996, - 37.28337410800003 - ], - [ - -121.81451273399995, - 37.283583269000076 - ], - [ - -121.81447182999995, - 37.283681193000064 - ], - [ - -121.81442527999997, - 37.28382953600004 - ], - [ - -121.81440344699996, - 37.28386672400006 - ], - [ - -121.81438576199997, - 37.28390528600005 - ], - [ - -121.81437230799997, - 37.28394492100006 - ], - [ - -121.81436027399997, - 37.28400347000007 - ], - [ - -121.81435750399999, - 37.28403813400007 - ], - [ - -121.81435111699994, - 37.28407249400004 - ], - [ - -121.81434114199999, - 37.28410629900003 - ], - [ - -121.81432762799994, - 37.284139320000065 - ], - [ - -121.81431071699996, - 37.28417130300005 - ], - [ - -121.81431064599997, - 37.28419829100005 - ], - [ - -121.81411084499996, - 37.284190600000045 - ], - [ - -121.81408284199995, - 37.28418812100006 - ], - [ - -121.81390752399994, - 37.28417335600005 - ], - [ - -121.81388586399999, - 37.28417151600007 - ], - [ - -121.813769149, - 37.28416126600007 - ], - [ - -121.81351826799994, - 37.284869239000045 - ], - [ - -121.81324589899998, - 37.285637766000036 - ], - [ - -121.81297887399995, - 37.28639119300004 - ], - [ - -121.81309037299997, - 37.287518513000066 - ], - [ - -121.81403934899998, - 37.28777714300003 - ], - [ - -121.81590475299998, - 37.288008099000024 - ], - [ - -121.81687392099997, - 37.28809311300006 - ], - [ - -121.818457476, - 37.28805128600004 - ], - [ - -121.81882002599997, - 37.28840911200007 - ], - [ - -121.81909775899999, - 37.28878201400005 - ], - [ - -121.81927515299998, - 37.289006279000034 - ], - [ - -121.81917753899995, - 37.289226592000034 - ], - [ - -121.81899230899995, - 37.28964455900007 - ], - [ - -121.81868718599998, - 37.29015866100008 - ] - ], - [ - [ - -121.84439863299997, - 37.28371427800005 - ], - [ - -121.84445011399998, - 37.28361409400003 - ], - [ - -121.84302099499996, - 37.28220382500007 - ], - [ - -121.84340619899996, - 37.281556642000055 - ], - [ - -121.84432149999998, - 37.28101258100003 - ], - [ - -121.84440152499997, - 37.28105984500007 - ], - [ - -121.84580753399996, - 37.28254828000007 - ], - [ - -121.845896311, - 37.282643922000034 - ], - [ - -121.84590459499998, - 37.28265696600005 - ], - [ - -121.84591139899999, - 37.28267055300006 - ], - [ - -121.84591666499995, - 37.282684569000025 - ], - [ - -121.84592038899996, - 37.28269890100006 - ], - [ - -121.84592248499996, - 37.282713458000046 - ], - [ - -121.84592300499997, - 37.28272807900004 - ], - [ - -121.84592189399996, - 37.282742695000024 - ], - [ - -121.84591920399998, - 37.282757169000035 - ], - [ - -121.845914876, - 37.28277138800007 - ], - [ - -121.84590902399998, - 37.28278525700006 - ], - [ - -121.845901675, - 37.28279866400004 - ], - [ - -121.84589285299995, - 37.282811492000064 - ], - [ - -121.845882674, - 37.28282364900008 - ], - [ - -121.84587119099996, - 37.282835042000045 - ], - [ - -121.84576402199997, - 37.282893681000076 - ], - [ - -121.84565805299997, - 37.282953794000036 - ], - [ - -121.84555328199997, - 37.28301531200003 - ], - [ - -121.84544982899996, - 37.28307825700006 - ], - [ - -121.84534768699996, - 37.283142560000044 - ], - [ - -121.84524685999997, - 37.28320817600007 - ], - [ - -121.84514745699994, - 37.283275126000035 - ], - [ - -121.84504969299996, - 37.28335029600004 - ], - [ - -121.84501577699996, - 37.28338142300004 - ], - [ - -121.84496061199997, - 37.283432051000034 - ], - [ - -121.84488092099997, - 37.28351976400006 - ], - [ - -121.84481120599997, - 37.28361278700004 - ], - [ - -121.84475205999996, - 37.28371033600007 - ], - [ - -121.84470022399995, - 37.283816269000056 - ], - [ - -121.84465656699996, - 37.28392462700003 - ], - [ - -121.84462139399994, - 37.284034854000026 - ], - [ - -121.84459477999997, - 37.28414626600005 - ], - [ - -121.84457685599995, - 37.28425824200008 - ], - [ - -121.84456758099998, - 37.28437014200006 - ], - [ - -121.84455998899995, - 37.284427476000076 - ], - [ - -121.84455374499998, - 37.28448488600003 - ], - [ - -121.84454888, - 37.28454248700007 - ], - [ - -121.84454533199994, - 37.28460009500003 - ], - [ - -121.84454313099997, - 37.28465778000003 - ], - [ - -121.84454227999998, - 37.28471547200007 - ], - [ - -121.84454277199995, - 37.284773148000056 - ], - [ - -121.84454461099995, - 37.28483083100008 - ], - [ - -121.84454779499998, - 37.284888385000045 - ], - [ - -121.84454536899995, - 37.28491759700006 - ], - [ - -121.84453972999995, - 37.28494650400006 - ], - [ - -121.84453090099998, - 37.284974919000035 - ], - [ - -121.84451893799996, - 37.28500259200007 - ], - [ - -121.84450397799998, - 37.28502931600008 - ], - [ - -121.84455865499996, - 37.28514661300005 - ], - [ - -121.84456573199998, - 37.28516100200005 - ], - [ - -121.84465809499994, - 37.285232982000025 - ], - [ - -121.84548770099997, - 37.28638329700004 - ], - [ - -121.84848018099996, - 37.287563109000075 - ], - [ - -121.84852800199997, - 37.28793524900004 - ], - [ - -121.84836290399994, - 37.28788122900005 - ], - [ - -121.848336244, - 37.28795343200005 - ], - [ - -121.84826095899996, - 37.28792806800004 - ], - [ - -121.84790723799995, - 37.28780876400003 - ], - [ - -121.84755385299997, - 37.287688838000065 - ], - [ - -121.84720077099996, - 37.287568333000024 - ], - [ - -121.84705661399994, - 37.28751892500003 - ], - [ - -121.84684805499995, - 37.28744725200005 - ], - [ - -121.846555546, - 37.287346239000044 - ], - [ - -121.84622801199998, - 37.287217198000064 - ], - [ - -121.84598140399999, - 37.28710860600006 - ], - [ - -121.84587807599996, - 37.28706268500008 - ], - [ - -121.84532721199997, - 37.28742430800003 - ], - [ - -121.84517098899994, - 37.287532173000045 - ], - [ - -121.84512929299996, - 37.287491611000064 - ], - [ - -121.84502805399995, - 37.28739473700006 - ], - [ - -121.84498362099998, - 37.28735164300008 - ], - [ - -121.84476133299995, - 37.28713607900005 - ], - [ - -121.84450491099994, - 37.286889434000045 - ], - [ - -121.84466441399996, - 37.286796594000066 - ], - [ - -121.84494941499997, - 37.28660949400006 - ], - [ - -121.84403868899994, - 37.28608408000008 - ], - [ - -121.84371924499999, - 37.28585303500006 - ], - [ - -121.84364879799995, - 37.28596131000006 - ], - [ - -121.84349081, - 37.285765241000036 - ], - [ - -121.84352340099997, - 37.28574241200005 - ], - [ - -121.84354605599998, - 37.28572777800008 - ], - [ - -121.84363724099995, - 37.28566092400007 - ], - [ - -121.84373888699997, - 37.285586281000064 - ], - [ - -121.84420676899998, - 37.28526851500004 - ], - [ - -121.84420589299998, - 37.28497437000004 - ], - [ - -121.84420799599997, - 37.28473441600005 - ], - [ - -121.84420347499997, - 37.284390435000034 - ], - [ - -121.84420509499995, - 37.28437228900003 - ], - [ - -121.84420731799997, - 37.28435413500006 - ], - [ - -121.84421002999994, - 37.28433606700003 - ], - [ - -121.84423300099996, - 37.28417649000005 - ], - [ - -121.84427227999998, - 37.28401894900003 - ], - [ - -121.84432762699998, - 37.283864540000025 - ], - [ - -121.84439863299997, - 37.28371427800005 - ] - ], - [ - [ - -121.86530209899996, - 37.28722394500005 - ], - [ - -121.86506304699998, - 37.287072615000056 - ], - [ - -121.86479320099994, - 37.28686787400005 - ], - [ - -121.86448161899995, - 37.28663038500008 - ], - [ - -121.86432369599999, - 37.28651003900006 - ], - [ - -121.865615301, - 37.286495856000045 - ], - [ - -121.86649920399998, - 37.286889848000044 - ], - [ - -121.86698875499997, - 37.28728413300007 - ], - [ - -121.86742789799996, - 37.28697237500006 - ], - [ - -121.86736351999997, - 37.28730104600004 - ], - [ - -121.86734210499998, - 37.287317478000034 - ], - [ - -121.86701793799995, - 37.287565725000036 - ], - [ - -121.866709534, - 37.28780190700007 - ], - [ - -121.86622858599998, - 37.28817018400008 - ], - [ - -121.86562145499994, - 37.288635105000026 - ], - [ - -121.86541797499996, - 37.28879093100005 - ], - [ - -121.86493873799998, - 37.28915789900003 - ], - [ - -121.864848527, - 37.289084238000044 - ], - [ - -121.86388897499995, - 37.28830082200005 - ], - [ - -121.86427280499998, - 37.28801352600004 - ], - [ - -121.86530209899996, - 37.28722394500005 - ] - ], - [ - [ - -121.93764004599996, - 37.26328400500006 - ], - [ - -121.93764378399999, - 37.26342017700006 - ], - [ - -121.93764631, - 37.26351156900006 - ], - [ - -121.93761264399996, - 37.26348547600003 - ], - [ - -121.93759063899995, - 37.26346851000005 - ], - [ - -121.93756789899999, - 37.263452149000045 - ], - [ - -121.93754448499999, - 37.263436366000064 - ], - [ - -121.93725377099997, - 37.26323232300007 - ], - [ - -121.93708998399995, - 37.26311896900006 - ], - [ - -121.93704429899998, - 37.26308736900006 - ], - [ - -121.936994369, - 37.26305392000006 - ], - [ - -121.93690586999998, - 37.262995584000066 - ], - [ - -121.93686174799996, - 37.26296932200006 - ], - [ - -121.93683025699994, - 37.26295055000003 - ], - [ - -121.93677445999998, - 37.26291731200007 - ], - [ - -121.93657914199997, - 37.262801 - ], - [ - -121.93657682399999, - 37.262799587000075 - ], - [ - -121.93649544699997, - 37.26275114300006 - ], - [ - -121.93647180399995, - 37.26273836200005 - ], - [ - -121.936424489, - 37.26271282600004 - ], - [ - -121.93638146199999, - 37.26268980000003 - ], - [ - -121.93634575399994, - 37.262670713000034 - ], - [ - -121.93629086599998, - 37.262641561000066 - ], - [ - -121.93626581099994, - 37.26262827100004 - ], - [ - -121.93619987499994, - 37.262593508000066 - ], - [ - -121.93618682699997, - 37.26258664100004 - ], - [ - -121.93617953899997, - 37.26258297700008 - ], - [ - -121.93611587499998, - 37.26255159700003 - ], - [ - -121.93611217399996, - 37.26254978900005 - ], - [ - -121.93607964799997, - 37.26253375300007 - ], - [ - -121.93603105999995, - 37.262510520000035 - ], - [ - -121.93597967199997, - 37.26248615500003 - ], - [ - -121.93594568799995, - 37.262470251000025 - ], - [ - -121.93588590299998, - 37.26244253100003 - ], - [ - -121.93587737799999, - 37.26243858500004 - ], - [ - -121.93582586599996, - 37.26241529600003 - ], - [ - -121.93579741299999, - 37.26240250700005 - ], - [ - -121.93577430199997, - 37.262392101000046 - ], - [ - -121.93576893099998, - 37.262389762000055 - ], - [ - -121.93573108199996, - 37.262373883000066 - ], - [ - -121.93570942699995, - 37.262364809000076 - ], - [ - -121.93568156799995, - 37.26235322600007 - ], - [ - -121.93561658699997, - 37.262326302000076 - ], - [ - -121.93559799499997, - 37.26231861100007 - ], - [ - -121.93555380199996, - 37.26230049800006 - ], - [ - -121.93548928799999, - 37.262274095000066 - ], - [ - -121.93552253499996, - 37.26220538300004 - ], - [ - -121.935566554, - 37.262114405000034 - ], - [ - -121.93556136799998, - 37.262111333000064 - ], - [ - -121.93555652099997, - 37.26210793600006 - ], - [ - -121.93555209699997, - 37.262104167000075 - ], - [ - -121.93554801, - 37.262100144000044 - ], - [ - -121.93554443299996, - 37.262095861000034 - ], - [ - -121.93554125299994, - 37.262091346000034 - ], - [ - -121.93553858599995, - 37.262086640000064 - ], - [ - -121.93553642999996, - 37.26208176700004 - ], - [ - -121.93553481699996, - 37.262076774000036 - ], - [ - -121.93553371699994, - 37.262071683000045 - ], - [ - -121.93553318899995, - 37.262066563000076 - ], - [ - -121.93553317499999, - 37.26206136600007 - ], - [ - -121.93553373399999, - 37.26205623200008 - ], - [ - -121.93553478299998, - 37.26205113800006 - ], - [ - -121.93553643299998, - 37.262046127000076 - ], - [ - -121.93534226099996, - 37.26198929200007 - ], - [ - -121.93533909799999, - 37.26199310800007 - ], - [ - -121.93533555899995, - 37.261996699000065 - ], - [ - -121.93533164299998, - 37.26200006600004 - ], - [ - -121.93532737799995, - 37.26200311600007 - ], - [ - -121.93532279099998, - 37.26200589700005 - ], - [ - -121.93531799799996, - 37.262008335000075 - ], - [ - -121.935312883, - 37.262010436000025 - ], - [ - -121.93530758999998, - 37.26201219400008 - ], - [ - -121.93530211899997, - 37.26201358900005 - ], - [ - -121.93529652499996, - 37.26201461900007 - ], - [ - -121.93529083899995, - 37.262015261000045 - ], - [ - -121.93528511599999, - 37.26201551500003 - ], - [ - -121.93527938399995, - 37.26201535700005 - ], - [ - -121.93527370299995, - 37.262014830000055 - ], - [ - -121.93526807399996, - 37.26201393800005 - ], - [ - -121.93522120799997, - 37.261998306000066 - ], - [ - -121.93510088499994, - 37.261960411000075 - ], - [ - -121.93504490299995, - 37.261944250000056 - ], - [ - -121.93502045399998, - 37.26193726900004 - ], - [ - -121.93494567099998, - 37.26191593800007 - ], - [ - -121.93484483999998, - 37.261887829000045 - ], - [ - -121.93477122799999, - 37.26186787700004 - ], - [ - -121.93473872599998, - 37.26185907400003 - ], - [ - -121.93463462999995, - 37.261832447000074 - ], - [ - -121.93452238299994, - 37.261804890000064 - ], - [ - -121.93445765299998, - 37.26179112500006 - ], - [ - -121.93444594699997, - 37.261788522000074 - ], - [ - -121.93435329099998, - 37.26176846000004 - ], - [ - -121.93426801499999, - 37.26175110200006 - ], - [ - -121.93416481999998, - 37.261731078000025 - ], - [ - -121.93414651399996, - 37.261727731000065 - ], - [ - -121.93407158699995, - 37.26171388500006 - ], - [ - -121.93402647199997, - 37.26170594600006 - ], - [ - -121.93402235099995, - 37.261438732000045 - ], - [ - -121.93402317799996, - 37.26133853300007 - ], - [ - -121.93402116399994, - 37.261227381000026 - ], - [ - -121.93402096799997, - 37.261039433000064 - ], - [ - -121.93377259899995, - 37.26102203500005 - ], - [ - -121.93365776099995, - 37.26101465100004 - ], - [ - -121.93352155399998, - 37.261005468000064 - ], - [ - -121.93327383399998, - 37.26099650800006 - ], - [ - -121.93302616299997, - 37.26099013100003 - ], - [ - -121.93301801899997, - 37.26046788000008 - ], - [ - -121.93301281499998, - 37.26035015200006 - ], - [ - -121.93301181799995, - 37.260267784000064 - ], - [ - -121.93301079199995, - 37.260180356000035 - ], - [ - -121.93285642899997, - 37.260181558000056 - ], - [ - -121.93264860699998, - 37.26018321000004 - ], - [ - -121.93244027099996, - 37.260184980000076 - ], - [ - -121.93243634499999, - 37.25980498600006 - ], - [ - -121.93223262099997, - 37.25980372500004 - ], - [ - -121.93196623899996, - 37.259805518000064 - ], - [ - -121.931963581, - 37.25964124600006 - ], - [ - -121.93195882799995, - 37.259300265000036 - ], - [ - -121.93184283199997, - 37.259302508000076 - ], - [ - -121.93179852199995, - 37.25930360000007 - ], - [ - -121.93149413299994, - 37.25930347700006 - ], - [ - -121.93135627799995, - 37.25930530900007 - ], - [ - -121.93135696099995, - 37.25935146000006 - ], - [ - -121.93135700099998, - 37.259355122000045 - ], - [ - -121.93135808499994, - 37.25948949600007 - ], - [ - -121.93135827099997, - 37.25951579400004 - ], - [ - -121.93136024999995, - 37.25976726300007 - ], - [ - -121.93136236699996, - 37.25993476900004 - ], - [ - -121.93136617899995, - 37.260150414000066 - ], - [ - -121.93136633199998, - 37.26015842500004 - ], - [ - -121.93136674299996, - 37.26021285200005 - ], - [ - -121.93136722, - 37.260275198000045 - ], - [ - -121.93136806099994, - 37.260384945000055 - ], - [ - -121.93137072499997, - 37.26050623000003 - ], - [ - -121.93138193099998, - 37.26071615400008 - ], - [ - -121.93139749799997, - 37.260908560000075 - ], - [ - -121.93141136999998, - 37.26112014600005 - ], - [ - -121.93141188899995, - 37.26131939700008 - ], - [ - -121.93141328699994, - 37.261537590000046 - ], - [ - -121.93141850499995, - 37.26164108000006 - ], - [ - -121.93142385899995, - 37.26174733800008 - ], - [ - -121.93141538299994, - 37.261747351000054 - ], - [ - -121.93122559999995, - 37.26174754400006 - ], - [ - -121.93077182699994, - 37.261744735000036 - ], - [ - -121.93064338999994, - 37.26174055800004 - ], - [ - -121.93016921999998, - 37.26174332900007 - ], - [ - -121.92986302299994, - 37.26174510100003 - ], - [ - -121.92947938799995, - 37.26174546000004 - ], - [ - -121.92903509599995, - 37.26174561800008 - ], - [ - -121.92869054199997, - 37.261745337000036 - ], - [ - -121.92854173599994, - 37.261745322000024 - ], - [ - -121.92847262999999, - 37.26174522700006 - ], - [ - -121.92835655699997, - 37.26174517800007 - ], - [ - -121.92816494599998, - 37.26174557000007 - ], - [ - -121.928157334, - 37.261585410000066 - ], - [ - -121.92815917099995, - 37.261329180000075 - ], - [ - -121.92816942299999, - 37.26118063600006 - ], - [ - -121.92818520299994, - 37.26105168700008 - ], - [ - -121.92821666599997, - 37.260926737000034 - ], - [ - -121.92828187299995, - 37.26070761600005 - ], - [ - -121.92837680099996, - 37.26049731200004 - ], - [ - -121.92837139599999, - 37.260494745000074 - ], - [ - -121.92850208699997, - 37.26029309300003 - ], - [ - -121.92865766399996, - 37.26014403500005 - ], - [ - -121.92881611599995, - 37.25999107200005 - ], - [ - -121.92904323799996, - 37.25979156100004 - ], - [ - -121.92911880899999, - 37.25973137700004 - ], - [ - -121.92910124599996, - 37.259723466000025 - ], - [ - -121.928837924, - 37.25952259200005 - ], - [ - -121.92871183999995, - 37.25942703100003 - ], - [ - -121.92867472999995, - 37.25939726900003 - ], - [ - -121.92863934199994, - 37.25936620500005 - ], - [ - -121.92860576199996, - 37.25933388300007 - ], - [ - -121.92856488499996, - 37.25929576500005 - ], - [ - -121.92855135499997, - 37.25928311200005 - ], - [ - -121.92849319299995, - 37.259235112000056 - ], - [ - -121.928421792, - 37.259296207000034 - ], - [ - -121.92842589499998, - 37.25929970400006 - ], - [ - -121.92842960499996, - 37.25930350400006 - ], - [ - -121.92843286099998, - 37.259307517000025 - ], - [ - -121.92843566299996, - 37.25931176300003 - ], - [ - -121.928438009, - 37.25931617400005 - ], - [ - -121.92843984399997, - 37.25932075400004 - ], - [ - -121.92844119299997, - 37.25932543000005 - ], - [ - -121.92844202799995, - 37.25933018100005 - ], - [ - -121.92844231999999, - 37.25933498300003 - ], - [ - -121.92844209699996, - 37.25933977100004 - ], - [ - -121.92844135799999, - 37.25934454000003 - ], - [ - -121.92844010099998, - 37.25934922500005 - ], - [ - -121.92843832699998, - 37.25935382500006 - ], - [ - -121.92843603499995, - 37.259358270000064 - ], - [ - -121.92843330999995, - 37.25936253800006 - ], - [ - -121.92843012399999, - 37.25936660600007 - ], - [ - -121.92842650299997, - 37.25937045000006 - ], - [ - -121.92842247599998, - 37.25937397800004 - ], - [ - -121.92822600499994, - 37.25955011100007 - ], - [ - -121.92816704799998, - 37.25960297300003 - ], - [ - -121.92815791099997, - 37.259610363000036 - ], - [ - -121.92810921599994, - 37.259654814000044 - ], - [ - -121.92806613999994, - 37.25969500800005 - ], - [ - -121.92804105, - 37.25972035600006 - ], - [ - -121.92802087799998, - 37.259740745000045 - ], - [ - -121.92797676999999, - 37.259786948000055 - ], - [ - -121.92794208599997, - 37.25982427100007 - ], - [ - -121.92791424099994, - 37.25985525900006 - ], - [ - -121.92788359099995, - 37.25989390500007 - ], - [ - -121.92785839399994, - 37.259922620000054 - ], - [ - -121.92784221099998, - 37.259943441000075 - ], - [ - -121.92781856999994, - 37.25997270800008 - ], - [ - -121.92777260499997, - 37.26003562000005 - ], - [ - -121.927728834, - 37.26009949100006 - ], - [ - -121.92768720099997, - 37.26016427500008 - ], - [ - -121.92766763499998, - 37.26019701600006 - ], - [ - -121.927642758, - 37.26023952800006 - ], - [ - -121.927607847, - 37.26030395400005 - ], - [ - -121.92758212999996, - 37.26035494700005 - ], - [ - -121.92757357899995, - 37.260372036000035 - ], - [ - -121.92756579199994, - 37.26038865700008 - ], - [ - -121.92756214599996, - 37.260398750000036 - ], - [ - -121.927550941, - 37.26042081500003 - ], - [ - -121.92754002199996, - 37.26044294600007 - ], - [ - -121.92752936299996, - 37.26046518800007 - ], - [ - -121.92751430899995, - 37.26050171900005 - ], - [ - -121.92749914199999, - 37.260538231000055 - ], - [ - -121.92748385799996, - 37.26057469800003 - ], - [ - -121.92747626199997, - 37.26059536900004 - ], - [ - -121.92746869599995, - 37.26061604000006 - ], - [ - -121.92746109899997, - 37.26063671000003 - ], - [ - -121.92744588699998, - 37.26068597200003 - ], - [ - -121.92743411299995, - 37.26073223800006 - ], - [ - -121.92742975199997, - 37.26075726500005 - ], - [ - -121.927425073, - 37.260782249000044 - ], - [ - -121.92742010799998, - 37.26080723700005 - ], - [ - -121.92740788699996, - 37.26086912000005 - ], - [ - -121.92740384899997, - 37.26089613400006 - ], - [ - -121.92739978099996, - 37.26092310300004 - ], - [ - -121.92739568699994, - 37.26095011700005 - ], - [ - -121.92739079899997, - 37.26098819600003 - ], - [ - -121.92738562699998, - 37.26102625600004 - ], - [ - -121.92738016699997, - 37.261064275000024 - ], - [ - -121.92737564299995, - 37.26110784400004 - ], - [ - -121.92737186599999, - 37.26116806700003 - ], - [ - -121.92737054399998, - 37.26118129200006 - ], - [ - -121.92736936899996, - 37.26119329900007 - ], - [ - -121.92736806, - 37.26122222600003 - ], - [ - -121.92736610299994, - 37.26124731500005 - ], - [ - -121.92736472299998, - 37.26127244200006 - ], - [ - -121.92736385699999, - 37.26129756200004 - ], - [ - -121.92736168, - 37.261336639000035 - ], - [ - -121.92669569599997, - 37.261341049000066 - ], - [ - -121.92668621399997, - 37.261060120000025 - ], - [ - -121.92656035699997, - 37.261051492000036 - ], - [ - -121.92636296699999, - 37.26112732800004 - ], - [ - -121.926320611, - 37.26114377400006 - ], - [ - -121.926117525, - 37.261221282000065 - ], - [ - -121.92591538599999, - 37.26129882400005 - ], - [ - -121.92591064499999, - 37.26129647800008 - ], - [ - -121.92591504999996, - 37.261565060000066 - ], - [ - -121.92552202999997, - 37.26155975300003 - ], - [ - -121.92551612499994, - 37.261559412000054 - ], - [ - -121.92551024, - 37.26155870500003 - ], - [ - -121.92550449099997, - 37.261557562000064 - ], - [ - -121.92549887799998, - 37.26155605100007 - ], - [ - -121.92549342899997, - 37.26155414800007 - ], - [ - -121.92548822899994, - 37.261551877000045 - ], - [ - -121.925483284, - 37.26154925900005 - ], - [ - -121.92547864499994, - 37.26154629400003 - ], - [ - -121.92547434399995, - 37.26154305100005 - ], - [ - -121.92547038199996, - 37.26153950600008 - ], - [ - -121.92546684499996, - 37.261535680000065 - ], - [ - -121.92546373099998, - 37.26153166700004 - ], - [ - -121.92546104399997, - 37.26152741800007 - ], - [ - -121.92545884199995, - 37.26152305100004 - ], - [ - -121.92545712099997, - 37.26151849400003 - ], - [ - -121.92545591799995, - 37.26151383900003 - ], - [ - -121.92545519699996, - 37.26150913300006 - ], - [ - -121.92545736699998, - 37.26146664500004 - ], - [ - -121.92546266, - 37.26142434900004 - ], - [ - -121.92547110999999, - 37.26138238000004 - ], - [ - -121.9254850199999, - 37.26133079900006 - ], - [ - -121.92550418899998, - 37.26128030000007 - ], - [ - -121.92552845499995, - 37.26123120300008 - ], - [ - -121.92555768099999, - 37.26118390000005 - ], - [ - -121.92556650799997, - 37.26117214200008 - ], - [ - -121.92538639999998, - 37.26109092400003 - ], - [ - -121.92492296399996, - 37.260887281000066 - ], - [ - -121.92486884599998, - 37.26093436100007 - ], - [ - -121.92478922299995, - 37.26099399700007 - ], - [ - -121.92467550099997, - 37.26101199900006 - ], - [ - -121.92466021999996, - 37.261014061000026 - ], - [ - -121.92449068299999, - 37.26103677100008 - ], - [ - -121.92429901399998, - 37.26106419100006 - ], - [ - -121.92418109899995, - 37.261081465000075 - ], - [ - -121.92400073099998, - 37.261106846000075 - ], - [ - -121.92393011499996, - 37.26110711000007 - ], - [ - -121.92390892399999, - 37.261107207000066 - ], - [ - -121.92374380099994, - 37.26110894000004 - ], - [ - -121.92359225299998, - 37.26110771700007 - ], - [ - -121.92354544699998, - 37.26110867500006 - ], - [ - -121.92351197999994, - 37.26110768600006 - ], - [ - -121.923320188, - 37.26110759100004 - ], - [ - -121.92321827599994, - 37.26110670200006 - ], - [ - -121.92316833399997, - 37.26110682700005 - ], - [ - -121.92316724999995, - 37.26125759400003 - ], - [ - -121.92316506799995, - 37.26138372100007 - ], - [ - -121.92316621199996, - 37.26144381600005 - ], - [ - -121.92316705899998, - 37.26158464800005 - ], - [ - -121.922616383, - 37.26158520600006 - ], - [ - -121.92260502899995, - 37.26158449700006 - ], - [ - -121.92259380299998, - 37.26158303100004 - ], - [ - -121.92258276299998, - 37.261580784000046 - ], - [ - -121.92257199599999, - 37.26157780300008 - ], - [ - -121.92256161499995, - 37.261574084000074 - ], - [ - -121.92255162299995, - 37.261569672000064 - ], - [ - -121.92254218999994, - 37.261564591000024 - ], - [ - -121.92253331699999, - 37.26155886300006 - ], - [ - -121.92252509399998, - 37.26155257500005 - ], - [ - -121.92251757399998, - 37.26154573200006 - ], - [ - -121.92251081899997, - 37.26153839600005 - ], - [ - -121.92250485899996, - 37.26153061800005 - ], - [ - -121.92249980599996, - 37.26152248600005 - ], - [ - -121.92249560799996, - 37.26151402100004 - ], - [ - -121.92249234899998, - 37.261505294000074 - ], - [ - -121.92249003199998, - 37.26149639500005 - ], - [ - -121.92248833699995, - 37.26148865500005 - ], - [ - -121.92248649299995, - 37.26148055200008 - ], - [ - -121.92233414299994, - 37.261482288000025 - ], - [ - -121.92233060499996, - 37.26111407800005 - ], - [ - -121.92232749299995, - 37.26076815700003 - ], - [ - -121.92232833299994, - 37.26058347000003 - ], - [ - -121.92232985399994, - 37.26053542900007 - ], - [ - -121.92233134599996, - 37.26048734200003 - ], - [ - -121.92232197699997, - 37.26035313700004 - ], - [ - -121.92230509199999, - 37.26020311600007 - ], - [ - -121.92227343099995, - 37.26005462300003 - ], - [ - -121.922227239, - 37.25990859800004 - ], - [ - -121.92216676499999, - 37.25976592600006 - ], - [ - -121.922092395, - 37.25962754500006 - ], - [ - -121.92201244299997, - 37.25948616200003 - ], - [ - -121.92198947699995, - 37.25943349800008 - ], - [ - -121.92212682299999, - 37.259427526000024 - ], - [ - -121.92231203999995, - 37.25941939300003 - ], - [ - -121.92230957599998, - 37.259335004000036 - ], - [ - -121.92230501299997, - 37.25904836400008 - ], - [ - -121.92230329599994, - 37.25887824300003 - ], - [ - -121.92230258899997, - 37.258841079000035 - ], - [ - -121.922306258, - 37.25882171500007 - ], - [ - -121.92230487799998, - 37.25870243000003 - ], - [ - -121.92230041099998, - 37.25870246000005 - ], - [ - -121.92229923099995, - 37.25853347900005 - ], - [ - -121.92229841899996, - 37.258358197000064 - ], - [ - -121.922285021, - 37.25819428500006 - ], - [ - -121.92228435099997, - 37.25800540500006 - ], - [ - -121.92228402199999, - 37.25785259500003 - ], - [ - -121.922284978, - 37.25769201000003 - ], - [ - -121.922285623, - 37.25750611400008 - ], - [ - -121.92228222699998, - 37.25734100300008 - ], - [ - -121.92227730499997, - 37.257167991000074 - ], - [ - -121.92227475899995, - 37.25700095000008 - ], - [ - -121.92227385099994, - 37.256835694000074 - ], - [ - -121.92227289299996, - 37.25665586000008 - ], - [ - -121.92227054099999, - 37.256490005000046 - ], - [ - -121.92227154499994, - 37.25631392300005 - ], - [ - -121.92227006999997, - 37.256158037000034 - ], - [ - -121.92226992299999, - 37.25615025700006 - ], - [ - -121.92257924399996, - 37.256146888000046 - ], - [ - -121.92285625199997, - 37.25615036500005 - ], - [ - -121.923004935, - 37.256087327000046 - ], - [ - -121.92339760299996, - 37.255868005000025 - ], - [ - -121.92349691099997, - 37.25581678300006 - ], - [ - -121.923490169, - 37.25571683700008 - ], - [ - -121.92349017099997, - 37.25547312700007 - ], - [ - -121.92349001699995, - 37.255352155000026 - ], - [ - -121.92348929899998, - 37.25523917900006 - ], - [ - -121.92348821999997, - 37.25506662500004 - ], - [ - -121.92348709299995, - 37.25505858100007 - ], - [ - -121.92348636799994, - 37.25490904900005 - ], - [ - -121.92348365099997, - 37.25481754600003 - ], - [ - -121.92341488299996, - 37.254816780000056 - ], - [ - -121.92338950699997, - 37.25481651700005 - ], - [ - -121.92338177599999, - 37.25481658700005 - ], - [ - -121.923241567, - 37.25481765100005 - ], - [ - -121.92303643999998, - 37.254818725000064 - ], - [ - -121.92245592199998, - 37.25482090500003 - ], - [ - -121.92226997399996, - 37.25482158500006 - ], - [ - -121.92226755899998, - 37.254739760000064 - ], - [ - -121.92225978699997, - 37.254403281000066 - ], - [ - -121.922089116, - 37.25440462100005 - ], - [ - -121.922002019, - 37.25440529000008 - ], - [ - -121.92191477999995, - 37.25440596000004 - ], - [ - -121.92178183799996, - 37.25440821500007 - ], - [ - -121.92178151199994, - 37.254403069000034 - ], - [ - -121.92173267299995, - 37.254402655000035 - ], - [ - -121.92144158699995, - 37.25440955500005 - ], - [ - -121.92134617099998, - 37.25441245300004 - ], - [ - -121.921320961, - 37.254415110000025 - ], - [ - -121.92121575599998, - 37.25441346400004 - ], - [ - -121.92116946699997, - 37.254412767000076 - ], - [ - -121.92113666999995, - 37.254412227000046 - ], - [ - -121.92104356099998, - 37.25441296900004 - ], - [ - -121.92101366999998, - 37.25441323900003 - ], - [ - -121.92091039899998, - 37.25441417300004 - ], - [ - -121.92081189099997, - 37.25441559700005 - ], - [ - -121.920648568, - 37.25441792300006 - ], - [ - -121.92061495399997, - 37.25441805600008 - ], - [ - -121.92041380199998, - 37.25441873400007 - ], - [ - -121.92039207199997, - 37.25441895100005 - ], - [ - -121.92021387399996, - 37.25442058700003 - ], - [ - -121.92013441799998, - 37.25442130000005 - ], - [ - -121.920014606, - 37.254422410000075 - ], - [ - -121.91987669099996, - 37.25442367000005 - ], - [ - -121.91981871499996, - 37.25442421400004 - ], - [ - -121.91961901599996, - 37.25442601700007 - ], - [ - -121.91961606799998, - 37.25442605300003 - ], - [ - -121.91961088499994, - 37.254426092000074 - ], - [ - -121.91941404999994, - 37.25442794400004 - ], - [ - -121.91935924999996, - 37.25442841200004 - ], - [ - -121.91921584, - 37.254429738000056 - ], - [ - -121.91910377899995, - 37.254430753000065 - ], - [ - -121.91901479699999, - 37.25443155700003 - ], - [ - -121.91884283999997, - 37.25443317200006 - ], - [ - -121.91881297999998, - 37.25443343100005 - ], - [ - -121.91861453999996, - 37.25443524000008 - ], - [ - -121.91858462099998, - 37.25443551300003 - ], - [ - -121.91841527199995, - 37.25443706000004 - ], - [ - -121.91832596499995, - 37.254437868000025 - ], - [ - -121.91821600199995, - 37.25443887800003 - ], - [ - -121.91806927, - 37.25444021800007 - ], - [ - -121.91801412099994, - 37.25444075200005 - ], - [ - -121.91780359999996, - 37.25444266100004 - ], - [ - -121.91780017699995, - 37.254096996000044 - ], - [ - -121.91781340699998, - 37.25392932800003 - ], - [ - -121.91781048099995, - 37.25378852100005 - ], - [ - -121.91781143699995, - 37.25374833700005 - ], - [ - -121.91781125899996, - 37.253724213000055 - ], - [ - -121.91780958899994, - 37.253575289000025 - ], - [ - -121.91780896599994, - 37.25351825400003 - ], - [ - -121.91780769699994, - 37.25339992800008 - ], - [ - -121.91780664299995, - 37.25330542900008 - ], - [ - -121.91780580499994, - 37.25322610300003 - ], - [ - -121.91780446399997, - 37.25309944600008 - ], - [ - -121.91780396299998, - 37.25305188600004 - ], - [ - -121.91780217399997, - 37.25288799300006 - ], - [ - -121.917802124, - 37.25288085200003 - ], - [ - -121.91780023999996, - 37.25270743800007 - ], - [ - -121.91779991799996, - 37.25267830200005 - ], - [ - -121.91779836799998, - 37.25253464100007 - ], - [ - -121.91779765299998, - 37.25246817800007 - ], - [ - -121.91779646599997, - 37.25236015100006 - ], - [ - -121.9177954099999, - 37.25226063900004 - ], - [ - -121.91779467999999, - 37.25218927700007 - ], - [ - -121.91779313299998, - 37.252048384000034 - ], - [ - -121.91779271999997, - 37.25200998200006 - ], - [ - -121.91779098399996, - 37.25184739200006 - ], - [ - -121.917790933, - 37.25184313400007 - ], - [ - -121.91778886099996, - 37.25178666700003 - ], - [ - -121.917786875, - 37.25175897200006 - ], - [ - -121.917789944, - 37.251748633000034 - ], - [ - -121.91778920499996, - 37.25168132300007 - ], - [ - -121.91778743799995, - 37.25151672100003 - ], - [ - -121.91778570499997, - 37.25135426800006 - ], - [ - -121.91778451799996, - 37.25118897100003 - ], - [ - -121.91778322399995, - 37.25100884300008 - ], - [ - -121.917784144, - 37.25085794100005 - ], - [ - -121.91810581599998, - 37.25087282900006 - ], - [ - -121.91838145599996, - 37.25088375800004 - ], - [ - -121.91863559499996, - 37.250887317000036 - ], - [ - -121.91882791199998, - 37.25088784800005 - ], - [ - -121.91913068499997, - 37.250886069000046 - ], - [ - -121.91945345999994, - 37.250882141000034 - ], - [ - -121.91989168699996, - 37.250879550000036 - ], - [ - -121.92022629799999, - 37.25087755200008 - ], - [ - -121.92071770999996, - 37.250872550000054 - ], - [ - -121.92081727899995, - 37.250868480000065 - ], - [ - -121.92084938099998, - 37.25086715300006 - ], - [ - -121.921132651, - 37.25085309200006 - ], - [ - -121.921135973, - 37.25085316600007 - ], - [ - -121.92113926299999, - 37.25085301200005 - ], - [ - -121.92114254899997, - 37.250852629000065 - ], - [ - -121.92145562399998, - 37.250835437000035 - ], - [ - -121.92146260699997, - 37.250835238000036 - ], - [ - -121.92146955099997, - 37.250834559000054 - ], - [ - -121.92160284599998, - 37.25082861300007 - ], - [ - -121.921981588, - 37.250823945000036 - ], - [ - -121.921990543, - 37.250823516000025 - ], - [ - -121.92222594299994, - 37.250818939000055 - ], - [ - -121.92686995799994, - 37.25076356900007 - ], - [ - -121.92685619899999, - 37.25021492700006 - ], - [ - -121.92685885999998, - 37.25013670200008 - ], - [ - -121.92685470499998, - 37.25012004300004 - ], - [ - -121.92686465799994, - 37.25011495500007 - ], - [ - -121.92687402799999, - 37.25010918700008 - ], - [ - -121.926882724, - 37.250102809000055 - ], - [ - -121.92689072299999, - 37.25009582200005 - ], - [ - -121.92689793799997, - 37.25008836300003 - ], - [ - -121.926904316, - 37.25008043300005 - ], - [ - -121.92690982699997, - 37.25007208100004 - ], - [ - -121.92691420799997, - 37.250064543000065 - ], - [ - -121.92691772399996, - 37.25005678600007 - ], - [ - -121.92692037699999, - 37.25004876500003 - ], - [ - -121.92692216999995, - 37.250040617000025 - ], - [ - -121.92692304299999, - 37.25003236600003 - ], - [ - -121.92692302799998, - 37.25002408000006 - ], - [ - -121.92692206899994, - 37.25001582800007 - ], - [ - -121.926920253, - 37.25000767900008 - ], - [ - -121.92691752399998, - 37.24999967800005 - ], - [ - -121.92691393899997, - 37.249991916000056 - ], - [ - -121.92690955799998, - 37.24998441500003 - ], - [ - -121.926903214, - 37.249976047000075 - ], - [ - -121.92689780599994, - 37.24996730000004 - ], - [ - -121.92689336499996, - 37.249958175000074 - ], - [ - -121.92688992299998, - 37.249948809000045 - ], - [ - -121.92688747799997, - 37.24993924800003 - ], - [ - -121.92688609099997, - 37.249929536000025 - ], - [ - -121.92688391699994, - 37.24985755200004 - ], - [ - -121.926884025, - 37.24985276600006 - ], - [ - -121.92688467799996, - 37.24984797500008 - ], - [ - -121.92688581799996, - 37.24984324500008 - ], - [ - -121.92687972299996, - 37.249582168000074 - ], - [ - -121.92687628699997, - 37.24928349500004 - ], - [ - -121.92710914899999, - 37.249282625000035 - ], - [ - -121.92711524799995, - 37.24928262000003 - ], - [ - -121.92730787499994, - 37.24928155200007 - ], - [ - -121.92736705099998, - 37.249281059000054 - ], - [ - -121.927505156, - 37.24927992500005 - ], - [ - -121.92761784199996, - 37.24927900800003 - ], - [ - -121.92770349899996, - 37.24927821500006 - ], - [ - -121.92786991199995, - 37.249274927000044 - ], - [ - -121.92789623899995, - 37.24927437700006 - ], - [ - -121.92808976099997, - 37.24927192500007 - ], - [ - -121.92812249299999, - 37.24927214300004 - ], - [ - -121.92828686499996, - 37.249273251000034 - ], - [ - -121.92837621499996, - 37.24927206900003 - ], - [ - -121.92848267599999, - 37.24927065600008 - ], - [ - -121.928623685, - 37.249268820000054 - ], - [ - -121.92868306099996, - 37.24926802700003 - ], - [ - -121.92887757699998, - 37.249265378000075 - ], - [ - -121.92902565999998, - 37.24926336500005 - ], - [ - -121.92912841999998, - 37.24926005000003 - ], - [ - -121.92938209899995, - 37.24925773000007 - ], - [ - -121.92962797999996, - 37.249256510000066 - ], - [ - -121.929883658, - 37.24925236100006 - ], - [ - -121.92996443299995, - 37.24925080200006 - ], - [ - -121.93013607699999, - 37.24924863200005 - ], - [ - -121.93021935099995, - 37.24924752700008 - ], - [ - -121.93030997799997, - 37.249247565000076 - ], - [ - -121.930387823, - 37.24924700200006 - ], - [ - -121.93039586799995, - 37.24924699500008 - ], - [ - -121.93046501299995, - 37.24924674600004 - ], - [ - -121.93063673499995, - 37.24924551300006 - ], - [ - -121.93088518599995, - 37.24924385400004 - ], - [ - -121.93114907799998, - 37.24924259100004 - ], - [ - -121.93115007199998, - 37.24932295100007 - ], - [ - -121.93115105199996, - 37.24949548300003 - ], - [ - -121.931151049, - 37.24952711700007 - ], - [ - -121.93115114299997, - 37.24953169400004 - ], - [ - -121.93115078699998, - 37.24953627700006 - ], - [ - -121.93114994399997, - 37.249540797000066 - ], - [ - -121.93114859699995, - 37.24954527600005 - ], - [ - -121.93114679099995, - 37.24954962500004 - ], - [ - -121.931144524, - 37.24955381800004 - ], - [ - -121.93114179399998, - 37.24955785700007 - ], - [ - -121.93113863199994, - 37.24956168500006 - ], - [ - -121.93113503599994, - 37.24956528800004 - ], - [ - -121.93113111999997, - 37.24956860900005 - ], - [ - -121.93112687499996, - 37.249571659000026 - ], - [ - -121.931122239, - 37.249574394000035 - ], - [ - -121.93111733099994, - 37.24957678900006 - ], - [ - -121.93111221699996, - 37.249578866000036 - ], - [ - -121.93110689399998, - 37.24958055700006 - ], - [ - -121.93110139299995, - 37.249581860000035 - ], - [ - -121.93109581999994, - 37.24958279600003 - ], - [ - -121.93109008299996, - 37.249583348000044 - ], - [ - -121.93108235499994, - 37.24958346500006 - ], - [ - -121.93108616699999, - 37.249671774000035 - ], - [ - -121.93108975599995, - 37.24975493200003 - ], - [ - -121.93109573199996, - 37.24975461200006 - ], - [ - -121.93110180899998, - 37.24975474300004 - ], - [ - -121.93110780299997, - 37.24975526500003 - ], - [ - -121.93111374199998, - 37.24975622200003 - ], - [ - -121.93111950199994, - 37.24975759300003 - ], - [ - -121.93112511899994, - 37.24975935600003 - ], - [ - -121.931130543, - 37.24976148700006 - ], - [ - -121.93113568799998, - 37.249764011000025 - ], - [ - -121.93114055399997, - 37.249766858000044 - ], - [ - -121.93114507999996, - 37.249770030000036 - ], - [ - -121.93114924099996, - 37.24977351100006 - ], - [ - -121.93115300699998, - 37.249777282000025 - ], - [ - -121.93115637799997, - 37.24978129200008 - ], - [ - -121.93115926399997, - 37.24978553600005 - ], - [ - -121.93116169799998, - 37.24978994800006 - ], - [ - -121.93116366599997, - 37.24979450200004 - ], - [ - -121.93116508099996, - 37.24979919900005 - ], - [ - -121.93116600199994, - 37.24980395100005 - ], - [ - -121.93116637999998, - 37.249808775000076 - ], - [ - -121.93117157399996, - 37.25001886500007 - ], - [ - -121.93118170699995, - 37.250431768000055 - ], - [ - -121.93114732599997, - 37.25043223400007 - ], - [ - -121.931023918, - 37.25043392500004 - ], - [ - -121.93102454099994, - 37.25047956000003 - ], - [ - -121.93103038299995, - 37.25090215300003 - ], - [ - -121.93103738999997, - 37.25140956200005 - ], - [ - -121.93103851399997, - 37.25149076200006 - ], - [ - -121.93104020799996, - 37.25166415500007 - ], - [ - -121.93104231499996, - 37.25187013900006 - ], - [ - -121.93104444799997, - 37.25207443000005 - ], - [ - -121.93104658399994, - 37.252283841000065 - ], - [ - -121.93104872899994, - 37.25249431800006 - ], - [ - -121.93105086899999, - 37.252700412000024 - ], - [ - -121.931053067, - 37.25291418100005 - ], - [ - -121.931055201, - 37.25312302700007 - ], - [ - -121.93105731999998, - 37.25333102500008 - ], - [ - -121.93105890299995, - 37.25350954800007 - ], - [ - -121.93105882199995, - 37.25351435600004 - ], - [ - -121.93105214299999, - 37.25378032800006 - ], - [ - -121.93105339399995, - 37.253952078000054 - ], - [ - -121.93105447499994, - 37.254162722000046 - ], - [ - -121.931056136, - 37.25436184100005 - ], - [ - -121.93105979299997, - 37.25457242900006 - ], - [ - -121.93105981199994, - 37.254766518000054 - ], - [ - -121.93106322199998, - 37.25497168100003 - ], - [ - -121.93106974999995, - 37.255176677000065 - ], - [ - -121.931088424, - 37.255378998000026 - ], - [ - -121.93109014599997, - 37.25558446500003 - ], - [ - -121.93109112899998, - 37.25569156600005 - ], - [ - -121.931092074, - 37.25579454900003 - ], - [ - -121.93109320899998, - 37.25589727600004 - ], - [ - -121.93109434299998, - 37.25600000400004 - ], - [ - -121.93109464499997, - 37.25604802600003 - ], - [ - -121.93109495799996, - 37.25609796600003 - ], - [ - -121.931095288, - 37.256134287000066 - ], - [ - -121.93127824299995, - 37.25613335500003 - ], - [ - -121.93147499599996, - 37.256132369000056 - ], - [ - -121.93172273299996, - 37.256131469000024 - ], - [ - -121.93193454799996, - 37.25613068600006 - ], - [ - -121.93195089699998, - 37.25613057800007 - ], - [ - -121.93214079699999, - 37.25612981300003 - ], - [ - -121.93235509599998, - 37.25612895200004 - ], - [ - -121.9324289199999, - 37.25612896500007 - ], - [ - -121.93256439399994, - 37.25612723800003 - ], - [ - -121.93277051099994, - 37.25612531200005 - ], - [ - -121.93282767299996, - 37.25612708400007 - ], - [ - -121.93296546399995, - 37.25612672500006 - ], - [ - -121.93303212899997, - 37.256126710000046 - ], - [ - -121.93317847799995, - 37.256127666000054 - ], - [ - -121.93323043499998, - 37.256128197000066 - ], - [ - -121.93338767199998, - 37.256129430000044 - ], - [ - -121.93343398299999, - 37.25612977900005 - ], - [ - -121.93359980099996, - 37.25612898500003 - ], - [ - -121.93364014599996, - 37.25612876500003 - ], - [ - -121.93380985799996, - 37.256127992000074 - ], - [ - -121.93384627999995, - 37.25612779700003 - ], - [ - -121.93402223299995, - 37.25612692400006 - ], - [ - -121.93405266999997, - 37.256126780000045 - ], - [ - -121.93405776699996, - 37.25612674100006 - ], - [ - -121.934230991, - 37.25612537300003 - ], - [ - -121.93425209299994, - 37.25612520300007 - ], - [ - -121.93444192199996, - 37.25612370400006 - ], - [ - -121.93445881599996, - 37.25612359000007 - ], - [ - -121.93465153699998, - 37.256122075000064 - ], - [ - -121.93466467299999, - 37.25612196000003 - ], - [ - -121.93485241899998, - 37.256120483000075 - ], - [ - -121.93486232499998, - 37.25612038000003 - ], - [ - -121.93490962499999, - 37.25612003300006 - ], - [ - -121.93505854299997, - 37.25611747500005 - ], - [ - -121.93507434499998, - 37.256117190000055 - ], - [ - -121.935114678, - 37.25611646800007 - ], - [ - -121.9352646899999, - 37.25611568100004 - ], - [ - -121.93528009699997, - 37.256115744000056 - ], - [ - -121.93546958999997, - 37.25611458800006 - ], - [ - -121.93547737799997, - 37.25611456100006 - ], - [ - -121.93570489899997, - 37.25611335100007 - ], - [ - -121.93590899299994, - 37.256115013000056 - ], - [ - -121.93598111999995, - 37.25611458700007 - ], - [ - -121.93612943199997, - 37.25611184700006 - ], - [ - -121.93624820199994, - 37.25610968500007 - ], - [ - -121.93631803899996, - 37.25610930900007 - ], - [ - -121.93633150099998, - 37.256109441000035 - ], - [ - -121.93653401899996, - 37.25610807900006 - ], - [ - -121.93674123699998, - 37.256106886000055 - ], - [ - -121.93679649999996, - 37.25610659600005 - ], - [ - -121.936945692, - 37.25610646000007 - ], - [ - -121.93702072599996, - 37.256105287000025 - ], - [ - -121.93714636699997, - 37.25610456900006 - ], - [ - -121.93714874299997, - 37.256104540000024 - ], - [ - -121.93721588399995, - 37.25610394500006 - ], - [ - -121.93735319899997, - 37.256102647000034 - ], - [ - -121.93742451999998, - 37.25610195000007 - ], - [ - -121.93755238499995, - 37.25610077400006 - ], - [ - -121.93762943299998, - 37.25610007900008 - ], - [ - -121.93776021899998, - 37.25609883000004 - ], - [ - -121.93783806699997, - 37.256098112000075 - ], - [ - -121.93796323699996, - 37.25609694100007 - ], - [ - -121.93804175099996, - 37.25609620600005 - ], - [ - -121.938168615, - 37.25609501300005 - ], - [ - -121.93825299099996, - 37.25609422800005 - ], - [ - -121.93837286699994, - 37.256094518000054 - ], - [ - -121.93845874899995, - 37.256093097000075 - ], - [ - -121.93857840399994, - 37.25609075700004 - ], - [ - -121.93866434899996, - 37.256089632000055 - ], - [ - -121.93877462599994, - 37.25608807100008 - ], - [ - -121.93887247699996, - 37.25608666200003 - ], - [ - -121.93897785799999, - 37.25608518400003 - ], - [ - -121.939070072, - 37.25608389000007 - ], - [ - -121.93927673999997, - 37.256080937000036 - ], - [ - -121.93930098699997, - 37.25608056100003 - ], - [ - -121.93939447599996, - 37.25608006200008 - ], - [ - -121.939483038, - 37.25607954600008 - ], - [ - -121.939688704, - 37.25607839000003 - ], - [ - -121.939874826, - 37.25607731400004 - ], - [ - -121.939898009, - 37.25607705200008 - ], - [ - -121.94010334599994, - 37.25607601400003 - ], - [ - -121.94034314899994, - 37.25607462800008 - ], - [ - -121.94034669399997, - 37.25623631800005 - ], - [ - -121.94034784699994, - 37.25640191300005 - ], - [ - -121.94034898099994, - 37.256563365000034 - ], - [ - -121.94035019199998, - 37.25673333200007 - ], - [ - -121.94035089799996, - 37.25682946100005 - ], - [ - -121.94035305799997, - 37.25698980200008 - ], - [ - -121.940355238, - 37.25715151600008 - ], - [ - -121.94035396399994, - 37.25724149000007 - ], - [ - -121.94035523599996, - 37.25740573300004 - ], - [ - -121.94035642699998, - 37.25757018400003 - ], - [ - -121.94035782799995, - 37.25772925100006 - ], - [ - -121.94036064, - 37.257910940000045 - ], - [ - -121.94036177399994, - 37.25807985500006 - ], - [ - -121.94036346299998, - 37.258247847000064 - ], - [ - -121.94036088099995, - 37.258417128000076 - ], - [ - -121.94036171899995, - 37.25858110200005 - ], - [ - -121.94036238499996, - 37.25870195300007 - ], - [ - -121.94036789699999, - 37.25895994700005 - ], - [ - -121.94036849799994, - 37.25896408400007 - ], - [ - -121.94036862999997, - 37.25896827100007 - ], - [ - -121.94037148499996, - 37.259094223000034 - ], - [ - -121.94037437299994, - 37.259267944000044 - ], - [ - -121.94037741399995, - 37.259449722000056 - ], - [ - -121.94038023799999, - 37.25961864000004 - ], - [ - -121.94038311399999, - 37.259791791000055 - ], - [ - -121.94038612799994, - 37.25996764000007 - ], - [ - -121.94038811099995, - 37.26009003100006 - ], - [ - -121.94038806599997, - 37.260095068000055 - ], - [ - -121.94038747499997, - 37.26010008800006 - ], - [ - -121.94038634099996, - 37.260105046000035 - ], - [ - -121.94038468599996, - 37.260109896000074 - ], - [ - -121.94038245699994, - 37.260114617000056 - ], - [ - -121.94037973899998, - 37.260119159000055 - ], - [ - -121.94037655799997, - 37.260123502000056 - ], - [ - -121.94037288599998, - 37.260127598000054 - ], - [ - -121.94036880699997, - 37.260131425000054 - ], - [ - -121.94036432099995, - 37.26013496000007 - ], - [ - -121.94035942799997, - 37.26013815600004 - ], - [ - -121.94035424199996, - 37.260141013000066 - ], - [ - -121.94034876199999, - 37.260143484000025 - ], - [ - -121.94034301899995, - 37.26014556800004 - ], - [ - -121.940337065, - 37.26014722100007 - ], - [ - -121.94033095999998, - 37.260148463000064 - ], - [ - -121.94032473399994, - 37.260149295000076 - ], - [ - -121.94031846999997, - 37.26014966900004 - ], - [ - -121.93994532199997, - 37.26015139800006 - ], - [ - -121.93991986499998, - 37.260151552000025 - ], - [ - -121.93991697099995, - 37.26032399500008 - ], - [ - -121.93992267599998, - 37.26032726600005 - ], - [ - -121.93992795799994, - 37.260330932000045 - ], - [ - -121.93993284699997, - 37.26033496900004 - ], - [ - -121.93993722699997, - 37.26033933400004 - ], - [ - -121.93994112499996, - 37.26034397900003 - ], - [ - -121.93994448499996, - 37.26034890400007 - ], - [ - -121.93994730499998, - 37.260354042000074 - ], - [ - -121.93995170599999, - 37.26036405900004 - ], - [ - -121.93995184799996, - 37.260368431000074 - ], - [ - -121.93995176099997, - 37.260511128000076 - ], - [ - -121.93995390199996, - 37.26055992600004 - ], - [ - -121.939957059, - 37.26065698600007 - ], - [ - -121.93978568699998, - 37.260658361000026 - ], - [ - -121.93970760699995, - 37.260659161000035 - ], - [ - -121.93961502499997, - 37.26065940700005 - ], - [ - -121.93955606699996, - 37.260659858000054 - ], - [ - -121.93942263399998, - 37.260659392000036 - ], - [ - -121.93929119399996, - 37.260661328000026 - ], - [ - -121.93918817399998, - 37.26066531600003 - ], - [ - -121.93908500999999, - 37.26066931100007 - ], - [ - -121.93893219899996, - 37.26066935700004 - ], - [ - -121.93889103999999, - 37.26066906300008 - ], - [ - -121.93886301699996, - 37.26066824000003 - ], - [ - -121.93875108699996, - 37.26066764600006 - ], - [ - -121.93875046899996, - 37.260628078000025 - ], - [ - -121.93874536499999, - 37.260319561000074 - ], - [ - -121.93855331699996, - 37.260319425000034 - ], - [ - -121.93836344199997, - 37.26032061400008 - ], - [ - -121.93817540199996, - 37.26032193900005 - ], - [ - -121.93814270099995, - 37.260322158000065 - ], - [ - -121.93799130199994, - 37.26032259900006 - ], - [ - -121.93792314799998, - 37.260322795000036 - ], - [ - -121.93780781399994, - 37.26032384500007 - ], - [ - -121.93767724699995, - 37.26032503600004 - ], - [ - -121.93761769099996, - 37.26032556000007 - ], - [ - -121.937624772, - 37.26056879500004 - ], - [ - -121.93762497899996, - 37.26061683900008 - ], - [ - -121.937625073, - 37.26063217400008 - ], - [ - -121.9376252499999, - 37.26069351700005 - ], - [ - -121.93762592999997, - 37.26086445100003 - ], - [ - -121.93762619499995, - 37.26093339300007 - ], - [ - -121.93762985999996, - 37.261124067000026 - ], - [ - -121.93763054399994, - 37.261159630000066 - ], - [ - -121.93763095199995, - 37.26127920300007 - ], - [ - -121.93763128699999, - 37.26138009700003 - ], - [ - -121.93763148899995, - 37.261445767000055 - ], - [ - -121.93763191899995, - 37.26160514500003 - ], - [ - -121.93763233399994, - 37.261771321000026 - ], - [ - -121.93763455899995, - 37.26192726700003 - ], - [ - -121.93763697999998, - 37.26209341800006 - ], - [ - -121.93763940699995, - 37.26225103200005 - ], - [ - -121.93764021899995, - 37.262416906000055 - ], - [ - -121.93764097499997, - 37.26257254800004 - ], - [ - -121.937641924, - 37.26275590900008 - ], - [ - -121.93764257499998, - 37.26288225400003 - ], - [ - -121.93764004599996, - 37.26328400500006 - ] - ], - [ - [ - -121.86241925699994, - 37.23915524600005 - ], - [ - -121.86238193999998, - 37.23911205300004 - ], - [ - -121.86221303599996, - 37.23895857400004 - ], - [ - -121.86201442199996, - 37.238750277000065 - ], - [ - -121.86175280799995, - 37.23871257700006 - ], - [ - -121.86167307699998, - 37.23869384300008 - ], - [ - -121.86161655099994, - 37.23868053700005 - ], - [ - -121.86159561199997, - 37.23867370800008 - ], - [ - -121.86120191299995, - 37.238592406000066 - ], - [ - -121.86092098699999, - 37.238278351000076 - ], - [ - -121.86072336199999, - 37.238131890000034 - ], - [ - -121.860515707, - 37.23803686200006 - ], - [ - -121.86030341299994, - 37.237948387000074 - ], - [ - -121.860043051, - 37.23786601100005 - ], - [ - -121.85985319699995, - 37.23780680500005 - ], - [ - -121.85966022999997, - 37.23774660300006 - ], - [ - -121.85944646599995, - 37.23767931800006 - ], - [ - -121.85917596799999, - 37.237604246000046 - ], - [ - -121.85901865699998, - 37.23756693100006 - ], - [ - -121.85899570199996, - 37.23755305100008 - ], - [ - -121.85887713699998, - 37.23748136000006 - ], - [ - -121.85856958499994, - 37.23748498000003 - ], - [ - -121.85835542999996, - 37.237487489000046 - ], - [ - -121.85815890799995, - 37.23748981500006 - ], - [ - -121.85803797899996, - 37.237398332000055 - ], - [ - -121.85779500499996, - 37.23722162300004 - ], - [ - -121.85716235799998, - 37.237123190000034 - ], - [ - -121.85700040899997, - 37.23704916600008 - ], - [ - -121.85642471799997, - 37.23706511000006 - ], - [ - -121.85616754999995, - 37.23697051500005 - ], - [ - -121.85598054199994, - 37.236876952000046 - ], - [ - -121.856657795, - 37.23519472100003 - ], - [ - -121.85603123899995, - 37.23034194200005 - ], - [ - -121.85595299199997, - 37.22969511400004 - ], - [ - -121.85587934699998, - 37.229087513000025 - ], - [ - -121.856964985, - 37.22901054000005 - ], - [ - -121.85777945199999, - 37.22889483200004 - ], - [ - -121.85816356599997, - 37.22884025400003 - ], - [ - -121.85832045299998, - 37.22878631400005 - ], - [ - -121.85836384699996, - 37.22877049600004 - ], - [ - -121.85840724299999, - 37.228754680000065 - ], - [ - -121.85845060999998, - 37.22873884000006 - ], - [ - -121.85851725699996, - 37.22871398700005 - ], - [ - -121.85858393199999, - 37.22868910900007 - ], - [ - -121.85865054599998, - 37.22866425700005 - ], - [ - -121.85868025299999, - 37.228653303000044 - ], - [ - -121.85874725699995, - 37.22862859700007 - ], - [ - -121.858843966, - 37.228592975000026 - ], - [ - -121.85894067499999, - 37.22855733400007 - ], - [ - -121.85897118499997, - 37.22854608400007 - ], - [ - -121.859001665, - 37.22853474300007 - ], - [ - -121.859032115, - 37.228523334000045 - ], - [ - -121.85913091499998, - 37.228486227000076 - ], - [ - -121.85922974799996, - 37.22844916400004 - ], - [ - -121.85927714299999, - 37.22843137500007 - ], - [ - -121.85943900299998, - 37.22846205500008 - ], - [ - -121.85950075599999, - 37.22843646500007 - ], - [ - -121.85954128999998, - 37.22844706400008 - ], - [ - -121.85958347899998, - 37.22845205300007 - ], - [ - -121.85962611599996, - 37.228451292000045 - ], - [ - -121.85966798399994, - 37.228444799000044 - ], - [ - -121.859747288, - 37.22843217700006 - ], - [ - -121.85982798599997, - 37.228424877000066 - ], - [ - -121.85990916099996, - 37.228423030000044 - ], - [ - -121.85999017699999, - 37.22842664500007 - ], - [ - -121.86007095499997, - 37.228435743000034 - ], - [ - -121.86028494599998, - 37.22844790600004 - ], - [ - -121.86039880699997, - 37.22852789600006 - ], - [ - -121.86051791899996, - 37.22860283700004 - ], - [ - -121.86064192699996, - 37.228672516000074 - ], - [ - -121.86077047099997, - 37.228736723000054 - ], - [ - -121.86090317199995, - 37.22879527400005 - ], - [ - -121.86103964499995, - 37.228847994000034 - ], - [ - -121.861179484, - 37.22889472900005 - ], - [ - -121.86132228399998, - 37.228935343000046 - ], - [ - -121.86146762099997, - 37.22896971600005 - ], - [ - -121.86161507599996, - 37.22899774800004 - ], - [ - -121.86213032999996, - 37.229053273000034 - ], - [ - -121.86298331899997, - 37.22918725100004 - ], - [ - -121.86329640599996, - 37.229267667000045 - ], - [ - -121.86405253899994, - 37.229553406000036 - ], - [ - -121.86472145099998, - 37.229927332000045 - ], - [ - -121.86529136099995, - 37.23033128900005 - ], - [ - -121.86568260999996, - 37.23052554000003 - ], - [ - -121.86572551899997, - 37.23054684400006 - ], - [ - -121.86590846799999, - 37.230637675000025 - ], - [ - -121.86632590799996, - 37.23088905800006 - ], - [ - -121.86634145999994, - 37.23089842400003 - ], - [ - -121.86635133799996, - 37.23090437400003 - ], - [ - -121.86640325199994, - 37.23093563500004 - ], - [ - -121.86644282199995, - 37.23095946300003 - ], - [ - -121.866563107, - 37.23105805800003 - ], - [ - -121.86656775699998, - 37.231061828000065 - ], - [ - -121.86688211799998, - 37.231470268000066 - ], - [ - -121.86741832299998, - 37.23152151900007 - ], - [ - -121.868340677, - 37.23181968400007 - ], - [ - -121.86844061899995, - 37.23186138800003 - ], - [ - -121.86844063799998, - 37.23186248300004 - ], - [ - -121.868518828, - 37.23190086100004 - ], - [ - -121.868536716, - 37.23190963900004 - ], - [ - -121.868628463, - 37.23196202200006 - ], - [ - -121.86871543399997, - 37.23201937500005 - ], - [ - -121.86879721099996, - 37.23208142200008 - ], - [ - -121.86887339699996, - 37.23214786300008 - ], - [ - -121.86846058999998, - 37.23193932600003 - ], - [ - -121.86845965899994, - 37.231939940000075 - ], - [ - -121.86823181699998, - 37.23204631800007 - ], - [ - -121.86802608599999, - 37.23214238800006 - ], - [ - -121.86788829899996, - 37.23220779300004 - ], - [ - -121.86777313899995, - 37.23226290700006 - ], - [ - -121.86765655099998, - 37.232318220000025 - ], - [ - -121.86753853399995, - 37.23237368900004 - ], - [ - -121.86743098499994, - 37.23241761100007 - ], - [ - -121.86735483599995, - 37.23242694700008 - ], - [ - -121.86727871499994, - 37.23243630500008 - ], - [ - -121.86712069099997, - 37.23245568200008 - ], - [ - -121.86710373899996, - 37.232457760000045 - ], - [ - -121.86692879099996, - 37.232479237000064 - ], - [ - -121.86675381599997, - 37.23250069200003 - ], - [ - -121.86670165899994, - 37.23250709200005 - ], - [ - -121.86632593499996, - 37.23255279500006 - ], - [ - -121.86626949099997, - 37.23255958800007 - ], - [ - -121.86621302099996, - 37.23256640500006 - ], - [ - -121.86615654899998, - 37.23257319800007 - ], - [ - -121.86610062199998, - 37.232583144000046 - ], - [ - -121.86603006999997, - 37.23259799900006 - ], - [ - -121.86595951899994, - 37.232612877000065 - ], - [ - -121.86588893799996, - 37.232627756000056 - ], - [ - -121.86581841399999, - 37.23264261000003 - ], - [ - -121.86574352799994, - 37.23265838400005 - ], - [ - -121.86566869899997, - 37.232674160000045 - ], - [ - -121.86559381199999, - 37.23268991200007 - ], - [ - -121.86551898299996, - 37.23270570900007 - ], - [ - -121.865446094, - 37.23272111700004 - ], - [ - -121.86537320399998, - 37.23273657100003 - ], - [ - -121.865300317, - 37.232752048000066 - ], - [ - -121.86521148599996, - 37.23277084600005 - ], - [ - -121.86520156199998, - 37.23277295400004 - ], - [ - -121.86516913899999, - 37.23277983300005 - ], - [ - -121.86515222699995, - 37.23278339500007 - ], - [ - -121.86512262999997, - 37.23278980500004 - ], - [ - -121.86510292599996, - 37.232794064000075 - ], - [ - -121.86503392199995, - 37.23280901500004 - ], - [ - -121.86500435199997, - 37.23281542600006 - ], - [ - -121.86485671899999, - 37.232848140000044 - ], - [ - -121.864720047, - 37.23287765900005 - ], - [ - -121.86458334799994, - 37.23290715600007 - ], - [ - -121.86444661699994, - 37.232936652000035 - ], - [ - -121.86442102299998, - 37.23294127200006 - ], - [ - -121.86441337599996, - 37.23294264800006 - ], - [ - -121.86439540599997, - 37.23294773300006 - ], - [ - -121.864313026, - 37.23296549500003 - ], - [ - -121.86423067499999, - 37.23298325600007 - ], - [ - -121.86414832399998, - 37.23300104000003 - ], - [ - -121.86406591499997, - 37.233018824000055 - ], - [ - -121.86401512299994, - 37.23303099800006 - ], - [ - -121.86398949099998, - 37.23303978900003 - ], - [ - -121.86396382899994, - 37.233048534000034 - ], - [ - -121.86393816699996, - 37.233057303000066 - ], - [ - -121.86391665699995, - 37.233064512000055 - ], - [ - -121.86389579299998, - 37.233072744000026 - ], - [ - -121.863875523, - 37.23308195200008 - ], - [ - -121.86385554799995, - 37.233090196000035 - ], - [ - -121.86384469799998, - 37.23309336800003 - ], - [ - -121.86377091699995, - 37.23312423600004 - ], - [ - -121.86365515999995, - 37.23317356100006 - ], - [ - -121.86358628, - 37.23320171800003 - ], - [ - -121.86352915699996, - 37.23322460900005 - ], - [ - -121.86351082599998, - 37.23323194100004 - ], - [ - -121.863492496, - 37.23323927400003 - ], - [ - -121.86347416499996, - 37.233246629000064 - ], - [ - -121.86345083199996, - 37.233262213000046 - ], - [ - -121.863406968, - 37.23329644200004 - ], - [ - -121.86336307699997, - 37.23333071600007 - ], - [ - -121.86331921299995, - 37.23336492000004 - ], - [ - -121.86325215, - 37.23341729400005 - ], - [ - -121.86316147999997, - 37.23350331700004 - ], - [ - -121.86316175399998, - 37.23352780600004 - ], - [ - -121.863167794, - 37.233556074000035 - ], - [ - -121.86317481099996, - 37.23368039800005 - ], - [ - -121.86318486999994, - 37.233847583000056 - ], - [ - -121.86319002099998, - 37.23392633100008 - ], - [ - -121.86319503599998, - 37.23400322800006 - ], - [ - -121.86320240299995, - 37.234120086000075 - ], - [ - -121.86322029999997, - 37.234385925000026 - ], - [ - -121.86345900999999, - 37.23444790000008 - ], - [ - -121.86357038399996, - 37.23447684000007 - ], - [ - -121.86378039999994, - 37.23440164900006 - ], - [ - -121.86378557599994, - 37.23439978000005 - ], - [ - -121.864030276, - 37.23431283100007 - ], - [ - -121.86423706, - 37.23423937200005 - ], - [ - -121.86427836099995, - 37.23422167700005 - ], - [ - -121.86431298599996, - 37.23420680700008 - ], - [ - -121.86442654299998, - 37.23416707400003 - ], - [ - -121.86453108999996, - 37.23416697700003 - ], - [ - -121.86480247599997, - 37.234166766000044 - ], - [ - -121.864813218, - 37.23416879100006 - ], - [ - -121.86490439599999, - 37.23418594900005 - ], - [ - -121.86499667599998, - 37.23420236000004 - ], - [ - -121.86511963099997, - 37.23423219400007 - ], - [ - -121.86514881099998, - 37.234240459000034 - ], - [ - -121.86523822299995, - 37.23425663000006 - ], - [ - -121.86537129399994, - 37.23428064600006 - ], - [ - -121.86544504299997, - 37.23429342700007 - ], - [ - -121.86550625799998, - 37.234306470000035 - ], - [ - -121.86557030399996, - 37.23431941100006 - ], - [ - -121.86563486499995, - 37.234330697000075 - ], - [ - -121.865699856, - 37.23434035400004 - ], - [ - -121.86574225699997, - 37.23434533000005 - ], - [ - -121.86576363399996, - 37.234347469000056 - ], - [ - -121.86581292499994, - 37.23435240200007 - ], - [ - -121.86588138399998, - 37.234359202000064 - ], - [ - -121.86604081299998, - 37.23437503500003 - ], - [ - -121.86689921199996, - 37.23445483300003 - ], - [ - -121.86704515599996, - 37.23447059200004 - ], - [ - -121.86737284999998, - 37.23450460200007 - ], - [ - -121.86755823699997, - 37.234523059000026 - ], - [ - -121.86770964099998, - 37.234536717000026 - ], - [ - -121.86777427699997, - 37.23454115800007 - ], - [ - -121.86790033099999, - 37.23455236500007 - ], - [ - -121.86802491999998, - 37.23457128200005 - ], - [ - -121.86814733099999, - 37.234597800000074 - ], - [ - -121.86818773199997, - 37.23460918400008 - ], - [ - -121.86822786, - 37.234621212000036 - ], - [ - -121.86826768299994, - 37.23463386200007 - ], - [ - -121.8683213, - 37.23465090700006 - ], - [ - -121.86837591899996, - 37.23466954100007 - ], - [ - -121.86844137299994, - 37.234692032000055 - ], - [ - -121.86869512199996, - 37.23477927400006 - ], - [ - -121.86869886199997, - 37.234781886000064 - ], - [ - -121.86876478299996, - 37.234809566000024 - ], - [ - -121.86890837699997, - 37.23488761200008 - ], - [ - -121.86910001899997, - 37.23500217700007 - ], - [ - -121.869628606, - 37.235318189000054 - ], - [ - -121.86976675999995, - 37.23540076000006 - ], - [ - -121.86987845699997, - 37.235467527000026 - ], - [ - -121.86995506499994, - 37.235628415000065 - ], - [ - -121.86998126599997, - 37.23568670700007 - ], - [ - -121.87014828899999, - 37.23629668700005 - ], - [ - -121.87022680999996, - 37.236576168000056 - ], - [ - -121.87029443799997, - 37.23687051600007 - ], - [ - -121.870326461, - 37.237005811000074 - ], - [ - -121.87035685299998, - 37.23710360600006 - ], - [ - -121.87029580899997, - 37.23713911200008 - ], - [ - -121.87026136299994, - 37.23715917800007 - ], - [ - -121.87017223199996, - 37.237221109000075 - ], - [ - -121.870171186, - 37.23722189800003 - ], - [ - -121.87008923399998, - 37.237289788000055 - ], - [ - -121.87001392699995, - 37.237364100000036 - ], - [ - -121.868490163, - 37.23742072400006 - ], - [ - -121.86587461, - 37.23748217800005 - ], - [ - -121.86565819099997, - 37.237520664000044 - ], - [ - -121.86534991899998, - 37.237530235000065 - ], - [ - -121.86382885399996, - 37.23753260900003 - ], - [ - -121.86358755499998, - 37.23746116600006 - ], - [ - -121.86314331199998, - 37.23732547700007 - ], - [ - -121.86241925699994, - 37.23915524600005 - ] - ], - [ - [ - -121.75193057099995, - 37.225564130000066 - ], - [ - -121.75193788799999, - 37.22556924200006 - ], - [ - -121.75327253199998, - 37.226501824000024 - ], - [ - -121.75352168799998, - 37.22667591800007 - ], - [ - -121.75350897899995, - 37.226674080000066 - ], - [ - -121.75206304799997, - 37.226464984000074 - ], - [ - -121.75171251999996, - 37.22622987300008 - ], - [ - -121.75152137899994, - 37.22610167200003 - ], - [ - -121.75151894599998, - 37.22610004500007 - ], - [ - -121.75131560099999, - 37.22596451900006 - ], - [ - -121.75121873999996, - 37.22590817100007 - ], - [ - -121.75115031399997, - 37.22585419700005 - ], - [ - -121.75108660999996, - 37.225784814000065 - ], - [ - -121.75109471399998, - 37.225572724000074 - ], - [ - -121.751084543, - 37.225394136000034 - ], - [ - -121.75110328799997, - 37.225263718000065 - ], - [ - -121.75116671999996, - 37.225121768000065 - ], - [ - -121.75123086499997, - 37.22501212800006 - ], - [ - -121.74996006599997, - 37.22425822800005 - ], - [ - -121.74923294699994, - 37.22423756400008 - ], - [ - -121.74916995099994, - 37.22421555300008 - ], - [ - -121.74891972799998, - 37.22412824500003 - ], - [ - -121.74874087199998, - 37.22405164400004 - ], - [ - -121.74845477199995, - 37.22381419800007 - ], - [ - -121.74781132199996, - 37.22328020900005 - ], - [ - -121.74696547899998, - 37.22261330200007 - ], - [ - -121.74693431099996, - 37.22258412900004 - ], - [ - -121.74690336599997, - 37.22255477200008 - ], - [ - -121.74687267799999, - 37.222525251000036 - ], - [ - -121.74684227299997, - 37.22249556700007 - ], - [ - -121.74681209399995, - 37.22246572000006 - ], - [ - -121.74678216899997, - 37.222435665000035 - ], - [ - -121.74675252799994, - 37.22240551400006 - ], - [ - -121.746724745, - 37.222376833000055 - ], - [ - -121.74665505399997, - 37.222308404000046 - ], - [ - -121.74658727699995, - 37.22224144200004 - ], - [ - -121.74650750099994, - 37.222162110000056 - ], - [ - -121.74736019099998, - 37.22185631000008 - ], - [ - -121.74800935599995, - 37.22162349300004 - ], - [ - -121.74813925899997, - 37.22148877600006 - ], - [ - -121.74817779799997, - 37.22112756000007 - ], - [ - -121.74810713999995, - 37.22096163300006 - ], - [ - -121.74795858399995, - 37.220612782000046 - ], - [ - -121.74764014399994, - 37.220242348000056 - ], - [ - -121.74749077299998, - 37.22002461400007 - ], - [ - -121.747332068, - 37.21961608300006 - ], - [ - -121.74730508799996, - 37.21940205800007 - ], - [ - -121.74729621799997, - 37.21933183600004 - ], - [ - -121.74728796999995, - 37.21926623100006 - ], - [ - -121.74728518999996, - 37.21923336900005 - ], - [ - -121.74725043899997, - 37.218822601000056 - ], - [ - -121.74696802299997, - 37.218392521000055 - ], - [ - -121.74695317099997, - 37.21837896900007 - ], - [ - -121.74660978599996, - 37.218065128000035 - ], - [ - -121.74600367799997, - 37.21768669900007 - ], - [ - -121.74566645399995, - 37.217476161000036 - ], - [ - -121.74545710999996, - 37.21728785800008 - ], - [ - -121.74530293199996, - 37.21703339000004 - ], - [ - -121.74528664299999, - 37.216852577000054 - ], - [ - -121.74530208599998, - 37.21680709100008 - ], - [ - -121.74521242299994, - 37.216729902000054 - ], - [ - -121.74532285099997, - 37.21653448700005 - ], - [ - -121.74609782799996, - 37.21559569200008 - ], - [ - -121.746825216, - 37.214881784000056 - ], - [ - -121.74709819199995, - 37.21504844000003 - ], - [ - -121.74774559199994, - 37.21479565900006 - ], - [ - -121.74863245699999, - 37.21468580700008 - ], - [ - -121.74960524999995, - 37.21442597300006 - ], - [ - -121.75029569799995, - 37.21433866700005 - ], - [ - -121.75045191699996, - 37.21431552800004 - ], - [ - -121.75086011399998, - 37.214257100000054 - ], - [ - -121.75111162499996, - 37.214228157000036 - ], - [ - -121.751490806, - 37.21427793700008 - ], - [ - -121.75297674299998, - 37.215324972000076 - ], - [ - -121.75482421799995, - 37.21627428700003 - ], - [ - -121.75514911399995, - 37.21645663000004 - ], - [ - -121.75666751099999, - 37.21724756800006 - ], - [ - -121.75671677599996, - 37.21733643300007 - ], - [ - -121.75672034899998, - 37.21733843800007 - ], - [ - -121.75675666999996, - 37.21740839100005 - ], - [ - -121.75680279599999, - 37.217491593000034 - ], - [ - -121.75730891199998, - 37.21774006900006 - ], - [ - -121.75789961199996, - 37.21756605500008 - ], - [ - -121.7581782399999, - 37.217715250000026 - ], - [ - -121.75841416199995, - 37.21784158200006 - ], - [ - -121.75840205599997, - 37.21784829500007 - ], - [ - -121.75716283899999, - 37.21853547400008 - ], - [ - -121.75635955699994, - 37.21971550400008 - ], - [ - -121.75565303399998, - 37.22071726400003 - ], - [ - -121.75506511099996, - 37.22148282400008 - ], - [ - -121.75423287499996, - 37.22256648300004 - ], - [ - -121.75193057099995, - 37.225564130000066 - ] - ], - [ - [ - -121.73896864999995, - 37.215061168000034 - ], - [ - -121.73916979199998, - 37.21523416500003 - ], - [ - -121.739238603, - 37.215293452000026 - ], - [ - -121.73934965799998, - 37.21538914400003 - ], - [ - -121.73962980799996, - 37.21563052000005 - ], - [ - -121.74063986599998, - 37.21650084700008 - ], - [ - -121.74240774099997, - 37.218023139000024 - ], - [ - -121.74243468599997, - 37.21804633700003 - ], - [ - -121.74215620499996, - 37.21822737200006 - ], - [ - -121.74206792999996, - 37.21814925000007 - ], - [ - -121.74168139699998, - 37.217877970000075 - ], - [ - -121.74103698, - 37.21758866500005 - ], - [ - -121.74088268199995, - 37.21751588800004 - ], - [ - -121.74070196199995, - 37.217430688000036 - ], - [ - -121.74066330399995, - 37.21739495500003 - ], - [ - -121.74065176899995, - 37.21738459300008 - ], - [ - -121.74060076499995, - 37.21733779900006 - ], - [ - -121.74047704999998, - 37.217428795000046 - ], - [ - -121.74036180399997, - 37.21751356000004 - ], - [ - -121.74013098699999, - 37.217669525000076 - ], - [ - -121.73986444899998, - 37.217849605000026 - ], - [ - -121.73934322999997, - 37.21739303700008 - ], - [ - -121.73932746599996, - 37.21740364100003 - ], - [ - -121.73923042599995, - 37.21731112000003 - ], - [ - -121.73911281099998, - 37.21727233200005 - ], - [ - -121.73804657699998, - 37.216334421000056 - ], - [ - -121.73793362899994, - 37.216235039000026 - ], - [ - -121.73788643499995, - 37.216193513000064 - ], - [ - -121.73786093099994, - 37.21617084900004 - ], - [ - -121.737708995, - 37.21628214100008 - ], - [ - -121.73751918799996, - 37.21611263900007 - ], - [ - -121.737397763, - 37.21600416900003 - ], - [ - -121.73723198099998, - 37.215856134000035 - ], - [ - -121.73697605499996, - 37.21562552900008 - ], - [ - -121.73766639499996, - 37.21513048000003 - ], - [ - -121.73780007499994, - 37.21503706300007 - ], - [ - -121.73795900099998, - 37.21492600400006 - ], - [ - -121.73794359199997, - 37.21491161000006 - ], - [ - -121.73735545399995, - 37.214362582000035 - ], - [ - -121.73757863699996, - 37.214195120000056 - ], - [ - -121.73778414699996, - 37.214042472000074 - ], - [ - -121.73841174199998, - 37.21458222200005 - ], - [ - -121.738476978, - 37.21463832000006 - ], - [ - -121.73884464999998, - 37.21495453500006 - ], - [ - -121.73896864999995, - 37.215061168000034 - ] - ], - [ - [ - -121.81955535099996, - 37.366269714000055 - ], - [ - -121.81934732599996, - 37.36607843200005 - ], - [ - -121.81947818599997, - 37.365989339000066 - ], - [ - -121.81980982399995, - 37.36629965000003 - ], - [ - -121.81967890599998, - 37.366388768000036 - ], - [ - -121.81955535099996, - 37.366269714000055 - ] - ], - [ - [ - -121.81965129399998, - 37.36595571200007 - ], - [ - -121.81959867699999, - 37.36590734300006 - ], - [ - -121.81974914499995, - 37.36580488900006 - ], - [ - -121.81988341599998, - 37.36571891600005 - ], - [ - -121.82021164199995, - 37.36602610500006 - ], - [ - -121.82008072699995, - 37.36611524600005 - ], - [ - -121.81993025599996, - 37.366217677000066 - ], - [ - -121.81965129399998, - 37.36595571200007 - ] - ], - [ - [ - -121.83302497799997, - 37.40357049200003 - ], - [ - -121.83332976699995, - 37.40342204700005 - ], - [ - -121.83353772099997, - 37.403301138000074 - ], - [ - -121.83375932399997, - 37.403215095000064 - ], - [ - -121.83412266499994, - 37.403048768000076 - ], - [ - -121.83462734299997, - 37.40282312700003 - ], - [ - -121.83508818399997, - 37.402613823000024 - ], - [ - -121.83556173299996, - 37.40237736200004 - ], - [ - -121.83619618199998, - 37.40209276200005 - ], - [ - -121.83629120299997, - 37.40204752600005 - ], - [ - -121.83683533399994, - 37.40178578800004 - ], - [ - -121.83704817899996, - 37.40168534900005 - ], - [ - -121.83705008399994, - 37.40168447900004 - ], - [ - -121.83709850699995, - 37.401663144000054 - ], - [ - -121.83727756699994, - 37.401579662000074 - ], - [ - -121.83738951099997, - 37.401529356000026 - ], - [ - -121.83742044, - 37.40151655300008 - ], - [ - -121.83745592799994, - 37.40150181800004 - ], - [ - -121.83763287, - 37.401417055000024 - ], - [ - -121.83764007099995, - 37.40141388300003 - ], - [ - -121.83775603499998, - 37.401375022000025 - ], - [ - -121.83779661699998, - 37.40135805500006 - ], - [ - -121.83781997999995, - 37.40134570400005 - ], - [ - -121.837862342, - 37.40132082000008 - ], - [ - -121.83798621499994, - 37.40126543300005 - ], - [ - -121.83799730199996, - 37.40126127900004 - ], - [ - -121.83808673699997, - 37.40122951800004 - ], - [ - -121.83809617399999, - 37.40122615900003 - ], - [ - -121.83818078499996, - 37.40118616800004 - ], - [ - -121.83835811699998, - 37.40110075800004 - ], - [ - -121.83858133399997, - 37.40099658100007 - ], - [ - -121.83862734099995, - 37.40097497600004 - ], - [ - -121.83874386899998, - 37.401118032000056 - ], - [ - -121.83922148499994, - 37.401651652000055 - ], - [ - -121.83957253899996, - 37.40210959900003 - ], - [ - -121.83975697799997, - 37.402365893000024 - ], - [ - -121.84012563399995, - 37.40286889200007 - ], - [ - -121.83970795199997, - 37.40307298300007 - ], - [ - -121.83961895999994, - 37.403113622000035 - ], - [ - -121.83940409299998, - 37.403210106000074 - ], - [ - -121.83936709099999, - 37.40322671100006 - ], - [ - -121.83923774699997, - 37.403284291000034 - ], - [ - -121.83929337499995, - 37.40336228100006 - ], - [ - -121.83931706799996, - 37.403395498000066 - ], - [ - -121.83957221299994, - 37.40375279700004 - ], - [ - -121.83960335299997, - 37.40379643500006 - ], - [ - -121.839857801, - 37.40414190700005 - ], - [ - -121.84001426199995, - 37.40437054900008 - ], - [ - -121.84017717299997, - 37.40459556800005 - ], - [ - -121.84028255199996, - 37.40473886500007 - ], - [ - -121.840512064, - 37.40506143500005 - ], - [ - -121.84060428099997, - 37.40518913500006 - ], - [ - -121.84067056999999, - 37.40528547400004 - ], - [ - -121.84069581699998, - 37.40532213000006 - ], - [ - -121.84083431399995, - 37.40551355100007 - ], - [ - -121.84091051999997, - 37.40563159100003 - ], - [ - -121.84138575399999, - 37.40541209500003 - ], - [ - -121.84172604399998, - 37.405825022000045 - ], - [ - -121.84170239599996, - 37.40583591400008 - ], - [ - -121.84141894699997, - 37.40596914400004 - ], - [ - -121.841151218, - 37.40609425200006 - ], - [ - -121.84089541999998, - 37.40621734600006 - ], - [ - -121.84048749099998, - 37.406395031000045 - ], - [ - -121.84021116399998, - 37.40651918300006 - ], - [ - -121.83986098999998, - 37.40668244700004 - ], - [ - -121.83943372699997, - 37.40687989700007 - ], - [ - -121.83950010799998, - 37.40700686200006 - ], - [ - -121.83975227699995, - 37.40751251900008 - ], - [ - -121.83982784399996, - 37.40764773400008 - ], - [ - -121.83987212399995, - 37.407740801000045 - ], - [ - -121.84017282499997, - 37.40838417800006 - ], - [ - -121.83938401599994, - 37.408353634000036 - ], - [ - -121.83894486099996, - 37.40803265400007 - ], - [ - -121.83828223699999, - 37.40750812600004 - ], - [ - -121.83821653799998, - 37.407460739000044 - ], - [ - -121.83820410099997, - 37.40747287500005 - ], - [ - -121.83819105599997, - 37.407484606000025 - ], - [ - -121.83816218099997, - 37.407504964000054 - ], - [ - -121.83813131999995, - 37.40752333000006 - ], - [ - -121.83809855499999, - 37.40753958800008 - ], - [ - -121.83806431699998, - 37.407553621000034 - ], - [ - -121.83802868799995, - 37.40756528900005 - ], - [ - -121.837991983, - 37.407574612000076 - ], - [ - -121.83795440199998, - 37.407581426000036 - ], - [ - -121.83791625799995, - 37.40758572900006 - ], - [ - -121.83787778199996, - 37.407587497000065 - ], - [ - -121.83783928999998, - 37.40758667700004 - ], - [ - -121.83779327499997, - 37.40758575900003 - ], - [ - -121.83774730199997, - 37.40758378800007 - ], - [ - -121.83770142399999, - 37.40758078600004 - ], - [ - -121.83754147599996, - 37.40756109400007 - ], - [ - -121.83736848199999, - 37.407537201000025 - ], - [ - -121.83719154999994, - 37.40751449800007 - ], - [ - -121.837102373, - 37.407506633000025 - ], - [ - -121.83701265399998, - 37.407503879000046 - ], - [ - -121.83692297099998, - 37.40750627400007 - ], - [ - -121.83680532199998, - 37.407512422000025 - ], - [ - -121.83670330499996, - 37.40751504900004 - ], - [ - -121.83666577699995, - 37.40751527100008 - ], - [ - -121.83662834599994, - 37.40751290400004 - ], - [ - -121.83659132799994, - 37.407507947000056 - ], - [ - -121.83655501199996, - 37.407500464000066 - ], - [ - -121.836519625, - 37.40749047500003 - ], - [ - -121.83648542999998, - 37.407478093000066 - ], - [ - -121.83638229899998, - 37.407434565000074 - ], - [ - -121.83626610399995, - 37.40737935100003 - ], - [ - -121.83611709499996, - 37.40730539800006 - ], - [ - -121.83601550099996, - 37.40725631300006 - ], - [ - -121.83591685799996, - 37.40720866000004 - ], - [ - -121.83579044399994, - 37.40715305900005 - ], - [ - -121.835755528, - 37.40713576200005 - ], - [ - -121.835718908, - 37.407120865000024 - ], - [ - -121.83568083899996, - 37.407108504000064 - ], - [ - -121.83564161299995, - 37.40709874300006 - ], - [ - -121.83560145699994, - 37.407091646000026 - ], - [ - -121.83556071999999, - 37.40708728000004 - ], - [ - -121.83551971699995, - 37.40708566400008 - ], - [ - -121.83547859099997, - 37.40708681900003 - ], - [ - -121.83543777199998, - 37.40709074000006 - ], - [ - -121.83540474699998, - 37.407098853000036 - ], - [ - -121.83537270999994, - 37.40710919600008 - ], - [ - -121.83534191399997, - 37.40712170200004 - ], - [ - -121.83531256299995, - 37.40713627300005 - ], - [ - -121.83528488199994, - 37.40715277000004 - ], - [ - -121.83525907099994, - 37.40717112400006 - ], - [ - -121.83523535399996, - 37.40719117200007 - ], - [ - -121.83521384799997, - 37.40721274800006 - ], - [ - -121.835194748, - 37.40723576500005 - ], - [ - -121.83517822299996, - 37.40725996400005 - ], - [ - -121.83516432799996, - 37.407285209000065 - ], - [ - -121.835138686, - 37.40733558200003 - ], - [ - -121.83510639599996, - 37.40741361400006 - ], - [ - -121.83509487999999, - 37.40744116600007 - ], - [ - -121.83501742799996, - 37.407435158000055 - ], - [ - -121.83468215899995, - 37.407327090000024 - ], - [ - -121.83462971699998, - 37.40730999300007 - ], - [ - -121.83460141299997, - 37.40728845500007 - ], - [ - -121.83459750099996, - 37.40724308700004 - ], - [ - -121.83466853899995, - 37.40708374600007 - ], - [ - -121.83493791199999, - 37.40650420900005 - ], - [ - -121.83520620699994, - 37.40665884100008 - ], - [ - -121.83554394799995, - 37.40685067900006 - ], - [ - -121.83559285099994, - 37.40705166400005 - ], - [ - -121.83565684699994, - 37.40706338800004 - ], - [ - -121.83571931699998, - 37.40707959100007 - ], - [ - -121.83577976699996, - 37.40710007600006 - ], - [ - -121.83618730199998, - 37.40729223900007 - ], - [ - -121.83606158299995, - 37.407023964000075 - ], - [ - -121.83592233399997, - 37.40671777700004 - ], - [ - -121.83585223399996, - 37.40654122800004 - ], - [ - -121.835808666, - 37.406378705000066 - ], - [ - -121.8357883, - 37.406316494000066 - ], - [ - -121.83578175499997, - 37.40630194200003 - ], - [ - -121.83565485599996, - 37.40601875600004 - ], - [ - -121.83578092099998, - 37.406001985000046 - ], - [ - -121.836165817, - 37.40595406500006 - ], - [ - -121.83661352299998, - 37.40590618500005 - ], - [ - -121.83666403299998, - 37.40590036800006 - ], - [ - -121.836995587, - 37.40586202600008 - ], - [ - -121.83719542299997, - 37.40583894100007 - ], - [ - -121.83770561699998, - 37.40577166600008 - ], - [ - -121.83811419799997, - 37.405721318000076 - ], - [ - -121.83816253199996, - 37.40570621000006 - ], - [ - -121.83836246499999, - 37.405643707000024 - ], - [ - -121.838592797, - 37.40557392000005 - ], - [ - -121.83866242799996, - 37.405549646000054 - ], - [ - -121.83861352899999, - 37.405496363000054 - ], - [ - -121.83859102799994, - 37.405473639000036 - ], - [ - -121.83856810199995, - 37.40545119400008 - ], - [ - -121.838544749, - 37.405429051000056 - ], - [ - -121.83848842699996, - 37.40537315700004 - ], - [ - -121.83843228099994, - 37.405317557000046 - ], - [ - -121.83837680199997, - 37.40526222700004 - ], - [ - -121.83832343999995, - 37.405206527000075 - ], - [ - -121.83827177999996, - 37.40514989300004 - ], - [ - -121.83822177099995, - 37.405092369000045 - ], - [ - -121.83820645999998, - 37.40507402000003 - ], - [ - -121.83819153699994, - 37.40505613700003 - ], - [ - -121.83815762799998, - 37.405014728000026 - ], - [ - -121.83812866599999, - 37.40497099600003 - ], - [ - -121.83811802599996, - 37.40495049400005 - ], - [ - -121.838116808, - 37.40494814900006 - ], - [ - -121.83806239199998, - 37.40496010100003 - ], - [ - -121.83742112299996, - 37.405090925000025 - ], - [ - -121.83712220899997, - 37.40514272100006 - ], - [ - -121.83696897599998, - 37.40516928100004 - ], - [ - -121.83677415399995, - 37.40520304200004 - ], - [ - -121.83629822499995, - 37.40527537100007 - ], - [ - -121.836186248, - 37.404819176000046 - ], - [ - -121.83640819099998, - 37.40457095200003 - ], - [ - -121.83639909399994, - 37.40457085000003 - ], - [ - -121.83638998999999, - 37.40457042700007 - ], - [ - -121.83638096799996, - 37.40456966000005 - ], - [ - -121.83637190999997, - 37.40456855000008 - ], - [ - -121.83636301799999, - 37.40456714100003 - ], - [ - -121.83635414899999, - 37.40456538800004 - ], - [ - -121.83634544599994, - 37.40456331200005 - ], - [ - -121.83633679599996, - 37.40456089400004 - ], - [ - -121.83632836799995, - 37.40455819600004 - ], - [ - -121.83632005099997, - 37.40455515600007 - ], - [ - -121.83631681499998, - 37.40455391000006 - ], - [ - -121.83631363499995, - 37.40455259700008 - ], - [ - -121.83631045399994, - 37.40455123700008 - ], - [ - -121.83624781499998, - 37.40452539700004 - ], - [ - -121.836222035, - 37.40451335400007 - ], - [ - -121.83619760199997, - 37.40449962400004 - ], - [ - -121.83617471599996, - 37.40448429700007 - ], - [ - -121.83615355599994, - 37.404467485000055 - ], - [ - -121.83568152699996, - 37.404606742000055 - ], - [ - -121.83541931299999, - 37.404660198000045 - ], - [ - -121.83520064299995, - 37.40466653300007 - ], - [ - -121.83513767899996, - 37.40468350100008 - ], - [ - -121.83505289099998, - 37.40476531200005 - ], - [ - -121.83497598799994, - 37.404787406000025 - ], - [ - -121.83486085899995, - 37.40472730400006 - ], - [ - -121.83480001399994, - 37.40478261000004 - ], - [ - -121.834809996, - 37.40494606500005 - ], - [ - -121.83459665499998, - 37.40496964300007 - ], - [ - -121.83459285199996, - 37.40499923500005 - ], - [ - -121.834571843, - 37.40516265400004 - ], - [ - -121.83433930399997, - 37.40541413100004 - ], - [ - -121.83397205799997, - 37.405566426000064 - ], - [ - -121.83376782299996, - 37.40525987800004 - ], - [ - -121.83334027599994, - 37.404612937000024 - ], - [ - -121.83328563099997, - 37.404604059000064 - ], - [ - -121.83323247799996, - 37.40450530000004 - ], - [ - -121.83321500599999, - 37.404498974000035 - ], - [ - -121.83319825999996, - 37.40449149600005 - ], - [ - -121.83318235399997, - 37.40448293400004 - ], - [ - -121.83316737799998, - 37.40447335300007 - ], - [ - -121.83315347399997, - 37.40446280000003 - ], - [ - -121.83314073199995, - 37.40445138500007 - ], - [ - -121.83312920599997, - 37.404439110000055 - ], - [ - -121.83311901899998, - 37.404426132000026 - ], - [ - -121.83291091499996, - 37.404148329000066 - ], - [ - -121.83323334599999, - 37.40398677400003 - ], - [ - -121.83326997199998, - 37.40397780300003 - ], - [ - -121.83330656499999, - 37.40396884300003 - ], - [ - -121.83302497799997, - 37.40357049200003 - ] - ], - [ - [ - -121.84255438799994, - 37.409971391000056 - ], - [ - -121.84352425799995, - 37.409946553000054 - ], - [ - -121.84383018099999, - 37.40962165800005 - ], - [ - -121.84387565499998, - 37.40964047800003 - ], - [ - -121.844015303, - 37.40969722400007 - ], - [ - -121.84411428299995, - 37.40972822700007 - ], - [ - -121.84417666999997, - 37.40973964300008 - ], - [ - -121.84420029899997, - 37.409741937000035 - ], - [ - -121.84421967099996, - 37.40974379700003 - ], - [ - -121.84427629599998, - 37.40974742900005 - ], - [ - -121.84455328099995, - 37.40975032000006 - ], - [ - -121.84466938799994, - 37.40975716100007 - ], - [ - -121.84485345999997, - 37.40976796000007 - ], - [ - -121.84497069199995, - 37.409768746000054 - ], - [ - -121.84501952999995, - 37.40977354100005 - ], - [ - -121.84506676899997, - 37.409775472000035 - ], - [ - -121.84524211999997, - 37.40979916600003 - ], - [ - -121.84528037899997, - 37.40980071200005 - ], - [ - -121.84535775799998, - 37.40980383800007 - ], - [ - -121.84559955599997, - 37.40981262400004 - ], - [ - -121.84578458199996, - 37.41034918300005 - ], - [ - -121.845922353, - 37.41050540300006 - ], - [ - -121.84600697499997, - 37.410604093000074 - ], - [ - -121.84643949999997, - 37.411138820000076 - ], - [ - -121.84645916599999, - 37.41116320000003 - ], - [ - -121.84650044099999, - 37.41121953100003 - ], - [ - -121.84641980999999, - 37.41123396800003 - ], - [ - -121.846119166, - 37.41129269600003 - ], - [ - -121.84605230399995, - 37.411303718000056 - ], - [ - -121.84598705199994, - 37.41131975700006 - ], - [ - -121.84592404199998, - 37.411340737000046 - ], - [ - -121.84586381399998, - 37.411366402000056 - ], - [ - -121.845815486, - 37.411399549000066 - ], - [ - -121.84577132499999, - 37.41143624400007 - ], - [ - -121.84573172599994, - 37.41147606900006 - ], - [ - -121.84569705599995, - 37.41151872000006 - ], - [ - -121.84566762499998, - 37.411563830000034 - ], - [ - -121.84565418499994, - 37.411598250000054 - ], - [ - -121.84564443199997, - 37.411633452000046 - ], - [ - -121.84563850399996, - 37.411669181000036 - ], - [ - -121.84563633999994, - 37.41170518800004 - ], - [ - -121.84563799399996, - 37.41174119800007 - ], - [ - -121.84564345999996, - 37.411777003000054 - ], - [ - -121.84565109299996, - 37.411827936000066 - ], - [ - -121.84565998799997, - 37.41187880900003 - ], - [ - -121.84567016999995, - 37.411929462000046 - ], - [ - -121.84569048599997, - 37.412039305000064 - ], - [ - -121.84570950399996, - 37.412145476000035 - ], - [ - -121.84571829499998, - 37.41220495700003 - ], - [ - -121.84572925499998, - 37.41231310000006 - ], - [ - -121.84574225799997, - 37.41240560600005 - ], - [ - -121.84575206899996, - 37.41244527600003 - ], - [ - -121.84576608499998, - 37.41248414100005 - ], - [ - -121.84578421299994, - 37.412521930000025 - ], - [ - -121.84580627799994, - 37.412558370000056 - ], - [ - -121.84584106699998, - 37.41259560000003 - ], - [ - -121.84575498199996, - 37.41261483100004 - ], - [ - -121.84502681899994, - 37.41278654400003 - ], - [ - -121.844900484, - 37.41282232700007 - ], - [ - -121.84480473299999, - 37.41284507800003 - ], - [ - -121.84442356899996, - 37.41291857300007 - ], - [ - -121.84366518599995, - 37.41309852100005 - ], - [ - -121.84357963399998, - 37.41309959200004 - ], - [ - -121.84349332999994, - 37.41310683000006 - ], - [ - -121.843407314, - 37.413120312000046 - ], - [ - -121.84332264099999, - 37.41314002800004 - ], - [ - -121.84324040399997, - 37.41316587400007 - ], - [ - -121.84316154299995, - 37.413197471000046 - ], - [ - -121.84308710799996, - 37.41323437500006 - ], - [ - -121.84301778099996, - 37.41327600400007 - ], - [ - -121.84295168299997, - 37.41332485100003 - ], - [ - -121.84250067599999, - 37.412612152000065 - ], - [ - -121.84096395599994, - 37.41022275700004 - ], - [ - -121.84111895599995, - 37.41024137900007 - ], - [ - -121.84113304399995, - 37.41024130900007 - ], - [ - -121.84255438799994, - 37.409971391000056 - ] - ], - [ - [ - -121.84314869599996, - 37.415378006000026 - ], - [ - -121.843214763, - 37.415360838000026 - ], - [ - -121.84327626399994, - 37.41533394800007 - ], - [ - -121.843331703, - 37.41529707900003 - ], - [ - -121.84337740599995, - 37.415251830000045 - ], - [ - -121.84341083799995, - 37.415200793000054 - ], - [ - -121.84343070699998, - 37.41514716300003 - ], - [ - -121.84343741199996, - 37.415094028000055 - ], - [ - -121.84343266399998, - 37.415043886000035 - ], - [ - -121.84339840499996, - 37.41479702500004 - ], - [ - -121.84339047399999, - 37.414730990000066 - ], - [ - -121.84337869799998, - 37.41466511100003 - ], - [ - -121.84336317099996, - 37.414599527000064 - ], - [ - -121.84334389299994, - 37.41453448900006 - ], - [ - -121.84332089599997, - 37.41447015800003 - ], - [ - -121.84329424499998, - 37.414406808000024 - ], - [ - -121.84326402599999, - 37.414344551000056 - ], - [ - -121.84323041699997, - 37.41428363800003 - ], - [ - -121.84319350499999, - 37.41422420400005 - ], - [ - -121.843112825, - 37.414092598000025 - ], - [ - -121.84303718799998, - 37.413959125000076 - ], - [ - -121.84296663099997, - 37.41382387700003 - ], - [ - -121.84295033099994, - 37.41377920100007 - ], - [ - -121.84293877899995, - 37.41373362200005 - ], - [ - -121.84293197799997, - 37.41368741700006 - ], - [ - -121.84293005099994, - 37.41364092800006 - ], - [ - -121.84293297599999, - 37.413594497000076 - ], - [ - -121.84294072499995, - 37.413548355000046 - ], - [ - -121.84295325099998, - 37.41350291400005 - ], - [ - -121.84297047399997, - 37.413458494000054 - ], - [ - -121.84297532999994, - 37.413447725000026 - ], - [ - -121.84298125499998, - 37.41343733400004 - ], - [ - -121.84298824999996, - 37.413427366000064 - ], - [ - -121.84299625699998, - 37.41341789000006 - ], - [ - -121.84300522399997, - 37.41340899800008 - ], - [ - -121.84301505999997, - 37.41340071400003 - ], - [ - -121.84302582899994, - 37.41339312800005 - ], - [ - -121.843037241, - 37.41338622200004 - ], - [ - -121.84343398299995, - 37.414005831000054 - ], - [ - -121.84363093999997, - 37.41431423200004 - ], - [ - -121.84395078299997, - 37.41481418400008 - ], - [ - -121.84431356399995, - 37.415381214000035 - ], - [ - -121.84431879099998, - 37.415389394000044 - ], - [ - -121.84449308899997, - 37.41533642100006 - ], - [ - -121.84489382699996, - 37.415214588000026 - ], - [ - -121.84491743099994, - 37.41520742700004 - ], - [ - -121.84519711499996, - 37.41518375800007 - ], - [ - -121.84522975699997, - 37.41515424500005 - ], - [ - -121.845507463, - 37.41491740400005 - ], - [ - -121.84568110299995, - 37.41491234500006 - ], - [ - -121.84587203599995, - 37.41490674500005 - ], - [ - -121.84611465399996, - 37.414899658000024 - ], - [ - -121.84638432699995, - 37.41467904500007 - ], - [ - -121.84658372499996, - 37.414668653000035 - ], - [ - -121.84685499899996, - 37.414654529000074 - ], - [ - -121.84705385299998, - 37.41464418900006 - ], - [ - -121.84709900799999, - 37.41464183900007 - ], - [ - -121.84720852599997, - 37.41463611800003 - ], - [ - -121.84721260299995, - 37.41463630000004 - ], - [ - -121.84732419299996, - 37.41464035200005 - ], - [ - -121.84748241499994, - 37.41464608900003 - ], - [ - -121.84758757099996, - 37.414649894000036 - ], - [ - -121.84763666099997, - 37.414655647000075 - ], - [ - -121.84772379499998, - 37.414665840000055 - ], - [ - -121.84788009199997, - 37.41468409400005 - ], - [ - -121.84790140099994, - 37.41468657400003 - ], - [ - -121.84807182199995, - 37.41479737000003 - ], - [ - -121.84820106399997, - 37.414752372000066 - ], - [ - -121.84828268899997, - 37.41474186600004 - ], - [ - -121.84839425599995, - 37.41479870000006 - ], - [ - -121.84855388799997, - 37.41481574800008 - ], - [ - -121.84868174699994, - 37.414897574000065 - ], - [ - -121.84877927099996, - 37.41499513100007 - ], - [ - -121.849029412, - 37.41510889800003 - ], - [ - -121.84922485799996, - 37.41511010800008 - ], - [ - -121.84950017399996, - 37.41502266300006 - ], - [ - -121.84969382799994, - 37.41497861500005 - ], - [ - -121.84998024099997, - 37.41504467500005 - ], - [ - -121.850012188, - 37.41505779000005 - ], - [ - -121.85009857499995, - 37.41509319000005 - ], - [ - -121.85044184699996, - 37.41517720300004 - ], - [ - -121.85055711499996, - 37.41527038700008 - ], - [ - -121.85067005499997, - 37.41536174400005 - ], - [ - -121.85089508699997, - 37.41543104900006 - ], - [ - -121.851033869, - 37.415473949000045 - ], - [ - -121.85106292899997, - 37.41548293100004 - ], - [ - -121.85109198999999, - 37.41549191100006 - ], - [ - -121.85112429599997, - 37.415477302000056 - ], - [ - -121.85143771699995, - 37.41533573700008 - ], - [ - -121.85194422999996, - 37.41510029700004 - ], - [ - -121.85211730999998, - 37.41501839500006 - ], - [ - -121.85218583899996, - 37.41498686500006 - ], - [ - -121.85220229699996, - 37.41501134900005 - ], - [ - -121.85223460799995, - 37.415055589000076 - ], - [ - -121.85227751199994, - 37.415114309000046 - ], - [ - -121.85236167299996, - 37.41522643600007 - ], - [ - -121.85240961299996, - 37.415293865000024 - ], - [ - -121.852458749, - 37.41536073100008 - ], - [ - -121.85250907999995, - 37.41542703500005 - ], - [ - -121.85255044699994, - 37.41548325500003 - ], - [ - -121.85259137499997, - 37.41554058000003 - ], - [ - -121.85263085699995, - 37.41559725700006 - ], - [ - -121.85264429399996, - 37.41561669600003 - ], - [ - -121.85267028699997, - 37.41565432400006 - ], - [ - -121.85268153799996, - 37.41567026300004 - ], - [ - -121.85272463399997, - 37.41573163600003 - ], - [ - -121.85276726999996, - 37.41579301400003 - ], - [ - -121.85280956999998, - 37.41585474100003 - ], - [ - -121.85285135699996, - 37.415916655000046 - ], - [ - -121.85289969999997, - 37.415987262000044 - ], - [ - -121.852977018, - 37.41610017700003 - ], - [ - -121.85297921299997, - 37.41610399700005 - ], - [ - -121.85308172599997, - 37.41625320000003 - ], - [ - -121.85320162, - 37.41639389200003 - ], - [ - -121.853337867, - 37.41652478200007 - ], - [ - -121.85345286899997, - 37.41660931500007 - ], - [ - -121.85357495499994, - 37.416687241000034 - ], - [ - -121.85370357299996, - 37.41675815600007 - ], - [ - -121.85376872699999, - 37.416793548000044 - ], - [ - -121.85383393799998, - 37.41682893800004 - ], - [ - -121.85389923599996, - 37.41686432700004 - ], - [ - -121.85396540799997, - 37.416898882000055 - ], - [ - -121.85403332299995, - 37.416934608000076 - ], - [ - -121.85409761099999, - 37.41697440200005 - ], - [ - -121.85415786299995, - 37.417018066000026 - ], - [ - -121.85421340399995, - 37.41707881600007 - ], - [ - -121.854250606, - 37.41712357000006 - ], - [ - -121.85429696699998, - 37.41718128900004 - ], - [ - -121.85434111099994, - 37.41724017800004 - ], - [ - -121.85435014599994, - 37.41725252600003 - ], - [ - -121.85440401299996, - 37.41732689000003 - ], - [ - -121.85445830299994, - 37.41740097400003 - ], - [ - -121.85451308199998, - 37.41747496100004 - ], - [ - -121.85456831399995, - 37.41754862400006 - ], - [ - -121.85456901899994, - 37.417549578000035 - ], - [ - -121.85467431099994, - 37.41769343500005 - ], - [ - -121.85477942699998, - 37.417837044000066 - ], - [ - -121.85479178699995, - 37.417853955000055 - ], - [ - -121.85484215899999, - 37.41792233800004 - ], - [ - -121.85489213599999, - 37.41799114000003 - ], - [ - -121.85493171399997, - 37.41805289700005 - ], - [ - -121.854973853, - 37.418113593000044 - ], - [ - -121.85501849899998, - 37.41817311800003 - ], - [ - -121.85504871299997, - 37.418212390000065 - ], - [ - -121.85507796, - 37.41825215500006 - ], - [ - -121.85510621099996, - 37.418292343000076 - ], - [ - -121.85518651299998, - 37.41840634500005 - ], - [ - -121.85523572799997, - 37.41847581800005 - ], - [ - -121.85527199399996, - 37.418524268000056 - ], - [ - -121.85531940899995, - 37.41858941300006 - ], - [ - -121.85535189599995, - 37.41863365000006 - ], - [ - -121.85538856099998, - 37.41868362900004 - ], - [ - -121.85543778899995, - 37.41875063100008 - ], - [ - -121.8554961899999, - 37.41883267800006 - ], - [ - -121.85553473799996, - 37.41889002900007 - ], - [ - -121.85545126999995, - 37.418924024000034 - ], - [ - -121.85544305599996, - 37.418928375000064 - ], - [ - -121.85510866599998, - 37.41910569500004 - ], - [ - -121.85508513099995, - 37.41911816700008 - ], - [ - -121.85477683399995, - 37.41928161100003 - ], - [ - -121.85466944499996, - 37.41933854200005 - ], - [ - -121.85056094699996, - 37.421573962000025 - ], - [ - -121.85054733099997, - 37.421581192000076 - ], - [ - -121.85047447299996, - 37.42161979900004 - ], - [ - -121.85041297599997, - 37.421556691000035 - ], - [ - -121.85035855399997, - 37.42148958700005 - ], - [ - -121.85035796399995, - 37.421488701000044 - ], - [ - -121.85031155699994, - 37.421418964000054 - ], - [ - -121.85031108199996, - 37.421418077000055 - ], - [ - -121.8502724, - 37.42134538900007 - ], - [ - -121.85024134999998, - 37.42126938800004 - ], - [ - -121.85023123599996, - 37.42123855800003 - ], - [ - -121.85022246499994, - 37.42120743700008 - ], - [ - -121.85021503899998, - 37.42117611800006 - ], - [ - -121.85021472399995, - 37.42117456600005 - ], - [ - -121.85020319499995, - 37.42110362600005 - ], - [ - -121.85019851599998, - 37.42103217300007 - ], - [ - -121.85020075199998, - 37.42096066300007 - ], - [ - -121.85020988399998, - 37.42088950900006 - ], - [ - -121.85021520299995, - 37.42087745400005 - ], - [ - -121.85022549699994, - 37.42084835600008 - ], - [ - -121.850232689, - 37.42081920500004 - ], - [ - -121.85023686199997, - 37.42078965200005 - ], - [ - -121.85023793099998, - 37.420759952000026 - ], - [ - -121.85023759699999, - 37.420752562000075 - ], - [ - -121.85023691199996, - 37.42074007300005 - ], - [ - -121.850234603, - 37.42072034600005 - ], - [ - -121.85022967699996, - 37.42069554500006 - ], - [ - -121.85022933999994, - 37.42069435700006 - ], - [ - -121.85022267, - 37.42067147600005 - ], - [ - -121.85021357499994, - 37.42064784400003 - ], - [ - -121.85019912399997, - 37.42061836800008 - ], - [ - -121.85018150599996, - 37.42059002800005 - ], - [ - -121.850160841, - 37.420563006000066 - ], - [ - -121.85013730699995, - 37.42053754800003 - ], - [ - -121.85011101999999, - 37.42051381600004 - ], - [ - -121.85008224299997, - 37.42049203600004 - ], - [ - -121.85005120799997, - 37.42047234200004 - ], - [ - -121.85001809, - 37.420454892000066 - ], - [ - -121.84998320499994, - 37.42043984400004 - ], - [ - -121.84994679, - 37.420427260000054 - ], - [ - -121.84990912799998, - 37.42041730300008 - ], - [ - -121.84987051099995, - 37.42041000900008 - ], - [ - -121.84983125499997, - 37.42040544900004 - ], - [ - -121.84979167399996, - 37.42040363800004 - ], - [ - -121.84957749799997, - 37.42040070000007 - ], - [ - -121.84936436299995, - 37.42038385500007 - ], - [ - -121.849153619, - 37.420353273000046 - ], - [ - -121.84894673399998, - 37.42030909400006 - ], - [ - -121.84874505999994, - 37.420251602000064 - ], - [ - -121.84854984299994, - 37.420181263000075 - ], - [ - -121.84836249299997, - 37.42009847400004 - ], - [ - -121.84823785099996, - 37.41997117500006 - ], - [ - -121.84722525199999, - 37.42030710600005 - ], - [ - -121.84733034799996, - 37.419467730000065 - ], - [ - -121.84734741799997, - 37.41938629900005 - ], - [ - -121.84702055599996, - 37.41922021100004 - ], - [ - -121.846680618, - 37.419127658000036 - ], - [ - -121.84638190299995, - 37.41897209600006 - ], - [ - -121.84634146099995, - 37.419121387000075 - ], - [ - -121.84633538099996, - 37.41914384200004 - ], - [ - -121.84627868399997, - 37.419352924000066 - ], - [ - -121.84604085899997, - 37.41940376700006 - ], - [ - -121.84595750199998, - 37.41942195900003 - ], - [ - -121.845919714, - 37.41942239300005 - ], - [ - -121.84584968699994, - 37.41943182500006 - ], - [ - -121.84577153999999, - 37.419441351000046 - ], - [ - -121.84553639699999, - 37.41966170500007 - ], - [ - -121.84551058299996, - 37.41968798100004 - ], - [ - -121.84531189299997, - 37.419736862000036 - ], - [ - -121.8452716, - 37.41972098100007 - ], - [ - -121.845213909, - 37.41969831800003 - ], - [ - -121.845180584, - 37.419685195000056 - ], - [ - -121.84512118699996, - 37.419661819000055 - ], - [ - -121.844984765, - 37.41932963100004 - ], - [ - -121.84479553099999, - 37.419328275000055 - ], - [ - -121.84453295699996, - 37.419353122000075 - ], - [ - -121.84445726499996, - 37.41936025900003 - ], - [ - -121.84429092299996, - 37.41940780900006 - ], - [ - -121.84423500399998, - 37.41947867300007 - ], - [ - -121.84417409699995, - 37.41951803200004 - ], - [ - -121.844140655, - 37.419613223000056 - ], - [ - -121.84409920499996, - 37.419757719000074 - ], - [ - -121.843980607, - 37.41976958400005 - ], - [ - -121.843941573, - 37.419555854000066 - ], - [ - -121.84392666599996, - 37.41946114700005 - ], - [ - -121.84389723399994, - 37.419292926000026 - ], - [ - -121.84376073299995, - 37.41928743900007 - ], - [ - -121.84368301799998, - 37.41942777200006 - ], - [ - -121.84366883299998, - 37.41944169200008 - ], - [ - -121.84359951699997, - 37.41950973500008 - ], - [ - -121.84345939899998, - 37.41952347200004 - ], - [ - -121.84337686299995, - 37.41953153400004 - ], - [ - -121.84334538, - 37.41953459600006 - ], - [ - -121.84271872199997, - 37.419126462000065 - ], - [ - -121.84228269899995, - 37.41906697100006 - ], - [ - -121.841830115, - 37.418870034000065 - ], - [ - -121.84174289999999, - 37.41875827700005 - ], - [ - -121.84145874499995, - 37.41691640300007 - ], - [ - -121.84141844199996, - 37.41647189200006 - ], - [ - -121.841275973, - 37.41609735500003 - ], - [ - -121.84118582499997, - 37.415962696000065 - ], - [ - -121.84142432099998, - 37.415840967000065 - ], - [ - -121.84143302299998, - 37.41583651800005 - ], - [ - -121.84168127199996, - 37.415867922000075 - ], - [ - -121.84211277599996, - 37.41582554000007 - ], - [ - -121.84226514599999, - 37.41581054300008 - ], - [ - -121.84232886399997, - 37.415756894000026 - ], - [ - -121.842453219, - 37.415652125000065 - ], - [ - -121.84274135399994, - 37.41550631800004 - ], - [ - -121.84283439599994, - 37.41551619300003 - ], - [ - -121.84291609999997, - 37.415572162000046 - ], - [ - -121.84303121499994, - 37.41565100200006 - ], - [ - -121.843058026, - 37.415649804000054 - ], - [ - -121.84323029599994, - 37.41564197200006 - ], - [ - -121.84314869599996, - 37.415378006000026 - ] - ] - ], - [ - [ - [ - -121.78231549599997, - 37.26501197300007 - ], - [ - -121.782271305, - 37.26501360100008 - ], - [ - -121.78223246799996, - 37.26501510200006 - ], - [ - -121.78209588599998, - 37.26501998500004 - ], - [ - -121.78207143199995, - 37.26507365500004 - ], - [ - -121.78204270099997, - 37.26513680200003 - ], - [ - -121.78190961499996, - 37.26542920600008 - ], - [ - -121.781975209, - 37.26556854900008 - ], - [ - -121.78220407799995, - 37.265641120000055 - ], - [ - -121.782507711, - 37.26554250500004 - ], - [ - -121.78259201199995, - 37.26540152100006 - ], - [ - -121.78237979299996, - 37.26506059500008 - ], - [ - -121.78238859699997, - 37.265004512000075 - ], - [ - -121.78231549599997, - 37.26501197300007 - ] - ] - ], - [ - [ - [ - -121.75233353299996, - 37.40038031600005 - ], - [ - -121.75350680199995, - 37.40049912200004 - ], - [ - -121.75404257899999, - 37.40063082200004 - ], - [ - -121.75411338699996, - 37.40066212200003 - ], - [ - -121.75478707299999, - 37.400959905000036 - ], - [ - -121.75528845499997, - 37.40133731700007 - ], - [ - -121.75629474099998, - 37.40129804700007 - ], - [ - -121.75732329999994, - 37.40053710700005 - ], - [ - -121.75704347699997, - 37.40002285500003 - ], - [ - -121.75700496699994, - 37.39995208100004 - ], - [ - -121.75640635099995, - 37.39982516500004 - ], - [ - -121.75555339799996, - 37.39944582100003 - ], - [ - -121.75573283299997, - 37.399018 - ], - [ - -121.75628392399994, - 37.39875933400003 - ], - [ - -121.75747554399999, - 37.39844681500006 - ], - [ - -121.75844410199994, - 37.39819278600004 - ], - [ - -121.759136894, - 37.39800825800006 - ], - [ - -121.75977793699997, - 37.39602882300005 - ], - [ - -121.75930366299997, - 37.39590000600003 - ], - [ - -121.75847121599998, - 37.39567389900003 - ], - [ - -121.75786495499995, - 37.395542962000036 - ], - [ - -121.75723558899995, - 37.39540703100005 - ], - [ - -121.75632444699994, - 37.39557690400005 - ], - [ - -121.75584954199996, - 37.39645603800005 - ], - [ - -121.75449048799999, - 37.39709387900007 - ], - [ - -121.75365363599997, - 37.397401097000056 - ], - [ - -121.75266831599998, - 37.39804909000003 - ], - [ - -121.75233068999995, - 37.398233565000055 - ], - [ - -121.75203371499998, - 37.398395839000045 - ], - [ - -121.75118103199998, - 37.39869116700004 - ], - [ - -121.75077477399998, - 37.398865475000036 - ], - [ - -121.750528842, - 37.399052264000034 - ], - [ - -121.74923730899997, - 37.39947684200007 - ], - [ - -121.74867063999994, - 37.39979568000007 - ], - [ - -121.74922441499996, - 37.40099872400003 - ], - [ - -121.74961438699995, - 37.40080349100003 - ], - [ - -121.75016048999998, - 37.40085480300007 - ], - [ - -121.75079920299999, - 37.40043667500004 - ], - [ - -121.75081282199994, - 37.400432618000025 - ], - [ - -121.751077577, - 37.40035373100005 - ], - [ - -121.75233353299996, - 37.40038031600005 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Santa Cruz, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -122.00192355599995, - 36.968078287000026 - ], - [ - -122.00206639899994, - 36.968115596000075 - ], - [ - -122.00209913499998, - 36.968123760000026 - ], - [ - -122.00244957899997, - 36.96813140800003 - ], - [ - -122.00247517999998, - 36.968101379000075 - ], - [ - -122.00247520099998, - 36.96810135100003 - ], - [ - -122.00251827299996, - 36.96797555200004 - ], - [ - -122.00250195499996, - 36.96786111100005 - ], - [ - -122.00247514399996, - 36.96767321400006 - ], - [ - -122.00234495299998, - 36.96731610300003 - ], - [ - -122.00229312199997, - 36.96711204600007 - ], - [ - -122.00228834199999, - 36.96710350200004 - ], - [ - -122.00220581099995, - 36.96699949400005 - ], - [ - -122.00173671799996, - 36.96696165100008 - ], - [ - -122.00158911699998, - 36.966809441000066 - ], - [ - -122.001589078, - 36.96680941200003 - ], - [ - -122.00151953999995, - 36.96659236900007 - ], - [ - -122.00150279499996, - 36.965753654000025 - ], - [ - -122.00150279099995, - 36.965753448000044 - ], - [ - -122.00145817699996, - 36.96544043800003 - ], - [ - -122.00141795299999, - 36.96524297900004 - ], - [ - -122.00138991399996, - 36.965124339000056 - ], - [ - -122.00137825799999, - 36.96509200500003 - ], - [ - -122.001378134, - 36.96509167000005 - ], - [ - -122.00123388699996, - 36.96471291800003 - ], - [ - -122.00122039699994, - 36.964659865000044 - ], - [ - -122.00108562699995, - 36.964344347000065 - ], - [ - -122.00108559399996, - 36.96411451400007 - ], - [ - -122.00108559399996, - 36.964114352000024 - ], - [ - -122.00104400099997, - 36.96393160400004 - ], - [ - -122.00106533899998, - 36.963749249000045 - ], - [ - -122.00108554299999, - 36.96374158800006 - ], - [ - -122.00108553099994, - 36.96364801000004 - ], - [ - -122.00108556999999, - 36.96364798400003 - ], - [ - -122.00152879099994, - 36.96346687600004 - ], - [ - -122.00152884099998, - 36.963466854000046 - ], - [ - -122.00158812599994, - 36.96342804300008 - ], - [ - -122.00159153499999, - 36.96342580100003 - ], - [ - -122.00160672099997, - 36.963415859000065 - ], - [ - -122.00160672199996, - 36.96341581400003 - ], - [ - -122.00161468599998, - 36.96313935300003 - ], - [ - -122.00158087299997, - 36.96303472000005 - ], - [ - -122.00157368099997, - 36.96296036000007 - ], - [ - -122.00154590999995, - 36.96286315800006 - ], - [ - -122.00154590199998, - 36.962863120000065 - ], - [ - -122.00147681699997, - 36.96236874900006 - ], - [ - -122.00143214899998, - 36.96216586600008 - ], - [ - -122.00136342299999, - 36.962052612000036 - ], - [ - -122.000806475, - 36.96194492500007 - ], - [ - -122.00061680899995, - 36.96196973100007 - ], - [ - -122.00061676099995, - 36.96196972700005 - ], - [ - -122.00041409499994, - 36.96196275900007 - ], - [ - -122.00040307899997, - 36.962137195000025 - ], - [ - -122.00042885099998, - 36.962141330000065 - ], - [ - -122.00045980999994, - 36.96214882100003 - ], - [ - -122.000499419, - 36.96216446300008 - ], - [ - -122.00054074899998, - 36.96217867000007 - ], - [ - -122.00055801199994, - 36.962186744000064 - ], - [ - -122.00067176699997, - 36.962227848000055 - ], - [ - -122.00037369199998, - 36.96272231700004 - ], - [ - -122.00036441299994, - 36.96277702700007 - ], - [ - -122.00038524399997, - 36.96304698400007 - ], - [ - -122.00038961099995, - 36.96309260700008 - ], - [ - -122.00039233799998, - 36.963142686000026 - ], - [ - -122.000215127, - 36.96430107800006 - ], - [ - -122.00021439899996, - 36.96434678700007 - ], - [ - -122.000217008, - 36.96439236800006 - ], - [ - -122.00022313199997, - 36.964437960000055 - ], - [ - -122.00023258599998, - 36.96448314500003 - ], - [ - -122.000243679, - 36.964523873000076 - ], - [ - -122.00025808599997, - 36.96456356200008 - ], - [ - -122.00027598499997, - 36.96460241800003 - ], - [ - -122.00029894599999, - 36.96463992200006 - ], - [ - -122.00032362899998, - 36.964675992000025 - ], - [ - -122.00037455399996, - 36.96473404500006 - ], - [ - -122.00042182699997, - 36.964793566000026 - ], - [ - -122.00046422199995, - 36.964854786000046 - ], - [ - -122.00050473099998, - 36.964917795000076 - ], - [ - -122.00054210499997, - 36.96498184200004 - ], - [ - -122.000574068, - 36.96504738500005 - ], - [ - -122.000588312, - 36.96507428100006 - ], - [ - -122.00059923799995, - 36.96510200700004 - ], - [ - -122.00060824899998, - 36.96513039700005 - ], - [ - -122.00061022399996, - 36.96513858900005 - ], - [ - -122.00061575799998, - 36.96516183600005 - ], - [ - -122.00062675799995, - 36.96519230200005 - ], - [ - -122.00064089899996, - 36.96522194100004 - ], - [ - -122.00065694899996, - 36.96525063400003 - ], - [ - -122.00067630799998, - 36.96527814700005 - ], - [ - -122.00072386399995, - 36.96534174000004 - ], - [ - -122.00076618399999, - 36.96540675800003 - ], - [ - -122.00080679399997, - 36.96547356100007 - ], - [ - -122.00084251099997, - 36.965541432000066 - ], - [ - -122.00087457299998, - 36.96561070000007 - ], - [ - -122.00090174299999, - 36.965681105000044 - ], - [ - -122.00092480399996, - 36.96572233400008 - ], - [ - -122.00094103899994, - 36.96576473300007 - ], - [ - -122.000955536, - 36.96580779400006 - ], - [ - -122.00096513999995, - 36.96585199200007 - ], - [ - -122.00096929499995, - 36.965896212000075 - ], - [ - -122.00097029699998, - 36.96594083600007 - ], - [ - -122.00097036499994, - 36.965950114000066 - ], - [ - -122.00096132199997, - 36.96660667000003 - ], - [ - -122.00096217699996, - 36.96665235200004 - ], - [ - -122.00096653499998, - 36.96669762200003 - ], - [ - -122.00097774699998, - 36.966742778000025 - ], - [ - -122.00099050299997, - 36.96678657100006 - ], - [ - -122.00101027299996, - 36.96682961300007 - ], - [ - -122.00103334299996, - 36.96687119300003 - ], - [ - -122.00106147399998, - 36.96691135200007 - ], - [ - -122.00109306299998, - 36.966949345000046 - ], - [ - -122.00138437099997, - 36.967303739000045 - ], - [ - -122.00173049299997, - 36.96775007600007 - ], - [ - -122.00194445799997, - 36.96783799600007 - ], - [ - -122.00220435899996, - 36.96782812400005 - ], - [ - -122.00221323199997, - 36.967837958000075 - ], - [ - -122.00220292799997, - 36.967840522000074 - ], - [ - -122.00203073699998, - 36.96787675200005 - ], - [ - -122.00196781099999, - 36.96789025800007 - ], - [ - -122.00189613499998, - 36.96790524700003 - ], - [ - -122.00176328199996, - 36.967933360000075 - ], - [ - -122.00163201, - 36.96796151700005 - ], - [ - -122.00163403599998, - 36.96797828500007 - ], - [ - -122.00151202099994, - 36.96795756600005 - ], - [ - -122.00153564399994, - 36.968106628000044 - ], - [ - -122.001650155, - 36.96809618800006 - ], - [ - -122.00178679199996, - 36.968084814000065 - ], - [ - -122.00190974799995, - 36.96807465300003 - ], - [ - -122.00192355599995, - 36.968078287000026 - ] - ] - ], - [ - [ - [ - -122.10360370399997, - 36.974477180000065 - ], - [ - -122.10379556699996, - 36.977003840000066 - ], - [ - -122.10407185799994, - 36.97769396500007 - ], - [ - -122.10403271499996, - 36.97845723900008 - ], - [ - -122.10401321899997, - 36.97883743700004 - ], - [ - -122.10484244099996, - 36.98010114700003 - ], - [ - -122.10439773199994, - 36.98122874000006 - ], - [ - -122.10431515899995, - 36.98154107600004 - ], - [ - -122.10740408899994, - 36.98181273200004 - ], - [ - -122.10772011599994, - 36.978932017000034 - ], - [ - -122.108156227, - 36.97840050900004 - ], - [ - -122.10909153999995, - 36.97726057800003 - ], - [ - -122.10802998699995, - 36.976167572000065 - ], - [ - -122.10855459199996, - 36.97240468700005 - ], - [ - -122.10732480599995, - 36.97230241200003 - ], - [ - -122.10677973399999, - 36.97225707600006 - ], - [ - -122.10557701599998, - 36.972157036000056 - ], - [ - -122.10541643299996, - 36.972143677000076 - ], - [ - -122.10541602599994, - 36.97214364100006 - ], - [ - -122.10423732799995, - 36.97204558900006 - ], - [ - -122.10406506699996, - 36.97203125200008 - ], - [ - -122.10360370399997, - 36.974477180000065 - ] - ] - ], - [ - [ - [ - -122.03292200399994, - 37.00241476400004 - ], - [ - -122.03317929899998, - 37.002322295000056 - ], - [ - -122.03342597099999, - 37.00223364300007 - ], - [ - -122.033682651, - 37.002141393000045 - ], - [ - -122.034179226, - 37.001962923000065 - ], - [ - -122.03486797099998, - 37.001715381000054 - ], - [ - -122.03420053099995, - 37.00061322800008 - ], - [ - -122.03420049299996, - 37.000613171000055 - ], - [ - -122.03419222699995, - 37.000599531000034 - ], - [ - -122.03390678099998, - 37.00012815900004 - ], - [ - -122.033669154, - 36.999735748000035 - ], - [ - -122.03365592999995, - 36.99971391200006 - ], - [ - -122.03436855899997, - 36.99942854600005 - ], - [ - -122.03467051099994, - 36.999161549000064 - ], - [ - -122.03497763699994, - 36.99889005600005 - ], - [ - -122.03531331599999, - 36.99870473500005 - ], - [ - -122.03537522299996, - 36.99869504800006 - ], - [ - -122.03538453799996, - 36.99869359100006 - ], - [ - -122.03541397199996, - 36.99867818300004 - ], - [ - -122.03529432799996, - 36.99860388900004 - ], - [ - -122.03488263099996, - 36.998826001000054 - ], - [ - -122.034310931, - 36.99933761600005 - ], - [ - -122.03397083599998, - 36.999478804000034 - ], - [ - -122.03359744799997, - 36.99963363300003 - ], - [ - -122.03330308399995, - 36.99974866800005 - ], - [ - -122.03258031699994, - 37.00003110600005 - ], - [ - -122.03257959999996, - 37.000031386000046 - ], - [ - -122.03229135199996, - 37.000143852000065 - ], - [ - -122.03110250299994, - 37.00062230300006 - ], - [ - -122.03110319599995, - 37.00062350200005 - ], - [ - -122.03113092099994, - 37.00067207200004 - ], - [ - -122.03113823999996, - 37.00068334800005 - ], - [ - -122.03114436099997, - 37.00069380000008 - ], - [ - -122.03114489099994, - 37.000693598000055 - ], - [ - -122.03114504599995, - 37.00069383500005 - ], - [ - -122.03119430999999, - 37.000674995000054 - ], - [ - -122.03119703099998, - 37.00067390500004 - ], - [ - -122.03120670099997, - 37.00067003300006 - ], - [ - -122.031215493, - 37.00066668100004 - ], - [ - -122.03177898899997, - 37.00045187000006 - ], - [ - -122.03178894599995, - 37.00046739700008 - ], - [ - -122.03179422399995, - 37.00047646500008 - ], - [ - -122.03188832399996, - 37.000638199000036 - ], - [ - -122.03196085499997, - 37.000762859000076 - ], - [ - -122.03199895399996, - 37.00082888600008 - ], - [ - -122.03209779699995, - 37.000998225000046 - ], - [ - -122.03210713099998, - 37.00101426700007 - ], - [ - -122.03221818499998, - 37.00120512700005 - ], - [ - -122.03228033899995, - 37.00131195600005 - ], - [ - -122.03232710299994, - 37.00139320000005 - ], - [ - -122.03243898199997, - 37.00158468300003 - ], - [ - -122.03254721699994, - 37.001771448000056 - ], - [ - -122.03265726399997, - 37.00196022000006 - ], - [ - -122.03276731399995, - 37.00214899300005 - ], - [ - -122.03287555099996, - 37.002335757000026 - ], - [ - -122.03292180999995, - 37.002414757000054 - ], - [ - -122.03292196399997, - 37.00241469800005 - ], - [ - -122.03292200399994, - 37.00241476400004 - ] - ] - ], - [ - [ - [ - -122.01493970699994, - 36.992904227000054 - ], - [ - -122.01505851099995, - 36.99276948100004 - ], - [ - -122.01507520699994, - 36.99274930200005 - ], - [ - -122.01516054499996, - 36.99265210300007 - ], - [ - -122.01524090999999, - 36.992559698000036 - ], - [ - -122.01537816099994, - 36.992404461000035 - ], - [ - -122.01553001599996, - 36.99229600900003 - ], - [ - -122.01571747499997, - 36.99216417300005 - ], - [ - -122.01598236799998, - 36.99239180500007 - ], - [ - -122.01620789999998, - 36.99270643700004 - ], - [ - -122.01620501399998, - 36.992736715000035 - ], - [ - -122.01616666399997, - 36.99312620200004 - ], - [ - -122.01617554599994, - 36.99356592500004 - ], - [ - -122.01681433099998, - 36.99391402500004 - ], - [ - -122.01753902899998, - 36.994529913000065 - ], - [ - -122.017830012, - 36.99452166100008 - ], - [ - -122.01780720699998, - 36.993988674000036 - ], - [ - -122.01780103699997, - 36.993849373000046 - ], - [ - -122.01775984699998, - 36.99291633400003 - ], - [ - -122.01775587999998, - 36.99280033400004 - ], - [ - -122.01775355099994, - 36.992772254000045 - ], - [ - -122.01774628399994, - 36.992585166000026 - ], - [ - -122.01770748299998, - 36.99168231500005 - ], - [ - -122.01769770799996, - 36.99145379300006 - ], - [ - -122.01769452199994, - 36.991380382000045 - ], - [ - -122.01769394699994, - 36.99135220100004 - ], - [ - -122.01796532499998, - 36.99139398400007 - ], - [ - -122.01813376799998, - 36.99141994200005 - ], - [ - -122.01847028299994, - 36.99147123200004 - ], - [ - -122.01862142699997, - 36.991494671000055 - ], - [ - -122.01877431799994, - 36.991517730000055 - ], - [ - -122.018940994, - 36.99154336600003 - ], - [ - -122.019195057, - 36.99157545800006 - ], - [ - -122.01943183999998, - 36.991605664000076 - ], - [ - -122.01960174699997, - 36.99162716600006 - ], - [ - -122.01975453799997, - 36.99164642900007 - ], - [ - -122.019945082, - 36.99167032100007 - ], - [ - -122.02001225599997, - 36.99143289500006 - ], - [ - -122.02004279599998, - 36.99133838200004 - ], - [ - -122.02039371499995, - 36.99133627400005 - ], - [ - -122.02063176499996, - 36.991334891000065 - ], - [ - -122.02226486399996, - 36.99132456900003 - ], - [ - -122.022624367, - 36.991321252000034 - ], - [ - -122.02293078599996, - 36.991318629000034 - ], - [ - -122.02441397899997, - 36.991173255000035 - ], - [ - -122.02445914799995, - 36.99145558600003 - ], - [ - -122.02546021899997, - 36.99143632000005 - ], - [ - -122.02560728199995, - 36.991425443000026 - ], - [ - -122.02630993499997, - 36.99137267000003 - ], - [ - -122.02676971899996, - 36.991338453000026 - ], - [ - -122.02659369799994, - 36.991186937000066 - ], - [ - -122.02716200599997, - 36.99109469500007 - ], - [ - -122.02725020399998, - 36.99130233400007 - ], - [ - -122.02750750299998, - 36.99158019600003 - ], - [ - -122.02752145999995, - 36.991595776000054 - ], - [ - -122.02761570499996, - 36.99168105700005 - ], - [ - -122.02768722399998, - 36.99174500400005 - ], - [ - -122.02769769599996, - 36.991755159000036 - ], - [ - -122.02770815799994, - 36.991765034000025 - ], - [ - -122.02771155299996, - 36.99176701400006 - ], - [ - -122.02775357399997, - 36.99180629700004 - ], - [ - -122.02779009399995, - 36.991837098000076 - ], - [ - -122.02782330699995, - 36.99186922000007 - ], - [ - -122.02784771699999, - 36.991894322000064 - ], - [ - -122.02787578999994, - 36.99192484500003 - ], - [ - -122.02790213199995, - 36.99195645300006 - ], - [ - -122.02791432299995, - 36.99197178000003 - ], - [ - -122.02794077599998, - 36.99200746400004 - ], - [ - -122.02796548799995, - 36.99204387800006 - ], - [ - -122.02798852599994, - 36.992083415000025 - ], - [ - -122.02799202199998, - 36.99208919100005 - ], - [ - -122.028006254, - 36.992115100000035 - ], - [ - -122.02800998899994, - 36.992123262000064 - ], - [ - -122.02803131699994, - 36.99216458600006 - ], - [ - -122.028047572, - 36.99220691000005 - ], - [ - -122.02805309899998, - 36.99220547200008 - ], - [ - -122.02823494499995, - 36.99215815200006 - ], - [ - -122.02907440099995, - 36.991927761000056 - ], - [ - -122.029186359, - 36.99179438300007 - ], - [ - -122.02949476199996, - 36.99172133700006 - ], - [ - -122.029513453, - 36.991716659000076 - ], - [ - -122.02997701699996, - 36.991606862000026 - ], - [ - -122.03033138299998, - 36.99152325500006 - ], - [ - -122.03085277199995, - 36.99139938800005 - ], - [ - -122.03088763199997, - 36.991341918000046 - ], - [ - -122.03093390099997, - 36.99126407600005 - ], - [ - -122.03104153899994, - 36.991337104000024 - ], - [ - -122.03112124299997, - 36.991384880000055 - ], - [ - -122.03121122199997, - 36.99142889400008 - ], - [ - -122.03121629199995, - 36.99142782300004 - ], - [ - -122.03149236699994, - 36.99136242700007 - ], - [ - -122.03180137499999, - 36.99148916000007 - ], - [ - -122.03185666599995, - 36.99151176400005 - ], - [ - -122.03186183799994, - 36.991514487000074 - ], - [ - -122.03203447799996, - 36.99158534700007 - ], - [ - -122.03203982499997, - 36.99158799800006 - ], - [ - -122.03220198499997, - 36.99165488800003 - ], - [ - -122.03220731399995, - 36.99165690600006 - ], - [ - -122.03269769899998, - 36.99185884700006 - ], - [ - -122.03285310799998, - 36.99192311000007 - ], - [ - -122.03285522199997, - 36.991942970000025 - ], - [ - -122.03287599199996, - 36.99221257100004 - ], - [ - -122.03290337699997, - 36.99254526000004 - ], - [ - -122.03297688699996, - 36.99345693400005 - ], - [ - -122.03316893199997, - 36.99431005200006 - ], - [ - -122.03330338399996, - 36.99469419400003 - ], - [ - -122.03332162199996, - 36.994744780000076 - ], - [ - -122.03343796799999, - 36.995076647000076 - ], - [ - -122.03374005399996, - 36.99528553600004 - ], - [ - -122.03402850499998, - 36.995484324000074 - ], - [ - -122.03436713599996, - 36.995718176000025 - ], - [ - -122.03479265099998, - 36.996011346000046 - ], - [ - -122.03538319299997, - 36.99641866600007 - ], - [ - -122.03539699499999, - 36.99642841200006 - ], - [ - -122.03624316, - 36.99636165900006 - ], - [ - -122.03648251299995, - 36.99634271600007 - ], - [ - -122.03686219899998, - 36.996906343000035 - ], - [ - -122.03659829399999, - 36.99814522300005 - ], - [ - -122.03700127499997, - 36.99817493200004 - ], - [ - -122.03704073499995, - 36.99817748900006 - ], - [ - -122.03715896899996, - 36.99818621500003 - ], - [ - -122.03720841599994, - 36.99817425800006 - ], - [ - -122.03759852699994, - 36.99807848700004 - ], - [ - -122.03820977299995, - 36.99790735000005 - ], - [ - -122.03830098399999, - 36.99800982900007 - ], - [ - -122.038334169, - 36.99804715100004 - ], - [ - -122.03836569899994, - 36.99808176000005 - ], - [ - -122.03839558199996, - 36.99811400700003 - ], - [ - -122.03840613799997, - 36.99812725400005 - ], - [ - -122.03842877599999, - 36.998151681000024 - ], - [ - -122.038465579, - 36.99819273600008 - ], - [ - -122.03861114499995, - 36.998354601000074 - ], - [ - -122.03872316499996, - 36.99847879600003 - ], - [ - -122.03876521299998, - 36.99852524600004 - ], - [ - -122.03939256999996, - 36.999220851000075 - ], - [ - -122.03966066299995, - 36.99951811700004 - ], - [ - -122.04070602499996, - 37.00106273500006 - ], - [ - -122.041534405, - 37.002542324000046 - ], - [ - -122.04220619499995, - 37.00331905500008 - ], - [ - -122.04296821399998, - 37.004657345000055 - ], - [ - -122.04355815999998, - 37.00552848700005 - ], - [ - -122.04359256199996, - 37.00604172900006 - ], - [ - -122.04359447699994, - 37.00605406900007 - ], - [ - -122.04360492399996, - 37.006056631000035 - ], - [ - -122.04435523199999, - 37.00623387200005 - ], - [ - -122.04592206899997, - 37.00597824500005 - ], - [ - -122.045877938, - 37.00700273800004 - ], - [ - -122.04708625399996, - 37.00746051200008 - ], - [ - -122.04732077099999, - 37.00771081700003 - ], - [ - -122.04733834299998, - 37.007729777000065 - ], - [ - -122.04751689399995, - 37.00792002600008 - ], - [ - -122.04755023599995, - 37.00795635900005 - ], - [ - -122.047639544, - 37.00805267700008 - ], - [ - -122.04766937699998, - 37.00808281400003 - ], - [ - -122.04784290599997, - 37.00826935200007 - ], - [ - -122.04796713899998, - 37.00840197600007 - ], - [ - -122.04810021999998, - 37.00854309500005 - ], - [ - -122.04863773899996, - 37.00911724900004 - ], - [ - -122.04917540399998, - 37.00969006300005 - ], - [ - -122.04928227099998, - 37.00980463600007 - ], - [ - -122.04931195899997, - 37.00983583000004 - ], - [ - -122.04936283899997, - 37.00988978600003 - ], - [ - -122.04938385399998, - 37.00991248300005 - ], - [ - -122.04939599799997, - 37.00992577100004 - ], - [ - -122.049404891, - 37.009935951000045 - ], - [ - -122.04959035499996, - 37.01013430300003 - ], - [ - -122.04963939499999, - 37.010185198000045 - ], - [ - -122.04968326, - 37.01023337000004 - ], - [ - -122.04974808699995, - 37.01030220000007 - ], - [ - -122.04979351699996, - 37.01034964300004 - ], - [ - -122.04980028999995, - 37.01067846600006 - ], - [ - -122.04980362299995, - 37.01084087600003 - ], - [ - -122.04997669399995, - 37.010756195000056 - ], - [ - -122.05021052899997, - 37.01064213400008 - ], - [ - -122.05293332199994, - 37.00931282800008 - ], - [ - -122.05145811199998, - 37.00231780200005 - ], - [ - -122.05131573199998, - 37.00164396100007 - ], - [ - -122.05128176199997, - 37.00148679100005 - ], - [ - -122.05121620499995, - 37.00088332900003 - ], - [ - -122.05113189099995, - 37.00011294300003 - ], - [ - -122.05482295599995, - 37.00223314400006 - ], - [ - -122.05610204599998, - 37.002967012000056 - ], - [ - -122.05688281199997, - 37.002963814000054 - ], - [ - -122.06193410299994, - 37.002944685000045 - ], - [ - -122.068219452, - 37.00290573400008 - ], - [ - -122.07271406099994, - 37.00287785100005 - ], - [ - -122.07265705499998, - 37.00277388600006 - ], - [ - -122.07259674299996, - 37.002671314000054 - ], - [ - -122.07253121699995, - 37.002570942000034 - ], - [ - -122.07246062599995, - 37.002471924000076 - ], - [ - -122.07238675399998, - 37.00237507300005 - ], - [ - -122.07230767399994, - 37.002280703000054 - ], - [ - -122.07222530999996, - 37.00218842900006 - ], - [ - -122.072076171, - 37.002020833000074 - ], - [ - -122.07202196799994, - 37.001967997000065 - ], - [ - -122.07196273199997, - 37.001917641000034 - ], - [ - -122.07190180499998, - 37.00186970400006 - ], - [ - -122.07183741699998, - 37.00182386700004 - ], - [ - -122.07177152199995, - 37.00178079800003 - ], - [ - -122.07170219799997, - 37.001740882000036 - ], - [ - -122.07162941899998, - 37.001703346000056 - ], - [ - -122.07155689299998, - 37.00166861800005 - ], - [ - -122.07117237099999, - 37.00170436500008 - ], - [ - -122.07090709999994, - 37.001553767000075 - ], - [ - -122.07054008499995, - 37.00152853700007 - ], - [ - -122.06971061299998, - 37.00140915500003 - ], - [ - -122.06932536399995, - 37.00083785000004 - ], - [ - -122.06894392999999, - 37.00020637100005 - ], - [ - -122.06853713499999, - 36.99933525200004 - ], - [ - -122.06850119299997, - 36.999255454000036 - ], - [ - -122.06846727899995, - 36.999192 - ], - [ - -122.06844018599998, - 36.999127162000036 - ], - [ - -122.06841657999996, - 36.99906120900005 - ], - [ - -122.06839804199996, - 36.99899411200005 - ], - [ - -122.068384762, - 36.99892636200008 - ], - [ - -122.06837638399998, - 36.99885775300004 - ], - [ - -122.06837327899996, - 36.99878912300005 - ], - [ - -122.068375275, - 36.99872047300005 - ], - [ - -122.06838238599994, - 36.998652367000034 - ], - [ - -122.06850039199998, - 36.99798877000006 - ], - [ - -122.06850403199996, - 36.997915944000056 - ], - [ - -122.06851278799996, - 36.997843732000035 - ], - [ - -122.06852488399994, - 36.99777146200006 - ], - [ - -122.06854404999996, - 36.997700474000055 - ], - [ - -122.06856815699996, - 36.99763010300006 - ], - [ - -122.06859757399997, - 36.997561046000044 - ], - [ - -122.06863037099998, - 36.99749333500006 - ], - [ - -122.06866907699998, - 36.997371601000054 - ], - [ - -122.06869997299998, - 36.99729872100005 - ], - [ - -122.06872590999996, - 36.99722452300006 - ], - [ - -122.06874654499995, - 36.99714943200007 - ], - [ - -122.068762054, - 36.99707330700005 - ], - [ - -122.06877068799997, - 36.996996667000076 - ], - [ - -122.06877597299996, - 36.996919664000075 - ], - [ - -122.06877440199997, - 36.996842783000034 - ], - [ - -122.06871093099994, - 36.996424398000045 - ], - [ - -122.06868707399997, - 36.99627190700005 - ], - [ - -122.06865509999994, - 36.996053966000034 - ], - [ - -122.06863371499998, - 36.99576652300004 - ], - [ - -122.068653644, - 36.99549157700005 - ], - [ - -122.06883551599998, - 36.99484879800008 - ], - [ - -122.06886286499997, - 36.99476838900006 - ], - [ - -122.068893759, - 36.99468904100007 - ], - [ - -122.06892978599996, - 36.994610941000076 - ], - [ - -122.06897094899995, - 36.99453415600004 - ], - [ - -122.069015676, - 36.99445906600005 - ], - [ - -122.06906555499995, - 36.99438592700005 - ], - [ - -122.06911882099996, - 36.994314485000075 - ], - [ - -122.06917725199997, - 36.994245413000044 - ], - [ - -122.06923926099995, - 36.994178599000065 - ], - [ - -122.06930466999995, - 36.99411390500006 - ], - [ - -122.06964083899999, - 36.993571005000035 - ], - [ - -122.06968920599996, - 36.992933718000074 - ], - [ - -122.06964996099998, - 36.99253325900003 - ], - [ - -122.06940845199995, - 36.991873471000076 - ], - [ - -122.06936363899996, - 36.99177140000006 - ], - [ - -122.06931587899999, - 36.99170305600006 - ], - [ - -122.06927158499997, - 36.99163289400008 - ], - [ - -122.06923251999996, - 36.99156095400008 - ], - [ - -122.06919676599995, - 36.991487971000026 - ], - [ - -122.06916431399998, - 36.99141359600003 - ], - [ - -122.06913710899994, - 36.991338074000055 - ], - [ - -122.069113212, - 36.99126144000007 - ], - [ - -122.069096162, - 36.99118440400008 - ], - [ - -122.069080854, - 36.99110670600004 - ], - [ - -122.06907238999997, - 36.99102853800008 - ], - [ - -122.06906725599998, - 36.99094996000008 - ], - [ - -122.06906413499996, - 36.99071963400007 - ], - [ - -122.06898315799998, - 36.98962749900005 - ], - [ - -122.06888347899996, - 36.988951737000036 - ], - [ - -122.06863391, - 36.98815056900003 - ], - [ - -122.068505518, - 36.98774336900004 - ], - [ - -122.06841083799998, - 36.98755991400003 - ], - [ - -122.06831303999996, - 36.98737820100007 - ], - [ - -122.06820825999995, - 36.987198367000076 - ], - [ - -122.068100013, - 36.98702021100007 - ], - [ - -122.06798846199996, - 36.98684351800006 - ], - [ - -122.06787187299994, - 36.98666895200006 - ], - [ - -122.06775005599997, - 36.98649616400007 - ], - [ - -122.06762495699996, - 36.98632547200003 - ], - [ - -122.06749480899998, - 36.986156555000036 - ], - [ - -122.06736120899996, - 36.98599008800005 - ], - [ - -122.06722239699997, - 36.98582582100005 - ], - [ - -122.06708047599994, - 36.985663576000036 - ], - [ - -122.06693334799996, - 36.98550381300004 - ], - [ - -122.066782763, - 36.985346219000064 - ], - [ - -122.06662891199994, - 36.98519135200007 - ], - [ - -122.06647523299995, - 36.98504920700003 - ], - [ - -122.066316541, - 36.98491024200007 - ], - [ - -122.06615439899997, - 36.98477365800005 - ], - [ - -122.06598899599999, - 36.98463994200006 - ], - [ - -122.06581856799994, - 36.98450898500005 - ], - [ - -122.06564629299999, - 36.984381152000026 - ], - [ - -122.06547093899997, - 36.98425646600003 - ], - [ - -122.06529021199998, - 36.98413461600006 - ], - [ - -122.06510798699998, - 36.98401581600007 - ], - [ - -122.06492251799995, - 36.98390058500007 - ], - [ - -122.06473343199997, - 36.98378808800004 - ], - [ - -122.06454285899997, - 36.98367906400006 - ], - [ - -122.06434728299996, - 36.983573499000045 - ], - [ - -122.06414985699996, - 36.98347105900007 - ], - [ - -122.06395094399994, - 36.983372091000035 - ], - [ - -122.06313817699998, - 36.98298023500007 - ], - [ - -122.06225165199999, - 36.98257833900004 - ], - [ - -122.06200753899998, - 36.982446337000056 - ], - [ - -122.06150881499997, - 36.98217766400006 - ], - [ - -122.06081092399995, - 36.981463923000035 - ], - [ - -122.060282783, - 36.98101163500007 - ], - [ - -122.05982615299996, - 36.980622148000066 - ], - [ - -122.06010534399996, - 36.98062840700004 - ], - [ - -122.06027660199999, - 36.98062887700007 - ], - [ - -122.06028680399999, - 36.98062905200004 - ], - [ - -122.06028732899995, - 36.98062905300003 - ], - [ - -122.06028732899995, - 36.98062923800006 - ], - [ - -122.06043453599995, - 36.98063358100006 - ], - [ - -122.06058524899998, - 36.980638028000044 - ], - [ - -122.06094994899996, - 36.98064569100006 - ], - [ - -122.06117856399999, - 36.98065049400003 - ], - [ - -122.06115379799996, - 36.98048154500003 - ], - [ - -122.06115169399999, - 36.980481575000056 - ], - [ - -122.06115167499996, - 36.98048143600005 - ], - [ - -122.06113152299997, - 36.980335137000054 - ], - [ - -122.06110744899996, - 36.98016099500006 - ], - [ - -122.06108929899995, - 36.98003012700008 - ], - [ - -122.06106712599995, - 36.979874160000065 - ], - [ - -122.06105913099998, - 36.97981932300007 - ], - [ - -122.06105333099998, - 36.979780617000074 - ], - [ - -122.06108910699999, - 36.97969324300004 - ], - [ - -122.06114757999995, - 36.979625861000045 - ], - [ - -122.06127931399999, - 36.979291395000075 - ], - [ - -122.06131520099996, - 36.979201629000045 - ], - [ - -122.06127708599996, - 36.97909950900004 - ], - [ - -122.06127352199996, - 36.97909127500003 - ], - [ - -122.06075221499998, - 36.97797789100008 - ], - [ - -122.060781223, - 36.977977879000036 - ], - [ - -122.06111329299995, - 36.97797653900005 - ], - [ - -122.06129646599999, - 36.977975815000036 - ], - [ - -122.06217964899997, - 36.977972556000054 - ], - [ - -122.06261965399995, - 36.977970810000045 - ], - [ - -122.06327183099995, - 36.977967903000035 - ], - [ - -122.06335744699999, - 36.97796775000006 - ], - [ - -122.06374260099994, - 36.97796604100006 - ], - [ - -122.06393929899997, - 36.97796479700003 - ], - [ - -122.06408994099996, - 36.97796379300007 - ], - [ - -122.06485175599994, - 36.97795840800006 - ], - [ - -122.06485518799997, - 36.97747115300007 - ], - [ - -122.070323068, - 36.97756895800006 - ], - [ - -122.07088161799999, - 36.97243887900004 - ], - [ - -122.06910847899996, - 36.96786319300003 - ], - [ - -122.06831050899996, - 36.96497319900004 - ], - [ - -122.06633404599995, - 36.964999429000045 - ], - [ - -122.06542425099997, - 36.96183219400007 - ], - [ - -122.06523414599997, - 36.96117037400006 - ], - [ - -122.06283474199995, - 36.96084269800008 - ], - [ - -122.062773086, - 36.96083772500003 - ], - [ - -122.06266846499994, - 36.960829843000056 - ], - [ - -122.06264680399994, - 36.959296712000025 - ], - [ - -122.06531834999998, - 36.958885904000056 - ], - [ - -122.06530561599999, - 36.95786322300006 - ], - [ - -122.06530163399998, - 36.95758791800006 - ], - [ - -122.06527812999997, - 36.95580826500003 - ], - [ - -122.065422781, - 36.955679272000054 - ], - [ - -122.06558302699995, - 36.95549038900003 - ], - [ - -122.06572843999999, - 36.955318427000066 - ], - [ - -122.06596964399995, - 36.95498527900003 - ], - [ - -122.06647778599995, - 36.95465085100005 - ], - [ - -122.06651902599998, - 36.95458404900006 - ], - [ - -122.06653440399998, - 36.95425181200005 - ], - [ - -122.06661880499996, - 36.95411128200004 - ], - [ - -122.06663040299998, - 36.95409188700006 - ], - [ - -122.06679494099996, - 36.95402209100007 - ], - [ - -122.06692039499995, - 36.953969216000075 - ], - [ - -122.06711327299996, - 36.95377849700003 - ], - [ - -122.06719566899994, - 36.95371280300003 - ], - [ - -122.06731122599996, - 36.953509653000026 - ], - [ - -122.06736267999997, - 36.95334691900007 - ], - [ - -122.067425104, - 36.953057941000054 - ], - [ - -122.06749398799997, - 36.95283184200008 - ], - [ - -122.06760767399999, - 36.95270837600003 - ], - [ - -122.06765979999994, - 36.95274444700004 - ], - [ - -122.06776050099995, - 36.95281517300003 - ], - [ - -122.06785775099996, - 36.95295914400003 - ], - [ - -122.067878786, - 36.952989358000025 - ], - [ - -122.06797805599996, - 36.95323319500005 - ], - [ - -122.06803386899998, - 36.953281925000056 - ], - [ - -122.06805652699995, - 36.95330079300004 - ], - [ - -122.06812211599998, - 36.953327770000044 - ], - [ - -122.06842268699995, - 36.95338692400003 - ], - [ - -122.06853523899997, - 36.95344752900007 - ], - [ - -122.06855947899999, - 36.95345990200008 - ], - [ - -122.06866276499994, - 36.95356735000007 - ], - [ - -122.06884815599994, - 36.95375955700007 - ], - [ - -122.06892271099997, - 36.95388972300003 - ], - [ - -122.06887854299998, - 36.95406814800003 - ], - [ - -122.06879901599996, - 36.95427763200007 - ], - [ - -122.06877641899996, - 36.95433841600004 - ], - [ - -122.06873390499999, - 36.95443575400003 - ], - [ - -122.06864411299995, - 36.95464267400007 - ], - [ - -122.06865546999995, - 36.95469815600006 - ], - [ - -122.06866929399996, - 36.954702413000064 - ], - [ - -122.06873823599994, - 36.95472342700003 - ], - [ - -122.06886179299994, - 36.95465898300006 - ], - [ - -122.06902074399994, - 36.95456481600007 - ], - [ - -122.06922956999995, - 36.95440474800006 - ], - [ - -122.06933586599996, - 36.954332590000035 - ], - [ - -122.06938470699998, - 36.95429961000008 - ], - [ - -122.06943390099997, - 36.95419596800008 - ], - [ - -122.06942094899995, - 36.95398535600003 - ], - [ - -122.06943406099998, - 36.95395700700004 - ], - [ - -122.06950618899998, - 36.95380494800003 - ], - [ - -122.06974753399999, - 36.95364515600005 - ], - [ - -122.06982495399996, - 36.95358397700005 - ], - [ - -122.06984999199994, - 36.95354831800006 - ], - [ - -122.069878255, - 36.953508455000076 - ], - [ - -122.06980597399996, - 36.95341016900005 - ], - [ - -122.06948400599998, - 36.953397721000044 - ], - [ - -122.06941354799994, - 36.953385593000064 - ], - [ - -122.06938088599998, - 36.95338018700005 - ], - [ - -122.069206211, - 36.95329085800006 - ], - [ - -122.06897441799998, - 36.95300834900007 - ], - [ - -122.0687236099999, - 36.95279534900004 - ], - [ - -122.06849805999997, - 36.95264490000005 - ], - [ - -122.06831408399995, - 36.952523814000074 - ], - [ - -122.06830529599995, - 36.95251089200008 - ], - [ - -122.06816977399995, - 36.95233623300004 - ], - [ - -122.06816052299996, - 36.952299907000054 - ], - [ - -122.06812523199994, - 36.95216582200004 - ], - [ - -122.06804232499996, - 36.95196775000005 - ], - [ - -122.06771931499998, - 36.951658990000055 - ], - [ - -122.06772714599998, - 36.95154657900008 - ], - [ - -122.06772697699995, - 36.95153392700007 - ], - [ - -122.06773499599996, - 36.95151213500003 - ], - [ - -122.06778187999998, - 36.95138174900006 - ], - [ - -122.06788774799998, - 36.951281057000074 - ], - [ - -122.06797628899994, - 36.951266858000054 - ], - [ - -122.06805993899997, - 36.95125372900003 - ], - [ - -122.06811140999997, - 36.951181965000046 - ], - [ - -122.06812074299995, - 36.95113751200006 - ], - [ - -122.06812710799994, - 36.95111307700006 - ], - [ - -122.0680355699999, - 36.951068977000034 - ], - [ - -122.067800477, - 36.95095504000005 - ], - [ - -122.06771648899996, - 36.95086553200008 - ], - [ - -122.06777655099995, - 36.95070918600004 - ], - [ - -122.06796370299998, - 36.950663389000056 - ], - [ - -122.06802548099995, - 36.95058293900007 - ], - [ - -122.06805706299997, - 36.950542315000064 - ], - [ - -122.06805815399997, - 36.95042763300006 - ], - [ - -122.06793464799995, - 36.95008762400005 - ], - [ - -122.06793426399997, - 36.95007356900004 - ], - [ - -122.067938799, - 36.94971129100003 - ], - [ - -122.06792290099997, - 36.94952779700003 - ], - [ - -122.06768921699995, - 36.94915596300007 - ], - [ - -122.06761668899998, - 36.94904193100007 - ], - [ - -122.06758795899998, - 36.94897438000004 - ], - [ - -122.06751790299995, - 36.94881559300006 - ], - [ - -122.067460499, - 36.948619320000034 - ], - [ - -122.06744214799994, - 36.948745072000065 - ], - [ - -122.06739037799997, - 36.94885733000007 - ], - [ - -122.06729457199998, - 36.94893999000004 - ], - [ - -122.06712980299994, - 36.94897726900007 - ], - [ - -122.06711708699999, - 36.94898815800008 - ], - [ - -122.06691870099996, - 36.948966315000064 - ], - [ - -122.06690305099994, - 36.948945182000045 - ], - [ - -122.06678247199994, - 36.94885029500006 - ], - [ - -122.06676510299997, - 36.94880786600004 - ], - [ - -122.06674601999998, - 36.94876124600006 - ], - [ - -122.06663565399998, - 36.94866101800005 - ], - [ - -122.06662694999994, - 36.94865799100006 - ], - [ - -122.06662691699995, - 36.94865798100005 - ], - [ - -122.06648079299998, - 36.948669909000046 - ], - [ - -122.06647730199995, - 36.948666237000054 - ], - [ - -122.06647725099998, - 36.94866626900006 - ], - [ - -122.06643564399997, - 36.948692117000064 - ], - [ - -122.06640086999994, - 36.94866713300007 - ], - [ - -122.06640086899995, - 36.948667070000056 - ], - [ - -122.06640074399996, - 36.948585741000045 - ], - [ - -122.06627564999997, - 36.948454208000044 - ], - [ - -122.06619423099994, - 36.94822370700007 - ], - [ - -122.06588616199997, - 36.948101844000064 - ], - [ - -122.065570993, - 36.94810161400005 - ], - [ - -122.06544065099996, - 36.948141150000026 - ], - [ - -122.06519425099998, - 36.948314984000035 - ], - [ - -122.06496756999996, - 36.948425873000076 - ], - [ - -122.06469375299997, - 36.94854540400007 - ], - [ - -122.06441961999997, - 36.948633382000025 - ], - [ - -122.06424824899995, - 36.94875597500004 - ], - [ - -122.06424382399996, - 36.94875656700003 - ], - [ - -122.06417810199997, - 36.948809511000036 - ], - [ - -122.06396131499997, - 36.94885737100003 - ], - [ - -122.06380543999995, - 36.94898008400003 - ], - [ - -122.06380538499997, - 36.94898008900003 - ], - [ - -122.06366788899999, - 36.94899213800005 - ], - [ - -122.06361116799997, - 36.949019115000056 - ], - [ - -122.06313175399998, - 36.94901758200007 - ], - [ - -122.06298080999994, - 36.94896230400008 - ], - [ - -122.06263341899995, - 36.949021222000056 - ], - [ - -122.06263271799997, - 36.94902138900005 - ], - [ - -122.06209480099994, - 36.94914913200006 - ], - [ - -122.06209475999998, - 36.94914914100008 - ], - [ - -122.06159988499996, - 36.94920604200007 - ], - [ - -122.06144464299996, - 36.949236179000025 - ], - [ - -122.06135042899996, - 36.949285186000054 - ], - [ - -122.06099449499999, - 36.94946039700005 - ], - [ - -122.06080143699995, - 36.94950961500007 - ], - [ - -122.06080137699996, - 36.949509645000035 - ], - [ - -122.06071478499996, - 36.94955292700007 - ], - [ - -122.06050616099998, - 36.94972697000003 - ], - [ - -122.06049514799997, - 36.949728821000065 - ], - [ - -122.06041864699995, - 36.94982316100004 - ], - [ - -122.06011694499995, - 36.94981175600003 - ], - [ - -122.06000188999997, - 36.94981172400003 - ], - [ - -122.05996820799999, - 36.94981738300004 - ], - [ - -122.05977218099997, - 36.949832092000065 - ], - [ - -122.05963094099997, - 36.949889029000076 - ], - [ - -122.05942533399997, - 36.94999782300005 - ], - [ - -122.05936856799997, - 36.950019972000064 - ], - [ - -122.05934344899998, - 36.95003767700007 - ], - [ - -122.05926135099998, - 36.95007951000008 - ], - [ - -122.059212748, - 36.95010427500006 - ], - [ - -122.05921271299997, - 36.950104268000075 - ], - [ - -122.05775440899998, - 36.94978618300007 - ], - [ - -122.05748525499996, - 36.949696251000034 - ], - [ - -122.05748519199994, - 36.94969623000003 - ], - [ - -122.05732103899999, - 36.94962672400004 - ], - [ - -122.05726811699998, - 36.94960431700008 - ], - [ - -122.05725345599996, - 36.949582459000055 - ], - [ - -122.05720677399995, - 36.94957231400008 - ], - [ - -122.05723422099999, - 36.949553783000056 - ], - [ - -122.05721645699998, - 36.949527319000026 - ], - [ - -122.05732894399995, - 36.94945604600008 - ], - [ - -122.05745126199997, - 36.94940724000003 - ], - [ - -122.05755644799996, - 36.94933622000008 - ], - [ - -122.05778998599999, - 36.94918258200005 - ], - [ - -122.057752656, - 36.94897580400004 - ], - [ - -122.05774545399998, - 36.948970332000044 - ], - [ - -122.05771545699997, - 36.948981022000055 - ], - [ - -122.05762497899997, - 36.94904560400005 - ], - [ - -122.05756323499998, - 36.94912668600006 - ], - [ - -122.05736364299997, - 36.94930991700005 - ], - [ - -122.05721617899997, - 36.94937406300005 - ], - [ - -122.05706016099998, - 36.94938858300003 - ], - [ - -122.05696422399996, - 36.94931798500005 - ], - [ - -122.05695997199996, - 36.949307591000036 - ], - [ - -122.05688649499996, - 36.94912810300008 - ], - [ - -122.05683454999996, - 36.949071325000034 - ], - [ - -122.056834515, - 36.94907128600005 - ], - [ - -122.05671338299999, - 36.94908037000005 - ], - [ - -122.056646216, - 36.949092362000044 - ], - [ - -122.05653883399998, - 36.94911426400006 - ], - [ - -122.05641165199995, - 36.94915748300008 - ], - [ - -122.05625607199994, - 36.949251512000046 - ], - [ - -122.05624612799994, - 36.949261603000025 - ], - [ - -122.05614588999998, - 36.94936331100007 - ], - [ - -122.056016076, - 36.94941636300007 - ], - [ - -122.05583632499997, - 36.949230715000056 - ], - [ - -122.05582391899998, - 36.949218253000026 - ], - [ - -122.05568057199997, - 36.94912974600004 - ], - [ - -122.05550034699996, - 36.94912638900007 - ], - [ - -122.05532427299994, - 36.94916832900003 - ], - [ - -122.05520796099995, - 36.949202601000025 - ], - [ - -122.05513325299995, - 36.94921382700005 - ], - [ - -122.05513298899996, - 36.949213891000056 - ], - [ - -122.055080611, - 36.949226372000055 - ], - [ - -122.05491606199996, - 36.94924755400007 - ], - [ - -122.054915984, - 36.94924757200005 - ], - [ - -122.05489247499997, - 36.94920932500003 - ], - [ - -122.05487237699998, - 36.94920668800006 - ], - [ - -122.05476309, - 36.949018774000024 - ], - [ - -122.05450308199994, - 36.948985151000045 - ], - [ - -122.05423583199996, - 36.94896949900004 - ], - [ - -122.05415880499999, - 36.94896724300003 - ], - [ - -122.05401302699994, - 36.94898806400005 - ], - [ - -122.05396658399997, - 36.94901499500003 - ], - [ - -122.05384830799994, - 36.949083579000046 - ], - [ - -122.05382177299998, - 36.94918706200008 - ], - [ - -122.05382176299997, - 36.94918710300004 - ], - [ - -122.05378861, - 36.94921192000004 - ], - [ - -122.05371757999995, - 36.949265095000044 - ], - [ - -122.05371755199997, - 36.94926511800003 - ], - [ - -122.05362366599996, - 36.94926822700006 - ], - [ - -122.05356441699996, - 36.949338228000045 - ], - [ - -122.05332198099995, - 36.94921547000007 - ], - [ - -122.0532492899999, - 36.949222966000036 - ], - [ - -122.05310171499997, - 36.949296109000045 - ], - [ - -122.05301462199998, - 36.94940824100007 - ], - [ - -122.05301459499998, - 36.949408274000064 - ], - [ - -122.05295391899995, - 36.949542902000076 - ], - [ - -122.05304039699996, - 36.94964727900003 - ], - [ - -122.05304921199996, - 36.949726217000034 - ], - [ - -122.05299746099996, - 36.949768592000055 - ], - [ - -122.05293032699996, - 36.94975240400004 - ], - [ - -122.05287879399998, - 36.94977669900004 - ], - [ - -122.05279270299997, - 36.94970740900004 - ], - [ - -122.05267628699994, - 36.94963530900003 - ], - [ - -122.05261080499997, - 36.94956604400005 - ], - [ - -122.05251962099999, - 36.94946960300007 - ], - [ - -122.05251960499999, - 36.94946957900004 - ], - [ - -122.05244545299996, - 36.949352443000066 - ], - [ - -122.05244118099995, - 36.949347286000034 - ], - [ - -122.05233906099994, - 36.94920449700004 - ], - [ - -122.05232526199995, - 36.94919039300004 - ], - [ - -122.05224191499997, - 36.949169908000044 - ], - [ - -122.05192994299995, - 36.949370188000046 - ], - [ - -122.05192677199994, - 36.94937155400004 - ], - [ - -122.05167787699997, - 36.949478672000055 - ], - [ - -122.05167689199999, - 36.949477460000026 - ], - [ - -122.05167687199997, - 36.94947743600005 - ], - [ - -122.05159884699998, - 36.94951632800007 - ], - [ - -122.05148914799997, - 36.94936221000006 - ], - [ - -122.05114687899999, - 36.94933918900006 - ], - [ - -122.05089341599995, - 36.949343921000036 - ], - [ - -122.05057880799995, - 36.94941126300006 - ], - [ - -122.05054852499995, - 36.949414836000074 - ], - [ - -122.05046256799994, - 36.94944410200003 - ], - [ - -122.05023572299996, - 36.949425749000056 - ], - [ - -122.05018488099995, - 36.94942163600007 - ], - [ - -122.05018481499997, - 36.949421631000064 - ], - [ - -122.04999420299998, - 36.94935258700008 - ], - [ - -122.049953443, - 36.949335881000025 - ], - [ - -122.04989841699995, - 36.94931332800007 - ], - [ - -122.049887776, - 36.94926839100003 - ], - [ - -122.04981186499998, - 36.94916173800004 - ], - [ - -122.04981302699997, - 36.94915509800006 - ], - [ - -122.04983982199997, - 36.94900196200007 - ], - [ - -122.04992898299997, - 36.948831408000046 - ], - [ - -122.04999793099995, - 36.94870576300008 - ], - [ - -122.04975958199998, - 36.948749029000055 - ], - [ - -122.04975808299997, - 36.94874986000008 - ], - [ - -122.04965555899997, - 36.94880670900005 - ], - [ - -122.04955162299996, - 36.94887779700008 - ], - [ - -122.04942123499995, - 36.948966976000065 - ], - [ - -122.04916057399998, - 36.94909563900006 - ], - [ - -122.04909664999997, - 36.94910344900006 - ], - [ - -122.048997037, - 36.949150700000075 - ], - [ - -122.04884492999997, - 36.949112557000035 - ], - [ - -122.04878947199995, - 36.94910969600005 - ], - [ - -122.04870918699999, - 36.94910555400003 - ], - [ - -122.04870915799995, - 36.949105572000065 - ], - [ - -122.048656774, - 36.94913668500004 - ], - [ - -122.04866592499997, - 36.949254078000024 - ], - [ - -122.04863617399997, - 36.949363875000074 - ], - [ - -122.04863124699995, - 36.949382067000045 - ], - [ - -122.04861416799997, - 36.94940324000004 - ], - [ - -122.04858788399997, - 36.94943582500008 - ], - [ - -122.04833597599998, - 36.94953080100004 - ], - [ - -122.04798868299997, - 36.949633892000065 - ], - [ - -122.04794109699998, - 36.94963895700005 - ], - [ - -122.04790701999997, - 36.949648996000064 - ], - [ - -122.04755809999995, - 36.94970929200008 - ], - [ - -122.04748920199995, - 36.94968701500005 - ], - [ - -122.04739830399996, - 36.949696682000024 - ], - [ - -122.04717284399999, - 36.94958668700008 - ], - [ - -122.04693412199998, - 36.949370490000035 - ], - [ - -122.04682590999994, - 36.94928738700003 - ], - [ - -122.04660823199998, - 36.94921715800007 - ], - [ - -122.04660817399997, - 36.94921719100006 - ], - [ - -122.04651284099998, - 36.94927041400007 - ], - [ - -122.04652057399994, - 36.94937531100004 - ], - [ - -122.04652114799995, - 36.94938310100008 - ], - [ - -122.04651519199996, - 36.949418183000034 - ], - [ - -122.04649552199999, - 36.949534062000055 - ], - [ - -122.04643544499999, - 36.949608640000065 - ], - [ - -122.04643480399994, - 36.94961012400006 - ], - [ - -122.046433837, - 36.949610635000056 - ], - [ - -122.04639995599996, - 36.949652696000044 - ], - [ - -122.04630378299998, - 36.94972534900006 - ], - [ - -122.04625252599999, - 36.94976407000007 - ], - [ - -122.04609143, - 36.94982623200008 - ], - [ - -122.04596622899999, - 36.949874531000034 - ], - [ - -122.04596616099997, - 36.949874556000054 - ], - [ - -122.045870515, - 36.949896298000056 - ], - [ - -122.04587043699996, - 36.94989628800005 - ], - [ - -122.045725103, - 36.94987626900007 - ], - [ - -122.04569512399996, - 36.94987685000007 - ], - [ - -122.04547269399995, - 36.94980625300008 - ], - [ - -122.04546302299997, - 36.94980835300004 - ], - [ - -122.04532517399997, - 36.94987837900004 - ], - [ - -122.04528123799997, - 36.94993867300008 - ], - [ - -122.04528121699997, - 36.94993870700006 - ], - [ - -122.04521089899998, - 36.95010277600005 - ], - [ - -122.04513280099997, - 36.950171967000074 - ], - [ - -122.04513270799998, - 36.950172020000025 - ], - [ - -122.04513267699997, - 36.95017203800006 - ], - [ - -122.04498499699997, - 36.95025656100006 - ], - [ - -122.04498491099997, - 36.95025657000008 - ], - [ - -122.044935211, - 36.95026210200007 - ], - [ - -122.04492722199996, - 36.95026728900007 - ], - [ - -122.04481730499998, - 36.950300206000065 - ], - [ - -122.04466665099994, - 36.95027871100007 - ], - [ - -122.04464047, - 36.950274053000044 - ], - [ - -122.04455937799997, - 36.95026883200006 - ], - [ - -122.04455932499997, - 36.95026882900004 - ], - [ - -122.044472639, - 36.95029971100007 - ], - [ - -122.04422098499998, - 36.950489160000075 - ], - [ - -122.04407339299996, - 36.95055561200007 - ], - [ - -122.04403813999994, - 36.95055839300005 - ], - [ - -122.04386470199995, - 36.95057207600007 - ], - [ - -122.04369149999997, - 36.950568316000044 - ], - [ - -122.04358733099997, - 36.950589938000064 - ], - [ - -122.04355312999996, - 36.95065000200003 - ], - [ - -122.04354309799999, - 36.95076092200003 - ], - [ - -122.04339849999997, - 36.950745289000054 - ], - [ - -122.04338403599996, - 36.950745666000046 - ], - [ - -122.04328273399994, - 36.95088161900003 - ], - [ - -122.043205108, - 36.95100161400006 - ], - [ - -122.04309720799995, - 36.95104972200005 - ], - [ - -122.04306623899998, - 36.951063530000056 - ], - [ - -122.04306618099997, - 36.951063556000065 - ], - [ - -122.04284920299995, - 36.95111826600004 - ], - [ - -122.04277117499998, - 36.951165581000055 - ], - [ - -122.04268440899995, - 36.95121819600007 - ], - [ - -122.04251934099995, - 36.951392791000046 - ], - [ - -122.04243073699996, - 36.951448570000025 - ], - [ - -122.04239747599996, - 36.95149083300004 - ], - [ - -122.04235309999996, - 36.95149744400004 - ], - [ - -122.04221587599994, - 36.95158383200004 - ], - [ - -122.04206789399996, - 36.95185782000004 - ], - [ - -122.04204786099996, - 36.95188190300007 - ], - [ - -122.04202672899999, - 36.95194755700004 - ], - [ - -122.04196120199998, - 36.95198708600003 - ], - [ - -122.041868551, - 36.95213559800004 - ], - [ - -122.041868524, - 36.95213564900007 - ], - [ - -122.04181603399996, - 36.952281586000026 - ], - [ - -122.04174068099996, - 36.95237024000005 - ], - [ - -122.04171089199997, - 36.952447541000026 - ], - [ - -122.04161160899997, - 36.952534772000035 - ], - [ - -122.04156490599996, - 36.952608603000044 - ], - [ - -122.04148680299994, - 36.95267779100004 - ], - [ - -122.04146068499995, - 36.95267639400004 - ], - [ - -122.04142965799997, - 36.95270667700004 - ], - [ - -122.04115574699995, - 36.952661644000045 - ], - [ - -122.04112081399995, - 36.95265822400006 - ], - [ - -122.04099156899997, - 36.952651314000036 - ], - [ - -122.04099153399994, - 36.95265131200006 - ], - [ - -122.04088780099994, - 36.95269549200003 - ], - [ - -122.04081796699995, - 36.95283687800003 - ], - [ - -122.04078337799996, - 36.952833128000066 - ], - [ - -122.04077223699994, - 36.95284784000006 - ], - [ - -122.04049107999998, - 36.952820777000056 - ], - [ - -122.04045279699994, - 36.95281794300007 - ], - [ - -122.04017554899997, - 36.952847521000024 - ], - [ - -122.040125107, - 36.95284070300005 - ], - [ - -122.03980985899994, - 36.95279810100004 - ], - [ - -122.03975842499995, - 36.952803578000044 - ], - [ - -122.03959439699997, - 36.95284055900004 - ], - [ - -122.03942958399995, - 36.95288429500005 - ], - [ - -122.03921695499997, - 36.95293440300003 - ], - [ - -122.03885498499994, - 36.952746681000065 - ], - [ - -122.03867019599994, - 36.95264828100005 - ], - [ - -122.03840970199997, - 36.952652930000056 - ], - [ - -122.03819046399997, - 36.95255875700008 - ], - [ - -122.03810139299998, - 36.952663951000034 - ], - [ - -122.03796955899998, - 36.95267963500004 - ], - [ - -122.03795364599995, - 36.95269432200007 - ], - [ - -122.03782556299996, - 36.952709121000055 - ], - [ - -122.03770058799995, - 36.95272355900005 - ], - [ - -122.03764274799994, - 36.952795440000045 - ], - [ - -122.03748754399999, - 36.95270721000003 - ], - [ - -122.03733718499996, - 36.95265093200004 - ], - [ - -122.03716310399994, - 36.952522772000066 - ], - [ - -122.03713603199998, - 36.95250738200008 - ], - [ - -122.03712478699998, - 36.95249456200003 - ], - [ - -122.03694581999997, - 36.952362805000064 - ], - [ - -122.03688511799999, - 36.95236574900008 - ], - [ - -122.036807722, - 36.952378612000075 - ], - [ - -122.03679682699999, - 36.95239043200007 - ], - [ - -122.03673232099999, - 36.95251311800007 - ], - [ - -122.03671612799997, - 36.95251121200005 - ], - [ - -122.03670368899998, - 36.952555665000034 - ], - [ - -122.03648618099999, - 36.95255167000005 - ], - [ - -122.03620015099995, - 36.952463720000026 - ], - [ - -122.03613659599995, - 36.952408235000064 - ], - [ - -122.03602021299997, - 36.95236986500004 - ], - [ - -122.03584934199995, - 36.95217016600003 - ], - [ - -122.03558945399999, - 36.95207115100004 - ], - [ - -122.03558273799996, - 36.95206396800006 - ], - [ - -122.03554056699994, - 36.95205724200008 - ], - [ - -122.03534940399999, - 36.95190124000004 - ], - [ - -122.03520672499997, - 36.95186071400008 - ], - [ - -122.03514865399995, - 36.95183702600008 - ], - [ - -122.03493253599999, - 36.95178415600003 - ], - [ - -122.03488917399994, - 36.95171389500007 - ], - [ - -122.03481265199997, - 36.95165712700003 - ], - [ - -122.03468625299996, - 36.95166267500008 - ], - [ - -122.03459725399995, - 36.95181744300004 - ], - [ - -122.03443968699997, - 36.95184320200008 - ], - [ - -122.03443229499999, - 36.95183625300007 - ], - [ - -122.034316177, - 36.95178356200006 - ], - [ - -122.03420157399995, - 36.951651165000044 - ], - [ - -122.03411776699994, - 36.95160856700005 - ], - [ - -122.033986546, - 36.951596100000074 - ], - [ - -122.03396131399995, - 36.95159693100004 - ], - [ - -122.03372742899995, - 36.95165711900006 - ], - [ - -122.03369571199994, - 36.95168806800007 - ], - [ - -122.03363877099997, - 36.95178710600004 - ], - [ - -122.03356991299995, - 36.95184741200006 - ], - [ - -122.03352194599995, - 36.951850412000056 - ], - [ - -122.03343266399997, - 36.95192964600005 - ], - [ - -122.03311101499997, - 36.951830123000036 - ], - [ - -122.03271978199996, - 36.95177956900005 - ], - [ - -122.03264974899997, - 36.95178353700004 - ], - [ - -122.03264968299999, - 36.951783540000065 - ], - [ - -122.032597792, - 36.95177807300007 - ], - [ - -122.03254744199995, - 36.95177277000005 - ], - [ - -122.03246027499995, - 36.95177523800004 - ], - [ - -122.03242409699999, - 36.951757566000026 - ], - [ - -122.03222388499995, - 36.95171021600004 - ], - [ - -122.03211995999999, - 36.95166208400008 - ], - [ - -122.03201600299997, - 36.951501257000075 - ], - [ - -122.03201592499994, - 36.95150125500004 - ], - [ - -122.03200468299997, - 36.951500958000054 - ], - [ - -122.03184478199995, - 36.95154260800007 - ], - [ - -122.03167336499996, - 36.95160881400005 - ], - [ - -122.03163808999994, - 36.95151945400005 - ], - [ - -122.031573026, - 36.95149760500004 - ], - [ - -122.03159049299995, - 36.951283656000044 - ], - [ - -122.031530004, - 36.95118402000003 - ], - [ - -122.031529923, - 36.95118399800003 - ], - [ - -122.03137323299995, - 36.95114438600007 - ], - [ - -122.03137250099996, - 36.95114579600005 - ], - [ - -122.03137234599996, - 36.95114609500007 - ], - [ - -122.03137226599995, - 36.95114625100007 - ], - [ - -122.03133162699999, - 36.95132208000007 - ], - [ - -122.031329976, - 36.95132327400006 - ], - [ - -122.03132992599996, - 36.95135814500003 - ], - [ - -122.031208758, - 36.951440508000076 - ], - [ - -122.03118060499997, - 36.95144902000004 - ], - [ - -122.03113859899997, - 36.951461720000054 - ], - [ - -122.03111908699998, - 36.95147583500005 - ], - [ - -122.03102293199998, - 36.95158547300008 - ], - [ - -122.03082199799996, - 36.95158236100008 - ], - [ - -122.03071482799999, - 36.95158070100007 - ], - [ - -122.03041328299997, - 36.951612038000064 - ], - [ - -122.030262473, - 36.95154770600004 - ], - [ - -122.02998163099994, - 36.95166259300004 - ], - [ - -122.02976910199999, - 36.951760010000044 - ], - [ - -122.02945397999997, - 36.951865600000076 - ], - [ - -122.02911829799996, - 36.95187637300006 - ], - [ - -122.02885254999995, - 36.95182347400004 - ], - [ - -122.02879326599998, - 36.951820533000046 - ], - [ - -122.02866482099995, - 36.95181416100007 - ], - [ - -122.02851369299998, - 36.95178666900006 - ], - [ - -122.02835258299996, - 36.951757360000045 - ], - [ - -122.02798319799996, - 36.95163620200003 - ], - [ - -122.02763258899995, - 36.95157124100007 - ], - [ - -122.02753039599997, - 36.95154860300005 - ], - [ - -122.02750158099997, - 36.95154548000005 - ], - [ - -122.02748162399996, - 36.95153779900005 - ], - [ - -122.02728398999994, - 36.95149401600003 - ], - [ - -122.02725186799995, - 36.95144935400003 - ], - [ - -122.027250198, - 36.95144871200006 - ], - [ - -122.02725013799994, - 36.951448689000074 - ], - [ - -122.02709349899999, - 36.951341625000055 - ], - [ - -122.02706734599997, - 36.95124428300005 - ], - [ - -122.02698914299998, - 36.95110628100008 - ], - [ - -122.02696317099998, - 36.95100253800007 - ], - [ - -122.02696530699995, - 36.95100065200006 - ], - [ - -122.02693602399995, - 36.95092552600005 - ], - [ - -122.02702892099995, - 36.950802192000026 - ], - [ - -122.02701564199998, - 36.95073688600007 - ], - [ - -122.02695161599996, - 36.95066996000003 - ], - [ - -122.02686991999997, - 36.95072310300003 - ], - [ - -122.02684175299999, - 36.950771564000036 - ], - [ - -122.02684171199996, - 36.950771632000055 - ], - [ - -122.02681564799997, - 36.95078930300008 - ], - [ - -122.02679701999995, - 36.950776018000056 - ], - [ - -122.02675509199997, - 36.95074611800004 - ], - [ - -122.026702947, - 36.95059016500005 - ], - [ - -122.02663370699997, - 36.95045876000006 - ], - [ - -122.02655408199996, - 36.95034874700008 - ], - [ - -122.02639570499997, - 36.950414049000074 - ], - [ - -122.02638441899995, - 36.950608438000074 - ], - [ - -122.02643399099998, - 36.95098903400003 - ], - [ - -122.02643399799996, - 36.95098909300003 - ], - [ - -122.02639343499999, - 36.951026771000045 - ], - [ - -122.02636437399997, - 36.95105376600003 - ], - [ - -122.02608688199996, - 36.951067229000046 - ], - [ - -122.02583525499995, - 36.95126577000008 - ], - [ - -122.02582612499998, - 36.951371667000046 - ], - [ - -122.02591327799996, - 36.951476048000075 - ], - [ - -122.02596525999996, - 36.95158012500008 - ], - [ - -122.02596965899994, - 36.95172428300003 - ], - [ - -122.02598847999997, - 36.951798875000065 - ], - [ - -122.02596342499999, - 36.951934110000025 - ], - [ - -122.02593869099996, - 36.952118393000035 - ], - [ - -122.02586828999995, - 36.95228235500008 - ], - [ - -122.02580231499996, - 36.95247114800003 - ], - [ - -122.02579695199995, - 36.952472588000035 - ], - [ - -122.02554169099994, - 36.952541119000045 - ], - [ - -122.02539032399994, - 36.95270787100003 - ], - [ - -122.02538452099998, - 36.952737365000075 - ], - [ - -122.025369034, - 36.95281605300005 - ], - [ - -122.02536325199998, - 36.952882188000046 - ], - [ - -122.02535071199998, - 36.95289320300003 - ], - [ - -122.02535068199995, - 36.95289328600006 - ], - [ - -122.02532283399995, - 36.95297202800003 - ], - [ - -122.02532282399994, - 36.95297205800006 - ], - [ - -122.02523622399997, - 36.95299385000004 - ], - [ - -122.025201617, - 36.953031622000026 - ], - [ - -122.02506091099997, - 36.953416041000025 - ], - [ - -122.02506022499995, - 36.953745050000066 - ], - [ - -122.02497031099995, - 36.95408008600003 - ], - [ - -122.02464169299998, - 36.95450187500006 - ], - [ - -122.02464117699998, - 36.95450336500005 - ], - [ - -122.02464014799995, - 36.954506337000055 - ], - [ - -122.02464001899995, - 36.95450670800005 - ], - [ - -122.02460562899995, - 36.954712577000066 - ], - [ - -122.02462639499998, - 36.95484570600007 - ], - [ - -122.02432698099994, - 36.95539819800007 - ], - [ - -122.02431616299998, - 36.95550784200003 - ], - [ - -122.024332771, - 36.95559853800006 - ], - [ - -122.02437732599998, - 36.95576985400004 - ], - [ - -122.02452024899998, - 36.956122580000056 - ], - [ - -122.024568, - 36.95634156300008 - ], - [ - -122.02459585399998, - 36.95644190200005 - ], - [ - -122.02464924699996, - 36.956495534000055 - ], - [ - -122.02468081699999, - 36.95652726000003 - ], - [ - -122.02482801399998, - 36.95659609300003 - ], - [ - -122.02495793899999, - 36.95669637300006 - ], - [ - -122.02500547499994, - 36.95676482700003 - ], - [ - -122.02505389599997, - 36.95683457300004 - ], - [ - -122.02508168099996, - 36.95692585300003 - ], - [ - -122.02512791199996, - 36.95697039300006 - ], - [ - -122.02525118999995, - 36.957212533000074 - ], - [ - -122.02531212499997, - 36.957388808000076 - ], - [ - -122.025383848, - 36.95746173400005 - ], - [ - -122.02547066499994, - 36.95750733500006 - ], - [ - -122.02550889499997, - 36.95754386600004 - ], - [ - -122.02551596199999, - 36.957550619000074 - ], - [ - -122.02554340499995, - 36.95757683800008 - ], - [ - -122.02568152999999, - 36.957653253000046 - ], - [ - -122.02561934799996, - 36.95790513600008 - ], - [ - -122.02557077699998, - 36.95819093400007 - ], - [ - -122.02545345599998, - 36.958417576000045 - ], - [ - -122.02528216999997, - 36.958637012000054 - ], - [ - -122.02517854699994, - 36.95878038500007 - ], - [ - -122.02508920399998, - 36.95895993200003 - ], - [ - -122.02502413399998, - 36.959226450000074 - ], - [ - -122.02497883499996, - 36.95941198200006 - ], - [ - -122.02496422499996, - 36.95973186100008 - ], - [ - -122.02497770999997, - 36.95999563400005 - ], - [ - -122.02492893299996, - 36.96029720400003 - ], - [ - -122.02475046099994, - 36.96058418700005 - ], - [ - -122.024530713, - 36.96085956100006 - ], - [ - -122.02433837199999, - 36.961132908000025 - ], - [ - -122.02421432299997, - 36.96139104300005 - ], - [ - -122.02389136199997, - 36.96172190500005 - ], - [ - -122.02363777, - 36.962008266000055 - ], - [ - -122.02350052899999, - 36.962144601000034 - ], - [ - -122.02327402999998, - 36.962343297000075 - ], - [ - -122.02297889599998, - 36.96247382400003 - ], - [ - -122.02268350399999, - 36.96255805900006 - ], - [ - -122.02254138999996, - 36.96260683400004 - ], - [ - -122.02242351399997, - 36.962647289000074 - ], - [ - -122.02207146699999, - 36.96271173400004 - ], - [ - -122.02176407499996, - 36.962768003000065 - ], - [ - -122.02167117599998, - 36.96277676500006 - ], - [ - -122.02143375299994, - 36.96279915700006 - ], - [ - -122.02099122599998, - 36.96286758800005 - ], - [ - -122.02088130299995, - 36.96290006700008 - ], - [ - -122.02063545399994, - 36.96297271000003 - ], - [ - -122.020619034, - 36.962978787000054 - ], - [ - -122.02052545899994, - 36.96305301800004 - ], - [ - -122.01983319399994, - 36.963218563000055 - ], - [ - -122.01967583699997, - 36.96324817000004 - ], - [ - -122.01967543199999, - 36.96324825100004 - ], - [ - -122.01963562199995, - 36.963256810000075 - ], - [ - -122.01960246599998, - 36.963263934000054 - ], - [ - -122.01958602599996, - 36.963265068000055 - ], - [ - -122.01933984599998, - 36.963311384000065 - ], - [ - -122.019165349, - 36.96333139300003 - ], - [ - -122.01882657199997, - 36.96337023700005 - ], - [ - -122.01805928899995, - 36.96341797000008 - ], - [ - -122.01736688699998, - 36.96348434600003 - ], - [ - -122.01684644699998, - 36.96355439700005 - ], - [ - -122.01620911899994, - 36.963596435000056 - ], - [ - -122.015366745, - 36.963641273000064 - ], - [ - -122.01477750499998, - 36.963710743000036 - ], - [ - -122.01438701399996, - 36.96372101900005 - ], - [ - -122.01378457199996, - 36.96367094000004 - ], - [ - -122.01345594099996, - 36.96362088300003 - ], - [ - -122.013288795, - 36.96362917700003 - ], - [ - -122.01318681099997, - 36.96369300400005 - ], - [ - -122.01318674799995, - 36.963693044000024 - ], - [ - -122.01309178799994, - 36.963870271000076 - ], - [ - -122.01307313799998, - 36.96406848100003 - ], - [ - -122.01307792199998, - 36.96418787500005 - ], - [ - -122.01306364199996, - 36.964532543000075 - ], - [ - -122.01304898499995, - 36.964906505000044 - ], - [ - -122.01304098999998, - 36.96519939500007 - ], - [ - -122.01301468899999, - 36.965276430000074 - ], - [ - -122.01297850499998, - 36.96547599400003 - ], - [ - -122.01283996999996, - 36.965594345000056 - ], - [ - -122.01279975499995, - 36.965639328000066 - ], - [ - -122.01278656599999, - 36.96565474000005 - ], - [ - -122.01278561699996, - 36.96565514300005 - ], - [ - -122.01273600899998, - 36.965710632000025 - ], - [ - -122.01273601099996, - 36.96571066000007 - ], - [ - -122.01274441899994, - 36.96587520700007 - ], - [ - -122.01244062799998, - 36.96601915100007 - ], - [ - -122.01224100299999, - 36.96566371200004 - ], - [ - -122.01214508299995, - 36.96536768100003 - ], - [ - -122.01208135399997, - 36.964900803000035 - ], - [ - -122.01201481899994, - 36.96441339200004 - ], - [ - -122.01201481699997, - 36.96441336600003 - ], - [ - -122.01198067499996, - 36.963901544000066 - ], - [ - -122.01198067499996, - 36.96390151400004 - ], - [ - -122.01198926399996, - 36.963756843000056 - ], - [ - -122.01199792399996, - 36.96361094400004 - ], - [ - -122.01203447799998, - 36.963495323000075 - ], - [ - -122.01207608599998, - 36.963363737000066 - ], - [ - -122.01207608599998, - 36.96336370100005 - ], - [ - -122.01206789099996, - 36.96321679500005 - ], - [ - -122.01206703599996, - 36.96320143300005 - ], - [ - -122.01206703399998, - 36.963201387000026 - ], - [ - -122.01200675799998, - 36.96314230200005 - ], - [ - -122.01193702499995, - 36.96315072700003 - ], - [ - -122.01183565899998, - 36.96344511500007 - ], - [ - -122.01182409199998, - 36.96347870500006 - ], - [ - -122.01182047199995, - 36.963479531000075 - ], - [ - -122.01178431899996, - 36.96361822800003 - ], - [ - -122.01056577699995, - 36.96343454600003 - ], - [ - -122.00985373999998, - 36.96339029100005 - ], - [ - -122.00921628799995, - 36.963304193000056 - ], - [ - -122.00898589199994, - 36.96329289000005 - ], - [ - -122.00836061299998, - 36.96321104200007 - ], - [ - -122.00836056799994, - 36.96321103400004 - ], - [ - -122.007883011, - 36.96312359500007 - ], - [ - -122.00745731199999, - 36.96300506800003 - ], - [ - -122.00703285999998, - 36.962913541000034 - ], - [ - -122.00665963999995, - 36.96285398100008 - ], - [ - -122.006659507, - 36.96285395900003 - ], - [ - -122.00637570599997, - 36.96284514100006 - ], - [ - -122.00546554399995, - 36.96259638400005 - ], - [ - -122.00476738799995, - 36.96240348500004 - ], - [ - -122.00470836599999, - 36.96238661800004 - ], - [ - -122.00448863699995, - 36.96234708500003 - ], - [ - -122.00448854999996, - 36.96234706600006 - ], - [ - -122.00421088199994, - 36.962277140000026 - ], - [ - -122.00421074699995, - 36.962277097000026 - ], - [ - -122.00330626099998, - 36.96198593200006 - ], - [ - -122.00328872199998, - 36.961980924000045 - ], - [ - -122.00288505699996, - 36.961871615000064 - ], - [ - -122.00288898999997, - 36.96177209500007 - ], - [ - -122.00278750599995, - 36.96138415300004 - ], - [ - -122.00274370499994, - 36.960910356000056 - ], - [ - -122.00244001399994, - 36.96057213300003 - ], - [ - -122.00227119299996, - 36.960471306000045 - ], - [ - -122.00208024699998, - 36.96038428700007 - ], - [ - -122.00175734199996, - 36.96040496000006 - ], - [ - -122.00173923299997, - 36.96041239200008 - ], - [ - -122.00177191999995, - 36.960585227000024 - ], - [ - -122.00177579999996, - 36.96058884200005 - ], - [ - -122.00212757099996, - 36.96079257100007 - ], - [ - -122.002224706, - 36.96086211700003 - ], - [ - -122.00224174099998, - 36.96087431300003 - ], - [ - -122.00231837799998, - 36.960911356000054 - ], - [ - -122.00244018199999, - 36.96098452100006 - ], - [ - -122.00245734899994, - 36.96102868300005 - ], - [ - -122.00255116599999, - 36.96109585200003 - ], - [ - -122.00262661899995, - 36.96123169700007 - ], - [ - -122.00262545499999, - 36.96158999700003 - ], - [ - -122.00260775699996, - 36.96184336400006 - ], - [ - -122.00270929699997, - 36.96258904200005 - ], - [ - -122.00274411699996, - 36.96304225100005 - ], - [ - -122.00272587399996, - 36.963085576000026 - ], - [ - -122.00273781899995, - 36.96314811900004 - ], - [ - -122.00238770799996, - 36.96339982000006 - ], - [ - -122.00236509299998, - 36.963626082000076 - ], - [ - -122.0023793299999, - 36.963665595000066 - ], - [ - -122.00250697399997, - 36.96382814800006 - ], - [ - -122.00268786199996, - 36.964017553000076 - ], - [ - -122.00255297399997, - 36.96407476700006 - ], - [ - -122.002637312, - 36.96409590800005 - ], - [ - -122.002975473, - 36.96414391600007 - ], - [ - -122.00304176299994, - 36.96419729200005 - ], - [ - -122.00305613299997, - 36.964200894000044 - ], - [ - -122.00305617299995, - 36.96420096400004 - ], - [ - -122.00306460499996, - 36.964215685000056 - ], - [ - -122.00325547199998, - 36.964369368000064 - ], - [ - -122.00334302199997, - 36.96481629900006 - ], - [ - -122.00336237999994, - 36.96543167100003 - ], - [ - -122.00342266499996, - 36.965977527000064 - ], - [ - -122.00349003499997, - 36.96641076700007 - ], - [ - -122.00350769299996, - 36.96666559000005 - ], - [ - -122.00357714499995, - 36.96715523600005 - ], - [ - -122.00359422199995, - 36.967403320000074 - ], - [ - -122.00366323799994, - 36.967703597000025 - ], - [ - -122.00366476999994, - 36.96771025900006 - ], - [ - -122.00264108999994, - 36.96781323100004 - ], - [ - -122.002656931, - 36.96822004300003 - ], - [ - -122.00265698299995, - 36.96822004100005 - ], - [ - -122.002778106, - 36.96821681400007 - ], - [ - -122.00303899099998, - 36.96820986000006 - ], - [ - -122.00306546899998, - 36.96832716800003 - ], - [ - -122.00290854399998, - 36.96867507200005 - ], - [ - -122.00269176799998, - 36.96898658600003 - ], - [ - -122.00257928899998, - 36.96910061800003 - ], - [ - -122.00237095699998, - 36.96929929600003 - ], - [ - -122.00213622999996, - 36.96943043700003 - ], - [ - -122.001884314, - 36.969682857000066 - ], - [ - -122.00161523399998, - 36.96981127300006 - ], - [ - -122.00147819199998, - 36.96983288800004 - ], - [ - -122.00130278799998, - 36.969860554000036 - ], - [ - -122.00130275599997, - 36.96986055900004 - ], - [ - -122.00115564199996, - 36.96999450800007 - ], - [ - -122.00108572699997, - 36.97008619400003 - ], - [ - -122.00108563999999, - 36.97008630800008 - ], - [ - -122.00108606699996, - 36.96893019100003 - ], - [ - -122.00124185399994, - 36.96877163700003 - ], - [ - -122.00124187999995, - 36.96877161300006 - ], - [ - -122.00127541899997, - 36.968754113000045 - ], - [ - -122.00144194499995, - 36.96866722900006 - ], - [ - -122.00164169799996, - 36.96853605000007 - ], - [ - -122.00169675999996, - 36.96852001100007 - ], - [ - -122.001867243, - 36.96847037200007 - ], - [ - -122.00197611699997, - 36.96847550800004 - ], - [ - -122.00204060599998, - 36.96847855000004 - ], - [ - -122.00224059099997, - 36.968376539000076 - ], - [ - -122.00230321299995, - 36.96830308700004 - ], - [ - -122.00110951999994, - 36.96837231600006 - ], - [ - -122.00029017799994, - 36.96916536300006 - ], - [ - -121.99975486599999, - 36.97030392400006 - ], - [ - -121.999543029, - 36.97075025400005 - ], - [ - -121.99941822399995, - 36.97101725300007 - ], - [ - -121.99939855699995, - 36.971058079000045 - ], - [ - -121.99932026799996, - 36.97125582100006 - ], - [ - -121.99926659899995, - 36.97139381300008 - ], - [ - -121.99922740699998, - 36.971494231000065 - ], - [ - -121.99920406499996, - 36.97152239400003 - ], - [ - -121.999117174, - 36.971627202000036 - ], - [ - -121.99906541499996, - 36.971690995000074 - ], - [ - -121.99902039199998, - 36.971750314000076 - ], - [ - -121.99897852799995, - 36.97180269100005 - ], - [ - -121.99897017799998, - 36.97181274500008 - ], - [ - -121.99891669399994, - 36.97187115300005 - ], - [ - -121.99884411899995, - 36.97192559400003 - ], - [ - -121.99845283399998, - 36.972220426000035 - ], - [ - -121.99776663999995, - 36.97351920400007 - ], - [ - -121.99758218399995, - 36.97345081700007 - ], - [ - -121.99752875299998, - 36.97343125900005 - ], - [ - -121.997835469, - 36.973789547000024 - ], - [ - -121.99748250799996, - 36.97445857500003 - ], - [ - -121.99745941099997, - 36.97450276200004 - ], - [ - -121.997429577, - 36.974558099000035 - ], - [ - -121.99734899599997, - 36.97472255500003 - ], - [ - -121.99734582199994, - 36.97472879500003 - ], - [ - -121.99719772599997, - 36.975033162000045 - ], - [ - -121.997061283, - 36.97531272900005 - ], - [ - -121.99696094499996, - 36.975521385000036 - ], - [ - -121.99685724999995, - 36.97572939500003 - ], - [ - -121.99672082999996, - 36.976009944000054 - ], - [ - -121.99660402699999, - 36.976247701000034 - ], - [ - -121.99658289999996, - 36.976293260000034 - ], - [ - -121.99637881599995, - 36.97670823900006 - ], - [ - -121.99637969799994, - 36.97683525800005 - ], - [ - -121.99637717199994, - 36.977480453000055 - ], - [ - -121.99582214399999, - 36.978321950000065 - ], - [ - -121.99528039999996, - 36.97914086600008 - ], - [ - -121.99569967099995, - 36.97965361400003 - ], - [ - -121.99578143399998, - 36.97988774600003 - ], - [ - -121.99624214499994, - 36.98119279000008 - ], - [ - -121.99620805399996, - 36.98120011300006 - ], - [ - -121.99618291499996, - 36.98122029100006 - ], - [ - -121.99602781299996, - 36.98134592800005 - ], - [ - -121.99580409499998, - 36.98171033800003 - ], - [ - -121.99501335699995, - 36.98232851500006 - ], - [ - -121.99483741399996, - 36.98217013400006 - ], - [ - -121.99444042199997, - 36.98278533700005 - ], - [ - -121.99438382999995, - 36.98295325400005 - ], - [ - -121.99460329699997, - 36.983228868000026 - ], - [ - -121.99472385899998, - 36.98334719400003 - ], - [ - -121.99479709699995, - 36.98341766900006 - ], - [ - -121.99484260099996, - 36.98346309200008 - ], - [ - -121.994822178, - 36.983475456000065 - ], - [ - -121.99469407, - 36.98357153300003 - ], - [ - -121.99456794899999, - 36.98368297300004 - ], - [ - -121.99448514399995, - 36.983743418000074 - ], - [ - -121.99439549799996, - 36.983797792000075 - ], - [ - -121.99399310899997, - 36.98404780200008 - ], - [ - -121.993687132, - 36.98424669600007 - ], - [ - -121.99355365199995, - 36.98433252800004 - ], - [ - -121.99349137899998, - 36.984384824000074 - ], - [ - -121.99343884099994, - 36.98441952200005 - ], - [ - -121.99335925699995, - 36.98446205600004 - ], - [ - -121.99327788799997, - 36.984503637000046 - ], - [ - -121.99321173699997, - 36.98452886100006 - ], - [ - -121.99312683899996, - 36.98456326000007 - ], - [ - -121.993036739, - 36.984600417000024 - ], - [ - -121.99295170499994, - 36.98462968500007 - ], - [ - -121.99285131199997, - 36.98466321800004 - ], - [ - -121.99276300199995, - 36.98469493300007 - ], - [ - -121.99250955199994, - 36.98477856100004 - ], - [ - -121.99236330899998, - 36.98482706600004 - ], - [ - -121.99221389599995, - 36.984888770000055 - ], - [ - -121.992125779, - 36.98493454000004 - ], - [ - -121.99192648899998, - 36.985072021000065 - ], - [ - -121.991890975, - 36.98509891100008 - ], - [ - -121.99173510999998, - 36.98517604700004 - ], - [ - -121.99145990499994, - 36.98528844200007 - ], - [ - -121.99141571899997, - 36.98530647700005 - ], - [ - -121.99136286399994, - 36.98531580100007 - ], - [ - -121.99134413699994, - 36.985319068000024 - ], - [ - -121.99129992899998, - 36.985329583000066 - ], - [ - -121.99125888099996, - 36.985333224000044 - ], - [ - -121.99119830099994, - 36.98547681200006 - ], - [ - -121.99118687699996, - 36.98550378900006 - ], - [ - -121.99098712699998, - 36.985617234000074 - ], - [ - -121.99077211799994, - 36.985738738000066 - ], - [ - -121.99071288899995, - 36.985773195000036 - ], - [ - -121.99057407, - 36.98585011500006 - ], - [ - -121.990178534, - 36.98628165300005 - ], - [ - -121.99009899499998, - 36.98633276100003 - ], - [ - -121.99006526, - 36.98635378400007 - ], - [ - -121.98982028499995, - 36.986512839000056 - ], - [ - -121.989713371, - 36.986733549000064 - ], - [ - -121.98969200999994, - 36.98677714200005 - ], - [ - -121.98957531999997, - 36.98702065400005 - ], - [ - -121.98967960399995, - 36.98718207200005 - ], - [ - -121.98980976899998, - 36.987190714000064 - ], - [ - -121.98969384699996, - 36.987302750000026 - ], - [ - -121.98967703799997, - 36.98731877900008 - ], - [ - -121.98943426799997, - 36.98759554900005 - ], - [ - -121.98940252799997, - 36.987632286000064 - ], - [ - -121.98916318199997, - 36.987905554000065 - ], - [ - -121.98877334699995, - 36.98828032700004 - ], - [ - -121.98871451599996, - 36.988336711000045 - ], - [ - -121.98810201799995, - 36.989051465000045 - ], - [ - -121.98796158599998, - 36.989214668000045 - ], - [ - -121.98791806799994, - 36.98926502900008 - ], - [ - -121.987912957, - 36.98927123100003 - ], - [ - -121.98789128199996, - 36.98929627100006 - ], - [ - -121.98786771699997, - 36.98932295800006 - ], - [ - -121.98783874099996, - 36.989324357000044 - ], - [ - -121.987830396, - 36.989334762000055 - ], - [ - -121.98780694199996, - 36.98936566500004 - ], - [ - -121.98737804299998, - 36.98992773700007 - ], - [ - -121.98727557099994, - 36.99132443000008 - ], - [ - -121.98704718, - 36.99145950800005 - ], - [ - -121.98697272499999, - 36.99150370900003 - ], - [ - -121.98675679399997, - 36.99175197300008 - ], - [ - -121.98679580399994, - 36.99190527800005 - ], - [ - -121.98672287399995, - 36.992202184000064 - ], - [ - -121.986891104, - 36.99256914600005 - ], - [ - -121.986930987, - 36.99259477100003 - ], - [ - -121.98711746299995, - 36.992410060000054 - ], - [ - -121.98704088699998, - 36.99252087100007 - ], - [ - -121.98697583299997, - 36.99261510900004 - ], - [ - -121.98702578299998, - 36.99271613800005 - ], - [ - -121.98703303399998, - 36.99273113100003 - ], - [ - -121.98710356199996, - 36.99283905500005 - ], - [ - -121.98717261799999, - 36.99286391000004 - ], - [ - -121.98729383199998, - 36.993107578000036 - ], - [ - -121.98739122899997, - 36.99344212400007 - ], - [ - -121.98743500999996, - 36.993576156000074 - ], - [ - -121.98744235699996, - 36.99360148300008 - ], - [ - -121.98746425899998, - 36.99367225900005 - ], - [ - -121.98759353199995, - 36.99380071100006 - ], - [ - -121.98761627699997, - 36.993823107000026 - ], - [ - -121.98773329899996, - 36.99394037600007 - ], - [ - -121.98781118399995, - 36.994067158000064 - ], - [ - -121.98787319099995, - 36.994178599000065 - ], - [ - -121.987896359, - 36.99421715700004 - ], - [ - -121.98791781899996, - 36.994271069000035 - ], - [ - -121.98796097899998, - 36.99437460200005 - ], - [ - -121.98805648299998, - 36.994697157000076 - ], - [ - -121.98821201499999, - 36.99494165500005 - ], - [ - -121.98829038099996, - 36.99509345600006 - ], - [ - -121.98788279999997, - 36.99509487500006 - ], - [ - -121.98770736199998, - 36.99496972900005 - ], - [ - -121.98763945199994, - 36.99499533300008 - ], - [ - -121.98748005299996, - 36.995048061000034 - ], - [ - -121.98747958599995, - 36.995048206000035 - ], - [ - -121.98748332799994, - 36.995064296000066 - ], - [ - -121.98748890099995, - 36.995088262000024 - ], - [ - -121.98749664299999, - 36.99512869600005 - ], - [ - -121.98749911899995, - 36.99516949800005 - ], - [ - -121.98749979999997, - 36.995208209000054 - ], - [ - -121.98749983799996, - 36.995210332000056 - ], - [ - -121.98750346399999, - 36.995214418000046 - ], - [ - -121.98758922099995, - 36.99531287800005 - ], - [ - -121.987599408, - 36.99532411600006 - ], - [ - -121.98761906099998, - 36.99534579700003 - ], - [ - -121.98761910099995, - 36.99534584100007 - ], - [ - -121.98765924699995, - 36.995345643000064 - ], - [ - -121.98766006899996, - 36.99534564500004 - ], - [ - -121.98874388699994, - 36.99534111200006 - ], - [ - -121.98913062999998, - 36.995758468000076 - ], - [ - -121.98915590499996, - 36.99578796800006 - ], - [ - -121.98953716399996, - 36.99623292600006 - ], - [ - -121.98990829099995, - 36.99646375200007 - ], - [ - -121.99028470399998, - 36.996627845000035 - ], - [ - -121.991063769, - 36.996977377000064 - ], - [ - -121.99108934099996, - 36.99747558900003 - ], - [ - -121.99095209099994, - 36.997639796000044 - ], - [ - -121.99094106599995, - 36.99776905300007 - ], - [ - -121.991191126, - 36.998043245000076 - ], - [ - -121.991459325, - 36.99878694900008 - ], - [ - -121.99146884399994, - 36.99900865800004 - ], - [ - -121.99147863199994, - 36.99924062600007 - ], - [ - -121.99182161599998, - 36.99995896200005 - ], - [ - -121.99189599699997, - 37.00034050100004 - ], - [ - -121.99200107099995, - 37.00087963100003 - ], - [ - -121.99203524299998, - 37.00131042400005 - ], - [ - -121.99187053799994, - 37.00163495700008 - ], - [ - -121.99198682899998, - 37.00240701700005 - ], - [ - -121.99222635299998, - 37.00265460000003 - ], - [ - -121.99224009899996, - 37.00300397600006 - ], - [ - -121.99203772799996, - 37.00316006800006 - ], - [ - -121.99210380899996, - 37.00364058900004 - ], - [ - -121.99210002899997, - 37.003791378000074 - ], - [ - -121.99224396199997, - 37.00397490600005 - ], - [ - -121.99229230499998, - 37.00615081800004 - ], - [ - -121.99229456199998, - 37.00625686500007 - ], - [ - -121.99322241399994, - 37.006247743000074 - ], - [ - -121.99601669999998, - 37.00622022300007 - ], - [ - -121.99604922599997, - 37.006219817000044 - ], - [ - -121.99607840899995, - 37.00621939600006 - ], - [ - -121.99610232199996, - 37.00621913400005 - ], - [ - -121.99610177399995, - 37.00661943600005 - ], - [ - -121.99610281399998, - 37.006672356000024 - ], - [ - -121.99602106299994, - 37.00678051800003 - ], - [ - -121.99411909599996, - 37.00930172200003 - ], - [ - -121.99408328799996, - 37.00957206800007 - ], - [ - -121.99408466399996, - 37.00957296400003 - ], - [ - -121.99408689799998, - 37.009573929000055 - ], - [ - -121.99453952699997, - 37.00976940800007 - ], - [ - -121.99474718099998, - 37.009769869000024 - ], - [ - -121.995514142, - 37.00975252300003 - ], - [ - -121.99684965299997, - 37.00975546500007 - ], - [ - -121.99684414399997, - 37.00907175900005 - ], - [ - -121.99684034299997, - 37.008359394000024 - ], - [ - -121.99683822399999, - 37.00808504500003 - ], - [ - -121.99737627199994, - 37.00835353300005 - ], - [ - -121.99764770899998, - 37.00848914200003 - ], - [ - -121.99764677299999, - 37.00835347700007 - ], - [ - -121.99763623099994, - 37.00696443900006 - ], - [ - -122.0009326099999, - 37.00696124700005 - ], - [ - -122.00115173899997, - 37.00696078500005 - ], - [ - -122.00148028799998, - 37.00720136800004 - ], - [ - -122.00181253199997, - 37.007201879000036 - ], - [ - -122.00180318899999, - 37.007161121000024 - ], - [ - -122.001781957, - 37.00704295300005 - ], - [ - -122.00176757899999, - 37.00692466700008 - ], - [ - -122.00175671099998, - 37.00680604300004 - ], - [ - -122.00175251399997, - 37.00668695300004 - ], - [ - -122.00171658699998, - 37.00600514700005 - ], - [ - -122.00162614799996, - 37.005243696000036 - ], - [ - -122.00161584399996, - 37.00515972000005 - ], - [ - -122.00160045799998, - 37.00507653300008 - ], - [ - -122.00158174099994, - 37.00499368200008 - ], - [ - -122.001521057, - 37.004786685000056 - ], - [ - -122.00150450799998, - 37.00473269200006 - ], - [ - -122.00149322099998, - 37.00467818800007 - ], - [ - -122.00148702699994, - 37.00462338700004 - ], - [ - -122.00148230399998, - 37.00456434400007 - ], - [ - -122.00148462299995, - 37.00450560300004 - ], - [ - -122.00149028399994, - 37.00444680700008 - ], - [ - -122.001502846, - 37.004389651000054 - ], - [ - -122.00151895, - 37.00433349000008 - ], - [ - -122.00154001499999, - 37.00427865100005 - ], - [ - -122.00156637899994, - 37.00422470800004 - ], - [ - -122.00174252299996, - 37.00386847400006 - ], - [ - -122.00178193999994, - 37.00378935300006 - ], - [ - -122.00181797999994, - 37.00370888200007 - ], - [ - -122.00184730299998, - 37.00362712000003 - ], - [ - -122.00187308199997, - 37.00354436300006 - ], - [ - -122.00189532999997, - 37.003461032000075 - ], - [ - -122.00191245899998, - 37.00337701400008 - ], - [ - -122.00192446999995, - 37.00329238000006 - ], - [ - -122.00193312299996, - 37.003207100000054 - ], - [ - -122.00193650399996, - 37.003121908000026 - ], - [ - -122.00193974899997, - 37.003031587000066 - ], - [ - -122.00194827499996, - 37.002941528000065 - ], - [ - -122.00196190999998, - 37.002851735000036 - ], - [ - -122.001978894, - 37.002762236000024 - ], - [ - -122.00199941199998, - 37.00267338100008 - ], - [ - -122.00202681399998, - 37.00258546400005 - ], - [ - -122.00205581499995, - 37.00249822300003 - ], - [ - -122.00209012699997, - 37.00241229900007 - ], - [ - -122.00236363599998, - 37.00180070400006 - ], - [ - -122.00274324399999, - 37.00108474900003 - ], - [ - -122.00288437599994, - 37.000868371000024 - ], - [ - -122.00319196899994, - 37.00048910600003 - ], - [ - -122.00324381699994, - 37.00042798100003 - ], - [ - -122.00330084599995, - 37.00036993500004 - ], - [ - -122.00336304499996, - 37.00031454200007 - ], - [ - -122.00342884, - 37.00026218100004 - ], - [ - -122.00349805699994, - 37.000212856000076 - ], - [ - -122.00356913299998, - 37.00016729500004 - ], - [ - -122.00364521399996, - 37.00012481500005 - ], - [ - -122.00372491699994, - 37.00008635000006 - ], - [ - -122.00403870699995, - 36.99993538600006 - ], - [ - -122.00408960899995, - 36.999905141000056 - ], - [ - -122.00413851699994, - 36.99987261000007 - ], - [ - -122.00418576899995, - 36.99983729300004 - ], - [ - -122.00422785899997, - 36.99979967500008 - ], - [ - -122.00426813899998, - 36.99976004700005 - ], - [ - -122.00430501299996, - 36.99971801800007 - ], - [ - -122.00433832399995, - 36.99967429000003 - ], - [ - -122.00436649399995, - 36.99962896200003 - ], - [ - -122.00448585799995, - 36.99943446300006 - ], - [ - -122.00453069599996, - 36.99936108500003 - ], - [ - -122.004732903, - 36.99902753600003 - ], - [ - -122.00476923099995, - 36.99896491800007 - ], - [ - -122.00480752199996, - 36.99890331900008 - ], - [ - -122.0048458699999, - 36.99885057800003 - ], - [ - -122.00487749799998, - 36.998809691000076 - ], - [ - -122.00488750699998, - 36.99879581300007 - ], - [ - -122.00493597099995, - 36.998739949000026 - ], - [ - -122.00498977299998, - 36.99868638500004 - ], - [ - -122.00504522099999, - 36.99863518300003 - ], - [ - -122.00510424599997, - 36.998586311000054 - ], - [ - -122.00516827799999, - 36.99854051700004 - ], - [ - -122.00530857299998, - 36.99844605200008 - ], - [ - -122.00535926299995, - 36.998414473000025 - ], - [ - -122.00541355099995, - 36.99838592800006 - ], - [ - -122.00546949399995, - 36.998360167000044 - ], - [ - -122.00552552, - 36.99833749600003 - ], - [ - -122.00558514099998, - 36.998317789000055 - ], - [ - -122.00564642799998, - 36.99830121600007 - ], - [ - -122.005707815, - 36.99828843800003 - ], - [ - -122.00581020899995, - 36.99827025800005 - ], - [ - -122.00591267699997, - 36.99825488600004 - ], - [ - -122.00601680099999, - 36.99824222900003 - ], - [ - -122.00612100099994, - 36.99823252400006 - ], - [ - -122.00619811299998, - 36.998229181000056 - ], - [ - -122.00627691499994, - 36.998229888000026 - ], - [ - -122.00635406699996, - 36.99823469900008 - ], - [ - -122.00643115199995, - 36.998243659000025 - ], - [ - -122.00650852299998, - 36.99825676300003 - ], - [ - -122.00658248699995, - 36.998274 - ], - [ - -122.00665655999995, - 36.998295314000075 - ], - [ - -122.00704629599994, - 36.998429746000056 - ], - [ - -122.00712199699996, - 36.998452790000044 - ], - [ - -122.00719953099997, - 36.99847200500005 - ], - [ - -122.00727855799994, - 36.99848782200007 - ], - [ - -122.00735766799994, - 36.99850019200005 - ], - [ - -122.00743650299995, - 36.99850877100005 - ], - [ - -122.00751717199995, - 36.99851359300004 - ], - [ - -122.00814563499995, - 36.99851849400005 - ], - [ - -122.00822615899995, - 36.99851783400004 - ], - [ - -122.00830640799995, - 36.998513382000056 - ], - [ - -122.008385149, - 36.998505160000036 - ], - [ - -122.00846361299995, - 36.998493146000044 - ], - [ - -122.00854196799997, - 36.99847698600007 - ], - [ - -122.00861865299998, - 36.99845748000007 - ], - [ - -122.00869365299997, - 36.99843420700006 - ], - [ - -122.00876330699998, - 36.998408211000026 - ], - [ - -122.00883287099998, - 36.99837884200008 - ], - [ - -122.00889725299999, - 36.998346398000024 - ], - [ - -122.00896173099994, - 36.99831092900007 - ], - [ - -122.00902261999994, - 36.99827270900005 - ], - [ - -122.00908494499998, - 36.99822898200006 - ], - [ - -122.00914403099995, - 36.99818256700007 - ], - [ - -122.00919775299997, - 36.99813272700004 - ], - [ - -122.00924983899995, - 36.99808087800005 - ], - [ - -122.009296754, - 36.99802637300007 - ], - [ - -122.00934008999997, - 36.99796953900005 - ], - [ - -122.00941112899994, - 36.998009111000044 - ], - [ - -122.00954605099997, - 36.998083594000036 - ], - [ - -122.00969510599998, - 36.998167187000035 - ], - [ - -122.00966851499999, - 36.99820560100005 - ], - [ - -122.00955181899997, - 36.99836751200007 - ], - [ - -122.00969682199997, - 36.99851050800004 - ], - [ - -122.00969606099994, - 36.99856134800007 - ], - [ - -122.00969574299995, - 36.99862898300006 - ], - [ - -122.00969157599997, - 36.99892944900006 - ], - [ - -122.00968991899998, - 36.99909911300006 - ], - [ - -122.00974701899997, - 36.99913027300005 - ], - [ - -122.00969781999999, - 36.99941041100004 - ], - [ - -122.00969697999994, - 36.99945162200004 - ], - [ - -122.00969439799997, - 36.999579754000024 - ], - [ - -122.00971989799996, - 36.99965939400005 - ], - [ - -122.00975651399995, - 36.99977357500006 - ], - [ - -122.00976381499999, - 36.99979686200004 - ], - [ - -122.00979692399994, - 36.99991145400003 - ], - [ - -122.00980994399998, - 37.00005106200007 - ], - [ - -122.00981262199997, - 37.00009903200004 - ], - [ - -122.0098538299999, - 37.000187477000054 - ], - [ - -122.00991455099995, - 37.00031545100006 - ], - [ - -122.00996474099998, - 37.00042434000005 - ], - [ - -122.00998227499997, - 37.00044225200003 - ], - [ - -122.01006099299997, - 37.000526053000044 - ], - [ - -122.01016594899994, - 37.00063767000006 - ], - [ - -122.01027613099996, - 37.00075405100006 - ], - [ - -122.01029021699998, - 37.00076794300003 - ], - [ - -122.01039440399995, - 37.00084386000003 - ], - [ - -122.010543913, - 37.000951067000074 - ], - [ - -122.01062027899997, - 37.001005733000056 - ], - [ - -122.010644679, - 37.00102394900006 - ], - [ - -122.01066205399997, - 37.001042565000034 - ], - [ - -122.01094896599994, - 37.00133760800003 - ], - [ - -122.01095636999997, - 37.001457697000035 - ], - [ - -122.010964802, - 37.00161657600006 - ], - [ - -122.01085008099994, - 37.001707311000075 - ], - [ - -122.01071277899996, - 37.00168918000003 - ], - [ - -122.01068542099995, - 37.00168542500006 - ], - [ - -122.01047917899996, - 37.00174024000006 - ], - [ - -122.01042564199997, - 37.00180378600004 - ], - [ - -122.01053510099996, - 37.001965803000076 - ], - [ - -122.01047364899995, - 37.00205584500003 - ], - [ - -122.01039723199995, - 37.002092221000055 - ], - [ - -122.01024454699996, - 37.00216391300006 - ], - [ - -122.01010125999994, - 37.00227840200006 - ], - [ - -122.01007195099999, - 37.00235362800004 - ], - [ - -122.01003822699994, - 37.00246147800004 - ], - [ - -122.01128441699996, - 37.002441978000036 - ], - [ - -122.011301646, - 37.00244175700004 - ], - [ - -122.01277214899994, - 37.002418860000034 - ], - [ - -122.01293651599997, - 37.00241635300006 - ], - [ - -122.01343980799999, - 37.00240844600006 - ], - [ - -122.01346370899995, - 37.00240783000004 - ], - [ - -122.01489483299997, - 37.002385504000074 - ], - [ - -122.01510016399999, - 37.002382510000075 - ], - [ - -122.01668193999996, - 37.00235781500004 - ], - [ - -122.01668299199997, - 37.002410664000024 - ], - [ - -122.01698768699998, - 37.00273843200006 - ], - [ - -122.01711555199995, - 37.00271235500003 - ], - [ - -122.01773809399998, - 37.002585844000066 - ], - [ - -122.01781820999997, - 37.00256964700003 - ], - [ - -122.01798700399996, - 37.002535212000055 - ], - [ - -122.01823923499995, - 37.002483819000076 - ], - [ - -122.01852241899996, - 37.00242585500007 - ], - [ - -122.018529248, - 37.00242475500005 - ], - [ - -122.018536069, - 37.00242330300006 - ], - [ - -122.01853269799994, - 37.002428844000065 - ], - [ - -122.01849146799998, - 37.00250526000008 - ], - [ - -122.01831983499994, - 37.00282298900004 - ], - [ - -122.01829520399997, - 37.002868962000036 - ], - [ - -122.01834647699997, - 37.00312377600005 - ], - [ - -122.01845470899997, - 37.00322570000003 - ], - [ - -122.01851409299996, - 37.003282969000054 - ], - [ - -122.018536811, - 37.003303954000046 - ], - [ - -122.01863458999998, - 37.00339642500006 - ], - [ - -122.01878811699999, - 37.00336316100004 - ], - [ - -122.01905058799997, - 37.00330653200007 - ], - [ - -122.01914616799996, - 37.00328986100004 - ], - [ - -122.01933168999994, - 37.00322976000007 - ], - [ - -122.01939969699998, - 37.003207934000045 - ], - [ - -122.01946438299996, - 37.00318686700007 - ], - [ - -122.01950712399997, - 37.00310114600006 - ], - [ - -122.01950966499999, - 37.00310127700004 - ], - [ - -122.01951148899997, - 37.00310137100007 - ], - [ - -122.01951223099996, - 37.003101410000056 - ], - [ - -122.01954989099994, - 37.003102316000025 - ], - [ - -122.01955675599999, - 37.00310255000005 - ], - [ - -122.02005688899999, - 37.00311456500003 - ], - [ - -122.02009630599997, - 37.003115440000045 - ], - [ - -122.02013846199998, - 37.00257902900006 - ], - [ - -122.02013915199996, - 37.00257906500008 - ], - [ - -122.02013908199996, - 37.002572548000046 - ], - [ - -122.02013797299998, - 37.00247013500007 - ], - [ - -122.02014111099999, - 37.002440412000055 - ], - [ - -122.020192738, - 37.002299777000076 - ], - [ - -122.02019304299995, - 37.00229894700004 - ], - [ - -122.020278809, - 37.00206529700006 - ], - [ - -122.02030576799996, - 37.00198269500004 - ], - [ - -122.02035309499996, - 37.001837683000076 - ], - [ - -122.02035466799671, - 37.00183245719666 - ], - [ - -122.02035587734281, - 37.00182713546298 - ], - [ - -122.02035671730117, - 37.00182174307883 - ], - [ - -122.02035718387195, - 37.001816305646564 - ], - [ - -122.02035727484325, - 37.00181084899304 - ], - [ - -122.02035698978578, - 37.001805399029756 - ], - [ - -122.02035633005288, - 37.001799981640936 - ], - [ - -122.0203552987732, - 37.001794622552545 - ], - [ - -122.02035390085074, - 37.0017893472177 - ], - [ - -122.02035214291753, - 37.00178418068753 - ], - [ - -122.02035003332638, - 37.001779147500194 - ], - [ - -122.02034758209628, - 37.00177427155722 - ], - [ - -122.02034480086876, - 37.00176957601433 - ], - [ - -122.02034170284968, - 37.00176508317235 - ], - [ - -122.02033830275467, - 37.00176081436802 - ], - [ - -122.02033461672544, - 37.00175678987397 - ], - [ - -122.02033066227158, - 37.001753028802334 - ], - [ - -122.02032645817597, - 37.00174954901558 - ], - [ - -122.02032202440022, - 37.001746367039225 - ], - [ - -122.02031738199729, - 37.00174349798362 - ], - [ - -122.02031255302062, - 37.00174095547663 - ], - [ - -122.02030756040402, - 37.001738751592704 - ], - [ - -122.02030242784895, - 37.00173689679384 - ], - [ - -122.02029717974247, - 37.00173539989476 - ], - [ - -122.02029184099996, - 37.001734268000064 - ], - [ - -122.02029110899997, - 37.00173404800006 - ], - [ - -122.02034980699995, - 37.00159929400007 - ], - [ - -122.02036872899998, - 37.00160319100007 - ], - [ - -122.02038423599998, - 37.001604403000044 - ], - [ - -122.02040127099997, - 37.00160348000003 - ], - [ - -122.02041666899999, - 37.00160054600008 - ], - [ - -122.02043201999999, - 37.00159585600005 - ], - [ - -122.020445559, - 37.00158915700007 - ], - [ - -122.0204574699999, - 37.00158073000006 - ], - [ - -122.02046916799998, - 37.001570969000056 - ], - [ - -122.02047749099995, - 37.00155993100003 - ], - [ - -122.02048421199999, - 37.00154814600006 - ], - [ - -122.02053802199998, - 37.00141590700008 - ], - [ - -122.02029956799998, - 37.001145723000036 - ], - [ - -122.02035187599995, - 37.00102314000003 - ], - [ - -122.02022615499999, - 37.00098429500008 - ], - [ - -122.02010185299997, - 37.00085333100003 - ], - [ - -122.01997432, - 37.00081247800006 - ], - [ - -122.01984517499994, - 37.00077052600005 - ], - [ - -122.01958556099999, - 37.000808551000034 - ], - [ - -122.01945285999994, - 37.00067913500004 - ], - [ - -122.01930797199998, - 37.00062711700008 - ], - [ - -122.01895806599998, - 37.00068214100003 - ], - [ - -122.01894953399994, - 37.00068538100004 - ], - [ - -122.01864186399996, - 37.00079438000006 - ], - [ - -122.01847955099998, - 37.000728527000035 - ], - [ - -122.01814361699996, - 37.00054857600003 - ], - [ - -122.01809639499999, - 37.000412924000045 - ], - [ - -122.01766764999996, - 37.00020797600007 - ], - [ - -122.017240486, - 37.00008890700008 - ], - [ - -122.01714052999995, - 36.999887999000066 - ], - [ - -122.01696646, - 36.99957193200004 - ], - [ - -122.01697306799997, - 36.99922544700007 - ], - [ - -122.01798595699995, - 36.99858936500004 - ], - [ - -122.01845704199997, - 36.998264576000054 - ], - [ - -122.01864710899997, - 36.99758982700007 - ], - [ - -122.01869069299994, - 36.99737087200003 - ], - [ - -122.01862532399997, - 36.99726702500004 - ], - [ - -122.01853135399995, - 36.997112696000045 - ], - [ - -122.01835725499996, - 36.997138997000036 - ], - [ - -122.01821888299997, - 36.997159700000054 - ], - [ - -122.01782874699995, - 36.99666073100008 - ], - [ - -122.01784240399996, - 36.99657262200003 - ], - [ - -122.01790740599995, - 36.99614746100008 - ], - [ - -122.01784321099996, - 36.99577054500003 - ], - [ - -122.01783934199995, - 36.99574417700006 - ], - [ - -122.01626040199994, - 36.99598930500008 - ], - [ - -122.01592083399999, - 36.99604210700005 - ], - [ - -122.01537461799995, - 36.99612717000008 - ], - [ - -122.01535569699996, - 36.99612981200005 - ], - [ - -122.01517987999995, - 36.99615754400003 - ], - [ - -122.01509010799998, - 36.995605168000054 - ], - [ - -122.01504523499995, - 36.995332810000036 - ], - [ - -122.015021779, - 36.995191342000055 - ], - [ - -122.014978655, - 36.99491853300003 - ], - [ - -122.014933784, - 36.99464617500007 - ], - [ - -122.01489049499997, - 36.99437379200003 - ], - [ - -122.01484562199994, - 36.99410136400007 - ], - [ - -122.01484360399996, - 36.99408494800008 - ], - [ - -122.01480063499997, - 36.99382458000008 - ], - [ - -122.01479102299999, - 36.99376730700004 - ], - [ - -122.01480294199996, - 36.99376584000004 - ], - [ - -122.01539387699995, - 36.99369007100006 - ], - [ - -122.01538074599995, - 36.99354673900007 - ], - [ - -122.01535309099995, - 36.99328034700005 - ], - [ - -122.01495389599995, - 36.99293527000003 - ], - [ - -122.01493970699994, - 36.992904227000054 - ], - [ - -122.014766168, - 36.99321586600007 - ], - [ - -122.01475108399995, - 36.99323053400008 - ], - [ - -122.014697346, - 36.993286140000066 - ], - [ - -122.014541813, - 36.993296093000026 - ], - [ - -122.01427048, - 36.99317668900005 - ], - [ - -122.01410490099994, - 36.99302701700003 - ], - [ - -122.01335233499998, - 36.99375025200004 - ], - [ - -122.01334223799995, - 36.993760688000066 - ], - [ - -122.01328510499997, - 36.99381431300003 - ], - [ - -122.01341287699995, - 36.99394417000008 - ], - [ - -122.01345037699997, - 36.993939245000035 - ], - [ - -122.01346019599998, - 36.99399778000003 - ], - [ - -122.013352549, - 36.99400987000007 - ], - [ - -122.01226250899998, - 36.994130089000066 - ], - [ - -122.01234365299996, - 36.99425230200006 - ], - [ - -122.01239141099995, - 36.99432242600005 - ], - [ - -122.01243019699996, - 36.99437920400004 - ], - [ - -122.01244966999997, - 36.99441057800004 - ], - [ - -122.01260745599996, - 36.994511878000026 - ], - [ - -122.01261441199995, - 36.99451555600007 - ], - [ - -122.01269780399997, - 36.99457010000003 - ], - [ - -122.01270119999998, - 36.994572152000046 - ], - [ - -122.01271931899998, - 36.99462541400004 - ], - [ - -122.01272493799996, - 36.994644933000075 - ], - [ - -122.01276674299999, - 36.99476900700006 - ], - [ - -122.01277767399995, - 36.994803199000046 - ], - [ - -122.01271065299994, - 36.994875199000035 - ], - [ - -122.01267879399995, - 36.99490716400004 - ], - [ - -122.01255798899996, - 36.99502647600008 - ], - [ - -122.01243549199995, - 36.995148276000066 - ], - [ - -122.01237994899998, - 36.99520222500007 - ], - [ - -122.01235911299995, - 36.99527182500003 - ], - [ - -122.01231885199996, - 36.995397995000076 - ], - [ - -122.01227854499996, - 36.995522479000044 - ], - [ - -122.01223507999998, - 36.99566037300008 - ], - [ - -122.01219005899998, - 36.99579934800005 - ], - [ - -122.01216750999998, - 36.99587073400005 - ], - [ - -122.01211752899997, - 36.99594209400004 - ], - [ - -122.01208922899997, - 36.995982294000044 - ], - [ - -122.01207751899994, - 36.99599824000006 - ], - [ - -122.01193991199995, - 36.996133934000056 - ], - [ - -122.011901207, - 36.99616636700006 - ], - [ - -122.01186408299998, - 36.99619877200007 - ], - [ - -122.01177648299995, - 36.99627062800005 - ], - [ - -122.01157112699997, - 36.996444309000026 - ], - [ - -122.01152398799996, - 36.99648370400007 - ], - [ - -122.01147892399996, - 36.99654162200005 - ], - [ - -122.01146396699994, - 36.99656106800006 - ], - [ - -122.01139887699998, - 36.99664632100007 - ], - [ - -122.01136217299995, - 36.99669453700005 - ], - [ - -122.011289224, - 36.99672881500004 - ], - [ - -122.01126212799994, - 36.996741506000035 - ], - [ - -122.01113654099998, - 36.99680008800004 - ], - [ - -122.01098736199998, - 36.99687080800004 - ], - [ - -122.01092290599996, - 36.996900442000026 - ], - [ - -122.01086776499994, - 36.996962961000065 - ], - [ - -122.01076391699996, - 36.997078679000026 - ], - [ - -122.01070193399994, - 36.997148484000036 - ], - [ - -122.01067192199997, - 36.99718386100005 - ], - [ - -122.01055798399995, - 36.99731036500003 - ], - [ - -122.01015302399998, - 36.997099294000066 - ], - [ - -122.01014089599994, - 36.99709289200007 - ], - [ - -122.00993331599994, - 36.99698399700003 - ], - [ - -122.01004239099996, - 36.99679339100004 - ], - [ - -122.01017027799998, - 36.99659607000007 - ], - [ - -122.01021525899995, - 36.99653505900005 - ], - [ - -122.01026026799997, - 36.996475033000024 - ], - [ - -122.01031059899998, - 36.996416744000044 - ], - [ - -122.01036254299999, - 36.996359693000045 - ], - [ - -122.01075176199998, - 36.995964264000065 - ], - [ - -122.01139522499994, - 36.995276078000074 - ], - [ - -122.01144207799996, - 36.995226004000074 - ], - [ - -122.01148395599995, - 36.99517397300008 - ], - [ - -122.01152225399994, - 36.99511954400003 - ], - [ - -122.01155699099996, - 36.99506348700004 - ], - [ - -122.01158675999994, - 36.99500575800005 - ], - [ - -122.01161121099994, - 36.99494643100007 - ], - [ - -122.01163230199995, - 36.994886388000054 - ], - [ - -122.011646327, - 36.99482512800006 - ], - [ - -122.01165888899999, - 36.994761786000026 - ], - [ - -122.01166439999997, - 36.99469778900004 - ], - [ - -122.01166657299996, - 36.99463391900008 - ], - [ - -122.01166347399999, - 36.99457013800003 - ], - [ - -122.01165703399994, - 36.99450634300007 - ], - [ - -122.011645623, - 36.994447414000035 - ], - [ - -122.01162913299999, - 36.99438927400007 - ], - [ - -122.011605638, - 36.99433223600005 - ], - [ - -122.01157884, - 36.99427659100007 - ], - [ - -122.01139312, - 36.993897865000065 - ], - [ - -122.01137331499996, - 36.99384730200006 - ], - [ - -122.01135683299998, - 36.99379605100006 - ], - [ - -122.01134559499997, - 36.99374365600005 - ], - [ - -122.01133592999997, - 36.993690884000046 - ], - [ - -122.01133312099995, - 36.99363806500003 - ], - [ - -122.01130988799997, - 36.993160061000026 - ], - [ - -122.01131443999998, - 36.99245683400005 - ], - [ - -122.01131335599996, - 36.99239611200005 - ], - [ - -122.01131484599995, - 36.992306453000026 - ], - [ - -122.01132162699997, - 36.992217408000045 - ], - [ - -122.01133350699996, - 36.992128345000026 - ], - [ - -122.01150452599995, - 36.992118908000066 - ], - [ - -122.01201933199997, - 36.99209028300004 - ], - [ - -122.01204162999994, - 36.99208899100006 - ], - [ - -122.01204428799997, - 36.992394544000035 - ], - [ - -122.01204511499998, - 36.99243228200004 - ], - [ - -122.01259066699998, - 36.99240257100007 - ], - [ - -122.01260944599994, - 36.99240126900003 - ], - [ - -122.01271374999999, - 36.992395773000055 - ], - [ - -122.01279041299995, - 36.99245521100005 - ], - [ - -122.01303196999999, - 36.992718188000026 - ], - [ - -122.01295915299994, - 36.992757244000074 - ], - [ - -122.01305332299995, - 36.992926338000075 - ], - [ - -122.01310445799999, - 36.99334214300006 - ], - [ - -122.01318748299997, - 36.99329679700003 - ], - [ - -122.01319596899998, - 36.99329187200004 - ], - [ - -122.01371413899994, - 36.99300567100005 - ], - [ - -122.01393073899999, - 36.99288508300003 - ], - [ - -122.013691296, - 36.99272169100004 - ], - [ - -122.01339618299994, - 36.99252121000006 - ], - [ - -122.01318112599995, - 36.99238868700007 - ], - [ - -122.01314448499994, - 36.99235310300003 - ], - [ - -122.01303618199995, - 36.99224773200007 - ], - [ - -122.01282663299997, - 36.992044462000024 - ], - [ - -122.01281619199995, - 36.992035359000056 - ], - [ - -122.01276738499996, - 36.99199850600007 - ], - [ - -122.01273760999999, - 36.99196322800003 - ], - [ - -122.01270827699994, - 36.99195121100007 - ], - [ - -122.01257887, - 36.991898642000024 - ], - [ - -122.01248540499995, - 36.991934886000024 - ], - [ - -122.01243421199996, - 36.99194721400005 - ], - [ - -122.01236957299994, - 36.99196314400007 - ], - [ - -122.012076429, - 36.99203532400003 - ], - [ - -122.01212140899997, - 36.991967775000035 - ], - [ - -122.01161951299997, - 36.99178710600006 - ], - [ - -122.01179507199998, - 36.99149160700006 - ], - [ - -122.01229651699998, - 36.991483103000064 - ], - [ - -122.01231532499997, - 36.991482854000026 - ], - [ - -122.01232042199996, - 36.991482767000036 - ], - [ - -122.01233236599995, - 36.99148228300004 - ], - [ - -122.01244026599994, - 36.99147982000005 - ], - [ - -122.01271579799999, - 36.99147282700005 - ], - [ - -122.01273800899997, - 36.99147498100007 - ], - [ - -122.01285779099999, - 36.99146964400006 - ], - [ - -122.01287660899999, - 36.991469746000064 - ], - [ - -122.01429282999999, - 36.991476712000065 - ], - [ - -122.01432494299996, - 36.99154703100004 - ], - [ - -122.01434117399998, - 36.99158218700006 - ], - [ - -122.01440020499996, - 36.99171257800003 - ], - [ - -122.01448427099996, - 36.99189175300006 - ], - [ - -122.01457036, - 36.992080878000024 - ], - [ - -122.01469765499996, - 36.99236484000005 - ], - [ - -122.014704699, - 36.99237850000003 - ], - [ - -122.01493970699994, - 36.992904227000054 - ] - ] - ], - [ - [ - [ - -122.14994133599998, - 37.02491547600005 - ], - [ - -122.14994098199998, - 37.02515867200003 - ], - [ - -122.15131109699996, - 37.02514871300008 - ], - [ - -122.15130203899997, - 37.024637891000054 - ], - [ - -122.15129219899995, - 37.02408317900006 - ], - [ - -122.15088494499997, - 37.02408282600004 - ], - [ - -122.14994253599997, - 37.024082004000036 - ], - [ - -122.14994133599998, - 37.02491547600005 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Harvey Mudd College", - "era": "college", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -117.70940780639648, - 34.10610155172603 - ] - } - }, - { - "type": "Feature", - "properties": { - "era": "formative", - "label": "Cedar Park", - "type": "neighborhood" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -75.226539, - 39.952002 - ], - [ - -75.227419, - 39.947813 - ], - [ - -75.227381, - 39.947771 - ], - [ - -75.225441, - 39.946065 - ], - [ - -75.224731, - 39.945465 - ], - [ - -75.221958, - 39.944861 - ], - [ - -75.219093, - 39.944181 - ], - [ - -75.219067, - 39.944189 - ], - [ - -75.217587, - 39.943867 - ], - [ - -75.217083, - 39.943761 - ], - [ - -75.215738, - 39.943454 - ], - [ - -75.215246, - 39.94308 - ], - [ - -75.215031, - 39.943292 - ], - [ - -75.211399, - 39.94577 - ], - [ - -75.211372, - 39.945791 - ], - [ - -75.215014, - 39.94884 - ], - [ - -75.21503, - 39.948838 - ], - [ - -75.215026, - 39.948845 - ], - [ - -75.214694, - 39.950546 - ], - [ - -75.21813, - 39.950965 - ], - [ - -75.220621, - 39.951282 - ], - [ - -75.222585, - 39.951523 - ], - [ - -75.22259, - 39.951521 - ], - [ - -75.226539, - 39.952002 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Spruce Hill/Garden Court", - "era": "stepwise", - "type": "neighborhood" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -75.214152, - 39.953119 - ], - [ - -75.215123, - 39.95324 - ], - [ - -75.218125, - 39.953617 - ], - [ - -75.222063, - 39.954105 - ], - [ - -75.225996, - 39.954587 - ], - [ - -75.226539, - 39.952002 - ], - [ - -75.22259, - 39.951521 - ], - [ - -75.222585, - 39.951523 - ], - [ - -75.220621, - 39.951282 - ], - [ - -75.21813, - 39.950965 - ], - [ - -75.214694, - 39.950546 - ], - [ - -75.214152, - 39.953119 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Malcolm X Park", - "era": "stepwise", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.22538423538208, - 39.95268137736594 - ] - } - }, - { - "type": "Feature", - "properties": { - "era": "openplans", - "label": "Yorktown", - "type": "neighborhood" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -75.157516, - 39.980182 - ], - [ - -75.158447, - 39.975839 - ], - [ - -75.158451, - 39.97582 - ], - [ - -75.158693, - 39.974541 - ], - [ - -75.158714, - 39.974427 - ], - [ - -75.158957, - 39.973155 - ], - [ - -75.159145, - 39.972328 - ], - [ - -75.159344, - 39.971455 - ], - [ - -75.152575, - 39.970572 - ], - [ - -75.150975, - 39.970518 - ], - [ - -75.150603, - 39.972117 - ], - [ - -75.150317, - 39.973384 - ], - [ - -75.150041, - 39.974758 - ], - [ - -75.149736, - 39.976183 - ], - [ - -75.149428, - 39.977575 - ], - [ - -75.149093, - 39.979114 - ], - [ - -75.149113, - 39.979116 - ], - [ - -75.149837, - 39.979212 - ], - [ - -75.150348, - 39.979279 - ], - [ - -75.150701, - 39.979326 - ], - [ - -75.151467, - 39.979426 - ], - [ - -75.152297, - 39.979536 - ], - [ - -75.157516, - 39.980182 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "era": "city of phila", - "label": "Hartranft", - "type": "neighborhood" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -75.144969, - 39.979004 - ], - [ - -75.144948, - 39.979176 - ], - [ - -75.144794, - 39.980066 - ], - [ - -75.144511, - 39.981569 - ], - [ - -75.144245, - 39.983067 - ], - [ - -75.144049, - 39.983615 - ], - [ - -75.144061, - 39.983721 - ], - [ - -75.144052, - 39.983723 - ], - [ - -75.143845, - 39.984684 - ], - [ - -75.143503, - 39.98627 - ], - [ - -75.143501, - 39.986277 - ], - [ - -75.14317, - 39.987768 - ], - [ - -75.142848, - 39.989258 - ], - [ - -75.142522, - 39.990756 - ], - [ - -75.142176, - 39.992335 - ], - [ - -75.142187, - 39.992337 - ], - [ - -75.141836, - 39.993909 - ], - [ - -75.141524, - 39.995407 - ], - [ - -75.141232, - 39.996906 - ], - [ - -75.140901, - 39.998388 - ], - [ - -75.140576, - 39.999983 - ], - [ - -75.140056, - 40.001968 - ], - [ - -75.141475, - 40.001436 - ], - [ - -75.143339, - 40.000742 - ], - [ - -75.146199, - 39.999677 - ], - [ - -75.14879, - 39.998711 - ], - [ - -75.151494, - 39.997695 - ], - [ - -75.153418, - 39.996976 - ], - [ - -75.153898, - 39.996817 - ], - [ - -75.153995, - 39.996782 - ], - [ - -75.155504, - 39.996179 - ], - [ - -75.155946, - 39.996026 - ], - [ - -75.154529, - 39.993941 - ], - [ - -75.156195, - 39.98627 - ], - [ - -75.15654, - 39.984681 - ], - [ - -75.157516, - 39.980182 - ], - [ - -75.152297, - 39.979536 - ], - [ - -75.151467, - 39.979426 - ], - [ - -75.150701, - 39.979326 - ], - [ - -75.150348, - 39.979279 - ], - [ - -75.149837, - 39.979212 - ], - [ - -75.149113, - 39.979116 - ], - [ - -75.149093, - 39.979114 - ], - [ - -75.148547, - 39.979042 - ], - [ - -75.148153, - 39.97899 - ], - [ - -75.147366, - 39.978886 - ], - [ - -75.146619, - 39.978788 - ], - [ - -75.146251, - 39.97874 - ], - [ - -75.145834, - 39.978685 - ], - [ - -75.145043, - 39.97858 - ], - [ - -75.144969, - 39.979004 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "era": "present day", - "label": "East Passyunk", - "type": "neighborhood" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -75.156844, - 39.928971 - ], - [ - -75.168263, - 39.930454 - ], - [ - -75.168265, - 39.930442 - ], - [ - -75.168532, - 39.929234 - ], - [ - -75.168654, - 39.92864 - ], - [ - -75.168806, - 39.928013 - ], - [ - -75.169066, - 39.926781 - ], - [ - -75.169311, - 39.925573 - ], - [ - -75.169564, - 39.924396 - ], - [ - -75.169572, - 39.924362 - ], - [ - -75.168477, - 39.924228 - ], - [ - -75.166014, - 39.923905 - ], - [ - -75.161311, - 39.923298 - ], - [ - -75.161302, - 39.923297 - ], - [ - -75.161138, - 39.924088 - ], - [ - -75.160867, - 39.925295 - ], - [ - -75.160775, - 39.925701 - ], - [ - -75.160757, - 39.925699 - ], - [ - -75.159185, - 39.925488 - ], - [ - -75.157675, - 39.925273 - ], - [ - -75.157117, - 39.927754 - ], - [ - -75.156844, - 39.928971 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "era": "stepwise", - "label": "Woodland Terrace", - "type": "neighborhood" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -75.208609, - 39.945463 - ], - [ - -75.208237, - 39.945761 - ], - [ - -75.206987, - 39.946856 - ], - [ - -75.205637, - 39.94805 - ], - [ - -75.205151, - 39.948516 - ], - [ - -75.203931, - 39.948939 - ], - [ - -75.203978, - 39.949899 - ], - [ - -75.205752, - 39.949827 - ], - [ - -75.207134, - 39.949785 - ], - [ - -75.208044, - 39.949747 - ], - [ - -75.209262, - 39.949541 - ], - [ - -75.208609, - 39.945463 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Accra, Ghana", - "era": "inat", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -0.204620361328125, - 5.561315286651835 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Porto Novo, Benin", - "era": "inat", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.6253890991210938, - 6.501240253095992 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Nairobi, Kenya", - "era": "inat", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 36.81999206542968, - -1.2777413679950957 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Tshwane, South Africa", - "era": "inat", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 28.187484741210938, - -25.743621601040825 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Victoria Falls, Zimbabwe", - "era": "inat", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 25.835552215576172, - -17.92753760544414 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Egypt", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 29.838867187500004, - 27.01998400798257 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "France", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.6806640625, - 48.16608541901253 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "United Kingdom", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -2.1533203125, - 54.749990970226925 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Germany", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9755859375, - 51.39920565355378 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Ivory Coast", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -5.537109374999999, - 8.146242825034385 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "China", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 116.3671875, - 40.1452892956766 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Japan", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 138.69140625, - 37.16031654673677 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Canada", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -105.8203125, - 55.97379820507658 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Independents Hall", - "era": "openplans", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.14570116996765, - 39.9507157036802 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Temple University Train Station", - "era": "openplans", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.1496171951294, - 39.98088545017754 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "1234 Market Street", - "era": "city of phila", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.16095757484436, - 39.95171088444732 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Municipal Services Building", - "era": "city of phila", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.1644042134285, - 39.95412681057028 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "J.R. Masterman Laboratory & Demonstration School", - "era": "formative", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.16573727130888, - 39.96336616958462 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "First Round Capital", - "era": "stepwise", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.20476073026657, - 39.95309157097421 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Netherlands", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 5.679931640625, - 52.01193653675363 - ] - } - } - ] -} diff --git a/templates/scrollytelly/index.html b/templates/scrollytelly/index.html deleted file mode 100644 index a89a1921..00000000 --- a/templates/scrollytelly/index.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - Story - - - - - - - -
    -
    -
    -
    -
    -
    -

    Story Map title

    -

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse molestie hendrerit quam, efficitur vestibulum justo vehicula a.

    -

    Nullam et metus eu eros facilisis commodo. Vivamus elementum nulla nisi, eget fermentum mauris placerat sed.

    -
    - -
    -

    Second slide title

    -

    Nunc dapibus arcu vel sapien rutrum rhoncus. Pellentesque dignissim, nisi ac pellentesque egestas, urna risus varius leo, eget efficitur risus tortor vel magna.

    -

    Suspendisse sed posuere velit, ac gravida elit. Nam viverra vehicula nisl ut gravida.

    -
    - -
    -

    Third slide title

    -

    Pellentesque nunc tellus, euismod sed mauris vitae, volutpat viverra metus. Nunc vel nisl massa. Nunc ullamcorper interdum vehicula. Ut at mi congue, lacinia eros eget, gravida libero. Vivamus et cursus lorem. Nulla elementum neque a nunc sollicitudin, eget maximus turpis egestas. In hac habitasse platea dictumst. Maecenas aliquet nibh tempor leo pretium, vel congue dui malesuada. Sed non felis porttitor, laoreet ante ac, volutpat nibh. Sed tincidunt eleifend felis, et porttitor dui interdum scelerisque. Mauris eget eros pharetra, pretium justo nec, commodo tellus. Duis orci sem, vehicula a leo eget, lacinia venenatis neque. Duis purus enim, volutpat dapibus arcu eget, aliquam malesuada nulla. Duis nisi eros, semper eu bibendum condimentum, vehicula vel felis. Integer a lacus dictum, tempor nulla at, ornare ante.

    -
    -
    -
    - - - - - diff --git a/templates/scrollytelly/js/index.js b/templates/scrollytelly/js/index.js deleted file mode 100644 index 4f4893bd..00000000 --- a/templates/scrollytelly/js/index.js +++ /dev/null @@ -1,49 +0,0 @@ -import { SlideDeck } from './slidedeck.js'; - -const map = L.map('map', {scrollWheelZoom: false}).setView([0, 0], 0); - -// ## The Base Tile Layer -const baseTileLayer = L.tileLayer('https://tiles.stadiamaps.com/tiles/stamen_watercolor/{z}/{x}/{y}.jpg', { - maxZoom: 16, - attribution: '© Stadia Maps © Stamen Design © OpenStreetMap', -}); -baseTileLayer.addTo(map); - -// ## Interface Elements -const container = document.querySelector('.slide-section'); -const slides = document.querySelectorAll('.slide'); - -const slideOptions = { - 'second-slide': { - style: (feature) => { - return { - color: 'red', - fillColor: 'green', - fillOpacity: 0.5, - }; - }, - onEachFeature: (feature, layer) => { - layer.bindTooltip(feature.properties.label); - }, - }, - 'third-slide': { - style: (feature) => { - return { - color: 'blue', - fillColor: 'yellow', - fillOpacity: 0.5, - }; - }, - onEachFeature: (feature, layer) => { - layer.bindTooltip(feature.properties.label); - }, - }, -}; - -// ## The SlideDeck object -const deck = new SlideDeck(container, slides, map, slideOptions); - -document.addEventListener('scroll', () => deck.calcCurrentSlideIndex()); - -deck.preloadFeatureCollections(); -deck.syncMapToCurrentSlide(); diff --git a/templates/scrollytelly/js/slidedeck.js b/templates/scrollytelly/js/slidedeck.js deleted file mode 100644 index 5e8c2777..00000000 --- a/templates/scrollytelly/js/slidedeck.js +++ /dev/null @@ -1,202 +0,0 @@ -/** - * A slide deck object - */ -class SlideDeck { - /** - * Constructor for the SlideDeck object. - * @param {Node} container The container element for the slides. - * @param {NodeList} slides A list of HTML elements containing the slide text. - * @param {L.map} map The Leaflet map where data will be shown. - * @param {object} slideOptions The options to create each slide's L.geoJSON - * layer, keyed by slide ID. - */ - constructor(container, slides, map, slideOptions = {}) { - this.container = container; - this.slides = slides; - this.map = map; - this.slideOptions = slideOptions; - - this.dataLayer = L.layerGroup().addTo(map); - this.currentSlideIndex = 0; - } - - /** - * ### updateDataLayer - * - * The updateDataLayer function will clear any markers or shapes previously - * added to the GeoJSON layer on the map, and replace them with the data - * provided in the `data` argument. The `data` should contain a GeoJSON - * FeatureCollection object. - * - * @param {object} data A GeoJSON FeatureCollection object - * @param {object} options Options to pass to L.geoJSON - * @return {L.GeoJSONLayer} The new GeoJSON layer that has been added to the - * data layer group. - */ - updateDataLayer(data, options) { - this.dataLayer.clearLayers(); - - const defaultOptions = { - pointToLayer: (p, latlng) => L.marker(latlng), - style: (feature) => feature.properties.style, - onEachFeature: (feature, layer) => { - if (feature.properties && feature.properties.label) { - layer.bindTooltip(feature.properties.label); - } - } - }; - const geoJsonLayer = L.geoJSON(data, options || defaultOptions) - .addTo(this.dataLayer); - - return geoJsonLayer; - } - - /** - * ### getSlideFeatureCollection - * - * Load the slide's features from a GeoJSON file. - * - * @param {HTMLElement} slide The slide's HTML element. The element id should match the key for the slide's GeoJSON file - * @return {object} The FeatureCollection as loaded from the data file - */ - async getSlideFeatureCollection(slide) { - const resp = await fetch(`data/${slide.id}.json`); - const data = await resp.json(); - return data; - } - - /** - * ### hideAllSlides - * - * Add the hidden class to all slides' HTML elements. - * - * @param {NodeList} slides The set of all slide elements, in order. - */ - hideAllSlides() { - for (const slide of this.slides) { - slide.classList.add('hidden'); - } - } - - /** - * ### syncMapToSlide - * - * Go to the slide that mathces the specified ID. - * - * @param {HTMLElement} slide The slide's HTML element - */ - async syncMapToSlide(slide) { - const collection = await this.getSlideFeatureCollection(slide); - const options = this.slideOptions[slide.id]; - const layer = this.updateDataLayer(collection, options); - - /** - * Create a bounds object from a GeoJSON bbox array. - * @param {Array} bbox The bounding box of the collection - * @return {L.latLngBounds} The bounds object - */ - const boundsFromBbox = (bbox) => { - const [west, south, east, north] = bbox; - const bounds = L.latLngBounds( - L.latLng(south, west), - L.latLng(north, east), - ); - return bounds; - }; - - /** - * Create a temporary event handler that will show tooltips on the map - * features, after the map is done "flying" to contain the data layer. - */ - const handleFlyEnd = () => { - if (slide.showpopups) { - layer.eachLayer((l) => { - l.bindTooltip(l.feature.properties.label, { permanent: true }); - l.openTooltip(); - }); - } - this.map.removeEventListener('moveend', handleFlyEnd); - }; - - this.map.addEventListener('moveend', handleFlyEnd); - if (collection.bbox) { - this.map.flyToBounds(boundsFromBbox(collection.bbox)); - } else { - this.map.flyToBounds(layer.getBounds()); - } - } - - /** - * Show the slide with ID matched by currentSlideIndex. If currentSlideIndex is - * null, then show the first slide. - */ - syncMapToCurrentSlide() { - const slide = this.slides[this.currentSlideIndex]; - this.syncMapToSlide(slide); - } - - /** - * Increment the currentSlideIndex and show the corresponding slide. If the - * current slide is the final slide, then the next is the first. - */ - goNextSlide() { - this.currentSlideIndex++; - - if (this.currentSlideIndex === this.slides.length) { - this.currentSlideIndex = 0; - } - - this.syncMapToCurrentSlide(); - } - - /** - * Decrement the currentSlideIndes and show the corresponding slide. If the - * current slide is the first slide, then the previous is the final. - */ - goPrevSlide() { - this.currentSlideIndex--; - - if (this.currentSlideIndex < 0) { - this.currentSlideIndex = this.slides.length - 1; - } - - this.syncMapToCurrentSlide(); - } - - /** - * ### preloadFeatureCollections - * - * Initiate a fetch on all slide data so that the browser can cache the - * requests. This way, when a specific slide is loaded it has a better chance - * of loading quickly. - */ - preloadFeatureCollections() { - for (const slide of this.slides) { - this.getSlideFeatureCollection(slide); - } - } - - /** - * Calculate the current slide index based on the current scroll position. - */ - calcCurrentSlideIndex() { - const scrollPos = window.scrollY - this.container.offsetTop; - const windowHeight = window.innerHeight; - - let i; - for (i = 0; i < this.slides.length; i++) { - const slidePos = - this.slides[i].offsetTop - scrollPos + windowHeight * 0.7; - if (slidePos >= 0) { - break; - } - } - - if (i !== this.currentSlideIndex) { - this.currentSlideIndex = i; - this.syncMapToCurrentSlide(); - } - } -} - -export { SlideDeck }; diff --git a/templates/storypages/css/index.css b/templates/storypages/css/index.css deleted file mode 100644 index 94e89499..00000000 --- a/templates/storypages/css/index.css +++ /dev/null @@ -1,70 +0,0 @@ -body { - margin: 0; - border-width: 0; - box-sizing: border-box; - height: 100vh; - - font-family: 'Open Sans', sans-serif; -} - -main { - display: flex; - height: 100%; -} - -.map { - width: 100%; - height: 100%; -} - -.hidden { - display: none; -} - -.slide-section { - z-index: 1000; - - display: flex; - flex-direction: column; - overflow-y: auto; - - box-shadow: -0.5rem 0 1rem grey; - padding: 1rem; - width: 20rem; -} - -.slide-content { - flex-grow: 1; -} - -.slide-controls { - display: flex; - justify-content: space-around; - align-items: center; - column-gap: 0.5rem; - - width: 100%; -} - -.slide-nav-button { - transition: all 0.1s; - - padding: 0; - margin: 1rem; - width: 4rem; - height: 3rem; - border: 1px solid #888; - border-radius: 0.25rem; - - background-color: #eee; - font-size: 1.5em; -} - -.slide-nav-button:hover { - background-color: #444; - color: #fff; -} - -.slide-nav-select { - min-width: 0; -} diff --git a/templates/storypages/data/second-slide.json b/templates/storypages/data/second-slide.json deleted file mode 100644 index f2e3edc6..00000000 --- a/templates/storypages/data/second-slide.json +++ /dev/null @@ -1,141049 +0,0 @@ -{ - "type": "FeatureCollection", - "features": [ - { - "type": "Feature", - "properties": { - "label": "Oceanside, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -117.26233276099998, - 33.29997595200007 - ], - [ - -117.262332776, - 33.29997783600004 - ], - [ - -117.26252914399998, - 33.29997839200007 - ], - [ - -117.26276478899996, - 33.299979060000055 - ], - [ - -117.26364616499995, - 33.299981556000034 - ], - [ - -117.26395673899998, - 33.29998243400007 - ], - [ - -117.264764706, - 33.29998470900006 - ], - [ - -117.2650238, - 33.29998543900007 - ], - [ - -117.26575727599999, - 33.29998750200008 - ], - [ - -117.26582272899998, - 33.299987686000065 - ], - [ - -117.26588818299996, - 33.29998787100004 - ], - [ - -117.26598592499994, - 33.29998814600003 - ], - [ - -117.26742744099994, - 33.299992185000065 - ], - [ - -117.26743784899998, - 33.299992211000074 - ], - [ - -117.26778282599997, - 33.299993175000054 - ], - [ - -117.267971564, - 33.29999370300004 - ], - [ - -117.26805664099999, - 33.299993941000025 - ], - [ - -117.26819968299998, - 33.299994334000075 - ], - [ - -117.26820301999999, - 33.29999434700005 - ], - [ - -117.268271202, - 33.29999453500005 - ], - [ - -117.2682713199999, - 33.29999589400006 - ], - [ - -117.268297868, - 33.299994612000035 - ], - [ - -117.269202985, - 33.29999713300003 - ], - [ - -117.26983607699998, - 33.299998893000065 - ], - [ - -117.26984058699998, - 33.29999543200006 - ], - [ - -117.27081524299996, - 33.299247646000026 - ], - [ - -117.27082026699998, - 33.29924750200007 - ], - [ - -117.27082529499995, - 33.29924736000004 - ], - [ - -117.27084421299998, - 33.29923294300005 - ], - [ - -117.27187681799995, - 33.29843766000005 - ], - [ - -117.27189642199994, - 33.29842256100005 - ], - [ - -117.27213611699995, - 33.29823795100003 - ], - [ - -117.27495317499995, - 33.296068183000045 - ], - [ - -117.27553865199997, - 33.29561721300007 - ], - [ - -117.27620231699996, - 33.29510600900005 - ], - [ - -117.27648494699997, - 33.29488830300005 - ], - [ - -117.27686593099997, - 33.294594834000065 - ], - [ - -117.276869337, - 33.294592212000055 - ], - [ - -117.27687274199997, - 33.29458959100003 - ], - [ - -117.27759149199994, - 33.294036506000054 - ], - [ - -117.27871639199998, - 33.29317086000003 - ], - [ - -117.27881739599997, - 33.293093027000054 - ], - [ - -117.27928163699994, - 33.29273528700003 - ], - [ - -117.28009783099998, - 33.29210631500007 - ], - [ - -117.28154454499997, - 33.29099142700005 - ], - [ - -117.28374336099995, - 33.28929776600006 - ], - [ - -117.28377580199998, - 33.289272760000074 - ], - [ - -117.28382409399995, - 33.289235535000046 - ], - [ - -117.28391915399999, - 33.28916225800003 - ], - [ - -117.28392175299996, - 33.28916025500007 - ], - [ - -117.2839243499999, - 33.28915825100006 - ], - [ - -117.28460327499994, - 33.28863457400007 - ], - [ - -117.28611012599998, - 33.28747224700004 - ], - [ - -117.28818938499995, - 33.285868297000036 - ], - [ - -117.28913757099997, - 33.285150386000055 - ], - [ - -117.28939602499997, - 33.284951586000034 - ], - [ - -117.289456912, - 33.284904751000056 - ], - [ - -117.28991966999996, - 33.284548795000035 - ], - [ - -117.29067142699995, - 33.28397053300006 - ], - [ - -117.29090918199995, - 33.283787645000075 - ], - [ - -117.29114875699997, - 33.283603355000025 - ], - [ - -117.29122381899998, - 33.28354561500004 - ], - [ - -117.29132353699998, - 33.28346890800003 - ], - [ - -117.29152085199996, - 33.283317124000064 - ], - [ - -117.29170279699997, - 33.28317716400005 - ], - [ - -117.29170976999995, - 33.28317180000005 - ], - [ - -117.29174230899997, - 33.28314676900004 - ], - [ - -117.29188430799996, - 33.28303753800003 - ], - [ - -117.29199530099999, - 33.28295215500003 - ], - [ - -117.29205987899996, - 33.28290247900003 - ], - [ - -117.29221083899995, - 33.28278635000004 - ], - [ - -117.29223178299998, - 33.28277023700008 - ], - [ - -117.29240317799997, - 33.282638392000024 - ], - [ - -117.29257457399996, - 33.28250654000004 - ], - [ - -117.29271546099994, - 33.28239816300004 - ], - [ - -117.29274597199998, - 33.282374693000065 - ], - [ - -117.29291765799996, - 33.282242619000044 - ], - [ - -117.29310415699996, - 33.28209914800004 - ], - [ - -117.29317844699995, - 33.28204199900006 - ], - [ - -117.29329003099997, - 33.28195616200003 - ], - [ - -117.29346183399997, - 33.28182399700006 - ], - [ - -117.29363534899994, - 33.28169051000003 - ], - [ - -117.29368263099997, - 33.28165413600004 - ], - [ - -117.29381149499994, - 33.28155500300005 - ], - [ - -117.29398501199995, - 33.28142151900005 - ], - [ - -117.29401573799998, - 33.28139788100003 - ], - [ - -117.29408752299997, - 33.28134265800003 - ], - [ - -117.29415879299995, - 33.281287829000064 - ], - [ - -117.29444788499995, - 33.28106542800003 - ], - [ - -117.29468884, - 33.28088005800004 - ], - [ - -117.29651619899994, - 33.27947417900003 - ], - [ - -117.29651688099995, - 33.27947365400007 - ], - [ - -117.29663324399996, - 33.27938412700007 - ], - [ - -117.296687035, - 33.279342746000054 - ], - [ - -117.29669138099996, - 33.27933940200006 - ], - [ - -117.29674336999994, - 33.279299405000074 - ], - [ - -117.29691407399997, - 33.27916807200006 - ], - [ - -117.29739777199995, - 33.27879593000006 - ], - [ - -117.29777656699997, - 33.27850449300007 - ], - [ - -117.297839738, - 33.27845589000003 - ], - [ - -117.29784130799999, - 33.27845468100003 - ], - [ - -117.29784227599998, - 33.27845393500007 - ], - [ - -117.29784481299998, - 33.27845197800008 - ], - [ - -117.29807188299998, - 33.27827621600005 - ], - [ - -117.298117661, - 33.27824078200007 - ], - [ - -117.29822555499999, - 33.278157770000064 - ], - [ - -117.29960476999997, - 33.27709659400006 - ], - [ - -117.29960481299997, - 33.277096562000054 - ], - [ - -117.29973751299997, - 33.27699446100007 - ], - [ - -117.29987021, - 33.276892359000044 - ], - [ - -117.30001034199995, - 33.27678453900006 - ], - [ - -117.30015572999997, - 33.276672673000064 - ], - [ - -117.300233086, - 33.27661315300003 - ], - [ - -117.30029096199996, - 33.27656862300006 - ], - [ - -117.30033668799996, - 33.27653343900005 - ], - [ - -117.30042619299996, - 33.276464571000076 - ], - [ - -117.30050880899995, - 33.27640100200006 - ], - [ - -117.30056021699994, - 33.276361448000046 - ], - [ - -117.30069303199997, - 33.276259252000045 - ], - [ - -117.30082411899997, - 33.27615841100004 - ], - [ - -117.30105093299994, - 33.27598387300003 - ], - [ - -117.30122297899999, - 33.27585148600008 - ], - [ - -117.30164485399996, - 33.27554691900008 - ], - [ - -117.30180243099994, - 33.27542650400005 - ], - [ - -117.30198070899996, - 33.27529027200006 - ], - [ - -117.30212984199994, - 33.27517631100005 - ], - [ - -117.302272142, - 33.27506756900004 - ], - [ - -117.30239502799998, - 33.274975502000075 - ], - [ - -117.30256433999995, - 33.27484557100007 - ], - [ - -117.30268751199998, - 33.274751055000024 - ], - [ - -117.302800059, - 33.274664690000066 - ], - [ - -117.30282091799995, - 33.274648683000066 - ], - [ - -117.30295612199996, - 33.27454493100004 - ], - [ - -117.30296304099994, - 33.27453962200008 - ], - [ - -117.30296347899997, - 33.27453928600005 - ], - [ - -117.30296996299995, - 33.27453431200007 - ], - [ - -117.30299486699994, - 33.27451528000006 - ], - [ - -117.30307907099996, - 33.274450933000026 - ], - [ - -117.30311205899994, - 33.274425724000025 - ], - [ - -117.30324913199996, - 33.274320972000055 - ], - [ - -117.30338459199999, - 33.27421745300006 - ], - [ - -117.30351358099995, - 33.27411948900004 - ], - [ - -117.30352191099996, - 33.27411311700007 - ], - [ - -117.303653995, - 33.27401205700005 - ], - [ - -117.30380304399995, - 33.27389802300007 - ], - [ - -117.30389630199994, - 33.27382667200004 - ], - [ - -117.30394184799997, - 33.27379182300007 - ], - [ - -117.30404422199996, - 33.27371349800006 - ], - [ - -117.30408226399999, - 33.27368439600008 - ], - [ - -117.30410539999997, - 33.27366669200006 - ], - [ - -117.30419877299994, - 33.27359525400004 - ], - [ - -117.30420990299996, - 33.27358670800004 - ], - [ - -117.30421034099999, - 33.27358637100008 - ], - [ - -117.30422103199999, - 33.273578162000035 - ], - [ - -117.30435653799998, - 33.27347468800008 - ], - [ - -117.30440507699996, - 33.27343739300005 - ], - [ - -117.30446583699995, - 33.27339070600004 - ], - [ - -117.30459411699997, - 33.273292137000055 - ], - [ - -117.30471858399994, - 33.27319669600007 - ], - [ - -117.30472936599995, - 33.27318842900007 - ], - [ - -117.30486606599999, - 33.273083331000066 - ], - [ - -117.30500817899997, - 33.27297442500003 - ], - [ - -117.30518233999999, - 33.272840174000066 - ], - [ - -117.30518664299996, - 33.27283685700007 - ], - [ - -117.30519094599998, - 33.27283354000008 - ], - [ - -117.30528115799996, - 33.27276384800007 - ], - [ - -117.30543612599996, - 33.272646472000076 - ], - [ - -117.30543638599994, - 33.27264622100006 - ], - [ - -117.30544223199996, - 33.27264057900004 - ], - [ - -117.30544833799996, - 33.27263468500007 - ], - [ - -117.30550580199997, - 33.27259081500006 - ], - [ - -117.30556692899995, - 33.272544151000034 - ], - [ - -117.30729642899996, - 33.271223805000034 - ], - [ - -117.30733440899996, - 33.271194809000065 - ], - [ - -117.30763137199995, - 33.27096809400007 - ], - [ - -117.30763765499995, - 33.27096329800003 - ], - [ - -117.30764393799996, - 33.27095850200004 - ], - [ - -117.30795009599996, - 33.27072427100006 - ], - [ - -117.30810533799996, - 33.270605501000034 - ], - [ - -117.30843157199996, - 33.270355908000056 - ], - [ - -117.308795278, - 33.27007764200005 - ], - [ - -117.30977107399997, - 33.26933106100006 - ], - [ - -117.31008787399998, - 33.269088673000056 - ], - [ - -117.31129183699994, - 33.26816748500005 - ], - [ - -117.31191068199996, - 33.26769397600003 - ], - [ - -117.31245151299998, - 33.26727933600006 - ], - [ - -117.31262188999995, - 33.267147358000045 - ], - [ - -117.31275472399994, - 33.267045213000074 - ], - [ - -117.31276109399994, - 33.26704031400004 - ], - [ - -117.31284141799995, - 33.26697581800005 - ], - [ - -117.31408487399995, - 33.265977382000074 - ], - [ - -117.31410067699994, - 33.26596469200007 - ], - [ - -117.32001809599996, - 33.26140040800004 - ], - [ - -117.32199904899994, - 33.25987227300004 - ], - [ - -117.32199921699998, - 33.25987214300005 - ], - [ - -117.32199930599995, - 33.25987207500003 - ], - [ - -117.32200189499997, - 33.25987007800006 - ], - [ - -117.32279689499995, - 33.259256777000076 - ], - [ - -117.32665418499994, - 33.25628089300005 - ], - [ - -117.32710291199999, - 33.255934678000074 - ], - [ - -117.32944687799994, - 33.25412614500004 - ], - [ - -117.33118596699995, - 33.25278422700006 - ], - [ - -117.33143994799997, - 33.25255243400005 - ], - [ - -117.33144484199994, - 33.252547967000055 - ], - [ - -117.33167969099998, - 33.25236712100008 - ], - [ - -117.33343078899998, - 33.251018636000026 - ], - [ - -117.33428921599995, - 33.25035755400006 - ], - [ - -117.33429146199995, - 33.25035582400005 - ], - [ - -117.33429371099999, - 33.250354092000066 - ], - [ - -117.33515580999995, - 33.249690163000025 - ], - [ - -117.33563179999999, - 33.249323581000056 - ], - [ - -117.33583029999994, - 33.249174304000064 - ], - [ - -117.33613089699998, - 33.24894824300003 - ], - [ - -117.33647923499996, - 33.248686279000026 - ], - [ - -117.33709150899995, - 33.24822581500007 - ], - [ - -117.33786203699998, - 33.24764632900008 - ], - [ - -117.33928719799997, - 33.24657447900006 - ], - [ - -117.33943102499995, - 33.24646630500007 - ], - [ - -117.33978315899998, - 33.246201460000066 - ], - [ - -117.33992185599999, - 33.24609714300004 - ], - [ - -117.34119373199997, - 33.24514052600006 - ], - [ - -117.34164406599996, - 33.244801804000076 - ], - [ - -117.34166533299998, - 33.244785809000064 - ], - [ - -117.34177947899997, - 33.244699953000065 - ], - [ - -117.34265126899999, - 33.244044221000024 - ], - [ - -117.34265350099997, - 33.24404246000006 - ], - [ - -117.34346908699996, - 33.24339906400007 - ], - [ - -117.34357564399994, - 33.243315005000056 - ], - [ - -117.34370158699994, - 33.243215650000025 - ], - [ - -117.34384601899995, - 33.243101710000076 - ], - [ - -117.34413536699998, - 33.242873443000065 - ], - [ - -117.34413541199996, - 33.24287340700005 - ], - [ - -117.34413545799998, - 33.24287337100003 - ], - [ - -117.34461717699998, - 33.24249333600005 - ], - [ - -117.34475813899996, - 33.24238212800003 - ], - [ - -117.34481457399994, - 33.242337606000035 - ], - [ - -117.34513785599995, - 33.24208256500003 - ], - [ - -117.34653108299995, - 33.24096234000007 - ], - [ - -117.347397248, - 33.240265882000074 - ], - [ - -117.34807855199995, - 33.239741657000025 - ], - [ - -117.34820561699996, - 33.23964388700006 - ], - [ - -117.348205641, - 33.23964386800003 - ], - [ - -117.34837857199994, - 33.239510806000055 - ], - [ - -117.34838261299996, - 33.239431850000074 - ], - [ - -117.34838362699998, - 33.239412026000025 - ], - [ - -117.34838368099997, - 33.239411002000054 - ], - [ - -117.34850625699994, - 33.23932406100005 - ], - [ - -117.34894438999999, - 33.23901330800004 - ], - [ - -117.34943653599998, - 33.238664234000055 - ], - [ - -117.34951745399997, - 33.23860683800007 - ], - [ - -117.34958413399994, - 33.238559545000044 - ], - [ - -117.34959936499996, - 33.238548742000035 - ], - [ - -117.34969371899996, - 33.238481818000025 - ], - [ - -117.34976203699995, - 33.23843336300007 - ], - [ - -117.34988212299999, - 33.23834818500006 - ], - [ - -117.35022098599995, - 33.238107832000026 - ], - [ - -117.350274991, - 33.23806626600003 - ], - [ - -117.35027737099995, - 33.238064433000034 - ], - [ - -117.35064525499996, - 33.23778130000005 - ], - [ - -117.35102424699994, - 33.23748961300004 - ], - [ - -117.35112365999998, - 33.237413100000026 - ], - [ - -117.35112443699995, - 33.23741250300003 - ], - [ - -117.35119460199996, - 33.23735850200006 - ], - [ - -117.35132170599996, - 33.23726067600006 - ], - [ - -117.35136530799997, - 33.23722711900007 - ], - [ - -117.35148646, - 33.23713387300006 - ], - [ - -117.35148780199995, - 33.23713284300004 - ], - [ - -117.35153750399996, - 33.23709459000003 - ], - [ - -117.3515387, - 33.23709367200007 - ], - [ - -117.351573036, - 33.23706724200002 - ], - [ - -117.35159832299996, - 33.23704778000007 - ], - [ - -117.35170834599995, - 33.236963100000025 - ], - [ - -117.35182535799999, - 33.23687304300006 - ], - [ - -117.35187663299996, - 33.23683357900006 - ], - [ - -117.35195299799994, - 33.23677480300006 - ], - [ - -117.35200398799998, - 33.23673555700003 - ], - [ - -117.35204979099996, - 33.23670030300008 - ], - [ - -117.35222095999995, - 33.236568559000034 - ], - [ - -117.35241978799996, - 33.23641907900003 - ], - [ - -117.352490032, - 33.236366271000065 - ], - [ - -117.35249395899996, - 33.236363320000066 - ], - [ - -117.35300309099995, - 33.23597087700006 - ], - [ - -117.35517698799998, - 33.23429517900007 - ], - [ - -117.35739408199998, - 33.23258608300006 - ], - [ - -117.36072032899995, - 33.23001533300004 - ], - [ - -117.36075778499998, - 33.22998638300004 - ], - [ - -117.360761401, - 33.22998358900003 - ], - [ - -117.36173330999998, - 33.22923416500004 - ], - [ - -117.36226642399998, - 33.22882307900005 - ], - [ - -117.36227363399996, - 33.22881753200005 - ], - [ - -117.36227387999998, - 33.22881734200007 - ], - [ - -117.36228084599998, - 33.22881198500005 - ], - [ - -117.36365914399994, - 33.22775165500008 - ], - [ - -117.36366136399994, - 33.22774994800005 - ], - [ - -117.36568963199994, - 33.226189514000055 - ], - [ - -117.36596490399995, - 33.22597779800003 - ], - [ - -117.36622543199996, - 33.22577742000004 - ], - [ - -117.36629700199995, - 33.22572237400004 - ], - [ - -117.36633937999994, - 33.225689800000055 - ], - [ - -117.36639525099997, - 33.22564685400005 - ], - [ - -117.36691693999995, - 33.22524585700006 - ], - [ - -117.36819296099998, - 33.224265013000036 - ], - [ - -117.36914017799995, - 33.223536738000064 - ], - [ - -117.37041389299998, - 33.22255739600007 - ], - [ - -117.37052811899997, - 33.222469568000065 - ], - [ - -117.37087188299995, - 33.22220524700003 - ], - [ - -117.37092655599997, - 33.22216320900003 - ], - [ - -117.37106356199996, - 33.22205786400008 - ], - [ - -117.37106607199996, - 33.222055933000036 - ], - [ - -117.37106857799995, - 33.222054006000064 - ], - [ - -117.37128396399999, - 33.22188868600006 - ], - [ - -117.37134849599994, - 33.221839153000076 - ], - [ - -117.37140584799994, - 33.22179513200007 - ], - [ - -117.37227583099997, - 33.22112735200005 - ], - [ - -117.37272667499997, - 33.22078128600003 - ], - [ - -117.37285557299998, - 33.22068234500006 - ], - [ - -117.37286067399998, - 33.22067840900007 - ], - [ - -117.37286577599997, - 33.22067447400008 - ], - [ - -117.37290720699997, - 33.22064251900008 - ], - [ - -117.37316769799997, - 33.220441609000034 - ], - [ - -117.37326493899997, - 33.22036661200008 - ], - [ - -117.37342922, - 33.22024062600008 - ], - [ - -117.37359464999997, - 33.22011297100005 - ], - [ - -117.37372926899997, - 33.220009090000076 - ], - [ - -117.37387608999995, - 33.219895790000066 - ], - [ - -117.37401931899996, - 33.21978526800007 - ], - [ - -117.37417113199996, - 33.21966811100003 - ], - [ - -117.37430618199994, - 33.21956390100007 - ], - [ - -117.37431436199995, - 33.21955758900003 - ], - [ - -117.374328505, - 33.21954667600005 - ], - [ - -117.37444917699997, - 33.219453559000044 - ], - [ - -117.37459055599999, - 33.219344454000066 - ], - [ - -117.37467946099997, - 33.21927584800005 - ], - [ - -117.37473222299997, - 33.21923513300004 - ], - [ - -117.37479146899994, - 33.21918941200005 - ], - [ - -117.37487383499996, - 33.21912585100006 - ], - [ - -117.37496869699999, - 33.21905264700007 - ], - [ - -117.37501365699995, - 33.21901795100007 - ], - [ - -117.37507794499999, - 33.21896833900007 - ], - [ - -117.37515867199994, - 33.21890604400005 - ], - [ - -117.37517173799995, - 33.218895960000054 - ], - [ - -117.37529849299995, - 33.218798141000036 - ], - [ - -117.37530287699997, - 33.21879626100008 - ], - [ - -117.37530725799996, - 33.218794382000056 - ], - [ - -117.37541267799998, - 33.21871053800004 - ], - [ - -117.37543667099999, - 33.218691456000045 - ], - [ - -117.37557986399997, - 33.21858090100005 - ], - [ - -117.37571843399996, - 33.21847457400003 - ], - [ - -117.37575408199996, - 33.218447035000054 - ], - [ - -117.37586659399994, - 33.21836011500005 - ], - [ - -117.37596138499998, - 33.218286884000065 - ], - [ - -117.37600813899996, - 33.21825076700003 - ], - [ - -117.37613768899996, - 33.21815068300003 - ], - [ - -117.37628942599997, - 33.21803345700005 - ], - [ - -117.37628990299999, - 33.21803308900007 - ], - [ - -117.37644116999996, - 33.217916229000025 - ], - [ - -117.376450563, - 33.21790897100004 - ], - [ - -117.37645995899999, - 33.21790171400005 - ], - [ - -117.37656528699995, - 33.21782034200004 - ], - [ - -117.37723045499996, - 33.21730645500003 - ], - [ - -117.37726290599994, - 33.21728149000006 - ], - [ - -117.37767768699996, - 33.216961963000074 - ], - [ - -117.37776057299999, - 33.216898110000045 - ], - [ - -117.37780059699998, - 33.21686727800005 - ], - [ - -117.37784413499998, - 33.21683373800005 - ], - [ - -117.37786205299994, - 33.21681993400006 - ], - [ - -117.37789448199999, - 33.21679495200004 - ], - [ - -117.37790280599995, - 33.21678853900005 - ], - [ - -117.37790678899995, - 33.21678547000005 - ], - [ - -117.37791112899998, - 33.216782125000066 - ], - [ - -117.37794252099997, - 33.216758352000056 - ], - [ - -117.378056142, - 33.21667230700007 - ], - [ - -117.37808523499996, - 33.21664986600007 - ], - [ - -117.3781533699999, - 33.21659731200003 - ], - [ - -117.37825815199994, - 33.21651757400008 - ], - [ - -117.37832165299994, - 33.216469250000046 - ], - [ - -117.37846736299997, - 33.21635798500006 - ], - [ - -117.378609843, - 33.216249497000035 - ], - [ - -117.37867505399998, - 33.21619790600005 - ], - [ - -117.37875992699998, - 33.216130761000045 - ], - [ - -117.37890309299996, - 33.21602018700003 - ], - [ - -117.37902668799995, - 33.21592804800002 - ], - [ - -117.37904693899998, - 33.215912950000074 - ], - [ - -117.37919516299996, - 33.21579863100004 - ], - [ - -117.37934545199994, - 33.21568271700005 - ], - [ - -117.37949050099996, - 33.21557084600005 - ], - [ - -117.37963828999995, - 33.21545604000005 - ], - [ - -117.37980689999995, - 33.215325059000065 - ], - [ - -117.379837292, - 33.21530144900004 - ], - [ - -117.38005486199995, - 33.21513243100003 - ], - [ - -117.38016388799997, - 33.21504799400003 - ], - [ - -117.38042731699994, - 33.214843332000044 - ], - [ - -117.38057184199994, - 33.214730993000046 - ], - [ - -117.38071799799997, - 33.21461742100007 - ], - [ - -117.38079733, - 33.214555776000054 - ], - [ - -117.38086415799995, - 33.21450384700006 - ], - [ - -117.38099026999998, - 33.214406041000075 - ], - [ - -117.38100883699997, - 33.214391642000066 - ], - [ - -117.38114817099995, - 33.21428330500004 - ], - [ - -117.38129767599997, - 33.21416705900003 - ], - [ - -117.38145234799998, - 33.21404678300007 - ], - [ - -117.38185260299997, - 33.21373693500004 - ], - [ - -117.382752042, - 33.21304063100007 - ], - [ - -117.38306567299998, - 33.21279782600004 - ], - [ - -117.38309936899998, - 33.21277173900006 - ], - [ - -117.38321995499996, - 33.21267838400007 - ], - [ - -117.38341077999996, - 33.21253154500005 - ], - [ - -117.38352981299994, - 33.212439947000064 - ], - [ - -117.38396458099999, - 33.212105387000065 - ], - [ - -117.38402603299994, - 33.21205749300003 - ], - [ - -117.38451408499998, - 33.211677214000076 - ], - [ - -117.38451500499997, - 33.21167650600006 - ], - [ - -117.384539126, - 33.21165797700007 - ], - [ - -117.38461200599994, - 33.21160198800004 - ], - [ - -117.38474564999996, - 33.211497189000056 - ], - [ - -117.38482833699999, - 33.21143234800007 - ], - [ - -117.38487768099998, - 33.21139365600004 - ], - [ - -117.38492849499994, - 33.21135381000005 - ], - [ - -117.38501469899995, - 33.211286210000026 - ], - [ - -117.38507230899995, - 33.21124103600005 - ], - [ - -117.38507730899994, - 33.21123711400003 - ], - [ - -117.38514367199997, - 33.21118561600008 - ], - [ - -117.38526693999995, - 33.211090768000076 - ], - [ - -117.38528205799997, - 33.21107913600002 - ], - [ - -117.38539211899996, - 33.21099346700004 - ], - [ - -117.38540074999997, - 33.21098674800004 - ], - [ - -117.38540938099999, - 33.21098003100008 - ], - [ - -117.38554525099994, - 33.210874266000076 - ], - [ - -117.38566079299994, - 33.210784328000045 - ], - [ - -117.38573200099995, - 33.21072870200004 - ], - [ - -117.38580648499999, - 33.21067305400004 - ], - [ - -117.38602403699997, - 33.21050402800006 - ], - [ - -117.38616581199994, - 33.21039491100004 - ], - [ - -117.386298534, - 33.210292002000074 - ], - [ - -117.38641505099997, - 33.21020023300008 - ], - [ - -117.386780263, - 33.20991728400003 - ], - [ - -117.38737297799997, - 33.20948008000005 - ], - [ - -117.38767129599995, - 33.20924497200008 - ], - [ - -117.38816912799996, - 33.20885262000007 - ], - [ - -117.38846744799997, - 33.20861750900008 - ], - [ - -117.38853865199997, - 33.20856188000005 - ], - [ - -117.38860663, - 33.208509040000024 - ], - [ - -117.38872238599998, - 33.208420266000076 - ], - [ - -117.38884431899999, - 33.208326756000076 - ], - [ - -117.38896634899999, - 33.20823317000003 - ], - [ - -117.38909745099994, - 33.208132627000055 - ], - [ - -117.38923188399997, - 33.20802953200007 - ], - [ - -117.38928145199998, - 33.207991519000075 - ], - [ - -117.389509837, - 33.20781636500004 - ], - [ - -117.38955444399994, - 33.20797811800003 - ], - [ - -117.38971416499999, - 33.20794090800007 - ], - [ - -117.39003034799998, - 33.20786655300003 - ], - [ - -117.39003058999998, - 33.20786648600006 - ], - [ - -117.39003111999995, - 33.20786633800003 - ], - [ - -117.39003131499999, - 33.20786628400003 - ], - [ - -117.39003140799997, - 33.20786625900007 - ], - [ - -117.39010201999997, - 33.207846655000026 - ], - [ - -117.39010205499994, - 33.20784658400004 - ], - [ - -117.39039949799997, - 33.207262025000034 - ], - [ - -117.39040010099995, - 33.20726083900007 - ], - [ - -117.39048139399995, - 33.20710107000008 - ], - [ - -117.39088571499997, - 33.207080130000065 - ], - [ - -117.392546343, - 33.206994112000075 - ], - [ - -117.39411208599995, - 33.20846937400006 - ], - [ - -117.39426920199998, - 33.20948487100003 - ], - [ - -117.39421040999997, - 33.20951993400007 - ], - [ - -117.39389366299997, - 33.20970883200005 - ], - [ - -117.39361389299995, - 33.209875675000035 - ], - [ - -117.39361384299997, - 33.20987570600005 - ], - [ - -117.39362192199997, - 33.20992808400007 - ], - [ - -117.39372602699996, - 33.21060304500003 - ], - [ - -117.39372813999995, - 33.21061674900005 - ], - [ - -117.39439406399998, - 33.21078376200006 - ], - [ - -117.394394036, - 33.21078384700007 - ], - [ - -117.39438857099998, - 33.21080187600006 - ], - [ - -117.39422359499997, - 33.21134603100006 - ], - [ - -117.39417104699999, - 33.211519355000064 - ], - [ - -117.39390232599999, - 33.212405690000026 - ], - [ - -117.39380159899997, - 33.21273792000005 - ], - [ - -117.39380171199997, - 33.21273799700003 - ], - [ - -117.394652324, - 33.213316674000055 - ], - [ - -117.394993796, - 33.21354897600003 - ], - [ - -117.39559985399995, - 33.21396126800005 - ], - [ - -117.39563918599998, - 33.21398802400006 - ], - [ - -117.39603309399996, - 33.21334862200007 - ], - [ - -117.39607126199996, - 33.213286667000034 - ], - [ - -117.39669687699995, - 33.21260698300006 - ], - [ - -117.396718766, - 33.212583203000065 - ], - [ - -117.39764384699998, - 33.21157814800006 - ], - [ - -117.39777588899994, - 33.21142244600003 - ], - [ - -117.39778051699994, - 33.21141699000003 - ], - [ - -117.39820312199998, - 33.210918667000044 - ], - [ - -117.39828906199995, - 33.210817329000065 - ], - [ - -117.39834635899996, - 33.21074976800003 - ], - [ - -117.39842629999998, - 33.210655504000044 - ], - [ - -117.39829677299997, - 33.21050715600006 - ], - [ - -117.39761927199999, - 33.209731188000035 - ], - [ - -117.39810851199996, - 33.209372372000075 - ], - [ - -117.39811569299997, - 33.209367101000055 - ], - [ - -117.39811585199999, - 33.20936698400004 - ], - [ - -117.39811600199994, - 33.20936686700003 - ], - [ - -117.39811105899997, - 33.20936091300007 - ], - [ - -117.39808302799997, - 33.20932709900006 - ], - [ - -117.39807938499996, - 33.20932270800006 - ], - [ - -117.397901903, - 33.20910868100003 - ], - [ - -117.39756755199994, - 33.208891634000054 - ], - [ - -117.397394551, - 33.20885434600007 - ], - [ - -117.39666579299995, - 33.20908236100007 - ], - [ - -117.39638727499994, - 33.20897774800005 - ], - [ - -117.39595391299997, - 33.208690131000026 - ], - [ - -117.39590255199994, - 33.20876003400008 - ], - [ - -117.39612731399995, - 33.20896157800007 - ], - [ - -117.39649213599995, - 33.20923463200006 - ], - [ - -117.39650433799994, - 33.20924164500008 - ], - [ - -117.39689105399998, - 33.20946389900007 - ], - [ - -117.39777674899995, - 33.210048587000074 - ], - [ - -117.39798459999997, - 33.210325846000046 - ], - [ - -117.39798464499995, - 33.21032590600004 - ], - [ - -117.39796756599998, - 33.21041296400006 - ], - [ - -117.397863944, - 33.21059055100005 - ], - [ - -117.39708162599999, - 33.211268698000026 - ], - [ - -117.39685689099997, - 33.21156930300003 - ], - [ - -117.39678126599995, - 33.21150348400005 - ], - [ - -117.39678119399997, - 33.21150342200008 - ], - [ - -117.39663046499999, - 33.211372236000045 - ], - [ - -117.396214107, - 33.21118431600007 - ], - [ - -117.39609290699997, - 33.211268965000045 - ], - [ - -117.39598839799999, - 33.211417191000066 - ], - [ - -117.39598882799999, - 33.21151313300004 - ], - [ - -117.39598882799999, - 33.21151325400007 - ], - [ - -117.39598888199998, - 33.21152542800007 - ], - [ - -117.39598888299997, - 33.21152553100006 - ], - [ - -117.396406, - 33.211859599000036 - ], - [ - -117.39654395099996, - 33.211937712000065 - ], - [ - -117.39654416599996, - 33.211937834000025 - ], - [ - -117.39532918199995, - 33.21320402200007 - ], - [ - -117.395102851, - 33.21317339600006 - ], - [ - -117.39446111299998, - 33.21271 - ], - [ - -117.39433891899995, - 33.21255822000006 - ], - [ - -117.39438984999998, - 33.21241454800003 - ], - [ - -117.39439013599997, - 33.212413741000034 - ], - [ - -117.39470333599996, - 33.21153020300005 - ], - [ - -117.3948782, - 33.21113084000007 - ], - [ - -117.39495093, - 33.210800031000076 - ], - [ - -117.39496397299996, - 33.21074070000003 - ], - [ - -117.39472100299997, - 33.20926474400005 - ], - [ - -117.39442598499994, - 33.208049376000076 - ], - [ - -117.394218073, - 33.208003940000026 - ], - [ - -117.39401021999998, - 33.207787549000045 - ], - [ - -117.39251586199998, - 33.206412374000024 - ], - [ - -117.392429054, - 33.20631613900008 - ], - [ - -117.38963439399998, - 33.20644658300006 - ], - [ - -117.38935694399999, - 33.205514813000036 - ], - [ - -117.38935691199998, - 33.20551470700008 - ], - [ - -117.38928725299996, - 33.205280765000055 - ], - [ - -117.38928731099998, - 33.20528073100007 - ], - [ - -117.391387023, - 33.20405432100006 - ], - [ - -117.39147483699998, - 33.20404281500004 - ], - [ - -117.39154495199995, - 33.20405516000005 - ], - [ - -117.39281115399996, - 33.20522872300006 - ], - [ - -117.39298451199994, - 33.205249664000064 - ], - [ - -117.39312363, - 33.205449685000076 - ], - [ - -117.39312370899995, - 33.205449799000064 - ], - [ - -117.39308846699998, - 33.205499674000066 - ], - [ - -117.39308840599995, - 33.205499761000056 - ], - [ - -117.39503406699998, - 33.20726903900004 - ], - [ - -117.39635295399995, - 33.20769337300004 - ], - [ - -117.39638276399995, - 33.207700173000035 - ], - [ - -117.39656213099994, - 33.20774109100006 - ], - [ - -117.39671829799994, - 33.207703793000064 - ], - [ - -117.39644527299998, - 33.20738260500008 - ], - [ - -117.39639920599996, - 33.20732841000006 - ], - [ - -117.39634642099998, - 33.20726631300005 - ], - [ - -117.39393843599998, - 33.204433410000036 - ], - [ - -117.39316691599998, - 33.20347982900006 - ], - [ - -117.39300209299995, - 33.20332158600007 - ], - [ - -117.39275945999998, - 33.20299097800006 - ], - [ - -117.39273498899996, - 33.20294596400004 - ], - [ - -117.39241988999999, - 33.20255649200004 - ], - [ - -117.39241984199998, - 33.202556437000055 - ], - [ - -117.39232062199994, - 33.202442251000036 - ], - [ - -117.39231715399995, - 33.202438260000065 - ], - [ - -117.39182900299994, - 33.202130166000074 - ], - [ - -117.39182868899996, - 33.202129968000065 - ], - [ - -117.391821086, - 33.202125170000045 - ], - [ - -117.39130123399997, - 33.20167190600006 - ], - [ - -117.39057096599998, - 33.200907390000054 - ], - [ - -117.39025988399999, - 33.200539642000024 - ], - [ - -117.38993034299995, - 33.20025497000006 - ], - [ - -117.38958827399995, - 33.19984236200003 - ], - [ - -117.38911384299996, - 33.19927009000003 - ], - [ - -117.38864180599995, - 33.198781386000064 - ], - [ - -117.38857533199996, - 33.19871255700008 - ], - [ - -117.388575286, - 33.19871250400007 - ], - [ - -117.38833198699996, - 33.198404492000066 - ], - [ - -117.388267725, - 33.19833117400003 - ], - [ - -117.38826747399997, - 33.19833089000008 - ], - [ - -117.38768886899999, - 33.19767075100003 - ], - [ - -117.38749810499996, - 33.197358259000055 - ], - [ - -117.38716904499995, - 33.19696751400005 - ], - [ - -117.38706189199996, - 33.19682622500005 - ], - [ - -117.38666552899997, - 33.19630358400008 - ], - [ - -117.38619616699998, - 33.19581422400006 - ], - [ - -117.38590130899996, - 33.19540226400005 - ], - [ - -117.385766548, - 33.195243247000064 - ], - [ - -117.38576610699994, - 33.19524272700005 - ], - [ - -117.38560572699998, - 33.19505347900002 - ], - [ - -117.38555273699995, - 33.195003722000024 - ], - [ - -117.38506723799998, - 33.19454783800006 - ], - [ - -117.38491203199999, - 33.194254785000055 - ], - [ - -117.38479144099995, - 33.19410125400003 - ], - [ - -117.38479117299994, - 33.19410091300006 - ], - [ - -117.38465157, - 33.193923175000066 - ], - [ - -117.38453907, - 33.19381998800003 - ], - [ - -117.38425206399995, - 33.19355673700005 - ], - [ - -117.383934045, - 33.19315886700008 - ], - [ - -117.38376634699995, - 33.192949061000036 - ], - [ - -117.38347198099996, - 33.19267740300006 - ], - [ - -117.38275909799995, - 33.19201949600006 - ], - [ - -117.38216918199998, - 33.191438729000026 - ], - [ - -117.38187290699994, - 33.19109220000007 - ], - [ - -117.38187288199998, - 33.19109217600004 - ], - [ - -117.38186567399998, - 33.191086625000025 - ], - [ - -117.38166493299997, - 33.19093217100004 - ], - [ - -117.38124819399997, - 33.19039774100003 - ], - [ - -117.38088357799995, - 33.18998978600007 - ], - [ - -117.38074547499997, - 33.189763138000046 - ], - [ - -117.38048448899997, - 33.189438274000054 - ], - [ - -117.38011992299994, - 33.18903934200006 - ], - [ - -117.37966875899997, - 33.188697071000036 - ], - [ - -117.37947769299996, - 33.18849232100007 - ], - [ - -117.37936991199996, - 33.18834885500007 - ], - [ - -117.37936974899998, - 33.18834864100006 - ], - [ - -117.37916447099997, - 33.188075397000034 - ], - [ - -117.37906988199995, - 33.18790603600007 - ], - [ - -117.37902654199996, - 33.187828437000064 - ], - [ - -117.37855744799998, - 33.18724199700006 - ], - [ - -117.37840636199996, - 33.18708716500004 - ], - [ - -117.37821040399996, - 33.18688634600005 - ], - [ - -117.37791453299997, - 33.186533015000066 - ], - [ - -117.37766610299997, - 33.18628882400003 - ], - [ - -117.37754999699996, - 33.18617469800006 - ], - [ - -117.37743991699995, - 33.18603512300007 - ], - [ - -117.37739031999996, - 33.185972236000055 - ], - [ - -117.37671768699994, - 33.18511936900006 - ], - [ - -117.37652190699998, - 33.184910984000055 - ], - [ - -117.37640442699995, - 33.18478594100003 - ], - [ - -117.37609253699998, - 33.184360008000056 - ], - [ - -117.37588436199997, - 33.184120997000036 - ], - [ - -117.37588436199997, - 33.18412086300003 - ], - [ - -117.37588478599997, - 33.18408263900005 - ], - [ - -117.37588471499998, - 33.18408255800006 - ], - [ - -117.37581767799998, - 33.184004979000065 - ], - [ - -117.37484199799997, - 33.18305701100007 - ], - [ - -117.37329073199999, - 33.18137249800003 - ], - [ - -117.37311532899997, - 33.18116949000006 - ], - [ - -117.36986687899997, - 33.17740954200008 - ], - [ - -117.36980951299995, - 33.177342742000064 - ], - [ - -117.36947863299997, - 33.17694889400008 - ], - [ - -117.36937221599999, - 33.176804176000076 - ], - [ - -117.36925246099997, - 33.176640346000056 - ], - [ - -117.36921321899996, - 33.176588149000054 - ], - [ - -117.36916862199996, - 33.17652882600004 - ], - [ - -117.36912065899998, - 33.17646502400004 - ], - [ - -117.36908621999999, - 33.176419217000046 - ], - [ - -117.36906665699996, - 33.17639445900005 - ], - [ - -117.36901298, - 33.17632652200007 - ], - [ - -117.36896330499997, - 33.17626366200005 - ], - [ - -117.36890962999996, - 33.17619573200005 - ], - [ - -117.36885595599995, - 33.17612780600007 - ], - [ - -117.36885572899996, - 33.176127518000044 - ], - [ - -117.36885550199997, - 33.176127233000045 - ], - [ - -117.36884941599999, - 33.17611952800007 - ], - [ - -117.36884038899996, - 33.176108105000026 - ], - [ - -117.36854434999998, - 33.17573169100007 - ], - [ - -117.36849483499998, - 33.175668734000055 - ], - [ - -117.36845833099994, - 33.17562231800002 - ], - [ - -117.36841275599994, - 33.17556450600006 - ], - [ - -117.36833160999998, - 33.175461573000064 - ], - [ - -117.36827802099998, - 33.17539359600005 - ], - [ - -117.36825689999995, - 33.17536680300003 - ], - [ - -117.36823242899999, - 33.17533576200003 - ], - [ - -117.36822323299998, - 33.17532442500004 - ], - [ - -117.36818594099998, - 33.17527846200005 - ], - [ - -117.36816706199994, - 33.17525917900008 - ], - [ - -117.36810611499999, - 33.17519693500003 - ], - [ - -117.368089909, - 33.17518038000003 - ], - [ - -117.36801308799994, - 33.175098981000076 - ], - [ - -117.36792205799998, - 33.175002524000035 - ], - [ - -117.36789444099998, - 33.17497325800008 - ], - [ - -117.36779537599995, - 33.17487226600008 - ], - [ - -117.36774211499994, - 33.174817965000045 - ], - [ - -117.36773185599998, - 33.17480724700005 - ], - [ - -117.36767198499996, - 33.17474470700006 - ], - [ - -117.36761664899996, - 33.174686902000076 - ], - [ - -117.36754940399999, - 33.174616652000054 - ], - [ - -117.36753343, - 33.17459996400004 - ], - [ - -117.36745425299995, - 33.17451801900006 - ], - [ - -117.36736021699994, - 33.174420687000065 - ], - [ - -117.36732808799997, - 33.17438743200006 - ], - [ - -117.367290186, - 33.17434793500007 - ], - [ - -117.36723090499999, - 33.174286161000055 - ], - [ - -117.367171628, - 33.17422439500007 - ], - [ - -117.36712935199995, - 33.17418033400003 - ], - [ - -117.36711329999997, - 33.17416093200006 - ], - [ - -117.36705533399999, - 33.174090877000026 - ], - [ - -117.36700563399995, - 33.17403080300005 - ], - [ - -117.36696006099999, - 33.17397572100003 - ], - [ - -117.36694378599998, - 33.17395644700002 - ], - [ - -117.36688339699998, - 33.173886123000045 - ], - [ - -117.36683619799999, - 33.173829031000025 - ], - [ - -117.36677528999996, - 33.17375689800008 - ], - [ - -117.36676428399994, - 33.17374386300003 - ], - [ - -117.36671730199998, - 33.17368686300006 - ], - [ - -117.36666513499995, - 33.17362357300004 - ], - [ - -117.36660884799994, - 33.17355528500008 - ], - [ - -117.36654843499997, - 33.17348198900004 - ], - [ - -117.36654561299997, - 33.17347856600003 - ], - [ - -117.36630030799995, - 33.17322734600003 - ], - [ - -117.36623970299996, - 33.17314284400004 - ], - [ - -117.36613050999995, - 33.172990593000065 - ], - [ - -117.36612662099998, - 33.17298517000006 - ], - [ - -117.36607729199994, - 33.17292932600003 - ], - [ - -117.36599124699995, - 33.172838316000025 - ], - [ - -117.36594813399995, - 33.172789231000024 - ], - [ - -117.36593511099994, - 33.17277545700006 - ], - [ - -117.36587856399996, - 33.172715648000064 - ], - [ - -117.36581183199996, - 33.17264506300006 - ], - [ - -117.36581088499997, - 33.172644062000074 - ], - [ - -117.36581084099998, - 33.17264401600005 - ], - [ - -117.365809, - 33.17264206100003 - ], - [ - -117.36573863099994, - 33.172569691000035 - ], - [ - -117.36571230599998, - 33.17255054100008 - ], - [ - -117.36555369499996, - 33.17243516100007 - ], - [ - -117.36531953699995, - 33.172127455000066 - ], - [ - -117.36531611499998, - 33.172123835000036 - ], - [ - -117.36530348699995, - 33.17211048200005 - ], - [ - -117.36527898699995, - 33.172084566000024 - ], - [ - -117.36526241999997, - 33.17206704200004 - ], - [ - -117.36525508199998, - 33.17205928100003 - ], - [ - -117.36521604299998, - 33.17201798900004 - ], - [ - -117.36519923699996, - 33.17199903300008 - ], - [ - -117.36513904699996, - 33.17193115300006 - ], - [ - -117.36502027699999, - 33.171797198000036 - ], - [ - -117.36498393999995, - 33.17175621900003 - ], - [ - -117.36489740899998, - 33.171661003000054 - ], - [ - -117.36483947499994, - 33.17159725300007 - ], - [ - -117.36477834699997, - 33.171529992000046 - ], - [ - -117.364738661, - 33.17148632100003 - ], - [ - -117.36471921999998, - 33.17146423300005 - ], - [ - -117.36471379399995, - 33.17145806800005 - ], - [ - -117.36466361599997, - 33.17140105900006 - ], - [ - -117.36460213099997, - 33.17133120900007 - ], - [ - -117.36448663899995, - 33.17119999400006 - ], - [ - -117.36437247499998, - 33.17106162400006 - ], - [ - -117.3642908, - 33.170962633000045 - ], - [ - -117.36425460799995, - 33.17091880400005 - ], - [ - -117.36414752399997, - 33.17078913200004 - ], - [ - -117.36409072699996, - 33.170720353000036 - ], - [ - -117.363981089, - 33.17058758200005 - ], - [ - -117.36392473199999, - 33.17051933400006 - ], - [ - -117.36385598199996, - 33.17043607800008 - ], - [ - -117.36380231199996, - 33.17037092900006 - ], - [ - -117.363696485, - 33.17024246900007 - ], - [ - -117.36358394899997, - 33.170105867000075 - ], - [ - -117.36352616099998, - 33.17003571400005 - ], - [ - -117.36346729799999, - 33.16996426700007 - ], - [ - -117.36341932399995, - 33.16990602800007 - ], - [ - -117.36341103299998, - 33.169895962000055 - ], - [ - -117.36335476699998, - 33.169827664000024 - ], - [ - -117.36335222799994, - 33.169829220000054 - ], - [ - -117.36329496699994, - 33.16975123800006 - ], - [ - -117.36323850799994, - 33.16968028600007 - ], - [ - -117.36320868099995, - 33.16964757100004 - ], - [ - -117.36313897699995, - 33.16956299200007 - ], - [ - -117.36304601599994, - 33.16944839100006 - ], - [ - -117.36295973099999, - 33.169344720000026 - ], - [ - -117.36280373599999, - 33.16915647500008 - ], - [ - -117.36270141099999, - 33.16903811700007 - ], - [ - -117.36270417199995, - 33.16903643200004 - ], - [ - -117.36253820399997, - 33.16883453400004 - ], - [ - -117.36232582799994, - 33.16858082600004 - ], - [ - -117.36222953099997, - 33.16846075600006 - ], - [ - -117.36217312899998, - 33.16839187900007 - ], - [ - -117.36202862999994, - 33.16824655400006 - ], - [ - -117.36194838799997, - 33.16812322100003 - ], - [ - -117.36187111299995, - 33.16802970700007 - ], - [ - -117.361764914, - 33.16790195100003 - ], - [ - -117.36173504299995, - 33.16786601600006 - ], - [ - -117.36162880899997, - 33.167735039000036 - ], - [ - -117.36157287999998, - 33.16766707800008 - ], - [ - -117.36157277799998, - 33.16766695300004 - ], - [ - -117.36157267599998, - 33.16766682900004 - ], - [ - -117.36155246799996, - 33.16764227400006 - ], - [ - -117.36140649999999, - 33.16747043000004 - ], - [ - -117.36123729599996, - 33.16727129800006 - ], - [ - -117.36114107699996, - 33.167156728000066 - ], - [ - -117.36097184999994, - 33.16695485300005 - ], - [ - -117.36087892899997, - 33.16684299700006 - ], - [ - -117.36078266899995, - 33.16672567400008 - ], - [ - -117.36068640999997, - 33.16660835000005 - ], - [ - -117.36058354699998, - 33.16648558800006 - ], - [ - -117.360497233, - 33.16637917000003 - ], - [ - -117.36035116, - 33.166199074000076 - ], - [ - -117.36020505299996, - 33.16601623400004 - ], - [ - -117.36009548399994, - 33.16587978900003 - ], - [ - -117.35999248, - 33.16574603500004 - ], - [ - -117.35988955099998, - 33.16561777700008 - ], - [ - -117.35976997299997, - 33.16546493100003 - ], - [ - -117.35955736499994, - 33.165191985000035 - ], - [ - -117.35947758799995, - 33.16508550300006 - ], - [ - -117.35943067699998, - 33.16502527800003 - ], - [ - -117.35937128599994, - 33.16494902900007 - ], - [ - -117.35926825399997, - 33.16481252600005 - ], - [ - -117.35915868599994, - 33.16467608200003 - ], - [ - -117.35915067999997, - 33.16466626000005 - ], - [ - -117.35894292399996, - 33.16441140500007 - ], - [ - -117.35869325299996, - 33.16458486000005 - ], - [ - -117.35840455099998, - 33.16478542700003 - ], - [ - -117.35831770299995, - 33.16484576400006 - ], - [ - -117.35819000999999, - 33.164933811000026 - ], - [ - -117.35813845899997, - 33.16496935600003 - ], - [ - -117.35810257799994, - 33.164994096000044 - ], - [ - -117.35808235599995, - 33.16500804000003 - ], - [ - -117.35802288999997, - 33.16504904100003 - ], - [ - -117.35785896099998, - 33.165206848000025 - ], - [ - -117.35784732499997, - 33.16522209200008 - ], - [ - -117.35783987899998, - 33.16523432200006 - ], - [ - -117.35783618399995, - 33.16524061500007 - ], - [ - -117.35783264499997, - 33.165246645000025 - ], - [ - -117.35782563499998, - 33.165259056000025 - ], - [ - -117.35781884299996, - 33.16527155600005 - ], - [ - -117.35781326799997, - 33.16528223100005 - ], - [ - -117.35781227299998, - 33.16528413700007 - ], - [ - -117.35780919599995, - 33.16529028100007 - ], - [ - -117.357805929, - 33.16529680200006 - ], - [ - -117.35779980599995, - 33.165309541000056 - ], - [ - -117.35779391199998, - 33.165322358000026 - ], - [ - -117.35778824499994, - 33.16533524700003 - ], - [ - -117.35778280599999, - 33.16534820600003 - ], - [ - -117.35777759899997, - 33.16536123100008 - ], - [ - -117.35777262, - 33.16537431800003 - ], - [ - -117.357767879, - 33.16538746500004 - ], - [ - -117.35776336599997, - 33.16540067500006 - ], - [ - -117.35775908899996, - 33.16541393500006 - ], - [ - -117.35775504699996, - 33.16542725000005 - ], - [ - -117.35775124, - 33.16544061400003 - ], - [ - -117.35774767399994, - 33.16545402600008 - ], - [ - -117.35774434399997, - 33.16546747900003 - ], - [ - -117.35774124899996, - 33.16548097100008 - ], - [ - -117.35773839299998, - 33.16549450100007 - ], - [ - -117.35773578099997, - 33.16550806500004 - ], - [ - -117.35773341, - 33.16552166300005 - ], - [ - -117.35773127899995, - 33.16553528700007 - ], - [ - -117.35773078899996, - 33.16553882000005 - ], - [ - -117.35772938599996, - 33.16554893700004 - ], - [ - -117.35772810199995, - 33.16555959400006 - ], - [ - -117.35772773899998, - 33.16556260800007 - ], - [ - -117.35772633299996, - 33.165576298000076 - ], - [ - -117.357725169, - 33.16559000600006 - ], - [ - -117.35772424799995, - 33.16560372500004 - ], - [ - -117.35772356799998, - 33.16561745700005 - ], - [ - -117.35772313399997, - 33.165631191000045 - ], - [ - -117.35772294099996, - 33.16564494100004 - ], - [ - -117.35772299399997, - 33.16565867600008 - ], - [ - -117.35772328799999, - 33.16567241200005 - ], - [ - -117.35772369999995, - 33.16568330800004 - ], - [ - -117.35772371999997, - 33.165683874000024 - ], - [ - -117.35773709999995, - 33.165966852000054 - ], - [ - -117.35773746299998, - 33.16598059000006 - ], - [ - -117.35773754799999, - 33.16599432900006 - ], - [ - -117.35773735599997, - 33.166008067000064 - ], - [ - -117.35773688199998, - 33.16602180700005 - ], - [ - -117.35773613299995, - 33.16603553500005 - ], - [ - -117.35773510799999, - 33.16604925000007 - ], - [ - -117.35773380299997, - 33.16606294500008 - ], - [ - -117.357732221, - 33.16607662400003 - ], - [ - -117.35773036499995, - 33.166090274000055 - ], - [ - -117.35772896599997, - 33.166099220000035 - ], - [ - -117.35772823399998, - 33.166103898000074 - ], - [ - -117.357726803, - 33.16611196000002 - ], - [ - -117.35772582199996, - 33.16611749100008 - ], - [ - -117.357723137, - 33.16613104500004 - ], - [ - -117.35772018199998, - 33.16614456100007 - ], - [ - -117.35771695099999, - 33.16615803000008 - ], - [ - -117.35771344899996, - 33.166171451000025 - ], - [ - -117.35770967699995, - 33.16618482400003 - ], - [ - -117.35770563299997, - 33.16619813900007 - ], - [ - -117.35770132, - 33.16621139200004 - ], - [ - -117.35769673799996, - 33.16622458100005 - ], - [ - -117.35769189399997, - 33.16623770500007 - ], - [ - -117.35768678099998, - 33.16625075700006 - ], - [ - -117.35768140799996, - 33.16626373400004 - ], - [ - -117.35767576899997, - 33.16627663400004 - ], - [ - -117.35766987399995, - 33.166289447000054 - ], - [ - -117.357663721, - 33.16630217900007 - ], - [ - -117.35765730799994, - 33.16631481500008 - ], - [ - -117.35765064099996, - 33.16632736200006 - ], - [ - -117.35764372299997, - 33.16633981200005 - ], - [ - -117.35763655199997, - 33.16635215800005 - ], - [ - -117.35762942599996, - 33.16636392300006 - ], - [ - -117.35762923199997, - 33.16636424200004 - ], - [ - -117.35762913499997, - 33.166364403000046 - ], - [ - -117.357621468, - 33.166376539000055 - ], - [ - -117.35761355399995, - 33.166388562000066 - ], - [ - -117.357605402, - 33.16640047100003 - ], - [ - -117.35759701199999, - 33.16641226200005 - ], - [ - -117.35758838299995, - 33.166423929000075 - ], - [ - -117.35757951799997, - 33.166435472000046 - ], - [ - -117.35757041699998, - 33.16644689000003 - ], - [ - -117.35756109599998, - 33.166458171000045 - ], - [ - -117.35755154299994, - 33.16646931900004 - ], - [ - -117.35754176499995, - 33.166480328000034 - ], - [ - -117.357531769, - 33.16649119700003 - ], - [ - -117.35752154999994, - 33.16650191800005 - ], - [ - -117.35751111899998, - 33.166512494000074 - ], - [ - -117.35750047199997, - 33.16652292200007 - ], - [ - -117.35748961799999, - 33.16653319400007 - ], - [ - -117.35747855499994, - 33.16654330600005 - ], - [ - -117.35746729299996, - 33.16655326000006 - ], - [ - -117.35745582499999, - 33.16656304900005 - ], - [ - -117.35744416799997, - 33.16657267800008 - ], - [ - -117.35743296299995, - 33.16658161600003 - ], - [ - -117.357432314, - 33.166582135000056 - ], - [ - -117.35742794999999, - 33.166588028000035 - ], - [ - -117.35741800899996, - 33.16659290500007 - ], - [ - -117.35855100899994, - 33.16769388500006 - ], - [ - -117.35855108099997, - 33.16769395400007 - ], - [ - -117.35874087599996, - 33.16787838400006 - ], - [ - -117.35896804799995, - 33.168099131000076 - ], - [ - -117.35905269299997, - 33.168181384000036 - ], - [ - -117.35907734099999, - 33.168205424000064 - ], - [ - -117.35910251099995, - 33.168229980000035 - ], - [ - -117.35914203299996, - 33.168268537000074 - ], - [ - -117.35932428299998, - 33.16844715600007 - ], - [ - -117.35932534499995, - 33.16844819700003 - ], - [ - -117.35955966999995, - 33.168677854000066 - ], - [ - -117.35962994399995, - 33.16874672700004 - ], - [ - -117.35969326299994, - 33.16880878200004 - ], - [ - -117.359714511, - 33.16882960800007 - ], - [ - -117.35971435099998, - 33.168829609000056 - ], - [ - -117.35970906499995, - 33.16882963900002 - ], - [ - -117.35885179699994, - 33.16883457800003 - ], - [ - -117.35885195799995, - 33.16883474000008 - ], - [ - -117.35886534399998, - 33.168848135000076 - ], - [ - -117.35885737299998, - 33.16884813900003 - ], - [ - -117.35878312099999, - 33.16884820900003 - ], - [ - -117.35878293099995, - 33.16884820900003 - ], - [ - -117.35877010599995, - 33.16883530900003 - ], - [ - -117.35833872999996, - 33.16883504300006 - ], - [ - -117.35703484099997, - 33.16884257100003 - ], - [ - -117.35704118799998, - 33.16884990500006 - ], - [ - -117.35665798999997, - 33.16884851800006 - ], - [ - -117.35665575999997, - 33.168845917000056 - ], - [ - -117.35665544299997, - 33.16884554400008 - ], - [ - -117.35653064999997, - 33.168698438000035 - ], - [ - -117.35627897899997, - 33.16884714100007 - ], - [ - -117.35491094999998, - 33.168851575000076 - ], - [ - -117.35403820499994, - 33.16885439400005 - ], - [ - -117.35280119, - 33.16886112800006 - ], - [ - -117.35278981099998, - 33.16886119000003 - ], - [ - -117.35278983099994, - 33.168863963000035 - ], - [ - -117.35280670099996, - 33.17119005100005 - ], - [ - -117.35281418699998, - 33.17222220600007 - ], - [ - -117.35281646399994, - 33.17253625400008 - ], - [ - -117.35281649499996, - 33.17254117900006 - ], - [ - -117.35281905199997, - 33.17274404600005 - ], - [ - -117.35281936899997, - 33.172769284000026 - ], - [ - -117.35282060499998, - 33.17303762700004 - ], - [ - -117.35282075599997, - 33.17307055100002 - ], - [ - -117.35282268799995, - 33.17348977000006 - ], - [ - -117.35282400299997, - 33.17377518700005 - ], - [ - -117.35282401899997, - 33.17378713800008 - ], - [ - -117.35282432399998, - 33.17400393400004 - ], - [ - -117.35282504399999, - 33.174516734000065 - ], - [ - -117.35282504599996, - 33.17451959700003 - ], - [ - -117.35282504899999, - 33.17452003500006 - ], - [ - -117.35283172899994, - 33.17479172000003 - ], - [ - -117.35283173699997, - 33.17479207800005 - ], - [ - -117.35281212999996, - 33.17479225300008 - ], - [ - -117.35233821099996, - 33.174790415000075 - ], - [ - -117.35224981399995, - 33.174790072000064 - ], - [ - -117.35206128399994, - 33.174789141000076 - ], - [ - -117.3515248, - 33.17478649000003 - ], - [ - -117.35152682299997, - 33.174787 - ], - [ - -117.35152787599998, - 33.17478726500008 - ], - [ - -117.35072530899998, - 33.174805106000065 - ], - [ - -117.35072694399997, - 33.174804874000074 - ], - [ - -117.35030307099998, - 33.17479259600003 - ], - [ - -117.35006122699997, - 33.174468337000064 - ], - [ - -117.34990063699996, - 33.17425302000004 - ], - [ - -117.34990030499995, - 33.17425321400003 - ], - [ - -117.34957222999998, - 33.17444464400006 - ], - [ - -117.34903578099994, - 33.17475765000006 - ], - [ - -117.34888273799999, - 33.17484694500007 - ], - [ - -117.34888281499997, - 33.174847046000025 - ], - [ - -117.348900948, - 33.17487095700005 - ], - [ - -117.34910741699997, - 33.17514382000007 - ], - [ - -117.34912200999997, - 33.17516310100007 - ], - [ - -117.34912232599999, - 33.17516351900008 - ], - [ - -117.34928286199994, - 33.17537395800008 - ], - [ - -117.34961777499996, - 33.175759335000066 - ], - [ - -117.349623152, - 33.17597862500003 - ], - [ - -117.34962782399998, - 33.176169119000065 - ], - [ - -117.34962864599999, - 33.176202716000034 - ], - [ - -117.34953444899998, - 33.17620148000003 - ], - [ - -117.34938177899994, - 33.17619947600008 - ], - [ - -117.34936752299996, - 33.176199290000056 - ], - [ - -117.34911811999996, - 33.176196350000055 - ], - [ - -117.34895671899994, - 33.17619444800005 - ], - [ - -117.34861379299997, - 33.17618951900005 - ], - [ - -117.34651856899995, - 33.17615938500006 - ], - [ - -117.34572049599996, - 33.17614789700008 - ], - [ - -117.3446982899999, - 33.176132908000056 - ], - [ - -117.34437696799995, - 33.17612819300007 - ], - [ - -117.34436218599996, - 33.17633535600004 - ], - [ - -117.34430413899997, - 33.17714790800005 - ], - [ - -117.34430180099997, - 33.17718064500008 - ], - [ - -117.34425536699996, - 33.17783062800004 - ], - [ - -117.34425535899999, - 33.17783072700007 - ], - [ - -117.34423977199998, - 33.17804892200007 - ], - [ - -117.34423515499998, - 33.17811354500003 - ], - [ - -117.34418502399996, - 33.17881522500005 - ], - [ - -117.344185, - 33.178815547000056 - ], - [ - -117.34411759999995, - 33.17975903900003 - ], - [ - -117.34411263299995, - 33.17982858600004 - ], - [ - -117.34411261699995, - 33.179828807000035 - ], - [ - -117.34049338499995, - 33.17980693700002 - ], - [ - -117.34047957899998, - 33.17980685300006 - ], - [ - -117.340445102, - 33.17980645500006 - ], - [ - -117.34044304999998, - 33.17980643100003 - ], - [ - -117.34040247299998, - 33.179805961000056 - ], - [ - -117.34012411699996, - 33.17980557800007 - ], - [ - -117.33960016199995, - 33.17980485500004 - ], - [ - -117.33946768199996, - 33.179804673000035 - ], - [ - -117.33946775899994, - 33.17980516700004 - ], - [ - -117.33946746999999, - 33.17980516600005 - ], - [ - -117.339467271, - 33.179805 - ], - [ - -117.33695740599995, - 33.179789121000056 - ], - [ - -117.33694759899998, - 33.17978905900003 - ], - [ - -117.33694433499994, - 33.179789037000035 - ], - [ - -117.33694106299998, - 33.17978901500004 - ], - [ - -117.33620236599995, - 33.179783755000074 - ], - [ - -117.33620224899994, - 33.179783755000074 - ], - [ - -117.336068061, - 33.17978271100003 - ], - [ - -117.33597758699995, - 33.17978369300005 - ], - [ - -117.33587244299997, - 33.17978483400003 - ], - [ - -117.33585998599995, - 33.17978474000006 - ], - [ - -117.335743246, - 33.17978386600004 - ], - [ - -117.33527403299996, - 33.17978035100003 - ], - [ - -117.33270800599996, - 33.17976109800003 - ], - [ - -117.33264735199998, - 33.179760643000066 - ], - [ - -117.33264143099996, - 33.17976064100003 - ], - [ - -117.33256760199998, - 33.17976061400003 - ], - [ - -117.33251197199996, - 33.179760593000026 - ], - [ - -117.33244325099997, - 33.17975927400005 - ], - [ - -117.33172406199998, - 33.17974549100006 - ], - [ - -117.33172395599996, - 33.17974549000007 - ], - [ - -117.331699991, - 33.179745034000064 - ], - [ - -117.33137023599994, - 33.17973308300003 - ], - [ - -117.33135266499994, - 33.17973244500007 - ], - [ - -117.33100190399995, - 33.17985275700005 - ], - [ - -117.33071658499995, - 33.17995062000006 - ], - [ - -117.33057222599996, - 33.179996542000026 - ], - [ - -117.32987823399998, - 33.18021730500004 - ], - [ - -117.32987771199998, - 33.18021747100005 - ], - [ - -117.32947288999998, - 33.18034624500007 - ], - [ - -117.329459107, - 33.18038944500006 - ], - [ - -117.32945892699996, - 33.18039000700003 - ], - [ - -117.32941047499997, - 33.18054187700005 - ], - [ - -117.32928280999994, - 33.18057052800003 - ], - [ - -117.32912312599996, - 33.18060025200003 - ], - [ - -117.32709056699997, - 33.18105364200005 - ], - [ - -117.32690598799996, - 33.18109481000005 - ], - [ - -117.32655354399998, - 33.18116048700006 - ], - [ - -117.32654357499996, - 33.18116222000003 - ], - [ - -117.32646799499997, - 33.18117536800003 - ], - [ - -117.32639435099998, - 33.18118939400006 - ], - [ - -117.32637186099998, - 33.18119403500003 - ], - [ - -117.326332773, - 33.18120208700003 - ], - [ - -117.32632102799994, - 33.18120450600003 - ], - [ - -117.32630872199996, - 33.18120723100003 - ], - [ - -117.32624803599998, - 33.18122067400003 - ], - [ - -117.32617537399994, - 33.181237940000074 - ], - [ - -117.326117093, - 33.18125271200006 - ], - [ - -117.326103091, - 33.181256260000055 - ], - [ - -117.32608842199994, - 33.18126021200004 - ], - [ - -117.32603119699996, - 33.18127562800004 - ], - [ - -117.32595971599994, - 33.18129606000008 - ], - [ - -117.325904488, - 33.18131274700005 - ], - [ - -117.32588866099996, - 33.18131752900007 - ], - [ - -117.32585845099999, - 33.18132716700006 - ], - [ - -117.32581808799995, - 33.181340043000034 - ], - [ - -117.32578440599997, - 33.18135135000006 - ], - [ - -117.32574796499995, - 33.181363582000074 - ], - [ - -117.325730304, - 33.181369817000075 - ], - [ - -117.32567834899999, - 33.18138815700007 - ], - [ - -117.325609252, - 33.18141374800007 - ], - [ - -117.32554071899995, - 33.18144034300008 - ], - [ - -117.32547271799996, - 33.18146795300004 - ], - [ - -117.325405317, - 33.18149654900003 - ], - [ - -117.32538928499997, - 33.18150364600007 - ], - [ - -117.32536781799996, - 33.18151315100005 - ], - [ - -117.32536723299995, - 33.18151340400004 - ], - [ - -117.32534428199995, - 33.18152357400004 - ], - [ - -117.32533851599999, - 33.181526129000076 - ], - [ - -117.32527234099996, - 33.18155668300005 - ], - [ - -117.32523751099995, - 33.18157344200006 - ], - [ - -117.32520681399996, - 33.181588212000065 - ], - [ - -117.32519498299996, - 33.18159413600006 - ], - [ - -117.32514194399994, - 33.18162069700003 - ], - [ - -117.32507775799996, - 33.18165412500008 - ], - [ - -117.32503372099995, - 33.18168126900002 - ], - [ - -117.32502211999997, - 33.18168842000006 - ], - [ - -117.32496607699994, - 33.18171571900007 - ], - [ - -117.32493047199995, - 33.181732176000025 - ], - [ - -117.32489450699995, - 33.18174811200004 - ], - [ - -117.32486885299994, - 33.181759009000075 - ], - [ - -117.32485824099996, - 33.181763516000046 - ], - [ - -117.32484602099998, - 33.18176848400003 - ], - [ - -117.32484547299998, - 33.18176870600007 - ], - [ - -117.32482166299997, - 33.18177837800005 - ], - [ - -117.32478477199999, - 33.181792708000046 - ], - [ - -117.32474757999995, - 33.181806496000036 - ], - [ - -117.32471012199994, - 33.181819733000054 - ], - [ - -117.32467238599997, - 33.18183241600008 - ], - [ - -117.32463439699995, - 33.181844538000064 - ], - [ - -117.32459616399996, - 33.181856106000055 - ], - [ - -117.32455768999995, - 33.181867114000056 - ], - [ - -117.32451899699998, - 33.181877549000035 - ], - [ - -117.32448009499996, - 33.181887421000056 - ], - [ - -117.324411409, - 33.18190429400005 - ], - [ - -117.32434237899997, - 33.181920149000064 - ], - [ - -117.32427303099996, - 33.18193499800003 - ], - [ - -117.32420338799994, - 33.18194881900007 - ], - [ - -117.32413346199996, - 33.18196162300006 - ], - [ - -117.324063288, - 33.18197339000005 - ], - [ - -117.32399559999999, - 33.18198371500006 - ], - [ - -117.32399288799996, - 33.181984131000036 - ], - [ - -117.32392226399998, - 33.18199383000007 - ], - [ - -117.32385143899995, - 33.182002503000035 - ], - [ - -117.32379124299996, - 33.18200883700007 - ], - [ - -117.32373091699998, - 33.18201429000004 - ], - [ - -117.32367048599997, - 33.182018853000045 - ], - [ - -117.32360997299998, - 33.182022525000036 - ], - [ - -117.32354938999998, - 33.18202531700007 - ], - [ - -117.32348876199995, - 33.18202720900007 - ], - [ - -117.32342809899995, - 33.182028219000074 - ], - [ - -117.32336742599995, - 33.182028339000055 - ], - [ - -117.32330675299994, - 33.18202755600004 - ], - [ - -117.32324611599995, - 33.18202589400005 - ], - [ - -117.32318551399999, - 33.18202333900007 - ], - [ - -117.323124985, - 33.18201989200003 - ], - [ - -117.32306452799997, - 33.18201556300005 - ], - [ - -117.32300416599998, - 33.18201034300006 - ], - [ - -117.32294393399997, - 33.182004240000026 - ], - [ - -117.32288383199995, - 33.18199724600004 - ], - [ - -117.32268911199998, - 33.18196054300006 - ], - [ - -117.32257679899999, - 33.18193701900003 - ], - [ - -117.32246499499996, - 33.18191181700007 - ], - [ - -117.32235372599996, - 33.181884997000054 - ], - [ - -117.32224302499998, - 33.18185654700005 - ], - [ - -117.32213294099995, - 33.18182646900004 - ], - [ - -117.32202349599999, - 33.181794781000065 - ], - [ - -117.32191472699998, - 33.18176149300007 - ], - [ - -117.32180666699998, - 33.18172661400007 - ], - [ - -117.32169934199999, - 33.18169015500007 - ], - [ - -117.32161207299998, - 33.18165900500003 - ], - [ - -117.32159279899997, - 33.18165212400004 - ], - [ - -117.32149714899998, - 33.181618111000034 - ], - [ - -117.32140806499996, - 33.18158643100003 - ], - [ - -117.32125204299996, - 33.18153388800005 - ], - [ - -117.32109496799995, - 33.18148363900008 - ], - [ - -117.32093687199995, - 33.18143570700005 - ], - [ - -117.32077780499998, - 33.18139010900006 - ], - [ - -117.32061780999999, - 33.18134683900007 - ], - [ - -117.32061758199995, - 33.18134678000007 - ], - [ - -117.32061406899999, - 33.18134588500004 - ], - [ - -117.32045694199996, - 33.18130593700005 - ], - [ - -117.32036129699998, - 33.18128314200004 - ], - [ - -117.320295252, - 33.18126740100007 - ], - [ - -117.32029211399998, - 33.18126670300006 - ], - [ - -117.32025775399995, - 33.18125906100005 - ], - [ - -117.31866267899994, - 33.18080628200005 - ], - [ - -117.31857104599999, - 33.18078537900004 - ], - [ - -117.317702307, - 33.18058720200003 - ], - [ - -117.31767763699997, - 33.180582369000035 - ], - [ - -117.31592268599996, - 33.18023841100006 - ], - [ - -117.31516848799998, - 33.18014023300003 - ], - [ - -117.31514533199999, - 33.18006294500003 - ], - [ - -117.31508119699998, - 33.180052330000024 - ], - [ - -117.31503994199994, - 33.18010784100005 - ], - [ - -117.31502926599995, - 33.18012220500003 - ], - [ - -117.31458942799998, - 33.180068181000024 - ], - [ - -117.31172113999997, - 33.17971583700006 - ], - [ - -117.31163920899996, - 33.179705772000034 - ], - [ - -117.31159439899994, - 33.179700267000044 - ], - [ - -117.31152937499996, - 33.17969227900005 - ], - [ - -117.31152718899995, - 33.17969201000005 - ], - [ - -117.31128285699998, - 33.17966198800008 - ], - [ - -117.31079072399996, - 33.17948510600007 - ], - [ - -117.31079071899995, - 33.17948490900005 - ], - [ - -117.31078960199994, - 33.17948450700004 - ], - [ - -117.31078945899998, - 33.179484493000075 - ], - [ - -117.31076583, - 33.17947599900003 - ], - [ - -117.31020264799997, - 33.179273540000054 - ], - [ - -117.31002594799997, - 33.17929828600006 - ], - [ - -117.30968358799998, - 33.17952319500006 - ], - [ - -117.30968299799997, - 33.17952358200006 - ], - [ - -117.30963384799998, - 33.17955587000006 - ], - [ - -117.30947205299998, - 33.17957822600005 - ], - [ - -117.30947023899995, - 33.179578477000064 - ], - [ - -117.30946906899999, - 33.17957865400007 - ], - [ - -117.30911259299995, - 33.17963261400007 - ], - [ - -117.30894712699995, - 33.179656968000074 - ], - [ - -117.30870539499995, - 33.17969562800005 - ], - [ - -117.30844151199994, - 33.17974490100005 - ], - [ - -117.30817965899996, - 33.17980126600003 - ], - [ - -117.30792007899998, - 33.17986465100006 - ], - [ - -117.30766305599997, - 33.17993500400007 - ], - [ - -117.30740883399994, - 33.18001225300003 - ], - [ - -117.30715769799997, - 33.18009630700004 - ], - [ - -117.30692344099998, - 33.180181910000044 - ], - [ - -117.30641360299995, - 33.18027138200006 - ], - [ - -117.30610954199994, - 33.18032474000006 - ], - [ - -117.304019397, - 33.18111063200007 - ], - [ - -117.30337744699995, - 33.18127828000007 - ], - [ - -117.30321257399999, - 33.181449427000075 - ], - [ - -117.30146850899996, - 33.18203812300004 - ], - [ - -117.30099269699997, - 33.18200031500004 - ], - [ - -117.30011295999998, - 33.182448511000075 - ], - [ - -117.30003869399997, - 33.18229292900003 - ], - [ - -117.29952386699995, - 33.182340357000044 - ], - [ - -117.29937176499999, - 33.18235436900005 - ], - [ - -117.29937041899996, - 33.18224164700007 - ], - [ - -117.29936974499998, - 33.18222361100004 - ], - [ - -117.29936801799994, - 33.18217680600003 - ], - [ - -117.29936225999995, - 33.18202093700006 - ], - [ - -117.29936224, - 33.18202037200007 - ], - [ - -117.29934355899996, - 33.18151455700007 - ], - [ - -117.29933339699994, - 33.18123435800004 - ], - [ - -117.29932250899998, - 33.18093417000006 - ], - [ - -117.29927630399999, - 33.17966021900003 - ], - [ - -117.29927036599997, - 33.179534810000064 - ], - [ - -117.29920651599997, - 33.177915589000065 - ], - [ - -117.29920583699999, - 33.177812317000075 - ], - [ - -117.29920575799997, - 33.17780015500006 - ], - [ - -117.29920145999995, - 33.17768472800003 - ], - [ - -117.29918367699997, - 33.17720721400008 - ], - [ - -117.29915768599994, - 33.17650944600007 - ], - [ - -117.29900814299998, - 33.17600543700007 - ], - [ - -117.29889122399999, - 33.17561137900003 - ], - [ - -117.29889116299995, - 33.175611176000075 - ], - [ - -117.29887756199997, - 33.17556533700008 - ], - [ - -117.29740438799996, - 33.175592547000065 - ], - [ - -117.29668875599998, - 33.17560576100004 - ], - [ - -117.29628772799998, - 33.17561316000007 - ], - [ - -117.29583676899995, - 33.175621480000075 - ], - [ - -117.29558776199997, - 33.17562607600007 - ], - [ - -117.29543745899997, - 33.17562884700004 - ], - [ - -117.29529022199995, - 33.17563156700004 - ], - [ - -117.29514991899998, - 33.17563415200004 - ], - [ - -117.29501574099999, - 33.17563662600003 - ], - [ - -117.29482316499997, - 33.17564017900003 - ], - [ - -117.29469265599994, - 33.17564258500005 - ], - [ - -117.29456174299997, - 33.17564499900004 - ], - [ - -117.29443433299997, - 33.17564735000008 - ], - [ - -117.29430034799998, - 33.17564982000005 - ], - [ - -117.29416617099997, - 33.17565229400003 - ], - [ - -117.29403921299996, - 33.17565463500006 - ], - [ - -117.29362331799996, - 33.175662302000035 - ], - [ - -117.29285592399998, - 33.17567644500008 - ], - [ - -117.29277257599995, - 33.17567798400006 - ], - [ - -117.292342551, - 33.17566169400004 - ], - [ - -117.29227093599997, - 33.175662862000024 - ], - [ - -117.29195187799996, - 33.175668073000054 - ], - [ - -117.29189645799994, - 33.17566897800003 - ], - [ - -117.29183860499995, - 33.175669922000054 - ], - [ - -117.29163822199996, - 33.175673190000055 - ], - [ - -117.29140472399996, - 33.175676999000075 - ], - [ - -117.29136727899999, - 33.17567761000004 - ], - [ - -117.29110555299997, - 33.17568188000007 - ], - [ - -117.29084072899997, - 33.175686201000076 - ], - [ - -117.29063175199997, - 33.175689609000074 - ], - [ - -117.29038305999995, - 33.17569366400005 - ], - [ - -117.29014642099997, - 33.175697522000064 - ], - [ - -117.28994563699996, - 33.17570079700005 - ], - [ - -117.28974260399997, - 33.17570410800005 - ], - [ - -117.28956501099998, - 33.175707001000035 - ], - [ - -117.28953642199997, - 33.17570743300007 - ], - [ - -117.28939836599994, - 33.175709520000055 - ], - [ - -117.28932343499997, - 33.17571065100003 - ], - [ - -117.28923498899997, - 33.175711989000035 - ], - [ - -117.28910702699994, - 33.17571392200006 - ], - [ - -117.28906832499996, - 33.175714507000066 - ], - [ - -117.28891802099997, - 33.17571693100007 - ], - [ - -117.28889132699999, - 33.17571736100007 - ], - [ - -117.28878402499998, - 33.17571908900004 - ], - [ - -117.28863045699995, - 33.175721562000035 - ], - [ - -117.288434382, - 33.17572472200004 - ], - [ - -117.28837178899994, - 33.17572567700006 - ], - [ - -117.28829026999995, - 33.175726928000074 - ], - [ - -117.28822525899994, - 33.17572792500005 - ], - [ - -117.28811008499997, - 33.175729690000026 - ], - [ - -117.28793769299995, - 33.17573233000007 - ], - [ - -117.28784564199998, - 33.17573380500005 - ], - [ - -117.28773259899998, - 33.175735615000065 - ], - [ - -117.28764686399995, - 33.17573698800004 - ], - [ - -117.28762040099997, - 33.175737412000046 - ], - [ - -117.28758747799998, - 33.17573794000003 - ], - [ - -117.28732248199998, - 33.17574218200008 - ], - [ - -117.28731028699997, - 33.17574237700006 - ], - [ - -117.28717632099995, - 33.175744447000056 - ], - [ - -117.28706467199999, - 33.175746169000035 - ], - [ - -117.286921426, - 33.17574837800004 - ], - [ - -117.28688548199995, - 33.17574891400005 - ], - [ - -117.28682283499995, - 33.17574984600003 - ], - [ - -117.28667962599997, - 33.17575197800005 - ], - [ - -117.28660684699997, - 33.175753060000034 - ], - [ - -117.286499887, - 33.17575465200002 - ], - [ - -117.28632343499999, - 33.175757254000075 - ], - [ - -117.28630118999996, - 33.175757857000065 - ], - [ - -117.28609767999995, - 33.17576337500003 - ], - [ - -117.28609741499997, - 33.17576110300007 - ], - [ - -117.28609735599997, - 33.175760592000074 - ], - [ - -117.28588732299994, - 33.17576391000006 - ], - [ - -117.28588713299996, - 33.175763913000026 - ], - [ - -117.28588726099997, - 33.17576529100006 - ], - [ - -117.28568952399996, - 33.17576720300008 - ], - [ - -117.28567968999994, - 33.17576729800004 - ], - [ - -117.28551631799996, - 33.17576996300005 - ], - [ - -117.28537810999995, - 33.17577221700003 - ], - [ - -117.28535618499996, - 33.17577257500005 - ], - [ - -117.28531937999998, - 33.175773176000064 - ], - [ - -117.28519281599995, - 33.175775239000075 - ], - [ - -117.28502614799999, - 33.175777958000026 - ], - [ - -117.28486603799996, - 33.175780333000034 - ], - [ - -117.28459790999995, - 33.17578431100003 - ], - [ - -117.28446736999996, - 33.175786248000065 - ], - [ - -117.28425761399996, - 33.175789558000076 - ], - [ - -117.28421574699996, - 33.17579021800003 - ], - [ - -117.28417217899994, - 33.17579058100006 - ], - [ - -117.28391674899996, - 33.17579271200003 - ], - [ - -117.28391649599996, - 33.17579271400007 - ], - [ - -117.283915875, - 33.175715557000046 - ], - [ - -117.28391545699998, - 33.175663549000035 - ], - [ - -117.28391521499998, - 33.17563338900004 - ], - [ - -117.28391402399996, - 33.175484906000065 - ], - [ - -117.283912526, - 33.175298019000024 - ], - [ - -117.28390988899997, - 33.17481169100006 - ], - [ - -117.28390927599997, - 33.174698876000036 - ], - [ - -117.28390823599995, - 33.174434346000055 - ], - [ - -117.28390791399994, - 33.17435257600005 - ], - [ - -117.28390552899998, - 33.17397925600005 - ], - [ - -117.28390494999996, - 33.17388865000004 - ], - [ - -117.28390449099999, - 33.173816645000045 - ], - [ - -117.28390429799998, - 33.17378097100004 - ], - [ - -117.28390204799996, - 33.173366188000045 - ], - [ - -117.283901389, - 33.17324498800008 - ], - [ - -117.28303548899999, - 33.172982853000065 - ], - [ - -117.282854177, - 33.173052840000025 - ], - [ - -117.28275894799998, - 33.17308959800005 - ], - [ - -117.28274947099999, - 33.17309301200004 - ], - [ - -117.28274909099997, - 33.173093151000046 - ], - [ - -117.28168823799996, - 33.17347506700003 - ], - [ - -117.28167277399996, - 33.173479505000046 - ], - [ - -117.28165742699997, - 33.17348422200007 - ], - [ - -117.281642203, - 33.173489208000035 - ], - [ - -117.28162710499998, - 33.17349446000003 - ], - [ - -117.28162490699998, - 33.173495270000046 - ], - [ - -117.28162474399994, - 33.17349533000004 - ], - [ - -117.28161213799996, - 33.17349998000003 - ], - [ - -117.28159731199997, - 33.17350575900008 - ], - [ - -117.28158263699999, - 33.17351179900004 - ], - [ - -117.28156811099996, - 33.17351809400003 - ], - [ - -117.28155374699998, - 33.17352464500004 - ], - [ - -117.28153955299996, - 33.17353144700007 - ], - [ - -117.28152552499995, - 33.17353849500006 - ], - [ - -117.28151167599998, - 33.17354579100004 - ], - [ - -117.28149801099994, - 33.17355333000006 - ], - [ - -117.28148453899996, - 33.17356110400004 - ], - [ - -117.28147126799996, - 33.173569119000035 - ], - [ - -117.28145819399998, - 33.173577359000035 - ], - [ - -117.28144532699997, - 33.17358583200007 - ], - [ - -117.28143267399997, - 33.173594526000045 - ], - [ - -117.28090904299995, - 33.17391580000003 - ], - [ - -117.28089839299997, - 33.17412202600008 - ], - [ - -117.28031782899996, - 33.17422305000002 - ], - [ - -117.28004899399997, - 33.17416567600003 - ], - [ - -117.27957407199995, - 33.174064319000024 - ], - [ - -117.27957410899995, - 33.17418474500005 - ], - [ - -117.279574315, - 33.17486688200006 - ], - [ - -117.27957435499997, - 33.17499330100003 - ], - [ - -117.27957456799999, - 33.17568499500004 - ], - [ - -117.27957459799995, - 33.17577937300007 - ], - [ - -117.27840894399998, - 33.17577809000005 - ], - [ - -117.27797310999995, - 33.175777606000054 - ], - [ - -117.27792052099994, - 33.17577758500005 - ], - [ - -117.27772798199999, - 33.175777509000056 - ], - [ - -117.27771326299995, - 33.17577750400005 - ], - [ - -117.27754852699996, - 33.17577743900006 - ], - [ - -117.27749918799998, - 33.17577742100008 - ], - [ - -117.27740582999996, - 33.17577738400007 - ], - [ - -117.27727037999995, - 33.17577733100006 - ], - [ - -117.2770154899999, - 33.17577723000005 - ], - [ - -117.27680303899996, - 33.175777149000055 - ], - [ - -117.27665947799994, - 33.17577709200003 - ], - [ - -117.27659711999996, - 33.17577706700007 - ], - [ - -117.27646083299999, - 33.17577701300007 - ], - [ - -117.27639123799997, - 33.17577698500003 - ], - [ - -117.27618205299996, - 33.17577690300004 - ], - [ - -117.27597286099996, - 33.17577682000007 - ], - [ - -117.27566915799997, - 33.17577669700006 - ], - [ - -117.27531574099999, - 33.17577655500003 - ], - [ - -117.27527345099998, - 33.17577653700005 - ], - [ - -117.27527311499995, - 33.17585332700003 - ], - [ - -117.27527256099995, - 33.175979933000065 - ], - [ - -117.27527265199996, - 33.17617060500004 - ], - [ - -117.27527272099996, - 33.17631249900006 - ], - [ - -117.27527279599997, - 33.176474667000036 - ], - [ - -117.27527283399996, - 33.176556436000055 - ], - [ - -117.27527287399994, - 33.176642307000066 - ], - [ - -117.27527297599994, - 33.176853949000076 - ], - [ - -117.27527360299996, - 33.17718520500006 - ], - [ - -117.27514941099997, - 33.177187537000066 - ], - [ - -117.27495316499994, - 33.177187969000045 - ], - [ - -117.27438425099996, - 33.177189215000055 - ], - [ - -117.274244093, - 33.17718952300004 - ], - [ - -117.27310658399995, - 33.17717967500005 - ], - [ - -117.27300686299998, - 33.177179126000055 - ], - [ - -117.272403253, - 33.17717580300007 - ], - [ - -117.27219464899997, - 33.177174652000076 - ], - [ - -117.27210833, - 33.177174179000076 - ], - [ - -117.27210803499997, - 33.17717417700004 - ], - [ - -117.272107985, - 33.17717417500006 - ], - [ - -117.27150824499995, - 33.17717086500005 - ], - [ - -117.27112167799999, - 33.177166311000065 - ], - [ - -117.270959082, - 33.17716439000003 - ], - [ - -117.27094792699995, - 33.176206293000064 - ], - [ - -117.27094533299999, - 33.175983451000036 - ], - [ - -117.27093892399995, - 33.17543301300003 - ], - [ - -117.270936238, - 33.17520239300006 - ], - [ - -117.27093111299996, - 33.17476219300005 - ], - [ - -117.27093111199997, - 33.17476210500007 - ], - [ - -117.27091617199994, - 33.17347902600005 - ], - [ - -117.27091487799999, - 33.173358257000075 - ], - [ - -117.27091355199997, - 33.173234456000046 - ], - [ - -117.27091040499994, - 33.17294071200007 - ], - [ - -117.27091022299999, - 33.17292371100007 - ], - [ - -117.27090686699995, - 33.17261057700006 - ], - [ - -117.27089458899997, - 33.171464671000024 - ], - [ - -117.270885223, - 33.170590623000066 - ], - [ - -117.27087880499994, - 33.16999175400008 - ], - [ - -117.27087856599996, - 33.16996951600004 - ], - [ - -117.27087839199999, - 33.16995302500004 - ], - [ - -117.27087836599998, - 33.16995028100007 - ], - [ - -117.27087689899997, - 33.169799123000075 - ], - [ - -117.27087280799998, - 33.16945010200004 - ], - [ - -117.27087027399995, - 33.169186266000054 - ], - [ - -117.27086798899995, - 33.16899389300005 - ], - [ - -117.27086681299994, - 33.16887085900004 - ], - [ - -117.27086614999996, - 33.16880151200007 - ], - [ - -117.27086438099997, - 33.16861623500006 - ], - [ - -117.27086431299995, - 33.168609135000054 - ], - [ - -117.27086331199996, - 33.16850471500004 - ], - [ - -117.270862605, - 33.16844698400007 - ], - [ - -117.27086223299995, - 33.168416757000045 - ], - [ - -117.27085987299995, - 33.16822438300005 - ], - [ - -117.270859842, - 33.16821298600007 - ], - [ - -117.27085943999998, - 33.168068832000074 - ], - [ - -117.27085937499999, - 33.168045171000074 - ], - [ - -117.270859353, - 33.16803748600006 - ], - [ - -117.2708586, - 33.16797973000007 - ], - [ - -117.27085677199995, - 33.16783962200003 - ], - [ - -117.27085785, - 33.167686798000034 - ], - [ - -117.27085810999995, - 33.16764995800003 - ], - [ - -117.27085617699998, - 33.167457581000065 - ], - [ - -117.27085693099997, - 33.16726793000004 - ], - [ - -117.27085540699994, - 33.16712291500005 - ], - [ - -117.27085485199996, - 33.16707005600006 - ], - [ - -117.27085442199996, - 33.167051825000044 - ], - [ - -117.27084972699998, - 33.16685318100008 - ], - [ - -117.27084927499999, - 33.16683406100003 - ], - [ - -117.27084632999998, - 33.16658169100003 - ], - [ - -117.27084357999996, - 33.16636112500004 - ], - [ - -117.27084048799998, - 33.16611321400006 - ], - [ - -117.27082418299995, - 33.16480589400004 - ], - [ - -117.27081852899994, - 33.164352507000046 - ], - [ - -117.270789386, - 33.16226845700004 - ], - [ - -117.27079610599998, - 33.161674137000034 - ], - [ - -117.270797185, - 33.161578700000064 - ], - [ - -117.270797013, - 33.161562555000046 - ], - [ - -117.27079701799994, - 33.16153232600004 - ], - [ - -117.27079709099996, - 33.161004614000035 - ], - [ - -117.27078963599996, - 33.160515942000075 - ], - [ - -117.27076950699995, - 33.15919633200008 - ], - [ - -117.27076304899998, - 33.158343959000035 - ], - [ - -117.27076194899996, - 33.15819868300002 - ], - [ - -117.27075974499996, - 33.157907720000026 - ], - [ - -117.27075732699996, - 33.15758856300005 - ], - [ - -117.27075595599996, - 33.157453899000075 - ], - [ - -117.27074596099999, - 33.156472730000075 - ], - [ - -117.27073646999997, - 33.15554111700004 - ], - [ - -117.2707240299999, - 33.15432000200008 - ], - [ - -117.27071715599999, - 33.15364520600008 - ], - [ - -117.270711469, - 33.15308695900006 - ], - [ - -117.27071146799994, - 33.15308691000007 - ], - [ - -117.26950261699994, - 33.15309685900007 - ], - [ - -117.26836228399998, - 33.153097212000034 - ], - [ - -117.26834267799995, - 33.153097219000074 - ], - [ - -117.26814993, - 33.153097280000054 - ], - [ - -117.26786947699998, - 33.153097365000065 - ], - [ - -117.26743327499997, - 33.15309749700003 - ], - [ - -117.267012347, - 33.153097622000075 - ], - [ - -117.26701188599998, - 33.153097622000075 - ], - [ - -117.26627289399994, - 33.153097840000044 - ], - [ - -117.26598802899997, - 33.15309792200003 - ], - [ - -117.26596396099995, - 33.15309792900007 - ], - [ - -117.26516139199998, - 33.153098157000045 - ], - [ - -117.26479732999996, - 33.153098260000036 - ], - [ - -117.264696185, - 33.153098287000034 - ], - [ - -117.26417290899997, - 33.153098432000036 - ], - [ - -117.26206537499996, - 33.153098991000036 - ], - [ - -117.26185675199997, - 33.15309904500003 - ], - [ - -117.26185675, - 33.153099127000075 - ], - [ - -117.26185586499997, - 33.15315700800005 - ], - [ - -117.26184817499995, - 33.15365982000003 - ], - [ - -117.26183676799997, - 33.15439286800006 - ], - [ - -117.26182922699996, - 33.154877516000056 - ], - [ - -117.26182866999994, - 33.15491327700005 - ], - [ - -117.26182863599996, - 33.15491370600006 - ], - [ - -117.26182749999998, - 33.154929123000045 - ], - [ - -117.26014488099997, - 33.15712919900005 - ], - [ - -117.25939651299996, - 33.15810226800005 - ], - [ - -117.25938351399998, - 33.15811916800004 - ], - [ - -117.25922940299995, - 33.158319550000044 - ], - [ - -117.25920518599997, - 33.158351036000056 - ], - [ - -117.25916470799996, - 33.15840107300005 - ], - [ - -117.25913312199998, - 33.15843767400003 - ], - [ - -117.25912574599994, - 33.15844648700005 - ], - [ - -117.25880189199995, - 33.15887511600005 - ], - [ - -117.25872781699996, - 33.15897189900005 - ], - [ - -117.25865374099999, - 33.159068682000054 - ], - [ - -117.25858211899998, - 33.15916226400003 - ], - [ - -117.25850656799997, - 33.15926097200003 - ], - [ - -117.25843380899994, - 33.15935574400004 - ], - [ - -117.25835578599998, - 33.15945764300005 - ], - [ - -117.25828562299995, - 33.15954928800005 - ], - [ - -117.25821152999998, - 33.159646063000025 - ], - [ - -117.258139885, - 33.15973963500005 - ], - [ - -117.25806578999999, - 33.15983640700006 - ], - [ - -117.2579917, - 33.15993318000005 - ], - [ - -117.25792354199996, - 33.160022199000025 - ], - [ - -117.25784989199997, - 33.16011839600003 - ], - [ - -117.25777727099995, - 33.16021323800004 - ], - [ - -117.25769925199995, - 33.16031514200006 - ], - [ - -117.25769416799994, - 33.16032178200004 - ], - [ - -117.25762122999998, - 33.16041704500003 - ], - [ - -117.25751993299997, - 33.16054868000003 - ], - [ - -117.25740914999994, - 33.16069263600008 - ], - [ - -117.25733135899998, - 33.16079371500007 - ], - [ - -117.25731686499995, - 33.160812548000024 - ], - [ - -117.25664184899995, - 33.16168969100005 - ], - [ - -117.25658615299994, - 33.16175894000003 - ], - [ - -117.25652637899998, - 33.16183325500003 - ], - [ - -117.25631811299996, - 33.162104734000025 - ], - [ - -117.25607891899995, - 33.16241672900003 - ], - [ - -117.25587685799997, - 33.162679913000034 - ], - [ - -117.25570929699995, - 33.16289832700005 - ], - [ - -117.25560709599995, - 33.16303154900004 - ], - [ - -117.25551225299995, - 33.163155173000064 - ], - [ - -117.25541569799998, - 33.16327966800003 - ], - [ - -117.25540313, - 33.16329603600008 - ], - [ - -117.25532227399998, - 33.163401330000056 - ], - [ - -117.25522245699995, - 33.163531317000036 - ], - [ - -117.25513220099998, - 33.163647436000076 - ], - [ - -117.25511940799998, - 33.163664080000046 - ], - [ - -117.25511619599996, - 33.163668296000026 - ], - [ - -117.25494878099994, - 33.16388809000006 - ], - [ - -117.25477198899995, - 33.164115088000074 - ], - [ - -117.25470422499995, - 33.164203058000055 - ], - [ - -117.25455269099996, - 33.164399771000035 - ], - [ - -117.25440138899995, - 33.16459616000003 - ], - [ - -117.25430923399995, - 33.164715786000045 - ], - [ - -117.25426291399998, - 33.164775915000064 - ], - [ - -117.25421806299994, - 33.164834135000035 - ], - [ - -117.25412442699997, - 33.16495568600004 - ], - [ - -117.25403440999997, - 33.16507193700005 - ], - [ - -117.25394222799997, - 33.16519154800005 - ], - [ - -117.25391022999997, - 33.16523306300007 - ], - [ - -117.25385394399996, - 33.16530693500005 - ], - [ - -117.25376376999998, - 33.165423101000044 - ], - [ - -117.25366715799998, - 33.16554756600004 - ], - [ - -117.253570745, - 33.16567214100007 - ], - [ - -117.25348360499999, - 33.16578512500007 - ], - [ - -117.25347456799994, - 33.16579684300007 - ], - [ - -117.253465716, - 33.16580832000005 - ], - [ - -117.25337838999997, - 33.16592154400007 - ], - [ - -117.25328073299994, - 33.16604816900008 - ], - [ - -117.25314873999997, - 33.166222393000055 - ], - [ - -117.253075777, - 33.166317047000064 - ], - [ - -117.25285015699995, - 33.16661302500006 - ], - [ - -117.25282573699997, - 33.166645059000075 - ], - [ - -117.25282564599996, - 33.16664517900006 - ], - [ - -117.252781283, - 33.16670337700003 - ], - [ - -117.25277071599999, - 33.166717240000025 - ], - [ - -117.25274948999999, - 33.16674508600005 - ], - [ - -117.25264323199997, - 33.16688406000003 - ], - [ - -117.25260781699996, - 33.166930379000064 - ], - [ - -117.252292265, - 33.16734245500004 - ], - [ - -117.25210226499996, - 33.16758860700003 - ], - [ - -117.25132210399994, - 33.168606354000076 - ], - [ - -117.25079695, - 33.169291421000025 - ], - [ - -117.25056697199994, - 33.169595955000034 - ], - [ - -117.25057049799995, - 33.16959948500005 - ], - [ - -117.24888419699994, - 33.171760981000034 - ], - [ - -117.24889258099995, - 33.17176487300003 - ], - [ - -117.24995146799995, - 33.17225638300005 - ], - [ - -117.250005279, - 33.17228136700004 - ], - [ - -117.25025975399996, - 33.17239948400004 - ], - [ - -117.25102381, - 33.17275412500004 - ], - [ - -117.25106317399997, - 33.17277239600003 - ], - [ - -117.25172632199997, - 33.17308019700005 - ], - [ - -117.25184123699995, - 33.17313353600008 - ], - [ - -117.25184164599995, - 33.173133722000046 - ], - [ - -117.25184205499994, - 33.17313391400006 - ], - [ - -117.25238441999994, - 33.173385651000046 - ], - [ - -117.25296078999997, - 33.17365316300004 - ], - [ - -117.25345494799996, - 33.17385599200003 - ], - [ - -117.25373160599997, - 33.174010717000044 - ], - [ - -117.25454567199995, - 33.17438570000007 - ], - [ - -117.2553214499999, - 33.17474303900008 - ], - [ - -117.25539869699998, - 33.174777422000034 - ], - [ - -117.25540103799995, - 33.174778504000074 - ], - [ - -117.25563611799998, - 33.17488710900005 - ], - [ - -117.25563630699997, - 33.17488719700003 - ], - [ - -117.256142061, - 33.17512084500004 - ], - [ - -117.25698742199995, - 33.17551138300007 - ], - [ - -117.25758766099995, - 33.17578702700007 - ], - [ - -117.25768726499996, - 33.17583276700003 - ], - [ - -117.25785373999997, - 33.17590897400004 - ], - [ - -117.258721875, - 33.17630636900003 - ], - [ - -117.25953379199996, - 33.176678020000054 - ], - [ - -117.26021388499998, - 33.17699140800005 - ], - [ - -117.26022959299996, - 33.176998645000026 - ], - [ - -117.26061419799998, - 33.17717587200008 - ], - [ - -117.26104060399996, - 33.177372356000035 - ], - [ - -117.261468848, - 33.17756968300006 - ], - [ - -117.26168071499995, - 33.177667308000025 - ], - [ - -117.26186666999996, - 33.177752991000034 - ], - [ - -117.26227089099996, - 33.17793924700004 - ], - [ - -117.262501698, - 33.17804305800007 - ], - [ - -117.26251618599997, - 33.17804970700007 - ], - [ - -117.26267260599997, - 33.17812149900004 - ], - [ - -117.26308973, - 33.17831295000008 - ], - [ - -117.26345063799994, - 33.17847859600005 - ], - [ - -117.26381223099997, - 33.17864455300003 - ], - [ - -117.263970014, - 33.17871697100003 - ], - [ - -117.26417508799994, - 33.178811092000046 - ], - [ - -117.264368532, - 33.178899874000024 - ], - [ - -117.26436868499997, - 33.17889994500007 - ], - [ - -117.26447605199996, - 33.17894922200003 - ], - [ - -117.26488731599994, - 33.179137970000056 - ], - [ - -117.26505405299997, - 33.179219268000054 - ], - [ - -117.26546603599996, - 33.17940946700003 - ], - [ - -117.26562734099997, - 33.17948393200004 - ], - [ - -117.26567487299997, - 33.17950587300004 - ], - [ - -117.26595454099999, - 33.179634978000024 - ], - [ - -117.26615461799997, - 33.17972733900007 - ], - [ - -117.26629737099995, - 33.17979323800006 - ], - [ - -117.26646642599997, - 33.179871278000064 - ], - [ - -117.26652265099995, - 33.17989748900004 - ], - [ - -117.26654575799995, - 33.17990826000005 - ], - [ - -117.26654594699994, - 33.179908348000026 - ], - [ - -117.26654938299998, - 33.17990995100007 - ], - [ - -117.26658386799994, - 33.17992602500004 - ], - [ - -117.26688110699996, - 33.18006457900003 - ], - [ - -117.26703845799994, - 33.18013534200003 - ], - [ - -117.26723598199999, - 33.18022657500006 - ], - [ - -117.267327992, - 33.18026903600003 - ], - [ - -117.26758747499997, - 33.180388777000076 - ], - [ - -117.26788640599995, - 33.18052676600007 - ], - [ - -117.26794906999999, - 33.18055603900007 - ], - [ - -117.26829741299997, - 33.18071808800005 - ], - [ - -117.26872787999997, - 33.18091518700004 - ], - [ - -117.268872333, - 33.180980125000076 - ], - [ - -117.26890201699996, - 33.180993466000075 - ], - [ - -117.26931660799994, - 33.18118447400008 - ], - [ - -117.269476925, - 33.18125833400006 - ], - [ - -117.26979522499994, - 33.181404979000035 - ], - [ - -117.26993379299995, - 33.18146881900003 - ], - [ - -117.270186659, - 33.18158531300003 - ], - [ - -117.27042351199998, - 33.18169556000004 - ], - [ - -117.27053648099997, - 33.18174713600007 - ], - [ - -117.27069627999998, - 33.181820094000045 - ], - [ - -117.271011725, - 33.18196556700008 - ], - [ - -117.27103825599994, - 33.18197777700004 - ], - [ - -117.27131081199997, - 33.18210320700007 - ], - [ - -117.271475077, - 33.18217888000004 - ], - [ - -117.27184591799994, - 33.182349722000026 - ], - [ - -117.27196668499994, - 33.18240535800004 - ], - [ - -117.27196700499996, - 33.18240550400003 - ], - [ - -117.27199738299998, - 33.18241950000004 - ], - [ - -117.27217011199997, - 33.18249907300003 - ], - [ - -117.27217040799997, - 33.18249920900007 - ], - [ - -117.27225719599994, - 33.18253919000006 - ], - [ - -117.27228999599998, - 33.18255429900006 - ], - [ - -117.27246692399996, - 33.182635806000064 - ], - [ - -117.272822051, - 33.18279940300005 - ], - [ - -117.27307379799998, - 33.182915380000054 - ], - [ - -117.27311577599994, - 33.18293470700007 - ], - [ - -117.273773985, - 33.183237923000036 - ], - [ - -117.27381833499999, - 33.18319706200003 - ], - [ - -117.27387373999994, - 33.183146029000056 - ], - [ - -117.27387377399998, - 33.183145997000054 - ], - [ - -117.27387636399999, - 33.18314727100005 - ], - [ - -117.27408427199998, - 33.18295210700006 - ], - [ - -117.274094876, - 33.182940673000076 - ], - [ - -117.27413571099999, - 33.18289659200008 - ], - [ - -117.27425526899998, - 33.18278174100004 - ], - [ - -117.27437036599997, - 33.18267452900005 - ], - [ - -117.274486648, - 33.18256355800003 - ], - [ - -117.27456681299998, - 33.18243096900005 - ], - [ - -117.27459416699998, - 33.182383826000034 - ], - [ - -117.27459425499995, - 33.18238367500004 - ], - [ - -117.27464180599998, - 33.18230172800003 - ], - [ - -117.27471872499996, - 33.182169173000034 - ], - [ - -117.27477705399997, - 33.182068650000076 - ], - [ - -117.27480073799995, - 33.18203050500006 - ], - [ - -117.27487446099997, - 33.18190621400004 - ], - [ - -117.27491287299995, - 33.18183718700004 - ], - [ - -117.27494812099997, - 33.181776427000045 - ], - [ - -117.27498941099998, - 33.181704473000025 - ], - [ - -117.27502257799995, - 33.18164696500003 - ], - [ - -117.27509911199996, - 33.181514253000046 - ], - [ - -117.27517245699994, - 33.18138707500003 - ], - [ - -117.27519075299995, - 33.18135536500006 - ], - [ - -117.27521132299995, - 33.18136472500004 - ], - [ - -117.27536576799997, - 33.181434909000075 - ], - [ - -117.275474197, - 33.18148348200003 - ], - [ - -117.275547056, - 33.18151675200005 - ], - [ - -117.27623657999999, - 33.18183173600005 - ], - [ - -117.27628455799999, - 33.18189978600003 - ], - [ - -117.27628598799998, - 33.181897150000054 - ], - [ - -117.27631541999995, - 33.18188570800004 - ], - [ - -117.27638531999997, - 33.18185853600005 - ], - [ - -117.27657103999996, - 33.18178633800005 - ], - [ - -117.27670664399994, - 33.18173361700008 - ], - [ - -117.27673770799998, - 33.18172154400003 - ], - [ - -117.27737415999997, - 33.18147411700005 - ], - [ - -117.27737327099999, - 33.18153567300004 - ], - [ - -117.27737326, - 33.18153642500005 - ], - [ - -117.27769020799997, - 33.181359764000035 - ], - [ - -117.27813723299994, - 33.18111164800007 - ], - [ - -117.27816104099998, - 33.181098433000045 - ], - [ - -117.27825446599996, - 33.181097659000045 - ], - [ - -117.27838765599995, - 33.18102784200005 - ], - [ - -117.27846478499998, - 33.18110893100004 - ], - [ - -117.27886751199998, - 33.18153233100003 - ], - [ - -117.27886768099995, - 33.18210401500005 - ], - [ - -117.278266197, - 33.18209875400004 - ], - [ - -117.27816815099999, - 33.182098824000036 - ], - [ - -117.277787322, - 33.182095366000055 - ], - [ - -117.277377076, - 33.18209163800003 - ], - [ - -117.27737811799994, - 33.18233350600008 - ], - [ - -117.27738164999994, - 33.18341863300003 - ], - [ - -117.27738279699997, - 33.18341632100004 - ], - [ - -117.27738279799996, - 33.183416366000074 - ], - [ - -117.27738589999996, - 33.18367909700004 - ], - [ - -117.27738711899997, - 33.18367890900004 - ], - [ - -117.27738744299995, - 33.18367851200003 - ], - [ - -117.27744730299997, - 33.18366975200007 - ], - [ - -117.27748644499997, - 33.18366462900008 - ], - [ - -117.277525691, - 33.18366007900005 - ], - [ - -117.277565015, - 33.18365611000007 - ], - [ - -117.2776044299999, - 33.183652718000076 - ], - [ - -117.277643905, - 33.18364990300006 - ], - [ - -117.27768342999997, - 33.18364766800005 - ], - [ - -117.27772299599997, - 33.18364601600007 - ], - [ - -117.27776258799997, - 33.183644945000026 - ], - [ - -117.27780219899995, - 33.18364445200007 - ], - [ - -117.27780548199996, - 33.18364446000004 - ], - [ - -117.27784181499999, - 33.18364454700003 - ], - [ - -117.27789426399994, - 33.183641797000064 - ], - [ - -117.27802388999999, - 33.18365062300006 - ], - [ - -117.278106434, - 33.18366100500003 - ], - [ - -117.27819462199994, - 33.18368007500004 - ], - [ - -117.27827318299995, - 33.18370505200005 - ], - [ - -117.27832008699994, - 33.183723643000064 - ], - [ - -117.27831951099995, - 33.18372313100008 - ], - [ - -117.278331633, - 33.18372786300006 - ], - [ - -117.27838107999997, - 33.18375133400008 - ], - [ - -117.27844082599995, - 33.18378641400005 - ], - [ - -117.27852135799998, - 33.18372448700006 - ], - [ - -117.27849946499998, - 33.18367006500006 - ], - [ - -117.27849938199995, - 33.18366999400007 - ], - [ - -117.27850007399996, - 33.183654911000076 - ], - [ - -117.27889002899997, - 33.18332539200003 - ], - [ - -117.27892419099999, - 33.183296529000074 - ], - [ - -117.27957820899996, - 33.182722382000065 - ], - [ - -117.28000500599995, - 33.18234772200003 - ], - [ - -117.28000503399994, - 33.18234770400005 - ], - [ - -117.28001392099998, - 33.18233892200004 - ], - [ - -117.28001407199997, - 33.182338773000026 - ], - [ - -117.28001489599995, - 33.182337956000026 - ], - [ - -117.28001670199995, - 33.18233616500004 - ], - [ - -117.28002759499998, - 33.18232674500007 - ], - [ - -117.28003827299995, - 33.18231717500004 - ], - [ - -117.28004875699997, - 33.18230745200003 - ], - [ - -117.28005903699994, - 33.18229757600005 - ], - [ - -117.28006910499994, - 33.18228754100005 - ], - [ - -117.28007896999998, - 33.182277370000065 - ], - [ - -117.280088622, - 33.18226705200004 - ], - [ - -117.28009805899995, - 33.18225658700004 - ], - [ - -117.28010727399999, - 33.18224599700005 - ], - [ - -117.28011627199999, - 33.18223526700007 - ], - [ - -117.28012503399998, - 33.18222441100005 - ], - [ - -117.28013358399994, - 33.18221341900005 - ], - [ - -117.28014294699994, - 33.182200857000055 - ], - [ - -117.28014339099997, - 33.18220024000004 - ], - [ - -117.28014355, - 33.18220001900005 - ], - [ - -117.28014998199995, - 33.182191096000054 - ], - [ - -117.28015783199999, - 33.182179733000055 - ], - [ - -117.28016545799994, - 33.18216827200007 - ], - [ - -117.28017282099995, - 33.18215669700004 - ], - [ - -117.28017994899994, - 33.18214502400008 - ], - [ - -117.28018683999994, - 33.182133244000056 - ], - [ - -117.28019348299995, - 33.18212136400007 - ], - [ - -117.28019987699997, - 33.18210939100004 - ], - [ - -117.28020602299995, - 33.18209732100007 - ], - [ - -117.28021191999994, - 33.18208516300007 - ], - [ - -117.28021755999998, - 33.182072928000025 - ], - [ - -117.28022294699997, - 33.18206060500006 - ], - [ - -117.28022807699995, - 33.18204820600005 - ], - [ - -117.28023294499997, - 33.18203574000006 - ], - [ - -117.28023755199996, - 33.182023195000056 - ], - [ - -117.28023758999996, - 33.182023092000065 - ], - [ - -117.28023762499998, - 33.18202298700004 - ], - [ - -117.28024190599996, - 33.18201058400007 - ], - [ - -117.28024599499997, - 33.18199791700005 - ], - [ - -117.28025215899999, - 33.18198532900004 - ], - [ - -117.28025618099997, - 33.18197605300003 - ], - [ - -117.28026157299996, - 33.181963078000024 - ], - [ - -117.28026672699997, - 33.181950038000025 - ], - [ - -117.28027163599995, - 33.18193693100005 - ], - [ - -117.280276303, - 33.181923762000054 - ], - [ - -117.28028072399997, - 33.181910532000074 - ], - [ - -117.28028490299994, - 33.18189724700005 - ], - [ - -117.28028883499996, - 33.18188391000007 - ], - [ - -117.28029252099998, - 33.181870522000054 - ], - [ - -117.28029595299995, - 33.18185708900006 - ], - [ - -117.28029914299998, - 33.181843608000065 - ], - [ - -117.28030207999996, - 33.18183009100005 - ], - [ - -117.28030476999999, - 33.18181653900007 - ], - [ - -117.28030720599997, - 33.181802952000055 - ], - [ - -117.280309392, - 33.18178933100006 - ], - [ - -117.28031132299998, - 33.18177568900006 - ], - [ - -117.28031300699996, - 33.18176201700004 - ], - [ - -117.280314434, - 33.18174832900007 - ], - [ - -117.28031560699998, - 33.18173462300007 - ], - [ - -117.28031652499999, - 33.18172090200005 - ], - [ - -117.28031719699999, - 33.181707172000074 - ], - [ - -117.28031761099999, - 33.181693436000046 - ], - [ - -117.28031776799997, - 33.18167969600006 - ], - [ - -117.28031767399995, - 33.18166595500003 - ], - [ - -117.28031732499994, - 33.18165221500004 - ], - [ - -117.28031672199995, - 33.18163848200004 - ], - [ - -117.28031686399999, - 33.18109428200006 - ], - [ - -117.28171642899997, - 33.18128722100005 - ], - [ - -117.28171659499998, - 33.18128724400003 - ], - [ - -117.28396468799997, - 33.18159712200003 - ], - [ - -117.28396481099998, - 33.18170155700005 - ], - [ - -117.28396492299998, - 33.18180049700004 - ], - [ - -117.28396504899996, - 33.181904931000076 - ], - [ - -117.28396234499996, - 33.18205116400003 - ], - [ - -117.28395794099998, - 33.18228939800008 - ], - [ - -117.28395551199998, - 33.18242092300005 - ], - [ - -117.28395497599996, - 33.18244982500005 - ], - [ - -117.28395595999996, - 33.18259540200006 - ], - [ - -117.283956908, - 33.18273584900004 - ], - [ - -117.28395892499998, - 33.18303491300003 - ], - [ - -117.28395882499996, - 33.183044962000054 - ], - [ - -117.28395775299998, - 33.18315097200008 - ], - [ - -117.28395442599998, - 33.183481037000035 - ], - [ - -117.28395260699995, - 33.18366159900006 - ], - [ - -117.28395146499997, - 33.18377506300004 - ], - [ - -117.28396983599998, - 33.183773881000036 - ], - [ - -117.28411696499995, - 33.18376441000004 - ], - [ - -117.28439084999997, - 33.18374690500008 - ], - [ - -117.28446317899994, - 33.183742282000026 - ], - [ - -117.284842073, - 33.18371744800004 - ], - [ - -117.28487864899995, - 33.18371504900006 - ], - [ - -117.28513926199997, - 33.18369816100005 - ], - [ - -117.28530584999999, - 33.18368852400005 - ], - [ - -117.28568147599998, - 33.183666147000054 - ], - [ - -117.28579571399996, - 33.18365866900007 - ], - [ - -117.28591666399996, - 33.18365319000003 - ], - [ - -117.28624653399999, - 33.18363119300005 - ], - [ - -117.28643923399994, - 33.18361859000004 - ], - [ - -117.28677902299995, - 33.18359781200007 - ], - [ - -117.28684693699995, - 33.18359365800006 - ], - [ - -117.28697816799996, - 33.18358563400005 - ], - [ - -117.28700432699998, - 33.183584035000024 - ], - [ - -117.287324389, - 33.18356446200005 - ], - [ - -117.28752035699995, - 33.183551829000066 - ], - [ - -117.28787313799995, - 33.183532386000024 - ], - [ - -117.28806797599998, - 33.18351934900005 - ], - [ - -117.28807282899999, - 33.18355819800007 - ], - [ - -117.28807619399998, - 33.183569196000064 - ], - [ - -117.28808293699996, - 33.18358169100003 - ], - [ - -117.28809237099995, - 33.18359288900007 - ], - [ - -117.28810415799995, - 33.18360237500008 - ], - [ - -117.288117866, - 33.183609818000036 - ], - [ - -117.28813300399997, - 33.18361494000004 - ], - [ - -117.28814744299996, - 33.18361730300006 - ], - [ - -117.28816533699995, - 33.18361758400005 - ], - [ - -117.28818136599995, - 33.18361500900005 - ], - [ - -117.28826483599994, - 33.183591066000076 - ], - [ - -117.28826431299996, - 33.18427120100006 - ], - [ - -117.28826423899994, - 33.184361402000036 - ], - [ - -117.28826291699994, - 33.18608522200003 - ], - [ - -117.288260907, - 33.186700924000036 - ], - [ - -117.28816287299998, - 33.18669347700006 - ], - [ - -117.28701488999997, - 33.186690283000075 - ], - [ - -117.28692989999996, - 33.186690045000034 - ], - [ - -117.28688355199995, - 33.186689526000066 - ], - [ - -117.28678932599996, - 33.186688470000036 - ], - [ - -117.28633168199997, - 33.18668816200005 - ], - [ - -117.28618133499998, - 33.186688057000026 - ], - [ - -117.285658163, - 33.18667318900003 - ], - [ - -117.28567482999995, - 33.18678883000007 - ], - [ - -117.28568903799999, - 33.18688741500006 - ], - [ - -117.28570801099994, - 33.18701908200006 - ], - [ - -117.28571311199994, - 33.187060418000044 - ], - [ - -117.2857297, - 33.18719480400006 - ], - [ - -117.28571752299996, - 33.18723338700005 - ], - [ - -117.28567150199996, - 33.18737921300004 - ], - [ - -117.28566360599996, - 33.18740424200007 - ], - [ - -117.28560970599995, - 33.187575034000076 - ], - [ - -117.28555749799995, - 33.187740459000054 - ], - [ - -117.28553749999998, - 33.18780382500006 - ], - [ - -117.28551539999995, - 33.18786997300003 - ], - [ - -117.28553288899997, - 33.18790556600004 - ], - [ - -117.28562371299995, - 33.18809040700006 - ], - [ - -117.28562850299994, - 33.188100157000065 - ], - [ - -117.28568621399995, - 33.188217604000045 - ], - [ - -117.28573628299995, - 33.188324452000074 - ], - [ - -117.28583616499998, - 33.18852995800006 - ], - [ - -117.28588392399996, - 33.18862822500006 - ], - [ - -117.28591329999995, - 33.18868870000006 - ], - [ - -117.285987692, - 33.18884177100006 - ], - [ - -117.28606484, - 33.18900050900004 - ], - [ - -117.28608827199997, - 33.18904703700008 - ], - [ - -117.28614193199996, - 33.18916202500003 - ], - [ - -117.28621899099994, - 33.189320793000036 - ], - [ - -117.28629918299998, - 33.18948234100003 - ], - [ - -117.28632697199998, - 33.189539506000074 - ], - [ - -117.28637795199995, - 33.189644377000036 - ], - [ - -117.286459015, - 33.18981114300004 - ], - [ - -117.28654284199996, - 33.18998357500004 - ], - [ - -117.28669577699998, - 33.190295932000026 - ], - [ - -117.28669796899999, - 33.19029595600006 - ], - [ - -117.28683199299996, - 33.19029735200007 - ], - [ - -117.28692623699999, - 33.19029833400003 - ], - [ - -117.28705758599995, - 33.19029970300005 - ], - [ - -117.28709939699996, - 33.19030014000003 - ], - [ - -117.28715237199998, - 33.19030029400005 - ], - [ - -117.287332484, - 33.19029984400004 - ], - [ - -117.28753816899996, - 33.190304715000025 - ], - [ - -117.28773431499997, - 33.19030582200003 - ], - [ - -117.28773541599998, - 33.19047896600006 - ], - [ - -117.28773653599995, - 33.190654960000074 - ], - [ - -117.28773765299997, - 33.19083058500007 - ], - [ - -117.28773875699994, - 33.19100389700003 - ], - [ - -117.28773987899996, - 33.19117980800007 - ], - [ - -117.2877410299999, - 33.191361173000075 - ], - [ - -117.28774220099996, - 33.19154532300007 - ], - [ - -117.28774332299997, - 33.191721218000055 - ], - [ - -117.28774444399994, - 33.19189711200005 - ], - [ - -117.28774571999998, - 33.192097741000055 - ], - [ - -117.28774591499996, - 33.192114229000026 - ], - [ - -117.28774752899994, - 33.19225164000005 - ], - [ - -117.28774773999999, - 33.192270878000045 - ], - [ - -117.28774875299996, - 33.192438535000065 - ], - [ - -117.28774904899996, - 33.19248799200005 - ], - [ - -117.28774993499997, - 33.19263641300006 - ], - [ - -117.28775013299997, - 33.19266938800007 - ], - [ - -117.28775108099995, - 33.19282880800006 - ], - [ - -117.28775125099997, - 33.19285627600004 - ], - [ - -117.28775180499997, - 33.19294903600007 - ], - [ - -117.28775221999996, - 33.193018437000035 - ], - [ - -117.28775234499994, - 33.19304041000004 - ], - [ - -117.28775332899994, - 33.19320532100005 - ], - [ - -117.28775343099994, - 33.193221814000026 - ], - [ - -117.28775448, - 33.19339770100004 - ], - [ - -117.28775559599995, - 33.193584583000074 - ], - [ - -117.28775615399996, - 33.19367803800003 - ], - [ - -117.28775663, - 33.19375775100008 - ], - [ - -117.28775771099998, - 33.19393912600003 - ], - [ - -117.28761059399994, - 33.193937722000044 - ], - [ - -117.28750594399997, - 33.19393671900008 - ], - [ - -117.28710056799997, - 33.19393284600005 - ], - [ - -117.287061301, - 33.19393247100004 - ], - [ - -117.28696921399995, - 33.193931590000034 - ], - [ - -117.28660032299996, - 33.193928062000055 - ], - [ - -117.28607072499995, - 33.19392299800006 - ], - [ - -117.28601753299995, - 33.19392204500008 - ], - [ - -117.285966084, - 33.19392112600008 - ], - [ - -117.28574046399996, - 33.19391855500004 - ], - [ - -117.285269041, - 33.193912703000024 - ], - [ - -117.28526903399995, - 33.19391321300003 - ], - [ - -117.28506119199994, - 33.19391833800006 - ], - [ - -117.28484964899997, - 33.19391621700004 - ], - [ - -117.28483786899994, - 33.19391609500008 - ], - [ - -117.284645034, - 33.193914164000034 - ], - [ - -117.28463224899997, - 33.19391403700007 - ], - [ - -117.28443535199995, - 33.19391206000006 - ], - [ - -117.284426183, - 33.19391196600003 - ], - [ - -117.28422684399999, - 33.19390996800007 - ], - [ - -117.284226258, - 33.19390996200008 - ], - [ - -117.28422566699999, - 33.19390995500004 - ], - [ - -117.28403373699996, - 33.193908030000046 - ], - [ - -117.284015991, - 33.19390785100006 - ], - [ - -117.28385073799996, - 33.19390619100005 - ], - [ - -117.283806374, - 33.19390574800008 - ], - [ - -117.28365452999998, - 33.19390422400005 - ], - [ - -117.28359669599996, - 33.193903642000066 - ], - [ - -117.28345844599994, - 33.19390225600006 - ], - [ - -117.28338704499998, - 33.193901535000066 - ], - [ - -117.28326217799997, - 33.193900281000026 - ], - [ - -117.28317458799995, - 33.193899403000046 - ], - [ - -117.28306931099996, - 33.19389834900005 - ], - [ - -117.2829698099999, - 33.193897347000075 - ], - [ - -117.28286995199994, - 33.19389634200007 - ], - [ - -117.28273597199995, - 33.19389499500005 - ], - [ - -117.28267369499997, - 33.193894371000056 - ], - [ - -117.28253985499998, - 33.19389302600007 - ], - [ - -117.28248090199997, - 33.19389243300003 - ], - [ - -117.28234373799995, - 33.19389105500005 - ], - [ - -117.28227827399996, - 33.193888 - ], - [ - -117.28208866199998, - 33.19388661700003 - ], - [ - -117.28202323699998, - 33.193886141000064 - ], - [ - -117.28190558499995, - 33.19388528200005 - ], - [ - -117.28186478199996, - 33.19388523600003 - ], - [ - -117.28171922699994, - 33.19388506900003 - ], - [ - -117.28169959599995, - 33.193883784000036 - ], - [ - -117.281509944, - 33.19388240200004 - ], - [ - -117.28133668099997, - 33.19388113800005 - ], - [ - -117.28131053699997, - 33.19388094900006 - ], - [ - -117.28111765699998, - 33.19387954000007 - ], - [ - -117.28107189999997, - 33.19387945900007 - ], - [ - -117.28091496999997, - 33.19387806200007 - ], - [ - -117.280718821, - 33.19387663100002 - ], - [ - -117.28062398199995, - 33.193875726000044 - ], - [ - -117.28046068799995, - 33.193874169000026 - ], - [ - -117.28014016199995, - 33.19387346000008 - ], - [ - -117.28005362799996, - 33.193870281000045 - ], - [ - -117.27968281799997, - 33.19386908900003 - ], - [ - -117.27968245199997, - 33.19386908800004 - ], - [ - -117.27967918299998, - 33.19386910900005 - ], - [ - -117.27964073599998, - 33.19386936300003 - ], - [ - -117.27963995899995, - 33.19386936800004 - ], - [ - -117.27961379399994, - 33.19386954200007 - ], - [ - -117.27961144799997, - 33.19404777200003 - ], - [ - -117.27960000299998, - 33.19491926100005 - ], - [ - -117.27959788799996, - 33.195576290000076 - ], - [ - -117.27959837299994, - 33.19590934200005 - ], - [ - -117.27959838399994, - 33.19591229200006 - ], - [ - -117.27959862199998, - 33.19608195700005 - ], - [ - -117.279596428, - 33.196285286000034 - ], - [ - -117.27959185599997, - 33.19728865900004 - ], - [ - -117.27959381099998, - 33.19773384100006 - ], - [ - -117.27959070699995, - 33.198025108000024 - ], - [ - -117.27959014899994, - 33.19810683800006 - ], - [ - -117.27959010799998, - 33.19811247100006 - ], - [ - -117.27958709499995, - 33.198552852000034 - ], - [ - -117.27958058899998, - 33.19923816600004 - ], - [ - -117.27958015899998, - 33.199283715000035 - ], - [ - -117.27957985199998, - 33.199315797000054 - ], - [ - -117.27957832099997, - 33.19947719900006 - ], - [ - -117.27957933299996, - 33.199490180000055 - ], - [ - -117.27958481499996, - 33.19998200600003 - ], - [ - -117.279584791, - 33.20001604600003 - ], - [ - -117.27958445499996, - 33.20045567100004 - ], - [ - -117.27958530299998, - 33.200497754000025 - ], - [ - -117.27958596399998, - 33.200531055000056 - ], - [ - -117.27958704999998, - 33.20058543400006 - ], - [ - -117.27959013699996, - 33.20104569400007 - ], - [ - -117.27959030299996, - 33.20105174200006 - ], - [ - -117.27959343199996, - 33.20159788400008 - ], - [ - -117.27958726199995, - 33.20208138000004 - ], - [ - -117.27958502699994, - 33.20227400600004 - ], - [ - -117.27958524799999, - 33.202887402000044 - ], - [ - -117.27958527399994, - 33.20296581800005 - ], - [ - -117.27958528999994, - 33.20301836400006 - ], - [ - -117.27958553399998, - 33.20370887900003 - ], - [ - -117.27958309199994, - 33.20462398500007 - ], - [ - -117.27958299399995, - 33.204660739000076 - ], - [ - -117.27958287099995, - 33.20470540400004 - ], - [ - -117.27958246399999, - 33.20485828100004 - ], - [ - -117.27954632899997, - 33.20485914600005 - ], - [ - -117.27950095899996, - 33.20485894800004 - ], - [ - -117.27882413299994, - 33.20485357500007 - ], - [ - -117.27805413199997, - 33.20484903800008 - ], - [ - -117.27791316599996, - 33.204848206000065 - ], - [ - -117.27744010199996, - 33.20484542300005 - ], - [ - -117.27727633299997, - 33.20484444300007 - ], - [ - -117.27727433099994, - 33.204844431000026 - ], - [ - -117.27654761599996, - 33.20484112100007 - ], - [ - -117.27517034399995, - 33.20483483000004 - ], - [ - -117.27455566599997, - 33.20483201800005 - ], - [ - -117.27363527999995, - 33.20482779500003 - ], - [ - -117.27363249299998, - 33.204869049000024 - ], - [ - -117.27363462299996, - 33.20514112800004 - ], - [ - -117.27363601899998, - 33.205319788000054 - ], - [ - -117.27363741199997, - 33.20549841900004 - ], - [ - -117.27363851399997, - 33.20563910900006 - ], - [ - -117.27363883199996, - 33.20567979700007 - ], - [ - -117.27363911099997, - 33.20571552500007 - ], - [ - -117.27343313199998, - 33.20571462800007 - ], - [ - -117.27324350799995, - 33.20571380000007 - ], - [ - -117.27305059399998, - 33.20571296000003 - ], - [ - -117.27284463899997, - 33.20571206200003 - ], - [ - -117.272527444, - 33.20571067800006 - ], - [ - -117.27245986099996, - 33.20571038300005 - ], - [ - -117.27233126799996, - 33.20570982100003 - ], - [ - -117.27233037499997, - 33.206141451000065 - ], - [ - -117.27233002099996, - 33.20631201900005 - ], - [ - -117.27232953499998, - 33.20654541700003 - ], - [ - -117.2723294, - 33.20661133900006 - ], - [ - -117.27212594499997, - 33.20660789900006 - ], - [ - -117.27191339099994, - 33.20660428300005 - ], - [ - -117.27171388099998, - 33.206600894000076 - ], - [ - -117.27150459199999, - 33.20659733900004 - ], - [ - -117.27130846399996, - 33.20659400400007 - ], - [ - -117.27091336299998, - 33.20658728800004 - ], - [ - -117.27091368499998, - 33.20666103100007 - ], - [ - -117.27091373599995, - 33.20667247100005 - ], - [ - -117.27091354099997, - 33.206870371000036 - ], - [ - -117.27091392299997, - 33.20696930400004 - ], - [ - -117.27091504499998, - 33.20706549300007 - ], - [ - -117.27091401699994, - 33.207145335000064 - ], - [ - -117.27091407999995, - 33.207263391000026 - ], - [ - -117.27091347799995, - 33.20731858400006 - ], - [ - -117.27091327599999, - 33.20747503100006 - ], - [ - -117.27091257599994, - 33.20749151700005 - ], - [ - -117.27091212299996, - 33.20766743300004 - ], - [ - -117.27091247199996, - 33.207686670000044 - ], - [ - -117.27091166799994, - 33.20784340200004 - ], - [ - -117.27091151899998, - 33.20790105800006 - ], - [ - -117.27091122899998, - 33.20801389700006 - ], - [ - -117.27091095999998, - 33.208118193000075 - ], - [ - -117.27091057599995, - 33.20821718800005 - ], - [ - -117.27091025099998, - 33.208338076000075 - ], - [ - -117.27091017799995, - 33.20836556300003 - ], - [ - -117.27084642399996, - 33.20836608600007 - ], - [ - -117.27044634199996, - 33.20836937900003 - ], - [ - -117.27034826399995, - 33.20837018700007 - ], - [ - -117.27025015499999, - 33.20836824400004 - ], - [ - -117.26986428199996, - 33.20836441900008 - ], - [ - -117.26979563799995, - 33.20836373800006 - ], - [ - -117.269657726, - 33.20836296700003 - ], - [ - -117.26911555299995, - 33.208359924000035 - ], - [ - -117.26880163399994, - 33.20835816300007 - ], - [ - -117.26873625299999, - 33.208358700000076 - ], - [ - -117.26836350099995, - 33.208355478000044 - ], - [ - -117.26788322199997, - 33.20835253600006 - ], - [ - -117.26765394399996, - 33.208351090000065 - ], - [ - -117.26746786499996, - 33.20835000900007 - ], - [ - -117.26746225699998, - 33.20834997700007 - ], - [ - -117.26745990299997, - 33.208349963000046 - ], - [ - -117.267455897, - 33.20834994000006 - ], - [ - -117.26742891099997, - 33.208349783000074 - ], - [ - -117.26742483899994, - 33.20834975900004 - ], - [ - -117.26708661299995, - 33.208347794000076 - ], - [ - -117.26708190199997, - 33.20834776700008 - ], - [ - -117.26704902399996, - 33.20834757600005 - ], - [ - -117.26679607799997, - 33.20834610600008 - ], - [ - -117.26665991599998, - 33.20834531600008 - ], - [ - -117.26654691699997, - 33.208344658000044 - ], - [ - -117.26617638399995, - 33.20852006600006 - ], - [ - -117.26599797299997, - 33.20860452000005 - ], - [ - -117.26597594299994, - 33.20861494800005 - ], - [ - -117.26577279799994, - 33.20871111400004 - ], - [ - -117.265599082, - 33.20879334700004 - ], - [ - -117.26556965299994, - 33.20880727800005 - ], - [ - -117.265368218, - 33.20890263000007 - ], - [ - -117.26535844499995, - 33.20890725700008 - ], - [ - -117.26514379799994, - 33.209008865000044 - ], - [ - -117.265139934, - 33.209010696000064 - ], - [ - -117.26510131199996, - 33.20902897800005 - ], - [ - -117.26509393699996, - 33.20903246900008 - ], - [ - -117.26491934499995, - 33.20911511200006 - ], - [ - -117.26481221599994, - 33.209165824000024 - ], - [ - -117.26475057999994, - 33.20919667700008 - ], - [ - -117.26454963999998, - 33.209291574000076 - ], - [ - -117.26452467699994, - 33.20930336200007 - ], - [ - -117.26436519599997, - 33.209378677000075 - ], - [ - -117.26417139499995, - 33.20947020400007 - ], - [ - -117.26397233999995, - 33.20956421100004 - ], - [ - -117.26377465499996, - 33.20965756700008 - ], - [ - -117.26352464299998, - 33.20977564000003 - ], - [ - -117.26300429499997, - 33.21001625500003 - ], - [ - -117.26297382699994, - 33.21003086400003 - ], - [ - -117.26265386699998, - 33.210184285000025 - ], - [ - -117.26230814199994, - 33.21035004400005 - ], - [ - -117.26221169699994, - 33.21039629400008 - ], - [ - -117.26220905399998, - 33.210497436000026 - ], - [ - -117.26221359199997, - 33.21073748900005 - ], - [ - -117.26221655499995, - 33.210885706000056 - ], - [ - -117.26221595299995, - 33.210959923000075 - ], - [ - -117.26221625599999, - 33.210979802000054 - ], - [ - -117.26221914599995, - 33.21116603200005 - ], - [ - -117.26222169699997, - 33.211330918000044 - ], - [ - -117.26222152899999, - 33.211369398000045 - ], - [ - -117.262224458, - 33.21157001100005 - ], - [ - -117.262229876, - 33.21176785800003 - ], - [ - -117.26223033099996, - 33.21179533900005 - ], - [ - -117.26223216299996, - 33.211960232000024 - ], - [ - -117.26223242499998, - 33.21197672100004 - ], - [ - -117.26223416799996, - 33.21213336900007 - ], - [ - -117.26223422199996, - 33.21214757600006 - ], - [ - -117.26223404499996, - 33.212309281000046 - ], - [ - -117.26223489999995, - 33.21247417400008 - ], - [ - -117.26223495999994, - 33.21249341300006 - ], - [ - -117.26223550299994, - 33.212666805000026 - ], - [ - -117.26224168999994, - 33.212857523000025 - ], - [ - -117.26224490199996, - 33.213115592000065 - ], - [ - -117.26224660899999, - 33.21325300400002 - ], - [ - -117.26224832199995, - 33.21339041400006 - ], - [ - -117.26224845599995, - 33.21340119800004 - ], - [ - -117.26225037599994, - 33.213555306000046 - ], - [ - -117.26225229099998, - 33.21370920500004 - ], - [ - -117.26224222599996, - 33.21396024100005 - ], - [ - -117.26224593099994, - 33.21448406700006 - ], - [ - -117.26224726699996, - 33.214672965000034 - ], - [ - -117.26224754499998, - 33.21471233900007 - ], - [ - -117.26225256199996, - 33.21542166000006 - ], - [ - -117.26225305199995, - 33.215490904000035 - ], - [ - -117.26225312499997, - 33.21550159700007 - ], - [ - -117.262253548, - 33.21556080300007 - ], - [ - -117.26225356199996, - 33.21562939700004 - ], - [ - -117.26225382299998, - 33.21668798500008 - ], - [ - -117.26225391599996, - 33.217070367000076 - ], - [ - -117.26225398699995, - 33.217358053000055 - ], - [ - -117.26225406799995, - 33.21766251300005 - ], - [ - -117.26224004999995, - 33.218526274000055 - ], - [ - -117.26224008799994, - 33.21857573900007 - ], - [ - -117.26224018699997, - 33.218699412000035 - ], - [ - -117.26224032099998, - 33.218866751000064 - ], - [ - -117.262240422, - 33.21899349500006 - ], - [ - -117.26224053099997, - 33.21913093300003 - ], - [ - -117.26212369799998, - 33.21916967000004 - ], - [ - -117.26211656399994, - 33.21917203500004 - ], - [ - -117.26194272799995, - 33.219229674000076 - ], - [ - -117.260418588, - 33.219563840000035 - ], - [ - -117.25966154499997, - 33.219729812000026 - ], - [ - -117.25955234899999, - 33.21975375200003 - ], - [ - -117.25885453299998, - 33.21990673300007 - ], - [ - -117.25878949399998, - 33.21992048200008 - ], - [ - -117.25872418499995, - 33.21993327400003 - ], - [ - -117.25865861399996, - 33.21994510600007 - ], - [ - -117.258636014, - 33.21994883800005 - ], - [ - -117.25859280999998, - 33.219955973000026 - ], - [ - -117.25855880699999, - 33.219961080000076 - ], - [ - -117.25852678499996, - 33.21996587600006 - ], - [ - -117.25846057899997, - 33.21997481000005 - ], - [ - -117.25839418599998, - 33.219982765000054 - ], - [ - -117.25832763999995, - 33.21998974200005 - ], - [ - -117.25826094099995, - 33.219995750000066 - ], - [ - -117.25821838699994, - 33.21999895000005 - ], - [ - -117.25820571899999, - 33.219999904000076 - ], - [ - -117.25819416099995, - 33.22000077300004 - ], - [ - -117.25812971099998, - 33.22000467000004 - ], - [ - -117.25812849199997, - 33.22000474400005 - ], - [ - -117.25806030499996, - 33.22000787700006 - ], - [ - -117.25799328699998, - 33.22000995900004 - ], - [ - -117.25786671099996, - 33.220011198000066 - ], - [ - -117.25748497499995, - 33.219969364000065 - ], - [ - -117.25747348299996, - 33.21996837300003 - ], - [ - -117.25745722399995, - 33.21996691600003 - ], - [ - -117.25744097399996, - 33.21996540300006 - ], - [ - -117.25742473599996, - 33.219963832000076 - ], - [ - -117.25740849899995, - 33.21996220700004 - ], - [ - -117.25739227099996, - 33.21996052600008 - ], - [ - -117.25737605399996, - 33.219958795000025 - ], - [ - -117.25735984499994, - 33.21995699900003 - ], - [ - -117.25734364399995, - 33.21995515100008 - ], - [ - -117.25732745299996, - 33.21995324900007 - ], - [ - -117.25731126999995, - 33.219951292000076 - ], - [ - -117.25729509499996, - 33.21994928000004 - ], - [ - -117.25727893499999, - 33.219947209000054 - ], - [ - -117.25726278399998, - 33.21994508600005 - ], - [ - -117.25724664099994, - 33.21994290900005 - ], - [ - -117.25723050599998, - 33.21994067400004 - ], - [ - -117.25721438799997, - 33.219938383000056 - ], - [ - -117.25719827699999, - 33.21993604000005 - ], - [ - -117.25718218099996, - 33.21993364000008 - ], - [ - -117.25716609399996, - 33.21993118300003 - ], - [ - -117.257150019, - 33.21992867600005 - ], - [ - -117.25713395699995, - 33.219926110000074 - ], - [ - -117.25711791099997, - 33.21992349100003 - ], - [ - -117.25710187299995, - 33.21992081500008 - ], - [ - -117.25708584999995, - 33.219918085000074 - ], - [ - -117.25706983999999, - 33.21991530100007 - ], - [ - -117.25705383599995, - 33.219912461000035 - ], - [ - -117.25703785199994, - 33.21990956800005 - ], - [ - -117.257021894, - 33.219906620000074 - ], - [ - -117.25700593799996, - 33.219903619000036 - ], - [ - -117.25699000099996, - 33.21990056000004 - ], - [ - -117.25697407599995, - 33.219897451000065 - ], - [ - -117.256958167, - 33.21989428300003 - ], - [ - -117.256942273, - 33.219891061000055 - ], - [ - -117.25692639399995, - 33.219887785000026 - ], - [ - -117.25691053399999, - 33.219884457000035 - ], - [ - -117.25689468599995, - 33.21988107200008 - ], - [ - -117.25687885999997, - 33.21987763300007 - ], - [ - -117.25686304599998, - 33.21987414300003 - ], - [ - -117.25684725099995, - 33.21987059600008 - ], - [ - -117.25683147299998, - 33.21986699300004 - ], - [ - -117.25681571599995, - 33.21986334200005 - ], - [ - -117.25679997199995, - 33.219859634000045 - ], - [ - -117.25678424499995, - 33.21985587000006 - ], - [ - -117.25676853699997, - 33.219852057000026 - ], - [ - -117.25675285399996, - 33.21984818400006 - ], - [ - -117.25673718399997, - 33.21984426300003 - ], - [ - -117.25672153499994, - 33.21984028600008 - ], - [ - -117.25670590399994, - 33.219836255000075 - ], - [ - -117.25669029599999, - 33.219832170000075 - ], - [ - -117.25667716399994, - 33.219828687000074 - ], - [ - -117.25667470199994, - 33.219828034000045 - ], - [ - -117.256659131, - 33.21982384300003 - ], - [ - -117.25664358299997, - 33.21981960000005 - ], - [ - -117.25662805299999, - 33.219815303000075 - ], - [ - -117.25661254699997, - 33.219810951000056 - ], - [ - -117.25659705899994, - 33.219806550000044 - ], - [ - -117.25658159299996, - 33.219802094000045 - ], - [ - -117.256562966, - 33.21979664400004 - ], - [ - -117.25655072799998, - 33.21979302500006 - ], - [ - -117.25653532499996, - 33.219788411000025 - ], - [ - -117.25651995699997, - 33.21978374500003 - ], - [ - -117.25650459499997, - 33.21977902400005 - ], - [ - -117.25648924999996, - 33.21977424800008 - ], - [ - -117.25647395699997, - 33.21976942500004 - ], - [ - -117.25645867199995, - 33.21976454900005 - ], - [ - -117.25644340999997, - 33.219759622000026 - ], - [ - -117.25643250899998, - 33.21975605700004 - ], - [ - -117.25642817399995, - 33.21975463900003 - ], - [ - -117.25641295999998, - 33.21974960600005 - ], - [ - -117.25639777199996, - 33.21974452100005 - ], - [ - -117.25638260899996, - 33.21973938100007 - ], - [ - -117.25636747199997, - 33.21973419400007 - ], - [ - -117.25635235599998, - 33.21972895400006 - ], - [ - -117.25633726499996, - 33.21972365700003 - ], - [ - -117.256322206, - 33.21971831500008 - ], - [ - -117.25630717099995, - 33.21971292000006 - ], - [ - -117.25629216099998, - 33.219707475000064 - ], - [ - -117.25627717699996, - 33.21970197400003 - ], - [ - -117.25626222299996, - 33.21969642600004 - ], - [ - -117.25624729199995, - 33.21969082500004 - ], - [ - -117.25623238799994, - 33.21968517100004 - ], - [ - -117.25621751499995, - 33.219679470000074 - ], - [ - -117.25620266799996, - 33.219673715000056 - ], - [ - -117.256187851, - 33.21966791300002 - ], - [ - -117.256173059, - 33.21966205700005 - ], - [ - -117.25615829399999, - 33.21965614900006 - ], - [ - -117.25614356399996, - 33.21965019500004 - ], - [ - -117.25612886, - 33.219644188000075 - ], - [ - -117.25611418299997, - 33.21963813000008 - ], - [ - -117.25609953799994, - 33.219632027000046 - ], - [ - -117.25608491899999, - 33.21962586700005 - ], - [ - -117.25607033999995, - 33.219619658000056 - ], - [ - -117.25605577899995, - 33.21961340400003 - ], - [ - -117.256041257, - 33.21960709800004 - ], - [ - -117.25602675999994, - 33.21960074000003 - ], - [ - -117.256012296, - 33.21959433500007 - ], - [ - -117.25599786299995, - 33.21958787800003 - ], - [ - -117.25598345799995, - 33.21958137400003 - ], - [ - -117.25596909099994, - 33.21957482000005 - ], - [ - -117.25595475199998, - 33.21956822000004 - ], - [ - -117.25594045099996, - 33.21956156500005 - ], - [ - -117.25592617799998, - 33.21955485700005 - ], - [ - -117.25592343399995, - 33.21955356600006 - ], - [ - -117.255920646, - 33.219622309000044 - ], - [ - -117.25592058399997, - 33.21976020200003 - ], - [ - -117.25592055199996, - 33.21983097400005 - ], - [ - -117.25592045399998, - 33.22004261600006 - ], - [ - -117.25592037799998, - 33.22020753600003 - ], - [ - -117.25592030099995, - 33.22037792500004 - ], - [ - -117.25591861599997, - 33.22085645100003 - ], - [ - -117.25591799699998, - 33.221032079000054 - ], - [ - -117.25591824799994, - 33.22105406400004 - ], - [ - -117.25591670999995, - 33.22132970400003 - ], - [ - -117.25592191299995, - 33.221364668000035 - ], - [ - -117.25592184899995, - 33.221379712000044 - ], - [ - -117.25591675299995, - 33.221379625000054 - ], - [ - -117.25591763899996, - 33.22237013800003 - ], - [ - -117.25591835999995, - 33.22316960200004 - ], - [ - -117.25591837199994, - 33.22318407400007 - ], - [ - -117.254294443, - 33.22317299000008 - ], - [ - -117.25412257999994, - 33.22317181300008 - ], - [ - -117.25352919199997, - 33.22316774800004 - ], - [ - -117.25353180499997, - 33.22339585200007 - ], - [ - -117.25353039899994, - 33.22339582800004 - ], - [ - -117.25353040899995, - 33.22339749500003 - ], - [ - -117.25742716599996, - 33.22345497500004 - ], - [ - -117.25742686099994, - 33.22352643800008 - ], - [ - -117.25741292899994, - 33.22457447900007 - ], - [ - -117.26035778299996, - 33.22616576000007 - ], - [ - -117.26223574699998, - 33.227186248000066 - ], - [ - -117.26179458899998, - 33.22739185700004 - ], - [ - -117.26177923399996, - 33.227399055000035 - ], - [ - -117.261480485, - 33.22753910800003 - ], - [ - -117.26115950499997, - 33.227689584000075 - ], - [ - -117.26096395199994, - 33.22778125900004 - ], - [ - -117.260753148, - 33.22788008200007 - ], - [ - -117.26055120199999, - 33.22797475200008 - ], - [ - -117.26034923399999, - 33.22806943200004 - ], - [ - -117.26014730599996, - 33.22816409400008 - ], - [ - -117.25994537999998, - 33.228258751000055 - ], - [ - -117.25974727599998, - 33.22835161900008 - ], - [ - -117.25955172099998, - 33.228443291000076 - ], - [ - -117.25934340199996, - 33.22854094600007 - ], - [ - -117.25911347899995, - 33.228648726000074 - ], - [ - -117.25867490399997, - 33.22885431700007 - ], - [ - -117.25859009599998, - 33.22889528300004 - ], - [ - -117.25853373499996, - 33.22935781600006 - ], - [ - -117.258451042, - 33.229992795000044 - ], - [ - -117.25841474499998, - 33.23029199400003 - ], - [ - -117.25838510799997, - 33.23053626600006 - ], - [ - -117.25835724199999, - 33.230765989000076 - ], - [ - -117.25833446999997, - 33.230953673000045 - ], - [ - -117.25832948599998, - 33.230994757000076 - ], - [ - -117.25830374399999, - 33.23120695700004 - ], - [ - -117.25824805999997, - 33.23166404700004 - ], - [ - -117.258192082, - 33.23212300800003 - ], - [ - -117.25807781799995, - 33.23300908300007 - ], - [ - -117.25800229099997, - 33.23361392000004 - ], - [ - -117.25793104, - 33.23418450100007 - ], - [ - -117.25792977699996, - 33.23419462500004 - ], - [ - -117.25792943799996, - 33.23419733600008 - ], - [ - -117.25792909899997, - 33.23420005600008 - ], - [ - -117.25788967299997, - 33.23451579600004 - ], - [ - -117.25788959899995, - 33.234516393000035 - ], - [ - -117.25788958099997, - 33.23451654000007 - ], - [ - -117.25788954399997, - 33.23451683700006 - ], - [ - -117.25787893299997, - 33.23460208200004 - ], - [ - -117.25781082299994, - 33.23514927800005 - ], - [ - -117.25780486599996, - 33.235194860000036 - ], - [ - -117.25798125199998, - 33.23524201200007 - ], - [ - -117.25804130599994, - 33.235256623000055 - ], - [ - -117.25810168199996, - 33.23527036000007 - ], - [ - -117.25816230499998, - 33.23528321500004 - ], - [ - -117.25822320199995, - 33.235295165000025 - ], - [ - -117.25825702699996, - 33.23530128700003 - ], - [ - -117.25828432399999, - 33.235306223000066 - ], - [ - -117.25921458199997, - 33.23544635500008 - ], - [ - -117.25922355199998, - 33.23544770700005 - ], - [ - -117.25924073599998, - 33.235450290000074 - ], - [ - -117.25924739299995, - 33.235451295000075 - ], - [ - -117.25924747499994, - 33.23545130700006 - ], - [ - -117.25925835599998, - 33.23545284000005 - ], - [ - -117.25928468399997, - 33.23545654600008 - ], - [ - -117.26035070599994, - 33.235606665000034 - ], - [ - -117.261482947, - 33.23576609400004 - ], - [ - -117.26155524999996, - 33.23577627700007 - ], - [ - -117.26150284799996, - 33.235844893000035 - ], - [ - -117.26145966999997, - 33.235901418000026 - ], - [ - -117.26120845199995, - 33.23623033800004 - ], - [ - -117.26102907699999, - 33.236465192000026 - ], - [ - -117.26124760099998, - 33.236585406000074 - ], - [ - -117.26280743899997, - 33.23744346800004 - ], - [ - -117.26277164799995, - 33.23748947300004 - ], - [ - -117.26162871599996, - 33.23895844800006 - ], - [ - -117.26133787199996, - 33.23933223000006 - ], - [ - -117.26104701199995, - 33.239706021000075 - ], - [ - -117.26075615199994, - 33.240079810000054 - ], - [ - -117.26046762199996, - 33.24045061000004 - ], - [ - -117.26046541699998, - 33.24045344100006 - ], - [ - -117.26044727899995, - 33.24047657800003 - ], - [ - -117.26047475899998, - 33.240491650000024 - ], - [ - -117.26049559599994, - 33.24050306700008 - ], - [ - -117.260502154, - 33.24050666100004 - ], - [ - -117.26208101599997, - 33.24140968700004 - ], - [ - -117.26222668199995, - 33.24148444000008 - ], - [ - -117.26215675199995, - 33.24157698400006 - ], - [ - -117.260523375, - 33.24373865500007 - ], - [ - -117.26047075199995, - 33.243808296000054 - ], - [ - -117.25994568999994, - 33.244503131000045 - ], - [ - -117.259928157, - 33.24452633300007 - ], - [ - -117.25943916099999, - 33.24426315300008 - ], - [ - -117.25897363099995, - 33.244012601000065 - ], - [ - -117.25807121799994, - 33.243526906000056 - ], - [ - -117.25788521199996, - 33.24377082400002 - ], - [ - -117.25746070099996, - 33.244327519000024 - ], - [ - -117.25736906599997, - 33.24444768400008 - ], - [ - -117.25673415299997, - 33.24527304900005 - ], - [ - -117.25662121, - 33.24542002700008 - ], - [ - -117.25655559799998, - 33.245505413000046 - ], - [ - -117.25654337199995, - 33.24552132000008 - ], - [ - -117.25573743399997, - 33.246569392000026 - ], - [ - -117.25570717199997, - 33.24655310500003 - ], - [ - -117.25438421699994, - 33.24584115000005 - ], - [ - -117.25438239199997, - 33.245840162000036 - ], - [ - -117.25428876899997, - 33.245789700000046 - ], - [ - -117.25409554999999, - 33.24568290800005 - ], - [ - -117.25406686099996, - 33.24566703700003 - ], - [ - -117.25406550399998, - 33.24566627100006 - ], - [ - -117.25388056799994, - 33.24556213000005 - ], - [ - -117.253843271, - 33.24554319300006 - ], - [ - -117.25381506199994, - 33.245527614000025 - ], - [ - -117.25367649799995, - 33.24545109500008 - ], - [ - -117.25366373099996, - 33.24544398200004 - ], - [ - -117.25346252199995, - 33.245331892000024 - ], - [ - -117.25325188199997, - 33.24521816200007 - ], - [ - -117.25305105099994, - 33.24510434900003 - ], - [ - -117.25284698499996, - 33.24499331200008 - ], - [ - -117.25254681599995, - 33.24482345400003 - ], - [ - -117.25244539599998, - 33.24477118200008 - ], - [ - -117.25239468399997, - 33.24474307600008 - ], - [ - -117.25212280899996, - 33.244592391000026 - ], - [ - -117.25197134799998, - 33.24450845500007 - ], - [ - -117.25175061099998, - 33.24438707000007 - ], - [ - -117.25174965599996, - 33.244386543000076 - ], - [ - -117.25123769699997, - 33.24410439700006 - ], - [ - -117.25113478799994, - 33.244046602000026 - ], - [ - -117.25110099299997, - 33.24402741600005 - ], - [ - -117.25095932699998, - 33.24394911300004 - ], - [ - -117.25084571699995, - 33.243886306000036 - ], - [ - -117.25071624099996, - 33.24381473600005 - ], - [ - -117.25043162799994, - 33.24365740600007 - ], - [ - -117.25038284399994, - 33.24363043400007 - ], - [ - -117.25031984699996, - 33.24359560900007 - ], - [ - -117.25027221, - 33.24356927600007 - ], - [ - -117.25012876999995, - 33.243489984000064 - ], - [ - -117.24990757499995, - 33.24336770600007 - ], - [ - -117.24984552499996, - 33.24333340700008 - ], - [ - -117.24967459399994, - 33.24323890800002 - ], - [ - -117.24937110099995, - 33.243071142000076 - ], - [ - -117.24934011399995, - 33.24305402700003 - ], - [ - -117.24905148799996, - 33.24289445800002 - ], - [ - -117.248785984, - 33.24274768300006 - ], - [ - -117.24866291999996, - 33.24267965100006 - ], - [ - -117.24852840499994, - 33.24260528800005 - ], - [ - -117.24851270399995, - 33.242596614000036 - ], - [ - -117.24842631299998, - 33.24254884900006 - ], - [ - -117.24827775999995, - 33.24246672100003 - ], - [ - -117.248229832, - 33.24244023000006 - ], - [ - -117.24805744899999, - 33.24234492800008 - ], - [ - -117.24794631599997, - 33.24228349400005 - ], - [ - -117.24787021799995, - 33.24224142300005 - ], - [ - -117.24783606899996, - 33.24222254500006 - ], - [ - -117.24767723999997, - 33.242134736000025 - ], - [ - -117.24739248399999, - 33.241977321000036 - ], - [ - -117.24714606499998, - 33.241841082000064 - ], - [ - -117.24689963499998, - 33.241704853000044 - ], - [ - -117.24672479799995, - 33.24160819000008 - ], - [ - -117.24666965199998, - 33.24157769900006 - ], - [ - -117.24638331299997, - 33.24141939400005 - ], - [ - -117.24617200399996, - 33.24130260000004 - ], - [ - -117.24590171799997, - 33.24115316100006 - ], - [ - -117.24584667499994, - 33.241122725000025 - ], - [ - -117.24515409299994, - 33.240739794000035 - ], - [ - -117.24515291899996, - 33.24073914400003 - ], - [ - -117.24495111599998, - 33.24062757300004 - ], - [ - -117.24495225399994, - 33.240898264000066 - ], - [ - -117.24495364399996, - 33.241227794000054 - ], - [ - -117.24495486799998, - 33.24151958300007 - ], - [ - -117.24495487899998, - 33.241530176000026 - ], - [ - -117.24495007599995, - 33.24317954500003 - ], - [ - -117.24495002999998, - 33.24319458800005 - ], - [ - -117.24494935899997, - 33.24342797300005 - ], - [ - -117.24494789499994, - 33.24393373800007 - ], - [ - -117.24494685199994, - 33.24429453800008 - ], - [ - -117.24494680599997, - 33.24431070500003 - ], - [ - -117.24494452, - 33.24510219500007 - ], - [ - -117.24494654299997, - 33.24524411900006 - ], - [ - -117.24495039499999, - 33.24551415900004 - ], - [ - -117.24495160499998, - 33.24559900200006 - ], - [ - -117.244953308, - 33.24571853300006 - ], - [ - -117.24497528799998, - 33.247259659000065 - ], - [ - -117.24497690299995, - 33.24737285100008 - ], - [ - -117.24499434199998, - 33.24859567300007 - ], - [ - -117.24499406299998, - 33.248773938000056 - ], - [ - -117.24499405899996, - 33.248780690000046 - ], - [ - -117.24499389699997, - 33.24880275100003 - ], - [ - -117.24499281599998, - 33.24895365900005 - ], - [ - -117.24499279099996, - 33.24895658300005 - ], - [ - -117.24499517599997, - 33.24976756900003 - ], - [ - -117.24499717999998, - 33.25045376700007 - ], - [ - -117.244999399, - 33.25121229300004 - ], - [ - -117.24500178599999, - 33.25202941800006 - ], - [ - -117.24500303699995, - 33.25245737300003 - ], - [ - -117.24500414899995, - 33.252837329000045 - ], - [ - -117.24500253099995, - 33.25298885700005 - ], - [ - -117.24500290199995, - 33.25312929000006 - ], - [ - -117.24500585899995, - 33.254258840000034 - ], - [ - -117.24500761799999, - 33.25477496600007 - ], - [ - -117.24477331299994, - 33.25483444900004 - ], - [ - -117.24333085199999, - 33.25520062700008 - ], - [ - -117.24290588499997, - 33.25530850500007 - ], - [ - -117.24288359599996, - 33.25531416200005 - ], - [ - -117.24287617399995, - 33.25616877400006 - ], - [ - -117.24287578399998, - 33.25626822400005 - ], - [ - -117.242875385, - 33.25636964700004 - ], - [ - -117.24287438399995, - 33.25662526100007 - ], - [ - -117.24287298999997, - 33.25698021200003 - ], - [ - -117.24286961599995, - 33.25784008800008 - ], - [ - -117.24286912499997, - 33.257965210000066 - ], - [ - -117.24286893199996, - 33.25801431100007 - ], - [ - -117.24286853999996, - 33.25811417700004 - ], - [ - -117.24286816999995, - 33.25820853700003 - ], - [ - -117.24286785399994, - 33.258288907000065 - ], - [ - -117.242864355, - 33.25918061400006 - ], - [ - -117.24286435399995, - 33.25918066400004 - ], - [ - -117.24286435299996, - 33.259180713000035 - ], - [ - -117.24286192299996, - 33.25979982600006 - ], - [ - -117.24323506999997, - 33.25979731700005 - ], - [ - -117.24501109999994, - 33.25978536200006 - ], - [ - -117.24501106499997, - 33.25916352000007 - ], - [ - -117.24501106499997, - 33.25916347000003 - ], - [ - -117.24501106499997, - 33.25916342100004 - ], - [ - -117.24501105099995, - 33.258947102000036 - ], - [ - -117.24861262799999, - 33.25889493500006 - ], - [ - -117.24927334499995, - 33.25888535300004 - ], - [ - -117.249274905, - 33.25912916200008 - ], - [ - -117.24927490599998, - 33.25912921200006 - ], - [ - -117.24927490599998, - 33.259129261000055 - ], - [ - -117.24927904699996, - 33.25977682600006 - ], - [ - -117.249279705, - 33.25987953500004 - ], - [ - -117.24930258699999, - 33.26345579300005 - ], - [ - -117.24866444099996, - 33.26343995900004 - ], - [ - -117.24501713499996, - 33.263376452000045 - ], - [ - -117.24502540799995, - 33.26365343700007 - ], - [ - -117.24502208499996, - 33.26366688000007 - ], - [ - -117.24501944599996, - 33.26368044600002 - ], - [ - -117.24501754899995, - 33.26369409500006 - ], - [ - -117.24501639199997, - 33.26370735100005 - ], - [ - -117.24501625099998, - 33.263727026000026 - ], - [ - -117.24501369099994, - 33.26404543500007 - ], - [ - -117.24501055499996, - 33.264345046000074 - ], - [ - -117.245006059, - 33.26463914400006 - ], - [ - -117.24500507599998, - 33.26472712300006 - ], - [ - -117.24500270699997, - 33.26480684500007 - ], - [ - -117.24499076299998, - 33.26548306400008 - ], - [ - -117.24499212299997, - 33.26549675600006 - ], - [ - -117.24499324399994, - 33.26551046000003 - ], - [ - -117.24499415499997, - 33.26552418600005 - ], - [ - -117.24499482899995, - 33.26553791300006 - ], - [ - -117.244995255, - 33.265551652000056 - ], - [ - -117.24499549399997, - 33.26556539300003 - ], - [ - -117.24499547299996, - 33.26557913600004 - ], - [ - -117.24499522899998, - 33.265592871000024 - ], - [ - -117.2449947599999, - 33.26560660700005 - ], - [ - -117.24499406799998, - 33.26562033600004 - ], - [ - -117.24499312699999, - 33.26563404700005 - ], - [ - -117.244991976, - 33.265647768000065 - ], - [ - -117.24499058599997, - 33.265661453000064 - ], - [ - -117.24498897399997, - 33.265675129000044 - ], - [ - -117.24498713699995, - 33.265688787000045 - ], - [ - -117.24498506499998, - 33.265702418000046 - ], - [ - -117.24498276799994, - 33.26571603100007 - ], - [ - -117.24498024599995, - 33.265729606000036 - ], - [ - -117.24497749999995, - 33.265743142000076 - ], - [ - -117.24497743399996, - 33.265749768000035 - ], - [ - -117.24389412, - 33.265717736000056 - ], - [ - -117.24383515999995, - 33.265715992000025 - ], - [ - -117.24345556599997, - 33.26570476400008 - ], - [ - -117.243036615, - 33.265692374000025 - ], - [ - -117.24263086299999, - 33.265680608000025 - ], - [ - -117.24220537399998, - 33.265667989000065 - ], - [ - -117.24144939999996, - 33.26564607700004 - ], - [ - -117.23939414799997, - 33.26558457300007 - ], - [ - -117.237585019, - 33.26553099500006 - ], - [ - -117.23737153399998, - 33.26552467500005 - ], - [ - -117.23737164299996, - 33.26553841700007 - ], - [ - -117.23737138499996, - 33.265552152000055 - ], - [ - -117.23737075099996, - 33.265565880000054 - ], - [ - -117.237369737, - 33.26557961000003 - ], - [ - -117.23736835899996, - 33.26559328500008 - ], - [ - -117.23736661499998, - 33.26560695200004 - ], - [ - -117.23736449499995, - 33.26562058400003 - ], - [ - -117.23736200699994, - 33.26563416700003 - ], - [ - -117.23735915399999, - 33.26564769600003 - ], - [ - -117.23735593599997, - 33.26566117600004 - ], - [ - -117.23735236199997, - 33.265674571000034 - ], - [ - -117.23734841099997, - 33.265687910000054 - ], - [ - -117.23734409399998, - 33.26570116200003 - ], - [ - -117.23733943399998, - 33.265714338000066 - ], - [ - -117.23733440799998, - 33.26572740800003 - ], - [ - -117.23732903699994, - 33.265740391000065 - ], - [ - -117.23732331399998, - 33.265753268000026 - ], - [ - -117.23731724599998, - 33.26576601900007 - ], - [ - -117.23731083599995, - 33.26577866500003 - ], - [ - -117.23730408199998, - 33.26579117400007 - ], - [ - -117.23729698499994, - 33.26580355700003 - ], - [ - -117.23728955699994, - 33.265815804000056 - ], - [ - -117.23728180899997, - 33.26582790600003 - ], - [ - -117.23727371599995, - 33.265839852000056 - ], - [ - -117.237265316, - 33.26585164000005 - ], - [ - -117.23725659699994, - 33.265863265000064 - ], - [ - -117.23724756699994, - 33.265874723000024 - ], - [ - -117.23723820699996, - 33.26588600500003 - ], - [ - -117.237228572, - 33.265897102000054 - ], - [ - -117.23721863099996, - 33.26590801300006 - ], - [ - -117.23720839199996, - 33.26591872800003 - ], - [ - -117.23720264699995, - 33.26592453600006 - ], - [ - -117.23697476299998, - 33.26617553700004 - ], - [ - -117.23695381099998, - 33.266198615000064 - ], - [ - -117.23688418599994, - 33.26698797600005 - ], - [ - -117.23688891899997, - 33.26699596800006 - ], - [ - -117.23689656599998, - 33.26700811400008 - ], - [ - -117.23690465499999, - 33.26702006100004 - ], - [ - -117.23691317899994, - 33.26703178500003 - ], - [ - -117.23692213599998, - 33.267043278000074 - ], - [ - -117.23693151499998, - 33.26705454000006 - ], - [ - -117.23694130499996, - 33.267065552000076 - ], - [ - -117.23694383299994, - 33.267068221000045 - ], - [ - -117.23695148999997, - 33.26707630200008 - ], - [ - -117.23696205099998, - 33.267086783000025 - ], - [ - -117.23697303199998, - 33.267096983000044 - ], - [ - -117.23698436499996, - 33.26710689300006 - ], - [ - -117.23699604599994, - 33.26711650300007 - ], - [ - -117.23700809199994, - 33.267125803000056 - ], - [ - -117.23702046199998, - 33.26713479400007 - ], - [ - -117.23703316999996, - 33.267143445000045 - ], - [ - -117.237045476, - 33.26715088200007 - ], - [ - -117.23727771499995, - 33.26729112900006 - ], - [ - -117.23728022599994, - 33.26729265000006 - ], - [ - -117.23767203799997, - 33.267512157000056 - ], - [ - -117.23768197599998, - 33.26751815200004 - ], - [ - -117.23769534599995, - 33.26752607100008 - ], - [ - -117.23770880599994, - 33.26753387800005 - ], - [ - -117.237722352, - 33.26754157900007 - ], - [ - -117.23773599299994, - 33.26754916600004 - ], - [ - -117.23774971499995, - 33.267556643000034 - ], - [ - -117.23776352699997, - 33.267564003000075 - ], - [ - -117.23777742799996, - 33.26757125200004 - ], - [ - -117.23779140699997, - 33.267578386000025 - ], - [ - -117.23780547099994, - 33.26758540800006 - ], - [ - -117.23781961399999, - 33.267592311000044 - ], - [ - -117.23783383399996, - 33.26759909900005 - ], - [ - -117.23784814099997, - 33.26760576800007 - ], - [ - -117.23786251599995, - 33.26761232200005 - ], - [ - -117.23787696899996, - 33.267618758000026 - ], - [ - -117.23789149399994, - 33.26762507600006 - ], - [ - -117.23790609699995, - 33.26763127300006 - ], - [ - -117.237920767, - 33.26763734700006 - ], - [ - -117.23793550699997, - 33.267643305000036 - ], - [ - -117.23795031799995, - 33.26764914000006 - ], - [ - -117.23796519599995, - 33.26765485300007 - ], - [ - -117.23797405, - 33.26765817100005 - ], - [ - -117.23797708299998, - 33.26765814500004 - ], - [ - -117.23799514499996, - 33.26766591400008 - ], - [ - -117.23801021399998, - 33.26767126000004 - ], - [ - -117.23802534799995, - 33.26767648300006 - ], - [ - -117.238040534, - 33.267681579000055 - ], - [ - -117.23805578499997, - 33.26768655200004 - ], - [ - -117.23807109199998, - 33.26769140000005 - ], - [ - -117.23808645499997, - 33.26769611900005 - ], - [ - -117.23810187, - 33.267700717000025 - ], - [ - -117.23811733699995, - 33.26770518700005 - ], - [ - -117.23813285999995, - 33.26770952900006 - ], - [ - -117.23814842499996, - 33.26771374300006 - ], - [ - -117.23816404299998, - 33.26771783200007 - ], - [ - -117.2381797099999, - 33.267721788000074 - ], - [ - -117.23819541799998, - 33.26772561800004 - ], - [ - -117.23821117199998, - 33.26772932200004 - ], - [ - -117.23822696899998, - 33.26773289300007 - ], - [ - -117.23824280399998, - 33.26773633400006 - ], - [ - -117.23825867899996, - 33.26773964900008 - ], - [ - -117.23827459999995, - 33.26774283000003 - ], - [ - -117.23829054, - 33.26774588100005 - ], - [ - -117.23830652599997, - 33.26774880100004 - ], - [ - -117.23832254299998, - 33.267751590000046 - ], - [ - -117.23921458599995, - 33.267939624000064 - ], - [ - -117.23938813099994, - 33.26797201200003 - ], - [ - -117.23939092699999, - 33.267646883000054 - ], - [ - -117.23939529299997, - 33.26713838400008 - ], - [ - -117.24391991599998, - 33.26709124000007 - ], - [ - -117.24401565099998, - 33.267090996000036 - ], - [ - -117.24416099299998, - 33.26709062500004 - ], - [ - -117.24416175599998, - 33.26709062000003 - ], - [ - -117.24481999099999, - 33.267085630000054 - ], - [ - -117.24487739099999, - 33.26708519500005 - ], - [ - -117.24488165199995, - 33.26708516300005 - ], - [ - -117.24498086999995, - 33.26708441000005 - ], - [ - -117.24498833399997, - 33.26760213500006 - ], - [ - -117.24500268399999, - 33.268720157000075 - ], - [ - -117.244984994, - 33.27076851500004 - ], - [ - -117.24498434699996, - 33.271254240000076 - ], - [ - -117.24498194899996, - 33.27304526000006 - ], - [ - -117.24498021899996, - 33.27433747900005 - ], - [ - -117.24498020199997, - 33.27435149900003 - ], - [ - -117.24499812599998, - 33.275347182000075 - ], - [ - -117.24500050299997, - 33.27585123500006 - ], - [ - -117.245001388, - 33.27591645200005 - ], - [ - -117.24500144899997, - 33.275921218000065 - ], - [ - -117.245003124, - 33.27605102600006 - ], - [ - -117.24501333999996, - 33.27684374200004 - ], - [ - -117.24502024799995, - 33.277379592000045 - ], - [ - -117.24499958999996, - 33.278012303000025 - ], - [ - -117.24575507099996, - 33.278034587000036 - ], - [ - -117.24579436, - 33.27803701900007 - ], - [ - -117.24592857599998, - 33.27804143700007 - ], - [ - -117.24597443999994, - 33.278046568000036 - ], - [ - -117.24805257599996, - 33.27807700400007 - ], - [ - -117.248678257, - 33.27808616200008 - ], - [ - -117.24883148699996, - 33.27808840600005 - ], - [ - -117.24912565299996, - 33.27809304500005 - ], - [ - -117.24934204099998, - 33.27809645900004 - ], - [ - -117.25073309399994, - 33.278131974000075 - ], - [ - -117.25203542499997, - 33.278135243000065 - ], - [ - -117.25330256599995, - 33.278153744000065 - ], - [ - -117.25360960199998, - 33.27815822400004 - ], - [ - -117.25361184699995, - 33.278526499000066 - ], - [ - -117.25361500699995, - 33.27904425300005 - ], - [ - -117.25362076099998, - 33.279988599000035 - ], - [ - -117.25362081199995, - 33.28000590400006 - ], - [ - -117.25362130299999, - 33.280175350000036 - ], - [ - -117.25362518699995, - 33.281516698000075 - ], - [ - -117.25287534499995, - 33.28123479100003 - ], - [ - -117.25258419799997, - 33.281766977000075 - ], - [ - -117.25258403599997, - 33.28176819000004 - ], - [ - -117.25258378799998, - 33.28177002000007 - ], - [ - -117.25257270799995, - 33.28185233200003 - ], - [ - -117.25252086799998, - 33.28223747000004 - ], - [ - -117.25153250999995, - 33.282226208000054 - ], - [ - -117.25154031599999, - 33.281764407000026 - ], - [ - -117.24936372699995, - 33.281724231000055 - ], - [ - -117.24931590899996, - 33.28354958400007 - ], - [ - -117.24931567199997, - 33.28375740000007 - ], - [ - -117.24931536899999, - 33.28402403800004 - ], - [ - -117.24931383399996, - 33.285374561000026 - ], - [ - -117.24931383299997, - 33.285375833000046 - ], - [ - -117.25039340599994, - 33.28538820800003 - ], - [ - -117.25147318499995, - 33.28540040300004 - ], - [ - -117.252455463, - 33.28541149200004 - ], - [ - -117.252947383, - 33.285417050000035 - ], - [ - -117.25363349599996, - 33.285424774000035 - ], - [ - -117.25453420899998, - 33.28543490900006 - ], - [ - -117.25474605199997, - 33.28543729200004 - ], - [ - -117.25573342599995, - 33.285448442000074 - ], - [ - -117.25787573699995, - 33.285472655000035 - ], - [ - -117.258567111, - 33.28548046000003 - ], - [ - -117.25897272699996, - 33.28548503700006 - ], - [ - -117.25902468499999, - 33.285485624000046 - ], - [ - -117.26019395299994, - 33.28549881200007 - ], - [ - -117.26085646499996, - 33.28550627900006 - ], - [ - -117.26122733999995, - 33.28551045900008 - ], - [ - -117.2615310199999, - 33.28551388000005 - ], - [ - -117.26226660599997, - 33.28552216200006 - ], - [ - -117.26226532699997, - 33.28676263800003 - ], - [ - -117.26226439099997, - 33.28766897400004 - ], - [ - -117.26226410099997, - 33.287949335000064 - ], - [ - -117.262262895, - 33.288768427000036 - ], - [ - -117.26226235399997, - 33.28913667000006 - ], - [ - -117.26226234699999, - 33.28914169300003 - ], - [ - -117.26226119799998, - 33.29025655500004 - ], - [ - -117.26226046099998, - 33.29097399400007 - ], - [ - -117.26226028099995, - 33.29114929100007 - ], - [ - -117.26225863699995, - 33.29274585700006 - ], - [ - -117.262249468, - 33.29274580300006 - ], - [ - -117.26095935999996, - 33.292738661000044 - ], - [ - -117.25995824299997, - 33.29273310600007 - ], - [ - -117.25960770599994, - 33.29273115500007 - ], - [ - -117.25795286199997, - 33.29270560100008 - ], - [ - -117.25795337299996, - 33.292788047000045 - ], - [ - -117.25796242099995, - 33.29426350800003 - ], - [ - -117.25797033099997, - 33.295553934000054 - ], - [ - -117.25797513799995, - 33.29633801500006 - ], - [ - -117.25802573899995, - 33.296338536000064 - ], - [ - -117.25916362399994, - 33.296350044000064 - ], - [ - -117.25927686399996, - 33.29634920600006 - ], - [ - -117.26131924099997, - 33.29633432800006 - ], - [ - -117.26127705399995, - 33.29579872900007 - ], - [ - -117.26124125799998, - 33.295661617000064 - ], - [ - -117.26119829199996, - 33.29549704000004 - ], - [ - -117.26176584899997, - 33.29528460300003 - ], - [ - -117.26228669499994, - 33.29508964900003 - ], - [ - -117.26346954199994, - 33.29464299600005 - ], - [ - -117.263696644, - 33.29475382700008 - ], - [ - -117.26379856799997, - 33.294794222000064 - ], - [ - -117.26388088899995, - 33.29483752500005 - ], - [ - -117.26420321299997, - 33.29497506200005 - ], - [ - -117.26413913299996, - 33.296429611000065 - ], - [ - -117.264111744, - 33.297051295000074 - ], - [ - -117.26410473599998, - 33.29721035100005 - ], - [ - -117.26400720599997, - 33.29727163800004 - ], - [ - -117.26304008299996, - 33.29769177400004 - ], - [ - -117.26265938499995, - 33.297816459000046 - ], - [ - -117.26231296399999, - 33.297927866000066 - ], - [ - -117.26231298599998, - 33.29792990900006 - ], - [ - -117.26231747799994, - 33.29831838800004 - ], - [ - -117.26232374199998, - 33.29886020600003 - ], - [ - -117.26233276099998, - 33.29997595200007 - ] - ] - ], - [ - [ - [ - -117.16884592799994, - 33.24172340400003 - ], - [ - -117.16861219499998, - 33.24172513800005 - ], - [ - -117.16861181899998, - 33.241726465000056 - ], - [ - -117.1686114399999, - 33.24172780300006 - ], - [ - -117.16861106699997, - 33.24172913900003 - ], - [ - -117.168610877, - 33.24172980900005 - ], - [ - -117.16861068799994, - 33.24173047700003 - ], - [ - -117.16861031599996, - 33.24173181500004 - ], - [ - -117.16860994599995, - 33.24173314500007 - ], - [ - -117.16860957299997, - 33.241734491000045 - ], - [ - -117.16860920399995, - 33.24173582800006 - ], - [ - -117.16860883899994, - 33.24173717000008 - ], - [ - -117.16860846999998, - 33.241738508000026 - ], - [ - -117.16860828699998, - 33.241739178000046 - ], - [ - -117.16860810399999, - 33.24173984600003 - ], - [ - -117.16860774399998, - 33.24174118700006 - ], - [ - -117.16860738099996, - 33.24174252600005 - ], - [ - -117.16860701899998, - 33.241743867000025 - ], - [ - -117.168606663, - 33.24174521000003 - ], - [ - -117.16860630399998, - 33.24174655100006 - ], - [ - -117.16860612499994, - 33.24174722200007 - ], - [ - -117.168605948, - 33.241747891000045 - ], - [ - -117.16860559199995, - 33.241749233000064 - ], - [ - -117.16860524199996, - 33.24175057300005 - ], - [ - -117.16860488799995, - 33.24175191900002 - ], - [ - -117.16860454, - 33.24175325900006 - ], - [ - -117.16860419099999, - 33.24175460200007 - ], - [ - -117.16860401799994, - 33.241755273000024 - ], - [ - -117.16860384299997, - 33.241755943000044 - ], - [ - -117.16860349799998, - 33.24175728400007 - ], - [ - -117.168603153, - 33.24175863100004 - ], - [ - -117.16860281099997, - 33.241759975000036 - ], - [ - -117.16860247199998, - 33.24176132000002 - ], - [ - -117.16860229999998, - 33.24176199100003 - ], - [ - -117.16860212799997, - 33.24176266200004 - ], - [ - -117.16860179199995, - 33.24176400700003 - ], - [ - -117.16860145399994, - 33.24176535300006 - ], - [ - -117.16860111999995, - 33.24176669700006 - ], - [ - -117.16860078499997, - 33.241768043000036 - ], - [ - -117.16860061799997, - 33.241768714000045 - ], - [ - -117.16860045299995, - 33.241769386000044 - ], - [ - -117.16860012399997, - 33.241770734000056 - ], - [ - -117.16859979599997, - 33.24177207900004 - ], - [ - -117.16859946499994, - 33.241773426000066 - ], - [ - -117.16859913899998, - 33.24177477100005 - ], - [ - -117.16859881499994, - 33.241776119000065 - ], - [ - -117.16859865199996, - 33.24177679200005 - ], - [ - -117.16859848999997, - 33.24177746600003 - ], - [ - -117.16859816999994, - 33.24177881400004 - ], - [ - -117.168597848, - 33.24178015900003 - ], - [ - -117.16859753099999, - 33.24178150900008 - ], - [ - -117.16859721199995, - 33.24178285600004 - ], - [ - -117.16859705299998, - 33.24178353100007 - ], - [ - -117.16859689599994, - 33.241784204000055 - ], - [ - -117.16859658299995, - 33.24178555300006 - ], - [ - -117.16859626999997, - 33.24178690300005 - ], - [ - -117.16859595699998, - 33.24178825100006 - ], - [ - -117.16859564799995, - 33.24178959900007 - ], - [ - -117.16859549299994, - 33.24179027400004 - ], - [ - -117.16859533999997, - 33.24179095000005 - ], - [ - -117.16859503199998, - 33.241792298000064 - ], - [ - -117.16859472799996, - 33.241793648000055 - ], - [ - -117.16859442199996, - 33.241794999000035 - ], - [ - -117.16859411799999, - 33.241796349000026 - ], - [ - -117.168593967, - 33.24179702500004 - ], - [ - -117.16859381799998, - 33.24179770200004 - ], - [ - -117.16859351999994, - 33.24179905200003 - ], - [ - -117.16859322299996, - 33.24180040400006 - ], - [ - -117.16859292599997, - 33.24180175400005 - ], - [ - -117.16859263099997, - 33.24180310500003 - ], - [ - -117.16859233599996, - 33.24180445600007 - ], - [ - -117.16859232199994, - 33.24180452100006 - ], - [ - -117.16859230799997, - 33.24180458500007 - ], - [ - -117.16859217999996, - 33.24180518000003 - ], - [ - -117.168592043, - 33.24180581000007 - ], - [ - -117.16859175299999, - 33.24180716200004 - ], - [ - -117.16859146299998, - 33.241808513000024 - ], - [ - -117.16859117599995, - 33.241809869000065 - ], - [ - -117.16859089099995, - 33.241811219000056 - ], - [ - -117.16859060499996, - 33.24181257300006 - ], - [ - -117.16859032199994, - 33.24181392600008 - ], - [ - -117.16859004099996, - 33.241815279000036 - ], - [ - -117.16858975899999, - 33.24181663300004 - ], - [ - -117.16858948299995, - 33.24181798800004 - ], - [ - -117.16858920399994, - 33.24181934500007 - ], - [ - -117.16858906599998, - 33.241820020000034 - ], - [ - -117.16858892799996, - 33.24182069700004 - ], - [ - -117.16858865599994, - 33.24182205100004 - ], - [ - -117.16858838199994, - 33.24182340800007 - ], - [ - -117.16858810899998, - 33.24182476300007 - ], - [ - -117.16858783999999, - 33.24182611400005 - ], - [ - -117.16858770399995, - 33.241826794000076 - ], - [ - -117.16858756899995, - 33.24182747200007 - ], - [ - -117.16858730299998, - 33.24182883000003 - ], - [ - -117.16858704099997, - 33.24183018300005 - ], - [ - -117.16858677599998, - 33.24183153900003 - ], - [ - -117.16858650999995, - 33.24183289500007 - ], - [ - -117.16858625499998, - 33.24183425100006 - ], - [ - -117.16858599299997, - 33.24183560900008 - ], - [ - -117.16858573399998, - 33.24183696800003 - ], - [ - -117.16858548, - 33.24183832400007 - ], - [ - -117.16858522499996, - 33.241839682000034 - ], - [ - -117.16858497199996, - 33.241841040000054 - ], - [ - -117.16858472099995, - 33.24184239700003 - ], - [ - -117.16858446699996, - 33.24184375400006 - ], - [ - -117.16858434299996, - 33.24184443300004 - ], - [ - -117.16858422099995, - 33.24184511100003 - ], - [ - -117.16858397199996, - 33.24184647100003 - ], - [ - -117.16858372599995, - 33.24184783000004 - ], - [ - -117.16858348199997, - 33.24184918900005 - ], - [ - -117.16858323999998, - 33.24185054600002 - ], - [ - -117.16858299499995, - 33.24185190600008 - ], - [ - -117.16858275699997, - 33.24185326500003 - ], - [ - -117.16858251699995, - 33.24185462600008 - ], - [ - -117.16858228199999, - 33.24185598400004 - ], - [ - -117.168582045, - 33.24185734400004 - ], - [ - -117.16858181099997, - 33.24185870500003 - ], - [ - -117.16858157999997, - 33.24186006600007 - ], - [ - -117.16858134799998, - 33.241861425000025 - ], - [ - -117.16858111799996, - 33.24186278700006 - ], - [ - -117.16858088999999, - 33.24186414800005 - ], - [ - -117.16858066499998, - 33.241865510000025 - ], - [ - -117.16858043999997, - 33.241866869000035 - ], - [ - -117.16858021699994, - 33.24186823000008 - ], - [ - -117.16857999399997, - 33.24186959200006 - ], - [ - -117.16857977399997, - 33.241870955000024 - ], - [ - -117.16857955399996, - 33.24187231500002 - ], - [ - -117.168579336, - 33.24187367500008 - ], - [ - -117.168579121, - 33.241875039000035 - ], - [ - -117.16857890499995, - 33.24187640200006 - ], - [ - -117.16857869399996, - 33.24187776500003 - ], - [ - -117.16857848399997, - 33.24187912600007 - ], - [ - -117.16857837699996, - 33.24187980900007 - ], - [ - -117.168578272, - 33.24188049000003 - ], - [ - -117.16857806299998, - 33.24188185300005 - ], - [ - -117.16857785599996, - 33.241883216000076 - ], - [ - -117.16857764899999, - 33.241884577000064 - ], - [ - -117.16857744799995, - 33.241885945000035 - ], - [ - -117.16857724399995, - 33.241887305000034 - ], - [ - -117.16857704199998, - 33.24188866900005 - ], - [ - -117.16857694199996, - 33.24188935300003 - ], - [ - -117.16857684399997, - 33.24189003500004 - ], - [ - -117.16857664599996, - 33.241891397000074 - ], - [ - -117.16857645099998, - 33.24189276100003 - ], - [ - -117.168576256, - 33.241894124000055 - ], - [ - -117.16857605899997, - 33.24189548900006 - ], - [ - -117.16857596299997, - 33.241896172000054 - ], - [ - -117.16857586699996, - 33.24189685500005 - ], - [ - -117.16857567799997, - 33.24189822000005 - ], - [ - -117.16857548999997, - 33.241899585000056 - ], - [ - -117.16857530399994, - 33.24190095100005 - ], - [ - -117.16857511399996, - 33.24190231500006 - ], - [ - -117.16857493199996, - 33.241903680000064 - ], - [ - -117.16857474899996, - 33.241905046000056 - ], - [ - -117.16857456699995, - 33.241906406000055 - ], - [ - -117.16857438799997, - 33.24190777700005 - ], - [ - -117.16857429399994, - 33.24190845800007 - ], - [ - -117.16857419999997, - 33.24190914600007 - ], - [ - -117.16857403499995, - 33.24191051100007 - ], - [ - -117.16857385799995, - 33.241911876000074 - ], - [ - -117.16857368299998, - 33.24191324200007 - ], - [ - -117.16857355299999, - 33.24191426700003 - ], - [ - -117.16857350999999, - 33.24191460900005 - ], - [ - -117.16857333699994, - 33.24191597400005 - ], - [ - -117.16857316899996, - 33.24191734200008 - ], - [ - -117.168572999, - 33.24191870800007 - ], - [ - -117.16857283399997, - 33.24192007600004 - ], - [ - -117.16857266899996, - 33.241921443000024 - ], - [ - -117.16857250899994, - 33.24192281100005 - ], - [ - -117.16857234599996, - 33.24192417900008 - ], - [ - -117.16857218599995, - 33.24192554500007 - ], - [ - -117.168572026, - 33.241926912000054 - ], - [ - -117.16857186799996, - 33.24192828100007 - ], - [ - -117.16857171199996, - 33.24192964900004 - ], - [ - -117.16857156099996, - 33.241931016000024 - ], - [ - -117.16857140599996, - 33.24193238100003 - ], - [ - -117.16857125499996, - 33.24193375300007 - ], - [ - -117.16857110599994, - 33.24193512200003 - ], - [ - -117.16857095499995, - 33.24193649000006 - ], - [ - -117.16857080699998, - 33.241937859000075 - ], - [ - -117.16857066499995, - 33.241939228000035 - ], - [ - -117.16857051799997, - 33.24194059800004 - ], - [ - -117.16857037699998, - 33.24194196600007 - ], - [ - -117.16857023799997, - 33.24194333400004 - ], - [ - -117.16857009699999, - 33.24194470300006 - ], - [ - -117.16856995499995, - 33.24194607100003 - ], - [ - -117.16856989099995, - 33.24194675900003 - ], - [ - -117.16856982199994, - 33.24194744300007 - ], - [ - -117.16856969199995, - 33.24194881300008 - ], - [ - -117.16856955599997, - 33.24195018200004 - ], - [ - -117.16856942299995, - 33.24195155100006 - ], - [ - -117.16856887899996, - 33.24195724100008 - ], - [ - -117.168808233, - 33.24195744900004 - ], - [ - -117.16889869699997, - 33.241957530000036 - ], - [ - -117.168894433, - 33.24193713100004 - ], - [ - -117.16889489399995, - 33.241934548000074 - ], - [ - -117.168895137, - 33.241933188000075 - ], - [ - -117.16889522199995, - 33.24193271200005 - ], - [ - -117.168895379, - 33.241931829000066 - ], - [ - -117.16889562299997, - 33.24193046900007 - ], - [ - -117.16889586699995, - 33.24192911200004 - ], - [ - -117.16889611, - 33.24192775200004 - ], - [ - -117.16889635499996, - 33.24192639200004 - ], - [ - -117.16889647899995, - 33.241925716000026 - ], - [ - -117.16889660199996, - 33.241925036000055 - ], - [ - -117.16889684299997, - 33.241923679000024 - ], - [ - -117.16889709499998, - 33.241922317000046 - ], - [ - -117.16889733899995, - 33.24192096100006 - ], - [ - -117.16889758599996, - 33.24191960100006 - ], - [ - -117.16889783999994, - 33.24191824400003 - ], - [ - -117.16889796199996, - 33.24191756500005 - ], - [ - -117.16889808399998, - 33.24191688500002 - ], - [ - -117.16889833399995, - 33.24191552800005 - ], - [ - -117.16889857899997, - 33.24191416700006 - ], - [ - -117.16889882899994, - 33.24191281000003 - ], - [ - -117.16889908099995, - 33.24191145100008 - ], - [ - -117.16889933199997, - 33.24191009400005 - ], - [ - -117.168899582, - 33.24190873500004 - ], - [ - -117.16889983199997, - 33.241907378000064 - ], - [ - -117.16890008299998, - 33.241906021000034 - ], - [ - -117.16890033399994, - 33.241904662000024 - ], - [ - -117.16890058699994, - 33.24190330400006 - ], - [ - -117.16890084299996, - 33.24190194700003 - ], - [ - -117.16890109199994, - 33.24190058900007 - ], - [ - -117.16890134599998, - 33.24189923500006 - ], - [ - -117.16890160099996, - 33.241897874000074 - ], - [ - -117.16890185299997, - 33.24189651800003 - ], - [ - -117.16890211199996, - 33.24189516000007 - ], - [ - -117.16890236499995, - 33.24189380200005 - ], - [ - -117.16890262199996, - 33.241892445000076 - ], - [ - -117.16890274999997, - 33.24189176600004 - ], - [ - -117.168902877, - 33.241891088000045 - ], - [ - -117.16890313399995, - 33.24188973100007 - ], - [ - -117.16890339099996, - 33.24188837500003 - ], - [ - -117.16890364899996, - 33.24188701700007 - ], - [ - -117.168903909, - 33.24188566000004 - ], - [ - -117.16890416599995, - 33.24188430300006 - ], - [ - -117.16890442299996, - 33.24188294700008 - ], - [ - -117.16890468399998, - 33.24188158900006 - ], - [ - -117.16890494399996, - 33.241880233000074 - ], - [ - -117.16890520399994, - 33.241878876000044 - ], - [ - -117.16890546599996, - 33.24187751900007 - ], - [ - -117.16890572699998, - 33.24187616300003 - ], - [ - -117.16890598599997, - 33.241874808000034 - ], - [ - -117.16890611799994, - 33.24187413000004 - ], - [ - -117.16890624999996, - 33.24187345000007 - ], - [ - -117.16890651099999, - 33.24187209300004 - ], - [ - -117.16890677499998, - 33.241870739000035 - ], - [ - -117.16890704199994, - 33.241869380000026 - ], - [ - -117.16890730199998, - 33.24186802600008 - ], - [ - -117.16890756599997, - 33.24186666800006 - ], - [ - -117.16890769799994, - 33.241865991000054 - ], - [ - -117.16890782999997, - 33.241865311000026 - ], - [ - -117.16890809499995, - 33.24186395700008 - ], - [ - -117.16890836099998, - 33.24186260400006 - ], - [ - -117.16890862599996, - 33.24186124400006 - ], - [ - -117.16890889399997, - 33.24185989000006 - ], - [ - -117.168909026, - 33.241859211000076 - ], - [ - -117.16890915899995, - 33.24185853300003 - ], - [ - -117.16890942599997, - 33.24185717800003 - ], - [ - -117.16890969299999, - 33.24185582200005 - ], - [ - -117.16890995999995, - 33.241854465000074 - ], - [ - -117.16891023, - 33.24185311000008 - ], - [ - -117.16891036299995, - 33.241852434000066 - ], - [ - -117.16891049699996, - 33.24185175500003 - ], - [ - -117.16891076799999, - 33.241850398000054 - ], - [ - -117.16891103799998, - 33.24184904500004 - ], - [ - -117.16891130699997, - 33.241847688000064 - ], - [ - -117.16891157899994, - 33.24184633400006 - ], - [ - -117.16891184899998, - 33.24184498000005 - ], - [ - -117.16891211899997, - 33.24184362300008 - ], - [ - -117.16891239299997, - 33.24184226800003 - ], - [ - -117.16891266299996, - 33.24184091400008 - ], - [ - -117.16891293699996, - 33.24183955900003 - ], - [ - -117.16891320999997, - 33.24183820300004 - ], - [ - -117.16891348499996, - 33.24183684900004 - ], - [ - -117.16891375799997, - 33.24183549400004 - ], - [ - -117.16891403099999, - 33.24183413900005 - ], - [ - -117.16891430699997, - 33.24183278600003 - ], - [ - -117.16891458199996, - 33.24183143100004 - ], - [ - -117.168914858, - 33.24183007600004 - ], - [ - -117.16891513599995, - 33.241828723000026 - ], - [ - -117.168915412, - 33.24182736900008 - ], - [ - -117.16891568899996, - 33.24182601500007 - ], - [ - -117.16891596599999, - 33.24182466000008 - ], - [ - -117.16891624299996, - 33.241823305000025 - ], - [ - -117.16891652299995, - 33.241821952000066 - ], - [ - -117.16891679899999, - 33.24182059700007 - ], - [ - -117.16891707999997, - 33.241819243000066 - ], - [ - -117.16891736099996, - 33.24181788900006 - ], - [ - -117.16891764099995, - 33.241816533000076 - ], - [ - -117.16891791999996, - 33.24181518100005 - ], - [ - -117.16891820099994, - 33.24181382800003 - ], - [ - -117.16891848499995, - 33.24181247400003 - ], - [ - -117.16891876199998, - 33.24181111900003 - ], - [ - -117.16891904799996, - 33.241809766000074 - ], - [ - -117.16891932799996, - 33.24180841700007 - ], - [ - -117.16891954099998, - 33.24180739800005 - ], - [ - -117.16891961199997, - 33.24180706000004 - ], - [ - -117.16891989499999, - 33.24180570500005 - ], - [ - -117.16892018099998, - 33.24180435400007 - ], - [ - -117.16892046399994, - 33.24180299900007 - ], - [ - -117.168920749, - 33.241801648000035 - ], - [ - -117.16892103499998, - 33.24180029300004 - ], - [ - -117.16892132099997, - 33.24179894200006 - ], - [ - -117.16892160499998, - 33.241797587000065 - ], - [ - -117.16892174999998, - 33.24179691100005 - ], - [ - -117.16892189599997, - 33.24179623500004 - ], - [ - -117.16892217799995, - 33.24179488200008 - ], - [ - -117.168922469, - 33.24179353000005 - ], - [ - -117.16892275799995, - 33.24179217600005 - ], - [ - -117.16892304299995, - 33.24179082300003 - ], - [ - -117.16892333399994, - 33.24178947200005 - ], - [ - -117.16892347899994, - 33.24178879500005 - ], - [ - -117.16892362299996, - 33.241788119000034 - ], - [ - -117.16892391299996, - 33.24178676500003 - ], - [ - -117.16892420199997, - 33.24178541500004 - ], - [ - -117.16892449199997, - 33.24178406000004 - ], - [ - -117.16892478299997, - 33.24178270800007 - ], - [ - -117.168925076, - 33.241781357000036 - ], - [ - -117.16892522099994, - 33.24178068100008 - ], - [ - -117.16892536599994, - 33.24178000400008 - ], - [ - -117.16892565899997, - 33.24177865300004 - ], - [ - -117.16892595099995, - 33.24177730200006 - ], - [ - -117.16892624699994, - 33.24177594400004 - ], - [ - -117.16892653899998, - 33.24177459600003 - ], - [ - -117.16892683199995, - 33.24177324400006 - ], - [ - -117.16892712599997, - 33.24177188800007 - ], - [ - -117.16892734699996, - 33.24177087800007 - ], - [ - -117.16892742199997, - 33.24177054000006 - ], - [ - -117.16892771499994, - 33.241769188000035 - ], - [ - -117.16892800999995, - 33.24176784400004 - ], - [ - -117.16892830799998, - 33.24176648500003 - ], - [ - -117.16892860499996, - 33.241765136000026 - ], - [ - -117.16892890099996, - 33.241763785000046 - ], - [ - -117.16892919699995, - 33.241762435000055 - ], - [ - -117.16892939199994, - 33.24176156200008 - ], - [ - -117.16892949899994, - 33.24176108200004 - ], - [ - -117.16892974299998, - 33.241759960000024 - ], - [ - -117.16892976799994, - 33.24175984500005 - ], - [ - -117.16892979399995, - 33.24175972900008 - ], - [ - -117.16893009299997, - 33.24175838000008 - ], - [ - -117.16893039099995, - 33.24175703100008 - ], - [ - -117.16893069099996, - 33.24175567800006 - ], - [ - -117.16893098999998, - 33.241754326000034 - ], - [ - -117.168931295, - 33.24175297600004 - ], - [ - -117.16893159299997, - 33.24175162600005 - ], - [ - -117.16893189299998, - 33.24175027500007 - ], - [ - -117.16893219599996, - 33.241748925000024 - ], - [ - -117.168932499, - 33.241747572000065 - ], - [ - -117.16893280199997, - 33.241746223000064 - ], - [ - -117.16893310199998, - 33.24174487300007 - ], - [ - -117.16893340899998, - 33.24174352400007 - ], - [ - -117.16893363599996, - 33.24174251100004 - ], - [ - -117.16893371199995, - 33.241742172000045 - ], - [ - -117.168934015, - 33.24174082300004 - ], - [ - -117.16893432099994, - 33.24173947400004 - ], - [ - -117.16893462399997, - 33.241738121000026 - ], - [ - -117.16893493099997, - 33.241736772000024 - ], - [ - -117.16893523699997, - 33.241735420000055 - ], - [ - -117.16893554399996, - 33.24173407200004 - ], - [ - -117.16893584699994, - 33.24173272300004 - ], - [ - -117.16893615599997, - 33.24173137400004 - ], - [ - -117.16893631299996, - 33.24173068500005 - ], - [ - -117.168936466, - 33.24173002200007 - ], - [ - -117.16893677199994, - 33.24172867300007 - ], - [ - -117.16893708099997, - 33.24172732100004 - ], - [ - -117.16893739199998, - 33.241725975000065 - ], - [ - -117.16893995399994, - 33.24172270400004 - ], - [ - -117.16884592799994, - 33.24172340400003 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Riverside, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -117.34732008599997, - 34.01541342400003 - ], - [ - -117.34755833599996, - 34.01567190500003 - ], - [ - -117.34766126899996, - 34.01578358200004 - ], - [ - -117.347562972, - 34.015930456000035 - ], - [ - -117.34740898799998, - 34.016160530000036 - ], - [ - -117.34726892799995, - 34.016369799000074 - ], - [ - -117.34715845999995, - 34.01653485300005 - ], - [ - -117.34704689299997, - 34.01670154900006 - ], - [ - -117.34687655599998, - 34.01695605200007 - ], - [ - -117.34683922299996, - 34.01701183200004 - ], - [ - -117.34679772899995, - 34.01707383000007 - ], - [ - -117.34663398799995, - 34.017318473000046 - ], - [ - -117.34660614599994, - 34.01736007200003 - ], - [ - -117.34656062099998, - 34.017428091000056 - ], - [ - -117.34708536599999, - 34.017670690000045 - ], - [ - -117.34720081399996, - 34.01772406400005 - ], - [ - -117.34798628199997, - 34.01809720800003 - ], - [ - -117.34837998499995, - 34.01828424100006 - ], - [ - -117.34821801399994, - 34.01852683900006 - ], - [ - -117.34811345599996, - 34.018683441000064 - ], - [ - -117.34801068399997, - 34.01883736700006 - ], - [ - -117.34790462799998, - 34.01899621000007 - ], - [ - -117.34779348199999, - 34.01916267300004 - ], - [ - -117.347664077, - 34.01935648700004 - ], - [ - -117.347690689, - 34.01935650400003 - ], - [ - -117.34918253999996, - 34.01934931400007 - ], - [ - -117.35117395399999, - 34.01935875000004 - ], - [ - -117.35137292399997, - 34.019358874000034 - ], - [ - -117.35319273399995, - 34.01935999600005 - ], - [ - -117.35652245399996, - 34.01936200800003 - ], - [ - -117.35655744399998, - 34.01936199100004 - ], - [ - -117.36273559099999, - 34.01936539600007 - ], - [ - -117.36448698899994, - 34.01935792100005 - ], - [ - -117.36453344699999, - 34.01935772300004 - ], - [ - -117.36456825999994, - 34.01934461900004 - ], - [ - -117.36456867699997, - 34.01934446200005 - ], - [ - -117.36456885999996, - 34.01934439300004 - ], - [ - -117.36456904399995, - 34.01934432300004 - ], - [ - -117.36456946099997, - 34.01934416600005 - ], - [ - -117.36456964499996, - 34.019344096000054 - ], - [ - -117.36457006199998, - 34.019343939000066 - ], - [ - -117.36457024499998, - 34.019343871000046 - ], - [ - -117.36457066299994, - 34.01934371300007 - ], - [ - -117.36457107999996, - 34.019343556000024 - ], - [ - -117.36457126299996, - 34.01934348700007 - ], - [ - -117.36457168099997, - 34.01934333000003 - ], - [ - -117.36457209899999, - 34.01934317300004 - ], - [ - -117.36457251699994, - 34.01934301600005 - ], - [ - -117.36457270099999, - 34.01934294700004 - ], - [ - -117.36457311799995, - 34.01934279000005 - ], - [ - -117.36457330199994, - 34.019342721000044 - ], - [ - -117.36457371799997, - 34.019342564000056 - ], - [ - -117.36457390199996, - 34.019342495000046 - ], - [ - -117.36457431899998, - 34.01934233800006 - ], - [ - -117.36457491999994, - 34.01934211200006 - ], - [ - -117.36457510399998, - 34.01934204300005 - ], - [ - -117.36457552099995, - 34.01934188600006 - ], - [ - -117.36457593899996, - 34.019341729000075 - ], - [ - -117.36457612199996, - 34.019341660000066 - ], - [ - -117.36457653999997, - 34.01934150300008 - ], - [ - -117.36457672299997, - 34.01934143400007 - ], - [ - -117.36457714, - 34.019341277000024 - ], - [ - -117.36457732499997, - 34.019341207000025 - ], - [ - -117.36457792399995, - 34.01934098100003 - ], - [ - -117.36457834299995, - 34.01934082400004 - ], - [ - -117.36457852599995, - 34.01934075500003 - ], - [ - -117.36457894399996, - 34.01934059800004 - ], - [ - -117.36457912699996, - 34.01934052900003 - ], - [ - -117.36457954399998, - 34.019340372000045 - ], - [ - -117.36457972699998, - 34.019340303000035 - ], - [ - -117.364580145, - 34.01934014600005 - ], - [ - -117.36458032799999, - 34.01934007700004 - ], - [ - -117.364580747, - 34.01933991900006 - ], - [ - -117.36458134699996, - 34.01933969300006 - ], - [ - -117.36458152999995, - 34.019339624000054 - ], - [ - -117.36458194799997, - 34.019339467000066 - ], - [ - -117.36458213099996, - 34.01933939800006 - ], - [ - -117.36458254899998, - 34.01933924100007 - ], - [ - -117.364582967, - 34.01933908400002 - ], - [ - -117.36458356799994, - 34.019338858000026 - ], - [ - -117.36458398399998, - 34.01933870000005 - ], - [ - -117.36458440299998, - 34.01933854300006 - ], - [ - -117.36458500299995, - 34.01933831600007 - ], - [ - -117.36458518599994, - 34.019338248000054 - ], - [ - -117.36458560399996, - 34.019338091000066 - ], - [ - -117.36458620399998, - 34.01933786400008 - ], - [ - -117.364586622, - 34.019337707000034 - ], - [ - -117.36458680499999, - 34.01933763900007 - ], - [ - -117.36458722299994, - 34.019337482000026 - ], - [ - -117.36458764099996, - 34.01933732400005 - ], - [ - -117.36458782499994, - 34.01933725500004 - ], - [ - -117.36458824199997, - 34.01933709800005 - ], - [ - -117.364588659, - 34.01933694100006 - ], - [ - -117.36458884299998, - 34.01933687200005 - ], - [ - -117.36458925999995, - 34.019336714000076 - ], - [ - -117.36458967799996, - 34.01933655700003 - ], - [ - -117.36459027799998, - 34.019336331000034 - ], - [ - -117.364590696, - 34.019336174000046 - ], - [ - -117.36459111199997, - 34.01933601700006 - ], - [ - -117.36459129699995, - 34.01933594700006 - ], - [ - -117.36459171499996, - 34.01933579000007 - ], - [ - -117.36459213299997, - 34.019335633000026 - ], - [ - -117.36459254999994, - 34.01933547600004 - ], - [ - -117.36459296699996, - 34.01933531900005 - ], - [ - -117.36459380199994, - 34.01933500400003 - ], - [ - -117.36459421899997, - 34.01933484700004 - ], - [ - -117.36459505499994, - 34.01933453200007 - ], - [ - -117.36459565599995, - 34.019334307000065 - ], - [ - -117.36459649099999, - 34.01933399200004 - ], - [ - -117.36459732499998, - 34.019333678000066 - ], - [ - -117.36459816099995, - 34.019333363000044 - ], - [ - -117.364598995, - 34.01933304900007 - ], - [ - -117.36459941299995, - 34.01933289200008 - ], - [ - -117.36460001399996, - 34.019332666000025 - ], - [ - -117.36460043199997, - 34.01933250900004 - ], - [ - -117.36460084999999, - 34.01933235200005 - ], - [ - -117.36460145099994, - 34.01933212500006 - ], - [ - -117.36460186799997, - 34.019331968000074 - ], - [ - -117.36460228499999, - 34.01933181100003 - ], - [ - -117.36460270299995, - 34.01933165400004 - ], - [ - -117.36460312, - 34.01933149700005 - ], - [ - -117.36460353899997, - 34.019331340000065 - ], - [ - -117.36460395599994, - 34.01933118300008 - ], - [ - -117.36460437299996, - 34.01933102500004 - ], - [ - -117.36460497399997, - 34.019330799000045 - ], - [ - -117.36460557499998, - 34.01933057300005 - ], - [ - -117.36460617499995, - 34.01933034700005 - ], - [ - -117.36460659299996, - 34.01933019000006 - ], - [ - -117.36460719399997, - 34.019329964000065 - ], - [ - -117.36460779499998, - 34.01932973800007 - ], - [ - -117.36460863099995, - 34.019329424000034 - ], - [ - -117.36460923099997, - 34.01932919800004 - ], - [ - -117.36460964899999, - 34.01932904000006 - ], - [ - -117.36461024899995, - 34.01932881500005 - ], - [ - -117.36461085099995, - 34.019328588000064 - ], - [ - -117.36461126799998, - 34.019328431000076 - ], - [ - -117.36461205199998, - 34.01932813500002 - ], - [ - -117.36461307099995, - 34.01932775200004 - ], - [ - -117.36461367199996, - 34.01932752600004 - ], - [ - -117.36461408899999, - 34.01932736900005 - ], - [ - -117.36461469099999, - 34.019327142000066 - ], - [ - -117.36461570799997, - 34.019326758000034 - ], - [ - -117.36461612499994, - 34.019326601000046 - ], - [ - -117.36461649299997, - 34.01932646300003 - ], - [ - -117.36461709399998, - 34.01932623700003 - ], - [ - -117.36461751, - 34.01932608000004 - ], - [ - -117.36461769399995, - 34.01932601100003 - ], - [ - -117.36461787599995, - 34.01932594200008 - ], - [ - -117.36461829399997, - 34.019325785000035 - ], - [ - -117.36461847799995, - 34.019325715000036 - ], - [ - -117.36461889599997, - 34.01932555800005 - ], - [ - -117.36461907999995, - 34.01932548900004 - ], - [ - -117.36461949699998, - 34.01932533200005 - ], - [ - -117.36461968099997, - 34.01932526300004 - ], - [ - -117.36462009799999, - 34.01932510600005 - ], - [ - -117.36462051499996, - 34.019324949000065 - ], - [ - -117.36462111499998, - 34.01932472300007 - ], - [ - -117.364621533, - 34.01932456600008 - ], - [ - -117.36462195099995, - 34.019324408000045 - ], - [ - -117.36462213299995, - 34.019324340000026 - ], - [ - -117.36462255199996, - 34.01932418100006 - ], - [ - -117.36462296999997, - 34.01932402400007 - ], - [ - -117.36462380499995, - 34.01932371000004 - ], - [ - -117.36462398799995, - 34.019323642000074 - ], - [ - -117.36462440499997, - 34.01932348400004 - ], - [ - -117.36462482299999, - 34.01932332700005 - ], - [ - -117.36462523899996, - 34.019323170000064 - ], - [ - -117.36462607599998, - 34.01932285500004 - ], - [ - -117.36462625799999, - 34.01932278700008 - ], - [ - -117.364626677, - 34.01932263000003 - ], - [ - -117.36462709399996, - 34.019322473000045 - ], - [ - -117.36462751099998, - 34.01932231500007 - ], - [ - -117.364627929, - 34.01932215800008 - ], - [ - -117.36462834699995, - 34.019322001000035 - ], - [ - -117.36462852999995, - 34.019321932000025 - ], - [ - -117.36462936499998, - 34.01932161800005 - ], - [ - -117.36463019999997, - 34.01932130300003 - ], - [ - -117.36463061799998, - 34.01932114600004 - ], - [ - -117.36463103399996, - 34.01932098900005 - ], - [ - -117.36463145199997, - 34.01932083200006 - ], - [ - -117.36463186999998, - 34.01932067400003 - ], - [ - -117.36463228899999, - 34.01932051700004 - ], - [ - -117.36463288899995, - 34.01932029100004 - ], - [ - -117.36463330599997, - 34.019320134000054 - ], - [ - -117.36463372299994, - 34.019319977000066 - ], - [ - -117.36463414099995, - 34.01931982000008 - ], - [ - -117.36463455899997, - 34.01931966300003 - ], - [ - -117.364634976, - 34.019319505000055 - ], - [ - -117.36463539299996, - 34.01931934800007 - ], - [ - -117.36463581199996, - 34.01931919100008 - ], - [ - -117.36463599499996, - 34.01931912200007 - ], - [ - -117.36463641299997, - 34.019318965000025 - ], - [ - -117.36463701399998, - 34.01931873900003 - ], - [ - -117.36463743099995, - 34.01931858200004 - ], - [ - -117.36463784699998, - 34.01931842600004 - ], - [ - -117.36463826599999, - 34.019318267000074 - ], - [ - -117.36463868299995, - 34.01931811000003 - ], - [ - -117.36463910099997, - 34.01931795300004 - ], - [ - -117.36463928499995, - 34.01931788500008 - ], - [ - -117.36463970199998, - 34.01931772700004 - ], - [ - -117.36464030299999, - 34.019317501000046 - ], - [ - -117.36464090399994, - 34.01931727600004 - ], - [ - -117.36464132099997, - 34.01931711800006 - ], - [ - -117.36464173899998, - 34.01931696100007 - ], - [ - -117.36464215599995, - 34.01931680300004 - ], - [ - -117.36464233899994, - 34.019316735000075 - ], - [ - -117.36464252499997, - 34.019316665000076 - ], - [ - -117.36464312399994, - 34.01931643900008 - ], - [ - -117.364643307, - 34.01931637000007 - ], - [ - -117.36464372399996, - 34.019316213000025 - ], - [ - -117.364643909, - 34.01931614400007 - ], - [ - -117.36464450999995, - 34.01931591700003 - ], - [ - -117.36464469299995, - 34.019315849000066 - ], - [ - -117.36464511099996, - 34.01931569200008 - ], - [ - -117.36464529299997, - 34.01931562300007 - ], - [ - -117.36464571099998, - 34.019315465000034 - ], - [ - -117.36464589299999, - 34.01931539700007 - ], - [ - -117.364646312, - 34.01931523800005 - ], - [ - -117.36464649499999, - 34.01931517000003 - ], - [ - -117.36464691199996, - 34.01931501300004 - ], - [ - -117.36464709599994, - 34.01931494300004 - ], - [ - -117.36464751299997, - 34.01931478600005 - ], - [ - -117.36464811399998, - 34.019314560000055 - ], - [ - -117.36464853099994, - 34.01931440300007 - ], - [ - -117.36464894899996, - 34.01931424500003 - ], - [ - -117.36464913199995, - 34.01931417700007 - ], - [ - -117.36464996799998, - 34.01931386200005 - ], - [ - -117.36465015199997, - 34.01931379300004 - ], - [ - -117.36465075299998, - 34.01931356800003 - ], - [ - -117.36465116999995, - 34.01931341000005 - ], - [ - -117.36465158799996, - 34.019313253000064 - ], - [ - -117.36465218799998, - 34.01931302700007 - ], - [ - -117.364652606, - 34.01931287000008 - ], - [ - -117.36465302399995, - 34.01931271300003 - ], - [ - -117.36465362399997, - 34.019312487000036 - ], - [ - -117.36465404199998, - 34.01931232900006 - ], - [ - -117.36465445899995, - 34.01931217200007 - ], - [ - -117.36465487699996, - 34.019312015000025 - ], - [ - -117.36465529399999, - 34.01931185800004 - ], - [ - -117.36465589399995, - 34.01931163200004 - ], - [ - -117.36465631099998, - 34.01931147500005 - ], - [ - -117.36465673099997, - 34.019311317000074 - ], - [ - -117.36465714899998, - 34.01931116000003 - ], - [ - -117.36465774899995, - 34.01931093400003 - ], - [ - -117.36465834999996, - 34.019310708000035 - ], - [ - -117.364658766, - 34.019310551000046 - ], - [ - -117.36465918399995, - 34.01931039300007 - ], - [ - -117.36465960199996, - 34.019310236000024 - ], - [ - -117.36466001999997, - 34.019310079000036 - ], - [ - -117.36466043699994, - 34.01930992200005 - ], - [ - -117.36466085499995, - 34.01930976500006 - ], - [ - -117.36466127299997, - 34.019309607000025 - ], - [ - -117.36466187299999, - 34.019309382000074 - ], - [ - -117.36466228999996, - 34.01930922500003 - ], - [ - -117.36466270699998, - 34.01930906700005 - ], - [ - -117.364663125, - 34.01930891000006 - ], - [ - -117.36466354399994, - 34.019308753000075 - ], - [ - -117.36466396099996, - 34.01930859500004 - ], - [ - -117.36466437799999, - 34.01930843800005 - ], - [ - -117.36466479599994, - 34.019308281000065 - ], - [ - -117.36466521299997, - 34.01930812400008 - ], - [ - -117.36466539599996, - 34.01930805600006 - ], - [ - -117.36466581399998, - 34.01930789800008 - ], - [ - -117.36466623099994, - 34.019307741000034 - ], - [ - -117.36466664999995, - 34.01930758300006 - ], - [ - -117.36466706799996, - 34.01930742600007 - ], - [ - -117.36466748499998, - 34.01930726900002 - ], - [ - -117.36466790099996, - 34.019307113000025 - ], - [ - -117.36466850299996, - 34.01930688700003 - ], - [ - -117.36466892099997, - 34.01930672900005 - ], - [ - -117.36466910299998, - 34.01930666000004 - ], - [ - -117.36466952099994, - 34.01930650300005 - ], - [ - -117.36466993999994, - 34.019306346000064 - ], - [ - -117.36467012199995, - 34.019306277000055 - ], - [ - -117.36467053899997, - 34.01930612000007 - ], - [ - -117.36467095699999, - 34.01930596300008 - ], - [ - -117.36467137399995, - 34.019305805000045 - ], - [ - -117.36467197499996, - 34.01930558000004 - ], - [ - -117.36467239299998, - 34.01930542300005 - ], - [ - -117.36467299499998, - 34.01930519600006 - ], - [ - -117.36467341099996, - 34.01930503900007 - ], - [ - -117.36467359499994, - 34.019304969000075 - ], - [ - -117.36467443, - 34.01930465500004 - ], - [ - -117.36467461399997, - 34.01930458700008 - ], - [ - -117.364675031, - 34.019304429000044 - ], - [ - -117.36467539799997, - 34.01930429200007 - ], - [ - -117.36467623199997, - 34.01930397800004 - ], - [ - -117.36467664999998, - 34.01930382000006 - ], - [ - -117.36467683499995, - 34.01930375000006 - ], - [ - -117.36467766799996, - 34.019303437000076 - ], - [ - -117.36467785199994, - 34.01930336700008 - ], - [ - -117.36467826899997, - 34.01930321000003 - ], - [ - -117.36467845299995, - 34.01930314100008 - ], - [ - -117.36467886999998, - 34.019302983000046 - ], - [ - -117.36467947199998, - 34.01930275700005 - ], - [ - -117.36468030699996, - 34.01930244300007 - ], - [ - -117.36468090699998, - 34.019302217000075 - ], - [ - -117.36468109099997, - 34.019302147000076 - ], - [ - -117.364681508, - 34.01930199000003 - ], - [ - -117.36468252599997, - 34.019301607000045 - ], - [ - -117.36468270899996, - 34.019301538000036 - ], - [ - -117.36468312699998, - 34.01930138000006 - ], - [ - -117.36468330999998, - 34.01930131200004 - ], - [ - -117.36468372899998, - 34.01930115500005 - ], - [ - -117.36468414599995, - 34.01930099800006 - ], - [ - -117.36468432999999, - 34.01930092900005 - ], - [ - -117.36468474699996, - 34.019300771000076 - ], - [ - -117.36468493099994, - 34.019300703000056 - ], - [ - -117.36468498099998, - 34.01930068400003 - ], - [ - -117.36468516499997, - 34.01930061400003 - ], - [ - -117.36468539799995, - 34.01930052700004 - ], - [ - -117.36468581599996, - 34.01930037000005 - ], - [ - -117.36468623299999, - 34.019300213000065 - ], - [ - -117.36468665199999, - 34.01930005500003 - ], - [ - -117.36468725399999, - 34.01929982900003 - ], - [ - -117.36468766999997, - 34.019299672000045 - ], - [ - -117.364688087, - 34.01929951500006 - ], - [ - -117.36468850399996, - 34.01929935800007 - ], - [ - -117.36468892199997, - 34.019299201000024 - ], - [ - -117.364689522, - 34.01929897500003 - ], - [ - -117.36468994199998, - 34.01929881700005 - ], - [ - -117.36469035799996, - 34.01929866000006 - ], - [ - -117.36469077599997, - 34.01929850200003 - ], - [ - -117.36469119299994, - 34.01929834500004 - ], - [ - -117.36469161099996, - 34.01929818800005 - ], - [ - -117.364692027, - 34.01929803100006 - ], - [ - -117.36469244399996, - 34.019297874000074 - ], - [ - -117.36469286499994, - 34.01929771600004 - ], - [ - -117.36469388199998, - 34.019297332000065 - ], - [ - -117.36469429899995, - 34.01929717500008 - ], - [ - -117.36469471599997, - 34.01929701800003 - ], - [ - -117.36469513399999, - 34.01929686100004 - ], - [ - -117.36469555099995, - 34.019296704000055 - ], - [ - -117.36469596999996, - 34.01929654700007 - ], - [ - -117.36469638799997, - 34.01929639000008 - ], - [ - -117.364696805, - 34.019296232000045 - ], - [ - -117.364696988, - 34.019296163000035 - ], - [ - -117.36469740599995, - 34.01929600600005 - ], - [ - -117.36469800599997, - 34.01929578000005 - ], - [ - -117.364698423, - 34.01929562300006 - ], - [ - -117.36469884, - 34.019295466000074 - ], - [ - -117.36469925999995, - 34.01929530800004 - ], - [ - -117.36469944099997, - 34.01929523900003 - ], - [ - -117.36469985999997, - 34.01929508100005 - ], - [ - -117.36470027799999, - 34.019294924000064 - ], - [ - -117.36470069399996, - 34.019294767000076 - ], - [ - -117.36470129499997, - 34.01929454200007 - ], - [ - -117.36470171199994, - 34.01929438500002 - ], - [ - -117.36470212899997, - 34.019294227000046 - ], - [ - -117.36470231299995, - 34.01929415800004 - ], - [ - -117.36470314899998, - 34.01929384400006 - ], - [ - -117.364703567, - 34.01929368700007 - ], - [ - -117.36470416799995, - 34.019293461000075 - ], - [ - -117.36470458499997, - 34.01929330300004 - ], - [ - -117.36470560299995, - 34.019292921000044 - ], - [ - -117.36470601999997, - 34.01929276300007 - ], - [ - -117.36470643799998, - 34.01929260600008 - ], - [ - -117.36470703799995, - 34.019292380000024 - ], - [ - -117.36470745699995, - 34.019292223000036 - ], - [ - -117.36470787499997, - 34.01929206600005 - ], - [ - -117.36470829099994, - 34.01929190900006 - ], - [ - -117.36470870799997, - 34.019291751000026 - ], - [ - -117.36470930999997, - 34.01929152500003 - ], - [ - -117.364709727, - 34.01929136800004 - ], - [ - -117.36471074499997, - 34.019290984000065 - ], - [ - -117.36471134699997, - 34.01929075800007 - ], - [ - -117.36471176299995, - 34.01929060100008 - ], - [ - -117.36471278299996, - 34.01929021700005 - ], - [ - -117.36471319999998, - 34.01929005900007 - ], - [ - -117.364713801, - 34.01928983400006 - ], - [ - -117.36471421799996, - 34.019289677000074 - ], - [ - -117.36471463499998, - 34.01928952000003 - ], - [ - -117.36471505399999, - 34.01928936200005 - ], - [ - -117.36471547199994, - 34.019289205000064 - ], - [ - -117.36471607299995, - 34.019288979000066 - ], - [ - -117.36471648899999, - 34.01928882200008 - ], - [ - -117.36471708999994, - 34.019288596000024 - ], - [ - -117.36471750799996, - 34.019288438000046 - ], - [ - -117.36471792499998, - 34.01928828100006 - ], - [ - -117.36471852499994, - 34.01928805600005 - ], - [ - -117.36471954499996, - 34.01928767100003 - ], - [ - -117.36471996199998, - 34.01928751400004 - ], - [ - -117.36472097999996, - 34.019287131000056 - ], - [ - -117.36472116299996, - 34.019287062000046 - ], - [ - -117.36472158099997, - 34.01928690500006 - ], - [ - -117.36472241599995, - 34.019286590000036 - ], - [ - -117.36472301799995, - 34.01928636400004 - ], - [ - -117.364723202, - 34.01928629500003 - ], - [ - -117.36472361799997, - 34.01928613800004 - ], - [ - -117.36472421899998, - 34.01928591200004 - ], - [ - -117.36472463699994, - 34.019285755000055 - ], - [ - -117.36472482, - 34.019285686000046 - ], - [ - -117.36472523699996, - 34.01928552900006 - ], - [ - -117.36472541999996, - 34.01928546000005 - ], - [ - -117.36472644099996, - 34.019285076000074 - ], - [ - -117.36472685799998, - 34.01928491900003 - ], - [ - -117.364727459, - 34.01928469200004 - ], - [ - -117.36472787599996, - 34.019284535000054 - ], - [ - -117.36472847699997, - 34.019284310000046 - ], - [ - -117.36472866099996, - 34.01928424100004 - ], - [ - -117.36472907799998, - 34.01928408300006 - ], - [ - -117.36472949399996, - 34.01928392600007 - ], - [ - -117.36472967799995, - 34.01928385800005 - ], - [ - -117.36473009499997, - 34.01928370100006 - ], - [ - -117.36473051299998, - 34.01928354300003 - ], - [ - -117.364731114, - 34.01928331700003 - ], - [ - -117.36473153199995, - 34.01928316000004 - ], - [ - -117.364731716, - 34.019283090000044 - ], - [ - -117.36473231699995, - 34.01928286500004 - ], - [ - -117.36473273399997, - 34.01928270700006 - ], - [ - -117.36473333499998, - 34.01928248100006 - ], - [ - -117.36473393499995, - 34.019282256000054 - ], - [ - -117.36473411799994, - 34.019282186000055 - ], - [ - -117.36473453699995, - 34.01928202800008 - ], - [ - -117.36473513799996, - 34.01928180200008 - ], - [ - -117.364736156, - 34.01928141900004 - ], - [ - -117.364736339, - 34.01928135000003 - ], - [ - -117.36473675699995, - 34.01928119300004 - ], - [ - -117.36473693999994, - 34.01928112500008 - ], - [ - -117.36473735699997, - 34.01928096700004 - ], - [ - -117.36473754099995, - 34.019280897000044 - ], - [ - -117.364738376, - 34.01928058300007 - ], - [ - -117.36473855999998, - 34.01928051500005 - ], - [ - -117.36473897699994, - 34.01928035700007 - ], - [ - -117.36473999499998, - 34.01927997400003 - ], - [ - -117.36474041199995, - 34.01927981700004 - ], - [ - -117.36474082899997, - 34.01927966000005 - ], - [ - -117.36474143099997, - 34.019279434000055 - ], - [ - -117.36474184999997, - 34.01927927600008 - ], - [ - -117.36474226699994, - 34.01927911900003 - ], - [ - -117.36474268399996, - 34.019278962000044 - ], - [ - -117.36474328399999, - 34.01927873600005 - ], - [ - -117.36474370199994, - 34.01927857900006 - ], - [ - -117.36474388699997, - 34.01927851000005 - ], - [ - -117.36474448599995, - 34.01927828400005 - ], - [ - -117.36474490499995, - 34.019278127000064 - ], - [ - -117.36474532299997, - 34.019277970000076 - ], - [ - -117.36474573899994, - 34.01927781300003 - ], - [ - -117.36474633999995, - 34.019277586000044 - ], - [ - -117.36474735799999, - 34.01927720400005 - ], - [ - -117.36474777499996, - 34.01927704700006 - ], - [ - -117.36474879599996, - 34.01927666200004 - ], - [ - -117.364749212, - 34.01927650500005 - ], - [ - -117.36474981299995, - 34.01927627900005 - ], - [ - -117.36475023, - 34.019276122000065 - ], - [ - -117.364751249, - 34.01927573800003 - ], - [ - -117.36475184899996, - 34.019275512000036 - ], - [ - -117.36475226799996, - 34.01927535500005 - ], - [ - -117.36475328599994, - 34.01927497100007 - ], - [ - -117.36475388699995, - 34.019274746000065 - ], - [ - -117.36475472199999, - 34.01927443100004 - ], - [ - -117.36475574099995, - 34.01927404700007 - ], - [ - -117.36475634199996, - 34.01927382100007 - ], - [ - -117.36475735999994, - 34.01927343800003 - ], - [ - -117.36475777699997, - 34.01927328000005 - ], - [ - -117.36475837799998, - 34.01927305500004 - ], - [ - -117.36475939699994, - 34.01927267100007 - ], - [ - -117.36475957999994, - 34.01927260200006 - ], - [ - -117.36475999799995, - 34.01927244500007 - ], - [ - -117.36476059799998, - 34.01927221900007 - ], - [ - -117.36476101599999, - 34.01927206200003 - ], - [ - -117.36476143299996, - 34.01927190500004 - ], - [ - -117.36476203399997, - 34.01927167800005 - ], - [ - -117.36476245199998, - 34.019271521000064 - ], - [ - -117.364763053, - 34.01927129500007 - ], - [ - -117.36476365399994, - 34.01927106900007 - ], - [ - -117.36476406999998, - 34.019270912000025 - ], - [ - -117.36476485499998, - 34.019270617000075 - ], - [ - -117.36476568999996, - 34.01927030300004 - ], - [ - -117.36476629099997, - 34.019270077000044 - ], - [ - -117.36476670999997, - 34.019269920000056 - ], - [ - -117.364767127, - 34.01926976200008 - ], - [ - -117.36476731, - 34.01926969400006 - ], - [ - -117.36476814399998, - 34.019269380000026 - ], - [ - -117.36476832899996, - 34.01926931000003 - ], - [ - -117.36476892899998, - 34.01926908400003 - ], - [ - -117.364769347, - 34.01926892600005 - ], - [ - -117.36476953099998, - 34.01926885800003 - ], - [ - -117.36476994599997, - 34.019268701000044 - ], - [ - -117.36477054899996, - 34.01926847400006 - ], - [ - -117.36477096699997, - 34.01926831700007 - ], - [ - -117.36477114999997, - 34.01926824900005 - ], - [ - -117.36477174999999, - 34.01926802200006 - ], - [ - -117.36477216799994, - 34.019267865000074 - ], - [ - -117.36477258599996, - 34.01926770800003 - ], - [ - -117.36477276899996, - 34.019267640000066 - ], - [ - -117.36477318699997, - 34.01926748300008 - ], - [ - -117.36477336999997, - 34.01926741300008 - ], - [ - -117.364774206, - 34.01926709900005 - ], - [ - -117.364774389, - 34.01926703100003 - ], - [ - -117.36477480699995, - 34.01926687300005 - ], - [ - -117.36477540699997, - 34.01926664700005 - ], - [ - -117.36477600799998, - 34.019266422000044 - ], - [ - -117.36477660899999, - 34.01926619500006 - ], - [ - -117.36477720999994, - 34.01926597000005 - ], - [ - -117.36477762699997, - 34.01926581200007 - ], - [ - -117.36477804599997, - 34.01926565500003 - ], - [ - -117.364778463, - 34.01926549800004 - ], - [ - -117.36477888099995, - 34.01926534000006 - ], - [ - -117.36477906399995, - 34.01926527200004 - ], - [ - -117.36477948199996, - 34.01926511500005 - ], - [ - -117.36478008199998, - 34.019264888000066 - ], - [ - -117.36478049999994, - 34.01926473100008 - ], - [ - -117.36478110099995, - 34.01926450600007 - ], - [ - -117.36478151899996, - 34.019264349000025 - ], - [ - -117.36478193599999, - 34.01926419100005 - ], - [ - -117.36478235399994, - 34.01926403400006 - ], - [ - -117.36478295399996, - 34.01926380800006 - ], - [ - -117.36478337199998, - 34.019263651000074 - ], - [ - -117.36478420599997, - 34.01926333600005 - ], - [ - -117.36478462399998, - 34.01926317900006 - ], - [ - -117.36478504299998, - 34.019263022000075 - ], - [ - -117.36478522599998, - 34.019262953000066 - ], - [ - -117.364785644, - 34.01926279600008 - ], - [ - -117.36478624399996, - 34.01926257000002 - ], - [ - -117.36478666099998, - 34.019262413000035 - ], - [ - -117.36478707899994, - 34.01926225600005 - ], - [ - -117.36478749699995, - 34.01926209900006 - ], - [ - -117.36478791399998, - 34.019261941000025 - ], - [ - -117.36478833199999, - 34.01926178400004 - ], - [ - -117.36478874899996, - 34.01926162700005 - ], - [ - -117.36478893099996, - 34.01926155800004 - ], - [ - -117.36478934999997, - 34.01926140100005 - ], - [ - -117.364789767, - 34.01926124400006 - ], - [ - -117.36479018499995, - 34.019261087000075 - ], - [ - -117.36479060099998, - 34.01926093000003 - ], - [ - -117.36479078599996, - 34.01926086000003 - ], - [ - -117.36479120299998, - 34.019260702000054 - ], - [ - -117.36479162199998, - 34.019260545000066 - ], - [ - -117.36479203899995, - 34.01926038800008 - ], - [ - -117.36479245499999, - 34.01926023100003 - ], - [ - -117.36479287299994, - 34.019260074000044 - ], - [ - -117.36479305599994, - 34.019260005000035 - ], - [ - -117.36479389199997, - 34.01925969100006 - ], - [ - -117.36479449299998, - 34.01925946500006 - ], - [ - -117.36479532799996, - 34.01925915000004 - ], - [ - -117.36479574499998, - 34.01925899300005 - ], - [ - -117.364796163, - 34.01925883600006 - ], - [ - -117.36479657999996, - 34.019258679000075 - ], - [ - -117.36479699799997, - 34.01925852100004 - ], - [ - -117.36479741599999, - 34.01925836400005 - ], - [ - -117.36479801599995, - 34.019258137000065 - ], - [ - -117.36479843499995, - 34.01925798000008 - ], - [ - -117.36479861699996, - 34.01925791200006 - ], - [ - -117.36479903499998, - 34.01925775500007 - ], - [ - -117.36479945199994, - 34.019257597000035 - ], - [ - -117.36479963599999, - 34.019257528000026 - ], - [ - -117.36480005299995, - 34.01925737100004 - ], - [ - -117.36480065399996, - 34.01925714500004 - ], - [ - -117.36480107199998, - 34.01925698800005 - ], - [ - -117.36480167199994, - 34.019256762000055 - ], - [ - -117.36480227299995, - 34.01925653600006 - ], - [ - -117.36480245599995, - 34.01925646700005 - ], - [ - -117.36480287399996, - 34.01925631000006 - ], - [ - -117.36480329099999, - 34.01925615300007 - ], - [ - -117.36480347399998, - 34.01925608400006 - ], - [ - -117.36480365799997, - 34.01925601500005 - ], - [ - -117.36480407699997, - 34.019255858000065 - ], - [ - -117.36480467799998, - 34.01925563100008 - ], - [ - -117.36480486099998, - 34.01925556300006 - ], - [ - -117.36480527899994, - 34.01925540600007 - ], - [ - -117.36480569599996, - 34.019255248000036 - ], - [ - -117.36480587899996, - 34.01925517900003 - ], - [ - -117.36480648099996, - 34.01925495200004 - ], - [ - -117.364806897, - 34.01925479600004 - ], - [ - -117.36480731399996, - 34.01925463900005 - ], - [ - -117.36480773199997, - 34.019254482000065 - ], - [ - -117.36480833399997, - 34.01925425600007 - ], - [ - -117.36480875199999, - 34.01925409900008 - ], - [ - -117.36480935299994, - 34.019253873000025 - ], - [ - -117.36480995399995, - 34.01925364700003 - ], - [ - -117.36481037099998, - 34.01925349000004 - ], - [ - -117.36481097199999, - 34.01925326400004 - ], - [ - -117.36481157299994, - 34.019253038000045 - ], - [ - -117.36481199099995, - 34.01925288000007 - ], - [ - -117.36481217299996, - 34.01925281200005 - ], - [ - -117.36481259199996, - 34.01925265400007 - ], - [ - -117.36481319299997, - 34.01925242800007 - ], - [ - -117.36481361099999, - 34.01925227100003 - ], - [ - -117.36481421199994, - 34.01925204500003 - ], - [ - -117.36481481199996, - 34.01925181900003 - ], - [ - -117.36481541199998, - 34.019251593000035 - ], - [ - -117.36481583099999, - 34.01925143500006 - ], - [ - -117.36481601399998, - 34.01925136600005 - ], - [ - -117.36481643099995, - 34.01925120900006 - ], - [ - -117.36481684899996, - 34.01925105200007 - ], - [ - -117.36481703199996, - 34.01925098300006 - ], - [ - -117.36481744999998, - 34.019250826000075 - ], - [ - -117.36481763299997, - 34.019250757000066 - ], - [ - -117.36481865199994, - 34.01925037400002 - ], - [ - -117.36481943499996, - 34.019250079000074 - ], - [ - -117.36481985199998, - 34.01924992200003 - ], - [ - -117.36482045399998, - 34.01924969600003 - ], - [ - -117.36482147199996, - 34.019249312000056 - ], - [ - -117.36482165499996, - 34.01924924400004 - ], - [ - -117.36482207399996, - 34.01924908600006 - ], - [ - -117.36482249099998, - 34.01924892900007 - ], - [ - -117.36482267499997, - 34.01924885900007 - ], - [ - -117.36482285799997, - 34.01924879000006 - ], - [ - -117.36482369299995, - 34.01924847600003 - ], - [ - -117.36482411099996, - 34.01924831900004 - ], - [ - -117.36482471199997, - 34.019248093000044 - ], - [ - -117.364825312, - 34.01924786700005 - ], - [ - -117.36482591199996, - 34.01924764100005 - ], - [ - -117.36482632999997, - 34.01924748300007 - ], - [ - -117.36482674699994, - 34.01924732600003 - ], - [ - -117.36482693, - 34.019247258000064 - ], - [ - -117.36482734899994, - 34.019247101000076 - ], - [ - -117.36482776699995, - 34.01924694200005 - ], - [ - -117.36482795099994, - 34.01924687400003 - ], - [ - -117.36482836699997, - 34.019246717000044 - ], - [ - -117.36482878499999, - 34.01924655900007 - ], - [ - -117.36482920199995, - 34.01924640200008 - ], - [ - -117.36482961999997, - 34.01924624500003 - ], - [ - -117.36483003599994, - 34.019246088000045 - ], - [ - -117.36483021999999, - 34.019246019000036 - ], - [ - -117.36483063799994, - 34.01924586200005 - ], - [ - -117.36483105599996, - 34.01924570500006 - ], - [ - -117.36483123899995, - 34.01924563600005 - ], - [ - -117.36483165699997, - 34.01924547800007 - ], - [ - -117.36483207499998, - 34.01924532100003 - ], - [ - -117.36483249199995, - 34.01924516400004 - ], - [ - -117.36483332599994, - 34.019244850000064 - ], - [ - -117.36483374299996, - 34.019244693000076 - ], - [ - -117.36483434599995, - 34.01924446600003 - ], - [ - -117.36483536299994, - 34.019244083000046 - ], - [ - -117.36483578099995, - 34.01924392500007 - ], - [ - -117.36484588399998, - 34.01924012300003 - ], - [ - -117.364865437, - 34.01923276300005 - ], - [ - -117.36488554099998, - 34.019225197000026 - ], - [ - -117.36489862999997, - 34.01922027000006 - ], - [ - -117.36512694399994, - 34.019220603000065 - ], - [ - -117.36673102399999, - 34.01850080200006 - ], - [ - -117.36671370299996, - 34.01847115000004 - ], - [ - -117.36759384699997, - 34.01812315700005 - ], - [ - -117.36770807499994, - 34.01797196900003 - ], - [ - -117.36841814899998, - 34.01703211500006 - ], - [ - -117.36918477699999, - 34.016017383000076 - ], - [ - -117.36940249399998, - 34.015729141000065 - ], - [ - -117.36951963899998, - 34.01557404500005 - ], - [ - -117.36961284399996, - 34.015450644000055 - ], - [ - -117.36982319599997, - 34.015172147000044 - ], - [ - -117.37005381199998, - 34.01486681700004 - ], - [ - -117.37008122199995, - 34.01483982600007 - ], - [ - -117.37037202099998, - 34.014452790000064 - ], - [ - -117.37052171199997, - 34.014253558000064 - ], - [ - -117.37062672899998, - 34.01411378600005 - ], - [ - -117.37073174399995, - 34.01397401600008 - ], - [ - -117.37083675899999, - 34.013834245000055 - ], - [ - -117.37094177199998, - 34.01369447400003 - ], - [ - -117.37104678599997, - 34.01355470200008 - ], - [ - -117.37115179899996, - 34.013414932000046 - ], - [ - -117.37125681299995, - 34.013275161000024 - ], - [ - -117.37136182599994, - 34.01313539000006 - ], - [ - -117.37143014799994, - 34.01304445200003 - ], - [ - -117.37201063299995, - 34.01227593600004 - ], - [ - -117.37220944599994, - 34.01201272600008 - ], - [ - -117.372321807, - 34.01186396400004 - ], - [ - -117.372362093, - 34.011810628000035 - ], - [ - -117.37242707399997, - 34.01172459600008 - ], - [ - -117.37247260599997, - 34.011664317000054 - ], - [ - -117.372530983, - 34.011587028000065 - ], - [ - -117.37256664999995, - 34.01153980300006 - ], - [ - -117.37263615399996, - 34.011447787000066 - ], - [ - -117.372740406, - 34.01130976200005 - ], - [ - -117.37275348699995, - 34.011292440000034 - ], - [ - -117.372851288, - 34.01116295800006 - ], - [ - -117.37290836799997, - 34.01108738600004 - ], - [ - -117.37292429799999, - 34.011066292000066 - ], - [ - -117.372961579, - 34.011016934000054 - ], - [ - -117.3729624599999, - 34.01101576800005 - ], - [ - -117.37306913199996, - 34.010874536000074 - ], - [ - -117.37311120599998, - 34.01081883000006 - ], - [ - -117.37317411099997, - 34.01073554800007 - ], - [ - -117.37327877299998, - 34.010596976000045 - ], - [ - -117.37332315699996, - 34.01053821100004 - ], - [ - -117.37338187199998, - 34.01046047400007 - ], - [ - -117.37348522199994, - 34.010323639000035 - ], - [ - -117.37353568699996, - 34.01025682300008 - ], - [ - -117.37359371899998, - 34.01017998700007 - ], - [ - -117.37362560399998, - 34.01013777500003 - ], - [ - -117.37363423599999, - 34.01012636000007 - ], - [ - -117.37364287599996, - 34.010114947000034 - ], - [ - -117.37365152899997, - 34.010103541000035 - ], - [ - -117.37366019299998, - 34.010092142000076 - ], - [ - -117.37366886799998, - 34.010080747000075 - ], - [ - -117.37367755399998, - 34.010069361000035 - ], - [ - -117.37368625099998, - 34.01005797600004 - ], - [ - -117.37369495999997, - 34.010046601000056 - ], - [ - -117.37370189099994, - 34.01003756400007 - ], - [ - -117.37370368199998, - 34.01003523300005 - ], - [ - -117.37371240899995, - 34.01002386600004 - ], - [ - -117.37372115099998, - 34.010012508000045 - ], - [ - -117.37372938799996, - 34.01000182200005 - ], - [ - -117.37372990299997, - 34.010001155000054 - ], - [ - -117.37373866599995, - 34.00998980800006 - ], - [ - -117.37374743999999, - 34.00997846700005 - ], - [ - -117.37375622599995, - 34.00996713100005 - ], - [ - -117.37376502299998, - 34.009955802000036 - ], - [ - -117.37377382899996, - 34.00994448000006 - ], - [ - -117.37378264799997, - 34.00993316300003 - ], - [ - -117.37379147699994, - 34.00992185000007 - ], - [ - -117.37380031699996, - 34.009910545000025 - ], - [ - -117.37380787999996, - 34.00990088900005 - ], - [ - -117.37380916899997, - 34.00989924600003 - ], - [ - -117.37381802899995, - 34.00988795100005 - ], - [ - -117.37382690299995, - 34.009876665000036 - ], - [ - -117.37383578599997, - 34.009865382000044 - ], - [ - -117.37384468199997, - 34.009854107000024 - ], - [ - -117.37385358699999, - 34.009842837000065 - ], - [ - -117.37386250399999, - 34.00983157400003 - ], - [ - -117.37387143199999, - 34.00982031600006 - ], - [ - -117.37388037099998, - 34.009809064000024 - ], - [ - -117.37388932099998, - 34.00979781900003 - ], - [ - -117.37389828, - 34.009786579000036 - ], - [ - -117.37390725199998, - 34.00977534500004 - ], - [ - -117.37391623699995, - 34.00976411700003 - ], - [ - -117.37391702399998, - 34.009763132000046 - ], - [ - -117.37392522799996, - 34.009752896000066 - ], - [ - -117.37393423199995, - 34.00974168100004 - ], - [ - -117.37394324599995, - 34.00973047200006 - ], - [ - -117.37395146299997, - 34.00972027200004 - ], - [ - -117.37395227099995, - 34.00971926900007 - ], - [ - -117.373961308, - 34.009708070000045 - ], - [ - -117.37397035599997, - 34.009696879000046 - ], - [ - -117.37397941399996, - 34.00968569400004 - ], - [ - -117.37398848299995, - 34.00967451400004 - ], - [ - -117.37399756199994, - 34.00966334200007 - ], - [ - -117.37400665299998, - 34.00965217700008 - ], - [ - -117.37401575499996, - 34.00964101500006 - ], - [ - -117.374024868, - 34.009629860000075 - ], - [ - -117.37402558599996, - 34.00962898100005 - ], - [ - -117.37403399099998, - 34.00961871100003 - ], - [ - -117.37404312399997, - 34.00960757000007 - ], - [ - -117.37405226899995, - 34.00959643400006 - ], - [ - -117.37406142499998, - 34.00958530300005 - ], - [ - -117.37407059099996, - 34.00957418000007 - ], - [ - -117.37407977, - 34.00956306200004 - ], - [ - -117.37408895699997, - 34.00955195000006 - ], - [ - -117.37409815399997, - 34.00954084400007 - ], - [ - -117.37410736399994, - 34.009529746000055 - ], - [ - -117.37410755299999, - 34.00952951800008 - ], - [ - -117.37411658399998, - 34.00951865300004 - ], - [ - -117.374125817, - 34.009507565000035 - ], - [ - -117.374135057, - 34.00949648500006 - ], - [ - -117.37413968599998, - 34.00949094400005 - ], - [ - -117.37414430999996, - 34.00948541100007 - ], - [ - -117.37415357299994, - 34.00947434200003 - ], - [ - -117.37416284699998, - 34.00946328100002 - ], - [ - -117.37417213099997, - 34.009452225000075 - ], - [ - -117.37418142599995, - 34.00944117600005 - ], - [ - -117.37419073199999, - 34.009430132000034 - ], - [ - -117.37420004999996, - 34.009419097000034 - ], - [ - -117.37420937599995, - 34.00940806500006 - ], - [ - -117.37421871499998, - 34.009397042000046 - ], - [ - -117.37422806299998, - 34.00938602300005 - ], - [ - -117.37423742399994, - 34.00937501100003 - ], - [ - -117.37424679399999, - 34.009364005000066 - ], - [ - -117.37425435799997, - 34.00935513400003 - ], - [ - -117.37425617499997, - 34.00935300800006 - ], - [ - -117.37426412399998, - 34.009343700000045 - ], - [ - -117.37426556599996, - 34.00934201500007 - ], - [ - -117.37427496699996, - 34.00933102700003 - ], - [ - -117.37428437999995, - 34.00932004600003 - ], - [ - -117.374293804, - 34.00930907400004 - ], - [ - -117.37430323799998, - 34.009298106000074 - ], - [ - -117.37431268299997, - 34.00928714400004 - ], - [ - -117.37432213799997, - 34.00927618800006 - ], - [ - -117.37433160299997, - 34.009265242000026 - ], - [ - -117.37434107999997, - 34.009254300000066 - ], - [ - -117.37435056599998, - 34.00924336200006 - ], - [ - -117.37436006599995, - 34.00923243500006 - ], - [ - -117.37436957299997, - 34.00922151100008 - ], - [ - -117.37437909199997, - 34.009210594000024 - ], - [ - -117.37438862199997, - 34.009199685000056 - ], - [ - -117.37439816199998, - 34.009188780000045 - ], - [ - -117.37440771299998, - 34.00917788300006 - ], - [ - -117.37441727399994, - 34.009166993000065 - ], - [ - -117.37442684599995, - 34.00915610800007 - ], - [ - -117.37443642799997, - 34.00914523100005 - ], - [ - -117.37444602099998, - 34.00913435800004 - ], - [ - -117.37445562399995, - 34.00912349300006 - ], - [ - -117.3744652399999, - 34.009112634000076 - ], - [ - -117.37446712299999, - 34.00911050700006 - ], - [ - -117.37447486099995, - 34.00910178200007 - ], - [ - -117.37448449899995, - 34.009090936000064 - ], - [ - -117.37448630399996, - 34.009088906000045 - ], - [ - -117.374494143, - 34.00908009700004 - ], - [ - -117.37450379899997, - 34.00906926400006 - ], - [ - -117.37451346599994, - 34.00905843800007 - ], - [ - -117.37452314199999, - 34.00904761700008 - ], - [ - -117.37453282999996, - 34.00903680600004 - ], - [ - -117.37454252699996, - 34.00902599800003 - ], - [ - -117.37455223599994, - 34.00901519800004 - ], - [ - -117.374561955, - 34.00900440400005 - ], - [ - -117.37457168399999, - 34.008993618000034 - ], - [ - -117.37458142399998, - 34.008982837000076 - ], - [ - -117.37459117299994, - 34.008972064000034 - ], - [ - -117.37460093599998, - 34.00896129600005 - ], - [ - -117.37460298499997, - 34.00895903500003 - ], - [ - -117.37461070599994, - 34.008950535000054 - ], - [ - -117.37462048799995, - 34.00893978000005 - ], - [ - -117.37463027899997, - 34.00892903300007 - ], - [ - -117.37464008099994, - 34.008918290000054 - ], - [ - -117.37464989499995, - 34.008907555000064 - ], - [ - -117.37465971699999, - 34.00889682900004 - ], - [ - -117.37466955099995, - 34.00888610700002 - ], - [ - -117.37467939399994, - 34.00887539300004 - ], - [ - -117.37468925, - 34.00886468400006 - ], - [ - -117.37469911499994, - 34.00885398200006 - ], - [ - -117.37470898799995, - 34.008843289000026 - ], - [ - -117.37471887399994, - 34.00883259900007 - ], - [ - -117.374723943, - 34.008827128000064 - ], - [ - -117.37472877, - 34.008821918000024 - ], - [ - -117.374738676, - 34.008811243000025 - ], - [ - -117.374748593, - 34.008800575000066 - ], - [ - -117.374758521, - 34.008789912000054 - ], - [ - -117.37476845799995, - 34.00877925800006 - ], - [ - -117.37477840499997, - 34.00876861000006 - ], - [ - -117.374788363, - 34.008757967000065 - ], - [ - -117.37479833099997, - 34.00874733400008 - ], - [ - -117.37480830899995, - 34.00873670500005 - ], - [ - -117.37481829799998, - 34.008726085000035 - ], - [ - -117.37482829599998, - 34.00871547000003 - ], - [ - -117.37483830499997, - 34.00870486100007 - ], - [ - -117.37484657799996, - 34.00869610900003 - ], - [ - -117.37484832699994, - 34.00869426200006 - ], - [ - -117.37485711999994, - 34.00868497000005 - ], - [ - -117.374858357, - 34.00868366700007 - ], - [ - -117.37486839699994, - 34.00867307800007 - ], - [ - -117.37487844699996, - 34.008662497000046 - ], - [ - -117.37488850699998, - 34.00865192300006 - ], - [ - -117.37489857699995, - 34.008641356000055 - ], - [ - -117.37490865899997, - 34.008630793000066 - ], - [ - -117.37491874999995, - 34.008620241000074 - ], - [ - -117.37492885299997, - 34.00860969400003 - ], - [ - -117.37493896399997, - 34.008599153000034 - ], - [ - -117.37494908599996, - 34.00858862000007 - ], - [ - -117.37495921899995, - 34.00857809300004 - ], - [ - -117.37496936199994, - 34.00856757300005 - ], - [ - -117.37497451499996, - 34.008562235000056 - ], - [ - -117.37497951299997, - 34.00855706100003 - ], - [ - -117.37498967599998, - 34.00854655400008 - ], - [ - -117.37499985, - 34.008536055000036 - ], - [ - -117.37501003199998, - 34.008525562000045 - ], - [ - -117.37502022499996, - 34.00851507600004 - ], - [ - -117.37503042999998, - 34.00850459800006 - ], - [ - -117.37504064299998, - 34.00849412500003 - ], - [ - -117.37505086599998, - 34.008483660000024 - ], - [ - -117.37506110099997, - 34.00847320100007 - ], - [ - -117.37507134599997, - 34.008462751000025 - ], - [ - -117.37508159899994, - 34.00845230600004 - ], - [ - -117.37509116999996, - 34.008442573000025 - ], - [ - -117.37509186399996, - 34.00844186900002 - ], - [ - -117.37510102699997, - 34.00843256500008 - ], - [ - -117.37510214099996, - 34.00843143700007 - ], - [ - -117.37511242199997, - 34.00842101500007 - ], - [ - -117.37512271699995, - 34.00841059600003 - ], - [ - -117.37513302199994, - 34.008400186000074 - ], - [ - -117.37514333699994, - 34.00838978300004 - ], - [ - -117.37515366199995, - 34.00837938900003 - ], - [ - -117.37516399599997, - 34.00836899900003 - ], - [ - -117.37517434299997, - 34.008358616000066 - ], - [ - -117.37518469699995, - 34.00834824200007 - ], - [ - -117.37519506099994, - 34.00833787400006 - ], - [ - -117.37520543799997, - 34.00832751200005 - ], - [ - -117.37521582199997, - 34.00831715800007 - ], - [ - -117.37522538399998, - 34.008307639000066 - ], - [ - -117.37522621699998, - 34.00830681100007 - ], - [ - -117.37523662299998, - 34.00829647100005 - ], - [ - -117.37524703799994, - 34.00828613700003 - ], - [ - -117.37525746399996, - 34.00827581100003 - ], - [ - -117.375267899, - 34.00826549100003 - ], - [ - -117.37527834399998, - 34.00825517900006 - ], - [ - -117.37528879899997, - 34.00824487400007 - ], - [ - -117.37529926599996, - 34.008234575000074 - ], - [ - -117.37530931499998, - 34.008224701000074 - ], - [ - -117.37530973999998, - 34.00822428500004 - ], - [ - -117.37532022599999, - 34.008214001000056 - ], - [ - -117.37533072099995, - 34.008203724000055 - ], - [ - -117.37534122599999, - 34.008193454000036 - ], - [ - -117.37535174499999, - 34.008183193000036 - ], - [ - -117.375353814, - 34.008181172000036 - ], - [ - -117.37536226799995, - 34.00817293500006 - ], - [ - -117.37537280099997, - 34.00816268700004 - ], - [ - -117.37538334699997, - 34.008152445000064 - ], - [ - -117.37539390199998, - 34.00814221100006 - ], - [ - -117.37540446599996, - 34.008131983000055 - ], - [ - -117.37541504099994, - 34.00812176200003 - ], - [ - -117.37542562599998, - 34.008111549000034 - ], - [ - -117.37543621999998, - 34.00810134200003 - ], - [ - -117.37544682499998, - 34.00809114400005 - ], - [ - -117.37545743899994, - 34.00808095100007 - ], - [ - -117.37546806299997, - 34.00807076700005 - ], - [ - -117.37547869699995, - 34.008060589000024 - ], - [ - -117.37550478699995, - 34.00803569000004 - ], - [ - -117.37554832599994, - 34.00799885500004 - ], - [ - -117.37556000799998, - 34.00798897200008 - ], - [ - -117.37557434499996, - 34.00797684300005 - ], - [ - -117.37559602099998, - 34.00795850500003 - ], - [ - -117.37563732299998, - 34.00792356300008 - ], - [ - -117.37574453999997, - 34.00783285500006 - ], - [ - -117.37581451499995, - 34.00777365600004 - ], - [ - -117.37585038799995, - 34.007743306000066 - ], - [ - -117.37595760399995, - 34.007652601000075 - ], - [ - -117.37599396799999, - 34.007621834000076 - ], - [ - -117.37606340699995, - 34.00756308700005 - ], - [ - -117.37613448099995, - 34.00750295600005 - ], - [ - -117.37616907499995, - 34.00747369100003 - ], - [ - -117.37627384999996, - 34.00738504700007 - ], - [ - -117.37637841299994, - 34.00729658400007 - ], - [ - -117.37648344599995, - 34.00720772200003 - ], - [ - -117.37658701199996, - 34.007120102000044 - ], - [ - -117.37669176999998, - 34.00703147300004 - ], - [ - -117.37679743899997, - 34.00694207200007 - ], - [ - -117.376901337, - 34.006854170000054 - ], - [ - -117.37700728799996, - 34.006764530000055 - ], - [ - -117.37711103699996, - 34.00667675500006 - ], - [ - -117.377217799, - 34.00658642900004 - ], - [ - -117.37732261699995, - 34.006497746000036 - ], - [ - -117.37742769, - 34.006408848000035 - ], - [ - -117.37753264, - 34.00632005400007 - ], - [ - -117.37763824899997, - 34.006230704000075 - ], - [ - -117.37774359499997, - 34.006141574000026 - ], - [ - -117.37784999499996, - 34.00605155200003 - ], - [ - -117.37795524999996, - 34.00596249800003 - ], - [ - -117.37806058799998, - 34.00587337600007 - ], - [ - -117.37816732099998, - 34.00578307200004 - ], - [ - -117.37824555999998, - 34.005716876000065 - ], - [ - -117.37825305999996, - 34.005710529000055 - ], - [ - -117.37827326699994, - 34.00569343300003 - ], - [ - -117.378316069, - 34.00565721800007 - ], - [ - -117.37865988599998, - 34.00552998400008 - ], - [ - -117.37865942199994, - 34.005529428000045 - ], - [ - -117.37866814499995, - 34.00552618100005 - ], - [ - -117.37887866099999, - 34.005429277000076 - ], - [ - -117.37912003199995, - 34.00535794000007 - ], - [ - -117.37922313099995, - 34.00548354600005 - ], - [ - -117.38006446999998, - 34.00650854300005 - ], - [ - -117.38049692199996, - 34.00703538100004 - ], - [ - -117.38103776699995, - 34.00660119500003 - ], - [ - -117.38237166299996, - 34.00553032600004 - ], - [ - -117.383032099, - 34.00500010300004 - ], - [ - -117.38327795599997, - 34.00496805300003 - ], - [ - -117.38377731299994, - 34.004902954000045 - ], - [ - -117.38400007399997, - 34.004592815000024 - ], - [ - -117.38415064999998, - 34.004411735000076 - ], - [ - -117.38449399499996, - 34.003998839000076 - ], - [ - -117.38986848099995, - 33.99777971700007 - ], - [ - -117.38986868499995, - 33.997779481000066 - ], - [ - -117.39011585599997, - 33.997493432000056 - ], - [ - -117.39013064899996, - 33.99747631300005 - ], - [ - -117.39114040299995, - 33.99630771500006 - ], - [ - -117.39141736099998, - 33.99598717900005 - ], - [ - -117.39169296499995, - 33.99614648900007 - ], - [ - -117.39203891699998, - 33.996346464000055 - ], - [ - -117.392058782, - 33.99628398900006 - ], - [ - -117.39207113899994, - 33.996245126000076 - ], - [ - -117.39216186299996, - 33.99595980700008 - ], - [ - -117.39217279399998, - 33.99592543000006 - ], - [ - -117.39226520099999, - 33.99563481300004 - ], - [ - -117.39227679799995, - 33.995598339000026 - ], - [ - -117.39236876499996, - 33.99530910500005 - ], - [ - -117.39237097699998, - 33.99531022900004 - ], - [ - -117.39242422899997, - 33.99514404800004 - ], - [ - -117.39242166399998, - 33.99514273700004 - ], - [ - -117.39243701899994, - 33.995094444000074 - ], - [ - -117.39244785999995, - 33.99506034800004 - ], - [ - -117.39250798599994, - 33.99487488200003 - ], - [ - -117.39258889399997, - 33.99462530100004 - ], - [ - -117.39267649799996, - 33.99435506900005 - ], - [ - -117.39271553599997, - 33.99423464400007 - ], - [ - -117.39272440899998, - 33.994207274000075 - ], - [ - -117.39276142099999, - 33.994093097000075 - ], - [ - -117.39285664299996, - 33.993799360000025 - ], - [ - -117.392956761, - 33.993490517000055 - ], - [ - -117.39301315599994, - 33.99331654800005 - ], - [ - -117.39324102899997, - 33.992613593000044 - ], - [ - -117.39342552999994, - 33.99204442900003 - ], - [ - -117.39361931099995, - 33.99039578000003 - ], - [ - -117.39358383999996, - 33.99037809200007 - ], - [ - -117.39269589199995, - 33.98993530800004 - ], - [ - -117.39265797799999, - 33.98991640200006 - ], - [ - -117.39264844299998, - 33.98991164700004 - ], - [ - -117.39262041999996, - 33.98989767300003 - ], - [ - -117.39261953399995, - 33.989894840000034 - ], - [ - -117.39258917399997, - 33.98988004700004 - ], - [ - -117.39255850999996, - 33.98986569700003 - ], - [ - -117.39253627, - 33.98985571000003 - ], - [ - -117.392090812, - 33.98963357200006 - ], - [ - -117.39235732299994, - 33.98935167800005 - ], - [ - -117.39254710799997, - 33.98915093700003 - ], - [ - -117.39532743899997, - 33.98638290300005 - ], - [ - -117.39744967099995, - 33.98426989400008 - ], - [ - -117.39796340499998, - 33.98351006000007 - ], - [ - -117.39802148099994, - 33.98342416400004 - ], - [ - -117.39815228599997, - 33.98323069500003 - ], - [ - -117.40085667499994, - 33.97923049800005 - ], - [ - -117.40111516999997, - 33.978848121000055 - ], - [ - -117.40258319999998, - 33.97667648200007 - ], - [ - -117.40270648699999, - 33.97644992800008 - ], - [ - -117.40276433499997, - 33.97634362700006 - ], - [ - -117.40381592499995, - 33.97674041100004 - ], - [ - -117.40523707499995, - 33.97658099100005 - ], - [ - -117.40532796199994, - 33.97657079500004 - ], - [ - -117.40711991799998, - 33.97636975300003 - ], - [ - -117.40712578999995, - 33.97636909400006 - ], - [ - -117.40713546899997, - 33.97636516800003 - ], - [ - -117.40714382899995, - 33.97636177900006 - ], - [ - -117.40715218799994, - 33.976358392000066 - ], - [ - -117.40716055099995, - 33.97635500900003 - ], - [ - -117.40716891299996, - 33.97635162700004 - ], - [ - -117.40717727699996, - 33.976348245000054 - ], - [ - -117.407185643, - 33.97634486800007 - ], - [ - -117.40719400899997, - 33.976341492000074 - ], - [ - -117.40720237799997, - 33.97633811800006 - ], - [ - -117.40721074799995, - 33.976334748000056 - ], - [ - -117.40721911799994, - 33.97633138000003 - ], - [ - -117.40722749099996, - 33.97632801200007 - ], - [ - -117.40723586399997, - 33.97632464800006 - ], - [ - -117.40724423899997, - 33.97632128600003 - ], - [ - -117.40725261499995, - 33.97631792400006 - ], - [ - -117.40726099099999, - 33.97631456900007 - ], - [ - -117.40726937099998, - 33.97631121300003 - ], - [ - -117.40727775, - 33.97630785700005 - ], - [ - -117.40728613099998, - 33.976304508000055 - ], - [ - -117.407294515, - 33.97630116000005 - ], - [ - -117.40730289799995, - 33.97629781200004 - ], - [ - -117.40731128299996, - 33.97629447000003 - ], - [ - -117.40731966899995, - 33.976291127000025 - ], - [ - -117.40732805699997, - 33.97628778600006 - ], - [ - -117.40733644599999, - 33.97628445000004 - ], - [ - -117.407344836, - 33.97628111500006 - ], - [ - -117.40735322799998, - 33.97627777900004 - ], - [ - -117.40736161999996, - 33.97627445000006 - ], - [ - -117.40737001599996, - 33.97627112200007 - ], - [ - -117.40737840899999, - 33.976267793000034 - ], - [ - -117.40986770099994, - 33.97526954800003 - ], - [ - -117.41046297799994, - 33.97568952300003 - ], - [ - -117.41298521899995, - 33.97467895800003 - ], - [ - -117.41575010499997, - 33.97360183400008 - ], - [ - -117.41587828599995, - 33.97327394900003 - ], - [ - -117.41563922999995, - 33.97311885200003 - ], - [ - -117.41575023399997, - 33.972716588000026 - ], - [ - -117.41990905699998, - 33.970998156000064 - ], - [ - -117.420545528, - 33.97073249700003 - ], - [ - -117.42118746499995, - 33.970476133000034 - ], - [ - -117.42183467499996, - 33.97022914200005 - ], - [ - -117.42248695799998, - 33.96999160200005 - ], - [ - -117.42306327399996, - 33.96979163200007 - ], - [ - -117.42314411499996, - 33.96976358100005 - ], - [ - -117.42380594599996, - 33.969545151000034 - ], - [ - -117.42447224999995, - 33.96933638000007 - ], - [ - -117.42514282399998, - 33.969137327000055 - ], - [ - -117.42581746499997, - 33.968948056000045 - ], - [ - -117.42649596399997, - 33.96876862500005 - ], - [ - -117.42717812099994, - 33.968599088000076 - ], - [ - -117.42786372199998, - 33.96843949500004 - ], - [ - -117.42855256099995, - 33.968289896000044 - ], - [ - -117.42924442499998, - 33.968150335000075 - ], - [ - -117.42993910699994, - 33.968020857000056 - ], - [ - -117.43063639599995, - 33.96790150100003 - ], - [ - -117.43133607599998, - 33.96779230200008 - ], - [ - -117.43174072199997, - 33.967735222000044 - ], - [ - -117.43196858299996, - 33.96770030700003 - ], - [ - -117.43202725699996, - 33.967691315000025 - ], - [ - -117.432055172, - 33.967687488000024 - ], - [ - -117.43209259499997, - 33.96768276700004 - ], - [ - -117.43213612899996, - 33.967677276000074 - ], - [ - -117.43227434099998, - 33.96765984100006 - ], - [ - -117.43243364699998, - 33.96763974500004 - ], - [ - -117.43254302799994, - 33.967625946000055 - ], - [ - -117.43259607899995, - 33.967619254000056 - ], - [ - -117.43267604, - 33.967609167000035 - ], - [ - -117.43273588699998, - 33.96760161800006 - ], - [ - -117.43276889799995, - 33.96759814100005 - ], - [ - -117.43283230599997, - 33.967591785000025 - ], - [ - -117.43322732399997, - 33.967552187000024 - ], - [ - -117.43350544099997, - 33.967524307000076 - ], - [ - -117.43351506699997, - 33.967525944000045 - ], - [ - -117.43351639099996, - 33.96752617000004 - ], - [ - -117.43495365999996, - 33.967770588000064 - ], - [ - -117.43497906099998, - 33.967774908000024 - ], - [ - -117.43583798499998, - 33.968493601000034 - ], - [ - -117.43583821399994, - 33.96849379300005 - ], - [ - -117.43586408699997, - 33.968423775000076 - ], - [ - -117.43586517199998, - 33.96842083900003 - ], - [ - -117.43586625599994, - 33.968417903000045 - ], - [ - -117.43594120499995, - 33.968215075000046 - ], - [ - -117.43597375899998, - 33.96812697300004 - ], - [ - -117.43597855499996, - 33.96811399200004 - ], - [ - -117.43616592399997, - 33.967606929000056 - ], - [ - -117.43616552299994, - 33.96757871500006 - ], - [ - -117.43616552299994, - 33.96757866000007 - ], - [ - -117.43616424099997, - 33.96748837300004 - ], - [ - -117.43615544899995, - 33.96686862800004 - ], - [ - -117.43617163799996, - 33.966868806000036 - ], - [ - -117.436216533, - 33.96686930300007 - ], - [ - -117.43866923099995, - 33.966870433000054 - ], - [ - -117.43879171699996, - 33.96687052100003 - ], - [ - -117.43893818499998, - 33.96687047200004 - ], - [ - -117.44068772999998, - 33.96686990000006 - ], - [ - -117.44069145499998, - 33.96686990000006 - ], - [ - -117.44069518099997, - 33.96686989900007 - ], - [ - -117.44070300799996, - 33.96686989600005 - ], - [ - -117.44071397399995, - 33.96686989300008 - ], - [ - -117.44079896299996, - 33.966869863000056 - ], - [ - -117.44085264299997, - 33.966869845000076 - ], - [ - -117.44411644999997, - 33.966868711000075 - ], - [ - -117.44519597599998, - 33.966868315000056 - ], - [ - -117.44672683899995, - 33.966867739000065 - ], - [ - -117.44696368899997, - 33.96686764900005 - ], - [ - -117.44696972699995, - 33.96623600600003 - ], - [ - -117.44697234799997, - 33.965961684000035 - ], - [ - -117.44728336299994, - 33.96596359800003 - ], - [ - -117.44748396499995, - 33.965964833000044 - ], - [ - -117.447565554, - 33.96596533500008 - ], - [ - -117.44775963199999, - 33.96596652900007 - ], - [ - -117.44863755899996, - 33.965971927000055 - ], - [ - -117.44883734499996, - 33.96597315500003 - ], - [ - -117.44914980099998, - 33.96597507300004 - ], - [ - -117.449158448, - 33.96506803600005 - ], - [ - -117.45122985599994, - 33.965080741000065 - ], - [ - -117.45176412999996, - 33.965084012000034 - ], - [ - -117.45178492799994, - 33.965084138000066 - ], - [ - -117.451958032, - 33.965085198000054 - ], - [ - -117.45261699599996, - 33.96508922700008 - ], - [ - -117.45361024899995, - 33.96509529600007 - ], - [ - -117.45361197999995, - 33.96575594700005 - ], - [ - -117.45361228099995, - 33.96587098900005 - ], - [ - -117.45361501899998, - 33.96691689000005 - ], - [ - -117.45681168299996, - 33.96590774400005 - ], - [ - -117.45720316699999, - 33.96578415000005 - ], - [ - -117.45887460199998, - 33.96525644500008 - ], - [ - -117.45981772599998, - 33.964958669000055 - ], - [ - -117.46020813899997, - 33.96483539900004 - ], - [ - -117.46113774499997, - 33.964541877000045 - ], - [ - -117.46540553799997, - 33.96443772500004 - ], - [ - -117.46618782599995, - 33.964418618000025 - ], - [ - -117.46768438599997, - 33.964382052000076 - ], - [ - -117.46886067599996, - 33.96435225600004 - ], - [ - -117.47093552599995, - 33.96470702900007 - ], - [ - -117.47141842899998, - 33.96476424700006 - ], - [ - -117.475601053, - 33.96467290600003 - ], - [ - -117.47616278299995, - 33.96426705400006 - ], - [ - -117.47856463699998, - 33.96253163800003 - ], - [ - -117.47891751699996, - 33.96253418900005 - ], - [ - -117.47943254999996, - 33.96253791200007 - ], - [ - -117.47978339999997, - 33.96254044700004 - ], - [ - -117.48077333899994, - 33.96254759300007 - ], - [ - -117.48078128299994, - 33.961641788000065 - ], - [ - -117.48090057399997, - 33.96164256600008 - ], - [ - -117.48405020599995, - 33.96166309500006 - ], - [ - -117.48406271599998, - 33.960756305000075 - ], - [ - -117.48732885099997, - 33.96077934400006 - ], - [ - -117.48733274499995, - 33.96050524800006 - ], - [ - -117.48734496599997, - 33.960505313000056 - ], - [ - -117.48842014299998, - 33.960511007000036 - ], - [ - -117.488801847, - 33.96051302600006 - ], - [ - -117.49317162199998, - 33.96053724500007 - ], - [ - -117.49493492699997, - 33.960546116000046 - ], - [ - -117.49493577199996, - 33.96072059100004 - ], - [ - -117.49493576699996, - 33.96074507900005 - ], - [ - -117.49493575499997, - 33.96082142900008 - ], - [ - -117.49493625999997, - 33.960821432000046 - ], - [ - -117.49493625999997, - 33.96082155800008 - ], - [ - -117.49684986399996, - 33.96083279800007 - ], - [ - -117.49901052699994, - 33.96084545200006 - ], - [ - -117.50579227799994, - 33.96088492700005 - ], - [ - -117.50630665199998, - 33.96088780700006 - ], - [ - -117.50796847999999, - 33.96089710200005 - ], - [ - -117.50796406799998, - 33.960079061000044 - ], - [ - -117.51013243799997, - 33.960069014000055 - ], - [ - -117.51014478199994, - 33.959176773000024 - ], - [ - -117.51038888199997, - 33.95917651800005 - ], - [ - -117.51104421799994, - 33.95917583200003 - ], - [ - -117.51190450099995, - 33.95917492500007 - ], - [ - -117.51298291199998, - 33.95917378300004 - ], - [ - -117.51308987399995, - 33.95917366900005 - ], - [ - -117.51496975799995, - 33.95917164900004 - ], - [ - -117.51886676499998, - 33.95916737600004 - ], - [ - -117.51889385899995, - 33.957139649000055 - ], - [ - -117.51891455099997, - 33.95559082800003 - ], - [ - -117.52266928599994, - 33.95559501100007 - ], - [ - -117.52269631599995, - 33.95559504000005 - ], - [ - -117.523022874, - 33.95559539800007 - ], - [ - -117.523259495, - 33.95559565700006 - ], - [ - -117.52327501599996, - 33.95559567500004 - ], - [ - -117.52327787499996, - 33.955595677000076 - ], - [ - -117.52329136699996, - 33.95393187600007 - ], - [ - -117.52329245599998, - 33.953820886000074 - ], - [ - -117.52373390399998, - 33.95372983800007 - ], - [ - -117.523733274, - 33.95353472100004 - ], - [ - -117.52372591699998, - 33.95126391600007 - ], - [ - -117.52372564499996, - 33.95118013600006 - ], - [ - -117.52372555399995, - 33.95115183300004 - ], - [ - -117.52372538199995, - 33.951099068000076 - ], - [ - -117.52372310599998, - 33.95039635400008 - ], - [ - -117.52372230799995, - 33.95014964500007 - ], - [ - -117.52372155199998, - 33.94991664300005 - ], - [ - -117.52372064899998, - 33.949637815000074 - ], - [ - -117.52372004399996, - 33.94945110700007 - ], - [ - -117.52371977599995, - 33.949368399000036 - ], - [ - -117.52371950899999, - 33.94928624200003 - ], - [ - -117.523718, - 33.94882015600007 - ], - [ - -117.52371601899995, - 33.94820868900007 - ], - [ - -117.52371600999999, - 33.948205872000074 - ], - [ - -117.52371401799996, - 33.947590725000055 - ], - [ - -117.52371096099995, - 33.94664731800003 - ], - [ - -117.52370957099998, - 33.94621763400005 - ], - [ - -117.52370885, - 33.94599542200007 - ], - [ - -117.52370935599998, - 33.94573192000007 - ], - [ - -117.52370937299997, - 33.945690712000044 - ], - [ - -117.52370937199998, - 33.94569065400003 - ], - [ - -117.51840392599996, - 33.94563376600007 - ], - [ - -117.51798073699996, - 33.945629214000064 - ], - [ - -117.51781139399998, - 33.94562739100007 - ], - [ - -117.517803728, - 33.94562730900003 - ], - [ - -117.51721650699994, - 33.945620990000066 - ], - [ - -117.51720353199994, - 33.94562085000007 - ], - [ - -117.51509150799995, - 33.94443093500007 - ], - [ - -117.51492547099997, - 33.94433738500004 - ], - [ - -117.51492538399998, - 33.94432457600004 - ], - [ - -117.51492316699995, - 33.944000164000045 - ], - [ - -117.51492092299998, - 33.94367144900008 - ], - [ - -117.51491784899997, - 33.94322134600003 - ], - [ - -117.51490894199998, - 33.94322136900007 - ], - [ - -117.51457121199996, - 33.94322118600007 - ], - [ - -117.51422458699994, - 33.94322099800007 - ], - [ - -117.51352478799998, - 33.943229031000044 - ], - [ - -117.51341542199998, - 33.94323035800005 - ], - [ - -117.51284572199995, - 33.94124359500006 - ], - [ - -117.51206981499996, - 33.94095945600003 - ], - [ - -117.51269476199997, - 33.93822623800003 - ], - [ - -117.51294872199998, - 33.937115488000074 - ], - [ - -117.51477812499996, - 33.93605943700004 - ], - [ - -117.51568165499998, - 33.93553353300007 - ], - [ - -117.51573236699994, - 33.93337812500005 - ], - [ - -117.51759340899997, - 33.930680464000034 - ], - [ - -117.51759533299997, - 33.93067160100003 - ], - [ - -117.51781695499994, - 33.92965027900004 - ], - [ - -117.51715479099994, - 33.929227378000064 - ], - [ - -117.51672020799998, - 33.92826847400005 - ], - [ - -117.51687691299998, - 33.92786028200004 - ], - [ - -117.51700320899994, - 33.92753129400006 - ], - [ - -117.51700552699998, - 33.927525256000024 - ], - [ - -117.516810852, - 33.926890368000045 - ], - [ - -117.51586423699996, - 33.92380304500006 - ], - [ - -117.51557450799999, - 33.922858071000064 - ], - [ - -117.51557079899999, - 33.92284597200006 - ], - [ - -117.515312398, - 33.92200315800005 - ], - [ - -117.51531451699998, - 33.921946313000035 - ], - [ - -117.51534816699996, - 33.92131434100003 - ], - [ - -117.51488660499996, - 33.92131763200007 - ], - [ - -117.51487927399995, - 33.92131258300003 - ], - [ - -117.51468186499994, - 33.921176642000034 - ], - [ - -117.51409555299995, - 33.92077590200006 - ], - [ - -117.51411389299994, - 33.91905853800006 - ], - [ - -117.51378829799995, - 33.91825492000004 - ], - [ - -117.513036952, - 33.91640042200004 - ], - [ - -117.51237652799995, - 33.914770274000034 - ], - [ - -117.51251632599997, - 33.91401798600003 - ], - [ - -117.512789952, - 33.91254548500007 - ], - [ - -117.51279013099997, - 33.912544525000044 - ], - [ - -117.51286705099994, - 33.912451119000025 - ], - [ - -117.51291793299998, - 33.91238982800007 - ], - [ - -117.51303794399996, - 33.912245263000045 - ], - [ - -117.51455266399995, - 33.91042058100004 - ], - [ - -117.51460110099998, - 33.91036223400005 - ], - [ - -117.51460817799995, - 33.91035370600002 - ], - [ - -117.51460764399997, - 33.91027072900005 - ], - [ - -117.51460236499997, - 33.90944846300005 - ], - [ - -117.51460150499997, - 33.90931451000006 - ], - [ - -117.51460098099994, - 33.90923315500004 - ], - [ - -117.51095203899996, - 33.90929675800004 - ], - [ - -117.51084240899996, - 33.909299145000034 - ], - [ - -117.51078377299996, - 33.907309498000075 - ], - [ - -117.51078128699999, - 33.90722518300004 - ], - [ - -117.51071016999998, - 33.90481203500008 - ], - [ - -117.51069527099997, - 33.90430629300005 - ], - [ - -117.51069281499997, - 33.90422301000007 - ], - [ - -117.51069041299996, - 33.90414148200006 - ], - [ - -117.51067683099996, - 33.903680601000076 - ], - [ - -117.51066071799994, - 33.90313383200004 - ], - [ - -117.51062182499999, - 33.901856448000046 - ], - [ - -117.51062099399996, - 33.90184576400003 - ], - [ - -117.51062151399998, - 33.90183838200005 - ], - [ - -117.51062222199994, - 33.901831507000054 - ], - [ - -117.51061914499996, - 33.90174809900003 - ], - [ - -117.51061662999996, - 33.90173936000008 - ], - [ - -117.51061724399995, - 33.90172502100006 - ], - [ - -117.510619196, - 33.90172476400005 - ], - [ - -117.51061718399995, - 33.90165645700006 - ], - [ - -117.51060425599997, - 33.901658445000066 - ], - [ - -117.51058746999996, - 33.90166128000004 - ], - [ - -117.51057074999994, - 33.90166435200007 - ], - [ - -117.51055409599996, - 33.90166766700003 - ], - [ - -117.51053751099994, - 33.90167122300005 - ], - [ - -117.51052100299995, - 33.90167501800005 - ], - [ - -117.51050457599996, - 33.90167904800006 - ], - [ - -117.51048823199994, - 33.90168331800004 - ], - [ - -117.51047198499998, - 33.90168782400008 - ], - [ - -117.510455832, - 33.90169256200005 - ], - [ - -117.51043977999996, - 33.90169753300006 - ], - [ - -117.51042383199996, - 33.901702734000025 - ], - [ - -117.51040799499998, - 33.90170816500006 - ], - [ - -117.51039227299998, - 33.90171382500006 - ], - [ - -117.51037667199995, - 33.901719710000066 - ], - [ - -117.51036119599996, - 33.90172582100007 - ], - [ - -117.51034584799999, - 33.90173215400006 - ], - [ - -117.510330636, - 33.90173870700005 - ], - [ - -117.50978576299997, - 33.90197876800005 - ], - [ - -117.50976163699994, - 33.901989178000065 - ], - [ - -117.50973730699997, - 33.901999259000036 - ], - [ - -117.50971278299994, - 33.90200900200006 - ], - [ - -117.50968806699996, - 33.90201840900005 - ], - [ - -117.50966317099994, - 33.90202747200004 - ], - [ - -117.509638097, - 33.90203619300007 - ], - [ - -117.50961285399995, - 33.902044567000075 - ], - [ - -117.50958744899998, - 33.902052594000054 - ], - [ - -117.50956188999999, - 33.90206026900006 - ], - [ - -117.50953617999994, - 33.90206759400007 - ], - [ - -117.50930183099996, - 33.90213308500006 - ], - [ - -117.50927633499998, - 33.90214040600006 - ], - [ - -117.50925098599998, - 33.902148071000056 - ], - [ - -117.50921705199994, - 33.90215901600004 - ], - [ - -117.508979948, - 33.90223640100004 - ], - [ - -117.50893982799994, - 33.90224893200008 - ], - [ - -117.50889620799995, - 33.90226144900004 - ], - [ - -117.50885533899998, - 33.902272166000046 - ], - [ - -117.50881415299995, - 33.90228199300003 - ], - [ - -117.50877267699997, - 33.90229093200003 - ], - [ - -117.50872771299998, - 33.902299553000034 - ], - [ - -117.50868572, - 33.90230661900006 - ], - [ - -117.50864352199994, - 33.902312780000045 - ], - [ - -117.50860114999995, - 33.902318026000046 - ], - [ - -117.50855862299994, - 33.90232235600007 - ], - [ - -117.50851598099996, - 33.90232576900007 - ], - [ - -117.50846995299997, - 33.902328416000046 - ], - [ - -117.50842715099998, - 33.90232991400006 - ], - [ - -117.50838431799997, - 33.902330488000075 - ], - [ - -117.50834147799998, - 33.902330137000035 - ], - [ - -117.50829756, - 33.90232882000004 - ], - [ - -117.50810226699997, - 33.90232051300006 - ], - [ - -117.50802087699998, - 33.90231709600005 - ], - [ - -117.50801102099996, - 33.90231649300006 - ], - [ - -117.50800121399999, - 33.902315454000075 - ], - [ - -117.50799148399994, - 33.90231398800006 - ], - [ - -117.50797868599994, - 33.90231136500006 - ], - [ - -117.50796924999997, - 33.902308909000055 - ], - [ - -117.50795998499996, - 33.90230603500004 - ], - [ - -117.50795091699996, - 33.902302760000055 - ], - [ - -117.50793916799995, - 33.90229777500008 - ], - [ - -117.50793065499994, - 33.90229358700003 - ], - [ - -117.50792241799996, - 33.90228902800004 - ], - [ - -117.50791190599995, - 33.90228240000005 - ], - [ - -117.50790440699996, - 33.90227703200003 - ], - [ - -117.50789726, - 33.90227133800005 - ], - [ - -117.50788831299997, - 33.90226326700002 - ], - [ - -117.50788206099998, - 33.902256883000064 - ], - [ - -117.50787524299994, - 33.90224903200004 - ], - [ - -117.50754531299998, - 33.901860413000065 - ], - [ - -117.50748347099994, - 33.90178683400006 - ], - [ - -117.50724283599999, - 33.90150052300004 - ], - [ - -117.50718339199994, - 33.90142779400003 - ], - [ - -117.506297454, - 33.90031331400007 - ], - [ - -117.50500310799998, - 33.89874333900008 - ], - [ - -117.50476705499995, - 33.89844939900007 - ], - [ - -117.50354296999996, - 33.89696900600006 - ], - [ - -117.50278005299998, - 33.89606257100007 - ], - [ - -117.50273927999996, - 33.896013366000034 - ], - [ - -117.50138770199999, - 33.89436187700005 - ], - [ - -117.50123902299998, - 33.89418020700003 - ], - [ - -117.50108803499995, - 33.89399571600006 - ], - [ - -117.50107910299994, - 33.89398480300002 - ], - [ - -117.50302136199997, - 33.89303369700008 - ], - [ - -117.50299458699999, - 33.89300016300007 - ], - [ - -117.50303434199998, - 33.892981279000026 - ], - [ - -117.50298134299999, - 33.89291151700007 - ], - [ - -117.50296572999997, - 33.892890968000074 - ], - [ - -117.50223652299997, - 33.891948900000045 - ], - [ - -117.50217652199996, - 33.89197555900006 - ], - [ - -117.50205424099994, - 33.89182240400004 - ], - [ - -117.50211381799994, - 33.89179580600006 - ], - [ - -117.501848871, - 33.891470138000045 - ], - [ - -117.50177248799997, - 33.891376156000035 - ], - [ - -117.50169640699994, - 33.891282337000064 - ], - [ - -117.50108808199997, - 33.89053367300005 - ], - [ - -117.50107953299994, - 33.89052532100004 - ], - [ - -117.50081459899997, - 33.89020153400003 - ], - [ - -117.50080062299998, - 33.890188075000026 - ], - [ - -117.50077039999996, - 33.890213008000046 - ], - [ - -117.50076976099996, - 33.89021355400007 - ], - [ - -117.50066715199995, - 33.89008502900003 - ], - [ - -117.50068904399996, - 33.890063449000024 - ], - [ - -117.50069424299994, - 33.89005857600006 - ], - [ - -117.50064395099997, - 33.88999735200008 - ], - [ - -117.50054740499996, - 33.88987981300005 - ], - [ - -117.50051790699996, - 33.88989668900007 - ], - [ - -117.500517845, - 33.88989661200003 - ], - [ - -117.50046229799995, - 33.88982557000003 - ], - [ - -117.50048747899996, - 33.889811215000066 - ], - [ - -117.50053358699995, - 33.889784931000065 - ], - [ - -117.50049006999996, - 33.88973036300007 - ], - [ - -117.50044445099996, - 33.88967315100007 - ], - [ - -117.50037443399998, - 33.889713194000024 - ], - [ - -117.50033780599995, - 33.88966634900004 - ], - [ - -117.50035009399994, - 33.88965931600006 - ], - [ - -117.50041597499995, - 33.88963744300003 - ], - [ - -117.50040730199999, - 33.88962656700005 - ], - [ - -117.50036963199994, - 33.889579327000035 - ], - [ - -117.50030947899995, - 33.88950389100006 - ], - [ - -117.50021536499997, - 33.889385867000044 - ], - [ - -117.50141842399995, - 33.888979508000034 - ], - [ - -117.50155998599996, - 33.888898545000075 - ], - [ - -117.50071394599996, - 33.887835884000026 - ], - [ - -117.50131859899994, - 33.88748933800008 - ], - [ - -117.50100973199994, - 33.88711469800006 - ], - [ - -117.50087639499998, - 33.886952964000045 - ], - [ - -117.50066770499996, - 33.886699831000044 - ], - [ - -117.50045657099997, - 33.88644373000005 - ], - [ - -117.50037454299996, - 33.886344233000045 - ], - [ - -117.500331239, - 33.886291707000055 - ], - [ - -117.5001350799999, - 33.88605376600003 - ], - [ - -117.50002004299995, - 33.88591422800005 - ], - [ - -117.49991224299998, - 33.88578346600008 - ], - [ - -117.49979916299998, - 33.885646301000065 - ], - [ - -117.499711086, - 33.885539461000064 - ], - [ - -117.49967905299997, - 33.88550060600005 - ], - [ - -117.49955801799996, - 33.88535378700004 - ], - [ - -117.49944112799994, - 33.885212 - ], - [ - -117.49932008199994, - 33.88506516700005 - ], - [ - -117.49920373099997, - 33.88492402900005 - ], - [ - -117.49909093599996, - 33.884787207000045 - ], - [ - -117.49897328499998, - 33.884644491000074 - ], - [ - -117.49885579799997, - 33.884501974000045 - ], - [ - -117.49874173099994, - 33.88436360600008 - ], - [ - -117.49862591999994, - 33.88422312000006 - ], - [ - -117.49851198299996, - 33.884084907000044 - ], - [ - -117.49840501799997, - 33.883955153000045 - ], - [ - -117.49839150399998, - 33.88393890700007 - ], - [ - -117.49827529999999, - 33.883799200000055 - ], - [ - -117.49816154599995, - 33.88366244100007 - ], - [ - -117.49804110799994, - 33.88351764300006 - ], - [ - -117.49792710099996, - 33.88338057800007 - ], - [ - -117.49784160099995, - 33.88327778800004 - ], - [ - -117.49760286399999, - 33.88299076200008 - ], - [ - -117.497600579, - 33.88299277400006 - ], - [ - -117.49698547799994, - 33.883534019000024 - ], - [ - -117.49678916099998, - 33.88367147100007 - ], - [ - -117.49667895199997, - 33.88372984100005 - ], - [ - -117.49666732699995, - 33.88373460200006 - ], - [ - -117.49654669999995, - 33.883786900000075 - ], - [ - -117.49602963599995, - 33.883958144000076 - ], - [ - -117.49573133699994, - 33.884056937000025 - ], - [ - -117.49527784799994, - 33.88431648200003 - ], - [ - -117.49510639199997, - 33.884460345000036 - ], - [ - -117.49487279699997, - 33.884753518000025 - ], - [ - -117.49428468299999, - 33.88549162000004 - ], - [ - -117.49428471799996, - 33.88549333800006 - ], - [ - -117.49421086099994, - 33.88579350100008 - ], - [ - -117.49423125499999, - 33.885888926000064 - ], - [ - -117.49430320699997, - 33.88622561300008 - ], - [ - -117.49432546499997, - 33.88632976300005 - ], - [ - -117.49429839099997, - 33.88652904400004 - ], - [ - -117.49415982099998, - 33.88669296100005 - ], - [ - -117.49395796799996, - 33.886825172000044 - ], - [ - -117.49380393599995, - 33.88688490200008 - ], - [ - -117.49374719399998, - 33.88688059800006 - ], - [ - -117.49373652099996, - 33.88687979000008 - ], - [ - -117.49372584799994, - 33.88687898100005 - ], - [ - -117.49370805899997, - 33.88687763200005 - ], - [ - -117.49369382799995, - 33.886876554000025 - ], - [ - -117.493634768, - 33.88687207600003 - ], - [ - -117.49358176199996, - 33.88686020700004 - ], - [ - -117.49352049799995, - 33.886846486000024 - ], - [ - -117.49313009699995, - 33.886759064000046 - ], - [ - -117.49313005299996, - 33.88675905300005 - ], - [ - -117.49304156499994, - 33.886739239000065 - ], - [ - -117.49290845999997, - 33.88677086300004 - ], - [ - -117.49285743899998, - 33.886782983000046 - ], - [ - -117.49254735899996, - 33.88699408000008 - ], - [ - -117.49254728199998, - 33.88699398700004 - ], - [ - -117.491762898, - 33.88604202100004 - ], - [ - -117.49044315799995, - 33.886799567000025 - ], - [ - -117.48699042199996, - 33.88787642500006 - ], - [ - -117.48650672099996, - 33.88778201200006 - ], - [ - -117.48650674599998, - 33.88778197900007 - ], - [ - -117.48650677399996, - 33.887781946000075 - ], - [ - -117.48434773399998, - 33.88737783900007 - ], - [ - -117.48427994399998, - 33.88733060200008 - ], - [ - -117.48427959399999, - 33.887330356000064 - ], - [ - -117.48410727599997, - 33.88721028000003 - ], - [ - -117.48233486, - 33.886616993000075 - ], - [ - -117.48233446199998, - 33.88661686000006 - ], - [ - -117.48122452999996, - 33.886809784000036 - ], - [ - -117.48076310099998, - 33.88653900600008 - ], - [ - -117.48026869999995, - 33.88624887100008 - ], - [ - -117.48000089499999, - 33.88609171200005 - ], - [ - -117.47988802599997, - 33.88593608100007 - ], - [ - -117.47934078599997, - 33.88518151100004 - ], - [ - -117.47814692099996, - 33.88487488800007 - ], - [ - -117.47732780499996, - 33.884664506000036 - ], - [ - -117.47732776799995, - 33.88466449600003 - ], - [ - -117.47718946999998, - 33.884156811000025 - ], - [ - -117.47710507399995, - 33.88384699900007 - ], - [ - -117.47710504999998, - 33.88384690600003 - ], - [ - -117.47747911799996, - 33.882261432000064 - ], - [ - -117.47599394099996, - 33.88171293500005 - ], - [ - -117.47579848199996, - 33.88183011700005 - ], - [ - -117.47579604999999, - 33.881831576000025 - ], - [ - -117.47500001099996, - 33.882308814000055 - ], - [ - -117.47481274599994, - 33.88241985700006 - ], - [ - -117.47454934499996, - 33.882603509000035 - ], - [ - -117.47405563499996, - 33.88292634900006 - ], - [ - -117.47404876299998, - 33.882935443000065 - ], - [ - -117.474039888, - 33.88294718800006 - ], - [ - -117.47403101199995, - 33.882958933000054 - ], - [ - -117.47401282499999, - 33.882983 - ], - [ - -117.47399463799997, - 33.88300706500007 - ], - [ - -117.47397628199997, - 33.88303135600006 - ], - [ - -117.473958096, - 33.88305542000006 - ], - [ - -117.47392832, - 33.88309482000005 - ], - [ - -117.47390996599995, - 33.88311910700003 - ], - [ - -117.47387419299997, - 33.883107308000035 - ], - [ - -117.47387411299997, - 33.883107282000026 - ], - [ - -117.473857249, - 33.88310172000007 - ], - [ - -117.4738405, - 33.883096195000064 - ], - [ - -117.47380404799998, - 33.88308417200005 - ], - [ - -117.47375679599998, - 33.88307895100007 - ], - [ - -117.473724942, - 33.88307174200003 - ], - [ - -117.47372448899995, - 33.88307163800005 - ], - [ - -117.47369017499994, - 33.88306387100005 - ], - [ - -117.47365771199998, - 33.88305652200006 - ], - [ - -117.47362270399998, - 33.88304859800007 - ], - [ - -117.47358769699997, - 33.88304067300004 - ], - [ - -117.47355332199999, - 33.883032892000074 - ], - [ - -117.47350553499996, - 33.883012577000045 - ], - [ - -117.47347504199996, - 33.88299961400003 - ], - [ - -117.47344454399996, - 33.88298665000008 - ], - [ - -117.473421896, - 33.882977022000034 - ], - [ - -117.47342146699998, - 33.88297683900004 - ], - [ - -117.47341026799995, - 33.88297207900007 - ], - [ - -117.47336140999994, - 33.88295130900008 - ], - [ - -117.473297458, - 33.882941509000034 - ], - [ - -117.47326420899998, - 33.882936416000064 - ], - [ - -117.47325231699995, - 33.88293459300007 - ], - [ - -117.47323096099996, - 33.88293132200005 - ], - [ - -117.47319079099998, - 33.88292516700005 - ], - [ - -117.47314514499999, - 33.882906122000065 - ], - [ - -117.473114534, - 33.882893351000064 - ], - [ - -117.47307870299994, - 33.88287840100003 - ], - [ - -117.47307669399999, - 33.88287713600005 - ], - [ - -117.47303897999996, - 33.88285342000006 - ], - [ - -117.47303880099997, - 33.88285330600007 - ], - [ - -117.47302966299998, - 33.88284756000007 - ], - [ - -117.47301924399994, - 33.882841007000025 - ], - [ - -117.47301243499999, - 33.88283672500006 - ], - [ - -117.47301193799996, - 33.882836413000064 - ], - [ - -117.47298525999997, - 33.88281963600008 - ], - [ - -117.47295712, - 33.882801940000036 - ], - [ - -117.47292843099996, - 33.88278389800007 - ], - [ - -117.472899741, - 33.88276585700004 - ], - [ - -117.47287160299999, - 33.88274816100005 - ], - [ - -117.472843464, - 33.882730464000076 - ], - [ - -117.47283093399994, - 33.88272258400008 - ], - [ - -117.472815874, - 33.88271311400007 - ], - [ - -117.472799824, - 33.882703020000065 - ], - [ - -117.47278905299999, - 33.88269624700007 - ], - [ - -117.47278349699997, - 33.882692752000025 - ], - [ - -117.47275819499998, - 33.882676840000045 - ], - [ - -117.47272301699996, - 33.882664387000034 - ], - [ - -117.47268162799998, - 33.882649737000065 - ], - [ - -117.47264495099995, - 33.88263675400003 - ], - [ - -117.47261387699996, - 33.88262575500005 - ], - [ - -117.47258058799997, - 33.88261397200006 - ], - [ - -117.47254871899997, - 33.882602691000045 - ], - [ - -117.47251759099998, - 33.882591672000046 - ], - [ - -117.47251724899996, - 33.882591552000065 - ], - [ - -117.47248402599996, - 33.88257979200006 - ], - [ - -117.47244381599995, - 33.88258422200005 - ], - [ - -117.47240991099994, - 33.882587958000045 - ], - [ - -117.47237600199998, - 33.88259169400004 - ], - [ - -117.47234209599998, - 33.88259543000004 - ], - [ - -117.47230819099997, - 33.882599166000034 - ], - [ - -117.47229225499996, - 33.88260092200005 - ], - [ - -117.47229143699997, - 33.882601012000066 - ], - [ - -117.47227428099995, - 33.88260290200003 - ], - [ - -117.47226583399998, - 33.882603833000076 - ], - [ - -117.47225261999995, - 33.882605289000026 - ], - [ - -117.47223176899996, - 33.88260758600006 - ], - [ - -117.47221194899998, - 33.882609770000045 - ], - [ - -117.47220329699996, - 33.88263105900006 - ], - [ - -117.47219941799995, - 33.88264060500006 - ], - [ - -117.47219512999999, - 33.882651157000055 - ], - [ - -117.472190679, - 33.882662108000034 - ], - [ - -117.47218921099994, - 33.88266572200007 - ], - [ - -117.47218824599997, - 33.88266809800007 - ], - [ - -117.472186535, - 33.88267230900004 - ], - [ - -117.47218249999997, - 33.88268223700004 - ], - [ - -117.47218175199998, - 33.88268407600003 - ], - [ - -117.47218142399998, - 33.88268488600005 - ], - [ - -117.472176263, - 33.882697585000074 - ], - [ - -117.472169652, - 33.882683953000026 - ], - [ - -117.47216658399998, - 33.882677630000046 - ], - [ - -117.47216268399995, - 33.88266958600008 - ], - [ - -117.472159595, - 33.88266322000004 - ], - [ - -117.47215748099995, - 33.88265885800007 - ], - [ - -117.47215746799998, - 33.88265883200006 - ], - [ - -117.47215745499994, - 33.88265880500006 - ], - [ - -117.47215411099995, - 33.88265191000005 - ], - [ - -117.47215310599995, - 33.88264983500005 - ], - [ - -117.47215037199999, - 33.882644199000026 - ], - [ - -117.47214479799999, - 33.88263270400006 - ], - [ - -117.47214075499994, - 33.88262437000003 - ], - [ - -117.472137735, - 33.88261814200007 - ], - [ - -117.47213215499994, - 33.88260663500006 - ], - [ - -117.47212811399999, - 33.882598302000076 - ], - [ - -117.47212270299997, - 33.88258714600005 - ], - [ - -117.47211968699997, - 33.882580930000074 - ], - [ - -117.47211674, - 33.88257485100007 - ], - [ - -117.47210962599996, - 33.88256018000004 - ], - [ - -117.47210725699995, - 33.88255529600008 - ], - [ - -117.472100706, - 33.88254178500006 - ], - [ - -117.47209466599998, - 33.88252933100006 - ], - [ - -117.47209379699996, - 33.88252753800003 - ], - [ - -117.472085586, - 33.88251060700003 - ], - [ - -117.472081786, - 33.882502772000066 - ], - [ - -117.47207496399994, - 33.88248869600005 - ], - [ - -117.47207433199998, - 33.882487393000076 - ], - [ - -117.47207270599995, - 33.88248403800003 - ], - [ - -117.47206561699994, - 33.882469412000034 - ], - [ - -117.47206558799996, - 33.88246937100007 - ], - [ - -117.4720534, - 33.88246078200007 - ], - [ - -117.47203951399996, - 33.882450996000046 - ], - [ - -117.47202783199998, - 33.882442765000064 - ], - [ - -117.47201334199997, - 33.88243255200007 - ], - [ - -117.47199948099995, - 33.88242278400003 - ], - [ - -117.47198764299998, - 33.88241444000005 - ], - [ - -117.47197369399998, - 33.88240461100003 - ], - [ - -117.47195994099997, - 33.882394917000056 - ], - [ - -117.471947646, - 33.88238625400004 - ], - [ - -117.47193382899997, - 33.88237651600008 - ], - [ - -117.47192163399995, - 33.882367921000025 - ], - [ - -117.47164672599996, - 33.88271611000005 - ], - [ - -117.47162393599996, - 33.882744943000034 - ], - [ - -117.47157711399996, - 33.88280418000005 - ], - [ - -117.47155859199995, - 33.88282752900005 - ], - [ - -117.47119382299996, - 33.88328973200004 - ], - [ - -117.47118756599997, - 33.883297662000075 - ], - [ - -117.47105125399997, - 33.88347032300004 - ], - [ - -117.47139206299994, - 33.883519884000066 - ], - [ - -117.47139204999996, - 33.88351990800004 - ], - [ - -117.4712243, - 33.88388634000006 - ], - [ - -117.47111611499997, - 33.88412264500005 - ], - [ - -117.47111591399994, - 33.884123085000056 - ], - [ - -117.47111590499998, - 33.88412312500003 - ], - [ - -117.47111226399994, - 33.88419582800003 - ], - [ - -117.471103471, - 33.88437119400004 - ], - [ - -117.47110214199995, - 33.88439760400007 - ], - [ - -117.47116949899998, - 33.88471671100007 - ], - [ - -117.47119104199999, - 33.88481876700007 - ], - [ - -117.47119881799995, - 33.88485560200007 - ], - [ - -117.47123914099996, - 33.884834828000066 - ], - [ - -117.47126229299994, - 33.88482290300004 - ], - [ - -117.47126287299994, - 33.88482260200004 - ], - [ - -117.47126901699994, - 33.88481943900007 - ], - [ - -117.47128908399998, - 33.88480910000004 - ], - [ - -117.47129189399999, - 33.88480765400004 - ], - [ - -117.47129624799999, - 33.884805408000034 - ], - [ - -117.47130309199997, - 33.88480188700004 - ], - [ - -117.47130531999994, - 33.884800737000035 - ], - [ - -117.47131063199998, - 33.884798 - ], - [ - -117.47131853899998, - 33.88479392800008 - ], - [ - -117.471322494, - 33.88479189100008 - ], - [ - -117.47132390299998, - 33.884791164000035 - ], - [ - -117.47133349399996, - 33.88478622500003 - ], - [ - -117.47133604199996, - 33.884784910000064 - ], - [ - -117.47134657599997, - 33.88477948600007 - ], - [ - -117.47134873199997, - 33.884778373000074 - ], - [ - -117.47135266999999, - 33.884776346000024 - ], - [ - -117.47136155799996, - 33.884771767000075 - ], - [ - -117.47136169199996, - 33.884771697000076 - ], - [ - -117.471382969, - 33.88476073500004 - ], - [ - -117.47138494999996, - 33.884759718000055 - ], - [ - -117.47138649199997, - 33.88475892200006 - ], - [ - -117.47141340499996, - 33.88474505800008 - ], - [ - -117.47141410699999, - 33.88474469800008 - ], - [ - -117.47141488899996, - 33.884744296000065 - ], - [ - -117.47144243499997, - 33.88473010300004 - ], - [ - -117.47144251699996, - 33.884730062000074 - ], - [ - -117.47144329699995, - 33.88472966100005 - ], - [ - -117.471471684, - 33.88471503900007 - ], - [ - -117.47150318999996, - 33.88469880900004 - ], - [ - -117.471517754, - 33.88469130500005 - ], - [ - -117.47151869499999, - 33.88469082000006 - ], - [ - -117.471546537, - 33.884676478000074 - ], - [ - -117.47154702399996, - 33.88467622600007 - ], - [ - -117.47157509799996, - 33.88466176500003 - ], - [ - -117.47161026599997, - 33.884643650000044 - ], - [ - -117.47161071199997, - 33.88464342200007 - ], - [ - -117.47161411499997, - 33.88464166500006 - ], - [ - -117.47161603399996, - 33.88464067900003 - ], - [ - -117.47163904899998, - 33.88462882300007 - ], - [ - -117.47164009599999, - 33.88462828200005 - ], - [ - -117.47166859899994, - 33.88461360100007 - ], - [ - -117.47166946699997, - 33.88461315400008 - ], - [ - -117.47169830999997, - 33.884598295000046 - ], - [ - -117.47172018199996, - 33.88462522400005 - ], - [ - -117.47172103999998, - 33.88462627500007 - ], - [ - -117.47173957899997, - 33.88464910500005 - ], - [ - -117.471762335, - 33.884677123000074 - ], - [ - -117.47178187499998, - 33.88470117800006 - ], - [ - -117.47180285699994, - 33.88472700900007 - ], - [ - -117.47180407399998, - 33.88472851100005 - ], - [ - -117.47182167399995, - 33.88475017500008 - ], - [ - -117.47182346799997, - 33.884752383000034 - ], - [ - -117.47185073799994, - 33.88478590900007 - ], - [ - -117.47185362399995, - 33.88478945900005 - ], - [ - -117.47186941999996, - 33.884808848000034 - ], - [ - -117.47187249799998, - 33.88481262600004 - ], - [ - -117.47187426399995, - 33.88481479400008 - ], - [ - -117.47188809399995, - 33.88483177000006 - ], - [ - -117.47189176999996, - 33.88483628400007 - ], - [ - -117.47189813799997, - 33.884844104000024 - ], - [ - -117.47190703999996, - 33.88485503700008 - ], - [ - -117.47191658999998, - 33.88486678400005 - ], - [ - -117.471923517, - 33.88487529900004 - ], - [ - -117.47192373299998, - 33.88487556500007 - ], - [ - -117.47193848799998, - 33.88489371400004 - ], - [ - -117.47194256199998, - 33.88489872200006 - ], - [ - -117.47195751299995, - 33.88491711000006 - ], - [ - -117.47196181099997, - 33.88492239800007 - ], - [ - -117.47197684399998, - 33.88494088900006 - ], - [ - -117.47199471099998, - 33.88496296400007 - ], - [ - -117.471994898, - 33.884963199000026 - ], - [ - -117.47199586599999, - 33.884964393000075 - ], - [ - -117.47201444299998, - 33.88498734600006 - ], - [ - -117.47201489799994, - 33.88498790600005 - ], - [ - -117.47203366599996, - 33.88501109600003 - ], - [ - -117.47203381599996, - 33.88501128300004 - ], - [ - -117.47205274599997, - 33.88503467000004 - ], - [ - -117.47208499899995, - 33.885074194000026 - ], - [ - -117.47208738699999, - 33.88507711700004 - ], - [ - -117.47210407499995, - 33.885097571000074 - ], - [ - -117.47210668199995, - 33.88510076500006 - ], - [ - -117.47212503099996, - 33.88512324900006 - ], - [ - -117.47212556399995, - 33.88512390200003 - ], - [ - -117.47214430699995, - 33.88514686700006 - ], - [ - -117.47216389299996, - 33.88517096000004 - ], - [ - -117.47216655799997, - 33.885174240000026 - ], - [ - -117.47218365899994, - 33.88519527200003 - ], - [ - -117.47218580699996, - 33.88519791500005 - ], - [ - -117.47220342299994, - 33.88521958200005 - ], - [ - -117.47220546999995, - 33.88522210100007 - ], - [ - -117.47222318999997, - 33.88524389300005 - ], - [ - -117.47222511599995, - 33.885246264000045 - ], - [ - -117.47224382999997, - 33.885269279000056 - ], - [ - -117.47226889599995, - 33.88530011000006 - ], - [ - -117.47227059399995, - 33.88530220200005 - ], - [ - -117.472288559, - 33.88532429700007 - ], - [ - -117.472289618, - 33.885325601000034 - ], - [ - -117.47230738899998, - 33.88534745800007 - ], - [ - -117.47230864199997, - 33.88534899900003 - ], - [ - -117.47232705299996, - 33.88537164600007 - ], - [ - -117.47232728399996, - 33.885371930000076 - ], - [ - -117.47234603799996, - 33.88539499500007 - ], - [ - -117.47237291599998, - 33.88542805800006 - ], - [ - -117.472373587, - 33.88542888100005 - ], - [ - -117.47239260999999, - 33.88545227900005 - ], - [ - -117.47239297899995, - 33.88545273500006 - ], - [ - -117.47239671799997, - 33.885457330000065 - ], - [ - -117.47241127299998, - 33.88547523200003 - ], - [ - -117.47241180999998, - 33.88547589500007 - ], - [ - -117.47243066399994, - 33.88549908600004 - ], - [ - -117.47245274899996, - 33.885526248000076 - ], - [ - -117.47246202799994, - 33.88553765700004 - ], - [ - -117.47247241399998, - 33.88555043500003 - ], - [ - -117.472480669, - 33.88556059100006 - ], - [ - -117.472492892, - 33.88557562600005 - ], - [ - -117.47249933299997, - 33.88558354200006 - ], - [ - -117.47251295499996, - 33.88560030000008 - ], - [ - -117.47251873399995, - 33.885607410000034 - ], - [ - -117.47253264199998, - 33.88562451200005 - ], - [ - -117.47253739899998, - 33.885630363000075 - ], - [ - -117.47255130399998, - 33.88564747000004 - ], - [ - -117.47256574399995, - 33.88566522700006 - ], - [ - -117.47258259499995, - 33.88568595800007 - ], - [ - -117.47258438499995, - 33.885688155000025 - ], - [ - -117.47260342699997, - 33.88571157900003 - ], - [ - -117.472604704, - 33.885713149000026 - ], - [ - -117.47262249, - 33.88573502400004 - ], - [ - -117.47262476799995, - 33.885737824000046 - ], - [ - -117.47264115099995, - 33.885757976000036 - ], - [ - -117.47264606099998, - 33.88576401800003 - ], - [ - -117.47265975699997, - 33.88578086100006 - ], - [ - -117.472666576, - 33.88578925000007 - ], - [ - -117.47268463799998, - 33.88581170200007 - ], - [ - -117.47268559799994, - 33.885812894000026 - ], - [ - -117.47270364299999, - 33.88583532600006 - ], - [ - -117.47270588499998, - 33.88583811600006 - ], - [ - -117.47272217199998, - 33.88585836100003 - ], - [ - -117.47272584299998, - 33.88586292700006 - ], - [ - -117.47274061699994, - 33.88588129300007 - ], - [ - -117.47274461699999, - 33.88588627100006 - ], - [ - -117.47275974899998, - 33.88590510900008 - ], - [ - -117.47277417899994, - 33.88592287400007 - ], - [ - -117.47277421399997, - 33.88592291800006 - ], - [ - -117.47277831199995, - 33.885927964000075 - ], - [ - -117.472781968, - 33.88593246200003 - ], - [ - -117.472785005, - 33.88593620300003 - ], - [ - -117.47278699799995, - 33.885938656000064 - ], - [ - -117.47278197699995, - 33.885941856000045 - ], - [ - -117.47277707199999, - 33.88594498400005 - ], - [ - -117.47277591999995, - 33.88594571700003 - ], - [ - -117.47276539999996, - 33.88595242500003 - ], - [ - -117.47276403099994, - 33.88595329700007 - ], - [ - -117.472762505, - 33.88595427100006 - ], - [ - -117.47276247099995, - 33.885954292000065 - ], - [ - -117.47275646699995, - 33.885958119000065 - ], - [ - -117.47275523399998, - 33.88595890800008 - ], - [ - -117.47275194899998, - 33.885961002000045 - ], - [ - -117.47274817099998, - 33.885963409000055 - ], - [ - -117.47274166099999, - 33.88596755800006 - ], - [ - -117.47273646099995, - 33.885970874000066 - ], - [ - -117.47273237299999, - 33.88597347900003 - ], - [ - -117.47272828499996, - 33.88597608500004 - ], - [ - -117.47272368299997, - 33.885979021000026 - ], - [ - -117.47271959699998, - 33.885981625000056 - ], - [ - -117.47271661699995, - 33.88598352400004 - ], - [ - -117.47271304599997, - 33.88598580100006 - ], - [ - -117.47270653699997, - 33.88598995000007 - ], - [ - -117.47270149599996, - 33.88599316500006 - ], - [ - -117.472694865, - 33.88599739500006 - ], - [ - -117.47269133599997, - 33.88599964100007 - ], - [ - -117.47268494099995, - 33.88600371700005 - ], - [ - -117.47268212899996, - 33.88600551400003 - ], - [ - -117.47268017899995, - 33.886006757000075 - ], - [ - -117.47267465799996, - 33.88601027200008 - ], - [ - -117.47266723499996, - 33.886014997000075 - ], - [ - -117.47266520899996, - 33.886016287000075 - ], - [ - -117.47265847699998, - 33.886020572000064 - ], - [ - -117.47250725699996, - 33.886116843000025 - ], - [ - -117.47246107799998, - 33.88614624200005 - ], - [ - -117.472431181, - 33.88617602900007 - ], - [ - -117.472411422, - 33.88619571600003 - ], - [ - -117.472404042, - 33.88620307000008 - ], - [ - -117.472378672, - 33.88622834600005 - ], - [ - -117.47233525399997, - 33.88627160400006 - ], - [ - -117.47228701499995, - 33.88631966500003 - ], - [ - -117.47224730599999, - 33.88635922800006 - ], - [ - -117.47218904399995, - 33.88641727500004 - ], - [ - -117.47213078299995, - 33.886475321000034 - ], - [ - -117.47208501699998, - 33.88652091800003 - ], - [ - -117.47203856799996, - 33.886567196000044 - ], - [ - -117.47201704399998, - 33.88658864000007 - ], - [ - -117.47198384599994, - 33.88662171500005 - ], - [ - -117.471948549, - 33.88665688000003 - ], - [ - -117.471822869, - 33.88678209500006 - ], - [ - -117.47178714899997, - 33.88681768400005 - ], - [ - -117.47176432599997, - 33.886840421000045 - ], - [ - -117.47174128399996, - 33.88686338000008 - ], - [ - -117.47171645499998, - 33.88688811700007 - ], - [ - -117.47169551499996, - 33.886908979000054 - ], - [ - -117.47165522399996, - 33.88694912100004 - ], - [ - -117.47162497999994, - 33.88697925300005 - ], - [ - -117.47158668299994, - 33.88701740800008 - ], - [ - -117.47156786299996, - 33.88703616000004 - ], - [ - -117.47148006799995, - 33.88712362600006 - ], - [ - -117.47143472199997, - 33.887168804000055 - ], - [ - -117.471432602, - 33.88717091600006 - ], - [ - -117.47135500499996, - 33.887248225000064 - ], - [ - -117.47127906499998, - 33.88732388400007 - ], - [ - -117.47127830499994, - 33.88732464000003 - ], - [ - -117.47119989, - 33.88740276500005 - ], - [ - -117.47112206999998, - 33.887480296000035 - ], - [ - -117.47103032599995, - 33.88751447800007 - ], - [ - -117.470923369, - 33.88755432700003 - ], - [ - -117.47083318499995, - 33.88758792800007 - ], - [ - -117.47074438799996, - 33.88762101100008 - ], - [ - -117.47066453199994, - 33.88765076300007 - ], - [ - -117.47058140499996, - 33.88768173400007 - ], - [ - -117.47047751699995, - 33.887720440000066 - ], - [ - -117.47046434299995, - 33.88772534800006 - ], - [ - -117.47041233899995, - 33.88774472400007 - ], - [ - -117.47037068799995, - 33.88776024200007 - ], - [ - -117.47032903999997, - 33.88777575900008 - ], - [ - -117.47026157699997, - 33.887800894000065 - ], - [ - -117.470174709, - 33.88783325900005 - ], - [ - -117.47014162, - 33.887845586000026 - ], - [ - -117.47004943499996, - 33.88787993300008 - ], - [ - -117.46994679099998, - 33.88791817300006 - ], - [ - -117.46990514199996, - 33.88793369100006 - ], - [ - -117.46990155999998, - 33.88793502600004 - ], - [ - -117.46987205499994, - 33.88794601800004 - ], - [ - -117.46986897499994, - 33.88794716500007 - ], - [ - -117.46983896299997, - 33.88795834600006 - ], - [ - -117.46983638399996, - 33.887959307000074 - ], - [ - -117.46980379699994, - 33.88797144800003 - ], - [ - -117.46980217, - 33.887972054000045 - ], - [ - -117.469761673, - 33.88798714200004 - ], - [ - -117.46964317899995, - 33.888031288000036 - ], - [ - -117.46955342799998, - 33.88806472700003 - ], - [ - -117.46944389199996, - 33.88810553600007 - ], - [ - -117.46935259099996, - 33.88813955100005 - ], - [ - -117.46925729999998, - 33.888175053000055 - ], - [ - -117.46913909199998, - 33.88821909200004 - ], - [ - -117.46907541999997, - 33.88824281300003 - ], - [ - -117.46889713099995, - 33.888309234000076 - ], - [ - -117.46871711499995, - 33.88837630100005 - ], - [ - -117.46854236899998, - 33.88844140300006 - ], - [ - -117.46845137399998, - 33.888475303000064 - ], - [ - -117.46836247199997, - 33.88850842200003 - ], - [ - -117.46827136099995, - 33.888542365000035 - ], - [ - -117.46818237999997, - 33.88857551500007 - ], - [ - -117.46809249599994, - 33.88860900200007 - ], - [ - -117.46799968699997, - 33.888643579000075 - ], - [ - -117.46790392199995, - 33.88867925400007 - ], - [ - -117.467817186, - 33.88871156700003 - ], - [ - -117.46777050799994, - 33.88872895700007 - ], - [ - -117.46766129799994, - 33.88876964200006 - ], - [ - -117.46758924899996, - 33.88879648400007 - ], - [ - -117.46755130399998, - 33.88881062000007 - ], - [ - -117.46751335699997, - 33.888824757000066 - ], - [ - -117.467430644, - 33.88885557100008 - ], - [ - -117.46739952299998, - 33.88886716500008 - ], - [ - -117.46736643099996, - 33.88887949200006 - ], - [ - -117.46732963899996, - 33.88889319800006 - ], - [ - -117.46729654999996, - 33.88890552500004 - ], - [ - -117.467272171, - 33.88891460700006 - ], - [ - -117.467263458, - 33.888917853000066 - ], - [ - -117.467239582, - 33.88892674700003 - ], - [ - -117.46723036699996, - 33.888930180000045 - ], - [ - -117.46719727899995, - 33.888942507000024 - ], - [ - -117.46707521899998, - 33.888987978000046 - ], - [ - -117.467003848, - 33.88901456700006 - ], - [ - -117.46696960699995, - 33.88902732300005 - ], - [ - -117.46696779299998, - 33.889027998000074 - ], - [ - -117.46696756699998, - 33.88902808300003 - ], - [ - -117.46693682299997, - 33.88903953600004 - ], - [ - -117.46693166299997, - 33.889041458000065 - ], - [ - -117.46691950299999, - 33.88904598900007 - ], - [ - -117.466910838, - 33.889049217000036 - ], - [ - -117.46690653599995, - 33.88905081900003 - ], - [ - -117.46689001199996, - 33.88905697400003 - ], - [ - -117.46687625099997, - 33.889062101000036 - ], - [ - -117.46686062999999, - 33.88906792100005 - ], - [ - -117.46684602, - 33.88907336300008 - ], - [ - -117.46683980199998, - 33.889075680000076 - ], - [ - -117.46681557599999, - 33.88908470500007 - ], - [ - -117.46681041499994, - 33.88908662700004 - ], - [ - -117.46678959199994, - 33.88909438400003 - ], - [ - -117.46678453799996, - 33.88909626700007 - ], - [ - -117.46676374799995, - 33.889104012000075 - ], - [ - -117.46675426499996, - 33.88910754500006 - ], - [ - -117.46670258899996, - 33.88912679600003 - ], - [ - -117.46666949499996, - 33.88913912400005 - ], - [ - -117.46663640799994, - 33.88915145000004 - ], - [ - -117.46659475699994, - 33.88916696600006 - ], - [ - -117.46655681199996, - 33.889181102000066 - ], - [ - -117.46646940999995, - 33.88921366100004 - ], - [ - -117.46639391499997, - 33.889241785000024 - ], - [ - -117.46635596999994, - 33.88925592100003 - ], - [ - -117.46631952599995, - 33.88926949700004 - ], - [ - -117.46630575999995, - 33.88927462500004 - ], - [ - -117.46623842899999, - 33.88929970800007 - ], - [ - -117.46620179499996, - 33.88931335500007 - ], - [ - -117.46620151399998, - 33.88931346000004 - ], - [ - -117.46617331099998, - 33.889323965000074 - ], - [ - -117.46616662899999, - 33.88932645500006 - ], - [ - -117.46614605099995, - 33.88933412000006 - ], - [ - -117.466138006, - 33.889337117000025 - ], - [ - -117.46613623299999, - 33.889337778000026 - ], - [ - -117.46612714199995, - 33.889341165000076 - ], - [ - -117.46611718099996, - 33.88934487500006 - ], - [ - -117.46610611899996, - 33.88934899700007 - ], - [ - -117.46609206499994, - 33.88935423100003 - ], - [ - -117.46608409199996, - 33.88935720100005 - ], - [ - -117.46604729699999, - 33.889370909000036 - ], - [ - -117.46601050199996, - 33.88938461600003 - ], - [ - -117.46597741199997, - 33.889396942000076 - ], - [ - -117.46588151799995, - 33.88943266500007 - ], - [ - -117.46579368899995, - 33.88946538300007 - ], - [ - -117.46575574399998, - 33.889479519000076 - ], - [ - -117.46573113899996, - 33.88948868500006 - ], - [ - -117.46571779899995, - 33.889493654000034 - ], - [ - -117.46567614699995, - 33.889509169000064 - ], - [ - -117.46563820199998, - 33.88952330500007 - ], - [ - -117.46555818299998, - 33.88955311400008 - ], - [ - -117.46546534299995, - 33.88958769900006 - ], - [ - -117.46543225099998, - 33.88960002500005 - ], - [ - -117.46540744999999, - 33.88960926400006 - ], - [ - -117.46539060099997, - 33.88961554100007 - ], - [ - -117.46537486499994, - 33.889621403000035 - ], - [ - -117.46535265499995, - 33.88962967600003 - ], - [ - -117.46534227499995, - 33.88963354300006 - ], - [ - -117.46531956399997, - 33.88964200400005 - ], - [ - -117.46530208899998, - 33.889648513000054 - ], - [ - -117.46528647399998, - 33.88965433000004 - ], - [ - -117.46526950099997, - 33.88966065200003 - ], - [ - -117.4652485299999, - 33.88966846400007 - ], - [ - -117.46523691299996, - 33.889672792000056 - ], - [ - -117.46521543699998, - 33.889680792000036 - ], - [ - -117.46520432499995, - 33.88968493100003 - ], - [ - -117.46518482999994, - 33.88969219400008 - ], - [ - -117.46517749099996, - 33.88969492700005 - ], - [ - -117.46517173499996, - 33.88969707100006 - ], - [ - -117.46513954399995, - 33.889709063000055 - ], - [ - -117.46501667599995, - 33.88975483200005 - ], - [ - -117.464999832, - 33.88973426100006 - ], - [ - -117.46495877899997, - 33.88968412000003 - ], - [ - -117.46493959599997, - 33.889660691000074 - ], - [ - -117.46490461599996, - 33.88961796600006 - ], - [ - -117.46488210599995, - 33.889590473000055 - ], - [ - -117.46485209399998, - 33.889553815000056 - ], - [ - -117.46482958299998, - 33.88952632300004 - ], - [ - -117.46349004499996, - 33.887890165000044 - ], - [ - -117.46144941299997, - 33.88538115800003 - ], - [ - -117.46131469399995, - 33.885226757000055 - ], - [ - -117.46112045499996, - 33.88502003800005 - ], - [ - -117.46091956699996, - 33.88482335700007 - ], - [ - -117.460745036, - 33.88466470100008 - ], - [ - -117.45841297599998, - 33.886008695000044 - ], - [ - -117.45719118099998, - 33.88673115600005 - ], - [ - -117.454114243, - 33.88851826200005 - ], - [ - -117.45411469099997, - 33.88839856300007 - ], - [ - -117.45411865899996, - 33.887368593000076 - ], - [ - -117.45227749199995, - 33.88732616500005 - ], - [ - -117.45221795899994, - 33.88732479200007 - ], - [ - -117.45220357, - 33.88732446000006 - ], - [ - -117.45215844599994, - 33.88732342000003 - ], - [ - -117.45203326099994, - 33.88732052800003 - ], - [ - -117.45183185399998, - 33.88731588400003 - ], - [ - -117.45146965699996, - 33.88730751800006 - ], - [ - -117.451341314, - 33.887304554000025 - ], - [ - -117.45106527799999, - 33.88729818100006 - ], - [ - -117.45101903799997, - 33.887297115000024 - ], - [ - -117.45074915999999, - 33.88729089200007 - ], - [ - -117.450631306, - 33.88728815800005 - ], - [ - -117.45020155499998, - 33.887278234000064 - ], - [ - -117.44967503699996, - 33.88726612800008 - ], - [ - -117.449634017, - 33.88726513900008 - ], - [ - -117.44961848, - 33.887264763000076 - ], - [ - -117.44958478599995, - 33.88726404700003 - ], - [ - -117.44937584699994, - 33.88725925700004 - ], - [ - -117.44930246999996, - 33.887257556000066 - ], - [ - -117.44815461499996, - 33.88723095100005 - ], - [ - -117.44815443599998, - 33.887231056000076 - ], - [ - -117.44770473099999, - 33.88722067300006 - ], - [ - -117.44770495799997, - 33.88722054300007 - ], - [ - -117.44769274299995, - 33.88722026100004 - ], - [ - -117.44677878999994, - 33.88719912800008 - ], - [ - -117.44677892299995, - 33.88719929200005 - ], - [ - -117.441709716, - 33.88708208700007 - ], - [ - -117.44123854699995, - 33.88707110900003 - ], - [ - -117.441238608, - 33.887071183000046 - ], - [ - -117.44091869399995, - 33.88706377800003 - ], - [ - -117.44091855999994, - 33.887063614000056 - ], - [ - -117.44017963599998, - 33.887046448000035 - ], - [ - -117.44007473099998, - 33.88704400200004 - ], - [ - -117.43988844799998, - 33.88703965900004 - ], - [ - -117.43930941999997, - 33.88702616100005 - ], - [ - -117.43916332799995, - 33.88702275300005 - ], - [ - -117.43882434899996, - 33.887014848000035 - ], - [ - -117.43876924799997, - 33.88701356400003 - ], - [ - -117.43873288799995, - 33.88701271600007 - ], - [ - -117.43774458099995, - 33.88698964900004 - ], - [ - -117.43762188299996, - 33.886985096000046 - ], - [ - -117.43740423599996, - 33.88698079200003 - ], - [ - -117.43731027099994, - 33.88698017300004 - ], - [ - -117.43714295899997, - 33.88697629500007 - ], - [ - -117.43661734399996, - 33.886964111000054 - ], - [ - -117.43652885499995, - 33.88696190400003 - ], - [ - -117.43627995299994, - 33.886956276000035 - ], - [ - -117.43624291299994, - 33.88695517700006 - ], - [ - -117.43608695699999, - 33.886951820000036 - ], - [ - -117.435596219, - 33.88694043700008 - ], - [ - -117.43247968299994, - 33.88694266600004 - ], - [ - -117.43244810399995, - 33.88694268800003 - ], - [ - -117.43142440599996, - 33.88694336400005 - ], - [ - -117.43126124899999, - 33.886943461000044 - ], - [ - -117.43097503499996, - 33.88694366000004 - ], - [ - -117.430821945, - 33.88694376400008 - ], - [ - -117.43028614599996, - 33.88694412600006 - ], - [ - -117.42987813899998, - 33.886944407000044 - ], - [ - -117.42689424899999, - 33.88694641500007 - ], - [ - -117.426696957, - 33.886946898000076 - ], - [ - -117.42654209199998, - 33.88694732700003 - ], - [ - -117.42626160299994, - 33.88694807600007 - ], - [ - -117.42551395999999, - 33.88695018000004 - ], - [ - -117.42376109699995, - 33.886954924000065 - ], - [ - -117.41823658599998, - 33.88696975300007 - ], - [ - -117.41766795599995, - 33.88697246100003 - ], - [ - -117.41747722799994, - 33.88697338900005 - ], - [ - -117.41745110299996, - 33.88697351600007 - ], - [ - -117.41742803699998, - 33.886973614000055 - ], - [ - -117.41739873499995, - 33.88697376400006 - ], - [ - -117.41713154899998, - 33.886975034000045 - ], - [ - -117.41691737999997, - 33.886976065000056 - ], - [ - -117.41671968499998, - 33.88697699100004 - ], - [ - -117.416331443, - 33.88697881200005 - ], - [ - -117.41610353399994, - 33.88697988000007 - ], - [ - -117.41591077899994, - 33.88698077600003 - ], - [ - -117.41556425299996, - 33.88698238200004 - ], - [ - -117.41537102799998, - 33.88698327700007 - ], - [ - -117.41534849099997, - 33.886983385000065 - ], - [ - -117.415248497, - 33.88698388300003 - ], - [ - -117.41393876499995, - 33.886990096000034 - ], - [ - -117.41314655599996, - 33.88699382600004 - ], - [ - -117.413145838, - 33.88699487700006 - ], - [ - -117.41291141599999, - 33.886996028000056 - ], - [ - -117.41291216399998, - 33.886994927000046 - ], - [ - -117.41204238499995, - 33.88699902800005 - ], - [ - -117.41157404499995, - 33.887001234000024 - ], - [ - -117.41123124299997, - 33.887002851000034 - ], - [ - -117.41075592599998, - 33.887005094000074 - ], - [ - -117.41075964799995, - 33.88700657500004 - ], - [ - -117.41072938099995, - 33.887006722000024 - ], - [ - -117.40980679299997, - 33.88701123200008 - ], - [ - -117.40980164899997, - 33.88700932900008 - ], - [ - -117.40973304299996, - 33.88700970700006 - ], - [ - -117.40971929299997, - 33.88700978300005 - ], - [ - -117.40970999399997, - 33.887009990000024 - ], - [ - -117.40957030699997, - 33.88701060400007 - ], - [ - -117.40756002399996, - 33.88702078400007 - ], - [ - -117.40752684199998, - 33.88702095700006 - ], - [ - -117.40749630899995, - 33.88702110600008 - ], - [ - -117.40725336299994, - 33.887022288000026 - ], - [ - -117.40724253199994, - 33.88702238800005 - ], - [ - -117.40724225599996, - 33.88702372600005 - ], - [ - -117.40712629499996, - 33.887024291000046 - ], - [ - -117.40712656599999, - 33.887022975000036 - ], - [ - -117.40704249099997, - 33.88702338000007 - ], - [ - -117.40625693899995, - 33.88702736500005 - ], - [ - -117.40623194099999, - 33.88702744700004 - ], - [ - -117.40596450899994, - 33.88702882300004 - ], - [ - -117.40580510199999, - 33.88702964300006 - ], - [ - -117.40576406399998, - 33.88702988400007 - ], - [ - -117.40442426899995, - 33.887036597000076 - ], - [ - -117.40441977899997, - 33.88703741200004 - ], - [ - -117.40415733799995, - 33.887038681000035 - ], - [ - -117.40415573499996, - 33.88703804700003 - ], - [ - -117.404043334, - 33.88703861500005 - ], - [ - -117.40350994699997, - 33.88704130700006 - ], - [ - -117.40329349799998, - 33.88704239900005 - ], - [ - -117.40322336799994, - 33.88704274400004 - ], - [ - -117.40308663399998, - 33.887043419000065 - ], - [ - -117.40308645899995, - 33.88704385300008 - ], - [ - -117.40308437399995, - 33.88704386200004 - ], - [ - -117.40290487599998, - 33.887044728000035 - ], - [ - -117.40290503499995, - 33.88704433000004 - ], - [ - -117.40202102399996, - 33.887048727000035 - ], - [ - -117.4012675, - 33.88705252500006 - ], - [ - -117.40088841399995, - 33.88705443400005 - ], - [ - -117.383574491, - 33.88712815200006 - ], - [ - -117.38357405999994, - 33.887485893000076 - ], - [ - -117.38357370999995, - 33.88771591300008 - ], - [ - -117.38357296499998, - 33.888178624000034 - ], - [ - -117.38357291099999, - 33.88821058100007 - ], - [ - -117.38357270599994, - 33.888295775000074 - ], - [ - -117.38357266499997, - 33.88834266900005 - ], - [ - -117.38357263599994, - 33.88837629000005 - ], - [ - -117.38357260099997, - 33.88839771100004 - ], - [ - -117.38357194799994, - 33.88879299000007 - ], - [ - -117.38357069099999, - 33.88955462700005 - ], - [ - -117.38356965099996, - 33.89018403100005 - ], - [ - -117.38356894599997, - 33.890759864000074 - ], - [ - -117.38356892999997, - 33.89077024200003 - ], - [ - -117.38356814599996, - 33.89125608400008 - ], - [ - -117.38356759499999, - 33.891643299000066 - ], - [ - -117.38356651499998, - 33.89221739000004 - ], - [ - -117.38356574699998, - 33.89273981200006 - ], - [ - -117.38356492099996, - 33.89320699900003 - ], - [ - -117.38356429599997, - 33.89366562300006 - ], - [ - -117.38356420499997, - 33.89373326800006 - ], - [ - -117.38356312499997, - 33.89438320600004 - ], - [ - -117.38356589399996, - 33.89438321800003 - ], - [ - -117.38356442999998, - 33.89561938400004 - ], - [ - -117.38356207199996, - 33.895613998000044 - ], - [ - -117.38356194399995, - 33.89577397200003 - ], - [ - -117.38356186099998, - 33.89587818900003 - ], - [ - -117.38356185099997, - 33.89591906000004 - ], - [ - -117.38356183699995, - 33.89597232400007 - ], - [ - -117.38356175799998, - 33.896249184000055 - ], - [ - -117.38356138199998, - 33.89654268400005 - ], - [ - -117.38356130299996, - 33.896606090000034 - ], - [ - -117.38356128899994, - 33.89661743500005 - ], - [ - -117.38356100599998, - 33.896974460000024 - ], - [ - -117.38356070999998, - 33.89734947100004 - ], - [ - -117.38356019999998, - 33.89799507500004 - ], - [ - -117.38355968199994, - 33.898649129000034 - ], - [ - -117.38355963099997, - 33.89871447000007 - ], - [ - -117.38355960699994, - 33.89874342300004 - ], - [ - -117.38355953899998, - 33.89882942600008 - ], - [ - -117.38355917799998, - 33.89928559100008 - ], - [ - -117.38355907699997, - 33.899530448000064 - ], - [ - -117.38355908399996, - 33.89975826600005 - ], - [ - -117.38355816199999, - 33.90069840000007 - ], - [ - -117.38355731299998, - 33.90163454900005 - ], - [ - -117.38317533399999, - 33.90163444900003 - ], - [ - -117.38316155799998, - 33.90163444500007 - ], - [ - -117.38296112999996, - 33.90163439200006 - ], - [ - -117.38228038199998, - 33.901634200000046 - ], - [ - -117.36942756999997, - 33.901629770000056 - ], - [ - -117.36707880899996, - 33.901628807000066 - ], - [ - -117.36706586999998, - 33.90162880100007 - ], - [ - -117.36628182199996, - 33.90162846800007 - ], - [ - -117.36618138799997, - 33.90162842400008 - ], - [ - -117.36607407499997, - 33.90162938900005 - ], - [ - -117.36395764099996, - 33.90164834600006 - ], - [ - -117.36374769799994, - 33.901650232000065 - ], - [ - -117.36370451499994, - 33.901649844000076 - ], - [ - -117.36365038999998, - 33.90165109700007 - ], - [ - -117.361789994, - 33.90166772900005 - ], - [ - -117.36067288799995, - 33.901677705000054 - ], - [ - -117.35957225799996, - 33.90168752200003 - ], - [ - -117.35796579899994, - 33.90170183400005 - ], - [ - -117.35748241799996, - 33.901706137000076 - ], - [ - -117.35736479999997, - 33.90170741800006 - ], - [ - -117.35726589499995, - 33.901708496000026 - ], - [ - -117.35584037299998, - 33.901724013000035 - ], - [ - -117.35528636499998, - 33.90173004800005 - ], - [ - -117.35518913599998, - 33.901731108000035 - ], - [ - -117.35308458299994, - 33.90175396800004 - ], - [ - -117.35306131799996, - 33.90175422200008 - ], - [ - -117.35263806999995, - 33.90175881700003 - ], - [ - -117.35230393699999, - 33.90176244400004 - ], - [ - -117.35196716799999, - 33.90176609800005 - ], - [ - -117.35195576299998, - 33.90176622200005 - ], - [ - -117.35098155699995, - 33.90177678900005 - ], - [ - -117.35094293299994, - 33.901777208000055 - ], - [ - -117.35094293399999, - 33.901777243000026 - ], - [ - -117.34870868999997, - 33.90180145000005 - ], - [ - -117.34661647999997, - 33.90180600200006 - ], - [ - -117.345761671, - 33.90180785300004 - ], - [ - -117.340037081, - 33.90182008600004 - ], - [ - -117.333521868, - 33.90183632600008 - ], - [ - -117.33130636699997, - 33.90184177000003 - ], - [ - -117.33131098699994, - 33.900741104000076 - ], - [ - -117.33136303599997, - 33.88833705800005 - ], - [ - -117.33151155299998, - 33.88833635000003 - ], - [ - -117.332167154, - 33.88833322600004 - ], - [ - -117.33254616699998, - 33.88833141900005 - ], - [ - -117.33292012099997, - 33.88832963300007 - ], - [ - -117.33319535799995, - 33.88832867700006 - ], - [ - -117.33329420999996, - 33.88832833400005 - ], - [ - -117.33346884699995, - 33.88832772600006 - ], - [ - -117.33366311599997, - 33.88832705000004 - ], - [ - -117.33403551499998, - 33.88832575300006 - ], - [ - -117.33442209499998, - 33.88832240000005 - ], - [ - -117.33448863399997, - 33.88832182200008 - ], - [ - -117.33448807899998, - 33.889027690000034 - ], - [ - -117.33551451199997, - 33.889023749000046 - ], - [ - -117.33654549099998, - 33.88901978000007 - ], - [ - -117.33757335099995, - 33.88901581700003 - ], - [ - -117.33807803699995, - 33.88901336400005 - ], - [ - -117.33807789199994, - 33.88893092500007 - ], - [ - -117.33807764499994, - 33.88879352400005 - ], - [ - -117.33807727299995, - 33.88858742600007 - ], - [ - -117.33807583099997, - 33.88838133300004 - ], - [ - -117.33849133999996, - 33.88837931000006 - ], - [ - -117.33858676999995, - 33.888378845000034 - ], - [ - -117.33858725699997, - 33.88810400700004 - ], - [ - -117.33868989799998, - 33.88810397100008 - ], - [ - -117.33909868699999, - 33.88810383200007 - ], - [ - -117.33947618399998, - 33.88810370300007 - ], - [ - -117.33951601999996, - 33.88810369000004 - ], - [ - -117.33952423499994, - 33.88810368700007 - ], - [ - -117.33966982399994, - 33.88810251700005 - ], - [ - -117.33969723599995, - 33.888102350000054 - ], - [ - -117.34000773699995, - 33.888100447000056 - ], - [ - -117.34010393299997, - 33.88809985700004 - ], - [ - -117.34010723899996, - 33.88717055700005 - ], - [ - -117.34097846399999, - 33.88716630000005 - ], - [ - -117.34314182599996, - 33.88715645900004 - ], - [ - -117.34317893999997, - 33.88715628700004 - ], - [ - -117.34328473099998, - 33.887155807000056 - ], - [ - -117.34340077, - 33.88715527700003 - ], - [ - -117.34343773499995, - 33.88715510700007 - ], - [ - -117.343474701, - 33.88715494100006 - ], - [ - -117.34351166599998, - 33.88715477200003 - ], - [ - -117.34362390599995, - 33.887154242000065 - ], - [ - -117.343686978, - 33.88715288700007 - ], - [ - -117.34382022499994, - 33.887153356000056 - ], - [ - -117.34388908499994, - 33.88715248200003 - ], - [ - -117.34395545799998, - 33.88715217300006 - ], - [ - -117.34403629199994, - 33.88715135600006 - ], - [ - -117.34409067499996, - 33.88715042900003 - ], - [ - -117.34415925499997, - 33.887148969000066 - ], - [ - -117.344294763, - 33.88714441700006 - ], - [ - -117.344429328, - 33.88713794600005 - ], - [ - -117.34456544999995, - 33.88712942900003 - ], - [ - -117.34463340199994, - 33.88712461800003 - ], - [ - -117.34470018399998, - 33.88711931900008 - ], - [ - -117.34476877799995, - 33.88711358100005 - ], - [ - -117.34483559699999, - 33.88710716800006 - ], - [ - -117.34492887999994, - 33.88709617300003 - ], - [ - -117.34504051099998, - 33.887082718000045 - ], - [ - -117.34514358999996, - 33.88707029100004 - ], - [ - -117.34524328099997, - 33.887058274000026 - ], - [ - -117.34529847399995, - 33.88705019500003 - ], - [ - -117.34536413599994, - 33.887041116000034 - ], - [ - -117.34543101, - 33.887031541000056 - ], - [ - -117.34550719799995, - 33.88701995500003 - ], - [ - -117.34568953699994, - 33.88698828300005 - ], - [ - -117.34587107899995, - 33.88695405400006 - ], - [ - -117.34594594799995, - 33.886938787000076 - ], - [ - -117.34598418299998, - 33.88693099100004 - ], - [ - -117.34599280999998, - 33.88692923100007 - ], - [ - -117.34605187699998, - 33.88691718700005 - ], - [ - -117.34614203599995, - 33.88689740600006 - ], - [ - -117.34623187299997, - 33.88687769400008 - ], - [ - -117.34641101899996, - 33.88683558200006 - ], - [ - -117.34651426299996, - 33.88680968500006 - ], - [ - -117.34653217099998, - 33.886805192000054 - ], - [ - -117.34658924799999, - 33.88679087300005 - ], - [ - -117.34676651799998, - 33.88674357100007 - ], - [ - -117.34694276999994, - 33.886693698000045 - ], - [ - -117.34711795599998, - 33.88664126300006 - ], - [ - -117.34729201099998, - 33.88658628700006 - ], - [ - -117.34746489199995, - 33.886528783000074 - ], - [ - -117.34763654099999, - 33.88646877100007 - ], - [ - -117.34780690899998, - 33.88640626900008 - ], - [ - -117.34797594099996, - 33.88634129400003 - ], - [ - -117.34814358799997, - 33.886273868000046 - ], - [ - -117.34830979499998, - 33.88620401600008 - ], - [ - -117.34847451499996, - 33.88613174900007 - ], - [ - -117.34872857999994, - 33.88599736700007 - ], - [ - -117.34911861399996, - 33.88578357200004 - ], - [ - -117.34923313099995, - 33.88571901600005 - ], - [ - -117.34934639, - 33.88565293000005 - ], - [ - -117.34940313599998, - 33.88561913700005 - ], - [ - -117.34951418299994, - 33.88555115300005 - ], - [ - -117.349569353, - 33.88551666300003 - ], - [ - -117.34962430699994, - 33.885481484000024 - ], - [ - -117.34967884999998, - 33.885446141000045 - ], - [ - -117.349733287, - 33.885410120000074 - ], - [ - -117.35183761699994, - 33.884056334000036 - ], - [ - -117.35186192299994, - 33.88403965400005 - ], - [ - -117.35188754599994, - 33.88402207300004 - ], - [ - -117.35199338099994, - 33.88395570200004 - ], - [ - -117.35204638899995, - 33.88392309400007 - ], - [ - -117.352100141, - 33.88389084200003 - ], - [ - -117.35220922599996, - 33.883826879000026 - ], - [ - -117.35231882199997, - 33.88376460000006 - ], - [ - -117.35242967499994, - 33.88370402600003 - ], - [ - -117.35248572299997, - 33.883674162000034 - ], - [ - -117.35259748099998, - 33.883615924000026 - ], - [ - -117.35271104999998, - 33.883558926000035 - ], - [ - -117.35282607499994, - 33.88350311600004 - ], - [ - -117.35288417299995, - 33.88347571600008 - ], - [ - -117.35300046699996, - 33.88342247200006 - ], - [ - -117.35308130099997, - 33.883384024000065 - ], - [ - -117.35308364899998, - 33.88288956900004 - ], - [ - -117.35299609099997, - 33.88288899600008 - ], - [ - -117.35297961599997, - 33.88288896900008 - ], - [ - -117.35167409799999, - 33.88288142000005 - ], - [ - -117.35166976099998, - 33.88352947000004 - ], - [ - -117.35154779599998, - 33.88352647800008 - ], - [ - -117.35142280999997, - 33.883544280000024 - ], - [ - -117.34874187199995, - 33.88354562600006 - ], - [ - -117.34874928199997, - 33.88218713900005 - ], - [ - -117.348761664, - 33.87991651400006 - ], - [ - -117.35309235899996, - 33.879904433000036 - ], - [ - -117.35309273599995, - 33.87982674400007 - ], - [ - -117.35309448199996, - 33.87946122900007 - ], - [ - -117.35309629299996, - 33.87908472100003 - ], - [ - -117.35309810599995, - 33.87870821200005 - ], - [ - -117.35309978199996, - 33.87833720000003 - ], - [ - -117.353101558, - 33.87795794500005 - ], - [ - -117.35310323399995, - 33.87758693400008 - ], - [ - -117.35310551799995, - 33.877085383000065 - ], - [ - -117.35310589599999, - 33.87700190100003 - ], - [ - -117.35310627299998, - 33.876917742000046 - ], - [ - -117.35310770599995, - 33.87660856600007 - ], - [ - -117.35310968799996, - 33.876229307000074 - ], - [ - -117.35311064499996, - 33.87571912300007 - ], - [ - -117.353112023, - 33.87498386500005 - ], - [ - -117.35311259499997, - 33.87467950400003 - ], - [ - -117.353112937, - 33.87449636800005 - ], - [ - -117.353113082, - 33.87441987600005 - ], - [ - -117.35311324599996, - 33.87433167800003 - ], - [ - -117.35311420399995, - 33.87382127400008 - ], - [ - -117.35311546499997, - 33.873148882000066 - ], - [ - -117.35311632299994, - 33.87269112600006 - ], - [ - -117.35311647399999, - 33.87260999800003 - ], - [ - -117.34890964299996, - 33.87262007900006 - ], - [ - -117.34880092199995, - 33.872620339000036 - ], - [ - -117.34017701499994, - 33.87267838900004 - ], - [ - -117.34007750899997, - 33.87267905500005 - ], - [ - -117.33965169299995, - 33.872681890000024 - ], - [ - -117.33959569899997, - 33.87268226300006 - ], - [ - -117.339539705, - 33.87268263500005 - ], - [ - -117.33952033399999, - 33.87268276400005 - ], - [ - -117.33948371199995, - 33.872683008000024 - ], - [ - -117.339427721, - 33.87268338000007 - ], - [ - -117.33937172599997, - 33.87268375300005 - ], - [ - -117.33931573299998, - 33.872684126000024 - ], - [ - -117.33925974099998, - 33.87268449800007 - ], - [ - -117.33914775299996, - 33.872685243000035 - ], - [ - -117.33909175899998, - 33.87268561600007 - ], - [ - -117.33903576499995, - 33.87268598800006 - ], - [ - -117.33897977099997, - 33.872686361000035 - ], - [ - -117.33892378099995, - 33.87268673300008 - ], - [ - -117.338867785, - 33.87268710600006 - ], - [ - -117.33881179099996, - 33.872687478000046 - ], - [ - -117.33875579799997, - 33.872687850000034 - ], - [ - -117.33869980499998, - 33.87268822300007 - ], - [ - -117.33864381399997, - 33.872688596000046 - ], - [ - -117.33858781799995, - 33.872688968000034 - ], - [ - -117.33853182399997, - 33.87268934000008 - ], - [ - -117.33847583, - 33.87268971200007 - ], - [ - -117.33843644099994, - 33.872689974000025 - ], - [ - -117.338419838, - 33.872690084000055 - ], - [ - -117.33836384199998, - 33.87269045600004 - ], - [ - -117.33830784899999, - 33.87269082900008 - ], - [ - -117.33825185699999, - 33.872691201000066 - ], - [ - -117.33819586299995, - 33.872691573000054 - ], - [ - -117.33813987199994, - 33.87269194400005 - ], - [ - -117.33808387599998, - 33.87269231600004 - ], - [ - -117.33802788499997, - 33.87269268700004 - ], - [ - -117.33797189099994, - 33.87269305900003 - ], - [ - -117.33791589599997, - 33.87269343000003 - ], - [ - -117.33788402, - 33.87269364200006 - ], - [ - -117.33785990299998, - 33.87269380200007 - ], - [ - -117.33780390899994, - 33.87269417400006 - ], - [ - -117.33774791699994, - 33.87269454600005 - ], - [ - -117.33769192299997, - 33.872694919000025 - ], - [ - -117.33763592999998, - 33.872695289000035 - ], - [ - -117.33757993499995, - 33.87269566200007 - ], - [ - -117.337495946, - 33.872696219000034 - ], - [ - -117.33743995299994, - 33.87269659000003 - ], - [ - -117.33738396099994, - 33.87269696300007 - ], - [ - -117.33729996799997, - 33.87269752100008 - ], - [ - -117.33721597899995, - 33.87269807800004 - ], - [ - -117.33715998499997, - 33.87269844900004 - ], - [ - -117.33710399199998, - 33.87269882000004 - ], - [ - -117.337047999, - 33.87269919100004 - ], - [ - -117.33699200499996, - 33.872699563000026 - ], - [ - -117.33690801599994, - 33.87270012100004 - ], - [ - -117.33685202099997, - 33.872700492000035 - ], - [ - -117.33679602799998, - 33.872700864000024 - ], - [ - -117.336740035, - 33.87270123600007 - ], - [ - -117.33668404099996, - 33.87270160700007 - ], - [ - -117.33662804699998, - 33.872701978000066 - ], - [ - -117.33657205499998, - 33.872702349000065 - ], - [ - -117.33651606099994, - 33.872702719000074 - ], - [ - -117.33646006799995, - 33.87270309300004 - ], - [ - -117.33640407399997, - 33.87270346300005 - ], - [ - -117.33634808299996, - 33.87270383300006 - ], - [ - -117.33629208599996, - 33.87270420500005 - ], - [ - -117.33623602299997, - 33.872704577000036 - ], - [ - -117.33573910299998, - 33.87270786900007 - ], - [ - -117.33531192399994, - 33.87271069800005 - ], - [ - -117.33525593199994, - 33.87271106900005 - ], - [ - -117.33519993999994, - 33.872711440000046 - ], - [ - -117.33514394399998, - 33.872711810000055 - ], - [ - -117.33508794999995, - 33.872712181000054 - ], - [ - -117.33506937399994, - 33.87271230500005 - ], - [ - -117.33503195599997, - 33.87271255200005 - ], - [ - -117.33497596299998, - 33.87271292300005 - ], - [ - -117.33491997199997, - 33.87271329400005 - ], - [ - -117.33486397699994, - 33.87271366400006 - ], - [ - -117.33480798299996, - 33.87271403400007 - ], - [ - -117.33475198899998, - 33.87271440500007 - ], - [ - -117.334695996, - 33.87271477500008 - ], - [ - -117.33461200599999, - 33.87271533100005 - ], - [ - -117.33455601299994, - 33.87271570100006 - ], - [ - -117.33453997199996, - 33.872715808000066 - ], - [ - -117.33450002099994, - 33.87271607200006 - ], - [ - -117.33436003499997, - 33.872716998000044 - ], - [ - -117.33427604499997, - 33.87271755300003 - ], - [ - -117.33422005199998, - 33.87271792400003 - ], - [ - -117.334217121, - 33.872717943000055 - ], - [ - -117.33416405999998, - 33.87271829400004 - ], - [ - -117.33410806199998, - 33.87271866400005 - ], - [ - -117.33402407499995, - 33.87271921900003 - ], - [ - -117.33399903799994, - 33.87271938500004 - ], - [ - -117.33396808199996, - 33.87271958900004 - ], - [ - -117.33391208899997, - 33.87271995900005 - ], - [ - -117.33385609299995, - 33.87272032900006 - ], - [ - -117.33380010199994, - 33.87272069900007 - ], - [ - -117.33374410699997, - 33.87272106900008 - ], - [ - -117.33368811399998, - 33.87272143900003 - ], - [ - -117.333632121, - 33.87272180900004 - ], - [ - -117.33357612599997, - 33.87272217900005 - ], - [ - -117.33352013399997, - 33.87272254900006 - ], - [ - -117.33347559299995, - 33.872722844000066 - ], - [ - -117.33346414, - 33.87272291800008 - ], - [ - -117.33338014999998, - 33.87272347500004 - ], - [ - -117.33329615999997, - 33.87272402900004 - ], - [ - -117.33324016499995, - 33.87272439700007 - ], - [ - -117.33318417399994, - 33.87272476800007 - ], - [ - -117.33312818099995, - 33.87272513900007 - ], - [ - -117.333072185, - 33.87272550800003 - ], - [ - -117.33301619399998, - 33.87272587600006 - ], - [ - -117.33296019999995, - 33.87272624700006 - ], - [ - -117.33290420599997, - 33.87272661600008 - ], - [ - -117.33284821299998, - 33.87272698500004 - ], - [ - -117.33279221799995, - 33.87272735600004 - ], - [ - -117.33273622399997, - 33.87272772700004 - ], - [ - -117.33265223499995, - 33.87272828000005 - ], - [ - -117.33259624199997, - 33.87272864900007 - ], - [ - -117.33254024599995, - 33.872729020000065 - ], - [ - -117.33248425499994, - 33.87272938700005 - ], - [ - -117.33242826099996, - 33.87272975800005 - ], - [ - -117.33237226799997, - 33.87273012700007 - ], - [ - -117.332316274, - 33.87273049700008 - ], - [ - -117.33226028099995, - 33.87273086600004 - ], - [ - -117.33220428599998, - 33.87273123500006 - ], - [ - -117.33214829199994, - 33.87273160400008 - ], - [ - -117.33206430499996, - 33.872732159000066 - ], - [ - -117.33200830899995, - 33.87273252800003 - ], - [ - -117.33195231599996, - 33.87273289800004 - ], - [ - -117.33189632199998, - 33.87273326600007 - ], - [ - -117.33181233199997, - 33.872733820000064 - ], - [ - -117.33135328699996, - 33.87273684500008 - ], - [ - -117.33091593299997, - 33.87274386800004 - ], - [ - -117.33085970099995, - 33.872744770000054 - ], - [ - -117.33080371899996, - 33.87274566900004 - ], - [ - -117.33074748699994, - 33.87274657300003 - ], - [ - -117.33069125999998, - 33.87274747500004 - ], - [ - -117.33063527499996, - 33.872748374000025 - ], - [ - -117.330579291, - 33.87274927100003 - ], - [ - -117.33052330799995, - 33.872750170000074 - ], - [ - -117.33046732699995, - 33.87275106800007 - ], - [ - -117.33041134599995, - 33.872751967000056 - ], - [ - -117.33035535999994, - 33.87275286600004 - ], - [ - -117.33029937699996, - 33.87275376400004 - ], - [ - -117.33024314499994, - 33.87275466800003 - ], - [ - -117.33018716099997, - 33.872755565000034 - ], - [ - -117.33013117999997, - 33.87275646400008 - ], - [ - -117.33007519799997, - 33.872757361000026 - ], - [ - -117.33001921699997, - 33.87275826000007 - ], - [ - -117.32996323099997, - 33.872759159000054 - ], - [ - -117.32990724899997, - 33.87276005900003 - ], - [ - -117.329851266, - 33.87276095500005 - ], - [ - -117.32979528299995, - 33.87276185400003 - ], - [ - -117.32973929999997, - 33.872762753000075 - ], - [ - -117.329683317, - 33.87276365200006 - ], - [ - -117.32962733399995, - 33.87276454900007 - ], - [ - -117.32957135199996, - 33.87276544600007 - ], - [ - -117.32951536799999, - 33.87276634400007 - ], - [ - -117.32945938599994, - 33.872767243000055 - ], - [ - -117.32940340099998, - 33.87276814100005 - ], - [ - -117.32934741999998, - 33.87276903900005 - ], - [ - -117.32929143699994, - 33.872769937000044 - ], - [ - -117.32923545399996, - 33.87277083500004 - ], - [ - -117.32917947099997, - 33.872771733000036 - ], - [ - -117.329123488, - 33.87277263100003 - ], - [ - -117.32906750499995, - 33.87277352700005 - ], - [ - -117.32901152199997, - 33.872774426000035 - ], - [ - -117.32895553999998, - 33.87277532400003 - ], - [ - -117.32889955799999, - 33.87277622300007 - ], - [ - -117.32884357299997, - 33.87277712100007 - ], - [ - -117.32878759199997, - 33.872778019000066 - ], - [ - -117.32873160899999, - 33.87277891700006 - ], - [ - -117.32867562599995, - 33.87277981500006 - ], - [ - -117.32861964299997, - 33.872780711000075 - ], - [ - -117.32856365999999, - 33.87278160900007 - ], - [ - -117.32850767699995, - 33.87278250600008 - ], - [ - -117.32845169499996, - 33.872783405000064 - ], - [ - -117.32839571099998, - 33.87278430200007 - ], - [ - -117.328339729, - 33.87278519900008 - ], - [ - -117.32828374499996, - 33.87278609700007 - ], - [ - -117.32822776299997, - 33.87278699600006 - ], - [ - -117.32817178, - 33.87278789100003 - ], - [ - -117.32811579599996, - 33.87278879000007 - ], - [ - -117.32805981299998, - 33.87278968700008 - ], - [ - -117.328003831, - 33.872790585000075 - ], - [ - -117.32794784899994, - 33.872791481000036 - ], - [ - -117.32789186699995, - 33.87279238000008 - ], - [ - -117.32783588099994, - 33.87279327600004 - ], - [ - -117.32777989899995, - 33.872794174000035 - ], - [ - -117.32772391499998, - 33.87279507300008 - ], - [ - -117.32766793299999, - 33.87279596800005 - ], - [ - -117.32761194999995, - 33.872796866000044 - ], - [ - -117.32755596799996, - 33.87279776400004 - ], - [ - -117.32747199399995, - 33.87279910800004 - ], - [ - -117.32741601099997, - 33.87280000800007 - ], - [ - -117.32698687799996, - 33.87280688300007 - ], - [ - -117.32657626599996, - 33.87281346100008 - ], - [ - -117.32652028299998, - 33.872814359000074 - ], - [ - -117.32646429999994, - 33.872815254000045 - ], - [ - -117.32640831699996, - 33.87281615200004 - ], - [ - -117.32632434499999, - 33.87281749700003 - ], - [ - -117.32626836199995, - 33.872818394000035 - ], - [ - -117.326212377, - 33.87281929000005 - ], - [ - -117.32612865099998, - 33.872820631000025 - ], - [ - -117.32604467699997, - 33.87282197600007 - ], - [ - -117.32576476199995, - 33.87282645800008 - ], - [ - -117.32570877999996, - 33.87282735400004 - ], - [ - -117.32565279599999, - 33.872828251000044 - ], - [ - -117.325596814, - 33.87282914700006 - ], - [ - -117.32554083099996, - 33.87283004500006 - ], - [ - -117.32548484799997, - 33.872830941000075 - ], - [ - -117.325428865, - 33.87283184000006 - ], - [ - -117.32537288199995, - 33.87283273400004 - ], - [ - -117.32531689899997, - 33.87283363100005 - ], - [ - -117.325260916, - 33.872834527000066 - ], - [ - -117.32520493199996, - 33.87283542200004 - ], - [ - -117.32514894999997, - 33.872836319000044 - ], - [ - -117.32509296699999, - 33.87283721500006 - ], - [ - -117.32503698399995, - 33.87283811000003 - ], - [ - -117.32498100099997, - 33.87283900700004 - ], - [ - -117.32492501899998, - 33.872839903000056 - ], - [ - -117.32486903599994, - 33.87284079800003 - ], - [ - -117.32481305199997, - 33.87284169600008 - ], - [ - -117.32475706899999, - 33.87284259100005 - ], - [ - -117.32470108599995, - 33.87284348700007 - ], - [ - -117.32464510199998, - 33.872844384000075 - ], - [ - -117.32458911999998, - 33.87284527800006 - ], - [ - -117.32453313899998, - 33.872846174000074 - ], - [ - -117.32444916199995, - 33.87284751900006 - ], - [ - -117.32439317899997, - 33.87284841400003 - ], - [ - -117.32433719699998, - 33.87284931100004 - ], - [ - -117.32422523199995, - 33.87285110300007 - ], - [ - -117.32416924799998, - 33.872851997000055 - ], - [ - -117.324113265, - 33.87285289400006 - ], - [ - -117.32405728199996, - 33.87285378800004 - ], - [ - -117.32400129899997, - 33.87285468500005 - ], - [ - -117.32394531499995, - 33.87285558000008 - ], - [ - -117.32388933399994, - 33.87285647500005 - ], - [ - -117.32383334999997, - 33.872857371000066 - ], - [ - -117.32377736799998, - 33.87285826600004 - ], - [ - -117.32372138499994, - 33.872859163000044 - ], - [ - -117.32366539999998, - 33.87286005800007 - ], - [ - -117.323609418, - 33.87286095400003 - ], - [ - -117.32355343499995, - 33.87286185000005 - ], - [ - -117.32349745299996, - 33.87286274500008 - ], - [ - -117.32344146999998, - 33.87286364000005 - ], - [ - -117.32338548499996, - 33.87286453400003 - ], - [ - -117.32332950299997, - 33.872865432000026 - ], - [ - -117.32327351999999, - 33.872866327000054 - ], - [ - -117.32321753699995, - 33.872867222000025 - ], - [ - -117.32316155499996, - 33.87286811800004 - ], - [ - -117.32310557099999, - 33.87286901300007 - ], - [ - -117.32304958599997, - 33.87286990700005 - ], - [ - -117.322608463, - 33.87287696000004 - ], - [ - -117.32218226099997, - 33.87288248200008 - ], - [ - -117.32209827699995, - 33.87288356900007 - ], - [ - -117.32204243599995, - 33.87288429400007 - ], - [ - -117.32195845299998, - 33.87288538100006 - ], - [ - -117.32190246699997, - 33.87288610600007 - ], - [ - -117.32184647699995, - 33.87288683100007 - ], - [ - -117.321790492, - 33.872887554000044 - ], - [ - -117.32131459199996, - 33.87289371700007 - ], - [ - -117.32125860499997, - 33.872894442000074 - ], - [ - -117.32120261499995, - 33.872895166000035 - ], - [ - -117.32114662799995, - 33.87289589200003 - ], - [ - -117.32109063999997, - 33.87289661600005 - ], - [ - -117.321034651, - 33.872897341000055 - ], - [ - -117.32097866399994, - 33.87289806500007 - ], - [ - -117.32092267599995, - 33.87289879000008 - ], - [ - -117.32086668899996, - 33.872899516000075 - ], - [ - -117.320810699, - 33.87290023800006 - ], - [ - -117.32075471299999, - 33.87290096400005 - ], - [ - -117.32069872199997, - 33.872901687000024 - ], - [ - -117.32064273499998, - 33.87290241300008 - ], - [ - -117.32058674799998, - 33.87290313700004 - ], - [ - -117.32053076099999, - 33.872903861000054 - ], - [ - -117.32047477299994, - 33.87290458600006 - ], - [ - -117.32041878299998, - 33.87290531100007 - ], - [ - -117.32036279599998, - 33.87290603300005 - ], - [ - -117.32030680899999, - 33.872906759000045 - ], - [ - -117.32022282499997, - 33.87290784500004 - ], - [ - -117.32016683699999, - 33.87290856800007 - ], - [ - -117.32011085, - 33.87290929300008 - ], - [ - -117.32002686799996, - 33.872910380000064 - ], - [ - -117.31997087999997, - 33.87291110500007 - ], - [ - -117.31991489099994, - 33.87291182700005 - ], - [ - -117.31985890399994, - 33.87291255200006 - ], - [ - -117.31980291699995, - 33.87291327600008 - ], - [ - -117.31974692799997, - 33.87291400100003 - ], - [ - -117.31969093999999, - 33.872914725000044 - ], - [ - -117.31963494999997, - 33.87291544900006 - ], - [ - -117.31957896399996, - 33.87291617300008 - ], - [ - -117.31952297499998, - 33.87291689700004 - ], - [ - -117.31946698899998, - 33.872917622000045 - ], - [ - -117.31941099899996, - 33.87291834500007 - ], - [ - -117.319355009, - 33.872919069000034 - ], - [ - -117.31927102999998, - 33.87292015200006 - ], - [ - -117.31921504099995, - 33.87292087800006 - ], - [ - -117.31915905399995, - 33.872921602000076 - ], - [ - -117.31910306599997, - 33.87292232500005 - ], - [ - -117.31904707599995, - 33.872923050000054 - ], - [ - -117.31899108899995, - 33.872923771000046 - ], - [ - -117.31893510299994, - 33.87292449700004 - ], - [ - -117.31887911499996, - 33.87292522100006 - ], - [ - -117.31882312399995, - 33.87292594400003 - ], - [ - -117.31876713699995, - 33.87292666800005 - ], - [ - -117.31871114899997, - 33.872927394000044 - ], - [ - -117.31865516099998, - 33.87292811400005 - ], - [ - -117.31859917099996, - 33.87292883900005 - ], - [ - -117.31854318399996, - 33.872929562000024 - ], - [ - -117.31848719599998, - 33.87293028600004 - ], - [ - -117.31843120899998, - 33.87293101000006 - ], - [ - -117.31834722999997, - 33.87293209500007 - ], - [ - -117.31829123799997, - 33.87293281800004 - ], - [ - -117.31823525199997, - 33.872933542000055 - ], - [ - -117.31817926199994, - 33.872934265000026 - ], - [ - -117.31809528099996, - 33.872935350000034 - ], - [ - -117.31803929199998, - 33.87293607400005 - ], - [ - -117.31798330499998, - 33.87293679700008 - ], - [ - -117.31792731699994, - 33.87293751900006 - ], - [ - -117.31787132899996, - 33.87293824400007 - ], - [ - -117.31781533999998, - 33.87293896500006 - ], - [ - -117.31775935199994, - 33.87293969000007 - ], - [ - -117.31770336399995, - 33.87294041300004 - ], - [ - -117.31764737599997, - 33.872941135000076 - ], - [ - -117.31759138799998, - 33.872941859000036 - ], - [ - -117.3175354, - 33.872942583000054 - ], - [ - -117.31747941199995, - 33.872943305000035 - ], - [ - -117.31742342499996, - 33.87294402800006 - ], - [ - -117.317367435, - 33.872944750000045 - ], - [ - -117.31731144899999, - 33.87294547300007 - ], - [ - -117.31725545999996, - 33.87294619900007 - ], - [ - -117.31719947199997, - 33.87294691900007 - ], - [ - -117.31714348299994, - 33.87294764200004 - ], - [ - -117.31708749499995, - 33.87294836600006 - ], - [ - -117.31703150599998, - 33.87294908800004 - ], - [ - -117.31697551899998, - 33.87294981100007 - ], - [ - -117.31691953199999, - 33.87295053400004 - ], - [ - -117.31686354299995, - 33.87295125700007 - ], - [ - -117.31680755699995, - 33.87295198100003 - ], - [ - -117.316751566, - 33.87295270300007 - ], - [ - -117.31669557899994, - 33.87295342600004 - ], - [ - -117.31664272699999, - 33.872954106000066 - ], - [ - -117.31663959199994, - 33.872954148000076 - ], - [ - -117.31658360299997, - 33.87295487000006 - ], - [ - -117.31652761599997, - 33.87295559300003 - ], - [ - -117.31647162599995, - 33.87295631600006 - ], - [ - -117.31642446099994, - 33.87295692500004 - ], - [ - -117.31641563999995, - 33.87295703900003 - ], - [ - -117.316161395, - 33.87296031900007 - ], - [ - -117.31586909899994, - 33.87296409100003 - ], - [ - -117.31564695699996, - 33.87296695600003 - ], - [ - -117.31537220099995, - 33.872970501000054 - ], - [ - -117.31503901599996, - 33.87297479700004 - ], - [ - -117.31479930399996, - 33.87297788800004 - ], - [ - -117.31430843399994, - 33.87298421600008 - ], - [ - -117.31405684599997, - 33.87298745800007 - ], - [ - -117.31389797099996, - 33.87298950700006 - ], - [ - -117.31375332399995, - 33.87299111900006 - ], - [ - -117.31375282899995, - 33.87368111200004 - ], - [ - -117.31375076599994, - 33.876558027000044 - ], - [ - -117.31374810799997, - 33.88026100700006 - ], - [ - -117.313746891, - 33.88195691400006 - ], - [ - -117.31374686299995, - 33.88313106500004 - ], - [ - -117.31374686299995, - 33.88315650800007 - ], - [ - -117.31374682799998, - 33.884619910000026 - ], - [ - -117.31374673999994, - 33.88813071100003 - ], - [ - -117.31250195999996, - 33.88786430300007 - ], - [ - -117.31211187799994, - 33.88778874800005 - ], - [ - -117.31185035799996, - 33.88774397800006 - ], - [ - -117.31145587099996, - 33.88768522200007 - ], - [ - -117.31119218099997, - 33.887651461000075 - ], - [ - -117.31079460399997, - 33.887609492000024 - ], - [ - -117.31039583699999, - 33.887577701000055 - ], - [ - -117.310129728, - 33.88756209500008 - ], - [ - -117.309863023, - 33.88755116500005 - ], - [ - -117.30956338299995, - 33.88754400500005 - ], - [ - -117.30737923999999, - 33.88755182800003 - ], - [ - -117.30727049099994, - 33.887552216000074 - ], - [ - -117.30511364799997, - 33.88755990200008 - ], - [ - -117.30509754099995, - 33.88756007000006 - ], - [ - -117.30135426299995, - 33.88757333900003 - ], - [ - -117.30135390699996, - 33.887573280000026 - ], - [ - -117.30124592299995, - 33.88757366200008 - ], - [ - -117.30077188299998, - 33.88757534300004 - ], - [ - -117.300672277, - 33.887575697000045 - ], - [ - -117.30014861499996, - 33.88757755000006 - ], - [ - -117.299888152, - 33.88757847100004 - ], - [ - -117.29955338699995, - 33.887579654000035 - ], - [ - -117.29926975899997, - 33.887580666000076 - ], - [ - -117.29900125599994, - 33.88758160400005 - ], - [ - -117.29877697099994, - 33.88758239600003 - ], - [ - -117.298579701, - 33.88758309100007 - ], - [ - -117.29838243199998, - 33.88758378600005 - ], - [ - -117.29818516299997, - 33.88758448100003 - ], - [ - -117.29798789399996, - 33.88758517600007 - ], - [ - -117.29779062399996, - 33.887585870000066 - ], - [ - -117.29759335499995, - 33.88758656500005 - ], - [ - -117.297396086, - 33.88758725800005 - ], - [ - -117.29719881699998, - 33.88758795100006 - ], - [ - -117.29700154799997, - 33.88758864500005 - ], - [ - -117.29633736099998, - 33.887590930000044 - ], - [ - -117.29554596099996, - 33.887605147000045 - ], - [ - -117.29534677799995, - 33.88760871300008 - ], - [ - -117.29514920699995, - 33.88761224500007 - ], - [ - -117.29495429699995, - 33.88761573200003 - ], - [ - -117.29475798299995, - 33.88761924200003 - ], - [ - -117.294564617, - 33.887622700000065 - ], - [ - -117.29436612499995, - 33.88762624900005 - ], - [ - -117.29417266899998, - 33.88762970600004 - ], - [ - -117.29397564899995, - 33.88763322900007 - ], - [ - -117.29377909899995, - 33.88763674200004 - ], - [ - -117.29352756999998, - 33.887641237000025 - ], - [ - -117.29314722099997, - 33.88764803500004 - ], - [ - -117.29266287399997, - 33.88765669000003 - ], - [ - -117.29220343099996, - 33.88766489500006 - ], - [ - -117.29211379699996, - 33.887666496000065 - ], - [ - -117.29211210099999, - 33.888059260000034 - ], - [ - -117.29211086899994, - 33.88834408400004 - ], - [ - -117.29210988399996, - 33.88857219100004 - ], - [ - -117.29210947299998, - 33.88866722900008 - ], - [ - -117.29210886199996, - 33.88880845800003 - ], - [ - -117.29210800499999, - 33.88900652900003 - ], - [ - -117.29210728899994, - 33.88917220600007 - ], - [ - -117.29210657199997, - 33.88933788300005 - ], - [ - -117.29210585599998, - 33.88950356000004 - ], - [ - -117.29210514099998, - 33.88966923600003 - ], - [ - -117.29210454099996, - 33.88980801200006 - ], - [ - -117.29210442399994, - 33.88983491300007 - ], - [ - -117.29210370799996, - 33.89000058900007 - ], - [ - -117.29210299299996, - 33.89016626700004 - ], - [ - -117.29210227699997, - 33.890331943000035 - ], - [ - -117.29210156, - 33.89049761900003 - ], - [ - -117.29210151299998, - 33.89050838700007 - ], - [ - -117.29210084399995, - 33.89066329600007 - ], - [ - -117.29210012699997, - 33.890828973000055 - ], - [ - -117.29209941199997, - 33.89099464900005 - ], - [ - -117.292098695, - 33.89116032600003 - ], - [ - -117.29209798, - 33.891326003000074 - ], - [ - -117.29209726299996, - 33.89149168000006 - ], - [ - -117.29209654399995, - 33.89165735600005 - ], - [ - -117.29209582899995, - 33.89182303300004 - ], - [ - -117.29209511299996, - 33.89198870900003 - ], - [ - -117.29209439699997, - 33.89215438600007 - ], - [ - -117.29209368199997, - 33.89232006300006 - ], - [ - -117.29209296599998, - 33.89248574000004 - ], - [ - -117.29209213399997, - 33.892678096000054 - ], - [ - -117.29209098299998, - 33.89294448000004 - ], - [ - -117.29208992199995, - 33.89318984300007 - ], - [ - -117.292088203, - 33.89358733000006 - ], - [ - -117.29208711099994, - 33.89383967200007 - ], - [ - -117.29208639299998, - 33.89400646100006 - ], - [ - -117.292085698, - 33.89416694500005 - ], - [ - -117.29208498, - 33.894332994000024 - ], - [ - -117.29208426399998, - 33.89449861800006 - ], - [ - -117.29208353699994, - 33.89466651600003 - ], - [ - -117.29208283, - 33.89483015900004 - ], - [ - -117.29208216299998, - 33.89498432500005 - ], - [ - -117.29208212699996, - 33.89499277200008 - ], - [ - -117.29208141199996, - 33.89515801600004 - ], - [ - -117.29208068899999, - 33.89532511300007 - ], - [ - -117.29208000199998, - 33.89548429400003 - ], - [ - -117.29207929599994, - 33.89564765200004 - ], - [ - -117.29207858599995, - 33.89581195000005 - ], - [ - -117.29207786399996, - 33.895978902000024 - ], - [ - -117.29207716899998, - 33.89613985700004 - ], - [ - -117.29207645799994, - 33.89630425000007 - ], - [ - -117.29207572799999, - 33.89647314200005 - ], - [ - -117.292075346, - 33.89656137400004 - ], - [ - -117.29207498699998, - 33.896644439000056 - ], - [ - -117.292074631, - 33.89672688200005 - ], - [ - -117.29207430399998, - 33.89680229900006 - ], - [ - -117.29207360099997, - 33.89696493100007 - ], - [ - -117.292072884, - 33.897130541000024 - ], - [ - -117.292072164, - 33.89729721900005 - ], - [ - -117.29207145299995, - 33.89746178100006 - ], - [ - -117.29207074599998, - 33.897625091000066 - ], - [ - -117.29206982699998, - 33.89783807200007 - ], - [ - -117.29206910699997, - 33.898004395000044 - ], - [ - -117.29206873299995, - 33.898090496000066 - ], - [ - -117.29206836999998, - 33.89817481500006 - ], - [ - -117.29206802199997, - 33.898255316000075 - ], - [ - -117.29206766199997, - 33.89833867200008 - ], - [ - -117.29206671099996, - 33.898558527000034 - ], - [ - -117.29206551299995, - 33.898835543000075 - ], - [ - -117.29206448899998, - 33.899072483000054 - ], - [ - -117.29206413099996, - 33.89915520900007 - ], - [ - -117.29206377699995, - 33.89923702500005 - ], - [ - -117.29206268699994, - 33.89948942400002 - ], - [ - -117.29206183999997, - 33.89968520000008 - ], - [ - -117.29206129, - 33.89981264200003 - ], - [ - -117.29206098599997, - 33.89988251800003 - ], - [ - -117.29206016999996, - 33.900071352000055 - ], - [ - -117.29205935799996, - 33.90025923300004 - ], - [ - -117.29205850799997, - 33.90045583500006 - ], - [ - -117.29205815299997, - 33.90053779300007 - ], - [ - -117.29205766299998, - 33.90065109900007 - ], - [ - -117.29205679399996, - 33.90085207200008 - ], - [ - -117.29205594599995, - 33.90104818900005 - ], - [ - -117.29205512299995, - 33.90123855400003 - ], - [ - -117.29205429399997, - 33.90142996000003 - ], - [ - -117.29205350899997, - 33.901611959000036 - ], - [ - -117.29205267499998, - 33.90180448700005 - ], - [ - -117.29205185, - 33.90199577300007 - ], - [ - -117.29205103399994, - 33.90218439900008 - ], - [ - -117.29205100299998, - 33.90219193900003 - ], - [ - -117.29205064499996, - 33.90227438800002 - ], - [ - -117.29205020799998, - 33.902375214000074 - ], - [ - -117.29204938599997, - 33.90256548100007 - ], - [ - -117.29204903299996, - 33.902647056000035 - ], - [ - -117.29204858499997, - 33.90275078800005 - ], - [ - -117.29204772899999, - 33.90294869200005 - ], - [ - -117.29204687199996, - 33.90314651600005 - ], - [ - -117.29204602599998, - 33.90334235000006 - ], - [ - -117.29204442499997, - 33.90371253400008 - ], - [ - -117.29204303699998, - 33.904033480000066 - ], - [ - -117.29204268099994, - 33.90411560900003 - ], - [ - -117.29214196899994, - 33.90411511600007 - ], - [ - -117.292222171, - 33.90411472000005 - ], - [ - -117.29230455899994, - 33.90411431000007 - ], - [ - -117.29238695, - 33.90411390300005 - ], - [ - -117.29246933799999, - 33.90411349400006 - ], - [ - -117.29255172699999, - 33.90411308500006 - ], - [ - -117.29257036599995, - 33.90411299300007 - ], - [ - -117.29257207199998, - 33.90411298500004 - ], - [ - -117.29263411399995, - 33.90411267700006 - ], - [ - -117.29271650399994, - 33.90411226900005 - ], - [ - -117.29279889199995, - 33.90411186100005 - ], - [ - -117.29288128, - 33.90411145000007 - ], - [ - -117.29296366899996, - 33.90411104300006 - ], - [ - -117.29296688099998, - 33.904111026000066 - ], - [ - -117.29297009099997, - 33.904111011000055 - ], - [ - -117.29304605799996, - 33.90411063400006 - ], - [ - -117.29312844599997, - 33.90411022500007 - ], - [ - -117.29321083599996, - 33.90410981500003 - ], - [ - -117.29324448799997, - 33.90410964700004 - ], - [ - -117.29329322399997, - 33.90410940600003 - ], - [ - -117.29337561199998, - 33.90410899700004 - ], - [ - -117.29345800199997, - 33.90410858900003 - ], - [ - -117.29350047599996, - 33.904108378000046 - ], - [ - -117.29354038999998, - 33.90410817800006 - ], - [ - -117.29362277799999, - 33.90410777000005 - ], - [ - -117.29370516699998, - 33.90410736000007 - ], - [ - -117.29374432799995, - 33.904107166000074 - ], - [ - -117.29378755599998, - 33.904106951000074 - ], - [ - -117.29386994499998, - 33.90410654200008 - ], - [ - -117.29395233399998, - 33.90410613200004 - ], - [ - -117.29403472299998, - 33.90410572300004 - ], - [ - -117.29411711199998, - 33.90410531300006 - ], - [ - -117.2941995, - 33.904104904000064 - ], - [ - -117.29420736199995, - 33.90410486500008 - ], - [ - -117.294281889, - 33.904104493000034 - ], - [ - -117.29436427699994, - 33.90410408400004 - ], - [ - -117.29443337199996, - 33.90410374000004 - ], - [ - -117.29444666599994, - 33.904103676000034 - ], - [ - -117.29452905399995, - 33.90410326600005 - ], - [ - -117.29461144299995, - 33.904102855000076 - ], - [ - -117.29469263299995, - 33.90410245000004 - ], - [ - -117.29469383099996, - 33.904102444000046 - ], - [ - -117.29477622099995, - 33.90410203500005 - ], - [ - -117.29485860999995, - 33.90410162400008 - ], - [ - -117.29494099799996, - 33.904101214000036 - ], - [ - -117.29494425999997, - 33.904101198000035 - ], - [ - -117.29494752299996, - 33.90410118200003 - ], - [ - -117.29502338599997, - 33.90410080400005 - ], - [ - -117.29510577599996, - 33.90410039400007 - ], - [ - -117.29518741299995, - 33.90409998800004 - ], - [ - -117.29518816499996, - 33.90409998400003 - ], - [ - -117.29527055299997, - 33.90409957300005 - ], - [ - -117.29535294199997, - 33.90409916400006 - ], - [ - -117.29543441699997, - 33.90409875700004 - ], - [ - -117.29543532899999, - 33.90409875300003 - ], - [ - -117.29551771899997, - 33.904098342000054 - ], - [ - -117.29560010899996, - 33.90409793200007 - ], - [ - -117.29568249599998, - 33.90409752200003 - ], - [ - -117.295738686, - 33.904097240000056 - ], - [ - -117.29576488499998, - 33.904097111000056 - ], - [ - -117.29584727399998, - 33.90409670100007 - ], - [ - -117.295929662, - 33.90409628900005 - ], - [ - -117.296012051, - 33.90409587900007 - ], - [ - -117.29609444, - 33.90409546800004 - ], - [ - -117.29614868099998, - 33.904095195000025 - ], - [ - -117.296247167, - 33.904094705000034 - ], - [ - -117.29624768499997, - 33.90401232500005 - ], - [ - -117.29624773399996, - 33.904004619000034 - ], - [ - -117.296248677, - 33.90385463500007 - ], - [ - -117.29625210299997, - 33.903310205000025 - ], - [ - -117.2962536799999, - 33.903059797000026 - ], - [ - -117.29625498599995, - 33.90285202600006 - ], - [ - -117.29625837499998, - 33.90231341300006 - ], - [ - -117.296258621, - 33.90227439800003 - ], - [ - -117.296258895, - 33.902231063000045 - ], - [ - -117.29627549599996, - 33.902230893000024 - ], - [ - -117.29635784299995, - 33.90223004600006 - ], - [ - -117.29638992399998, - 33.90222971600008 - ], - [ - -117.29659896099997, - 33.90222756700007 - ], - [ - -117.29682157599996, - 33.902225275000035 - ], - [ - -117.29703506299995, - 33.90222307700003 - ], - [ - -117.29725277799997, - 33.90222083700007 - ], - [ - -117.29748445599995, - 33.90221845200006 - ], - [ - -117.29770207299998, - 33.90221621100005 - ], - [ - -117.29790930499996, - 33.90221407700005 - ], - [ - -117.29810336499997, - 33.90221207800005 - ], - [ - -117.29833694599995, - 33.902209672000026 - ], - [ - -117.29859791299998, - 33.90220698300004 - ], - [ - -117.29886280299996, - 33.902204253000036 - ], - [ - -117.29911874899994, - 33.902201613000045 - ], - [ - -117.29933559199998, - 33.902199379000024 - ], - [ - -117.29957561699996, - 33.90219690400005 - ], - [ - -117.29980098099998, - 33.902194579000025 - ], - [ - -117.30001730699996, - 33.90219234800003 - ], - [ - -117.30028572999998, - 33.90218957900004 - ], - [ - -117.30057591999997, - 33.90218658400005 - ], - [ - -117.30075034899994, - 33.90218478400004 - ], - [ - -117.30086087799998, - 33.90218364400005 - ], - [ - -117.30109142499998, - 33.902181262000056 - ], - [ - -117.30131106299996, - 33.90217899400005 - ], - [ - -117.30157052899995, - 33.90217631500008 - ], - [ - -117.30181417499995, - 33.902173797000046 - ], - [ - -117.30203274399997, - 33.90217154000004 - ], - [ - -117.30224526399996, - 33.90216934500006 - ], - [ - -117.30265457699994, - 33.902165112000034 - ], - [ - -117.30282270299995, - 33.90216337600003 - ], - [ - -117.30282339799999, - 33.90216336900005 - ], - [ - -117.30282306699996, - 33.90175990900008 - ], - [ - -117.30282343899995, - 33.90135010700004 - ], - [ - -117.30282359199998, - 33.90117874800006 - ], - [ - -117.30282374099994, - 33.90101435500003 - ], - [ - -117.30282409899996, - 33.90061832600003 - ], - [ - -117.302824349, - 33.900340639000035 - ], - [ - -117.30309814299994, - 33.90033625700005 - ], - [ - -117.30333534399995, - 33.90033246000007 - ], - [ - -117.30358475999998, - 33.900328467000065 - ], - [ - -117.30385306499994, - 33.90032417100008 - ], - [ - -117.30410559699999, - 33.900320126000054 - ], - [ - -117.30441817999997, - 33.90031512100006 - ], - [ - -117.30486306299997, - 33.90030799400006 - ], - [ - -117.305031666, - 33.90030529200004 - ], - [ - -117.30503323999994, - 33.90012099900002 - ], - [ - -117.30503549099996, - 33.89985773300003 - ], - [ - -117.30503826499995, - 33.899533131000055 - ], - [ - -117.30504004999995, - 33.89932429400005 - ], - [ - -117.30504151599996, - 33.89915255400007 - ], - [ - -117.30504300499996, - 33.89897842900007 - ], - [ - -117.30504458099995, - 33.898793838000074 - ], - [ - -117.30504620299996, - 33.898604257000045 - ], - [ - -117.30504718299994, - 33.89848935400005 - ], - [ - -117.30525964499998, - 33.89848744600005 - ], - [ - -117.30651040599997, - 33.89847642800004 - ], - [ - -117.30667314599998, - 33.898474993000036 - ], - [ - -117.307105622, - 33.89847118000006 - ], - [ - -117.30752240199996, - 33.89846750300006 - ], - [ - -117.30771898699999, - 33.89846576800005 - ], - [ - -117.307931441, - 33.89846389200005 - ], - [ - -117.30813064299997, - 33.898462135000045 - ], - [ - -117.30835433799996, - 33.89846016000007 - ], - [ - -117.30857350099996, - 33.89845822500007 - ], - [ - -117.308772923, - 33.89845646500004 - ], - [ - -117.30898531599996, - 33.89845458800005 - ], - [ - -117.30919330799998, - 33.89845275000005 - ], - [ - -117.309379203, - 33.89845110700003 - ], - [ - -117.30938849899997, - 33.898451032000025 - ], - [ - -117.30960373199997, - 33.89844931400006 - ], - [ - -117.30980461099995, - 33.89844771300005 - ], - [ - -117.31001975099997, - 33.89844599600008 - ], - [ - -117.31023499899999, - 33.89844427600008 - ], - [ - -117.31044727899996, - 33.89844258100004 - ], - [ - -117.31066690199998, - 33.89844082700006 - ], - [ - -117.31089075799997, - 33.89843903900004 - ], - [ - -117.31111609899995, - 33.89843723800004 - ], - [ - -117.31119830699998, - 33.898436580000066 - ], - [ - -117.31133851899995, - 33.89843525100002 - ], - [ - -117.31157427499994, - 33.89843301700006 - ], - [ - -117.31180980899995, - 33.89843078400003 - ], - [ - -117.31202940299994, - 33.89842870200005 - ], - [ - -117.31224876299996, - 33.898426622000045 - ], - [ - -117.31246841799998, - 33.89842453800003 - ], - [ - -117.31268939299997, - 33.89842244100004 - ], - [ - -117.31290598299995, - 33.898420386000055 - ], - [ - -117.31313437999995, - 33.89841821700003 - ], - [ - -117.3136179, - 33.898413627000025 - ], - [ - -117.31370328, - 33.898412816000075 - ], - [ - -117.31380272899997, - 33.89841187300004 - ], - [ - -117.31380155099998, - 33.89855661100006 - ], - [ - -117.31378709699999, - 33.90032824900004 - ], - [ - -117.31377305199999, - 33.90204968300003 - ], - [ - -117.31397071499998, - 33.90204735100008 - ], - [ - -117.31684987399996, - 33.90201333500005 - ], - [ - -117.31932176899994, - 33.901984079000044 - ], - [ - -117.31932313899995, - 33.90213143400007 - ], - [ - -117.31932400699998, - 33.90222459800003 - ], - [ - -117.31932760199999, - 33.902610440000046 - ], - [ - -117.31932834, - 33.90268958000007 - ], - [ - -117.31932925299998, - 33.90278760500007 - ], - [ - -117.31933272599997, - 33.903160445000026 - ], - [ - -117.31933835499996, - 33.90376472200006 - ], - [ - -117.31934152099996, - 33.90410452200007 - ], - [ - -117.319343216, - 33.90428653600003 - ], - [ - -117.31934503999997, - 33.904482286000075 - ], - [ - -117.31934683099996, - 33.90467457300008 - ], - [ - -117.31934861299999, - 33.90486586000003 - ], - [ - -117.319350295, - 33.905046267000046 - ], - [ - -117.31935196799998, - 33.90522596100004 - ], - [ - -117.31935364199995, - 33.905405538000025 - ], - [ - -117.31935531699997, - 33.90558559600004 - ], - [ - -117.31935698399997, - 33.905764357000066 - ], - [ - -117.31935865499997, - 33.90594383800004 - ], - [ - -117.319360696, - 33.906162883000036 - ], - [ - -117.31936226699997, - 33.90633152300006 - ], - [ - -117.31936387699994, - 33.90650421400005 - ], - [ - -117.31936550799998, - 33.90667921600004 - ], - [ - -117.31936710599996, - 33.90685078100006 - ], - [ - -117.31936898999999, - 33.907053027000075 - ], - [ - -117.31937056599998, - 33.90722224900003 - ], - [ - -117.31937219499997, - 33.90739711300006 - ], - [ - -117.31937398599996, - 33.90758947000006 - ], - [ - -117.319375773, - 33.907781097000054 - ], - [ - -117.31937755699994, - 33.90797265100008 - ], - [ - -117.31937998499996, - 33.90823331100006 - ], - [ - -117.31938226699998, - 33.90847826700008 - ], - [ - -117.31938279999997, - 33.90882405100007 - ], - [ - -117.31938320399996, - 33.90908506400007 - ], - [ - -117.31938346499999, - 33.90925433700005 - ], - [ - -117.31903894699997, - 33.909261025000035 - ], - [ - -117.31893140799997, - 33.909262375000026 - ], - [ - -117.31864872099999, - 33.90926592200003 - ], - [ - -117.31839022799994, - 33.90926916500007 - ], - [ - -117.31813974199997, - 33.90927230500006 - ], - [ - -117.31793959999999, - 33.90927481600005 - ], - [ - -117.31773771999997, - 33.909277348000046 - ], - [ - -117.31754044999997, - 33.90927982100004 - ], - [ - -117.31734711099995, - 33.90928224500004 - ], - [ - -117.317152062, - 33.90928469000005 - ], - [ - -117.31680609199998, - 33.90928902500008 - ], - [ - -117.31654567799995, - 33.90929228700003 - ], - [ - -117.31654623099996, - 33.90946357200005 - ], - [ - -117.31654748299997, - 33.90985123200005 - ], - [ - -117.31654841999995, - 33.91014124800006 - ], - [ - -117.31654960399999, - 33.91050798500004 - ], - [ - -117.31655077899995, - 33.91087123800003 - ], - [ - -117.31655099199997, - 33.910937223000076 - ], - [ - -117.31655199099998, - 33.91124648500005 - ], - [ - -117.31655312799995, - 33.91159884000007 - ], - [ - -117.31624941099994, - 33.911602420000065 - ], - [ - -117.31604268299998, - 33.911604856000054 - ], - [ - -117.31583706299995, - 33.911607281000045 - ], - [ - -117.31563624699999, - 33.911609647000034 - ], - [ - -117.31542945599995, - 33.91161208300008 - ], - [ - -117.31522965899995, - 33.911614436000036 - ], - [ - -117.31502748799994, - 33.91161681800003 - ], - [ - -117.31481933699996, - 33.91161926800004 - ], - [ - -117.31461589199995, - 33.91162166400005 - ], - [ - -117.31439974699998, - 33.91162421000007 - ], - [ - -117.31395298799998, - 33.91162946800006 - ], - [ - -117.31391826199996, - 33.91162987700005 - ], - [ - -117.31378516499996, - 33.91163144300003 - ], - [ - -117.31378672899996, - 33.912818264000066 - ], - [ - -117.31378706899994, - 33.91307728100003 - ], - [ - -117.31378762099996, - 33.91349640300007 - ], - [ - -117.31378876399998, - 33.91436290300004 - ], - [ - -117.31378931799998, - 33.91478363700003 - ], - [ - -117.31379073799997, - 33.915862496000045 - ], - [ - -117.313682213, - 33.91586331600007 - ], - [ - -117.31335330699994, - 33.91586593000005 - ], - [ - -117.31304611699994, - 33.91586886600004 - ], - [ - -117.31245414199998, - 33.915874522000024 - ], - [ - -117.31212658299995, - 33.91587765100007 - ], - [ - -117.31194498299999, - 33.91587932300007 - ], - [ - -117.31159223099996, - 33.915882570000065 - ], - [ - -117.31136854099998, - 33.91588462800007 - ], - [ - -117.311160901, - 33.91588651400008 - ], - [ - -117.31115134599997, - 33.91588660000008 - ], - [ - -117.31094338099996, - 33.91588851200004 - ], - [ - -117.31074562999999, - 33.91589032700006 - ], - [ - -117.310686305, - 33.91589087300002 - ], - [ - -117.31055117699998, - 33.91589211400003 - ], - [ - -117.31034683299998, - 33.91589384700006 - ], - [ - -117.31024795599996, - 33.915894696000066 - ], - [ - -117.31015897399999, - 33.915895714000044 - ], - [ - -117.30996122099998, - 33.91589739200003 - ], - [ - -117.30973633499997, - 33.91589847400007 - ], - [ - -117.30953701399994, - 33.91589851400005 - ], - [ - -117.309391, - 33.91589921700006 - ], - [ - -117.30915039299998, - 33.91590046700003 - ], - [ - -117.308952633, - 33.91590135800004 - ], - [ - -117.30884386499997, - 33.91590184800003 - ], - [ - -117.30875816999998, - 33.91590236400003 - ], - [ - -117.30854722499998, - 33.91590333000005 - ], - [ - -117.30833957999994, - 33.91590453500004 - ], - [ - -117.30830332099998, - 33.915904445000024 - ], - [ - -117.30812204299997, - 33.91590555100004 - ], - [ - -117.30791109799998, - 33.91590651100006 - ], - [ - -117.30776277599995, - 33.915907040000036 - ], - [ - -117.30760852399999, - 33.91590797400005 - ], - [ - -117.30751813499995, - 33.915908314000035 - ], - [ - -117.30721050399995, - 33.91590948800007 - ], - [ - -117.30721080499995, - 33.91567500200006 - ], - [ - -117.30721072999995, - 33.91556040800003 - ], - [ - -117.30721058599994, - 33.915316379000046 - ], - [ - -117.30721061699995, - 33.91525317400004 - ], - [ - -117.307210436, - 33.91515699300004 - ], - [ - -117.30721034399994, - 33.91498936100004 - ], - [ - -117.30721032699995, - 33.914959133000025 - ], - [ - -117.30721025399998, - 33.91482722500007 - ], - [ - -117.30721016799998, - 33.91466783800007 - ], - [ - -117.30721007899996, - 33.91450570200004 - ], - [ - -117.307210237, - 33.91438203800004 - ], - [ - -117.30721020399994, - 33.914340819000074 - ], - [ - -117.307210076, - 33.91418417800003 - ], - [ - -117.30720999899995, - 33.914087997000024 - ], - [ - -117.30720994199999, - 33.91401929800003 - ], - [ - -117.30720981699994, - 33.91386265500006 - ], - [ - -117.30720976699996, - 33.913799450000056 - ], - [ - -117.30720968399999, - 33.913697773000024 - ], - [ - -117.30720953399998, - 33.91351151400005 - ], - [ - -117.30720420699998, - 33.91334451800003 - ], - [ - -117.30720579599995, - 33.91334450900007 - ], - [ - -117.30720740899994, - 33.91309303700007 - ], - [ - -117.30645697799997, - 33.913100315000065 - ], - [ - -117.30572137599995, - 33.91310744300006 - ], - [ - -117.30572156399995, - 33.913402563000034 - ], - [ - -117.30572164699998, - 33.91353666700007 - ], - [ - -117.30572170899995, - 33.91367736900003 - ], - [ - -117.30554328699998, - 33.91394021800005 - ], - [ - -117.30501889299995, - 33.91394931000008 - ], - [ - -117.30501879299999, - 33.91409880600003 - ], - [ - -117.30501889499999, - 33.91426781700005 - ], - [ - -117.30501842599995, - 33.914639360000024 - ], - [ - -117.30501836099995, - 33.91473829100005 - ], - [ - -117.30501813099994, - 33.91507940900004 - ], - [ - -117.30501785599995, - 33.91548452600006 - ], - [ - -117.30501704499994, - 33.91668413300005 - ], - [ - -117.30074496999998, - 33.91672581800003 - ], - [ - -117.29850398999997, - 33.916747626000074 - ], - [ - -117.29624596899998, - 33.916769558000055 - ], - [ - -117.28754461699998, - 33.91685593900007 - ], - [ - -117.28410218099998, - 33.916877817000056 - ], - [ - -117.28384387299997, - 33.91687945600006 - ], - [ - -117.283658216, - 33.91688063200007 - ], - [ - -117.28365816899998, - 33.91688063200007 - ], - [ - -117.28365760799994, - 33.91688063600003 - ], - [ - -117.28357965999999, - 33.916881129000046 - ], - [ - -117.28319725899996, - 33.91688355300005 - ], - [ - -117.28319728399998, - 33.91688361000007 - ], - [ - -117.28793486, - 33.92775801300007 - ], - [ - -117.28835762299997, - 33.92775503200005 - ], - [ - -117.28869758399998, - 33.928544733000024 - ], - [ - -117.288723845, - 33.92960896000005 - ], - [ - -117.28872389499998, - 33.929610644000036 - ], - [ - -117.288732311, - 33.929849786000034 - ], - [ - -117.28874582299994, - 33.93009044900003 - ], - [ - -117.288764373, - 33.93033087900005 - ], - [ - -117.28878795699995, - 33.93057100300007 - ], - [ - -117.28881656799996, - 33.930810747000066 - ], - [ - -117.28885020999996, - 33.93105014500003 - ], - [ - -117.28890691, - 33.931387219000044 - ], - [ - -117.28878977799997, - 33.931387948000065 - ], - [ - -117.28755007799998, - 33.93139588400004 - ], - [ - -117.28708900699996, - 33.93139970800007 - ], - [ - -117.287090289, - 33.93147846100004 - ], - [ - -117.28709051099997, - 33.93147846100004 - ], - [ - -117.28709139399996, - 33.93154623600003 - ], - [ - -117.28709141, - 33.93154744100008 - ], - [ - -117.28709142499997, - 33.93154864700006 - ], - [ - -117.28709144199996, - 33.931549853000035 - ], - [ - -117.28709145799996, - 33.93155105900007 - ], - [ - -117.28709147399996, - 33.93155226400006 - ], - [ - -117.28709148899998, - 33.93155346900005 - ], - [ - -117.28709150499998, - 33.931554676000076 - ], - [ - -117.28709152199997, - 33.931555881000065 - ], - [ - -117.28709153799997, - 33.931557087000044 - ], - [ - -117.28709155299998, - 33.93155829400007 - ], - [ - -117.28709156899998, - 33.93155949900006 - ], - [ - -117.28709158499998, - 33.93156070400005 - ], - [ - -117.28709160099999, - 33.93156191000003 - ], - [ - -117.28709161699999, - 33.931563115000074 - ], - [ - -117.28709185899999, - 33.93158193000005 - ], - [ - -117.28709210199997, - 33.93160049200003 - ], - [ - -117.28709211799998, - 33.931601699000055 - ], - [ - -117.28709213299999, - 33.931602904000044 - ], - [ - -117.28709214899999, - 33.931604109000034 - ], - [ - -117.28709216599998, - 33.93160531500007 - ], - [ - -117.28709218199998, - 33.93160652100005 - ], - [ - -117.287092197, - 33.93160772600004 - ], - [ - -117.28709222899994, - 33.93161013800005 - ], - [ - -117.28709224599999, - 33.93161134400003 - ], - [ - -117.28709226099994, - 33.93161254800003 - ], - [ - -117.28709229299994, - 33.93161496000005 - ], - [ - -117.28709230899995, - 33.93161616500004 - ], - [ - -117.28709232499995, - 33.93161737200006 - ], - [ - -117.28709234099995, - 33.93161857700005 - ], - [ - -117.28709235699995, - 33.93161978400008 - ], - [ - -117.28709237299995, - 33.93162098800008 - ], - [ - -117.28709238799996, - 33.931622194000056 - ], - [ - -117.28709240499995, - 33.931623400000035 - ], - [ - -117.28709242099995, - 33.93162460600007 - ], - [ - -117.28709243699996, - 33.93162581100006 - ], - [ - -117.28709245199997, - 33.93162701700004 - ], - [ - -117.28709246799997, - 33.931628223000075 - ], - [ - -117.28709249999997, - 33.931630633000054 - ], - [ - -117.28709251499998, - 33.93163184000008 - ], - [ - -117.28709253099998, - 33.93163304500007 - ], - [ - -117.28709254699999, - 33.93163425000006 - ], - [ - -117.28709256399998, - 33.93163545700003 - ], - [ - -117.28709257899999, - 33.931636662000074 - ], - [ - -117.287092595, - 33.93163786700006 - ], - [ - -117.287092611, - 33.93163907300004 - ], - [ - -117.287092627, - 33.93164027800003 - ], - [ - -117.287092643, - 33.93164148400007 - ], - [ - -117.28709265899994, - 33.93164269000005 - ], - [ - -117.28709267499994, - 33.931643896000026 - ], - [ - -117.28709269099994, - 33.93164510100007 - ], - [ - -117.28709270599995, - 33.93164630700005 - ], - [ - -117.28709272299994, - 33.93164751300003 - ], - [ - -117.28709273899995, - 33.931648718000076 - ], - [ - -117.28709275499995, - 33.931649924000055 - ], - [ - -117.28709276999996, - 33.931651130000034 - ], - [ - -117.28709278599996, - 33.931652335000024 - ], - [ - -117.28709281699997, - 33.93165474600005 - ], - [ - -117.28709283299997, - 33.93165595200003 - ], - [ - -117.28709284899998, - 33.931657158000064 - ], - [ - -117.28709286499998, - 33.931658363000054 - ], - [ - -117.28709288099998, - 33.93165956800004 - ], - [ - -117.28709289699998, - 33.93166077500007 - ], - [ - -117.28709291299998, - 33.93166198000006 - ], - [ - -117.28709292899998, - 33.93166318600004 - ], - [ - -117.287092944, - 33.93166439100003 - ], - [ - -117.28709296099998, - 33.93166559700006 - ], - [ - -117.28709297699999, - 33.93166680300004 - ], - [ - -117.28709299299999, - 33.93166800800003 - ], - [ - -117.28709300799994, - 33.931669215000056 - ], - [ - -117.28709302399994, - 33.931670420000046 - ], - [ - -117.287093041, - 33.931671624000046 - ], - [ - -117.287093057, - 33.93167283100007 - ], - [ - -117.287093073, - 33.93167403600006 - ], - [ - -117.28709308799995, - 33.93167524300003 - ], - [ - -117.28709310399995, - 33.93167644700003 - ], - [ - -117.28709312099994, - 33.931677654000055 - ], - [ - -117.28709313699994, - 33.931678858000055 - ], - [ - -117.28709315199995, - 33.931680064000034 - ], - [ - -117.28709316799996, - 33.93168127000007 - ], - [ - -117.28709318399996, - 33.93168247500006 - ], - [ - -117.28709319999996, - 33.93168368000005 - ], - [ - -117.28709321599996, - 33.931684887000074 - ], - [ - -117.28709324699997, - 33.93168729900003 - ], - [ - -117.28709326199998, - 33.93168850400008 - ], - [ - -117.28709329399999, - 33.93169091400006 - ], - [ - -117.28709332399995, - 33.93169332700006 - ], - [ - -117.28709335499997, - 33.93169573800003 - ], - [ - -117.28709337099997, - 33.931696944000066 - ], - [ - -117.28709340199998, - 33.931699355000035 - ], - [ - -117.28709354399996, - 33.93171020600005 - ], - [ - -117.28709357399998, - 33.93171261700007 - ], - [ - -117.28709358999998, - 33.93171382300005 - ], - [ - -117.28709362099994, - 33.93171623300003 - ], - [ - -117.28709363699994, - 33.93171744000006 - ], - [ - -117.28709365299994, - 33.931718645000046 - ], - [ - -117.28709366799995, - 33.931719850000036 - ], - [ - -117.28709369999996, - 33.93172226200005 - ], - [ - -117.28709372999998, - 33.931724673000076 - ], - [ - -117.28709374699997, - 33.931725879000055 - ], - [ - -117.28709376199998, - 33.931727085000034 - ], - [ - -117.28709377799998, - 33.93172829100007 - ], - [ - -117.28709379399999, - 33.93172949700005 - ], - [ - -117.28709380999999, - 33.93173070200004 - ], - [ - -117.28709382599999, - 33.93173190600004 - ], - [ - -117.287093842, - 33.931733113000064 - ], - [ - -117.287093858, - 33.93173431800005 - ], - [ - -117.287093874, - 33.93173552300004 - ], - [ - -117.28709388899995, - 33.93173673000007 - ], - [ - -117.28709390599994, - 33.93173793500006 - ], - [ - -117.28709392199994, - 33.93173914000005 - ], - [ - -117.28709395199996, - 33.93174155200006 - ], - [ - -117.28709396899995, - 33.93174275800004 - ], - [ - -117.28709399899998, - 33.93174516900007 - ], - [ - -117.28709401499998, - 33.931746375000046 - ], - [ - -117.287094046, - 33.93174878700006 - ], - [ - -117.287094062, - 33.93174999100006 - ], - [ - -117.28709409299995, - 33.931752403000075 - ], - [ - -117.28709410899995, - 33.931753609000054 - ], - [ - -117.28709412499995, - 33.93175481500003 - ], - [ - -117.28709415499998, - 33.93175722600006 - ], - [ - -117.28709417199997, - 33.93175843000006 - ], - [ - -117.287094202, - 33.931760842000074 - ], - [ - -117.287094218, - 33.93176204800005 - ], - [ - -117.287094234, - 33.93176325400003 - ], - [ - -117.28709425099998, - 33.93176445900008 - ], - [ - -117.28709426599994, - 33.93176566600005 - ], - [ - -117.28709429699995, - 33.931768076000026 - ], - [ - -117.28709432799997, - 33.93177048800004 - ], - [ - -117.28709434399997, - 33.93177169300003 - ], - [ - -117.28709435899998, - 33.931772900000055 - ], - [ - -117.28709437499998, - 33.931774105000045 - ], - [ - -117.28709439199997, - 33.931775310000035 - ], - [ - -117.28709440799997, - 33.931776515000024 - ], - [ - -117.28709442299998, - 33.93177772100006 - ], - [ - -117.28709443899999, - 33.93177892700004 - ], - [ - -117.28709445499999, - 33.93178013200003 - ], - [ - -117.28709447199998, - 33.931781338000064 - ], - [ - -117.287094487, - 33.93178254400004 - ], - [ - -117.28709451799995, - 33.93178495500007 - ], - [ - -117.28709453399995, - 33.93178616100005 - ], - [ - -117.28709454999995, - 33.93178736700003 - ], - [ - -117.28709456599995, - 33.93178857300006 - ], - [ - -117.28709458199995, - 33.93178977800005 - ], - [ - -117.28709459799995, - 33.93179098400003 - ], - [ - -117.28709461399995, - 33.93179219000007 - ], - [ - -117.28709462999996, - 33.93179339500006 - ], - [ - -117.28709464599996, - 33.931794600000046 - ], - [ - -117.28709467599998, - 33.93179701200006 - ], - [ - -117.28709469299997, - 33.93179821700005 - ], - [ - -117.28709470899997, - 33.931799424000076 - ], - [ - -117.28709472399999, - 33.931800629000065 - ], - [ - -117.28709473999999, - 33.931801834000055 - ], - [ - -117.28709475599999, - 33.931803040000034 - ], - [ - -117.28709477299998, - 33.93180424500002 - ], - [ - -117.287094788, - 33.93180545100006 - ], - [ - -117.28709480299995, - 33.93180665700004 - ], - [ - -117.28709481899995, - 33.93180786400006 - ], - [ - -117.28709485, - 33.93181027400004 - ], - [ - -117.28709486599996, - 33.93181148000008 - ], - [ - -117.28709488099997, - 33.93181268600006 - ], - [ - -117.28709489699997, - 33.93181389200004 - ], - [ - -117.28709491399997, - 33.93181509800007 - ], - [ - -117.28709492999997, - 33.93181630500004 - ], - [ - -117.28709496, - 33.93181871500008 - ], - [ - -117.287094976, - 33.931819921000056 - ], - [ - -117.28709499299998, - 33.931821126000045 - ], - [ - -117.287095008, - 33.931822331000035 - ], - [ - -117.28709502399994, - 33.93182353700007 - ], - [ - -117.2870950399999, - 33.93182474300005 - ], - [ - -117.28709510299996, - 33.931829565000044 - ], - [ - -117.28709514999997, - 33.93183318200005 - ], - [ - -117.28709518, - 33.93183559300007 - ], - [ - -117.28709519699999, - 33.93183679900005 - ], - [ - -117.28709521299999, - 33.93183800500003 - ], - [ - -117.28709522799994, - 33.93183921100007 - ], - [ - -117.28709524399994, - 33.931840417000046 - ], - [ - -117.28709527499996, - 33.93184282800007 - ], - [ - -117.28709529099996, - 33.93184403200007 - ], - [ - -117.28709530699996, - 33.93184523800005 - ], - [ - -117.28709532299996, - 33.93184644300004 - ], - [ - -117.28709535399997, - 33.931848855000055 - ], - [ - -117.28709538399994, - 33.93185126700007 - ], - [ - -117.28709539999994, - 33.93185247200006 - ], - [ - -117.28709541699999, - 33.93185367800004 - ], - [ - -117.28709543199994, - 33.931854884000074 - ], - [ - -117.28709544799995, - 33.931856089000064 - ], - [ - -117.28709546399995, - 33.93185729500004 - ], - [ - -117.28709547999995, - 33.93185850100008 - ], - [ - -117.28709549499996, - 33.93185970700006 - ], - [ - -117.28709552599997, - 33.931862118000026 - ], - [ - -117.28709554099999, - 33.93186332300007 - ], - [ - -117.28709555799998, - 33.93186452800006 - ], - [ - -117.28709557399998, - 33.93186573500003 - ], - [ - -117.28709558999998, - 33.93186694000008 - ], - [ - -117.287095605, - 33.931868147000046 - ], - [ - -117.287095637, - 33.931870556000035 - ], - [ - -117.28709565199995, - 33.93187176200007 - ], - [ - -117.28709566799995, - 33.93187296800005 - ], - [ - -117.28709569899996, - 33.931875379000076 - ], - [ - -117.28709571499996, - 33.931876586000044 - ], - [ - -117.28709573099997, - 33.93187779100003 - ], - [ - -117.28709574599998, - 33.93187899600008 - ], - [ - -117.28709576199998, - 33.93188020200006 - ], - [ - -117.28709577799998, - 33.93188140800004 - ], - [ - -117.287095793, - 33.93188261300003 - ], - [ - -117.28709580799995, - 33.93188382000005 - ], - [ - -117.28709582399995, - 33.93188502400005 - ], - [ - -117.28709583999995, - 33.93188623000003 - ], - [ - -117.28709585399997, - 33.93188743500008 - ], - [ - -117.28709586899998, - 33.93188864100006 - ], - [ - -117.28709588499999, - 33.931889847000036 - ], - [ - -117.2870959, - 33.931891052000026 - ], - [ - -117.28709592999996, - 33.93189346300005 - ], - [ - -117.28709594699995, - 33.93189466900003 - ], - [ - -117.28709596199997, - 33.93189587400008 - ], - [ - -117.287095992, - 33.931898286000035 - ], - [ - -117.28709600899998, - 33.93189949200007 - ], - [ - -117.287096024, - 33.93190069800005 - ], - [ - -117.28709603899995, - 33.93190190300004 - ], - [ - -117.28709605499995, - 33.931903110000064 - ], - [ - -117.28709606999996, - 33.931904314000064 - ], - [ - -117.28709608599996, - 33.931905519000054 - ], - [ - -117.28709610199996, - 33.93190672500003 - ], - [ - -117.28709611599999, - 33.93190793100007 - ], - [ - -117.28709613299998, - 33.93190913700005 - ], - [ - -117.28709614799999, - 33.93191034200004 - ], - [ - -117.28709616299994, - 33.93191154900006 - ], - [ - -117.28709617799996, - 33.93191275300006 - ], - [ - -117.28709619499995, - 33.93191395900004 - ], - [ - -117.28709621099995, - 33.93191516500008 - ], - [ - -117.28709622499997, - 33.93191637100006 - ], - [ - -117.28709623999998, - 33.931917576000046 - ], - [ - -117.28709625599998, - 33.931918782000025 - ], - [ - -117.28709627099994, - 33.93191998800006 - ], - [ - -117.28709628699994, - 33.93192119400004 - ], - [ - -117.28709630099996, - 33.93192239800004 - ], - [ - -117.28709654799997, - 33.93194160500008 - ], - [ - -117.28707651299999, - 33.93193146700003 - ], - [ - -117.28707585999996, - 33.93193113700005 - ], - [ - -117.28707481099997, - 33.93193060600004 - ], - [ - -117.28707310799996, - 33.93192974400006 - ], - [ - -117.28707140599994, - 33.93192888300007 - ], - [ - -117.28706970099995, - 33.93192802100003 - ], - [ - -117.28706905099995, - 33.931927691000055 - ], - [ - -117.287068, - 33.931927159000054 - ], - [ - -117.28706734699995, - 33.931926829000076 - ], - [ - -117.28706629799996, - 33.931926298000064 - ], - [ - -117.28706564599997, - 33.93192596800003 - ], - [ - -117.28706499199996, - 33.93192563800005 - ], - [ - -117.28706394199997, - 33.93192510700004 - ], - [ - -117.28706223799998, - 33.93192424600005 - ], - [ - -117.28706013699997, - 33.93192318200005 - ], - [ - -117.28705908699999, - 33.931922651000036 - ], - [ - -117.28705803699995, - 33.931922119000035 - ], - [ - -117.28705738499997, - 33.93192179000005 - ], - [ - -117.28705633399994, - 33.931921259000035 - ], - [ - -117.28705397899995, - 33.93192006700008 - ], - [ - -117.28705292899997, - 33.93191953500008 - ], - [ - -117.28705122599996, - 33.93191867400003 - ], - [ - -117.28704847199998, - 33.93191728100004 - ], - [ - -117.28704782099999, - 33.93191695000007 - ], - [ - -117.28704676999996, - 33.93191641900006 - ], - [ - -117.28704611799998, - 33.931916089000026 - ], - [ - -117.28704506799994, - 33.931915557000025 - ], - [ - -117.28704441599996, - 33.93191522700005 - ], - [ - -117.28704336499999, - 33.931914695000046 - ], - [ - -117.28704100999994, - 33.93191350400008 - ], - [ - -117.28703995999996, - 33.93191297300007 - ], - [ - -117.28703930799998, - 33.93191264200004 - ], - [ - -117.28703550299997, - 33.93191071700005 - ], - [ - -117.28703485199998, - 33.93191038700007 - ], - [ - -117.28703249799997, - 33.93190919500006 - ], - [ - -117.287031846, - 33.93190886600007 - ], - [ - -117.28703079399997, - 33.93190833400007 - ], - [ - -117.28703014299998, - 33.931908004000036 - ], - [ - -117.28702909199995, - 33.931907473000024 - ], - [ - -117.28702778799999, - 33.93190681200008 - ], - [ - -117.287025686, - 33.931905749000066 - ], - [ - -117.28702438199997, - 33.931905089000054 - ], - [ - -117.287023332, - 33.93190455800004 - ], - [ - -117.28702228199995, - 33.93190402700003 - ], - [ - -117.28702057799995, - 33.93190316500005 - ], - [ - -117.28701952899996, - 33.93190263300005 - ], - [ - -117.287018478, - 33.93190210100005 - ], - [ - -117.28701742799996, - 33.931901570000036 - ], - [ - -117.28701677499998, - 33.93190124000006 - ], - [ - -117.28701572399996, - 33.93190070700007 - ], - [ - -117.287014022, - 33.93189984600008 - ], - [ - -117.28701297199996, - 33.93189931500007 - ], - [ - -117.28701231999997, - 33.93189898400004 - ], - [ - -117.28701126899995, - 33.93189845300003 - ], - [ - -117.28701021899997, - 33.93189792100003 - ], - [ - -117.28700916799994, - 33.93189738900003 - ], - [ - -117.28700811699997, - 33.93189685800007 - ], - [ - -117.287007067, - 33.93189632700006 - ], - [ - -117.28700601599996, - 33.93189579500006 - ], - [ - -117.28700496599998, - 33.93189526400005 - ], - [ - -117.28700431399994, - 33.93189493400007 - ], - [ - -117.287002611, - 33.931894072000034 - ], - [ - -117.28700195799996, - 33.93189374200006 - ], - [ - -117.28700090799998, - 33.931893211000045 - ], - [ - -117.28699985699996, - 33.93189268000003 - ], - [ - -117.28699880699997, - 33.93189214800003 - ], - [ - -117.28699710499995, - 33.93189128600005 - ], - [ - -117.28699435099998, - 33.93188989300006 - ], - [ - -117.28699264899996, - 33.93188903200007 - ], - [ - -117.28698989499998, - 33.931887638000035 - ], - [ - -117.28698884399995, - 33.93188710600003 - ], - [ - -117.28698714299998, - 33.931886245000044 - ], - [ - -117.28698438899994, - 33.93188485100006 - ], - [ - -117.28698373799995, - 33.93188452100003 - ], - [ - -117.28698098499996, - 33.93188312800004 - ], - [ - -117.28697928199995, - 33.93188226600006 - ], - [ - -117.28697718099994, - 33.931881203000046 - ], - [ - -117.28697547899998, - 33.931880342000056 - ], - [ - -117.28697442699996, - 33.931879810000055 - ], - [ - -117.28697337799997, - 33.93187927900004 - ], - [ - -117.28697167499996, - 33.931878417000064 - ], - [ - -117.28696997099996, - 33.93187755500003 - ], - [ - -117.28696892099998, - 33.93187702400007 - ], - [ - -117.286966168, - 33.931875631000025 - ], - [ - -117.28696551699994, - 33.93187530000006 - ], - [ - -117.28696446699996, - 33.931874769000046 - ], - [ - -117.28696381299994, - 33.93187443900007 - ], - [ - -117.28696276299996, - 33.93187390700007 - ], - [ - -117.28696105999995, - 33.93187304600008 - ], - [ - -117.28696000999997, - 33.93187251400008 - ], - [ - -117.28695830699996, - 33.93187165300003 - ], - [ - -117.28695725699998, - 33.931871122000075 - ], - [ - -117.28695660399995, - 33.93187079200004 - ], - [ - -117.286954504, - 33.93186972800004 - ], - [ - -117.28695385099996, - 33.93186939800006 - ], - [ - -117.28695215, - 33.93186853700007 - ], - [ - -117.286950446, - 33.931867674000046 - ], - [ - -117.28694769299995, - 33.931866281000055 - ], - [ - -117.28694428899996, - 33.93186455800003 - ], - [ - -117.28694258599995, - 33.93186369700004 - ], - [ - -117.28694153499998, - 33.93186316500004 - ], - [ - -117.28693918, - 33.931861973000025 - ], - [ - -117.28693812999995, - 33.93186144200007 - ], - [ - -117.28693642699994, - 33.931860581000024 - ], - [ - -117.28693537699996, - 33.93186004900008 - ], - [ - -117.286934724, - 33.931859718000055 - ], - [ - -117.28693367399995, - 33.93185918700004 - ], - [ - -117.28693197099994, - 33.931858325000064 - ], - [ - -117.28693131999995, - 33.931857996000076 - ], - [ - -117.28693066599999, - 33.93185766600004 - ], - [ - -117.28692961599995, - 33.93185713400004 - ], - [ - -117.28692791499998, - 33.93185627300005 - ], - [ - -117.28692516199999, - 33.93185487900007 - ], - [ - -117.286923458, - 33.931854017000035 - ], - [ - -117.28692280699994, - 33.93185368700006 - ], - [ - -117.28692070499994, - 33.931852624000044 - ], - [ - -117.28691965499996, - 33.93185209200004 - ], - [ - -117.286919002, - 33.931851762000065 - ], - [ - -117.28691795199995, - 33.93185123100005 - ], - [ - -117.28691690199997, - 33.93185069900005 - ], - [ - -117.28691519799997, - 33.93184983800006 - ], - [ - -117.286914148, - 33.93184930500007 - ], - [ - -117.28691309799996, - 33.93184877500005 - ], - [ - -117.28691099599996, - 33.931847710000056 - ], - [ - -117.28690994599998, - 33.931847180000034 - ], - [ - -117.28690889599994, - 33.93184664800003 - ], - [ - -117.28690784599996, - 33.93184611600003 - ], - [ - -117.28690679599998, - 33.931845585000076 - ], - [ - -117.28690574499996, - 33.931845053000075 - ], - [ - -117.28690469499998, - 33.93184452100007 - ], - [ - -117.28690364399995, - 33.93184399000006 - ], - [ - -117.28690154399999, - 33.93184292600006 - ], - [ - -117.28690049199997, - 33.93184239500005 - ], - [ - -117.28689944299998, - 33.931841863000045 - ], - [ - -117.28688034699996, - 33.93183220000003 - ], - [ - -117.28686144099999, - 33.93182263400007 - ], - [ - -117.28686078899995, - 33.93182230300005 - ], - [ - -117.286859086, - 33.93182144200006 - ], - [ - -117.28685803399998, - 33.931820910000056 - ], - [ - -117.28685738399997, - 33.93182058100007 - ], - [ - -117.28685633299995, - 33.931820049000066 - ], - [ - -117.28685463, - 33.93181918700003 - ], - [ - -117.28685357899997, - 33.93181865500003 - ], - [ - -117.28685252999998, - 33.931818124000074 - ], - [ - -117.28685147899995, - 33.93181759200007 - ], - [ - -117.28685082599998, - 33.93181726200004 - ], - [ - -117.28684912399996, - 33.93181640000006 - ], - [ - -117.28684807399998, - 33.93181587000004 - ], - [ - -117.28684532099999, - 33.931814476000056 - ], - [ - -117.28684361799998, - 33.93181361400008 - ], - [ - -117.28684151599998, - 33.931812551000064 - ], - [ - -117.28683811299999, - 33.93181082900003 - ], - [ - -117.28683430799998, - 33.93180890300005 - ], - [ - -117.28683365499995, - 33.93180857300007 - ], - [ - -117.28683090199996, - 33.93180718100007 - ], - [ - -117.28682985199998, - 33.93180664800008 - ], - [ - -117.28682880199995, - 33.931806118000054 - ], - [ - -117.286827099, - 33.931805256000075 - ], - [ - -117.28682604799997, - 33.931804724000074 - ], - [ - -117.28682499699994, - 33.93180419200007 - ], - [ - -117.28682394799995, - 33.93180366100006 - ], - [ - -117.28682289699998, - 33.93180312900006 - ], - [ - -117.28682184599995, - 33.93180259700006 - ], - [ - -117.28682079599997, - 33.931802066000046 - ], - [ - -117.28682014399999, - 33.93180173700006 - ], - [ - -117.28681949199995, - 33.931801406000034 - ], - [ - -117.28681883999997, - 33.931801076000056 - ], - [ - -117.28681778899994, - 33.931800544000055 - ], - [ - -117.28681608599999, - 33.931799683000065 - ], - [ - -117.28681438399997, - 33.93179882100003 - ], - [ - -117.28681267999997, - 33.93179795900005 - ], - [ - -117.28681163099998, - 33.93179742900003 - ], - [ - -117.28681097899994, - 33.93179709800006 - ], - [ - -117.28680992899996, - 33.93179656700005 - ], - [ - -117.28680887699994, - 33.93179603500005 - ], - [ - -117.28680822499996, - 33.93179570500007 - ], - [ - -117.28680757299998, - 33.931795374000046 - ], - [ - -117.28680652399999, - 33.931794843000034 - ], - [ - -117.28680587099996, - 33.93179451300006 - ], - [ - -117.28680416699996, - 33.93179365100008 - ], - [ - -117.28680311699998, - 33.931793120000066 - ], - [ - -117.28680206599995, - 33.931792588000064 - ], - [ - -117.28680141599995, - 33.93179225800003 - ], - [ - -117.28680036499998, - 33.93179172600003 - ], - [ - -117.28679800999998, - 33.93179053400007 - ], - [ - -117.28679695899996, - 33.93179000200007 - ], - [ - -117.286795257, - 33.931789141000024 - ], - [ - -117.28679355499997, - 33.931788280000035 - ], - [ - -117.28679185199996, - 33.931787417000066 - ], - [ - -117.28679080099994, - 33.931786886000054 - ], - [ - -117.28679014899996, - 33.93178655600008 - ], - [ - -117.28678949799996, - 33.93178622600004 - ], - [ - -117.286788447, - 33.93178569400004 - ], - [ - -117.28678779499995, - 33.93178536500005 - ], - [ - -117.28678609199994, - 33.93178450200003 - ], - [ - -117.28678439, - 33.93178364200003 - ], - [ - -117.28678268599998, - 33.93178278000005 - ], - [ - -117.28678163599994, - 33.93178224800005 - ], - [ - -117.28678058599996, - 33.931781717000035 - ], - [ - -117.28677993399998, - 33.93178138800005 - ], - [ - -117.28677888399994, - 33.931780855000056 - ], - [ - -117.28677783199998, - 33.931780323000055 - ], - [ - -117.28677717999994, - 33.93177999400007 - ], - [ - -117.28677612999996, - 33.931779462000065 - ], - [ - -117.28677547799998, - 33.93177913200003 - ], - [ - -117.28677442799994, - 33.931778601000076 - ], - [ - -117.28677337699997, - 33.931778069000075 - ], - [ - -117.28677232599995, - 33.93177753600003 - ], - [ - -117.28677167499995, - 33.93177720600005 - ], - [ - -117.28677062399998, - 33.93177667500004 - ], - [ - -117.28676957299996, - 33.931776143000036 - ], - [ - -117.28676786999995, - 33.931775282000046 - ], - [ - -117.28676576999999, - 33.93177421900003 - ], - [ - -117.28676236399997, - 33.931772495000075 - ], - [ - -117.28676131399999, - 33.93177196400006 - ], - [ - -117.28675856099994, - 33.931770570000026 - ], - [ - -117.28675751099996, - 33.93177003900007 - ], - [ - -117.28675580799995, - 33.931769177000035 - ], - [ - -117.28675475699998, - 33.93176864600008 - ], - [ - -117.28675370699995, - 33.93176811400008 - ], - [ - -117.28675265599998, - 33.93176758200008 - ], - [ - -117.28674990299999, - 33.93176618900003 - ], - [ - -117.28674820099997, - 33.93176532700005 - ], - [ - -117.28674715099999, - 33.93176479600004 - ], - [ - -117.28674609899997, - 33.93176426400004 - ], - [ - -117.286745049, - 33.931763733000025 - ], - [ - -117.28674439699995, - 33.93176340300005 - ], - [ - -117.28674269499999, - 33.93176254100007 - ], - [ - -117.28674164399996, - 33.93176201000006 - ], - [ - -117.28674059399998, - 33.931761477000066 - ], - [ - -117.28673889099997, - 33.931760616000076 - ], - [ - -117.286737841, - 33.931760085000064 - ], - [ - -117.28673718799996, - 33.93175975400004 - ], - [ - -117.28671727499994, - 33.931749678000074 - ], - [ - -117.28669813799996, - 33.931739993000065 - ], - [ - -117.286697087, - 33.93173946100006 - ], - [ - -117.28669538399998, - 33.93173859900003 - ], - [ - -117.28669368099997, - 33.93173773800004 - ], - [ - -117.28669157999997, - 33.931736675000025 - ], - [ - -117.28669052899994, - 33.93173614400007 - ], - [ - -117.28668842899998, - 33.931735081000056 - ], - [ - -117.28668777699994, - 33.93173475000003 - ], - [ - -117.28668607399999, - 33.93173388900004 - ], - [ - -117.28668437099998, - 33.931733026000074 - ], - [ - -117.28668332099994, - 33.93173249600005 - ], - [ - -117.28668227099996, - 33.93173196400005 - ], - [ - -117.28668122, - 33.93173143300004 - ], - [ - -117.28668016899996, - 33.93173090200003 - ], - [ - -117.28667911799994, - 33.93173037100007 - ], - [ - -117.28667846499997, - 33.93173004000005 - ], - [ - -117.28667741499999, - 33.931729509000036 - ], - [ - -117.28667571299997, - 33.931728648000046 - ], - [ - -117.28667295999998, - 33.931727255000055 - ], - [ - -117.28667020699999, - 33.931725862000064 - ], - [ - -117.286667852, - 33.93172467000005 - ], - [ - -117.28666680099997, - 33.93172413800005 - ], - [ - -117.28666509799996, - 33.93172327700006 - ], - [ - -117.28666404799998, - 33.93172274500006 - ], - [ - -117.28666234499997, - 33.93172188300008 - ], - [ - -117.28666129499999, - 33.93172135200007 - ], - [ - -117.28665959199998, - 33.93172049000003 - ], - [ - -117.28665854199994, - 33.93171995800003 - ], - [ - -117.28665683799994, - 33.93171909600005 - ], - [ - -117.28665578799996, - 33.93171856500004 - ], - [ - -117.28665448399994, - 33.93171790400004 - ], - [ - -117.28665238299999, - 33.93171684200007 - ], - [ - -117.28664962899995, - 33.93171544900002 - ], - [ - -117.28664897899995, - 33.931715119000046 - ], - [ - -117.28664687899999, - 33.93171405500004 - ], - [ - -117.28664582799996, - 33.93171352400003 - ], - [ - -117.286645175, - 33.931713193000064 - ], - [ - -117.28664412499995, - 33.93171266200005 - ], - [ - -117.28664242099995, - 33.93171180000007 - ], - [ - -117.28664176899997, - 33.93171147100003 - ], - [ - -117.28663901599998, - 33.93171007700005 - ], - [ - -117.28663796599994, - 33.93170954500005 - ], - [ - -117.28663626399998, - 33.93170868400006 - ], - [ - -117.28663561099995, - 33.93170835400008 - ], - [ - -117.28663455999998, - 33.93170782100003 - ], - [ - -117.28663390999998, - 33.931707492000044 - ], - [ - -117.28663285899995, - 33.93170696000004 - ], - [ - -117.28663220699997, - 33.931706630000065 - ], - [ - -117.28663115599994, - 33.93170609800006 - ], - [ - -117.28663050499995, - 33.93170576800003 - ], - [ - -117.28662945199994, - 33.93170523500004 - ], - [ - -117.28662775199996, - 33.93170437500004 - ], - [ - -117.28662604999994, - 33.93170351300006 - ], - [ - -117.28662499899997, - 33.93170298100006 - ], - [ - -117.28662394799994, - 33.931702449000056 - ], - [ - -117.28662289699997, - 33.931701918000044 - ], - [ - -117.28662184799998, - 33.93170138600004 - ], - [ - -117.28662014399998, - 33.931700524000064 - ], - [ - -117.28661844199996, - 33.93169966200003 - ], - [ - -117.28661739199998, - 33.93169913200006 - ], - [ - -117.28661634099996, - 33.93169859900007 - ], - [ - -117.28661463799995, - 33.931697738000025 - ], - [ - -117.28661253699994, - 33.93169667500007 - ], - [ - -117.28661188599995, - 33.931696345000034 - ], - [ - -117.28660978399995, - 33.93169528000004 - ], - [ - -117.28660873499996, - 33.93169475000008 - ], - [ - -117.28660768299994, - 33.931694218000075 - ], - [ - -117.28660663299996, - 33.93169368700006 - ], - [ - -117.28660558099995, - 33.93169315500006 - ], - [ - -117.28660453099997, - 33.93169262300006 - ], - [ - -117.28660387999997, - 33.931692293000026 - ], - [ - -117.28660282899995, - 33.931691761000025 - ], - [ - -117.28660217699996, - 33.93169143200004 - ], - [ - -117.28660047399995, - 33.93169056900007 - ], - [ - -117.28659942399997, - 33.931690039000046 - ], - [ - -117.28659706899998, - 33.93168884700003 - ], - [ - -117.28659431699998, - 33.93168745300005 - ], - [ - -117.28659221499998, - 33.93168638900005 - ], - [ - -117.28659116499995, - 33.93168585800004 - ], - [ - -117.28659051299996, - 33.93168552900005 - ], - [ - -117.28658880999996, - 33.931684666000024 - ], - [ - -117.28658775999997, - 33.93168413500007 - ], - [ - -117.28658670899995, - 33.93168360300007 - ], - [ - -117.28658605699997, - 33.93168327300003 - ], - [ - -117.28658500699999, - 33.93168274200008 - ], - [ - -117.28658395599996, - 33.931682210000076 - ], - [ - -117.28658290499999, - 33.931681678000075 - ], - [ - -117.28658185499995, - 33.93168114700006 - ], - [ - -117.28658120399996, - 33.93168081600004 - ], - [ - -117.28658015199994, - 33.93168028400004 - ], - [ - -117.28657910299995, - 33.93167975400007 - ], - [ - -117.28657845099997, - 33.93167942300005 - ], - [ - -117.28657739999994, - 33.93167889100005 - ], - [ - -117.28657634999996, - 33.931678360000035 - ], - [ - -117.28657529799995, - 33.93167782800003 - ], - [ - -117.28657424799997, - 33.93167729700008 - ], - [ - -117.28657359599998, - 33.931676967000044 - ], - [ - -117.28657254599995, - 33.93167643500004 - ], - [ - -117.28657149599997, - 33.93167590400003 - ], - [ - -117.28657044499994, - 33.93167537200003 - ], - [ - -117.28656979299996, - 33.93167504200005 - ], - [ - -117.28656874199999, - 33.93167450900006 - ], - [ - -117.28656769099996, - 33.93167397800005 - ], - [ - -117.28656703899998, - 33.93167364900006 - ], - [ - -117.28656493799997, - 33.93167258600005 - ], - [ - -117.28656323699994, - 33.93167172400007 - ], - [ - -117.28656218499998, - 33.93167119300006 - ], - [ - -117.28656153299994, - 33.93167086300008 - ], - [ - -117.28656048199997, - 33.93167033100008 - ], - [ - -117.28655877899996, - 33.93166947000003 - ], - [ - -117.28655773, - 33.93166893800003 - ], - [ - -117.28655707699994, - 33.93166860800005 - ], - [ - -117.28655642499996, - 33.931668278000075 - ], - [ - -117.28655537499998, - 33.93166774600007 - ], - [ - -117.28655472199995, - 33.93166741600004 - ], - [ - -117.28655367299996, - 33.93166688500003 - ], - [ - -117.28655196899996, - 33.93166602300005 - ], - [ - -117.28655091999997, - 33.931665492000036 - ], - [ - -117.28654986799995, - 33.931664959000045 - ], - [ - -117.28654881799997, - 33.93166442900008 - ], - [ - -117.28654816699998, - 33.931664099000045 - ], - [ - -117.28654711499996, - 33.931663566000054 - ], - [ - -117.28654606499998, - 33.93166303500004 - ], - [ - -117.28654541299994, - 33.931662705000065 - ], - [ - -117.28654436299996, - 33.93166217400005 - ], - [ - -117.28654371099998, - 33.93166184300003 - ], - [ - -117.28654305899994, - 33.93166151300005 - ], - [ - -117.28654200699998, - 33.93166098100005 - ], - [ - -117.28654135499994, - 33.93166065100007 - ], - [ - -117.28654030499996, - 33.93166012100005 - ], - [ - -117.28653823699995, - 33.93165907400004 - ], - [ - -117.28653816599996, - 33.93165903800008 - ], - [ - -117.28653805399995, - 33.931658981000055 - ], - [ - -117.28653794099995, - 33.93165892400003 - ], - [ - -117.28653787199994, - 33.93165888900006 - ], - [ - -117.28653768899994, - 33.93165879600008 - ], - [ - -117.28653757599994, - 33.931658740000046 - ], - [ - -117.286537464, - 33.93165868300008 - ], - [ - -117.28653716899998, - 33.931658533000075 - ], - [ - -117.28653709899999, - 33.93165849800005 - ], - [ - -117.28653698599999, - 33.93165844200007 - ], - [ - -117.28653691699998, - 33.931658406000054 - ], - [ - -117.28653673499997, - 33.93165831300007 - ], - [ - -117.28653662099998, - 33.93165825700004 - ], - [ - -117.28653655099998, - 33.93165822200007 - ], - [ - -117.28653625699997, - 33.93165807300005 - ], - [ - -117.28653603099997, - 33.93165795900006 - ], - [ - -117.28653548299997, - 33.931657682000036 - ], - [ - -117.28653525799996, - 33.93165756900004 - ], - [ - -117.28653507499996, - 33.931657476000055 - ], - [ - -117.28653489299995, - 33.93165738400006 - ], - [ - -117.286534486, - 33.931657177000034 - ], - [ - -117.28653437299994, - 33.93165712100006 - ], - [ - -117.28653419099999, - 33.931657028000075 - ], - [ - -117.28653382699997, - 33.93165684400003 - ], - [ - -117.28653371399997, - 33.931656787000065 - ], - [ - -117.28653360099997, - 33.93165673000004 - ], - [ - -117.28653330599997, - 33.93165658000004 - ], - [ - -117.28653312499995, - 33.931656489000034 - ], - [ - -117.28653294199995, - 33.93165639600005 - ], - [ - -117.28653257699995, - 33.931656211000075 - ], - [ - -117.28653246399995, - 33.93165615300006 - ], - [ - -117.28653228299999, - 33.93165606200006 - ], - [ - -117.28653216899994, - 33.931656005000036 - ], - [ - -117.28653205699999, - 33.93165594800007 - ], - [ - -117.28653176199998, - 33.931655799000055 - ], - [ - -117.286531691, - 33.93165576400003 - ], - [ - -117.28653157899998, - 33.93165570700006 - ], - [ - -117.28653139699998, - 33.93165561400008 - ], - [ - -117.28653132699998, - 33.93165557900005 - ], - [ - -117.28653121399998, - 33.93165552200003 - ], - [ - -117.28653103199997, - 33.931655430000035 - ], - [ - -117.28653096199997, - 33.931655394000074 - ], - [ - -117.28653084899997, - 33.93165533700005 - ], - [ - -117.28653073699996, - 33.931655281000076 - ], - [ - -117.28653066699997, - 33.93165524600005 - ], - [ - -117.28653055299998, - 33.931655188000036 - ], - [ - -117.28653037199996, - 33.93165509600004 - ], - [ - -117.28653025899996, - 33.93165503900008 - ], - [ - -117.28653014699995, - 33.931654982000055 - ], - [ - -117.28652996399995, - 33.93165489000006 - ], - [ - -117.28652989499994, - 33.93165485500003 - ], - [ - -117.28652978199995, - 33.93165479700008 - ], - [ - -117.28652959899995, - 33.93165470500003 - ], - [ - -117.28652948699994, - 33.93165464700007 - ], - [ - -117.28652941699994, - 33.931654612000045 - ], - [ - -117.28652930399994, - 33.93165455500008 - ], - [ - -117.28652919099994, - 33.93165449900005 - ], - [ - -117.28652907799994, - 33.931654442000024 - ], - [ - -117.286529009, - 33.93165440700005 - ], - [ - -117.28652889699998, - 33.93165435000003 - ], - [ - -117.28652878399998, - 33.931654293000065 - ], - [ - -117.28652871399999, - 33.93165425700005 - ], - [ - -117.28652853299997, - 33.931654166000044 - ], - [ - -117.28652841999997, - 33.93165410900008 - ], - [ - -117.28652823699997, - 33.93165401600004 - ], - [ - -117.28652812399997, - 33.93165395800003 - ], - [ - -117.28652805399997, - 33.931653923000056 - ], - [ - -117.28652798499996, - 33.93165388800003 - ], - [ - -117.28652775999996, - 33.93165377300005 - ], - [ - -117.28652768999996, - 33.93165373800008 - ], - [ - -117.28652750799995, - 33.93165364600003 - ], - [ - -117.28652743699996, - 33.93165361100006 - ], - [ - -117.28652732599994, - 33.931653554000036 - ], - [ - -117.28652725499995, - 33.931653518000076 - ], - [ - -117.28652707199996, - 33.931653426000025 - ], - [ - -117.28652695999995, - 33.93165337000005 - ], - [ - -117.28652688999995, - 33.93165333400003 - ], - [ - -117.28652682099994, - 33.93165329900006 - ], - [ - -117.28652670799994, - 33.93165324100005 - ], - [ - -117.28652659499994, - 33.93165318500007 - ], - [ - -117.28652652599999, - 33.931653150000045 - ], - [ - -117.28652641199994, - 33.93165309200003 - ], - [ - -117.28652630099998, - 33.93165303600006 - ], - [ - -117.286526117, - 33.93165294200003 - ], - [ - -117.28652600599997, - 33.93165288600005 - ], - [ - -117.28652589299998, - 33.93165282900003 - ], - [ - -117.28652582299998, - 33.93165279400006 - ], - [ - -117.28652570999998, - 33.931652737000036 - ], - [ - -117.28652559699998, - 33.93165268000007 - ], - [ - -117.28652548499997, - 33.93165262300005 - ], - [ - -117.28652537399995, - 33.93165256700007 - ], - [ - -117.28652518899997, - 33.93165247400003 - ], - [ - -117.28652507599998, - 33.931652417000066 - ], - [ - -117.28652496399997, - 33.931652360000044 - ], - [ - -117.28652489499996, - 33.93165232500007 - ], - [ - -117.28652478199996, - 33.93165226900004 - ], - [ - -117.28652351699998, - 33.931651628000054 - ], - [ - -117.28651511299995, - 33.93164737600006 - ], - [ - -117.28642856399995, - 33.93162452400003 - ], - [ - -117.28642667399998, - 33.93163141600007 - ], - [ - -117.28642342799998, - 33.93164117600003 - ], - [ - -117.28642041999996, - 33.93164902900003 - ], - [ - -117.286417009, - 33.93165676700005 - ], - [ - -117.28641193299995, - 33.93166690900006 - ], - [ - -117.28640623499996, - 33.93167681800003 - ], - [ - -117.28640158099995, - 33.93168409100008 - ], - [ - -117.28639655599994, - 33.93169119000004 - ], - [ - -117.28638937599999, - 33.93170040700005 - ], - [ - -117.28638163099998, - 33.93170930100007 - ], - [ - -117.286373347, - 33.93171785100003 - ], - [ - -117.28636454499997, - 33.93172603200003 - ], - [ - -117.28635524599997, - 33.93173382300006 - ], - [ - -117.28634797599994, - 33.931739410000034 - ], - [ - -117.28626139799997, - 33.93184400400003 - ], - [ - -117.28625199699997, - 33.93183654500007 - ], - [ - -117.28625155499998, - 33.93183619300004 - ], - [ - -117.28625112499998, - 33.93183585200006 - ], - [ - -117.28625069499998, - 33.93183551100003 - ], - [ - -117.286250253, - 33.93183516000005 - ], - [ - -117.286249823, - 33.93183481800003 - ], - [ - -117.28624938099995, - 33.931834467000044 - ], - [ - -117.28624894999996, - 33.93183412500008 - ], - [ - -117.28624850699998, - 33.93183377400004 - ], - [ - -117.28624807699998, - 33.931833434000055 - ], - [ - -117.28624763299996, - 33.931833082000026 - ], - [ - -117.28624720399995, - 33.93183274200004 - ], - [ - -117.28624676099997, - 33.93183239000007 - ], - [ - -117.28624633199996, - 33.931832049000036 - ], - [ - -117.28624545899999, - 33.93183135600003 - ], - [ - -117.28624458499996, - 33.93183066300003 - ], - [ - -117.28624371299998, - 33.93182997100007 - ], - [ - -117.28624327099999, - 33.93182962000003 - ], - [ - -117.28624284099999, - 33.931829278000066 - ], - [ - -117.28624239899995, - 33.931828927000026 - ], - [ - -117.28624196799996, - 33.93182858600005 - ], - [ - -117.28624153799996, - 33.93182824400003 - ], - [ - -117.28624109599997, - 33.93182789300005 - ], - [ - -117.28624066599997, - 33.931827551000026 - ], - [ - -117.286239793, - 33.93182685900007 - ], - [ - -117.28623892199994, - 33.931826166000064 - ], - [ - -117.28623847799997, - 33.931825815000025 - ], - [ - -117.28623760499994, - 33.93182512200008 - ], - [ - -117.28623673399994, - 33.93182442900007 - ], - [ - -117.28623586199996, - 33.93182373600007 - ], - [ - -117.28623543099997, - 33.93182339500004 - ], - [ - -117.28623498899998, - 33.931823044000055 - ], - [ - -117.286234558, - 33.93182270300008 - ], - [ - -117.28623411599995, - 33.93182235100005 - ], - [ - -117.28623368499996, - 33.931822011000065 - ], - [ - -117.28623325599995, - 33.931821669000044 - ], - [ - -117.28623238399996, - 33.93182097600004 - ], - [ - -117.28623151, - 33.931820284000025 - ], - [ - -117.28623106799995, - 33.93181993200005 - ], - [ - -117.28623063699996, - 33.93181959100008 - ], - [ - -117.28623019499997, - 33.93181924000004 - ], - [ - -117.28622976399998, - 33.931818898000074 - ], - [ - -117.28622933599996, - 33.93181855700004 - ], - [ - -117.28622889299999, - 33.93181820600006 - ], - [ - -117.28622846199994, - 33.93181786400004 - ], - [ - -117.28622801999995, - 33.931817514000045 - ], - [ - -117.28622758799997, - 33.93181717300007 - ], - [ - -117.28622714599999, - 33.93181682100004 - ], - [ - -117.28622671599999, - 33.931816480000066 - ], - [ - -117.286225845, - 33.93181578700006 - ], - [ - -117.28622541399994, - 33.93181544600003 - ], - [ - -117.286224098, - 33.93181440200004 - ], - [ - -117.286223668, - 33.93181406100007 - ], - [ - -117.28622322599995, - 33.93181371000003 - ], - [ - -117.28622235399996, - 33.931813017000025 - ], - [ - -117.28622148, - 33.93181232400008 - ], - [ - -117.28622103899994, - 33.93181197300004 - ], - [ - -117.28622016599996, - 33.93181128100008 - ], - [ - -117.28621973499997, - 33.93181093900006 - ], - [ - -117.28621929299999, - 33.931810588000076 - ], - [ - -117.28621886199994, - 33.931810246000055 - ], - [ - -117.28621841999995, - 33.93180989500007 - ], - [ - -117.28621799099994, - 33.93180955400004 - ], - [ - -117.28621711799997, - 33.931808861000036 - ], - [ - -117.286216245, - 33.93180816800003 - ], - [ - -117.28621449999997, - 33.93180678300007 - ], - [ - -117.28621407099996, - 33.93180644200004 - ], - [ - -117.28621275399996, - 33.93180539800005 - ], - [ - -117.28621188299996, - 33.93180470500005 - ], - [ - -117.28621101099998, - 33.93180401200004 - ], - [ - -117.28621056699996, - 33.93180366000007 - ], - [ - -117.28620969499997, - 33.931802969000046 - ], - [ - -117.286208822, - 33.93180227500005 - ], - [ - -117.28620794999995, - 33.93180158200005 - ], - [ - -117.28620751899996, - 33.93180124100007 - ], - [ - -117.28620621799996, - 33.93180020800003 - ], - [ - -117.28620577499998, - 33.931799856000055 - ], - [ - -117.28620534399994, - 33.93179951400003 - ], - [ - -117.28620447199995, - 33.931798822000076 - ], - [ - -117.28620359999996, - 33.93179812900007 - ], - [ - -117.28620315699999, - 33.93179777800003 - ], - [ - -117.28620272699999, - 33.931797438000046 - ], - [ - -117.28620229599994, - 33.931797096000025 - ], - [ - -117.28620186699999, - 33.93179675500005 - ], - [ - -117.28620099499994, - 33.931796062000046 - ], - [ - -117.28620012099998, - 33.93179536900004 - ], - [ - -117.28619969199997, - 33.93179502800007 - ], - [ - -117.28619926099998, - 33.931794687000036 - ], - [ - -117.286198819, - 33.93179433600005 - ], - [ - -117.28619838799995, - 33.93179399500008 - ], - [ - -117.28619751499997, - 33.931793302000074 - ], - [ - -117.28619708499997, - 33.93179296100004 - ], - [ - -117.28619665599996, - 33.93179262000007 - ], - [ - -117.28619578299998, - 33.93179192700006 - ], - [ - -117.28619534099994, - 33.93179157600008 - ], - [ - -117.28619491099994, - 33.93179123500005 - ], - [ - -117.28619403799996, - 33.931790542000044 - ], - [ - -117.28619317799996, - 33.93178986000004 - ], - [ - -117.28619273599998, - 33.931789508000065 - ], - [ - -117.28619230499999, - 33.931789167000034 - ], - [ - -117.28619143299994, - 33.931788475000076 - ], - [ - -117.28619100299994, - 33.931788133000055 - ], - [ - -117.28619012999997, - 33.93178744000005 - ], - [ - -117.28618925799998, - 33.931786748000036 - ], - [ - -117.28618838399996, - 33.93178605400004 - ], - [ - -117.28618706999998, - 33.931785011000045 - ], - [ - -117.28618619799994, - 33.93178431800004 - ], - [ - -117.28618576799994, - 33.931783977000066 - ], - [ - -117.28618532399997, - 33.93178362500004 - ], - [ - -117.28618489499996, - 33.93178328400006 - ], - [ - -117.28618445199999, - 33.93178293300008 - ], - [ - -117.28618358099999, - 33.93178223900003 - ], - [ - -117.28618313799996, - 33.931781888000046 - ], - [ - -117.28618270799996, - 33.93178154700007 - ], - [ - -117.28618226499998, - 33.93178119500004 - ], - [ - -117.28618183499998, - 33.93178085400007 - ], - [ - -117.28618139199995, - 33.93178050300003 - ], - [ - -117.286180963, - 33.93178016100006 - ], - [ - -117.286179356, - 33.93177888500003 - ], - [ - -117.28617409399999, - 33.931774708000034 - ], - [ - -117.28616477699995, - 33.931767310000055 - ], - [ - -117.28616434899999, - 33.93176696900008 - ], - [ - -117.28616390499997, - 33.93176661800004 - ], - [ - -117.28616365899995, - 33.931766423000056 - ], - [ - -117.28616318099995, - 33.93176604200005 - ], - [ - -117.28616303399997, - 33.931765925000036 - ], - [ - -117.286162688, - 33.931765651000035 - ], - [ - -117.28616219499997, - 33.93176526000008 - ], - [ - -117.286162161, - 33.93176523200003 - ], - [ - -117.28616171699997, - 33.93176488000006 - ], - [ - -117.28616127499998, - 33.931764530000066 - ], - [ - -117.28616122399995, - 33.931764489000045 - ], - [ - -117.28616083299994, - 33.93176417900003 - ], - [ - -117.28616025199995, - 33.93176371900006 - ], - [ - -117.28615977499999, - 33.93176333800005 - ], - [ - -117.28615952999996, - 33.93176314500005 - ], - [ - -117.286159296, - 33.931762958000036 - ], - [ - -117.28615908799998, - 33.931762793000075 - ], - [ - -117.28615864399995, - 33.931762441000046 - ], - [ - -117.28615832499997, - 33.93176218800005 - ], - [ - -117.28615821499994, - 33.93176210100006 - ], - [ - -117.28615783099997, - 33.931761796000046 - ], - [ - -117.28615735199998, - 33.93176141600003 - ], - [ - -117.28615733, - 33.93176139800005 - ], - [ - -117.286156899, - 33.931761057000074 - ], - [ - -117.28615685999995, - 33.93176102600006 - ], - [ - -117.28615645599996, - 33.931760705000045 - ], - [ - -117.28615638199994, - 33.93176064600004 - ], - [ - -117.28615588899999, - 33.93176025400004 - ], - [ - -117.28615558499996, - 33.93176001300003 - ], - [ - -117.28615514099994, - 33.93175966100006 - ], - [ - -117.28615491799997, - 33.931759484000054 - ], - [ - -117.28615471199998, - 33.931759320000026 - ], - [ - -117.28615443999996, - 33.93175910400004 - ], - [ - -117.2861542699999, - 33.931758968000054 - ], - [ - -117.28615394699995, - 33.93175871200003 - ], - [ - -117.28615383799996, - 33.93175862700008 - ], - [ - -117.28615345399999, - 33.931758322000064 - ], - [ - -117.28615339599997, - 33.93175827500005 - ], - [ - -117.28615297099998, - 33.93175793800003 - ], - [ - -117.28615252399999, - 33.931757584000025 - ], - [ - -117.28615248299997, - 33.93175755100003 - ], - [ - -117.28615209299994, - 33.93175724200006 - ], - [ - -117.28615200399997, - 33.93175717100007 - ], - [ - -117.28615166399999, - 33.93175690100003 - ], - [ - -117.28615122199994, - 33.931756550000046 - ], - [ - -117.28615103299995, - 33.93175640100003 - ], - [ - -117.28615077799998, - 33.93175619800007 - ], - [ - -117.28615054, - 33.931756009000026 - ], - [ - -117.28615034899997, - 33.93175585800003 - ], - [ - -117.28615006099994, - 33.931755629000065 - ], - [ - -117.286149906, - 33.93175550600006 - ], - [ - -117.28614947499995, - 33.93175516400004 - ], - [ - -117.28614908999998, - 33.93175485900008 - ], - [ - -117.28614903199997, - 33.931754813000055 - ], - [ - -117.286148159, - 33.93175412000005 - ], - [ - -117.28614811899996, - 33.93175408800005 - ], - [ - -117.28614771599996, - 33.93175376900007 - ], - [ - -117.28614728699995, - 33.931753429000025 - ], - [ - -117.28614684399997, - 33.93175307700005 - ], - [ - -117.28614666799996, - 33.931752937000056 - ], - [ - -117.28614641399997, - 33.93175273700007 - ], - [ - -117.28614569699994, - 33.93175216700007 - ], - [ - -117.28614554099994, - 33.93175204400006 - ], - [ - -117.286145219, - 33.93175178700005 - ], - [ - -117.28614509899995, - 33.931751693000024 - ], - [ - -117.28614473899995, - 33.931751406000046 - ], - [ - -117.28614423599998, - 33.93175100800005 - ], - [ - -117.28614335299994, - 33.931750306000026 - ], - [ - -117.28614327699995, - 33.931750245000046 - ], - [ - -117.28614279699997, - 33.93174986500003 - ], - [ - -117.28614248199995, - 33.93174961500006 - ], - [ - -117.28614230499994, - 33.93174947500006 - ], - [ - -117.28614205099996, - 33.93174927300004 - ], - [ - -117.28614182499996, - 33.93174909500004 - ], - [ - -117.28614162099996, - 33.93174893200006 - ], - [ - -117.28614133399998, - 33.93174870300004 - ], - [ - -117.28614117899997, - 33.93174858100008 - ], - [ - -117.28614074899997, - 33.93174824000005 - ], - [ - -117.286140376, - 33.93174794400005 - ], - [ - -117.286140306, - 33.931747888000075 - ], - [ - -117.286139876, - 33.931747546000054 - ], - [ - -117.28613943299996, - 33.93174719500007 - ], - [ - -117.28613940499997, - 33.931747173000076 - ], - [ - -117.28613900399995, - 33.93174685400004 - ], - [ - -117.28613891299995, - 33.93174678200006 - ], - [ - -117.28613857399995, - 33.931746512000075 - ], - [ - -117.28613843499994, - 33.931746401000055 - ], - [ - -117.28613814399995, - 33.931746170000054 - ], - [ - -117.286137957, - 33.93174602100004 - ], - [ - -117.28613770099997, - 33.93174581900007 - ], - [ - -117.28613746299999, - 33.93174563000008 - ], - [ - -117.28613727199996, - 33.93174547700005 - ], - [ - -117.28613698599997, - 33.93174525100005 - ], - [ - -117.28613684099997, - 33.931745136000075 - ], - [ - -117.28613649199997, - 33.93174485900005 - ], - [ - -117.28613639899999, - 33.931744786000024 - ], - [ - -117.28613601399996, - 33.93174448000008 - ], - [ - -117.28613596799994, - 33.93174444400006 - ], - [ - -117.28613553499997, - 33.93174410100005 - ], - [ - -117.28613505599998, - 33.93174372000004 - ], - [ - -117.28613456299996, - 33.93174332900003 - ], - [ - -117.28613423699994, - 33.93174306900005 - ], - [ - -117.28613408499996, - 33.93174294800008 - ], - [ - -117.28613380699994, - 33.93174272700003 - ], - [ - -117.28613359299999, - 33.93174255800005 - ], - [ - -117.28613293399997, - 33.931742034000024 - ], - [ - -117.28613262199997, - 33.93174178600003 - ], - [ - -117.28613214299997, - 33.93174140600007 - ], - [ - -117.28613206199998, - 33.931741342000066 - ], - [ - -117.28613164099994, - 33.931741008000074 - ], - [ - -117.28613117199995, - 33.93174063600003 - ], - [ - -117.28613075899995, - 33.93174030800003 - ], - [ - -117.28613067999999, - 33.93174024500007 - ], - [ - -117.28613033, - 33.931739967000055 - ], - [ - -117.286130201, - 33.931739864000065 - ], - [ - -117.28612988799995, - 33.931739615000026 - ], - [ - -117.28612970799998, - 33.93173947300005 - ], - [ - -117.28612945699996, - 33.93173927400005 - ], - [ - -117.28612922999997, - 33.93173909400008 - ], - [ - -117.28612901399998, - 33.93173892100003 - ], - [ - -117.28612875199997, - 33.93173871300007 - ], - [ - -117.28612825899995, - 33.93173832200006 - ], - [ - -117.28612778099995, - 33.93173794300003 - ], - [ - -117.28612771399997, - 33.93173788800004 - ], - [ - -117.28612728799999, - 33.931737551000026 - ], - [ - -117.28612684099994, - 33.93173719600003 - ], - [ - -117.28612680999998, - 33.931737171000066 - ], - [ - -117.28612631799996, - 33.93173678100004 - ], - [ - -117.28612596799996, - 33.931736503000025 - ], - [ - -117.28612534599995, - 33.931736009000076 - ], - [ - -117.28612486799994, - 33.93173563000005 - ], - [ - -117.28612465299994, - 33.93173545900004 - ], - [ - -117.28612437499999, - 33.931735239000034 - ], - [ - -117.28612422199996, - 33.93173511700007 - ], - [ - -117.28612389699998, - 33.93173485900007 - ], - [ - -117.28612340399997, - 33.93173446700007 - ], - [ - -117.28612334999997, - 33.93173442500006 - ], - [ - -117.28612292499997, - 33.93173408700005 - ], - [ - -117.286122477, - 33.931733732000055 - ], - [ - -117.28612195499994, - 33.93173331700007 - ], - [ - -117.28612160399996, - 33.93173304000004 - ], - [ - -117.28612147499996, - 33.93173293800004 - ], - [ - -117.28612098299999, - 33.931732546000035 - ], - [ - -117.28612073199997, - 33.931732347000036 - ], - [ - -117.28612001199997, - 33.93173177500006 - ], - [ - -117.28611985999999, - 33.93173165400003 - ], - [ - -117.28611904, - 33.93173100400003 - ], - [ - -117.28611856099997, - 33.93173062400007 - ], - [ - -117.28611811299999, - 33.93173026900007 - ], - [ - -117.28611806899994, - 33.93173023300005 - ], - [ - -117.286117591, - 33.931729854000025 - ], - [ - -117.28611724099994, - 33.931729576000066 - ], - [ - -117.28611709599994, - 33.93172946200008 - ], - [ - -117.28611679699998, - 33.931729225000026 - ], - [ - -117.28611636899996, - 33.93172888500004 - ], - [ - -117.28611612499998, - 33.931728692000036 - ], - [ - -117.28611592599998, - 33.93172853200008 - ], - [ - -117.28611564699997, - 33.931728312000075 - ], - [ - -117.28611515399996, - 33.93172792000007 - ], - [ - -117.28611505299995, - 33.931727840000065 - ], - [ - -117.28611467599995, - 33.93172754100004 - ], - [ - -117.28611418199995, - 33.93172715000003 - ], - [ - -117.28611373799998, - 33.93172679600008 - ], - [ - -117.286113705, - 33.93172677000007 - ], - [ - -117.28611330799998, - 33.931726455000046 - ], - [ - -117.28611286599994, - 33.931726103000074 - ], - [ - -117.28611273399997, - 33.93172599800005 - ], - [ - -117.28611242299996, - 33.931725752000034 - ], - [ - -117.28611224099996, - 33.93172560700003 - ], - [ - -117.28611198099998, - 33.93172540000006 - ], - [ - -117.28611176299995, - 33.93172522800006 - ], - [ - -117.28611127, - 33.93172483700005 - ], - [ - -117.28611110799994, - 33.93172470900004 - ], - [ - -117.28611066499997, - 33.931724357000064 - ], - [ - -117.28611029799998, - 33.93172406600007 - ], - [ - -117.28611022299998, - 33.931724006000024 - ], - [ - -117.28610981999998, - 33.931723686000055 - ], - [ - -117.28610977999995, - 33.93172365400005 - ], - [ - -117.28610932799995, - 33.93172329500004 - ], - [ - -117.28610890699997, - 33.93172296100005 - ], - [ - -117.286108835, - 33.931722903000036 - ], - [ - -117.28610835599994, - 33.931722524000065 - ], - [ - -117.28610803499998, - 33.93172226900003 - ], - [ - -117.28610787799994, - 33.93172214500004 - ], - [ - -117.28610738499998, - 33.93172175300003 - ], - [ - -117.28610714899997, - 33.93172156600008 - ], - [ - -117.28610690699998, - 33.93172137400006 - ], - [ - -117.28610641399996, - 33.93172098300005 - ], - [ - -117.28610627699999, - 33.931720874000064 - ], - [ - -117.28610544299994, - 33.93172021100003 - ], - [ - -117.28610496199997, - 33.93171982900003 - ], - [ - -117.28610453199997, - 33.931719488000056 - ], - [ - -117.286103659, - 33.93171879500005 - ], - [ - -117.28610349999997, - 33.93171866800003 - ], - [ - -117.28610302299995, - 33.93171829000005 - ], - [ - -117.28610277399997, - 33.93171809300003 - ], - [ - -117.28610252799996, - 33.931717898000045 - ], - [ - -117.28610190099994, - 33.931717400000025 - ], - [ - -117.28610155699994, - 33.93171712800006 - ], - [ - -117.28610108, - 33.93171674800004 - ], - [ - -117.28610102699997, - 33.93171670700008 - ], - [ - -117.28610058599998, - 33.93171635700003 - ], - [ - -117.28609961499996, - 33.93171558600005 - ], - [ - -117.28609928399999, - 33.93171532300005 - ], - [ - -117.28609913699995, - 33.931715206000035 - ], - [ - -117.286098644, - 33.93171481500008 - ], - [ - -117.28609841199994, - 33.931714630000045 - ], - [ - -117.28609816599999, - 33.93171443500006 - ], - [ - -117.28609796999996, - 33.93171427800007 - ], - [ - -117.28609767199998, - 33.931714043000056 - ], - [ - -117.28609719499997, - 33.931713665000075 - ], - [ - -117.28609709499995, - 33.93171358500007 - ], - [ - -117.28609670199995, - 33.93171327400006 - ], - [ - -117.28609665299996, - 33.931713235000075 - ], - [ - -117.28609622399995, - 33.93171289400004 - ], - [ - -117.28609577999998, - 33.93171254300006 - ], - [ - -117.28609525199994, - 33.93171212400006 - ], - [ - -117.28609490599996, - 33.93171184900007 - ], - [ - -117.28609475899998, - 33.93171173200005 - ], - [ - -117.28609446399997, - 33.93171149700004 - ], - [ - -117.28609378799996, - 33.93171096200007 - ], - [ - -117.28609359099994, - 33.93171080500008 - ], - [ - -117.28609330899997, - 33.93171058100006 - ], - [ - -117.28609314999994, - 33.93171045500003 - ], - [ - -117.28609281699994, - 33.93171019000005 - ], - [ - -117.28609271999994, - 33.931710113000065 - ], - [ - -117.28609227799996, - 33.931709762000025 - ], - [ - -117.28609184599998, - 33.93170941900007 - ], - [ - -117.28609140499998, - 33.93170906800003 - ], - [ - -117.28609136799997, - 33.931709039000054 - ], - [ - -117.286090974, - 33.93170872800005 - ], - [ - -117.28609087399997, - 33.93170864700005 - ], - [ - -117.28609053099996, - 33.931708376000074 - ], - [ - -117.28609039599996, - 33.93170826800008 - ], - [ - -117.28609010099996, - 33.93170803500004 - ], - [ - -117.286089904, - 33.931707877000065 - ], - [ - -117.28608965899997, - 33.93170768400006 - ], - [ - -117.28608942499994, - 33.93170749800004 - ], - [ - -117.28608894499996, - 33.93170711800008 - ], - [ - -117.28608845399998, - 33.93170672700006 - ], - [ - -117.28608835699998, - 33.931706650000024 - ], - [ - -117.28608797499999, - 33.931706347000045 - ], - [ - -117.28608791399995, - 33.93170629900004 - ], - [ - -117.28608748299996, - 33.93170595700008 - ], - [ - -117.28608704099997, - 33.93170560600004 - ], - [ - -117.28608651199994, - 33.931705185000055 - ], - [ - -117.28608616899999, - 33.93170491400008 - ], - [ - -117.286086018, - 33.93170479400004 - ], - [ - -117.28608572599995, - 33.93170456100006 - ], - [ - -117.28608553999999, - 33.93170441500007 - ], - [ - -117.28608485299998, - 33.931703870000035 - ], - [ - -117.28608456799998, - 33.93170364200006 - ], - [ - -117.286084411, - 33.93170351800006 - ], - [ - -117.28608407599995, - 33.931703252000034 - ], - [ - -117.28608359699996, - 33.93170287200007 - ], - [ - -117.28608310499999, - 33.93170248100006 - ], - [ - -117.28608223599997, - 33.93170179100008 - ], - [ - -117.28608213299998, - 33.93170170900004 - ], - [ - -117.28608164099995, - 33.93170131800008 - ], - [ - -117.286081363, - 33.931701099000065 - ], - [ - -117.28608116199996, - 33.93170093800006 - ], - [ - -117.28608067, - 33.93170054800004 - ], - [ - -117.28607969899997, - 33.93169977700006 - ], - [ - -117.28607962999996, - 33.931699723000065 - ], - [ - -117.28607872799995, - 33.93169900700008 - ], - [ - -117.28607831499994, - 33.93169867900008 - ], - [ - -117.28607744199996, - 33.931697987000064 - ], - [ - -117.28607678499998, - 33.93169746500007 - ], - [ - -117.28607581299997, - 33.93169669300005 - ], - [ - -117.286075698, - 33.931696602000045 - ], - [ - -117.28607526699994, - 33.931696260000024 - ], - [ - -117.28607484199995, - 33.93169592300006 - ], - [ - -117.28607352199998, - 33.93169487500006 - ], - [ - -117.28607289899998, - 33.931694382000046 - ], - [ - -117.286071914, - 33.93169359900003 - ], - [ - -117.28607177599997, - 33.93169349000004 - ], - [ - -117.28607143499994, - 33.93169322000006 - ], - [ - -117.28607046299999, - 33.931692448000035 - ], - [ - -117.28606997199995, - 33.93169205800007 - ], - [ - -117.28606958899996, - 33.93169175400004 - ], - [ - -117.286069479, - 33.93169166500007 - ], - [ - -117.28606900099999, - 33.931691285000056 - ], - [ - -117.28606828699998, - 33.93169071900007 - ], - [ - -117.28606802799999, - 33.93169051500007 - ], - [ - -117.28606741399994, - 33.93169002700006 - ], - [ - -117.28606705899995, - 33.93168974500003 - ], - [ - -117.28606696999998, - 33.931689676000076 - ], - [ - -117.28606656399995, - 33.93168935400007 - ], - [ - -117.28606608599995, - 33.931688973000064 - ], - [ - -117.28606523699995, - 33.931688300000076 - ], - [ - -117.28606511399994, - 33.93168820300008 - ], - [ - -117.28606479599995, - 33.931687950000025 - ], - [ - -117.28606462199997, - 33.931687812000064 - ], - [ - -117.28606436499996, - 33.93168760900005 - ], - [ - -117.28606414299998, - 33.931687433000036 - ], - [ - -117.28606364899997, - 33.93168704200008 - ], - [ - -117.28606349299997, - 33.931686917000036 - ], - [ - -117.28606267799995, - 33.93168627000006 - ], - [ - -117.28606218799996, - 33.93168588100008 - ], - [ - -117.28606174699996, - 33.93168553100003 - ], - [ - -117.28606122899998, - 33.931685120000054 - ], - [ - -117.28606087499998, - 33.931684838000024 - ], - [ - -117.28606073699996, - 33.93168472900004 - ], - [ - -117.28606024399994, - 33.931684338000025 - ], - [ - -117.28605955899997, - 33.931683795000026 - ], - [ - -117.28605912799998, - 33.93168345300006 - ], - [ - -117.28605879299994, - 33.93168318900007 - ], - [ - -117.286058686, - 33.93168310300007 - ], - [ - -117.28605782299996, - 33.93168241700005 - ], - [ - -117.28605732999995, - 33.93168202600003 - ], - [ - -117.28605651099997, - 33.93168137600003 - ], - [ - -117.28605637199996, - 33.931681267000044 - ], - [ - -117.28605608, - 33.931681035000054 - ], - [ - -117.28605587899995, - 33.93168087500004 - ], - [ - -117.286055638, - 33.931680683000025 - ], - [ - -117.28605490799998, - 33.931680104000066 - ], - [ - -117.28605476599995, - 33.93167999100007 - ], - [ - -117.28605432199998, - 33.93167963900004 - ], - [ - -117.28605393699996, - 33.931679333000034 - ], - [ - -117.28605389299997, - 33.93167929900005 - ], - [ - -117.2860534499999, - 33.93167894700008 - ], - [ - -117.2860530199999, - 33.93167860500006 - ], - [ - -117.28605296599994, - 33.93167856200006 - ], - [ - -117.28605257799995, - 33.931678254000076 - ], - [ - -117.28605247299998, - 33.931678171000044 - ], - [ - -117.28605214699996, - 33.931677913000044 - ], - [ - -117.28605199499998, - 33.93167779100003 - ], - [ - -117.28605171799995, - 33.93167757200007 - ], - [ - -117.28605102399996, - 33.93167702000005 - ], - [ - -117.28605084599997, - 33.931676879000065 - ], - [ - -117.28605053099994, - 33.93167662900004 - ], - [ - -117.28605005299994, - 33.93167624900008 - ], - [ - -117.286049973, - 33.93167618600006 - ], - [ - -117.286049559, - 33.93167585900005 - ], - [ - -117.28604908999995, - 33.931675486000074 - ], - [ - -117.28604858799997, - 33.93167508800008 - ], - [ - -117.28604822699998, - 33.93167480200003 - ], - [ - -117.28604809599994, - 33.93167469700006 - ], - [ - -117.28604761599996, - 33.931674317000045 - ], - [ - -117.28604664499994, - 33.93167354700006 - ], - [ - -117.28604648099997, - 33.93167341700007 - ], - [ - -117.28604605099997, - 33.93167307500005 - ], - [ - -117.286045673, - 33.93167277600003 - ], - [ - -117.28604560799994, - 33.931672724000066 - ], - [ - -117.28604517999997, - 33.93167238500007 - ], - [ - -117.28604473599995, - 33.93167203100006 - ], - [ - -117.28604470199997, - 33.93167200400006 - ], - [ - -117.28604430599995, - 33.93167169000003 - ], - [ - -117.28604421099999, - 33.93167161500003 - ], - [ - -117.28604387599995, - 33.931671349000055 - ], - [ - -117.28604343299997, - 33.93167099800007 - ], - [ - -117.286043238, - 33.93167084400005 - ], - [ - -117.28604255999994, - 33.93167030500007 - ], - [ - -117.28604226699997, - 33.93167007200003 - ], - [ - -117.28604212999994, - 33.93166996400004 - ], - [ - -117.28604168799995, - 33.931669613000054 - ], - [ - -117.286040803, - 33.93166891100003 - ], - [ - -117.28604037199995, - 33.93166856800008 - ], - [ - -117.286039943, - 33.931668227000046 - ], - [ - -117.28603983199997, - 33.93166813900007 - ], - [ - -117.28603935399997, - 33.93166776000004 - ], - [ - -117.28603886099995, - 33.931667368000035 - ], - [ - -117.286038368, - 33.93166697700008 - ], - [ - -117.28603819699998, - 33.93166684200003 - ], - [ - -117.28603788999999, - 33.93166659800005 - ], - [ - -117.28603775399995, - 33.931666490000055 - ], - [ - -117.28603739699997, - 33.931666207000035 - ], - [ - -117.28603689199997, - 33.93166580700006 - ], - [ - -117.28603642599995, - 33.93166543700005 - ], - [ - -117.28603600899999, - 33.931665106000025 - ], - [ - -117.28603557899999, - 33.93166476600004 - ], - [ - -117.28603545399994, - 33.931664666000074 - ], - [ - -117.28603513599995, - 33.93166441400007 - ], - [ - -117.28603496099998, - 33.93166427500006 - ], - [ - -117.28603470599995, - 33.931664073000036 - ], - [ - -117.28603448299998, - 33.93166389500004 - ], - [ - -117.28603426399997, - 33.931663721000064 - ], - [ - -117.28603398999996, - 33.93166350400003 - ], - [ - -117.28603351199996, - 33.93166312300008 - ], - [ - -117.28603339099999, - 33.93166302800006 - ], - [ - -117.28603302, - 33.93166273200006 - ], - [ - -117.28603294899995, - 33.93166267600003 - ], - [ - -117.28603253399996, - 33.93166234600005 - ], - [ - -117.28603209, - 33.93166199500007 - ], - [ - -117.28603204799998, - 33.93166196100003 - ], - [ - -117.28603155599995, - 33.931661570000074 - ], - [ - -117.28603121699996, - 33.93166130100008 - ], - [ - -117.28603107599997, - 33.931661191000046 - ], - [ - -117.28603058299996, - 33.93166080100008 - ], - [ - -117.286030343, - 33.93166061000005 - ], - [ - -117.28603010499995, - 33.93166042000007 - ], - [ - -117.286029612, - 33.93166002800007 - ], - [ - -117.28602947, - 33.93165991600006 - ], - [ - -117.28602864199996, - 33.931659258000025 - ], - [ - -117.28602859799997, - 33.931659223000054 - ], - [ - -117.28602815999994, - 33.93165887500004 - ], - [ - -117.28602772699998, - 33.93165853100004 - ], - [ - -117.28602767099994, - 33.93165848700005 - ], - [ - -117.28602728399994, - 33.931658180000056 - ], - [ - -117.28602719199995, - 33.93165810600004 - ], - [ - -117.28602684199996, - 33.93165782700004 - ], - [ - -117.28602641199996, - 33.93165748600006 - ], - [ - -117.28602622099999, - 33.93165733500007 - ], - [ - -117.28602572899996, - 33.93165694400005 - ], - [ - -117.28602553899998, - 33.93165679400005 - ], - [ - -117.28602524999997, - 33.931656565000026 - ], - [ - -117.28602475799994, - 33.93165617400007 - ], - [ - -117.28602422299997, - 33.93165575000006 - ], - [ - -117.28602379999995, - 33.931655413000044 - ], - [ - -117.28602335, - 33.93165505700006 - ], - [ - -117.286023307, - 33.931655023000076 - ], - [ - -117.28602290699996, - 33.93165470500003 - ], - [ - -117.28602246499997, - 33.931654355000035 - ], - [ - -117.28602233599997, - 33.93165425300003 - ], - [ - -117.28602203499997, - 33.93165401300007 - ], - [ - -117.28602185799997, - 33.93165387300007 - ], - [ - -117.28602159199994, - 33.93165366200003 - ], - [ - -117.28602136499995, - 33.93165348200006 - ], - [ - -117.28602088599996, - 33.93165310100005 - ], - [ - -117.28602072099994, - 33.93165296900003 - ], - [ - -117.286020394, - 33.93165271100003 - ], - [ - -117.28602027699998, - 33.931652617000054 - ], - [ - -117.28601941399995, - 33.93165193200008 - ], - [ - -117.28601895199995, - 33.931651567000074 - ], - [ - -117.28601853199996, - 33.931651233000025 - ], - [ - -117.28601845099996, - 33.93165116900008 - ], - [ - -117.28601797099998, - 33.93165078800007 - ], - [ - -117.286017658, - 33.93165054000008 - ], - [ - -117.28601747999994, - 33.931650398000045 - ], - [ - -117.28601722899998, - 33.931650199000046 - ], - [ - -117.286017002, - 33.93165001800003 - ], - [ - -117.286016357, - 33.93164950600004 - ], - [ - -117.28601603099997, - 33.93164924700005 - ], - [ - -117.28601553699997, - 33.93164885600004 - ], - [ - -117.28601548399996, - 33.93164881400003 - ], - [ - -117.28601505699999, - 33.93164847500003 - ], - [ - -117.28601461099998, - 33.93164812100002 - ], - [ - -117.28601456599995, - 33.93164808500006 - ], - [ - -117.28601418199997, - 33.93164777900006 - ], - [ - -117.28601408799994, - 33.931647705000046 - ], - [ - -117.28601373999999, - 33.931647428000076 - ], - [ - -117.28601359499999, - 33.93164731400003 - ], - [ - -117.28601330899994, - 33.931647088000034 - ], - [ - -117.286013116, - 33.93164693500006 - ], - [ - -117.28601262299998, - 33.931646544000046 - ], - [ - -117.28601243599996, - 33.93164639500003 - ], - [ - -117.28601214499997, - 33.93164616300004 - ], - [ - -117.28601156499997, - 33.931645702000026 - ], - [ - -117.28601117399995, - 33.931645391000075 - ], - [ - -117.28601068699999, - 33.931645005000064 - ], - [ - -117.28601020399998, - 33.93164462100003 - ], - [ - -117.28600981999995, - 33.93164431500003 - ], - [ - -117.28600972599997, - 33.93164424100007 - ], - [ - -117.28600923199997, - 33.93164384900007 - ], - [ - -117.28600894699997, - 33.93164362300007 - ], - [ - -117.28600873999994, - 33.93164345800005 - ], - [ - -117.28600826099995, - 33.931643078000036 - ], - [ - -117.28600806299994, - 33.93164292100005 - ], - [ - -117.28600778199996, - 33.931642699000065 - ], - [ - -117.28600729099998, - 33.93164230800005 - ], - [ - -117.28600718899997, - 33.931642227000054 - ], - [ - -117.28600679699997, - 33.931641916000046 - ], - [ - -117.28600631899997, - 33.931641537000075 - ], - [ - -117.28600587399995, - 33.93164118400006 - ], - [ - -117.28600582599995, - 33.93164114500007 - ], - [ - -117.28600542999999, - 33.93164083200003 - ], - [ - -117.28600534799995, - 33.931640766000044 - ], - [ - -117.28600500199997, - 33.93164049200004 - ], - [ - -117.28600485599998, - 33.93164037500003 - ], - [ - -117.28600457199997, - 33.93164015000008 - ], - [ - -117.28600437699998, - 33.93163999500007 - ], - [ - -117.286004129, - 33.93163979800005 - ], - [ - -117.28600388399997, - 33.93163960500004 - ], - [ - -117.28600368599996, - 33.931639447000066 - ], - [ - -117.28600325599996, - 33.931639107000024 - ], - [ - -117.28600281299998, - 33.93163875500005 - ], - [ - -117.28600236999995, - 33.93163840400007 - ], - [ - -117.28600194099994, - 33.93163806300004 - ], - [ - -117.28599263299998, - 33.931630675000065 - ], - [ - -117.28595923499995, - 33.931604820000075 - ], - [ - -117.28595773099994, - 33.931605895000075 - ], - [ - -117.28565991599999, - 33.93179001000004 - ], - [ - -117.28565745399999, - 33.93179180800007 - ], - [ - -117.28559672399996, - 33.93179236200007 - ], - [ - -117.28553346799998, - 33.931792735000045 - ], - [ - -117.28552918399998, - 33.931792761000054 - ], - [ - -117.28552490199996, - 33.93179278500003 - ], - [ - -117.28552062399996, - 33.93179281100004 - ], - [ - -117.28551634599995, - 33.93179283500007 - ], - [ - -117.285512069, - 33.93179286000003 - ], - [ - -117.28550779199998, - 33.93179288600004 - ], - [ - -117.28550351399997, - 33.93179291000007 - ], - [ - -117.28549923599996, - 33.93179293600008 - ], - [ - -117.28549496099998, - 33.93179296000005 - ], - [ - -117.28549066999994, - 33.93179298600006 - ], - [ - -117.28548639299999, - 33.93179301200007 - ], - [ - -117.285482103, - 33.931793037000034 - ], - [ - -117.28547782699997, - 33.931793062000054 - ], - [ - -117.28547354899996, - 33.931793087000074 - ], - [ - -117.28546927099995, - 33.93179311200004 - ], - [ - -117.28546499499998, - 33.93179313700006 - ], - [ - -117.28546071699998, - 33.931793162000076 - ], - [ - -117.28545216299995, - 33.93179321300005 - ], - [ - -117.28544788599999, - 33.93179323800007 - ], - [ - -117.285381724, - 33.93179363100006 - ], - [ - -117.28531528999997, - 33.931794024000055 - ], - [ - -117.28531101199997, - 33.931794049000075 - ], - [ - -117.28530673399996, - 33.93179407400004 - ], - [ - -117.28530245699994, - 33.93179409900006 - ], - [ - -117.28529817999998, - 33.93179412500007 - ], - [ - -117.28529390399996, - 33.93179414900004 - ], - [ - -117.28528962599995, - 33.93179417500005 - ], - [ - -117.28528534799995, - 33.931794199000024 - ], - [ - -117.28528107099999, - 33.93179422400004 - ], - [ - -117.28527679299998, - 33.93179425000005 - ], - [ - -117.28527251599996, - 33.931794274000026 - ], - [ - -117.28526823899995, - 33.931794300000035 - ], - [ - -117.28526396199999, - 33.931794324000066 - ], - [ - -117.28525968399998, - 33.931794350000075 - ], - [ - -117.28525540599998, - 33.93179437500004 - ], - [ - -117.28525112999995, - 33.93179440000006 - ], - [ - -117.285246853, - 33.93179442500008 - ], - [ - -117.285242574, - 33.93179445100003 - ], - [ - -117.28523829799997, - 33.93179447600005 - ], - [ - -117.28523402099995, - 33.93179450100007 - ], - [ - -117.28522974299995, - 33.93179452700008 - ], - [ - -117.28516579899997, - 33.93179490800003 - ], - [ - -117.285101425, - 33.931795288000046 - ], - [ - -117.28509714799998, - 33.931795313000066 - ], - [ - -117.28509286999997, - 33.93179533800003 - ], - [ - -117.28508859199997, - 33.93179536300005 - ], - [ - -117.28508431499995, - 33.93179538800007 - ], - [ - -117.28508003699994, - 33.93179541300003 - ], - [ - -117.28507575999998, - 33.93179543800005 - ], - [ - -117.28507148399996, - 33.93179546300007 - ], - [ - -117.285062929, - 33.931795514000044 - ], - [ - -117.28505865099999, - 33.93179553900006 - ], - [ - -117.28505437399997, - 33.93179556500007 - ], - [ - -117.28505009599996, - 33.931795589000046 - ], - [ - -117.28504581899995, - 33.931795614000066 - ], - [ - -117.28504154299998, - 33.93179563900003 - ], - [ - -117.28503298699997, - 33.93179569100005 - ], - [ - -117.28502870899996, - 33.93179571500008 - ], - [ - -117.28502443199994, - 33.93179574000004 - ], - [ - -117.28502015499998, - 33.93179576600005 - ], - [ - -117.28501587699998, - 33.931795790000024 - ], - [ - -117.28494987699997, - 33.931796183000074 - ], - [ - -117.28484087799995, - 33.93179682600004 - ], - [ - -117.28473395199995, - 33.93179745900005 - ], - [ - -117.28466941599999, - 33.93179783900007 - ], - [ - -117.28466513899997, - 33.93179786500008 - ], - [ - -117.28465658599998, - 33.93179791500006 - ], - [ - -117.28465230799998, - 33.931797940000024 - ], - [ - -117.28464375299995, - 33.931797990000064 - ], - [ - -117.28463519799999, - 33.931798041000036 - ], - [ - -117.28462664399996, - 33.93179809000003 - ], - [ - -117.28462236599995, - 33.93179811600004 - ], - [ - -117.28461382399996, - 33.93179816700007 - ], - [ - -117.28460099199998, - 33.93179824200007 - ], - [ - -117.28459671499996, - 33.93179826700003 - ], - [ - -117.28459243699996, - 33.93179829200005 - ], - [ - -117.284583882, - 33.931798343000025 - ], - [ - -117.28451802799998, - 33.93179873200006 - ], - [ - -117.28449442399994, - 33.93179887100007 - ], - [ - -117.28442986399995, - 33.931799252000076 - ], - [ - -117.28442558599994, - 33.93179927700004 - ], - [ - -117.28441703099998, - 33.93179932800007 - ], - [ - -117.28440847699994, - 33.93179937800005 - ], - [ - -117.28440419999998, - 33.93179940400006 - ], - [ - -117.28439992199998, - 33.93179942900008 - ], - [ - -117.28439564499996, - 33.93179945400004 - ], - [ - -117.28439136799994, - 33.93179947900006 - ], - [ - -117.28438707799995, - 33.931799504000026 - ], - [ - -117.28438280199998, - 33.931799530000035 - ], - [ - -117.28437424699996, - 33.931799580000074 - ], - [ - -117.28436996899995, - 33.93179960600003 - ], - [ - -117.28430210299996, - 33.93180000700005 - ], - [ - -117.284237422, - 33.931800388000056 - ], - [ - -117.28423314399998, - 33.931800413000076 - ], - [ - -117.28422458999995, - 33.93180046400005 - ], - [ - -117.28422031199995, - 33.93180048900007 - ], - [ - -117.28421603399994, - 33.93180051400003 - ], - [ - -117.2842117499999, - 33.93180054000004 - ], - [ - -117.28420746899997, - 33.93180056500006 - ], - [ - -117.28420319099996, - 33.93180059000008 - ], - [ - -117.28419890099997, - 33.93180061600003 - ], - [ - -117.284190347, - 33.93180066600007 - ], - [ - -117.28418606899999, - 33.931800691000035 - ], - [ - -117.28417323699995, - 33.93180076700003 - ], - [ - -117.28416896099998, - 33.93180079200005 - ], - [ - -117.28416040599996, - 33.931800843000076 - ], - [ - -117.28415184999994, - 33.93180089400005 - ], - [ - -117.28413831999995, - 33.931800974000055 - ], - [ - -117.28408618099996, - 33.93180128100005 - ], - [ - -117.28401920599998, - 33.93180167500003 - ], - [ - -117.28401492899997, - 33.93180170000005 - ], - [ - -117.28401065099996, - 33.93180172500007 - ], - [ - -117.28400636799995, - 33.931801750000034 - ], - [ - -117.28400209699998, - 33.931801775000054 - ], - [ - -117.28399781399997, - 33.93180180000007 - ], - [ - -117.28399354299995, - 33.931801825000036 - ], - [ - -117.28398925799996, - 33.931801851000046 - ], - [ - -117.28398498699994, - 33.931801876000065 - ], - [ - -117.28398070399999, - 33.93180190100003 - ], - [ - -117.28397642699997, - 33.93180192600005 - ], - [ - -117.28397214299997, - 33.93180195100007 - ], - [ - -117.28396787899999, - 33.93180197700008 - ], - [ - -117.28396359499999, - 33.93180200200004 - ], - [ - -117.28395931699998, - 33.93180202700006 - ], - [ - -117.28395503399997, - 33.93180205200008 - ], - [ - -117.28395076199996, - 33.93180207700004 - ], - [ - -117.28394647899995, - 33.93180210300005 - ], - [ - -117.283942202, - 33.931802127000026 - ], - [ - -117.28393792599996, - 33.931802153000035 - ], - [ - -117.28387025599994, - 33.93180255300007 - ], - [ - -117.28380531599998, - 33.931802936000054 - ], - [ - -117.28380103899997, - 33.93180296100007 - ], - [ - -117.28379675499997, - 33.93180298600004 - ], - [ - -117.28379247799995, - 33.931803011000056 - ], - [ - -117.28378820899997, - 33.931803036000076 - ], - [ - -117.28378392399998, - 33.93180306200003 - ], - [ - -117.28377965299995, - 33.93180308700005 - ], - [ - -117.28377536799997, - 33.93180311200007 - ], - [ - -117.28376681399999, - 33.93180316200005 - ], - [ - -117.28376253799996, - 33.93180318800006 - ], - [ - -117.28375826099995, - 33.931803212000034 - ], - [ - -117.283753989, - 33.93180323800004 - ], - [ - -117.283749705, - 33.93180326400005 - ], - [ - -117.28374543399997, - 33.931803288000026 - ], - [ - -117.28374328499996, - 33.93180330100006 - ], - [ - -117.28374114999997, - 33.931803314000035 - ], - [ - -117.28373687899995, - 33.931803338000066 - ], - [ - -117.28373260299998, - 33.931803364000075 - ], - [ - -117.28372832499997, - 33.93180338800005 - ], - [ - -117.28372404799995, - 33.93180341400006 - ], - [ - -117.28371975899995, - 33.93180343900008 - ], - [ - -117.28365433199997, - 33.93180382600008 - ], - [ - -117.28359142799997, - 33.931804197000076 - ], - [ - -117.28358717499998, - 33.93180422200004 - ], - [ - -117.28358288499999, - 33.93180424800005 - ], - [ - -117.28357860799997, - 33.93180427300007 - ], - [ - -117.28357005299995, - 33.93180432400004 - ], - [ - -117.28356577499994, - 33.93180434800007 - ], - [ - -117.28356149899997, - 33.93180437400002 - ], - [ - -117.28355722099997, - 33.931804398000054 - ], - [ - -117.28355294399995, - 33.93180442400006 - ], - [ - -117.28354866599994, - 33.93180444800004 - ], - [ - -117.28354441399995, - 33.931804474000046 - ], - [ - -117.28354013599994, - 33.931804498000076 - ], - [ - -117.283540099, - 33.931804498000076 - ], - [ - -117.283535858, - 33.93180452300004 - ], - [ - -117.28353582199998, - 33.93180452300004 - ], - [ - -117.28353158199997, - 33.93180454800006 - ], - [ - -117.28353154699994, - 33.93180454800006 - ], - [ - -117.28352730399996, - 33.93180457300008 - ], - [ - -117.28352299099998, - 33.93180459900003 - ], - [ - -117.28351874999998, - 33.93180462400005 - ], - [ - -117.28351447899996, - 33.93180464900007 - ], - [ - -117.28351443599996, - 33.93180464900007 - ], - [ - -117.28351020699995, - 33.931804674000034 - ], - [ - -117.28351015899995, - 33.93180467500002 - ], - [ - -117.28350592899994, - 33.93180470000004 - ], - [ - -117.28350588099994, - 33.93180470100003 - ], - [ - -117.28343840799994, - 33.93180509900003 - ], - [ - -117.28337334499997, - 33.93180548200007 - ], - [ - -117.28336906699997, - 33.931805507000036 - ], - [ - -117.28336479199999, - 33.931805532000055 - ], - [ - -117.28336051499997, - 33.931805557000075 - ], - [ - -117.28335623699996, - 33.93180558200004 - ], - [ - -117.28335617599998, - 33.93180558200004 - ], - [ - -117.28335195899996, - 33.93180560600007 - ], - [ - -117.28334768199994, - 33.93180563200008 - ], - [ - -117.283343404, - 33.93180565700004 - ], - [ - -117.28333912699998, - 33.93180568200006 - ], - [ - -117.28333485099995, - 33.931805707000024 - ], - [ - -117.28333057299994, - 33.93180573200004 - ], - [ - -117.28332629499994, - 33.93180575700006 - ], - [ - -117.28332201799998, - 33.931805782000026 - ], - [ - -117.28331774799994, - 33.931805807000046 - ], - [ - -117.28331347599999, - 33.931805832000066 - ], - [ - -117.28330919799998, - 33.93180585700003 - ], - [ - -117.28330491999998, - 33.93180588100006 - ], - [ - -117.28330484999998, - 33.93180588200005 - ], - [ - -117.28330064399995, - 33.93180590700007 - ], - [ - -117.28329636599995, - 33.93180593100004 - ], - [ - -117.28329208799994, - 33.93180595700005 - ], - [ - -117.28322403399994, - 33.93180636100004 - ], - [ - -117.28322469899996, - 33.93186088600004 - ], - [ - -117.28322474199996, - 33.931864451000024 - ], - [ - -117.28322478499996, - 33.931868017000056 - ], - [ - -117.28322482799996, - 33.93187158000006 - ], - [ - -117.28322487099996, - 33.93187514600004 - ], - [ - -117.28322491399996, - 33.931878711000024 - ], - [ - -117.28322495699996, - 33.93188227600007 - ], - [ - -117.283225, - 33.93188584100005 - ], - [ - -117.28322504299996, - 33.93188940600004 - ], - [ - -117.28322508599996, - 33.93189297200007 - ], - [ - -117.28322517299995, - 33.93190010300003 - ], - [ - -117.28322521599995, - 33.931903668000075 - ], - [ - -117.28322525899995, - 33.93190723300006 - ], - [ - -117.28322530199995, - 33.93191079800005 - ], - [ - -117.283225346, - 33.93191436300003 - ], - [ - -117.28322538999998, - 33.931917929000065 - ], - [ - -117.28322543299998, - 33.93192149500004 - ], - [ - -117.28322547699997, - 33.931925060000026 - ], - [ - -117.28322551899998, - 33.93192862500007 - ], - [ - -117.28322556299997, - 33.931932191000044 - ], - [ - -117.28322560599997, - 33.931935757000076 - ], - [ - -117.28322564999996, - 33.93193932200006 - ], - [ - -117.28322569399995, - 33.93194288700005 - ], - [ - -117.28322573799994, - 33.931946452000034 - ], - [ - -117.28322578199999, - 33.931950019000055 - ], - [ - -117.28322582499999, - 33.93195358400004 - ], - [ - -117.28322586799999, - 33.93195714900003 - ], - [ - -117.28322591199998, - 33.93196071500006 - ], - [ - -117.28322595499998, - 33.931964281000035 - ], - [ - -117.28322599699999, - 33.93196784500003 - ], - [ - -117.28322603999999, - 33.931971410000074 - ], - [ - -117.28322608399998, - 33.93197497500006 - ], - [ - -117.28322612799997, - 33.931978541000035 - ], - [ - -117.28322617099997, - 33.93198210600008 - ], - [ - -117.28322621499996, - 33.93198567200005 - ], - [ - -117.28322625899995, - 33.93198923700004 - ], - [ - -117.283226303, - 33.93199280300007 - ], - [ - -117.283226346, - 33.93199636700007 - ], - [ - -117.283226389, - 33.93199993200005 - ], - [ - -117.28322643299998, - 33.93200349800003 - ], - [ - -117.28322647699997, - 33.93200706300007 - ], - [ - -117.28322651899998, - 33.93201062800006 - ], - [ - -117.28322656299997, - 33.93201419400003 - ], - [ - -117.28322660599997, - 33.932017760000065 - ], - [ - -117.28322664899997, - 33.93202132400006 - ], - [ - -117.28322669299996, - 33.93202489000004 - ], - [ - -117.28322673699995, - 33.93202845500008 - ], - [ - -117.28322678099994, - 33.932032020000065 - ], - [ - -117.28322682399994, - 33.93203558500005 - ], - [ - -117.28322686799999, - 33.932039151000026 - ], - [ - -117.28322691199998, - 33.93204271600007 - ], - [ - -117.28322695499998, - 33.932046282000044 - ], - [ - -117.28322699699999, - 33.93204984600004 - ], - [ - -117.28322704099998, - 33.93205341200007 - ], - [ - -117.28322708399998, - 33.93205697800005 - ], - [ - -117.28322717099996, - 33.93206410700003 - ], - [ - -117.28322721399996, - 33.93206767300006 - ], - [ - -117.28322725799995, - 33.93207123800005 - ], - [ - -117.28322730199994, - 33.932074803000035 - ], - [ - -117.283227389, - 33.93208193400005 - ], - [ - -117.283227475, - 33.932089064000024 - ], - [ - -117.28322751899998, - 33.93209262900007 - ], - [ - -117.28322760599997, - 33.93209976000003 - ], - [ - -117.28322764899997, - 33.93210332500007 - ], - [ - -117.28322777899996, - 33.93211402000003 - ], - [ - -117.28322782299995, - 33.93211758600006 - ], - [ - -117.28322791099998, - 33.93212471700008 - ], - [ - -117.283227953, - 33.932128282000065 - ], - [ - -117.28322799699998, - 33.93213184800004 - ], - [ - -117.28322804099997, - 33.932135413000026 - ], - [ - -117.28322808399997, - 33.93213897900006 - ], - [ - -117.28322817099996, - 33.93214610800004 - ], - [ - -117.28322821399996, - 33.93214967400007 - ], - [ - -117.28322830099995, - 33.932156804000044 - ], - [ - -117.28322834499994, - 33.93216037000008 - ], - [ - -117.28322838899999, - 33.93216393600005 - ], - [ - -117.28322843099994, - 33.93216750100004 - ], - [ - -117.28322847499999, - 33.93217106600002 - ], - [ - -117.28322851799999, - 33.93217463000008 - ], - [ - -117.28322856199998, - 33.93217819600005 - ], - [ - -117.28322860499998, - 33.93218176100004 - ], - [ - -117.28322869199997, - 33.932188892000056 - ], - [ - -117.28322873599996, - 33.93219245800003 - ], - [ - -117.28322877899996, - 33.932196023000074 - ], - [ - -117.28322882299994, - 33.93219958800006 - ], - [ - -117.283228867, - 33.932203154000035 - ], - [ - -117.28322891, - 33.93220671800003 - ], - [ - -117.28322895399998, - 33.932210283000074 - ], - [ - -117.28322899699998, - 33.93221384900005 - ], - [ - -117.28322908399997, - 33.93222098000007 - ], - [ - -117.28322912799996, - 33.932224545000054 - ], - [ - -117.28322917199995, - 33.932228112000075 - ], - [ - -117.28322921499995, - 33.93223167700006 - ], - [ - -117.28322925799995, - 33.93223524100006 - ], - [ - -117.28322930099995, - 33.93223880600004 - ], - [ - -117.28322934499994, - 33.932242372000076 - ], - [ - -117.28322938799994, - 33.93224593800005 - ], - [ - -117.28322943099994, - 33.93224950300004 - ], - [ - -117.28322947499998, - 33.93225306800008 - ], - [ - -117.28322951899997, - 33.932256634000055 - ], - [ - -117.28322956199997, - 33.93226019800005 - ], - [ - -117.28322960599996, - 33.93226376400003 - ], - [ - -117.28322964899996, - 33.93226732900007 - ], - [ - -117.28322969299995, - 33.932270896000034 - ], - [ - -117.28322973599995, - 33.93227446100008 - ], - [ - -117.28322977999994, - 33.93227802600006 - ], - [ - -117.28322982299994, - 33.93228159200004 - ], - [ - -117.28322986699999, - 33.93228515800007 - ], - [ - -117.28322990999999, - 33.932288723000056 - ], - [ - -117.28322995399998, - 33.93229228800004 - ], - [ - -117.28322999599999, - 33.93229585300003 - ], - [ - -117.28323004099997, - 33.93229941800007 - ], - [ - -117.28323008399997, - 33.932302983000056 - ], - [ - -117.28323017099996, - 33.932310114000074 - ], - [ - -117.28323021399996, - 33.93231367900006 - ], - [ - -117.28323025799995, - 33.932317245000036 - ], - [ - -117.283230302, - 33.93232081100007 - ], - [ - -117.283230345, - 33.932324375000064 - ], - [ - -117.283230388, - 33.93232794000005 - ], - [ - -117.28323043199998, - 33.932331505000036 - ], - [ - -117.28323047599997, - 33.93233507100007 - ], - [ - -117.28323051799998, - 33.93233863700004 - ], - [ - -117.28323056199997, - 33.93234220200003 - ], - [ - -117.28323060499997, - 33.93234576700007 - ], - [ - -117.28323064899996, - 33.93234933100007 - ], - [ - -117.28323069199996, - 33.932352896000054 - ], - [ - -117.28323073599995, - 33.93235646200003 - ], - [ - -117.2832307799999, - 33.93236002800006 - ], - [ - -117.28323082299994, - 33.93236359300005 - ], - [ - -117.28323086599994, - 33.932367158000034 - ], - [ - -117.28323095199994, - 33.93237429000004 - ], - [ - -117.28323099499994, - 33.93237785400004 - ], - [ - -117.28323103899999, - 33.93238141900002 - ], - [ - -117.28323108299998, - 33.932384984000066 - ], - [ - -117.28323112699996, - 33.93238855000004 - ], - [ - -117.28323117099995, - 33.932392116000074 - ], - [ - -117.28323121399995, - 33.93239568000007 - ], - [ - -117.28323125799994, - 33.932399246000045 - ], - [ - -117.283231302, - 33.93240281200008 - ], - [ - -117.283231345, - 33.93240637500003 - ], - [ - -117.28323138899998, - 33.93240994100006 - ], - [ - -117.28323143199998, - 33.932413507000035 - ], - [ - -117.28323147599997, - 33.93241707200008 - ], - [ - -117.28323151799998, - 33.932420637000064 - ], - [ - -117.28323156199997, - 33.93242420300004 - ], - [ - -117.28323160499997, - 33.932427768000025 - ], - [ - -117.28323164899996, - 33.93243133400006 - ], - [ - -117.28323169299995, - 33.93243489900004 - ], - [ - -117.28323173599995, - 33.93243846300004 - ], - [ - -117.28323178, - 33.93244202900007 - ], - [ - -117.283231823, - 33.93244559400006 - ], - [ - -117.283231866, - 33.93244915900004 - ], - [ - -117.28323190999998, - 33.932452725000076 - ], - [ - -117.28323195399997, - 33.93245629100005 - ], - [ - -117.28323203999997, - 33.93246342100008 - ], - [ - -117.28323208299997, - 33.932466987000055 - ], - [ - -117.28323212599997, - 33.93247055100005 - ], - [ - -117.28323221399995, - 33.93247768200007 - ], - [ - -117.28323225799994, - 33.932481247000055 - ], - [ - -117.28323230099994, - 33.93248481300003 - ], - [ - -117.28323234399994, - 33.93248837800007 - ], - [ - -117.28323242999994, - 33.932495509000034 - ], - [ - -117.28323247299994, - 33.93249907300003 - ], - [ - -117.28323251599994, - 33.932502638000074 - ], - [ - -117.28323255999999, - 33.93250620400005 - ], - [ - -117.28323260399998, - 33.932509769000035 - ], - [ - -117.28323264699998, - 33.93251333400008 - ], - [ - -117.28323269099997, - 33.93251690000005 - ], - [ - -117.28323273499996, - 33.93252046600003 - ], - [ - -117.28323277899995, - 33.93252403100007 - ], - [ - -117.283232823, - 33.93252759500007 - ], - [ - -117.28323290999998, - 33.93253472600003 - ], - [ - -117.28323295399997, - 33.93253829200006 - ], - [ - -117.28323299599998, - 33.93254185700005 - ], - [ - -117.28323304099996, - 33.93254542200003 - ], - [ - -117.28323308299997, - 33.932548988000065 - ], - [ - -117.28323312599997, - 33.93255255300005 - ], - [ - -117.28323316899997, - 33.93255611700005 - ], - [ - -117.28323325599996, - 33.932563248000065 - ], - [ - -117.28323329999995, - 33.93256681300005 - ], - [ - -117.28323338599995, - 33.93257394400007 - ], - [ - -117.28323342999994, - 33.932577510000044 - ], - [ - -117.28323347299994, - 33.93258107400004 - ], - [ - -117.28323351699999, - 33.93258463900003 - ], - [ - -117.28323356099997, - 33.93258820500006 - ], - [ - -117.28323364799996, - 33.93259533500003 - ], - [ - -117.28323369199995, - 33.93259890100006 - ], - [ - -117.28323373499995, - 33.93260246700004 - ], - [ - -117.28323377799995, - 33.932606032000024 - ], - [ - -117.28323386599999, - 33.93261316200005 - ], - [ - -117.28323390999998, - 33.93261672800003 - ], - [ - -117.28323395299998, - 33.932620292000024 - ], - [ - -117.28323399699997, - 33.932623858000056 - ], - [ - -117.28323404099996, - 33.93262742300004 - ], - [ - -117.28323408299997, - 33.932630989000074 - ], - [ - -117.28323416999996, - 33.932638119000046 - ], - [ - -117.28323421299996, - 33.93264168400003 - ], - [ - -117.28323429999995, - 33.93264881400006 - ], - [ - -117.283234344, - 33.932652380000036 - ], - [ - -117.28323438799998, - 33.93265594500008 - ], - [ - -117.28323443099998, - 33.932659510000065 - ], - [ - -117.28323451899996, - 33.93266664200007 - ], - [ - -117.28323456099997, - 33.93267020700006 - ], - [ - -117.28323460399997, - 33.932673771000054 - ], - [ - -117.28323464799996, - 33.93267733700003 - ], - [ - -117.28323473499995, - 33.93268446800005 - ], - [ - -117.28323477799995, - 33.932688032000044 - ], - [ - -117.28323482199994, - 33.932691598000076 - ], - [ - -117.28323486599999, - 33.93269516400005 - ], - [ - -117.28323495299998, - 33.93270229400002 - ], - [ - -117.28323499699997, - 33.932705859000066 - ], - [ - -117.28323504099995, - 33.93270942500004 - ], - [ - -117.28323508299997, - 33.93271298900004 - ], - [ - -117.28323512699995, - 33.93271655500007 - ], - [ - -117.28323516999995, - 33.932720120000056 - ], - [ - -117.28323521399994, - 33.93272368600003 - ], - [ - -117.28323525699994, - 33.932727251000074 - ], - [ - -117.283235301, - 33.93273081600006 - ], - [ - -117.283235344, - 33.932734381000046 - ], - [ - -117.28323543099998, - 33.932741512000064 - ], - [ - -117.28323547399998, - 33.93274507700005 - ], - [ - -117.28323551799997, - 33.932748643000025 - ], - [ - -117.28323556099997, - 33.93275220800007 - ], - [ - -117.28323560399997, - 33.932755772000064 - ], - [ - -117.28323564799996, - 33.93275933800004 - ], - [ - -117.28323569199995, - 33.932762903000025 - ], - [ - -117.28323573499995, - 33.93276646800007 - ], - [ - -117.283235779, - 33.93277003400004 - ], - [ - -117.283235822, - 33.932773600000075 - ], - [ - -117.28323586599998, - 33.93277716500006 - ], - [ - -117.28323590899998, - 33.93278072900006 - ], - [ - -117.28323595299997, - 33.93278429500003 - ], - [ - -117.28323599599997, - 33.932787860000076 - ], - [ - -117.28323608299996, - 33.93279499000005 - ], - [ - -117.28323616999995, - 33.932802122000055 - ], - [ - -117.28323621399994, - 33.93280568700004 - ], - [ - -117.28323625699994, - 33.93280925200003 - ], - [ - -117.28323630099999, - 33.93281281800006 - ], - [ - -117.28323634399999, - 33.932816382000055 - ], - [ - -117.28323638699999, - 33.93281994700004 - ], - [ - -117.28323643099998, - 33.93282351300007 - ], - [ - -117.28323647399998, - 33.93282707800006 - ], - [ - -117.28323651799997, - 33.932830644000035 - ], - [ - -117.28323655999998, - 33.93283420900008 - ], - [ - -117.28323660499996, - 33.93283777400006 - ], - [ - -117.28323664799996, - 33.93284134000004 - ], - [ - -117.28323673499995, - 33.93284846900008 - ], - [ - -117.283236779, - 33.93285203500005 - ], - [ - -117.283236822, - 33.93285560000004 - ], - [ - -117.28323686599998, - 33.93285916600007 - ], - [ - -117.28323690899998, - 33.93286273100006 - ], - [ - -117.28323695299997, - 33.93286629700003 - ], - [ - -117.28323699599997, - 33.932869862000075 - ], - [ - -117.28323703799998, - 33.93287342700006 - ], - [ - -117.28323708199997, - 33.93287699200005 - ], - [ - -117.28323712599996, - 33.93288055800008 - ], - [ - -117.2832371699999, - 33.932884123000065 - ], - [ - -117.28323721299995, - 33.93288768700006 - ], - [ - -117.28323725699994, - 33.93289125300004 - ], - [ - -117.28323730099999, - 33.93289481900007 - ], - [ - -117.28323734399999, - 33.932898384000055 - ], - [ - -117.28323738699999, - 33.93290194900004 - ], - [ - -117.28323743099998, - 33.93290551500007 - ], - [ - -117.28323747399998, - 33.93290908000006 - ], - [ - -117.28323751799996, - 33.932912645000044 - ], - [ - -117.28323756099996, - 33.93291621000003 - ], - [ - -117.28323760499995, - 33.93291977600006 - ], - [ - -117.28323764899994, - 33.93292334100005 - ], - [ - -117.28323769099995, - 33.932926906000034 - ], - [ - -117.28323773499994, - 33.93293047100008 - ], - [ - -117.283237779, - 33.93293403700005 - ], - [ - -117.28323782299998, - 33.93293760200004 - ], - [ - -117.28323786599998, - 33.932941167000024 - ], - [ - -117.28323790899998, - 33.93294473200007 - ], - [ - -117.28323795299997, - 33.93294829800004 - ], - [ - -117.28323799599997, - 33.932951864000074 - ], - [ - -117.28323803899997, - 33.93295542800007 - ], - [ - -117.28323869399998, - 33.93300909000004 - ], - [ - -117.28323988199998, - 33.93310650800004 - ], - [ - -117.28324051799996, - 33.933158648000074 - ], - [ - -117.28324060499995, - 33.933165780000024 - ], - [ - -117.28324064699996, - 33.93316934400008 - ], - [ - -117.28324068999996, - 33.933172909000064 - ], - [ - -117.28324073399995, - 33.93317647500004 - ], - [ - -117.283240778, - 33.93318004100007 - ], - [ - -117.28324145199997, - 33.93323525900007 - ], - [ - -117.28317645899995, - 33.93323565000003 - ], - [ - -117.28317218099994, - 33.93323567500005 - ], - [ - -117.28316790399998, - 33.93323570100006 - ], - [ - -117.28316362599998, - 33.93323572700007 - ], - [ - -117.28315934799997, - 33.933235753000076 - ], - [ - -117.283150794, - 33.93323580500004 - ], - [ - -117.28314651699998, - 33.93323583100005 - ], - [ - -117.28314223999996, - 33.93323585600007 - ], - [ - -117.28313796199996, - 33.933235882000076 - ], - [ - -117.28313368499994, - 33.93323590800003 - ], - [ - -117.28312940799998, - 33.93323593500003 - ], - [ - -117.28312512999997, - 33.93323596000005 - ], - [ - -117.28312085199997, - 33.93323598600006 - ], - [ - -117.28311657499995, - 33.933236012000066 - ], - [ - -117.283112298, - 33.93323603700003 - ], - [ - -117.28310802099998, - 33.93323606300004 - ], - [ - -117.28310374299997, - 33.93323609000004 - ], - [ - -117.28309946599995, - 33.933236116000046 - ], - [ - -117.28309518799995, - 33.933236141000066 - ], - [ - -117.28309090999994, - 33.933236167000075 - ], - [ - -117.28308663399997, - 33.93323619300003 - ], - [ - -117.28308235699996, - 33.93323621800005 - ], - [ - -117.28307807899995, - 33.933236245000046 - ], - [ - -117.283073802, - 33.933236271000055 - ], - [ - -117.28306524599998, - 33.93323632200003 - ], - [ - -117.28306096899996, - 33.93323634800004 - ], - [ - -117.283056693, - 33.933236374000046 - ], - [ - -117.28305241499999, - 33.933236400000055 - ], - [ - -117.28304813699998, - 33.933236426000065 - ], - [ - -117.28304385999996, - 33.933236452000074 - ], - [ - -117.28303958199996, - 33.93323647700004 - ], - [ - -117.28303530499994, - 33.933236503000046 - ], - [ - -117.28303102899997, - 33.933236529000055 - ], - [ - -117.28302675099997, - 33.933236555000065 - ], - [ - -117.28302247299996, - 33.933236581000074 - ], - [ - -117.28301819599994, - 33.933236607000026 - ], - [ - -117.283013918, - 33.933236633000035 - ], - [ - -117.28300964099998, - 33.933236658000055 - ], - [ - -117.28300536399996, - 33.933236684000065 - ], - [ - -117.28300108699995, - 33.933236710000074 - ], - [ - -117.28299680899994, - 33.933236736000026 - ], - [ - -117.282992531, - 33.933236762000035 - ], - [ - -117.28298825399997, - 33.933236788000045 - ], - [ - -117.28298397699996, - 33.933236813000065 - ], - [ - -117.28297542299998, - 33.933236865000026 - ], - [ - -117.28297114499998, - 33.933236892000025 - ], - [ - -117.28296686699997, - 33.933236917000045 - ], - [ - -117.28296258999995, - 33.933236943000054 - ], - [ - -117.28295403399994, - 33.933236994000026 - ], - [ - -117.28294548099996, - 33.933237047000034 - ], - [ - -117.28294120299995, - 33.933237072000054 - ], - [ - -117.28293692699998, - 33.93323709800006 - ], - [ - -117.28293264799998, - 33.93323712400007 - ], - [ - -117.28292836999998, - 33.933237150000025 - ], - [ - -117.28292409299996, - 33.933237175000045 - ], - [ - -117.282919817, - 33.93323720200004 - ], - [ - -117.28291553899999, - 33.93323722800005 - ], - [ - -117.28291126099998, - 33.93323725300007 - ], - [ - -117.28290698399996, - 33.933237279000025 - ], - [ - -117.28289842799995, - 33.93323733100004 - ], - [ - -117.282894151, - 33.93323735700005 - ], - [ - -117.28288559699996, - 33.93323740900007 - ], - [ - -117.28288131999994, - 33.933237434000034 - ], - [ - -117.28287704199994, - 33.93323746000004 - ], - [ - -117.282872764, - 33.93323748600005 - ], - [ - -117.28286420999996, - 33.93323753800007 - ], - [ - -117.28285993299994, - 33.933237564000024 - ], - [ - -117.28285565599998, - 33.93323758900004 - ], - [ - -117.28285137799998, - 33.93323761500005 - ], - [ - -117.28284709999997, - 33.93323764100006 - ], - [ - -117.28284281599997, - 33.93323766700007 - ], - [ - -117.28283853499994, - 33.933237693000024 - ], - [ - -117.282834257, - 33.93323771900003 - ], - [ - -117.28282997899998, - 33.93323774400005 - ], - [ - -117.28282570299996, - 33.93323777000006 - ], - [ - -117.28282142499995, - 33.93323779600007 - ], - [ - -117.282817148, - 33.933237822000024 - ], - [ - -117.28281287099998, - 33.93323784800003 - ], - [ - -117.28280859299997, - 33.93323787400004 - ], - [ - -117.282800039, - 33.93323792500007 - ], - [ - -117.28279576099999, - 33.933237951000024 - ], - [ - -117.28279148299998, - 33.93323797700003 - ], - [ - -117.28278720599997, - 33.93323800300004 - ], - [ - -117.28278292899995, - 33.93323802900005 - ], - [ - -117.28277865099994, - 33.93323805400007 - ], - [ - -117.28277437399998, - 33.933238080000024 - ], - [ - -117.28276581899996, - 33.93323813100005 - ], - [ - -117.28275726499999, - 33.933238182000025 - ], - [ - -117.28274443299995, - 33.933238258000074 - ], - [ - -117.282735877, - 33.933238311000025 - ], - [ - -117.28272732399995, - 33.933238361000065 - ], - [ - -117.28271876899998, - 33.933238413000026 - ], - [ - -117.28271449099998, - 33.933238439000036 - ], - [ - -117.28270593599996, - 33.933238490000065 - ], - [ - -117.28269738199998, - 33.933238542000026 - ], - [ - -117.28269310399997, - 33.933238567000046 - ], - [ - -117.28268882699996, - 33.933238593000056 - ], - [ - -117.282680272, - 33.933238645000074 - ], - [ - -117.28267171799996, - 33.93323869500006 - ], - [ - -117.28266743999995, - 33.933238721000066 - ], - [ - -117.28265888499999, - 33.93323877300003 - ], - [ - -117.28265033099996, - 33.93323882400006 - ], - [ - -117.282641776, - 33.933238876000075 - ], - [ - -117.28263322099997, - 33.93323892600006 - ], - [ - -117.28262894399995, - 33.93323895200007 - ], - [ - -117.28262038899999, - 33.93323900300004 - ], - [ - -117.28261611, - 33.93323902900005 - ], - [ - -117.28260755699995, - 33.93323908000008 - ], - [ - -117.282599001, - 33.93323913100005 - ], - [ - -117.28259472499997, - 33.93323915700006 - ], - [ - -117.28259044799995, - 33.93323918300007 - ], - [ - -117.28258616999995, - 33.93323920900008 - ], - [ - -117.28258189299999, - 33.93323923500003 - ], - [ - -117.28257333699997, - 33.93323928600006 - ], - [ - -117.28256905899997, - 33.93323931200007 - ], - [ - -117.28256478199995, - 33.93323933800008 - ], - [ - -117.28256050599998, - 33.93323936400003 - ], - [ - -117.28255622799998, - 33.93323939000004 - ], - [ - -117.28255195199995, - 33.93323941600005 - ], - [ - -117.28254339499995, - 33.93323946700008 - ], - [ - -117.28253484099997, - 33.93323951700006 - ], - [ - -117.28252628799999, - 33.93323956800003 - ], - [ - -117.282522009, - 33.93323959400004 - ], - [ - -117.28251345399997, - 33.93323964500007 - ], - [ - -117.28250489899995, - 33.933239696000044 - ], - [ - -117.28249634599996, - 33.93323974700007 - ], - [ - -117.28248778999995, - 33.933239799000035 - ], - [ - -117.28247923499998, - 33.933239850000064 - ], - [ - -117.28247068199994, - 33.933239900000046 - ], - [ - -117.28246640299994, - 33.933239926000056 - ], - [ - -117.28245784899997, - 33.93323997700003 - ], - [ - -117.28244929299996, - 33.933240029000046 - ], - [ - -117.28244073899998, - 33.93324007900003 - ], - [ - -117.28243646199996, - 33.93324010500004 - ], - [ - -117.28243219599995, - 33.93324013100005 - ], - [ - -117.28241936299997, - 33.93324020700004 - ], - [ - -117.28241508699995, - 33.93324023300005 - ], - [ - -117.28241080799995, - 33.93324025900006 - ], - [ - -117.28240653199998, - 33.93324028500007 - ], - [ - -117.28239797799995, - 33.93324033600004 - ], - [ - -117.28239369899995, - 33.93324036200005 - ], - [ - -117.28238514399999, - 33.93324041300008 - ], - [ - -117.28238086699997, - 33.93324043900003 - ], - [ - -117.28237658999996, - 33.93324046500004 - ], - [ - -117.28237231299994, - 33.93324049100005 - ], - [ - -117.282368035, - 33.93324051600007 - ], - [ - -117.28236375699998, - 33.93324054200008 - ], - [ - -117.28235947999997, - 33.93324056800003 - ], - [ - -117.28235520299995, - 33.93324059400004 - ], - [ - -117.28235092499995, - 33.93324062000005 - ], - [ - -117.28234664899998, - 33.93324064600006 - ], - [ - -117.28234237099997, - 33.93324067100008 - ], - [ - -117.28233809299996, - 33.93324069700003 - ], - [ - -117.282333817, - 33.93324072300004 - ], - [ - -117.28232953899999, - 33.93324074900005 - ], - [ - -117.28232098399997, - 33.93324080000008 - ], - [ - -117.28231670699995, - 33.93324082500004 - ], - [ - -117.28231242899994, - 33.93324085100005 - ], - [ - -117.28230815299997, - 33.93324087800005 - ], - [ - -117.28230387499997, - 33.93324090300007 - ], - [ - -117.28229959699996, - 33.93324092900008 - ], - [ - -117.28229531999995, - 33.93324095500003 - ], - [ - -117.28229104299999, - 33.93324098000005 - ], - [ - -117.28228676499998, - 33.93324100600006 - ], - [ - -117.28228248799996, - 33.93324103300006 - ], - [ - -117.28227821099995, - 33.93324105800008 - ], - [ - -117.28227393299994, - 33.93324108400003 - ], - [ - -117.282269655, - 33.93324111000004 - ], - [ - -117.28226537899997, - 33.93324113500006 - ], - [ - -117.28226110099996, - 33.93324116100007 - ], - [ - -117.28225254699998, - 33.93324121100005 - ], - [ - -117.28224826899998, - 33.93324123700006 - ], - [ - -117.28224399099997, - 33.93324126300007 - ], - [ - -117.28223971399996, - 33.93324128800003 - ], - [ - -117.28223115999998, - 33.93324133900006 - ], - [ - -117.28222688199997, - 33.933241364000025 - ], - [ - -117.28222260499996, - 33.933241390000035 - ], - [ - -117.28215835299994, - 33.93324177100004 - ], - [ - -117.28209427299998, - 33.93324215600006 - ], - [ - -117.28208999499998, - 33.93324218200007 - ], - [ - -117.28208571799996, - 33.933242208000024 - ], - [ - -117.28208143999996, - 33.933242233000044 - ], - [ - -117.28207716299994, - 33.93324225900005 - ], - [ - -117.28207288599998, - 33.93324228500006 - ], - [ - -117.28206860899996, - 33.93324231100007 - ], - [ - -117.28206433099996, - 33.933242337000024 - ], - [ - -117.28206005399994, - 33.93324236300003 - ], - [ - -117.282055776, - 33.93324238800005 - ], - [ - -117.28204722199996, - 33.93324244000007 - ], - [ - -117.28203866699994, - 33.93324249200003 - ], - [ - -117.28203438999998, - 33.93324251800004 - ], - [ - -117.28203011199997, - 33.93324254300006 - ], - [ - -117.28202583399997, - 33.93324256900007 - ], - [ - -117.28202155599996, - 33.933242595000024 - ], - [ - -117.28201728099998, - 33.93324262100003 - ], - [ - -117.28201300299997, - 33.93324264700004 - ], - [ - -117.28200872499997, - 33.93324267200006 - ], - [ - -117.28200016999995, - 33.933242724000024 - ], - [ - -117.28199589199994, - 33.93324275000003 - ], - [ - -117.28199161499998, - 33.93324277600004 - ], - [ - -117.28198733899995, - 33.93324280200005 - ], - [ - -117.28198306599995, - 33.93324282700007 - ], - [ - -117.28197879599998, - 33.933242853000024 - ], - [ - -117.28197451799997, - 33.933242879000034 - ], - [ - -117.28197023999996, - 33.93324290600003 - ], - [ - -117.281965964, - 33.93324293100005 - ], - [ - -117.28196168599999, - 33.93324295700006 - ], - [ - -117.281957407, - 33.93324298300007 - ], - [ - -117.28195312899999, - 33.933243008000034 - ], - [ - -117.28194885399995, - 33.93324303400004 - ], - [ - -117.28194457599994, - 33.93324306100004 - ], - [ - -117.28194029799994, - 33.93324308600006 - ], - [ - -117.28193602199997, - 33.93324311200007 - ], - [ - -117.28193174299997, - 33.933243137000034 - ], - [ - -117.28192746499997, - 33.93324316300004 - ], - [ - -117.28192318899994, - 33.93324318900005 - ], - [ - -117.28191891299997, - 33.93324321500006 - ], - [ - -117.28191463399997, - 33.93324324100007 - ], - [ - -117.28190607899995, - 33.93324329200004 - ], - [ - -117.28190180099995, - 33.93324331800005 - ], - [ - -117.28189752499998, - 33.93324334500005 - ], - [ - -117.28189324699997, - 33.93324337000007 - ], - [ - -117.28188896999995, - 33.93324339600008 - ], - [ - -117.28188469199995, - 33.93324342200003 - ], - [ - -117.28188041499999, - 33.93324344700005 - ], - [ - -117.28187613699998, - 33.93324347300006 - ], - [ - -117.28186758299995, - 33.93324352500008 - ], - [ - -117.28185902799999, - 33.93324357600005 - ], - [ - -117.28185475099997, - 33.93324360200006 - ], - [ - -117.28184619599995, - 33.93324365400008 - ], - [ - -117.28184191999998, - 33.93324368000003 - ], - [ - -117.28183764199997, - 33.93324370600004 - ], - [ - -117.28182908699995, - 33.93324375700007 - ], - [ - -117.28182480999999, - 33.93324378400007 - ], - [ - -117.28182053199998, - 33.93324380900003 - ], - [ - -117.28181625399998, - 33.93324383500004 - ], - [ - -117.28181197799995, - 33.93324386100005 - ], - [ - -117.28180769999994, - 33.93324388600007 - ], - [ - -117.28179914599997, - 33.93324393800003 - ], - [ - -117.28179486799996, - 33.93324396400004 - ], - [ - -117.28178631299994, - 33.93324401500007 - ], - [ - -117.28178204699998, - 33.93324404100008 - ], - [ - -117.28177776899997, - 33.93324406700003 - ], - [ - -117.28177349299995, - 33.93324409200005 - ], - [ - -117.28176493799998, - 33.93324414400007 - ], - [ - -117.28176066099996, - 33.93324417000008 - ], - [ - -117.28175638299996, - 33.93324419600003 - ], - [ - -117.28175210499995, - 33.93324422200004 - ], - [ - -117.28174782699995, - 33.93324424700006 - ], - [ - -117.28173927399996, - 33.933244298000034 - ], - [ - -117.28173499599995, - 33.93324432400004 - ], - [ - -117.28172644099999, - 33.93324437500007 - ], - [ - -117.28172216399997, - 33.933244401000024 - ], - [ - -117.28171788699996, - 33.933244427000034 - ], - [ - -117.2817136099999, - 33.93324445300004 - ], - [ - -117.281709332, - 33.93324447900005 - ], - [ - -117.28170505499997, - 33.93324450400007 - ], - [ - -117.28170077699997, - 33.933244530000024 - ], - [ - -117.281692223, - 33.93324458200004 - ], - [ - -117.28168794499999, - 33.93324460800005 - ], - [ - -117.28168366799997, - 33.93324463400006 - ], - [ - -117.28167938999997, - 33.933244659000025 - ], - [ - -117.28167511899994, - 33.933244685000034 - ], - [ - -117.28167084699999, - 33.93324471100004 - ], - [ - -117.28165373799999, - 33.933244814000034 - ], - [ - -117.28164517699997, - 33.93324486500006 - ], - [ - -117.28164089399996, - 33.93324489100007 - ], - [ - -117.281632334, - 33.933244942000044 - ], - [ - -117.28162805099998, - 33.933244968000054 - ], - [ - -117.28162377499996, - 33.93324499300007 - ], - [ - -117.28161949599996, - 33.933245019000026 - ], - [ - -117.28161521699997, - 33.933245045000035 - ], - [ - -117.28160666399998, - 33.933245095000075 - ], - [ - -117.28160237399999, - 33.93324512100003 - ], - [ - -117.28159381399996, - 33.933245172000056 - ], - [ - -117.28158953099995, - 33.933245198000066 - ], - [ - -117.28158525299995, - 33.93324522300003 - ], - [ - -117.28158097599999, - 33.93324525000003 - ], - [ - -117.28157669799998, - 33.93324527600004 - ], - [ - -117.28157242099996, - 33.933245301000056 - ], - [ - -117.281568145, - 33.933245327000066 - ], - [ - -117.28156386699999, - 33.933245353000075 - ], - [ - -117.28155958899998, - 33.93324537900003 - ], - [ - -117.28155531199997, - 33.93324540500004 - ], - [ - -117.281546758, - 33.933245455000076 - ], - [ - -117.28154247999998, - 33.93324548100003 - ], - [ - -117.28153392499996, - 33.93324553100007 - ], - [ - -117.28152964699996, - 33.93324555700008 - ], - [ - -117.28152108199998, - 33.93324560900004 - ], - [ - -117.28151680399998, - 33.93324563500005 - ], - [ - -117.28150824899996, - 33.93324568600008 - ], - [ - -117.28149969499998, - 33.93324573600006 - ], - [ - -117.28149541799996, - 33.93324576200007 - ], - [ - -117.28148258599998, - 33.93324583800006 - ], - [ - -117.28147829499994, - 33.93324586400007 - ], - [ - -117.28147401999996, - 33.93324589000002 - ], - [ - -117.28146974199996, - 33.93324591600003 - ], - [ - -117.28146545199996, - 33.93324594100005 - ], - [ - -117.28146117499995, - 33.93324596700006 - ], - [ - -117.28145689899998, - 33.93324599300007 - ], - [ - -117.28145261999998, - 33.93324601900002 - ], - [ - -117.28144834299997, - 33.93324604400004 - ], - [ - -117.28144406599995, - 33.93324607000005 - ], - [ - -117.28143978799994, - 33.93324609600006 - ], - [ - -117.28143551, - 33.93324612200007 - ], - [ - -117.28143123399997, - 33.93324614800002 - ], - [ - -117.28142695599996, - 33.93324617300004 - ], - [ - -117.28142268399995, - 33.93324619900005 - ], - [ - -117.28141413699996, - 33.933246250000025 - ], - [ - -117.28140985799996, - 33.933246276000034 - ], - [ - -117.28140557999996, - 33.93324630200004 - ], - [ - -117.28140130299994, - 33.93324632700006 - ], - [ - -117.28139274899996, - 33.933246378000035 - ], - [ - -117.281388473, - 33.933246404000045 - ], - [ - -117.281379916, - 33.933246455000074 - ], - [ - -117.28137563899998, - 33.933246481000026 - ], - [ - -117.28136708399995, - 33.933246532000055 - ], - [ - -117.28136280899997, - 33.933246557000075 - ], - [ - -117.28135852999998, - 33.93324658300003 - ], - [ - -117.28135425199997, - 33.93324660800005 - ], - [ - -117.28134569799994, - 33.933246659000076 - ], - [ - -117.28134142, - 33.93324668500003 - ], - [ - -117.28133286599996, - 33.93324673600006 - ], - [ - -117.28132858799995, - 33.93324676200007 - ], - [ - -117.28132430999995, - 33.93324678700003 - ], - [ - -117.28132003399998, - 33.93324681300004 - ], - [ - -117.28131147799996, - 33.93324686400007 - ], - [ - -117.28130292399999, - 33.93324691500004 - ], - [ - -117.28129436999996, - 33.93324696500002 - ], - [ - -117.28129009199995, - 33.93324699100003 - ], - [ - -117.28128153699998, - 33.93324704200006 - ], - [ - -117.28127725899998, - 33.933247067000025 - ], - [ - -117.28127298299995, - 33.933247093000034 - ], - [ - -117.281268706, - 33.93324712000003 - ], - [ - -117.28126442799999, - 33.93324714500005 - ], - [ - -117.28126015, - 33.93324717100006 - ], - [ - -117.28125587199997, - 33.933247196000025 - ], - [ - -117.28125159499996, - 33.933247222000034 - ], - [ - -117.28124731899999, - 33.93324724900003 - ], - [ - -117.28124304099998, - 33.93324727400005 - ], - [ - -117.28123876399997, - 33.93324730000006 - ], - [ - -117.28123448599996, - 33.933247325000025 - ], - [ - -117.28123020799995, - 33.933247351000034 - ], - [ - -117.28122593199998, - 33.93324737700004 - ], - [ - -117.28122165499997, - 33.93324740300005 - ], - [ - -117.28121737699996, - 33.93324742900006 - ], - [ - -117.28121309999995, - 33.933247454000025 - ], - [ - -117.28120882199994, - 33.933247480000034 - ], - [ - -117.281204544, - 33.93324750600004 - ], - [ - -117.28120026699997, - 33.93324753100006 - ], - [ - -117.28119599099995, - 33.93324755700007 - ], - [ - -117.28119171299994, - 33.933247582000035 - ], - [ - -117.281187435, - 33.933247609000034 - ], - [ - -117.28118315799998, - 33.933247633000065 - ], - [ - -117.28117888, - 33.933247659000074 - ], - [ - -117.28117460299995, - 33.933247685000026 - ], - [ - -117.281170326, - 33.933247710000046 - ], - [ - -117.28116604899998, - 33.933247734000076 - ], - [ - -117.28116177099997, - 33.933247761000075 - ], - [ - -117.28115749399996, - 33.93324778500005 - ], - [ - -117.28115321599995, - 33.93324781100006 - ], - [ - -117.281148939, - 33.93324783700007 - ], - [ - -117.28114466199997, - 33.93324786200003 - ], - [ - -117.28114038399997, - 33.93324788800004 - ], - [ - -117.28107525499996, - 33.93324827300006 - ], - [ - -117.28107458199997, - 33.93319434400007 - ], - [ - -117.28107453699994, - 33.933190780000075 - ], - [ - -117.28107449299995, - 33.93318721500003 - ], - [ - -117.28107444899996, - 33.933183650000046 - ], - [ - -117.28107440499997, - 33.93318008500006 - ], - [ - -117.28107436, - 33.933176520000075 - ], - [ - -117.28107431599994, - 33.93317295500003 - ], - [ - -117.28107427099997, - 33.93316938900006 - ], - [ - -117.28107422699998, - 33.93316582400007 - ], - [ - -117.28107413799995, - 33.93315869300005 - ], - [ - -117.28107409399996, - 33.933155129000056 - ], - [ - -117.28107404999997, - 33.933151563000024 - ], - [ - -117.281074005, - 33.93314799800004 - ], - [ - -117.28107396099995, - 33.93314443200006 - ], - [ - -117.28107391699996, - 33.933140868000066 - ], - [ - -117.28107387199998, - 33.933137302000034 - ], - [ - -117.28107382699994, - 33.93313373400008 - ], - [ - -117.28107378299995, - 33.93313017000003 - ], - [ - -117.28107373799998, - 33.93312660500004 - ], - [ - -117.28107369299994, - 33.933123039000066 - ], - [ - -117.28107364899995, - 33.93311947400008 - ], - [ - -117.28107355999998, - 33.93311234400005 - ], - [ - -117.281073516, - 33.933108778000076 - ], - [ - -117.28107347199995, - 33.93310521300003 - ], - [ - -117.28107342699997, - 33.93310164600007 - ], - [ - -117.28107338199999, - 33.933098080000036 - ], - [ - -117.28107333799994, - 33.93309451600004 - ], - [ - -117.28107329299996, - 33.933090950000064 - ], - [ - -117.28107324899997, - 33.93308738500008 - ], - [ - -117.28107320499998, - 33.933083820000036 - ], - [ - -117.28107315999995, - 33.93308025500005 - ], - [ - -117.28107311599996, - 33.933076689000075 - ], - [ - -117.28107307099998, - 33.93307312300004 - ], - [ - -117.281073027, - 33.933069559000046 - ], - [ - -117.28107298199996, - 33.93306599300007 - ], - [ - -117.28107293699998, - 33.93306242800003 - ], - [ - -117.28107289299999, - 33.93305886400003 - ], - [ - -117.28107284999999, - 33.93305529700007 - ], - [ - -117.28107280399996, - 33.933051732000024 - ], - [ - -117.28107276099996, - 33.93304816800003 - ], - [ - -117.281072715, - 33.93304460200005 - ], - [ - -117.28107266999996, - 33.93304103600008 - ], - [ - -117.28107262599997, - 33.933037472000024 - ], - [ - -117.28107258199998, - 33.93303390700004 - ], - [ - -117.28107253699994, - 33.93303034100006 - ], - [ - -117.28107249199996, - 33.93302677500003 - ], - [ - -117.28107244799997, - 33.933023210000044 - ], - [ - -117.28107240399999, - 33.93301964500006 - ], - [ - -117.28107235899995, - 33.933016079000026 - ], - [ - -117.28107231499996, - 33.93301251400004 - ], - [ - -117.28107227099997, - 33.933008949000055 - ], - [ - -117.28107218199995, - 33.93300182000007 - ], - [ - -117.28107213699997, - 33.93299825400004 - ], - [ - -117.28107209299998, - 33.932994688000065 - ], - [ - -117.28107204799994, - 33.93299112300008 - ], - [ - -117.28107200399995, - 33.932987558000036 - ], - [ - -117.28107195899997, - 33.93298399200006 - ], - [ - -117.28107191499998, - 33.932980427000075 - ], - [ - -117.281071871, - 33.93297686200003 - ], - [ - -117.28107182599996, - 33.932973297000046 - ], - [ - -117.28107178199997, - 33.93296973100007 - ], - [ - -117.28107173899997, - 33.93296616600003 - ], - [ - -117.28107169299994, - 33.932962599000064 - ], - [ - -117.28107164799997, - 33.93295903400008 - ], - [ - -117.28107160399998, - 33.932955468000046 - ], - [ - -117.28107155999999, - 33.93295190400005 - ], - [ - -117.28107151599994, - 33.932948338000074 - ], - [ - -117.28107147099996, - 33.93294477300003 - ], - [ - -117.28107142699997, - 33.932941208000045 - ], - [ - -117.281071382, - 33.93293764200007 - ], - [ - -117.28107133799995, - 33.93293407600004 - ], - [ - -117.28107129299997, - 33.93293051000006 - ], - [ - -117.28107120399994, - 33.932923379000044 - ], - [ - -117.28107115899996, - 33.93291981400006 - ], - [ - -117.28107111499997, - 33.93291624900007 - ], - [ - -117.28107107099999, - 33.93291268300004 - ], - [ - -117.28107102699994, - 33.932909118000055 - ], - [ - -117.28107093799997, - 33.93290198700004 - ], - [ - -117.281070893, - 33.93289842200005 - ], - [ - -117.28107084899995, - 33.932894858000054 - ], - [ - -117.28107080399997, - 33.93289129200008 - ], - [ - -117.28107075999998, - 33.932887727000036 - ], - [ - -117.28107071499994, - 33.93288416100006 - ], - [ - -117.28107067099995, - 33.932880596000075 - ], - [ - -117.28107062699996, - 33.93287703100003 - ], - [ - -117.28107058299997, - 33.93287346500006 - ], - [ - -117.28107053999997, - 33.93286990000007 - ], - [ - -117.28107049599998, - 33.93286633500003 - ], - [ - -117.281070452, - 33.93286277000004 - ], - [ - -117.28107040799995, - 33.93285920500006 - ], - [ - -117.28107036399996, - 33.93285564000007 - ], - [ - -117.281070275, - 33.93284850900005 - ], - [ - -117.28107023099994, - 33.93284494400007 - ], - [ - -117.28107018699995, - 33.932841378000035 - ], - [ - -117.28107014299997, - 33.93283781200006 - ], - [ - -117.28107009899998, - 33.93283424800006 - ], - [ - -117.28107005499999, - 33.93283068300008 - ], - [ - -117.28107001099994, - 33.932827117000045 - ], - [ - -117.28106996699995, - 33.93282355200006 - ], - [ - -117.28106992399995, - 33.93281998600003 - ], - [ - -117.28106987999996, - 33.93281642100004 - ], - [ - -117.28106983599997, - 33.932812857000044 - ], - [ - -117.28106979199998, - 33.93280929200006 - ], - [ - -117.281069748, - 33.932805726000026 - ], - [ - -117.28106970399995, - 33.93280216100004 - ], - [ - -117.28106965999996, - 33.932798596000055 - ], - [ - -117.28106961599997, - 33.93279503000008 - ], - [ - -117.28106895699995, - 33.932742104000056 - ], - [ - -117.28106828299997, - 33.93268800200008 - ], - [ - -117.28106766199994, - 33.932638154000074 - ], - [ - -117.28106761799995, - 33.93263459000008 - ], - [ - -117.28106757299997, - 33.932631025000035 - ], - [ - -117.28106752899998, - 33.93262745900006 - ], - [ - -117.28106743999996, - 33.93262032800004 - ], - [ - -117.28106739499998, - 33.932616763000055 - ], - [ - -117.28106730599995, - 33.93260963400007 - ], - [ - -117.28106726199997, - 33.93260606900003 - ], - [ - -117.28106717299994, - 33.93259893900006 - ], - [ - -117.28106712799996, - 33.93259537300003 - ], - [ - -117.28106708399997, - 33.93259180800004 - ], - [ - -117.28106703999998, - 33.932588244000044 - ], - [ - -117.28106695099996, - 33.932581113000026 - ], - [ - -117.28106690599998, - 33.93257754500007 - ], - [ - -117.28106686199999, - 33.932573981000075 - ], - [ - -117.28106681699995, - 33.93257041500004 - ], - [ - -117.28106677199997, - 33.93256685000006 - ], - [ - -117.28106672799998, - 33.93256328500007 - ], - [ - -117.28106668399994, - 33.93255971900004 - ], - [ - -117.28106659499997, - 33.93255258900007 - ], - [ - -117.28106655099998, - 33.932549024000025 - ], - [ - -117.28106646199996, - 33.932541893000064 - ], - [ - -117.28106641699998, - 33.93253832700003 - ], - [ - -117.28106632799995, - 33.93253119600007 - ], - [ - -117.28106628399996, - 33.932527632000074 - ], - [ - -117.28106623999997, - 33.93252406700003 - ], - [ - -117.281066195, - 33.932520501000056 - ], - [ - -117.28106615099995, - 33.93251693700006 - ], - [ - -117.28106610599997, - 33.93251337100003 - ], - [ - -117.28106606199998, - 33.93250980500005 - ], - [ - -117.281066018, - 33.932506240000066 - ], - [ - -117.28106597299995, - 33.93250267500002 - ], - [ - -117.28106592899996, - 33.93249910900005 - ], - [ - -117.28106588399999, - 33.93249554300007 - ], - [ - -117.2810658399999, - 33.932491980000066 - ], - [ - -117.28106579499996, - 33.932488414000034 - ], - [ - -117.28106574999998, - 33.93248484900005 - ], - [ - -117.281065706, - 33.93248128400006 - ], - [ - -117.28106566199995, - 33.93247771800003 - ], - [ - -117.28106561699997, - 33.932474152000054 - ], - [ - -117.28106557299998, - 33.93247058800006 - ], - [ - -117.28106543999996, - 33.93245989300004 - ], - [ - -117.28106539499998, - 33.93245632700007 - ], - [ - -117.28106535099994, - 33.932452762000025 - ], - [ - -117.28106530599996, - 33.93244919600005 - ], - [ - -117.281065217, - 33.93244206500003 - ], - [ - -117.28106517299994, - 33.932438500000046 - ], - [ - -117.28106508499997, - 33.932431370000074 - ], - [ - -117.28106503999999, - 33.93242780400004 - ], - [ - -117.28106499599994, - 33.932424239000056 - ], - [ - -117.28106495099996, - 33.93242067400007 - ], - [ - -117.28106490699997, - 33.93241710800004 - ], - [ - -117.28106481799995, - 33.93240997800007 - ], - [ - -117.28106477299997, - 33.932406412000034 - ], - [ - -117.28106472899998, - 33.93240284800004 - ], - [ - -117.281064685, - 33.93239928300005 - ], - [ - -117.28106463999995, - 33.93239571700008 - ], - [ - -117.28106459499998, - 33.932392151000045 - ], - [ - -117.28106455099999, - 33.93238858600006 - ], - [ - -117.28106450499996, - 33.93238502100007 - ], - [ - -117.28106445999998, - 33.93238145500004 - ], - [ - -117.28106437099996, - 33.93237432500007 - ], - [ - -117.28106432699997, - 33.932370760000026 - ], - [ - -117.28106428199999, - 33.93236719500004 - ], - [ - -117.28106423799994, - 33.932363630000054 - ], - [ - -117.28106419299996, - 33.93236006400008 - ], - [ - -117.28106414799998, - 33.932356499000036 - ], - [ - -117.28106410399994, - 33.93235293400005 - ], - [ - -117.28106405999995, - 33.932349369000065 - ], - [ - -117.28106401499997, - 33.93234580300003 - ], - [ - -117.28106397099998, - 33.932342239000036 - ], - [ - -117.28106392599994, - 33.93233867300006 - ], - [ - -117.28106388099997, - 33.932335108000075 - ], - [ - -117.28106383599999, - 33.93233154200004 - ], - [ - -117.28106379199994, - 33.93232797700006 - ], - [ - -117.28106370299997, - 33.93232084600004 - ], - [ - -117.28106365899998, - 33.93231728100005 - ], - [ - -117.28106356999996, - 33.932310150000035 - ], - [ - -117.28106352599997, - 33.93230658600004 - ], - [ - -117.28106343699994, - 33.93229945500008 - ], - [ - -117.28106339199996, - 33.932295889000045 - ], - [ - -117.28106334799998, - 33.93229232400006 - ], - [ - -117.28106330399999, - 33.93228875900007 - ], - [ - -117.28106325899995, - 33.93228519400003 - ], - [ - -117.28106321499996, - 33.932281629000045 - ], - [ - -117.28106316999998, - 33.93227806300007 - ], - [ - -117.28106312499995, - 33.93227449700004 - ], - [ - -117.28106307999997, - 33.93227093300004 - ], - [ - -117.28106303499999, - 33.932267368000055 - ], - [ - -117.28106298999995, - 33.93226380300007 - ], - [ - -117.28106294599996, - 33.932260238000026 - ], - [ - -117.28106290199997, - 33.93225667300004 - ], - [ - -117.28106281299995, - 33.93224954400006 - ], - [ - -117.28106276899996, - 33.93224598000006 - ], - [ - -117.28106272399998, - 33.932242415000076 - ], - [ - -117.28106267899994, - 33.93223884900004 - ], - [ - -117.28106263499996, - 33.93223528500005 - ], - [ - -117.28106259099997, - 33.93223172100005 - ], - [ - -117.28106254599999, - 33.932228156000065 - ], - [ - -117.28106250199994, - 33.93222459000003 - ], - [ - -117.28106245799995, - 33.93222102500005 - ], - [ - -117.28106241299997, - 33.93221745900007 - ], - [ - -117.28106232399995, - 33.93221033000003 - ], - [ - -117.28106227999996, - 33.93220676400006 - ], - [ - -117.28106223499998, - 33.932203198000025 - ], - [ - -117.28106214599995, - 33.93219606900004 - ], - [ - -117.28106210199996, - 33.932192505000046 - ], - [ - -117.28106205799997, - 33.93218894000006 - ], - [ - -117.28106201399999, - 33.932185376000064 - ], - [ - -117.28106192499996, - 33.932178247000024 - ], - [ - -117.28106188099997, - 33.93217468200004 - ], - [ - -117.281061836, - 33.93217111600006 - ], - [ - -117.28106174699997, - 33.932163986000035 - ], - [ - -117.28106170299998, - 33.93216042200004 - ], - [ - -117.28106165799994, - 33.93215685700005 - ], - [ - -117.28106161399995, - 33.932153292000066 - ], - [ - -117.28106156999996, - 33.932149727000024 - ], - [ - -117.28106148099994, - 33.93214259600006 - ], - [ - -117.28106143699995, - 33.93213903100008 - ], - [ - -117.28106134799998, - 33.93213190000006 - ], - [ - -117.281061304, - 33.93212833500007 - ], - [ - -117.28106125899996, - 33.93212476900004 - ], - [ - -117.28106117099998, - 33.93211763900007 - ], - [ - -117.28106108199995, - 33.93211050800005 - ], - [ - -117.28106103799996, - 33.932106944000054 - ], - [ - -117.28106099399997, - 33.93210337800008 - ], - [ - -117.28106090499995, - 33.93209624800005 - ], - [ - -117.28106081599998, - 33.93208911700003 - ], - [ - -117.28106072699995, - 33.93208198600007 - ], - [ - -117.28106063799999, - 33.93207485500005 - ], - [ - -117.28106059399994, - 33.93207129100006 - ], - [ - -117.2810605499999, - 33.93206772600007 - ], - [ - -117.28106037199996, - 33.932053464000035 - ], - [ - -117.28106028299999, - 33.93204633300007 - ], - [ - -117.28106019399996, - 33.932039204000034 - ], - [ - -117.28106014999997, - 33.93203563900005 - ], - [ - -117.28106001699996, - 33.932024942000055 - ], - [ - -117.28105997299997, - 33.93202137700007 - ], - [ - -117.28105988399994, - 33.93201424700004 - ], - [ - -117.28105979499998, - 33.93200711600008 - ], - [ - -117.28105970599995, - 33.93199998600005 - ], - [ - -117.28105961699998, - 33.93199285400004 - ], - [ - -117.281059573, - 33.93198928900006 - ], - [ - -117.28105953, - 33.93198572400007 - ], - [ - -117.28105943999998, - 33.93197859500003 - ], - [ - -117.28105935099995, - 33.931971463000025 - ], - [ - -117.28105930799995, - 33.93196789800004 - ], - [ - -117.28105926299997, - 33.93196433300005 - ], - [ - -117.28105917399995, - 33.931957200000056 - ], - [ - -117.28105913, - 33.93195363500007 - ], - [ - -117.28105908599997, - 33.93195007000003 - ], - [ - -117.281058998, - 33.931942940000056 - ], - [ - -117.28105890899997, - 33.93193580900004 - ], - [ - -117.28105886499998, - 33.93193224400005 - ], - [ - -117.28105881999994, - 33.93192867800008 - ], - [ - -117.28105873099997, - 33.93192154800005 - ], - [ - -117.28105868699998, - 33.93191798300006 - ], - [ - -117.28105859799996, - 33.931910852000044 - ], - [ - -117.28105855399997, - 33.93190728700006 - ], - [ - -117.28105851, - 33.931903721000026 - ], - [ - -117.28105842099995, - 33.931896591000054 - ], - [ - -117.28105833199999, - 33.931889460000036 - ], - [ - -117.28105828799994, - 33.93188589600004 - ], - [ - -117.28105824299996, - 33.931882330000064 - ], - [ - -117.28105819899997, - 33.93187876500008 - ], - [ - -117.28105810999995, - 33.93187163400006 - ], - [ - -117.28105806599996, - 33.931868069000075 - ], - [ - -117.28105797699999, - 33.931860939000046 - ], - [ - -117.28105788799996, - 33.93185380800003 - ], - [ - -117.28105784399997, - 33.93185024300004 - ], - [ - -117.28105779899994, - 33.93184667700007 - ], - [ - -117.28105771, - 33.93183954700004 - ], - [ - -117.28105766599998, - 33.93183598200005 - ], - [ - -117.281057622, - 33.93183241700007 - ], - [ - -117.28105753299997, - 33.93182528600005 - ], - [ - -117.28105744399994, - 33.93181815500003 - ], - [ - -117.28105739999995, - 33.93181459200002 - ], - [ - -117.28105731099998, - 33.93180746100006 - ], - [ - -117.281057267, - 33.931803897000066 - ], - [ - -117.28105722199996, - 33.931800331000034 - ], - [ - -117.28105713399998, - 33.93179320000007 - ], - [ - -117.28105709, - 33.93178963500003 - ], - [ - -117.28105704499995, - 33.931786068000065 - ], - [ - -117.28105700099997, - 33.93178250400007 - ], - [ - -117.28105695699998, - 33.931778938000036 - ], - [ - -117.28105691299999, - 33.93177537300005 - ], - [ - -117.28105686899994, - 33.931771808000065 - ], - [ - -117.28105677999997, - 33.93176467700005 - ], - [ - -117.28105673599998, - 33.93176111100007 - ], - [ - -117.281056692, - 33.931757547000075 - ], - [ - -117.281056649, - 33.93175398200003 - ], - [ - -117.28105660499995, - 33.93175041600006 - ], - [ - -117.28105656099996, - 33.931746850000025 - ], - [ - -117.28105651699997, - 33.93174328600003 - ], - [ - -117.28105647299998, - 33.93173972000005 - ], - [ - -117.28105642899999, - 33.93173615500007 - ], - [ - -117.28105638499994, - 33.931732590000024 - ], - [ - -117.28105634099995, - 33.93172902500004 - ], - [ - -117.28105629699996, - 33.93172545900006 - ], - [ - -117.28105625299997, - 33.93172189400008 - ], - [ - -117.28105616399995, - 33.93171476300006 - ], - [ - -117.28105612, - 33.93171119900006 - ], - [ - -117.28105607699996, - 33.93170763400008 - ], - [ - -117.28105603299997, - 33.931704068000045 - ], - [ - -117.28105598899998, - 33.93170050100008 - ], - [ - -117.281055945, - 33.93169693600004 - ], - [ - -117.28105590099995, - 33.93169337000006 - ], - [ - -117.28105585699996, - 33.93168980400003 - ], - [ - -117.28105581299997, - 33.93168624000003 - ], - [ - -117.28105576899998, - 33.93168267500005 - ], - [ - -117.28105572499999, - 33.93167910900007 - ], - [ - -117.28105568099994, - 33.931675545000076 - ], - [ - -117.28105563699995, - 33.93167197900004 - ], - [ - -117.28105559399995, - 33.93166841300007 - ], - [ - -117.28105554999996, - 33.931664848000025 - ], - [ - -117.28105550599997, - 33.93166128300004 - ], - [ - -117.28105546199998, - 33.931657718000054 - ], - [ - -117.281055418, - 33.93165415200008 - ], - [ - -117.28105537399995, - 33.931650588000025 - ], - [ - -117.28105532999996, - 33.93164702200005 - ], - [ - -117.28105528599997, - 33.931643457000064 - ], - [ - -117.28105524199998, - 33.93163989200008 - ], - [ - -117.28105489499995, - 33.931611994000036 - ], - [ - -117.28105475899997, - 33.931601123000064 - ], - [ - -117.28105456499998, - 33.93158548700006 - ], - [ - -117.28105443099997, - 33.93157472300004 - ], - [ - -117.28105432199999, - 33.93156592200006 - ], - [ - -117.2810541599999, - 33.93155298100004 - ], - [ - -117.28105403799998, - 33.931543145000035 - ], - [ - -117.28105387699998, - 33.93153020300008 - ], - [ - -117.28105372699997, - 33.931518168000025 - ], - [ - -117.28105247599996, - 33.93143440100005 - ], - [ - -117.28103943399998, - 33.93143447800003 - ], - [ - -117.28103015399995, - 33.931434531000036 - ], - [ - -117.28103015299996, - 33.93143442100006 - ], - [ - -117.27881366899999, - 33.931447442000035 - ], - [ - -117.27883519599999, - 33.93325285000003 - ], - [ - -117.27883520299997, - 33.93325335000003 - ], - [ - -117.27891839399996, - 33.940229765000026 - ], - [ - -117.27892155399996, - 33.94048197700005 - ], - [ - -117.27892397199997, - 33.94068432500006 - ], - [ - -117.27892586699994, - 33.94084292100007 - ], - [ - -117.27892821999995, - 33.941039800000055 - ], - [ - -117.27893050699998, - 33.94123120800003 - ], - [ - -117.27893233599997, - 33.941384335000066 - ], - [ - -117.27893455799995, - 33.94157027400007 - ], - [ - -117.27893632299998, - 33.941717933000064 - ], - [ - -117.27893841499997, - 33.941892936000045 - ], - [ - -117.278940375, - 33.94205700100002 - ], - [ - -117.27894253199997, - 33.942237472000045 - ], - [ - -117.27894442799999, - 33.94239606700006 - ], - [ - -117.278946454, - 33.94256560100007 - ], - [ - -117.278948674, - 33.94275154200005 - ], - [ - -117.27894963999995, - 33.94283222000007 - ], - [ - -117.27894975399994, - 33.94284178400005 - ], - [ - -117.27894988299994, - 33.94285254300007 - ], - [ - -117.27894999699998, - 33.942862106000064 - ], - [ - -117.278950125, - 33.94287286600007 - ], - [ - -117.27895024399999, - 33.942882792000034 - ], - [ - -117.27895037199994, - 33.94289350500003 - ], - [ - -117.2791595, - 33.942927617000066 - ], - [ - -117.27919639599997, - 33.94293384500003 - ], - [ - -117.28117732599998, - 33.943268225000054 - ], - [ - -117.28247743599997, - 33.94345157500004 - ], - [ - -117.28552501699994, - 33.94398242300008 - ], - [ - -117.28648908599996, - 33.94414646800004 - ], - [ - -117.28747160399996, - 33.944313643000044 - ], - [ - -117.28757325299995, - 33.944330938000064 - ], - [ - -117.287613879, - 33.94433785000007 - ], - [ - -117.28771264899996, - 33.94435465600003 - ], - [ - -117.28781169699994, - 33.944371509000064 - ], - [ - -117.28799317299996, - 33.944402385000046 - ], - [ - -117.28807776999997, - 33.94441677800006 - ], - [ - -117.28864409399995, - 33.944513019000055 - ], - [ - -117.28918273999994, - 33.94460455300003 - ], - [ - -117.28918678899998, - 33.94460546300007 - ], - [ - -117.28930807699999, - 33.944626097000025 - ], - [ - -117.28983646599994, - 33.94474887500007 - ], - [ - -117.289936308, - 33.94477207400007 - ], - [ - -117.29003615099998, - 33.94479527500005 - ], - [ - -117.29089519099995, - 33.94499487600007 - ], - [ - -117.29096000799996, - 33.945010549000074 - ], - [ - -117.29102873399995, - 33.94502261800005 - ], - [ - -117.29104341799996, - 33.94502664600003 - ], - [ - -117.29113790099996, - 33.945052573000055 - ], - [ - -117.29119447299996, - 33.94506795500007 - ], - [ - -117.291322934, - 33.94511195300004 - ], - [ - -117.29138455299994, - 33.945135899000036 - ], - [ - -117.29143660999995, - 33.945158728000024 - ], - [ - -117.29144705999994, - 33.945163311000044 - ], - [ - -117.29144767899999, - 33.94516355800005 - ], - [ - -117.29149580599994, - 33.945184562000065 - ], - [ - -117.29211330399994, - 33.945451054000046 - ], - [ - -117.29211398199999, - 33.94544364800004 - ], - [ - -117.29238558699996, - 33.945545811000045 - ], - [ - -117.29254325699998, - 33.945605503000024 - ], - [ - -117.29263766799994, - 33.945642088000056 - ], - [ - -117.29270381199996, - 33.94565857600003 - ], - [ - -117.29275536499995, - 33.94567133500004 - ], - [ - -117.29290182699998, - 33.945700618000046 - ], - [ - -117.29296888399995, - 33.945710776000055 - ], - [ - -117.29303624399995, - 33.945718732000046 - ], - [ - -117.29310391699994, - 33.945725038000035 - ], - [ - -117.2931718899999, - 33.94572914300005 - ], - [ - -117.29324017099998, - 33.94573132200003 - ], - [ - -117.29330842899998, - 33.94573157700006 - ], - [ - -117.29337535299999, - 33.94572991900003 - ], - [ - -117.29337846399994, - 33.94572989300008 - ], - [ - -117.29338001699995, - 33.945729881000034 - ], - [ - -117.29344524099997, - 33.945729337000046 - ], - [ - -117.29351240099999, - 33.94572053200005 - ], - [ - -117.29358647, - 33.94571057100006 - ], - [ - -117.29366055399998, - 33.94570170900005 - ], - [ - -117.29373497999995, - 33.94569394100006 - ], - [ - -117.29373640799997, - 33.94569389600008 - ], - [ - -117.293746791, - 33.94569275600003 - ], - [ - -117.29383528399995, - 33.94569079100006 - ], - [ - -117.29385528799997, - 33.94569018900006 - ], - [ - -117.293866676, - 33.94569009400004 - ], - [ - -117.29386671999998, - 33.94569009400004 - ], - [ - -117.29392239299995, - 33.94568885800004 - ], - [ - -117.29401456, - 33.94568556200005 - ], - [ - -117.29404048722978, - 33.94568520408852 - ], - [ - -117.2940664160451, - 33.94568499000252 - ], - [ - -117.29409234565172, - 33.945684919746775 - ], - [ - -117.29411827524744, - 33.94568499332126 - ], - [ - -117.29414420403191, - 33.94568521072779 - ], - [ - -117.29417013121753, - 33.9456855719573 - ], - [ - -117.29419605599998, - 33.94568607700006 - ], - [ - -117.29421398999995, - 33.94568637100008 - ], - [ - -117.29428062199997, - 33.94568856200004 - ], - [ - -117.294322992, - 33.945690666000075 - ], - [ - -117.29434693699994, - 33.945691855000064 - ], - [ - -117.29435824999996, - 33.94569255400006 - ], - [ - -117.29435921799995, - 33.94569261300006 - ], - [ - -117.29436479706149, - 33.945692935227 - ], - [ - -117.29437037568643, - 33.94569326485271 - ], - [ - -117.2943759538757, - 33.94569360188324 - ], - [ - -117.29438153161026, - 33.945693946312524 - ], - [ - -117.29438710887918, - 33.94569429814237 - ], - [ - -117.2943926856797, - 33.94569465737159 - ], - [ - -117.29439826199996, - 33.94569502400003 - ], - [ - -117.294413594, - 33.94569597000003 - ], - [ - -117.294424871, - 33.945696862000034 - ], - [ - -117.2944516417886, - 33.94569885851542 - ], - [ - -117.29447840053417, - 33.94570101046611 - ], - [ - -117.29450514633207, - 33.94570331777867 - ], - [ - -117.29453187828038, - 33.94570578037382 - ], - [ - -117.29455859546961, - 33.94570839816788 - ], - [ - -117.29458529701178, - 33.94571117107461 - ], - [ - -117.294611982, - 33.94571409900004 - ], - [ - -117.29462066086148, - 33.94571509360931 - ], - [ - -117.29462933772818, - 33.94571610545336 - ], - [ - -117.29463801257587, - 33.94571713452387 - ], - [ - -117.29464668535728, - 33.94571818081749 - ], - [ - -117.2946553560433, - 33.945719244330576 - ], - [ - -117.29466402460116, - 33.94572032505921 - ], - [ - -117.29467269099996, - 33.945721423000066 - ], - [ - -117.29467802399995, - 33.94572206700008 - ], - [ - -117.29468157499997, - 33.94572255700007 - ], - [ - -117.29468272399998, - 33.94572271100003 - ], - [ - -117.29471020451946, - 33.9457263543839 - ], - [ - -117.29473766215992, - 33.94573016636696 - ], - [ - -117.29476509588856, - 33.94573414680416 - ], - [ - -117.29479250466828, - 33.94573829554428 - ], - [ - -117.29481988746588, - 33.945742612432696 - ], - [ - -117.29484724325211, - 33.9457470973096 - ], - [ - -117.29487457099998, - 33.945751750000056 - ], - [ - -117.29489305311378, - 33.94575499096546 - ], - [ - -117.29491152140444, - 33.94575830980239 - ], - [ - -117.29492997554188, - 33.94576170645632 - ], - [ - -117.29494841519771, - 33.94576518086614 - ], - [ - -117.29496684004089, - 33.9457687329682 - ], - [ - -117.29498524975222, - 33.94577236270171 - ], - [ - -117.29500364399996, - 33.94577607000008 - ], - [ - -117.29500444799999, - 33.945776231000025 - ], - [ - -117.29501005199995, - 33.945777374000045 - ], - [ - -117.29501234989256, - 33.945777844000744 - ], - [ - -117.29501464739594, - 33.945778315904136 - ], - [ - -117.29501694451027, - 33.9457787897154 - ], - [ - -117.29501924122813, - 33.94577926543024 - ], - [ - -117.2950215375459, - 33.94577974304866 - ], - [ - -117.29502383347098, - 33.945780222573134 - ], - [ - -117.29502612899995, - 33.94578070400007 - ], - [ - -117.29502716899998, - 33.94578092100005 - ], - [ - -117.29502942620992, - 33.94578139168528 - ], - [ - -117.29503168301389, - 33.9457818642868 - ], - [ - -117.29503393942649, - 33.94578233880201 - ], - [ - -117.2950361954281, - 33.945782815231716 - ], - [ - -117.29503845102235, - 33.945783293574095 - ], - [ - -117.29504070621796, - 33.945783773830165 - ], - [ - -117.29504296099998, - 33.945784256000024 - ], - [ - -117.29505290301911, - 33.94578638275617 - ], - [ - -117.29506284002983, - 33.94578853280331 - ], - [ - -117.29507277197261, - 33.94579070613144 - ], - [ - -117.29508269879805, - 33.94579290272667 - ], - [ - -117.29509262044431, - 33.9457951225781 - ], - [ - -117.2951025368662, - 33.945797365672306 - ], - [ - -117.29511244799994, - 33.945799632000046 - ], - [ - -117.29513338499999, - 33.94580427600005 - ], - [ - -117.29516353499997, - 33.945811682000055 - ], - [ - -117.29516770643514, - 33.94581269123321 - ], - [ - -117.29517187668543, - 33.945813705343426 - ], - [ - -117.29517604575084, - 33.94581472432946 - ], - [ - -117.29518021361945, - 33.94581574818948 - ], - [ - -117.29518438028398, - 33.945816776921674 - ], - [ - -117.29518854574908, - 33.945817810526044 - ], - [ - -117.29519270999998, - 33.945818849000034 - ], - [ - -117.29519721099996, - 33.94581995500005 - ], - [ - -117.295201035, - 33.94582093200006 - ], - [ - -117.29520650234028, - 33.94582230745506 - ], - [ - -117.29521196791039, - 33.94582368990541 - ], - [ - -117.29521743171425, - 33.945825079348644 - ], - [ - -117.29522289373197, - 33.94582647578135 - ], - [ - -117.29522835395629, - 33.945827879201715 - ], - [ - -117.29523381238161, - 33.945829289609506 - ], - [ - -117.29523926899998, - 33.94583070700003 - ], - [ - -117.295260714, - 33.94583618900003 - ], - [ - -117.29528486999999, - 33.94584288400006 - ], - [ - -117.2952905002218, - 33.94584441861056 - ], - [ - -117.29529612824274, - 33.94584596125878 - ], - [ - -117.29530175406397, - 33.94584751194633 - ], - [ - -117.29530737765889, - 33.94584907066746 - ], - [ - -117.29531299901657, - 33.945850637418516 - ], - [ - -117.29531861813453, - 33.94585221219799 - ], - [ - -117.29532423499995, - 33.94585379500006 - ], - [ - -117.29549209899994, - 33.94590801100003 - ], - [ - -117.29647898599995, - 33.94624655200005 - ], - [ - -117.29647863199995, - 33.94621692900006 - ], - [ - -117.29646393299998, - 33.94498889500005 - ], - [ - -117.29728967199998, - 33.945412146000024 - ], - [ - -117.29749762699998, - 33.945518736000054 - ], - [ - -117.29756327299998, - 33.94555238400005 - ], - [ - -117.29801338199997, - 33.94578309000008 - ], - [ - -117.29946140099997, - 33.94652526700003 - ], - [ - -117.299489715, - 33.946539778000044 - ], - [ - -117.29951612699995, - 33.946552567000026 - ], - [ - -117.30000953099994, - 33.94679149000007 - ], - [ - -117.30020097499994, - 33.94688419300007 - ], - [ - -117.30021225799999, - 33.94689756400004 - ], - [ - -117.30022415099995, - 33.94691166600006 - ], - [ - -117.30025610399997, - 33.94694442000008 - ], - [ - -117.30031833199996, - 33.946996984000066 - ], - [ - -117.30035719999995, - 33.94702405500004 - ], - [ - -117.30039824, - 33.94704879500006 - ], - [ - -117.30044125099994, - 33.947071092000044 - ], - [ - -117.30048602299996, - 33.947090831000025 - ], - [ - -117.30055600699995, - 33.94711544100005 - ], - [ - -117.30061642699997, - 33.94713119700003 - ], - [ - -117.30066775499995, - 33.94714058200003 - ], - [ - -117.30067826399994, - 33.947142504000055 - ], - [ - -117.30075367799998, - 33.94715007800005 - ], - [ - -117.300816968, - 33.947151338000026 - ], - [ - -117.30088070799997, - 33.94714937100008 - ], - [ - -117.30101833199996, - 33.94714512400003 - ], - [ - -117.30130221, - 33.94713636500006 - ], - [ - -117.30131165299997, - 33.94713618500003 - ], - [ - -117.30139269399996, - 33.94713571900007 - ], - [ - -117.30145822599997, - 33.94713863100003 - ], - [ - -117.30152348399997, - 33.947144398000034 - ], - [ - -117.30158829299995, - 33.947153005000075 - ], - [ - -117.30165246999996, - 33.947164428000065 - ], - [ - -117.30173675699996, - 33.94718398400005 - ], - [ - -117.30177398099994, - 33.94719470000007 - ], - [ - -117.301807866, - 33.947219749000055 - ], - [ - -117.30194294699999, - 33.94731960800004 - ], - [ - -117.30197565399999, - 33.94728887800005 - ], - [ - -117.30199483599995, - 33.947270855000056 - ], - [ - -117.30203308499995, - 33.94723492000003 - ], - [ - -117.30205678399994, - 33.94724692200003 - ], - [ - -117.30207621599999, - 33.94725722000004 - ], - [ - -117.30209542999995, - 33.947267801000066 - ], - [ - -117.30211441999995, - 33.94727865900006 - ], - [ - -117.30213317699997, - 33.94728979300004 - ], - [ - -117.30215169899998, - 33.94730119600007 - ], - [ - -117.30216998299994, - 33.94731286700005 - ], - [ - -117.30218801499996, - 33.94732480400006 - ], - [ - -117.30220579499996, - 33.947336998000026 - ], - [ - -117.30222331699997, - 33.94734945300007 - ], - [ - -117.30224057799995, - 33.94736216100006 - ], - [ - -117.30225756799996, - 33.947375116000046 - ], - [ - -117.30227428299997, - 33.94738831900003 - ], - [ - -117.30228395599994, - 33.947396225000034 - ], - [ - -117.30237122799997, - 33.94731741800007 - ], - [ - -117.30242664199994, - 33.94726891800008 - ], - [ - -117.30259848399999, - 33.947404705000054 - ], - [ - -117.30261252199995, - 33.947424811000076 - ], - [ - -117.30263065999998, - 33.94745186800003 - ], - [ - -117.30264823099998, - 33.947479186000066 - ], - [ - -117.30266522599999, - 33.947506754000074 - ], - [ - -117.30268163999995, - 33.94753456600006 - ], - [ - -117.30269747099999, - 33.94756261400005 - ], - [ - -117.30271271, - 33.94759088600006 - ], - [ - -117.30272735399996, - 33.947619376000034 - ], - [ - -117.30274139899996, - 33.94764807400003 - ], - [ - -117.30275484099997, - 33.94767697300006 - ], - [ - -117.30276767699996, - 33.947706063000055 - ], - [ - -117.30277990199994, - 33.94773533600005 - ], - [ - -117.30279150899997, - 33.947764781000046 - ], - [ - -117.30280249999998, - 33.94779439100006 - ], - [ - -117.30281882399998, - 33.94784219600007 - ], - [ - -117.30320977099996, - 33.94905552700004 - ], - [ - -117.30351593899996, - 33.94999811900004 - ], - [ - -117.30355783999994, - 33.95012711100003 - ], - [ - -117.30356828999999, - 33.950165678000076 - ], - [ - -117.30360266499997, - 33.95029253600006 - ], - [ - -117.30360905199996, - 33.95031610700005 - ], - [ - -117.30360971599998, - 33.95031855800005 - ], - [ - -117.30361038299998, - 33.95032101000004 - ], - [ - -117.30366320699994, - 33.95046655900006 - ], - [ - -117.30371817899999, - 33.95061801400004 - ], - [ - -117.30378403099996, - 33.95079945500004 - ], - [ - -117.30378482599997, - 33.950805907000074 - ], - [ - -117.303807329, - 33.95098870400005 - ], - [ - -117.30385020199998, - 33.95133696200003 - ], - [ - -117.30390409999995, - 33.95153587800007 - ], - [ - -117.303953402, - 33.951717839000025 - ], - [ - -117.30413948999995, - 33.951946408000026 - ], - [ - -117.30430880699998, - 33.95215437300004 - ], - [ - -117.30437713499998, - 33.952144797000074 - ], - [ - -117.30439091099998, - 33.95214286600003 - ], - [ - -117.30440118999996, - 33.95214142400005 - ], - [ - -117.30441146799996, - 33.95213998400004 - ], - [ - -117.30452333099998, - 33.952124307000076 - ], - [ - -117.30473522799997, - 33.95209460900003 - ], - [ - -117.30474579599996, - 33.95208637800005 - ], - [ - -117.30506478499996, - 33.951837983000075 - ], - [ - -117.30516382599995, - 33.951836796000066 - ], - [ - -117.30524503599997, - 33.95219915200005 - ], - [ - -117.30528936999997, - 33.952185686000064 - ], - [ - -117.30549102499998, - 33.95212443100007 - ], - [ - -117.30570079799998, - 33.95206071100006 - ], - [ - -117.30573392399998, - 33.95205065000005 - ], - [ - -117.30582685699994, - 33.95202241900006 - ], - [ - -117.30590909799997, - 33.951997438000035 - ], - [ - -117.30598045, - 33.951975763000064 - ], - [ - -117.30625396999994, - 33.951892677000046 - ], - [ - -117.30625733999995, - 33.951891654000065 - ], - [ - -117.30633296699995, - 33.951868681000064 - ], - [ - -117.30645776299997, - 33.951969234000046 - ], - [ - -117.30649541599996, - 33.95199957300008 - ], - [ - -117.30666939799994, - 33.95206903900004 - ], - [ - -117.30680084699998, - 33.95212152300007 - ], - [ - -117.30687991299999, - 33.95215309100007 - ], - [ - -117.307135755, - 33.95225523900007 - ], - [ - -117.30714875499996, - 33.952227555000036 - ], - [ - -117.30715789799996, - 33.95220684100008 - ], - [ - -117.30716660399997, - 33.95218599900005 - ], - [ - -117.30717487399994, - 33.95216503300003 - ], - [ - -117.30718270399996, - 33.95214394800007 - ], - [ - -117.30719008999995, - 33.95212275500006 - ], - [ - -117.30719703299997, - 33.95210145300007 - ], - [ - -117.30720616299999, - 33.95207280600005 - ], - [ - -117.30745939699995, - 33.952134304000026 - ], - [ - -117.30786151799998, - 33.952230400000076 - ], - [ - -117.30786721499999, - 33.952216616000044 - ], - [ - -117.30794738599997, - 33.952022630000045 - ], - [ - -117.30797542099998, - 33.95198237000005 - ], - [ - -117.30834295699998, - 33.95214625700004 - ], - [ - -117.30834321799995, - 33.952145812000026 - ], - [ - -117.30834336599997, - 33.95214556800005 - ], - [ - -117.30834350799995, - 33.95214532000006 - ], - [ - -117.30834365199996, - 33.95214508200007 - ], - [ - -117.30834380299996, - 33.952144829000076 - ], - [ - -117.30834394899995, - 33.952144582000074 - ], - [ - -117.30834409599998, - 33.95214433500007 - ], - [ - -117.30834424199998, - 33.95214409000005 - ], - [ - -117.30834438799997, - 33.952143843000044 - ], - [ - -117.30834453499995, - 33.95214359700003 - ], - [ - -117.308344681, - 33.952143351000075 - ], - [ - -117.30834482799997, - 33.95214310400007 - ], - [ - -117.30834497299998, - 33.95214285900005 - ], - [ - -117.30834511999996, - 33.952142611000056 - ], - [ - -117.308345267, - 33.95214236500004 - ], - [ - -117.30834541299998, - 33.95214211900003 - ], - [ - -117.30834555899997, - 33.95214187300007 - ], - [ - -117.30834570599995, - 33.95214162600007 - ], - [ - -117.30834585199995, - 33.95214138000006 - ], - [ - -117.30834599699995, - 33.95214113500003 - ], - [ - -117.30834614399998, - 33.95214088900008 - ], - [ - -117.30834629099996, - 33.952140642000074 - ], - [ - -117.30834643699995, - 33.95214039700005 - ], - [ - -117.308346584, - 33.95214014900006 - ], - [ - -117.30834673099997, - 33.952139902000056 - ], - [ - -117.30834687599997, - 33.95213965800008 - ], - [ - -117.30834702299995, - 33.95213941000003 - ], - [ - -117.30834716899994, - 33.95213916300003 - ], - [ - -117.30834731399995, - 33.95213891800006 - ], - [ - -117.30834746, - 33.952138673000036 - ], - [ - -117.30834760699997, - 33.952138425000044 - ], - [ - -117.30834775399995, - 33.95213817800004 - ], - [ - -117.30834782599999, - 33.95213805700007 - ], - [ - -117.308347901, - 33.95213793200003 - ], - [ - -117.30834804899996, - 33.95213768700006 - ], - [ - -117.30834819499995, - 33.95213744300003 - ], - [ - -117.30834834399997, - 33.95213719800006 - ], - [ - -117.30834849299998, - 33.95213695000007 - ], - [ - -117.30834864099995, - 33.952136704000054 - ], - [ - -117.30834878899998, - 33.95213645900003 - ], - [ - -117.30834893599996, - 33.95213621400006 - ], - [ - -117.30834908499997, - 33.95213596800005 - ], - [ - -117.30834923099997, - 33.95213572400007 - ], - [ - -117.30834937999998, - 33.95213547800006 - ], - [ - -117.30834952699996, - 33.952135234000025 - ], - [ - -117.30834967599998, - 33.95213498700008 - ], - [ - -117.308349825, - 33.952134740000076 - ], - [ - -117.30834997199997, - 33.95213449500005 - ], - [ - -117.30835011999994, - 33.95213424900004 - ], - [ - -117.30835026899996, - 33.95213400400007 - ], - [ - -117.30835041599994, - 33.95213375900005 - ], - [ - -117.30835056499996, - 33.952133512000046 - ], - [ - -117.30835071299998, - 33.95213326700008 - ], - [ - -117.30835086099995, - 33.952133023000044 - ], - [ - -117.30835100999997, - 33.95213277600004 - ], - [ - -117.30835115699995, - 33.952132531000075 - ], - [ - -117.30835130499997, - 33.95213228700004 - ], - [ - -117.308351454, - 33.95213203900005 - ], - [ - -117.30835160299995, - 33.95213179500007 - ], - [ - -117.30835174999999, - 33.95213154800007 - ], - [ - -117.30835189799996, - 33.952131304000034 - ], - [ - -117.30835204599998, - 33.95213105900007 - ], - [ - -117.30835219499994, - 33.952130811000075 - ], - [ - -117.30835234099999, - 33.95213056800003 - ], - [ - -117.30835249199998, - 33.95213032100003 - ], - [ - -117.30835264099994, - 33.95213007700005 - ], - [ - -117.30835279099995, - 33.95212983300007 - ], - [ - -117.30835294099995, - 33.95212958800005 - ], - [ - -117.308353093, - 33.952129342000035 - ], - [ - -117.30835324199995, - 33.952129100000036 - ], - [ - -117.30835339199996, - 33.95212885500007 - ], - [ - -117.30835354199996, - 33.952128610000045 - ], - [ - -117.30835369199997, - 33.95212836400003 - ], - [ - -117.30835384099998, - 33.952128120000054 - ], - [ - -117.308353991, - 33.95212787400004 - ], - [ - -117.30835414199998, - 33.952127629000074 - ], - [ - -117.30835428999995, - 33.95212738600003 - ], - [ - -117.30835444, - 33.95212714100006 - ], - [ - -117.30835458999996, - 33.95212689700003 - ], - [ - -117.30835474, - 33.952126650000025 - ], - [ - -117.30835488899999, - 33.95212640700004 - ], - [ - -117.308355039, - 33.95212616200007 - ], - [ - -117.30835518899994, - 33.952125917000046 - ], - [ - -117.30835548899995, - 33.952125427000055 - ], - [ - -117.30835563899996, - 33.95212518200003 - ], - [ - -117.30835578799997, - 33.95212493900004 - ], - [ - -117.30835593799998, - 33.95212469300003 - ], - [ - -117.30835608899997, - 33.952124447000074 - ], - [ - -117.30835623699994, - 33.95212420400003 - ], - [ - -117.308356388, - 33.952123957000026 - ], - [ - -117.30835653599996, - 33.95212371400004 - ], - [ - -117.30835668699996, - 33.95212346900007 - ], - [ - -117.30835683699996, - 33.95212322400005 - ], - [ - -117.30835698699997, - 33.952122978000034 - ], - [ - -117.30835713599998, - 33.952122734000056 - ], - [ - -117.30835728599999, - 33.95212248900003 - ], - [ - -117.30835739899999, - 33.952122306000035 - ], - [ - -117.308357436, - 33.952122245000055 - ], - [ - -117.30835758799998, - 33.95212200100008 - ], - [ - -117.30835773999996, - 33.95212175700004 - ], - [ - -117.30835789199995, - 33.952121513000066 - ], - [ - -117.30835804399999, - 33.95212126900003 - ], - [ - -117.30835819599997, - 33.952121024000064 - ], - [ - -117.30835834699997, - 33.952120781000076 - ], - [ - -117.30835849899995, - 33.95212053800003 - ], - [ - -117.30835864999995, - 33.95212029400005 - ], - [ - -117.30835880299998, - 33.95212004700005 - ], - [ - -117.30835895399997, - 33.95211980500005 - ], - [ - -117.30835910399998, - 33.952119562000064 - ], - [ - -117.30835925599996, - 33.95211931600005 - ], - [ - -117.30835940799994, - 33.95211907300006 - ], - [ - -117.30835955899994, - 33.952118830000074 - ], - [ - -117.30835971099998, - 33.95211858500005 - ], - [ - -117.30835986399995, - 33.95211834100007 - ], - [ - -117.30836001399996, - 33.95211809700004 - ], - [ - -117.30836016499995, - 33.95211785300006 - ], - [ - -117.30836031799998, - 33.95211760800004 - ], - [ - -117.30836046799999, - 33.95211736600004 - ], - [ - -117.30836062099996, - 33.952117120000025 - ], - [ - -117.30836077299995, - 33.95211687500006 - ], - [ - -117.30836092399994, - 33.95211663200007 - ], - [ - -117.308361075, - 33.952116388000036 - ], - [ - -117.30836122599999, - 33.95211614400006 - ], - [ - -117.30836137699998, - 33.95211590100007 - ], - [ - -117.30836153099995, - 33.95211565500006 - ], - [ - -117.30836168099995, - 33.95211541300006 - ], - [ - -117.308361833, - 33.952115167000045 - ], - [ - -117.30836198499998, - 33.95211492200008 - ], - [ - -117.30836206099997, - 33.95211480100005 - ], - [ - -117.30836213599997, - 33.95211468100007 - ], - [ - -117.30836229199997, - 33.952114434000066 - ], - [ - -117.30836244299996, - 33.952114196000025 - ], - [ - -117.30836259599994, - 33.95211395200005 - ], - [ - -117.308362752, - 33.952113705000045 - ], - [ - -117.30836290399998, - 33.952113464000035 - ], - [ - -117.30836305699995, - 33.95211322200004 - ], - [ - -117.30836321099997, - 33.95211297900005 - ], - [ - -117.308363365, - 33.952112734000025 - ], - [ - -117.30836351799996, - 33.95211249100004 - ], - [ - -117.30836367099994, - 33.95211224900004 - ], - [ - -117.30836382499996, - 33.95211200500006 - ], - [ - -117.30836397799999, - 33.95211176200007 - ], - [ - -117.30836413099996, - 33.95211151900003 - ], - [ - -117.30836428599997, - 33.95211127500005 - ], - [ - -117.30836443799996, - 33.95211103200006 - ], - [ - -117.30836459099999, - 33.95211079000006 - ], - [ - -117.30836474499995, - 33.952110547000075 - ], - [ - -117.30836489899997, - 33.95211030300004 - ], - [ - -117.30836505199994, - 33.95211006100004 - ], - [ - -117.30836520599996, - 33.952109818000054 - ], - [ - -117.30836535999998, - 33.95210957300003 - ], - [ - -117.30836551299996, - 33.95210932900005 - ], - [ - -117.30836566599999, - 33.95210908800004 - ], - [ - -117.30836581999995, - 33.95210884200003 - ], - [ - -117.30836597299998, - 33.95210859900004 - ], - [ - -117.30836612599995, - 33.95210835700004 - ], - [ - -117.30836627999997, - 33.95210811100003 - ], - [ - -117.30836643099997, - 33.952107872000056 - ], - [ - -117.30836658599998, - 33.95210762600004 - ], - [ - -117.30836674099999, - 33.952107383000055 - ], - [ - -117.30836689399996, - 33.952107142000045 - ], - [ - -117.30836705099995, - 33.95210689700008 - ], - [ - -117.30836720399998, - 33.95210665700006 - ], - [ - -117.30836735899999, - 33.95210641500006 - ], - [ - -117.30836751599998, - 33.952106170000036 - ], - [ - -117.30836766999994, - 33.95210593000007 - ], - [ - -117.30836782499995, - 33.95210568700003 - ], - [ - -117.30836797999996, - 33.95210544500003 - ], - [ - -117.30836813399998, - 33.95210520200004 - ], - [ - -117.30836828999998, - 33.95210495900005 - ], - [ - -117.30836844499999, - 33.952104716000065 - ], - [ - -117.30836860099998, - 33.95210447300008 - ], - [ - -117.30836875499995, - 33.95210423200007 - ], - [ - -117.30836890999996, - 33.95210399000007 - ], - [ - -117.30836906499997, - 33.952103746000034 - ], - [ - -117.30836921899999, - 33.952103505000025 - ], - [ - -117.30836937499998, - 33.95210326100005 - ], - [ - -117.30836953, - 33.95210301800006 - ], - [ - -117.30836968499995, - 33.95210277600006 - ], - [ - -117.30836983899997, - 33.95210253400006 - ], - [ - -117.30836999499996, - 33.952102291000074 - ], - [ - -117.308370148, - 33.952102049000075 - ], - [ - -117.30837030599997, - 33.95210180400005 - ], - [ - -117.30837046, - 33.95210156300004 - ], - [ - -117.30837061499994, - 33.952101319000064 - ], - [ - -117.30837076899996, - 33.952101077000066 - ], - [ - -117.30837092399997, - 33.95210083400008 - ], - [ - -117.30837107899998, - 33.95210059100003 - ], - [ - -117.30837115599996, - 33.95210047200004 - ], - [ - -117.308371234, - 33.95210035100007 - ], - [ - -117.30837139199997, - 33.95210011000006 - ], - [ - -117.30837154899996, - 33.952099866000026 - ], - [ - -117.30837170499996, - 33.95209962500007 - ], - [ - -117.30837186099996, - 33.952099383000075 - ], - [ - -117.30837201699995, - 33.952099142000066 - ], - [ - -117.30837217399994, - 33.952098901000056 - ], - [ - -117.30837233099999, - 33.95209865600003 - ], - [ - -117.30837248699999, - 33.95209841500008 - ], - [ - -117.30837264299998, - 33.95209817400007 - ], - [ - -117.30837279999997, - 33.95209793300006 - ], - [ - -117.30837295599997, - 33.95209769000007 - ], - [ - -117.30837311399995, - 33.952097448000075 - ], - [ - -117.30837326899996, - 33.952097208000055 - ], - [ - -117.30837342499996, - 33.95209696500007 - ], - [ - -117.308373583, - 33.95209672200008 - ], - [ - -117.308373739, - 33.95209648200006 - ], - [ - -117.30837389799996, - 33.952096237000035 - ], - [ - -117.30837405199998, - 33.95209599700007 - ], - [ - -117.30837420999995, - 33.95209575500007 - ], - [ - -117.30837436599995, - 33.95209551500005 - ], - [ - -117.30837452299994, - 33.952095271000076 - ], - [ - -117.30837467899994, - 33.952095031000056 - ], - [ - -117.30837483699997, - 33.95209478900006 - ], - [ - -117.30837499299997, - 33.95209454700006 - ], - [ - -117.30837514899997, - 33.95209430500006 - ], - [ - -117.30837530599996, - 33.95209406300006 - ], - [ - -117.308375464, - 33.95209381900003 - ], - [ - -117.30837556999995, - 33.95209365200003 - ], - [ - -117.30837562, - 33.95209357900006 - ], - [ - -117.308375776, - 33.952093339000044 - ], - [ - -117.30837593499996, - 33.952093095000066 - ], - [ - -117.30837609199995, - 33.952092856000036 - ], - [ - -117.30837625099997, - 33.95209261300005 - ], - [ - -117.30837637499997, - 33.95209242300007 - ], - [ - -117.30837656699998, - 33.952092132000075 - ], - [ - -117.30837672699994, - 33.95209188900003 - ], - [ - -117.308376883, - 33.95209165000006 - ], - [ - -117.30837704099997, - 33.95209140900005 - ], - [ - -117.30837719899995, - 33.95209116700005 - ], - [ - -117.30837735699998, - 33.95209092600004 - ], - [ - -117.30837751599995, - 33.95209068300005 - ], - [ - -117.30837767399998, - 33.95209044200004 - ], - [ - -117.30837783199996, - 33.95209020200008 - ], - [ - -117.30837798899995, - 33.95208996200006 - ], - [ - -117.30837814799997, - 33.95208972000006 - ], - [ - -117.30837830599995, - 33.95208947800006 - ], - [ - -117.30837846199995, - 33.95208923900003 - ], - [ - -117.30837862099997, - 33.95208899700003 - ], - [ - -117.30837877799996, - 33.95208875700007 - ], - [ - -117.30837893699999, - 33.95208851500007 - ], - [ - -117.30837909599995, - 33.952088272000026 - ], - [ - -117.30837925399999, - 33.95208803300005 - ], - [ - -117.30837941299995, - 33.952087791000054 - ], - [ - -117.30837952499996, - 33.952087618000064 - ], - [ - -117.30837956899995, - 33.95208755300007 - ], - [ - -117.30837972999996, - 33.95208731200006 - ], - [ - -117.30837989099996, - 33.95208707000006 - ], - [ - -117.30838004999998, - 33.95208683000004 - ], - [ - -117.30838020899995, - 33.95208658900003 - ], - [ - -117.30838036899996, - 33.95208634800008 - ], - [ - -117.30838052799999, - 33.95208610900005 - ], - [ - -117.30838068899999, - 33.95208586700005 - ], - [ - -117.30838084799996, - 33.95208562700003 - ], - [ - -117.30838100799997, - 33.95208538600008 - ], - [ - -117.30838116899997, - 33.95208514500007 - ], - [ - -117.30838132799994, - 33.95208490700003 - ], - [ - -117.30838148899994, - 33.95208466400004 - ], - [ - -117.30838164699998, - 33.952084427000045 - ], - [ - -117.30838180799998, - 33.95208418500005 - ], - [ - -117.308381968, - 33.95208394300005 - ], - [ - -117.30838212699996, - 33.952083705000064 - ], - [ - -117.30838228699997, - 33.952083465000044 - ], - [ - -117.30838244599994, - 33.952083225000024 - ], - [ - -117.30838260699994, - 33.95208298400007 - ], - [ - -117.30838276799994, - 33.95208274300006 - ], - [ - -117.30838292699997, - 33.95208250400003 - ], - [ - -117.30838308799997, - 33.95208226200003 - ], - [ - -117.30838324599995, - 33.95208202300006 - ], - [ - -117.30838340699995, - 33.95208178100006 - ], - [ - -117.30838356599997, - 33.95208154000005 - ], - [ - -117.30838372499994, - 33.95208130200007 - ], - [ - -117.30838388599994, - 33.95208105900008 - ], - [ - -117.30838404399998, - 33.95208082200003 - ], - [ - -117.30838420499998, - 33.95208057900004 - ], - [ - -117.30838436499994, - 33.95208033900008 - ], - [ - -117.30838452399996, - 33.952080100000046 - ], - [ - -117.30838468499996, - 33.95207985800005 - ], - [ - -117.30838484299994, - 33.952079619000074 - ], - [ - -117.30838500399994, - 33.952079377000075 - ], - [ - -117.30838512399998, - 33.952079199000025 - ], - [ - -117.30838516399996, - 33.952079138000045 - ], - [ - -117.30838531999996, - 33.952078898000025 - ], - [ - -117.308385478, - 33.95207865500004 - ], - [ - -117.30838563499998, - 33.95207841200005 - ], - [ - -117.308385806, - 33.95207817700003 - ], - [ - -117.308385967, - 33.95207793600002 - ], - [ - -117.30838612599996, - 33.95207769800004 - ], - [ - -117.30838628699996, - 33.95207745700003 - ], - [ - -117.30838644799996, - 33.952077220000035 - ], - [ - -117.30838660999996, - 33.952076978000036 - ], - [ - -117.30838677199995, - 33.95207673700003 - ], - [ - -117.30838693399994, - 33.95207650000003 - ], - [ - -117.308387096, - 33.95207625900008 - ], - [ - -117.30838725599995, - 33.95207602000005 - ], - [ - -117.30838741799994, - 33.952075781000076 - ], - [ - -117.30838758199997, - 33.95207553700004 - ], - [ - -117.30842404499998, - 33.95201933200008 - ], - [ - -117.30846817099996, - 33.95196542300005 - ], - [ - -117.30853153499999, - 33.95189140100007 - ], - [ - -117.30856613799995, - 33.95186006900008 - ], - [ - -117.30860058999997, - 33.951830148000056 - ], - [ - -117.30865399899994, - 33.951780857000074 - ], - [ - -117.30866743399997, - 33.951772188000064 - ], - [ - -117.30868448399997, - 33.95176279300006 - ], - [ - -117.30870231999995, - 33.951754476000076 - ], - [ - -117.30872115199998, - 33.95174717400005 - ], - [ - -117.30874058499995, - 33.95174107300005 - ], - [ - -117.30876051699994, - 33.95173620700007 - ], - [ - -117.30878147699997, - 33.95173250800008 - ], - [ - -117.30879708699996, - 33.95173084700008 - ], - [ - -117.30880632599997, - 33.95173021000005 - ], - [ - -117.30881893299994, - 33.95172989100007 - ], - [ - -117.308829071, - 33.95172992800008 - ], - [ - -117.30882931899998, - 33.95172992800008 - ], - [ - -117.308829399, - 33.951729931000045 - ], - [ - -117.30883796799998, - 33.951730188000056 - ], - [ - -117.30883829799996, - 33.951730198000064 - ], - [ - -117.30883862599995, - 33.95173021700003 - ], - [ - -117.30884951899998, - 33.95173085700003 - ], - [ - -117.30886161099994, - 33.95173191200007 - ], - [ - -117.30886193899994, - 33.95173194000006 - ], - [ - -117.30886226499996, - 33.951731979000044 - ], - [ - -117.30887148599999, - 33.95173308100004 - ], - [ - -117.30888357699996, - 33.951734868000074 - ], - [ - -117.30889693699999, - 33.951737335000075 - ], - [ - -117.30890881099998, - 33.95173994100003 - ], - [ - -117.30891663099999, - 33.95174189000005 - ], - [ - -117.30891694699994, - 33.95174196900007 - ], - [ - -117.30891726399994, - 33.95174204800003 - ], - [ - -117.30891757799998, - 33.951742126000056 - ], - [ - -117.30891761399994, - 33.951742135000075 - ], - [ - -117.30910448199995, - 33.951808209000035 - ], - [ - -117.30926402199998, - 33.95186467100007 - ], - [ - -117.30950235799997, - 33.95194901900004 - ], - [ - -117.30950282099997, - 33.95194918100003 - ], - [ - -117.30950590899994, - 33.95194978600006 - ], - [ - -117.30951726399996, - 33.951952289000076 - ], - [ - -117.30952712799996, - 33.951954804000025 - ], - [ - -117.30953579399994, - 33.951957324000034 - ], - [ - -117.30954436199994, - 33.951960100000065 - ], - [ - -117.30955383599996, - 33.95196352500005 - ], - [ - -117.30956621099995, - 33.951968554000075 - ], - [ - -117.30957825599995, - 33.95197411600003 - ], - [ - -117.30958894499997, - 33.95197963700008 - ], - [ - -117.30958898299997, - 33.95197965600005 - ], - [ - -117.30959749799996, - 33.951984527000036 - ], - [ - -117.30960760499994, - 33.95199082700003 - ], - [ - -117.30961471499995, - 33.95199566600007 - ], - [ - -117.30962245299997, - 33.95200136500006 - ], - [ - -117.30963156399997, - 33.952008644000045 - ], - [ - -117.30963791299996, - 33.95201417100003 - ], - [ - -117.30964402499995, - 33.952019879000034 - ], - [ - -117.30964984399998, - 33.952025707000075 - ], - [ - -117.30964989599994, - 33.952025760000026 - ], - [ - -117.309654723, - 33.95203093900005 - ], - [ - -117.30966087799999, - 33.95203802000003 - ], - [ - -117.30966658299997, - 33.95204519300006 - ], - [ - -117.30967479399999, - 33.952056698000035 - ], - [ - -117.30968115199994, - 33.95206687600006 - ], - [ - -117.30968550899996, - 33.95207467800003 - ], - [ - -117.309689059, - 33.952081734000046 - ], - [ - -117.309692311, - 33.95208888800005 - ], - [ - -117.30969525899997, - 33.952096132000065 - ], - [ - -117.30969789199997, - 33.952103427000054 - ], - [ - -117.30969790399996, - 33.95210345900006 - ], - [ - -117.30970023699996, - 33.95211084500005 - ], - [ - -117.30970226399995, - 33.95211832000007 - ], - [ - -117.309703975, - 33.95212583600005 - ], - [ - -117.30970536499996, - 33.95213337200005 - ], - [ - -117.30970536899997, - 33.95213339800006 - ], - [ - -117.30970644599995, - 33.952140995000036 - ], - [ - -117.30970761299994, - 33.95215240400006 - ], - [ - -117.30970821499994, - 33.95216487600004 - ], - [ - -117.30970801599995, - 33.95217313100005 - ], - [ - -117.30970800899996, - 33.95217340600004 - ], - [ - -117.30970800399996, - 33.95217368100003 - ], - [ - -117.30970799699998, - 33.952173956000024 - ], - [ - -117.30970799, - 33.952174229000036 - ], - [ - -117.30970798299995, - 33.95217450500007 - ], - [ - -117.30970797699996, - 33.952174780000064 - ], - [ - -117.30970796999998, - 33.952175055000055 - ], - [ - -117.309707963, - 33.952175331000035 - ], - [ - -117.30970795599995, - 33.95217560300006 - ], - [ - -117.30970795399998, - 33.95217570800003 - ], - [ - -117.30970794799998, - 33.95217587700006 - ], - [ - -117.30970793699998, - 33.95217615200005 - ], - [ - -117.30970792799997, - 33.95217642700004 - ], - [ - -117.30970791699997, - 33.95217670300008 - ], - [ - -117.30970790699996, - 33.95217697800007 - ], - [ - -117.30970789599996, - 33.95217725300006 - ], - [ - -117.30970788499997, - 33.95217752600007 - ], - [ - -117.30970787499996, - 33.95217780000007 - ], - [ - -117.30970767199994, - 33.952183294000065 - ], - [ - -117.309707662, - 33.952183568000066 - ], - [ - -117.30970765099994, - 33.952183845000036 - ], - [ - -117.30970764099999, - 33.95218411700006 - ], - [ - -117.30970763, - 33.95218439300004 - ], - [ - -117.30970761999998, - 33.95218466700004 - ], - [ - -117.30970760999998, - 33.95218493900006 - ], - [ - -117.30970760599996, - 33.95218507900006 - ], - [ - -117.30970759999997, - 33.95218521700008 - ], - [ - -117.30970757399996, - 33.95218576600007 - ], - [ - -117.30970756199997, - 33.952186039000026 - ], - [ - -117.30970754899994, - 33.95218631600005 - ], - [ - -117.30970753699995, - 33.952186589000064 - ], - [ - -117.30970752399998, - 33.952186864000055 - ], - [ - -117.30970751199999, - 33.952187139000046 - ], - [ - -117.30970749899996, - 33.952187415000026 - ], - [ - -117.30970748599998, - 33.95218768700005 - ], - [ - -117.309707474, - 33.95218796200004 - ], - [ - -117.30970746099996, - 33.952188238000076 - ], - [ - -117.30970744899997, - 33.95218851300007 - ], - [ - -117.30970743599994, - 33.95218878700007 - ], - [ - -117.30970742399995, - 33.95218906200006 - ], - [ - -117.30970741099998, - 33.95218933700005 - ], - [ - -117.309707361, - 33.95219043600002 - ], - [ - -117.30970733599997, - 33.95219098600006 - ], - [ - -117.30970732299994, - 33.95219125700004 - ], - [ - -117.30970730999996, - 33.952191535000054 - ], - [ - -117.30970729799998, - 33.952191810000045 - ], - [ - -117.30970728499994, - 33.952192085000036 - ], - [ - -117.30970727199997, - 33.95219235900004 - ], - [ - -117.309707259, - 33.95219263400003 - ], - [ - -117.30970724699995, - 33.952192909000075 - ], - [ - -117.30970723399997, - 33.952193184000066 - ], - [ - -117.30970722099994, - 33.95219345900006 - ], - [ - -117.30970720899995, - 33.95219373400005 - ], - [ - -117.30970719599998, - 33.95219400700006 - ], - [ - -117.309707184, - 33.95219428300004 - ], - [ - -117.30970717099996, - 33.95219455900008 - ], - [ - -117.30970715899997, - 33.95219483200003 - ], - [ - -117.30970714699998, - 33.95219510700008 - ], - [ - -117.30970713799996, - 33.95219530500003 - ], - [ - -117.30970713299996, - 33.95219538200007 - ], - [ - -117.30970711599997, - 33.952195655000025 - ], - [ - -117.30970670199997, - 33.952202243000045 - ], - [ - -117.30970669299995, - 33.952202380000074 - ], - [ - -117.30970667699995, - 33.95220251500007 - ], - [ - -117.30970572999996, - 33.95221106500003 - ], - [ - -117.30970442899996, - 33.95221959000003 - ], - [ - -117.30970315199994, - 33.95222596000008 - ], - [ - -117.30970312399995, - 33.95222609700005 - ], - [ - -117.30970308899998, - 33.952226230000065 - ], - [ - -117.30970139299995, - 33.95223266200003 - ], - [ - -117.309701395, - 33.95223276400003 - ], - [ - -117.30970134499995, - 33.95223293300006 - ], - [ - -117.30970126199998, - 33.952233199000034 - ], - [ - -117.30970118199997, - 33.95223346600005 - ], - [ - -117.309701099, - 33.95223373300007 - ], - [ - -117.30970101599996, - 33.952233997000064 - ], - [ - -117.30970093399998, - 33.952234264000026 - ], - [ - -117.30970084899997, - 33.952234529000066 - ], - [ - -117.309700766, - 33.95223479500004 - ], - [ - -117.30970067799996, - 33.95223506000008 - ], - [ - -117.30970059499998, - 33.95223532500006 - ], - [ - -117.30970050899998, - 33.95223559100003 - ], - [ - -117.30970041899997, - 33.95223585600007 - ], - [ - -117.30970033399996, - 33.952236120000066 - ], - [ - -117.30970024699997, - 33.95223638600004 - ], - [ - -117.30970015999998, - 33.95223665100008 - ], - [ - -117.30970006999996, - 33.95223691600006 - ], - [ - -117.30969998299997, - 33.95223718200003 - ], - [ - -117.30969989199997, - 33.95223744600003 - ], - [ - -117.30969980499998, - 33.95223771000008 - ], - [ - -117.30969971299999, - 33.95223797400007 - ], - [ - -117.30969962599994, - 33.95223824000004 - ], - [ - -117.30969953599998, - 33.95223850700006 - ], - [ - -117.30969944299994, - 33.952238772000044 - ], - [ - -117.30969935299998, - 33.95223903100003 - ], - [ - -117.30969926199998, - 33.95223929800005 - ], - [ - -117.30969917299996, - 33.952239563000035 - ], - [ - -117.30969908099996, - 33.95223982700003 - ], - [ - -117.309698987, - 33.95224009100008 - ], - [ - -117.30969889899995, - 33.95224035700005 - ], - [ - -117.309698804, - 33.952240621000044 - ], - [ - -117.30969871399998, - 33.95224088400005 - ], - [ - -117.30969862299997, - 33.95224114800004 - ], - [ - -117.30969852799996, - 33.952241412000035 - ], - [ - -117.30969825399995, - 33.95224220400007 - ], - [ - -117.30969816199996, - 33.952242470000044 - ], - [ - -117.30969806899998, - 33.95224273600007 - ], - [ - -117.30969797799997, - 33.95224299900008 - ], - [ - -117.30969788399995, - 33.95224326300007 - ], - [ - -117.30969779599997, - 33.952243526000075 - ], - [ - -117.30969770399997, - 33.95224379200005 - ], - [ - -117.309697611, - 33.95224405500005 - ], - [ - -117.30969751799995, - 33.95224432200007 - ], - [ - -117.30969742699995, - 33.952244585000074 - ], - [ - -117.30969733999996, - 33.952244850000056 - ], - [ - -117.30969724899995, - 33.95224511400005 - ], - [ - -117.30969715799995, - 33.95224538000008 - ], - [ - -117.30969706699995, - 33.95224564400007 - ], - [ - -117.30969697799998, - 33.952245908000066 - ], - [ - -117.30969688899995, - 33.95224617200006 - ], - [ - -117.309696799, - 33.95224643700004 - ], - [ - -117.30969671099996, - 33.952246702000025 - ], - [ - -117.30969662099994, - 33.952246966000075 - ], - [ - -117.30969653499994, - 33.95224723200005 - ], - [ - -117.30969644799995, - 33.95224749600004 - ], - [ - -117.30969636099996, - 33.95224776300006 - ], - [ - -117.30969627099995, - 33.95224802600006 - ], - [ - -117.30969610799997, - 33.952248534000034 - ], - [ - -117.30969629799995, - 33.95224824300004 - ], - [ - -117.30969645799996, - 33.95224800400007 - ], - [ - -117.30969661899996, - 33.95224776300006 - ], - [ - -117.30969677999997, - 33.952247526000065 - ], - [ - -117.30969694499998, - 33.952247287000034 - ], - [ - -117.30969710899996, - 33.95224704800006 - ], - [ - -117.30969727599995, - 33.952246811000066 - ], - [ - -117.30969744299995, - 33.95224657400007 - ], - [ - -117.30969761399996, - 33.952246340000045 - ], - [ - -117.30969778599996, - 33.95224610300005 - ], - [ - -117.309697955, - 33.952245868000034 - ], - [ - -117.309698127, - 33.95224563600004 - ], - [ - -117.30969830599997, - 33.952245402000074 - ], - [ - -117.30969847999995, - 33.95224517200006 - ], - [ - -117.30969865999998, - 33.95224494000007 - ], - [ - -117.30969883899996, - 33.95224471000006 - ], - [ - -117.30969901799995, - 33.95224448000005 - ], - [ - -117.30969919899997, - 33.952244250000035 - ], - [ - -117.30969938299995, - 33.95224402100007 - ], - [ - -117.30969956999996, - 33.95224379300004 - ], - [ - -117.30969975499994, - 33.95224356700004 - ], - [ - -117.30969994399999, - 33.95224334100004 - ], - [ - -117.30970013099994, - 33.952243116000034 - ], - [ - -117.30970032199997, - 33.952242891000026 - ], - [ - -117.30970051399999, - 33.952242667000064 - ], - [ - -117.30970070499995, - 33.952242444000035 - ], - [ - -117.30970089699997, - 33.95224222400003 - ], - [ - -117.30970109599997, - 33.95224200100006 - ], - [ - -117.30970129199994, - 33.952241781000055 - ], - [ - -117.30970148799997, - 33.95224156100005 - ], - [ - -117.3097016899999, - 33.95224134000006 - ], - [ - -117.30970188899994, - 33.95224112400007 - ], - [ - -117.30970209399999, - 33.95224090800008 - ], - [ - -117.30970229399998, - 33.95224069000005 - ], - [ - -117.30970250099995, - 33.95224047500005 - ], - [ - -117.30970270599994, - 33.95224026000005 - ], - [ - -117.30970291299997, - 33.95224004700003 - ], - [ - -117.30970312099998, - 33.95223983300008 - ], - [ - -117.30970333099998, - 33.952239623000025 - ], - [ - -117.30970354099998, - 33.95223941100005 - ], - [ - -117.30970375499999, - 33.952239200000065 - ], - [ - -117.30970396799995, - 33.95223898900008 - ], - [ - -117.30970418199996, - 33.95223878300004 - ], - [ - -117.30970439999999, - 33.952238575000024 - ], - [ - -117.30970461499999, - 33.95223837100008 - ], - [ - -117.30970483599998, - 33.95223816300006 - ], - [ - -117.30970505399995, - 33.95223796000005 - ], - [ - -117.30970527599999, - 33.952237755000056 - ], - [ - -117.30970549799997, - 33.95223755000006 - ], - [ - -117.30970572299998, - 33.95223734900003 - ], - [ - -117.30970594699994, - 33.95223714900004 - ], - [ - -117.30970617199995, - 33.952236947000074 - ], - [ - -117.309706399, - 33.952236749000065 - ], - [ - -117.30970662899995, - 33.952236551000055 - ], - [ - -117.309706856, - 33.95223635200006 - ], - [ - -117.30970708599995, - 33.95223615500004 - ], - [ - -117.309707318, - 33.95223596100004 - ], - [ - -117.30970755099997, - 33.95223576600006 - ], - [ - -117.30970778699998, - 33.95223557300005 - ], - [ - -117.30970802099995, - 33.95223538000005 - ], - [ - -117.30970825799994, - 33.95223519000007 - ], - [ - -117.30970849399995, - 33.95223499700006 - ], - [ - -117.30970873399997, - 33.952234807000025 - ], - [ - -117.30970897499998, - 33.95223462000007 - ], - [ - -117.30970922299997, - 33.95223444000004 - ], - [ - -117.309709882, - 33.952234023000074 - ], - [ - -117.30971777699995, - 33.95222885700008 - ], - [ - -117.30972736499996, - 33.95222462500004 - ], - [ - -117.30973844, - 33.95222135400007 - ], - [ - -117.30974108899994, - 33.95222081800006 - ], - [ - -117.30974140399996, - 33.95222075400005 - ], - [ - -117.30974173299995, - 33.95222071000006 - ], - [ - -117.30974205799998, - 33.95222066100007 - ], - [ - -117.30974238199997, - 33.95222061100003 - ], - [ - -117.30974270699994, - 33.95222056100005 - ], - [ - -117.30974303199997, - 33.95222051400003 - ], - [ - -117.30974335699995, - 33.952220468000064 - ], - [ - -117.30974368199998, - 33.952220424000075 - ], - [ - -117.30974400799994, - 33.952220381000075 - ], - [ - -117.30974433399996, - 33.95222034100004 - ], - [ - -117.30974465899999, - 33.95222030100007 - ], - [ - -117.30974498399996, - 33.95222026300007 - ], - [ - -117.30974531599998, - 33.952220225000076 - ], - [ - -117.30974564, - 33.95222018900006 - ], - [ - -117.30974596699997, - 33.95222015300004 - ], - [ - -117.30974629399998, - 33.95222012000005 - ], - [ - -117.30974662199998, - 33.95222008800005 - ], - [ - -117.30974694899999, - 33.95222005900007 - ], - [ - -117.30974727799997, - 33.952220030000035 - ], - [ - -117.309747604, - 33.95222000200005 - ], - [ - -117.30974793399997, - 33.95221997500005 - ], - [ - -117.30974826199997, - 33.95221995000003 - ], - [ - -117.30974859, - 33.952219927000044 - ], - [ - -117.30974891899996, - 33.95221990500005 - ], - [ - -117.30974924699996, - 33.952219883000055 - ], - [ - -117.30974957599994, - 33.95221986300004 - ], - [ - -117.309749905, - 33.95221984600005 - ], - [ - -117.30975023499997, - 33.95221982900006 - ], - [ - -117.30975056499994, - 33.952219815000035 - ], - [ - -117.30975089099996, - 33.952219798000044 - ], - [ - -117.30975122199999, - 33.95221978700005 - ], - [ - -117.30975155199997, - 33.95221977700004 - ], - [ - -117.30975188199994, - 33.95221976700003 - ], - [ - -117.30975221199998, - 33.952219756000034 - ], - [ - -117.30975253999998, - 33.95221974900005 - ], - [ - -117.30975286999995, - 33.95221974300006 - ], - [ - -117.30975319799995, - 33.95221973900004 - ], - [ - -117.30975352999997, - 33.952219737000064 - ], - [ - -117.309753861, - 33.95221973400004 - ], - [ - -117.30975418999998, - 33.95221973400004 - ], - [ - -117.30975451899997, - 33.95221973500003 - ], - [ - -117.30975485099998, - 33.952219737000064 - ], - [ - -117.30975517999997, - 33.95221974200007 - ], - [ - -117.30975550899996, - 33.95221974400005 - ], - [ - -117.30975584199996, - 33.952219753000065 - ], - [ - -117.30975616599994, - 33.95221976100004 - ], - [ - -117.30975649599998, - 33.952219770000056 - ], - [ - -117.30975682599995, - 33.95221978100005 - ], - [ - -117.30975715599999, - 33.95221979200005 - ], - [ - -117.30975748499998, - 33.95221980700006 - ], - [ - -117.30975781499995, - 33.95221982100003 - ], - [ - -117.30975814599998, - 33.95221983700003 - ], - [ - -117.30975847199994, - 33.95221985400008 - ], - [ - -117.30975880099999, - 33.952219874000036 - ], - [ - -117.30975913199995, - 33.95221989500004 - ], - [ - -117.30975945799997, - 33.952219917000036 - ], - [ - -117.30975978699996, - 33.95221993700005 - ], - [ - -117.30976011399997, - 33.95221997300007 - ], - [ - -117.30976362699994, - 33.952220358000034 - ], - [ - -117.30977505799996, - 33.952222661000064 - ], - [ - -117.31009566399996, - 33.952335763000065 - ], - [ - -117.31006684899995, - 33.952514774000065 - ], - [ - -117.31006106799998, - 33.95255069800004 - ], - [ - -117.31009151099994, - 33.95271970300007 - ], - [ - -117.31010461899996, - 33.95279248300005 - ], - [ - -117.31011000199999, - 33.95282235500002 - ], - [ - -117.31011887499994, - 33.952821732000075 - ], - [ - -117.31041679899994, - 33.95280082800008 - ], - [ - -117.31043110399997, - 33.95279982400007 - ], - [ - -117.31071424299995, - 33.952779958000065 - ], - [ - -117.31075145699998, - 33.95277734500007 - ], - [ - -117.31102822899999, - 33.952757924000025 - ], - [ - -117.31107291, - 33.95275478800005 - ], - [ - -117.31125450599995, - 33.95274204400005 - ], - [ - -117.31139986499994, - 33.95273184800004 - ], - [ - -117.31147461999996, - 33.952726609000024 - ], - [ - -117.31149537299996, - 33.95272515700003 - ], - [ - -117.31157319299996, - 33.95271970300007 - ], - [ - -117.31159367199996, - 33.952715580000074 - ], - [ - -117.31159777399995, - 33.95275525200003 - ], - [ - -117.31162531799998, - 33.953020336000066 - ], - [ - -117.31162643699997, - 33.95302519300003 - ], - [ - -117.311626521, - 33.95302545900006 - ], - [ - -117.31162802499995, - 33.95302981200007 - ], - [ - -117.31162902999995, - 33.95303206500006 - ], - [ - -117.31163002599999, - 33.95303432000003 - ], - [ - -117.311632826, - 33.953039140000044 - ], - [ - -117.311634557, - 33.95304155700006 - ], - [ - -117.31163627499996, - 33.953043981000064 - ], - [ - -117.31164048999995, - 33.95304863900003 - ], - [ - -117.31164506799996, - 33.95305287200006 - ], - [ - -117.31164518099996, - 33.953052969000055 - ], - [ - -117.31164529999995, - 33.95305306400007 - ], - [ - -117.31164945399996, - 33.95305620100004 - ], - [ - -117.31165595799996, - 33.95306018500003 - ], - [ - -117.31166205399995, - 33.95306319100007 - ], - [ - -117.31166621799997, - 33.95306484400004 - ], - [ - -117.31166652199994, - 33.95306495700004 - ], - [ - -117.31166667199994, - 33.95306501300007 - ], - [ - -117.31166682699995, - 33.95306506500003 - ], - [ - -117.31167160299998, - 33.953066568000054 - ], - [ - -117.31167444799996, - 33.95306726800004 - ], - [ - -117.31167729199996, - 33.953067969000074 - ], - [ - -117.31168376099998, - 33.953069020000044 - ], - [ - -117.31169080799998, - 33.95306961800003 - ], - [ - -117.31169113699997, - 33.95306962700005 - ], - [ - -117.31169369899999, - 33.953069640000024 - ], - [ - -117.31170307999997, - 33.95314754700007 - ], - [ - -117.31170643399997, - 33.95324007500005 - ], - [ - -117.31170410199996, - 33.953240513000026 - ], - [ - -117.31170394099996, - 33.953240547000064 - ], - [ - -117.31170378199994, - 33.95324058500006 - ], - [ - -117.31169874299997, - 33.953241881000054 - ], - [ - -117.31169322599999, - 33.95324370000003 - ], - [ - -117.31168748899995, - 33.953246111000055 - ], - [ - -117.31168053099998, - 33.95324978200006 - ], - [ - -117.31167544799996, - 33.953253061000055 - ], - [ - -117.31167532299997, - 33.953253148000044 - ], - [ - -117.31167519999997, - 33.95325323800006 - ], - [ - -117.31167328299995, - 33.95325475100003 - ], - [ - -117.31167123999995, - 33.953256346000046 - ], - [ - -117.31167103599995, - 33.95325653100008 - ], - [ - -117.31166481099996, - 33.95326145800004 - ], - [ - -117.31166083199997, - 33.953267319000076 - ], - [ - -117.31165992999996, - 33.95326840100006 - ], - [ - -117.31165880599997, - 33.953270305000046 - ], - [ - -117.31165863999996, - 33.953270549000024 - ], - [ - -117.31165858099996, - 33.95327067100004 - ], - [ - -117.31165849899998, - 33.95327079200007 - ], - [ - -117.31165834299998, - 33.95327103400007 - ], - [ - -117.31165819599994, - 33.953271279000035 - ], - [ - -117.311658046, - 33.95327152400006 - ], - [ - -117.31165789599999, - 33.95327177100006 - ], - [ - -117.31165774899995, - 33.953272018000064 - ], - [ - -117.31165760299996, - 33.95327226000006 - ], - [ - -117.31165735099995, - 33.953272696000056 - ], - [ - -117.31165722499998, - 33.95327295000004 - ], - [ - -117.31165710599998, - 33.95327320700005 - ], - [ - -117.31165699099995, - 33.95327346300007 - ], - [ - -117.31165582399996, - 33.95327614300004 - ], - [ - -117.31165509599998, - 33.953277815000035 - ], - [ - -117.31165497499995, - 33.95327806300003 - ], - [ - -117.31165491499996, - 33.953278236000074 - ], - [ - -117.31165393599997, - 33.953280988000074 - ], - [ - -117.311653219, - 33.95328300500006 - ], - [ - -117.31165278399999, - 33.953284162000045 - ], - [ - -117.31165270799994, - 33.953284445000065 - ], - [ - -117.31165310199998, - 33.953288548000046 - ], - [ - -117.311655939, - 33.95331809800007 - ], - [ - -117.31165701499998, - 33.95332930300003 - ], - [ - -117.31166160999999, - 33.953377164000074 - ], - [ - -117.31166628499994, - 33.95342584800005 - ], - [ - -117.31167078099998, - 33.95347267400007 - ], - [ - -117.31169464199996, - 33.95371191400005 - ], - [ - -117.31170078199995, - 33.95376877800004 - ], - [ - -117.31185505899998, - 33.95378032700006 - ], - [ - -117.312055913, - 33.95379536100006 - ], - [ - -117.31225227299996, - 33.953810059000034 - ], - [ - -117.31234983499996, - 33.95381736200005 - ], - [ - -117.31266340699995, - 33.953840831000036 - ], - [ - -117.31296366499998, - 33.95386330400004 - ], - [ - -117.31311168899998, - 33.95387438400007 - ], - [ - -117.31327399599996, - 33.95388653100008 - ], - [ - -117.31351678399994, - 33.953904702000045 - ], - [ - -117.31379211899997, - 33.95392604800003 - ], - [ - -117.31379205999997, - 33.953938049000044 - ], - [ - -117.31379046299998, - 33.95426159600004 - ], - [ - -117.31378949799995, - 33.95445724600006 - ], - [ - -117.31378870299994, - 33.95461840300004 - ], - [ - -117.313786704, - 33.95502307100003 - ], - [ - -117.31378670299995, - 33.95502312700006 - ], - [ - -117.31378664099998, - 33.95503583800007 - ], - [ - -117.31378642899995, - 33.95507874100008 - ], - [ - -117.31386272999998, - 33.95509774800007 - ], - [ - -117.31388406399998, - 33.955103063000024 - ], - [ - -117.314344157, - 33.955217677000064 - ], - [ - -117.31433586699995, - 33.955266978000054 - ], - [ - -117.31432654699995, - 33.95531615200008 - ], - [ - -117.31432379799998, - 33.95532609600008 - ], - [ - -117.314321254, - 33.95533607500005 - ], - [ - -117.31431892299997, - 33.955346090000035 - ], - [ - -117.31431680299994, - 33.95535613900006 - ], - [ - -117.31431489299996, - 33.95536621600007 - ], - [ - -117.31431319399996, - 33.95537632000003 - ], - [ - -117.31431170499997, - 33.95538644800007 - ], - [ - -117.31431042999998, - 33.955396595000025 - ], - [ - -117.31430936899994, - 33.95540675900003 - ], - [ - -117.31430851799996, - 33.95541693700005 - ], - [ - -117.31430788399996, - 33.955427127000064 - ], - [ - -117.31430746199999, - 33.95543732200008 - ], - [ - -117.31430724999996, - 33.95545670700005 - ], - [ - -117.31430396099995, - 33.955491049000045 - ], - [ - -117.31428140599996, - 33.95572654000006 - ], - [ - -117.31427079499997, - 33.95583735300005 - ], - [ - -117.314247245, - 33.956083266000064 - ], - [ - -117.31424564799994, - 33.956099581000046 - ], - [ - -117.31424439499995, - 33.95611591900007 - ], - [ - -117.31424348499996, - 33.95613227300004 - ], - [ - -117.31424291499997, - 33.95614863700007 - ], - [ - -117.31424268999996, - 33.95616500600005 - ], - [ - -117.31424280899995, - 33.956181376000075 - ], - [ - -117.31424326899997, - 33.956197743000075 - ], - [ - -117.31424407299994, - 33.95621410100006 - ], - [ - -117.31424521899999, - 33.95623044300004 - ], - [ - -117.31424670799998, - 33.95624676600005 - ], - [ - -117.31424673199996, - 33.95624704100004 - ], - [ - -117.31424675399995, - 33.95624731600003 - ], - [ - -117.31424677599995, - 33.956247587000064 - ], - [ - -117.31424679999998, - 33.956247863000044 - ], - [ - -117.31424682499994, - 33.956248137000046 - ], - [ - -117.31424685099995, - 33.956248412000036 - ], - [ - -117.31424687299995, - 33.95624868600004 - ], - [ - -117.31424689799996, - 33.95624895900005 - ], - [ - -117.31424692399997, - 33.95624923300005 - ], - [ - -117.31424694799995, - 33.95624950700005 - ], - [ - -117.31424697299997, - 33.95624978300003 - ], - [ - -117.31424699899998, - 33.956250055000055 - ], - [ - -117.31424702599998, - 33.95625032800007 - ], - [ - -117.31424705199998, - 33.95625060300006 - ], - [ - -117.31424707999997, - 33.95625088000003 - ], - [ - -117.31424710399995, - 33.95625115000007 - ], - [ - -117.31424713299998, - 33.95625142500006 - ], - [ - -117.31424715999998, - 33.95625170000005 - ], - [ - -117.31424718899996, - 33.95625197100003 - ], - [ - -117.31424721699995, - 33.956252246000076 - ], - [ - -117.31424724599998, - 33.95625252100007 - ], - [ - -117.31424727299998, - 33.95625279200004 - ], - [ - -117.31424730099997, - 33.956253068000024 - ], - [ - -117.31424732999994, - 33.956253342000025 - ], - [ - -117.31424736099996, - 33.95625361500004 - ], - [ - -117.31424739, - 33.95625388800005 - ], - [ - -117.314247417, - 33.95625416200005 - ], - [ - -117.314247449, - 33.95625443700004 - ], - [ - -117.31424747799997, - 33.95625470900006 - ], - [ - -117.314247508, - 33.956254985000044 - ], - [ - -117.31424754099999, - 33.956255257000066 - ], - [ - -117.31424757099995, - 33.95625552800004 - ], - [ - -117.31424760199997, - 33.95625580500007 - ], - [ - -117.31424763399997, - 33.956256078000024 - ], - [ - -117.31424766599997, - 33.956256352000025 - ], - [ - -117.31424769799997, - 33.95625662300006 - ], - [ - -117.31424772999998, - 33.95625689900004 - ], - [ - -117.31424776199998, - 33.95625717300004 - ], - [ - -117.31424779899999, - 33.95625744500006 - ], - [ - -117.31424782999994, - 33.95625771700003 - ], - [ - -117.31424786499997, - 33.956257992000076 - ], - [ - -117.31424789599998, - 33.95625826400004 - ], - [ - -117.31424793099995, - 33.95625853900003 - ], - [ - -117.314247965, - 33.956258813000034 - ], - [ - -117.314248, - 33.95625908400007 - ], - [ - -117.314248035, - 33.95625935900006 - ], - [ - -117.31424806899997, - 33.95625963100008 - ], - [ - -117.31424810399994, - 33.956259903000046 - ], - [ - -117.31424814099995, - 33.956260178000036 - ], - [ - -117.31424817599998, - 33.95626045100005 - ], - [ - -117.31424821199994, - 33.956260722000025 - ], - [ - -117.31424824799996, - 33.95626099700007 - ], - [ - -117.31424828599995, - 33.95626127000003 - ], - [ - -117.31424832099998, - 33.95626154400003 - ], - [ - -117.31424835999997, - 33.95626181600005 - ], - [ - -117.31424839699997, - 33.95626209000005 - ], - [ - -117.31424843299999, - 33.95626236100003 - ], - [ - -117.31424847199997, - 33.95626263500003 - ], - [ - -117.31424851199995, - 33.95626290900003 - ], - [ - -117.31424854799997, - 33.95626318300003 - ], - [ - -117.31424858799994, - 33.956263453000076 - ], - [ - -117.31424862699998, - 33.95626372700008 - ], - [ - -117.31424866699996, - 33.95626399900004 - ], - [ - -117.31424870599994, - 33.956264273000045 - ], - [ - -117.31424874299995, - 33.95626454500007 - ], - [ - -117.31424878799999, - 33.95626481800008 - ], - [ - -117.31424882699997, - 33.956265090000045 - ], - [ - -117.314248868, - 33.956265364000046 - ], - [ - -117.31424890699998, - 33.95626563700006 - ], - [ - -117.31424894899999, - 33.95626591000007 - ], - [ - -117.31424898899996, - 33.956266181000046 - ], - [ - -117.31424903199996, - 33.95626645500005 - ], - [ - -117.31424907199994, - 33.95626672700007 - ], - [ - -117.31424911399995, - 33.956266999000036 - ], - [ - -117.31424915799994, - 33.95626726800003 - ], - [ - -117.31424920099994, - 33.95626754500006 - ], - [ - -117.31424924199996, - 33.95626781800007 - ], - [ - -117.31424928899997, - 33.95626808600008 - ], - [ - -117.31424932999994, - 33.95626836200006 - ], - [ - -117.31424937299994, - 33.956268633000036 - ], - [ - -117.31424941799997, - 33.95626890600005 - ], - [ - -117.31424946299995, - 33.95626918000005 - ], - [ - -117.31424950799999, - 33.95626944900005 - ], - [ - -117.31424954899995, - 33.95626972100007 - ], - [ - -117.31424959399999, - 33.95626999500007 - ], - [ - -117.31424964099995, - 33.95627027000006 - ], - [ - -117.31424968399995, - 33.95627053900006 - ], - [ - -117.31424973299994, - 33.956270811000024 - ], - [ - -117.31424977899997, - 33.956271085000026 - ], - [ - -117.31424982699997, - 33.95627135800004 - ], - [ - -117.314249873, - 33.956271627000035 - ], - [ - -117.31424991899996, - 33.95627190000005 - ], - [ - -117.31424996599998, - 33.95627217300006 - ], - [ - -117.314250013, - 33.956272444000035 - ], - [ - -117.31425005999995, - 33.95627271500007 - ], - [ - -117.31425010799995, - 33.956272987000034 - ], - [ - -117.31425015599996, - 33.95627325600003 - ], - [ - -117.31425020599994, - 33.95627353000003 - ], - [ - -117.31425025299995, - 33.956273804000034 - ], - [ - -117.31425030599996, - 33.95627407500007 - ], - [ - -117.31425035499996, - 33.95627434700003 - ], - [ - -117.31425040299996, - 33.956274619000055 - ], - [ - -117.31425045099996, - 33.95627488900004 - ], - [ - -117.31425049999996, - 33.95627516300004 - ], - [ - -117.31425056399996, - 33.95627543300003 - ], - [ - -117.31425058699995, - 33.956275568000024 - ], - [ - -117.31425061299996, - 33.956275703000074 - ], - [ - -117.31425066699995, - 33.95627597400005 - ], - [ - -117.31425070299997, - 33.95627624600007 - ], - [ - -117.31425075599998, - 33.95627651800004 - ], - [ - -117.31425080699995, - 33.95627679000006 - ], - [ - -117.31425085899997, - 33.95627706200003 - ], - [ - -117.31425091199998, - 33.95627733300006 - ], - [ - -117.31425096399994, - 33.956277603000046 - ], - [ - -117.31425101699995, - 33.95627787600006 - ], - [ - -117.31425106699999, - 33.956278148000024 - ], - [ - -117.31425112099998, - 33.95627841800007 - ], - [ - -117.31425117499998, - 33.956278689000044 - ], - [ - -117.31425122699994, - 33.956278962000056 - ], - [ - -117.31425128199999, - 33.95627923100005 - ], - [ - -117.31425133899995, - 33.95627950000005 - ], - [ - -117.31425139299995, - 33.95627977400005 - ], - [ - -117.31425144599996, - 33.95628004300005 - ], - [ - -117.314251502, - 33.95628031500007 - ], - [ - -117.31425155699998, - 33.95628058500006 - ], - [ - -117.31425161299995, - 33.95628085800007 - ], - [ - -117.31425166599996, - 33.95628112800006 - ], - [ - -117.31425172399997, - 33.956281398000044 - ], - [ - -117.31425178099994, - 33.95628166900008 - ], - [ - -117.3142518399999, - 33.956281938000075 - ], - [ - -117.31425189599997, - 33.956282212000076 - ], - [ - -117.31425196499998, - 33.95628247800005 - ], - [ - -117.31425201899998, - 33.95628275000007 - ], - [ - -117.31425207299998, - 33.95628302100005 - ], - [ - -117.31425213499995, - 33.956283291000034 - ], - [ - -117.31425218099997, - 33.95628356200007 - ], - [ - -117.31425223999997, - 33.95628383300004 - ], - [ - -117.31425229799999, - 33.956284105000066 - ], - [ - -117.31425236099994, - 33.95628437400006 - ], - [ - -117.31425241699998, - 33.95628464500004 - ], - [ - -117.31425247399994, - 33.95628491400004 - ], - [ - -117.31425253599997, - 33.95628518600006 - ], - [ - -117.31425259599996, - 33.95628545500006 - ], - [ - -117.31425265699994, - 33.95628572700008 - ], - [ - -117.31425271699999, - 33.95628599500003 - ], - [ - -117.31425277799997, - 33.95628626700005 - ], - [ - -117.31425284099998, - 33.95628653600005 - ], - [ - -117.31425289999999, - 33.95628680600004 - ], - [ - -117.31425295999998, - 33.956287074000045 - ], - [ - -117.31425302399998, - 33.95628734600007 - ], - [ - -117.31425308399997, - 33.956287616000054 - ], - [ - -117.31425314699999, - 33.95628788400006 - ], - [ - -117.314253211, - 33.95628815600003 - ], - [ - -117.31425327199997, - 33.95628842700006 - ], - [ - -117.31425333699997, - 33.95628869400008 - ], - [ - -117.31425339999998, - 33.956288966000045 - ], - [ - -117.31425346299994, - 33.95628923400005 - ], - [ - -117.31425352599996, - 33.95628950500003 - ], - [ - -117.31425359099995, - 33.95628977500007 - ], - [ - -117.31425365599995, - 33.956290042000035 - ], - [ - -117.31425371899996, - 33.95629031400006 - ], - [ - -117.3142538, - 33.95629057800005 - ], - [ - -117.31425386199999, - 33.95629084800004 - ], - [ - -117.31425389299994, - 33.95629098500007 - ], - [ - -117.31425392699998, - 33.956291117000035 - ], - [ - -117.31425398099998, - 33.95629138900006 - ], - [ - -117.31425404699996, - 33.956291658000055 - ], - [ - -117.31425411299995, - 33.95629192700005 - ], - [ - -117.31425417899999, - 33.95629219600005 - ], - [ - -117.31425424599996, - 33.956292466000036 - ], - [ - -117.31425431199995, - 33.95629273600008 - ], - [ - -117.31425437999997, - 33.95629300300004 - ], - [ - -117.31425445099995, - 33.956293274000075 - ], - [ - -117.31425451499996, - 33.956293541000036 - ], - [ - -117.314254582, - 33.956293810000034 - ], - [ - -117.31425465099994, - 33.95629408100007 - ], - [ - -117.31425472099994, - 33.956294350000064 - ], - [ - -117.31425478899996, - 33.95629461800007 - ], - [ - -117.31425485899996, - 33.95629488600002 - ], - [ - -117.31425492799997, - 33.956295157000056 - ], - [ - -117.31425499599999, - 33.956295425000064 - ], - [ - -117.31425506599999, - 33.95629569000005 - ], - [ - -117.31425513799996, - 33.95629596100002 - ], - [ - -117.31425520799996, - 33.95629622800004 - ], - [ - -117.31425527699997, - 33.95629649600005 - ], - [ - -117.31425534999994, - 33.956296767000026 - ], - [ - -117.31425542099998, - 33.956297034000045 - ], - [ - -117.31425549099998, - 33.95629730200005 - ], - [ - -117.31425556299996, - 33.95629757200004 - ], - [ - -117.31425563399995, - 33.95629783900006 - ], - [ - -117.31425570799996, - 33.95629810500003 - ], - [ - -117.31425577699997, - 33.95629837600006 - ], - [ - -117.31425585499994, - 33.95629864500006 - ], - [ - -117.31425592399995, - 33.95629891100003 - ], - [ - -117.31425599799996, - 33.95629917900004 - ], - [ - -117.31425607199998, - 33.95629944800004 - ], - [ - -117.31425614499994, - 33.95629971400007 - ], - [ - -117.31425621899996, - 33.956299982000075 - ], - [ - -117.31425629199998, - 33.95630025000003 - ], - [ - -117.31425636899996, - 33.956300517000045 - ], - [ - -117.31425644199999, - 33.95630078700003 - ], - [ - -117.31425651599994, - 33.95630105300006 - ], - [ - -117.31425659299998, - 33.956301318000044 - ], - [ - -117.31425666699994, - 33.95630158900008 - ], - [ - -117.31425674499997, - 33.95630185500005 - ], - [ - -117.31425682099996, - 33.95630212400005 - ], - [ - -117.31425689599996, - 33.956302390000076 - ], - [ - -117.31425697399999, - 33.95630265700004 - ], - [ - -117.314257049, - 33.956302925000045 - ], - [ - -117.31425712599997, - 33.956303192000064 - ], - [ - -117.31425720299995, - 33.95630346000007 - ], - [ - -117.31425727799996, - 33.956303726000044 - ], - [ - -117.31425735999994, - 33.95630399200007 - ], - [ - -117.31425743799997, - 33.956304259000035 - ], - [ - -117.31425751599994, - 33.95630452700004 - ], - [ - -117.31425759499996, - 33.95630479300007 - ], - [ - -117.31425767299999, - 33.956305060000034 - ], - [ - -117.314257753, - 33.95630532800004 - ], - [ - -117.31425783199995, - 33.95630559400007 - ], - [ - -117.31425791299995, - 33.95630586000004 - ], - [ - -117.31425799199997, - 33.95630612700006 - ], - [ - -117.31425807099998, - 33.95630639400002 - ], - [ - -117.31425815199998, - 33.95630666000005 - ], - [ - -117.31425823199999, - 33.95630692800006 - ], - [ - -117.31425831599995, - 33.95630719300004 - ], - [ - -117.31425839599996, - 33.95630745900007 - ], - [ - -117.31425847699995, - 33.956307725000045 - ], - [ - -117.31425855599997, - 33.956307991000074 - ], - [ - -117.31425863799996, - 33.956308257000046 - ], - [ - -117.31425872299997, - 33.956308524000065 - ], - [ - -117.31425880399996, - 33.95630878900005 - ], - [ - -117.31425888799998, - 33.956309057000055 - ], - [ - -117.314258968, - 33.95630932300003 - ], - [ - -117.31425905199995, - 33.95630958700008 - ], - [ - -117.31425913699996, - 33.95630985300005 - ], - [ - -117.31425921899995, - 33.95631012100006 - ], - [ - -117.31425930599994, - 33.95631038500005 - ], - [ - -117.31425938999996, - 33.956310651000024 - ], - [ - -117.31425947399998, - 33.95631091700005 - ], - [ - -117.31425957, - 33.95631117800008 - ], - [ - -117.31425960999997, - 33.95631131300007 - ], - [ - -117.31425965399995, - 33.95631144500004 - ], - [ - -117.31425972599999, - 33.95631171500003 - ], - [ - -117.31425981399997, - 33.95631197900008 - ], - [ - -117.31425989899998, - 33.95631224300007 - ], - [ - -117.31425998699996, - 33.95631251100008 - ], - [ - -117.31426007099998, - 33.956312774000025 - ], - [ - -117.31426015899996, - 33.956313039000065 - ], - [ - -117.31426024499996, - 33.95631330600003 - ], - [ - -117.31426033199995, - 33.95631357100007 - ], - [ - -117.314260419, - 33.956313833000024 - ], - [ - -117.31426050799996, - 33.95631410000004 - ], - [ - -117.31426059599994, - 33.95631436600007 - ], - [ - -117.31426068299999, - 33.956314630000065 - ], - [ - -117.314260774, - 33.95631489300007 - ], - [ - -117.31426086099998, - 33.95631515900004 - ], - [ - -117.31426094799997, - 33.956315421000056 - ], - [ - -117.31426103799998, - 33.956315689000064 - ], - [ - -117.31426112699995, - 33.95631595400005 - ], - [ - -117.31426121699997, - 33.95631621800004 - ], - [ - -117.31426130899996, - 33.956316482000034 - ], - [ - -117.31426139699994, - 33.95631674700007 - ], - [ - -117.31426148799994, - 33.95631700800004 - ], - [ - -117.31426157799996, - 33.95631727400007 - ], - [ - -117.31426166799997, - 33.956317539000054 - ], - [ - -117.31426176199994, - 33.95631780100007 - ], - [ - -117.31426185199996, - 33.95631806800003 - ], - [ - -117.31426194399995, - 33.956318328000066 - ], - [ - -117.31426203399997, - 33.95631859300005 - ], - [ - -117.31426212699995, - 33.95631885700004 - ], - [ - -117.31426221799995, - 33.95631912300007 - ], - [ - -117.31426231299997, - 33.956319387000065 - ], - [ - -117.31426240499997, - 33.95631964900008 - ], - [ - -117.31426249799995, - 33.95631991400006 - ], - [ - -117.31426255799994, - 33.95632004200007 - ], - [ - -117.31426259199998, - 33.95632017600008 - ], - [ - -117.31426268499996, - 33.956320439000024 - ], - [ - -117.31426277999998, - 33.956320703000074 - ], - [ - -117.31426287399995, - 33.95632096700007 - ], - [ - -117.31426296899997, - 33.95632123000007 - ], - [ - -117.31426306099996, - 33.956321493000075 - ], - [ - -117.31426315799996, - 33.95632175500003 - ], - [ - -117.31426325599995, - 33.95632202000007 - ], - [ - -117.31426334899999, - 33.95632228100004 - ], - [ - -117.31426344399995, - 33.956322543000056 - ], - [ - -117.31426353899997, - 33.95632280700005 - ], - [ - -117.31426363599996, - 33.95632307100004 - ], - [ - -117.31426373399995, - 33.95632333300006 - ], - [ - -117.31426383099995, - 33.95632359700005 - ], - [ - -117.31426392799995, - 33.956323859000065 - ], - [ - -117.31426402499994, - 33.95632412100008 - ], - [ - -117.31426412099995, - 33.95632438500007 - ], - [ - -117.314264219, - 33.95632464600004 - ], - [ - -117.31426431799997, - 33.956324909000045 - ], - [ - -117.31426441399998, - 33.95632517200005 - ], - [ - -117.31426451399994, - 33.95632543500005 - ], - [ - -117.31426460999995, - 33.95632569400004 - ], - [ - -117.31426471199995, - 33.956325958000036 - ], - [ - -117.31426480899995, - 33.95632622000005 - ], - [ - -117.31426490999996, - 33.956326481000076 - ], - [ - -117.31426500899994, - 33.956326742000044 - ], - [ - -117.31426510799997, - 33.95632700600004 - ], - [ - -117.31426522199996, - 33.95632726300005 - ], - [ - -117.31426531899996, - 33.95632752700004 - ], - [ - -117.31426536799995, - 33.95632765800008 - ], - [ - -117.31426542, - 33.95632778800007 - ], - [ - -117.31426552299996, - 33.956328049000035 - ], - [ - -117.31426562799999, - 33.95632831100005 - ], - [ - -117.31426571699996, - 33.95632857600003 - ], - [ - -117.31426581799997, - 33.95632883800005 - ], - [ - -117.314265918, - 33.95632909700004 - ], - [ - -117.31426602099998, - 33.95632935900005 - ], - [ - -117.31426612599995, - 33.95632961900003 - ], - [ - -117.31426622699996, - 33.956329882000034 - ], - [ - -117.31426633099994, - 33.95633014300006 - ], - [ - -117.31426643299994, - 33.95633040200005 - ], - [ - -117.31426653699998, - 33.95633066500005 - ], - [ - -117.31426664099996, - 33.95633092500003 - ], - [ - -117.31426674599999, - 33.95633118500007 - ], - [ - -117.31426684899998, - 33.956331447000025 - ], - [ - -117.314266955, - 33.95633170800005 - ], - [ - -117.31426705999996, - 33.95633196600005 - ], - [ - -117.31426716699997, - 33.95633222600003 - ], - [ - -117.31426727099995, - 33.95633248900003 - ], - [ - -117.31426737499999, - 33.95633274900007 - ], - [ - -117.31426748099994, - 33.95633301000004 - ], - [ - -117.31426758499998, - 33.95633327100006 - ], - [ - -117.31426769499996, - 33.95633352900006 - ], - [ - -117.314267799, - 33.95633379100008 - ], - [ - -117.31426790399996, - 33.956334050000066 - ], - [ - -117.31426800999998, - 33.956334309000056 - ], - [ - -117.31426813299998, - 33.95633456500008 - ], - [ - -117.31426823899994, - 33.956334828000024 - ], - [ - -117.31454332299995, - 33.95725857100007 - ], - [ - -117.31456745899999, - 33.95733969300005 - ], - [ - -117.31376410899998, - 33.95732807500008 - ], - [ - -117.31376350899995, - 33.95732806600006 - ], - [ - -117.31376111099996, - 33.95756467600006 - ], - [ - -117.31376131099995, - 33.95757800700005 - ], - [ - -117.31376008899997, - 33.95762231300006 - ], - [ - -117.313760818, - 33.957622155000024 - ], - [ - -117.31375958499996, - 33.95773206500007 - ], - [ - -117.31375956899996, - 33.957733819000055 - ], - [ - -117.313311436, - 33.95778925500008 - ], - [ - -117.31252788999996, - 33.95788409600004 - ], - [ - -117.311866555, - 33.95796392200003 - ], - [ - -117.31129288299996, - 33.95799212400004 - ], - [ - -117.31101943999994, - 33.95803338600007 - ], - [ - -117.31134452999999, - 33.95857800700003 - ], - [ - -117.31179681099997, - 33.95938216700006 - ], - [ - -117.312164425, - 33.95993972100007 - ], - [ - -117.31250702899996, - 33.96018048800005 - ], - [ - -117.31283897799995, - 33.960313616000064 - ], - [ - -117.31315108899997, - 33.96039854600008 - ], - [ - -117.31372879799994, - 33.960464615000035 - ], - [ - -117.31372397499996, - 33.960893044000045 - ], - [ - -117.31315681299998, - 33.96090866600008 - ], - [ - -117.31266177099997, - 33.96092230000005 - ], - [ - -117.312531977, - 33.960925873000065 - ], - [ - -117.312500221, - 33.96092674700003 - ], - [ - -117.31249869699997, - 33.96092678900004 - ], - [ - -117.31213829099994, - 33.960936712000034 - ], - [ - -117.31082307699995, - 33.960972914000024 - ], - [ - -117.31081172199998, - 33.96097322600008 - ], - [ - -117.31081150199998, - 33.96097323200007 - ], - [ - -117.31077617499994, - 33.960974203000035 - ], - [ - -117.31119330699994, - 33.96160082400007 - ], - [ - -117.31134101299995, - 33.96182271500004 - ], - [ - -117.31134245199996, - 33.96182488200003 - ], - [ - -117.31134260299996, - 33.96182511100005 - ], - [ - -117.31134340299997, - 33.96182631500005 - ], - [ - -117.31134419999995, - 33.96182751600003 - ], - [ - -117.31134477799998, - 33.96182838800007 - ], - [ - -117.31134499799998, - 33.96182871900004 - ], - [ - -117.31134579499997, - 33.96182992200005 - ], - [ - -117.311346588, - 33.96183112600005 - ], - [ - -117.31134738299994, - 33.96183233100004 - ], - [ - -117.31134817799995, - 33.96183353400005 - ], - [ - -117.31134896799995, - 33.96183473800005 - ], - [ - -117.31134975899994, - 33.96183594300004 - ], - [ - -117.31135020799996, - 33.96183662400006 - ], - [ - -117.31135055399994, - 33.96183714700004 - ], - [ - -117.31135130099995, - 33.961838284000066 - ], - [ - -117.31135134199997, - 33.961838356000044 - ], - [ - -117.31135213599998, - 33.96183956100003 - ], - [ - -117.31135292599998, - 33.961840764000044 - ], - [ - -117.31135371499994, - 33.96184197100007 - ], - [ - -117.31135450299996, - 33.96184317800004 - ], - [ - -117.31135529199997, - 33.96184438600005 - ], - [ - -117.31135586599999, - 33.96184526800005 - ], - [ - -117.31135607799996, - 33.96184559300008 - ], - [ - -117.31135668999997, - 33.96184653000006 - ], - [ - -117.31135686599998, - 33.961846800000046 - ], - [ - -117.31135765, - 33.96184800900005 - ], - [ - -117.31135820399999, - 33.96184886100008 - ], - [ - -117.31135843499999, - 33.961849217000065 - ], - [ - -117.31135866999995, - 33.961849580000035 - ], - [ - -117.31135921799995, - 33.96185042700006 - ], - [ - -117.31135940999997, - 33.961850723000055 - ], - [ - -117.31136000499998, - 33.96185163400003 - ], - [ - -117.31136078799994, - 33.96185284400008 - ], - [ - -117.31136156899998, - 33.961854053000025 - ], - [ - -117.31136235099996, - 33.961855263000075 - ], - [ - -117.31136312999996, - 33.96185647500005 - ], - [ - -117.311363912, - 33.96185768400005 - ], - [ - -117.31136427499996, - 33.96185824600008 - ], - [ - -117.31136469399996, - 33.961858894000045 - ], - [ - -117.31136522799994, - 33.96185973000007 - ], - [ - -117.31136546699997, - 33.96186010500003 - ], - [ - -117.31136548899997, - 33.961860139000066 - ], - [ - -117.31136624699997, - 33.96186131500008 - ], - [ - -117.31136702999999, - 33.96186252600006 - ], - [ - -117.31136742199999, - 33.96186314200003 - ], - [ - -117.31136780299994, - 33.96186374200005 - ], - [ - -117.31136857899997, - 33.96186495300003 - ], - [ - -117.31136935399996, - 33.96186616400007 - ], - [ - -117.31136936999997, - 33.961866189000034 - ], - [ - -117.31137012799996, - 33.96186737700003 - ], - [ - -117.31137090299995, - 33.96186859100004 - ], - [ - -117.31137167499998, - 33.96186980400006 - ], - [ - -117.31137244699994, - 33.96187101700008 - ], - [ - -117.31137321899996, - 33.96187223100003 - ], - [ - -117.31137344899997, - 33.96187259000004 - ], - [ - -117.31137399199997, - 33.96187344500004 - ], - [ - -117.31137472899997, - 33.96187460400006 - ], - [ - -117.31137476299995, - 33.961874658000056 - ], - [ - -117.31137553099995, - 33.96187587600008 - ], - [ - -117.31137630099994, - 33.961877091000076 - ], - [ - -117.31137706899995, - 33.96187830800005 - ], - [ - -117.31137783699995, - 33.96187952100007 - ], - [ - -117.31137860399997, - 33.961880740000026 - ], - [ - -117.311379107, - 33.96188153800006 - ], - [ - -117.31137937199998, - 33.961881954000035 - ], - [ - -117.31137975399997, - 33.96188256200003 - ], - [ - -117.311380139, - 33.96188317100007 - ], - [ - -117.31138056999998, - 33.96188386000006 - ], - [ - -117.31138090199994, - 33.961884388000044 - ], - [ - -117.31138114399994, - 33.961884774000055 - ], - [ - -117.31138166499994, - 33.96188560600007 - ], - [ - -117.31138207899994, - 33.96188626400004 - ], - [ - -117.31138243099997, - 33.96188682300004 - ], - [ - -117.31138286299995, - 33.96188751300008 - ], - [ - -117.31138319299998, - 33.961888040000076 - ], - [ - -117.31138360099999, - 33.96188869400004 - ], - [ - -117.31138395499994, - 33.96188925800004 - ], - [ - -117.31138418399996, - 33.96188962900004 - ], - [ - -117.31138471499997, - 33.96189047900003 - ], - [ - -117.31138516699997, - 33.961891200000025 - ], - [ - -117.31138547899997, - 33.961891698000045 - ], - [ - -117.31138582399996, - 33.96189225400008 - ], - [ - -117.31138623699997, - 33.96189291700006 - ], - [ - -117.31138675699998, - 33.96189374900007 - ], - [ - -117.31138699799999, - 33.96189413600007 - ], - [ - -117.31138775599999, - 33.961895355000024 - ], - [ - -117.31138851399999, - 33.96189657700006 - ], - [ - -117.3113892699999, - 33.96189779500003 - ], - [ - -117.31139002599997, - 33.961899016000075 - ], - [ - -117.31139078599995, - 33.961900237000066 - ], - [ - -117.31139148899996, - 33.96190138000003 - ], - [ - -117.31139153799995, - 33.961901460000036 - ], - [ - -117.31139174899994, - 33.96190179900003 - ], - [ - -117.31139229499996, - 33.96190268200007 - ], - [ - -117.31139264099994, - 33.96190324100007 - ], - [ - -117.31139304899995, - 33.961903903000064 - ], - [ - -117.31139348899995, - 33.96190461900005 - ], - [ - -117.31139380099995, - 33.96190512600003 - ], - [ - -117.31139410399999, - 33.96190561800006 - ], - [ - -117.31139455599998, - 33.961906347000024 - ], - [ - -117.31139530699994, - 33.96190757100004 - ], - [ - -117.31139606, - 33.96190879100004 - ], - [ - -117.311396807, - 33.96191001500006 - ], - [ - -117.31139709599995, - 33.96191048500003 - ], - [ - -117.31139756199997, - 33.961911239000074 - ], - [ - -117.31139782999998, - 33.96191168100006 - ], - [ - -117.311398307, - 33.96191246400008 - ], - [ - -117.31139905499998, - 33.96191368900003 - ], - [ - -117.31139908899996, - 33.96191374400007 - ], - [ - -117.31139980199998, - 33.961914910000075 - ], - [ - -117.31140028399994, - 33.96191570000008 - ], - [ - -117.311400548, - 33.96191613600007 - ], - [ - -117.31140129499994, - 33.961917363000055 - ], - [ - -117.311401747, - 33.96191810400006 - ], - [ - -117.31140204199994, - 33.96191858700007 - ], - [ - -117.31140272799996, - 33.961919720000026 - ], - [ - -117.31140278499998, - 33.961919814000055 - ], - [ - -117.31140353, - 33.96192104000005 - ], - [ - -117.31140394, - 33.961921708000034 - ], - [ - -117.31140427799994, - 33.961922266000045 - ], - [ - -117.31140502699998, - 33.96192350600006 - ], - [ - -117.31140576099995, - 33.961924719000024 - ], - [ - -117.31140604499996, - 33.961925189000056 - ], - [ - -117.31140650199995, - 33.961925947000054 - ], - [ - -117.31140724399995, - 33.96192717400004 - ], - [ - -117.31140726399997, - 33.96192720700003 - ], - [ - -117.311407982, - 33.96192840300006 - ], - [ - -117.31140827699994, - 33.96192889200006 - ], - [ - -117.31140871999997, - 33.96192963000004 - ], - [ - -117.31140946099998, - 33.96193085700003 - ], - [ - -117.31140949099995, - 33.961930909000046 - ], - [ - -117.31141019899997, - 33.96193208600005 - ], - [ - -117.31141048399996, - 33.96193256300006 - ], - [ - -117.31141093399998, - 33.961933317000046 - ], - [ - -117.31141116699996, - 33.96193370300006 - ], - [ - -117.31141167099997, - 33.96193454400003 - ], - [ - -117.31141240799997, - 33.96193577500003 - ], - [ - -117.31141261099998, - 33.96193611500007 - ], - [ - -117.31141314099995, - 33.96193700400005 - ], - [ - -117.31141387899999, - 33.96193823600004 - ], - [ - -117.31141461199996, - 33.96193946400007 - ], - [ - -117.31141463199998, - 33.96193949900004 - ], - [ - -117.31141534399995, - 33.96194069300003 - ], - [ - -117.311415636, - 33.96194118600005 - ], - [ - -117.311416077, - 33.961941927000055 - ], - [ - -117.311416808, - 33.961943156000075 - ], - [ - -117.31141754099997, - 33.96194439100003 - ], - [ - -117.31141826899994, - 33.96194562100004 - ], - [ - -117.31141864099999, - 33.961946253000065 - ], - [ - -117.31141899699998, - 33.961946855000065 - ], - [ - -117.31141968299994, - 33.96194801200005 - ], - [ - -117.31141972699999, - 33.96194808700005 - ], - [ - -117.31142009999996, - 33.96194871900008 - ], - [ - -117.31142045399997, - 33.96194931800005 - ], - [ - -117.311421183, - 33.96195055100003 - ], - [ - -117.31142190899999, - 33.96195178700003 - ], - [ - -117.31142243799997, - 33.96195268400004 - ], - [ - -117.31142263599997, - 33.96195301800003 - ], - [ - -117.31142336099998, - 33.961954253000044 - ], - [ - -117.31142394799997, - 33.96195525200005 - ], - [ - -117.31142408499994, - 33.96195548600008 - ], - [ - -117.31142433799994, - 33.96195591400004 - ], - [ - -117.31142481099994, - 33.961956721000035 - ], - [ - -117.31142553299998, - 33.96195795500006 - ], - [ - -117.31142625599995, - 33.96195918900003 - ], - [ - -117.31142697599995, - 33.961960427000065 - ], - [ - -117.31142769799999, - 33.96196166100003 - ], - [ - -117.31142815899995, - 33.96196245300007 - ], - [ - -117.311428418, - 33.961962896000045 - ], - [ - -117.31142881499994, - 33.96196358000003 - ], - [ - -117.311429138, - 33.96196413300004 - ], - [ - -117.31142985799994, - 33.961965371000076 - ], - [ - -117.31143057599996, - 33.961966603000064 - ], - [ - -117.31143129399999, - 33.961967842000035 - ], - [ - -117.31143201199995, - 33.96196908100006 - ], - [ - -117.31143246199997, - 33.96196985900008 - ], - [ - -117.31143272799994, - 33.961970318000056 - ], - [ - -117.31143311699998, - 33.96197099300008 - ], - [ - -117.31143344199995, - 33.96197155700003 - ], - [ - -117.31143415899999, - 33.961972796000055 - ], - [ - -117.31143487299994, - 33.96197403100007 - ], - [ - -117.31143558499997, - 33.96197526900005 - ], - [ - -117.31143629899998, - 33.96197650800008 - ], - [ - -117.31143701099995, - 33.96197774800004 - ], - [ - -117.31143772399997, - 33.961978989000045 - ], - [ - -117.31143799499995, - 33.961979463000034 - ], - [ - -117.31143843299998, - 33.96198022900006 - ], - [ - -117.31143875299995, - 33.96198078700007 - ], - [ - -117.31143914299997, - 33.96198147000007 - ], - [ - -117.31143961299995, - 33.96198229200007 - ], - [ - -117.31143985099999, - 33.96198270900004 - ], - [ - -117.31144055799996, - 33.96198394600003 - ], - [ - -117.31144126499998, - 33.961985190000064 - ], - [ - -117.31144197299994, - 33.961986430000024 - ], - [ - -117.31144268099996, - 33.96198767200008 - ], - [ - -117.31144338599995, - 33.961988914000074 - ], - [ - -117.31144409199999, - 33.96199015700006 - ], - [ - -117.31144419799995, - 33.961990349000075 - ], - [ - -117.31144479599999, - 33.961991399000055 - ], - [ - -117.31144528299995, - 33.961992259000056 - ], - [ - -117.31144549899994, - 33.96199264100005 - ], - [ - -117.31144574399997, - 33.961993077000045 - ], - [ - -117.31144620299995, - 33.96199388600007 - ], - [ - -117.31144665099998, - 33.961994677000064 - ], - [ - -117.31144690599996, - 33.96199512700008 - ], - [ - -117.31144760499996, - 33.961996371000055 - ], - [ - -117.31144793399994, - 33.961996955000075 - ], - [ - -117.31144830599999, - 33.961997616000076 - ], - [ - -117.31144864599997, - 33.961998219000066 - ], - [ - -117.31144900899994, - 33.96199885900006 - ], - [ - -117.31144943399994, - 33.96199962000003 - ], - [ - -117.311449703, - 33.96200010200005 - ], - [ - -117.31145040499996, - 33.96200134800006 - ], - [ - -117.31145067499995, - 33.962001831000066 - ], - [ - -117.31145109999994, - 33.96200259300008 - ], - [ - -117.311451552, - 33.962003399000025 - ], - [ - -117.31145179899994, - 33.962003838000044 - ], - [ - -117.31145249699995, - 33.962005083000065 - ], - [ - -117.31145271499997, - 33.96200547400008 - ], - [ - -117.31145319299998, - 33.962006329000076 - ], - [ - -117.31145365099997, - 33.962007149000044 - ], - [ - -117.31145388799996, - 33.96200757300005 - ], - [ - -117.31145458199995, - 33.96200882100004 - ], - [ - -117.31145479699995, - 33.96200920800004 - ], - [ - -117.31145527499996, - 33.96201006600006 - ], - [ - -117.31145569199998, - 33.96201081700008 - ], - [ - -117.31145596699997, - 33.96201131300006 - ], - [ - -117.31145625299996, - 33.96201182500005 - ], - [ - -117.31145666099997, - 33.96201255900007 - ], - [ - -117.31145735299998, - 33.96201380600007 - ], - [ - -117.31145771599995, - 33.96201446300006 - ], - [ - -117.31145804299996, - 33.96201505500005 - ], - [ - -117.31145837599996, - 33.96201565700005 - ], - [ - -117.31145873299994, - 33.96201630300004 - ], - [ - -117.31145942099994, - 33.96201755100003 - ], - [ - -117.31145968599998, - 33.962018030000024 - ], - [ - -117.31146011199996, - 33.96201879900008 - ], - [ - -117.31146053999998, - 33.962019576000046 - ], - [ - -117.31146079899997, - 33.962020049000046 - ], - [ - -117.31146148699997, - 33.962021295000056 - ], - [ - -117.31146217299994, - 33.962022544000035 - ], - [ - -117.31146285699998, - 33.96202379600004 - ], - [ - -117.31146351899997, - 33.962025004000054 - ], - [ - -117.31146354299995, - 33.962025046000065 - ], - [ - -117.31146422599994, - 33.96202629600003 - ], - [ - -117.31146491499999, - 33.96202754400008 - ], - [ - -117.31146559399997, - 33.96202879600003 - ], - [ - -117.31146627699997, - 33.96203004900008 - ], - [ - -117.311466957, - 33.96203129700007 - ], - [ - -117.31146724699994, - 33.96203182800008 - ], - [ - -117.31146763799995, - 33.96203254900007 - ], - [ - -117.31146832, - 33.96203380000003 - ], - [ - -117.31146856799995, - 33.96203426100004 - ], - [ - -117.31146899899994, - 33.96203505300008 - ], - [ - -117.31146954599996, - 33.962036057000034 - ], - [ - -117.31146967999996, - 33.96203630200006 - ], - [ - -117.31147035099997, - 33.962037545000044 - ], - [ - -117.31147103399996, - 33.962038810000024 - ], - [ - -117.31147171199996, - 33.962040064000064 - ], - [ - -117.31147238699998, - 33.96204131400003 - ], - [ - -117.31147264599997, - 33.96204179700004 - ], - [ - -117.31147305999997, - 33.96204256900006 - ], - [ - -117.31147373599998, - 33.962043823000045 - ], - [ - -117.31147392099996, - 33.96204416900002 - ], - [ - -117.31147441, - 33.96204507600004 - ], - [ - -117.31147508299995, - 33.96204633200006 - ], - [ - -117.31147575299997, - 33.96204758400006 - ], - [ - -117.311475772, - 33.96204761900003 - ], - [ - -117.31147642599996, - 33.962048838000044 - ], - [ - -117.31147684499996, - 33.96204962500008 - ], - [ - -117.31147709499999, - 33.96205009600004 - ], - [ - -117.31147776699999, - 33.96205135100007 - ], - [ - -117.31147831499999, - 33.96205237800007 - ], - [ - -117.31147843699995, - 33.96205260700003 - ], - [ - -117.31147908999998, - 33.96205383200004 - ], - [ - -117.31147910399994, - 33.96205386400004 - ], - [ - -117.31147977199998, - 33.962055116000045 - ], - [ - -117.31148021999996, - 33.962055959000054 - ], - [ - -117.31148044199995, - 33.96205637600008 - ], - [ - -117.31148110799995, - 33.96205763100005 - ], - [ - -117.31148165299999, - 33.962058658000046 - ], - [ - -117.31148177499995, - 33.96205888700007 - ], - [ - -117.31148237999997, - 33.962060035000036 - ], - [ - -117.311482432, - 33.962060148000035 - ], - [ - -117.311483104, - 33.962061402000074 - ], - [ - -117.31148350499996, - 33.96206216200005 - ], - [ - -117.31148376699997, - 33.962062659000026 - ], - [ - -117.31148443, - 33.96206392000005 - ], - [ - -117.31148509299999, - 33.96206517600007 - ], - [ - -117.31148575499998, - 33.962066435000054 - ], - [ - -117.31148594599995, - 33.96206679800002 - ], - [ - -117.311486415, - 33.96206769400004 - ], - [ - -117.31148707499995, - 33.96206895200004 - ], - [ - -117.31148773599995, - 33.96207021300006 - ], - [ - -117.31148839499997, - 33.96207147100006 - ], - [ - -117.31148904999998, - 33.962072732000024 - ], - [ - -117.31148956099997, - 33.96207370800005 - ], - [ - -117.31148970799995, - 33.96207399000008 - ], - [ - -117.31149023399996, - 33.96207499900004 - ], - [ - -117.31149036499994, - 33.962075251000044 - ], - [ - -117.31149038099994, - 33.96207528200006 - ], - [ - -117.31149102299997, - 33.96207651200007 - ], - [ - -117.311491677, - 33.96207777500007 - ], - [ - -117.31149229999994, - 33.962078973000075 - ], - [ - -117.31149233099995, - 33.962079034000055 - ], - [ - -117.31149298499997, - 33.96208029500008 - ], - [ - -117.31149363799994, - 33.96208155700003 - ], - [ - -117.31149429099997, - 33.962082819000045 - ], - [ - -117.31149494399995, - 33.96208408200005 - ], - [ - -117.31149513399998, - 33.962084452000056 - ], - [ - -117.31149559299996, - 33.96208534400006 - ], - [ - -117.31149624099999, - 33.962086604000035 - ], - [ - -117.31149689199998, - 33.96208787000006 - ], - [ - -117.31149692099996, - 33.96208792600004 - ], - [ - -117.311497541, - 33.96208913100003 - ], - [ - -117.31149818999995, - 33.962090395000075 - ], - [ - -117.31149883899997, - 33.962091659000066 - ], - [ - -117.31149923299995, - 33.96209243200008 - ], - [ - -117.31149948299998, - 33.96209292100008 - ], - [ - -117.31150012999996, - 33.96209418700005 - ], - [ - -117.31150077299998, - 33.962095453000074 - ], - [ - -117.31150141999996, - 33.962096716000076 - ], - [ - -117.31150206299998, - 33.96209797900008 - ], - [ - -117.31150270499995, - 33.96209924400006 - ], - [ - -117.31150313599994, - 33.96210009500004 - ], - [ - -117.31150334699998, - 33.962100511000074 - ], - [ - -117.31150372699994, - 33.962101260000054 - ], - [ - -117.31150398799997, - 33.962101776000054 - ], - [ - -117.31150416, - 33.96210211500005 - ], - [ - -117.31150462999994, - 33.962103042000024 - ], - [ - -117.31150526999994, - 33.96210430700006 - ], - [ - -117.31150590899995, - 33.962105575000066 - ], - [ - -117.31150625999999, - 33.96210627000005 - ], - [ - -117.31150654799995, - 33.96210684300007 - ], - [ - -117.31150692799997, - 33.96210759200005 - ], - [ - -117.31150718699996, - 33.96210810900004 - ], - [ - -117.31150722199999, - 33.96210817700006 - ], - [ - -117.31150782299994, - 33.96210937500007 - ], - [ - -117.31150844399997, - 33.96211061300005 - ], - [ - -117.311508458, - 33.96211064400006 - ], - [ - -117.31150909899998, - 33.96211191100008 - ], - [ - -117.311509732, - 33.96211317900003 - ], - [ - -117.31151036499995, - 33.96211444800008 - ], - [ - -117.31151100099999, - 33.96211571400005 - ], - [ - -117.311511339, - 33.96211639400008 - ], - [ - -117.31151163299995, - 33.96211698500008 - ], - [ - -117.31151182099995, - 33.96211736300006 - ], - [ - -117.31151226299994, - 33.962118254000075 - ], - [ - -117.31151277899994, - 33.96211928500003 - ], - [ - -117.31151289599995, - 33.96211952300007 - ], - [ - -117.31151291999998, - 33.96211956900004 - ], - [ - -117.31151352499995, - 33.96212079000003 - ], - [ - -117.31151413999999, - 33.96212202600003 - ], - [ - -117.31151415399995, - 33.96212206100006 - ], - [ - -117.31151478499999, - 33.96212333100004 - ], - [ - -117.31151540599996, - 33.96212458400004 - ], - [ - -117.311516042, - 33.96212587000008 - ], - [ - -117.31151666899996, - 33.96212714200004 - ], - [ - -117.31151729699997, - 33.96212841200003 - ], - [ - -117.31151792399999, - 33.96212968400005 - ], - [ - -117.311518547, - 33.96213095600007 - ], - [ - -117.3115191699999, - 33.96213222500006 - ], - [ - -117.311519794, - 33.96213350000005 - ], - [ - -117.31152041699994, - 33.96213477300006 - ], - [ - -117.31152103899996, - 33.96213604500008 - ], - [ - -117.31152166399994, - 33.96213731600005 - ], - [ - -117.31152228299999, - 33.96213858800007 - ], - [ - -117.31152256799999, - 33.96213917600005 - ], - [ - -117.31152290099999, - 33.96213986200007 - ], - [ - -117.31152352, - 33.962141134000035 - ], - [ - -117.31152414199994, - 33.96214240900008 - ], - [ - -117.31152475599998, - 33.96214368200003 - ], - [ - -117.31152537499997, - 33.96214495800007 - ], - [ - -117.31152599199999, - 33.962146234000045 - ], - [ - -117.31155742799996, - 33.962224681000066 - ], - [ - -117.31159746399999, - 33.96232668000005 - ], - [ - -117.311602898, - 33.96234052800003 - ], - [ - -117.31161182999995, - 33.96236328600003 - ], - [ - -117.31165745699997, - 33.96250407400004 - ], - [ - -117.31169416299997, - 33.96264660200006 - ], - [ - -117.31169417399997, - 33.96264665800004 - ], - [ - -117.31172188999994, - 33.96279064700008 - ], - [ - -117.311740521, - 33.96293564900003 - ], - [ - -117.31174937399999, - 33.96307133200003 - ], - [ - -117.31175002199996, - 33.96308126500003 - ], - [ - -117.31175005899996, - 33.96309667000003 - ], - [ - -117.31175036099995, - 33.96322709300006 - ], - [ - -117.31174153999996, - 33.96337273900008 - ], - [ - -117.311723584, - 33.963517798000055 - ], - [ - -117.31171156, - 33.96358185400004 - ], - [ - -117.311696542, - 33.96366187800004 - ], - [ - -117.31167301499994, - 33.96375498900005 - ], - [ - -117.31166048699998, - 33.963804579000055 - ], - [ - -117.31164271999995, - 33.96386026000005 - ], - [ - -117.31161570299997, - 33.963944930000025 - ], - [ - -117.31157218299995, - 33.964058769000076 - ], - [ - -117.31153210599996, - 33.964155866000056 - ], - [ - -117.31149222199997, - 33.96424139900006 - ], - [ - -117.31148510999998, - 33.96425665400005 - ], - [ - -117.311470295, - 33.96428508500003 - ], - [ - -117.31143418799996, - 33.96435438000003 - ], - [ - -117.31138073399995, - 33.964446904000056 - ], - [ - -117.31125079999998, - 33.964664060000075 - ], - [ - -117.31118712199998, - 33.964776302000075 - ], - [ - -117.31113091699996, - 33.96488716600004 - ], - [ - -117.311091767, - 33.96497586600003 - ], - [ - -117.31108736999994, - 33.964988891000075 - ], - [ - -117.31105720599999, - 33.965078247000065 - ], - [ - -117.31103626299995, - 33.96516670600005 - ], - [ - -117.311036243, - 33.965166786000054 - ], - [ - -117.31103563999994, - 33.96516933700008 - ], - [ - -117.31102094, - 33.965275048000024 - ], - [ - -117.31101684999999, - 33.965365414000075 - ], - [ - -117.31102195299997, - 33.96547176400003 - ], - [ - -117.31103486699999, - 33.96556146700004 - ], - [ - -117.311055437, - 33.96565068900003 - ], - [ - -117.31108566299997, - 33.96575080000002 - ], - [ - -117.31108567399997, - 33.96575083400006 - ], - [ - -117.31112292599994, - 33.96585620400003 - ], - [ - -117.31125614299998, - 33.96620873300003 - ], - [ - -117.31125616299994, - 33.96620878300007 - ], - [ - -117.311316235, - 33.96635406400003 - ], - [ - -117.31137154599998, - 33.96649916700005 - ], - [ - -117.31138178299994, - 33.966548448000026 - ], - [ - -117.311387503, - 33.966579394000064 - ], - [ - -117.311389868, - 33.96659219400004 - ], - [ - -117.31139703699995, - 33.96663605400005 - ], - [ - -117.31140328699996, - 33.96668002000007 - ], - [ - -117.31140861299997, - 33.96672404700007 - ], - [ - -117.31141301699995, - 33.966768158000036 - ], - [ - -117.31141479999997, - 33.96679080800004 - ], - [ - -117.31141649399996, - 33.966812326000024 - ], - [ - -117.31141904699996, - 33.96685653700007 - ], - [ - -117.31141977699997, - 33.966876366000065 - ], - [ - -117.31142067599995, - 33.966900778000024 - ], - [ - -117.31142137499995, - 33.96694503800006 - ], - [ - -117.31142124899998, - 33.96696966500008 - ], - [ - -117.31142115199998, - 33.96698861300007 - ], - [ - -117.31141303099997, - 33.967069163000076 - ], - [ - -117.31140988599998, - 33.96710230700006 - ], - [ - -117.31140604299998, - 33.967135401000064 - ], - [ - -117.31140150899995, - 33.967168435000076 - ], - [ - -117.31139628299997, - 33.96720139700005 - ], - [ - -117.31139036899998, - 33.967234278000035 - ], - [ - -117.31138376399997, - 33.96726706900006 - ], - [ - -117.31138128499998, - 33.96727819000006 - ], - [ - -117.31137647499997, - 33.96729975900007 - ], - [ - -117.311372614, - 33.96731554100006 - ], - [ - -117.31136850299998, - 33.96733233700007 - ], - [ - -117.31135984899998, - 33.96736479400005 - ], - [ - -117.31135051799998, - 33.96739712100003 - ], - [ - -117.31134790699997, - 33.96740551700003 - ], - [ - -117.31134051, - 33.96742930700003 - ], - [ - -117.31132982899999, - 33.96746134400007 - ], - [ - -117.31131847899997, - 33.96749321800007 - ], - [ - -117.311313397, - 33.967506626000045 - ], - [ - -117.311306463, - 33.96752492300004 - ], - [ - -117.31129378399999, - 33.967556450000075 - ], - [ - -117.31128885199996, - 33.96756803900007 - ], - [ - -117.311280448, - 33.96758778700007 - ], - [ - -117.31127234999997, - 33.96760580700004 - ], - [ - -117.31126645499995, - 33.96761892400008 - ], - [ - -117.31125181399995, - 33.96764985500005 - ], - [ - -117.311240979, - 33.96767162700007 - ], - [ - -117.31123652899998, - 33.96768056700006 - ], - [ - -117.31122060099995, - 33.96771105100004 - ], - [ - -117.31121066099996, - 33.967729201000054 - ], - [ - -117.31120403699998, - 33.967741301000046 - ], - [ - -117.31118684299997, - 33.96777130600003 - ], - [ - -117.31116901999997, - 33.96780105300007 - ], - [ - -117.31116034399997, - 33.96781492900004 - ], - [ - -117.31115057999995, - 33.96783053900003 - ], - [ - -117.31113157399994, - 33.96785967400007 - ], - [ - -117.31113155699995, - 33.967859701000066 - ], - [ - -117.31113152299997, - 33.96785975100005 - ], - [ - -117.31111185599997, - 33.96788868200008 - ], - [ - -117.31109159, - 33.96791732300005 - ], - [ - -117.31107072499998, - 33.96794566500006 - ], - [ - -117.31105522899998, - 33.96796591100008 - ], - [ - -117.31104926999996, - 33.96797369800004 - ], - [ - -117.311027229, - 33.96800141600005 - ], - [ - -117.31100461199998, - 33.96802881000008 - ], - [ - -117.31098142499997, - 33.96805587000006 - ], - [ - -117.31095462599995, - 33.968085905000066 - ], - [ - -117.31095413699995, - 33.96808645200008 - ], - [ - -117.31095363099996, - 33.96808700100007 - ], - [ - -117.31095262899998, - 33.96808809000004 - ], - [ - -117.31095212399998, - 33.96808863900003 - ], - [ - -117.31095162499997, - 33.96808918200003 - ], - [ - -117.31095062299994, - 33.96809027300003 - ], - [ - -117.31094962099996, - 33.96809136300004 - ], - [ - -117.31094861899999, - 33.968092453000054 - ], - [ - -117.31094761499998, - 33.96809354200008 - ], - [ - -117.31094667699995, - 33.96809456100004 - ], - [ - -117.31094660799994, - 33.96809463400007 - ], - [ - -117.31094560499997, - 33.968095722000044 - ], - [ - -117.31094459699995, - 33.968096811000066 - ], - [ - -117.31094358999997, - 33.96809790000003 - ], - [ - -117.31094297399994, - 33.96809856500005 - ], - [ - -117.31094258499996, - 33.968098988000065 - ], - [ - -117.31094157899997, - 33.96810007500005 - ], - [ - -117.31094055999995, - 33.96810117800004 - ], - [ - -117.31093956099994, - 33.96810225100006 - ], - [ - -117.31093924099997, - 33.96810259600005 - ], - [ - -117.31093855399996, - 33.96810333600007 - ], - [ - -117.31093754199998, - 33.96810442300006 - ], - [ - -117.31093653099998, - 33.968105509000054 - ], - [ - -117.31093552199997, - 33.96810659600004 - ], - [ - -117.31093451499999, - 33.96810768000006 - ], - [ - -117.31093388199997, - 33.96810836100008 - ], - [ - -117.31093350199995, - 33.96810876700005 - ], - [ - -117.310932488, - 33.968109851000065 - ], - [ - -117.31093147399997, - 33.96811093500003 - ], - [ - -117.31093049599997, - 33.96811198100005 - ], - [ - -117.31093046199999, - 33.96811201600008 - ], - [ - -117.31092944899996, - 33.96811310100003 - ], - [ - -117.31092843299996, - 33.968114187000026 - ], - [ - -117.31092742099997, - 33.968115270000055 - ], - [ - -117.31092698999998, - 33.96811573200006 - ], - [ - -117.31092640699995, - 33.96811635500006 - ], - [ - -117.31092551999996, - 33.96811730300004 - ], - [ - -117.31092545699994, - 33.96811737000007 - ], - [ - -117.31092539399998, - 33.968117437000046 - ], - [ - -117.31092437499996, - 33.968118520000075 - ], - [ - -117.31092335999995, - 33.96811960100007 - ], - [ - -117.31092234099998, - 33.96812068200006 - ], - [ - -117.31092132499998, - 33.968121764000045 - ], - [ - -117.31092030699995, - 33.96812284300006 - ], - [ - -117.31091971399997, - 33.96812347300005 - ], - [ - -117.31091928999996, - 33.96812392500004 - ], - [ - -117.31091827299997, - 33.968125007000026 - ], - [ - -117.31091801799994, - 33.96812527700007 - ], - [ - -117.31091725299996, - 33.96812608500005 - ], - [ - -117.31091647999995, - 33.96812690300004 - ], - [ - -117.31091623299994, - 33.96812716300008 - ], - [ - -117.31091521099995, - 33.968128243000024 - ], - [ - -117.31091418899996, - 33.96812932300003 - ], - [ - -117.31091316699997, - 33.96813040200004 - ], - [ - -117.31091214699995, - 33.96813148000007 - ], - [ - -117.310911638, - 33.96813201900005 - ], - [ - -117.31091112499996, - 33.968132559000026 - ], - [ - -117.31091010199998, - 33.96813363500007 - ], - [ - -117.31090907799995, - 33.96813471100006 - ], - [ - -117.31090851, - 33.96813531000004 - ], - [ - -117.31090805399998, - 33.96813578900003 - ], - [ - -117.31090702999995, - 33.968136866000066 - ], - [ - -117.31090651799997, - 33.96813740500005 - ], - [ - -117.310906005, - 33.968137944000034 - ], - [ - -117.31090497899999, - 33.968139019000034 - ], - [ - -117.31090431499996, - 33.968139714000074 - ], - [ - -117.31090395299998, - 33.968140094000034 - ], - [ - -117.31090292799996, - 33.968141167000056 - ], - [ - -117.31090189899999, - 33.968142245000024 - ], - [ - -117.31090164299997, - 33.96814251400008 - ], - [ - -117.31090087099994, - 33.968143319000035 - ], - [ - -117.310899845, - 33.96814439000008 - ], - [ - -117.310898813, - 33.96814546600007 - ], - [ - -117.31089849099999, - 33.96814580100005 - ], - [ - -117.31089778399996, - 33.96814653800004 - ], - [ - -117.31089680199995, - 33.96814756300006 - ], - [ - -117.31089675299995, - 33.96814761300004 - ], - [ - -117.31089572599996, - 33.968148685000074 - ], - [ - -117.31089469499994, - 33.96814975700005 - ], - [ - -117.31089430799994, - 33.96815016100004 - ], - [ - -117.31089366299994, - 33.96815083000007 - ], - [ - -117.31089263099994, - 33.968151901000056 - ], - [ - -117.31089159599998, - 33.96815297100005 - ], - [ - -117.31089056399998, - 33.96815404300003 - ], - [ - -117.31088953199998, - 33.96815511300008 - ], - [ - -117.31088924999995, - 33.96815540500006 - ], - [ - -117.31088849999998, - 33.968156184000065 - ], - [ - -117.31088751199997, - 33.96815720700005 - ], - [ - -117.31088746599994, - 33.96815725500005 - ], - [ - -117.31088643299995, - 33.96815832600004 - ], - [ - -117.31088617299997, - 33.968158595000034 - ], - [ - -117.31088539599995, - 33.96815939500004 - ], - [ - -117.31088435899994, - 33.96816046500004 - ], - [ - -117.31088332399997, - 33.96816153300006 - ], - [ - -117.31088228799996, - 33.96816260200006 - ], - [ - -117.31088125099996, - 33.968163670000024 - ], - [ - -117.31088047299994, - 33.96816447200007 - ], - [ - -117.31088021399995, - 33.96816473900003 - ], - [ - -117.31087975199995, - 33.96816521200003 - ], - [ - -117.31087917299999, - 33.96816580700005 - ], - [ - -117.31087813599999, - 33.96816687200004 - ], - [ - -117.310877098, - 33.96816793900007 - ], - [ - -117.31087606099999, - 33.96816900500005 - ], - [ - -117.310875539, - 33.968169541000066 - ], - [ - -117.31087501899998, - 33.96817007300007 - ], - [ - -117.31087468699997, - 33.968170411000074 - ], - [ - -117.31087397799996, - 33.968171136000024 - ], - [ - -117.31087293599995, - 33.96817220300005 - ], - [ - -117.31087225899995, - 33.96817289200004 - ], - [ - -117.31087189399994, - 33.968173267000054 - ], - [ - -117.310870852, - 33.96817433000007 - ], - [ - -117.31086983599994, - 33.96817537000004 - ], - [ - -117.31086980899994, - 33.96817539800003 - ], - [ - -117.310869546, - 33.96817566400006 - ], - [ - -117.31086876499995, - 33.96817646100004 - ], - [ - -117.31086772099997, - 33.968177524000055 - ], - [ - -117.31086667699998, - 33.96817858700007 - ], - [ - -117.31086562999997, - 33.96817965200006 - ], - [ - -117.31086458699997, - 33.96818071300004 - ], - [ - -117.31086398499997, - 33.968181325000046 - ], - [ - -117.31086354299998, - 33.96818177500006 - ], - [ - -117.31086327999998, - 33.968182042000024 - ], - [ - -117.31086249599997, - 33.96818283600004 - ], - [ - -117.310861446, - 33.96818389900005 - ], - [ - -117.31086039999997, - 33.96818495600007 - ], - [ - -117.31085934899994, - 33.96818601900003 - ], - [ - -117.31085830199999, - 33.968187079000074 - ], - [ - -117.31085725499997, - 33.96818813800007 - ], - [ - -117.31085667999997, - 33.96818872100005 - ], - [ - -117.310856205, - 33.968189202000076 - ], - [ - -117.31085515599995, - 33.968190263000054 - ], - [ - -117.31085489499998, - 33.96819052700005 - ], - [ - -117.31085410599997, - 33.968191320000074 - ], - [ - -117.31085305399995, - 33.968192378000026 - ], - [ - -117.310852, - 33.96819343800007 - ], - [ - -117.31085094999997, - 33.968194494000045 - ], - [ - -117.31085045099996, - 33.96819499600008 - ], - [ - -117.31084989699997, - 33.968195553000044 - ], - [ - -117.31084884599994, - 33.968196609000074 - ], - [ - -117.31084779399998, - 33.96819766700003 - ], - [ - -117.31084674199997, - 33.96819872700007 - ], - [ - -117.31084621499997, - 33.96819925600005 - ], - [ - -117.31084568799997, - 33.968199783000045 - ], - [ - -117.31084463299999, - 33.96820083800003 - ], - [ - -117.310844122, - 33.96820134700005 - ], - [ - -117.31084357699996, - 33.96820189400006 - ], - [ - -117.31084252099998, - 33.968202949000045 - ], - [ - -117.31084147499996, - 33.96820399500007 - ], - [ - -117.31084040999997, - 33.96820505900007 - ], - [ - -117.31083935499998, - 33.968206113000065 - ], - [ - -117.31083908899996, - 33.96820637900004 - ], - [ - -117.31083829499994, - 33.96820717000003 - ], - [ - -117.31083763299995, - 33.96820782700007 - ], - [ - -117.31083723599994, - 33.968208222000044 - ], - [ - -117.31083620699997, - 33.968209245000025 - ], - [ - -117.31083617799999, - 33.96820927400006 - ], - [ - -117.31083511699995, - 33.968210329000044 - ], - [ - -117.31083405899994, - 33.96821138100006 - ], - [ - -117.31083326499999, - 33.96821217100006 - ], - [ - -117.31083300199998, - 33.96821243200003 - ], - [ - -117.31083193899997, - 33.968213485000035 - ], - [ - -117.31083134699998, - 33.968214070000045 - ], - [ - -117.31083087599995, - 33.96821453700005 - ], - [ - -117.31082981599997, - 33.96821558600004 - ], - [ - -117.31082875299995, - 33.96821663800006 - ], - [ - -117.31082775999994, - 33.968217621000065 - ], - [ - -117.31082769099999, - 33.968217690000074 - ], - [ - -117.31082662799997, - 33.96821874200003 - ], - [ - -117.31082622899999, - 33.96821913500003 - ], - [ - -117.31082556399997, - 33.968219789000045 - ], - [ - -117.31082449999997, - 33.96822083700005 - ], - [ - -117.31082343299994, - 33.96822188800007 - ], - [ - -117.31082236799995, - 33.96822293800005 - ], - [ - -117.31082130199997, - 33.968223986000055 - ], - [ - -117.31082067199998, - 33.968224606000035 - ], - [ - -117.31082023899995, - 33.96822503200008 - ], - [ - -117.31081920999998, - 33.96822604300007 - ], - [ - -117.31081916899996, - 33.96822608100007 - ], - [ - -117.31081890499996, - 33.96822634500006 - ], - [ - -117.31081810399996, - 33.96822713000006 - ], - [ - -117.31081703399997, - 33.968228176000025 - ], - [ - -117.31081650599998, - 33.96822869300007 - ], - [ - -117.31081596499996, - 33.96822922300004 - ], - [ - -117.31081489699994, - 33.96823026800007 - ], - [ - -117.31081428099998, - 33.96823087000007 - ], - [ - -117.31081382699995, - 33.968231314000036 - ], - [ - -117.31081277199996, - 33.96823234900006 - ], - [ - -117.310811689, - 33.96823340800006 - ], - [ - -117.31081115599994, - 33.96823393200003 - ], - [ - -117.310810619, - 33.968234453000036 - ], - [ - -117.31080954899994, - 33.968235495000044 - ], - [ - -117.31080891399995, - 33.968236114000035 - ], - [ - -117.31080847599998, - 33.96823653900003 - ], - [ - -117.31080740399995, - 33.96823758200003 - ], - [ - -117.31080633099998, - 33.96823862700006 - ], - [ - -117.31080525899995, - 33.96823967000006 - ], - [ - -117.31080480799994, - 33.96824011100006 - ], - [ - -117.31080418699997, - 33.968240714000046 - ], - [ - -117.31080311399995, - 33.96824175800003 - ], - [ - -117.31080284499996, - 33.96824202000005 - ], - [ - -117.31080204099999, - 33.96824280000004 - ], - [ - -117.31080139, - 33.96824342800005 - ], - [ - -117.31080096299996, - 33.96824384200005 - ], - [ - -117.31080044899994, - 33.96824433900008 - ], - [ - -117.31079988699997, - 33.96824488300007 - ], - [ - -117.31079954999996, - 33.96824520800004 - ], - [ - -117.31079881299996, - 33.96824592300004 - ], - [ - -117.31079773599998, - 33.96824696500005 - ], - [ - -117.31079706099996, - 33.96824761800008 - ], - [ - -117.31079665899995, - 33.96824800600007 - ], - [ - -117.31079639, - 33.968248267000035 - ], - [ - -117.31079558, - 33.96824904700003 - ], - [ - -117.31079450399994, - 33.96825008400003 - ], - [ - -117.31079386599998, - 33.968250699000066 - ], - [ - -117.31079342499999, - 33.96825112400006 - ], - [ - -117.31079234499998, - 33.968252163000045 - ], - [ - -117.31079166399996, - 33.96825281900004 - ], - [ - -117.31079126499998, - 33.96825320200003 - ], - [ - -117.31079018899999, - 33.96825424000008 - ], - [ - -117.31078991799995, - 33.96825450100005 - ], - [ - -117.31078949599998, - 33.96825490500004 - ], - [ - -117.31078910699995, - 33.96825527800007 - ], - [ - -117.31078853699995, - 33.96825582500003 - ], - [ - -117.31078802399998, - 33.968256315000076 - ], - [ - -117.31078747899994, - 33.96825683900005 - ], - [ - -117.31078694299998, - 33.96825735300007 - ], - [ - -117.31078010999994, - 33.96826390100006 - ], - [ - -117.31075884099994, - 33.96828428600003 - ], - [ - -117.310701957, - 33.96833787300005 - ], - [ - -117.31052714299994, - 33.968502425000054 - ], - [ - -117.31052707799995, - 33.96850248800007 - ], - [ - -117.31052701899995, - 33.96850254000003 - ], - [ - -117.31052647599995, - 33.968503017000046 - ], - [ - -117.31052588899996, - 33.96850353700006 - ], - [ - -117.310525, - 33.968504325000026 - ], - [ - -117.31052475799999, - 33.96850453800005 - ], - [ - -117.31052362999998, - 33.96850554100007 - ], - [ - -117.31052309699999, - 33.96850601700004 - ], - [ - -117.310522505, - 33.968506544000036 - ], - [ - -117.31052137799998, - 33.96850754700006 - ], - [ - -117.31052096399998, - 33.968507920000036 - ], - [ - -117.31052025399998, - 33.96850855400004 - ], - [ - -117.31051913099998, - 33.96850955900004 - ], - [ - -117.31051800799997, - 33.96851056600008 - ], - [ - -117.31051688999997, - 33.968511575000036 - ], - [ - -117.31051625099997, - 33.96851215100003 - ], - [ - -117.31051577099998, - 33.96851258500004 - ], - [ - -117.31051487399998, - 33.96851339300002 - ], - [ - -117.31051465299998, - 33.96851359400006 - ], - [ - -117.31051353299995, - 33.96851460500005 - ], - [ - -117.31051282299995, - 33.968515248000074 - ], - [ - -117.31051241799997, - 33.96851561500006 - ], - [ - -117.31051167199996, - 33.968516296000075 - ], - [ - -117.31051130799995, - 33.96851662800003 - ], - [ - -117.31051019399996, - 33.96851764300004 - ], - [ - -117.31050989, - 33.96851792100006 - ], - [ - -117.31050907999997, - 33.96851865600007 - ], - [ - -117.31050832799997, - 33.96851934700004 - ], - [ - -117.31050797199998, - 33.96851967400005 - ], - [ - -117.310506864, - 33.96852068900006 - ], - [ - -117.310506794, - 33.968520753000064 - ], - [ - -117.31050575499995, - 33.968521707000036 - ], - [ - -117.31050473499994, - 33.968522646000054 - ], - [ - -117.31050464799995, - 33.96852272700005 - ], - [ - -117.31050354299998, - 33.96852374700006 - ], - [ - -117.31050243799996, - 33.968524768000066 - ], - [ - -117.31050150299995, - 33.96852562200007 - ], - [ - -117.31050132699994, - 33.96852578100004 - ], - [ - -117.31050023599994, - 33.96852681200005 - ], - [ - -117.31049961899998, - 33.96852738300004 - ], - [ - -117.31049913499999, - 33.96852783300005 - ], - [ - -117.31049871999994, - 33.96852822200003 - ], - [ - -117.31049803699995, - 33.96852886000005 - ], - [ - -117.31049693899996, - 33.968529885000066 - ], - [ - -117.310495845, - 33.96853091100007 - ], - [ - -117.31049561299994, - 33.96853113000003 - ], - [ - -117.31049474999998, - 33.96853194000005 - ], - [ - -117.31049413499994, - 33.96853251600004 - ], - [ - -117.31049365499996, - 33.968532967000044 - ], - [ - -117.31049256399996, - 33.968533998000055 - ], - [ - -117.31049147199997, - 33.96853502700003 - ], - [ - -117.31049038199995, - 33.96853605900003 - ], - [ - -117.31048979199994, - 33.968536622000045 - ], - [ - -117.31048929599996, - 33.968537092000076 - ], - [ - -117.31048858899999, - 33.968537764000075 - ], - [ - -117.31048821, - 33.968538125000066 - ], - [ - -117.31048773699996, - 33.968538573000046 - ], - [ - -117.31048712399996, - 33.968539159000045 - ], - [ - -117.31048669999996, - 33.968539562000046 - ], - [ - -117.31048603899995, - 33.968540191000045 - ], - [ - -117.31048563299998, - 33.968540580000024 - ], - [ - -117.310484955, - 33.96854123000003 - ], - [ - -117.31048390299998, - 33.968542239000044 - ], - [ - -117.31048387199996, - 33.96854226800008 - ], - [ - -117.31048279499998, - 33.968543304000036 - ], - [ - -117.31048171199996, - 33.968544344000065 - ], - [ - -117.31048063499998, - 33.96854538200006 - ], - [ - -117.31048012399998, - 33.968545876000064 - ], - [ - -117.31047955999998, - 33.96854642300008 - ], - [ - -117.31047848599997, - 33.968547467000064 - ], - [ - -117.31047818699994, - 33.96854775500003 - ], - [ - -117.31047740999998, - 33.96854850900007 - ], - [ - -117.310476339, - 33.96854955300006 - ], - [ - -117.31047526799995, - 33.96855059500007 - ], - [ - -117.31047463999994, - 33.96855121100003 - ], - [ - -117.31047419899994, - 33.96855164200008 - ], - [ - -117.31047313, - 33.968552690000024 - ], - [ - -117.31047206099998, - 33.968553738000026 - ], - [ - -117.310470996, - 33.96855478600003 - ], - [ - -117.31046993299998, - 33.96855583400003 - ], - [ - -117.31046932499999, - 33.96855643300006 - ], - [ - -117.31046886799999, - 33.968556884000066 - ], - [ - -117.31046780699995, - 33.968557936000025 - ], - [ - -117.31046729399998, - 33.96855844500004 - ], - [ - -117.31046674699996, - 33.96855898800004 - ], - [ - -117.31046568699998, - 33.968560041000046 - ], - [ - -117.31046462899997, - 33.96856109400005 - ], - [ - -117.31046400899999, - 33.96856171600007 - ], - [ - -117.31046357399998, - 33.968562150000025 - ], - [ - -117.31046252099998, - 33.968563207000045 - ], - [ - -117.310461869, - 33.96856385700005 - ], - [ - -117.31046146399996, - 33.968564263000076 - ], - [ - -117.31046040899997, - 33.96856532000004 - ], - [ - -117.31045935799995, - 33.96856638100007 - ], - [ - -117.31045831299997, - 33.968567438000036 - ], - [ - -117.31045726199994, - 33.968568498000025 - ], - [ - -117.31045649999999, - 33.968569271000035 - ], - [ - -117.31045621499999, - 33.96856956000005 - ], - [ - -117.31045519899999, - 33.96857059200005 - ], - [ - -117.31045516999995, - 33.96857062200007 - ], - [ - -117.31045412799995, - 33.96857168500003 - ], - [ - -117.31045307899996, - 33.96857275000008 - ], - [ - -117.31045204199995, - 33.96857381600006 - ], - [ - -117.310451, - 33.96857488100005 - ], - [ - -117.31044995999997, - 33.96857594800008 - ], - [ - -117.310449485, - 33.96857643800007 - ], - [ - -117.31044892299997, - 33.96857701700003 - ], - [ - -117.31044768499999, - 33.968578293000064 - ], - [ - -117.31044661699997, - 33.96857933700005 - ], - [ - -117.31044554699997, - 33.96858038200003 - ], - [ - -117.31044496599998, - 33.96858095300007 - ], - [ - -117.31044448199998, - 33.968581432000065 - ], - [ - -117.31044345599997, - 33.96858244500004 - ], - [ - -117.31044341799998, - 33.968582482000045 - ], - [ - -117.31044235899998, - 33.96858353600004 - ], - [ - -117.31044130299995, - 33.96858459200007 - ], - [ - -117.31044024999994, - 33.968585648000044 - ], - [ - -117.31043919899997, - 33.96858670900008 - ], - [ - -117.31043815399994, - 33.968587770000056 - ], - [ - -117.31043724299997, - 33.96858868100003 - ], - [ - -117.310437101, - 33.968588829000055 - ], - [ - -117.31043609699998, - 33.96858986700005 - ], - [ - -117.31043606599997, - 33.96858989900005 - ], - [ - -117.31043502899996, - 33.96859096700007 - ], - [ - -117.310433994, - 33.96859203400004 - ], - [ - -117.31043295999996, - 33.96859310600007 - ], - [ - -117.31043193199997, - 33.968594179000036 - ], - [ - -117.31043090499998, - 33.96859525600007 - ], - [ - -117.31042988399997, - 33.96859633200006 - ], - [ - -117.310428861, - 33.968597412000065 - ], - [ - -117.31042815199999, - 33.96859816600005 - ], - [ - -117.31042784399995, - 33.96859849400005 - ], - [ - -117.310426829, - 33.96859957500004 - ], - [ - -117.31042581999998, - 33.96860066100004 - ], - [ - -117.31042507599994, - 33.96860146400007 - ], - [ - -117.31042481199995, - 33.96860174900007 - ], - [ - -117.31042380499997, - 33.96860283700005 - ], - [ - -117.31042280399998, - 33.96860392800005 - ], - [ - -117.31042180699995, - 33.968605023000066 - ], - [ - -117.31042110599998, - 33.96860579200006 - ], - [ - -117.31042080799995, - 33.968606118000025 - ], - [ - -117.31041981599998, - 33.96860721400003 - ], - [ - -117.31041882599999, - 33.96860831400005 - ], - [ - -117.31041810099998, - 33.96860912300008 - ], - [ - -117.31041783899997, - 33.96860941500006 - ], - [ - -117.31041743399999, - 33.96860986900003 - ], - [ - -117.31041685499997, - 33.96861051700006 - ], - [ - -117.31041646699998, - 33.96861095400004 - ], - [ - -117.310415875, - 33.968611622000026 - ], - [ - -117.31041489899997, - 33.96861272800004 - ], - [ - -117.31041392299994, - 33.96861383500004 - ], - [ - -117.31041295299997, - 33.96861494700005 - ], - [ - -117.31041198499997, - 33.968616058000066 - ], - [ - -117.31041139699994, - 33.96861673700005 - ], - [ - -117.31041101999995, - 33.96861717300004 - ], - [ - -117.31041056499998, - 33.968617702000074 - ], - [ - -117.31041005799995, - 33.96861828800007 - ], - [ - -117.31040977799995, - 33.968618614000036 - ], - [ - -117.31040909899997, - 33.96861940800005 - ], - [ - -117.31040817099995, - 33.96862049500004 - ], - [ - -117.31040814099998, - 33.96862052500006 - ], - [ - -117.31040719099997, - 33.968621649000056 - ], - [ - -117.31040699599998, - 33.96862188600005 - ], - [ - -117.31040502399998, - 33.96862404600006 - ], - [ - -117.31040295199995, - 33.96862631600004 - ], - [ - -117.31040229999996, - 33.96862703000005 - ], - [ - -117.31040195199995, - 33.96862741000007 - ], - [ - -117.31040095399999, - 33.96862850400004 - ], - [ - -117.31040086399997, - 33.96862860300007 - ], - [ - -117.310400771, - 33.96862869900008 - ], - [ - -117.31039995499998, - 33.968629597000074 - ], - [ - -117.31039895499998, - 33.968630689000065 - ], - [ - -117.31039821399997, - 33.968631499000026 - ], - [ - -117.31039795399994, - 33.968631782000045 - ], - [ - -117.31039695699997, - 33.968632875000026 - ], - [ - -117.31039596, - 33.96863396700007 - ], - [ - -117.31039549199994, - 33.96863447900006 - ], - [ - -117.31039495799996, - 33.96863506100004 - ], - [ - -117.31039396799997, - 33.96863615900003 - ], - [ - -117.31039388999994, - 33.968636246000074 - ], - [ - -117.31039297599995, - 33.96863725700007 - ], - [ - -117.31039257899994, - 33.96863769600003 - ], - [ - -117.31039198299999, - 33.96863835600004 - ], - [ - -117.31039099399999, - 33.96863945200005 - ], - [ - -117.31039037299996, - 33.96864014000005 - ], - [ - -117.31039000399994, - 33.96864055000003 - ], - [ - -117.31038956099997, - 33.96864104700006 - ], - [ - -117.31038901599999, - 33.968641654000066 - ], - [ - -117.31038803099995, - 33.96864275400003 - ], - [ - -117.31038704599996, - 33.96864385600003 - ], - [ - -117.31038605999998, - 33.96864495800003 - ], - [ - -117.31038556699997, - 33.968645508000066 - ], - [ - -117.31038552999996, - 33.968645550000076 - ], - [ - -117.31038507799997, - 33.96864606100007 - ], - [ - -117.31038469499998, - 33.96864649300005 - ], - [ - -117.31038409799999, - 33.968647168000075 - ], - [ - -117.31038312099997, - 33.96864827300004 - ], - [ - -117.31038214299997, - 33.968649380000045 - ], - [ - -117.31038116599996, - 33.96865048500007 - ], - [ - -117.31038067599997, - 33.968651038000075 - ], - [ - -117.31038018999999, - 33.96865159400005 - ], - [ - -117.31037922099995, - 33.96865270400008 - ], - [ - -117.31037824799995, - 33.96865381500004 - ], - [ - -117.31037727799998, - 33.968654927000046 - ], - [ - -117.31037630599997, - 33.96865603600003 - ], - [ - -117.31037533399996, - 33.96865714900008 - ], - [ - -117.31037485, - 33.968657704000066 - ], - [ - -117.31037437099997, - 33.96865826100003 - ], - [ - -117.31037370499996, - 33.96865903300005 - ], - [ - -117.31037340999995, - 33.96865937500007 - ], - [ - -117.31037296899996, - 33.96865988900004 - ], - [ - -117.31037244799995, - 33.96866049400006 - ], - [ - -117.31037211999995, - 33.96866087500007 - ], - [ - -117.31037148899998, - 33.96866160900004 - ], - [ - -117.31037056399998, - 33.96866268200006 - ], - [ - -117.31037052299996, - 33.96866272400007 - ], - [ - -117.31036956499997, - 33.96866384200007 - ], - [ - -117.31036860299997, - 33.96866495900008 - ], - [ - -117.31036824399996, - 33.96866537600005 - ], - [ - -117.31036764799995, - 33.96866608000005 - ], - [ - -117.31036669499997, - 33.96866720000003 - ], - [ - -117.31036574199999, - 33.96866832200004 - ], - [ - -117.31036479099998, - 33.96866944200008 - ], - [ - -117.31036383699995, - 33.968670565000025 - ], - [ - -117.31036293099999, - 33.96867163200005 - ], - [ - -117.31036288499996, - 33.96867168600005 - ], - [ - -117.31036216899997, - 33.968672527000024 - ], - [ - -117.31036193499995, - 33.96867280600003 - ], - [ - -117.31036099199997, - 33.96867393500003 - ], - [ - -117.31036004899994, - 33.968675062000045 - ], - [ - -117.31035910499997, - 33.96867619000005 - ], - [ - -117.31035816099995, - 33.968677316000026 - ], - [ - -117.31035758599995, - 33.968678004000026 - ], - [ - -117.31035721899997, - 33.968678442000055 - ], - [ - -117.31035680499997, - 33.96867893600006 - ], - [ - -117.31035628099994, - 33.96867957300003 - ], - [ - -117.31035533399995, - 33.96868069800007 - ], - [ - -117.31035525099998, - 33.96868079800004 - ], - [ - -117.3103544, - 33.96868182900005 - ], - [ - -117.31035346399995, - 33.96868296100007 - ], - [ - -117.31035252999999, - 33.968684093000036 - ], - [ - -117.31035191899997, - 33.96868483500003 - ], - [ - -117.31035159699996, - 33.96868522600005 - ], - [ - -117.31035066399994, - 33.96868636100004 - ], - [ - -117.31034973599998, - 33.968687497000076 - ], - [ - -117.31034881599999, - 33.968688635000035 - ], - [ - -117.31034852499994, - 33.96868899100008 - ], - [ - -117.31034829199996, - 33.968689278000056 - ], - [ - -117.31034789199998, - 33.96868977400004 - ], - [ - -117.310346972, - 33.968690913000046 - ], - [ - -117.31034603499995, - 33.96869204300003 - ], - [ - -117.31034514699996, - 33.96869314200006 - ], - [ - -117.31034510999996, - 33.96869318000006 - ], - [ - -117.31034419399998, - 33.968694320000054 - ], - [ - -117.31034334499998, - 33.96869537500004 - ], - [ - -117.310343274, - 33.968695464000064 - ], - [ - -117.31034236799997, - 33.96869661200003 - ], - [ - -117.31034144699998, - 33.968697752000026 - ], - [ - -117.31034052599995, - 33.968698894000056 - ], - [ - -117.310340296, - 33.968699178000065 - ], - [ - -117.31033961499998, - 33.968700037000076 - ], - [ - -117.310339361, - 33.968700356000056 - ], - [ - -117.31033870599998, - 33.968701183000064 - ], - [ - -117.31033779699999, - 33.96870232800006 - ], - [ - -117.310337211, - 33.968703067000035 - ], - [ - -117.31033688699995, - 33.96870347400005 - ], - [ - -117.31033597699997, - 33.96870462100003 - ], - [ - -117.31033506699998, - 33.968705767000074 - ], - [ - -117.31033466999997, - 33.96870627000004 - ], - [ - -117.31033416599996, - 33.96870691600003 - ], - [ - -117.31033326499994, - 33.96870807000005 - ], - [ - -117.31033319399995, - 33.96870816200004 - ], - [ - -117.31033235499996, - 33.96870921300007 - ], - [ - -117.31033145299995, - 33.96871036500005 - ], - [ - -117.31033060799996, - 33.96871144800008 - ], - [ - -117.31033055399996, - 33.96871151700003 - ], - [ - -117.31032965799994, - 33.96871267000006 - ], - [ - -117.31032875099999, - 33.96871383300004 - ], - [ - -117.31032787599997, - 33.968714979000026 - ], - [ - -117.31032708799995, - 33.96871598800004 - ], - [ - -117.31032697899997, - 33.968716130000075 - ], - [ - -117.31032608799995, - 33.968717291000075 - ], - [ - -117.31032555799999, - 33.968717982000044 - ], - [ - -117.31032519899998, - 33.96871844700007 - ], - [ - -117.31032430899995, - 33.96871960500005 - ], - [ - -117.31032342199995, - 33.96872076100004 - ], - [ - -117.31032253199999, - 33.968721919000075 - ], - [ - -117.31032230999995, - 33.96872220900008 - ], - [ - -117.31032165099998, - 33.968723080000075 - ], - [ - -117.31032125899998, - 33.968723596000075 - ], - [ - -117.31032076899999, - 33.96872424400004 - ], - [ - -117.31031989099995, - 33.96872540600003 - ], - [ - -117.31031901299997, - 33.96872656800008 - ], - [ - -117.31031813299995, - 33.96872773000007 - ], - [ - -117.31031725399998, - 33.96872889200006 - ], - [ - -117.31031667399998, - 33.968729659000076 - ], - [ - -117.31031637399997, - 33.96873005400005 - ], - [ - -117.31031604499998, - 33.96873049000004 - ], - [ - -117.31031549999994, - 33.96873121900006 - ], - [ - -117.31031547499998, - 33.968731253000044 - ], - [ - -117.31031463299996, - 33.968732387000045 - ], - [ - -117.31031376399994, - 33.96873355500003 - ], - [ - -117.31031289299995, - 33.96873472300007 - ], - [ - -117.31031239699996, - 33.96873539000006 - ], - [ - -117.31031202599996, - 33.96873588900007 - ], - [ - -117.31031115399998, - 33.968737058000045 - ], - [ - -117.31031028599995, - 33.96873822500004 - ], - [ - -117.31030985099994, - 33.96873880800007 - ], - [ - -117.31030942199999, - 33.96873939500006 - ], - [ - -117.31030856399997, - 33.968740567000054 - ], - [ - -117.31030769999995, - 33.96874174200008 - ], - [ - -117.31030767699997, - 33.96874177700005 - ], - [ - -117.31030684599995, - 33.96874291200004 - ], - [ - -117.31030626699999, - 33.968743704000076 - ], - [ - -117.31030598499996, - 33.96874408800005 - ], - [ - -117.31030570699994, - 33.96874446900006 - ], - [ - -117.31030512799998, - 33.96874526000005 - ], - [ - -117.31030485799994, - 33.96874562800008 - ], - [ - -117.31030448299998, - 33.96874613800003 - ], - [ - -117.31030427099995, - 33.968746433000035 - ], - [ - -117.31030341199994, - 33.968747621000034 - ], - [ - -117.31030256999998, - 33.96874878600005 - ], - [ - -117.31030175999996, - 33.96874990600003 - ], - [ - -117.31030171999998, - 33.96874996200006 - ], - [ - -117.31030086799996, - 33.96875114100004 - ], - [ - -117.31030001699997, - 33.96875231700005 - ], - [ - -117.31029978299995, - 33.96875264500005 - ], - [ - -117.31029959199998, - 33.968752907000066 - ], - [ - -117.31029917299998, - 33.96875349700008 - ], - [ - -117.31029833199995, - 33.96875467700005 - ], - [ - -117.31029781899997, - 33.96875539500007 - ], - [ - -117.310297489, - 33.968755860000044 - ], - [ - -117.31029664799996, - 33.96875704100006 - ], - [ - -117.31029661899998, - 33.968757082000025 - ], - [ - -117.31029580599994, - 33.968758223000066 - ], - [ - -117.31029538499996, - 33.96875881400007 - ], - [ - -117.31029501399996, - 33.968759343000045 - ], - [ - -117.310294968, - 33.96875940800004 - ], - [ - -117.31029413799996, - 33.96876059300007 - ], - [ - -117.3102935799999, - 33.96876138300007 - ], - [ - -117.31029330299998, - 33.96876177900003 - ], - [ - -117.310292469, - 33.96876296500005 - ], - [ - -117.31029198999994, - 33.96876364900004 - ], - [ - -117.31029163499994, - 33.96876415200006 - ], - [ - -117.31029079299998, - 33.96876535000007 - ], - [ - -117.31028997099997, - 33.96876652200007 - ], - [ - -117.31028978999996, - 33.968766781000056 - ], - [ - -117.310289147, - 33.968767711000055 - ], - [ - -117.31028872299999, - 33.968768311000076 - ], - [ - -117.31028830899999, - 33.96876889500004 - ], - [ - -117.31028798299997, - 33.96876936600006 - ], - [ - -117.31028748699998, - 33.968770085000074 - ], - [ - -117.31028666199995, - 33.96877127500005 - ], - [ - -117.31028639799996, - 33.96877165600006 - ], - [ - -117.31028584099994, - 33.968772466000075 - ], - [ - -117.31028501999998, - 33.96877366000007 - ], - [ - -117.31028449799999, - 33.96877443400007 - ], - [ - -117.31028421099995, - 33.968774858000074 - ], - [ - -117.31028338999994, - 33.96877604700006 - ], - [ - -117.31028281899995, - 33.96877687500006 - ], - [ - -117.31028256699994, - 33.968777239000076 - ], - [ - -117.31028212599995, - 33.96877788900008 - ], - [ - -117.31028175699998, - 33.96877843500005 - ], - [ - -117.31028094599998, - 33.968779632000064 - ], - [ - -117.31028055699994, - 33.968780207000066 - ], - [ - -117.31028013499997, - 33.968780829000025 - ], - [ - -117.31027932499995, - 33.968782023000074 - ], - [ - -117.31027897899997, - 33.968782532000034 - ], - [ - -117.31027851199997, - 33.968783221000024 - ], - [ - -117.31027826599995, - 33.968783589000054 - ], - [ - -117.310277709, - 33.96878442000008 - ], - [ - -117.31027690899998, - 33.96878562200004 - ], - [ - -117.310276107, - 33.96878682100004 - ], - [ - -117.31027549299995, - 33.96878773900005 - ], - [ - -117.31027530299997, - 33.96878802300006 - ], - [ - -117.31027495499995, - 33.96878854400006 - ], - [ - -117.31027450299996, - 33.968789221000065 - ], - [ - -117.31027369999998, - 33.968790424000076 - ], - [ - -117.31027354999998, - 33.96879064900003 - ], - [ - -117.31027290699996, - 33.96879162600004 - ], - [ - -117.31027210099995, - 33.968792826000026 - ], - [ - -117.31027130499996, - 33.96879402900004 - ], - [ - -117.31027051499996, - 33.96879523300004 - ], - [ - -117.31026972299998, - 33.96879644000006 - ], - [ - -117.31026949899996, - 33.96879678200003 - ], - [ - -117.31026893299997, - 33.96879764400006 - ], - [ - -117.31026842799997, - 33.96879843100004 - ], - [ - -117.31026815399997, - 33.968798856000035 - ], - [ - -117.31026780599996, - 33.96879938700005 - ], - [ - -117.310267362, - 33.96880006200007 - ], - [ - -117.31026696599997, - 33.96880066500006 - ], - [ - -117.31026657599995, - 33.96880126900004 - ], - [ - -117.31026620799997, - 33.96880183800005 - ], - [ - -117.31026579599995, - 33.96880247900003 - ], - [ - -117.31026538099997, - 33.96880312500008 - ], - [ - -117.31026501599996, - 33.96880369200005 - ], - [ - -117.31026423599997, - 33.968804901000055 - ], - [ - -117.31026390899996, - 33.96880540800004 - ], - [ - -117.310263454, - 33.96880611200004 - ], - [ - -117.31026303199997, - 33.96880677000007 - ], - [ - -117.310262675, - 33.96880732200003 - ], - [ - -117.31026231899995, - 33.96880787300006 - ], - [ - -117.31026208799994, - 33.968808231000025 - ], - [ - -117.31026189699998, - 33.96880853300007 - ], - [ - -117.31026112399996, - 33.96880974800007 - ], - [ - -117.31026077399997, - 33.96881029800005 - ], - [ - -117.31026035199994, - 33.96881096300007 - ], - [ - -117.31025989099999, - 33.96881168800007 - ], - [ - -117.31025958099997, - 33.96881217600003 - ], - [ - -117.31025880899995, - 33.96881339000004 - ], - [ - -117.31025859199997, - 33.96881373300005 - ], - [ - -117.31025803699998, - 33.968814606000024 - ], - [ - -117.31025733499996, - 33.968815724000024 - ], - [ - -117.31025727499997, - 33.96881582300006 - ], - [ - -117.31025651199997, - 33.96881704100008 - ], - [ - -117.31025575099994, - 33.96881825600008 - ], - [ - -117.31025571099997, - 33.968818319000036 - ], - [ - -117.31025498799994, - 33.96881947500003 - ], - [ - -117.31025422399995, - 33.968820693000055 - ], - [ - -117.31025396999996, - 33.968821098000035 - ], - [ - -117.31025345999996, - 33.968821914000046 - ], - [ - -117.31025341199995, - 33.96882199000004 - ], - [ - -117.31025336599998, - 33.96882206500004 - ], - [ - -117.31025309499995, - 33.96882250600004 - ], - [ - -117.31025270899994, - 33.96882313300006 - ], - [ - -117.31025197599996, - 33.96882432700005 - ], - [ - -117.31025195599995, - 33.96882435900005 - ], - [ - -117.31025118699995, - 33.96882557300006 - ], - [ - -117.310250436, - 33.96882679500004 - ], - [ - -117.31024968399998, - 33.96882801900006 - ], - [ - -117.31024925099996, - 33.96882872500004 - ], - [ - -117.31024893299997, - 33.96882924200003 - ], - [ - -117.31024821799997, - 33.96883043500003 - ], - [ - -117.31024819699996, - 33.968830472000036 - ], - [ - -117.31024744499996, - 33.96883169300003 - ], - [ - -117.31024725699996, - 33.968832 - ], - [ - -117.31024670299996, - 33.968832923000036 - ], - [ - -117.31024642399996, - 33.96883337300005 - ], - [ - -117.31024594999997, - 33.96883414300004 - ], - [ - -117.31024520699998, - 33.96883536900003 - ], - [ - -117.31024446699996, - 33.96883659900004 - ], - [ - -117.31024443099994, - 33.96883665800004 - ], - [ - -117.31024372599995, - 33.968837826000026 - ], - [ - -117.31024298699998, - 33.968839056000036 - ], - [ - -117.310242244, - 33.96884030100006 - ], - [ - -117.31024152999998, - 33.96884151900008 - ], - [ - -117.31024107999997, - 33.968842266000024 - ], - [ - -117.31024092999996, - 33.96884251700004 - ], - [ - -117.31024079399998, - 33.96884274900003 - ], - [ - -117.31024006499996, - 33.96884398100008 - ], - [ - -117.31023933999995, - 33.968845213000066 - ], - [ - -117.31023859799996, - 33.96884644200003 - ], - [ - -117.31023787, - 33.96884767600005 - ], - [ - -117.31023715699996, - 33.968848914000034 - ], - [ - -117.31023643199995, - 33.96885014600008 - ], - [ - -117.31023579599997, - 33.96885122500004 - ], - [ - -117.31023574999995, - 33.968851303000065 - ], - [ - -117.31023570499997, - 33.968851380000046 - ], - [ - -117.310234988, - 33.96885261700004 - ], - [ - -117.31023427099996, - 33.96885385500008 - ], - [ - -117.31023355599996, - 33.96885509200007 - ], - [ - -117.31023283899998, - 33.96885633000005 - ], - [ - -117.310232123, - 33.96885756800003 - ], - [ - -117.31023174299997, - 33.96885822400003 - ], - [ - -117.31023140699995, - 33.968858804000035 - ], - [ - -117.31023119599996, - 33.96885916900004 - ], - [ - -117.31023090999997, - 33.96885966600007 - ], - [ - -117.31023069399998, - 33.96886004400005 - ], - [ - -117.31023032499996, - 33.968860695000046 - ], - [ - -117.31023011199994, - 33.96886107100005 - ], - [ - -117.31022998999998, - 33.96886128600005 - ], - [ - -117.31022961899998, - 33.96886193900008 - ], - [ - -117.31022928399994, - 33.968862529000035 - ], - [ - -117.31022904199995, - 33.968862957000056 - ], - [ - -117.31022857999994, - 33.96886377000004 - ], - [ - -117.31022787199998, - 33.96886501300003 - ], - [ - -117.31022784899994, - 33.96886505500004 - ], - [ - -117.31022716899997, - 33.968866254000034 - ], - [ - -117.31022646199995, - 33.96886749600003 - ], - [ - -117.31022644299998, - 33.96886753600006 - ], - [ - -117.31022602399997, - 33.968868273000055 - ], - [ - -117.31022576399994, - 33.96886874000006 - ], - [ - -117.310225071, - 33.96886998600007 - ], - [ - -117.31022471999995, - 33.96887060100005 - ], - [ - -117.31022436399996, - 33.96887122700008 - ], - [ - -117.310223668, - 33.96887247500007 - ], - [ - -117.31022297499999, - 33.96887372200007 - ], - [ - -117.31022228299997, - 33.96887496800008 - ], - [ - -117.31022189099997, - 33.96887567400006 - ], - [ - -117.31022158999997, - 33.96887621600007 - ], - [ - -117.31022091099999, - 33.96887746800007 - ], - [ - -117.31022077899996, - 33.96887770200004 - ], - [ - -117.310220228, - 33.96887871700005 - ], - [ - -117.31021953099997, - 33.968879962000074 - ], - [ - -117.31021884399996, - 33.96888121400008 - ], - [ - -117.31021816599997, - 33.968882464000046 - ], - [ - -117.31021791999996, - 33.96888291600004 - ], - [ - -117.31021748399996, - 33.96888371400007 - ], - [ - -117.31021717799996, - 33.96888429300003 - ], - [ - -117.31021681799996, - 33.96888497100008 - ], - [ - -117.31021613699994, - 33.96888622100005 - ], - [ - -117.31021545299996, - 33.96888747500003 - ], - [ - -117.31021528499997, - 33.96888778700003 - ], - [ - -117.31021526499995, - 33.968887823000046 - ], - [ - -117.310214783, - 33.968888727000035 - ], - [ - -117.31021445199997, - 33.96888934800006 - ], - [ - -117.31021411199998, - 33.96888998500003 - ], - [ - -117.31021344299995, - 33.96889124100005 - ], - [ - -117.31021277299999, - 33.968892495000034 - ], - [ - -117.31021210499995, - 33.96889374800003 - ], - [ - -117.31021143299995, - 33.968895005000036 - ], - [ - -117.310211042, - 33.968895743000076 - ], - [ - -117.31021084799994, - 33.96889610300008 - ], - [ - -117.31021076599995, - 33.968896261000054 - ], - [ - -117.310210553, - 33.968896666000035 - ], - [ - -117.31021010599994, - 33.96889752000004 - ], - [ - -117.31020944499994, - 33.968898781000064 - ], - [ - -117.31020878499999, - 33.968900037000026 - ], - [ - -117.31020812499997, - 33.96890129500008 - ], - [ - -117.31020762799994, - 33.96890224100002 - ], - [ - -117.31020746499996, - 33.968902557000035 - ], - [ - -117.31020726599996, - 33.96890294200006 - ], - [ - -117.31020681499996, - 33.96890381900005 - ], - [ - -117.31020640199995, - 33.96890461800007 - ], - [ - -117.31020616399996, - 33.96890508100006 - ], - [ - -117.310205882, - 33.96890562800007 - ], - [ - -117.31020551199998, - 33.96890634500005 - ], - [ - -117.31020521199997, - 33.968906924000066 - ], - [ - -117.31020486099999, - 33.96890760800005 - ], - [ - -117.31020449, - 33.968908327000065 - ], - [ - -117.31020421099998, - 33.96890886800003 - ], - [ - -117.31020356, - 33.968910132000076 - ], - [ - -117.31020327599998, - 33.968910685000026 - ], - [ - -117.310202915, - 33.96891139500008 - ], - [ - -117.31020227299996, - 33.96891266100005 - ], - [ - -117.31020201399997, - 33.96891317400008 - ], - [ - -117.31020163199997, - 33.968913927000074 - ], - [ - -117.31020120999995, - 33.968914760000075 - ], - [ - -117.31020099099999, - 33.968915190000075 - ], - [ - -117.31020074599996, - 33.96891567100005 - ], - [ - -117.31020034799997, - 33.968916458000024 - ], - [ - -117.31019993099994, - 33.96891727800005 - ], - [ - -117.31019970799997, - 33.96891772200007 - ], - [ - -117.31019948499994, - 33.968918159000054 - ], - [ - -117.31019906599994, - 33.96891898900003 - ], - [ - -117.31019869399995, - 33.96891973900006 - ], - [ - -117.31019843499996, - 33.96892025900007 - ], - [ - -117.31019815299999, - 33.968920827000034 - ], - [ - -117.31019780499997, - 33.96892152800007 - ], - [ - -117.310197529, - 33.96892208200006 - ], - [ - -117.31019717399994, - 33.96892279700006 - ], - [ - -117.31019678399997, - 33.968923577000055 - ], - [ - -117.31019654199997, - 33.968924066000056 - ], - [ - -117.31019591199998, - 33.96892533500005 - ], - [ - -117.31019575399995, - 33.96892565400003 - ], - [ - -117.31019528999997, - 33.96892660800006 - ], - [ - -117.310195148, - 33.96892690100003 - ], - [ - -117.31019466899994, - 33.96892788200006 - ], - [ - -117.310194046, - 33.968929125000045 - ], - [ - -117.31019403399995, - 33.968929151000054 - ], - [ - -117.31019340899996, - 33.968930424000064 - ], - [ - -117.31019301499998, - 33.968931231000056 - ], - [ - -117.31019279099996, - 33.96893169500004 - ], - [ - -117.31019251599997, - 33.96893225900004 - ], - [ - -117.31019217199997, - 33.968932970000026 - ], - [ - -117.310191982, - 33.96893337200004 - ], - [ - -117.31019156999997, - 33.96893424600006 - ], - [ - -117.31019094799996, - 33.96893552300003 - ], - [ - -117.31019059999994, - 33.96893623600005 - ], - [ - -117.31019033499996, - 33.96893679600004 - ], - [ - -117.31018996199998, - 33.968937582000024 - ], - [ - -117.31018972799995, - 33.968938071000025 - ], - [ - -117.31018937199997, - 33.96893879500004 - ], - [ - -117.31018910399996, - 33.968939343000045 - ], - [ - -117.310188913, - 33.96893974200003 - ], - [ - -117.31018849499998, - 33.96894062100006 - ], - [ - -117.31018788799997, - 33.96894190100005 - ], - [ - -117.31018774599994, - 33.96894220200005 - ], - [ - -117.31018728199996, - 33.96894317600004 - ], - [ - -117.31018667899997, - 33.96894445400005 - ], - [ - -117.31018608799997, - 33.96894573700007 - ], - [ - -117.31018606799995, - 33.96894577900002 - ], - [ - -117.31018559299997, - 33.96894677700004 - ], - [ - -117.31018548099996, - 33.96894701800005 - ], - [ - -117.31018530399996, - 33.96894740100004 - ], - [ - -117.31018488799998, - 33.96894829800004 - ], - [ - -117.31018471699997, - 33.96894866700006 - ], - [ - -117.31018429399995, - 33.968949579000025 - ], - [ - -117.310183683, - 33.96895085500006 - ], - [ - -117.31018350699998, - 33.96895123400003 - ], - [ - -117.31018308699998, - 33.96895213500005 - ], - [ - -117.31018249599998, - 33.96895341800007 - ], - [ - -117.31018229199998, - 33.96895387100005 - ], - [ - -117.31018191799996, - 33.968954706000034 - ], - [ - -117.31018132399998, - 33.96895598800006 - ], - [ - -117.31018095199994, - 33.96895678900006 - ], - [ - -117.310180732, - 33.96895727100008 - ], - [ - -117.31018014899996, - 33.96895855400004 - ], - [ - -117.31017956599999, - 33.968959839000036 - ], - [ - -117.31017933699997, - 33.96896034400004 - ], - [ - -117.31017898299996, - 33.96896112400003 - ], - [ - -117.31017854599997, - 33.968962082000075 - ], - [ - -117.310178399, - 33.96896240800004 - ], - [ - -117.31017803299994, - 33.96896321400004 - ], - [ - -117.31017781599996, - 33.96896369700005 - ], - [ - -117.31017724299994, - 33.96896498500007 - ], - [ - -117.31017666899999, - 33.968966272000046 - ], - [ - -117.31017609399998, - 33.968967561000056 - ], - [ - -117.31017566499997, - 33.96896852400005 - ], - [ - -117.31017551999997, - 33.96896884600005 - ], - [ - -117.31017494499997, - 33.96897013600005 - ], - [ - -117.31017451499997, - 33.96897110200007 - ], - [ - -117.31017437399998, - 33.968971424000074 - ], - [ - -117.31017381199996, - 33.96897271500006 - ], - [ - -117.31017324799996, - 33.96897400700004 - ], - [ - -117.31017301299994, - 33.96897454300006 - ], - [ - -117.31017268399995, - 33.96897529700004 - ], - [ - -117.31017238099997, - 33.96897599000005 - ], - [ - -117.310172121, - 33.96897658800003 - ], - [ - -117.31017187099997, - 33.96897716400008 - ], - [ - -117.310171557, - 33.96897788100006 - ], - [ - -117.31017099599995, - 33.96897917300004 - ], - [ - -117.31017043099996, - 33.96898046300004 - ], - [ - -117.31017028999997, - 33.96898078800007 - ], - [ - -117.31016987699996, - 33.96898175700005 - ], - [ - -117.31016932299997, - 33.96898305000008 - ], - [ - -117.31016877099995, - 33.96898434700006 - ], - [ - -117.31016821699995, - 33.968985642000064 - ], - [ - -117.31016766599998, - 33.96898693500003 - ], - [ - -117.31016711399997, - 33.96898822900005 - ], - [ - -117.31016656999998, - 33.968989527000076 - ], - [ - -117.31016602699998, - 33.96899082500005 - ], - [ - -117.31016548399998, - 33.96899212200003 - ], - [ - -117.31016493899995, - 33.96899341900007 - ], - [ - -117.31016446399997, - 33.96899455400006 - ], - [ - -117.31016443099998, - 33.96899463500006 - ], - [ - -117.310164397, - 33.968994715000065 - ], - [ - -117.31016386199997, - 33.96899601500007 - ], - [ - -117.31016332899998, - 33.968997314000035 - ], - [ - -117.31016317299998, - 33.96899769600003 - ], - [ - -117.31016279399995, - 33.96899861700007 - ], - [ - -117.31016225899998, - 33.96899991500004 - ], - [ - -117.310161726, - 33.96900121200002 - ], - [ - -117.31016119099996, - 33.96900251300008 - ], - [ - -117.31016092399994, - 33.96900316400007 - ], - [ - -117.31016086999995, - 33.969003292000025 - ], - [ - -117.31016066199999, - 33.969003815000065 - ], - [ - -117.31016013799996, - 33.96900511900003 - ], - [ - -117.310159737, - 33.969006113000034 - ], - [ - -117.31015961399999, - 33.96900641800005 - ], - [ - -117.31015908899997, - 33.96900772500004 - ], - [ - -117.31015856599998, - 33.96900902600004 - ], - [ - -117.31015853999997, - 33.969009088000064 - ], - [ - -117.31015810699995, - 33.96901016700008 - ], - [ - -117.31015804299994, - 33.96901032900007 - ], - [ - -117.31015771799997, - 33.969011153000054 - ], - [ - -117.31015752699994, - 33.969011634000026 - ], - [ - -117.31015701399997, - 33.96901294200006 - ], - [ - -117.31015673999997, - 33.96901363500007 - ], - [ - -117.31015649899996, - 33.969014247000075 - ], - [ - -117.310155985, - 33.96901555000005 - ], - [ - -117.31015579599995, - 33.969016027000066 - ], - [ - -117.310155469, - 33.96901685700004 - ], - [ - -117.310154953, - 33.969018162000054 - ], - [ - -117.31015456999995, - 33.96901914100005 - ], - [ - -117.31015444399998, - 33.96901946700007 - ], - [ - -117.31015393899997, - 33.96902077500005 - ], - [ - -117.31015374699996, - 33.969021275000046 - ], - [ - -117.31015343399997, - 33.96902208500006 - ], - [ - -117.31015293099995, - 33.96902339300004 - ], - [ - -117.31015242799998, - 33.969024699000045 - ], - [ - -117.31015241199998, - 33.969024743000034 - ], - [ - -117.31015198699998, - 33.96902584500003 - ], - [ - -117.31015192499996, - 33.96902601000005 - ], - [ - -117.31015153899995, - 33.96902703000006 - ], - [ - -117.31015142799998, - 33.969027320000066 - ], - [ - -117.31015093399998, - 33.969028628000046 - ], - [ - -117.31015091999996, - 33.96902866200003 - ], - [ - -117.31015043599996, - 33.96902994000004 - ], - [ - -117.31015004099999, - 33.96903098000007 - ], - [ - -117.31014993899998, - 33.96903124900007 - ], - [ - -117.31014944299994, - 33.96903255800004 - ], - [ - -117.310149433, - 33.96903258400005 - ], - [ - -117.31014895499999, - 33.96903387200007 - ], - [ - -117.31014848099994, - 33.96903515300005 - ], - [ - -117.31014846899996, - 33.96903518500005 - ], - [ - -117.31014798299998, - 33.96903649500007 - ], - [ - -117.31014782499994, - 33.969036919000075 - ], - [ - -117.31014749599996, - 33.96903780900004 - ], - [ - -117.31014715699996, - 33.96903872000007 - ], - [ - -117.310147009, - 33.96903912200003 - ], - [ - -117.31014688699997, - 33.96903945200006 - ], - [ - -117.31014652899995, - 33.96904043700005 - ], - [ - -117.310146192, - 33.96904136200004 - ], - [ - -117.31014605099995, - 33.96904175000003 - ], - [ - -117.31014590599995, - 33.96904215300003 - ], - [ - -117.31014557299994, - 33.96904306700003 - ], - [ - -117.31014520499997, - 33.96904408200004 - ], - [ - -117.31014509599999, - 33.96904438300004 - ], - [ - -117.31014487299996, - 33.96904499900006 - ], - [ - -117.31014461899997, - 33.969045694000044 - ], - [ - -117.31014449799994, - 33.96904602800004 - ], - [ - -117.31014413999998, - 33.96904701300008 - ], - [ - -117.31014393099997, - 33.969047587000034 - ], - [ - -117.31014382199999, - 33.96904789700005 - ], - [ - -117.31014366899996, - 33.96904832700005 - ], - [ - -117.31014347699994, - 33.96904887200003 - ], - [ - -117.31014320199995, - 33.96904964700008 - ], - [ - -117.31014273699998, - 33.969050966000054 - ], - [ - -117.31014226999997, - 33.96905228300005 - ], - [ - -117.31014222699997, - 33.969052402000045 - ], - [ - -117.31014178999999, - 33.96905359500005 - ], - [ - -117.31014166399996, - 33.96905396100004 - ], - [ - -117.31014133899998, - 33.96905491800004 - ], - [ - -117.31014087199998, - 33.969056237000075 - ], - [ - -117.31014040899998, - 33.96905755300003 - ], - [ - -117.31014017499996, - 33.96905821400003 - ], - [ - -117.31013995, - 33.96905887200006 - ], - [ - -117.31013970999999, - 33.96905957800004 - ], - [ - -117.31013949799996, - 33.969060195000054 - ], - [ - -117.310139344, - 33.96906062700003 - ], - [ - -117.31013903099995, - 33.96906151100006 - ], - [ - -117.31013858299997, - 33.969062818000054 - ], - [ - -117.310138124, - 33.96906415500007 - ], - [ - -117.31013767299999, - 33.96906547700007 - ], - [ - -117.310137237, - 33.969066800000064 - ], - [ - -117.31013678599999, - 33.969068123000056 - ], - [ - -117.31013647399999, - 33.96906903300004 - ], - [ - -117.31013633899994, - 33.96906944600005 - ], - [ - -117.31013589999998, - 33.96907077100008 - ], - [ - -117.31013565099994, - 33.96907149300006 - ], - [ - -117.310135447, - 33.969072090000054 - ], - [ - -117.31013500499995, - 33.96907341200006 - ], - [ - -117.31013456499994, - 33.96907474000005 - ], - [ - -117.31013436799998, - 33.96907533900003 - ], - [ - -117.31013412899995, - 33.969076062000056 - ], - [ - -117.31013369299995, - 33.96907738900006 - ], - [ - -117.31013357299997, - 33.969077766000055 - ], - [ - -117.31013327, - 33.96907871800005 - ], - [ - -117.31013305799996, - 33.969079357000055 - ], - [ - -117.31013294, - 33.96907971100006 - ], - [ - -117.31013283399994, - 33.96908004200003 - ], - [ - -117.31013240799996, - 33.96908136800005 - ], - [ - -117.31013198499994, - 33.96908267500004 - ], - [ - -117.31013153799995, - 33.96908402100007 - ], - [ - -117.31013127899996, - 33.969084862000045 - ], - [ - -117.31013112699998, - 33.969085353000025 - ], - [ - -117.310130701, - 33.969086677000064 - ], - [ - -117.31013027899996, - 33.969087986000034 - ], - [ - -117.31013000699994, - 33.969088835000036 - ], - [ - -117.31012984899996, - 33.969089334000046 - ], - [ - -117.31012962199998, - 33.96909005800006 - ], - [ - -117.31012943399998, - 33.96909066100005 - ], - [ - -117.31012901799994, - 33.96909198800006 - ], - [ - -117.31012859999998, - 33.96909332100006 - ], - [ - -117.31012835099995, - 33.96909411900003 - ], - [ - -117.31012818499994, - 33.969094650000045 - ], - [ - -117.31012797499994, - 33.96909531500006 - ], - [ - -117.31012777399997, - 33.96909597800004 - ], - [ - -117.31012736699995, - 33.96909731200003 - ], - [ - -117.31012733199998, - 33.969097426000076 - ], - [ - -117.31012696, - 33.96909864500003 - ], - [ - -117.31012655399996, - 33.96909997300003 - ], - [ - -117.31012614399998, - 33.96910130800006 - ], - [ - -117.31012613299998, - 33.96910135200005 - ], - [ - -117.31012574099998, - 33.96910263800004 - ], - [ - -117.3101256899999, - 33.969102804000045 - ], - [ - -117.31012534899997, - 33.96910394400004 - ], - [ - -117.31012534099995, - 33.96910397200003 - ], - [ - -117.31012494499998, - 33.96910530500003 - ], - [ - -117.31012454799998, - 33.96910663800003 - ], - [ - -117.31012414899999, - 33.96910797400005 - ], - [ - -117.31012375299997, - 33.969109305000075 - ], - [ - -117.31012335599996, - 33.969110638000075 - ], - [ - -117.31012328299994, - 33.969110889000035 - ], - [ - -117.31012296799997, - 33.96911197400004 - ], - [ - -117.31012271699996, - 33.96911284200007 - ], - [ - -117.31012257999998, - 33.96911331100006 - ], - [ - -117.31012219299998, - 33.96911464400006 - ], - [ - -117.310121805, - 33.96911598100007 - ], - [ - -117.310121418, - 33.96911731700004 - ], - [ - -117.31012102999995, - 33.96911865200008 - ], - [ - -117.31012064199996, - 33.969119988000045 - ], - [ - -117.31012026599996, - 33.96912132500006 - ], - [ - -117.31011978799995, - 33.96912301000003 - ], - [ - -117.31011977099996, - 33.96912307200006 - ], - [ - -117.31011939499996, - 33.96912440800003 - ], - [ - -117.31011901599999, - 33.96912574500004 - ], - [ - -117.31011863799995, - 33.969127084000036 - ], - [ - -117.31011840099995, - 33.96912792100005 - ], - [ - -117.310118263, - 33.96912842000006 - ], - [ - -117.31011813199996, - 33.96912889200007 - ], - [ - -117.31011789099995, - 33.969129760000044 - ], - [ - -117.31011751799997, - 33.96913109800005 - ], - [ - -117.31011714699997, - 33.96913243600005 - ], - [ - -117.310116774, - 33.969133775000046 - ], - [ - -117.31011640099996, - 33.96913511500003 - ], - [ - -117.31011602999996, - 33.96913645200004 - ], - [ - -117.31011582999997, - 33.96913716900008 - ], - [ - -117.31011572699998, - 33.969137541000066 - ], - [ - -117.31011565799997, - 33.96913779300007 - ], - [ - -117.31011529299997, - 33.96913913000003 - ], - [ - -117.31011492599998, - 33.96914047200005 - ], - [ - -117.31011456099998, - 33.96914181200003 - ], - [ - -117.31011419599997, - 33.96914314900005 - ], - [ - -117.31011382899999, - 33.969144491000065 - ], - [ - -117.31011346399998, - 33.96914582900007 - ], - [ - -117.31011345199994, - 33.969145869000045 - ], - [ - -117.31011309799999, - 33.96914716900005 - ], - [ - -117.31011273299998, - 33.969148510000025 - ], - [ - -117.31011236799998, - 33.96914984700004 - ], - [ - -117.31011216, - 33.969150607000074 - ], - [ - -117.310112001, - 33.96915119200003 - ], - [ - -117.31011170399995, - 33.969152278000024 - ], - [ - -117.31011163699998, - 33.96915252900004 - ], - [ - -117.31011127699998, - 33.96915387000007 - ], - [ - -117.31011091699997, - 33.969155210000054 - ], - [ - -117.31011055799996, - 33.96915655200007 - ], - [ - -117.31011019899995, - 33.969157893000045 - ], - [ - -117.31010983899995, - 33.969159234000074 - ], - [ - -117.31010965899998, - 33.96915990400004 - ], - [ - -117.31010948299996, - 33.96916057400006 - ], - [ - -117.31010912699998, - 33.969161917000065 - ], - [ - -117.31010877199998, - 33.96916325700005 - ], - [ - -117.31010841799997, - 33.969164601000045 - ], - [ - -117.31010840799996, - 33.96916463800005 - ], - [ - -117.31010806299997, - 33.969165942000075 - ], - [ - -117.31010773399998, - 33.96916718500006 - ], - [ - -117.31010770899996, - 33.96916728200006 - ], - [ - -117.31010748199998, - 33.969168154000045 - ], - [ - -117.310107357, - 33.969168626000055 - ], - [ - -117.31010734699998, - 33.96916866500004 - ], - [ - -117.31010733699998, - 33.96916870300004 - ], - [ - -117.31010700799999, - 33.96916996700003 - ], - [ - -117.31010665799994, - 33.969171311000025 - ], - [ - -117.31010664699994, - 33.969171352000046 - ], - [ - -117.310106309, - 33.96917265400003 - ], - [ - -117.31010595799995, - 33.96917399700004 - ], - [ - -117.31010573099996, - 33.96917486600006 - ], - [ - -117.31010560599998, - 33.96917533800007 - ], - [ - -117.310105508, - 33.969175721000056 - ], - [ - -117.310105261, - 33.96917668000003 - ], - [ - -117.31010491399996, - 33.969178026000066 - ], - [ - -117.31010490199998, - 33.969178072000034 - ], - [ - -117.31010456899998, - 33.96917936800003 - ], - [ - -117.31010438099997, - 33.96918009700005 - ], - [ - -117.31010422099996, - 33.969180712000025 - ], - [ - -117.31010387599997, - 33.96918205700007 - ], - [ - -117.310103702, - 33.96918272700003 - ], - [ - -117.31010352899995, - 33.96918341700007 - ], - [ - -117.31010319299997, - 33.96918474200004 - ], - [ - -117.31010306, - 33.96918526400003 - ], - [ - -117.31010285199994, - 33.969186087000026 - ], - [ - -117.31010251099997, - 33.96918743100008 - ], - [ - -117.31010217099998, - 33.96918877600007 - ], - [ - -117.31010182999995, - 33.969190120000064 - ], - [ - -117.31010170099995, - 33.96919062500007 - ], - [ - -117.31010148799999, - 33.96919146500005 - ], - [ - -117.31010121299994, - 33.96919255700004 - ], - [ - -117.310101149, - 33.96919280900005 - ], - [ - -117.31010081399995, - 33.969194154000036 - ], - [ - -117.31010047799998, - 33.96919550000007 - ], - [ - -117.31010029, - 33.96919625000004 - ], - [ - -117.31010014199995, - 33.969196845000056 - ], - [ - -117.310099805, - 33.96919818900005 - ], - [ - -117.31009970799994, - 33.96919857600005 - ], - [ - -117.31009946999995, - 33.96919953500003 - ], - [ - -117.31009931099999, - 33.96920017100007 - ], - [ - -117.31009913399998, - 33.96920088000007 - ], - [ - -117.31009879799996, - 33.96920222500006 - ], - [ - -117.31009865199997, - 33.96920281400003 - ], - [ - -117.31009863499997, - 33.96920288100006 - ], - [ - -117.31009846699999, - 33.96920357100004 - ], - [ - -117.31009814, - 33.96920491700007 - ], - [ - -117.31009782399997, - 33.96920620000003 - ], - [ - -117.31009780599999, - 33.969206265000025 - ], - [ - -117.31009748099996, - 33.96920760900008 - ], - [ - -117.31009715199997, - 33.969208955000056 - ], - [ - -117.310096935, - 33.969209844000034 - ], - [ - -117.31009682299998, - 33.96921030200008 - ], - [ - -117.31009649299995, - 33.969211647000066 - ], - [ - -117.31009648199995, - 33.96921169400008 - ], - [ - -117.31009616299997, - 33.96921299400003 - ], - [ - -117.31009591699996, - 33.969214005000026 - ], - [ - -117.31009583599996, - 33.969214340000065 - ], - [ - -117.31009569399998, - 33.969214933000046 - ], - [ - -117.31009551199998, - 33.969215690000055 - ], - [ - -117.31009518899998, - 33.96921703500004 - ], - [ - -117.31009497099996, - 33.969217944000036 - ], - [ - -117.31009486499994, - 33.969218381000076 - ], - [ - -117.31009454399998, - 33.96921973000008 - ], - [ - -117.31009421999994, - 33.96922107800003 - ], - [ - -117.31009389599996, - 33.969222425000055 - ], - [ - -117.31009363399994, - 33.96922352000007 - ], - [ - -117.31009357499994, - 33.96922377200008 - ], - [ - -117.31009343799997, - 33.969224358000076 - ], - [ - -117.31009325799994, - 33.969225118000054 - ], - [ - -117.31009293999995, - 33.969226468000045 - ], - [ - -117.31009291899994, - 33.96922656000004 - ], - [ - -117.31009262299995, - 33.96922781600006 - ], - [ - -117.31009235099998, - 33.96922897300004 - ], - [ - -117.31009230499996, - 33.96922916700004 - ], - [ - -117.31009228999994, - 33.96922923100004 - ], - [ - -117.31009198699996, - 33.96923051300007 - ], - [ - -117.31009185799996, - 33.969231053000044 - ], - [ - -117.31009166899997, - 33.969231860000036 - ], - [ - -117.31009135099998, - 33.96923320900004 - ], - [ - -117.31009127299995, - 33.969233547000044 - ], - [ - -117.31009103899999, - 33.96923455700005 - ], - [ - -117.31009073899997, - 33.96923584500007 - ], - [ - -117.31009072299997, - 33.969235909000076 - ], - [ - -117.31009041399994, - 33.96923725700003 - ], - [ - -117.31009024599996, - 33.96923798100005 - ], - [ - -117.31009010199995, - 33.96923860700008 - ], - [ - -117.3100897899999, - 33.969239955000035 - ], - [ - -117.31008947899994, - 33.96924130200006 - ], - [ - -117.31008929599994, - 33.96924209000008 - ], - [ - -117.31008916599995, - 33.96924265200005 - ], - [ - -117.31008912699997, - 33.96924282300006 - ], - [ - -117.310088856, - 33.96924400300003 - ], - [ - -117.31005062, - 33.969411140000034 - ], - [ - -117.30999407399997, - 33.96964487400004 - ], - [ - -117.30997776599997, - 33.96971228500007 - ], - [ - -117.30996658299995, - 33.96975543000008 - ], - [ - -117.309966235, - 33.96975677100005 - ], - [ - -117.30996599199995, - 33.96975771100006 - ], - [ - -117.30996592999998, - 33.96975794900004 - ], - [ - -117.30996588699998, - 33.96975811500005 - ], - [ - -117.309965536, - 33.96975945600008 - ], - [ - -117.30996518499995, - 33.96976079900003 - ], - [ - -117.30996504199999, - 33.96976134600004 - ], - [ - -117.30996483399997, - 33.969762143000025 - ], - [ - -117.30996448299999, - 33.969763484000055 - ], - [ - -117.30996418399997, - 33.969764601000065 - ], - [ - -117.30996412299999, - 33.96976482600007 - ], - [ - -117.30996377899999, - 33.969766168000035 - ], - [ - -117.30996342399999, - 33.969767509000064 - ], - [ - -117.30996306799994, - 33.96976885200007 - ], - [ - -117.30996290399997, - 33.96976947100006 - ], - [ - -117.30996271299995, - 33.969770193000045 - ], - [ - -117.30996235699996, - 33.969771534000074 - ], - [ - -117.30996200299995, - 33.969772876000036 - ], - [ - -117.30996178199996, - 33.96977371600008 - ], - [ - -117.30996164699997, - 33.969774219000044 - ], - [ - -117.30996128799995, - 33.96977555900003 - ], - [ - -117.30996092999999, - 33.969776900000056 - ], - [ - -117.309960763, - 33.96977752400005 - ], - [ - -117.30996057199997, - 33.969778242000075 - ], - [ - -117.30996021299995, - 33.96977958200006 - ], - [ - -117.30995985399994, - 33.96978092400008 - ], - [ - -117.30995949099997, - 33.96978226500005 - ], - [ - -117.30995938099994, - 33.969782672000065 - ], - [ - -117.30995912999998, - 33.96978360300005 - ], - [ - -117.30995876799994, - 33.969784944000025 - ], - [ - -117.30995840499997, - 33.969786287000034 - ], - [ - -117.30995825099995, - 33.96978685500005 - ], - [ - -117.309958043, - 33.96978762600003 - ], - [ - -117.30995772499995, - 33.96978880000006 - ], - [ - -117.30995770199996, - 33.969788883000035 - ], - [ - -117.30995767999997, - 33.96978896500008 - ], - [ - -117.30995731399997, - 33.96979030500006 - ], - [ - -117.30995694699999, - 33.969791644000054 - ], - [ - -117.30995657999995, - 33.96979298700006 - ], - [ - -117.30995621499994, - 33.969794326000056 - ], - [ - -117.30995584899995, - 33.96979566500005 - ], - [ - -117.30995583099997, - 33.969795728000065 - ], - [ - -117.30995548299995, - 33.96979700300005 - ], - [ - -117.30995520899995, - 33.969798007000065 - ], - [ - -117.30995511699996, - 33.96979834200005 - ], - [ - -117.30995474599996, - 33.96979968100004 - ], - [ - -117.30995458399997, - 33.96980026800003 - ], - [ - -117.30995437599995, - 33.96980102100002 - ], - [ - -117.30995400599994, - 33.96980235900003 - ], - [ - -117.30995363399995, - 33.96980369800008 - ], - [ - -117.309953265, - 33.96980503700007 - ], - [ - -117.30995289499998, - 33.969806376000065 - ], - [ - -117.30995252099996, - 33.96980771500006 - ], - [ - -117.30995226599998, - 33.96980862300006 - ], - [ - -117.309952147, - 33.96980905100003 - ], - [ - -117.309951776, - 33.969810377000044 - ], - [ - -117.30995140099998, - 33.969811728000025 - ], - [ - -117.30995116599996, - 33.969812568000066 - ], - [ - -117.30995102399999, - 33.96981306600003 - ], - [ - -117.30995101299999, - 33.969813110000075 - ], - [ - -117.309950647, - 33.96981440400003 - ], - [ - -117.30995026899996, - 33.96981574100005 - ], - [ - -117.30994989099997, - 33.96981707900005 - ], - [ - -117.309949513, - 33.96981841500008 - ], - [ - -117.309949137, - 33.969819751000045 - ], - [ - -117.30994875799996, - 33.96982109100003 - ], - [ - -117.30994856899997, - 33.96982175900007 - ], - [ - -117.30994837799994, - 33.96982242800004 - ], - [ - -117.30994799499996, - 33.96982376400007 - ], - [ - -117.30994761299996, - 33.969825101000026 - ], - [ - -117.30994723099997, - 33.96982643600006 - ], - [ - -117.30994684799998, - 33.969827775000056 - ], - [ - -117.30994646599999, - 33.969829110000035 - ], - [ - -117.30994608399999, - 33.969830444000024 - ], - [ - -117.30994570299998, - 33.96983178200003 - ], - [ - -117.30994546299996, - 33.969832620000034 - ], - [ - -117.30994531899995, - 33.969833118000054 - ], - [ - -117.30994493299994, - 33.96983445400008 - ], - [ - -117.30994454599994, - 33.969835792000026 - ], - [ - -117.30994416099998, - 33.96983712700006 - ], - [ - -117.30994377399998, - 33.96983846400008 - ], - [ - -117.30994358199996, - 33.96983913100007 - ], - [ - -117.30994338699998, - 33.969839798000066 - ], - [ - -117.30994299699995, - 33.969841132000056 - ], - [ - -117.309942606, - 33.969842468000024 - ], - [ - -117.30994221599997, - 33.96984380400005 - ], - [ - -117.30994182699999, - 33.96984513600006 - ], - [ - -117.30994143699996, - 33.969846473000075 - ], - [ - -117.30994136399994, - 33.969846724000035 - ], - [ - -117.30994104299998, - 33.969847807000065 - ], - [ - -117.30994064999999, - 33.96984914300003 - ], - [ - -117.30994046599994, - 33.96984976600004 - ], - [ - -117.30994025899997, - 33.96985047600003 - ], - [ - -117.30993986899995, - 33.96985179600006 - ], - [ - -117.30993946999996, - 33.96985314500006 - ], - [ - -117.30993907799996, - 33.96985447800006 - ], - [ - -117.30993868599995, - 33.96985581300004 - ], - [ - -117.30993828699997, - 33.96985714700003 - ], - [ - -117.30993788799998, - 33.96985848000003 - ], - [ - -117.309937489, - 33.96985981300003 - ], - [ - -117.30993730199998, - 33.96986044700003 - ], - [ - -117.30993709299997, - 33.96986114600003 - ], - [ - -117.30993669499998, - 33.969862480000074 - ], - [ - -117.30993659599994, - 33.96986281300008 - ], - [ - -117.30993629499994, - 33.96986381200003 - ], - [ - -117.30993589299999, - 33.96986514500003 - ], - [ - -117.30993549099998, - 33.96986647800003 - ], - [ - -117.30993508999995, - 33.96986780800006 - ], - [ - -117.30993468999998, - 33.96986914200005 - ], - [ - -117.30993428699998, - 33.96987047700003 - ], - [ - -117.30993388699994, - 33.96987180900004 - ], - [ - -117.30993366099995, - 33.969872559000066 - ], - [ - -117.30993348399994, - 33.96987314100005 - ], - [ - -117.30993332199995, - 33.96987367300005 - ], - [ - -117.30993307899996, - 33.969874471000026 - ], - [ - -117.309932673, - 33.969875804000026 - ], - [ - -117.30993229299997, - 33.96987705500004 - ], - [ - -117.30993226699997, - 33.96987713500005 - ], - [ - -117.30993219399994, - 33.96987737500007 - ], - [ - -117.30993186199998, - 33.96987846800005 - ], - [ - -117.30993160399998, - 33.96987931100006 - ], - [ - -117.30993145599996, - 33.96987979900007 - ], - [ - -117.30993120099998, - 33.96988063200007 - ], - [ - -117.30993104899994, - 33.96988113100008 - ], - [ - -117.30993063899996, - 33.969882461000054 - ], - [ - -117.309930437, - 33.969883121000066 - ], - [ - -117.30993023099995, - 33.969883792000076 - ], - [ - -117.30992982199996, - 33.96988512300004 - ], - [ - -117.30992941199997, - 33.96988645600004 - ], - [ - -117.309929002, - 33.96988778700006 - ], - [ - -117.30992879799999, - 33.96988845100003 - ], - [ - -117.30992859099996, - 33.96988911400007 - ], - [ - -117.30992817699996, - 33.96989044600008 - ], - [ - -117.30992800799999, - 33.96989098900008 - ], - [ - -117.30992776399995, - 33.969891775000065 - ], - [ - -117.30992735099994, - 33.96989310600003 - ], - [ - -117.309926938, - 33.96989443700005 - ], - [ - -117.30992652899994, - 33.96989574600008 - ], - [ - -117.30992610899995, - 33.96989709600007 - ], - [ - -117.30992594099996, - 33.969897641000045 - ], - [ - -117.30992570199999, - 33.96989842600004 - ], - [ - -117.30992514699994, - 33.969900178000046 - ], - [ - -117.30992219499996, - 33.969909931000075 - ], - [ - -117.30991766699998, - 33.96992488500007 - ], - [ - -117.30989884099995, - 33.96998008600008 - ], - [ - -117.30989882399996, - 33.96998013600006 - ], - [ - -117.30987772699996, - 33.97003504600008 - ], - [ - -117.30986193799998, - 33.97007156900003 - ], - [ - -117.30986190399994, - 33.97007164900003 - ], - [ - -117.30985430399994, - 33.97008922600003 - ], - [ - -117.30984400299997, - 33.97011127500008 - ], - [ - -117.30982923199997, - 33.97014289200007 - ], - [ - -117.30980185799996, - 33.97019577300006 - ], - [ - -117.30977218699996, - 33.97024814400004 - ], - [ - -117.30975208099994, - 33.97028126500004 - ], - [ - -117.30975204699996, - 33.970281320000026 - ], - [ - -117.30974087199996, - 33.970299727000054 - ], - [ - -117.30971939499995, - 33.97033202700004 - ], - [ - -117.30970727099998, - 33.97035025800005 - ], - [ - -117.30969895199996, - 33.97036200100007 - ], - [ - -117.30967202999994, - 33.9704 - ], - [ - -117.30964311699995, - 33.97043772200004 - ], - [ - -117.30963450499996, - 33.97044895700003 - ], - [ - -117.30961517599997, - 33.97047260000005 - ], - [ - -117.30961013499996, - 33.97047876700003 - ], - [ - -117.309605074, - 33.97048495900003 - ], - [ - -117.30956295199996, - 33.970536485000025 - ], - [ - -117.30946306899995, - 33.97067517900007 - ], - [ - -117.30941758599994, - 33.97073833600007 - ], - [ - -117.30940888899994, - 33.970750413000076 - ], - [ - -117.30936887499996, - 33.97080597300004 - ], - [ - -117.30930872999994, - 33.97088949000005 - ], - [ - -117.30929555699998, - 33.97090778300003 - ], - [ - -117.309260554, - 33.970956310000076 - ], - [ - -117.30922813399997, - 33.97100619200006 - ], - [ - -117.30922477499996, - 33.97101183800004 - ], - [ - -117.30919797299998, - 33.971056891000046 - ], - [ - -117.309187851, - 33.97107579600004 - ], - [ - -117.30917039499997, - 33.97110839900006 - ], - [ - -117.30915566799996, - 33.971138987000074 - ], - [ - -117.30914507199998, - 33.97116099500005 - ], - [ - -117.30913225199998, - 33.97119153700004 - ], - [ - -117.30912265399996, - 33.97121440400008 - ], - [ - -117.30911613999996, - 33.971231841000076 - ], - [ - -117.30910249399994, - 33.97126835900008 - ], - [ - -117.30908523799997, - 33.97132312800005 - ], - [ - -117.30907869699996, - 33.97134766200003 - ], - [ - -117.30907056399997, - 33.97137816800006 - ], - [ - -117.30906557799995, - 33.97140058900004 - ], - [ - -117.30905990599996, - 33.97142609800005 - ], - [ - -117.30905742999994, - 33.97143398900005 - ], - [ - -117.30903089999998, - 33.97169521700005 - ], - [ - -117.30900563299997, - 33.97194400600006 - ], - [ - -117.30899483599995, - 33.97199703100006 - ], - [ - -117.30898882599996, - 33.97205577600005 - ], - [ - -117.30898868499997, - 33.97205799500006 - ], - [ - -117.30898646099996, - 33.97209315300006 - ], - [ - -117.30898552699995, - 33.97210787800003 - ], - [ - -117.30898508799999, - 33.97211479900005 - ], - [ - -117.30898362499994, - 33.97217382800005 - ], - [ - -117.30898444399998, - 33.972232863000045 - ], - [ - -117.30898721899996, - 33.972291634000044 - ], - [ - -117.30899195199999, - 33.972350411000036 - ], - [ - -117.30899419399998, - 33.97236920600005 - ], - [ - -117.308998966, - 33.97240919300003 - ], - [ - -117.30900331999999, - 33.972436447000064 - ], - [ - -117.30900827099998, - 33.97246743200003 - ], - [ - -117.309015892, - 33.97250683800007 - ], - [ - -117.30901953799997, - 33.97252568000005 - ], - [ - -117.30902181099998, - 33.97254220600007 - ], - [ - -117.30902638999999, - 33.97257548400006 - ], - [ - -117.30917679999999, - 33.973166682000056 - ], - [ - -117.30941928199996, - 33.97411976500007 - ], - [ - -117.30947578699994, - 33.97434185700007 - ], - [ - -117.30951878499997, - 33.97451085700004 - ], - [ - -117.30952998599997, - 33.974565590000054 - ], - [ - -117.309534166, - 33.97458948600007 - ], - [ - -117.30953885699995, - 33.97461627600006 - ], - [ - -117.30953923799996, - 33.97461845000004 - ], - [ - -117.30954768599997, - 33.97467595400008 - ], - [ - -117.309547899, - 33.97467785300006 - ], - [ - -117.30954878799997, - 33.974685788000045 - ], - [ - -117.30954910299994, - 33.97468859900005 - ], - [ - -117.30954941699997, - 33.97469141000005 - ], - [ - -117.30955385299995, - 33.97473103200008 - ], - [ - -117.30955731599994, - 33.97477015800007 - ], - [ - -117.30955877999997, - 33.97478668400004 - ], - [ - -117.30956180299995, - 33.97484208100008 - ], - [ - -117.30956325499994, - 33.974897774000056 - ], - [ - -117.30956312199999, - 33.97495321100007 - ], - [ - -117.30956141699994, - 33.975008942000045 - ], - [ - -117.30955871699996, - 33.975050372000055 - ], - [ - -117.30955869, - 33.975050784000075 - ], - [ - -117.30955780199997, - 33.975064419000034 - ], - [ - -117.30955258999995, - 33.975119635000055 - ], - [ - -117.30955115999996, - 33.97513126300004 - ], - [ - -117.309549431, - 33.97514531300004 - ], - [ - -117.30954884699997, - 33.97515006300006 - ], - [ - -117.30954814999996, - 33.97515572300006 - ], - [ - -117.30954579399997, - 33.97517486800007 - ], - [ - -117.309541874, - 33.97520068600005 - ], - [ - -117.30953740499996, - 33.97523011800007 - ], - [ - -117.30953060199994, - 33.97526736900005 - ], - [ - -117.30952909799998, - 33.97527560100008 - ], - [ - -117.30952741199997, - 33.97528482700005 - ], - [ - -117.30952399699999, - 33.975300950000076 - ], - [ - -117.30952035799999, - 33.97531813400008 - ], - [ - -117.30951582399996, - 33.97533955000006 - ], - [ - -117.309502297, - 33.97539373500007 - ], - [ - -117.30948748399999, - 33.97544765500004 - ], - [ - -117.30947077699994, - 33.97550117600008 - ], - [ - -117.30947073399994, - 33.97550131100007 - ], - [ - -117.30947072299995, - 33.975501346000044 - ], - [ - -117.30946060799994, - 33.97553058400007 - ], - [ - -117.30945236099996, - 33.97555442100003 - ], - [ - -117.30944028199997, - 33.975586873000054 - ], - [ - -117.30943707699998, - 33.97559548500004 - ], - [ - -117.30943269499994, - 33.975607264000075 - ], - [ - -117.30942194299996, - 33.97563524700007 - ], - [ - -117.30927368199997, - 33.97563404500005 - ], - [ - -117.30914231399998, - 33.97581159500004 - ], - [ - -117.30910686599998, - 33.97587189600006 - ], - [ - -117.30910668099995, - 33.975872210000034 - ], - [ - -117.30905243999996, - 33.97596447400008 - ], - [ - -117.30901948699994, - 33.97603783900007 - ], - [ - -117.30898065999997, - 33.97612427800004 - ], - [ - -117.30892761299998, - 33.97628964200004 - ], - [ - -117.30889393099994, - 33.976459186000056 - ], - [ - -117.30887957799996, - 33.976630982000074 - ], - [ - -117.30888550599997, - 33.976803920000066 - ], - [ - -117.308887573, - 33.97682377800004 - ], - [ - -117.30889197599998, - 33.97686603200003 - ], - [ - -117.30890645399995, - 33.976924229000076 - ], - [ - -117.30891799099999, - 33.97698133400007 - ], - [ - -117.308928902, - 33.97703873000006 - ], - [ - -117.30893600299999, - 33.97707984300007 - ], - [ - -117.30893886699994, - 33.97709641900008 - ], - [ - -117.308944855, - 33.97713465000004 - ], - [ - -117.30894786299996, - 33.97715384500003 - ], - [ - -117.30895590699998, - 33.977211562000036 - ], - [ - -117.30896299399996, - 33.97726929300006 - ], - [ - -117.30896608999996, - 33.97732369800008 - ], - [ - -117.30896546099996, - 33.97771603000007 - ], - [ - -117.30892968699999, - 33.977999269000065 - ], - [ - -117.308898581, - 33.97819820700005 - ], - [ - -117.30889826799995, - 33.97820507200004 - ], - [ - -117.30889489599997, - 33.97827907900006 - ], - [ - -117.30889236999997, - 33.97833497100004 - ], - [ - -117.30888945599997, - 33.97839942400003 - ], - [ - -117.30889000199994, - 33.97860351700007 - ], - [ - -117.30889670699997, - 33.978660071000036 - ], - [ - -117.30890124099994, - 33.97868750500004 - ], - [ - -117.30890600799995, - 33.97871634400008 - ], - [ - -117.308910901, - 33.97873866800006 - ], - [ - -117.30891098399997, - 33.97873904700003 - ], - [ - -117.30891821999995, - 33.97877206000004 - ], - [ - -117.30894047099997, - 33.978847753000025 - ], - [ - -117.30895862799997, - 33.97890952600005 - ], - [ - -117.30900340799997, - 33.97901647000003 - ], - [ - -117.30903091899995, - 33.979071899000076 - ], - [ - -117.30905887699998, - 33.97912200500008 - ], - [ - -117.30908941299998, - 33.97917154500004 - ], - [ - -117.30910413499998, - 33.97919345500003 - ], - [ - -117.30911043099997, - 33.97920282600006 - ], - [ - -117.309124957, - 33.97922444000005 - ], - [ - -117.30915893799994, - 33.97927061400003 - ], - [ - -117.30919753399996, - 33.97931845800008 - ], - [ - -117.30923595899998, - 33.979362098000024 - ], - [ - -117.30926126399999, - 33.97938852100003 - ], - [ - -117.30928203099995, - 33.97941020300004 - ], - [ - -117.30930354099996, - 33.97943112200005 - ], - [ - -117.30932458499996, - 33.97945158600004 - ], - [ - -117.30934642199998, - 33.97947114500005 - ], - [ - -117.30937171199997, - 33.97949379500005 - ], - [ - -117.30940594299994, - 33.979521573000056 - ], - [ - -117.30940833699998, - 33.97987775300004 - ], - [ - -117.30941873499995, - 33.981083014000035 - ], - [ - -117.30943437299999, - 33.98246018900005 - ], - [ - -117.30943948699996, - 33.98291066100006 - ], - [ - -117.30943954099996, - 33.98292073600004 - ], - [ - -117.30922500499997, - 33.98297738300005 - ], - [ - -117.30913811, - 33.98300015600006 - ], - [ - -117.30915389399996, - 33.98303969500006 - ], - [ - -117.30946808299996, - 33.98353145800007 - ], - [ - -117.30946810499995, - 33.983531493000044 - ], - [ - -117.30906502999994, - 33.98366404700005 - ], - [ - -117.30875225799997, - 33.98384121200007 - ], - [ - -117.30868538699997, - 33.98392382500003 - ], - [ - -117.30855086699995, - 33.98409004900003 - ], - [ - -117.30846664599994, - 33.98444946300003 - ], - [ - -117.30846663899996, - 33.98444949700007 - ], - [ - -117.30857875699996, - 33.98475755900006 - ], - [ - -117.30854801699996, - 33.98477853500003 - ], - [ - -117.30826964299996, - 33.98500303800006 - ], - [ - -117.30826965399996, - 33.98500307000006 - ], - [ - -117.30831388499996, - 33.98505596600006 - ], - [ - -117.30831383699996, - 33.985055997000075 - ], - [ - -117.30825274499995, - 33.985094882000055 - ], - [ - -117.30798776299997, - 33.98509599000005 - ], - [ - -117.30798771899998, - 33.98509592400006 - ], - [ - -117.30770603099995, - 33.984685822000074 - ], - [ - -117.30769107099997, - 33.98461559100008 - ], - [ - -117.30767910799995, - 33.984559422000075 - ], - [ - -117.30735997999994, - 33.984606547000055 - ], - [ - -117.30711530199994, - 33.984642475000044 - ], - [ - -117.30711473399998, - 33.984642559000065 - ], - [ - -117.30694281399997, - 33.984667804000026 - ], - [ - -117.30686620599994, - 33.984701732000076 - ], - [ - -117.30672993, - 33.98484845300004 - ], - [ - -117.30670250099996, - 33.98495276400007 - ], - [ - -117.30664925999997, - 33.98499792000007 - ], - [ - -117.30664925199994, - 33.984997958000065 - ], - [ - -117.30665901699996, - 33.98512755000007 - ], - [ - -117.30517027299999, - 33.98510296300003 - ], - [ - -117.30517064199995, - 33.98513805500005 - ], - [ - -117.30517492299998, - 33.985546715000055 - ], - [ - -117.30503013099997, - 33.98632067500006 - ], - [ - -117.30512227399998, - 33.98632527800004 - ], - [ - -117.30517183199998, - 33.98632776000005 - ], - [ - -117.30517189399995, - 33.98632776300008 - ], - [ - -117.3051645099999, - 33.986543211000026 - ], - [ - -117.30516451899996, - 33.986543288000064 - ], - [ - -117.30736910999997, - 33.986596279000025 - ], - [ - -117.30737048699996, - 33.986659932000066 - ], - [ - -117.30737940399996, - 33.98707197600004 - ], - [ - -117.30738666999997, - 33.987423679000074 - ], - [ - -117.30738701099995, - 33.98747648400007 - ], - [ - -117.30738701099995, - 33.98747661800007 - ], - [ - -117.30740438, - 33.99017803700008 - ], - [ - -117.30780937099996, - 33.990180390000035 - ], - [ - -117.30781268099997, - 33.99018040900006 - ], - [ - -117.30781599099998, - 33.99018042800003 - ], - [ - -117.30781929999995, - 33.99018044700006 - ], - [ - -117.30782260899997, - 33.99018046700007 - ], - [ - -117.307825918, - 33.99018048600004 - ], - [ - -117.30782922799995, - 33.99018050500007 - ], - [ - -117.30783253699997, - 33.99018052500003 - ], - [ - -117.30783584699998, - 33.990180544000054 - ], - [ - -117.30783921399996, - 33.990180563000024 - ], - [ - -117.30784252299998, - 33.99018058200005 - ], - [ - -117.30784583199994, - 33.99018060100008 - ], - [ - -117.30784914299994, - 33.990180621000036 - ], - [ - -117.30785245199996, - 33.99018064000006 - ], - [ - -117.30785576099998, - 33.99018065900003 - ], - [ - -117.30785907099994, - 33.99018067900005 - ], - [ - -117.30786238, - 33.99018069700003 - ], - [ - -117.30786568999997, - 33.99018071800003 - ], - [ - -117.30786899799995, - 33.99018073800005 - ], - [ - -117.30787230799996, - 33.99018075600003 - ], - [ - -117.30787561799997, - 33.990180775000056 - ], - [ - -117.307878927, - 33.99018079500007 - ], - [ - -117.30788223599995, - 33.99018081400004 - ], - [ - -117.30788554699996, - 33.99018083200008 - ], - [ - -117.30788885599998, - 33.99018085100005 - ], - [ - -117.30789216599999, - 33.990180871000064 - ], - [ - -117.30789547499995, - 33.99018089000003 - ], - [ - -117.30789878299998, - 33.99018090900006 - ], - [ - -117.30790209399999, - 33.990180929000076 - ], - [ - -117.30790540299995, - 33.990180948000045 - ], - [ - -117.30790871299996, - 33.99018096900005 - ], - [ - -117.30791202199998, - 33.99018098700003 - ], - [ - -117.30791533099995, - 33.99018100700005 - ], - [ - -117.30791864099996, - 33.99018102700006 - ], - [ - -117.30792195099997, - 33.99018104600003 - ], - [ - -117.30792526099998, - 33.99018106500006 - ], - [ - -117.30792856899996, - 33.99018108300004 - ], - [ - -117.30793187799998, - 33.990181103000054 - ], - [ - -117.30793518799999, - 33.990181122000024 - ], - [ - -117.30793849799994, - 33.99018114100005 - ], - [ - -117.30794180699996, - 33.990181161000066 - ], - [ - -117.30794511699997, - 33.990181181000025 - ], - [ - -117.30794842599994, - 33.99018120100004 - ], - [ - -117.30795173499996, - 33.99018122100006 - ], - [ - -117.30795504499997, - 33.99018124100007 - ], - [ - -117.307958354, - 33.99018126000004 - ], - [ - -117.307961665, - 33.99018127900007 - ], - [ - -117.30796497299997, - 33.99018129900003 - ], - [ - -117.307968282, - 33.990181319000044 - ], - [ - -117.30797159199994, - 33.99018133900006 - ], - [ - -117.30797490199996, - 33.990181359000076 - ], - [ - -117.30797821099998, - 33.990181379000035 - ], - [ - -117.30798151999994, - 33.99018139800006 - ], - [ - -117.30798482899996, - 33.99018141700003 - ], - [ - -117.30798813899997, - 33.99018143700005 - ], - [ - -117.30799144899999, - 33.99018145600007 - ], - [ - -117.30799475899994, - 33.99018147700008 - ], - [ - -117.30799806899995, - 33.99018149700004 - ], - [ - -117.308001376, - 33.99018151700005 - ], - [ - -117.30800468599995, - 33.99018153500003 - ], - [ - -117.30800799599996, - 33.99018155500005 - ], - [ - -117.308014615, - 33.990181593000045 - ], - [ - -117.30801792399996, - 33.99018161300006 - ], - [ - -117.30802123399997, - 33.99018163300008 - ], - [ - -117.30802785199995, - 33.99018167200006 - ], - [ - -117.30803116399994, - 33.99018169200008 - ], - [ - -117.30803447099998, - 33.99018171000006 - ], - [ - -117.30804108999996, - 33.990181749000044 - ], - [ - -117.30804770999998, - 33.99018178700004 - ], - [ - -117.30805101899995, - 33.990181807000056 - ], - [ - -117.30805432799997, - 33.99018182700007 - ], - [ - -117.30806094599996, - 33.99018186500007 - ], - [ - -117.30806425699996, - 33.99018188500003 - ], - [ - -117.30806756699997, - 33.99018190600003 - ], - [ - -117.30807087499994, - 33.99018192400007 - ], - [ - -117.30807749299998, - 33.990181962000065 - ], - [ - -117.30808080499997, - 33.990181982000024 - ], - [ - -117.30808742299996, - 33.99018202100007 - ], - [ - -117.30809073199998, - 33.990182040000036 - ], - [ - -117.30809735199995, - 33.99018207900008 - ], - [ - -117.30810066199996, - 33.99018209900004 - ], - [ - -117.30810397099998, - 33.99018211900005 - ], - [ - -117.30810727899996, - 33.99018213800008 - ], - [ - -117.30811058799998, - 33.99018215700005 - ], - [ - -117.30811389899998, - 33.990182177000065 - ], - [ - -117.30811720899999, - 33.990182197000024 - ], - [ - -117.30812051699996, - 33.99018221600005 - ], - [ - -117.30812382699997, - 33.990182237000056 - ], - [ - -117.30878263899996, - 33.99018607700003 - ], - [ - -117.30878594899997, - 33.99018609700005 - ], - [ - -117.30878925699994, - 33.990186117000064 - ], - [ - -117.30879262199994, - 33.990186150000056 - ], - [ - -117.30879593299994, - 33.99018615500006 - ], - [ - -117.30879924399994, - 33.990186175000076 - ], - [ - -117.30880255199997, - 33.99018620700008 - ], - [ - -117.30880586199999, - 33.99018621400006 - ], - [ - -117.30880916999996, - 33.99018623300003 - ], - [ - -117.30881247999997, - 33.99018625400004 - ], - [ - -117.308815789, - 33.99018627300006 - ], - [ - -117.30881909899995, - 33.99018629200003 - ], - [ - -117.30882240999995, - 33.99018631000007 - ], - [ - -117.30882571899997, - 33.990186331000075 - ], - [ - -117.308829028, - 33.990186350000045 - ], - [ - -117.30883233599997, - 33.99018636900007 - ], - [ - -117.30883901299995, - 33.990186409000046 - ], - [ - -117.30884237999999, - 33.990186427000026 - ], - [ - -117.30884568899995, - 33.99018644700004 - ], - [ - -117.30884899899996, - 33.990186480000034 - ], - [ - -117.30885230699994, - 33.99018648500004 - ], - [ - -117.30885561799994, - 33.99018650600004 - ], - [ - -117.30885892699996, - 33.99018652500007 - ], - [ - -117.30886223599998, - 33.99018655700007 - ], - [ - -117.308865546, - 33.990186564000055 - ], - [ - -117.30886885599995, - 33.99018658400007 - ], - [ - -117.30887216599996, - 33.99018660200005 - ], - [ - -117.30887547499998, - 33.99018662200007 - ], - [ - -117.30887878299995, - 33.990186642000026 - ], - [ - -117.30888209299997, - 33.99018666000006 - ], - [ - -117.30888540299998, - 33.99018668100007 - ], - [ - -117.30889202199995, - 33.990186719000064 - ], - [ - -117.30889533099997, - 33.99018673900002 - ], - [ - -117.30889864099998, - 33.99018675900004 - ], - [ - -117.30890194999995, - 33.990186777000076 - ], - [ - -117.30890526, - 33.990186798000025 - ], - [ - -117.30890856899998, - 33.99018681600006 - ], - [ - -117.30891187799995, - 33.99018683600008 - ], - [ - -117.30891518799996, - 33.99018685600004 - ], - [ - -117.308918496, - 33.99018688800004 - ], - [ - -117.308921807, - 33.99018689400003 - ], - [ - -117.30892511699994, - 33.99018691400005 - ], - [ - -117.30892842599997, - 33.990186934000064 - ], - [ - -117.30893173499999, - 33.990186952000045 - ], - [ - -117.30893504399995, - 33.99018697300005 - ], - [ - -117.30893835399996, - 33.99018699100003 - ], - [ - -117.30894166399997, - 33.990187011000046 - ], - [ - -117.30894497399998, - 33.990187029000026 - ], - [ - -117.30894828199996, - 33.99018704900004 - ], - [ - -117.30895159199997, - 33.99018706900006 - ], - [ - -117.308954901, - 33.99018708800003 - ], - [ - -117.30895826799997, - 33.990187107000054 - ], - [ - -117.30896157799998, - 33.99018712700007 - ], - [ - -117.30896488699995, - 33.99018714700003 - ], - [ - -117.30896819599997, - 33.990187165000066 - ], - [ - -117.30897150599998, - 33.99018718600007 - ], - [ - -117.30897481499994, - 33.990187218000074 - ], - [ - -117.30897812499995, - 33.99018722400007 - ], - [ - -117.30898143499996, - 33.99018724300004 - ], - [ - -117.30898479999996, - 33.99018726500003 - ], - [ - -117.30898810999997, - 33.990187296000045 - ], - [ - -117.30899141999998, - 33.99018730200004 - ], - [ - -117.30899472799996, - 33.990187321000064 - ], - [ - -117.30899803699998, - 33.99018734100002 - ], - [ - -117.30900134899997, - 33.99018736000005 - ], - [ - -117.30900465699995, - 33.990187379000076 - ], - [ - -117.30900796699996, - 33.990187399000035 - ], - [ - -117.30901127499999, - 33.99018741900005 - ], - [ - -117.30901458599999, - 33.990187451000054 - ], - [ - -117.30901789599994, - 33.99018745800004 - ], - [ - -117.30902120499996, - 33.99018747700006 - ], - [ - -117.30903775199994, - 33.99018758600005 - ], - [ - -117.30904106099996, - 33.99018759300003 - ], - [ - -117.30904437099997, - 33.99018761200006 - ], - [ - -117.30904768099998, - 33.99018763300006 - ], - [ - -117.30905098999995, - 33.99018765300008 - ], - [ - -117.30905429999996, - 33.99018767100006 - ], - [ - -117.30905760799999, - 33.99018769000003 - ], - [ - -117.30906091799994, - 33.99018771000004 - ], - [ - -117.30906422799995, - 33.99018772900007 - ], - [ - -117.30906753599999, - 33.99018774800004 - ], - [ - -117.30907084699999, - 33.990187768000055 - ], - [ - -117.30907415599995, - 33.990187787000025 - ], - [ - -117.30907746599996, - 33.99018781900003 - ], - [ - -117.30908077499998, - 33.99018782600007 - ], - [ - -117.30908408499994, - 33.990187846000026 - ], - [ - -117.30908739399996, - 33.99018786600004 - ], - [ - -117.30909070099995, - 33.99018788500007 - ], - [ - -117.309094013, - 33.99018790400004 - ], - [ - -117.30909732299995, - 33.990187924000054 - ], - [ - -117.30910063199997, - 33.99018794400007 - ], - [ - -117.30910393899995, - 33.99018796300004 - ], - [ - -117.30910725099994, - 33.990187984000045 - ], - [ - -117.30911055999997, - 33.99018800300007 - ], - [ - -117.30911386999998, - 33.99018802200004 - ], - [ - -117.30911717799995, - 33.99018804200006 - ], - [ - -117.30912048899995, - 33.990188061000026 - ], - [ - -117.30912379799997, - 33.99018808100004 - ], - [ - -117.30912710699994, - 33.99018810100006 - ], - [ - -117.30913041699995, - 33.990188121000074 - ], - [ - -117.30913372699996, - 33.99018814100003 - ], - [ - -117.30913703599998, - 33.99018816000006 - ], - [ - -117.30914034499995, - 33.99018817900003 - ], - [ - -117.30914365399997, - 33.990188199000045 - ], - [ - -117.30914696399998, - 33.99018821900006 - ], - [ - -117.309150274, - 33.99018823800003 - ], - [ - -117.30915358299995, - 33.990188259000035 - ], - [ - -117.30915689299997, - 33.99018827800006 - ], - [ - -117.30916020099994, - 33.99018829700003 - ], - [ - -117.30916351099995, - 33.99018831700005 - ], - [ - -117.30916682099996, - 33.990188336000074 - ], - [ - -117.30917012999998, - 33.99018835600003 - ], - [ - -117.30917343999994, - 33.99018837600005 - ], - [ - -117.30917674899996, - 33.990188396000065 - ], - [ - -117.30918005899997, - 33.990188415000034 - ], - [ - -117.30918336699995, - 33.99018843500005 - ], - [ - -117.30918667599997, - 33.99018845400008 - ], - [ - -117.30918998699997, - 33.990188474000036 - ], - [ - -117.30919329599999, - 33.99018849300006 - ], - [ - -117.30919660599994, - 33.99018851300008 - ], - [ - -117.30919991499997, - 33.990188534000026 - ], - [ - -117.30920322499998, - 33.99018855200006 - ], - [ - -117.30920653499999, - 33.99018857200008 - ], - [ - -117.30920984499994, - 33.99018859200004 - ], - [ - -117.30921315299997, - 33.990188611000065 - ], - [ - -117.30921646199994, - 33.990188631000024 - ], - [ - -117.30921977199995, - 33.99018865100004 - ], - [ - -117.30922308099997, - 33.990188672000045 - ], - [ - -117.30922639099998, - 33.990188690000025 - ], - [ - -117.30922975699997, - 33.99018871100003 - ], - [ - -117.309233066, - 33.99018873000006 - ], - [ - -117.30923637599994, - 33.990188749000026 - ], - [ - -117.30923968499997, - 33.99018876900004 - ], - [ - -117.30924299499998, - 33.99018878800007 - ], - [ - -117.30924630499999, - 33.99018880800003 - ], - [ - -117.30924961399995, - 33.99018882900003 - ], - [ - -117.30925292299997, - 33.99018884800006 - ], - [ - -117.30925623399997, - 33.99018886700003 - ], - [ - -117.30925954099996, - 33.990188887000045 - ], - [ - -117.30926285199996, - 33.99018890600007 - ], - [ - -117.30926616099998, - 33.99018892600003 - ], - [ - -117.309269471, - 33.990188946000046 - ], - [ - -117.30927274599998, - 33.99018896600006 - ], - [ - -117.30927277999996, - 33.99018896500007 - ], - [ - -117.30927603299995, - 33.99018898400004 - ], - [ - -117.30927934299996, - 33.99018900400006 - ], - [ - -117.30928265199998, - 33.990189024000074 - ], - [ - -117.30930593299996, - 33.99018915900007 - ], - [ - -117.30935747199999, - 33.99018946100006 - ], - [ - -117.30935754499995, - 33.99018946100006 - ], - [ - -117.30938388899995, - 33.992164084000024 - ], - [ - -117.309404713, - 33.993724721000035 - ], - [ - -117.30971278799996, - 33.99372666000005 - ], - [ - -117.31009795499995, - 33.99372908300006 - ], - [ - -117.310894196, - 33.99373413600006 - ], - [ - -117.31214112899994, - 33.993742129000054 - ], - [ - -117.31276555999995, - 33.99374619100007 - ], - [ - -117.31360129299998, - 33.99375177100006 - ], - [ - -117.31372041499998, - 33.99375256400003 - ], - [ - -117.313941651, - 33.993754472000035 - ], - [ - -117.31413470899997, - 33.99375613700005 - ], - [ - -117.31422874999998, - 33.993756948000055 - ], - [ - -117.31423233399994, - 33.993756974000064 - ], - [ - -117.31482922699996, - 33.99376220900007 - ], - [ - -117.31498967799996, - 33.99376193200004 - ], - [ - -117.31515528799997, - 33.993765076000045 - ], - [ - -117.31590441099996, - 33.99377160100005 - ], - [ - -117.31623347699997, - 33.99377424200003 - ], - [ - -117.31730333599995, - 33.99378281800006 - ], - [ - -117.31794878099998, - 33.993787988000065 - ], - [ - -117.31805524999999, - 33.993788841000026 - ], - [ - -117.32236586299996, - 33.993797923000045 - ], - [ - -117.32538109099994, - 33.99381505200006 - ], - [ - -117.32590228299995, - 33.99381800400005 - ], - [ - -117.32614743099998, - 33.993819393000024 - ], - [ - -117.32640790299996, - 33.99382086700007 - ], - [ - -117.32706700199998, - 33.993824595000035 - ], - [ - -117.32768012899999, - 33.993828059000066 - ], - [ - -117.32826235599998, - 33.993831345000046 - ], - [ - -117.32886015999998, - 33.99383471600004 - ], - [ - -117.32928916599997, - 33.993837135000035 - ], - [ - -117.32985633099997, - 33.99384032800003 - ], - [ - -117.32999422899996, - 33.99384110400007 - ], - [ - -117.330913792, - 33.99384627500007 - ], - [ - -117.331118904, - 33.99384742600006 - ], - [ - -117.33111896999998, - 33.99384742700005 - ], - [ - -117.33111898699997, - 33.993885559000034 - ], - [ - -117.33111899599999, - 33.99390762500008 - ], - [ - -117.33111903199995, - 33.99399669600007 - ], - [ - -117.33111940799995, - 33.99492870500006 - ], - [ - -117.33111985099998, - 33.996028179000064 - ], - [ - -117.33085833099994, - 33.996142864000035 - ], - [ - -117.33085053899998, - 33.99614628200004 - ], - [ - -117.33072626099994, - 33.99615548100007 - ], - [ - -117.33058094399996, - 33.99616623700007 - ], - [ - -117.33058091199996, - 33.996166240000036 - ], - [ - -117.33045939599998, - 33.99586784500008 - ], - [ - -117.330309694, - 33.99550023000006 - ], - [ - -117.33030966099994, - 33.99550022100004 - ], - [ - -117.33004521099997, - 33.995497673000045 - ], - [ - -117.32952433899999, - 33.99549263800003 - ], - [ - -117.32897282299996, - 33.99548730400005 - ], - [ - -117.32846659299997, - 33.995482406000065 - ], - [ - -117.32767035899997, - 33.99547469600003 - ], - [ - -117.32648678399994, - 33.99631104600007 - ], - [ - -117.32648548499998, - 33.996311965000075 - ], - [ - -117.32635619999996, - 33.996403319000024 - ], - [ - -117.32607580899997, - 33.99663159200003 - ], - [ - -117.32607578399995, - 33.996631613000034 - ], - [ - -117.32607576099997, - 33.99663163100007 - ], - [ - -117.32508011199997, - 33.997442197000055 - ], - [ - -117.32497818799999, - 33.99752517300004 - ], - [ - -117.32497811899998, - 33.99752517300004 - ], - [ - -117.32255007599997, - 33.997537987000044 - ], - [ - -117.32243270299995, - 33.997538606000035 - ], - [ - -117.32242811599997, - 33.99814113700006 - ], - [ - -117.32242082, - 33.99909963600004 - ], - [ - -117.32236475099995, - 33.99912906600008 - ], - [ - -117.32230341199994, - 33.999161266000044 - ], - [ - -117.32224233899996, - 33.99919394900007 - ], - [ - -117.32218614099997, - 33.99922444400005 - ], - [ - -117.32212960899994, - 33.99925467300005 - ], - [ - -117.32207274299998, - 33.999284362000026 - ], - [ - -117.32201587199995, - 33.99931377900003 - ], - [ - -117.32195867399997, - 33.99934319700003 - ], - [ - -117.32190113999997, - 33.99937207800008 - ], - [ - -117.32184360399998, - 33.99940068600006 - ], - [ - -117.32179483699997, - 33.99942456800005 - ], - [ - -117.321785735, - 33.999429027000076 - ], - [ - -117.32177540899994, - 33.99943396000003 - ], - [ - -117.32172752999998, - 33.99945682600003 - ], - [ - -117.32166932499996, - 33.99948462700007 - ], - [ - -117.32161078399997, - 33.99951188800003 - ], - [ - -117.32155191399994, - 33.99953915100008 - ], - [ - -117.32149303799997, - 33.99956587100007 - ], - [ - -117.32143382699996, - 33.99959232400005 - ], - [ - -117.32137461399998, - 33.99961850600005 - ], - [ - -117.32131473599998, - 33.99964415100004 - ], - [ - -117.32125518599997, - 33.99966979100003 - ], - [ - -117.32119530099999, - 33.999694892000036 - ], - [ - -117.32113508299994, - 33.99971972600002 - ], - [ - -117.32107453099997, - 33.99974429200006 - ], - [ - -117.32101397599996, - 33.99976858500003 - ], - [ - -117.32095341799999, - 33.999792607000074 - ], - [ - -117.32089252199995, - 33.999816090000024 - ], - [ - -117.32083129299997, - 33.999839303000044 - ], - [ - -117.32077005999997, - 33.99986224600008 - ], - [ - -117.32070849299998, - 33.999884921000046 - ], - [ - -117.320646921, - 33.99990705100004 - ], - [ - -117.32058501799997, - 33.99992918600003 - ], - [ - -117.32052310499995, - 33.99995077700004 - ], - [ - -117.32046086199995, - 33.999972100000036 - ], - [ - -117.32039861299995, - 33.99999315100007 - ], - [ - -117.32033602799999, - 34.00001366200007 - ], - [ - -117.32027343799996, - 34.00003390200004 - ], - [ - -117.320221485, - 34.00005061600007 - ], - [ - -117.320221415, - 34.00005063900005 - ], - [ - -117.32021377599995, - 34.000053096000045 - ], - [ - -117.32021368999995, - 34.00005314800006 - ], - [ - -117.32021232099999, - 34.00005398600007 - ], - [ - -117.32014989699996, - 34.00007409700004 - ], - [ - -117.32014985999996, - 34.000074109000025 - ], - [ - -117.32008531599996, - 34.00009326700007 - ], - [ - -117.32002072499995, - 34.000111891000074 - ], - [ - -117.31995546199994, - 34.00012943300004 - ], - [ - -117.31988985699996, - 34.00014616300007 - ], - [ - -117.31982424499995, - 34.00016235000004 - ], - [ - -117.31975795899996, - 34.00017745500003 - ], - [ - -117.31969166299996, - 34.00019201400005 - ], - [ - -117.31962640899997, - 34.000205212000026 - ], - [ - -117.31962502399995, - 34.00020549300007 - ], - [ - -117.31962362599995, - 34.00020575800005 - ], - [ - -117.31955837099997, - 34.00021815300005 - ], - [ - -117.31949104899996, - 34.00023000300007 - ], - [ - -117.31942685399997, - 34.00024057300004 - ], - [ - -117.31942404399996, - 34.00024103700002 - ], - [ - -117.31942126599995, - 34.00024145700007 - ], - [ - -117.31935636699995, - 34.00025125700006 - ], - [ - -117.31928868099999, - 34.00026066200007 - ], - [ - -117.31922097999995, - 34.000269252000066 - ], - [ - -117.31922094299995, - 34.00026925700007 - ], - [ - -117.31915293699996, - 34.00027702700004 - ], - [ - -117.31908488099998, - 34.00028371500008 - ], - [ - -117.31901648499996, - 34.000289860000066 - ], - [ - -117.31894807199996, - 34.000294917000076 - ], - [ - -117.31887964899994, - 34.000299158000075 - ], - [ - -117.31881121699996, - 34.00030285500003 - ], - [ - -117.31874244, - 34.000305463000075 - ], - [ - -117.31862055299996, - 34.00031008800005 - ], - [ - -117.31833819899998, - 34.00032080100004 - ], - [ - -117.31833759799997, - 34.00032082400003 - ], - [ - -117.31817645999996, - 34.00032246400008 - ], - [ - -117.31817682299999, - 34.00032194000005 - ], - [ - -117.31817881299997, - 34.000319071000035 - ], - [ - -117.31818080299996, - 34.00031620100003 - ], - [ - -117.31818279399994, - 34.000313332000076 - ], - [ - -117.31818397, - 34.00031163600005 - ], - [ - -117.31818596, - 34.000308766000046 - ], - [ - -117.318187949, - 34.00030589700003 - ], - [ - -117.31818993999997, - 34.000303028000076 - ], - [ - -117.31819192999995, - 34.00030015700003 - ], - [ - -117.31819391899995, - 34.00029728900006 - ], - [ - -117.31819590999999, - 34.000294420000046 - ], - [ - -117.31819789999997, - 34.00029155000004 - ], - [ - -117.31823253399995, - 34.00024161400006 - ], - [ - -117.31824388799998, - 34.00018199800007 - ], - [ - -117.318244602, - 34.000178248000054 - ], - [ - -117.31824472399995, - 34.00017761400005 - ], - [ - -117.31824543799996, - 34.00017386400003 - ], - [ - -117.318245559, - 34.000173231000076 - ], - [ - -117.31824627299994, - 34.00016948200005 - ], - [ - -117.31824639499996, - 34.000168847000054 - ], - [ - -117.31824710899997, - 34.00016510000006 - ], - [ - -117.31824782299998, - 34.00016135100003 - ], - [ - -117.31824794399995, - 34.00016071600004 - ], - [ - -117.31824865799996, - 34.000156967000066 - ], - [ - -117.31824937199997, - 34.00015321800004 - ], - [ - -117.31825008699997, - 34.000149469000064 - ], - [ - -117.31825080099998, - 34.000145720000035 - ], - [ - -117.31825151599998, - 34.00014197100006 - ], - [ - -117.31825222999998, - 34.00013822200003 - ], - [ - -117.31826360399998, - 34.00007850600008 - ], - [ - -117.31827460799997, - 34.00002073600007 - ], - [ - -117.31827544299995, - 34.000016353000035 - ], - [ - -117.31827615799995, - 34.00001260400006 - ], - [ - -117.31827687199996, - 34.00000885500003 - ], - [ - -117.31827758499998, - 34.00000510600006 - ], - [ - -117.31827770599995, - 34.00000447300005 - ], - [ - -117.31827782699997, - 34.000003837000065 - ], - [ - -117.31827854199997, - 34.000000089000025 - ], - [ - -117.31827866199995, - 33.99999945500008 - ], - [ - -117.318279497, - 33.99999507200005 - ], - [ - -117.31827961799996, - 33.999994438000044 - ], - [ - -117.31828045199995, - 33.99999005500007 - ], - [ - -117.31828057399997, - 33.99998941900003 - ], - [ - -117.318281287, - 33.99998567200004 - ], - [ - -117.31828140799996, - 33.999985036000055 - ], - [ - -117.31828224399999, - 33.99998065400007 - ], - [ - -117.31828295699995, - 33.99997690500004 - ], - [ - -117.31828307799998, - 33.999976272000026 - ], - [ - -117.31828379299998, - 33.999972522000064 - ], - [ - -117.31828450599994, - 33.999968774000024 - ], - [ - -117.31828462799996, - 33.99996813800004 - ], - [ - -117.31828534199997, - 33.99996439000006 - ], - [ - -117.31828605499999, - 33.99996064000004 - ], - [ - -117.31828676999999, - 33.99995689200006 - ], - [ - -117.31828736199998, - 33.99995377700003 - ], - [ - -117.31828748299995, - 33.99995314200004 - ], - [ - -117.31829283399998, - 33.99992505400007 - ], - [ - -117.31830319699998, - 33.99987064900006 - ], - [ - -117.31830395299994, - 33.99986668200006 - ], - [ - -117.31830425799996, - 33.99986406800008 - ], - [ - -117.31830426499994, - 33.99986389000003 - ], - [ - -117.31830426999994, - 33.999863711000046 - ], - [ - -117.31830427499995, - 33.99986353300005 - ], - [ - -117.31830427699998, - 33.99986335500006 - ], - [ - -117.31830427899996, - 33.999863177000066 - ], - [ - -117.31830427699998, - 33.999862998000026 - ], - [ - -117.31830427499995, - 33.99986282100008 - ], - [ - -117.31830427099999, - 33.99986264200004 - ], - [ - -117.31830426599998, - 33.999862464000046 - ], - [ - -117.31830426, - 33.99986228500006 - ], - [ - -117.31830424999998, - 33.99986210700007 - ], - [ - -117.31830423899999, - 33.999861929000076 - ], - [ - -117.31830422699994, - 33.99986175300006 - ], - [ - -117.31830421399997, - 33.99986157500007 - ], - [ - -117.31830419799996, - 33.999861397000075 - ], - [ - -117.31830417999998, - 33.99986122100006 - ], - [ - -117.31830414199999, - 33.99986086700005 - ], - [ - -117.31830411899995, - 33.99986069200003 - ], - [ - -117.31830409699995, - 33.99986051600007 - ], - [ - -117.31830407199999, - 33.999860341000044 - ], - [ - -117.318304045, - 33.999860167000065 - ], - [ - -117.31830401699995, - 33.99985999200004 - ], - [ - -117.31830398699998, - 33.99985981900005 - ], - [ - -117.31830395599997, - 33.99985964600006 - ], - [ - -117.31830392399996, - 33.99985947300007 - ], - [ - -117.318303889, - 33.99985930200006 - ], - [ - -117.31830385299997, - 33.99985913000006 - ], - [ - -117.31830381699996, - 33.99985895900005 - ], - [ - -117.31830377699998, - 33.999858790000076 - ], - [ - -117.31830373799994, - 33.999858621000044 - ], - [ - -117.31830369599999, - 33.99985845300006 - ], - [ - -117.31830365399998, - 33.99985828500007 - ], - [ - -117.31830360899994, - 33.99985811800008 - ], - [ - -117.31830356399996, - 33.99985795200007 - ], - [ - -117.318303518, - 33.99985778700005 - ], - [ - -117.31830346899994, - 33.999857622000036 - ], - [ - -117.3183034199999, - 33.999857459000054 - ], - [ - -117.31830336999997, - 33.99985729700006 - ], - [ - -117.31830331799995, - 33.999857134000024 - ], - [ - -117.31830326499994, - 33.99985697400007 - ], - [ - -117.31830320999995, - 33.999856814000054 - ], - [ - -117.31830315499997, - 33.99985665500003 - ], - [ - -117.318303115, - 33.99985654200003 - ], - [ - -117.31830309799994, - 33.99985649600006 - ], - [ - -117.31830305799997, - 33.99985638700008 - ], - [ - -117.318303, - 33.99985623200007 - ], - [ - -117.31830294199995, - 33.99985607700006 - ], - [ - -117.31830288199995, - 33.99985592400003 - ], - [ - -117.31830281999999, - 33.999855772000046 - ], - [ - -117.31830280099996, - 33.99985572200006 - ], - [ - -117.31830273699995, - 33.99985557000008 - ], - [ - -117.31830267299995, - 33.99985542100006 - ], - [ - -117.31830258499997, - 33.99985521800005 - ], - [ - -117.31830251899999, - 33.999855068000045 - ], - [ - -117.31830242599995, - 33.99985486500003 - ], - [ - -117.31830240099998, - 33.999854810000045 - ], - [ - -117.31830225899995, - 33.99985451300006 - ], - [ - -117.31830223199995, - 33.99985445600004 - ], - [ - -117.31830215899998, - 33.99985430800007 - ], - [ - -117.31830208499997, - 33.999854163000066 - ], - [ - -117.31830197999994, - 33.999853958000074 - ], - [ - -117.31830194799994, - 33.99985389600005 - ], - [ - -117.31830187199995, - 33.999853753000025 - ], - [ - -117.31830171499996, - 33.999853468000026 - ], - [ - -117.31830168, - 33.99985340400008 - ], - [ - -117.31830164299998, - 33.999853339000026 - ], - [ - -117.31830156199999, - 33.99985319700005 - ], - [ - -117.318301481, - 33.99985305700005 - ], - [ - -117.31830139899995, - 33.999852919000034 - ], - [ - -117.31830131699996, - 33.99985278100007 - ], - [ - -117.31830123499998, - 33.99985264600008 - ], - [ - -117.31830119299997, - 33.99985257800006 - ], - [ - -117.31830110699997, - 33.999852443000066 - ], - [ - -117.318300938, - 33.99985217600005 - ], - [ - -117.31830089099998, - 33.99985210500006 - ], - [ - -117.31830066899994, - 33.999851773000046 - ], - [ - -117.31830052899994, - 33.99985157200007 - ], - [ - -117.31830043899998, - 33.99985144400006 - ], - [ - -117.31830038699997, - 33.999851370000044 - ], - [ - -117.31830029499997, - 33.99985124300008 - ], - [ - -117.31830024199996, - 33.99985116800008 - ], - [ - -117.31830018599999, - 33.999851093000075 - ], - [ - -117.31830003599998, - 33.99985089100005 - ], - [ - -117.318299976, - 33.99985081400007 - ], - [ - -117.31829991799998, - 33.99985073600004 - ], - [ - -117.31829982099998, - 33.999850611000056 - ], - [ - -117.31829972499997, - 33.99985048800005 - ], - [ - -117.31829962699999, - 33.99985036600003 - ], - [ - -117.31829953199997, - 33.99985024600005 - ], - [ - -117.31829943399998, - 33.99985012600007 - ], - [ - -117.31829933699998, - 33.999850010000046 - ], - [ - -117.31829923999999, - 33.99984989400008 - ], - [ - -117.31829914199994, - 33.999849779000044 - ], - [ - -117.318299046, - 33.999849666000046 - ], - [ - -117.31829894799995, - 33.99984955600007 - ], - [ - -117.31829885099995, - 33.99984944600004 - ], - [ - -117.31829875399995, - 33.99984933800005 - ], - [ - -117.318298584, - 33.999849151000035 - ], - [ - -117.318298487, - 33.99984904400003 - ], - [ - -117.31829838899995, - 33.99984894000005 - ], - [ - -117.31829829199995, - 33.99984883700006 - ], - [ - -117.31829819399996, - 33.99984873500006 - ], - [ - -117.31829801999999, - 33.999848557000064 - ], - [ - -117.318298, - 33.99984853700005 - ], - [ - -117.31829792299999, - 33.99984845800003 - ], - [ - -117.31829782499995, - 33.999848360000044 - ], - [ - -117.31829774399995, - 33.99984828000004 - ], - [ - -117.31829764599996, - 33.999848185000076 - ], - [ - -117.318297466, - 33.99984801100004 - ], - [ - -117.31829738, - 33.999847930000044 - ], - [ - -117.31829728399998, - 33.99984783700006 - ], - [ - -117.31829718499995, - 33.99984774500007 - ], - [ - -117.31829708599997, - 33.99984765500005 - ], - [ - -117.318296998, - 33.999847576000036 - ], - [ - -117.31829690999996, - 33.99984749500004 - ], - [ - -117.31829681199997, - 33.99984740700006 - ], - [ - -117.31829671999998, - 33.999847326000065 - ], - [ - -117.31829662099994, - 33.99984723800003 - ], - [ - -117.31829652899995, - 33.99984715900007 - ], - [ - -117.31829642899999, - 33.99984707200008 - ], - [ - -117.31829633399997, - 33.99984699300006 - ], - [ - -117.31829623699997, - 33.99984691100008 - ], - [ - -117.31829603899996, - 33.99984674600006 - ], - [ - -117.31829593999998, - 33.999846665000064 - ], - [ - -117.31829573699997, - 33.999846501000036 - ], - [ - -117.31829563399998, - 33.99984642000004 - ], - [ - -117.31829542699995, - 33.99984625900004 - ], - [ - -117.31829532599994, - 33.999846182000056 - ], - [ - -117.31829511099994, - 33.99984601800003 - ], - [ - -117.318295, - 33.99984593500005 - ], - [ - -117.31829489799998, - 33.99984586100004 - ], - [ - -117.31829478499998, - 33.999845778000065 - ], - [ - -117.31829445399995, - 33.999845540000024 - ], - [ - -117.31829433599995, - 33.99984545800004 - ], - [ - -117.31829421499998, - 33.99984537600005 - ], - [ - -117.31829399399999, - 33.99984522500006 - ], - [ - -117.31829387099998, - 33.99984514200003 - ], - [ - -117.31829376999997, - 33.99984507500005 - ], - [ - -117.318293644, - 33.99984499300007 - ], - [ - -117.31829351699997, - 33.999844910000036 - ], - [ - -117.31829338699998, - 33.99984482800005 - ], - [ - -117.31829315599998, - 33.99984468300005 - ], - [ - -117.31829302399996, - 33.99984460100006 - ], - [ - -117.31829288899996, - 33.99984451900008 - ], - [ - -117.31829278999999, - 33.99984445900003 - ], - [ - -117.31829265299996, - 33.999844378000034 - ], - [ - -117.31829255399998, - 33.99984431900003 - ], - [ - -117.31829241499997, - 33.99984423800004 - ], - [ - -117.31829231699999, - 33.99984418100007 - ], - [ - -117.31829217899997, - 33.999844102000054 - ], - [ - -117.31829193899995, - 33.99984396700006 - ], - [ - -117.31829179599998, - 33.99984388900003 - ], - [ - -117.31829155499997, - 33.999843757000065 - ], - [ - -117.318291408, - 33.99984367900004 - ], - [ - -117.31829125899998, - 33.999843603000045 - ], - [ - -117.31829116399996, - 33.99984355300006 - ], - [ - -117.31829101299996, - 33.99984347700007 - ], - [ - -117.31829086199997, - 33.99984339900004 - ], - [ - -117.31829070799995, - 33.99984332300005 - ], - [ - -117.31829055299994, - 33.99984324700006 - ], - [ - -117.31829039399997, - 33.999843171000066 - ], - [ - -117.31829023499995, - 33.999843095000074 - ], - [ - -117.31828998299994, - 33.99984297800006 - ], - [ - -117.31828981999996, - 33.99984290300006 - ], - [ - -117.318289656, - 33.999842830000034 - ], - [ - -117.31828948999998, - 33.99984275700007 - ], - [ - -117.31828932099995, - 33.999842683000054 - ], - [ - -117.31828915199998, - 33.999842611000076 - ], - [ - -117.31828906299995, - 33.99984257300002 - ], - [ - -117.31828889199994, - 33.999842502000035 - ], - [ - -117.31828871799996, - 33.99984243200004 - ], - [ - -117.31828863199996, - 33.999842396000076 - ], - [ - -117.31828837599994, - 33.999842294000075 - ], - [ - -117.31828829099999, - 33.999842261000026 - ], - [ - -117.31828811599996, - 33.99984219400005 - ], - [ - -117.31828803399998, - 33.99984216300004 - ], - [ - -117.31828795399997, - 33.999842132000026 - ], - [ - -117.31828777899995, - 33.99984206800008 - ], - [ - -117.31828769899994, - 33.99984203900004 - ], - [ - -117.31828752299998, - 33.99984197500004 - ], - [ - -117.31828727099997, - 33.99984188500002 - ], - [ - -117.318287092, - 33.99984182400004 - ], - [ - -117.31828683699996, - 33.99984173900003 - ], - [ - -117.318286764, - 33.99984171500006 - ], - [ - -117.318286334, - 33.99984157600005 - ], - [ - -117.31828608299998, - 33.99984149900007 - ], - [ - -117.31828571699998, - 33.999841391000075 - ], - [ - -117.31828553199995, - 33.99984133900006 - ], - [ - -117.31828528299997, - 33.99984126800007 - ], - [ - -117.31828509599995, - 33.99984121700004 - ], - [ - -117.31828490799995, - 33.999841167000056 - ], - [ - -117.31828471899996, - 33.99984111900005 - ], - [ - -117.318284528, - 33.99984107000006 - ], - [ - -117.31828433699997, - 33.999841023000045 - ], - [ - -117.31828414399996, - 33.999840977000076 - ], - [ - -117.31828394999997, - 33.99984093100005 - ], - [ - -117.318283754, - 33.99984088700006 - ], - [ - -117.31828355699997, - 33.99984084500005 - ], - [ - -117.31828335899996, - 33.99984080200005 - ], - [ - -117.31828310999998, - 33.99984075100008 - ], - [ - -117.31828291099998, - 33.99984071100005 - ], - [ - -117.31828271099994, - 33.99984067300005 - ], - [ - -117.31828266399998, - 33.99984066500008 - ], - [ - -117.31828246499998, - 33.999840627000026 - ], - [ - -117.31828226399995, - 33.999840592000055 - ], - [ - -117.31828206299997, - 33.99984055800007 - ], - [ - -117.31828185999996, - 33.999840525000025 - ], - [ - -117.31828165699994, - 33.99984049300008 - ], - [ - -117.31828145299994, - 33.999840461000076 - ], - [ - -117.31828124699996, - 33.99984043100005 - ], - [ - -117.31828104199997, - 33.999840404000054 - ], - [ - -117.31828083399995, - 33.999840376000066 - ], - [ - -117.31828062799997, - 33.99984034900007 - ], - [ - -117.31828041899996, - 33.99984032500004 - ], - [ - -117.31828038799995, - 33.99984032200007 - ], - [ - -117.31828018099998, - 33.99984029800004 - ], - [ - -117.31827997299996, - 33.99984027700003 - ], - [ - -117.31827976399995, - 33.99984025600003 - ], - [ - -117.31827955499995, - 33.99984023600007 - ], - [ - -117.31827934599994, - 33.99984021800003 - ], - [ - -117.31827913499995, - 33.99984020200003 - ], - [ - -117.31827892399997, - 33.99984018600003 - ], - [ - -117.318278712, - 33.99984017200006 - ], - [ - -117.31827850099995, - 33.99984015900003 - ], - [ - -117.31827828799999, - 33.99984014800003 - ], - [ - -117.31827807699995, - 33.999840137000035 - ], - [ - -117.31827786499997, - 33.99984012800007 - ], - [ - -117.31827765599996, - 33.999840121000034 - ], - [ - -117.31827744799995, - 33.99984011500004 - ], - [ - -117.31827723199996, - 33.99984011000004 - ], - [ - -117.31827701599997, - 33.99984010700007 - ], - [ - -117.31827679799994, - 33.99984010500003 - ], - [ - -117.31827658499998, - 33.99984010400004 - ], - [ - -117.31827636999998, - 33.99984010500003 - ], - [ - -117.31827615799995, - 33.99984010800006 - ], - [ - -117.31827574, - 33.99984011600003 - ], - [ - -117.31827552899995, - 33.99984012200008 - ], - [ - -117.31827531999994, - 33.99984013000005 - ], - [ - -117.31827510999995, - 33.999840138000025 - ], - [ - -117.31827490099994, - 33.99984014800003 - ], - [ - -117.31827468999995, - 33.999840160000076 - ], - [ - -117.31827448099995, - 33.99984017200006 - ], - [ - -117.31827427199994, - 33.99984018600003 - ], - [ - -117.31827407299994, - 33.99984020100004 - ], - [ - -117.31827387499999, - 33.99984021700004 - ], - [ - -117.31827366899995, - 33.99984023300004 - ], - [ - -117.31827346399996, - 33.99984025300006 - ], - [ - -117.31827325799998, - 33.999840274000064 - ], - [ - -117.31827305399997, - 33.99984029500007 - ], - [ - -117.31827284999997, - 33.999840318000054 - ], - [ - -117.31827264799995, - 33.99984034100004 - ], - [ - -117.318272445, - 33.99984036600006 - ], - [ - -117.31827224299997, - 33.99984039200007 - ], - [ - -117.31827204099994, - 33.999840420000055 - ], - [ - -117.31827183999997, - 33.99984044800004 - ], - [ - -117.31827164099997, - 33.99984047700008 - ], - [ - -117.31827144099998, - 33.999840508000034 - ], - [ - -117.31827124299997, - 33.999840541000026 - ], - [ - -117.31827104499996, - 33.99984057300003 - ], - [ - -117.31827084899999, - 33.99984060700007 - ], - [ - -117.31827065299996, - 33.99984064300003 - ], - [ - -117.31827045899996, - 33.999840679000044 - ], - [ - -117.31827026399998, - 33.99984071700004 - ], - [ - -117.31827007099997, - 33.999840756000026 - ], - [ - -117.31826987899996, - 33.99984079500007 - ], - [ - -117.31826968799999, - 33.99984083500004 - ], - [ - -117.31826949799995, - 33.999840877000054 - ], - [ - -117.31826930899996, - 33.999840919000064 - ], - [ - -117.31826912099996, - 33.999840962000064 - ], - [ - -117.31826893399995, - 33.99984100700004 - ], - [ - -117.31826874799998, - 33.99984105200008 - ], - [ - -117.318268564, - 33.99984109800005 - ], - [ - -117.3182683799999, - 33.99984114500006 - ], - [ - -117.31826832599995, - 33.99984115900003 - ], - [ - -117.31826808499994, - 33.99984122300003 - ], - [ - -117.31826790199995, - 33.99984127300007 - ], - [ - -117.318267844, - 33.999841289000074 - ], - [ - -117.31826765999995, - 33.999841341000035 - ], - [ - -117.31826747699995, - 33.999841393000054 - ], - [ - -117.31826729799997, - 33.99984144700005 - ], - [ - -117.31826711899998, - 33.99984149900007 - ], - [ - -117.31826693999994, - 33.999841555000046 - ], - [ - -117.31826687699999, - 33.99984157500006 - ], - [ - -117.318266699, - 33.99984163100004 - ], - [ - -117.31826663399994, - 33.999841651000054 - ], - [ - -117.318266457, - 33.999841709000066 - ], - [ - -117.31826628099998, - 33.99984176800007 - ], - [ - -117.31826621299996, - 33.99984179100005 - ], - [ - -117.31826603699994, - 33.99984184900006 - ], - [ - -117.31826586499994, - 33.99984191000004 - ], - [ - -117.31826579399996, - 33.99984193500006 - ], - [ - -117.31826561999998, - 33.99984199700003 - ], - [ - -117.31826544799998, - 33.99984205900006 - ], - [ - -117.31826527899995, - 33.999842122000075 - ], - [ - -117.31826520399994, - 33.99984215000006 - ], - [ - -117.31826503499997, - 33.99984221400007 - ], - [ - -117.31826486899996, - 33.999842278000074 - ], - [ - -117.31826470299995, - 33.99984234300007 - ], - [ - -117.31826453899998, - 33.99984240900005 - ], - [ - -117.31826437599995, - 33.99984247500004 - ], - [ - -117.318264135, - 33.99984257600005 - ], - [ - -117.31826389499997, - 33.99984267800005 - ], - [ - -117.31826373599995, - 33.99984274700006 - ], - [ - -117.31826357799997, - 33.99984281600007 - ], - [ - -117.31826349699998, - 33.99984285200003 - ], - [ - -117.31826333899994, - 33.999842923000074 - ], - [ - -117.31826318499998, - 33.99984299400006 - ], - [ - -117.31826310099996, - 33.99984303300005 - ], - [ - -117.31826294799998, - 33.999843105000025 - ], - [ - -117.31826052499997, - 33.99984439200006 - ], - [ - -117.31825693999997, - 33.999847130000035 - ], - [ - -117.31825531499999, - 33.999848634000045 - ], - [ - -117.31825368799997, - 33.999850138000056 - ], - [ - -117.31825046799997, - 33.999855592000074 - ], - [ - -117.31820838999994, - 33.99990309200007 - ], - [ - -117.31820673799996, - 33.99990495600008 - ], - [ - -117.31820508599998, - 33.999906820000035 - ], - [ - -117.31820289399997, - 33.999909295000066 - ], - [ - -117.31820124199999, - 33.99991115900008 - ], - [ - -117.31819904999998, - 33.99991363300006 - ], - [ - -117.31819520699997, - 33.99991797100006 - ], - [ - -117.31819301599995, - 33.99992044500004 - ], - [ - -117.31819136399997, - 33.999922310000045 - ], - [ - -117.31818917299995, - 33.99992478300004 - ], - [ - -117.31818752099997, - 33.99992664800004 - ], - [ - -117.31818532899996, - 33.999929122000026 - ], - [ - -117.31818313799994, - 33.99993159600007 - ], - [ - -117.318177102, - 33.99993840800005 - ], - [ - -117.31817544999996, - 33.99994027300005 - ], - [ - -117.31817160699995, - 33.999944611000046 - ], - [ - -117.31816941599999, - 33.99994708500003 - ], - [ - -117.31816722399998, - 33.999949558000026 - ], - [ - -117.31816557299999, - 33.99995142300003 - ], - [ - -117.31816338099998, - 33.99995389700007 - ], - [ - -117.31815953799997, - 33.999958236000055 - ], - [ - -117.31815734699995, - 33.99996070900005 - ], - [ - -117.31815515499994, - 33.999963183000034 - ], - [ - -117.31815350299996, - 33.999965048000035 - ], - [ - -117.31815131199994, - 33.99996752100003 - ], - [ - -117.31814746899994, - 33.99997186000007 - ], - [ - -117.31814581699996, - 33.999973725000075 - ], - [ - -117.31814416499998, - 33.99997558900003 - ], - [ - -117.31814197399996, - 33.99997806300007 - ], - [ - -117.31813813099996, - 33.99998240100007 - ], - [ - -117.31813647899997, - 33.99998426600007 - ], - [ - -117.31813263499998, - 33.999988605000055 - ], - [ - -117.318130984, - 33.99999046900007 - ], - [ - -117.31812713999994, - 33.999994807000064 - ], - [ - -117.31812548799996, - 33.999996672000066 - ], - [ - -117.31812164499996, - 34.00000101000006 - ], - [ - -117.31811999299998, - 34.00000287600005 - ], - [ - -117.31811615, - 34.00000721400005 - ], - [ - -117.31811449799994, - 34.00000907800006 - ], - [ - -117.31811065399995, - 34.00001341800004 - ], - [ - -117.31810846199994, - 34.00001589100003 - ], - [ - -117.31810461899994, - 34.00002022900003 - ], - [ - -117.31810296699996, - 34.00002209300004 - ], - [ - -117.318100776, - 34.000024567000025 - ], - [ - -117.31809858399998, - 34.00002704100007 - ], - [ - -117.318096933, - 34.00002890500008 - ], - [ - -117.31809474, - 34.00003137900006 - ], - [ - -117.31809308899994, - 34.000033243000075 - ], - [ - -117.31809089799998, - 34.00003571800005 - ], - [ - -117.31808924599994, - 34.00003758300005 - ], - [ - -117.31808705499998, - 34.000040057000035 - ], - [ - -117.31808321099999, - 34.00004439400004 - ], - [ - -117.31808101999997, - 34.00004686900007 - ], - [ - -117.31807717699996, - 34.00005120800006 - ], - [ - -117.31807498599994, - 34.000053681000054 - ], - [ - -117.31807333399996, - 34.000055547000045 - ], - [ - -117.31807114199995, - 34.00005801900005 - ], - [ - -117.31806948999997, - 34.00005988400005 - ], - [ - -117.31806729899995, - 34.00006235800004 - ], - [ - -117.31802462899998, - 34.000110525000025 - ], - [ - -117.31798224, - 34.00015837500007 - ], - [ - -117.31798004899997, - 34.000160848000064 - ], - [ - -117.31793577299999, - 34.00021082600006 - ], - [ - -117.31787244699996, - 34.00023695100003 - ], - [ - -117.31786871699995, - 34.00023849000007 - ], - [ - -117.31786498699995, - 34.000240029000054 - ], - [ - -117.31785199599994, - 34.00024538900004 - ], - [ - -117.31784646499995, - 34.00024767000008 - ], - [ - -117.31784273599999, - 34.00024920800007 - ], - [ - -117.31783900499994, - 34.00025074700005 - ], - [ - -117.31782807199994, - 34.00025525700005 - ], - [ - -117.31782434299998, - 34.00025679600003 - ], - [ - -117.317820612, - 34.00025833500007 - ], - [ - -117.31781135099999, - 34.000262156000076 - ], - [ - -117.31780582099998, - 34.000264437000055 - ], - [ - -117.31780402099997, - 34.00026518000004 - ], - [ - -117.31780029, - 34.000266719000024 - ], - [ - -117.31779655899999, - 34.00026825800006 - ], - [ - -117.31779102999997, - 34.00027053900004 - ], - [ - -117.31778549899997, - 34.00027282000008 - ], - [ - -117.31777996899996, - 34.000275102000046 - ], - [ - -117.31777250699997, - 34.000278180000066 - ], - [ - -117.31776697599997, - 34.000280461000045 - ], - [ - -117.31775951599997, - 34.000283539000066 - ], - [ - -117.31775578599996, - 34.00028507900004 - ], - [ - -117.31775025699994, - 34.00028736000007 - ], - [ - -117.31774279499996, - 34.000290439000025 - ], - [ - -117.31773533399996, - 34.000293516000056 - ], - [ - -117.31773160499995, - 34.00029505400005 - ], - [ - -117.31772414299996, - 34.00029813200007 - ], - [ - -117.31772041299996, - 34.00029967100005 - ], - [ - -117.31771668199997, - 34.00030121000003 - ], - [ - -117.31770922199996, - 34.00030428800005 - ], - [ - -117.31770549299995, - 34.000305826000044 - ], - [ - -117.31770176099997, - 34.00030736600007 - ], - [ - -117.31769803199995, - 34.000308903000075 - ], - [ - -117.31763620899994, - 34.00033440800007 - ], - [ - -117.31757210899997, - 34.00036085200003 - ], - [ - -117.31757030999995, - 34.00036159500007 - ], - [ - -117.31756657999995, - 34.000363134000054 - ], - [ - -117.31756297799996, - 34.00036461900004 - ], - [ - -117.31755924799995, - 34.000366159000066 - ], - [ - -117.31755551699996, - 34.00036769700006 - ], - [ - -117.31755178799995, - 34.00036923600004 - ], - [ - -117.31754805799994, - 34.00037077500008 - ], - [ - -117.31754432799994, - 34.00037231400006 - ], - [ - -117.31754252699994, - 34.00037305700005 - ], - [ - -117.317536997, - 34.000375338000026 - ], - [ - -117.31753326599994, - 34.000376878000054 - ], - [ - -117.317531466, - 34.00037761900006 - ], - [ - -117.31746740199998, - 34.000404048000064 - ], - [ - -117.31744009799996, - 34.00045869400003 - ], - [ - -117.31743846499995, - 34.00046196200003 - ], - [ - -117.31743683299999, - 34.00046523000003 - ], - [ - -117.31743520099997, - 34.00046849600005 - ], - [ - -117.31743356799996, - 34.000471764000054 - ], - [ - -117.31743193499995, - 34.000475032000054 - ], - [ - -117.31743030299998, - 34.000478299000065 - ], - [ - -117.31742867099996, - 34.000481567000065 - ], - [ - -117.31742703799995, - 34.00048483300003 - ], - [ - -117.317425405, - 34.00048810100003 - ], - [ - -117.31742307399998, - 34.000492767000026 - ], - [ - -117.31741910899996, - 34.00050070100008 - ], - [ - -117.317417477, - 34.00050396900008 - ], - [ - -117.31741584499997, - 34.00050723600003 - ], - [ - -117.31741421199996, - 34.000510503000044 - ], - [ - -117.31741257899995, - 34.000513770000055 - ], - [ - -117.31741094699998, - 34.000517037000066 - ], - [ - -117.31740861499998, - 34.00052170400005 - ], - [ - -117.31740628299997, - 34.000526370000046 - ], - [ - -117.31740465099995, - 34.000529638000046 - ], - [ - -117.31740395199995, - 34.00053103600004 - ], - [ - -117.31740231899994, - 34.00053430400004 - ], - [ - -117.31740161999994, - 34.00053570400007 - ], - [ - -117.31739998799998, - 34.000538970000036 - ], - [ - -117.31739835399998, - 34.00054223700005 - ], - [ - -117.31739602199997, - 34.00054690400003 - ], - [ - -117.31739369099995, - 34.00055157000003 - ], - [ - -117.31739205799994, - 34.00055483800003 - ], - [ - -117.31739135899994, - 34.00055623700007 - ], - [ - -117.31738972599999, - 34.00055950500007 - ], - [ - -117.31738809399997, - 34.00056277300007 - ], - [ - -117.31738646199994, - 34.000566038000045 - ], - [ - -117.31738576199996, - 34.000567438000076 - ], - [ - -117.31735831699996, - 34.00062236700006 - ], - [ - -117.31731197799996, - 34.00066722200006 - ], - [ - -117.31730971299999, - 34.00066941400007 - ], - [ - -117.31730744799995, - 34.00067160800006 - ], - [ - -117.31730545799996, - 34.000673533000054 - ], - [ - -117.31730120399999, - 34.000677651000046 - ], - [ - -117.31729893899995, - 34.00067984400005 - ], - [ - -117.317294684, - 34.00068396300003 - ], - [ - -117.31729043099995, - 34.00068808000003 - ], - [ - -117.31728816499998, - 34.00069027300003 - ], - [ - -117.317286175, - 34.00069219900007 - ], - [ - -117.31728418599994, - 34.00069412500005 - ], - [ - -117.31728219699994, - 34.000696051000034 - ], - [ - -117.31727993199996, - 34.000698244000034 - ], - [ - -117.31727766699998, - 34.000700436000045 - ], - [ - -117.31727540199995, - 34.000702629000045 - ], - [ - -117.31727114699999, - 34.00070674600005 - ], - [ - -117.31726888199995, - 34.00070894000004 - ], - [ - -117.31726661699997, - 34.00071113200005 - ], - [ - -117.31726435299998, - 34.00071332400006 - ], - [ - -117.31726236299994, - 34.00071525000004 - ], - [ - -117.31726037299995, - 34.00071717600008 - ], - [ - -117.31725810799998, - 34.00071937000007 - ], - [ - -117.31725584299994, - 34.000721561000034 - ], - [ - -117.31725385299995, - 34.00072348700007 - ], - [ - -117.31725158799998, - 34.00072568000007 - ], - [ - -117.31724959799999, - 34.000727606000055 - ], - [ - -117.31724534399996, - 34.00073172400005 - ], - [ - -117.31724307899998, - 34.00073391600006 - ], - [ - -117.31724108999998, - 34.00073584200004 - ], - [ - -117.31723909999994, - 34.00073776800008 - ], - [ - -117.31723484499997, - 34.00074188600007 - ], - [ - -117.31723258099998, - 34.00074407900007 - ], - [ - -117.31723059099994, - 34.00074600600004 - ], - [ - -117.31722832699995, - 34.00074819800005 - ], - [ - -117.31722633699997, - 34.000750125000025 - ], - [ - -117.31722407199999, - 34.000752316000046 - ], - [ - -117.31721981699997, - 34.00075643500003 - ], - [ - -117.31721556199994, - 34.00076055300008 - ], - [ - -117.31721158299996, - 34.00076440500004 - ], - [ - -117.31720931899997, - 34.00076659700005 - ], - [ - -117.31720732899998, - 34.00076852300003 - ], - [ - -117.31720533999999, - 34.000770448000026 - ], - [ - -117.31720334999994, - 34.000772375000054 - ], - [ - -117.31720108399998, - 34.000774568000054 - ], - [ - -117.31719909499998, - 34.000776493000046 - ], - [ - -117.31719483999996, - 34.00078061100004 - ], - [ - -117.31719257499998, - 34.00078280300005 - ], - [ - -117.317190585, - 34.00078472900003 - ], - [ - -117.31718831999996, - 34.00078692300008 - ], - [ - -117.31718633099996, - 34.00078884800007 - ], - [ - -117.31718406599998, - 34.000791040000024 - ], - [ - -117.31717981099996, - 34.00079515900006 - ], - [ - -117.31717782199996, - 34.000797085000045 - ], - [ - -117.31717555799997, - 34.000799278000045 - ], - [ - -117.31717356799999, - 34.00080120400003 - ], - [ - -117.31717130199996, - 34.00080339600004 - ], - [ - -117.31716931299997, - 34.000805323000066 - ], - [ - -117.31716704899998, - 34.00080751400003 - ], - [ - -117.31716279399996, - 34.00081163300007 - ], - [ - -117.31716052899998, - 34.00081382600007 - ], - [ - -117.317158539, - 34.00081575100006 - ], - [ - -117.31715627399996, - 34.00081794400006 - ], - [ - -117.317152019, - 34.000822063000044 - ], - [ - -117.31714975499995, - 34.000824254000065 - ], - [ - -117.31714748999997, - 34.000826447000065 - ], - [ - -117.31714522399994, - 34.000828640000066 - ], - [ - -117.31714069399999, - 34.00083302500008 - ], - [ - -117.31713870399994, - 34.00083495000007 - ], - [ - -117.31713671499995, - 34.00083687600005 - ], - [ - -117.31713444899998, - 34.00083906900005 - ], - [ - -117.317130196, - 34.000843187000044 - ], - [ - -117.31712594099997, - 34.000847306000026 - ], - [ - -117.31712395099999, - 34.000849231000075 - ], - [ - -117.31712168599995, - 34.000851424000075 - ], - [ - -117.31711942099997, - 34.000853617000075 - ], - [ - -117.31711743099999, - 34.00085554200007 - ], - [ - -117.31711516699994, - 34.00085773400008 - ], - [ - -117.31711317599996, - 34.00085966100005 - ], - [ - -117.31711091199998, - 34.00086185400005 - ], - [ - -117.31710892299998, - 34.00086377900004 - ], - [ - -117.31710665699995, - 34.00086597100005 - ], - [ - -117.31710466699997, - 34.000867897000035 - ], - [ - -117.31710240299998, - 34.000870090000035 - ], - [ - -117.31710013799994, - 34.000872282000046 - ], - [ - -117.31709588399997, - 34.00087640100003 - ], - [ - -117.31709361799994, - 34.00087859400003 - ], - [ - -117.31709162799996, - 34.00088051900008 - ], - [ - -117.31708936399997, - 34.00088271100003 - ], - [ - -117.31708709799994, - 34.00088490400003 - ], - [ - -117.31708510799996, - 34.000886829000024 - ], - [ - -117.31703856699994, - 34.00093188300008 - ], - [ - -117.31687448199995, - 34.00093559700008 - ], - [ - -117.31680401399996, - 34.00093575000005 - ], - [ - -117.31679939299994, - 34.00093576100005 - ], - [ - -117.316794771, - 34.00093577000007 - ], - [ - -117.31679014799994, - 34.00093578000008 - ], - [ - -117.31678552699998, - 34.00093579000003 - ], - [ - -117.31678090499997, - 34.000935800000036 - ], - [ - -117.31677628299997, - 34.000935810000044 - ], - [ - -117.316771658, - 34.00093582000005 - ], - [ - -117.31676703699998, - 34.00093583000006 - ], - [ - -117.31676241499997, - 34.00093584000007 - ], - [ - -117.31675779399995, - 34.000935850000076 - ], - [ - -117.31675317199995, - 34.00093586000003 - ], - [ - -117.31674854799996, - 34.000935871000024 - ], - [ - -117.316743928, - 34.00093588100003 - ], - [ - -117.31673468399998, - 34.00093590100005 - ], - [ - -117.31673006099999, - 34.00093591000007 - ], - [ - -117.31672543899998, - 34.000935921000064 - ], - [ - -117.31672081799996, - 34.000935930000026 - ], - [ - -117.31671619499997, - 34.00093594100008 - ], - [ - -117.31671157199997, - 34.00093595000004 - ], - [ - -117.31670695099996, - 34.00093596100004 - ], - [ - -117.31670232899995, - 34.00093597100005 - ], - [ - -117.31669770499997, - 34.000935981000055 - ], - [ - -117.31669308399995, - 34.00093599100006 - ], - [ - -117.316688463, - 34.00093600200006 - ], - [ - -117.31668384099999, - 34.00093601200007 - ], - [ - -117.31667921899998, - 34.000936022000076 - ], - [ - -117.31667459499994, - 34.00093603200003 - ], - [ - -117.31666997399998, - 34.000936041000045 - ], - [ - -117.31666535199997, - 34.00093605200004 - ], - [ - -117.31665610599998, - 34.00093607200006 - ], - [ - -117.31665148499997, - 34.00093608100008 - ], - [ - -117.31664686299996, - 34.000936092000074 - ], - [ - -117.31664223999996, - 34.000936102000026 - ], - [ - -117.31663761899995, - 34.00093611200003 - ], - [ - -117.31663299699994, - 34.00093612200004 - ], - [ - -117.316628375, - 34.00093613300004 - ], - [ - -117.31662375199994, - 34.00093614300005 - ], - [ - -117.31661913, - 34.000936153000055 - ], - [ - -117.31661450799999, - 34.00093616300006 - ], - [ - -117.316609885, - 34.000936172000024 - ], - [ - -117.31660526299999, - 34.00093618200003 - ], - [ - -117.31660060599995, - 34.00093619200004 - ], - [ - -117.31659598399995, - 34.00093620200005 - ], - [ - -117.31659136199994, - 34.000936213000045 - ], - [ - -117.31658211699994, - 34.00093623300006 - ], - [ - -117.316577495, - 34.00093624400006 - ], - [ - -117.31657287399997, - 34.00093625400007 - ], - [ - -117.31656825099998, - 34.000936264000075 - ], - [ - -117.31656362799998, - 34.000936273000036 - ], - [ - -117.31655900699997, - 34.000936283000044 - ], - [ - -117.31655438499996, - 34.00093629300005 - ], - [ - -117.31654976199997, - 34.00093630300006 - ], - [ - -117.31654513899997, - 34.00093631300007 - ], - [ - -117.31654051799995, - 34.000936324000065 - ], - [ - -117.31653589499996, - 34.00093633300003 - ], - [ - -117.31653127299995, - 34.000936344000024 - ], - [ - -117.31652202999999, - 34.00093636400004 - ], - [ - -117.316517407, - 34.00093637400005 - ], - [ - -117.31650816299998, - 34.000936394000064 - ], - [ - -117.31650354199996, - 34.00093640400007 - ], - [ - -117.31649891899997, - 34.00093641400008 - ], - [ - -117.31648967299998, - 34.00093643400004 - ], - [ - -117.31648505199996, - 34.00093644400005 - ], - [ - -117.31648042999996, - 34.000936454000055 - ], - [ - -117.31647580699996, - 34.00093646400006 - ], - [ - -117.31647118599994, - 34.00093647400007 - ], - [ - -117.31646656299995, - 34.00093648400008 - ], - [ - -117.31646194199999, - 34.00093649400003 - ], - [ - -117.31645269599994, - 34.000936515000035 - ], - [ - -117.316448074, - 34.00093652500004 - ], - [ - -117.31644345199999, - 34.00093653400006 - ], - [ - -117.31643883099997, - 34.00093654500006 - ], - [ - -117.31643420699999, - 34.00093655400008 - ], - [ - -117.31642958599997, - 34.000936565000075 - ], - [ - -117.31642035999994, - 34.000936585000034 - ], - [ - -117.316415754, - 34.00093659500004 - ], - [ - -117.31641113299997, - 34.00093660500005 - ], - [ - -117.31640651099997, - 34.00093661500006 - ], - [ - -117.31640188699998, - 34.000936625000065 - ], - [ - -117.31639726599997, - 34.00093663500007 - ], - [ - -117.31638802299994, - 34.00093665600008 - ], - [ - -117.3163834, - 34.00093666600003 - ], - [ - -117.31637415599994, - 34.000936686000045 - ], - [ - -117.31636953499998, - 34.000936695000064 - ], - [ - -117.316364911, - 34.00093670600006 - ], - [ - -117.31635566699998, - 34.00093672600008 - ], - [ - -117.31635104499998, - 34.00093673500004 - ], - [ - -117.31634642199998, - 34.000936746000036 - ], - [ - -117.31634180099996, - 34.000936755000055 - ], - [ - -117.31633717999995, - 34.00093676600005 - ], - [ - -117.31632793399996, - 34.00093678700006 - ], - [ - -117.316318691, - 34.00093680700007 - ], - [ - -117.31631406799994, - 34.000936817000024 - ], - [ - -117.31630944699998, - 34.00093682600004 - ], - [ - -117.31630482399999, - 34.00093683600005 - ], - [ - -117.31630020299997, - 34.00093684600006 - ], - [ - -117.31629557999997, - 34.00093685600007 - ], - [ - -117.31629095799997, - 34.000936866000075 - ], - [ - -117.31628171399996, - 34.00093688700008 - ], - [ - -117.31627709199995, - 34.00093689600004 - ], - [ - -117.31627246899995, - 34.00093690700004 - ], - [ - -117.31626322399995, - 34.000936927000055 - ], - [ - -117.316258603, - 34.00093693700006 - ], - [ - -117.31625397999994, - 34.00093694800006 - ], - [ - -117.31624935899998, - 34.00093695700008 - ], - [ - -117.31624473599999, - 34.00093696700003 - ], - [ - -117.31624011399998, - 34.00093697700004 - ], - [ - -117.31623549199998, - 34.000936986000056 - ], - [ - -117.31623086899998, - 34.00093699700005 - ], - [ - -117.31622624799996, - 34.00093700600007 - ], - [ - -117.31622162599996, - 34.00093701700007 - ], - [ - -117.31621238199995, - 34.00093703700003 - ], - [ - -117.31620775899995, - 34.000937048000026 - ], - [ - -117.31620313699995, - 34.000937058000034 - ], - [ - -117.31619851299996, - 34.00093706800004 - ], - [ - -117.31619389199994, - 34.00093707800005 - ], - [ - -117.31618927099998, - 34.00093708700007 - ], - [ - -117.31618002699997, - 34.00093710700003 - ], - [ - -117.31617540299999, - 34.000937117000035 - ], - [ - -117.31617078199997, - 34.00093712700004 - ], - [ - -117.31616615999997, - 34.00093713800004 - ], - [ - -117.31616153799996, - 34.00093714700006 - ], - [ - -117.31615691399998, - 34.000937158000056 - ], - [ - -117.31615229299996, - 34.000937167000075 - ], - [ - -117.31614767099995, - 34.00093717800007 - ], - [ - -117.31614304799996, - 34.00093718800008 - ], - [ - -117.31613846299996, - 34.00093719800003 - ], - [ - -117.31613382299997, - 34.00093720800004 - ], - [ - -117.31612459499996, - 34.000937228000055 - ], - [ - -117.31611997399995, - 34.00093723800006 - ], - [ - -117.31611072899994, - 34.00093725800008 - ], - [ - -117.31610610699994, - 34.00093726800003 - ], - [ - -117.31610148399994, - 34.00093727800004 - ], - [ - -117.31609686399997, - 34.000937288000046 - ], - [ - -117.31609224099998, - 34.00093729800005 - ], - [ - -117.31608761799998, - 34.00093730800006 - ], - [ - -117.31608299399994, - 34.00093731800007 - ], - [ - -117.31607837299998, - 34.00093732800008 - ], - [ - -117.31607375199997, - 34.000937339000075 - ], - [ - -117.31606912899997, - 34.000937349000026 - ], - [ - -117.31606450799995, - 34.000937359000034 - ], - [ - -117.31605988499996, - 34.00093736800005 - ], - [ - -117.31605526299995, - 34.00093737800006 - ], - [ - -117.316050642, - 34.00093738800007 - ], - [ - -117.31604601799995, - 34.000937398000076 - ], - [ - -117.316041397, - 34.00093740900007 - ], - [ - -117.31603677399994, - 34.000937418000035 - ], - [ - -117.316032152, - 34.00093742900003 - ], - [ - -117.31602752899994, - 34.00093743800005 - ], - [ - -117.31602290799998, - 34.00093744900005 - ], - [ - -117.31601828599997, - 34.00093745800007 - ], - [ - -117.31601366199999, - 34.00093747000005 - ], - [ - -117.31600445499998, - 34.00093749000007 - ], - [ - -117.31599983399997, - 34.00093749900003 - ], - [ - -117.315995209, - 34.00093751000003 - ], - [ - -117.31599058799998, - 34.000937520000036 - ], - [ - -117.31598596599997, - 34.000937528000065 - ], - [ - -117.31598134499995, - 34.00093753900006 - ], - [ - -117.31597672199996, - 34.00093754900007 - ], - [ - -117.31597209899996, - 34.00093755900008 - ], - [ - -117.31596747799995, - 34.00093756900003 - ], - [ - -117.31596285599994, - 34.00093757900004 - ], - [ - -117.31595823299995, - 34.000937589000046 - ], - [ - -117.31595360999995, - 34.00093759900005 - ], - [ - -117.31594898999998, - 34.00093760900006 - ], - [ - -117.31594438499997, - 34.00093761900007 - ], - [ - -117.31593977999995, - 34.00093762900008 - ], - [ - -117.315935159, - 34.000937640000075 - ], - [ - -117.31593053599994, - 34.000937650000026 - ], - [ - -117.31592128999995, - 34.00093767000004 - ], - [ - -117.31591668799996, - 34.00093768000005 - ], - [ - -117.31591208299994, - 34.00093769000006 - ], - [ - -117.31590746199998, - 34.000937699000076 - ], - [ - -117.31590283799994, - 34.00093770900003 - ], - [ - -117.31589821699998, - 34.000937719000035 - ], - [ - -117.31589359499998, - 34.00093773000003 - ], - [ - -117.31588434899999, - 34.00093775000005 - ], - [ - -117.31587972799997, - 34.00093775900007 - ], - [ - -117.31587048399996, - 34.000937779000026 - ], - [ - -117.31586586199995, - 34.00093779000008 - ], - [ - -117.31586123899996, - 34.00093780000003 - ], - [ - -117.31585661799994, - 34.00093781100003 - ], - [ - -117.315851996, - 34.00093782000005 - ], - [ - -117.31584737299994, - 34.000937830000055 - ], - [ - -117.31584274999994, - 34.00093784000006 - ], - [ - -117.31583812899999, - 34.00093785000007 - ], - [ - -117.315833506, - 34.00093786000008 - ], - [ - -117.315828883, - 34.00093787000003 - ], - [ - -117.31582426299997, - 34.00093788000004 - ], - [ - -117.31581964099996, - 34.000937890000046 - ], - [ - -117.31581501799997, - 34.000937900000054 - ], - [ - -117.31581039599996, - 34.00093791000006 - ], - [ - -117.31580577299997, - 34.00093792000007 - ], - [ - -117.31579652899995, - 34.000937941000075 - ], - [ - -117.31579190699995, - 34.000937951000026 - ], - [ - -117.31578728599999, - 34.000937960000044 - ], - [ - -117.31577804099999, - 34.00093798100005 - ], - [ - -117.31577345399995, - 34.00093799000007 - ], - [ - -117.315768833, - 34.000938 - ], - [ - -117.31576420899995, - 34.00093801000003 - ], - [ - -117.31575958699995, - 34.00093800700006 - ], - [ - -117.31575034399998, - 34.000938027000075 - ], - [ - -117.31574572099998, - 34.00093805100005 - ], - [ - -117.31574109899998, - 34.00093804800008 - ], - [ - -117.31573185499997, - 34.00093806700005 - ], - [ - -117.31572723299996, - 34.00093809200007 - ], - [ - -117.31572261099996, - 34.00093810100003 - ], - [ - -117.31571798799996, - 34.00093809700007 - ], - [ - -117.31571336499997, - 34.00093812100005 - ], - [ - -117.31570874399995, - 34.00093811700003 - ], - [ - -117.31570412199994, - 34.00093814100006 - ], - [ - -117.31569487699994, - 34.00093816000003 - ], - [ - -117.315690255, - 34.00093817000004 - ], - [ - -117.31568563399998, - 34.00093818000005 - ], - [ - -117.31567638799999, - 34.000938199000075 - ], - [ - -117.31566714499996, - 34.00093822000008 - ], - [ - -117.31566252299996, - 34.000938217000055 - ], - [ - -117.31565324199994, - 34.00093825000005 - ], - [ - -117.31564862099998, - 34.00093824600003 - ], - [ - -117.31564399699994, - 34.00093827000006 - ], - [ - -117.31563475399997, - 34.00093829000008 - ], - [ - -117.31563016799998, - 34.000938287000054 - ], - [ - -117.31562554499999, - 34.00093831000004 - ], - [ - -117.31561629999999, - 34.000938330000054 - ], - [ - -117.31560705599998, - 34.00093834900008 - ], - [ - -117.31559781299995, - 34.00093836900004 - ], - [ - -117.31559318999996, - 34.000938380000036 - ], - [ - -117.31558394599995, - 34.00093839800007 - ], - [ - -117.315574702, - 34.00093841900008 - ], - [ - -117.315565457, - 34.00093843900004 - ], - [ - -117.31556083599997, - 34.000938449000046 - ], - [ - -117.315556212, - 34.000938459000054 - ], - [ - -117.31554696699999, - 34.00093847900007 - ], - [ - -117.31554234599997, - 34.00093848800003 - ], - [ - -117.31552848099994, - 34.000938519000044 - ], - [ - -117.31552385799995, - 34.00093852900005 - ], - [ - -117.31551461099997, - 34.00093855000006 - ], - [ - -117.31550999099994, - 34.000938560000066 - ], - [ - -117.31550074699999, - 34.000938579000035 - ], - [ - -117.31549150399997, - 34.00093859900005 - ], - [ - -117.31548225999995, - 34.00093861900007 - ], - [ - -117.31547301399996, - 34.000938639000026 - ], - [ - -117.31546377099994, - 34.00093865800005 - ], - [ - -117.315459149, - 34.00093866800006 - ], - [ - -117.31545452499995, - 34.00093867800007 - ], - [ - -117.31544993999995, - 34.000938688000076 - ], - [ - -117.31544531799995, - 34.00093869800003 - ], - [ - -117.31544069399996, - 34.000938708000035 - ], - [ - -117.31543607199995, - 34.00093871900003 - ], - [ - -117.31543145099994, - 34.00093872900004 - ], - [ - -117.315422206, - 34.000938735000034 - ], - [ - -117.31541758399999, - 34.000938758000075 - ], - [ - -117.31540834099997, - 34.00093877300003 - ], - [ - -117.31540830499995, - 34.00093877200004 - ], - [ - -117.31540826999998, - 34.00093877200004 - ], - [ - -117.31539902599997, - 34.00093878600006 - ], - [ - -117.31538515699998, - 34.00093882900006 - ], - [ - -117.31537591299997, - 34.00093884800003 - ], - [ - -117.31536663499998, - 34.00093886800005 - ], - [ - -117.31535739099996, - 34.00093887400004 - ], - [ - -117.31534814599996, - 34.00093890800008 - ], - [ - -117.31533890099996, - 34.00093892800004 - ], - [ - -117.31532965799994, - 34.000938949000044 - ], - [ - -117.31532041199995, - 34.00093896800007 - ], - [ - -117.31531579099999, - 34.000938964000056 - ], - [ - -117.31530192499997, - 34.000939008000046 - ], - [ - -117.31529268099996, - 34.00093902800006 - ], - [ - -117.31528343499997, - 34.00093904700003 - ], - [ - -117.315274193, - 34.00093906700005 - ], - [ - -117.31526491199998, - 34.00093908800005 - ], - [ - -117.31525104399998, - 34.00093911700003 - ], - [ - -117.31524180099996, - 34.000939137000046 - ], - [ - -117.31522793399995, - 34.00093916600008 - ], - [ - -117.31521869099998, - 34.00093918600004 - ], - [ - -117.31520482499997, - 34.00093921800004 - ], - [ - -117.31519557999997, - 34.00093923700007 - ], - [ - -117.31519095699997, - 34.000939247000076 - ], - [ - -117.31518171399995, - 34.000939266000046 - ], - [ - -117.31517709099995, - 34.000939276000054 - ], - [ - -117.31516322599998, - 34.00093930600008 - ], - [ - -117.31514935899997, - 34.000939335000055 - ], - [ - -117.31514008, - 34.00093935700005 - ], - [ - -117.315130835, - 34.000939376000076 - ], - [ - -117.31512621299999, - 34.00093938600003 - ], - [ - -117.31511234699997, - 34.00093941600005 - ], - [ - -117.31509847899997, - 34.00093944500003 - ], - [ - -117.31508923699994, - 34.00093945300006 - ], - [ - -117.315079992, - 34.00093948600005 - ], - [ - -117.31507074799998, - 34.000939506000066 - ], - [ - -117.31506612399994, - 34.00093951500003 - ], - [ - -117.31505688099998, - 34.00093953600003 - ], - [ - -117.31504763799995, - 34.000939542000026 - ], - [ - -117.31504301399997, - 34.00093956500007 - ], - [ - -117.31503377099995, - 34.000939585000026 - ], - [ - -117.31502914799995, - 34.000939594000045 - ], - [ - -117.31501528299998, - 34.00093962600005 - ], - [ - -117.31500141599997, - 34.00093964100006 - ], - [ - -117.31499679299998, - 34.00093966400004 - ], - [ - -117.31499217099997, - 34.00093967500004 - ], - [ - -117.31498292699996, - 34.000939695000056 - ], - [ - -117.31496905899996, - 34.000939724000034 - ], - [ - -117.31496443799995, - 34.00093973400004 - ], - [ - -117.31495981599994, - 34.00093974400005 - ], - [ - -117.31495519299995, - 34.00093975400006 - ], - [ - -117.31494594799995, - 34.000939774000074 - ], - [ - -117.31494132699999, - 34.000939784000025 - ], - [ - -117.31493208299997, - 34.00093980400004 - ], - [ - -117.31492746199996, - 34.00093981400005 - ], - [ - -117.31492283799997, - 34.000939824000056 - ], - [ - -117.31491359299997, - 34.000939843000026 - ], - [ - -117.31490434999995, - 34.00093986200005 - ], - [ - -117.31489044699998, - 34.000939893000066 - ], - [ - -117.31488582599997, - 34.000939903000074 - ], - [ - -117.31487658099996, - 34.00093992400008 - ], - [ - -117.31486733799994, - 34.00093994300005 - ], - [ - -117.31485809399999, - 34.000939963000064 - ], - [ - -117.31485343499997, - 34.00093997300007 - ], - [ - -117.31484881399996, - 34.00093998300002 - ], - [ - -117.31483956899996, - 34.00094000200005 - ], - [ - -117.31483494799994, - 34.00094001400004 - ], - [ - -117.31483032499995, - 34.000940023000055 - ], - [ - -117.31481645899999, - 34.00094005300008 - ], - [ - -117.314807213, - 34.00094007200005 - ], - [ - -117.31479796899998, - 34.000940092000064 - ], - [ - -117.31477944599999, - 34.00094013100005 - ], - [ - -117.31476557999997, - 34.000940161000074 - ], - [ - -117.31475171399995, - 34.00094019200003 - ], - [ - -117.31474246699997, - 34.00094021100006 - ], - [ - -117.31473781199998, - 34.000940221000064 - ], - [ - -117.31471459499994, - 34.00094027000006 - ], - [ - -117.31470535099999, - 34.000940290000074 - ], - [ - -117.31470073, - 34.000940300000025 - ], - [ - -117.31469610699997, - 34.00094031000003 - ], - [ - -117.31469148399998, - 34.00094032000004 - ], - [ - -117.31468686299996, - 34.00094033000005 - ], - [ - -117.31468223999997, - 34.00094034000006 - ], - [ - -117.31467761899995, - 34.000940350000064 - ], - [ - -117.31467299499997, - 34.00094036100006 - ], - [ - -117.31466837399995, - 34.00094037100007 - ], - [ - -117.31466375099996, - 34.00094038100008 - ], - [ - -117.314654508, - 34.00094040000005 - ], - [ - -117.314649885, - 34.000940410000055 - ], - [ - -117.31464526299999, - 34.00094042000006 - ], - [ - -117.31464064099998, - 34.00094043000007 - ], - [ - -117.31462677399998, - 34.00094045900005 - ], - [ - -117.31462215199997, - 34.00094046900006 - ], - [ - -117.31461290899995, - 34.00094048900007 - ], - [ - -117.31460362899998, - 34.00094051000008 - ], - [ - -117.31459897099995, - 34.00094051900004 - ], - [ - -117.31459434899995, - 34.00094052900005 - ], - [ - -117.31458048299999, - 34.000940558000025 - ], - [ - -117.314575844, - 34.00094056800003 - ], - [ - -117.31457120299996, - 34.00094057800004 - ], - [ - -117.31456196, - 34.000940599000046 - ], - [ - -117.31455733499996, - 34.000940609000054 - ], - [ - -117.31455271399994, - 34.00094061900006 - ], - [ - -117.31453884799998, - 34.00094064700005 - ], - [ - -117.31453422499999, - 34.00094065700006 - ], - [ - -117.31452960399997, - 34.000940667000066 - ], - [ - -117.31452035899997, - 34.000940687000025 - ], - [ - -117.31451111599995, - 34.00094070700004 - ], - [ - -117.31450187099995, - 34.00094072700006 - ], - [ - -117.31449724899994, - 34.000940737000064 - ], - [ - -117.314492627, - 34.00094074800006 - ], - [ - -117.31448800399994, - 34.00094075800007 - ], - [ - -117.314483382, - 34.00094076700003 - ], - [ - -117.31447413899997, - 34.00094078700005 - ], - [ - -117.31446489299998, - 34.00094080700006 - ], - [ - -117.31446027199996, - 34.000940816000025 - ], - [ - -117.31445564899997, - 34.00094082700008 - ], - [ - -117.31444640399997, - 34.00094084600005 - ], - [ - -117.31444174699999, - 34.000940857000046 - ], - [ - -117.31443712599997, - 34.000940867000054 - ], - [ - -117.31443250399997, - 34.00094087800005 - ], - [ - -117.31442788099997, - 34.00094088600002 - ], - [ - -117.31441863699996, - 34.00094090700003 - ], - [ - -117.31441401399996, - 34.00094091600005 - ], - [ - -117.31440477099994, - 34.00094093600006 - ], - [ - -117.314400149, - 34.000940945000025 - ], - [ - -117.31439552599994, - 34.00094095600008 - ], - [ - -117.31438628199999, - 34.00094097400006 - ], - [ - -117.31438166099997, - 34.00094098500006 - ], - [ - -117.31437241499998, - 34.00094100300004 - ], - [ - -117.31436779399996, - 34.000941014000034 - ], - [ - -117.31436317099997, - 34.00094102400004 - ], - [ - -117.31435392799995, - 34.00094104300007 - ], - [ - -117.31434930499995, - 34.000941053000076 - ], - [ - -117.314344684, - 34.00094106200004 - ], - [ - -117.31434006199999, - 34.000941073000035 - ], - [ - -117.31433545699997, - 34.00094108300004 - ], - [ - -117.31433085099997, - 34.00094109400004 - ], - [ - -117.31432622999995, - 34.00094110300006 - ], - [ - -117.31432160799994, - 34.00094111300007 - ], - [ - -117.31431702099997, - 34.000941123000075 - ], - [ - -117.31431239799997, - 34.000941133000026 - ], - [ - -117.31430777699995, - 34.000941143000034 - ], - [ - -117.31430315499995, - 34.00094115200005 - ], - [ - -117.314293911, - 34.00094117200007 - ], - [ - -117.31428928899999, - 34.00094118100003 - ], - [ - -117.31428466699998, - 34.00094119100004 - ], - [ - -117.31428004199995, - 34.000941201000046 - ], - [ - -117.314275421, - 34.000941211000054 - ], - [ - -117.31427080099996, - 34.00094122100006 - ], - [ - -117.31426617699998, - 34.00094123100007 - ], - [ - -117.314261591, - 34.00094124100008 - ], - [ - -117.31425696699995, - 34.00094125100003 - ], - [ - -117.31425234599999, - 34.00094126100004 - ], - [ - -117.31424772399998, - 34.000941271000045 - ], - [ - -117.31424310199998, - 34.00094128000006 - ], - [ - -117.314238478, - 34.00094129200005 - ], - [ - -117.31423387399997, - 34.00094130100007 - ], - [ - -117.31422927099999, - 34.00094131000003 - ], - [ - -117.314224648, - 34.00094132100003 - ], - [ - -117.31422002699998, - 34.000941330000046 - ], - [ - -117.31421540399998, - 34.000941340000054 - ], - [ - -117.31421078199998, - 34.000941348000026 - ], - [ - -117.31420615899998, - 34.000941359000024 - ], - [ - -117.31420153799996, - 34.00094136800004 - ], - [ - -117.31419691599996, - 34.00094137700006 - ], - [ - -117.31419229399995, - 34.00094138700007 - ], - [ - -117.31412587199998, - 34.00094152300005 - ], - [ - -117.31412253699995, - 34.00093244400006 - ], - [ - -117.31410282599995, - 34.00087879500006 - ], - [ - -117.31410244299997, - 34.000877754000044 - ], - [ - -117.31410114699997, - 34.00087422300004 - ], - [ - -117.31410076299994, - 34.00087318200008 - ], - [ - -117.31409946799994, - 34.00086965000003 - ], - [ - -117.31409908399996, - 34.000868610000055 - ], - [ - -117.31409778799997, - 34.00086507900005 - ], - [ - -117.314097404, - 34.00086403600005 - ], - [ - -117.31409610599997, - 34.00086050600004 - ], - [ - -117.31409480999997, - 34.00085697500003 - ], - [ - -117.31409351299999, - 34.00085344400003 - ], - [ - -117.31409312899996, - 34.00085240400006 - ], - [ - -117.31409183399995, - 34.00084887400004 - ], - [ - -117.31409144899999, - 34.000847830000055 - ], - [ - -117.314091067, - 34.000846790000026 - ], - [ - -117.31408976999995, - 34.00084325800003 - ], - [ - -117.31408938899995, - 34.00084222000004 - ], - [ - -117.31408847399996, - 34.000839728000074 - ], - [ - -117.31408717499994, - 34.00083619800006 - ], - [ - -117.31408626099994, - 34.00083370700003 - ], - [ - -117.31408588, - 34.000832665000075 - ], - [ - -117.31408496399996, - 34.00083017600008 - ], - [ - -117.31408366699998, - 34.000826646000064 - ], - [ - -117.31408237, - 34.000823113000024 - ], - [ - -117.31408107299995, - 34.000819583000066 - ], - [ - -117.314079774, - 34.00081605300005 - ], - [ - -117.31407847899999, - 34.00081252200005 - ], - [ - -117.31407718, - 34.00080899000005 - ], - [ - -117.31407588299999, - 34.00080546000004 - ], - [ - -117.31407458599995, - 34.000801927000055 - ], - [ - -117.31407328999995, - 34.00079839700004 - ], - [ - -117.31407199199998, - 34.000794866000035 - ], - [ - -117.31407160999998, - 34.00079382500007 - ], - [ - -117.31407031299995, - 34.00079029400007 - ], - [ - -117.31406992899997, - 34.00078925400004 - ], - [ - -117.31406863099994, - 34.000785723000035 - ], - [ - -117.31406695099997, - 34.000781149000034 - ], - [ - -117.31406656999997, - 34.00078010800007 - ], - [ - -117.314065272, - 34.00077657800006 - ], - [ - -117.31406489099999, - 34.00077553800003 - ], - [ - -117.31406359199997, - 34.000772006000034 - ], - [ - -117.31406321199995, - 34.00077096500007 - ], - [ - -117.31406191299999, - 34.00076743300008 - ], - [ - -117.31406153199998, - 34.00076639200006 - ], - [ - -117.31406023299996, - 34.000762863000034 - ], - [ - -117.31405985199996, - 34.000761821000026 - ], - [ - -117.31405855199995, - 34.00075828900003 - ], - [ - -117.31405816999995, - 34.00075724800007 - ], - [ - -117.31405687399996, - 34.000753717000066 - ], - [ - -117.31405649099997, - 34.00075267600005 - ], - [ - -117.31405519299994, - 34.00074914600003 - ], - [ - -117.31405351399997, - 34.00074457300008 - ], - [ - -117.31403312499998, - 34.000689074000036 - ], - [ - -117.31403282999997, - 34.000636032000045 - ], - [ - -117.31403280799998, - 34.00063218300005 - ], - [ - -117.31403278699997, - 34.00062833100003 - ], - [ - -117.31403276599997, - 34.000624483000024 - ], - [ - -117.31403274399997, - 34.00062063300004 - ], - [ - -117.31403272299997, - 34.000616784000044 - ], - [ - -117.31402726299996, - 33.99963161200003 - ], - [ - -117.31402723099995, - 33.99962610700004 - ], - [ - -117.31402720099999, - 33.99962060100006 - ], - [ - -117.31402716899998, - 33.99961509600007 - ], - [ - -117.31402713899996, - 33.999609591000024 - ], - [ - -117.31402710799995, - 33.999604085000044 - ], - [ - -117.31402684099999, - 33.99955578400005 - ], - [ - -117.31386843699994, - 33.999476306000076 - ], - [ - -117.31378096099996, - 33.999429887000076 - ], - [ - -117.31377791799997, - 33.999428272000046 - ], - [ - -117.31377324799996, - 33.99942579300006 - ], - [ - -117.313770203, - 33.99942417700004 - ], - [ - -117.31376857699996, - 33.99942331400007 - ], - [ - -117.313765532, - 33.99942169900004 - ], - [ - -117.31367971799995, - 33.99937616200003 - ], - [ - -117.31359980399998, - 33.99933375400008 - ], - [ - -117.31359865299999, - 33.99925022200006 - ], - [ - -117.31359857799998, - 33.99924471600008 - ], - [ - -117.31359850099994, - 33.99923921100003 - ], - [ - -117.31359842599994, - 33.99923370600004 - ], - [ - -117.3135983499999, - 33.99922820100005 - ], - [ - -117.31359827399996, - 33.99922269500007 - ], - [ - -117.31359819899996, - 33.999217190000024 - ], - [ - -117.31359812199997, - 33.999211685000034 - ], - [ - -117.31359804699997, - 33.999206180000044 - ], - [ - -117.31359797099998, - 33.999200674000065 - ], - [ - -117.31359789499999, - 33.999195169000075 - ], - [ - -117.31359781999998, - 33.99918966400003 - ], - [ - -117.31359766799994, - 33.99917865400005 - ], - [ - -117.31359759199995, - 33.99917314800007 - ], - [ - -117.31359751599996, - 33.99916764300008 - ], - [ - -117.31359743999997, - 33.99916213800003 - ], - [ - -117.31359736499996, - 33.99915663300004 - ], - [ - -117.31359728899997, - 33.99915112800005 - ], - [ - -117.31359721299998, - 33.99914562200007 - ], - [ - -117.31359713799998, - 33.999140117000024 - ], - [ - -117.31359706099994, - 33.999134612000034 - ], - [ - -117.313596986, - 33.999129106000055 - ], - [ - -117.31359690999994, - 33.999123601000065 - ], - [ - -117.31359683399995, - 33.999118096000075 - ], - [ - -117.31359675899995, - 33.99911259000004 - ], - [ - -117.31359660699997, - 33.99910157800008 - ], - [ - -117.31359653099997, - 33.99909607300003 - ], - [ - -117.31359645499998, - 33.99909056800004 - ], - [ - -117.31359637999998, - 33.99908506300005 - ], - [ - -117.31359630399999, - 33.99907955800006 - ], - [ - -117.31359615199995, - 33.999068547000036 - ], - [ - -117.31359607599995, - 33.999063042000046 - ], - [ - -117.313596, - 33.999057537000056 - ], - [ - -117.31359592499996, - 33.999052031000076 - ], - [ - -117.31359584899997, - 33.99904652600003 - ], - [ - -117.31359577299997, - 33.99904102100004 - ], - [ - -117.31359569799997, - 33.99903551600005 - ], - [ - -117.313595621, - 33.99903001100006 - ], - [ - -117.31359546999994, - 33.999019 - ], - [ - -117.31359539399995, - 33.99901349500004 - ], - [ - -117.31359531899994, - 33.99900798900006 - ], - [ - -117.31359524199996, - 33.99900248400007 - ], - [ - -117.31359516699996, - 33.998996979000026 - ], - [ - -117.31359509099997, - 33.998991474000036 - ], - [ - -117.31359501499998, - 33.998985969000046 - ], - [ - -117.31359493999997, - 33.998980463000066 - ], - [ - -117.313594863, - 33.998974958000076 - ], - [ - -117.31359478799999, - 33.99896945300003 - ], - [ - -117.31359471199994, - 33.99896394700005 - ], - [ - -117.31359463599995, - 33.99895844300005 - ], - [ - -117.31359455999996, - 33.99895293700007 - ], - [ - -117.31359448499995, - 33.99894743200008 - ], - [ - -117.31359440899996, - 33.99894192600004 - ], - [ - -117.31359433299997, - 33.99893642100005 - ], - [ - -117.31359425699998, - 33.998930915000074 - ], - [ - -117.31359418099998, - 33.99892541000003 - ], - [ - -117.31359410599998, - 33.99891990500004 - ], - [ - -117.31359403, - 33.99891440000005 - ], - [ - -117.31359395399994, - 33.99890889400007 - ], - [ - -117.31359387899994, - 33.99890338900008 - ], - [ - -117.31359380199996, - 33.99889788400003 - ], - [ - -117.31359365099996, - 33.99888687300006 - ], - [ - -117.31359357499997, - 33.99888136800007 - ], - [ - -117.31359349999997, - 33.99887586300002 - ], - [ - -117.31359342299999, - 33.99887035800003 - ], - [ - -117.31359334799998, - 33.998864852000054 - ], - [ - -117.31359319599994, - 33.998853842000074 - ], - [ - -117.31359312, - 33.99884833600004 - ], - [ - -117.31359304499995, - 33.99884283100005 - ], - [ - -117.31359296899996, - 33.99883732600006 - ], - [ - -117.31359289299996, - 33.99883182100007 - ], - [ - -117.31359281699997, - 33.99882631600008 - ], - [ - -117.31359274099998, - 33.99882081100003 - ], - [ - -117.31359266599998, - 33.99881530500005 - ], - [ - -117.31359258999998, - 33.99880979900007 - ], - [ - -117.313592514, - 33.998804294000024 - ], - [ - -117.313592439, - 33.998798789000034 - ], - [ - -117.31359236199995, - 33.998793284000044 - ], - [ - -117.31359228699995, - 33.998787779000054 - ], - [ - -117.31359205999996, - 33.99877126200005 - ], - [ - -117.31359198299998, - 33.99876575700006 - ], - [ - -117.31359190799998, - 33.99876025100008 - ], - [ - -117.31359183199999, - 33.99875474600003 - ], - [ - -117.31359167999994, - 33.99874373600005 - ], - [ - -117.31359152899995, - 33.998732725000025 - ], - [ - -117.31359145299996, - 33.998727220000035 - ], - [ - -117.31359137699997, - 33.998721715000045 - ], - [ - -117.31359130099997, - 33.998716209000065 - ], - [ - -117.31359122599997, - 33.998710704000075 - ], - [ - -117.31359114999998, - 33.99870519900003 - ], - [ - -117.31359107399999, - 33.99869969400004 - ], - [ - -117.31359092199995, - 33.99868868300007 - ], - [ - -117.31359084699994, - 33.99868318600005 - ], - [ - -117.31359076999996, - 33.998677686000065 - ], - [ - -117.31359069499996, - 33.998672181000074 - ], - [ - -117.31359061899997, - 33.99866667600003 - ], - [ - -117.31359046699998, - 33.99865566600005 - ], - [ - -117.313590391, - 33.99865016000007 - ], - [ - -117.31359031599999, - 33.99864465500008 - ], - [ - -117.3135902399999, - 33.99863914900004 - ], - [ - -117.31359016399995, - 33.99863364500004 - ], - [ - -117.31359008899994, - 33.99862814000005 - ], - [ - -117.31359001199996, - 33.99862263500006 - ], - [ - -117.31358985999998, - 33.998611624000034 - ], - [ - -117.31358978499998, - 33.998606118000055 - ], - [ - -117.31358970999997, - 33.998600613000065 - ], - [ - -117.313589633, - 33.998595108000075 - ], - [ - -117.31358948199994, - 33.99858409700005 - ], - [ - -117.31358940599995, - 33.99857859200006 - ], - [ - -117.31358932999996, - 33.99857308600008 - ], - [ - -117.31358917899996, - 33.99856207600004 - ], - [ - -117.31358910299997, - 33.99855657100005 - ], - [ - -117.31358895099999, - 33.998545560000025 - ], - [ - -117.31358887599998, - 33.998540054000046 - ], - [ - -117.3135888, - 33.998534549000055 - ], - [ - -117.31358872399994, - 33.998529044000065 - ], - [ - -117.31358864899994, - 33.998523531000046 - ], - [ - -117.31358857199996, - 33.998518026000056 - ], - [ - -117.31358849699996, - 33.998512521000066 - ], - [ - -117.31358842099996, - 33.998507016000076 - ], - [ - -117.31358834499997, - 33.99850151100003 - ], - [ - -117.31358826999997, - 33.99849600600004 - ], - [ - -117.31358811799998, - 33.99848499400008 - ], - [ - -117.313588042, - 33.99847948900003 - ], - [ - -117.31358788999995, - 33.99846847900005 - ], - [ - -117.31358781499995, - 33.99846297400006 - ], - [ - -117.31358773899996, - 33.99845746900007 - ], - [ - -117.31358766299996, - 33.998451963000036 - ], - [ - -117.31358758799996, - 33.998446459000036 - ], - [ - -117.31358751099998, - 33.998440953000056 - ], - [ - -117.31358743599998, - 33.998435448000066 - ], - [ - -117.31358735999999, - 33.99842994200003 - ], - [ - -117.313587284, - 33.99842443700004 - ], - [ - -117.313587209, - 33.99841893200005 - ], - [ - -117.31358713199995, - 33.99841342700006 - ], - [ - -117.31358705699995, - 33.99840791400004 - ], - [ - -117.31358698099996, - 33.99840240800006 - ], - [ - -117.31358690599995, - 33.99839690300007 - ], - [ - -117.31358682999996, - 33.998391398000024 - ], - [ - -117.31358675399997, - 33.998385893000034 - ], - [ - -117.31358667899997, - 33.998380387000054 - ], - [ - -117.31358660199999, - 33.998374881000075 - ], - [ - -117.31358652699998, - 33.99836937600003 - ], - [ - -117.31358644999995, - 33.99836387100004 - ], - [ - -117.3135863, - 33.99835286100006 - ], - [ - -117.31358622299996, - 33.99834735600007 - ], - [ - -117.31358607199996, - 33.99833634500004 - ], - [ - -117.31358599599997, - 33.99833084100004 - ], - [ - -117.31358592, - 33.99832533500006 - ], - [ - -117.31358584399999, - 33.998319829000025 - ], - [ - -117.313585693, - 33.998308819000044 - ], - [ - -117.31358561699994, - 33.998303314000054 - ], - [ - -117.31358554099995, - 33.998297809000064 - ], - [ - -117.31358546599995, - 33.99829230300003 - ], - [ - -117.31358538999996, - 33.99828679700005 - ], - [ - -117.31358531399997, - 33.99828129200006 - ], - [ - -117.31358523799997, - 33.99827578700007 - ], - [ - -117.31358516199998, - 33.99827027500004 - ], - [ - -117.31358501099999, - 33.99825926500006 - ], - [ - -117.313584935, - 33.99825375900008 - ], - [ - -117.31358486, - 33.99824825400003 - ], - [ - -117.31358478399994, - 33.99824274900004 - ], - [ - -117.31358470799995, - 33.99823724400005 - ], - [ - -117.31358463199996, - 33.99823173900006 - ], - [ - -117.31358455599997, - 33.998226233000025 - ], - [ - -117.31358447999997, - 33.998220728000035 - ], - [ - -117.31358440499997, - 33.998215222000056 - ], - [ - -117.31358432899998, - 33.998209717000066 - ], - [ - -117.31358425299999, - 33.99820421100003 - ], - [ - -117.31358417799999, - 33.99819870600004 - ], - [ - -117.31358410099995, - 33.99819320100005 - ], - [ - -117.31358402599994, - 33.99818769500007 - ], - [ - -117.31358394999995, - 33.99818219000008 - ], - [ - -117.31358387399996, - 33.99817668500003 - ], - [ - -117.31358379899996, - 33.99817117900005 - ], - [ - -117.31358372199998, - 33.99816567400006 - ], - [ - -117.31358364699997, - 33.99816016900007 - ], - [ - -117.31358357099998, - 33.998154664000026 - ], - [ - -117.31358349499999, - 33.998149159000036 - ], - [ - -117.31358341999999, - 33.998143654000046 - ], - [ - -117.313583344, - 33.998138148000066 - ], - [ - -117.31358326799995, - 33.998132643000076 - ], - [ - -117.31358319199995, - 33.99812713700004 - ], - [ - -117.31358311599996, - 33.99812163300004 - ], - [ - -117.31358303999997, - 33.99811612700006 - ], - [ - -117.31358296499997, - 33.99811062200007 - ], - [ - -117.31358288899997, - 33.99810511600003 - ], - [ - -117.31358273799998, - 33.99809409900007 - ], - [ - -117.31358266099994, - 33.99808859400002 - ], - [ - -117.31358258599994, - 33.99808308900003 - ], - [ - -117.31358250999995, - 33.99807758400004 - ], - [ - -117.31358243399995, - 33.998072078000064 - ], - [ - -117.31358235899995, - 33.998066573000074 - ], - [ - -117.31358228299996, - 33.99806106700004 - ], - [ - -117.31358220699997, - 33.99805556200005 - ], - [ - -117.31358213099998, - 33.99805005700006 - ], - [ - -117.31358205599997, - 33.99804455200007 - ], - [ - -117.31358190399999, - 33.99803353400006 - ], - [ - -117.31358182899999, - 33.99802802900007 - ], - [ - -117.31358175199995, - 33.99802252400008 - ], - [ - -117.31358167699995, - 33.99801701900003 - ], - [ - -117.31358160099995, - 33.99801151300005 - ], - [ - -117.31358152499996, - 33.99800600700007 - ], - [ - -117.31358144999996, - 33.998000502000025 - ], - [ - -117.31358137299998, - 33.997994996000045 - ], - [ - -117.31358129799997, - 33.997989491000055 - ], - [ - -117.31358122199998, - 33.997983986000065 - ], - [ - -117.313581146, - 33.997978481000075 - ], - [ - -117.31358106999994, - 33.99797297500004 - ], - [ - -117.31358099499994, - 33.99796747100004 - ], - [ - -117.31358091899995, - 33.99796196400007 - ], - [ - -117.31358084299995, - 33.99795646000007 - ], - [ - -117.31358076799995, - 33.99795095400003 - ], - [ - -117.31358069099997, - 33.99794544900004 - ], - [ - -117.31358061599997, - 33.99793994400005 - ], - [ - -117.31358053999998, - 33.99793443900006 - ], - [ - -117.31358046399998, - 33.99792892600004 - ], - [ - -117.31358038899998, - 33.997923428000036 - ], - [ - -117.31358031199994, - 33.997917923000045 - ], - [ - -117.31358023699994, - 33.997912418000055 - ], - [ - -117.31358016099995, - 33.997906912000076 - ], - [ - -117.31358008499996, - 33.99790140700003 - ], - [ - -117.31358000999995, - 33.99789590100005 - ], - [ - -117.31357993299997, - 33.99789039600006 - ], - [ - -117.31357985799997, - 33.99788489200006 - ], - [ - -117.31357978199998, - 33.99787938600008 - ], - [ - -117.31357970599998, - 33.99787388100003 - ], - [ - -117.313579555, - 33.99786287000006 - ], - [ - -117.31357947899994, - 33.99785736600006 - ], - [ - -117.31357940299995, - 33.997851860000026 - ], - [ - -117.31357925099996, - 33.997840849000056 - ], - [ - -117.31357917599996, - 33.997835344000066 - ], - [ - -117.31357902399998, - 33.99782433400003 - ], - [ - -117.31357894899998, - 33.99781882900004 - ], - [ - -117.313578872, - 33.99781332400005 - ], - [ - -117.313578797, - 33.997807816000034 - ], - [ - -117.31357872099994, - 33.99780231200003 - ], - [ - -117.31357864499995, - 33.99779680600005 - ], - [ - -117.31357856999995, - 33.99779130100006 - ], - [ - -117.31357849299997, - 33.99778579600007 - ], - [ - -117.31357841799996, - 33.997780291000026 - ], - [ - -117.31357834199997, - 33.99777478500005 - ], - [ - -117.31357826599998, - 33.997769283000025 - ], - [ - -117.31357818999999, - 33.99776378200005 - ], - [ - -117.31357811399994, - 33.99775827600007 - ], - [ - -117.313578039, - 33.99775277100008 - ], - [ - -117.31357796299994, - 33.99774726600003 - ], - [ - -117.31357781099996, - 33.99773625500006 - ], - [ - -117.31357773599996, - 33.99773075100006 - ], - [ - -117.31357765999996, - 33.99772524400004 - ], - [ - -117.31357758399997, - 33.997719740000036 - ], - [ - -117.31357750799998, - 33.99771423400006 - ], - [ - -117.31357743199999, - 33.99770872900007 - ], - [ - -117.31357735699999, - 33.99770322400008 - ], - [ - -117.31357720499994, - 33.99769221300005 - ], - [ - -117.31357712999994, - 33.99768670800006 - ], - [ - -117.31357705299996, - 33.997681202000024 - ], - [ - -117.31357697799996, - 33.99767569800008 - ], - [ - -117.31357690099998, - 33.997670192000044 - ], - [ - -117.31357674999998, - 33.99765918200006 - ], - [ - -117.31357667399999, - 33.99765367700007 - ], - [ - -117.31357659899999, - 33.99764817200003 - ], - [ - -117.313576523, - 33.99764266600005 - ], - [ - -117.31357637099995, - 33.99763165500008 - ], - [ - -117.31357629599995, - 33.99762615000003 - ], - [ - -117.31357621999996, - 33.99762064500004 - ], - [ - -117.31357606799997, - 33.99760963500006 - ], - [ - -117.31357599199998, - 33.997604126000056 - ], - [ - -117.31357591699998, - 33.99759861600006 - ], - [ - -117.31357584099999, - 33.99759311100007 - ], - [ - -117.31357576499994, - 33.997587606000025 - ], - [ - -117.31357569, - 33.997582100000045 - ], - [ - -117.31357561299995, - 33.997576595000055 - ], - [ - -117.31357553799995, - 33.997571089000076 - ], - [ - -117.31357436299999, - 33.99748574100005 - ], - [ - -117.31357432799996, - 33.99748314900006 - ], - [ - -117.31357430899999, - 33.997481855000046 - ], - [ - -117.31314901499996, - 33.99747425000004 - ], - [ - -117.31314665199994, - 33.99747420800003 - ], - [ - -117.30934168099998, - 33.99740611300007 - ], - [ - -117.309294148, - 33.99740527800003 - ], - [ - -117.30929445799995, - 33.99749180500004 - ], - [ - -117.30929447999995, - 33.99749731000003 - ], - [ - -117.30929449899998, - 33.997502815000075 - ], - [ - -117.30929452, - 33.99750834900004 - ], - [ - -117.30929453999994, - 33.99751386600008 - ], - [ - -117.30929456099994, - 33.99751937100007 - ], - [ - -117.30929457899998, - 33.997524877000046 - ], - [ - -117.30929459899994, - 33.997530382000036 - ], - [ - -117.309294621, - 33.99753588900006 - ], - [ - -117.30929464099995, - 33.99754139300006 - ], - [ - -117.30929466099997, - 33.99754689900004 - ], - [ - -117.30929468099998, - 33.99755240400003 - ], - [ - -117.30929470199999, - 33.99755791000007 - ], - [ - -117.30929472199995, - 33.99756341500006 - ], - [ - -117.30929474299995, - 33.99756892200003 - ], - [ - -117.30929476199998, - 33.99757442600003 - ], - [ - -117.30929478299998, - 33.997579932000065 - ], - [ - -117.30929480299994, - 33.997585437000055 - ], - [ - -117.30929482399995, - 33.997590943000034 - ], - [ - -117.30929484299998, - 33.997596448000024 - ], - [ - -117.30929486399998, - 33.99760195500005 - ], - [ - -117.30929488399994, - 33.99760745900005 - ], - [ - -117.30929492299998, - 33.99761847100007 - ], - [ - -117.30929494399999, - 33.99762397600006 - ], - [ - -117.30929498299997, - 33.99763498800007 - ], - [ - -117.30929500299999, - 33.99764052000006 - ], - [ - -117.30929504299996, - 33.997651544000064 - ], - [ - -117.30929506299998, - 33.997657048000065 - ], - [ - -117.30929508199995, - 33.997662553000055 - ], - [ - -117.30929510399994, - 33.997668060000024 - ], - [ - -117.30929512399996, - 33.997673564000024 - ], - [ - -117.30929514399998, - 33.99767907000006 - ], - [ - -117.30929516299994, - 33.99768457500005 - ], - [ - -117.30929518499994, - 33.99769008100003 - ], - [ - -117.30929522399998, - 33.99770109200006 - ], - [ - -117.30929524399994, - 33.997706598000036 - ], - [ - -117.30929528399997, - 33.99771760700003 - ], - [ - -117.30929530299994, - 33.99772311300006 - ], - [ - -117.30929532299996, - 33.99772861900004 - ], - [ - -117.30929534499995, - 33.99773412500008 - ], - [ - -117.30929536499997, - 33.99773963100006 - ], - [ - -117.30929538499998, - 33.99774513500006 - ], - [ - -117.30929540399995, - 33.99775064200003 - ], - [ - -117.30929542599995, - 33.997756147000075 - ], - [ - -117.309295465, - 33.997767158000045 - ], - [ - -117.30929550499997, - 33.99777816900007 - ], - [ - -117.309295524, - 33.99778367600004 - ], - [ - -117.30929554399995, - 33.99778918000004 - ], - [ - -117.30929558399998, - 33.99780019100007 - ], - [ - -117.30929560399994, - 33.99780569700005 - ], - [ - -117.30929562199998, - 33.99781120200004 - ], - [ - -117.30929564299998, - 33.99781670900006 - ], - [ - -117.30929566199995, - 33.99782221300006 - ], - [ - -117.30929568299996, - 33.99782772000003 - ], - [ - -117.30929570099994, - 33.99783322400003 - ], - [ - -117.30929572199994, - 33.99783872900008 - ], - [ - -117.30929574099997, - 33.99784423500006 - ], - [ - -117.30929576299997, - 33.99784974100004 - ], - [ - -117.309295766, - 33.99785524600003 - ], - [ - -117.30929580199995, - 33.997860751000076 - ], - [ - -117.30929582099998, - 33.997866258000045 - ], - [ - -117.30929584199998, - 33.997871762000045 - ], - [ - -117.30929588099997, - 33.99788277400006 - ], - [ - -117.30929589999994, - 33.99788827800006 - ], - [ - -117.30929592099994, - 33.99789378400004 - ], - [ - -117.30929594, - 33.99789929100007 - ], - [ - -117.30929595899994, - 33.99790479500007 - ], - [ - -117.309295981, - 33.99791030200004 - ], - [ - -117.30929599899997, - 33.99791580600004 - ], - [ - -117.30929601899999, - 33.997921312000074 - ], - [ - -117.30929603799996, - 33.997926817000064 - ], - [ - -117.30929605999995, - 33.99793232300004 - ], - [ - -117.309296099, - 33.99794333500006 - ], - [ - -117.30929611699997, - 33.99794883900006 - ], - [ - -117.30929613899997, - 33.99795434500004 - ], - [ - -117.30929615899998, - 33.99795985000003 - ], - [ - -117.30929616199995, - 33.997965355000076 - ], - [ - -117.30929618199997, - 33.997970861000056 - ], - [ - -117.30929621899998, - 33.99797640600008 - ], - [ - -117.309296239, - 33.99798191200006 - ], - [ - -117.30929624099997, - 33.99798741700005 - ], - [ - -117.30929629899998, - 33.99799842800007 - ], - [ - -117.30929631799995, - 33.998003933000064 - ], - [ - -117.30929633699998, - 33.99800943900004 - ], - [ - -117.30929635499996, - 33.998014984000065 - ], - [ - -117.30929637699995, - 33.998020488000066 - ], - [ - -117.30929641599994, - 33.998031500000025 - ], - [ - -117.30929645599997, - 33.99804251000006 - ], - [ - -117.30929649599994, - 33.99805352200008 - ], - [ - -117.30929655499995, - 33.99807007700008 - ], - [ - -117.30929657399997, - 33.998075623000034 - ], - [ - -117.30929661299996, - 33.99808663300007 - ], - [ - -117.30929663499995, - 33.99809213900005 - ], - [ - -117.30929669399995, - 33.99810865500007 - ], - [ - -117.30929673399999, - 33.998119694000025 - ], - [ - -117.309296771, - 33.99813071700004 - ], - [ - -117.30929679299999, - 33.998136223000074 - ], - [ - -117.30929683199997, - 33.998147234000044 - ], - [ - -117.30929687199995, - 33.998158244000024 - ], - [ - -117.30929689199996, - 33.99816375000006 - ], - [ - -117.309296911, - 33.99816925500005 - ], - [ - -117.30929693099995, - 33.99817476100003 - ], - [ - -117.30929695199995, - 33.998180267000066 - ], - [ - -117.30929699099994, - 33.998191278000036 - ], - [ - -117.30929700999997, - 33.998196783000026 - ], - [ - -117.30929702999998, - 33.99820232800005 - ], - [ - -117.30929705099999, - 33.99820783300004 - ], - [ - -117.30929707099995, - 33.998213339000074 - ], - [ - -117.30929708999997, - 33.99821884500005 - ], - [ - -117.30929710899994, - 33.998224349000054 - ], - [ - -117.30929712999995, - 33.99822985600008 - ], - [ - -117.30929715099995, - 33.998235360000024 - ], - [ - -117.30929718999994, - 33.99824637100005 - ], - [ - -117.30929720999995, - 33.99825187700003 - ], - [ - -117.30929722899998, - 33.99825738200008 - ], - [ - -117.30929724899994, - 33.99826284900007 - ], - [ - -117.30929726799997, - 33.99826835400006 - ], - [ - -117.30929728899997, - 33.99827386000004 - ], - [ - -117.30929730799994, - 33.99827936500003 - ], - [ - -117.30929732699997, - 33.99828487000008 - ], - [ - -117.30929734699998, - 33.99829037500007 - ], - [ - -117.30929736399997, - 33.99829585300006 - ], - [ - -117.30929738599997, - 33.99830134700005 - ], - [ - -117.30929740499994, - 33.99830685300003 - ], - [ - -117.30929742599994, - 33.99831235800008 - ], - [ - -117.30929746599998, - 33.99832336800006 - ], - [ - -117.309297486, - 33.99832887400004 - ], - [ - -117.30929750499996, - 33.998334380000074 - ], - [ - -117.30929752599997, - 33.99833988600005 - ], - [ - -117.309297545, - 33.99834539100004 - ], - [ - -117.30929756399996, - 33.998350896000034 - ], - [ - -117.30929758399998, - 33.99835640200007 - ], - [ - -117.309297604, - 33.99836190700006 - ], - [ - -117.30929762399995, - 33.99836741300004 - ], - [ - -117.30929764399997, - 33.998372920000065 - ], - [ - -117.30929766299994, - 33.998378424000066 - ], - [ - -117.30929768299995, - 33.998383929000056 - ], - [ - -117.30929770199998, - 33.998389436000025 - ], - [ - -117.30929772299999, - 33.99839494100007 - ], - [ - -117.30929774099997, - 33.99840044600006 - ], - [ - -117.30929776199997, - 33.99840595300003 - ], - [ - -117.30929778099994, - 33.99841145700003 - ], - [ - -117.30929780199995, - 33.99841696300007 - ], - [ - -117.30929782099997, - 33.99842247000004 - ], - [ - -117.30929784099999, - 33.99842797400004 - ], - [ - -117.30929785999996, - 33.998433480000074 - ], - [ - -117.30929787899998, - 33.998438985000064 - ], - [ - -117.3092979, - 33.998444490000054 - ], - [ - -117.30929791799997, - 33.99844999600003 - ], - [ - -117.30929793899998, - 33.99845550200007 - ], - [ - -117.30929795799995, - 33.99846100700006 - ], - [ - -117.30929797899995, - 33.99846651200005 - ], - [ - -117.30929799799998, - 33.998472019000076 - ], - [ - -117.30929803699996, - 33.998483029000056 - ], - [ - -117.30929805899996, - 33.998488535000035 - ], - [ - -117.309298077, - 33.998494040000026 - ], - [ - -117.30929809699995, - 33.99849954500007 - ], - [ - -117.30929811599998, - 33.99850505100005 - ], - [ - -117.30929813799997, - 33.99851055600004 - ], - [ - -117.30929815599995, - 33.99851606200008 - ], - [ - -117.30929817699996, - 33.99852156800006 - ], - [ - -117.30929821599995, - 33.99853257800004 - ], - [ - -117.30929823599996, - 33.998538084000074 - ], - [ - -117.30929825499999, - 33.998543589000064 - ], - [ - -117.30929827499995, - 33.998549094000055 - ], - [ - -117.30929829299998, - 33.998554600000034 - ], - [ - -117.30929831499998, - 33.998560105000024 - ], - [ - -117.30929833399995, - 33.99856561100006 - ], - [ - -117.30929835299997, - 33.99857111700004 - ], - [ - -117.30929837399998, - 33.99857662200003 - ], - [ - -117.30929839299995, - 33.998582128000066 - ], - [ - -117.30929841199998, - 33.99858763300006 - ], - [ - -117.309298432, - 33.99859313800005 - ], - [ - -117.30929845299994, - 33.99859864300004 - ], - [ - -117.30929847199997, - 33.99860414900007 - ], - [ - -117.30929849199998, - 33.99860965500005 - ], - [ - -117.30929851099995, - 33.99861515900005 - ], - [ - -117.30929855099998, - 33.99862617100007 - ], - [ - -117.30929857199999, - 33.99863167700005 - ], - [ - -117.30929858999997, - 33.99863718200004 - ], - [ - -117.30929862999994, - 33.998648192000076 - ], - [ - -117.30929865, - 33.998653699000045 - ], - [ - -117.30929868899995, - 33.99866471000007 - ], - [ - -117.30929870899996, - 33.99867021500006 - ], - [ - -117.30929872799999, - 33.99867571900006 - ], - [ - -117.309298749, - 33.99868122500004 - ], - [ - -117.30929880699995, - 33.99869774300004 - ], - [ - -117.30929882699996, - 33.99870324800003 - ], - [ - -117.30929886599995, - 33.998714258000064 - ], - [ - -117.30929888499998, - 33.998719752000056 - ], - [ - -117.30929892499995, - 33.99873073600003 - ], - [ - -117.30929894299999, - 33.998736241000074 - ], - [ - -117.30929896499998, - 33.998741746000064 - ], - [ - -117.30929898499994, - 33.998747252000044 - ], - [ - -117.30929900499996, - 33.998752757000034 - ], - [ - -117.30929902399998, - 33.99875826300007 - ], - [ - -117.30929904499999, - 33.99876377000004 - ], - [ - -117.30929906399996, - 33.99876927400004 - ], - [ - -117.30929908399997, - 33.99877477800004 - ], - [ - -117.30929910299994, - 33.998780285000066 - ], - [ - -117.30929914299998, - 33.998791295000046 - ], - [ - -117.30929916199995, - 33.998796801000026 - ], - [ - -117.30929920099999, - 33.99880781200005 - ], - [ - -117.309299222, - 33.99881331800003 - ], - [ - -117.30929924099996, - 33.99881882400007 - ], - [ - -117.30929926099998, - 33.99882432800007 - ], - [ - -117.30929929999996, - 33.99883534000003 - ], - [ - -117.30929932, - 33.998840846000064 - ], - [ - -117.30929935899997, - 33.998851857000034 - ], - [ - -117.30929937899998, - 33.998857361000034 - ], - [ - -117.30929939899994, - 33.99886286800006 - ], - [ - -117.30929941899996, - 33.99886837300005 - ], - [ - -117.30929943799998, - 33.99887387800004 - ], - [ - -117.30929945799994, - 33.99887938400008 - ], - [ - -117.30929947799996, - 33.998884850000024 - ], - [ - -117.309299496, - 33.99889035500007 - ], - [ - -117.30929951499996, - 33.99889583300006 - ], - [ - -117.30929953499998, - 33.998901327000056 - ], - [ - -117.30929955599998, - 33.998906832000046 - ], - [ - -117.30929957599994, - 33.998912338000025 - ], - [ - -117.30929959699995, - 33.99891784300007 - ], - [ - -117.30929961499999, - 33.99892334800006 - ], - [ - -117.30929963399996, - 33.99892885500003 - ], - [ - -117.30929965499996, - 33.99893435900003 - ], - [ - -117.30929967399999, - 33.99893986500007 - ], - [ - -117.30929969399995, - 33.99894537000006 - ], - [ - -117.30929971299997, - 33.99895087500005 - ], - [ - -117.30929973499997, - 33.99895638100003 - ], - [ - -117.30929975299995, - 33.998961887000064 - ], - [ - -117.30929977399995, - 33.998967392000054 - ], - [ - -117.309299792, - 33.998972898000034 - ], - [ - -117.30929981399998, - 33.998978403000024 - ], - [ - -117.30929983199997, - 33.99898390800007 - ], - [ - -117.30929985199998, - 33.99898941400005 - ], - [ - -117.30929987099995, - 33.99899492000003 - ], - [ - -117.30929989199996, - 33.99900042500008 - ], - [ - -117.30929991099998, - 33.999005931000056 - ], - [ - -117.30929995099996, - 33.999016941000036 - ], - [ - -117.30930026099998, - 33.999103508000076 - ], - [ - -117.30930058499996, - 33.99919311700006 - ], - [ - -117.30930062299996, - 33.99920412900008 - ], - [ - -117.30930064299997, - 33.99920963400007 - ], - [ - -117.30930068299995, - 33.99922064500004 - ], - [ - -117.30930070299996, - 33.99922615000003 - ], - [ - -117.30930076299995, - 33.99924266700003 - ], - [ - -117.30930078299997, - 33.99924817200008 - ], - [ - -117.30930082299994, - 33.99925918300005 - ], - [ - -117.30930084199997, - 33.99926468900003 - ], - [ - -117.30930086299998, - 33.999270194000076 - ], - [ - -117.30930088399998, - 33.999275699000066 - ], - [ - -117.30930090399994, - 33.999281205000045 - ], - [ - -117.30930094299998, - 33.99929221600007 - ], - [ - -117.30930096299994, - 33.99929772200005 - ], - [ - -117.30930100199998, - 33.99930873200003 - ], - [ - -117.30930102299999, - 33.99931423800007 - ], - [ - -117.30930106299996, - 33.99932524900004 - ], - [ - -117.30930108299998, - 33.999330755000074 - ], - [ - -117.30930110299994, - 33.999336260000064 - ], - [ - -117.30930114299997, - 33.999347270000044 - ], - [ - -117.30930116199994, - 33.99935277600002 - ], - [ - -117.30930118299995, - 33.99935828200006 - ], - [ - -117.30930120399995, - 33.99936378600006 - ], - [ - -117.30930122399997, - 33.99936929300003 - ], - [ - -117.309301243, - 33.999374798000076 - ], - [ - -117.30930126499999, - 33.999380303000066 - ], - [ - -117.30930128399996, - 33.999385809000046 - ], - [ - -117.30930130499996, - 33.99939131300005 - ], - [ - -117.30930132399999, - 33.999396819000026 - ], - [ - -117.30930134599998, - 33.99940232600005 - ], - [ - -117.30930136499995, - 33.99940783100004 - ], - [ - -117.30930138599996, - 33.99941333600003 - ], - [ - -117.30930140499999, - 33.99941884200007 - ], - [ - -117.309301426, - 33.99942434700006 - ], - [ - -117.30930166399997, - 33.999490413000046 - ], - [ - -117.309301684, - 33.99949591800004 - ], - [ - -117.30930170499994, - 33.99950142400007 - ], - [ - -117.30930172499995, - 33.99950692900006 - ], - [ - -117.30930174399998, - 33.99951243500004 - ], - [ - -117.30930176599998, - 33.99951794000003 - ], - [ - -117.309301786, - 33.99952344600007 - ], - [ - -117.30930180599995, - 33.99952895200005 - ], - [ - -117.30930182499998, - 33.99953445700004 - ], - [ - -117.30930184599998, - 33.99953996200003 - ], - [ - -117.30930186699999, - 33.999545469000054 - ], - [ - -117.30930188699995, - 33.999550973000055 - ], - [ - -117.30930190599997, - 33.999556479000034 - ], - [ - -117.30930192699998, - 33.99956198600006 - ], - [ - -117.30930194599995, - 33.99956749100005 - ], - [ - -117.30930196699995, - 33.99957299500005 - ], - [ - -117.309301985, - 33.99957850200008 - ], - [ - -117.30930200699999, - 33.99958400600008 - ], - [ - -117.30930202599995, - 33.99958951200006 - ], - [ - -117.30930203099996, - 33.99959501700005 - ], - [ - -117.30930206599999, - 33.999600523000026 - ], - [ - -117.30930208599995, - 33.99960602800007 - ], - [ - -117.30930210599996, - 33.99961153500004 - ], - [ - -117.30930212599998, - 33.99961703900004 - ], - [ - -117.30930213, - 33.99962254500008 - ], - [ - -117.30930214799997, - 33.99962805000007 - ], - [ - -117.30930218499998, - 33.99963355600005 - ], - [ - -117.30930218999998, - 33.99963906100004 - ], - [ - -117.30930220899995, - 33.999644567000075 - ], - [ - -117.30930224599996, - 33.999650072000065 - ], - [ - -117.30930226399994, - 33.999655578000045 - ], - [ - -117.30930228199998, - 33.999661084000024 - ], - [ - -117.30930230299998, - 33.999666588000025 - ], - [ - -117.30930232199995, - 33.99967209400006 - ], - [ - -117.30930234399995, - 33.99967760000004 - ], - [ - -117.30930234699997, - 33.99968310500003 - ], - [ - -117.30930238299999, - 33.99968861000008 - ], - [ - -117.30930240299995, - 33.99969411700005 - ], - [ - -117.30930242299996, - 33.99969962100005 - ], - [ - -117.30930246099996, - 33.999710632000074 - ], - [ - -117.30930248199996, - 33.99971613800005 - ], - [ - -117.30930250299997, - 33.99972164300004 - ], - [ - -117.309302506, - 33.99972714900008 - ], - [ - -117.30930252399997, - 33.99973265400007 - ], - [ - -117.30930256099998, - 33.99973816000005 - ], - [ - -117.30930258099994, - 33.99974366500004 - ], - [ - -117.30930259999997, - 33.99974917000003 - ], - [ - -117.309302619, - 33.999754676000066 - ], - [ - -117.30930263999994, - 33.999760183000035 - ], - [ - -117.30930265899997, - 33.999765687000036 - ], - [ - -117.30930267899998, - 33.99977119400006 - ], - [ - -117.30930269799995, - 33.99977669800006 - ], - [ - -117.30930271999995, - 33.99978220300005 - ], - [ - -117.30930273999996, - 33.99978770900003 - ], - [ - -117.30930276, - 33.99979321400008 - ], - [ - -117.30930276299995, - 33.99979872000006 - ], - [ - -117.30930279999995, - 33.99980422500005 - ], - [ - -117.30930280299998, - 33.99980973100003 - ], - [ - -117.30930282099996, - 33.99981523500003 - ], - [ - -117.30930285799997, - 33.999820742000054 - ], - [ - -117.30930286399996, - 33.999826247000044 - ], - [ - -117.30930288299999, - 33.999831752000034 - ], - [ - -117.30930291899995, - 33.99983725800007 - ], - [ - -117.30930292299996, - 33.99984276400005 - ], - [ - -117.30930294199999, - 33.99984826900004 - ], - [ - -117.309302979, - 33.999853776000066 - ], - [ - -117.30930299799996, - 33.99985928000007 - ], - [ - -117.30930301599994, - 33.99986478500006 - ], - [ - -117.30930303699995, - 33.99987029300007 - ], - [ - -117.30930307699998, - 33.99988130300005 - ], - [ - -117.30930311599997, - 33.99989231300003 - ], - [ - -117.30930313699997, - 33.99989781900007 - ], - [ - -117.30930315599994, - 33.99990332500005 - ], - [ - -117.30930317499997, - 33.99990883000004 - ], - [ - -117.30930317999997, - 33.999914336000074 - ], - [ - -117.30930323499996, - 33.999925347000044 - ], - [ - -117.30930325399999, - 33.999930852000034 - ], - [ - -117.30930327399994, - 33.99993635800007 - ], - [ - -117.30930331399998, - 33.99994736800005 - ], - [ - -117.309303334, - 33.99995287400003 - ], - [ - -117.30930335199997, - 33.99995837900008 - ], - [ - -117.30930337399997, - 33.99996388400007 - ], - [ - -117.30930341299995, - 33.99997489500004 - ], - [ - -117.30930343399996, - 33.99998040000003 - ], - [ - -117.30930343699998, - 33.99998590700005 - ], - [ - -117.30930349299996, - 33.99999691700003 - ], - [ - -117.30930349799996, - 34.00000242400006 - ], - [ - -117.30930353199994, - 34.00000792800006 - ], - [ - -117.30930353699995, - 34.00001343300005 - ], - [ - -117.30930355599997, - 34.000018940000075 - ], - [ - -117.309303592, - 34.000024445000065 - ], - [ - -117.30930359699994, - 34.000029950000055 - ], - [ - -117.30930361599997, - 34.000035456000035 - ], - [ - -117.30930365199998, - 34.000040961000025 - ], - [ - -117.30930367099995, - 34.00004646700006 - ], - [ - -117.30930367599996, - 34.00005197300004 - ], - [ - -117.30930373099994, - 34.00006298300008 - ], - [ - -117.30930375, - 34.00006848900006 - ], - [ - -117.30930377099997, - 34.00007399400005 - ], - [ - -117.30930378999994, - 34.00007950000003 - ], - [ - -117.30930381, - 34.00008500600006 - ], - [ - -117.30930382899999, - 34.000090510000064 - ], - [ - -117.30930384899995, - 34.00009601600004 - ], - [ - -117.30930386899996, - 34.00010152200008 - ], - [ - -117.30930388999997, - 34.00010702700007 - ], - [ - -117.30930390799995, - 34.00011253200006 - ], - [ - -117.30930391299995, - 34.00011803800004 - ], - [ - -117.30930394799998, - 34.00012354300003 - ], - [ - -117.30930398699996, - 34.000134555000045 - ], - [ - -117.30930400799997, - 34.000140059000046 - ], - [ - -117.30930402899997, - 34.000145565000025 - ], - [ - -117.30930404799994, - 34.00015107100006 - ], - [ - -117.30930406799996, - 34.00015657500006 - ], - [ - -117.30930407099999, - 34.00016208300008 - ], - [ - -117.309304108, - 34.00016758800007 - ], - [ - -117.30930412699996, - 34.00017309400005 - ], - [ - -117.30930414599999, - 34.00017859800005 - ], - [ - -117.30930418499997, - 34.000189610000064 - ], - [ - -117.30930420599998, - 34.00019511600004 - ], - [ - -117.30930424499996, - 34.00020612600008 - ], - [ - -117.30930426499998, - 34.00021163200006 - ], - [ - -117.30930428499994, - 34.00021713700005 - ], - [ - -117.30930430499996, - 34.00022264200004 - ], - [ - -117.309304323, - 34.000228149000066 - ], - [ - -117.30930434399994, - 34.000233653000066 - ], - [ - -117.30930436299997, - 34.000239158000056 - ], - [ - -117.30930440299994, - 34.000250169000026 - ], - [ - -117.30930444199998, - 34.00026118200003 - ], - [ - -117.30930446099995, - 34.00026668500004 - ], - [ - -117.30930449999994, - 34.00027769800005 - ], - [ - -117.30930452099994, - 34.00028320200005 - ], - [ - -117.30930456099998, - 34.000294214000064 - ], - [ - -117.30930459999996, - 34.000305224000044 - ], - [ - -117.30930464, - 34.00031623500007 - ], - [ - -117.30930467699994, - 34.00032724600004 - ], - [ - -117.30930469799995, - 34.00033275100003 - ], - [ - -117.30930471999994, - 34.00033825700007 - ], - [ - -117.30930475899999, - 34.000349268000036 - ], - [ - -117.30930477799996, - 34.000354773000026 - ], - [ - -117.30930479799997, - 34.00036028000005 - ], - [ - -117.30930481799999, - 34.00036578400005 - ], - [ - -117.30930483699996, - 34.00037129000003 - ], - [ - -117.30930485699997, - 34.00037679600007 - ], - [ - -117.30930487499995, - 34.00038230000007 - ], - [ - -117.30930489699995, - 34.00038780600005 - ], - [ - -117.30930491599997, - 34.00039331200003 - ], - [ - -117.309304936, - 34.000398817000075 - ], - [ - -117.30930495599995, - 34.000404323000055 - ], - [ - -117.30930497499998, - 34.000409828000045 - ], - [ - -117.309304995, - 34.000415333000035 - ], - [ - -117.30930501399996, - 34.000420838000025 - ], - [ - -117.30930503499997, - 34.00042634500005 - ], - [ - -117.309305054, - 34.00043185000004 - ], - [ - -117.30930509299998, - 34.00044286200006 - ], - [ - -117.30930511399998, - 34.00044836700005 - ], - [ - -117.30930513299995, - 34.000453873000026 - ], - [ - -117.30930515299997, - 34.00045937800007 - ], - [ - -117.30930519199995, - 34.00047038900004 - ], - [ - -117.30930521199997, - 34.00047589400003 - ], - [ - -117.30930523199999, - 34.00048139900008 - ], - [ - -117.30930525099996, - 34.00048690600005 - ], - [ - -117.30930527099997, - 34.00049241100004 - ], - [ - -117.30930529099999, - 34.00049791500004 - ], - [ - -117.30930530999996, - 34.000503421000076 - ], - [ - -117.30930532999997, - 34.000508927000055 - ], - [ - -117.30930534899994, - 34.000514432000045 - ], - [ - -117.30930538899997, - 34.00052544400006 - ], - [ - -117.30930542799996, - 34.00053645500003 - ], - [ - -117.30930544899996, - 34.00054196000008 - ], - [ - -117.30930550699998, - 34.00055847600004 - ], - [ - -117.30930554599996, - 34.00056948800005 - ], - [ - -117.30930560499996, - 34.00058600300002 - ], - [ - -117.30930564499994, - 34.00059701400005 - ], - [ - -117.30930566599994, - 34.00060252000003 - ], - [ - -117.30930568599996, - 34.000608026000066 - ], - [ - -117.309305726, - 34.000619036000046 - ], - [ - -117.30930576499998, - 34.00063004700007 - ], - [ - -117.30930578399995, - 34.00063555400004 - ], - [ - -117.30930580199998, - 34.00064105700005 - ], - [ - -117.30930582399998, - 34.00064656300003 - ], - [ - -117.30930584299995, - 34.00065207000006 - ], - [ - -117.30930586299996, - 34.00065757400006 - ], - [ - -117.30930588299998, - 34.00066308000004 - ], - [ - -117.30930592199996, - 34.000674090000075 - ], - [ - -117.30930594199998, - 34.000679596000055 - ], - [ - -117.30930596199994, - 34.000685102000034 - ], - [ - -117.30930598199996, - 34.000690607000024 - ], - [ - -117.30930600199997, - 34.00069611200007 - ], - [ - -117.30930601999995, - 34.00070161800005 - ], - [ - -117.30930604099996, - 34.00070712400003 - ], - [ - -117.30930605999998, - 34.000712630000066 - ], - [ - -117.30930608099999, - 34.000718136000046 - ], - [ - -117.30930609899997, - 34.000723641000036 - ], - [ - -117.30930611899998, - 34.000729146000026 - ], - [ - -117.30930613899994, - 34.00073465200006 - ], - [ - -117.30930615799997, - 34.00074015600006 - ], - [ - -117.30930617799999, - 34.00074566200004 - ], - [ - -117.30930619699996, - 34.00075116800008 - ], - [ - -117.30930621799996, - 34.00075670100006 - ], - [ - -117.30930623799998, - 34.000762218000034 - ], - [ - -117.30930627699996, - 34.00077322900006 - ], - [ - -117.30930629599999, - 34.00077873400005 - ], - [ - -117.309306317, - 34.000784241000076 - ], - [ - -117.30930635599998, - 34.000795251000056 - ], - [ - -117.30930637599994, - 34.000800757000036 - ], - [ - -117.30930639599995, - 34.00080626100004 - ], - [ - -117.30930641599997, - 34.00081176700007 - ], - [ - -117.30930645499996, - 34.00082277800004 - ], - [ - -117.30930647499997, - 34.00082828400008 - ], - [ - -117.30930649399994, - 34.00083378900007 - ], - [ - -117.30930651399996, - 34.00083929400006 - ], - [ - -117.30930653299998, - 34.00084480000004 - ], - [ - -117.30930655299994, - 34.00085030500003 - ], - [ - -117.30930657299996, - 34.000855811000065 - ], - [ - -117.30930659299997, - 34.000861317000044 - ], - [ - -117.30930661199994, - 34.000866822000035 - ], - [ - -117.30930663199996, - 34.000872327000025 - ], - [ - -117.30930665199998, - 34.00087783200007 - ], - [ - -117.309306672, - 34.00088333800005 - ], - [ - -117.30930671099998, - 34.00089434800003 - ], - [ - -117.30930672999995, - 34.00089985500006 - ], - [ - -117.30930676999998, - 34.00091086600003 - ], - [ - -117.30930678899995, - 34.00091637100007 - ], - [ - -117.309307091, - 34.00100071400004 - ], - [ - -117.30920304199998, - 34.001002140000026 - ], - [ - -117.30919643299995, - 34.00100223100003 - ], - [ - -117.30918982299994, - 34.001002321000044 - ], - [ - -117.30918321299998, - 34.00100241200005 - ], - [ - -117.30917660299997, - 34.00100250400004 - ], - [ - -117.30916999399994, - 34.001002595000045 - ], - [ - -117.30916338599997, - 34.00100268600005 - ], - [ - -117.30915677599995, - 34.001002776000064 - ], - [ - -117.30915016699998, - 34.00100286700007 - ], - [ - -117.30914355699997, - 34.00100295800007 - ], - [ - -117.30913694699996, - 34.001003049000076 - ], - [ - -117.30913033799999, - 34.00100314000008 - ], - [ - -117.30912372799997, - 34.00100323100003 - ], - [ - -117.30911715899998, - 34.00100331900006 - ], - [ - -117.30910394299997, - 34.001003500000024 - ], - [ - -117.30909733299995, - 34.00100359100003 - ], - [ - -117.30909072299994, - 34.00100368200003 - ], - [ - -117.30908411299998, - 34.001003773000036 - ], - [ - -117.30907750299997, - 34.00100386400004 - ], - [ - -117.30907089399994, - 34.001003955000044 - ], - [ - -117.30906428499998, - 34.00100404500006 - ], - [ - -117.30905767699994, - 34.00100413600006 - ], - [ - -117.30905106699998, - 34.00100422700007 - ], - [ - -117.30904445599998, - 34.00100431900006 - ], - [ - -117.30903784699996, - 34.001004410000064 - ], - [ - -117.30903123699994, - 34.00100450000008 - ], - [ - -117.30902462699999, - 34.001004591000026 - ], - [ - -117.30901801899995, - 34.00100468200003 - ], - [ - -117.30900479999997, - 34.00100486200006 - ], - [ - -117.30899819099994, - 34.00100495200007 - ], - [ - -117.30899162299994, - 34.00100504300008 - ], - [ - -117.308985055, - 34.001005133000035 - ], - [ - -117.308978444, - 34.00100522400004 - ], - [ - -117.30897183499997, - 34.00100531500004 - ], - [ - -117.30895861699997, - 34.00100549500007 - ], - [ - -117.30895200699996, - 34.001005586000076 - ], - [ - -117.30894539599996, - 34.00100567700008 - ], - [ - -117.30893878799998, - 34.00100576800003 - ], - [ - -117.30893217899995, - 34.00100585900003 - ], - [ - -117.30892556899994, - 34.001005950000035 - ], - [ - -117.30891896099996, - 34.00100604100004 - ], - [ - -117.30891235099995, - 34.001006131000054 - ], - [ - -117.30889917299999, - 34.00100631200007 - ], - [ - -117.30889256399996, - 34.00100640200003 - ], - [ - -117.30887934499998, - 34.00100658300005 - ], - [ - -117.30887273599996, - 34.00100667400005 - ], - [ - -117.30886612599994, - 34.00100676400007 - ], - [ - -117.30885951599998, - 34.00100685500007 - ], - [ - -117.30885290599997, - 34.001006946000075 - ], - [ - -117.30884629899998, - 34.00100703700008 - ], - [ - -117.30883969099995, - 34.001007128000026 - ], - [ - -117.30883308099999, - 34.00100721900003 - ], - [ - -117.30881989099998, - 34.00100739800007 - ], - [ - -117.30881329399995, - 34.00100749000006 - ], - [ - -117.30880007399998, - 34.001007670000035 - ], - [ - -117.30879346599994, - 34.00100776100004 - ], - [ - -117.30878685599998, - 34.00100785200004 - ], - [ - -117.30878024599997, - 34.00100794300005 - ], - [ - -117.30877363599996, - 34.00100803300006 - ], - [ - -117.30876706899994, - 34.00100812300008 - ], - [ - -117.30876045799994, - 34.001008214000024 - ], - [ - -117.30875385, - 34.00100830500003 - ], - [ - -117.30874723999995, - 34.001008382000066 - ], - [ - -117.30873402299994, - 34.00100857700005 - ], - [ - -117.30872741099995, - 34.00100865400003 - ], - [ - -117.308714222, - 34.00100884100004 - ], - [ - -117.30870758299994, - 34.00100893800004 - ], - [ - -117.30870097399998, - 34.001009028000055 - ], - [ - -117.30869436499995, - 34.00100911900006 - ], - [ - -117.30868775599998, - 34.00100921000006 - ], - [ - -117.308681144, - 34.00100930000008 - ], - [ - -117.30866792699999, - 34.00100948200003 - ], - [ - -117.30866135999997, - 34.001009571000054 - ], - [ - -117.30865474899997, - 34.00100966100007 - ], - [ - -117.30864813999995, - 34.00100975200007 - ], - [ - -117.30864153199997, - 34.00100984200003 - ], - [ - -117.30863492199995, - 34.001009933000034 - ], - [ - -117.30862831199994, - 34.00101001100006 - ], - [ - -117.30862170399996, - 34.00101011500004 - ], - [ - -117.30861509299996, - 34.001010206000046 - ], - [ - -117.30860848299994, - 34.00101028200004 - ], - [ - -117.30860187399998, - 34.001010386000075 - ], - [ - -117.30859526299997, - 34.00101047700008 - ], - [ - -117.30858204499998, - 34.00101065700005 - ], - [ - -117.308575438, - 34.001010747000066 - ], - [ - -117.30856882799998, - 34.001010837000024 - ], - [ - -117.30855560799995, - 34.00101101800004 - ], - [ - -117.308548998, - 34.001011109000046 - ], - [ - -117.30854238899997, - 34.00101120100004 - ], - [ - -117.30853578099999, - 34.001011291000054 - ], - [ - -117.30852917099998, - 34.00101138200006 - ], - [ - -117.308515952, - 34.00101156100004 - ], - [ - -117.308509341, - 34.001011652000045 - ], - [ - -117.30849612299994, - 34.001011833000064 - ], - [ - -117.30848951499996, - 34.00101192300008 - ], - [ - -117.30848290499995, - 34.001012013000036 - ], - [ - -117.30847629399995, - 34.00101210400004 - ], - [ - -117.30846968499998, - 34.001012195000044 - ], - [ - -117.30846307499996, - 34.00101228600005 - ], - [ - -117.30845646699998, - 34.00101237700005 - ], - [ - -117.30844985699997, - 34.001012468000056 - ], - [ - -117.308443249, - 34.001012557000024 - ], - [ - -117.30843663899998, - 34.00101264700004 - ], - [ - -117.30843002799998, - 34.00101273700005 - ], - [ - -117.30842341899995, - 34.00101282800006 - ], - [ - -117.30841680999998, - 34.00101291800007 - ], - [ - -117.30841020099996, - 34.001013009000076 - ], - [ - -117.308403592, - 34.00101310000008 - ], - [ - -117.30839698199998, - 34.00101319100003 - ], - [ - -117.30839037099997, - 34.00101327900006 - ], - [ - -117.30838378099997, - 34.00101336900008 - ], - [ - -117.308377195, - 34.001013460000024 - ], - [ - -117.30837058499998, - 34.00101355000004 - ], - [ - -117.30836397599995, - 34.00101364000005 - ], - [ - -117.30835736699999, - 34.00101373100006 - ], - [ - -117.30834414699996, - 34.001013912000076 - ], - [ - -117.30833753699994, - 34.001014001000044 - ], - [ - -117.30833092899996, - 34.00101409100006 - ], - [ - -117.30832431899995, - 34.00101418200006 - ], - [ - -117.30831109999997, - 34.001014363000024 - ], - [ - -117.30830448999995, - 34.00101445200005 - ], - [ - -117.30829788099999, - 34.001014542000064 - ], - [ - -117.30829127099997, - 34.00101463200008 - ], - [ - -117.30828466, - 34.001014722000036 - ], - [ - -117.308278052, - 34.00101481300004 - ], - [ - -117.30827144199998, - 34.001014904000044 - ], - [ - -117.30826483299995, - 34.00101499300007 - ], - [ - -117.30825822499997, - 34.00101508400007 - ], - [ - -117.30825161499996, - 34.00101517500008 - ], - [ - -117.30824500499995, - 34.001015264000046 - ], - [ - -117.30823839499999, - 34.00101535500005 - ], - [ - -117.30823178599996, - 34.00101544600005 - ], - [ - -117.30822517699994, - 34.00101553600007 - ], - [ - -117.30821856699998, - 34.00101562700007 - ], - [ - -117.30821195899995, - 34.001015718000076 - ], - [ - -117.308205349, - 34.001015807000044 - ], - [ - -117.30819873799999, - 34.00101589800005 - ], - [ - -117.30819212899996, - 34.00101598800006 - ], - [ - -117.30818551999994, - 34.00101607800008 - ], - [ - -117.30817891099997, - 34.001016169000025 - ], - [ - -117.30817230199995, - 34.00101625800005 - ], - [ - -117.30816569099994, - 34.001016349000054 - ], - [ - -117.30815908199997, - 34.00101643900007 - ], - [ - -117.30815247299995, - 34.00101653000007 - ], - [ - -117.30814582299996, - 34.00101661900004 - ], - [ - -117.308139214, - 34.001016710000044 - ], - [ - -117.30812599399997, - 34.00101689000007 - ], - [ - -117.30811938499994, - 34.00101698100008 - ], - [ - -117.30811275199994, - 34.001017072000025 - ], - [ - -117.30810608299998, - 34.00101716300003 - ], - [ - -117.30809947299997, - 34.00101725400003 - ], - [ - -117.30808625399999, - 34.00101743600004 - ], - [ - -117.30807964499996, - 34.001017524000076 - ], - [ - -117.30807303499995, - 34.00101761500002 - ], - [ - -117.30806642399995, - 34.00101770500004 - ], - [ - -117.30805981699996, - 34.00101779500005 - ], - [ - -117.30796713099994, - 34.00101906300006 - ], - [ - -117.30787470899998, - 34.00102032600006 - ], - [ - -117.30786809999995, - 34.00102041700006 - ], - [ - -117.30785488099997, - 34.001020597000036 - ], - [ - -117.30784823099998, - 34.00102068800004 - ], - [ - -117.30784162199996, - 34.001020779000044 - ], - [ - -117.30783501199994, - 34.00102087000005 - ], - [ - -117.30782840099994, - 34.00102096000006 - ], - [ - -117.30782179199997, - 34.001021051000066 - ], - [ - -117.307815184, - 34.001021141000024 - ], - [ - -117.30780857399998, - 34.00102123200003 - ], - [ - -117.30780196499995, - 34.00102132200004 - ], - [ - -117.30779535399995, - 34.001021413000046 - ], - [ - -117.30778874599997, - 34.00102150400005 - ], - [ - -117.30778213499997, - 34.001021594000065 - ], - [ - -117.30777552599994, - 34.00102168500007 - ], - [ - -117.30776891699998, - 34.00102177600007 - ], - [ - -117.30775569899998, - 34.001021956000045 - ], - [ - -117.30774908799998, - 34.00102204600006 - ], - [ - -117.30774247899996, - 34.001022137000064 - ], - [ - -117.30773586999999, - 34.00102222700008 - ], - [ - -117.30772926099996, - 34.001022318000025 - ], - [ - -117.30772265099995, - 34.00102240700005 - ], - [ - -117.30771603999995, - 34.001022498000054 - ], - [ - -117.30770282299994, - 34.00102268000006 - ], - [ - -117.30769621299999, - 34.00102276900003 - ], - [ - -117.30768960399996, - 34.001022859000045 - ], - [ - -117.30768299299996, - 34.00102295000005 - ], - [ - -117.307676384, - 34.001023040000064 - ], - [ - -117.30766977499997, - 34.00102313100007 - ], - [ - -117.30765655699997, - 34.00102331200003 - ], - [ - -117.30764994699996, - 34.001023402000044 - ], - [ - -117.30764333699994, - 34.00102349300005 - ], - [ - -117.30763672799998, - 34.00102358200007 - ], - [ - -117.30762350899994, - 34.001023763000035 - ], - [ - -117.30761690099996, - 34.00102385300005 - ], - [ - -117.30760368099999, - 34.00102403300008 - ], - [ - -117.30759707099998, - 34.001024124000025 - ], - [ - -117.30759046199995, - 34.00102421500003 - ], - [ - -117.307583852, - 34.00102430600003 - ], - [ - -117.30757724299997, - 34.00102439400007 - ], - [ - -117.30757063299995, - 34.00102448500007 - ], - [ - -117.30756402399999, - 34.00102457500003 - ], - [ - -117.30755741499996, - 34.001024665000045 - ], - [ - -117.30755080599994, - 34.00102475600005 - ], - [ - -117.30753758499998, - 34.00102493700007 - ], - [ - -117.30753097699994, - 34.001025026000036 - ], - [ - -117.30752436699998, - 34.00102511700004 - ], - [ - -117.30751775899995, - 34.001025208000044 - ], - [ - -117.307511149, - 34.00102529800006 - ], - [ - -117.30750453999997, - 34.00102538800007 - ], - [ - -117.30749792999995, - 34.00102547800003 - ], - [ - -117.30749131899995, - 34.001025569000035 - ], - [ - -117.30748470999998, - 34.00102565900005 - ], - [ - -117.30747810099996, - 34.00102575100004 - ], - [ - -117.307471492, - 34.00102584000007 - ], - [ - -117.30746488299997, - 34.00102593100007 - ], - [ - -117.30745827099997, - 34.00102601900005 - ], - [ - -117.30745166299994, - 34.001026110000055 - ], - [ - -117.30744505499996, - 34.00102620000007 - ], - [ - -117.30743844399996, - 34.00102629100007 - ], - [ - -117.30742522599996, - 34.001026471000046 - ], - [ - -117.30741861499996, - 34.00102656200005 - ], - [ - -117.30740539699997, - 34.00102674200008 - ], - [ - -117.30739877599996, - 34.001026832000036 - ], - [ - -117.30739213599998, - 34.00102692400003 - ], - [ - -117.30738552699995, - 34.001027015000034 - ], - [ - -117.30737891799998, - 34.00102710400006 - ], - [ - -117.30737230999995, - 34.00102719400007 - ], - [ - -117.3073657, - 34.00102728500008 - ], - [ - -117.30735909099997, - 34.001027375000035 - ], - [ - -117.30735248099995, - 34.00102746500005 - ], - [ - -117.30733265199996, - 34.00102773700007 - ], - [ - -117.30732604099995, - 34.00102782600004 - ], - [ - -117.30731943399996, - 34.001027916000055 - ], - [ - -117.30731282499994, - 34.00102800600007 - ], - [ - -117.30721736399994, - 34.00102931200007 - ], - [ - -117.30711454099998, - 34.00103071600006 - ], - [ - -117.30710132099995, - 34.00103089700008 - ], - [ - -117.30707488399997, - 34.00103125800007 - ], - [ - -117.30704844599995, - 34.00103161900006 - ], - [ - -117.307028619, - 34.001031891000025 - ], - [ - -117.30700878899995, - 34.00103216100007 - ], - [ - -117.30698234999994, - 34.00103252200006 - ], - [ - -117.30696913199995, - 34.00103270400007 - ], - [ - -117.30694930499999, - 34.001032974000054 - ], - [ - -117.30693608399997, - 34.00103315500007 - ], - [ - -117.30691625699995, - 34.00103342600005 - ], - [ - -117.30690964799999, - 34.00103351700005 - ], - [ - -117.30690303899996, - 34.00103360700007 - ], - [ - -117.306889819, - 34.00103378800003 - ], - [ - -117.30687659899996, - 34.00103396900005 - ], - [ - -117.30686338099997, - 34.00103414900008 - ], - [ - -117.30685016199999, - 34.00103432900005 - ], - [ - -117.30683694299995, - 34.00103451100006 - ], - [ - -117.30682372599995, - 34.00103469100003 - ], - [ - -117.30681711699998, - 34.00103478200003 - ], - [ - -117.30679728699994, - 34.00103505200008 - ], - [ - -117.30679067699998, - 34.001035143000024 - ], - [ - -117.30678406699997, - 34.00103523400003 - ], - [ - -117.30677084999996, - 34.00103541400006 - ], - [ - -117.3067642399999, - 34.00103550500006 - ], - [ - -117.30675763, - 34.001035596000065 - ], - [ - -117.30675101899999, - 34.00103568600008 - ], - [ - -117.30674441099995, - 34.00103577700003 - ], - [ - -117.30673780299998, - 34.00103586800003 - ], - [ - -117.30673119199997, - 34.001035959000035 - ], - [ - -117.306724584, - 34.00103604900005 - ], - [ - -117.30671797399998, - 34.001036139000064 - ], - [ - -117.30670475399995, - 34.001036320000026 - ], - [ - -117.30668488599997, - 34.00103659100006 - ], - [ - -117.30667166599994, - 34.00103677100003 - ], - [ - -117.306651838, - 34.001037042000064 - ], - [ - -117.30663861799997, - 34.00103722400007 - ], - [ - -117.306612181, - 34.00103758400007 - ], - [ - -117.30659896199995, - 34.001037764000046 - ], - [ - -117.30657913299996, - 34.00103803600007 - ], - [ - -117.30655930599994, - 34.001038306000055 - ], - [ - -117.30653947699994, - 34.00103857700003 - ], - [ - -117.30652625699997, - 34.00103875700006 - ], - [ - -117.30651964799995, - 34.001038848000064 - ], - [ - -117.30651304, - 34.00103893800008 - ], - [ - -117.30650643099995, - 34.00103902800004 - ], - [ - -117.30649982099999, - 34.00103911800005 - ], - [ - -117.30649321099997, - 34.001039209000055 - ], - [ - -117.30647999099995, - 34.00103938900003 - ], - [ - -117.30647338299997, - 34.00103947900004 - ], - [ - -117.30646677399994, - 34.001039570000046 - ], - [ - -117.30646016399999, - 34.00103966100005 - ], - [ - -117.30645355399997, - 34.001039751000064 - ], - [ - -117.30644694399996, - 34.00103984200007 - ], - [ - -117.30643372599997, - 34.00104002100005 - ], - [ - -117.30642050799997, - 34.00104020200007 - ], - [ - -117.30641389699997, - 34.00104029100004 - ], - [ - -117.30640728799995, - 34.00104038200004 - ], - [ - -117.30640067899998, - 34.001040473000046 - ], - [ - -117.30639402699995, - 34.00104056200007 - ], - [ - -117.30638741699994, - 34.001040653000075 - ], - [ - -117.30638080999995, - 34.00104074200004 - ], - [ - -117.3063742, - 34.00104083300005 - ], - [ - -117.30636759099997, - 34.00104092400005 - ], - [ - -117.30636093899994, - 34.001041015000055 - ], - [ - -117.30635432999998, - 34.00104110600006 - ], - [ - -117.30634111199998, - 34.00104128600003 - ], - [ - -117.30632789099997, - 34.00104146600006 - ], - [ - -117.30631462999997, - 34.00104164700008 - ], - [ - -117.30630141199998, - 34.00104182800004 - ], - [ - -117.30628158499997, - 34.001042099000074 - ], - [ - -117.30627497499995, - 34.00104218900003 - ], - [ - -117.30625514699994, - 34.00104245800003 - ], - [ - -117.30624192799996, - 34.00104263900005 - ], - [ - -117.306228708, - 34.001042820000066 - ], - [ - -117.30612535199998, - 34.00104423000005 - ], - [ - -117.30602381299997, - 34.00104559700003 - ], - [ - -117.30601720299995, - 34.001045685000065 - ], - [ - -117.30601059399999, - 34.00104577400003 - ], - [ - -117.30600398399997, - 34.00104586300006 - ], - [ - -117.30599737299997, - 34.00104595300007 - ], - [ - -117.305990765, - 34.00104604100005 - ], - [ - -117.30598415599997, - 34.00104613000008 - ], - [ - -117.30597093899996, - 34.001046307000024 - ], - [ - -117.30596432899995, - 34.00104639700004 - ], - [ - -117.30594449899996, - 34.00104666400006 - ], - [ - -117.30593788999994, - 34.001046752000036 - ], - [ - -117.30592466999997, - 34.00104692900004 - ], - [ - -117.30591145099999, - 34.00104710800008 - ], - [ - -117.305898233, - 34.00104728500003 - ], - [ - -117.30588501299997, - 34.00104746200003 - ], - [ - -117.30587840499999, - 34.001047552000045 - ], - [ - -117.30587179499997, - 34.001047640000024 - ], - [ - -117.305858576, - 34.001047819000064 - ], - [ - -117.30585196599998, - 34.00104790700004 - ], - [ - -117.30584535599996, - 34.00104799600007 - ], - [ - -117.30583874799999, - 34.00104808400005 - ], - [ - -117.30583213899996, - 34.00104817400006 - ], - [ - -117.30581891899999, - 34.001048351000065 - ], - [ - -117.30580570099994, - 34.00104852900006 - ], - [ - -117.30579908899995, - 34.00104861700004 - ], - [ - -117.30578587099996, - 34.00104879500003 - ], - [ - -117.30577265299996, - 34.001048973000024 - ], - [ - -117.30575282499996, - 34.001049239000054 - ], - [ - -117.30573960499999, - 34.001049418000036 - ], - [ - -117.305726387, - 34.00104959400005 - ], - [ - -117.30571977699998, - 34.001049684000066 - ], - [ - -117.30570655799994, - 34.00104986200006 - ], - [ - -117.30569329999997, - 34.00105004000005 - ], - [ - -117.30568668899997, - 34.00105012800003 - ], - [ - -117.30568007999995, - 34.001050217000056 - ], - [ - -117.30567347099998, - 34.001050306000025 - ], - [ - -117.30566685999997, - 34.00105039600004 - ], - [ - -117.30566025299999, - 34.001050484000075 - ], - [ - -117.30565364199998, - 34.00105057300004 - ], - [ - -117.30564042299994, - 34.00105075000005 - ], - [ - -117.30562720399996, - 34.00105092800004 - ], - [ - -117.30561398599997, - 34.001051106000034 - ], - [ - -117.30559415699997, - 34.00105137200006 - ], - [ - -117.30558093899998, - 34.001051551000046 - ], - [ - -117.30556771799996, - 34.00105172700006 - ], - [ - -117.30555449899998, - 34.001051905000054 - ], - [ - -117.30554128199998, - 34.00105208300005 - ], - [ - -117.30552810199998, - 34.00105226100004 - ], - [ - -117.30550827299999, - 34.00105252700007 - ], - [ - -117.30549505399995, - 34.001052704000074 - ], - [ - -117.30548183399998, - 34.00105288300006 - ], - [ - -117.30546861699997, - 34.00105306000006 - ], - [ - -117.30545539699995, - 34.001053238000054 - ], - [ - -117.30544878699999, - 34.00105332700008 - ], - [ - -117.30544217899995, - 34.00105341500006 - ], - [ - -117.30543556899994, - 34.001053504000026 - ], - [ - -117.30542895999997, - 34.00105359400004 - ], - [ - -117.30542234999996, - 34.00105368200008 - ], - [ - -117.30541573899995, - 34.001053770000055 - ], - [ - -117.30540912999999, - 34.00105386000007 - ], - [ - -117.30540252199995, - 34.00105394800005 - ], - [ - -117.30539591299998, - 34.00105403800006 - ], - [ - -117.30538269199997, - 34.00105421500007 - ], - [ - -117.30537608299994, - 34.001054303000046 - ], - [ - -117.30536947299998, - 34.00105439200007 - ], - [ - -117.30536286299997, - 34.00105448200003 - ], - [ - -117.30534964499998, - 34.00105465900003 - ], - [ - -117.30534303599995, - 34.00105474800006 - ], - [ - -117.30533642599994, - 34.00105483700003 - ], - [ - -117.30532981799996, - 34.00105492600005 - ], - [ - -117.305316598, - 34.001055102000066 - ], - [ - -117.30530998899997, - 34.00105519300007 - ], - [ - -117.30529676999998, - 34.00105536900003 - ], - [ - -117.30529015899998, - 34.00105545800005 - ], - [ - -117.30528355099995, - 34.00105554700008 - ], - [ - -117.30527694199998, - 34.001055636000046 - ], - [ - -117.30527033199996, - 34.001055724000025 - ], - [ - -117.30526372099996, - 34.00105581300005 - ], - [ - -117.30525050299997, - 34.001055991000044 - ], - [ - -117.30524387199995, - 34.00105608000007 - ], - [ - -117.30523063499999, - 34.00105625800006 - ], - [ - -117.30522402599996, - 34.00105634700003 - ], - [ - -117.30521080699998, - 34.001056524000035 - ], - [ - -117.30519758599996, - 34.00105670200003 - ], - [ - -117.30518436999995, - 34.00105688100007 - ], - [ - -117.30517115099997, - 34.00105705800007 - ], - [ - -117.30516454099995, - 34.00105714800003 - ], - [ - -117.30515132, - 34.00105732600008 - ], - [ - -117.30513810199994, - 34.00105750300003 - ], - [ - -117.30513149099994, - 34.00105759200005 - ], - [ - -117.30511827499998, - 34.001057769000056 - ], - [ - -117.30511166399998, - 34.00105785900007 - ], - [ - -117.30510505599995, - 34.00105794700005 - ], - [ - -117.30509844599999, - 34.001058036000074 - ], - [ - -117.30500177099998, - 34.00105933900005 - ], - [ - -117.30499254299997, - 34.001059386000065 - ], - [ - -117.30499252799996, - 34.00105943800003 - ], - [ - -117.30499251999998, - 34.001059464000036 - ], - [ - -117.30499245899995, - 34.001059464000036 - ], - [ - -117.30498240599997, - 34.00255540300003 - ], - [ - -117.30496759699997, - 34.00474101100008 - ], - [ - -117.30496771599996, - 34.00474101100008 - ], - [ - -117.30500554399998, - 34.004740699000024 - ], - [ - -117.305007849, - 34.004740680000054 - ], - [ - -117.30501015299996, - 34.00474066100003 - ], - [ - -117.30501476099994, - 34.00474062300003 - ], - [ - -117.30501706399997, - 34.00474060300007 - ], - [ - -117.30502167199995, - 34.00474056500008 - ], - [ - -117.30502397599997, - 34.00474054600005 - ], - [ - -117.30502628, - 34.004740527000024 - ], - [ - -117.30503088699999, - 34.00474048900003 - ], - [ - -117.30503319299999, - 34.00474046900007 - ], - [ - -117.30503549499997, - 34.00474045000004 - ], - [ - -117.305037799, - 34.00474043100007 - ], - [ - -117.30504010299995, - 34.00474041100006 - ], - [ - -117.30504240699997, - 34.00474039200003 - ], - [ - -117.30504471199998, - 34.00474037200007 - ], - [ - -117.30504701399997, - 34.004740353000045 - ], - [ - -117.30504931799999, - 34.004740334000076 - ], - [ - -117.30505162299994, - 34.00474031400006 - ], - [ - -117.30505392599997, - 34.00474029500003 - ], - [ - -117.30505623099998, - 34.004740276000064 - ], - [ - -117.30505853499994, - 34.00474025600005 - ], - [ - -117.30506083699998, - 34.00474023700008 - ], - [ - -117.30506314299998, - 34.00474021800005 - ], - [ - -117.30507005399994, - 34.00474016000004 - ], - [ - -117.30507235699997, - 34.00474014100007 - ], - [ - -117.305074661, - 34.004740121000054 - ], - [ - -117.30507926899998, - 34.00474008400005 - ], - [ - -117.30508387599997, - 34.00474004600005 - ], - [ - -117.30508848399995, - 34.004740008000056 - ], - [ - -117.30509539699995, - 34.004739950000044 - ], - [ - -117.30510000299995, - 34.00473991200005 - ], - [ - -117.30510230699997, - 34.00473989300008 - ], - [ - -117.305104611, - 34.00473987400005 - ], - [ - -117.30510921799998, - 34.004739836000056 - ], - [ - -117.30511152199995, - 34.00473981600004 - ], - [ - -117.30511382599997, - 34.00473979700007 - ], - [ - -117.30511613099998, - 34.004739777000054 - ], - [ - -117.30511843399995, - 34.00473975800003 - ], - [ - -117.30512073899996, - 34.00473973900006 - ], - [ - -117.30512304099994, - 34.00473971900004 - ], - [ - -117.30512534599995, - 34.00473970000007 - ], - [ - -117.30512995299995, - 34.00473966200008 - ], - [ - -117.30513225799996, - 34.00473964300005 - ], - [ - -117.30513455999994, - 34.004739623000034 - ], - [ - -117.30513916899997, - 34.00473958500004 - ], - [ - -117.305141473, - 34.00473956600007 - ], - [ - -117.30514377699996, - 34.00473954700004 - ], - [ - -117.30514607999999, - 34.00473952700003 - ], - [ - -117.30514838399995, - 34.00473950800006 - ], - [ - -117.30515068799997, - 34.00473948900003 - ], - [ - -117.30515529499996, - 34.004739451000034 - ], - [ - -117.30515759999997, - 34.004739431000075 - ], - [ - -117.30516220899995, - 34.00473939300008 - ], - [ - -117.30516451099999, - 34.00473937400005 - ], - [ - -117.30516911899997, - 34.00473933600006 - ], - [ - -117.30517372599996, - 34.00473929800006 - ], - [ - -117.30517602999998, - 34.004739279000034 - ], - [ - -117.30517833399995, - 34.004739259000075 - ], - [ - -117.30518063899996, - 34.00473924000005 - ], - [ - -117.30518524599995, - 34.00473920200005 - ], - [ - -117.30518755099996, - 34.00473918200004 - ], - [ - -117.305189854, - 34.00473916300007 - ], - [ - -117.30519446199997, - 34.00473912500007 - ], - [ - -117.30519676499995, - 34.004739106000045 - ], - [ - -117.30520137299999, - 34.00473906700006 - ], - [ - -117.30520598099997, - 34.004739028000074 - ], - [ - -117.30521058799997, - 34.00473899000008 - ], - [ - -117.30521519599995, - 34.004738951000036 - ], - [ - -117.30523823599998, - 34.00473875900008 - ], - [ - -117.30524284199998, - 34.004738721000024 - ], - [ - -117.305245147, - 34.004738701000065 - ], - [ - -117.30525205699996, - 34.00473864400004 - ], - [ - -117.30525436199997, - 34.00473862500007 - ], - [ - -117.30525896899996, - 34.00473858700008 - ], - [ - -117.30526127299999, - 34.00473856700006 - ], - [ - -117.30526588099997, - 34.004738529000065 - ], - [ - -117.30527279199998, - 34.00473847100005 - ], - [ - -117.30527739999997, - 34.00473843300006 - ], - [ - -117.30528200799995, - 34.00473839400007 - ], - [ - -117.30528891999995, - 34.00473833600006 - ], - [ - -117.30529583099997, - 34.00473827900004 - ], - [ - -117.30530043999994, - 34.00473824000005 - ], - [ - -117.30530734999996, - 34.00473818300003 - ], - [ - -117.305311959, - 34.004738144000044 - ], - [ - -117.30531656499994, - 34.00473810600005 - ], - [ - -117.30532347699994, - 34.004738049000025 - ], - [ - -117.30532808499999, - 34.00473801000004 - ], - [ - -117.30533499599994, - 34.004737953000074 - ], - [ - -117.30534190799995, - 34.00473789600005 - ], - [ - -117.30534651599999, - 34.004737857000066 - ], - [ - -117.30535573099996, - 34.00473778000003 - ], - [ - -117.30536264399996, - 34.00473772300006 - ], - [ - -117.30537185799994, - 34.004737646000024 - ], - [ - -117.30538107299998, - 34.00473756900004 - ], - [ - -117.30538798599997, - 34.00473751200008 - ], - [ - -117.30539720099995, - 34.00473743500004 - ], - [ - -117.30540411199996, - 34.00473737800007 - ], - [ - -117.30541102399997, - 34.00473732100005 - ], - [ - -117.30541563199995, - 34.004737283000054 - ], - [ - -117.30542023899994, - 34.00473724500006 - ], - [ - -117.30542484699998, - 34.00473720600007 - ], - [ - -117.30542945499997, - 34.00473716800008 - ], - [ - -117.30543175799994, - 34.00473714900005 - ], - [ - -117.30543636599998, - 34.004737111000054 - ], - [ - -117.305438671, - 34.00473709100004 - ], - [ - -117.30544327899997, - 34.00473705300004 - ], - [ - -117.30544788499998, - 34.004737015000046 - ], - [ - -117.30545249299996, - 34.00473697700005 - ], - [ - -117.30545710099994, - 34.004736939000054 - ], - [ - -117.30545940499997, - 34.00473692000003 - ], - [ - -117.30546170899999, - 34.00473690100006 - ], - [ - -117.30546401199996, - 34.00473688100004 - ], - [ - -117.30546631599998, - 34.00473686200007 - ], - [ - -117.30546861999994, - 34.004736843000046 - ], - [ - -117.30547092399996, - 34.00473682300003 - ], - [ - -117.30547322799998, - 34.00473680400006 - ], - [ - -117.30547553199995, - 34.004736785000034 - ], - [ - -117.30547783499998, - 34.004736765000075 - ], - [ - -117.30548013999999, - 34.00473674600005 - ], - [ - -117.30548474699998, - 34.00473670800005 - ], - [ - -117.30548705099994, - 34.00473668800004 - ], - [ - -117.30548935499996, - 34.00473666900007 - ], - [ - -117.30549165999997, - 34.00473665000004 - ], - [ - -117.30549626599998, - 34.004736612000045 - ], - [ - -117.30549856999994, - 34.00473659200003 - ], - [ - -117.30550087499995, - 34.00473657300006 - ], - [ - -117.30550317799998, - 34.00473655300004 - ], - [ - -117.305505483, - 34.004736534000074 - ], - [ - -117.30551008899994, - 34.00473649600008 - ], - [ - -117.30551469699998, - 34.004736458000025 - ], - [ - -117.30551930499996, - 34.00473641900004 - ], - [ - -117.30552391299994, - 34.004736380000054 - ], - [ - -117.30552851999994, - 34.00473634200006 - ], - [ - -117.30553312799998, - 34.00473630400006 - ], - [ - -117.30553773599996, - 34.004736265000076 - ], - [ - -117.305540039, - 34.00473624600005 - ], - [ - -117.30554234399995, - 34.00473622700002 - ], - [ - -117.30554695099994, - 34.00473618900003 - ], - [ - -117.30554925499996, - 34.00473616900007 - ], - [ - -117.30555386299994, - 34.00473613100007 - ], - [ - -117.30555616799995, - 34.00473611100006 - ], - [ - -117.30556077399996, - 34.00473607300006 - ], - [ - -117.30556538199994, - 34.004736035000064 - ], - [ - -117.30556768699995, - 34.00473601600004 - ], - [ - -117.30557229299995, - 34.00473597800004 - ], - [ - -117.30557690099994, - 34.004735940000046 - ], - [ - -117.30557920599995, - 34.004735921000076 - ], - [ - -117.30558150999997, - 34.00473590100006 - ], - [ - -117.30558381299994, - 34.004735882000034 - ], - [ - -117.30558611799995, - 34.004735863000064 - ], - [ - -117.30559072399996, - 34.00473582500007 - ], - [ - -117.30559533199994, - 34.004735786000026 - ], - [ - -117.30559993999998, - 34.00473574800003 - ], - [ - -117.30560224499999, - 34.00473572900006 - ], - [ - -117.30560915599995, - 34.00473567100005 - ], - [ - -117.30561376299994, - 34.00473563200006 - ], - [ - -117.30561837099998, - 34.00473559400007 - ], - [ - -117.30562297999995, - 34.00473555600007 - ], - [ - -117.30562758599996, - 34.004735518000075 - ], - [ - -117.30562989099997, - 34.00473549800006 - ], - [ - -117.30563449899995, - 34.00473546000006 - ], - [ - -117.30563910499995, - 34.00473542200007 - ], - [ - -117.30564140999996, - 34.00473540200005 - ], - [ - -117.30564601799995, - 34.004735364000055 - ], - [ - -117.30565062499994, - 34.00473532600006 - ], - [ - -117.30565292899996, - 34.00473530600004 - ], - [ - -117.30565753599996, - 34.00473526800005 - ], - [ - -117.30565984199995, - 34.00473524900008 - ], - [ - -117.30566444899995, - 34.004735211000025 - ], - [ - -117.30566905599994, - 34.00473517300003 - ], - [ - -117.30567366499997, - 34.00473513400004 - ], - [ - -117.305675969, - 34.004735115000074 - ], - [ - -117.30568057599999, - 34.00473507700008 - ], - [ - -117.30568518499996, - 34.004735037000046 - ], - [ - -117.305687488, - 34.004735018000076 - ], - [ - -117.30568978999997, - 34.00473499900005 - ], - [ - -117.30569439899995, - 34.004734960000064 - ], - [ - -117.30569670199998, - 34.00473494100004 - ], - [ - -117.30569900599994, - 34.00473492100008 - ], - [ - -117.30570130899997, - 34.00473490200005 - ], - [ - -117.305703613, - 34.004734883000026 - ], - [ - -117.30570591799994, - 34.00473486300007 - ], - [ - -117.30570822099997, - 34.00473484400004 - ], - [ - -117.30571052599998, - 34.004734824000025 - ], - [ - -117.30571282899996, - 34.004734805000055 - ], - [ - -117.30571513299998, - 34.00473478600003 - ], - [ - -117.30571743699994, - 34.00473476600007 - ], - [ - -117.30571973999997, - 34.004734746000054 - ], - [ - -117.30572204499998, - 34.00473472700003 - ], - [ - -117.30572434799996, - 34.00473470800006 - ], - [ - -117.30572895599994, - 34.00473466900007 - ], - [ - -117.30573125999996, - 34.004734649000056 - ], - [ - -117.30573586699995, - 34.00473461100006 - ], - [ - -117.30574277899996, - 34.00473455400004 - ], - [ - -117.30574738699994, - 34.00473451500005 - ], - [ - -117.30575199499998, - 34.004734477000056 - ], - [ - -117.305758906, - 34.004734420000034 - ], - [ - -117.30576121099995, - 34.004734401000064 - ], - [ - -117.30576351399998, - 34.00473438100005 - ], - [ - -117.30576581799994, - 34.00473436200008 - ], - [ - -117.305770425, - 34.004734324000026 - ], - [ - -117.30577272999994, - 34.004734305000056 - ], - [ - -117.30577503299997, - 34.00473428500004 - ], - [ - -117.30577964099996, - 34.004734247000044 - ], - [ - -117.30578194399999, - 34.00473422600004 - ], - [ - -117.30578655199997, - 34.00473418800004 - ], - [ - -117.305788856, - 34.00473416800003 - ], - [ - -117.30579346399998, - 34.00473413000003 - ], - [ - -117.30579807199996, - 34.004734091000046 - ], - [ - -117.30580037599998, - 34.004734072000076 - ], - [ - -117.30580267999994, - 34.00473405200006 - ], - [ - -117.30580498399996, - 34.004734033000034 - ], - [ - -117.305807287, - 34.004734014000064 - ], - [ - -117.30580959099996, - 34.00473399400005 - ], - [ - -117.30581189499998, - 34.00473397500008 - ], - [ - -117.30581650299996, - 34.00473393500005 - ], - [ - -117.30581880699998, - 34.00473391600008 - ], - [ - -117.30582341499996, - 34.004733877000035 - ], - [ - -117.305825718, - 34.004733858000066 - ], - [ - -117.30582802199996, - 34.00473383900004 - ], - [ - -117.30583032599998, - 34.00473381900008 - ], - [ - -117.30583262899995, - 34.004733800000054 - ], - [ - -117.30583493399996, - 34.00473378000004 - ], - [ - -117.30583954099995, - 34.00473374200004 - ], - [ - -117.30584184499997, - 34.004733722000026 - ], - [ - -117.30584414999998, - 34.004733705000035 - ], - [ - -117.30584645299996, - 34.004733686000066 - ], - [ - -117.30584875699998, - 34.00473366600005 - ], - [ - -117.30585105999995, - 34.00473364700008 - ], - [ - -117.30585336499996, - 34.004733628000054 - ], - [ - -117.30585566899998, - 34.00473360900003 - ], - [ - -117.30585797099997, - 34.00473358800008 - ], - [ - -117.30586027599998, - 34.00473357000004 - ], - [ - -117.30586257899995, - 34.004733550000026 - ], - [ - -117.30586718799998, - 34.004733513000076 - ], - [ - -117.30586949199994, - 34.00473349400005 - ], - [ - -117.305874099, - 34.004733456000054 - ], - [ - -117.30587870699998, - 34.00473341700007 - ], - [ - -117.30588331299998, - 34.00473337900007 - ], - [ - -117.30588792199995, - 34.00473333900004 - ], - [ - -117.30589483199998, - 34.00473328100003 - ], - [ - -117.30589713799998, - 34.00473326400004 - ], - [ - -117.30589944099995, - 34.00473324300003 - ], - [ - -117.30596553699996, - 34.00473271000004 - ], - [ - -117.30620775299997, - 34.004202117000034 - ], - [ - -117.30654329899994, - 34.00413433600005 - ], - [ - -117.30671854399998, - 34.00392289700005 - ], - [ - -117.30706611199997, - 34.00404368200003 - ], - [ - -117.30725958999994, - 34.00411091800004 - ], - [ - -117.307413613, - 34.004252878000045 - ], - [ - -117.30792536499996, - 34.00472454800007 - ], - [ - -117.30834916699996, - 34.00435711100005 - ], - [ - -117.30859670999996, - 34.00435872400004 - ], - [ - -117.30922676699998, - 34.00436282700008 - ], - [ - -117.30997944499995, - 34.00447879400008 - ], - [ - -117.31024523199994, - 34.004634159000034 - ], - [ - -117.31045104799995, - 34.004754467000055 - ], - [ - -117.31048652599998, - 34.004754555000034 - ], - [ - -117.31364073799995, - 34.00476217600004 - ], - [ - -117.31364946599996, - 34.00509565200008 - ], - [ - -117.31364223899999, - 34.00588158000005 - ], - [ - -117.31363295099999, - 34.00649912100005 - ], - [ - -117.31364394299999, - 34.00677190500005 - ], - [ - -117.313643948, - 34.00678647900003 - ], - [ - -117.31364397299996, - 34.00685326200005 - ], - [ - -117.31364400499996, - 34.00693870500004 - ], - [ - -117.31411985999995, - 34.00705007300007 - ], - [ - -117.31472053699997, - 34.00679215400004 - ], - [ - -117.31471813699994, - 34.00659652300004 - ], - [ - -117.31471214799996, - 34.00610799100008 - ], - [ - -117.31461760999997, - 34.00539433500006 - ], - [ - -117.31522968799999, - 34.00525997300008 - ], - [ - -117.31584568099998, - 34.005647158000045 - ], - [ - -117.31584615399998, - 34.00564745500003 - ], - [ - -117.31614413199998, - 34.00583474800004 - ], - [ - -117.31655813999998, - 34.00587580300004 - ], - [ - -117.31688414599995, - 34.00590813000008 - ], - [ - -117.317100316, - 34.006046765000065 - ], - [ - -117.31747614699998, - 34.00628779300007 - ], - [ - -117.31766693199995, - 34.00623944900008 - ], - [ - -117.31783987699998, - 34.00612619000003 - ], - [ - -117.31803680999997, - 34.005997224000055 - ], - [ - -117.31957731699998, - 34.00623137900004 - ], - [ - -117.31963798399994, - 34.00628608100004 - ], - [ - -117.319894305, - 34.006517203000044 - ], - [ - -117.32021445699996, - 34.00652439000004 - ], - [ - -117.32021535699994, - 34.006524410000054 - ], - [ - -117.32029323399996, - 34.00652615800004 - ], - [ - -117.32051480899997, - 34.00653113200008 - ], - [ - -117.32058670499998, - 34.006582740000056 - ], - [ - -117.32088440599995, - 34.00679643600006 - ], - [ - -117.32091147699998, - 34.00681586800005 - ], - [ - -117.32092217799999, - 34.006823549000046 - ], - [ - -117.32093094699997, - 34.00682984400004 - ], - [ - -117.32140545899995, - 34.00704561600003 - ], - [ - -117.321900971, - 34.007045549000054 - ], - [ - -117.322383361, - 34.007045481000034 - ], - [ - -117.32238301899997, - 34.007515934000025 - ], - [ - -117.32279515999994, - 34.00767390000004 - ], - [ - -117.32332227499995, - 34.00787593000007 - ], - [ - -117.32391783399999, - 34.00810418700007 - ], - [ - -117.32431532299995, - 34.00825652900005 - ], - [ - -117.32453173099998, - 34.00833946900008 - ], - [ - -117.32448664199995, - 34.00839646400004 - ], - [ - -117.32468944699997, - 34.00839591000005 - ], - [ - -117.32511494799996, - 34.008394750000036 - ], - [ - -117.325940705, - 34.00839249200004 - ], - [ - -117.32634638599995, - 34.008391380000035 - ], - [ - -117.326365695, - 34.00839132600004 - ], - [ - -117.32673265699998, - 34.00839386000007 - ], - [ - -117.32673831899996, - 34.00884283900007 - ], - [ - -117.32673831999995, - 34.008842876000074 - ], - [ - -117.32673871399999, - 34.00925849200007 - ], - [ - -117.326739106, - 34.009670897000035 - ], - [ - -117.32673953199998, - 34.01011961900008 - ], - [ - -117.32692731399999, - 34.01004172300003 - ], - [ - -117.32713376999999, - 34.00995607900006 - ], - [ - -117.32745929999999, - 34.00982104000008 - ], - [ - -117.327716034, - 34.009714538000026 - ], - [ - -117.32805974599995, - 34.00957195500007 - ], - [ - -117.328818072, - 34.00925736800008 - ], - [ - -117.32882465999995, - 34.00860008300003 - ], - [ - -117.32882669399999, - 34.00839704800006 - ], - [ - -117.32919958199994, - 34.008398982000074 - ], - [ - -117.33089935199996, - 34.00840778700007 - ], - [ - -117.33111389199996, - 34.00840889500006 - ], - [ - -117.33111636799998, - 34.00710678400003 - ], - [ - -117.331117195, - 34.006673025000055 - ], - [ - -117.331145242, - 34.006672783000056 - ], - [ - -117.33114538299998, - 34.00659856000004 - ], - [ - -117.33142913399996, - 34.00659921000005 - ], - [ - -117.33152744899996, - 34.006599436000045 - ], - [ - -117.33268129299995, - 34.006602075000046 - ], - [ - -117.33271941199996, - 34.006602162000036 - ], - [ - -117.33383773399999, - 34.006604708000054 - ], - [ - -117.33393671799996, - 34.00660493200007 - ], - [ - -117.33409158499995, - 34.006605284000045 - ], - [ - -117.33379956899995, - 34.01327203300008 - ], - [ - -117.33519175099997, - 34.01327665700006 - ], - [ - -117.33527096199998, - 34.01318168500006 - ], - [ - -117.336196654, - 34.01207180000006 - ], - [ - -117.3366044099999, - 34.01207238500007 - ], - [ - -117.34003670499999, - 34.01207725900008 - ], - [ - -117.34006557299995, - 34.012077300000044 - ], - [ - -117.34080414299996, - 34.01207833600006 - ], - [ - -117.34139512099995, - 34.01207916200008 - ], - [ - -117.34197643999994, - 34.01207997300003 - ], - [ - -117.34207116899995, - 34.01208010400006 - ], - [ - -117.34217032, - 34.012080242000025 - ], - [ - -117.34291482999998, - 34.012081274000025 - ], - [ - -117.34291352699995, - 34.01225812000007 - ], - [ - -117.34291180999998, - 34.012490815000035 - ], - [ - -117.34296376999998, - 34.012490795000076 - ], - [ - -117.343397241, - 34.01249062000005 - ], - [ - -117.34409063199996, - 34.01249033800008 - ], - [ - -117.34428646799995, - 34.01249025800007 - ], - [ - -117.34483055299995, - 34.01248305200005 - ], - [ - -117.34498362699998, - 34.01244783300007 - ], - [ - -117.34500253599998, - 34.01244336700006 - ], - [ - -117.34542327399998, - 34.012346283000056 - ], - [ - -117.34572818599997, - 34.01227592600003 - ], - [ - -117.345894478, - 34.01223755400002 - ], - [ - -117.34618142299996, - 34.012171341000055 - ], - [ - -117.34640698199996, - 34.01211929100003 - ], - [ - -117.346630125, - 34.01206780000007 - ], - [ - -117.346850486, - 34.01201694900004 - ], - [ - -117.34706731899996, - 34.01196691300004 - ], - [ - -117.34729040399998, - 34.011915431000034 - ], - [ - -117.34750855399994, - 34.01186509100006 - ], - [ - -117.34774162399998, - 34.01181130500004 - ], - [ - -117.34781866499998, - 34.011793527000066 - ], - [ - -117.34783201599998, - 34.01179246800007 - ], - [ - -117.34802777599998, - 34.011776961000066 - ], - [ - -117.34825540699995, - 34.01175892900005 - ], - [ - -117.34848639499995, - 34.01174062800004 - ], - [ - -117.34880410899996, - 34.01171545700004 - ], - [ - -117.34887093499998, - 34.01171016200004 - ], - [ - -117.34910515399997, - 34.01185128700007 - ], - [ - -117.34932875799996, - 34.01198601400006 - ], - [ - -117.34935440099997, - 34.01203548400008 - ], - [ - -117.349474311, - 34.01226681600008 - ], - [ - -117.349567676, - 34.012446934000025 - ], - [ - -117.34965945999994, - 34.01262400600007 - ], - [ - -117.34970314599997, - 34.01270828500003 - ], - [ - -117.34974430099999, - 34.01281501400007 - ], - [ - -117.34981283199994, - 34.01299273400008 - ], - [ - -117.34988382999995, - 34.01317685400005 - ], - [ - -117.34995502299995, - 34.013361479000025 - ], - [ - -117.35002556899997, - 34.01354442400003 - ], - [ - -117.350097254, - 34.01373032600003 - ], - [ - -117.35014355399994, - 34.01385039000007 - ], - [ - -117.35015950399998, - 34.01385998300003 - ], - [ - -117.35034809299998, - 34.013973400000054 - ], - [ - -117.35053790999996, - 34.014087553000024 - ], - [ - -117.35071574699998, - 34.014194502000066 - ], - [ - -117.350763369, - 34.014223756000035 - ], - [ - -117.350602918, - 34.01444592400003 - ], - [ - -117.35054791299996, - 34.01451686400003 - ], - [ - -117.350345974, - 34.014777310000056 - ], - [ - -117.35030114399996, - 34.01475377300005 - ], - [ - -117.35030065599994, - 34.01475436700008 - ], - [ - -117.35018860199995, - 34.01489130400006 - ], - [ - -117.35010177999999, - 34.01499740600008 - ], - [ - -117.35006473099997, - 34.01504268100007 - ], - [ - -117.35003202499996, - 34.01508265000007 - ], - [ - -117.34995612699998, - 34.015174192000075 - ], - [ - -117.34984032099999, - 34.015313871000046 - ], - [ - -117.34974278199996, - 34.01543151300007 - ], - [ - -117.34971868499997, - 34.01541923900004 - ], - [ - -117.34941881299994, - 34.01526650200003 - ], - [ - -117.34916104799998, - 34.01513521000004 - ], - [ - -117.34896222199995, - 34.015033937000055 - ], - [ - -117.34866695099998, - 34.01488353800005 - ], - [ - -117.34850907499998, - 34.014803123000036 - ], - [ - -117.34791628499994, - 34.01479136300003 - ], - [ - -117.34763890699998, - 34.014980190000074 - ], - [ - -117.34719764599998, - 34.01528058200006 - ], - [ - -117.34726232099996, - 34.015350752000074 - ], - [ - -117.34732008599997, - 34.01541342400003 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "San Jose, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -121.94326641499998, - 37.46519811200005 - ], - [ - -121.94358035599998, - 37.46527583100004 - ], - [ - -121.94374515799996, - 37.46533952000004 - ], - [ - -121.94389734899994, - 37.46542074000007 - ], - [ - -121.94403396899997, - 37.465517942000076 - ], - [ - -121.94417903299995, - 37.46565814400003 - ], - [ - -121.944296797, - 37.46581371900004 - ], - [ - -121.94438472999997, - 37.46598135800008 - ], - [ - -121.94444092199996, - 37.46615746700007 - ], - [ - -121.94446423699998, - 37.466338216000054 - ], - [ - -121.94445408299998, - 37.46651974200006 - ], - [ - -121.94419397999997, - 37.467762814000025 - ], - [ - -121.94414133999999, - 37.46793403600003 - ], - [ - -121.94412521699996, - 37.46810984500007 - ], - [ - -121.94414601799997, - 37.46828536000004 - ], - [ - -121.94420315999997, - 37.46845564400007 - ], - [ - -121.944295061, - 37.46861597900005 - ], - [ - -121.94441916199997, - 37.468761907000044 - ], - [ - -121.94446500499998, - 37.468800129000044 - ], - [ - -121.94457199799996, - 37.46888933200006 - ], - [ - -121.94474931499997, - 37.468994688000066 - ], - [ - -121.94484772499999, - 37.46903488300006 - ], - [ - -121.94494613299997, - 37.469075075000035 - ], - [ - -121.94515701799997, - 37.46912822100006 - ], - [ - -121.94537606499995, - 37.46915267000003 - ], - [ - -121.94559712799997, - 37.46914772800005 - ], - [ - -121.94581408999994, - 37.46911352700005 - ], - [ - -121.94602091299998, - 37.46905101900006 - ], - [ - -121.94621176899994, - 37.468961973000035 - ], - [ - -121.94638136599997, - 37.46884881200003 - ], - [ - -121.94652499899996, - 37.46871476200005 - ], - [ - -121.94663863099998, - 37.468563525000036 - ], - [ - -121.94671910199997, - 37.46839932900008 - ], - [ - -121.94682698699995, - 37.46820050200006 - ], - [ - -121.94689477799994, - 37.468075562000024 - ], - [ - -121.94702432799994, - 37.46773828600004 - ], - [ - -121.947106196, - 37.46739164200005 - ], - [ - -121.94711633799994, - 37.467284033000055 - ], - [ - -121.94712912099999, - 37.46714839600003 - ], - [ - -121.94713934599997, - 37.46703989700006 - ], - [ - -121.94712337599998, - 37.46668738500006 - ], - [ - -121.94705850999998, - 37.46633845100007 - ], - [ - -121.94694552699997, - 37.465997413000025 - ], - [ - -121.94681481099997, - 37.46572814500007 - ], - [ - -121.94678582699999, - 37.46566844000006 - ], - [ - -121.94678269099995, - 37.465662587000054 - ], - [ - -121.94660935099995, - 37.465339124000025 - ], - [ - -121.94648270999994, - 37.46499555100007 - ], - [ - -121.94640763199999, - 37.46464250900004 - ], - [ - -121.94638516299995, - 37.464284881000026 - ], - [ - -121.94641562399994, - 37.46392760800006 - ], - [ - -121.94642311599995, - 37.46389583200005 - ], - [ - -121.94645370099994, - 37.46376610400006 - ], - [ - -121.946498594, - 37.46357568500008 - ], - [ - -121.94655604699994, - 37.46342947200003 - ], - [ - -121.94659260399999, - 37.463336441000024 - ], - [ - -121.94661701899997, - 37.46327430900004 - ], - [ - -121.94664703199999, - 37.46323149700004 - ], - [ - -121.94666140599998, - 37.463210994000065 - ], - [ - -121.94669127599997, - 37.46316838900003 - ], - [ - -121.94686346499998, - 37.46295867900005 - ], - [ - -121.947053569, - 37.462759049000056 - ], - [ - -121.94726071099996, - 37.46257047100005 - ], - [ - -121.947325681, - 37.46251645000007 - ], - [ - -121.94755337099997, - 37.46234359500005 - ], - [ - -121.94779561499996, - 37.462183811000045 - ], - [ - -121.94801143199999, - 37.46206061200007 - ], - [ - -121.94827286099996, - 37.46193950400004 - ], - [ - -121.94876183399998, - 37.46171305100006 - ], - [ - -121.94886731899999, - 37.46166419800005 - ], - [ - -121.94931676099998, - 37.46155573800007 - ], - [ - -121.94951228499997, - 37.46150857400005 - ], - [ - -121.94998467299996, - 37.461469916000055 - ], - [ - -121.95145656299997, - 37.46155578300005 - ], - [ - -121.95191983499996, - 37.46158281100003 - ], - [ - -121.95225426099995, - 37.46161715200003 - ], - [ - -121.95259878099995, - 37.461661141000036 - ], - [ - -121.95261477099996, - 37.46166318200005 - ], - [ - -121.95276237699994, - 37.46168201900008 - ], - [ - -121.95285809299997, - 37.46169423500004 - ], - [ - -121.95319601899996, - 37.46176673400004 - ], - [ - -121.95339915199997, - 37.46186103100007 - ], - [ - -121.95347370699994, - 37.46189563400003 - ], - [ - -121.95354388099997, - 37.46192820400006 - ], - [ - -121.95393349799997, - 37.46210902900003 - ], - [ - -121.95487038799996, - 37.46240890800004 - ], - [ - -121.95663032099998, - 37.46281837400005 - ], - [ - -121.95801902199997, - 37.46318454100003 - ], - [ - -121.9583922, - 37.46328087100005 - ], - [ - -121.95936184799996, - 37.463445051000065 - ], - [ - -121.96051363, - 37.46357324000007 - ], - [ - -121.96123551899996, - 37.46358483600005 - ], - [ - -121.96135739399995, - 37.46356006100007 - ], - [ - -121.96265449199996, - 37.46329614700005 - ], - [ - -121.96268430599997, - 37.46328630000005 - ], - [ - -121.96271406399995, - 37.463276431000054 - ], - [ - -121.96277296099998, - 37.46324861700003 - ], - [ - -121.96284019399997, - 37.463213902000064 - ], - [ - -121.96290735499997, - 37.46317413100007 - ], - [ - -121.96296898499997, - 37.46312614000004 - ], - [ - -121.96302856999995, - 37.46307776400005 - ], - [ - -121.96306395999994, - 37.46304177600007 - ], - [ - -121.963082682, - 37.463021215000026 - ], - [ - -121.96309567499998, - 37.463002879000044 - ], - [ - -121.96310866899995, - 37.46298454200007 - ], - [ - -121.96562781399996, - 37.462721016000046 - ], - [ - -121.96641469499997, - 37.46255803300005 - ], - [ - -121.966614231, - 37.462516719000064 - ], - [ - -121.96758036499995, - 37.462258030000044 - ], - [ - -121.96824275499995, - 37.46203861600003 - ], - [ - -121.96832041799996, - 37.46201289100003 - ], - [ - -121.96852155299996, - 37.46194626400006 - ], - [ - -121.96933225699996, - 37.46162310100004 - ], - [ - -121.96943311799998, - 37.46158288000004 - ], - [ - -121.96986306499997, - 37.46138867900004 - ], - [ - -121.97046617799998, - 37.461230460000024 - ], - [ - -121.97059401299998, - 37.461196924000035 - ], - [ - -121.97064524799998, - 37.46118348300007 - ], - [ - -121.97114677199994, - 37.46105191100003 - ], - [ - -121.97202045199998, - 37.460875464000026 - ], - [ - -121.97264076199997, - 37.46091746700006 - ], - [ - -121.974487018, - 37.461042461000034 - ], - [ - -121.97483042099998, - 37.46106568400006 - ], - [ - -121.97487186199999, - 37.46052028400004 - ], - [ - -121.974873259, - 37.46050189300007 - ], - [ - -121.97506592099995, - 37.46048516600007 - ], - [ - -121.97513036199996, - 37.46047957300004 - ], - [ - -121.97579467799994, - 37.460459092000065 - ], - [ - -121.97648077499997, - 37.460437875000025 - ], - [ - -121.97783155599996, - 37.46047132700005 - ], - [ - -121.97917613199996, - 37.46057985200008 - ], - [ - -121.98050791799994, - 37.46076280200003 - ], - [ - -121.98182052799996, - 37.46101940800003 - ], - [ - -121.98254481299995, - 37.461198972000034 - ], - [ - -121.98284060699996, - 37.461272303000044 - ], - [ - -121.98456341099995, - 37.46172400700004 - ], - [ - -121.98588057699999, - 37.46206937100004 - ], - [ - -121.99144802299998, - 37.46352882900004 - ], - [ - -121.99179217099999, - 37.46364146900004 - ], - [ - -121.99212561399997, - 37.46377301600006 - ], - [ - -121.99244672699996, - 37.463922754000066 - ], - [ - -121.99275397999997, - 37.46408999600004 - ], - [ - -121.992808675, - 37.46412249100007 - ], - [ - -121.99455847299998, - 37.46545062300004 - ], - [ - -121.99480130199998, - 37.46566265100006 - ], - [ - -121.99506208599996, - 37.46586060200008 - ], - [ - -121.99533957299997, - 37.466043598000056 - ], - [ - -121.99563245099995, - 37.46621071900006 - ], - [ - -121.99580286999998, - 37.46629722400007 - ], - [ - -121.99683779699996, - 37.46667263300003 - ], - [ - -121.997178825, - 37.466796335000026 - ], - [ - -121.997281209, - 37.46682529000003 - ], - [ - -121.99738592199998, - 37.46684849300004 - ], - [ - -121.997492379, - 37.46686579000004 - ], - [ - -121.99760012599995, - 37.46687712000005 - ], - [ - -121.99770858299996, - 37.466882465000026 - ], - [ - -121.99781720599998, - 37.466881744000034 - ], - [ - -121.99792556699998, - 37.46687500400003 - ], - [ - -121.99803302899994, - 37.466862234000075 - ], - [ - -121.99808941699996, - 37.46685304600004 - ], - [ - -122.00000756099996, - 37.466615287000025 - ], - [ - -122.014683349, - 37.464794934000054 - ], - [ - -122.01737487599996, - 37.46474630500006 - ], - [ - -122.01919839799996, - 37.46472407300007 - ], - [ - -122.02110003799999, - 37.46470084500004 - ], - [ - -122.021550231, - 37.46470501500005 - ], - [ - -122.02207950599995, - 37.46473718100003 - ], - [ - -122.02260469999999, - 37.46479871900004 - ], - [ - -122.02312325199995, - 37.46488929900005 - ], - [ - -122.02449472599994, - 37.46512040500005 - ], - [ - -122.02456048599998, - 37.46513438300008 - ], - [ - -122.02508955599995, - 37.46522937300006 - ], - [ - -122.02544313799996, - 37.465272467000034 - ], - [ - -122.02562569, - 37.46529471600007 - ], - [ - -122.026166236, - 37.46533006000004 - ], - [ - -122.02670854999997, - 37.46533530100004 - ], - [ - -122.02724998699995, - 37.46531033600007 - ], - [ - -122.027787967, - 37.46525538100008 - ], - [ - -122.03733409199998, - 37.464129684000056 - ], - [ - -122.03763376799998, - 37.46409433100007 - ], - [ - -122.037750728, - 37.46408307100006 - ], - [ - -122.03803943699995, - 37.46404364800003 - ], - [ - -122.03832399699996, - 37.46398828000008 - ], - [ - -122.038603035, - 37.46391725700005 - ], - [ - -122.03887515099996, - 37.46383082700004 - ], - [ - -122.03913909, - 37.46372953500003 - ], - [ - -122.03939345499998, - 37.46361376400006 - ], - [ - -122.03963713899998, - 37.463484168000036 - ], - [ - -122.039868206, - 37.46335596500006 - ], - [ - -122.04082339999997, - 37.46282598500005 - ], - [ - -122.04583903999998, - 37.46004293300007 - ], - [ - -122.04587330799995, - 37.45774057400007 - ], - [ - -122.04592198799998, - 37.45447102700007 - ], - [ - -122.045920836, - 37.453027150000025 - ], - [ - -122.04602515399995, - 37.45206866800004 - ], - [ - -122.04603087399994, - 37.45057541700004 - ], - [ - -122.04603473599997, - 37.44956190000005 - ], - [ - -122.04603743999996, - 37.44885561000007 - ], - [ - -122.04603807499996, - 37.44869225600007 - ], - [ - -122.04603909999997, - 37.448431364000044 - ], - [ - -122.04604887399995, - 37.44587302200006 - ], - [ - -122.04605362299998, - 37.444639177000056 - ], - [ - -122.04177902099997, - 37.44234787800008 - ], - [ - -122.04140566899997, - 37.442147755000065 - ], - [ - -122.02834550499995, - 37.435145188000035 - ], - [ - -122.02813574699996, - 37.435032715000034 - ], - [ - -122.02785136899996, - 37.43488019100005 - ], - [ - -122.02780292799997, - 37.43485422300006 - ], - [ - -122.02751042399996, - 37.43469734200005 - ], - [ - -122.02275034899998, - 37.43214437200004 - ], - [ - -122.02259856399996, - 37.432062952000024 - ], - [ - -122.01687981099997, - 37.42899529700003 - ], - [ - -122.01660496799997, - 37.42884784300003 - ], - [ - -122.01642635499996, - 37.42875202100004 - ], - [ - -122.01359276699998, - 37.42723180300004 - ], - [ - -122.01230640799997, - 37.426541633000056 - ], - [ - -122.01212539599999, - 37.426444556000035 - ], - [ - -122.01208900699999, - 37.42642501800003 - ], - [ - -122.01202772299996, - 37.42639213700005 - ], - [ - -122.01178142299995, - 37.42625996100003 - ], - [ - -122.00146518999998, - 37.42072391900007 - ], - [ - -121.99578786099994, - 37.417676519000054 - ], - [ - -121.99519064599997, - 37.417678065000075 - ], - [ - -121.99500704599996, - 37.41767854400007 - ], - [ - -121.99457076099998, - 37.41767966800006 - ], - [ - -121.99385760899997, - 37.41768151800005 - ], - [ - -121.99033197199998, - 37.41769053300004 - ], - [ - -121.99033179499997, - 37.41768366800005 - ], - [ - -121.99032298099996, - 37.417340841000055 - ], - [ - -121.98901382399998, - 37.41734270000006 - ], - [ - -121.98774722799999, - 37.41734450700005 - ], - [ - -121.98747632299995, - 37.41734487600007 - ], - [ - -121.98693192899998, - 37.417345641000054 - ], - [ - -121.98693277499996, - 37.41738811500005 - ], - [ - -121.98693560499999, - 37.417530157000044 - ], - [ - -121.98692917799997, - 37.41753019200007 - ], - [ - -121.98635679899996, - 37.41753227400005 - ], - [ - -121.98635619999999, - 37.41739120900007 - ], - [ - -121.98635493899997, - 37.417093013000056 - ], - [ - -121.98626437899998, - 37.41709500700006 - ], - [ - -121.98628093199994, - 37.41707742400007 - ], - [ - -121.98629551199997, - 37.417058790000056 - ], - [ - -121.98630797699997, - 37.41703917600006 - ], - [ - -121.98631824799998, - 37.417018788000064 - ], - [ - -121.98632623699996, - 37.416997765000076 - ], - [ - -121.98633189299994, - 37.41697624600005 - ], - [ - -121.98633516099994, - 37.41695441400003 - ], - [ - -121.98633601599994, - 37.41693245100004 - ], - [ - -121.98633448799995, - 37.416910518000066 - ], - [ - -121.98633648199996, - 37.41598600900005 - ], - [ - -121.98633002699995, - 37.415367968000055 - ], - [ - -121.98633050399997, - 37.41468279400004 - ], - [ - -121.986327669, - 37.413958223000066 - ], - [ - -121.98633507099998, - 37.412934922000034 - ], - [ - -121.98633543099999, - 37.412925623000035 - ], - [ - -121.98633478799997, - 37.41291636100004 - ], - [ - -121.98633311199995, - 37.41290715800005 - ], - [ - -121.98633043499996, - 37.41289812800005 - ], - [ - -121.98632675899995, - 37.412889316000076 - ], - [ - -121.98632211299997, - 37.41288079000003 - ], - [ - -121.986305615, - 37.41286076400007 - ], - [ - -121.98628696099996, - 37.41284200200005 - ], - [ - -121.98626626999999, - 37.41282466100006 - ], - [ - -121.98624371699998, - 37.41280887900007 - ], - [ - -121.98621947499998, - 37.41279476600005 - ], - [ - -121.98619371799998, - 37.41278245600006 - ], - [ - -121.98622668099995, - 37.41217815400006 - ], - [ - -121.98624942799995, - 37.41176119800008 - ], - [ - -121.98595865399994, - 37.411858675000076 - ], - [ - -121.98548167899997, - 37.412024864000045 - ], - [ - -121.98546388699998, - 37.41203122100006 - ], - [ - -121.98545651899997, - 37.412033853000025 - ], - [ - -121.98543136499995, - 37.41204285200007 - ], - [ - -121.98523714199996, - 37.41211315800007 - ], - [ - -121.98506068899997, - 37.41217817800003 - ], - [ - -121.98487910399996, - 37.41224623900007 - ], - [ - -121.98472391299998, - 37.412305383000046 - ], - [ - -121.98455657999995, - 37.41237008100006 - ], - [ - -121.984360112, - 37.412447419000046 - ], - [ - -121.98409278999998, - 37.41255492700003 - ], - [ - -121.98407295499999, - 37.41256301400006 - ], - [ - -121.98366987799994, - 37.41273053300006 - ], - [ - -121.98354193499995, - 37.41278470700007 - ], - [ - -121.98311271399996, - 37.412966409000035 - ], - [ - -121.98311892699996, - 37.41297576200003 - ], - [ - -121.98304162, - 37.41301095700004 - ], - [ - -121.9829480399999, - 37.413045762000024 - ], - [ - -121.98287128199996, - 37.41306859800005 - ], - [ - -121.98264760599994, - 37.41316330600006 - ], - [ - -121.98236944899998, - 37.41326014400005 - ], - [ - -121.981968769, - 37.41340103500005 - ], - [ - -121.98165163999994, - 37.41351376800003 - ], - [ - -121.98132737799995, - 37.41363009300005 - ], - [ - -121.98100456199995, - 37.41374701700005 - ], - [ - -121.980711252, - 37.41385422700006 - ], - [ - -121.98043972499994, - 37.413954251000064 - ], - [ - -121.98037485699996, - 37.41408822000005 - ], - [ - -121.980335777, - 37.414101439000035 - ], - [ - -121.98031472099996, - 37.414000577000024 - ], - [ - -121.97970834899996, - 37.414227674000074 - ], - [ - -121.97954342699995, - 37.414290132000076 - ], - [ - -121.97953963499998, - 37.414291572000025 - ], - [ - -121.97952864599995, - 37.41429574500006 - ], - [ - -121.97940893699996, - 37.41434127600007 - ], - [ - -121.97868053999997, - 37.414621691000036 - ], - [ - -121.978679479, - 37.41462210200007 - ], - [ - -121.97816539299998, - 37.41482351800005 - ], - [ - -121.977289768, - 37.415253595000024 - ], - [ - -121.97516619799995, - 37.416166479000026 - ], - [ - -121.97429071199997, - 37.41654280800003 - ], - [ - -121.97436932299996, - 37.41665938400007 - ], - [ - -121.97393885199995, - 37.416858442000034 - ], - [ - -121.973883995, - 37.41688380700003 - ], - [ - -121.97373898599994, - 37.41695086400006 - ], - [ - -121.97086632799994, - 37.41807224300004 - ], - [ - -121.97081638299994, - 37.41808885300003 - ], - [ - -121.97081420699999, - 37.41808957300003 - ], - [ - -121.97063205099994, - 37.41814739800003 - ], - [ - -121.968468826, - 37.41812942300004 - ], - [ - -121.96836164599995, - 37.41812852100003 - ], - [ - -121.96782231199995, - 37.41812403100005 - ], - [ - -121.96782117499998, - 37.418121116000066 - ], - [ - -121.96782073099996, - 37.41812005700007 - ], - [ - -121.96776154199995, - 37.41797999000005 - ], - [ - -121.96776025199995, - 37.41797694100006 - ], - [ - -121.96775883, - 37.417974033000064 - ], - [ - -121.96769079699999, - 37.417835241000034 - ], - [ - -121.96769032999998, - 37.41783438200008 - ], - [ - -121.96761453799996, - 37.417699139000035 - ], - [ - -121.96761296799997, - 37.41769633800004 - ], - [ - -121.967611133, - 37.41769343900006 - ], - [ - -121.96752772999997, - 37.417561790000036 - ], - [ - -121.96752694099996, - 37.41756054700005 - ], - [ - -121.96743461799997, - 37.41743057700006 - ], - [ - -121.96743290899997, - 37.417428174000065 - ], - [ - -121.96743076799999, - 37.417425467000044 - ], - [ - -121.96733258599994, - 37.41730140900006 - ], - [ - -121.96733108999996, - 37.41729951900004 - ], - [ - -121.96732870899996, - 37.41729671200005 - ], - [ - -121.96729494699997, - 37.41725691800008 - ], - [ - -121.96696933099997, - 37.41688868400007 - ], - [ - -121.96659677699995, - 37.41646683400006 - ], - [ - -121.96627980599999, - 37.416105929000025 - ], - [ - -121.96622068599999, - 37.41603863900008 - ], - [ - -121.96654662099996, - 37.41569171900005 - ], - [ - -121.96663485199997, - 37.41564861300003 - ], - [ - -121.96640289199996, - 37.41524269800004 - ], - [ - -121.96616750399994, - 37.415116494000074 - ], - [ - -121.965925358, - 37.41498664400007 - ], - [ - -121.96482789399994, - 37.41426322600006 - ], - [ - -121.964651442, - 37.41427387700003 - ], - [ - -121.96188875999997, - 37.411191820000056 - ], - [ - -121.96139810899996, - 37.411150390000046 - ], - [ - -121.96094954799997, - 37.41064230300003 - ], - [ - -121.96087028199997, - 37.41056269500007 - ], - [ - -121.96078931499994, - 37.410484206000035 - ], - [ - -121.96070659399999, - 37.41040683800003 - ], - [ - -121.96062222999996, - 37.41033065800008 - ], - [ - -121.96053619599996, - 37.41025566600007 - ], - [ - -121.96044855099996, - 37.41018186200006 - ], - [ - -121.96036267699998, - 37.41011206400003 - ], - [ - -121.96035929399994, - 37.41010929000004 - ], - [ - -121.96034973699994, - 37.410101901000075 - ], - [ - -121.96026993299995, - 37.41004015400006 - ], - [ - -121.96019009999998, - 37.40997840500006 - ], - [ - -121.960144303, - 37.409949150000045 - ], - [ - -121.96007514399997, - 37.40990494000005 - ], - [ - -121.960066542, - 37.40989943900007 - ], - [ - -121.95998686799999, - 37.40985167500003 - ], - [ - -121.95998524099997, - 37.409850712000036 - ], - [ - -121.95990287399997, - 37.40980311800007 - ], - [ - -121.95981946599994, - 37.40975668200008 - ], - [ - -121.959735105, - 37.40971142500007 - ], - [ - -121.95964973599996, - 37.40966732600003 - ], - [ - -121.95956341399994, - 37.40962442800003 - ], - [ - -121.95947616899997, - 37.40958275600008 - ], - [ - -121.95938802899997, - 37.409542283000064 - ], - [ - -121.95929902399996, - 37.40950305900003 - ], - [ - -121.95920915499994, - 37.409465057000034 - ], - [ - -121.95911847599996, - 37.40942832600007 - ], - [ - -121.95902701999995, - 37.40939286200006 - ], - [ - -121.95893478599999, - 37.40935869000003 - ], - [ - -121.95876317299997, - 37.409299160000046 - ], - [ - -121.95825049599995, - 37.40914734100005 - ], - [ - -121.95786282399996, - 37.40902534800006 - ], - [ - -121.95746718199996, - 37.40890659000007 - ], - [ - -121.956600219, - 37.408646341000065 - ], - [ - -121.95645092599995, - 37.408584836000045 - ], - [ - -121.9562512, - 37.40849902900004 - ], - [ - -121.95605339899998, - 37.408410382000056 - ], - [ - -121.95585752599999, - 37.40831905500005 - ], - [ - -121.95569616799997, - 37.40824073700003 - ], - [ - -121.95566372399998, - 37.40822497900007 - ], - [ - -121.95563410999995, - 37.40821026200007 - ], - [ - -121.955604527, - 37.40819552200003 - ], - [ - -121.95527008099998, - 37.40801412600007 - ], - [ - -121.95526599199997, - 37.40801191000003 - ], - [ - -121.95526190299995, - 37.40800969500003 - ], - [ - -121.95504749899999, - 37.407887697000035 - ], - [ - -121.95483576599997, - 37.40776268800005 - ], - [ - -121.95462681599997, - 37.40763478400004 - ], - [ - -121.954433269, - 37.40754926400007 - ], - [ - -121.95410598399997, - 37.40705741000005 - ], - [ - -121.95402736499994, - 37.40704144700004 - ], - [ - -121.95401702299995, - 37.407039334000046 - ], - [ - -121.95400665199998, - 37.40703721600005 - ], - [ - -121.95387920399997, - 37.407011305000026 - ], - [ - -121.95382956599997, - 37.40700118400008 - ], - [ - -121.95369910899996, - 37.406900301000064 - ], - [ - -121.95357076999994, - 37.40679767200004 - ], - [ - -121.95343914299997, - 37.406688288000055 - ], - [ - -121.953356628, - 37.406616566000025 - ], - [ - -121.95335300599999, - 37.40661329100004 - ], - [ - -121.95327569899996, - 37.40654370300007 - ], - [ - -121.95319638299998, - 37.406469720000075 - ], - [ - -121.95311868199997, - 37.406394642000066 - ], - [ - -121.95282703199996, - 37.40605243500005 - ], - [ - -121.95241710699997, - 37.40557142000006 - ], - [ - -121.95226843599994, - 37.40539698500004 - ], - [ - -121.95226758599995, - 37.40539601100005 - ], - [ - -121.95247661399998, - 37.40529851100007 - ], - [ - -121.95231797899999, - 37.40495690900008 - ], - [ - -121.95230380599997, - 37.404930370000045 - ], - [ - -121.95228513299998, - 37.404905652000025 - ], - [ - -121.95226231599997, - 37.40488327400004 - ], - [ - -121.95223579599997, - 37.40486366400006 - ], - [ - -121.95220609299997, - 37.404847208000035 - ], - [ - -121.95217569299996, - 37.40483023400003 - ], - [ - -121.95214875499994, - 37.404809897000064 - ], - [ - -121.95212580699996, - 37.40478662900006 - ], - [ - -121.95210738699996, - 37.40476092200004 - ], - [ - -121.95203398599995, - 37.404661350000026 - ], - [ - -121.95195764599998, - 37.40455779600006 - ], - [ - -121.951766567, - 37.40437804900006 - ], - [ - -121.95161470199997, - 37.40423821700006 - ], - [ - -121.95149077599996, - 37.40408185500007 - ], - [ - -121.95142625799997, - 37.404001304000076 - ], - [ - -121.95134650999995, - 37.403929969000046 - ], - [ - -121.95125354799995, - 37.40386964700008 - ], - [ - -121.95115776999995, - 37.40383097700004 - ], - [ - -121.95109111099998, - 37.40380406400004 - ], - [ - -121.95103136799997, - 37.40378287800007 - ], - [ - -121.95095906799997, - 37.40375723900007 - ], - [ - -121.95091370899996, - 37.403732439000066 - ], - [ - -121.95070991799997, - 37.40362096700005 - ], - [ - -121.95069863699996, - 37.40361478800003 - ], - [ - -121.95051244799998, - 37.40351294200008 - ], - [ - -121.95035260599997, - 37.40348667300003 - ], - [ - -121.95017165599995, - 37.40342099500003 - ], - [ - -121.950003703, - 37.403336112000034 - ], - [ - -121.94964295899996, - 37.40310320300006 - ], - [ - -121.94940056399997, - 37.40291398800008 - ], - [ - -121.94931319699998, - 37.402840524000055 - ], - [ - -121.94920353999998, - 37.40274554700005 - ], - [ - -121.94908923799994, - 37.40263342700007 - ], - [ - -121.94893870799996, - 37.40243230500005 - ], - [ - -121.94875840099996, - 37.40225219300004 - ], - [ - -121.94858287099999, - 37.402096104000066 - ], - [ - -121.94838963199999, - 37.401916150000034 - ], - [ - -121.94822797399996, - 37.40180805500006 - ], - [ - -121.94795370499997, - 37.40164469200005 - ], - [ - -121.94782186099997, - 37.401582387000076 - ], - [ - -121.94738439699995, - 37.401393290000044 - ], - [ - -121.94695774999997, - 37.401189112000054 - ], - [ - -121.94691610799998, - 37.40117087800007 - ], - [ - -121.94687202199998, - 37.401156773000025 - ], - [ - -121.94682612699995, - 37.401146992000065 - ], - [ - -121.94611543899998, - 37.401051378000034 - ], - [ - -121.94599380499994, - 37.401030148000075 - ], - [ - -121.945976251, - 37.40104533400006 - ], - [ - -121.94568922099995, - 37.400974388000066 - ], - [ - -121.94547975599994, - 37.40082839200005 - ], - [ - -121.94536378499998, - 37.40080480200004 - ], - [ - -121.94491924699997, - 37.40075209400004 - ], - [ - -121.94447182999994, - 37.40071818700005 - ], - [ - -121.94442351899994, - 37.40071850700008 - ], - [ - -121.94437586699996, - 37.400724713000045 - ], - [ - -121.94432993299995, - 37.40073669000003 - ], - [ - -121.94428686199996, - 37.40075414700004 - ], - [ - -121.94405664699997, - 37.400851002000024 - ], - [ - -121.94381339199998, - 37.40092491000007 - ], - [ - -121.94357643299998, - 37.40096829500004 - ], - [ - -121.94333393499994, - 37.40098201600006 - ], - [ - -121.94309169199994, - 37.400965745000065 - ], - [ - -121.94285550199999, - 37.40091984900005 - ], - [ - -121.94255604399996, - 37.40082483100008 - ], - [ - -121.94227373299998, - 37.40070085200006 - ], - [ - -121.94201290499996, - 37.40054984900007 - ], - [ - -121.94194245699998, - 37.40049582600005 - ], - [ - -121.94188301799994, - 37.40043392900003 - ], - [ - -121.94183593399998, - 37.400365632000046 - ], - [ - -121.94180229999995, - 37.400292455000056 - ], - [ - -121.94178283499997, - 37.40021605800007 - ], - [ - -121.94176718499995, - 37.400152983000055 - ], - [ - -121.94174050599997, - 37.40009231000005 - ], - [ - -121.94170339599998, - 37.40003524300005 - ], - [ - -121.94166591499999, - 37.399978205000025 - ], - [ - -121.94163826399995, - 37.39991770300003 - ], - [ - -121.94162095299998, - 37.39985478600005 - ], - [ - -121.94161429199994, - 37.399790616000075 - ], - [ - -121.94162468899998, - 37.399537096000074 - ], - [ - -121.94166605299995, - 37.39928557700006 - ], - [ - -121.94173800199997, - 37.39903848900008 - ], - [ - -121.94183983399995, - 37.398798198000065 - ], - [ - -121.94185932699997, - 37.398748287000046 - ], - [ - -121.94186946099995, - 37.39869663700006 - ], - [ - -121.94187008699998, - 37.398644373000025 - ], - [ - -121.94186116999998, - 37.39859259100007 - ], - [ - -121.94184933099996, - 37.39852784300007 - ], - [ - -121.94184806899995, - 37.39846240600008 - ], - [ - -121.94185739999995, - 37.39839740900004 - ], - [ - -121.94187490299998, - 37.39825790900005 - ], - [ - -121.94186468299995, - 37.398117925000065 - ], - [ - -121.94185668999995, - 37.39804573600003 - ], - [ - -121.941857643, - 37.39797325600006 - ], - [ - -121.94185925499994, - 37.397677980000026 - ], - [ - -121.94226471299999, - 37.397422533000054 - ], - [ - -121.94222615599995, - 37.39742570800007 - ], - [ - -121.94213318099997, - 37.397418885000036 - ], - [ - -121.94187317799998, - 37.397260937000055 - ], - [ - -121.94161804799995, - 37.39691839000005 - ], - [ - -121.94146566499995, - 37.396859971000026 - ], - [ - -121.94103594399996, - 37.39669513300004 - ], - [ - -121.94094202699995, - 37.39655466700003 - ], - [ - -121.940760007, - 37.395861325000055 - ], - [ - -121.94061916499999, - 37.395496954000066 - ], - [ - -121.94044271099995, - 37.39527917200007 - ], - [ - -121.94026247699998, - 37.39500231200003 - ], - [ - -121.94007930899994, - 37.394573224000055 - ], - [ - -121.93995921399994, - 37.39411802200004 - ], - [ - -121.93986664999994, - 37.393440473000055 - ], - [ - -121.93977765799997, - 37.392534529000045 - ], - [ - -121.93969166799997, - 37.39178713100006 - ], - [ - -121.939632873, - 37.391210638000075 - ], - [ - -121.93954691599998, - 37.39087550900007 - ], - [ - -121.93943003799995, - 37.39058514300007 - ], - [ - -121.93928153799999, - 37.39030470900008 - ], - [ - -121.93909951699999, - 37.39000720000007 - ], - [ - -121.93893898199997, - 37.39008912500003 - ], - [ - -121.93887544199998, - 37.39004616200003 - ], - [ - -121.93866591099999, - 37.38975903800008 - ], - [ - -121.93854770499996, - 37.389170156000034 - ], - [ - -121.93832450699995, - 37.38891794700004 - ], - [ - -121.93803262399996, - 37.388662184000054 - ], - [ - -121.93770970199995, - 37.38841231600003 - ], - [ - -121.93770424299998, - 37.38840836800006 - ], - [ - -121.937700437, - 37.388405617000046 - ], - [ - -121.93735173599998, - 37.388153395000074 - ], - [ - -121.93730284799994, - 37.38811801800006 - ], - [ - -121.93692026899998, - 37.387935672000026 - ], - [ - -121.93655377199997, - 37.387664682000036 - ], - [ - -121.93635728199996, - 37.38746849700004 - ], - [ - -121.93618540399996, - 37.38729759900008 - ], - [ - -121.93601167899999, - 37.387030656000036 - ], - [ - -121.93591918599998, - 37.38681396800007 - ], - [ - -121.93585847399999, - 37.38657766400007 - ], - [ - -121.93582216399994, - 37.38636028800005 - ], - [ - -121.93563942199995, - 37.38495722300007 - ], - [ - -121.93563632299998, - 37.38490342400007 - ], - [ - -121.93563720499998, - 37.38480903800007 - ], - [ - -121.93564646199997, - 37.38471161900003 - ], - [ - -121.93566428199995, - 37.38461494200004 - ], - [ - -121.93569044299994, - 37.38451949200004 - ], - [ - -121.93572489999997, - 37.38442579500003 - ], - [ - -121.93576748599997, - 37.384334170000045 - ], - [ - -121.93581798099996, - 37.38424515100007 - ], - [ - -121.93587607999996, - 37.38415915400003 - ], - [ - -121.93598955699997, - 37.383993506000024 - ], - [ - -121.93614439899994, - 37.38383829300005 - ], - [ - -121.93640140099996, - 37.383643488000075 - ], - [ - -121.93665787499998, - 37.38342131200005 - ], - [ - -121.937042766, - 37.38309902200007 - ], - [ - -121.93739409099999, - 37.382815460000074 - ], - [ - -121.93767072799994, - 37.38257113000003 - ], - [ - -121.93782426699994, - 37.38241705200005 - ], - [ - -121.93788233999999, - 37.382364220000056 - ], - [ - -121.93793719699994, - 37.38230673400005 - ], - [ - -121.93798689199997, - 37.38224638200006 - ], - [ - -121.938031202, - 37.38218337200004 - ], - [ - -121.93806987299996, - 37.38211807300007 - ], - [ - -121.93810273999998, - 37.382050786000036 - ], - [ - -121.93812963699997, - 37.38198181000007 - ], - [ - -121.93815048699997, - 37.381911556000034 - ], - [ - -121.93816508999998, - 37.38184025800007 - ], - [ - -121.93817348799996, - 37.38176835000007 - ], - [ - -121.93817553799994, - 37.38169613100007 - ], - [ - -121.93817125099997, - 37.38162398700007 - ], - [ - -121.93815462199996, - 37.38151116000006 - ], - [ - -121.93812435899997, - 37.38136368700003 - ], - [ - -121.93796640099998, - 37.38078309800005 - ], - [ - -121.93848814699999, - 37.38042476700008 - ], - [ - -121.93849030999996, - 37.38042835600004 - ], - [ - -121.938632838, - 37.380331409000064 - ], - [ - -121.93892716499994, - 37.38012748700004 - ], - [ - -121.93907570099998, - 37.38001648000005 - ], - [ - -121.93929981999997, - 37.37984896900008 - ], - [ - -121.93982186, - 37.379415754000036 - ], - [ - -121.94008640199996, - 37.379192327000055 - ], - [ - -121.94022957599998, - 37.37907856800007 - ], - [ - -121.940251951, - 37.37906076000007 - ], - [ - -121.94039399099995, - 37.37894333000003 - ], - [ - -121.94045009399997, - 37.37889416000007 - ], - [ - -121.94050535799994, - 37.37884458800005 - ], - [ - -121.94055969099998, - 37.37879445600004 - ], - [ - -121.94061332799998, - 37.37874382800004 - ], - [ - -121.94063208199998, - 37.37872576600006 - ], - [ - -121.94074936599998, - 37.37860518300005 - ], - [ - -121.94077134799994, - 37.37858361900004 - ], - [ - -121.940774063, - 37.378580957000054 - ], - [ - -121.94077528399998, - 37.378579924000064 - ], - [ - -121.94083469599997, - 37.37852974800006 - ], - [ - -121.94090066299998, - 37.378484409000066 - ], - [ - -121.94090204399998, - 37.378483463000066 - ], - [ - -121.94090355499998, - 37.378482622000035 - ], - [ - -121.94097477099996, - 37.37844310300005 - ], - [ - -121.94105077399996, - 37.37840959700003 - ], - [ - -121.94105230899999, - 37.37840892100007 - ], - [ - -121.94105402899999, - 37.37840833700005 - ], - [ - -121.94113316499994, - 37.37838151300008 - ], - [ - -121.94113430899995, - 37.37838116700004 - ], - [ - -121.94120877699999, - 37.37836249000003 - ], - [ - -121.94131475999995, - 37.37834008200008 - ], - [ - -121.94142182799999, - 37.37831743300006 - ], - [ - -121.94167424099999, - 37.37825955400007 - ], - [ - -121.941813793, - 37.378222840000035 - ], - [ - -121.94196928799994, - 37.378174072000036 - ], - [ - -121.94213152799995, - 37.37811357000004 - ], - [ - -121.94214633899998, - 37.37810663500005 - ], - [ - -121.94232663999998, - 37.37802196900003 - ], - [ - -121.942449625, - 37.37795174000007 - ], - [ - -121.94257707499997, - 37.37786921000003 - ], - [ - -121.94260209, - 37.37785299500007 - ], - [ - -121.94270625999997, - 37.37777697700005 - ], - [ - -121.94285868599997, - 37.37766886900005 - ], - [ - -121.94300425899996, - 37.37756438100007 - ], - [ - -121.94304388199998, - 37.377538085000026 - ], - [ - -121.94304485899994, - 37.37753743600007 - ], - [ - -121.94304606299994, - 37.377536715000076 - ], - [ - -121.94306263299995, - 37.37752689100006 - ], - [ - -121.94310931999996, - 37.37750241300006 - ], - [ - -121.943111236, - 37.37750140900005 - ], - [ - -121.94311258299996, - 37.37750084700008 - ], - [ - -121.94318176299998, - 37.37747204500005 - ], - [ - -121.94318292499997, - 37.377471643000035 - ], - [ - -121.94325546799996, - 37.377449555000055 - ], - [ - -121.943256986, - 37.37744909300005 - ], - [ - -121.94325832799996, - 37.377448822000076 - ], - [ - -121.94333382599996, - 37.377433557000074 - ], - [ - -121.94333569099996, - 37.37743328800008 - ], - [ - -121.94341243199995, - 37.37742517000004 - ], - [ - -121.943413927, - 37.37742501300005 - ], - [ - -121.94341512099999, - 37.37742499700005 - ], - [ - -121.94349293299996, - 37.37742404000005 - ], - [ - -121.94349533499997, - 37.37742413900003 - ], - [ - -121.94357229099995, - 37.377430358000026 - ], - [ - -121.94357359599996, - 37.37743046300005 - ], - [ - -121.94357497599998, - 37.37743068100008 - ], - [ - -121.94362298899995, - 37.37743827600008 - ], - [ - -121.94453395499994, - 37.377610246000074 - ], - [ - -121.94476892499995, - 37.377654619000054 - ], - [ - -121.94498776199998, - 37.377696994000075 - ], - [ - -121.94544080199995, - 37.37778690700003 - ], - [ - -121.947656398, - 37.378226667000035 - ], - [ - -121.94721117499995, - 37.37753832200008 - ], - [ - -121.947177792, - 37.377474918000075 - ], - [ - -121.94697877799996, - 37.37709675900004 - ], - [ - -121.94681404499994, - 37.376767734000055 - ], - [ - -121.94676679799994, - 37.37666954700006 - ], - [ - -121.94675385699998, - 37.37664267400004 - ], - [ - -121.946657131, - 37.37643648300008 - ], - [ - -121.94650723299998, - 37.37610308700005 - ], - [ - -121.94636435099994, - 37.375767635000045 - ], - [ - -121.94622886399998, - 37.37543032800005 - ], - [ - -121.94590898799999, - 37.37444746500006 - ], - [ - -121.94575494199995, - 37.373940979000054 - ], - [ - -121.94574982699999, - 37.373924217000024 - ], - [ - -121.94441361199995, - 37.37366756200004 - ], - [ - -121.94326119099998, - 37.37349975400008 - ], - [ - -121.94321834299996, - 37.37349387300003 - ], - [ - -121.9415739, - 37.37326817300004 - ], - [ - -121.94153102399997, - 37.37326229100006 - ], - [ - -121.93844508899997, - 37.372836119000056 - ], - [ - -121.93826512199996, - 37.37281111100003 - ], - [ - -121.93741098399994, - 37.372692554000025 - ], - [ - -121.936809601, - 37.37260905200003 - ], - [ - -121.93559079099998, - 37.372439831000065 - ], - [ - -121.9355392, - 37.37243268000003 - ], - [ - -121.93553370599994, - 37.37243185500006 - ], - [ - -121.93550053799999, - 37.37242669900007 - ], - [ - -121.93549544599995, - 37.372425915000065 - ], - [ - -121.93545191099997, - 37.37241857200007 - ], - [ - -121.93540853599995, - 37.37241063500005 - ], - [ - -121.93536532199994, - 37.37240207600007 - ], - [ - -121.93532232499996, - 37.372392898000044 - ], - [ - -121.93527951799996, - 37.372383144000025 - ], - [ - -121.93523695799996, - 37.37237281500006 - ], - [ - -121.93519461499994, - 37.37236186600006 - ], - [ - -121.93515251899998, - 37.37235034100007 - ], - [ - -121.93511067099996, - 37.37233824100008 - ], - [ - -121.93506909799999, - 37.372325541000066 - ], - [ - -121.93504353699996, - 37.37231772800004 - ], - [ - -121.93516679099997, - 37.37218558700005 - ], - [ - -121.93519169299998, - 37.37219340900003 - ], - [ - -121.93523263799995, - 37.37220625200007 - ], - [ - -121.93527385899995, - 37.37221852000005 - ], - [ - -121.93531535499994, - 37.37223021300008 - ], - [ - -121.93533812899994, - 37.372236275000034 - ], - [ - -121.93535706999995, - 37.372241329000076 - ], - [ - -121.93539905999995, - 37.37225187100006 - ], - [ - -121.93544123999999, - 37.37226181600005 - ], - [ - -121.93548366699997, - 37.372271185000045 - ], - [ - -121.93552625499996, - 37.372279957000046 - ], - [ - -121.93556905999998, - 37.37228813100006 - ], - [ - -121.93561355099996, - 37.372295965000035 - ], - [ - -121.935656285, - 37.37230182700006 - ], - [ - -121.93630190199997, - 37.37239047000003 - ], - [ - -121.93644815899995, - 37.37241053900004 - ], - [ - -121.93698366999996, - 37.37248406900005 - ], - [ - -121.93784916699997, - 37.37260287700008 - ], - [ - -121.93788911099995, - 37.372608340000056 - ], - [ - -121.93826220299997, - 37.372659569000064 - ], - [ - -121.93836012099996, - 37.37267304000005 - ], - [ - -121.937054392, - 37.37016161400004 - ], - [ - -121.93592134599999, - 37.365982520000045 - ], - [ - -121.93605903099996, - 37.36583486400008 - ], - [ - -121.93606370199996, - 37.36583915600005 - ], - [ - -121.94129652199996, - 37.37065181500003 - ], - [ - -121.94129501599997, - 37.37005416900007 - ], - [ - -121.94127885599994, - 37.36991080200005 - ], - [ - -121.94127735199999, - 37.36988346700008 - ], - [ - -121.94127627899996, - 37.36985608100008 - ], - [ - -121.94127572199994, - 37.369828711000025 - ], - [ - -121.94126861899997, - 37.36707234600004 - ], - [ - -121.94126832599994, - 37.36695760200007 - ], - [ - -121.94127062499996, - 37.366926627000055 - ], - [ - -121.94089210899995, - 37.36692736500004 - ], - [ - -121.94089099699994, - 37.366562077000026 - ], - [ - -121.94088830199996, - 37.36647888300007 - ], - [ - -121.94082610299995, - 37.36647164900006 - ], - [ - -121.94082492999996, - 37.366471500000046 - ], - [ - -121.94071785299997, - 37.36645337400006 - ], - [ - -121.94071567099996, - 37.36645300400005 - ], - [ - -121.94071339099997, - 37.36645246000006 - ], - [ - -121.94060956599998, - 37.36642767700005 - ], - [ - -121.940608022, - 37.36642726600007 - ], - [ - -121.94050637, - 37.36639559100007 - ], - [ - -121.94050447799998, - 37.36639500100006 - ], - [ - -121.94050237799996, - 37.36639418500005 - ], - [ - -121.940405463, - 37.36635645400003 - ], - [ - -121.94040437999996, - 37.36635603800005 - ], - [ - -121.94040312399994, - 37.36635546500003 - ], - [ - -121.94030942999996, - 37.36631110500008 - ], - [ - -121.94030792099994, - 37.366310389000034 - ], - [ - -121.94030610599998, - 37.36630936300003 - ], - [ - -121.94021838999998, - 37.36625969700003 - ], - [ - -121.94021676899996, - 37.36625877800003 - ], - [ - -121.94021564599996, - 37.366258025000036 - ], - [ - -121.94013227099998, - 37.36620213300006 - ], - [ - -121.94013118999999, - 37.36620140800005 - ], - [ - -121.94012980899998, - 37.36620031800004 - ], - [ - -121.94005333999996, - 37.36613991400003 - ], - [ - -121.94005175299998, - 37.36613866000005 - ], - [ - -121.94005058099998, - 37.366137570000035 - ], - [ - -121.93997964899995, - 37.36607156700006 - ], - [ - -121.93997810099995, - 37.36606997300004 - ], - [ - -121.93991477599997, - 37.366000273000054 - ], - [ - -121.93991338599994, - 37.36599873900008 - ], - [ - -121.93991230599994, - 37.365997323000045 - ], - [ - -121.93985565399998, - 37.365922873000045 - ], - [ - -121.93985497299997, - 37.36592186000007 - ], - [ - -121.93980640199999, - 37.365844432000074 - ], - [ - -121.93980533899997, - 37.36584273300008 - ], - [ - -121.93980449099996, - 37.36584105500003 - ], - [ - -121.93976386199995, - 37.36576049400003 - ], - [ - -121.93973115899996, - 37.36567652300005 - ], - [ - -121.93973048499998, - 37.36567479000007 - ], - [ - -121.93972997299994, - 37.36567295800006 - ], - [ - -121.93970633499998, - 37.36558834200008 - ], - [ - -121.93970609699994, - 37.36558735600005 - ], - [ - -121.939691101, - 37.365501024000025 - ], - [ - -121.93969081699998, - 37.36549936900008 - ], - [ - -121.939690682, - 37.36549749000005 - ], - [ - -121.93968461499998, - 37.365411420000044 - ], - [ - -121.939684538, - 37.36541028100004 - ], - [ - -121.93968733099996, - 37.36532260300004 - ], - [ - -121.93968737899996, - 37.365321135000045 - ], - [ - -121.93968899599997, - 37.365303751000056 - ], - [ - -121.93969004399997, - 37.36529417100007 - ], - [ - -121.93970196899994, - 37.36518971500004 - ], - [ - -121.939707162, - 37.365118550000034 - ], - [ - -121.93970726999999, - 37.36511704600008 - ], - [ - -121.93970555499999, - 37.365028050000035 - ], - [ - -121.93970552299999, - 37.36502642800008 - ], - [ - -121.93970530399997, - 37.365024618000064 - ], - [ - -121.93969459899995, - 37.36493679700004 - ], - [ - -121.93969445799996, - 37.364935898000056 - ], - [ - -121.93967475499994, - 37.36484879300008 - ], - [ - -121.93967436099996, - 37.36484705700008 - ], - [ - -121.93967378099995, - 37.364845314000036 - ], - [ - -121.93964515199997, - 37.36475948700007 - ], - [ - -121.93960787299994, - 37.36467583600006 - ], - [ - -121.93960709999999, - 37.36467410600005 - ], - [ - -121.939606229, - 37.36467256200007 - ], - [ - -121.93956077299998, - 37.36459204800008 - ], - [ - -121.93955987699997, - 37.364590650000025 - ], - [ - -121.93950661399998, - 37.36451374200004 - ], - [ - -121.93950552599995, - 37.364512174000026 - ], - [ - -121.93950449399995, - 37.364510933000076 - ], - [ - -121.93944339299998, - 37.36443755300007 - ], - [ - -121.93944268099995, - 37.364436702000035 - ], - [ - -121.93944157499999, - 37.364435581000066 - ], - [ - -121.93937355299994, - 37.364366794000034 - ], - [ - -121.93937233899999, - 37.36436556600006 - ], - [ - -121.93936717999998, - 37.36436079200007 - ], - [ - -121.93921261999998, - 37.36421862000003 - ], - [ - -121.938323546, - 37.36340070800003 - ], - [ - -121.93826905999998, - 37.36346485200005 - ], - [ - -121.93817182699996, - 37.36337459900005 - ], - [ - -121.93785903399998, - 37.36309553800004 - ], - [ - -121.936978249, - 37.362285206000024 - ], - [ - -121.93670021899999, - 37.362032957000054 - ], - [ - -121.93407689199995, - 37.35959424600003 - ], - [ - -121.93418036899999, - 37.35958899800005 - ], - [ - -121.93332789599998, - 37.35880466200007 - ], - [ - -121.93326743999995, - 37.35874897700006 - ], - [ - -121.933053514, - 37.35854839900003 - ], - [ - -121.932205668, - 37.35776642500008 - ], - [ - -121.93217726499995, - 37.35774022000004 - ], - [ - -121.93212749399999, - 37.357694339000034 - ], - [ - -121.93182772799997, - 37.35741785100004 - ], - [ - -121.93212816099998, - 37.35701266900003 - ], - [ - -121.93212844499999, - 37.35671635500006 - ], - [ - -121.93212852599999, - 37.356653315000074 - ], - [ - -121.93217578099996, - 37.35636164700003 - ], - [ - -121.93212885599996, - 37.35633770900006 - ], - [ - -121.93157571799998, - 37.35605554500006 - ], - [ - -121.93212990499995, - 37.35533555200004 - ], - [ - -121.93235128499998, - 37.35504793300004 - ], - [ - -121.93264743699996, - 37.35519319100007 - ], - [ - -121.933393551, - 37.355104023000024 - ], - [ - -121.933521451, - 37.35436954700003 - ], - [ - -121.93321247799997, - 37.35421799400007 - ], - [ - -121.93366297999995, - 37.35363270600004 - ], - [ - -121.93213247199998, - 37.35288239500005 - ], - [ - -121.93213227299998, - 37.35281346200003 - ], - [ - -121.93213254799997, - 37.352560090000054 - ], - [ - -121.93213263399997, - 37.352462830000036 - ], - [ - -121.93213265699995, - 37.35245211700004 - ], - [ - -121.932133535, - 37.351542162000044 - ], - [ - -121.932133696, - 37.35138904900003 - ], - [ - -121.93213391399996, - 37.35117301200006 - ], - [ - -121.93213478699994, - 37.350273290000075 - ], - [ - -121.93212823399995, - 37.34961668100004 - ], - [ - -121.932124365, - 37.34955692900007 - ], - [ - -121.93212049899995, - 37.34949717100005 - ], - [ - -121.93207412899994, - 37.34947524100005 - ], - [ - -121.93188810099997, - 37.349382383000034 - ], - [ - -121.93170469599994, - 37.34929006600004 - ], - [ - -121.93147912399996, - 37.349175830000036 - ], - [ - -121.93127107799995, - 37.34907097100006 - ], - [ - -121.93102116699998, - 37.34894643400003 - ], - [ - -121.930810464, - 37.34884199600003 - ], - [ - -121.93074851299997, - 37.34881095800006 - ], - [ - -121.93070936099997, - 37.348787698000024 - ], - [ - -121.93067192299998, - 37.348762657000066 - ], - [ - -121.93063634499998, - 37.348735943000065 - ], - [ - -121.93052384299995, - 37.348650907000035 - ], - [ - -121.93031560699995, - 37.34849250900004 - ], - [ - -121.93013617999998, - 37.348357657000065 - ], - [ - -121.92988158199995, - 37.34816924300003 - ], - [ - -121.92979245199996, - 37.34810237000005 - ], - [ - -121.92975241599999, - 37.348071864000076 - ], - [ - -121.92971012599997, - 37.348043380000036 - ], - [ - -121.92977441899995, - 37.347979647000045 - ], - [ - -121.930128003, - 37.34752323500004 - ], - [ - -121.93013665099994, - 37.347512074000065 - ], - [ - -121.93051728699999, - 37.34702074300003 - ], - [ - -121.93089654699997, - 37.34653121400004 - ], - [ - -121.93113451, - 37.346224033000055 - ], - [ - -121.93120394599998, - 37.346243472000026 - ], - [ - -121.93125896, - 37.346259332000045 - ], - [ - -121.93128300199999, - 37.34620784500004 - ], - [ - -121.93146666499996, - 37.345793308000054 - ], - [ - -121.93150866099995, - 37.34570320500006 - ], - [ - -121.931455331, - 37.34568782600007 - ], - [ - -121.93143563499996, - 37.34568214500007 - ], - [ - -121.93197389399995, - 37.344467371000064 - ], - [ - -121.93151651199997, - 37.344336809000026 - ], - [ - -121.93158103199994, - 37.34420875300003 - ], - [ - -121.93159146399995, - 37.34418765800007 - ], - [ - -121.93188175799997, - 37.34360021300006 - ], - [ - -121.93198023199994, - 37.34340092000008 - ], - [ - -121.93202753699995, - 37.34329772600006 - ], - [ - -121.93208324799997, - 37.34317609500005 - ], - [ - -121.932120608, - 37.33796158500007 - ], - [ - -121.93474572899999, - 37.33801215600005 - ], - [ - -121.93480402199998, - 37.33793801100006 - ], - [ - -121.93483883399995, - 37.337893775000055 - ], - [ - -121.93489457799996, - 37.337822911000046 - ], - [ - -121.934985472, - 37.33770734900003 - ], - [ - -121.935214471, - 37.33770154700005 - ], - [ - -121.93535205599994, - 37.337700479000034 - ], - [ - -121.93563743099998, - 37.33769698300006 - ], - [ - -121.93571404, - 37.337734752000074 - ], - [ - -121.93571394399999, - 37.33786257000003 - ], - [ - -121.93571385999996, - 37.33793577400007 - ], - [ - -121.935920534, - 37.33793624000003 - ], - [ - -121.93778842999996, - 37.337940580000065 - ], - [ - -121.93805301699996, - 37.337941269000055 - ], - [ - -121.93915981899994, - 37.33794425600007 - ], - [ - -121.93928424399996, - 37.337944582000034 - ], - [ - -121.93961438799994, - 37.33808633600006 - ], - [ - -121.93968765199998, - 37.338056 - ], - [ - -121.93975357699998, - 37.338029676000076 - ], - [ - -121.93989210899997, - 37.33798037300005 - ], - [ - -121.94003409899994, - 37.33793776700003 - ], - [ - -121.94017902399997, - 37.33790201900007 - ], - [ - -121.94032638599998, - 37.337873251000076 - ], - [ - -121.94047560099995, - 37.33785157700004 - ], - [ - -121.94062619099998, - 37.33783706500003 - ], - [ - -121.9407776, - 37.33782976900005 - ], - [ - -121.94081029199998, - 37.33782914400007 - ], - [ - -121.94103575799994, - 37.33782600600006 - ], - [ - -121.94127931099996, - 37.33782259800006 - ], - [ - -121.94128320899995, - 37.337822551000045 - ], - [ - -121.94148568099996, - 37.337822189000065 - ], - [ - -121.94171613399999, - 37.33782182700003 - ], - [ - -121.94192253299997, - 37.33782148500006 - ], - [ - -121.94212890499995, - 37.33782114300004 - ], - [ - -121.94233530599996, - 37.33782080000003 - ], - [ - -121.94254167799994, - 37.33782045800007 - ], - [ - -121.94274807799997, - 37.337820115000056 - ], - [ - -121.94295444999995, - 37.337819772000046 - ], - [ - -121.94316082299997, - 37.337819428000046 - ], - [ - -121.94333746599995, - 37.337819152000066 - ], - [ - -121.94354168899997, - 37.337817416000064 - ], - [ - -121.94354426599995, - 37.33805765900007 - ], - [ - -121.94354446499995, - 37.338076794000074 - ], - [ - -121.94366782499998, - 37.338075434000075 - ], - [ - -121.94389772599999, - 37.33807473100006 - ], - [ - -121.94409377199997, - 37.338074078000034 - ], - [ - -121.94430016799998, - 37.33807345800005 - ], - [ - -121.944506564, - 37.33807281300005 - ], - [ - -121.94470260999998, - 37.33807220500006 - ], - [ - -121.94490900499994, - 37.33807156100005 - ], - [ - -121.94511537199998, - 37.338070893000065 - ], - [ - -121.945314887, - 37.338070264000066 - ], - [ - -121.945521284, - 37.338069619000066 - ], - [ - -121.94572073999996, - 37.33806898900008 - ], - [ - -121.94592716399995, - 37.33806834200004 - ], - [ - -121.94610604099995, - 37.33806778400003 - ], - [ - -121.946312407, - 37.33806713700005 - ], - [ - -121.94651880199996, - 37.33806646700003 - ], - [ - -121.94672519799997, - 37.338065819000064 - ], - [ - -121.94691333299994, - 37.338065236000034 - ], - [ - -121.94710149599996, - 37.338064630000076 - ], - [ - -121.94730189999996, - 37.33806400900005 - ], - [ - -121.94752844799996, - 37.33806329500004 - ], - [ - -121.94773507199994, - 37.33806264300006 - ], - [ - -121.94796482999999, - 37.33806188600005 - ], - [ - -121.94817225799994, - 37.33806124600005 - ], - [ - -121.94837592899995, - 37.338060607000045 - ], - [ - -121.94855612199996, - 37.338060005000045 - ], - [ - -121.94874256699995, - 37.33805944000005 - ], - [ - -121.94892938399994, - 37.33805884700007 - ], - [ - -121.94943473599994, - 37.33805724500007 - ], - [ - -121.94950353499996, - 37.338057013000025 - ], - [ - -121.95002147199995, - 37.33805536700004 - ], - [ - -121.95003869899995, - 37.33805526800006 - ], - [ - -121.95017628799997, - 37.33807064100006 - ], - [ - -121.95017565899997, - 37.337666022000064 - ], - [ - -121.95017807599999, - 37.33757316300006 - ], - [ - -121.95018019599996, - 37.33753943000005 - ], - [ - -121.95019050299999, - 37.33739839100008 - ], - [ - -121.95019842399995, - 37.33728952000007 - ], - [ - -121.95020176, - 37.33721856900007 - ], - [ - -121.95020206299995, - 37.337193452000065 - ], - [ - -121.95020358899995, - 37.33666057600004 - ], - [ - -121.95020369099996, - 37.336625920000074 - ], - [ - -121.95020886699996, - 37.33482180200008 - ], - [ - -121.95021089499994, - 37.33411985400005 - ], - [ - -121.95021158299994, - 37.333885018000046 - ], - [ - -121.95021289799996, - 37.33341953200005 - ], - [ - -121.95021432599998, - 37.332923030000075 - ], - [ - -121.95021493999997, - 37.332721339000045 - ], - [ - -121.95021821699999, - 37.331572632000075 - ], - [ - -121.95021863099998, - 37.331422651000025 - ], - [ - -121.95021862799996, - 37.331419538000034 - ], - [ - -121.95021940099997, - 37.33115956700004 - ], - [ - -121.95022178799996, - 37.33032693600006 - ], - [ - -121.95022281399997, - 37.32996471200005 - ], - [ - -121.95253105699999, - 37.32996425600004 - ], - [ - -121.95354262799998, - 37.329964027000074 - ], - [ - -121.95446757599996, - 37.329963812000074 - ], - [ - -121.95458088699996, - 37.329963802000066 - ], - [ - -121.95532079699996, - 37.32996464200005 - ], - [ - -121.95555495499997, - 37.329964457000074 - ], - [ - -121.95646057399995, - 37.329963758000076 - ], - [ - -121.95655341599996, - 37.32996367900006 - ], - [ - -121.95654585199998, - 37.32979908000004 - ], - [ - -121.95654518899994, - 37.32965334700003 - ], - [ - -121.95654447099997, - 37.32948854800003 - ], - [ - -121.95654372399997, - 37.32932377100008 - ], - [ - -121.95654298399995, - 37.32915347800008 - ], - [ - -121.95654223899999, - 37.32898870200006 - ], - [ - -121.95654151999997, - 37.32882390200007 - ], - [ - -121.95654077299997, - 37.32865912700004 - ], - [ - -121.956540056, - 37.32849432800003 - ], - [ - -121.95653933699998, - 37.328329551000024 - ], - [ - -121.95653859, - 37.32816475200008 - ], - [ - -121.95653787199996, - 37.32799997500007 - ], - [ - -121.95653731799996, - 37.32787594100006 - ], - [ - -121.95653609199996, - 37.32760129800005 - ], - [ - -121.95653553299996, - 37.32747264100004 - ], - [ - -121.95653528699995, - 37.32745222200003 - ], - [ - -121.95653106099996, - 37.32736815700008 - ], - [ - -121.95652850099998, - 37.32734013900006 - ], - [ - -121.956512579, - 37.32722883200006 - ], - [ - -121.95649686699994, - 37.32715499600005 - ], - [ - -121.956440854, - 37.32700477800006 - ], - [ - -121.95635222599998, - 37.32700480300008 - ], - [ - -121.95543543199994, - 37.32700236900007 - ], - [ - -121.95527321799995, - 37.327001934000066 - ], - [ - -121.954816296, - 37.32700071700003 - ], - [ - -121.95433911799995, - 37.32700435100003 - ], - [ - -121.954044061, - 37.32700453500007 - ], - [ - -121.95386376799996, - 37.327004619000036 - ], - [ - -121.95365739299996, - 37.32700475400003 - ], - [ - -121.95345101899994, - 37.32700486400006 - ], - [ - -121.95324467199998, - 37.32700497400003 - ], - [ - -121.95303829599999, - 37.327005084000064 - ], - [ - -121.952841036, - 37.32700521800007 - ], - [ - -121.95265188699994, - 37.32700531900008 - ], - [ - -121.95246270899997, - 37.327005421000024 - ], - [ - -121.95227353299998, - 37.327005546000066 - ], - [ - -121.95208435399996, - 37.32700562400004 - ], - [ - -121.95189517799997, - 37.32700572600004 - ], - [ - -121.951706001, - 37.32700582500007 - ], - [ - -121.95151682299996, - 37.32700592600003 - ], - [ - -121.951327645, - 37.327006048000044 - ], - [ - -121.95113846899994, - 37.327006148000066 - ], - [ - -121.95094929099997, - 37.32700624700004 - ], - [ - -121.95076008499996, - 37.327006347000065 - ], - [ - -121.95057093599996, - 37.32700644600004 - ], - [ - -121.95038175899998, - 37.32700656800006 - ], - [ - -121.950347363, - 37.327006581000035 - ], - [ - -121.95035158499996, - 37.32722709700005 - ], - [ - -121.95035710099995, - 37.32751567100007 - ], - [ - -121.95036074499995, - 37.327706369000055 - ], - [ - -121.95036112599996, - 37.32772616400007 - ], - [ - -121.95036357799995, - 37.327853883000046 - ], - [ - -121.95036504899997, - 37.327951788000064 - ], - [ - -121.95036538, - 37.328225847000056 - ], - [ - -121.95036469299998, - 37.32846219400005 - ], - [ - -121.95038189199994, - 37.32846218800006 - ], - [ - -121.95057792399996, - 37.32846211800006 - ], - [ - -121.95075334799998, - 37.32846205300007 - ], - [ - -121.95093561999994, - 37.328461971000024 - ], - [ - -121.95111445499998, - 37.328461908000065 - ], - [ - -121.95129331699997, - 37.32846184500005 - ], - [ - -121.95147215099996, - 37.32846178200003 - ], - [ - -121.95165098499996, - 37.328461695000044 - ], - [ - -121.95182984699994, - 37.32846163100004 - ], - [ - -121.95199403499998, - 37.328461565000055 - ], - [ - -121.952008681, - 37.328461566000044 - ], - [ - -121.95219439399995, - 37.32846148600004 - ], - [ - -121.95241894799994, - 37.32846140400005 - ], - [ - -121.95262528199999, - 37.328456077000055 - ], - [ - -121.95304882299996, - 37.32845599800004 - ], - [ - -121.95304884799998, - 37.328460232000054 - ], - [ - -121.953048976, - 37.32863051000004 - ], - [ - -121.95304898699999, - 37.32865605500007 - ], - [ - -121.95304913099994, - 37.32880353300004 - ], - [ - -121.95304915799994, - 37.32885061800005 - ], - [ - -121.95304926799997, - 37.32896831800008 - ], - [ - -121.95304931599998, - 37.32905339900003 - ], - [ - -121.95304939899995, - 37.32912252600005 - ], - [ - -121.95304949299998, - 37.32925114400007 - ], - [ - -121.95304953699997, - 37.329287356000066 - ], - [ - -121.95304966199996, - 37.329439756000056 - ], - [ - -121.953049696, - 37.32944888800006 - ], - [ - -121.95304978499996, - 37.32959492600003 - ], - [ - -121.953049825, - 37.329641140000035 - ], - [ - -121.953050013, - 37.32985429000007 - ], - [ - -121.95270205499997, - 37.32985434600005 - ], - [ - -121.95235810899999, - 37.32985442100005 - ], - [ - -121.95199008499998, - 37.329854494000074 - ], - [ - -121.951515143, - 37.32985461100003 - ], - [ - -121.95097980399999, - 37.329854717000046 - ], - [ - -121.95058477899994, - 37.32985477700004 - ], - [ - -121.95022311999998, - 37.32985488200006 - ], - [ - -121.95022388099994, - 37.32958989700006 - ], - [ - -121.9502266699999, - 37.32863736300004 - ], - [ - -121.95022667199999, - 37.32863633300008 - ], - [ - -121.95010427799997, - 37.32863784800003 - ], - [ - -121.95005834499995, - 37.328637204000074 - ], - [ - -121.95005660899994, - 37.32850636300003 - ], - [ - -121.95005855099998, - 37.328245965000065 - ], - [ - -121.95006079199999, - 37.32795235000003 - ], - [ - -121.95006252999997, - 37.32772715900006 - ], - [ - -121.95006462999999, - 37.32745288700005 - ], - [ - -121.95006687299997, - 37.327156341000034 - ], - [ - -121.95004896999995, - 37.32681129100007 - ], - [ - -121.95004311199995, - 37.32646801300007 - ], - [ - -121.950042065, - 37.326409633000026 - ], - [ - -121.95003735399996, - 37.32613434700005 - ], - [ - -121.95003162499995, - 37.32578438400003 - ], - [ - -121.94955357699996, - 37.325785652000036 - ], - [ - -121.94947876999998, - 37.32578584600003 - ], - [ - -121.94856409199997, - 37.32578820500004 - ], - [ - -121.94840390299998, - 37.325788629000044 - ], - [ - -121.94827274699998, - 37.32578896900003 - ], - [ - -121.94820336799995, - 37.32578824600006 - ], - [ - -121.94738745499996, - 37.325779856000054 - ], - [ - -121.94730922499997, - 37.32570686400004 - ], - [ - -121.94717573099996, - 37.32579810400006 - ], - [ - -121.94717609299994, - 37.32581828900004 - ], - [ - -121.94673595199998, - 37.325823220000075 - ], - [ - -121.9467114, - 37.32416701900007 - ], - [ - -121.94670227799998, - 37.32355074900005 - ], - [ - -121.94670401299999, - 37.32337088200006 - ], - [ - -121.94682213399994, - 37.32337109400004 - ], - [ - -121.94686486999996, - 37.32337111600003 - ], - [ - -121.94754975999996, - 37.32337158400003 - ], - [ - -121.94771572099995, - 37.32337051700006 - ], - [ - -121.94784998699998, - 37.32336963700004 - ], - [ - -121.94819791499998, - 37.32336517700003 - ], - [ - -121.94884391199997, - 37.32336561500006 - ], - [ - -121.94900101699994, - 37.32336458800006 - ], - [ - -121.94906211699998, - 37.32336417500005 - ], - [ - -121.94916098799996, - 37.323360550000075 - ], - [ - -121.95013932399996, - 37.323322716000064 - ], - [ - -121.95083403099994, - 37.32331945200008 - ], - [ - -121.95221200799995, - 37.32331300200008 - ], - [ - -121.953471794, - 37.32330711000003 - ], - [ - -121.953473514, - 37.323307112000066 - ], - [ - -121.954400105, - 37.32330275700008 - ], - [ - -121.95440563699998, - 37.32330273300005 - ], - [ - -121.95520417499995, - 37.32329895400005 - ], - [ - -121.95538564699996, - 37.32329809600003 - ], - [ - -121.95541118399996, - 37.32329800700006 - ], - [ - -121.95753912199996, - 37.32328794600005 - ], - [ - -121.95754081399997, - 37.32328794500006 - ], - [ - -121.95755015599997, - 37.32328789700006 - ], - [ - -121.95843854299994, - 37.323283668000045 - ], - [ - -121.959818252, - 37.32327630800006 - ], - [ - -121.96219360699996, - 37.32326353700006 - ], - [ - -121.96330446399998, - 37.32325756700004 - ], - [ - -121.96344995099997, - 37.32325600200005 - ], - [ - -121.96402028299997, - 37.323253684000065 - ], - [ - -121.96410760799995, - 37.323251792000065 - ], - [ - -121.96419221199994, - 37.32324995600004 - ], - [ - -121.96493453599999, - 37.32324429500005 - ], - [ - -121.96613002799995, - 37.323235157000056 - ], - [ - -121.96613925599996, - 37.32323508700006 - ], - [ - -121.96658004099999, - 37.323231699000075 - ], - [ - -121.96841580599994, - 37.32321763500005 - ], - [ - -121.96842391599995, - 37.32321755600003 - ], - [ - -121.96898713, - 37.32321326700003 - ], - [ - -121.96977221099996, - 37.32320724500005 - ], - [ - -121.96988400599997, - 37.32320639200003 - ], - [ - -121.96990867999995, - 37.32320619600006 - ], - [ - -121.96992461399998, - 37.32320606500008 - ], - [ - -121.970005631, - 37.32320548400003 - ], - [ - -121.97079501499996, - 37.32319967600006 - ], - [ - -121.97169914799997, - 37.323193038000056 - ], - [ - -121.97345284599999, - 37.32318013200006 - ], - [ - -121.97465754299998, - 37.32317124800005 - ], - [ - -121.97534576399994, - 37.32316615700006 - ], - [ - -121.97540199199995, - 37.32316574600003 - ], - [ - -121.97547965399997, - 37.32316517700008 - ], - [ - -121.97627448499998, - 37.323159289000046 - ], - [ - -121.97751093299996, - 37.32315015900008 - ], - [ - -121.97860131599998, - 37.323145218000036 - ], - [ - -121.97861533199995, - 37.32314515500008 - ], - [ - -121.97865207299998, - 37.32314498900007 - ], - [ - -121.98111499499998, - 37.32313379800007 - ], - [ - -121.98111851799996, - 37.32313377500003 - ], - [ - -121.98113820799995, - 37.32313368700005 - ], - [ - -121.98242207199996, - 37.323127844000055 - ], - [ - -121.98242379199996, - 37.323127845000045 - ], - [ - -121.98242548199994, - 37.32312782400004 - ], - [ - -121.98243620199997, - 37.32312778000005 - ], - [ - -121.98384950099995, - 37.32312028300004 - ], - [ - -121.98733442899999, - 37.32310182700007 - ], - [ - -121.98952260699997, - 37.32308405800006 - ], - [ - -121.98952601699995, - 37.32308403700006 - ], - [ - -121.99040795299999, - 37.32307685200004 - ], - [ - -121.99146839899998, - 37.32306821100008 - ], - [ - -121.99209061099998, - 37.32306315000005 - ], - [ - -121.99210135799996, - 37.32306305900005 - ], - [ - -121.99255305799994, - 37.323059389000036 - ], - [ - -121.99454679299998, - 37.32304311000007 - ], - [ - -121.99528707299999, - 37.323037053000064 - ], - [ - -121.99529005499994, - 37.323037061000036 - ], - [ - -121.99530412699994, - 37.323037018000036 - ], - [ - -121.99571747299996, - 37.32303600100005 - ], - [ - -121.99589241999996, - 37.32303557600005 - ], - [ - -121.99645256599996, - 37.323034215000064 - ], - [ - -122.00294449499995, - 37.32300936200005 - ], - [ - -122.00338276399998, - 37.323007672000074 - ], - [ - -122.00338228299995, - 37.322936741000035 - ], - [ - -122.00337499399996, - 37.32191757900006 - ], - [ - -122.00329452999995, - 37.321915613000044 - ], - [ - -122.00293579699996, - 37.321919827000045 - ], - [ - -122.00290570899995, - 37.32192016600004 - ], - [ - -122.00290415599994, - 37.32176169400003 - ], - [ - -122.00329303299998, - 37.321757140000045 - ], - [ - -122.00329154599996, - 37.321600613000044 - ], - [ - -122.00328995499996, - 37.32143314500007 - ], - [ - -122.00290098399995, - 37.32143582300006 - ], - [ - -122.00289936899998, - 37.32127282000005 - ], - [ - -122.002897782, - 37.32110835100008 - ], - [ - -122.00289642499996, - 37.320971049000036 - ], - [ - -122.00289509599997, - 37.320833726000046 - ], - [ - -122.00289353799997, - 37.32067500100004 - ], - [ - -122.00289224, - 37.32053921100004 - ], - [ - -122.00289085699995, - 37.32039916300005 - ], - [ - -122.00288934099996, - 37.320243987000026 - ], - [ - -122.00288798499997, - 37.32010666300005 - ], - [ - -122.00284352699998, - 37.320068 - ], - [ - -122.00283801399996, - 37.32006321800003 - ], - [ - -122.00281884799995, - 37.32004654700006 - ], - [ - -122.00274055099999, - 37.32010093100007 - ], - [ - -122.00266058499994, - 37.32015645900003 - ], - [ - -122.00250104899999, - 37.32026725600008 - ], - [ - -122.00232654099995, - 37.32035615600006 - ], - [ - -122.00214794699997, - 37.32044716900003 - ], - [ - -122.00195448799997, - 37.32052292000003 - ], - [ - -122.00176079999994, - 37.32059874300006 - ], - [ - -122.001732877, - 37.32060562500004 - ], - [ - -122.00155562599997, - 37.320649305000074 - ], - [ - -122.00141949799996, - 37.32068282100005 - ], - [ - -122.00135552699999, - 37.320698564000054 - ], - [ - -122.00116582899994, - 37.320736201000045 - ], - [ - -122.00097056199996, - 37.32077491500007 - ], - [ - -122.00078369, - 37.32081198700007 - ], - [ - -122.00059176299999, - 37.32085003900005 - ], - [ - -122.00040155, - 37.32088777200005 - ], - [ - -122.000211278, - 37.32092550500005 - ], - [ - -122.00000753199998, - 37.32096588300004 - ], - [ - -121.99996876499995, - 37.32097356600008 - ], - [ - -121.99977965099998, - 37.320976193000035 - ], - [ - -121.99978048799994, - 37.321062158000075 - ], - [ - -121.99944145299997, - 37.32106649800005 - ], - [ - -121.99943956799996, - 37.32091265200006 - ], - [ - -121.99943790099996, - 37.32077670600006 - ], - [ - -121.999436678, - 37.32067712700007 - ], - [ - -121.99924753, - 37.32067796800004 - ], - [ - -121.99895867699996, - 37.32067919200006 - ], - [ - -121.99872298799994, - 37.32068023800008 - ], - [ - -121.99854759399994, - 37.32068099300005 - ], - [ - -121.99837223099996, - 37.32068174800003 - ], - [ - -121.99819683899995, - 37.32068252600004 - ], - [ - -121.99802144799997, - 37.320683280000026 - ], - [ - -121.99784605399998, - 37.320684035000056 - ], - [ - -121.99766728099996, - 37.320684809000056 - ], - [ - -121.99749185999997, - 37.32068556300004 - ], - [ - -121.99731646799995, - 37.320686340000066 - ], - [ - -121.99714110499997, - 37.32068709300006 - ], - [ - -121.99696571299995, - 37.320687846000055 - ], - [ - -121.99674905199998, - 37.32068880500003 - ], - [ - -121.99666419199997, - 37.320687715000076 - ], - [ - -121.99654269599995, - 37.32068619900008 - ], - [ - -121.99640045899997, - 37.320686711000064 - ], - [ - -121.99560350099995, - 37.32067946700005 - ], - [ - -121.99559184299994, - 37.320073953000076 - ], - [ - -121.99573289299997, - 37.320074361000025 - ], - [ - -121.99578669699997, - 37.31998742400003 - ], - [ - -121.99583799899995, - 37.31994153800008 - ], - [ - -121.99593476999996, - 37.31978462600006 - ], - [ - -121.99601993899995, - 37.319646517000024 - ], - [ - -121.99601991599997, - 37.319644252000046 - ], - [ - -121.99601855099996, - 37.319504205000044 - ], - [ - -121.99601712299994, - 37.31936415800004 - ], - [ - -121.99601358399997, - 37.31934490700007 - ], - [ - -121.99598793999996, - 37.31920494000008 - ], - [ - -121.99596239999994, - 37.319065841000054 - ], - [ - -121.99594782699995, - 37.318986392000056 - ], - [ - -121.99599401799998, - 37.31884843800003 - ], - [ - -121.99602565999999, - 37.31875400200005 - ], - [ - -121.99612398999994, - 37.318660728000054 - ], - [ - -121.99628335499995, - 37.318509609000046 - ], - [ - -121.99644319799995, - 37.318358026000055 - ], - [ - -121.99644648699996, - 37.318354871000054 - ], - [ - -121.996669221, - 37.31827683100005 - ], - [ - -121.99677000099996, - 37.31824150600005 - ], - [ - -121.99680005599998, - 37.318230981000056 - ], - [ - -121.99682949799995, - 37.31818271900005 - ], - [ - -121.996870178, - 37.318116047000046 - ], - [ - -121.99689368099996, - 37.31807749700005 - ], - [ - -121.99688475699998, - 37.31804110200005 - ], - [ - -121.99686753599997, - 37.31797125500003 - ], - [ - -121.99684771999995, - 37.31789054400008 - ], - [ - -121.99682441399995, - 37.317795803000024 - ], - [ - -121.99675641699997, - 37.31775075400003 - ], - [ - -121.99660537999995, - 37.31765066200006 - ], - [ - -121.99649648899998, - 37.31757853000005 - ], - [ - -121.99649321699997, - 37.317532447000076 - ], - [ - -121.99648154799996, - 37.317369091000046 - ], - [ - -121.99647091399999, - 37.31722014300004 - ], - [ - -121.99646784599997, - 37.31717714800004 - ], - [ - -121.99640859099998, - 37.31708629800005 - ], - [ - -121.996317762, - 37.31694707300005 - ], - [ - -121.99623648099998, - 37.31682248900006 - ], - [ - -121.99615520199995, - 37.31669792900004 - ], - [ - -121.99609081799997, - 37.31654973600007 - ], - [ - -121.99602072699997, - 37.31638849900003 - ], - [ - -121.99599200499995, - 37.316322324000055 - ], - [ - -121.99598188399995, - 37.31619049100004 - ], - [ - -121.99596673999997, - 37.315992272000074 - ], - [ - -121.99595370199995, - 37.31582192900004 - ], - [ - -121.99595160399997, - 37.315794511000036 - ], - [ - -121.99598755099998, - 37.31568031100005 - ], - [ - -121.99609513999997, - 37.315338240000074 - ], - [ - -121.99614156499996, - 37.315190646000076 - ], - [ - -121.99620387799996, - 37.31504355800007 - ], - [ - -121.99625885599994, - 37.31491375500008 - ], - [ - -121.99626290599997, - 37.31490418200008 - ], - [ - -121.99624090499998, - 37.31476288700003 - ], - [ - -121.99621693599994, - 37.31460921100006 - ], - [ - -121.99621390799996, - 37.314589700000056 - ], - [ - -121.99627973799994, - 37.31450091600004 - ], - [ - -121.99634771499996, - 37.31440926500005 - ], - [ - -121.996441646, - 37.31428260500007 - ], - [ - -121.99652767699996, - 37.31416655100003 - ], - [ - -121.99659559899999, - 37.31407499200003 - ], - [ - -121.99659722599995, - 37.31405313400006 - ], - [ - -121.99660769899998, - 37.313912180000045 - ], - [ - -121.99661682399994, - 37.31378957700008 - ], - [ - -121.99662109099995, - 37.31373216000003 - ], - [ - -121.99658828499997, - 37.31366390900007 - ], - [ - -121.996526744, - 37.31353593700004 - ], - [ - -121.99646965499994, - 37.313417111000035 - ], - [ - -121.99641364699994, - 37.313300697000045 - ], - [ - -121.99639905199996, - 37.31327027900005 - ], - [ - -121.99641061199998, - 37.313066065000044 - ], - [ - -121.99641397899995, - 37.31300666800007 - ], - [ - -121.996442979, - 37.31249552500003 - ], - [ - -121.995992001, - 37.31210404900003 - ], - [ - -121.99598908599995, - 37.31188068500006 - ], - [ - -121.99598861599998, - 37.31184469900006 - ], - [ - -121.99598547899996, - 37.311604964000026 - ], - [ - -121.99598426899996, - 37.31151296100006 - ], - [ - -121.99598584399996, - 37.31130241900007 - ], - [ - -121.99598663699999, - 37.31119885500004 - ], - [ - -121.99601089999999, - 37.310907702000065 - ], - [ - -121.99603870299995, - 37.31067022600007 - ], - [ - -121.99607590299996, - 37.310558757000024 - ], - [ - -121.99623963199997, - 37.310068097000055 - ], - [ - -121.99628902599994, - 37.30992007700007 - ], - [ - -121.99629183099995, - 37.30991271500005 - ], - [ - -121.99630133599999, - 37.30989565600004 - ], - [ - -121.99630226499994, - 37.309894315000065 - ], - [ - -121.99631518799998, - 37.30987907900004 - ], - [ - -121.99633117399998, - 37.309865880000075 - ], - [ - -121.99633262599997, - 37.30986487100006 - ], - [ - -121.99635123799999, - 37.309854107000035 - ], - [ - -121.99637196799995, - 37.30984605300006 - ], - [ - -121.99637740799994, - 37.30984439500003 - ], - [ - -121.99617377399994, - 37.30962697500007 - ], - [ - -121.99697446599998, - 37.30970494200005 - ], - [ - -121.99753508999999, - 37.30975953500007 - ], - [ - -121.99812431299995, - 37.30981689500004 - ], - [ - -121.99813192299996, - 37.30981764500007 - ], - [ - -121.99938870199998, - 37.30994000700008 - ], - [ - -121.99940102, - 37.309941200000026 - ], - [ - -122.00302140999997, - 37.31029360200006 - ], - [ - -122.00397136999999, - 37.31038604100007 - ], - [ - -122.00399942599995, - 37.31038879400006 - ], - [ - -122.00476266399994, - 37.31046306300004 - ], - [ - -122.004886189, - 37.31047507900007 - ], - [ - -122.00490057399998, - 37.31047647500003 - ], - [ - -122.00580586099994, - 37.31056455200007 - ], - [ - -122.00776673099995, - 37.31075532400007 - ], - [ - -122.008150861, - 37.31072861200005 - ], - [ - -122.00816136399999, - 37.31072788100005 - ], - [ - -122.01054460399996, - 37.31057421000003 - ], - [ - -122.01133248899998, - 37.31052337300008 - ], - [ - -122.01274855499997, - 37.31043196200005 - ], - [ - -122.01353569199995, - 37.31038116600007 - ], - [ - -122.01567746299997, - 37.31024257200005 - ], - [ - -122.01732367499994, - 37.31013601400008 - ], - [ - -122.01779690399997, - 37.310105374000045 - ], - [ - -122.01942862799996, - 37.30999973400003 - ], - [ - -122.01952416199998, - 37.30999220000007 - ], - [ - -122.01961926999996, - 37.30998201700004 - ], - [ - -122.01971389199997, - 37.30996918400007 - ], - [ - -122.01980788999998, - 37.30995372700005 - ], - [ - -122.01990117499997, - 37.309935669000026 - ], - [ - -122.019993576, - 37.30991501300008 - ], - [ - -122.02008506599998, - 37.30989180700004 - ], - [ - -122.02017544299997, - 37.30986604900005 - ], - [ - -122.02026467899998, - 37.30983778900003 - ], - [ - -122.02035260699995, - 37.30980707400005 - ], - [ - -122.02043913399996, - 37.30977390400005 - ], - [ - -122.02052418199997, - 37.30973832700005 - ], - [ - -122.02059183999995, - 37.30971002700005 - ], - [ - -122.02066070899997, - 37.30968356500006 - ], - [ - -122.02073067699996, - 37.309658988000024 - ], - [ - -122.02080163099998, - 37.30963636700005 - ], - [ - -122.02087351299997, - 37.30961570200003 - ], - [ - -122.02094626499996, - 37.30959699500005 - ], - [ - -122.02101974399994, - 37.30958024700004 - ], - [ - -122.02109389699996, - 37.30956557300004 - ], - [ - -122.02116863599997, - 37.30955290500003 - ], - [ - -122.021243046, - 37.309542417000046 - ], - [ - -122.02131789699996, - 37.30953391400004 - ], - [ - -122.02139304699995, - 37.309527444000025 - ], - [ - -122.02146844099997, - 37.30952300800004 - ], - [ - -122.02154396099996, - 37.30952060800007 - ], - [ - -122.02161954999997, - 37.309520244000055 - ], - [ - -122.02169512499995, - 37.30952194100007 - ], - [ - -122.02177059899998, - 37.30952567600008 - ], - [ - -122.021845827, - 37.30953142800007 - ], - [ - -122.02192075199997, - 37.30953924600004 - ], - [ - -122.02199534599998, - 37.30954903500003 - ], - [ - -122.02206946399997, - 37.30956084500008 - ], - [ - -122.02214305099994, - 37.30957465300003 - ], - [ - -122.02221599099994, - 37.30959046100003 - ], - [ - -122.02228825199995, - 37.309608224000044 - ], - [ - -122.02235969499998, - 37.30962789700004 - ], - [ - -122.02320343499997, - 37.30987332400008 - ], - [ - -122.02657609, - 37.310854247000066 - ], - [ - -122.02774977899998, - 37.31119557900007 - ], - [ - -122.02775568499999, - 37.31119710400003 - ], - [ - -122.02815917299995, - 37.31131133000008 - ], - [ - -122.02894898199997, - 37.31154100800006 - ], - [ - -122.02895273099995, - 37.31154210300008 - ], - [ - -122.03071877899998, - 37.312055659000066 - ], - [ - -122.03164639199997, - 37.312327148000065 - ], - [ - -122.03166585999998, - 37.31233188300007 - ], - [ - -122.03168549299994, - 37.31233609100008 - ], - [ - -122.03170528499999, - 37.31233981400004 - ], - [ - -122.03172521199997, - 37.31234303300005 - ], - [ - -122.03174524199994, - 37.31234572400007 - ], - [ - -122.03176540499999, - 37.312347911000074 - ], - [ - -122.03178561399994, - 37.31234956800006 - ], - [ - -122.03180589899995, - 37.312350723000065 - ], - [ - -122.03182620099994, - 37.312351327000044 - ], - [ - -122.03184652299996, - 37.31235142700007 - ], - [ - -122.03189105499996, - 37.312351325000066 - ], - [ - -122.03216549999996, - 37.31229605100003 - ], - [ - -122.03226516299998, - 37.31227595400003 - ], - [ - -122.032365369, - 37.31225578200008 - ], - [ - -122.032670237, - 37.31219433800004 - ], - [ - -122.03351094799996, - 37.312198194000075 - ], - [ - -122.03356859099995, - 37.31219872200006 - ], - [ - -122.03362617999994, - 37.31220080500003 - ], - [ - -122.033683656, - 37.31220440200008 - ], - [ - -122.03374096299996, - 37.31220953500008 - ], - [ - -122.03379801399996, - 37.31221618100005 - ], - [ - -122.03385475399995, - 37.312224343000025 - ], - [ - -122.03391112199995, - 37.31223397400004 - ], - [ - -122.03396703399994, - 37.312245122000036 - ], - [ - -122.03402248799995, - 37.31225774100005 - ], - [ - -122.03429323999995, - 37.31231858700005 - ], - [ - -122.03432938499998, - 37.312325919000045 - ], - [ - -122.03433196399999, - 37.312198866000074 - ], - [ - -122.03433194399997, - 37.312192297000024 - ], - [ - -122.03433189999998, - 37.31201286000004 - ], - [ - -122.034331813, - 37.31184807300008 - ], - [ - -122.034331754, - 37.31168328700005 - ], - [ - -122.03433169599998, - 37.311518500000034 - ], - [ - -122.03433163799997, - 37.31135371200003 - ], - [ - -122.03433162399995, - 37.31127487800006 - ], - [ - -122.03433157899997, - 37.31118892600006 - ], - [ - -122.03433152099996, - 37.31102413900004 - ], - [ - -122.03433146199995, - 37.31085935200008 - ], - [ - -122.03433140399994, - 37.31069454200008 - ], - [ - -122.03433134499994, - 37.310529778000046 - ], - [ - -122.03433128699999, - 37.31036499100003 - ], - [ - -122.03433117999998, - 37.31007776300004 - ], - [ - -122.03424773699999, - 37.31001806000006 - ], - [ - -122.03421550699994, - 37.30999485900003 - ], - [ - -122.03418606899999, - 37.30996937800006 - ], - [ - -122.03415965699998, - 37.30994189000006 - ], - [ - -122.03413650099998, - 37.30991257300008 - ], - [ - -122.03411675299998, - 37.30988170100005 - ], - [ - -122.03410064599996, - 37.309849522000036 - ], - [ - -122.03408827199996, - 37.30981630900004 - ], - [ - -122.03407975099998, - 37.309782314000074 - ], - [ - -122.03407511699999, - 37.30974785700005 - ], - [ - -122.03407446399996, - 37.30971320900005 - ], - [ - -122.03407063399999, - 37.30966624300004 - ], - [ - -122.03391637899995, - 37.30966652300003 - ], - [ - -122.03367454899995, - 37.309666942000035 - ], - [ - -122.03367390899996, - 37.30944173100005 - ], - [ - -122.03367376099999, - 37.30938139600005 - ], - [ - -122.03310641099995, - 37.30938165600003 - ], - [ - -122.03310471199995, - 37.30876508100005 - ], - [ - -122.03310351299996, - 37.308332171000075 - ], - [ - -122.03310141299994, - 37.30824928900006 - ], - [ - -122.03298217199995, - 37.30824934000003 - ], - [ - -122.03298050999996, - 37.30816693300005 - ], - [ - -122.03297323899994, - 37.30771597300003 - ], - [ - -122.03304198499995, - 37.30771585300005 - ], - [ - -122.03304064599996, - 37.306141585000034 - ], - [ - -122.03303863499997, - 37.306072905000065 - ], - [ - -122.03338736599994, - 37.30607235900004 - ], - [ - -122.03338630099995, - 37.30598996800006 - ], - [ - -122.03338611199996, - 37.30596577400007 - ], - [ - -122.03338610099996, - 37.30596392100006 - ], - [ - -122.03338562999994, - 37.30589653900006 - ], - [ - -122.03338497399994, - 37.30580310800008 - ], - [ - -122.03338365399998, - 37.305624581000075 - ], - [ - -122.03338234199998, - 37.30544607500008 - ], - [ - -122.03338162399996, - 37.30534958000004 - ], - [ - -122.03338032099998, - 37.305168786000024 - ], - [ - -122.03337862499995, - 37.304939424000054 - ], - [ - -122.03338576099998, - 37.304939398000045 - ], - [ - -122.03360728899997, - 37.304939062000074 - ], - [ - -122.03409550599997, - 37.30493830100005 - ], - [ - -122.03432413999997, - 37.30493793800008 - ], - [ - -122.03432345799996, - 37.30484331900004 - ], - [ - -122.03432186099997, - 37.30462446300004 - ], - [ - -122.03432128399999, - 37.304546093000056 - ], - [ - -122.03431916599999, - 37.304255871000066 - ], - [ - -122.03432435099995, - 37.304091061000065 - ], - [ - -122.03432238699997, - 37.30380266900005 - ], - [ - -122.03452180699998, - 37.30380179600007 - ], - [ - -122.03472119999998, - 37.303800946000024 - ], - [ - -122.03499517599994, - 37.30379973700008 - ], - [ - -122.035121361, - 37.30379916000004 - ], - [ - -122.03467675499996, - 37.30345329700003 - ], - [ - -122.03389782, - 37.302887303000034 - ], - [ - -122.03336519299995, - 37.30251605900003 - ], - [ - -122.03314205699996, - 37.30235384900004 - ], - [ - -122.03307012299996, - 37.30230154700007 - ], - [ - -122.03300444899998, - 37.302275190000046 - ], - [ - -122.03294636699997, - 37.30223190900006 - ], - [ - -122.03289023299999, - 37.30218015600008 - ], - [ - -122.03284504399994, - 37.30214517500008 - ], - [ - -122.03261930899998, - 37.30204892200004 - ], - [ - -122.03260868199999, - 37.302047756000036 - ], - [ - -122.03260687499994, - 37.30204766500003 - ], - [ - -122.03259795699995, - 37.30204734800003 - ], - [ - -122.03259311699998, - 37.30204745700007 - ], - [ - -122.03258936499998, - 37.30204759700007 - ], - [ - -122.03258724799997, - 37.302047694000066 - ], - [ - -122.03257852599995, - 37.30204856300003 - ], - [ - -122.03257661199996, - 37.302048840000054 - ], - [ - -122.032574496, - 37.302049142000044 - ], - [ - -122.03257226999995, - 37.30204949200004 - ], - [ - -122.03256715999999, - 37.302050429000076 - ], - [ - -122.032556952, - 37.302052967000066 - ], - [ - -122.03254599299999, - 37.30205649700008 - ], - [ - -122.03253761299999, - 37.30206004100006 - ], - [ - -122.03253653499996, - 37.30206053500007 - ], - [ - -122.03252850999996, - 37.30206464500003 - ], - [ - -122.03252751899998, - 37.30206518400007 - ], - [ - -122.03251953799997, - 37.30207009500003 - ], - [ - -122.03251214199997, - 37.302075528000046 - ], - [ - -122.03251121199997, - 37.30207627100003 - ], - [ - -122.03250473799994, - 37.302081987000065 - ], - [ - -122.03249814599997, - 37.30208891700005 - ], - [ - -122.032491946, - 37.302096781000046 - ], - [ - -122.03248742299996, - 37.30210398200006 - ], - [ - -122.03248373499997, - 37.30211131000004 - ], - [ - -122.03248323999998, - 37.30211241500007 - ], - [ - -122.03248030399999, - 37.302120122000076 - ], - [ - -122.03247820799999, - 37.302128321000055 - ], - [ - -122.03247697599994, - 37.30213669200003 - ], - [ - -122.03247663499997, - 37.30214516600006 - ], - [ - -122.032476654, - 37.30214610500008 - ], - [ - -122.03247734399997, - 37.30215465600003 - ], - [ - -122.032257346, - 37.30215513100006 - ], - [ - -122.03227548399997, - 37.29399280700005 - ], - [ - -122.03227555099994, - 37.29396238500004 - ], - [ - -122.032196721, - 37.29397861500007 - ], - [ - -122.03212544999997, - 37.29399044500008 - ], - [ - -122.03211122999994, - 37.29399280400003 - ], - [ - -122.03204688899996, - 37.29400670000007 - ], - [ - -122.03201217799995, - 37.29401287400003 - ], - [ - -122.03190483199995, - 37.294031923000034 - ], - [ - -122.03176123299994, - 37.29405001400005 - ], - [ - -122.03161666799997, - 37.294060923000075 - ], - [ - -122.03147145499997, - 37.29406463600003 - ], - [ - -122.03133544399998, - 37.29406157100004 - ], - [ - -122.03068772599994, - 37.294057477000024 - ], - [ - -122.03032738899998, - 37.29405519800008 - ], - [ - -122.03021198599998, - 37.294049769000026 - ], - [ - -122.02909884299999, - 37.29399737700004 - ], - [ - -122.02804492099995, - 37.29397001900003 - ], - [ - -122.027017877, - 37.29395686100003 - ], - [ - -122.02603241899999, - 37.293944227000054 - ], - [ - -122.02587562199994, - 37.293944828000065 - ], - [ - -122.02587152599995, - 37.29394484300008 - ], - [ - -122.02570633599998, - 37.29394547600003 - ], - [ - -122.02499723099999, - 37.293936263000035 - ], - [ - -122.02366324899998, - 37.29391892000007 - ], - [ - -122.022602969, - 37.29385917500008 - ], - [ - -122.02049395499995, - 37.29377453300003 - ], - [ - -122.01843621499995, - 37.29368911100005 - ], - [ - -122.01780608699994, - 37.293671962000076 - ], - [ - -122.01496830299999, - 37.29355831200007 - ], - [ - -122.01067143499995, - 37.29343691400004 - ], - [ - -122.00958755799996, - 37.29340085100006 - ], - [ - -122.00775029999994, - 37.29333890700008 - ], - [ - -122.00774372599994, - 37.29339932900007 - ], - [ - -122.00766526199999, - 37.294151484000054 - ], - [ - -122.00764292699995, - 37.29436382700004 - ], - [ - -122.00747068899994, - 37.296002835000024 - ], - [ - -122.00746334899998, - 37.296043834000045 - ], - [ - -122.00745345499996, - 37.296152713000026 - ], - [ - -122.00743539599995, - 37.29633705100008 - ], - [ - -122.00743328399994, - 37.29636447900003 - ], - [ - -122.00742953699995, - 37.29639178900004 - ], - [ - -122.00742412499994, - 37.29641896100003 - ], - [ - -122.00730629699996, - 37.296411299000056 - ], - [ - -122.00726047199998, - 37.29640937000005 - ], - [ - -122.00725183999998, - 37.29640902400007 - ], - [ - -122.00701592099995, - 37.296399171000076 - ], - [ - -122.00699117299996, - 37.296398139000075 - ], - [ - -122.00680824799997, - 37.29639051200007 - ], - [ - -122.00671310099995, - 37.29638654100006 - ], - [ - -122.006600489, - 37.296381832000066 - ], - [ - -122.00643499899996, - 37.29637491900007 - ], - [ - -122.00639453599996, - 37.29637324200007 - ], - [ - -122.00621835099997, - 37.296365871000035 - ], - [ - -122.00619165299997, - 37.29636474900008 - ], - [ - -122.00615689699998, - 37.29636331900008 - ], - [ - -122.00597962199998, - 37.29635591600004 - ], - [ - -122.00587882399998, - 37.296351695000055 - ], - [ - -122.00577527499996, - 37.29634737200007 - ], - [ - -122.00560677299995, - 37.29634031300003 - ], - [ - -122.00560072299999, - 37.29634009400007 - ], - [ - -122.00558262899995, - 37.29633934300006 - ], - [ - -122.00537486899998, - 37.296330658000045 - ], - [ - -122.00536855999997, - 37.296330373000046 - ], - [ - -122.00532262299998, - 37.29632846800007 - ], - [ - -122.00517184199998, - 37.29632219000007 - ], - [ - -122.005044549, - 37.29631686600004 - ], - [ - -122.004964573, - 37.29631352200005 - ], - [ - -122.00476644899999, - 37.29630523900005 - ], - [ - -122.0047573, - 37.29630485400003 - ], - [ - -122.00455272499994, - 37.29629631100005 - ], - [ - -122.004488375, - 37.29629363500004 - ], - [ - -122.00434436399996, - 37.296287611000025 - ], - [ - -122.00412516499995, - 37.29627845400006 - ], - [ - -122.00394932199998, - 37.296271121000075 - ], - [ - -122.00349494899996, - 37.29625211900003 - ], - [ - -122.00326319899995, - 37.29615600100004 - ], - [ - -122.00312347299996, - 37.296098028000074 - ], - [ - -122.00285872699999, - 37.295988211000065 - ], - [ - -122.00247026499994, - 37.29582710100004 - ], - [ - -122.00230383599995, - 37.29576198500007 - ], - [ - -122.00171465199998, - 37.29553294700003 - ], - [ - -122.00201740199998, - 37.29517717300007 - ], - [ - -122.00207807399994, - 37.29513958700005 - ], - [ - -122.00232345799998, - 37.294987562000074 - ], - [ - -122.00252837199997, - 37.29486059300007 - ], - [ - -122.00259933099994, - 37.29476171300007 - ], - [ - -122.00271959199995, - 37.294594102000076 - ], - [ - -122.00284002199999, - 37.29442632800004 - ], - [ - -122.00283462999994, - 37.29428065400003 - ], - [ - -122.00282197099995, - 37.29393739500006 - ], - [ - -122.00281402, - 37.293721412000025 - ], - [ - -122.00318383999996, - 37.293369056000074 - ], - [ - -122.00332811299995, - 37.293231648000074 - ], - [ - -122.00348020499996, - 37.29309265200004 - ], - [ - -122.00244085399999, - 37.29297867300005 - ], - [ - -122.00233497299996, - 37.292964237000035 - ], - [ - -122.00094929799997, - 37.29279810200006 - ], - [ - -121.99846202199996, - 37.292515209000044 - ], - [ - -121.99760655899996, - 37.29241863500005 - ], - [ - -121.997496593, - 37.29240548200005 - ], - [ - -121.99738667599996, - 37.29239264900008 - ], - [ - -121.99668503299995, - 37.29231495600004 - ], - [ - -121.993905596, - 37.291995229000065 - ], - [ - -121.99393054099994, - 37.29183845700004 - ], - [ - -121.99400285099995, - 37.29143116400007 - ], - [ - -121.99406560699998, - 37.29107767200003 - ], - [ - -121.99452844099994, - 37.29113034100004 - ], - [ - -121.99502530299998, - 37.29118690300004 - ], - [ - -121.99509335699997, - 37.29119464100006 - ], - [ - -121.99553919199997, - 37.29124537300004 - ], - [ - -121.99600056299994, - 37.291297875000055 - ], - [ - -121.99607539299996, - 37.29089247100006 - ], - [ - -121.99612894499995, - 37.290570615000036 - ], - [ - -121.99554837199997, - 37.290505490000044 - ], - [ - -121.99497965999996, - 37.29043886100004 - ], - [ - -121.99479342999996, - 37.29041704300005 - ], - [ - -121.99497396599998, - 37.29026009200004 - ], - [ - -121.99508224099998, - 37.290165959000035 - ], - [ - -121.99539166399995, - 37.289803892000066 - ], - [ - -121.99572037899998, - 37.28947545400007 - ], - [ - -121.996269773, - 37.28892646400004 - ], - [ - -121.99615303499996, - 37.28891255100007 - ], - [ - -121.99565986699997, - 37.28885372600007 - ], - [ - -121.99550447699994, - 37.28883520200003 - ], - [ - -121.99548477599996, - 37.28883286700005 - ], - [ - -121.99524298999995, - 37.288807665000036 - ], - [ - -121.995328557, - 37.28872270000005 - ], - [ - -121.99614441399996, - 37.28791256400007 - ], - [ - -121.99615536399995, - 37.28790169100006 - ], - [ - -121.99617368, - 37.287883504000035 - ], - [ - -121.99622586999999, - 37.287831975000074 - ], - [ - -121.99624093099999, - 37.287817103000066 - ], - [ - -121.99624358099999, - 37.28781448800004 - ], - [ - -121.99628730799998, - 37.287771313000064 - ], - [ - -121.99615015399996, - 37.28768480200006 - ], - [ - -121.996128877, - 37.287670881000054 - ], - [ - -121.99582053699999, - 37.28746921900006 - ], - [ - -121.99558613499994, - 37.287472190000074 - ], - [ - -121.99526876099998, - 37.28747622100008 - ], - [ - -121.99523682599994, - 37.287476628000036 - ], - [ - -121.99496189899997, - 37.28748011400006 - ], - [ - -121.99468691299995, - 37.287483578000035 - ], - [ - -121.99468423499997, - 37.28719915500005 - ], - [ - -121.994658943, - 37.28693429500004 - ], - [ - -121.99465816299994, - 37.28692648900005 - ], - [ - -121.99465807299998, - 37.286925573000076 - ], - [ - -121.99465806799998, - 37.286923503000025 - ], - [ - -121.99466305599998, - 37.28664564200005 - ], - [ - -121.99466887099999, - 37.28632171800007 - ], - [ - -121.99462818299997, - 37.28606046400006 - ], - [ - -121.99462679199996, - 37.28605397000007 - ], - [ - -121.994626359, - 37.28604930200004 - ], - [ - -121.99462624299997, - 37.28604803700006 - ], - [ - -121.99461326799997, - 37.285724283000036 - ], - [ - -121.99459942699997, - 37.285380076000024 - ], - [ - -121.994589728, - 37.28513848000006 - ], - [ - -121.99457826899999, - 37.28485332200006 - ], - [ - -121.99457033599998, - 37.28457823700006 - ], - [ - -121.99456152399995, - 37.284293594000076 - ], - [ - -121.99455316799998, - 37.284021765000034 - ], - [ - -121.99454573499997, - 37.28378029900006 - ], - [ - -121.99453681699998, - 37.28349034800004 - ], - [ - -121.99453122199998, - 37.283197517000076 - ], - [ - -121.99452208399998, - 37.282900908000045 - ], - [ - -121.99451320099996, - 37.28261271800005 - ], - [ - -121.99450473499996, - 37.28233814300006 - ], - [ - -121.99449497399996, - 37.28202181100005 - ], - [ - -121.994485135, - 37.28170293800008 - ], - [ - -121.99447669699998, - 37.28142838500003 - ], - [ - -121.99446700399994, - 37.281113952000055 - ], - [ - -121.994462248, - 37.280959205000045 - ], - [ - -121.99446016299999, - 37.28087696500006 - ], - [ - -121.99445993199998, - 37.28086785700003 - ], - [ - -121.99445980299998, - 37.280860467000025 - ], - [ - -121.99445877899996, - 37.28079414300004 - ], - [ - -121.99443930599995, - 37.28053356800007 - ], - [ - -121.99419104499998, - 37.28053716100004 - ], - [ - -121.99414583499998, - 37.28053826400003 - ], - [ - -121.99395947, - 37.28054286200006 - ], - [ - -121.99378673399997, - 37.280547080000076 - ], - [ - -121.99373273499998, - 37.28054840800007 - ], - [ - -121.99350253399996, - 37.28055406900006 - ], - [ - -121.99349279999996, - 37.28055433000003 - ], - [ - -121.99327236299996, - 37.28055970500003 - ], - [ - -121.99315285399996, - 37.28056267100004 - ], - [ - -121.99303875599998, - 37.280565453000065 - ], - [ - -121.992950168, - 37.28056761300007 - ], - [ - -121.99280858299994, - 37.280571089000034 - ], - [ - -121.992746394, - 37.28057261300006 - ], - [ - -121.99257841099995, - 37.280576747000055 - ], - [ - -121.99254207799999, - 37.28057764500005 - ], - [ - -121.99235456599996, - 37.28058223200003 - ], - [ - -121.99234053699996, - 37.28058257200007 - ], - [ - -121.99213564699994, - 37.280587586000024 - ], - [ - -121.99212439499996, - 37.280587866000076 - ], - [ - -121.99194043399996, - 37.280592384000045 - ], - [ - -121.99189422299997, - 37.28059352300005 - ], - [ - -121.99173900799997, - 37.280597354000065 - ], - [ - -121.9916640499999, - 37.280599179000035 - ], - [ - -121.99154216299996, - 37.28060215000005 - ], - [ - -121.99143385099995, - 37.280604812000036 - ], - [ - -121.99134695199996, - 37.28060694900006 - ], - [ - -121.99120367799998, - 37.28061046600004 - ], - [ - -121.99115128199998, - 37.28061175100004 - ], - [ - -121.99097350499994, - 37.28061609900004 - ], - [ - -121.99095257599998, - 37.28061661700008 - ], - [ - -121.99075590199999, - 37.28062143200003 - ], - [ - -121.99073989799996, - 37.28062182000008 - ], - [ - -121.99056160599997, - 37.280626193000046 - ], - [ - -121.99050972499998, - 37.28062747300004 - ], - [ - -121.99036398799996, - 37.280631044000074 - ], - [ - -121.990279553, - 37.28063310300007 - ], - [ - -121.99016639899997, - 37.28063587100007 - ], - [ - -121.99009811299999, - 37.28063758700006 - ], - [ - -121.99004935199997, - 37.28063875600003 - ], - [ - -121.99002802099994, - 37.28063927900007 - ], - [ - -121.98980784099996, - 37.280644668000036 - ], - [ - -121.98979234999996, - 37.28064504800005 - ], - [ - -121.98971182899999, - 37.28065090100006 - ], - [ - -121.98970913399995, - 37.28063356300004 - ], - [ - -121.98970669099998, - 37.280564053000035 - ], - [ - -121.98970675399994, - 37.28053994900006 - ], - [ - -121.98970610599997, - 37.280514571000026 - ], - [ - -121.98970391499995, - 37.28045639000004 - ], - [ - -121.98970078099995, - 37.280398357000024 - ], - [ - -121.98969659199997, - 37.280340384000056 - ], - [ - -121.98969207, - 37.280288893000034 - ], - [ - -121.98969171399995, - 37.28023215200005 - ], - [ - -121.98965620999996, - 37.27943643700007 - ], - [ - -121.98962081099995, - 37.278643008000074 - ], - [ - -121.98958480599998, - 37.27784068400007 - ], - [ - -121.98954903099997, - 37.27704275200006 - ], - [ - -121.98951288899997, - 37.27623775100005 - ], - [ - -121.98959585399996, - 37.27623542500004 - ], - [ - -121.99282253099994, - 37.27614437700004 - ], - [ - -121.99405382599997, - 37.27610961800008 - ], - [ - -121.99423615699999, - 37.27610446400007 - ], - [ - -121.99413602599998, - 37.273963080000044 - ], - [ - -121.99413070799994, - 37.273890003000076 - ], - [ - -121.99413050399994, - 37.273887226000056 - ], - [ - -121.99413019899998, - 37.27388500600006 - ], - [ - -121.99411475099998, - 37.27377337100006 - ], - [ - -121.99411456399997, - 37.27377228800003 - ], - [ - -121.99409031699997, - 37.273661461000074 - ], - [ - -121.99408994999999, - 37.273659734000034 - ], - [ - -121.99408916299996, - 37.273657005000075 - ], - [ - -121.99405632, - 37.27354776400006 - ], - [ - -121.99405564899996, - 37.27354589200007 - ], - [ - -121.99402235199994, - 37.27345762600004 - ], - [ - -121.99399637599998, - 37.27338717600003 - ], - [ - -121.99399604899997, - 37.273386189000064 - ], - [ - -121.99397192499998, - 37.273297799000034 - ], - [ - -121.99397146399997, - 37.27329608900004 - ], - [ - -121.99397117099994, - 37.27329443800005 - ], - [ - -121.99395670999996, - 37.273211409000055 - ], - [ - -121.993956573, - 37.273210266000035 - ], - [ - -121.99386993899998, - 37.27252400100008 - ], - [ - -121.99386320099995, - 37.27247056900006 - ], - [ - -121.99385639699994, - 37.27241105000007 - ], - [ - -121.9938505699999, - 37.27234799400003 - ], - [ - -121.9938501399999, - 37.27234339600005 - ], - [ - -121.993850066, - 37.27234246800003 - ], - [ - -121.99384938199995, - 37.27233372500007 - ], - [ - -121.99382309999999, - 37.27198729500003 - ], - [ - -121.99379223399995, - 37.27158060900007 - ], - [ - -121.99377702799995, - 37.27142299800005 - ], - [ - -121.993771504, - 37.27137591600007 - ], - [ - -121.99376728799996, - 37.27133975700008 - ], - [ - -121.99374318099996, - 37.271133778000035 - ], - [ - -121.99374017599996, - 37.271108155000036 - ], - [ - -121.99370022599999, - 37.27076712000007 - ], - [ - -121.99367504599996, - 37.270543685000064 - ], - [ - -121.99367414699998, - 37.27053552000007 - ], - [ - -121.99367309599995, - 37.27052588300006 - ], - [ - -121.99365479299996, - 37.270355264000045 - ], - [ - -121.99355931999997, - 37.270316034000075 - ], - [ - -121.99228275599995, - 37.269730870000046 - ], - [ - -121.99215493199995, - 37.26967225200008 - ], - [ - -121.99209596399999, - 37.26964523700008 - ], - [ - -121.99148711599997, - 37.26936613400005 - ], - [ - -121.99087728999996, - 37.269086583000046 - ], - [ - -121.99082043299995, - 37.26906052500004 - ], - [ - -121.990737793, - 37.26902264100005 - ], - [ - -121.990661021, - 37.26898756600008 - ], - [ - -121.990267572, - 37.26880780400006 - ], - [ - -121.99004483299996, - 37.26870603100008 - ], - [ - -121.98986880499996, - 37.26862561400003 - ], - [ - -121.98969280499995, - 37.26854519800003 - ], - [ - -121.989516778, - 37.26846475700006 - ], - [ - -121.98934075099999, - 37.26838434000007 - ], - [ - -121.98916472499997, - 37.268303900000035 - ], - [ - -121.988988727, - 37.268223481000064 - ], - [ - -121.98865832399997, - 37.268072509000035 - ], - [ - -121.988219158, - 37.26787185200004 - ], - [ - -121.98663243799996, - 37.267146817000025 - ], - [ - -121.98649240599997, - 37.26707298900004 - ], - [ - -121.98649532399997, - 37.26708139800007 - ], - [ - -121.98517601099996, - 37.266475367000055 - ], - [ - -121.98477161699998, - 37.26654937200004 - ], - [ - -121.98450423799994, - 37.26659316400003 - ], - [ - -121.98447446699998, - 37.26661813100003 - ], - [ - -121.98446350199998, - 37.26662732900007 - ], - [ - -121.98436487999999, - 37.266648356000076 - ], - [ - -121.984103125, - 37.26670416200005 - ], - [ - -121.983760884, - 37.26677710200005 - ], - [ - -121.98366454399996, - 37.266797618000055 - ], - [ - -121.98365940999997, - 37.266798737000045 - ], - [ - -121.983450872, - 37.26684319900005 - ], - [ - -121.98328862199998, - 37.266877805000036 - ], - [ - -121.98326837199994, - 37.266882113000065 - ], - [ - -121.98326620599994, - 37.26688257500007 - ], - [ - -121.98312557199995, - 37.26691253400003 - ], - [ - -121.983002678, - 37.26693874400007 - ], - [ - -121.98285779599996, - 37.26696964900003 - ], - [ - -121.98283535099995, - 37.26697442100004 - ], - [ - -121.98267316599998, - 37.26700071500005 - ], - [ - -121.98265544799995, - 37.267004213000064 - ], - [ - -121.98230034699998, - 37.267074266000066 - ], - [ - -121.98225238699996, - 37.266940530000056 - ], - [ - -121.98221903599995, - 37.266947111000036 - ], - [ - -121.98211533199998, - 37.26696758200006 - ], - [ - -121.98201205799995, - 37.266987957000026 - ], - [ - -121.9819154, - 37.26700703400007 - ], - [ - -121.98191043599996, - 37.26700796700004 - ], - [ - -121.98183379799997, - 37.26702256600004 - ], - [ - -121.98179279299995, - 37.267030377000026 - ], - [ - -121.98189682999998, - 37.26732450500003 - ], - [ - -121.98207793399996, - 37.26783651000005 - ], - [ - -121.98208655199994, - 37.26786091500003 - ], - [ - -121.982104387, - 37.26791397900007 - ], - [ - -121.98213674399994, - 37.267907801000035 - ], - [ - -121.98260434099996, - 37.26781842200006 - ], - [ - -121.98263143599996, - 37.26789796700007 - ], - [ - -121.98268614099999, - 37.26805828300007 - ], - [ - -121.98273877699995, - 37.26821251400003 - ], - [ - -121.98279208199995, - 37.26836875200007 - ], - [ - -121.98284435199997, - 37.26852191200004 - ], - [ - -121.98284794199998, - 37.26853244200004 - ], - [ - -121.982897171, - 37.26867666700008 - ], - [ - -121.98295023399999, - 37.26883219700005 - ], - [ - -121.98295996499996, - 37.26886075700003 - ], - [ - -121.98300339099995, - 37.268988094000065 - ], - [ - -121.98306834399995, - 37.26917840400006 - ], - [ - -121.98312977799998, - 37.26933005200004 - ], - [ - -121.98313132299995, - 37.26933424400005 - ], - [ - -121.98318916999995, - 37.269492643000035 - ], - [ - -121.98321776199998, - 37.26957097700006 - ], - [ - -121.98328872299999, - 37.26976528700004 - ], - [ - -121.98333297099998, - 37.26988650200008 - ], - [ - -121.98332650599997, - 37.26990089100008 - ], - [ - -121.98331321499995, - 37.26994546000003 - ], - [ - -121.98330943199994, - 37.26999050100005 - ], - [ - -121.98293846899998, - 37.270061664000025 - ], - [ - -121.98269178799995, - 37.27010853100006 - ], - [ - -121.98242518999996, - 37.270159198000044 - ], - [ - -121.98235616599999, - 37.27017231800005 - ], - [ - -121.98216087699996, - 37.27020942300004 - ], - [ - -121.98217846299997, - 37.27025850600006 - ], - [ - -121.98227378599995, - 37.27052456500007 - ], - [ - -121.98228054499998, - 37.27054338700003 - ], - [ - -121.98233135999999, - 37.270685212000046 - ], - [ - -121.98237353899998, - 37.27080743800008 - ], - [ - -121.98236258399999, - 37.27080963700007 - ], - [ - -121.98238907399997, - 37.27090340400008 - ], - [ - -121.98200582699997, - 37.27097491100005 - ], - [ - -121.98200831399998, - 37.27098335000005 - ], - [ - -121.98180752899998, - 37.27102079800005 - ], - [ - -121.98182863799997, - 37.27108865200006 - ], - [ - -121.98167805299994, - 37.27111697200007 - ], - [ - -121.98145195199999, - 37.27115460400006 - ], - [ - -121.98122763299995, - 37.27117515800006 - ], - [ - -121.98124706899995, - 37.27125848500003 - ], - [ - -121.98130025299997, - 37.27140719300007 - ], - [ - -121.98130707599995, - 37.27142626600005 - ], - [ - -121.98136371799995, - 37.27158472700006 - ], - [ - -121.98142036099995, - 37.27174316600008 - ], - [ - -121.98143579599997, - 37.27178632600004 - ], - [ - -121.98147700499999, - 37.27190162900007 - ], - [ - -121.98153364799998, - 37.27206006700004 - ], - [ - -121.98159031999995, - 37.27221852800005 - ], - [ - -121.98164696299995, - 37.27237694400003 - ], - [ - -121.98170360799998, - 37.27253540500004 - ], - [ - -121.98171512999994, - 37.27256764900005 - ], - [ - -121.981760281, - 37.272693867000044 - ], - [ - -121.981815015, - 37.27284701900004 - ], - [ - -121.98187169099998, - 37.27300548000005 - ], - [ - -121.98192833399997, - 37.27316391900007 - ], - [ - -121.98198494999997, - 37.27332235800003 - ], - [ - -121.98205966699999, - 37.27353124600006 - ], - [ - -121.98207864899996, - 37.27358431700003 - ], - [ - -121.98208204599996, - 37.273593865000066 - ], - [ - -121.98208642199995, - 37.27360509500005 - ], - [ - -121.98212235999995, - 37.27369711600005 - ], - [ - -121.98228285799996, - 37.273592079000025 - ], - [ - -121.98291566299997, - 37.273418364000065 - ], - [ - -121.98291922899995, - 37.27351155100007 - ], - [ - -121.98292047999996, - 37.27354424500004 - ], - [ - -121.98292337299995, - 37.27362077600003 - ], - [ - -121.98292351199996, - 37.27362489500007 - ], - [ - -121.98293342599999, - 37.273886495000056 - ], - [ - -121.98293975399997, - 37.27405399400004 - ], - [ - -121.98294593799994, - 37.274217032000024 - ], - [ - -121.98295204199997, - 37.27437897200008 - ], - [ - -121.98295817699994, - 37.27454095600007 - ], - [ - -121.98296431099999, - 37.27470291800006 - ], - [ - -121.98297044299994, - 37.27486488000005 - ], - [ - -121.98297654699996, - 37.275026843000035 - ], - [ - -121.98298269399999, - 37.27518944600007 - ], - [ - -121.982988746, - 37.275348730000076 - ], - [ - -121.98299485099994, - 37.27551069100008 - ], - [ - -121.98300115899997, - 37.27567709200008 - ], - [ - -121.98300730499994, - 37.275839649000034 - ], - [ - -121.98301267, - 37.27598168500003 - ], - [ - -121.98301339399995, - 37.27600078900008 - ], - [ - -121.98301954799996, - 37.27616384800007 - ], - [ - -121.98302122099994, - 37.276207776000035 - ], - [ - -121.98302554999998, - 37.27632203500008 - ], - [ - -121.98302578599998, - 37.27632816700003 - ], - [ - -121.98302907899995, - 37.27641041500004 - ], - [ - -121.98153119999995, - 37.27645036600006 - ], - [ - -121.98017462599995, - 37.27648745800008 - ], - [ - -121.97970075699999, - 37.27650166500007 - ], - [ - -121.97970748399996, - 37.276583938000044 - ], - [ - -121.97971288999997, - 37.27674714700004 - ], - [ - -121.97971324399998, - 37.276757807000024 - ], - [ - -121.979717747, - 37.27689266500005 - ], - [ - -121.979718285, - 37.276908338000055 - ], - [ - -121.97972257299995, - 37.27703818700007 - ], - [ - -121.97972353999995, - 37.27706676400004 - ], - [ - -121.97972742999997, - 37.27718370600007 - ], - [ - -121.97972848499995, - 37.277215374000036 - ], - [ - -121.97973225699997, - 37.27732922700005 - ], - [ - -121.97973381999998, - 37.277376385000025 - ], - [ - -121.97973708499995, - 37.27747474800003 - ], - [ - -121.979738769, - 37.27752517600004 - ], - [ - -121.97974174499996, - 37.277614776000064 - ], - [ - -121.97974401599998, - 37.277683212000056 - ], - [ - -121.97974657299994, - 37.27776029700004 - ], - [ - -121.97974893599996, - 37.277830540000025 - ], - [ - -121.97975126299997, - 37.277900325000076 - ], - [ - -121.97975424899994, - 37.27799040600007 - ], - [ - -121.97975609099996, - 37.278045846000055 - ], - [ - -121.97975922799998, - 37.278140664000034 - ], - [ - -121.97976091799995, - 37.278191366000044 - ], - [ - -121.97976445699999, - 37.27829780700006 - ], - [ - -121.97976560899997, - 37.27833288200003 - ], - [ - -121.97977243599996, - 37.27844630800007 - ], - [ - -121.97977440799997, - 37.27847929200004 - ], - [ - -121.97978179399996, - 37.278603651000026 - ], - [ - -121.97978294899997, - 37.278622889000076 - ], - [ - -121.97979078399999, - 37.27875383600008 - ], - [ - -121.979791547, - 37.27876639400006 - ], - [ - -121.97979215299995, - 37.278776755000024 - ], - [ - -121.97980154499999, - 37.27892567400005 - ], - [ - -121.97980116499997, - 37.27900920400003 - ], - [ - -121.97964140999994, - 37.27900920900004 - ], - [ - -121.97941008699996, - 37.279007095000054 - ], - [ - -121.97933807199996, - 37.279007136000075 - ], - [ - -121.97927264499998, - 37.279007069000045 - ], - [ - -121.97884211699994, - 37.27900898200005 - ], - [ - -121.97881824099994, - 37.279010190000065 - ], - [ - -121.97877868499995, - 37.27901715400003 - ], - [ - -121.97877442899994, - 37.279018234000034 - ], - [ - -121.97877331499996, - 37.279018516000065 - ], - [ - -121.97871079799995, - 37.279030213000055 - ], - [ - -121.97864694799995, - 37.27903468900007 - ], - [ - -121.97864265299995, - 37.27903473300006 - ], - [ - -121.97784505799996, - 37.27903782100003 - ], - [ - -121.97780614599998, - 37.27903920500006 - ], - [ - -121.97773954399997, - 37.27904736600004 - ], - [ - -121.97771460799999, - 37.27905237600004 - ], - [ - -121.97729254899997, - 37.279146653000055 - ], - [ - -121.977288419, - 37.279104335000056 - ], - [ - -121.97727812699998, - 37.279042752000066 - ], - [ - -121.97725838899999, - 37.27897948200007 - ], - [ - -121.97723004399995, - 37.27891902700003 - ], - [ - -121.97722778499997, - 37.27891494600004 - ], - [ - -121.97722547099994, - 37.27891088100006 - ], - [ - -121.97722316, - 37.27890681500003 - ], - [ - -121.97704179299996, - 37.278597271000024 - ], - [ - -121.97703446199995, - 37.278585527000075 - ], - [ - -121.97703356799997, - 37.27858409700008 - ], - [ - -121.97700209799996, - 37.27854447500005 - ], - [ - -121.976963588, - 37.278509574000054 - ], - [ - -121.97691803199996, - 37.278479392000065 - ], - [ - -121.97686750599996, - 37.27845552100007 - ], - [ - -121.97684023599999, - 37.278445899000076 - ], - [ - -121.97661822999999, - 37.27837593100003 - ], - [ - -121.97665784499998, - 37.278273314000046 - ], - [ - -121.97669201599996, - 37.27816080300005 - ], - [ - -121.97671138599998, - 37.278077207000024 - ], - [ - -121.97671719599998, - 37.27804673900005 - ], - [ - -121.976717367, - 37.278045537000025 - ], - [ - -121.97673326699999, - 37.27793167800007 - ], - [ - -121.97674017499997, - 37.27781603300008 - ], - [ - -121.97674014499995, - 37.277814196000065 - ], - [ - -121.97673832099997, - 37.27770783200003 - ], - [ - -121.97672311099996, - 37.27742787200003 - ], - [ - -121.97671757299997, - 37.27732585100006 - ], - [ - -121.97643826899997, - 37.277369889000056 - ], - [ - -121.97631348299996, - 37.27747819900003 - ], - [ - -121.97626074099998, - 37.277411131000065 - ], - [ - -121.97619116199996, - 37.27744442100004 - ], - [ - -121.976134506, - 37.27746195900005 - ], - [ - -121.976076015, - 37.27747512700006 - ], - [ - -121.97601620499995, - 37.27748380000003 - ], - [ - -121.97595567299999, - 37.27748788300005 - ], - [ - -121.97589490799999, - 37.27748736600006 - ], - [ - -121.97561573099995, - 37.277487085000075 - ], - [ - -121.975400101, - 37.27748456000006 - ], - [ - -121.97518806899996, - 37.27747992900004 - ], - [ - -121.97511964699999, - 37.27747907400004 - ], - [ - -121.97505418099996, - 37.27747831900007 - ], - [ - -121.97497467499994, - 37.27747746700004 - ], - [ - -121.97472700799995, - 37.27747726700005 - ], - [ - -121.97439426099999, - 37.27747523100004 - ], - [ - -121.97428181499998, - 37.27747447300004 - ], - [ - -121.97421021499997, - 37.27747361100006 - ], - [ - -121.97414672399998, - 37.27747285400005 - ], - [ - -121.97392785399995, - 37.27747016100005 - ], - [ - -121.97375047699995, - 37.27746680800004 - ], - [ - -121.97358032799997, - 37.27746096100003 - ], - [ - -121.97342506499996, - 37.27745613900004 - ], - [ - -121.97321421899994, - 37.27744782800005 - ], - [ - -121.97305748699995, - 37.27743959000003 - ], - [ - -121.97298855799994, - 37.27743775500005 - ], - [ - -121.97274520199994, - 37.27743960300006 - ], - [ - -121.97254934299997, - 37.27744604900005 - ], - [ - -121.97222641899998, - 37.277464370000075 - ], - [ - -121.97215363799995, - 37.277468971000076 - ], - [ - -121.97196132899995, - 37.27747969600006 - ], - [ - -121.97176177199998, - 37.27749037700005 - ], - [ - -121.97164589099998, - 37.277492634000055 - ], - [ - -121.97161104999998, - 37.277490714000066 - ], - [ - -121.97157637999999, - 37.27748735100005 - ], - [ - -121.97154197099997, - 37.277482588000055 - ], - [ - -121.97145531099994, - 37.277467493000074 - ], - [ - -121.97136129299997, - 37.27744102300005 - ], - [ - -121.97126315499997, - 37.27738853300008 - ], - [ - -121.97122178599994, - 37.277378042000066 - ], - [ - -121.97086524499997, - 37.27728764200003 - ], - [ - -121.97046573299997, - 37.27728732600008 - ], - [ - -121.97045963599999, - 37.277294795000046 - ], - [ - -121.97038580499998, - 37.27729707300006 - ], - [ - -121.97037701799997, - 37.27729736600003 - ], - [ - -121.97014138699996, - 37.27730467500004 - ], - [ - -121.96944938399997, - 37.27732615600007 - ], - [ - -121.96919337299994, - 37.277290477000065 - ], - [ - -121.96912035799994, - 37.27728029200006 - ], - [ - -121.96893951899995, - 37.277255069000034 - ], - [ - -121.96886256799996, - 37.277282220000075 - ], - [ - -121.96883730599995, - 37.277291098000035 - ], - [ - -121.96809174899994, - 37.27755388800006 - ], - [ - -121.96745849799998, - 37.27777710500004 - ], - [ - -121.96716770299997, - 37.277879589000065 - ], - [ - -121.96697693099998, - 37.27794682700005 - ], - [ - -121.96663836, - 37.27795033500007 - ], - [ - -121.96626439099998, - 37.27795419500006 - ], - [ - -121.96551218499997, - 37.27830238400003 - ], - [ - -121.96526461599996, - 37.278599529000076 - ], - [ - -121.96477024499995, - 37.278796251000074 - ], - [ - -121.96474106599999, - 37.27880703100004 - ], - [ - -121.96474058899997, - 37.278912811000055 - ], - [ - -121.9647392, - 37.27923091100007 - ], - [ - -121.964724236, - 37.27938384300006 - ], - [ - -121.96472715299996, - 37.27955465800005 - ], - [ - -121.96472956799994, - 37.279694052000025 - ], - [ - -121.96472997799998, - 37.279719431000046 - ], - [ - -121.96473159299995, - 37.27981216200004 - ], - [ - -121.964732804, - 37.27988420500003 - ], - [ - -121.96473439199997, - 37.279976936000025 - ], - [ - -121.96473563199999, - 37.28004897900007 - ], - [ - -121.96473751199994, - 37.28015818700004 - ], - [ - -121.96473845799994, - 37.280213752000066 - ], - [ - -121.96474060499997, - 37.280339438000055 - ], - [ - -121.96474128499995, - 37.280378503000065 - ], - [ - -121.96474343099999, - 37.28050421100005 - ], - [ - -121.96474411099996, - 37.280543299000044 - ], - [ - -121.96474655199995, - 37.280685461000076 - ], - [ - -121.96474693799996, - 37.28070809500008 - ], - [ - -121.96474934999998, - 37.28085023600005 - ], - [ - -121.96474976399998, - 37.28087284600008 - ], - [ - -121.96475228499997, - 37.28102050200005 - ], - [ - -121.96475257799995, - 37.281037619000074 - ], - [ - -121.96475537799995, - 37.28120175300006 - ], - [ - -121.96475821799999, - 37.28136716700004 - ], - [ - -121.96476012599999, - 37.28147637400008 - ], - [ - -121.96476104399994, - 37.28153196300008 - ], - [ - -121.96476246999998, - 37.281615059000046 - ], - [ - -121.96476386999996, - 37.28169673700006 - ], - [ - -121.96476729799997, - 37.28189654800008 - ], - [ - -121.964767382, - 37.28196521700005 - ], - [ - -121.96514061099998, - 37.28196212700004 - ], - [ - -121.96517486299996, - 37.28196169900008 - ], - [ - -121.96521527399995, - 37.281961170000045 - ], - [ - -121.96604271899997, - 37.28195076900005 - ], - [ - -121.96604584199997, - 37.28195073000006 - ], - [ - -121.96611747499998, - 37.28195019900005 - ], - [ - -121.96620309899998, - 37.28194873800004 - ], - [ - -121.96640948299995, - 37.28194654400005 - ], - [ - -121.96649310499998, - 37.28194535800003 - ], - [ - -121.966493658, - 37.28202750400004 - ], - [ - -121.96649617899999, - 37.28222627300005 - ], - [ - -121.96649619599998, - 37.28222856300005 - ], - [ - -121.966498216, - 37.282392842000036 - ], - [ - -121.96649827799996, - 37.28239606900007 - ], - [ - -121.96650039499997, - 37.28256087400007 - ], - [ - -121.96650041899994, - 37.282563621000065 - ], - [ - -121.96650240699995, - 37.28271908900007 - ], - [ - -121.96650255799995, - 37.282731127000034 - ], - [ - -121.96650458999994, - 37.28289316400003 - ], - [ - -121.96650462399998, - 37.28289634400005 - ], - [ - -121.96650665499999, - 37.28305687000005 - ], - [ - -121.96650670199995, - 37.28306069200005 - ], - [ - -121.96650878199995, - 37.283225178000066 - ], - [ - -121.96650881299996, - 37.28322822200005 - ], - [ - -121.96651090799998, - 37.283393508000074 - ], - [ - -121.96651091999996, - 37.28339575900003 - ], - [ - -121.96651300999997, - 37.28356069400007 - ], - [ - -121.966513035, - 37.28356328000007 - ], - [ - -121.96651513799998, - 37.28373035200008 - ], - [ - -121.96651726099998, - 37.28389552400006 - ], - [ - -121.96651728699999, - 37.28389833800003 - ], - [ - -121.96651866199994, - 37.28400876500007 - ], - [ - -121.96651968299994, - 37.284090631000026 - ], - [ - -121.96652100699998, - 37.28417061600004 - ], - [ - -121.96644299399998, - 37.28417099700005 - ], - [ - -121.96633526699998, - 37.28417172700006 - ], - [ - -121.966316668, - 37.28417131900005 - ], - [ - -121.96629805599997, - 37.28417180500003 - ], - [ - -121.966279521, - 37.284173182000075 - ], - [ - -121.96607392299995, - 37.28417779200004 - ], - [ - -121.96579560899994, - 37.28418036000005 - ], - [ - -121.96579662899995, - 37.284257258000025 - ], - [ - -121.965799829, - 37.284496466000064 - ], - [ - -121.96580064199998, - 37.28455700100005 - ], - [ - -121.96580268199995, - 37.284710681000035 - ], - [ - -121.96580310399997, - 37.28474237900008 - ], - [ - -121.965805408, - 37.28491402700007 - ], - [ - -121.96580553499996, - 37.28492489800004 - ], - [ - -121.96580768499996, - 37.28508569600007 - ], - [ - -121.96580838799997, - 37.28513911300007 - ], - [ - -121.96580995999994, - 37.285257321000074 - ], - [ - -121.96581124099998, - 37.28535332900003 - ], - [ - -121.96581223699997, - 37.285428945000035 - ], - [ - -121.96581409499998, - 37.28556756800003 - ], - [ - -121.96581454199998, - 37.28560061500008 - ], - [ - -121.96581681699996, - 37.28577224000003 - ], - [ - -121.96581694699995, - 37.28578176100007 - ], - [ - -121.965819152, - 37.285943909000025 - ], - [ - -121.96581980099995, - 37.28599597700003 - ], - [ - -121.96582140499999, - 37.28611580900008 - ], - [ - -121.96582265399996, - 37.286210193000045 - ], - [ - -121.96582368099996, - 37.286287479000066 - ], - [ - -121.96582550699998, - 37.28642438500003 - ], - [ - -121.96582596999997, - 37.286458279000044 - ], - [ - -121.96582853599995, - 37.28665054700008 - ], - [ - -121.96582861599995, - 37.286656040000025 - ], - [ - -121.96583499499997, - 37.286892323000075 - ], - [ - -121.96606752099996, - 37.28688156100003 - ], - [ - -121.96630780799995, - 37.28687047300008 - ], - [ - -121.96637297899997, - 37.286867449000056 - ], - [ - -121.96649219099999, - 37.28686191500003 - ], - [ - -121.96652502099994, - 37.28686042800007 - ], - [ - -121.96664460899996, - 37.28685332800006 - ], - [ - -121.96675374199998, - 37.28684410500006 - ], - [ - -121.967076024, - 37.28678801600006 - ], - [ - -121.96708307499995, - 37.286786187000075 - ], - [ - -121.96708422299997, - 37.28678589100008 - ], - [ - -121.96708665099999, - 37.28678541200003 - ], - [ - -121.96708845599994, - 37.28678506700004 - ], - [ - -121.96718167499995, - 37.286767861000044 - ], - [ - -121.96735746699994, - 37.28672974300008 - ], - [ - -121.96736030999995, - 37.28672902500006 - ], - [ - -121.96748195299995, - 37.286698123000065 - ], - [ - -121.96752869299996, - 37.28668521800006 - ], - [ - -121.96753034899996, - 37.28668475300003 - ], - [ - -121.96754034099996, - 37.28668190500008 - ], - [ - -121.96754172099998, - 37.28668149600003 - ], - [ - -121.96755197699997, - 37.286678566000035 - ], - [ - -121.96755585299996, - 37.28667745200005 - ], - [ - -121.96756360899997, - 37.28667521600005 - ], - [ - -121.96773734499999, - 37.28662847600003 - ], - [ - -121.96791441699997, - 37.28658849200008 - ], - [ - -121.96809374199995, - 37.28655555600005 - ], - [ - -121.96827488899999, - 37.286529743000074 - ], - [ - -121.968393758, - 37.286516781000046 - ], - [ - -121.96839291999999, - 37.286474171000066 - ], - [ - -121.97041911399998, - 37.28639118000007 - ], - [ - -121.97060835399998, - 37.286383424000064 - ], - [ - -121.97068372299998, - 37.28638034900007 - ], - [ - -121.97068416299999, - 37.28642156900003 - ], - [ - -121.97079064599995, - 37.286417210000025 - ], - [ - -121.97106558999997, - 37.28640592800008 - ], - [ - -121.97132885399998, - 37.28639515900005 - ], - [ - -121.97170670099996, - 37.28637953900005 - ], - [ - -121.97185586199998, - 37.286373292000064 - ], - [ - -121.97206201699998, - 37.28636465900007 - ], - [ - -121.97225099399998, - 37.286356744000045 - ], - [ - -121.97247432299997, - 37.286347412000055 - ], - [ - -121.97288139199998, - 37.28633036900004 - ], - [ - -121.97348585399999, - 37.286305070000026 - ], - [ - -121.973805245, - 37.28629169000004 - ], - [ - -121.97397129499996, - 37.286284747000025 - ], - [ - -121.974162934, - 37.286276635000036 - ], - [ - -121.97416016799997, - 37.28616682000006 - ], - [ - -121.97412702899999, - 37.28603786300005 - ], - [ - -121.97411732199998, - 37.28585211600006 - ], - [ - -121.97411116899997, - 37.28575942100008 - ], - [ - -121.97411058799997, - 37.285747411000045 - ], - [ - -121.97410457199999, - 37.285625321000055 - ], - [ - -121.974102932, - 37.285594486000036 - ], - [ - -121.97409787799995, - 37.285499395000045 - ], - [ - -121.97408980699998, - 37.28535016100005 - ], - [ - -121.97408867699994, - 37.285329140000044 - ], - [ - -121.974088124, - 37.28531857200005 - ], - [ - -121.9740873699999, - 37.285306449000075 - ], - [ - -121.97408002399999, - 37.28518664200004 - ], - [ - -121.97407830499998, - 37.285159082000064 - ], - [ - -121.97407698999996, - 37.285137398000074 - ], - [ - -121.97407598899997, - 37.28511717600003 - ], - [ - -121.97407052999995, - 37.28501021100004 - ], - [ - -121.97406978099997, - 37.28498822300003 - ], - [ - -121.97406860299998, - 37.28497214600003 - ], - [ - -121.97406792799995, - 37.28495816900005 - ], - [ - -121.97406202499997, - 37.28484184600006 - ], - [ - -121.974061899, - 37.28481804200004 - ], - [ - -121.97406024399999, - 37.284806778000075 - ], - [ - -121.97405945099996, - 37.28479126900004 - ], - [ - -121.97405389399995, - 37.28467350000005 - ], - [ - -121.97405255799998, - 37.28464794900003 - ], - [ - -121.97405216299995, - 37.284640927000055 - ], - [ - -121.97405054099994, - 37.284612449000065 - ], - [ - -121.97404284499999, - 37.28447781400007 - ], - [ - -121.97420961499995, - 37.28447122800003 - ], - [ - -121.97450616599997, - 37.28445792600007 - ], - [ - -121.97471223399998, - 37.28444954100007 - ], - [ - -121.97514319199996, - 37.28443150100003 - ], - [ - -121.97518461199996, - 37.28442978900006 - ], - [ - -121.97537106799996, - 37.28442206200003 - ], - [ - -121.97556598299997, - 37.28441328700006 - ], - [ - -121.975627149, - 37.28441057200007 - ], - [ - -121.97589336199997, - 37.28440009800005 - ], - [ - -121.97611113999994, - 37.28439430900005 - ], - [ - -121.97648625699998, - 37.28437738000008 - ], - [ - -121.97664078099996, - 37.28438902800008 - ], - [ - -121.97664496299996, - 37.28360565200006 - ], - [ - -121.977923138, - 37.28357970900004 - ], - [ - -121.97890029699994, - 37.28355986500003 - ], - [ - -121.97949539999996, - 37.28354777000004 - ], - [ - -121.979659906, - 37.28354127400007 - ], - [ - -121.98011246099998, - 37.28352340200007 - ], - [ - -121.98088497799995, - 37.283507135000036 - ], - [ - -121.98090973099994, - 37.283507765000024 - ], - [ - -121.98092911999998, - 37.283509826000056 - ], - [ - -121.98096225899997, - 37.28351373100003 - ], - [ - -121.98103229799995, - 37.28351651000003 - ], - [ - -121.98103531999999, - 37.283516458000065 - ], - [ - -121.98104016899998, - 37.28351636600007 - ], - [ - -121.98241181299994, - 37.283482942000035 - ], - [ - -121.98247704099998, - 37.28348285000004 - ], - [ - -121.98255484299995, - 37.28347984900006 - ], - [ - -121.982714494, - 37.283478423000076 - ], - [ - -121.98297198699998, - 37.28347337900004 - ], - [ - -121.98297505, - 37.28355414200007 - ], - [ - -121.98297899299996, - 37.283683558000064 - ], - [ - -121.98298223499995, - 37.28373875200003 - ], - [ - -121.98298631699998, - 37.283808812000075 - ], - [ - -121.98298751699997, - 37.28385192200005 - ], - [ - -121.98299037499999, - 37.28389782700003 - ], - [ - -121.98299163699994, - 37.28391815900005 - ], - [ - -121.98299567599997, - 37.28398311600006 - ], - [ - -121.98299750199999, - 37.28401312600005 - ], - [ - -121.98299935399996, - 37.284024113000044 - ], - [ - -121.98300094899997, - 37.28406268400005 - ], - [ - -121.98300200699998, - 37.284088514000075 - ], - [ - -121.98300760799998, - 37.28422356400006 - ], - [ - -121.98300959499994, - 37.28425453300008 - ], - [ - -121.98301537299994, - 37.28434789700003 - ], - [ - -121.98301840599999, - 37.28440549600003 - ], - [ - -121.98301867699996, - 37.284410483000045 - ], - [ - -121.98301922, - 37.28441910500004 - ], - [ - -121.98302990399998, - 37.284583688000055 - ], - [ - -121.98303422499998, - 37.284649855000055 - ], - [ - -121.98303458099997, - 37.284657770000024 - ], - [ - -121.98303865999998, - 37.284749256000055 - ], - [ - -121.98304870599998, - 37.28497414000003 - ], - [ - -121.983059213, - 37.28514998600008 - ], - [ - -121.98306688099996, - 37.28529395900006 - ], - [ - -121.983068517, - 37.285331685000074 - ], - [ - -121.98306912099997, - 37.28546759900007 - ], - [ - -121.98306945699994, - 37.28547295200008 - ], - [ - -121.98306993199998, - 37.285480979000056 - ], - [ - -121.98309256599998, - 37.28587827200005 - ], - [ - -121.98309339999997, - 37.285892843000056 - ], - [ - -121.98310633899996, - 37.286098897000045 - ], - [ - -121.98312179899995, - 37.28610154300003 - ], - [ - -121.98313725699995, - 37.28610419600005 - ], - [ - -121.983138441, - 37.286104402000035 - ], - [ - -121.98321440499996, - 37.28611799200007 - ], - [ - -121.983365806, - 37.28614752400006 - ], - [ - -121.983369644, - 37.28614827400003 - ], - [ - -121.98338089899994, - 37.286150633000034 - ], - [ - -121.98338394399997, - 37.28615127300003 - ], - [ - -121.98339597299997, - 37.28615379800004 - ], - [ - -121.98339800399998, - 37.28615422400003 - ], - [ - -121.98341104499997, - 37.28615696300005 - ], - [ - -121.98342611899994, - 37.28616013000004 - ], - [ - -121.98359884299998, - 37.286199242000066 - ], - [ - -121.98360607499995, - 37.28620097900006 - ], - [ - -121.98361141999999, - 37.28620226700008 - ], - [ - -121.983620998, - 37.28620458100005 - ], - [ - -121.98362366899994, - 37.28620522800003 - ], - [ - -121.98363591699996, - 37.286208197000065 - ], - [ - -121.98382544699996, - 37.28625718300003 - ], - [ - -121.98404394399995, - 37.286320431000036 - ], - [ - -121.98388214399995, - 37.28647074100007 - ], - [ - -121.98377148199995, - 37.286573547000046 - ], - [ - -121.98373480599997, - 37.28660505100004 - ], - [ - -121.98352447599996, - 37.286785708000025 - ], - [ - -121.98337480799995, - 37.286908029000074 - ], - [ - -121.98323430499994, - 37.28703018900006 - ], - [ - -121.98309475999997, - 37.28715153400003 - ], - [ - -121.98301756599994, - 37.28721866400008 - ], - [ - -121.98295524199995, - 37.28727287900006 - ], - [ - -121.98283661999994, - 37.28737601300003 - ], - [ - -121.98281566599996, - 37.287394224000025 - ], - [ - -121.98269242699996, - 37.287501399000064 - ], - [ - -121.98268778, - 37.287505442000054 - ], - [ - -121.98255287899997, - 37.28762274500008 - ], - [ - -121.98254820399995, - 37.28762678800007 - ], - [ - -121.98241333199996, - 37.28774409000005 - ], - [ - -121.98240865699995, - 37.28774813200005 - ], - [ - -121.98227378299998, - 37.287865434000025 - ], - [ - -121.98226916399994, - 37.287869475000036 - ], - [ - -121.98213888099997, - 37.287982714000066 - ], - [ - -121.98212958799996, - 37.28799082000006 - ], - [ - -121.98199468399997, - 37.288108099000056 - ], - [ - -121.98199000899996, - 37.288112141000056 - ], - [ - -121.98185513399994, - 37.28822944400008 - ], - [ - -121.98185048799996, - 37.288233486000024 - ], - [ - -121.98171558499996, - 37.28835078700007 - ], - [ - -121.981710938, - 37.28835482900007 - ], - [ - -121.98157603399994, - 37.28847213100005 - ], - [ - -121.98157138699997, - 37.28847617200006 - ], - [ - -121.98143648299998, - 37.28859345200004 - ], - [ - -121.98142715999995, - 37.28860155800004 - ], - [ - -121.98129692999998, - 37.28871479400004 - ], - [ - -121.981287609, - 37.288722879000034 - ], - [ - -121.98115273199994, - 37.28884018000008 - ], - [ - -121.98114808499997, - 37.28884422100003 - ], - [ - -121.980978285, - 37.28899185900008 - ], - [ - -121.98086199399995, - 37.28909296900008 - ], - [ - -121.98069151799996, - 37.28924123300004 - ], - [ - -121.98068827999998, - 37.28924404400004 - ], - [ - -121.98055199299995, - 37.28936259900007 - ], - [ - -121.98054872499995, - 37.28936543300006 - ], - [ - -121.98041246799994, - 37.289483963000066 - ], - [ - -121.98040920099999, - 37.28948677400007 - ], - [ - -121.98027291299996, - 37.28960532900004 - ], - [ - -121.98026967499999, - 37.28960813800006 - ], - [ - -121.98013335899998, - 37.28972667000005 - ], - [ - -121.98012547299999, - 37.289733546000036 - ], - [ - -121.979993832, - 37.289848035000034 - ], - [ - -121.97998594499995, - 37.28985488700005 - ], - [ - -121.97984641899995, - 37.28997625100004 - ], - [ - -121.97983492699996, - 37.289986216000045 - ], - [ - -121.98009061899995, - 37.29016981400008 - ], - [ - -121.98021644699998, - 37.29027106900003 - ], - [ - -121.98023704999997, - 37.290285779000044 - ], - [ - -121.98048555699995, - 37.29046656100007 - ], - [ - -121.98055442099997, - 37.29051669000006 - ], - [ - -121.98058877999995, - 37.29054171000007 - ], - [ - -121.98070688499996, - 37.29062765600003 - ], - [ - -121.98087684899997, - 37.290751312000054 - ], - [ - -121.98101434399996, - 37.29085136600003 - ], - [ - -121.98102957699996, - 37.29086245900004 - ], - [ - -121.98117436999996, - 37.29096782200003 - ], - [ - -121.98118204399998, - 37.29097342500006 - ], - [ - -121.98133250399997, - 37.291082860000074 - ], - [ - -121.98148706299997, - 37.29119533200003 - ], - [ - -121.98164110199997, - 37.291307423000035 - ], - [ - -121.98164999699998, - 37.29131390400005 - ], - [ - -121.98142104199997, - 37.291514181000025 - ], - [ - -121.98127952599998, - 37.29163797600006 - ], - [ - -121.98122920199995, - 37.29168198800005 - ], - [ - -121.98109013599998, - 37.29180364600006 - ], - [ - -121.981058341, - 37.291831470000034 - ], - [ - -121.98095101499996, - 37.29192532700006 - ], - [ - -121.98085165899994, - 37.29201223900003 - ], - [ - -121.98081192099994, - 37.292047007000065 - ], - [ - -121.98065432399994, - 37.29218489800007 - ], - [ - -121.98053224599994, - 37.29228180200005 - ], - [ - -121.98028394699998, - 37.29250679200004 - ], - [ - -121.98026353499995, - 37.29249169000008 - ], - [ - -121.98017095499995, - 37.29242313700007 - ], - [ - -121.98012039199995, - 37.29238573200007 - ], - [ - -121.97995640099998, - 37.29226435800007 - ], - [ - -121.97990037199997, - 37.29222292500003 - ], - [ - -121.979792412, - 37.292143029000044 - ], - [ - -121.97968238699997, - 37.29206158000005 - ], - [ - -121.97962845, - 37.29202167700004 - ], - [ - -121.979486152, - 37.291916349000076 - ], - [ - -121.97946448999994, - 37.29190032500003 - ], - [ - -121.97932001199996, - 37.29179339800004 - ], - [ - -121.97930050199994, - 37.29177897300008 - ], - [ - -121.97916730499998, - 37.29168039500007 - ], - [ - -121.979131484, - 37.29165388300004 - ], - [ - -121.97901791399994, - 37.29156982200004 - ], - [ - -121.97896752499997, - 37.29153253000004 - ], - [ - -121.97886564399994, - 37.291457112000046 - ], - [ - -121.97880356699994, - 37.29141115300007 - ], - [ - -121.97871424699997, - 37.29134507600003 - ], - [ - -121.97863958099998, - 37.29128982300006 - ], - [ - -121.97856253099997, - 37.29123279200007 - ], - [ - -121.97847562399994, - 37.29116846800008 - ], - [ - -121.97841093199997, - 37.29112059800008 - ], - [ - -121.97832425799999, - 37.291056455000046 - ], - [ - -121.978260321, - 37.29100912500007 - ], - [ - -121.97817289199998, - 37.29094441800004 - ], - [ - -121.97810296499995, - 37.290892677000045 - ], - [ - -121.97802152599996, - 37.29083240400007 - ], - [ - -121.97791961699994, - 37.290756963000035 - ], - [ - -121.97787018999998, - 37.29072038900006 - ], - [ - -121.97773516499996, - 37.29062046000007 - ], - [ - -121.97771882399996, - 37.29060837500003 - ], - [ - -121.977575049, - 37.29050194100006 - ], - [ - -121.97739543199998, - 37.29037661700005 - ], - [ - -121.97735339599996, - 37.290345880000075 - ], - [ - -121.977167292, - 37.29020978800003 - ], - [ - -121.977123195, - 37.29017754200004 - ], - [ - -121.97677280699997, - 37.289926415000025 - ], - [ - -121.97674871599997, - 37.289909185000056 - ], - [ - -121.97661166799998, - 37.28982704300006 - ], - [ - -121.97660745299999, - 37.29061648600003 - ], - [ - -121.97660693999995, - 37.290711876000046 - ], - [ - -121.97555649199995, - 37.290729028000044 - ], - [ - -121.97463377999998, - 37.29074408300005 - ], - [ - -121.97399667199994, - 37.29075448300006 - ], - [ - -121.97371272899994, - 37.29075910900008 - ], - [ - -121.97309581199994, - 37.290769182000076 - ], - [ - -121.97271761299999, - 37.290775334000045 - ], - [ - -121.97219724299998, - 37.29078382200004 - ], - [ - -121.97071606799994, - 37.29080796900007 - ], - [ - -121.97071754499996, - 37.290890356000034 - ], - [ - -121.97072416699996, - 37.291257545000065 - ], - [ - -121.97072960999998, - 37.29156193800003 - ], - [ - -121.97073280599994, - 37.291644303000055 - ], - [ - -121.97069465899995, - 37.29164496400006 - ], - [ - -121.97071359799997, - 37.29241992400006 - ], - [ - -121.97073254499998, - 37.29319380700008 - ], - [ - -121.97077393299998, - 37.29319317300008 - ], - [ - -121.97077707199998, - 37.29327551500006 - ], - [ - -121.97078094999995, - 37.29357310800003 - ], - [ - -121.97078987599997, - 37.29391911700003 - ], - [ - -121.97081793399997, - 37.29424279700004 - ], - [ - -121.97082535499999, - 37.29461572100007 - ], - [ - -121.97082540899999, - 37.294618445000026 - ], - [ - -121.97083394499998, - 37.29490952300006 - ], - [ - -121.970837846, - 37.29507428200003 - ], - [ - -121.97084477199996, - 37.29537396400008 - ], - [ - -121.97078161999997, - 37.29537523800008 - ], - [ - -121.97060276299999, - 37.29537885800005 - ], - [ - -121.97057197599997, - 37.295379473000025 - ], - [ - -121.97036195699997, - 37.295383712000046 - ], - [ - -121.97012848199995, - 37.29538840400005 - ], - [ - -121.96988793399998, - 37.29539327800006 - ], - [ - -121.969686363, - 37.29539736300006 - ], - [ - -121.96964735699999, - 37.295398128000045 - ], - [ - -121.96940675099995, - 37.29540297800003 - ], - [ - -121.96932100299995, - 37.295404716000064 - ], - [ - -121.96916620299999, - 37.29540784900007 - ], - [ - -121.96909345699999, - 37.29540931100007 - ], - [ - -121.96892565399997, - 37.295412697000074 - ], - [ - -121.96887335599996, - 37.29541374200005 - ], - [ - -121.96863243599995, - 37.29541861700005 - ], - [ - -121.96843992899994, - 37.29541727700007 - ], - [ - -121.96814483999998, - 37.29542273800007 - ], - [ - -121.96785610299997, - 37.295426312000075 - ], - [ - -121.96757426599999, - 37.29543112400006 - ], - [ - -121.96660491199998, - 37.29543612400005 - ], - [ - -121.96623310999996, - 37.295438055000034 - ], - [ - -121.96622961599996, - 37.29565869000004 - ], - [ - -121.96602331899999, - 37.29565980900003 - ], - [ - -121.96591700199997, - 37.29566038300004 - ], - [ - -121.96583793299999, - 37.29566082400004 - ], - [ - -121.96576023899996, - 37.29566123200004 - ], - [ - -121.96575886299996, - 37.29566124200005 - ], - [ - -121.96567979399998, - 37.29566168000008 - ], - [ - -121.96560072399996, - 37.29566209800004 - ], - [ - -121.965537639, - 37.295662452000045 - ], - [ - -121.96552165299994, - 37.295662537000055 - ], - [ - -121.96540857599996, - 37.29566312800006 - ], - [ - -121.96533136899995, - 37.295663568000066 - ], - [ - -121.96512509899998, - 37.29566466000006 - ], - [ - -121.96491728299998, - 37.29566579400006 - ], - [ - -121.96471066999999, - 37.29566691400004 - ], - [ - -121.96450368399996, - 37.29566803700004 - ], - [ - -121.96429698499998, - 37.29566913300005 - ], - [ - -121.96409085799996, - 37.29567026800004 - ], - [ - -121.96388395899999, - 37.29567138900006 - ], - [ - -121.96367691499995, - 37.29567248800004 - ], - [ - -121.96346944299995, - 37.295673616000045 - ], - [ - -121.96327116499998, - 37.29567469600005 - ], - [ - -121.96303352599995, - 37.29567597100004 - ], - [ - -121.96306582499994, - 37.29548310800004 - ], - [ - -121.96285349199997, - 37.295508193000046 - ], - [ - -121.96215819999998, - 37.29551525000005 - ], - [ - -121.96134459499996, - 37.295530529000075 - ], - [ - -121.96129441599999, - 37.295531476000065 - ], - [ - -121.961315577, - 37.29567525400006 - ], - [ - -121.96135106799994, - 37.29586117200006 - ], - [ - -121.961353294, - 37.29587143700007 - ], - [ - -121.96139182499996, - 37.29593859600004 - ], - [ - -121.96154303399999, - 37.29593492500004 - ], - [ - -121.96157419599996, - 37.295935764000035 - ], - [ - -121.96157533099995, - 37.29593580000005 - ], - [ - -121.96168745299997, - 37.295943557000044 - ], - [ - -121.96179819999998, - 37.29595854400003 - ], - [ - -121.96190771699997, - 37.29598082100006 - ], - [ - -121.96195598199995, - 37.29599310900005 - ], - [ - -121.961990991, - 37.29600313200007 - ], - [ - -121.96202008199998, - 37.29601131700008 - ], - [ - -121.96202237199998, - 37.296011960000044 - ], - [ - -121.96210809899998, - 37.29603075500006 - ], - [ - -121.96219549799997, - 37.29604235800008 - ], - [ - -121.96228407599995, - 37.29604673800003 - ], - [ - -121.96228673699994, - 37.29604675000007 - ], - [ - -121.96228914699998, - 37.296046757000056 - ], - [ - -121.96229084999999, - 37.296046758000045 - ], - [ - -121.96229290699995, - 37.29604676300005 - ], - [ - -121.962294112, - 37.29604676400004 - ], - [ - -121.96229907599997, - 37.29604676100007 - ], - [ - -121.96234681099997, - 37.29612886600006 - ], - [ - -121.96242680799998, - 37.296194866000064 - ], - [ - -121.96246631899999, - 37.29627394000005 - ], - [ - -121.96250961799996, - 37.29636067900003 - ], - [ - -121.96254012299994, - 37.29642171200004 - ], - [ - -121.96255294499997, - 37.29644739500003 - ], - [ - -121.96259627299997, - 37.29653413400007 - ], - [ - -121.96263957199994, - 37.29662085000007 - ], - [ - -121.96266336999997, - 37.296668485000055 - ], - [ - -121.96268290199998, - 37.29670758900005 - ], - [ - -121.96272623099998, - 37.296794351000074 - ], - [ - -121.96275673599996, - 37.296855407000066 - ], - [ - -121.96277337499998, - 37.296888710000076 - ], - [ - -121.96281312699995, - 37.29696830600005 - ], - [ - -121.96285025199995, - 37.29704260200003 - ], - [ - -121.96285645499995, - 37.297055045000036 - ], - [ - -121.96289850199997, - 37.29713923600008 - ], - [ - -121.96294177199997, - 37.297225953000066 - ], - [ - -121.96294359199999, - 37.297229593000054 - ], - [ - -121.96298513, - 37.29731269100006 - ], - [ - -121.96300418599998, - 37.297350840000036 - ], - [ - -121.96297733499995, - 37.29740778200005 - ], - [ - -121.96299242599997, - 37.29743806100004 - ], - [ - -121.963074711, - 37.29760333000007 - ], - [ - -121.96294977499997, - 37.29764222400007 - ], - [ - -121.96290919299997, - 37.29765486300005 - ], - [ - -121.96290455199994, - 37.297656363000044 - ], - [ - -121.96288664199994, - 37.297660638000025 - ], - [ - -121.96267292899995, - 37.297773637000034 - ], - [ - -121.96266643599995, - 37.297784499000045 - ], - [ - -121.96264872499995, - 37.29780855800004 - ], - [ - -121.96262668799994, - 37.297850424000046 - ], - [ - -121.96261438799996, - 37.29789060300004 - ], - [ - -121.96250668999994, - 37.29788952200005 - ], - [ - -121.96240449699997, - 37.29788848600003 - ], - [ - -121.96208644899997, - 37.29788524600008 - ], - [ - -121.96158676099998, - 37.29788287500003 - ], - [ - -121.96157876799998, - 37.297882929000025 - ], - [ - -121.96156633499999, - 37.297883015000025 - ], - [ - -121.96148677999997, - 37.297883642000045 - ], - [ - -121.96147594999996, - 37.29788373200006 - ], - [ - -121.96126936799999, - 37.297885301000065 - ], - [ - -121.95961559699998, - 37.29789793300006 - ], - [ - -121.95940921899995, - 37.29790109900006 - ], - [ - -121.95904084999995, - 37.29789898000007 - ], - [ - -121.95903113499998, - 37.29789891900003 - ], - [ - -121.95903252699998, - 37.297745561000056 - ], - [ - -121.95903378199995, - 37.29760534300004 - ], - [ - -121.95903399699995, - 37.29759041700004 - ], - [ - -121.959035439, - 37.29742494900006 - ], - [ - -121.95903982699997, - 37.29734301700006 - ], - [ - -121.95903159599999, - 37.29727364800004 - ], - [ - -121.95903138399996, - 37.29707041000006 - ], - [ - -121.95903138299997, - 37.29706152800003 - ], - [ - -121.95903119199994, - 37.29689022100007 - ], - [ - -121.95903097499996, - 37.296708866000074 - ], - [ - -121.95903080599999, - 37.296529890000045 - ], - [ - -121.95903061299998, - 37.29634972400004 - ], - [ - -121.95903040699994, - 37.29616738500005 - ], - [ - -121.95903020399999, - 37.29597053300006 - ], - [ - -121.95902062799996, - 37.29580577400003 - ], - [ - -121.95902186399996, - 37.29553588500005 - ], - [ - -121.95881931899999, - 37.29553687500004 - ], - [ - -121.95861141299997, - 37.295537884000055 - ], - [ - -121.95839726399998, - 37.29553892600006 - ], - [ - -121.95819569099996, - 37.29553990200003 - ], - [ - -121.95798778699998, - 37.29554091000006 - ], - [ - -121.95777993999997, - 37.29554191700004 - ], - [ - -121.95757203599999, - 37.29554292500006 - ], - [ - -121.95736046399998, - 37.295543956000074 - ], - [ - -121.95715625599996, - 37.29554494000007 - ], - [ - -121.95694840799996, - 37.29554594700005 - ], - [ - -121.95674050399998, - 37.29554695200005 - ], - [ - -121.95653265699997, - 37.29554795700005 - ], - [ - -121.95632478099998, - 37.295548964000034 - ], - [ - -121.95611679199999, - 37.295549970000025 - ], - [ - -121.95590902999999, - 37.29555097300005 - ], - [ - -121.95570533699998, - 37.295551971000066 - ], - [ - -121.955493279, - 37.295553005000045 - ], - [ - -121.95510339799995, - 37.29555487300007 - ], - [ - -121.95491600599996, - 37.295555781000076 - ], - [ - -121.95455694999998, - 37.29555751600003 - ], - [ - -121.95445379599994, - 37.29555708000004 - ], - [ - -121.95445422999995, - 37.29561471300008 - ], - [ - -121.95435110699998, - 37.29561585600004 - ], - [ - -121.95410348899998, - 37.29561680100005 - ], - [ - -121.95405951299995, - 37.29561698100008 - ], - [ - -121.95388008199996, - 37.29561765100004 - ], - [ - -121.95381885799998, - 37.29561788400008 - ], - [ - -121.95366157399997, - 37.29561848700007 - ], - [ - -121.95357820199996, - 37.295618811000054 - ], - [ - -121.95333757699996, - 37.29561973700004 - ], - [ - -121.95322839499994, - 37.29562015300007 - ], - [ - -121.95309004699999, - 37.295620702000065 - ], - [ - -121.95284850399997, - 37.29562161500007 - ], - [ - -121.95279524399996, - 37.29562181800003 - ], - [ - -121.95261286299996, - 37.295622524000066 - ], - [ - -121.95257862699998, - 37.29562265100003 - ], - [ - -121.95237149199994, - 37.29562343300006 - ], - [ - -121.95236203699994, - 37.29562346000006 - ], - [ - -121.95215163499995, - 37.29562428300005 - ], - [ - -121.95213080699995, - 37.295624358000055 - ], - [ - -121.95193381599995, - 37.29562512900003 - ], - [ - -121.95189072699998, - 37.29562529700007 - ], - [ - -121.95171410299997, - 37.29562595300007 - ], - [ - -121.95165004299997, - 37.29562619700005 - ], - [ - -121.951498717, - 37.295626768000034 - ], - [ - -121.95140248299998, - 37.295627136000064 - ], - [ - -121.95128212699996, - 37.29562759800007 - ], - [ - -121.95116400599994, - 37.295628054000076 - ], - [ - -121.95106639799997, - 37.295628416000056 - ], - [ - -121.95091303699996, - 37.295629011000074 - ], - [ - -121.950807952, - 37.29562942000007 - ], - [ - -121.95058004599997, - 37.29563029700006 - ], - [ - -121.95010475199996, - 37.29563210800006 - ], - [ - -121.94993277999998, - 37.295628789000034 - ], - [ - -121.94993358299996, - 37.29568941400004 - ], - [ - -121.94993287699998, - 37.295748984000056 - ], - [ - -121.94976244199995, - 37.29574674400004 - ], - [ - -121.94972708499995, - 37.295746724000026 - ], - [ - -121.94936704799994, - 37.295746602000065 - ], - [ - -121.94933160499994, - 37.29574658200005 - ], - [ - -121.94915585499996, - 37.29574651300004 - ], - [ - -121.94908216299996, - 37.29574648700003 - ], - [ - -121.94896675299998, - 37.29574642600005 - ], - [ - -121.94877768099997, - 37.295746361000056 - ], - [ - -121.94858857999998, - 37.29574627400007 - ], - [ - -121.94839947699995, - 37.29574620900007 - ], - [ - -121.94824315399995, - 37.295746128000076 - ], - [ - -121.94821040499994, - 37.29574612000005 - ], - [ - -121.94802130299996, - 37.29574605500005 - ], - [ - -121.94783225799995, - 37.29574596600003 - ], - [ - -121.94765069099998, - 37.295745898000064 - ], - [ - -121.94764312799998, - 37.29574590000004 - ], - [ - -121.94764228799994, - 37.295680306000065 - ], - [ - -121.94764029299995, - 37.29552996700005 - ], - [ - -121.94763792199996, - 37.29534383300006 - ], - [ - -121.94762245499999, - 37.29520647700008 - ], - [ - -121.94762458099996, - 37.29493751600006 - ], - [ - -121.94741676099994, - 37.294936833000065 - ], - [ - -121.94724346599997, - 37.294936251000024 - ], - [ - -121.94720722099999, - 37.29493612600004 - ], - [ - -121.94707131999996, - 37.294935699000064 - ], - [ - -121.94699905699997, - 37.29493547100003 - ], - [ - -121.94678937299994, - 37.29493476400006 - ], - [ - -121.94658845799995, - 37.29493411000004 - ], - [ - -121.94636138299995, - 37.29493334400007 - ], - [ - -121.94633900599996, - 37.29493327700004 - ], - [ - -121.94613445099998, - 37.294932620000054 - ], - [ - -121.94606396499995, - 37.29493239200008 - ], - [ - -121.94590737599998, - 37.29493187600008 - ], - [ - -121.94567717799998, - 37.29493112400007 - ], - [ - -121.94544929899996, - 37.29493034300003 - ], - [ - -121.94522385899995, - 37.29492962300003 - ], - [ - -121.94522459399997, - 37.29498704400004 - ], - [ - -121.94521493999997, - 37.29498704900004 - ], - [ - -121.94464115199997, - 37.29498758100004 - ], - [ - -121.94463968899998, - 37.29498757500005 - ], - [ - -121.94463771399995, - 37.29498757700003 - ], - [ - -121.94463299699999, - 37.295343987000024 - ], - [ - -121.94463245499998, - 37.29538418800007 - ], - [ - -121.94463690199996, - 37.295574258000045 - ], - [ - -121.944638205, - 37.29574250700006 - ], - [ - -121.94463952199999, - 37.295910022000044 - ], - [ - -121.94464082899998, - 37.29608282600003 - ], - [ - -121.94464215199997, - 37.29625514800006 - ], - [ - -121.94464350399994, - 37.296425914000054 - ], - [ - -121.94464483699994, - 37.296601648000035 - ], - [ - -121.94464617399996, - 37.296774680000055 - ], - [ - -121.94464751299995, - 37.296947689000035 - ], - [ - -121.94464885199994, - 37.297120790000065 - ], - [ - -121.944650159, - 37.29729377600006 - ], - [ - -121.94465094399999, - 37.297398146000035 - ], - [ - -121.94464402199998, - 37.29750814100004 - ], - [ - -121.94463884699996, - 37.29759058700006 - ], - [ - -121.944648385, - 37.29759808100005 - ], - [ - -121.94465737399997, - 37.29760795900006 - ], - [ - -121.94466391499998, - 37.297618724000074 - ], - [ - -121.94466801199997, - 37.297630222000066 - ], - [ - -121.94466950199995, - 37.297641748000046 - ], - [ - -121.94466847599995, - 37.29765406200005 - ], - [ - -121.94466811199999, - 37.29765556600006 - ], - [ - -121.94466774499995, - 37.29765707000007 - ], - [ - -121.94466737999994, - 37.29765856900008 - ], - [ - -121.94466350799996, - 37.297674458000074 - ], - [ - -121.94465985, - 37.29770332000004 - ], - [ - -121.94465370899997, - 37.297819951000065 - ], - [ - -121.94465420499995, - 37.29795472300003 - ], - [ - -121.94474978399995, - 37.29795507700004 - ], - [ - -121.94485295199996, - 37.29794723500004 - ], - [ - -121.94507385199995, - 37.29794666200007 - ], - [ - -121.94529747299998, - 37.29794612200004 - ], - [ - -121.94530646899995, - 37.29794610300007 - ], - [ - -121.945306545, - 37.297951527000066 - ], - [ - -121.94530662499994, - 37.29796006400005 - ], - [ - -121.94530862499994, - 37.298125810000045 - ], - [ - -121.945310759, - 37.29830432500006 - ], - [ - -121.94531159499996, - 37.298372778000044 - ], - [ - -121.94531292099998, - 37.298482841000066 - ], - [ - -121.94531485399995, - 37.29864508500003 - ], - [ - -121.94531505499998, - 37.29866135700007 - ], - [ - -121.94531683599996, - 37.29880984600004 - ], - [ - -121.94531724099994, - 37.29884261800004 - ], - [ - -121.94531884099996, - 37.29897575000007 - ], - [ - -121.94531942799995, - 37.29902388000005 - ], - [ - -121.94532084499997, - 37.299141700000064 - ], - [ - -121.94532163799994, - 37.29920788900006 - ], - [ - -121.94532284999997, - 37.29930618700007 - ], - [ - -121.94532382499995, - 37.29938915100007 - ], - [ - -121.94532478599996, - 37.299469987000066 - ], - [ - -121.94532595699997, - 37.299567667000076 - ], - [ - -121.94532676299997, - 37.29963598300003 - ], - [ - -121.94532809099996, - 37.299746182000035 - ], - [ - -121.945328782, - 37.299804177000055 - ], - [ - -121.94533027699998, - 37.29992744500004 - ], - [ - -121.94533246399999, - 37.30010870600006 - ], - [ - -121.94533459699994, - 37.300287224000044 - ], - [ - -121.94533686099999, - 37.300473977000024 - ], - [ - -121.94533901999995, - 37.30065523900004 - ], - [ - -121.945341182, - 37.30083375600003 - ], - [ - -121.94534336899994, - 37.30101504100003 - ], - [ - -121.945345525, - 37.301196280000056 - ], - [ - -121.94534885399997, - 37.30147366600005 - ], - [ - -121.94534954299996, - 37.30151373900003 - ], - [ - -121.94539381599998, - 37.301638353000044 - ], - [ - -121.94539394399999, - 37.30165535900005 - ], - [ - -121.94539528399997, - 37.301822395000045 - ], - [ - -121.945395368, - 37.30183425000007 - ], - [ - -121.94539654999994, - 37.301987187000066 - ], - [ - -121.94539682399994, - 37.30202062700005 - ], - [ - -121.94539784399996, - 37.30215197900003 - ], - [ - -121.94539823999997, - 37.30220356800004 - ], - [ - -121.9453991399999, - 37.30231677100005 - ], - [ - -121.94539972299998, - 37.302389944000026 - ], - [ - -121.94540043499995, - 37.30248154100008 - ], - [ - -121.94540111499998, - 37.30257011700007 - ], - [ - -121.94540167999997, - 37.30264084000004 - ], - [ - -121.945402565, - 37.30275180000007 - ], - [ - -121.945402974, - 37.30280563300005 - ], - [ - -121.94540398099997, - 37.30293467400003 - ], - [ - -121.94540427099997, - 37.30297042400008 - ], - [ - -121.94540543299996, - 37.30311947000007 - ], - [ - -121.94540556499999, - 37.30313519300006 - ], - [ - -121.94540689699994, - 37.30330486200006 - ], - [ - -121.94540820399999, - 37.30347027200003 - ], - [ - -121.94540871099997, - 37.303536509000025 - ], - [ - -121.94540949999998, - 37.30363506400005 - ], - [ - -121.94541079399994, - 37.30379985600007 - ], - [ - -121.94541126099995, - 37.303859455000065 - ], - [ - -121.94541209, - 37.30396464800003 - ], - [ - -121.94541305399997, - 37.30408556400005 - ], - [ - -121.945413385, - 37.30412941700007 - ], - [ - -121.94541470899998, - 37.304294209000034 - ], - [ - -121.94541479099996, - 37.304305836000026 - ], - [ - -121.94541597699998, - 37.304459002000044 - ], - [ - -121.94541727099994, - 37.304623793000076 - ], - [ - -121.94541738299995, - 37.304637 - ], - [ - -121.94541856599994, - 37.304788562000056 - ], - [ - -121.94541897799996, - 37.304842464000046 - ], - [ - -121.94541985999996, - 37.304953355000066 - ], - [ - -121.94542123099995, - 37.305126501000075 - ], - [ - -121.94538011499998, - 37.30535934200003 - ], - [ - -121.94538225499997, - 37.30552929700008 - ], - [ - -121.945384704, - 37.305727036000064 - ], - [ - -121.94538715199997, - 37.30592477600004 - ], - [ - -121.94538959899995, - 37.30612251600007 - ], - [ - -121.94539202599998, - 37.306314738000026 - ], - [ - -121.945394325, - 37.306498746000045 - ], - [ - -121.94539666699995, - 37.306690994000064 - ], - [ - -121.94539866099996, - 37.306850490000045 - ], - [ - -121.94540219699996, - 37.30699639300008 - ], - [ - -121.94528858099994, - 37.30699507000003 - ], - [ - -121.94501603299994, - 37.30699493100008 - ], - [ - -121.94499147399995, - 37.30699491400003 - ], - [ - -121.94499015699995, - 37.30691937000006 - ], - [ - -121.944738729, - 37.306919220000054 - ], - [ - -121.944670729, - 37.306919281000035 - ], - [ - -121.94429154099998, - 37.306918508000024 - ], - [ - -121.9439645, - 37.30691594700005 - ], - [ - -121.94396264899996, - 37.30668658900004 - ], - [ - -121.943962592, - 37.30668068500006 - ], - [ - -121.94396113599998, - 37.30649707800006 - ], - [ - -121.94396103399998, - 37.30648430700006 - ], - [ - -121.94395954699996, - 37.306302075000076 - ], - [ - -121.94395944699994, - 37.30628793000005 - ], - [ - -121.94395798799997, - 37.30610707200003 - ], - [ - -121.94395785899997, - 37.30609153100005 - ], - [ - -121.94395637899999, - 37.30590657400006 - ], - [ - -121.94395630099996, - 37.30589513000007 - ], - [ - -121.94395481799995, - 37.30571159400006 - ], - [ - -121.94395471399997, - 37.30569875400005 - ], - [ - -121.94395327799998, - 37.30552208300003 - ], - [ - -121.94395312599994, - 37.30550237800003 - ], - [ - -121.94395144899994, - 37.30529233500005 - ], - [ - -121.94394899599996, - 37.30520989400003 - ], - [ - -121.94342008499996, - 37.30521025400003 - ], - [ - -121.94318878499996, - 37.30521042500004 - ], - [ - -121.94317314099999, - 37.303315188000056 - ], - [ - -121.94228638599998, - 37.30331434400006 - ], - [ - -121.941550383, - 37.30331362900006 - ], - [ - -121.941260033, - 37.303321253000036 - ], - [ - -121.94088435499998, - 37.30332331100004 - ], - [ - -121.94092707399994, - 37.30513068400006 - ], - [ - -121.94092720199995, - 37.30513734400006 - ], - [ - -121.940909434, - 37.305205614000045 - ], - [ - -121.940908536, - 37.30523034700008 - ], - [ - -121.94090940499996, - 37.30529030800005 - ], - [ - -121.94025444699997, - 37.305293945000074 - ], - [ - -121.94005945999999, - 37.30529306900007 - ], - [ - -121.94004874899997, - 37.30529928800007 - ], - [ - -121.94003744799994, - 37.305304715000034 - ], - [ - -121.94002555799995, - 37.30530930100008 - ], - [ - -121.940013164, - 37.30531300200005 - ], - [ - -121.940000409, - 37.30531581400004 - ], - [ - -121.93998963699994, - 37.30531734200008 - ], - [ - -121.939987407, - 37.305317667000054 - ], - [ - -121.93997424399998, - 37.305318585000066 - ], - [ - -121.93996103299997, - 37.305318542000066 - ], - [ - -121.93994785999996, - 37.305317536000075 - ], - [ - -121.93993487199998, - 37.30531559000008 - ], - [ - -121.93992215099996, - 37.30531272500008 - ], - [ - -121.93990981199994, - 37.30530893900004 - ], - [ - -121.93990174499999, - 37.30530512400003 - ], - [ - -121.93989328599997, - 37.30530186300007 - ], - [ - -121.93988455099998, - 37.30529917800004 - ], - [ - -121.93987554199998, - 37.30529706800007 - ], - [ - -121.93986637299997, - 37.30529555600003 - ], - [ - -121.93985704299996, - 37.30529466300004 - ], - [ - -121.93984842199995, - 37.30513270900008 - ], - [ - -121.93984829399994, - 37.30512762800004 - ], - [ - -121.939841162, - 37.304858575000026 - ], - [ - -121.939833949, - 37.30458219800005 - ], - [ - -121.93983309499998, - 37.30455281900004 - ], - [ - -121.93985519399996, - 37.30444297200006 - ], - [ - -121.93985477099994, - 37.304229184000064 - ], - [ - -121.939854643, - 37.30416596400005 - ], - [ - -121.93985444799995, - 37.30406509000005 - ], - [ - -121.93985420699994, - 37.303955862000066 - ], - [ - -121.93985412499995, - 37.30390099600004 - ], - [ - -121.93985382099999, - 37.303749879000065 - ], - [ - -121.9398538, - 37.30373687800005 - ], - [ - -121.93985347599994, - 37.30357278300005 - ], - [ - -121.93985340599994, - 37.30354387500006 - ], - [ - -121.93985312199999, - 37.30340866800003 - ], - [ - -121.93985299199994, - 37.30333789300005 - ], - [ - -121.939852799, - 37.30324457300003 - ], - [ - -121.93985257799994, - 37.30313191100004 - ], - [ - -121.93985250399999, - 37.30308045500004 - ], - [ - -121.93985214899999, - 37.30291475800004 - ], - [ - -121.93985201299995, - 37.30284973000005 - ], - [ - -121.93985182499995, - 37.30275068800006 - ], - [ - -121.93985149999997, - 37.30258656900003 - ], - [ - -121.93985118899997, - 37.302427625000064 - ], - [ - -121.93948036199998, - 37.30242980200006 - ], - [ - -121.93930837999994, - 37.30240444700007 - ], - [ - -121.93895434299998, - 37.30240957500007 - ], - [ - -121.93889269699997, - 37.30241046900005 - ], - [ - -121.93859073899995, - 37.302414819000035 - ], - [ - -121.938418862, - 37.30241876100007 - ], - [ - -121.93813048299995, - 37.30242010500007 - ], - [ - -121.93813413, - 37.302104658000076 - ], - [ - -121.93813423899996, - 37.30209403600003 - ], - [ - -121.93815532399998, - 37.30195666600008 - ], - [ - -121.93815489499997, - 37.301940373000036 - ], - [ - -121.938153275, - 37.30188003300003 - ], - [ - -121.93814700099995, - 37.30164475400005 - ], - [ - -121.93813862299999, - 37.30133140200007 - ], - [ - -121.93813823699998, - 37.30131579500005 - ], - [ - -121.93813619399998, - 37.301178321000066 - ], - [ - -121.93813596399997, - 37.30116637400005 - ], - [ - -121.93813067599996, - 37.30088997400003 - ], - [ - -121.93813044799998, - 37.300878098000055 - ], - [ - -121.93812493499996, - 37.30058862800007 - ], - [ - -121.93812473799994, - 37.30057830800007 - ], - [ - -121.93811653399996, - 37.30044090900003 - ], - [ - -121.93811636699996, - 37.30042324000004 - ], - [ - -121.93811355599996, - 37.30012227000003 - ], - [ - -121.93811304099995, - 37.30006418200003 - ], - [ - -121.93811022199998, - 37.299759780000045 - ], - [ - -121.93814021799994, - 37.29975959600006 - ], - [ - -121.938294155, - 37.29975871200003 - ], - [ - -121.93838079199998, - 37.29975822000006 - ], - [ - -121.93853042999996, - 37.29975732200006 - ], - [ - -121.93861603499994, - 37.29975681900004 - ], - [ - -121.93880245799994, - 37.299755720000064 - ], - [ - -121.93885153599996, - 37.299755438000034 - ], - [ - -121.939087009, - 37.29975405600004 - ], - [ - -121.93909127699999, - 37.29975402600007 - ], - [ - -121.93931987399998, - 37.299752683000065 - ], - [ - -121.93932385699998, - 37.29975265500008 - ], - [ - -121.939474524, - 37.29975174400005 - ], - [ - -121.93955801099997, - 37.29975126700003 - ], - [ - -121.93972205999995, - 37.29975030300005 - ], - [ - -121.93979354099997, - 37.29974988300006 - ], - [ - -121.93998334499997, - 37.299748763000025 - ], - [ - -121.94002901399995, - 37.29974849900003 - ], - [ - -121.94028875199996, - 37.29974695400006 - ], - [ - -121.9402553, - 37.29937739400003 - ], - [ - -121.94022327399995, - 37.299217215000056 - ], - [ - -121.94020679399995, - 37.29909795400005 - ], - [ - -121.94020653799998, - 37.29909651500003 - ], - [ - -121.94018722399994, - 37.29897898300004 - ], - [ - -121.940186585, - 37.298975581000036 - ], - [ - -121.94016453799998, - 37.29886034900005 - ], - [ - -121.94013033599998, - 37.29870170700008 - ], - [ - -121.94012986999996, - 37.29869978900007 - ], - [ - -121.94009056199997, - 37.298543865000056 - ], - [ - -121.940090194, - 37.29854256500005 - ], - [ - -121.94004530799998, - 37.29838698300006 - ], - [ - -121.940041582, - 37.29837505800003 - ], - [ - -121.93999897599997, - 37.29824417100008 - ], - [ - -121.93995251899997, - 37.29811413200008 - ], - [ - -121.939902153, - 37.29798501000005 - ], - [ - -121.93984916399995, - 37.29785949200004 - ], - [ - -121.93979255499994, - 37.29773497900004 - ], - [ - -121.939732387, - 37.29761154000005 - ], - [ - -121.93966449599998, - 37.29748286300003 - ], - [ - -121.939630508, - 37.29741850200003 - ], - [ - -121.93959637799998, - 37.297354280000036 - ], - [ - -121.93952794499995, - 37.29722570100006 - ], - [ - -121.939453943, - 37.297087668000074 - ], - [ - -121.93941688399997, - 37.29701860700004 - ], - [ - -121.93937965599997, - 37.29694966200003 - ], - [ - -121.93930505599997, - 37.29681172800008 - ], - [ - -121.93929768899994, - 37.296798153000054 - ], - [ - -121.93929032199998, - 37.29678457800003 - ], - [ - -121.93928292699997, - 37.296770982000055 - ], - [ - -121.93923118599997, - 37.29667598200007 - ], - [ - -121.93917927299998, - 37.29658103200006 - ], - [ - -121.93912719199994, - 37.29648612900007 - ], - [ - -121.93902698299996, - 37.29633807100004 - ], - [ - -121.93893145499999, - 37.29620392000004 - ], - [ - -121.93883559899996, - 37.29606759500007 - ], - [ - -121.93873806599998, - 37.29593495600005 - ], - [ - -121.938446382, - 37.29553823800006 - ], - [ - -121.93830604199997, - 37.295347365000055 - ], - [ - -121.93812060299996, - 37.295095220000064 - ], - [ - -121.937995033, - 37.294924423000055 - ], - [ - -121.93788435199997, - 37.294773907000035 - ], - [ - -121.93786356799995, - 37.29475383500005 - ], - [ - -121.93783615499996, - 37.29472734500007 - ], - [ - -121.93778346299996, - 37.294684020000034 - ], - [ - -121.93772659899997, - 37.294644203000075 - ], - [ - -121.93765933599997, - 37.294604536000065 - ], - [ - -121.93758795699995, - 37.29456974900006 - ], - [ - -121.93751300899999, - 37.294540134000044 - ], - [ - -121.93743509799998, - 37.294515888000035 - ], - [ - -121.93735483299997, - 37.29449723300007 - ], - [ - -121.93730444199997, - 37.29448860400004 - ], - [ - -121.937253549, - 37.29448215600007 - ], - [ - -121.93720226699998, - 37.29447788600004 - ], - [ - -121.936925568, - 37.294477046000054 - ], - [ - -121.93641689699996, - 37.29447545800008 - ], - [ - -121.935822181, - 37.29447359300008 - ], - [ - -121.93576490599997, - 37.29452421800005 - ], - [ - -121.93556859699999, - 37.294733550000046 - ], - [ - -121.93535768799995, - 37.29492264100003 - ], - [ - -121.93532388899996, - 37.29495295000004 - ], - [ - -121.93500208599994, - 37.29524141500008 - ], - [ - -121.934497535, - 37.29569374600004 - ], - [ - -121.93417572699997, - 37.29598223200003 - ], - [ - -121.934043622, - 37.29610065600008 - ], - [ - -121.93382949399995, - 37.296292623000056 - ], - [ - -121.93376983499996, - 37.29634609300007 - ], - [ - -121.93187322299997, - 37.29804623500007 - ], - [ - -121.93178382399998, - 37.298093978000054 - ], - [ - -121.93174727199994, - 37.29810032900008 - ], - [ - -121.93169072799998, - 37.298110155000074 - ], - [ - -121.93167446899997, - 37.29778783300003 - ], - [ - -121.93167543099997, - 37.29767647500006 - ], - [ - -121.93167656599996, - 37.297544972000026 - ], - [ - -121.93168125799997, - 37.297001643000044 - ], - [ - -121.93169085999995, - 37.29588968300004 - ], - [ - -121.93169116099995, - 37.29585476200003 - ], - [ - -121.93169327899994, - 37.29560941500006 - ], - [ - -121.93169453999997, - 37.295463202000064 - ], - [ - -121.93169481199999, - 37.29543186700005 - ], - [ - -121.93169661599995, - 37.29522309600003 - ], - [ - -121.931699273, - 37.294915366000055 - ], - [ - -121.93170129799995, - 37.294680656000025 - ], - [ - -121.93170373599997, - 37.29439831700006 - ], - [ - -121.931704449, - 37.29431579000004 - ], - [ - -121.92769885699994, - 37.294395561000044 - ], - [ - -121.92267001799996, - 37.29437885600004 - ], - [ - -121.92192653799998, - 37.29438248200006 - ], - [ - -121.92178931499996, - 37.29438316300008 - ], - [ - -121.921701902, - 37.29438330800008 - ], - [ - -121.92160242399996, - 37.29438314200007 - ], - [ - -121.92153680099995, - 37.294383234000065 - ], - [ - -121.92151492499994, - 37.29438326600007 - ], - [ - -121.92126852299998, - 37.294384458000025 - ], - [ - -121.92094064399998, - 37.29438604500007 - ], - [ - -121.92074696099996, - 37.29438745400006 - ], - [ - -121.92032310199994, - 37.29439053600004 - ], - [ - -121.91984211899995, - 37.29439403400005 - ], - [ - -121.91923130999999, - 37.294398460000025 - ], - [ - -121.91915894799996, - 37.29439898600003 - ], - [ - -121.91882546799997, - 37.294401409000045 - ], - [ - -121.91877800099996, - 37.294401755000024 - ], - [ - -121.91859374299997, - 37.294403088000024 - ], - [ - -121.91818449399995, - 37.29440605900004 - ], - [ - -121.91816922399994, - 37.29440616800008 - ], - [ - -121.91808803899994, - 37.29440674500006 - ], - [ - -121.91808359999999, - 37.29390544100005 - ], - [ - -121.91808140599994, - 37.293658391000065 - ], - [ - -121.91806995299999, - 37.292126695000036 - ], - [ - -121.91806835699998, - 37.29191342900003 - ], - [ - -121.91805324499995, - 37.28989270000005 - ], - [ - -121.91805934599995, - 37.28989266900004 - ], - [ - -121.91815545599997, - 37.28989219400006 - ], - [ - -121.91841324399996, - 37.28989090400006 - ], - [ - -121.91854415899996, - 37.28989025800007 - ], - [ - -121.91866352899996, - 37.28988965800005 - ], - [ - -121.91867309699995, - 37.28988960300006 - ], - [ - -121.91881265399996, - 37.28988846900006 - ], - [ - -121.91893087099999, - 37.289887520000036 - ], - [ - -121.919081055, - 37.289886317000025 - ], - [ - -121.91919271199998, - 37.28988539900007 - ], - [ - -121.91927413599996, - 37.28988528000008 - ], - [ - -121.91932168599999, - 37.28988521000008 - ], - [ - -121.91945152799997, - 37.289883865000036 - ], - [ - -121.91956230299996, - 37.28988327700006 - ], - [ - -121.91971034799997, - 37.28988253600005 - ], - [ - -121.91980293299997, - 37.28988207800006 - ], - [ - -121.91984360999999, - 37.28988185900005 - ], - [ - -121.91996818899997, - 37.28988094400006 - ], - [ - -121.92004355499995, - 37.28988041900004 - ], - [ - -121.92022487899999, - 37.289879090000056 - ], - [ - -121.92028660899996, - 37.28987864000004 - ], - [ - -121.92048268599996, - 37.289877225000055 - ], - [ - -121.92052722999995, - 37.28987691200007 - ], - [ - -121.92074050499997, - 37.289875951000056 - ], - [ - -121.92076784799997, - 37.28987513800007 - ], - [ - -121.92099729899996, - 37.28987359300004 - ], - [ - -121.921008471, - 37.28987352300004 - ], - [ - -121.92125089499996, - 37.28987172700005 - ], - [ - -121.92137189599998, - 37.289869156000066 - ], - [ - -121.92148955999994, - 37.28986665600007 - ], - [ - -121.921514877, - 37.28986611900007 - ], - [ - -121.92155605599999, - 37.28986784500006 - ], - [ - -121.92173252599997, - 37.28987524300004 - ], - [ - -121.92177276799998, - 37.28987470900006 - ], - [ - -121.92197096399997, - 37.289871799000025 - ], - [ - -121.92203056299996, - 37.289870800000074 - ], - [ - -121.922212458, - 37.289867883000056 - ], - [ - -121.92247023799996, - 37.289864591000025 - ], - [ - -121.92261238499998, - 37.28986398700005 - ], - [ - -121.92261234999995, - 37.28986032600005 - ], - [ - -121.92260836499997, - 37.28940877800005 - ], - [ - -121.92259802599995, - 37.288603452000075 - ], - [ - -121.92259540999999, - 37.28841471100003 - ], - [ - -121.92259540099997, - 37.28841281100006 - ], - [ - -121.92258374099998, - 37.287563506000026 - ], - [ - -121.92257240099997, - 37.28673715700006 - ], - [ - -121.92255867199998, - 37.28574154200004 - ], - [ - -121.92255435099997, - 37.28540753800007 - ], - [ - -121.92255116099994, - 37.285296102000075 - ], - [ - -121.92254539199996, - 37.28519712800005 - ], - [ - -121.92252903999997, - 37.284971564000045 - ], - [ - -121.92251587099997, - 37.284789817000046 - ], - [ - -121.92250775099996, - 37.284661749000065 - ], - [ - -121.92249839799996, - 37.284406997000076 - ], - [ - -121.92249825399995, - 37.28439991800008 - ], - [ - -121.92247294099997, - 37.28328759000004 - ], - [ - -121.92246964999998, - 37.28303156000004 - ], - [ - -121.922464559, - 37.282634734000055 - ], - [ - -121.92246813799994, - 37.28263157600003 - ], - [ - -121.92324078599995, - 37.28211226900004 - ], - [ - -121.92327455399999, - 37.28209158300007 - ], - [ - -121.92334006599998, - 37.282044419000044 - ], - [ - -121.92339828399997, - 37.281992467000066 - ], - [ - -121.92344921399996, - 37.28193590700005 - ], - [ - -121.923492351, - 37.28187532100003 - ], - [ - -121.92352719299998, - 37.28181140600003 - ], - [ - -121.9235533199999, - 37.281744909000054 - ], - [ - -121.92357046199999, - 37.28167656100004 - ], - [ - -121.923578411, - 37.28160722700005 - ], - [ - -121.92357867799996, - 37.28156351900003 - ], - [ - -121.92357195599999, - 37.28143079600005 - ], - [ - -121.92357145999995, - 37.28142365800005 - ], - [ - -121.92364110999995, - 37.28141969700005 - ], - [ - -121.92412109499998, - 37.28139236900006 - ], - [ - -121.92435038699995, - 37.281379325000046 - ], - [ - -121.92434947399994, - 37.281212538000034 - ], - [ - -121.92473442, - 37.28121119700006 - ], - [ - -121.92473464399995, - 37.28124855100003 - ], - [ - -121.92513749299997, - 37.28124717400004 - ], - [ - -121.92513833299995, - 37.28140245000003 - ], - [ - -121.92523438899997, - 37.28140132500005 - ], - [ - -121.92564648399997, - 37.28139651600003 - ], - [ - -121.92565994399996, - 37.28139635300005 - ], - [ - -121.92576711299995, - 37.28139509300007 - ], - [ - -121.92600003899997, - 37.28139239400008 - ], - [ - -121.92627783399996, - 37.28155533000006 - ], - [ - -121.92631665399995, - 37.28157809100003 - ], - [ - -121.92640246399998, - 37.28157745800007 - ], - [ - -121.92639977899995, - 37.28186308800008 - ], - [ - -121.92639936699999, - 37.28190740200006 - ], - [ - -121.92639908599995, - 37.28193790100005 - ], - [ - -121.92654074999996, - 37.28193688500005 - ], - [ - -121.92677446899995, - 37.281935160000046 - ], - [ - -121.92700392199998, - 37.281933485000025 - ], - [ - -121.92710290199994, - 37.28191589000005 - ], - [ - -121.92710055599997, - 37.282033116000036 - ], - [ - -121.92718067899995, - 37.28203616800005 - ], - [ - -121.92748139999998, - 37.28203428900008 - ], - [ - -121.92773792499997, - 37.28203271700005 - ], - [ - -121.92793332699995, - 37.28203150200005 - ], - [ - -121.92792851799999, - 37.28162470700005 - ], - [ - -121.92792797799996, - 37.281578919000026 - ], - [ - -121.92835985199997, - 37.281576261000055 - ], - [ - -121.92877230599998, - 37.28157370100007 - ], - [ - -121.92887596699995, - 37.281568683000046 - ], - [ - -121.92887418899994, - 37.281418753000025 - ], - [ - -121.92913293199996, - 37.28141786100008 - ], - [ - -121.92924561599995, - 37.281417470000065 - ], - [ - -121.92938164699996, - 37.281417 - ], - [ - -121.929622715, - 37.28141616400006 - ], - [ - -121.92966029699994, - 37.281416026000045 - ], - [ - -121.929855477, - 37.28141536000004 - ], - [ - -121.92999984299996, - 37.281414856000026 - ], - [ - -121.93032311999997, - 37.28141372400006 - ], - [ - -121.930363194, - 37.28141357700008 - ], - [ - -121.93048578999998, - 37.28141315600004 - ], - [ - -121.93082719699999, - 37.28141196100006 - ], - [ - -121.93082595299995, - 37.281566987000076 - ], - [ - -121.930825057, - 37.28167583900006 - ], - [ - -121.93082367899996, - 37.28184492200006 - ], - [ - -121.93082226899998, - 37.28201963500004 - ], - [ - -121.93090121199998, - 37.28201940300005 - ], - [ - -121.931464915, - 37.28201798500004 - ], - [ - -121.93165642499997, - 37.28201257600006 - ], - [ - -121.93166097399995, - 37.282405794000056 - ], - [ - -121.931876107, - 37.28240419400004 - ], - [ - -121.93368477499996, - 37.28239797400005 - ], - [ - -121.93418886099994, - 37.28239624300005 - ], - [ - -121.93418688, - 37.28202867600004 - ], - [ - -121.93416834799996, - 37.28202874300007 - ], - [ - -121.93416797199995, - 37.28194641300007 - ], - [ - -121.934167619, - 37.281866759000025 - ], - [ - -121.93416726599997, - 37.28178710700007 - ], - [ - -121.93416691299996, - 37.281707476000065 - ], - [ - -121.93416662399994, - 37.281649111000036 - ], - [ - -121.93415974899995, - 37.28164912700004 - ], - [ - -121.93415965599996, - 37.281627840000056 - ], - [ - -121.934159304, - 37.281548187000055 - ], - [ - -121.93415894999998, - 37.281468535000045 - ], - [ - -121.934158573, - 37.28138613500005 - ], - [ - -121.93434581899999, - 37.28138548900006 - ], - [ - -121.93447508899999, - 37.281385029000035 - ], - [ - -121.93447509499998, - 37.28111504000003 - ], - [ - -121.93447518099998, - 37.280768600000044 - ], - [ - -121.93447519899996, - 37.28069935700006 - ], - [ - -121.93447521499996, - 37.28059275700008 - ], - [ - -121.93447523099996, - 37.28052037900005 - ], - [ - -121.93447523499998, - 37.28045040400008 - ], - [ - -121.93447523999998, - 37.28039535400006 - ], - [ - -121.93447529699995, - 37.28015049900006 - ], - [ - -121.93412941799994, - 37.27999446000007 - ], - [ - -121.93391669099998, - 37.27989854600003 - ], - [ - -121.93397231699998, - 37.27982960700007 - ], - [ - -121.93400049099995, - 37.27979467500006 - ], - [ - -121.93403389999997, - 37.27975327000007 - ], - [ - -121.93406400799995, - 37.27971593500007 - ], - [ - -121.93410071699998, - 37.27967043800004 - ], - [ - -121.934146296, - 37.27961393600003 - ], - [ - -121.934329564, - 37.27975106900004 - ], - [ - -121.93434385499995, - 37.27975100800006 - ], - [ - -121.93446338499996, - 37.27975059700003 - ], - [ - -121.93453874599999, - 37.27975033800004 - ], - [ - -121.93459918499997, - 37.27975012300004 - ], - [ - -121.93465652799995, - 37.27974992400004 - ], - [ - -121.93471951699996, - 37.279749726000034 - ], - [ - -121.93474540999995, - 37.279749636000076 - ], - [ - -121.93474781299994, - 37.27987493100005 - ], - [ - -121.93478685399998, - 37.279874749000044 - ], - [ - -121.93485032899997, - 37.279874567000036 - ], - [ - -121.93490162799998, - 37.27987435000006 - ], - [ - -121.93497106099994, - 37.27987414100005 - ], - [ - -121.93502843399995, - 37.27987394100006 - ], - [ - -121.93510408199995, - 37.27987367800006 - ], - [ - -121.93518537099999, - 37.27987339200007 - ], - [ - -121.93519322099996, - 37.279873364000025 - ], - [ - -121.93524463499995, - 37.279873191000036 - ], - [ - -121.93527135899996, - 37.27987309300005 - ], - [ - -121.93530192099996, - 37.279872993000026 - ], - [ - -121.93536837499994, - 37.27987277300008 - ], - [ - -121.93546759699996, - 37.27987245000003 - ], - [ - -121.935567704, - 37.27987206900008 - ], - [ - -121.93562507699994, - 37.27987187100007 - ], - [ - -121.935697001, - 37.27987163000006 - ], - [ - -121.93573397899996, - 37.27987147300007 - ], - [ - -121.93583707899995, - 37.27987022100007 - ], - [ - -121.93583697099996, - 37.279862268000045 - ], - [ - -121.93583684799995, - 37.27985429900008 - ], - [ - -121.93583677699996, - 37.27985290200007 - ], - [ - -121.93582990299996, - 37.27973097100005 - ], - [ - -121.93581383299994, - 37.279608246000066 - ], - [ - -121.93581354199995, - 37.279606829000045 - ], - [ - -121.93578902899998, - 37.27948812100004 - ], - [ - -121.93578868299994, - 37.27948645500004 - ], - [ - -121.93575455999996, - 37.279366098000025 - ], - [ - -121.93575364299994, - 37.27936330800003 - ], - [ - -121.93575202599999, - 37.279358530000025 - ], - [ - -121.93573967099996, - 37.27932197500007 - ], - [ - -121.93562941799996, - 37.27902069800007 - ], - [ - -121.93552555899998, - 37.27879732800005 - ], - [ - -121.935460536, - 37.27865028900004 - ], - [ - -121.93545990499996, - 37.27864869300004 - ], - [ - -121.93539092299994, - 37.278473258000076 - ], - [ - -121.93538995199998, - 37.278470783000046 - ], - [ - -121.93532808099997, - 37.278289235000045 - ], - [ - -121.93532773899994, - 37.27828815100003 - ], - [ - -121.93532617799997, - 37.27828315000005 - ], - [ - -121.93532456999998, - 37.278277986000035 - ], - [ - -121.93532353299997, - 37.27827465300004 - ], - [ - -121.93532221199996, - 37.27827040200003 - ], - [ - -121.93532140999997, - 37.27826782000005 - ], - [ - -121.93532089399997, - 37.278266150000036 - ], - [ - -121.93531826599997, - 37.27825765100005 - ], - [ - -121.93530466699997, - 37.27821322800003 - ], - [ - -121.934996975, - 37.27738364900006 - ], - [ - -121.93496869899997, - 37.27730741400006 - ], - [ - -121.93485543699995, - 37.277002037000045 - ], - [ - -121.93484998399998, - 37.276988851000056 - ], - [ - -121.934838432, - 37.27696154800003 - ], - [ - -121.93480507399994, - 37.276878614000054 - ], - [ - -121.93479062399996, - 37.27684663000008 - ], - [ - -121.93468507899996, - 37.276876902000026 - ], - [ - -121.93425802899998, - 37.27699669900005 - ], - [ - -121.93415832499994, - 37.27677160600007 - ], - [ - -121.93405476099997, - 37.27653774800007 - ], - [ - -121.93395450699995, - 37.27630916000004 - ], - [ - -121.93384835399996, - 37.27607183200007 - ], - [ - -121.93374242899995, - 37.27583276200005 - ], - [ - -121.93393637199995, - 37.27577725900005 - ], - [ - -121.93418090899996, - 37.275707289000025 - ], - [ - -121.93427195399994, - 37.27568124600003 - ], - [ - -121.93425964699998, - 37.27564891500003 - ], - [ - -121.93424400099997, - 37.275610011000026 - ], - [ - -121.93417750799995, - 37.275444804000074 - ], - [ - -121.93410601699998, - 37.275279201000046 - ], - [ - -121.93408491599996, - 37.27523489200007 - ], - [ - -121.93406429799995, - 37.27519039600003 - ], - [ - -121.93404425099999, - 37.27514575300006 - ], - [ - -121.93384456799998, - 37.274671788000035 - ], - [ - -121.93421762799994, - 37.27422265100006 - ], - [ - -121.93422109999995, - 37.27421851100007 - ], - [ - -121.93422306099995, - 37.27421617500005 - ], - [ - -121.93423453799994, - 37.27420346100007 - ], - [ - -121.93424565499998, - 37.27419060400007 - ], - [ - -121.93425649099999, - 37.274177534000046 - ], - [ - -121.93429164999998, - 37.27413492300008 - ], - [ - -121.93430287299998, - 37.27412125600006 - ], - [ - -121.934314885, - 37.27410682200008 - ], - [ - -121.93446016899998, - 37.27419830100007 - ], - [ - -121.93478346199998, - 37.274383251000074 - ], - [ - -121.93529182699996, - 37.27465653100006 - ], - [ - -121.93539137899995, - 37.27465732500008 - ], - [ - -121.93538876199995, - 37.274306109000065 - ], - [ - -121.93577083099996, - 37.27430000700008 - ], - [ - -121.935770908, - 37.274183176000065 - ], - [ - -121.935907709, - 37.274183237000045 - ], - [ - -121.93605639699996, - 37.27418331400003 - ], - [ - -121.93620173499994, - 37.27418338500007 - ], - [ - -121.93620167199998, - 37.27425912800004 - ], - [ - -121.936201655, - 37.27435970700003 - ], - [ - -121.93620157999999, - 37.27446161600005 - ], - [ - -121.93620152299997, - 37.27459591200005 - ], - [ - -121.93627741399996, - 37.274580263000075 - ], - [ - -121.93650828099999, - 37.27453261200003 - ], - [ - -121.936550905, - 37.27452382600006 - ], - [ - -121.93664819499998, - 37.27452320300006 - ], - [ - -121.93675994699998, - 37.274522475000026 - ], - [ - -121.93692073099999, - 37.27452144000006 - ], - [ - -121.93699462099994, - 37.27452096800005 - ], - [ - -121.937123499, - 37.274520050000035 - ], - [ - -121.93726097799998, - 37.27451959900003 - ], - [ - -121.93741355099996, - 37.274519145000056 - ], - [ - -121.93754656299996, - 37.27451868000003 - ], - [ - -121.93763921899995, - 37.274518389000036 - ], - [ - -121.937685763, - 37.27451822900008 - ], - [ - -121.93780642899998, - 37.27451784800007 - ], - [ - -121.93795075299994, - 37.27451737900003 - ], - [ - -121.93795055299995, - 37.274471144000074 - ], - [ - -121.93794968699996, - 37.274271257000066 - ], - [ - -121.93794957899996, - 37.27425960700003 - ], - [ - -121.93794908499996, - 37.274134176000075 - ], - [ - -121.93794794799999, - 37.274064604000046 - ], - [ - -121.93794767599996, - 37.27405046000007 - ], - [ - -121.93794596099997, - 37.27394638000004 - ], - [ - -121.93794566799994, - 37.27392965000007 - ], - [ - -121.93794452299994, - 37.273844765000035 - ], - [ - -121.93794191699999, - 37.273651124000025 - ], - [ - -121.93794066099997, - 37.273559076000026 - ], - [ - -121.93790741099997, - 37.27355923300007 - ], - [ - -121.93790687299997, - 37.27351941000006 - ], - [ - -121.93790288499997, - 37.27323299100004 - ], - [ - -121.93833971099997, - 37.273229686000036 - ], - [ - -121.93834033099995, - 37.27346446000007 - ], - [ - -121.93834203499995, - 37.27351285300006 - ], - [ - -121.93834345999994, - 37.27355266300003 - ], - [ - -121.93845811899996, - 37.27355276600008 - ], - [ - -121.93878223499996, - 37.273553796000044 - ], - [ - -121.93877270899998, - 37.273255222000046 - ], - [ - -121.93876741999998, - 37.27309052500004 - ], - [ - -121.93894246099995, - 37.27309066200007 - ], - [ - -121.93920090799998, - 37.27309085100006 - ], - [ - -121.93919747999996, - 37.27300201200006 - ], - [ - -121.93963014599996, - 37.27300740600003 - ], - [ - -121.93986375699996, - 37.27301032400004 - ], - [ - -121.93988667599996, - 37.27301063700003 - ], - [ - -121.94006507799998, - 37.27301286100004 - ], - [ - -121.94006582399999, - 37.273051606000024 - ], - [ - -121.94006933799994, - 37.27323559700005 - ], - [ - -121.94030858999997, - 37.27323393800003 - ], - [ - -121.94039791499995, - 37.27323331900004 - ], - [ - -121.94055631599997, - 37.27323221700004 - ], - [ - -121.94072560199999, - 37.27323105000005 - ], - [ - -121.94072378299995, - 37.27313662800003 - ], - [ - -121.94072205699996, - 37.27304705800003 - ], - [ - -121.94072002399997, - 37.272941514000024 - ], - [ - -121.94071938599996, - 37.27290837800007 - ], - [ - -121.94071668599997, - 37.272768324000026 - ], - [ - -121.94071387999998, - 37.27262259500003 - ], - [ - -121.941017295, - 37.27262128700005 - ], - [ - -121.94102717299995, - 37.27262112100004 - ], - [ - -121.941032453, - 37.27262153500004 - ], - [ - -121.94103768099995, - 37.27262231900005 - ], - [ - -121.94104280099998, - 37.272623467000074 - ], - [ - -121.94104781399994, - 37.272624963000055 - ], - [ - -121.94105257399997, - 37.27262678100004 - ], - [ - -121.94105716999997, - 37.272628946000054 - ], - [ - -121.94106151499994, - 37.27263140900004 - ], - [ - -121.94106554799998, - 37.27263415200008 - ], - [ - -121.941069272, - 37.27263717500006 - ], - [ - -121.94107271499996, - 37.272640428000045 - ], - [ - -121.94107573199994, - 37.27264391700004 - ], - [ - -121.94107838099995, - 37.272647592000055 - ], - [ - -121.94108063199997, - 37.27265145600006 - ], - [ - -121.94108245499996, - 37.27265543800007 - ], - [ - -121.94108385399994, - 37.27265956400004 - ], - [ - -121.94108479399995, - 37.27266371800005 - ], - [ - -121.94108527599997, - 37.27266794800005 - ], - [ - -121.94108529999994, - 37.272672182000065 - ], - [ - -121.94128441199996, - 37.27266414600007 - ], - [ - -121.94128528699997, - 37.27265905300004 - ], - [ - -121.94128676599996, - 37.272654068000065 - ], - [ - -121.94128876199994, - 37.27264916900003 - ], - [ - -121.94129127899998, - 37.272644444000036 - ], - [ - -121.94129437099997, - 37.272639920000074 - ], - [ - -121.941297927, - 37.27263564300006 - ], - [ - -121.94130194399997, - 37.27263163200007 - ], - [ - -121.94130639999997, - 37.272627939000074 - ], - [ - -121.94131123099999, - 37.272624560000054 - ], - [ - -121.94131644499998, - 37.27262154300007 - ], - [ - -121.94132195099996, - 37.27261891200004 - ], - [ - -121.94132774999997, - 37.27261666600003 - ], - [ - -121.94133378799995, - 37.272614874000055 - ], - [ - -121.94133997699998, - 37.27261349400004 - ], - [ - -121.94134628899997, - 37.272612569000046 - ], - [ - -121.94135269499998, - 37.27261210100005 - ], - [ - -121.94134621899997, - 37.27252972900004 - ], - [ - -121.94134039799997, - 37.272455524000065 - ], - [ - -121.941334214, - 37.27245420300005 - ], - [ - -121.94132822199998, - 37.27245242300006 - ], - [ - -121.94132245099996, - 37.272450228000025 - ], - [ - -121.94131692999997, - 37.27244764100004 - ], - [ - -121.94131174699999, - 37.27244468400005 - ], - [ - -121.94130689999997, - 37.27244135500007 - ], - [ - -121.94130244599995, - 37.27243770200005 - ], - [ - -121.94129838899994, - 37.27243374600005 - ], - [ - -121.94129481299996, - 37.27242951000005 - ], - [ - -121.941291719, - 37.27242503800005 - ], - [ - -121.94128913699996, - 37.272420400000044 - ], - [ - -121.94128706599997, - 37.27241552800007 - ], - [ - -121.94128556799996, - 37.27241057900005 - ], - [ - -121.94128464099998, - 37.27240553200005 - ], - [ - -121.941284199, - 37.272400455000025 - ], - [ - -121.94107794599995, - 37.272399102000065 - ], - [ - -121.94107811999999, - 37.27240361100007 - ], - [ - -121.94107777699998, - 37.27240812300005 - ], - [ - -121.94107694699994, - 37.272412598000074 - ], - [ - -121.94107562699998, - 37.27241698500006 - ], - [ - -121.94107382099997, - 37.27242128900008 - ], - [ - -121.941071551, - 37.27242543600005 - ], - [ - -121.94106884899998, - 37.27242940600007 - ], - [ - -121.94106571299994, - 37.27243317600005 - ], - [ - -121.94106214399994, - 37.272436699000025 - ], - [ - -121.94105825499997, - 37.27243995200007 - ], - [ - -121.94105398699998, - 37.27244295700007 - ], - [ - -121.94104939799996, - 37.272445600000026 - ], - [ - -121.94104454499995, - 37.27244792700003 - ], - [ - -121.94103948399999, - 37.272449911000024 - ], - [ - -121.94103418799995, - 37.27245153400003 - ], - [ - -121.94102874199996, - 37.272452790000045 - ], - [ - -121.94102317299996, - 37.27245363700007 - ], - [ - -121.94101019699997, - 37.272453590000055 - ], - [ - -121.940852582, - 37.27245554000007 - ], - [ - -121.94063254699995, - 37.27245711200004 - ], - [ - -121.94063251899996, - 37.27245514800006 - ], - [ - -121.94062768199996, - 37.272116598000025 - ], - [ - -121.940627673, - 37.27211595400007 - ], - [ - -121.94062588099996, - 37.271990241000026 - ], - [ - -121.94062491199998, - 37.27192208800005 - ], - [ - -121.94062248699998, - 37.27175158700004 - ], - [ - -121.94062217599998, - 37.27173101200003 - ], - [ - -121.94061944299995, - 37.271538564000025 - ], - [ - -121.94061878399998, - 37.271492470000055 - ], - [ - -121.94061625699999, - 37.271346394000034 - ], - [ - -121.94061615799995, - 37.27133829300004 - ], - [ - -121.94061363599997, - 37.27115234200005 - ], - [ - -121.94061322699997, - 37.27109695300004 - ], - [ - -121.94061271499999, - 37.27103016700005 - ], - [ - -121.94061346599995, - 37.270957665000026 - ], - [ - -121.94061209599994, - 37.27085536300007 - ], - [ - -121.94061089699994, - 37.270766312000035 - ], - [ - -121.94060728, - 37.27057408100006 - ], - [ - -121.94060467399999, - 37.270443251000074 - ], - [ - -121.94060342699999, - 37.27038150900006 - ], - [ - -121.94060049199999, - 37.27023804700008 - ], - [ - -121.94060028099994, - 37.27019732900004 - ], - [ - -121.94060020499995, - 37.27018895100008 - ], - [ - -121.94059930399999, - 37.27001877600003 - ], - [ - -121.940599196, - 37.26999529100004 - ], - [ - -121.94059870299998, - 37.26996973100006 - ], - [ - -121.94059672499998, - 37.26984028900006 - ], - [ - -121.94059618999995, - 37.26980357900004 - ], - [ - -121.94059484399997, - 37.26971437000003 - ], - [ - -121.94059347299998, - 37.269641688000036 - ], - [ - -121.94058997399998, - 37.269452614000045 - ], - [ - -121.940589118, - 37.269287794000036 - ], - [ - -121.94058051199994, - 37.269025328000055 - ], - [ - -121.94092821999999, - 37.269018052000035 - ], - [ - -121.94092649699996, - 37.268799312000056 - ], - [ - -121.94092319299995, - 37.26829634400008 - ], - [ - -121.94092062599998, - 37.267905918000054 - ], - [ - -121.94122622999998, - 37.26766840300007 - ], - [ - -121.94131376899998, - 37.26760257700005 - ], - [ - -121.94130218, - 37.267583486000035 - ], - [ - -121.94128712899999, - 37.26755148700005 - ], - [ - -121.94127580999998, - 37.26751852700005 - ], - [ - -121.941275271, - 37.267504227000074 - ], - [ - -121.94127528799999, - 37.26748994400003 - ], - [ - -121.94127584399996, - 37.267475654000066 - ], - [ - -121.941281146, - 37.26745508000005 - ], - [ - -121.94128880699998, - 37.26743500200007 - ], - [ - -121.9412988, - 37.26741558300006 - ], - [ - -121.94131101699998, - 37.26739700600007 - ], - [ - -121.94132534099998, - 37.267379411000036 - ], - [ - -121.94134163599995, - 37.267362958000035 - ], - [ - -121.94135982299997, - 37.26734778700006 - ], - [ - -121.94140976399996, - 37.26730603800007 - ], - [ - -121.941539246, - 37.26720228200003 - ], - [ - -121.94157109599996, - 37.26717676100003 - ], - [ - -121.94172821399997, - 37.267045772000074 - ], - [ - -121.94186263699999, - 37.26690094000003 - ], - [ - -121.941905164, - 37.26693336100004 - ], - [ - -121.94204106599994, - 37.26703902300005 - ], - [ - -121.94222146199996, - 37.266882535000036 - ], - [ - -121.94247231999998, - 37.267078336000054 - ], - [ - -121.94252339099995, - 37.26705772400004 - ], - [ - -121.94292291199997, - 37.266896691000056 - ], - [ - -121.94290206799997, - 37.26686138300005 - ], - [ - -121.94286942899998, - 37.26679302500003 - ], - [ - -121.94285824899998, - 37.26676346700003 - ], - [ - -121.94285182199997, - 37.266745050000054 - ], - [ - -121.94278919499999, - 37.26656592900008 - ], - [ - -121.942425862, - 37.26664008400007 - ], - [ - -121.94234483799994, - 37.26657914200007 - ], - [ - -121.94222396899994, - 37.266488200000026 - ], - [ - -121.94218281599996, - 37.266457211000045 - ], - [ - -121.94216880899995, - 37.26631455000006 - ], - [ - -121.94215662899995, - 37.26619088700005 - ], - [ - -121.94213262399995, - 37.266171245000066 - ], - [ - -121.94196396199999, - 37.26603319000003 - ], - [ - -121.94223764799995, - 37.26573911500003 - ], - [ - -121.94266080799997, - 37.265736351000044 - ], - [ - -121.942696432, - 37.26573611900005 - ], - [ - -121.94269149699994, - 37.265251688000035 - ], - [ - -121.94269119799998, - 37.265224224000065 - ], - [ - -121.94268996399995, - 37.265169281000055 - ], - [ - -121.94269827299996, - 37.265169370000024 - ], - [ - -121.94285591499994, - 37.265171287000044 - ], - [ - -121.94285681599996, - 37.265088871000046 - ], - [ - -121.94285481199995, - 37.264762301000076 - ], - [ - -121.94326868899998, - 37.265004505000036 - ], - [ - -121.94361399499996, - 37.264631878000046 - ], - [ - -121.94395929799998, - 37.264259319000075 - ], - [ - -121.94402045599998, - 37.26429551000007 - ], - [ - -121.944016622, - 37.26367722800006 - ], - [ - -121.94401639299997, - 37.263640149000025 - ], - [ - -121.94401616399995, - 37.263603071000034 - ], - [ - -121.94471422099997, - 37.263600318000044 - ], - [ - -121.945039566, - 37.263599027000055 - ], - [ - -121.94504036, - 37.263518582000074 - ], - [ - -121.94504035099999, - 37.26351663600008 - ], - [ - -121.94503748999995, - 37.263030670000035 - ], - [ - -121.94503659599997, - 37.26287759300004 - ], - [ - -121.94428686999998, - 37.262882654000066 - ], - [ - -121.94413185599996, - 37.26288907600008 - ], - [ - -121.94424396499994, - 37.26276681100006 - ], - [ - -121.94426923499998, - 37.26273923700006 - ], - [ - -121.94625958799998, - 37.26056835900005 - ], - [ - -121.94650866899997, - 37.260296667000034 - ], - [ - -121.94659199299997, - 37.26020574800003 - ], - [ - -121.94668433699997, - 37.26010141900008 - ], - [ - -121.94755753699997, - 37.259114570000065 - ], - [ - -121.94862559199998, - 37.25790750500005 - ], - [ - -121.94862894999994, - 37.257903412000076 - ], - [ - -121.94866161399995, - 37.25786375300004 - ], - [ - -121.9489276, - 37.25754098400006 - ], - [ - -121.949517228, - 37.25682537500006 - ], - [ - -121.94943491099997, - 37.25678447200005 - ], - [ - -121.94942683799997, - 37.25678046200005 - ], - [ - -121.94976811199996, - 37.256380060000026 - ], - [ - -121.95071672899996, - 37.255222814000035 - ], - [ - -121.95079081799997, - 37.25513316300004 - ], - [ - -121.95104455699999, - 37.25482612700006 - ], - [ - -121.95118980899997, - 37.25465036300005 - ], - [ - -121.95129679899998, - 37.254520899000056 - ], - [ - -121.95140377899997, - 37.25439144500007 - ], - [ - -121.95141597399999, - 37.25437669200005 - ], - [ - -121.95177448799996, - 37.25393976200007 - ], - [ - -121.95185587399999, - 37.25384117200008 - ], - [ - -121.95201307599996, - 37.25365071600004 - ], - [ - -121.95210530399999, - 37.25353897800005 - ], - [ - -121.95240691799995, - 37.25317354500004 - ], - [ - -121.95222711999998, - 37.253079272000036 - ], - [ - -121.952203651, - 37.25306807100003 - ], - [ - -121.95219044799995, - 37.25306210200006 - ], - [ - -121.95217710499998, - 37.25305631500004 - ], - [ - -121.95216365399995, - 37.25305073700008 - ], - [ - -121.95215006099994, - 37.25304534300005 - ], - [ - -121.95213635799996, - 37.253040111000075 - ], - [ - -121.95212254499995, - 37.25303510900005 - ], - [ - -121.95210862, - 37.25303026900008 - ], - [ - -121.95209461399998, - 37.253025636000075 - ], - [ - -121.95208049699994, - 37.25302121000004 - ], - [ - -121.95206626899994, - 37.253016968000054 - ], - [ - -121.95205195699998, - 37.253012934000026 - ], - [ - -121.95203756599994, - 37.253009106000036 - ], - [ - -121.95202309099994, - 37.25300544000004 - ], - [ - -121.95200856399998, - 37.253002028000026 - ], - [ - -121.95199395499998, - 37.25299879800008 - ], - [ - -121.95197923499995, - 37.252995777000024 - ], - [ - -121.95196448999997, - 37.25299296000003 - ], - [ - -121.95194966399998, - 37.25299032800007 - ], - [ - -121.95193613299995, - 37.25298814000007 - ], - [ - -121.95193481399997, - 37.25298792700005 - ], - [ - -121.95191988099998, - 37.252985754000065 - ], - [ - -121.95190492199998, - 37.252983742000026 - ], - [ - -121.95188991099997, - 37.25298196000006 - ], - [ - -121.95187487599998, - 37.25298038300008 - ], - [ - -121.95185978799998, - 37.25297901400006 - ], - [ - -121.95184467499996, - 37.25297787400007 - ], - [ - -121.95182956599996, - 37.252976939000064 - ], - [ - -121.95107685099998, - 37.250248459000034 - ], - [ - -121.95095733299996, - 37.24981443400003 - ], - [ - -121.95079102099999, - 37.24921025300006 - ], - [ - -121.95078513699997, - 37.24918894600006 - ], - [ - -121.95059663399996, - 37.24850625000005 - ], - [ - -121.95031740399997, - 37.247494833000076 - ], - [ - -121.95004090299994, - 37.24649281100005 - ], - [ - -121.950040608, - 37.24649174100006 - ], - [ - -121.94995646499996, - 37.24650550900003 - ], - [ - -121.94970176599998, - 37.24655078200004 - ], - [ - -121.94948376399998, - 37.246589533000076 - ], - [ - -121.94926915599996, - 37.246627716000035 - ], - [ - -121.94906062799998, - 37.246664793000036 - ], - [ - -121.94886276899996, - 37.24669997500007 - ], - [ - -121.94872720199999, - 37.24672408500004 - ], - [ - -121.94874747799997, - 37.24679822600007 - ], - [ - -121.94882414499995, - 37.24707855100007 - ], - [ - -121.94883714799994, - 37.24712604700005 - ], - [ - -121.94889585199996, - 37.24734069300007 - ], - [ - -121.948979453, - 37.24764633900003 - ], - [ - -121.94899916499998, - 37.24772806400006 - ], - [ - -121.94901846299996, - 37.24780805600005 - ], - [ - -121.94884217499998, - 37.24783944500007 - ], - [ - -121.94856863999996, - 37.24788817600006 - ], - [ - -121.94824068599996, - 37.24794495000003 - ], - [ - -121.94816315899999, - 37.24796174900007 - ], - [ - -121.94813998099994, - 37.24788595600006 - ], - [ - -121.94811339199998, - 37.247798998000064 - ], - [ - -121.94797813399998, - 37.24730510100005 - ], - [ - -121.94788169499998, - 37.24695289500005 - ], - [ - -121.947861177, - 37.24687804700005 - ], - [ - -121.94781434499998, - 37.24670699600006 - ], - [ - -121.94756462299995, - 37.246704728000054 - ], - [ - -121.94727213699997, - 37.24670454500006 - ], - [ - -121.947246023, - 37.24670452400005 - ], - [ - -121.94709255999999, - 37.246709397000075 - ], - [ - -121.94706123999998, - 37.24657349700004 - ], - [ - -121.94699057799994, - 37.24631601100003 - ], - [ - -121.94698801899995, - 37.24630670200003 - ], - [ - -121.94698460199999, - 37.24629427000008 - ], - [ - -121.94698386299996, - 37.24629160100005 - ], - [ - -121.94691446099995, - 37.24603867600007 - ], - [ - -121.94686840999998, - 37.24587084400008 - ], - [ - -121.94679719399994, - 37.24561137300003 - ], - [ - -121.94679149599995, - 37.24559061300005 - ], - [ - -121.94671593399994, - 37.245315196000035 - ], - [ - -121.94667153699999, - 37.24516476000008 - ], - [ - -121.94659597299994, - 37.24489064800008 - ], - [ - -121.9465325099999, - 37.24466033400006 - ], - [ - -121.94652108399998, - 37.244618839000054 - ], - [ - -121.94651883599994, - 37.24461067100003 - ], - [ - -121.94647578799999, - 37.244454407000035 - ], - [ - -121.94647058399994, - 37.24443554000004 - ], - [ - -121.94645943999996, - 37.24439518600008 - ], - [ - -121.94637260699994, - 37.244080147000034 - ], - [ - -121.94636743399997, - 37.24406137300008 - ], - [ - -121.94633894999998, - 37.24395796300007 - ], - [ - -121.94627946199995, - 37.24374216000007 - ], - [ - -121.94624081299997, - 37.24359868100004 - ], - [ - -121.94621311999998, - 37.24358945500006 - ], - [ - -121.94618567699996, - 37.24357986000007 - ], - [ - -121.94615839799997, - 37.243569896000054 - ], - [ - -121.94613137099998, - 37.243559541000025 - ], - [ - -121.94608597699994, - 37.24354110300004 - ], - [ - -121.94605671, - 37.24352896700003 - ], - [ - -121.94602710999999, - 37.24351731500008 - ], - [ - -121.94599728499998, - 37.24350603200003 - ], - [ - -121.94596721299996, - 37.24349521000005 - ], - [ - -121.94593694899999, - 37.24348478100006 - ], - [ - -121.945906434, - 37.24347478800007 - ], - [ - -121.94590096499996, - 37.24347308700004 - ], - [ - -121.94587570099998, - 37.24346521000007 - ], - [ - -121.94584477299998, - 37.243456070000036 - ], - [ - -121.94581365299996, - 37.24344734400006 - ], - [ - -121.94578234299996, - 37.24343907800005 - ], - [ - -121.94575089699998, - 37.24343122700003 - ], - [ - -121.94571920199996, - 37.24342381200006 - ], - [ - -121.94568740299997, - 37.243416903000025 - ], - [ - -121.94565543799996, - 37.24341036200008 - ], - [ - -121.94562336799999, - 37.243404303000034 - ], - [ - -121.94559113499997, - 37.24339868100003 - ], - [ - -121.94555876799996, - 37.243393542000035 - ], - [ - -121.94552635099996, - 37.24338881600005 - ], - [ - -121.94549379999995, - 37.24338454700006 - ], - [ - -121.94546117399995, - 37.243380761000026 - ], - [ - -121.94542591699997, - 37.24337716900004 - ], - [ - -121.94541574099998, - 37.24347588200004 - ], - [ - -121.94518987899994, - 37.24348837500003 - ], - [ - -121.94483327399996, - 37.243491336000034 - ], - [ - -121.944616898, - 37.243493915000045 - ], - [ - -121.94440046699998, - 37.243496540000024 - ], - [ - -121.94418095799995, - 37.24349551800003 - ], - [ - -121.943966752, - 37.24349928200007 - ], - [ - -121.94375094299994, - 37.24350308900006 - ], - [ - -121.94331727999997, - 37.24350843600007 - ], - [ - -121.94313831399995, - 37.243508950000034 - ], - [ - -121.941818803, - 37.24351790900005 - ], - [ - -121.94034855999996, - 37.243517057000076 - ], - [ - -121.94034829799995, - 37.243392492000055 - ], - [ - -121.94034817899995, - 37.24333517800005 - ], - [ - -121.94034731399995, - 37.24326651900003 - ], - [ - -121.94034366299996, - 37.24304411800006 - ], - [ - -121.94034101299997, - 37.24288268400005 - ], - [ - -121.94034071699997, - 37.24286282000003 - ], - [ - -121.94033780799998, - 37.242687998000065 - ], - [ - -121.94033259199995, - 37.24236941000004 - ], - [ - -121.94032993399998, - 37.242191243000036 - ], - [ - -121.94032486599997, - 37.24185063400006 - ], - [ - -121.94032084399998, - 37.24158227400005 - ], - [ - -121.94031997599996, - 37.24152382300008 - ], - [ - -121.94031765999995, - 37.24136781100003 - ], - [ - -121.94031177699998, - 37.24097296100007 - ], - [ - -121.94030887099996, - 37.24077593700008 - ], - [ - -121.94030204699999, - 37.24032041800007 - ], - [ - -121.94030099199995, - 37.240250685000035 - ], - [ - -121.94030090499996, - 37.240244620000055 - ], - [ - -121.94029854999997, - 37.240086707000046 - ], - [ - -121.94029424899998, - 37.239797819000046 - ], - [ - -121.94029704099995, - 37.23960376900004 - ], - [ - -121.94029100699998, - 37.239272465000056 - ], - [ - -121.94028639499999, - 37.23901803000007 - ], - [ - -121.94028263099995, - 37.23881206600004 - ], - [ - -121.940278923, - 37.23860610100007 - ], - [ - -121.94027515899995, - 37.23840013600005 - ], - [ - -121.94027142199997, - 37.23819415000003 - ], - [ - -121.94026731899999, - 37.23796758900005 - ], - [ - -121.94026337499997, - 37.23780280600005 - ], - [ - -121.940260164, - 37.23758699200005 - ], - [ - -121.94025989799997, - 37.237570195000046 - ], - [ - -121.94025717199997, - 37.23738539000004 - ], - [ - -121.94025684999997, - 37.23736424500004 - ], - [ - -121.94025414999999, - 37.23718381300006 - ], - [ - -121.94025201199997, - 37.237040067000066 - ], - [ - -121.94025115599999, - 37.236982211000054 - ], - [ - -121.94024967699994, - 37.23688307000003 - ], - [ - -121.940248882, - 37.23682835000005 - ], - [ - -121.94024816299998, - 37.23678063300008 - ], - [ - -121.94024407899997, - 37.236506001000066 - ], - [ - -121.940240239, - 37.23624844500006 - ], - [ - -121.94023582399996, - 37.236239183000066 - ], - [ - -121.94023483299998, - 37.23618920400003 - ], - [ - -121.94023475199998, - 37.23612637100007 - ], - [ - -121.94004208799998, - 37.23612743800004 - ], - [ - -121.93701693699995, - 37.23614196300008 - ], - [ - -121.93477169399995, - 37.23615270300007 - ], - [ - -121.93457208499996, - 37.236153616000024 - ], - [ - -121.93457434699997, - 37.23625522000003 - ], - [ - -121.93457737699998, - 37.23658798100007 - ], - [ - -121.93457937499994, - 37.236810035000076 - ], - [ - -121.93459470399995, - 37.23696904700006 - ], - [ - -121.93459708399996, - 37.23723053700007 - ], - [ - -121.93459721399995, - 37.23724470500008 - ], - [ - -121.93459897199995, - 37.23743503600008 - ], - [ - -121.93459935199996, - 37.23747721800004 - ], - [ - -121.934600876, - 37.23764328900006 - ], - [ - -121.93460146299998, - 37.23770973200004 - ], - [ - -121.93460275399997, - 37.23785019200005 - ], - [ - -121.93460357499998, - 37.237942245000056 - ], - [ - -121.93460456099996, - 37.23805496700004 - ], - [ - -121.93460568499995, - 37.23817475900006 - ], - [ - -121.934606455, - 37.238262716000065 - ], - [ - -121.93460774799996, - 37.23840178000006 - ], - [ - -121.93460833399996, - 37.23846522400004 - ], - [ - -121.93460981099997, - 37.23862880100006 - ], - [ - -121.93461022999998, - 37.23867464500006 - ], - [ - -121.93461194799994, - 37.238861292000024 - ], - [ - -121.93461208899998, - 37.23887610000003 - ], - [ - -121.93461420499995, - 37.23911037600004 - ], - [ - -121.93461398799997, - 37.23927518700003 - ], - [ - -121.93461618699996, - 37.23951534500003 - ], - [ - -121.93461855699996, - 37.23977623900004 - ], - [ - -121.93462157899995, - 37.24010856500007 - ], - [ - -121.93462633299998, - 37.24020416500008 - ], - [ - -121.93379624, - 37.240210743000034 - ], - [ - -121.93379739499994, - 37.240276994000055 - ], - [ - -121.93379909899994, - 37.240468976000045 - ], - [ - -121.93380072199994, - 37.240647841000055 - ], - [ - -121.93380249299997, - 37.24084478700007 - ], - [ - -121.93380427299996, - 37.24104228300007 - ], - [ - -121.93380605399994, - 37.24123977900007 - ], - [ - -121.93380783499998, - 37.241437276000056 - ], - [ - -121.93380958799997, - 37.241634773000044 - ], - [ - -121.93381136799997, - 37.24183226800005 - ], - [ - -121.93381315399995, - 37.242030062000026 - ], - [ - -121.93381493599998, - 37.242227581000066 - ], - [ - -121.93382458299999, - 37.24329860100005 - ], - [ - -121.93382557799998, - 37.24342219500005 - ], - [ - -121.93332849999996, - 37.24342475700007 - ], - [ - -121.93276897899995, - 37.24342755600003 - ], - [ - -121.93209617699995, - 37.24343089100006 - ], - [ - -121.93138031499996, - 37.243434474000026 - ], - [ - -121.93137796299999, - 37.24319658500008 - ], - [ - -121.931377952, - 37.24319564600006 - ], - [ - -121.93137568599997, - 37.24294258000003 - ], - [ - -121.93137098099999, - 37.24241980700003 - ], - [ - -121.93105469099999, - 37.24240618600004 - ], - [ - -121.93082255799999, - 37.24240808500008 - ], - [ - -121.930784228, - 37.242408416000046 - ], - [ - -121.93055330499999, - 37.242409156000065 - ], - [ - -121.93055427399997, - 37.24251377500008 - ], - [ - -121.93055516699997, - 37.24260990200003 - ], - [ - -121.93055580299995, - 37.242677557000036 - ], - [ - -121.93055608699996, - 37.24270742500005 - ], - [ - -121.93055698599994, - 37.242803827000046 - ], - [ - -121.930557395, - 37.24284921200007 - ], - [ - -121.93055788099997, - 37.242901602000074 - ], - [ - -121.93055877499995, - 37.242997729000024 - ], - [ - -121.930559669, - 37.24309385500004 - ], - [ - -121.93056053199996, - 37.243189983000036 - ], - [ - -121.930561464, - 37.24328805500005 - ], - [ - -121.93056171399996, - 37.24331611500003 - ], - [ - -121.93056233799996, - 37.24338473200004 - ], - [ - -121.93056567899998, - 37.243439651000074 - ], - [ - -121.93018564699997, - 37.24344223400004 - ], - [ - -121.929974803, - 37.243443666000076 - ], - [ - -121.92996255099996, - 37.24344372300004 - ], - [ - -121.92941988399997, - 37.243447444000026 - ], - [ - -121.92849667099995, - 37.24345372500005 - ], - [ - -121.92849432299994, - 37.243453732000035 - ], - [ - -121.92761277299996, - 37.24345887900006 - ], - [ - -121.92761111899995, - 37.24333614000005 - ], - [ - -121.92760852999999, - 37.24306696200006 - ], - [ - -121.927608454, - 37.243061469000054 - ], - [ - -121.92760838399994, - 37.24305183400003 - ], - [ - -121.92760562399997, - 37.24276762000005 - ], - [ - -121.927570501, - 37.242685461000065 - ], - [ - -121.927555725, - 37.24115192100004 - ], - [ - -121.92744883399996, - 37.24115272100005 - ], - [ - -121.927061805, - 37.24115560800004 - ], - [ - -121.92668662499995, - 37.24115839700005 - ], - [ - -121.92648048899997, - 37.24115250800003 - ], - [ - -121.92616724599998, - 37.24115573000006 - ], - [ - -121.92609899399997, - 37.24115592100003 - ], - [ - -121.92571851499997, - 37.24115703200005 - ], - [ - -121.92551173899994, - 37.24115815300007 - ], - [ - -121.92513243499997, - 37.24116085000003 - ], - [ - -121.92513280599997, - 37.241198361000045 - ], - [ - -121.92513386499996, - 37.241317034000076 - ], - [ - -121.92513532699996, - 37.241477978000034 - ], - [ - -121.92513585199998, - 37.24153705100008 - ], - [ - -121.92513673699995, - 37.24163617600004 - ], - [ - -121.92513819799996, - 37.241795472000035 - ], - [ - -121.925139033, - 37.241887435000024 - ], - [ - -121.92513936799998, - 37.24192153700005 - ], - [ - -121.92513969599997, - 37.24195378400003 - ], - [ - -121.92514109299998, - 37.24211438700007 - ], - [ - -121.92514220499999, - 37.24223738400008 - ], - [ - -121.92514254899999, - 37.24227494200005 - ], - [ - -121.92514400899995, - 37.24243575000003 - ], - [ - -121.92514406999999, - 37.242443508000065 - ], - [ - -121.92514563199995, - 37.24261266900004 - ], - [ - -121.925145682, - 37.24261827600003 - ], - [ - -121.92514704599995, - 37.24278306700006 - ], - [ - -121.92514706499998, - 37.242784028000074 - ], - [ - -121.92514950299994, - 37.24306536300003 - ], - [ - -121.925149504, - 37.24306694200004 - ], - [ - -121.92514966199997, - 37.243084199000066 - ], - [ - -121.925151998, - 37.24335260200007 - ], - [ - -121.925153363, - 37.24348141100006 - ], - [ - -121.92359724199997, - 37.243484255000055 - ], - [ - -121.92358839699995, - 37.24348427100006 - ], - [ - -121.92291354799994, - 37.24348549500007 - ], - [ - -121.92291069799995, - 37.24336714300006 - ], - [ - -121.92290035199994, - 37.24336651700003 - ], - [ - -121.92289920399998, - 37.243366441000035 - ], - [ - -121.92288847099996, - 37.24336428300006 - ], - [ - -121.92288664999995, - 37.24336376600007 - ], - [ - -121.92287704899996, - 37.24336034100003 - ], - [ - -121.92287593999998, - 37.24335979600005 - ], - [ - -121.92286721199997, - 37.24335506500006 - ], - [ - -121.92286632799994, - 37.24335449300003 - ], - [ - -121.92285894799994, - 37.24334876200004 - ], - [ - -121.92285772899999, - 37.243347690000064 - ], - [ - -121.92285166799996, - 37.24334096700005 - ], - [ - -121.92285069199994, - 37.243339637000076 - ], - [ - -121.92284638999996, - 37.24333259400004 - ], - [ - -121.92284586799997, - 37.243331641000054 - ], - [ - -121.92284280799998, - 37.243323056000065 - ], - [ - -121.922842576, - 37.243322060000025 - ], - [ - -121.92284153799994, - 37.243313914000055 - ], - [ - -121.92284142899996, - 37.24331256500005 - ], - [ - -121.92284143199998, - 37.24331117200006 - ], - [ - -121.92284271899996, - 37.243256907000045 - ], - [ - -121.92284279999996, - 37.24323399300005 - ], - [ - -121.92284038699995, - 37.242956642000024 - ], - [ - -121.92283891199997, - 37.24278422900005 - ], - [ - -121.92283892199998, - 37.24278136700008 - ], - [ - -121.92283947899995, - 37.242646998000055 - ], - [ - -121.92321553899995, - 37.242644401000064 - ], - [ - -121.92321487699996, - 37.24256199800004 - ], - [ - -121.92321320099995, - 37.24238210200008 - ], - [ - -121.92321308599998, - 37.24236850800003 - ], - [ - -121.92321166999994, - 37.242217313000026 - ], - [ - -121.92321149299994, - 37.24219744700008 - ], - [ - -121.92321016799997, - 37.24205254700007 - ], - [ - -121.92320994499994, - 37.24202879000006 - ], - [ - -121.92320866299997, - 37.241887758000075 - ], - [ - -121.923208376, - 37.241856013000074 - ], - [ - -121.92320713299995, - 37.24172296900008 - ], - [ - -121.92320675499997, - 37.241682069000035 - ], - [ - -121.92320560099995, - 37.24155817900004 - ], - [ - -121.92320521499994, - 37.24151528800007 - ], - [ - -121.92320409899997, - 37.24139339000004 - ], - [ - -121.92320365999996, - 37.24134473100003 - ], - [ - -121.92320256999994, - 37.241227250000065 - ], - [ - -121.92320209199994, - 37.241176531000065 - ], - [ - -121.923201039, - 37.24106246000008 - ], - [ - -121.92320055099998, - 37.24100972900004 - ], - [ - -121.92319953699996, - 37.24089767100003 - ], - [ - -121.92319899599994, - 37.24083917000007 - ], - [ - -121.92319800399997, - 37.24073288200003 - ], - [ - -121.92319740799996, - 37.24066685100007 - ], - [ - -121.92319661299996, - 37.24058148100005 - ], - [ - -121.92319582299996, - 37.24049782800006 - ], - [ - -121.923194078, - 37.24030823000004 - ], - [ - -121.92333850099999, - 37.240307389000066 - ], - [ - -121.92334120599998, - 37.240142594000076 - ], - [ - -121.92333849399995, - 37.23984050200005 - ], - [ - -121.92354458499995, - 37.23983959800006 - ], - [ - -121.92375070299994, - 37.23983867000004 - ], - [ - -121.92411607799994, - 37.23983706300004 - ], - [ - -121.92430284499994, - 37.239836256000046 - ], - [ - -121.92430336099994, - 37.239894985000035 - ], - [ - -121.92430500399996, - 37.24007451400007 - ], - [ - -121.92430516899998, - 37.240095250000024 - ], - [ - -121.92430521499995, - 37.24009772200003 - ], - [ - -121.92512277799995, - 37.24009326400005 - ], - [ - -121.92512092099997, - 37.239890528000046 - ], - [ - -121.92512041899994, - 37.239835596000034 - ], - [ - -121.925117936, - 37.239560948000076 - ], - [ - -121.92511728599999, - 37.23948628900007 - ], - [ - -121.92511704599997, - 37.239460129000065 - ], - [ - -121.925116829, - 37.23943524900005 - ], - [ - -121.92511517099996, - 37.23925647600004 - ], - [ - -121.92511383699997, - 37.23909170700006 - ], - [ - -121.92511224599997, - 37.238909041000056 - ], - [ - -121.92511152799995, - 37.23882772200005 - ], - [ - -121.92511077499995, - 37.23874310700006 - ], - [ - -121.92510950399998, - 37.238599762000035 - ], - [ - -121.92510935799999, - 37.23858305500005 - ], - [ - -121.92510799799999, - 37.23842895400003 - ], - [ - -121.925107535, - 37.238374572000055 - ], - [ - -121.92510658199996, - 37.23826597000004 - ], - [ - -121.92510553499994, - 37.23814935900003 - ], - [ - -121.92510515299995, - 37.23810525500005 - ], - [ - -121.92510372799995, - 37.23794028100008 - ], - [ - -121.925103665, - 37.23793238500008 - ], - [ - -121.92510230799996, - 37.237778535000075 - ], - [ - -121.92510164099997, - 37.237704448000045 - ], - [ - -121.92510086399994, - 37.237615531000074 - ], - [ - -121.92509966999995, - 37.23747923500008 - ], - [ - -121.92509941999998, - 37.237449550000065 - ], - [ - -121.92509804099996, - 37.237291465000055 - ], - [ - -121.925097699, - 37.23725402100007 - ], - [ - -121.92509645999996, - 37.23711376600005 - ], - [ - -121.92509570699997, - 37.237026084000036 - ], - [ - -121.925094135, - 37.23685044500007 - ], - [ - -121.92509368199995, - 37.236798125000064 - ], - [ - -121.92509231099996, - 37.23664047500006 - ], - [ - -121.925091711, - 37.23657291100005 - ], - [ - -121.92508926299996, - 37.236295537000046 - ], - [ - -121.925089819, - 37.23617741800007 - ], - [ - -121.92436481199996, - 37.23618260400008 - ], - [ - -121.92262478999999, - 37.23619440600004 - ], - [ - -121.92074334199998, - 37.23620782900008 - ], - [ - -121.92073275299998, - 37.23620795800008 - ], - [ - -121.91953497299994, - 37.23622372600005 - ], - [ - -121.91862654199997, - 37.23623039300003 - ], - [ - -121.91773181899998, - 37.23622924000006 - ], - [ - -121.91701153399998, - 37.236234323000076 - ], - [ - -121.91669818699995, - 37.23623697200003 - ], - [ - -121.91575716899996, - 37.23624325500003 - ], - [ - -121.91492295599994, - 37.23624913000003 - ], - [ - -121.91390268299995, - 37.23625633300003 - ], - [ - -121.91299052699998, - 37.23626277100004 - ], - [ - -121.912887007, - 37.236273475000075 - ], - [ - -121.91233777199994, - 37.23630402400005 - ], - [ - -121.91126034699994, - 37.23631230400008 - ], - [ - -121.91125821799994, - 37.23620243600004 - ], - [ - -121.91125646799998, - 37.23602464800007 - ], - [ - -121.91125646499995, - 37.236023 - ], - [ - -121.91125485499998, - 37.23586022600006 - ], - [ - -121.91125323999995, - 37.23569411100004 - ], - [ - -121.91125160599995, - 37.235528636000026 - ], - [ - -121.91125143499994, - 37.23551037200008 - ], - [ - -121.91124996099995, - 37.23536094100007 - ], - [ - -121.91124976599997, - 37.23534002200006 - ], - [ - -121.91124840299995, - 37.23520093600007 - ], - [ - -121.91124809999997, - 37.23516969600007 - ], - [ - -121.911246861, - 37.23504177800004 - ], - [ - -121.91124643399996, - 37.23499936800005 - ], - [ - -121.91124521299997, - 37.23487550300007 - ], - [ - -121.911244335, - 37.23478642600003 - ], - [ - -121.91124361599998, - 37.23471185900007 - ], - [ - -121.91124197599999, - 37.23454446200003 - ], - [ - -121.91124157599995, - 37.23450356300003 - ], - [ - -121.91124034999996, - 37.23437937700004 - ], - [ - -121.91124007699995, - 37.23435273600006 - ], - [ - -121.91123875399995, - 37.234215848000076 - ], - [ - -121.91123818899996, - 37.23415849200006 - ], - [ - -121.91123711699998, - 37.23404854200004 - ], - [ - -121.911235493, - 37.233885127000065 - ], - [ - -121.91123520399998, - 37.23385457300003 - ], - [ - -121.91123389199998, - 37.233721255000034 - ], - [ - -121.911232085, - 37.23353589100003 - ], - [ - -121.91123396499995, - 37.23338207100005 - ], - [ - -121.91123209099999, - 37.23318862700006 - ], - [ - -121.91123132599995, - 37.23311017000003 - ], - [ - -121.91123047599996, - 37.23302406800008 - ], - [ - -121.91122887199998, - 37.232857083000056 - ], - [ - -121.91122854899999, - 37.23282472100004 - ], - [ - -121.91122726799995, - 37.23269163000003 - ], - [ - -121.91122567899998, - 37.232528399000046 - ], - [ - -121.91122502099995, - 37.23246159000007 - ], - [ - -121.91122405799996, - 37.23236198500007 - ], - [ - -121.911222464, - 37.23219706100008 - ], - [ - -121.91122147699997, - 37.23209612800008 - ], - [ - -121.91122085099994, - 37.23203108100006 - ], - [ - -121.91121926599999, - 37.231869635000066 - ], - [ - -121.91121892799998, - 37.23183351900008 - ], - [ - -121.91121766199996, - 37.23170260400008 - ], - [ - -121.91121606499996, - 37.231537495000055 - ], - [ - -121.911214412, - 37.23137092200005 - ], - [ - -121.91121282299997, - 37.23120618000007 - ], - [ - -121.91121125399997, - 37.23104413800007 - ], - [ - -121.91120960799998, - 37.23087486400004 - ], - [ - -121.91120799, - 37.23070863300006 - ], - [ - -121.91120650399995, - 37.23055547200005 - ], - [ - -121.910860018, - 37.23055894000004 - ], - [ - -121.91080443699997, - 37.23055949600007 - ], - [ - -121.91078929799994, - 37.23054691500005 - ], - [ - -121.91075693999994, - 37.23052825800005 - ], - [ - -121.91072044199996, - 37.230516187000035 - ], - [ - -121.910680744, - 37.23051101400006 - ], - [ - -121.910678126, - 37.23051095100004 - ], - [ - -121.91067629999998, - 37.230510915000025 - ], - [ - -121.91067447299997, - 37.230510888000026 - ], - [ - -121.91053691899998, - 37.230512271000066 - ], - [ - -121.90975863199998, - 37.23052020700004 - ], - [ - -121.90975427299998, - 37.23012019000004 - ], - [ - -121.90975335999997, - 37.23003676600007 - ], - [ - -121.90975130499999, - 37.229850216000045 - ], - [ - -121.90974945799996, - 37.22967622800007 - ], - [ - -121.90974734399998, - 37.22948649600005 - ], - [ - -121.90974624599994, - 37.229385656000034 - ], - [ - -121.90974497699995, - 37.22926966500006 - ], - [ - -121.90974414299995, - 37.22919349800003 - ], - [ - -121.90958075299994, - 37.229061742000056 - ], - [ - -121.90957604599998, - 37.229057932000046 - ], - [ - -121.90973746299994, - 37.229056239000045 - ], - [ - -121.90973627699998, - 37.228891446000034 - ], - [ - -121.90973621199998, - 37.22888045900004 - ], - [ - -121.90973612299996, - 37.22885745600007 - ], - [ - -121.90973522599995, - 37.22865491400006 - ], - [ - -121.90973493699994, - 37.22860000500003 - ], - [ - -121.90973405499994, - 37.228405794000025 - ], - [ - -121.90973325899995, - 37.228226781000046 - ], - [ - -121.90973316799995, - 37.228208333000055 - ], - [ - -121.90973229899998, - 37.22801332100005 - ], - [ - -121.90973143199994, - 37.22781828700005 - ], - [ - -121.90973055699999, - 37.22762753200004 - ], - [ - -121.90973022599997, - 37.227552252000066 - ], - [ - -121.91030751099998, - 37.227546189000066 - ], - [ - -121.91129920699996, - 37.22753574400008 - ], - [ - -121.91129877199995, - 37.22750356700004 - ], - [ - -121.91129199599999, - 37.22702895600003 - ], - [ - -121.91128747699997, - 37.226711848000036 - ], - [ - -121.91259985999994, - 37.22669603600008 - ], - [ - -121.912766219, - 37.226694028000054 - ], - [ - -121.91279735599994, - 37.22669365200005 - ], - [ - -121.91288629999997, - 37.22669257800004 - ], - [ - -121.91287620399999, - 37.225930419000065 - ], - [ - -121.91286855599998, - 37.22535402800003 - ], - [ - -121.91286814299997, - 37.225323040000035 - ], - [ - -121.91235183999999, - 37.225260580000054 - ], - [ - -121.91114075599995, - 37.22511411500005 - ], - [ - -121.91107646399996, - 37.22510635100008 - ], - [ - -121.91104671199997, - 37.225102750000076 - ], - [ - -121.91065199899998, - 37.22505497700007 - ], - [ - -121.91063853099996, - 37.22506640200004 - ], - [ - -121.91055569599996, - 37.22513188100004 - ], - [ - -121.910072459, - 37.22534305100004 - ], - [ - -121.909814182, - 37.225371867000035 - ], - [ - -121.90970739899996, - 37.225369674000035 - ], - [ - -121.90958898399998, - 37.22538355300003 - ], - [ - -121.90917371599994, - 37.22552269000005 - ], - [ - -121.90878722999997, - 37.225770640000064 - ], - [ - -121.90871026399998, - 37.225837787000046 - ], - [ - -121.90842761799996, - 37.22607766600004 - ], - [ - -121.90782833199995, - 37.226219194000066 - ], - [ - -121.90727469799998, - 37.22634996200003 - ], - [ - -121.90708367499997, - 37.22639508700007 - ], - [ - -121.90680367899995, - 37.226461193000034 - ], - [ - -121.90668695899996, - 37.22626844400003 - ], - [ - -121.90667499499995, - 37.226248697000074 - ], - [ - -121.90667071099995, - 37.22624163000006 - ], - [ - -121.90655015199997, - 37.22604256300008 - ], - [ - -121.906517507, - 37.22598861500006 - ], - [ - -121.90645139399999, - 37.22587946800007 - ], - [ - -121.90641130799997, - 37.22581329500008 - ], - [ - -121.90629674599995, - 37.22562411500007 - ], - [ - -121.90628182799998, - 37.22559950400006 - ], - [ - -121.90617279099996, - 37.22541943400006 - ], - [ - -121.90605394799996, - 37.22522318500006 - ], - [ - -121.90553914499998, - 37.224373126000046 - ], - [ - -121.905718359, - 37.22391285400005 - ], - [ - -121.90628761099998, - 37.22303603900008 - ], - [ - -121.90629484399994, - 37.22302491800008 - ], - [ - -121.90638280399997, - 37.22288935900008 - ], - [ - -121.90644957799998, - 37.22270481900006 - ], - [ - -121.90647156399996, - 37.222644126000034 - ], - [ - -121.90649039299996, - 37.22259203100003 - ], - [ - -121.90659561299998, - 37.22230120900008 - ], - [ - -121.90664192199995, - 37.22217322500006 - ], - [ - -121.90671353999994, - 37.22197532700005 - ], - [ - -121.90671873699995, - 37.22196098100005 - ], - [ - -121.90690420599998, - 37.22185547200007 - ], - [ - -121.90718056199995, - 37.22169874100007 - ], - [ - -121.90725150599997, - 37.22165847100007 - ], - [ - -121.90735915199997, - 37.22159734200005 - ], - [ - -121.90757197999994, - 37.22147646500008 - ], - [ - -121.90795560199996, - 37.22154134300007 - ], - [ - -121.908333256, - 37.221231172000046 - ], - [ - -121.90833351599997, - 37.22120393000006 - ], - [ - -121.90833733199997, - 37.22078767700003 - ], - [ - -121.90910295499998, - 37.22031773100008 - ], - [ - -121.90913464099998, - 37.22020221300005 - ], - [ - -121.90918165399995, - 37.21988844300006 - ], - [ - -121.90920374999996, - 37.21974090400005 - ], - [ - -121.90920079199998, - 37.219696327000065 - ], - [ - -121.90921160099998, - 37.219201774000055 - ], - [ - -121.90866555599996, - 37.218584736000025 - ], - [ - -121.90902683299998, - 37.21800172900004 - ], - [ - -121.90929569499997, - 37.21790995300006 - ], - [ - -121.90998189699997, - 37.21760766500006 - ], - [ - -121.91050799799996, - 37.21737590400005 - ], - [ - -121.91067095699998, - 37.21735404900005 - ], - [ - -121.91118704099995, - 37.21728490100003 - ], - [ - -121.91184897399995, - 37.21704703100005 - ], - [ - -121.91220621999997, - 37.21698306900004 - ], - [ - -121.91255874599995, - 37.216796541000065 - ], - [ - -121.91283933799997, - 37.216544363000025 - ], - [ - -121.91284057099995, - 37.21682948800003 - ], - [ - -121.91284082899995, - 37.21688107800003 - ], - [ - -121.91284086599995, - 37.21696135500008 - ], - [ - -121.91287143299996, - 37.216928505000055 - ], - [ - -121.91289808599998, - 37.21689702800006 - ], - [ - -121.91290090799998, - 37.216893595000045 - ], - [ - -121.91290796899995, - 37.21688386200003 - ], - [ - -121.91297880399998, - 37.21677604300004 - ], - [ - -121.91298067099996, - 37.216773070000045 - ], - [ - -121.91298177699997, - 37.21677131400003 - ], - [ - -121.91314068999998, - 37.21650499300006 - ], - [ - -121.91314218499997, - 37.216502364000064 - ], - [ - -121.91314312699996, - 37.216500705000044 - ], - [ - -121.91336058199994, - 37.21610171700007 - ], - [ - -121.91339434099996, - 37.216035617000045 - ], - [ - -121.91343731399996, - 37.21593534800007 - ], - [ - -121.91347177399996, - 37.215832255000066 - ], - [ - -121.91349715999996, - 37.21572785600006 - ], - [ - -121.91350527499998, - 37.21568268600004 - ], - [ - -121.91351370199999, - 37.215630256000054 - ], - [ - -121.91351758399998, - 37.21559522900003 - ], - [ - -121.91351650499996, - 37.215538182000046 - ], - [ - -121.91350631199998, - 37.215481702000034 - ], - [ - -121.91348717499994, - 37.21542672900006 - ], - [ - -121.91348243999994, - 37.21541629300003 - ], - [ - -121.91345910499996, - 37.21537350800003 - ], - [ - -121.91342390799997, - 37.21532514300003 - ], - [ - -121.91342325899996, - 37.21532437600007 - ], - [ - -121.91337968199997, - 37.21527912300007 - ], - [ - -121.91332919899997, - 37.215238671000066 - ], - [ - -121.91329732499997, - 37.21521783000003 - ], - [ - -121.91325811099995, - 37.215192099000035 - ], - [ - -121.91320332799995, - 37.21514830900003 - ], - [ - -121.91315539299995, - 37.21509963300008 - ], - [ - -121.91311501499996, - 37.21504679100008 - ], - [ - -121.91310156299994, - 37.21502542500008 - ], - [ - -121.91309776699995, - 37.215019392000045 - ], - [ - -121.91304728199998, - 37.21493052900007 - ], - [ - -121.91300523299998, - 37.21483888300003 - ], - [ - -121.91297186199995, - 37.214744981000024 - ], - [ - -121.91297152599998, - 37.214743860000056 - ], - [ - -121.91297036999998, - 37.21474001000007 - ], - [ - -121.91296995799996, - 37.21473864200004 - ], - [ - -121.91296840299998, - 37.21473342300004 - ], - [ - -121.91296095699994, - 37.21470739500006 - ], - [ - -121.91291945599994, - 37.21456179100005 - ], - [ - -121.912897795, - 37.214497091000055 - ], - [ - -121.91284429799998, - 37.21433739300005 - ], - [ - -121.91283908199995, - 37.21432179900006 - ], - [ - -121.91282855399999, - 37.214291779000064 - ], - [ - -121.91283064299995, - 37.21463279100004 - ], - [ - -121.91268611499999, - 37.21445878900005 - ], - [ - -121.91261869999994, - 37.214377633000026 - ], - [ - -121.91261715999997, - 37.21437337100008 - ], - [ - -121.912557258, - 37.21420958400006 - ], - [ - -121.91244451299997, - 37.21390115200006 - ], - [ - -121.912427461, - 37.213854480000066 - ], - [ - -121.91241285599995, - 37.21381455300008 - ], - [ - -121.91239867299998, - 37.21377578900007 - ], - [ - -121.91234978399996, - 37.21364206000004 - ], - [ - -121.91234332799996, - 37.21362442100008 - ], - [ - -121.91231000399995, - 37.21360880000003 - ], - [ - -121.91218693699994, - 37.21355104700007 - ], - [ - -121.91217057799997, - 37.21360013700007 - ], - [ - -121.91211058899995, - 37.21353793800006 - ], - [ - -121.91203629799998, - 37.21346091700008 - ], - [ - -121.91169821999995, - 37.21341278400007 - ], - [ - -121.91169733099997, - 37.21341268000003 - ], - [ - -121.911309287, - 37.213375359000054 - ], - [ - -121.91070373699995, - 37.213317104000055 - ], - [ - -121.90990955199999, - 37.213392234000025 - ], - [ - -121.90989435299997, - 37.21339367600007 - ], - [ - -121.909890551, - 37.21339246300005 - ], - [ - -121.90943385199995, - 37.21324746400006 - ], - [ - -121.90937171999997, - 37.21322772600007 - ], - [ - -121.90920351699998, - 37.21268785500007 - ], - [ - -121.90915803799999, - 37.212541748000035 - ], - [ - -121.90886449399994, - 37.212171193000074 - ], - [ - -121.90787405999998, - 37.211519742000064 - ], - [ - -121.90678451599996, - 37.21068006100006 - ], - [ - -121.90676831199994, - 37.21066757400007 - ], - [ - -121.90674524099995, - 37.21068099100006 - ], - [ - -121.90599531899994, - 37.211117039000044 - ], - [ - -121.90489130999998, - 37.21110606000008 - ], - [ - -121.90484691899997, - 37.211073885000076 - ], - [ - -121.90407071799996, - 37.21051102200005 - ], - [ - -121.90367300399998, - 37.20973886500008 - ], - [ - -121.90333211999996, - 37.20961316800003 - ], - [ - -121.90312517999996, - 37.20953686300004 - ], - [ - -121.90238315999994, - 37.20926325200003 - ], - [ - -121.90188330599995, - 37.20885479800006 - ], - [ - -121.901696556, - 37.20788199500004 - ], - [ - -121.90168558599999, - 37.20782490100004 - ], - [ - -121.90162006799994, - 37.20780137700007 - ], - [ - -121.901540002, - 37.20777264800006 - ], - [ - -121.90017766999995, - 37.207283619000066 - ], - [ - -121.90011685699994, - 37.20723623300006 - ], - [ - -121.89943716399995, - 37.206706567000026 - ], - [ - -121.89938314799997, - 37.206664455000066 - ], - [ - -121.89920710799998, - 37.20665747400005 - ], - [ - -121.89914029299996, - 37.20665481700007 - ], - [ - -121.89907883599994, - 37.20665237000003 - ], - [ - -121.89510421699998, - 37.209847215000025 - ], - [ - -121.89507283499995, - 37.209872493000034 - ], - [ - -121.89389318399998, - 37.21082062100004 - ], - [ - -121.89032798199997, - 37.21365896900005 - ], - [ - -121.89084680299999, - 37.21365280200007 - ], - [ - -121.89154148799997, - 37.21364030800004 - ], - [ - -121.89223397799998, - 37.21365747800007 - ], - [ - -121.89229149, - 37.21384604600007 - ], - [ - -121.89291426099999, - 37.215888147000044 - ], - [ - -121.89449643499995, - 37.216585114000054 - ], - [ - -121.89432506799994, - 37.21664582300008 - ], - [ - -121.89311312899997, - 37.217218725000066 - ], - [ - -121.89297973799995, - 37.21732867400004 - ], - [ - -121.89288840199998, - 37.217457601000035 - ], - [ - -121.89269006399996, - 37.21780086100006 - ], - [ - -121.89253147899996, - 37.21804732700008 - ], - [ - -121.89237988399998, - 37.21827885400006 - ], - [ - -121.892195733, - 37.21845889900004 - ], - [ - -121.89214824799996, - 37.218697243000065 - ], - [ - -121.89199904199995, - 37.21888797500003 - ], - [ - -121.89171884599995, - 37.218944091000026 - ], - [ - -121.89027261499996, - 37.21932479800006 - ], - [ - -121.88873233599998, - 37.219851540000036 - ], - [ - -121.88868057299999, - 37.21982459600008 - ], - [ - -121.88867924699997, - 37.219823993000034 - ], - [ - -121.88862601899996, - 37.219801414000074 - ], - [ - -121.88862475099995, - 37.219800949000046 - ], - [ - -121.88856910499999, - 37.21978222100006 - ], - [ - -121.88851011999998, - 37.21976706000004 - ], - [ - -121.88844998399998, - 37.21975623600008 - ], - [ - -121.88844869399998, - 37.21975609100008 - ], - [ - -121.888388755, - 37.219749730000046 - ], - [ - -121.88832703399999, - 37.219747555000026 - ], - [ - -121.88826587999995, - 37.21974974500006 - ], - [ - -121.88820420899998, - 37.21975638200007 - ], - [ - -121.88814567199995, - 37.219766965000076 - ], - [ - -121.888143846, - 37.21976733100007 - ], - [ - -121.888086333, - 37.21978213500006 - ], - [ - -121.88808502399996, - 37.21978249400007 - ], - [ - -121.88802972999997, - 37.219801233000055 - ], - [ - -121.88802819399996, - 37.21980180000003 - ], - [ - -121.88797364199996, - 37.219825040000046 - ], - [ - -121.88754767599994, - 37.21966542300004 - ], - [ - -121.88720872399995, - 37.219538397000065 - ], - [ - -121.88715297799996, - 37.21941689500005 - ], - [ - -121.887014223, - 37.21917313800003 - ], - [ - -121.88700488099994, - 37.21909386600004 - ], - [ - -121.88692723899999, - 37.21866182500003 - ], - [ - -121.88692471999997, - 37.21864326700006 - ], - [ - -121.88691999899999, - 37.218625012000075 - ], - [ - -121.88691314599998, - 37.21860719500006 - ], - [ - -121.88667540199998, - 37.21810604600006 - ], - [ - -121.88643301899998, - 37.21763702100003 - ], - [ - -121.88617565599998, - 37.21772210700004 - ], - [ - -121.88593763899996, - 37.217800784000076 - ], - [ - -121.88581184399999, - 37.21784235300004 - ], - [ - -121.885151227, - 37.21769825500007 - ], - [ - -121.88497839699994, - 37.217624697000076 - ], - [ - -121.884741868, - 37.21754575600005 - ], - [ - -121.88436377799997, - 37.21723920300008 - ], - [ - -121.88407553399998, - 37.21692350600006 - ], - [ - -121.88405733499997, - 37.21690357800003 - ], - [ - -121.88383857799994, - 37.21666332700005 - ], - [ - -121.88382211899994, - 37.21664154800004 - ], - [ - -121.88381738199996, - 37.216635878000034 - ], - [ - -121.88355138099996, - 37.21631731000008 - ], - [ - -121.883355301, - 37.216065048000075 - ], - [ - -121.88357104799996, - 37.21586397300007 - ], - [ - -121.88375756299996, - 37.215677870000036 - ], - [ - -121.88379546799996, - 37.21556549200005 - ], - [ - -121.88378075199995, - 37.21530982500008 - ], - [ - -121.88373787699999, - 37.21517212400005 - ], - [ - -121.88373775599996, - 37.21517173600006 - ], - [ - -121.88370632899995, - 37.215070843000035 - ], - [ - -121.88368381599997, - 37.215019357000074 - ], - [ - -121.883570449, - 37.21476023200006 - ], - [ - -121.88348716299998, - 37.21456974300003 - ], - [ - -121.88346408399997, - 37.21451949800007 - ], - [ - -121.88328748599997, - 37.21413495400003 - ], - [ - -121.88284478099996, - 37.21436519500003 - ], - [ - -121.882092135, - 37.21456535400006 - ], - [ - -121.88173426199995, - 37.21467508000006 - ], - [ - -121.88157607199997, - 37.21474756300006 - ], - [ - -121.88150850999995, - 37.21479153200005 - ], - [ - -121.88149093099997, - 37.21471988800005 - ], - [ - -121.88148922999994, - 37.214713019000044 - ], - [ - -121.88147836799999, - 37.21466883100004 - ], - [ - -121.881454207, - 37.214664302000074 - ], - [ - -121.88141518299994, - 37.214689401000044 - ], - [ - -121.88135616399995, - 37.214667459000054 - ], - [ - -121.87978067199998, - 37.214081804000045 - ], - [ - -121.87976733199997, - 37.214056828000025 - ], - [ - -121.87975370899994, - 37.214031969000075 - ], - [ - -121.87970418199995, - 37.213959696000074 - ], - [ - -121.87966143099999, - 37.21389956400003 - ], - [ - -121.87961577599998, - 37.213840247000064 - ], - [ - -121.87956724799994, - 37.21378185300006 - ], - [ - -121.87951584899997, - 37.21372450300004 - ], - [ - -121.87946158199998, - 37.213668376000044 - ], - [ - -121.87940458999998, - 37.213613518000045 - ], - [ - -121.87934487899997, - 37.21356017800008 - ], - [ - -121.87928259199998, - 37.21350835800007 - ], - [ - -121.87921781799997, - 37.21345826000004 - ], - [ - -121.87915064499998, - 37.21340995300005 - ], - [ - -121.87908118899998, - 37.21336357400003 - ], - [ - -121.879009565, - 37.213319186000035 - ], - [ - -121.87893598, - 37.21327690600003 - ], - [ - -121.87886054199998, - 37.213236822000056 - ], - [ - -121.878783377, - 37.213199049000025 - ], - [ - -121.87870470399997, - 37.213163534000046 - ], - [ - -121.87862461699996, - 37.21313044200008 - ], - [ - -121.87854334599996, - 37.21309978900007 - ], - [ - -121.87846103199996, - 37.213071573000036 - ], - [ - -121.87837787599994, - 37.21304591000006 - ], - [ - -121.87829402499995, - 37.21302272600008 - ], - [ - -121.87820967399995, - 37.21300208800005 - ], - [ - -121.87812496999999, - 37.21298392800003 - ], - [ - -121.87804008299997, - 37.212968309000075 - ], - [ - -121.87795521299995, - 37.212955140000076 - ], - [ - -121.87787050199995, - 37.21294444000006 - ], - [ - -121.87778606599994, - 37.21293616500003 - ], - [ - -121.87728551799995, - 37.21281840700004 - ], - [ - -121.87664829499994, - 37.21266847000004 - ], - [ - -121.87659888399997, - 37.21265680600004 - ], - [ - -121.87624503799998, - 37.21238622200008 - ], - [ - -121.87623999099998, - 37.21200280900007 - ], - [ - -121.87623506199998, - 37.21163205200003 - ], - [ - -121.87623119299997, - 37.21133752800006 - ], - [ - -121.87622821199994, - 37.21111324300006 - ], - [ - -121.876226799, - 37.21100519600003 - ], - [ - -121.87622361999996, - 37.21076695200003 - ], - [ - -121.87621923899997, - 37.210438443000044 - ], - [ - -121.87622664499997, - 37.21030110800007 - ], - [ - -121.87623547699997, - 37.209903592000046 - ], - [ - -121.87624235499999, - 37.20959442900005 - ], - [ - -121.87624705899998, - 37.20938486400007 - ], - [ - -121.87623680699994, - 37.20910126500007 - ], - [ - -121.87623570099998, - 37.20905666500005 - ], - [ - -121.87622895399994, - 37.208792483000025 - ], - [ - -121.87622397499996, - 37.20860880400005 - ], - [ - -121.87621894399996, - 37.208425470000066 - ], - [ - -121.87620608499998, - 37.20819615100004 - ], - [ - -121.87618242399998, - 37.207773151000026 - ], - [ - -121.87616827699998, - 37.207520362000025 - ], - [ - -121.87616865899997, - 37.20732643600007 - ], - [ - -121.87617005799996, - 37.20664608800007 - ], - [ - -121.87616976099997, - 37.20663302100007 - ], - [ - -121.87616777799997, - 37.20655006900006 - ], - [ - -121.87615824099998, - 37.206274129000064 - ], - [ - -121.87616038199997, - 37.206211616000076 - ], - [ - -121.87616122599997, - 37.20618743500006 - ], - [ - -121.87616710599997, - 37.20616168200007 - ], - [ - -121.87616464799999, - 37.205916012000046 - ], - [ - -121.87614965699998, - 37.20447333000004 - ], - [ - -121.87614345499998, - 37.203876070000035 - ], - [ - -121.87521907099995, - 37.203882202000045 - ], - [ - -121.87430919199994, - 37.20388826900006 - ], - [ - -121.87293581699998, - 37.20389734500003 - ], - [ - -121.87212894399994, - 37.20390271400004 - ], - [ - -121.87103165199994, - 37.20390997100003 - ], - [ - -121.86984574599995, - 37.20391779700003 - ], - [ - -121.86912376599997, - 37.20392258600003 - ], - [ - -121.86885005699997, - 37.203924347000054 - ], - [ - -121.86839770999995, - 37.203947081000024 - ], - [ - -121.86786646099995, - 37.20394436700008 - ], - [ - -121.86723301999996, - 37.20394144800008 - ], - [ - -121.86686175299997, - 37.20393972000005 - ], - [ - -121.86668548199998, - 37.20394457200007 - ], - [ - -121.86662101399997, - 37.20394638000005 - ], - [ - -121.86632505399996, - 37.20393470600004 - ], - [ - -121.86613235199997, - 37.203939336000076 - ], - [ - -121.86574780899997, - 37.20394865600008 - ], - [ - -121.86555164799995, - 37.20394874900006 - ], - [ - -121.86536045199995, - 37.20394967500005 - ], - [ - -121.86497313899997, - 37.20395149500007 - ], - [ - -121.86493036199994, - 37.20395169600005 - ], - [ - -121.86456661099999, - 37.20396196000007 - ], - [ - -121.86452395899994, - 37.203959664000024 - ], - [ - -121.864094008, - 37.20393636400007 - ], - [ - -121.86376225199996, - 37.20391844000005 - ], - [ - -121.86366436799995, - 37.20392379200007 - ], - [ - -121.86333118199997, - 37.20394214300006 - ], - [ - -121.86315847099996, - 37.20394136300007 - ], - [ - -121.86262859099998, - 37.203958888000045 - ], - [ - -121.86253230299997, - 37.203960720000055 - ], - [ - -121.86252777799996, - 37.203840945000024 - ], - [ - -121.86253305199995, - 37.20382893400006 - ], - [ - -121.862533553, - 37.203818719000026 - ], - [ - -121.86253514699996, - 37.20375534200008 - ], - [ - -121.86253620999997, - 37.20368169400007 - ], - [ - -121.86252293799998, - 37.20363172000003 - ], - [ - -121.862524308, - 37.20332971900007 - ], - [ - -121.86252450499995, - 37.20328863000003 - ], - [ - -121.86252471899996, - 37.20320611000005 - ], - [ - -121.86251601099997, - 37.202716645000066 - ], - [ - -121.86254050099996, - 37.20190365900004 - ], - [ - -121.86255340099996, - 37.20129651800005 - ], - [ - -121.86257223399997, - 37.200411632000055 - ], - [ - -121.859325217, - 37.200378700000044 - ], - [ - -121.85864132599994, - 37.20036281700004 - ], - [ - -121.85847637799998, - 37.20035896400003 - ], - [ - -121.85829456999994, - 37.200361076000036 - ], - [ - -121.857841281, - 37.20038920400003 - ], - [ - -121.85783585499996, - 37.19995438600006 - ], - [ - -121.85783116399995, - 37.19969899000006 - ], - [ - -121.85783075799998, - 37.199605605000045 - ], - [ - -121.85783034999997, - 37.199471018000054 - ], - [ - -121.85782708499994, - 37.19919637800007 - ], - [ - -121.85782734099996, - 37.19891709800004 - ], - [ - -121.85783521899998, - 37.198165147000054 - ], - [ - -121.85782848199995, - 37.197648557000036 - ], - [ - -121.85782891199995, - 37.197167456000045 - ], - [ - -121.85782927999998, - 37.196755505000056 - ], - [ - -121.85713614499997, - 37.19675507900007 - ], - [ - -121.85621945999998, - 37.19675653200005 - ], - [ - -121.85573608199996, - 37.19675737400007 - ], - [ - -121.85533645599997, - 37.19675804600007 - ], - [ - -121.85453070299997, - 37.19675939000007 - ], - [ - -121.85308185899999, - 37.19676178200007 - ], - [ - -121.85248800899996, - 37.19675647200006 - ], - [ - -121.85056529399998, - 37.19675682800005 - ], - [ - -121.84982716199994, - 37.19676168500007 - ], - [ - -121.84899635199997, - 37.19676669100005 - ], - [ - -121.84874867299999, - 37.196768150000025 - ], - [ - -121.84873716199996, - 37.19660082200005 - ], - [ - -121.84872223099995, - 37.19641375600003 - ], - [ - -121.84872160999998, - 37.19628874000006 - ], - [ - -121.84872628699998, - 37.19621955900004 - ], - [ - -121.84871860199996, - 37.19609167200008 - ], - [ - -121.84870843699997, - 37.195872070000064 - ], - [ - -121.84871716699996, - 37.195546593000074 - ], - [ - -121.84873815299994, - 37.195331416000045 - ], - [ - -121.84877184799996, - 37.19514971700005 - ], - [ - -121.84869597499994, - 37.19306328000005 - ], - [ - -121.84852729499994, - 37.193064080000056 - ], - [ - -121.84631710699995, - 37.19309034100007 - ], - [ - -121.84565910699996, - 37.193091183000035 - ], - [ - -121.844985367, - 37.19309487900006 - ], - [ - -121.84488125999997, - 37.19309550500003 - ], - [ - -121.84404820999998, - 37.19310242500006 - ], - [ - -121.84398030299997, - 37.19310029800005 - ], - [ - -121.84387654099999, - 37.19310567800005 - ], - [ - -121.84365987899997, - 37.19310020200004 - ], - [ - -121.84297277299999, - 37.19310534600004 - ], - [ - -121.84181940299999, - 37.19309896500005 - ], - [ - -121.84168624999995, - 37.19309758600008 - ], - [ - -121.84161760599994, - 37.19309741300003 - ], - [ - -121.84148051399995, - 37.19309660500005 - ], - [ - -121.84121706299999, - 37.193090676000054 - ], - [ - -121.84111204699997, - 37.19310121900003 - ], - [ - -121.839935062, - 37.193091038000034 - ], - [ - -121.839768489, - 37.19308960500007 - ], - [ - -121.83977611799997, - 37.19488608300003 - ], - [ - -121.83978084699999, - 37.194990451000024 - ], - [ - -121.83978472999996, - 37.19501553900005 - ], - [ - -121.83977886999998, - 37.19503982400005 - ], - [ - -121.83977709399994, - 37.19507015000005 - ], - [ - -121.83963711599995, - 37.19506983000008 - ], - [ - -121.83963569899998, - 37.19506421600005 - ], - [ - -121.83958329299998, - 37.19506481600007 - ], - [ - -121.83958125699996, - 37.19506138400004 - ], - [ - -121.83945359299997, - 37.195050508000065 - ], - [ - -121.83931146999998, - 37.19503256400003 - ], - [ - -121.83919278099995, - 37.19502437800003 - ], - [ - -121.83918553599995, - 37.195020777000025 - ], - [ - -121.83912167999995, - 37.19501319900007 - ], - [ - -121.83899706799997, - 37.195001830000024 - ], - [ - -121.83846711199999, - 37.19494595500004 - ], - [ - -121.83839622, - 37.19494019700005 - ], - [ - -121.83784709999998, - 37.19487991500006 - ], - [ - -121.83760593899996, - 37.194853443000056 - ], - [ - -121.837361392, - 37.194829619000075 - ], - [ - -121.83724764399994, - 37.194828836000056 - ], - [ - -121.83714311799997, - 37.19481091800003 - ], - [ - -121.83704445099994, - 37.194808658000056 - ], - [ - -121.83682531599999, - 37.19480585300005 - ], - [ - -121.83660620999996, - 37.19480952300006 - ], - [ - -121.83649762899995, - 37.19481131300006 - ], - [ - -121.83578263099997, - 37.19547822200008 - ], - [ - -121.835405805, - 37.19582967000008 - ], - [ - -121.83534954499999, - 37.19588218000007 - ], - [ - -121.83502954, - 37.19618065100008 - ], - [ - -121.834714626, - 37.19647434800004 - ], - [ - -121.83392126899997, - 37.19721433300003 - ], - [ - -121.83316045899994, - 37.19792388900004 - ], - [ - -121.83299814799994, - 37.19784592100007 - ], - [ - -121.83281312399998, - 37.197747452000044 - ], - [ - -121.83262116499998, - 37.197641874000055 - ], - [ - -121.83250615699995, - 37.197578613000076 - ], - [ - -121.83221875699996, - 37.197412572000076 - ], - [ - -121.83193242299996, - 37.197250248000046 - ], - [ - -121.83174123599997, - 37.19714278300006 - ], - [ - -121.83168607699997, - 37.19711109100007 - ], - [ - -121.83166119299995, - 37.197097091000046 - ], - [ - -121.83166015299997, - 37.19709648500003 - ], - [ - -121.83165468399994, - 37.19709311400004 - ], - [ - -121.83164963899998, - 37.19708937200005 - ], - [ - -121.83164501699997, - 37.197085282000046 - ], - [ - -121.83164230499995, - 37.197082429000034 - ], - [ - -121.83164084699996, - 37.19708088800007 - ], - [ - -121.83163721499994, - 37.197076191000065 - ], - [ - -121.83163412299996, - 37.19707128300007 - ], - [ - -121.83163157099995, - 37.197066138000025 - ], - [ - -121.83162961699998, - 37.19706085000007 - ], - [ - -121.831628234, - 37.19705546400007 - ], - [ - -121.83162747799997, - 37.19704997900004 - ], - [ - -121.83162735199994, - 37.197044463000054 - ], - [ - -121.83162785499997, - 37.19703896400006 - ], - [ - -121.83162890299997, - 37.197033505000036 - ], - [ - -121.83163058099996, - 37.19702817600006 - ], - [ - -121.83163286399997, - 37.19702295400003 - ], - [ - -121.83163572099994, - 37.19701793200005 - ], - [ - -121.83146442099996, - 37.19692340100005 - ], - [ - -121.83145985399995, - 37.19692723000003 - ], - [ - -121.83145490899994, - 37.19693074400004 - ], - [ - -121.83144961399995, - 37.19693389400004 - ], - [ - -121.83144399799994, - 37.19693668100007 - ], - [ - -121.83143808799997, - 37.196939083000075 - ], - [ - -121.83143197199996, - 37.19694105200006 - ], - [ - -121.83142561999995, - 37.19694261200004 - ], - [ - -121.83141917199998, - 37.19694371600008 - ], - [ - -121.83141260399998, - 37.19694438700003 - ], - [ - -121.831405997, - 37.19694459900006 - ], - [ - -121.83139938299996, - 37.19694437600003 - ], - [ - -121.83139387899996, - 37.19694379900005 - ], - [ - -121.83138638999998, - 37.19694255500008 - ], - [ - -121.83138006699994, - 37.19694098000008 - ], - [ - -121.83137393599998, - 37.196938989000046 - ], - [ - -121.83136805699996, - 37.19693656100003 - ], - [ - -121.83136245599997, - 37.196933786000045 - ], - [ - -121.83110933599994, - 37.196794957000066 - ], - [ - -121.83106060999995, - 37.196767746000035 - ], - [ - -121.83097067499995, - 37.196717611000054 - ], - [ - -121.83077648899996, - 37.19661363500006 - ], - [ - -121.83057877699997, - 37.19649958200006 - ], - [ - -121.83045944699995, - 37.196432798000046 - ], - [ - -121.83038196999996, - 37.19650058800005 - ], - [ - -121.83028591899995, - 37.19658462900003 - ], - [ - -121.83018725099998, - 37.19666618600007 - ], - [ - -121.83010355799996, - 37.196737133000056 - ], - [ - -121.83000913499995, - 37.19681607800004 - ], - [ - -121.82996300899998, - 37.196859406000044 - ], - [ - -121.82993682499995, - 37.19688181500004 - ], - [ - -121.82993118999997, - 37.19688677700003 - ], - [ - -121.82989374199997, - 37.19691931800003 - ], - [ - -121.82984836499998, - 37.19695821900007 - ], - [ - -121.82976634899995, - 37.197028438000075 - ], - [ - -121.82967817499997, - 37.19710486200006 - ], - [ - -121.829673448, - 37.19710933300007 - ], - [ - -121.82959013799996, - 37.19717931500003 - ], - [ - -121.82950967899995, - 37.19724864700004 - ], - [ - -121.82946038699998, - 37.197291095000026 - ], - [ - -121.82942824599996, - 37.197321217000024 - ], - [ - -121.82935615099996, - 37.19738301500007 - ], - [ - -121.82933218799997, - 37.19740157600006 - ], - [ - -121.82926316699997, - 37.19746086600003 - ], - [ - -121.82923821599996, - 37.19748181800003 - ], - [ - -121.82918394399996, - 37.197527414000035 - ], - [ - -121.82914342499998, - 37.197562735000076 - ], - [ - -121.82906957299997, - 37.19762707000007 - ], - [ - -121.82905043499994, - 37.19764349400003 - ], - [ - -121.82896822299995, - 37.19771405800003 - ], - [ - -121.82888624599997, - 37.197785054000065 - ], - [ - -121.82879254999995, - 37.197864767000056 - ], - [ - -121.82877752499996, - 37.197877504000076 - ], - [ - -121.82871833999997, - 37.197928397000055 - ], - [ - -121.82869896299997, - 37.19794583000004 - ], - [ - -121.82868696399998, - 37.19795663200006 - ], - [ - -121.82865295399995, - 37.197984623000025 - ], - [ - -121.82860602, - 37.19802445900007 - ], - [ - -121.82851073799998, - 37.19810677600003 - ], - [ - -121.82835880899995, - 37.19823631700007 - ], - [ - -121.82833272299996, - 37.19825936600006 - ], - [ - -121.82825313499995, - 37.198327977000076 - ], - [ - -121.82820843699994, - 37.19836655000006 - ], - [ - -121.82811793099995, - 37.19844391500004 - ], - [ - -121.82803151099995, - 37.19851773100004 - ], - [ - -121.82799734999998, - 37.19854700500008 - ], - [ - -121.82796758699999, - 37.198572521000074 - ], - [ - -121.82788631099999, - 37.19864279900003 - ], - [ - -121.82788262199995, - 37.19864611400004 - ], - [ - -121.82785873699999, - 37.19866751300003 - ], - [ - -121.82778705399994, - 37.198728526000025 - ], - [ - -121.82776340499998, - 37.19874870900003 - ], - [ - -121.82765646299998, - 37.19884003900006 - ], - [ - -121.82764755999995, - 37.198847854000064 - ], - [ - -121.82753007599996, - 37.19894816100003 - ], - [ - -121.82750660199997, - 37.19896685400005 - ], - [ - -121.82747115499996, - 37.19899953100003 - ], - [ - -121.82742103099997, - 37.19904022600008 - ], - [ - -121.82741178199996, - 37.19904797500004 - ], - [ - -121.82739255399997, - 37.19906410100003 - ], - [ - -121.82736687699997, - 37.19908774000004 - ], - [ - -121.82731642599998, - 37.19912791100006 - ], - [ - -121.82729186399996, - 37.19915302600003 - ], - [ - -121.82726933999999, - 37.19917218900008 - ], - [ - -121.82705817899995, - 37.199351910000075 - ], - [ - -121.82701062599995, - 37.19939239300004 - ], - [ - -121.826955968, - 37.19943892900005 - ], - [ - -121.82693324599995, - 37.19945827600003 - ], - [ - -121.82527360499995, - 37.19885904800003 - ], - [ - -121.82512169799998, - 37.19815922300006 - ], - [ - -121.82510216199995, - 37.198169447000055 - ], - [ - -121.82461207999995, - 37.19842559400007 - ], - [ - -121.824477963, - 37.198329992000026 - ], - [ - -121.82302580899994, - 37.19729482900004 - ], - [ - -121.82273648499995, - 37.198001317000035 - ], - [ - -121.82265010199995, - 37.19821225900006 - ], - [ - -121.82225555599996, - 37.199168470000075 - ], - [ - -121.82373520699997, - 37.19957578900005 - ], - [ - -121.82430002899997, - 37.199723421000044 - ], - [ - -121.82430772999999, - 37.19972532500003 - ], - [ - -121.82431548899996, - 37.19972706900006 - ], - [ - -121.82432332499997, - 37.199728605000075 - ], - [ - -121.824420993, - 37.19974672600006 - ], - [ - -121.82445319899995, - 37.19975245100005 - ], - [ - -121.82470279999995, - 37.199795976000075 - ], - [ - -121.82468531699999, - 37.199959308000075 - ], - [ - -121.82467151099996, - 37.20007817000004 - ], - [ - -121.82466052399997, - 37.20016397000006 - ], - [ - -121.82465606399995, - 37.200198080000064 - ], - [ - -121.82465302599996, - 37.200234968000075 - ], - [ - -121.82464584199994, - 37.200297972000044 - ], - [ - -121.824639591, - 37.200348973000075 - ], - [ - -121.824635264, - 37.20039065700007 - ], - [ - -121.82463329099994, - 37.20041022700008 - ], - [ - -121.82463132099997, - 37.20042979800007 - ], - [ - -121.82461928599997, - 37.20054532100005 - ], - [ - -121.82460828099994, - 37.20064130700007 - ], - [ - -121.82459375599996, - 37.200760039000045 - ], - [ - -121.82458999899995, - 37.20079677500007 - ], - [ - -121.82458268, - 37.20086662500006 - ], - [ - -121.82457975099999, - 37.200896804000024 - ], - [ - -121.8245758, - 37.20093388400005 - ], - [ - -121.824570855, - 37.20097456900004 - ], - [ - -121.82456642499994, - 37.201015340000026 - ], - [ - -121.82456251199994, - 37.201056150000056 - ], - [ - -121.82456069399996, - 37.201071461000026 - ], - [ - -121.824558847, - 37.20108679500004 - ], - [ - -121.82455708799995, - 37.201102105000075 - ], - [ - -121.824555326, - 37.20111743900003 - ], - [ - -121.82455362399998, - 37.20113274800008 - ], - [ - -121.82455189299998, - 37.20114812700007 - ], - [ - -121.82454838099994, - 37.201174466000055 - ], - [ - -121.82454218099997, - 37.20124137500005 - ], - [ - -121.82453940999994, - 37.20128043300008 - ], - [ - -121.82453672499997, - 37.20130980700003 - ], - [ - -121.82453245099998, - 37.20133020500003 - ], - [ - -121.82452706, - 37.20137652600005 - ], - [ - -121.82452289499997, - 37.20141431800005 - ], - [ - -121.82451298799998, - 37.201507821000064 - ], - [ - -121.82451084999997, - 37.20152448400006 - ], - [ - -121.824508714, - 37.201541149000036 - ], - [ - -121.82450431199999, - 37.20157699900005 - ], - [ - -121.82450203599996, - 37.201603668000075 - ], - [ - -121.82448684599996, - 37.20175108900003 - ], - [ - -121.82448203999996, - 37.20178023700004 - ], - [ - -121.82447709699994, - 37.201824378000026 - ], - [ - -121.82447304899995, - 37.20185596500005 - ], - [ - -121.82446893099996, - 37.20189652700003 - ], - [ - -121.82446579299994, - 37.20191643100003 - ], - [ - -121.82446312699994, - 37.20195338100007 - ], - [ - -121.82475292799995, - 37.202039988000024 - ], - [ - -121.82502069699996, - 37.20212183000007 - ], - [ - -121.82518018299999, - 37.20217106800004 - ], - [ - -121.82519183399995, - 37.20217452900005 - ], - [ - -121.82552600899999, - 37.20227356300006 - ], - [ - -121.82602958999996, - 37.202425978000065 - ], - [ - -121.82605558799997, - 37.20236871100008 - ], - [ - -121.82609392499995, - 37.20228431800007 - ], - [ - -121.82614100899997, - 37.20218320600003 - ], - [ - -121.82618814899996, - 37.20208207300004 - ], - [ - -121.82628374999996, - 37.20187679000003 - ], - [ - -121.82640608599996, - 37.201617301000056 - ], - [ - -121.82647632399994, - 37.201466348000054 - ], - [ - -121.82655498999998, - 37.20130188700006 - ], - [ - -121.82663571199998, - 37.201133922000054 - ], - [ - -121.826893295, - 37.20064761700007 - ], - [ - -121.82707633099994, - 37.20075996600008 - ], - [ - -121.82712235899999, - 37.20078821800007 - ], - [ - -121.82748967799995, - 37.20101383800005 - ], - [ - -121.82789541799997, - 37.20126768000006 - ], - [ - -121.82787405199997, - 37.20128918700004 - ], - [ - -121.82834191999996, - 37.20158192100007 - ], - [ - -121.82835181099995, - 37.20158945500003 - ], - [ - -121.82836082699998, - 37.20159763800007 - ], - [ - -121.82836893899997, - 37.20160645100003 - ], - [ - -121.82837605699996, - 37.20161573100006 - ], - [ - -121.82838212399997, - 37.20162550400005 - ], - [ - -121.82838711099998, - 37.201635657000054 - ], - [ - -121.82839098899996, - 37.20164611900003 - ], - [ - -121.82839372599994, - 37.20165680000008 - ], - [ - -121.82839523399997, - 37.20166765500005 - ], - [ - -121.82839534199996, - 37.20167049300005 - ], - [ - -121.82839565699999, - 37.20167856900008 - ], - [ - -121.82839481999997, - 37.20168945100005 - ], - [ - -121.82839283699997, - 37.20170025500005 - ], - [ - -121.82838967799995, - 37.20171086600004 - ], - [ - -121.82838533999995, - 37.20172121600007 - ], - [ - -121.82837996599994, - 37.20173125700006 - ], - [ - -121.82837349799996, - 37.20174085100007 - ], - [ - -121.82827523699996, - 37.201839317000065 - ], - [ - -121.82818620599994, - 37.20194362900003 - ], - [ - -121.828107107, - 37.202052955000056 - ], - [ - -121.82804063999998, - 37.20216293900006 - ], - [ - -121.82800563499995, - 37.202218913000024 - ], - [ - -121.82797126399998, - 37.20227515400006 - ], - [ - -121.82793749899997, - 37.20233163800003 - ], - [ - -121.82790442499999, - 37.20238836900006 - ], - [ - -121.82779794699997, - 37.202564249000034 - ], - [ - -121.827740039, - 37.20267120600005 - ], - [ - -121.82767726299994, - 37.20282166100003 - ], - [ - -121.82763475299998, - 37.20294977700007 - ], - [ - -121.82760818699995, - 37.20303786100004 - ], - [ - -121.82758899299995, - 37.20310164000006 - ], - [ - -121.827576164, - 37.20314427100004 - ], - [ - -121.82748369399997, - 37.20339358100006 - ], - [ - -121.82738140999999, - 37.203680130000066 - ], - [ - -121.82727627899999, - 37.203975730000025 - ], - [ - -121.827157592, - 37.204320077000034 - ], - [ - -121.82707242799995, - 37.20456371900008 - ], - [ - -121.82700479199997, - 37.20473874600003 - ], - [ - -121.82692236599996, - 37.204894643000046 - ], - [ - -121.82688466399998, - 37.20495032600007 - ], - [ - -121.82683014599996, - 37.205030829000066 - ], - [ - -121.826822145, - 37.205041175000076 - ], - [ - -121.82681781599996, - 37.205039026000065 - ], - [ - -121.82679778699998, - 37.20506507300007 - ], - [ - -121.826774216, - 37.20509299100007 - ], - [ - -121.82671805099994, - 37.20515490400004 - ], - [ - -121.826658711, - 37.205215158000044 - ], - [ - -121.82659630399996, - 37.20527357000003 - ], - [ - -121.82653091399999, - 37.20533002500008 - ], - [ - -121.82647986799998, - 37.20537070700004 - ], - [ - -121.82646276699995, - 37.205384337000055 - ], - [ - -121.82639194899997, - 37.20543641300003 - ], - [ - -121.82631865599996, - 37.20548611300006 - ], - [ - -121.82624311499995, - 37.205533321000075 - ], - [ - -121.82554239299998, - 37.20594265500006 - ], - [ - -121.82408674199996, - 37.20679512100003 - ], - [ - -121.82404360199996, - 37.206821442000034 - ], - [ - -121.82400190899995, - 37.206849103000025 - ], - [ - -121.82369909899995, - 37.207021213000075 - ], - [ - -121.82365299299994, - 37.20698050400006 - ], - [ - -121.82359499699999, - 37.20702252500007 - ], - [ - -121.82345127999997, - 37.206957927000076 - ], - [ - -121.82338858199995, - 37.20687785800004 - ], - [ - -121.82320137299996, - 37.20679370900007 - ], - [ - -121.82299326799995, - 37.206608421000055 - ], - [ - -121.82247683699995, - 37.20654507200004 - ], - [ - -121.822253892, - 37.206430270000055 - ], - [ - -121.82175724499996, - 37.206474161000074 - ], - [ - -121.82147770899996, - 37.20636248400007 - ], - [ - -121.821370689, - 37.20622373500004 - ], - [ - -121.82139313399995, - 37.20602463200004 - ], - [ - -121.82138141799999, - 37.205979272000036 - ], - [ - -121.82137869499996, - 37.20593951700005 - ], - [ - -121.82131708099996, - 37.20591069900007 - ], - [ - -121.82103655799995, - 37.20589567600007 - ], - [ - -121.82052366, - 37.20555863200008 - ], - [ - -121.82016766799995, - 37.205628913000055 - ], - [ - -121.81985914699999, - 37.20560687600005 - ], - [ - -121.81939034699997, - 37.205469624000045 - ], - [ - -121.81934830199998, - 37.20545731300007 - ], - [ - -121.81929962999999, - 37.20538441800005 - ], - [ - -121.81937010099995, - 37.205333163000034 - ], - [ - -121.81923558699998, - 37.20512234300003 - ], - [ - -121.81877974799994, - 37.20497799700007 - ], - [ - -121.81835590499998, - 37.204884195000034 - ], - [ - -121.81815135099998, - 37.20472792100003 - ], - [ - -121.81798255099994, - 37.20444266700008 - ], - [ - -121.81787126499995, - 37.204410686000074 - ], - [ - -121.81766595399995, - 37.20421916300006 - ], - [ - -121.81763233599997, - 37.20397232200003 - ], - [ - -121.81762861299995, - 37.20394498200005 - ], - [ - -121.81747526899994, - 37.20374929700006 - ], - [ - -121.81718339199995, - 37.20355266100006 - ], - [ - -121.81704419699997, - 37.20358751500004 - ], - [ - -121.81683203199998, - 37.20346641700007 - ], - [ - -121.816735597, - 37.203371333000064 - ], - [ - -121.81657688499996, - 37.20363032400007 - ], - [ - -121.81611767199996, - 37.20437966800006 - ], - [ - -121.81611765699995, - 37.20437969300008 - ], - [ - -121.81604488799996, - 37.204500411000026 - ], - [ - -121.81581781899996, - 37.20489758200006 - ], - [ - -121.81573492099994, - 37.20504260400003 - ], - [ - -121.814684651, - 37.20459954900008 - ], - [ - -121.81454326299996, - 37.20454112200008 - ], - [ - -121.81429870199997, - 37.20444945000003 - ], - [ - -121.81351923899996, - 37.20413026500006 - ], - [ - -121.81239460399996, - 37.203669759000036 - ], - [ - -121.81143118399996, - 37.20350554800007 - ], - [ - -121.81120452099998, - 37.20349820500007 - ], - [ - -121.81112445899998, - 37.20349561100005 - ], - [ - -121.81041655799999, - 37.20347267200003 - ], - [ - -121.81041469499996, - 37.20347260600005 - ], - [ - -121.81034242899995, - 37.20347027500003 - ], - [ - -121.80793291499998, - 37.203396793000024 - ], - [ - -121.80793016599995, - 37.20339670800007 - ], - [ - -121.80744716399994, - 37.203381972000045 - ], - [ - -121.80736470699998, - 37.203379436000034 - ], - [ - -121.80556640299994, - 37.203284980000035 - ], - [ - -121.80550359799997, - 37.20337224800005 - ], - [ - -121.800107863, - 37.21086912700008 - ], - [ - -121.80068889499995, - 37.21106956800003 - ], - [ - -121.80126992699996, - 37.21126998200003 - ], - [ - -121.80166411399995, - 37.21147535800003 - ], - [ - -121.80316275099995, - 37.21271267900005 - ], - [ - -121.80321327399997, - 37.21275439400006 - ], - [ - -121.80325087499995, - 37.21278542600004 - ], - [ - -121.80330026799999, - 37.212826214000074 - ], - [ - -121.80466030599996, - 37.21394907900003 - ], - [ - -121.80536989299998, - 37.21615412800003 - ], - [ - -121.80657756, - 37.216291812000065 - ], - [ - -121.80755364599997, - 37.21653342500008 - ], - [ - -121.81022719699996, - 37.21725530400005 - ], - [ - -121.81155521299996, - 37.21755124400005 - ], - [ - -121.81256418099997, - 37.21892163600006 - ], - [ - -121.81254453599996, - 37.21923631400006 - ], - [ - -121.813369653, - 37.21921394000003 - ], - [ - -121.81397419999996, - 37.21956913500003 - ], - [ - -121.81480004399998, - 37.22005433700008 - ], - [ - -121.81584501999998, - 37.22016756800008 - ], - [ - -121.81714086899996, - 37.22030822700003 - ], - [ - -121.81719565199995, - 37.22020302400006 - ], - [ - -121.81759685399999, - 37.21943253200004 - ], - [ - -121.81815683599996, - 37.218356639000035 - ], - [ - -121.81883976999995, - 37.216964809000046 - ], - [ - -121.81890164799995, - 37.21684101200003 - ], - [ - -121.81904982699996, - 37.21654455300006 - ], - [ - -121.81949331199996, - 37.21565726700004 - ], - [ - -121.81952906999999, - 37.21558002300003 - ], - [ - -121.81960045399995, - 37.21543901800004 - ], - [ - -121.81992210299995, - 37.214708005000034 - ], - [ - -121.820137037, - 37.21433634700003 - ], - [ - -121.82036986399999, - 37.213861233000046 - ], - [ - -121.82047677299994, - 37.213638272000026 - ], - [ - -121.82102934099998, - 37.21255253700008 - ], - [ - -121.82185423899995, - 37.21089370400006 - ], - [ - -121.82200544799997, - 37.21059005800004 - ], - [ - -121.82246804799996, - 37.20966109600005 - ], - [ - -121.82258252699995, - 37.209431478000056 - ], - [ - -121.82110457099998, - 37.20871422100004 - ], - [ - -121.82116503599997, - 37.208641001000046 - ], - [ - -121.82278276499994, - 37.20903146200004 - ], - [ - -121.82282489299996, - 37.208947325000054 - ], - [ - -121.82283494299998, - 37.20892693300004 - ], - [ - -121.82285103499999, - 37.20889428800007 - ], - [ - -121.82285464299997, - 37.20888697000004 - ], - [ - -121.82287782499998, - 37.20883992200004 - ], - [ - -121.82289367299995, - 37.208808773000044 - ], - [ - -121.82290047599997, - 37.20879535200004 - ], - [ - -121.82296039299996, - 37.20867764800005 - ], - [ - -121.8229624, - 37.208673704000034 - ], - [ - -121.82302326399997, - 37.20855411200006 - ], - [ - -121.82302601099997, - 37.20854871600005 - ], - [ - -121.82315326999998, - 37.208297290000075 - ], - [ - -121.82325607399997, - 37.208094204000076 - ], - [ - -121.82365910699997, - 37.20730203800008 - ], - [ - -121.82367517399996, - 37.207273146000034 - ], - [ - -121.82371181899998, - 37.20728499900008 - ], - [ - -121.82370234999996, - 37.20730400900004 - ], - [ - -121.82374263, - 37.20739250300005 - ], - [ - -121.82382422699999, - 37.207231988000046 - ], - [ - -121.82385185299995, - 37.20726731800005 - ], - [ - -121.82457228599998, - 37.20818863000005 - ], - [ - -121.825413132, - 37.209239350000075 - ], - [ - -121.82559072999999, - 37.20937843200005 - ], - [ - -121.826132525, - 37.209802712000055 - ], - [ - -121.82689622999999, - 37.21045342700006 - ], - [ - -121.82736823899995, - 37.210855594000066 - ], - [ - -121.827429129, - 37.210891692000075 - ], - [ - -121.82747765699997, - 37.210863483000026 - ], - [ - -121.827518554, - 37.21088711600004 - ], - [ - -121.82775684099994, - 37.211024817000066 - ], - [ - -121.82884399499994, - 37.21165304200008 - ], - [ - -121.82904540899995, - 37.211863926000035 - ], - [ - -121.82949380699995, - 37.21235993000005 - ], - [ - -121.82979621099997, - 37.21270876600005 - ], - [ - -121.83033421999994, - 37.21291778900007 - ], - [ - -121.830612267, - 37.21302052400006 - ], - [ - -121.83097769499994, - 37.21315554200004 - ], - [ - -121.83103886999999, - 37.21317814500003 - ], - [ - -121.83139042999994, - 37.213308039000026 - ], - [ - -121.831789115, - 37.213450453000064 - ], - [ - -121.83194585999996, - 37.213506488000064 - ], - [ - -121.83256621299995, - 37.21372811500004 - ], - [ - -121.83305774499996, - 37.21380148500003 - ], - [ - -121.83418350599999, - 37.214021854000066 - ], - [ - -121.83434451199997, - 37.21406952800004 - ], - [ - -121.83477463999998, - 37.21410325900007 - ], - [ - -121.83484350799995, - 37.21410867700007 - ], - [ - -121.83508230499996, - 37.214127423000036 - ], - [ - -121.83526249, - 37.21422026700003 - ], - [ - -121.83613278399997, - 37.21466881200007 - ], - [ - -121.83620872499995, - 37.21470793300006 - ], - [ - -121.83649341899996, - 37.21474700500005 - ], - [ - -121.83740294999996, - 37.214896794000026 - ], - [ - -121.83788579599997, - 37.215172015000064 - ], - [ - -121.83775156499996, - 37.215304778000075 - ], - [ - -121.83741729099995, - 37.21563525800008 - ], - [ - -121.83717075899995, - 37.21587898900003 - ], - [ - -121.83713754399997, - 37.215911826000024 - ], - [ - -121.83706734299994, - 37.215984158000026 - ], - [ - -121.83700211499996, - 37.21605135300007 - ], - [ - -121.83687128399998, - 37.21618881100005 - ], - [ - -121.83670341899995, - 37.21639600800006 - ], - [ - -121.83668685599997, - 37.21641645100004 - ], - [ - -121.83663826699996, - 37.216455438000025 - ], - [ - -121.83655449999998, - 37.216532640000025 - ], - [ - -121.83653017199998, - 37.21655509800007 - ], - [ - -121.83633116899995, - 37.21674884300006 - ], - [ - -121.83630358099998, - 37.21677623700003 - ], - [ - -121.83626049799994, - 37.21681900500005 - ], - [ - -121.83611853499997, - 37.216959933000055 - ], - [ - -121.83592931799996, - 37.21712793000006 - ], - [ - -121.83591982899998, - 37.21713675900003 - ], - [ - -121.83591013799997, - 37.21714545300006 - ], - [ - -121.835900246, - 37.21715401200004 - ], - [ - -121.835870839, - 37.21713889800003 - ], - [ - -121.83584846099996, - 37.217156733000024 - ], - [ - -121.83582506799996, - 37.21717373100006 - ], - [ - -121.83580071199998, - 37.21718984900008 - ], - [ - -121.83571680899996, - 37.21723070300004 - ], - [ - -121.835629058, - 37.21726608600005 - ], - [ - -121.83555234399995, - 37.217291087000035 - ], - [ - -121.83553805899999, - 37.21729573600004 - ], - [ - -121.83544440499998, - 37.21731946500006 - ], - [ - -121.83535412799995, - 37.21734315700007 - ], - [ - -121.83526492399994, - 37.21736933100004 - ], - [ - -121.83517690999997, - 37.21739796300005 - ], - [ - -121.835120212, - 37.21741719600004 - ], - [ - -121.83486280299996, - 37.217504345000066 - ], - [ - -121.83475236599998, - 37.21754032700005 - ], - [ - -121.83473331699997, - 37.218656416000044 - ], - [ - -121.83472698499997, - 37.21993981900005 - ], - [ - -121.83472499799996, - 37.22013172700008 - ], - [ - -121.83541292799998, - 37.22033851400005 - ], - [ - -121.83568897999999, - 37.22042147500008 - ], - [ - -121.83665820799996, - 37.22059105200003 - ], - [ - -121.83839161399999, - 37.22077740700007 - ], - [ - -121.83851639, - 37.22079083400007 - ], - [ - -121.83853821199995, - 37.220793194000066 - ], - [ - -121.83862162399998, - 37.220753487000025 - ], - [ - -121.83874854299995, - 37.22069311800004 - ], - [ - -121.83929318699995, - 37.220460667000054 - ], - [ - -121.83995554499995, - 37.22020072500004 - ], - [ - -121.84012138999998, - 37.22011807100006 - ], - [ - -121.84020413299999, - 37.219945245000076 - ], - [ - -121.84020050199996, - 37.219867141000066 - ], - [ - -121.84017331999996, - 37.21962475300006 - ], - [ - -121.84011106199995, - 37.21943896100004 - ], - [ - -121.83997785699995, - 37.218932290000055 - ], - [ - -121.83975867199996, - 37.21880281700004 - ], - [ - -121.83923160699999, - 37.21847496000004 - ], - [ - -121.83893728899994, - 37.218303656000046 - ], - [ - -121.83870656299996, - 37.21821352500007 - ], - [ - -121.83821743399994, - 37.21803318700006 - ], - [ - -121.837810849, - 37.21788326200004 - ], - [ - -121.83734027999998, - 37.21770502000004 - ], - [ - -121.836922389, - 37.21754672900005 - ], - [ - -121.83745352499994, - 37.217038208000076 - ], - [ - -121.83775274099997, - 37.216749193000055 - ], - [ - -121.83787699599998, - 37.216623414000026 - ], - [ - -121.83807909099994, - 37.21642830300004 - ], - [ - -121.83827915899997, - 37.21623516100004 - ], - [ - -121.83832991999998, - 37.216186512000036 - ], - [ - -121.83868851399995, - 37.21584284100004 - ], - [ - -121.83882695199998, - 37.21571016900003 - ], - [ - -121.83920880899996, - 37.21592624900006 - ], - [ - -121.83924523999997, - 37.21594686700007 - ], - [ - -121.83967370099998, - 37.21604823900003 - ], - [ - -121.839618084, - 37.216102300000045 - ], - [ - -121.83991021499997, - 37.21622052300006 - ], - [ - -121.84007857899996, - 37.21628866000003 - ], - [ - -121.84052560599997, - 37.21648373200003 - ], - [ - -121.84104935099998, - 37.216703401000075 - ], - [ - -121.84166485599997, - 37.21695328100003 - ], - [ - -121.84176187199995, - 37.21699266100006 - ], - [ - -121.84199550499994, - 37.21731357300007 - ], - [ - -121.84203787799999, - 37.21737177600005 - ], - [ - -121.84220376099995, - 37.21759970900007 - ], - [ - -121.84235763199996, - 37.217794635000075 - ], - [ - -121.84277842699998, - 37.21832776100007 - ], - [ - -121.84310043499994, - 37.21876565200006 - ], - [ - -121.84335831399994, - 37.21911636100003 - ], - [ - -121.84364937599997, - 37.219512192000025 - ], - [ - -121.84376253499994, - 37.219666063000034 - ], - [ - -121.84396744599997, - 37.21992309500007 - ], - [ - -121.84410023399994, - 37.219987400000036 - ], - [ - -121.844527788, - 37.22016253900006 - ], - [ - -121.84477924699996, - 37.220265217000076 - ], - [ - -121.845172989, - 37.22043483500005 - ], - [ - -121.84571494799997, - 37.22071641900004 - ], - [ - -121.84628809399999, - 37.22076959100008 - ], - [ - -121.84746317499997, - 37.22086918600007 - ], - [ - -121.847523836, - 37.22087771200006 - ], - [ - -121.84685319699997, - 37.221528818000024 - ], - [ - -121.84680192199994, - 37.22151553700007 - ], - [ - -121.84668530999994, - 37.22154077500005 - ], - [ - -121.84668540999996, - 37.22156698300006 - ], - [ - -121.84668250299995, - 37.22159308800008 - ], - [ - -121.84667675699995, - 37.221618904000024 - ], - [ - -121.84666819599994, - 37.22164420400003 - ], - [ - -121.84665684499998, - 37.221668804000046 - ], - [ - -121.84664284599995, - 37.221692519000044 - ], - [ - -121.84662627899996, - 37.22171514200005 - ], - [ - -121.84660725799995, - 37.22173648800003 - ], - [ - -121.84656577899995, - 37.22178718600003 - ], - [ - -121.84654601499994, - 37.22181339300005 - ], - [ - -121.84652347599996, - 37.22183814300007 - ], - [ - -121.84649838899998, - 37.22186125400003 - ], - [ - -121.846470894, - 37.22188256000004 - ], - [ - -121.84644118799997, - 37.221901901000024 - ], - [ - -121.84640955499998, - 37.221919111000034 - ], - [ - -121.84637616199996, - 37.221934075000036 - ], - [ - -121.846341269, - 37.22194667700006 - ], - [ - -121.84630515899994, - 37.221956867000074 - ], - [ - -121.84626808799999, - 37.22196450400003 - ], - [ - -121.84601356799999, - 37.22202955400007 - ], - [ - -121.84580025499997, - 37.22208273200005 - ], - [ - -121.84574657499996, - 37.22209639500005 - ], - [ - -121.84569459399995, - 37.22211379500004 - ], - [ - -121.845672762, - 37.22212297600004 - ], - [ - -121.84564473799998, - 37.22213476200005 - ], - [ - -121.84559751899997, - 37.222159066000074 - ], - [ - -121.84557304299994, - 37.22215261700006 - ], - [ - -121.845548281, - 37.22214761400005 - ], - [ - -121.84552309199995, - 37.22214435600006 - ], - [ - -121.84549041099996, - 37.222128800000064 - ], - [ - -121.84545148499996, - 37.22214479000007 - ], - [ - -121.84524086, - 37.22223135400003 - ], - [ - -121.84432029699997, - 37.22261100700007 - ], - [ - -121.84404941499997, - 37.22272453800008 - ], - [ - -121.84377880499994, - 37.22299508900005 - ], - [ - -121.84351725399995, - 37.22330483800005 - ], - [ - -121.84347504699997, - 37.223354947000075 - ], - [ - -121.84367257699995, - 37.224633425000036 - ], - [ - -121.84431771099997, - 37.224664242000074 - ], - [ - -121.845260065, - 37.22462292400007 - ], - [ - -121.84718913399996, - 37.224409534000074 - ], - [ - -121.84725049499997, - 37.224595081000075 - ], - [ - -121.84738832099998, - 37.22501168800005 - ], - [ - -121.847489624, - 37.225372684000035 - ], - [ - -121.84761616599997, - 37.22574272600008 - ], - [ - -121.84766596199995, - 37.22588841800007 - ], - [ - -121.847703379, - 37.22603649600006 - ], - [ - -121.847867668, - 37.226687189000074 - ], - [ - -121.84825038599996, - 37.22820636500006 - ], - [ - -121.84732426299996, - 37.22784321900008 - ], - [ - -121.84701585399995, - 37.227722295000035 - ], - [ - -121.84637328499997, - 37.22737416700005 - ], - [ - -121.845960908, - 37.227157361000025 - ], - [ - -121.84574041199994, - 37.22704446500006 - ], - [ - -121.84566434799996, - 37.22701370500005 - ], - [ - -121.84558618799997, - 37.226985855000066 - ], - [ - -121.84550610899998, - 37.22696109300006 - ], - [ - -121.84542445499994, - 37.22693948600005 - ], - [ - -121.84534151199995, - 37.22692112000004 - ], - [ - -121.84525760199995, - 37.22690610800004 - ], - [ - -121.84517300699997, - 37.22689446800007 - ], - [ - -121.84508804399997, - 37.22688621900005 - ], - [ - -121.84500302699996, - 37.22688136000005 - ], - [ - -121.84439871, - 37.22686742900004 - ], - [ - -121.84436950599996, - 37.22686543000003 - ], - [ - -121.84385367099998, - 37.22686128400005 - ], - [ - -121.84352982099995, - 37.226606669000034 - ], - [ - -121.84349729099995, - 37.22658529700004 - ], - [ - -121.84346504299998, - 37.22656366900003 - ], - [ - -121.84343310499997, - 37.22654171900007 - ], - [ - -121.84331110199997, - 37.22645204100007 - ], - [ - -121.84170011199996, - 37.22530418000008 - ], - [ - -121.84165823199999, - 37.22469649300007 - ], - [ - -121.841654329, - 37.22463985600007 - ], - [ - -121.84079455799997, - 37.225136159000044 - ], - [ - -121.84047482799997, - 37.227379118000044 - ], - [ - -121.84016288099997, - 37.22956734500008 - ], - [ - -121.838620473, - 37.22955871400006 - ], - [ - -121.83850363299996, - 37.22946837200004 - ], - [ - -121.83834736699998, - 37.229168421000054 - ], - [ - -121.83820252299995, - 37.22899931100005 - ], - [ - -121.83811831799994, - 37.22897595000006 - ], - [ - -121.83806825399995, - 37.228956768000046 - ], - [ - -121.83798755799995, - 37.22893271000004 - ], - [ - -121.83751241899995, - 37.22901419200008 - ], - [ - -121.83729679499999, - 37.229009620000056 - ], - [ - -121.83707425199998, - 37.228917557000045 - ], - [ - -121.83661051799999, - 37.228329458000076 - ], - [ - -121.836311879, - 37.228274885000076 - ], - [ - -121.83609214299997, - 37.22829915800003 - ], - [ - -121.83575631099995, - 37.228336254000055 - ], - [ - -121.83558585999998, - 37.228325262000055 - ], - [ - -121.83553077, - 37.22831966500007 - ], - [ - -121.83546556699997, - 37.22831187100007 - ], - [ - -121.83540680699997, - 37.228304164000065 - ], - [ - -121.83536052399995, - 37.228291668000054 - ], - [ - -121.835314327, - 37.228279057000066 - ], - [ - -121.83526821299995, - 37.22826630600008 - ], - [ - -121.83523662799996, - 37.22825437600005 - ], - [ - -121.83520626799998, - 37.22824059900006 - ], - [ - -121.83517730799997, - 37.22822499800003 - ], - [ - -121.83510363999994, - 37.22818246300005 - ], - [ - -121.835035598, - 37.22813432400005 - ], - [ - -121.83497381999996, - 37.22808105400003 - ], - [ - -121.83494851799998, - 37.228054058000055 - ], - [ - -121.83492525999998, - 37.22802591800007 - ], - [ - -121.834904129, - 37.22799670000006 - ], - [ - -121.83489546899995, - 37.22798141700008 - ], - [ - -121.83488866, - 37.227965563000055 - ], - [ - -121.83488375999997, - 37.22794925300008 - ], - [ - -121.83488080299998, - 37.227932646000056 - ], - [ - -121.83487787299998, - 37.22790484500007 - ], - [ - -121.83487714599994, - 37.22787695100004 - ], - [ - -121.83487856799997, - 37.227849079000066 - ], - [ - -121.83488094899997, - 37.227804485000036 - ], - [ - -121.834884478, - 37.22775994700004 - ], - [ - -121.83488915099997, - 37.227715465000074 - ], - [ - -121.83490192299996, - 37.22766278800003 - ], - [ - -121.83492089899994, - 37.227611298000056 - ], - [ - -121.83494588599996, - 37.22756150300006 - ], - [ - -121.83497666599999, - 37.227513816000055 - ], - [ - -121.83501295899998, - 37.22746867600006 - ], - [ - -121.83508834799994, - 37.227381499000046 - ], - [ - -121.835168276, - 37.22729694800006 - ], - [ - -121.835252664, - 37.22721523000007 - ], - [ - -121.83528759599994, - 37.22718042900004 - ], - [ - -121.83532093599996, - 37.22714468400005 - ], - [ - -121.83535271199997, - 37.227108018000024 - ], - [ - -121.83539063699999, - 37.22706457500004 - ], - [ - -121.83539032999994, - 37.22704095800003 - ], - [ - -121.83538752299995, - 37.226824339000075 - ], - [ - -121.83538627299998, - 37.226726934000055 - ], - [ - -121.83534342499996, - 37.226695034000045 - ], - [ - -121.83530276, - 37.22666997700003 - ], - [ - -121.83525948699997, - 37.22664792300003 - ], - [ - -121.83521386599995, - 37.22662903400004 - ], - [ - -121.83516630099996, - 37.22661348500003 - ], - [ - -121.83511727999996, - 37.22660138700007 - ], - [ - -121.83507622299999, - 37.226599245000045 - ], - [ - -121.83428489899995, - 37.22655759200006 - ], - [ - -121.83424016999999, - 37.226555036000036 - ], - [ - -121.83419532899995, - 37.226555821000034 - ], - [ - -121.83415077899997, - 37.226559991000045 - ], - [ - -121.83410694399998, - 37.226567472000056 - ], - [ - -121.83406414199999, - 37.22657823900005 - ], - [ - -121.83405252799997, - 37.22658187300004 - ], - [ - -121.83404100399997, - 37.22658571300008 - ], - [ - -121.83402959799997, - 37.22658975600007 - ], - [ - -121.83361278899997, - 37.22671625700008 - ], - [ - -121.83359264999996, - 37.22672179700004 - ], - [ - -121.83357206, - 37.22672617500007 - ], - [ - -121.83355113599998, - 37.22672936600003 - ], - [ - -121.83345726599998, - 37.22672560600006 - ], - [ - -121.83345600399997, - 37.22672548300005 - ], - [ - -121.83336429899998, - 37.226714695000055 - ], - [ - -121.83327306499996, - 37.22669659700006 - ], - [ - -121.83327191399997, - 37.22669629100005 - ], - [ - -121.83318445599997, - 37.226671605000035 - ], - [ - -121.83300424799995, - 37.22660155500006 - ], - [ - -121.832938502, - 37.22656014100005 - ], - [ - -121.832876447, - 37.226515275000054 - ], - [ - -121.83281831299996, - 37.22646713600005 - ], - [ - -121.83278989599995, - 37.22643699400004 - ], - [ - -121.83276020399995, - 37.22640762100008 - ], - [ - -121.83272926899997, - 37.226379132000034 - ], - [ - -121.83268668399995, - 37.22635867300005 - ], - [ - -121.83264194999998, - 37.22634137400007 - ], - [ - -121.83259550099996, - 37.226327369000046 - ], - [ - -121.83254765299995, - 37.226316766000025 - ], - [ - -121.83244651499996, - 37.22629390700007 - ], - [ - -121.83243207899994, - 37.22629006500006 - ], - [ - -121.83241808099996, - 37.226285258000075 - ], - [ - -121.83240464099998, - 37.22627952800008 - ], - [ - -121.83239186999998, - 37.22627289800005 - ], - [ - -121.83237985799997, - 37.22626541200003 - ], - [ - -121.83236866299995, - 37.22625714000003 - ], - [ - -121.83235845499996, - 37.226248146000046 - ], - [ - -121.83234915, - 37.22623847700004 - ], - [ - -121.83224524499997, - 37.22616300300007 - ], - [ - -121.83223840499994, - 37.22615813600004 - ], - [ - -121.83223108399994, - 37.22615378000006 - ], - [ - -121.83222328799997, - 37.226149931000066 - ], - [ - -121.83221515699995, - 37.226146637000056 - ], - [ - -121.83220666399995, - 37.22614391700006 - ], - [ - -121.83219792499995, - 37.226141796000036 - ], - [ - -121.83218899599996, - 37.226140273000055 - ], - [ - -121.83217993299996, - 37.226139370000055 - ], - [ - -121.832170798, - 37.22613910700005 - ], - [ - -121.83212065699996, - 37.22613152900004 - ], - [ - -121.83207126899998, - 37.22612128700007 - ], - [ - -121.83202286599999, - 37.22610844700006 - ], - [ - -121.831987987, - 37.22609321200008 - ], - [ - -121.83195221799997, - 37.22607935800005 - ], - [ - -121.831915644, - 37.22606691100003 - ], - [ - -121.83187897699997, - 37.22606215500008 - ], - [ - -121.83184192799996, - 37.22606001200006 - ], - [ - -121.83180478099996, - 37.22606048100005 - ], - [ - -121.83176785399996, - 37.22606355700003 - ], - [ - -121.83173137299997, - 37.22606921300007 - ], - [ - -121.83173008499995, - 37.22606951000006 - ], - [ - -121.83169570999996, - 37.22607742500003 - ], - [ - -121.83166103599996, - 37.22608812000004 - ], - [ - -121.83165088199996, - 37.22609022700004 - ], - [ - -121.83164099899994, - 37.22609297100007 - ], - [ - -121.83163147099998, - 37.22609639900003 - ], - [ - -121.83162229699997, - 37.22610046300008 - ], - [ - -121.83161362199996, - 37.22610514000007 - ], - [ - -121.83160544199995, - 37.22611038400004 - ], - [ - -121.83159787399995, - 37.22611616700004 - ], - [ - -121.83159094399997, - 37.226122427000064 - ], - [ - -121.83158468099998, - 37.226129161000074 - ], - [ - -121.83157916899995, - 37.226136273000066 - ], - [ - -121.831574435, - 37.22614374300008 - ], - [ - -121.83157050799997, - 37.22615150000007 - ], - [ - -121.83156741599998, - 37.22615950200003 - ], - [ - -121.83156515799999, - 37.226167700000076 - ], - [ - -121.831563846, - 37.226176 - ], - [ - -121.83156336499997, - 37.22618436000005 - ], - [ - -121.83156552799994, - 37.22624803800005 - ], - [ - -121.83156124099997, - 37.22631117000003 - ], - [ - -121.83155031399997, - 37.226374333000024 - ], - [ - -121.83153276399997, - 37.226436860000035 - ], - [ - -121.83150875099994, - 37.22649813500004 - ], - [ - -121.83147846299994, - 37.22655749000006 - ], - [ - -121.83144231799997, - 37.226614323000035 - ], - [ - -121.83140074, - 37.22666808400004 - ], - [ - -121.83135555599995, - 37.226717147000045 - ], - [ - -121.83130125199995, - 37.22674916900007 - ], - [ - -121.831243358, - 37.226780500000075 - ], - [ - -121.83118382899994, - 37.22681001800004 - ], - [ - -121.831122747, - 37.226837584000066 - ], - [ - -121.83106028599997, - 37.22686317600005 - ], - [ - -121.83099661299997, - 37.22688669900003 - ], - [ - -121.83093187399999, - 37.22690815000004 - ], - [ - -121.83086623799994, - 37.226927414000045 - ], - [ - -121.83079995999998, - 37.22694446500003 - ], - [ - -121.83044979299996, - 37.22702009100004 - ], - [ - -121.83039786399996, - 37.22702796100003 - ], - [ - -121.83034283599994, - 37.22702888400005 - ], - [ - -121.83028626299995, - 37.227021860000036 - ], - [ - -121.83023080199996, - 37.227006490000065 - ], - [ - -121.830179349, - 37.226983086000075 - ], - [ - -121.83013446999996, - 37.22695283200005 - ], - [ - -121.83009800499997, - 37.22691751700006 - ], - [ - -121.83007087399994, - 37.226879233000034 - ], - [ - -121.83005258499998, - 37.22683901800008 - ], - [ - -121.82980074799997, - 37.22622656800007 - ], - [ - -121.82977742399999, - 37.22642871200003 - ], - [ - -121.82977609199997, - 37.22640689000008 - ], - [ - -121.82976875299994, - 37.226385366000045 - ], - [ - -121.82975542999998, - 37.22636530700004 - ], - [ - -121.82973694999998, - 37.226348234000056 - ], - [ - -121.82971640999995, - 37.226336084000025 - ], - [ - -121.82971493499997, - 37.226335207000034 - ], - [ - -121.82969099599995, - 37.226326553000035 - ], - [ - -121.82966423599999, - 37.22632198200006 - ], - [ - -121.82963601499995, - 37.22632218800004 - ], - [ - -121.82960834299996, - 37.226327447000074 - ], - [ - -121.82959140199995, - 37.22633411700008 - ], - [ - -121.82933660499998, - 37.22647952300008 - ], - [ - -121.82906290299996, - 37.226484457000026 - ], - [ - -121.82887967099998, - 37.226391345000025 - ], - [ - -121.82884012999995, - 37.226371252000035 - ], - [ - -121.82865012999997, - 37.22611845700004 - ], - [ - -121.82864990899998, - 37.226118109000026 - ], - [ - -121.828754657, - 37.226116449000074 - ], - [ - -121.82873841599996, - 37.22607581400007 - ], - [ - -121.82872569399996, - 37.22602999500003 - ], - [ - -121.82872625199997, - 37.226014629000076 - ], - [ - -121.82872177299998, - 37.225984856000025 - ], - [ - -121.82870657799998, - 37.22595932300004 - ], - [ - -121.82869957499997, - 37.22595022300004 - ], - [ - -121.82869163799995, - 37.22594163900004 - ], - [ - -121.82868279399997, - 37.225933636000036 - ], - [ - -121.82867313, - 37.22592626100004 - ], - [ - -121.82866273599996, - 37.22591958000004 - ], - [ - -121.82865163799994, - 37.22591361900004 - ], - [ - -121.828639953, - 37.22590846300005 - ], - [ - -121.828627768, - 37.225904092000064 - ], - [ - -121.82861516899999, - 37.22590059600003 - ], - [ - -121.82843026599994, - 37.225870444000066 - ], - [ - -121.82838754099998, - 37.22586950900006 - ], - [ - -121.82834484099999, - 37.22587155100007 - ], - [ - -121.82830253599997, - 37.22587649400003 - ], - [ - -121.82826094299998, - 37.22588442800003 - ], - [ - -121.82822034399999, - 37.22589518900003 - ], - [ - -121.82818410599998, - 37.22590487100007 - ], - [ - -121.82814699299996, - 37.22591206800007 - ], - [ - -121.82810926299999, - 37.22591673100004 - ], - [ - -121.82807111699998, - 37.225918834000026 - ], - [ - -121.82803289399999, - 37.225918329000024 - ], - [ - -121.82799488399996, - 37.225915282000074 - ], - [ - -121.827957315, - 37.22590964200003 - ], - [ - -121.82764580799994, - 37.22581999400006 - ], - [ - -121.82760314999996, - 37.22580493500004 - ], - [ - -121.82756121299997, - 37.22578865600008 - ], - [ - -121.82752005699996, - 37.225771200000054 - ], - [ - -121.82749022599995, - 37.22576455800004 - ], - [ - -121.82745639199999, - 37.22576288100004 - ], - [ - -121.82742058199995, - 37.22576765900004 - ], - [ - -121.82738561399998, - 37.22577961500008 - ], - [ - -121.82735491799997, - 37.225798320000024 - ], - [ - -121.82733129599995, - 37.22582209700005 - ], - [ - -121.82731607899996, - 37.22584850000004 - ], - [ - -121.82730916299994, - 37.22587501600003 - ], - [ - -121.82730926, - 37.22589980400005 - ], - [ - -121.82730609099997, - 37.22599549800003 - ], - [ - -121.82742711099996, - 37.22599490700003 - ], - [ - -121.82739429699996, - 37.22602862400004 - ], - [ - -121.82739407999998, - 37.22602897400003 - ], - [ - -121.82730428999997, - 37.22612132000006 - ], - [ - -121.82744064499997, - 37.226267009000026 - ], - [ - -121.82804785299999, - 37.226915433000045 - ], - [ - -121.82809519699998, - 37.22696599100004 - ], - [ - -121.82809512999995, - 37.22696637800004 - ], - [ - -121.82798542499995, - 37.22759686300003 - ], - [ - -121.827985131, - 37.22759717300005 - ], - [ - -121.82784008799996, - 37.22775014100006 - ], - [ - -121.82741691599995, - 37.22787248900005 - ], - [ - -121.82716523299996, - 37.22794525300003 - ], - [ - -121.82704240499999, - 37.22803907400004 - ], - [ - -121.82666659599994, - 37.22829713800007 - ], - [ - -121.82633205899998, - 37.22853877400007 - ], - [ - -121.82616270699998, - 37.22867578800003 - ], - [ - -121.82591286599995, - 37.22873912700004 - ], - [ - -121.82554361599995, - 37.22864533300003 - ], - [ - -121.82539920199997, - 37.228555637000056 - ], - [ - -121.82538189499996, - 37.228543427000034 - ], - [ - -121.82536602999994, - 37.22853003300003 - ], - [ - -121.82535171899997, - 37.228515569000024 - ], - [ - -121.82533908, - 37.228500147000034 - ], - [ - -121.82532825699997, - 37.22848383400003 - ], - [ - -121.82531925399996, - 37.22846683800003 - ], - [ - -121.82531224399997, - 37.228449246000025 - ], - [ - -121.82530720099999, - 37.228431245000024 - ], - [ - -121.82530418699997, - 37.22841294400007 - ], - [ - -121.82530325899995, - 37.22839450600003 - ], - [ - -121.82523843499996, - 37.22807833300004 - ], - [ - -121.82523488099997, - 37.22806516400004 - ], - [ - -121.82522990099994, - 37.22805228900006 - ], - [ - -121.82522352499996, - 37.228039841000054 - ], - [ - -121.82521578499995, - 37.228027842000074 - ], - [ - -121.82520676599995, - 37.228016453000066 - ], - [ - -121.82519655699997, - 37.22800574300004 - ], - [ - -121.82518521699996, - 37.22799577700005 - ], - [ - -121.82517280499997, - 37.227986670000064 - ], - [ - -121.82515946399997, - 37.22797846700007 - ], - [ - -121.82514522199995, - 37.22797121200006 - ], - [ - -121.82513028499994, - 37.227964995000036 - ], - [ - -121.825114709, - 37.227959860000055 - ], - [ - -121.82509863499996, - 37.22795583100003 - ], - [ - -121.82508215499996, - 37.22795295000003 - ], - [ - -121.82506546399998, - 37.22795123900005 - ], - [ - -121.82504862199994, - 37.22795069700004 - ], - [ - -121.82478520499996, - 37.22801964800004 - ], - [ - -121.82475933799998, - 37.228025022000054 - ], - [ - -121.82473413199995, - 37.228032219000056 - ], - [ - -121.824709843, - 37.22804116900005 - ], - [ - -121.82468664499999, - 37.228051779000054 - ], - [ - -121.82466470699995, - 37.22806402100008 - ], - [ - -121.82464422399994, - 37.22807775900003 - ], - [ - -121.82462531399995, - 37.22809287300004 - ], - [ - -121.82460817199996, - 37.22810927300003 - ], - [ - -121.82459290999998, - 37.22812684100006 - ], - [ - -121.82457964199995, - 37.22814539500007 - ], - [ - -121.82456850699998, - 37.22816484100008 - ], - [ - -121.82455953199997, - 37.22818497000003 - ], - [ - -121.82454021099994, - 37.228204439000024 - ], - [ - -121.82451888899999, - 37.22822248800003 - ], - [ - -121.82449570899996, - 37.22823902600004 - ], - [ - -121.82447083999995, - 37.228253910000035 - ], - [ - -121.82444445099998, - 37.228267050000056 - ], - [ - -121.82441676999997, - 37.22827830600005 - ], - [ - -121.82401987199995, - 37.22844595300006 - ], - [ - -121.82397759499997, - 37.22846877200004 - ], - [ - -121.82393782799994, - 37.22849430900004 - ], - [ - -121.82390082599994, - 37.22852237800004 - ], - [ - -121.82387126099997, - 37.22854363300007 - ], - [ - -121.823842276, - 37.22856545500008 - ], - [ - -121.82381401699996, - 37.22858781700006 - ], - [ - -121.82377384299997, - 37.228619378000076 - ], - [ - -121.82372910899994, - 37.22864728300004 - ], - [ - -121.82367981099998, - 37.22867128000007 - ], - [ - -121.82362676899999, - 37.22869069500007 - ], - [ - -121.823571029, - 37.228704967000056 - ], - [ - -121.82351379399995, - 37.22871385500008 - ], - [ - -121.82345620199999, - 37.22871725300007 - ], - [ - -121.82339951799997, - 37.22871535400003 - ], - [ - -121.82334434999996, - 37.22870842400005 - ], - [ - -121.82313439399996, - 37.22867181700008 - ], - [ - -121.82304683299998, - 37.22864446800003 - ], - [ - -121.82296237799994, - 37.22861145600007 - ], - [ - -121.82288160299998, - 37.22857299900005 - ], - [ - -121.82280509099996, - 37.22852936600003 - ], - [ - -121.82273326999996, - 37.22848085100003 - ], - [ - -121.82266669499995, - 37.22842776700003 - ], - [ - -121.82260962899994, - 37.22837668100004 - ], - [ - -121.82254722599998, - 37.228329753000025 - ], - [ - -121.82248000899995, - 37.22828725100004 - ], - [ - -121.82240843899996, - 37.228249583000036 - ], - [ - -121.82233306499995, - 37.228216993000046 - ], - [ - -121.82210776499994, - 37.22809437900003 - ], - [ - -121.82207188899997, - 37.22807123000007 - ], - [ - -121.82202850999994, - 37.22805105100008 - ], - [ - -121.82198029799997, - 37.22803600700007 - ], - [ - -121.82192864499996, - 37.22802718400004 - ], - [ - -121.82187556599996, - 37.228025151000054 - ], - [ - -121.82182315199998, - 37.22802993200003 - ], - [ - -121.82177328599994, - 37.22804116100008 - ], - [ - -121.82172772399997, - 37.228057904000025 - ], - [ - -121.82152016099997, - 37.22818904800005 - ], - [ - -121.82151350999999, - 37.22819651700007 - ], - [ - -121.821492794, - 37.22821977800004 - ], - [ - -121.82146954599995, - 37.22825197100008 - ], - [ - -121.82145002799996, - 37.22828618200003 - ], - [ - -121.82143051899999, - 37.22833561500005 - ], - [ - -121.82142357499998, - 37.228358927000045 - ], - [ - -121.82141720799996, - 37.22839553100005 - ], - [ - -121.82141522599994, - 37.228432428000076 - ], - [ - -121.82141759599995, - 37.228469345000065 - ], - [ - -121.82142436599997, - 37.22850589300003 - ], - [ - -121.82142692599996, - 37.22861841200006 - ], - [ - -121.82141871899995, - 37.22873075500007 - ], - [ - -121.82139981999995, - 37.22884228100003 - ], - [ - -121.82137030599995, - 37.228952347000074 - ], - [ - -121.821311606, - 37.229210701000056 - ], - [ - -121.821299964, - 37.22929394500005 - ], - [ - -121.82127897199996, - 37.22937603400004 - ], - [ - -121.82124878599996, - 37.22945628400004 - ], - [ - -121.82120962399995, - 37.22953395500008 - ], - [ - -121.82119128699998, - 37.229567032000034 - ], - [ - -121.82116954799994, - 37.22959877200003 - ], - [ - -121.82114460199995, - 37.22962894800003 - ], - [ - -121.82111656499995, - 37.229657350000025 - ], - [ - -121.82108571499998, - 37.22968379300005 - ], - [ - -121.82107404899995, - 37.229691020000075 - ], - [ - -121.82106168299998, - 37.229697454000075 - ], - [ - -121.82104869799997, - 37.229703003000054 - ], - [ - -121.82103515399996, - 37.229707665000035 - ], - [ - -121.82102113599996, - 37.22971134900007 - ], - [ - -121.82100681499998, - 37.229714097000056 - ], - [ - -121.82099224599995, - 37.22971584000004 - ], - [ - -121.82097754499995, - 37.22971657800008 - ], - [ - -121.82096279999996, - 37.229716333000056 - ], - [ - -121.82094814799996, - 37.22971505600003 - ], - [ - -121.82093368199997, - 37.229712816000074 - ], - [ - -121.820659665, - 37.22961157800006 - ], - [ - -121.82063545099999, - 37.22959878100005 - ], - [ - -121.82061275299998, - 37.229584319000026 - ], - [ - -121.82059174499994, - 37.229568304000054 - ], - [ - -121.82057262999996, - 37.22955087300005 - ], - [ - -121.82055552599996, - 37.229532136000046 - ], - [ - -121.82054060299998, - 37.22951223000007 - ], - [ - -121.82052795499999, - 37.22949136100004 - ], - [ - -121.820517667, - 37.22946968600007 - ], - [ - -121.82050983, - 37.22944734200007 - ], - [ - -121.82039439099998, - 37.22899831400008 - ], - [ - -121.82038799699995, - 37.22898158500004 - ], - [ - -121.82037989699995, - 37.228965379000044 - ], - [ - -121.820370175, - 37.22894976400005 - ], - [ - -121.82035886199998, - 37.22893483000007 - ], - [ - -121.82034604599994, - 37.228920714000026 - ], - [ - -121.82033181499997, - 37.22890746200005 - ], - [ - -121.82031628399994, - 37.22889520800004 - ], - [ - -121.82029954099994, - 37.228884021000056 - ], - [ - -121.82028694199994, - 37.22887402300006 - ], - [ - -121.82027335499998, - 37.228864928000064 - ], - [ - -121.82025881499999, - 37.22885683000004 - ], - [ - -121.82024343199998, - 37.22884974700003 - ], - [ - -121.82022738199998, - 37.22884377100007 - ], - [ - -121.82021069399997, - 37.22883892300007 - ], - [ - -121.82019356899997, - 37.22883527100004 - ], - [ - -121.82017612099997, - 37.22883276600004 - ], - [ - -121.82015846599995, - 37.22883154700003 - ], - [ - -121.82014071799995, - 37.228831540000044 - ], - [ - -121.820123078, - 37.22883274700007 - ], - [ - -121.81985681599997, - 37.22884321200007 - ], - [ - -121.81974295899994, - 37.228855346000046 - ], - [ - -121.81962985999996, - 37.228871523000066 - ], - [ - -121.81951783399995, - 37.228891807000025 - ], - [ - -121.81950628799996, - 37.22889287500004 - ], - [ - -121.81949469899996, - 37.22889314400004 - ], - [ - -121.81948312399999, - 37.228892564000034 - ], - [ - -121.81947164999997, - 37.22889120600007 - ], - [ - -121.81946039199994, - 37.22888902200003 - ], - [ - -121.81944937499998, - 37.22888607800007 - ], - [ - -121.81943874799998, - 37.22888237500007 - ], - [ - -121.81942856399996, - 37.228877958000055 - ], - [ - -121.81941888399996, - 37.22887282500005 - ], - [ - -121.819409824, - 37.22886704500007 - ], - [ - -121.81940140899997, - 37.228860662000045 - ], - [ - -121.819393758, - 37.22885369800008 - ], - [ - -121.81938687199994, - 37.22884622300006 - ], - [ - -121.81938083499995, - 37.22883830200004 - ], - [ - -121.81937567799997, - 37.22883000600007 - ], - [ - -121.81937146099995, - 37.228821355000036 - ], - [ - -121.81934312399994, - 37.22875000700003 - ], - [ - -121.81932328499994, - 37.22867684800008 - ], - [ - -121.81931212699999, - 37.228602513000055 - ], - [ - -121.81930971999998, - 37.22852766800003 - ], - [ - -121.81930747299998, - 37.22850574200004 - ], - [ - -121.81930273899997, - 37.22848407300006 - ], - [ - -121.81929549499995, - 37.228462844000035 - ], - [ - -121.81928585699995, - 37.22844223900006 - ], - [ - -121.81927388599996, - 37.22842243600007 - ], - [ - -121.81925967099994, - 37.22840359800006 - ], - [ - -121.81924335699995, - 37.22838590500004 - ], - [ - -121.81922506299998, - 37.228369471000065 - ], - [ - -121.81920300999997, - 37.22835907600006 - ], - [ - -121.81917989799996, - 37.228350317000036 - ], - [ - -121.81915587199995, - 37.22834328700003 - ], - [ - -121.81913113399997, - 37.22833804900006 - ], - [ - -121.81910591099995, - 37.228334603000064 - ], - [ - -121.81908040599996, - 37.228333013000054 - ], - [ - -121.81905481999996, - 37.22833330100008 - ], - [ - -121.81898481199994, - 37.22833212200004 - ], - [ - -121.81891484599998, - 37.22833014200006 - ], - [ - -121.81884492199998, - 37.22832735800006 - ], - [ - -121.81877829399997, - 37.228318244000036 - ], - [ - -121.81871276699997, - 37.228304997000066 - ], - [ - -121.818648715, - 37.228287796000075 - ], - [ - -121.81858654099995, - 37.22826663700005 - ], - [ - -121.81853359299998, - 37.22823782000006 - ], - [ - -121.81848367699996, - 37.228205743000046 - ], - [ - -121.81843714299998, - 37.22817058100003 - ], - [ - -121.81839427899996, - 37.228132541000036 - ], - [ - -121.81835532099996, - 37.22809191600004 - ], - [ - -121.8182886, - 37.22803695400006 - ], - [ - -121.818223408, - 37.227980923000075 - ], - [ - -121.81815968199999, - 37.22792375200004 - ], - [ - -121.81810738699994, - 37.227863752000076 - ], - [ - -121.818058609, - 37.22780188200005 - ], - [ - -121.81801343499995, - 37.22773832300004 - ], - [ - -121.81800015699997, - 37.227715766000074 - ], - [ - -121.81798452099997, - 37.22769421900006 - ], - [ - -121.81796667099997, - 37.227673820000064 - ], - [ - -121.81794666899998, - 37.22765470300004 - ], - [ - -121.81792474599996, - 37.22763702800006 - ], - [ - -121.81790098999994, - 37.22762093000006 - ], - [ - -121.81787560299995, - 37.22760649800006 - ], - [ - -121.81786438499995, - 37.227601725000056 - ], - [ - -121.81785269299996, - 37.22759773800004 - ], - [ - -121.81784061399998, - 37.22759455400006 - ], - [ - -121.81782823599997, - 37.22759224400005 - ], - [ - -121.81781564399995, - 37.227590761000044 - ], - [ - -121.81780298099994, - 37.22759017100003 - ], - [ - -121.81779027599998, - 37.22759042900003 - ], - [ - -121.81777764399999, - 37.227591578000045 - ], - [ - -121.81776517099996, - 37.22759359500003 - ], - [ - -121.81775296999996, - 37.22759643400008 - ], - [ - -121.81774112599999, - 37.227600116000076 - ], - [ - -121.81772972599998, - 37.22760459300008 - ], - [ - -121.81771885599994, - 37.22760984100006 - ], - [ - -121.81770854099994, - 37.22761581800006 - ], - [ - -121.81765012099999, - 37.22764689500008 - ], - [ - -121.81759055999999, - 37.227676546000055 - ], - [ - -121.81752991399998, - 37.22770478700005 - ], - [ - -121.81749828999995, - 37.22771484800006 - ], - [ - -121.81746781599998, - 37.22772697900007 - ], - [ - -121.81743875499996, - 37.22774113200006 - ], - [ - -121.81741124099995, - 37.22775716600006 - ], - [ - -121.81738553599996, - 37.22777498900007 - ], - [ - -121.81736177599998, - 37.227794483000025 - ], - [ - -121.81734013399995, - 37.22781548800003 - ], - [ - -121.81732077599997, - 37.22783788600003 - ], - [ - -121.81730384499997, - 37.227861493000034 - ], - [ - -121.81728942199999, - 37.22788614700005 - ], - [ - -121.81711104599998, - 37.228161777000025 - ], - [ - -121.81710265899994, - 37.22817155300004 - ], - [ - -121.81709317299999, - 37.22818067900005 - ], - [ - -121.817082702, - 37.228189084000064 - ], - [ - -121.81707132699995, - 37.22819667400006 - ], - [ - -121.81705910899996, - 37.22820342600005 - ], - [ - -121.81704618699996, - 37.22820924700005 - ], - [ - -121.81703267499995, - 37.228214093000076 - ], - [ - -121.81701863099994, - 37.22821795800007 - ], - [ - -121.81700422499995, - 37.22822077600006 - ], - [ - -121.81698957199995, - 37.22822254300007 - ], - [ - -121.81673072399997, - 37.22823122400007 - ], - [ - -121.81671342699997, - 37.22823080000006 - ], - [ - -121.81669622399994, - 37.22822925500003 - ], - [ - -121.81667925999994, - 37.22822656100004 - ], - [ - -121.81666259099995, - 37.22822274200007 - ], - [ - -121.81664641699996, - 37.22821784300004 - ], - [ - -121.81663079799995, - 37.22821190700006 - ], - [ - -121.81661584699998, - 37.22820495700006 - ], - [ - -121.81660165299996, - 37.228197015000035 - ], - [ - -121.816588331, - 37.22818819100007 - ], - [ - -121.816584767, - 37.22818250900008 - ], - [ - -121.81658194199997, - 37.22817659000003 - ], - [ - -121.816579774, - 37.228170480000074 - ], - [ - -121.81657831999996, - 37.22816424600006 - ], - [ - -121.81657757899995, - 37.22815793700005 - ], - [ - -121.81657755299995, - 37.22815157500003 - ], - [ - -121.81650677399995, - 37.22794549400004 - ], - [ - -121.81638527099994, - 37.22768088300006 - ], - [ - -121.81628876499997, - 37.227475208000044 - ], - [ - -121.81628056199997, - 37.227456440000026 - ], - [ - -121.81627022599997, - 37.22743838200006 - ], - [ - -121.81625784299996, - 37.22742114700003 - ], - [ - -121.81624347599995, - 37.22740491900004 - ], - [ - -121.81622737899994, - 37.227389764000065 - ], - [ - -121.81620955999995, - 37.227375933000076 - ], - [ - -121.81619027699998, - 37.22736344700007 - ], - [ - -121.81617781099999, - 37.227354569000056 - ], - [ - -121.81616441899996, - 37.227346639000075 - ], - [ - -121.81615015699998, - 37.22733970300004 - ], - [ - -121.81613516799996, - 37.22733385300006 - ], - [ - -121.81611959999998, - 37.227329129000054 - ], - [ - -121.81610353499997, - 37.227325533000055 - ], - [ - -121.81608711999996, - 37.22732315400003 - ], - [ - -121.81607052499999, - 37.22732196800007 - ], - [ - -121.81600953799995, - 37.22730960600006 - ], - [ - -121.81595027499998, - 37.22729276200005 - ], - [ - -121.815893196, - 37.227271589000054 - ], - [ - -121.81583885099997, - 37.227246267000055 - ], - [ - -121.81578767199994, - 37.227217017000044 - ], - [ - -121.81574105199996, - 37.22719321000005 - ], - [ - -121.81569177799997, - 37.22717311700006 - ], - [ - -121.81564034099995, - 37.227156895000064 - ], - [ - -121.81558717099995, - 37.22714472100006 - ], - [ - -121.81556070399995, - 37.227142065000066 - ], - [ - -121.81553403999999, - 37.22714119700004 - ], - [ - -121.81550743499997, - 37.227142091000076 - ], - [ - -121.815481004, - 37.22714474600008 - ], - [ - -121.81545491799994, - 37.22714918300005 - ], - [ - -121.81542937799998, - 37.22715528300006 - ], - [ - -121.81540458199999, - 37.22716304700003 - ], - [ - -121.81538067499997, - 37.22717249500005 - ], - [ - -121.81535782599997, - 37.22718348700005 - ], - [ - -121.81533617599996, - 37.22719593000005 - ], - [ - -121.81525479299995, - 37.22724145700005 - ], - [ - -121.81517793199998, - 37.227291785000034 - ], - [ - -121.81510604699997, - 37.227346612000076 - ], - [ - -121.81500409799997, - 37.22740598900003 - ], - [ - -121.81490966599995, - 37.22747288100004 - ], - [ - -121.81482365699998, - 37.227546636000056 - ], - [ - -121.814761208, - 37.22760099100003 - ], - [ - -121.81470354099997, - 37.22765863300003 - ], - [ - -121.81465093499997, - 37.22771928700007 - ], - [ - -121.81463764799997, - 37.22772559400005 - ], - [ - -121.81462368899997, - 37.22773099200003 - ], - [ - -121.814609282, - 37.227735411000026 - ], - [ - -121.81459442799996, - 37.22773882900003 - ], - [ - -121.81457927099996, - 37.227741243000025 - ], - [ - -121.81456392399997, - 37.22774260400007 - ], - [ - -121.81454844299998, - 37.22774291600007 - ], - [ - -121.81453300199996, - 37.227742173000024 - ], - [ - -121.81451771299999, - 37.22774037700003 - ], - [ - -121.81450266299998, - 37.227737570000045 - ], - [ - -121.81448796899997, - 37.22773373000007 - ], - [ - -121.81447371599995, - 37.22772892300003 - ], - [ - -121.81446004599997, - 37.22772314800005 - ], - [ - -121.81444704799998, - 37.227716473000044 - ], - [ - -121.81443477699997, - 37.227708920000055 - ], - [ - -121.81442338099998, - 37.22770057900004 - ], - [ - -121.81411440899996, - 37.22728684000003 - ], - [ - -121.81393348399996, - 37.226979405000066 - ], - [ - -121.81388394599998, - 37.22691804500005 - ], - [ - -121.81382794499996, - 37.226860327000054 - ], - [ - -121.81376597499997, - 37.22680670600005 - ], - [ - -121.81369838899997, - 37.226757543000076 - ], - [ - -121.81362582, - 37.22671321800004 - ], - [ - -121.81354870499996, - 37.22667405100003 - ], - [ - -121.81352273799996, - 37.22665914400005 - ], - [ - -121.81349528699997, - 37.226646061000054 - ], - [ - -121.81346655299996, - 37.226634870000055 - ], - [ - -121.81343673599997, - 37.226625660000025 - ], - [ - -121.81340603799998, - 37.22661849600007 - ], - [ - -121.81337472099995, - 37.22661346900003 - ], - [ - -121.81334295499994, - 37.22661055200007 - ], - [ - -121.81331102499996, - 37.226609789000065 - ], - [ - -121.81327910599998, - 37.22661122300008 - ], - [ - -121.81324745199998, - 37.22661478300006 - ], - [ - -121.81321629399997, - 37.22662048900003 - ], - [ - -121.81309421699996, - 37.226645344000076 - ], - [ - -121.81297039799995, - 37.22666390000006 - ], - [ - -121.81284532199999, - 37.226676015000066 - ], - [ - -121.81282278999998, - 37.22667739100007 - ], - [ - -121.81278527099994, - 37.22668275400008 - ], - [ - -121.81273515499998, - 37.226692816000025 - ], - [ - -121.81267698799996, - 37.226715557000034 - ], - [ - -121.81264457499998, - 37.226731303000065 - ], - [ - -121.81261412099997, - 37.22674936100003 - ], - [ - -121.81258582099997, - 37.22676954600007 - ], - [ - -121.81255996099998, - 37.226791741000056 - ], - [ - -121.81247690499998, - 37.226854407000076 - ], - [ - -121.81239256799995, - 37.22691596400006 - ], - [ - -121.81230692499997, - 37.22697639100005 - ], - [ - -121.81224563899997, - 37.22700411100004 - ], - [ - -121.81218158399997, - 37.22702746700003 - ], - [ - -121.81211521999995, - 37.22704624800008 - ], - [ - -121.81204705399995, - 37.22706033400004 - ], - [ - -121.81186642899996, - 37.227120522000064 - ], - [ - -121.81184704099996, - 37.227128178000044 - ], - [ - -121.81184045599997, - 37.227129785000045 - ], - [ - -121.81183372199996, - 37.22713093700003 - ], - [ - -121.81182686299996, - 37.227131609000025 - ], - [ - -121.81181999599994, - 37.22713180000005 - ], - [ - -121.81181314999998, - 37.22713151100004 - ], - [ - -121.81180629599999, - 37.22713076400004 - ], - [ - -121.81179957799998, - 37.22712955700007 - ], - [ - -121.81179302099997, - 37.227127868000025 - ], - [ - -121.81178668499996, - 37.22712571900007 - ], - [ - -121.81178060099995, - 37.227123154000026 - ], - [ - -121.81177479499996, - 37.22712017500004 - ], - [ - -121.81176935399998, - 37.22711680300006 - ], - [ - -121.81176430899995, - 37.22711308300006 - ], - [ - -121.81175965699998, - 37.22710901500005 - ], - [ - -121.81175548799996, - 37.227104644000065 - ], - [ - -121.81175179899998, - 37.227099993000024 - ], - [ - -121.81174862299997, - 37.22709512900008 - ], - [ - -121.81174598499996, - 37.22709000900005 - ], - [ - -121.81174391899998, - 37.227084768000054 - ], - [ - -121.81174244899995, - 37.227079383000046 - ], - [ - -121.81174123499994, - 37.22706227400005 - ], - [ - -121.81172591899997, - 37.22692671100003 - ], - [ - -121.81171983399997, - 37.22683755600008 - ], - [ - -121.81170482899995, - 37.22674902700004 - ], - [ - -121.811681, - 37.22666176400003 - ], - [ - -121.81164850299996, - 37.226576315000045 - ], - [ - -121.81161631199996, - 37.22653130900005 - ], - [ - -121.81155584599998, - 37.22648492600007 - ], - [ - -121.81151968599994, - 37.22647141400006 - ], - [ - -121.81148133599999, - 37.22646364900004 - ], - [ - -121.81144283099997, - 37.22646172300006 - ], - [ - -121.81140616699997, - 37.22646517800007 - ], - [ - -121.81137344099994, - 37.226472915000045 - ], - [ - -121.81130243599995, - 37.22649309900004 - ], - [ - -121.81122941599995, - 37.226508040000056 - ], - [ - -121.81115501899995, - 37.22651766300004 - ], - [ - -121.81107984, - 37.22652184700007 - ], - [ - -121.81100450699995, - 37.22652058600005 - ], - [ - -121.81092962199995, - 37.226513871000066 - ], - [ - -121.81088787799996, - 37.226506853000046 - ], - [ - -121.81084558499998, - 37.22650270300005 - ], - [ - -121.81080296999994, - 37.22650139500007 - ], - [ - -121.81076037499997, - 37.22650297100006 - ], - [ - -121.81071811699996, - 37.22650742800005 - ], - [ - -121.81067645499996, - 37.226514715000064 - ], - [ - -121.81063572699998, - 37.22652478400005 - ], - [ - -121.81059618999996, - 37.22653756600005 - ], - [ - -121.81055815999997, - 37.22655296000005 - ], - [ - -121.81052186299996, - 37.22657087700003 - ], - [ - -121.81048761299996, - 37.22659117500007 - ], - [ - -121.81046714699994, - 37.22660110900006 - ], - [ - -121.810445658, - 37.226609590000066 - ], - [ - -121.81042333699997, - 37.22661657000003 - ], - [ - -121.81040036, - 37.22662193200006 - ], - [ - -121.810376868, - 37.226625743000056 - ], - [ - -121.810353062, - 37.226627886000074 - ], - [ - -121.81032911199998, - 37.22662838400004 - ], - [ - -121.81030521899999, - 37.22662718600003 - ], - [ - -121.810281525, - 37.22662436100006 - ], - [ - -121.81025820299999, - 37.22661990800003 - ], - [ - -121.81023548399997, - 37.22661384300005 - ], - [ - -121.81021351099997, - 37.226606238000045 - ], - [ - -121.80998119299994, - 37.226529252000034 - ], - [ - -121.80994446899996, - 37.226517898000054 - ], - [ - -121.80990425599998, - 37.226509994000025 - ], - [ - -121.80986214199999, - 37.22650629900005 - ], - [ - -121.80981919199996, - 37.22650716900006 - ], - [ - -121.809776608, - 37.22651263600005 - ], - [ - -121.80973550699997, - 37.22652261700006 - ], - [ - -121.80969696799997, - 37.226536690000046 - ], - [ - -121.80966186699999, - 37.22655427400008 - ], - [ - -121.80963090899996, - 37.22657464900004 - ], - [ - -121.80943177299997, - 37.22673852300005 - ], - [ - -121.80940022199997, - 37.22675611200003 - ], - [ - -121.80936694399998, - 37.22677156900005 - ], - [ - -121.80933213799995, - 37.226784708000025 - ], - [ - -121.80929611599998, - 37.22679543400005 - ], - [ - -121.80925904799994, - 37.22680372200006 - ], - [ - -121.80922127899998, - 37.22680947900005 - ], - [ - -121.80918294999998, - 37.226812632000076 - ], - [ - -121.80916018799996, - 37.22681403100006 - ], - [ - -121.80913734199999, - 37.22681380500006 - ], - [ - -121.80911458199995, - 37.22681195300004 - ], - [ - -121.80909213799998, - 37.22680852000008 - ], - [ - -121.809070153, - 37.226803500000074 - ], - [ - -121.80904882599998, - 37.22679691800005 - ], - [ - -121.809028276, - 37.226788862000035 - ], - [ - -121.80900873099995, - 37.226779399000065 - ], - [ - -121.80899877099995, - 37.22677120000003 - ], - [ - -121.808989742, - 37.22676235200004 - ], - [ - -121.80898164799999, - 37.22675292100007 - ], - [ - -121.80897457599997, - 37.22674297400005 - ], - [ - -121.80896863899994, - 37.22673260300007 - ], - [ - -121.80896378699998, - 37.22672185300007 - ], - [ - -121.808960158, - 37.22671079200006 - ], - [ - -121.80895766999998, - 37.22669953600007 - ], - [ - -121.80895638499999, - 37.22668817300007 - ], - [ - -121.80895632799997, - 37.226676730000065 - ], - [ - -121.80895747399995, - 37.22666534100006 - ], - [ - -121.80897172799996, - 37.22652946900007 - ], - [ - -121.80897851599997, - 37.22650689200003 - ], - [ - -121.80897980799995, - 37.22647927400004 - ], - [ - -121.80897340599995, - 37.22645032100007 - ], - [ - -121.80895848699998, - 37.22642217500004 - ], - [ - -121.80893560799996, - 37.22639716000003 - ], - [ - -121.80890663499997, - 37.22637724900005 - ], - [ - -121.80887404999999, - 37.22636358300008 - ], - [ - -121.80884074599999, - 37.22635619500005 - ], - [ - -121.80881051799997, - 37.22635447300007 - ], - [ - -121.80874130999996, - 37.22635156200005 - ], - [ - -121.80867208199999, - 37.22635405300008 - ], - [ - -121.80860349299996, - 37.226361938000025 - ], - [ - -121.80859850299998, - 37.22636302400008 - ], - [ - -121.80859339299997, - 37.226363768000056 - ], - [ - -121.80858824599994, - 37.22636414600004 - ], - [ - -121.80858306599998, - 37.226364158000024 - ], - [ - -121.80857790599998, - 37.22636380500006 - ], - [ - -121.80857279999998, - 37.226363082000034 - ], - [ - -121.8085678, - 37.226362040000026 - ], - [ - -121.80856290999998, - 37.22636065300003 - ], - [ - -121.80855821399996, - 37.22635894300004 - ], - [ - -121.808553712, - 37.22635684200003 - ], - [ - -121.80854946299996, - 37.22635448600005 - ], - [ - -121.80854549299994, - 37.226351829000066 - ], - [ - -121.80854180899996, - 37.22634891800004 - ], - [ - -121.80853846199994, - 37.226345750000064 - ], - [ - -121.80832365299995, - 37.22614370200006 - ], - [ - -121.80819282199997, - 37.22623271800006 - ], - [ - -121.80806989799999, - 37.22611740100007 - ], - [ - -121.80788987699998, - 37.22594856500007 - ], - [ - -121.807883232, - 37.22590904100008 - ], - [ - -121.80788104699997, - 37.225869190000026 - ], - [ - -121.807883356, - 37.225829360000034 - ], - [ - -121.80789013699996, - 37.225789845000065 - ], - [ - -121.80790136599995, - 37.22575099100004 - ], - [ - -121.80791693299994, - 37.22571309600005 - ], - [ - -121.80792932699995, - 37.22569512500007 - ], - [ - -121.807936112, - 37.225685276000036 - ], - [ - -121.80798135299995, - 37.225628828000026 - ], - [ - -121.80803257899998, - 37.225575770000034 - ], - [ - -121.80808939499997, - 37.22552647200007 - ], - [ - -121.80815134999995, - 37.22548132800006 - ], - [ - -121.80816882399995, - 37.22546902400006 - ], - [ - -121.80820022199998, - 37.22544276200006 - ], - [ - -121.80822846499996, - 37.22541429200004 - ], - [ - -121.808253321, - 37.22538384600006 - ], - [ - -121.808274542, - 37.225351723000074 - ], - [ - -121.80829201699999, - 37.225318178000066 - ], - [ - -121.80830552199996, - 37.22528348700007 - ], - [ - -121.80831503399997, - 37.225247946000025 - ], - [ - -121.808320386, - 37.22521186000006 - ], - [ - -121.80832182199998, - 37.225171214000056 - ], - [ - -121.80831902199998, - 37.22513878700005 - ], - [ - -121.80831303199994, - 37.225107199000036 - ], - [ - -121.80830425599999, - 37.225080081000044 - ], - [ - -121.80829805299999, - 37.22506087700003 - ], - [ - -121.80828259799995, - 37.22502820300008 - ], - [ - -121.80826352799994, - 37.22499671400004 - ], - [ - -121.80824104799996, - 37.22496675100007 - ], - [ - -121.80821536699995, - 37.22493856400007 - ], - [ - -121.80818688699998, - 37.22491246900006 - ], - [ - -121.80815552399997, - 37.224888372000066 - ], - [ - -121.80815456799996, - 37.22488774200008 - ], - [ - -121.808121654, - 37.22486659400005 - ], - [ - -121.80808553799994, - 37.224847312000065 - ], - [ - -121.80808429599995, - 37.22484673200006 - ], - [ - -121.80804740499997, - 37.224830617000066 - ], - [ - -121.80804570499998, - 37.22482999600004 - ], - [ - -121.80800930199996, - 37.224817219000045 - ], - [ - -121.80800757499998, - 37.22481666500005 - ], - [ - -121.80800602, - 37.224816202000056 - ], - [ - -121.80796639099998, - 37.22480556600004 - ], - [ - -121.80792284899997, - 37.22479703400006 - ], - [ - -121.80787853099997, - 37.22479171500004 - ], - [ - -121.80783378499996, - 37.22478962900004 - ], - [ - -121.80778900999996, - 37.22479079400006 - ], - [ - -121.80774451899998, - 37.22479520500008 - ], - [ - -121.80770074499998, - 37.22480285800003 - ], - [ - -121.80765796699995, - 37.22481361400003 - ], - [ - -121.80764760699998, - 37.22481695700003 - ], - [ - -121.80761187299998, - 37.22482935000005 - ], - [ - -121.80757743599997, - 37.22484397300008 - ], - [ - -121.807544582, - 37.224860729000056 - ], - [ - -121.80751350999998, - 37.22487950200008 - ], - [ - -121.80748438899997, - 37.22490022200003 - ], - [ - -121.80736901899996, - 37.22499757800006 - ], - [ - -121.80729485799998, - 37.224940428000025 - ], - [ - -121.80710082399997, - 37.225073500000065 - ], - [ - -121.80703933799998, - 37.225002955000036 - ], - [ - -121.80702602799994, - 37.22500958200004 - ], - [ - -121.80698976099995, - 37.22502754200008 - ], - [ - -121.80691111699997, - 37.22507257500007 - ], - [ - -121.80682538399998, - 37.22511004200004 - ], - [ - -121.80673269599998, - 37.22513927600005 - ], - [ - -121.80663489199998, - 37.22515918300007 - ], - [ - -121.806534366, - 37.225169050000034 - ], - [ - -121.80643351499998, - 37.225168574000065 - ], - [ - -121.80633466499995, - 37.22515809500004 - ], - [ - -121.80612908799998, - 37.22506125500007 - ], - [ - -121.80608247699996, - 37.225041014000055 - ], - [ - -121.80593921899998, - 37.22497879600007 - ], - [ - -121.80585518799995, - 37.22489573000007 - ], - [ - -121.80576306699999, - 37.22480000400003 - ], - [ - -121.80570177699997, - 37.22463718800003 - ], - [ - -121.80551367599998, - 37.22411953400007 - ], - [ - -121.80529989499996, - 37.224155978000056 - ], - [ - -121.80485714399998, - 37.224231392000036 - ], - [ - -121.80479176199998, - 37.22424253600008 - ], - [ - -121.80454187, - 37.22426175600003 - ], - [ - -121.80436329799994, - 37.22427546700004 - ], - [ - -121.804169361, - 37.224317434000056 - ], - [ - -121.80407654299995, - 37.22433929700003 - ], - [ - -121.80404997499994, - 37.22434554500006 - ], - [ - -121.80397611199999, - 37.224361154000064 - ], - [ - -121.80388895799996, - 37.22437959000007 - ], - [ - -121.80386837499998, - 37.22448781200006 - ], - [ - -121.80386333899997, - 37.22451410000008 - ], - [ - -121.803642847, - 37.22464869800007 - ], - [ - -121.803643911, - 37.22466534900008 - ], - [ - -121.80365593199997, - 37.22485259000007 - ], - [ - -121.803112522, - 37.225066982000044 - ], - [ - -121.802985332, - 37.22510726500008 - ], - [ - -121.80285944699995, - 37.22515009700004 - ], - [ - -121.80273497799999, - 37.225195453000026 - ], - [ - -121.80265981199994, - 37.22523657600004 - ], - [ - -121.80258671899998, - 37.225280078000026 - ], - [ - -121.802515928, - 37.22532586800003 - ], - [ - -121.80240637599996, - 37.22538300600007 - ], - [ - -121.80229307499997, - 37.225435196000035 - ], - [ - -121.80217630899995, - 37.22548227400006 - ], - [ - -121.80202960699995, - 37.22552817500008 - ], - [ - -121.801880644, - 37.22556913400007 - ], - [ - -121.80172967699997, - 37.22560507900005 - ], - [ - -121.80156190899999, - 37.225659248000056 - ], - [ - -121.80139568099997, - 37.22571639700004 - ], - [ - -121.801231079, - 37.225776505000056 - ], - [ - -121.80120267799998, - 37.22578924900006 - ], - [ - -121.80117573599995, - 37.225803832000054 - ], - [ - -121.80115037399997, - 37.22582013700003 - ], - [ - -121.80112675599997, - 37.225838070000066 - ], - [ - -121.801105082, - 37.225857493000035 - ], - [ - -121.80108549099998, - 37.22587826500006 - ], - [ - -121.80106809899996, - 37.22590027200005 - ], - [ - -121.80105304399996, - 37.22592332900007 - ], - [ - -121.80104499699996, - 37.22593637400007 - ], - [ - -121.80103830399997, - 37.225949884000045 - ], - [ - -121.80103293599996, - 37.22596376900003 - ], - [ - -121.80102900399999, - 37.22597795900003 - ], - [ - -121.80102505399998, - 37.22599771100005 - ], - [ - -121.80101293899997, - 37.22602700600004 - ], - [ - -121.80099357499995, - 37.22605585700006 - ], - [ - -121.80096693399997, - 37.226082545000054 - ], - [ - -121.80093363999998, - 37.22610536900004 - ], - [ - -121.80089524399995, - 37.226122918000044 - ], - [ - -121.80085370599994, - 37.226134183000056 - ], - [ - -121.80081139599997, - 37.226138957000046 - ], - [ - -121.80077052599995, - 37.22613760300004 - ], - [ - -121.80073716399994, - 37.226131794000025 - ], - [ - -121.80067387999998, - 37.22611398000004 - ], - [ - -121.80061239499997, - 37.22609248200007 - ], - [ - -121.80055304899997, - 37.226067414000056 - ], - [ - -121.800501952, - 37.226039187000026 - ], - [ - -121.80044827599994, - 37.22601421500008 - ], - [ - -121.80039234399999, - 37.22599265800005 - ], - [ - -121.800370408, - 37.22598555400003 - ], - [ - -121.80035274299996, - 37.22598039400003 - ], - [ - -121.80025252599995, - 37.22596207400005 - ], - [ - -121.800150681, - 37.22595052500003 - ], - [ - -121.80004800999995, - 37.22594580600003 - ], - [ - -121.79996459199998, - 37.225945359000036 - ], - [ - -121.79988121799994, - 37.22594420200005 - ], - [ - -121.79979783199997, - 37.22594233700005 - ], - [ - -121.79968969699996, - 37.225937815000066 - ], - [ - -121.79969000999995, - 37.22598219400004 - ], - [ - -121.79952930299999, - 37.22597004000005 - ], - [ - -121.79934716099996, - 37.22596631600004 - ], - [ - -121.79900963399996, - 37.22589764000003 - ], - [ - -121.798973494, - 37.22589007600004 - ], - [ - -121.798367456, - 37.226062796000065 - ], - [ - -121.79799105999996, - 37.226205363000076 - ], - [ - -121.79758008099998, - 37.226212462000035 - ], - [ - -121.79757109499997, - 37.22621260600005 - ], - [ - -121.79758077099996, - 37.226133462000064 - ], - [ - -121.79758434899998, - 37.22610423700007 - ], - [ - -121.79758548499996, - 37.22609490900004 - ], - [ - -121.79721468499997, - 37.22610721700005 - ], - [ - -121.79694042499995, - 37.22611631700005 - ], - [ - -121.79692079799997, - 37.226109603000054 - ], - [ - -121.79675974999998, - 37.226054529000066 - ], - [ - -121.796652473, - 37.22585168000006 - ], - [ - -121.79655523599996, - 37.22577596800005 - ], - [ - -121.79642618099996, - 37.225675489000025 - ], - [ - -121.79588115399997, - 37.22587079900006 - ], - [ - -121.79587192599996, - 37.22587344100003 - ], - [ - -121.79558812199997, - 37.225954639000065 - ], - [ - -121.79537956799999, - 37.22601430800006 - ], - [ - -121.79537383299999, - 37.22604518000003 - ], - [ - -121.79532721199996, - 37.22629608600005 - ], - [ - -121.79502359699995, - 37.22630862400007 - ], - [ - -121.79472864899998, - 37.22615020300003 - ], - [ - -121.793387925, - 37.22623278900005 - ], - [ - -121.79337057099997, - 37.22623385900005 - ], - [ - -121.79336007799998, - 37.22623120000003 - ], - [ - -121.79317952399998, - 37.22618540700006 - ], - [ - -121.79313882199995, - 37.226172287000054 - ], - [ - -121.79245623399999, - 37.225952274000065 - ], - [ - -121.79238711799997, - 37.22592999300008 - ], - [ - -121.79189956699997, - 37.22603954700003 - ], - [ - -121.791779508, - 37.22607214300007 - ], - [ - -121.79161186699997, - 37.226117663000025 - ], - [ - -121.79148704799996, - 37.22570361800007 - ], - [ - -121.79153025699998, - 37.22531974200007 - ], - [ - -121.791729412, - 37.22509453400005 - ], - [ - -121.79173116299995, - 37.22509256500007 - ], - [ - -121.79187014299998, - 37.22493540800008 - ], - [ - -121.79139312499996, - 37.22431990900003 - ], - [ - -121.79128309899994, - 37.224277089000054 - ], - [ - -121.79101847199996, - 37.224174109000046 - ], - [ - -121.79067389699998, - 37.22404 - ], - [ - -121.79074386099995, - 37.223994806000064 - ], - [ - -121.790759574, - 37.22398465500004 - ], - [ - -121.79070509099995, - 37.22364205000008 - ], - [ - -121.79056430399999, - 37.22350658700003 - ], - [ - -121.79048292299996, - 37.22342826300007 - ], - [ - -121.79038054199998, - 37.22305508000005 - ], - [ - -121.79023907199996, - 37.22300772500006 - ], - [ - -121.78978107999995, - 37.222846848000074 - ], - [ - -121.78962263799997, - 37.222791233000066 - ], - [ - -121.78944444099994, - 37.222768477000045 - ], - [ - -121.78920967099998, - 37.22277486200005 - ], - [ - -121.78914406799998, - 37.222768192000046 - ], - [ - -121.78898903299995, - 37.22275250400003 - ], - [ - -121.78893360899997, - 37.22274691100006 - ], - [ - -121.78891230399995, - 37.22274474200003 - ], - [ - -121.78889088999995, - 37.22274946400006 - ], - [ - -121.788610501, - 37.22281096700004 - ], - [ - -121.78866328099997, - 37.22288074800008 - ], - [ - -121.788679302, - 37.222901973000035 - ], - [ - -121.78868660499995, - 37.22291379500007 - ], - [ - -121.78870391699996, - 37.22294178100003 - ], - [ - -121.78870711899998, - 37.22294822400005 - ], - [ - -121.78871915499997, - 37.22297223900006 - ], - [ - -121.788721297, - 37.22297700100006 - ], - [ - -121.78872495899998, - 37.222985222000034 - ], - [ - -121.78874027299997, - 37.223026736000065 - ], - [ - -121.78874911799994, - 37.22306172800006 - ], - [ - -121.78875464099997, - 37.223079932000076 - ], - [ - -121.78875861399996, - 37.22309458400008 - ], - [ - -121.78876112999995, - 37.22310943400004 - ], - [ - -121.78876216199995, - 37.223124416000076 - ], - [ - -121.78876170399997, - 37.223139368000034 - ], - [ - -121.78875981399995, - 37.223154290000025 - ], - [ - -121.78875837599998, - 37.22319214200007 - ], - [ - -121.78865975399998, - 37.22317628900004 - ], - [ - -121.788570145, - 37.22316187300004 - ], - [ - -121.78835475099999, - 37.22301024300003 - ], - [ - -121.78751749199995, - 37.22241584000005 - ], - [ - -121.78750328799998, - 37.222530214000074 - ], - [ - -121.78749474999995, - 37.22255805000003 - ], - [ - -121.78747295499994, - 37.22252892300003 - ], - [ - -121.78748126799996, - 37.22245650000008 - ], - [ - -121.78736840599998, - 37.22184741600006 - ], - [ - -121.78623969199998, - 37.22156180800005 - ], - [ - -121.78622198399995, - 37.22155733200003 - ], - [ - -121.78603805799997, - 37.22151078200005 - ], - [ - -121.78602443099999, - 37.22150731600004 - ], - [ - -121.78602031899999, - 37.22150630900006 - ], - [ - -121.785876638, - 37.22146483200004 - ], - [ - -121.78569544899995, - 37.22141255200006 - ], - [ - -121.78550912199995, - 37.22136117500003 - ], - [ - -121.78549357699995, - 37.22135481600003 - ], - [ - -121.78548415899996, - 37.221350966000045 - ], - [ - -121.78547326999995, - 37.22134900800006 - ], - [ - -121.78543110099997, - 37.22134143100004 - ], - [ - -121.78539581899997, - 37.221331930000076 - ], - [ - -121.78533100599998, - 37.22131291100004 - ], - [ - -121.78527939499998, - 37.22129432000003 - ], - [ - -121.78521698099996, - 37.221276602000046 - ], - [ - -121.78507933199995, - 37.221236341000065 - ], - [ - -121.78498841699997, - 37.22120907100003 - ], - [ - -121.78489058499997, - 37.22118228900007 - ], - [ - -121.78480677699997, - 37.221159371000056 - ], - [ - -121.78470823499998, - 37.22113242300003 - ], - [ - -121.78453044399998, - 37.22108140800003 - ], - [ - -121.78451845799998, - 37.22107794800007 - ], - [ - -121.78451517099995, - 37.22107699800006 - ], - [ - -121.78435157499996, - 37.22103081800003 - ], - [ - -121.78423496899995, - 37.22099746600003 - ], - [ - -121.78423036699996, - 37.22099589100003 - ], - [ - -121.78418812499996, - 37.22098143000005 - ], - [ - -121.78417423299999, - 37.22097918000003 - ], - [ - -121.78416484, - 37.220977008000034 - ], - [ - -121.78411176099996, - 37.22096473500005 - ], - [ - -121.78400084299994, - 37.22093267100007 - ], - [ - -121.78381101099995, - 37.22087702600004 - ], - [ - -121.78366842, - 37.220833957000025 - ], - [ - -121.78363765499995, - 37.22081561500005 - ], - [ - -121.78347834899995, - 37.22072083900008 - ], - [ - -121.78331907199998, - 37.220626038000034 - ], - [ - -121.78316415699999, - 37.22053352300003 - ], - [ - -121.782965779, - 37.22041504800006 - ], - [ - -121.78291932599996, - 37.22038476800003 - ], - [ - -121.78287544099999, - 37.22035616000005 - ], - [ - -121.78285371199996, - 37.22038766500003 - ], - [ - -121.78275256399996, - 37.22053464900006 - ], - [ - -121.78257935999994, - 37.220737745000065 - ], - [ - -121.78248932199995, - 37.220843337000076 - ], - [ - -121.78224226499998, - 37.22108441600005 - ], - [ - -121.781952516, - 37.22139483600006 - ], - [ - -121.77948860899994, - 37.22403420000006 - ], - [ - -121.77945757699996, - 37.22406919500003 - ], - [ - -121.779444502, - 37.224082821000025 - ], - [ - -121.77901333199998, - 37.224532390000036 - ], - [ - -121.77888066199995, - 37.22447714300006 - ], - [ - -121.77660855299996, - 37.22353050000004 - ], - [ - -121.77433442599994, - 37.22258301100004 - ], - [ - -121.77261290499996, - 37.22186569000007 - ], - [ - -121.77260310799994, - 37.22186183700006 - ], - [ - -121.77259306199994, - 37.22185839800005 - ], - [ - -121.77258281999997, - 37.22185537400003 - ], - [ - -121.77206823399996, - 37.221652720000066 - ], - [ - -121.77190944999995, - 37.221586029000036 - ], - [ - -121.77179585399995, - 37.221490420000066 - ], - [ - -121.77143973899996, - 37.221190798000066 - ], - [ - -121.77135328399999, - 37.221119087000034 - ], - [ - -121.771648428, - 37.22029993900003 - ], - [ - -121.77164154499997, - 37.22029749600006 - ], - [ - -121.77133745499998, - 37.22018894000007 - ], - [ - -121.76985357199999, - 37.21925713200005 - ], - [ - -121.76978431499998, - 37.21907355400003 - ], - [ - -121.76930574199997, - 37.21920562300005 - ], - [ - -121.76905624199998, - 37.219270978000054 - ], - [ - -121.76887378799995, - 37.21931871100003 - ], - [ - -121.76813815699995, - 37.218778142000076 - ], - [ - -121.76786396099999, - 37.21841971200007 - ], - [ - -121.76776253799994, - 37.21829530800005 - ], - [ - -121.76769467899999, - 37.218226048000076 - ], - [ - -121.76764799199998, - 37.21817841700005 - ], - [ - -121.76752116499995, - 37.21806989800007 - ], - [ - -121.76715356899996, - 37.21757699600005 - ], - [ - -121.76693104299994, - 37.21741979700005 - ], - [ - -121.76677908199997, - 37.21731248900005 - ], - [ - -121.76662962299997, - 37.21720414600003 - ], - [ - -121.76648129499995, - 37.21709668400007 - ], - [ - -121.76623430199999, - 37.21691754500006 - ], - [ - -121.76592625599994, - 37.21669399900003 - ], - [ - -121.76578652899997, - 37.21659239400003 - ], - [ - -121.76564096599998, - 37.21647901700004 - ], - [ - -121.76560519099996, - 37.21651124400006 - ], - [ - -121.76546107499996, - 37.216408931000046 - ], - [ - -121.76534548999996, - 37.21632684100007 - ], - [ - -121.76521310899994, - 37.21623282200005 - ], - [ - -121.76493307699997, - 37.21601931400005 - ], - [ - -121.76480483299997, - 37.21592657400004 - ], - [ - -121.76480698699999, - 37.215923177000036 - ], - [ - -121.76480804699997, - 37.21592150400005 - ], - [ - -121.76480843699994, - 37.21592089100005 - ], - [ - -121.765028385, - 37.21557406100004 - ], - [ - -121.76513664599997, - 37.21540334800005 - ], - [ - -121.765085635, - 37.21540412500008 - ], - [ - -121.76507806499995, - 37.215404241000044 - ], - [ - -121.76343049599996, - 37.21542931500005 - ], - [ - -121.76284972899998, - 37.21543814800003 - ], - [ - -121.76095689299996, - 37.216464158000065 - ], - [ - -121.759501678, - 37.217240392000065 - ], - [ - -121.75900790199995, - 37.21750377200004 - ], - [ - -121.75893639599997, - 37.21754191200006 - ], - [ - -121.75893631999998, - 37.21754195300008 - ], - [ - -121.758936157, - 37.21754204000007 - ], - [ - -121.75893586199999, - 37.21754219700006 - ], - [ - -121.75892667399995, - 37.21753812500003 - ], - [ - -121.75892366399995, - 37.217536790000054 - ], - [ - -121.75886741999994, - 37.21751185900007 - ], - [ - -121.75880514499994, - 37.217484254000055 - ], - [ - -121.75868072299994, - 37.21742910200004 - ], - [ - -121.75859778399996, - 37.217392338000025 - ], - [ - -121.75854815999998, - 37.21737312400006 - ], - [ - -121.75850592799998, - 37.217356954000024 - ], - [ - -121.75849080499995, - 37.21734955000005 - ], - [ - -121.75842583099995, - 37.217317741000045 - ], - [ - -121.75823729099994, - 37.217225435000046 - ], - [ - -121.75952469499998, - 37.21653547900007 - ], - [ - -121.759651771, - 37.21646689200003 - ], - [ - -121.76153804299997, - 37.21544877600007 - ], - [ - -121.76334774399999, - 37.21451936400007 - ], - [ - -121.76520685699995, - 37.21360621100007 - ], - [ - -121.76574098799995, - 37.21331239700004 - ], - [ - -121.77409395499996, - 37.208716982000055 - ], - [ - -121.77415804499998, - 37.20868171800004 - ], - [ - -121.775362697, - 37.20721438600003 - ], - [ - -121.77591461599997, - 37.20654209500003 - ], - [ - -121.77934592899999, - 37.202362092000044 - ], - [ - -121.77903487199995, - 37.20208911800006 - ], - [ - -121.77861593699998, - 37.20172147000005 - ], - [ - -121.77575391399995, - 37.19920965000006 - ], - [ - -121.77320822499996, - 37.19697526500005 - ], - [ - -121.77290219199995, - 37.19670664700004 - ], - [ - -121.77252685499997, - 37.19637716200003 - ], - [ - -121.77020674099998, - 37.19434042800003 - ], - [ - -121.76549605799994, - 37.19019603600003 - ], - [ - -121.76593532699997, - 37.18769780000008 - ], - [ - -121.76776407399996, - 37.18587359300005 - ], - [ - -121.76789942899995, - 37.18573856900008 - ], - [ - -121.76808623199997, - 37.18555221400004 - ], - [ - -121.76796287199994, - 37.185518417000026 - ], - [ - -121.76788026899999, - 37.18550393600003 - ], - [ - -121.76788026099996, - 37.185503839000035 - ], - [ - -121.76789139999994, - 37.185435262000055 - ], - [ - -121.76801113399995, - 37.18545588500007 - ], - [ - -121.76823135999996, - 37.185492891000024 - ], - [ - -121.768542664, - 37.185542733000034 - ], - [ - -121.76890183599994, - 37.18559956200005 - ], - [ - -121.76908698399996, - 37.18562788200006 - ], - [ - -121.76940335199998, - 37.18567933800006 - ], - [ - -121.76960207399998, - 37.18571684900007 - ], - [ - -121.76969839599997, - 37.18573855600005 - ], - [ - -121.76987518399994, - 37.185781614000064 - ], - [ - -121.77004283699995, - 37.18582758600007 - ], - [ - -121.770063156, - 37.185833020000075 - ], - [ - -121.77008319799995, - 37.18583900400006 - ], - [ - -121.77010301999996, - 37.18584554200004 - ], - [ - -121.77033561999997, - 37.18592203000003 - ], - [ - -121.770529308, - 37.185991570000056 - ], - [ - -121.770746154, - 37.18607880400003 - ], - [ - -121.77092914299999, - 37.18616178000008 - ], - [ - -121.77109972, - 37.18624841800005 - ], - [ - -121.77131761399994, - 37.186365212000055 - ], - [ - -121.77150926399997, - 37.18648128500007 - ], - [ - -121.77162849099994, - 37.18655966600005 - ], - [ - -121.77172456299996, - 37.186627153000074 - ], - [ - -121.77184704899997, - 37.186717058000056 - ], - [ - -121.771968572, - 37.18680756900005 - ], - [ - -121.77206990199994, - 37.186886420000064 - ], - [ - -121.77236023999995, - 37.187119481000025 - ], - [ - -121.77267014399996, - 37.18737256400004 - ], - [ - -121.77291761899994, - 37.18756637600006 - ], - [ - -121.77309952599995, - 37.18769802500003 - ], - [ - -121.77320333799997, - 37.187769753000055 - ], - [ - -121.77331030399995, - 37.18783842300007 - ], - [ - -121.77342027699996, - 37.18790399400007 - ], - [ - -121.77364826099995, - 37.188019645000054 - ], - [ - -121.77388686599994, - 37.18812066700008 - ], - [ - -121.77413462499999, - 37.188206413000046 - ], - [ - -121.77438998399998, - 37.18827639700004 - ], - [ - -121.77443949199994, - 37.18828813300007 - ], - [ - -121.77462615099995, - 37.18832755700004 - ], - [ - -121.77474374099995, - 37.18834855700004 - ], - [ - -121.77496726299995, - 37.188380204000055 - ], - [ - -121.77497615399994, - 37.18838145700005 - ], - [ - -121.77521116099996, - 37.18839867200006 - ], - [ - -121.77544715699997, - 37.18840005900006 - ], - [ - -121.775682153, - 37.18839312400007 - ], - [ - -121.77614047299994, - 37.18837752700006 - ], - [ - -121.77649767499997, - 37.18836472500004 - ], - [ - -121.77681552699994, - 37.18835129900003 - ], - [ - -121.77716016, - 37.188339547000055 - ], - [ - -121.77787897899998, - 37.188319497000066 - ], - [ - -121.77833782299996, - 37.18830452700007 - ], - [ - -121.77889393399994, - 37.188287598000045 - ], - [ - -121.779433467, - 37.18826981800004 - ], - [ - -121.77995735899998, - 37.188252687000045 - ], - [ - -121.78011182199998, - 37.18824756600003 - ], - [ - -121.78029244599998, - 37.18824158000007 - ], - [ - -121.78032190899995, - 37.188172681000026 - ], - [ - -121.78125451299996, - 37.18776242900003 - ], - [ - -121.78130593799995, - 37.18773982300007 - ], - [ - -121.78324875399994, - 37.18666840000003 - ], - [ - -121.78523252199994, - 37.18557433700005 - ], - [ - -121.78525406299997, - 37.18456426200004 - ], - [ - -121.78646189999995, - 37.18415948100005 - ], - [ - -121.786161914, - 37.183240058000024 - ], - [ - -121.78724216399996, - 37.18325298700006 - ], - [ - -121.78848302799997, - 37.18379331800003 - ], - [ - -121.78875958299994, - 37.18457290900005 - ], - [ - -121.78909958599996, - 37.18553127600006 - ], - [ - -121.78911955299998, - 37.18558763900006 - ], - [ - -121.78912532399994, - 37.185603849000074 - ], - [ - -121.79035729499998, - 37.18591898100004 - ], - [ - -121.79259051799994, - 37.18649015900007 - ], - [ - -121.79305452499995, - 37.18631773100003 - ], - [ - -121.79438348699995, - 37.18582393100007 - ], - [ - -121.79439170299997, - 37.185820886000045 - ], - [ - -121.79450014699995, - 37.185780590000036 - ], - [ - -121.79453397499998, - 37.18576801700004 - ], - [ - -121.79456668399996, - 37.185755863000054 - ], - [ - -121.79455720699997, - 37.18574602500007 - ], - [ - -121.794528088, - 37.18569573700006 - ], - [ - -121.79502927399994, - 37.18550626700005 - ], - [ - -121.795060692, - 37.18549438800005 - ], - [ - -121.794954997, - 37.185318679000034 - ], - [ - -121.79443971299997, - 37.184462016000055 - ], - [ - -121.79443929699994, - 37.18446132500003 - ], - [ - -121.79432197099999, - 37.184266413000046 - ], - [ - -121.79492893399998, - 37.18404043400005 - ], - [ - -121.79494239899998, - 37.18403542100003 - ], - [ - -121.79494459399996, - 37.18403460400003 - ], - [ - -121.79494431299997, - 37.18403411700007 - ], - [ - -121.79468893499995, - 37.183592315000055 - ], - [ - -121.79463451199996, - 37.18349826900004 - ], - [ - -121.79458012099997, - 37.18340428300007 - ], - [ - -121.79451154499998, - 37.18328577200003 - ], - [ - -121.79422019299994, - 37.18278229300006 - ], - [ - -121.79497157599997, - 37.183076183000026 - ], - [ - -121.79517656899998, - 37.18337171500008 - ], - [ - -121.79555116699999, - 37.18342738800004 - ], - [ - -121.79569391399997, - 37.183256339000025 - ], - [ - -121.79614815199994, - 37.18331167400004 - ], - [ - -121.79617574899999, - 37.183504189000075 - ], - [ - -121.79620735799995, - 37.18373571200004 - ], - [ - -121.79636691499996, - 37.18490437600008 - ], - [ - -121.796378404, - 37.18498851700008 - ], - [ - -121.79715246699999, - 37.185438807000025 - ], - [ - -121.79726373499994, - 37.18556618800005 - ], - [ - -121.79737354799994, - 37.18569190300008 - ], - [ - -121.796982142, - 37.18595021800007 - ], - [ - -121.79694428599998, - 37.185975204000044 - ], - [ - -121.79703459899997, - 37.18611645400006 - ], - [ - -121.79706662899997, - 37.18616655000005 - ], - [ - -121.796833591, - 37.18636685100006 - ], - [ - -121.79681516299996, - 37.18638269200005 - ], - [ - -121.79696179299998, - 37.18659584100004 - ], - [ - -121.79727270999996, - 37.18643922200005 - ], - [ - -121.79734502499997, - 37.186477506000074 - ], - [ - -121.79739321899996, - 37.18650302000003 - ], - [ - -121.79750514399996, - 37.186963278000064 - ], - [ - -121.79754982499998, - 37.186951597000075 - ], - [ - -121.79760354299998, - 37.18693755500004 - ], - [ - -121.79764924799997, - 37.186975725000025 - ], - [ - -121.79784330599995, - 37.18688896700007 - ], - [ - -121.79809152499996, - 37.18677799300008 - ], - [ - -121.79837217999994, - 37.186417075000065 - ], - [ - -121.79843546499995, - 37.18633569000008 - ], - [ - -121.79852157099998, - 37.186382077000076 - ], - [ - -121.79858916699999, - 37.18641849200003 - ], - [ - -121.79862042699995, - 37.186435334000066 - ], - [ - -121.79862467999999, - 37.18650258300005 - ], - [ - -121.79862518199997, - 37.18651052400003 - ], - [ - -121.79864613499996, - 37.18684250900003 - ], - [ - -121.79865271299997, - 37.18694667200003 - ], - [ - -121.79865476999998, - 37.186979250000036 - ], - [ - -121.79865651399996, - 37.18700688000007 - ], - [ - -121.79865684299995, - 37.18701209000005 - ], - [ - -121.79869260199996, - 37.18700403300005 - ], - [ - -121.79919947199994, - 37.18688984000005 - ], - [ - -121.79926575099995, - 37.18696006500005 - ], - [ - -121.79930673799998, - 37.18700349100004 - ], - [ - -121.79935852299997, - 37.18705835800006 - ], - [ - -121.79943329899999, - 37.18713758400003 - ], - [ - -121.79945622099996, - 37.18716187000007 - ], - [ - -121.79945903599997, - 37.18716231600007 - ], - [ - -121.79969279199997, - 37.18719945400005 - ], - [ - -121.79991363199997, - 37.18723453800004 - ], - [ - -121.79992388799997, - 37.187288731000024 - ], - [ - -121.79993129399998, - 37.18732785000003 - ], - [ - -121.79993954099996, - 37.18737141300005 - ], - [ - -121.79994949699994, - 37.187424011000076 - ], - [ - -121.79995634699998, - 37.18746019400004 - ], - [ - -121.799972342, - 37.18754469600003 - ], - [ - -121.79998507299996, - 37.187611943000036 - ], - [ - -121.80022568399994, - 37.18784826500007 - ], - [ - -121.800246545, - 37.18786875400008 - ], - [ - -121.80021788799996, - 37.18787303700003 - ], - [ - -121.800138017, - 37.18788497700007 - ], - [ - -121.79975623899998, - 37.18794204900007 - ], - [ - -121.79963569299997, - 37.18796006800005 - ], - [ - -121.799589847, - 37.18797871700008 - ], - [ - -121.79927765899998, - 37.188105706000044 - ], - [ - -121.79926850899994, - 37.188109428000075 - ], - [ - -121.79927046999995, - 37.188137264000034 - ], - [ - -121.79927566499998, - 37.18821102000004 - ], - [ - -121.79929749999997, - 37.188521008000066 - ], - [ - -121.79930355399995, - 37.18860695500007 - ], - [ - -121.79937134499994, - 37.18862067800006 - ], - [ - -121.79941735699998, - 37.188629992000074 - ], - [ - -121.79976740799998, - 37.188700855000036 - ], - [ - -121.80081055699998, - 37.18869190000004 - ], - [ - -121.80081653099995, - 37.18871397600003 - ], - [ - -121.80081714399995, - 37.18871624600007 - ], - [ - -121.80087359299995, - 37.18892486900006 - ], - [ - -121.80095254199995, - 37.18921664000004 - ], - [ - -121.80095521299995, - 37.18922650800005 - ], - [ - -121.80096528999997, - 37.18922347500006 - ], - [ - -121.80098834499995, - 37.18921653700005 - ], - [ - -121.80137808599994, - 37.189099225000064 - ], - [ - -121.80156118999997, - 37.189044110000054 - ], - [ - -121.80156705199994, - 37.18904136300006 - ], - [ - -121.80179800099995, - 37.18893320500007 - ], - [ - -121.80181728099996, - 37.18892417500007 - ], - [ - -121.80186739699997, - 37.18890070400005 - ], - [ - -121.80211118999995, - 37.18896534800007 - ], - [ - -121.80210996699998, - 37.18899238400007 - ], - [ - -121.80209119299997, - 37.18940728200005 - ], - [ - -121.80208972599996, - 37.18943973000006 - ], - [ - -121.80212214499994, - 37.18944665600003 - ], - [ - -121.80246585699996, - 37.18952007000007 - ], - [ - -121.80248683199994, - 37.18951836700006 - ], - [ - -121.80297524099996, - 37.18947873600007 - ], - [ - -121.80300182499997, - 37.18949583300008 - ], - [ - -121.80300527999998, - 37.18949805500006 - ], - [ - -121.80322054899995, - 37.18963649600005 - ], - [ - -121.80336779799995, - 37.18973119300006 - ], - [ - -121.80367977499998, - 37.18993182200006 - ], - [ - -121.80377667099998, - 37.18987645200008 - ], - [ - -121.80377814899998, - 37.18987560800008 - ], - [ - -121.80412764299996, - 37.189675890000046 - ], - [ - -121.80413104399997, - 37.189018127000054 - ], - [ - -121.80443718199996, - 37.18896584600003 - ], - [ - -121.80475403899999, - 37.18927797300006 - ], - [ - -121.80476868499994, - 37.189292400000056 - ], - [ - -121.80483357799994, - 37.18935632400007 - ], - [ - -121.80487308, - 37.18937472600004 - ], - [ - -121.80566227899999, - 37.18974236400004 - ], - [ - -121.80574729699998, - 37.18978196900008 - ], - [ - -121.80576692899996, - 37.18977683700007 - ], - [ - -121.80585002899994, - 37.189755115000025 - ], - [ - -121.80654431099998, - 37.18957363800007 - ], - [ - -121.80726376399997, - 37.189512516000036 - ], - [ - -121.80734070199998, - 37.189505979000046 - ], - [ - -121.80737142499999, - 37.18946966800007 - ], - [ - -121.80742621999997, - 37.18940490400007 - ], - [ - -121.80763944899996, - 37.18915227400004 - ], - [ - -121.80769547199998, - 37.18908589900008 - ], - [ - -121.808102771, - 37.18860333500004 - ], - [ - -121.80836432199999, - 37.18850126500007 - ], - [ - -121.80848942399996, - 37.18845244400006 - ], - [ - -121.80866054399996, - 37.188385664000066 - ], - [ - -121.80897526499996, - 37.18826284100004 - ], - [ - -121.80900853299994, - 37.18824985800006 - ], - [ - -121.80990634699998, - 37.18795368800005 - ], - [ - -121.80999384699999, - 37.18788381100006 - ], - [ - -121.81020613499999, - 37.18771428100007 - ], - [ - -121.81020735199996, - 37.187713675000055 - ], - [ - -121.81059093099998, - 37.18752253800005 - ], - [ - -121.81072044099994, - 37.187458004000064 - ], - [ - -121.81131530799996, - 37.18716157700004 - ], - [ - -121.81138731899995, - 37.18712569300004 - ], - [ - -121.81168088599998, - 37.186979405000045 - ], - [ - -121.81170400099995, - 37.18696788700004 - ], - [ - -121.81186304099998, - 37.186962125000036 - ], - [ - -121.81198991199994, - 37.18695752700006 - ], - [ - -121.81200354599997, - 37.18691615300003 - ], - [ - -121.812033494, - 37.18682526500004 - ], - [ - -121.81213422399998, - 37.18651957600008 - ], - [ - -121.81230487, - 37.18646864600004 - ], - [ - -121.81237445, - 37.18644787900007 - ], - [ - -121.812603293, - 37.18637957900006 - ], - [ - -121.81288130399997, - 37.18629660300007 - ], - [ - -121.81307090699994, - 37.186201561000075 - ], - [ - -121.81312945199994, - 37.186172215000056 - ], - [ - -121.81314959599996, - 37.18617535300007 - ], - [ - -121.81323000599997, - 37.186187878000055 - ], - [ - -121.81351493899996, - 37.18623226500006 - ], - [ - -121.81358853799998, - 37.18620620000007 - ], - [ - -121.81399473299996, - 37.186062356000036 - ], - [ - -121.81434434099998, - 37.18611565200007 - ], - [ - -121.81438573799994, - 37.18606413200007 - ], - [ - -121.81486053699996, - 37.18547323300004 - ], - [ - -121.81466745199998, - 37.18465996100008 - ], - [ - -121.81419248799995, - 37.184085906000064 - ], - [ - -121.81398819099996, - 37.18365186900007 - ], - [ - -121.81381409799997, - 37.18341062200005 - ], - [ - -121.81349829199996, - 37.18214894700003 - ], - [ - -121.81344287, - 37.18192752300007 - ], - [ - -121.81343916199995, - 37.18191270500006 - ], - [ - -121.81342376899994, - 37.18190072900006 - ], - [ - -121.81286816599999, - 37.18146847700007 - ], - [ - -121.81290284199997, - 37.18141133600005 - ], - [ - -121.81309953099998, - 37.18108722000005 - ], - [ - -121.81455410799998, - 37.17986317900005 - ], - [ - -121.81473247599996, - 37.17931447800004 - ], - [ - -121.81493870999998, - 37.17920590700004 - ], - [ - -121.81495105099998, - 37.17907140700004 - ], - [ - -121.81475331299998, - 37.17885734500004 - ], - [ - -121.81482649999998, - 37.17877826300003 - ], - [ - -121.81503455199999, - 37.17855343700006 - ], - [ - -121.814865635, - 37.17833511500004 - ], - [ - -121.81470956399994, - 37.17813340500004 - ], - [ - -121.81494392599996, - 37.177424374000054 - ], - [ - -121.81511300399995, - 37.17746777000008 - ], - [ - -121.81567402999997, - 37.177611686000034 - ], - [ - -121.81581721499998, - 37.17754900500006 - ], - [ - -121.81589499599994, - 37.17751496200003 - ], - [ - -121.81586334499997, - 37.17750769700007 - ], - [ - -121.81584002599999, - 37.17750244200005 - ], - [ - -121.81579766599998, - 37.177489689000026 - ], - [ - -121.81578277299997, - 37.17748060900004 - ], - [ - -121.81575926399995, - 37.177466294000055 - ], - [ - -121.81573166099997, - 37.17744348600007 - ], - [ - -121.815730697, - 37.17744232800004 - ], - [ - -121.81571285599995, - 37.177420074000054 - ], - [ - -121.81571202599997, - 37.17741843600004 - ], - [ - -121.81570569999997, - 37.177405185000055 - ], - [ - -121.81570545399995, - 37.17740420400003 - ], - [ - -121.81570044199998, - 37.17738269900008 - ], - [ - -121.81570027999999, - 37.17738162400008 - ], - [ - -121.81570108299996, - 37.17735897700004 - ], - [ - -121.81570134999998, - 37.17735780600003 - ], - [ - -121.81570425899997, - 37.177345917000025 - ], - [ - -121.81572092299996, - 37.17730938100004 - ], - [ - -121.81572246499996, - 37.17730597600007 - ], - [ - -121.81572530499994, - 37.17730157200003 - ], - [ - -121.81575501699996, - 37.17725545900004 - ], - [ - -121.815786732, - 37.17721916600004 - ], - [ - -121.81579040599996, - 37.177214958000036 - ], - [ - -121.81580396299995, - 37.17720191900003 - ], - [ - -121.81583298699996, - 37.17717522400005 - ], - [ - -121.81585891499998, - 37.17714652600006 - ], - [ - -121.81588160899997, - 37.17711621500007 - ], - [ - -121.81589810199995, - 37.17708938700008 - ], - [ - -121.81589895599996, - 37.17708752300007 - ], - [ - -121.81591909999997, - 37.17704389900007 - ], - [ - -121.81592102899998, - 37.177039757000045 - ], - [ - -121.815924495, - 37.177028593000045 - ], - [ - -121.81592974699998, - 37.177011710000045 - ], - [ - -121.81593169899998, - 37.177005508000036 - ], - [ - -121.815934487, - 37.176993276000076 - ], - [ - -121.81593464699995, - 37.17699096300004 - ], - [ - -121.81593577999996, - 37.17697401200007 - ], - [ - -121.81593593599996, - 37.17697156100007 - ], - [ - -121.81593460499994, - 37.17696090900006 - ], - [ - -121.81593267299996, - 37.17694550400006 - ], - [ - -121.81593197899997, - 37.17694008600006 - ], - [ - -121.815929757, - 37.17693093200006 - ], - [ - -121.81592497399998, - 37.176911027000074 - ], - [ - -121.81592340399999, - 37.176904680000064 - ], - [ - -121.81592103599996, - 37.17689848200007 - ], - [ - -121.81590967799997, - 37.17686910400005 - ], - [ - -121.81590730999994, - 37.17686297400007 - ], - [ - -121.81590615599998, - 37.17686088000005 - ], - [ - -121.81588439499996, - 37.17682212200003 - ], - [ - -121.81588259199998, - 37.176818893000075 - ], - [ - -121.81587594099994, - 37.17680990300005 - ], - [ - -121.815864337, - 37.17679417000005 - ], - [ - -121.81586061599995, - 37.17678913200007 - ], - [ - -121.81585352599996, - 37.176781246000075 - ], - [ - -121.81584004899997, - 37.17676638100005 - ], - [ - -121.81583529399995, - 37.176761147000036 - ], - [ - -121.81582866599996, - 37.176755111000034 - ], - [ - -121.81581293699998, - 37.17674070700008 - ], - [ - -121.81580686199999, - 37.17673514400008 - ], - [ - -121.81580010599998, - 37.17673002500004 - ], - [ - -121.81578349399996, - 37.176717438000026 - ], - [ - -121.81577549199994, - 37.17671137200006 - ], - [ - -121.81575445399994, - 37.17669597500003 - ], - [ - -121.81574981899996, - 37.176692616000025 - ], - [ - -121.81574579599999, - 37.17668993700005 - ], - [ - -121.81574070299996, - 37.17668669900007 - ], - [ - -121.815736545, - 37.17668441100005 - ], - [ - -121.81573088599998, - 37.17668145300007 - ], - [ - -121.81572667599994, - 37.17667955500008 - ], - [ - -121.81572062299995, - 37.176676945000054 - ], - [ - -121.81571639099997, - 37.176675414000044 - ], - [ - -121.81570982999995, - 37.176673175000076 - ], - [ - -121.81570568999996, - 37.176672008000025 - ], - [ - -121.81569867899998, - 37.17667018700007 - ], - [ - -121.81569465899997, - 37.17666936400008 - ], - [ - -121.81568719799998, - 37.17666800400008 - ], - [ - -121.81567555999999, - 37.17666664700005 - ], - [ - -121.81566379599997, - 37.176666186000034 - ], - [ - -121.81565204399999, - 37.17666652400004 - ], - [ - -121.81564036599997, - 37.17666768500004 - ], - [ - -121.81561950699995, - 37.17667073500007 - ], - [ - -121.81560926499998, - 37.17667215500006 - ], - [ - -121.81559013999998, - 37.17667447600007 - ], - [ - -121.81558474399998, - 37.17667510900003 - ], - [ - -121.81555303399995, - 37.17667752500006 - ], - [ - -121.815549692, - 37.17667779200008 - ], - [ - -121.81545913999997, - 37.17667686500005 - ], - [ - -121.81545533299999, - 37.176676679000025 - ], - [ - -121.81543912399997, - 37.176675672000044 - ], - [ - -121.81536882199998, - 37.176671449000025 - ], - [ - -121.81535884899995, - 37.17667037100006 - ], - [ - -121.81532471399998, - 37.17666656600005 - ], - [ - -121.81527914399999, - 37.176661539000065 - ], - [ - -121.81523370199994, - 37.17665577900004 - ], - [ - -121.81523235399999, - 37.17665554200005 - ], - [ - -121.815189305, - 37.17664746600008 - ], - [ - -121.81518758099998, - 37.17664709600007 - ], - [ - -121.81518628699996, - 37.176646653000034 - ], - [ - -121.81514873599997, - 37.17663251700003 - ], - [ - -121.81514740799997, - 37.17663175400003 - ], - [ - -121.81510857499995, - 37.17660815600004 - ], - [ - -121.815107093, - 37.17660679900007 - ], - [ - -121.81507364, - 37.17657345900005 - ], - [ - -121.815073053, - 37.17657259600003 - ], - [ - -121.81505429199996, - 37.17654190600007 - ], - [ - -121.815053321, - 37.176540361000036 - ], - [ - -121.81503434799998, - 37.176502509000045 - ], - [ - -121.815034159, - 37.17650154900008 - ], - [ - -121.81502932599994, - 37.176467338000066 - ], - [ - -121.81502950599997, - 37.17646621500006 - ], - [ - -121.81503556799998, - 37.17643183500007 - ], - [ - -121.81504720199996, - 37.17640693800007 - ], - [ - -121.81504820699996, - 37.17640552900008 - ], - [ - -121.81506740199995, - 37.17638112000003 - ], - [ - -121.81506903499996, - 37.176379636000036 - ], - [ - -121.81508532199996, - 37.17636555900003 - ], - [ - -121.81518926499996, - 37.17631952700003 - ], - [ - -121.81519233299997, - 37.17631825600006 - ], - [ - -121.81529110099996, - 37.17628210100003 - ], - [ - -121.81529371599999, - 37.176281180000046 - ], - [ - -121.81537621399997, - 37.17625518700004 - ], - [ - -121.81551601199999, - 37.17621310000004 - ], - [ - -121.81559302, - 37.17618717000005 - ], - [ - -121.815626066, - 37.17617613200008 - ], - [ - -121.81564014199995, - 37.17617146400005 - ], - [ - -121.81566664399998, - 37.17615438800004 - ], - [ - -121.81568304999996, - 37.17612918400005 - ], - [ - -121.81568574, - 37.17610468600003 - ], - [ - -121.81567725399998, - 37.176080908000074 - ], - [ - -121.815658569, - 37.17606104300006 - ], - [ - -121.81563805199994, - 37.17605079000003 - ], - [ - -121.81563155799995, - 37.17604754400003 - ], - [ - -121.81562061499994, - 37.176043341000025 - ], - [ - -121.81559950499997, - 37.17603524800006 - ], - [ - -121.81558925099995, - 37.17603131100003 - ], - [ - -121.81558166299999, - 37.17602915300006 - ], - [ - -121.81552192499998, - 37.17601231500004 - ], - [ - -121.81552051799997, - 37.17601203300006 - ], - [ - -121.81546643099995, - 37.17600252400007 - ], - [ - -121.81546063499997, - 37.17600149100008 - ], - [ - -121.81545040799995, - 37.176000713000064 - ], - [ - -121.81540291599998, - 37.17599701200004 - ], - [ - -121.81539291899998, - 37.175996232000045 - ], - [ - -121.81538803099994, - 37.17599640200007 - ], - [ - -121.81531764399995, - 37.17599863600003 - ], - [ - -121.815311641, - 37.17599881800004 - ], - [ - -121.81530105299998, - 37.17600026400004 - ], - [ - -121.81526358399998, - 37.17600537800007 - ], - [ - -121.81525308299996, - 37.17600682300008 - ], - [ - -121.81524804099996, - 37.17600804800003 - ], - [ - -121.81518315399995, - 37.176023702000066 - ], - [ - -121.81518138899997, - 37.17602415600004 - ], - [ - -121.81517689499998, - 37.17602555800005 - ], - [ - -121.81517197599999, - 37.17602730600004 - ], - [ - -121.81511505199995, - 37.17604847800004 - ], - [ - -121.81510934, - 37.17605064900005 - ], - [ - -121.81508282099998, - 37.17606358200004 - ], - [ - -121.81506722399996, - 37.176071265000076 - ], - [ - -121.81506316899998, - 37.17607330300007 - ], - [ - -121.81497863699997, - 37.17611550000004 - ], - [ - -121.81490198599994, - 37.176156785000046 - ], - [ - -121.81482273299997, - 37.17619979300008 - ], - [ - -121.81481740399994, - 37.176202645000046 - ], - [ - -121.81475357799997, - 37.17623634600005 - ], - [ - -121.81471263499998, - 37.17625706500007 - ], - [ - -121.81470755899994, - 37.17625961600004 - ], - [ - -121.81469656499996, - 37.17626395100007 - ], - [ - -121.81467642399997, - 37.176271892000045 - ], - [ - -121.81466971999998, - 37.17627453100005 - ], - [ - -121.81465637699995, - 37.17627877800004 - ], - [ - -121.81464835599996, - 37.17628138600003 - ], - [ - -121.81463987899997, - 37.17628402300005 - ], - [ - -121.814592415, - 37.17629661800004 - ], - [ - -121.81453144199997, - 37.176313693000054 - ], - [ - -121.81446635599997, - 37.17633101900003 - ], - [ - -121.81445673099995, - 37.17633357700004 - ], - [ - -121.81443689999998, - 37.176338034000025 - ], - [ - -121.81438732099997, - 37.176349120000054 - ], - [ - -121.81434091699998, - 37.17635525000003 - ], - [ - -121.81433091899999, - 37.17635110400005 - ], - [ - -121.81432363299996, - 37.17634672300005 - ], - [ - -121.81432321699998, - 37.17634579000003 - ], - [ - -121.81431760799995, - 37.17633264500006 - ], - [ - -121.81431258999999, - 37.17631569400004 - ], - [ - -121.814312455, - 37.176314552000065 - ], - [ - -121.81431110199998, - 37.17629939100004 - ], - [ - -121.81431106599996, - 37.17628591000005 - ], - [ - -121.81431106199994, - 37.17628240800008 - ], - [ - -121.81431195, - 37.17627919300003 - ], - [ - -121.81431847699997, - 37.17625503900007 - ], - [ - -121.81433697899996, - 37.176223771000025 - ], - [ - -121.81437090699995, - 37.176192900000046 - ], - [ - -121.81437384499998, - 37.17619085300004 - ], - [ - -121.814408991, - 37.17616745400005 - ], - [ - -121.81441227099998, - 37.176165265000066 - ], - [ - -121.81441833799994, - 37.17616213100007 - ], - [ - -121.81444778999997, - 37.17614694300005 - ], - [ - -121.81445419899995, - 37.176143644000035 - ], - [ - -121.81445703999998, - 37.17614260500005 - ], - [ - -121.81451626799998, - 37.176120652000066 - ], - [ - -121.81457674599994, - 37.17609985200005 - ], - [ - -121.81459251399997, - 37.17609367800003 - ], - [ - -121.81462001499995, - 37.17608290800007 - ], - [ - -121.81465231499999, - 37.17607030000005 - ], - [ - -121.81468907099998, - 37.176053772000046 - ], - [ - -121.81471543599997, - 37.17604189300005 - ], - [ - -121.81472959899997, - 37.176035554000066 - ], - [ - -121.81477972099998, - 37.17600983400007 - ], - [ - -121.81480325099994, - 37.17599776000003 - ], - [ - -121.81480489399996, - 37.175996894000036 - ], - [ - -121.81485764799999, - 37.17596620100005 - ], - [ - -121.81486429999995, - 37.175962189000074 - ], - [ - -121.81491014799997, - 37.17593413800006 - ], - [ - -121.81491565899995, - 37.175930322000056 - ], - [ - -121.81495988499995, - 37.17589949500007 - ], - [ - -121.81497638599996, - 37.17588795700004 - ], - [ - -121.81498839299996, - 37.17587937500008 - ], - [ - -121.81509821799995, - 37.17580015500005 - ], - [ - -121.81510084399997, - 37.17579815800008 - ], - [ - -121.81515458799998, - 37.17575717600005 - ], - [ - -121.81516940499995, - 37.17574579400008 - ], - [ - -121.81519901299998, - 37.17572305200008 - ], - [ - -121.81520062499999, - 37.17572207200004 - ], - [ - -121.81524033199997, - 37.17569939900005 - ], - [ - -121.815244609, - 37.17569692500007 - ], - [ - -121.81524730599995, - 37.17569584200004 - ], - [ - -121.81529891499997, - 37.17567500400003 - ], - [ - -121.815302665, - 37.17567349600006 - ], - [ - -121.81530673599997, - 37.175672398000074 - ], - [ - -121.81534582699999, - 37.17566191000003 - ], - [ - -121.81534807699995, - 37.175661336000076 - ], - [ - -121.81535041399997, - 37.175660943000025 - ], - [ - -121.81539582799996, - 37.17565377100004 - ], - [ - -121.81540119099998, - 37.17565293200005 - ], - [ - -121.81540530599995, - 37.17565268000004 - ], - [ - -121.81545545799997, - 37.175649804000045 - ], - [ - -121.81546074099998, - 37.175649288000045 - ], - [ - -121.815475731, - 37.17564776800003 - ], - [ - -121.81549717499996, - 37.17564560400007 - ], - [ - -121.81550675999995, - 37.17564407800006 - ], - [ - -121.81553839199995, - 37.17563896100006 - ], - [ - -121.81554974699998, - 37.17563713900006 - ], - [ - -121.81555695499998, - 37.17563554700007 - ], - [ - -121.81558815499994, - 37.17562855800003 - ], - [ - -121.81560140299996, - 37.17562559300006 - ], - [ - -121.81561261799999, - 37.17562235500003 - ], - [ - -121.815651807, - 37.175611064000066 - ], - [ - -121.815684837, - 37.17559425800005 - ], - [ - -121.81568613599995, - 37.17559328200008 - ], - [ - -121.81571856299996, - 37.17556819600003 - ], - [ - -121.81572480099999, - 37.17556347900006 - ], - [ - -121.81575800799999, - 37.17553895800006 - ], - [ - -121.81577166499994, - 37.17552973900007 - ], - [ - -121.81579292799995, - 37.17551569800003 - ], - [ - -121.81583470699996, - 37.17549867900004 - ], - [ - -121.81586826399996, - 37.17549239500005 - ], - [ - -121.81586963399997, - 37.175492174000055 - ], - [ - -121.81591354299997, - 37.17549220600006 - ], - [ - -121.81591486199994, - 37.17549244200006 - ], - [ - -121.81595859799995, - 37.17550376200006 - ], - [ - -121.81596650899996, - 37.175506351000024 - ], - [ - -121.81600270499996, - 37.17551825800007 - ], - [ - -121.81602310299996, - 37.17552496400003 - ], - [ - -121.81602820599994, - 37.17552721900006 - ], - [ - -121.81610595399997, - 37.17556134200004 - ], - [ - -121.81611295799996, - 37.17556439900005 - ], - [ - -121.81611975299995, - 37.17556857900007 - ], - [ - -121.81621795799998, - 37.17562900300004 - ], - [ - -121.81633678799994, - 37.175683012000036 - ], - [ - -121.81639003, - 37.17568996600005 - ], - [ - -121.81641520299996, - 37.17569318500006 - ], - [ - -121.816463049, - 37.175699261000034 - ], - [ - -121.81646419699996, - 37.175699431000055 - ], - [ - -121.81646576699995, - 37.17569918400005 - ], - [ - -121.81658786999998, - 37.17568066500007 - ], - [ - -121.81658923999998, - 37.17568044400008 - ], - [ - -121.81659225099997, - 37.17567926700008 - ], - [ - -121.81672211699998, - 37.17562719400007 - ], - [ - -121.816845044, - 37.17554972600004 - ], - [ - -121.81696383199994, - 37.17544838300006 - ], - [ - -121.81705085299996, - 37.17536085800003 - ], - [ - -121.81705242699996, - 37.175359283000034 - ], - [ - -121.81705350599998, - 37.17535718900007 - ], - [ - -121.81707777599996, - 37.17530923600003 - ], - [ - -121.81707826199994, - 37.175307445000044 - ], - [ - -121.81709806199996, - 37.175229718000026 - ], - [ - -121.81709907799996, - 37.17522572400003 - ], - [ - -121.81709891699995, - 37.17522304800008 - ], - [ - -121.81709339699995, - 37.17511088200007 - ], - [ - -121.81709025899994, - 37.17508695200007 - ], - [ - -121.81708658999997, - 37.17505893100008 - ], - [ - -121.81708503799996, - 37.17504709100007 - ], - [ - -121.81708511899996, - 37.175032258000044 - ], - [ - -121.81708562999995, - 37.174965232000034 - ], - [ - -121.81708574099997, - 37.17495042100006 - ], - [ - -121.81708714899997, - 37.174942645000044 - ], - [ - -121.81709022599995, - 37.17492576500007 - ], - [ - -121.81709117399998, - 37.174924403000034 - ], - [ - -121.81710475499995, - 37.174906029000056 - ], - [ - -121.81710570999996, - 37.17490510400006 - ], - [ - -121.817126799, - 37.17488602700007 - ], - [ - -121.81712866499998, - 37.17488474800007 - ], - [ - -121.81714716999994, - 37.17487325400003 - ], - [ - -121.81717868499999, - 37.17486308000008 - ], - [ - -121.81721127399999, - 37.174855388000026 - ], - [ - -121.81723223899996, - 37.174852016000045 - ], - [ - -121.81724458999997, - 37.174850046000074 - ], - [ - -121.81724970299996, - 37.17484960000007 - ], - [ - -121.81725915599998, - 37.17484880600006 - ], - [ - -121.81727837899996, - 37.17484717000008 - ], - [ - -121.81728221099996, - 37.17484712800007 - ], - [ - -121.81728378399998, - 37.174847088000035 - ], - [ - -121.81731235399997, - 37.17484676500004 - ], - [ - -121.81731613399995, - 37.17484699700003 - ], - [ - -121.81731805199996, - 37.174847113000055 - ], - [ - -121.81734623099999, - 37.174848901000075 - ], - [ - -121.81735218799997, - 37.17484933700007 - ], - [ - -121.81744367399995, - 37.17485622700008 - ], - [ - -121.81745309799999, - 37.17485696700004 - ], - [ - -121.81746144999994, - 37.17485701000004 - ], - [ - -121.81753780599996, - 37.174857501000076 - ], - [ - -121.81757713999997, - 37.17485772100008 - ], - [ - -121.81757876899997, - 37.174857588000066 - ], - [ - -121.81766211999997, - 37.174849348000066 - ], - [ - -121.81774321499995, - 37.17482987000005 - ], - [ - -121.81774640599997, - 37.17482910200005 - ], - [ - -121.81775390499996, - 37.17482615600005 - ], - [ - -121.81780975499998, - 37.17480417000007 - ], - [ - -121.81782751299994, - 37.174794106000036 - ], - [ - -121.81785566399998, - 37.17477808500007 - ], - [ - -121.81786023199999, - 37.174775974000056 - ], - [ - -121.81786761099994, - 37.17477264200005 - ], - [ - -121.817933698, - 37.174742414000036 - ], - [ - -121.81793931899995, - 37.17473985700008 - ], - [ - -121.81794773899998, - 37.17473724400003 - ], - [ - -121.81805536899998, - 37.17470421500008 - ], - [ - -121.81806901899995, - 37.17470129000003 - ], - [ - -121.81813086199998, - 37.174688279000065 - ], - [ - -121.818141664, - 37.17468600500007 - ], - [ - -121.818154441, - 37.17468384700004 - ], - [ - -121.81824390999998, - 37.174668875000066 - ], - [ - -121.81833526899999, - 37.174652396000056 - ], - [ - -121.81834102799996, - 37.174649653000074 - ], - [ - -121.81837265099995, - 37.17463430400005 - ], - [ - -121.81838362699995, - 37.17462896100005 - ], - [ - -121.81839188099997, - 37.17462495400008 - ], - [ - -121.818399764, - 37.17462113300007 - ], - [ - -121.81840425999997, - 37.174618131000045 - ], - [ - -121.81846470699998, - 37.17457785000005 - ], - [ - -121.81846982499997, - 37.17457442700004 - ], - [ - -121.818474214, - 37.17457028000007 - ], - [ - -121.81853158299998, - 37.17451598100007 - ], - [ - -121.81853543799997, - 37.174512320000076 - ], - [ - -121.81858436899995, - 37.174467820000075 - ], - [ - -121.81858895699997, - 37.174463649000074 - ], - [ - -121.81860220199997, - 37.17445390900008 - ], - [ - -121.81864656599998, - 37.17442131800004 - ], - [ - -121.81866607899997, - 37.17440699700006 - ], - [ - -121.81867501299996, - 37.17440105900005 - ], - [ - -121.818753819, - 37.17434910500003 - ], - [ - -121.818824598, - 37.174299414000075 - ], - [ - -121.81882600999995, - 37.17429841400008 - ], - [ - -121.81882707399996, - 37.17429707500003 - ], - [ - -121.81887047199996, - 37.17424208400007 - ], - [ - -121.81888756899997, - 37.17417995200003 - ], - [ - -121.81888810499998, - 37.174177909000036 - ], - [ - -121.818888013, - 37.174172714000065 - ], - [ - -121.81888723499998, - 37.17412520400006 - ], - [ - -121.81888718299996, - 37.17412390000004 - ], - [ - -121.81888686999997, - 37.17412237000008 - ], - [ - -121.81887599299995, - 37.17407323400005 - ], - [ - -121.81887509199998, - 37.17406914700007 - ], - [ - -121.81887419699996, - 37.174067097000034 - ], - [ - -121.81885329299996, - 37.17401862300005 - ], - [ - -121.81884290199997, - 37.17399392900006 - ], - [ - -121.81883096299998, - 37.17396568100003 - ], - [ - -121.818828366, - 37.173959506000074 - ], - [ - -121.81881916199995, - 37.17392903000007 - ], - [ - -121.818812386, - 37.17390649200007 - ], - [ - -121.81881117199998, - 37.173902500000054 - ], - [ - -121.81880240799995, - 37.17385961100007 - ], - [ - -121.81880178399996, - 37.17385339200007 - ], - [ - -121.81879829599995, - 37.17381948700006 - ], - [ - -121.81879567399994, - 37.173793971000066 - ], - [ - -121.81879566799995, - 37.173787151000056 - ], - [ - -121.81879561799997, - 37.173772960000065 - ], - [ - -121.81879559699996, - 37.17374746100006 - ], - [ - -121.81879560099998, - 37.17374274500003 - ], - [ - -121.81879493199995, - 37.173738885000034 - ], - [ - -121.81878693099998, - 37.173692233000054 - ], - [ - -121.81878523499995, - 37.173688499000036 - ], - [ - -121.818761409, - 37.17363820500003 - ], - [ - -121.81876070399994, - 37.17363713700007 - ], - [ - -121.81873242499995, - 37.17359554500007 - ], - [ - -121.81872936999997, - 37.17359104700006 - ], - [ - -121.81872470199994, - 37.17358578900007 - ], - [ - -121.81870392399998, - 37.17356240200007 - ], - [ - -121.81869826099995, - 37.17355598800003 - ], - [ - -121.81869581999996, - 37.17355379500003 - ], - [ - -121.81866535299997, - 37.17352596200004 - ], - [ - -121.81865958999998, - 37.17352035000005 - ], - [ - -121.81864911399998, - 37.17351023700007 - ], - [ - -121.81863604399996, - 37.17349090500005 - ], - [ - -121.81862938799998, - 37.17346857100006 - ], - [ - -121.81862686499994, - 37.17341957000008 - ], - [ - -121.818626855, - 37.17341732700004 - ], - [ - -121.81862741099997, - 37.17336604800005 - ], - [ - -121.81862748499998, - 37.173363735000066 - ], - [ - -121.81863102699998, - 37.173314848000075 - ], - [ - -121.81864599799997, - 37.17327476000003 - ], - [ - -121.81864848899994, - 37.17327004100008 - ], - [ - -121.81867092999994, - 37.173228677000054 - ], - [ - -121.81867433699995, - 37.17322236700005 - ], - [ - -121.81874335499998, - 37.17309549000004 - ], - [ - -121.81889756799995, - 37.17281186500003 - ], - [ - -121.81890033999997, - 37.17280677600007 - ], - [ - -121.818947434, - 37.17273425700006 - ], - [ - -121.81897047799998, - 37.17269476400003 - ], - [ - -121.81897469199998, - 37.17268878700003 - ], - [ - -121.81900809799998, - 37.17264144100005 - ], - [ - -121.81904401399999, - 37.17260194100004 - ], - [ - -121.81904586699994, - 37.17259992800007 - ], - [ - -121.81907165099994, - 37.17257622200003 - ], - [ - -121.81907359999997, - 37.17257487200004 - ], - [ - -121.81910059499995, - 37.172556599000075 - ], - [ - -121.81910337399995, - 37.172555240000065 - ], - [ - -121.81912791099995, - 37.17254354200003 - ], - [ - -121.81917315399994, - 37.172531793000076 - ], - [ - -121.81921861999996, - 37.172521162000066 - ], - [ - -121.81926441499996, - 37.17251146700005 - ], - [ - -121.81929370999995, - 37.172505209000064 - ], - [ - -121.81931406599995, - 37.17250140700003 - ], - [ - -121.81934816299997, - 37.172495025000046 - ], - [ - -121.819444122, - 37.17248000400008 - ], - [ - -121.81946332899997, - 37.172477566000055 - ], - [ - -121.81946866699997, - 37.17247691100005 - ], - [ - -121.81950539699994, - 37.17247226200004 - ], - [ - -121.81959557199997, - 37.172463417000074 - ], - [ - -121.81961709099994, - 37.17246230400008 - ], - [ - -121.81965738599996, - 37.17246024800005 - ], - [ - -121.81966421299995, - 37.17245968900005 - ], - [ - -121.81972316599996, - 37.17245483500005 - ], - [ - -121.81977255199996, - 37.17244596900008 - ], - [ - -121.81977708499994, - 37.17244516200003 - ], - [ - -121.81979120699998, - 37.17244138600006 - ], - [ - -121.81981526399994, - 37.17243498000005 - ], - [ - -121.81982135499999, - 37.17243335500007 - ], - [ - -121.81983096299996, - 37.17242990500006 - ], - [ - -121.819863479, - 37.172418253000046 - ], - [ - -121.81987209299996, - 37.172415158000035 - ], - [ - -121.81988242399996, - 37.172410531000025 - ], - [ - -121.81989513699995, - 37.17240482600005 - ], - [ - -121.81990203299995, - 37.17240172600003 - ], - [ - -121.81991010799999, - 37.17239733200006 - ], - [ - -121.81993929099997, - 37.172381460000054 - ], - [ - -121.819947507, - 37.172376996000025 - ], - [ - -121.81995278999995, - 37.17237332000008 - ], - [ - -121.81999517799994, - 37.17234397800007 - ], - [ - -121.82002544, - 37.17231790900007 - ], - [ - -121.82002811399997, - 37.17231547500006 - ], - [ - -121.82004447399999, - 37.172299176000024 - ], - [ - -121.820049354, - 37.17229360400006 - ], - [ - -121.82005532799997, - 37.17228692200007 - ], - [ - -121.82006289299994, - 37.17227802300005 - ], - [ - -121.82008238199995, - 37.17225097700003 - ], - [ - -121.82010466899999, - 37.17222520400003 - ], - [ - -121.82012952799994, - 37.17220098000007 - ], - [ - -121.82015679099999, - 37.17217846900007 - ], - [ - -121.82018628799995, - 37.172157834000075 - ], - [ - -121.82019925299994, - 37.17215015600004 - ], - [ - -121.82021779499996, - 37.17213921200005 - ], - [ - -121.82025111599995, - 37.172122744000035 - ], - [ - -121.82028601699994, - 37.172108524000066 - ], - [ - -121.82031676099996, - 37.17209840400005 - ], - [ - -121.82032224999995, - 37.17209662500005 - ], - [ - -121.8203329299999, - 37.172094009000034 - ], - [ - -121.82040114299997, - 37.172077468000055 - ], - [ - -121.82046591399995, - 37.17204897200003 - ], - [ - -121.82046942999995, - 37.17204721500008 - ], - [ - -121.82047325999997, - 37.17204536400004 - ], - [ - -121.82049052399998, - 37.17203656300006 - ], - [ - -121.82052499799994, - 37.172019189000025 - ], - [ - -121.82053298499994, - 37.172014613000044 - ], - [ - -121.82056804099994, - 37.17199444000005 - ], - [ - -121.82059233599995, - 37.17198047800008 - ], - [ - -121.82059399899998, - 37.17197904000005 - ], - [ - -121.82065003199995, - 37.17193033900003 - ], - [ - -121.82065301799997, - 37.17192771900005 - ], - [ - -121.82066010299997, - 37.171919124000055 - ], - [ - -121.820686847, - 37.171886640000025 - ], - [ - -121.820691523, - 37.17188093200008 - ], - [ - -121.82069309199994, - 37.17187908400007 - ], - [ - -121.82069575699995, - 37.17187454400005 - ], - [ - -121.82073418799996, - 37.171808989000056 - ], - [ - -121.820737437, - 37.17180343500007 - ], - [ - -121.820740635, - 37.17179495400006 - ], - [ - -121.82075481699997, - 37.17175741400007 - ], - [ - -121.82075848, - 37.171747691000064 - ], - [ - -121.82075919199997, - 37.17174431700005 - ], - [ - -121.82077358599997, - 37.17167656200007 - ], - [ - -121.82077495299995, - 37.17166970300008 - ], - [ - -121.82078283699997, - 37.171631846000025 - ], - [ - -121.82078745099994, - 37.17160966000006 - ], - [ - -121.82078985099997, - 37.17159983600004 - ], - [ - -121.82079902799995, - 37.17156214700003 - ], - [ - -121.82080091999995, - 37.17155434400007 - ], - [ - -121.82080499499995, - 37.17154372300007 - ], - [ - -121.820815961, - 37.17151517100007 - ], - [ - -121.82082022699996, - 37.17150399700006 - ], - [ - -121.82082358199995, - 37.17149805400004 - ], - [ - -121.82085524299998, - 37.17144109100008 - ], - [ - -121.82085679499994, - 37.17143832600004 - ], - [ - -121.82088042199996, - 37.17140587600005 - ], - [ - -121.82088310599994, - 37.171402390000026 - ], - [ - -121.82088694899994, - 37.17139813400007 - ], - [ - -121.82093074099998, - 37.171350991000054 - ], - [ - -121.820936943, - 37.17134430500005 - ], - [ - -121.82094870999998, - 37.17133355300007 - ], - [ - -121.82095076399997, - 37.171331629000065 - ], - [ - -121.82090287299997, - 37.17128893200004 - ], - [ - -121.82084960399999, - 37.17124142000006 - ], - [ - -121.82084675699997, - 37.17123888700007 - ], - [ - -121.82081271299995, - 37.171272577000025 - ], - [ - -121.82065943999999, - 37.17142421200003 - ], - [ - -121.82051269099998, - 37.171569341000065 - ], - [ - -121.82041549499996, - 37.17172325100006 - ], - [ - -121.82031109699994, - 37.17188859700008 - ], - [ - -121.82028365099995, - 37.17193207300005 - ], - [ - -121.82004248299995, - 37.17204828200005 - ], - [ - -121.81937509999995, - 37.172179554000024 - ], - [ - -121.81903963599996, - 37.17220719000005 - ], - [ - -121.81899079099998, - 37.17222239000006 - ], - [ - -121.81814576999994, - 37.172485032000054 - ], - [ - -121.81807992399996, - 37.172491543000035 - ], - [ - -121.81772602499996, - 37.17252661500004 - ], - [ - -121.81784459599999, - 37.17292035400004 - ], - [ - -121.81785082299996, - 37.17294104400003 - ], - [ - -121.81781297699996, - 37.173036713000045 - ], - [ - -121.81779035599999, - 37.17300964100008 - ], - [ - -121.817767716, - 37.17298256400005 - ], - [ - -121.81575975699997, - 37.17058038700003 - ], - [ - -121.81544803999998, - 37.17020747500004 - ], - [ - -121.81517080099997, - 37.169875741000055 - ], - [ - -121.80947558099996, - 37.170819074000065 - ], - [ - -121.80941466099995, - 37.170829163000064 - ], - [ - -121.80772583999999, - 37.171108842000024 - ], - [ - -121.80742098199994, - 37.17115933500003 - ], - [ - -121.80713212299997, - 37.171207131000074 - ], - [ - -121.80676505999998, - 37.17126788400003 - ], - [ - -121.80674489499995, - 37.17127124500007 - ], - [ - -121.80556101699995, - 37.17146717300005 - ], - [ - -121.80513996099995, - 37.171536857000035 - ], - [ - -121.80286020199998, - 37.17191416000003 - ], - [ - -121.80285635699994, - 37.171766227000035 - ], - [ - -121.80285282799997, - 37.17176626000003 - ], - [ - -121.79747733399995, - 37.17181598900004 - ], - [ - -121.79681542999998, - 37.17182205300003 - ], - [ - -121.79663321099997, - 37.171823732000064 - ], - [ - -121.79613141599998, - 37.17182835500006 - ], - [ - -121.79548477499998, - 37.17183430800003 - ], - [ - -121.79458570399999, - 37.17187417900004 - ], - [ - -121.78758625999996, - 37.17218434700004 - ], - [ - -121.78751862099995, - 37.172245678000024 - ], - [ - -121.78696594499996, - 37.17274681500004 - ], - [ - -121.78474108799998, - 37.17476417700004 - ], - [ - -121.78323683599996, - 37.176128059000064 - ], - [ - -121.78476723099999, - 37.17573770000007 - ], - [ - -121.78498959799998, - 37.17905615600006 - ], - [ - -121.78167281999998, - 37.17873147000006 - ], - [ - -121.77752850699994, - 37.17884953500004 - ], - [ - -121.77683957899995, - 37.17886914400003 - ], - [ - -121.77769534199996, - 37.179154819000075 - ], - [ - -121.78068374299994, - 37.17997272900004 - ], - [ - -121.78071398399999, - 37.18044289100004 - ], - [ - -121.78120315299998, - 37.180001237000056 - ], - [ - -121.78243167699998, - 37.17997548100004 - ], - [ - -121.782865744, - 37.180502741000055 - ], - [ - -121.78266529399997, - 37.18165651000004 - ], - [ - -121.78304554199997, - 37.18163318000006 - ], - [ - -121.78386814599997, - 37.18082439300008 - ], - [ - -121.78424862299994, - 37.180981565000025 - ], - [ - -121.782284716, - 37.182495645000074 - ], - [ - -121.77874662, - 37.183280625000066 - ], - [ - -121.775929696, - 37.182657438000035 - ], - [ - -121.77648344399995, - 37.18349935900005 - ], - [ - -121.77683813399995, - 37.183624171000076 - ], - [ - -121.77616060099996, - 37.183772748000024 - ], - [ - -121.77501259799999, - 37.182917918000044 - ], - [ - -121.77435714799998, - 37.18288470700003 - ], - [ - -121.77330083199996, - 37.18244675600005 - ], - [ - -121.773497051, - 37.182142363000025 - ], - [ - -121.77391972299995, - 37.18195906300008 - ], - [ - -121.77394976699998, - 37.18194600800007 - ], - [ - -121.77398038099994, - 37.181932765000056 - ], - [ - -121.77406639599997, - 37.18189545700005 - ], - [ - -121.77388785599999, - 37.181799504000026 - ], - [ - -121.77383522499997, - 37.18177119100005 - ], - [ - -121.77378265099998, - 37.18174294500005 - ], - [ - -121.77316991999999, - 37.18141355400007 - ], - [ - -121.773029523, - 37.181338105000066 - ], - [ - -121.77284238199996, - 37.18123750600006 - ], - [ - -121.772162133, - 37.18087185500008 - ], - [ - -121.77207424999995, - 37.18082462900003 - ], - [ - -121.77197978699996, - 37.18077385700008 - ], - [ - -121.77124168999995, - 37.18037712800003 - ], - [ - -121.77120349499995, - 37.18018467600007 - ], - [ - -121.771193171, - 37.18013264600006 - ], - [ - -121.77118097299996, - 37.18007123000007 - ], - [ - -121.77113089, - 37.179818960000034 - ], - [ - -121.77094648999997, - 37.179776582000045 - ], - [ - -121.77086490099998, - 37.17975782900004 - ], - [ - -121.77069215999995, - 37.179718138000055 - ], - [ - -121.77060037599995, - 37.17969702500005 - ], - [ - -121.77055491299996, - 37.17968655400006 - ], - [ - -121.76964276499996, - 37.17947683700004 - ], - [ - -121.76959779099997, - 37.17946649700008 - ], - [ - -121.769554111, - 37.17945646600003 - ], - [ - -121.76834797999999, - 37.17917917700004 - ], - [ - -121.76867401199996, - 37.17855323200007 - ], - [ - -121.768689, - 37.17852448000008 - ], - [ - -121.76870412699998, - 37.178495429000066 - ], - [ - -121.76886675399999, - 37.17818319300005 - ], - [ - -121.76842107699997, - 37.17821874500004 - ], - [ - -121.76837956799994, - 37.17822205600004 - ], - [ - -121.76833808899994, - 37.17822536700004 - ], - [ - -121.76705790699998, - 37.17832752800007 - ], - [ - -121.76692346099998, - 37.17927610400005 - ], - [ - -121.76688406499994, - 37.179554705000044 - ], - [ - -121.76599078899994, - 37.17993960500007 - ], - [ - -121.76580592899995, - 37.17969046300004 - ], - [ - -121.76564441899995, - 37.179468764000035 - ], - [ - -121.765493011, - 37.17926091900006 - ], - [ - -121.76519277699998, - 37.17884879300004 - ], - [ - -121.76507051099998, - 37.178680894000024 - ], - [ - -121.76234646199998, - 37.17635674700006 - ], - [ - -121.76151363499997, - 37.17695321400004 - ], - [ - -121.76139828199996, - 37.17720862200008 - ], - [ - -121.76092026099997, - 37.17693876000004 - ], - [ - -121.76093374399994, - 37.17681361600006 - ], - [ - -121.76097934299997, - 37.17642981800003 - ], - [ - -121.76086234699994, - 37.17627689600005 - ], - [ - -121.76018724899996, - 37.17542586600007 - ], - [ - -121.75946550199995, - 37.17514042800008 - ], - [ - -121.75956817699995, - 37.174224593000076 - ], - [ - -121.759336411, - 37.17411488400006 - ], - [ - -121.75932159099995, - 37.173995654000066 - ], - [ - -121.75927913299995, - 37.173665038000024 - ], - [ - -121.75927573899997, - 37.17363845400007 - ], - [ - -121.75924047599995, - 37.17335818600003 - ], - [ - -121.75920197799996, - 37.17311842200007 - ], - [ - -121.75916464499994, - 37.17294809200007 - ], - [ - -121.75912693599997, - 37.172790905000056 - ], - [ - -121.75911386099995, - 37.172744763000026 - ], - [ - -121.75910604399996, - 37.17271717500006 - ], - [ - -121.75910431099999, - 37.172711013000026 - ], - [ - -121.75909661699995, - 37.17268383500004 - ], - [ - -121.75908484699994, - 37.172642189000044 - ], - [ - -121.75904406199999, - 37.17251483500007 - ], - [ - -121.75903862899997, - 37.17249791100005 - ], - [ - -121.75901011499997, - 37.172413024000036 - ], - [ - -121.75898080999997, - 37.17233732300008 - ], - [ - -121.75895313199999, - 37.172268151000026 - ], - [ - -121.75892437699997, - 37.172199610000064 - ], - [ - -121.75888938099996, - 37.172122208000076 - ], - [ - -121.75885867199997, - 37.17205982100006 - ], - [ - -121.75882415099994, - 37.171992051000075 - ], - [ - -121.75878701699997, - 37.17192183800006 - ], - [ - -121.75873848599997, - 37.171837280000034 - ], - [ - -121.75867891599995, - 37.171740939000074 - ], - [ - -121.75861187699996, - 37.17163247800005 - ], - [ - -121.75855363799997, - 37.17154713200006 - ], - [ - -121.75849440299999, - 37.17146225500005 - ], - [ - -121.75843563799998, - 37.17137796700007 - ], - [ - -121.75838162699995, - 37.17130937700006 - ], - [ - -121.75826959799997, - 37.171168668000064 - ], - [ - -121.75814780499996, - 37.171023830000024 - ], - [ - -121.75802359899996, - 37.170888630000036 - ], - [ - -121.75796737199994, - 37.17082951700007 - ], - [ - -121.75788202999996, - 37.17073970200005 - ], - [ - -121.75773676999995, - 37.170592414000055 - ], - [ - -121.75767512099998, - 37.17053038300003 - ], - [ - -121.75758233899995, - 37.17043710000007 - ], - [ - -121.75746642999997, - 37.170320649000075 - ], - [ - -121.75755265999999, - 37.17023851000005 - ], - [ - -121.75723602199997, - 37.16979685300004 - ], - [ - -121.75692182499995, - 37.168929449000075 - ], - [ - -121.75676414999998, - 37.167592091000074 - ], - [ - -121.75687663199994, - 37.16606116100007 - ], - [ - -121.75690161499995, - 37.16516397000004 - ], - [ - -121.75691053799994, - 37.164858851000076 - ], - [ - -121.75655683199994, - 37.164226374000066 - ], - [ - -121.75706618999999, - 37.16378920500006 - ], - [ - -121.75737668799997, - 37.16356692900007 - ], - [ - -121.75837461099997, - 37.16284726200007 - ], - [ - -121.75929566399998, - 37.16264287800004 - ], - [ - -121.76033646699995, - 37.162772 - ], - [ - -121.76375252899999, - 37.16402691500008 - ], - [ - -121.76475587299996, - 37.16390244300004 - ], - [ - -121.769747656, - 37.165417414000046 - ], - [ - -121.76994697099997, - 37.16547794300004 - ], - [ - -121.770247171, - 37.16561144800005 - ], - [ - -121.77126290199999, - 37.166950658000076 - ], - [ - -121.77276674899997, - 37.16830773300006 - ], - [ - -121.77299233699995, - 37.168418993000046 - ], - [ - -121.772997391, - 37.168413444000066 - ], - [ - -121.77305007899997, - 37.16835477700005 - ], - [ - -121.77609578699997, - 37.16497031100005 - ], - [ - -121.78110019499996, - 37.159316868000076 - ], - [ - -121.78178004899996, - 37.15858214900004 - ], - [ - -121.78206908699997, - 37.15860850800004 - ], - [ - -121.78259240199998, - 37.158668232000025 - ], - [ - -121.7847521, - 37.15894034400003 - ], - [ - -121.78666233999996, - 37.15917700500006 - ], - [ - -121.78672851399995, - 37.15918520500003 - ], - [ - -121.78671016099997, - 37.15641257300007 - ], - [ - -121.78668242499998, - 37.152222315000074 - ], - [ - -121.78668022799997, - 37.15140852500008 - ], - [ - -121.78667833499998, - 37.15069563000003 - ], - [ - -121.78659384399998, - 37.15071109500008 - ], - [ - -121.78652370999998, - 37.15071676500003 - ], - [ - -121.78642364499996, - 37.15071285300007 - ], - [ - -121.78634220699996, - 37.150686327000074 - ], - [ - -121.78626728499995, - 37.150656206000065 - ], - [ - -121.786179055, - 37.15063373800007 - ], - [ - -121.78605150599998, - 37.15061129000003 - ], - [ - -121.78594973199995, - 37.150605978000044 - ], - [ - -121.78577382599997, - 37.15061011000006 - ], - [ - -121.78567522399999, - 37.15061977800008 - ], - [ - -121.78554152499999, - 37.150650547000055 - ], - [ - -121.78537852299996, - 37.15068667200006 - ], - [ - -121.78523422099994, - 37.15073605300006 - ], - [ - -121.78512228099999, - 37.150761730000056 - ], - [ - -121.78502237699996, - 37.15079890100003 - ], - [ - -121.78491211299996, - 37.15087052200005 - ], - [ - -121.78482938199994, - 37.15091860600006 - ], - [ - -121.78479615099997, - 37.15093014100006 - ], - [ - -121.78475385699994, - 37.15093497700008 - ], - [ - -121.78469071499995, - 37.150928141000065 - ], - [ - -121.78460042899997, - 37.150922587000025 - ], - [ - -121.78453247299996, - 37.150928461000035 - ], - [ - -121.78447842299994, - 37.15094322300007 - ], - [ - -121.78447070199996, - 37.15094660400007 - ], - [ - -121.78443881699997, - 37.150922964000074 - ], - [ - -121.78419809299999, - 37.15074442200006 - ], - [ - -121.78377589699994, - 37.15043128000008 - ], - [ - -121.78248602999997, - 37.14947467200005 - ], - [ - -121.78983102299998, - 37.14573323700006 - ], - [ - -121.79051992999996, - 37.14536672600008 - ], - [ - -121.79384415299995, - 37.14364778300006 - ], - [ - -121.79425052099998, - 37.14415138700008 - ], - [ - -121.79519026599996, - 37.14332517400004 - ], - [ - -121.802867629, - 37.13657458200004 - ], - [ - -121.80219258199998, - 37.13624189700005 - ], - [ - -121.80202166799995, - 37.13615766400005 - ], - [ - -121.80044465299994, - 37.135380430000055 - ], - [ - -121.80039013199996, - 37.135353559000066 - ], - [ - -121.799220973, - 37.13477732200005 - ], - [ - -121.79864382299996, - 37.13449286000008 - ], - [ - -121.79733374699998, - 37.13384711600003 - ], - [ - -121.79712339399998, - 37.13374342900005 - ], - [ - -121.79600397499996, - 37.13319166100007 - ], - [ - -121.79555274399996, - 37.13296923300004 - ], - [ - -121.79503640999997, - 37.13271472500003 - ], - [ - -121.79353257599996, - 37.13197339100003 - ], - [ - -121.79334732199999, - 37.13188207600007 - ], - [ - -121.79329409399998, - 37.131855861000076 - ], - [ - -121.79323282299998, - 37.131825638000066 - ], - [ - -121.79216059899994, - 37.13129703100003 - ], - [ - -121.79164122999998, - 37.13104098400004 - ], - [ - -121.78587861799997, - 37.12819982800005 - ], - [ - -121.785269917, - 37.12789969000005 - ], - [ - -121.77856395699996, - 37.124592724000024 - ], - [ - -121.77566824599995, - 37.12316452600004 - ], - [ - -121.769807534, - 37.128044448000026 - ], - [ - -121.76910466799995, - 37.12862960600006 - ], - [ - -121.762186924, - 37.134388372000046 - ], - [ - -121.76653951599997, - 37.13762530200006 - ], - [ - -121.76346006299997, - 37.13979727800006 - ], - [ - -121.77428821899997, - 37.14783323200004 - ], - [ - -121.77427752899996, - 37.14784687800005 - ], - [ - -121.77423971699994, - 37.14788593900005 - ], - [ - -121.77419522799994, - 37.147919898000055 - ], - [ - -121.774144832, - 37.147948229000065 - ], - [ - -121.77408978199998, - 37.14797019900004 - ], - [ - -121.77403124899996, - 37.147985359000074 - ], - [ - -121.77397055399996, - 37.14799336800007 - ], - [ - -121.77393205099997, - 37.14799466300008 - ], - [ - -121.77382673499994, - 37.14799257300007 - ], - [ - -121.77367228099996, - 37.14798344800005 - ], - [ - -121.77351875399995, - 37.147967152000035 - ], - [ - -121.773366668, - 37.14794373700005 - ], - [ - -121.77321653899998, - 37.14791328200005 - ], - [ - -121.77317980699996, - 37.14790468500007 - ], - [ - -121.77317826599995, - 37.14790431900008 - ], - [ - -121.77309848199997, - 37.14788906700005 - ], - [ - -121.77301708599998, - 37.14788093200008 - ], - [ - -121.77293506499996, - 37.147880016000045 - ], - [ - -121.77288214899994, - 37.14788327400004 - ], - [ - -121.77290799499997, - 37.14806649700006 - ], - [ - -121.77290912799998, - 37.14807431300005 - ], - [ - -121.77270961899995, - 37.148092372000065 - ], - [ - -121.77270456499997, - 37.14809281600003 - ], - [ - -121.77268086699996, - 37.14792485900006 - ], - [ - -121.77262066999998, - 37.14794739000007 - ], - [ - -121.77255014599996, - 37.147980999000026 - ], - [ - -121.77248465799994, - 37.14802062900003 - ], - [ - -121.77242505499999, - 37.148065761000055 - ], - [ - -121.77237207199994, - 37.14811581600003 - ], - [ - -121.77234288699998, - 37.14814896300004 - ], - [ - -121.772320692, - 37.148173444000065 - ], - [ - -121.77227931799996, - 37.148208829000055 - ], - [ - -121.77223175699999, - 37.148238683000045 - ], - [ - -121.77217911599996, - 37.14826234900005 - ], - [ - -121.77212258299994, - 37.14827930700005 - ], - [ - -121.77212101199996, - 37.14827967300005 - ], - [ - -121.77204775799999, - 37.14829514100006 - ], - [ - -121.77191873899994, - 37.14831645900006 - ], - [ - -121.77178821499996, - 37.14833059700004 - ], - [ - -121.77165666199994, - 37.148337499000036 - ], - [ - -121.77152498099997, - 37.14833711000006 - ], - [ - -121.77139363999999, - 37.14832945300003 - ], - [ - -121.77126327399998, - 37.14831455900003 - ], - [ - -121.77118776599997, - 37.148302528000045 - ], - [ - -121.771153401, - 37.148296912000035 - ], - [ - -121.77104660499998, - 37.14828117300004 - ], - [ - -121.77097237099997, - 37.14827174900006 - ], - [ - -121.77079010199998, - 37.14825379000007 - ], - [ - -121.77060694399995, - 37.14824306700007 - ], - [ - -121.77042334899994, - 37.14823960700005 - ], - [ - -121.77023983199996, - 37.14824341800005 - ], - [ - -121.77023799099999, - 37.148243500000035 - ], - [ - -121.770186546, - 37.148245888000076 - ], - [ - -121.77017551799997, - 37.14824719400008 - ], - [ - -121.77015241099997, - 37.14825240300007 - ], - [ - -121.77013086199997, - 37.14826072200003 - ], - [ - -121.77011151399995, - 37.14827186900004 - ], - [ - -121.77009482799997, - 37.14828556100008 - ], - [ - -121.77008134099998, - 37.14830138700006 - ], - [ - -121.770071541, - 37.148318765000056 - ], - [ - -121.77006579699997, - 37.14833645500005 - ], - [ - -121.77006008599994, - 37.14835413600008 - ], - [ - -121.770050342, - 37.14837149600004 - ], - [ - -121.77003681599996, - 37.14838743300004 - ], - [ - -121.77002012899999, - 37.148401156000034 - ], - [ - -121.77000073599999, - 37.148412343000075 - ], - [ - -121.76998431799996, - 37.14841902300003 - ], - [ - -121.769965862, - 37.14842500800006 - ], - [ - -121.76989576999995, - 37.14844255200006 - ], - [ - -121.76982435199994, - 37.14845260000004 - ], - [ - -121.76975181199998, - 37.14845526000005 - ], - [ - -121.76967950799997, - 37.14845046700003 - ], - [ - -121.76964285699995, - 37.148445140000035 - ], - [ - -121.76960755899995, - 37.14843829000006 - ], - [ - -121.76950330799997, - 37.14842310000006 - ], - [ - -121.76939779299994, - 37.14841513400006 - ], - [ - -121.76929181299994, - 37.14841445800005 - ], - [ - -121.76918623799997, - 37.148421072000076 - ], - [ - -121.76908172299994, - 37.14843492800003 - ], - [ - -121.76902103599997, - 37.14844642200006 - ], - [ - -121.76899210899995, - 37.14845137700007 - ], - [ - -121.76890272599996, - 37.148461643000076 - ], - [ - -121.76881279699995, - 37.14846447700006 - ], - [ - -121.76872278599996, - 37.14845988800005 - ], - [ - -121.76863396899995, - 37.14844792200006 - ], - [ - -121.76857518199995, - 37.148435764000055 - ], - [ - -121.76855297399999, - 37.14843023000003 - ], - [ - -121.76855121999995, - 37.14842980100008 - ], - [ - -121.76844278899995, - 37.14840748600005 - ], - [ - -121.76833242999999, - 37.14839231600007 - ], - [ - -121.76822092999998, - 37.14838440300008 - ], - [ - -121.76821756799995, - 37.14838427400008 - ], - [ - -121.76821849299995, - 37.148508212000024 - ], - [ - -121.76807403199996, - 37.14850977900005 - ], - [ - -121.76812199199998, - 37.14836489400005 - ], - [ - -121.76804316, - 37.148365081000065 - ], - [ - -121.76794032499998, - 37.14835879300006 - ], - [ - -121.76783860799998, - 37.148345154000026 - ], - [ - -121.76776701799997, - 37.14833095400007 - ], - [ - -121.76633061499996, - 37.148006499000076 - ], - [ - -121.76626226299999, - 37.14798719300006 - ], - [ - -121.76619749899999, - 37.14796103400005 - ], - [ - -121.766137427, - 37.14792844900006 - ], - [ - -121.76608308799996, - 37.14789000500008 - ], - [ - -121.766035322, - 37.14784630200006 - ], - [ - -121.76600891199996, - 37.14781397300004 - ], - [ - -121.76596983599995, - 37.14777833800008 - ], - [ - -121.76592428199996, - 37.147748042000046 - ], - [ - -121.76587338699994, - 37.14772382700005 - ], - [ - -121.76581837199996, - 37.14770628000008 - ], - [ - -121.76576058899997, - 37.147695835000036 - ], - [ - -121.76570149199995, - 37.14769275800006 - ], - [ - -121.76564258299999, - 37.147697110000024 - ], - [ - -121.76558515799996, - 37.14770880000003 - ], - [ - -121.76553078599994, - 37.147727520000046 - ], - [ - -121.76548742299997, - 37.14774890000007 - ], - [ - -121.76537520499994, - 37.147808928000075 - ], - [ - -121.76525259599998, - 37.14786597600005 - ], - [ - -121.76512593399997, - 37.14791650400008 - ], - [ - -121.76499542899995, - 37.147960459000046 - ], - [ - -121.76486150499994, - 37.14799768100005 - ], - [ - -121.76472502399997, - 37.148027917000036 - ], - [ - -121.76458645899999, - 37.14805108400003 - ], - [ - -121.76444613799998, - 37.14806712200004 - ], - [ - -121.76437551099997, - 37.14807243400003 - ], - [ - -121.76432437999995, - 37.14807639900005 - ], - [ - -121.76421460699999, - 37.14809023300006 - ], - [ - -121.76410650199995, - 37.14811120500008 - ], - [ - -121.76400098899995, - 37.14813913900008 - ], - [ - -121.76389864699996, - 37.148173873000076 - ], - [ - -121.763800286, - 37.14821513100003 - ], - [ - -121.76379665599995, - 37.14821680800003 - ], - [ - -121.76334742899996, - 37.14847221100007 - ], - [ - -121.763214942, - 37.14887528300005 - ], - [ - -121.76293000499999, - 37.14920471900007 - ], - [ - -121.762132313, - 37.149385462000055 - ], - [ - -121.76140315199996, - 37.14992743400006 - ], - [ - -121.76104720899997, - 37.15034401500003 - ], - [ - -121.76111874299994, - 37.15098195000007 - ], - [ - -121.76071583299995, - 37.15170223000007 - ], - [ - -121.76060965599999, - 37.15180578300004 - ], - [ - -121.76061273, - 37.151942560000066 - ], - [ - -121.76061533099994, - 37.152058030000035 - ], - [ - -121.76062815599994, - 37.15263152400007 - ], - [ - -121.75588348599996, - 37.15289590800006 - ], - [ - -121.75517710899999, - 37.15293525200008 - ], - [ - -121.75601734599996, - 37.15396694000003 - ], - [ - -121.75637619499997, - 37.154701267000064 - ], - [ - -121.75693776599996, - 37.15576741600006 - ], - [ - -121.75518471799995, - 37.15794059900003 - ], - [ - -121.75471412199994, - 37.158508066000024 - ], - [ - -121.754181916, - 37.15910448200003 - ], - [ - -121.75379946599998, - 37.15948868500004 - ], - [ - -121.75131179799996, - 37.16067019600007 - ], - [ - -121.75114672799998, - 37.161094981000076 - ], - [ - -121.75070342599997, - 37.16110086800006 - ], - [ - -121.75062034299998, - 37.16114865700007 - ], - [ - -121.75054401499995, - 37.16106324900005 - ], - [ - -121.75034599199995, - 37.16084210400004 - ], - [ - -121.75022152399998, - 37.16070307700005 - ], - [ - -121.74993640199995, - 37.160384942000064 - ], - [ - -121.74986188899999, - 37.16029498300003 - ], - [ - -121.74975149099998, - 37.16016090900007 - ], - [ - -121.74966590099996, - 37.16004138000005 - ], - [ - -121.74957841899999, - 37.15989916600006 - ], - [ - -121.74956673899999, - 37.15988129800007 - ], - [ - -121.74955676299999, - 37.15986279600003 - ], - [ - -121.74954849499994, - 37.15984375000005 - ], - [ - -121.749536031, - 37.159814950000055 - ], - [ - -121.74943352599996, - 37.15982989400004 - ], - [ - -121.74912079899997, - 37.159869308000054 - ], - [ - -121.74859529499997, - 37.15971471800003 - ], - [ - -121.74727546699995, - 37.15932647900007 - ], - [ - -121.74652257999998, - 37.15840009600004 - ], - [ - -121.74620045899997, - 37.15798801900007 - ], - [ - -121.74597023399997, - 37.15745781500004 - ], - [ - -121.74559022299997, - 37.15658231700007 - ], - [ - -121.74527055899995, - 37.15584600700004 - ], - [ - -121.747542281, - 37.15435528900008 - ], - [ - -121.74924111899998, - 37.15411699900005 - ], - [ - -121.74922580799995, - 37.15398941800004 - ], - [ - -121.74917664399999, - 37.15358262700005 - ], - [ - -121.749144377, - 37.15333508000003 - ], - [ - -121.749097141, - 37.15309362100004 - ], - [ - -121.74823086299995, - 37.153108 - ], - [ - -121.74664090199997, - 37.15313439600004 - ], - [ - -121.74576372899998, - 37.153148964000025 - ], - [ - -121.74430312799996, - 37.15317319400003 - ], - [ - -121.74244623499999, - 37.15320395200007 - ], - [ - -121.73941880899997, - 37.15326012000003 - ], - [ - -121.739811493, - 37.15459054200005 - ], - [ - -121.73994323099998, - 37.155106696000075 - ], - [ - -121.74017723399999, - 37.15597691600004 - ], - [ - -121.74045711699995, - 37.15689565500003 - ], - [ - -121.73838079899997, - 37.15750990400005 - ], - [ - -121.73617469099997, - 37.15813242400003 - ], - [ - -121.73653445199994, - 37.158868563000055 - ], - [ - -121.73674948999997, - 37.15929855300004 - ], - [ - -121.73759091399995, - 37.16102239700007 - ], - [ - -121.73808336399998, - 37.16203433700008 - ], - [ - -121.739001525, - 37.16392099600006 - ], - [ - -121.74158738799997, - 37.16920909100003 - ], - [ - -121.74262873799995, - 37.170124430000044 - ], - [ - -121.73844024399995, - 37.17305479700008 - ], - [ - -121.73843650999999, - 37.17305740100005 - ], - [ - -121.73842780399997, - 37.17306349200004 - ], - [ - -121.7383042599999, - 37.17314992300004 - ], - [ - -121.738300472, - 37.17315257300004 - ], - [ - -121.733189601, - 37.17672773600003 - ], - [ - -121.73292877899996, - 37.17691014500008 - ], - [ - -121.73291520199996, - 37.176896921000036 - ], - [ - -121.73285955799997, - 37.176935865000075 - ], - [ - -121.73242260499995, - 37.17724167600005 - ], - [ - -121.734998938, - 37.179560654000056 - ], - [ - -121.73509014499996, - 37.17964275600008 - ], - [ - -121.73833521499995, - 37.18256338700007 - ], - [ - -121.738413418, - 37.18263376700003 - ], - [ - -121.74067372099995, - 37.18466790800005 - ], - [ - -121.74076845499997, - 37.184747515000026 - ], - [ - -121.74218422299998, - 37.18374845500006 - ], - [ - -121.74338889399996, - 37.18461488100007 - ], - [ - -121.74409260799996, - 37.18507177600003 - ], - [ - -121.74491443299996, - 37.185510245000046 - ], - [ - -121.74439263199997, - 37.18587786100005 - ], - [ - -121.73666748, - 37.191319699000076 - ], - [ - -121.73560809599996, - 37.19206582500004 - ], - [ - -121.735339104, - 37.19225530600005 - ], - [ - -121.73409627899997, - 37.19313062100008 - ], - [ - -121.73396365999997, - 37.193224034000025 - ], - [ - -121.73390554799994, - 37.193257370000026 - ], - [ - -121.73382069699994, - 37.19330604400005 - ], - [ - -121.733708461, - 37.19338454900003 - ], - [ - -121.73189045099997, - 37.194656647000045 - ], - [ - -121.730587486, - 37.19556828700007 - ], - [ - -121.729980276, - 37.19600531200007 - ], - [ - -121.72888774299997, - 37.196791620000056 - ], - [ - -121.72779979699999, - 37.19757462100006 - ], - [ - -121.72675328699995, - 37.198327762000076 - ], - [ - -121.72660015199995, - 37.198437977000026 - ], - [ - -121.72570194699995, - 37.199084310000046 - ], - [ - -121.72563941899995, - 37.19912934800004 - ], - [ - -121.72390370899996, - 37.20037839200006 - ], - [ - -121.72257627399995, - 37.19908181400007 - ], - [ - -121.72310965499997, - 37.19869799300005 - ], - [ - -121.72222163999999, - 37.19783061500004 - ], - [ - -121.72218425199998, - 37.197794083000076 - ], - [ - -121.72213458299996, - 37.19774555200007 - ], - [ - -121.72167773399997, - 37.197299359000056 - ], - [ - -121.72113655699997, - 37.19768043900007 - ], - [ - -121.72015457599997, - 37.19672130300006 - ], - [ - -121.72069575199998, - 37.196340226000075 - ], - [ - -121.71996601799998, - 37.19562742200003 - ], - [ - -121.71958789999996, - 37.195258086000024 - ], - [ - -121.71953196099997, - 37.19520346000007 - ], - [ - -121.71899075899995, - 37.19558455400005 - ], - [ - -121.71866922399994, - 37.195270454000024 - ], - [ - -121.71825754999998, - 37.195560399000044 - ], - [ - -121.71581809099996, - 37.19317595200005 - ], - [ - -121.71575359299999, - 37.19311425500007 - ], - [ - -121.71570794399997, - 37.19307059300007 - ], - [ - -121.71336660299994, - 37.19083049100004 - ], - [ - -121.71321978499998, - 37.19068994000003 - ], - [ - -121.71363317099997, - 37.19040022300004 - ], - [ - -121.71192232499999, - 37.18872919200004 - ], - [ - -121.71149740199996, - 37.18900764700004 - ], - [ - -121.71112180199998, - 37.188640777000046 - ], - [ - -121.71107639799999, - 37.18859645200007 - ], - [ - -121.71104564099994, - 37.188566397000045 - ], - [ - -121.71075236799999, - 37.18827993000008 - ], - [ - -121.71130926799998, - 37.18791498500008 - ], - [ - -121.71040547099994, - 37.18703175300004 - ], - [ - -121.70935510799995, - 37.186005255000055 - ], - [ - -121.70929421099999, - 37.185945753000055 - ], - [ - -121.70923334499997, - 37.185886253000035 - ], - [ - -121.70845126799998, - 37.185121915000025 - ], - [ - -121.707890153, - 37.185484029000065 - ], - [ - -121.70617193399994, - 37.18380548500005 - ], - [ - -121.70609382999999, - 37.18372982000005 - ], - [ - -121.70600797099996, - 37.18364665300004 - ], - [ - -121.70557197099998, - 37.183220762000076 - ], - [ - -121.70421447899997, - 37.18189478800008 - ], - [ - -121.70437475699998, - 37.18179130400006 - ], - [ - -121.70477546799998, - 37.18153260200006 - ], - [ - -121.70295575399996, - 37.179755055000044 - ], - [ - -121.70294488499997, - 37.179744432000064 - ], - [ - -121.70283265199998, - 37.17964043300003 - ], - [ - -121.70300297999995, - 37.17953046100007 - ], - [ - -121.70065200599998, - 37.17723331000008 - ], - [ - -121.70021711799996, - 37.17680837300003 - ], - [ - -121.69934224499997, - 37.17595346300004 - ], - [ - -121.699221164, - 37.17583753500003 - ], - [ - -121.69905664499998, - 37.17594375700003 - ], - [ - -121.69846950599998, - 37.175370060000034 - ], - [ - -121.69789123899994, - 37.17480501400007 - ], - [ - -121.69777165099998, - 37.17493414300003 - ], - [ - -121.69638730599996, - 37.17358143800004 - ], - [ - -121.69659791, - 37.17335382600004 - ], - [ - -121.69594005699997, - 37.17271098300006 - ], - [ - -121.69587900999994, - 37.17265133800004 - ], - [ - -121.69580546699996, - 37.172579486000075 - ], - [ - -121.69558800699997, - 37.17236698700003 - ], - [ - -121.69547362099996, - 37.172442157000035 - ], - [ - -121.69453456699995, - 37.17152707400004 - ], - [ - -121.69415592999997, - 37.171158123000055 - ], - [ - -121.69383049399994, - 37.17084097400004 - ], - [ - -121.69282425199998, - 37.16986036800006 - ], - [ - -121.69181440299997, - 37.16887622200005 - ], - [ - -121.69202647399999, - 37.168737114000066 - ], - [ - -121.69251226399996, - 37.168418487000054 - ], - [ - -121.69376397599996, - 37.16759749700003 - ], - [ - -121.69369018999998, - 37.16752436500008 - ], - [ - -121.69362054899995, - 37.16745640900007 - ], - [ - -121.69353312799996, - 37.16737098500005 - ], - [ - -121.69344271099999, - 37.16728264100004 - ], - [ - -121.693346427, - 37.16718849600005 - ], - [ - -121.69325017099999, - 37.16709439500005 - ], - [ - -121.69316111699999, - 37.16700883000004 - ], - [ - -121.69275922699995, - 37.166616420000025 - ], - [ - -121.69150755099997, - 37.16743739800006 - ], - [ - -121.69102147899997, - 37.16775618400004 - ], - [ - -121.69082125199998, - 37.16756087300007 - ], - [ - -121.69062561599998, - 37.16737004600003 - ], - [ - -121.69057690099999, - 37.167401992000066 - ], - [ - -121.69000041899994, - 37.166839063000054 - ], - [ - -121.68996779499997, - 37.16680721400007 - ], - [ - -121.689843124, - 37.16667593200003 - ], - [ - -121.68912094799998, - 37.16714957600004 - ], - [ - -121.68736210699996, - 37.16543350200004 - ], - [ - -121.68660800699996, - 37.164697717000024 - ], - [ - -121.68911192699994, - 37.163054472000056 - ], - [ - -121.68927151799994, - 37.16295032800008 - ], - [ - -121.68933141499997, - 37.16290945800006 - ], - [ - -121.69027163899995, - 37.16229296000006 - ], - [ - -121.69127298299998, - 37.16163630300008 - ], - [ - -121.69227382199995, - 37.16097952800004 - ], - [ - -121.69101683999997, - 37.15975275200003 - ], - [ - -121.69074400799997, - 37.15948633100004 - ], - [ - -121.69046557099995, - 37.15921442800004 - ], - [ - -121.68976046899996, - 37.15852586600005 - ], - [ - -121.68969658199995, - 37.15846311400003 - ], - [ - -121.68963040799997, - 37.15839811700005 - ], - [ - -121.68862934999999, - 37.159054780000076 - ], - [ - -121.68807601399999, - 37.159417749000056 - ], - [ - -121.68756079899998, - 37.15975567800007 - ], - [ - -121.687521399, - 37.15978153100008 - ], - [ - -121.68731647699997, - 37.159915934000026 - ], - [ - -121.68699576199998, - 37.160126269000045 - ], - [ - -121.68685839999995, - 37.160216336000076 - ], - [ - -121.68681588599998, - 37.16024421100008 - ], - [ - -121.68677334599994, - 37.16027211000005 - ], - [ - -121.68673083099998, - 37.16029998600004 - ], - [ - -121.686678412, - 37.16033437100003 - ], - [ - -121.68641484099999, - 37.16050734100003 - ], - [ - -121.68521629799994, - 37.16129347000003 - ], - [ - -121.685179899, - 37.16131734700008 - ], - [ - -121.68491742299994, - 37.16148947800008 - ], - [ - -121.68459162699997, - 37.161703154000065 - ], - [ - -121.68445559199995, - 37.16179240400004 - ], - [ - -121.68438103399995, - 37.161841295000045 - ], - [ - -121.684252776, - 37.161925041000075 - ], - [ - -121.683964205, - 37.162114648000056 - ], - [ - -121.68403123599995, - 37.162175793000074 - ], - [ - -121.68409454799996, - 37.16224223900008 - ], - [ - -121.68509967199998, - 37.16322368400006 - ], - [ - -121.68494094899995, - 37.16333083500007 - ], - [ - -121.68476818399995, - 37.16344746400006 - ], - [ - -121.68461589499998, - 37.16355027000003 - ], - [ - -121.67839379499998, - 37.16762135100004 - ], - [ - -121.677591571, - 37.168146179000075 - ], - [ - -121.67689915399995, - 37.16859916800007 - ], - [ - -121.67588122899997, - 37.167594343000076 - ], - [ - -121.67579479899996, - 37.16750901200004 - ], - [ - -121.67577318499997, - 37.167487668000035 - ], - [ - -121.67553618299996, - 37.167253721000066 - ], - [ - -121.67505620099996, - 37.166779887000075 - ], - [ - -121.67454063499997, - 37.16627093100004 - ], - [ - -121.67397019999999, - 37.165707773000065 - ], - [ - -121.67376766399997, - 37.165507809000076 - ], - [ - -121.67356509799998, - 37.165307823000035 - ], - [ - -121.67295743899996, - 37.164707931000066 - ], - [ - -121.67225026699998, - 37.164009762000035 - ], - [ - -121.673443234, - 37.163163144000066 - ], - [ - -121.67440036699998, - 37.16248389000003 - ], - [ - -121.67535977199998, - 37.16180298100005 - ], - [ - -121.67632128099996, - 37.16112053000006 - ], - [ - -121.67728469599996, - 37.16043674800005 - ], - [ - -121.67767519799997, - 37.160159588000056 - ], - [ - -121.678064286, - 37.15988342500003 - ], - [ - -121.67845336799996, - 37.159607261000076 - ], - [ - -121.67967815399999, - 37.15873789400007 - ], - [ - -121.67969874299996, - 37.15872328900008 - ], - [ - -121.67969058199998, - 37.15871536000003 - ], - [ - -121.67967980599997, - 37.15870482500003 - ], - [ - -121.67980543999994, - 37.158616161000054 - ], - [ - -121.67998618999997, - 37.158488599000066 - ], - [ - -121.68014071399995, - 37.15837954300008 - ], - [ - -121.67970815199999, - 37.157957003000035 - ], - [ - -121.67943889399999, - 37.15770217100004 - ], - [ - -121.67842658899997, - 37.156710978000035 - ], - [ - -121.67764160799999, - 37.15594239600006 - ], - [ - -121.67751413399998, - 37.155817583000044 - ], - [ - -121.67740648399996, - 37.15588964800003 - ], - [ - -121.67703831199998, - 37.15613609300004 - ], - [ - -121.67608320699998, - 37.15679937300007 - ], - [ - -121.674465941, - 37.15792236500005 - ], - [ - -121.67263132799997, - 37.15919627100004 - ], - [ - -121.67224756399997, - 37.15946272700006 - ], - [ - -121.67221701099999, - 37.15948393000008 - ], - [ - -121.672208609, - 37.159489783000026 - ], - [ - -121.67091949399997, - 37.16038480100008 - ], - [ - -121.67091694799996, - 37.16038656600006 - ], - [ - -121.67005523799997, - 37.16098486200008 - ], - [ - -121.66914015599997, - 37.16162017000005 - ], - [ - -121.66913724299997, - 37.16162219100005 - ], - [ - -121.66779916499996, - 37.16255115000007 - ], - [ - -121.66718825599997, - 37.162975251000034 - ], - [ - -121.66662575, - 37.16336574500008 - ], - [ - -121.666554422, - 37.16341523400007 - ], - [ - -121.66648314899999, - 37.163464720000036 - ], - [ - -121.66609727599996, - 37.16373257300006 - ], - [ - -121.66603958099995, - 37.163689774000034 - ], - [ - -121.66603816699995, - 37.16369074900007 - ], - [ - -121.66556701499997, - 37.16401614600005 - ], - [ - -121.66665689799999, - 37.164829216000044 - ], - [ - -121.66866947399996, - 37.16633051200006 - ], - [ - -121.668820789, - 37.16644340000005 - ], - [ - -121.66825367499996, - 37.16684580400005 - ], - [ - -121.66798943599997, - 37.16703329600006 - ], - [ - -121.66819759799995, - 37.167270020000046 - ], - [ - -121.66764358899997, - 37.16764094400003 - ], - [ - -121.66730019599999, - 37.16787085200008 - ], - [ - -121.667136186, - 37.16798065800003 - ], - [ - -121.66638239699995, - 37.16851513300003 - ], - [ - -121.66778912799998, - 37.16876015300005 - ], - [ - -121.66808150199995, - 37.169046595000054 - ], - [ - -121.66824396199996, - 37.168940416000055 - ], - [ - -121.66959950199998, - 37.16896504500005 - ], - [ - -121.67022679599995, - 37.16906740100006 - ], - [ - -121.67334956299999, - 37.17092118900007 - ], - [ - -121.673193675, - 37.17102316800003 - ], - [ - -121.67317864199998, - 37.17103300100007 - ], - [ - -121.67228393099998, - 37.17161825300008 - ], - [ - -121.67157013599996, - 37.17215334400004 - ], - [ - -121.67072681299999, - 37.17268270000005 - ], - [ - -121.67120295499996, - 37.173166295000044 - ], - [ - -121.67072547699996, - 37.17348456600007 - ], - [ - -121.674660572, - 37.177463741000054 - ], - [ - -121.67615156899996, - 37.17897128300007 - ], - [ - -121.68177993199998, - 37.175410992000025 - ], - [ - -121.68390873099997, - 37.17401823900008 - ], - [ - -121.68396481499997, - 37.17398155200004 - ], - [ - -121.684483216, - 37.17364239600005 - ], - [ - -121.685213004, - 37.17316492700007 - ], - [ - -121.69019939999998, - 37.16990217500006 - ], - [ - -121.69075734499995, - 37.16953706700008 - ], - [ - -121.69141919299994, - 37.170182186000034 - ], - [ - -121.69206590899995, - 37.17081571400007 - ], - [ - -121.69380298799996, - 37.172517293000055 - ], - [ - -121.69494514699994, - 37.17363603600006 - ], - [ - -121.69509416699998, - 37.173541786000044 - ], - [ - -121.69528026199998, - 37.17342408900004 - ], - [ - -121.69537136499997, - 37.173325626000064 - ], - [ - -121.69540665399995, - 37.17328747500005 - ], - [ - -121.69551195699995, - 37.173173647000056 - ], - [ - -121.69566988099996, - 37.17332797600005 - ], - [ - -121.69553711999998, - 37.17341498500008 - ], - [ - -121.69537428899997, - 37.173515989000066 - ], - [ - -121.69518914499997, - 37.17363475700006 - ], - [ - -121.6950409199999, - 37.17372984100007 - ], - [ - -121.69590863299999, - 37.17457974900003 - ], - [ - -121.69592231899998, - 37.17459316000003 - ], - [ - -121.69704914, - 37.17569681800006 - ], - [ - -121.69768990999995, - 37.176324401000045 - ], - [ - -121.69846117199995, - 37.17707980900008 - ], - [ - -121.69864233599998, - 37.17725722000006 - ], - [ - -121.69867851599997, - 37.17729264900004 - ], - [ - -121.69999455399994, - 37.17858154900006 - ], - [ - -121.700674344, - 37.179247263000036 - ], - [ - -121.701353999, - 37.17991288400003 - ], - [ - -121.70249606799996, - 37.181031279000024 - ], - [ - -121.70260464899997, - 37.18113760500006 - ], - [ - -121.70264809899999, - 37.18118014400005 - ], - [ - -121.70332139599998, - 37.181839456000034 - ], - [ - -121.702202619, - 37.18256700400008 - ], - [ - -121.702819853, - 37.183174594000036 - ], - [ - -121.70225359499995, - 37.18354321000004 - ], - [ - -121.70224201599996, - 37.18355076800003 - ], - [ - -121.70190649399996, - 37.18376919200006 - ], - [ - -121.70201893899997, - 37.184106934000056 - ], - [ - -121.70203881099997, - 37.18430236300003 - ], - [ - -121.70301178499994, - 37.18539875700003 - ], - [ - -121.70317545799998, - 37.18549877100003 - ], - [ - -121.70409890699995, - 37.18606282500008 - ], - [ - -121.70468371599998, - 37.185678375000066 - ], - [ - -121.70519916499995, - 37.18618029100003 - ], - [ - -121.70619472599998, - 37.185525788000064 - ], - [ - -121.70755024799996, - 37.18684564800003 - ], - [ - -121.70810656699996, - 37.18647990200003 - ], - [ - -121.70813804, - 37.18651029400007 - ], - [ - -121.70820290599994, - 37.186572959000046 - ], - [ - -121.70892902299994, - 37.187274495000054 - ], - [ - -121.70947638799998, - 37.18780334600007 - ], - [ - -121.70977361299998, - 37.18809048700007 - ], - [ - -121.70985801299997, - 37.18817203700007 - ], - [ - -121.70930908999998, - 37.18853364100005 - ], - [ - -121.70944316999999, - 37.18866393700006 - ], - [ - -121.70904328599994, - 37.18892736000004 - ], - [ - -121.70852812799995, - 37.18842676400004 - ], - [ - -121.70841200499996, - 37.18850310800008 - ], - [ - -121.70747819299999, - 37.189117004000025 - ], - [ - -121.70785549899995, - 37.18948590600007 - ], - [ - -121.70796909699999, - 37.18957388700005 - ], - [ - -121.708750652, - 37.19017935900007 - ], - [ - -121.70814749999994, - 37.19061764800006 - ], - [ - -121.70792115799998, - 37.19078215600007 - ], - [ - -121.70767052199994, - 37.190964241000074 - ], - [ - -121.707618433, - 37.19100208800006 - ], - [ - -121.70700293799996, - 37.19144931100004 - ], - [ - -121.70804514099996, - 37.19194438200003 - ], - [ - -121.70822409899995, - 37.19202937500006 - ], - [ - -121.70793590399995, - 37.19221921800005 - ], - [ - -121.70781366199998, - 37.19229974700005 - ], - [ - -121.70762644699994, - 37.192423061000056 - ], - [ - -121.70734585399998, - 37.19216197600008 - ], - [ - -121.70680144599999, - 37.19159215900004 - ], - [ - -121.70647544399998, - 37.19133575200004 - ], - [ - -121.70594099399995, - 37.19081142300007 - ], - [ - -121.70542993299995, - 37.190477678000036 - ], - [ - -121.70496841399995, - 37.19027281500007 - ], - [ - -121.70425602299997, - 37.190132263000066 - ], - [ - -121.70320382199998, - 37.18987011400003 - ], - [ - -121.70219891, - 37.189500258000066 - ], - [ - -121.70020843799995, - 37.18913783100004 - ], - [ - -121.70009254399997, - 37.18887931900008 - ], - [ - -121.69836399199994, - 37.18817564100004 - ], - [ - -121.69654665699994, - 37.18725812400004 - ], - [ - -121.69553905299995, - 37.18791394900006 - ], - [ - -121.69536827799999, - 37.18780781700008 - ], - [ - -121.69539225199998, - 37.18778816200006 - ], - [ - -121.69515882599995, - 37.18764625400007 - ], - [ - -121.69499089199996, - 37.187635587000045 - ], - [ - -121.69487050299995, - 37.18756190100004 - ], - [ - -121.69440333499995, - 37.18738376400006 - ], - [ - -121.69109404899996, - 37.18664813600003 - ], - [ - -121.69103105799996, - 37.18662511000008 - ], - [ - -121.69091991899995, - 37.18669735900005 - ], - [ - -121.68979316099995, - 37.18742985800003 - ], - [ - -121.68971373399995, - 37.18748150300007 - ], - [ - -121.68896197999999, - 37.18803154900007 - ], - [ - -121.68859413699994, - 37.18830069000006 - ], - [ - -121.688451983, - 37.188183958000025 - ], - [ - -121.68809106599997, - 37.18788757000004 - ], - [ - -121.68745755499998, - 37.18739209000006 - ], - [ - -121.687392349, - 37.18734287600006 - ], - [ - -121.68731756199998, - 37.18728860900006 - ], - [ - -121.68627996899994, - 37.18651918900008 - ], - [ - -121.685370246, - 37.18569353000004 - ], - [ - -121.68493711699995, - 37.185396995000076 - ], - [ - -121.68467968299996, - 37.18489865000004 - ], - [ - -121.68461738299999, - 37.18484489600007 - ], - [ - -121.68274196399994, - 37.183226225000055 - ], - [ - -121.68212650199996, - 37.18269503200003 - ], - [ - -121.68078533399995, - 37.181252348000044 - ], - [ - -121.68073924799995, - 37.18069003900007 - ], - [ - -121.67987116399996, - 37.17990415600008 - ], - [ - -121.67984994699998, - 37.179886586000066 - ], - [ - -121.67982683799994, - 37.179870590000064 - ], - [ - -121.679802097, - 37.179856305000044 - ], - [ - -121.67977581399998, - 37.17984384300007 - ], - [ - -121.679748271, - 37.17983331900007 - ], - [ - -121.67971967299997, - 37.17982474900003 - ], - [ - -121.67969021999994, - 37.179818270000055 - ], - [ - -121.67966023099996, - 37.17981390400007 - ], - [ - -121.67962978899999, - 37.17981169300003 - ], - [ - -121.67959923599994, - 37.17981165800006 - ], - [ - -121.67956883299996, - 37.179813773000035 - ], - [ - -121.67953874999995, - 37.17981810500004 - ], - [ - -121.67950930099994, - 37.179824490000044 - ], - [ - -121.67948065599995, - 37.17983297300003 - ], - [ - -121.678282761, - 37.18023716300007 - ], - [ - -121.67750562299994, - 37.17967001300008 - ], - [ - -121.67728779099997, - 37.17972114400004 - ], - [ - -121.67628853099995, - 37.179967231000035 - ], - [ - -121.67431430899995, - 37.17804451500007 - ], - [ - -121.669560876, - 37.173414551000064 - ], - [ - -121.67014820999998, - 37.17304590500004 - ], - [ - -121.66910809099994, - 37.172427680000055 - ], - [ - -121.66726214599998, - 37.17170748900003 - ], - [ - -121.66601600499996, - 37.17121709200006 - ], - [ - -121.66416780099996, - 37.17052443400007 - ], - [ - -121.66357738399995, - 37.17158629900007 - ], - [ - -121.66311081299995, - 37.17276290800004 - ], - [ - -121.661305627, - 37.17269613600007 - ], - [ - -121.66124911799994, - 37.172695049000026 - ], - [ - -121.66080554899997, - 37.17268645200005 - ], - [ - -121.65952768499994, - 37.17264671400005 - ], - [ - -121.65883742699998, - 37.17264458300008 - ], - [ - -121.65846506599996, - 37.17263309600003 - ], - [ - -121.65804592999996, - 37.17260824700003 - ], - [ - -121.65784741099998, - 37.17259080400004 - ], - [ - -121.65676863799996, - 37.17230714900006 - ], - [ - -121.65624569999994, - 37.17217272000005 - ], - [ - -121.656217616, - 37.17216551200005 - ], - [ - -121.65621235599997, - 37.17217323300008 - ], - [ - -121.65616805599996, - 37.17223835600004 - ], - [ - -121.65597610299994, - 37.172175569000046 - ], - [ - -121.65305087099995, - 37.171218776000046 - ], - [ - -121.65303281799999, - 37.17121286500003 - ], - [ - -121.65149133499995, - 37.17070861000008 - ], - [ - -121.64850297499999, - 37.169730971000035 - ], - [ - -121.64259394199996, - 37.16784919300005 - ], - [ - -121.64228275999994, - 37.16847742500005 - ], - [ - -121.64223556199994, - 37.16857273900007 - ], - [ - -121.64221502899994, - 37.16861416200004 - ], - [ - -121.641021809, - 37.16823564500004 - ], - [ - -121.64133985399997, - 37.16756164000003 - ], - [ - -121.64138559699995, - 37.16746471600004 - ], - [ - -121.63821465599995, - 37.166458728000066 - ], - [ - -121.63820023299996, - 37.16645433800005 - ], - [ - -121.63731768499997, - 37.16618575200005 - ], - [ - -121.63632017299994, - 37.165882131000046 - ], - [ - -121.633155392, - 37.16491884100003 - ], - [ - -121.632886198, - 37.16483692000003 - ], - [ - -121.63285990299994, - 37.16484369900007 - ], - [ - -121.63146272999995, - 37.16520339900006 - ], - [ - -121.63111888999998, - 37.165291919000026 - ], - [ - -121.63102205499996, - 37.165316844000074 - ], - [ - -121.63096842899995, - 37.165330434000055 - ], - [ - -121.63089031099997, - 37.16535023200004 - ], - [ - -121.62971667299996, - 37.16585689400006 - ], - [ - -121.62967453299996, - 37.165875087000074 - ], - [ - -121.62963904399999, - 37.165890398000045 - ], - [ - -121.62938685599994, - 37.16599929100005 - ], - [ - -121.62934042399996, - 37.166028967000045 - ], - [ - -121.62807827799998, - 37.16683565200003 - ], - [ - -121.62776587499997, - 37.167113105000055 - ], - [ - -121.62580392899997, - 37.16885559600007 - ], - [ - -121.62356379699997, - 37.17008757900004 - ], - [ - -121.62331391199996, - 37.17042010900008 - ], - [ - -121.62286340599996, - 37.171019640000054 - ], - [ - -121.61921572699998, - 37.172559558000046 - ], - [ - -121.61823314199995, - 37.17300105700008 - ], - [ - -121.618023285, - 37.17309535100003 - ], - [ - -121.61706629699995, - 37.17350111700006 - ], - [ - -121.616591025, - 37.173702615000025 - ], - [ - -121.61655270799997, - 37.17371884200003 - ], - [ - -121.61647974299996, - 37.17374977500003 - ], - [ - -121.615816898, - 37.17403081500004 - ], - [ - -121.60937223299999, - 37.17675159500004 - ], - [ - -121.61052182599997, - 37.17842975100007 - ], - [ - -121.60865058199994, - 37.17922742300004 - ], - [ - -121.60749395299996, - 37.17753560500006 - ], - [ - -121.60632736499997, - 37.17802381200005 - ], - [ - -121.60632079799996, - 37.17802657500005 - ], - [ - -121.60627599299994, - 37.17804533300006 - ], - [ - -121.60627440599995, - 37.17804257900008 - ], - [ - -121.603667681, - 37.179132982000056 - ], - [ - -121.60227629899998, - 37.179715239000075 - ], - [ - -121.599963716, - 37.18138503600005 - ], - [ - -121.59948815799999, - 37.181677679000074 - ], - [ - -121.59008246299999, - 37.18810889700006 - ], - [ - -121.58651961699996, - 37.18819080000003 - ], - [ - -121.58585685499997, - 37.18820601900006 - ], - [ - -121.58594979499998, - 37.195189766000055 - ], - [ - -121.60168053199999, - 37.195166640000025 - ], - [ - -121.60177543299994, - 37.19516647900008 - ], - [ - -121.60420787899994, - 37.19516269200005 - ], - [ - -121.60421486099995, - 37.195162681000056 - ], - [ - -121.60430802299999, - 37.20203500400004 - ], - [ - -121.60431239199994, - 37.20235833800007 - ], - [ - -121.604358575, - 37.20235826800007 - ], - [ - -121.62251055399997, - 37.202328496000064 - ], - [ - -121.63130170299996, - 37.20231307600005 - ], - [ - -121.63150235199998, - 37.21673066100004 - ], - [ - -121.63554091699996, - 37.216723355000056 - ], - [ - -121.63950047399999, - 37.21576914100007 - ], - [ - -121.63983486499995, - 37.21623705400003 - ], - [ - -121.63999354999999, - 37.21662901600007 - ], - [ - -121.64001575499998, - 37.21671507000008 - ], - [ - -121.640393556, - 37.216714386000035 - ], - [ - -121.65562661599995, - 37.21668489500007 - ], - [ - -121.65599382699997, - 37.21668417700005 - ], - [ - -121.65605998399997, - 37.21668404700006 - ], - [ - -121.65606002299995, - 37.21668404700006 - ], - [ - -121.65618840399998, - 37.216500421000035 - ], - [ - -121.65684505999997, - 37.215561293000064 - ], - [ - -121.65685000299999, - 37.21555425400004 - ], - [ - -121.65685211699997, - 37.21555124300005 - ], - [ - -121.65685010099997, - 37.21554599500007 - ], - [ - -121.65685008099996, - 37.21554594400004 - ], - [ - -121.65684776399996, - 37.215539910000075 - ], - [ - -121.6566915399999, - 37.215133610000066 - ], - [ - -121.65660680299999, - 37.21491318600005 - ], - [ - -121.65659667699998, - 37.21488685600008 - ], - [ - -121.65654498899994, - 37.21475240700005 - ], - [ - -121.65657252899996, - 37.21471878700004 - ], - [ - -121.656609259, - 37.21467394800004 - ], - [ - -121.65680994799999, - 37.21442895600006 - ], - [ - -121.656932257, - 37.21427964900005 - ], - [ - -121.657666958, - 37.21338278200005 - ], - [ - -121.65856980299998, - 37.21283498400004 - ], - [ - -121.65913547499997, - 37.21256501200003 - ], - [ - -121.65926885799996, - 37.21252558000003 - ], - [ - -121.65969543399996, - 37.21239946900005 - ], - [ - -121.66013073899995, - 37.21234477300004 - ], - [ - -121.66037219999998, - 37.21231443200003 - ], - [ - -121.66071965599997, - 37.21216108100003 - ], - [ - -121.66130418499995, - 37.211903093000046 - ], - [ - -121.66175641099994, - 37.21151965200005 - ], - [ - -121.662102356, - 37.211279811000054 - ], - [ - -121.66218030199997, - 37.21064050600006 - ], - [ - -121.66220531899995, - 37.21043548700004 - ], - [ - -121.66221221399996, - 37.21037897900004 - ], - [ - -121.66300187999997, - 37.21056624400006 - ], - [ - -121.66300196699996, - 37.210566261000054 - ], - [ - -121.66347431799994, - 37.21044173700005 - ], - [ - -121.66387671499996, - 37.210335659000066 - ], - [ - -121.66442297699996, - 37.20882237500007 - ], - [ - -121.66480614899996, - 37.20871781500006 - ], - [ - -121.66480619299995, - 37.20871780300007 - ], - [ - -121.66475349099994, - 37.20846653700005 - ], - [ - -121.66472730999999, - 37.20834171900003 - ], - [ - -121.66488797999995, - 37.20819035900007 - ], - [ - -121.66511626199997, - 37.20797530500005 - ], - [ - -121.66505525599996, - 37.20763179800008 - ], - [ - -121.66502319399996, - 37.20732224400007 - ], - [ - -121.66490498199994, - 37.20703326800003 - ], - [ - -121.66499397099994, - 37.206632383000056 - ], - [ - -121.66490883499995, - 37.20645715100005 - ], - [ - -121.664776873, - 37.20618557600005 - ], - [ - -121.66761267099997, - 37.20618765000006 - ], - [ - -121.667827338, - 37.206187804000024 - ], - [ - -121.66786576799996, - 37.20616820300006 - ], - [ - -121.67021508, - 37.20496984400006 - ], - [ - -121.67260799399997, - 37.20374917400005 - ], - [ - -121.67336334699996, - 37.20336383600005 - ], - [ - -121.67911637499998, - 37.20242158000008 - ], - [ - -121.67911648199998, - 37.202307493000035 - ], - [ - -121.67911679999997, - 37.20196837000003 - ], - [ - -121.67911801499997, - 37.20067102400003 - ], - [ - -121.68289369699994, - 37.20067321500005 - ], - [ - -121.69239283299999, - 37.20067827100007 - ], - [ - -121.69565778199996, - 37.20153996100004 - ], - [ - -121.69694154999996, - 37.20187872400004 - ], - [ - -121.69994920699997, - 37.20267232100008 - ], - [ - -121.70296377299996, - 37.203467663000026 - ], - [ - -121.705583392, - 37.20597918200008 - ], - [ - -121.70706541099997, - 37.207399903000066 - ], - [ - -121.70715723099994, - 37.20748794900004 - ], - [ - -121.71049796799997, - 37.20750699300004 - ], - [ - -121.71367173599998, - 37.207524987000056 - ], - [ - -121.71487455599998, - 37.20753178500007 - ], - [ - -121.71225618699998, - 37.20504426100007 - ], - [ - -121.71154377099998, - 37.20436743500005 - ], - [ - -121.70825311199997, - 37.20189691000007 - ], - [ - -121.70698249599997, - 37.200942903000055 - ], - [ - -121.70802714799999, - 37.20008153400005 - ], - [ - -121.70881860399999, - 37.19943985200007 - ], - [ - -121.70889709199997, - 37.199376219000044 - ], - [ - -121.70899473399999, - 37.199297057000024 - ], - [ - -121.70855781499995, - 37.19895219000006 - ], - [ - -121.70588996999999, - 37.19684639900004 - ], - [ - -121.70221230399994, - 37.19493475400003 - ], - [ - -121.70232087499994, - 37.19485567800007 - ], - [ - -121.70242161199997, - 37.19478231200003 - ], - [ - -121.70626644099997, - 37.19198187300003 - ], - [ - -121.706785675, - 37.19252540200006 - ], - [ - -121.70739179499998, - 37.19308929500005 - ], - [ - -121.70741212699994, - 37.193124082000054 - ], - [ - -121.70743245699998, - 37.19315882500007 - ], - [ - -121.70800679099995, - 37.192780578000054 - ], - [ - -121.70831460599999, - 37.19257780500004 - ], - [ - -121.70876045899996, - 37.192284130000075 - ], - [ - -121.708849139, - 37.19236834000003 - ], - [ - -121.70909212199996, - 37.192208281000035 - ], - [ - -121.70942207099995, - 37.19199094700008 - ], - [ - -121.71174057499996, - 37.19046363100006 - ], - [ - -121.71172447199996, - 37.190448005000064 - ], - [ - -121.71128230199997, - 37.19001837600007 - ], - [ - -121.71157402499995, - 37.18982654100006 - ], - [ - -121.71201714499995, - 37.19025476300004 - ], - [ - -121.71213625299998, - 37.190369874000055 - ], - [ - -121.71243969299996, - 37.190663122000046 - ], - [ - -121.71188314999995, - 37.19102976200003 - ], - [ - -121.71327539299995, - 37.19237520300004 - ], - [ - -121.71202979399999, - 37.19319574100007 - ], - [ - -121.71066625699996, - 37.19409393500007 - ], - [ - -121.71169053199998, - 37.19506660700006 - ], - [ - -121.71365794599996, - 37.19610589300004 - ], - [ - -121.71448314899999, - 37.195562292000034 - ], - [ - -121.71572615399998, - 37.19474342600006 - ], - [ - -121.71759942799997, - 37.196553505000054 - ], - [ - -121.71815476499995, - 37.19618568300007 - ], - [ - -121.71856839699996, - 37.19658532500006 - ], - [ - -121.718587233, - 37.19660353200004 - ], - [ - -121.71885815199994, - 37.19640756900003 - ], - [ - -121.71901277299997, - 37.196298676000026 - ], - [ - -121.71942501599995, - 37.19600842400007 - ], - [ - -121.71969707199997, - 37.19627419400007 - ], - [ - -121.71928485799998, - 37.196564446000025 - ], - [ - -121.71913012299996, - 37.19667341000007 - ], - [ - -121.71885393499997, - 37.19686123200006 - ], - [ - -121.7188674399999, - 37.196874276000074 - ], - [ - -121.71923569799998, - 37.19723007500005 - ], - [ - -121.72042424699998, - 37.19835683500003 - ], - [ - -121.72071333899999, - 37.19864185700004 - ], - [ - -121.72079819799995, - 37.19872552500004 - ], - [ - -121.72086653799994, - 37.19879290800003 - ], - [ - -121.72111380899997, - 37.19861179000003 - ], - [ - -121.721163822, - 37.19857654500004 - ], - [ - -121.72126843099994, - 37.19850275700003 - ], - [ - -121.72168078199996, - 37.19821199200004 - ], - [ - -121.72211585899998, - 37.19863696500005 - ], - [ - -121.72170705399998, - 37.19893115100007 - ], - [ - -121.721605437, - 37.19900424400004 - ], - [ - -121.72155371099996, - 37.19904147600005 - ], - [ - -121.72147606399994, - 37.199097008000024 - ], - [ - -121.72142487299999, - 37.19913361700003 - ], - [ - -121.72130153499995, - 37.19922182100004 - ], - [ - -121.72169593899997, - 37.19961066600007 - ], - [ - -121.72198771799998, - 37.19989835900003 - ], - [ - -121.72230773599995, - 37.200213864000034 - ], - [ - -121.72239472099994, - 37.20029963600007 - ], - [ - -121.72297317099998, - 37.20086991900007 - ], - [ - -121.72245431199997, - 37.20122754000005 - ], - [ - -121.72256119899998, - 37.201335193000034 - ], - [ - -121.71973864499995, - 37.20328099300008 - ], - [ - -121.719600072, - 37.203376466000066 - ], - [ - -121.71973774099996, - 37.203745311000034 - ], - [ - -121.72048611699995, - 37.20506501600005 - ], - [ - -121.72124418099997, - 37.20454603200005 - ], - [ - -121.72183084699998, - 37.20480295200008 - ], - [ - -121.72233677699995, - 37.20517648300006 - ], - [ - -121.72246806099997, - 37.20533909000005 - ], - [ - -121.722789993, - 37.20612224800004 - ], - [ - -121.72303219099996, - 37.206331764000026 - ], - [ - -121.72326287599998, - 37.20639538700004 - ], - [ - -121.72417780499995, - 37.20664771700007 - ], - [ - -121.72467533599996, - 37.206823015000055 - ], - [ - -121.72465621599997, - 37.20683500200005 - ], - [ - -121.723245535, - 37.207721019000076 - ], - [ - -121.72365410699996, - 37.20774428200008 - ], - [ - -121.72397219399994, - 37.207762425000055 - ], - [ - -121.724485513, - 37.20798564900008 - ], - [ - -121.72594659999999, - 37.20862097600008 - ], - [ - -121.72603059399995, - 37.208792362000054 - ], - [ - -121.72627499799995, - 37.20929096100008 - ], - [ - -121.72628906099999, - 37.20931963100003 - ], - [ - -121.72652412899998, - 37.209445714000026 - ], - [ - -121.72665434799995, - 37.20987228700005 - ], - [ - -121.72673899499995, - 37.21014961900005 - ], - [ - -121.72705998199996, - 37.20994778000005 - ], - [ - -121.72722479799995, - 37.21049798100006 - ], - [ - -121.72757162399995, - 37.21028019000005 - ], - [ - -121.72980056499995, - 37.20888044900005 - ], - [ - -121.730042546, - 37.20872848400006 - ], - [ - -121.73005057399996, - 37.20873636400006 - ], - [ - -121.73008405499996, - 37.20876933900007 - ], - [ - -121.73091681999995, - 37.209589082000036 - ], - [ - -121.73103349399997, - 37.20970395000006 - ], - [ - -121.73126107999997, - 37.20992774700005 - ], - [ - -121.73132626499995, - 37.20999172300003 - ], - [ - -121.73148892399996, - 37.210151404000044 - ], - [ - -121.73171702099995, - 37.210374874000024 - ], - [ - -121.73192489999997, - 37.210578164000026 - ], - [ - -121.73194534699996, - 37.21059818200007 - ], - [ - -121.73255304399999, - 37.211190429000055 - ], - [ - -121.73257191999994, - 37.21120877000004 - ], - [ - -121.73278841799998, - 37.21114800700008 - ], - [ - -121.73301043999999, - 37.211111654000035 - ], - [ - -121.73323640999996, - 37.211097851000034 - ], - [ - -121.73332028299995, - 37.211040335000064 - ], - [ - -121.73332753099999, - 37.211035364000054 - ], - [ - -121.73344001499999, - 37.211143865000054 - ], - [ - -121.73350538799997, - 37.21120696700007 - ], - [ - -121.73352617999996, - 37.21122698100004 - ], - [ - -121.73355284799999, - 37.21125270400006 - ], - [ - -121.73300538399997, - 37.21162820600006 - ], - [ - -121.73304888399997, - 37.211669863000054 - ], - [ - -121.73338379299997, - 37.21199044600007 - ], - [ - -121.733466137, - 37.21206909500006 - ], - [ - -121.73357325299997, - 37.21217140400006 - ], - [ - -121.73357505699994, - 37.212173147000044 - ], - [ - -121.73377020999999, - 37.21235903400003 - ], - [ - -121.73405072799994, - 37.21262623800004 - ], - [ - -121.73428983399998, - 37.21285336300008 - ], - [ - -121.73505057899996, - 37.21357301100005 - ], - [ - -121.73577717299997, - 37.21425652900007 - ], - [ - -121.73624312399994, - 37.214693143000034 - ], - [ - -121.73665672799996, - 37.21508072700004 - ], - [ - -121.73595663499998, - 37.215581642000075 - ], - [ - -121.73598814999997, - 37.21560976100005 - ], - [ - -121.73686353299996, - 37.21639168100006 - ], - [ - -121.73698495999997, - 37.21650017300004 - ], - [ - -121.73721453599995, - 37.21670519200006 - ], - [ - -121.73724468799998, - 37.21673213500003 - ], - [ - -121.73735835899998, - 37.21683366000008 - ], - [ - -121.73741700899996, - 37.216886051000074 - ], - [ - -121.73779273599996, - 37.21722164000005 - ], - [ - -121.73731531099997, - 37.21723170400003 - ], - [ - -121.73706471999998, - 37.217279148000046 - ], - [ - -121.73680192299997, - 37.21723733600004 - ], - [ - -121.73659103699998, - 37.217203744000074 - ], - [ - -121.73647567799998, - 37.21718537000004 - ], - [ - -121.73507898999998, - 37.218208212000036 - ], - [ - -121.73495603199996, - 37.21829825100008 - ], - [ - -121.73497969199997, - 37.21830461800005 - ], - [ - -121.73503088399997, - 37.218317925000065 - ], - [ - -121.73504249799998, - 37.218320961000074 - ], - [ - -121.73606532999997, - 37.218589777000034 - ], - [ - -121.73772430999998, - 37.218994045000045 - ], - [ - -121.73843570599996, - 37.219590019000066 - ], - [ - -121.73849915899996, - 37.21954157700003 - ], - [ - -121.73889850599994, - 37.21923672100007 - ], - [ - -121.73890769199994, - 37.21922971200007 - ], - [ - -121.73895155899999, - 37.21918212200006 - ], - [ - -121.73950552599996, - 37.218581174000064 - ], - [ - -121.73977181599997, - 37.21881443400008 - ], - [ - -121.74039593499998, - 37.21836752000007 - ], - [ - -121.745121413, - 37.22258786800006 - ], - [ - -121.745255209, - 37.222707323000066 - ], - [ - -121.74693505399995, - 37.22420743400005 - ], - [ - -121.74700126799996, - 37.22426635700003 - ], - [ - -121.74706773699995, - 37.22432509200007 - ], - [ - -121.74713446199996, - 37.22438364100003 - ], - [ - -121.74720146799996, - 37.224442004000025 - ], - [ - -121.7472687, - 37.22450018200004 - ], - [ - -121.74733618699997, - 37.22455817300005 - ], - [ - -121.74740395699996, - 37.22461598000007 - ], - [ - -121.74747195499998, - 37.224673600000074 - ], - [ - -121.74754020599994, - 37.224731011000074 - ], - [ - -121.74760871099994, - 37.22478823700004 - ], - [ - -121.74767747099997, - 37.22484527700004 - ], - [ - -121.74774645699995, - 37.22490213000003 - ], - [ - -121.74781572599994, - 37.22495877600005 - ], - [ - -121.74788521999994, - 37.22501525800004 - ], - [ - -121.74795497099996, - 37.22507150900003 - ], - [ - -121.74802494499994, - 37.225127573000066 - ], - [ - -121.74809517699998, - 37.22518345300006 - ], - [ - -121.748165659, - 37.22523912400004 - ], - [ - -121.74823636899998, - 37.22529460800007 - ], - [ - -121.74830733299996, - 37.22534988500007 - ], - [ - -121.74837855199996, - 37.225404952000076 - ], - [ - -121.74844999599998, - 37.22545983400005 - ], - [ - -121.74852169599995, - 37.225514530000055 - ], - [ - -121.74859361999995, - 37.225569019000034 - ], - [ - -121.748665798, - 37.22562329700003 - ], - [ - -121.74873817399998, - 37.22567736700006 - ], - [ - -121.748810806, - 37.22573125200006 - ], - [ - -121.74888366099998, - 37.22578490600006 - ], - [ - -121.74895677099994, - 37.22583835100005 - ], - [ - -121.74903010799994, - 37.225891655000055 - ], - [ - -121.74910366899996, - 37.225944706000064 - ], - [ - -121.74917748599995, - 37.22599754700008 - ], - [ - -121.74925152799995, - 37.226050204000046 - ], - [ - -121.74932576499998, - 37.226102629000025 - ], - [ - -121.74940025999996, - 37.22615486700005 - ], - [ - -121.74947497799997, - 37.22620689900003 - ], - [ - -121.74954992299996, - 37.22625869900003 - ], - [ - -121.74962509199997, - 37.226310313000056 - ], - [ - -121.74970051499997, - 37.22636167300004 - ], - [ - -121.749776108, - 37.22641289200004 - ], - [ - -121.74985195499994, - 37.226463858000045 - ], - [ - -121.74992802599996, - 37.22651461500004 - ], - [ - -121.75000432499996, - 37.22656516400008 - ], - [ - -121.75008081799996, - 37.22661548200006 - ], - [ - -121.75011919299999, - 37.226640548000034 - ], - [ - -121.75015753899999, - 37.226665592000074 - ], - [ - -121.75023445499994, - 37.22671551600007 - ], - [ - -121.75041459999994, - 37.22683757100003 - ], - [ - -121.75043882799997, - 37.22685398700003 - ], - [ - -121.74998981199997, - 37.22711184900004 - ], - [ - -121.74956860199995, - 37.227353712000024 - ], - [ - -121.74953424299997, - 37.227373442000044 - ], - [ - -121.74829113899995, - 37.22808726000005 - ], - [ - -121.74728387699997, - 37.22866562300004 - ], - [ - -121.74672363899998, - 37.22909117300003 - ], - [ - -121.74662027299996, - 37.22916968900006 - ], - [ - -121.746516698, - 37.229248365000046 - ], - [ - -121.74626633699995, - 37.22943853500004 - ], - [ - -121.74594674999997, - 37.22968128500003 - ], - [ - -121.74577189999997, - 37.22976854400008 - ], - [ - -121.74446976499996, - 37.230418358000065 - ], - [ - -121.73568774999995, - 37.234800232000055 - ], - [ - -121.73524844699995, - 37.23504367400005 - ], - [ - -121.73507968599995, - 37.23513719500005 - ], - [ - -121.73503454099995, - 37.23515973800005 - ], - [ - -121.73495338499998, - 37.23515125600005 - ], - [ - -121.73492560299997, - 37.235148664000064 - ], - [ - -121.73485254399998, - 37.23514160600007 - ], - [ - -121.73477823299999, - 37.235133372000064 - ], - [ - -121.73470471099995, - 37.235124237000036 - ], - [ - -121.73463180299996, - 37.235114202000034 - ], - [ - -121.73458236199997, - 37.23510719300003 - ], - [ - -121.73453235, - 37.23510366900007 - ], - [ - -121.73448213599994, - 37.23510365000004 - ], - [ - -121.73443212499996, - 37.23510715300006 - ], - [ - -121.73438265799996, - 37.23511412900007 - ], - [ - -121.73433416299997, - 37.23512455200006 - ], - [ - -121.73430301599996, - 37.235131426000066 - ], - [ - -121.73427123, - 37.23513604200008 - ], - [ - -121.73423906199997, - 37.23513834900007 - ], - [ - -121.73420674199997, - 37.23513834700003 - ], - [ - -121.73417458299997, - 37.23513600900003 - ], - [ - -121.73414278799999, - 37.23513137700007 - ], - [ - -121.73411166999995, - 37.235124495000036 - ], - [ - -121.73408146099996, - 37.23511538200006 - ], - [ - -121.73405233499994, - 37.235104153000066 - ], - [ - -121.73402460399996, - 37.23509087200006 - ], - [ - -121.73399340999998, - 37.23507929800007 - ], - [ - -121.73396113299998, - 37.235069820000035 - ], - [ - -121.73392797699995, - 37.23506250100007 - ], - [ - -121.73389419899996, - 37.23505738700004 - ], - [ - -121.73385999699997, - 37.23505452000006 - ], - [ - -121.73382560599998, - 37.23505389800005 - ], - [ - -121.73379128199997, - 37.23505556400005 - ], - [ - -121.7337572499999, - 37.235059472000046 - ], - [ - -121.73372371399995, - 37.23506561600004 - ], - [ - -121.73362262399996, - 37.235085954000056 - ], - [ - -121.73352413599997, - 37.23511324700007 - ], - [ - -121.73342899699998, - 37.23514730200003 - ], - [ - -121.73333884799996, - 37.235174964000066 - ], - [ - -121.73324583699997, - 37.235195858000054 - ], - [ - -121.73315085299998, - 37.23520976700007 - ], - [ - -121.73305463399998, - 37.23521659600004 - ], - [ - -121.73296946899995, - 37.23521673700003 - ], - [ - -121.73288434699998, - 37.235214291000034 - ], - [ - -121.73279941399994, - 37.235209258000054 - ], - [ - -121.73262194999995, - 37.235196890000054 - ], - [ - -121.73254257399998, - 37.23519220900005 - ], - [ - -121.73246300099999, - 37.23519291000008 - ], - [ - -121.732383804, - 37.235199031000036 - ], - [ - -121.73230552599995, - 37.23521049900006 - ], - [ - -121.73222873599997, - 37.23522723900004 - ], - [ - -121.73215403599994, - 37.23524915200005 - ], - [ - -121.73211847199997, - 37.23525561500003 - ], - [ - -121.73208235299995, - 37.23525954300004 - ], - [ - -121.73204593, - 37.23526084200006 - ], - [ - -121.73200949499994, - 37.23525953200004 - ], - [ - -121.73197335999998, - 37.23525563100003 - ], - [ - -121.73193781299994, - 37.235249139000075 - ], - [ - -121.73190314099998, - 37.235240143000055 - ], - [ - -121.73186960099997, - 37.23522870800008 - ], - [ - -121.73173284999996, - 37.23517143500004 - ], - [ - -121.73170799399998, - 37.235160574000076 - ], - [ - -121.73168244099998, - 37.23515081700003 - ], - [ - -121.73165627599997, - 37.23514216500007 - ], - [ - -121.73130081199997, - 37.235024020000026 - ], - [ - -121.73127778599996, - 37.23501647900008 - ], - [ - -121.73125439999995, - 37.23500965300008 - ], - [ - -121.73123068299998, - 37.235003608000056 - ], - [ - -121.731065678, - 37.234960296000054 - ], - [ - -121.731040141, - 37.23495495700007 - ], - [ - -121.73101433199997, - 37.23495056000007 - ], - [ - -121.73098828199994, - 37.23494708000004 - ], - [ - -121.73093886599997, - 37.23494325100006 - ], - [ - -121.73088921899995, - 37.23494292600003 - ], - [ - -121.73083974599996, - 37.23494610200004 - ], - [ - -121.73077093899997, - 37.234952090000036 - ], - [ - -121.73072377199998, - 37.23495617900005 - ], - [ - -121.73067701599996, - 37.23496276000003 - ], - [ - -121.73063093199994, - 37.234971759000075 - ], - [ - -121.73052908399995, - 37.23499141600007 - ], - [ - -121.73048770699995, - 37.23499949500007 - ], - [ - -121.73044684099995, - 37.235009035000076 - ], - [ - -121.73040654299996, - 37.23502005700004 - ], - [ - -121.730283198, - 37.235053650000054 - ], - [ - -121.73019296599995, - 37.23508160800003 - ], - [ - -121.73015165399994, - 37.23509369300007 - ], - [ - -121.73010914699995, - 37.23510276900004 - ], - [ - -121.73006582, - 37.23510874100003 - ], - [ - -121.73002197999995, - 37.23511158300005 - ], - [ - -121.72997803099997, - 37.23511124400005 - ], - [ - -121.72993426, - 37.235107742000025 - ], - [ - -121.72989106699998, - 37.23510112300005 - ], - [ - -121.72984879699999, - 37.23509142800003 - ], - [ - -121.72980776499998, - 37.235078721000036 - ], - [ - -121.729753416, - 37.23506043100008 - ], - [ - -121.729697134, - 37.235046397000076 - ], - [ - -121.72963940499994, - 37.23503670300005 - ], - [ - -121.72958080399997, - 37.23503148100008 - ], - [ - -121.72952181999995, - 37.23503075000008 - ], - [ - -121.72946090199997, - 37.23503253500007 - ], - [ - -121.729400425, - 37.23503854900008 - ], - [ - -121.72934081699998, - 37.23504867400004 - ], - [ - -121.72928250999996, - 37.23506290600005 - ], - [ - -121.72922598399998, - 37.23508114800006 - ], - [ - -121.72917163799997, - 37.23510321100008 - ], - [ - -121.72911987299995, - 37.23512895700003 - ], - [ - -121.72907111499995, - 37.235158194000064 - ], - [ - -121.72902567299997, - 37.23519069300005 - ], - [ - -121.72889610399994, - 37.235296910000045 - ], - [ - -121.72846135799995, - 37.23570087000007 - ], - [ - -121.72837239499995, - 37.23578869100004 - ], - [ - -121.72832252599994, - 37.23584625400008 - ], - [ - -121.72826750799999, - 37.23591808500004 - ], - [ - -121.72816809499994, - 37.23605468000005 - ], - [ - -121.72802415199999, - 37.23626395700006 - ], - [ - -121.72800844299996, - 37.23628884200008 - ], - [ - -121.72799336899999, - 37.23631397100007 - ], - [ - -121.727978899, - 37.236339325000074 - ], - [ - -121.72793867999997, - 37.23641109300007 - ], - [ - -121.72792620699994, - 37.23643425000006 - ], - [ - -121.72791514299996, - 37.23645785100007 - ], - [ - -121.72790545999999, - 37.23648187200007 - ], - [ - -121.72781987499997, - 37.236690284000076 - ], - [ - -121.727799775, - 37.23675103700003 - ], - [ - -121.72777334799997, - 37.23681023100005 - ], - [ - -121.72774073599999, - 37.23686740800008 - ], - [ - -121.72770221299999, - 37.23692219600008 - ], - [ - -121.72765800499997, - 37.236974160000045 - ], - [ - -121.72760850599997, - 37.23702297700004 - ], - [ - -121.72755399699997, - 37.23706827400008 - ], - [ - -121.72734738899999, - 37.237241082000025 - ], - [ - -121.72734561199997, - 37.237242679000076 - ], - [ - -121.72723286699994, - 37.23734693200004 - ], - [ - -121.72718502299995, - 37.237390281000046 - ], - [ - -121.72713254299998, - 37.23743004200003 - ], - [ - -121.72707581499998, - 37.23746586200008 - ], - [ - -121.72701529899996, - 37.23749748900008 - ], - [ - -121.72695147399997, - 37.237524664000034 - ], - [ - -121.72688488199998, - 37.23754715300004 - ], - [ - -121.72681603199999, - 37.23756476600005 - ], - [ - -121.72674547099996, - 37.23757740900004 - ], - [ - -121.72667379499995, - 37.23758493500003 - ], - [ - -121.72660154699997, - 37.237587295000026 - ], - [ - -121.72652932899996, - 37.237584482000045 - ], - [ - -121.72643329199997, - 37.237578162000034 - ], - [ - -121.72633815799998, - 37.23756583900007 - ], - [ - -121.72624450199999, - 37.237547593000045 - ], - [ - -121.72615295399999, - 37.23752353400005 - ], - [ - -121.72573354499997, - 37.237414784000066 - ], - [ - -121.725592544, - 37.237382979000074 - ], - [ - -121.72544851199996, - 37.23736164500008 - ], - [ - -121.72530261799994, - 37.23735097300005 - ], - [ - -121.72516399699998, - 37.23735077500004 - ], - [ - -121.72502590599998, - 37.237360254000066 - ], - [ - -121.72488934999996, - 37.237379400000066 - ], - [ - -121.72477954299995, - 37.23739934100007 - ], - [ - -121.72465246299998, - 37.237423973000034 - ], - [ - -121.72453291999994, - 37.237445412000056 - ], - [ - -121.72441196399996, - 37.23746102800004 - ], - [ - -121.72429005299995, - 37.23747081800008 - ], - [ - -121.72422049299996, - 37.23747475000005 - ], - [ - -121.72412743499996, - 37.23747190100005 - ], - [ - -121.72403506399996, - 37.237462202000074 - ], - [ - -121.72394424299995, - 37.23744570900004 - ], - [ - -121.72385569199997, - 37.23742267000006 - ], - [ - -121.72377015299998, - 37.237393145000055 - ], - [ - -121.72367325399995, - 37.23735854200004 - ], - [ - -121.72357838799996, - 37.23732050800004 - ], - [ - -121.72348573, - 37.23727913100004 - ], - [ - -121.72337060999996, - 37.237226247000024 - ], - [ - -121.72326807599995, - 37.237177993000046 - ], - [ - -121.72312754599994, - 37.237108299000056 - ], - [ - -121.72302911899999, - 37.23705553700006 - ], - [ - -121.72292579099997, - 37.23699889100004 - ], - [ - -121.722779786, - 37.23691467200007 - ], - [ - -121.72265632399996, - 37.23684351700007 - ], - [ - -121.72260978999998, - 37.236816375000046 - ], - [ - -121.72256182099994, - 37.23679089700005 - ], - [ - -121.72251250799997, - 37.23676708100004 - ], - [ - -121.72240881, - 37.23672460600005 - ], - [ - -121.72230065899998, - 37.23668993700005 - ], - [ - -121.72218897599998, - 37.236663339000074 - ], - [ - -121.722074712, - 37.23664509900004 - ], - [ - -121.72170246999997, - 37.23658940400003 - ], - [ - -121.72165589399998, - 37.23658252000007 - ], - [ - -121.72160902499996, - 37.23657689800007 - ], - [ - -121.72156194599995, - 37.23657256000007 - ], - [ - -121.72135361299996, - 37.236552783000036 - ], - [ - -121.72132067099994, - 37.23654982900007 - ], - [ - -121.72128763299997, - 37.23654795400006 - ], - [ - -121.72125449699996, - 37.23654711100005 - ], - [ - -121.72086834899994, - 37.23653738300004 - ], - [ - -121.72050453199995, - 37.23654353400008 - ], - [ - -121.72038976399995, - 37.23654365600004 - ], - [ - -121.72027515999997, - 37.23654853600004 - ], - [ - -121.720161035, - 37.236558194000054 - ], - [ - -121.71976012699997, - 37.23659659300006 - ], - [ - -121.71967397199995, - 37.23660454000003 - ], - [ - -121.71958924299997, - 37.23661918000005 - ], - [ - -121.71955839599997, - 37.236627078000026 - ], - [ - -121.71953863899995, - 37.236632135000036 - ], - [ - -121.71950668199997, - 37.23664034400008 - ], - [ - -121.71922516799998, - 37.236706198000036 - ], - [ - -121.718987659, - 37.236766902000056 - ], - [ - -121.718499179, - 37.236898636000035 - ], - [ - -121.71840685899997, - 37.23692345500007 - ], - [ - -121.718398047, - 37.236925824000025 - ], - [ - -121.71841988799997, - 37.23694498700007 - ], - [ - -121.72104242699999, - 37.23902262400003 - ], - [ - -121.72390118499999, - 37.24128718700007 - ], - [ - -121.736010379, - 37.250877125000045 - ], - [ - -121.73878444299999, - 37.25293128100003 - ], - [ - -121.73676609899996, - 37.25459893500005 - ], - [ - -121.73647035999994, - 37.25484326700007 - ], - [ - -121.733434521, - 37.257172601000036 - ], - [ - -121.73720188399994, - 37.259849376000034 - ], - [ - -121.73782466999995, - 37.26029027900006 - ], - [ - -121.73966972799997, - 37.26156553800007 - ], - [ - -121.74509914099997, - 37.25853908500005 - ], - [ - -121.75419250399995, - 37.25846479900008 - ], - [ - -121.75460871399997, - 37.25843969300007 - ], - [ - -121.75477323599995, - 37.258440036000025 - ], - [ - -121.75490193399997, - 37.258436963000065 - ], - [ - -121.75511802199998, - 37.258440277000034 - ], - [ - -121.75528556199998, - 37.258437886000024 - ], - [ - -121.75555279099996, - 37.25843747000005 - ], - [ - -121.75574191099997, - 37.258437799000035 - ], - [ - -121.75594058599995, - 37.258439284000076 - ], - [ - -121.75601397399998, - 37.25843712300008 - ], - [ - -121.75618094699996, - 37.258436774000074 - ], - [ - -121.75638769499994, - 37.25843636400003 - ], - [ - -121.756579849, - 37.258433180000054 - ], - [ - -121.75667508799995, - 37.25843282100004 - ], - [ - -121.75695893199997, - 37.25843453500005 - ], - [ - -121.75712353899996, - 37.258434873000056 - ], - [ - -121.75790487499995, - 37.258427580000046 - ], - [ - -121.75877110599998, - 37.25842808900006 - ], - [ - -121.75962110999996, - 37.25842071000005 - ], - [ - -121.76022613599997, - 37.258422119000045 - ], - [ - -121.76149458699996, - 37.25841546200007 - ], - [ - -121.76219313699994, - 37.258418462000066 - ], - [ - -121.76285966599994, - 37.258411 - ], - [ - -121.76323149499996, - 37.258140395000055 - ], - [ - -121.76388903999998, - 37.257604713000035 - ], - [ - -121.76483335699999, - 37.25684681000007 - ], - [ - -121.76649216299995, - 37.25551351200005 - ], - [ - -121.76672718999998, - 37.25533016700007 - ], - [ - -121.76766424799996, - 37.25456629800004 - ], - [ - -121.76544912199995, - 37.25336217700004 - ], - [ - -121.76503870299996, - 37.25313513300006 - ], - [ - -121.76471646199997, - 37.252969062000034 - ], - [ - -121.76459885199995, - 37.252908450000064 - ], - [ - -121.76393591699997, - 37.25254610600007 - ], - [ - -121.76410653999994, - 37.252330408000034 - ], - [ - -121.7642091, - 37.25220288100007 - ], - [ - -121.76436604399998, - 37.25228255900004 - ], - [ - -121.76447256299997, - 37.25218769900005 - ], - [ - -121.76459217799999, - 37.25209688600006 - ], - [ - -121.76461093699999, - 37.25208185200006 - ], - [ - -121.764737858, - 37.25197097700004 - ], - [ - -121.76479425999997, - 37.251924864000046 - ], - [ - -121.76489543099996, - 37.25184230700006 - ], - [ - -121.76546554099997, - 37.25214579400006 - ], - [ - -121.76533954799999, - 37.252247183000065 - ], - [ - -121.76493778099996, - 37.252577217000066 - ], - [ - -121.76495640899998, - 37.25258628000006 - ], - [ - -121.76497621399994, - 37.25259590700006 - ], - [ - -121.76500170499997, - 37.25260829700005 - ], - [ - -121.76553637699999, - 37.252868242000034 - ], - [ - -121.76561217899996, - 37.25291095800003 - ], - [ - -121.76579680299994, - 37.25300516600004 - ], - [ - -121.76581799, - 37.25301586000006 - ], - [ - -121.76588431299996, - 37.25304933500007 - ], - [ - -121.76590297399997, - 37.25306040600003 - ], - [ - -121.76595081199997, - 37.253088787000024 - ], - [ - -121.76608739499994, - 37.25316137900006 - ], - [ - -121.76614284899995, - 37.25318614500003 - ], - [ - -121.76616486399996, - 37.25319597500004 - ], - [ - -121.76618555699997, - 37.25320853200003 - ], - [ - -121.766196515, - 37.25321517900005 - ], - [ - -121.76626048599996, - 37.253252485000075 - ], - [ - -121.76628599599997, - 37.25326754400004 - ], - [ - -121.76630981499994, - 37.253279098000064 - ], - [ - -121.76636587999997, - 37.25330440300007 - ], - [ - -121.76645115399998, - 37.253347750000046 - ], - [ - -121.76647575199996, - 37.253360255000075 - ], - [ - -121.76648728099997, - 37.25336668700004 - ], - [ - -121.76650376199996, - 37.25337588200006 - ], - [ - -121.76653208199997, - 37.253391141000066 - ], - [ - -121.76656071199994, - 37.25340600700008 - ], - [ - -121.76659060799994, - 37.25342296400004 - ], - [ - -121.76660534599995, - 37.25343090800004 - ], - [ - -121.76664250299996, - 37.25344805000003 - ], - [ - -121.76664848999997, - 37.25345081300003 - ], - [ - -121.76674005199999, - 37.253497432000074 - ], - [ - -121.76678708099996, - 37.25352011000007 - ], - [ - -121.76684574599994, - 37.25355177200004 - ], - [ - -121.76690407199999, - 37.253582133000066 - ], - [ - -121.76706235699999, - 37.25366792600005 - ], - [ - -121.76707897199998, - 37.25367683300004 - ], - [ - -121.76710465599996, - 37.25369193800003 - ], - [ - -121.76712076299998, - 37.25370140900003 - ], - [ - -121.76827385299998, - 37.25271213000008 - ], - [ - -121.76841809799998, - 37.25258837400003 - ], - [ - -121.76894212099995, - 37.252138778000074 - ], - [ - -121.768946487, - 37.25214391500003 - ], - [ - -121.76897178699994, - 37.25217362600006 - ], - [ - -121.76963658199998, - 37.25295433800005 - ], - [ - -121.77138534, - 37.25500808900006 - ], - [ - -121.77612621399999, - 37.25713356800003 - ], - [ - -121.77616903399996, - 37.257157638000024 - ], - [ - -121.77621058899996, - 37.25718309700005 - ], - [ - -121.77625082099996, - 37.25720987400007 - ], - [ - -121.77633185499997, - 37.25726820600005 - ], - [ - -121.77649704699996, - 37.25739353300003 - ], - [ - -121.77664585599996, - 37.25750857700007 - ], - [ - -121.77663515299997, - 37.257517300000075 - ], - [ - -121.77676252599997, - 37.25761799800006 - ], - [ - -121.77686658299996, - 37.25770144100005 - ], - [ - -121.77698340399996, - 37.25779284500004 - ], - [ - -121.77711551399995, - 37.25789747300007 - ], - [ - -121.77717745199999, - 37.25794598700003 - ], - [ - -121.77739303799996, - 37.25811773300006 - ], - [ - -121.77754770099995, - 37.25824331100006 - ], - [ - -121.77769883599996, - 37.258365264000076 - ], - [ - -121.77779398399997, - 37.25844175200007 - ], - [ - -121.77790363899999, - 37.258530877000055 - ], - [ - -121.77802894499996, - 37.25863271800006 - ], - [ - -121.778040864, - 37.25862302000007 - ], - [ - -121.77813399299998, - 37.25869197600008 - ], - [ - -121.77821710099994, - 37.25875419800008 - ], - [ - -121.77832938799997, - 37.258841440000026 - ], - [ - -121.77841948999998, - 37.25891079500008 - ], - [ - -121.778526748, - 37.25899706100006 - ], - [ - -121.778636668, - 37.25908153600005 - ], - [ - -121.77878367099999, - 37.25919772000003 - ], - [ - -121.77889609299996, - 37.25928615000004 - ], - [ - -121.77901525099998, - 37.25937993100007 - ], - [ - -121.77912037199997, - 37.259463405000076 - ], - [ - -121.77947328399995, - 37.25974413300003 - ], - [ - -121.77922985099997, - 37.25992388900005 - ], - [ - -121.77867236499998, - 37.26037742300008 - ], - [ - -121.77988782299997, - 37.26133009900008 - ], - [ - -121.77994553199994, - 37.26129518100004 - ], - [ - -121.78000053099998, - 37.261257544000046 - ], - [ - -121.78005262299996, - 37.26121744500006 - ], - [ - -121.78013772399999, - 37.261257029000035 - ], - [ - -121.78013098499997, - 37.26127822900003 - ], - [ - -121.780126715, - 37.261299860000065 - ], - [ - -121.78012491299995, - 37.261321671000076 - ], - [ - -121.78012562999999, - 37.261343500000066 - ], - [ - -121.78012883699995, - 37.26136525600003 - ], - [ - -121.78013453199998, - 37.26138666400004 - ], - [ - -121.78014262, - 37.26140754100004 - ], - [ - -121.78015307599998, - 37.26142777600006 - ], - [ - -121.78016580699995, - 37.26144713900004 - ], - [ - -121.78018069899997, - 37.26146549300006 - ], - [ - -121.78026239399998, - 37.26153368100006 - ], - [ - -121.78049943499997, - 37.26173819200005 - ], - [ - -121.780507748, - 37.261763760000065 - ], - [ - -121.78052044299994, - 37.26180269500003 - ], - [ - -121.78059199399996, - 37.26202270400006 - ], - [ - -121.78071428699997, - 37.262081770000066 - ], - [ - -121.78094792099995, - 37.26211384700008 - ], - [ - -121.78132526699994, - 37.26235200200006 - ], - [ - -121.78134220499999, - 37.262372784000036 - ], - [ - -121.78134711999996, - 37.26237881800006 - ], - [ - -121.78138827799995, - 37.26242929800003 - ], - [ - -121.78141826199999, - 37.26246607400003 - ], - [ - -121.78151099299998, - 37.262579825000046 - ], - [ - -121.78181004899994, - 37.262804645000074 - ], - [ - -121.78190850899995, - 37.26292685100003 - ], - [ - -121.78218848399996, - 37.26324803700004 - ], - [ - -121.78229977899997, - 37.263370284000075 - ], - [ - -121.78234303499994, - 37.263404396000055 - ], - [ - -121.78238250099997, - 37.26344129700004 - ], - [ - -121.78241791699998, - 37.263480782000045 - ], - [ - -121.78244895999995, - 37.263522513000055 - ], - [ - -121.78247545599999, - 37.26356621600007 - ], - [ - -121.78249719699994, - 37.26361157400004 - ], - [ - -121.78251403499996, - 37.263658243000066 - ], - [ - -121.78252581999999, - 37.263705885000036 - ], - [ - -121.78365686999996, - 37.26405466400007 - ], - [ - -121.78433039499998, - 37.26442499900003 - ], - [ - -121.78657037899995, - 37.265651913000056 - ], - [ - -121.78671190299997, - 37.265729441000076 - ], - [ - -121.786811474, - 37.26578394500007 - ], - [ - -121.78690795199998, - 37.26583678900005 - ], - [ - -121.78696453299995, - 37.26586777700004 - ], - [ - -121.78695566399995, - 37.26605140300006 - ], - [ - -121.78691224, - 37.26694985700004 - ], - [ - -121.78689595199995, - 37.267286488000025 - ], - [ - -121.786875808, - 37.267703711000024 - ], - [ - -121.78683827599997, - 37.26848028200004 - ], - [ - -121.78679442499998, - 37.269387280000046 - ], - [ - -121.78613362299996, - 37.26936718600007 - ], - [ - -121.78612981299995, - 37.26936709100005 - ], - [ - -121.78437850499995, - 37.26932279600004 - ], - [ - -121.78419979499995, - 37.26931827800007 - ], - [ - -121.78409177199995, - 37.269315548000066 - ], - [ - -121.78398684399997, - 37.269312900000045 - ], - [ - -121.78382397899998, - 37.26930875700003 - ], - [ - -121.77117214099997, - 37.26893944600005 - ], - [ - -121.76074070599998, - 37.26865187000004 - ], - [ - -121.75948702299996, - 37.26861722500007 - ], - [ - -121.75850900699999, - 37.26859640500004 - ], - [ - -121.75753098999996, - 37.26857555400005 - ], - [ - -121.75732457699996, - 37.26869118700006 - ], - [ - -121.75693860399997, - 37.268906737000066 - ], - [ - -121.75677931999996, - 37.269084787000054 - ], - [ - -121.756641286, - 37.26923903200003 - ], - [ - -121.75581370099997, - 37.27016403500005 - ], - [ - -121.75557572899999, - 37.270405004000054 - ], - [ - -121.75553063599995, - 37.27037530000007 - ], - [ - -121.75537108499998, - 37.27031973600003 - ], - [ - -121.75522114199998, - 37.27027792400003 - ], - [ - -121.75510359299994, - 37.270253731000025 - ], - [ - -121.75483323599997, - 37.27020672900005 - ], - [ - -121.75471250799995, - 37.27019069700003 - ], - [ - -121.75446423799997, - 37.27018261000006 - ], - [ - -121.754215967, - 37.27017452100006 - ], - [ - -121.75408102199998, - 37.270145823000064 - ], - [ - -121.75341259699996, - 37.26992678700003 - ], - [ - -121.75302465399994, - 37.26989411000005 - ], - [ - -121.75283099499995, - 37.26988789600006 - ], - [ - -121.75262922899998, - 37.26990035400007 - ], - [ - -121.75183294799996, - 37.270115332000046 - ], - [ - -121.75114898899994, - 37.270275269000024 - ], - [ - -121.751073798, - 37.270297062000054 - ], - [ - -121.75102428999998, - 37.270309790000056 - ], - [ - -121.75087964199997, - 37.270428941000034 - ], - [ - -121.75080476999995, - 37.27050410900006 - ], - [ - -121.75075759299995, - 37.27059967300005 - ], - [ - -121.75005139299998, - 37.272030519000054 - ], - [ - -121.74996633499995, - 37.27211151700004 - ], - [ - -121.74988304299995, - 37.27217310900005 - ], - [ - -121.74977384099998, - 37.27223701400004 - ], - [ - -121.74963839999998, - 37.27230078700006 - ], - [ - -121.74951204699994, - 37.27234271800006 - ], - [ - -121.74932959599994, - 37.27238197400004 - ], - [ - -121.74798079699997, - 37.27256191600003 - ], - [ - -121.74734671699997, - 37.272640472000035 - ], - [ - -121.74723741099996, - 37.27264505100004 - ], - [ - -121.74715082999995, - 37.272648651000054 - ], - [ - -121.746838229, - 37.27261402900007 - ], - [ - -121.74625689199996, - 37.27251641500004 - ], - [ - -121.74605930599995, - 37.272477683000034 - ], - [ - -121.74589600599995, - 37.27245284700007 - ], - [ - -121.74572967299997, - 37.27242806500004 - ], - [ - -121.74558475499998, - 37.27241999300003 - ], - [ - -121.74541882099999, - 37.27241933100004 - ], - [ - -121.745235101, - 37.27243577300004 - ], - [ - -121.74506969199996, - 37.27246648800008 - ], - [ - -121.74493145699995, - 37.272496913000055 - ], - [ - -121.74481445799995, - 37.272536725000066 - ], - [ - -121.74469762299998, - 37.272586217000025 - ], - [ - -121.74460194899996, - 37.27263548500008 - ], - [ - -121.74448539399998, - 37.27270186700008 - ], - [ - -121.744459845, - 37.272720771000024 - ], - [ - -121.74443228799998, - 37.27273779600006 - ], - [ - -121.74440300799995, - 37.27275284800004 - ], - [ - -121.74437214699998, - 37.272765787000026 - ], - [ - -121.74434001699996, - 37.27277649700005 - ], - [ - -121.744306817, - 37.27278493000006 - ], - [ - -121.74427286499997, - 37.272791013000074 - ], - [ - -121.74423832599996, - 37.27279469800004 - ], - [ - -121.744203546, - 37.27279593900005 - ], - [ - -121.74416875699995, - 37.27279475100005 - ], - [ - -121.74413424, - 37.27279113600008 - ], - [ - -121.74410022799998, - 37.27278511000003 - ], - [ - -121.74408044399996, - 37.27278042300003 - ], - [ - -121.744061048, - 37.272774930000026 - ], - [ - -121.74404192599997, - 37.27276865500005 - ], - [ - -121.74399340599996, - 37.27274793000004 - ], - [ - -121.74398456699998, - 37.272743422000076 - ], - [ - -121.74380828399995, - 37.27265435600003 - ], - [ - -121.74370732299997, - 37.27259765500003 - ], - [ - -121.74348038399995, - 37.27246602500003 - ], - [ - -121.74312938099996, - 37.27227322400006 - ], - [ - -121.74292538199995, - 37.272148263000076 - ], - [ - -121.74282623, - 37.27206940800005 - ], - [ - -121.74275061999998, - 37.27200927900003 - ], - [ - -121.74155446699996, - 37.27127623400003 - ], - [ - -121.73951414399994, - 37.269430218000025 - ], - [ - -121.73940440299998, - 37.26933398500006 - ], - [ - -121.73907465599996, - 37.26904478900008 - ], - [ - -121.73899191399994, - 37.26897567000003 - ], - [ - -121.73854153999997, - 37.268620774000055 - ], - [ - -121.73851974599995, - 37.26860361000007 - ], - [ - -121.73850276599995, - 37.26859355700003 - ], - [ - -121.73826848599998, - 37.26845487700007 - ], - [ - -121.73808785199998, - 37.26838214400004 - ], - [ - -121.737276168, - 37.268055350000054 - ], - [ - -121.73695144399994, - 37.26788196100006 - ], - [ - -121.73673262099999, - 37.26779278400005 - ], - [ - -121.73657164399998, - 37.26773957200004 - ], - [ - -121.73634583199998, - 37.26769011300007 - ], - [ - -121.73608822399996, - 37.26766115400005 - ], - [ - -121.736009057, - 37.26765381700005 - ], - [ - -121.735684215, - 37.26763074100006 - ], - [ - -121.73547677599998, - 37.26761336000004 - ], - [ - -121.73537795399994, - 37.267589979000036 - ], - [ - -121.73528225899997, - 37.26755294700007 - ], - [ - -121.73508312399997, - 37.267419268000026 - ], - [ - -121.73477723199994, - 37.26719433300008 - ], - [ - -121.734640362, - 37.26731738700005 - ], - [ - -121.732890452, - 37.26889694600004 - ], - [ - -121.73235891099995, - 37.269776110000066 - ], - [ - -121.73127995299996, - 37.27007309700008 - ], - [ - -121.73101839299994, - 37.27064128200004 - ], - [ - -121.73177006099996, - 37.27116216500008 - ], - [ - -121.73213838799995, - 37.27164553500006 - ], - [ - -121.73224558899994, - 37.271786159000044 - ], - [ - -121.73318043499995, - 37.27215550300008 - ], - [ - -121.73455436799998, - 37.27209634500008 - ], - [ - -121.73486173599997, - 37.272465055000055 - ], - [ - -121.734442248, - 37.27306876600005 - ], - [ - -121.73396604299995, - 37.273754147000034 - ], - [ - -121.73469064899996, - 37.27426172500003 - ], - [ - -121.735888451, - 37.27429672200003 - ], - [ - -121.73623678499996, - 37.27478109200007 - ], - [ - -121.73581796899998, - 37.27568902100006 - ], - [ - -121.73543626299994, - 37.27616681200004 - ], - [ - -121.73506546599998, - 37.27663093600006 - ], - [ - -121.73512321299995, - 37.277016056000036 - ], - [ - -121.73522125699998, - 37.27735399100004 - ], - [ - -121.73539679399994, - 37.27751238700006 - ], - [ - -121.73555793199995, - 37.27765383600007 - ], - [ - -121.73591353299997, - 37.27796696400003 - ], - [ - -121.73635583899994, - 37.27835090900004 - ], - [ - -121.73665377499998, - 37.27860961700003 - ], - [ - -121.73689009699996, - 37.27881626100003 - ], - [ - -121.73702446399994, - 37.27893240700007 - ], - [ - -121.73715884099994, - 37.27904856400005 - ], - [ - -121.737289439, - 37.27901960300005 - ], - [ - -121.73741610899998, - 37.27899395500003 - ], - [ - -121.73744178399994, - 37.278989427000056 - ], - [ - -121.73747423999998, - 37.27898086600004 - ], - [ - -121.73752513099998, - 37.27896989100003 - ], - [ - -121.73755926099994, - 37.27896218400008 - ], - [ - -121.73769164499998, - 37.27893391300006 - ], - [ - -121.73771500899994, - 37.278928104000045 - ], - [ - -121.737779032, - 37.278914471000064 - ], - [ - -121.73782741599996, - 37.27890430100007 - ], - [ - -121.73787793499997, - 37.27889335100008 - ], - [ - -121.73818609899996, - 37.27882646200004 - ], - [ - -121.73856603799999, - 37.27874372700006 - ], - [ - -121.73892129199999, - 37.27866127600004 - ], - [ - -121.73894662099997, - 37.278730867000036 - ], - [ - -121.73893931699996, - 37.27877413600004 - ], - [ - -121.738924737, - 37.278860903000066 - ], - [ - -121.73887100399998, - 37.27918066400008 - ], - [ - -121.73883723499995, - 37.27938146300005 - ], - [ - -121.73881709999995, - 37.27951290000004 - ], - [ - -121.73879956499997, - 37.27963540600007 - ], - [ - -121.73879186199997, - 37.27968918500005 - ], - [ - -121.73877421499998, - 37.279863628000044 - ], - [ - -121.73871393399997, - 37.28014298900007 - ], - [ - -121.73871230999998, - 37.28015044500006 - ], - [ - -121.738699441, - 37.28024509100004 - ], - [ - -121.73869222099995, - 37.280333201000076 - ], - [ - -121.73870575799998, - 37.28062292800007 - ], - [ - -121.73870943099996, - 37.28070123800006 - ], - [ - -121.73871051599997, - 37.28076328000003 - ], - [ - -121.73870092099997, - 37.280841114000054 - ], - [ - -121.73862869599998, - 37.28105312400004 - ], - [ - -121.73859572799995, - 37.281120721000036 - ], - [ - -121.73856308999996, - 37.28120307800003 - ], - [ - -121.73897034, - 37.281094419000055 - ], - [ - -121.73934531599997, - 37.280996628000025 - ], - [ - -121.73935196499997, - 37.28099506900003 - ], - [ - -121.73937605499998, - 37.281064170000036 - ], - [ - -121.739458088, - 37.281295353000075 - ], - [ - -121.73951390299999, - 37.281455193000056 - ], - [ - -121.73955104299995, - 37.28156155500005 - ], - [ - -121.73952406199999, - 37.28156696800005 - ], - [ - -121.73955315699999, - 37.28164933700003 - ], - [ - -121.73933820499997, - 37.28169961100008 - ], - [ - -121.73838902399996, - 37.281914511000025 - ], - [ - -121.738464277, - 37.28222251400007 - ], - [ - -121.73848317299996, - 37.282422550000035 - ], - [ - -121.73848912099999, - 37.28250502700007 - ], - [ - -121.73847608299997, - 37.28279173900006 - ], - [ - -121.73846768299995, - 37.282976362000056 - ], - [ - -121.73848202, - 37.283093128000075 - ], - [ - -121.73849393699999, - 37.283189985000035 - ], - [ - -121.73851250699994, - 37.28324231800008 - ], - [ - -121.73858251399997, - 37.28343936500005 - ], - [ - -121.73871400499996, - 37.28367327600006 - ], - [ - -121.73875959599997, - 37.28373967600004 - ], - [ - -121.73886764899999, - 37.283905763000064 - ], - [ - -121.738900334, - 37.28395238600007 - ], - [ - -121.73903091199998, - 37.284205351000026 - ], - [ - -121.738588817, - 37.28433516300004 - ], - [ - -121.73835756499994, - 37.28453463900007 - ], - [ - -121.73821765099996, - 37.28454813500008 - ], - [ - -121.73808104299997, - 37.28466789500004 - ], - [ - -121.73807674999995, - 37.284799691000046 - ], - [ - -121.73770315299998, - 37.285122030000025 - ], - [ - -121.73724501899994, - 37.285294100000044 - ], - [ - -121.73700803799994, - 37.28548876000008 - ], - [ - -121.73637500099994, - 37.28662338200007 - ], - [ - -121.73621894799999, - 37.28649442400007 - ], - [ - -121.73584931699997, - 37.286399145000075 - ], - [ - -121.73552537599994, - 37.28636626000008 - ], - [ - -121.73515127299999, - 37.28628281400006 - ], - [ - -121.73478974699998, - 37.28617712500005 - ], - [ - -121.73463572699995, - 37.286165725000046 - ], - [ - -121.73453704199994, - 37.286115653000024 - ], - [ - -121.73421404699997, - 37.286056546000054 - ], - [ - -121.73413341699995, - 37.286036384000056 - ], - [ - -121.73375961999994, - 37.286056528000074 - ], - [ - -121.73363088699995, - 37.28609512500003 - ], - [ - -121.73341501099998, - 37.286081651000075 - ], - [ - -121.732863378, - 37.285919542000045 - ], - [ - -121.732547604, - 37.28590558500008 - ], - [ - -121.73230033599998, - 37.28595323300004 - ], - [ - -121.73173709499997, - 37.28590012600006 - ], - [ - -121.73146914199998, - 37.28590756700004 - ], - [ - -121.73096290799998, - 37.285816160000024 - ], - [ - -121.73083376999995, - 37.28577105100004 - ], - [ - -121.730536498, - 37.28579681200006 - ], - [ - -121.73041175199995, - 37.285795766000035 - ], - [ - -121.72987317399998, - 37.28579114400003 - ], - [ - -121.72960812899998, - 37.285743824000065 - ], - [ - -121.72934308599997, - 37.285696502000064 - ], - [ - -121.72907600199994, - 37.28565755400007 - ], - [ - -121.72901484299996, - 37.28569076800005 - ], - [ - -121.72864816899994, - 37.285889723000025 - ], - [ - -121.72812280799997, - 37.28585790100004 - ], - [ - -121.72763062499996, - 37.285812476000046 - ], - [ - -121.72272729099996, - 37.283921433000046 - ], - [ - -121.71777035499997, - 37.28522294700008 - ], - [ - -121.717129065, - 37.28395880200003 - ], - [ - -121.71705542999996, - 37.28381355700003 - ], - [ - -121.71344482799998, - 37.28506103800004 - ], - [ - -121.71214854199997, - 37.28555705900004 - ], - [ - -121.71116395499996, - 37.28591419900005 - ], - [ - -121.71041799899996, - 37.28611090800007 - ], - [ - -121.71003964799996, - 37.286244691000036 - ], - [ - -121.7069056, - 37.28737362800007 - ], - [ - -121.70636830399997, - 37.28755728700003 - ], - [ - -121.70656289399994, - 37.287975551000045 - ], - [ - -121.70687075299998, - 37.28847150200005 - ], - [ - -121.70723784899997, - 37.28896857900003 - ], - [ - -121.707497005, - 37.28954734000007 - ], - [ - -121.70715536999995, - 37.29021050600005 - ], - [ - -121.707053799, - 37.29049901800005 - ], - [ - -121.70685227299998, - 37.29161110600006 - ], - [ - -121.70709211299999, - 37.29189275900006 - ], - [ - -121.70733198399995, - 37.292174387000045 - ], - [ - -121.70894700199995, - 37.29407078500003 - ], - [ - -121.70927116299998, - 37.29450929300003 - ], - [ - -121.70991501499998, - 37.29538028500008 - ], - [ - -121.71165931499996, - 37.29511209900005 - ], - [ - -121.712468049, - 37.29498773800003 - ], - [ - -121.72771814799995, - 37.292641580000065 - ], - [ - -121.72984822499996, - 37.29225982600008 - ], - [ - -121.73373568899996, - 37.29163423700004 - ], - [ - -121.73558562099998, - 37.29133649400006 - ], - [ - -121.73567697699997, - 37.291400261000035 - ], - [ - -121.73614970899996, - 37.29154725800004 - ], - [ - -121.73636800299994, - 37.291569147000075 - ], - [ - -121.73642380899997, - 37.29158458100005 - ], - [ - -121.736558071, - 37.291621778000035 - ], - [ - -121.73663108799997, - 37.29164197400007 - ], - [ - -121.73672420599996, - 37.29164593400003 - ], - [ - -121.736950348, - 37.29165554100007 - ], - [ - -121.73708786599997, - 37.291728342000056 - ], - [ - -121.73727245499998, - 37.29174415400007 - ], - [ - -121.73756611199997, - 37.29190704400003 - ], - [ - -121.73771444299996, - 37.292058447000045 - ], - [ - -121.73798625599994, - 37.29212190700008 - ], - [ - -121.73821073, - 37.29212058600007 - ], - [ - -121.73836261199995, - 37.29219057900008 - ], - [ - -121.73854099199997, - 37.29219974800003 - ], - [ - -121.73860022899999, - 37.292277014000035 - ], - [ - -121.73910634199996, - 37.29248757700003 - ], - [ - -121.73925417199996, - 37.292586107000034 - ], - [ - -121.73947583599994, - 37.29260875700004 - ], - [ - -121.73965331899996, - 37.292577649000066 - ], - [ - -121.73973181699995, - 37.29256722800005 - ], - [ - -121.74016030999996, - 37.29251091500004 - ], - [ - -121.74030546299997, - 37.29251709300007 - ], - [ - -121.74065164399997, - 37.29241067600003 - ], - [ - -121.74108905399999, - 37.29249471500003 - ], - [ - -121.74138426599995, - 37.292507312000055 - ], - [ - -121.74162180199994, - 37.29258005500003 - ], - [ - -121.74199931699997, - 37.292519721000076 - ], - [ - -121.74220706999995, - 37.292675959000064 - ], - [ - -121.74243721899995, - 37.29276262500008 - ], - [ - -121.74271229299995, - 37.29291313300007 - ], - [ - -121.742955242, - 37.292982109000036 - ], - [ - -121.74306293299998, - 37.293081975000064 - ], - [ - -121.74307476599995, - 37.293147497000064 - ], - [ - -121.74332260299997, - 37.29326048000007 - ], - [ - -121.743514856, - 37.293390534000025 - ], - [ - -121.74405334499994, - 37.29355344100003 - ], - [ - -121.74429011199999, - 37.29347285000006 - ], - [ - -121.74438530499998, - 37.29353073300007 - ], - [ - -121.74474869199997, - 37.29355953500004 - ], - [ - -121.74493441199996, - 37.293795954000075 - ], - [ - -121.74494925299996, - 37.29381486300008 - ], - [ - -121.74497949399995, - 37.293815824000035 - ], - [ - -121.74510865899998, - 37.29381999000003 - ], - [ - -121.745194331, - 37.293887518000076 - ], - [ - -121.74542616999997, - 37.293934243000024 - ], - [ - -121.74543354899998, - 37.29399713200007 - ], - [ - -121.74579327999999, - 37.294031602000075 - ], - [ - -121.74624402299997, - 37.294455683000024 - ], - [ - -121.74731553099997, - 37.29462874300003 - ], - [ - -121.74736146999999, - 37.29463631100003 - ], - [ - -121.74753166099998, - 37.29467803400007 - ], - [ - -121.74756791799996, - 37.29468396500005 - ], - [ - -121.74764552499994, - 37.29469742100008 - ], - [ - -121.74769687399998, - 37.29470648800003 - ], - [ - -121.74773468899997, - 37.294713158000036 - ], - [ - -121.747791254, - 37.29472393200007 - ], - [ - -121.74786468899998, - 37.29473621900007 - ], - [ - -121.74790310099996, - 37.29474263100008 - ], - [ - -121.74803345699996, - 37.29476305600008 - ], - [ - -121.74807349899999, - 37.29476933600006 - ], - [ - -121.74820902099998, - 37.29479197100005 - ], - [ - -121.74830078899998, - 37.29477835900008 - ], - [ - -121.74852085799995, - 37.29474440100006 - ], - [ - -121.74865071199997, - 37.294724409000025 - ], - [ - -121.74868895799995, - 37.29471571600004 - ], - [ - -121.748849469, - 37.294689032000065 - ], - [ - -121.74885730099999, - 37.29468791900007 - ], - [ - -121.74914116899998, - 37.29464346200007 - ], - [ - -121.74920436199994, - 37.294634364000046 - ], - [ - -121.74923756399994, - 37.294628929000055 - ], - [ - -121.74926144899996, - 37.29462320400006 - ], - [ - -121.74929808, - 37.294617319000054 - ], - [ - -121.74940875199997, - 37.29459652300005 - ], - [ - -121.74944530899995, - 37.29458789200004 - ], - [ - -121.74949064799995, - 37.29458019900005 - ], - [ - -121.74953614099996, - 37.29457316700007 - ], - [ - -121.74958175999996, - 37.29456670600007 - ], - [ - -121.74960641999996, - 37.294562874000064 - ], - [ - -121.74962902299995, - 37.294559381000056 - ], - [ - -121.74974743899998, - 37.29454246100005 - ], - [ - -121.74980561599995, - 37.294531404000054 - ], - [ - -121.74988498199997, - 37.294514649000064 - ], - [ - -121.74991679799996, - 37.29450867800006 - ], - [ - -121.75015006099994, - 37.29519193100003 - ], - [ - -121.75044741399995, - 37.29633720700008 - ], - [ - -121.75048154099994, - 37.296465961000024 - ], - [ - -121.75065313199997, - 37.297113385000046 - ], - [ - -121.75107694899998, - 37.29861200200003 - ], - [ - -121.75183963099994, - 37.300836434000075 - ], - [ - -121.75185915199995, - 37.30089340500007 - ], - [ - -121.75189344799998, - 37.30099609700005 - ], - [ - -121.75185154899998, - 37.30100406300005 - ], - [ - -121.75181845399999, - 37.301010758000075 - ], - [ - -121.75178152199999, - 37.301017699000056 - ], - [ - -121.75174477499996, - 37.30102537000005 - ], - [ - -121.75170829499996, - 37.30103367900006 - ], - [ - -121.75169163599998, - 37.30103804700008 - ], - [ - -121.75167509599999, - 37.30104273200004 - ], - [ - -121.75165870399996, - 37.30104771400005 - ], - [ - -121.75148582099996, - 37.30109442500003 - ], - [ - -121.751227557, - 37.30116015200008 - ], - [ - -121.75096643199998, - 37.301227924000045 - ], - [ - -121.75078243599995, - 37.30127488900007 - ], - [ - -121.750592225, - 37.301322034000066 - ], - [ - -121.75036313499999, - 37.301381314000025 - ], - [ - -121.75017128599995, - 37.30142989600006 - ], - [ - -121.75002393099999, - 37.30146976200007 - ], - [ - -121.74984270799996, - 37.301519764000034 - ], - [ - -121.749679862, - 37.30156194700004 - ], - [ - -121.74947808699994, - 37.301614983000036 - ], - [ - -121.74932018199996, - 37.30165788900007 - ], - [ - -121.74907458799998, - 37.30172244700003 - ], - [ - -121.74891392299998, - 37.30175970700003 - ], - [ - -121.74869426199996, - 37.30181419200005 - ], - [ - -121.74845761399996, - 37.30187581400003 - ], - [ - -121.74824543099999, - 37.30193371900003 - ], - [ - -121.748026805, - 37.30199521700007 - ], - [ - -121.74783943399996, - 37.30204276300003 - ], - [ - -121.74761856599997, - 37.30210401000005 - ], - [ - -121.74743228499995, - 37.302153375000046 - ], - [ - -121.74718879899996, - 37.30222081200003 - ], - [ - -121.74693890699996, - 37.30228566300008 - ], - [ - -121.74678049499994, - 37.30232060700007 - ], - [ - -121.746671075, - 37.30233816000003 - ], - [ - -121.746447505, - 37.30237153100006 - ], - [ - -121.74638898699999, - 37.30237966200008 - ], - [ - -121.746208218, - 37.30240385700006 - ], - [ - -121.74610775399998, - 37.30241730800003 - ], - [ - -121.74586725299997, - 37.30244911900007 - ], - [ - -121.74569125699998, - 37.30247095000004 - ], - [ - -121.74568336299996, - 37.30247192600007 - ], - [ - -121.74549567899999, - 37.30249562100005 - ], - [ - -121.74529237499996, - 37.302522526000075 - ], - [ - -121.745283197, - 37.30252376800007 - ], - [ - -121.74507664299995, - 37.30254995200005 - ], - [ - -121.74488557999996, - 37.302572171000065 - ], - [ - -121.74471125099996, - 37.30259263200003 - ], - [ - -121.74451888299996, - 37.30261218600003 - ], - [ - -121.74443289599998, - 37.30261918800005 - ], - [ - -121.74383849099996, - 37.302614377000054 - ], - [ - -121.74398802299999, - 37.30514503400008 - ], - [ - -121.74425628499995, - 37.30608495000007 - ], - [ - -121.74498648199994, - 37.306915514000025 - ], - [ - -121.74507876499996, - 37.30729486100006 - ], - [ - -121.745931956, - 37.30846301100007 - ], - [ - -121.74659095099997, - 37.30836529100003 - ], - [ - -121.74724355599994, - 37.30858888600005 - ], - [ - -121.74908115599999, - 37.30921844900007 - ], - [ - -121.74932965699998, - 37.31006870200008 - ], - [ - -121.74964004599997, - 37.311130570000046 - ], - [ - -121.74983907099994, - 37.31181134900004 - ], - [ - -121.74985615499997, - 37.311869787000035 - ], - [ - -121.74987827999996, - 37.31194538200003 - ], - [ - -121.74992351499998, - 37.31210036500005 - ], - [ - -121.75007583099995, - 37.312621601000046 - ], - [ - -121.74994890499994, - 37.312710483000046 - ], - [ - -121.74889105899996, - 37.313451705000034 - ], - [ - -121.74883944899995, - 37.31348784800008 - ], - [ - -121.74898149199998, - 37.31363115400006 - ], - [ - -121.74899941899997, - 37.31364922900008 - ], - [ - -121.74901303099995, - 37.313662977000035 - ], - [ - -121.74901900499998, - 37.31366895700006 - ], - [ - -121.74902990599998, - 37.31367987400006 - ], - [ - -121.74910889699999, - 37.313675438000075 - ], - [ - -121.74926916899994, - 37.313669563000076 - ], - [ - -121.74942959899994, - 37.31366819500005 - ], - [ - -121.749590018, - 37.31367136100005 - ], - [ - -121.74961830299998, - 37.313673050000034 - ], - [ - -121.74964633199994, - 37.31367659600005 - ], - [ - -121.74967390499995, - 37.31368198000007 - ], - [ - -121.74970081899994, - 37.31368915400003 - ], - [ - -121.74972690299995, - 37.313698077000026 - ], - [ - -121.74975198499999, - 37.313708682000026 - ], - [ - -121.74977588899998, - 37.31372092400005 - ], - [ - -121.74979844299997, - 37.313734692000025 - ], - [ - -121.74981950299997, - 37.31374987200007 - ], - [ - -121.74990776199996, - 37.313836940000044 - ], - [ - -121.74999068999995, - 37.31392726900003 - ], - [ - -121.75006813599998, - 37.314020655000036 - ], - [ - -121.75007951599997, - 37.314037975000076 - ], - [ - -121.750092688, - 37.31405445300004 - ], - [ - -121.75010759199995, - 37.31406997300007 - ], - [ - -121.750124111, - 37.31408440000007 - ], - [ - -121.750142101, - 37.31409769000004 - ], - [ - -121.75016144399996, - 37.31410963800005 - ], - [ - -121.75018202599995, - 37.31412022200004 - ], - [ - -121.75020364199997, - 37.31412937600004 - ], - [ - -121.75022618099996, - 37.314137010000024 - ], - [ - -121.75024946699995, - 37.31414307800003 - ], - [ - -121.75027329799997, - 37.31414753900003 - ], - [ - -121.75029753099994, - 37.31415032600006 - ], - [ - -121.75034008799997, - 37.314150260000076 - ], - [ - -121.75038253899999, - 37.31414733500003 - ], - [ - -121.75042445399998, - 37.31414155400006 - ], - [ - -121.75046563499996, - 37.314132967000035 - ], - [ - -121.750559824, - 37.31411186400004 - ], - [ - -121.75065611399998, - 37.314098201000036 - ], - [ - -121.75075361799998, - 37.31409198800003 - ], - [ - -121.75085142199998, - 37.31409337000008 - ], - [ - -121.75085692899995, - 37.31409374500004 - ], - [ - -121.75089781599996, - 37.31409665000007 - ], - [ - -121.75101371999995, - 37.31410768200004 - ], - [ - -121.75112933499997, - 37.31412194400008 - ], - [ - -121.75124442799995, - 37.31413932400005 - ], - [ - -121.75135880099998, - 37.31415984600005 - ], - [ - -121.75147230899995, - 37.31418349300003 - ], - [ - -121.75158466499994, - 37.314210194000054 - ], - [ - -121.75169575199999, - 37.31423990800005 - ], - [ - -121.75180531399997, - 37.31427261400006 - ], - [ - -121.75191323299998, - 37.31430815300007 - ], - [ - -121.75198590399998, - 37.31433525600005 - ], - [ - -121.75205982999995, - 37.31436023800006 - ], - [ - -121.752134781, - 37.31438310500005 - ], - [ - -121.752211365, - 37.314404214000035 - ], - [ - -121.752213811, - 37.31440489900007 - ], - [ - -121.75229084199998, - 37.31442355400003 - ], - [ - -121.75229383299995, - 37.31442425400007 - ], - [ - -121.75237473099997, - 37.314441197000065 - ], - [ - -121.75239054599996, - 37.31444434800005 - ], - [ - -121.75245240199996, - 37.31445533700003 - ], - [ - -121.75248109799998, - 37.314457548000064 - ], - [ - -121.75250983599994, - 37.31445893400007 - ], - [ - -121.75253861899995, - 37.31445952000007 - ], - [ - -121.75629366399994, - 37.31682484900006 - ], - [ - -121.75714092799996, - 37.31657755200007 - ], - [ - -121.75751636499996, - 37.31720488000008 - ], - [ - -121.75770206299995, - 37.318004631000065 - ], - [ - -121.75837515399996, - 37.318932320000044 - ], - [ - -121.75831218699994, - 37.318940756000075 - ], - [ - -121.75824673399995, - 37.31894953900007 - ], - [ - -121.75820721499997, - 37.31895483900007 - ], - [ - -121.75818745699996, - 37.31895747600004 - ], - [ - -121.75816769699998, - 37.31896013800008 - ], - [ - -121.75812817899998, - 37.31896543800008 - ], - [ - -121.75806029399996, - 37.31897454500006 - ], - [ - -121.75802632399996, - 37.31897912100004 - ], - [ - -121.75799238099995, - 37.31898367300005 - ], - [ - -121.75792446899999, - 37.31899278100008 - ], - [ - -121.75771855099998, - 37.319639822000056 - ], - [ - -121.75771558099996, - 37.319649155000036 - ], - [ - -121.75774055899996, - 37.319767728000045 - ], - [ - -121.75793442699995, - 37.31995572000005 - ], - [ - -121.75837391099998, - 37.32038191600003 - ], - [ - -121.75848680399997, - 37.32060501900003 - ], - [ - -121.75880189299994, - 37.321227613000076 - ], - [ - -121.75898475699995, - 37.32158903800007 - ], - [ - -121.75889826499997, - 37.32191939200004 - ], - [ - -121.758824474, - 37.32203229700008 - ], - [ - -121.75880198299996, - 37.32206673500008 - ], - [ - -121.75889842, - 37.32215661500004 - ], - [ - -121.75891900799996, - 37.32218946900008 - ], - [ - -121.75961829699997, - 37.32448817000005 - ], - [ - -121.759628438, - 37.324487833000035 - ], - [ - -121.75963854899999, - 37.32448749500003 - ], - [ - -121.76108939399995, - 37.32443925000007 - ], - [ - -121.76131033999997, - 37.32521488100008 - ], - [ - -121.76153792399998, - 37.325841843000035 - ], - [ - -121.761523475, - 37.32605056600005 - ], - [ - -121.76156625799996, - 37.32619426300005 - ], - [ - -121.76163177999996, - 37.32652703100007 - ], - [ - -121.76169960099998, - 37.32659018600003 - ], - [ - -121.76178677299998, - 37.32663990200007 - ], - [ - -121.76177334099998, - 37.32664732400008 - ], - [ - -121.76158518399996, - 37.32675171100004 - ], - [ - -121.76154291499995, - 37.32675216700005 - ], - [ - -121.76151827999996, - 37.32675815400006 - ], - [ - -121.76149340499995, - 37.32676343500003 - ], - [ - -121.76146828699996, - 37.32676803100003 - ], - [ - -121.76143781199994, - 37.32677585500005 - ], - [ - -121.761464688, - 37.32682648400004 - ], - [ - -121.76174519199998, - 37.32735177300003 - ], - [ - -121.76192231299996, - 37.327683501000024 - ], - [ - -121.76220279499995, - 37.32820885800004 - ], - [ - -121.76247478099998, - 37.32878736400005 - ], - [ - -121.76278325599998, - 37.32944387100008 - ], - [ - -121.76402355799996, - 37.328833659000054 - ], - [ - -121.76417140199999, - 37.32926732800007 - ], - [ - -121.76495613999998, - 37.328877066000075 - ], - [ - -121.76549521399994, - 37.328775568000026 - ], - [ - -121.76580595599995, - 37.32873174300005 - ], - [ - -121.76606186199996, - 37.328694462000044 - ], - [ - -121.76606986699994, - 37.328791358000046 - ], - [ - -121.76609316199995, - 37.32905648600007 - ], - [ - -121.76609999799996, - 37.329189307000036 - ], - [ - -121.76609663099998, - 37.32932219300005 - ], - [ - -121.766083026, - 37.329454687000066 - ], - [ - -121.76607362599998, - 37.32952750800007 - ], - [ - -121.76607217099996, - 37.329600655000036 - ], - [ - -121.76607873999995, - 37.329673670000034 - ], - [ - -121.76609323399998, - 37.32974593500006 - ], - [ - -121.76611550499996, - 37.32981690300005 - ], - [ - -121.76614542699997, - 37.32988609500006 - ], - [ - -121.766182819, - 37.32995289400003 - ], - [ - -121.76622729999997, - 37.33001689300005 - ], - [ - -121.76626046999996, - 37.33006968400008 - ], - [ - -121.76628922599997, - 37.330124125000054 - ], - [ - -121.76631344599997, - 37.33017994200003 - ], - [ - -121.76631784399996, - 37.33021793700004 - ], - [ - -121.766317889, - 37.33025606900003 - ], - [ - -121.76631360299996, - 37.33029408900006 - ], - [ - -121.76630503899997, - 37.33033162900006 - ], - [ - -121.766292218, - 37.33036839000005 - ], - [ - -121.76627527899996, - 37.33040407500005 - ], - [ - -121.76625433399994, - 37.33043838300006 - ], - [ - -121.76622963399996, - 37.33047103900003 - ], - [ - -121.76617536899994, - 37.33053157200004 - ], - [ - -121.76609413099999, - 37.33058559800003 - ], - [ - -121.76602189899995, - 37.330609336000066 - ], - [ - -121.76607194699994, - 37.33071100900003 - ], - [ - -121.76604007599997, - 37.33072120700007 - ], - [ - -121.76593539599997, - 37.33075845700006 - ], - [ - -121.76583257299995, - 37.330798892000075 - ], - [ - -121.76578665599999, - 37.33081932500005 - ], - [ - -121.76574123999995, - 37.33084400900003 - ], - [ - -121.76571684199996, - 37.330858944000056 - ], - [ - -121.76568646599998, - 37.33087811100006 - ], - [ - -121.765626264, - 37.33092325800004 - ], - [ - -121.76556441099996, - 37.33097261200004 - ], - [ - -121.76550850599995, - 37.33102796600008 - ], - [ - -121.76547912799998, - 37.33106538800007 - ], - [ - -121.76544971099997, - 37.33111402500003 - ], - [ - -121.76541542299998, - 37.33119148700007 - ], - [ - -121.76540322699998, - 37.33124151700008 - ], - [ - -121.76540047699996, - 37.331260248000035 - ], - [ - -121.76539966899998, - 37.331270121000045 - ], - [ - -121.7653984199999, - 37.33133340100005 - ], - [ - -121.76540756699995, - 37.33138949600004 - ], - [ - -121.765417948, - 37.331435413000065 - ], - [ - -121.76543622, - 37.331512376000035 - ], - [ - -121.76544699099998, - 37.331569552000076 - ], - [ - -121.765452343, - 37.33164347300004 - ], - [ - -121.76545045499995, - 37.331691171000045 - ], - [ - -121.76543942999996, - 37.33174585800003 - ], - [ - -121.76543147499996, - 37.33177041400006 - ], - [ - -121.76540756999998, - 37.331826385000056 - ], - [ - -121.76537030499998, - 37.33189060300003 - ], - [ - -121.765296778, - 37.33199716800004 - ], - [ - -121.76506854999997, - 37.33228156000007 - ], - [ - -121.76497868299998, - 37.33237955900006 - ], - [ - -121.76512199599995, - 37.33262102700007 - ], - [ - -121.76565429299995, - 37.33241740200003 - ], - [ - -121.76578523899997, - 37.332251917000065 - ], - [ - -121.76581813099995, - 37.33219857300003 - ], - [ - -121.76597072099997, - 37.332151649000025 - ], - [ - -121.76612324399997, - 37.332122764000076 - ], - [ - -121.76617676199999, - 37.332302164000055 - ], - [ - -121.76619137899996, - 37.33235112700004 - ], - [ - -121.766217655, - 37.33243855500007 - ], - [ - -121.76621976699994, - 37.33244636100005 - ], - [ - -121.76624763399997, - 37.33253976800006 - ], - [ - -121.76641706299995, - 37.33310749300006 - ], - [ - -121.76642317099999, - 37.33312795900008 - ], - [ - -121.76653388699998, - 37.333499059000076 - ], - [ - -121.76624417799997, - 37.333705972000075 - ], - [ - -121.76610317199999, - 37.33381088700003 - ], - [ - -121.76587550799997, - 37.33386299400007 - ], - [ - -121.76564618599997, - 37.333907037000074 - ], - [ - -121.76544178799998, - 37.33394012200006 - ], - [ - -121.76513397099995, - 37.33408519900007 - ], - [ - -121.76474634199997, - 37.33425876500007 - ], - [ - -121.76471956199998, - 37.33441245800003 - ], - [ - -121.76466895799996, - 37.33455082100005 - ], - [ - -121.764556487, - 37.33530699500005 - ], - [ - -121.76403799399998, - 37.33540961500006 - ], - [ - -121.76281966899995, - 37.33565082000007 - ], - [ - -121.763474912, - 37.336354081000025 - ], - [ - -121.76545972099996, - 37.33578607000004 - ], - [ - -121.76827353599998, - 37.334937129000025 - ], - [ - -121.76824887899994, - 37.334881180000025 - ], - [ - -121.76812514999995, - 37.33460036100007 - ], - [ - -121.76799162799995, - 37.334277738000026 - ], - [ - -121.76765067599996, - 37.333523927000044 - ], - [ - -121.768258533, - 37.33336410600003 - ], - [ - -121.76834380399998, - 37.333341690000054 - ], - [ - -121.76832873399997, - 37.333176614000024 - ], - [ - -121.76832598099998, - 37.33314617900004 - ], - [ - -121.76831948699999, - 37.333118300000024 - ], - [ - -121.76827756299997, - 37.33293797300007 - ], - [ - -121.76818234599995, - 37.33252839200003 - ], - [ - -121.76812973999995, - 37.33243170500003 - ], - [ - -121.76787995099994, - 37.331972920000055 - ], - [ - -121.76789537899998, - 37.331936416000076 - ], - [ - -121.76790647699994, - 37.33189892300004 - ], - [ - -121.76791314399998, - 37.331860764000055 - ], - [ - -121.76791510199996, - 37.33181076000005 - ], - [ - -121.76790946399996, - 37.331760933000055 - ], - [ - -121.76784224, - 37.331407185000046 - ], - [ - -121.76784033699994, - 37.33138702100007 - ], - [ - -121.76784267599999, - 37.33136688600007 - ], - [ - -121.76784919399995, - 37.33134734500004 - ], - [ - -121.76785970499998, - 37.33132894700003 - ], - [ - -121.76787391799996, - 37.33131221000008 - ], - [ - -121.76865594699996, - 37.33085685100008 - ], - [ - -121.76866330399997, - 37.330852926000034 - ], - [ - -121.76867107199996, - 37.33084952300004 - ], - [ - -121.76867916299994, - 37.33084666600007 - ], - [ - -121.76868755199996, - 37.33084435600006 - ], - [ - -121.76869615099997, - 37.33084268300007 - ], - [ - -121.76870490299996, - 37.33084155800003 - ], - [ - -121.76871372399995, - 37.33084105000006 - ], - [ - -121.76872258199995, - 37.33084113800004 - ], - [ - -121.76873139199995, - 37.33084184300003 - ], - [ - -121.768740101, - 37.330843145000074 - ], - [ - -121.76874864599995, - 37.33084502100007 - ], - [ - -121.76875694499995, - 37.33084751800004 - ], - [ - -121.76876493499998, - 37.33085056700003 - ], - [ - -121.76877259199995, - 37.33085410100006 - ], - [ - -121.76877979899996, - 37.33085821100008 - ], - [ - -121.76878658399994, - 37.33086278500008 - ], - [ - -121.76946057299995, - 37.33135765500003 - ], - [ - -121.76967879299997, - 37.33188895700005 - ], - [ - -121.76989037399994, - 37.33241898000006 - ], - [ - -121.77021233899995, - 37.332307842000034 - ], - [ - -121.77022586699997, - 37.33230597900007 - ], - [ - -121.77044737899996, - 37.33227517200004 - ], - [ - -121.770510694, - 37.33226638300005 - ], - [ - -121.77053245699994, - 37.332263331000036 - ], - [ - -121.77064535699998, - 37.33224761800005 - ], - [ - -121.77076400699997, - 37.33223110900008 - ], - [ - -121.77085242799996, - 37.332166518000065 - ], - [ - -121.77102170899997, - 37.33204272900008 - ], - [ - -121.77104908499996, - 37.332047834000036 - ], - [ - -121.77133779299999, - 37.33210167400006 - ], - [ - -121.77155557699996, - 37.33192244500003 - ], - [ - -121.77158494799994, - 37.33189827600006 - ], - [ - -121.77164287399995, - 37.33190971000005 - ], - [ - -121.77175231299998, - 37.33189110300003 - ], - [ - -121.77177350699998, - 37.331935506000036 - ], - [ - -121.77198540499995, - 37.332444648000035 - ], - [ - -121.77208941999999, - 37.33274039400004 - ], - [ - -121.77242703999997, - 37.33370018800008 - ], - [ - -121.77241085799994, - 37.33370604100003 - ], - [ - -121.77239467699997, - 37.33371196200005 - ], - [ - -121.77239259699996, - 37.33371274000007 - ], - [ - -121.77237898499999, - 37.333718015000045 - ], - [ - -121.77236537399995, - 37.333723313000064 - ], - [ - -121.772358597, - 37.33372601800005 - ], - [ - -121.77234177399998, - 37.33373295300004 - ], - [ - -121.77232500999997, - 37.33374000200007 - ], - [ - -121.77230292599995, - 37.33374942000006 - ], - [ - -121.77230269999995, - 37.333752548000064 - ], - [ - -121.77228583399994, - 37.33398635100008 - ], - [ - -121.77257156299999, - 37.33414249000003 - ], - [ - -121.772582221, - 37.33415052400005 - ], - [ - -121.77279095199998, - 37.33430797800003 - ], - [ - -121.77295548599994, - 37.33444231400006 - ], - [ - -121.772980282, - 37.33446255400003 - ], - [ - -121.77298158899998, - 37.334461876000034 - ], - [ - -121.77310605699995, - 37.334398013000055 - ], - [ - -121.77388186599995, - 37.334995099000025 - ], - [ - -121.77420688199999, - 37.33521718600008 - ], - [ - -121.77451145199996, - 37.33540852500005 - ], - [ - -121.77505184599994, - 37.335768717000064 - ], - [ - -121.77513123399996, - 37.33582143800004 - ], - [ - -121.77513581399995, - 37.335824477000074 - ], - [ - -121.77910491499995, - 37.33845953800005 - ], - [ - -121.77905723799995, - 37.33850615800003 - ], - [ - -121.77934354499996, - 37.338694227000076 - ], - [ - -121.77962238899994, - 37.33887819000006 - ], - [ - -121.77990566999995, - 37.33906505600004 - ], - [ - -121.77997628199995, - 37.339113772000076 - ], - [ - -121.78004994499997, - 37.33916002700005 - ], - [ - -121.78012640299994, - 37.33920355200007 - ], - [ - -121.78020544799995, - 37.33924427900007 - ], - [ - -121.780286822, - 37.339282027000024 - ], - [ - -121.78037035099999, - 37.33931668500003 - ], - [ - -121.78045560399994, - 37.33934816500005 - ], - [ - -121.78054237699996, - 37.33937633200003 - ], - [ - -121.78058679699996, - 37.339388894000024 - ], - [ - -121.78063032299997, - 37.339401191000036 - ], - [ - -121.78059448399995, - 37.339437702000055 - ], - [ - -121.78073211999998, - 37.33952807400004 - ], - [ - -121.78081733, - 37.33958402500008 - ], - [ - -121.78097055499995, - 37.33955363000007 - ], - [ - -121.78135256899998, - 37.33947785000004 - ], - [ - -121.78141595499994, - 37.339474661000054 - ], - [ - -121.78147918199994, - 37.339470445000075 - ], - [ - -121.78154233199996, - 37.33946517700008 - ], - [ - -121.78154566799998, - 37.33946422500003 - ], - [ - -121.781549096, - 37.33946352500004 - ], - [ - -121.78155261599994, - 37.33946305000006 - ], - [ - -121.78155616699996, - 37.339462851000064 - ], - [ - -121.78155969399995, - 37.33946288200008 - ], - [ - -121.78156322599995, - 37.339463187000035 - ], - [ - -121.78156673299998, - 37.33946374300007 - ], - [ - -121.78157012799994, - 37.33946450700006 - ], - [ - -121.78157344199997, - 37.33946552400005 - ], - [ - -121.78157664599996, - 37.33946677100005 - ], - [ - -121.78157968099998, - 37.339468271000044 - ], - [ - -121.78158254799996, - 37.33946993300003 - ], - [ - -121.78158518899994, - 37.33947180400003 - ], - [ - -121.78158766099995, - 37.339473861000045 - ], - [ - -121.78158984899994, - 37.339476080000054 - ], - [ - -121.78159180999995, - 37.339478462000045 - ], - [ - -121.78159348699995, - 37.339480938000065 - ], - [ - -121.78159490799999, - 37.33948353200003 - ], - [ - -121.78159601399994, - 37.33948622100007 - ], - [ - -121.78159683599995, - 37.339488981000045 - ], - [ - -121.78159731499994, - 37.33949179100006 - ], - [ - -121.78159750599997, - 37.33949462800007 - ], - [ - -121.78159738199997, - 37.33949746800005 - ], - [ - -121.78159694299995, - 37.33950028700008 - ], - [ - -121.78159618799998, - 37.33950304200005 - ], - [ - -121.78159514499998, - 37.33950575500006 - ], - [ - -121.78159378499998, - 37.33950837900005 - ], - [ - -121.78159213699996, - 37.33951089200008 - ], - [ - -121.78159022899996, - 37.33951329300004 - ], - [ - -121.78158808799998, - 37.33951553700007 - ], - [ - -121.781346295, - 37.33985426600003 - ], - [ - -121.78122861699995, - 37.339976266000065 - ], - [ - -121.78130596399996, - 37.34003338200006 - ], - [ - -121.78150082899998, - 37.34016263600006 - ], - [ - -121.78177305899999, - 37.34034314100006 - ], - [ - -121.78185906799996, - 37.34040027100008 - ], - [ - -121.78254420599995, - 37.340854730000046 - ], - [ - -121.78251782599995, - 37.340877816000045 - ], - [ - -121.78309743499995, - 37.34127494400008 - ], - [ - -121.78311058499997, - 37.34126106600007 - ], - [ - -121.78375889899996, - 37.34170880200003 - ], - [ - -121.78391719299998, - 37.34180999100005 - ], - [ - -121.78454231799998, - 37.342235154000036 - ], - [ - -121.78562035399995, - 37.34296833600007 - ], - [ - -121.787061215, - 37.343953928000076 - ], - [ - -121.78743401999998, - 37.344177881000064 - ], - [ - -121.78745284599995, - 37.34419056100006 - ], - [ - -121.78795129099996, - 37.34452655000007 - ], - [ - -121.78870959499994, - 37.34503320400006 - ], - [ - -121.78873073899996, - 37.34504730100008 - ], - [ - -121.78872632599996, - 37.345051657000056 - ], - [ - -121.78862254699999, - 37.345154079000054 - ], - [ - -121.78828991599994, - 37.34547809500003 - ], - [ - -121.78802804499998, - 37.34575074800006 - ], - [ - -121.78760479799996, - 37.346150470000055 - ], - [ - -121.78755472399996, - 37.34619776000005 - ], - [ - -121.78745560299996, - 37.34628602600003 - ], - [ - -121.78746546499997, - 37.34628885700005 - ], - [ - -121.787877402, - 37.34640711000003 - ], - [ - -121.78821976599994, - 37.346652316000075 - ], - [ - -121.78827106199998, - 37.34668906100006 - ], - [ - -121.78804698099998, - 37.34690899700007 - ], - [ - -121.78842812999994, - 37.34717027900007 - ], - [ - -121.78828918999994, - 37.34730806700003 - ], - [ - -121.78824716799994, - 37.347346892000076 - ], - [ - -121.78836531999997, - 37.34742506500004 - ], - [ - -121.78853164399999, - 37.34753512000003 - ], - [ - -121.788539749, - 37.34752953700007 - ], - [ - -121.78854805599997, - 37.347524159000045 - ], - [ - -121.78855012599996, - 37.34752285400003 - ], - [ - -121.788551687, - 37.34752194500004 - ], - [ - -121.78856994799997, - 37.347511901000075 - ], - [ - -121.78857083099996, - 37.34751148000004 - ], - [ - -121.78859091699996, - 37.34750244600008 - ], - [ - -121.78859145799998, - 37.347502234000046 - ], - [ - -121.78859678499998, - 37.34750020700005 - ], - [ - -121.78859852199997, - 37.347499570000025 - ], - [ - -121.78860211099999, - 37.34749824900007 - ], - [ - -121.78860564499996, - 37.347496997000064 - ], - [ - -121.78860746999999, - 37.34749638200003 - ], - [ - -121.78861285699998, - 37.34749456000003 - ], - [ - -121.78855261199999, - 37.34754901200006 - ], - [ - -121.78796404199994, - 37.348139917000026 - ], - [ - -121.78756407499998, - 37.34852379400007 - ], - [ - -121.78740959899994, - 37.34867205200004 - ], - [ - -121.78676311999999, - 37.34930957900008 - ], - [ - -121.78671885899996, - 37.34935322600006 - ], - [ - -121.78675148199994, - 37.34937619300007 - ], - [ - -121.78677449699995, - 37.34939239700003 - ], - [ - -121.78679228799996, - 37.349404906000075 - ], - [ - -121.78683263, - 37.34943328000003 - ], - [ - -121.78764043799998, - 37.35000172600007 - ], - [ - -121.78825256799996, - 37.35042683300003 - ], - [ - -121.78849846999998, - 37.35059717400003 - ], - [ - -121.78880333099994, - 37.35080941700005 - ], - [ - -121.78899553999997, - 37.350931960000025 - ], - [ - -121.789177113, - 37.35105615200007 - ], - [ - -121.78935972799997, - 37.35117932700007 - ], - [ - -121.78954228999999, - 37.35130263900004 - ], - [ - -121.78972445799997, - 37.35142625000003 - ], - [ - -121.78993206599995, - 37.35156368300005 - ], - [ - -121.78967861899997, - 37.351802004000035 - ], - [ - -121.78964301199994, - 37.35183551600005 - ], - [ - -121.79008746999995, - 37.35213484900004 - ], - [ - -121.79008760599999, - 37.35215769100006 - ], - [ - -121.79008763699994, - 37.35216114700006 - ], - [ - -121.79008811899996, - 37.35223727300007 - ], - [ - -121.79009282199996, - 37.352519493000045 - ], - [ - -121.79010229199997, - 37.35279058300006 - ], - [ - -121.79010862799998, - 37.35302135300003 - ], - [ - -121.79010912099994, - 37.35309145800005 - ], - [ - -121.79010921899999, - 37.35310541900003 - ], - [ - -121.79011457799999, - 37.35312850100007 - ], - [ - -121.79014270299996, - 37.35325609800003 - ], - [ - -121.79044475299997, - 37.35367338900005 - ], - [ - -121.79046482999996, - 37.35370358800003 - ], - [ - -121.78995234499996, - 37.35368956700006 - ], - [ - -121.78996422199998, - 37.35377147100007 - ], - [ - -121.78997197199999, - 37.35382494800007 - ], - [ - -121.79003973199997, - 37.35429183400004 - ], - [ - -121.79058782499999, - 37.35421401900004 - ], - [ - -121.790749657, - 37.35423233400007 - ], - [ - -121.79054424199995, - 37.354094443000065 - ], - [ - -121.79033439099999, - 37.35381120900007 - ], - [ - -121.79037990399996, - 37.35381336300003 - ], - [ - -121.79048177399994, - 37.353822999000045 - ], - [ - -121.790566319, - 37.35383552700006 - ], - [ - -121.79062311399997, - 37.35384513400004 - ], - [ - -121.79066005799996, - 37.35385418000004 - ], - [ - -121.79069650499997, - 37.35386442200007 - ], - [ - -121.79073243, - 37.35387581500004 - ], - [ - -121.79076397699998, - 37.35388782800004 - ], - [ - -121.79078878399997, - 37.353896390000045 - ], - [ - -121.79083050199995, - 37.353912914000034 - ], - [ - -121.790854363, - 37.35392482900005 - ], - [ - -121.79088306199998, - 37.35393959700008 - ], - [ - -121.79092690199997, - 37.353964408000024 - ], - [ - -121.79098447799998, - 37.35400094500005 - ], - [ - -121.79105667199997, - 37.35405037000004 - ], - [ - -121.791200614, - 37.35415499100003 - ], - [ - -121.79134396399996, - 37.354258567000045 - ], - [ - -121.79137415399998, - 37.35428000200005 - ], - [ - -121.79142360699996, - 37.35431598900004 - ], - [ - -121.79147317199994, - 37.354351837000024 - ], - [ - -121.79153130499998, - 37.35439404400006 - ], - [ - -121.79156515999995, - 37.354418416000044 - ], - [ - -121.79165689299998, - 37.35448344100007 - ], - [ - -121.79170496799998, - 37.35451610100006 - ], - [ - -121.791768247, - 37.354559031000065 - ], - [ - -121.79183593599998, - 37.35459831800006 - ], - [ - -121.79191084499996, - 37.35458749000003 - ], - [ - -121.79195777999996, - 37.354579053000066 - ], - [ - -121.79237695799998, - 37.35452604400007 - ], - [ - -121.79247035099996, - 37.35451634000003 - ], - [ - -121.79308961199996, - 37.35445185200007 - ], - [ - -121.79329225099997, - 37.35443054900003 - ], - [ - -121.79401706299996, - 37.35437308600007 - ], - [ - -121.794007793, - 37.35431134400005 - ], - [ - -121.79407146899996, - 37.35430590100003 - ], - [ - -121.79439053099998, - 37.35427861900007 - ], - [ - -121.79471158099994, - 37.35425685400003 - ], - [ - -121.79482877799995, - 37.35424738800003 - ], - [ - -121.79490136199996, - 37.354244823000045 - ], - [ - -121.79498066199994, - 37.354249235000054 - ], - [ - -121.79505619699995, - 37.35425632000005 - ], - [ - -121.79519803199997, - 37.354283800000076 - ], - [ - -121.79536871, - 37.354327555000054 - ], - [ - -121.795478232, - 37.35436498300004 - ], - [ - -121.79560721599995, - 37.354418629000065 - ], - [ - -121.79745523499997, - 37.355263456000046 - ], - [ - -121.79804572199998, - 37.35553793300005 - ], - [ - -121.79810392499996, - 37.35556242200005 - ], - [ - -121.79817317599998, - 37.355587359000026 - ], - [ - -121.79822530399997, - 37.35560715300005 - ], - [ - -121.79824590699997, - 37.35561290000004 - ], - [ - -121.79826661899995, - 37.35561839200005 - ], - [ - -121.798287411, - 37.355623656000034 - ], - [ - -121.79830392999997, - 37.35571944800006 - ], - [ - -121.79832112199995, - 37.35608997600008 - ], - [ - -121.79835157399998, - 37.35674496300004 - ], - [ - -121.79862705199997, - 37.35708493300007 - ], - [ - -121.79913724899995, - 37.35771443900006 - ], - [ - -121.79919371399995, - 37.357788937000066 - ], - [ - -121.79896100999997, - 37.357943341000066 - ], - [ - -121.79894876299994, - 37.357951488000026 - ], - [ - -121.79890428199997, - 37.35796921600007 - ], - [ - -121.798856017, - 37.357982066000034 - ], - [ - -121.79825089299999, - 37.358120634000045 - ], - [ - -121.79716772899997, - 37.358307065000076 - ], - [ - -121.79650649699994, - 37.35832754100005 - ], - [ - -121.79668012599996, - 37.35854563400005 - ], - [ - -121.796842589, - 37.358759821000035 - ], - [ - -121.79732018099998, - 37.359389444000044 - ], - [ - -121.79805615999999, - 37.36035970700004 - ], - [ - -121.79813113299997, - 37.36045132700008 - ], - [ - -121.79684093499998, - 37.36041041900006 - ], - [ - -121.79377968299997, - 37.36041144300003 - ], - [ - -121.79291962099995, - 37.36042331200008 - ], - [ - -121.79180361799996, - 37.360424833000025 - ], - [ - -121.79175279799995, - 37.36042603400006 - ], - [ - -121.79166180899995, - 37.361027930000034 - ], - [ - -121.79255871199996, - 37.361240484000064 - ], - [ - -121.79305513899999, - 37.36142867700005 - ], - [ - -121.79361247799994, - 37.361744491000024 - ], - [ - -121.79390447499998, - 37.361858006000034 - ], - [ - -121.79441294699996, - 37.36174787900006 - ], - [ - -121.79512404399998, - 37.36331340000004 - ], - [ - -121.79516634299995, - 37.36336800300006 - ], - [ - -121.79485537099998, - 37.36336793700008 - ], - [ - -121.79471851999995, - 37.36337091200005 - ], - [ - -121.79464000799999, - 37.36336617200004 - ], - [ - -121.79459416399999, - 37.36336182600007 - ], - [ - -121.79457556799997, - 37.36343225600007 - ], - [ - -121.79447342599997, - 37.36363769500008 - ], - [ - -121.794327, - 37.364029781000056 - ], - [ - -121.79387418799996, - 37.36449153800004 - ], - [ - -121.79382565499998, - 37.36441811800006 - ], - [ - -121.79208576999997, - 37.36539383200005 - ], - [ - -121.79188789199998, - 37.36559597300004 - ], - [ - -121.79157633199998, - 37.36591560100004 - ], - [ - -121.79131467499997, - 37.366185923000046 - ], - [ - -121.790961719, - 37.366548281000064 - ], - [ - -121.79053033099996, - 37.36699729000003 - ], - [ - -121.79028428899994, - 37.367257229000074 - ], - [ - -121.79045439699996, - 37.36744405700006 - ], - [ - -121.79098228699996, - 37.368007024000065 - ], - [ - -121.79158002499997, - 37.36864173400005 - ], - [ - -121.79178330599996, - 37.368877499000064 - ], - [ - -121.792452089, - 37.36966917600006 - ], - [ - -121.79375271099997, - 37.37120513100007 - ], - [ - -121.79449747499996, - 37.37069586200005 - ], - [ - -121.79641399199994, - 37.369397366000044 - ], - [ - -121.79672242199996, - 37.36918847700008 - ], - [ - -121.79797919999999, - 37.36833725200006 - ], - [ - -121.79864488799996, - 37.36790498500005 - ], - [ - -121.79920804899996, - 37.36751594200007 - ], - [ - -121.79924422199997, - 37.367480270000044 - ], - [ - -121.79926875299998, - 37.367491562000055 - ], - [ - -121.80136288299997, - 37.36845557700008 - ], - [ - -121.80144056799998, - 37.368491497000036 - ], - [ - -121.80145933299997, - 37.36850017100005 - ], - [ - -121.80147838199997, - 37.368508794000036 - ], - [ - -121.80161995799995, - 37.36856904700005 - ], - [ - -121.80159476699998, - 37.36858816500006 - ], - [ - -121.80156954699999, - 37.36860730500007 - ], - [ - -121.80154605699994, - 37.368625260000044 - ], - [ - -121.80153309499997, - 37.368635178000034 - ], - [ - -121.80093843599997, - 37.36908938000005 - ], - [ - -121.80077665299996, - 37.36920930700006 - ], - [ - -121.80055388799997, - 37.36934842900007 - ], - [ - -121.80036343399996, - 37.369480485000054 - ], - [ - -121.80030765999999, - 37.36952379200005 - ], - [ - -121.80017218599994, - 37.36962795300008 - ], - [ - -121.80016290599997, - 37.36963515100007 - ], - [ - -121.80009919799994, - 37.369675708000045 - ], - [ - -121.80006374199996, - 37.369701622000036 - ], - [ - -121.80003021299996, - 37.36972772300004 - ], - [ - -121.79999723399999, - 37.36975097800007 - ], - [ - -121.79981107599997, - 37.36988106200005 - ], - [ - -121.79969958999999, - 37.369959573000074 - ], - [ - -121.79958072599999, - 37.370037799000045 - ], - [ - -121.79956925799996, - 37.37004456300008 - ], - [ - -121.79950965399996, - 37.370087021000074 - ], - [ - -121.79945299699995, - 37.37012729400004 - ], - [ - -121.79942197599996, - 37.370149336000054 - ], - [ - -121.79935528899995, - 37.37019672400004 - ], - [ - -121.79899184599998, - 37.37043646600006 - ], - [ - -121.79861162799995, - 37.370693010000025 - ], - [ - -121.79845109899998, - 37.370801339000025 - ], - [ - -121.79819948899996, - 37.37097112600003 - ], - [ - -121.79803831899994, - 37.37107728700005 - ], - [ - -121.798242857, - 37.37125845700007 - ], - [ - -121.798453688, - 37.37144521300007 - ], - [ - -121.79887550299998, - 37.37182556500005 - ], - [ - -121.799192673, - 37.37210567300008 - ], - [ - -121.79939873899997, - 37.37228694000004 - ], - [ - -121.79965517499994, - 37.372575709000046 - ], - [ - -121.79972422599997, - 37.37263930900008 - ], - [ - -121.79977820699997, - 37.37268902200003 - ], - [ - -121.79979327499996, - 37.37270288600007 - ], - [ - -121.79984807299996, - 37.372753413000055 - ], - [ - -121.80119811199995, - 37.37391035600007 - ], - [ - -121.80130979599994, - 37.37385768400003 - ], - [ - -121.80205986599998, - 37.37348965000007 - ], - [ - -121.80220643299998, - 37.37341772800005 - ], - [ - -121.80307681, - 37.37299064700005 - ], - [ - -121.80477496699996, - 37.37215738000003 - ], - [ - -121.80518518899999, - 37.37195607900003 - ], - [ - -121.80524851599995, - 37.37192497700005 - ], - [ - -121.80537422499998, - 37.371866125000054 - ], - [ - -121.80596934399995, - 37.371571251000034 - ], - [ - -121.80551820899996, - 37.371066023000026 - ], - [ - -121.80565495699994, - 37.37100219600006 - ], - [ - -121.80598178999998, - 37.37084789700003 - ], - [ - -121.80627446499994, - 37.37112164500007 - ], - [ - -121.80648654999999, - 37.37132002200008 - ], - [ - -121.80663577299998, - 37.371247906000065 - ], - [ - -121.80698065499996, - 37.37108111200007 - ], - [ - -121.80701463899999, - 37.37106466500006 - ], - [ - -121.80730303899998, - 37.37092518900005 - ], - [ - -121.80762365899994, - 37.370770132000075 - ], - [ - -121.80769674799996, - 37.37073642400003 - ], - [ - -121.80776676099998, - 37.37070231600006 - ], - [ - -121.80750934699995, - 37.37046402300007 - ], - [ - -121.80738700399996, - 37.37035121500003 - ], - [ - -121.80726463299999, - 37.37023838400006 - ], - [ - -121.80721651799996, - 37.370194698000034 - ], - [ - -121.80716834599997, - 37.37015099000007 - ], - [ - -121.80716096999998, - 37.37014251100004 - ], - [ - -121.807154476, - 37.370133588000044 - ], - [ - -121.807149069, - 37.37012449300005 - ], - [ - -121.80714457, - 37.37011488400003 - ], - [ - -121.80714106899995, - 37.370104989000026 - ], - [ - -121.80713850499995, - 37.37009446500008 - ], - [ - -121.80713716899999, - 37.37008365300005 - ], - [ - -121.80713689599997, - 37.37007305900005 - ], - [ - -121.80713142299999, - 37.36995034000006 - ], - [ - -121.80712445199998, - 37.36976995800006 - ], - [ - -121.80712266399996, - 37.369723512000064 - ], - [ - -121.80712553599994, - 37.36970901400008 - ], - [ - -121.80712998899998, - 37.36969477300005 - ], - [ - -121.80713594199995, - 37.36968088100008 - ], - [ - -121.80714333599997, - 37.36966743200003 - ], - [ - -121.80715214299994, - 37.36965453800008 - ], - [ - -121.80716228299997, - 37.36964231600007 - ], - [ - -121.80717369599995, - 37.36963079000003 - ], - [ - -121.80718629899997, - 37.36962009800004 - ], - [ - -121.80720000899998, - 37.36961033100005 - ], - [ - -121.807214682, - 37.36960147000008 - ], - [ - -121.80731908799999, - 37.369546584000034 - ], - [ - -121.80752645299998, - 37.36943600400008 - ], - [ - -121.80777167199994, - 37.36930568500003 - ], - [ - -121.807929544, - 37.36922177300005 - ], - [ - -121.80784800499998, - 37.36914442300008 - ], - [ - -121.807806998, - 37.36910548800006 - ], - [ - -121.80745662799995, - 37.368840169000066 - ], - [ - -121.80779268199996, - 37.36864485900003 - ], - [ - -121.80802723799997, - 37.36850852300006 - ], - [ - -121.80821841499994, - 37.368397413000025 - ], - [ - -121.80824853699994, - 37.368379909000055 - ], - [ - -121.80842299199998, - 37.368278531000044 - ], - [ - -121.80859355599995, - 37.36817937100005 - ], - [ - -121.80884477799998, - 37.36804174700006 - ], - [ - -121.808927467, - 37.36800294200003 - ], - [ - -121.80912881199998, - 37.368072820000066 - ], - [ - -121.80933168299998, - 37.36814141900004 - ], - [ - -121.80954048499996, - 37.36821302100003 - ], - [ - -121.80975301099994, - 37.36828586100006 - ], - [ - -121.80993117899999, - 37.36834729900005 - ], - [ - -121.80999115699996, - 37.36836750400005 - ], - [ - -121.80965047399997, - 37.36851919800006 - ], - [ - -121.80948377699997, - 37.368611427000076 - ], - [ - -121.80913645699997, - 37.368782284000076 - ], - [ - -121.80911054599994, - 37.368794499000046 - ], - [ - -121.80890062599997, - 37.368893298000046 - ], - [ - -121.80877161599994, - 37.36895339900008 - ], - [ - -121.80850120499997, - 37.369079362000036 - ], - [ - -121.808462438, - 37.369097718000035 - ], - [ - -121.808628194, - 37.369321512000056 - ], - [ - -121.80863810599999, - 37.36933394500005 - ], - [ - -121.80882154099999, - 37.36956493400004 - ], - [ - -121.80877856399997, - 37.36958535100007 - ], - [ - -121.80849448499998, - 37.36972057100007 - ], - [ - -121.808683622, - 37.36990203300007 - ], - [ - -121.808815042, - 37.370010757000045 - ], - [ - -121.80906570899998, - 37.37023204500008 - ], - [ - -121.80962834499996, - 37.37064280900006 - ], - [ - -121.80963321699994, - 37.37064582200003 - ], - [ - -121.809638426, - 37.370648464000055 - ], - [ - -121.80964385699997, - 37.37065073900004 - ], - [ - -121.80964953999995, - 37.37065259800005 - ], - [ - -121.80965541599994, - 37.37065406600004 - ], - [ - -121.80966145599996, - 37.37065509700005 - ], - [ - -121.80966754699995, - 37.37065569300006 - ], - [ - -121.80967371499997, - 37.37065585300007 - ], - [ - -121.80967984899996, - 37.370655578000026 - ], - [ - -121.80968594499996, - 37.37065486900008 - ], - [ - -121.80969191899999, - 37.37065368100008 - ], - [ - -121.80969774299996, - 37.37065215200005 - ], - [ - -121.80970338599997, - 37.370650166000075 - ], - [ - -121.80970879299997, - 37.370647793000046 - ], - [ - -121.80971387899996, - 37.37064503600004 - ], - [ - -121.80971867199997, - 37.37064193800006 - ], - [ - -121.80972308499997, - 37.37063852400007 - ], - [ - -121.809727093, - 37.37063479400007 - ], - [ - -121.80973066499996, - 37.37063079300003 - ], - [ - -121.80973136899996, - 37.37063005400006 - ], - [ - -121.80973215899996, - 37.37062933500005 - ], - [ - -121.80973294899997, - 37.370628640000064 - ], - [ - -121.80976710899995, - 37.37059598400003 - ], - [ - -121.80980231099994, - 37.37056404900005 - ], - [ - -121.80983853099997, - 37.37053283400007 - ], - [ - -121.80987571099996, - 37.370502388000034 - ], - [ - -121.80988676299995, - 37.37049310900005 - ], - [ - -121.80956282299996, - 37.370018567000045 - ], - [ - -121.80975393799997, - 37.36993650100004 - ], - [ - -121.80980523199997, - 37.36991445900003 - ], - [ - -121.80995091399996, - 37.369851922000066 - ], - [ - -121.81004766599995, - 37.36981035000008 - ], - [ - -121.81014789199997, - 37.36976729600008 - ], - [ - -121.81029007299998, - 37.36970621800003 - ], - [ - -121.81034484099996, - 37.36968269300007 - ], - [ - -121.81053247999995, - 37.36960213200007 - ], - [ - -121.81054181599995, - 37.369598137000025 - ], - [ - -121.81077494199997, - 37.36949797500006 - ], - [ - -121.81078983099997, - 37.36949167400007 - ], - [ - -121.81099044499996, - 37.36935305600008 - ], - [ - -121.81120409399995, - 37.36920538800007 - ], - [ - -121.81124421799996, - 37.36917767700004 - ], - [ - -121.81134548199998, - 37.36921843300007 - ], - [ - -121.81144653399997, - 37.369211190000044 - ], - [ - -121.81155970299994, - 37.36920305800004 - ], - [ - -121.81177664499995, - 37.36918749200004 - ], - [ - -121.81200306799997, - 37.36917285000004 - ], - [ - -121.81205665799996, - 37.36916742200003 - ], - [ - -121.81222235799999, - 37.36915712000007 - ], - [ - -121.81244554499995, - 37.36914116300005 - ], - [ - -121.81256382599997, - 37.369095893000065 - ], - [ - -121.81288271099999, - 37.36897366300008 - ], - [ - -121.81302898099995, - 37.369142185000044 - ], - [ - -121.81309223399995, - 37.36924086200003 - ], - [ - -121.813112021, - 37.369275136000056 - ], - [ - -121.81312867599996, - 37.36930399700003 - ], - [ - -121.81333823799997, - 37.36967932400006 - ], - [ - -121.81342375499997, - 37.369843858000024 - ], - [ - -121.81342513399994, - 37.36984716200004 - ], - [ - -121.813553174, - 37.37010408100008 - ], - [ - -121.81355444399998, - 37.37010619400007 - ], - [ - -121.81355503799995, - 37.37010731000004 - ], - [ - -121.81355554299995, - 37.37010838000003 - ], - [ - -121.81355644299998, - 37.370110614000055 - ], - [ - -121.81362988799998, - 37.37025060700006 - ], - [ - -121.81371080399998, - 37.370394729000054 - ], - [ - -121.81372718499995, - 37.37042606400007 - ], - [ - -121.81374089699995, - 37.37045230100006 - ], - [ - -121.81384367299995, - 37.37064889200008 - ], - [ - -121.81394878299994, - 37.37084605100006 - ], - [ - -121.81405397299994, - 37.371042912000064 - ], - [ - -121.81415896899995, - 37.37124005000004 - ], - [ - -121.81424417699998, - 37.37144871600003 - ], - [ - -121.81434771999994, - 37.37164637300003 - ], - [ - -121.81441921399994, - 37.37178295500007 - ], - [ - -121.81445120499995, - 37.37184400900003 - ], - [ - -121.81455480699998, - 37.37204166600003 - ], - [ - -121.81467528299999, - 37.37223176200007 - ], - [ - -121.814813357, - 37.37218326800007 - ], - [ - -121.81486435399995, - 37.37216555200007 - ], - [ - -121.81489927299998, - 37.37215344100008 - ], - [ - -121.81494939499999, - 37.372231 - ], - [ - -121.81545474599994, - 37.37206352700008 - ], - [ - -121.81558172599995, - 37.37228564000003 - ], - [ - -121.81567181199995, - 37.37243879000005 - ], - [ - -121.81590605099996, - 37.37235936800005 - ], - [ - -121.81590048099997, - 37.372445311000035 - ], - [ - -121.81589898299995, - 37.37253766400005 - ], - [ - -121.81589712699997, - 37.372653781000054 - ], - [ - -121.81589679999996, - 37.37267417800007 - ], - [ - -121.81589305799997, - 37.37271743700006 - ], - [ - -121.81588527099996, - 37.372807754000064 - ], - [ - -121.81588129599999, - 37.37284259100005 - ], - [ - -121.81584687299994, - 37.37291391200006 - ], - [ - -121.81581931399995, - 37.37297101000007 - ], - [ - -121.81571435899997, - 37.37314450000008 - ], - [ - -121.81560121099994, - 37.37332016300007 - ], - [ - -121.815588091, - 37.37334056900005 - ], - [ - -121.81551279399997, - 37.37330582000004 - ], - [ - -121.81538841499997, - 37.373068570000044 - ], - [ - -121.81530644399999, - 37.37291217000006 - ], - [ - -121.815244953, - 37.37279486400007 - ], - [ - -121.815009165, - 37.372864529000026 - ], - [ - -121.81501396399995, - 37.37287159400006 - ], - [ - -121.81501799299997, - 37.37287894200006 - ], - [ - -121.81502122399996, - 37.37288655000003 - ], - [ - -121.81502359999996, - 37.372894330000065 - ], - [ - -121.81502514299996, - 37.37290225500004 - ], - [ - -121.81502582899998, - 37.37291025900004 - ], - [ - -121.81502565399995, - 37.372918294000044 - ], - [ - -121.81502459099994, - 37.37292627100004 - ], - [ - -121.81502272199998, - 37.372934144000055 - ], - [ - -121.81501996099996, - 37.372941866000076 - ], - [ - -121.81501642199999, - 37.37294936700005 - ], - [ - -121.81501204699998, - 37.37295660400008 - ], - [ - -121.81500694799996, - 37.37296350500003 - ], - [ - -121.81500109799998, - 37.37297002500003 - ], - [ - -121.81499460799995, - 37.37297614200003 - ], - [ - -121.814987423, - 37.37298176100006 - ], - [ - -121.814979683, - 37.372986884000056 - ], - [ - -121.81497144599996, - 37.37299146300006 - ], - [ - -121.81496271199995, - 37.372995451000065 - ], - [ - -121.81495359399997, - 37.372998850000045 - ], - [ - -121.81494414999997, - 37.37300161100006 - ], - [ - -121.81493446299999, - 37.373003665000056 - ], - [ - -121.81492456399997, - 37.37300508100003 - ], - [ - -121.81491453899997, - 37.37300581100004 - ], - [ - -121.81490447299996, - 37.37300585500003 - ], - [ - -121.81489447999996, - 37.373005189000025 - ], - [ - -121.81488456099999, - 37.37300385900005 - ], - [ - -121.81483597599998, - 37.37307389600005 - ], - [ - -121.81477603299999, - 37.37315527700008 - ], - [ - -121.81463841599998, - 37.37309131000006 - ], - [ - -121.81442788099997, - 37.37299568000003 - ], - [ - -121.81435153999996, - 37.37326660900004 - ], - [ - -121.81432961899998, - 37.37334431200003 - ], - [ - -121.81431141599995, - 37.373434495000026 - ], - [ - -121.81424326299998, - 37.37364105800003 - ], - [ - -121.81424028999999, - 37.37364972200004 - ], - [ - -121.814145425, - 37.37402690400006 - ], - [ - -121.81407769599997, - 37.374324425000054 - ], - [ - -121.81403323199999, - 37.37451959800006 - ], - [ - -121.81437265399995, - 37.37440606200005 - ], - [ - -121.81491480799997, - 37.374226504000035 - ], - [ - -121.81495869599996, - 37.37423338200006 - ], - [ - -121.81556609999996, - 37.374327718000075 - ], - [ - -121.81540234599998, - 37.37458740500006 - ], - [ - -121.81568617799996, - 37.37470317700007 - ], - [ - -121.81561781299996, - 37.37481287600008 - ], - [ - -121.81593547299997, - 37.37493909400007 - ], - [ - -121.81596465799998, - 37.374894407000056 - ], - [ - -121.81611930699995, - 37.37465027200005 - ], - [ - -121.81642478999999, - 37.37413281400006 - ], - [ - -121.81618089499995, - 37.37403401200004 - ], - [ - -121.81633664399999, - 37.37378890400004 - ], - [ - -121.81657028299998, - 37.373883585000044 - ], - [ - -121.81663710099997, - 37.37391064500008 - ], - [ - -121.81678214199997, - 37.37396942100003 - ], - [ - -121.81685583399997, - 37.373999266000055 - ], - [ - -121.817073269, - 37.374087329000076 - ], - [ - -121.81722868399999, - 37.374150314000076 - ], - [ - -121.81750994499998, - 37.37426331900008 - ], - [ - -121.81766961799997, - 37.37432547800006 - ], - [ - -121.81788359599994, - 37.374407672000075 - ], - [ - -121.81796681799995, - 37.37443962900005 - ], - [ - -121.81804481599994, - 37.37446960800003 - ], - [ - -121.81808489999997, - 37.37448518000008 - ], - [ - -121.81817770199996, - 37.37452188000003 - ], - [ - -121.81818021, - 37.374522865000074 - ], - [ - -121.818185654, - 37.37452502200006 - ], - [ - -121.81823372199995, - 37.374442825000074 - ], - [ - -121.81826543499994, - 37.37438859400004 - ], - [ - -121.81849571599997, - 37.374027872000056 - ], - [ - -121.81865231199998, - 37.373782524000035 - ], - [ - -121.81872277999997, - 37.373672045000035 - ], - [ - -121.81899396999995, - 37.373229448000075 - ], - [ - -121.81911535199998, - 37.373038191000035 - ], - [ - -121.819067701, - 37.37301798900006 - ], - [ - -121.81888016599999, - 37.37294369400007 - ], - [ - -121.81869541499998, - 37.37286945900007 - ], - [ - -121.81850828999995, - 37.37279561500003 - ], - [ - -121.81840853299997, - 37.37275624600005 - ], - [ - -121.81832321699994, - 37.372722596000074 - ], - [ - -121.81814230199996, - 37.37265117700008 - ], - [ - -121.81813109399997, - 37.37264674800008 - ], - [ - -121.81793149599997, - 37.372567986000035 - ], - [ - -121.81813881699998, - 37.37224245600004 - ], - [ - -121.81823438199996, - 37.37209633200007 - ], - [ - -121.818424532, - 37.37178117900004 - ], - [ - -121.81843653499999, - 37.37176250300007 - ], - [ - -121.81864080799994, - 37.37144497300005 - ], - [ - -121.81852070499997, - 37.37148770700003 - ], - [ - -121.81847989199997, - 37.371505402000025 - ], - [ - -121.81829824599998, - 37.371566339000026 - ], - [ - -121.81827015099998, - 37.37157505600004 - ], - [ - -121.81811733999996, - 37.37162367500008 - ], - [ - -121.81793882799997, - 37.37168171400003 - ], - [ - -121.81776123399999, - 37.37174141500003 - ], - [ - -121.81770982699999, - 37.37175867800005 - ], - [ - -121.81758363799997, - 37.371801093000045 - ], - [ - -121.81749217499998, - 37.371831830000076 - ], - [ - -121.81740236499996, - 37.37186202400005 - ], - [ - -121.81730160599994, - 37.37189588700005 - ], - [ - -121.81722862499998, - 37.37192083300005 - ], - [ - -121.81711071399997, - 37.37196109300004 - ], - [ - -121.81705592099996, - 37.371979837000026 - ], - [ - -121.81705229899995, - 37.371980998000026 - ], - [ - -121.81691974899996, - 37.37202389500004 - ], - [ - -121.81687281099994, - 37.37203909400006 - ], - [ - -121.81667344699997, - 37.37165960500005 - ], - [ - -121.816667785, - 37.371649185000024 - ], - [ - -121.81663389299996, - 37.37158620800005 - ], - [ - -121.81663155099994, - 37.37158188500007 - ], - [ - -121.816597307, - 37.37151838500006 - ], - [ - -121.81659387599996, - 37.37150752700006 - ], - [ - -121.81656682799996, - 37.37145701700007 - ], - [ - -121.81639114399997, - 37.371128878000036 - ], - [ - -121.81656912299997, - 37.371069884000065 - ], - [ - -121.816634304, - 37.37104823000004 - ], - [ - -121.81674713199999, - 37.37101091300008 - ], - [ - -121.81692511099999, - 37.37095194300008 - ], - [ - -121.81710314799994, - 37.37089294800006 - ], - [ - -121.81728109799997, - 37.370834 - ], - [ - -121.81745907599998, - 37.37077500500004 - ], - [ - -121.81763679999995, - 37.370716128000026 - ], - [ - -121.81781506199997, - 37.37065706100003 - ], - [ - -121.81813204099996, - 37.370552029000066 - ], - [ - -121.81805996999998, - 37.37048710000005 - ], - [ - -121.81793194799997, - 37.37037187100003 - ], - [ - -121.81781557999994, - 37.37026701800005 - ], - [ - -121.81770184699997, - 37.37016034900006 - ], - [ - -121.817587861, - 37.370053867000024 - ], - [ - -121.81747382099996, - 37.369945965000056 - ], - [ - -121.81735882599997, - 37.36983754800008 - ], - [ - -121.817247856, - 37.36973302200005 - ], - [ - -121.81713644999996, - 37.36962797500007 - ], - [ - -121.81702513099998, - 37.36952308700006 - ], - [ - -121.81691415899996, - 37.369418332000066 - ], - [ - -121.81679873299998, - 37.36931630500004 - ], - [ - -121.81669172899996, - 37.36920875900006 - ], - [ - -121.816578828, - 37.36910517000007 - ], - [ - -121.81646606899994, - 37.36900141900003 - ], - [ - -121.81635503799998, - 37.368896505000066 - ], - [ - -121.81624446199999, - 37.36879131000006 - ], - [ - -121.81613227099996, - 37.36868720800004 - ], - [ - -121.81602135599996, - 37.36858222400008 - ], - [ - -121.81587733899994, - 37.36844599900007 - ], - [ - -121.81578626199996, - 37.368395933000045 - ], - [ - -121.81631723499999, - 37.368050063000055 - ], - [ - -121.81643214899998, - 37.36797186500007 - ], - [ - -121.81670826699997, - 37.36777990300004 - ], - [ - -121.81686630399997, - 37.36768984300005 - ], - [ - -121.81723723299996, - 37.36743297600003 - ], - [ - -121.81738248599999, - 37.367336857000055 - ], - [ - -121.81753150999998, - 37.36723987100004 - ], - [ - -121.81759172099999, - 37.36719854200004 - ], - [ - -121.81769909499997, - 37.367125576000035 - ], - [ - -121.81783549399995, - 37.36703154700007 - ], - [ - -121.818109269, - 37.36684691000005 - ], - [ - -121.81825412699999, - 37.366748047000044 - ], - [ - -121.81841801499996, - 37.36663551100003 - ], - [ - -121.81855640299995, - 37.36654056400005 - ], - [ - -121.81869557899995, - 37.366431876000036 - ], - [ - -121.81881618299997, - 37.366343174000065 - ], - [ - -121.81891927699996, - 37.36626995800003 - ], - [ - -121.81899699599995, - 37.36621479000007 - ], - [ - -121.81904871899997, - 37.36628232700008 - ], - [ - -121.81940226599994, - 37.366613795000035 - ], - [ - -121.81923983299998, - 37.366724188000035 - ], - [ - -121.81911404099998, - 37.366809653000075 - ], - [ - -121.81892992699994, - 37.36693473200006 - ], - [ - -121.81894354399998, - 37.36694748900004 - ], - [ - -121.81905505799995, - 37.36705207600005 - ], - [ - -121.81916659899997, - 37.36715666200007 - ], - [ - -121.81927811199995, - 37.36726122500005 - ], - [ - -121.81938962499999, - 37.36736581100007 - ], - [ - -121.81950116899998, - 37.36747037400005 - ], - [ - -121.81961268199996, - 37.36757496100006 - ], - [ - -121.81972422599995, - 37.367679545000044 - ], - [ - -121.81983573899998, - 37.36778410900007 - ], - [ - -121.81994725599998, - 37.36788871700003 - ], - [ - -121.820058798, - 37.36799325700008 - ], - [ - -121.820170314, - 37.36809782000006 - ], - [ - -121.82028708599995, - 37.36820765600004 - ], - [ - -121.82040385699997, - 37.36831747000008 - ], - [ - -121.82052054199994, - 37.36842730700005 - ], - [ - -121.82093119799998, - 37.36778532300008 - ], - [ - -121.82104761399995, - 37.36758649800004 - ], - [ - -121.82120073299996, - 37.36734026600004 - ], - [ - -121.82139135199998, - 37.367408 - ], - [ - -121.82157399399995, - 37.36748520800006 - ], - [ - -121.82166538499996, - 37.367337364000036 - ], - [ - -121.82175813499998, - 37.36719003200005 - ], - [ - -121.82184856699996, - 37.367041467000035 - ], - [ - -121.82178782099999, - 37.367015233000075 - ], - [ - -121.82163348499995, - 37.36695425600004 - ], - [ - -121.82147603099997, - 37.36689535000005 - ], - [ - -121.82162691599996, - 37.36665756700006 - ], - [ - -121.82170157699994, - 37.366533375000074 - ], - [ - -121.82184928499998, - 37.36629445900007 - ], - [ - -121.82200158299997, - 37.36605730100007 - ], - [ - -121.82197061399995, - 37.36604458000005 - ], - [ - -121.82193974299997, - 37.36602922600008 - ], - [ - -121.82179181099997, - 37.36626832700006 - ], - [ - -121.82159616799999, - 37.36617103100008 - ], - [ - -121.82142198399998, - 37.36605962300007 - ], - [ - -121.82125693899997, - 37.36593288900008 - ], - [ - -121.82115537299995, - 37.36583785300007 - ], - [ - -121.82103759299997, - 37.365727639000056 - ], - [ - -121.82091984399995, - 37.36561742500004 - ], - [ - -121.82087353299994, - 37.36557550900005 - ], - [ - -121.82060435899996, - 37.36575877100006 - ], - [ - -121.82027275299998, - 37.36544844100007 - ], - [ - -121.82013390599997, - 37.36533381700008 - ], - [ - -121.82004530599994, - 37.36539458100003 - ], - [ - -121.81991456399999, - 37.36548383300004 - ], - [ - -121.81978824299995, - 37.365568481000025 - ], - [ - -121.81978089599994, - 37.36556812900005 - ], - [ - -121.81977689099995, - 37.365565496000045 - ], - [ - -121.81966587099998, - 37.36563964900006 - ], - [ - -121.81966649699996, - 37.36564417400007 - ], - [ - -121.81966493799996, - 37.36564854100004 - ], - [ - -121.81963857299996, - 37.36566582100005 - ], - [ - -121.81950891199995, - 37.365756230000045 - ], - [ - -121.81937779199995, - 37.36584518900003 - ], - [ - -121.81924757399997, - 37.365935008000065 - ], - [ - -121.81921498999998, - 37.36595741700006 - ], - [ - -121.81911706999995, - 37.36602480600004 - ], - [ - -121.81898681999996, - 37.36611439700005 - ], - [ - -121.81886123099997, - 37.366199951000056 - ], - [ - -121.81874049199996, - 37.36628256700004 - ], - [ - -121.81864822199998, - 37.366343552000046 - ], - [ - -121.81860247799995, - 37.36637434900007 - ], - [ - -121.81847190199994, - 37.366463347000035 - ], - [ - -121.81834095099998, - 37.36655232700008 - ], - [ - -121.81820946099998, - 37.36664163300003 - ], - [ - -121.81808521, - 37.366728453000064 - ], - [ - -121.81795900799995, - 37.36681348700006 - ], - [ - -121.81781704699995, - 37.36690918200003 - ], - [ - -121.81768559999995, - 37.366997799000046 - ], - [ - -121.81755738499999, - 37.36708432100005 - ], - [ - -121.81745408199998, - 37.36716048900007 - ], - [ - -121.817244083, - 37.36730261200006 - ], - [ - -121.81703969299997, - 37.367440963000035 - ], - [ - -121.81691711399998, - 37.36752506300007 - ], - [ - -121.81666110499998, - 37.36769457400004 - ], - [ - -121.81656176499996, - 37.36776305400008 - ], - [ - -121.81654873199994, - 37.36777203500003 - ], - [ - -121.81641760099996, - 37.367862364000075 - ], - [ - -121.81620982099997, - 37.367636008000034 - ], - [ - -121.81610134199997, - 37.36751785700005 - ], - [ - -121.81598742399996, - 37.36739379200003 - ], - [ - -121.81587353499998, - 37.36726970600006 - ], - [ - -121.81575964899997, - 37.36714566400008 - ], - [ - -121.81564576099998, - 37.367021599000054 - ], - [ - -121.81553181599998, - 37.36689751200004 - ], - [ - -121.81541795799995, - 37.366773469000066 - ], - [ - -121.81530383999996, - 37.36664922400007 - ], - [ - -121.81514928099995, - 37.366480796000076 - ], - [ - -121.81496557399998, - 37.366280697000036 - ], - [ - -121.81495533999998, - 37.36626957300007 - ], - [ - -121.81492586799999, - 37.36623744600007 - ], - [ - -121.81491569299999, - 37.366226367000024 - ], - [ - -121.814907673, - 37.366231792000065 - ], - [ - -121.81476342299999, - 37.36632959100007 - ], - [ - -121.81454063899997, - 37.36612024600004 - ], - [ - -121.81451442399998, - 37.36613802800008 - ], - [ - -121.81473720899999, - 37.36634739500005 - ], - [ - -121.81459295899998, - 37.366445171000066 - ], - [ - -121.81444873599997, - 37.36654294700003 - ], - [ - -121.81430445799998, - 37.36664070000006 - ], - [ - -121.81408167399997, - 37.36643137800007 - ], - [ - -121.81393562699998, - 37.36631778900005 - ], - [ - -121.81380888299998, - 37.36617669900005 - ], - [ - -121.81369855, - 37.36605394400004 - ], - [ - -121.81368053199998, - 37.36603388800006 - ], - [ - -121.81358824699998, - 37.36593121000004 - ], - [ - -121.81355215099995, - 37.36589100800006 - ], - [ - -121.81347794399994, - 37.36580843000007 - ], - [ - -121.81342383099997, - 37.36574819600003 - ], - [ - -121.81336764199995, - 37.365685651000035 - ], - [ - -121.81329542299994, - 37.365605293000044 - ], - [ - -121.81325731099997, - 37.36556289500004 - ], - [ - -121.81316707499997, - 37.36546245900007 - ], - [ - -121.81314700799999, - 37.36544018300003 - ], - [ - -121.81303863799997, - 37.365319602000056 - ], - [ - -121.81302263899994, - 37.365301835000025 - ], - [ - -121.81290575999998, - 37.36517196400007 - ], - [ - -121.81276731499997, - 37.36501743200006 - ], - [ - -121.81286059399997, - 37.364951724000036 - ], - [ - -121.81300001699998, - 37.364853432000075 - ], - [ - -121.81311966899995, - 37.36476914100007 - ], - [ - -121.81315019199997, - 37.364748519000045 - ], - [ - -121.813277417, - 37.36466276900006 - ], - [ - -121.81329223899996, - 37.364652783000054 - ], - [ - -121.81342198699997, - 37.364565334000076 - ], - [ - -121.81343420199994, - 37.36455709400008 - ], - [ - -121.81356661299998, - 37.364467853000065 - ], - [ - -121.81357619199997, - 37.364461359000074 - ], - [ - -121.81372418899997, - 37.36436159700003 - ], - [ - -121.81386019999997, - 37.364269956000044 - ], - [ - -121.81398759299998, - 37.364184066000064 - ], - [ - -121.81400218799996, - 37.36417422000005 - ], - [ - -121.814144178, - 37.364078508000034 - ], - [ - -121.81415809299995, - 37.36406912800004 - ], - [ - -121.81428616599999, - 37.36398284000006 - ], - [ - -121.814425745, - 37.363888710000026 - ], - [ - -121.81430466699999, - 37.363732062000054 - ], - [ - -121.81429963, - 37.36372609800003 - ], - [ - -121.81429393899998, - 37.36372050800003 - ], - [ - -121.81428762499996, - 37.36371533700003 - ], - [ - -121.81428074499996, - 37.363710654000045 - ], - [ - -121.81427338999998, - 37.36370647800004 - ], - [ - -121.81426558299995, - 37.36370285800007 - ], - [ - -121.81425741199996, - 37.36369981400003 - ], - [ - -121.81425161899995, - 37.36369811600008 - ], - [ - -121.81424868, - 37.36369730200005 - ], - [ - -121.81424571599996, - 37.363696695000044 - ], - [ - -121.81423967099994, - 37.36369548000005 - ], - [ - -121.81423355299995, - 37.36369484000005 - ], - [ - -121.81423047799996, - 37.36369453000003 - ], - [ - -121.81422740799997, - 37.36369442700004 - ], - [ - -121.81422118299997, - 37.36369431400004 - ], - [ - -121.814215591, - 37.36369433100003 - ], - [ - -121.81421000599994, - 37.36369466800005 - ], - [ - -121.81420448199998, - 37.36369532600003 - ], - [ - -121.81419719099995, - 37.36369659700006 - ], - [ - -121.81418993299997, - 37.36369800700004 - ], - [ - -121.81409415, - 37.363554487000044 - ], - [ - -121.813995133, - 37.363445521000074 - ], - [ - -121.81396372499995, - 37.363410920000035 - ], - [ - -121.81388883399995, - 37.363328488000036 - ], - [ - -121.81384005599995, - 37.36327478700008 - ], - [ - -121.81378247799995, - 37.36321143300006 - ], - [ - -121.81371635799997, - 37.36313863000004 - ], - [ - -121.81367617799998, - 37.36309440000008 - ], - [ - -121.81359269, - 37.363002495000046 - ], - [ - -121.81356985199994, - 37.36297734400006 - ], - [ - -121.81346899299996, - 37.362866361000044 - ], - [ - -121.81346349699999, - 37.362860289000025 - ], - [ - -121.813357199, - 37.36274323300006 - ], - [ - -121.81334532699998, - 37.36273022700004 - ], - [ - -121.81325087199997, - 37.36262619900003 - ], - [ - -121.81322165799997, - 37.36259406900007 - ], - [ - -121.813144546, - 37.36250912100007 - ], - [ - -121.81309696899996, - 37.36245675600003 - ], - [ - -121.81303827799996, - 37.36239208600006 - ], - [ - -121.81293189599995, - 37.362275054000065 - ], - [ - -121.81289946699997, - 37.362239342000066 - ], - [ - -121.8128256, - 37.36215799800004 - ], - [ - -121.81271927599994, - 37.36204098600007 - ], - [ - -121.81267731399998, - 37.361994784000046 - ], - [ - -121.812612952, - 37.361923930000046 - ], - [ - -121.81250662699995, - 37.361806873000035 - ], - [ - -121.81240030499998, - 37.361689839000064 - ], - [ - -121.81234693699997, - 37.36163589000006 - ], - [ - -121.81235053999995, - 37.36161902600003 - ], - [ - -121.81235414399998, - 37.36160216300004 - ], - [ - -121.81235592699994, - 37.36159101800007 - ], - [ - -121.81235897599998, - 37.36157194000003 - ], - [ - -121.812360717, - 37.361556767000025 - ], - [ - -121.81236242799997, - 37.36154159600005 - ], - [ - -121.81236347999999, - 37.36152640800003 - ], - [ - -121.81236450299997, - 37.36151119800007 - ], - [ - -121.81236483899994, - 37.361495973000046 - ], - [ - -121.81236520199997, - 37.36148077000007 - ], - [ - -121.81236455199996, - 37.361450311000056 - ], - [ - -121.81236249799997, - 37.361419891000025 - ], - [ - -121.81236137299999, - 37.36140978700007 - ], - [ - -121.812360222, - 37.361399660000075 - ], - [ - -121.81235906899997, - 37.36138955500007 - ], - [ - -121.81235801699995, - 37.36138192200008 - ], - [ - -121.81235690999995, - 37.361374313000056 - ], - [ - -121.81235571399998, - 37.36136668100005 - ], - [ - -121.812355847, - 37.36136450500004 - ], - [ - -121.81235603899995, - 37.361362351000025 - ], - [ - -121.81235617299996, - 37.36136017500007 - ], - [ - -121.81235630499998, - 37.36135790800006 - ], - [ - -121.81235666699996, - 37.361355659000026 - ], - [ - -121.81235725999994, - 37.361353456000074 - ], - [ - -121.81235808099996, - 37.361351272000036 - ], - [ - -121.81235915599996, - 37.36134885800004 - ], - [ - -121.81236023199995, - 37.36134641900003 - ], - [ - -121.81236124999998, - 37.36134395900007 - ], - [ - -121.81236381499997, - 37.361339764000036 - ], - [ - -121.81236675599996, - 37.361335748000045 - ], - [ - -121.81237015699998, - 37.36133193300003 - ], - [ - -121.81237390799998, - 37.361328366000066 - ], - [ - -121.81237803799996, - 37.36132506900003 - ], - [ - -121.81238251699995, - 37.36132206600007 - ], - [ - -121.81238728599999, - 37.361319381000044 - ], - [ - -121.81239231999996, - 37.361317013000075 - ], - [ - -121.81239761899997, - 37.36131500700003 - ], - [ - -121.81240303699997, - 37.36131334500004 - ], - [ - -121.81240892199997, - 37.36131202000007 - ], - [ - -121.81241489999996, - 37.36131115200004 - ], - [ - -121.812420971, - 37.36131067200006 - ], - [ - -121.81242707799998, - 37.361310626000034 - ], - [ - -121.81243313599998, - 37.36131101700005 - ], - [ - -121.81243917299997, - 37.361311819000036 - ], - [ - -121.81244507199995, - 37.36131303500008 - ], - [ - -121.81245080699995, - 37.36131466300003 - ], - [ - -121.81245559899997, - 37.36131644200003 - ], - [ - -121.81246022299996, - 37.361318495000035 - ], - [ - -121.81246467899996, - 37.361320781000074 - ], - [ - -121.81246756999997, - 37.36132219000007 - ], - [ - -121.81247026699998, - 37.36132383000006 - ], - [ - -121.81247276499994, - 37.36132568000005 - ], - [ - -121.81247503799995, - 37.36132771500007 - ], - [ - -121.81247705599998, - 37.36132988900005 - ], - [ - -121.81261208099994, - 37.36122491700007 - ], - [ - -121.81250604099995, - 37.36110923200005 - ], - [ - -121.812386947, - 37.36098995900005 - ], - [ - -121.81238102199995, - 37.36098405100006 - ], - [ - -121.81237515299995, - 37.36097809700004 - ], - [ - -121.81236928499999, - 37.360972143000026 - ], - [ - -121.81236533699996, - 37.36096777000006 - ], - [ - -121.81236189999998, - 37.36096309200008 - ], - [ - -121.81235897599998, - 37.36095825000007 - ], - [ - -121.812356621, - 37.36095314900007 - ], - [ - -121.81235483699999, - 37.360947973000066 - ], - [ - -121.81235365499998, - 37.36094265400004 - ], - [ - -121.81235307099996, - 37.360937258000035 - ], - [ - -121.81235309199997, - 37.36093185500005 - ], - [ - -121.81235371499997, - 37.36092649200003 - ], - [ - -121.81235491199999, - 37.36092116900005 - ], - [ - -121.81235674199996, - 37.36091597500007 - ], - [ - -121.81235911899995, - 37.360910913000055 - ], - [ - -121.81236207399996, - 37.36090605000004 - ], - [ - -121.81236554699996, - 37.36090138800006 - ], - [ - -121.81236951399995, - 37.360897039000065 - ], - [ - -121.81237210799998, - 37.360894607000034 - ], - [ - -121.812374676, - 37.360892152000076 - ], - [ - -121.812377272, - 37.36088969700006 - ], - [ - -121.81257710699998, - 37.360763742000074 - ], - [ - -121.81271341499996, - 37.360677846000044 - ], - [ - -121.81285096099998, - 37.36058424300006 - ], - [ - -121.81298845299995, - 37.36049068800003 - ], - [ - -121.81312597099998, - 37.36039713200006 - ], - [ - -121.81326345999997, - 37.36030355300005 - ], - [ - -121.813400979, - 37.36020997400004 - ], - [ - -121.81353849599998, - 37.36011641700003 - ], - [ - -121.81367601299996, - 37.36002286100006 - ], - [ - -121.81381352999995, - 37.35992928100006 - ], - [ - -121.81395232699998, - 37.35983683200004 - ], - [ - -121.81408925599999, - 37.35974241100007 - ], - [ - -121.81436769099997, - 37.35957109800006 - ], - [ - -121.81457298699996, - 37.35943471000007 - ], - [ - -121.814595828, - 37.359459740000034 - ], - [ - -121.81468807199997, - 37.35956082200005 - ], - [ - -121.81479380299999, - 37.359676739000065 - ], - [ - -121.81500526399998, - 37.35990852700007 - ], - [ - -121.81521675599998, - 37.360140337000075 - ], - [ - -121.815232692, - 37.360157806000075 - ], - [ - -121.81532245999995, - 37.36025623100005 - ], - [ - -121.81542819099997, - 37.36037212400004 - ], - [ - -121.81553395299994, - 37.360488040000064 - ], - [ - -121.81563965799995, - 37.360603911000055 - ], - [ - -121.81574538999996, - 37.360719827000025 - ], - [ - -121.81585115299998, - 37.36083571900008 - ], - [ - -121.81595685699995, - 37.360951613000054 - ], - [ - -121.81606137099999, - 37.36106820500004 - ], - [ - -121.81607546999999, - 37.36108393300003 - ], - [ - -121.81622595299996, - 37.36098091300005 - ], - [ - -121.81641403499998, - 37.36085217600004 - ], - [ - -121.81660208899996, - 37.360723439000026 - ], - [ - -121.81679013999997, - 37.36059470300006 - ], - [ - -121.81697819199997, - 37.36046596500006 - ], - [ - -121.81719497299997, - 37.36031756300008 - ], - [ - -121.81733975799995, - 37.36021842700006 - ], - [ - -121.81752256599998, - 37.360093273000075 - ], - [ - -121.81770990799998, - 37.359965069000054 - ], - [ - -121.81784046699994, - 37.35987563800006 - ], - [ - -121.81783925299999, - 37.359875102000046 - ], - [ - -121.81783803899998, - 37.359874543000046 - ], - [ - -121.81783682499997, - 37.359873984000046 - ], - [ - -121.81783488699995, - 37.35987304500003 - ], - [ - -121.81783294899998, - 37.35987210500008 - ], - [ - -121.81783100999996, - 37.35987114300008 - ], - [ - -121.81782892499996, - 37.35987004400005 - ], - [ - -121.81782684299998, - 37.35986892200003 - ], - [ - -121.81782478499997, - 37.35986777900007 - ], - [ - -121.81782316399995, - 37.35986685900008 - ], - [ - -121.81768121699997, - 37.35974803300007 - ], - [ - -121.817637645, - 37.35971151000007 - ], - [ - -121.81740072999997, - 37.359453049000024 - ], - [ - -121.81732184699996, - 37.35936702300006 - ], - [ - -121.81724322499997, - 37.359281225000075 - ], - [ - -121.816965117, - 37.35897781400007 - ], - [ - -121.816886964, - 37.35889248900003 - ], - [ - -121.816911571, - 37.358878068000024 - ], - [ - -121.81682254299994, - 37.35878094000003 - ], - [ - -121.81662092999994, - 37.35856461100008 - ], - [ - -121.81658602999994, - 37.35858732000003 - ], - [ - -121.81650540799995, - 37.35852294400007 - ], - [ - -121.816437695, - 37.35846204000006 - ], - [ - -121.81636246999994, - 37.35840131200007 - ], - [ - -121.816204197, - 37.358314163000045 - ], - [ - -121.81645077, - 37.35814633800004 - ], - [ - -121.81662109299998, - 37.35803055100007 - ], - [ - -121.81677804999998, - 37.35792432000005 - ], - [ - -121.81702776399999, - 37.357759205000036 - ], - [ - -121.81723240199995, - 37.35762185800007 - ], - [ - -121.817385533, - 37.35779141900008 - ], - [ - -121.81749055599994, - 37.35790773100007 - ], - [ - -121.81759560799998, - 37.35802401900003 - ], - [ - -121.81770060099996, - 37.35814030800003 - ], - [ - -121.81780565199995, - 37.35825659600005 - ], - [ - -121.81791070499997, - 37.35837288500005 - ], - [ - -121.81801572799998, - 37.358489218000045 - ], - [ - -121.81812078099995, - 37.35860550600006 - ], - [ - -121.81822577599996, - 37.358721772000024 - ], - [ - -121.818330829, - 37.358838082000034 - ], - [ - -121.81843585599995, - 37.35895436900006 - ], - [ - -121.818540881, - 37.359070657000075 - ], - [ - -121.81867368899998, - 37.35921769400005 - ], - [ - -121.81871831199999, - 37.35926862800005 - ], - [ - -121.81872771399998, - 37.359279369000035 - ], - [ - -121.81876584899999, - 37.35931979700007 - ], - [ - -121.81896765199997, - 37.35954317100004 - ], - [ - -121.81905042499994, - 37.35948714500006 - ], - [ - -121.81912509199998, - 37.35943659000003 - ], - [ - -121.81914999799994, - 37.35941971500006 - ], - [ - -121.81921678799995, - 37.359374511000055 - ], - [ - -121.81928252899996, - 37.359329983000066 - ], - [ - -121.81933503699997, - 37.359294463000026 - ], - [ - -121.81937952499999, - 37.35926434300006 - ], - [ - -121.81943999499998, - 37.359223401000065 - ], - [ - -121.81951871499996, - 37.359170121000034 - ], - [ - -121.81959743099998, - 37.359116818000075 - ], - [ - -121.81970239099996, - 37.35904577700006 - ], - [ - -121.81975486899995, - 37.35901025600003 - ], - [ - -121.81988609499996, - 37.358921433000035 - ], - [ - -121.81991233399998, - 37.35890367300004 - ], - [ - -121.82006977099996, - 37.35879709000005 - ], - [ - -121.820227204, - 37.35869048200004 - ], - [ - -121.82025347299998, - 37.358672745000035 - ], - [ - -121.82035804099996, - 37.358771182000055 - ], - [ - -121.82054701499999, - 37.35864329900005 - ], - [ - -121.82077111299998, - 37.35885419600004 - ], - [ - -121.82077443699995, - 37.35885734000004 - ], - [ - -121.82087412199996, - 37.35878981500008 - ], - [ - -121.82095068599995, - 37.358738 - ], - [ - -121.82103155699997, - 37.358683230000054 - ], - [ - -121.82109781099996, - 37.35863869600007 - ], - [ - -121.821133149, - 37.358614927000076 - ], - [ - -121.821262505, - 37.358752958000025 - ], - [ - -121.821266864, - 37.358751260000076 - ], - [ - -121.82127133899996, - 37.35874981400008 - ], - [ - -121.82127596299995, - 37.358748640000044 - ], - [ - -121.82127953499997, - 37.35874791300006 - ], - [ - -121.82128316799998, - 37.358747392000055 - ], - [ - -121.82128683299999, - 37.35874705400005 - ], - [ - -121.82129003899996, - 37.35874678700003 - ], - [ - -121.82129322099996, - 37.35874668300005 - ], - [ - -121.82129646199996, - 37.35874676000003 - ], - [ - -121.82130067999998, - 37.358746919000055 - ], - [ - -121.82130487399996, - 37.35874739900004 - ], - [ - -121.82130901799997, - 37.35874817600006 - ], - [ - -121.82131264499998, - 37.35874896000007 - ], - [ - -121.82131618899996, - 37.35874988100005 - ], - [ - -121.82131967799995, - 37.35875100900006 - ], - [ - -121.82132320099998, - 37.35875234300005 - ], - [ - -121.82132660999997, - 37.35875383800004 - ], - [ - -121.82132996499996, - 37.35875547100005 - ], - [ - -121.82133167499995, - 37.35875643600008 - ], - [ - -121.821333413, - 37.35875744600003 - ], - [ - -121.821335095, - 37.35875848000006 - ], - [ - -121.82133642999997, - 37.35875938000004 - ], - [ - -121.82133773499999, - 37.35876030400004 - ], - [ - -121.82133901499998, - 37.358761274000074 - ], - [ - -121.82134009099997, - 37.358762108000064 - ], - [ - -121.82134113799998, - 37.358762968000065 - ], - [ - -121.82134215599996, - 37.35876382600003 - ], - [ - -121.82134317699996, - 37.35876475200007 - ], - [ - -121.82134413999995, - 37.35876568100008 - ], - [ - -121.82134510299994, - 37.358766607000064 - ], - [ - -121.82160778999997, - 37.359041869000066 - ], - [ - -121.82182410699994, - 37.35926823300008 - ], - [ - -121.82182611999997, - 37.359270595000055 - ], - [ - -121.82202133399994, - 37.35949973400005 - ], - [ - -121.82214632899996, - 37.35963577700005 - ], - [ - -121.82226675499999, - 37.35975996800005 - ], - [ - -121.82237097499996, - 37.359869211000046 - ], - [ - -121.82247323799999, - 37.35997966600007 - ], - [ - -121.822576643, - 37.360096243000044 - ], - [ - -121.82268143699997, - 37.36021198100008 - ], - [ - -121.82278631699995, - 37.36032774000006 - ], - [ - -121.82288885799994, - 37.360442473000035 - ], - [ - -121.82290886799996, - 37.36046483900003 - ], - [ - -121.82301488099995, - 37.360583011000074 - ], - [ - -121.82311875799996, - 37.36069546300007 - ], - [ - -121.82311345799997, - 37.36069895600008 - ], - [ - -121.82303702099995, - 37.36075152700005 - ], - [ - -121.82295240899998, - 37.360807141000066 - ], - [ - -121.82285466899998, - 37.36087277000007 - ], - [ - -121.82281115899997, - 37.36090310900005 - ], - [ - -121.82264550899998, - 37.361018761000025 - ], - [ - -121.82255605699999, - 37.36108120600005 - ], - [ - -121.82247490399999, - 37.36113788000006 - ], - [ - -121.82241963899997, - 37.36117643100005 - ], - [ - -121.822389892, - 37.36119695600007 - ], - [ - -121.82228949199998, - 37.36126625400004 - ], - [ - -121.82225415899995, - 37.36129029700004 - ], - [ - -121.82217125099999, - 37.361346739000055 - ], - [ - -121.82215858399996, - 37.36135535100004 - ], - [ - -121.82208292399997, - 37.36140649300006 - ], - [ - -121.82202703699994, - 37.361443906000034 - ], - [ - -121.82199392499996, - 37.361467031000075 - ], - [ - -121.821911366, - 37.36152211900003 - ], - [ - -121.82189502299997, - 37.36153194000008 - ], - [ - -121.82178681299996, - 37.361604072000034 - ], - [ - -121.82176295, - 37.36161999800004 - ], - [ - -121.82163087499998, - 37.361708031000035 - ], - [ - -121.82156580399999, - 37.36175145300007 - ], - [ - -121.821649859, - 37.36184254500006 - ], - [ - -121.82168163999995, - 37.36187700200003 - ], - [ - -121.821719385, - 37.36191796000003 - ], - [ - -121.82180004999998, - 37.36200535900008 - ], - [ - -121.82145465899998, - 37.36223320400006 - ], - [ - -121.82166312899994, - 37.36246444100004 - ], - [ - -121.82192118799998, - 37.36229420900003 - ], - [ - -121.82193894899996, - 37.36231266400006 - ], - [ - -121.82198992399998, - 37.36236711600003 - ], - [ - -121.82202724999996, - 37.36240862900007 - ], - [ - -121.82205497899997, - 37.36243928500005 - ], - [ - -121.82211117999998, - 37.362500590000025 - ], - [ - -121.82213206699998, - 37.36252384000005 - ], - [ - -121.82187156899994, - 37.36269567900007 - ], - [ - -121.82228807599995, - 37.36315772100005 - ], - [ - -121.82263695799998, - 37.36292937700006 - ], - [ - -121.82418364999995, - 37.36188184400004 - ], - [ - -121.82441641799994, - 37.36209863300007 - ], - [ - -121.82451345499999, - 37.362208483000074 - ], - [ - -121.824569479, - 37.36226285300006 - ], - [ - -121.82457124899997, - 37.36226562600007 - ], - [ - -121.82477142099998, - 37.36247962400006 - ], - [ - -121.82491635199995, - 37.362638031000074 - ], - [ - -121.825041877, - 37.36277262100003 - ], - [ - -121.82516715899999, - 37.36289517400007 - ], - [ - -121.82527830999999, - 37.36302283300006 - ], - [ - -121.82523600499997, - 37.363046703000066 - ], - [ - -121.82502203799999, - 37.36316741500008 - ], - [ - -121.82499470899995, - 37.363136663000034 - ], - [ - -121.82489271599997, - 37.36319542800004 - ], - [ - -121.82481061399994, - 37.363106446000074 - ], - [ - -121.824708483, - 37.36299585300003 - ], - [ - -121.82454898499998, - 37.36310265000003 - ], - [ - -121.824402438, - 37.36320570600003 - ], - [ - -121.82439348199995, - 37.36321169000007 - ], - [ - -121.82426199199995, - 37.363300269000035 - ], - [ - -121.82425782699994, - 37.363303132000055 - ], - [ - -121.82413143399998, - 37.36338970800006 - ], - [ - -121.82411423599996, - 37.36340148600004 - ], - [ - -121.82400081699996, - 37.36347908000005 - ], - [ - -121.823970267, - 37.36349959100005 - ], - [ - -121.82386999699997, - 37.363568247000046 - ], - [ - -121.823855606, - 37.36357820600006 - ], - [ - -121.82384838099995, - 37.36358316400003 - ], - [ - -121.823841185, - 37.363588142000026 - ], - [ - -121.82382679199998, - 37.363598102000026 - ], - [ - -121.82373205699997, - 37.36366349200006 - ], - [ - -121.82368363899997, - 37.36369686100005 - ], - [ - -121.82360181899998, - 37.363753247000034 - ], - [ - -121.82354039599994, - 37.36379557500004 - ], - [ - -121.82346358499996, - 37.363848173000065 - ], - [ - -121.82338368699999, - 37.36390288900003 - ], - [ - -121.82333287999995, - 37.36393749900003 - ], - [ - -121.82323962599997, - 37.364000833000034 - ], - [ - -121.82320161999996, - 37.364026258000024 - ], - [ - -121.82309585799999, - 37.364099073000034 - ], - [ - -121.82307132299997, - 37.36411599100006 - ], - [ - -121.82299225499997, - 37.36417071900007 - ], - [ - -121.82295264399994, - 37.364197809000075 - ], - [ - -121.82294111299996, - 37.36420574500005 - ], - [ - -121.82281034799996, - 37.36429497900008 - ], - [ - -121.82280357499997, - 37.36429958800005 - ], - [ - -121.82268438699998, - 37.36438019800005 - ], - [ - -121.82258354599998, - 37.36444602200004 - ], - [ - -121.82255096799997, - 37.364466966000066 - ], - [ - -121.82247051499996, - 37.36451326400004 - ], - [ - -121.82265324999997, - 37.364686720000066 - ], - [ - -121.82271727299997, - 37.36474747900007 - ], - [ - -121.82280375599998, - 37.36482952400007 - ], - [ - -121.82295869599994, - 37.36497664800004 - ], - [ - -121.82307233899996, - 37.364901891000045 - ], - [ - -121.82329146999996, - 37.36475656400006 - ], - [ - -121.82336677999996, - 37.36470654800007 - ], - [ - -121.82343701899998, - 37.36465997500005 - ], - [ - -121.82352553699997, - 37.36460122700004 - ], - [ - -121.82358259299997, - 37.36456340900003 - ], - [ - -121.823689592, - 37.364492366000036 - ], - [ - -121.82372811099998, - 37.36446679800008 - ], - [ - -121.82384559599996, - 37.36438872300005 - ], - [ - -121.82387292699997, - 37.36436943900003 - ], - [ - -121.82399762799997, - 37.364281187000074 - ], - [ - -121.82402814899996, - 37.36426056200003 - ], - [ - -121.82415785199998, - 37.364172988000064 - ], - [ - -121.82417290599994, - 37.36416318100004 - ], - [ - -121.82431979499995, - 37.36406639300003 - ], - [ - -121.82446277099996, - 37.36396884800007 - ], - [ - -121.82447676699996, - 37.36395932800008 - ], - [ - -121.82460542299998, - 37.36386933800003 - ], - [ - -121.82463216499997, - 37.363850746000026 - ], - [ - -121.82475053099995, - 37.363772364000056 - ], - [ - -121.82479100499995, - 37.363745538000046 - ], - [ - -121.82494858999996, - 37.36363903700004 - ], - [ - -121.82510503599997, - 37.363531496000064 - ], - [ - -121.82525984799997, - 37.363679329000036 - ], - [ - -121.82543855199998, - 37.36385003400005 - ], - [ - -121.82559825499999, - 37.36374332500003 - ], - [ - -121.82572366099998, - 37.36365783400004 - ], - [ - -121.82573496699996, - 37.36365013000005 - ], - [ - -121.82584935199998, - 37.363743370000066 - ], - [ - -121.82585636699997, - 37.36375079900006 - ], - [ - -121.82586055599995, - 37.363749401000064 - ], - [ - -121.82586483499995, - 37.363748163000025 - ], - [ - -121.82586917499998, - 37.36374705900005 - ], - [ - -121.825872861, - 37.36374628600004 - ], - [ - -121.82587654699995, - 37.36374560400003 - ], - [ - -121.82588029399994, - 37.363745057000074 - ], - [ - -121.82588750999997, - 37.363744335000035 - ], - [ - -121.82589481599996, - 37.36374402400003 - ], - [ - -121.82590210199999, - 37.363744147000034 - ], - [ - -121.825906466, - 37.36374441800007 - ], - [ - -121.82591083199998, - 37.363744850000046 - ], - [ - -121.82591511699997, - 37.36374546500008 - ], - [ - -121.82591888399998, - 37.36374608600005 - ], - [ - -121.82592262599997, - 37.36374684400005 - ], - [ - -121.825926284, - 37.363747742000044 - ], - [ - -121.82593026, - 37.36374881800003 - ], - [ - -121.82593412499995, - 37.36375003400008 - ], - [ - -121.82593793399997, - 37.363751388000026 - ], - [ - -121.82594671699997, - 37.36375508700007 - ], - [ - -121.82595496899995, - 37.36375950300004 - ], - [ - -121.82596262899995, - 37.36376454400005 - ], - [ - -121.82597100999999, - 37.36377140800005 - ], - [ - -121.82605822499994, - 37.36386884600006 - ], - [ - -121.82617873299995, - 37.36400326300003 - ], - [ - -121.82630017699995, - 37.364137053000036 - ], - [ - -121.82642041099996, - 37.36427060300008 - ], - [ - -121.82652403099996, - 37.36438573200007 - ], - [ - -121.82667326499995, - 37.36454536900004 - ], - [ - -121.82676683299997, - 37.364648344000045 - ], - [ - -121.82688827499999, - 37.364781995000044 - ], - [ - -121.82712911399994, - 37.36504707600005 - ], - [ - -121.82725180299997, - 37.36517970600005 - ], - [ - -121.82686229799998, - 37.365439310000056 - ], - [ - -121.82649235399998, - 37.365686262000054 - ], - [ - -121.82645556899996, - 37.365722091000066 - ], - [ - -121.826399101, - 37.36577709000005 - ], - [ - -121.82610822199996, - 37.366247120000025 - ], - [ - -121.82588730599997, - 37.366598821000025 - ], - [ - -121.82586183999996, - 37.36663925800008 - ], - [ - -121.82615078899994, - 37.36675155900008 - ], - [ - -121.82636090899996, - 37.36684009900006 - ], - [ - -121.826541857, - 37.36690559900006 - ], - [ - -121.82650688099994, - 37.366966035000075 - ], - [ - -121.82682202599995, - 37.36709035200005 - ], - [ - -121.82712969599999, - 37.36721340200006 - ], - [ - -121.82705324299997, - 37.36733798700004 - ], - [ - -121.82696968099998, - 37.36746427500003 - ], - [ - -121.82712563899997, - 37.36752898100008 - ], - [ - -121.82728353099998, - 37.36727497500004 - ], - [ - -121.827437337, - 37.36733647600005 - ], - [ - -121.827591171, - 37.36739798000008 - ], - [ - -121.82759602299996, - 37.36739991500008 - ], - [ - -121.8276691, - 37.36727756800008 - ], - [ - -121.82801381599995, - 37.36671955300005 - ], - [ - -121.82809741199998, - 37.36680652500007 - ], - [ - -121.82851915099997, - 37.366567770000074 - ], - [ - -121.8286369899999, - 37.366498499000045 - ], - [ - -121.82872521299998, - 37.36659249100006 - ], - [ - -121.82873820299994, - 37.36660687800003 - ], - [ - -121.82881795799995, - 37.36669883800005 - ], - [ - -121.82892582999995, - 37.366823691000036 - ], - [ - -121.82903115699997, - 37.36694088100006 - ], - [ - -121.82915541499995, - 37.367077635000044 - ], - [ - -121.82931512, - 37.367252988000075 - ], - [ - -121.82962262899997, - 37.367592295000065 - ], - [ - -121.83030605399995, - 37.368343468000035 - ], - [ - -121.83041926199996, - 37.368477874000064 - ], - [ - -121.83051077799996, - 37.36859222000004 - ], - [ - -121.830593519, - 37.36869700900007 - ], - [ - -121.83076286199997, - 37.368910706000065 - ], - [ - -121.83084736899997, - 37.36901796800004 - ], - [ - -121.830983646, - 37.369191390000026 - ], - [ - -121.83113435299998, - 37.369381127000054 - ], - [ - -121.83124664999997, - 37.369523781000055 - ], - [ - -121.83132443099998, - 37.369622056000026 - ], - [ - -121.83138395999998, - 37.36969719000007 - ], - [ - -121.83160056199995, - 37.36997309000003 - ], - [ - -121.831483247, - 37.37003178300006 - ], - [ - -121.83110115399995, - 37.37022665400008 - ], - [ - -121.83095370099994, - 37.37030008700003 - ], - [ - -121.83078389599996, - 37.37038258600006 - ], - [ - -121.830781447, - 37.37038352900004 - ], - [ - -121.83077893899997, - 37.370384381000065 - ], - [ - -121.8307764, - 37.37038516500007 - ], - [ - -121.83077374599998, - 37.37038588200005 - ], - [ - -121.83077108999998, - 37.370386530000076 - ], - [ - -121.83076840499996, - 37.370387110000024 - ], - [ - -121.83076563199995, - 37.37038762200007 - ], - [ - -121.830762828, - 37.37038804400004 - ], - [ - -121.83076002399997, - 37.37038839500008 - ], - [ - -121.83075716199994, - 37.370388680000076 - ], - [ - -121.83075426899995, - 37.370388895000076 - ], - [ - -121.83075137299994, - 37.37038895100005 - ], - [ - -121.83074844799995, - 37.370388984000044 - ], - [ - -121.83074552099998, - 37.37038892700008 - ], - [ - -121.83074265, - 37.37038875200005 - ], - [ - -121.83073972199998, - 37.37038853400003 - ], - [ - -121.830736818, - 37.370388201000026 - ], - [ - -121.83073394299998, - 37.370387753000045 - ], - [ - -121.830729685, - 37.370387023000035 - ], - [ - -121.83072550999998, - 37.37038606300007 - ], - [ - -121.830721359, - 37.37038494300003 - ], - [ - -121.83071870699996, - 37.370384080000065 - ], - [ - -121.83071607899996, - 37.37038314900008 - ], - [ - -121.83071350999995, - 37.370382171000074 - ], - [ - -121.83070859699995, - 37.370380029000046 - ], - [ - -121.83070393499997, - 37.37037761000005 - ], - [ - -121.830699472, - 37.370374937000065 - ], - [ - -121.83069744, - 37.37037356400003 - ], - [ - -121.83069543599998, - 37.37037214500003 - ], - [ - -121.83069351699999, - 37.37037067800003 - ], - [ - -121.83069160199994, - 37.37036948700006 - ], - [ - -121.83068979999996, - 37.37036818000007 - ], - [ - -121.83068819699997, - 37.37036673400007 - ], - [ - -121.83068673599996, - 37.37036517000007 - ], - [ - -121.83068550099995, - 37.370363491000035 - ], - [ - -121.83054090399997, - 37.370441080000035 - ], - [ - -121.83054266699997, - 37.370443531000035 - ], - [ - -121.83054429099997, - 37.37044605400007 - ], - [ - -121.83054576999996, - 37.37044862300007 - ], - [ - -121.83054780099997, - 37.37045313300007 - ], - [ - -121.83054937499998, - 37.37045776100007 - ], - [ - -121.83055040499994, - 37.370462488000044 - ], - [ - -121.83055094899998, - 37.37046726500006 - ], - [ - -121.83055094899998, - 37.37047204900006 - ], - [ - -121.83055040299996, - 37.370476816000064 - ], - [ - -121.83054939799996, - 37.37048154300004 - ], - [ - -121.83054784399997, - 37.370486183000025 - ], - [ - -121.83054580199996, - 37.37049067000004 - ], - [ - -121.83054327099995, - 37.370495025000025 - ], - [ - -121.83054024699999, - 37.370499180000024 - ], - [ - -121.83053681799998, - 37.37050311000007 - ], - [ - -121.83053295399998, - 37.37050677000008 - ], - [ - -121.83052871299998, - 37.37051018300008 - ], - [ - -121.83052412199999, - 37.37051325700003 - ], - [ - -121.83051920899999, - 37.37051601400003 - ], - [ - -121.83062218599997, - 37.37065218200007 - ], - [ - -121.83076616599999, - 37.37057693600008 - ], - [ - -121.83091375499998, - 37.37050636300006 - ], - [ - -121.83105955399998, - 37.37043345200004 - ], - [ - -121.83129051099996, - 37.370732721000024 - ], - [ - -121.83143645299998, - 37.37065978500004 - ], - [ - -121.83140076799998, - 37.37061432000007 - ], - [ - -121.83120364599995, - 37.370358090000025 - ], - [ - -121.83136155499994, - 37.37027915900006 - ], - [ - -121.83149024699998, - 37.37021369800004 - ], - [ - -121.83149337599997, - 37.37021224400007 - ], - [ - -121.83149659299994, - 37.37021087900007 - ], - [ - -121.83149989799995, - 37.37020965100004 - ], - [ - -121.83150554499997, - 37.37020791600003 - ], - [ - -121.831511402, - 37.370206591000056 - ], - [ - -121.83151738, - 37.37020567600007 - ], - [ - -121.83152344999996, - 37.37020521900007 - ], - [ - -121.83152952999995, - 37.37020514900007 - ], - [ - -121.83153558899994, - 37.37020553800005 - ], - [ - -121.83154159699995, - 37.37020634000004 - ], - [ - -121.83154746899999, - 37.37020757800008 - ], - [ - -121.83155320599997, - 37.37020920700007 - ], - [ - -121.83155871899999, - 37.37021122600004 - ], - [ - -121.83156398299997, - 37.37021363900004 - ], - [ - -121.83156899299996, - 37.37021642000008 - ], - [ - -121.83157363699996, - 37.370219527000074 - ], - [ - -121.83157794299996, - 37.37022295700007 - ], - [ - -121.83158185399998, - 37.37022668900005 - ], - [ - -121.83158533699998, - 37.37023067800004 - ], - [ - -121.83160003599994, - 37.370249235000074 - ], - [ - -121.83163792799996, - 37.37023026400004 - ], - [ - -121.83178758999998, - 37.37043038100006 - ], - [ - -121.83182260499996, - 37.370475259000045 - ], - [ - -121.83187857699994, - 37.37054707000004 - ], - [ - -121.83196620799998, - 37.37065875900004 - ], - [ - -121.83211657799995, - 37.37085023800006 - ], - [ - -121.83172976699996, - 37.371033332000025 - ], - [ - -121.83158226799998, - 37.371105734000025 - ], - [ - -121.83143660699994, - 37.37117997100006 - ], - [ - -121.83130552999995, - 37.371247038000035 - ], - [ - -121.83114691399999, - 37.37132817400004 - ], - [ - -121.83114397799994, - 37.37132443100006 - ], - [ - -121.83111871199998, - 37.371292260000075 - ], - [ - -121.83085175199994, - 37.37095224600006 - ], - [ - -121.83070595099997, - 37.371025178000025 - ], - [ - -121.83057680999997, - 37.371089819000076 - ], - [ - -121.83056015199998, - 37.37109811100004 - ], - [ - -121.83043080999994, - 37.37116275300008 - ], - [ - -121.83041432199997, - 37.371170998000025 - ], - [ - -121.83028489699996, - 37.371235779000074 - ], - [ - -121.83026863699996, - 37.371243906000075 - ], - [ - -121.83013912299998, - 37.37130864200003 - ], - [ - -121.83012277799997, - 37.371316816000046 - ], - [ - -121.82999329399996, - 37.37138152800003 - ], - [ - -121.82997021099999, - 37.37139305200003 - ], - [ - -121.82984635199995, - 37.37145493100007 - ], - [ - -121.82970049299996, - 37.37152779400003 - ], - [ - -121.82996594599996, - 37.37186869900006 - ], - [ - -121.82982046399997, - 37.371941924000055 - ], - [ - -121.82967512699997, - 37.372015125000075 - ], - [ - -121.82943178699998, - 37.37170656400008 - ], - [ - -121.82950960299996, - 37.37154419600006 - ], - [ - -121.82933956799997, - 37.37146253100008 - ], - [ - -121.82920558299998, - 37.37173046200007 - ], - [ - -121.82920355599998, - 37.37173421500006 - ], - [ - -121.82920112499994, - 37.37173781400003 - ], - [ - -121.82919831799995, - 37.37174123300008 - ], - [ - -121.82919513399997, - 37.37174445200003 - ], - [ - -121.82919163099996, - 37.37174744400005 - ], - [ - -121.829187779, - 37.37175011900007 - ], - [ - -121.82918366399997, - 37.37175254700003 - ], - [ - -121.82917928399996, - 37.37175467900005 - ], - [ - -121.82917466999999, - 37.37175649400007 - ], - [ - -121.829169907, - 37.371757968000054 - ], - [ - -121.82916499399994, - 37.37175912200007 - ], - [ - -121.82915996, - 37.37175991200007 - ], - [ - -121.82915486299999, - 37.37176033500003 - ], - [ - -121.82914972999998, - 37.371760394000034 - ], - [ - -121.82914461899998, - 37.371760108000046 - ], - [ - -121.82913956099998, - 37.37175945600006 - ], - [ - -121.829134582, - 37.371758458000045 - ], - [ - -121.82912973999998, - 37.37175714000006 - ], - [ - -121.829053951, - 37.37191900400006 - ], - [ - -121.829058439, - 37.371921403000044 - ], - [ - -121.82906267399994, - 37.37192412500008 - ], - [ - -121.82906662799996, - 37.37192710100004 - ], - [ - -121.82907024099995, - 37.37193033400007 - ], - [ - -121.82907348699996, - 37.371933822000074 - ], - [ - -121.82907636399995, - 37.37193749700003 - ], - [ - -121.82907881299997, - 37.37194136100004 - ], - [ - -121.82908086299994, - 37.371945366000034 - ], - [ - -121.82908248499996, - 37.37194951300006 - ], - [ - -121.82908365199995, - 37.371953759000064 - ], - [ - -121.82908435899998, - 37.37195805300007 - ], - [ - -121.82908460699997, - 37.371962376000056 - ], - [ - -121.82908439699997, - 37.371966705000034 - ], - [ - -121.82908372799994, - 37.37197101500004 - ], - [ - -121.8290826, - 37.371975263000024 - ], - [ - -121.829081009, - 37.37197940100003 - ], - [ - -121.829079488, - 37.37198253200006 - ], - [ - -121.82895308699995, - 37.37225776900004 - ], - [ - -121.82872678299998, - 37.37217143000004 - ], - [ - -121.82864153999998, - 37.37213886200004 - ], - [ - -121.82857547199995, - 37.372112076000064 - ], - [ - -121.828418925, - 37.37204868300006 - ], - [ - -121.82825993199998, - 37.371986348000064 - ], - [ - -121.82810098599998, - 37.371923485000025 - ], - [ - -121.82794571999995, - 37.371861016000025 - ], - [ - -121.827790758, - 37.371799527000064 - ], - [ - -121.82763143299996, - 37.37173627900006 - ], - [ - -121.82746994299998, - 37.37167216300003 - ], - [ - -121.82731388299999, - 37.37161018200004 - ], - [ - -121.82715643299997, - 37.37154744000003 - ], - [ - -121.82700065999995, - 37.371485386000074 - ], - [ - -121.82681620199997, - 37.371411892000026 - ], - [ - -121.82697709899998, - 37.37115531100005 - ], - [ - -121.8268256, - 37.37109163000008 - ], - [ - -121.82666818899997, - 37.371349156000065 - ], - [ - -121.82648142299996, - 37.37127642000007 - ], - [ - -121.82629977499994, - 37.37120431200003 - ], - [ - -121.82612003099996, - 37.37112968900004 - ], - [ - -121.82593738399999, - 37.37105937900003 - ], - [ - -121.82575674299994, - 37.37098744100007 - ], - [ - -121.82557616599996, - 37.370915824000065 - ], - [ - -121.82544410999998, - 37.37086339000007 - ], - [ - -121.82530647899995, - 37.37109466600003 - ], - [ - -121.82452530499995, - 37.37077985700006 - ], - [ - -121.82450665399995, - 37.37077278900006 - ], - [ - -121.824195052, - 37.37129643900005 - ], - [ - -121.823888109, - 37.37116061000006 - ], - [ - -121.82387417999996, - 37.371169214000076 - ], - [ - -121.82385798699994, - 37.37117475300005 - ], - [ - -121.82384058799994, - 37.371176872000035 - ], - [ - -121.82382884799995, - 37.37117631800004 - ], - [ - -121.82381508999998, - 37.37117356600004 - ], - [ - -121.82372945199995, - 37.37128840300005 - ], - [ - -121.82378704899998, - 37.37130993900007 - ], - [ - -121.823637594, - 37.37155736700004 - ], - [ - -121.82327453, - 37.37141785600005 - ], - [ - -121.82309003899996, - 37.37134385400003 - ], - [ - -121.82290434899994, - 37.37127176400003 - ], - [ - -121.82272102999997, - 37.371195802000045 - ], - [ - -121.82253567499998, - 37.37112313600005 - ], - [ - -121.82241019299994, - 37.371318700000074 - ], - [ - -121.82259258699997, - 37.37139094200006 - ], - [ - -121.822822536, - 37.371484483000074 - ], - [ - -121.82297012899994, - 37.371541507000074 - ], - [ - -121.823339697, - 37.371688591000066 - ], - [ - -121.82351541299994, - 37.37176099800007 - ], - [ - -121.82384436599995, - 37.37188393200006 - ], - [ - -121.82392849299998, - 37.37174326500008 - ], - [ - -121.82406856899996, - 37.371542728000065 - ], - [ - -121.82407317099995, - 37.371529011000064 - ], - [ - -121.82421299499998, - 37.37130466600007 - ], - [ - -121.82421313599997, - 37.371304440000074 - ], - [ - -121.82443871099997, - 37.37139384000005 - ], - [ - -121.82466018499997, - 37.371481568000036 - ], - [ - -121.82487308299994, - 37.37156593700007 - ], - [ - -121.82499687399996, - 37.37161496400006 - ], - [ - -121.82509389299997, - 37.371653397000046 - ], - [ - -121.82531438799998, - 37.37174076900004 - ], - [ - -121.82553491799996, - 37.37182846200005 - ], - [ - -121.82575300899998, - 37.37191618000003 - ], - [ - -121.82597321199995, - 37.37200474500003 - ], - [ - -121.826199826, - 37.37209591300007 - ], - [ - -121.82606496199998, - 37.372311823000075 - ], - [ - -121.82613880699995, - 37.372343743000044 - ], - [ - -121.82621672799996, - 37.372377425000025 - ], - [ - -121.826353601, - 37.37216002800005 - ], - [ - -121.82658460299996, - 37.37225268100008 - ], - [ - -121.82680884599995, - 37.37233932100003 - ], - [ - -121.82703184699994, - 37.37242549500007 - ], - [ - -121.82715726599997, - 37.372473951000075 - ], - [ - -121.82725487599998, - 37.372511667000026 - ], - [ - -121.82747681899997, - 37.372599569000045 - ], - [ - -121.82769779499995, - 37.37268791400004 - ], - [ - -121.827918878, - 37.37277420000004 - ], - [ - -121.82813407499998, - 37.37285837700006 - ], - [ - -121.82827429499997, - 37.37291325700005 - ], - [ - -121.82836027399998, - 37.37294686800004 - ], - [ - -121.82858497199999, - 37.37303459900005 - ], - [ - -121.82882568099996, - 37.37309708400005 - ], - [ - -121.82905421599997, - 37.37297830600005 - ], - [ - -121.82920093699994, - 37.372902047000025 - ], - [ - -121.82925535699997, - 37.37287377900003 - ], - [ - -121.829342855, - 37.37282829000003 - ], - [ - -121.82941739499995, - 37.37278956200004 - ], - [ - -121.829487444, - 37.37275475400003 - ], - [ - -121.82957958399999, - 37.37270893700003 - ], - [ - -121.82963632699995, - 37.37268075800006 - ], - [ - -121.82974259499997, - 37.372627915000066 - ], - [ - -121.82977559999995, - 37.37261149400007 - ], - [ - -121.82987109199996, - 37.372564014000034 - ], - [ - -121.82990821399994, - 37.37254528100004 - ], - [ - -121.82992936199997, - 37.372534604000066 - ], - [ - -121.83007242399998, - 37.37246236800007 - ], - [ - -121.83007472799994, - 37.37246117300003 - ], - [ - -121.83021967999997, - 37.37238719900006 - ], - [ - -121.83023605199998, - 37.37237886500003 - ], - [ - -121.83036492399998, - 37.37231354100004 - ], - [ - -121.83039789599997, - 37.372296823000056 - ], - [ - -121.83051019899995, - 37.37223992700007 - ], - [ - -121.83056190099995, - 37.372213704000046 - ], - [ - -121.83065544299996, - 37.37216629200003 - ], - [ - -121.83072502399995, - 37.37213103000005 - ], - [ - -121.83080063099999, - 37.37209270100004 - ], - [ - -121.83088999399996, - 37.37204737300004 - ], - [ - -121.830891254, - 37.37204884700003 - ], - [ - -121.83094814199995, - 37.37202238200007 - ], - [ - -121.83105490999998, - 37.37196714900006 - ], - [ - -121.83109606999994, - 37.37194649500003 - ], - [ - -121.83122075899996, - 37.37188297900008 - ], - [ - -121.83123718499996, - 37.37187457600004 - ], - [ - -121.83138330499997, - 37.371800128000075 - ], - [ - -121.83151496299996, - 37.371733558000074 - ], - [ - -121.83151968399994, - 37.371739364000064 - ], - [ - -121.83153558099997, - 37.371731699000065 - ], - [ - -121.83166684399998, - 37.37166865800003 - ], - [ - -121.83166953399996, - 37.371671535000075 - ], - [ - -121.83170443799997, - 37.37165385600008 - ], - [ - -121.83181810399998, - 37.37159632600003 - ], - [ - -121.83186707699997, - 37.37157153000004 - ], - [ - -121.83196670199999, - 37.37152109400006 - ], - [ - -121.83203349599995, - 37.37148728200003 - ], - [ - -121.83210350299998, - 37.37145183200005 - ], - [ - -121.83241870399996, - 37.37128983200006 - ], - [ - -121.83252692099995, - 37.37142854900003 - ], - [ - -121.83264611599998, - 37.37158126400004 - ], - [ - -121.83264857499995, - 37.37158567600005 - ], - [ - -121.83265063599998, - 37.37159025400007 - ], - [ - -121.83265215399996, - 37.371594952000066 - ], - [ - -121.83265315699998, - 37.37159972400008 - ], - [ - -121.83265367299998, - 37.37160454800005 - ], - [ - -121.832653645, - 37.37160940100006 - ], - [ - -121.83265309999996, - 37.371614237000074 - ], - [ - -121.83265206699997, - 37.371619010000074 - ], - [ - -121.83265051599994, - 37.371623697000075 - ], - [ - -121.83264847499998, - 37.371628275000035 - ], - [ - -121.83264594299999, - 37.37163267600005 - ], - [ - -121.83264295099997, - 37.37163689800008 - ], - [ - -121.83263952199997, - 37.37164089800007 - ], - [ - -121.83263568899997, - 37.371644649000075 - ], - [ - -121.83263144999995, - 37.37164813100003 - ], - [ - -121.83262685899996, - 37.37165131900008 - ], - [ - -121.83262194999998, - 37.37165419000007 - ], - [ - -121.832719828, - 37.371787210000036 - ], - [ - -121.83272508899995, - 37.371784725000055 - ], - [ - -121.83273055899997, - 37.37178260200005 - ], - [ - -121.83273626299996, - 37.37178086700004 - ], - [ - -121.83274211899999, - 37.37177951800004 - ], - [ - -121.83274806799994, - 37.37177860300005 - ], - [ - -121.83275413899997, - 37.37177809900004 - ], - [ - -121.83276024799994, - 37.37177803000003 - ], - [ - -121.83276630399996, - 37.37177837300004 - ], - [ - -121.83277234099995, - 37.371779152000045 - ], - [ - -121.83277821299998, - 37.37178034400006 - ], - [ - -121.83278397699996, - 37.371781949000024 - ], - [ - -121.832789548, - 37.37178394600005 - ], - [ - -121.83279483799998, - 37.37178631200004 - ], - [ - -121.83279987799995, - 37.37178904700005 - ], - [ - -121.83280457899997, - 37.371792130000074 - ], - [ - -121.83280897099996, - 37.37179551300005 - ], - [ - -121.83281290899998, - 37.371799199000066 - ], - [ - -121.83293797899995, - 37.37195647100003 - ], - [ - -121.833048465, - 37.37209520700003 - ], - [ - -121.833086327, - 37.372076191000076 - ], - [ - -121.83328136899996, - 37.37232120300007 - ], - [ - -121.83325985199997, - 37.37233211400007 - ], - [ - -121.83192438599997, - 37.37300797600005 - ], - [ - -121.83173175599995, - 37.372758058000045 - ], - [ - -121.83162814599996, - 37.37281025600004 - ], - [ - -121.83149530199995, - 37.372878075000074 - ], - [ - -121.83134484299995, - 37.37295367100006 - ], - [ - -121.83132034099998, - 37.37296598900008 - ], - [ - -121.83141928199996, - 37.37308785100004 - ], - [ - -121.83151874899994, - 37.373210302000075 - ], - [ - -121.83152036499996, - 37.37321243500003 - ], - [ - -121.83168591599997, - 37.37342679300008 - ], - [ - -121.83194150999998, - 37.37329756200006 - ], - [ - -121.832203129, - 37.37316526400008 - ], - [ - -121.83246594599996, - 37.37344109500003 - ], - [ - -121.83264714099994, - 37.37363499300005 - ], - [ - -121.83281546599994, - 37.37381484600007 - ], - [ - -121.83293941699998, - 37.37393324200008 - ], - [ - -121.83305640799995, - 37.37404418500006 - ], - [ - -121.83317372, - 37.37415544400005 - ], - [ - -121.83332408799998, - 37.37429800800004 - ], - [ - -121.83338730899999, - 37.37435794600003 - ], - [ - -121.83341895799998, - 37.374387572000046 - ], - [ - -121.83345040799998, - 37.37441733600008 - ], - [ - -121.83348165899997, - 37.37444721800006 - ], - [ - -121.83350678499994, - 37.374471447000076 - ], - [ - -121.83351930599997, - 37.374483550000036 - ], - [ - -121.83353176999998, - 37.37449567800007 - ], - [ - -121.833575006, - 37.37453819500007 - ], - [ - -121.83358131399996, - 37.37454448600005 - ], - [ - -121.83359369399994, - 37.37455679800007 - ], - [ - -121.83360277599996, - 37.37456585000007 - ], - [ - -121.83361208999997, - 37.374575152000034 - ], - [ - -121.83363046099998, - 37.37459357500006 - ], - [ - -121.83364109399997, - 37.37460439500006 - ], - [ - -121.83365172799995, - 37.37461526100003 - ], - [ - -121.83366233399994, - 37.37462610500006 - ], - [ - -121.83375536199998, - 37.374726562000035 - ], - [ - -121.83377439499998, - 37.37474678600006 - ], - [ - -121.83387429799996, - 37.37485313900004 - ], - [ - -121.83387955999996, - 37.37485871000007 - ], - [ - -121.83399438199996, - 37.37498290700006 - ], - [ - -121.834114, - 37.375112269000056 - ], - [ - -121.83421370099995, - 37.37522008800005 - ], - [ - -121.83424502399998, - 37.37525397400003 - ], - [ - -121.83408593599995, - 37.375357208000025 - ], - [ - -121.83377296499998, - 37.37556611000008 - ], - [ - -121.83384605799995, - 37.375637426000026 - ], - [ - -121.83364843199996, - 37.37576861100007 - ], - [ - -121.83344238799998, - 37.37590540800005 - ], - [ - -121.83329661699997, - 37.376006063000034 - ], - [ - -121.83309988399998, - 37.37614073800006 - ], - [ - -121.83289660399998, - 37.37627507700006 - ], - [ - -121.83319984199994, - 37.37656498100006 - ], - [ - -121.833294863, - 37.376661273000025 - ], - [ - -121.83330469599997, - 37.37665459200008 - ], - [ - -121.83349642599995, - 37.37652391000006 - ], - [ - -121.83360075799999, - 37.376457351000056 - ], - [ - -121.83373919499996, - 37.376360326000054 - ], - [ - -121.83378048699996, - 37.376332527000045 - ], - [ - -121.83381565899998, - 37.376308849000054 - ], - [ - -121.83387452699998, - 37.37626944900006 - ], - [ - -121.834073623, - 37.37613225100006 - ], - [ - -121.83423786999998, - 37.37602067300003 - ], - [ - -121.83448144799996, - 37.375856026000065 - ], - [ - -121.83455213899998, - 37.37581051700005 - ], - [ - -121.83458557799997, - 37.37578777400006 - ], - [ - -121.83463142699998, - 37.375756626000054 - ], - [ - -121.834541221, - 37.37565542900006 - ], - [ - -121.83426213599995, - 37.37535605000005 - ], - [ - -121.83430962899996, - 37.375323808000076 - ], - [ - -121.83442802699994, - 37.37524356000006 - ], - [ - -121.83458978199997, - 37.375133910000045 - ], - [ - -121.83469579499996, - 37.37506204300007 - ], - [ - -121.834740937, - 37.375031430000035 - ], - [ - -121.83485482799995, - 37.374954209000066 - ], - [ - -121.83510650299996, - 37.37527488600006 - ], - [ - -121.83519518399999, - 37.37539022400006 - ], - [ - -121.83535587899996, - 37.37528079100008 - ], - [ - -121.83550173199995, - 37.37518962400003 - ], - [ - -121.83567628599997, - 37.37540928300007 - ], - [ - -121.83580615699998, - 37.375579360000074 - ], - [ - -121.83604032499994, - 37.375886114000025 - ], - [ - -121.83602037699995, - 37.37589984500005 - ], - [ - -121.83546824499996, - 37.37627955500005 - ], - [ - -121.83532645899999, - 37.37637680300003 - ], - [ - -121.83541527199998, - 37.37649300900006 - ], - [ - -121.83523761199996, - 37.37661465200006 - ], - [ - -121.83506510599994, - 37.37673275800006 - ], - [ - -121.83489095699997, - 37.37685195900008 - ], - [ - -121.83470998499996, - 37.376973021000026 - ], - [ - -121.83478969499998, - 37.37707745200004 - ], - [ - -121.83485962699996, - 37.37716910600005 - ], - [ - -121.83488729299995, - 37.37720536900008 - ], - [ - -121.83498397899996, - 37.37733203800008 - ], - [ - -121.83500888599997, - 37.377364715000056 - ], - [ - -121.83508063799997, - 37.37745872900007 - ], - [ - -121.83517823499994, - 37.377586578000034 - ], - [ - -121.83527133899997, - 37.37770859400007 - ], - [ - -121.83536479699995, - 37.377831065000066 - ], - [ - -121.83546315599995, - 37.377959729000054 - ], - [ - -121.83602193899998, - 37.37768175700006 - ], - [ - -121.836608405, - 37.37740106200005 - ], - [ - -121.83703524599997, - 37.377197057000046 - ], - [ - -121.83745364199996, - 37.37774204700003 - ], - [ - -121.83754553399996, - 37.377861719000066 - ], - [ - -121.83754837799995, - 37.37786031200005 - ], - [ - -121.83758369099996, - 37.37784306300006 - ], - [ - -121.83767655399998, - 37.377964073000044 - ], - [ - -121.83763989, - 37.37798452000004 - ], - [ - -121.83765066899997, - 37.37799856600003 - ], - [ - -121.83773533099998, - 37.37810856800007 - ], - [ - -121.83788920699999, - 37.37830842400007 - ], - [ - -121.83795513599995, - 37.378394058000026 - ], - [ - -121.83802719899995, - 37.37848767700007 - ], - [ - -121.83810105599997, - 37.37858363400005 - ], - [ - -121.83821546699994, - 37.37873223200006 - ], - [ - -121.83821814399994, - 37.378736024000034 - ], - [ - -121.83822039599994, - 37.37873998200007 - ], - [ - -121.83822230399994, - 37.37874405700006 - ], - [ - -121.83822375699998, - 37.37874823000004 - ], - [ - -121.838224664, - 37.378752477000035 - ], - [ - -121.83822529099996, - 37.378755468000065 - ], - [ - -121.83822536999998, - 37.37875668100003 - ], - [ - -121.83822542099995, - 37.37875791600004 - ], - [ - -121.83822556299998, - 37.378760957000054 - ], - [ - -121.83822562299997, - 37.378762788000074 - ], - [ - -121.83822537999998, - 37.37876521800007 - ], - [ - -121.83822505199998, - 37.37876767100005 - ], - [ - -121.83822482499994, - 37.37876948100006 - ], - [ - -121.838224019, - 37.378772490000074 - ], - [ - -121.83822366599998, - 37.378773661000025 - ], - [ - -121.838222584, - 37.378777221000064 - ], - [ - -121.83822042799994, - 37.378781778000075 - ], - [ - -121.83821929199996, - 37.378784057000075 - ], - [ - -121.83821826099995, - 37.37878567100006 - ], - [ - -121.83821565999995, - 37.378789432000076 - ], - [ - -121.83821490499997, - 37.378790492000064 - ], - [ - -121.838212683, - 37.37879296700004 - ], - [ - -121.83821130499996, - 37.37879447100005 - ], - [ - -121.83820947499999, - 37.37879639100004 - ], - [ - -121.83820741299996, - 37.378798224000036 - ], - [ - -121.83820628299998, - 37.378799153000045 - ], - [ - -121.838203, - 37.37880161500004 - ], - [ - -121.83820215099996, - 37.37880222100006 - ], - [ - -121.83820011199998, - 37.37880366300004 - ], - [ - -121.83819835099996, - 37.37880471400007 - ], - [ - -121.83819332599995, - 37.37880756200008 - ], - [ - -121.83830042499994, - 37.378948233000074 - ], - [ - -121.83830712799994, - 37.37894616600005 - ], - [ - -121.83831401199996, - 37.37894457600004 - ], - [ - -121.83832101999997, - 37.37894349000004 - ], - [ - -121.83832815199997, - 37.378942927000026 - ], - [ - -121.83833532199998, - 37.37894284500004 - ], - [ - -121.83834247199997, - 37.37894331200005 - ], - [ - -121.838349516, - 37.37894426300005 - ], - [ - -121.83835645499994, - 37.37894574000006 - ], - [ - -121.83836317199996, - 37.37894767800003 - ], - [ - -121.83836966999996, - 37.37895012100006 - ], - [ - -121.83837583299999, - 37.37895300300005 - ], - [ - -121.83838168399996, - 37.37895630200006 - ], - [ - -121.83838708699994, - 37.37896003900005 - ], - [ - -121.83839212199996, - 37.37896412400005 - ], - [ - -121.83839661899998, - 37.37896856000003 - ], - [ - -121.83848436599999, - 37.37908408900006 - ], - [ - -121.83859858199997, - 37.37923452000007 - ], - [ - -121.83833404099994, - 37.37936274600003 - ], - [ - -121.83815460799997, - 37.37944971400003 - ], - [ - -121.83788690999995, - 37.37957946100005 - ], - [ - -121.83771241399995, - 37.379666601000054 - ], - [ - -121.83743998199998, - 37.37979802800004 - ], - [ - -121.83716757899998, - 37.37992950000006 - ], - [ - -121.83699052499998, - 37.38001643800004 - ], - [ - -121.836715632, - 37.38014992800004 - ], - [ - -121.83643965599998, - 37.380283887000076 - ], - [ - -121.83626752599997, - 37.38037518700003 - ], - [ - -121.83598319699996, - 37.380511987000034 - ], - [ - -121.83571707199997, - 37.38063882800003 - ], - [ - -121.83554115399994, - 37.380720533000044 - ], - [ - -121.83526981199998, - 37.38085070500006 - ], - [ - -121.83498343999997, - 37.38098745800005 - ], - [ - -121.83481079899997, - 37.381072809000045 - ], - [ - -121.83454486899996, - 37.38120262100006 - ], - [ - -121.83427153499997, - 37.381335516000036 - ], - [ - -121.83418386499994, - 37.38137824100005 - ], - [ - -121.83416775199998, - 37.381356175000064 - ], - [ - -121.834144832, - 37.38132553500003 - ], - [ - -121.83409885699996, - 37.38126327300006 - ], - [ - -121.83401357799994, - 37.38115398300005 - ], - [ - -121.83392087399994, - 37.381031961000076 - ], - [ - -121.83376490499995, - 37.380827157000056 - ], - [ - -121.833661066, - 37.38069047500005 - ], - [ - -121.833571754, - 37.38057532600004 - ], - [ - -121.83346744199997, - 37.38043768700004 - ], - [ - -121.83344272999994, - 37.38040635700003 - ], - [ - -121.83340049499998, - 37.38035096400006 - ], - [ - -121.83336577799997, - 37.380305442000065 - ], - [ - -121.83333105899999, - 37.38025172600004 - ], - [ - -121.83330700999994, - 37.380218925000065 - ], - [ - -121.83324972799994, - 37.38014333000007 - ], - [ - -121.83319637199997, - 37.380075635000026 - ], - [ - -121.83313997799996, - 37.38000481500006 - ], - [ - -121.83323088199995, - 37.379963359000044 - ], - [ - -121.83341342199998, - 37.37987492000008 - ], - [ - -121.83359138099996, - 37.37978868600004 - ], - [ - -121.83376672499998, - 37.37970371800003 - ], - [ - -121.83394326099994, - 37.37961818600007 - ], - [ - -121.83412150499998, - 37.379531787000076 - ], - [ - -121.834297473, - 37.379446536000046 - ], - [ - -121.83426693099995, - 37.379414723000025 - ], - [ - -121.83425914699995, - 37.37940448900008 - ], - [ - -121.83402230399997, - 37.379091033000066 - ], - [ - -121.83378367199998, - 37.37877523900005 - ], - [ - -121.83375258899997, - 37.37879022000004 - ], - [ - -121.83343033799997, - 37.37894605500003 - ], - [ - -121.83330553999997, - 37.37878713200007 - ], - [ - -121.83320529499997, - 37.37865549000003 - ], - [ - -121.83307250699994, - 37.37848107000008 - ], - [ - -121.83297334799994, - 37.378350788000034 - ], - [ - -121.83293167099998, - 37.37829603000006 - ], - [ - -121.832871695, - 37.37821723900004 - ], - [ - -121.83277001, - 37.37808362100003 - ], - [ - -121.83266988499997, - 37.37795216100005 - ], - [ - -121.832570434, - 37.37782151600004 - ], - [ - -121.83256062999999, - 37.37780255900003 - ], - [ - -121.83242549799996, - 37.37789368500006 - ], - [ - -121.83230688999998, - 37.37797365800003 - ], - [ - -121.8320604099999, - 37.377646620000064 - ], - [ - -121.83193063899995, - 37.377734503000056 - ], - [ - -121.83219838399998, - 37.37809105500003 - ], - [ - -121.83212244999999, - 37.37814190800003 - ], - [ - -121.83207284699995, - 37.37817506700003 - ], - [ - -121.83195241199996, - 37.37825567800007 - ], - [ - -121.83182755599995, - 37.378339270000026 - ], - [ - -121.83181336599995, - 37.37832038700003 - ], - [ - -121.83179957299996, - 37.37830129400004 - ], - [ - -121.83178623599997, - 37.37828201100007 - ], - [ - -121.831736321, - 37.37821569500005 - ], - [ - -121.83168546899998, - 37.37814984800008 - ], - [ - -121.83163367799995, - 37.378084467000065 - ], - [ - -121.83155603699998, - 37.37798811600004 - ], - [ - -121.83147520099999, - 37.377889441000036 - ], - [ - -121.83141258699999, - 37.377931330000024 - ], - [ - -121.83138737499996, - 37.377949012000045 - ], - [ - -121.83133632799996, - 37.37798484100006 - ], - [ - -121.83128101799997, - 37.37802129100004 - ], - [ - -121.83119482499995, - 37.37807910500004 - ], - [ - -121.83104761799996, - 37.378181718000064 - ], - [ - -121.83100725999998, - 37.37820731000005 - ], - [ - -121.8309470199999, - 37.37824388400003 - ], - [ - -121.83074437299996, - 37.37838381800003 - ], - [ - -121.83056720199994, - 37.378504649000035 - ], - [ - -121.83046073, - 37.37842244700005 - ], - [ - -121.83032128499997, - 37.378292620000025 - ], - [ - -121.83020709799996, - 37.378186267000046 - ], - [ - -121.83016897099998, - 37.378150350000055 - ], - [ - -121.83009233399997, - 37.37807804100004 - ], - [ - -121.82997899799994, - 37.37797112800007 - ], - [ - -121.82994349399996, - 37.37793761000006 - ], - [ - -121.82986700299995, - 37.377865436000036 - ], - [ - -121.82984403999995, - 37.377843608000035 - ], - [ - -121.82975283499997, - 37.377756815000055 - ], - [ - -121.82973804199997, - 37.377742768000076 - ], - [ - -121.82963843199997, - 37.377647969000066 - ], - [ - -121.82963472699998, - 37.377644462000035 - ], - [ - -121.82953640099998, - 37.37755086000004 - ], - [ - -121.82952598599996, - 37.377540999000075 - ], - [ - -121.82943588899997, - 37.37745526900005 - ], - [ - -121.82941453099994, - 37.37743491100008 - ], - [ - -121.82933986799998, - 37.37736388500008 - ], - [ - -121.829300333, - 37.37732624400007 - ], - [ - -121.82923629199996, - 37.37726535100006 - ], - [ - -121.82919019199994, - 37.37722142200005 - ], - [ - -121.82914607799995, - 37.37717946200007 - ], - [ - -121.82908037299995, - 37.37711696300005 - ], - [ - -121.82897139999994, - 37.37701322600003 - ], - [ - -121.82885775799997, - 37.37690510300007 - ], - [ - -121.82874612999996, - 37.376798902000075 - ], - [ - -121.82863181999994, - 37.37669016600006 - ], - [ - -121.82852742399996, - 37.37659054400007 - ], - [ - -121.82851686099997, - 37.376580432000026 - ], - [ - -121.82844936899994, - 37.376515779000044 - ], - [ - -121.828406095, - 37.37647431200003 - ], - [ - -121.82834753399999, - 37.37641830100006 - ], - [ - -121.82829355299998, - 37.37636654100004 - ], - [ - -121.82817972699996, - 37.376257527000064 - ], - [ - -121.82806735799994, - 37.37614991300006 - ], - [ - -121.82795362099995, - 37.37604426100006 - ], - [ - -121.827840628, - 37.37594015900004 - ], - [ - -121.827723231, - 37.375831961000074 - ], - [ - -121.82760874599995, - 37.37572620200007 - ], - [ - -121.82749601199998, - 37.37562209500004 - ], - [ - -121.82738028899996, - 37.37551273400004 - ], - [ - -121.82727390099996, - 37.375412195000024 - ], - [ - -121.82720798899999, - 37.37534599000003 - ], - [ - -121.827201173, - 37.375352934000034 - ], - [ - -121.82716012699996, - 37.37539476000006 - ], - [ - -121.82714812499995, - 37.37540695900003 - ], - [ - -121.82709510799998, - 37.37546105100006 - ], - [ - -121.82706793699998, - 37.37548802500004 - ], - [ - -121.82696641599995, - 37.37558871900006 - ], - [ - -121.82692038399995, - 37.37563563800006 - ], - [ - -121.82675866599999, - 37.375799732000075 - ], - [ - -121.82660865999998, - 37.37595142400005 - ], - [ - -121.82652594999996, - 37.37603913400005 - ], - [ - -121.826486591, - 37.376077415000054 - ], - [ - -121.82636182799996, - 37.37619872200003 - ], - [ - -121.82634952899997, - 37.37621193100006 - ], - [ - -121.82627617199995, - 37.37628683200006 - ], - [ - -121.82616695699994, - 37.376396998000075 - ], - [ - -121.82610934099995, - 37.37645228700006 - ], - [ - -121.82609864999995, - 37.37646238800005 - ], - [ - -121.82602942699998, - 37.37652781000003 - ], - [ - -121.82595962999994, - 37.37658687700008 - ], - [ - -121.82579390899997, - 37.376704937000056 - ], - [ - -121.825707766, - 37.376767346000065 - ], - [ - -121.82565202199999, - 37.37681174200003 - ], - [ - -121.825592611, - 37.376861305000034 - ], - [ - -121.82553292499995, - 37.376911491000044 - ], - [ - -121.82547485899994, - 37.37696243500005 - ], - [ - -121.825455794, - 37.37698061900005 - ], - [ - -121.82540311599996, - 37.377036264000026 - ], - [ - -121.82535145099996, - 37.377089081000065 - ], - [ - -121.82527550099996, - 37.37716508600005 - ], - [ - -121.82517747999998, - 37.377266175000045 - ], - [ - -121.82510642899996, - 37.37734185000005 - ], - [ - -121.82505719699998, - 37.37739436500004 - ], - [ - -121.82502548099995, - 37.377378632000045 - ], - [ - -121.82499286899997, - 37.37736407700004 - ], - [ - -121.824959504, - 37.37735072000004 - ], - [ - -121.82483015999998, - 37.377299718000074 - ], - [ - -121.82449879399996, - 37.377168779000044 - ], - [ - -121.82414747499996, - 37.37702847600008 - ], - [ - -121.82384902099994, - 37.376909570000066 - ], - [ - -121.82376807199995, - 37.37687992600007 - ], - [ - -121.82371442999994, - 37.37686018200003 - ], - [ - -121.82366711199995, - 37.37684274800006 - ], - [ - -121.82357996599995, - 37.37681145700003 - ], - [ - -121.82354218499995, - 37.37686613200003 - ], - [ - -121.823409713, - 37.377057679000075 - ], - [ - -121.82325821799998, - 37.37729750800003 - ], - [ - -121.82311595699997, - 37.37752430000006 - ], - [ - -121.82304890899997, - 37.377631791000056 - ], - [ - -121.82296132199997, - 37.37777638800003 - ], - [ - -121.82282535799999, - 37.377997752000056 - ], - [ - -121.82271412199998, - 37.37817720100003 - ], - [ - -121.82266174499995, - 37.378262896000024 - ], - [ - -121.82261709999995, - 37.378333326000075 - ], - [ - -121.822610307, - 37.378344940000034 - ], - [ - -121.82249006999996, - 37.378532678000056 - ], - [ - -121.82253466299994, - 37.378550105000045 - ], - [ - -121.82262095399994, - 37.378584885000066 - ], - [ - -121.82282136099997, - 37.37866429400003 - ], - [ - -121.82302070699996, - 37.37874366900007 - ], - [ - -121.82321649999994, - 37.37882322100006 - ], - [ - -121.82361273999999, - 37.378979410000056 - ], - [ - -121.82376003599995, - 37.379117534000045 - ], - [ - -121.82390607999997, - 37.37925450400007 - ], - [ - -121.82405186199998, - 37.37939120200008 - ], - [ - -121.82405883299998, - 37.37939773900007 - ], - [ - -121.82408828999996, - 37.37937831600004 - ], - [ - -121.82425967499995, - 37.379265298000064 - ], - [ - -121.824616817, - 37.37902971400007 - ], - [ - -121.82474845099995, - 37.37894127000004 - ], - [ - -121.82527235199996, - 37.37858608000005 - ], - [ - -121.82549474999996, - 37.37879568300008 - ], - [ - -121.82562752999996, - 37.378705668000066 - ], - [ - -121.82601926599995, - 37.37844004600004 - ], - [ - -121.82614038399998, - 37.37855420100004 - ], - [ - -121.82619720999998, - 37.37860775900003 - ], - [ - -121.82620102199996, - 37.37861076200005 - ], - [ - -121.82620449199999, - 37.37861399500008 - ], - [ - -121.82620759399998, - 37.37861746200008 - ], - [ - -121.82621032599997, - 37.37862116100007 - ], - [ - -121.82621257599999, - 37.37862500500006 - ], - [ - -121.82621445299998, - 37.37862901200003 - ], - [ - -121.82621587499995, - 37.378633140000034 - ], - [ - -121.826216838, - 37.37863734000007 - ], - [ - -121.82621731599994, - 37.378641592000065 - ], - [ - -121.82621733399998, - 37.37864587300004 - ], - [ - -121.82621686399995, - 37.37865011300005 - ], - [ - -121.82621596399997, - 37.37865433400003 - ], - [ - -121.82621457399995, - 37.37865844700008 - ], - [ - -121.82621275399998, - 37.37866247300008 - ], - [ - -121.82621049799997, - 37.378666345000056 - ], - [ - -121.82620780999997, - 37.37867003700006 - ], - [ - -121.82620471599995, - 37.378673527000046 - ], - [ - -121.82620127599995, - 37.37867679500005 - ], - [ - -121.82619748599996, - 37.378679813000076 - ], - [ - -121.826193376, - 37.37868253700003 - ], - [ - -121.82618897199995, - 37.37868496800007 - ], - [ - -121.82630167199994, - 37.37878530000006 - ], - [ - -121.826306064, - 37.37878234300007 - ], - [ - -121.82631077899998, - 37.37877972600006 - ], - [ - -121.82631578599995, - 37.37877740300007 - ], - [ - -121.82632100099994, - 37.378775490000066 - ], - [ - -121.82632639399998, - 37.37877389600004 - ], - [ - -121.82633196499995, - 37.37877271100007 - ], - [ - -121.82633763099994, - 37.378771914000026 - ], - [ - -121.82634335999995, - 37.37877150600008 - ], - [ - -121.82634912499998, - 37.37877148700005 - ], - [ - -121.82635483899998, - 37.378771880000045 - ], - [ - -121.82636053299996, - 37.37877266300006 - ], - [ - -121.82636608899998, - 37.37877383600005 - ], - [ - -121.82637150999994, - 37.37877540000005 - ], - [ - -121.82637673499994, - 37.37877733300007 - ], - [ - -121.82638173799995, - 37.37877960900005 - ], - [ - -121.82638645999998, - 37.378782235000074 - ], - [ - -121.826390872, - 37.37878516100005 - ], - [ - -121.826394973, - 37.37878838700004 - ], - [ - -121.82639870799994, - 37.378791894000074 - ], - [ - -121.82661547299995, - 37.37865196700005 - ], - [ - -121.82657757799996, - 37.37861616200007 - ], - [ - -121.82663083799997, - 37.37858044600006 - ], - [ - -121.82649577199999, - 37.37845937800006 - ], - [ - -121.82649066099998, - 37.378462366000065 - ], - [ - -121.82648520199996, - 37.378464991000044 - ], - [ - -121.82647947599997, - 37.37846723000007 - ], - [ - -121.82647354199997, - 37.37846903700006 - ], - [ - -121.826467429, - 37.378470434000064 - ], - [ - -121.82646116399997, - 37.378471352000076 - ], - [ - -121.82645483299996, - 37.378471811000054 - ], - [ - -121.82644846699998, - 37.37847183900004 - ], - [ - -121.82644211999997, - 37.37847142900006 - ], - [ - -121.82643585099999, - 37.378470539000034 - ], - [ - -121.82642971899998, - 37.37846921200003 - ], - [ - -121.826423751, - 37.37846744800004 - ], - [ - -121.82641800199997, - 37.37846527000005 - ], - [ - -121.82641253799994, - 37.37846272300004 - ], - [ - -121.82640734899996, - 37.37845973700007 - ], - [ - -121.82628661299998, - 37.37834283300003 - ], - [ - -121.82613799799998, - 37.37819852400003 - ], - [ - -121.82597155099995, - 37.37803688400004 - ], - [ - -121.82582947599997, - 37.377898956000024 - ], - [ - -121.82561093499999, - 37.377686768000046 - ], - [ - -121.82597179099997, - 37.377444593000064 - ], - [ - -121.82598675699995, - 37.37743455700007 - ], - [ - -121.82588491099995, - 37.37733790300007 - ], - [ - -121.82587604199995, - 37.377329442000075 - ], - [ - -121.82576264399995, - 37.377221862000056 - ], - [ - -121.82539096499994, - 37.37747320100004 - ], - [ - -121.82524369699996, - 37.37733020400003 - ], - [ - -121.82549090199996, - 37.37707608300008 - ], - [ - -121.82555754199996, - 37.37700885800007 - ], - [ - -121.82561132199999, - 37.37695713800008 - ], - [ - -121.82562292299997, - 37.376946661000034 - ], - [ - -121.82563400999999, - 37.37693623600006 - ], - [ - -121.82564806499994, - 37.37692337300007 - ], - [ - -121.82567314099998, - 37.37690276400008 - ], - [ - -121.82570527299998, - 37.37687735900005 - ], - [ - -121.82573786999995, - 37.37685233800005 - ], - [ - -121.82577093299994, - 37.37682767800004 - ], - [ - -121.82579825699997, - 37.376809242000036 - ], - [ - -121.82582702899998, - 37.37678852200003 - ], - [ - -121.82585315199998, - 37.37677362200003 - ], - [ - -121.82589185499995, - 37.37674516900006 - ], - [ - -121.82593491199998, - 37.376716344000045 - ], - [ - -121.82597392599996, - 37.37668930500007 - ], - [ - -121.82601195099994, - 37.376661385000034 - ], - [ - -121.82604889799995, - 37.37663260800008 - ], - [ - -121.82605684199996, - 37.376626017000035 - ], - [ - -121.82608473699997, - 37.37660283500003 - ], - [ - -121.82610292599998, - 37.37658685800005 - ], - [ - -121.82612668099995, - 37.376566195000066 - ], - [ - -121.82614924399996, - 37.376544652000064 - ], - [ - -121.82617056, - 37.37652236900004 - ], - [ - -121.826330408, - 37.37667270700007 - ], - [ - -121.82643252999998, - 37.37676878700006 - ], - [ - -121.82649223899995, - 37.376824946000056 - ], - [ - -121.82654538599996, - 37.37687495400007 - ], - [ - -121.82664657599997, - 37.37697015100008 - ], - [ - -121.82665873899998, - 37.37698157300008 - ], - [ - -121.82676859199995, - 37.37708495800007 - ], - [ - -121.82679924999997, - 37.37711377200003 - ], - [ - -121.82688465799998, - 37.37719408600003 - ], - [ - -121.826956038, - 37.37726126000007 - ], - [ - -121.82708975299994, - 37.37738705800007 - ], - [ - -121.82710812899995, - 37.377404316000025 - ], - [ - -121.82726649299997, - 37.377553274000036 - ], - [ - -121.82730240099994, - 37.37758706400007 - ], - [ - -121.82741737899994, - 37.37769622700006 - ], - [ - -121.82749979799996, - 37.377774447000036 - ], - [ - -121.827507616, - 37.37778186600008 - ], - [ - -121.82751577599998, - 37.37777625700005 - ], - [ - -121.82757953999999, - 37.37783285000006 - ], - [ - -121.82758455199996, - 37.377837326000076 - ], - [ - -121.82759367899996, - 37.377831179000054 - ], - [ - -121.82765288999997, - 37.377886656000044 - ], - [ - -121.82786675199998, - 37.37808696800005 - ], - [ - -121.82807717699995, - 37.378290728000025 - ], - [ - -121.82814339999999, - 37.37835487000007 - ], - [ - -121.82828733999997, - 37.37849417100006 - ], - [ - -121.82845316199996, - 37.37864933700007 - ], - [ - -121.828506657, - 37.378699408000045 - ], - [ - -121.82871827399998, - 37.37889743100004 - ], - [ - -121.82876584699994, - 37.37894189200006 - ], - [ - -121.82893692599998, - 37.37910063900006 - ], - [ - -121.82865508499998, - 37.37929074900006 - ], - [ - -121.828828177, - 37.37945450500007 - ], - [ - -121.82883164599997, - 37.379457787000035 - ], - [ - -121.82869689399996, - 37.379543296000065 - ], - [ - -121.828700084, - 37.379546703000074 - ], - [ - -121.82870079699995, - 37.37954754000003 - ], - [ - -121.82870361299996, - 37.379551226000046 - ], - [ - -121.828706002, - 37.37955494300007 - ], - [ - -121.82870677099999, - 37.37955632500007 - ], - [ - -121.82870729999996, - 37.37955732700004 - ], - [ - -121.828708254, - 37.37955924900007 - ], - [ - -121.82870883299995, - 37.37956054800003 - ], - [ - -121.82870919499999, - 37.379561487000046 - ], - [ - -121.82870955799996, - 37.37956238900006 - ], - [ - -121.82870989199995, - 37.379563294000036 - ], - [ - -121.82871037599995, - 37.379564569000024 - ], - [ - -121.82871065199998, - 37.37956557100006 - ], - [ - -121.82871095799999, - 37.37956664600006 - ], - [ - -121.82871125599996, - 37.37956772600006 - ], - [ - -121.82871152499996, - 37.37956881000008 - ], - [ - -121.828711769, - 37.37957007000006 - ], - [ - -121.82871196599996, - 37.379571147000036 - ], - [ - -121.82871211799994, - 37.37957208300003 - ], - [ - -121.82871224799999, - 37.379573022000045 - ], - [ - -121.82871241299995, - 37.37957404300005 - ], - [ - -121.82871251599994, - 37.37957584700007 - ], - [ - -121.82871258999995, - 37.379577264000034 - ], - [ - -121.82871266499995, - 37.379578682000044 - ], - [ - -121.82871260199994, - 37.37958006200006 - ], - [ - -121.82871256599998, - 37.37958101700008 - ], - [ - -121.82871250999995, - 37.379581975000065 - ], - [ - -121.82871243399995, - 37.379582930000026 - ], - [ - -121.82871228299996, - 37.37958434400008 - ], - [ - -121.82871215399996, - 37.37958528200005 - ], - [ - -121.82871200799997, - 37.37958621900003 - ], - [ - -121.82871184099997, - 37.37958715600007 - ], - [ - -121.82871164699998, - 37.37958834600005 - ], - [ - -121.82871136499995, - 37.37958940200008 - ], - [ - -121.82871106899995, - 37.379590508000035 - ], - [ - -121.82871076999999, - 37.37959161300006 - ], - [ - -121.82871052299998, - 37.379592495000054 - ], - [ - -121.82871012899994, - 37.37959365300003 - ], - [ - -121.82870893199998, - 37.37959679000005 - ], - [ - -121.82870859399998, - 37.37959767000007 - ], - [ - -121.82870786899997, - 37.379599136000024 - ], - [ - -121.828707324, - 37.37960021300006 - ], - [ - -121.82870679099995, - 37.379601249000075 - ], - [ - -121.82870635899997, - 37.379602102000035 - ], - [ - -121.82870558099995, - 37.37960334700006 - ], - [ - -121.82870502199995, - 37.37960429200007 - ], - [ - -121.82870432899995, - 37.37960536000003 - ], - [ - -121.82870361399995, - 37.37960641900003 - ], - [ - -121.82870261199997, - 37.37960775200003 - ], - [ - -121.82870186699995, - 37.37960872200006 - ], - [ - -121.82870123199996, - 37.37960952000003 - ], - [ - -121.82870043499997, - 37.37961050000007 - ], - [ - -121.82869948899997, - 37.379611572000044 - ], - [ - -121.82869870099995, - 37.379612431000055 - ], - [ - -121.82869790099994, - 37.37961328200004 - ], - [ - -121.82869709199997, - 37.379614125000046 - ], - [ - -121.828693048, - 37.37961779500006 - ], - [ - -121.82868850099999, - 37.37962128300006 - ], - [ - -121.82841203199996, - 37.37980711900008 - ], - [ - -121.82812959799998, - 37.37999803400004 - ], - [ - -121.82812849299995, - 37.37999878000005 - ], - [ - -121.82812442599999, - 37.38000135900006 - ], - [ - -121.82812329799998, - 37.380002008000076 - ], - [ - -121.82811939299995, - 37.38000404300004 - ], - [ - -121.82811789099998, - 37.380004744000075 - ], - [ - -121.82811619499995, - 37.38000548000008 - ], - [ - -121.82811495699997, - 37.38000600100003 - ], - [ - -121.82811357299994, - 37.380006595000054 - ], - [ - -121.82811253199998, - 37.38000694900006 - ], - [ - -121.82811091499997, - 37.38000750800006 - ], - [ - -121.82810931299997, - 37.380008030000056 - ], - [ - -121.82810807099997, - 37.380008442000076 - ], - [ - -121.82810695799998, - 37.38000873400006 - ], - [ - -121.82810568699995, - 37.38000907500003 - ], - [ - -121.82810441499998, - 37.380009407000045 - ], - [ - -121.82810275899999, - 37.38000983100005 - ], - [ - -121.82810128899996, - 37.380010122000044 - ], - [ - -121.828100098, - 37.380010354000035 - ], - [ - -121.82809890399994, - 37.38001057100007 - ], - [ - -121.828097706, - 37.38001077400003 - ], - [ - -121.82809658399998, - 37.38001097700004 - ], - [ - -121.82809507399998, - 37.380011145000026 - ], - [ - -121.82809327399997, - 37.380011360000026 - ], - [ - -121.82809190499995, - 37.38001149400003 - ], - [ - -121.82809065899994, - 37.38001163700005 - ], - [ - -121.82808940299998, - 37.38001168100004 - ], - [ - -121.82808753799998, - 37.38001176800003 - ], - [ - -121.82808566799997, - 37.380011823000075 - ], - [ - -121.82808393699997, - 37.38001183000006 - ], - [ - -121.82808220499999, - 37.380011796000076 - ], - [ - -121.82808047399999, - 37.380011731000025 - ], - [ - -121.82807875299994, - 37.38001168100004 - ], - [ - -121.82807702499997, - 37.38001150200006 - ], - [ - -121.82807530699995, - 37.380011324000066 - ], - [ - -121.82807359199995, - 37.380011135000075 - ], - [ - -121.82807188499999, - 37.380010893000076 - ], - [ - -121.82807018899996, - 37.38001061500006 - ], - [ - -121.82806849999997, - 37.38001030800007 - ], - [ - -121.82806699599996, - 37.38001005000007 - ], - [ - -121.82806515799996, - 37.38000958600003 - ], - [ - -121.82806350799996, - 37.38000916800007 - ], - [ - -121.82806186299996, - 37.380008737000026 - ], - [ - -121.82806023999996, - 37.38000825200004 - ], - [ - -121.82805703899999, - 37.380007197000054 - ], - [ - -121.82805580999997, - 37.38000679000004 - ], - [ - -121.82805478699999, - 37.38000636100003 - ], - [ - -121.82805367599997, - 37.38000591600007 - ], - [ - -121.82805257499996, - 37.38000545700004 - ], - [ - -121.82805148199998, - 37.38000498400004 - ], - [ - -121.82805025099998, - 37.38000444800008 - ], - [ - -121.828047901, - 37.38000326300005 - ], - [ - -121.82804644299995, - 37.38000251700004 - ], - [ - -121.82804523899995, - 37.380001847000074 - ], - [ - -121.82804365199996, - 37.38000088500007 - ], - [ - -121.82804093199996, - 37.379999174000034 - ], - [ - -121.82803709199999, - 37.37999638300005 - ], - [ - -121.82803586999995, - 37.37999540200008 - ], - [ - -121.82803240299995, - 37.37999231500004 - ], - [ - -121.82794167199995, - 37.37990647700008 - ], - [ - -121.82784517799996, - 37.37981521000006 - ], - [ - -121.82774619699995, - 37.37989845900006 - ], - [ - -121.82763141599997, - 37.37995714200008 - ], - [ - -121.82748883099998, - 37.38005232900008 - ], - [ - -121.82727396099995, - 37.38019571500007 - ], - [ - -121.82750947999995, - 37.38041839600004 - ], - [ - -121.82753833299995, - 37.38044567400004 - ], - [ - -121.82761595399995, - 37.38050556700006 - ], - [ - -121.82756246799994, - 37.380541537000056 - ], - [ - -121.82742928799996, - 37.38063018500003 - ], - [ - -121.82733453599997, - 37.38053759400003 - ], - [ - -121.82709818, - 37.38031306800008 - ], - [ - -121.82707798899997, - 37.380293840000036 - ], - [ - -121.82655422399995, - 37.38065027300007 - ], - [ - -121.82644746899996, - 37.38054886700007 - ], - [ - -121.826349962, - 37.380456192000054 - ], - [ - -121.82618599499995, - 37.380300429000044 - ], - [ - -121.82606614099996, - 37.38018658100003 - ], - [ - -121.82652826299994, - 37.37987349100007 - ], - [ - -121.82642606099995, - 37.379776406000076 - ], - [ - -121.82596388199994, - 37.38008942700003 - ], - [ - -121.82583422999994, - 37.38017970400006 - ], - [ - -121.82587781599995, - 37.38022105500005 - ], - [ - -121.82594768999996, - 37.38028737600007 - ], - [ - -121.82605589699995, - 37.38038984100007 - ], - [ - -121.82616544499996, - 37.380493529000034 - ], - [ - -121.82628129499994, - 37.38060318700008 - ], - [ - -121.82660547699999, - 37.38091008500004 - ], - [ - -121.82586161499995, - 37.38105816900003 - ], - [ - -121.82529993699995, - 37.38116999300007 - ], - [ - -121.82499392799997, - 37.38123090400006 - ], - [ - -121.82445022599995, - 37.38133913300004 - ], - [ - -121.82426583699998, - 37.38137582400003 - ], - [ - -121.82432993599997, - 37.38160660500006 - ], - [ - -121.82434512199995, - 37.381654180000055 - ], - [ - -121.82438797099996, - 37.38178812700005 - ], - [ - -121.824397993, - 37.38181948700003 - ], - [ - -121.82441255799995, - 37.38186441400006 - ], - [ - -121.82443691499998, - 37.381940704000044 - ], - [ - -121.82446279099997, - 37.38202173900004 - ], - [ - -121.82447192499995, - 37.38204990400004 - ], - [ - -121.82450767499995, - 37.382162049000044 - ], - [ - -121.82455545099998, - 37.382229308000035 - ], - [ - -121.82462699399997, - 37.38232497900003 - ], - [ - -121.82465975499997, - 37.38235589900006 - ], - [ - -121.82475222999994, - 37.38244792200004 - ], - [ - -121.82496229299994, - 37.382391805000054 - ], - [ - -121.82512136699995, - 37.38234931000005 - ], - [ - -121.82526325599997, - 37.38231138100008 - ], - [ - -121.825712034, - 37.38339788600007 - ], - [ - -121.82578077199997, - 37.38356488900007 - ], - [ - -121.82583452499995, - 37.38369566700004 - ], - [ - -121.82584894999997, - 37.38373100600006 - ], - [ - -121.825929412, - 37.38392815800006 - ], - [ - -121.826029517, - 37.38417341000007 - ], - [ - -121.82605017999998, - 37.384224037000024 - ], - [ - -121.826142426, - 37.384449965000044 - ], - [ - -121.82643915499995, - 37.38517721900007 - ], - [ - -121.82726742899996, - 37.384819837000066 - ], - [ - -121.82794781099994, - 37.38453425500006 - ], - [ - -121.82841216299994, - 37.384338944000035 - ], - [ - -121.82844825199999, - 37.38432306200008 - ], - [ - -121.82854645799995, - 37.384280542000056 - ], - [ - -121.82859985399995, - 37.384355405000065 - ], - [ - -121.828601059, - 37.384357108000074 - ], - [ - -121.82870814599994, - 37.38450723900007 - ], - [ - -121.82900879899995, - 37.38494596700008 - ], - [ - -121.82914358099998, - 37.385142022000025 - ], - [ - -121.82927207499995, - 37.38532967900005 - ], - [ - -121.82942172499997, - 37.38554387600004 - ], - [ - -121.82959589799998, - 37.38579968400006 - ], - [ - -121.82965139099997, - 37.38588118200005 - ], - [ - -121.82970163999994, - 37.38595477400003 - ], - [ - -121.82973169899998, - 37.385998107000034 - ], - [ - -121.82976170099994, - 37.38604137200008 - ], - [ - -121.82980018199999, - 37.386096923000025 - ], - [ - -121.82998148999997, - 37.38636345100008 - ], - [ - -121.83009769799997, - 37.386531683000044 - ], - [ - -121.83015798399998, - 37.38661895700005 - ], - [ - -121.83031075699995, - 37.38684721900006 - ], - [ - -121.83032233399996, - 37.38686420800008 - ], - [ - -121.83036765299994, - 37.38692993600006 - ], - [ - -121.83031653599994, - 37.38695260500003 - ], - [ - -121.83027004899998, - 37.38697320500006 - ], - [ - -121.83034336799994, - 37.387081969000064 - ], - [ - -121.83052124199997, - 37.38735192400003 - ], - [ - -121.830647925, - 37.387535710000066 - ], - [ - -121.83065151399995, - 37.38754072800003 - ], - [ - -121.83065447499996, - 37.38754595800003 - ], - [ - -121.83082774699994, - 37.38779902700003 - ], - [ - -121.83083125199994, - 37.387804138000035 - ], - [ - -121.83095898999994, - 37.38798745200006 - ], - [ - -121.83098913099997, - 37.387974178000036 - ], - [ - -121.83106302299996, - 37.38808018800006 - ], - [ - -121.83106755799997, - 37.38808675100006 - ], - [ - -121.83115051099998, - 37.38820687200007 - ], - [ - -121.83121499699996, - 37.388300239000046 - ], - [ - -121.83118467999998, - 37.38831331000006 - ], - [ - -121.83134492799996, - 37.38854530700007 - ], - [ - -121.83151188199997, - 37.38878977100006 - ], - [ - -121.83157462099996, - 37.38888148700005 - ], - [ - -121.83167117499994, - 37.38902269400006 - ], - [ - -121.83177679999994, - 37.38917709800006 - ], - [ - -121.83182693299995, - 37.38925044000007 - ], - [ - -121.83197815499994, - 37.38949089300007 - ], - [ - -121.83213835699996, - 37.38971673200007 - ], - [ - -121.83227981399995, - 37.389916164000056 - ], - [ - -121.83243588, - 37.39014326400007 - ], - [ - -121.832438933, - 37.390147143000036 - ], - [ - -121.83244155799997, - 37.390151210000056 - ], - [ - -121.83258313599998, - 37.390352403000065 - ], - [ - -121.83269187499997, - 37.390513981000026 - ], - [ - -121.83280907999995, - 37.39068198600006 - ], - [ - -121.83292439399997, - 37.39084863800008 - ], - [ - -121.83301129299997, - 37.39097271900005 - ], - [ - -121.83301422999995, - 37.39097804200003 - ], - [ - -121.83316306399996, - 37.391204765000055 - ], - [ - -121.83331937199995, - 37.39143394300004 - ], - [ - -121.83347568199997, - 37.39166309800004 - ], - [ - -121.83363315799994, - 37.39188837200004 - ], - [ - -121.83363589499999, - 37.39189225500007 - ], - [ - -121.83363817699995, - 37.39189632600005 - ], - [ - -121.833771593, - 37.39208843200004 - ], - [ - -121.833886496, - 37.39225744700008 - ], - [ - -121.83399634099999, - 37.39241978900003 - ], - [ - -121.83400176799995, - 37.39242782900004 - ], - [ - -121.83400312299995, - 37.39243147600007 - ], - [ - -121.83400354799994, - 37.39243920900003 - ], - [ - -121.834003113, - 37.39244697200007 - ], - [ - -121.83400181599995, - 37.39245465500005 - ], - [ - -121.83399968499998, - 37.39246223200007 - ], - [ - -121.83399674699996, - 37.39246961400005 - ], - [ - -121.83399294499998, - 37.392476775000034 - ], - [ - -121.833988391, - 37.39248360200003 - ], - [ - -121.83398311499997, - 37.39249014100005 - ], - [ - -121.83397716999997, - 37.39249625100007 - ], - [ - -121.83397053099998, - 37.39250193400005 - ], - [ - -121.83396330799997, - 37.39250712100005 - ], - [ - -121.83392448599994, - 37.392525988000045 - ], - [ - -121.833883631, - 37.392541949000076 - ], - [ - -121.83384108599995, - 37.39255477100005 - ], - [ - -121.83379725099996, - 37.39256437900008 - ], - [ - -121.83375863299995, - 37.39257060800003 - ], - [ - -121.83372013699994, - 37.392577250000045 - ], - [ - -121.83368170699998, - 37.39258427900006 - ], - [ - -121.83360394599998, - 37.39260116300005 - ], - [ - -121.83352736399996, - 37.392621261000045 - ], - [ - -121.83345218699998, - 37.39264452400005 - ], - [ - -121.83337496399997, - 37.39267218300006 - ], - [ - -121.83337362399999, - 37.39267272500007 - ], - [ - -121.83329824499998, - 37.39270388800003 - ], - [ - -121.83329707599995, - 37.39270438200003 - ], - [ - -121.83322288399995, - 37.392739353000024 - ], - [ - -121.83300306599995, - 37.39242073400004 - ], - [ - -121.83292298199996, - 37.39245529300007 - ], - [ - -121.83272714699996, - 37.39253676200008 - ], - [ - -121.83267810299998, - 37.39255670600005 - ], - [ - -121.83283395499996, - 37.39271678700004 - ], - [ - -121.83299712499996, - 37.39287703700006 - ], - [ - -121.833083037, - 37.39296329100006 - ], - [ - -121.83301751099998, - 37.393014599000026 - ], - [ - -121.83295399399998, - 37.39306750900005 - ], - [ - -121.83289256799998, - 37.39312195100007 - ], - [ - -121.832841557, - 37.393169958000044 - ], - [ - -121.83284042899999, - 37.39317104700007 - ], - [ - -121.83279143699997, - 37.39321971900006 - ], - [ - -121.83279000099998, - 37.39322124500006 - ], - [ - -121.83274125599996, - 37.39327250000008 - ], - [ - -121.83273146299996, - 37.39328311700007 - ], - [ - -121.83271500599994, - 37.39330134000005 - ], - [ - -121.83269509399997, - 37.39332383900006 - ], - [ - -121.83267398799995, - 37.39334838700006 - ], - [ - -121.83265621299995, - 37.393366695000054 - ], - [ - -121.83262153899994, - 37.39340105700006 - ], - [ - -121.83258419299995, - 37.39343357200005 - ], - [ - -121.83254425899997, - 37.39346410300004 - ], - [ - -121.83249429499995, - 37.39350500200004 - ], - [ - -121.83243967299995, - 37.39354199400003 - ], - [ - -121.83238095699994, - 37.39357472900008 - ], - [ - -121.83232943299998, - 37.39359719700008 - ], - [ - -121.83227631399996, - 37.39361714200004 - ], - [ - -121.83222177099998, - 37.393634493000036 - ], - [ - -121.83218894199996, - 37.39364361100007 - ], - [ - -121.83215526899994, - 37.39365051600004 - ], - [ - -121.83212098399997, - 37.39365520800004 - ], - [ - -121.83209717999995, - 37.39362022900008 - ], - [ - -121.832061308, - 37.39363244800006 - ], - [ - -121.83202469499997, - 37.393643369000074 - ], - [ - -121.8319876, - 37.39365297000006 - ], - [ - -121.83194983899995, - 37.39366227900007 - ], - [ - -121.83191153499996, - 37.39366999400005 - ], - [ - -121.83187276999996, - 37.39367611000006 - ], - [ - -121.831831449, - 37.393678754000064 - ], - [ - -121.83180457999998, - 37.39367947000005 - ], - [ - -121.83172055099999, - 37.39368104300007 - ], - [ - -121.83163671799997, - 37.393675975000065 - ], - [ - -121.83155394599999, - 37.39366432600008 - ], - [ - -121.83142037299996, - 37.393643524000026 - ], - [ - -121.83141755499997, - 37.39364316700005 - ], - [ - -121.83128584699995, - 37.39362712900004 - ], - [ - -121.83128360599994, - 37.39362692700007 - ], - [ - -121.83115056699995, - 37.39361513600005 - ], - [ - -121.83105518899998, - 37.393609308000066 - ], - [ - -121.83095961999999, - 37.39360567600005 - ], - [ - -121.83086400499997, - 37.39360424300003 - ], - [ - -121.83077753999999, - 37.39353044300003 - ], - [ - -121.830710969, - 37.39352801800004 - ], - [ - -121.83060970899999, - 37.39352696900005 - ], - [ - -121.83059984199997, - 37.39352708100006 - ], - [ - -121.83057794399997, - 37.39352819900006 - ], - [ - -121.83055831299998, - 37.393531032000055 - ], - [ - -121.83055350799998, - 37.39353181900003 - ], - [ - -121.83054863899997, - 37.39353230800003 - ], - [ - -121.83054373599998, - 37.393532433000075 - ], - [ - -121.83053882699994, - 37.39353221400006 - ], - [ - -121.83053396899999, - 37.39353167300004 - ], - [ - -121.83052919, - 37.39353076700007 - ], - [ - -121.83052452099997, - 37.39352958300003 - ], - [ - -121.83052001899995, - 37.39352803300005 - ], - [ - -121.83051568199994, - 37.39352620500006 - ], - [ - -121.83051156999994, - 37.39352407700005 - ], - [ - -121.83050771299997, - 37.39352167100003 - ], - [ - -121.83050410699997, - 37.39351901100008 - ], - [ - -121.83050081399995, - 37.39351612000007 - ], - [ - -121.83049786, - 37.393512971000064 - ], - [ - -121.83049524799998, - 37.39350965800003 - ], - [ - -121.83049300699997, - 37.39350620400006 - ], - [ - -121.83040112099997, - 37.393541834000075 - ], - [ - -121.83035175099997, - 37.393466309000075 - ], - [ - -121.83026629999995, - 37.393500833000076 - ], - [ - -121.83026841399999, - 37.39350511200007 - ], - [ - -121.83027007099997, - 37.39350953400003 - ], - [ - -121.830271241, - 37.39351405300005 - ], - [ - -121.83027195299996, - 37.393518623000034 - ], - [ - -121.83027215099997, - 37.39352324500004 - ], - [ - -121.83027183099995, - 37.393527850000055 - ], - [ - -121.83027105099995, - 37.39353241300006 - ], - [ - -121.83026975499996, - 37.39353691500003 - ], - [ - -121.83026799699996, - 37.39354130600003 - ], - [ - -121.83026577699997, - 37.39354556600006 - ], - [ - -121.83026309599995, - 37.39354964800003 - ], - [ - -121.83026000999996, - 37.39355352800004 - ], - [ - -121.83025648799997, - 37.39355718500008 - ], - [ - -121.83025259099998, - 37.39356061600006 - ], - [ - -121.830248343, - 37.393563732000075 - ], - [ - -121.83024380299997, - 37.39356657600007 - ], - [ - -121.830238942, - 37.39356908100007 - ], - [ - -121.83023384599994, - 37.39357124400004 - ], - [ - -121.830210234, - 37.39357924900003 - ], - [ - -121.83018656299998, - 37.39358713900003 - ], - [ - -121.83018117399996, - 37.393588917000045 - ], - [ - -121.83013181999996, - 37.39360451400006 - ], - [ - -121.83012805399994, - 37.39360570300005 - ], - [ - -121.83007448799998, - 37.39362155400005 - ], - [ - -121.82985778999995, - 37.39370616200006 - ], - [ - -121.82964670899997, - 37.393798557000025 - ], - [ - -121.82943233699996, - 37.393891422000024 - ], - [ - -121.82927455299995, - 37.39365474900006 - ], - [ - -121.82922321599995, - 37.39357979600004 - ], - [ - -121.82918625099995, - 37.39352747700008 - ], - [ - -121.82908773699995, - 37.39338262600006 - ], - [ - -121.82899546399995, - 37.39324663300005 - ], - [ - -121.82898942499997, - 37.39323770500005 - ], - [ - -121.82888963299996, - 37.39309339700003 - ], - [ - -121.82879063499996, - 37.392948757000056 - ], - [ - -121.82875997199994, - 37.39290387500006 - ], - [ - -121.82869735199995, - 37.392812339000045 - ], - [ - -121.82859116399999, - 37.39265524000007 - ], - [ - -121.82853101699999, - 37.392565621000074 - ], - [ - -121.82844649599997, - 37.39243947400007 - ], - [ - -121.82829654999995, - 37.39221580100008 - ], - [ - -121.82819339599996, - 37.39225970500007 - ], - [ - -121.82817933299998, - 37.39226588300005 - ], - [ - -121.827971876, - 37.39189735400004 - ], - [ - -121.82796898699996, - 37.391896219000046 - ], - [ - -121.82796757399996, - 37.39189573200008 - ], - [ - -121.827966044, - 37.39189522300006 - ], - [ - -121.82796301699995, - 37.39189436400005 - ], - [ - -121.82795990499994, - 37.391893690000074 - ], - [ - -121.82795835099995, - 37.39189338700004 - ], - [ - -121.82795676999996, - 37.39189317600005 - ], - [ - -121.82795357799995, - 37.391892777000066 - ], - [ - -121.827952031, - 37.391892908000045 - ], - [ - -121.82795051499994, - 37.39189313300005 - ], - [ - -121.82794902899997, - 37.39189347000007 - ], - [ - -121.82794760299998, - 37.391893898000035 - ], - [ - -121.82794620599998, - 37.39189441800005 - ], - [ - -121.82794486799997, - 37.39189505000007 - ], - [ - -121.82794361899994, - 37.39189575100005 - ], - [ - -121.82794242799997, - 37.39189654300003 - ], - [ - -121.82794132499998, - 37.391897425000025 - ], - [ - -121.82794033699997, - 37.391898351000066 - ], - [ - -121.82793943899998, - 37.39189936900004 - ], - [ - -121.82793868199997, - 37.39190043100007 - ], - [ - -121.82776452499996, - 37.39181855900006 - ], - [ - -121.827766312, - 37.391815792000045 - ], - [ - -121.82776777999999, - 37.39181289000004 - ], - [ - -121.82776898999998, - 37.39180992400003 - ], - [ - -121.82776985499999, - 37.39180687000004 - ], - [ - -121.82777040199994, - 37.39180377400004 - ], - [ - -121.82777075499996, - 37.391799466000066 - ], - [ - -121.82777061999997, - 37.391795142000035 - ], - [ - -121.82776997099995, - 37.39179084700004 - ], - [ - -121.82776889099995, - 37.391786601000035 - ], - [ - -121.82776723999996, - 37.391782499000044 - ], - [ - -121.82776516099995, - 37.391778517000034 - ], - [ - -121.82776262599998, - 37.39177467800005 - ], - [ - -121.82775966399998, - 37.391771049000056 - ], - [ - -121.82775630499998, - 37.39176767600003 - ], - [ - -121.82774073699994, - 37.391752127000075 - ], - [ - -121.82772622099998, - 37.391735948000075 - ], - [ - -121.82771281199996, - 37.39171916200007 - ], - [ - -121.82770607599997, - 37.39170980800003 - ], - [ - -121.82769933999998, - 37.39170040800008 - ], - [ - -121.82769274599997, - 37.39169100600003 - ], - [ - -121.82768615199996, - 37.39168155900006 - ], - [ - -121.82767970199995, - 37.391672088000064 - ], - [ - -121.82767324899999, - 37.39166257000005 - ], - [ - -121.82742585199998, - 37.39177102700006 - ], - [ - -121.82742126999995, - 37.391773070000056 - ], - [ - -121.82737165699996, - 37.39179503400004 - ], - [ - -121.82721861099998, - 37.39186296200006 - ], - [ - -121.82705182899997, - 37.39193461600007 - ], - [ - -121.82643856399994, - 37.39222824500007 - ], - [ - -121.82541211999995, - 37.39272025400004 - ], - [ - -121.82545745899995, - 37.39283727800006 - ], - [ - -121.82572201299996, - 37.39332467400004 - ], - [ - -121.82608170599997, - 37.39316303600003 - ], - [ - -121.82679807199997, - 37.39284116500005 - ], - [ - -121.826983343, - 37.39323029600007 - ], - [ - -121.82720412099997, - 37.39364784400004 - ], - [ - -121.827234305, - 37.39370456700004 - ], - [ - -121.82730747899996, - 37.39384599600004 - ], - [ - -121.82738626999998, - 37.39399834900007 - ], - [ - -121.82746505999995, - 37.39415063300004 - ], - [ - -121.82754385199996, - 37.394302964000076 - ], - [ - -121.82762264299998, - 37.39445529500006 - ], - [ - -121.827703784, - 37.394612245000076 - ], - [ - -121.82778325799995, - 37.39476587200005 - ], - [ - -121.82786136699997, - 37.394916884000054 - ], - [ - -121.82793117799997, - 37.39504805100006 - ], - [ - -121.82794932599995, - 37.39514297100004 - ], - [ - -121.82796442199998, - 37.39522190900004 - ], - [ - -121.82794353499997, - 37.39527831600003 - ], - [ - -121.82793863699999, - 37.395291489000044 - ], - [ - -121.827937922, - 37.39529341800005 - ], - [ - -121.82785210499998, - 37.39527843600007 - ], - [ - -121.82693538299998, - 37.39520167100005 - ], - [ - -121.82679986499994, - 37.395226437000076 - ], - [ - -121.82670281299994, - 37.39523144900005 - ], - [ - -121.82661206599994, - 37.39523613700004 - ], - [ - -121.82628851899995, - 37.39525284400003 - ], - [ - -121.82620093799994, - 37.39530327500006 - ], - [ - -121.82614405499999, - 37.395336032000046 - ], - [ - -121.82612551199998, - 37.39534670200004 - ], - [ - -121.826095636, - 37.39536391000007 - ], - [ - -121.82593467699996, - 37.39545527300004 - ], - [ - -121.82602169399996, - 37.39556200700008 - ], - [ - -121.82604661299996, - 37.39559205300003 - ], - [ - -121.82621402299998, - 37.39579923400004 - ], - [ - -121.82634055399996, - 37.39629240000005 - ], - [ - -121.82636419299996, - 37.39638442200004 - ], - [ - -121.82640289399995, - 37.396552246000056 - ], - [ - -121.82637268199994, - 37.39651182100005 - ], - [ - -121.82560193699999, - 37.395167514000036 - ], - [ - -121.82553892099997, - 37.395140826000045 - ], - [ - -121.82544890399998, - 37.39510270300008 - ], - [ - -121.82521284899997, - 37.39455464900004 - ], - [ - -121.82356672599997, - 37.39476756800008 - ], - [ - -121.822001619, - 37.39431179700006 - ], - [ - -121.82133340899998, - 37.39353902400006 - ], - [ - -121.82086390199999, - 37.39350054700003 - ], - [ - -121.819856776, - 37.39348661500003 - ], - [ - -121.81972331799994, - 37.39348012900007 - ], - [ - -121.81944643599996, - 37.39346665000005 - ], - [ - -121.81920323699995, - 37.39334612500005 - ], - [ - -121.81893138699996, - 37.39321134100004 - ], - [ - -121.81919072999995, - 37.39243359400007 - ], - [ - -121.81925510099995, - 37.39230672600007 - ], - [ - -121.81909975499997, - 37.39225628500003 - ], - [ - -121.818940651, - 37.392212434000044 - ], - [ - -121.81880861299999, - 37.39218230700004 - ], - [ - -121.81877845499997, - 37.39217545900004 - ], - [ - -121.818613831, - 37.39214547100005 - ], - [ - -121.81844755499998, - 37.392122665000045 - ], - [ - -121.818296063, - 37.392108575000066 - ], - [ - -121.81824889799998, - 37.39210688500003 - ], - [ - -121.81814808599995, - 37.39210181400006 - ], - [ - -121.81804713699995, - 37.392098737000026 - ], - [ - -121.81794613699998, - 37.392097652000075 - ], - [ - -121.81784356299994, - 37.39209855300004 - ], - [ - -121.81774099799998, - 37.39210146800008 - ], - [ - -121.81763861399997, - 37.392106486000046 - ], - [ - -121.81763267699995, - 37.392106598000055 - ], - [ - -121.81762678899997, - 37.39210620700004 - ], - [ - -121.81762095199997, - 37.39210544900004 - ], - [ - -121.81725589699994, - 37.39204683200006 - ], - [ - -121.81723840199999, - 37.392047028000036 - ], - [ - -121.81722094199995, - 37.39204603400003 - ], - [ - -121.81720368999999, - 37.39204382500003 - ], - [ - -121.81718667499996, - 37.392040423000026 - ], - [ - -121.81717018499995, - 37.39203586900004 - ], - [ - -121.81715419199998, - 37.392030189000025 - ], - [ - -121.81706929699999, - 37.39199886800003 - ], - [ - -121.81706614899997, - 37.39199769000004 - ], - [ - -121.81706317099997, - 37.39199630500008 - ], - [ - -121.81706032999995, - 37.39199466600007 - ], - [ - -121.81705768699999, - 37.39199288700007 - ], - [ - -121.817055273, - 37.39199092300004 - ], - [ - -121.81705308199997, - 37.39198875100004 - ], - [ - -121.81705111899998, - 37.39198643700007 - ], - [ - -121.81704947099996, - 37.391984053000044 - ], - [ - -121.817048049, - 37.39198150500005 - ], - [ - -121.81704696999998, - 37.39197888600006 - ], - [ - -121.81704614699999, - 37.39197617000008 - ], - [ - -121.81704563999995, - 37.39197345200006 - ], - [ - -121.81704547699997, - 37.39197068400006 - ], - [ - -121.81704559999997, - 37.39196791300003 - ], - [ - -121.81688224499999, - 37.39203099900004 - ], - [ - -121.81674239899996, - 37.392106408000075 - ], - [ - -121.81666342899996, - 37.39214898000006 - ], - [ - -121.81662594899996, - 37.39216611000006 - ], - [ - -121.816586729, - 37.392180558000064 - ], - [ - -121.81654605299997, - 37.392192185000056 - ], - [ - -121.81650429599995, - 37.39220093900008 - ], - [ - -121.81646170899995, - 37.392206728000076 - ], - [ - -121.81641863899995, - 37.39220947800004 - ], - [ - -121.81637545899997, - 37.392209207000064 - ], - [ - -121.81626780899995, - 37.39220192300007 - ], - [ - -121.81619059299999, - 37.39218958200007 - ], - [ - -121.81608662899998, - 37.39217502500003 - ], - [ - -121.81598206099994, - 37.39216353900008 - ], - [ - -121.81587705899994, - 37.39215519600003 - ], - [ - -121.81589609799994, - 37.39213026200008 - ], - [ - -121.81578415599995, - 37.39209594600004 - ], - [ - -121.81567643799997, - 37.39205389400007 - ], - [ - -121.81557378199994, - 37.39200446000007 - ], - [ - -121.81551076699998, - 37.39197909600006 - ], - [ - -121.81544516399998, - 37.39195831500007 - ], - [ - -121.81537752399998, - 37.39194234200005 - ], - [ - -121.81530827799997, - 37.391931284000066 - ], - [ - -121.81523811499994, - 37.391925205000064 - ], - [ - -121.815167525, - 37.391924188000075 - ], - [ - -121.81509713899999, - 37.39192822800004 - ], - [ - -121.81502747199994, - 37.39193729400006 - ], - [ - -121.81501355299997, - 37.39194019800004 - ], - [ - -121.81499996399998, - 37.39194403500005 - ], - [ - -121.81498682299997, - 37.391948737000064 - ], - [ - -121.81493571399994, - 37.39197231500003 - ], - [ - -121.81488304599998, - 37.39199362000005 - ], - [ - -121.81482904499995, - 37.39201262900008 - ], - [ - -121.81477354099997, - 37.39202114700004 - ], - [ - -121.81471727299999, - 37.392025440000054 - ], - [ - -121.81466078799997, - 37.39202547800005 - ], - [ - -121.81460451499998, - 37.39202125700007 - ], - [ - -121.81454902599995, - 37.39201279100007 - ], - [ - -121.81445088499999, - 37.392001417000074 - ], - [ - -121.81435215, - 37.391993780000064 - ], - [ - -121.81425310799995, - 37.39198983000006 - ], - [ - -121.81423115799998, - 37.39199124400005 - ], - [ - -121.81420940399994, - 37.39199398300008 - ], - [ - -121.81418796, - 37.39199809100006 - ], - [ - -121.81416516299998, - 37.39193187500007 - ], - [ - -121.81415201699997, - 37.39186131800005 - ], - [ - -121.81410655599996, - 37.39133372200007 - ], - [ - -121.81412887699997, - 37.391291514000045 - ], - [ - -121.81415573399994, - 37.39125102000003 - ], - [ - -121.81418692899996, - 37.39121256000004 - ], - [ - -121.81418828099999, - 37.391211171000066 - ], - [ - -121.81422223699997, - 37.391176433000055 - ], - [ - -121.81413353899995, - 37.391046225000025 - ], - [ - -121.81388422699996, - 37.390794053000036 - ], - [ - -121.81374451499994, - 37.39064544000007 - ], - [ - -121.81362114299998, - 37.390778253000065 - ], - [ - -121.81340898399998, - 37.39088342600007 - ], - [ - -121.81306147999999, - 37.39114688300003 - ], - [ - -121.81299523099995, - 37.39116093300004 - ], - [ - -121.81292929199998, - 37.39117491600007 - ], - [ - -121.81196330599994, - 37.391751827000064 - ], - [ - -121.81193603399998, - 37.391801344000044 - ], - [ - -121.81189487199998, - 37.39179010700008 - ], - [ - -121.81185390099995, - 37.39177838900008 - ], - [ - -121.81181317899996, - 37.391766278000034 - ], - [ - -121.81119168799995, - 37.391576744000076 - ], - [ - -121.81118949799998, - 37.39157612900004 - ], - [ - -121.81116389599998, - 37.39156895200006 - ], - [ - -121.811137665, - 37.391563432000055 - ], - [ - -121.81111097599995, - 37.39155963300004 - ], - [ - -121.81108400199997, - 37.39155757700007 - ], - [ - -121.81089327599994, - 37.39155210900003 - ], - [ - -121.81072990699994, - 37.39154928800008 - ], - [ - -121.81056677, - 37.391541636000056 - ], - [ - -121.81040412099998, - 37.39152914700003 - ], - [ - -121.81026388699996, - 37.391497592000064 - ], - [ - -121.81012626399996, - 37.391459531000066 - ], - [ - -121.80999159999999, - 37.39141514200003 - ], - [ - -121.809941327, - 37.39139968200004 - ], - [ - -121.809889511, - 37.39138787700006 - ], - [ - -121.80983664099995, - 37.39137981500005 - ], - [ - -121.80979727899995, - 37.39137671200007 - ], - [ - -121.80978297899998, - 37.39137558500005 - ], - [ - -121.80972912599998, - 37.39137522500005 - ], - [ - -121.80971177199996, - 37.39137857700007 - ], - [ - -121.80969486699996, - 37.39138311500005 - ], - [ - -121.80967850199994, - 37.391388791000054 - ], - [ - -121.80966278399995, - 37.391395559000046 - ], - [ - -121.80964785999998, - 37.391403370000035 - ], - [ - -121.80963381299995, - 37.39141215700005 - ], - [ - -121.80962075899998, - 37.391421870000045 - ], - [ - -121.80960880899994, - 37.39143244100006 - ], - [ - -121.80959802099994, - 37.39144377700006 - ], - [ - -121.80958847899996, - 37.391455809000036 - ], - [ - -121.80958026599995, - 37.39146846800003 - ], - [ - -121.80957340999998, - 37.39148161400004 - ], - [ - -121.80956799799998, - 37.39149517900006 - ], - [ - -121.80956408099996, - 37.39150907100003 - ], - [ - -121.80956163299999, - 37.39152317500003 - ], - [ - -121.80956070699995, - 37.391537423000045 - ], - [ - -121.80955574199999, - 37.39155860500006 - ], - [ - -121.80955080499996, - 37.39157981000005 - ], - [ - -121.80954587099995, - 37.39160101500005 - ], - [ - -121.80954453699997, - 37.39161650400007 - ], - [ - -121.80954156299998, - 37.39163187200006 - ], - [ - -121.80953700799995, - 37.39164696200004 - ], - [ - -121.80953086999995, - 37.39166170200008 - ], - [ - -121.80952320299997, - 37.39167597800008 - ], - [ - -121.80951403299997, - 37.391689702000065 - ], - [ - -121.80950347599997, - 37.39170275200007 - ], - [ - -121.80949158499999, - 37.39171503800003 - ], - [ - -121.80947841899996, - 37.39172651600006 - ], - [ - -121.80946411499997, - 37.391737044000024 - ], - [ - -121.80944870499997, - 37.39174657900003 - ], - [ - -121.80943241499995, - 37.39175504600007 - ], - [ - -121.80894677299995, - 37.391914513000074 - ], - [ - -121.80890779499998, - 37.39192634700004 - ], - [ - -121.80886773399999, - 37.39193553800004 - ], - [ - -121.80882685199998, - 37.391941968000026 - ], - [ - -121.80878540499998, - 37.39194563500007 - ], - [ - -121.80874373599994, - 37.39194648900008 - ], - [ - -121.80870210599994, - 37.39194452800007 - ], - [ - -121.80866085399998, - 37.39193976900003 - ], - [ - -121.80862024299995, - 37.39193223400008 - ], - [ - -121.80858059099995, - 37.39192198600006 - ], - [ - -121.80854212199995, - 37.39190911700007 - ], - [ - -121.80850518999995, - 37.39189371200007 - ], - [ - -121.808470022, - 37.39187588500005 - ], - [ - -121.80843687799995, - 37.391855700000065 - ], - [ - -121.80840593499994, - 37.39183336200006 - ], - [ - -121.80839180999999, - 37.39182125000008 - ], - [ - -121.80831944899995, - 37.39186003100008 - ], - [ - -121.808221012, - 37.39174656700004 - ], - [ - -121.80819810099996, - 37.39171601400005 - ], - [ - -121.80813795999995, - 37.39163020800004 - ], - [ - -121.80808092299998, - 37.39154308700006 - ], - [ - -121.808031154, - 37.391461468000045 - ], - [ - -121.80796806299998, - 37.39139393900007 - ], - [ - -121.80790006299998, - 37.391321222000045 - ], - [ - -121.80783211899995, - 37.39124850400003 - ], - [ - -121.80776318199997, - 37.39117476800004 - ], - [ - -121.80772686599994, - 37.39113394900005 - ], - [ - -121.80768649, - 37.39109562500005 - ], - [ - -121.80764234999998, - 37.39106006600008 - ], - [ - -121.80759467499996, - 37.39102752200006 - ], - [ - -121.80754384299996, - 37.390998172000025 - ], - [ - -121.80749017499994, - 37.39097226600006 - ], - [ - -121.80744995799995, - 37.39095282200003 - ], - [ - -121.80740977099998, - 37.39093335600006 - ], - [ - -121.80736955499998, - 37.390913915000056 - ], - [ - -121.807187409, - 37.39082326500005 - ], - [ - -121.80701473699997, - 37.39072150100003 - ], - [ - -121.80685261099995, - 37.390609203000054 - ], - [ - -121.80680158099995, - 37.39057179800005 - ], - [ - -121.80675133499994, - 37.39052998900007 - ], - [ - -121.80670425299996, - 37.390485445000024 - ], - [ - -121.80666065699995, - 37.39043838900005 - ], - [ - -121.80662086599995, - 37.39038907100007 - ], - [ - -121.80658517199998, - 37.39033782900003 - ], - [ - -121.80655377999994, - 37.390284939000026 - ], - [ - -121.806543821, - 37.390264976000026 - ], - [ - -121.806526755, - 37.39023074000005 - ], - [ - -121.80650433499994, - 37.39017571200003 - ], - [ - -121.806485496, - 37.39011718800003 - ], - [ - -121.80647331499995, - 37.39002272100004 - ], - [ - -121.80646176599998, - 37.38993326000008 - ], - [ - -121.80645024699999, - 37.389843846000076 - ], - [ - -121.80643845599997, - 37.38975198500003 - ], - [ - -121.80643790599999, - 37.389738555000065 - ], - [ - -121.80643589299996, - 37.38972521000005 - ], - [ - -121.806432337, - 37.38971208800007 - ], - [ - -121.80642734999998, - 37.389699233000044 - ], - [ - -121.80642096399998, - 37.38968680700003 - ], - [ - -121.80641318299996, - 37.38967487700006 - ], - [ - -121.80640411899998, - 37.38966355600007 - ], - [ - -121.80639383599998, - 37.38965293600006 - ], - [ - -121.80638238899996, - 37.38964306100007 - ], - [ - -121.80636989699997, - 37.38963406700003 - ], - [ - -121.80635641599997, - 37.38962597600005 - ], - [ - -121.80634209199997, - 37.38961890300004 - ], - [ - -121.80632709699995, - 37.389612844000055 - ], - [ - -121.80631140599996, - 37.389607915000056 - ], - [ - -121.80629527399998, - 37.38960406600006 - ], - [ - -121.80627878999996, - 37.38960143300005 - ], - [ - -121.80624488799998, - 37.389604965000046 - ], - [ - -121.80621038099997, - 37.38960855800008 - ], - [ - -121.80612955499998, - 37.38961756100008 - ], - [ - -121.80609136699996, - 37.38962206200006 - ], - [ - -121.806048826, - 37.38962709100008 - ], - [ - -121.80596690199997, - 37.389637296000046 - ], - [ - -121.805832394, - 37.38965074200007 - ], - [ - -121.80578543399997, - 37.38971965700006 - ], - [ - -121.80566552399995, - 37.389788655000075 - ], - [ - -121.80556042899997, - 37.38968776000007 - ], - [ - -121.80545869499997, - 37.38970351900008 - ], - [ - -121.80529800599999, - 37.38973227100007 - ], - [ - -121.80524511899995, - 37.38975103400003 - ], - [ - -121.80519435999997, - 37.389773253000044 - ], - [ - -121.80514612399998, - 37.38979878500004 - ], - [ - -121.80510069599995, - 37.38982742200005 - ], - [ - -121.80505844599998, - 37.38985899800008 - ], - [ - -121.80501965899998, - 37.38989328300005 - ], - [ - -121.80496050799997, - 37.38994262700004 - ], - [ - -121.80490260299996, - 37.389991019000036 - ], - [ - -121.80484463999994, - 37.39003941000004 - ], - [ - -121.80478712999997, - 37.39008743200003 - ], - [ - -121.80473666299997, - 37.390129767000076 - ], - [ - -121.80468220899996, - 37.39016884900008 - ], - [ - -121.8046240799999, - 37.39020440300004 - ], - [ - -121.80455459499996, - 37.39024028800003 - ], - [ - -121.80448146699996, - 37.390271247000044 - ], - [ - -121.804405294, - 37.39029704300003 - ], - [ - -121.80432659, - 37.390317466000056 - ], - [ - -121.80428914999999, - 37.39032227700005 - ], - [ - -121.80425152099997, - 37.390325992000044 - ], - [ - -121.804213727, - 37.39032861000004 - ], - [ - -121.804136799, - 37.39033083900006 - ], - [ - -121.80405987799998, - 37.39032858000007 - ], - [ - -121.80398333699998, - 37.39032183200004 - ], - [ - -121.80396235399996, - 37.39031780800008 - ], - [ - -121.803941023, - 37.390315230000056 - ], - [ - -121.80391948899995, - 37.39031414200008 - ], - [ - -121.80389789399999, - 37.390314543000045 - ], - [ - -121.80387643999995, - 37.39031642800006 - ], - [ - -121.80385527099997, - 37.39031982400007 - ], - [ - -121.80383455699996, - 37.39032458600008 - ], - [ - -121.80381441199995, - 37.390330807000055 - ], - [ - -121.80379235899994, - 37.39034267900007 - ], - [ - -121.80377179399994, - 37.39035613800007 - ], - [ - -121.80375286399999, - 37.39037102000003 - ], - [ - -121.80373570499995, - 37.390387256000054 - ], - [ - -121.80371647699997, - 37.39040823100004 - ], - [ - -121.80370396999996, - 37.39042469000003 - ], - [ - -121.80369298299996, - 37.39044440500004 - ], - [ - -121.80368476199999, - 37.39046312900007 - ], - [ - -121.80368156399999, - 37.39047708100003 - ], - [ - -121.80367773799998, - 37.39052910600003 - ], - [ - -121.80367067099996, - 37.390610940000045 - ], - [ - -121.80367065099995, - 37.39061117400007 - ], - [ - -121.80398248699998, - 37.390490011000054 - ], - [ - -121.80454764499996, - 37.39133665400004 - ], - [ - -121.804819195, - 37.39174342300004 - ], - [ - -121.80556251399997, - 37.392856847000076 - ], - [ - -121.80577297399998, - 37.39317207200003 - ], - [ - -121.80515731899999, - 37.39340976400007 - ], - [ - -121.80597191099997, - 37.39492449100004 - ], - [ - -121.80472704199997, - 37.394684891000054 - ], - [ - -121.803149696, - 37.39453668400006 - ], - [ - -121.80346523599997, - 37.394159898000055 - ], - [ - -121.80238546899994, - 37.39255736600006 - ], - [ - -121.80160313099998, - 37.39139621800007 - ], - [ - -121.80037902999999, - 37.39150485600004 - ], - [ - -121.79497769199997, - 37.39394081200004 - ], - [ - -121.79416456299998, - 37.39822035000003 - ], - [ - -121.79366589099999, - 37.39904272700005 - ], - [ - -121.79266601399996, - 37.40065090200005 - ], - [ - -121.78950320499996, - 37.399309309000046 - ], - [ - -121.78916102299996, - 37.399163808000026 - ], - [ - -121.78877973099998, - 37.39788598800004 - ], - [ - -121.78627608099998, - 37.39258290600003 - ], - [ - -121.78560007799996, - 37.39101173000006 - ], - [ - -121.78466399399997, - 37.39126095200004 - ], - [ - -121.78402980599998, - 37.39142977100005 - ], - [ - -121.78375468999997, - 37.39150300700004 - ], - [ - -121.78388123299999, - 37.39171831500005 - ], - [ - -121.78389160999996, - 37.39232184000008 - ], - [ - -121.78390850899996, - 37.39245867000005 - ], - [ - -121.783601692, - 37.392692226000065 - ], - [ - -121.78345769599997, - 37.39280184000006 - ], - [ - -121.78346249799995, - 37.39287260800006 - ], - [ - -121.78348425999997, - 37.393193988000064 - ], - [ - -121.78388877299994, - 37.39348815100004 - ], - [ - -121.78403038899995, - 37.393719032000035 - ], - [ - -121.78403100899999, - 37.39372004300003 - ], - [ - -121.78403043599997, - 37.393721784000036 - ], - [ - -121.78389010399997, - 37.394147830000065 - ], - [ - -121.78401813899995, - 37.39490170900007 - ], - [ - -121.784092596, - 37.395009008000045 - ], - [ - -121.784263249, - 37.39525493100007 - ], - [ - -121.78413200899996, - 37.39539476700003 - ], - [ - -121.78391866899995, - 37.39562207300003 - ], - [ - -121.78387367299996, - 37.39578993200007 - ], - [ - -121.78425465699996, - 37.39609962000003 - ], - [ - -121.78473310399994, - 37.39609438100007 - ], - [ - -121.78478351399997, - 37.396149610000066 - ], - [ - -121.78493217599998, - 37.396739282000055 - ], - [ - -121.78533938199996, - 37.39685022800006 - ], - [ - -121.785223165, - 37.39698883700004 - ], - [ - -121.78518170099994, - 37.39729340000008 - ], - [ - -121.78513890199997, - 37.40055887400007 - ], - [ - -121.78530913299994, - 37.400960937000036 - ], - [ - -121.78531481599998, - 37.40097433300008 - ], - [ - -121.78596271299995, - 37.40250461800008 - ], - [ - -121.78643019599997, - 37.404151322000075 - ], - [ - -121.78652735599997, - 37.404493553000066 - ], - [ - -121.78658291899995, - 37.40468926500006 - ], - [ - -121.78677331399996, - 37.40469367800006 - ], - [ - -121.786848578, - 37.40469543900008 - ], - [ - -121.78685440199996, - 37.40469555800007 - ], - [ - -121.78687197099998, - 37.404695960000026 - ], - [ - -121.78727024499995, - 37.40494847800005 - ], - [ - -121.78759233499994, - 37.40502075100005 - ], - [ - -121.78767459899996, - 37.405039214000055 - ], - [ - -121.78782772399995, - 37.40507362900007 - ], - [ - -121.78801782, - 37.405116287000055 - ], - [ - -121.78805838799997, - 37.405125389000034 - ], - [ - -121.78806790399994, - 37.40513719200004 - ], - [ - -121.78808785299998, - 37.40516193600007 - ], - [ - -121.78815150099996, - 37.405094062000046 - ], - [ - -121.788613006, - 37.40491352300006 - ], - [ - -121.78862851899999, - 37.404929536000054 - ], - [ - -121.788639881, - 37.40494119900006 - ], - [ - -121.78879139199995, - 37.40509724800006 - ], - [ - -121.78902943899999, - 37.40534242800004 - ], - [ - -121.789037023, - 37.405350240000075 - ], - [ - -121.78879470599998, - 37.40545791900007 - ], - [ - -121.78929974999994, - 37.405611746000034 - ], - [ - -121.78960795299997, - 37.405705617000024 - ], - [ - -121.78963192199996, - 37.405712907000066 - ], - [ - -121.78963663299999, - 37.405729988000076 - ], - [ - -121.78964024899994, - 37.40574309800007 - ], - [ - -121.789646985, - 37.405767653000055 - ], - [ - -121.78972774799996, - 37.406061145000024 - ], - [ - -121.78988263499997, - 37.406624168000064 - ], - [ - -121.79043024599997, - 37.40861439400004 - ], - [ - -121.79094696499999, - 37.40955641900007 - ], - [ - -121.79053011199994, - 37.41115591200003 - ], - [ - -121.79148068599994, - 37.413117484000054 - ], - [ - -121.791862101, - 37.41322123100008 - ], - [ - -121.79189554499999, - 37.41323031500008 - ], - [ - -121.79163802699998, - 37.41324521400003 - ], - [ - -121.79128124199997, - 37.41314520100008 - ], - [ - -121.79108605899995, - 37.41307089900005 - ], - [ - -121.79096630999999, - 37.413142235000066 - ], - [ - -121.79084025699996, - 37.41321732500006 - ], - [ - -121.79082679299995, - 37.413225348000026 - ], - [ - -121.790830288, - 37.41322663600005 - ], - [ - -121.79098574399995, - 37.41328361400008 - ], - [ - -121.79144879699999, - 37.41360295100003 - ], - [ - -121.79182151199996, - 37.413686538000036 - ], - [ - -121.79197437699997, - 37.413729602000046 - ], - [ - -121.79243472599995, - 37.41385928200003 - ], - [ - -121.79353074499994, - 37.41380444600003 - ], - [ - -121.79487657399994, - 37.41373704500006 - ], - [ - -121.79604056099998, - 37.413678756000024 - ], - [ - -121.79612030099997, - 37.413674763000074 - ], - [ - -121.79613159499996, - 37.41367896400004 - ], - [ - -121.79653392899996, - 37.41382910900006 - ], - [ - -121.79713069999997, - 37.414051811000036 - ], - [ - -121.79904087199998, - 37.41476461800005 - ], - [ - -121.79914462899995, - 37.414803336000034 - ], - [ - -121.79917474999996, - 37.41480794900008 - ], - [ - -121.79942890899997, - 37.41484688200006 - ], - [ - -121.79948751999996, - 37.41485584600008 - ], - [ - -121.80008379099996, - 37.414947185000074 - ], - [ - -121.80034982899997, - 37.41498793100004 - ], - [ - -121.80087160799997, - 37.41506784500007 - ], - [ - -121.80102939799997, - 37.414787397000055 - ], - [ - -121.80105476999995, - 37.414742303000025 - ], - [ - -121.80145734699994, - 37.41402677200006 - ], - [ - -121.80151660599995, - 37.413921419000076 - ], - [ - -121.80160010399999, - 37.413773012000036 - ], - [ - -121.80167676699995, - 37.41363675600007 - ], - [ - -121.80021420199995, - 37.40925881700008 - ], - [ - -121.80027647099996, - 37.40912457700006 - ], - [ - -121.800285514, - 37.40890565500007 - ], - [ - -121.80028613899998, - 37.40889058800008 - ], - [ - -121.80028861499994, - 37.40883006200005 - ], - [ - -121.80031635499995, - 37.408159037000075 - ], - [ - -121.800318775, - 37.40810047400004 - ], - [ - -121.80117575899999, - 37.40746883700007 - ], - [ - -121.80177883299996, - 37.40745669800003 - ], - [ - -121.80249110799997, - 37.40769407500005 - ], - [ - -121.80509362699996, - 37.40739301900004 - ], - [ - -121.80555810099997, - 37.407339325000066 - ], - [ - -121.80623150099996, - 37.40738122300007 - ], - [ - -121.80627338299996, - 37.40738382500007 - ], - [ - -121.80632273199996, - 37.407386891000044 - ], - [ - -121.80641660499998, - 37.40739275900006 - ], - [ - -121.80761254499998, - 37.407467146000045 - ], - [ - -121.80818296899997, - 37.40738978400003 - ], - [ - -121.80976876999995, - 37.40718267900007 - ], - [ - -121.81053068399996, - 37.40808063600008 - ], - [ - -121.812750855, - 37.40875291000003 - ], - [ - -121.81506194399998, - 37.40421132900008 - ], - [ - -121.81507908499998, - 37.40422629900007 - ], - [ - -121.81782439099999, - 37.406624073000046 - ], - [ - -121.81858460199999, - 37.407709555000054 - ], - [ - -121.81892203299998, - 37.40819138400008 - ], - [ - -121.81895514699994, - 37.40817368000006 - ], - [ - -121.81930328199996, - 37.408735740000054 - ], - [ - -121.82105937399996, - 37.411243013000046 - ], - [ - -121.82081068699995, - 37.411169320000056 - ], - [ - -121.82082873599995, - 37.41119845700007 - ], - [ - -121.82092680099998, - 37.41127385000004 - ], - [ - -121.82308863299994, - 37.41293722000006 - ], - [ - -121.82314009699996, - 37.41297681000003 - ], - [ - -121.82314274599997, - 37.41297884100004 - ], - [ - -121.82319147599998, - 37.41301635600007 - ], - [ - -121.82323037199995, - 37.41304624500003 - ], - [ - -121.823313666, - 37.413110336000045 - ], - [ - -121.82490327599999, - 37.41422070700003 - ], - [ - -121.82508116099996, - 37.414344957000026 - ], - [ - -121.82495928199995, - 37.414191119000066 - ], - [ - -121.82492488799994, - 37.41413526900004 - ], - [ - -121.82486511099995, - 37.41403811400005 - ], - [ - -121.82486463599997, - 37.41403718200007 - ], - [ - -121.82485672999996, - 37.414021888000036 - ], - [ - -121.82477392399994, - 37.41386078900007 - ], - [ - -121.824744899, - 37.413797027000044 - ], - [ - -121.82470622899996, - 37.413712039000075 - ], - [ - -121.824773129, - 37.41369800900003 - ], - [ - -121.824879883, - 37.41367558500008 - ], - [ - -121.82489649599995, - 37.41367179700006 - ], - [ - -121.82642428599996, - 37.41332355700007 - ], - [ - -121.82648716399996, - 37.41330922700007 - ], - [ - -121.82647963, - 37.41329254100003 - ], - [ - -121.82639124499997, - 37.41309677600003 - ], - [ - -121.82634959599994, - 37.413005689000045 - ], - [ - -121.82630856199995, - 37.41290079300006 - ], - [ - -121.82629181899995, - 37.412858088000064 - ], - [ - -121.826231587, - 37.41271110800005 - ], - [ - -121.82616878299996, - 37.412564822000036 - ], - [ - -121.82616185499995, - 37.41254636000008 - ], - [ - -121.82615553399995, - 37.41252974500003 - ], - [ - -121.82614600099998, - 37.41249389300003 - ], - [ - -121.82614033299996, - 37.41245754000005 - ], - [ - -121.82613862299996, - 37.412420936000046 - ], - [ - -121.826140813, - 37.41238433400008 - ], - [ - -121.82614690999998, - 37.41234800900003 - ], - [ - -121.82615689199997, - 37.412312256000064 - ], - [ - -121.82618232699997, - 37.41226921100008 - ], - [ - -121.82621230099994, - 37.41222803900007 - ], - [ - -121.82624658799995, - 37.412189082000054 - ], - [ - -121.82628490699994, - 37.41215257500005 - ], - [ - -121.82632700799996, - 37.41211884100005 - ], - [ - -121.82637254599996, - 37.412088089000065 - ], - [ - -121.82642124199998, - 37.412060575000055 - ], - [ - -121.82648938699998, - 37.41200525900007 - ], - [ - -121.82655965699996, - 37.41195165800008 - ], - [ - -121.826631965, - 37.411899797000046 - ], - [ - -121.82668823799997, - 37.411848140000075 - ], - [ - -121.82673838699998, - 37.41179259200004 - ], - [ - -121.826781902, - 37.41173361800003 - ], - [ - -121.82681386099995, - 37.411679900000024 - ], - [ - -121.82684651199997, - 37.411626382000065 - ], - [ - -121.82687979899998, - 37.41157313000008 - ], - [ - -121.82691372199997, - 37.41152014700003 - ], - [ - -121.82694830799994, - 37.41146738500004 - ], - [ - -121.82698353299998, - 37.41141493600003 - ], - [ - -121.82701936299998, - 37.41136273200004 - ], - [ - -121.82703604499994, - 37.41133898900006 - ], - [ - -121.82705583099994, - 37.411310841000045 - ], - [ - -121.82709290699995, - 37.41125924000005 - ], - [ - -121.82716813299999, - 37.41116978500003 - ], - [ - -121.827173287, - 37.41116432300004 - ], - [ - -121.82724941899994, - 37.41108380700007 - ], - [ - -121.82733659699994, - 37.411001586000054 - ], - [ - -121.82735549599994, - 37.41098161900004 - ], - [ - -121.82737219399996, - 37.41096044000005 - ], - [ - -121.82738657599998, - 37.410938212000076 - ], - [ - -121.82739853099997, - 37.41091509600005 - ], - [ - -121.82740797899999, - 37.41089123000006 - ], - [ - -121.82741483399997, - 37.41086682100007 - ], - [ - -121.82741904199997, - 37.41084202900004 - ], - [ - -121.82741928599995, - 37.41083804400006 - ], - [ - -121.82742060699997, - 37.41081704000004 - ], - [ - -121.82741947299996, - 37.410792033000064 - ], - [ - -121.82741689399995, - 37.410774530000026 - ], - [ - -121.82741654699998, - 37.410772724000026 - ], - [ - -121.82741570299999, - 37.410767219000036 - ], - [ - -121.82741041899999, - 37.41074937800005 - ], - [ - -121.82740328299997, - 37.410731972000065 - ], - [ - -121.82739434399997, - 37.41071504300004 - ], - [ - -121.82738366899997, - 37.410698867000065 - ], - [ - -121.827371342, - 37.410683395000035 - ], - [ - -121.82735742399996, - 37.410668835000024 - ], - [ - -121.82734200199997, - 37.41065523100008 - ], - [ - -121.82732522299995, - 37.41064271700003 - ], - [ - -121.82730717299995, - 37.41063140700004 - ], - [ - -121.82719225199997, - 37.41057344600006 - ], - [ - -121.82707251399995, - 37.410522155000024 - ], - [ - -121.82699147899996, - 37.41049311000006 - ], - [ - -121.82694850799999, - 37.410477711000055 - ], - [ - -121.82687665299994, - 37.41044856100007 - ], - [ - -121.82680838199997, - 37.410414381000066 - ], - [ - -121.82674418899995, - 37.41037543900006 - ], - [ - -121.82672814199998, - 37.41036378700005 - ], - [ - -121.82668462299995, - 37.41033212000008 - ], - [ - -121.82665944099995, - 37.41031020200006 - ], - [ - -121.82663017799996, - 37.41028471300007 - ], - [ - -121.826611147, - 37.41026009300003 - ], - [ - -121.82659484799996, - 37.410234253000056 - ], - [ - -121.82658140099994, - 37.41020739500004 - ], - [ - -121.82657089299994, - 37.410179725000035 - ], - [ - -121.82656341799998, - 37.41015142800006 - ], - [ - -121.82655906099995, - 37.41012270400006 - ], - [ - -121.82655777899998, - 37.410035968000045 - ], - [ - -121.82655762499996, - 37.41002885100005 - ], - [ - -121.82655642799995, - 37.409951910000075 - ], - [ - -121.82655121399995, - 37.40978114400008 - ], - [ - -121.82654327299997, - 37.40961045600005 - ], - [ - -121.826544002, - 37.40956590600007 - ], - [ - -121.82654771699998, - 37.409521435000045 - ], - [ - -121.82655447699995, - 37.40947720400004 - ], - [ - -121.82655860099999, - 37.40945577900004 - ], - [ - -121.82656146299996, - 37.40944075400006 - ], - [ - -121.82657238999997, - 37.40940492300007 - ], - [ - -121.82658712099999, - 37.40936998800004 - ], - [ - -121.82660560199997, - 37.40933620000004 - ], - [ - -121.82662766699997, - 37.40930379100007 - ], - [ - -121.82663659999997, - 37.40929302300003 - ], - [ - -121.82665314499997, - 37.40927303600006 - ], - [ - -121.82668184299996, - 37.40924414600005 - ], - [ - -121.82671359099999, - 37.40921734900007 - ], - [ - -121.82676658899999, - 37.409173718000034 - ], - [ - -121.82681891699997, - 37.40912952200006 - ], - [ - -121.82687048899999, - 37.409084807000056 - ], - [ - -121.82687376799998, - 37.40908195500003 - ], - [ - -121.826949217, - 37.40901479100006 - ], - [ - -121.82701868299995, - 37.40893878900005 - ], - [ - -121.82707824499994, - 37.408857614000055 - ], - [ - -121.82704111299995, - 37.40881074500004 - ], - [ - -121.82680097199994, - 37.40850738200004 - ], - [ - -121.82724682799994, - 37.40829612700003 - ], - [ - -121.82734356199995, - 37.40825291700003 - ], - [ - -121.82734743799995, - 37.40824667000004 - ], - [ - -121.82737459099997, - 37.40821163900006 - ], - [ - -121.82741875499994, - 37.40816664300007 - ], - [ - -121.82747821599997, - 37.40812502000006 - ], - [ - -121.82755174199997, - 37.408083788000056 - ], - [ - -121.82756830599999, - 37.408076116000075 - ], - [ - -121.82758136199999, - 37.40807134500005 - ], - [ - -121.827617864, - 37.40806175200004 - ], - [ - -121.827655242, - 37.40805471400006 - ], - [ - -121.82769323899998, - 37.408050278000076 - ], - [ - -121.8277316, - 37.408048448000045 - ], - [ - -121.82776997899998, - 37.408049273000074 - ], - [ - -121.82779460899997, - 37.40805148900006 - ], - [ - -121.82789336399998, - 37.40800738400003 - ], - [ - -121.82984291799994, - 37.40713875700004 - ], - [ - -121.83033137599995, - 37.407836176000046 - ], - [ - -121.83039607699999, - 37.407930914000076 - ], - [ - -121.83045585599996, - 37.40801840700004 - ], - [ - -121.83052647199997, - 37.40812628500004 - ], - [ - -121.83274459799998, - 37.41141207100003 - ], - [ - -121.83277172399994, - 37.41145280500007 - ], - [ - -121.83316728799997, - 37.41205675900005 - ], - [ - -121.83624594199995, - 37.41678040000005 - ], - [ - -121.83655762899997, - 37.41725859200005 - ], - [ - -121.83663392899996, - 37.417375650000054 - ], - [ - -121.836714127, - 37.417498687000034 - ], - [ - -121.83675712899998, - 37.41756466000004 - ], - [ - -121.83680904199997, - 37.417673001000026 - ], - [ - -121.83698470299998, - 37.417943878000074 - ], - [ - -121.83736958099996, - 37.418537370000024 - ], - [ - -121.83835868699998, - 37.420062545000064 - ], - [ - -121.83872887599995, - 37.42063334900007 - ], - [ - -121.83893010099996, - 37.42094361900007 - ], - [ - -121.83901513199999, - 37.421074728000065 - ], - [ - -121.83899660699996, - 37.42107882700003 - ], - [ - -121.838248196, - 37.42124439200006 - ], - [ - -121.83744645399997, - 37.421421751000025 - ], - [ - -121.83823469999999, - 37.421447932000035 - ], - [ - -121.83847804099997, - 37.421582166000064 - ], - [ - -121.83894500499997, - 37.421839756000054 - ], - [ - -121.83939414199995, - 37.421644757000024 - ], - [ - -121.84006963399997, - 37.42265962400006 - ], - [ - -121.84059539299994, - 37.42344950900008 - ], - [ - -121.83935585599994, - 37.42403695100006 - ], - [ - -121.83873242599998, - 37.42435496500008 - ], - [ - -121.83713238899998, - 37.42517112300004 - ], - [ - -121.83772097999997, - 37.42591079400006 - ], - [ - -121.85145874799997, - 37.42293525800005 - ], - [ - -121.85558436699995, - 37.42204130300007 - ], - [ - -121.85627505899998, - 37.421891611000035 - ], - [ - -121.85648731599997, - 37.421845621000045 - ], - [ - -121.85674957299995, - 37.42178879900007 - ], - [ - -121.85774204899997, - 37.42157369200004 - ], - [ - -121.85797280099996, - 37.42152369900003 - ], - [ - -121.85799489899995, - 37.421534775000055 - ], - [ - -121.85963704599999, - 37.422358331000055 - ], - [ - -121.85987430399996, - 37.42247542600006 - ], - [ - -121.85987750199996, - 37.42247700900003 - ], - [ - -121.85995734899996, - 37.42251638500005 - ], - [ - -121.86010511199999, - 37.422460830000034 - ], - [ - -121.86035466699997, - 37.42235122500006 - ], - [ - -121.86040637199994, - 37.422328538000045 - ], - [ - -121.86041827399998, - 37.42232329600006 - ], - [ - -121.86068761699994, - 37.42220503900006 - ], - [ - -121.86073590499996, - 37.42218383200003 - ], - [ - -121.86078413499996, - 37.42216264800004 - ], - [ - -121.86083233799997, - 37.42214148800008 - ], - [ - -121.86088065599995, - 37.42212028300003 - ], - [ - -121.86095704399997, - 37.42208673300007 - ], - [ - -121.86110151099996, - 37.42202492700005 - ], - [ - -121.86211605799997, - 37.42157767900005 - ], - [ - -121.86383553899998, - 37.42081965300008 - ], - [ - -121.86515789299995, - 37.42023665700003 - ], - [ - -121.86602811299997, - 37.41985299400005 - ], - [ - -121.86683176199995, - 37.41949866500005 - ], - [ - -121.867544276, - 37.41918451200007 - ], - [ - -121.86767011499995, - 37.41912950600005 - ], - [ - -121.86874486899995, - 37.418659708000064 - ], - [ - -121.86939523799998, - 37.41837538300007 - ], - [ - -121.87011996899997, - 37.41805885100007 - ], - [ - -121.87174242499998, - 37.41735025100007 - ], - [ - -121.873253192, - 37.41669034000006 - ], - [ - -121.87333296599996, - 37.41665415700004 - ], - [ - -121.87353382299995, - 37.416562627000076 - ], - [ - -121.87377056799994, - 37.41646248600006 - ], - [ - -121.87401141899994, - 37.41636877900004 - ], - [ - -121.87419710899997, - 37.41630190700005 - ], - [ - -121.87425587599995, - 37.41628169200004 - ], - [ - -121.87450410599996, - 37.416201166000064 - ], - [ - -121.87450594199998, - 37.41620060400004 - ], - [ - -121.87451200899994, - 37.41619874100007 - ], - [ - -121.87451973299994, - 37.41619637200006 - ], - [ - -121.87452377999995, - 37.41619513200004 - ], - [ - -121.87452966199999, - 37.41619332600004 - ], - [ - -121.87453352699998, - 37.416192144000036 - ], - [ - -121.87453555099995, - 37.416191524000055 - ], - [ - -121.874547329, - 37.41618793400005 - ], - [ - -121.875059583, - 37.41603248600006 - ], - [ - -121.88038097099997, - 37.41441741400007 - ], - [ - -121.88018719699994, - 37.413764798000045 - ], - [ - -121.88173744399995, - 37.41326117400007 - ], - [ - -121.882073086, - 37.413153187000034 - ], - [ - -121.88088022699998, - 37.41159828600007 - ], - [ - -121.88082203599998, - 37.41152242700008 - ], - [ - -121.88285674899998, - 37.41070563000005 - ], - [ - -121.88280830499997, - 37.410632521000025 - ], - [ - -121.88444721899998, - 37.40997076800005 - ], - [ - -121.88440062799998, - 37.40987847700006 - ], - [ - -121.88439720199995, - 37.409871674000044 - ], - [ - -121.88435689799996, - 37.40979187600004 - ], - [ - -121.88423869499996, - 37.40955780400003 - ], - [ - -121.88416830299997, - 37.40941832200008 - ], - [ - -121.88431009199996, - 37.40936306300006 - ], - [ - -121.88448068399998, - 37.40929659300008 - ], - [ - -121.884654695, - 37.409228778000056 - ], - [ - -121.88483166799995, - 37.40915982800004 - ], - [ - -121.88500798599995, - 37.409091114000034 - ], - [ - -121.88518737799996, - 37.40902119700007 - ], - [ - -121.88536061599996, - 37.40895364100004 - ], - [ - -121.88553869999998, - 37.408884288000024 - ], - [ - -121.88571854899999, - 37.408814181000025 - ], - [ - -121.885898624, - 37.40874402500003 - ], - [ - -121.88607337199994, - 37.40867594600007 - ], - [ - -121.88625281999998, - 37.40860598200004 - ], - [ - -121.88642631399995, - 37.408538376000024 - ], - [ - -121.88660661699998, - 37.40846810200003 - ], - [ - -121.88678885699994, - 37.408397096000044 - ], - [ - -121.88694027199995, - 37.40833808100007 - ], - [ - -121.88731144399998, - 37.408193424000046 - ], - [ - -121.88746436899999, - 37.40813381900006 - ], - [ - -121.88760113799998, - 37.40808051600004 - ], - [ - -121.887792349, - 37.40800599200003 - ], - [ - -121.88829629799994, - 37.40780958600004 - ], - [ - -121.88831717999994, - 37.40780144200005 - ], - [ - -121.88833245, - 37.40779549400003 - ], - [ - -121.888608525, - 37.40768789600003 - ], - [ - -121.88879097499995, - 37.40751976200005 - ], - [ - -121.88788937099997, - 37.40695683900003 - ], - [ - -121.88797929099997, - 37.40685002600003 - ], - [ - -121.88857591399994, - 37.406260262000046 - ], - [ - -121.88868914799997, - 37.406145 - ], - [ - -121.88881154199998, - 37.406023996000044 - ], - [ - -121.88882553399998, - 37.406006527000045 - ], - [ - -121.88883767599998, - 37.40599441200004 - ], - [ - -121.88910606299999, - 37.40571465800008 - ], - [ - -121.88915163699994, - 37.405681214000026 - ], - [ - -121.88919803199997, - 37.405637725000076 - ], - [ - -121.88919927099994, - 37.40563638700007 - ], - [ - -121.88920008799994, - 37.40563550000007 - ], - [ - -121.889202136, - 37.40563326800003 - ], - [ - -121.88959653599994, - 37.40524226500003 - ], - [ - -121.88986619999997, - 37.404972772000065 - ], - [ - -121.88998923999998, - 37.404849746000025 - ], - [ - -121.89038990199998, - 37.404453310000065 - ], - [ - -121.89043982499999, - 37.40440389300005 - ], - [ - -121.89045102699998, - 37.404391443000065 - ], - [ - -121.89046844099994, - 37.40436271800007 - ], - [ - -121.89047707399999, - 37.40433161100003 - ], - [ - -121.890617895, - 37.404166660000044 - ], - [ - -121.89085037199999, - 37.403926881000075 - ], - [ - -121.89092198999998, - 37.40385301300006 - ], - [ - -121.890925144, - 37.40384977200006 - ], - [ - -121.89126431399995, - 37.40349988600008 - ], - [ - -121.89135441099995, - 37.40338068500006 - ], - [ - -121.89187689599999, - 37.403422645000035 - ], - [ - -121.892080841, - 37.40343945300003 - ], - [ - -121.89229297199995, - 37.403407591000075 - ], - [ - -121.89293782599998, - 37.40346535200007 - ], - [ - -121.893468257, - 37.40350787700004 - ], - [ - -121.894588753, - 37.403654811000024 - ], - [ - -121.89699120699999, - 37.403838069000074 - ], - [ - -121.89734817299995, - 37.40387021300006 - ], - [ - -121.89734755299997, - 37.40392284300003 - ], - [ - -121.89739488199996, - 37.403925858000036 - ], - [ - -121.897453107, - 37.40393627900005 - ], - [ - -121.89750857299998, - 37.403953837000074 - ], - [ - -121.89755991199996, - 37.403978101000064 - ], - [ - -121.89760586099999, - 37.40400847300003 - ], - [ - -121.89764528999996, - 37.40404420600004 - ], - [ - -121.89766416599997, - 37.404066252000064 - ], - [ - -121.89769195099996, - 37.404096690000074 - ], - [ - -121.89771634299996, - 37.40412681500004 - ], - [ - -121.89776357899996, - 37.404183842000066 - ], - [ - -121.89810282499997, - 37.404103278000036 - ], - [ - -121.89864649799995, - 37.40403428600007 - ], - [ - -121.89944221299999, - 37.40403452400005 - ], - [ - -121.90050664999995, - 37.404128737000065 - ], - [ - -121.900707405, - 37.40414515600003 - ], - [ - -121.902860751, - 37.40433133700003 - ], - [ - -121.90341193999996, - 37.40435559900004 - ], - [ - -121.90390853799994, - 37.40440032400005 - ], - [ - -121.90425132299998, - 37.40442717900004 - ], - [ - -121.904704816, - 37.40443019400004 - ], - [ - -121.90514825599996, - 37.404368598000076 - ], - [ - -121.905539697, - 37.40426255300008 - ], - [ - -121.90592113699995, - 37.40409473200003 - ], - [ - -121.90622824199994, - 37.40391370100008 - ], - [ - -121.90658630999997, - 37.40362791000007 - ], - [ - -121.90688818499996, - 37.40335686800006 - ], - [ - -121.908790652, - 37.40170419200007 - ], - [ - -121.90897772099999, - 37.401539839000066 - ], - [ - -121.90901828299997, - 37.401504490000036 - ], - [ - -121.90911363699996, - 37.401421354000036 - ], - [ - -121.90930919399995, - 37.40125078700004 - ], - [ - -121.90931955299999, - 37.40124176000006 - ], - [ - -121.90940328799996, - 37.401168719000054 - ], - [ - -121.91151225199997, - 37.39934690100006 - ], - [ - -121.91171365399998, - 37.399498136000034 - ], - [ - -121.91175602199996, - 37.399461323000025 - ], - [ - -121.91288064199995, - 37.39848409800004 - ], - [ - -121.91340090799997, - 37.398022713000046 - ], - [ - -121.91414634999995, - 37.39737304100004 - ], - [ - -121.91465980699996, - 37.39692555700003 - ], - [ - -121.91475280499998, - 37.39684448200006 - ], - [ - -121.915311751, - 37.39635735100006 - ], - [ - -121.91531697199997, - 37.396368935000055 - ], - [ - -121.91531827999995, - 37.39637185200007 - ], - [ - -121.91533945199996, - 37.39642585900003 - ], - [ - -121.91533981599997, - 37.39642679000008 - ], - [ - -121.915340115, - 37.396427817000074 - ], - [ - -121.91535536799995, - 37.39648038200005 - ], - [ - -121.91535846899995, - 37.396493485000065 - ], - [ - -121.91535876699999, - 37.396494877000066 - ], - [ - -121.91536222199994, - 37.396512071000075 - ], - [ - -121.91536437199994, - 37.39652397100008 - ], - [ - -121.91536490099998, - 37.396526986000026 - ], - [ - -121.91536503499998, - 37.39652799100003 - ], - [ - -121.91536623699994, - 37.39653598800004 - ], - [ - -121.91536740199996, - 37.39654391700003 - ], - [ - -121.915369178, - 37.39655827000007 - ], - [ - -121.91536937099994, - 37.396559962000026 - ], - [ - -121.91537049299995, - 37.39657143900007 - ], - [ - -121.91537090699995, - 37.396575874000064 - ], - [ - -121.91537127799995, - 37.396581112000035 - ], - [ - -121.91537199299995, - 37.39659156500005 - ], - [ - -121.91537241399999, - 37.39660016500005 - ], - [ - -121.91537273799997, - 37.39660821900003 - ], - [ - -121.91537284999998, - 37.39661483300006 - ], - [ - -121.91537290999997, - 37.396620349000045 - ], - [ - -121.91537291799995, - 37.39662293500004 - ], - [ - -121.91537291399999, - 37.396624332000044 - ], - [ - -121.91537284999998, - 37.396636509000075 - ], - [ - -121.91537281999996, - 37.396639005000054 - ], - [ - -121.91537279, - 37.396640424000054 - ], - [ - -121.91537224199999, - 37.39665464500007 - ], - [ - -121.91537118599996, - 37.396671550000065 - ], - [ - -121.91537110499996, - 37.396672627000044 - ], - [ - -121.91537050399995, - 37.39667940500004 - ], - [ - -121.91536986899996, - 37.39668641700007 - ], - [ - -121.91536975199995, - 37.39668754500008 - ], - [ - -121.91536968699995, - 37.396688690000076 - ], - [ - -121.91536949099998, - 37.396690496000076 - ], - [ - -121.91536904099996, - 37.39669437600003 - ], - [ - -121.91536814699998, - 37.39670202800005 - ], - [ - -121.91536792199997, - 37.39670377300007 - ], - [ - -121.91535741099995, - 37.39676251900005 - ], - [ - -121.915336116, - 37.39683516700006 - ], - [ - -121.91533566099997, - 37.39683642700004 - ], - [ - -121.91532582099995, - 37.39686201600006 - ], - [ - -121.91530061299994, - 37.396923548000075 - ], - [ - -121.91517289099994, - 37.39723529300005 - ], - [ - -121.91514677199996, - 37.39730837400003 - ], - [ - -121.91514647999998, - 37.39730932900005 - ], - [ - -121.91512580299997, - 37.39739190600005 - ], - [ - -121.91511380299994, - 37.39747653300003 - ], - [ - -121.91511084599995, - 37.39756185500005 - ], - [ - -121.91511636099995, - 37.39764188000004 - ], - [ - -121.91513204299997, - 37.39776154900005 - ], - [ - -121.91513253699998, - 37.397765321000065 - ], - [ - -121.91513271699995, - 37.39776641000003 - ], - [ - -121.91516828899995, - 37.397984085000076 - ], - [ - -121.91516859999996, - 37.39798598200008 - ], - [ - -121.91516888999996, - 37.397987380000075 - ], - [ - -121.91521334, - 37.398203860000024 - ], - [ - -121.91521369399999, - 37.39820558100007 - ], - [ - -121.91521408999995, - 37.39820717900005 - ], - [ - -121.91526695899995, - 37.39842061000007 - ], - [ - -121.91526776899997, - 37.398423886000046 - ], - [ - -121.91526856699994, - 37.39842662800004 - ], - [ - -121.91533036599998, - 37.398639271000036 - ], - [ - -121.91533076999997, - 37.39864066400003 - ], - [ - -121.91533123699998, - 37.39864206100003 - ], - [ - -121.91540239799997, - 37.39885499500008 - ], - [ - -121.91540306599995, - 37.39885685200005 - ], - [ - -121.91548290599997, - 37.39906775900005 - ], - [ - -121.91548326299994, - 37.39906870500005 - ], - [ - -121.91548365799997, - 37.399069637000025 - ], - [ - -121.91557202399997, - 37.39927816800008 - ], - [ - -121.91557259499996, - 37.39927951100003 - ], - [ - -121.91557306599998, - 37.399280513000065 - ], - [ - -121.91566978599997, - 37.39948630300006 - ], - [ - -121.91567052399995, - 37.399487872000066 - ], - [ - -121.91567138099998, - 37.399489533000065 - ], - [ - -121.91577089699996, - 37.39968236800007 - ], - [ - -121.91577470599998, - 37.399689385000045 - ], - [ - -121.915776973, - 37.399693557000035 - ], - [ - -121.91584570299995, - 37.399810133000074 - ], - [ - -121.91592238799996, - 37.399923139000066 - ], - [ - -121.91592326899996, - 37.39992435500005 - ], - [ - -121.916007606, - 37.40003339100008 - ], - [ - -121.916099579, - 37.40013851100008 - ], - [ - -121.91610030699997, - 37.400139343000035 - ], - [ - -121.91610107999998, - 37.40014012600005 - ], - [ - -121.91619965499996, - 37.40024019200007 - ], - [ - -121.91620081399998, - 37.400241305000065 - ], - [ - -121.916306868, - 37.40033724800003 - ], - [ - -121.91642056999996, - 37.40042911300003 - ], - [ - -121.91653995499996, - 37.40051520500003 - ], - [ - -121.91654083699996, - 37.400515840000025 - ], - [ - -121.91654766599999, - 37.40052042800005 - ], - [ - -121.91656079199998, - 37.40052923500008 - ], - [ - -121.91657166699997, - 37.40053653700005 - ], - [ - -121.91666816699995, - 37.40060039900004 - ], - [ - -121.91683415799997, - 37.40071024100007 - ], - [ - -121.91687077199998, - 37.40073447300006 - ], - [ - -121.91688167099994, - 37.40074168600006 - ], - [ - -121.91689048399996, - 37.400747556000056 - ], - [ - -121.91689189299996, - 37.400748570000076 - ], - [ - -121.91698534399995, - 37.40081590500006 - ], - [ - -121.91707334799997, - 37.40088902700006 - ], - [ - -121.917074432, - 37.400889928000026 - ], - [ - -121.91707530099995, - 37.400890762000074 - ], - [ - -121.91715639399996, - 37.400968600000056 - ], - [ - -121.91722971799999, - 37.40105018700007 - ], - [ - -121.91723110999999, - 37.401051737000046 - ], - [ - -121.91723227399996, - 37.401053251000064 - ], - [ - -121.91729800099995, - 37.40113864800003 - ], - [ - -121.91729900799999, - 37.40114011800006 - ], - [ - -121.91733990799997, - 37.401201247000074 - ], - [ - -121.91735743599997, - 37.401229784000066 - ], - [ - -121.91740840299997, - 37.40132385600003 - ], - [ - -121.917450772, - 37.401420476000055 - ], - [ - -121.91748437899997, - 37.40151924000003 - ], - [ - -121.91750903699995, - 37.40161954400003 - ], - [ - -121.91751267399997, - 37.40163853000007 - ], - [ - -121.91773539399998, - 37.40285854200005 - ], - [ - -121.91773562499998, - 37.40286002800008 - ], - [ - -121.91774087399995, - 37.40288871400003 - ], - [ - -121.91776314999998, - 37.40299138300003 - ], - [ - -121.91779693799998, - 37.403107240000054 - ], - [ - -121.91783954199997, - 37.403221304000056 - ], - [ - -121.91789070399994, - 37.40333288800008 - ], - [ - -121.91795031299995, - 37.40344182100006 - ], - [ - -121.91801818099998, - 37.40354772300003 - ], - [ - -121.91809402499996, - 37.403650139000035 - ], - [ - -121.91817750599995, - 37.40374861200007 - ], - [ - -121.91826832799995, - 37.403842815000075 - ], - [ - -121.91836626299994, - 37.403932507000036 - ], - [ - -121.91844149599996, - 37.40399449800003 - ], - [ - -121.91847142799998, - 37.40401769600004 - ], - [ - -121.91858234899996, - 37.40409723400006 - ], - [ - -121.91869897, - 37.404171113000075 - ], - [ - -121.91882106399999, - 37.40423921400003 - ], - [ - -121.91894820699997, - 37.40430128400004 - ], - [ - -121.91907989699996, - 37.40435707200004 - ], - [ - -121.91921542399996, - 37.40440627800007 - ], - [ - -121.91931160599995, - 37.40443652700003 - ], - [ - -121.92121988899999, - 37.404999676000045 - ], - [ - -121.92126110599997, - 37.405013849000056 - ], - [ - -121.92131481499996, - 37.405039103000036 - ], - [ - -121.92136337699998, - 37.40507034800004 - ], - [ - -121.92140566699999, - 37.405106868000075 - ], - [ - -121.92144081499998, - 37.40514787500007 - ], - [ - -121.92146815799998, - 37.405192603000046 - ], - [ - -121.92148700999996, - 37.40523997300005 - ], - [ - -121.92149702199998, - 37.40528901700003 - ], - [ - -121.92149858099998, - 37.40531128600003 - ], - [ - -121.92150205799999, - 37.40543210200008 - ], - [ - -121.92150757999997, - 37.40548236400008 - ], - [ - -121.92152224999995, - 37.40553471800007 - ], - [ - -121.921545644, - 37.40558482500006 - ], - [ - -121.92157749799998, - 37.40563213400003 - ], - [ - -121.92161705799998, - 37.405675442000074 - ], - [ - -121.92166369999995, - 37.40571410100006 - ], - [ - -121.92171645599996, - 37.40574728900003 - ], - [ - -121.92177433299997, - 37.40577441700003 - ], - [ - -121.921836365, - 37.405795031000025 - ], - [ - -121.92190139099995, - 37.40580872800007 - ], - [ - -121.921968016, - 37.40581521100006 - ], - [ - -121.92200412799997, - 37.40581569400007 - ], - [ - -121.92203551899996, - 37.405814399000064 - ], - [ - -121.92210185899995, - 37.405806307000034 - ], - [ - -121.92216622099994, - 37.405791073000046 - ], - [ - -121.92220860099997, - 37.40577663700003 - ], - [ - -121.92241314499995, - 37.405697727000074 - ], - [ - -121.92262703299997, - 37.40561518000004 - ], - [ - -121.92264009799999, - 37.40561035400003 - ], - [ - -121.92269906099995, - 37.40559350700005 - ], - [ - -121.92273581399996, - 37.40558673500004 - ], - [ - -121.922775576, - 37.40558234900004 - ], - [ - -121.92280244799997, - 37.40558109800003 - ], - [ - -121.92281641799997, - 37.40558092800006 - ], - [ - -121.92283042499997, - 37.40558114800007 - ], - [ - -121.92289714099996, - 37.405584857000065 - ], - [ - -121.92299298599994, - 37.405596321000075 - ], - [ - -121.92308687699995, - 37.40561486100006 - ], - [ - -121.923178254, - 37.40564034800008 - ], - [ - -121.92326631799995, - 37.405672578000065 - ], - [ - -121.92335013, - 37.405711213000075 - ], - [ - -121.92342902399997, - 37.405755928000076 - ], - [ - -121.92350234399998, - 37.40580635500004 - ], - [ - -121.92356949699996, - 37.405862091000074 - ], - [ - -121.92362972199999, - 37.405922522000026 - ], - [ - -121.92368258899995, - 37.405987184000026 - ], - [ - -121.92369795299999, - 37.40600877900005 - ], - [ - -121.92372335199997, - 37.40604823100006 - ], - [ - -121.92375232599994, - 37.40609768000007 - ], - [ - -121.92382208899994, - 37.406228730000066 - ], - [ - -121.92388309999995, - 37.406362057000024 - ], - [ - -121.92393544499998, - 37.40649775800006 - ], - [ - -121.92397902, - 37.40663560400003 - ], - [ - -121.92401355799996, - 37.406774737000035 - ], - [ - -121.92403910099995, - 37.40691522800006 - ], - [ - -121.92404509699998, - 37.40695833800004 - ], - [ - -121.924063032, - 37.40712278500007 - ], - [ - -121.92407582299995, - 37.407317198000044 - ], - [ - -121.92407881999998, - 37.40741464900003 - ], - [ - -121.92407884299996, - 37.40741561100003 - ], - [ - -121.92407958499996, - 37.407513738000034 - ], - [ - -121.92407424099997, - 37.40770817600003 - ], - [ - -121.92406862799999, - 37.407799140000066 - ], - [ - -121.92390619999998, - 37.40786298200004 - ], - [ - -121.92363517399997, - 37.40870511500003 - ], - [ - -121.92342248899996, - 37.40923036300006 - ], - [ - -121.92306336499996, - 37.409990221000044 - ], - [ - -121.92304053299995, - 37.41065748300008 - ], - [ - -121.92311019599998, - 37.41079686100005 - ], - [ - -121.92311625999997, - 37.41081100300005 - ], - [ - -121.92316472799996, - 37.410923902000036 - ], - [ - -121.92325736899994, - 37.41113972800008 - ], - [ - -121.92328724799995, - 37.41120933900004 - ], - [ - -121.92394417899999, - 37.41211480900006 - ], - [ - -121.92437127499994, - 37.41249589000006 - ], - [ - -121.92487563299994, - 37.41270454100004 - ], - [ - -121.92524913799997, - 37.41279742200004 - ], - [ - -121.92554686499994, - 37.41292219400003 - ], - [ - -121.92589864499996, - 37.413396454000065 - ], - [ - -121.92597019799996, - 37.41400099700007 - ], - [ - -121.92602716399995, - 37.41424144800004 - ], - [ - -121.92641980599996, - 37.41466995700006 - ], - [ - -121.92656491199995, - 37.41485843000004 - ], - [ - -121.92676843499999, - 37.415122781000036 - ], - [ - -121.92704461099999, - 37.41523343700004 - ], - [ - -121.92729655199997, - 37.41522339100004 - ], - [ - -121.92755382799999, - 37.415213118000054 - ], - [ - -121.92805796999994, - 37.415192974000036 - ], - [ - -121.92815687099994, - 37.41535996500005 - ], - [ - -121.92815793899996, - 37.41536178300004 - ], - [ - -121.92816597599995, - 37.41537535100008 - ], - [ - -121.92817588099996, - 37.41539209900003 - ], - [ - -121.92854331399997, - 37.41601247300008 - ], - [ - -121.93011962599996, - 37.417706870000075 - ], - [ - -121.93020479599994, - 37.417838363000044 - ], - [ - -121.929968783, - 37.41794035300006 - ], - [ - -121.93000629299996, - 37.417990789000044 - ], - [ - -121.93004261099998, - 37.41804456500006 - ], - [ - -121.93006584999995, - 37.418082139000035 - ], - [ - -121.93011697699995, - 37.418176465000045 - ], - [ - -121.93015953399998, - 37.41827345300004 - ], - [ - -121.93019332999995, - 37.41837268300003 - ], - [ - -121.93021139899997, - 37.41844202600004 - ], - [ - -121.93015727899996, - 37.41852474600006 - ], - [ - -121.930157985, - 37.41852865200008 - ], - [ - -121.93015984999994, - 37.41853913500006 - ], - [ - -121.930163, - 37.41855672100007 - ], - [ - -121.930165381, - 37.418570129000045 - ], - [ - -121.93016686099998, - 37.418578489000026 - ], - [ - -121.93016715299996, - 37.41858024700008 - ], - [ - -121.930168386, - 37.41858918200006 - ], - [ - -121.93016952799996, - 37.41859788900007 - ], - [ - -121.93017130699997, - 37.41861128200003 - ], - [ - -121.93017287899994, - 37.418622981000055 - ], - [ - -121.93017438499999, - 37.41863420200008 - ], - [ - -121.93017491399996, - 37.41863783500003 - ], - [ - -121.93017614999997, - 37.418645397000034 - ], - [ - -121.93017812099998, - 37.41865690800006 - ], - [ - -121.93018003099996, - 37.41866821700006 - ], - [ - -121.93018158299998, - 37.41867733000004 - ], - [ - -121.93018332799994, - 37.41868749500003 - ], - [ - -121.93018501299997, - 37.418697569000074 - ], - [ - -121.93018581799998, - 37.418702137000025 - ], - [ - -121.93018592499999, - 37.41870325800005 - ], - [ - -121.93018593599999, - 37.41870531700005 - ], - [ - -121.93018573699999, - 37.418712897000034 - ], - [ - -121.93018548199996, - 37.41872201000007 - ], - [ - -121.93018520099997, - 37.418732840000075 - ], - [ - -121.93018487799998, - 37.418744426000046 - ], - [ - -121.93018465799997, - 37.41875246300003 - ], - [ - -121.93018425999998, - 37.41876606500006 - ], - [ - -121.93018403999997, - 37.41877405500003 - ], - [ - -121.93018212299995, - 37.41879241500004 - ], - [ - -121.93018034999994, - 37.41880916800005 - ], - [ - -121.930179082, - 37.418820835000076 - ], - [ - -121.93017794099995, - 37.41883172000007 - ], - [ - -121.93017697, - 37.41884095800003 - ], - [ - -121.93017621399997, - 37.418847948000064 - ], - [ - -121.93017575299996, - 37.41885237100007 - ], - [ - -121.93017550399998, - 37.41886027100003 - ], - [ - -121.93017520499995, - 37.41887167400006 - ], - [ - -121.93017491799998, - 37.418883626000024 - ], - [ - -121.93017462999995, - 37.41889406800004 - ], - [ - -121.93017436499997, - 37.418904257000065 - ], - [ - -121.930174121, - 37.418913942000074 - ], - [ - -121.93017390799997, - 37.418922276000046 - ], - [ - -121.93017378299999, - 37.41892623800004 - ], - [ - -121.930173358, - 37.41893407200007 - ], - [ - -121.93017258599997, - 37.41894614300003 - ], - [ - -121.93017190899997, - 37.418957299000056 - ], - [ - -121.93017114299994, - 37.41896971500006 - ], - [ - -121.93017027099995, - 37.41898405400008 - ], - [ - -121.93016975999996, - 37.418991912000024 - ], - [ - -121.93016924099999, - 37.419000754000024 - ], - [ - -121.93016886699996, - 37.41900666400005 - ], - [ - -121.93016876899998, - 37.41900758100007 - ], - [ - -121.93016799099996, - 37.41901338100007 - ], - [ - -121.93016687899996, - 37.41902127000003 - ], - [ - -121.93016571399994, - 37.419029386000034 - ], - [ - -121.93016424599995, - 37.419039637000026 - ], - [ - -121.93016285399995, - 37.41904933500007 - ], - [ - -121.93016121399995, - 37.41906112000004 - ], - [ - -121.93015984899995, - 37.41907070600007 - ], - [ - -121.93015903799994, - 37.41907643700006 - ], - [ - -121.93015835799997, - 37.41908129800004 - ], - [ - -121.93015774799994, - 37.41908542600004 - ], - [ - -121.93015943999995, - 37.41908723000006 - ], - [ - -121.93019917499998, - 37.41912511600003 - ], - [ - -121.930219836, - 37.41914308200006 - ], - [ - -121.93027467799999, - 37.419182987000056 - ], - [ - -121.93033471399997, - 37.41921668600003 - ], - [ - -121.93039974599998, - 37.41924419600008 - ], - [ - -121.93046856099994, - 37.41926497000003 - ], - [ - -121.93053997499999, - 37.419278672000075 - ], - [ - -121.93061304199995, - 37.41928513800008 - ], - [ - -121.93064983699998, - 37.41928561800006 - ], - [ - -121.93083706699997, - 37.419301922000045 - ], - [ - -121.93090922999994, - 37.41930799800008 - ], - [ - -121.93098552699996, - 37.41932143300005 - ], - [ - -121.93105938899998, - 37.41934185200006 - ], - [ - -121.93112982199995, - 37.41936898900008 - ], - [ - -121.93119575499998, - 37.41940243600004 - ], - [ - -121.93125633799997, - 37.41944173200005 - ], - [ - -121.93131084199996, - 37.41948640700008 - ], - [ - -121.93135852199998, - 37.41953587900008 - ], - [ - -121.93139863, - 37.41958937100003 - ], - [ - -121.93143065799995, - 37.41964618000003 - ], - [ - -121.93145421599996, - 37.419705591000024 - ], - [ - -121.93146898199996, - 37.41976683200005 - ], - [ - -121.93147473399995, - 37.419829056000026 - ], - [ - -121.93147138599994, - 37.41989124300005 - ], - [ - -121.93145899199999, - 37.41995285200005 - ], - [ - -121.93144527499999, - 37.41999440600006 - ], - [ - -121.93141666899999, - 37.42006060800003 - ], - [ - -121.931411159, - 37.420072291000054 - ], - [ - -121.931376995, - 37.42013244800006 - ], - [ - -121.93133496399997, - 37.42018890400004 - ], - [ - -121.93128536599994, - 37.42024138000005 - ], - [ - -121.93122876399997, - 37.420289240000045 - ], - [ - -121.93116601599996, - 37.42033175800003 - ], - [ - -121.93110020199998, - 37.420367370000065 - ], - [ - -121.93112246599998, - 37.42038946200006 - ], - [ - -121.93068423799997, - 37.420765782000046 - ], - [ - -121.93066062099996, - 37.420787250000046 - ], - [ - -121.930498936, - 37.420940012000074 - ], - [ - -121.92824208199994, - 37.42204174900007 - ], - [ - -121.92791363599997, - 37.42220208300006 - ], - [ - -121.926994144, - 37.42285938100008 - ], - [ - -121.92649745399996, - 37.423198582000055 - ], - [ - -121.92637934799995, - 37.423189328000035 - ], - [ - -121.92637578199998, - 37.42318895900007 - ], - [ - -121.92626185199998, - 37.42317601600007 - ], - [ - -121.92625975199996, - 37.423175720000074 - ], - [ - -121.92614516999998, - 37.42315871000005 - ], - [ - -121.92601666599995, - 37.423158028000046 - ], - [ - -121.92593217099994, - 37.42315049500007 - ], - [ - -121.92584915099997, - 37.423135915000046 - ], - [ - -121.925793361, - 37.42312114200007 - ], - [ - -121.92571107699996, - 37.423194909000074 - ], - [ - -121.92561551299997, - 37.42329052100007 - ], - [ - -121.92561410599995, - 37.423292024000034 - ], - [ - -121.92560129599997, - 37.42330579400004 - ], - [ - -121.92584326099995, - 37.42335344000003 - ], - [ - -121.92586258199998, - 37.42341388500006 - ], - [ - -121.92587729599995, - 37.42345990000007 - ], - [ - -121.92542177999997, - 37.42355250600008 - ], - [ - -121.92537882699997, - 37.42363087900003 - ], - [ - -121.92534281699994, - 37.423706942000024 - ], - [ - -121.92533160999994, - 37.423733241000036 - ], - [ - -121.92529285399996, - 37.42383845100005 - ], - [ - -121.92526318299997, - 37.42394490600003 - ], - [ - -121.92524245299995, - 37.42405286600007 - ], - [ - -121.92523081899998, - 37.42416165100008 - ], - [ - -121.92522832399999, - 37.424270773000046 - ], - [ - -121.92523497699995, - 37.42437990900004 - ], - [ - -121.92524507499996, - 37.424455985000066 - ], - [ - -121.925250759, - 37.424488429000064 - ], - [ - -121.92527560899998, - 37.42459599800003 - ], - [ - -121.92530937599997, - 37.42470186500003 - ], - [ - -121.925351939, - 37.42480569300005 - ], - [ - -121.92540303599998, - 37.42490687700007 - ], - [ - -121.92546252299996, - 37.425005181000074 - ], - [ - -121.925530198, - 37.42510022400006 - ], - [ - -121.92560557099995, - 37.42519129900006 - ], - [ - -121.92566774, - 37.425257601000055 - ], - [ - -121.92667839499995, - 37.426239536000026 - ], - [ - -121.92689348999994, - 37.42644851400007 - ], - [ - -121.92693495799995, - 37.426488799000026 - ], - [ - -121.92693582399994, - 37.426489641000046 - ], - [ - -121.92709089999994, - 37.42664606900007 - ], - [ - -121.92723885699996, - 37.42680698700008 - ], - [ - -121.92737950199995, - 37.42697221100008 - ], - [ - -121.92751235799994, - 37.42714118200007 - ], - [ - -121.92763763099998, - 37.427314153000054 - ], - [ - -121.92775480399996, - 37.42749043300006 - ], - [ - -121.92786396099996, - 37.427670126000066 - ], - [ - -121.92796492199994, - 37.42785297200004 - ], - [ - -121.92805733499995, - 37.42803831700007 - ], - [ - -121.92814127899999, - 37.42822627600003 - ], - [ - -121.92821665899999, - 37.428416654000046 - ], - [ - -121.928283347, - 37.42860917200005 - ], - [ - -121.92834117499996, - 37.428803334000065 - ], - [ - -121.92839010499995, - 37.42899896400007 - ], - [ - -121.92843013099997, - 37.429196028000035 - ], - [ - -121.92846116099997, - 37.42939415700005 - ], - [ - -121.92848314999998, - 37.42959307800004 - ], - [ - -121.92849604999998, - 37.429792285000076 - ], - [ - -121.92849898399999, - 37.42988595800006 - ], - [ - -121.92851406699998, - 37.43062740400006 - ], - [ - -121.92851414899997, - 37.430688487000054 - ], - [ - -121.92851414899997, - 37.43068942300005 - ], - [ - -121.92851414799998, - 37.43069085900004 - ], - [ - -121.92851277299997, - 37.430735276000064 - ], - [ - -121.92851167799995, - 37.43075799700006 - ], - [ - -121.92850741399997, - 37.43081667000007 - ], - [ - -121.92850538, - 37.43083702400003 - ], - [ - -121.92850463399998, - 37.43084380500005 - ], - [ - -121.92849125099997, - 37.43094228500007 - ], - [ - -121.92847379999995, - 37.43103247200003 - ], - [ - -121.92846845399998, - 37.43105606800003 - ], - [ - -121.92846818899994, - 37.43105723800005 - ], - [ - -121.92846768199996, - 37.43105923600007 - ], - [ - -121.92846214599996, - 37.431081918000075 - ], - [ - -121.92845420799995, - 37.431112505000044 - ], - [ - -121.92844773099995, - 37.43113554100006 - ], - [ - -121.92844673499997, - 37.43113905600006 - ], - [ - -121.92843933299997, - 37.43116420800004 - ], - [ - -121.92843894699996, - 37.431165520000036 - ], - [ - -121.92843846499994, - 37.43116707400003 - ], - [ - -121.92843294399995, - 37.431184941000026 - ], - [ - -121.92843240499997, - 37.431186628000034 - ], - [ - -121.92843151099999, - 37.43118939200008 - ], - [ - -121.92843072499994, - 37.431191943000044 - ], - [ - -121.92842204399994, - 37.43121818800006 - ], - [ - -121.92841298699994, - 37.43124441600003 - ], - [ - -121.92840485599999, - 37.43126683100007 - ], - [ - -121.928403442, - 37.43127053500007 - ], - [ - -121.92839824499998, - 37.43128460200006 - ], - [ - -121.92839764699994, - 37.431286165000074 - ], - [ - -121.92839360599999, - 37.43129654300003 - ], - [ - -121.928392654, - 37.431299007000064 - ], - [ - -121.92837574199996, - 37.43134098400003 - ], - [ - -121.92836666, - 37.431362239000066 - ], - [ - -121.92831098199997, - 37.431479257000035 - ], - [ - -121.92829827899999, - 37.431503346000056 - ], - [ - -121.92811328399995, - 37.431848280000054 - ], - [ - -121.92645096899997, - 37.43494772500003 - ], - [ - -121.92632419599994, - 37.43521586500003 - ], - [ - -121.92629359799997, - 37.43527744100004 - ], - [ - -121.92623779499996, - 37.43540450300003 - ], - [ - -121.92619070299997, - 37.43553376800003 - ], - [ - -121.92615243299997, - 37.43566494500004 - ], - [ - -121.92612310799996, - 37.435797671000046 - ], - [ - -121.926102873, - 37.43593127400004 - ], - [ - -121.92609173399995, - 37.436065564000046 - ], - [ - -121.92608972099998, - 37.43620023900007 - ], - [ - -121.92609685999997, - 37.43633482600006 - ], - [ - -121.92611312099996, - 37.43646886500005 - ], - [ - -121.92613845399995, - 37.43660194700004 - ], - [ - -121.92617278299997, - 37.43673376400005 - ], - [ - -121.926216034, - 37.43686396800007 - ], - [ - -121.926267984, - 37.436991926000076 - ], - [ - -121.92632867099996, - 37.43711772800003 - ], - [ - -121.92639773599996, - 37.43724057700007 - ], - [ - -121.92644857199997, - 37.437321060000045 - ], - [ - -121.92650737499997, - 37.437390410000035 - ], - [ - -121.92659168899996, - 37.43750049400006 - ], - [ - -121.92666812399995, - 37.43761416700005 - ], - [ - -121.92673551499996, - 37.437729381000054 - ], - [ - -121.92678873899996, - 37.437835705000055 - ], - [ - -121.92681256199995, - 37.43789006900005 - ], - [ - -121.92683608799996, - 37.43794952400003 - ], - [ - -121.92687483499998, - 37.43806596300004 - ], - [ - -121.92690456799994, - 37.438183955000056 - ], - [ - -121.92691262499994, - 37.43822441700007 - ], - [ - -121.92692517299997, - 37.438302873000055 - ], - [ - -121.92693668499999, - 37.438422897000066 - ], - [ - -121.92693899399995, - 37.43854318500007 - ], - [ - -121.92693210199997, - 37.43866329100007 - ], - [ - -121.92691603999998, - 37.43878287000007 - ], - [ - -121.9268908499999, - 37.43890152600005 - ], - [ - -121.92685665699997, - 37.43901863600007 - ], - [ - -121.92681358599998, - 37.43913384800004 - ], - [ - -121.92676174999997, - 37.43924683000006 - ], - [ - -121.92670133799999, - 37.43935714500003 - ], - [ - -121.92663273799997, - 37.439464101000056 - ], - [ - -121.92655600499995, - 37.43956764400008 - ], - [ - -121.92648939599997, - 37.439647241000046 - ], - [ - -121.92587574499998, - 37.44029980200003 - ], - [ - -121.92392845399996, - 37.44237045300008 - ], - [ - -121.92386705699994, - 37.44241419200006 - ], - [ - -121.92380551899998, - 37.44246739300007 - ], - [ - -121.92375107599997, - 37.44252525400003 - ], - [ - -121.92370419999997, - 37.44258728500006 - ], - [ - -121.92366553399995, - 37.442652631000044 - ], - [ - -121.92363532, - 37.442720818000055 - ], - [ - -121.92361388399996, - 37.442791208000074 - ], - [ - -121.92360151899999, - 37.44286280000006 - ], - [ - -121.92359829499998, - 37.442935066000075 - ], - [ - -121.92360426299996, - 37.44300732900007 - ], - [ - -121.92361934899998, - 37.44307859200006 - ], - [ - -121.92364340299997, - 37.44314830600007 - ], - [ - -121.92367622799998, - 37.443215827000074 - ], - [ - -121.92369268699997, - 37.44324355900005 - ], - [ - -121.92398993599994, - 37.44371768600007 - ], - [ - -121.92404491999997, - 37.44381346700004 - ], - [ - -121.92409192999997, - 37.44391290000004 - ], - [ - -121.92413015499994, - 37.44401450400005 - ], - [ - -121.92415954499995, - 37.44411811200007 - ], - [ - -121.92417986899994, - 37.44422296300007 - ], - [ - -121.92419108499996, - 37.44432875700005 - ], - [ - -121.92419312599998, - 37.44443503900004 - ], - [ - -121.92418596399995, - 37.44454097400006 - ], - [ - -121.92416966099995, - 37.44464629400005 - ], - [ - -121.92414425299995, - 37.44475059400003 - ], - [ - -121.92413529899994, - 37.444780250000065 - ], - [ - -121.92369029499997, - 37.44619195000007 - ], - [ - -121.92368517099999, - 37.44620940900006 - ], - [ - -121.92367255099998, - 37.44627308100007 - ], - [ - -121.92366918099998, - 37.446337002000064 - ], - [ - -121.92367497499998, - 37.446400854000046 - ], - [ - -121.92368985, - 37.44646368100007 - ], - [ - -121.92371360299995, - 37.446524742000065 - ], - [ - -121.92374596399998, - 37.44658331800008 - ], - [ - -121.923786496, - 37.44663856900007 - ], - [ - -121.92383458999996, - 37.44668969500003 - ], - [ - -121.92388973199996, - 37.446736169000076 - ], - [ - -121.92395120999998, - 37.446777362000034 - ], - [ - -121.92401811299999, - 37.446812660000035 - ], - [ - -121.92408957199996, - 37.44684162400006 - ], - [ - -121.92416479299999, - 37.446863937000046 - ], - [ - -121.92416623099996, - 37.446864282000035 - ], - [ - -121.92418241599995, - 37.44686807100004 - ], - [ - -121.92420308799996, - 37.446872917000064 - ], - [ - -121.92428641199996, - 37.446897242000034 - ], - [ - -121.92436568199997, - 37.446928239000044 - ], - [ - -121.92444045399998, - 37.446965668000075 - ], - [ - -121.92451002099995, - 37.44700919300004 - ], - [ - -121.92457339699996, - 37.447058199000026 - ], - [ - -121.92463002, - 37.44711223500008 - ], - [ - -121.92467928499997, - 37.447170733000064 - ], - [ - -121.92472058699997, - 37.44723298300005 - ], - [ - -121.92475348599999, - 37.44729830800003 - ], - [ - -121.92477768299995, - 37.44736612200006 - ], - [ - -121.92479282699998, - 37.44743547500008 - ], - [ - -121.924798797, - 37.447505705000026 - ], - [ - -121.92479552499998, - 37.44757617800008 - ], - [ - -121.924783048, - 37.44764585200005 - ], - [ - -121.924761505, - 37.44771412100005 - ], - [ - -121.92473109899998, - 37.44778029400004 - ], - [ - -121.92472071999998, - 37.44779889600005 - ], - [ - -121.92370704599995, - 37.449543309000035 - ], - [ - -121.92368397299998, - 37.44958842700004 - ], - [ - -121.92366245599999, - 37.449647826000046 - ], - [ - -121.92364989999999, - 37.44970883800005 - ], - [ - -121.92364648399996, - 37.44977060400004 - ], - [ - -121.92365225699996, - 37.44983225900006 - ], - [ - -121.92366713399997, - 37.44989293800006 - ], - [ - -121.92369090799997, - 37.44995178700003 - ], - [ - -121.92372324499996, - 37.45000797700004 - ], - [ - -121.92376365299998, - 37.45006067800006 - ], - [ - -121.923787931, - 37.450086740000074 - ], - [ - -121.92488974599996, - 37.451195333000044 - ], - [ - -121.92491101899998, - 37.45121514400006 - ], - [ - -121.92495737299998, - 37.45124972200006 - ], - [ - -121.92500944399995, - 37.45127847700007 - ], - [ - -121.92506621299998, - 37.451300883000044 - ], - [ - -121.92512645799997, - 37.45131646100003 - ], - [ - -121.92518886699997, - 37.45132487200004 - ], - [ - -121.92523477399999, - 37.45132639900004 - ], - [ - -121.92525226499998, - 37.45132596700006 - ], - [ - -121.92531544499997, - 37.45131967200007 - ], - [ - -121.92537623399994, - 37.451306217000024 - ], - [ - -121.92541265799997, - 37.45129432300007 - ], - [ - -121.92593666399995, - 37.451100445000066 - ], - [ - -121.92679699299998, - 37.450782169000036 - ], - [ - -121.92684290199998, - 37.45076747000007 - ], - [ - -121.92690638199997, - 37.45075403100003 - ], - [ - -121.92697160299997, - 37.45074776000007 - ], - [ - -121.92698159899999, - 37.45074744400006 - ], - [ - -121.927037811, - 37.45074877700006 - ], - [ - -121.92710282599995, - 37.45075709500003 - ], - [ - -121.92716561699996, - 37.450772509000046 - ], - [ - -121.92722532099998, - 37.45079481500005 - ], - [ - -121.92728048899994, - 37.45082350500007 - ], - [ - -121.92733008299996, - 37.45085802300008 - ], - [ - -121.92737312299994, - 37.45089766900003 - ], - [ - -121.92740889599997, - 37.45094178000005 - ], - [ - -121.92743276599998, - 37.450981660000025 - ], - [ - -121.92823270799994, - 37.45254866700003 - ], - [ - -121.92823390299998, - 37.45255105700005 - ], - [ - -121.92823507299994, - 37.45255345100003 - ], - [ - -121.92825, - 37.45259517900007 - ], - [ - -121.92825554299998, - 37.45263806300005 - ], - [ - -121.92825166199998, - 37.45268100900006 - ], - [ - -121.92823847199998, - 37.452722821000066 - ], - [ - -121.92821640699998, - 37.452762101000076 - ], - [ - -121.92818606399999, - 37.45279781600004 - ], - [ - -121.92814848399996, - 37.45282870800003 - ], - [ - -121.92810460799996, - 37.452854011000056 - ], - [ - -121.92805606599995, - 37.45287278100005 - ], - [ - -121.92801867099996, - 37.452882051000074 - ], - [ - -121.92732062399995, - 37.45301824400008 - ], - [ - -121.92636263599996, - 37.453203622000046 - ], - [ - -121.92583582699996, - 37.45330556400006 - ], - [ - -121.92581498199996, - 37.45330556600004 - ], - [ - -121.92580458299994, - 37.45330563500005 - ], - [ - -121.925772968, - 37.45330656800007 - ], - [ - -121.92572324199995, - 37.45331026300005 - ], - [ - -121.925642585, - 37.45332218200008 - ], - [ - -121.92563804899999, - 37.453323074000025 - ], - [ - -121.92543940799999, - 37.45341569500005 - ], - [ - -121.92528618899996, - 37.453487118000055 - ], - [ - -121.92506553599998, - 37.45364189800006 - ], - [ - -121.92494396199999, - 37.453727197000035 - ], - [ - -121.92499699899997, - 37.453980057000024 - ], - [ - -121.92501061399997, - 37.45404494500008 - ], - [ - -121.92527368199995, - 37.454267696000045 - ], - [ - -121.92533242299999, - 37.45430030500006 - ], - [ - -121.92539118299999, - 37.45433292400003 - ], - [ - -121.925520716, - 37.45438159400004 - ], - [ - -121.92584499799995, - 37.45441780400006 - ], - [ - -121.92615848599996, - 37.45449330900004 - ], - [ - -121.92645365699997, - 37.454606322000075 - ], - [ - -121.92651897699994, - 37.45463485000005 - ], - [ - -121.92658918599994, - 37.45465473500008 - ], - [ - -121.926928122, - 37.45478296300007 - ], - [ - -121.92721251799998, - 37.454876056000046 - ], - [ - -121.92752398099998, - 37.454975981000075 - ], - [ - -121.92762335799995, - 37.45501057200005 - ], - [ - -121.92789397499996, - 37.45516673100008 - ], - [ - -121.928129475, - 37.45535561300005 - ], - [ - -121.928323703, - 37.45557230600008 - ], - [ - -121.92847158199999, - 37.455811124000036 - ], - [ - -121.92856923, - 37.45606581900006 - ], - [ - -121.92860522099994, - 37.45627760900004 - ], - [ - -121.92861408099998, - 37.45632974200004 - ], - [ - -121.92865356099998, - 37.45644066500006 - ], - [ - -121.92871568199996, - 37.45654481400004 - ], - [ - -121.92879863199994, - 37.45663925500003 - ], - [ - -121.92890018499997, - 37.45672138300006 - ], - [ - -121.929017451, - 37.456788876000076 - ], - [ - -121.92914720799996, - 37.456839873000035 - ], - [ - -121.92928575099995, - 37.456872934000046 - ], - [ - -121.92942930399994, - 37.45688714100004 - ], - [ - -121.92957380699994, - 37.45688210700007 - ], - [ - -121.929677541, - 37.45686440900005 - ], - [ - -121.92971524499995, - 37.45685797600004 - ], - [ - -121.92984966999995, - 37.456815411000036 - ], - [ - -121.92990276499995, - 37.45678377100006 - ], - [ - -121.93069650899997, - 37.45631076600006 - ], - [ - -121.93118841399996, - 37.45598466400003 - ], - [ - -121.93150942999995, - 37.45577184900003 - ], - [ - -121.93164211899995, - 37.45567418200005 - ], - [ - -121.93228622, - 37.45520008600005 - ], - [ - -121.932293975, - 37.455192175000036 - ], - [ - -121.93234907599998, - 37.455135960000064 - ], - [ - -121.93242436799994, - 37.45508102200006 - ], - [ - -121.93251005899998, - 37.45503680600007 - ], - [ - -121.93260375899996, - 37.455004476000056 - ], - [ - -121.93270287399997, - 37.454985011000076 - ], - [ - -121.93274429799999, - 37.454982521000034 - ], - [ - -121.93280467199997, - 37.45497889400008 - ], - [ - -121.93290629899997, - 37.454986305000034 - ], - [ - -121.93300500999999, - 37.45500705100005 - ], - [ - -121.93309804899997, - 37.455040548000056 - ], - [ - -121.93318284799994, - 37.45508586400007 - ], - [ - -121.93325702399994, - 37.455141748000074 - ], - [ - -121.933318569, - 37.45520669100006 - ], - [ - -121.93336578099996, - 37.45527883400007 - ], - [ - -121.93339732799996, - 37.455356229000074 - ], - [ - -121.93340517099995, - 37.45539818800006 - ], - [ - -121.93341236999999, - 37.455436709000026 - ], - [ - -121.933412966, - 37.455578900000035 - ], - [ - -121.93341332899996, - 37.455665372000055 - ], - [ - -121.93341344499999, - 37.45569283100008 - ], - [ - -121.93341245799996, - 37.45569948900004 - ], - [ - -121.93337575099997, - 37.455947163000076 - ], - [ - -121.93329987699997, - 37.45619603100005 - ], - [ - -121.93320326399999, - 37.45640104600005 - ], - [ - -121.93318690299998, - 37.45643576100008 - ], - [ - -121.93303845399998, - 37.45666290200006 - ], - [ - -121.93290668999998, - 37.45681604200007 - ], - [ - -121.93285673599996, - 37.456874104000065 - ], - [ - -121.932778295, - 37.45705025400008 - ], - [ - -121.93273954299997, - 37.45713726100007 - ], - [ - -121.93272228399996, - 37.45717603500003 - ], - [ - -121.93271683299997, - 37.45719634500006 - ], - [ - -121.93263829999995, - 37.457489345000056 - ], - [ - -121.93261796899998, - 37.457691719000024 - ], - [ - -121.93261095899999, - 37.457761498000025 - ], - [ - -121.93260621499996, - 37.45780872900008 - ], - [ - -121.93262663099995, - 37.45812870700007 - ], - [ - -121.93264698799999, - 37.45842774300007 - ], - [ - -121.93263128599995, - 37.45872696600003 - ], - [ - -121.93257961199998, - 37.45902358500007 - ], - [ - -121.93249248899997, - 37.45931491300007 - ], - [ - -121.93237066599994, - 37.45959821800005 - ], - [ - -121.93231544999998, - 37.45965739800005 - ], - [ - -121.932273308, - 37.45972301100005 - ], - [ - -121.93224529799994, - 37.45979330400007 - ], - [ - -121.93223224199994, - 37.45986632100005 - ], - [ - -121.93223449099997, - 37.45994002200007 - ], - [ - -121.93225203199995, - 37.460012437000046 - ], - [ - -121.93228426999997, - 37.46008155900006 - ], - [ - -121.932330407, - 37.460145477000026 - ], - [ - -121.93238915999996, - 37.46020242000003 - ], - [ - -121.93245891899994, - 37.460250873000064 - ], - [ - -121.93253773599997, - 37.46028946400003 - ], - [ - -121.93262349199995, - 37.46031714500003 - ], - [ - -121.93271379199996, - 37.460333164000076 - ], - [ - -121.93330783, - 37.46032362400007 - ], - [ - -121.93390194699998, - 37.46033019400005 - ], - [ - -121.93423969599996, - 37.460340924000036 - ], - [ - -121.93445076499995, - 37.46035819100007 - ], - [ - -121.93465833, - 37.460393330000045 - ], - [ - -121.93484726699995, - 37.46044236300003 - ], - [ - -121.93502877999998, - 37.46050682300006 - ], - [ - -121.935121886, - 37.46055228700004 - ], - [ - -121.93520495399997, - 37.46060877100007 - ], - [ - -121.93527598699995, - 37.46067487800008 - ], - [ - -121.93533321999996, - 37.46074898300003 - ], - [ - -121.93537525399995, - 37.46082931500007 - ], - [ - -121.93540108899998, - 37.46091387400003 - ], - [ - -121.93542891899995, - 37.461176812000076 - ], - [ - -121.93543940099994, - 37.46137534400003 - ], - [ - -121.93546691999995, - 37.46157282100006 - ], - [ - -121.935504343, - 37.46172535900007 - ], - [ - -121.93556004499999, - 37.46187430800006 - ], - [ - -121.93558798499998, - 37.461925078000036 - ], - [ - -121.935625185, - 37.46197193800003 - ], - [ - -121.93567078499996, - 37.462013795000075 - ], - [ - -121.93572376699996, - 37.46204970200006 - ], - [ - -121.93577271599997, - 37.462074510000036 - ], - [ - -121.93598252099997, - 37.46215114300003 - ], - [ - -121.93620418599994, - 37.46220240500003 - ], - [ - -121.936450875, - 37.462231959000064 - ], - [ - -121.93670021199995, - 37.46223801900004 - ], - [ - -121.93694869499996, - 37.46222052200005 - ], - [ - -121.93742966299999, - 37.46215712400004 - ], - [ - -121.93772509299998, - 37.462120224000046 - ], - [ - -121.937938095, - 37.462110841000026 - ], - [ - -121.93815048599998, - 37.46212712400006 - ], - [ - -121.938503874, - 37.46218979100007 - ], - [ - -121.93884819899995, - 37.46227896200003 - ], - [ - -121.93909241699998, - 37.46236503200004 - ], - [ - -121.93932345499996, - 37.46247177400005 - ], - [ - -121.93953854199998, - 37.462597937000055 - ], - [ - -121.939665962, - 37.46268987900004 - ], - [ - -121.93986272799998, - 37.462862779000034 - ], - [ - -121.940028827, - 37.46305507500006 - ], - [ - -121.94016129399995, - 37.46326328200007 - ], - [ - -121.940257756, - 37.46348371700003 - ], - [ - -121.94031647399999, - 37.463712421000025 - ], - [ - -121.94037526499994, - 37.46395819900005 - ], - [ - -121.94046452199996, - 37.46419806600005 - ], - [ - -121.94058340099997, - 37.46442962400005 - ], - [ - -121.94069941999999, - 37.46459644000004 - ], - [ - -121.94084267999995, - 37.464749235000056 - ], - [ - -121.94100263499996, - 37.464877331000025 - ], - [ - -121.94118437299994, - 37.46498540600004 - ], - [ - -121.94138397199998, - 37.465071127000044 - ], - [ - -121.94160608399994, - 37.46513597100005 - ], - [ - -121.94183730199995, - 37.46517568400003 - ], - [ - -121.94207318699995, - 37.465189450000025 - ], - [ - -121.94234305499998, - 37.465184417000046 - ], - [ - -121.94261221099998, - 37.465167835000045 - ], - [ - -121.942940841, - 37.46516180400005 - ], - [ - -121.94326641499998, - 37.46519811200005 - ] - ], - [ - [ - -121.87153103199995, - 37.39336479600007 - ], - [ - -121.87288278999995, - 37.395440181000026 - ], - [ - -121.87289120899999, - 37.395465855000054 - ], - [ - -121.87289685399998, - 37.39549202200004 - ], - [ - -121.87289969399995, - 37.39551847200005 - ], - [ - -121.87289969399995, - 37.39554502400006 - ], - [ - -121.87289688099997, - 37.39557149400008 - ], - [ - -121.87289125199999, - 37.39559765400003 - ], - [ - -121.87288283, - 37.39562332100007 - ], - [ - -121.87287172699996, - 37.39564835400006 - ], - [ - -121.87285797099997, - 37.39567254900004 - ], - [ - -121.872841699, - 37.395695697000065 - ], - [ - -121.87282299599997, - 37.39571766200004 - ], - [ - -121.87266559899996, - 37.395828092000045 - ], - [ - -121.872600595, - 37.39587367200005 - ], - [ - -121.87233952999998, - 37.39605684500003 - ], - [ - -121.87200637599994, - 37.396290555000064 - ], - [ - -121.87196710899997, - 37.39631454400006 - ], - [ - -121.87192529599997, - 37.396335657000066 - ], - [ - -121.87188132899996, - 37.39635368300003 - ], - [ - -121.87183544099997, - 37.39636852500007 - ], - [ - -121.87178811299998, - 37.396379997000054 - ], - [ - -121.87173968699994, - 37.39638804900005 - ], - [ - -121.87169056799996, - 37.396392605000074 - ], - [ - -121.87144114199998, - 37.396222453000064 - ], - [ - -121.87128475199995, - 37.396109856000066 - ], - [ - -121.87104918099999, - 37.395959868000034 - ], - [ - -121.87098549999996, - 37.395913551000035 - ], - [ - -121.87089501, - 37.39584772500007 - ], - [ - -121.87060646999998, - 37.39563785800004 - ], - [ - -121.87059939999995, - 37.39563253800003 - ], - [ - -121.87056777, - 37.39560832500007 - ], - [ - -121.87053874299994, - 37.39558213500004 - ], - [ - -121.87051243699995, - 37.395554127000025 - ], - [ - -121.87048914299999, - 37.395524505000026 - ], - [ - -121.87046287199996, - 37.39548434300008 - ], - [ - -121.87043304499997, - 37.39544580300003 - ], - [ - -121.87039966499998, - 37.39540911200004 - ], - [ - -121.87011119199997, - 37.39520420800005 - ], - [ - -121.86976559799996, - 37.39495865600003 - ], - [ - -121.86975585099998, - 37.39495121600004 - ], - [ - -121.86975052799994, - 37.394947272000024 - ], - [ - -121.86974563099994, - 37.39494295900005 - ], - [ - -121.86937994899995, - 37.394734492000055 - ], - [ - -121.86911117999995, - 37.39457282300003 - ], - [ - -121.87051554099997, - 37.39359766700005 - ], - [ - -121.87130389799995, - 37.39301607300007 - ], - [ - -121.87153103199995, - 37.39336479600007 - ] - ], - [ - [ - -121.798012041, - 37.34404652000006 - ], - [ - -121.79793241899995, - 37.34408913000004 - ], - [ - -121.79789137299997, - 37.34411258700004 - ], - [ - -121.79777476499999, - 37.34417158300005 - ], - [ - -121.797540976, - 37.34429589800004 - ], - [ - -121.79750535499994, - 37.34431497000003 - ], - [ - -121.79715000299996, - 37.34404450400007 - ], - [ - -121.79696070899996, - 37.343916267000054 - ], - [ - -121.79671110299995, - 37.34374715200005 - ], - [ - -121.796265157, - 37.343445021000036 - ], - [ - -121.79599183899995, - 37.343259001000035 - ], - [ - -121.79580153699999, - 37.34313026800004 - ], - [ - -121.79531149299999, - 37.342799279000076 - ], - [ - -121.79507443399996, - 37.34263910800007 - ], - [ - -121.79511588499997, - 37.34262393300003 - ], - [ - -121.795275759, - 37.34256540100006 - ], - [ - -121.79546714099996, - 37.34249530400007 - ], - [ - -121.79565627199997, - 37.34242603200005 - ], - [ - -121.79584232399998, - 37.34235787100005 - ], - [ - -121.79602994499999, - 37.34228916500007 - ], - [ - -121.79621836299998, - 37.34222015200004 - ], - [ - -121.79640595399997, - 37.34215144600006 - ], - [ - -121.79659511199998, - 37.34208215000007 - ], - [ - -121.79678705999999, - 37.34201186200005 - ], - [ - -121.79698014899998, - 37.34194117200008 - ], - [ - -121.79717619899998, - 37.341869350000024 - ], - [ - -121.797373559, - 37.341797032000045 - ], - [ - -121.79757809899996, - 37.341722117000074 - ], - [ - -121.79778651099997, - 37.341645784000036 - ], - [ - -121.79853119199998, - 37.34137302500005 - ], - [ - -121.79808556699999, - 37.340884352000046 - ], - [ - -121.79679536999998, - 37.33946950600006 - ], - [ - -121.79521504099995, - 37.33773651100006 - ], - [ - -121.794487904, - 37.336939019000056 - ], - [ - -121.80044297999996, - 37.33576013700008 - ], - [ - -121.803805996, - 37.339440756000045 - ], - [ - -121.804893183, - 37.34063056100007 - ], - [ - -121.804908147, - 37.34064694400007 - ], - [ - -121.80488045099997, - 37.340663207000034 - ], - [ - -121.80492118799998, - 37.34070747800007 - ], - [ - -121.80354493199997, - 37.34138535300008 - ], - [ - -121.80354214699997, - 37.341381813000055 - ], - [ - -121.80335433899995, - 37.34147868700006 - ], - [ - -121.80317391799997, - 37.341571771000076 - ], - [ - -121.80300088299998, - 37.341661040000076 - ], - [ - -121.80282665599998, - 37.34175094200003 - ], - [ - -121.80265245599998, - 37.341840819000026 - ], - [ - -121.80247907999996, - 37.34193022900007 - ], - [ - -121.80230522, - 37.342019942000036 - ], - [ - -121.80213187299995, - 37.34210939700006 - ], - [ - -121.80195738699996, - 37.342199391000065 - ], - [ - -121.80178369499998, - 37.342288988000064 - ], - [ - -121.80161077199995, - 37.34237820800007 - ], - [ - -121.80143540399996, - 37.34246867000007 - ], - [ - -121.80126222399997, - 37.34255803000008 - ], - [ - -121.80108782099995, - 37.34264797600008 - ], - [ - -121.80087605399996, - 37.342757222000046 - ], - [ - -121.80070520299995, - 37.34284536400003 - ], - [ - -121.80050465799997, - 37.34294880700003 - ], - [ - -121.80029814199997, - 37.343051857000034 - ], - [ - -121.80011913899995, - 37.343141166000066 - ], - [ - -121.79994233999997, - 37.343230246000076 - ], - [ - -121.799767756, - 37.343318200000056 - ], - [ - -121.79959189199997, - 37.34340685500007 - ], - [ - -121.79941733499999, - 37.343494786000065 - ], - [ - -121.79923928499994, - 37.34358451800006 - ], - [ - -121.79906683099995, - 37.343671441000026 - ], - [ - -121.79889491699998, - 37.34375808300007 - ], - [ - -121.79871865399997, - 37.34384687900007 - ], - [ - -121.79854213399994, - 37.34393583700006 - ], - [ - -121.79837084699994, - 37.344025585000054 - ], - [ - -121.79823149999999, - 37.34392907000006 - ], - [ - -121.798103874, - 37.34399736600005 - ], - [ - -121.798012041, - 37.34404652000006 - ] - ], - [ - [ - -121.93043953899996, - 37.327006389000076 - ], - [ - -121.93030930799995, - 37.327007200000025 - ], - [ - -121.93018947999997, - 37.32700795200003 - ], - [ - -121.92999975099997, - 37.32700914700007 - ], - [ - -121.92982431899998, - 37.32700398500003 - ], - [ - -121.929658873, - 37.32700394400007 - ], - [ - -121.92957419599998, - 37.327005229000065 - ], - [ - -121.92946163799996, - 37.32700690000007 - ], - [ - -121.92941229399997, - 37.327007639000044 - ], - [ - -121.92930068599998, - 37.327008109000076 - ], - [ - -121.92922381799997, - 37.32700842700007 - ], - [ - -121.92869350199999, - 37.32701066000004 - ], - [ - -121.92855736899998, - 37.327013169000054 - ], - [ - -121.92844416, - 37.32701525600004 - ], - [ - -121.928289055, - 37.32701639100003 - ], - [ - -121.92810583399995, - 37.327017685000044 - ], - [ - -121.92798756699995, - 37.32701754800007 - ], - [ - -121.92786929699997, - 37.32701738600008 - ], - [ - -121.92760489899996, - 37.327017014000035 - ], - [ - -121.92741219099997, - 37.32701677600005 - ], - [ - -121.92731957599995, - 37.32701664500007 - ], - [ - -121.927334267, - 37.326879355000074 - ], - [ - -121.92731838599997, - 37.32687927400008 - ], - [ - -121.92731311199998, - 37.32687931400005 - ], - [ - -121.92689811099996, - 37.32688157700005 - ], - [ - -121.92689704399999, - 37.326783643000056 - ], - [ - -121.92689537999996, - 37.32663346000004 - ], - [ - -121.92689394099995, - 37.326507124000045 - ], - [ - -121.92689258599995, - 37.326383650000025 - ], - [ - -121.927069212, - 37.32638223200007 - ], - [ - -121.927324565, - 37.32638491200004 - ], - [ - -121.927325957, - 37.32625962000003 - ], - [ - -121.92689124099996, - 37.32626209800003 - ], - [ - -121.92688988299994, - 37.32613844100007 - ], - [ - -121.92688858199995, - 37.32602531100008 - ], - [ - -121.92688711599999, - 37.325889981000046 - ], - [ - -121.92688573199996, - 37.32576639300004 - ], - [ - -121.92688441099995, - 37.325644657000055 - ], - [ - -121.92731597299996, - 37.325639401000046 - ], - [ - -121.92731587799994, - 37.32552335100007 - ], - [ - -121.92688304399996, - 37.325523608000026 - ], - [ - -121.92688173, - 37.32540521400006 - ], - [ - -121.92688237599998, - 37.325267867000036 - ], - [ - -121.92672070799995, - 37.32526141200003 - ], - [ - -121.92639255599994, - 37.32526327800008 - ], - [ - -121.92635331999998, - 37.32526350400008 - ], - [ - -121.925965309, - 37.32526628100004 - ], - [ - -121.92568839499995, - 37.32526610200006 - ], - [ - -121.92588716999995, - 37.32510379800004 - ], - [ - -121.92588699899994, - 37.32507381400006 - ], - [ - -121.92588611699995, - 37.324908926000035 - ], - [ - -121.92588521799996, - 37.324749120000035 - ], - [ - -121.92588427799996, - 37.32458116400005 - ], - [ - -121.92588336799997, - 37.32441483400004 - ], - [ - -121.92588252099995, - 37.32426079600003 - ], - [ - -121.92588247999998, - 37.32425562200007 - ], - [ - -121.92588099699998, - 37.32418685600004 - ], - [ - -121.92588009399998, - 37.324109477000036 - ], - [ - -121.92587984699998, - 37.32408608600008 - ], - [ - -121.92588047199996, - 37.32405877100007 - ], - [ - -121.925877905, - 37.32391672400007 - ], - [ - -121.92587160899996, - 37.323564205000025 - ], - [ - -121.92600454899997, - 37.323564487000056 - ], - [ - -121.92670410399995, - 37.323558443000024 - ], - [ - -121.92670292499997, - 37.323667733000036 - ], - [ - -121.92670624099998, - 37.323903003000055 - ], - [ - -121.92686784899996, - 37.32390208800007 - ], - [ - -121.92716085799998, - 37.32390037400006 - ], - [ - -121.927304699, - 37.32389955900004 - ], - [ - -121.92730577599997, - 37.324020473000076 - ], - [ - -121.92773427499998, - 37.32401887000003 - ], - [ - -121.92782000699998, - 37.324017551000054 - ], - [ - -121.92782077799995, - 37.32407435500005 - ], - [ - -121.92782170699996, - 37.324141044000044 - ], - [ - -121.92790773999997, - 37.32414040900005 - ], - [ - -121.92833754599997, - 37.32413668100003 - ], - [ - -121.92835328999996, - 37.324135641000055 - ], - [ - -121.92834865999998, - 37.32403280700004 - ], - [ - -121.92834923799995, - 37.32401208500005 - ], - [ - -121.92790620999995, - 37.324016820000054 - ], - [ - -121.927905491, - 37.32395962800007 - ], - [ - -121.927904996, - 37.32389323000007 - ], - [ - -121.92816103299998, - 37.32389461900004 - ], - [ - -121.92815448199997, - 37.32354588000004 - ], - [ - -121.92818746499995, - 37.32354547700004 - ], - [ - -121.92830239899996, - 37.32354538000004 - ], - [ - -121.92847330799998, - 37.32354524300007 - ], - [ - -121.92850242699996, - 37.32354520900003 - ], - [ - -121.92856330399997, - 37.32354513000007 - ], - [ - -121.92875992999996, - 37.32354536500003 - ], - [ - -121.92876528999994, - 37.323888649000025 - ], - [ - -121.92876575999998, - 37.32391917800004 - ], - [ - -121.92876684899994, - 37.32413513100005 - ], - [ - -121.92876721699997, - 37.32420528500006 - ], - [ - -121.92876808299997, - 37.32427245100007 - ], - [ - -121.92894002699995, - 37.32427155000005 - ], - [ - -121.92937107499995, - 37.32426826100004 - ], - [ - -121.92936899299997, - 37.324192406000066 - ], - [ - -121.92936873999997, - 37.32414468400003 - ], - [ - -121.92936852699995, - 37.324099044000036 - ], - [ - -121.92936812499994, - 37.32402108500003 - ], - [ - -121.92936802799994, - 37.32400703300004 - ], - [ - -121.92936743799999, - 37.323886250000044 - ], - [ - -121.92951046999997, - 37.32388516800006 - ], - [ - -121.92950504299995, - 37.32354003100005 - ], - [ - -121.92964975499996, - 37.323541334000026 - ], - [ - -121.92979561199996, - 37.32354266700003 - ], - [ - -121.92996754, - 37.32354024800003 - ], - [ - -121.93011056599994, - 37.32353891400004 - ], - [ - -121.93013948499998, - 37.32353881300003 - ], - [ - -121.93021147899998, - 37.32353857500004 - ], - [ - -121.93039742299999, - 37.32353779300007 - ], - [ - -121.93068035299996, - 37.32353658300008 - ], - [ - -121.93072815799997, - 37.32353636500005 - ], - [ - -121.93082364399999, - 37.32353703000007 - ], - [ - -121.93082402299996, - 37.323618285000066 - ], - [ - -121.93082447499995, - 37.32372119300004 - ], - [ - -121.93082653899995, - 37.32387237900008 - ], - [ - -121.93099851399995, - 37.32387141300006 - ], - [ - -121.930998532, - 37.32387339100006 - ], - [ - -121.93142838099999, - 37.32387052200005 - ], - [ - -121.93142975899997, - 37.32397241100006 - ], - [ - -121.93142986099997, - 37.32399411000006 - ], - [ - -121.93143168199998, - 37.32411769200007 - ], - [ - -121.93143303699998, - 37.324210884000024 - ], - [ - -121.93143373499998, - 37.32424127300004 - ], - [ - -121.93143655999995, - 37.32436484500005 - ], - [ - -121.93143815399998, - 37.324436150000054 - ], - [ - -121.93143815299999, - 37.32448843100008 - ], - [ - -121.93143974599997, - 37.32461201700005 - ], - [ - -121.93144097699997, - 37.324734601000046 - ], - [ - -121.93144291399994, - 37.324858207000034 - ], - [ - -121.93144390599997, - 37.32492194200006 - ], - [ - -121.93144467899998, - 37.32498181300008 - ], - [ - -121.931599474, - 37.32498257700007 - ], - [ - -121.93181959599997, - 37.32498370900004 - ], - [ - -121.931820045, - 37.32501913800007 - ], - [ - -121.931820615, - 37.32506683400004 - ], - [ - -121.93215890699997, - 37.325067690000026 - ], - [ - -121.932382196, - 37.325064961000066 - ], - [ - -121.93252739499997, - 37.32506318600008 - ], - [ - -121.93252812799994, - 37.324953304000076 - ], - [ - -121.93252667799999, - 37.32468333600008 - ], - [ - -121.93252654599996, - 37.324603153000055 - ], - [ - -121.932374934, - 37.32460537400004 - ], - [ - -121.93237505399998, - 37.324684869000066 - ], - [ - -121.93211992099998, - 37.32468743800007 - ], - [ - -121.932116641, - 37.32438622400008 - ], - [ - -121.93211657299997, - 37.324381165000034 - ], - [ - -121.93211345599997, - 37.32426638700008 - ], - [ - -121.93221807499998, - 37.32426643600007 - ], - [ - -121.93248588299997, - 37.324262727000075 - ], - [ - -121.93253539799997, - 37.32426204200004 - ], - [ - -121.93258491499995, - 37.32426135700007 - ], - [ - -121.932959101, - 37.32425833800005 - ], - [ - -121.93339564799999, - 37.32425478400006 - ], - [ - -121.93356662099995, - 37.32425340200007 - ], - [ - -121.93357374599998, - 37.32419153500007 - ], - [ - -121.93357214199995, - 37.323912205000056 - ], - [ - -121.933571783, - 37.32385617500006 - ], - [ - -121.93357022299995, - 37.32358652800008 - ], - [ - -121.93357003499995, - 37.32355134800008 - ], - [ - -121.93356981299996, - 37.32351289600007 - ], - [ - -121.93372612699994, - 37.32351091500004 - ], - [ - -121.93387926099996, - 37.32350901800004 - ], - [ - -121.93418251899999, - 37.32350526000005 - ], - [ - -121.93433416399995, - 37.32350335900003 - ], - [ - -121.93448577799995, - 37.32350145700008 - ], - [ - -121.93448631499996, - 37.323581680000075 - ], - [ - -121.93448818299998, - 37.32384475400005 - ], - [ - -121.93433651099997, - 37.32384665600006 - ], - [ - -121.93433885099995, - 37.324185148000026 - ], - [ - -121.93433995599997, - 37.32424716500003 - ], - [ - -121.93430651099999, - 37.32424742500007 - ], - [ - -121.93418250899998, - 37.32424845200006 - ], - [ - -121.93418655999994, - 37.32431018200003 - ], - [ - -121.93419129299997, - 37.32466134800006 - ], - [ - -121.93434619299995, - 37.32465872000006 - ], - [ - -121.93435152099994, - 37.324658631000034 - ], - [ - -121.934347017, - 37.324308905000066 - ], - [ - -121.93449480599998, - 37.32430769100006 - ], - [ - -121.93464844099998, - 37.324306474000025 - ], - [ - -121.934795227, - 37.32430527200006 - ], - [ - -121.93479950699998, - 37.32465653400004 - ], - [ - -121.93480412399998, - 37.32492545800005 - ], - [ - -121.93480623399995, - 37.32503530500003 - ], - [ - -121.93481126599994, - 37.32532578400003 - ], - [ - -121.93465157799994, - 37.32532689400006 - ], - [ - -121.93450232199996, - 37.32532792000006 - ], - [ - -121.93435071799996, - 37.32532899700004 - ], - [ - -121.93427132999994, - 37.325329511000064 - ], - [ - -121.93419913799994, - 37.32533000500007 - ], - [ - -121.93412835099997, - 37.32533052800005 - ], - [ - -121.93404473399994, - 37.32533164300003 - ], - [ - -121.93389159999998, - 37.325333701000034 - ], - [ - -121.93388879099996, - 37.325333734000026 - ], - [ - -121.93388873899994, - 37.325331034000044 - ], - [ - -121.93382429999997, - 37.32533230300004 - ], - [ - -121.933754949, - 37.325332901000024 - ], - [ - -121.93375500299999, - 37.325335738000035 - ], - [ - -121.93374233499998, - 37.32533577800007 - ], - [ - -121.93368819499995, - 37.325335960000075 - ], - [ - -121.93359616499998, - 37.32533630800003 - ], - [ - -121.93351551399996, - 37.32533660800004 - ], - [ - -121.93344238099996, - 37.325337320000074 - ], - [ - -121.933296284, - 37.32533876300005 - ], - [ - -121.93314697899996, - 37.32534020000003 - ], - [ - -121.93308894799998, - 37.32534077300005 - ], - [ - -121.93299537599995, - 37.32534139100005 - ], - [ - -121.93283568499999, - 37.325342404000025 - ], - [ - -121.93268384899994, - 37.32534339100005 - ], - [ - -121.932528747, - 37.32534448600006 - ], - [ - -121.93238902199994, - 37.32534628700006 - ], - [ - -121.93238564499995, - 37.32520898900003 - ], - [ - -121.93213382099998, - 37.32521087500004 - ], - [ - -121.932135196, - 37.325354471000026 - ], - [ - -121.93197638299995, - 37.32536083200006 - ], - [ - -121.93180640899999, - 37.32536824700003 - ], - [ - -121.93180910199999, - 37.32536953400006 - ], - [ - -121.93181166999995, - 37.325370372000066 - ], - [ - -121.931814154, - 37.32537139600004 - ], - [ - -121.93181652699997, - 37.32537257900003 - ], - [ - -121.93181873099996, - 37.325373925000065 - ], - [ - -121.93182079499996, - 37.325375456000074 - ], - [ - -121.93182269, - 37.32537706000005 - ], - [ - -121.93182444299998, - 37.32537882300005 - ], - [ - -121.93182593999995, - 37.32538068200006 - ], - [ - -121.93182723999996, - 37.32538265800008 - ], - [ - -121.93182833799995, - 37.325384704000044 - ], - [ - -121.93182920999999, - 37.32538679900006 - ], - [ - -121.93182985399994, - 37.32538901200007 - ], - [ - -121.93183026899999, - 37.32539118100004 - ], - [ - -121.93183042599998, - 37.32539339900006 - ], - [ - -121.93183035399994, - 37.32539562100004 - ], - [ - -121.93183107399994, - 37.32547808500004 - ], - [ - -121.93165569099995, - 37.325479862000066 - ], - [ - -121.93154490199998, - 37.32548096200003 - ], - [ - -121.93148449299997, - 37.325480053000035 - ], - [ - -121.93145413899998, - 37.325480103000075 - ], - [ - -121.93145437899994, - 37.325618287000054 - ], - [ - -121.93147839699998, - 37.325618245000044 - ], - [ - -121.93153963699996, - 37.325619145000076 - ], - [ - -121.93183228799995, - 37.32561621100007 - ], - [ - -121.93183340899998, - 37.32574062700007 - ], - [ - -121.931833655, - 37.325771434000046 - ], - [ - -121.93183382899997, - 37.32586420400003 - ], - [ - -121.93183401899995, - 37.32598785300007 - ], - [ - -121.93145243299995, - 37.32598960900003 - ], - [ - -121.93145230599998, - 37.32600391600005 - ], - [ - -121.931454428, - 37.32611319000006 - ], - [ - -121.93183618499995, - 37.32611136400004 - ], - [ - -121.93183860999994, - 37.32623498600003 - ], - [ - -121.931839315, - 37.32627176200003 - ], - [ - -121.93183995499999, - 37.32635898800004 - ], - [ - -121.93145818399995, - 37.32636017300007 - ], - [ - -121.93145908899999, - 37.32648374400003 - ], - [ - -121.93184080399999, - 37.32648258300003 - ], - [ - -121.93184174499999, - 37.32660800700006 - ], - [ - -121.93146003299995, - 37.326613794000025 - ], - [ - -121.93146090899995, - 37.32673736600003 - ], - [ - -121.93146172899998, - 37.32686096200007 - ], - [ - -121.93141409699996, - 37.32686131400004 - ], - [ - -121.93136150599997, - 37.32686168200007 - ], - [ - -121.93103189599998, - 37.32686415100005 - ], - [ - -121.930859597, - 37.32686545400003 - ], - [ - -121.930859683, - 37.32682654000007 - ], - [ - -121.93085902899998, - 37.32673395900008 - ], - [ - -121.93085815299997, - 37.32661787200004 - ], - [ - -121.93043139999997, - 37.32662015100004 - ], - [ - -121.93043412799994, - 37.326740175000054 - ], - [ - -121.93043515899996, - 37.32686594300003 - ], - [ - -121.93043953899996, - 37.327006389000076 - ] - ], - [ - [ - -121.930304004, - 37.323266223000076 - ], - [ - -121.93013213299997, - 37.323266971000066 - ], - [ - -121.92979326699998, - 37.32326723800003 - ], - [ - -121.92944425599995, - 37.32326753600006 - ], - [ - -121.92927918599997, - 37.32326723700004 - ], - [ - -121.92894040399995, - 37.32326885200007 - ], - [ - -121.92859050399994, - 37.323270670000056 - ], - [ - -121.92841595699997, - 37.32326945500006 - ], - [ - -121.928414165, - 37.32304973300006 - ], - [ - -121.92841324099999, - 37.32293987200006 - ], - [ - -121.928071102, - 37.32294278300003 - ], - [ - -121.92807113099997, - 37.32294578200003 - ], - [ - -121.92807555099995, - 37.32305262500006 - ], - [ - -121.92807733599994, - 37.323162497000055 - ], - [ - -121.92807908999998, - 37.323272348000046 - ], - [ - -121.92772735099999, - 37.32327537500004 - ], - [ - -121.92755969999996, - 37.32327645600003 - ], - [ - -121.92721426499998, - 37.323279429000024 - ], - [ - -121.92687192399995, - 37.323282361000054 - ], - [ - -121.92678380899997, - 37.323283444000026 - ], - [ - -121.92678188899998, - 37.32313485700007 - ], - [ - -121.92678163199997, - 37.323128885000074 - ], - [ - -121.92678126099997, - 37.32311916100008 - ], - [ - -121.926778975, - 37.32305953300005 - ], - [ - -121.92669295699994, - 37.323060059000056 - ], - [ - -121.92635087499997, - 37.32306298800006 - ], - [ - -121.92634989699997, - 37.32295312800005 - ], - [ - -121.92600600999998, - 37.32295607700007 - ], - [ - -121.92583404399994, - 37.32295633900003 - ], - [ - -121.92583501599995, - 37.32306729800007 - ], - [ - -121.92583588099995, - 37.32317880700003 - ], - [ - -121.92583650899996, - 37.32324774400007 - ], - [ - -121.925837087, - 37.32328499100004 - ], - [ - -121.92583713799996, - 37.32328833400004 - ], - [ - -121.92578626299996, - 37.32328917800004 - ], - [ - -121.92576162299997, - 37.32328958800008 - ], - [ - -121.92547375499998, - 37.32329093300007 - ], - [ - -121.92519769899997, - 37.32329223900007 - ], - [ - -121.92505583099995, - 37.323291976000064 - ], - [ - -121.92465219099995, - 37.32329122800007 - ], - [ - -121.92439753099995, - 37.32329271200007 - ], - [ - -121.92439500199998, - 37.32316002700003 - ], - [ - -121.92439230999997, - 37.32301722700004 - ], - [ - -121.92423777299996, - 37.32301910500007 - ], - [ - -121.92408323399997, - 37.32302098400004 - ], - [ - -121.92392820899994, - 37.323022868000066 - ], - [ - -121.92392753999997, - 37.322911059000035 - ], - [ - -121.92384933799997, - 37.32291042000003 - ], - [ - -121.92377540999996, - 37.32290981700004 - ], - [ - -121.92369804299994, - 37.32291094000004 - ], - [ - -121.92331098799997, - 37.322916605000046 - ], - [ - -121.92331661499998, - 37.32303753100007 - ], - [ - -121.923212794, - 37.32303860900004 - ], - [ - -121.92291789099994, - 37.32304161900004 - ], - [ - -121.92284868699994, - 37.32304234500003 - ], - [ - -121.92277034199998, - 37.323041739000075 - ], - [ - -121.92277018099998, - 37.32296107700006 - ], - [ - -121.92276967, - 37.32292062400006 - ], - [ - -121.92269273199997, - 37.32291861900006 - ], - [ - -121.92261019999995, - 37.32291934600005 - ], - [ - -121.92222803099997, - 37.32292279500007 - ], - [ - -121.92222765599996, - 37.32279919500007 - ], - [ - -121.92222727799998, - 37.32267836300008 - ], - [ - -121.92222697899996, - 37.322575362000066 - ], - [ - -121.92222690799997, - 37.32255201500004 - ], - [ - -121.922226551, - 37.32243079400007 - ], - [ - -121.92222616, - 37.32230483500007 - ], - [ - -121.92222578599996, - 37.322181303000036 - ], - [ - -121.92222474099998, - 37.32204502900004 - ], - [ - -121.92222174899996, - 37.321945036000045 - ], - [ - -121.92222156899999, - 37.32193412000004 - ], - [ - -121.92221948499997, - 37.32181102100003 - ], - [ - -121.92221758399995, - 37.32175024700007 - ], - [ - -121.92221545399997, - 37.32168199300003 - ], - [ - -121.92221172199999, - 37.32156278100007 - ], - [ - -121.92220794999997, - 37.321441305000064 - ], - [ - -121.92220772799999, - 37.32143421300003 - ], - [ - -121.92221407799997, - 37.32131307000003 - ], - [ - -121.92221590499997, - 37.32127949100004 - ], - [ - -121.92221473999996, - 37.321189685000036 - ], - [ - -121.92221317699995, - 37.321069898000076 - ], - [ - -121.92221149099998, - 37.320943681000074 - ], - [ - -121.922209926, - 37.320820713000046 - ], - [ - -121.92220903699996, - 37.32075448000006 - ], - [ - -121.92220828399996, - 37.320695295000064 - ], - [ - -121.922206599, - 37.320569102000036 - ], - [ - -121.92220502199996, - 37.320445515000074 - ], - [ - -121.92220321299999, - 37.32032190900003 - ], - [ - -121.92219927599996, - 37.32027310900003 - ], - [ - -121.92220585599995, - 37.320215301000076 - ], - [ - -121.92220686499996, - 37.32020654400003 - ], - [ - -121.92220466799995, - 37.32009257900006 - ], - [ - -121.9222023199999, - 37.32009121200008 - ], - [ - -121.92219793399994, - 37.319978142000025 - ], - [ - -121.92220647, - 37.31997794800003 - ], - [ - -121.92220645799995, - 37.319975819000035 - ], - [ - -121.92220704299996, - 37.31986042400007 - ], - [ - -121.92220771299998, - 37.319745073000036 - ], - [ - -121.92220697799996, - 37.319671811000035 - ], - [ - -121.92236898599998, - 37.319669730000044 - ], - [ - -121.92267749299998, - 37.31966694600004 - ], - [ - -121.92273994899995, - 37.31966570700007 - ], - [ - -121.92280415399995, - 37.31966444700004 - ], - [ - -121.92291924099999, - 37.31966222600005 - ], - [ - -121.92301953799995, - 37.319662976000075 - ], - [ - -121.92322931599995, - 37.319661961000065 - ], - [ - -121.92345090999999, - 37.319660071000044 - ], - [ - -121.92366453499994, - 37.319657910000046 - ], - [ - -121.92367812799995, - 37.319659827000066 - ], - [ - -121.92369187399999, - 37.319660783000074 - ], - [ - -121.92370560299997, - 37.319660845000044 - ], - [ - -121.92371940099997, - 37.31965994500007 - ], - [ - -121.92373295099998, - 37.319658109000045 - ], - [ - -121.92374631099995, - 37.31965533700003 - ], - [ - -121.92375198399998, - 37.31977109200005 - ], - [ - -121.92375333799998, - 37.31996099300005 - ], - [ - -121.923754208, - 37.32007884300003 - ], - [ - -121.923755052, - 37.320192389000056 - ], - [ - -121.92375588799996, - 37.32030696600003 - ], - [ - -121.92329438999997, - 37.32031140600003 - ], - [ - -121.92329562299994, - 37.32043488200003 - ], - [ - -121.92329682299999, - 37.32055957100005 - ], - [ - -121.92375778699994, - 37.32055559600008 - ], - [ - -121.923913299, - 37.32055253900006 - ], - [ - -121.92391254999995, - 37.320428942000035 - ], - [ - -121.92391180099997, - 37.320305346000055 - ], - [ - -121.92391107999998, - 37.32018179500005 - ], - [ - -121.92391032899997, - 37.32005819900007 - ], - [ - -121.92390955199994, - 37.319930139000064 - ], - [ - -121.92390882399997, - 37.31980764100007 - ], - [ - -121.92390834399998, - 37.319723846000045 - ], - [ - -121.92390689599995, - 37.31961170300008 - ], - [ - -121.923920249, - 37.319611519000034 - ], - [ - -121.92393359999994, - 37.31961133300007 - ], - [ - -121.92402574899995, - 37.319610099000045 - ], - [ - -121.92415970099995, - 37.31960815100007 - ], - [ - -121.92430623799999, - 37.31960485800005 - ], - [ - -121.92451558099998, - 37.319597713000064 - ], - [ - -121.924709641, - 37.31959311000003 - ], - [ - -121.92479965799998, - 37.31958986300003 - ], - [ - -121.92484522199999, - 37.31958805000005 - ], - [ - -121.92490951699995, - 37.31958546000004 - ], - [ - -121.924962339, - 37.31959003600008 - ], - [ - -121.92501513399998, - 37.31959463600003 - ], - [ - -121.92506795599996, - 37.31959921300006 - ], - [ - -121.92517301299995, - 37.31959855300005 - ], - [ - -121.92521273899996, - 37.31959720000003 - ], - [ - -121.92525246399998, - 37.319598778000056 - ], - [ - -121.92529181499998, - 37.31960328800005 - ], - [ - -121.92533050499998, - 37.31961066900004 - ], - [ - -121.92536815799997, - 37.31962085500004 - ], - [ - -121.92540448899996, - 37.31963378100005 - ], - [ - -121.92543917799998, - 37.31964931400006 - ], - [ - -121.92544381099998, - 37.319569211000044 - ], - [ - -121.92544199599996, - 37.31952656500005 - ], - [ - -121.925440327, - 37.31949316600003 - ], - [ - -121.92543935499998, - 37.31943469500004 - ], - [ - -121.92543908299996, - 37.31935584200005 - ], - [ - -121.92543859499995, - 37.31921601400006 - ], - [ - -121.92543748399999, - 37.319076650000056 - ], - [ - -121.92543678499999, - 37.31898585500005 - ], - [ - -121.92543586899995, - 37.318939353000076 - ], - [ - -121.92543321599999, - 37.31880474700006 - ], - [ - -121.92543137599995, - 37.31871128700004 - ], - [ - -121.925430888, - 37.318664711000054 - ], - [ - -121.92542947199996, - 37.31852739000004 - ], - [ - -121.92542894499996, - 37.318391544000065 - ], - [ - -121.92542802599996, - 37.31831331700005 - ], - [ - -121.92542762899996, - 37.31822627300005 - ], - [ - -121.92542734499995, - 37.318143871000075 - ], - [ - -121.92542705799997, - 37.31806115100005 - ], - [ - -121.92542476099999, - 37.31795572500005 - ], - [ - -121.92542455799997, - 37.31789857100006 - ], - [ - -121.92542324599998, - 37.317759049000074 - ], - [ - -121.925422546, - 37.317621719000044 - ], - [ - -121.92542241099994, - 37.31759505400004 - ], - [ - -121.92542147499995, - 37.31748439200004 - ], - [ - -121.92542022999999, - 37.31734706700007 - ], - [ - -121.92541617399996, - 37.31625529000007 - ], - [ - -121.92583278999996, - 37.316259537000064 - ], - [ - -121.92595996399996, - 37.316257188000066 - ], - [ - -121.92622774199998, - 37.31625642400007 - ], - [ - -121.92676583899998, - 37.316248408000035 - ], - [ - -121.92715900399998, - 37.31624027700008 - ], - [ - -121.92745464899997, - 37.316240039000036 - ], - [ - -121.92790084299997, - 37.316235404000054 - ], - [ - -121.92814170799994, - 37.31623306400007 - ], - [ - -121.92840814299996, - 37.31622954200003 - ], - [ - -121.92883209099995, - 37.316224556000066 - ], - [ - -121.92909945099996, - 37.316221409000036 - ], - [ - -121.92943826699997, - 37.31621727500004 - ], - [ - -121.93047394599995, - 37.316173208000066 - ], - [ - -121.93072458999995, - 37.31615927400003 - ], - [ - -121.93080539799996, - 37.31615716600004 - ], - [ - -121.93159425599998, - 37.31611438500005 - ], - [ - -121.93159953299994, - 37.31611306100007 - ], - [ - -121.93160463299995, - 37.31611144300007 - ], - [ - -121.93160957999999, - 37.31610941300005 - ], - [ - -121.93161426199998, - 37.316107068000065 - ], - [ - -121.93161868399994, - 37.31610442700003 - ], - [ - -121.93162281099995, - 37.31610149200003 - ], - [ - -121.93162661999997, - 37.316098288000035 - ], - [ - -121.93163002099999, - 37.31609481300006 - ], - [ - -121.931633074, - 37.31609113500008 - ], - [ - -121.93163572199995, - 37.31608725700005 - ], - [ - -121.931637938, - 37.31608322400007 - ], - [ - -121.93163972099995, - 37.316079037000065 - ], - [ - -121.93163998299997, - 37.316050879000045 - ], - [ - -121.93163716899994, - 37.31542816900003 - ], - [ - -121.93162487899997, - 37.31465031300007 - ], - [ - -121.93161878799998, - 37.313844638000035 - ], - [ - -121.93161567099997, - 37.31343057200007 - ], - [ - -121.93161421399998, - 37.313237697000034 - ], - [ - -121.93161202099998, - 37.31294370200004 - ], - [ - -121.93160891699995, - 37.31253169800004 - ], - [ - -121.93160640599996, - 37.312242034000064 - ], - [ - -121.93160479999995, - 37.31205792600008 - ], - [ - -121.93160201399996, - 37.31174043100003 - ], - [ - -121.93160083499998, - 37.31160708800007 - ], - [ - -121.93159982099996, - 37.31148983500003 - ], - [ - -121.93159875799995, - 37.31136699800004 - ], - [ - -121.93159705399995, - 37.31117474300004 - ], - [ - -121.93159462099999, - 37.31089059400006 - ], - [ - -121.93180405599998, - 37.31090449200008 - ], - [ - -121.93180388699994, - 37.31088049700003 - ], - [ - -121.93180337899997, - 37.31080847700008 - ], - [ - -121.93180288599996, - 37.310738714000024 - ], - [ - -121.93180348499999, - 37.31070265500006 - ], - [ - -121.93180463599998, - 37.310613095000065 - ], - [ - -121.93180546899998, - 37.310523517000036 - ], - [ - -121.93180660399997, - 37.31038678200008 - ], - [ - -121.93180397799995, - 37.310330459000056 - ], - [ - -121.93180367199994, - 37.310304002000066 - ], - [ - -121.93180311499998, - 37.310256983000045 - ], - [ - -121.93188619399996, - 37.31025561000007 - ], - [ - -121.93200256299997, - 37.31025370700007 - ], - [ - -121.93199943499997, - 37.309885515000076 - ], - [ - -121.93199829399998, - 37.309751187000074 - ], - [ - -121.93199718299996, - 37.30961688200006 - ], - [ - -121.93246042099997, - 37.30961547700008 - ], - [ - -121.93245875099996, - 37.30941910200005 - ], - [ - -121.93242762699998, - 37.30941900200003 - ], - [ - -121.93206332399996, - 37.309418030000074 - ], - [ - -121.93206258099997, - 37.30933897700004 - ], - [ - -121.93206179499998, - 37.309255965000034 - ], - [ - -121.93205629, - 37.30925582700007 - ], - [ - -121.93205247599997, - 37.309255620000044 - ], - [ - -121.93205089699995, - 37.30925548000005 - ], - [ - -121.93204968899994, - 37.30925528900008 - ], - [ - -121.93204664299998, - 37.30925486900003 - ], - [ - -121.93204365399998, - 37.30925437900004 - ], - [ - -121.93204204199998, - 37.30925403200007 - ], - [ - -121.93204060199997, - 37.309253683000065 - ], - [ - -121.93203786699996, - 37.30925298400007 - ], - [ - -121.93203550499999, - 37.309252350000065 - ], - [ - -121.93203388999996, - 37.30925182000004 - ], - [ - -121.93203221699997, - 37.30925122200006 - ], - [ - -121.93203057099998, - 37.30925060200008 - ], - [ - -121.93202947499998, - 37.30925018000005 - ], - [ - -121.93202675899994, - 37.30924906800004 - ], - [ - -121.93202522699994, - 37.30924840000006 - ], - [ - -121.93202143599996, - 37.309246433000055 - ], - [ - -121.93201743699996, - 37.30924407800006 - ], - [ - -121.93201627699995, - 37.30924331400007 - ], - [ - -121.93201313599997, - 37.309241040000074 - ], - [ - -121.93201217799998, - 37.309240343000056 - ], - [ - -121.93201025699994, - 37.30923878700003 - ], - [ - -121.93200920699996, - 37.30923786100004 - ], - [ - -121.93200847699995, - 37.309237160000066 - ], - [ - -121.93200654999998, - 37.309235330000035 - ], - [ - -121.93200576199996, - 37.309234538000055 - ], - [ - -121.93200506, - 37.30923379200004 - ], - [ - -121.93200435799997, - 37.30923304400005 - ], - [ - -121.93200268599998, - 37.30923105000005 - ], - [ - -121.93200198299996, - 37.30923019000005 - ], - [ - -121.93200103999999, - 37.30922887300005 - ], - [ - -121.93199995099997, - 37.309227376000024 - ], - [ - -121.93199930299994, - 37.30922646700003 - ], - [ - -121.93199817599998, - 37.309224491000066 - ], - [ - -121.93199758399999, - 37.30922349000008 - ], - [ - -121.93199698999996, - 37.30922235300005 - ], - [ - -121.93199582699998, - 37.30922005600007 - ], - [ - -121.93199399099996, - 37.30921545500007 - ], - [ - -121.93199359099998, - 37.309214017000045 - ], - [ - -121.93199312999997, - 37.30921237500007 - ], - [ - -121.93199272499999, - 37.30921070900007 - ], - [ - -121.93199253499995, - 37.30920972700005 - ], - [ - -121.93199221799995, - 37.30920817400005 - ], - [ - -121.93199194599998, - 37.309205888000065 - ], - [ - -121.93199183599995, - 37.30920465400004 - ], - [ - -121.93199175099994, - 37.30920321200006 - ], - [ - -121.93199165199997, - 37.30920101600003 - ], - [ - -121.93199108899995, - 37.30902797600004 - ], - [ - -121.93199043599998, - 37.30883987400006 - ], - [ - -121.932228211, - 37.30884049200006 - ], - [ - -121.93223014699998, - 37.30842116900004 - ], - [ - -121.93223055599998, - 37.30833800600004 - ], - [ - -121.93223094399997, - 37.30825639900007 - ], - [ - -121.93223000599994, - 37.30783356400008 - ], - [ - -121.93245911999998, - 37.307833921000054 - ], - [ - -121.93268012599998, - 37.30783300400003 - ], - [ - -121.93274101199995, - 37.307832580000024 - ], - [ - -121.93291363199995, - 37.307832345000065 - ], - [ - -121.93300922699996, - 37.30783218300007 - ], - [ - -121.93314244399994, - 37.307831950000036 - ], - [ - -121.93336069799994, - 37.30783097400007 - ], - [ - -121.93358930099998, - 37.30782865700007 - ], - [ - -121.93367476699996, - 37.30782784000007 - ], - [ - -121.93381621599997, - 37.30782947300003 - ], - [ - -121.93391957299997, - 37.30782921600007 - ], - [ - -121.93405073099996, - 37.30782909900006 - ], - [ - -121.93413517699997, - 37.30782891100006 - ], - [ - -121.93427913199997, - 37.30782824800008 - ], - [ - -121.93435498599996, - 37.30782832700004 - ], - [ - -121.93450605599998, - 37.307828124000025 - ], - [ - -121.93457067799994, - 37.30782815800006 - ], - [ - -121.93473144099994, - 37.307828295000036 - ], - [ - -121.93478945499999, - 37.30782753900007 - ], - [ - -121.93495848599997, - 37.307829955000045 - ], - [ - -121.93500467499996, - 37.30782968600005 - ], - [ - -121.93518555499998, - 37.30783131600003 - ], - [ - -121.93521005799994, - 37.30783140400007 - ], - [ - -121.93540557299997, - 37.30783267100003 - ], - [ - -121.93541655099995, - 37.30783276600005 - ], - [ - -121.93541677199994, - 37.30783830300004 - ], - [ - -121.93562329399998, - 37.30783678000006 - ], - [ - -121.93563481499996, - 37.30783679900003 - ], - [ - -121.93584963499995, - 37.30783748600004 - ], - [ - -121.93585175599998, - 37.30783750400008 - ], - [ - -121.936065155, - 37.307837293000034 - ], - [ - -121.93607757499996, - 37.30783796400004 - ], - [ - -121.93631420499997, - 37.307838795000066 - ], - [ - -121.93641791399995, - 37.30783747600003 - ], - [ - -121.93641860599996, - 37.30776014600008 - ], - [ - -121.93641843299997, - 37.30771835100006 - ], - [ - -121.93641774999998, - 37.30756801900003 - ], - [ - -121.93652091299998, - 37.30756805800007 - ], - [ - -121.93708034399998, - 37.30756403400005 - ], - [ - -121.93718523999996, - 37.30756327600005 - ], - [ - -121.93718481499997, - 37.307550141000036 - ], - [ - -121.93718053799995, - 37.30742013300005 - ], - [ - -121.93718049499995, - 37.30741782100006 - ], - [ - -121.93717955399995, - 37.30735550300005 - ], - [ - -121.937178443, - 37.30727826300006 - ], - [ - -121.93717679999997, - 37.307166008000024 - ], - [ - -121.93717643499997, - 37.307139575000065 - ], - [ - -121.93717441399997, - 37.30700019900007 - ], - [ - -121.93717391799998, - 37.306965526000056 - ], - [ - -121.93717245899995, - 37.306864279000024 - ], - [ - -121.93717149599996, - 37.30680074900005 - ], - [ - -121.93717042099996, - 37.30672694200007 - ], - [ - -121.93716959899996, - 37.30663353800003 - ], - [ - -121.93716924199998, - 37.30658964000003 - ], - [ - -121.93716817599994, - 37.306470121000075 - ], - [ - -121.93716798199995, - 37.30644956800006 - ], - [ - -121.93716680199998, - 37.30631224200005 - ], - [ - -121.93716670099997, - 37.30630395800006 - ], - [ - -121.93716556699997, - 37.30617491800007 - ], - [ - -121.937165226, - 37.30613779400005 - ], - [ - -121.93716285999994, - 37.30597301500006 - ], - [ - -121.93716280999996, - 37.30596894100006 - ], - [ - -121.93716180499996, - 37.30590028300003 - ], - [ - -121.93716062299995, - 37.305817872000034 - ], - [ - -121.93716055199997, - 37.305808236000075 - ], - [ - -121.93716019799996, - 37.30576296400005 - ], - [ - -121.93715921699999, - 37.305643445000044 - ], - [ - -121.93715909999997, - 37.305628384000045 - ], - [ - -121.93715791199998, - 37.305478675000074 - ], - [ - -121.93715786799999, - 37.305470435000075 - ], - [ - -121.93715646199996, - 37.30529149800003 - ], - [ - -121.93744651099996, - 37.30529157900003 - ], - [ - -121.93762603899995, - 37.30529175700008 - ], - [ - -121.93794981199994, - 37.305294581000055 - ], - [ - -121.93840851699997, - 37.30529130800005 - ], - [ - -121.93867325499997, - 37.30528943100006 - ], - [ - -121.93886490299997, - 37.30528815200006 - ], - [ - -121.93919885999998, - 37.305297532000054 - ], - [ - -121.93944828099995, - 37.30529645900003 - ], - [ - -121.93945144599996, - 37.305609624000056 - ], - [ - -121.93966450699997, - 37.30560856300008 - ], - [ - -121.93966486699998, - 37.305630258000065 - ], - [ - -121.939666553, - 37.30572674200005 - ], - [ - -121.939666919, - 37.305748642000026 - ], - [ - -121.93966816299996, - 37.305820707000066 - ], - [ - -121.93966845099999, - 37.30583714000005 - ], - [ - -121.93966916299996, - 37.305885955000065 - ], - [ - -121.93966958899995, - 37.305915524000056 - ], - [ - -121.93966963999998, - 37.30601346900005 - ], - [ - -121.939669633, - 37.30602051900007 - ], - [ - -121.93966970799994, - 37.30610926300005 - ], - [ - -121.93966972799996, - 37.30615785900005 - ], - [ - -121.93966974399996, - 37.306204851000075 - ], - [ - -121.93966982099994, - 37.306295152000075 - ], - [ - -121.93966980699997, - 37.30629734900003 - ], - [ - -121.93966997899997, - 37.306303298000046 - ], - [ - -121.93967201999999, - 37.30639442100005 - ], - [ - -121.93967184499996, - 37.30639721600005 - ], - [ - -121.93966840099995, - 37.306425207000075 - ], - [ - -121.93966844899995, - 37.306427701000075 - ], - [ - -121.93966938899996, - 37.30648692800003 - ], - [ - -121.93967066299996, - 37.30656501400006 - ], - [ - -121.93967107499998, - 37.30658941000007 - ], - [ - -121.93967261599994, - 37.306685712000046 - ], - [ - -121.93967290699999, - 37.30670232600005 - ], - [ - -121.939673573, - 37.30678444800003 - ], - [ - -121.93967400499997, - 37.30683962900008 - ], - [ - -121.93967428699995, - 37.30687364100004 - ], - [ - -121.939675003, - 37.30696883200005 - ], - [ - -121.93967505699999, - 37.30697608600008 - ], - [ - -121.93967509999999, - 37.30697833000005 - ], - [ - -121.93967632599998, - 37.30706733300008 - ], - [ - -121.93967705399996, - 37.30711701900003 - ], - [ - -121.93967762999995, - 37.30716178500006 - ], - [ - -121.93967885799998, - 37.30725085700004 - ], - [ - -121.93967892499995, - 37.30725433600003 - ], - [ - -121.93968004599998, - 37.307334827000034 - ], - [ - -121.939680238, - 37.30734929000005 - ], - [ - -121.93968085299997, - 37.307391653000025 - ], - [ - -121.93968282599997, - 37.30752828200008 - ], - [ - -121.93968428199997, - 37.30762916300006 - ], - [ - -121.93968475899999, - 37.30766285100003 - ], - [ - -121.939685914, - 37.30780017700005 - ], - [ - -121.93968702899997, - 37.30793848700006 - ], - [ - -121.93968677599997, - 37.30794164900004 - ], - [ - -121.93968527199996, - 37.30796178800006 - ], - [ - -121.93968530399997, - 37.30796343700007 - ], - [ - -121.939687247, - 37.308055316000036 - ], - [ - -121.93968775499997, - 37.30808030500003 - ], - [ - -121.93968900199997, - 37.30813907100003 - ], - [ - -121.93969089099994, - 37.30823122500004 - ], - [ - -121.93969121599997, - 37.30824509400003 - ], - [ - -121.93969134399998, - 37.30834990400007 - ], - [ - -121.93969141699995, - 37.30840275700007 - ], - [ - -121.93969152499994, - 37.30840989700005 - ], - [ - -121.93969203999995, - 37.30844713400006 - ], - [ - -121.93969339799997, - 37.308542842000065 - ], - [ - -121.93969342899999, - 37.30854442100008 - ], - [ - -121.93969382499995, - 37.308579896000026 - ], - [ - -121.939694509, - 37.30863628800006 - ], - [ - -121.93969574099998, - 37.308737378000046 - ], - [ - -121.93969593599996, - 37.30875495500004 - ], - [ - -121.93917753899996, - 37.308756335000055 - ], - [ - -121.93917704599994, - 37.30879926000006 - ], - [ - -121.939176638, - 37.308834629000046 - ], - [ - -121.93969697899996, - 37.30882997600003 - ], - [ - -121.93979095699996, - 37.30882916500008 - ], - [ - -121.93979328299997, - 37.309031713000024 - ], - [ - -121.93979559599995, - 37.30923220100004 - ], - [ - -121.939797941, - 37.30943266600008 - ], - [ - -121.93980015799997, - 37.309629630000074 - ], - [ - -121.93980030799997, - 37.30964038700006 - ], - [ - -121.93977523599995, - 37.30964055700008 - ], - [ - -121.939777419, - 37.30983271400004 - ], - [ - -121.93977972799996, - 37.310032996000075 - ], - [ - -121.93919038499996, - 37.310038245000044 - ], - [ - -121.93908724699997, - 37.31004091600005 - ], - [ - -121.93908604699999, - 37.310102861000075 - ], - [ - -121.9390656899999, - 37.31021300200007 - ], - [ - -121.93901808499999, - 37.31032443200007 - ], - [ - -121.93896589999997, - 37.31039605700005 - ], - [ - -121.93889719199996, - 37.31047043500007 - ], - [ - -121.93882942399995, - 37.31053204500006 - ], - [ - -121.93878580199998, - 37.31058591500005 - ], - [ - -121.93876402499995, - 37.31062034100006 - ], - [ - -121.93874900399999, - 37.310642373000064 - ], - [ - -121.93872425799998, - 37.310696703000076 - ], - [ - -121.93870783799997, - 37.31074437800004 - ], - [ - -121.93869656699997, - 37.31079299700008 - ], - [ - -121.93869049199998, - 37.31084221700007 - ], - [ - -121.93868966699995, - 37.31089164700006 - ], - [ - -121.93869411199995, - 37.31094096500004 - ], - [ - -121.93869604199995, - 37.31103524900004 - ], - [ - -121.93869822, - 37.31114095100003 - ], - [ - -121.93869822999994, - 37.31114893900008 - ], - [ - -121.93869868899998, - 37.31122932200003 - ], - [ - -121.93869942199996, - 37.311414838000076 - ], - [ - -121.93870375599994, - 37.31166529200004 - ], - [ - -121.93870414699995, - 37.311844905000044 - ], - [ - -121.93870848799997, - 37.31208682300007 - ], - [ - -121.93870950599995, - 37.31224546100003 - ], - [ - -121.93871031299994, - 37.31250321500005 - ], - [ - -121.93871117799995, - 37.31277449600003 - ], - [ - -121.93871219399995, - 37.313178583000024 - ], - [ - -121.93871175599998, - 37.313236317000076 - ], - [ - -121.93871076099998, - 37.313378156000056 - ], - [ - -121.93871419399994, - 37.313613056000065 - ], - [ - -121.93871981599995, - 37.31386189300008 - ], - [ - -121.93872629799995, - 37.31428802500005 - ], - [ - -121.93873088199996, - 37.314411506000056 - ], - [ - -121.93873429099995, - 37.314502246000075 - ], - [ - -121.93873408599995, - 37.31470004100004 - ], - [ - -121.93873693199998, - 37.314959533000035 - ], - [ - -121.93873893899996, - 37.31512189000006 - ], - [ - -121.93873824599996, - 37.315216891000034 - ], - [ - -121.93875264399998, - 37.31535295600003 - ], - [ - -121.93875605899996, - 37.31549902100005 - ], - [ - -121.93875415899998, - 37.31561033500003 - ], - [ - -121.93875347399995, - 37.315650653000034 - ], - [ - -121.93875937299998, - 37.31592134600004 - ], - [ - -121.93866089999995, - 37.31592731600006 - ], - [ - -121.93866038299996, - 37.31593174100004 - ], - [ - -121.938659729, - 37.31593497700004 - ], - [ - -121.93865946399995, - 37.315936124000075 - ], - [ - -121.93865913699995, - 37.315937044000066 - ], - [ - -121.93865805699994, - 37.315940468000065 - ], - [ - -121.93865751099997, - 37.315941802000054 - ], - [ - -121.93865632899997, - 37.31594447100008 - ], - [ - -121.93865530699998, - 37.315946430000054 - ], - [ - -121.93865419999997, - 37.31594850300007 - ], - [ - -121.93865350399994, - 37.315949587000034 - ], - [ - -121.93865269799994, - 37.31595081000006 - ], - [ - -121.93865166699999, - 37.315952380000056 - ], - [ - -121.93864962499998, - 37.315954969000074 - ], - [ - -121.93864869999999, - 37.315956124000024 - ], - [ - -121.93864544399997, - 37.31595962100005 - ], - [ - -121.93864471199998, - 37.31596033900007 - ], - [ - -121.93864344499997, - 37.31596145300006 - ], - [ - -121.938642572, - 37.315962289000026 - ], - [ - -121.93864087799994, - 37.31596366000008 - ], - [ - -121.93863977899997, - 37.31596452000008 - ], - [ - -121.93863763099995, - 37.315966127000024 - ], - [ - -121.938636783, - 37.315966755000034 - ], - [ - -121.93863565299995, - 37.315967569000065 - ], - [ - -121.93863358399994, - 37.31596883100008 - ], - [ - -121.93863236599998, - 37.31596953300004 - ], - [ - -121.93863134499998, - 37.31597011700006 - ], - [ - -121.93862910499996, - 37.31597135800007 - ], - [ - -121.93862771399995, - 37.31597210800004 - ], - [ - -121.93862248599999, - 37.31597441500003 - ], - [ - -121.938617648, - 37.315976169000066 - ], - [ - -121.93861425699998, - 37.31597719400003 - ], - [ - -121.93861286099997, - 37.31597762300004 - ], - [ - -121.93861091999997, - 37.31597808300006 - ], - [ - -121.93860958, - 37.31597841800004 - ], - [ - -121.93860792499999, - 37.31597878300005 - ], - [ - -121.93860489699995, - 37.315979277000054 - ], - [ - -121.9386036399999, - 37.315979499000036 - ], - [ - -121.93860118199996, - 37.315979850000076 - ], - [ - -121.93859880899998, - 37.315980084000046 - ], - [ - -121.93859268199998, - 37.31598045700008 - ], - [ - -121.93854686199995, - 37.315980814000056 - ], - [ - -121.93854951099996, - 37.31609733700003 - ], - [ - -121.93855220599994, - 37.31621518800006 - ], - [ - -121.93855878, - 37.31621577100003 - ], - [ - -121.93856530499994, - 37.316216835000034 - ], - [ - -121.9385716099999, - 37.31621829200003 - ], - [ - -121.93857775199996, - 37.31622025400003 - ], - [ - -121.93858367299998, - 37.31622260700004 - ], - [ - -121.93858928699996, - 37.316225400000064 - ], - [ - -121.93859459199996, - 37.31622856100006 - ], - [ - -121.93859950399997, - 37.31623209500003 - ], - [ - -121.93860399099998, - 37.316235978000066 - ], - [ - -121.93860805599996, - 37.31624013900006 - ], - [ - -121.93861163799994, - 37.316244604000076 - ], - [ - -121.93861467999994, - 37.31624928200006 - ], - [ - -121.93861720999996, - 37.31625414900003 - ], - [ - -121.93861919699998, - 37.31625920700003 - ], - [ - -121.93862058699995, - 37.31626436200003 - ], - [ - -121.938621405, - 37.316269618000035 - ], - [ - -121.93862413899996, - 37.316560561000074 - ], - [ - -121.93862477399995, - 37.316632291000076 - ], - [ - -121.938625103, - 37.31666721800008 - ], - [ - -121.938620459, - 37.31669096500008 - ], - [ - -121.9386131699999, - 37.31671428800007 - ], - [ - -121.93860328899996, - 37.31673697900004 - ], - [ - -121.93859089999995, - 37.316758899000035 - ], - [ - -121.93857614199999, - 37.316779842000074 - ], - [ - -121.93855904099996, - 37.316799623000065 - ], - [ - -121.93853982199994, - 37.316818125000054 - ], - [ - -121.93851859799997, - 37.316835163000064 - ], - [ - -121.938495537, - 37.31685062300005 - ], - [ - -121.93847084099997, - 37.31686436200005 - ], - [ - -121.93844473099995, - 37.31687628800006 - ], - [ - -121.93841735299998, - 37.31688630700006 - ], - [ - -121.93838899199994, - 37.31689430000006 - ], - [ - -121.93835981499996, - 37.31690024400007 - ], - [ - -121.93833011299995, - 37.31690411100004 - ], - [ - -121.93830010899995, - 37.31690580700007 - ], - [ - -121.93819749099998, - 37.31690640200003 - ], - [ - -121.93793961399996, - 37.31690792000006 - ], - [ - -121.93768537499994, - 37.31690946000003 - ], - [ - -121.93742927299996, - 37.316910954000036 - ], - [ - -121.93716967399996, - 37.316912513000034 - ], - [ - -121.93693239999999, - 37.316913913000064 - ], - [ - -121.93688009899995, - 37.31692293200007 - ], - [ - -121.93672285699995, - 37.316923624000026 - ], - [ - -121.93625325199997, - 37.316925697000045 - ], - [ - -121.93623166099997, - 37.31689240400004 - ], - [ - -121.93621414199998, - 37.316857620000064 - ], - [ - -121.936200897, - 37.31682164000006 - ], - [ - -121.93619199299997, - 37.31678482700005 - ], - [ - -121.93618754999994, - 37.316747502000055 - ], - [ - -121.93618602099997, - 37.316666422000026 - ], - [ - -121.93597963299999, - 37.31666439600008 - ], - [ - -121.93598342799999, - 37.31686486700005 - ], - [ - -121.93598452899994, - 37.31698337600005 - ], - [ - -121.93598355399996, - 37.31698625000007 - ], - [ - -121.935982288, - 37.31698905800005 - ], - [ - -121.93598153399995, - 37.316990393000026 - ], - [ - -121.93598076399996, - 37.31699175500006 - ], - [ - -121.93597898099995, - 37.31699438600003 - ], - [ - -121.93597690699994, - 37.31699688400005 - ], - [ - -121.93555577999996, - 37.316983297000036 - ], - [ - -121.93541745599998, - 37.316984123000054 - ], - [ - -121.935045458, - 37.31697087200007 - ], - [ - -121.93489425999996, - 37.31696549000003 - ], - [ - -121.93483167299996, - 37.316925421000064 - ], - [ - -121.93485765899999, - 37.31689511600007 - ], - [ - -121.93486348899995, - 37.31688376000005 - ], - [ - -121.93486754099996, - 37.31687544700003 - ], - [ - -121.93487067199999, - 37.316866848000075 - ], - [ - -121.93487288299997, - 37.31685807700006 - ], - [ - -121.934874144, - 37.31684918000008 - ], - [ - -121.93487443099997, - 37.31684025000004 - ], - [ - -121.93487380199997, - 37.31683133000007 - ], - [ - -121.93487216899996, - 37.316822469000044 - ], - [ - -121.93486962399999, - 37.31681377900003 - ], - [ - -121.93486616599995, - 37.316805260000024 - ], - [ - -121.93486176699997, - 37.31679705200003 - ], - [ - -121.93485654099999, - 37.316789150000034 - ], - [ - -121.93485046399996, - 37.31678162500003 - ], - [ - -121.934843651, - 37.316774543000065 - ], - [ - -121.93483604299996, - 37.31676797500006 - ], - [ - -121.93482776099995, - 37.316761943000074 - ], - [ - -121.93481888499997, - 37.31675648800007 - ], - [ - -121.93480947899997, - 37.316751682000074 - ], - [ - -121.93479956999994, - 37.31674752400005 - ], - [ - -121.93478924399994, - 37.316744079000046 - ], - [ - -121.934778586, - 37.316741302000025 - ], - [ - -121.93477542399995, - 37.316740792000076 - ], - [ - -121.93476510199997, - 37.31673908700003 - ], - [ - -121.93475462199996, - 37.31673807100003 - ], - [ - -121.93474409699996, - 37.31673774200004 - ], - [ - -121.93473361599996, - 37.31673812200006 - ], - [ - -121.93472311799997, - 37.31673916600005 - ], - [ - -121.93471283399998, - 37.31674091800005 - ], - [ - -121.93468083, - 37.31675181600008 - ], - [ - -121.93465039199998, - 37.31676516700003 - ], - [ - -121.93462168999997, - 37.31678085400006 - ], - [ - -121.93460742299999, - 37.31679014000008 - ], - [ - -121.93459218999999, - 37.31679838400004 - ], - [ - -121.93457613499999, - 37.31680553900003 - ], - [ - -121.93455934199994, - 37.31681155800004 - ], - [ - -121.934541922, - 37.31681632600004 - ], - [ - -121.93452407899997, - 37.316819886000076 - ], - [ - -121.93450592399995, - 37.31682221500006 - ], - [ - -121.93448754499997, - 37.31682319600003 - ], - [ - -121.93448694399996, - 37.316890476000026 - ], - [ - -121.93446128999994, - 37.31689182000008 - ], - [ - -121.934180519, - 37.31689365600005 - ], - [ - -121.93381057399995, - 37.31689030900003 - ], - [ - -121.93361768199998, - 37.31689404400004 - ], - [ - -121.93300785199995, - 37.316896444000065 - ], - [ - -121.93294048799999, - 37.316831414000035 - ], - [ - -121.93293468399997, - 37.316528720000065 - ], - [ - -121.93310659999997, - 37.31652661700008 - ], - [ - -121.93327854499995, - 37.31652451400004 - ], - [ - -121.93348481599998, - 37.31652199000007 - ], - [ - -121.93347925399996, - 37.316231996000056 - ], - [ - -121.93327298399998, - 37.31623452000008 - ], - [ - -121.9331010399999, - 37.316236623000066 - ], - [ - -121.93292912399994, - 37.31623872600005 - ], - [ - -121.93241337799998, - 37.31624503200004 - ], - [ - -121.93242077199994, - 37.316630866000025 - ], - [ - -121.93204030399994, - 37.316553869000074 - ], - [ - -121.93201964699995, - 37.316549681000026 - ], - [ - -121.93184944599994, - 37.31652012200004 - ], - [ - -121.93160091399994, - 37.31647694900005 - ], - [ - -121.93160865699997, - 37.31760537500003 - ], - [ - -121.93161492499996, - 37.31760635300003 - ], - [ - -121.93162108399997, - 37.31760776500005 - ], - [ - -121.93162702399997, - 37.31760961500004 - ], - [ - -121.93163276999996, - 37.31761185600004 - ], - [ - -121.93163820899997, - 37.317614537000054 - ], - [ - -121.93164336799998, - 37.31761751800008 - ], - [ - -121.93164816099994, - 37.317620893000026 - ], - [ - -121.93165258799996, - 37.31762459300006 - ], - [ - -121.93165656199994, - 37.31762857200005 - ], - [ - -121.93166008399999, - 37.31763283300006 - ], - [ - -121.93166314899997, - 37.31763730500006 - ], - [ - -121.93166567499998, - 37.31764198900004 - ], - [ - -121.93166771899996, - 37.317646841000055 - ], - [ - -121.93166918699995, - 37.317651789000024 - ], - [ - -121.93167011399999, - 37.31765683700007 - ], - [ - -121.93167049899995, - 37.31766191400004 - ], - [ - -121.93186626, - 37.31769111500006 - ], - [ - -121.93207268599997, - 37.31772191400006 - ], - [ - -121.93207249099999, - 37.31784334800005 - ], - [ - -121.93244226899998, - 37.317840819000025 - ], - [ - -121.93243686999995, - 37.31769205400008 - ], - [ - -121.93270421899996, - 37.31773149900005 - ], - [ - -121.93274793699999, - 37.31773808200006 - ], - [ - -121.93275433599996, - 37.31773999600006 - ], - [ - -121.93276054199998, - 37.31774232300006 - ], - [ - -121.93276644199995, - 37.31774508900003 - ], - [ - -121.932772033, - 37.31774822600005 - ], - [ - -121.93277729, - 37.317751755000074 - ], - [ - -121.93278212099995, - 37.31775561100005 - ], - [ - -121.93278655699999, - 37.317759814000055 - ], - [ - -121.93279048099998, - 37.317764252000075 - ], - [ - -121.93279395499997, - 37.31776899400006 - ], - [ - -121.93279688599995, - 37.31777392500004 - ], - [ - -121.932799279, - 37.317779046000055 - ], - [ - -121.93280112699995, - 37.317784310000036 - ], - [ - -121.93280240599995, - 37.31778967400004 - ], - [ - -121.93302137399996, - 37.31779754900003 - ], - [ - -121.93302625099994, - 37.317794811000056 - ], - [ - -121.93303139299996, - 37.31779243600005 - ], - [ - -121.93303677199998, - 37.31779044700005 - ], - [ - -121.93304232999998, - 37.31778882300006 - ], - [ - -121.93304806699996, - 37.317787585000076 - ], - [ - -121.933053928, - 37.31778678200004 - ], - [ - -121.93305924899994, - 37.317786374000036 - ], - [ - -121.93306458, - 37.31778630800005 - ], - [ - -121.93306991499998, - 37.31778660900005 - ], - [ - -121.93307520199994, - 37.31778723000008 - ], - [ - -121.93308040599999, - 37.31778817500003 - ], - [ - -121.93335398199997, - 37.31782939400006 - ], - [ - -121.93337599899996, - 37.31783271900008 - ], - [ - -121.93365760699999, - 37.31787283400007 - ], - [ - -121.93366315299994, - 37.31787363500007 - ], - [ - -121.93366862199997, - 37.317874827000026 - ], - [ - -121.93367392599998, - 37.31787638700007 - ], - [ - -121.93367906399999, - 37.317878316000076 - ], - [ - -121.93368395099998, - 37.31788056800008 - ], - [ - -121.93368858599996, - 37.317883144000064 - ], - [ - -121.93369293999996, - 37.317886043000044 - ], - [ - -121.93369698499998, - 37.31788922100003 - ], - [ - -121.93370060599995, - 37.31789268000006 - ], - [ - -121.93370388599999, - 37.317896347000044 - ], - [ - -121.93370679799995, - 37.31790024800006 - ], - [ - -121.93370919699998, - 37.31790431700006 - ], - [ - -121.93371119899996, - 37.31790855000003 - ], - [ - -121.93371274299994, - 37.31791287900006 - ], - [ - -121.93371383199997, - 37.31791733000006 - ], - [ - -121.93371440499999, - 37.31792180900004 - ], - [ - -121.93399936699996, - 37.31792310600008 - ], - [ - -121.93400732899994, - 37.31792282500004 - ], - [ - -121.93400916399997, - 37.317922804000034 - ], - [ - -121.93401897799998, - 37.31792343700005 - ], - [ - -121.93428580899996, - 37.317953706000026 - ], - [ - -121.93457693599998, - 37.317980471000055 - ], - [ - -121.93458540299997, - 37.31798114600008 - ], - [ - -121.93459148999995, - 37.31798175700004 - ], - [ - -121.93459747099996, - 37.31798280700008 - ], - [ - -121.93460331799997, - 37.31798424600004 - ], - [ - -121.93460897099999, - 37.317986122000036 - ], - [ - -121.93461440199997, - 37.317988366000066 - ], - [ - -121.93461955599997, - 37.31799102800005 - ], - [ - -121.93462439799998, - 37.31799399100004 - ], - [ - -121.93462887499999, - 37.31799732300004 - ], - [ - -121.93463298599994, - 37.31800093500004 - ], - [ - -121.93463667199995, - 37.31800484900003 - ], - [ - -121.934639904, - 37.31800899900003 - ], - [ - -121.93464268199995, - 37.318013337000025 - ], - [ - -121.934644946, - 37.31801788800004 - ], - [ - -121.934646698, - 37.31802255900004 - ], - [ - -121.93464793699997, - 37.31802735000008 - ], - [ - -121.93464863199995, - 37.31803221700005 - ], - [ - -121.93484965999994, - 37.31803405900007 - ], - [ - -121.93485276799998, - 37.31803017500005 - ], - [ - -121.93485625099999, - 37.31802653800003 - ], - [ - -121.93486014099994, - 37.318023150000045 - ], - [ - -121.93486435199998, - 37.318020053000055 - ], - [ - -121.93486888299998, - 37.31801722900008 - ], - [ - -121.93487367999995, - 37.31801474300005 - ], - [ - -121.93487876699999, - 37.31801257500007 - ], - [ - -121.93488403499998, - 37.31801074700007 - ], - [ - -121.934889511, - 37.318009353000036 - ], - [ - -121.93489510799998, - 37.31800827700005 - ], - [ - -121.93490076999996, - 37.31800761300008 - ], - [ - -121.93490649699999, - 37.31800733700004 - ], - [ - -121.93492967799995, - 37.318008587000065 - ], - [ - -121.93495283099998, - 37.31800985900003 - ], - [ - -121.934975985, - 37.31801115500008 - ], - [ - -121.93497974199994, - 37.318011338000076 - ], - [ - -121.93506977099997, - 37.31801625600008 - ], - [ - -121.93509352599995, - 37.31801752100006 - ], - [ - -121.93511730899996, - 37.318018763000055 - ], - [ - -121.935141064, - 37.31802000600004 - ], - [ - -121.93514482199998, - 37.31802021100003 - ], - [ - -121.93514858099996, - 37.31802039400003 - ], - [ - -121.93515483599998, - 37.31802073100005 - ], - [ - -121.93516108899996, - 37.31802101900007 - ], - [ - -121.93516734299999, - 37.31802135500004 - ], - [ - -121.93517110099998, - 37.31802156200007 - ], - [ - -121.93517482899995, - 37.31802176700006 - ], - [ - -121.93517858799999, - 37.318021927000075 - ], - [ - -121.93518234599998, - 37.31802213200007 - ], - [ - -121.93518610599995, - 37.31802233900004 - ], - [ - -121.93518986199996, - 37.31802249900005 - ], - [ - -121.93519359199996, - 37.31802268200005 - ], - [ - -121.93519734899996, - 37.31802288800003 - ], - [ - -121.93520110799994, - 37.31802309400007 - ], - [ - -121.93531809399997, - 37.31802880300006 - ], - [ - -121.93537658599996, - 37.31803161100004 - ], - [ - -121.93543507499999, - 37.31803428200004 - ], - [ - -121.93555208099997, - 37.31803955500004 - ], - [ - -121.93555679999997, - 37.31822854600006 - ], - [ - -121.93555907999996, - 37.31832045300007 - ], - [ - -121.93575854899996, - 37.318318641000076 - ], - [ - -121.93578505699998, - 37.31823048700005 - ], - [ - -121.93582290799998, - 37.31810476800007 - ], - [ - -121.93582570599995, - 37.31809825700003 - ], - [ - -121.93582919899995, - 37.31809198700006 - ], - [ - -121.93583338199994, - 37.31808598500004 - ], - [ - -121.93583817299998, - 37.31808027300008 - ], - [ - -121.93584357299994, - 37.31807494200007 - ], - [ - -121.93584955399996, - 37.31806999200006 - ], - [ - -121.93585603099996, - 37.31806549600003 - ], - [ - -121.93586300399994, - 37.31806145100006 - ], - [ - -121.93587035799999, - 37.318057905000046 - ], - [ - -121.93587812299995, - 37.318054878000055 - ], - [ - -121.93588613099996, - 37.318052401000045 - ], - [ - -121.93589437599996, - 37.31805051400005 - ], - [ - -121.935902834, - 37.31804919700005 - ], - [ - -121.93591138999994, - 37.31804845100004 - ], - [ - -121.93591998599999, - 37.318048324000074 - ], - [ - -121.935928564, - 37.318048790000034 - ], - [ - -121.93593706899998, - 37.31804987700008 - ], - [ - -121.93594541099998, - 37.31805151300006 - ], - [ - -121.93595356499998, - 37.31805372500003 - ], - [ - -121.93596141299997, - 37.318056514000034 - ], - [ - -121.93596895699994, - 37.31805983100003 - ], - [ - -121.93597610999996, - 37.31806365800003 - ], - [ - -121.93598278299999, - 37.31806794800008 - ], - [ - -121.93598900799998, - 37.31807274800008 - ], - [ - -121.93599466799998, - 37.318077920000064 - ], - [ - -121.93612436599994, - 37.318185836000055 - ], - [ - -121.93621008199995, - 37.31825562900008 - ], - [ - -121.93634698299996, - 37.318159714000046 - ], - [ - -121.93634390999995, - 37.31815643200008 - ], - [ - -121.93634250199995, - 37.31815473300003 - ], - [ - -121.93634109199996, - 37.318152987000076 - ], - [ - -121.93634035599996, - 37.31815187600006 - ], - [ - -121.93633864399999, - 37.31814937900003 - ], - [ - -121.93633808199996, - 37.31814847000004 - ], - [ - -121.93633763699995, - 37.31814762800008 - ], - [ - -121.93633653699999, - 37.31814560400005 - ], - [ - -121.93633591199995, - 37.31814439900006 - ], - [ - -121.93633534099996, - 37.318143055000064 - ], - [ - -121.93633477099996, - 37.318141757000035 - ], - [ - -121.93633422599999, - 37.31814018400007 - ], - [ - -121.93633365199997, - 37.318138635000025 - ], - [ - -121.93633232699995, - 37.31813386700003 - ], - [ - -121.93633160899998, - 37.318129276000036 - ], - [ - -121.93633147999998, - 37.31812705600004 - ], - [ - -121.93633137399996, - 37.31812451700006 - ], - [ - -121.93633173699999, - 37.31811959100003 - ], - [ - -121.93633250799996, - 37.318114958000024 - ], - [ - -121.93633379499994, - 37.318110388000036 - ], - [ - -121.93633418099995, - 37.31810949000004 - ], - [ - -121.93633488999996, - 37.31810767300004 - ], - [ - -121.93633565799996, - 37.318105900000035 - ], - [ - -121.93633673299996, - 37.318103644000075 - ], - [ - -121.93633800799995, - 37.31810138600008 - ], - [ - -121.93633859199997, - 37.31810041700004 - ], - [ - -121.93633928799994, - 37.31809933300008 - ], - [ - -121.93634062299998, - 37.31809725700003 - ], - [ - -121.93634308699995, - 37.318094228000064 - ], - [ - -121.93634566799994, - 37.318091311000046 - ], - [ - -121.93634676599999, - 37.31809029100003 - ], - [ - -121.93634870799997, - 37.31808845900008 - ], - [ - -121.93635025799995, - 37.31808706600003 - ], - [ - -121.93635115999996, - 37.31808627700008 - ], - [ - -121.93635536999994, - 37.31808311300006 - ], - [ - -121.93635992799994, - 37.31808026400006 - ], - [ - -121.93636253999995, - 37.31807890500005 - ], - [ - -121.93636415799995, - 37.318078084000035 - ], - [ - -121.93636699799998, - 37.31807674400005 - ], - [ - -121.936368561, - 37.318076061000056 - ], - [ - -121.93637001099995, - 37.31807549300004 - ], - [ - -121.93637188899999, - 37.31807478500008 - ], - [ - -121.93637325599997, - 37.31807431000004 - ], - [ - -121.936375108, - 37.318073715000025 - ], - [ - -121.93637684499998, - 37.318073189000074 - ], - [ - -121.93637869899999, - 37.318072663000066 - ], - [ - -121.93638058099998, - 37.31807220600007 - ], - [ - -121.93638174999995, - 37.318071916000065 - ], - [ - -121.936383348, - 37.31807157600008 - ], - [ - -121.93638620599995, - 37.31807108300006 - ], - [ - -121.93638763399997, - 37.318070860000034 - ], - [ - -121.93638957699994, - 37.31807056100007 - ], - [ - -121.93639209399998, - 37.318070302000024 - ], - [ - -121.93639361099997, - 37.31807014700007 - ], - [ - -121.93639764699998, - 37.318069912000055 - ], - [ - -121.93658917799996, - 37.318074135000074 - ], - [ - -121.93664429699999, - 37.318075976000046 - ], - [ - -121.93669924499994, - 37.31807930800005 - ], - [ - -121.93675407899997, - 37.318084129000056 - ], - [ - -121.93684879799997, - 37.31809590100005 - ], - [ - -121.93694254099995, - 37.31811207900006 - ], - [ - -121.93703487599998, - 37.31813262400004 - ], - [ - -121.93729702699994, - 37.318197963000046 - ], - [ - -121.93742097199998, - 37.318228856000076 - ], - [ - -121.93746683299997, - 37.31824550600004 - ], - [ - -121.93751166599998, - 37.31826384000004 - ], - [ - -121.93755538599999, - 37.31828388200006 - ], - [ - -121.93757205199995, - 37.318292100000065 - ], - [ - -121.937604196, - 37.318309241000065 - ], - [ - -121.937656576, - 37.31834297800003 - ], - [ - -121.93770794399995, - 37.318377713000075 - ], - [ - -121.93775826999996, - 37.31841342200005 - ], - [ - -121.93783278399997, - 37.31835219100003 - ], - [ - -121.93790716399997, - 37.31841066900006 - ], - [ - -121.93830860199995, - 37.31839254400006 - ], - [ - -121.93865910999995, - 37.318384784000045 - ], - [ - -121.93872358399994, - 37.31846452000008 - ], - [ - -121.93917651699996, - 37.319025027000066 - ], - [ - -121.93917789199998, - 37.31902949600004 - ], - [ - -121.93923825599995, - 37.319282765000025 - ], - [ - -121.9392401599999, - 37.31929382000004 - ], - [ - -121.93924091999997, - 37.31930495800003 - ], - [ - -121.93924417899996, - 37.319474213000035 - ], - [ - -121.93924710099998, - 37.31961701000006 - ], - [ - -121.93924683399996, - 37.31962994600008 - ], - [ - -121.93924656799999, - 37.31964290600007 - ], - [ - -121.93924632899996, - 37.31965584200003 - ], - [ - -121.93937930399994, - 37.31992160900006 - ], - [ - -121.93940080799996, - 37.320020320000026 - ], - [ - -121.93951326899997, - 37.32034596800003 - ], - [ - -121.93952363299996, - 37.320354311000074 - ], - [ - -121.93958413599995, - 37.32059089000006 - ], - [ - -121.93964332899998, - 37.320821901000045 - ], - [ - -121.93972204399995, - 37.321128987000066 - ], - [ - -121.93972595699995, - 37.32117591000008 - ], - [ - -121.93974800199999, - 37.321439446000056 - ], - [ - -121.93975717999996, - 37.32169867600004 - ], - [ - -121.93975892399999, - 37.32174750300004 - ], - [ - -121.93976244299995, - 37.32177847500003 - ], - [ - -121.93976252599998, - 37.32180958200007 - ], - [ - -121.93975925399997, - 37.32184052400004 - ], - [ - -121.93975262199996, - 37.32187120900005 - ], - [ - -121.93974268399995, - 37.32190127100006 - ], - [ - -121.93972951699999, - 37.321930526000074 - ], - [ - -121.93971320799994, - 37.32195874300004 - ], - [ - -121.93969389399996, - 37.321985762000054 - ], - [ - -121.93967171599996, - 37.32201132800003 - ], - [ - -121.93957696999996, - 37.322084733000054 - ], - [ - -121.93953593699996, - 37.322116505000054 - ], - [ - -121.93940012699994, - 37.32222163600005 - ], - [ - -121.93926437699997, - 37.322326813000075 - ], - [ - -121.93912859699998, - 37.32243196600007 - ], - [ - -121.93903946999995, - 37.322500998000066 - ], - [ - -121.93899398099995, - 37.322538089000034 - ], - [ - -121.93886065699996, - 37.32264133500007 - ], - [ - -121.93865514099997, - 37.322798617000046 - ], - [ - -121.93845144899996, - 37.32263072500007 - ], - [ - -121.93824514599999, - 37.322635501000036 - ], - [ - -121.938247817, - 37.32292614700003 - ], - [ - -121.93803803499998, - 37.32292737200004 - ], - [ - -121.93783860099995, - 37.32292865200003 - ], - [ - -121.93772356699998, - 37.32292944500006 - ], - [ - -121.93762638199996, - 37.322929790000046 - ], - [ - -121.93743377699997, - 37.32292995600005 - ], - [ - -121.93720567999998, - 37.32293264000003 - ], - [ - -121.93700861699995, - 37.32293496500006 - ], - [ - -121.93693113299997, - 37.32293587000004 - ], - [ - -121.93680915999994, - 37.32293649500008 - ], - [ - -121.93660969099994, - 37.322937499000034 - ], - [ - -121.93641638599996, - 37.32293847300008 - ], - [ - -121.93641022399999, - 37.322938503000046 - ], - [ - -121.93621074099997, - 37.32293868100004 - ], - [ - -121.93615244399996, - 37.32293873300006 - ], - [ - -121.93600440699998, - 37.322938898000075 - ], - [ - -121.93579804599995, - 37.32293909200007 - ], - [ - -121.93560548499994, - 37.32294154400006 - ], - [ - -121.93547259399998, - 37.32294225600003 - ], - [ - -121.93544848799996, - 37.322942254000054 - ], - [ - -121.93538758699998, - 37.32294251900004 - ], - [ - -121.93519063899998, - 37.32294335300003 - ], - [ - -121.93498646799998, - 37.32294422800004 - ], - [ - -121.93490318299996, - 37.32294460700007 - ], - [ - -121.93478017099994, - 37.32294485400007 - ], - [ - -121.93476715999998, - 37.322944852000035 - ], - [ - -121.93468928799996, - 37.32294502900004 - ], - [ - -121.93458069899998, - 37.32294558000007 - ], - [ - -121.93438810999999, - 37.32294654100008 - ], - [ - -121.93438123199996, - 37.32294660200006 - ], - [ - -121.93434059299994, - 37.32294678000005 - ], - [ - -121.93418178199994, - 37.32294703000008 - ], - [ - -121.93396676799995, - 37.322947372000044 - ], - [ - -121.93376090799995, - 37.322981250000055 - ], - [ - -121.93341349499997, - 37.322984150000025 - ], - [ - -121.93341234499997, - 37.322895741000025 - ], - [ - -121.9334108799999, - 37.322870214000034 - ], - [ - -121.93340804199994, - 37.322844771000064 - ], - [ - -121.93340388699994, - 37.32281943700008 - ], - [ - -121.93339574699996, - 37.322786552000025 - ], - [ - -121.93339510499999, - 37.32278445400004 - ], - [ - -121.93338529299996, - 37.32275410800003 - ], - [ - -121.93338471899995, - 37.32275253500006 - ], - [ - -121.93337255699998, - 37.322722172000056 - ], - [ - -121.93335897599997, - 37.32269404700003 - ], - [ - -121.933357963, - 37.32269206700005 - ], - [ - -121.93335656799997, - 37.32268952000004 - ], - [ - -121.933341236, - 37.322662698000045 - ], - [ - -121.93334052699998, - 37.32266163000003 - ], - [ - -121.93332237199996, - 37.322634109000035 - ], - [ - -121.93330213799999, - 37.32260721100005 - ], - [ - -121.93328005799998, - 37.32258127100005 - ], - [ - -121.93325621899999, - 37.322556269000074 - ], - [ - -121.93323902699996, - 37.32254015900003 - ], - [ - -121.93322110099996, - 37.322524516000044 - ], - [ - -121.93320249599998, - 37.32250940700004 - ], - [ - -121.93318040899999, - 37.32248900700006 - ], - [ - -121.93305848799997, - 37.32239218600006 - ], - [ - -121.93293600299995, - 37.32229578400006 - ], - [ - -121.93286373599994, - 37.32224296800007 - ], - [ - -121.93284608799996, - 37.322228374000076 - ], - [ - -121.93282761999996, - 37.322214408000036 - ], - [ - -121.93280839199997, - 37.322201137000036 - ], - [ - -121.93279565199998, - 37.32219296200003 - ], - [ - -121.93278260099999, - 37.32218499500004 - ], - [ - -121.93276930099995, - 37.32217742000006 - ], - [ - -121.93275571799995, - 37.32217010200003 - ], - [ - -121.932748802, - 37.32216659300008 - ], - [ - -121.93274648599998, - 37.322165409000036 - ], - [ - -121.93274185599995, - 37.322163130000035 - ], - [ - -121.93273719799998, - 37.322160874000076 - ], - [ - -121.93273485499998, - 37.32215973600006 - ], - [ - -121.93272779799997, - 37.32215643500007 - ], - [ - -121.93271363399998, - 37.32215017600004 - ], - [ - -121.93269927499995, - 37.32214419400003 - ], - [ - -121.93268474899997, - 37.32213853400003 - ], - [ - -121.93267002799996, - 37.32213315200005 - ], - [ - -121.93265514299998, - 37.32212809300006 - ], - [ - -121.93264008899996, - 37.32212328700007 - ], - [ - -121.93261321499995, - 37.32211633600008 - ], - [ - -121.93259916499994, - 37.322113098000045 - ], - [ - -121.93258601099996, - 37.322110191000036 - ], - [ - -121.93258370899997, - 37.32210971500007 - ], - [ - -121.93257119299994, - 37.32210721300004 - ], - [ - -121.93255859499999, - 37.32210484900003 - ], - [ - -121.93250004599997, - 37.32209776000008 - ], - [ - -121.932442418, - 37.32209530500006 - ], - [ - -121.93244089799998, - 37.32209527900005 - ], - [ - -121.93238172599996, - 37.32209749000003 - ], - [ - -121.932105477, - 37.32209850900006 - ], - [ - -121.93210318699994, - 37.32183388300007 - ], - [ - -121.93210397499996, - 37.32183023400006 - ], - [ - -121.9321043, - 37.321829199000035 - ], - [ - -121.93210491899998, - 37.32182706200007 - ], - [ - -121.93210565099997, - 37.32182490300005 - ], - [ - -121.932106251, - 37.321823316000064 - ], - [ - -121.93210740299997, - 37.32182057700004 - ], - [ - -121.93210855999996, - 37.32181822900003 - ], - [ - -121.93210930799995, - 37.321816847000036 - ], - [ - -121.93211011399995, - 37.32181546400005 - ], - [ - -121.93211094599997, - 37.321814103000065 - ], - [ - -121.93211231099997, - 37.32181202600003 - ], - [ - -121.93211286899998, - 37.321811196000056 - ], - [ - -121.93211476899995, - 37.32180860900007 - ], - [ - -121.93211863699997, - 37.321804074000056 - ], - [ - -121.93211959499996, - 37.32180319300005 - ], - [ - -121.93212128199997, - 37.321801547000064 - ], - [ - -121.93212223799998, - 37.32180059600006 - ], - [ - -121.93212347999997, - 37.32179950700004 - ], - [ - -121.93212511499996, - 37.32179806700003 - ], - [ - -121.93212610199998, - 37.32179730000007 - ], - [ - -121.93212773999994, - 37.32179604300006 - ], - [ - -121.93213011499995, - 37.32179432000004 - ], - [ - -121.93213212299997, - 37.32179289900006 - ], - [ - -121.932134814, - 37.32179126400007 - ], - [ - -121.93213713999995, - 37.32178997700004 - ], - [ - -121.93213841699998, - 37.321789298000056 - ], - [ - -121.93213997499998, - 37.32178843200006 - ], - [ - -121.93214219199996, - 37.32178737400005 - ], - [ - -121.93214417999997, - 37.321786458000076 - ], - [ - -121.93214750699997, - 37.32178508900006 - ], - [ - -121.93214904499996, - 37.321784498000056 - ], - [ - -121.93215023899995, - 37.32178407200007 - ], - [ - -121.93215129299995, - 37.32178371600003 - ], - [ - -121.93215305899997, - 37.32178314500004 - ], - [ - -121.93215462599994, - 37.32178262200006 - ], - [ - -121.932156535, - 37.321782072000076 - ], - [ - -121.93215870199998, - 37.32178149600003 - ], - [ - -121.93215978599994, - 37.321781231000045 - ], - [ - -121.93216089899994, - 37.32178096600006 - ], - [ - -121.93216306899996, - 37.321780526000055 - ], - [ - -121.93216455399994, - 37.32178023400007 - ], - [ - -121.93216678099998, - 37.32177981800004 - ], - [ - -121.93216969799994, - 37.32177943900007 - ], - [ - -121.93217644799995, - 37.32177871600004 - ], - [ - -121.93217022399995, - 37.32161393700005 - ], - [ - -121.93216523399997, - 37.321613839000065 - ], - [ - -121.93216227899995, - 37.321613623000076 - ], - [ - -121.93216026899995, - 37.32161346400005 - ], - [ - -121.93215906199998, - 37.321613296000066 - ], - [ - -121.93215535499996, - 37.32161279200005 - ], - [ - -121.932153514, - 37.32161247100004 - ], - [ - -121.93215057799995, - 37.321611844000074 - ], - [ - -121.93214818899997, - 37.32161125500005 - ], - [ - -121.93214683499997, - 37.32161090400007 - ], - [ - -121.93214294299997, - 37.32160967000004 - ], - [ - -121.93214141399994, - 37.32160916200007 - ], - [ - -121.93213942099999, - 37.32160843200006 - ], - [ - -121.93213783199997, - 37.32160776500007 - ], - [ - -121.93213673499997, - 37.32160734300004 - ], - [ - -121.93213294799995, - 37.32160558100003 - ], - [ - -121.93213118099999, - 37.32160468700005 - ], - [ - -121.93212828399999, - 37.32160302900007 - ], - [ - -121.93212648599996, - 37.32160190600007 - ], - [ - -121.932121984, - 37.32159880200004 - ], - [ - -121.93211997399999, - 37.32159713300007 - ], - [ - -121.93211813899995, - 37.321595599000034 - ], - [ - -121.93211627099998, - 37.321593859000075 - ], - [ - -121.93211484099999, - 37.32159243500007 - ], - [ - -121.93211413599994, - 37.321591642000044 - ], - [ - -121.93211287699995, - 37.32159021600006 - ], - [ - -121.93211179199994, - 37.321588947000066 - ], - [ - -121.93211090999995, - 37.32158783600005 - ], - [ - -121.93210988099997, - 37.321586429000035 - ], - [ - -121.93210899599995, - 37.32158515800006 - ], - [ - -121.93210802299996, - 37.321583728000064 - ], - [ - -121.932107283, - 37.32158250200007 - ], - [ - -121.93210663199994, - 37.32158141000008 - ], - [ - -121.93210561799998, - 37.32157943100003 - ], - [ - -121.93210505399998, - 37.32157833900004 - ], - [ - -121.93210460699999, - 37.32157742900006 - ], - [ - -121.93210412499997, - 37.32157624400003 - ], - [ - -121.93210364199996, - 37.32157496900004 - ], - [ - -121.93210330899996, - 37.321574103000046 - ], - [ - -121.93210270099996, - 37.321572256000024 - ], - [ - -121.93210214899995, - 37.321570387000065 - ], - [ - -121.93210183899998, - 37.32156915400003 - ], - [ - -121.93210158499994, - 37.32156785300003 - ], - [ - -121.93210120099997, - 37.32156572800005 - ], - [ - -121.93210083499997, - 37.32156305400008 - ], - [ - -121.93210070599997, - 37.321560791000024 - ], - [ - -121.93210065399995, - 37.32155969200005 - ], - [ - -121.93189437099994, - 37.321560748000024 - ], - [ - -121.93189452299998, - 37.32158066100004 - ], - [ - -121.93164084799997, - 37.32158845300006 - ], - [ - -121.93148815099994, - 37.321589036000034 - ], - [ - -121.93114767999998, - 37.32159042600006 - ], - [ - -121.93097569399998, - 37.321587994000026 - ], - [ - -121.93097903999995, - 37.32172531700007 - ], - [ - -121.93097993999999, - 37.321835176000036 - ], - [ - -121.93098089199998, - 37.32194778400003 - ], - [ - -121.93063393099999, - 37.32195005300008 - ], - [ - -121.93063454399999, - 37.32205991600006 - ], - [ - -121.93063454299994, - 37.32206289100003 - ], - [ - -121.930636844, - 37.32217113400003 - ], - [ - -121.93098271699995, - 37.32216885500003 - ], - [ - -121.93115466799998, - 37.32216634300005 - ], - [ - -121.93148138799995, - 37.32216823500005 - ], - [ - -121.93169353899998, - 37.32216811500007 - ], - [ - -121.93169616499995, - 37.32238588000007 - ], - [ - -121.93169778899994, - 37.32249767900004 - ], - [ - -121.9316993, - 37.322603411000046 - ], - [ - -121.93170003199998, - 37.32264762700004 - ], - [ - -121.93171027399995, - 37.322821762000046 - ], - [ - -121.93150771999996, - 37.32282167300008 - ], - [ - -121.93150504599998, - 37.32271199400003 - ], - [ - -121.93115921599997, - 37.32271219000006 - ], - [ - -121.93116115899994, - 37.322945324000045 - ], - [ - -121.93098917599997, - 37.322946235000074 - ], - [ - -121.93063986099997, - 37.322948531000065 - ], - [ - -121.93030142299995, - 37.322948679000035 - ], - [ - -121.93030179199997, - 37.322994867000034 - ], - [ - -121.930302225, - 37.32304792000008 - ], - [ - -121.930304004, - 37.323266223000076 - ] - ], - [ - [ - -121.85370485499999, - 37.303853289000074 - ], - [ - -121.85350633599995, - 37.30397028300007 - ], - [ - -121.85347982599995, - 37.30398734400006 - ], - [ - -121.85330392499998, - 37.30410176400005 - ], - [ - -121.85312895099997, - 37.30421509800004 - ], - [ - -121.85311374099996, - 37.30422491000007 - ], - [ - -121.85290618, - 37.304360091000035 - ], - [ - -121.85273193799998, - 37.30447282000006 - ], - [ - -121.852651574, - 37.30439903600006 - ], - [ - -121.85258733899997, - 37.30433454300004 - ], - [ - -121.85222233699994, - 37.303938439000035 - ], - [ - -121.852158283, - 37.303874423000025 - ], - [ - -121.85180801899998, - 37.30352450000004 - ], - [ - -121.85132028799995, - 37.303037336000045 - ], - [ - -121.85127269599997, - 37.30298990700004 - ], - [ - -121.85123077199995, - 37.30294690000005 - ], - [ - -121.85108723699994, - 37.30280538100004 - ], - [ - -121.85107520799994, - 37.30279295300005 - ], - [ - -121.850946922, - 37.302662817000055 - ], - [ - -121.85087440799998, - 37.30258873500003 - ], - [ - -121.85075375199995, - 37.30246849200006 - ], - [ - -121.85068199699998, - 37.30239673500006 - ], - [ - -121.85064478199996, - 37.30235907600007 - ], - [ - -121.85062217499996, - 37.30233539400007 - ], - [ - -121.85059956999999, - 37.30231171100007 - ], - [ - -121.84889668699998, - 37.30345345300003 - ], - [ - -121.84842223299995, - 37.30377268700005 - ], - [ - -121.84835663999996, - 37.30370266700004 - ], - [ - -121.84833502299995, - 37.30367657000005 - ], - [ - -121.84822467199996, - 37.303566733000025 - ], - [ - -121.84810260799998, - 37.30343970400003 - ], - [ - -121.84801310399996, - 37.30334656700006 - ], - [ - -121.84799866099996, - 37.30333064100006 - ], - [ - -121.847980039, - 37.30331011800007 - ], - [ - -121.84788915099995, - 37.30321488900006 - ], - [ - -121.84779918899994, - 37.303120223000064 - ], - [ - -121.84778365999995, - 37.303104424000026 - ], - [ - -121.84771786699997, - 37.30303742800004 - ], - [ - -121.84766829899996, - 37.30298672500004 - ], - [ - -121.847562241, - 37.302878143000044 - ], - [ - -121.84745268199998, - 37.30276600800005 - ], - [ - -121.84741128799999, - 37.30272363500006 - ], - [ - -121.84738247099995, - 37.30269233400003 - ], - [ - -121.84734528399997, - 37.302654466000035 - ], - [ - -121.84723091999996, - 37.302537991000065 - ], - [ - -121.84712452399998, - 37.302429665000034 - ], - [ - -121.84711883299997, - 37.30242387100003 - ], - [ - -121.84708273399997, - 37.302386015000025 - ], - [ - -121.84701345999997, - 37.30231187000004 - ], - [ - -121.84697559499995, - 37.30227133400007 - ], - [ - -121.84690553599995, - 37.30219809100004 - ], - [ - -121.84679854099994, - 37.302081874000066 - ], - [ - -121.84677083099996, - 37.30205463300007 - ], - [ - -121.84674510899998, - 37.302026546000036 - ], - [ - -121.84669087399999, - 37.30196962500003 - ], - [ - -121.84667092599994, - 37.30194865800007 - ], - [ - -121.84661296099995, - 37.30189143700005 - ], - [ - -121.846580029, - 37.30185752700004 - ], - [ - -121.84650015099999, - 37.301775217000056 - ], - [ - -121.84646918699997, - 37.301743986000076 - ], - [ - -121.846432269, - 37.301706757000034 - ], - [ - -121.84633971299996, - 37.30160932600006 - ], - [ - -121.84637420499996, - 37.301586704000044 - ], - [ - -121.84691959599996, - 37.30121005600006 - ], - [ - -121.84585956199999, - 37.30010815400004 - ], - [ - -121.84544040999998, - 37.29967241300005 - ], - [ - -121.84538793899998, - 37.299617897000076 - ], - [ - -121.84554407899998, - 37.29951023900003 - ], - [ - -121.84559652099995, - 37.29956477800005 - ], - [ - -121.84560325999996, - 37.29956012700006 - ], - [ - -121.84560996399995, - 37.29955551300003 - ], - [ - -121.84575263099998, - 37.299457165000035 - ], - [ - -121.84603632199997, - 37.29926156300007 - ], - [ - -121.84606383, - 37.29924257000005 - ], - [ - -121.84606498999995, - 37.29924177800007 - ], - [ - -121.84609365799997, - 37.29922199200007 - ], - [ - -121.84642896799994, - 37.29899079900008 - ], - [ - -121.84637417699997, - 37.29893784400008 - ], - [ - -121.84850562599996, - 37.29750698200007 - ], - [ - -121.85132487299995, - 37.29561424900004 - ], - [ - -121.85138017299994, - 37.29566678400005 - ], - [ - -121.85202792599995, - 37.296266229000025 - ], - [ - -121.85242852999994, - 37.29663695000005 - ], - [ - -121.85289668399997, - 37.29707017900006 - ], - [ - -121.85381393199998, - 37.29644329800004 - ], - [ - -121.85390559999996, - 37.296387098000025 - ], - [ - -121.85400059899996, - 37.29648307600007 - ], - [ - -121.85412797599997, - 37.296610792000024 - ], - [ - -121.85423702799994, - 37.29672022500006 - ], - [ - -121.85434647199997, - 37.29683066300004 - ], - [ - -121.854416717, - 37.296902868000075 - ], - [ - -121.854570218, - 37.29705715500006 - ], - [ - -121.85472353499995, - 37.29721222200004 - ], - [ - -121.85473360499998, - 37.29722240600006 - ], - [ - -121.854960646, - 37.297450371000025 - ], - [ - -121.85507174999998, - 37.297562138000046 - ], - [ - -121.85516882199994, - 37.29766175200007 - ], - [ - -121.85526700599996, - 37.297760965000066 - ], - [ - -121.85536586699999, - 37.29785952900005 - ], - [ - -121.85536796599996, - 37.29786161000004 - ], - [ - -121.85550446299999, - 37.297999040000036 - ], - [ - -121.85564475199999, - 37.298140156000045 - ], - [ - -121.85576029699996, - 37.29825661000007 - ], - [ - -121.85582290699995, - 37.29832009000006 - ], - [ - -121.85598374699998, - 37.298482027000034 - ], - [ - -121.856072413, - 37.298571415000026 - ], - [ - -121.85630392799999, - 37.29880541400007 - ], - [ - -121.85642074299994, - 37.29892384300007 - ], - [ - -121.856538345, - 37.29904141700007 - ], - [ - -121.85654292599997, - 37.29904600900005 - ], - [ - -121.85660136799999, - 37.29910541900006 - ], - [ - -121.85663534399998, - 37.299139909000075 - ], - [ - -121.85654962999996, - 37.299199110000075 - ], - [ - -121.85629924399996, - 37.29936695300006 - ], - [ - -121.85649844799997, - 37.29959020100006 - ], - [ - -121.85680928199997, - 37.29996657000004 - ], - [ - -121.85768247799996, - 37.30102375400003 - ], - [ - -121.857574189, - 37.30109750200006 - ], - [ - -121.85591933099994, - 37.30222413900003 - ], - [ - -121.85412667199995, - 37.30343713100007 - ], - [ - -121.854286979, - 37.303597841000055 - ], - [ - -121.85413445799998, - 37.30365023600007 - ], - [ - -121.85391423699997, - 37.303744409000046 - ], - [ - -121.85370485499999, - 37.303853289000074 - ] - ], - [ - [ - -121.87023717499994, - 37.29090127500007 - ], - [ - -121.87005250299995, - 37.29127435500004 - ], - [ - -121.87068321699996, - 37.29140994100004 - ], - [ - -121.86994166699998, - 37.29187630900003 - ], - [ - -121.86835617199995, - 37.29028440400003 - ], - [ - -121.86828185499996, - 37.290209782000034 - ], - [ - -121.86825237799997, - 37.29018018700003 - ], - [ - -121.86769468899996, - 37.289618750000045 - ], - [ - -121.867644553, - 37.28956827700006 - ], - [ - -121.86744539199998, - 37.28936777400003 - ], - [ - -121.86751180399995, - 37.28933423700005 - ], - [ - -121.86777205299995, - 37.28913716100004 - ], - [ - -121.86795712099996, - 37.28931399700008 - ], - [ - -121.86836537099998, - 37.28965866200008 - ], - [ - -121.86858861699994, - 37.28983310700005 - ], - [ - -121.86857032199998, - 37.29001538500006 - ], - [ - -121.86862453599997, - 37.290014333000045 - ], - [ - -121.86870503899996, - 37.290012758000046 - ], - [ - -121.86931705199999, - 37.29057043200004 - ], - [ - -121.86984181999998, - 37.290231135000056 - ], - [ - -121.86994710199997, - 37.29016370700003 - ], - [ - -121.86996408899995, - 37.29015105600007 - ], - [ - -121.86997851799998, - 37.29014271600005 - ], - [ - -121.87035279499997, - 37.289900741000054 - ], - [ - -121.87048053899997, - 37.28993193400004 - ], - [ - -121.87051586099994, - 37.28993811300006 - ], - [ - -121.87055070999997, - 37.28994182500003 - ], - [ - -121.870604921, - 37.289943824000034 - ], - [ - -121.87067755099997, - 37.28994404800005 - ], - [ - -121.87068910299996, - 37.289944168000034 - ], - [ - -121.87068892499997, - 37.28994948400003 - ], - [ - -121.87068754899997, - 37.28999056300006 - ], - [ - -121.87023717499994, - 37.29090127500007 - ] - ], - [ - [ - -121.81868718599998, - 37.29015866100008 - ], - [ - -121.81840937199996, - 37.290634297000054 - ], - [ - -121.81836870299998, - 37.29059460900004 - ], - [ - -121.81819377499994, - 37.29042389700004 - ], - [ - -121.81815374299998, - 37.29013742700005 - ], - [ - -121.81751040399996, - 37.289469057000076 - ], - [ - -121.81747217699996, - 37.289432773000044 - ], - [ - -121.81746261999996, - 37.289423655000064 - ], - [ - -121.81670173299995, - 37.28901303500004 - ], - [ - -121.81662148699996, - 37.28897227700003 - ], - [ - -121.81644023399997, - 37.28891077500003 - ], - [ - -121.81617562699995, - 37.28883200900003 - ], - [ - -121.81584035499998, - 37.28873426100006 - ], - [ - -121.81576000299998, - 37.288708589000066 - ], - [ - -121.81569073199995, - 37.288685859000054 - ], - [ - -121.81555833199997, - 37.28863444900003 - ], - [ - -121.81545729699997, - 37.28860553000004 - ], - [ - -121.81534996799996, - 37.28858364000007 - ], - [ - -121.81523765199995, - 37.288569702000075 - ], - [ - -121.815043275, - 37.28856655200008 - ], - [ - -121.81492512099999, - 37.28857742300005 - ], - [ - -121.8148074, - 37.288598224000054 - ], - [ - -121.81469348199994, - 37.28862852700007 - ], - [ - -121.81458413899998, - 37.288668048000034 - ], - [ - -121.81451461299997, - 37.28869920300008 - ], - [ - -121.81441704899999, - 37.288752051000074 - ], - [ - -121.81432808399995, - 37.288811578000036 - ], - [ - -121.814248578, - 37.288876446000074 - ], - [ - -121.81415818699998, - 37.28896899600005 - ], - [ - -121.81410227599997, - 37.28904126800006 - ], - [ - -121.814060773, - 37.289106969000045 - ], - [ - -121.81399201699998, - 37.28923088700003 - ], - [ - -121.81396371199997, - 37.28927975200003 - ], - [ - -121.81387633699995, - 37.289359793000074 - ], - [ - -121.81371991099996, - 37.28951770000003 - ], - [ - -121.813703783, - 37.289530813000056 - ], - [ - -121.81368631799995, - 37.289542776000076 - ], - [ - -121.81366765599995, - 37.28955351400003 - ], - [ - -121.81364791099998, - 37.28956293700003 - ], - [ - -121.81362722399996, - 37.28957095100003 - ], - [ - -121.81360573799998, - 37.289577533000056 - ], - [ - -121.81358365399996, - 37.289582633000066 - ], - [ - -121.81356108399996, - 37.289586160000056 - ], - [ - -121.81353822799997, - 37.28958815400006 - ], - [ - -121.81351523099994, - 37.289588596000044 - ], - [ - -121.81349226299994, - 37.289587434000055 - ], - [ - -121.81346949699997, - 37.28958471400006 - ], - [ - -121.81344716199999, - 37.28958043200004 - ], - [ - -121.81315831299997, - 37.28952251100003 - ], - [ - -121.81296201599997, - 37.28948515800005 - ], - [ - -121.81286094799998, - 37.289475579000054 - ], - [ - -121.81281286399997, - 37.289473257000054 - ], - [ - -121.81221990299997, - 37.28945401300007 - ], - [ - -121.81179122699996, - 37.28932617100003 - ], - [ - -121.81130325999999, - 37.28967099500005 - ], - [ - -121.81039180399995, - 37.290315031000034 - ], - [ - -121.81018600699997, - 37.29046135400006 - ], - [ - -121.81010642799998, - 37.29038989000003 - ], - [ - -121.81004775699995, - 37.290301734000025 - ], - [ - -121.80984416399997, - 37.29031557600007 - ], - [ - -121.80970469799996, - 37.290325058000064 - ], - [ - -121.809292186, - 37.29035310100005 - ], - [ - -121.80929188699997, - 37.290303433000076 - ], - [ - -121.809263768, - 37.28995900900003 - ], - [ - -121.80927592899997, - 37.28983380500006 - ], - [ - -121.80928139199995, - 37.289576442000055 - ], - [ - -121.80927389799996, - 37.289406960000065 - ], - [ - -121.80926019799995, - 37.28921035500008 - ], - [ - -121.80924094499994, - 37.28890591000004 - ], - [ - -121.80922843699994, - 37.28864645900006 - ], - [ - -121.80923126599998, - 37.28851513400008 - ], - [ - -121.80925808099994, - 37.28844156500003 - ], - [ - -121.80922704999995, - 37.28795038100003 - ], - [ - -121.80922497299997, - 37.28791689500008 - ], - [ - -121.80914035099994, - 37.28676029300004 - ], - [ - -121.80913755199998, - 37.28659391800005 - ], - [ - -121.80947507699995, - 37.286580736000076 - ], - [ - -121.80947282099999, - 37.286537226000064 - ], - [ - -121.80946952699998, - 37.286434145000044 - ], - [ - -121.80945725599997, - 37.28627977700006 - ], - [ - -121.80944891499996, - 37.28614537200008 - ], - [ - -121.80942782899996, - 37.28585246100005 - ], - [ - -121.809426111, - 37.28582801300007 - ], - [ - -121.80942083999997, - 37.28573310300004 - ], - [ - -121.80941168399994, - 37.285527656000056 - ], - [ - -121.80939999399999, - 37.28535904600005 - ], - [ - -121.80939381099995, - 37.285213698000064 - ], - [ - -121.80938646899995, - 37.285070948000055 - ], - [ - -121.809379617, - 37.28494792500004 - ], - [ - -121.80937100699998, - 37.284789947000036 - ], - [ - -121.80935247699995, - 37.28463150600004 - ], - [ - -121.80934106399997, - 37.284532659000035 - ], - [ - -121.809321765, - 37.28437779800004 - ], - [ - -121.80930813199996, - 37.284274856000025 - ], - [ - -121.80928804899997, - 37.28414065000004 - ], - [ - -121.80927233199998, - 37.28405288400006 - ], - [ - -121.80926195299998, - 37.28399829500006 - ], - [ - -121.80924761399996, - 37.28392706300008 - ], - [ - -121.80923420699997, - 37.28385836100006 - ], - [ - -121.80922448099994, - 37.28381337600007 - ], - [ - -121.80919954399997, - 37.28370124600008 - ], - [ - -121.80918968499998, - 37.28366173300003 - ], - [ - -121.809179369, - 37.28362227300005 - ], - [ - -121.80916862599997, - 37.28358293100007 - ], - [ - -121.80915212199994, - 37.28352550300008 - ], - [ - -121.809108633, - 37.28338453200007 - ], - [ - -121.80907280599996, - 37.28327380300004 - ], - [ - -121.80903717299998, - 37.283169230000055 - ], - [ - -121.80895346499995, - 37.282938272000024 - ], - [ - -121.80885314799997, - 37.28268634900007 - ], - [ - -121.80877743499997, - 37.28250128600007 - ], - [ - -121.80866987799999, - 37.28224472900007 - ], - [ - -121.808530954, - 37.281973461000064 - ], - [ - -121.80842562199996, - 37.281793261000075 - ], - [ - -121.80832306899998, - 37.281801365000035 - ], - [ - -121.80827478299994, - 37.28180524700008 - ], - [ - -121.80816473799996, - 37.28181409700005 - ], - [ - -121.80808364299997, - 37.28182061100006 - ], - [ - -121.80804691499998, - 37.281823631000066 - ], - [ - -121.80799519699997, - 37.281827917000044 - ], - [ - -121.80784976299998, - 37.28183929200003 - ], - [ - -121.80772159599996, - 37.281845461000046 - ], - [ - -121.80760230099997, - 37.28184791500007 - ], - [ - -121.80742234699994, - 37.28183143000007 - ], - [ - -121.80724505699999, - 37.281801683000026 - ], - [ - -121.80707197799995, - 37.28175893500003 - ], - [ - -121.80690463399998, - 37.281703511000046 - ], - [ - -121.80674444399995, - 37.28163594200004 - ], - [ - -121.80662387499996, - 37.28158515700005 - ], - [ - -121.80663528899998, - 37.281423579000034 - ], - [ - -121.80647587099998, - 37.28138065300004 - ], - [ - -121.80622909599998, - 37.281282532000034 - ], - [ - -121.80598142799994, - 37.28118242800008 - ], - [ - -121.80590923499994, - 37.281152562000045 - ], - [ - -121.80557965499997, - 37.28101873900005 - ], - [ - -121.80550211499997, - 37.28098776400003 - ], - [ - -121.80534696899997, - 37.28092521900004 - ], - [ - -121.80522945599995, - 37.28087534900004 - ], - [ - -121.80515352999998, - 37.28083993600006 - ], - [ - -121.80507526199995, - 37.28080006600004 - ], - [ - -121.80497574199995, - 37.28074546200003 - ], - [ - -121.80491686299996, - 37.28071027400006 - ], - [ - -121.80488855799996, - 37.279964825000036 - ], - [ - -121.80331858699998, - 37.27868584400005 - ], - [ - -121.80277305199996, - 37.279141122000055 - ], - [ - -121.80250636599999, - 37.278989538000076 - ], - [ - -121.80234456499994, - 37.27889316400007 - ], - [ - -121.80223636999995, - 37.27880901200007 - ], - [ - -121.80163842699994, - 37.27831254800003 - ], - [ - -121.80153363999995, - 37.27823971200007 - ], - [ - -121.801361725, - 37.27815452800007 - ], - [ - -121.80053014699996, - 37.27802219300003 - ], - [ - -121.80008020699995, - 37.27797622000003 - ], - [ - -121.799933061, - 37.27796118400005 - ], - [ - -121.79977560499998, - 37.27794649800006 - ], - [ - -121.79979817699996, - 37.277864005000026 - ], - [ - -121.79987822099997, - 37.27757148100005 - ], - [ - -121.80005274399997, - 37.27693362700006 - ], - [ - -121.80055812699999, - 37.27553161800006 - ], - [ - -121.80057015699998, - 37.27546739400003 - ], - [ - -121.80057957599996, - 37.27546877700007 - ], - [ - -121.80070253899999, - 37.275486844000056 - ], - [ - -121.80090303599997, - 37.27551618100006 - ], - [ - -121.80092399799997, - 37.275519270000075 - ], - [ - -121.80092730099994, - 37.27551975700004 - ], - [ - -121.80132654399995, - 37.27557817600007 - ], - [ - -121.801529217, - 37.27560748800005 - ], - [ - -121.80166418399995, - 37.27562562700007 - ], - [ - -121.801814837, - 37.275641531000076 - ], - [ - -121.80194025999998, - 37.275654375000045 - ], - [ - -121.80206513099995, - 37.27567008400007 - ], - [ - -121.80218942299996, - 37.275688640000055 - ], - [ - -121.80226388799997, - 37.27570136200006 - ], - [ - -121.80233789, - 37.27571543900007 - ], - [ - -121.802410507, - 37.275730655000075 - ], - [ - -121.80244130499995, - 37.27573766000006 - ], - [ - -121.80251045699998, - 37.27575451600006 - ], - [ - -121.80257937699997, - 37.27577114600007 - ], - [ - -121.80261654299994, - 37.27578025300005 - ], - [ - -121.80268313699997, - 37.27579828200004 - ], - [ - -121.80276619899996, - 37.275824414000056 - ], - [ - -121.80279813499999, - 37.27583513700006 - ], - [ - -121.80280016499995, - 37.27583582900007 - ], - [ - -121.80285650599996, - 37.27585536300006 - ], - [ - -121.80290092099995, - 37.275872813000035 - ], - [ - -121.80295173599995, - 37.275892644000066 - ], - [ - -121.80301940599998, - 37.27591983900004 - ], - [ - -121.80308328599995, - 37.27594638800008 - ], - [ - -121.80314635499997, - 37.27597420800004 - ], - [ - -121.80320852999995, - 37.27600322600006 - ], - [ - -121.80328573099996, - 37.27604139400006 - ], - [ - -121.80336182599996, - 37.276080284000045 - ], - [ - -121.80343832699998, - 37.276121068000066 - ], - [ - -121.80351277499994, - 37.276162310000075 - ], - [ - -121.80351777599998, - 37.27616502300003 - ], - [ - -121.80367997499997, - 37.276259767000056 - ], - [ - -121.80383395499996, - 37.27634970100007 - ], - [ - -121.803838843, - 37.27635244000004 - ], - [ - -121.80393891299997, - 37.27640772500007 - ], - [ - -121.80404010499996, - 37.27646318200004 - ], - [ - -121.80414074999999, - 37.27651857500007 - ], - [ - -121.80418572599996, - 37.27654355000004 - ], - [ - -121.80427378099995, - 37.276591507000035 - ], - [ - -121.80434645499997, - 37.276627939000036 - ], - [ - -121.804383036, - 37.276646164000056 - ], - [ - -121.80445308299994, - 37.276679717000036 - ], - [ - -121.80452484199998, - 37.276712978000035 - ], - [ - -121.80459755399994, - 37.27674496900005 - ], - [ - -121.80467110299998, - 37.27677566800003 - ], - [ - -121.80474451999999, - 37.276805499000034 - ], - [ - -121.80477569899995, - 37.27681785600004 - ], - [ - -121.80485176499997, - 37.276846696000064 - ], - [ - -121.80492855299997, - 37.276874314000054 - ], - [ - -121.80500808999994, - 37.276900186000034 - ], - [ - -121.80506111199998, - 37.27691676200004 - ], - [ - -121.80508573599997, - 37.27692447700008 - ], - [ - -121.80511257399996, - 37.276932647000024 - ], - [ - -121.805163661, - 37.27694814600005 - ], - [ - -121.80523990199998, - 37.27697068800006 - ], - [ - -121.80531979099999, - 37.27699381000008 - ], - [ - -121.80532583499996, - 37.27699550500006 - ], - [ - -121.80535761599998, - 37.27700446700004 - ], - [ - -121.80538243599995, - 37.27701183500005 - ], - [ - -121.80540040099999, - 37.27701717400004 - ], - [ - -121.80542864799997, - 37.27702718200004 - ], - [ - -121.80548360999995, - 37.27704662000008 - ], - [ - -121.80557759799996, - 37.27707986100006 - ], - [ - -121.80561033899994, - 37.27709144500005 - ], - [ - -121.80571138699997, - 37.27712545300005 - ], - [ - -121.80573798199998, - 37.27713440400004 - ], - [ - -121.80576212299997, - 37.27714230600003 - ], - [ - -121.805851266, - 37.27728689000003 - ], - [ - -121.80597269299994, - 37.27749387700004 - ], - [ - -121.806134064, - 37.27768357100007 - ], - [ - -121.806433584, - 37.27784203600004 - ], - [ - -121.80708356999997, - 37.278185955000026 - ], - [ - -121.808908407, - 37.27824996600003 - ], - [ - -121.80890384099996, - 37.27830087700005 - ], - [ - -121.80890263699996, - 37.27831466900005 - ], - [ - -121.80888832399995, - 37.278473889000054 - ], - [ - -121.810484224, - 37.27847623900004 - ], - [ - -121.81194474899996, - 37.27847837200005 - ], - [ - -121.81264200399994, - 37.278985642000066 - ], - [ - -121.81342836799996, - 37.28021453300005 - ], - [ - -121.81382712799996, - 37.28127714800007 - ], - [ - -121.81401838199997, - 37.28235397100008 - ], - [ - -121.81432039899994, - 37.282372029000044 - ], - [ - -121.81500878299994, - 37.28242566900008 - ], - [ - -121.81459608399996, - 37.28337410800003 - ], - [ - -121.81451273399995, - 37.283583269000076 - ], - [ - -121.81447182999995, - 37.283681193000064 - ], - [ - -121.81442527999997, - 37.28382953600004 - ], - [ - -121.81440344699996, - 37.28386672400006 - ], - [ - -121.81438576199997, - 37.28390528600005 - ], - [ - -121.81437230799997, - 37.28394492100006 - ], - [ - -121.81436027399997, - 37.28400347000007 - ], - [ - -121.81435750399999, - 37.28403813400007 - ], - [ - -121.81435111699994, - 37.28407249400004 - ], - [ - -121.81434114199999, - 37.28410629900003 - ], - [ - -121.81432762799994, - 37.284139320000065 - ], - [ - -121.81431071699996, - 37.28417130300005 - ], - [ - -121.81431064599997, - 37.28419829100005 - ], - [ - -121.81411084499996, - 37.284190600000045 - ], - [ - -121.81408284199995, - 37.28418812100006 - ], - [ - -121.81390752399994, - 37.28417335600005 - ], - [ - -121.81388586399999, - 37.28417151600007 - ], - [ - -121.813769149, - 37.28416126600007 - ], - [ - -121.81351826799994, - 37.284869239000045 - ], - [ - -121.81324589899998, - 37.285637766000036 - ], - [ - -121.81297887399995, - 37.28639119300004 - ], - [ - -121.81309037299997, - 37.287518513000066 - ], - [ - -121.81403934899998, - 37.28777714300003 - ], - [ - -121.81590475299998, - 37.288008099000024 - ], - [ - -121.81687392099997, - 37.28809311300006 - ], - [ - -121.818457476, - 37.28805128600004 - ], - [ - -121.81882002599997, - 37.28840911200007 - ], - [ - -121.81909775899999, - 37.28878201400005 - ], - [ - -121.81927515299998, - 37.289006279000034 - ], - [ - -121.81917753899995, - 37.289226592000034 - ], - [ - -121.81899230899995, - 37.28964455900007 - ], - [ - -121.81868718599998, - 37.29015866100008 - ] - ], - [ - [ - -121.84439863299997, - 37.28371427800005 - ], - [ - -121.84445011399998, - 37.28361409400003 - ], - [ - -121.84302099499996, - 37.28220382500007 - ], - [ - -121.84340619899996, - 37.281556642000055 - ], - [ - -121.84432149999998, - 37.28101258100003 - ], - [ - -121.84440152499997, - 37.28105984500007 - ], - [ - -121.84580753399996, - 37.28254828000007 - ], - [ - -121.845896311, - 37.282643922000034 - ], - [ - -121.84590459499998, - 37.28265696600005 - ], - [ - -121.84591139899999, - 37.28267055300006 - ], - [ - -121.84591666499995, - 37.282684569000025 - ], - [ - -121.84592038899996, - 37.28269890100006 - ], - [ - -121.84592248499996, - 37.282713458000046 - ], - [ - -121.84592300499997, - 37.28272807900004 - ], - [ - -121.84592189399996, - 37.282742695000024 - ], - [ - -121.84591920399998, - 37.282757169000035 - ], - [ - -121.845914876, - 37.28277138800007 - ], - [ - -121.84590902399998, - 37.28278525700006 - ], - [ - -121.845901675, - 37.28279866400004 - ], - [ - -121.84589285299995, - 37.282811492000064 - ], - [ - -121.845882674, - 37.28282364900008 - ], - [ - -121.84587119099996, - 37.282835042000045 - ], - [ - -121.84576402199997, - 37.282893681000076 - ], - [ - -121.84565805299997, - 37.282953794000036 - ], - [ - -121.84555328199997, - 37.28301531200003 - ], - [ - -121.84544982899996, - 37.28307825700006 - ], - [ - -121.84534768699996, - 37.283142560000044 - ], - [ - -121.84524685999997, - 37.28320817600007 - ], - [ - -121.84514745699994, - 37.283275126000035 - ], - [ - -121.84504969299996, - 37.28335029600004 - ], - [ - -121.84501577699996, - 37.28338142300004 - ], - [ - -121.84496061199997, - 37.283432051000034 - ], - [ - -121.84488092099997, - 37.28351976400006 - ], - [ - -121.84481120599997, - 37.28361278700004 - ], - [ - -121.84475205999996, - 37.28371033600007 - ], - [ - -121.84470022399995, - 37.283816269000056 - ], - [ - -121.84465656699996, - 37.28392462700003 - ], - [ - -121.84462139399994, - 37.284034854000026 - ], - [ - -121.84459477999997, - 37.28414626600005 - ], - [ - -121.84457685599995, - 37.28425824200008 - ], - [ - -121.84456758099998, - 37.28437014200006 - ], - [ - -121.84455998899995, - 37.284427476000076 - ], - [ - -121.84455374499998, - 37.28448488600003 - ], - [ - -121.84454888, - 37.28454248700007 - ], - [ - -121.84454533199994, - 37.28460009500003 - ], - [ - -121.84454313099997, - 37.28465778000003 - ], - [ - -121.84454227999998, - 37.28471547200007 - ], - [ - -121.84454277199995, - 37.284773148000056 - ], - [ - -121.84454461099995, - 37.28483083100008 - ], - [ - -121.84454779499998, - 37.284888385000045 - ], - [ - -121.84454536899995, - 37.28491759700006 - ], - [ - -121.84453972999995, - 37.28494650400006 - ], - [ - -121.84453090099998, - 37.284974919000035 - ], - [ - -121.84451893799996, - 37.28500259200007 - ], - [ - -121.84450397799998, - 37.28502931600008 - ], - [ - -121.84455865499996, - 37.28514661300005 - ], - [ - -121.84456573199998, - 37.28516100200005 - ], - [ - -121.84465809499994, - 37.285232982000025 - ], - [ - -121.84548770099997, - 37.28638329700004 - ], - [ - -121.84848018099996, - 37.287563109000075 - ], - [ - -121.84852800199997, - 37.28793524900004 - ], - [ - -121.84836290399994, - 37.28788122900005 - ], - [ - -121.848336244, - 37.28795343200005 - ], - [ - -121.84826095899996, - 37.28792806800004 - ], - [ - -121.84790723799995, - 37.28780876400003 - ], - [ - -121.84755385299997, - 37.287688838000065 - ], - [ - -121.84720077099996, - 37.287568333000024 - ], - [ - -121.84705661399994, - 37.28751892500003 - ], - [ - -121.84684805499995, - 37.28744725200005 - ], - [ - -121.846555546, - 37.287346239000044 - ], - [ - -121.84622801199998, - 37.287217198000064 - ], - [ - -121.84598140399999, - 37.28710860600006 - ], - [ - -121.84587807599996, - 37.28706268500008 - ], - [ - -121.84532721199997, - 37.28742430800003 - ], - [ - -121.84517098899994, - 37.287532173000045 - ], - [ - -121.84512929299996, - 37.287491611000064 - ], - [ - -121.84502805399995, - 37.28739473700006 - ], - [ - -121.84498362099998, - 37.28735164300008 - ], - [ - -121.84476133299995, - 37.28713607900005 - ], - [ - -121.84450491099994, - 37.286889434000045 - ], - [ - -121.84466441399996, - 37.286796594000066 - ], - [ - -121.84494941499997, - 37.28660949400006 - ], - [ - -121.84403868899994, - 37.28608408000008 - ], - [ - -121.84371924499999, - 37.28585303500006 - ], - [ - -121.84364879799995, - 37.28596131000006 - ], - [ - -121.84349081, - 37.285765241000036 - ], - [ - -121.84352340099997, - 37.28574241200005 - ], - [ - -121.84354605599998, - 37.28572777800008 - ], - [ - -121.84363724099995, - 37.28566092400007 - ], - [ - -121.84373888699997, - 37.285586281000064 - ], - [ - -121.84420676899998, - 37.28526851500004 - ], - [ - -121.84420589299998, - 37.28497437000004 - ], - [ - -121.84420799599997, - 37.28473441600005 - ], - [ - -121.84420347499997, - 37.284390435000034 - ], - [ - -121.84420509499995, - 37.28437228900003 - ], - [ - -121.84420731799997, - 37.28435413500006 - ], - [ - -121.84421002999994, - 37.28433606700003 - ], - [ - -121.84423300099996, - 37.28417649000005 - ], - [ - -121.84427227999998, - 37.28401894900003 - ], - [ - -121.84432762699998, - 37.283864540000025 - ], - [ - -121.84439863299997, - 37.28371427800005 - ] - ], - [ - [ - -121.86530209899996, - 37.28722394500005 - ], - [ - -121.86506304699998, - 37.287072615000056 - ], - [ - -121.86479320099994, - 37.28686787400005 - ], - [ - -121.86448161899995, - 37.28663038500008 - ], - [ - -121.86432369599999, - 37.28651003900006 - ], - [ - -121.865615301, - 37.286495856000045 - ], - [ - -121.86649920399998, - 37.286889848000044 - ], - [ - -121.86698875499997, - 37.28728413300007 - ], - [ - -121.86742789799996, - 37.28697237500006 - ], - [ - -121.86736351999997, - 37.28730104600004 - ], - [ - -121.86734210499998, - 37.287317478000034 - ], - [ - -121.86701793799995, - 37.287565725000036 - ], - [ - -121.866709534, - 37.28780190700007 - ], - [ - -121.86622858599998, - 37.28817018400008 - ], - [ - -121.86562145499994, - 37.288635105000026 - ], - [ - -121.86541797499996, - 37.28879093100005 - ], - [ - -121.86493873799998, - 37.28915789900003 - ], - [ - -121.864848527, - 37.289084238000044 - ], - [ - -121.86388897499995, - 37.28830082200005 - ], - [ - -121.86427280499998, - 37.28801352600004 - ], - [ - -121.86530209899996, - 37.28722394500005 - ] - ], - [ - [ - -121.93764004599996, - 37.26328400500006 - ], - [ - -121.93764378399999, - 37.26342017700006 - ], - [ - -121.93764631, - 37.26351156900006 - ], - [ - -121.93761264399996, - 37.26348547600003 - ], - [ - -121.93759063899995, - 37.26346851000005 - ], - [ - -121.93756789899999, - 37.263452149000045 - ], - [ - -121.93754448499999, - 37.263436366000064 - ], - [ - -121.93725377099997, - 37.26323232300007 - ], - [ - -121.93708998399995, - 37.26311896900006 - ], - [ - -121.93704429899998, - 37.26308736900006 - ], - [ - -121.936994369, - 37.26305392000006 - ], - [ - -121.93690586999998, - 37.262995584000066 - ], - [ - -121.93686174799996, - 37.26296932200006 - ], - [ - -121.93683025699994, - 37.26295055000003 - ], - [ - -121.93677445999998, - 37.26291731200007 - ], - [ - -121.93657914199997, - 37.262801 - ], - [ - -121.93657682399999, - 37.262799587000075 - ], - [ - -121.93649544699997, - 37.26275114300006 - ], - [ - -121.93647180399995, - 37.26273836200005 - ], - [ - -121.936424489, - 37.26271282600004 - ], - [ - -121.93638146199999, - 37.26268980000003 - ], - [ - -121.93634575399994, - 37.262670713000034 - ], - [ - -121.93629086599998, - 37.262641561000066 - ], - [ - -121.93626581099994, - 37.26262827100004 - ], - [ - -121.93619987499994, - 37.262593508000066 - ], - [ - -121.93618682699997, - 37.26258664100004 - ], - [ - -121.93617953899997, - 37.26258297700008 - ], - [ - -121.93611587499998, - 37.26255159700003 - ], - [ - -121.93611217399996, - 37.26254978900005 - ], - [ - -121.93607964799997, - 37.26253375300007 - ], - [ - -121.93603105999995, - 37.262510520000035 - ], - [ - -121.93597967199997, - 37.26248615500003 - ], - [ - -121.93594568799995, - 37.262470251000025 - ], - [ - -121.93588590299998, - 37.26244253100003 - ], - [ - -121.93587737799999, - 37.26243858500004 - ], - [ - -121.93582586599996, - 37.26241529600003 - ], - [ - -121.93579741299999, - 37.26240250700005 - ], - [ - -121.93577430199997, - 37.262392101000046 - ], - [ - -121.93576893099998, - 37.262389762000055 - ], - [ - -121.93573108199996, - 37.262373883000066 - ], - [ - -121.93570942699995, - 37.262364809000076 - ], - [ - -121.93568156799995, - 37.26235322600007 - ], - [ - -121.93561658699997, - 37.262326302000076 - ], - [ - -121.93559799499997, - 37.26231861100007 - ], - [ - -121.93555380199996, - 37.26230049800006 - ], - [ - -121.93548928799999, - 37.262274095000066 - ], - [ - -121.93552253499996, - 37.26220538300004 - ], - [ - -121.935566554, - 37.262114405000034 - ], - [ - -121.93556136799998, - 37.262111333000064 - ], - [ - -121.93555652099997, - 37.26210793600006 - ], - [ - -121.93555209699997, - 37.262104167000075 - ], - [ - -121.93554801, - 37.262100144000044 - ], - [ - -121.93554443299996, - 37.262095861000034 - ], - [ - -121.93554125299994, - 37.262091346000034 - ], - [ - -121.93553858599995, - 37.262086640000064 - ], - [ - -121.93553642999996, - 37.26208176700004 - ], - [ - -121.93553481699996, - 37.262076774000036 - ], - [ - -121.93553371699994, - 37.262071683000045 - ], - [ - -121.93553318899995, - 37.262066563000076 - ], - [ - -121.93553317499999, - 37.26206136600007 - ], - [ - -121.93553373399999, - 37.26205623200008 - ], - [ - -121.93553478299998, - 37.26205113800006 - ], - [ - -121.93553643299998, - 37.262046127000076 - ], - [ - -121.93534226099996, - 37.26198929200007 - ], - [ - -121.93533909799999, - 37.26199310800007 - ], - [ - -121.93533555899995, - 37.261996699000065 - ], - [ - -121.93533164299998, - 37.26200006600004 - ], - [ - -121.93532737799995, - 37.26200311600007 - ], - [ - -121.93532279099998, - 37.26200589700005 - ], - [ - -121.93531799799996, - 37.262008335000075 - ], - [ - -121.935312883, - 37.262010436000025 - ], - [ - -121.93530758999998, - 37.26201219400008 - ], - [ - -121.93530211899997, - 37.26201358900005 - ], - [ - -121.93529652499996, - 37.26201461900007 - ], - [ - -121.93529083899995, - 37.262015261000045 - ], - [ - -121.93528511599999, - 37.26201551500003 - ], - [ - -121.93527938399995, - 37.26201535700005 - ], - [ - -121.93527370299995, - 37.262014830000055 - ], - [ - -121.93526807399996, - 37.26201393800005 - ], - [ - -121.93522120799997, - 37.261998306000066 - ], - [ - -121.93510088499994, - 37.261960411000075 - ], - [ - -121.93504490299995, - 37.261944250000056 - ], - [ - -121.93502045399998, - 37.26193726900004 - ], - [ - -121.93494567099998, - 37.26191593800007 - ], - [ - -121.93484483999998, - 37.261887829000045 - ], - [ - -121.93477122799999, - 37.26186787700004 - ], - [ - -121.93473872599998, - 37.26185907400003 - ], - [ - -121.93463462999995, - 37.261832447000074 - ], - [ - -121.93452238299994, - 37.261804890000064 - ], - [ - -121.93445765299998, - 37.26179112500006 - ], - [ - -121.93444594699997, - 37.261788522000074 - ], - [ - -121.93435329099998, - 37.26176846000004 - ], - [ - -121.93426801499999, - 37.26175110200006 - ], - [ - -121.93416481999998, - 37.261731078000025 - ], - [ - -121.93414651399996, - 37.261727731000065 - ], - [ - -121.93407158699995, - 37.26171388500006 - ], - [ - -121.93402647199997, - 37.26170594600006 - ], - [ - -121.93402235099995, - 37.261438732000045 - ], - [ - -121.93402317799996, - 37.26133853300007 - ], - [ - -121.93402116399994, - 37.261227381000026 - ], - [ - -121.93402096799997, - 37.261039433000064 - ], - [ - -121.93377259899995, - 37.26102203500005 - ], - [ - -121.93365776099995, - 37.26101465100004 - ], - [ - -121.93352155399998, - 37.261005468000064 - ], - [ - -121.93327383399998, - 37.26099650800006 - ], - [ - -121.93302616299997, - 37.26099013100003 - ], - [ - -121.93301801899997, - 37.26046788000008 - ], - [ - -121.93301281499998, - 37.26035015200006 - ], - [ - -121.93301181799995, - 37.260267784000064 - ], - [ - -121.93301079199995, - 37.260180356000035 - ], - [ - -121.93285642899997, - 37.260181558000056 - ], - [ - -121.93264860699998, - 37.26018321000004 - ], - [ - -121.93244027099996, - 37.260184980000076 - ], - [ - -121.93243634499999, - 37.25980498600006 - ], - [ - -121.93223262099997, - 37.25980372500004 - ], - [ - -121.93196623899996, - 37.259805518000064 - ], - [ - -121.931963581, - 37.25964124600006 - ], - [ - -121.93195882799995, - 37.259300265000036 - ], - [ - -121.93184283199997, - 37.259302508000076 - ], - [ - -121.93179852199995, - 37.25930360000007 - ], - [ - -121.93149413299994, - 37.25930347700006 - ], - [ - -121.93135627799995, - 37.25930530900007 - ], - [ - -121.93135696099995, - 37.25935146000006 - ], - [ - -121.93135700099998, - 37.259355122000045 - ], - [ - -121.93135808499994, - 37.25948949600007 - ], - [ - -121.93135827099997, - 37.25951579400004 - ], - [ - -121.93136024999995, - 37.25976726300007 - ], - [ - -121.93136236699996, - 37.25993476900004 - ], - [ - -121.93136617899995, - 37.260150414000066 - ], - [ - -121.93136633199998, - 37.26015842500004 - ], - [ - -121.93136674299996, - 37.26021285200005 - ], - [ - -121.93136722, - 37.260275198000045 - ], - [ - -121.93136806099994, - 37.260384945000055 - ], - [ - -121.93137072499997, - 37.26050623000003 - ], - [ - -121.93138193099998, - 37.26071615400008 - ], - [ - -121.93139749799997, - 37.260908560000075 - ], - [ - -121.93141136999998, - 37.26112014600005 - ], - [ - -121.93141188899995, - 37.26131939700008 - ], - [ - -121.93141328699994, - 37.261537590000046 - ], - [ - -121.93141850499995, - 37.26164108000006 - ], - [ - -121.93142385899995, - 37.26174733800008 - ], - [ - -121.93141538299994, - 37.261747351000054 - ], - [ - -121.93122559999995, - 37.26174754400006 - ], - [ - -121.93077182699994, - 37.261744735000036 - ], - [ - -121.93064338999994, - 37.26174055800004 - ], - [ - -121.93016921999998, - 37.26174332900007 - ], - [ - -121.92986302299994, - 37.26174510100003 - ], - [ - -121.92947938799995, - 37.26174546000004 - ], - [ - -121.92903509599995, - 37.26174561800008 - ], - [ - -121.92869054199997, - 37.261745337000036 - ], - [ - -121.92854173599994, - 37.261745322000024 - ], - [ - -121.92847262999999, - 37.26174522700006 - ], - [ - -121.92835655699997, - 37.26174517800007 - ], - [ - -121.92816494599998, - 37.26174557000007 - ], - [ - -121.928157334, - 37.261585410000066 - ], - [ - -121.92815917099995, - 37.261329180000075 - ], - [ - -121.92816942299999, - 37.26118063600006 - ], - [ - -121.92818520299994, - 37.26105168700008 - ], - [ - -121.92821666599997, - 37.260926737000034 - ], - [ - -121.92828187299995, - 37.26070761600005 - ], - [ - -121.92837680099996, - 37.26049731200004 - ], - [ - -121.92837139599999, - 37.260494745000074 - ], - [ - -121.92850208699997, - 37.26029309300003 - ], - [ - -121.92865766399996, - 37.26014403500005 - ], - [ - -121.92881611599995, - 37.25999107200005 - ], - [ - -121.92904323799996, - 37.25979156100004 - ], - [ - -121.92911880899999, - 37.25973137700004 - ], - [ - -121.92910124599996, - 37.259723466000025 - ], - [ - -121.928837924, - 37.25952259200005 - ], - [ - -121.92871183999995, - 37.25942703100003 - ], - [ - -121.92867472999995, - 37.25939726900003 - ], - [ - -121.92863934199994, - 37.25936620500005 - ], - [ - -121.92860576199996, - 37.25933388300007 - ], - [ - -121.92856488499996, - 37.25929576500005 - ], - [ - -121.92855135499997, - 37.25928311200005 - ], - [ - -121.92849319299995, - 37.259235112000056 - ], - [ - -121.928421792, - 37.259296207000034 - ], - [ - -121.92842589499998, - 37.25929970400006 - ], - [ - -121.92842960499996, - 37.25930350400006 - ], - [ - -121.92843286099998, - 37.259307517000025 - ], - [ - -121.92843566299996, - 37.25931176300003 - ], - [ - -121.928438009, - 37.25931617400005 - ], - [ - -121.92843984399997, - 37.25932075400004 - ], - [ - -121.92844119299997, - 37.25932543000005 - ], - [ - -121.92844202799995, - 37.25933018100005 - ], - [ - -121.92844231999999, - 37.25933498300003 - ], - [ - -121.92844209699996, - 37.25933977100004 - ], - [ - -121.92844135799999, - 37.25934454000003 - ], - [ - -121.92844010099998, - 37.25934922500005 - ], - [ - -121.92843832699998, - 37.25935382500006 - ], - [ - -121.92843603499995, - 37.259358270000064 - ], - [ - -121.92843330999995, - 37.25936253800006 - ], - [ - -121.92843012399999, - 37.25936660600007 - ], - [ - -121.92842650299997, - 37.25937045000006 - ], - [ - -121.92842247599998, - 37.25937397800004 - ], - [ - -121.92822600499994, - 37.25955011100007 - ], - [ - -121.92816704799998, - 37.25960297300003 - ], - [ - -121.92815791099997, - 37.259610363000036 - ], - [ - -121.92810921599994, - 37.259654814000044 - ], - [ - -121.92806613999994, - 37.25969500800005 - ], - [ - -121.92804105, - 37.25972035600006 - ], - [ - -121.92802087799998, - 37.259740745000045 - ], - [ - -121.92797676999999, - 37.259786948000055 - ], - [ - -121.92794208599997, - 37.25982427100007 - ], - [ - -121.92791424099994, - 37.25985525900006 - ], - [ - -121.92788359099995, - 37.25989390500007 - ], - [ - -121.92785839399994, - 37.259922620000054 - ], - [ - -121.92784221099998, - 37.259943441000075 - ], - [ - -121.92781856999994, - 37.25997270800008 - ], - [ - -121.92777260499997, - 37.26003562000005 - ], - [ - -121.927728834, - 37.26009949100006 - ], - [ - -121.92768720099997, - 37.26016427500008 - ], - [ - -121.92766763499998, - 37.26019701600006 - ], - [ - -121.927642758, - 37.26023952800006 - ], - [ - -121.927607847, - 37.26030395400005 - ], - [ - -121.92758212999996, - 37.26035494700005 - ], - [ - -121.92757357899995, - 37.260372036000035 - ], - [ - -121.92756579199994, - 37.26038865700008 - ], - [ - -121.92756214599996, - 37.260398750000036 - ], - [ - -121.927550941, - 37.26042081500003 - ], - [ - -121.92754002199996, - 37.26044294600007 - ], - [ - -121.92752936299996, - 37.26046518800007 - ], - [ - -121.92751430899995, - 37.26050171900005 - ], - [ - -121.92749914199999, - 37.260538231000055 - ], - [ - -121.92748385799996, - 37.26057469800003 - ], - [ - -121.92747626199997, - 37.26059536900004 - ], - [ - -121.92746869599995, - 37.26061604000006 - ], - [ - -121.92746109899997, - 37.26063671000003 - ], - [ - -121.92744588699998, - 37.26068597200003 - ], - [ - -121.92743411299995, - 37.26073223800006 - ], - [ - -121.92742975199997, - 37.26075726500005 - ], - [ - -121.927425073, - 37.260782249000044 - ], - [ - -121.92742010799998, - 37.26080723700005 - ], - [ - -121.92740788699996, - 37.26086912000005 - ], - [ - -121.92740384899997, - 37.26089613400006 - ], - [ - -121.92739978099996, - 37.26092310300004 - ], - [ - -121.92739568699994, - 37.26095011700005 - ], - [ - -121.92739079899997, - 37.26098819600003 - ], - [ - -121.92738562699998, - 37.26102625600004 - ], - [ - -121.92738016699997, - 37.261064275000024 - ], - [ - -121.92737564299995, - 37.26110784400004 - ], - [ - -121.92737186599999, - 37.26116806700003 - ], - [ - -121.92737054399998, - 37.26118129200006 - ], - [ - -121.92736936899996, - 37.26119329900007 - ], - [ - -121.92736806, - 37.26122222600003 - ], - [ - -121.92736610299994, - 37.26124731500005 - ], - [ - -121.92736472299998, - 37.26127244200006 - ], - [ - -121.92736385699999, - 37.26129756200004 - ], - [ - -121.92736168, - 37.261336639000035 - ], - [ - -121.92669569599997, - 37.261341049000066 - ], - [ - -121.92668621399997, - 37.261060120000025 - ], - [ - -121.92656035699997, - 37.261051492000036 - ], - [ - -121.92636296699999, - 37.26112732800004 - ], - [ - -121.926320611, - 37.26114377400006 - ], - [ - -121.926117525, - 37.261221282000065 - ], - [ - -121.92591538599999, - 37.26129882400005 - ], - [ - -121.92591064499999, - 37.26129647800008 - ], - [ - -121.92591504999996, - 37.261565060000066 - ], - [ - -121.92552202999997, - 37.26155975300003 - ], - [ - -121.92551612499994, - 37.261559412000054 - ], - [ - -121.92551024, - 37.26155870500003 - ], - [ - -121.92550449099997, - 37.261557562000064 - ], - [ - -121.92549887799998, - 37.26155605100007 - ], - [ - -121.92549342899997, - 37.26155414800007 - ], - [ - -121.92548822899994, - 37.261551877000045 - ], - [ - -121.925483284, - 37.26154925900005 - ], - [ - -121.92547864499994, - 37.26154629400003 - ], - [ - -121.92547434399995, - 37.26154305100005 - ], - [ - -121.92547038199996, - 37.26153950600008 - ], - [ - -121.92546684499996, - 37.261535680000065 - ], - [ - -121.92546373099998, - 37.26153166700004 - ], - [ - -121.92546104399997, - 37.26152741800007 - ], - [ - -121.92545884199995, - 37.26152305100004 - ], - [ - -121.92545712099997, - 37.26151849400003 - ], - [ - -121.92545591799995, - 37.26151383900003 - ], - [ - -121.92545519699996, - 37.26150913300006 - ], - [ - -121.92545736699998, - 37.26146664500004 - ], - [ - -121.92546266, - 37.26142434900004 - ], - [ - -121.92547110999999, - 37.26138238000004 - ], - [ - -121.9254850199999, - 37.26133079900006 - ], - [ - -121.92550418899998, - 37.26128030000007 - ], - [ - -121.92552845499995, - 37.26123120300008 - ], - [ - -121.92555768099999, - 37.26118390000005 - ], - [ - -121.92556650799997, - 37.26117214200008 - ], - [ - -121.92538639999998, - 37.26109092400003 - ], - [ - -121.92492296399996, - 37.260887281000066 - ], - [ - -121.92486884599998, - 37.26093436100007 - ], - [ - -121.92478922299995, - 37.26099399700007 - ], - [ - -121.92467550099997, - 37.26101199900006 - ], - [ - -121.92466021999996, - 37.261014061000026 - ], - [ - -121.92449068299999, - 37.26103677100008 - ], - [ - -121.92429901399998, - 37.26106419100006 - ], - [ - -121.92418109899995, - 37.261081465000075 - ], - [ - -121.92400073099998, - 37.261106846000075 - ], - [ - -121.92393011499996, - 37.26110711000007 - ], - [ - -121.92390892399999, - 37.261107207000066 - ], - [ - -121.92374380099994, - 37.26110894000004 - ], - [ - -121.92359225299998, - 37.26110771700007 - ], - [ - -121.92354544699998, - 37.26110867500006 - ], - [ - -121.92351197999994, - 37.26110768600006 - ], - [ - -121.923320188, - 37.26110759100004 - ], - [ - -121.92321827599994, - 37.26110670200006 - ], - [ - -121.92316833399997, - 37.26110682700005 - ], - [ - -121.92316724999995, - 37.26125759400003 - ], - [ - -121.92316506799995, - 37.26138372100007 - ], - [ - -121.92316621199996, - 37.26144381600005 - ], - [ - -121.92316705899998, - 37.26158464800005 - ], - [ - -121.922616383, - 37.26158520600006 - ], - [ - -121.92260502899995, - 37.26158449700006 - ], - [ - -121.92259380299998, - 37.26158303100004 - ], - [ - -121.92258276299998, - 37.261580784000046 - ], - [ - -121.92257199599999, - 37.26157780300008 - ], - [ - -121.92256161499995, - 37.261574084000074 - ], - [ - -121.92255162299995, - 37.261569672000064 - ], - [ - -121.92254218999994, - 37.261564591000024 - ], - [ - -121.92253331699999, - 37.26155886300006 - ], - [ - -121.92252509399998, - 37.26155257500005 - ], - [ - -121.92251757399998, - 37.26154573200006 - ], - [ - -121.92251081899997, - 37.26153839600005 - ], - [ - -121.92250485899996, - 37.26153061800005 - ], - [ - -121.92249980599996, - 37.26152248600005 - ], - [ - -121.92249560799996, - 37.26151402100004 - ], - [ - -121.92249234899998, - 37.261505294000074 - ], - [ - -121.92249003199998, - 37.26149639500005 - ], - [ - -121.92248833699995, - 37.26148865500005 - ], - [ - -121.92248649299995, - 37.26148055200008 - ], - [ - -121.92233414299994, - 37.261482288000025 - ], - [ - -121.92233060499996, - 37.26111407800005 - ], - [ - -121.92232749299995, - 37.26076815700003 - ], - [ - -121.92232833299994, - 37.26058347000003 - ], - [ - -121.92232985399994, - 37.26053542900007 - ], - [ - -121.92233134599996, - 37.26048734200003 - ], - [ - -121.92232197699997, - 37.26035313700004 - ], - [ - -121.92230509199999, - 37.26020311600007 - ], - [ - -121.92227343099995, - 37.26005462300003 - ], - [ - -121.922227239, - 37.25990859800004 - ], - [ - -121.92216676499999, - 37.25976592600006 - ], - [ - -121.922092395, - 37.25962754500006 - ], - [ - -121.92201244299997, - 37.25948616200003 - ], - [ - -121.92198947699995, - 37.25943349800008 - ], - [ - -121.92212682299999, - 37.259427526000024 - ], - [ - -121.92231203999995, - 37.25941939300003 - ], - [ - -121.92230957599998, - 37.259335004000036 - ], - [ - -121.92230501299997, - 37.25904836400008 - ], - [ - -121.92230329599994, - 37.25887824300003 - ], - [ - -121.92230258899997, - 37.258841079000035 - ], - [ - -121.922306258, - 37.25882171500007 - ], - [ - -121.92230487799998, - 37.25870243000003 - ], - [ - -121.92230041099998, - 37.25870246000005 - ], - [ - -121.92229923099995, - 37.25853347900005 - ], - [ - -121.92229841899996, - 37.258358197000064 - ], - [ - -121.922285021, - 37.25819428500006 - ], - [ - -121.92228435099997, - 37.25800540500006 - ], - [ - -121.92228402199999, - 37.25785259500003 - ], - [ - -121.922284978, - 37.25769201000003 - ], - [ - -121.922285623, - 37.25750611400008 - ], - [ - -121.92228222699998, - 37.25734100300008 - ], - [ - -121.92227730499997, - 37.257167991000074 - ], - [ - -121.92227475899995, - 37.25700095000008 - ], - [ - -121.92227385099994, - 37.256835694000074 - ], - [ - -121.92227289299996, - 37.25665586000008 - ], - [ - -121.92227054099999, - 37.256490005000046 - ], - [ - -121.92227154499994, - 37.25631392300005 - ], - [ - -121.92227006999997, - 37.256158037000034 - ], - [ - -121.92226992299999, - 37.25615025700006 - ], - [ - -121.92257924399996, - 37.256146888000046 - ], - [ - -121.92285625199997, - 37.25615036500005 - ], - [ - -121.923004935, - 37.256087327000046 - ], - [ - -121.92339760299996, - 37.255868005000025 - ], - [ - -121.92349691099997, - 37.25581678300006 - ], - [ - -121.923490169, - 37.25571683700008 - ], - [ - -121.92349017099997, - 37.25547312700007 - ], - [ - -121.92349001699995, - 37.255352155000026 - ], - [ - -121.92348929899998, - 37.25523917900006 - ], - [ - -121.92348821999997, - 37.25506662500004 - ], - [ - -121.92348709299995, - 37.25505858100007 - ], - [ - -121.92348636799994, - 37.25490904900005 - ], - [ - -121.92348365099997, - 37.25481754600003 - ], - [ - -121.92341488299996, - 37.254816780000056 - ], - [ - -121.92338950699997, - 37.25481651700005 - ], - [ - -121.92338177599999, - 37.25481658700005 - ], - [ - -121.923241567, - 37.25481765100005 - ], - [ - -121.92303643999998, - 37.254818725000064 - ], - [ - -121.92245592199998, - 37.25482090500003 - ], - [ - -121.92226997399996, - 37.25482158500006 - ], - [ - -121.92226755899998, - 37.254739760000064 - ], - [ - -121.92225978699997, - 37.254403281000066 - ], - [ - -121.922089116, - 37.25440462100005 - ], - [ - -121.922002019, - 37.25440529000008 - ], - [ - -121.92191477999995, - 37.25440596000004 - ], - [ - -121.92178183799996, - 37.25440821500007 - ], - [ - -121.92178151199994, - 37.254403069000034 - ], - [ - -121.92173267299995, - 37.254402655000035 - ], - [ - -121.92144158699995, - 37.25440955500005 - ], - [ - -121.92134617099998, - 37.25441245300004 - ], - [ - -121.921320961, - 37.254415110000025 - ], - [ - -121.92121575599998, - 37.25441346400004 - ], - [ - -121.92116946699997, - 37.254412767000076 - ], - [ - -121.92113666999995, - 37.254412227000046 - ], - [ - -121.92104356099998, - 37.25441296900004 - ], - [ - -121.92101366999998, - 37.25441323900003 - ], - [ - -121.92091039899998, - 37.25441417300004 - ], - [ - -121.92081189099997, - 37.25441559700005 - ], - [ - -121.920648568, - 37.25441792300006 - ], - [ - -121.92061495399997, - 37.25441805600008 - ], - [ - -121.92041380199998, - 37.25441873400007 - ], - [ - -121.92039207199997, - 37.25441895100005 - ], - [ - -121.92021387399996, - 37.25442058700003 - ], - [ - -121.92013441799998, - 37.25442130000005 - ], - [ - -121.920014606, - 37.254422410000075 - ], - [ - -121.91987669099996, - 37.25442367000005 - ], - [ - -121.91981871499996, - 37.25442421400004 - ], - [ - -121.91961901599996, - 37.25442601700007 - ], - [ - -121.91961606799998, - 37.25442605300003 - ], - [ - -121.91961088499994, - 37.254426092000074 - ], - [ - -121.91941404999994, - 37.25442794400004 - ], - [ - -121.91935924999996, - 37.25442841200004 - ], - [ - -121.91921584, - 37.254429738000056 - ], - [ - -121.91910377899995, - 37.254430753000065 - ], - [ - -121.91901479699999, - 37.25443155700003 - ], - [ - -121.91884283999997, - 37.25443317200006 - ], - [ - -121.91881297999998, - 37.25443343100005 - ], - [ - -121.91861453999996, - 37.25443524000008 - ], - [ - -121.91858462099998, - 37.25443551300003 - ], - [ - -121.91841527199995, - 37.25443706000004 - ], - [ - -121.91832596499995, - 37.254437868000025 - ], - [ - -121.91821600199995, - 37.25443887800003 - ], - [ - -121.91806927, - 37.25444021800007 - ], - [ - -121.91801412099994, - 37.25444075200005 - ], - [ - -121.91780359999996, - 37.25444266100004 - ], - [ - -121.91780017699995, - 37.254096996000044 - ], - [ - -121.91781340699998, - 37.25392932800003 - ], - [ - -121.91781048099995, - 37.25378852100005 - ], - [ - -121.91781143699995, - 37.25374833700005 - ], - [ - -121.91781125899996, - 37.253724213000055 - ], - [ - -121.91780958899994, - 37.253575289000025 - ], - [ - -121.91780896599994, - 37.25351825400003 - ], - [ - -121.91780769699994, - 37.25339992800008 - ], - [ - -121.91780664299995, - 37.25330542900008 - ], - [ - -121.91780580499994, - 37.25322610300003 - ], - [ - -121.91780446399997, - 37.25309944600008 - ], - [ - -121.91780396299998, - 37.25305188600004 - ], - [ - -121.91780217399997, - 37.25288799300006 - ], - [ - -121.917802124, - 37.25288085200003 - ], - [ - -121.91780023999996, - 37.25270743800007 - ], - [ - -121.91779991799996, - 37.25267830200005 - ], - [ - -121.91779836799998, - 37.25253464100007 - ], - [ - -121.91779765299998, - 37.25246817800007 - ], - [ - -121.91779646599997, - 37.25236015100006 - ], - [ - -121.9177954099999, - 37.25226063900004 - ], - [ - -121.91779467999999, - 37.25218927700007 - ], - [ - -121.91779313299998, - 37.252048384000034 - ], - [ - -121.91779271999997, - 37.25200998200006 - ], - [ - -121.91779098399996, - 37.25184739200006 - ], - [ - -121.917790933, - 37.25184313400007 - ], - [ - -121.91778886099996, - 37.25178666700003 - ], - [ - -121.917786875, - 37.25175897200006 - ], - [ - -121.917789944, - 37.251748633000034 - ], - [ - -121.91778920499996, - 37.25168132300007 - ], - [ - -121.91778743799995, - 37.25151672100003 - ], - [ - -121.91778570499997, - 37.25135426800006 - ], - [ - -121.91778451799996, - 37.25118897100003 - ], - [ - -121.91778322399995, - 37.25100884300008 - ], - [ - -121.917784144, - 37.25085794100005 - ], - [ - -121.91810581599998, - 37.25087282900006 - ], - [ - -121.91838145599996, - 37.25088375800004 - ], - [ - -121.91863559499996, - 37.250887317000036 - ], - [ - -121.91882791199998, - 37.25088784800005 - ], - [ - -121.91913068499997, - 37.250886069000046 - ], - [ - -121.91945345999994, - 37.250882141000034 - ], - [ - -121.91989168699996, - 37.250879550000036 - ], - [ - -121.92022629799999, - 37.25087755200008 - ], - [ - -121.92071770999996, - 37.250872550000054 - ], - [ - -121.92081727899995, - 37.250868480000065 - ], - [ - -121.92084938099998, - 37.25086715300006 - ], - [ - -121.921132651, - 37.25085309200006 - ], - [ - -121.921135973, - 37.25085316600007 - ], - [ - -121.92113926299999, - 37.25085301200005 - ], - [ - -121.92114254899997, - 37.250852629000065 - ], - [ - -121.92145562399998, - 37.250835437000035 - ], - [ - -121.92146260699997, - 37.250835238000036 - ], - [ - -121.92146955099997, - 37.250834559000054 - ], - [ - -121.92160284599998, - 37.25082861300007 - ], - [ - -121.921981588, - 37.250823945000036 - ], - [ - -121.921990543, - 37.250823516000025 - ], - [ - -121.92222594299994, - 37.250818939000055 - ], - [ - -121.92686995799994, - 37.25076356900007 - ], - [ - -121.92685619899999, - 37.25021492700006 - ], - [ - -121.92685885999998, - 37.25013670200008 - ], - [ - -121.92685470499998, - 37.25012004300004 - ], - [ - -121.92686465799994, - 37.25011495500007 - ], - [ - -121.92687402799999, - 37.25010918700008 - ], - [ - -121.926882724, - 37.250102809000055 - ], - [ - -121.92689072299999, - 37.25009582200005 - ], - [ - -121.92689793799997, - 37.25008836300003 - ], - [ - -121.926904316, - 37.25008043300005 - ], - [ - -121.92690982699997, - 37.25007208100004 - ], - [ - -121.92691420799997, - 37.250064543000065 - ], - [ - -121.92691772399996, - 37.25005678600007 - ], - [ - -121.92692037699999, - 37.25004876500003 - ], - [ - -121.92692216999995, - 37.250040617000025 - ], - [ - -121.92692304299999, - 37.25003236600003 - ], - [ - -121.92692302799998, - 37.25002408000006 - ], - [ - -121.92692206899994, - 37.25001582800007 - ], - [ - -121.926920253, - 37.25000767900008 - ], - [ - -121.92691752399998, - 37.24999967800005 - ], - [ - -121.92691393899997, - 37.249991916000056 - ], - [ - -121.92690955799998, - 37.24998441500003 - ], - [ - -121.926903214, - 37.249976047000075 - ], - [ - -121.92689780599994, - 37.24996730000004 - ], - [ - -121.92689336499996, - 37.249958175000074 - ], - [ - -121.92688992299998, - 37.249948809000045 - ], - [ - -121.92688747799997, - 37.24993924800003 - ], - [ - -121.92688609099997, - 37.249929536000025 - ], - [ - -121.92688391699994, - 37.24985755200004 - ], - [ - -121.926884025, - 37.24985276600006 - ], - [ - -121.92688467799996, - 37.24984797500008 - ], - [ - -121.92688581799996, - 37.24984324500008 - ], - [ - -121.92687972299996, - 37.249582168000074 - ], - [ - -121.92687628699997, - 37.24928349500004 - ], - [ - -121.92710914899999, - 37.249282625000035 - ], - [ - -121.92711524799995, - 37.24928262000003 - ], - [ - -121.92730787499994, - 37.24928155200007 - ], - [ - -121.92736705099998, - 37.249281059000054 - ], - [ - -121.927505156, - 37.24927992500005 - ], - [ - -121.92761784199996, - 37.24927900800003 - ], - [ - -121.92770349899996, - 37.24927821500006 - ], - [ - -121.92786991199995, - 37.249274927000044 - ], - [ - -121.92789623899995, - 37.24927437700006 - ], - [ - -121.92808976099997, - 37.24927192500007 - ], - [ - -121.92812249299999, - 37.24927214300004 - ], - [ - -121.92828686499996, - 37.249273251000034 - ], - [ - -121.92837621499996, - 37.24927206900003 - ], - [ - -121.92848267599999, - 37.24927065600008 - ], - [ - -121.928623685, - 37.249268820000054 - ], - [ - -121.92868306099996, - 37.24926802700003 - ], - [ - -121.92887757699998, - 37.249265378000075 - ], - [ - -121.92902565999998, - 37.24926336500005 - ], - [ - -121.92912841999998, - 37.24926005000003 - ], - [ - -121.92938209899995, - 37.24925773000007 - ], - [ - -121.92962797999996, - 37.249256510000066 - ], - [ - -121.929883658, - 37.24925236100006 - ], - [ - -121.92996443299995, - 37.24925080200006 - ], - [ - -121.93013607699999, - 37.24924863200005 - ], - [ - -121.93021935099995, - 37.24924752700008 - ], - [ - -121.93030997799997, - 37.249247565000076 - ], - [ - -121.930387823, - 37.24924700200006 - ], - [ - -121.93039586799995, - 37.24924699500008 - ], - [ - -121.93046501299995, - 37.24924674600004 - ], - [ - -121.93063673499995, - 37.24924551300006 - ], - [ - -121.93088518599995, - 37.24924385400004 - ], - [ - -121.93114907799998, - 37.24924259100004 - ], - [ - -121.93115007199998, - 37.24932295100007 - ], - [ - -121.93115105199996, - 37.24949548300003 - ], - [ - -121.931151049, - 37.24952711700007 - ], - [ - -121.93115114299997, - 37.24953169400004 - ], - [ - -121.93115078699998, - 37.24953627700006 - ], - [ - -121.93114994399997, - 37.249540797000066 - ], - [ - -121.93114859699995, - 37.24954527600005 - ], - [ - -121.93114679099995, - 37.24954962500004 - ], - [ - -121.931144524, - 37.24955381800004 - ], - [ - -121.93114179399998, - 37.24955785700007 - ], - [ - -121.93113863199994, - 37.24956168500006 - ], - [ - -121.93113503599994, - 37.24956528800004 - ], - [ - -121.93113111999997, - 37.24956860900005 - ], - [ - -121.93112687499996, - 37.249571659000026 - ], - [ - -121.931122239, - 37.249574394000035 - ], - [ - -121.93111733099994, - 37.24957678900006 - ], - [ - -121.93111221699996, - 37.249578866000036 - ], - [ - -121.93110689399998, - 37.24958055700006 - ], - [ - -121.93110139299995, - 37.249581860000035 - ], - [ - -121.93109581999994, - 37.24958279600003 - ], - [ - -121.93109008299996, - 37.249583348000044 - ], - [ - -121.93108235499994, - 37.24958346500006 - ], - [ - -121.93108616699999, - 37.249671774000035 - ], - [ - -121.93108975599995, - 37.24975493200003 - ], - [ - -121.93109573199996, - 37.24975461200006 - ], - [ - -121.93110180899998, - 37.24975474300004 - ], - [ - -121.93110780299997, - 37.24975526500003 - ], - [ - -121.93111374199998, - 37.24975622200003 - ], - [ - -121.93111950199994, - 37.24975759300003 - ], - [ - -121.93112511899994, - 37.24975935600003 - ], - [ - -121.931130543, - 37.24976148700006 - ], - [ - -121.93113568799998, - 37.249764011000025 - ], - [ - -121.93114055399997, - 37.249766858000044 - ], - [ - -121.93114507999996, - 37.249770030000036 - ], - [ - -121.93114924099996, - 37.24977351100006 - ], - [ - -121.93115300699998, - 37.249777282000025 - ], - [ - -121.93115637799997, - 37.24978129200008 - ], - [ - -121.93115926399997, - 37.24978553600005 - ], - [ - -121.93116169799998, - 37.24978994800006 - ], - [ - -121.93116366599997, - 37.24979450200004 - ], - [ - -121.93116508099996, - 37.24979919900005 - ], - [ - -121.93116600199994, - 37.24980395100005 - ], - [ - -121.93116637999998, - 37.249808775000076 - ], - [ - -121.93117157399996, - 37.25001886500007 - ], - [ - -121.93118170699995, - 37.250431768000055 - ], - [ - -121.93114732599997, - 37.25043223400007 - ], - [ - -121.931023918, - 37.25043392500004 - ], - [ - -121.93102454099994, - 37.25047956000003 - ], - [ - -121.93103038299995, - 37.25090215300003 - ], - [ - -121.93103738999997, - 37.25140956200005 - ], - [ - -121.93103851399997, - 37.25149076200006 - ], - [ - -121.93104020799996, - 37.25166415500007 - ], - [ - -121.93104231499996, - 37.25187013900006 - ], - [ - -121.93104444799997, - 37.25207443000005 - ], - [ - -121.93104658399994, - 37.252283841000065 - ], - [ - -121.93104872899994, - 37.25249431800006 - ], - [ - -121.93105086899999, - 37.252700412000024 - ], - [ - -121.931053067, - 37.25291418100005 - ], - [ - -121.931055201, - 37.25312302700007 - ], - [ - -121.93105731999998, - 37.25333102500008 - ], - [ - -121.93105890299995, - 37.25350954800007 - ], - [ - -121.93105882199995, - 37.25351435600004 - ], - [ - -121.93105214299999, - 37.25378032800006 - ], - [ - -121.93105339399995, - 37.253952078000054 - ], - [ - -121.93105447499994, - 37.254162722000046 - ], - [ - -121.931056136, - 37.25436184100005 - ], - [ - -121.93105979299997, - 37.25457242900006 - ], - [ - -121.93105981199994, - 37.254766518000054 - ], - [ - -121.93106322199998, - 37.25497168100003 - ], - [ - -121.93106974999995, - 37.255176677000065 - ], - [ - -121.931088424, - 37.255378998000026 - ], - [ - -121.93109014599997, - 37.25558446500003 - ], - [ - -121.93109112899998, - 37.25569156600005 - ], - [ - -121.931092074, - 37.25579454900003 - ], - [ - -121.93109320899998, - 37.25589727600004 - ], - [ - -121.93109434299998, - 37.25600000400004 - ], - [ - -121.93109464499997, - 37.25604802600003 - ], - [ - -121.93109495799996, - 37.25609796600003 - ], - [ - -121.931095288, - 37.256134287000066 - ], - [ - -121.93127824299995, - 37.25613335500003 - ], - [ - -121.93147499599996, - 37.256132369000056 - ], - [ - -121.93172273299996, - 37.256131469000024 - ], - [ - -121.93193454799996, - 37.25613068600006 - ], - [ - -121.93195089699998, - 37.25613057800007 - ], - [ - -121.93214079699999, - 37.25612981300003 - ], - [ - -121.93235509599998, - 37.25612895200004 - ], - [ - -121.9324289199999, - 37.25612896500007 - ], - [ - -121.93256439399994, - 37.25612723800003 - ], - [ - -121.93277051099994, - 37.25612531200005 - ], - [ - -121.93282767299996, - 37.25612708400007 - ], - [ - -121.93296546399995, - 37.25612672500006 - ], - [ - -121.93303212899997, - 37.256126710000046 - ], - [ - -121.93317847799995, - 37.256127666000054 - ], - [ - -121.93323043499998, - 37.256128197000066 - ], - [ - -121.93338767199998, - 37.256129430000044 - ], - [ - -121.93343398299999, - 37.25612977900005 - ], - [ - -121.93359980099996, - 37.25612898500003 - ], - [ - -121.93364014599996, - 37.25612876500003 - ], - [ - -121.93380985799996, - 37.256127992000074 - ], - [ - -121.93384627999995, - 37.25612779700003 - ], - [ - -121.93402223299995, - 37.25612692400006 - ], - [ - -121.93405266999997, - 37.256126780000045 - ], - [ - -121.93405776699996, - 37.25612674100006 - ], - [ - -121.934230991, - 37.25612537300003 - ], - [ - -121.93425209299994, - 37.25612520300007 - ], - [ - -121.93444192199996, - 37.25612370400006 - ], - [ - -121.93445881599996, - 37.25612359000007 - ], - [ - -121.93465153699998, - 37.256122075000064 - ], - [ - -121.93466467299999, - 37.25612196000003 - ], - [ - -121.93485241899998, - 37.256120483000075 - ], - [ - -121.93486232499998, - 37.25612038000003 - ], - [ - -121.93490962499999, - 37.25612003300006 - ], - [ - -121.93505854299997, - 37.25611747500005 - ], - [ - -121.93507434499998, - 37.256117190000055 - ], - [ - -121.935114678, - 37.25611646800007 - ], - [ - -121.9352646899999, - 37.25611568100004 - ], - [ - -121.93528009699997, - 37.256115744000056 - ], - [ - -121.93546958999997, - 37.25611458800006 - ], - [ - -121.93547737799997, - 37.25611456100006 - ], - [ - -121.93570489899997, - 37.25611335100007 - ], - [ - -121.93590899299994, - 37.256115013000056 - ], - [ - -121.93598111999995, - 37.25611458700007 - ], - [ - -121.93612943199997, - 37.25611184700006 - ], - [ - -121.93624820199994, - 37.25610968500007 - ], - [ - -121.93631803899996, - 37.25610930900007 - ], - [ - -121.93633150099998, - 37.256109441000035 - ], - [ - -121.93653401899996, - 37.25610807900006 - ], - [ - -121.93674123699998, - 37.256106886000055 - ], - [ - -121.93679649999996, - 37.25610659600005 - ], - [ - -121.936945692, - 37.25610646000007 - ], - [ - -121.93702072599996, - 37.256105287000025 - ], - [ - -121.93714636699997, - 37.25610456900006 - ], - [ - -121.93714874299997, - 37.256104540000024 - ], - [ - -121.93721588399995, - 37.25610394500006 - ], - [ - -121.93735319899997, - 37.256102647000034 - ], - [ - -121.93742451999998, - 37.25610195000007 - ], - [ - -121.93755238499995, - 37.25610077400006 - ], - [ - -121.93762943299998, - 37.25610007900008 - ], - [ - -121.93776021899998, - 37.25609883000004 - ], - [ - -121.93783806699997, - 37.256098112000075 - ], - [ - -121.93796323699996, - 37.25609694100007 - ], - [ - -121.93804175099996, - 37.25609620600005 - ], - [ - -121.938168615, - 37.25609501300005 - ], - [ - -121.93825299099996, - 37.25609422800005 - ], - [ - -121.93837286699994, - 37.256094518000054 - ], - [ - -121.93845874899995, - 37.256093097000075 - ], - [ - -121.93857840399994, - 37.25609075700004 - ], - [ - -121.93866434899996, - 37.256089632000055 - ], - [ - -121.93877462599994, - 37.25608807100008 - ], - [ - -121.93887247699996, - 37.25608666200003 - ], - [ - -121.93897785799999, - 37.25608518400003 - ], - [ - -121.939070072, - 37.25608389000007 - ], - [ - -121.93927673999997, - 37.256080937000036 - ], - [ - -121.93930098699997, - 37.25608056100003 - ], - [ - -121.93939447599996, - 37.25608006200008 - ], - [ - -121.939483038, - 37.25607954600008 - ], - [ - -121.939688704, - 37.25607839000003 - ], - [ - -121.939874826, - 37.25607731400004 - ], - [ - -121.939898009, - 37.25607705200008 - ], - [ - -121.94010334599994, - 37.25607601400003 - ], - [ - -121.94034314899994, - 37.25607462800008 - ], - [ - -121.94034669399997, - 37.25623631800005 - ], - [ - -121.94034784699994, - 37.25640191300005 - ], - [ - -121.94034898099994, - 37.256563365000034 - ], - [ - -121.94035019199998, - 37.25673333200007 - ], - [ - -121.94035089799996, - 37.25682946100005 - ], - [ - -121.94035305799997, - 37.25698980200008 - ], - [ - -121.940355238, - 37.25715151600008 - ], - [ - -121.94035396399994, - 37.25724149000007 - ], - [ - -121.94035523599996, - 37.25740573300004 - ], - [ - -121.94035642699998, - 37.25757018400003 - ], - [ - -121.94035782799995, - 37.25772925100006 - ], - [ - -121.94036064, - 37.257910940000045 - ], - [ - -121.94036177399994, - 37.25807985500006 - ], - [ - -121.94036346299998, - 37.258247847000064 - ], - [ - -121.94036088099995, - 37.258417128000076 - ], - [ - -121.94036171899995, - 37.25858110200005 - ], - [ - -121.94036238499996, - 37.25870195300007 - ], - [ - -121.94036789699999, - 37.25895994700005 - ], - [ - -121.94036849799994, - 37.25896408400007 - ], - [ - -121.94036862999997, - 37.25896827100007 - ], - [ - -121.94037148499996, - 37.259094223000034 - ], - [ - -121.94037437299994, - 37.259267944000044 - ], - [ - -121.94037741399995, - 37.259449722000056 - ], - [ - -121.94038023799999, - 37.25961864000004 - ], - [ - -121.94038311399999, - 37.259791791000055 - ], - [ - -121.94038612799994, - 37.25996764000007 - ], - [ - -121.94038811099995, - 37.26009003100006 - ], - [ - -121.94038806599997, - 37.260095068000055 - ], - [ - -121.94038747499997, - 37.26010008800006 - ], - [ - -121.94038634099996, - 37.260105046000035 - ], - [ - -121.94038468599996, - 37.260109896000074 - ], - [ - -121.94038245699994, - 37.260114617000056 - ], - [ - -121.94037973899998, - 37.260119159000055 - ], - [ - -121.94037655799997, - 37.260123502000056 - ], - [ - -121.94037288599998, - 37.260127598000054 - ], - [ - -121.94036880699997, - 37.260131425000054 - ], - [ - -121.94036432099995, - 37.26013496000007 - ], - [ - -121.94035942799997, - 37.26013815600004 - ], - [ - -121.94035424199996, - 37.260141013000066 - ], - [ - -121.94034876199999, - 37.260143484000025 - ], - [ - -121.94034301899995, - 37.26014556800004 - ], - [ - -121.940337065, - 37.26014722100007 - ], - [ - -121.94033095999998, - 37.260148463000064 - ], - [ - -121.94032473399994, - 37.260149295000076 - ], - [ - -121.94031846999997, - 37.26014966900004 - ], - [ - -121.93994532199997, - 37.26015139800006 - ], - [ - -121.93991986499998, - 37.260151552000025 - ], - [ - -121.93991697099995, - 37.26032399500008 - ], - [ - -121.93992267599998, - 37.26032726600005 - ], - [ - -121.93992795799994, - 37.260330932000045 - ], - [ - -121.93993284699997, - 37.26033496900004 - ], - [ - -121.93993722699997, - 37.26033933400004 - ], - [ - -121.93994112499996, - 37.26034397900003 - ], - [ - -121.93994448499996, - 37.26034890400007 - ], - [ - -121.93994730499998, - 37.260354042000074 - ], - [ - -121.93995170599999, - 37.26036405900004 - ], - [ - -121.93995184799996, - 37.260368431000074 - ], - [ - -121.93995176099997, - 37.260511128000076 - ], - [ - -121.93995390199996, - 37.26055992600004 - ], - [ - -121.939957059, - 37.26065698600007 - ], - [ - -121.93978568699998, - 37.260658361000026 - ], - [ - -121.93970760699995, - 37.260659161000035 - ], - [ - -121.93961502499997, - 37.26065940700005 - ], - [ - -121.93955606699996, - 37.260659858000054 - ], - [ - -121.93942263399998, - 37.260659392000036 - ], - [ - -121.93929119399996, - 37.260661328000026 - ], - [ - -121.93918817399998, - 37.26066531600003 - ], - [ - -121.93908500999999, - 37.26066931100007 - ], - [ - -121.93893219899996, - 37.26066935700004 - ], - [ - -121.93889103999999, - 37.26066906300008 - ], - [ - -121.93886301699996, - 37.26066824000003 - ], - [ - -121.93875108699996, - 37.26066764600006 - ], - [ - -121.93875046899996, - 37.260628078000025 - ], - [ - -121.93874536499999, - 37.260319561000074 - ], - [ - -121.93855331699996, - 37.260319425000034 - ], - [ - -121.93836344199997, - 37.26032061400008 - ], - [ - -121.93817540199996, - 37.26032193900005 - ], - [ - -121.93814270099995, - 37.260322158000065 - ], - [ - -121.93799130199994, - 37.26032259900006 - ], - [ - -121.93792314799998, - 37.260322795000036 - ], - [ - -121.93780781399994, - 37.26032384500007 - ], - [ - -121.93767724699995, - 37.26032503600004 - ], - [ - -121.93761769099996, - 37.26032556000007 - ], - [ - -121.937624772, - 37.26056879500004 - ], - [ - -121.93762497899996, - 37.26061683900008 - ], - [ - -121.937625073, - 37.26063217400008 - ], - [ - -121.9376252499999, - 37.26069351700005 - ], - [ - -121.93762592999997, - 37.26086445100003 - ], - [ - -121.93762619499995, - 37.26093339300007 - ], - [ - -121.93762985999996, - 37.261124067000026 - ], - [ - -121.93763054399994, - 37.261159630000066 - ], - [ - -121.93763095199995, - 37.26127920300007 - ], - [ - -121.93763128699999, - 37.26138009700003 - ], - [ - -121.93763148899995, - 37.261445767000055 - ], - [ - -121.93763191899995, - 37.26160514500003 - ], - [ - -121.93763233399994, - 37.261771321000026 - ], - [ - -121.93763455899995, - 37.26192726700003 - ], - [ - -121.93763697999998, - 37.26209341800006 - ], - [ - -121.93763940699995, - 37.26225103200005 - ], - [ - -121.93764021899995, - 37.262416906000055 - ], - [ - -121.93764097499997, - 37.26257254800004 - ], - [ - -121.937641924, - 37.26275590900008 - ], - [ - -121.93764257499998, - 37.26288225400003 - ], - [ - -121.93764004599996, - 37.26328400500006 - ] - ], - [ - [ - -121.86241925699994, - 37.23915524600005 - ], - [ - -121.86238193999998, - 37.23911205300004 - ], - [ - -121.86221303599996, - 37.23895857400004 - ], - [ - -121.86201442199996, - 37.238750277000065 - ], - [ - -121.86175280799995, - 37.23871257700006 - ], - [ - -121.86167307699998, - 37.23869384300008 - ], - [ - -121.86161655099994, - 37.23868053700005 - ], - [ - -121.86159561199997, - 37.23867370800008 - ], - [ - -121.86120191299995, - 37.238592406000066 - ], - [ - -121.86092098699999, - 37.238278351000076 - ], - [ - -121.86072336199999, - 37.238131890000034 - ], - [ - -121.860515707, - 37.23803686200006 - ], - [ - -121.86030341299994, - 37.237948387000074 - ], - [ - -121.860043051, - 37.23786601100005 - ], - [ - -121.85985319699995, - 37.23780680500005 - ], - [ - -121.85966022999997, - 37.23774660300006 - ], - [ - -121.85944646599995, - 37.23767931800006 - ], - [ - -121.85917596799999, - 37.237604246000046 - ], - [ - -121.85901865699998, - 37.23756693100006 - ], - [ - -121.85899570199996, - 37.23755305100008 - ], - [ - -121.85887713699998, - 37.23748136000006 - ], - [ - -121.85856958499994, - 37.23748498000003 - ], - [ - -121.85835542999996, - 37.237487489000046 - ], - [ - -121.85815890799995, - 37.23748981500006 - ], - [ - -121.85803797899996, - 37.237398332000055 - ], - [ - -121.85779500499996, - 37.23722162300004 - ], - [ - -121.85716235799998, - 37.237123190000034 - ], - [ - -121.85700040899997, - 37.23704916600008 - ], - [ - -121.85642471799997, - 37.23706511000006 - ], - [ - -121.85616754999995, - 37.23697051500005 - ], - [ - -121.85598054199994, - 37.236876952000046 - ], - [ - -121.856657795, - 37.23519472100003 - ], - [ - -121.85603123899995, - 37.23034194200005 - ], - [ - -121.85595299199997, - 37.22969511400004 - ], - [ - -121.85587934699998, - 37.229087513000025 - ], - [ - -121.856964985, - 37.22901054000005 - ], - [ - -121.85777945199999, - 37.22889483200004 - ], - [ - -121.85816356599997, - 37.22884025400003 - ], - [ - -121.85832045299998, - 37.22878631400005 - ], - [ - -121.85836384699996, - 37.22877049600004 - ], - [ - -121.85840724299999, - 37.228754680000065 - ], - [ - -121.85845060999998, - 37.22873884000006 - ], - [ - -121.85851725699996, - 37.22871398700005 - ], - [ - -121.85858393199999, - 37.22868910900007 - ], - [ - -121.85865054599998, - 37.22866425700005 - ], - [ - -121.85868025299999, - 37.228653303000044 - ], - [ - -121.85874725699995, - 37.22862859700007 - ], - [ - -121.858843966, - 37.228592975000026 - ], - [ - -121.85894067499999, - 37.22855733400007 - ], - [ - -121.85897118499997, - 37.22854608400007 - ], - [ - -121.859001665, - 37.22853474300007 - ], - [ - -121.859032115, - 37.228523334000045 - ], - [ - -121.85913091499998, - 37.228486227000076 - ], - [ - -121.85922974799996, - 37.22844916400004 - ], - [ - -121.85927714299999, - 37.22843137500007 - ], - [ - -121.85943900299998, - 37.22846205500008 - ], - [ - -121.85950075599999, - 37.22843646500007 - ], - [ - -121.85954128999998, - 37.22844706400008 - ], - [ - -121.85958347899998, - 37.22845205300007 - ], - [ - -121.85962611599996, - 37.228451292000045 - ], - [ - -121.85966798399994, - 37.228444799000044 - ], - [ - -121.859747288, - 37.22843217700006 - ], - [ - -121.85982798599997, - 37.228424877000066 - ], - [ - -121.85990916099996, - 37.228423030000044 - ], - [ - -121.85999017699999, - 37.22842664500007 - ], - [ - -121.86007095499997, - 37.228435743000034 - ], - [ - -121.86028494599998, - 37.22844790600004 - ], - [ - -121.86039880699997, - 37.22852789600006 - ], - [ - -121.86051791899996, - 37.22860283700004 - ], - [ - -121.86064192699996, - 37.228672516000074 - ], - [ - -121.86077047099997, - 37.228736723000054 - ], - [ - -121.86090317199995, - 37.22879527400005 - ], - [ - -121.86103964499995, - 37.228847994000034 - ], - [ - -121.861179484, - 37.22889472900005 - ], - [ - -121.86132228399998, - 37.228935343000046 - ], - [ - -121.86146762099997, - 37.22896971600005 - ], - [ - -121.86161507599996, - 37.22899774800004 - ], - [ - -121.86213032999996, - 37.229053273000034 - ], - [ - -121.86298331899997, - 37.22918725100004 - ], - [ - -121.86329640599996, - 37.229267667000045 - ], - [ - -121.86405253899994, - 37.229553406000036 - ], - [ - -121.86472145099998, - 37.229927332000045 - ], - [ - -121.86529136099995, - 37.23033128900005 - ], - [ - -121.86568260999996, - 37.23052554000003 - ], - [ - -121.86572551899997, - 37.23054684400006 - ], - [ - -121.86590846799999, - 37.230637675000025 - ], - [ - -121.86632590799996, - 37.23088905800006 - ], - [ - -121.86634145999994, - 37.23089842400003 - ], - [ - -121.86635133799996, - 37.23090437400003 - ], - [ - -121.86640325199994, - 37.23093563500004 - ], - [ - -121.86644282199995, - 37.23095946300003 - ], - [ - -121.866563107, - 37.23105805800003 - ], - [ - -121.86656775699998, - 37.231061828000065 - ], - [ - -121.86688211799998, - 37.231470268000066 - ], - [ - -121.86741832299998, - 37.23152151900007 - ], - [ - -121.868340677, - 37.23181968400007 - ], - [ - -121.86844061899995, - 37.23186138800003 - ], - [ - -121.86844063799998, - 37.23186248300004 - ], - [ - -121.868518828, - 37.23190086100004 - ], - [ - -121.868536716, - 37.23190963900004 - ], - [ - -121.868628463, - 37.23196202200006 - ], - [ - -121.86871543399997, - 37.23201937500005 - ], - [ - -121.86879721099996, - 37.23208142200008 - ], - [ - -121.86887339699996, - 37.23214786300008 - ], - [ - -121.86846058999998, - 37.23193932600003 - ], - [ - -121.86845965899994, - 37.231939940000075 - ], - [ - -121.86823181699998, - 37.23204631800007 - ], - [ - -121.86802608599999, - 37.23214238800006 - ], - [ - -121.86788829899996, - 37.23220779300004 - ], - [ - -121.86777313899995, - 37.23226290700006 - ], - [ - -121.86765655099998, - 37.232318220000025 - ], - [ - -121.86753853399995, - 37.23237368900004 - ], - [ - -121.86743098499994, - 37.23241761100007 - ], - [ - -121.86735483599995, - 37.23242694700008 - ], - [ - -121.86727871499994, - 37.23243630500008 - ], - [ - -121.86712069099997, - 37.23245568200008 - ], - [ - -121.86710373899996, - 37.232457760000045 - ], - [ - -121.86692879099996, - 37.232479237000064 - ], - [ - -121.86675381599997, - 37.23250069200003 - ], - [ - -121.86670165899994, - 37.23250709200005 - ], - [ - -121.86632593499996, - 37.23255279500006 - ], - [ - -121.86626949099997, - 37.23255958800007 - ], - [ - -121.86621302099996, - 37.23256640500006 - ], - [ - -121.86615654899998, - 37.23257319800007 - ], - [ - -121.86610062199998, - 37.232583144000046 - ], - [ - -121.86603006999997, - 37.23259799900006 - ], - [ - -121.86595951899994, - 37.232612877000065 - ], - [ - -121.86588893799996, - 37.232627756000056 - ], - [ - -121.86581841399999, - 37.23264261000003 - ], - [ - -121.86574352799994, - 37.23265838400005 - ], - [ - -121.86566869899997, - 37.232674160000045 - ], - [ - -121.86559381199999, - 37.23268991200007 - ], - [ - -121.86551898299996, - 37.23270570900007 - ], - [ - -121.865446094, - 37.23272111700004 - ], - [ - -121.86537320399998, - 37.23273657100003 - ], - [ - -121.865300317, - 37.232752048000066 - ], - [ - -121.86521148599996, - 37.23277084600005 - ], - [ - -121.86520156199998, - 37.23277295400004 - ], - [ - -121.86516913899999, - 37.23277983300005 - ], - [ - -121.86515222699995, - 37.23278339500007 - ], - [ - -121.86512262999997, - 37.23278980500004 - ], - [ - -121.86510292599996, - 37.232794064000075 - ], - [ - -121.86503392199995, - 37.23280901500004 - ], - [ - -121.86500435199997, - 37.23281542600006 - ], - [ - -121.86485671899999, - 37.232848140000044 - ], - [ - -121.864720047, - 37.23287765900005 - ], - [ - -121.86458334799994, - 37.23290715600007 - ], - [ - -121.86444661699994, - 37.232936652000035 - ], - [ - -121.86442102299998, - 37.23294127200006 - ], - [ - -121.86441337599996, - 37.23294264800006 - ], - [ - -121.86439540599997, - 37.23294773300006 - ], - [ - -121.864313026, - 37.23296549500003 - ], - [ - -121.86423067499999, - 37.23298325600007 - ], - [ - -121.86414832399998, - 37.23300104000003 - ], - [ - -121.86406591499997, - 37.233018824000055 - ], - [ - -121.86401512299994, - 37.23303099800006 - ], - [ - -121.86398949099998, - 37.23303978900003 - ], - [ - -121.86396382899994, - 37.233048534000034 - ], - [ - -121.86393816699996, - 37.233057303000066 - ], - [ - -121.86391665699995, - 37.233064512000055 - ], - [ - -121.86389579299998, - 37.233072744000026 - ], - [ - -121.863875523, - 37.23308195200008 - ], - [ - -121.86385554799995, - 37.233090196000035 - ], - [ - -121.86384469799998, - 37.23309336800003 - ], - [ - -121.86377091699995, - 37.23312423600004 - ], - [ - -121.86365515999995, - 37.23317356100006 - ], - [ - -121.86358628, - 37.23320171800003 - ], - [ - -121.86352915699996, - 37.23322460900005 - ], - [ - -121.86351082599998, - 37.23323194100004 - ], - [ - -121.863492496, - 37.23323927400003 - ], - [ - -121.86347416499996, - 37.233246629000064 - ], - [ - -121.86345083199996, - 37.233262213000046 - ], - [ - -121.863406968, - 37.23329644200004 - ], - [ - -121.86336307699997, - 37.23333071600007 - ], - [ - -121.86331921299995, - 37.23336492000004 - ], - [ - -121.86325215, - 37.23341729400005 - ], - [ - -121.86316147999997, - 37.23350331700004 - ], - [ - -121.86316175399998, - 37.23352780600004 - ], - [ - -121.863167794, - 37.233556074000035 - ], - [ - -121.86317481099996, - 37.23368039800005 - ], - [ - -121.86318486999994, - 37.233847583000056 - ], - [ - -121.86319002099998, - 37.23392633100008 - ], - [ - -121.86319503599998, - 37.23400322800006 - ], - [ - -121.86320240299995, - 37.234120086000075 - ], - [ - -121.86322029999997, - 37.234385925000026 - ], - [ - -121.86345900999999, - 37.23444790000008 - ], - [ - -121.86357038399996, - 37.23447684000007 - ], - [ - -121.86378039999994, - 37.23440164900006 - ], - [ - -121.86378557599994, - 37.23439978000005 - ], - [ - -121.864030276, - 37.23431283100007 - ], - [ - -121.86423706, - 37.23423937200005 - ], - [ - -121.86427836099995, - 37.23422167700005 - ], - [ - -121.86431298599996, - 37.23420680700008 - ], - [ - -121.86442654299998, - 37.23416707400003 - ], - [ - -121.86453108999996, - 37.23416697700003 - ], - [ - -121.86480247599997, - 37.234166766000044 - ], - [ - -121.864813218, - 37.23416879100006 - ], - [ - -121.86490439599999, - 37.23418594900005 - ], - [ - -121.86499667599998, - 37.23420236000004 - ], - [ - -121.86511963099997, - 37.23423219400007 - ], - [ - -121.86514881099998, - 37.234240459000034 - ], - [ - -121.86523822299995, - 37.23425663000006 - ], - [ - -121.86537129399994, - 37.23428064600006 - ], - [ - -121.86544504299997, - 37.23429342700007 - ], - [ - -121.86550625799998, - 37.234306470000035 - ], - [ - -121.86557030399996, - 37.23431941100006 - ], - [ - -121.86563486499995, - 37.234330697000075 - ], - [ - -121.865699856, - 37.23434035400004 - ], - [ - -121.86574225699997, - 37.23434533000005 - ], - [ - -121.86576363399996, - 37.234347469000056 - ], - [ - -121.86581292499994, - 37.23435240200007 - ], - [ - -121.86588138399998, - 37.234359202000064 - ], - [ - -121.86604081299998, - 37.23437503500003 - ], - [ - -121.86689921199996, - 37.23445483300003 - ], - [ - -121.86704515599996, - 37.23447059200004 - ], - [ - -121.86737284999998, - 37.23450460200007 - ], - [ - -121.86755823699997, - 37.234523059000026 - ], - [ - -121.86770964099998, - 37.234536717000026 - ], - [ - -121.86777427699997, - 37.23454115800007 - ], - [ - -121.86790033099999, - 37.23455236500007 - ], - [ - -121.86802491999998, - 37.23457128200005 - ], - [ - -121.86814733099999, - 37.234597800000074 - ], - [ - -121.86818773199997, - 37.23460918400008 - ], - [ - -121.86822786, - 37.234621212000036 - ], - [ - -121.86826768299994, - 37.23463386200007 - ], - [ - -121.8683213, - 37.23465090700006 - ], - [ - -121.86837591899996, - 37.23466954100007 - ], - [ - -121.86844137299994, - 37.234692032000055 - ], - [ - -121.86869512199996, - 37.23477927400006 - ], - [ - -121.86869886199997, - 37.234781886000064 - ], - [ - -121.86876478299996, - 37.234809566000024 - ], - [ - -121.86890837699997, - 37.23488761200008 - ], - [ - -121.86910001899997, - 37.23500217700007 - ], - [ - -121.869628606, - 37.235318189000054 - ], - [ - -121.86976675999995, - 37.23540076000006 - ], - [ - -121.86987845699997, - 37.235467527000026 - ], - [ - -121.86995506499994, - 37.235628415000065 - ], - [ - -121.86998126599997, - 37.23568670700007 - ], - [ - -121.87014828899999, - 37.23629668700005 - ], - [ - -121.87022680999996, - 37.236576168000056 - ], - [ - -121.87029443799997, - 37.23687051600007 - ], - [ - -121.870326461, - 37.237005811000074 - ], - [ - -121.87035685299998, - 37.23710360600006 - ], - [ - -121.87029580899997, - 37.23713911200008 - ], - [ - -121.87026136299994, - 37.23715917800007 - ], - [ - -121.87017223199996, - 37.237221109000075 - ], - [ - -121.870171186, - 37.23722189800003 - ], - [ - -121.87008923399998, - 37.237289788000055 - ], - [ - -121.87001392699995, - 37.237364100000036 - ], - [ - -121.868490163, - 37.23742072400006 - ], - [ - -121.86587461, - 37.23748217800005 - ], - [ - -121.86565819099997, - 37.237520664000044 - ], - [ - -121.86534991899998, - 37.237530235000065 - ], - [ - -121.86382885399996, - 37.23753260900003 - ], - [ - -121.86358755499998, - 37.23746116600006 - ], - [ - -121.86314331199998, - 37.23732547700007 - ], - [ - -121.86241925699994, - 37.23915524600005 - ] - ], - [ - [ - -121.75193057099995, - 37.225564130000066 - ], - [ - -121.75193788799999, - 37.22556924200006 - ], - [ - -121.75327253199998, - 37.226501824000024 - ], - [ - -121.75352168799998, - 37.22667591800007 - ], - [ - -121.75350897899995, - 37.226674080000066 - ], - [ - -121.75206304799997, - 37.226464984000074 - ], - [ - -121.75171251999996, - 37.22622987300008 - ], - [ - -121.75152137899994, - 37.22610167200003 - ], - [ - -121.75151894599998, - 37.22610004500007 - ], - [ - -121.75131560099999, - 37.22596451900006 - ], - [ - -121.75121873999996, - 37.22590817100007 - ], - [ - -121.75115031399997, - 37.22585419700005 - ], - [ - -121.75108660999996, - 37.225784814000065 - ], - [ - -121.75109471399998, - 37.225572724000074 - ], - [ - -121.751084543, - 37.225394136000034 - ], - [ - -121.75110328799997, - 37.225263718000065 - ], - [ - -121.75116671999996, - 37.225121768000065 - ], - [ - -121.75123086499997, - 37.22501212800006 - ], - [ - -121.74996006599997, - 37.22425822800005 - ], - [ - -121.74923294699994, - 37.22423756400008 - ], - [ - -121.74916995099994, - 37.22421555300008 - ], - [ - -121.74891972799998, - 37.22412824500003 - ], - [ - -121.74874087199998, - 37.22405164400004 - ], - [ - -121.74845477199995, - 37.22381419800007 - ], - [ - -121.74781132199996, - 37.22328020900005 - ], - [ - -121.74696547899998, - 37.22261330200007 - ], - [ - -121.74693431099996, - 37.22258412900004 - ], - [ - -121.74690336599997, - 37.22255477200008 - ], - [ - -121.74687267799999, - 37.222525251000036 - ], - [ - -121.74684227299997, - 37.22249556700007 - ], - [ - -121.74681209399995, - 37.22246572000006 - ], - [ - -121.74678216899997, - 37.222435665000035 - ], - [ - -121.74675252799994, - 37.22240551400006 - ], - [ - -121.746724745, - 37.222376833000055 - ], - [ - -121.74665505399997, - 37.222308404000046 - ], - [ - -121.74658727699995, - 37.22224144200004 - ], - [ - -121.74650750099994, - 37.222162110000056 - ], - [ - -121.74736019099998, - 37.22185631000008 - ], - [ - -121.74800935599995, - 37.22162349300004 - ], - [ - -121.74813925899997, - 37.22148877600006 - ], - [ - -121.74817779799997, - 37.22112756000007 - ], - [ - -121.74810713999995, - 37.22096163300006 - ], - [ - -121.74795858399995, - 37.220612782000046 - ], - [ - -121.74764014399994, - 37.220242348000056 - ], - [ - -121.74749077299998, - 37.22002461400007 - ], - [ - -121.747332068, - 37.21961608300006 - ], - [ - -121.74730508799996, - 37.21940205800007 - ], - [ - -121.74729621799997, - 37.21933183600004 - ], - [ - -121.74728796999995, - 37.21926623100006 - ], - [ - -121.74728518999996, - 37.21923336900005 - ], - [ - -121.74725043899997, - 37.218822601000056 - ], - [ - -121.74696802299997, - 37.218392521000055 - ], - [ - -121.74695317099997, - 37.21837896900007 - ], - [ - -121.74660978599996, - 37.218065128000035 - ], - [ - -121.74600367799997, - 37.21768669900007 - ], - [ - -121.74566645399995, - 37.217476161000036 - ], - [ - -121.74545710999996, - 37.21728785800008 - ], - [ - -121.74530293199996, - 37.21703339000004 - ], - [ - -121.74528664299999, - 37.216852577000054 - ], - [ - -121.74530208599998, - 37.21680709100008 - ], - [ - -121.74521242299994, - 37.216729902000054 - ], - [ - -121.74532285099997, - 37.21653448700005 - ], - [ - -121.74609782799996, - 37.21559569200008 - ], - [ - -121.746825216, - 37.214881784000056 - ], - [ - -121.74709819199995, - 37.21504844000003 - ], - [ - -121.74774559199994, - 37.21479565900006 - ], - [ - -121.74863245699999, - 37.21468580700008 - ], - [ - -121.74960524999995, - 37.21442597300006 - ], - [ - -121.75029569799995, - 37.21433866700005 - ], - [ - -121.75045191699996, - 37.21431552800004 - ], - [ - -121.75086011399998, - 37.214257100000054 - ], - [ - -121.75111162499996, - 37.214228157000036 - ], - [ - -121.751490806, - 37.21427793700008 - ], - [ - -121.75297674299998, - 37.215324972000076 - ], - [ - -121.75482421799995, - 37.21627428700003 - ], - [ - -121.75514911399995, - 37.21645663000004 - ], - [ - -121.75666751099999, - 37.21724756800006 - ], - [ - -121.75671677599996, - 37.21733643300007 - ], - [ - -121.75672034899998, - 37.21733843800007 - ], - [ - -121.75675666999996, - 37.21740839100005 - ], - [ - -121.75680279599999, - 37.217491593000034 - ], - [ - -121.75730891199998, - 37.21774006900006 - ], - [ - -121.75789961199996, - 37.21756605500008 - ], - [ - -121.7581782399999, - 37.217715250000026 - ], - [ - -121.75841416199995, - 37.21784158200006 - ], - [ - -121.75840205599997, - 37.21784829500007 - ], - [ - -121.75716283899999, - 37.21853547400008 - ], - [ - -121.75635955699994, - 37.21971550400008 - ], - [ - -121.75565303399998, - 37.22071726400003 - ], - [ - -121.75506511099996, - 37.22148282400008 - ], - [ - -121.75423287499996, - 37.22256648300004 - ], - [ - -121.75193057099995, - 37.225564130000066 - ] - ], - [ - [ - -121.73896864999995, - 37.215061168000034 - ], - [ - -121.73916979199998, - 37.21523416500003 - ], - [ - -121.739238603, - 37.215293452000026 - ], - [ - -121.73934965799998, - 37.21538914400003 - ], - [ - -121.73962980799996, - 37.21563052000005 - ], - [ - -121.74063986599998, - 37.21650084700008 - ], - [ - -121.74240774099997, - 37.218023139000024 - ], - [ - -121.74243468599997, - 37.21804633700003 - ], - [ - -121.74215620499996, - 37.21822737200006 - ], - [ - -121.74206792999996, - 37.21814925000007 - ], - [ - -121.74168139699998, - 37.217877970000075 - ], - [ - -121.74103698, - 37.21758866500005 - ], - [ - -121.74088268199995, - 37.21751588800004 - ], - [ - -121.74070196199995, - 37.217430688000036 - ], - [ - -121.74066330399995, - 37.21739495500003 - ], - [ - -121.74065176899995, - 37.21738459300008 - ], - [ - -121.74060076499995, - 37.21733779900006 - ], - [ - -121.74047704999998, - 37.217428795000046 - ], - [ - -121.74036180399997, - 37.21751356000004 - ], - [ - -121.74013098699999, - 37.217669525000076 - ], - [ - -121.73986444899998, - 37.217849605000026 - ], - [ - -121.73934322999997, - 37.21739303700008 - ], - [ - -121.73932746599996, - 37.21740364100003 - ], - [ - -121.73923042599995, - 37.21731112000003 - ], - [ - -121.73911281099998, - 37.21727233200005 - ], - [ - -121.73804657699998, - 37.216334421000056 - ], - [ - -121.73793362899994, - 37.216235039000026 - ], - [ - -121.73788643499995, - 37.216193513000064 - ], - [ - -121.73786093099994, - 37.21617084900004 - ], - [ - -121.737708995, - 37.21628214100008 - ], - [ - -121.73751918799996, - 37.21611263900007 - ], - [ - -121.737397763, - 37.21600416900003 - ], - [ - -121.73723198099998, - 37.215856134000035 - ], - [ - -121.73697605499996, - 37.21562552900008 - ], - [ - -121.73766639499996, - 37.21513048000003 - ], - [ - -121.73780007499994, - 37.21503706300007 - ], - [ - -121.73795900099998, - 37.21492600400006 - ], - [ - -121.73794359199997, - 37.21491161000006 - ], - [ - -121.73735545399995, - 37.214362582000035 - ], - [ - -121.73757863699996, - 37.214195120000056 - ], - [ - -121.73778414699996, - 37.214042472000074 - ], - [ - -121.73841174199998, - 37.21458222200005 - ], - [ - -121.738476978, - 37.21463832000006 - ], - [ - -121.73884464999998, - 37.21495453500006 - ], - [ - -121.73896864999995, - 37.215061168000034 - ] - ], - [ - [ - -121.81955535099996, - 37.366269714000055 - ], - [ - -121.81934732599996, - 37.36607843200005 - ], - [ - -121.81947818599997, - 37.365989339000066 - ], - [ - -121.81980982399995, - 37.36629965000003 - ], - [ - -121.81967890599998, - 37.366388768000036 - ], - [ - -121.81955535099996, - 37.366269714000055 - ] - ], - [ - [ - -121.81965129399998, - 37.36595571200007 - ], - [ - -121.81959867699999, - 37.36590734300006 - ], - [ - -121.81974914499995, - 37.36580488900006 - ], - [ - -121.81988341599998, - 37.36571891600005 - ], - [ - -121.82021164199995, - 37.36602610500006 - ], - [ - -121.82008072699995, - 37.36611524600005 - ], - [ - -121.81993025599996, - 37.366217677000066 - ], - [ - -121.81965129399998, - 37.36595571200007 - ] - ], - [ - [ - -121.83302497799997, - 37.40357049200003 - ], - [ - -121.83332976699995, - 37.40342204700005 - ], - [ - -121.83353772099997, - 37.403301138000074 - ], - [ - -121.83375932399997, - 37.403215095000064 - ], - [ - -121.83412266499994, - 37.403048768000076 - ], - [ - -121.83462734299997, - 37.40282312700003 - ], - [ - -121.83508818399997, - 37.402613823000024 - ], - [ - -121.83556173299996, - 37.40237736200004 - ], - [ - -121.83619618199998, - 37.40209276200005 - ], - [ - -121.83629120299997, - 37.40204752600005 - ], - [ - -121.83683533399994, - 37.40178578800004 - ], - [ - -121.83704817899996, - 37.40168534900005 - ], - [ - -121.83705008399994, - 37.40168447900004 - ], - [ - -121.83709850699995, - 37.401663144000054 - ], - [ - -121.83727756699994, - 37.401579662000074 - ], - [ - -121.83738951099997, - 37.401529356000026 - ], - [ - -121.83742044, - 37.40151655300008 - ], - [ - -121.83745592799994, - 37.40150181800004 - ], - [ - -121.83763287, - 37.401417055000024 - ], - [ - -121.83764007099995, - 37.40141388300003 - ], - [ - -121.83775603499998, - 37.401375022000025 - ], - [ - -121.83779661699998, - 37.40135805500006 - ], - [ - -121.83781997999995, - 37.40134570400005 - ], - [ - -121.837862342, - 37.40132082000008 - ], - [ - -121.83798621499994, - 37.40126543300005 - ], - [ - -121.83799730199996, - 37.40126127900004 - ], - [ - -121.83808673699997, - 37.40122951800004 - ], - [ - -121.83809617399999, - 37.40122615900003 - ], - [ - -121.83818078499996, - 37.40118616800004 - ], - [ - -121.83835811699998, - 37.40110075800004 - ], - [ - -121.83858133399997, - 37.40099658100007 - ], - [ - -121.83862734099995, - 37.40097497600004 - ], - [ - -121.83874386899998, - 37.401118032000056 - ], - [ - -121.83922148499994, - 37.401651652000055 - ], - [ - -121.83957253899996, - 37.40210959900003 - ], - [ - -121.83975697799997, - 37.402365893000024 - ], - [ - -121.84012563399995, - 37.40286889200007 - ], - [ - -121.83970795199997, - 37.40307298300007 - ], - [ - -121.83961895999994, - 37.403113622000035 - ], - [ - -121.83940409299998, - 37.403210106000074 - ], - [ - -121.83936709099999, - 37.40322671100006 - ], - [ - -121.83923774699997, - 37.403284291000034 - ], - [ - -121.83929337499995, - 37.40336228100006 - ], - [ - -121.83931706799996, - 37.403395498000066 - ], - [ - -121.83957221299994, - 37.40375279700004 - ], - [ - -121.83960335299997, - 37.40379643500006 - ], - [ - -121.839857801, - 37.40414190700005 - ], - [ - -121.84001426199995, - 37.40437054900008 - ], - [ - -121.84017717299997, - 37.40459556800005 - ], - [ - -121.84028255199996, - 37.40473886500007 - ], - [ - -121.840512064, - 37.40506143500005 - ], - [ - -121.84060428099997, - 37.40518913500006 - ], - [ - -121.84067056999999, - 37.40528547400004 - ], - [ - -121.84069581699998, - 37.40532213000006 - ], - [ - -121.84083431399995, - 37.40551355100007 - ], - [ - -121.84091051999997, - 37.40563159100003 - ], - [ - -121.84138575399999, - 37.40541209500003 - ], - [ - -121.84172604399998, - 37.405825022000045 - ], - [ - -121.84170239599996, - 37.40583591400008 - ], - [ - -121.84141894699997, - 37.40596914400004 - ], - [ - -121.841151218, - 37.40609425200006 - ], - [ - -121.84089541999998, - 37.40621734600006 - ], - [ - -121.84048749099998, - 37.406395031000045 - ], - [ - -121.84021116399998, - 37.40651918300006 - ], - [ - -121.83986098999998, - 37.40668244700004 - ], - [ - -121.83943372699997, - 37.40687989700007 - ], - [ - -121.83950010799998, - 37.40700686200006 - ], - [ - -121.83975227699995, - 37.40751251900008 - ], - [ - -121.83982784399996, - 37.40764773400008 - ], - [ - -121.83987212399995, - 37.407740801000045 - ], - [ - -121.84017282499997, - 37.40838417800006 - ], - [ - -121.83938401599994, - 37.408353634000036 - ], - [ - -121.83894486099996, - 37.40803265400007 - ], - [ - -121.83828223699999, - 37.40750812600004 - ], - [ - -121.83821653799998, - 37.407460739000044 - ], - [ - -121.83820410099997, - 37.40747287500005 - ], - [ - -121.83819105599997, - 37.407484606000025 - ], - [ - -121.83816218099997, - 37.407504964000054 - ], - [ - -121.83813131999995, - 37.40752333000006 - ], - [ - -121.83809855499999, - 37.40753958800008 - ], - [ - -121.83806431699998, - 37.407553621000034 - ], - [ - -121.83802868799995, - 37.40756528900005 - ], - [ - -121.837991983, - 37.407574612000076 - ], - [ - -121.83795440199998, - 37.407581426000036 - ], - [ - -121.83791625799995, - 37.40758572900006 - ], - [ - -121.83787778199996, - 37.407587497000065 - ], - [ - -121.83783928999998, - 37.40758667700004 - ], - [ - -121.83779327499997, - 37.40758575900003 - ], - [ - -121.83774730199997, - 37.40758378800007 - ], - [ - -121.83770142399999, - 37.40758078600004 - ], - [ - -121.83754147599996, - 37.40756109400007 - ], - [ - -121.83736848199999, - 37.407537201000025 - ], - [ - -121.83719154999994, - 37.40751449800007 - ], - [ - -121.837102373, - 37.407506633000025 - ], - [ - -121.83701265399998, - 37.407503879000046 - ], - [ - -121.83692297099998, - 37.40750627400007 - ], - [ - -121.83680532199998, - 37.407512422000025 - ], - [ - -121.83670330499996, - 37.40751504900004 - ], - [ - -121.83666577699995, - 37.40751527100008 - ], - [ - -121.83662834599994, - 37.40751290400004 - ], - [ - -121.83659132799994, - 37.407507947000056 - ], - [ - -121.83655501199996, - 37.407500464000066 - ], - [ - -121.836519625, - 37.40749047500003 - ], - [ - -121.83648542999998, - 37.407478093000066 - ], - [ - -121.83638229899998, - 37.407434565000074 - ], - [ - -121.83626610399995, - 37.40737935100003 - ], - [ - -121.83611709499996, - 37.40730539800006 - ], - [ - -121.83601550099996, - 37.40725631300006 - ], - [ - -121.83591685799996, - 37.40720866000004 - ], - [ - -121.83579044399994, - 37.40715305900005 - ], - [ - -121.835755528, - 37.40713576200005 - ], - [ - -121.835718908, - 37.407120865000024 - ], - [ - -121.83568083899996, - 37.407108504000064 - ], - [ - -121.83564161299995, - 37.40709874300006 - ], - [ - -121.83560145699994, - 37.407091646000026 - ], - [ - -121.83556071999999, - 37.40708728000004 - ], - [ - -121.83551971699995, - 37.40708566400008 - ], - [ - -121.83547859099997, - 37.40708681900003 - ], - [ - -121.83543777199998, - 37.40709074000006 - ], - [ - -121.83540474699998, - 37.407098853000036 - ], - [ - -121.83537270999994, - 37.40710919600008 - ], - [ - -121.83534191399997, - 37.40712170200004 - ], - [ - -121.83531256299995, - 37.40713627300005 - ], - [ - -121.83528488199994, - 37.40715277000004 - ], - [ - -121.83525907099994, - 37.40717112400006 - ], - [ - -121.83523535399996, - 37.40719117200007 - ], - [ - -121.83521384799997, - 37.40721274800006 - ], - [ - -121.835194748, - 37.40723576500005 - ], - [ - -121.83517822299996, - 37.40725996400005 - ], - [ - -121.83516432799996, - 37.407285209000065 - ], - [ - -121.835138686, - 37.40733558200003 - ], - [ - -121.83510639599996, - 37.40741361400006 - ], - [ - -121.83509487999999, - 37.40744116600007 - ], - [ - -121.83501742799996, - 37.407435158000055 - ], - [ - -121.83468215899995, - 37.407327090000024 - ], - [ - -121.83462971699998, - 37.40730999300007 - ], - [ - -121.83460141299997, - 37.40728845500007 - ], - [ - -121.83459750099996, - 37.40724308700004 - ], - [ - -121.83466853899995, - 37.40708374600007 - ], - [ - -121.83493791199999, - 37.40650420900005 - ], - [ - -121.83520620699994, - 37.40665884100008 - ], - [ - -121.83554394799995, - 37.40685067900006 - ], - [ - -121.83559285099994, - 37.40705166400005 - ], - [ - -121.83565684699994, - 37.40706338800004 - ], - [ - -121.83571931699998, - 37.40707959100007 - ], - [ - -121.83577976699996, - 37.40710007600006 - ], - [ - -121.83618730199998, - 37.40729223900007 - ], - [ - -121.83606158299995, - 37.407023964000075 - ], - [ - -121.83592233399997, - 37.40671777700004 - ], - [ - -121.83585223399996, - 37.40654122800004 - ], - [ - -121.835808666, - 37.406378705000066 - ], - [ - -121.8357883, - 37.406316494000066 - ], - [ - -121.83578175499997, - 37.40630194200003 - ], - [ - -121.83565485599996, - 37.40601875600004 - ], - [ - -121.83578092099998, - 37.406001985000046 - ], - [ - -121.836165817, - 37.40595406500006 - ], - [ - -121.83661352299998, - 37.40590618500005 - ], - [ - -121.83666403299998, - 37.40590036800006 - ], - [ - -121.836995587, - 37.40586202600008 - ], - [ - -121.83719542299997, - 37.40583894100007 - ], - [ - -121.83770561699998, - 37.40577166600008 - ], - [ - -121.83811419799997, - 37.405721318000076 - ], - [ - -121.83816253199996, - 37.40570621000006 - ], - [ - -121.83836246499999, - 37.405643707000024 - ], - [ - -121.838592797, - 37.40557392000005 - ], - [ - -121.83866242799996, - 37.405549646000054 - ], - [ - -121.83861352899999, - 37.405496363000054 - ], - [ - -121.83859102799994, - 37.405473639000036 - ], - [ - -121.83856810199995, - 37.40545119400008 - ], - [ - -121.838544749, - 37.405429051000056 - ], - [ - -121.83848842699996, - 37.40537315700004 - ], - [ - -121.83843228099994, - 37.405317557000046 - ], - [ - -121.83837680199997, - 37.40526222700004 - ], - [ - -121.83832343999995, - 37.405206527000075 - ], - [ - -121.83827177999996, - 37.40514989300004 - ], - [ - -121.83822177099995, - 37.405092369000045 - ], - [ - -121.83820645999998, - 37.40507402000003 - ], - [ - -121.83819153699994, - 37.40505613700003 - ], - [ - -121.83815762799998, - 37.405014728000026 - ], - [ - -121.83812866599999, - 37.40497099600003 - ], - [ - -121.83811802599996, - 37.40495049400005 - ], - [ - -121.838116808, - 37.40494814900006 - ], - [ - -121.83806239199998, - 37.40496010100003 - ], - [ - -121.83742112299996, - 37.405090925000025 - ], - [ - -121.83712220899997, - 37.40514272100006 - ], - [ - -121.83696897599998, - 37.40516928100004 - ], - [ - -121.83677415399995, - 37.40520304200004 - ], - [ - -121.83629822499995, - 37.40527537100007 - ], - [ - -121.836186248, - 37.404819176000046 - ], - [ - -121.83640819099998, - 37.40457095200003 - ], - [ - -121.83639909399994, - 37.40457085000003 - ], - [ - -121.83638998999999, - 37.40457042700007 - ], - [ - -121.83638096799996, - 37.40456966000005 - ], - [ - -121.83637190999997, - 37.40456855000008 - ], - [ - -121.83636301799999, - 37.40456714100003 - ], - [ - -121.83635414899999, - 37.40456538800004 - ], - [ - -121.83634544599994, - 37.40456331200005 - ], - [ - -121.83633679599996, - 37.40456089400004 - ], - [ - -121.83632836799995, - 37.40455819600004 - ], - [ - -121.83632005099997, - 37.40455515600007 - ], - [ - -121.83631681499998, - 37.40455391000006 - ], - [ - -121.83631363499995, - 37.40455259700008 - ], - [ - -121.83631045399994, - 37.40455123700008 - ], - [ - -121.83624781499998, - 37.40452539700004 - ], - [ - -121.836222035, - 37.40451335400007 - ], - [ - -121.83619760199997, - 37.40449962400004 - ], - [ - -121.83617471599996, - 37.40448429700007 - ], - [ - -121.83615355599994, - 37.404467485000055 - ], - [ - -121.83568152699996, - 37.404606742000055 - ], - [ - -121.83541931299999, - 37.404660198000045 - ], - [ - -121.83520064299995, - 37.40466653300007 - ], - [ - -121.83513767899996, - 37.40468350100008 - ], - [ - -121.83505289099998, - 37.40476531200005 - ], - [ - -121.83497598799994, - 37.404787406000025 - ], - [ - -121.83486085899995, - 37.40472730400006 - ], - [ - -121.83480001399994, - 37.40478261000004 - ], - [ - -121.834809996, - 37.40494606500005 - ], - [ - -121.83459665499998, - 37.40496964300007 - ], - [ - -121.83459285199996, - 37.40499923500005 - ], - [ - -121.834571843, - 37.40516265400004 - ], - [ - -121.83433930399997, - 37.40541413100004 - ], - [ - -121.83397205799997, - 37.405566426000064 - ], - [ - -121.83376782299996, - 37.40525987800004 - ], - [ - -121.83334027599994, - 37.404612937000024 - ], - [ - -121.83328563099997, - 37.404604059000064 - ], - [ - -121.83323247799996, - 37.40450530000004 - ], - [ - -121.83321500599999, - 37.404498974000035 - ], - [ - -121.83319825999996, - 37.40449149600005 - ], - [ - -121.83318235399997, - 37.40448293400004 - ], - [ - -121.83316737799998, - 37.40447335300007 - ], - [ - -121.83315347399997, - 37.40446280000003 - ], - [ - -121.83314073199995, - 37.40445138500007 - ], - [ - -121.83312920599997, - 37.404439110000055 - ], - [ - -121.83311901899998, - 37.404426132000026 - ], - [ - -121.83291091499996, - 37.404148329000066 - ], - [ - -121.83323334599999, - 37.40398677400003 - ], - [ - -121.83326997199998, - 37.40397780300003 - ], - [ - -121.83330656499999, - 37.40396884300003 - ], - [ - -121.83302497799997, - 37.40357049200003 - ] - ], - [ - [ - -121.84255438799994, - 37.409971391000056 - ], - [ - -121.84352425799995, - 37.409946553000054 - ], - [ - -121.84383018099999, - 37.40962165800005 - ], - [ - -121.84387565499998, - 37.40964047800003 - ], - [ - -121.844015303, - 37.40969722400007 - ], - [ - -121.84411428299995, - 37.40972822700007 - ], - [ - -121.84417666999997, - 37.40973964300008 - ], - [ - -121.84420029899997, - 37.409741937000035 - ], - [ - -121.84421967099996, - 37.40974379700003 - ], - [ - -121.84427629599998, - 37.40974742900005 - ], - [ - -121.84455328099995, - 37.40975032000006 - ], - [ - -121.84466938799994, - 37.40975716100007 - ], - [ - -121.84485345999997, - 37.40976796000007 - ], - [ - -121.84497069199995, - 37.409768746000054 - ], - [ - -121.84501952999995, - 37.40977354100005 - ], - [ - -121.84506676899997, - 37.409775472000035 - ], - [ - -121.84524211999997, - 37.40979916600003 - ], - [ - -121.84528037899997, - 37.40980071200005 - ], - [ - -121.84535775799998, - 37.40980383800007 - ], - [ - -121.84559955599997, - 37.40981262400004 - ], - [ - -121.84578458199996, - 37.41034918300005 - ], - [ - -121.845922353, - 37.41050540300006 - ], - [ - -121.84600697499997, - 37.410604093000074 - ], - [ - -121.84643949999997, - 37.411138820000076 - ], - [ - -121.84645916599999, - 37.41116320000003 - ], - [ - -121.84650044099999, - 37.41121953100003 - ], - [ - -121.84641980999999, - 37.41123396800003 - ], - [ - -121.846119166, - 37.41129269600003 - ], - [ - -121.84605230399995, - 37.411303718000056 - ], - [ - -121.84598705199994, - 37.41131975700006 - ], - [ - -121.84592404199998, - 37.411340737000046 - ], - [ - -121.84586381399998, - 37.411366402000056 - ], - [ - -121.845815486, - 37.411399549000066 - ], - [ - -121.84577132499999, - 37.41143624400007 - ], - [ - -121.84573172599994, - 37.41147606900006 - ], - [ - -121.84569705599995, - 37.41151872000006 - ], - [ - -121.84566762499998, - 37.411563830000034 - ], - [ - -121.84565418499994, - 37.411598250000054 - ], - [ - -121.84564443199997, - 37.411633452000046 - ], - [ - -121.84563850399996, - 37.411669181000036 - ], - [ - -121.84563633999994, - 37.41170518800004 - ], - [ - -121.84563799399996, - 37.41174119800007 - ], - [ - -121.84564345999996, - 37.411777003000054 - ], - [ - -121.84565109299996, - 37.411827936000066 - ], - [ - -121.84565998799997, - 37.41187880900003 - ], - [ - -121.84567016999995, - 37.411929462000046 - ], - [ - -121.84569048599997, - 37.412039305000064 - ], - [ - -121.84570950399996, - 37.412145476000035 - ], - [ - -121.84571829499998, - 37.41220495700003 - ], - [ - -121.84572925499998, - 37.41231310000006 - ], - [ - -121.84574225799997, - 37.41240560600005 - ], - [ - -121.84575206899996, - 37.41244527600003 - ], - [ - -121.84576608499998, - 37.41248414100005 - ], - [ - -121.84578421299994, - 37.412521930000025 - ], - [ - -121.84580627799994, - 37.412558370000056 - ], - [ - -121.84584106699998, - 37.41259560000003 - ], - [ - -121.84575498199996, - 37.41261483100004 - ], - [ - -121.84502681899994, - 37.41278654400003 - ], - [ - -121.844900484, - 37.41282232700007 - ], - [ - -121.84480473299999, - 37.41284507800003 - ], - [ - -121.84442356899996, - 37.41291857300007 - ], - [ - -121.84366518599995, - 37.41309852100005 - ], - [ - -121.84357963399998, - 37.41309959200004 - ], - [ - -121.84349332999994, - 37.41310683000006 - ], - [ - -121.843407314, - 37.413120312000046 - ], - [ - -121.84332264099999, - 37.41314002800004 - ], - [ - -121.84324040399997, - 37.41316587400007 - ], - [ - -121.84316154299995, - 37.413197471000046 - ], - [ - -121.84308710799996, - 37.41323437500006 - ], - [ - -121.84301778099996, - 37.41327600400007 - ], - [ - -121.84295168299997, - 37.41332485100003 - ], - [ - -121.84250067599999, - 37.412612152000065 - ], - [ - -121.84096395599994, - 37.41022275700004 - ], - [ - -121.84111895599995, - 37.41024137900007 - ], - [ - -121.84113304399995, - 37.41024130900007 - ], - [ - -121.84255438799994, - 37.409971391000056 - ] - ], - [ - [ - -121.84314869599996, - 37.415378006000026 - ], - [ - -121.843214763, - 37.415360838000026 - ], - [ - -121.84327626399994, - 37.41533394800007 - ], - [ - -121.843331703, - 37.41529707900003 - ], - [ - -121.84337740599995, - 37.415251830000045 - ], - [ - -121.84341083799995, - 37.415200793000054 - ], - [ - -121.84343070699998, - 37.41514716300003 - ], - [ - -121.84343741199996, - 37.415094028000055 - ], - [ - -121.84343266399998, - 37.415043886000035 - ], - [ - -121.84339840499996, - 37.41479702500004 - ], - [ - -121.84339047399999, - 37.414730990000066 - ], - [ - -121.84337869799998, - 37.41466511100003 - ], - [ - -121.84336317099996, - 37.414599527000064 - ], - [ - -121.84334389299994, - 37.41453448900006 - ], - [ - -121.84332089599997, - 37.41447015800003 - ], - [ - -121.84329424499998, - 37.414406808000024 - ], - [ - -121.84326402599999, - 37.414344551000056 - ], - [ - -121.84323041699997, - 37.41428363800003 - ], - [ - -121.84319350499999, - 37.41422420400005 - ], - [ - -121.843112825, - 37.414092598000025 - ], - [ - -121.84303718799998, - 37.413959125000076 - ], - [ - -121.84296663099997, - 37.41382387700003 - ], - [ - -121.84295033099994, - 37.41377920100007 - ], - [ - -121.84293877899995, - 37.41373362200005 - ], - [ - -121.84293197799997, - 37.41368741700006 - ], - [ - -121.84293005099994, - 37.41364092800006 - ], - [ - -121.84293297599999, - 37.413594497000076 - ], - [ - -121.84294072499995, - 37.413548355000046 - ], - [ - -121.84295325099998, - 37.41350291400005 - ], - [ - -121.84297047399997, - 37.413458494000054 - ], - [ - -121.84297532999994, - 37.413447725000026 - ], - [ - -121.84298125499998, - 37.41343733400004 - ], - [ - -121.84298824999996, - 37.413427366000064 - ], - [ - -121.84299625699998, - 37.41341789000006 - ], - [ - -121.84300522399997, - 37.41340899800008 - ], - [ - -121.84301505999997, - 37.41340071400003 - ], - [ - -121.84302582899994, - 37.41339312800005 - ], - [ - -121.843037241, - 37.41338622200004 - ], - [ - -121.84343398299995, - 37.414005831000054 - ], - [ - -121.84363093999997, - 37.41431423200004 - ], - [ - -121.84395078299997, - 37.41481418400008 - ], - [ - -121.84431356399995, - 37.415381214000035 - ], - [ - -121.84431879099998, - 37.415389394000044 - ], - [ - -121.84449308899997, - 37.41533642100006 - ], - [ - -121.84489382699996, - 37.415214588000026 - ], - [ - -121.84491743099994, - 37.41520742700004 - ], - [ - -121.84519711499996, - 37.41518375800007 - ], - [ - -121.84522975699997, - 37.41515424500005 - ], - [ - -121.845507463, - 37.41491740400005 - ], - [ - -121.84568110299995, - 37.41491234500006 - ], - [ - -121.84587203599995, - 37.41490674500005 - ], - [ - -121.84611465399996, - 37.414899658000024 - ], - [ - -121.84638432699995, - 37.41467904500007 - ], - [ - -121.84658372499996, - 37.414668653000035 - ], - [ - -121.84685499899996, - 37.414654529000074 - ], - [ - -121.84705385299998, - 37.41464418900006 - ], - [ - -121.84709900799999, - 37.41464183900007 - ], - [ - -121.84720852599997, - 37.41463611800003 - ], - [ - -121.84721260299995, - 37.41463630000004 - ], - [ - -121.84732419299996, - 37.41464035200005 - ], - [ - -121.84748241499994, - 37.41464608900003 - ], - [ - -121.84758757099996, - 37.414649894000036 - ], - [ - -121.84763666099997, - 37.414655647000075 - ], - [ - -121.84772379499998, - 37.414665840000055 - ], - [ - -121.84788009199997, - 37.41468409400005 - ], - [ - -121.84790140099994, - 37.41468657400003 - ], - [ - -121.84807182199995, - 37.41479737000003 - ], - [ - -121.84820106399997, - 37.414752372000066 - ], - [ - -121.84828268899997, - 37.41474186600004 - ], - [ - -121.84839425599995, - 37.41479870000006 - ], - [ - -121.84855388799997, - 37.41481574800008 - ], - [ - -121.84868174699994, - 37.414897574000065 - ], - [ - -121.84877927099996, - 37.41499513100007 - ], - [ - -121.849029412, - 37.41510889800003 - ], - [ - -121.84922485799996, - 37.41511010800008 - ], - [ - -121.84950017399996, - 37.41502266300006 - ], - [ - -121.84969382799994, - 37.41497861500005 - ], - [ - -121.84998024099997, - 37.41504467500005 - ], - [ - -121.850012188, - 37.41505779000005 - ], - [ - -121.85009857499995, - 37.41509319000005 - ], - [ - -121.85044184699996, - 37.41517720300004 - ], - [ - -121.85055711499996, - 37.41527038700008 - ], - [ - -121.85067005499997, - 37.41536174400005 - ], - [ - -121.85089508699997, - 37.41543104900006 - ], - [ - -121.851033869, - 37.415473949000045 - ], - [ - -121.85106292899997, - 37.41548293100004 - ], - [ - -121.85109198999999, - 37.41549191100006 - ], - [ - -121.85112429599997, - 37.415477302000056 - ], - [ - -121.85143771699995, - 37.41533573700008 - ], - [ - -121.85194422999996, - 37.41510029700004 - ], - [ - -121.85211730999998, - 37.41501839500006 - ], - [ - -121.85218583899996, - 37.41498686500006 - ], - [ - -121.85220229699996, - 37.41501134900005 - ], - [ - -121.85223460799995, - 37.415055589000076 - ], - [ - -121.85227751199994, - 37.415114309000046 - ], - [ - -121.85236167299996, - 37.41522643600007 - ], - [ - -121.85240961299996, - 37.415293865000024 - ], - [ - -121.852458749, - 37.41536073100008 - ], - [ - -121.85250907999995, - 37.41542703500005 - ], - [ - -121.85255044699994, - 37.41548325500003 - ], - [ - -121.85259137499997, - 37.41554058000003 - ], - [ - -121.85263085699995, - 37.41559725700006 - ], - [ - -121.85264429399996, - 37.41561669600003 - ], - [ - -121.85267028699997, - 37.41565432400006 - ], - [ - -121.85268153799996, - 37.41567026300004 - ], - [ - -121.85272463399997, - 37.41573163600003 - ], - [ - -121.85276726999996, - 37.41579301400003 - ], - [ - -121.85280956999998, - 37.41585474100003 - ], - [ - -121.85285135699996, - 37.415916655000046 - ], - [ - -121.85289969999997, - 37.415987262000044 - ], - [ - -121.852977018, - 37.41610017700003 - ], - [ - -121.85297921299997, - 37.41610399700005 - ], - [ - -121.85308172599997, - 37.41625320000003 - ], - [ - -121.85320162, - 37.41639389200003 - ], - [ - -121.853337867, - 37.41652478200007 - ], - [ - -121.85345286899997, - 37.41660931500007 - ], - [ - -121.85357495499994, - 37.416687241000034 - ], - [ - -121.85370357299996, - 37.41675815600007 - ], - [ - -121.85376872699999, - 37.416793548000044 - ], - [ - -121.85383393799998, - 37.41682893800004 - ], - [ - -121.85389923599996, - 37.41686432700004 - ], - [ - -121.85396540799997, - 37.416898882000055 - ], - [ - -121.85403332299995, - 37.416934608000076 - ], - [ - -121.85409761099999, - 37.41697440200005 - ], - [ - -121.85415786299995, - 37.417018066000026 - ], - [ - -121.85421340399995, - 37.41707881600007 - ], - [ - -121.854250606, - 37.41712357000006 - ], - [ - -121.85429696699998, - 37.41718128900004 - ], - [ - -121.85434111099994, - 37.41724017800004 - ], - [ - -121.85435014599994, - 37.41725252600003 - ], - [ - -121.85440401299996, - 37.41732689000003 - ], - [ - -121.85445830299994, - 37.41740097400003 - ], - [ - -121.85451308199998, - 37.41747496100004 - ], - [ - -121.85456831399995, - 37.41754862400006 - ], - [ - -121.85456901899994, - 37.417549578000035 - ], - [ - -121.85467431099994, - 37.41769343500005 - ], - [ - -121.85477942699998, - 37.417837044000066 - ], - [ - -121.85479178699995, - 37.417853955000055 - ], - [ - -121.85484215899999, - 37.41792233800004 - ], - [ - -121.85489213599999, - 37.41799114000003 - ], - [ - -121.85493171399997, - 37.41805289700005 - ], - [ - -121.854973853, - 37.418113593000044 - ], - [ - -121.85501849899998, - 37.41817311800003 - ], - [ - -121.85504871299997, - 37.418212390000065 - ], - [ - -121.85507796, - 37.41825215500006 - ], - [ - -121.85510621099996, - 37.418292343000076 - ], - [ - -121.85518651299998, - 37.41840634500005 - ], - [ - -121.85523572799997, - 37.41847581800005 - ], - [ - -121.85527199399996, - 37.418524268000056 - ], - [ - -121.85531940899995, - 37.41858941300006 - ], - [ - -121.85535189599995, - 37.41863365000006 - ], - [ - -121.85538856099998, - 37.41868362900004 - ], - [ - -121.85543778899995, - 37.41875063100008 - ], - [ - -121.8554961899999, - 37.41883267800006 - ], - [ - -121.85553473799996, - 37.41889002900007 - ], - [ - -121.85545126999995, - 37.418924024000034 - ], - [ - -121.85544305599996, - 37.418928375000064 - ], - [ - -121.85510866599998, - 37.41910569500004 - ], - [ - -121.85508513099995, - 37.41911816700008 - ], - [ - -121.85477683399995, - 37.41928161100003 - ], - [ - -121.85466944499996, - 37.41933854200005 - ], - [ - -121.85056094699996, - 37.421573962000025 - ], - [ - -121.85054733099997, - 37.421581192000076 - ], - [ - -121.85047447299996, - 37.42161979900004 - ], - [ - -121.85041297599997, - 37.421556691000035 - ], - [ - -121.85035855399997, - 37.42148958700005 - ], - [ - -121.85035796399995, - 37.421488701000044 - ], - [ - -121.85031155699994, - 37.421418964000054 - ], - [ - -121.85031108199996, - 37.421418077000055 - ], - [ - -121.8502724, - 37.42134538900007 - ], - [ - -121.85024134999998, - 37.42126938800004 - ], - [ - -121.85023123599996, - 37.42123855800003 - ], - [ - -121.85022246499994, - 37.42120743700008 - ], - [ - -121.85021503899998, - 37.42117611800006 - ], - [ - -121.85021472399995, - 37.42117456600005 - ], - [ - -121.85020319499995, - 37.42110362600005 - ], - [ - -121.85019851599998, - 37.42103217300007 - ], - [ - -121.85020075199998, - 37.42096066300007 - ], - [ - -121.85020988399998, - 37.42088950900006 - ], - [ - -121.85021520299995, - 37.42087745400005 - ], - [ - -121.85022549699994, - 37.42084835600008 - ], - [ - -121.850232689, - 37.42081920500004 - ], - [ - -121.85023686199997, - 37.42078965200005 - ], - [ - -121.85023793099998, - 37.420759952000026 - ], - [ - -121.85023759699999, - 37.420752562000075 - ], - [ - -121.85023691199996, - 37.42074007300005 - ], - [ - -121.850234603, - 37.42072034600005 - ], - [ - -121.85022967699996, - 37.42069554500006 - ], - [ - -121.85022933999994, - 37.42069435700006 - ], - [ - -121.85022267, - 37.42067147600005 - ], - [ - -121.85021357499994, - 37.42064784400003 - ], - [ - -121.85019912399997, - 37.42061836800008 - ], - [ - -121.85018150599996, - 37.42059002800005 - ], - [ - -121.850160841, - 37.420563006000066 - ], - [ - -121.85013730699995, - 37.42053754800003 - ], - [ - -121.85011101999999, - 37.42051381600004 - ], - [ - -121.85008224299997, - 37.42049203600004 - ], - [ - -121.85005120799997, - 37.42047234200004 - ], - [ - -121.85001809, - 37.420454892000066 - ], - [ - -121.84998320499994, - 37.42043984400004 - ], - [ - -121.84994679, - 37.420427260000054 - ], - [ - -121.84990912799998, - 37.42041730300008 - ], - [ - -121.84987051099995, - 37.42041000900008 - ], - [ - -121.84983125499997, - 37.42040544900004 - ], - [ - -121.84979167399996, - 37.42040363800004 - ], - [ - -121.84957749799997, - 37.42040070000007 - ], - [ - -121.84936436299995, - 37.42038385500007 - ], - [ - -121.849153619, - 37.420353273000046 - ], - [ - -121.84894673399998, - 37.42030909400006 - ], - [ - -121.84874505999994, - 37.420251602000064 - ], - [ - -121.84854984299994, - 37.420181263000075 - ], - [ - -121.84836249299997, - 37.42009847400004 - ], - [ - -121.84823785099996, - 37.41997117500006 - ], - [ - -121.84722525199999, - 37.42030710600005 - ], - [ - -121.84733034799996, - 37.419467730000065 - ], - [ - -121.84734741799997, - 37.41938629900005 - ], - [ - -121.84702055599996, - 37.41922021100004 - ], - [ - -121.846680618, - 37.419127658000036 - ], - [ - -121.84638190299995, - 37.41897209600006 - ], - [ - -121.84634146099995, - 37.419121387000075 - ], - [ - -121.84633538099996, - 37.41914384200004 - ], - [ - -121.84627868399997, - 37.419352924000066 - ], - [ - -121.84604085899997, - 37.41940376700006 - ], - [ - -121.84595750199998, - 37.41942195900003 - ], - [ - -121.845919714, - 37.41942239300005 - ], - [ - -121.84584968699994, - 37.41943182500006 - ], - [ - -121.84577153999999, - 37.419441351000046 - ], - [ - -121.84553639699999, - 37.41966170500007 - ], - [ - -121.84551058299996, - 37.41968798100004 - ], - [ - -121.84531189299997, - 37.419736862000036 - ], - [ - -121.8452716, - 37.41972098100007 - ], - [ - -121.845213909, - 37.41969831800003 - ], - [ - -121.845180584, - 37.419685195000056 - ], - [ - -121.84512118699996, - 37.419661819000055 - ], - [ - -121.844984765, - 37.41932963100004 - ], - [ - -121.84479553099999, - 37.419328275000055 - ], - [ - -121.84453295699996, - 37.419353122000075 - ], - [ - -121.84445726499996, - 37.41936025900003 - ], - [ - -121.84429092299996, - 37.41940780900006 - ], - [ - -121.84423500399998, - 37.41947867300007 - ], - [ - -121.84417409699995, - 37.41951803200004 - ], - [ - -121.844140655, - 37.419613223000056 - ], - [ - -121.84409920499996, - 37.419757719000074 - ], - [ - -121.843980607, - 37.41976958400005 - ], - [ - -121.843941573, - 37.419555854000066 - ], - [ - -121.84392666599996, - 37.41946114700005 - ], - [ - -121.84389723399994, - 37.419292926000026 - ], - [ - -121.84376073299995, - 37.41928743900007 - ], - [ - -121.84368301799998, - 37.41942777200006 - ], - [ - -121.84366883299998, - 37.41944169200008 - ], - [ - -121.84359951699997, - 37.41950973500008 - ], - [ - -121.84345939899998, - 37.41952347200004 - ], - [ - -121.84337686299995, - 37.41953153400004 - ], - [ - -121.84334538, - 37.41953459600006 - ], - [ - -121.84271872199997, - 37.419126462000065 - ], - [ - -121.84228269899995, - 37.41906697100006 - ], - [ - -121.841830115, - 37.418870034000065 - ], - [ - -121.84174289999999, - 37.41875827700005 - ], - [ - -121.84145874499995, - 37.41691640300007 - ], - [ - -121.84141844199996, - 37.41647189200006 - ], - [ - -121.841275973, - 37.41609735500003 - ], - [ - -121.84118582499997, - 37.415962696000065 - ], - [ - -121.84142432099998, - 37.415840967000065 - ], - [ - -121.84143302299998, - 37.41583651800005 - ], - [ - -121.84168127199996, - 37.415867922000075 - ], - [ - -121.84211277599996, - 37.41582554000007 - ], - [ - -121.84226514599999, - 37.41581054300008 - ], - [ - -121.84232886399997, - 37.415756894000026 - ], - [ - -121.842453219, - 37.415652125000065 - ], - [ - -121.84274135399994, - 37.41550631800004 - ], - [ - -121.84283439599994, - 37.41551619300003 - ], - [ - -121.84291609999997, - 37.415572162000046 - ], - [ - -121.84303121499994, - 37.41565100200006 - ], - [ - -121.843058026, - 37.415649804000054 - ], - [ - -121.84323029599994, - 37.41564197200006 - ], - [ - -121.84314869599996, - 37.415378006000026 - ] - ] - ], - [ - [ - [ - -121.78231549599997, - 37.26501197300007 - ], - [ - -121.782271305, - 37.26501360100008 - ], - [ - -121.78223246799996, - 37.26501510200006 - ], - [ - -121.78209588599998, - 37.26501998500004 - ], - [ - -121.78207143199995, - 37.26507365500004 - ], - [ - -121.78204270099997, - 37.26513680200003 - ], - [ - -121.78190961499996, - 37.26542920600008 - ], - [ - -121.781975209, - 37.26556854900008 - ], - [ - -121.78220407799995, - 37.265641120000055 - ], - [ - -121.782507711, - 37.26554250500004 - ], - [ - -121.78259201199995, - 37.26540152100006 - ], - [ - -121.78237979299996, - 37.26506059500008 - ], - [ - -121.78238859699997, - 37.265004512000075 - ], - [ - -121.78231549599997, - 37.26501197300007 - ] - ] - ], - [ - [ - [ - -121.75233353299996, - 37.40038031600005 - ], - [ - -121.75350680199995, - 37.40049912200004 - ], - [ - -121.75404257899999, - 37.40063082200004 - ], - [ - -121.75411338699996, - 37.40066212200003 - ], - [ - -121.75478707299999, - 37.400959905000036 - ], - [ - -121.75528845499997, - 37.40133731700007 - ], - [ - -121.75629474099998, - 37.40129804700007 - ], - [ - -121.75732329999994, - 37.40053710700005 - ], - [ - -121.75704347699997, - 37.40002285500003 - ], - [ - -121.75700496699994, - 37.39995208100004 - ], - [ - -121.75640635099995, - 37.39982516500004 - ], - [ - -121.75555339799996, - 37.39944582100003 - ], - [ - -121.75573283299997, - 37.399018 - ], - [ - -121.75628392399994, - 37.39875933400003 - ], - [ - -121.75747554399999, - 37.39844681500006 - ], - [ - -121.75844410199994, - 37.39819278600004 - ], - [ - -121.759136894, - 37.39800825800006 - ], - [ - -121.75977793699997, - 37.39602882300005 - ], - [ - -121.75930366299997, - 37.39590000600003 - ], - [ - -121.75847121599998, - 37.39567389900003 - ], - [ - -121.75786495499995, - 37.395542962000036 - ], - [ - -121.75723558899995, - 37.39540703100005 - ], - [ - -121.75632444699994, - 37.39557690400005 - ], - [ - -121.75584954199996, - 37.39645603800005 - ], - [ - -121.75449048799999, - 37.39709387900007 - ], - [ - -121.75365363599997, - 37.397401097000056 - ], - [ - -121.75266831599998, - 37.39804909000003 - ], - [ - -121.75233068999995, - 37.398233565000055 - ], - [ - -121.75203371499998, - 37.398395839000045 - ], - [ - -121.75118103199998, - 37.39869116700004 - ], - [ - -121.75077477399998, - 37.398865475000036 - ], - [ - -121.750528842, - 37.399052264000034 - ], - [ - -121.74923730899997, - 37.39947684200007 - ], - [ - -121.74867063999994, - 37.39979568000007 - ], - [ - -121.74922441499996, - 37.40099872400003 - ], - [ - -121.74961438699995, - 37.40080349100003 - ], - [ - -121.75016048999998, - 37.40085480300007 - ], - [ - -121.75079920299999, - 37.40043667500004 - ], - [ - -121.75081282199994, - 37.400432618000025 - ], - [ - -121.751077577, - 37.40035373100005 - ], - [ - -121.75233353299996, - 37.40038031600005 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Santa Cruz, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -122.00192355599995, - 36.968078287000026 - ], - [ - -122.00206639899994, - 36.968115596000075 - ], - [ - -122.00209913499998, - 36.968123760000026 - ], - [ - -122.00244957899997, - 36.96813140800003 - ], - [ - -122.00247517999998, - 36.968101379000075 - ], - [ - -122.00247520099998, - 36.96810135100003 - ], - [ - -122.00251827299996, - 36.96797555200004 - ], - [ - -122.00250195499996, - 36.96786111100005 - ], - [ - -122.00247514399996, - 36.96767321400006 - ], - [ - -122.00234495299998, - 36.96731610300003 - ], - [ - -122.00229312199997, - 36.96711204600007 - ], - [ - -122.00228834199999, - 36.96710350200004 - ], - [ - -122.00220581099995, - 36.96699949400005 - ], - [ - -122.00173671799996, - 36.96696165100008 - ], - [ - -122.00158911699998, - 36.966809441000066 - ], - [ - -122.001589078, - 36.96680941200003 - ], - [ - -122.00151953999995, - 36.96659236900007 - ], - [ - -122.00150279499996, - 36.965753654000025 - ], - [ - -122.00150279099995, - 36.965753448000044 - ], - [ - -122.00145817699996, - 36.96544043800003 - ], - [ - -122.00141795299999, - 36.96524297900004 - ], - [ - -122.00138991399996, - 36.965124339000056 - ], - [ - -122.00137825799999, - 36.96509200500003 - ], - [ - -122.001378134, - 36.96509167000005 - ], - [ - -122.00123388699996, - 36.96471291800003 - ], - [ - -122.00122039699994, - 36.964659865000044 - ], - [ - -122.00108562699995, - 36.964344347000065 - ], - [ - -122.00108559399996, - 36.96411451400007 - ], - [ - -122.00108559399996, - 36.964114352000024 - ], - [ - -122.00104400099997, - 36.96393160400004 - ], - [ - -122.00106533899998, - 36.963749249000045 - ], - [ - -122.00108554299999, - 36.96374158800006 - ], - [ - -122.00108553099994, - 36.96364801000004 - ], - [ - -122.00108556999999, - 36.96364798400003 - ], - [ - -122.00152879099994, - 36.96346687600004 - ], - [ - -122.00152884099998, - 36.963466854000046 - ], - [ - -122.00158812599994, - 36.96342804300008 - ], - [ - -122.00159153499999, - 36.96342580100003 - ], - [ - -122.00160672099997, - 36.963415859000065 - ], - [ - -122.00160672199996, - 36.96341581400003 - ], - [ - -122.00161468599998, - 36.96313935300003 - ], - [ - -122.00158087299997, - 36.96303472000005 - ], - [ - -122.00157368099997, - 36.96296036000007 - ], - [ - -122.00154590999995, - 36.96286315800006 - ], - [ - -122.00154590199998, - 36.962863120000065 - ], - [ - -122.00147681699997, - 36.96236874900006 - ], - [ - -122.00143214899998, - 36.96216586600008 - ], - [ - -122.00136342299999, - 36.962052612000036 - ], - [ - -122.000806475, - 36.96194492500007 - ], - [ - -122.00061680899995, - 36.96196973100007 - ], - [ - -122.00061676099995, - 36.96196972700005 - ], - [ - -122.00041409499994, - 36.96196275900007 - ], - [ - -122.00040307899997, - 36.962137195000025 - ], - [ - -122.00042885099998, - 36.962141330000065 - ], - [ - -122.00045980999994, - 36.96214882100003 - ], - [ - -122.000499419, - 36.96216446300008 - ], - [ - -122.00054074899998, - 36.96217867000007 - ], - [ - -122.00055801199994, - 36.962186744000064 - ], - [ - -122.00067176699997, - 36.962227848000055 - ], - [ - -122.00037369199998, - 36.96272231700004 - ], - [ - -122.00036441299994, - 36.96277702700007 - ], - [ - -122.00038524399997, - 36.96304698400007 - ], - [ - -122.00038961099995, - 36.96309260700008 - ], - [ - -122.00039233799998, - 36.963142686000026 - ], - [ - -122.000215127, - 36.96430107800006 - ], - [ - -122.00021439899996, - 36.96434678700007 - ], - [ - -122.000217008, - 36.96439236800006 - ], - [ - -122.00022313199997, - 36.964437960000055 - ], - [ - -122.00023258599998, - 36.96448314500003 - ], - [ - -122.000243679, - 36.964523873000076 - ], - [ - -122.00025808599997, - 36.96456356200008 - ], - [ - -122.00027598499997, - 36.96460241800003 - ], - [ - -122.00029894599999, - 36.96463992200006 - ], - [ - -122.00032362899998, - 36.964675992000025 - ], - [ - -122.00037455399996, - 36.96473404500006 - ], - [ - -122.00042182699997, - 36.964793566000026 - ], - [ - -122.00046422199995, - 36.964854786000046 - ], - [ - -122.00050473099998, - 36.964917795000076 - ], - [ - -122.00054210499997, - 36.96498184200004 - ], - [ - -122.000574068, - 36.96504738500005 - ], - [ - -122.000588312, - 36.96507428100006 - ], - [ - -122.00059923799995, - 36.96510200700004 - ], - [ - -122.00060824899998, - 36.96513039700005 - ], - [ - -122.00061022399996, - 36.96513858900005 - ], - [ - -122.00061575799998, - 36.96516183600005 - ], - [ - -122.00062675799995, - 36.96519230200005 - ], - [ - -122.00064089899996, - 36.96522194100004 - ], - [ - -122.00065694899996, - 36.96525063400003 - ], - [ - -122.00067630799998, - 36.96527814700005 - ], - [ - -122.00072386399995, - 36.96534174000004 - ], - [ - -122.00076618399999, - 36.96540675800003 - ], - [ - -122.00080679399997, - 36.96547356100007 - ], - [ - -122.00084251099997, - 36.965541432000066 - ], - [ - -122.00087457299998, - 36.96561070000007 - ], - [ - -122.00090174299999, - 36.965681105000044 - ], - [ - -122.00092480399996, - 36.96572233400008 - ], - [ - -122.00094103899994, - 36.96576473300007 - ], - [ - -122.000955536, - 36.96580779400006 - ], - [ - -122.00096513999995, - 36.96585199200007 - ], - [ - -122.00096929499995, - 36.965896212000075 - ], - [ - -122.00097029699998, - 36.96594083600007 - ], - [ - -122.00097036499994, - 36.965950114000066 - ], - [ - -122.00096132199997, - 36.96660667000003 - ], - [ - -122.00096217699996, - 36.96665235200004 - ], - [ - -122.00096653499998, - 36.96669762200003 - ], - [ - -122.00097774699998, - 36.966742778000025 - ], - [ - -122.00099050299997, - 36.96678657100006 - ], - [ - -122.00101027299996, - 36.96682961300007 - ], - [ - -122.00103334299996, - 36.96687119300003 - ], - [ - -122.00106147399998, - 36.96691135200007 - ], - [ - -122.00109306299998, - 36.966949345000046 - ], - [ - -122.00138437099997, - 36.967303739000045 - ], - [ - -122.00173049299997, - 36.96775007600007 - ], - [ - -122.00194445799997, - 36.96783799600007 - ], - [ - -122.00220435899996, - 36.96782812400005 - ], - [ - -122.00221323199997, - 36.967837958000075 - ], - [ - -122.00220292799997, - 36.967840522000074 - ], - [ - -122.00203073699998, - 36.96787675200005 - ], - [ - -122.00196781099999, - 36.96789025800007 - ], - [ - -122.00189613499998, - 36.96790524700003 - ], - [ - -122.00176328199996, - 36.967933360000075 - ], - [ - -122.00163201, - 36.96796151700005 - ], - [ - -122.00163403599998, - 36.96797828500007 - ], - [ - -122.00151202099994, - 36.96795756600005 - ], - [ - -122.00153564399994, - 36.968106628000044 - ], - [ - -122.001650155, - 36.96809618800006 - ], - [ - -122.00178679199996, - 36.968084814000065 - ], - [ - -122.00190974799995, - 36.96807465300003 - ], - [ - -122.00192355599995, - 36.968078287000026 - ] - ] - ], - [ - [ - [ - -122.10360370399997, - 36.974477180000065 - ], - [ - -122.10379556699996, - 36.977003840000066 - ], - [ - -122.10407185799994, - 36.97769396500007 - ], - [ - -122.10403271499996, - 36.97845723900008 - ], - [ - -122.10401321899997, - 36.97883743700004 - ], - [ - -122.10484244099996, - 36.98010114700003 - ], - [ - -122.10439773199994, - 36.98122874000006 - ], - [ - -122.10431515899995, - 36.98154107600004 - ], - [ - -122.10740408899994, - 36.98181273200004 - ], - [ - -122.10772011599994, - 36.978932017000034 - ], - [ - -122.108156227, - 36.97840050900004 - ], - [ - -122.10909153999995, - 36.97726057800003 - ], - [ - -122.10802998699995, - 36.976167572000065 - ], - [ - -122.10855459199996, - 36.97240468700005 - ], - [ - -122.10732480599995, - 36.97230241200003 - ], - [ - -122.10677973399999, - 36.97225707600006 - ], - [ - -122.10557701599998, - 36.972157036000056 - ], - [ - -122.10541643299996, - 36.972143677000076 - ], - [ - -122.10541602599994, - 36.97214364100006 - ], - [ - -122.10423732799995, - 36.97204558900006 - ], - [ - -122.10406506699996, - 36.97203125200008 - ], - [ - -122.10360370399997, - 36.974477180000065 - ] - ] - ], - [ - [ - [ - -122.03292200399994, - 37.00241476400004 - ], - [ - -122.03317929899998, - 37.002322295000056 - ], - [ - -122.03342597099999, - 37.00223364300007 - ], - [ - -122.033682651, - 37.002141393000045 - ], - [ - -122.034179226, - 37.001962923000065 - ], - [ - -122.03486797099998, - 37.001715381000054 - ], - [ - -122.03420053099995, - 37.00061322800008 - ], - [ - -122.03420049299996, - 37.000613171000055 - ], - [ - -122.03419222699995, - 37.000599531000034 - ], - [ - -122.03390678099998, - 37.00012815900004 - ], - [ - -122.033669154, - 36.999735748000035 - ], - [ - -122.03365592999995, - 36.99971391200006 - ], - [ - -122.03436855899997, - 36.99942854600005 - ], - [ - -122.03467051099994, - 36.999161549000064 - ], - [ - -122.03497763699994, - 36.99889005600005 - ], - [ - -122.03531331599999, - 36.99870473500005 - ], - [ - -122.03537522299996, - 36.99869504800006 - ], - [ - -122.03538453799996, - 36.99869359100006 - ], - [ - -122.03541397199996, - 36.99867818300004 - ], - [ - -122.03529432799996, - 36.99860388900004 - ], - [ - -122.03488263099996, - 36.998826001000054 - ], - [ - -122.034310931, - 36.99933761600005 - ], - [ - -122.03397083599998, - 36.999478804000034 - ], - [ - -122.03359744799997, - 36.99963363300003 - ], - [ - -122.03330308399995, - 36.99974866800005 - ], - [ - -122.03258031699994, - 37.00003110600005 - ], - [ - -122.03257959999996, - 37.000031386000046 - ], - [ - -122.03229135199996, - 37.000143852000065 - ], - [ - -122.03110250299994, - 37.00062230300006 - ], - [ - -122.03110319599995, - 37.00062350200005 - ], - [ - -122.03113092099994, - 37.00067207200004 - ], - [ - -122.03113823999996, - 37.00068334800005 - ], - [ - -122.03114436099997, - 37.00069380000008 - ], - [ - -122.03114489099994, - 37.000693598000055 - ], - [ - -122.03114504599995, - 37.00069383500005 - ], - [ - -122.03119430999999, - 37.000674995000054 - ], - [ - -122.03119703099998, - 37.00067390500004 - ], - [ - -122.03120670099997, - 37.00067003300006 - ], - [ - -122.031215493, - 37.00066668100004 - ], - [ - -122.03177898899997, - 37.00045187000006 - ], - [ - -122.03178894599995, - 37.00046739700008 - ], - [ - -122.03179422399995, - 37.00047646500008 - ], - [ - -122.03188832399996, - 37.000638199000036 - ], - [ - -122.03196085499997, - 37.000762859000076 - ], - [ - -122.03199895399996, - 37.00082888600008 - ], - [ - -122.03209779699995, - 37.000998225000046 - ], - [ - -122.03210713099998, - 37.00101426700007 - ], - [ - -122.03221818499998, - 37.00120512700005 - ], - [ - -122.03228033899995, - 37.00131195600005 - ], - [ - -122.03232710299994, - 37.00139320000005 - ], - [ - -122.03243898199997, - 37.00158468300003 - ], - [ - -122.03254721699994, - 37.001771448000056 - ], - [ - -122.03265726399997, - 37.00196022000006 - ], - [ - -122.03276731399995, - 37.00214899300005 - ], - [ - -122.03287555099996, - 37.002335757000026 - ], - [ - -122.03292180999995, - 37.002414757000054 - ], - [ - -122.03292196399997, - 37.00241469800005 - ], - [ - -122.03292200399994, - 37.00241476400004 - ] - ] - ], - [ - [ - [ - -122.01493970699994, - 36.992904227000054 - ], - [ - -122.01505851099995, - 36.99276948100004 - ], - [ - -122.01507520699994, - 36.99274930200005 - ], - [ - -122.01516054499996, - 36.99265210300007 - ], - [ - -122.01524090999999, - 36.992559698000036 - ], - [ - -122.01537816099994, - 36.992404461000035 - ], - [ - -122.01553001599996, - 36.99229600900003 - ], - [ - -122.01571747499997, - 36.99216417300005 - ], - [ - -122.01598236799998, - 36.99239180500007 - ], - [ - -122.01620789999998, - 36.99270643700004 - ], - [ - -122.01620501399998, - 36.992736715000035 - ], - [ - -122.01616666399997, - 36.99312620200004 - ], - [ - -122.01617554599994, - 36.99356592500004 - ], - [ - -122.01681433099998, - 36.99391402500004 - ], - [ - -122.01753902899998, - 36.994529913000065 - ], - [ - -122.017830012, - 36.99452166100008 - ], - [ - -122.01780720699998, - 36.993988674000036 - ], - [ - -122.01780103699997, - 36.993849373000046 - ], - [ - -122.01775984699998, - 36.99291633400003 - ], - [ - -122.01775587999998, - 36.99280033400004 - ], - [ - -122.01775355099994, - 36.992772254000045 - ], - [ - -122.01774628399994, - 36.992585166000026 - ], - [ - -122.01770748299998, - 36.99168231500005 - ], - [ - -122.01769770799996, - 36.99145379300006 - ], - [ - -122.01769452199994, - 36.991380382000045 - ], - [ - -122.01769394699994, - 36.99135220100004 - ], - [ - -122.01796532499998, - 36.99139398400007 - ], - [ - -122.01813376799998, - 36.99141994200005 - ], - [ - -122.01847028299994, - 36.99147123200004 - ], - [ - -122.01862142699997, - 36.991494671000055 - ], - [ - -122.01877431799994, - 36.991517730000055 - ], - [ - -122.018940994, - 36.99154336600003 - ], - [ - -122.019195057, - 36.99157545800006 - ], - [ - -122.01943183999998, - 36.991605664000076 - ], - [ - -122.01960174699997, - 36.99162716600006 - ], - [ - -122.01975453799997, - 36.99164642900007 - ], - [ - -122.019945082, - 36.99167032100007 - ], - [ - -122.02001225599997, - 36.99143289500006 - ], - [ - -122.02004279599998, - 36.99133838200004 - ], - [ - -122.02039371499995, - 36.99133627400005 - ], - [ - -122.02063176499996, - 36.991334891000065 - ], - [ - -122.02226486399996, - 36.99132456900003 - ], - [ - -122.022624367, - 36.991321252000034 - ], - [ - -122.02293078599996, - 36.991318629000034 - ], - [ - -122.02441397899997, - 36.991173255000035 - ], - [ - -122.02445914799995, - 36.99145558600003 - ], - [ - -122.02546021899997, - 36.99143632000005 - ], - [ - -122.02560728199995, - 36.991425443000026 - ], - [ - -122.02630993499997, - 36.99137267000003 - ], - [ - -122.02676971899996, - 36.991338453000026 - ], - [ - -122.02659369799994, - 36.991186937000066 - ], - [ - -122.02716200599997, - 36.99109469500007 - ], - [ - -122.02725020399998, - 36.99130233400007 - ], - [ - -122.02750750299998, - 36.99158019600003 - ], - [ - -122.02752145999995, - 36.991595776000054 - ], - [ - -122.02761570499996, - 36.99168105700005 - ], - [ - -122.02768722399998, - 36.99174500400005 - ], - [ - -122.02769769599996, - 36.991755159000036 - ], - [ - -122.02770815799994, - 36.991765034000025 - ], - [ - -122.02771155299996, - 36.99176701400006 - ], - [ - -122.02775357399997, - 36.99180629700004 - ], - [ - -122.02779009399995, - 36.991837098000076 - ], - [ - -122.02782330699995, - 36.99186922000007 - ], - [ - -122.02784771699999, - 36.991894322000064 - ], - [ - -122.02787578999994, - 36.99192484500003 - ], - [ - -122.02790213199995, - 36.99195645300006 - ], - [ - -122.02791432299995, - 36.99197178000003 - ], - [ - -122.02794077599998, - 36.99200746400004 - ], - [ - -122.02796548799995, - 36.99204387800006 - ], - [ - -122.02798852599994, - 36.992083415000025 - ], - [ - -122.02799202199998, - 36.99208919100005 - ], - [ - -122.028006254, - 36.992115100000035 - ], - [ - -122.02800998899994, - 36.992123262000064 - ], - [ - -122.02803131699994, - 36.99216458600006 - ], - [ - -122.028047572, - 36.99220691000005 - ], - [ - -122.02805309899998, - 36.99220547200008 - ], - [ - -122.02823494499995, - 36.99215815200006 - ], - [ - -122.02907440099995, - 36.991927761000056 - ], - [ - -122.029186359, - 36.99179438300007 - ], - [ - -122.02949476199996, - 36.99172133700006 - ], - [ - -122.029513453, - 36.991716659000076 - ], - [ - -122.02997701699996, - 36.991606862000026 - ], - [ - -122.03033138299998, - 36.99152325500006 - ], - [ - -122.03085277199995, - 36.99139938800005 - ], - [ - -122.03088763199997, - 36.991341918000046 - ], - [ - -122.03093390099997, - 36.99126407600005 - ], - [ - -122.03104153899994, - 36.991337104000024 - ], - [ - -122.03112124299997, - 36.991384880000055 - ], - [ - -122.03121122199997, - 36.99142889400008 - ], - [ - -122.03121629199995, - 36.99142782300004 - ], - [ - -122.03149236699994, - 36.99136242700007 - ], - [ - -122.03180137499999, - 36.99148916000007 - ], - [ - -122.03185666599995, - 36.99151176400005 - ], - [ - -122.03186183799994, - 36.991514487000074 - ], - [ - -122.03203447799996, - 36.99158534700007 - ], - [ - -122.03203982499997, - 36.99158799800006 - ], - [ - -122.03220198499997, - 36.99165488800003 - ], - [ - -122.03220731399995, - 36.99165690600006 - ], - [ - -122.03269769899998, - 36.99185884700006 - ], - [ - -122.03285310799998, - 36.99192311000007 - ], - [ - -122.03285522199997, - 36.991942970000025 - ], - [ - -122.03287599199996, - 36.99221257100004 - ], - [ - -122.03290337699997, - 36.99254526000004 - ], - [ - -122.03297688699996, - 36.99345693400005 - ], - [ - -122.03316893199997, - 36.99431005200006 - ], - [ - -122.03330338399996, - 36.99469419400003 - ], - [ - -122.03332162199996, - 36.994744780000076 - ], - [ - -122.03343796799999, - 36.995076647000076 - ], - [ - -122.03374005399996, - 36.99528553600004 - ], - [ - -122.03402850499998, - 36.995484324000074 - ], - [ - -122.03436713599996, - 36.995718176000025 - ], - [ - -122.03479265099998, - 36.996011346000046 - ], - [ - -122.03538319299997, - 36.99641866600007 - ], - [ - -122.03539699499999, - 36.99642841200006 - ], - [ - -122.03624316, - 36.99636165900006 - ], - [ - -122.03648251299995, - 36.99634271600007 - ], - [ - -122.03686219899998, - 36.996906343000035 - ], - [ - -122.03659829399999, - 36.99814522300005 - ], - [ - -122.03700127499997, - 36.99817493200004 - ], - [ - -122.03704073499995, - 36.99817748900006 - ], - [ - -122.03715896899996, - 36.99818621500003 - ], - [ - -122.03720841599994, - 36.99817425800006 - ], - [ - -122.03759852699994, - 36.99807848700004 - ], - [ - -122.03820977299995, - 36.99790735000005 - ], - [ - -122.03830098399999, - 36.99800982900007 - ], - [ - -122.038334169, - 36.99804715100004 - ], - [ - -122.03836569899994, - 36.99808176000005 - ], - [ - -122.03839558199996, - 36.99811400700003 - ], - [ - -122.03840613799997, - 36.99812725400005 - ], - [ - -122.03842877599999, - 36.998151681000024 - ], - [ - -122.038465579, - 36.99819273600008 - ], - [ - -122.03861114499995, - 36.998354601000074 - ], - [ - -122.03872316499996, - 36.99847879600003 - ], - [ - -122.03876521299998, - 36.99852524600004 - ], - [ - -122.03939256999996, - 36.999220851000075 - ], - [ - -122.03966066299995, - 36.99951811700004 - ], - [ - -122.04070602499996, - 37.00106273500006 - ], - [ - -122.041534405, - 37.002542324000046 - ], - [ - -122.04220619499995, - 37.00331905500008 - ], - [ - -122.04296821399998, - 37.004657345000055 - ], - [ - -122.04355815999998, - 37.00552848700005 - ], - [ - -122.04359256199996, - 37.00604172900006 - ], - [ - -122.04359447699994, - 37.00605406900007 - ], - [ - -122.04360492399996, - 37.006056631000035 - ], - [ - -122.04435523199999, - 37.00623387200005 - ], - [ - -122.04592206899997, - 37.00597824500005 - ], - [ - -122.045877938, - 37.00700273800004 - ], - [ - -122.04708625399996, - 37.00746051200008 - ], - [ - -122.04732077099999, - 37.00771081700003 - ], - [ - -122.04733834299998, - 37.007729777000065 - ], - [ - -122.04751689399995, - 37.00792002600008 - ], - [ - -122.04755023599995, - 37.00795635900005 - ], - [ - -122.047639544, - 37.00805267700008 - ], - [ - -122.04766937699998, - 37.00808281400003 - ], - [ - -122.04784290599997, - 37.00826935200007 - ], - [ - -122.04796713899998, - 37.00840197600007 - ], - [ - -122.04810021999998, - 37.00854309500005 - ], - [ - -122.04863773899996, - 37.00911724900004 - ], - [ - -122.04917540399998, - 37.00969006300005 - ], - [ - -122.04928227099998, - 37.00980463600007 - ], - [ - -122.04931195899997, - 37.00983583000004 - ], - [ - -122.04936283899997, - 37.00988978600003 - ], - [ - -122.04938385399998, - 37.00991248300005 - ], - [ - -122.04939599799997, - 37.00992577100004 - ], - [ - -122.049404891, - 37.009935951000045 - ], - [ - -122.04959035499996, - 37.01013430300003 - ], - [ - -122.04963939499999, - 37.010185198000045 - ], - [ - -122.04968326, - 37.01023337000004 - ], - [ - -122.04974808699995, - 37.01030220000007 - ], - [ - -122.04979351699996, - 37.01034964300004 - ], - [ - -122.04980028999995, - 37.01067846600006 - ], - [ - -122.04980362299995, - 37.01084087600003 - ], - [ - -122.04997669399995, - 37.010756195000056 - ], - [ - -122.05021052899997, - 37.01064213400008 - ], - [ - -122.05293332199994, - 37.00931282800008 - ], - [ - -122.05145811199998, - 37.00231780200005 - ], - [ - -122.05131573199998, - 37.00164396100007 - ], - [ - -122.05128176199997, - 37.00148679100005 - ], - [ - -122.05121620499995, - 37.00088332900003 - ], - [ - -122.05113189099995, - 37.00011294300003 - ], - [ - -122.05482295599995, - 37.00223314400006 - ], - [ - -122.05610204599998, - 37.002967012000056 - ], - [ - -122.05688281199997, - 37.002963814000054 - ], - [ - -122.06193410299994, - 37.002944685000045 - ], - [ - -122.068219452, - 37.00290573400008 - ], - [ - -122.07271406099994, - 37.00287785100005 - ], - [ - -122.07265705499998, - 37.00277388600006 - ], - [ - -122.07259674299996, - 37.002671314000054 - ], - [ - -122.07253121699995, - 37.002570942000034 - ], - [ - -122.07246062599995, - 37.002471924000076 - ], - [ - -122.07238675399998, - 37.00237507300005 - ], - [ - -122.07230767399994, - 37.002280703000054 - ], - [ - -122.07222530999996, - 37.00218842900006 - ], - [ - -122.072076171, - 37.002020833000074 - ], - [ - -122.07202196799994, - 37.001967997000065 - ], - [ - -122.07196273199997, - 37.001917641000034 - ], - [ - -122.07190180499998, - 37.00186970400006 - ], - [ - -122.07183741699998, - 37.00182386700004 - ], - [ - -122.07177152199995, - 37.00178079800003 - ], - [ - -122.07170219799997, - 37.001740882000036 - ], - [ - -122.07162941899998, - 37.001703346000056 - ], - [ - -122.07155689299998, - 37.00166861800005 - ], - [ - -122.07117237099999, - 37.00170436500008 - ], - [ - -122.07090709999994, - 37.001553767000075 - ], - [ - -122.07054008499995, - 37.00152853700007 - ], - [ - -122.06971061299998, - 37.00140915500003 - ], - [ - -122.06932536399995, - 37.00083785000004 - ], - [ - -122.06894392999999, - 37.00020637100005 - ], - [ - -122.06853713499999, - 36.99933525200004 - ], - [ - -122.06850119299997, - 36.999255454000036 - ], - [ - -122.06846727899995, - 36.999192 - ], - [ - -122.06844018599998, - 36.999127162000036 - ], - [ - -122.06841657999996, - 36.99906120900005 - ], - [ - -122.06839804199996, - 36.99899411200005 - ], - [ - -122.068384762, - 36.99892636200008 - ], - [ - -122.06837638399998, - 36.99885775300004 - ], - [ - -122.06837327899996, - 36.99878912300005 - ], - [ - -122.068375275, - 36.99872047300005 - ], - [ - -122.06838238599994, - 36.998652367000034 - ], - [ - -122.06850039199998, - 36.99798877000006 - ], - [ - -122.06850403199996, - 36.997915944000056 - ], - [ - -122.06851278799996, - 36.997843732000035 - ], - [ - -122.06852488399994, - 36.99777146200006 - ], - [ - -122.06854404999996, - 36.997700474000055 - ], - [ - -122.06856815699996, - 36.99763010300006 - ], - [ - -122.06859757399997, - 36.997561046000044 - ], - [ - -122.06863037099998, - 36.99749333500006 - ], - [ - -122.06866907699998, - 36.997371601000054 - ], - [ - -122.06869997299998, - 36.99729872100005 - ], - [ - -122.06872590999996, - 36.99722452300006 - ], - [ - -122.06874654499995, - 36.99714943200007 - ], - [ - -122.068762054, - 36.99707330700005 - ], - [ - -122.06877068799997, - 36.996996667000076 - ], - [ - -122.06877597299996, - 36.996919664000075 - ], - [ - -122.06877440199997, - 36.996842783000034 - ], - [ - -122.06871093099994, - 36.996424398000045 - ], - [ - -122.06868707399997, - 36.99627190700005 - ], - [ - -122.06865509999994, - 36.996053966000034 - ], - [ - -122.06863371499998, - 36.99576652300004 - ], - [ - -122.068653644, - 36.99549157700005 - ], - [ - -122.06883551599998, - 36.99484879800008 - ], - [ - -122.06886286499997, - 36.99476838900006 - ], - [ - -122.068893759, - 36.99468904100007 - ], - [ - -122.06892978599996, - 36.994610941000076 - ], - [ - -122.06897094899995, - 36.99453415600004 - ], - [ - -122.069015676, - 36.99445906600005 - ], - [ - -122.06906555499995, - 36.99438592700005 - ], - [ - -122.06911882099996, - 36.994314485000075 - ], - [ - -122.06917725199997, - 36.994245413000044 - ], - [ - -122.06923926099995, - 36.994178599000065 - ], - [ - -122.06930466999995, - 36.99411390500006 - ], - [ - -122.06964083899999, - 36.993571005000035 - ], - [ - -122.06968920599996, - 36.992933718000074 - ], - [ - -122.06964996099998, - 36.99253325900003 - ], - [ - -122.06940845199995, - 36.991873471000076 - ], - [ - -122.06936363899996, - 36.99177140000006 - ], - [ - -122.06931587899999, - 36.99170305600006 - ], - [ - -122.06927158499997, - 36.99163289400008 - ], - [ - -122.06923251999996, - 36.99156095400008 - ], - [ - -122.06919676599995, - 36.991487971000026 - ], - [ - -122.06916431399998, - 36.99141359600003 - ], - [ - -122.06913710899994, - 36.991338074000055 - ], - [ - -122.069113212, - 36.99126144000007 - ], - [ - -122.069096162, - 36.99118440400008 - ], - [ - -122.069080854, - 36.99110670600004 - ], - [ - -122.06907238999997, - 36.99102853800008 - ], - [ - -122.06906725599998, - 36.99094996000008 - ], - [ - -122.06906413499996, - 36.99071963400007 - ], - [ - -122.06898315799998, - 36.98962749900005 - ], - [ - -122.06888347899996, - 36.988951737000036 - ], - [ - -122.06863391, - 36.98815056900003 - ], - [ - -122.068505518, - 36.98774336900004 - ], - [ - -122.06841083799998, - 36.98755991400003 - ], - [ - -122.06831303999996, - 36.98737820100007 - ], - [ - -122.06820825999995, - 36.987198367000076 - ], - [ - -122.068100013, - 36.98702021100007 - ], - [ - -122.06798846199996, - 36.98684351800006 - ], - [ - -122.06787187299994, - 36.98666895200006 - ], - [ - -122.06775005599997, - 36.98649616400007 - ], - [ - -122.06762495699996, - 36.98632547200003 - ], - [ - -122.06749480899998, - 36.986156555000036 - ], - [ - -122.06736120899996, - 36.98599008800005 - ], - [ - -122.06722239699997, - 36.98582582100005 - ], - [ - -122.06708047599994, - 36.985663576000036 - ], - [ - -122.06693334799996, - 36.98550381300004 - ], - [ - -122.066782763, - 36.985346219000064 - ], - [ - -122.06662891199994, - 36.98519135200007 - ], - [ - -122.06647523299995, - 36.98504920700003 - ], - [ - -122.066316541, - 36.98491024200007 - ], - [ - -122.06615439899997, - 36.98477365800005 - ], - [ - -122.06598899599999, - 36.98463994200006 - ], - [ - -122.06581856799994, - 36.98450898500005 - ], - [ - -122.06564629299999, - 36.984381152000026 - ], - [ - -122.06547093899997, - 36.98425646600003 - ], - [ - -122.06529021199998, - 36.98413461600006 - ], - [ - -122.06510798699998, - 36.98401581600007 - ], - [ - -122.06492251799995, - 36.98390058500007 - ], - [ - -122.06473343199997, - 36.98378808800004 - ], - [ - -122.06454285899997, - 36.98367906400006 - ], - [ - -122.06434728299996, - 36.983573499000045 - ], - [ - -122.06414985699996, - 36.98347105900007 - ], - [ - -122.06395094399994, - 36.983372091000035 - ], - [ - -122.06313817699998, - 36.98298023500007 - ], - [ - -122.06225165199999, - 36.98257833900004 - ], - [ - -122.06200753899998, - 36.982446337000056 - ], - [ - -122.06150881499997, - 36.98217766400006 - ], - [ - -122.06081092399995, - 36.981463923000035 - ], - [ - -122.060282783, - 36.98101163500007 - ], - [ - -122.05982615299996, - 36.980622148000066 - ], - [ - -122.06010534399996, - 36.98062840700004 - ], - [ - -122.06027660199999, - 36.98062887700007 - ], - [ - -122.06028680399999, - 36.98062905200004 - ], - [ - -122.06028732899995, - 36.98062905300003 - ], - [ - -122.06028732899995, - 36.98062923800006 - ], - [ - -122.06043453599995, - 36.98063358100006 - ], - [ - -122.06058524899998, - 36.980638028000044 - ], - [ - -122.06094994899996, - 36.98064569100006 - ], - [ - -122.06117856399999, - 36.98065049400003 - ], - [ - -122.06115379799996, - 36.98048154500003 - ], - [ - -122.06115169399999, - 36.980481575000056 - ], - [ - -122.06115167499996, - 36.98048143600005 - ], - [ - -122.06113152299997, - 36.980335137000054 - ], - [ - -122.06110744899996, - 36.98016099500006 - ], - [ - -122.06108929899995, - 36.98003012700008 - ], - [ - -122.06106712599995, - 36.979874160000065 - ], - [ - -122.06105913099998, - 36.97981932300007 - ], - [ - -122.06105333099998, - 36.979780617000074 - ], - [ - -122.06108910699999, - 36.97969324300004 - ], - [ - -122.06114757999995, - 36.979625861000045 - ], - [ - -122.06127931399999, - 36.979291395000075 - ], - [ - -122.06131520099996, - 36.979201629000045 - ], - [ - -122.06127708599996, - 36.97909950900004 - ], - [ - -122.06127352199996, - 36.97909127500003 - ], - [ - -122.06075221499998, - 36.97797789100008 - ], - [ - -122.060781223, - 36.977977879000036 - ], - [ - -122.06111329299995, - 36.97797653900005 - ], - [ - -122.06129646599999, - 36.977975815000036 - ], - [ - -122.06217964899997, - 36.977972556000054 - ], - [ - -122.06261965399995, - 36.977970810000045 - ], - [ - -122.06327183099995, - 36.977967903000035 - ], - [ - -122.06335744699999, - 36.97796775000006 - ], - [ - -122.06374260099994, - 36.97796604100006 - ], - [ - -122.06393929899997, - 36.97796479700003 - ], - [ - -122.06408994099996, - 36.97796379300007 - ], - [ - -122.06485175599994, - 36.97795840800006 - ], - [ - -122.06485518799997, - 36.97747115300007 - ], - [ - -122.070323068, - 36.97756895800006 - ], - [ - -122.07088161799999, - 36.97243887900004 - ], - [ - -122.06910847899996, - 36.96786319300003 - ], - [ - -122.06831050899996, - 36.96497319900004 - ], - [ - -122.06633404599995, - 36.964999429000045 - ], - [ - -122.06542425099997, - 36.96183219400007 - ], - [ - -122.06523414599997, - 36.96117037400006 - ], - [ - -122.06283474199995, - 36.96084269800008 - ], - [ - -122.062773086, - 36.96083772500003 - ], - [ - -122.06266846499994, - 36.960829843000056 - ], - [ - -122.06264680399994, - 36.959296712000025 - ], - [ - -122.06531834999998, - 36.958885904000056 - ], - [ - -122.06530561599999, - 36.95786322300006 - ], - [ - -122.06530163399998, - 36.95758791800006 - ], - [ - -122.06527812999997, - 36.95580826500003 - ], - [ - -122.065422781, - 36.955679272000054 - ], - [ - -122.06558302699995, - 36.95549038900003 - ], - [ - -122.06572843999999, - 36.955318427000066 - ], - [ - -122.06596964399995, - 36.95498527900003 - ], - [ - -122.06647778599995, - 36.95465085100005 - ], - [ - -122.06651902599998, - 36.95458404900006 - ], - [ - -122.06653440399998, - 36.95425181200005 - ], - [ - -122.06661880499996, - 36.95411128200004 - ], - [ - -122.06663040299998, - 36.95409188700006 - ], - [ - -122.06679494099996, - 36.95402209100007 - ], - [ - -122.06692039499995, - 36.953969216000075 - ], - [ - -122.06711327299996, - 36.95377849700003 - ], - [ - -122.06719566899994, - 36.95371280300003 - ], - [ - -122.06731122599996, - 36.953509653000026 - ], - [ - -122.06736267999997, - 36.95334691900007 - ], - [ - -122.067425104, - 36.953057941000054 - ], - [ - -122.06749398799997, - 36.95283184200008 - ], - [ - -122.06760767399999, - 36.95270837600003 - ], - [ - -122.06765979999994, - 36.95274444700004 - ], - [ - -122.06776050099995, - 36.95281517300003 - ], - [ - -122.06785775099996, - 36.95295914400003 - ], - [ - -122.067878786, - 36.952989358000025 - ], - [ - -122.06797805599996, - 36.95323319500005 - ], - [ - -122.06803386899998, - 36.953281925000056 - ], - [ - -122.06805652699995, - 36.95330079300004 - ], - [ - -122.06812211599998, - 36.953327770000044 - ], - [ - -122.06842268699995, - 36.95338692400003 - ], - [ - -122.06853523899997, - 36.95344752900007 - ], - [ - -122.06855947899999, - 36.95345990200008 - ], - [ - -122.06866276499994, - 36.95356735000007 - ], - [ - -122.06884815599994, - 36.95375955700007 - ], - [ - -122.06892271099997, - 36.95388972300003 - ], - [ - -122.06887854299998, - 36.95406814800003 - ], - [ - -122.06879901599996, - 36.95427763200007 - ], - [ - -122.06877641899996, - 36.95433841600004 - ], - [ - -122.06873390499999, - 36.95443575400003 - ], - [ - -122.06864411299995, - 36.95464267400007 - ], - [ - -122.06865546999995, - 36.95469815600006 - ], - [ - -122.06866929399996, - 36.954702413000064 - ], - [ - -122.06873823599994, - 36.95472342700003 - ], - [ - -122.06886179299994, - 36.95465898300006 - ], - [ - -122.06902074399994, - 36.95456481600007 - ], - [ - -122.06922956999995, - 36.95440474800006 - ], - [ - -122.06933586599996, - 36.954332590000035 - ], - [ - -122.06938470699998, - 36.95429961000008 - ], - [ - -122.06943390099997, - 36.95419596800008 - ], - [ - -122.06942094899995, - 36.95398535600003 - ], - [ - -122.06943406099998, - 36.95395700700004 - ], - [ - -122.06950618899998, - 36.95380494800003 - ], - [ - -122.06974753399999, - 36.95364515600005 - ], - [ - -122.06982495399996, - 36.95358397700005 - ], - [ - -122.06984999199994, - 36.95354831800006 - ], - [ - -122.069878255, - 36.953508455000076 - ], - [ - -122.06980597399996, - 36.95341016900005 - ], - [ - -122.06948400599998, - 36.953397721000044 - ], - [ - -122.06941354799994, - 36.953385593000064 - ], - [ - -122.06938088599998, - 36.95338018700005 - ], - [ - -122.069206211, - 36.95329085800006 - ], - [ - -122.06897441799998, - 36.95300834900007 - ], - [ - -122.0687236099999, - 36.95279534900004 - ], - [ - -122.06849805999997, - 36.95264490000005 - ], - [ - -122.06831408399995, - 36.952523814000074 - ], - [ - -122.06830529599995, - 36.95251089200008 - ], - [ - -122.06816977399995, - 36.95233623300004 - ], - [ - -122.06816052299996, - 36.952299907000054 - ], - [ - -122.06812523199994, - 36.95216582200004 - ], - [ - -122.06804232499996, - 36.95196775000005 - ], - [ - -122.06771931499998, - 36.951658990000055 - ], - [ - -122.06772714599998, - 36.95154657900008 - ], - [ - -122.06772697699995, - 36.95153392700007 - ], - [ - -122.06773499599996, - 36.95151213500003 - ], - [ - -122.06778187999998, - 36.95138174900006 - ], - [ - -122.06788774799998, - 36.951281057000074 - ], - [ - -122.06797628899994, - 36.951266858000054 - ], - [ - -122.06805993899997, - 36.95125372900003 - ], - [ - -122.06811140999997, - 36.951181965000046 - ], - [ - -122.06812074299995, - 36.95113751200006 - ], - [ - -122.06812710799994, - 36.95111307700006 - ], - [ - -122.0680355699999, - 36.951068977000034 - ], - [ - -122.067800477, - 36.95095504000005 - ], - [ - -122.06771648899996, - 36.95086553200008 - ], - [ - -122.06777655099995, - 36.95070918600004 - ], - [ - -122.06796370299998, - 36.950663389000056 - ], - [ - -122.06802548099995, - 36.95058293900007 - ], - [ - -122.06805706299997, - 36.950542315000064 - ], - [ - -122.06805815399997, - 36.95042763300006 - ], - [ - -122.06793464799995, - 36.95008762400005 - ], - [ - -122.06793426399997, - 36.95007356900004 - ], - [ - -122.067938799, - 36.94971129100003 - ], - [ - -122.06792290099997, - 36.94952779700003 - ], - [ - -122.06768921699995, - 36.94915596300007 - ], - [ - -122.06761668899998, - 36.94904193100007 - ], - [ - -122.06758795899998, - 36.94897438000004 - ], - [ - -122.06751790299995, - 36.94881559300006 - ], - [ - -122.067460499, - 36.948619320000034 - ], - [ - -122.06744214799994, - 36.948745072000065 - ], - [ - -122.06739037799997, - 36.94885733000007 - ], - [ - -122.06729457199998, - 36.94893999000004 - ], - [ - -122.06712980299994, - 36.94897726900007 - ], - [ - -122.06711708699999, - 36.94898815800008 - ], - [ - -122.06691870099996, - 36.948966315000064 - ], - [ - -122.06690305099994, - 36.948945182000045 - ], - [ - -122.06678247199994, - 36.94885029500006 - ], - [ - -122.06676510299997, - 36.94880786600004 - ], - [ - -122.06674601999998, - 36.94876124600006 - ], - [ - -122.06663565399998, - 36.94866101800005 - ], - [ - -122.06662694999994, - 36.94865799100006 - ], - [ - -122.06662691699995, - 36.94865798100005 - ], - [ - -122.06648079299998, - 36.948669909000046 - ], - [ - -122.06647730199995, - 36.948666237000054 - ], - [ - -122.06647725099998, - 36.94866626900006 - ], - [ - -122.06643564399997, - 36.948692117000064 - ], - [ - -122.06640086999994, - 36.94866713300007 - ], - [ - -122.06640086899995, - 36.948667070000056 - ], - [ - -122.06640074399996, - 36.948585741000045 - ], - [ - -122.06627564999997, - 36.948454208000044 - ], - [ - -122.06619423099994, - 36.94822370700007 - ], - [ - -122.06588616199997, - 36.948101844000064 - ], - [ - -122.065570993, - 36.94810161400005 - ], - [ - -122.06544065099996, - 36.948141150000026 - ], - [ - -122.06519425099998, - 36.948314984000035 - ], - [ - -122.06496756999996, - 36.948425873000076 - ], - [ - -122.06469375299997, - 36.94854540400007 - ], - [ - -122.06441961999997, - 36.948633382000025 - ], - [ - -122.06424824899995, - 36.94875597500004 - ], - [ - -122.06424382399996, - 36.94875656700003 - ], - [ - -122.06417810199997, - 36.948809511000036 - ], - [ - -122.06396131499997, - 36.94885737100003 - ], - [ - -122.06380543999995, - 36.94898008400003 - ], - [ - -122.06380538499997, - 36.94898008900003 - ], - [ - -122.06366788899999, - 36.94899213800005 - ], - [ - -122.06361116799997, - 36.949019115000056 - ], - [ - -122.06313175399998, - 36.94901758200007 - ], - [ - -122.06298080999994, - 36.94896230400008 - ], - [ - -122.06263341899995, - 36.949021222000056 - ], - [ - -122.06263271799997, - 36.94902138900005 - ], - [ - -122.06209480099994, - 36.94914913200006 - ], - [ - -122.06209475999998, - 36.94914914100008 - ], - [ - -122.06159988499996, - 36.94920604200007 - ], - [ - -122.06144464299996, - 36.949236179000025 - ], - [ - -122.06135042899996, - 36.949285186000054 - ], - [ - -122.06099449499999, - 36.94946039700005 - ], - [ - -122.06080143699995, - 36.94950961500007 - ], - [ - -122.06080137699996, - 36.949509645000035 - ], - [ - -122.06071478499996, - 36.94955292700007 - ], - [ - -122.06050616099998, - 36.94972697000003 - ], - [ - -122.06049514799997, - 36.949728821000065 - ], - [ - -122.06041864699995, - 36.94982316100004 - ], - [ - -122.06011694499995, - 36.94981175600003 - ], - [ - -122.06000188999997, - 36.94981172400003 - ], - [ - -122.05996820799999, - 36.94981738300004 - ], - [ - -122.05977218099997, - 36.949832092000065 - ], - [ - -122.05963094099997, - 36.949889029000076 - ], - [ - -122.05942533399997, - 36.94999782300005 - ], - [ - -122.05936856799997, - 36.950019972000064 - ], - [ - -122.05934344899998, - 36.95003767700007 - ], - [ - -122.05926135099998, - 36.95007951000008 - ], - [ - -122.059212748, - 36.95010427500006 - ], - [ - -122.05921271299997, - 36.950104268000075 - ], - [ - -122.05775440899998, - 36.94978618300007 - ], - [ - -122.05748525499996, - 36.949696251000034 - ], - [ - -122.05748519199994, - 36.94969623000003 - ], - [ - -122.05732103899999, - 36.94962672400004 - ], - [ - -122.05726811699998, - 36.94960431700008 - ], - [ - -122.05725345599996, - 36.949582459000055 - ], - [ - -122.05720677399995, - 36.94957231400008 - ], - [ - -122.05723422099999, - 36.949553783000056 - ], - [ - -122.05721645699998, - 36.949527319000026 - ], - [ - -122.05732894399995, - 36.94945604600008 - ], - [ - -122.05745126199997, - 36.94940724000003 - ], - [ - -122.05755644799996, - 36.94933622000008 - ], - [ - -122.05778998599999, - 36.94918258200005 - ], - [ - -122.057752656, - 36.94897580400004 - ], - [ - -122.05774545399998, - 36.948970332000044 - ], - [ - -122.05771545699997, - 36.948981022000055 - ], - [ - -122.05762497899997, - 36.94904560400005 - ], - [ - -122.05756323499998, - 36.94912668600006 - ], - [ - -122.05736364299997, - 36.94930991700005 - ], - [ - -122.05721617899997, - 36.94937406300005 - ], - [ - -122.05706016099998, - 36.94938858300003 - ], - [ - -122.05696422399996, - 36.94931798500005 - ], - [ - -122.05695997199996, - 36.949307591000036 - ], - [ - -122.05688649499996, - 36.94912810300008 - ], - [ - -122.05683454999996, - 36.949071325000034 - ], - [ - -122.056834515, - 36.94907128600005 - ], - [ - -122.05671338299999, - 36.94908037000005 - ], - [ - -122.056646216, - 36.949092362000044 - ], - [ - -122.05653883399998, - 36.94911426400006 - ], - [ - -122.05641165199995, - 36.94915748300008 - ], - [ - -122.05625607199994, - 36.949251512000046 - ], - [ - -122.05624612799994, - 36.949261603000025 - ], - [ - -122.05614588999998, - 36.94936331100007 - ], - [ - -122.056016076, - 36.94941636300007 - ], - [ - -122.05583632499997, - 36.949230715000056 - ], - [ - -122.05582391899998, - 36.949218253000026 - ], - [ - -122.05568057199997, - 36.94912974600004 - ], - [ - -122.05550034699996, - 36.94912638900007 - ], - [ - -122.05532427299994, - 36.94916832900003 - ], - [ - -122.05520796099995, - 36.949202601000025 - ], - [ - -122.05513325299995, - 36.94921382700005 - ], - [ - -122.05513298899996, - 36.949213891000056 - ], - [ - -122.055080611, - 36.949226372000055 - ], - [ - -122.05491606199996, - 36.94924755400007 - ], - [ - -122.054915984, - 36.94924757200005 - ], - [ - -122.05489247499997, - 36.94920932500003 - ], - [ - -122.05487237699998, - 36.94920668800006 - ], - [ - -122.05476309, - 36.949018774000024 - ], - [ - -122.05450308199994, - 36.948985151000045 - ], - [ - -122.05423583199996, - 36.94896949900004 - ], - [ - -122.05415880499999, - 36.94896724300003 - ], - [ - -122.05401302699994, - 36.94898806400005 - ], - [ - -122.05396658399997, - 36.94901499500003 - ], - [ - -122.05384830799994, - 36.949083579000046 - ], - [ - -122.05382177299998, - 36.94918706200008 - ], - [ - -122.05382176299997, - 36.94918710300004 - ], - [ - -122.05378861, - 36.94921192000004 - ], - [ - -122.05371757999995, - 36.949265095000044 - ], - [ - -122.05371755199997, - 36.94926511800003 - ], - [ - -122.05362366599996, - 36.94926822700006 - ], - [ - -122.05356441699996, - 36.949338228000045 - ], - [ - -122.05332198099995, - 36.94921547000007 - ], - [ - -122.0532492899999, - 36.949222966000036 - ], - [ - -122.05310171499997, - 36.949296109000045 - ], - [ - -122.05301462199998, - 36.94940824100007 - ], - [ - -122.05301459499998, - 36.949408274000064 - ], - [ - -122.05295391899995, - 36.949542902000076 - ], - [ - -122.05304039699996, - 36.94964727900003 - ], - [ - -122.05304921199996, - 36.949726217000034 - ], - [ - -122.05299746099996, - 36.949768592000055 - ], - [ - -122.05293032699996, - 36.94975240400004 - ], - [ - -122.05287879399998, - 36.94977669900004 - ], - [ - -122.05279270299997, - 36.94970740900004 - ], - [ - -122.05267628699994, - 36.94963530900003 - ], - [ - -122.05261080499997, - 36.94956604400005 - ], - [ - -122.05251962099999, - 36.94946960300007 - ], - [ - -122.05251960499999, - 36.94946957900004 - ], - [ - -122.05244545299996, - 36.949352443000066 - ], - [ - -122.05244118099995, - 36.949347286000034 - ], - [ - -122.05233906099994, - 36.94920449700004 - ], - [ - -122.05232526199995, - 36.94919039300004 - ], - [ - -122.05224191499997, - 36.949169908000044 - ], - [ - -122.05192994299995, - 36.949370188000046 - ], - [ - -122.05192677199994, - 36.94937155400004 - ], - [ - -122.05167787699997, - 36.949478672000055 - ], - [ - -122.05167689199999, - 36.949477460000026 - ], - [ - -122.05167687199997, - 36.94947743600005 - ], - [ - -122.05159884699998, - 36.94951632800007 - ], - [ - -122.05148914799997, - 36.94936221000006 - ], - [ - -122.05114687899999, - 36.94933918900006 - ], - [ - -122.05089341599995, - 36.949343921000036 - ], - [ - -122.05057880799995, - 36.94941126300006 - ], - [ - -122.05054852499995, - 36.949414836000074 - ], - [ - -122.05046256799994, - 36.94944410200003 - ], - [ - -122.05023572299996, - 36.949425749000056 - ], - [ - -122.05018488099995, - 36.94942163600007 - ], - [ - -122.05018481499997, - 36.949421631000064 - ], - [ - -122.04999420299998, - 36.94935258700008 - ], - [ - -122.049953443, - 36.949335881000025 - ], - [ - -122.04989841699995, - 36.94931332800007 - ], - [ - -122.049887776, - 36.94926839100003 - ], - [ - -122.04981186499998, - 36.94916173800004 - ], - [ - -122.04981302699997, - 36.94915509800006 - ], - [ - -122.04983982199997, - 36.94900196200007 - ], - [ - -122.04992898299997, - 36.948831408000046 - ], - [ - -122.04999793099995, - 36.94870576300008 - ], - [ - -122.04975958199998, - 36.948749029000055 - ], - [ - -122.04975808299997, - 36.94874986000008 - ], - [ - -122.04965555899997, - 36.94880670900005 - ], - [ - -122.04955162299996, - 36.94887779700008 - ], - [ - -122.04942123499995, - 36.948966976000065 - ], - [ - -122.04916057399998, - 36.94909563900006 - ], - [ - -122.04909664999997, - 36.94910344900006 - ], - [ - -122.048997037, - 36.949150700000075 - ], - [ - -122.04884492999997, - 36.949112557000035 - ], - [ - -122.04878947199995, - 36.94910969600005 - ], - [ - -122.04870918699999, - 36.94910555400003 - ], - [ - -122.04870915799995, - 36.949105572000065 - ], - [ - -122.048656774, - 36.94913668500004 - ], - [ - -122.04866592499997, - 36.949254078000024 - ], - [ - -122.04863617399997, - 36.949363875000074 - ], - [ - -122.04863124699995, - 36.949382067000045 - ], - [ - -122.04861416799997, - 36.94940324000004 - ], - [ - -122.04858788399997, - 36.94943582500008 - ], - [ - -122.04833597599998, - 36.94953080100004 - ], - [ - -122.04798868299997, - 36.949633892000065 - ], - [ - -122.04794109699998, - 36.94963895700005 - ], - [ - -122.04790701999997, - 36.949648996000064 - ], - [ - -122.04755809999995, - 36.94970929200008 - ], - [ - -122.04748920199995, - 36.94968701500005 - ], - [ - -122.04739830399996, - 36.949696682000024 - ], - [ - -122.04717284399999, - 36.94958668700008 - ], - [ - -122.04693412199998, - 36.949370490000035 - ], - [ - -122.04682590999994, - 36.94928738700003 - ], - [ - -122.04660823199998, - 36.94921715800007 - ], - [ - -122.04660817399997, - 36.94921719100006 - ], - [ - -122.04651284099998, - 36.94927041400007 - ], - [ - -122.04652057399994, - 36.94937531100004 - ], - [ - -122.04652114799995, - 36.94938310100008 - ], - [ - -122.04651519199996, - 36.949418183000034 - ], - [ - -122.04649552199999, - 36.949534062000055 - ], - [ - -122.04643544499999, - 36.949608640000065 - ], - [ - -122.04643480399994, - 36.94961012400006 - ], - [ - -122.046433837, - 36.949610635000056 - ], - [ - -122.04639995599996, - 36.949652696000044 - ], - [ - -122.04630378299998, - 36.94972534900006 - ], - [ - -122.04625252599999, - 36.94976407000007 - ], - [ - -122.04609143, - 36.94982623200008 - ], - [ - -122.04596622899999, - 36.949874531000034 - ], - [ - -122.04596616099997, - 36.949874556000054 - ], - [ - -122.045870515, - 36.949896298000056 - ], - [ - -122.04587043699996, - 36.94989628800005 - ], - [ - -122.045725103, - 36.94987626900007 - ], - [ - -122.04569512399996, - 36.94987685000007 - ], - [ - -122.04547269399995, - 36.94980625300008 - ], - [ - -122.04546302299997, - 36.94980835300004 - ], - [ - -122.04532517399997, - 36.94987837900004 - ], - [ - -122.04528123799997, - 36.94993867300008 - ], - [ - -122.04528121699997, - 36.94993870700006 - ], - [ - -122.04521089899998, - 36.95010277600005 - ], - [ - -122.04513280099997, - 36.950171967000074 - ], - [ - -122.04513270799998, - 36.950172020000025 - ], - [ - -122.04513267699997, - 36.95017203800006 - ], - [ - -122.04498499699997, - 36.95025656100006 - ], - [ - -122.04498491099997, - 36.95025657000008 - ], - [ - -122.044935211, - 36.95026210200007 - ], - [ - -122.04492722199996, - 36.95026728900007 - ], - [ - -122.04481730499998, - 36.950300206000065 - ], - [ - -122.04466665099994, - 36.95027871100007 - ], - [ - -122.04464047, - 36.950274053000044 - ], - [ - -122.04455937799997, - 36.95026883200006 - ], - [ - -122.04455932499997, - 36.95026882900004 - ], - [ - -122.044472639, - 36.95029971100007 - ], - [ - -122.04422098499998, - 36.950489160000075 - ], - [ - -122.04407339299996, - 36.95055561200007 - ], - [ - -122.04403813999994, - 36.95055839300005 - ], - [ - -122.04386470199995, - 36.95057207600007 - ], - [ - -122.04369149999997, - 36.950568316000044 - ], - [ - -122.04358733099997, - 36.950589938000064 - ], - [ - -122.04355312999996, - 36.95065000200003 - ], - [ - -122.04354309799999, - 36.95076092200003 - ], - [ - -122.04339849999997, - 36.950745289000054 - ], - [ - -122.04338403599996, - 36.950745666000046 - ], - [ - -122.04328273399994, - 36.95088161900003 - ], - [ - -122.043205108, - 36.95100161400006 - ], - [ - -122.04309720799995, - 36.95104972200005 - ], - [ - -122.04306623899998, - 36.951063530000056 - ], - [ - -122.04306618099997, - 36.951063556000065 - ], - [ - -122.04284920299995, - 36.95111826600004 - ], - [ - -122.04277117499998, - 36.951165581000055 - ], - [ - -122.04268440899995, - 36.95121819600007 - ], - [ - -122.04251934099995, - 36.951392791000046 - ], - [ - -122.04243073699996, - 36.951448570000025 - ], - [ - -122.04239747599996, - 36.95149083300004 - ], - [ - -122.04235309999996, - 36.95149744400004 - ], - [ - -122.04221587599994, - 36.95158383200004 - ], - [ - -122.04206789399996, - 36.95185782000004 - ], - [ - -122.04204786099996, - 36.95188190300007 - ], - [ - -122.04202672899999, - 36.95194755700004 - ], - [ - -122.04196120199998, - 36.95198708600003 - ], - [ - -122.041868551, - 36.95213559800004 - ], - [ - -122.041868524, - 36.95213564900007 - ], - [ - -122.04181603399996, - 36.952281586000026 - ], - [ - -122.04174068099996, - 36.95237024000005 - ], - [ - -122.04171089199997, - 36.952447541000026 - ], - [ - -122.04161160899997, - 36.952534772000035 - ], - [ - -122.04156490599996, - 36.952608603000044 - ], - [ - -122.04148680299994, - 36.95267779100004 - ], - [ - -122.04146068499995, - 36.95267639400004 - ], - [ - -122.04142965799997, - 36.95270667700004 - ], - [ - -122.04115574699995, - 36.952661644000045 - ], - [ - -122.04112081399995, - 36.95265822400006 - ], - [ - -122.04099156899997, - 36.952651314000036 - ], - [ - -122.04099153399994, - 36.95265131200006 - ], - [ - -122.04088780099994, - 36.95269549200003 - ], - [ - -122.04081796699995, - 36.95283687800003 - ], - [ - -122.04078337799996, - 36.952833128000066 - ], - [ - -122.04077223699994, - 36.95284784000006 - ], - [ - -122.04049107999998, - 36.952820777000056 - ], - [ - -122.04045279699994, - 36.95281794300007 - ], - [ - -122.04017554899997, - 36.952847521000024 - ], - [ - -122.040125107, - 36.95284070300005 - ], - [ - -122.03980985899994, - 36.95279810100004 - ], - [ - -122.03975842499995, - 36.952803578000044 - ], - [ - -122.03959439699997, - 36.95284055900004 - ], - [ - -122.03942958399995, - 36.95288429500005 - ], - [ - -122.03921695499997, - 36.95293440300003 - ], - [ - -122.03885498499994, - 36.952746681000065 - ], - [ - -122.03867019599994, - 36.95264828100005 - ], - [ - -122.03840970199997, - 36.952652930000056 - ], - [ - -122.03819046399997, - 36.95255875700008 - ], - [ - -122.03810139299998, - 36.952663951000034 - ], - [ - -122.03796955899998, - 36.95267963500004 - ], - [ - -122.03795364599995, - 36.95269432200007 - ], - [ - -122.03782556299996, - 36.952709121000055 - ], - [ - -122.03770058799995, - 36.95272355900005 - ], - [ - -122.03764274799994, - 36.952795440000045 - ], - [ - -122.03748754399999, - 36.95270721000003 - ], - [ - -122.03733718499996, - 36.95265093200004 - ], - [ - -122.03716310399994, - 36.952522772000066 - ], - [ - -122.03713603199998, - 36.95250738200008 - ], - [ - -122.03712478699998, - 36.95249456200003 - ], - [ - -122.03694581999997, - 36.952362805000064 - ], - [ - -122.03688511799999, - 36.95236574900008 - ], - [ - -122.036807722, - 36.952378612000075 - ], - [ - -122.03679682699999, - 36.95239043200007 - ], - [ - -122.03673232099999, - 36.95251311800007 - ], - [ - -122.03671612799997, - 36.95251121200005 - ], - [ - -122.03670368899998, - 36.952555665000034 - ], - [ - -122.03648618099999, - 36.95255167000005 - ], - [ - -122.03620015099995, - 36.952463720000026 - ], - [ - -122.03613659599995, - 36.952408235000064 - ], - [ - -122.03602021299997, - 36.95236986500004 - ], - [ - -122.03584934199995, - 36.95217016600003 - ], - [ - -122.03558945399999, - 36.95207115100004 - ], - [ - -122.03558273799996, - 36.95206396800006 - ], - [ - -122.03554056699994, - 36.95205724200008 - ], - [ - -122.03534940399999, - 36.95190124000004 - ], - [ - -122.03520672499997, - 36.95186071400008 - ], - [ - -122.03514865399995, - 36.95183702600008 - ], - [ - -122.03493253599999, - 36.95178415600003 - ], - [ - -122.03488917399994, - 36.95171389500007 - ], - [ - -122.03481265199997, - 36.95165712700003 - ], - [ - -122.03468625299996, - 36.95166267500008 - ], - [ - -122.03459725399995, - 36.95181744300004 - ], - [ - -122.03443968699997, - 36.95184320200008 - ], - [ - -122.03443229499999, - 36.95183625300007 - ], - [ - -122.034316177, - 36.95178356200006 - ], - [ - -122.03420157399995, - 36.951651165000044 - ], - [ - -122.03411776699994, - 36.95160856700005 - ], - [ - -122.033986546, - 36.951596100000074 - ], - [ - -122.03396131399995, - 36.95159693100004 - ], - [ - -122.03372742899995, - 36.95165711900006 - ], - [ - -122.03369571199994, - 36.95168806800007 - ], - [ - -122.03363877099997, - 36.95178710600004 - ], - [ - -122.03356991299995, - 36.95184741200006 - ], - [ - -122.03352194599995, - 36.951850412000056 - ], - [ - -122.03343266399997, - 36.95192964600005 - ], - [ - -122.03311101499997, - 36.951830123000036 - ], - [ - -122.03271978199996, - 36.95177956900005 - ], - [ - -122.03264974899997, - 36.95178353700004 - ], - [ - -122.03264968299999, - 36.951783540000065 - ], - [ - -122.032597792, - 36.95177807300007 - ], - [ - -122.03254744199995, - 36.95177277000005 - ], - [ - -122.03246027499995, - 36.95177523800004 - ], - [ - -122.03242409699999, - 36.951757566000026 - ], - [ - -122.03222388499995, - 36.95171021600004 - ], - [ - -122.03211995999999, - 36.95166208400008 - ], - [ - -122.03201600299997, - 36.951501257000075 - ], - [ - -122.03201592499994, - 36.95150125500004 - ], - [ - -122.03200468299997, - 36.951500958000054 - ], - [ - -122.03184478199995, - 36.95154260800007 - ], - [ - -122.03167336499996, - 36.95160881400005 - ], - [ - -122.03163808999994, - 36.95151945400005 - ], - [ - -122.031573026, - 36.95149760500004 - ], - [ - -122.03159049299995, - 36.951283656000044 - ], - [ - -122.031530004, - 36.95118402000003 - ], - [ - -122.031529923, - 36.95118399800003 - ], - [ - -122.03137323299995, - 36.95114438600007 - ], - [ - -122.03137250099996, - 36.95114579600005 - ], - [ - -122.03137234599996, - 36.95114609500007 - ], - [ - -122.03137226599995, - 36.95114625100007 - ], - [ - -122.03133162699999, - 36.95132208000007 - ], - [ - -122.031329976, - 36.95132327400006 - ], - [ - -122.03132992599996, - 36.95135814500003 - ], - [ - -122.031208758, - 36.951440508000076 - ], - [ - -122.03118060499997, - 36.95144902000004 - ], - [ - -122.03113859899997, - 36.951461720000054 - ], - [ - -122.03111908699998, - 36.95147583500005 - ], - [ - -122.03102293199998, - 36.95158547300008 - ], - [ - -122.03082199799996, - 36.95158236100008 - ], - [ - -122.03071482799999, - 36.95158070100007 - ], - [ - -122.03041328299997, - 36.951612038000064 - ], - [ - -122.030262473, - 36.95154770600004 - ], - [ - -122.02998163099994, - 36.95166259300004 - ], - [ - -122.02976910199999, - 36.951760010000044 - ], - [ - -122.02945397999997, - 36.951865600000076 - ], - [ - -122.02911829799996, - 36.95187637300006 - ], - [ - -122.02885254999995, - 36.95182347400004 - ], - [ - -122.02879326599998, - 36.951820533000046 - ], - [ - -122.02866482099995, - 36.95181416100007 - ], - [ - -122.02851369299998, - 36.95178666900006 - ], - [ - -122.02835258299996, - 36.951757360000045 - ], - [ - -122.02798319799996, - 36.95163620200003 - ], - [ - -122.02763258899995, - 36.95157124100007 - ], - [ - -122.02753039599997, - 36.95154860300005 - ], - [ - -122.02750158099997, - 36.95154548000005 - ], - [ - -122.02748162399996, - 36.95153779900005 - ], - [ - -122.02728398999994, - 36.95149401600003 - ], - [ - -122.02725186799995, - 36.95144935400003 - ], - [ - -122.027250198, - 36.95144871200006 - ], - [ - -122.02725013799994, - 36.951448689000074 - ], - [ - -122.02709349899999, - 36.951341625000055 - ], - [ - -122.02706734599997, - 36.95124428300005 - ], - [ - -122.02698914299998, - 36.95110628100008 - ], - [ - -122.02696317099998, - 36.95100253800007 - ], - [ - -122.02696530699995, - 36.95100065200006 - ], - [ - -122.02693602399995, - 36.95092552600005 - ], - [ - -122.02702892099995, - 36.950802192000026 - ], - [ - -122.02701564199998, - 36.95073688600007 - ], - [ - -122.02695161599996, - 36.95066996000003 - ], - [ - -122.02686991999997, - 36.95072310300003 - ], - [ - -122.02684175299999, - 36.950771564000036 - ], - [ - -122.02684171199996, - 36.950771632000055 - ], - [ - -122.02681564799997, - 36.95078930300008 - ], - [ - -122.02679701999995, - 36.950776018000056 - ], - [ - -122.02675509199997, - 36.95074611800004 - ], - [ - -122.026702947, - 36.95059016500005 - ], - [ - -122.02663370699997, - 36.95045876000006 - ], - [ - -122.02655408199996, - 36.95034874700008 - ], - [ - -122.02639570499997, - 36.950414049000074 - ], - [ - -122.02638441899995, - 36.950608438000074 - ], - [ - -122.02643399099998, - 36.95098903400003 - ], - [ - -122.02643399799996, - 36.95098909300003 - ], - [ - -122.02639343499999, - 36.951026771000045 - ], - [ - -122.02636437399997, - 36.95105376600003 - ], - [ - -122.02608688199996, - 36.951067229000046 - ], - [ - -122.02583525499995, - 36.95126577000008 - ], - [ - -122.02582612499998, - 36.951371667000046 - ], - [ - -122.02591327799996, - 36.951476048000075 - ], - [ - -122.02596525999996, - 36.95158012500008 - ], - [ - -122.02596965899994, - 36.95172428300003 - ], - [ - -122.02598847999997, - 36.951798875000065 - ], - [ - -122.02596342499999, - 36.951934110000025 - ], - [ - -122.02593869099996, - 36.952118393000035 - ], - [ - -122.02586828999995, - 36.95228235500008 - ], - [ - -122.02580231499996, - 36.95247114800003 - ], - [ - -122.02579695199995, - 36.952472588000035 - ], - [ - -122.02554169099994, - 36.952541119000045 - ], - [ - -122.02539032399994, - 36.95270787100003 - ], - [ - -122.02538452099998, - 36.952737365000075 - ], - [ - -122.025369034, - 36.95281605300005 - ], - [ - -122.02536325199998, - 36.952882188000046 - ], - [ - -122.02535071199998, - 36.95289320300003 - ], - [ - -122.02535068199995, - 36.95289328600006 - ], - [ - -122.02532283399995, - 36.95297202800003 - ], - [ - -122.02532282399994, - 36.95297205800006 - ], - [ - -122.02523622399997, - 36.95299385000004 - ], - [ - -122.025201617, - 36.953031622000026 - ], - [ - -122.02506091099997, - 36.953416041000025 - ], - [ - -122.02506022499995, - 36.953745050000066 - ], - [ - -122.02497031099995, - 36.95408008600003 - ], - [ - -122.02464169299998, - 36.95450187500006 - ], - [ - -122.02464117699998, - 36.95450336500005 - ], - [ - -122.02464014799995, - 36.954506337000055 - ], - [ - -122.02464001899995, - 36.95450670800005 - ], - [ - -122.02460562899995, - 36.954712577000066 - ], - [ - -122.02462639499998, - 36.95484570600007 - ], - [ - -122.02432698099994, - 36.95539819800007 - ], - [ - -122.02431616299998, - 36.95550784200003 - ], - [ - -122.024332771, - 36.95559853800006 - ], - [ - -122.02437732599998, - 36.95576985400004 - ], - [ - -122.02452024899998, - 36.956122580000056 - ], - [ - -122.024568, - 36.95634156300008 - ], - [ - -122.02459585399998, - 36.95644190200005 - ], - [ - -122.02464924699996, - 36.956495534000055 - ], - [ - -122.02468081699999, - 36.95652726000003 - ], - [ - -122.02482801399998, - 36.95659609300003 - ], - [ - -122.02495793899999, - 36.95669637300006 - ], - [ - -122.02500547499994, - 36.95676482700003 - ], - [ - -122.02505389599997, - 36.95683457300004 - ], - [ - -122.02508168099996, - 36.95692585300003 - ], - [ - -122.02512791199996, - 36.95697039300006 - ], - [ - -122.02525118999995, - 36.957212533000074 - ], - [ - -122.02531212499997, - 36.957388808000076 - ], - [ - -122.025383848, - 36.95746173400005 - ], - [ - -122.02547066499994, - 36.95750733500006 - ], - [ - -122.02550889499997, - 36.95754386600004 - ], - [ - -122.02551596199999, - 36.957550619000074 - ], - [ - -122.02554340499995, - 36.95757683800008 - ], - [ - -122.02568152999999, - 36.957653253000046 - ], - [ - -122.02561934799996, - 36.95790513600008 - ], - [ - -122.02557077699998, - 36.95819093400007 - ], - [ - -122.02545345599998, - 36.958417576000045 - ], - [ - -122.02528216999997, - 36.958637012000054 - ], - [ - -122.02517854699994, - 36.95878038500007 - ], - [ - -122.02508920399998, - 36.95895993200003 - ], - [ - -122.02502413399998, - 36.959226450000074 - ], - [ - -122.02497883499996, - 36.95941198200006 - ], - [ - -122.02496422499996, - 36.95973186100008 - ], - [ - -122.02497770999997, - 36.95999563400005 - ], - [ - -122.02492893299996, - 36.96029720400003 - ], - [ - -122.02475046099994, - 36.96058418700005 - ], - [ - -122.024530713, - 36.96085956100006 - ], - [ - -122.02433837199999, - 36.961132908000025 - ], - [ - -122.02421432299997, - 36.96139104300005 - ], - [ - -122.02389136199997, - 36.96172190500005 - ], - [ - -122.02363777, - 36.962008266000055 - ], - [ - -122.02350052899999, - 36.962144601000034 - ], - [ - -122.02327402999998, - 36.962343297000075 - ], - [ - -122.02297889599998, - 36.96247382400003 - ], - [ - -122.02268350399999, - 36.96255805900006 - ], - [ - -122.02254138999996, - 36.96260683400004 - ], - [ - -122.02242351399997, - 36.962647289000074 - ], - [ - -122.02207146699999, - 36.96271173400004 - ], - [ - -122.02176407499996, - 36.962768003000065 - ], - [ - -122.02167117599998, - 36.96277676500006 - ], - [ - -122.02143375299994, - 36.96279915700006 - ], - [ - -122.02099122599998, - 36.96286758800005 - ], - [ - -122.02088130299995, - 36.96290006700008 - ], - [ - -122.02063545399994, - 36.96297271000003 - ], - [ - -122.020619034, - 36.962978787000054 - ], - [ - -122.02052545899994, - 36.96305301800004 - ], - [ - -122.01983319399994, - 36.963218563000055 - ], - [ - -122.01967583699997, - 36.96324817000004 - ], - [ - -122.01967543199999, - 36.96324825100004 - ], - [ - -122.01963562199995, - 36.963256810000075 - ], - [ - -122.01960246599998, - 36.963263934000054 - ], - [ - -122.01958602599996, - 36.963265068000055 - ], - [ - -122.01933984599998, - 36.963311384000065 - ], - [ - -122.019165349, - 36.96333139300003 - ], - [ - -122.01882657199997, - 36.96337023700005 - ], - [ - -122.01805928899995, - 36.96341797000008 - ], - [ - -122.01736688699998, - 36.96348434600003 - ], - [ - -122.01684644699998, - 36.96355439700005 - ], - [ - -122.01620911899994, - 36.963596435000056 - ], - [ - -122.015366745, - 36.963641273000064 - ], - [ - -122.01477750499998, - 36.963710743000036 - ], - [ - -122.01438701399996, - 36.96372101900005 - ], - [ - -122.01378457199996, - 36.96367094000004 - ], - [ - -122.01345594099996, - 36.96362088300003 - ], - [ - -122.013288795, - 36.96362917700003 - ], - [ - -122.01318681099997, - 36.96369300400005 - ], - [ - -122.01318674799995, - 36.963693044000024 - ], - [ - -122.01309178799994, - 36.963870271000076 - ], - [ - -122.01307313799998, - 36.96406848100003 - ], - [ - -122.01307792199998, - 36.96418787500005 - ], - [ - -122.01306364199996, - 36.964532543000075 - ], - [ - -122.01304898499995, - 36.964906505000044 - ], - [ - -122.01304098999998, - 36.96519939500007 - ], - [ - -122.01301468899999, - 36.965276430000074 - ], - [ - -122.01297850499998, - 36.96547599400003 - ], - [ - -122.01283996999996, - 36.965594345000056 - ], - [ - -122.01279975499995, - 36.965639328000066 - ], - [ - -122.01278656599999, - 36.96565474000005 - ], - [ - -122.01278561699996, - 36.96565514300005 - ], - [ - -122.01273600899998, - 36.965710632000025 - ], - [ - -122.01273601099996, - 36.96571066000007 - ], - [ - -122.01274441899994, - 36.96587520700007 - ], - [ - -122.01244062799998, - 36.96601915100007 - ], - [ - -122.01224100299999, - 36.96566371200004 - ], - [ - -122.01214508299995, - 36.96536768100003 - ], - [ - -122.01208135399997, - 36.964900803000035 - ], - [ - -122.01201481899994, - 36.96441339200004 - ], - [ - -122.01201481699997, - 36.96441336600003 - ], - [ - -122.01198067499996, - 36.963901544000066 - ], - [ - -122.01198067499996, - 36.96390151400004 - ], - [ - -122.01198926399996, - 36.963756843000056 - ], - [ - -122.01199792399996, - 36.96361094400004 - ], - [ - -122.01203447799998, - 36.963495323000075 - ], - [ - -122.01207608599998, - 36.963363737000066 - ], - [ - -122.01207608599998, - 36.96336370100005 - ], - [ - -122.01206789099996, - 36.96321679500005 - ], - [ - -122.01206703599996, - 36.96320143300005 - ], - [ - -122.01206703399998, - 36.963201387000026 - ], - [ - -122.01200675799998, - 36.96314230200005 - ], - [ - -122.01193702499995, - 36.96315072700003 - ], - [ - -122.01183565899998, - 36.96344511500007 - ], - [ - -122.01182409199998, - 36.96347870500006 - ], - [ - -122.01182047199995, - 36.963479531000075 - ], - [ - -122.01178431899996, - 36.96361822800003 - ], - [ - -122.01056577699995, - 36.96343454600003 - ], - [ - -122.00985373999998, - 36.96339029100005 - ], - [ - -122.00921628799995, - 36.963304193000056 - ], - [ - -122.00898589199994, - 36.96329289000005 - ], - [ - -122.00836061299998, - 36.96321104200007 - ], - [ - -122.00836056799994, - 36.96321103400004 - ], - [ - -122.007883011, - 36.96312359500007 - ], - [ - -122.00745731199999, - 36.96300506800003 - ], - [ - -122.00703285999998, - 36.962913541000034 - ], - [ - -122.00665963999995, - 36.96285398100008 - ], - [ - -122.006659507, - 36.96285395900003 - ], - [ - -122.00637570599997, - 36.96284514100006 - ], - [ - -122.00546554399995, - 36.96259638400005 - ], - [ - -122.00476738799995, - 36.96240348500004 - ], - [ - -122.00470836599999, - 36.96238661800004 - ], - [ - -122.00448863699995, - 36.96234708500003 - ], - [ - -122.00448854999996, - 36.96234706600006 - ], - [ - -122.00421088199994, - 36.962277140000026 - ], - [ - -122.00421074699995, - 36.962277097000026 - ], - [ - -122.00330626099998, - 36.96198593200006 - ], - [ - -122.00328872199998, - 36.961980924000045 - ], - [ - -122.00288505699996, - 36.961871615000064 - ], - [ - -122.00288898999997, - 36.96177209500007 - ], - [ - -122.00278750599995, - 36.96138415300004 - ], - [ - -122.00274370499994, - 36.960910356000056 - ], - [ - -122.00244001399994, - 36.96057213300003 - ], - [ - -122.00227119299996, - 36.960471306000045 - ], - [ - -122.00208024699998, - 36.96038428700007 - ], - [ - -122.00175734199996, - 36.96040496000006 - ], - [ - -122.00173923299997, - 36.96041239200008 - ], - [ - -122.00177191999995, - 36.960585227000024 - ], - [ - -122.00177579999996, - 36.96058884200005 - ], - [ - -122.00212757099996, - 36.96079257100007 - ], - [ - -122.002224706, - 36.96086211700003 - ], - [ - -122.00224174099998, - 36.96087431300003 - ], - [ - -122.00231837799998, - 36.960911356000054 - ], - [ - -122.00244018199999, - 36.96098452100006 - ], - [ - -122.00245734899994, - 36.96102868300005 - ], - [ - -122.00255116599999, - 36.96109585200003 - ], - [ - -122.00262661899995, - 36.96123169700007 - ], - [ - -122.00262545499999, - 36.96158999700003 - ], - [ - -122.00260775699996, - 36.96184336400006 - ], - [ - -122.00270929699997, - 36.96258904200005 - ], - [ - -122.00274411699996, - 36.96304225100005 - ], - [ - -122.00272587399996, - 36.963085576000026 - ], - [ - -122.00273781899995, - 36.96314811900004 - ], - [ - -122.00238770799996, - 36.96339982000006 - ], - [ - -122.00236509299998, - 36.963626082000076 - ], - [ - -122.0023793299999, - 36.963665595000066 - ], - [ - -122.00250697399997, - 36.96382814800006 - ], - [ - -122.00268786199996, - 36.964017553000076 - ], - [ - -122.00255297399997, - 36.96407476700006 - ], - [ - -122.002637312, - 36.96409590800005 - ], - [ - -122.002975473, - 36.96414391600007 - ], - [ - -122.00304176299994, - 36.96419729200005 - ], - [ - -122.00305613299997, - 36.964200894000044 - ], - [ - -122.00305617299995, - 36.96420096400004 - ], - [ - -122.00306460499996, - 36.964215685000056 - ], - [ - -122.00325547199998, - 36.964369368000064 - ], - [ - -122.00334302199997, - 36.96481629900006 - ], - [ - -122.00336237999994, - 36.96543167100003 - ], - [ - -122.00342266499996, - 36.965977527000064 - ], - [ - -122.00349003499997, - 36.96641076700007 - ], - [ - -122.00350769299996, - 36.96666559000005 - ], - [ - -122.00357714499995, - 36.96715523600005 - ], - [ - -122.00359422199995, - 36.967403320000074 - ], - [ - -122.00366323799994, - 36.967703597000025 - ], - [ - -122.00366476999994, - 36.96771025900006 - ], - [ - -122.00264108999994, - 36.96781323100004 - ], - [ - -122.002656931, - 36.96822004300003 - ], - [ - -122.00265698299995, - 36.96822004100005 - ], - [ - -122.002778106, - 36.96821681400007 - ], - [ - -122.00303899099998, - 36.96820986000006 - ], - [ - -122.00306546899998, - 36.96832716800003 - ], - [ - -122.00290854399998, - 36.96867507200005 - ], - [ - -122.00269176799998, - 36.96898658600003 - ], - [ - -122.00257928899998, - 36.96910061800003 - ], - [ - -122.00237095699998, - 36.96929929600003 - ], - [ - -122.00213622999996, - 36.96943043700003 - ], - [ - -122.001884314, - 36.969682857000066 - ], - [ - -122.00161523399998, - 36.96981127300006 - ], - [ - -122.00147819199998, - 36.96983288800004 - ], - [ - -122.00130278799998, - 36.969860554000036 - ], - [ - -122.00130275599997, - 36.96986055900004 - ], - [ - -122.00115564199996, - 36.96999450800007 - ], - [ - -122.00108572699997, - 36.97008619400003 - ], - [ - -122.00108563999999, - 36.97008630800008 - ], - [ - -122.00108606699996, - 36.96893019100003 - ], - [ - -122.00124185399994, - 36.96877163700003 - ], - [ - -122.00124187999995, - 36.96877161300006 - ], - [ - -122.00127541899997, - 36.968754113000045 - ], - [ - -122.00144194499995, - 36.96866722900006 - ], - [ - -122.00164169799996, - 36.96853605000007 - ], - [ - -122.00169675999996, - 36.96852001100007 - ], - [ - -122.001867243, - 36.96847037200007 - ], - [ - -122.00197611699997, - 36.96847550800004 - ], - [ - -122.00204060599998, - 36.96847855000004 - ], - [ - -122.00224059099997, - 36.968376539000076 - ], - [ - -122.00230321299995, - 36.96830308700004 - ], - [ - -122.00110951999994, - 36.96837231600006 - ], - [ - -122.00029017799994, - 36.96916536300006 - ], - [ - -121.99975486599999, - 36.97030392400006 - ], - [ - -121.999543029, - 36.97075025400005 - ], - [ - -121.99941822399995, - 36.97101725300007 - ], - [ - -121.99939855699995, - 36.971058079000045 - ], - [ - -121.99932026799996, - 36.97125582100006 - ], - [ - -121.99926659899995, - 36.97139381300008 - ], - [ - -121.99922740699998, - 36.971494231000065 - ], - [ - -121.99920406499996, - 36.97152239400003 - ], - [ - -121.999117174, - 36.971627202000036 - ], - [ - -121.99906541499996, - 36.971690995000074 - ], - [ - -121.99902039199998, - 36.971750314000076 - ], - [ - -121.99897852799995, - 36.97180269100005 - ], - [ - -121.99897017799998, - 36.97181274500008 - ], - [ - -121.99891669399994, - 36.97187115300005 - ], - [ - -121.99884411899995, - 36.97192559400003 - ], - [ - -121.99845283399998, - 36.972220426000035 - ], - [ - -121.99776663999995, - 36.97351920400007 - ], - [ - -121.99758218399995, - 36.97345081700007 - ], - [ - -121.99752875299998, - 36.97343125900005 - ], - [ - -121.997835469, - 36.973789547000024 - ], - [ - -121.99748250799996, - 36.97445857500003 - ], - [ - -121.99745941099997, - 36.97450276200004 - ], - [ - -121.997429577, - 36.974558099000035 - ], - [ - -121.99734899599997, - 36.97472255500003 - ], - [ - -121.99734582199994, - 36.97472879500003 - ], - [ - -121.99719772599997, - 36.975033162000045 - ], - [ - -121.997061283, - 36.97531272900005 - ], - [ - -121.99696094499996, - 36.975521385000036 - ], - [ - -121.99685724999995, - 36.97572939500003 - ], - [ - -121.99672082999996, - 36.976009944000054 - ], - [ - -121.99660402699999, - 36.976247701000034 - ], - [ - -121.99658289999996, - 36.976293260000034 - ], - [ - -121.99637881599995, - 36.97670823900006 - ], - [ - -121.99637969799994, - 36.97683525800005 - ], - [ - -121.99637717199994, - 36.977480453000055 - ], - [ - -121.99582214399999, - 36.978321950000065 - ], - [ - -121.99528039999996, - 36.97914086600008 - ], - [ - -121.99569967099995, - 36.97965361400003 - ], - [ - -121.99578143399998, - 36.97988774600003 - ], - [ - -121.99624214499994, - 36.98119279000008 - ], - [ - -121.99620805399996, - 36.98120011300006 - ], - [ - -121.99618291499996, - 36.98122029100006 - ], - [ - -121.99602781299996, - 36.98134592800005 - ], - [ - -121.99580409499998, - 36.98171033800003 - ], - [ - -121.99501335699995, - 36.98232851500006 - ], - [ - -121.99483741399996, - 36.98217013400006 - ], - [ - -121.99444042199997, - 36.98278533700005 - ], - [ - -121.99438382999995, - 36.98295325400005 - ], - [ - -121.99460329699997, - 36.983228868000026 - ], - [ - -121.99472385899998, - 36.98334719400003 - ], - [ - -121.99479709699995, - 36.98341766900006 - ], - [ - -121.99484260099996, - 36.98346309200008 - ], - [ - -121.994822178, - 36.983475456000065 - ], - [ - -121.99469407, - 36.98357153300003 - ], - [ - -121.99456794899999, - 36.98368297300004 - ], - [ - -121.99448514399995, - 36.983743418000074 - ], - [ - -121.99439549799996, - 36.983797792000075 - ], - [ - -121.99399310899997, - 36.98404780200008 - ], - [ - -121.993687132, - 36.98424669600007 - ], - [ - -121.99355365199995, - 36.98433252800004 - ], - [ - -121.99349137899998, - 36.984384824000074 - ], - [ - -121.99343884099994, - 36.98441952200005 - ], - [ - -121.99335925699995, - 36.98446205600004 - ], - [ - -121.99327788799997, - 36.984503637000046 - ], - [ - -121.99321173699997, - 36.98452886100006 - ], - [ - -121.99312683899996, - 36.98456326000007 - ], - [ - -121.993036739, - 36.984600417000024 - ], - [ - -121.99295170499994, - 36.98462968500007 - ], - [ - -121.99285131199997, - 36.98466321800004 - ], - [ - -121.99276300199995, - 36.98469493300007 - ], - [ - -121.99250955199994, - 36.98477856100004 - ], - [ - -121.99236330899998, - 36.98482706600004 - ], - [ - -121.99221389599995, - 36.984888770000055 - ], - [ - -121.992125779, - 36.98493454000004 - ], - [ - -121.99192648899998, - 36.985072021000065 - ], - [ - -121.991890975, - 36.98509891100008 - ], - [ - -121.99173510999998, - 36.98517604700004 - ], - [ - -121.99145990499994, - 36.98528844200007 - ], - [ - -121.99141571899997, - 36.98530647700005 - ], - [ - -121.99136286399994, - 36.98531580100007 - ], - [ - -121.99134413699994, - 36.985319068000024 - ], - [ - -121.99129992899998, - 36.985329583000066 - ], - [ - -121.99125888099996, - 36.985333224000044 - ], - [ - -121.99119830099994, - 36.98547681200006 - ], - [ - -121.99118687699996, - 36.98550378900006 - ], - [ - -121.99098712699998, - 36.985617234000074 - ], - [ - -121.99077211799994, - 36.985738738000066 - ], - [ - -121.99071288899995, - 36.985773195000036 - ], - [ - -121.99057407, - 36.98585011500006 - ], - [ - -121.990178534, - 36.98628165300005 - ], - [ - -121.99009899499998, - 36.98633276100003 - ], - [ - -121.99006526, - 36.98635378400007 - ], - [ - -121.98982028499995, - 36.986512839000056 - ], - [ - -121.989713371, - 36.986733549000064 - ], - [ - -121.98969200999994, - 36.98677714200005 - ], - [ - -121.98957531999997, - 36.98702065400005 - ], - [ - -121.98967960399995, - 36.98718207200005 - ], - [ - -121.98980976899998, - 36.987190714000064 - ], - [ - -121.98969384699996, - 36.987302750000026 - ], - [ - -121.98967703799997, - 36.98731877900008 - ], - [ - -121.98943426799997, - 36.98759554900005 - ], - [ - -121.98940252799997, - 36.987632286000064 - ], - [ - -121.98916318199997, - 36.987905554000065 - ], - [ - -121.98877334699995, - 36.98828032700004 - ], - [ - -121.98871451599996, - 36.988336711000045 - ], - [ - -121.98810201799995, - 36.989051465000045 - ], - [ - -121.98796158599998, - 36.989214668000045 - ], - [ - -121.98791806799994, - 36.98926502900008 - ], - [ - -121.987912957, - 36.98927123100003 - ], - [ - -121.98789128199996, - 36.98929627100006 - ], - [ - -121.98786771699997, - 36.98932295800006 - ], - [ - -121.98783874099996, - 36.989324357000044 - ], - [ - -121.987830396, - 36.989334762000055 - ], - [ - -121.98780694199996, - 36.98936566500004 - ], - [ - -121.98737804299998, - 36.98992773700007 - ], - [ - -121.98727557099994, - 36.99132443000008 - ], - [ - -121.98704718, - 36.99145950800005 - ], - [ - -121.98697272499999, - 36.99150370900003 - ], - [ - -121.98675679399997, - 36.99175197300008 - ], - [ - -121.98679580399994, - 36.99190527800005 - ], - [ - -121.98672287399995, - 36.992202184000064 - ], - [ - -121.986891104, - 36.99256914600005 - ], - [ - -121.986930987, - 36.99259477100003 - ], - [ - -121.98711746299995, - 36.992410060000054 - ], - [ - -121.98704088699998, - 36.99252087100007 - ], - [ - -121.98697583299997, - 36.99261510900004 - ], - [ - -121.98702578299998, - 36.99271613800005 - ], - [ - -121.98703303399998, - 36.99273113100003 - ], - [ - -121.98710356199996, - 36.99283905500005 - ], - [ - -121.98717261799999, - 36.99286391000004 - ], - [ - -121.98729383199998, - 36.993107578000036 - ], - [ - -121.98739122899997, - 36.99344212400007 - ], - [ - -121.98743500999996, - 36.993576156000074 - ], - [ - -121.98744235699996, - 36.99360148300008 - ], - [ - -121.98746425899998, - 36.99367225900005 - ], - [ - -121.98759353199995, - 36.99380071100006 - ], - [ - -121.98761627699997, - 36.993823107000026 - ], - [ - -121.98773329899996, - 36.99394037600007 - ], - [ - -121.98781118399995, - 36.994067158000064 - ], - [ - -121.98787319099995, - 36.994178599000065 - ], - [ - -121.987896359, - 36.99421715700004 - ], - [ - -121.98791781899996, - 36.994271069000035 - ], - [ - -121.98796097899998, - 36.99437460200005 - ], - [ - -121.98805648299998, - 36.994697157000076 - ], - [ - -121.98821201499999, - 36.99494165500005 - ], - [ - -121.98829038099996, - 36.99509345600006 - ], - [ - -121.98788279999997, - 36.99509487500006 - ], - [ - -121.98770736199998, - 36.99496972900005 - ], - [ - -121.98763945199994, - 36.99499533300008 - ], - [ - -121.98748005299996, - 36.995048061000034 - ], - [ - -121.98747958599995, - 36.995048206000035 - ], - [ - -121.98748332799994, - 36.995064296000066 - ], - [ - -121.98748890099995, - 36.995088262000024 - ], - [ - -121.98749664299999, - 36.99512869600005 - ], - [ - -121.98749911899995, - 36.99516949800005 - ], - [ - -121.98749979999997, - 36.995208209000054 - ], - [ - -121.98749983799996, - 36.995210332000056 - ], - [ - -121.98750346399999, - 36.995214418000046 - ], - [ - -121.98758922099995, - 36.99531287800005 - ], - [ - -121.987599408, - 36.99532411600006 - ], - [ - -121.98761906099998, - 36.99534579700003 - ], - [ - -121.98761910099995, - 36.99534584100007 - ], - [ - -121.98765924699995, - 36.995345643000064 - ], - [ - -121.98766006899996, - 36.99534564500004 - ], - [ - -121.98874388699994, - 36.99534111200006 - ], - [ - -121.98913062999998, - 36.995758468000076 - ], - [ - -121.98915590499996, - 36.99578796800006 - ], - [ - -121.98953716399996, - 36.99623292600006 - ], - [ - -121.98990829099995, - 36.99646375200007 - ], - [ - -121.99028470399998, - 36.996627845000035 - ], - [ - -121.991063769, - 36.996977377000064 - ], - [ - -121.99108934099996, - 36.99747558900003 - ], - [ - -121.99095209099994, - 36.997639796000044 - ], - [ - -121.99094106599995, - 36.99776905300007 - ], - [ - -121.991191126, - 36.998043245000076 - ], - [ - -121.991459325, - 36.99878694900008 - ], - [ - -121.99146884399994, - 36.99900865800004 - ], - [ - -121.99147863199994, - 36.99924062600007 - ], - [ - -121.99182161599998, - 36.99995896200005 - ], - [ - -121.99189599699997, - 37.00034050100004 - ], - [ - -121.99200107099995, - 37.00087963100003 - ], - [ - -121.99203524299998, - 37.00131042400005 - ], - [ - -121.99187053799994, - 37.00163495700008 - ], - [ - -121.99198682899998, - 37.00240701700005 - ], - [ - -121.99222635299998, - 37.00265460000003 - ], - [ - -121.99224009899996, - 37.00300397600006 - ], - [ - -121.99203772799996, - 37.00316006800006 - ], - [ - -121.99210380899996, - 37.00364058900004 - ], - [ - -121.99210002899997, - 37.003791378000074 - ], - [ - -121.99224396199997, - 37.00397490600005 - ], - [ - -121.99229230499998, - 37.00615081800004 - ], - [ - -121.99229456199998, - 37.00625686500007 - ], - [ - -121.99322241399994, - 37.006247743000074 - ], - [ - -121.99601669999998, - 37.00622022300007 - ], - [ - -121.99604922599997, - 37.006219817000044 - ], - [ - -121.99607840899995, - 37.00621939600006 - ], - [ - -121.99610232199996, - 37.00621913400005 - ], - [ - -121.99610177399995, - 37.00661943600005 - ], - [ - -121.99610281399998, - 37.006672356000024 - ], - [ - -121.99602106299994, - 37.00678051800003 - ], - [ - -121.99411909599996, - 37.00930172200003 - ], - [ - -121.99408328799996, - 37.00957206800007 - ], - [ - -121.99408466399996, - 37.00957296400003 - ], - [ - -121.99408689799998, - 37.009573929000055 - ], - [ - -121.99453952699997, - 37.00976940800007 - ], - [ - -121.99474718099998, - 37.009769869000024 - ], - [ - -121.995514142, - 37.00975252300003 - ], - [ - -121.99684965299997, - 37.00975546500007 - ], - [ - -121.99684414399997, - 37.00907175900005 - ], - [ - -121.99684034299997, - 37.008359394000024 - ], - [ - -121.99683822399999, - 37.00808504500003 - ], - [ - -121.99737627199994, - 37.00835353300005 - ], - [ - -121.99764770899998, - 37.00848914200003 - ], - [ - -121.99764677299999, - 37.00835347700007 - ], - [ - -121.99763623099994, - 37.00696443900006 - ], - [ - -122.0009326099999, - 37.00696124700005 - ], - [ - -122.00115173899997, - 37.00696078500005 - ], - [ - -122.00148028799998, - 37.00720136800004 - ], - [ - -122.00181253199997, - 37.007201879000036 - ], - [ - -122.00180318899999, - 37.007161121000024 - ], - [ - -122.001781957, - 37.00704295300005 - ], - [ - -122.00176757899999, - 37.00692466700008 - ], - [ - -122.00175671099998, - 37.00680604300004 - ], - [ - -122.00175251399997, - 37.00668695300004 - ], - [ - -122.00171658699998, - 37.00600514700005 - ], - [ - -122.00162614799996, - 37.005243696000036 - ], - [ - -122.00161584399996, - 37.00515972000005 - ], - [ - -122.00160045799998, - 37.00507653300008 - ], - [ - -122.00158174099994, - 37.00499368200008 - ], - [ - -122.001521057, - 37.004786685000056 - ], - [ - -122.00150450799998, - 37.00473269200006 - ], - [ - -122.00149322099998, - 37.00467818800007 - ], - [ - -122.00148702699994, - 37.00462338700004 - ], - [ - -122.00148230399998, - 37.00456434400007 - ], - [ - -122.00148462299995, - 37.00450560300004 - ], - [ - -122.00149028399994, - 37.00444680700008 - ], - [ - -122.001502846, - 37.004389651000054 - ], - [ - -122.00151895, - 37.00433349000008 - ], - [ - -122.00154001499999, - 37.00427865100005 - ], - [ - -122.00156637899994, - 37.00422470800004 - ], - [ - -122.00174252299996, - 37.00386847400006 - ], - [ - -122.00178193999994, - 37.00378935300006 - ], - [ - -122.00181797999994, - 37.00370888200007 - ], - [ - -122.00184730299998, - 37.00362712000003 - ], - [ - -122.00187308199997, - 37.00354436300006 - ], - [ - -122.00189532999997, - 37.003461032000075 - ], - [ - -122.00191245899998, - 37.00337701400008 - ], - [ - -122.00192446999995, - 37.00329238000006 - ], - [ - -122.00193312299996, - 37.003207100000054 - ], - [ - -122.00193650399996, - 37.003121908000026 - ], - [ - -122.00193974899997, - 37.003031587000066 - ], - [ - -122.00194827499996, - 37.002941528000065 - ], - [ - -122.00196190999998, - 37.002851735000036 - ], - [ - -122.001978894, - 37.002762236000024 - ], - [ - -122.00199941199998, - 37.00267338100008 - ], - [ - -122.00202681399998, - 37.00258546400005 - ], - [ - -122.00205581499995, - 37.00249822300003 - ], - [ - -122.00209012699997, - 37.00241229900007 - ], - [ - -122.00236363599998, - 37.00180070400006 - ], - [ - -122.00274324399999, - 37.00108474900003 - ], - [ - -122.00288437599994, - 37.000868371000024 - ], - [ - -122.00319196899994, - 37.00048910600003 - ], - [ - -122.00324381699994, - 37.00042798100003 - ], - [ - -122.00330084599995, - 37.00036993500004 - ], - [ - -122.00336304499996, - 37.00031454200007 - ], - [ - -122.00342884, - 37.00026218100004 - ], - [ - -122.00349805699994, - 37.000212856000076 - ], - [ - -122.00356913299998, - 37.00016729500004 - ], - [ - -122.00364521399996, - 37.00012481500005 - ], - [ - -122.00372491699994, - 37.00008635000006 - ], - [ - -122.00403870699995, - 36.99993538600006 - ], - [ - -122.00408960899995, - 36.999905141000056 - ], - [ - -122.00413851699994, - 36.99987261000007 - ], - [ - -122.00418576899995, - 36.99983729300004 - ], - [ - -122.00422785899997, - 36.99979967500008 - ], - [ - -122.00426813899998, - 36.99976004700005 - ], - [ - -122.00430501299996, - 36.99971801800007 - ], - [ - -122.00433832399995, - 36.99967429000003 - ], - [ - -122.00436649399995, - 36.99962896200003 - ], - [ - -122.00448585799995, - 36.99943446300006 - ], - [ - -122.00453069599996, - 36.99936108500003 - ], - [ - -122.004732903, - 36.99902753600003 - ], - [ - -122.00476923099995, - 36.99896491800007 - ], - [ - -122.00480752199996, - 36.99890331900008 - ], - [ - -122.0048458699999, - 36.99885057800003 - ], - [ - -122.00487749799998, - 36.998809691000076 - ], - [ - -122.00488750699998, - 36.99879581300007 - ], - [ - -122.00493597099995, - 36.998739949000026 - ], - [ - -122.00498977299998, - 36.99868638500004 - ], - [ - -122.00504522099999, - 36.99863518300003 - ], - [ - -122.00510424599997, - 36.998586311000054 - ], - [ - -122.00516827799999, - 36.99854051700004 - ], - [ - -122.00530857299998, - 36.99844605200008 - ], - [ - -122.00535926299995, - 36.998414473000025 - ], - [ - -122.00541355099995, - 36.99838592800006 - ], - [ - -122.00546949399995, - 36.998360167000044 - ], - [ - -122.00552552, - 36.99833749600003 - ], - [ - -122.00558514099998, - 36.998317789000055 - ], - [ - -122.00564642799998, - 36.99830121600007 - ], - [ - -122.005707815, - 36.99828843800003 - ], - [ - -122.00581020899995, - 36.99827025800005 - ], - [ - -122.00591267699997, - 36.99825488600004 - ], - [ - -122.00601680099999, - 36.99824222900003 - ], - [ - -122.00612100099994, - 36.99823252400006 - ], - [ - -122.00619811299998, - 36.998229181000056 - ], - [ - -122.00627691499994, - 36.998229888000026 - ], - [ - -122.00635406699996, - 36.99823469900008 - ], - [ - -122.00643115199995, - 36.998243659000025 - ], - [ - -122.00650852299998, - 36.99825676300003 - ], - [ - -122.00658248699995, - 36.998274 - ], - [ - -122.00665655999995, - 36.998295314000075 - ], - [ - -122.00704629599994, - 36.998429746000056 - ], - [ - -122.00712199699996, - 36.998452790000044 - ], - [ - -122.00719953099997, - 36.99847200500005 - ], - [ - -122.00727855799994, - 36.99848782200007 - ], - [ - -122.00735766799994, - 36.99850019200005 - ], - [ - -122.00743650299995, - 36.99850877100005 - ], - [ - -122.00751717199995, - 36.99851359300004 - ], - [ - -122.00814563499995, - 36.99851849400005 - ], - [ - -122.00822615899995, - 36.99851783400004 - ], - [ - -122.00830640799995, - 36.998513382000056 - ], - [ - -122.008385149, - 36.998505160000036 - ], - [ - -122.00846361299995, - 36.998493146000044 - ], - [ - -122.00854196799997, - 36.99847698600007 - ], - [ - -122.00861865299998, - 36.99845748000007 - ], - [ - -122.00869365299997, - 36.99843420700006 - ], - [ - -122.00876330699998, - 36.998408211000026 - ], - [ - -122.00883287099998, - 36.99837884200008 - ], - [ - -122.00889725299999, - 36.998346398000024 - ], - [ - -122.00896173099994, - 36.99831092900007 - ], - [ - -122.00902261999994, - 36.99827270900005 - ], - [ - -122.00908494499998, - 36.99822898200006 - ], - [ - -122.00914403099995, - 36.99818256700007 - ], - [ - -122.00919775299997, - 36.99813272700004 - ], - [ - -122.00924983899995, - 36.99808087800005 - ], - [ - -122.009296754, - 36.99802637300007 - ], - [ - -122.00934008999997, - 36.99796953900005 - ], - [ - -122.00941112899994, - 36.998009111000044 - ], - [ - -122.00954605099997, - 36.998083594000036 - ], - [ - -122.00969510599998, - 36.998167187000035 - ], - [ - -122.00966851499999, - 36.99820560100005 - ], - [ - -122.00955181899997, - 36.99836751200007 - ], - [ - -122.00969682199997, - 36.99851050800004 - ], - [ - -122.00969606099994, - 36.99856134800007 - ], - [ - -122.00969574299995, - 36.99862898300006 - ], - [ - -122.00969157599997, - 36.99892944900006 - ], - [ - -122.00968991899998, - 36.99909911300006 - ], - [ - -122.00974701899997, - 36.99913027300005 - ], - [ - -122.00969781999999, - 36.99941041100004 - ], - [ - -122.00969697999994, - 36.99945162200004 - ], - [ - -122.00969439799997, - 36.999579754000024 - ], - [ - -122.00971989799996, - 36.99965939400005 - ], - [ - -122.00975651399995, - 36.99977357500006 - ], - [ - -122.00976381499999, - 36.99979686200004 - ], - [ - -122.00979692399994, - 36.99991145400003 - ], - [ - -122.00980994399998, - 37.00005106200007 - ], - [ - -122.00981262199997, - 37.00009903200004 - ], - [ - -122.0098538299999, - 37.000187477000054 - ], - [ - -122.00991455099995, - 37.00031545100006 - ], - [ - -122.00996474099998, - 37.00042434000005 - ], - [ - -122.00998227499997, - 37.00044225200003 - ], - [ - -122.01006099299997, - 37.000526053000044 - ], - [ - -122.01016594899994, - 37.00063767000006 - ], - [ - -122.01027613099996, - 37.00075405100006 - ], - [ - -122.01029021699998, - 37.00076794300003 - ], - [ - -122.01039440399995, - 37.00084386000003 - ], - [ - -122.010543913, - 37.000951067000074 - ], - [ - -122.01062027899997, - 37.001005733000056 - ], - [ - -122.010644679, - 37.00102394900006 - ], - [ - -122.01066205399997, - 37.001042565000034 - ], - [ - -122.01094896599994, - 37.00133760800003 - ], - [ - -122.01095636999997, - 37.001457697000035 - ], - [ - -122.010964802, - 37.00161657600006 - ], - [ - -122.01085008099994, - 37.001707311000075 - ], - [ - -122.01071277899996, - 37.00168918000003 - ], - [ - -122.01068542099995, - 37.00168542500006 - ], - [ - -122.01047917899996, - 37.00174024000006 - ], - [ - -122.01042564199997, - 37.00180378600004 - ], - [ - -122.01053510099996, - 37.001965803000076 - ], - [ - -122.01047364899995, - 37.00205584500003 - ], - [ - -122.01039723199995, - 37.002092221000055 - ], - [ - -122.01024454699996, - 37.00216391300006 - ], - [ - -122.01010125999994, - 37.00227840200006 - ], - [ - -122.01007195099999, - 37.00235362800004 - ], - [ - -122.01003822699994, - 37.00246147800004 - ], - [ - -122.01128441699996, - 37.002441978000036 - ], - [ - -122.011301646, - 37.00244175700004 - ], - [ - -122.01277214899994, - 37.002418860000034 - ], - [ - -122.01293651599997, - 37.00241635300006 - ], - [ - -122.01343980799999, - 37.00240844600006 - ], - [ - -122.01346370899995, - 37.00240783000004 - ], - [ - -122.01489483299997, - 37.002385504000074 - ], - [ - -122.01510016399999, - 37.002382510000075 - ], - [ - -122.01668193999996, - 37.00235781500004 - ], - [ - -122.01668299199997, - 37.002410664000024 - ], - [ - -122.01698768699998, - 37.00273843200006 - ], - [ - -122.01711555199995, - 37.00271235500003 - ], - [ - -122.01773809399998, - 37.002585844000066 - ], - [ - -122.01781820999997, - 37.00256964700003 - ], - [ - -122.01798700399996, - 37.002535212000055 - ], - [ - -122.01823923499995, - 37.002483819000076 - ], - [ - -122.01852241899996, - 37.00242585500007 - ], - [ - -122.018529248, - 37.00242475500005 - ], - [ - -122.018536069, - 37.00242330300006 - ], - [ - -122.01853269799994, - 37.002428844000065 - ], - [ - -122.01849146799998, - 37.00250526000008 - ], - [ - -122.01831983499994, - 37.00282298900004 - ], - [ - -122.01829520399997, - 37.002868962000036 - ], - [ - -122.01834647699997, - 37.00312377600005 - ], - [ - -122.01845470899997, - 37.00322570000003 - ], - [ - -122.01851409299996, - 37.003282969000054 - ], - [ - -122.018536811, - 37.003303954000046 - ], - [ - -122.01863458999998, - 37.00339642500006 - ], - [ - -122.01878811699999, - 37.00336316100004 - ], - [ - -122.01905058799997, - 37.00330653200007 - ], - [ - -122.01914616799996, - 37.00328986100004 - ], - [ - -122.01933168999994, - 37.00322976000007 - ], - [ - -122.01939969699998, - 37.003207934000045 - ], - [ - -122.01946438299996, - 37.00318686700007 - ], - [ - -122.01950712399997, - 37.00310114600006 - ], - [ - -122.01950966499999, - 37.00310127700004 - ], - [ - -122.01951148899997, - 37.00310137100007 - ], - [ - -122.01951223099996, - 37.003101410000056 - ], - [ - -122.01954989099994, - 37.003102316000025 - ], - [ - -122.01955675599999, - 37.00310255000005 - ], - [ - -122.02005688899999, - 37.00311456500003 - ], - [ - -122.02009630599997, - 37.003115440000045 - ], - [ - -122.02013846199998, - 37.00257902900006 - ], - [ - -122.02013915199996, - 37.00257906500008 - ], - [ - -122.02013908199996, - 37.002572548000046 - ], - [ - -122.02013797299998, - 37.00247013500007 - ], - [ - -122.02014111099999, - 37.002440412000055 - ], - [ - -122.020192738, - 37.002299777000076 - ], - [ - -122.02019304299995, - 37.00229894700004 - ], - [ - -122.020278809, - 37.00206529700006 - ], - [ - -122.02030576799996, - 37.00198269500004 - ], - [ - -122.02035309499996, - 37.001837683000076 - ], - [ - -122.02035466799671, - 37.00183245719666 - ], - [ - -122.02035587734281, - 37.00182713546298 - ], - [ - -122.02035671730117, - 37.00182174307883 - ], - [ - -122.02035718387195, - 37.001816305646564 - ], - [ - -122.02035727484325, - 37.00181084899304 - ], - [ - -122.02035698978578, - 37.001805399029756 - ], - [ - -122.02035633005288, - 37.001799981640936 - ], - [ - -122.0203552987732, - 37.001794622552545 - ], - [ - -122.02035390085074, - 37.0017893472177 - ], - [ - -122.02035214291753, - 37.00178418068753 - ], - [ - -122.02035003332638, - 37.001779147500194 - ], - [ - -122.02034758209628, - 37.00177427155722 - ], - [ - -122.02034480086876, - 37.00176957601433 - ], - [ - -122.02034170284968, - 37.00176508317235 - ], - [ - -122.02033830275467, - 37.00176081436802 - ], - [ - -122.02033461672544, - 37.00175678987397 - ], - [ - -122.02033066227158, - 37.001753028802334 - ], - [ - -122.02032645817597, - 37.00174954901558 - ], - [ - -122.02032202440022, - 37.001746367039225 - ], - [ - -122.02031738199729, - 37.00174349798362 - ], - [ - -122.02031255302062, - 37.00174095547663 - ], - [ - -122.02030756040402, - 37.001738751592704 - ], - [ - -122.02030242784895, - 37.00173689679384 - ], - [ - -122.02029717974247, - 37.00173539989476 - ], - [ - -122.02029184099996, - 37.001734268000064 - ], - [ - -122.02029110899997, - 37.00173404800006 - ], - [ - -122.02034980699995, - 37.00159929400007 - ], - [ - -122.02036872899998, - 37.00160319100007 - ], - [ - -122.02038423599998, - 37.001604403000044 - ], - [ - -122.02040127099997, - 37.00160348000003 - ], - [ - -122.02041666899999, - 37.00160054600008 - ], - [ - -122.02043201999999, - 37.00159585600005 - ], - [ - -122.020445559, - 37.00158915700007 - ], - [ - -122.0204574699999, - 37.00158073000006 - ], - [ - -122.02046916799998, - 37.001570969000056 - ], - [ - -122.02047749099995, - 37.00155993100003 - ], - [ - -122.02048421199999, - 37.00154814600006 - ], - [ - -122.02053802199998, - 37.00141590700008 - ], - [ - -122.02029956799998, - 37.001145723000036 - ], - [ - -122.02035187599995, - 37.00102314000003 - ], - [ - -122.02022615499999, - 37.00098429500008 - ], - [ - -122.02010185299997, - 37.00085333100003 - ], - [ - -122.01997432, - 37.00081247800006 - ], - [ - -122.01984517499994, - 37.00077052600005 - ], - [ - -122.01958556099999, - 37.000808551000034 - ], - [ - -122.01945285999994, - 37.00067913500004 - ], - [ - -122.01930797199998, - 37.00062711700008 - ], - [ - -122.01895806599998, - 37.00068214100003 - ], - [ - -122.01894953399994, - 37.00068538100004 - ], - [ - -122.01864186399996, - 37.00079438000006 - ], - [ - -122.01847955099998, - 37.000728527000035 - ], - [ - -122.01814361699996, - 37.00054857600003 - ], - [ - -122.01809639499999, - 37.000412924000045 - ], - [ - -122.01766764999996, - 37.00020797600007 - ], - [ - -122.017240486, - 37.00008890700008 - ], - [ - -122.01714052999995, - 36.999887999000066 - ], - [ - -122.01696646, - 36.99957193200004 - ], - [ - -122.01697306799997, - 36.99922544700007 - ], - [ - -122.01798595699995, - 36.99858936500004 - ], - [ - -122.01845704199997, - 36.998264576000054 - ], - [ - -122.01864710899997, - 36.99758982700007 - ], - [ - -122.01869069299994, - 36.99737087200003 - ], - [ - -122.01862532399997, - 36.99726702500004 - ], - [ - -122.01853135399995, - 36.997112696000045 - ], - [ - -122.01835725499996, - 36.997138997000036 - ], - [ - -122.01821888299997, - 36.997159700000054 - ], - [ - -122.01782874699995, - 36.99666073100008 - ], - [ - -122.01784240399996, - 36.99657262200003 - ], - [ - -122.01790740599995, - 36.99614746100008 - ], - [ - -122.01784321099996, - 36.99577054500003 - ], - [ - -122.01783934199995, - 36.99574417700006 - ], - [ - -122.01626040199994, - 36.99598930500008 - ], - [ - -122.01592083399999, - 36.99604210700005 - ], - [ - -122.01537461799995, - 36.99612717000008 - ], - [ - -122.01535569699996, - 36.99612981200005 - ], - [ - -122.01517987999995, - 36.99615754400003 - ], - [ - -122.01509010799998, - 36.995605168000054 - ], - [ - -122.01504523499995, - 36.995332810000036 - ], - [ - -122.015021779, - 36.995191342000055 - ], - [ - -122.014978655, - 36.99491853300003 - ], - [ - -122.014933784, - 36.99464617500007 - ], - [ - -122.01489049499997, - 36.99437379200003 - ], - [ - -122.01484562199994, - 36.99410136400007 - ], - [ - -122.01484360399996, - 36.99408494800008 - ], - [ - -122.01480063499997, - 36.99382458000008 - ], - [ - -122.01479102299999, - 36.99376730700004 - ], - [ - -122.01480294199996, - 36.99376584000004 - ], - [ - -122.01539387699995, - 36.99369007100006 - ], - [ - -122.01538074599995, - 36.99354673900007 - ], - [ - -122.01535309099995, - 36.99328034700005 - ], - [ - -122.01495389599995, - 36.99293527000003 - ], - [ - -122.01493970699994, - 36.992904227000054 - ], - [ - -122.014766168, - 36.99321586600007 - ], - [ - -122.01475108399995, - 36.99323053400008 - ], - [ - -122.014697346, - 36.993286140000066 - ], - [ - -122.014541813, - 36.993296093000026 - ], - [ - -122.01427048, - 36.99317668900005 - ], - [ - -122.01410490099994, - 36.99302701700003 - ], - [ - -122.01335233499998, - 36.99375025200004 - ], - [ - -122.01334223799995, - 36.993760688000066 - ], - [ - -122.01328510499997, - 36.99381431300003 - ], - [ - -122.01341287699995, - 36.99394417000008 - ], - [ - -122.01345037699997, - 36.993939245000035 - ], - [ - -122.01346019599998, - 36.99399778000003 - ], - [ - -122.013352549, - 36.99400987000007 - ], - [ - -122.01226250899998, - 36.994130089000066 - ], - [ - -122.01234365299996, - 36.99425230200006 - ], - [ - -122.01239141099995, - 36.99432242600005 - ], - [ - -122.01243019699996, - 36.99437920400004 - ], - [ - -122.01244966999997, - 36.99441057800004 - ], - [ - -122.01260745599996, - 36.994511878000026 - ], - [ - -122.01261441199995, - 36.99451555600007 - ], - [ - -122.01269780399997, - 36.99457010000003 - ], - [ - -122.01270119999998, - 36.994572152000046 - ], - [ - -122.01271931899998, - 36.99462541400004 - ], - [ - -122.01272493799996, - 36.994644933000075 - ], - [ - -122.01276674299999, - 36.99476900700006 - ], - [ - -122.01277767399995, - 36.994803199000046 - ], - [ - -122.01271065299994, - 36.994875199000035 - ], - [ - -122.01267879399995, - 36.99490716400004 - ], - [ - -122.01255798899996, - 36.99502647600008 - ], - [ - -122.01243549199995, - 36.995148276000066 - ], - [ - -122.01237994899998, - 36.99520222500007 - ], - [ - -122.01235911299995, - 36.99527182500003 - ], - [ - -122.01231885199996, - 36.995397995000076 - ], - [ - -122.01227854499996, - 36.995522479000044 - ], - [ - -122.01223507999998, - 36.99566037300008 - ], - [ - -122.01219005899998, - 36.99579934800005 - ], - [ - -122.01216750999998, - 36.99587073400005 - ], - [ - -122.01211752899997, - 36.99594209400004 - ], - [ - -122.01208922899997, - 36.995982294000044 - ], - [ - -122.01207751899994, - 36.99599824000006 - ], - [ - -122.01193991199995, - 36.996133934000056 - ], - [ - -122.011901207, - 36.99616636700006 - ], - [ - -122.01186408299998, - 36.99619877200007 - ], - [ - -122.01177648299995, - 36.99627062800005 - ], - [ - -122.01157112699997, - 36.996444309000026 - ], - [ - -122.01152398799996, - 36.99648370400007 - ], - [ - -122.01147892399996, - 36.99654162200005 - ], - [ - -122.01146396699994, - 36.99656106800006 - ], - [ - -122.01139887699998, - 36.99664632100007 - ], - [ - -122.01136217299995, - 36.99669453700005 - ], - [ - -122.011289224, - 36.99672881500004 - ], - [ - -122.01126212799994, - 36.996741506000035 - ], - [ - -122.01113654099998, - 36.99680008800004 - ], - [ - -122.01098736199998, - 36.99687080800004 - ], - [ - -122.01092290599996, - 36.996900442000026 - ], - [ - -122.01086776499994, - 36.996962961000065 - ], - [ - -122.01076391699996, - 36.997078679000026 - ], - [ - -122.01070193399994, - 36.997148484000036 - ], - [ - -122.01067192199997, - 36.99718386100005 - ], - [ - -122.01055798399995, - 36.99731036500003 - ], - [ - -122.01015302399998, - 36.997099294000066 - ], - [ - -122.01014089599994, - 36.99709289200007 - ], - [ - -122.00993331599994, - 36.99698399700003 - ], - [ - -122.01004239099996, - 36.99679339100004 - ], - [ - -122.01017027799998, - 36.99659607000007 - ], - [ - -122.01021525899995, - 36.99653505900005 - ], - [ - -122.01026026799997, - 36.996475033000024 - ], - [ - -122.01031059899998, - 36.996416744000044 - ], - [ - -122.01036254299999, - 36.996359693000045 - ], - [ - -122.01075176199998, - 36.995964264000065 - ], - [ - -122.01139522499994, - 36.995276078000074 - ], - [ - -122.01144207799996, - 36.995226004000074 - ], - [ - -122.01148395599995, - 36.99517397300008 - ], - [ - -122.01152225399994, - 36.99511954400003 - ], - [ - -122.01155699099996, - 36.99506348700004 - ], - [ - -122.01158675999994, - 36.99500575800005 - ], - [ - -122.01161121099994, - 36.99494643100007 - ], - [ - -122.01163230199995, - 36.994886388000054 - ], - [ - -122.011646327, - 36.99482512800006 - ], - [ - -122.01165888899999, - 36.994761786000026 - ], - [ - -122.01166439999997, - 36.99469778900004 - ], - [ - -122.01166657299996, - 36.99463391900008 - ], - [ - -122.01166347399999, - 36.99457013800003 - ], - [ - -122.01165703399994, - 36.99450634300007 - ], - [ - -122.011645623, - 36.994447414000035 - ], - [ - -122.01162913299999, - 36.99438927400007 - ], - [ - -122.011605638, - 36.99433223600005 - ], - [ - -122.01157884, - 36.99427659100007 - ], - [ - -122.01139312, - 36.993897865000065 - ], - [ - -122.01137331499996, - 36.99384730200006 - ], - [ - -122.01135683299998, - 36.99379605100006 - ], - [ - -122.01134559499997, - 36.99374365600005 - ], - [ - -122.01133592999997, - 36.993690884000046 - ], - [ - -122.01133312099995, - 36.99363806500003 - ], - [ - -122.01130988799997, - 36.993160061000026 - ], - [ - -122.01131443999998, - 36.99245683400005 - ], - [ - -122.01131335599996, - 36.99239611200005 - ], - [ - -122.01131484599995, - 36.992306453000026 - ], - [ - -122.01132162699997, - 36.992217408000045 - ], - [ - -122.01133350699996, - 36.992128345000026 - ], - [ - -122.01150452599995, - 36.992118908000066 - ], - [ - -122.01201933199997, - 36.99209028300004 - ], - [ - -122.01204162999994, - 36.99208899100006 - ], - [ - -122.01204428799997, - 36.992394544000035 - ], - [ - -122.01204511499998, - 36.99243228200004 - ], - [ - -122.01259066699998, - 36.99240257100007 - ], - [ - -122.01260944599994, - 36.99240126900003 - ], - [ - -122.01271374999999, - 36.992395773000055 - ], - [ - -122.01279041299995, - 36.99245521100005 - ], - [ - -122.01303196999999, - 36.992718188000026 - ], - [ - -122.01295915299994, - 36.992757244000074 - ], - [ - -122.01305332299995, - 36.992926338000075 - ], - [ - -122.01310445799999, - 36.99334214300006 - ], - [ - -122.01318748299997, - 36.99329679700003 - ], - [ - -122.01319596899998, - 36.99329187200004 - ], - [ - -122.01371413899994, - 36.99300567100005 - ], - [ - -122.01393073899999, - 36.99288508300003 - ], - [ - -122.013691296, - 36.99272169100004 - ], - [ - -122.01339618299994, - 36.99252121000006 - ], - [ - -122.01318112599995, - 36.99238868700007 - ], - [ - -122.01314448499994, - 36.99235310300003 - ], - [ - -122.01303618199995, - 36.99224773200007 - ], - [ - -122.01282663299997, - 36.992044462000024 - ], - [ - -122.01281619199995, - 36.992035359000056 - ], - [ - -122.01276738499996, - 36.99199850600007 - ], - [ - -122.01273760999999, - 36.99196322800003 - ], - [ - -122.01270827699994, - 36.99195121100007 - ], - [ - -122.01257887, - 36.991898642000024 - ], - [ - -122.01248540499995, - 36.991934886000024 - ], - [ - -122.01243421199996, - 36.99194721400005 - ], - [ - -122.01236957299994, - 36.99196314400007 - ], - [ - -122.012076429, - 36.99203532400003 - ], - [ - -122.01212140899997, - 36.991967775000035 - ], - [ - -122.01161951299997, - 36.99178710600006 - ], - [ - -122.01179507199998, - 36.99149160700006 - ], - [ - -122.01229651699998, - 36.991483103000064 - ], - [ - -122.01231532499997, - 36.991482854000026 - ], - [ - -122.01232042199996, - 36.991482767000036 - ], - [ - -122.01233236599995, - 36.99148228300004 - ], - [ - -122.01244026599994, - 36.99147982000005 - ], - [ - -122.01271579799999, - 36.99147282700005 - ], - [ - -122.01273800899997, - 36.99147498100007 - ], - [ - -122.01285779099999, - 36.99146964400006 - ], - [ - -122.01287660899999, - 36.991469746000064 - ], - [ - -122.01429282999999, - 36.991476712000065 - ], - [ - -122.01432494299996, - 36.99154703100004 - ], - [ - -122.01434117399998, - 36.99158218700006 - ], - [ - -122.01440020499996, - 36.99171257800003 - ], - [ - -122.01448427099996, - 36.99189175300006 - ], - [ - -122.01457036, - 36.992080878000024 - ], - [ - -122.01469765499996, - 36.99236484000005 - ], - [ - -122.014704699, - 36.99237850000003 - ], - [ - -122.01493970699994, - 36.992904227000054 - ] - ] - ], - [ - [ - [ - -122.14994133599998, - 37.02491547600005 - ], - [ - -122.14994098199998, - 37.02515867200003 - ], - [ - -122.15131109699996, - 37.02514871300008 - ], - [ - -122.15130203899997, - 37.024637891000054 - ], - [ - -122.15129219899995, - 37.02408317900006 - ], - [ - -122.15088494499997, - 37.02408282600004 - ], - [ - -122.14994253599997, - 37.024082004000036 - ], - [ - -122.14994133599998, - 37.02491547600005 - ] - ] - ] - ] - } - } - ] -} \ No newline at end of file diff --git a/templates/storypages/data/third-slide.json b/templates/storypages/data/third-slide.json deleted file mode 100644 index 539a4a62..00000000 --- a/templates/storypages/data/third-slide.json +++ /dev/null @@ -1,3566 +0,0 @@ -{ - "type": "FeatureCollection", - "features": [ - { - "type": "Feature", - "properties": { - "label": "Claremont, CA", - "era": "college", - "type": "city", - "style": { - "fillColor": "#ff0000", - "color": "#000000", - "weight": 1 - } - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -117.67872405099996, - 34.161586707000026 - ], - [ - -117.678711594, - 34.16161110200005 - ], - [ - -117.67858132599997, - 34.161867216000076 - ], - [ - -117.67851720799996, - 34.16199328400006 - ], - [ - -117.67851424399998, - 34.16199910200004 - ], - [ - -117.67772290499994, - 34.16516195400004 - ], - [ - -117.67771612299998, - 34.165189002000034 - ], - [ - -117.67771605599995, - 34.165189249000036 - ], - [ - -117.67869957899995, - 34.165182826000034 - ], - [ - -117.67919349599998, - 34.16518408300004 - ], - [ - -117.67919378599998, - 34.16518408400003 - ], - [ - -117.67919970899999, - 34.16517524200003 - ], - [ - -117.69189965699996, - 34.165218881000044 - ], - [ - -117.69192278, - 34.16521896000006 - ], - [ - -117.69257392099996, - 34.16522309100003 - ], - [ - -117.69790726399998, - 34.16525678900007 - ], - [ - -117.69790778499998, - 34.16525679200004 - ], - [ - -117.69806378799996, - 34.16262692300006 - ], - [ - -117.69806384299994, - 34.16262597000008 - ], - [ - -117.69812613599998, - 34.16157932600004 - ], - [ - -117.69825704899995, - 34.15937967100007 - ], - [ - -117.69834415799994, - 34.15790312100006 - ], - [ - -117.69401222099998, - 34.157915236000065 - ], - [ - -117.69280356399997, - 34.15791858600005 - ], - [ - -117.69197782299995, - 34.15792074800004 - ], - [ - -117.69119468199995, - 34.15792285300006 - ], - [ - -117.68967530299994, - 34.15792692300005 - ], - [ - -117.68529873399996, - 34.15793853200006 - ], - [ - -117.68529872699997, - 34.15793870500005 - ], - [ - -117.684776608, - 34.15794006500005 - ], - [ - -117.68361798599994, - 34.15930321600007 - ], - [ - -117.68285126799998, - 34.16012025200007 - ], - [ - -117.68285762799997, - 34.16052632700007 - ], - [ - -117.68285762899995, - 34.160526409000056 - ], - [ - -117.68286675399997, - 34.161056364000046 - ], - [ - -117.68286592899995, - 34.161056366000025 - ], - [ - -117.68266180599994, - 34.161056651000024 - ], - [ - -117.68266197999998, - 34.161037417000045 - ], - [ - -117.68266074899998, - 34.16103221700007 - ], - [ - -117.68266035299996, - 34.16103054300004 - ], - [ - -117.68266053999997, - 34.16100691400004 - ], - [ - -117.68266098499998, - 34.160950856000056 - ], - [ - -117.682660049, - 34.16094730000003 - ], - [ - -117.68265991599998, - 34.160931223000034 - ], - [ - -117.68265954399999, - 34.16092113700006 - ], - [ - -117.68265973099994, - 34.16089795500005 - ], - [ - -117.68265849499994, - 34.16089262300005 - ], - [ - -117.68265818599997, - 34.16088422800004 - ], - [ - -117.68265841799996, - 34.16085192600008 - ], - [ - -117.68265682599997, - 34.160845023000036 - ], - [ - -117.682657023, - 34.160818919000064 - ], - [ - -117.68265555, - 34.16081253600004 - ], - [ - -117.68265544699995, - 34.16080974500005 - ], - [ - -117.68265563099999, - 34.160785255000064 - ], - [ - -117.68265403299995, - 34.16077906800007 - ], - [ - -117.68265423499997, - 34.16075227700003 - ], - [ - -117.68265263899997, - 34.16074609000003 - ], - [ - -117.68265277899997, - 34.16072616800005 - ], - [ - -117.68265115499997, - 34.16071929300006 - ], - [ - -117.68265138599997, - 34.16069321700007 - ], - [ - -117.68263535899996, - 34.16041349500006 - ], - [ - -117.68263529399997, - 34.16041321300003 - ], - [ - -117.682633765, - 34.16040662100005 - ], - [ - -117.68263396499998, - 34.16037983000007 - ], - [ - -117.68263233899995, - 34.16037295500007 - ], - [ - -117.68263287399998, - 34.160303793000026 - ], - [ - -117.68263246799995, - 34.160285428000066 - ], - [ - -117.682633104, - 34.16027405600005 - ], - [ - -117.68263337899998, - 34.16023831200005 - ], - [ - -117.68263509099995, - 34.16023144700006 - ], - [ - -117.68263529199999, - 34.160204656000076 - ], - [ - -117.68263700399996, - 34.16019779100003 - ], - [ - -117.68263714499994, - 34.16017789600005 - ], - [ - -117.68263885899995, - 34.16017103100006 - ], - [ - -117.68263962599997, - 34.16015737200007 - ], - [ - -117.68264039499996, - 34.16015160000006 - ], - [ - -117.682640688, - 34.160150427000076 - ], - [ - -117.68264069199995, - 34.16014937600005 - ], - [ - -117.68264071199997, - 34.16014424400004 - ], - [ - -117.68264213799995, - 34.16013852800006 - ], - [ - -117.68264243299996, - 34.16013630900005 - ], - [ - -117.68264254199994, - 34.16012364000005 - ], - [ - -117.68264425299998, - 34.16011677400007 - ], - [ - -117.68264427599996, - 34.160110592000024 - ], - [ - -117.68264598899998, - 34.160103728000024 - ], - [ - -117.68264604799998, - 34.16009685600005 - ], - [ - -117.68264775999995, - 34.16009002000004 - ], - [ - -117.68264778499997, - 34.16008383700006 - ], - [ - -117.68264949499996, - 34.16007697200007 - ], - [ - -117.68264955499995, - 34.16007010200008 - ], - [ - -117.68265297799996, - 34.16005637200004 - ], - [ - -117.68265300299998, - 34.16005018900006 - ], - [ - -117.68265467999998, - 34.16004332500006 - ], - [ - -117.68265477299997, - 34.16003645300003 - ], - [ - -117.68265648399995, - 34.16002958900003 - ], - [ - -117.68265754699996, - 34.16002561100004 - ], - [ - -117.68265813599999, - 34.160022850000075 - ], - [ - -117.68265821999995, - 34.16001656900005 - ], - [ - -117.68265993199998, - 34.16000970300007 - ], - [ - -117.68266164099998, - 34.160003525000036 - ], - [ - -117.68266170099997, - 34.15999665500004 - ], - [ - -117.682665091, - 34.159982925000065 - ], - [ - -117.6826668, - 34.15997674600004 - ], - [ - -117.68266851099997, - 34.15996990900004 - ], - [ - -117.68266857299994, - 34.15996301200005 - ], - [ - -117.68267024599999, - 34.15995686100007 - ], - [ - -117.68267367099998, - 34.159943131000034 - ], - [ - -117.68267537999998, - 34.159936952000066 - ], - [ - -117.68267705999995, - 34.15993008700008 - ], - [ - -117.68267712, - 34.159923218000074 - ], - [ - -117.68267882899994, - 34.15991706700004 - ], - [ - -117.68268225199995, - 34.159903335000024 - ], - [ - -117.68268392799996, - 34.159897157000046 - ], - [ - -117.68268563999999, - 34.159890293000046 - ], - [ - -117.682687349, - 34.15988411500007 - ], - [ - -117.68269073999994, - 34.15987041200003 - ], - [ - -117.68269248099995, - 34.159864234000054 - ], - [ - -117.68269415999998, - 34.159857368000075 - ], - [ - -117.68269590499995, - 34.15985119000004 - ], - [ - -117.68269920199998, - 34.159844356000065 - ], - [ - -117.68270091399995, - 34.15983746300003 - ], - [ - -117.68270262199997, - 34.15983131300004 - ], - [ - -117.682704334, - 34.15982444800005 - ], - [ - -117.68270604299994, - 34.15981826900003 - ], - [ - -117.68270772399995, - 34.15981140400004 - ], - [ - -117.68270943299996, - 34.15980525300006 - ], - [ - -117.68271279799995, - 34.15979839200003 - ], - [ - -117.68271450499998, - 34.15979221400005 - ], - [ - -117.68271618399996, - 34.15978535000005 - ], - [ - -117.68271789599999, - 34.159779171000025 - ], - [ - -117.68272125399994, - 34.15977233600006 - ], - [ - -117.68272296699996, - 34.15976615900007 - ], - [ - -117.68272464599994, - 34.159759294000025 - ], - [ - -117.68272635599999, - 34.159753143000046 - ], - [ - -117.68272972099999, - 34.15974628200007 - ], - [ - -117.68273146299998, - 34.159740104000036 - ], - [ - -117.68273314299995, - 34.15973323900005 - ], - [ - -117.68273647199999, - 34.15972706500003 - ], - [ - -117.68273818399996, - 34.15972019800006 - ], - [ - -117.68274154499994, - 34.15971405200003 - ], - [ - -117.68274322099995, - 34.15970787400005 - ], - [ - -117.68274493299998, - 34.15970100900006 - ], - [ - -117.68274829499995, - 34.15969483500004 - ], - [ - -117.68275000799997, - 34.15968799800004 - ], - [ - -117.68275336899995, - 34.15968182300003 - ], - [ - -117.68275504399998, - 34.15967564400006 - ], - [ - -117.68275840999996, - 34.159668811000074 - ], - [ - -117.68276015199996, - 34.15966263400003 - ], - [ - -117.68276348099994, - 34.159656460000065 - ], - [ - -117.68276515999997, - 34.159649622000074 - ], - [ - -117.68277188199994, - 34.15963727500008 - ], - [ - -117.68277355999999, - 34.159631095000066 - ], - [ - -117.68277692599997, - 34.159624234000034 - ], - [ - -117.68277863399999, - 34.159618057000046 - ], - [ - -117.68278199599996, - 34.159611909000034 - ], - [ - -117.68278539399995, - 34.15960504900005 - ], - [ - -117.68278703699997, - 34.15959887100007 - ], - [ - -117.68279376099997, - 34.15958655000003 - ], - [ - -117.68279543699998, - 34.15958037200005 - ], - [ - -117.682798801, - 34.159573511000076 - ], - [ - -117.682805525, - 34.15956119000003 - ], - [ - -117.682807202, - 34.159555013000045 - ], - [ - -117.682813926, - 34.15954269100007 - ], - [ - -117.68281728999995, - 34.159535832000074 - ], - [ - -117.68282398199995, - 34.15952351000004 - ], - [ - -117.682825692, - 34.159517332000064 - ], - [ - -117.68287598799998, - 34.15942486100005 - ], - [ - -117.68287931599997, - 34.15941937400004 - ], - [ - -117.68288267699995, - 34.159413200000074 - ], - [ - -117.68288765799997, - 34.15940702900008 - ], - [ - -117.68289774299996, - 34.15938856300005 - ], - [ - -117.68290110199996, - 34.15938310400003 - ], - [ - -117.68290443299998, - 34.159376930000064 - ], - [ - -117.68290944799998, - 34.15937076100005 - ], - [ - -117.68291280899996, - 34.15936458700003 - ], - [ - -117.68291613599996, - 34.15935912700007 - ], - [ - -117.682919498, - 34.15935295200006 - ], - [ - -117.68292451199994, - 34.159346810000045 - ], - [ - -117.68292790599997, - 34.15934063800006 - ], - [ - -117.68293120099997, - 34.15933512200007 - ], - [ - -117.68293621699996, - 34.15932900800004 - ], - [ - -117.68293957799995, - 34.15932283500007 - ], - [ - -117.68294286999998, - 34.15931734700007 - ], - [ - -117.68294791899996, - 34.15931120500005 - ], - [ - -117.68295127699997, - 34.15930571700005 - ], - [ - -117.68295460699994, - 34.15929954400008 - ], - [ - -117.68295795799997, - 34.15929614500004 - ], - [ - -117.68296132299997, - 34.15928928400007 - ], - [ - -117.68296463799999, - 34.15928654500004 - ], - [ - -117.68296630599997, - 34.15928314100006 - ], - [ - -117.68296965599995, - 34.15927971700006 - ], - [ - -117.68297302199994, - 34.15927285400005 - ], - [ - -117.682976339, - 34.15926945600006 - ], - [ - -117.68297800499994, - 34.15926602600007 - ], - [ - -117.68297970099997, - 34.15926328300003 - ], - [ - -117.68298302099998, - 34.15925985600006 - ], - [ - -117.68298468599994, - 34.15925642600007 - ], - [ - -117.682988035, - 34.15925302800008 - ], - [ - -117.68299140199997, - 34.15924616700005 - ], - [ - -117.68299471799997, - 34.159243427000035 - ], - [ - -117.68299638199994, - 34.15924002400004 - ], - [ - -117.68299973599994, - 34.159236598000064 - ], - [ - -117.68300309899996, - 34.15922973600004 - ], - [ - -117.68300641499997, - 34.15922702600005 - ], - [ - -117.68300807999998, - 34.15922359500007 - ], - [ - -117.68301143399998, - 34.15922016800005 - ], - [ - -117.68301309799995, - 34.159216738000055 - ], - [ - -117.68301613799997, - 34.15921422800005 - ], - [ - -117.68301668999999, - 34.15921344000003 - ], - [ - -117.6830269599999, - 34.15919877700003 - ], - [ - -117.683028875, - 34.159196044000055 - ], - [ - -117.68303006399998, - 34.15919434800003 - ], - [ - -117.68303204899996, - 34.159191846000056 - ], - [ - -117.68303378699994, - 34.159189656000024 - ], - [ - -117.68303637899999, - 34.15918639000006 - ], - [ - -117.68303868599997, - 34.15918348200006 - ], - [ - -117.68304801, - 34.15917173300005 - ], - [ - -117.68304818099995, - 34.15917151800005 - ], - [ - -117.68311633199994, - 34.159085652000044 - ], - [ - -117.68311661999996, - 34.15908533800007 - ], - [ - -117.68311826299998, - 34.15908198300008 - ], - [ - -117.68312157899999, - 34.159079244000054 - ], - [ - -117.68312492899997, - 34.15907581700003 - ], - [ - -117.68312659299994, - 34.15907307400005 - ], - [ - -117.68312991199997, - 34.15906967700005 - ], - [ - -117.68313160999998, - 34.159066246000066 - ], - [ - -117.68313495799998, - 34.15906350600005 - ], - [ - -117.68313659199998, - 34.15906007600006 - ], - [ - -117.68313994099998, - 34.159057364000034 - ], - [ - -117.68314325999995, - 34.159053938000056 - ], - [ - -117.68314495599998, - 34.159051195000075 - ], - [ - -117.68314827499995, - 34.15904776800005 - ], - [ - -117.68315158999997, - 34.15904505700007 - ], - [ - -117.68315328699998, - 34.15904162600003 - ], - [ - -117.683156608, - 34.159038199000065 - ], - [ - -117.68315827099997, - 34.15903545700007 - ], - [ - -117.68316162199994, - 34.159032086000025 - ], - [ - -117.683164939, - 34.15902931800008 - ], - [ - -117.68316663599995, - 34.15902588800003 - ], - [ - -117.68316995299995, - 34.15902314900006 - ], - [ - -117.68317327099999, - 34.15901975100007 - ], - [ - -117.68317496699996, - 34.159017006000056 - ], - [ - -117.68317828499994, - 34.15901358000008 - ], - [ - -117.68317994799997, - 34.15901083700004 - ], - [ - -117.683582952, - 34.158592585000065 - ], - [ - -117.68359431699997, - 34.15858057500003 - ], - [ - -117.68360294499996, - 34.15857093600005 - ], - [ - -117.68360352199994, - 34.158570293000025 - ], - [ - -117.68367708199997, - 34.15848812200005 - ], - [ - -117.68368035999998, - 34.15848446000007 - ], - [ - -117.68368397399996, - 34.15848042300007 - ], - [ - -117.68368721599995, - 34.15847680200005 - ], - [ - -117.68369020499995, - 34.15847277300003 - ], - [ - -117.68369322599995, - 34.15846870300004 - ], - [ - -117.68369604199995, - 34.15846491000008 - ], - [ - -117.68376858899995, - 34.15836715700004 - ], - [ - -117.68384010899996, - 34.158252524000034 - ], - [ - -117.68389533099997, - 34.158145869000066 - ], - [ - -117.68389690099997, - 34.15814283700007 - ], - [ - -117.68389899099998, - 34.15813944100006 - ], - [ - -117.68390231799998, - 34.15813329400004 - ], - [ - -117.68390402499995, - 34.15812780400006 - ], - [ - -117.68390738399995, - 34.15812231700005 - ], - [ - -117.68390906099995, - 34.15811613900007 - ], - [ - -117.68391241899997, - 34.15811067800007 - ], - [ - -117.68391412899996, - 34.158104501000025 - ], - [ - -117.68391745499997, - 34.15809901400007 - ], - [ - -117.68391916599995, - 34.15809283600004 - ], - [ - -117.68392252499996, - 34.15808740400007 - ], - [ - -117.68392419999998, - 34.15808119800005 - ], - [ - -117.68392590699995, - 34.158075706000034 - ], - [ - -117.68392926699994, - 34.15806953200007 - ], - [ - -117.68393097599994, - 34.158064068000044 - ], - [ - -117.68393265099996, - 34.15805788900008 - ], - [ - -117.68393600999997, - 34.15805240200007 - ], - [ - -117.68393771899997, - 34.15804622500008 - ], - [ - -117.683939394, - 34.15804073400005 - ], - [ - -117.68394275599996, - 34.15803458700003 - ], - [ - -117.68394446299999, - 34.158028408000064 - ], - [ - -117.68394613799995, - 34.15802291800003 - ], - [ - -117.68394949699996, - 34.158016743000076 - ], - [ - -117.68395120499997, - 34.15801128000004 - ], - [ - -117.68395459199996, - 34.15799892200005 - ], - [ - -117.68395629699995, - 34.15799345800008 - ], - [ - -117.68395965899998, - 34.15798725800005 - ], - [ - -117.68396133199997, - 34.157981766000034 - ], - [ - -117.68396475099996, - 34.157969438000066 - ], - [ - -117.683966425, - 34.15796394600005 - ], - [ - -117.68397151999994, - 34.157945410000025 - ], - [ - -117.68397321699996, - 34.15794200800008 - ], - [ - -117.683976611, - 34.15792759100003 - ], - [ - -117.68397831699997, - 34.157922099000075 - ], - [ - -117.68398341199998, - 34.157903591000036 - ], - [ - -117.68398511799995, - 34.15789810100006 - ], - [ - -117.68399192199996, - 34.15787338800004 - ], - [ - -117.68399359299997, - 34.157867923000026 - ], - [ - -117.68399365099998, - 34.157861936000074 - ], - [ - -117.68399535699996, - 34.15785585400005 - ], - [ - -117.68399553499995, - 34.15785488900008 - ], - [ - -117.68399874699998, - 34.15784320600005 - ], - [ - -117.68400045299995, - 34.15783771400004 - ], - [ - -117.68400050699995, - 34.157831531000056 - ], - [ - -117.68400389299995, - 34.15781920300003 - ], - [ - -117.68400395199996, - 34.15781302000005 - ], - [ - -117.68400565999997, - 34.157806841000024 - ], - [ - -117.68400733299995, - 34.15780135000006 - ], - [ - -117.68400739099997, - 34.157795167000074 - ], - [ - -117.68401077599998, - 34.15778281100006 - ], - [ - -117.68401083199996, - 34.15777662900007 - ], - [ - -117.68401253999997, - 34.15777045100003 - ], - [ - -117.684012597, - 34.15776426700006 - ], - [ - -117.68401427199996, - 34.15775811700007 - ], - [ - -117.68401598, - 34.15775262500006 - ], - [ - -117.68401603599995, - 34.157746443000065 - ], - [ - -117.68401771099997, - 34.15774026500003 - ], - [ - -117.68401776399998, - 34.15773453400004 - ], - [ - -117.68401894699997, - 34.157728130000066 - ], - [ - -117.68401933599995, - 34.15772243300006 - ], - [ - -117.68401954199999, - 34.15771941500003 - ], - [ - -117.68401988999995, - 34.15771431300004 - ], - [ - -117.684021267, - 34.15770936000007 - ], - [ - -117.68402132299997, - 34.15770317800008 - ], - [ - -117.68402299899998, - 34.15769702700004 - ], - [ - -117.68402310899995, - 34.157685349000076 - ], - [ - -117.68407533299995, - 34.15690797100007 - ], - [ - -117.68407537499996, - 34.15690280100006 - ], - [ - -117.68407552099995, - 34.156884614000035 - ], - [ - -117.68407724999997, - 34.15687294000003 - ], - [ - -117.68407732799994, - 34.156861262000064 - ], - [ - -117.68407909399997, - 34.156848902000036 - ], - [ - -117.68407917099995, - 34.156837223000025 - ], - [ - -117.68408093399995, - 34.156825550000065 - ], - [ - -117.68408101099999, - 34.156813871000054 - ], - [ - -117.68408429099998, - 34.15679188400003 - ], - [ - -117.68408623299996, - 34.15677887600003 - ], - [ - -117.68408629699996, - 34.15677223400007 - ], - [ - -117.68408634499997, - 34.15676719900006 - ], - [ - -117.68408807499998, - 34.15675483700005 - ], - [ - -117.68410726899998, - 34.15662647900007 - ], - [ - -117.68411061999996, - 34.156614809000075 - ], - [ - -117.68411414499997, - 34.15659143400006 - ], - [ - -117.68411755999995, - 34.15657981900006 - ], - [ - -117.68412102199994, - 34.156556471000044 - ], - [ - -117.684125683, - 34.15654040700008 - ], - [ - -117.68412778599998, - 34.15653315900005 - ], - [ - -117.68412951499994, - 34.15652145800004 - ], - [ - -117.68413292999998, - 34.15651050400004 - ], - [ - -117.684133654, - 34.15650561900003 - ], - [ - -117.684134659, - 34.15649882900004 - ], - [ - -117.68414145699995, - 34.15647551700005 - ], - [ - -117.68414318799995, - 34.15646384400003 - ], - [ - -117.68414656999994, - 34.156452202000025 - ], - [ - -117.68414998199995, - 34.156441217000065 - ], - [ - -117.68415815099996, - 34.15641314800007 - ], - [ - -117.68416016299994, - 34.156406237000056 - ], - [ - -117.68416354299995, - 34.156395254000074 - ], - [ - -117.68416804799995, - 34.15637979100006 - ], - [ - -117.68417034099997, - 34.15637191600007 - ], - [ - -117.68417368799999, - 34.15636096000003 - ], - [ - -117.68418051799995, - 34.15633764900008 - ], - [ - -117.68418555299996, - 34.156326669000066 - ], - [ - -117.68418896799994, - 34.15631502700006 - ], - [ - -117.68419234599997, - 34.156304044000024 - ], - [ - -117.68419572999994, - 34.156292402000076 - ], - [ - -117.68420079499998, - 34.15628142400004 - ], - [ - -117.68420417899995, - 34.15626975400005 - ], - [ - -117.684208115, - 34.156261208000046 - ], - [ - -117.68420968299995, - 34.15625721300006 - ], - [ - -117.68421262699997, - 34.15624713400007 - ], - [ - -117.68421765899996, - 34.156236155000045 - ], - [ - -117.68422103999995, - 34.15622451400003 - ], - [ - -117.684226073, - 34.15621353600005 - ], - [ - -117.68422948699998, - 34.15620258000007 - ], - [ - -117.68423448899995, - 34.156190914000035 - ], - [ - -117.68423955499998, - 34.156179963000056 - ], - [ - -117.68424296599994, - 34.156168982000054 - ], - [ - -117.68424800199995, - 34.15615731500003 - ], - [ - -117.68427319799997, - 34.156102506000025 - ], - [ - -117.68427826699997, - 34.15609084100004 - ], - [ - -117.68430852899996, - 34.156025053000064 - ], - [ - -117.68431521199994, - 34.156014793000054 - ], - [ - -117.68432524399998, - 34.15599286400004 - ], - [ - -117.684331994, - 34.155981918000066 - ], - [ - -117.68434205899996, - 34.15595998800006 - ], - [ - -117.68434874299999, - 34.155949701000054 - ], - [ - -117.68435380899996, - 34.155938750000075 - ], - [ - -117.68436049299999, - 34.155927776000055 - ], - [ - -117.68436717499998, - 34.15591754500008 - ], - [ - -117.68437220799996, - 34.155906566000056 - ], - [ - -117.68437892499998, - 34.15589627800006 - ], - [ - -117.68438395599998, - 34.15588532900006 - ], - [ - -117.68439063999995, - 34.15587504200005 - ], - [ - -117.68439732399997, - 34.15586409400004 - ], - [ - -117.68440403999995, - 34.15585383500007 - ], - [ - -117.68441072599995, - 34.15584286100005 - ], - [ - -117.68441575499997, - 34.15583259600004 - ], - [ - -117.68442244, - 34.15582230900003 - ], - [ - -117.68442915599996, - 34.155811364000044 - ], - [ - -117.68446260299999, - 34.15576001000005 - ], - [ - -117.68446928799995, - 34.15574906300003 - ], - [ - -117.68447762299996, - 34.15573880900007 - ], - [ - -117.684484307, - 34.15572852200006 - ], - [ - -117.68449098699995, - 34.15571894800007 - ], - [ - -117.68449770199999, - 34.15570868900005 - ], - [ - -117.684502496, - 34.15570279000008 - ], - [ - -117.68451930099997, - 34.15567803400006 - ], - [ - -117.68451940299997, - 34.155677886000035 - ], - [ - -117.68452777199997, - 34.15566763100003 - ], - [ - -117.68453148999998, - 34.15566226100003 - ], - [ - -117.68453441799994, - 34.155658032000076 - ], - [ - -117.68454102699997, - 34.155649932000074 - ], - [ - -117.68454326499995, - 34.15564703800004 - ], - [ - -117.684549469, - 34.15563748900007 - ], - [ - -117.6845578, - 34.155627948000074 - ], - [ - -117.68456448399996, - 34.155617660000075 - ], - [ - -117.68457284999994, - 34.15560809100003 - ], - [ - -117.68457953199999, - 34.15559783100008 - ], - [ - -117.68458786499997, - 34.155588237000075 - ], - [ - -117.68459619899994, - 34.15557798100008 - ], - [ - -117.68460050599998, - 34.15557303700007 - ], - [ - -117.68460453299997, - 34.155568413000026 - ], - [ - -117.68460664, - 34.155565402000036 - ], - [ - -117.68461121299998, - 34.15555886900006 - ], - [ - -117.68461954499998, - 34.15554929900003 - ], - [ - -117.68462791399998, - 34.155538989000036 - ], - [ - -117.68467232999996, - 34.15548799100003 - ], - [ - -117.68469979999998, - 34.15545645100008 - ], - [ - -117.68470294099995, - 34.15545284600006 - ], - [ - -117.68471127, - 34.155443966000064 - ], - [ - -117.68472793599994, - 34.15542480100004 - ], - [ - -117.68473791699995, - 34.15541592400007 - ], - [ - -117.68474625099998, - 34.15540638400006 - ], - [ - -117.68475457999995, - 34.15539747400004 - ], - [ - -117.68476453399995, - 34.15538791000006 - ], - [ - -117.68477289599997, - 34.15537900100003 - ], - [ - -117.684781263, - 34.15536943200004 - ], - [ - -117.68479124399994, - 34.15536055600006 - ], - [ - -117.68479957399995, - 34.15535170000004 - ], - [ - -117.684809557, - 34.15534279800005 - ], - [ - -117.68481788899999, - 34.155333228000075 - ], - [ - -117.68482787299996, - 34.15532435100005 - ], - [ - -117.68483620299997, - 34.15531546900007 - ], - [ - -117.68484618499997, - 34.15530662000003 - ], - [ - -117.68485451499998, - 34.15529768400006 - ], - [ - -117.68487448099995, - 34.15527993100005 - ], - [ - -117.68487738399995, - 34.155277547000026 - ], - [ - -117.68488446199996, - 34.15527173900006 - ], - [ - -117.68489279099998, - 34.15526285800007 - ], - [ - -117.68489885999998, - 34.155257462000066 - ], - [ - -117.68490277299998, - 34.155253981000044 - ], - [ - -117.68490714399996, - 34.15525039500005 - ], - [ - -117.684912753, - 34.15524579100003 - ], - [ - -117.684917784, - 34.15524131800004 - ], - [ - -117.68493271999995, - 34.15522803600004 - ], - [ - -117.68494104599995, - 34.155219842000065 - ], - [ - -117.684951029, - 34.15521096500004 - ], - [ - -117.68497098799998, - 34.15519458500006 - ], - [ - -117.68498097199995, - 34.15518573500003 - ], - [ - -117.685000931, - 34.15516932700007 - ], - [ - -117.68501256499997, - 34.155161141000065 - ], - [ - -117.68503252399995, - 34.15514476100003 - ], - [ - -117.68542977599998, - 34.15483418500003 - ], - [ - -117.68560945399997, - 34.154693714000075 - ], - [ - -117.68561322099998, - 34.15469139600003 - ], - [ - -117.68561608199997, - 34.15468963600006 - ], - [ - -117.68561942899998, - 34.154686896000044 - ], - [ - -117.68562771599994, - 34.154680764000034 - ], - [ - -117.685632726, - 34.15467596800005 - ], - [ - -117.68563603899997, - 34.154673943000034 - ], - [ - -117.68564104399996, - 34.15466983400006 - ], - [ - -117.68564436099996, - 34.154667096000026 - ], - [ - -117.68565267899999, - 34.15466096000006 - ], - [ - -117.68565430899997, - 34.154658218000066 - ], - [ - -117.68566100199996, - 34.15465411300005 - ], - [ - -117.68566597799997, - 34.154649317000064 - ], - [ - -117.68566925699997, - 34.15464731900005 - ], - [ - -117.6856743, - 34.15464252400005 - ], - [ - -117.68567761399999, - 34.15464049900004 - ], - [ - -117.685682623, - 34.154635703000054 - ], - [ - -117.68568593499998, - 34.15463365100004 - ], - [ - -117.68569094299994, - 34.15462888300004 - ], - [ - -117.68569425799996, - 34.15462683100003 - ], - [ - -117.68569919999999, - 34.154622062000044 - ], - [ - -117.68570424, - 34.15461795300007 - ], - [ - -117.68570755399998, - 34.15461524300002 - ], - [ - -117.68571256299998, - 34.15461044600005 - ], - [ - -117.68571587699995, - 34.154608394000036 - ], - [ - -117.68572088599996, - 34.15460362500005 - ], - [ - -117.68572586199997, - 34.154598830000054 - ], - [ - -117.68572917499995, - 34.15459680500004 - ], - [ - -117.68573418399995, - 34.154592009000055 - ], - [ - -117.68573915899998, - 34.15458724100006 - ], - [ - -117.68574416799999, - 34.154582445000074 - ], - [ - -117.68574748199995, - 34.15458039200007 - ], - [ - -117.68574917799998, - 34.15457767600003 - ], - [ - -117.68575249099996, - 34.154575624000074 - ], - [ - -117.68575746599998, - 34.15457082900008 - ], - [ - -117.68576250999996, - 34.154566060000036 - ], - [ - -117.68576578899996, - 34.15456400800008 - ], - [ - -117.68576748499999, - 34.15456126400005 - ], - [ - -117.68577079899995, - 34.15455923900004 - ], - [ - -117.68577246199999, - 34.154556496000055 - ], - [ - -117.68577577499997, - 34.15455444500003 - ], - [ - -117.68577743599997, - 34.154551699000024 - ], - [ - -117.68578078299998, - 34.154549676000045 - ], - [ - -117.68578244599996, - 34.15454693200007 - ], - [ - -117.68578579599995, - 34.15454419300005 - ], - [ - -117.68579077099997, - 34.15453942400006 - ], - [ - -117.68579578099997, - 34.15453462800008 - ], - [ - -117.685800756, - 34.154529860000025 - ], - [ - -117.68580576599999, - 34.15452506300005 - ], - [ - -117.68580742799998, - 34.15452232100006 - ], - [ - -117.68581073999997, - 34.15452029700003 - ], - [ - -117.68581243699998, - 34.15451755300006 - ], - [ - -117.68581574899997, - 34.15451550100005 - ], - [ - -117.68581741199995, - 34.15451275600003 - ], - [ - -117.68582076099995, - 34.15451004500005 - ], - [ - -117.68582573799995, - 34.15450524900007 - ], - [ - -117.68583074699995, - 34.154500453000026 - ], - [ - -117.68583240999999, - 34.154497710000044 - ], - [ - -117.68583572199998, - 34.15449568500003 - ], - [ - -117.68583741799995, - 34.15449291400006 - ], - [ - -117.68584070099996, - 34.15449020300008 - ], - [ - -117.68584571099996, - 34.154485435000026 - ], - [ - -117.68584740699998, - 34.154482691000055 - ], - [ - -117.68585071899997, - 34.15448063800005 - ], - [ - -117.68585407899997, - 34.15447517800004 - ], - [ - -117.68585739199995, - 34.15447312600003 - ], - [ - -117.68585905299994, - 34.154470383000046 - ], - [ - -117.68586240099995, - 34.15446767100008 - ], - [ - -117.68586737899994, - 34.154462874000046 - ], - [ - -117.68586904199998, - 34.154460131000064 - ], - [ - -117.68587405199997, - 34.15445536300007 - ], - [ - -117.68587571499995, - 34.15445264700003 - ], - [ - -117.68587906299996, - 34.15444988000007 - ], - [ - -117.68588403799998, - 34.154445112000076 - ], - [ - -117.68588739699999, - 34.154439625000066 - ], - [ - -117.68589071199995, - 34.15443757300005 - ], - [ - -117.68589406999996, - 34.15443211300004 - ], - [ - -117.68589738499998, - 34.154429374000074 - ], - [ - -117.68590239499997, - 34.15442457800003 - ], - [ - -117.68590572, - 34.15441911800008 - ], - [ - -117.68590903299997, - 34.154417066000065 - ], - [ - -117.68591224199997, - 34.15441182300003 - ], - [ - -117.68591239199998, - 34.154411579000055 - ], - [ - -117.685912724, - 34.15441130700003 - ], - [ - -117.68591570799998, - 34.15440886600004 - ], - [ - -117.68591709799995, - 34.15440661900004 - ], - [ - -117.68591740399995, - 34.15440612400005 - ], - [ - -117.68591791499995, - 34.154405703000066 - ], - [ - -117.68592072099995, - 34.154403384000034 - ], - [ - -117.685923947, - 34.15439879300004 - ], - [ - -117.68592418699996, - 34.15439851900004 - ], - [ - -117.68592739199994, - 34.154395873000055 - ], - [ - -117.68592949099997, - 34.15439244300006 - ], - [ - -117.68593075099994, - 34.154390385000056 - ], - [ - -117.68593188699998, - 34.154389699000035 - ], - [ - -117.685934063, - 34.15438838800003 - ], - [ - -117.68593643799994, - 34.15438448700007 - ], - [ - -117.68593742199994, - 34.15438287300003 - ], - [ - -117.68593895299995, - 34.15438160900004 - ], - [ - -117.68594073699995, - 34.15438013500005 - ], - [ - -117.68594188399999, - 34.15437825200007 - ], - [ - -117.68594406399995, - 34.15437467500004 - ], - [ - -117.685947409, - 34.15437193400004 - ], - [ - -117.68648741399994, - 34.153753195000036 - ], - [ - -117.68650450899997, - 34.15373367300003 - ], - [ - -117.68650472299998, - 34.15373367800004 - ], - [ - -117.686520584, - 34.15373396700005 - ], - [ - -117.68652062999996, - 34.15373396800004 - ], - [ - -117.68655025299995, - 34.153734507000024 - ], - [ - -117.68655352899998, - 34.15373456800006 - ], - [ - -117.68667224199999, - 34.15373674600005 - ], - [ - -117.68671656499998, - 34.15373754900003 - ], - [ - -117.68671610899997, - 34.153738786000076 - ], - [ - -117.68676261799999, - 34.153739933000054 - ], - [ - -117.68651766199997, - 34.15427708000004 - ], - [ - -117.6920044299999, - 34.15425357000004 - ], - [ - -117.69856908599996, - 34.15422506700003 - ], - [ - -117.70291869, - 34.15427331300003 - ], - [ - -117.70274200299997, - 34.15794816700003 - ], - [ - -117.70519945599995, - 34.15797369000006 - ], - [ - -117.715717085, - 34.15810791000007 - ], - [ - -117.71577524599996, - 34.15946913500005 - ], - [ - -117.71586588699995, - 34.16538564900003 - ], - [ - -117.71586589199995, - 34.165385935000074 - ], - [ - -117.71775580099995, - 34.16539565900007 - ], - [ - -117.71836665999996, - 34.165398795000044 - ], - [ - -117.71923897999994, - 34.165399097000034 - ], - [ - -117.72456002799998, - 34.16540079500004 - ], - [ - -117.72456002599995, - 34.16540020700006 - ], - [ - -117.72453487299998, - 34.15951237100006 - ], - [ - -117.724526143, - 34.15812504100006 - ], - [ - -117.72888351899996, - 34.15814456000004 - ], - [ - -117.72888351899996, - 34.15814428500005 - ], - [ - -117.72888284699997, - 34.158091625000054 - ], - [ - -117.72887438799995, - 34.15742882500007 - ], - [ - -117.72886746999995, - 34.15688673600005 - ], - [ - -117.72883792099998, - 34.154574109000066 - ], - [ - -117.72881335699998, - 34.15275507600006 - ], - [ - -117.72879357699998, - 34.15129018400006 - ], - [ - -117.72878823699995, - 34.15087867700004 - ], - [ - -117.72878898199997, - 34.15087835300005 - ], - [ - -117.73169247799996, - 34.150904867000065 - ], - [ - -117.73323935699995, - 34.15091083000004 - ], - [ - -117.73321125599995, - 34.147287369000026 - ], - [ - -117.73928427899995, - 34.14726874000007 - ], - [ - -117.73955546599996, - 34.14726710300005 - ], - [ - -117.73955550499994, - 34.147262814000044 - ], - [ - -117.74167066599995, - 34.14725413600007 - ], - [ - -117.741710491, - 34.14725397300003 - ], - [ - -117.74167173899997, - 34.14360697700005 - ], - [ - -117.74167157499994, - 34.14359154300007 - ], - [ - -117.74167164499994, - 34.14310929100003 - ], - [ - -117.74167189099995, - 34.14309387600008 - ], - [ - -117.74172156799995, - 34.139980388000026 - ], - [ - -117.74176082899999, - 34.13745608000005 - ], - [ - -117.74177254399996, - 34.13670241700004 - ], - [ - -117.74177504999994, - 34.136554008000076 - ], - [ - -117.741778163, - 34.13636996300005 - ], - [ - -117.74177833699997, - 34.136345919000064 - ], - [ - -117.74179007299995, - 34.13537116100008 - ], - [ - -117.741795234, - 34.13486625000007 - ], - [ - -117.741795519, - 34.13482778100007 - ], - [ - -117.741799905, - 34.134434844000054 - ], - [ - -117.74179976199997, - 34.13443501000006 - ], - [ - -117.74186259799995, - 34.12897127600007 - ], - [ - -117.74191770199997, - 34.12662298300006 - ], - [ - -117.74192998099994, - 34.12639555800007 - ], - [ - -117.74195184299998, - 34.126395552000076 - ], - [ - -117.74195081399995, - 34.12638847200003 - ], - [ - -117.74194713999998, - 34.12635944700003 - ], - [ - -117.74204127599995, - 34.12635931900007 - ], - [ - -117.74204262099994, - 34.12616971800003 - ], - [ - -117.74203119099997, - 34.126147023000044 - ], - [ - -117.74191719399994, - 34.12591219400008 - ], - [ - -117.74193720599999, - 34.12529034500005 - ], - [ - -117.74193828299997, - 34.12525692400004 - ], - [ - -117.74191680599995, - 34.12525679700008 - ], - [ - -117.74149323899996, - 34.12487346900008 - ], - [ - -117.74149423799997, - 34.12472167900006 - ], - [ - -117.74131087999996, - 34.12472491400007 - ], - [ - -117.741049649, - 34.12404356800005 - ], - [ - -117.74098310799997, - 34.123871490000056 - ], - [ - -117.74093832899996, - 34.12351139500004 - ], - [ - -117.74093149499998, - 34.12345631300008 - ], - [ - -117.740923195, - 34.12345637000004 - ], - [ - -117.74052177699997, - 34.12345914400004 - ], - [ - -117.74051885499995, - 34.123454872000025 - ], - [ - -117.74032929599997, - 34.123454249000076 - ], - [ - -117.73986964199997, - 34.122782365000035 - ], - [ - -117.73987127699996, - 34.122508795000044 - ], - [ - -117.739816911, - 34.12242940100003 - ], - [ - -117.73981479399998, - 34.12226040000007 - ], - [ - -117.73981101199996, - 34.12196821100002 - ], - [ - -117.73980833999997, - 34.121765055000026 - ], - [ - -117.73980855499997, - 34.121738264000044 - ], - [ - -117.73980865799996, - 34.121726557000045 - ], - [ - -117.73987594999994, - 34.121726575000025 - ], - [ - -117.73987647699994, - 34.121638320000045 - ], - [ - -117.74193491499994, - 34.12163971200005 - ], - [ - -117.74340564399995, - 34.12164843200003 - ], - [ - -117.74414082299995, - 34.12164922200003 - ], - [ - -117.74422455599995, - 34.121648968000045 - ], - [ - -117.74495825999998, - 34.121646557000076 - ], - [ - -117.74511717799999, - 34.121646035000026 - ], - [ - -117.74611659299995, - 34.121642750000035 - ], - [ - -117.746116767, - 34.121642750000035 - ], - [ - -117.75042966499996, - 34.12164678600004 - ], - [ - -117.75074693099998, - 34.12164711600008 - ], - [ - -117.75074732199994, - 34.12164711600008 - ], - [ - -117.75076950099998, - 34.12082354200004 - ], - [ - -117.75076982599995, - 34.12077408000005 - ], - [ - -117.75076954599996, - 34.12077408000005 - ], - [ - -117.75074795299997, - 34.12077410000006 - ], - [ - -117.75074807099998, - 34.12068739600005 - ], - [ - -117.75075123899995, - 34.118421744000045 - ], - [ - -117.75074643799996, - 34.11450615900003 - ], - [ - -117.75074262499999, - 34.11028288000006 - ], - [ - -117.75062721399996, - 34.11017747400007 - ], - [ - -117.75062540899995, - 34.10964122400003 - ], - [ - -117.75006395999998, - 34.10964169400006 - ], - [ - -117.75006059199995, - 34.11017502400006 - ], - [ - -117.75005954299996, - 34.11055595900007 - ], - [ - -117.75005872, - 34.11084588800003 - ], - [ - -117.750050161, - 34.112605389000066 - ], - [ - -117.74853198699998, - 34.11259964100003 - ], - [ - -117.74852905699998, - 34.11084019400005 - ], - [ - -117.74753632399995, - 34.110832695000056 - ], - [ - -117.74535446599998, - 34.11081913900006 - ], - [ - -117.74519273899995, - 34.110793116000025 - ], - [ - -117.74210528499998, - 34.110799618000044 - ], - [ - -117.74211393399997, - 34.11013705700003 - ], - [ - -117.74213177399997, - 34.108633302000044 - ], - [ - -117.74116726499994, - 34.10862320600006 - ], - [ - -117.74117538399997, - 34.10811532800005 - ], - [ - -117.73991357499995, - 34.10810496400006 - ], - [ - -117.73971188599995, - 34.108155347000036 - ], - [ - -117.73902309199997, - 34.10814252900008 - ], - [ - -117.73901187999996, - 34.110121771000024 - ], - [ - -117.739009996, - 34.110748398000055 - ], - [ - -117.73761597999999, - 34.11071509900006 - ], - [ - -117.73743687199999, - 34.110916958000075 - ], - [ - -117.73717427199995, - 34.11091118000007 - ], - [ - -117.73692675499996, - 34.11086399900006 - ], - [ - -117.73683093699998, - 34.107687627000075 - ], - [ - -117.73683403999996, - 34.10724332900003 - ], - [ - -117.73667721599998, - 34.10724162400004 - ], - [ - -117.73666718699997, - 34.106245913000066 - ], - [ - -117.73666251399999, - 34.106107750000035 - ], - [ - -117.73673985799996, - 34.105178300000034 - ], - [ - -117.73672790999996, - 34.10344119700005 - ], - [ - -117.73669561599996, - 34.09877292200008 - ], - [ - -117.73242001899996, - 34.098643680000066 - ], - [ - -117.732368378, - 34.09621710500005 - ], - [ - -117.73235587899995, - 34.09035161400004 - ], - [ - -117.72799411999995, - 34.09044224200005 - ], - [ - -117.72801326599995, - 34.07948213100008 - ], - [ - -117.71927186399995, - 34.07952584100008 - ], - [ - -117.711255973, - 34.079540715000064 - ], - [ - -117.71029304899997, - 34.08179496500003 - ], - [ - -117.70882634499998, - 34.085237353000025 - ], - [ - -117.70686089099996, - 34.089593928000056 - ], - [ - -117.70632348599997, - 34.090723206000064 - ], - [ - -117.70596376499998, - 34.09158385600006 - ], - [ - -117.70554061999997, - 34.09259229000003 - ], - [ - -117.704435462, - 34.095046334000074 - ], - [ - -117.70265273299998, - 34.09944592900007 - ], - [ - -117.69965672299998, - 34.106806163000044 - ], - [ - -117.69825460199996, - 34.11021526800005 - ], - [ - -117.69354344699997, - 34.12157085800004 - ], - [ - -117.69217823199995, - 34.12504399000005 - ], - [ - -117.68681617799996, - 34.138115767000045 - ], - [ - -117.68430481299998, - 34.146954108000045 - ], - [ - -117.68428869099995, - 34.14695418400004 - ], - [ - -117.68327984899997, - 34.15048340000004 - ], - [ - -117.68324554299994, - 34.15060340200006 - ], - [ - -117.68323418099999, - 34.15064315200004 - ], - [ - -117.68311534499998, - 34.151056754000024 - ], - [ - -117.68224627599994, - 34.15404595600006 - ], - [ - -117.68224457599996, - 34.154050074000054 - ], - [ - -117.68217327499997, - 34.154294942000035 - ], - [ - -117.68214102899998, - 34.15440400400007 - ], - [ - -117.68213988999997, - 34.15440790300005 - ], - [ - -117.68172516499999, - 34.155832083000064 - ], - [ - -117.68091321099996, - 34.15739475300006 - ], - [ - -117.67992856199999, - 34.159289648000026 - ], - [ - -117.67872405099996, - 34.161586707000026 - ] - ], - [ - [ - -117.70421145699999, - 34.14390194300006 - ], - [ - -117.70412187, - 34.14400411100007 - ], - [ - -117.70406037099997, - 34.144119524000075 - ], - [ - -117.70447292299997, - 34.144258570000034 - ], - [ - -117.70454359399997, - 34.14436931700004 - ], - [ - -117.70400908899995, - 34.145989418000056 - ], - [ - -117.70390367399995, - 34.14636119800008 - ], - [ - -117.70365745699996, - 34.146830170000044 - ], - [ - -117.702117204, - 34.14870274900005 - ], - [ - -117.70199605, - 34.14886992900006 - ], - [ - -117.70146759699998, - 34.148763761000055 - ], - [ - -117.70129083899997, - 34.14873371200002 - ], - [ - -117.70075244499998, - 34.14861973200004 - ], - [ - -117.70126377199995, - 34.14795943900003 - ], - [ - -117.70154950099999, - 34.14758340700007 - ], - [ - -117.70182422699997, - 34.147003436000034 - ], - [ - -117.70182244699998, - 34.14654158500008 - ], - [ - -117.70231780599994, - 34.14621288500007 - ], - [ - -117.70141576199995, - 34.145690063000075 - ], - [ - -117.70153187799997, - 34.145538559000045 - ], - [ - -117.70161324699995, - 34.14542777500003 - ], - [ - -117.70168972699997, - 34.14531604600006 - ], - [ - -117.70176286999998, - 34.14520256000003 - ], - [ - -117.70183435799999, - 34.145087630000035 - ], - [ - -117.70190080599997, - 34.14497119200007 - ], - [ - -117.70196576199999, - 34.14485359500003 - ], - [ - -117.702025661, - 34.144735052000044 - ], - [ - -117.70208390699997, - 34.144615067000075 - ], - [ - -117.70213726399999, - 34.14449413800003 - ], - [ - -117.70218879099997, - 34.14437204300003 - ], - [ - -117.70223560099998, - 34.14424901000007 - ], - [ - -117.70227904599994, - 34.14412506300005 - ], - [ - -117.70231912, - 34.14400048400006 - ], - [ - -117.70235582199996, - 34.14387527400004 - ], - [ - -117.70238932299998, - 34.143749435000075 - ], - [ - -117.70241793599996, - 34.14362265400007 - ], - [ - -117.70244486999997, - 34.14349527400003 - ], - [ - -117.702466733, - 34.143367511000065 - ], - [ - -117.70248402899995, - 34.143239374000075 - ], - [ - -117.70252791799999, - 34.14291425400006 - ], - [ - -117.70257561799997, - 34.14248749300003 - ], - [ - -117.70259258199997, - 34.142359068000076 - ], - [ - -117.70261781499994, - 34.14223193600003 - ], - [ - -117.70264962799996, - 34.142105782000044 - ], - [ - -117.70268818499994, - 34.141980889000024 - ], - [ - -117.70273482099998, - 34.141857852000044 - ], - [ - -117.70278817699995, - 34.14173692300005 - ], - [ - -117.70284807999997, - 34.14161809600006 - ], - [ - -117.70291620899997, - 34.14150197200007 - ], - [ - -117.70299103099995, - 34.14138880000007 - ], - [ - -117.70307068399995, - 34.141278543000055 - ], - [ - -117.70315702, - 34.14117151900007 - ], - [ - -117.70324984799998, - 34.14106857200005 - ], - [ - -117.70340405599995, - 34.140918115000034 - ], - [ - -117.703511849, - 34.14082504900006 - ], - [ - -117.703624591, - 34.14073659100006 - ], - [ - -117.70388968699996, - 34.14065430000005 - ], - [ - -117.704343043, - 34.14129430600008 - ], - [ - -117.70443229099999, - 34.14139556500004 - ], - [ - -117.70452564299995, - 34.14150141700003 - ], - [ - -117.70462949899996, - 34.14160156300005 - ], - [ - -117.70473825, - 34.14169081800003 - ], - [ - -117.70486186699998, - 34.14177586400007 - ], - [ - -117.70496733399995, - 34.14186730700004 - ], - [ - -117.70506770599997, - 34.141970763000074 - ], - [ - -117.70523677799997, - 34.142072221000035 - ], - [ - -117.705322159, - 34.14150336200004 - ], - [ - -117.70603275599996, - 34.141504980000036 - ], - [ - -117.70585413499998, - 34.14201082200003 - ], - [ - -117.705848576, - 34.14217836100005 - ], - [ - -117.70591584399995, - 34.14230707200005 - ], - [ - -117.70606073699997, - 34.14245312500003 - ], - [ - -117.70630173899997, - 34.142546449000065 - ], - [ - -117.70670660699994, - 34.14253599400007 - ], - [ - -117.70724092299997, - 34.14235795700006 - ], - [ - -117.70735782199995, - 34.14294187400003 - ], - [ - -117.70734984299997, - 34.143332523000026 - ], - [ - -117.70705737999998, - 34.14333002300003 - ], - [ - -117.70680794999998, - 34.14332810700006 - ], - [ - -117.70529767599999, - 34.143315474000076 - ], - [ - -117.70527705999996, - 34.14352863900007 - ], - [ - -117.7052649399999, - 34.14365378100007 - ], - [ - -117.70518206499997, - 34.143758338000055 - ], - [ - -117.70506271899995, - 34.14383483100005 - ], - [ - -117.70478672299998, - 34.14387210500007 - ], - [ - -117.70435541999996, - 34.14385891300003 - ], - [ - -117.70421145699999, - 34.14390194300006 - ] - ], - [ - [ - -117.73771642499997, - 34.126602802000036 - ], - [ - -117.73764958499999, - 34.12894832600006 - ], - [ - -117.73344996799995, - 34.128924925000035 - ], - [ - -117.73184903599997, - 34.12891619000004 - ], - [ - -117.73122436799997, - 34.128912213000035 - ], - [ - -117.73011749499994, - 34.128905958000075 - ], - [ - -117.729010615, - 34.128899974000035 - ], - [ - -117.72680010399995, - 34.12889282900005 - ], - [ - -117.726799428, - 34.126549340000054 - ], - [ - -117.72680235899998, - 34.121602351000035 - ], - [ - -117.72895488699999, - 34.121609472000046 - ], - [ - -117.72997753399994, - 34.121612654000046 - ], - [ - -117.72997765599996, - 34.12211420800003 - ], - [ - -117.729561231, - 34.12211211400006 - ], - [ - -117.72957785299997, - 34.12413443200006 - ], - [ - -117.72900455799999, - 34.12413653700003 - ], - [ - -117.72900333399997, - 34.12656001700003 - ], - [ - -117.72900623899994, - 34.127676164000036 - ], - [ - -117.72980965499994, - 34.12754536400007 - ], - [ - -117.72998408599994, - 34.127443174000064 - ], - [ - -117.73010690599995, - 34.12708551800006 - ], - [ - -117.73120887399995, - 34.12709054900006 - ], - [ - -117.731207913, - 34.12684144600007 - ], - [ - -117.73120127799996, - 34.12637160300005 - ], - [ - -117.73197267299997, - 34.12638131800003 - ], - [ - -117.73342007399998, - 34.12637685800007 - ], - [ - -117.73329032799995, - 34.12457855900004 - ], - [ - -117.733281778, - 34.12416897700007 - ], - [ - -117.73222102399995, - 34.124181692000036 - ], - [ - -117.73218454699997, - 34.12164587700005 - ], - [ - -117.73649934399998, - 34.121722058000046 - ], - [ - -117.73804908699998, - 34.12172041600007 - ], - [ - -117.73803922299999, - 34.12219387700003 - ], - [ - -117.73770701199999, - 34.12228026900004 - ], - [ - -117.73726748899998, - 34.12227999800007 - ], - [ - -117.7372675299999, - 34.12277422400007 - ], - [ - -117.736426672, - 34.12277133600003 - ], - [ - -117.73642860799998, - 34.12319938400003 - ], - [ - -117.73661039799998, - 34.12320609300008 - ], - [ - -117.73654413999998, - 34.123772545000065 - ], - [ - -117.736645668, - 34.124042805000045 - ], - [ - -117.73665468799999, - 34.12435405800005 - ], - [ - -117.73655746099996, - 34.12530253600005 - ], - [ - -117.73773876499996, - 34.12531133300007 - ], - [ - -117.73771642499997, - 34.126602802000036 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Harvey Mudd College", - "era": "college", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -117.70940780639648, - 34.10610155172603 - ] - } - } - ] -} \ No newline at end of file diff --git a/templates/storypages/data/title-slide.json b/templates/storypages/data/title-slide.json deleted file mode 100644 index 71f09cd2..00000000 --- a/templates/storypages/data/title-slide.json +++ /dev/null @@ -1,178906 +0,0 @@ -{ - "type": "FeatureCollection", - "bbox": [-180, -75, 180, 75], - "features": [ - { - "type": "Feature", - "properties": { - "label": "Claremont, CA", - "era": "college", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -117.67872405099996, - 34.161586707000026 - ], - [ - -117.678711594, - 34.16161110200005 - ], - [ - -117.67858132599997, - 34.161867216000076 - ], - [ - -117.67851720799996, - 34.16199328400006 - ], - [ - -117.67851424399998, - 34.16199910200004 - ], - [ - -117.67772290499994, - 34.16516195400004 - ], - [ - -117.67771612299998, - 34.165189002000034 - ], - [ - -117.67771605599995, - 34.165189249000036 - ], - [ - -117.67869957899995, - 34.165182826000034 - ], - [ - -117.67919349599998, - 34.16518408300004 - ], - [ - -117.67919378599998, - 34.16518408400003 - ], - [ - -117.67919970899999, - 34.16517524200003 - ], - [ - -117.69189965699996, - 34.165218881000044 - ], - [ - -117.69192278, - 34.16521896000006 - ], - [ - -117.69257392099996, - 34.16522309100003 - ], - [ - -117.69790726399998, - 34.16525678900007 - ], - [ - -117.69790778499998, - 34.16525679200004 - ], - [ - -117.69806378799996, - 34.16262692300006 - ], - [ - -117.69806384299994, - 34.16262597000008 - ], - [ - -117.69812613599998, - 34.16157932600004 - ], - [ - -117.69825704899995, - 34.15937967100007 - ], - [ - -117.69834415799994, - 34.15790312100006 - ], - [ - -117.69401222099998, - 34.157915236000065 - ], - [ - -117.69280356399997, - 34.15791858600005 - ], - [ - -117.69197782299995, - 34.15792074800004 - ], - [ - -117.69119468199995, - 34.15792285300006 - ], - [ - -117.68967530299994, - 34.15792692300005 - ], - [ - -117.68529873399996, - 34.15793853200006 - ], - [ - -117.68529872699997, - 34.15793870500005 - ], - [ - -117.684776608, - 34.15794006500005 - ], - [ - -117.68361798599994, - 34.15930321600007 - ], - [ - -117.68285126799998, - 34.16012025200007 - ], - [ - -117.68285762799997, - 34.16052632700007 - ], - [ - -117.68285762899995, - 34.160526409000056 - ], - [ - -117.68286675399997, - 34.161056364000046 - ], - [ - -117.68286592899995, - 34.161056366000025 - ], - [ - -117.68266180599994, - 34.161056651000024 - ], - [ - -117.68266197999998, - 34.161037417000045 - ], - [ - -117.68266074899998, - 34.16103221700007 - ], - [ - -117.68266035299996, - 34.16103054300004 - ], - [ - -117.68266053999997, - 34.16100691400004 - ], - [ - -117.68266098499998, - 34.160950856000056 - ], - [ - -117.682660049, - 34.16094730000003 - ], - [ - -117.68265991599998, - 34.160931223000034 - ], - [ - -117.68265954399999, - 34.16092113700006 - ], - [ - -117.68265973099994, - 34.16089795500005 - ], - [ - -117.68265849499994, - 34.16089262300005 - ], - [ - -117.68265818599997, - 34.16088422800004 - ], - [ - -117.68265841799996, - 34.16085192600008 - ], - [ - -117.68265682599997, - 34.160845023000036 - ], - [ - -117.682657023, - 34.160818919000064 - ], - [ - -117.68265555, - 34.16081253600004 - ], - [ - -117.68265544699995, - 34.16080974500005 - ], - [ - -117.68265563099999, - 34.160785255000064 - ], - [ - -117.68265403299995, - 34.16077906800007 - ], - [ - -117.68265423499997, - 34.16075227700003 - ], - [ - -117.68265263899997, - 34.16074609000003 - ], - [ - -117.68265277899997, - 34.16072616800005 - ], - [ - -117.68265115499997, - 34.16071929300006 - ], - [ - -117.68265138599997, - 34.16069321700007 - ], - [ - -117.68263535899996, - 34.16041349500006 - ], - [ - -117.68263529399997, - 34.16041321300003 - ], - [ - -117.682633765, - 34.16040662100005 - ], - [ - -117.68263396499998, - 34.16037983000007 - ], - [ - -117.68263233899995, - 34.16037295500007 - ], - [ - -117.68263287399998, - 34.160303793000026 - ], - [ - -117.68263246799995, - 34.160285428000066 - ], - [ - -117.682633104, - 34.16027405600005 - ], - [ - -117.68263337899998, - 34.16023831200005 - ], - [ - -117.68263509099995, - 34.16023144700006 - ], - [ - -117.68263529199999, - 34.160204656000076 - ], - [ - -117.68263700399996, - 34.16019779100003 - ], - [ - -117.68263714499994, - 34.16017789600005 - ], - [ - -117.68263885899995, - 34.16017103100006 - ], - [ - -117.68263962599997, - 34.16015737200007 - ], - [ - -117.68264039499996, - 34.16015160000006 - ], - [ - -117.682640688, - 34.160150427000076 - ], - [ - -117.68264069199995, - 34.16014937600005 - ], - [ - -117.68264071199997, - 34.16014424400004 - ], - [ - -117.68264213799995, - 34.16013852800006 - ], - [ - -117.68264243299996, - 34.16013630900005 - ], - [ - -117.68264254199994, - 34.16012364000005 - ], - [ - -117.68264425299998, - 34.16011677400007 - ], - [ - -117.68264427599996, - 34.160110592000024 - ], - [ - -117.68264598899998, - 34.160103728000024 - ], - [ - -117.68264604799998, - 34.16009685600005 - ], - [ - -117.68264775999995, - 34.16009002000004 - ], - [ - -117.68264778499997, - 34.16008383700006 - ], - [ - -117.68264949499996, - 34.16007697200007 - ], - [ - -117.68264955499995, - 34.16007010200008 - ], - [ - -117.68265297799996, - 34.16005637200004 - ], - [ - -117.68265300299998, - 34.16005018900006 - ], - [ - -117.68265467999998, - 34.16004332500006 - ], - [ - -117.68265477299997, - 34.16003645300003 - ], - [ - -117.68265648399995, - 34.16002958900003 - ], - [ - -117.68265754699996, - 34.16002561100004 - ], - [ - -117.68265813599999, - 34.160022850000075 - ], - [ - -117.68265821999995, - 34.16001656900005 - ], - [ - -117.68265993199998, - 34.16000970300007 - ], - [ - -117.68266164099998, - 34.160003525000036 - ], - [ - -117.68266170099997, - 34.15999665500004 - ], - [ - -117.682665091, - 34.159982925000065 - ], - [ - -117.6826668, - 34.15997674600004 - ], - [ - -117.68266851099997, - 34.15996990900004 - ], - [ - -117.68266857299994, - 34.15996301200005 - ], - [ - -117.68267024599999, - 34.15995686100007 - ], - [ - -117.68267367099998, - 34.159943131000034 - ], - [ - -117.68267537999998, - 34.159936952000066 - ], - [ - -117.68267705999995, - 34.15993008700008 - ], - [ - -117.68267712, - 34.159923218000074 - ], - [ - -117.68267882899994, - 34.15991706700004 - ], - [ - -117.68268225199995, - 34.159903335000024 - ], - [ - -117.68268392799996, - 34.159897157000046 - ], - [ - -117.68268563999999, - 34.159890293000046 - ], - [ - -117.682687349, - 34.15988411500007 - ], - [ - -117.68269073999994, - 34.15987041200003 - ], - [ - -117.68269248099995, - 34.159864234000054 - ], - [ - -117.68269415999998, - 34.159857368000075 - ], - [ - -117.68269590499995, - 34.15985119000004 - ], - [ - -117.68269920199998, - 34.159844356000065 - ], - [ - -117.68270091399995, - 34.15983746300003 - ], - [ - -117.68270262199997, - 34.15983131300004 - ], - [ - -117.682704334, - 34.15982444800005 - ], - [ - -117.68270604299994, - 34.15981826900003 - ], - [ - -117.68270772399995, - 34.15981140400004 - ], - [ - -117.68270943299996, - 34.15980525300006 - ], - [ - -117.68271279799995, - 34.15979839200003 - ], - [ - -117.68271450499998, - 34.15979221400005 - ], - [ - -117.68271618399996, - 34.15978535000005 - ], - [ - -117.68271789599999, - 34.159779171000025 - ], - [ - -117.68272125399994, - 34.15977233600006 - ], - [ - -117.68272296699996, - 34.15976615900007 - ], - [ - -117.68272464599994, - 34.159759294000025 - ], - [ - -117.68272635599999, - 34.159753143000046 - ], - [ - -117.68272972099999, - 34.15974628200007 - ], - [ - -117.68273146299998, - 34.159740104000036 - ], - [ - -117.68273314299995, - 34.15973323900005 - ], - [ - -117.68273647199999, - 34.15972706500003 - ], - [ - -117.68273818399996, - 34.15972019800006 - ], - [ - -117.68274154499994, - 34.15971405200003 - ], - [ - -117.68274322099995, - 34.15970787400005 - ], - [ - -117.68274493299998, - 34.15970100900006 - ], - [ - -117.68274829499995, - 34.15969483500004 - ], - [ - -117.68275000799997, - 34.15968799800004 - ], - [ - -117.68275336899995, - 34.15968182300003 - ], - [ - -117.68275504399998, - 34.15967564400006 - ], - [ - -117.68275840999996, - 34.159668811000074 - ], - [ - -117.68276015199996, - 34.15966263400003 - ], - [ - -117.68276348099994, - 34.159656460000065 - ], - [ - -117.68276515999997, - 34.159649622000074 - ], - [ - -117.68277188199994, - 34.15963727500008 - ], - [ - -117.68277355999999, - 34.159631095000066 - ], - [ - -117.68277692599997, - 34.159624234000034 - ], - [ - -117.68277863399999, - 34.159618057000046 - ], - [ - -117.68278199599996, - 34.159611909000034 - ], - [ - -117.68278539399995, - 34.15960504900005 - ], - [ - -117.68278703699997, - 34.15959887100007 - ], - [ - -117.68279376099997, - 34.15958655000003 - ], - [ - -117.68279543699998, - 34.15958037200005 - ], - [ - -117.682798801, - 34.159573511000076 - ], - [ - -117.682805525, - 34.15956119000003 - ], - [ - -117.682807202, - 34.159555013000045 - ], - [ - -117.682813926, - 34.15954269100007 - ], - [ - -117.68281728999995, - 34.159535832000074 - ], - [ - -117.68282398199995, - 34.15952351000004 - ], - [ - -117.682825692, - 34.159517332000064 - ], - [ - -117.68287598799998, - 34.15942486100005 - ], - [ - -117.68287931599997, - 34.15941937400004 - ], - [ - -117.68288267699995, - 34.159413200000074 - ], - [ - -117.68288765799997, - 34.15940702900008 - ], - [ - -117.68289774299996, - 34.15938856300005 - ], - [ - -117.68290110199996, - 34.15938310400003 - ], - [ - -117.68290443299998, - 34.159376930000064 - ], - [ - -117.68290944799998, - 34.15937076100005 - ], - [ - -117.68291280899996, - 34.15936458700003 - ], - [ - -117.68291613599996, - 34.15935912700007 - ], - [ - -117.682919498, - 34.15935295200006 - ], - [ - -117.68292451199994, - 34.159346810000045 - ], - [ - -117.68292790599997, - 34.15934063800006 - ], - [ - -117.68293120099997, - 34.15933512200007 - ], - [ - -117.68293621699996, - 34.15932900800004 - ], - [ - -117.68293957799995, - 34.15932283500007 - ], - [ - -117.68294286999998, - 34.15931734700007 - ], - [ - -117.68294791899996, - 34.15931120500005 - ], - [ - -117.68295127699997, - 34.15930571700005 - ], - [ - -117.68295460699994, - 34.15929954400008 - ], - [ - -117.68295795799997, - 34.15929614500004 - ], - [ - -117.68296132299997, - 34.15928928400007 - ], - [ - -117.68296463799999, - 34.15928654500004 - ], - [ - -117.68296630599997, - 34.15928314100006 - ], - [ - -117.68296965599995, - 34.15927971700006 - ], - [ - -117.68297302199994, - 34.15927285400005 - ], - [ - -117.682976339, - 34.15926945600006 - ], - [ - -117.68297800499994, - 34.15926602600007 - ], - [ - -117.68297970099997, - 34.15926328300003 - ], - [ - -117.68298302099998, - 34.15925985600006 - ], - [ - -117.68298468599994, - 34.15925642600007 - ], - [ - -117.682988035, - 34.15925302800008 - ], - [ - -117.68299140199997, - 34.15924616700005 - ], - [ - -117.68299471799997, - 34.159243427000035 - ], - [ - -117.68299638199994, - 34.15924002400004 - ], - [ - -117.68299973599994, - 34.159236598000064 - ], - [ - -117.68300309899996, - 34.15922973600004 - ], - [ - -117.68300641499997, - 34.15922702600005 - ], - [ - -117.68300807999998, - 34.15922359500007 - ], - [ - -117.68301143399998, - 34.15922016800005 - ], - [ - -117.68301309799995, - 34.159216738000055 - ], - [ - -117.68301613799997, - 34.15921422800005 - ], - [ - -117.68301668999999, - 34.15921344000003 - ], - [ - -117.6830269599999, - 34.15919877700003 - ], - [ - -117.683028875, - 34.159196044000055 - ], - [ - -117.68303006399998, - 34.15919434800003 - ], - [ - -117.68303204899996, - 34.159191846000056 - ], - [ - -117.68303378699994, - 34.159189656000024 - ], - [ - -117.68303637899999, - 34.15918639000006 - ], - [ - -117.68303868599997, - 34.15918348200006 - ], - [ - -117.68304801, - 34.15917173300005 - ], - [ - -117.68304818099995, - 34.15917151800005 - ], - [ - -117.68311633199994, - 34.159085652000044 - ], - [ - -117.68311661999996, - 34.15908533800007 - ], - [ - -117.68311826299998, - 34.15908198300008 - ], - [ - -117.68312157899999, - 34.159079244000054 - ], - [ - -117.68312492899997, - 34.15907581700003 - ], - [ - -117.68312659299994, - 34.15907307400005 - ], - [ - -117.68312991199997, - 34.15906967700005 - ], - [ - -117.68313160999998, - 34.159066246000066 - ], - [ - -117.68313495799998, - 34.15906350600005 - ], - [ - -117.68313659199998, - 34.15906007600006 - ], - [ - -117.68313994099998, - 34.159057364000034 - ], - [ - -117.68314325999995, - 34.159053938000056 - ], - [ - -117.68314495599998, - 34.159051195000075 - ], - [ - -117.68314827499995, - 34.15904776800005 - ], - [ - -117.68315158999997, - 34.15904505700007 - ], - [ - -117.68315328699998, - 34.15904162600003 - ], - [ - -117.683156608, - 34.159038199000065 - ], - [ - -117.68315827099997, - 34.15903545700007 - ], - [ - -117.68316162199994, - 34.159032086000025 - ], - [ - -117.683164939, - 34.15902931800008 - ], - [ - -117.68316663599995, - 34.15902588800003 - ], - [ - -117.68316995299995, - 34.15902314900006 - ], - [ - -117.68317327099999, - 34.15901975100007 - ], - [ - -117.68317496699996, - 34.159017006000056 - ], - [ - -117.68317828499994, - 34.15901358000008 - ], - [ - -117.68317994799997, - 34.15901083700004 - ], - [ - -117.683582952, - 34.158592585000065 - ], - [ - -117.68359431699997, - 34.15858057500003 - ], - [ - -117.68360294499996, - 34.15857093600005 - ], - [ - -117.68360352199994, - 34.158570293000025 - ], - [ - -117.68367708199997, - 34.15848812200005 - ], - [ - -117.68368035999998, - 34.15848446000007 - ], - [ - -117.68368397399996, - 34.15848042300007 - ], - [ - -117.68368721599995, - 34.15847680200005 - ], - [ - -117.68369020499995, - 34.15847277300003 - ], - [ - -117.68369322599995, - 34.15846870300004 - ], - [ - -117.68369604199995, - 34.15846491000008 - ], - [ - -117.68376858899995, - 34.15836715700004 - ], - [ - -117.68384010899996, - 34.158252524000034 - ], - [ - -117.68389533099997, - 34.158145869000066 - ], - [ - -117.68389690099997, - 34.15814283700007 - ], - [ - -117.68389899099998, - 34.15813944100006 - ], - [ - -117.68390231799998, - 34.15813329400004 - ], - [ - -117.68390402499995, - 34.15812780400006 - ], - [ - -117.68390738399995, - 34.15812231700005 - ], - [ - -117.68390906099995, - 34.15811613900007 - ], - [ - -117.68391241899997, - 34.15811067800007 - ], - [ - -117.68391412899996, - 34.158104501000025 - ], - [ - -117.68391745499997, - 34.15809901400007 - ], - [ - -117.68391916599995, - 34.15809283600004 - ], - [ - -117.68392252499996, - 34.15808740400007 - ], - [ - -117.68392419999998, - 34.15808119800005 - ], - [ - -117.68392590699995, - 34.158075706000034 - ], - [ - -117.68392926699994, - 34.15806953200007 - ], - [ - -117.68393097599994, - 34.158064068000044 - ], - [ - -117.68393265099996, - 34.15805788900008 - ], - [ - -117.68393600999997, - 34.15805240200007 - ], - [ - -117.68393771899997, - 34.15804622500008 - ], - [ - -117.683939394, - 34.15804073400005 - ], - [ - -117.68394275599996, - 34.15803458700003 - ], - [ - -117.68394446299999, - 34.158028408000064 - ], - [ - -117.68394613799995, - 34.15802291800003 - ], - [ - -117.68394949699996, - 34.158016743000076 - ], - [ - -117.68395120499997, - 34.15801128000004 - ], - [ - -117.68395459199996, - 34.15799892200005 - ], - [ - -117.68395629699995, - 34.15799345800008 - ], - [ - -117.68395965899998, - 34.15798725800005 - ], - [ - -117.68396133199997, - 34.157981766000034 - ], - [ - -117.68396475099996, - 34.157969438000066 - ], - [ - -117.683966425, - 34.15796394600005 - ], - [ - -117.68397151999994, - 34.157945410000025 - ], - [ - -117.68397321699996, - 34.15794200800008 - ], - [ - -117.683976611, - 34.15792759100003 - ], - [ - -117.68397831699997, - 34.157922099000075 - ], - [ - -117.68398341199998, - 34.157903591000036 - ], - [ - -117.68398511799995, - 34.15789810100006 - ], - [ - -117.68399192199996, - 34.15787338800004 - ], - [ - -117.68399359299997, - 34.157867923000026 - ], - [ - -117.68399365099998, - 34.157861936000074 - ], - [ - -117.68399535699996, - 34.15785585400005 - ], - [ - -117.68399553499995, - 34.15785488900008 - ], - [ - -117.68399874699998, - 34.15784320600005 - ], - [ - -117.68400045299995, - 34.15783771400004 - ], - [ - -117.68400050699995, - 34.157831531000056 - ], - [ - -117.68400389299995, - 34.15781920300003 - ], - [ - -117.68400395199996, - 34.15781302000005 - ], - [ - -117.68400565999997, - 34.157806841000024 - ], - [ - -117.68400733299995, - 34.15780135000006 - ], - [ - -117.68400739099997, - 34.157795167000074 - ], - [ - -117.68401077599998, - 34.15778281100006 - ], - [ - -117.68401083199996, - 34.15777662900007 - ], - [ - -117.68401253999997, - 34.15777045100003 - ], - [ - -117.684012597, - 34.15776426700006 - ], - [ - -117.68401427199996, - 34.15775811700007 - ], - [ - -117.68401598, - 34.15775262500006 - ], - [ - -117.68401603599995, - 34.157746443000065 - ], - [ - -117.68401771099997, - 34.15774026500003 - ], - [ - -117.68401776399998, - 34.15773453400004 - ], - [ - -117.68401894699997, - 34.157728130000066 - ], - [ - -117.68401933599995, - 34.15772243300006 - ], - [ - -117.68401954199999, - 34.15771941500003 - ], - [ - -117.68401988999995, - 34.15771431300004 - ], - [ - -117.684021267, - 34.15770936000007 - ], - [ - -117.68402132299997, - 34.15770317800008 - ], - [ - -117.68402299899998, - 34.15769702700004 - ], - [ - -117.68402310899995, - 34.157685349000076 - ], - [ - -117.68407533299995, - 34.15690797100007 - ], - [ - -117.68407537499996, - 34.15690280100006 - ], - [ - -117.68407552099995, - 34.156884614000035 - ], - [ - -117.68407724999997, - 34.15687294000003 - ], - [ - -117.68407732799994, - 34.156861262000064 - ], - [ - -117.68407909399997, - 34.156848902000036 - ], - [ - -117.68407917099995, - 34.156837223000025 - ], - [ - -117.68408093399995, - 34.156825550000065 - ], - [ - -117.68408101099999, - 34.156813871000054 - ], - [ - -117.68408429099998, - 34.15679188400003 - ], - [ - -117.68408623299996, - 34.15677887600003 - ], - [ - -117.68408629699996, - 34.15677223400007 - ], - [ - -117.68408634499997, - 34.15676719900006 - ], - [ - -117.68408807499998, - 34.15675483700005 - ], - [ - -117.68410726899998, - 34.15662647900007 - ], - [ - -117.68411061999996, - 34.156614809000075 - ], - [ - -117.68411414499997, - 34.15659143400006 - ], - [ - -117.68411755999995, - 34.15657981900006 - ], - [ - -117.68412102199994, - 34.156556471000044 - ], - [ - -117.684125683, - 34.15654040700008 - ], - [ - -117.68412778599998, - 34.15653315900005 - ], - [ - -117.68412951499994, - 34.15652145800004 - ], - [ - -117.68413292999998, - 34.15651050400004 - ], - [ - -117.684133654, - 34.15650561900003 - ], - [ - -117.684134659, - 34.15649882900004 - ], - [ - -117.68414145699995, - 34.15647551700005 - ], - [ - -117.68414318799995, - 34.15646384400003 - ], - [ - -117.68414656999994, - 34.156452202000025 - ], - [ - -117.68414998199995, - 34.156441217000065 - ], - [ - -117.68415815099996, - 34.15641314800007 - ], - [ - -117.68416016299994, - 34.156406237000056 - ], - [ - -117.68416354299995, - 34.156395254000074 - ], - [ - -117.68416804799995, - 34.15637979100006 - ], - [ - -117.68417034099997, - 34.15637191600007 - ], - [ - -117.68417368799999, - 34.15636096000003 - ], - [ - -117.68418051799995, - 34.15633764900008 - ], - [ - -117.68418555299996, - 34.156326669000066 - ], - [ - -117.68418896799994, - 34.15631502700006 - ], - [ - -117.68419234599997, - 34.156304044000024 - ], - [ - -117.68419572999994, - 34.156292402000076 - ], - [ - -117.68420079499998, - 34.15628142400004 - ], - [ - -117.68420417899995, - 34.15626975400005 - ], - [ - -117.684208115, - 34.156261208000046 - ], - [ - -117.68420968299995, - 34.15625721300006 - ], - [ - -117.68421262699997, - 34.15624713400007 - ], - [ - -117.68421765899996, - 34.156236155000045 - ], - [ - -117.68422103999995, - 34.15622451400003 - ], - [ - -117.684226073, - 34.15621353600005 - ], - [ - -117.68422948699998, - 34.15620258000007 - ], - [ - -117.68423448899995, - 34.156190914000035 - ], - [ - -117.68423955499998, - 34.156179963000056 - ], - [ - -117.68424296599994, - 34.156168982000054 - ], - [ - -117.68424800199995, - 34.15615731500003 - ], - [ - -117.68427319799997, - 34.156102506000025 - ], - [ - -117.68427826699997, - 34.15609084100004 - ], - [ - -117.68430852899996, - 34.156025053000064 - ], - [ - -117.68431521199994, - 34.156014793000054 - ], - [ - -117.68432524399998, - 34.15599286400004 - ], - [ - -117.684331994, - 34.155981918000066 - ], - [ - -117.68434205899996, - 34.15595998800006 - ], - [ - -117.68434874299999, - 34.155949701000054 - ], - [ - -117.68435380899996, - 34.155938750000075 - ], - [ - -117.68436049299999, - 34.155927776000055 - ], - [ - -117.68436717499998, - 34.15591754500008 - ], - [ - -117.68437220799996, - 34.155906566000056 - ], - [ - -117.68437892499998, - 34.15589627800006 - ], - [ - -117.68438395599998, - 34.15588532900006 - ], - [ - -117.68439063999995, - 34.15587504200005 - ], - [ - -117.68439732399997, - 34.15586409400004 - ], - [ - -117.68440403999995, - 34.15585383500007 - ], - [ - -117.68441072599995, - 34.15584286100005 - ], - [ - -117.68441575499997, - 34.15583259600004 - ], - [ - -117.68442244, - 34.15582230900003 - ], - [ - -117.68442915599996, - 34.155811364000044 - ], - [ - -117.68446260299999, - 34.15576001000005 - ], - [ - -117.68446928799995, - 34.15574906300003 - ], - [ - -117.68447762299996, - 34.15573880900007 - ], - [ - -117.684484307, - 34.15572852200006 - ], - [ - -117.68449098699995, - 34.15571894800007 - ], - [ - -117.68449770199999, - 34.15570868900005 - ], - [ - -117.684502496, - 34.15570279000008 - ], - [ - -117.68451930099997, - 34.15567803400006 - ], - [ - -117.68451940299997, - 34.155677886000035 - ], - [ - -117.68452777199997, - 34.15566763100003 - ], - [ - -117.68453148999998, - 34.15566226100003 - ], - [ - -117.68453441799994, - 34.155658032000076 - ], - [ - -117.68454102699997, - 34.155649932000074 - ], - [ - -117.68454326499995, - 34.15564703800004 - ], - [ - -117.684549469, - 34.15563748900007 - ], - [ - -117.6845578, - 34.155627948000074 - ], - [ - -117.68456448399996, - 34.155617660000075 - ], - [ - -117.68457284999994, - 34.15560809100003 - ], - [ - -117.68457953199999, - 34.15559783100008 - ], - [ - -117.68458786499997, - 34.155588237000075 - ], - [ - -117.68459619899994, - 34.15557798100008 - ], - [ - -117.68460050599998, - 34.15557303700007 - ], - [ - -117.68460453299997, - 34.155568413000026 - ], - [ - -117.68460664, - 34.155565402000036 - ], - [ - -117.68461121299998, - 34.15555886900006 - ], - [ - -117.68461954499998, - 34.15554929900003 - ], - [ - -117.68462791399998, - 34.155538989000036 - ], - [ - -117.68467232999996, - 34.15548799100003 - ], - [ - -117.68469979999998, - 34.15545645100008 - ], - [ - -117.68470294099995, - 34.15545284600006 - ], - [ - -117.68471127, - 34.155443966000064 - ], - [ - -117.68472793599994, - 34.15542480100004 - ], - [ - -117.68473791699995, - 34.15541592400007 - ], - [ - -117.68474625099998, - 34.15540638400006 - ], - [ - -117.68475457999995, - 34.15539747400004 - ], - [ - -117.68476453399995, - 34.15538791000006 - ], - [ - -117.68477289599997, - 34.15537900100003 - ], - [ - -117.684781263, - 34.15536943200004 - ], - [ - -117.68479124399994, - 34.15536055600006 - ], - [ - -117.68479957399995, - 34.15535170000004 - ], - [ - -117.684809557, - 34.15534279800005 - ], - [ - -117.68481788899999, - 34.155333228000075 - ], - [ - -117.68482787299996, - 34.15532435100005 - ], - [ - -117.68483620299997, - 34.15531546900007 - ], - [ - -117.68484618499997, - 34.15530662000003 - ], - [ - -117.68485451499998, - 34.15529768400006 - ], - [ - -117.68487448099995, - 34.15527993100005 - ], - [ - -117.68487738399995, - 34.155277547000026 - ], - [ - -117.68488446199996, - 34.15527173900006 - ], - [ - -117.68489279099998, - 34.15526285800007 - ], - [ - -117.68489885999998, - 34.155257462000066 - ], - [ - -117.68490277299998, - 34.155253981000044 - ], - [ - -117.68490714399996, - 34.15525039500005 - ], - [ - -117.684912753, - 34.15524579100003 - ], - [ - -117.684917784, - 34.15524131800004 - ], - [ - -117.68493271999995, - 34.15522803600004 - ], - [ - -117.68494104599995, - 34.155219842000065 - ], - [ - -117.684951029, - 34.15521096500004 - ], - [ - -117.68497098799998, - 34.15519458500006 - ], - [ - -117.68498097199995, - 34.15518573500003 - ], - [ - -117.685000931, - 34.15516932700007 - ], - [ - -117.68501256499997, - 34.155161141000065 - ], - [ - -117.68503252399995, - 34.15514476100003 - ], - [ - -117.68542977599998, - 34.15483418500003 - ], - [ - -117.68560945399997, - 34.154693714000075 - ], - [ - -117.68561322099998, - 34.15469139600003 - ], - [ - -117.68561608199997, - 34.15468963600006 - ], - [ - -117.68561942899998, - 34.154686896000044 - ], - [ - -117.68562771599994, - 34.154680764000034 - ], - [ - -117.685632726, - 34.15467596800005 - ], - [ - -117.68563603899997, - 34.154673943000034 - ], - [ - -117.68564104399996, - 34.15466983400006 - ], - [ - -117.68564436099996, - 34.154667096000026 - ], - [ - -117.68565267899999, - 34.15466096000006 - ], - [ - -117.68565430899997, - 34.154658218000066 - ], - [ - -117.68566100199996, - 34.15465411300005 - ], - [ - -117.68566597799997, - 34.154649317000064 - ], - [ - -117.68566925699997, - 34.15464731900005 - ], - [ - -117.6856743, - 34.15464252400005 - ], - [ - -117.68567761399999, - 34.15464049900004 - ], - [ - -117.685682623, - 34.154635703000054 - ], - [ - -117.68568593499998, - 34.15463365100004 - ], - [ - -117.68569094299994, - 34.15462888300004 - ], - [ - -117.68569425799996, - 34.15462683100003 - ], - [ - -117.68569919999999, - 34.154622062000044 - ], - [ - -117.68570424, - 34.15461795300007 - ], - [ - -117.68570755399998, - 34.15461524300002 - ], - [ - -117.68571256299998, - 34.15461044600005 - ], - [ - -117.68571587699995, - 34.154608394000036 - ], - [ - -117.68572088599996, - 34.15460362500005 - ], - [ - -117.68572586199997, - 34.154598830000054 - ], - [ - -117.68572917499995, - 34.15459680500004 - ], - [ - -117.68573418399995, - 34.154592009000055 - ], - [ - -117.68573915899998, - 34.15458724100006 - ], - [ - -117.68574416799999, - 34.154582445000074 - ], - [ - -117.68574748199995, - 34.15458039200007 - ], - [ - -117.68574917799998, - 34.15457767600003 - ], - [ - -117.68575249099996, - 34.154575624000074 - ], - [ - -117.68575746599998, - 34.15457082900008 - ], - [ - -117.68576250999996, - 34.154566060000036 - ], - [ - -117.68576578899996, - 34.15456400800008 - ], - [ - -117.68576748499999, - 34.15456126400005 - ], - [ - -117.68577079899995, - 34.15455923900004 - ], - [ - -117.68577246199999, - 34.154556496000055 - ], - [ - -117.68577577499997, - 34.15455444500003 - ], - [ - -117.68577743599997, - 34.154551699000024 - ], - [ - -117.68578078299998, - 34.154549676000045 - ], - [ - -117.68578244599996, - 34.15454693200007 - ], - [ - -117.68578579599995, - 34.15454419300005 - ], - [ - -117.68579077099997, - 34.15453942400006 - ], - [ - -117.68579578099997, - 34.15453462800008 - ], - [ - -117.685800756, - 34.154529860000025 - ], - [ - -117.68580576599999, - 34.15452506300005 - ], - [ - -117.68580742799998, - 34.15452232100006 - ], - [ - -117.68581073999997, - 34.15452029700003 - ], - [ - -117.68581243699998, - 34.15451755300006 - ], - [ - -117.68581574899997, - 34.15451550100005 - ], - [ - -117.68581741199995, - 34.15451275600003 - ], - [ - -117.68582076099995, - 34.15451004500005 - ], - [ - -117.68582573799995, - 34.15450524900007 - ], - [ - -117.68583074699995, - 34.154500453000026 - ], - [ - -117.68583240999999, - 34.154497710000044 - ], - [ - -117.68583572199998, - 34.15449568500003 - ], - [ - -117.68583741799995, - 34.15449291400006 - ], - [ - -117.68584070099996, - 34.15449020300008 - ], - [ - -117.68584571099996, - 34.154485435000026 - ], - [ - -117.68584740699998, - 34.154482691000055 - ], - [ - -117.68585071899997, - 34.15448063800005 - ], - [ - -117.68585407899997, - 34.15447517800004 - ], - [ - -117.68585739199995, - 34.15447312600003 - ], - [ - -117.68585905299994, - 34.154470383000046 - ], - [ - -117.68586240099995, - 34.15446767100008 - ], - [ - -117.68586737899994, - 34.154462874000046 - ], - [ - -117.68586904199998, - 34.154460131000064 - ], - [ - -117.68587405199997, - 34.15445536300007 - ], - [ - -117.68587571499995, - 34.15445264700003 - ], - [ - -117.68587906299996, - 34.15444988000007 - ], - [ - -117.68588403799998, - 34.154445112000076 - ], - [ - -117.68588739699999, - 34.154439625000066 - ], - [ - -117.68589071199995, - 34.15443757300005 - ], - [ - -117.68589406999996, - 34.15443211300004 - ], - [ - -117.68589738499998, - 34.154429374000074 - ], - [ - -117.68590239499997, - 34.15442457800003 - ], - [ - -117.68590572, - 34.15441911800008 - ], - [ - -117.68590903299997, - 34.154417066000065 - ], - [ - -117.68591224199997, - 34.15441182300003 - ], - [ - -117.68591239199998, - 34.154411579000055 - ], - [ - -117.685912724, - 34.15441130700003 - ], - [ - -117.68591570799998, - 34.15440886600004 - ], - [ - -117.68591709799995, - 34.15440661900004 - ], - [ - -117.68591740399995, - 34.15440612400005 - ], - [ - -117.68591791499995, - 34.154405703000066 - ], - [ - -117.68592072099995, - 34.154403384000034 - ], - [ - -117.685923947, - 34.15439879300004 - ], - [ - -117.68592418699996, - 34.15439851900004 - ], - [ - -117.68592739199994, - 34.154395873000055 - ], - [ - -117.68592949099997, - 34.15439244300006 - ], - [ - -117.68593075099994, - 34.154390385000056 - ], - [ - -117.68593188699998, - 34.154389699000035 - ], - [ - -117.685934063, - 34.15438838800003 - ], - [ - -117.68593643799994, - 34.15438448700007 - ], - [ - -117.68593742199994, - 34.15438287300003 - ], - [ - -117.68593895299995, - 34.15438160900004 - ], - [ - -117.68594073699995, - 34.15438013500005 - ], - [ - -117.68594188399999, - 34.15437825200007 - ], - [ - -117.68594406399995, - 34.15437467500004 - ], - [ - -117.685947409, - 34.15437193400004 - ], - [ - -117.68648741399994, - 34.153753195000036 - ], - [ - -117.68650450899997, - 34.15373367300003 - ], - [ - -117.68650472299998, - 34.15373367800004 - ], - [ - -117.686520584, - 34.15373396700005 - ], - [ - -117.68652062999996, - 34.15373396800004 - ], - [ - -117.68655025299995, - 34.153734507000024 - ], - [ - -117.68655352899998, - 34.15373456800006 - ], - [ - -117.68667224199999, - 34.15373674600005 - ], - [ - -117.68671656499998, - 34.15373754900003 - ], - [ - -117.68671610899997, - 34.153738786000076 - ], - [ - -117.68676261799999, - 34.153739933000054 - ], - [ - -117.68651766199997, - 34.15427708000004 - ], - [ - -117.6920044299999, - 34.15425357000004 - ], - [ - -117.69856908599996, - 34.15422506700003 - ], - [ - -117.70291869, - 34.15427331300003 - ], - [ - -117.70274200299997, - 34.15794816700003 - ], - [ - -117.70519945599995, - 34.15797369000006 - ], - [ - -117.715717085, - 34.15810791000007 - ], - [ - -117.71577524599996, - 34.15946913500005 - ], - [ - -117.71586588699995, - 34.16538564900003 - ], - [ - -117.71586589199995, - 34.165385935000074 - ], - [ - -117.71775580099995, - 34.16539565900007 - ], - [ - -117.71836665999996, - 34.165398795000044 - ], - [ - -117.71923897999994, - 34.165399097000034 - ], - [ - -117.72456002799998, - 34.16540079500004 - ], - [ - -117.72456002599995, - 34.16540020700006 - ], - [ - -117.72453487299998, - 34.15951237100006 - ], - [ - -117.724526143, - 34.15812504100006 - ], - [ - -117.72888351899996, - 34.15814456000004 - ], - [ - -117.72888351899996, - 34.15814428500005 - ], - [ - -117.72888284699997, - 34.158091625000054 - ], - [ - -117.72887438799995, - 34.15742882500007 - ], - [ - -117.72886746999995, - 34.15688673600005 - ], - [ - -117.72883792099998, - 34.154574109000066 - ], - [ - -117.72881335699998, - 34.15275507600006 - ], - [ - -117.72879357699998, - 34.15129018400006 - ], - [ - -117.72878823699995, - 34.15087867700004 - ], - [ - -117.72878898199997, - 34.15087835300005 - ], - [ - -117.73169247799996, - 34.150904867000065 - ], - [ - -117.73323935699995, - 34.15091083000004 - ], - [ - -117.73321125599995, - 34.147287369000026 - ], - [ - -117.73928427899995, - 34.14726874000007 - ], - [ - -117.73955546599996, - 34.14726710300005 - ], - [ - -117.73955550499994, - 34.147262814000044 - ], - [ - -117.74167066599995, - 34.14725413600007 - ], - [ - -117.741710491, - 34.14725397300003 - ], - [ - -117.74167173899997, - 34.14360697700005 - ], - [ - -117.74167157499994, - 34.14359154300007 - ], - [ - -117.74167164499994, - 34.14310929100003 - ], - [ - -117.74167189099995, - 34.14309387600008 - ], - [ - -117.74172156799995, - 34.139980388000026 - ], - [ - -117.74176082899999, - 34.13745608000005 - ], - [ - -117.74177254399996, - 34.13670241700004 - ], - [ - -117.74177504999994, - 34.136554008000076 - ], - [ - -117.741778163, - 34.13636996300005 - ], - [ - -117.74177833699997, - 34.136345919000064 - ], - [ - -117.74179007299995, - 34.13537116100008 - ], - [ - -117.741795234, - 34.13486625000007 - ], - [ - -117.741795519, - 34.13482778100007 - ], - [ - -117.741799905, - 34.134434844000054 - ], - [ - -117.74179976199997, - 34.13443501000006 - ], - [ - -117.74186259799995, - 34.12897127600007 - ], - [ - -117.74191770199997, - 34.12662298300006 - ], - [ - -117.74192998099994, - 34.12639555800007 - ], - [ - -117.74195184299998, - 34.126395552000076 - ], - [ - -117.74195081399995, - 34.12638847200003 - ], - [ - -117.74194713999998, - 34.12635944700003 - ], - [ - -117.74204127599995, - 34.12635931900007 - ], - [ - -117.74204262099994, - 34.12616971800003 - ], - [ - -117.74203119099997, - 34.126147023000044 - ], - [ - -117.74191719399994, - 34.12591219400008 - ], - [ - -117.74193720599999, - 34.12529034500005 - ], - [ - -117.74193828299997, - 34.12525692400004 - ], - [ - -117.74191680599995, - 34.12525679700008 - ], - [ - -117.74149323899996, - 34.12487346900008 - ], - [ - -117.74149423799997, - 34.12472167900006 - ], - [ - -117.74131087999996, - 34.12472491400007 - ], - [ - -117.741049649, - 34.12404356800005 - ], - [ - -117.74098310799997, - 34.123871490000056 - ], - [ - -117.74093832899996, - 34.12351139500004 - ], - [ - -117.74093149499998, - 34.12345631300008 - ], - [ - -117.740923195, - 34.12345637000004 - ], - [ - -117.74052177699997, - 34.12345914400004 - ], - [ - -117.74051885499995, - 34.123454872000025 - ], - [ - -117.74032929599997, - 34.123454249000076 - ], - [ - -117.73986964199997, - 34.122782365000035 - ], - [ - -117.73987127699996, - 34.122508795000044 - ], - [ - -117.739816911, - 34.12242940100003 - ], - [ - -117.73981479399998, - 34.12226040000007 - ], - [ - -117.73981101199996, - 34.12196821100002 - ], - [ - -117.73980833999997, - 34.121765055000026 - ], - [ - -117.73980855499997, - 34.121738264000044 - ], - [ - -117.73980865799996, - 34.121726557000045 - ], - [ - -117.73987594999994, - 34.121726575000025 - ], - [ - -117.73987647699994, - 34.121638320000045 - ], - [ - -117.74193491499994, - 34.12163971200005 - ], - [ - -117.74340564399995, - 34.12164843200003 - ], - [ - -117.74414082299995, - 34.12164922200003 - ], - [ - -117.74422455599995, - 34.121648968000045 - ], - [ - -117.74495825999998, - 34.121646557000076 - ], - [ - -117.74511717799999, - 34.121646035000026 - ], - [ - -117.74611659299995, - 34.121642750000035 - ], - [ - -117.746116767, - 34.121642750000035 - ], - [ - -117.75042966499996, - 34.12164678600004 - ], - [ - -117.75074693099998, - 34.12164711600008 - ], - [ - -117.75074732199994, - 34.12164711600008 - ], - [ - -117.75076950099998, - 34.12082354200004 - ], - [ - -117.75076982599995, - 34.12077408000005 - ], - [ - -117.75076954599996, - 34.12077408000005 - ], - [ - -117.75074795299997, - 34.12077410000006 - ], - [ - -117.75074807099998, - 34.12068739600005 - ], - [ - -117.75075123899995, - 34.118421744000045 - ], - [ - -117.75074643799996, - 34.11450615900003 - ], - [ - -117.75074262499999, - 34.11028288000006 - ], - [ - -117.75062721399996, - 34.11017747400007 - ], - [ - -117.75062540899995, - 34.10964122400003 - ], - [ - -117.75006395999998, - 34.10964169400006 - ], - [ - -117.75006059199995, - 34.11017502400006 - ], - [ - -117.75005954299996, - 34.11055595900007 - ], - [ - -117.75005872, - 34.11084588800003 - ], - [ - -117.750050161, - 34.112605389000066 - ], - [ - -117.74853198699998, - 34.11259964100003 - ], - [ - -117.74852905699998, - 34.11084019400005 - ], - [ - -117.74753632399995, - 34.110832695000056 - ], - [ - -117.74535446599998, - 34.11081913900006 - ], - [ - -117.74519273899995, - 34.110793116000025 - ], - [ - -117.74210528499998, - 34.110799618000044 - ], - [ - -117.74211393399997, - 34.11013705700003 - ], - [ - -117.74213177399997, - 34.108633302000044 - ], - [ - -117.74116726499994, - 34.10862320600006 - ], - [ - -117.74117538399997, - 34.10811532800005 - ], - [ - -117.73991357499995, - 34.10810496400006 - ], - [ - -117.73971188599995, - 34.108155347000036 - ], - [ - -117.73902309199997, - 34.10814252900008 - ], - [ - -117.73901187999996, - 34.110121771000024 - ], - [ - -117.739009996, - 34.110748398000055 - ], - [ - -117.73761597999999, - 34.11071509900006 - ], - [ - -117.73743687199999, - 34.110916958000075 - ], - [ - -117.73717427199995, - 34.11091118000007 - ], - [ - -117.73692675499996, - 34.11086399900006 - ], - [ - -117.73683093699998, - 34.107687627000075 - ], - [ - -117.73683403999996, - 34.10724332900003 - ], - [ - -117.73667721599998, - 34.10724162400004 - ], - [ - -117.73666718699997, - 34.106245913000066 - ], - [ - -117.73666251399999, - 34.106107750000035 - ], - [ - -117.73673985799996, - 34.105178300000034 - ], - [ - -117.73672790999996, - 34.10344119700005 - ], - [ - -117.73669561599996, - 34.09877292200008 - ], - [ - -117.73242001899996, - 34.098643680000066 - ], - [ - -117.732368378, - 34.09621710500005 - ], - [ - -117.73235587899995, - 34.09035161400004 - ], - [ - -117.72799411999995, - 34.09044224200005 - ], - [ - -117.72801326599995, - 34.07948213100008 - ], - [ - -117.71927186399995, - 34.07952584100008 - ], - [ - -117.711255973, - 34.079540715000064 - ], - [ - -117.71029304899997, - 34.08179496500003 - ], - [ - -117.70882634499998, - 34.085237353000025 - ], - [ - -117.70686089099996, - 34.089593928000056 - ], - [ - -117.70632348599997, - 34.090723206000064 - ], - [ - -117.70596376499998, - 34.09158385600006 - ], - [ - -117.70554061999997, - 34.09259229000003 - ], - [ - -117.704435462, - 34.095046334000074 - ], - [ - -117.70265273299998, - 34.09944592900007 - ], - [ - -117.69965672299998, - 34.106806163000044 - ], - [ - -117.69825460199996, - 34.11021526800005 - ], - [ - -117.69354344699997, - 34.12157085800004 - ], - [ - -117.69217823199995, - 34.12504399000005 - ], - [ - -117.68681617799996, - 34.138115767000045 - ], - [ - -117.68430481299998, - 34.146954108000045 - ], - [ - -117.68428869099995, - 34.14695418400004 - ], - [ - -117.68327984899997, - 34.15048340000004 - ], - [ - -117.68324554299994, - 34.15060340200006 - ], - [ - -117.68323418099999, - 34.15064315200004 - ], - [ - -117.68311534499998, - 34.151056754000024 - ], - [ - -117.68224627599994, - 34.15404595600006 - ], - [ - -117.68224457599996, - 34.154050074000054 - ], - [ - -117.68217327499997, - 34.154294942000035 - ], - [ - -117.68214102899998, - 34.15440400400007 - ], - [ - -117.68213988999997, - 34.15440790300005 - ], - [ - -117.68172516499999, - 34.155832083000064 - ], - [ - -117.68091321099996, - 34.15739475300006 - ], - [ - -117.67992856199999, - 34.159289648000026 - ], - [ - -117.67872405099996, - 34.161586707000026 - ] - ], - [ - [ - -117.70421145699999, - 34.14390194300006 - ], - [ - -117.70412187, - 34.14400411100007 - ], - [ - -117.70406037099997, - 34.144119524000075 - ], - [ - -117.70447292299997, - 34.144258570000034 - ], - [ - -117.70454359399997, - 34.14436931700004 - ], - [ - -117.70400908899995, - 34.145989418000056 - ], - [ - -117.70390367399995, - 34.14636119800008 - ], - [ - -117.70365745699996, - 34.146830170000044 - ], - [ - -117.702117204, - 34.14870274900005 - ], - [ - -117.70199605, - 34.14886992900006 - ], - [ - -117.70146759699998, - 34.148763761000055 - ], - [ - -117.70129083899997, - 34.14873371200002 - ], - [ - -117.70075244499998, - 34.14861973200004 - ], - [ - -117.70126377199995, - 34.14795943900003 - ], - [ - -117.70154950099999, - 34.14758340700007 - ], - [ - -117.70182422699997, - 34.147003436000034 - ], - [ - -117.70182244699998, - 34.14654158500008 - ], - [ - -117.70231780599994, - 34.14621288500007 - ], - [ - -117.70141576199995, - 34.145690063000075 - ], - [ - -117.70153187799997, - 34.145538559000045 - ], - [ - -117.70161324699995, - 34.14542777500003 - ], - [ - -117.70168972699997, - 34.14531604600006 - ], - [ - -117.70176286999998, - 34.14520256000003 - ], - [ - -117.70183435799999, - 34.145087630000035 - ], - [ - -117.70190080599997, - 34.14497119200007 - ], - [ - -117.70196576199999, - 34.14485359500003 - ], - [ - -117.702025661, - 34.144735052000044 - ], - [ - -117.70208390699997, - 34.144615067000075 - ], - [ - -117.70213726399999, - 34.14449413800003 - ], - [ - -117.70218879099997, - 34.14437204300003 - ], - [ - -117.70223560099998, - 34.14424901000007 - ], - [ - -117.70227904599994, - 34.14412506300005 - ], - [ - -117.70231912, - 34.14400048400006 - ], - [ - -117.70235582199996, - 34.14387527400004 - ], - [ - -117.70238932299998, - 34.143749435000075 - ], - [ - -117.70241793599996, - 34.14362265400007 - ], - [ - -117.70244486999997, - 34.14349527400003 - ], - [ - -117.702466733, - 34.143367511000065 - ], - [ - -117.70248402899995, - 34.143239374000075 - ], - [ - -117.70252791799999, - 34.14291425400006 - ], - [ - -117.70257561799997, - 34.14248749300003 - ], - [ - -117.70259258199997, - 34.142359068000076 - ], - [ - -117.70261781499994, - 34.14223193600003 - ], - [ - -117.70264962799996, - 34.142105782000044 - ], - [ - -117.70268818499994, - 34.141980889000024 - ], - [ - -117.70273482099998, - 34.141857852000044 - ], - [ - -117.70278817699995, - 34.14173692300005 - ], - [ - -117.70284807999997, - 34.14161809600006 - ], - [ - -117.70291620899997, - 34.14150197200007 - ], - [ - -117.70299103099995, - 34.14138880000007 - ], - [ - -117.70307068399995, - 34.141278543000055 - ], - [ - -117.70315702, - 34.14117151900007 - ], - [ - -117.70324984799998, - 34.14106857200005 - ], - [ - -117.70340405599995, - 34.140918115000034 - ], - [ - -117.703511849, - 34.14082504900006 - ], - [ - -117.703624591, - 34.14073659100006 - ], - [ - -117.70388968699996, - 34.14065430000005 - ], - [ - -117.704343043, - 34.14129430600008 - ], - [ - -117.70443229099999, - 34.14139556500004 - ], - [ - -117.70452564299995, - 34.14150141700003 - ], - [ - -117.70462949899996, - 34.14160156300005 - ], - [ - -117.70473825, - 34.14169081800003 - ], - [ - -117.70486186699998, - 34.14177586400007 - ], - [ - -117.70496733399995, - 34.14186730700004 - ], - [ - -117.70506770599997, - 34.141970763000074 - ], - [ - -117.70523677799997, - 34.142072221000035 - ], - [ - -117.705322159, - 34.14150336200004 - ], - [ - -117.70603275599996, - 34.141504980000036 - ], - [ - -117.70585413499998, - 34.14201082200003 - ], - [ - -117.705848576, - 34.14217836100005 - ], - [ - -117.70591584399995, - 34.14230707200005 - ], - [ - -117.70606073699997, - 34.14245312500003 - ], - [ - -117.70630173899997, - 34.142546449000065 - ], - [ - -117.70670660699994, - 34.14253599400007 - ], - [ - -117.70724092299997, - 34.14235795700006 - ], - [ - -117.70735782199995, - 34.14294187400003 - ], - [ - -117.70734984299997, - 34.143332523000026 - ], - [ - -117.70705737999998, - 34.14333002300003 - ], - [ - -117.70680794999998, - 34.14332810700006 - ], - [ - -117.70529767599999, - 34.143315474000076 - ], - [ - -117.70527705999996, - 34.14352863900007 - ], - [ - -117.7052649399999, - 34.14365378100007 - ], - [ - -117.70518206499997, - 34.143758338000055 - ], - [ - -117.70506271899995, - 34.14383483100005 - ], - [ - -117.70478672299998, - 34.14387210500007 - ], - [ - -117.70435541999996, - 34.14385891300003 - ], - [ - -117.70421145699999, - 34.14390194300006 - ] - ], - [ - [ - -117.73771642499997, - 34.126602802000036 - ], - [ - -117.73764958499999, - 34.12894832600006 - ], - [ - -117.73344996799995, - 34.128924925000035 - ], - [ - -117.73184903599997, - 34.12891619000004 - ], - [ - -117.73122436799997, - 34.128912213000035 - ], - [ - -117.73011749499994, - 34.128905958000075 - ], - [ - -117.729010615, - 34.128899974000035 - ], - [ - -117.72680010399995, - 34.12889282900005 - ], - [ - -117.726799428, - 34.126549340000054 - ], - [ - -117.72680235899998, - 34.121602351000035 - ], - [ - -117.72895488699999, - 34.121609472000046 - ], - [ - -117.72997753399994, - 34.121612654000046 - ], - [ - -117.72997765599996, - 34.12211420800003 - ], - [ - -117.729561231, - 34.12211211400006 - ], - [ - -117.72957785299997, - 34.12413443200006 - ], - [ - -117.72900455799999, - 34.12413653700003 - ], - [ - -117.72900333399997, - 34.12656001700003 - ], - [ - -117.72900623899994, - 34.127676164000036 - ], - [ - -117.72980965499994, - 34.12754536400007 - ], - [ - -117.72998408599994, - 34.127443174000064 - ], - [ - -117.73010690599995, - 34.12708551800006 - ], - [ - -117.73120887399995, - 34.12709054900006 - ], - [ - -117.731207913, - 34.12684144600007 - ], - [ - -117.73120127799996, - 34.12637160300005 - ], - [ - -117.73197267299997, - 34.12638131800003 - ], - [ - -117.73342007399998, - 34.12637685800007 - ], - [ - -117.73329032799995, - 34.12457855900004 - ], - [ - -117.733281778, - 34.12416897700007 - ], - [ - -117.73222102399995, - 34.124181692000036 - ], - [ - -117.73218454699997, - 34.12164587700005 - ], - [ - -117.73649934399998, - 34.121722058000046 - ], - [ - -117.73804908699998, - 34.12172041600007 - ], - [ - -117.73803922299999, - 34.12219387700003 - ], - [ - -117.73770701199999, - 34.12228026900004 - ], - [ - -117.73726748899998, - 34.12227999800007 - ], - [ - -117.7372675299999, - 34.12277422400007 - ], - [ - -117.736426672, - 34.12277133600003 - ], - [ - -117.73642860799998, - 34.12319938400003 - ], - [ - -117.73661039799998, - 34.12320609300008 - ], - [ - -117.73654413999998, - 34.123772545000065 - ], - [ - -117.736645668, - 34.124042805000045 - ], - [ - -117.73665468799999, - 34.12435405800005 - ], - [ - -117.73655746099996, - 34.12530253600005 - ], - [ - -117.73773876499996, - 34.12531133300007 - ], - [ - -117.73771642499997, - 34.126602802000036 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Oakland, CA", - "era": "cfa", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -122.23303510099998, - 37.881839623000076 - ], - [ - -122.23329411999998, - 37.88187036100004 - ], - [ - -122.23329138999998, - 37.88188473300005 - ], - [ - -122.23333222199994, - 37.88189261400004 - ], - [ - -122.23360035699994, - 37.881964725000046 - ], - [ - -122.23386598699994, - 37.88199309400005 - ], - [ - -122.23385922699998, - 37.88203434400003 - ], - [ - -122.235898024, - 37.88258262100004 - ], - [ - -122.23613998299999, - 37.88263857700008 - ], - [ - -122.23614053499995, - 37.88264783300008 - ], - [ - -122.23670097499996, - 37.88279854000007 - ], - [ - -122.23712737899996, - 37.88291319800004 - ], - [ - -122.23750488799999, - 37.883014710000054 - ], - [ - -122.23774588299995, - 37.88307951200005 - ], - [ - -122.23924826999996, - 37.88348348100004 - ], - [ - -122.23962327599997, - 37.883395215000064 - ], - [ - -122.24017393699995, - 37.88315845300008 - ], - [ - -122.24171430999996, - 37.882496134000064 - ], - [ - -122.24256891399995, - 37.88212866300006 - ], - [ - -122.24506812399994, - 37.883926495000026 - ], - [ - -122.24692577699994, - 37.885372962000076 - ], - [ - -122.24692402399995, - 37.88536006900006 - ], - [ - -122.24692267699999, - 37.88535016900005 - ], - [ - -122.24691410199995, - 37.885273623000046 - ], - [ - -122.24685360799998, - 37.884733648000065 - ], - [ - -122.24684173399999, - 37.884627634000026 - ], - [ - -122.24684172299999, - 37.88460465600008 - ], - [ - -122.24682715799997, - 37.88456929600005 - ], - [ - -122.24681924099997, - 37.88454770300007 - ], - [ - -122.24681020599996, - 37.88451870800003 - ], - [ - -122.24680614299996, - 37.88449336000008 - ], - [ - -122.24679835699999, - 37.88445708100005 - ], - [ - -122.24679637699995, - 37.88443182000003 - ], - [ - -122.24679515699995, - 37.88439464000004 - ], - [ - -122.24680145299999, - 37.884328940000046 - ], - [ - -122.24680659599994, - 37.884307439000054 - ], - [ - -122.24681014499998, - 37.88428836300005 - ], - [ - -122.246817798, - 37.884261224000056 - ], - [ - -122.24682444399997, - 37.884240387000034 - ], - [ - -122.24683196799998, - 37.88418336500007 - ], - [ - -122.246838245, - 37.884146917000066 - ], - [ - -122.24684730699994, - 37.884107518000064 - ], - [ - -122.24677224599998, - 37.88400814600004 - ], - [ - -122.24674458399994, - 37.88381312400003 - ], - [ - -122.24671305699997, - 37.88355809300003 - ], - [ - -122.246689974, - 37.88331328800007 - ], - [ - -122.24666659599995, - 37.88310504000003 - ], - [ - -122.24666659099995, - 37.88310500800003 - ], - [ - -122.24664201599995, - 37.88288613100008 - ], - [ - -122.24662650799996, - 37.88274801400007 - ], - [ - -122.24661251899994, - 37.88262339100004 - ], - [ - -122.24659125999995, - 37.88242690800007 - ], - [ - -122.24657934899994, - 37.882316856000045 - ], - [ - -122.24657451799999, - 37.88228255100006 - ], - [ - -122.24654236699996, - 37.88197505100004 - ], - [ - -122.24649552699998, - 37.881604941000035 - ], - [ - -122.24646957999994, - 37.88137455700007 - ], - [ - -122.24645270499997, - 37.88122347400008 - ], - [ - -122.24642697599995, - 37.880993086000046 - ], - [ - -122.24607261099999, - 37.87781986600004 - ], - [ - -122.24587891999994, - 37.87608530800003 - ], - [ - -122.24571007099996, - 37.874572467000064 - ], - [ - -122.24519800099995, - 37.869984024000075 - ], - [ - -122.24519009199997, - 37.86994156700007 - ], - [ - -122.24518443099998, - 37.86988409000003 - ], - [ - -122.24518095999997, - 37.86984883400004 - ], - [ - -122.24516962999996, - 37.869733806000056 - ], - [ - -122.24516249199996, - 37.869670745000064 - ], - [ - -122.24514981599998, - 37.869558779000045 - ], - [ - -122.24514115699998, - 37.86948220900007 - ], - [ - -122.245116538, - 37.86931914200005 - ], - [ - -122.24510049399998, - 37.86915251100004 - ], - [ - -122.24509514799996, - 37.86910639700005 - ], - [ - -122.24508731499998, - 37.869038888000034 - ], - [ - -122.24503529599997, - 37.868590392000044 - ], - [ - -122.24501532699998, - 37.868464567000046 - ], - [ - -122.24501514399998, - 37.86846341800003 - ], - [ - -122.24501503899995, - 37.86846229200006 - ], - [ - -122.24500334499999, - 37.86833678900007 - ], - [ - -122.244998254, - 37.86829339700006 - ], - [ - -122.244973862, - 37.86808545700006 - ], - [ - -122.24495565899997, - 37.86793028400007 - ], - [ - -122.24494149599997, - 37.86768962600007 - ], - [ - -122.24484004299995, - 37.86758715000008 - ], - [ - -122.24461662999994, - 37.86740611700003 - ], - [ - -122.24461621199998, - 37.867405778000034 - ], - [ - -122.244718117, - 37.86727328300003 - ], - [ - -122.24476276299998, - 37.86721562100007 - ], - [ - -122.24482722699997, - 37.86705608300008 - ], - [ - -122.24483183199999, - 37.86705305600003 - ], - [ - -122.24494978699994, - 37.866975524000054 - ], - [ - -122.24498711299998, - 37.86695099000008 - ], - [ - -122.24501926099998, - 37.86692985900004 - ], - [ - -122.24502849299995, - 37.86692379200008 - ], - [ - -122.2450713, - 37.86688067600005 - ], - [ - -122.24507134099997, - 37.86688063500003 - ], - [ - -122.245076773, - 37.866875168000036 - ], - [ - -122.24507669299999, - 37.86687512200007 - ], - [ - -122.24486897999998, - 37.86675432800007 - ], - [ - -122.24482945799997, - 37.86673117400005 - ], - [ - -122.24481084499996, - 37.86672027100008 - ], - [ - -122.24471808799996, - 37.866668219000076 - ], - [ - -122.24473841799994, - 37.86664869100008 - ], - [ - -122.24475986699997, - 37.866624122000076 - ], - [ - -122.24477379899997, - 37.86660628000004 - ], - [ - -122.244782483, - 37.86659349200005 - ], - [ - -122.24479240599999, - 37.866578537000066 - ], - [ - -122.24480390699995, - 37.86656051400007 - ], - [ - -122.24481547999994, - 37.86653699500005 - ], - [ - -122.24483171699995, - 37.86649074700006 - ], - [ - -122.24484154099997, - 37.866392405000056 - ], - [ - -122.24483122099997, - 37.86628333700003 - ], - [ - -122.24497777299996, - 37.86627496700004 - ], - [ - -122.24518757499999, - 37.86626298200008 - ], - [ - -122.24525730199997, - 37.866259 - ], - [ - -122.24534937199996, - 37.86625374100004 - ], - [ - -122.24554779299996, - 37.86624240500004 - ], - [ - -122.24520481299999, - 37.865802866000024 - ], - [ - -122.24474640299997, - 37.86579321900007 - ], - [ - -122.24463427499995, - 37.86472626500006 - ], - [ - -122.24463521499996, - 37.864726208000036 - ], - [ - -122.24463662399995, - 37.86472612000006 - ], - [ - -122.24488693199999, - 37.86471058800004 - ], - [ - -122.24511776099996, - 37.86439131000003 - ], - [ - -122.24526374599998, - 37.864262705000044 - ], - [ - -122.24553845399998, - 37.86404162500003 - ], - [ - -122.245353352, - 37.86378985600004 - ], - [ - -122.24503780899994, - 37.86336066500007 - ], - [ - -122.24502094399998, - 37.86320745300003 - ], - [ - -122.24496299499998, - 37.86306356600005 - ], - [ - -122.24477915199998, - 37.86286055900007 - ], - [ - -122.24476148999997, - 37.86285340200004 - ], - [ - -122.24442304799999, - 37.862716255000066 - ], - [ - -122.24441860099995, - 37.86267170000008 - ], - [ - -122.24441626899994, - 37.862649807000025 - ], - [ - -122.24438189799997, - 37.86232692400006 - ], - [ - -122.24437937099998, - 37.86230318600008 - ], - [ - -122.24435556099996, - 37.86207950200003 - ], - [ - -122.24438797299996, - 37.86207934000004 - ], - [ - -122.24438935999996, - 37.862079333000054 - ], - [ - -122.24439074799994, - 37.86207932600007 - ], - [ - -122.24442260799998, - 37.86207916400008 - ], - [ - -122.24442815699996, - 37.862079136000034 - ], - [ - -122.24442766799996, - 37.86207737600006 - ], - [ - -122.24442729799995, - 37.86207608800004 - ], - [ - -122.24442709999994, - 37.86207533700008 - ], - [ - -122.24442694699997, - 37.86207470900007 - ], - [ - -122.24442682199998, - 37.86207420000005 - ], - [ - -122.24442671399999, - 37.86207376800007 - ], - [ - -122.24442668599994, - 37.86207364200004 - ], - [ - -122.24442652699997, - 37.86207292800003 - ], - [ - -122.24442633499996, - 37.86207206600005 - ], - [ - -122.24442631699998, - 37.862071988000025 - ], - [ - -122.24442629299995, - 37.86207187800005 - ], - [ - -122.24442628599996, - 37.862071843000024 - ], - [ - -122.24442623899995, - 37.86207161200008 - ], - [ - -122.24442608799995, - 37.862070869000036 - ], - [ - -122.24442604999996, - 37.86207068600004 - ], - [ - -122.24442602, - 37.86207053600003 - ], - [ - -122.24442601199996, - 37.86207049400008 - ], - [ - -122.24442595599999, - 37.86207022600007 - ], - [ - -122.24442590799998, - 37.862069983000026 - ], - [ - -122.244425891, - 37.86206989600004 - ], - [ - -122.24442586799995, - 37.86206976700004 - ], - [ - -122.24442585499997, - 37.86206968300007 - ], - [ - -122.24442582399996, - 37.86206950800005 - ], - [ - -122.24442579499998, - 37.86206934200004 - ], - [ - -122.24442565099997, - 37.862068548000025 - ], - [ - -122.24442547299998, - 37.86206747800003 - ], - [ - -122.24442526799999, - 37.86206618600005 - ], - [ - -122.24442501199997, - 37.86206427800005 - ], - [ - -122.24442479799995, - 37.86206237000005 - ], - [ - -122.24442462399998, - 37.86206045700004 - ], - [ - -122.24442449599997, - 37.86205854200006 - ], - [ - -122.24442440599995, - 37.86205662700007 - ], - [ - -122.24442436099997, - 37.86205471000005 - ], - [ - -122.24442435799995, - 37.86205279200004 - ], - [ - -122.24442439299997, - 37.86205087500008 - ], - [ - -122.24442447499996, - 37.86204895900005 - ], - [ - -122.24442459699998, - 37.862047045000054 - ], - [ - -122.24442476399997, - 37.86204513100006 - ], - [ - -122.24442496799998, - 37.86204322300006 - ], - [ - -122.24442521699996, - 37.862041315000056 - ], - [ - -122.24442550899994, - 37.86203941200006 - ], - [ - -122.24442584199994, - 37.862037515000054 - ], - [ - -122.24442621299994, - 37.86203561600007 - ], - [ - -122.24442662899997, - 37.862033730000064 - ], - [ - -122.24442708699996, - 37.862031847000026 - ], - [ - -122.24442758699996, - 37.86202997200007 - ], - [ - -122.24442812599995, - 37.86202810100008 - ], - [ - -122.24442870799999, - 37.86202624100008 - ], - [ - -122.244429331, - 37.862024389000055 - ], - [ - -122.24448664899995, - 37.86187631000007 - ], - [ - -122.244313321, - 37.86168271500003 - ], - [ - -122.244306758, - 37.86167538300003 - ], - [ - -122.24415082399997, - 37.861501221000026 - ], - [ - -122.24428623299997, - 37.86142825100006 - ], - [ - -122.24424821899999, - 37.86107111600006 - ], - [ - -122.24426528699996, - 37.86096781200007 - ], - [ - -122.244058441, - 37.86071679300005 - ], - [ - -122.24411976099998, - 37.860659499000064 - ], - [ - -122.24417250099998, - 37.86061010800006 - ], - [ - -122.24418725599998, - 37.86059609000006 - ], - [ - -122.24421210399998, - 37.86056593100005 - ], - [ - -122.24423294099995, - 37.86053588400006 - ], - [ - -122.24425266099996, - 37.86050448200007 - ], - [ - -122.24426339899998, - 37.860481322000055 - ], - [ - -122.24426801899995, - 37.86046963100006 - ], - [ - -122.24427399499996, - 37.86045403700007 - ], - [ - -122.24428032399999, - 37.86042853600003 - ], - [ - -122.24429363499996, - 37.86036214500007 - ], - [ - -122.244304189, - 37.86030948600006 - ], - [ - -122.24432047599998, - 37.86022821800003 - ], - [ - -122.24434136199994, - 37.86010184100007 - ], - [ - -122.24436128299999, - 37.85998155400006 - ], - [ - -122.24437838399996, - 37.85988391300003 - ], - [ - -122.24438740199997, - 37.85982541100003 - ], - [ - -122.24441672899997, - 37.85965083000008 - ], - [ - -122.24443658999996, - 37.85953259900003 - ], - [ - -122.24444901799995, - 37.85945862300008 - ], - [ - -122.24446659399996, - 37.85935398700008 - ], - [ - -122.24448358099994, - 37.85925286500003 - ], - [ - -122.24449272899994, - 37.85922162500003 - ], - [ - -122.24453346999996, - 37.85911252400007 - ], - [ - -122.244555134, - 37.85906171600004 - ], - [ - -122.24458291699995, - 37.85900535700006 - ], - [ - -122.24421877499998, - 37.85898945100007 - ], - [ - -122.24408698099995, - 37.85898284800004 - ], - [ - -122.24408033999998, - 37.85898234500007 - ], - [ - -122.24406553199998, - 37.858980221000024 - ], - [ - -122.24405418999999, - 37.858977398000036 - ], - [ - -122.244045439, - 37.85897499600003 - ], - [ - -122.24403829799996, - 37.85897257400006 - ], - [ - -122.24403028799998, - 37.858969857000034 - ], - [ - -122.24402479599996, - 37.858967204000066 - ], - [ - -122.24401707199996, - 37.85896328500007 - ], - [ - -122.24401296499997, - 37.85896107900004 - ], - [ - -122.24399765799996, - 37.85895044700004 - ], - [ - -122.24399190899999, - 37.85894543200004 - ], - [ - -122.24398725499998, - 37.858941370000025 - ], - [ - -122.24397659099998, - 37.85892985400005 - ], - [ - -122.24396943899995, - 37.858919548000074 - ], - [ - -122.24396021499996, - 37.85890167400004 - ], - [ - -122.24394582499997, - 37.85875747700004 - ], - [ - -122.243935352, - 37.85864466500004 - ], - [ - -122.24382377799998, - 37.858647448000056 - ], - [ - -122.24309351399995, - 37.85869481100008 - ], - [ - -122.24305414799994, - 37.85869736400008 - ], - [ - -122.24261570299996, - 37.85872579900007 - ], - [ - -122.24253460699998, - 37.85793974500007 - ], - [ - -122.24273206799995, - 37.857938112000056 - ], - [ - -122.24272406899996, - 37.85792745700007 - ], - [ - -122.24261807899995, - 37.85778632000006 - ], - [ - -122.242600784, - 37.85776329200007 - ], - [ - -122.24257381199999, - 37.85772948600004 - ], - [ - -122.242564728, - 37.857718103000025 - ], - [ - -122.24242701099996, - 37.85764734400004 - ], - [ - -122.24241206599999, - 37.85763966700006 - ], - [ - -122.24239863499997, - 37.85763701800005 - ], - [ - -122.24220984099998, - 37.85753519700006 - ], - [ - -122.24215270899998, - 37.85751709800007 - ], - [ - -122.24209140399995, - 37.857493428000055 - ], - [ - -122.24202280499998, - 37.857461718000025 - ], - [ - -122.24198595799999, - 37.85744166100005 - ], - [ - -122.24196126399994, - 37.85742279700003 - ], - [ - -122.24191048299997, - 37.85738929900003 - ], - [ - -122.24186294199995, - 37.857349793000026 - ], - [ - -122.24176724399996, - 37.85735755300004 - ], - [ - -122.24150382, - 37.857379250000065 - ], - [ - -122.24163964499996, - 37.85731868700003 - ], - [ - -122.24170376599994, - 37.85729009800008 - ], - [ - -122.241773551, - 37.85725791900006 - ], - [ - -122.24174167899997, - 37.85721865800008 - ], - [ - -122.24169855899999, - 37.85715268600006 - ], - [ - -122.24168905399995, - 37.85712805600008 - ], - [ - -122.24167102099995, - 37.857086483000046 - ], - [ - -122.24165642699995, - 37.85705787300003 - ], - [ - -122.24158240299994, - 37.85708826200005 - ], - [ - -122.24153809599994, - 37.857108467000046 - ], - [ - -122.24124465799997, - 37.85723434700003 - ], - [ - -122.24116787099996, - 37.85726729400005 - ], - [ - -122.241226252, - 37.85740246000006 - ], - [ - -122.24115228499994, - 37.85740859800006 - ], - [ - -122.24113849699995, - 37.85740974300006 - ], - [ - -122.24080671299998, - 37.85743727400006 - ], - [ - -122.24059698399998, - 37.857530782000026 - ], - [ - -122.24054528699997, - 37.85755025100008 - ], - [ - -122.24052666799997, - 37.857524967000074 - ], - [ - -122.24046433099994, - 37.85743920300007 - ], - [ - -122.24039311299998, - 37.85732713500005 - ], - [ - -122.24037907, - 37.85730138900004 - ], - [ - -122.24031194899999, - 37.85733108100004 - ], - [ - -122.24003726999996, - 37.85744693300006 - ], - [ - -122.24000046699996, - 37.85746245400003 - ], - [ - -122.23997925499998, - 37.857471399000076 - ], - [ - -122.23980652299997, - 37.85754425300007 - ], - [ - -122.23973304499998, - 37.85757311400005 - ], - [ - -122.23965911699997, - 37.85750726600003 - ], - [ - -122.23958466799996, - 37.85750652000007 - ], - [ - -122.23943673099996, - 37.85751490200005 - ], - [ - -122.23934239899995, - 37.857578174000025 - ], - [ - -122.23914760699995, - 37.85770883200007 - ], - [ - -122.23914388199995, - 37.85771133000003 - ], - [ - -122.239140207, - 37.85771387600005 - ], - [ - -122.23911948399996, - 37.85772822800004 - ], - [ - -122.23893358, - 37.85755367500008 - ], - [ - -122.23892364199997, - 37.857553436000046 - ], - [ - -122.23867938299998, - 37.857557806000045 - ], - [ - -122.23848647299997, - 37.85761331700007 - ], - [ - -122.23824465299998, - 37.85768290300007 - ], - [ - -122.23824384999995, - 37.85768313400007 - ], - [ - -122.23824301699995, - 37.85768330500008 - ], - [ - -122.23818676599996, - 37.85769461700005 - ], - [ - -122.23816996699998, - 37.85765700300004 - ], - [ - -122.23815780399997, - 37.85763125300008 - ], - [ - -122.23814611999995, - 37.857608377000076 - ], - [ - -122.23813030399998, - 37.85758016200003 - ], - [ - -122.238114269, - 37.85755459200004 - ], - [ - -122.23804141199997, - 37.85757535800008 - ], - [ - -122.23771285299995, - 37.857595495000055 - ], - [ - -122.23749942199998, - 37.85761461000004 - ], - [ - -122.23746683799999, - 37.85761717500003 - ], - [ - -122.23721241499999, - 37.85764185000005 - ], - [ - -122.23721190299995, - 37.857641889000035 - ], - [ - -122.23721139099996, - 37.85764192800008 - ], - [ - -122.23715963999996, - 37.85764481600006 - ], - [ - -122.23710943599997, - 37.857647529000076 - ], - [ - -122.237109267, - 37.85764753900003 - ], - [ - -122.23702789499998, - 37.85765201000004 - ], - [ - -122.23702754199996, - 37.857652029000064 - ], - [ - -122.23702725099997, - 37.857652047000045 - ], - [ - -122.23702691999995, - 37.85765206600007 - ], - [ - -122.23702660899994, - 37.85765208400005 - ], - [ - -122.23683501299996, - 37.857663487000025 - ], - [ - -122.23683107199997, - 37.85764738300003 - ], - [ - -122.23683097999998, - 37.85764700500005 - ], - [ - -122.23682319899996, - 37.857586027000025 - ], - [ - -122.23681565299995, - 37.85758651400005 - ], - [ - -122.23679969399996, - 37.85758676800003 - ], - [ - -122.23678579199998, - 37.85758491000007 - ], - [ - -122.23676925099994, - 37.85758214200007 - ], - [ - -122.236756416, - 37.85757854000008 - ], - [ - -122.23674221299996, - 37.85757319000004 - ], - [ - -122.23673176099999, - 37.85756750100006 - ], - [ - -122.23672815099997, - 37.857565339000075 - ], - [ - -122.23675313899997, - 37.85764584800006 - ], - [ - -122.23675474199996, - 37.85765558600008 - ], - [ - -122.236442878, - 37.85767326800004 - ], - [ - -122.23639729899998, - 37.857677943000056 - ], - [ - -122.23622828899994, - 37.85769528800006 - ], - [ - -122.23621748, - 37.85769639600005 - ], - [ - -122.23479221599996, - 37.85779446200007 - ], - [ - -122.23477442999996, - 37.85779568400005 - ], - [ - -122.23477161999995, - 37.857770076000065 - ], - [ - -122.23470818099997, - 37.857191329000045 - ], - [ - -122.23469590399998, - 37.857079328000054 - ], - [ - -122.23469588599994, - 37.857079172000056 - ], - [ - -122.23469586999994, - 37.857079018000036 - ], - [ - -122.23465036699997, - 37.856663911000055 - ], - [ - -122.23465026599996, - 37.856662990000075 - ], - [ - -122.23465023199998, - 37.856662683000025 - ], - [ - -122.23463471399998, - 37.85652111500008 - ], - [ - -122.23461968299995, - 37.856383985000036 - ], - [ - -122.234617749, - 37.85636634300005 - ], - [ - -122.23461689299995, - 37.85635852400003 - ], - [ - -122.23461658999997, - 37.85635576900006 - ], - [ - -122.23461655399996, - 37.85635544300004 - ], - [ - -122.23460630099999, - 37.85621931600008 - ], - [ - -122.23459906499994, - 37.85614779200006 - ], - [ - -122.23457513999995, - 37.85591744900006 - ], - [ - -122.23457100699994, - 37.85587766800006 - ], - [ - -122.234568331, - 37.85585147100005 - ], - [ - -122.23456547299998, - 37.85582352500006 - ], - [ - -122.23456272099997, - 37.85579660600007 - ], - [ - -122.23455485399995, - 37.85575240500003 - ], - [ - -122.23454337199996, - 37.85568782100006 - ], - [ - -122.234532479, - 37.85558843900003 - ], - [ - -122.23451356099997, - 37.85541585100003 - ], - [ - -122.23450596699996, - 37.85541621200008 - ], - [ - -122.23450261499994, - 37.855380927000056 - ], - [ - -122.23450260899995, - 37.85538087800006 - ], - [ - -122.23450260299995, - 37.85538082900007 - ], - [ - -122.23449295299997, - 37.85527926900005 - ], - [ - -122.23447603699998, - 37.85510128100003 - ], - [ - -122.23446826399999, - 37.85501949600007 - ], - [ - -122.23446611199995, - 37.854996862000064 - ], - [ - -122.23446453799994, - 37.85498029200005 - ], - [ - -122.23446179999996, - 37.85495148800004 - ], - [ - -122.234434395, - 37.854663118000076 - ], - [ - -122.23442930199997, - 37.85464630300004 - ], - [ - -122.23441738999998, - 37.85452618900007 - ], - [ - -122.23440282099995, - 37.85438582000006 - ], - [ - -122.23440016599994, - 37.854362594000065 - ], - [ - -122.23437976199995, - 37.85418402000005 - ], - [ - -122.23437026199997, - 37.85410089000004 - ], - [ - -122.23435997699994, - 37.85399210500003 - ], - [ - -122.23434146199997, - 37.85382292400004 - ], - [ - -122.234339203, - 37.85380228400004 - ], - [ - -122.23433411899998, - 37.853755600000056 - ], - [ - -122.23431981199997, - 37.85362419300003 - ], - [ - -122.23431134799995, - 37.85354646300004 - ], - [ - -122.23430317599997, - 37.85346604600005 - ], - [ - -122.23428509499996, - 37.85329274900005 - ], - [ - -122.23424959399995, - 37.852979480000045 - ], - [ - -122.23421167899994, - 37.85261690600004 - ], - [ - -122.23420944399999, - 37.85259552200006 - ], - [ - -122.23421985999994, - 37.85259788500008 - ], - [ - -122.23428009399998, - 37.85247248400003 - ], - [ - -122.23441701999997, - 37.85236173900006 - ], - [ - -122.23511692199997, - 37.85231584200005 - ], - [ - -122.23529500399997, - 37.852305165000075 - ], - [ - -122.23574609999997, - 37.852278125000055 - ], - [ - -122.23611971399998, - 37.85225572600007 - ], - [ - -122.23613475499997, - 37.852254824000056 - ], - [ - -122.23621751099995, - 37.85225112400008 - ], - [ - -122.23628510299994, - 37.852247555000076 - ], - [ - -122.23674210599995, - 37.852223423000055 - ], - [ - -122.23720378799999, - 37.85219904200005 - ], - [ - -122.23744330699998, - 37.85218639000004 - ], - [ - -122.23765939099997, - 37.85217497900004 - ], - [ - -122.23822184399995, - 37.85214527200003 - ], - [ - -122.23827499899994, - 37.85214246700008 - ], - [ - -122.23837299399997, - 37.852137292000066 - ], - [ - -122.23918562399996, - 37.852086858000064 - ], - [ - -122.23933638199998, - 37.85207750300003 - ], - [ - -122.23969662099995, - 37.852055145000065 - ], - [ - -122.23997933199996, - 37.852037600000074 - ], - [ - -122.23997940799995, - 37.85203759500007 - ], - [ - -122.23997948399995, - 37.852037591000055 - ], - [ - -122.24004460799995, - 37.852033548000065 - ], - [ - -122.24004793299997, - 37.85203334100004 - ], - [ - -122.24005038699994, - 37.852033187000075 - ], - [ - -122.24005082899998, - 37.852033160000076 - ], - [ - -122.24005407599998, - 37.85203295700006 - ], - [ - -122.24005413199995, - 37.85203295300005 - ], - [ - -122.24005421399994, - 37.852032949000034 - ], - [ - -122.24081292999995, - 37.85198585300003 - ], - [ - -122.24115262699996, - 37.85196476800007 - ], - [ - -122.24131985999998, - 37.85195438400007 - ], - [ - -122.24144716299998, - 37.85194648100003 - ], - [ - -122.24180658999995, - 37.85192416600006 - ], - [ - -122.241945236, - 37.85191189900007 - ], - [ - -122.24198256099999, - 37.85190937300007 - ], - [ - -122.242001158, - 37.851907991000076 - ], - [ - -122.24213570399996, - 37.851900529000034 - ], - [ - -122.24217031699999, - 37.851898463000055 - ], - [ - -122.24230413599997, - 37.85189047400007 - ], - [ - -122.242442284, - 37.85188222700003 - ], - [ - -122.24250565499995, - 37.85187844600006 - ], - [ - -122.24254015399998, - 37.85187638700006 - ], - [ - -122.24258043699996, - 37.851873983000075 - ], - [ - -122.24271858299994, - 37.85186573400006 - ], - [ - -122.24285597499994, - 37.85185753400003 - ], - [ - -122.24299769899994, - 37.85184907300004 - ], - [ - -122.24302569599996, - 37.85184740300008 - ], - [ - -122.24313508799997, - 37.85184087300007 - ], - [ - -122.24324309099995, - 37.85183442400006 - ], - [ - -122.24327245699999, - 37.851832554000055 - ], - [ - -122.24340986899995, - 37.85182446700003 - ], - [ - -122.243605087, - 37.85181281200005 - ], - [ - -122.24360860099995, - 37.85181260200005 - ], - [ - -122.24361222299996, - 37.85181238600006 - ], - [ - -122.24361376699994, - 37.85181229300008 - ], - [ - -122.24361587499999, - 37.85181216700005 - ], - [ - -122.24361607699996, - 37.85181215400007 - ], - [ - -122.24361630399994, - 37.85181214000005 - ], - [ - -122.243616767, - 37.851812109000036 - ], - [ - -122.24361762799998, - 37.85181205200007 - ], - [ - -122.24361916999999, - 37.851811948000034 - ], - [ - -122.24361971899998, - 37.851811904000044 - ], - [ - -122.24361994099996, - 37.85181188700005 - ], - [ - -122.24362285199999, - 37.85181165600005 - ], - [ - -122.24362335299998, - 37.85181160900004 - ], - [ - -122.24362622999996, - 37.851811335000036 - ], - [ - -122.24362901499995, - 37.85181103200006 - ], - [ - -122.24362940499998, - 37.85181099000005 - ], - [ - -122.24362960699995, - 37.85181096800005 - ], - [ - -122.243631527, - 37.851810734000026 - ], - [ - -122.24363192699997, - 37.85181068600008 - ], - [ - -122.24363259199998, - 37.851810605000026 - ], - [ - -122.24363295499995, - 37.851810561000036 - ], - [ - -122.24363437099998, - 37.85181036500006 - ], - [ - -122.24363512599996, - 37.85181026200007 - ], - [ - -122.243635886, - 37.851810157000045 - ], - [ - -122.24363721999998, - 37.85180996100007 - ], - [ - -122.24363969899997, - 37.85180958500007 - ], - [ - -122.24364067099998, - 37.851809424000066 - ], - [ - -122.24364271399998, - 37.85180908500007 - ], - [ - -122.24364296599998, - 37.85180904300006 - ], - [ - -122.243643707, - 37.851808909000056 - ], - [ - -122.24364629399997, - 37.85180844100006 - ], - [ - -122.24364949799997, - 37.85180782000003 - ], - [ - -122.24365288499996, - 37.85180711000004 - ], - [ - -122.24365381099994, - 37.85180690100003 - ], - [ - -122.24365615699998, - 37.851806374000034 - ], - [ - -122.24365941099995, - 37.85180559500003 - ], - [ - -122.243660251, - 37.85180538100008 - ], - [ - -122.24366253, - 37.85180480100007 - ], - [ - -122.24366586999997, - 37.85180390200003 - ], - [ - -122.24366697299996, - 37.85180358800005 - ], - [ - -122.24366907099994, - 37.85180298900008 - ], - [ - -122.24367029299998, - 37.85180262100005 - ], - [ - -122.24367143999996, - 37.85180227400008 - ], - [ - -122.24367220199997, - 37.85180204400007 - ], - [ - -122.24367266799999, - 37.851801898000076 - ], - [ - -122.24367438299998, - 37.85180135200005 - ], - [ - -122.24367632199994, - 37.85180124200008 - ], - [ - -122.24399782799998, - 37.851783021000074 - ], - [ - -122.24399789399996, - 37.85178301700006 - ], - [ - -122.243997961, - 37.851783013000045 - ], - [ - -122.24402022199996, - 37.851781767000034 - ], - [ - -122.24405542399995, - 37.85177979600007 - ], - [ - -122.24428390899999, - 37.851767008000024 - ], - [ - -122.24434089799996, - 37.85176381800005 - ], - [ - -122.24448032299995, - 37.85175617400006 - ], - [ - -122.24457023499997, - 37.851750983000045 - ], - [ - -122.24464921999999, - 37.85174656200007 - ], - [ - -122.24479435599994, - 37.85173843700005 - ], - [ - -122.24484921399994, - 37.85184705700004 - ], - [ - -122.24484938999996, - 37.851847408000026 - ], - [ - -122.24484975699994, - 37.851847580000026 - ], - [ - -122.24493015599995, - 37.85189500600006 - ], - [ - -122.24496702299996, - 37.851842272000056 - ], - [ - -122.24498846499995, - 37.85179663300005 - ], - [ - -122.24500291799995, - 37.851748351000026 - ], - [ - -122.24500606299995, - 37.85172177900006 - ], - [ - -122.24513006499996, - 37.85171960200006 - ], - [ - -122.24513117699996, - 37.85171958300003 - ], - [ - -122.24513139799996, - 37.85171957100005 - ], - [ - -122.24513205599999, - 37.85171953400004 - ], - [ - -122.24556907299996, - 37.85169507200004 - ], - [ - -122.24579316299997, - 37.851682528000026 - ], - [ - -122.24602877299998, - 37.851669334000064 - ], - [ - -122.24609588599998, - 37.85166900300004 - ], - [ - -122.246081431, - 37.851616066000076 - ], - [ - -122.24607920299997, - 37.851609696000025 - ], - [ - -122.246153312, - 37.851605705000054 - ], - [ - -122.24646094999997, - 37.85158785700003 - ], - [ - -122.24660229099999, - 37.85157965700006 - ], - [ - -122.24660392099997, - 37.85158198800008 - ], - [ - -122.24660502599994, - 37.85158356800008 - ], - [ - -122.24662278499994, - 37.85160896000008 - ], - [ - -122.24663156899999, - 37.85162262400007 - ], - [ - -122.24663183399997, - 37.85162401500003 - ], - [ - -122.24663201199996, - 37.85162494200006 - ], - [ - -122.24689975799998, - 37.851607229000024 - ], - [ - -122.24714479399995, - 37.85159102000006 - ], - [ - -122.24723355799995, - 37.851582405000045 - ], - [ - -122.24731308999998, - 37.85164015600003 - ], - [ - -122.24734439199995, - 37.85166289000006 - ], - [ - -122.24736838999996, - 37.851652236000064 - ], - [ - -122.24739081399997, - 37.85166101400006 - ], - [ - -122.24741725599995, - 37.85164077400003 - ], - [ - -122.24744603599999, - 37.851621340000065 - ], - [ - -122.24748146099995, - 37.85159741800004 - ], - [ - -122.24751391299998, - 37.851575506000074 - ], - [ - -122.24777058599994, - 37.85155709800006 - ], - [ - -122.24777060599996, - 37.85155659900005 - ], - [ - -122.24777061799995, - 37.85155626400007 - ], - [ - -122.24780637599997, - 37.85155454200003 - ], - [ - -122.24803188099997, - 37.85153844000007 - ], - [ - -122.24830496799996, - 37.851519746000065 - ], - [ - -122.24844221299998, - 37.85150959300006 - ], - [ - -122.24871743199998, - 37.85148922800005 - ], - [ - -122.24879061399997, - 37.85148397300003 - ], - [ - -122.24899300199996, - 37.85146944500008 - ], - [ - -122.24923165999996, - 37.85145231100006 - ], - [ - -122.24944944199996, - 37.851467583000044 - ], - [ - -122.24999735799997, - 37.85130931700007 - ], - [ - -122.25001654999994, - 37.85135135300004 - ], - [ - -122.25001658399998, - 37.851351426000065 - ], - [ - -122.25001662999995, - 37.85135151600008 - ], - [ - -122.25005111099995, - 37.85142157700005 - ], - [ - -122.25019111599994, - 37.85141242000003 - ], - [ - -122.25019494799994, - 37.85141217000006 - ], - [ - -122.25019874999998, - 37.85141192000003 - ], - [ - -122.25034167399997, - 37.851398533000065 - ], - [ - -122.25048716499998, - 37.85139222200007 - ], - [ - -122.25054561099995, - 37.851384729000074 - ], - [ - -122.25070763499997, - 37.85139032400008 - ], - [ - -122.25090320899994, - 37.851127707000046 - ], - [ - -122.25102602699997, - 37.851191484000026 - ], - [ - -122.25109634199998, - 37.85123508600003 - ], - [ - -122.25125621299998, - 37.851183958000036 - ], - [ - -122.25141956699997, - 37.85113346600008 - ], - [ - -122.25152926299995, - 37.85110022900005 - ], - [ - -122.25158638599999, - 37.851082922000046 - ], - [ - -122.25174269599995, - 37.85102772600004 - ], - [ - -122.25190621499996, - 37.85098409900007 - ], - [ - -122.25234620099997, - 37.85083953800006 - ], - [ - -122.25254632599996, - 37.850829023000074 - ], - [ - -122.25256364199998, - 37.85082672300007 - ], - [ - -122.25256614099999, - 37.850826392000045 - ], - [ - -122.25256864199997, - 37.85082606100008 - ], - [ - -122.252932478, - 37.850777777000076 - ], - [ - -122.25294594299999, - 37.85087726300003 - ], - [ - -122.25294729599995, - 37.85088727200008 - ], - [ - -122.25297683499997, - 37.85110555600005 - ], - [ - -122.25301574899999, - 37.85128427700005 - ], - [ - -122.253045607, - 37.85155876700003 - ], - [ - -122.25306053399999, - 37.85169601000007 - ], - [ - -122.25307542699994, - 37.85183288800005 - ], - [ - -122.25307539299996, - 37.85183291200008 - ], - [ - -122.25307542999997, - 37.851833258000056 - ], - [ - -122.25309012699995, - 37.851970203000064 - ], - [ - -122.25310531999997, - 37.85210774500007 - ], - [ - -122.25311297599995, - 37.85217811200005 - ], - [ - -122.25312025099998, - 37.85224498700006 - ], - [ - -122.25312830099995, - 37.85231900700006 - ], - [ - -122.25313314199997, - 37.852363523000065 - ], - [ - -122.25313517799998, - 37.85238223400006 - ], - [ - -122.253132446, - 37.85238259600004 - ], - [ - -122.25312834699997, - 37.85238314000003 - ], - [ - -122.25313373399996, - 37.852408654000044 - ], - [ - -122.25314707799998, - 37.852519880000045 - ], - [ - -122.25316352199997, - 37.852656928000044 - ], - [ - -122.25317996399997, - 37.85279396900006 - ], - [ - -122.25319489499998, - 37.852931211000055 - ], - [ - -122.25320982399995, - 37.85306845800005 - ], - [ - -122.25323715399998, - 37.853064827000026 - ], - [ - -122.25326574699994, - 37.85320025800007 - ], - [ - -122.25329433899998, - 37.85333568900006 - ], - [ - -122.25332293199995, - 37.85347111900006 - ], - [ - -122.25328535899996, - 37.85347610800005 - ], - [ - -122.25325461099999, - 37.85348019000003 - ], - [ - -122.25327802699996, - 37.853695479000066 - ], - [ - -122.25327858299994, - 37.85370050200004 - ], - [ - -122.25333125799995, - 37.85369351000003 - ], - [ - -122.25333354999998, - 37.853704383000036 - ], - [ - -122.253342756, - 37.85374798000004 - ], - [ - -122.25335424699995, - 37.85382525400007 - ], - [ - -122.25349559199998, - 37.853807682000024 - ], - [ - -122.25347086, - 37.853730975000076 - ], - [ - -122.25345935999997, - 37.853676508000035 - ], - [ - -122.25356867399995, - 37.85366199500004 - ], - [ - -122.25384708299998, - 37.853625040000054 - ], - [ - -122.25394900999999, - 37.853619080000044 - ], - [ - -122.25398414799997, - 37.85374602300004 - ], - [ - -122.25419998499996, - 37.853717406000044 - ], - [ - -122.254696261, - 37.85365291700003 - ], - [ - -122.25474402299994, - 37.85364670800004 - ], - [ - -122.25480264199996, - 37.85363909000006 - ], - [ - -122.25510482499999, - 37.85359957600008 - ], - [ - -122.255694458, - 37.853511696000055 - ], - [ - -122.25612174099996, - 37.85346015600004 - ], - [ - -122.25712856899997, - 37.85332019100008 - ], - [ - -122.25724567999998, - 37.85330540000007 - ], - [ - -122.25722150599995, - 37.85318349600004 - ], - [ - -122.25733494499997, - 37.85317431300007 - ], - [ - -122.25750574299997, - 37.85315163300004 - ], - [ - -122.25750613599996, - 37.853151582000066 - ], - [ - -122.25750640399997, - 37.85315154500006 - ], - [ - -122.25750733599995, - 37.85315142300004 - ], - [ - -122.25756971399994, - 37.85314314000004 - ], - [ - -122.25764238599999, - 37.85313349300003 - ], - [ - -122.25779610799998, - 37.85311308200005 - ], - [ - -122.257815801, - 37.85311046800007 - ], - [ - -122.25791566899994, - 37.853097207000076 - ], - [ - -122.25822241099996, - 37.85305647900003 - ], - [ - -122.25832783499999, - 37.853048572000034 - ], - [ - -122.25833430999995, - 37.85308188000005 - ], - [ - -122.25835293399996, - 37.85317766400004 - ], - [ - -122.25979719499998, - 37.85300622300008 - ], - [ - -122.25978146499995, - 37.85293240900006 - ], - [ - -122.25976665099995, - 37.85285980500004 - ], - [ - -122.25998047499996, - 37.85283203500006 - ], - [ - -122.26033584799995, - 37.85278574900008 - ], - [ - -122.26080495399998, - 37.852724651000074 - ], - [ - -122.26083870099995, - 37.852720255000065 - ], - [ - -122.26095538399994, - 37.85270505500006 - ], - [ - -122.26110576499997, - 37.85268547000004 - ], - [ - -122.26125272999997, - 37.852666326000076 - ], - [ - -122.26140653199997, - 37.852646296000046 - ], - [ - -122.26155691099996, - 37.852626704000045 - ], - [ - -122.26171370099996, - 37.85260628200007 - ], - [ - -122.26191886999999, - 37.852580067000076 - ], - [ - -122.26191899799994, - 37.85258005000003 - ], - [ - -122.26191912499996, - 37.85258003400003 - ], - [ - -122.26214854899996, - 37.85255071900008 - ], - [ - -122.26223687699996, - 37.852539431000025 - ], - [ - -122.262251376, - 37.85261051600003 - ], - [ - -122.26226134599995, - 37.85268389400005 - ], - [ - -122.26342987699996, - 37.85252783200008 - ], - [ - -122.26360802299996, - 37.852516929000046 - ], - [ - -122.26365798999996, - 37.85242717400007 - ], - [ - -122.26363864999996, - 37.85236030100003 - ], - [ - -122.26362136799997, - 37.85230053600003 - ], - [ - -122.26375036999997, - 37.85224795500005 - ], - [ - -122.26381825599998, - 37.85222028600003 - ], - [ - -122.26384814, - 37.852208104000056 - ], - [ - -122.26393676599997, - 37.85217198300006 - ], - [ - -122.26396707699996, - 37.85231710200003 - ], - [ - -122.26408664699994, - 37.852301270000055 - ], - [ - -122.264260875, - 37.85227820000006 - ], - [ - -122.26443169099997, - 37.852255584000034 - ], - [ - -122.26445358799998, - 37.852252683000074 - ], - [ - -122.26450761499996, - 37.85224553000006 - ], - [ - -122.26451235099995, - 37.85224490400003 - ], - [ - -122.26451318, - 37.85224479300007 - ], - [ - -122.26451709399998, - 37.85224427600008 - ], - [ - -122.26468007499994, - 37.85222269500008 - ], - [ - -122.26468014399995, - 37.85222268600006 - ], - [ - -122.26468021699998, - 37.85222267600005 - ], - [ - -122.26468025799994, - 37.85222266900007 - ], - [ - -122.26468049899995, - 37.852222632000064 - ], - [ - -122.26468060499997, - 37.85222261600006 - ], - [ - -122.26468280499995, - 37.852222279000046 - ], - [ - -122.26468373799997, - 37.852222135000034 - ], - [ - -122.264684048, - 37.852222088000076 - ], - [ - -122.26468786899994, - 37.85222150000004 - ], - [ - -122.26472416999997, - 37.85221685500005 - ], - [ - -122.26485872199999, - 37.85219904200005 - ], - [ - -122.26502953199997, - 37.85217642300006 - ], - [ - -122.265088, - 37.852168679000044 - ], - [ - -122.26520034499998, - 37.85215380100004 - ], - [ - -122.26539483799996, - 37.852121917000034 - ], - [ - -122.265539795, - 37.85209815300004 - ], - [ - -122.26554196799998, - 37.85210856300006 - ], - [ - -122.26554272299995, - 37.85211217600005 - ], - [ - -122.26554322599998, - 37.85211458500004 - ], - [ - -122.26597477399997, - 37.852065226000036 - ], - [ - -122.266081155, - 37.85205012400007 - ], - [ - -122.26607771299996, - 37.85202518300008 - ], - [ - -122.26618891499999, - 37.852012184000046 - ], - [ - -122.26619741899998, - 37.85201112400006 - ], - [ - -122.26620124299995, - 37.85201064700004 - ], - [ - -122.26620506699999, - 37.85201017000003 - ], - [ - -122.26653402699998, - 37.851969137000026 - ], - [ - -122.26653536799995, - 37.85197584200006 - ], - [ - -122.26667221499997, - 37.85195874500005 - ], - [ - -122.26680559399995, - 37.85194197900006 - ], - [ - -122.266805638, - 37.851941973000066 - ], - [ - -122.266805681, - 37.85194196700007 - ], - [ - -122.26694250099996, - 37.85192476700007 - ], - [ - -122.26702717799998, - 37.85191627900008 - ], - [ - -122.26702415199998, - 37.85190004900005 - ], - [ - -122.26714545399994, - 37.85188782000006 - ], - [ - -122.26720329199998, - 37.85188012800006 - ], - [ - -122.26728234299998, - 37.851869613000076 - ], - [ - -122.26742046799995, - 37.851851245000034 - ], - [ - -122.26748703899995, - 37.85184239200004 - ], - [ - -122.26755998199997, - 37.85183269100003 - ], - [ - -122.26769307799998, - 37.85181498700007 - ], - [ - -122.26772361099995, - 37.85181092800008 - ], - [ - -122.26782861899994, - 37.85179696100005 - ], - [ - -122.26793138899995, - 37.851790480000034 - ], - [ - -122.26794063499995, - 37.85183323900003 - ], - [ - -122.26804269299998, - 37.851813668000034 - ], - [ - -122.26826169299994, - 37.85177434700006 - ], - [ - -122.26839607099998, - 37.851745477000065 - ], - [ - -122.26841801499995, - 37.85174076200008 - ], - [ - -122.26845289, - 37.85173327100006 - ], - [ - -122.26852545899999, - 37.851717679000046 - ], - [ - -122.26853025199995, - 37.85171665000007 - ], - [ - -122.26853044899997, - 37.85171661000004 - ], - [ - -122.26861088799996, - 37.85169931400003 - ], - [ - -122.26866482999998, - 37.851687739000056 - ], - [ - -122.26866486499995, - 37.85168773100003 - ], - [ - -122.26880182699995, - 37.85167130000008 - ], - [ - -122.26893886599998, - 37.851655073000074 - ], - [ - -122.26898314199997, - 37.85164979500007 - ], - [ - -122.26897697699997, - 37.85162076900008 - ], - [ - -122.26895542699998, - 37.85151809800004 - ], - [ - -122.268935882, - 37.85142431400004 - ], - [ - -122.26888246199997, - 37.851145623000036 - ], - [ - -122.268840491, - 37.850983502000076 - ], - [ - -122.26878311799999, - 37.850684287000036 - ], - [ - -122.2687636799999, - 37.85059531400003 - ], - [ - -122.26874406499996, - 37.85049877700004 - ], - [ - -122.26872801299999, - 37.85040699800004 - ], - [ - -122.26871729599998, - 37.850320632000034 - ], - [ - -122.26871727799994, - 37.850320546000034 - ], - [ - -122.26871649299994, - 37.850317060000066 - ], - [ - -122.26866920499998, - 37.85004198200005 - ], - [ - -122.26862958599997, - 37.84987730600005 - ], - [ - -122.26858382599994, - 37.84964706300008 - ], - [ - -122.26856510399995, - 37.84955286400003 - ], - [ - -122.268548448, - 37.849469071000044 - ], - [ - -122.26850070699999, - 37.84922888800003 - ], - [ - -122.26846972099997, - 37.84904922700008 - ], - [ - -122.26841158199994, - 37.84876962900006 - ], - [ - -122.26843173499998, - 37.848767003000034 - ], - [ - -122.26852436599995, - 37.84875493200008 - ], - [ - -122.26853506499998, - 37.84875353900003 - ], - [ - -122.268643984, - 37.84873934500007 - ], - [ - -122.26879776299995, - 37.84871930400004 - ], - [ - -122.268934463, - 37.84870148400006 - ], - [ - -122.26901344099997, - 37.84869223700008 - ], - [ - -122.26900493699998, - 37.84865257700005 - ], - [ - -122.26911809299997, - 37.848639252000055 - ], - [ - -122.26925082699995, - 37.84862224400007 - ], - [ - -122.269383345, - 37.84860526600005 - ], - [ - -122.26952099799996, - 37.848587630000054 - ], - [ - -122.269510492, - 37.84853711000005 - ], - [ - -122.26949845899998, - 37.84847924200005 - ], - [ - -122.26943365799997, - 37.84816762400004 - ], - [ - -122.26940145499998, - 37.84800483400005 - ], - [ - -122.26933718899994, - 37.847695792000025 - ], - [ - -122.26932470699995, - 37.84763575100004 - ], - [ - -122.26931465399997, - 37.84758740400008 - ], - [ - -122.26924985299996, - 37.84727578900004 - ], - [ - -122.26922750099999, - 37.847114615000066 - ], - [ - -122.26918759999995, - 37.846903471000076 - ], - [ - -122.26916786499999, - 37.84679902800008 - ], - [ - -122.269157668, - 37.84674507700004 - ], - [ - -122.26918394499995, - 37.84674163500006 - ], - [ - -122.26927593099998, - 37.84672958800007 - ], - [ - -122.26929859399996, - 37.84672661900004 - ], - [ - -122.269395525, - 37.84671392300004 - ], - [ - -122.26942274599998, - 37.84671035900004 - ], - [ - -122.26950828699995, - 37.84669915300003 - ], - [ - -122.26953851899998, - 37.84669519400006 - ], - [ - -122.26964496599999, - 37.846681251000064 - ], - [ - -122.26966937199995, - 37.84667805600003 - ], - [ - -122.26978164599996, - 37.84666334900004 - ], - [ - -122.26980293399998, - 37.84666056100008 - ], - [ - -122.269918325, - 37.846645445000036 - ], - [ - -122.26994013099994, - 37.846642587000076 - ], - [ - -122.27005500599995, - 37.84662754300007 - ], - [ - -122.27008214999995, - 37.846623987000044 - ], - [ - -122.27019168099997, - 37.846609638000075 - ], - [ - -122.27021334399996, - 37.846606800000075 - ], - [ - -122.27032835399996, - 37.84659173600005 - ], - [ - -122.270466748, - 37.84657360800003 - ], - [ - -122.27086513199998, - 37.84652142200008 - ], - [ - -122.27134312399994, - 37.84645691800006 - ], - [ - -122.27164217599994, - 37.846418035000056 - ], - [ - -122.27164323199997, - 37.84641789700004 - ], - [ - -122.27166975799997, - 37.84641445200003 - ], - [ - -122.27178403299996, - 37.84639963400008 - ], - [ - -122.27194318199997, - 37.84637893900003 - ], - [ - -122.27232536799994, - 37.84632923300006 - ], - [ - -122.27321602199999, - 37.84620656300007 - ], - [ - -122.27333637199996, - 37.846191066000074 - ], - [ - -122.27346817299997, - 37.84617409600003 - ], - [ - -122.27350082999999, - 37.846169892000034 - ], - [ - -122.273557875, - 37.84616254600007 - ], - [ - -122.27358877499995, - 37.84615856600004 - ], - [ - -122.27362221599998, - 37.84615426000005 - ], - [ - -122.27372566599996, - 37.846140940000055 - ], - [ - -122.27375828699996, - 37.84613673800004 - ], - [ - -122.27378349699995, - 37.84613349500006 - ], - [ - -122.273904271, - 37.846117942000035 - ], - [ - -122.27392536699995, - 37.84611522700004 - ], - [ - -122.27393618699995, - 37.84611383400005 - ], - [ - -122.27407058899996, - 37.84609618500008 - ], - [ - -122.27410853299995, - 37.846091639000065 - ], - [ - -122.27415611799995, - 37.84608551400004 - ], - [ - -122.27424158099996, - 37.84607450900006 - ], - [ - -122.27427810399996, - 37.84606980700005 - ], - [ - -122.27441250599998, - 37.84605250100003 - ], - [ - -122.27444876699997, - 37.84604783300006 - ], - [ - -122.27458343099994, - 37.84603049100008 - ], - [ - -122.27461820499997, - 37.84602601200004 - ], - [ - -122.27475436199995, - 37.84600848200006 - ], - [ - -122.27478922599994, - 37.84600399100003 - ], - [ - -122.274925285, - 37.845986469000024 - ], - [ - -122.274960325, - 37.84598195600006 - ], - [ - -122.27509620999996, - 37.845964458000026 - ], - [ - -122.27526692299995, - 37.84594136700008 - ], - [ - -122.27526727599997, - 37.845941319000076 - ], - [ - -122.27526739499996, - 37.84594130200003 - ], - [ - -122.275267983, - 37.845941226000036 - ], - [ - -122.27547224799997, - 37.84591603200005 - ], - [ - -122.27550812599998, - 37.84591141200008 - ], - [ - -122.27564317499997, - 37.845894025000064 - ], - [ - -122.275680551, - 37.84588921100004 - ], - [ - -122.27581409799996, - 37.84587201200003 - ], - [ - -122.27581797999994, - 37.84589097500003 - ], - [ - -122.27585638799997, - 37.84607851700008 - ], - [ - -122.27588900099994, - 37.846237975000065 - ], - [ - -122.27592096299998, - 37.84640079600007 - ], - [ - -122.27596398399999, - 37.84660591900007 - ], - [ - -122.27596967299996, - 37.84663305400005 - ], - [ - -122.275998873, - 37.84677228600003 - ], - [ - -122.27607557299996, - 37.84713801400005 - ], - [ - -122.27610966099996, - 37.847300559000075 - ], - [ - -122.27615832099997, - 37.847532579000074 - ], - [ - -122.27616182799994, - 37.84754930100007 - ], - [ - -122.27616198199996, - 37.84755003400005 - ], - [ - -122.27616213699997, - 37.847550768000076 - ], - [ - -122.27618636499994, - 37.84766628800003 - ], - [ - -122.27620170499995, - 37.847739432000026 - ], - [ - -122.27636220899996, - 37.84771809600005 - ], - [ - -122.276464681, - 37.84770447400007 - ], - [ - -122.276584228, - 37.84768858000007 - ], - [ - -122.27670377799996, - 37.847672689000035 - ], - [ - -122.27687456099994, - 37.84764998400004 - ], - [ - -122.27698840499994, - 37.84763484800004 - ], - [ - -122.27710224999998, - 37.847619714000075 - ], - [ - -122.27721609499997, - 37.84760458200003 - ], - [ - -122.27734234899998, - 37.84758779400005 - ], - [ - -122.27747548299999, - 37.84757009400005 - ], - [ - -122.27771631499996, - 37.847538076000035 - ], - [ - -122.27779825799996, - 37.84752718000004 - ], - [ - -122.27781878899998, - 37.84752445100003 - ], - [ - -122.27785580399996, - 37.847519532000035 - ], - [ - -122.27799465099997, - 37.84750107100007 - ], - [ - -122.27801387699998, - 37.84749851500004 - ], - [ - -122.27813810799995, - 37.84748199500007 - ], - [ - -122.27814924399996, - 37.847480519000044 - ], - [ - -122.27827473299999, - 37.84746383400005 - ], - [ - -122.27827910099995, - 37.84746325400005 - ], - [ - -122.27828346799998, - 37.84746267300005 - ], - [ - -122.27841136099994, - 37.847445669000024 - ], - [ - -122.278414807, - 37.847445210000046 - ], - [ - -122.27841825399997, - 37.84744475400004 - ], - [ - -122.27854798699997, - 37.84742750100003 - ], - [ - -122.27855177499998, - 37.84742699900005 - ], - [ - -122.27855556399999, - 37.847426496000026 - ], - [ - -122.27868461399999, - 37.847409338000034 - ], - [ - -122.27868874, - 37.84740878900004 - ], - [ - -122.27869286499998, - 37.84740823800007 - ], - [ - -122.27879675499997, - 37.84739442700004 - ], - [ - -122.27879884999999, - 37.84739415100006 - ], - [ - -122.27880094699998, - 37.84739387500008 - ], - [ - -122.27890324599997, - 37.84738037300008 - ], - [ - -122.27891932999995, - 37.84737824900003 - ], - [ - -122.27895786599998, - 37.847373005000065 - ], - [ - -122.27903494299994, - 37.84736350900005 - ], - [ - -122.27914368799998, - 37.847348133000025 - ], - [ - -122.27925592499997, - 37.84733340900004 - ], - [ - -122.27938493699997, - 37.84731571100008 - ], - [ - -122.27958976099995, - 37.84728898700007 - ], - [ - -122.27976488699994, - 37.84726570200007 - ], - [ - -122.27976026299996, - 37.84724403700005 - ], - [ - -122.27989688799994, - 37.847225872000024 - ], - [ - -122.279901511, - 37.84724753300003 - ], - [ - -122.28003813799995, - 37.84722936800006 - ], - [ - -122.280174763, - 37.84721119900007 - ], - [ - -122.28031138799997, - 37.847193031000074 - ], - [ - -122.28044801399994, - 37.847174865000056 - ], - [ - -122.28058464099996, - 37.84715669600007 - ], - [ - -122.28072126499995, - 37.84713853100004 - ], - [ - -122.28085789099998, - 37.847120360000076 - ], - [ - -122.28095694299998, - 37.84710718900004 - ], - [ - -122.281059417, - 37.847093562000055 - ], - [ - -122.28116177899994, - 37.84707995100007 - ], - [ - -122.28136671299995, - 37.84705269600005 - ], - [ - -122.28153761799996, - 37.847029966000036 - ], - [ - -122.28168448699995, - 37.84701043800004 - ], - [ - -122.28179715199997, - 37.84699545600006 - ], - [ - -122.28182104899997, - 37.84699196300005 - ], - [ - -122.28191234699995, - 37.84698013600007 - ], - [ - -122.28197003499997, - 37.847250314000064 - ], - [ - -122.28199278699998, - 37.84743107600008 - ], - [ - -122.28206492699996, - 37.84775564100005 - ], - [ - -122.28195152899997, - 37.847770695000065 - ], - [ - -122.28187623999997, - 37.847780690000036 - ], - [ - -122.28190028799997, - 37.84788888000003 - ], - [ - -122.28192433499999, - 37.84799706800004 - ], - [ - -122.28194838099995, - 37.848105255000064 - ], - [ - -122.28197242799996, - 37.84821344300008 - ], - [ - -122.28199620699996, - 37.84832043100005 - ], - [ - -122.28200365599997, - 37.84835394700008 - ], - [ - -122.28205536699994, - 37.84834251800004 - ], - [ - -122.282137106, - 37.84832445100005 - ], - [ - -122.28218881499998, - 37.848313027000074 - ], - [ - -122.28219076699997, - 37.84831259400005 - ], - [ - -122.28219206899996, - 37.84831230700007 - ], - [ - -122.28230978999994, - 37.84864693800006 - ], - [ - -122.28236558099997, - 37.848805664000054 - ], - [ - -122.28246786299997, - 37.849096667000026 - ], - [ - -122.28247716199996, - 37.84912312200004 - ], - [ - -122.28261061099994, - 37.84909363000003 - ], - [ - -122.28260131399998, - 37.84906717500007 - ], - [ - -122.28271808199997, - 37.849041369000076 - ], - [ - -122.28272738099997, - 37.84906782200005 - ], - [ - -122.28284414599995, - 37.84904201400008 - ], - [ - -122.28297759599997, - 37.849012524000045 - ], - [ - -122.28307058299998, - 37.84927707200006 - ], - [ - -122.28309611199995, - 37.849366434000046 - ], - [ - -122.283206469, - 37.84934125900003 - ], - [ - -122.28322975499998, - 37.84941271300005 - ], - [ - -122.28325856199996, - 37.849494728000025 - ], - [ - -122.28333048599995, - 37.849732807000066 - ], - [ - -122.28333938999998, - 37.84976228100004 - ], - [ - -122.28336764999995, - 37.84985582200005 - ], - [ - -122.28339703699999, - 37.849953104000065 - ], - [ - -122.28337758199996, - 37.84995740200003 - ], - [ - -122.28335971899998, - 37.84996135000006 - ], - [ - -122.28345397799995, - 37.850225615000056 - ], - [ - -122.28347801599995, - 37.850334341000064 - ], - [ - -122.28348401699998, - 37.85035296900003 - ], - [ - -122.28351637099996, - 37.850453376000075 - ], - [ - -122.28355792199994, - 37.85058231700003 - ], - [ - -122.28356464899997, - 37.85058100900005 - ], - [ - -122.28358509699996, - 37.850647227000024 - ], - [ - -122.28370283899994, - 37.850624366000034 - ], - [ - -122.28384749699995, - 37.85059628300007 - ], - [ - -122.28402074499996, - 37.85056264200006 - ], - [ - -122.284177178, - 37.85053226800005 - ], - [ - -122.28436556699995, - 37.85049568900007 - ], - [ - -122.28434511999995, - 37.85042947000005 - ], - [ - -122.28441468199998, - 37.85041596800005 - ], - [ - -122.28451331999997, - 37.85039681100005 - ], - [ - -122.28453377099999, - 37.85046303000007 - ], - [ - -122.28465127799996, - 37.85044021200008 - ], - [ - -122.28476229699999, - 37.85041865800008 - ], - [ - -122.28487331799994, - 37.85039709900008 - ], - [ - -122.284997794, - 37.85037293000005 - ], - [ - -122.28510881999995, - 37.850351372000034 - ], - [ - -122.28527699499995, - 37.85031871700005 - ], - [ - -122.28536110199997, - 37.85030238400003 - ], - [ - -122.28544520499997, - 37.85028605400004 - ], - [ - -122.28559206899996, - 37.85025756500005 - ], - [ - -122.28587803199997, - 37.85020208900005 - ], - [ - -122.286050892, - 37.85017332600006 - ], - [ - -122.28616419499997, - 37.85053716400006 - ], - [ - -122.28632915099996, - 37.85048248000004 - ], - [ - -122.28650625599994, - 37.850446876000035 - ], - [ - -122.28702838299995, - 37.85034191300008 - ], - [ - -122.28875331599994, - 37.84999488900007 - ], - [ - -122.28873290299998, - 37.84993685100005 - ], - [ - -122.28865411299995, - 37.849685685000054 - ], - [ - -122.28861873499994, - 37.84957277400008 - ], - [ - -122.28858849899996, - 37.84947238500007 - ], - [ - -122.28858845699995, - 37.84947225500008 - ], - [ - -122.28857345799997, - 37.84942461800006 - ], - [ - -122.28855954, - 37.84938041700008 - ], - [ - -122.288558906, - 37.84937840600003 - ], - [ - -122.28855885399997, - 37.84937823900003 - ], - [ - -122.28855829699995, - 37.849376472000074 - ], - [ - -122.28855785299999, - 37.849375070000065 - ], - [ - -122.28855769399996, - 37.84937455100004 - ], - [ - -122.28855726199998, - 37.849373178000064 - ], - [ - -122.28855692499997, - 37.84937211100004 - ], - [ - -122.288555815, - 37.84937232800007 - ], - [ - -122.28853006399999, - 37.84929022400007 - ], - [ - -122.28852421199997, - 37.84927156200007 - ], - [ - -122.28850915599998, - 37.84922357200003 - ], - [ - -122.28850855499996, - 37.849221654000075 - ], - [ - -122.28849038599998, - 37.849163745000055 - ], - [ - -122.28846948599994, - 37.84909711700004 - ], - [ - -122.28844754599999, - 37.84902717500006 - ], - [ - -122.28842664899997, - 37.84896054700005 - ], - [ - -122.28840276999995, - 37.84888441800007 - ], - [ - -122.28839661199999, - 37.84886478900006 - ], - [ - -122.28838186899998, - 37.848817790000055 - ], - [ - -122.28836580599994, - 37.84876657900003 - ], - [ - -122.28836280999997, - 37.84875702800008 - ], - [ - -122.28836201499996, - 37.84875449500004 - ], - [ - -122.28832857499998, - 37.84864788900006 - ], - [ - -122.28827313599999, - 37.84842746400005 - ], - [ - -122.28828174499995, - 37.84842570500007 - ], - [ - -122.28829521899996, - 37.84842295200008 - ], - [ - -122.28836482399998, - 37.84840873100006 - ], - [ - -122.28855040699995, - 37.84837081400008 - ], - [ - -122.28844223699997, - 37.84803586100003 - ], - [ - -122.28841687299996, - 37.84795732200007 - ], - [ - -122.28814100099999, - 37.84801800200006 - ], - [ - -122.28800729299996, - 37.84760262300006 - ], - [ - -122.28796767799997, - 37.84738421000003 - ], - [ - -122.28791098399995, - 37.84721045900005 - ], - [ - -122.28788031099998, - 37.84711663500008 - ], - [ - -122.28785243299995, - 37.84712502800005 - ], - [ - -122.28785138199999, - 37.84712180300005 - ], - [ - -122.28785032099995, - 37.847118540000054 - ], - [ - -122.28783411899997, - 37.847067321000054 - ], - [ - -122.28782212299996, - 37.84702862800003 - ], - [ - -122.28784910199994, - 37.84702112600007 - ], - [ - -122.28782158399997, - 37.84693692500008 - ], - [ - -122.287856423, - 37.84692873900008 - ], - [ - -122.28783425399996, - 37.84688609800003 - ], - [ - -122.28770709499997, - 37.84649660600007 - ], - [ - -122.28755525399998, - 37.84600404200006 - ], - [ - -122.28750934099997, - 37.84585510100004 - ], - [ - -122.28748164299998, - 37.845765252000035 - ], - [ - -122.28720685399998, - 37.844926832000056 - ], - [ - -122.28692017799995, - 37.84402610200004 - ], - [ - -122.28668753999995, - 37.84335528400004 - ], - [ - -122.28659878399998, - 37.84307032800007 - ], - [ - -122.28654730099998, - 37.84290503400007 - ], - [ - -122.28628774999999, - 37.84207171300005 - ], - [ - -122.28626519099998, - 37.84199789000007 - ], - [ - -122.28599836599994, - 37.84117581500004 - ], - [ - -122.28588776599997, - 37.84083506300004 - ], - [ - -122.28568719599997, - 37.84021709500007 - ], - [ - -122.28559976799994, - 37.83996640000004 - ], - [ - -122.28554360399994, - 37.83979145500007 - ], - [ - -122.28545878199998, - 37.83950500900005 - ], - [ - -122.28498663199997, - 37.83801926600006 - ], - [ - -122.28496899399994, - 37.83793534500006 - ], - [ - -122.284897818, - 37.837950067000065 - ], - [ - -122.28481016099994, - 37.83767261500003 - ], - [ - -122.28480758299997, - 37.837664447000066 - ], - [ - -122.28477691799998, - 37.837567387000036 - ], - [ - -122.28473657799998, - 37.83743970800003 - ], - [ - -122.28468937599996, - 37.837307284000076 - ], - [ - -122.28468904599998, - 37.837306359000024 - ], - [ - -122.28468875299995, - 37.83730542700005 - ], - [ - -122.28461750999998, - 37.83707872400004 - ], - [ - -122.28452821199994, - 37.83679456400006 - ], - [ - -122.284504863, - 37.836716283000044 - ], - [ - -122.28441026099995, - 37.83673561000006 - ], - [ - -122.28342739399994, - 37.83691116000006 - ], - [ - -122.28276176799994, - 37.837030353000046 - ], - [ - -122.28262527799995, - 37.83705479300005 - ], - [ - -122.28186516199997, - 37.83719090100004 - ], - [ - -122.281840811, - 37.837114360000044 - ], - [ - -122.28170169499998, - 37.836687125000026 - ], - [ - -122.28153882999999, - 37.83672448200008 - ], - [ - -122.281344548, - 37.83675698900004 - ], - [ - -122.28107483599996, - 37.836802126000066 - ], - [ - -122.28026125499997, - 37.836953623000056 - ], - [ - -122.27957776799997, - 37.83707625900007 - ], - [ - -122.27956595699999, - 37.837078407000035 - ], - [ - -122.27950435499997, - 37.83708960600006 - ], - [ - -122.27944275099998, - 37.837100805000034 - ], - [ - -122.27939821099994, - 37.83710890700007 - ], - [ - -122.27937469399996, - 37.83711318300004 - ], - [ - -122.27930774099997, - 37.83712535800004 - ], - [ - -122.27909600499999, - 37.83716385800005 - ], - [ - -122.27897679799997, - 37.837185532000035 - ], - [ - -122.27885927299997, - 37.83719005900008 - ], - [ - -122.27886747399998, - 37.83724330200005 - ], - [ - -122.278830116, - 37.83724635900006 - ], - [ - -122.27879819299994, - 37.837244345000045 - ], - [ - -122.27878987099996, - 37.83724382100007 - ], - [ - -122.27874942399995, - 37.837238987000035 - ], - [ - -122.278724093, - 37.83723732200008 - ], - [ - -122.27869183799999, - 37.83722676300005 - ], - [ - -122.27866363399994, - 37.83721286700006 - ], - [ - -122.27863810799994, - 37.837205277000066 - ], - [ - -122.27861679899996, - 37.83719862300006 - ], - [ - -122.27860578999997, - 37.83719518500004 - ], - [ - -122.27858705499995, - 37.83718933500006 - ], - [ - -122.27858701699995, - 37.837189324000065 - ], - [ - -122.27856981199994, - 37.83718395100004 - ], - [ - -122.27856965099994, - 37.83718390100006 - ], - [ - -122.27856937499996, - 37.83718381500006 - ], - [ - -122.27856910999998, - 37.837183727000024 - ], - [ - -122.27856873299999, - 37.83718360700004 - ], - [ - -122.27856558599996, - 37.83718259600005 - ], - [ - -122.27856491299997, - 37.83718238000006 - ], - [ - -122.27856044699996, - 37.83718094400007 - ], - [ - -122.278560229, - 37.83718087500006 - ], - [ - -122.27856003599999, - 37.83718081200004 - ], - [ - -122.27855996599999, - 37.837180784000054 - ], - [ - -122.27855922599997, - 37.83718047900004 - ], - [ - -122.27853968899996, - 37.83717246200007 - ], - [ - -122.27853937099997, - 37.83717233200008 - ], - [ - -122.27848671999999, - 37.837150723000036 - ], - [ - -122.27845164299998, - 37.83713636600004 - ], - [ - -122.27841603099995, - 37.83712141400008 - ], - [ - -122.27840347799997, - 37.83711614200007 - ], - [ - -122.278358476, - 37.83709401100003 - ], - [ - -122.27832531399997, - 37.83707481400006 - ], - [ - -122.27828793699996, - 37.83705185100007 - ], - [ - -122.27825787299997, - 37.837025349000044 - ], - [ - -122.27825310399999, - 37.83701813400006 - ], - [ - -122.27824565699996, - 37.83700686800006 - ], - [ - -122.27822368799997, - 37.83699061500005 - ], - [ - -122.27820094799995, - 37.83696970300008 - ], - [ - -122.27816125199996, - 37.83695060400004 - ], - [ - -122.27812432899998, - 37.836938201000066 - ], - [ - -122.27808136799996, - 37.836931383000035 - ], - [ - -122.27807596099996, - 37.836915469000076 - ], - [ - -122.27807359299999, - 37.83691589700004 - ], - [ - -122.27807342499995, - 37.83691592800005 - ], - [ - -122.27714830499997, - 37.83708289500004 - ], - [ - -122.27714811399994, - 37.837082140000064 - ], - [ - -122.27714791899996, - 37.83708138600008 - ], - [ - -122.27712919099997, - 37.83700840100005 - ], - [ - -122.27695380799997, - 37.836875656000075 - ], - [ - -122.276808013, - 37.83685837300004 - ], - [ - -122.27639333599996, - 37.836935502000074 - ], - [ - -122.276271082, - 37.83685341200004 - ], - [ - -122.27605460199999, - 37.83668226000003 - ], - [ - -122.27591141399995, - 37.83660089400007 - ], - [ - -122.27584168499999, - 37.83656127200004 - ], - [ - -122.27562064099999, - 37.83643463100003 - ], - [ - -122.27569010699995, - 37.836245605000045 - ], - [ - -122.27569037599994, - 37.83624487800006 - ], - [ - -122.27569064999994, - 37.83624415300005 - ], - [ - -122.27588237699996, - 37.83573705500004 - ], - [ - -122.27594214799996, - 37.83557918100007 - ], - [ - -122.27594207099997, - 37.83557916900003 - ], - [ - -122.275932308, - 37.835577632000025 - ], - [ - -122.27613179999997, - 37.83504907400004 - ], - [ - -122.27614188599995, - 37.83505066200007 - ], - [ - -122.276141957, - 37.83505067400006 - ], - [ - -122.27619022099998, - 37.83488967900007 - ], - [ - -122.27628995199996, - 37.83462807500007 - ], - [ - -122.27629005399996, - 37.834627805000025 - ], - [ - -122.27629089799996, - 37.83462558900004 - ], - [ - -122.27630524399996, - 37.83458762200007 - ], - [ - -122.27639073299997, - 37.83436136000006 - ], - [ - -122.27646175099994, - 37.834204604000035 - ], - [ - -122.27656163399996, - 37.83394040200005 - ], - [ - -122.27666151799997, - 37.833676199000024 - ], - [ - -122.27672144799999, - 37.83351767800008 - ], - [ - -122.27692121499996, - 37.83298927200008 - ], - [ - -122.27698114299994, - 37.832830751000074 - ], - [ - -122.27718089499996, - 37.83230236300005 - ], - [ - -122.27721883899994, - 37.83221701800005 - ], - [ - -122.27734266299996, - 37.83223521100007 - ], - [ - -122.277406956, - 37.83224454300006 - ], - [ - -122.27751295799999, - 37.832260113000075 - ], - [ - -122.27784700299998, - 37.83232581100003 - ], - [ - -122.27799034699996, - 37.83194660400005 - ], - [ - -122.277869598, - 37.83192258300005 - ], - [ - -122.27785177099997, - 37.83191971300005 - ], - [ - -122.27783394599999, - 37.831916844000034 - ], - [ - -122.277355108, - 37.83183975400004 - ], - [ - -122.27753643099999, - 37.831357292000064 - ], - [ - -122.27762155599999, - 37.83109071800004 - ], - [ - -122.27769479499995, - 37.83091858300003 - ], - [ - -122.27771479199998, - 37.83087158100005 - ], - [ - -122.27771936199997, - 37.83086084100006 - ], - [ - -122.27772810099998, - 37.830854862000024 - ], - [ - -122.27775784599999, - 37.83077617600003 - ], - [ - -122.27780340499999, - 37.83065566300007 - ], - [ - -122.27788357499998, - 37.83044358500007 - ], - [ - -122.27795600899998, - 37.83025197000006 - ], - [ - -122.27797242599996, - 37.83020854000006 - ], - [ - -122.27807426399994, - 37.82993913700005 - ], - [ - -122.27819250099998, - 37.82962635600006 - ], - [ - -122.27826488699998, - 37.82943486000005 - ], - [ - -122.27828649099996, - 37.82937770900003 - ], - [ - -122.27838298699999, - 37.82912243700008 - ], - [ - -122.27840742799998, - 37.82905778500003 - ], - [ - -122.27842337899995, - 37.829014151000024 - ], - [ - -122.27843528099999, - 37.82898159800004 - ], - [ - -122.278476362, - 37.82886922100005 - ], - [ - -122.27845449199998, - 37.82880848100007 - ], - [ - -122.27828525399997, - 37.828334780000034 - ], - [ - -122.27824017199998, - 37.82818288800007 - ], - [ - -122.27810563499997, - 37.82774731400008 - ], - [ - -122.27805884099996, - 37.82757194800007 - ], - [ - -122.278024701, - 37.82745692200007 - ], - [ - -122.27799059799997, - 37.82734202600005 - ], - [ - -122.277881305, - 37.82732503600005 - ], - [ - -122.27792243599998, - 37.82716130000006 - ], - [ - -122.27792408399995, - 37.82715473700006 - ], - [ - -122.27792909299995, - 37.827134794000074 - ], - [ - -122.27794573299997, - 37.827068549000046 - ], - [ - -122.27811231099997, - 37.827108139000075 - ], - [ - -122.27821912, - 37.82713351800004 - ], - [ - -122.27846477899999, - 37.82719190300003 - ], - [ - -122.27882119399999, - 37.827211642000066 - ], - [ - -122.27929510499996, - 37.82732120900005 - ], - [ - -122.27935806, - 37.82733801300003 - ], - [ - -122.27956089599996, - 37.82738322300003 - ], - [ - -122.27982758499996, - 37.82744266800006 - ], - [ - -122.28013091999998, - 37.82751606800008 - ], - [ - -122.28009999099999, - 37.82758678700003 - ], - [ - -122.280065316, - 37.82767890700006 - ], - [ - -122.28017898199994, - 37.82770331800003 - ], - [ - -122.28024356799995, - 37.82754332800005 - ], - [ - -122.28067994299994, - 37.82765256300007 - ], - [ - -122.28090572099995, - 37.82771253900006 - ], - [ - -122.28102614099998, - 37.827558159000034 - ], - [ - -122.28112165399995, - 37.82742555800007 - ], - [ - -122.28116863799994, - 37.82743514900005 - ], - [ - -122.281448808, - 37.827493408000066 - ], - [ - -122.28177019199995, - 37.827537310000025 - ], - [ - -122.28218311499995, - 37.82757158900006 - ], - [ - -122.28234918699997, - 37.82757626500006 - ], - [ - -122.28253942299995, - 37.82807625300006 - ], - [ - -122.28372448699997, - 37.82835835100008 - ], - [ - -122.28390592, - 37.82840153800004 - ], - [ - -122.28480230899999, - 37.82861490800008 - ], - [ - -122.28507217099997, - 37.82867438900007 - ], - [ - -122.28513351099997, - 37.82868791000004 - ], - [ - -122.28555524099994, - 37.82878645900007 - ], - [ - -122.28741331699996, - 37.82922061900007 - ], - [ - -122.28752212799998, - 37.82925632600006 - ], - [ - -122.28759782799995, - 37.82947331100007 - ], - [ - -122.28759838699995, - 37.82947491300007 - ], - [ - -122.28761385099995, - 37.82946987400004 - ], - [ - -122.28842838699995, - 37.82929412800007 - ], - [ - -122.28853096799998, - 37.829271995000056 - ], - [ - -122.28868186399995, - 37.82923943600008 - ], - [ - -122.28878860999998, - 37.829559381000024 - ], - [ - -122.28891227199995, - 37.829590997000025 - ], - [ - -122.28948700099994, - 37.82975608300006 - ], - [ - -122.28995997799996, - 37.829891943000064 - ], - [ - -122.29016766599995, - 37.82986979800006 - ], - [ - -122.29034601799998, - 37.82983109400004 - ], - [ - -122.290523039, - 37.82979267400003 - ], - [ - -122.29059414099999, - 37.83001347100003 - ], - [ - -122.29061778299996, - 37.83008687900008 - ], - [ - -122.29062984499996, - 37.83012433500005 - ], - [ - -122.29086647099996, - 37.83007678100006 - ], - [ - -122.29120492899995, - 37.83013870600007 - ], - [ - -122.29176991699995, - 37.83027315000004 - ], - [ - -122.29177109899996, - 37.83027343200007 - ], - [ - -122.29177228199995, - 37.830273713000054 - ], - [ - -122.29283144899995, - 37.830525747000024 - ], - [ - -122.29286081299995, - 37.830532736000066 - ], - [ - -122.29286154799996, - 37.830532909000055 - ], - [ - -122.29286228199999, - 37.83053308600006 - ], - [ - -122.29289171699997, - 37.83054008700003 - ], - [ - -122.29289309399996, - 37.830540416000076 - ], - [ - -122.292894473, - 37.83054074300003 - ], - [ - -122.29292436599997, - 37.830547857000056 - ], - [ - -122.292926008, - 37.830548247000024 - ], - [ - -122.29292764799999, - 37.83054863700005 - ], - [ - -122.29292918699997, - 37.830549003000044 - ], - [ - -122.29306021399998, - 37.83058018200006 - ], - [ - -122.29353331399994, - 37.83069275100007 - ], - [ - -122.29404724899996, - 37.83062298300007 - ], - [ - -122.29447600599997, - 37.830564776000074 - ], - [ - -122.29608103199996, - 37.83096623600005 - ], - [ - -122.29610327699999, - 37.83071603800005 - ], - [ - -122.29587288799996, - 37.830372167000064 - ], - [ - -122.29515127099995, - 37.82970539000007 - ], - [ - -122.29520897999998, - 37.82938802900003 - ], - [ - -122.29552659299998, - 37.829297551000025 - ], - [ - -122.29575828599997, - 37.82950398400004 - ], - [ - -122.29619026699999, - 37.82970936400005 - ], - [ - -122.29652109299997, - 37.82965967900003 - ], - [ - -122.296796229, - 37.829618356000026 - ], - [ - -122.29743107899998, - 37.83007505300003 - ], - [ - -122.29769087299996, - 37.830464162000055 - ], - [ - -122.29792155599995, - 37.83055341800008 - ], - [ - -122.29818148099997, - 37.83055497000004 - ], - [ - -122.29835488099997, - 37.830393773000026 - ], - [ - -122.29838400499995, - 37.83016862300008 - ], - [ - -122.29792181, - 37.829778307000026 - ], - [ - -122.29800856199995, - 37.828794162000065 - ], - [ - -122.29818222299997, - 37.828380604000074 - ], - [ - -122.29968305299997, - 37.82753558200005 - ], - [ - -122.30130880699994, - 37.82692407600007 - ], - [ - -122.30187679299996, - 37.82671043500005 - ], - [ - -122.30274208499998, - 37.82652855400005 - ], - [ - -122.304214286, - 37.82652826800006 - ], - [ - -122.30470540399995, - 37.82641175400005 - ], - [ - -122.30551329599996, - 37.82636696000003 - ], - [ - -122.30689831299998, - 37.82680325200005 - ], - [ - -122.30916866599995, - 37.82685206600007 - ], - [ - -122.31007289299998, - 37.82687150800007 - ], - [ - -122.31093874799996, - 37.82677969900004 - ], - [ - -122.31160275999997, - 37.82655150800008 - ], - [ - -122.31177612299996, - 37.82639029100005 - ], - [ - -122.31203574199998, - 37.82634674700006 - ], - [ - -122.31246846199997, - 37.82655207000005 - ], - [ - -122.31284368799999, - 37.82652497300006 - ], - [ - -122.313017904, - 37.82634798600003 - ], - [ - -122.31313263799996, - 37.82599940700004 - ], - [ - -122.31492188099998, - 37.82565834700006 - ], - [ - -122.31601892499998, - 37.82552278500003 - ], - [ - -122.31591140299997, - 37.82613893100006 - ], - [ - -122.31578795499996, - 37.82684634200007 - ], - [ - -122.31535440199997, - 37.827420645000075 - ], - [ - -122.31391148499995, - 37.82740096300006 - ], - [ - -122.31368079199996, - 37.827464959000054 - ], - [ - -122.313709927, - 37.82769270600005 - ], - [ - -122.31500848099995, - 37.82781069200007 - ], - [ - -122.31526806399995, - 37.827924867000036 - ], - [ - -122.31526777399995, - 37.828109631000075 - ], - [ - -122.315037959, - 37.828385439000044 - ], - [ - -122.31448909099998, - 37.82844983500007 - ], - [ - -122.31382511499999, - 37.828290485000025 - ], - [ - -122.31370942199999, - 37.82835966000005 - ], - [ - -122.31370942099994, - 37.82858949100006 - ], - [ - -122.3139410799999, - 37.82872829100006 - ], - [ - -122.31458279699996, - 37.82882442400006 - ], - [ - -122.31486447799995, - 37.82886662000004 - ], - [ - -122.31535440399995, - 37.82872526800003 - ], - [ - -122.31567206899996, - 37.82847250300006 - ], - [ - -122.31590313399994, - 37.82806150700003 - ], - [ - -122.31648046499998, - 37.82799051100005 - ], - [ - -122.31685567899996, - 37.82804226400003 - ], - [ - -122.31694227399998, - 37.82797066400008 - ], - [ - -122.31694205599996, - 37.82776336500007 - ], - [ - -122.31671081199994, - 37.82757950800004 - ], - [ - -122.316653326, - 37.82742144800005 - ], - [ - -122.31682670599997, - 37.82687266600004 - ], - [ - -122.31685562399997, - 37.82604815000008 - ], - [ - -122.31694204499996, - 37.82584135400003 - ], - [ - -122.31766321099997, - 37.82511099000004 - ], - [ - -122.31864555099997, - 37.824859822000064 - ], - [ - -122.31936649199997, - 37.82453728100006 - ], - [ - -122.31949572199994, - 37.82453722200006 - ], - [ - -122.32008801699999, - 37.824536952000074 - ], - [ - -122.32072272699997, - 37.82440092300004 - ], - [ - -122.320837945, - 37.82430469900004 - ], - [ - -122.32098224199996, - 37.82382559400003 - ], - [ - -122.32124179899995, - 37.82370992500006 - ], - [ - -122.32476334899997, - 37.82309705700004 - ], - [ - -122.326991105, - 37.822784779000074 - ], - [ - -122.32805266899999, - 37.822635975000026 - ], - [ - -122.32880266999996, - 37.82215581500003 - ], - [ - -122.32998603899995, - 37.82181106500008 - ], - [ - -122.33030409099996, - 37.82158530000004 - ], - [ - -122.330534388, - 37.82101203700006 - ], - [ - -122.33059212999996, - 37.820437791000074 - ], - [ - -122.33021680499996, - 37.82032298900003 - ], - [ - -122.32935066899995, - 37.82030002300007 - ], - [ - -122.32740010899994, - 37.820503005000035 - ], - [ - -122.32735974299999, - 37.82050720600006 - ], - [ - -122.32620514499996, - 37.820734927000046 - ], - [ - -122.32248299599996, - 37.82101095100006 - ], - [ - -122.32098220199998, - 37.82096623500007 - ], - [ - -122.3207219499999, - 37.82046225800008 - ], - [ - -122.31990941799995, - 37.81991146400003 - ], - [ - -122.31933732699997, - 37.81952365800004 - ], - [ - -122.319221326, - 37.81908811100004 - ], - [ - -122.31873083899995, - 37.81883515800007 - ], - [ - -122.31850002599998, - 37.81883832600005 - ], - [ - -122.318327152, - 37.818949985000074 - ], - [ - -122.31789406899998, - 37.81963471000006 - ], - [ - -122.31720134099999, - 37.82036749500003 - ], - [ - -122.31555655199998, - 37.821766199000024 - ], - [ - -122.31489259399996, - 37.82176458400005 - ], - [ - -122.31367621099997, - 37.82193285900007 - ], - [ - -122.31339229099996, - 37.821972136000056 - ], - [ - -122.31261326899994, - 37.822201919000065 - ], - [ - -122.31186313399996, - 37.822226819000036 - ], - [ - -122.31142939199998, - 37.82213414900008 - ], - [ - -122.30868831699996, - 37.82121675900004 - ], - [ - -122.30845751799995, - 37.821217655000055 - ], - [ - -122.30840013199997, - 37.82112718800005 - ], - [ - -122.308659767, - 37.819179665000036 - ], - [ - -122.30877516099997, - 37.819065428000044 - ], - [ - -122.30912421999994, - 37.81910700800006 - ], - [ - -122.309929222, - 37.81920289900006 - ], - [ - -122.31062158199995, - 37.81920245600003 - ], - [ - -122.31220916399997, - 37.819455110000035 - ], - [ - -122.31316164099997, - 37.81943139100008 - ], - [ - -122.313392583, - 37.81933810400005 - ], - [ - -122.31388296899996, - 37.81883398800005 - ], - [ - -122.31457554699995, - 37.81796602700007 - ], - [ - -122.31564290699998, - 37.81695829200004 - ], - [ - -122.31598331899994, - 37.81673713600003 - ], - [ - -122.31599009299998, - 37.81673273600006 - ], - [ - -122.31668169299996, - 37.81604276200005 - ], - [ - -122.31769191199999, - 37.81521943900003 - ], - [ - -122.31852944399998, - 37.814717321000046 - ], - [ - -122.31976923399998, - 37.81471549300005 - ], - [ - -122.31994259799995, - 37.81462636600003 - ], - [ - -122.31994253299996, - 37.814324432000035 - ], - [ - -122.31884597199996, - 37.81411754100003 - ], - [ - -122.31890461799998, - 37.81391734300007 - ], - [ - -122.32010463899996, - 37.81275010200005 - ], - [ - -122.32072153799999, - 37.81215005400003 - ], - [ - -122.32268360699999, - 37.810572845000024 - ], - [ - -122.32323179999997, - 37.810411517000034 - ], - [ - -122.32623290899994, - 37.810663100000056 - ], - [ - -122.32727168899999, - 37.81068290500008 - ], - [ - -122.32741560799997, - 37.81068565000004 - ], - [ - -122.33061895999998, - 37.81118838900005 - ], - [ - -122.33235018799996, - 37.81132667400004 - ], - [ - -122.33263885399998, - 37.81128324900004 - ], - [ - -122.33292751899995, - 37.811003233000065 - ], - [ - -122.33399475599998, - 37.81052258700004 - ], - [ - -122.33408096799997, - 37.810410415000035 - ], - [ - -122.33488047999998, - 37.81006535000006 - ], - [ - -122.33509098599995, - 37.80997449900008 - ], - [ - -122.33537959599994, - 37.80969898200004 - ], - [ - -122.33690879199997, - 37.80924345400007 - ], - [ - -122.33748615099995, - 37.808992095000065 - ], - [ - -122.340168356, - 37.80750202000007 - ], - [ - -122.34028408499995, - 37.80734268900005 - ], - [ - -122.34169752199995, - 37.80656198200006 - ], - [ - -122.34191114599997, - 37.80640269600008 - ], - [ - -122.34221640899995, - 37.806175077000034 - ], - [ - -122.34221683099997, - 37.80596778000006 - ], - [ - -122.341206151, - 37.80425415800005 - ], - [ - -122.34100384499999, - 37.80409078900004 - ], - [ - -122.34059987599994, - 37.804090776000066 - ], - [ - -122.33933071999996, - 37.804459939000026 - ], - [ - -122.33855158899996, - 37.80457272500007 - ], - [ - -122.33638808999996, - 37.804756557000076 - ], - [ - -122.33591720699997, - 37.80483970700004 - ], - [ - -122.33457052499995, - 37.80507750500004 - ], - [ - -122.334195438, - 37.80526014600008 - ], - [ - -122.33309913099998, - 37.80535081800008 - ], - [ - -122.33246419999995, - 37.80553197900008 - ], - [ - -122.33070431199997, - 37.806930246000036 - ], - [ - -122.33035801099999, - 37.80706797400006 - ], - [ - -122.32853018199995, - 37.807225353000035 - ], - [ - -122.32822281899996, - 37.807251817000065 - ], - [ - -122.32799318099995, - 37.807207693000066 - ], - [ - -122.32805021499996, - 37.80702550600006 - ], - [ - -122.32882892599997, - 37.805788420000056 - ], - [ - -122.32845392399997, - 37.80564657600007 - ], - [ - -122.32807887399997, - 37.80590130200005 - ], - [ - -122.32741507599997, - 37.80667937900006 - ], - [ - -122.3270403399999, - 37.806976915000064 - ], - [ - -122.32669386199996, - 37.80697718400006 - ], - [ - -122.3264919699999, - 37.80677098100006 - ], - [ - -122.32738577799995, - 37.80576214100006 - ], - [ - -122.32729938299997, - 37.805581388000064 - ], - [ - -122.32701103199997, - 37.80551439200008 - ], - [ - -122.32630917899996, - 37.80618408700008 - ], - [ - -122.32602984299996, - 37.806450625000025 - ], - [ - -122.32568482499994, - 37.80668072900005 - ], - [ - -122.32536749499997, - 37.80652118100005 - ], - [ - -122.3253379399999, - 37.80633624500007 - ], - [ - -122.32617399299994, - 37.80551184800004 - ], - [ - -122.32617436399994, - 37.805236956000044 - ], - [ - -122.32302907599995, - 37.80439418900005 - ], - [ - -122.32227907299995, - 37.80434705300007 - ], - [ - -122.32129825399994, - 37.80399889900008 - ], - [ - -122.32128699599997, - 37.803840078000064 - ], - [ - -122.32126933399996, - 37.80359089500007 - ], - [ - -122.32152867999997, - 37.802947964000055 - ], - [ - -122.32164430399996, - 37.80288103500004 - ], - [ - -122.32250961399996, - 37.802971650000075 - ], - [ - -122.32308686599998, - 37.80319804900006 - ], - [ - -122.32461582299999, - 37.80338485300007 - ], - [ - -122.32516416199996, - 37.80359079500005 - ], - [ - -122.32542343399996, - 37.803497648000075 - ], - [ - -122.32539443999997, - 37.80301753900005 - ], - [ - -122.324067163, - 37.80251419800004 - ], - [ - -122.32297649399999, - 37.80221409300003 - ], - [ - -122.32207651599998, - 37.80196645800004 - ], - [ - -122.32207699399999, - 37.80175916200005 - ], - [ - -122.32236527199996, - 37.80136650800006 - ], - [ - -122.32297081499996, - 37.80136999700005 - ], - [ - -122.32576974099999, - 37.802032772000075 - ], - [ - -122.326029023, - 37.80178189600008 - ], - [ - -122.32611579799999, - 37.80153003100003 - ], - [ - -122.32597172299995, - 37.80136922400004 - ], - [ - -122.32421192099997, - 37.800888187000055 - ], - [ - -122.32399228399998, - 37.800850265000065 - ], - [ - -122.32274042599994, - 37.80063411200007 - ], - [ - -122.32276863199996, - 37.800111522000066 - ], - [ - -122.32302830799995, - 37.799973316000035 - ], - [ - -122.32426950799999, - 37.80017874600003 - ], - [ - -122.325365767, - 37.800475713000026 - ], - [ - -122.32617347899998, - 37.80049612100004 - ], - [ - -122.32657764699997, - 37.80031592600005 - ], - [ - -122.32660600199995, - 37.80008625700003 - ], - [ - -122.32695248099998, - 37.79992600800006 - ], - [ - -122.32761633099994, - 37.800387217000036 - ], - [ - -122.32844171199997, - 37.80057430900007 - ], - [ - -122.32862590299999, - 37.80061606100003 - ], - [ - -122.32917369799998, - 37.800959430000034 - ], - [ - -122.32977968199998, - 37.801071044000025 - ], - [ - -122.33102076699998, - 37.80097897400003 - ], - [ - -122.33104901399997, - 37.80052397900005 - ], - [ - -122.33153948499995, - 37.80061239400004 - ], - [ - -122.33177073, - 37.80047626100003 - ], - [ - -122.33182829699996, - 37.80031210100003 - ], - [ - -122.33084692099999, - 37.79979052300007 - ], - [ - -122.33061704899995, - 37.79953910300003 - ], - [ - -122.33044403999997, - 37.79951558600004 - ], - [ - -122.33032764599994, - 37.79935494000006 - ], - [ - -122.32926102199997, - 37.798920741000074 - ], - [ - -122.32837253399998, - 37.79864322700007 - ], - [ - -122.32611581699996, - 37.79793835600003 - ], - [ - -122.32059907499996, - 37.796785741000065 - ], - [ - -122.31276806699998, - 37.79514960600005 - ], - [ - -122.30747893499995, - 37.794044546000066 - ], - [ - -122.30557436999999, - 37.79381699600003 - ], - [ - -122.30528656999996, - 37.79369812500005 - ], - [ - -122.30491945899996, - 37.79368733800004 - ], - [ - -122.29692280499995, - 37.79345237100006 - ], - [ - -122.29605526799998, - 37.79342688000003 - ], - [ - -122.29582468899997, - 37.793562948000044 - ], - [ - -122.29516051499996, - 37.79361079200004 - ], - [ - -122.29391977599994, - 37.793972875000065 - ], - [ - -122.29351602099996, - 37.79447742900004 - ], - [ - -122.29288145699996, - 37.79454571700006 - ], - [ - -122.29221767499996, - 37.795071234000034 - ], - [ - -122.29201614699997, - 37.79513761700008 - ], - [ - -122.29143896599999, - 37.79514315200004 - ], - [ - -122.29132345799997, - 37.79504781900005 - ], - [ - -122.29071734999997, - 37.794886434000034 - ], - [ - -122.29025582599996, - 37.79504588300006 - ], - [ - -122.28967162099997, - 37.79546718000006 - ], - [ - -122.28875612399997, - 37.79612738700007 - ], - [ - -122.28846776899996, - 37.79592059600003 - ], - [ - -122.28812167799998, - 37.79573824100004 - ], - [ - -122.28806358999998, - 37.79557790900003 - ], - [ - -122.288380868, - 37.79484301900004 - ], - [ - -122.28815007399999, - 37.79470417300007 - ], - [ - -122.28800593499994, - 37.794707806000076 - ], - [ - -122.28757318999999, - 37.79571238400007 - ], - [ - -122.287169195, - 37.79557248700007 - ], - [ - -122.28763106999997, - 37.794565833000036 - ], - [ - -122.28719850799996, - 37.79451814600003 - ], - [ - -122.28667855599997, - 37.79543656800007 - ], - [ - -122.28630397299997, - 37.79548611900003 - ], - [ - -122.286188171, - 37.79564314300006 - ], - [ - -122.28613996399997, - 37.795644356000025 - ], - [ - -122.28532261699996, - 37.79566492200007 - ], - [ - -122.28532270499994, - 37.79543509000007 - ], - [ - -122.28564024099995, - 37.79474978200005 - ], - [ - -122.28512086299997, - 37.794724091000035 - ], - [ - -122.28425529799995, - 37.79548267300004 - ], - [ - -122.28359181699994, - 37.79582337700003 - ], - [ - -122.283216246, - 37.795827847000055 - ], - [ - -122.28327486499995, - 37.794978730000025 - ], - [ - -122.28209209899995, - 37.79477097300003 - ], - [ - -122.28180348299998, - 37.79488637800006 - ], - [ - -122.28097080999999, - 37.79551282800003 - ], - [ - -122.28070724, - 37.79571112100007 - ], - [ - -122.28036035699995, - 37.79575857000003 - ], - [ - -122.28001485399994, - 37.79566407000004 - ], - [ - -122.27972662899998, - 37.79522742800003 - ], - [ - -122.279408709, - 37.794997901000045 - ], - [ - -122.27865931599996, - 37.79468235600007 - ], - [ - -122.27837052499996, - 37.794450752000046 - ], - [ - -122.27643832099994, - 37.79364573000004 - ], - [ - -122.27609183599998, - 37.79358050600007 - ], - [ - -122.275803511, - 37.79381081300005 - ], - [ - -122.27537052699995, - 37.79388024900004 - ], - [ - -122.27516961899994, - 37.79337428300005 - ], - [ - -122.27464993799998, - 37.79323588200003 - ], - [ - -122.27420848999998, - 37.792946605000054 - ], - [ - -122.27398693199996, - 37.79280141900006 - ], - [ - -122.27366931399996, - 37.792254171000025 - ], - [ - -122.27219934199996, - 37.79151953100006 - ], - [ - -122.27090087999994, - 37.79067102300007 - ], - [ - -122.27006501899996, - 37.79035038100005 - ], - [ - -122.26813226299998, - 37.79005219900006 - ], - [ - -122.26816182699997, - 37.78950259000004 - ], - [ - -122.26766902599996, - 37.789384822000045 - ], - [ - -122.266719336, - 37.78915786700003 - ], - [ - -122.26645926599997, - 37.78961590500006 - ], - [ - -122.26608439199998, - 37.78998309900004 - ], - [ - -122.26536287599998, - 37.79030305800006 - ], - [ - -122.26412289599995, - 37.79115153500004 - ], - [ - -122.26368925199995, - 37.791216415000065 - ], - [ - -122.26342987799995, - 37.791102128000034 - ], - [ - -122.26354552799995, - 37.79089330100004 - ], - [ - -122.26423763399998, - 37.790462759000036 - ], - [ - -122.26449849999995, - 37.79021202800004 - ], - [ - -122.26452684299994, - 37.790002654000034 - ], - [ - -122.264151686, - 37.78968259900006 - ], - [ - -122.26357531699995, - 37.789753345000065 - ], - [ - -122.26336740399995, - 37.78960112300007 - ], - [ - -122.26319971699996, - 37.789478349000035 - ], - [ - -122.26317148199996, - 37.789248341000075 - ], - [ - -122.26331574499994, - 37.78901716100006 - ], - [ - -122.26325875799995, - 37.78796679000004 - ], - [ - -122.26314368799996, - 37.787761024000076 - ], - [ - -122.26285545999997, - 37.78755191800008 - ], - [ - -122.26224973099994, - 37.78750755900006 - ], - [ - -122.26152819699996, - 37.78768779400008 - ], - [ - -122.26121048799996, - 37.78787281700005 - ], - [ - -122.26031597999997, - 37.78874145000003 - ], - [ - -122.259537175, - 37.78911058600005 - ], - [ - -122.25890240299998, - 37.78920122100004 - ], - [ - -122.25870007299994, - 37.78906249700003 - ], - [ - -122.25881573299995, - 37.78885367500004 - ], - [ - -122.25942794599996, - 37.78853223100003 - ], - [ - -122.25985467199996, - 37.788308176000044 - ], - [ - -122.26011436299996, - 37.787962812000046 - ], - [ - -122.260634284, - 37.78764386800003 - ], - [ - -122.26115356899999, - 37.786890044000074 - ], - [ - -122.26103831699999, - 37.78677440300004 - ], - [ - -122.26025957299998, - 37.78657121800006 - ], - [ - -122.25985609499998, - 37.78631856800007 - ], - [ - -122.25852938399998, - 37.78590462200003 - ], - [ - -122.25806802999995, - 37.785903964000056 - ], - [ - -122.25592729099998, - 37.786644918000036 - ], - [ - -122.25463491199997, - 37.78709223800007 - ], - [ - -122.25420173299995, - 37.78732382600003 - ], - [ - -122.25382682799994, - 37.78761887600007 - ], - [ - -122.25258636599995, - 37.78773267100007 - ], - [ - -122.25215338799995, - 37.78766231900005 - ], - [ - -122.25114423199994, - 37.78729312200005 - ], - [ - -122.24890792399998, - 37.78663217400003 - ], - [ - -122.24838887799996, - 37.78638849200007 - ], - [ - -122.24804182799994, - 37.78622556100004 - ], - [ - -122.24749387199995, - 37.786154457000066 - ], - [ - -122.24579136699998, - 37.78521746400003 - ], - [ - -122.24457890899998, - 37.78404700400006 - ], - [ - -122.24428994799996, - 37.783637311000064 - ], - [ - -122.24403085699998, - 37.783500451000066 - ], - [ - -122.24345359199998, - 37.78352152300005 - ], - [ - -122.24328006599995, - 37.78279035400004 - ], - [ - -122.24379911399996, - 37.78256160900003 - ], - [ - -122.24385679499994, - 37.78233440200006 - ], - [ - -122.24368008, - 37.78185550400008 - ], - [ - -122.24351008499997, - 37.78139482100005 - ], - [ - -122.24327895199997, - 37.78130095100005 - ], - [ - -122.24319255999995, - 37.78114266700004 - ], - [ - -122.24333613899995, - 37.78091376000003 - ], - [ - -122.24388449999998, - 37.78066267100007 - ], - [ - -122.24391287199995, - 37.78052540500005 - ], - [ - -122.24330697399995, - 37.78043363100005 - ], - [ - -122.243191734, - 37.78032022600007 - ], - [ - -122.24319147199998, - 37.78006786100008 - ], - [ - -122.24388393599997, - 37.779952894000076 - ], - [ - -122.24391228999997, - 37.779678180000076 - ], - [ - -122.24330685999996, - 37.77954134300006 - ], - [ - -122.24313342499994, - 37.77942756500005 - ], - [ - -122.24313293299997, - 37.77919773000008 - ], - [ - -122.24304633199995, - 37.77912957500007 - ], - [ - -122.24304625899998, - 37.778372483000055 - ], - [ - -122.24284394699998, - 37.77809853800005 - ], - [ - -122.24281452399998, - 37.77736604300003 - ], - [ - -122.24261246599997, - 37.77713716300008 - ], - [ - -122.24197793399998, - 37.77672523500007 - ], - [ - -122.241400608, - 37.77585626500007 - ], - [ - -122.24082337399994, - 37.77567227900005 - ], - [ - -122.24024609799994, - 37.77521564800003 - ], - [ - -122.23989971699996, - 37.77452842100007 - ], - [ - -122.23943767299994, - 37.774047745000075 - ], - [ - -122.23808210199996, - 37.77308809800007 - ], - [ - -122.23697226099995, - 37.772624654000026 - ], - [ - -122.23643775499994, - 37.77240145600007 - ], - [ - -122.23176391799996, - 37.77006819400003 - ], - [ - -122.23003288499996, - 37.769335832000024 - ], - [ - -122.22975597899995, - 37.76918049400007 - ], - [ - -122.22648486699995, - 37.76734546100005 - ], - [ - -122.22599455099999, - 37.76693439600007 - ], - [ - -122.22570627599998, - 37.76647508800005 - ], - [ - -122.22475383499994, - 37.76553822100004 - ], - [ - -122.224003902, - 37.764645494000035 - ], - [ - -122.223860259, - 37.764098654000065 - ], - [ - -122.22385923099995, - 37.76409474600007 - ], - [ - -122.22377243099999, - 37.76404910800005 - ], - [ - -122.22371434499996, - 37.76329388500005 - ], - [ - -122.22348376199994, - 37.763019720000045 - ], - [ - -122.22342571999997, - 37.76192200100007 - ], - [ - -122.22336803299999, - 37.761806705000026 - ], - [ - -122.22336707299996, - 37.760204636000026 - ], - [ - -122.22279008899994, - 37.75933557500008 - ], - [ - -122.22232874499997, - 37.758807518000026 - ], - [ - -122.22186705599995, - 37.75878643800007 - ], - [ - -122.22105958199995, - 37.75899064600003 - ], - [ - -122.22033540299998, - 37.759545797000044 - ], - [ - -122.22031065599998, - 37.759564769000065 - ], - [ - -122.21953197199997, - 37.75993139000008 - ], - [ - -122.218868983, - 37.76009147700006 - ], - [ - -122.21817646199997, - 37.76009138200004 - ], - [ - -122.21806146499995, - 37.76029791600007 - ], - [ - -122.21768658099995, - 37.76038780600004 - ], - [ - -122.21762893899995, - 37.76006746100006 - ], - [ - -122.21759994799999, - 37.759519727000054 - ], - [ - -122.21719610999997, - 37.75899203300003 - ], - [ - -122.21710947799994, - 37.758259149000025 - ], - [ - -122.21673397199999, - 37.757871342000044 - ], - [ - -122.21612832699998, - 37.75764198200005 - ], - [ - -122.216099811, - 37.757251979000046 - ], - [ - -122.21673369499996, - 37.75702411700007 - ], - [ - -122.21687778299997, - 37.75675018000004 - ], - [ - -122.21676243799999, - 37.75651958100008 - ], - [ - -122.21674860399997, - 37.75651188300003 - ], - [ - -122.21598370899994, - 37.75608627400004 - ], - [ - -122.21523417199995, - 37.75537600700005 - ], - [ - -122.21471483799996, - 37.75523959800006 - ], - [ - -122.21448397599994, - 37.754528281000034 - ], - [ - -122.21382063099998, - 37.75439090700007 - ], - [ - -122.21327269799997, - 37.75333948000008 - ], - [ - -122.21278233899994, - 37.75288104200007 - ], - [ - -122.21226271999996, - 37.75217229400005 - ], - [ - -122.21200354899997, - 37.75212549300005 - ], - [ - -122.21191695799996, - 37.75226236200007 - ], - [ - -122.21185985699998, - 37.75256166200006 - ], - [ - -122.21151386099996, - 37.75260666200006 - ], - [ - -122.21142708899998, - 37.75249341700004 - ], - [ - -122.21140748199997, - 37.75232198000003 - ], - [ - -122.21136931599995, - 37.75198830100004 - ], - [ - -122.21113823299999, - 37.75130176000005 - ], - [ - -122.21116737099999, - 37.75109691100005 - ], - [ - -122.21208917799999, - 37.75040908600005 - ], - [ - -122.21208930799997, - 37.74992914400008 - ], - [ - -122.21202980599998, - 37.749786791000076 - ], - [ - -122.21237562699997, - 37.749489426000025 - ], - [ - -122.21234705799998, - 37.74930672200003 - ], - [ - -122.20948048099996, - 37.74609163800005 - ], - [ - -122.20753077299997, - 37.743904894000025 - ], - [ - -122.20753042499996, - 37.743605210000055 - ], - [ - -122.20776129499995, - 37.74330933700003 - ], - [ - -122.207819111, - 37.74301004500006 - ], - [ - -122.20761693699995, - 37.74294333900008 - ], - [ - -122.20758793799996, - 37.74273584600007 - ], - [ - -122.20521835999995, - 37.73993586000006 - ], - [ - -122.20262838399998, - 37.73687544300003 - ], - [ - -122.20251339999999, - 37.73641950800004 - ], - [ - -122.20280184099994, - 37.736509340000055 - ], - [ - -122.204905178, - 37.73894538600007 - ], - [ - -122.20626168799998, - 37.740516471000035 - ], - [ - -122.20845261899996, - 37.74287460800008 - ], - [ - -122.20879926799995, - 37.74289722000003 - ], - [ - -122.21003827899995, - 37.74232421000005 - ], - [ - -122.21007570999996, - 37.742319861000055 - ], - [ - -122.21044170599998, - 37.74227734600004 - ], - [ - -122.21081644499998, - 37.74246012100008 - ], - [ - -122.21093167199996, - 37.742585114000065 - ], - [ - -122.21113413699999, - 37.74280474400007 - ], - [ - -122.21127850099998, - 37.74404049000003 - ], - [ - -122.21407534399998, - 37.746283163000044 - ], - [ - -122.21650732499995, - 37.74781135500007 - ], - [ - -122.21684431399996, - 37.74802311000008 - ], - [ - -122.21730519899995, - 37.74811405500003 - ], - [ - -122.21733389699995, - 37.74774696600008 - ], - [ - -122.21713223399996, - 37.74742791700004 - ], - [ - -122.21707412399996, - 37.74715263400003 - ], - [ - -122.21542964999998, - 37.74419893900006 - ], - [ - -122.21517078099998, - 37.74392456900006 - ], - [ - -122.21442033199997, - 37.74250677500004 - ], - [ - -122.21398772199996, - 37.74209379500007 - ], - [ - -122.213855761, - 37.742033423000066 - ], - [ - -122.21248826799996, - 37.741407792000075 - ], - [ - -122.21142134499996, - 37.74067510000003 - ], - [ - -122.210873505, - 37.73982645900003 - ], - [ - -122.21081595399994, - 37.73930106700004 - ], - [ - -122.21084448999994, - 37.73875146600005 - ], - [ - -122.21116170799996, - 37.738203801000054 - ], - [ - -122.21119020199995, - 37.73779164700005 - ], - [ - -122.21081502199996, - 37.736784183000054 - ], - [ - -122.21023873899998, - 37.73621249800004 - ], - [ - -122.21020994, - 37.73605232400007 - ], - [ - -122.21022179, - 37.73603968800006 - ], - [ - -122.21029603499994, - 37.73596051900006 - ], - [ - -122.21029639199998, - 37.73559324200005 - ], - [ - -122.20934402599994, - 37.73403661100008 - ], - [ - -122.20914260899997, - 37.73316775700005 - ], - [ - -122.20868058899998, - 37.732526980000046 - ], - [ - -122.20793157699995, - 37.73186173900007 - ], - [ - -122.20790232799999, - 37.73161143200008 - ], - [ - -122.20827738599996, - 37.73135933800006 - ], - [ - -122.20830568499997, - 37.73089986600007 - ], - [ - -122.20862317899997, - 37.73092453500004 - ], - [ - -122.20948742299998, - 37.73135846100007 - ], - [ - -122.20971833799996, - 37.73158759100005 - ], - [ - -122.20982919099998, - 37.73180110900006 - ], - [ - -122.21052599499995, - 37.73314325000007 - ], - [ - -122.21069900799995, - 37.733281858000055 - ], - [ - -122.21072756799998, - 37.73346456300004 - ], - [ - -122.21084316699995, - 37.73353293500003 - ], - [ - -122.21087172699998, - 37.73371564000007 - ], - [ - -122.21196817599997, - 37.735868082000025 - ], - [ - -122.21225628699995, - 37.73625757000008 - ], - [ - -122.21248738299994, - 37.736806656000056 - ], - [ - -122.21326563799994, - 37.73820211700007 - ], - [ - -122.21349648399996, - 37.738775985000075 - ], - [ - -122.21352155199997, - 37.73881881900007 - ], - [ - -122.21462175699997, - 37.74069876300007 - ], - [ - -122.21834130599996, - 37.743970466000064 - ], - [ - -122.21895142999995, - 37.744588047000036 - ], - [ - -122.21949528599998, - 37.745138550000036 - ], - [ - -122.22024481799997, - 37.74564148800005 - ], - [ - -122.22064479999995, - 37.745817706000025 - ], - [ - -122.22335143599997, - 37.748032058000035 - ], - [ - -122.22430318399995, - 37.74802781000005 - ], - [ - -122.22543541099998, - 37.74805114800006 - ], - [ - -122.22651508099995, - 37.748115410000025 - ], - [ - -122.22651657499995, - 37.74807342100007 - ], - [ - -122.22652166499995, - 37.747930490000044 - ], - [ - -122.22655296099998, - 37.747051474000045 - ], - [ - -122.22660939599996, - 37.74546631800007 - ], - [ - -122.22650519499996, - 37.745042442000056 - ], - [ - -122.22650309399995, - 37.74495494700005 - ], - [ - -122.22650268999996, - 37.74493812700007 - ], - [ - -122.22649853399997, - 37.74493817500007 - ], - [ - -122.226497968, - 37.744938182000055 - ], - [ - -122.226472823, - 37.741731463000065 - ], - [ - -122.22647281899998, - 37.741731067000046 - ], - [ - -122.22647338699994, - 37.74173105800003 - ], - [ - -122.22647338299998, - 37.74172882800008 - ], - [ - -122.22647262199996, - 37.74130738900004 - ], - [ - -122.22647214099999, - 37.74104146800005 - ], - [ - -122.22646915299998, - 37.741041480000035 - ], - [ - -122.22646799699999, - 37.741041487000075 - ], - [ - -122.22646743099995, - 37.74104149000004 - ], - [ - -122.226459547, - 37.739304194000056 - ], - [ - -122.22645706999998, - 37.737279099000034 - ], - [ - -122.22645729799996, - 37.73661050000004 - ], - [ - -122.22645720599996, - 37.73653474400004 - ], - [ - -122.22645717499995, - 37.73650935400008 - ], - [ - -122.22645716599999, - 37.73650319200004 - ], - [ - -122.22645716699998, - 37.73650269700005 - ], - [ - -122.22645716499994, - 37.736502202000054 - ], - [ - -122.22645693699997, - 37.736372268000025 - ], - [ - -122.22645566699998, - 37.735650289000034 - ], - [ - -122.22645562599996, - 37.73562834000006 - ], - [ - -122.22645541799994, - 37.73550979100003 - ], - [ - -122.22645482899998, - 37.735174845000074 - ], - [ - -122.22645441999998, - 37.73494247100007 - ], - [ - -122.22645437499995, - 37.73491661500003 - ], - [ - -122.22645419599996, - 37.73481491100006 - ], - [ - -122.22645397699995, - 37.734690741000065 - ], - [ - -122.22645372499994, - 37.734546617000035 - ], - [ - -122.22645361199994, - 37.734483012000055 - ], - [ - -122.22645359599994, - 37.73447394900006 - ], - [ - -122.226453591, - 37.73447125000007 - ], - [ - -122.22645358999995, - 37.734471058000054 - ], - [ - -122.226453591, - 37.734470964000025 - ], - [ - -122.226453591, - 37.73447091700007 - ], - [ - -122.22645359899997, - 37.73447074500007 - ], - [ - -122.22645362199995, - 37.73447007400006 - ], - [ - -122.22645407799996, - 37.73445746500005 - ], - [ - -122.22645480099999, - 37.73443750900003 - ], - [ - -122.22645571599998, - 37.73441213700005 - ], - [ - -122.22645577599997, - 37.734410497000056 - ], - [ - -122.22645578199996, - 37.73441030300006 - ], - [ - -122.22645584499998, - 37.73440861700004 - ], - [ - -122.22645595299997, - 37.73440560500006 - ], - [ - -122.226456279, - 37.73439656200003 - ], - [ - -122.22645631699999, - 37.73439551600006 - ], - [ - -122.22645642099997, - 37.734392642000046 - ], - [ - -122.22645664699996, - 37.734386364000045 - ], - [ - -122.22645682999996, - 37.73438131100005 - ], - [ - -122.22645689199999, - 37.73437962500003 - ], - [ - -122.22645689399997, - 37.73437955800006 - ], - [ - -122.22645691799994, - 37.73437891100008 - ], - [ - -122.22645693599998, - 37.73437839600007 - ], - [ - -122.22645694199997, - 37.73437823800003 - ], - [ - -122.22645694599998, - 37.734378125000035 - ], - [ - -122.22645694599998, - 37.734378098000036 - ], - [ - -122.22645695099999, - 37.73437803600007 - ], - [ - -122.226458074, - 37.73436014400005 - ], - [ - -122.22645930999994, - 37.73434046400007 - ], - [ - -122.22645992799994, - 37.734330604000036 - ], - [ - -122.22645995099998, - 37.73433023900003 - ], - [ - -122.22646035499997, - 37.73432385700005 - ], - [ - -122.22646323099997, - 37.734289931000035 - ], - [ - -122.22646478499996, - 37.73427160400007 - ], - [ - -122.226464863, - 37.73427066700003 - ], - [ - -122.226464911, - 37.73427017400007 - ], - [ - -122.22646707399997, - 37.734249470000066 - ], - [ - -122.22647096199995, - 37.734212229000036 - ], - [ - -122.226470985, - 37.73421201900004 - ], - [ - -122.22647129799998, - 37.73420905000006 - ], - [ - -122.22647200299997, - 37.734204189000025 - ], - [ - -122.22647647999997, - 37.73417330800004 - ], - [ - -122.22647665399995, - 37.73417210400004 - ], - [ - -122.22647689899998, - 37.734170412000026 - ], - [ - -122.226477408, - 37.73416690500005 - ], - [ - -122.22647752499995, - 37.734166102000074 - ], - [ - -122.22647819699995, - 37.73416147000006 - ], - [ - -122.226483095, - 37.73412768600008 - ], - [ - -122.22648325499995, - 37.734126582000044 - ], - [ - -122.22648332399996, - 37.73412611200007 - ], - [ - -122.22648393099996, - 37.734121920000064 - ], - [ - -122.22648394999999, - 37.73412179400003 - ], - [ - -122.226485358, - 37.73411208400006 - ], - [ - -122.22648716299994, - 37.73409963600005 - ], - [ - -122.22648719499995, - 37.734099410000056 - ], - [ - -122.22648892399997, - 37.734087482000064 - ], - [ - -122.22648894899999, - 37.734087325000075 - ], - [ - -122.226491152, - 37.734072119000075 - ], - [ - -122.22649306199997, - 37.73405895700006 - ], - [ - -122.22649573299998, - 37.734040536000066 - ], - [ - -122.22650186499999, - 37.73399823600005 - ], - [ - -122.22650574099998, - 37.733971514000075 - ], - [ - -122.22651713599998, - 37.733920813000054 - ], - [ - -122.22653620399996, - 37.73383597900005 - ], - [ - -122.22654287999995, - 37.73380627900008 - ], - [ - -122.22660698299995, - 37.733594193000044 - ], - [ - -122.22662939799994, - 37.73353179800006 - ], - [ - -122.22665401199998, - 37.73346805800003 - ], - [ - -122.22665406199997, - 37.73346793800005 - ], - [ - -122.22665420499999, - 37.73346759700007 - ], - [ - -122.22665422399996, - 37.733467553000025 - ], - [ - -122.22665428899995, - 37.73346739900006 - ], - [ - -122.22665430999996, - 37.733467345000065 - ], - [ - -122.22665443299996, - 37.73346705600005 - ], - [ - -122.22665455899994, - 37.73346675600004 - ], - [ - -122.22665467799999, - 37.73346647100004 - ], - [ - -122.22665482199994, - 37.73346612700004 - ], - [ - -122.22665533999998, - 37.733464894000065 - ], - [ - -122.22665589299999, - 37.733463578000055 - ], - [ - -122.22665645799998, - 37.73346223200008 - ], - [ - -122.22665784399999, - 37.733458932000076 - ], - [ - -122.22666147399997, - 37.733450289000075 - ], - [ - -122.22666539199997, - 37.73344096100004 - ], - [ - -122.22667219899995, - 37.73342475700008 - ], - [ - -122.22667958499994, - 37.73340717100007 - ], - [ - -122.22668013499998, - 37.733405864000076 - ], - [ - -122.22668023499995, - 37.733405625000046 - ], - [ - -122.22668031499995, - 37.73340543300003 - ], - [ - -122.22668040699995, - 37.73340521200004 - ], - [ - -122.22668055399998, - 37.73340486400008 - ], - [ - -122.22668064499999, - 37.73340464900008 - ], - [ - -122.22668077199995, - 37.733404345000054 - ], - [ - -122.22668078499999, - 37.73340431300005 - ], - [ - -122.226680811, - 37.733404251000024 - ], - [ - -122.22668084199995, - 37.73340417900005 - ], - [ - -122.22668087399995, - 37.73340409900004 - ], - [ - -122.22668169699995, - 37.733402141000056 - ], - [ - -122.22668222299995, - 37.73340089000004 - ], - [ - -122.22668223799997, - 37.73340085700005 - ], - [ - -122.22668462599995, - 37.73339520400003 - ], - [ - -122.22668486199996, - 37.73339464800006 - ], - [ - -122.226685208, - 37.73339383100006 - ], - [ - -122.22668696099998, - 37.73338995200004 - ], - [ - -122.22669446699996, - 37.73337332700004 - ], - [ - -122.226699941, - 37.73336120700003 - ], - [ - -122.22670588199998, - 37.73334805400003 - ], - [ - -122.22671899399995, - 37.73331901500006 - ], - [ - -122.22671938499997, - 37.73331826000003 - ], - [ - -122.22675699299998, - 37.73324678000006 - ], - [ - -122.22675805899996, - 37.733244755000044 - ], - [ - -122.22675957499996, - 37.733241872000065 - ], - [ - -122.22676155699997, - 37.733238107000034 - ], - [ - -122.22676230399998, - 37.73323669000007 - ], - [ - -122.22676317799994, - 37.733235025000056 - ], - [ - -122.226763238, - 37.73323490900003 - ], - [ - -122.22676338199994, - 37.733234640000035 - ], - [ - -122.22676360099996, - 37.73323422200008 - ], - [ - -122.22676406799997, - 37.73323333600007 - ], - [ - -122.22676460499997, - 37.73323231300003 - ], - [ - -122.22676531199994, - 37.73323096900003 - ], - [ - -122.22676696299999, - 37.73322785600004 - ], - [ - -122.22681754399997, - 37.73313370100004 - ], - [ - -122.22681931899996, - 37.73310442600007 - ], - [ - -122.22679802999994, - 37.73000289200007 - ], - [ - -122.22678196699997, - 37.727662587000054 - ], - [ - -122.22715444399995, - 37.72754904800007 - ], - [ - -122.22716398399996, - 37.72739082800007 - ], - [ - -122.22716401099996, - 37.72739039900006 - ], - [ - -122.22716401399998, - 37.72739032700008 - ], - [ - -122.22716419199998, - 37.727389455000036 - ], - [ - -122.22716452099996, - 37.727388596000026 - ], - [ - -122.22716498199998, - 37.72738777500007 - ], - [ - -122.22716571999996, - 37.72738687200007 - ], - [ - -122.22716677299996, - 37.727385936000076 - ], - [ - -122.227167652, - 37.72738537400005 - ], - [ - -122.22716882099996, - 37.72738483200004 - ], - [ - -122.22717051899997, - 37.72738434100006 - ], - [ - -122.22717230599994, - 37.72738414100007 - ], - [ - -122.22717410299998, - 37.727384236000034 - ], - [ - -122.22717541699996, - 37.72738450000003 - ], - [ - -122.22717793299995, - 37.72738524400006 - ], - [ - -122.22789283299994, - 37.72759681400004 - ], - [ - -122.228122569, - 37.72766480200005 - ], - [ - -122.22835628799999, - 37.72773396800005 - ], - [ - -122.22856238999998, - 37.72752440900007 - ], - [ - -122.22868609199998, - 37.72739863100003 - ], - [ - -122.22985036199998, - 37.72621460100004 - ], - [ - -122.22990561899996, - 37.726158405000035 - ], - [ - -122.23000704799995, - 37.72605524800008 - ], - [ - -122.23001752299996, - 37.72604459400003 - ], - [ - -122.23012773599999, - 37.72593251100005 - ], - [ - -122.23146597699997, - 37.72457154400007 - ], - [ - -122.23211972499996, - 37.72392959300004 - ], - [ - -122.23255822399994, - 37.723498617000075 - ], - [ - -122.23257872899995, - 37.723480245000076 - ], - [ - -122.23284342099998, - 37.72324307300005 - ], - [ - -122.23286066699995, - 37.72322762300007 - ], - [ - -122.23307349199996, - 37.723036930000035 - ], - [ - -122.23377682199998, - 37.72232072000003 - ], - [ - -122.23393117299997, - 37.722163185000056 - ], - [ - -122.23394623299998, - 37.72214781300005 - ], - [ - -122.23397535599997, - 37.72211810300007 - ], - [ - -122.23398638999998, - 37.72210684600003 - ], - [ - -122.23424465, - 37.72184289000006 - ], - [ - -122.23479778799998, - 37.72127814800007 - ], - [ - -122.235124, - 37.72094578600007 - ], - [ - -122.23619467399999, - 37.719856864000064 - ], - [ - -122.23621124099998, - 37.719868047000034 - ], - [ - -122.23621335099995, - 37.71986947000005 - ], - [ - -122.23621545999998, - 37.71987089600003 - ], - [ - -122.23765618199997, - 37.72084354300006 - ], - [ - -122.23806070399996, - 37.721116632000076 - ], - [ - -122.23811591999998, - 37.721153909000066 - ], - [ - -122.23951674499995, - 37.722099564000075 - ], - [ - -122.24027843099998, - 37.72261374000004 - ], - [ - -122.24039487099998, - 37.72269234400005 - ], - [ - -122.240990308, - 37.723094298000035 - ], - [ - -122.24197529999998, - 37.723746961000074 - ], - [ - -122.24341788399994, - 37.724715951000064 - ], - [ - -122.24454695399999, - 37.72546704900003 - ], - [ - -122.24456154999996, - 37.72547675900006 - ], - [ - -122.24505295999995, - 37.72580365400006 - ], - [ - -122.24784457699997, - 37.728307794000045 - ], - [ - -122.24790102199995, - 37.72835842300003 - ], - [ - -122.24792267899994, - 37.72837785000007 - ], - [ - -122.24792562399995, - 37.72838049200004 - ], - [ - -122.24793423899996, - 37.72837308000004 - ], - [ - -122.25008562, - 37.72652246600006 - ], - [ - -122.25021195999994, - 37.72651465600006 - ], - [ - -122.25067320899996, - 37.726135611000075 - ], - [ - -122.25104725799997, - 37.72582822500004 - ], - [ - -122.25185818099999, - 37.72509431800006 - ], - [ - -122.25188692899997, - 37.724774539000066 - ], - [ - -122.25177151899999, - 37.72449806100008 - ], - [ - -122.25174358099997, - 37.72443113000003 - ], - [ - -122.25104584699994, - 37.723926464000044 - ], - [ - -122.24703946999995, - 37.72116144200004 - ], - [ - -122.24504825899999, - 37.71978719800006 - ], - [ - -122.24455793799996, - 37.71953619300007 - ], - [ - -122.24051384799998, - 37.716545300000064 - ], - [ - -122.23737819399997, - 37.71422626200007 - ], - [ - -122.23404962999996, - 37.71183220100005 - ], - [ - -122.22936394599998, - 37.70846203600007 - ], - [ - -122.22751731199997, - 37.70721485800004 - ], - [ - -122.22088756699998, - 37.70273726700003 - ], - [ - -122.22048625399998, - 37.70246622700006 - ], - [ - -122.219938706, - 37.702214741000034 - ], - [ - -122.21910335499996, - 37.701688698000055 - ], - [ - -122.21673992299998, - 37.69990418400005 - ], - [ - -122.21616357399995, - 37.69969755400007 - ], - [ - -122.21383803299994, - 37.69934275800006 - ], - [ - -122.21316731999997, - 37.69924043100008 - ], - [ - -122.21201519199997, - 37.70031654300004 - ], - [ - -122.21174902799999, - 37.70057116800007 - ], - [ - -122.21074743199995, - 37.70152931800004 - ], - [ - -122.21080547599996, - 37.70267436200004 - ], - [ - -122.21108199199995, - 37.70550482800007 - ], - [ - -122.21121033399999, - 37.706818568000074 - ], - [ - -122.21132533499997, - 37.70720689900003 - ], - [ - -122.21149871299997, - 37.70844284700007 - ], - [ - -122.21149879599994, - 37.70897011000005 - ], - [ - -122.20972544199998, - 37.711095672000056 - ], - [ - -122.20956683399999, - 37.71113287500003 - ], - [ - -122.20923829799995, - 37.71121534800005 - ], - [ - -122.209209913, - 37.71122247400007 - ], - [ - -122.20415029699996, - 37.712492429000065 - ], - [ - -122.20354912899995, - 37.71264330300005 - ], - [ - -122.202435531, - 37.71292277400005 - ], - [ - -122.20217723099995, - 37.71298759500007 - ], - [ - -122.19704172899998, - 37.71583441800004 - ], - [ - -122.19443197599998, - 37.71583524600004 - ], - [ - -122.19427834899994, - 37.71591743000005 - ], - [ - -122.19428553399996, - 37.715943405000075 - ], - [ - -122.19429361099998, - 37.71597260200008 - ], - [ - -122.19456469499994, - 37.716952906000074 - ], - [ - -122.19460123599998, - 37.717085044000044 - ], - [ - -122.19465485199999, - 37.71727893700006 - ], - [ - -122.19472798699996, - 37.71754341900004 - ], - [ - -122.19341499799998, - 37.71783493700008 - ], - [ - -122.19326039699996, - 37.71749159800004 - ], - [ - -122.19294868599997, - 37.71679932700005 - ], - [ - -122.19291164999999, - 37.716823892000036 - ], - [ - -122.19285169499994, - 37.716863656000044 - ], - [ - -122.19229291, - 37.71702208800008 - ], - [ - -122.18975307399995, - 37.717742163000025 - ], - [ - -122.18943929199997, - 37.71783112000003 - ], - [ - -122.18943832699995, - 37.71783139200005 - ], - [ - -122.189438242, - 37.71783141900005 - ], - [ - -122.18943733799995, - 37.71783168200005 - ], - [ - -122.18943727599998, - 37.71783170000003 - ], - [ - -122.18943703199994, - 37.71783177200007 - ], - [ - -122.18943665899997, - 37.71783188300003 - ], - [ - -122.18943653699995, - 37.71783192000004 - ], - [ - -122.18943646899999, - 37.71783194000005 - ], - [ - -122.18943636599994, - 37.717831972000056 - ], - [ - -122.18943598699997, - 37.717832085000055 - ], - [ - -122.18943566899998, - 37.71783218300004 - ], - [ - -122.189434947, - 37.717832404000035 - ], - [ - -122.18943438899998, - 37.717832575000045 - ], - [ - -122.18943428999995, - 37.71783260600006 - ], - [ - -122.18943371199998, - 37.71783278700008 - ], - [ - -122.18943367599996, - 37.717832798000074 - ], - [ - -122.18943296499998, - 37.717833023000026 - ], - [ - -122.18943260699996, - 37.71783313800006 - ], - [ - -122.18943199599994, - 37.71783333700006 - ], - [ - -122.18943176599998, - 37.71783341200006 - ], - [ - -122.18943123899999, - 37.71783358300007 - ], - [ - -122.18943081499998, - 37.71783372300007 - ], - [ - -122.18943050999997, - 37.71783382500007 - ], - [ - -122.18943047, - 37.71783383800005 - ], - [ - -122.18943029399998, - 37.71783389700005 - ], - [ - -122.18942993199994, - 37.717834019000065 - ], - [ - -122.18942981899994, - 37.71783405600007 - ], - [ - -122.18942972499997, - 37.717834088000075 - ], - [ - -122.18942957299998, - 37.717834140000036 - ], - [ - -122.18942945999999, - 37.71783417800003 - ], - [ - -122.18942829399998, - 37.717834578000065 - ], - [ - -122.18942826199998, - 37.71783458900006 - ], - [ - -122.18942809199996, - 37.717834648000064 - ], - [ - -122.18942766499998, - 37.71783479800007 - ], - [ - -122.18942746199997, - 37.71783486900006 - ], - [ - -122.18942678399998, - 37.71783511000007 - ], - [ - -122.18942583399996, - 37.71783544900006 - ], - [ - -122.18942572399999, - 37.71783549000003 - ], - [ - -122.18942544799995, - 37.71783559100004 - ], - [ - -122.18942540399996, - 37.71783560600005 - ], - [ - -122.18942523899995, - 37.71783566600004 - ], - [ - -122.18942491399997, - 37.717835785000034 - ], - [ - -122.18942395799996, - 37.71783613800005 - ], - [ - -122.18942278499998, - 37.71783658100003 - ], - [ - -122.18942226599995, - 37.71783677900004 - ], - [ - -122.18942068999996, - 37.717837391000046 - ], - [ - -122.18941902399996, - 37.71783805600006 - ], - [ - -122.18941819999998, - 37.71783839100004 - ], - [ - -122.189416989, - 37.71783889300008 - ], - [ - -122.18941680599994, - 37.71783896900007 - ], - [ - -122.18941666199999, - 37.71783903000005 - ], - [ - -122.18941657899995, - 37.71783906400003 - ], - [ - -122.18941652099994, - 37.71783908800006 - ], - [ - -122.18941630599994, - 37.71783917800008 - ], - [ - -122.18941599199997, - 37.717839311000034 - ], - [ - -122.18941589399998, - 37.717839353000045 - ], - [ - -122.18941579899996, - 37.717839394000066 - ], - [ - -122.18941533799995, - 37.717839592000075 - ], - [ - -122.18941527699997, - 37.71783961800003 - ], - [ - -122.18941523399997, - 37.717839637000054 - ], - [ - -122.18941504699995, - 37.71783971600007 - ], - [ - -122.18941499799996, - 37.71783973700008 - ], - [ - -122.18941495599995, - 37.71783975500006 - ], - [ - -122.18941492, - 37.71783977100006 - ], - [ - -122.18941485299996, - 37.717839799000046 - ], - [ - -122.18941481699994, - 37.71783981500005 - ], - [ - -122.189414705, - 37.71783986400004 - ], - [ - -122.18941460399998, - 37.71783990700004 - ], - [ - -122.18941450399996, - 37.71783995200008 - ], - [ - -122.18941437499996, - 37.71784000700006 - ], - [ - -122.18941412099997, - 37.71784011800003 - ], - [ - -122.18941395499996, - 37.71784019100005 - ], - [ - -122.18941387099994, - 37.71784022800006 - ], - [ - -122.18941379699999, - 37.71784026000006 - ], - [ - -122.18941368299994, - 37.71784031000004 - ], - [ - -122.18941360699995, - 37.717840344000024 - ], - [ - -122.18941338299999, - 37.71784044300006 - ], - [ - -122.18941318399999, - 37.717840531000036 - ], - [ - -122.18941309599995, - 37.71784057000008 - ], - [ - -122.18941303699995, - 37.71784059500004 - ], - [ - -122.18941249399995, - 37.71784083800003 - ], - [ - -122.18941241299996, - 37.717840875000036 - ], - [ - -122.189412254, - 37.717840946000024 - ], - [ - -122.18941207599994, - 37.71784102700008 - ], - [ - -122.18941201599995, - 37.717841054000075 - ], - [ - -122.18941196699996, - 37.71784107600007 - ], - [ - -122.18941182499998, - 37.717841141000065 - ], - [ - -122.189411781, - 37.717841161000024 - ], - [ - -122.18941163099998, - 37.717841228000054 - ], - [ - -122.18941150999996, - 37.71784128400003 - ], - [ - -122.18941147599998, - 37.71784129900004 - ], - [ - -122.189411415, - 37.71784132700003 - ], - [ - -122.18941111699996, - 37.717841461000035 - ], - [ - -122.18941098, - 37.71784152500004 - ], - [ - -122.18941091399995, - 37.717841555000064 - ], - [ - -122.18941083699997, - 37.717841591000024 - ], - [ - -122.18941078799998, - 37.717841613000076 - ], - [ - -122.18941064199998, - 37.71784168100004 - ], - [ - -122.18941042399996, - 37.71784178100006 - ], - [ - -122.18941027899996, - 37.717841848000035 - ], - [ - -122.18940988699995, - 37.71784203100003 - ], - [ - -122.18940938299994, - 37.71784226700004 - ], - [ - -122.18940888099996, - 37.71784250400003 - ], - [ - -122.18940869999994, - 37.71784259000003 - ], - [ - -122.18940857499996, - 37.71784265000008 - ], - [ - -122.18940830899999, - 37.717842776000055 - ], - [ - -122.18940816399999, - 37.71784284600005 - ], - [ - -122.189408104, - 37.71784287500003 - ], - [ - -122.18940777199998, - 37.717843035000044 - ], - [ - -122.18940770299997, - 37.717843068000036 - ], - [ - -122.18940728099994, - 37.71784327300003 - ], - [ - -122.18940709199995, - 37.71784336400003 - ], - [ - -122.18940690599999, - 37.717843455000036 - ], - [ - -122.189406739, - 37.71784353600003 - ], - [ - -122.18940670699999, - 37.717843551000044 - ], - [ - -122.18940661699997, - 37.71784359500003 - ], - [ - -122.18940648499995, - 37.71784366000003 - ], - [ - -122.18940638899994, - 37.71784370700004 - ], - [ - -122.18940624799995, - 37.71784377700004 - ], - [ - -122.18940617099997, - 37.71784381500004 - ], - [ - -122.18940607999997, - 37.71784386000007 - ], - [ - -122.18940592899997, - 37.717843935000076 - ], - [ - -122.18940571199994, - 37.717844042000024 - ], - [ - -122.18940547799997, - 37.71784415900004 - ], - [ - -122.189404745, - 37.71784452700007 - ], - [ - -122.18940448099994, - 37.71784466100007 - ], - [ - -122.189404288, - 37.71784475900006 - ], - [ - -122.18940424099998, - 37.71784478300003 - ], - [ - -122.189404105, - 37.71784485100005 - ], - [ - -122.18940337599997, - 37.717845225000076 - ], - [ - -122.18940332699998, - 37.71784525000004 - ], - [ - -122.18940172299995, - 37.717846087000055 - ], - [ - -122.18940163599996, - 37.71784613300008 - ], - [ - -122.18940138, - 37.71784626700003 - ], - [ - -122.189401192, - 37.71784636800004 - ], - [ - -122.18940108799995, - 37.717846423000026 - ], - [ - -122.18940104, - 37.717846449000035 - ], - [ - -122.18940078599996, - 37.717846585000075 - ], - [ - -122.18940061399996, - 37.71784667700007 - ], - [ - -122.18940035699995, - 37.71784681500003 - ], - [ - -122.18940031899996, - 37.717846835000046 - ], - [ - -122.18939936099997, - 37.71784735700004 - ], - [ - -122.189399273, - 37.717847404000054 - ], - [ - -122.18939893499999, - 37.71784758900003 - ], - [ - -122.18939873799997, - 37.71784769900006 - ], - [ - -122.18939861999996, - 37.717847762000076 - ], - [ - -122.18939754499996, - 37.71784836300003 - ], - [ - -122.18939751499994, - 37.71784837900003 - ], - [ - -122.18939733999997, - 37.717848477000075 - ], - [ - -122.18939700399994, - 37.717848668000045 - ], - [ - -122.18939657299995, - 37.71784891400006 - ], - [ - -122.18939647699995, - 37.717848968000055 - ], - [ - -122.18939639899997, - 37.717849012000045 - ], - [ - -122.189395978, - 37.71784925400004 - ], - [ - -122.189395951, - 37.717849270000045 - ], - [ - -122.189395435, - 37.71784956700003 - ], - [ - -122.18939488899997, - 37.71784988600007 - ], - [ - -122.18939417499996, - 37.71785030600006 - ], - [ - -122.18939381799999, - 37.717850517000045 - ], - [ - -122.18939328099998, - 37.71785083800006 - ], - [ - -122.18939321699997, - 37.71785087600006 - ], - [ - -122.18939270299995, - 37.71785118500003 - ], - [ - -122.18939265199998, - 37.71785121600004 - ], - [ - -122.18939261, - 37.71785124200005 - ], - [ - -122.18939219199996, - 37.71785149600004 - ], - [ - -122.18939214599999, - 37.717851524000025 - ], - [ - -122.18939197099996, - 37.71785163000004 - ], - [ - -122.18939168699995, - 37.71785180400008 - ], - [ - -122.18939076099997, - 37.71785237700004 - ], - [ - -122.18939070099998, - 37.71785241400005 - ], - [ - -122.18939060699995, - 37.71785247400004 - ], - [ - -122.189390544, - 37.717852512000036 - ], - [ - -122.18939003699995, - 37.71785283100007 - ], - [ - -122.18938994599995, - 37.71785288800004 - ], - [ - -122.18938959399998, - 37.71785311100007 - ], - [ - -122.18938923999997, - 37.717853336000076 - ], - [ - -122.18938856699998, - 37.717853766000076 - ], - [ - -122.18938848999994, - 37.71785381600006 - ], - [ - -122.18938820899996, - 37.71785399700008 - ], - [ - -122.18938791799997, - 37.71785418600007 - ], - [ - -122.18938776699997, - 37.717854284000055 - ], - [ - -122.18938740199997, - 37.71785452300003 - ], - [ - -122.18938686899997, - 37.71785487300008 - ], - [ - -122.18938679899998, - 37.717854920000036 - ], - [ - -122.18938643799999, - 37.71785515900007 - ], - [ - -122.18938623699995, - 37.717855291000035 - ], - [ - -122.18938619899996, - 37.71785531800003 - ], - [ - -122.18938606999995, - 37.717855404000034 - ], - [ - -122.18938510499999, - 37.71785605700006 - ], - [ - -122.18938500499996, - 37.71785612200006 - ], - [ - -122.18938465599996, - 37.71785636100003 - ], - [ - -122.18938439099998, - 37.71785654300004 - ], - [ - -122.18938407399997, - 37.717856760000075 - ], - [ - -122.18938403399994, - 37.71785678800006 - ], - [ - -122.189383868, - 37.71785690400003 - ], - [ - -122.18938258599997, - 37.71785780000005 - ], - [ - -122.18938240899996, - 37.717857923000054 - ], - [ - -122.18938205399996, - 37.71785817400007 - ], - [ - -122.18938201699996, - 37.71785820200006 - ], - [ - -122.18938169699999, - 37.717858429000046 - ], - [ - -122.18938146699998, - 37.71785859500005 - ], - [ - -122.18938107499997, - 37.717858877000026 - ], - [ - -122.18938079699996, - 37.71785907800006 - ], - [ - -122.18938068799997, - 37.71785915800007 - ], - [ - -122.189380401, - 37.717859367000074 - ], - [ - -122.18938014999998, - 37.71785955000007 - ], - [ - -122.18937964099996, - 37.71785992400004 - ], - [ - -122.18937915699996, - 37.71786028500003 - ], - [ - -122.18937908099997, - 37.71786034100006 - ], - [ - -122.18937762599995, - 37.717861431000074 - ], - [ - -122.189376612, - 37.71786222000003 - ], - [ - -122.18937657299995, - 37.71786225100004 - ], - [ - -122.18937644899995, - 37.71786234500007 - ], - [ - -122.189376402, - 37.71786238200008 - ], - [ - -122.18937620199995, - 37.717862539000066 - ], - [ - -122.18937585599997, - 37.71786281000004 - ], - [ - -122.18937575199999, - 37.71786289100004 - ], - [ - -122.18937421699997, - 37.717864114000065 - ], - [ - -122.18937410399997, - 37.71786420500007 - ], - [ - -122.189373693, - 37.71786453800007 - ], - [ - -122.18937356499998, - 37.71786464300004 - ], - [ - -122.18937353399997, - 37.71786466800006 - ], - [ - -122.18937347599996, - 37.717864715000076 - ], - [ - -122.189373392, - 37.71786478300004 - ], - [ - -122.18937325999997, - 37.71786489200008 - ], - [ - -122.18937274599995, - 37.71786531400005 - ], - [ - -122.18937191599997, - 37.717866006000065 - ], - [ - -122.18937136599999, - 37.71786647000005 - ], - [ - -122.18937132499997, - 37.71786650400003 - ], - [ - -122.18937048499998, - 37.71786722100006 - ], - [ - -122.18936973499996, - 37.71786787000008 - ], - [ - -122.18936964999995, - 37.717867943000044 - ], - [ - -122.189369409, - 37.71786815300004 - ], - [ - -122.18936932499997, - 37.717868227000054 - ], - [ - -122.18936864999995, - 37.717868820000035 - ], - [ - -122.18936780499996, - 37.717869577000045 - ], - [ - -122.18936700799998, - 37.71787029700005 - ], - [ - -122.18936688599996, - 37.717870412000025 - ], - [ - -122.18936643099994, - 37.71787083100003 - ], - [ - -122.18936598, - 37.71787124600007 - ], - [ - -122.18936580199994, - 37.71787141200008 - ], - [ - -122.18936552399998, - 37.71787167100007 - ], - [ - -122.18936510799995, - 37.71787206300007 - ], - [ - -122.18936496999999, - 37.71787219400005 - ], - [ - -122.18936466899999, - 37.71787248000004 - ], - [ - -122.18936433999994, - 37.717872793000026 - ], - [ - -122.18936426, - 37.717872871000054 - ], - [ - -122.18936420499995, - 37.71787292100004 - ], - [ - -122.18936412799997, - 37.71787299600004 - ], - [ - -122.189364045, - 37.717873077000036 - ], - [ - -122.18936399599994, - 37.71787312400005 - ], - [ - -122.18936393999996, - 37.71787317800005 - ], - [ - -122.189363873, - 37.71787324300004 - ], - [ - -122.18936358599996, - 37.717873517000044 - ], - [ - -122.18936210899994, - 37.71787497500003 - ], - [ - -122.1893617599999, - 37.71787532500008 - ], - [ - -122.18936167299995, - 37.71787541200007 - ], - [ - -122.18935978499997, - 37.71787734900005 - ], - [ - -122.18935964599996, - 37.71787749500004 - ], - [ - -122.18935836499998, - 37.71787885500004 - ], - [ - -122.18935831599998, - 37.717878907000056 - ], - [ - -122.18935810899995, - 37.71787913000003 - ], - [ - -122.18935793199995, - 37.717879321000055 - ], - [ - -122.18935785399998, - 37.717879407000055 - ], - [ - -122.18935766099997, - 37.71787961600006 - ], - [ - -122.189357181, - 37.71788014900005 - ], - [ - -122.18935683499996, - 37.717880524000066 - ], - [ - -122.189356541, - 37.717880852000064 - ], - [ - -122.18935648799999, - 37.717880911000066 - ], - [ - -122.18935643199995, - 37.71788097600006 - ], - [ - -122.18935636699996, - 37.71788104800004 - ], - [ - -122.18935633899997, - 37.71788108000004 - ], - [ - -122.18935622799995, - 37.71788120200006 - ], - [ - -122.18935608799995, - 37.71788135800006 - ], - [ - -122.18935594399994, - 37.71788152400006 - ], - [ - -122.18935557699996, - 37.71788193800006 - ], - [ - -122.18935546399996, - 37.71788206900004 - ], - [ - -122.18935543199996, - 37.71788210600005 - ], - [ - -122.18935512499996, - 37.71788245700003 - ], - [ - -122.18935458399994, - 37.71788308500004 - ], - [ - -122.18935454899997, - 37.71788312500007 - ], - [ - -122.18935374499995, - 37.717884068000046 - ], - [ - -122.18935294499994, - 37.71788503000005 - ], - [ - -122.18935272299996, - 37.717885298000056 - ], - [ - -122.18935254599995, - 37.717885514000045 - ], - [ - -122.18935248699995, - 37.71788558500003 - ], - [ - -122.18935184099996, - 37.71788637800006 - ], - [ - -122.18935163299994, - 37.717886641000064 - ], - [ - -122.189351193, - 37.717887189000066 - ], - [ - -122.18935079, - 37.71788769900007 - ], - [ - -122.189350559, - 37.71788799400008 - ], - [ - -122.18935029, - 37.71788834000006 - ], - [ - -122.18934912499998, - 37.71788986000007 - ], - [ - -122.18934897799994, - 37.717890055000055 - ], - [ - -122.18934891999999, - 37.71789013400007 - ], - [ - -122.18934890299994, - 37.717890157000056 - ], - [ - -122.18934882099995, - 37.71789026400006 - ], - [ - -122.18934872099999, - 37.717890399000055 - ], - [ - -122.18934848899994, - 37.71789070900007 - ], - [ - -122.18934837499995, - 37.717890864000026 - ], - [ - -122.18934815299997, - 37.717891165000026 - ], - [ - -122.18934806099998, - 37.71789129200005 - ], - [ - -122.18934778899995, - 37.717891662000056 - ], - [ - -122.18934760399998, - 37.71789191700003 - ], - [ - -122.18934749199997, - 37.71789207000006 - ], - [ - -122.18934746199994, - 37.71789211300006 - ], - [ - -122.18934741499999, - 37.71789217700007 - ], - [ - -122.18934733999998, - 37.71789228100005 - ], - [ - -122.18934730299998, - 37.717892335000045 - ], - [ - -122.189347248, - 37.71789241000005 - ], - [ - -122.18934716499996, - 37.717892525000025 - ], - [ - -122.18934714199997, - 37.717892558000074 - ], - [ - -122.189346748, - 37.717893110000034 - ], - [ - -122.18934638999997, - 37.71789361800006 - ], - [ - -122.18934625299994, - 37.717893815000025 - ], - [ - -122.18934565, - 37.71789468600008 - ], - [ - -122.18934512199996, - 37.717895458000044 - ], - [ - -122.18934508799998, - 37.71789550900007 - ], - [ - -122.18934478199998, - 37.717895964000036 - ], - [ - -122.18934454299995, - 37.71789632100007 - ], - [ - -122.18934448799996, - 37.717896404000044 - ], - [ - -122.18934446699996, - 37.717896437000036 - ], - [ - -122.18934438099996, - 37.717896565000046 - ], - [ - -122.18934423299999, - 37.71789679300008 - ], - [ - -122.18934415299998, - 37.71789691400005 - ], - [ - -122.18934410999998, - 37.717896979000045 - ], - [ - -122.18934342399996, - 37.717898036000065 - ], - [ - -122.18934337399998, - 37.71789811200006 - ], - [ - -122.18934274599997, - 37.71789910000007 - ], - [ - -122.18934273099995, - 37.71789912500003 - ], - [ - -122.18934269599998, - 37.71789918300004 - ], - [ - -122.18934258899998, - 37.71789935000004 - ], - [ - -122.18934257299998, - 37.71789937600005 - ], - [ - -122.18934248699998, - 37.717899515000056 - ], - [ - -122.18934241499994, - 37.71789963300006 - ], - [ - -122.18934238599996, - 37.71789967900003 - ], - [ - -122.18934224299994, - 37.71789990700006 - ], - [ - -122.18934221599994, - 37.71789995300003 - ], - [ - -122.18934210099997, - 37.71790014100003 - ], - [ - -122.18934187499997, - 37.71790050900006 - ], - [ - -122.18934174199995, - 37.71790072600004 - ], - [ - -122.189341636, - 37.717900901000064 - ], - [ - -122.18934156699999, - 37.71790101300007 - ], - [ - -122.18934090399995, - 37.717902123000044 - ], - [ - -122.18934071199999, - 37.717902450000054 - ], - [ - -122.18934068799996, - 37.71790249000003 - ], - [ - -122.189340502, - 37.717902811000044 - ], - [ - -122.18934048499995, - 37.717902837000054 - ], - [ - -122.18934028499996, - 37.71790318400008 - ], - [ - -122.18934015299999, - 37.717903413000045 - ], - [ - -122.18934013399996, - 37.71790344800007 - ], - [ - -122.18934006599994, - 37.71790356500003 - ], - [ - -122.18934003299995, - 37.71790362300004 - ], - [ - -122.18933997199997, - 37.71790372700008 - ], - [ - -122.18933986299999, - 37.71790391900004 - ], - [ - -122.18933981099997, - 37.71790401000004 - ], - [ - -122.18933972599996, - 37.717904160000046 - ], - [ - -122.18933925299996, - 37.717905005000034 - ], - [ - -122.18933920199999, - 37.71790509900006 - ], - [ - -122.18933912099999, - 37.717905245000054 - ], - [ - -122.18933883899996, - 37.71790575600005 - ], - [ - -122.189338567, - 37.71790625700004 - ], - [ - -122.18933855199998, - 37.71790628600007 - ], - [ - -122.18933755699999, - 37.71790816500004 - ], - [ - -122.18933753699997, - 37.71790819900008 - ], - [ - -122.18933750699995, - 37.71790825700003 - ], - [ - -122.18933725, - 37.71790876100005 - ], - [ - -122.18933720099994, - 37.71790885300004 - ], - [ - -122.18933715199995, - 37.71790895300006 - ], - [ - -122.18933694299994, - 37.71790936700006 - ], - [ - -122.18933678499997, - 37.71790967700008 - ], - [ - -122.18933671199994, - 37.717909822000024 - ], - [ - -122.189336659, - 37.71790992900003 - ], - [ - -122.18933659399994, - 37.71791005800003 - ], - [ - -122.18933654799997, - 37.71791015400004 - ], - [ - -122.18933649099995, - 37.717910268000026 - ], - [ - -122.18933640199998, - 37.717910448000055 - ], - [ - -122.18933626699999, - 37.717910723000045 - ], - [ - -122.18933616699996, - 37.71791092800004 - ], - [ - -122.18933592099995, - 37.717911436000065 - ], - [ - -122.18933590299997, - 37.717911472000026 - ], - [ - -122.189334783, - 37.71791387500008 - ], - [ - -122.18933473199996, - 37.71791398600004 - ], - [ - -122.189334713, - 37.717914026000074 - ], - [ - -122.18933455099994, - 37.717914386000075 - ], - [ - -122.18933438899995, - 37.717914750000034 - ], - [ - -122.18933436799995, - 37.71791479900003 - ], - [ - -122.18933427299999, - 37.71791501300004 - ], - [ - -122.18933418299997, - 37.71791521500006 - ], - [ - -122.189334009, - 37.71791561200007 - ], - [ - -122.18933397899997, - 37.71791568100008 - ], - [ - -122.18933392499997, - 37.71791580400003 - ], - [ - -122.18933385899999, - 37.71791596000003 - ], - [ - -122.18933370299999, - 37.717916322000065 - ], - [ - -122.18933368199998, - 37.71791637100006 - ], - [ - -122.18933356899998, - 37.71791663800008 - ], - [ - -122.18933351399994, - 37.717916770000045 - ], - [ - -122.18933350199995, - 37.71791679800003 - ], - [ - -122.18933345099998, - 37.71791691800007 - ], - [ - -122.18933335499997, - 37.71791714700004 - ], - [ - -122.18933328599996, - 37.717917311000065 - ], - [ - -122.18933322199996, - 37.71791746500003 - ], - [ - -122.18933318499995, - 37.71791755600003 - ], - [ - -122.18933313199994, - 37.71791768400004 - ], - [ - -122.18933277399998, - 37.71791856200008 - ], - [ - -122.18933271699996, - 37.717918703000066 - ], - [ - -122.18933269999997, - 37.717918746000066 - ], - [ - -122.189332644, - 37.71791888300004 - ], - [ - -122.18933257799995, - 37.717919049000045 - ], - [ - -122.18933255399998, - 37.71791911100007 - ], - [ - -122.18933247999996, - 37.71791929700004 - ], - [ - -122.18933233499996, - 37.71791966600006 - ], - [ - -122.18933188199998, - 37.717920837000065 - ], - [ - -122.18933186899994, - 37.71792087600005 - ], - [ - -122.189331843, - 37.71792094500006 - ], - [ - -122.18933182099994, - 37.71792099800007 - ], - [ - -122.18933176999997, - 37.717921138000065 - ], - [ - -122.18933170799994, - 37.71792130400007 - ], - [ - -122.18933144299996, - 37.717922016000045 - ], - [ - -122.189331429, - 37.71792205600008 - ], - [ - -122.18933129499999, - 37.71792242300006 - ], - [ - -122.18933109399995, - 37.717922980000026 - ], - [ - -122.18933094699997, - 37.717923394000024 - ], - [ - -122.18933079599998, - 37.71792382700005 - ], - [ - -122.18933063299994, - 37.71792429000004 - ], - [ - -122.18933043799996, - 37.71792487100004 - ], - [ - -122.189330424, - 37.71792491000008 - ], - [ - -122.18933010999996, - 37.71792585500003 - ], - [ - -122.18933006399999, - 37.717925997000066 - ], - [ - -122.18933000799996, - 37.71792616500005 - ], - [ - -122.18932994399995, - 37.71792636400005 - ], - [ - -122.18932988299997, - 37.717926558000045 - ], - [ - -122.18932975299998, - 37.717926962000035 - ], - [ - -122.18932967199999, - 37.71792721800006 - ], - [ - -122.18932960199999, - 37.717927442000075 - ], - [ - -122.18932950699997, - 37.71792775000006 - ], - [ - -122.18932942299995, - 37.71792802300007 - ], - [ - -122.18932919799994, - 37.71792876300003 - ], - [ - -122.18932890299999, - 37.71792977200005 - ], - [ - -122.18932888799998, - 37.717929826000045 - ], - [ - -122.189328838, - 37.717929999000035 - ], - [ - -122.18932864799996, - 37.717930668000065 - ], - [ - -122.18932852899997, - 37.717931100000044 - ], - [ - -122.18932827299994, - 37.71793203900006 - ], - [ - -122.189328263, - 37.71793208100007 - ], - [ - -122.18932825299999, - 37.71793211800008 - ], - [ - -122.18932817799998, - 37.71793240200003 - ], - [ - -122.18932815199997, - 37.71793250300004 - ], - [ - -122.18932814399994, - 37.717932534000056 - ], - [ - -122.18932811399998, - 37.717932647000055 - ], - [ - -122.18932809599994, - 37.71793272300005 - ], - [ - -122.18932807999994, - 37.717932777000044 - ], - [ - -122.18932805499998, - 37.717932879000045 - ], - [ - -122.18932801699998, - 37.71793302300006 - ], - [ - -122.18932781399997, - 37.71793383000005 - ], - [ - -122.18932779699998, - 37.717933892000076 - ], - [ - -122.18932743499994, - 37.71793540200008 - ], - [ - -122.18932740999998, - 37.717935512000054 - ], - [ - -122.18932737299997, - 37.71793567000003 - ], - [ - -122.189327317, - 37.717935914000066 - ], - [ - -122.18932730799997, - 37.71793595300005 - ], - [ - -122.18932723799998, - 37.717936257000076 - ], - [ - -122.18932715099999, - 37.717936645000066 - ], - [ - -122.18932714299996, - 37.71793668300006 - ], - [ - -122.18932710399997, - 37.71793686500007 - ], - [ - -122.18932704799994, - 37.71793711400005 - ], - [ - -122.18932700299996, - 37.71793732500004 - ], - [ - -122.18932690499997, - 37.71793778600005 - ], - [ - -122.18932688999996, - 37.717937850000055 - ], - [ - -122.18932683299994, - 37.71793812800007 - ], - [ - -122.18932672399995, - 37.71793866100006 - ], - [ - -122.18932667899998, - 37.71793887700005 - ], - [ - -122.18932660599995, - 37.71793925900005 - ], - [ - -122.18932659099994, - 37.71793932800006 - ], - [ - -122.18932657, - 37.71793943600005 - ], - [ - -122.18932650999994, - 37.717939745000024 - ], - [ - -122.18932643199997, - 37.71794016100006 - ], - [ - -122.18932640299994, - 37.71794031500008 - ], - [ - -122.18932637499995, - 37.71794046300005 - ], - [ - -122.18932629899996, - 37.717940869000074 - ], - [ - -122.18932626199995, - 37.71794107900007 - ], - [ - -122.18932617299998, - 37.71794158200004 - ], - [ - -122.18932613699997, - 37.717941791000044 - ], - [ - -122.189326124, - 37.71794186900007 - ], - [ - -122.18932610799999, - 37.71794195500007 - ], - [ - -122.18932606899995, - 37.71794218200006 - ], - [ - -122.18932597799994, - 37.717942735000065 - ], - [ - -122.18932588899997, - 37.717943286000036 - ], - [ - -122.18932588299998, - 37.717943321000064 - ], - [ - -122.18932587799998, - 37.717943363000074 - ], - [ - -122.18932586899996, - 37.71794341800006 - ], - [ - -122.18932580599994, - 37.717943812000044 - ], - [ - -122.18932570799996, - 37.71794446400003 - ], - [ - -122.18932569499998, - 37.717944560000035 - ], - [ - -122.18932553099995, - 37.71794571200007 - ], - [ - -122.18932548199996, - 37.717946081000036 - ], - [ - -122.18932542199997, - 37.71794655000008 - ], - [ - -122.18932541199996, - 37.717946624000035 - ], - [ - -122.18932540599997, - 37.717946674000075 - ], - [ - -122.18932540199995, - 37.71794671400005 - ], - [ - -122.18932539099995, - 37.71794678300006 - ], - [ - -122.18932538499996, - 37.71794684100007 - ], - [ - -122.18932538099995, - 37.71794686800007 - ], - [ - -122.18932537299997, - 37.71794692100008 - ], - [ - -122.18932535899995, - 37.71794704800004 - ], - [ - -122.18932533299994, - 37.71794726500008 - ], - [ - -122.18932528899995, - 37.71794763300005 - ], - [ - -122.189325269, - 37.717947812000034 - ], - [ - -122.18932526299994, - 37.71794785600008 - ], - [ - -122.18932525599996, - 37.71794790400003 - ], - [ - -122.189325237, - 37.71794807500004 - ], - [ - -122.18932523199999, - 37.717948112000045 - ], - [ - -122.18932522799997, - 37.71794816000005 - ], - [ - -122.18932521499994, - 37.71794826200005 - ], - [ - -122.18932520799996, - 37.717948335000074 - ], - [ - -122.18932520399994, - 37.71794836200007 - ], - [ - -122.18932519499998, - 37.71794844000004 - ], - [ - -122.18932514299996, - 37.71794889600005 - ], - [ - -122.18932511, - 37.71794923700003 - ], - [ - -122.18932507599999, - 37.71794957800006 - ], - [ - -122.18932502499996, - 37.71795009700003 - ], - [ - -122.18932502299998, - 37.71795012500007 - ], - [ - -122.18932501899997, - 37.71795016300007 - ], - [ - -122.18932501599994, - 37.71795019800004 - ], - [ - -122.189325, - 37.717950373000065 - ], - [ - -122.18932499399995, - 37.717950432000066 - ], - [ - -122.18932482099996, - 37.71795255300003 - ], - [ - -122.18932481499996, - 37.71795260300007 - ], - [ - -122.18932473799998, - 37.717953772000044 - ], - [ - -122.18932471, - 37.717954245000044 - ], - [ - -122.18932468899999, - 37.71795462500006 - ], - [ - -122.18932467599996, - 37.717954890000044 - ], - [ - -122.18932464199997, - 37.71795558700006 - ], - [ - -122.18932464, - 37.71795562500006 - ], - [ - -122.18932463599998, - 37.71795574500004 - ], - [ - -122.18932461999998, - 37.71795612300008 - ], - [ - -122.18932460199994, - 37.71795660200007 - ], - [ - -122.18932459499996, - 37.717956782000044 - ], - [ - -122.189324576, - 37.71795745600008 - ], - [ - -122.18932455899994, - 37.717958087000056 - ], - [ - -122.18932455799995, - 37.71795812100004 - ], - [ - -122.18932454399999, - 37.717958886000076 - ], - [ - -122.18932454299994, - 37.71795893800004 - ], - [ - -122.189324538, - 37.717959406000034 - ], - [ - -122.189324538, - 37.717959447000055 - ], - [ - -122.189324533, - 37.71795999100004 - ], - [ - -122.18932453399998, - 37.71796036000006 - ], - [ - -122.189324533, - 37.71796081900004 - ], - [ - -122.18932453499997, - 37.71796122500007 - ], - [ - -122.18932453599996, - 37.717961252000066 - ], - [ - -122.18932453599996, - 37.71796136100005 - ], - [ - -122.18932456099998, - 37.717962932000034 - ], - [ - -122.18932459099995, - 37.717964015000064 - ], - [ - -122.18932462699996, - 37.71796498300006 - ], - [ - -122.18932465199998, - 37.717965528000036 - ], - [ - -122.18932467499997, - 37.71796603000007 - ], - [ - -122.18932475799994, - 37.717967445000056 - ], - [ - -122.18932477399994, - 37.71796770100008 - ], - [ - -122.18932478099998, - 37.71796780200003 - ], - [ - -122.18932481, - 37.71796822400006 - ], - [ - -122.18932489499997, - 37.71796933600007 - ], - [ - -122.18932494699999, - 37.71796995900007 - ], - [ - -122.18932495699994, - 37.71797005500008 - ], - [ - -122.18932505199996, - 37.71797109100004 - ], - [ - -122.18932505599997, - 37.71797113900004 - ], - [ - -122.18932506199997, - 37.717971197000054 - ], - [ - -122.18932506899995, - 37.71797125300003 - ], - [ - -122.189325081, - 37.71797137800007 - ], - [ - -122.18932508799998, - 37.717971445000046 - ], - [ - -122.18932512999999, - 37.717971857000066 - ], - [ - -122.18932516599995, - 37.71797219300004 - ], - [ - -122.18932518999998, - 37.71797240500007 - ], - [ - -122.18932521999994, - 37.71797269700005 - ], - [ - -122.18932522499995, - 37.71797272900005 - ], - [ - -122.18932523399997, - 37.717972805000045 - ], - [ - -122.18932524, - 37.71797285700006 - ], - [ - -122.18932532499997, - 37.717973578000056 - ], - [ - -122.18932533499998, - 37.717973663000066 - ], - [ - -122.18932539899998, - 37.71797418700004 - ], - [ - -122.18932545699994, - 37.71797463400003 - ], - [ - -122.18932565199998, - 37.71797604400007 - ], - [ - -122.18932566399997, - 37.71797613900003 - ], - [ - -122.18932567199994, - 37.71797619300003 - ], - [ - -122.18932582899998, - 37.71797723000003 - ], - [ - -122.18932583599997, - 37.71797728100006 - ], - [ - -122.18932595299998, - 37.71797800200005 - ], - [ - -122.18932603399998, - 37.71797850100006 - ], - [ - -122.18932605799995, - 37.71797864500007 - ], - [ - -122.189326086, - 37.71797882100003 - ], - [ - -122.18932626699996, - 37.71797984500006 - ], - [ - -122.18932630699999, - 37.71798007900003 - ], - [ - -122.189326441, - 37.717980802000056 - ], - [ - -122.189326457, - 37.71798088300005 - ], - [ - -122.18932648899994, - 37.717981045000045 - ], - [ - -122.18932650399995, - 37.717981132000034 - ], - [ - -122.18932660499996, - 37.71798165400003 - ], - [ - -122.18932662999998, - 37.717981777000034 - ], - [ - -122.18932666899997, - 37.717981973000064 - ], - [ - -122.18932674399997, - 37.71798234600004 - ], - [ - -122.18932689999997, - 37.71798310500003 - ], - [ - -122.18932690899999, - 37.71798314400007 - ], - [ - -122.18932693299996, - 37.71798325300006 - ], - [ - -122.18932696499996, - 37.71798340000004 - ], - [ - -122.18932698799995, - 37.717983512000046 - ], - [ - -122.18932701199998, - 37.717983625000045 - ], - [ - -122.18932702999996, - 37.71798370400006 - ], - [ - -122.18932704199995, - 37.71798376000004 - ], - [ - -122.18932705399999, - 37.717983823000054 - ], - [ - -122.18932708099999, - 37.71798394500007 - ], - [ - -122.18932711499997, - 37.71798410100007 - ], - [ - -122.18932715099999, - 37.71798425900005 - ], - [ - -122.18932722999995, - 37.71798461800006 - ], - [ - -122.18932732599995, - 37.71798503800005 - ], - [ - -122.18932745999996, - 37.717985612000064 - ], - [ - -122.18932746599995, - 37.71798564000005 - ], - [ - -122.18932749199996, - 37.71798574700006 - ], - [ - -122.18932752799998, - 37.717985904000045 - ], - [ - -122.189327575, - 37.71798609600006 - ], - [ - -122.18932771299995, - 37.71798667500008 - ], - [ - -122.18932774799998, - 37.71798681400003 - ], - [ - -122.18932786099998, - 37.71798726800006 - ], - [ - -122.18932786799996, - 37.717987297000036 - ], - [ - -122.18932789899998, - 37.717987418000064 - ], - [ - -122.18932792099997, - 37.717987503000074 - ], - [ - -122.18932799599997, - 37.717987805000064 - ], - [ - -122.18932805599997, - 37.717988036000065 - ], - [ - -122.18932806699996, - 37.71798807700003 - ], - [ - -122.18932815199997, - 37.717988399000035 - ], - [ - -122.18932820699996, - 37.71798861800005 - ], - [ - -122.18932830999995, - 37.717989002000024 - ], - [ - -122.18932838199999, - 37.717989276000026 - ], - [ - -122.18932842599997, - 37.71798943300007 - ], - [ - -122.189328451, - 37.71798952200004 - ], - [ - -122.18932858499994, - 37.71799001100004 - ], - [ - -122.18932873799997, - 37.71799055500003 - ], - [ - -122.18932920499998, - 37.717992167000034 - ], - [ - -122.18932935599997, - 37.717992665000054 - ], - [ - -122.18932936799996, - 37.71799270400004 - ], - [ - -122.189329397, - 37.71799280100004 - ], - [ - -122.18932940899998, - 37.71799283800004 - ], - [ - -122.18932951299996, - 37.71799317500006 - ], - [ - -122.18932964099997, - 37.71799359000005 - ], - [ - -122.18932994499994, - 37.71799454400008 - ], - [ - -122.18933023199997, - 37.71799542100007 - ], - [ - -122.18933024799998, - 37.71799547000006 - ], - [ - -122.18933028999999, - 37.71799559400006 - ], - [ - -122.18933038199998, - 37.71799587400005 - ], - [ - -122.18933048399998, - 37.71799617000005 - ], - [ - -122.18933054099995, - 37.717996338000034 - ], - [ - -122.18933087999994, - 37.71799731900006 - ], - [ - -122.18933093599998, - 37.717997479000076 - ], - [ - -122.18933097899998, - 37.717997601000036 - ], - [ - -122.18933101199997, - 37.71799769800003 - ], - [ - -122.18933104299998, - 37.717997782000054 - ], - [ - -122.189331069, - 37.71799785700006 - ], - [ - -122.18933110199998, - 37.71799794700007 - ], - [ - -122.18933113699995, - 37.71799804700004 - ], - [ - -122.18933118899997, - 37.71799819100005 - ], - [ - -122.18933120799994, - 37.71799824300007 - ], - [ - -122.18933130599999, - 37.717998513000055 - ], - [ - -122.18933134199995, - 37.71799861300008 - ], - [ - -122.189331386, - 37.71799873500004 - ], - [ - -122.18933139599994, - 37.717998763000026 - ], - [ - -122.18933141199994, - 37.717998806000026 - ], - [ - -122.18933143799995, - 37.71799887900005 - ], - [ - -122.189331558, - 37.71799920300003 - ], - [ - -122.18933169699994, - 37.71799957500008 - ], - [ - -122.18933184199994, - 37.71799996100003 - ], - [ - -122.18933191199994, - 37.718000145000076 - ], - [ - -122.189331956, - 37.71800026000005 - ], - [ - -122.18933199499997, - 37.718000361000065 - ], - [ - -122.18933204299998, - 37.718000490000065 - ], - [ - -122.18933208599998, - 37.71800060500004 - ], - [ - -122.18933218299998, - 37.718000851000056 - ], - [ - -122.18933226699994, - 37.71800106400008 - ], - [ - -122.18933271799995, - 37.71800220600005 - ], - [ - -122.18933303899996, - 37.71800299500006 - ], - [ - -122.18933325499995, - 37.718003520000025 - ], - [ - -122.18933328399999, - 37.718003588000045 - ], - [ - -122.18933330299996, - 37.71800363500006 - ], - [ - -122.189333638, - 37.718004430000065 - ], - [ - -122.18933366399995, - 37.71800449400007 - ], - [ - -122.18933390999996, - 37.71800506300008 - ], - [ - -122.18933405999996, - 37.71800540900006 - ], - [ - -122.18933429999998, - 37.71800595700006 - ], - [ - -122.18933437899994, - 37.71800613400006 - ], - [ - -122.18933449699995, - 37.71800640200007 - ], - [ - -122.18933454199998, - 37.71800650100005 - ], - [ - -122.18933462999996, - 37.71800669700008 - ], - [ - -122.18933466799996, - 37.71800678000005 - ], - [ - -122.18933473399994, - 37.71800692700003 - ], - [ - -122.18933483, - 37.71800713500005 - ], - [ - -122.18933488699997, - 37.71800726400005 - ], - [ - -122.18933493399999, - 37.71800736400007 - ], - [ - -122.18933498099994, - 37.718007467000064 - ], - [ - -122.18933507999998, - 37.71800768700007 - ], - [ - -122.18933512599995, - 37.718007785000054 - ], - [ - -122.18933518399996, - 37.71800791000004 - ], - [ - -122.18933521999998, - 37.71800798800007 - ], - [ - -122.18933526799998, - 37.71800809200005 - ], - [ - -122.18933532799997, - 37.71800822000006 - ], - [ - -122.18933538199997, - 37.718008336000025 - ], - [ - -122.18933540999996, - 37.71800839500003 - ], - [ - -122.18933544799995, - 37.718008473000054 - ], - [ - -122.18933547599994, - 37.718008533000045 - ], - [ - -122.18933556399998, - 37.718008722000036 - ], - [ - -122.18933568799997, - 37.71800898500004 - ], - [ - -122.18933577099995, - 37.71800915700004 - ], - [ - -122.18933582699998, - 37.71800927700008 - ], - [ - -122.18933585099995, - 37.718009324000036 - ], - [ - -122.18933588899995, - 37.718009401000074 - ], - [ - -122.18933603699998, - 37.71800970700008 - ], - [ - -122.189336116, - 37.718009874000074 - ], - [ - -122.18933617199997, - 37.71800998600003 - ], - [ - -122.18933618299997, - 37.71801001100005 - ], - [ - -122.18933632799997, - 37.71801030800003 - ], - [ - -122.18933636199995, - 37.71801037800003 - ], - [ - -122.18933639699998, - 37.71801044800003 - ], - [ - -122.189336417, - 37.71801048800006 - ], - [ - -122.18933657899998, - 37.718010814000024 - ], - [ - -122.18933675699998, - 37.71801117000007 - ], - [ - -122.18933687699996, - 37.71801141000003 - ], - [ - -122.18933709999999, - 37.718011852000075 - ], - [ - -122.18933746299996, - 37.71801256400005 - ], - [ - -122.18933747799997, - 37.71801259100005 - ], - [ - -122.18933752099997, - 37.71801267500007 - ], - [ - -122.18933786099996, - 37.71801332500007 - ], - [ - -122.18933811199997, - 37.71801379900006 - ], - [ - -122.18933813999996, - 37.71801385400005 - ], - [ - -122.18933847399995, - 37.71801447900003 - ], - [ - -122.18933876299997, - 37.71801501300007 - ], - [ - -122.18933885399997, - 37.71801517700004 - ], - [ - -122.18933893899998, - 37.71801533300004 - ], - [ - -122.18933928999996, - 37.71801596600005 - ], - [ - -122.189339443, - 37.71801624300008 - ], - [ - -122.18933945899994, - 37.71801627100007 - ], - [ - -122.18933970799998, - 37.71801671400004 - ], - [ - -122.18933989299995, - 37.71801704000006 - ], - [ - -122.189339916, - 37.71801708000004 - ], - [ - -122.18933994599996, - 37.718017135000025 - ], - [ - -122.18933997, - 37.71801717400007 - ], - [ - -122.18934016499998, - 37.71801751300006 - ], - [ - -122.18934059399999, - 37.71801825500006 - ], - [ - -122.18934069599999, - 37.71801842800005 - ], - [ - -122.18934080399998, - 37.71801861100005 - ], - [ - -122.18934112999995, - 37.718019165000044 - ], - [ - -122.18934153599997, - 37.71801984000007 - ], - [ - -122.18934178399996, - 37.71802024900006 - ], - [ - -122.189341846, - 37.71802035300004 - ], - [ - -122.18934211599998, - 37.71802079300005 - ], - [ - -122.18934229699994, - 37.71802108500003 - ], - [ - -122.18934268399994, - 37.71802170600006 - ], - [ - -122.18934299399996, - 37.718022199000075 - ], - [ - -122.18934304599998, - 37.71802228000007 - ], - [ - -122.18934306699998, - 37.71802231500004 - ], - [ - -122.18934332799995, - 37.71802272000008 - ], - [ - -122.18934382599997, - 37.71802349300003 - ], - [ - -122.18934395099996, - 37.71802368600004 - ], - [ - -122.18934397399994, - 37.718023720000076 - ], - [ - -122.189344259, - 37.71802415500008 - ], - [ - -122.18934428199998, - 37.71802418900006 - ], - [ - -122.18934432699996, - 37.718024257000025 - ], - [ - -122.18934443599994, - 37.71802442000006 - ], - [ - -122.189344501, - 37.71802452000003 - ], - [ - -122.18934469299995, - 37.71802481000003 - ], - [ - -122.189344711, - 37.71802483600004 - ], - [ - -122.18934549899996, - 37.718026002000045 - ], - [ - -122.189345528, - 37.718026043000066 - ], - [ - -122.18934578899996, - 37.71802642500006 - ], - [ - -122.18934602899998, - 37.71802677000005 - ], - [ - -122.18934612099997, - 37.718026903000066 - ], - [ - -122.18934667499997, - 37.71802769200008 - ], - [ - -122.18934683599997, - 37.718027918000075 - ], - [ - -122.18934690199995, - 37.71802801200005 - ], - [ - -122.18934752699994, - 37.71802888600007 - ], - [ - -122.18934760699995, - 37.718028994000065 - ], - [ - -122.18934796899998, - 37.71802949200003 - ], - [ - -122.18934881499996, - 37.71803063400006 - ], - [ - -122.18934884299995, - 37.718030671000065 - ], - [ - -122.189348957, - 37.71803082300005 - ], - [ - -122.18934913699997, - 37.718031059000054 - ], - [ - -122.18934919499998, - 37.71803113800007 - ], - [ - -122.18934933499997, - 37.71803132500003 - ], - [ - -122.18934950399995, - 37.71803154300005 - ], - [ - -122.18934984799995, - 37.718031996000036 - ], - [ - -122.18934986999994, - 37.718032024000024 - ], - [ - -122.18935063199996, - 37.71803300400006 - ], - [ - -122.18935065799997, - 37.718033038000044 - ], - [ - -122.18935147099995, - 37.71803406500004 - ], - [ - -122.18935173299997, - 37.71803439300004 - ], - [ - -122.18935178299995, - 37.718034454000076 - ], - [ - -122.18935181599994, - 37.71803449600003 - ], - [ - -122.18935196099994, - 37.71803467500007 - ], - [ - -122.189352069, - 37.71803481000006 - ], - [ - -122.18935220799995, - 37.71803498000003 - ], - [ - -122.18935263199995, - 37.71803549600003 - ], - [ - -122.18935267599994, - 37.71803555100007 - ], - [ - -122.18935269699995, - 37.71803557900006 - ], - [ - -122.18935301399995, - 37.718035962000044 - ], - [ - -122.189353053, - 37.71803600900006 - ], - [ - -122.18935307499999, - 37.71803603600006 - ], - [ - -122.18935322699997, - 37.718036217000076 - ], - [ - -122.18935333299999, - 37.71803634500003 - ], - [ - -122.18935335699996, - 37.71803637200003 - ], - [ - -122.18935343499999, - 37.71803646600006 - ], - [ - -122.18935352399996, - 37.71803657300006 - ], - [ - -122.18935364699996, - 37.718036719000054 - ], - [ - -122.18935372199996, - 37.71803680800008 - ], - [ - -122.18935381999995, - 37.718036924000046 - ], - [ - -122.18935389299997, - 37.718037012000025 - ], - [ - -122.18935391499997, - 37.718037038000034 - ], - [ - -122.189353972, - 37.718037104000075 - ], - [ - -122.18935421499998, - 37.71803739000006 - ], - [ - -122.18935434199994, - 37.71803753900008 - ], - [ - -122.18935494599998, - 37.71803824300008 - ], - [ - -122.18935499099996, - 37.71803829400005 - ], - [ - -122.18935504299998, - 37.71803835600008 - ], - [ - -122.18935509399995, - 37.718038413000045 - ], - [ - -122.189355117, - 37.71803844000004 - ], - [ - -122.18935530799996, - 37.71803866000005 - ], - [ - -122.18935550299994, - 37.718038884000066 - ], - [ - -122.18935553899996, - 37.71803892300005 - ], - [ - -122.18935567999995, - 37.71803908500004 - ], - [ - -122.18935598899998, - 37.71803943300006 - ], - [ - -122.189356009, - 37.71803945500005 - ], - [ - -122.18935610499994, - 37.71803956400004 - ], - [ - -122.18935666599998, - 37.71804019500007 - ], - [ - -122.18935669099994, - 37.718040221000024 - ], - [ - -122.18935671099996, - 37.718040243000075 - ], - [ - -122.18935673399994, - 37.718040270000074 - ], - [ - -122.18935686199995, - 37.71804041200005 - ], - [ - -122.18935705899997, - 37.718040630000075 - ], - [ - -122.18935717699998, - 37.71804075800003 - ], - [ - -122.18935727299998, - 37.718040863000056 - ], - [ - -122.18935744599997, - 37.71804105600006 - ], - [ - -122.18935789699998, - 37.71804154800003 - ], - [ - -122.18935836499998, - 37.718042051000054 - ], - [ - -122.18935840799998, - 37.71804209800007 - ], - [ - -122.18935844099997, - 37.71804213200005 - ], - [ - -122.189359003, - 37.71804273400005 - ], - [ - -122.18935904099999, - 37.718042773000036 - ], - [ - -122.18935950799994, - 37.71804326700004 - ], - [ - -122.18935955899997, - 37.71804332000005 - ], - [ - -122.18935958599997, - 37.71804335000007 - ], - [ - -122.18935962599994, - 37.71804339200003 - ], - [ - -122.18935965499998, - 37.71804342200005 - ], - [ - -122.18935975199997, - 37.71804352500004 - ], - [ - -122.18935983899996, - 37.71804361200003 - ], - [ - -122.18935993799994, - 37.71804371700006 - ], - [ - -122.189360207, - 37.71804399600006 - ], - [ - -122.18936026999995, - 37.71804406000007 - ], - [ - -122.189360621, - 37.71804442300004 - ], - [ - -122.18936077499995, - 37.71804458100007 - ], - [ - -122.18936090699998, - 37.718044715000076 - ], - [ - -122.18936112999995, - 37.71804494500003 - ], - [ - -122.18936136299999, - 37.718045181000036 - ], - [ - -122.18936160399994, - 37.718045423000035 - ], - [ - -122.18936184799998, - 37.71804567100003 - ], - [ - -122.18936197699998, - 37.71804580000003 - ], - [ - -122.189362056, - 37.718045877000066 - ], - [ - -122.18936208099996, - 37.718045904000064 - ], - [ - -122.18936233099998, - 37.718046152000056 - ], - [ - -122.18936245999998, - 37.71804628000007 - ], - [ - -122.18936274899994, - 37.718046566000055 - ], - [ - -122.189363072, - 37.718046885000035 - ], - [ - -122.18936332599998, - 37.71804713200004 - ], - [ - -122.18936366799994, - 37.718047467000076 - ], - [ - -122.18936372499996, - 37.718047521000074 - ], - [ - -122.18936377299997, - 37.718047573000035 - ], - [ - -122.18936382299995, - 37.718047616000035 - ], - [ - -122.18936392699999, - 37.71804771500007 - ], - [ - -122.18936401099995, - 37.71804779800004 - ], - [ - -122.18936403999999, - 37.71804782400005 - ], - [ - -122.18936482199996, - 37.718048570000065 - ], - [ - -122.18936491899996, - 37.71804866400004 - ], - [ - -122.18936497499999, - 37.718048718000034 - ], - [ - -122.18936501699994, - 37.718048757000076 - ], - [ - -122.18936574099996, - 37.71804943400008 - ], - [ - -122.18936587999997, - 37.71804956300008 - ], - [ - -122.18936655599998, - 37.718050203000075 - ], - [ - -122.18937048599997, - 37.71805387400008 - ], - [ - -122.189374021, - 37.718057 - ], - [ - -122.18939704099995, - 37.71807735300007 - ], - [ - -122.18953505899998, - 37.71819938500005 - ], - [ - -122.18953516999994, - 37.718199484000024 - ], - [ - -122.189535509, - 37.718199784000035 - ], - [ - -122.18960818699998, - 37.71826404500007 - ], - [ - -122.18961657099999, - 37.71827145700007 - ], - [ - -122.18961787099994, - 37.71827260600003 - ], - [ - -122.18961880999996, - 37.71827343700005 - ], - [ - -122.18961971699997, - 37.71827423900004 - ], - [ - -122.18962079699998, - 37.71827519500005 - ], - [ - -122.189623069, - 37.71827720300007 - ], - [ - -122.18962448599996, - 37.718278456000064 - ], - [ - -122.18962452599999, - 37.718278490000046 - ], - [ - -122.18963115399998, - 37.71828435100008 - ], - [ - -122.18963169699998, - 37.71828482900003 - ], - [ - -122.18963196199996, - 37.71828506300005 - ], - [ - -122.18963410799995, - 37.718286962000036 - ], - [ - -122.18963417299994, - 37.71828702000005 - ], - [ - -122.189664801, - 37.718313987000045 - ], - [ - -122.18968250399996, - 37.718329753000035 - ], - [ - -122.18968255599998, - 37.71832979800007 - ], - [ - -122.18968673299997, - 37.718333492000056 - ], - [ - -122.18970500299997, - 37.718349645000046 - ], - [ - -122.18970903699994, - 37.71835321300006 - ], - [ - -122.189753366, - 37.71839240700007 - ], - [ - -122.189753586, - 37.71839260100006 - ], - [ - -122.18985775099998, - 37.71848470000003 - ], - [ - -122.18985782899995, - 37.71848476900004 - ], - [ - -122.18990595999998, - 37.718527325000025 - ], - [ - -122.19065842199996, - 37.71917066100008 - ], - [ - -122.19124104199994, - 37.71966877600005 - ], - [ - -122.19135922499999, - 37.71976981600005 - ], - [ - -122.19169446899997, - 37.72005642600004 - ], - [ - -122.193612052, - 37.72170218300005 - ], - [ - -122.19414427799995, - 37.722158946000036 - ], - [ - -122.19428262399998, - 37.722233602000074 - ], - [ - -122.19471164099997, - 37.72246510800005 - ], - [ - -122.19549781999996, - 37.72288933800007 - ], - [ - -122.196287214, - 37.72331528900003 - ], - [ - -122.19652237499997, - 37.723724477000076 - ], - [ - -122.19693089999998, - 37.72443532200003 - ], - [ - -122.19694362699994, - 37.72445746200003 - ], - [ - -122.19695984099997, - 37.724485671000025 - ], - [ - -122.19740945199999, - 37.725267958000074 - ], - [ - -122.19775959099996, - 37.725176540000064 - ], - [ - -122.19800011499996, - 37.72599935900007 - ], - [ - -122.19802545199997, - 37.726086028000054 - ], - [ - -122.19806838599999, - 37.72623290800004 - ], - [ - -122.19788425399997, - 37.72630951100007 - ], - [ - -122.19788419799994, - 37.72630953400005 - ], - [ - -122.19681084099994, - 37.72675404300003 - ], - [ - -122.19680958199996, - 37.72675260500006 - ], - [ - -122.19679883499998, - 37.72674032500004 - ], - [ - -122.19670548099998, - 37.726633711000034 - ], - [ - -122.19615827399997, - 37.72600876900003 - ], - [ - -122.19615524399995, - 37.72600995800008 - ], - [ - -122.19546848299996, - 37.726276796000036 - ], - [ - -122.19543176499997, - 37.72629668600007 - ], - [ - -122.19522179399996, - 37.72641040100007 - ], - [ - -122.19490723899997, - 37.72657532100004 - ], - [ - -122.19490697599997, - 37.72657551800006 - ], - [ - -122.19490678099999, - 37.72657566200007 - ], - [ - -122.19490632199995, - 37.72657600400004 - ], - [ - -122.19358320199996, - 37.72729732800008 - ], - [ - -122.19286219199995, - 37.72769037900008 - ], - [ - -122.19286176999998, - 37.72769060600007 - ], - [ - -122.19286174299998, - 37.72769062100008 - ], - [ - -122.19283520899995, - 37.72770494300005 - ], - [ - -122.19257777899998, - 37.727586322000036 - ], - [ - -122.19256144199994, - 37.727578795000056 - ], - [ - -122.19198533399998, - 37.72731337600004 - ], - [ - -122.19194113299994, - 37.727293012000075 - ], - [ - -122.19190541499995, - 37.72734206800004 - ], - [ - -122.19133661499995, - 37.72812423000005 - ], - [ - -122.19132750499995, - 37.72813675300006 - ], - [ - -122.19132527299996, - 37.728139819000035 - ], - [ - -122.19127730399998, - 37.72821050300007 - ], - [ - -122.19098847699996, - 37.728079190000074 - ], - [ - -122.19093977999995, - 37.728152858000044 - ], - [ - -122.19088120999999, - 37.72822726000004 - ], - [ - -122.19038880599999, - 37.72889364400004 - ], - [ - -122.19027349899994, - 37.728854332000026 - ], - [ - -122.19001068799997, - 37.72875837700008 - ], - [ - -122.18912144399997, - 37.728517615000044 - ], - [ - -122.18909036699995, - 37.72856023600008 - ], - [ - -122.189058618, - 37.728603777000046 - ], - [ - -122.18916261599998, - 37.72863142700004 - ], - [ - -122.18905909799997, - 37.72860909600007 - ], - [ - -122.18905844899996, - 37.72860895600007 - ], - [ - -122.189055543, - 37.72860833100003 - ], - [ - -122.18864237199995, - 37.728519203000076 - ], - [ - -122.18861237299996, - 37.72851273100008 - ], - [ - -122.18848297099998, - 37.72847679100005 - ], - [ - -122.18831716199998, - 37.728441435000036 - ], - [ - -122.18826879199997, - 37.728431122000075 - ], - [ - -122.18813873199997, - 37.72835931800006 - ], - [ - -122.18799053799995, - 37.72827750500005 - ], - [ - -122.18784211299999, - 37.72819556400003 - ], - [ - -122.18772787899997, - 37.72813250100006 - ], - [ - -122.18745498699997, - 37.72798184900006 - ], - [ - -122.18745249099999, - 37.72798047200007 - ], - [ - -122.18708858399998, - 37.72788085700006 - ], - [ - -122.18689535299995, - 37.72782796200005 - ], - [ - -122.18689264999995, - 37.72782648400005 - ], - [ - -122.18679532099998, - 37.727773297000056 - ], - [ - -122.18646732499997, - 37.72759403300006 - ], - [ - -122.18632794799998, - 37.727444681000065 - ], - [ - -122.18621056699999, - 37.72731889500005 - ], - [ - -122.18573528299999, - 37.72680956900007 - ], - [ - -122.18563545899997, - 37.72677804500006 - ], - [ - -122.18550760099998, - 37.72673766200006 - ], - [ - -122.18546914499996, - 37.726725516000045 - ], - [ - -122.18545208499995, - 37.72672012800007 - ], - [ - -122.18540208299999, - 37.72670430800008 - ], - [ - -122.18525712399997, - 37.72665855300005 - ], - [ - -122.185245555, - 37.726654902000064 - ], - [ - -122.18524414599995, - 37.72665381400003 - ], - [ - -122.18510861799996, - 37.72654907300006 - ], - [ - -122.18506963899995, - 37.726518948000034 - ], - [ - -122.18499417399994, - 37.72646062700005 - ], - [ - -122.18497474799995, - 37.726445615000046 - ], - [ - -122.18471830299995, - 37.72624742800008 - ], - [ - -122.18471573699998, - 37.726245445000075 - ], - [ - -122.18470049799998, - 37.72623366300007 - ], - [ - -122.18460772599997, - 37.72619375800008 - ], - [ - -122.18429383999995, - 37.726058746000035 - ], - [ - -122.18420166099997, - 37.726006245000065 - ], - [ - -122.18420101299995, - 37.72600565100004 - ], - [ - -122.18415904699998, - 37.725967224000044 - ], - [ - -122.18414246199995, - 37.72595246800006 - ], - [ - -122.184142281, - 37.725952309000036 - ], - [ - -122.18411434299998, - 37.72592745400004 - ], - [ - -122.18405295899998, - 37.72587284100007 - ], - [ - -122.18402535299998, - 37.72584753900003 - ], - [ - -122.18384487099996, - 37.725682154000026 - ], - [ - -122.18383377899994, - 37.72567911700003 - ], - [ - -122.18377139499995, - 37.72566203500003 - ], - [ - -122.18370767199997, - 37.72564458700003 - ], - [ - -122.18362273599996, - 37.72562133300005 - ], - [ - -122.18361961199997, - 37.72562047800005 - ], - [ - -122.18357501899999, - 37.72561158700006 - ], - [ - -122.18344100599995, - 37.72558487200007 - ], - [ - -122.18330501899999, - 37.72555776300004 - ], - [ - -122.18330472999997, - 37.72555770500003 - ], - [ - -122.18310862199996, - 37.72551860900006 - ], - [ - -122.183108173, - 37.72551852000004 - ], - [ - -122.18310813199997, - 37.725518511000075 - ], - [ - -122.18310798299996, - 37.72551848200004 - ], - [ - -122.18310705799996, - 37.725518297000065 - ], - [ - -122.18310699099999, - 37.72551828400003 - ], - [ - -122.18310435399997, - 37.72551775800008 - ], - [ - -122.18297014499996, - 37.72549100200007 - ], - [ - -122.18271797799997, - 37.72544073100005 - ], - [ - -122.18270393899996, - 37.725437932000034 - ], - [ - -122.18267064099996, - 37.72543129400003 - ], - [ - -122.18267036999998, - 37.725431240000034 - ], - [ - -122.18266985799994, - 37.725431137000044 - ], - [ - -122.18266027699997, - 37.72542922800005 - ], - [ - -122.18260339399995, - 37.725411121000036 - ], - [ - -122.18255053699994, - 37.72539429500006 - ], - [ - -122.18249658499997, - 37.72538535000007 - ], - [ - -122.18249, - 37.725384258000076 - ], - [ - -122.18247198699999, - 37.725381037000034 - ], - [ - -122.18240228499997, - 37.72536857600005 - ], - [ - -122.18240221299999, - 37.72536857600005 - ], - [ - -122.182089798, - 37.72536193800005 - ], - [ - -122.182072286, - 37.72536156500007 - ], - [ - -122.182063928, - 37.72536229200006 - ], - [ - -122.18206381599998, - 37.725362302000065 - ], - [ - -122.18198938599994, - 37.72536874800005 - ], - [ - -122.18191414299997, - 37.72537686800007 - ], - [ - -122.18165852499999, - 37.725404456000035 - ], - [ - -122.18141731799994, - 37.725430491000054 - ], - [ - -122.18133795499995, - 37.72543905600003 - ], - [ - -122.18118223599998, - 37.72545586100006 - ], - [ - -122.18095741199994, - 37.72555201200004 - ], - [ - -122.18070256699997, - 37.72566099900007 - ], - [ - -122.18070223399997, - 37.725661141000046 - ], - [ - -122.18058466699995, - 37.725711423000064 - ], - [ - -122.18051959, - 37.725739254000075 - ], - [ - -122.18048579499998, - 37.72574074900007 - ], - [ - -122.180314824, - 37.72574831000003 - ], - [ - -122.18030502199997, - 37.72574874400004 - ], - [ - -122.17999754999994, - 37.72571755400003 - ], - [ - -122.17942956, - 37.72538058500004 - ], - [ - -122.17939719199995, - 37.72525420100004 - ], - [ - -122.17915070799995, - 37.72519075300005 - ], - [ - -122.17885108999997, - 37.72522749900003 - ], - [ - -122.17858138699995, - 37.72527959800004 - ], - [ - -122.17841472499998, - 37.72530973600004 - ], - [ - -122.17841147699994, - 37.725310325000066 - ], - [ - -122.17840822899996, - 37.725310911000065 - ], - [ - -122.178242491, - 37.72534088300006 - ], - [ - -122.17806844699999, - 37.72536785900007 - ], - [ - -122.17796450099996, - 37.72538397200003 - ], - [ - -122.17789810499994, - 37.725394264000045 - ], - [ - -122.17778600199995, - 37.72537657300006 - ], - [ - -122.17772522299998, - 37.725366981000036 - ], - [ - -122.17762952799995, - 37.72535188300003 - ], - [ - -122.17754707499995, - 37.725338872000066 - ], - [ - -122.17737085599998, - 37.72532682100007 - ], - [ - -122.177261908, - 37.725319529000046 - ], - [ - -122.17704391599995, - 37.725304745000074 - ], - [ - -122.17704338799996, - 37.725304709000056 - ], - [ - -122.17702084899997, - 37.725303179000036 - ], - [ - -122.17698464899996, - 37.72530072300003 - ], - [ - -122.17692942999997, - 37.72529697700003 - ], - [ - -122.17692539399997, - 37.725296703000026 - ], - [ - -122.17686934199997, - 37.725292900000056 - ], - [ - -122.17685931699998, - 37.725292215000024 - ], - [ - -122.176859101, - 37.72529220000007 - ], - [ - -122.17676133599997, - 37.72528551100004 - ], - [ - -122.17676130099994, - 37.72528550900006 - ], - [ - -122.17669524499996, - 37.72528084100003 - ], - [ - -122.17669519499998, - 37.72528083700007 - ], - [ - -122.17669226499999, - 37.72528063000004 - ], - [ - -122.17662814099998, - 37.72527604000004 - ], - [ - -122.17656401799997, - 37.725271451000026 - ], - [ - -122.17651318399999, - 37.72526781200003 - ], - [ - -122.17651215999996, - 37.72526773900006 - ], - [ - -122.17636144099998, - 37.72525687500007 - ], - [ - -122.17633305499999, - 37.72525580700005 - ], - [ - -122.17615120099998, - 37.725248470000054 - ], - [ - -122.17615050399996, - 37.725248441000076 - ], - [ - -122.17604189199994, - 37.725244031000045 - ], - [ - -122.17600512799999, - 37.72524256200006 - ], - [ - -122.17600486099997, - 37.725242551000065 - ], - [ - -122.17596140399996, - 37.725240814000074 - ], - [ - -122.17588160499997, - 37.725237624000044 - ], - [ - -122.17588071999995, - 37.72523758500006 - ], - [ - -122.17587983499999, - 37.72523754800005 - ], - [ - -122.17586836399994, - 37.725237056000026 - ], - [ - -122.17581672499995, - 37.72523604500003 - ], - [ - -122.17569726399995, - 37.72525927300006 - ], - [ - -122.17569665399998, - 37.725259392000055 - ], - [ - -122.17566505899998, - 37.72526583200005 - ], - [ - -122.17559906599996, - 37.72527927900006 - ], - [ - -122.17557050999994, - 37.72528509800003 - ], - [ - -122.17555242399999, - 37.72528878500003 - ], - [ - -122.17545841799995, - 37.725307943000075 - ], - [ - -122.17545819299994, - 37.725307988000054 - ], - [ - -122.17545757599999, - 37.72530811400003 - ], - [ - -122.17538764899996, - 37.725364583000044 - ], - [ - -122.17537278599997, - 37.72537658300007 - ], - [ - -122.17535713899997, - 37.72538921900008 - ], - [ - -122.175350112, - 37.725400913000044 - ], - [ - -122.175349816, - 37.72540140700005 - ], - [ - -122.17533394299994, - 37.72542782000005 - ], - [ - -122.17527806799995, - 37.72552083700003 - ], - [ - -122.17525235, - 37.72556365100007 - ], - [ - -122.17521864399998, - 37.72561971700003 - ], - [ - -122.17520472499996, - 37.72564287000006 - ], - [ - -122.17518883799994, - 37.72566931700004 - ], - [ - -122.17517945499998, - 37.72568493500006 - ], - [ - -122.17513102299995, - 37.72576552900006 - ], - [ - -122.17510246899997, - 37.72581304800008 - ], - [ - -122.17509275599997, - 37.72582921500003 - ], - [ - -122.17505549599997, - 37.72589149500004 - ], - [ - -122.17502688099995, - 37.72593885300006 - ], - [ - -122.17500058599995, - 37.72596685600007 - ], - [ - -122.17496414099998, - 37.72600588700004 - ], - [ - -122.17488926799996, - 37.726085401000034 - ], - [ - -122.17486793399996, - 37.72610812100004 - ], - [ - -122.174860089, - 37.72611647400004 - ], - [ - -122.17477771799997, - 37.72620420100003 - ], - [ - -122.17475707199998, - 37.72622619100008 - ], - [ - -122.17466679599994, - 37.72632233000007 - ], - [ - -122.17465381999995, - 37.72633614600005 - ], - [ - -122.17455044899998, - 37.72644629700005 - ], - [ - -122.17453877899999, - 37.72645866800008 - ], - [ - -122.17444209899998, - 37.72656162700008 - ], - [ - -122.17444181899998, - 37.726561927000034 - ], - [ - -122.17444168399999, - 37.72656206700003 - ], - [ - -122.17444163299996, - 37.726562123000065 - ], - [ - -122.17444132299994, - 37.72656245200005 - ], - [ - -122.17439247199997, - 37.72661447400003 - ], - [ - -122.17438010399997, - 37.72662764700004 - ], - [ - -122.17436465199995, - 37.726643918000036 - ], - [ - -122.17435396899998, - 37.72665510400003 - ], - [ - -122.17427351799995, - 37.726669163000054 - ], - [ - -122.17415852099998, - 37.726689253000075 - ], - [ - -122.17409617799996, - 37.72670014500005 - ], - [ - -122.17409166799996, - 37.726700934000064 - ], - [ - -122.174087236, - 37.726701709000054 - ], - [ - -122.17390146699995, - 37.72673416500004 - ], - [ - -122.173847019, - 37.72674367900004 - ], - [ - -122.17378462299996, - 37.72674498400005 - ], - [ - -122.17365924999996, - 37.72674755600008 - ], - [ - -122.17359534599996, - 37.726748875000055 - ], - [ - -122.17359454299998, - 37.726748892000046 - ], - [ - -122.17356993299995, - 37.72674939900003 - ], - [ - -122.17348163399998, - 37.72675121800006 - ], - [ - -122.17340451899997, - 37.72675280800007 - ], - [ - -122.17332464299994, - 37.72675445600004 - ], - [ - -122.17332350899994, - 37.72675448000007 - ], - [ - -122.17317815399997, - 37.726757478000025 - ], - [ - -122.17313496799994, - 37.72675832500005 - ], - [ - -122.17300413099997, - 37.72676106800003 - ], - [ - -122.17286600499995, - 37.72678954600008 - ], - [ - -122.17279631099996, - 37.72680390200003 - ], - [ - -122.17271606499997, - 37.72682046400007 - ], - [ - -122.17261839199995, - 37.72693831400005 - ], - [ - -122.17261250499996, - 37.72694541800007 - ], - [ - -122.17259448399994, - 37.72696677500005 - ], - [ - -122.17256768599998, - 37.72699894400006 - ], - [ - -122.17247674999999, - 37.727105719000065 - ], - [ - -122.17247633199997, - 37.727106210000045 - ], - [ - -122.17236971499995, - 37.72723140100004 - ], - [ - -122.172272879, - 37.72734510300006 - ], - [ - -122.172175612, - 37.72745931900005 - ], - [ - -122.17207903199994, - 37.72757272400003 - ], - [ - -122.17201277599997, - 37.72765051700003 - ], - [ - -122.17200406499995, - 37.72765708400004 - ], - [ - -122.17185365299997, - 37.72777044800006 - ], - [ - -122.17172828199995, - 37.72786494500008 - ], - [ - -122.17167685099997, - 37.72790370900003 - ], - [ - -122.17157287999999, - 37.72793404000004 - ], - [ - -122.17140103799994, - 37.727984175000074 - ], - [ - -122.17137063799998, - 37.72799304500006 - ], - [ - -122.171306873, - 37.72801164400005 - ], - [ - -122.17086173499996, - 37.72790820200004 - ], - [ - -122.17083177399996, - 37.72779664500007 - ], - [ - -122.17063126, - 37.727703363000046 - ], - [ - -122.17066278699997, - 37.72782631500007 - ], - [ - -122.17032656799995, - 37.72773797700006 - ], - [ - -122.17059847799999, - 37.72797581300006 - ], - [ - -122.17059889299998, - 37.72797617600003 - ], - [ - -122.170933892, - 37.72826848200003 - ], - [ - -122.17119842499994, - 37.72849929000006 - ], - [ - -122.17121251199995, - 37.72851145300007 - ], - [ - -122.17143773199996, - 37.72870385200008 - ], - [ - -122.171554013, - 37.728805471000044 - ], - [ - -122.17167029599995, - 37.728907089000074 - ], - [ - -122.17178657999995, - 37.72900870800004 - ], - [ - -122.17190286599998, - 37.72911032700006 - ], - [ - -122.17201915199996, - 37.72921194500003 - ], - [ - -122.17213543599996, - 37.72931356400005 - ], - [ - -122.17225171999996, - 37.729415180000046 - ], - [ - -122.17236800899997, - 37.72951679600004 - ], - [ - -122.17248429499995, - 37.72961841500006 - ], - [ - -122.17259897199995, - 37.72971862700007 - ], - [ - -122.17271525799998, - 37.72982024500004 - ], - [ - -122.17283154499995, - 37.72992186100004 - ], - [ - -122.17294783099999, - 37.73002347400006 - ], - [ - -122.17306412, - 37.73012509100005 - ], - [ - -122.17318040199996, - 37.73022670800003 - ], - [ - -122.17329669299994, - 37.73032832100006 - ], - [ - -122.17341298599996, - 37.73042993800004 - ], - [ - -122.17352927299999, - 37.73053155400004 - ], - [ - -122.173627249, - 37.73061717100006 - ], - [ - -122.17362765799999, - 37.73061752900003 - ], - [ - -122.17362806699998, - 37.73061788700005 - ], - [ - -122.17364556299998, - 37.73063317100008 - ], - [ - -122.17376185399996, - 37.73073479400006 - ], - [ - -122.17380216999999, - 37.73077002100007 - ], - [ - -122.17380224299995, - 37.730770086000064 - ], - [ - -122.17383101999997, - 37.73079523400003 - ], - [ - -122.17387757199998, - 37.73083591300008 - ], - [ - -122.17387775399999, - 37.730836071000056 - ], - [ - -122.17387814199998, - 37.73083641000005 - ], - [ - -122.17391479599996, - 37.73086843900006 - ], - [ - -122.17399443399995, - 37.730938027000036 - ], - [ - -122.17411072699997, - 37.73103964300003 - ], - [ - -122.17412805599997, - 37.73105478200006 - ], - [ - -122.17420615199995, - 37.731122914000025 - ], - [ - -122.174237657, - 37.731151717000046 - ], - [ - -122.17423780499996, - 37.73115185200004 - ], - [ - -122.17386230199997, - 37.73123349800005 - ], - [ - -122.17386826699999, - 37.73123870400008 - ], - [ - -122.17386837799995, - 37.731238802000064 - ], - [ - -122.17386843499997, - 37.73123885000007 - ], - [ - -122.17359612599995, - 37.731290312000056 - ], - [ - -122.17346644599996, - 37.73131482300005 - ], - [ - -122.17333681799994, - 37.73133932800005 - ], - [ - -122.173242561, - 37.73135714400007 - ], - [ - -122.17314832799997, - 37.73137495200007 - ], - [ - -122.17301880099996, - 37.73139943900003 - ], - [ - -122.17288931399997, - 37.73142391400006 - ], - [ - -122.17279516399998, - 37.731441707000045 - ], - [ - -122.17270104399995, - 37.73145949700006 - ], - [ - -122.17262137699998, - 37.731474555000034 - ], - [ - -122.17260391399998, - 37.73147785400005 - ], - [ - -122.17257166899998, - 37.73148395100003 - ], - [ - -122.17244233399998, - 37.731508398000074 - ], - [ - -122.17234829299997, - 37.73152617200003 - ], - [ - -122.17225427899996, - 37.73154394200003 - ], - [ - -122.17219489899998, - 37.73155516500003 - ], - [ - -122.17212504599996, - 37.73156836700008 - ], - [ - -122.17199585499998, - 37.73159278500003 - ], - [ - -122.17190192599998, - 37.73161053900003 - ], - [ - -122.17177281, - 37.731634943000074 - ], - [ - -122.17164374699996, - 37.73165933800004 - ], - [ - -122.171410676, - 37.731703528000025 - ], - [ - -122.17130584699999, - 37.73172326500003 - ], - [ - -122.17122756299995, - 37.73173799800003 - ], - [ - -122.17107882299996, - 37.73176611700006 - ], - [ - -122.17087358199996, - 37.73180490200008 - ], - [ - -122.17085259199996, - 37.731808863000026 - ], - [ - -122.17077174099995, - 37.73182414200005 - ], - [ - -122.17075378099997, - 37.731827536000026 - ], - [ - -122.17073990899996, - 37.731830159000026 - ], - [ - -122.17060261299997, - 37.731856109000034 - ], - [ - -122.17051012799999, - 37.73187359000008 - ], - [ - -122.17051004199999, - 37.73187360600008 - ], - [ - -122.17051000599997, - 37.73187362300007 - ], - [ - -122.17050876399998, - 37.731874205000054 - ], - [ - -122.17050755699995, - 37.73187477400006 - ], - [ - -122.17049678599994, - 37.731879839000044 - ], - [ - -122.17047123299994, - 37.731891516000076 - ], - [ - -122.17046903199997, - 37.73189255400007 - ], - [ - -122.17025999299995, - 37.73199121700003 - ], - [ - -122.17025995499995, - 37.731991236000056 - ], - [ - -122.17025982699994, - 37.73199129500006 - ], - [ - -122.17018009599997, - 37.73202879200005 - ], - [ - -122.17006088899996, - 37.732084858000064 - ], - [ - -122.17006085299994, - 37.732084874000066 - ], - [ - -122.16993604499999, - 37.73214357300003 - ], - [ - -122.16981305399997, - 37.73220142400004 - ], - [ - -122.16981277999997, - 37.73220155400003 - ], - [ - -122.16976646799998, - 37.73222333500007 - ], - [ - -122.16976261599996, - 37.732225147000065 - ], - [ - -122.16980386899996, - 37.73228858600004 - ], - [ - -122.16985111899999, - 37.73236124400006 - ], - [ - -122.16990310499995, - 37.73244118300005 - ], - [ - -122.16990331399995, - 37.73244150600004 - ], - [ - -122.169922811, - 37.732471489000034 - ], - [ - -122.16996224499997, - 37.73253212900005 - ], - [ - -122.16998982299998, - 37.73257505500004 - ], - [ - -122.17000221999996, - 37.73259359300005 - ], - [ - -122.17003601599998, - 37.73264555800006 - ], - [ - -122.17008170099996, - 37.73271579800007 - ], - [ - -122.17008181299997, - 37.73271597400003 - ], - [ - -122.170100919, - 37.73274578100006 - ], - [ - -122.17012085799996, - 37.73277601500007 - ], - [ - -122.17018037599996, - 37.73286773900003 - ], - [ - -122.17020033299997, - 37.73289822400005 - ], - [ - -122.17020149299998, - 37.732900003000054 - ], - [ - -122.17025963599997, - 37.73298978100007 - ], - [ - -122.17027933099996, - 37.73301969900007 - ], - [ - -122.17033907499996, - 37.73311174400004 - ], - [ - -122.17033910099997, - 37.73311178500006 - ], - [ - -122.17040013699994, - 37.73320545800004 - ], - [ - -122.17040047699999, - 37.73320597700007 - ], - [ - -122.17041841399998, - 37.73323375900003 - ], - [ - -122.17044708999998, - 37.733277661000045 - ], - [ - -122.17045972499994, - 37.73329708600005 - ], - [ - -122.17049785899997, - 37.733355722000056 - ], - [ - -122.17051931299994, - 37.73338870900005 - ], - [ - -122.17056886899996, - 37.733464912000045 - ], - [ - -122.17057717199998, - 37.73347773900008 - ], - [ - -122.17059092199997, - 37.73349886700004 - ], - [ - -122.17059214999995, - 37.73350075600007 - ], - [ - -122.17060320299998, - 37.73351774100007 - ], - [ - -122.17061012799996, - 37.73352838200003 - ], - [ - -122.17063818499997, - 37.73357149700007 - ], - [ - -122.17065638599996, - 37.73359979600008 - ], - [ - -122.17071791199999, - 37.733694084000035 - ], - [ - -122.17071793599996, - 37.73369412200003 - ], - [ - -122.17073589499995, - 37.73372173900003 - ], - [ - -122.17079062399995, - 37.73380589300007 - ], - [ - -122.17081523599995, - 37.733843739000065 - ], - [ - -122.17086534599997, - 37.73392079000007 - ], - [ - -122.17086995799997, - 37.73392788000007 - ], - [ - -122.17089458299995, - 37.733965744000045 - ], - [ - -122.17092764499995, - 37.73401658000006 - ], - [ - -122.170956989, - 37.73406169800006 - ], - [ - -122.17097392399995, - 37.73408775200005 - ], - [ - -122.17101643299998, - 37.734153098000036 - ], - [ - -122.17101657099994, - 37.734153313000036 - ], - [ - -122.17104354499997, - 37.73419478000005 - ], - [ - -122.17104359299998, - 37.73419485900007 - ], - [ - -122.17105307199995, - 37.73420983700004 - ], - [ - -122.171074, - 37.734241532000055 - ], - [ - -122.17107855899997, - 37.73424843400005 - ], - [ - -122.17111595399996, - 37.73430573200005 - ], - [ - -122.171120611, - 37.734313103000034 - ], - [ - -122.17113243999995, - 37.73433182800005 - ], - [ - -122.17117535799997, - 37.73439746400004 - ], - [ - -122.17117541599998, - 37.734397552000075 - ], - [ - -122.171211847, - 37.73445380800007 - ], - [ - -122.17123469799998, - 37.73448870900006 - ], - [ - -122.17127259399996, - 37.734546969000064 - ], - [ - -122.17127363699996, - 37.734548576000066 - ], - [ - -122.171273768, - 37.73454877700004 - ], - [ - -122.17127454899997, - 37.73454998200003 - ], - [ - -122.17128735799997, - 37.734569932000056 - ], - [ - -122.17129114799997, - 37.734575833000065 - ], - [ - -122.17133398799996, - 37.73464137700006 - ], - [ - -122.17135846699995, - 37.73467901600003 - ], - [ - -122.17139772399997, - 37.734739379000075 - ], - [ - -122.17139779499996, - 37.73473948800006 - ], - [ - -122.171418368, - 37.73477165200006 - ], - [ - -122.17147287499995, - 37.73485493100003 - ], - [ - -122.17151251099995, - 37.73491587600006 - ], - [ - -122.17152982799996, - 37.734942498000066 - ], - [ - -122.17156897999996, - 37.73500269400006 - ], - [ - -122.17152873999999, - 37.735021575000076 - ], - [ - -122.17148770499995, - 37.73504083200004 - ], - [ - -122.17141687199995, - 37.73507407400007 - ], - [ - -122.17130541799997, - 37.73512638200003 - ], - [ - -122.171182553, - 37.73518403400004 - ], - [ - -122.17115666899997, - 37.73519618900008 - ], - [ - -122.17108225399994, - 37.735231113000054 - ], - [ - -122.17096803499999, - 37.73528470300005 - ], - [ - -122.17093318299999, - 37.73530107000005 - ], - [ - -122.17079833799994, - 37.73536433900006 - ], - [ - -122.17078527599995, - 37.735370482000064 - ], - [ - -122.17078461399996, - 37.735370792000026 - ], - [ - -122.17077225999998, - 37.735376589000055 - ], - [ - -122.17062863099994, - 37.735443977000045 - ], - [ - -122.17058823099995, - 37.735462950000056 - ], - [ - -122.17057886699996, - 37.73546734800004 - ], - [ - -122.17045893, - 37.73552360800005 - ], - [ - -122.17041222599994, - 37.735545546000026 - ], - [ - -122.17030051699999, - 37.73559797000007 - ], - [ - -122.17028923099997, - 37.73560324300007 - ], - [ - -122.17020030299994, - 37.735644997000065 - ], - [ - -122.17018889699995, - 37.73565035200005 - ], - [ - -122.17011952799999, - 37.73568288000007 - ], - [ - -122.17004, - 37.73572022600007 - ], - [ - -122.16994841899998, - 37.735763173000066 - ], - [ - -122.16989678299996, - 37.73578743400003 - ], - [ - -122.16989123199994, - 37.735790044000055 - ], - [ - -122.16988963499995, - 37.735790791000056 - ], - [ - -122.16977871699999, - 37.735842811000055 - ], - [ - -122.16974215799996, - 37.735860004000074 - ], - [ - -122.16966781499997, - 37.735894888000075 - ], - [ - -122.16960900499998, - 37.735922447000064 - ], - [ - -122.16955174399999, - 37.73594935400007 - ], - [ - -122.16943678799998, - 37.736003260000075 - ], - [ - -122.16938378999998, - 37.73602816700003 - ], - [ - -122.16926708999995, - 37.73608289200007 - ], - [ - -122.16921697299995, - 37.73610645200006 - ], - [ - -122.16910540299995, - 37.73615881000006 - ], - [ - -122.16909693199995, - 37.73616273400006 - ], - [ - -122.16899377899995, - 37.73621118800003 - ], - [ - -122.16892678399995, - 37.73624257700004 - ], - [ - -122.16884852299995, - 37.736279352000054 - ], - [ - -122.16884491899998, - 37.736281045000055 - ], - [ - -122.16875612799998, - 37.73632265900005 - ], - [ - -122.16869767299994, - 37.73635014300004 - ], - [ - -122.16869577099999, - 37.73635103600003 - ], - [ - -122.16858502399998, - 37.73640295600006 - ], - [ - -122.16847259699995, - 37.73645576000007 - ], - [ - -122.16841390899998, - 37.73648324000004 - ], - [ - -122.16836078399996, - 37.73650823100007 - ], - [ - -122.168249748, - 37.73656033200007 - ], - [ - -122.168248603, - 37.736560860000054 - ], - [ - -122.16824843999996, - 37.73656093500006 - ], - [ - -122.16824627499994, - 37.73656193100004 - ], - [ - -122.16824279999997, - 37.73656352900008 - ], - [ - -122.16818847999997, - 37.736589070000036 - ], - [ - -122.16817501499997, - 37.736595402000034 - ], - [ - -122.16807168699995, - 37.736643823000065 - ], - [ - -122.16806328999996, - 37.73664783100003 - ], - [ - -122.16795194999997, - 37.73670007700008 - ], - [ - -122.16795124499998, - 37.73670040800005 - ], - [ - -122.167900584, - 37.73672411200005 - ], - [ - -122.16782644399996, - 37.73675897100003 - ], - [ - -122.16772946799995, - 37.736804403000065 - ], - [ - -122.16772247699998, - 37.736807757000065 - ], - [ - -122.16768424799994, - 37.73682569600004 - ], - [ - -122.167684055, - 37.736825786000054 - ], - [ - -122.16761425499999, - 37.73685854000007 - ], - [ - -122.16761312099999, - 37.736859071000026 - ], - [ - -122.16755835999999, - 37.73688469100006 - ], - [ - -122.16750099199999, - 37.73691168500005 - ], - [ - -122.16738725, - 37.73696498000004 - ], - [ - -122.16728489399998, - 37.73701308600005 - ], - [ - -122.16728444799998, - 37.737013295000054 - ], - [ - -122.16721614, - 37.73704526400007 - ], - [ - -122.16716521899997, - 37.73706924600003 - ], - [ - -122.16716482299995, - 37.73706942900003 - ], - [ - -122.16704503799997, - 37.73712556700008 - ], - [ - -122.16692694999995, - 37.73718104900007 - ], - [ - -122.16687391599999, - 37.73720584500006 - ], - [ - -122.16680810499997, - 37.73723681200005 - ], - [ - -122.16670280899996, - 37.73728612800005 - ], - [ - -122.16668884699999, - 37.73729277000007 - ], - [ - -122.16653168799996, - 37.73736642100005 - ], - [ - -122.16650284599996, - 37.73738004900008 - ], - [ - -122.16640956899994, - 37.73742381400007 - ], - [ - -122.16636057899996, - 37.737446703000046 - ], - [ - -122.16631697099996, - 37.73746726200005 - ], - [ - -122.16617449499995, - 37.737534018000076 - ], - [ - -122.166093419, - 37.73757216400003 - ], - [ - -122.16609051999995, - 37.73757352300004 - ], - [ - -122.16597751599994, - 37.73762651000004 - ], - [ - -122.16579651, - 37.73771138300003 - ], - [ - -122.16562478199995, - 37.73776999200004 - ], - [ - -122.16553385599997, - 37.737669958000026 - ], - [ - -122.16542326899997, - 37.737519759000065 - ], - [ - -122.16513647499994, - 37.73713441900003 - ], - [ - -122.16471062099998, - 37.736562228000025 - ], - [ - -122.16422683099995, - 37.735911249000026 - ], - [ - -122.16422340399998, - 37.73591267200004 - ], - [ - -122.16288855299996, - 37.73653244700006 - ], - [ - -122.16285558299995, - 37.736547752000035 - ], - [ - -122.16284750099999, - 37.736551501000065 - ], - [ - -122.16233767199998, - 37.73678786800008 - ], - [ - -122.16192648499998, - 37.736979258000076 - ], - [ - -122.16096975699998, - 37.737426053000036 - ], - [ - -122.16083098499996, - 37.73747912300007 - ], - [ - -122.160830864, - 37.73747917000003 - ], - [ - -122.16048906599997, - 37.73758424600004 - ], - [ - -122.16007647599997, - 37.73769443800006 - ], - [ - -122.15856228099994, - 37.73811507500005 - ], - [ - -122.15702576999996, - 37.73854390300005 - ], - [ - -122.15641556699995, - 37.738713252000025 - ], - [ - -122.15608301699996, - 37.73880554400006 - ], - [ - -122.15508011799994, - 37.73908386700003 - ], - [ - -122.15339590599996, - 37.73956073000005 - ], - [ - -122.15197585399994, - 37.739940819000026 - ], - [ - -122.15114408999995, - 37.74017839900006 - ], - [ - -122.15021592099998, - 37.74043620900005 - ], - [ - -122.14910766999998, - 37.74076114400003 - ], - [ - -122.14872215999998, - 37.74087417100003 - ], - [ - -122.14839223799999, - 37.74094345100008 - ], - [ - -122.14837729799996, - 37.74094762300007 - ], - [ - -122.148134632, - 37.74101538300005 - ], - [ - -122.14789576599998, - 37.74108208000007 - ], - [ - -122.14782749999995, - 37.74110114100006 - ], - [ - -122.14767766399996, - 37.74114298000006 - ], - [ - -122.14766604, - 37.74114622600007 - ], - [ - -122.14759663499996, - 37.74117500700004 - ], - [ - -122.14754207899995, - 37.74121044900005 - ], - [ - -122.14751064399996, - 37.74123372200006 - ], - [ - -122.14748761099997, - 37.741252761000055 - ], - [ - -122.14746944099994, - 37.741268442000035 - ], - [ - -122.14745627699995, - 37.741279801000076 - ], - [ - -122.14741555699999, - 37.74132204400007 - ], - [ - -122.14733553199994, - 37.741411104000065 - ], - [ - -122.14731122099994, - 37.741438404000064 - ], - [ - -122.14728103699997, - 37.74147229600004 - ], - [ - -122.14725591899997, - 37.74150142700006 - ], - [ - -122.14723464899998, - 37.741526933000046 - ], - [ - -122.14720401299996, - 37.74156367200004 - ], - [ - -122.14714718199997, - 37.74163245700004 - ], - [ - -122.14708645899998, - 37.741708336000045 - ], - [ - -122.14707816099997, - 37.74171874600006 - ], - [ - -122.147075686, - 37.74172217900008 - ], - [ - -122.14704965099997, - 37.74175895900004 - ], - [ - -122.14703716899999, - 37.741776594000044 - ], - [ - -122.14701746799994, - 37.741804426000044 - ], - [ - -122.14701459099996, - 37.741808493000065 - ], - [ - -122.14700395699998, - 37.74182274800006 - ], - [ - -122.14699705099997, - 37.74183200600004 - ], - [ - -122.14699229999997, - 37.741838374000054 - ], - [ - -122.14697745499996, - 37.74185827500003 - ], - [ - -122.14696606799998, - 37.74187353900004 - ], - [ - -122.14696403099998, - 37.74187627200007 - ], - [ - -122.146953887, - 37.74188986900003 - ], - [ - -122.14695361799994, - 37.74189023500003 - ], - [ - -122.1469165399999, - 37.74194092700003 - ], - [ - -122.146912451, - 37.741946505000044 - ], - [ - -122.14685454699998, - 37.74202658200005 - ], - [ - -122.14668485299995, - 37.74225144300004 - ], - [ - -122.14659911799998, - 37.74236285500007 - ], - [ - -122.14651165499998, - 37.742473232000066 - ], - [ - -122.14651163099995, - 37.74247326300008 - ], - [ - -122.14605110999997, - 37.742763989000025 - ], - [ - -122.145830193, - 37.74255042100003 - ], - [ - -122.14568313199999, - 37.742391790000056 - ], - [ - -122.14561215799995, - 37.742310720000035 - ], - [ - -122.14548243299998, - 37.742153906000055 - ], - [ - -122.14536494799995, - 37.74200310100008 - ], - [ - -122.14519555399994, - 37.74177301800006 - ], - [ - -122.14486496399996, - 37.74133838200004 - ], - [ - -122.14467934699996, - 37.74109080300008 - ], - [ - -122.14460029199995, - 37.740985359000035 - ], - [ - -122.14447423899998, - 37.74081722500006 - ], - [ - -122.14436121699998, - 37.74066647200004 - ], - [ - -122.14430120199995, - 37.740591394000035 - ], - [ - -122.14421050099998, - 37.74047792700003 - ], - [ - -122.14408091299998, - 37.74032694500005 - ], - [ - -122.14398164199997, - 37.74021743000003 - ], - [ - -122.14380639499996, - 37.740035154000054 - ], - [ - -122.14365985399996, - 37.739895485000034 - ], - [ - -122.14365976299996, - 37.739895397000055 - ], - [ - -122.14358210699999, - 37.73982641600003 - ], - [ - -122.14347780199995, - 37.73973376200007 - ], - [ - -122.14343219499995, - 37.73969324900003 - ], - [ - -122.14327367199996, - 37.739563273000044 - ], - [ - -122.14300266199996, - 37.73934933600003 - ], - [ - -122.14254509399996, - 37.73898812600004 - ], - [ - -122.14222027799997, - 37.738731708000046 - ], - [ - -122.14208512, - 37.73862500800004 - ], - [ - -122.14176675099998, - 37.73836195900003 - ], - [ - -122.14160806099994, - 37.73822408600006 - ], - [ - -122.14142975399994, - 37.73805935900003 - ], - [ - -122.14135020299994, - 37.73798115400007 - ], - [ - -122.14127930499996, - 37.737903172000074 - ], - [ - -122.14112134599998, - 37.73771996500005 - ], - [ - -122.14094869999997, - 37.737498165000034 - ], - [ - -122.14086769199997, - 37.73738634600005 - ], - [ - -122.14080216099995, - 37.737283895000076 - ], - [ - -122.14066625699996, - 37.737061469000025 - ], - [ - -122.14066565199994, - 37.73706047100006 - ], - [ - -122.14064227799997, - 37.73702192600007 - ], - [ - -122.14062405599998, - 37.736985667000056 - ], - [ - -122.14061183099994, - 37.736961343000075 - ], - [ - -122.14050681099997, - 37.736752386000035 - ], - [ - -122.140399318, - 37.73650495500004 - ], - [ - -122.14038369399998, - 37.73646311400006 - ], - [ - -122.14036806999997, - 37.73642127200003 - ], - [ - -122.14036804899996, - 37.73642121100005 - ], - [ - -122.14030902299999, - 37.73625316500005 - ], - [ - -122.14024528899995, - 37.736029504000044 - ], - [ - -122.14021686999996, - 37.73591728100007 - ], - [ - -122.14019017599998, - 37.735804692000045 - ], - [ - -122.14019015499997, - 37.73580459000004 - ], - [ - -122.14011141599997, - 37.735449053000025 - ], - [ - -122.14011137799997, - 37.735448880000035 - ], - [ - -122.14005481299995, - 37.73519405500008 - ], - [ - -122.13991708099996, - 37.73457353500004 - ], - [ - -122.13990020099999, - 37.73449748300004 - ], - [ - -122.139786701, - 37.734007269000074 - ], - [ - -122.13954223699994, - 37.73295139700008 - ], - [ - -122.13953543099996, - 37.73292199600007 - ], - [ - -122.13951692899997, - 37.73283830100007 - ], - [ - -122.13950736299995, - 37.73280349200007 - ], - [ - -122.13943774999996, - 37.732543812000074 - ], - [ - -122.13941143499994, - 37.732445649000056 - ], - [ - -122.13938210799995, - 37.732336255000064 - ], - [ - -122.13928606099995, - 37.73197796300008 - ], - [ - -122.13899981699996, - 37.73096123800008 - ], - [ - -122.13899954599998, - 37.73096027300005 - ], - [ - -122.13899950599995, - 37.73096012900004 - ], - [ - -122.13899710699997, - 37.73095160300005 - ], - [ - -122.13899091499997, - 37.730930053000066 - ], - [ - -122.13874337699997, - 37.73094531600003 - ], - [ - -122.13844870799994, - 37.73096348200005 - ], - [ - -122.13823070099994, - 37.730976922000025 - ], - [ - -122.13819812399998, - 37.730986925000025 - ], - [ - -122.13816586099995, - 37.73099683200007 - ], - [ - -122.13810669599997, - 37.731014996000056 - ], - [ - -122.13801671099998, - 37.73108824600007 - ], - [ - -122.137908456, - 37.73117636500007 - ], - [ - -122.13783260099996, - 37.73123811000005 - ], - [ - -122.13768394999994, - 37.731359112000064 - ], - [ - -122.13766596899995, - 37.73137374700008 - ], - [ - -122.13752216699999, - 37.731434609000075 - ], - [ - -122.13749538599996, - 37.73144594300004 - ], - [ - -122.137484095, - 37.73145072300008 - ], - [ - -122.13733403499998, - 37.73151423200005 - ], - [ - -122.13724354799996, - 37.731552530000044 - ], - [ - -122.13715046899995, - 37.73159192700007 - ], - [ - -122.13708744999997, - 37.73161860300007 - ], - [ - -122.137018104, - 37.73166395800007 - ], - [ - -122.13696408199996, - 37.73169928600004 - ], - [ - -122.13679335899997, - 37.73181094200004 - ], - [ - -122.13672925799995, - 37.73185286700004 - ], - [ - -122.13671355199995, - 37.73186313800005 - ], - [ - -122.13670653199995, - 37.73187055900007 - ], - [ - -122.13664147499998, - 37.73193936800004 - ], - [ - -122.13656513999996, - 37.73202010400007 - ], - [ - -122.13652703199995, - 37.73206040300005 - ], - [ - -122.136461871, - 37.73212932200005 - ], - [ - -122.13642996599998, - 37.732181731000026 - ], - [ - -122.13634774399998, - 37.73231680200007 - ], - [ - -122.13626518199999, - 37.732452427000055 - ], - [ - -122.13625255999995, - 37.732473163000066 - ], - [ - -122.13618866499996, - 37.73257812500003 - ], - [ - -122.13617000099998, - 37.73260873100003 - ], - [ - -122.13611056399998, - 37.73270643200004 - ], - [ - -122.13609578399996, - 37.73273071300008 - ], - [ - -122.13600328999996, - 37.73284355800007 - ], - [ - -122.13599596499995, - 37.73285249400004 - ], - [ - -122.13589905999999, - 37.73297072400004 - ], - [ - -122.13580291999995, - 37.73308802100007 - ], - [ - -122.13579655799998, - 37.73309577900005 - ], - [ - -122.13572092499999, - 37.733188056000074 - ], - [ - -122.135706616, - 37.73321320900004 - ], - [ - -122.13563513099996, - 37.733338864000075 - ], - [ - -122.13561129599998, - 37.73338076500005 - ], - [ - -122.13556367499996, - 37.73346446900007 - ], - [ - -122.13549219599997, - 37.73359011600007 - ], - [ - -122.13547090599997, - 37.733627539000054 - ], - [ - -122.13540047099997, - 37.73370677500003 - ], - [ - -122.135365375, - 37.73374626200007 - ], - [ - -122.13536399399999, - 37.733747814000026 - ], - [ - -122.13536261499996, - 37.733749368000076 - ], - [ - -122.13533734199996, - 37.73377779800006 - ], - [ - -122.13530033299998, - 37.733819432000075 - ], - [ - -122.13520097199995, - 37.73393120900005 - ], - [ - -122.13515976199994, - 37.73397757200007 - ], - [ - -122.13510553099997, - 37.734038232000046 - ], - [ - -122.13510315999997, - 37.73404107500005 - ], - [ - -122.13510079199995, - 37.73404392100008 - ], - [ - -122.13508922099999, - 37.734056742000064 - ], - [ - -122.135062442, - 37.734086415000036 - ], - [ - -122.13500095699999, - 37.73415623500006 - ], - [ - -122.13500072399995, - 37.73415649900005 - ], - [ - -122.13490050099995, - 37.734269244000075 - ], - [ - -122.13486102999997, - 37.73431364500004 - ], - [ - -122.13448094499995, - 37.73430181400005 - ], - [ - -122.134480882, - 37.73430181100008 - ], - [ - -122.13445209099996, - 37.73430091600005 - ], - [ - -122.13444815799994, - 37.734300189000066 - ], - [ - -122.13444510499994, - 37.73429961800008 - ], - [ - -122.13438779799998, - 37.73428890200006 - ], - [ - -122.13438749699998, - 37.73428884500004 - ], - [ - -122.13436580799998, - 37.73428478900007 - ], - [ - -122.13434889399997, - 37.73428162400006 - ], - [ - -122.13428540799998, - 37.73426975000007 - ], - [ - -122.13397632399995, - 37.734211206000055 - ], - [ - -122.13394851699996, - 37.73420594000004 - ], - [ - -122.13394673399995, - 37.73420560200003 - ], - [ - -122.13382187399998, - 37.73418177100007 - ], - [ - -122.13369781199998, - 37.734158526000044 - ], - [ - -122.13353258999996, - 37.73412732000003 - ], - [ - -122.13353240499998, - 37.734127285000056 - ], - [ - -122.13353202399998, - 37.73412721200003 - ], - [ - -122.13353129599994, - 37.73412707500006 - ], - [ - -122.13347961399995, - 37.73411731300007 - ], - [ - -122.13337064099994, - 37.73409676500006 - ], - [ - -122.13328456299996, - 37.73408053400004 - ], - [ - -122.13327856799998, - 37.73407940300007 - ], - [ - -122.13327745499998, - 37.73407919400006 - ], - [ - -122.13319158999997, - 37.73406300100004 - ], - [ - -122.13319124099996, - 37.734062935000054 - ], - [ - -122.13318788099997, - 37.73406229900007 - ], - [ - -122.13283047199997, - 37.73399458100005 - ], - [ - -122.13263689399997, - 37.73391832400006 - ], - [ - -122.13201262899997, - 37.73367240700003 - ], - [ - -122.13168333699997, - 37.73363842200007 - ], - [ - -122.131510763, - 37.73362060900007 - ], - [ - -122.13123859099994, - 37.733592516000044 - ], - [ - -122.13100618199996, - 37.73363391300006 - ], - [ - -122.13066414399998, - 37.73369483700003 - ], - [ - -122.13063678999998, - 37.73369971200003 - ], - [ - -122.13040681299998, - 37.73343071700003 - ], - [ - -122.13050446699998, - 37.73277508800004 - ], - [ - -122.13112614799996, - 37.732273159000044 - ], - [ - -122.13112936299996, - 37.73227174700003 - ], - [ - -122.13113367299997, - 37.73226985400004 - ], - [ - -122.13155582699994, - 37.73208441700007 - ], - [ - -122.131853101, - 37.73195384100006 - ], - [ - -122.13188931899998, - 37.73193793100006 - ], - [ - -122.13196953399995, - 37.73190269600008 - ], - [ - -122.132052811, - 37.73186611400007 - ], - [ - -122.13220729299996, - 37.73179832000005 - ], - [ - -122.13235901699994, - 37.73173174200008 - ], - [ - -122.13191010999998, - 37.73123879900004 - ], - [ - -122.13178970299998, - 37.73110657900003 - ], - [ - -122.13177567699995, - 37.73109084400005 - ], - [ - -122.13177493199998, - 37.73109000900007 - ], - [ - -122.13177455599998, - 37.73108958600005 - ], - [ - -122.13177418999999, - 37.73108917500008 - ], - [ - -122.13175070299997, - 37.73106282400005 - ], - [ - -122.13159300299998, - 37.73088990000008 - ], - [ - -122.1312405799999, - 37.73043263500006 - ], - [ - -122.13066324399995, - 37.730127150000044 - ], - [ - -122.13036931299996, - 37.73008447800004 - ], - [ - -122.13036910999995, - 37.730084447000024 - ], - [ - -122.13032746899995, - 37.730078512000034 - ], - [ - -122.13032155499997, - 37.73007767200005 - ], - [ - -122.13030673199995, - 37.73007556500005 - ], - [ - -122.12985114799994, - 37.730010855000046 - ], - [ - -122.12967157299994, - 37.72999441700006 - ], - [ - -122.12938611299995, - 37.72996828600003 - ], - [ - -122.12935441899998, - 37.729965383000035 - ], - [ - -122.12884790299995, - 37.72993401600007 - ], - [ - -122.12845662399997, - 37.72990978200005 - ], - [ - -122.12813600399994, - 37.729889925000066 - ], - [ - -122.12809589799997, - 37.72988726700004 - ], - [ - -122.127897024, - 37.72987408200004 - ], - [ - -122.12724938599996, - 37.72983113600003 - ], - [ - -122.12724934299996, - 37.72983113500004 - ], - [ - -122.12644898099995, - 37.72980115800004 - ], - [ - -122.12547144599995, - 37.72976453800004 - ], - [ - -122.12447531199996, - 37.72859346800004 - ], - [ - -122.12293963199994, - 37.72905001500004 - ], - [ - -122.122390425, - 37.72941444800006 - ], - [ - -122.12218183299996, - 37.72939120500007 - ], - [ - -122.12224856999995, - 37.73000237900004 - ], - [ - -122.12175761799995, - 37.73082050800008 - ], - [ - -122.12125394199995, - 37.73175383500006 - ], - [ - -122.12121953099995, - 37.73181759400006 - ], - [ - -122.12109600499997, - 37.73190430500006 - ], - [ - -122.120242379, - 37.731993534000026 - ], - [ - -122.120242341, - 37.731993541000065 - ], - [ - -122.11883157999995, - 37.73227891100004 - ], - [ - -122.11775733999997, - 37.73295336500007 - ], - [ - -122.11715620799998, - 37.73349902500007 - ], - [ - -122.11620091799995, - 37.73413207500005 - ], - [ - -122.11510420199994, - 37.73528447000007 - ], - [ - -122.11481172799995, - 37.73612350700006 - ], - [ - -122.11520850999995, - 37.73716441300007 - ], - [ - -122.11523992499997, - 37.73876844000006 - ], - [ - -122.11524755799996, - 37.73915802600004 - ], - [ - -122.11514042299996, - 37.73940596400007 - ], - [ - -122.11504554199996, - 37.739625544000035 - ], - [ - -122.11481031999995, - 37.74016992000003 - ], - [ - -122.11480880299996, - 37.74044903300006 - ], - [ - -122.11480143699998, - 37.74180748300006 - ], - [ - -122.11480154799995, - 37.74180815200003 - ], - [ - -122.11491080199994, - 37.74247010500005 - ], - [ - -122.114959839, - 37.742767220000076 - ], - [ - -122.11496354199994, - 37.74278964200005 - ], - [ - -122.11496709099998, - 37.742811146000065 - ], - [ - -122.11500024299994, - 37.74301199400003 - ], - [ - -122.115000625, - 37.74307921600007 - ], - [ - -122.115001195, - 37.74317946200006 - ], - [ - -122.11500120199997, - 37.74318049300007 - ], - [ - -122.11500156299996, - 37.74324382100008 - ], - [ - -122.11504025299996, - 37.74368616600003 - ], - [ - -122.11506497199997, - 37.74396876900005 - ], - [ - -122.11548841099994, - 37.748809589000075 - ], - [ - -122.11549505199997, - 37.74888551300006 - ], - [ - -122.11582213799994, - 37.748732810000035 - ], - [ - -122.11582120699995, - 37.74872535000003 - ], - [ - -122.11582264299994, - 37.748724681000056 - ], - [ - -122.11582359999994, - 37.748724234000065 - ], - [ - -122.11593134499998, - 37.749545167000065 - ], - [ - -122.11595789599994, - 37.74974746000004 - ], - [ - -122.11595942799994, - 37.749755134000054 - ], - [ - -122.11596918999999, - 37.749799032000055 - ], - [ - -122.11597991499997, - 37.74984278900007 - ], - [ - -122.11599121599994, - 37.74988495200006 - ], - [ - -122.115991598, - 37.749886391000075 - ], - [ - -122.11599202999997, - 37.74988786600005 - ], - [ - -122.11600424099998, - 37.74992982200007 - ], - [ - -122.11601758299997, - 37.74997226700003 - ], - [ - -122.116017705, - 37.74997265500008 - ], - [ - -122.11601783599997, - 37.749973073000035 - ], - [ - -122.11601798999999, - 37.749973529000044 - ], - [ - -122.11601814899996, - 37.749974001000055 - ], - [ - -122.11603238199996, - 37.75001612600005 - ], - [ - -122.11604546299998, - 37.75005232400008 - ], - [ - -122.11604786699996, - 37.75005897600005 - ], - [ - -122.11605046099999, - 37.75006570800008 - ], - [ - -122.11606429499994, - 37.75010159900006 - ], - [ - -122.11608031099996, - 37.75014071100003 - ], - [ - -122.11608165499996, - 37.75014399300005 - ], - [ - -122.11608295199994, - 37.750146983000036 - ], - [ - -122.11609994599996, - 37.750186136000025 - ], - [ - -122.116119159, - 37.750228020000065 - ], - [ - -122.11613929199996, - 37.75026963300007 - ], - [ - -122.11616033399997, - 37.750310961000025 - ], - [ - -122.11618228199995, - 37.75035199100006 - ], - [ - -122.11619668599997, - 37.75037766400004 - ], - [ - -122.11666305899996, - 37.75105406600005 - ], - [ - -122.11716107099994, - 37.751776343000074 - ], - [ - -122.11744618199998, - 37.75218982700005 - ], - [ - -122.11767687699995, - 37.75252440700007 - ], - [ - -122.11769679499997, - 37.75255333000007 - ], - [ - -122.11771116299997, - 37.75257419500008 - ], - [ - -122.11783832099997, - 37.752758852000056 - ], - [ - -122.11825600499998, - 37.75336541400003 - ], - [ - -122.118256192, - 37.75336568600005 - ], - [ - -122.118355641, - 37.75351010300005 - ], - [ - -122.11834025199994, - 37.75351675700006 - ], - [ - -122.11834115999994, - 37.753518075000045 - ], - [ - -122.11834182999996, - 37.753519037000046 - ], - [ - -122.11834210999996, - 37.75351944000005 - ], - [ - -122.11834254699994, - 37.75352006800006 - ], - [ - -122.11834258599998, - 37.75352012400003 - ], - [ - -122.118343187, - 37.75352098800005 - ], - [ - -122.11834322399994, - 37.753521041000056 - ], - [ - -122.11834335499998, - 37.75352123000005 - ], - [ - -122.11834561399996, - 37.75352434000007 - ], - [ - -122.11834661199998, - 37.753525661000026 - ], - [ - -122.11834679999998, - 37.753525909000075 - ], - [ - -122.11834787099997, - 37.753527328000075 - ], - [ - -122.11834794499998, - 37.75352742500007 - ], - [ - -122.11834802199996, - 37.75352752400005 - ], - [ - -122.11834863399997, - 37.75352830400004 - ], - [ - -122.11834911099999, - 37.753528912000036 - ], - [ - -122.11834914099995, - 37.75352895000003 - ], - [ - -122.118350379, - 37.753530527000066 - ], - [ - -122.11835177299997, - 37.75353223500008 - ], - [ - -122.11835277499995, - 37.75353345900004 - ], - [ - -122.11835280199995, - 37.75353349300008 - ], - [ - -122.118353201, - 37.75353396400004 - ], - [ - -122.11835382099997, - 37.75353469600003 - ], - [ - -122.11835485299997, - 37.753535912000075 - ], - [ - -122.11835531699995, - 37.75353646100007 - ], - [ - -122.11835562199997, - 37.753536807000046 - ], - [ - -122.118356603, - 37.75353792300007 - ], - [ - -122.11835786899996, - 37.753539362000026 - ], - [ - -122.11835792299996, - 37.75353942300006 - ], - [ - -122.11835797599997, - 37.753539482000065 - ], - [ - -122.11835817099995, - 37.75353969500003 - ], - [ - -122.11835819899994, - 37.75353972500005 - ], - [ - -122.11835884799996, - 37.75354043600004 - ], - [ - -122.11836001799998, - 37.75354171600003 - ], - [ - -122.11836057799997, - 37.75354232900003 - ], - [ - -122.11836103499996, - 37.753542812000035 - ], - [ - -122.11836365899995, - 37.75354556900004 - ], - [ - -122.11836501399995, - 37.75354695100003 - ], - [ - -122.11836571999999, - 37.753547669000056 - ], - [ - -122.11836607699996, - 37.753548032000026 - ], - [ - -122.11836618399997, - 37.75354813800004 - ], - [ - -122.11836663899999, - 37.75354858600008 - ], - [ - -122.11836751399994, - 37.75354944600008 - ], - [ - -122.11836839399996, - 37.75355031000004 - ], - [ - -122.11836928999998, - 37.753551180000045 - ], - [ - -122.11837017899995, - 37.753552021000075 - ], - [ - -122.118370933, - 37.753552737000064 - ], - [ - -122.11837162399996, - 37.75355338800006 - ], - [ - -122.11837177999996, - 37.75355353700007 - ], - [ - -122.11837183799997, - 37.75355359200006 - ], - [ - -122.11837198299997, - 37.75355372400003 - ], - [ - -122.11837281699997, - 37.75355448700003 - ], - [ - -122.11837405199998, - 37.753555618000064 - ], - [ - -122.11837487199995, - 37.753556367000044 - ], - [ - -122.11837556399996, - 37.75355697800006 - ], - [ - -122.118376437, - 37.75355775100007 - ], - [ - -122.11837731199995, - 37.75355852300004 - ], - [ - -122.11837783299995, - 37.75355898500004 - ], - [ - -122.11837864999995, - 37.75355968100007 - ], - [ - -122.11837933899994, - 37.75356026900005 - ], - [ - -122.11838008599995, - 37.753560906000075 - ], - [ - -122.11838076599997, - 37.75356148600008 - ], - [ - -122.11838091599998, - 37.753561614000034 - ], - [ - -122.11838134199996, - 37.75356196400003 - ], - [ - -122.11838138399997, - 37.753562 - ], - [ - -122.11838214699998, - 37.753562626000075 - ], - [ - -122.11838285899995, - 37.75356321400005 - ], - [ - -122.11838333199995, - 37.75356360300003 - ], - [ - -122.11838369799995, - 37.75356390600007 - ], - [ - -122.11838399699997, - 37.753564151000035 - ], - [ - -122.11838565899996, - 37.75356547500007 - ], - [ - -122.11838641099996, - 37.75356607400005 - ], - [ - -122.11838688399996, - 37.75356645100004 - ], - [ - -122.11838719899998, - 37.75356670100007 - ], - [ - -122.11838725599995, - 37.75356674500006 - ], - [ - -122.118387343, - 37.75356681200003 - ], - [ - -122.11838821199996, - 37.75356748000007 - ], - [ - -122.11838897999996, - 37.753568071000075 - ], - [ - -122.11839044899995, - 37.75356920000007 - ], - [ - -122.118390509, - 37.75356924700003 - ], - [ - -122.11839061299997, - 37.75356932200003 - ], - [ - -122.118390778, - 37.75356944400005 - ], - [ - -122.11839092499997, - 37.75356955500007 - ], - [ - -122.118391138, - 37.75356971100007 - ], - [ - -122.118391466, - 37.753569956000035 - ], - [ - -122.11839176199999, - 37.75357017600004 - ], - [ - -122.11839216699997, - 37.75357047600005 - ], - [ - -122.11839255599995, - 37.75357076500006 - ], - [ - -122.11839359499999, - 37.75357153500005 - ], - [ - -122.11839365699996, - 37.75357158000003 - ], - [ - -122.11839371599996, - 37.75357162600005 - ], - [ - -122.11839377599995, - 37.75357166900005 - ], - [ - -122.11839381899995, - 37.753571702000045 - ], - [ - -122.11839387199996, - 37.75357173900005 - ], - [ - -122.11839591299997, - 37.75357320000006 - ], - [ - -122.11839651099996, - 37.75357362800003 - ], - [ - -122.11839662399996, - 37.75357370800003 - ], - [ - -122.11839747, - 37.753574308000054 - ], - [ - -122.11840004299995, - 37.753576087000056 - ], - [ - -122.11840073399998, - 37.753576562000035 - ], - [ - -122.11840232699996, - 37.75357762700003 - ], - [ - -122.11840595599995, - 37.75358982800003 - ], - [ - -122.11844709199994, - 37.753645368000036 - ], - [ - -122.11864097499995, - 37.75390458800007 - ], - [ - -122.11883068499998, - 37.75415764400003 - ], - [ - -122.11883084599998, - 37.754158663000055 - ], - [ - -122.118831173, - 37.75416073300005 - ], - [ - -122.11883124599996, - 37.75416119100004 - ], - [ - -122.11883143299997, - 37.75416222700005 - ], - [ - -122.11883254199995, - 37.75416839500008 - ], - [ - -122.11883390399998, - 37.754175101000044 - ], - [ - -122.11883429299996, - 37.75417687000004 - ], - [ - -122.11883430299997, - 37.75417691200005 - ], - [ - -122.11883479499994, - 37.75417909600003 - ], - [ - -122.11883556799995, - 37.75418252700007 - ], - [ - -122.118835575, - 37.75418256200004 - ], - [ - -122.11883597699995, - 37.75418418600003 - ], - [ - -122.11883605799994, - 37.75418451300004 - ], - [ - -122.11883608899996, - 37.75418463400007 - ], - [ - -122.11883615799997, - 37.75418491900007 - ], - [ - -122.11883617099994, - 37.75418497000004 - ], - [ - -122.11883629599998, - 37.75418547000004 - ], - [ - -122.11883630199998, - 37.75418549700004 - ], - [ - -122.11883644699998, - 37.75418608000007 - ], - [ - -122.11883687699998, - 37.75418781500008 - ], - [ - -122.11883735699996, - 37.75418975000008 - ], - [ - -122.11883767999996, - 37.75419094100005 - ], - [ - -122.11883931099999, - 37.75419694300007 - ], - [ - -122.11883931799997, - 37.75419696900008 - ], - [ - -122.11884030999994, - 37.75420033700004 - ], - [ - -122.11884130899995, - 37.754203732000065 - ], - [ - -122.11884196199998, - 37.75420582000004 - ], - [ - -122.11884290399996, - 37.754208823000056 - ], - [ - -122.11884324, - 37.75420985400007 - ], - [ - -122.11884354499995, - 37.75421079100005 - ], - [ - -122.11884357399998, - 37.75421087900003 - ], - [ - -122.11884383899996, - 37.75421165400007 - ], - [ - -122.11884451799995, - 37.75421364700003 - ], - [ - -122.11884453299996, - 37.754213693000054 - ], - [ - -122.11884466799995, - 37.75421409000006 - ], - [ - -122.11884573199995, - 37.754217211000025 - ], - [ - -122.11884575799996, - 37.75421728200007 - ], - [ - -122.11884576499995, - 37.75421730900007 - ], - [ - -122.11884578099995, - 37.75421735500004 - ], - [ - -122.11884581199996, - 37.75421744300007 - ], - [ - -122.11884595299995, - 37.75421786000004 - ], - [ - -122.11884825699997, - 37.75422417200008 - ], - [ - -122.118848416, - 37.75422461000005 - ], - [ - -122.11884848799997, - 37.75422480900005 - ], - [ - -122.118848889, - 37.754225838000025 - ], - [ - -122.11884979999996, - 37.75422818200008 - ], - [ - -122.11884983099998, - 37.75422826300007 - ], - [ - -122.11884985399996, - 37.75422831700007 - ], - [ - -122.11885115599995, - 37.75423167200006 - ], - [ - -122.11885183399994, - 37.75423331500008 - ], - [ - -122.11885324999997, - 37.75423674600006 - ], - [ - -122.11885353999998, - 37.754237448000026 - ], - [ - -122.11885380399997, - 37.754238085000054 - ], - [ - -122.11885390599997, - 37.75423833600007 - ], - [ - -122.11885398399994, - 37.754238523000026 - ], - [ - -122.11885403599996, - 37.75423865100004 - ], - [ - -122.11885408799998, - 37.75423876200006 - ], - [ - -122.118854151, - 37.75423890800005 - ], - [ - -122.11885550499994, - 37.75424200800006 - ], - [ - -122.11885648499998, - 37.754244250000056 - ], - [ - -122.11885699699997, - 37.754245422000054 - ], - [ - -122.11885701499995, - 37.75424546100004 - ], - [ - -122.11885716399996, - 37.754245782000055 - ], - [ - -122.11885753499996, - 37.75424658500003 - ], - [ - -122.11885971299995, - 37.75425129900003 - ], - [ - -122.11886020299994, - 37.75425235400007 - ], - [ - -122.11886061399997, - 37.754253197000025 - ], - [ - -122.11886178099996, - 37.754255588000035 - ], - [ - -122.11886317899996, - 37.75425849100003 - ], - [ - -122.11886399099996, - 37.75426006500004 - ], - [ - -122.11886685999997, - 37.754265659000055 - ], - [ - -122.11887017699996, - 37.75427182100003 - ], - [ - -122.11887054299996, - 37.754272496000056 - ], - [ - -122.11887057399997, - 37.754272548000074 - ], - [ - -122.11887110499998, - 37.754273488000024 - ], - [ - -122.11887139199996, - 37.75427399600005 - ], - [ - -122.11887228399996, - 37.754275576000055 - ], - [ - -122.11887230399998, - 37.754275611000025 - ], - [ - -122.11887390499999, - 37.75427844500007 - ], - [ - -122.11887400399996, - 37.75427862300006 - ], - [ - -122.118874087, - 37.75427876600003 - ], - [ - -122.11887416299999, - 37.75427890100008 - ], - [ - -122.11887417899999, - 37.754278929000066 - ], - [ - -122.118874302, - 37.75427913500005 - ], - [ - -122.11887431999997, - 37.75427916000007 - ], - [ - -122.11887549199997, - 37.754281106000064 - ], - [ - -122.118875517, - 37.754281148000075 - ], - [ - -122.11887563, - 37.75428133500003 - ], - [ - -122.11888141099996, - 37.75429092400003 - ], - [ - -122.11888147899998, - 37.754291038000076 - ], - [ - -122.11894084299996, - 37.754375312000036 - ], - [ - -122.11918179399999, - 37.754717353000046 - ], - [ - -122.11924049599997, - 37.754801722000025 - ], - [ - -122.11929648599994, - 37.75488219600004 - ], - [ - -122.11941478999995, - 37.75504542400006 - ], - [ - -122.11952126199998, - 37.75518693400005 - ], - [ - -122.11953665799996, - 37.75520699500004 - ], - [ - -122.11965954299995, - 37.75536363500004 - ], - [ - -122.11966038199995, - 37.755364704000044 - ], - [ - -122.119660663, - 37.75536506200007 - ], - [ - -122.11985573699997, - 37.755602156000066 - ], - [ - -122.12037505799998, - 37.75621457400007 - ], - [ - -122.12142482999997, - 37.75745249900007 - ], - [ - -122.12275309399996, - 37.75899603100004 - ], - [ - -122.12277095299999, - 37.75901717700003 - ], - [ - -122.12278834399996, - 37.75903856600007 - ], - [ - -122.12280526, - 37.759060195000075 - ], - [ - -122.12282170199995, - 37.75908205500008 - ], - [ - -122.12283765999996, - 37.759104136000076 - ], - [ - -122.12285312699998, - 37.759126439000056 - ], - [ - -122.12286810399996, - 37.75914895200003 - ], - [ - -122.12288257699998, - 37.75917166500005 - ], - [ - -122.12289655999996, - 37.75919458100003 - ], - [ - -122.12291003599995, - 37.75921768300003 - ], - [ - -122.12292299299997, - 37.75924096700004 - ], - [ - -122.12293544199997, - 37.75926443100008 - ], - [ - -122.12294737199994, - 37.75928806200005 - ], - [ - -122.12295878199996, - 37.75931185700006 - ], - [ - -122.12296966399998, - 37.759335805000035 - ], - [ - -122.12298002299997, - 37.75935989900006 - ], - [ - -122.12298984599994, - 37.759384133000026 - ], - [ - -122.12299913499999, - 37.759408499000074 - ], - [ - -122.12300788899995, - 37.75943299100004 - ], - [ - -122.12301610499998, - 37.759457602000055 - ], - [ - -122.12302377799995, - 37.759482321000064 - ], - [ - -122.12303090499995, - 37.75950714100003 - ], - [ - -122.12303748499994, - 37.759532060000026 - ], - [ - -122.12304351799997, - 37.759557063000045 - ], - [ - -122.12304899799994, - 37.75958214800005 - ], - [ - -122.12305751199995, - 37.75962771600007 - ], - [ - -122.12310692399996, - 37.759909951000054 - ], - [ - -122.12311013799996, - 37.75992720600004 - ], - [ - -122.12311373299997, - 37.759944415000064 - ], - [ - -122.12311770599996, - 37.75996157000003 - ], - [ - -122.12312205099994, - 37.75997866900008 - ], - [ - -122.12312677199998, - 37.75999570300007 - ], - [ - -122.12313187199999, - 37.76001267200007 - ], - [ - -122.12313733999997, - 37.760029565000025 - ], - [ - -122.12314317799996, - 37.76004638400008 - ], - [ - -122.12314938799994, - 37.76006311500004 - ], - [ - -122.12315596999997, - 37.760079759000064 - ], - [ - -122.12316290399997, - 37.76009630900006 - ], - [ - -122.12317020599994, - 37.76011276000003 - ], - [ - -122.1231778699999, - 37.76012910700007 - ], - [ - -122.12318589199998, - 37.76014534800004 - ], - [ - -122.12319426699997, - 37.76016147200005 - ], - [ - -122.12320299699996, - 37.76017748000004 - ], - [ - -122.12321208099996, - 37.76019336300004 - ], - [ - -122.12322151399997, - 37.760209118000034 - ], - [ - -122.12323128299994, - 37.76022474200005 - ], - [ - -122.12324139799995, - 37.760240225000075 - ], - [ - -122.12325185399999, - 37.76025556800005 - ], - [ - -122.12326264499995, - 37.76027076300005 - ], - [ - -122.12327376299999, - 37.760285804000034 - ], - [ - -122.12328521599994, - 37.760300690000065 - ], - [ - -122.12329699399999, - 37.760315416000026 - ], - [ - -122.12330909499997, - 37.76032997800007 - ], - [ - -122.12332151299995, - 37.76034436700007 - ], - [ - -122.12333424299999, - 37.76035858500006 - ], - [ - -122.12334728599996, - 37.76037262300008 - ], - [ - -122.12336063499998, - 37.760386478000044 - ], - [ - -122.12337428599994, - 37.76040014400007 - ], - [ - -122.12338823599998, - 37.760413620000065 - ], - [ - -122.123402479, - 37.76042690100007 - ], - [ - -122.12341701199995, - 37.76043998200004 - ], - [ - -122.123431832, - 37.76045286100003 - ], - [ - -122.12344693499995, - 37.76046553300006 - ], - [ - -122.12346712799996, - 37.760481810000044 - ], - [ - -122.12379450999998, - 37.76073892800008 - ], - [ - -122.12381855099994, - 37.760760549000054 - ], - [ - -122.12384211399996, - 37.76078250000006 - ], - [ - -122.12386518899996, - 37.760804773000075 - ], - [ - -122.12388777099994, - 37.76082736600006 - ], - [ - -122.12390985399998, - 37.760850264000055 - ], - [ - -122.12393143199995, - 37.76087346400004 - ], - [ - -122.12395249599996, - 37.76089696200006 - ], - [ - -122.12397303899996, - 37.760920749000036 - ], - [ - -122.12399305699995, - 37.76094481400003 - ], - [ - -122.12401254199995, - 37.760969155000055 - ], - [ - -122.12403149, - 37.76099376500008 - ], - [ - -122.12404989199996, - 37.761018627000055 - ], - [ - -122.12406774299996, - 37.76104374200003 - ], - [ - -122.12408504499996, - 37.76106910400006 - ], - [ - -122.12410178299996, - 37.76109469900007 - ], - [ - -122.12411795699995, - 37.761120523000045 - ], - [ - -122.12413355899997, - 37.761146567000026 - ], - [ - -122.12414858899996, - 37.76117282600006 - ], - [ - -122.12416303799995, - 37.76119928600008 - ], - [ - -122.12417690299998, - 37.76122594200007 - ], - [ - -122.12419018099996, - 37.761252787000046 - ], - [ - -122.12420286699995, - 37.761279811000065 - ], - [ - -122.12421495599995, - 37.76130700700003 - ], - [ - -122.12422644299994, - 37.76133436600003 - ], - [ - -122.12423733199995, - 37.76136187900005 - ], - [ - -122.12424761499994, - 37.761389542000074 - ], - [ - -122.12425728, - 37.76141734300006 - ], - [ - -122.12426633899997, - 37.761445269000035 - ], - [ - -122.12427787799999, - 37.76148419300006 - ], - [ - -122.12436627999995, - 37.76179934700008 - ], - [ - -122.12437014099999, - 37.761811426000065 - ], - [ - -122.12437427299994, - 37.761823450000065 - ], - [ - -122.124378665, - 37.761835414000075 - ], - [ - -122.12438332199997, - 37.76184731400008 - ], - [ - -122.12438823899998, - 37.76185914800004 - ], - [ - -122.12439341599998, - 37.76187091600008 - ], - [ - -122.12439885099997, - 37.761882608000064 - ], - [ - -122.12440454499995, - 37.761894221000034 - ], - [ - -122.12441048399995, - 37.76190575700008 - ], - [ - -122.12441667899998, - 37.76191720500003 - ], - [ - -122.12442313099996, - 37.76192856700004 - ], - [ - -122.1244298299999, - 37.761939839000036 - ], - [ - -122.12443677299996, - 37.76195101500008 - ], - [ - -122.12444395899996, - 37.76196209600005 - ], - [ - -122.12445139199997, - 37.761973074000025 - ], - [ - -122.12445906499994, - 37.761983944000065 - ], - [ - -122.12446697399997, - 37.76199471000007 - ], - [ - -122.12447511699997, - 37.762005362000025 - ], - [ - -122.124483495, - 37.762015903000076 - ], - [ - -122.12449210299997, - 37.76202632500008 - ], - [ - -122.12450093999996, - 37.762036626000054 - ], - [ - -122.12450999899994, - 37.76204680200004 - ], - [ - -122.12451928599995, - 37.762056854000036 - ], - [ - -122.12452878599998, - 37.762066772000026 - ], - [ - -122.12453850799994, - 37.76207655800005 - ], - [ - -122.12455400399995, - 37.762091471000076 - ], - [ - -122.12476918199997, - 37.76229286600005 - ], - [ - -122.12479423199994, - 37.76231693200003 - ], - [ - -122.124810707, - 37.76233347500005 - ], - [ - -122.12482681499995, - 37.762350248000075 - ], - [ - -122.12484255399994, - 37.76236723900007 - ], - [ - -122.12485791299997, - 37.762384445000066 - ], - [ - -122.12487289299997, - 37.762401864000026 - ], - [ - -122.12488748799996, - 37.76241948400008 - ], - [ - -122.124901696, - 37.76243730700003 - ], - [ - -122.12491550799996, - 37.76245532200005 - ], - [ - -122.12492891899996, - 37.762473527000054 - ], - [ - -122.12494193299995, - 37.762491915000055 - ], - [ - -122.12495453399998, - 37.76251048000006 - ], - [ - -122.12496673199996, - 37.76252921500003 - ], - [ - -122.124978511, - 37.762548114000026 - ], - [ - -122.12498987599997, - 37.762567182000055 - ], - [ - -122.12500082099996, - 37.76258640000003 - ], - [ - -122.12501133699999, - 37.762605765000046 - ], - [ - -122.12502142999995, - 37.76262527800003 - ], - [ - -122.12503109099998, - 37.76264492400003 - ], - [ - -122.125040319, - 37.76266469800004 - ], - [ - -122.12504910999996, - 37.76268460000006 - ], - [ - -122.12505746499994, - 37.76270461900003 - ], - [ - -122.12506537599995, - 37.76272475400003 - ], - [ - -122.12507284099996, - 37.762744991000034 - ], - [ - -122.12507986299994, - 37.76276533500004 - ], - [ - -122.125086437, - 37.76278576900006 - ], - [ - -122.12509256399994, - 37.76280629100006 - ], - [ - -122.12509823, - 37.762826895000046 - ], - [ - -122.12510344999998, - 37.76284757500008 - ], - [ - -122.12510821099994, - 37.76286832100004 - ], - [ - -122.12511251299998, - 37.762889134000034 - ], - [ - -122.12511636, - 37.76291000100008 - ], - [ - -122.12526320299997, - 37.76375817100006 - ], - [ - -122.12567265999996, - 37.76449397700003 - ], - [ - -122.12645629999997, - 37.76590215600004 - ], - [ - -122.12721051199998, - 37.76725697100005 - ], - [ - -122.12722692399996, - 37.767286901000034 - ], - [ - -122.12724686299998, - 37.767309718000035 - ], - [ - -122.127261563, - 37.76732728600007 - ], - [ - -122.12727587299997, - 37.76734505500008 - ], - [ - -122.12728978899997, - 37.76736301900007 - ], - [ - -122.127303311, - 37.76738117600007 - ], - [ - -122.12731642399996, - 37.76739951600007 - ], - [ - -122.12732913699995, - 37.76741803400006 - ], - [ - -122.12754315999996, - 37.76777634200005 - ], - [ - -122.12755197799999, - 37.767791104000025 - ], - [ - -122.12755785899998, - 37.767800022000074 - ], - [ - -122.12756393099994, - 37.76780885900007 - ], - [ - -122.12757020199996, - 37.76781760800003 - ], - [ - -122.12757666199997, - 37.76782626900007 - ], - [ - -122.12758330899999, - 37.767834839000045 - ], - [ - -122.12759014599999, - 37.767843318000075 - ], - [ - -122.12759716899996, - 37.76785170000005 - ], - [ - -122.12760437199995, - 37.76785998100007 - ], - [ - -122.127611759, - 37.76786816900005 - ], - [ - -122.12761932399997, - 37.76787624200006 - ], - [ - -122.12762706399997, - 37.76788421600003 - ], - [ - -122.12763375099996, - 37.767892560000064 - ], - [ - -122.12764047699994, - 37.76790084000004 - ], - [ - -122.12874993599996, - 37.769699839000054 - ], - [ - -122.12959364499994, - 37.771387170000025 - ], - [ - -122.12964130599994, - 37.77147181300006 - ], - [ - -122.12977090499999, - 37.77170198500005 - ], - [ - -122.12996965099995, - 37.77205495800007 - ], - [ - -122.13025361999996, - 37.77255928200003 - ], - [ - -122.13082260799996, - 37.77356976800007 - ], - [ - -122.13101075199995, - 37.77390388500004 - ], - [ - -122.13129119399997, - 37.77440173800005 - ], - [ - -122.13135049799996, - 37.774507167000024 - ], - [ - -122.13138404399996, - 37.77456680500006 - ], - [ - -122.13138444999998, - 37.77456752900008 - ], - [ - -122.13138485899998, - 37.77456825300004 - ], - [ - -122.13180740999996, - 37.77531864400004 - ], - [ - -122.13180745499994, - 37.775318724000044 - ], - [ - -122.13182194099994, - 37.77534444400004 - ], - [ - -122.13212619899997, - 37.775654634000034 - ], - [ - -122.13212813999996, - 37.775656612000034 - ], - [ - -122.13230325799998, - 37.77583514100007 - ], - [ - -122.13238827999999, - 37.775921821000054 - ], - [ - -122.13247860399997, - 37.77601390600006 - ], - [ - -122.13266948699999, - 37.77620790000003 - ], - [ - -122.13281442299996, - 37.776356261000046 - ], - [ - -122.13284883999995, - 37.77639134300006 - ], - [ - -122.13302855499995, - 37.776574563000054 - ], - [ - -122.13317656799995, - 37.776725448000036 - ], - [ - -122.13323660999998, - 37.77678666200006 - ], - [ - -122.13332456899997, - 37.77687633600004 - ], - [ - -122.13333731699998, - 37.77688932600006 - ], - [ - -122.13347257699996, - 37.777027221000026 - ], - [ - -122.13376413599997, - 37.777324443000055 - ], - [ - -122.13348817499997, - 37.77749477200007 - ], - [ - -122.13318956699999, - 37.77767908000004 - ], - [ - -122.13402077899997, - 37.77848923700003 - ], - [ - -122.13413398499995, - 37.778416648000075 - ], - [ - -122.13420770699997, - 37.77836937700005 - ], - [ - -122.13456457899997, - 37.77814054700008 - ], - [ - -122.13463626599997, - 37.778213641000036 - ], - [ - -122.135099476, - 37.77868593000005 - ], - [ - -122.13543359299996, - 37.77902659600005 - ], - [ - -122.13545092299995, - 37.779044268000064 - ], - [ - -122.13573785199998, - 37.77933681600007 - ], - [ - -122.13575844499996, - 37.77935781200006 - ], - [ - -122.13578495999997, - 37.779384838000055 - ], - [ - -122.13578852599994, - 37.779384959000026 - ], - [ - -122.13602629299999, - 37.77962774800005 - ], - [ - -122.13631301799995, - 37.77992051800004 - ], - [ - -122.13644126999998, - 37.78005147500005 - ], - [ - -122.13659974599994, - 37.78021329300003 - ], - [ - -122.13692464999997, - 37.78054504900007 - ], - [ - -122.137007784, - 37.78062993200007 - ], - [ - -122.13729451299997, - 37.780922701000065 - ], - [ - -122.13747174099996, - 37.78110365900005 - ], - [ - -122.13758125199996, - 37.78121547600006 - ], - [ - -122.137765329, - 37.78140343000007 - ], - [ - -122.13808268699995, - 37.781727465000074 - ], - [ - -122.13830072299999, - 37.781949750000024 - ], - [ - -122.13872137799996, - 37.78237859400008 - ], - [ - -122.13918602299998, - 37.78285228400006 - ], - [ - -122.13950489499996, - 37.783177357000056 - ], - [ - -122.13989180299995, - 37.783571779000056 - ], - [ - -122.14045102699998, - 37.78414186900005 - ], - [ - -122.14081645899995, - 37.78451439200006 - ], - [ - -122.14138370699999, - 37.785092631000055 - ], - [ - -122.14139055199996, - 37.78509961200007 - ], - [ - -122.14196860299995, - 37.78568933400004 - ], - [ - -122.14197702299998, - 37.78569792500008 - ], - [ - -122.14199721299997, - 37.785718521000035 - ], - [ - -122.142574186, - 37.786307125000064 - ], - [ - -122.142658913, - 37.78639356100007 - ], - [ - -122.14267657199997, - 37.78641157100003 - ], - [ - -122.14330346799994, - 37.787051089000045 - ], - [ - -122.14330380799998, - 37.78705143600007 - ], - [ - -122.14330117399999, - 37.78705070400008 - ], - [ - -122.14329750099995, - 37.78704968100004 - ], - [ - -122.14330886699997, - 37.787061255000026 - ], - [ - -122.14323145799995, - 37.78703835600004 - ], - [ - -122.14319178599999, - 37.78702662100005 - ], - [ - -122.14358840899996, - 37.787306357000034 - ], - [ - -122.14365169299998, - 37.78735067700006 - ], - [ - -122.14371305199995, - 37.78739365200005 - ], - [ - -122.14371632099994, - 37.78739593800003 - ], - [ - -122.14371953699998, - 37.787398189000044 - ], - [ - -122.14332962999998, - 37.787880028000075 - ], - [ - -122.14331522999998, - 37.78789782200005 - ], - [ - -122.14323389799995, - 37.78799833100004 - ], - [ - -122.14318327799998, - 37.78806088400006 - ], - [ - -122.14308508599999, - 37.78818222800004 - ], - [ - -122.14303086599995, - 37.78824922800004 - ], - [ - -122.143003648, - 37.78828286100003 - ], - [ - -122.14274329399996, - 37.78860459600003 - ], - [ - -122.14251602799999, - 37.788885435000054 - ], - [ - -122.14251432099996, - 37.78888754600007 - ], - [ - -122.14251403499998, - 37.78888789800004 - ], - [ - -122.14204201299998, - 37.78947220500004 - ], - [ - -122.14181270699999, - 37.78975606200004 - ], - [ - -122.14188915699998, - 37.78981254900003 - ], - [ - -122.14197724999997, - 37.78987763300006 - ], - [ - -122.14224050699994, - 37.79006825400006 - ], - [ - -122.14263166999996, - 37.79030971700007 - ], - [ - -122.14305913899994, - 37.79034015700006 - ], - [ - -122.14325720399995, - 37.79035426000007 - ], - [ - -122.14333023199998, - 37.793022560000054 - ], - [ - -122.14658944999996, - 37.793039485000065 - ], - [ - -122.14671388199997, - 37.79304013400008 - ], - [ - -122.14847250799994, - 37.79305332800004 - ], - [ - -122.14895426799995, - 37.79305762800004 - ], - [ - -122.15083400599997, - 37.79303319600007 - ], - [ - -122.15124190899996, - 37.793042555000056 - ], - [ - -122.15211749399998, - 37.79306264100006 - ], - [ - -122.15225724599998, - 37.79306584700004 - ], - [ - -122.15225799299998, - 37.79308131800008 - ], - [ - -122.15225827399996, - 37.79308715900004 - ], - [ - -122.15230491399996, - 37.79308757600006 - ], - [ - -122.15230110299996, - 37.793430595000075 - ], - [ - -122.15230077899997, - 37.793459265000024 - ], - [ - -122.15229902099998, - 37.793615173000035 - ], - [ - -122.15229612599995, - 37.79387201900005 - ], - [ - -122.15228168799996, - 37.79515230700008 - ], - [ - -122.15227353499995, - 37.79587530100008 - ], - [ - -122.15226340999999, - 37.796475748000034 - ], - [ - -122.15242172399996, - 37.79647620000003 - ], - [ - -122.15242176699996, - 37.79647620000003 - ], - [ - -122.15437076699999, - 37.79648177200005 - ], - [ - -122.15452302799997, - 37.79648182100004 - ], - [ - -122.15452306599997, - 37.79648182100004 - ], - [ - -122.15668234299994, - 37.79648247800003 - ], - [ - -122.15668335499998, - 37.79652063000003 - ], - [ - -122.15668746799997, - 37.79667587200004 - ], - [ - -122.15675982999994, - 37.79671147700003 - ], - [ - -122.15807765599999, - 37.79735995200008 - ], - [ - -122.15819779399999, - 37.797349229000076 - ], - [ - -122.15877780699998, - 37.79704822000008 - ], - [ - -122.15947792299994, - 37.79741488900004 - ], - [ - -122.159421883, - 37.797444452000036 - ], - [ - -122.15941906799998, - 37.79744593700008 - ], - [ - -122.15945402699998, - 37.79746426400004 - ], - [ - -122.15844336599997, - 37.798024001000044 - ], - [ - -122.15843334899995, - 37.798029548000045 - ], - [ - -122.15844732799997, - 37.79805179300007 - ], - [ - -122.15971061799996, - 37.80006198500007 - ], - [ - -122.16113828099998, - 37.800079406000066 - ], - [ - -122.16127667599994, - 37.80008109400006 - ], - [ - -122.16233576099995, - 37.80002705700008 - ], - [ - -122.16230559399997, - 37.800909869000066 - ], - [ - -122.16174519999998, - 37.80115566300003 - ], - [ - -122.16164556499996, - 37.80144863100003 - ], - [ - -122.16173635599995, - 37.80150163600007 - ], - [ - -122.16202320399998, - 37.801669082000046 - ], - [ - -122.162125243, - 37.80172865000003 - ], - [ - -122.16220178599997, - 37.80177333300003 - ], - [ - -122.16402548699995, - 37.80283789600003 - ], - [ - -122.16415619499998, - 37.802932706000036 - ], - [ - -122.16415739899998, - 37.80293358000006 - ], - [ - -122.16415920699995, - 37.80293489100006 - ], - [ - -122.16481520599996, - 37.80447823700007 - ], - [ - -122.16481852099997, - 37.80462616800003 - ], - [ - -122.16481917799996, - 37.80465540400007 - ], - [ - -122.16482763799996, - 37.805032649000054 - ], - [ - -122.16484372999997, - 37.80504257500007 - ], - [ - -122.16505289399998, - 37.80518302000007 - ], - [ - -122.16505354299994, - 37.805183294000074 - ], - [ - -122.16505407799997, - 37.80518352100006 - ], - [ - -122.16525033899995, - 37.80526695200007 - ], - [ - -122.16525306199998, - 37.805267221000065 - ], - [ - -122.16525340099997, - 37.80526725400006 - ], - [ - -122.16525544499996, - 37.805267456000024 - ], - [ - -122.16552567999997, - 37.805294178000054 - ], - [ - -122.165594248, - 37.80530096000007 - ], - [ - -122.16565941799996, - 37.805307406000054 - ], - [ - -122.16577912799994, - 37.80535196300008 - ], - [ - -122.16602575199994, - 37.805443758000024 - ], - [ - -122.16612472999998, - 37.805480602000046 - ], - [ - -122.166267673, - 37.805533808000064 - ], - [ - -122.16636176699996, - 37.80556883100007 - ], - [ - -122.16639303, - 37.80558046500005 - ], - [ - -122.16641963899997, - 37.80558792000005 - ], - [ - -122.16652854499995, - 37.80561843400005 - ], - [ - -122.16664915899997, - 37.80565222400003 - ], - [ - -122.16665229399996, - 37.805653102000065 - ], - [ - -122.16680912499999, - 37.80569704100003 - ], - [ - -122.16682972299998, - 37.80570281200005 - ], - [ - -122.16711014499998, - 37.80573857200005 - ], - [ - -122.16711030299996, - 37.80573859200007 - ], - [ - -122.16754134099995, - 37.805794700000035 - ], - [ - -122.16757018499999, - 37.80579314500005 - ], - [ - -122.167663958, - 37.80578808300004 - ], - [ - -122.16781231799996, - 37.805730004000054 - ], - [ - -122.16814137199998, - 37.805601188000026 - ], - [ - -122.16831476699997, - 37.80550218900004 - ], - [ - -122.16841755099995, - 37.80544350400004 - ], - [ - -122.168580196, - 37.80538086700005 - ], - [ - -122.16877566899996, - 37.80530559400006 - ], - [ - -122.16907238199997, - 37.80523305400004 - ], - [ - -122.16934560299995, - 37.80516625400003 - ], - [ - -122.16954988799995, - 37.80508023400006 - ], - [ - -122.16958422199997, - 37.80505380000005 - ], - [ - -122.16984454099997, - 37.80485336800007 - ], - [ - -122.16994039499997, - 37.80477956100003 - ], - [ - -122.16998735399994, - 37.804769803000056 - ], - [ - -122.17009955999998, - 37.80474648300003 - ], - [ - -122.17009959899997, - 37.80474647500006 - ], - [ - -122.17011588599996, - 37.80474214600008 - ], - [ - -122.17026074599994, - 37.80470365600007 - ], - [ - -122.17036601799998, - 37.80469110700005 - ], - [ - -122.170401127, - 37.80468652700006 - ], - [ - -122.170502635, - 37.80467328700007 - ], - [ - -122.1705081599999, - 37.80467126100007 - ], - [ - -122.17054159399999, - 37.80465900400003 - ], - [ - -122.17054200899997, - 37.804658853000035 - ], - [ - -122.17054202499997, - 37.80465776600005 - ], - [ - -122.17054057399997, - 37.804108460000066 - ], - [ - -122.170540572, - 37.80410766800003 - ], - [ - -122.170540572, - 37.804107599000076 - ], - [ - -122.17054056899997, - 37.80410668300004 - ], - [ - -122.17053920199999, - 37.80358812400004 - ], - [ - -122.17053544199996, - 37.80308829200004 - ], - [ - -122.17053245899996, - 37.80269170500003 - ], - [ - -122.17053100599998, - 37.80268984700007 - ], - [ - -122.17052145599996, - 37.802677620000054 - ], - [ - -122.17052037399998, - 37.802676235000035 - ], - [ - -122.17051937199994, - 37.802674952000075 - ], - [ - -122.17051861299996, - 37.802673981000055 - ], - [ - -122.17051455499995, - 37.80266878400005 - ], - [ - -122.17051032299997, - 37.802663368000026 - ], - [ - -122.17050868099994, - 37.80266126400005 - ], - [ - -122.17050755899999, - 37.80265982800006 - ], - [ - -122.17050642199996, - 37.80265837200005 - ], - [ - -122.17050490999998, - 37.80265643700005 - ], - [ - -122.17042191099995, - 37.802550179000036 - ], - [ - -122.17038663399995, - 37.802505017000044 - ], - [ - -122.17037373399995, - 37.80248845400007 - ], - [ - -122.17037349099996, - 37.80248813900005 - ], - [ - -122.17037221799995, - 37.80248650300007 - ], - [ - -122.17036037099996, - 37.80247087300006 - ], - [ - -122.17034591599997, - 37.802451801000075 - ], - [ - -122.170343619, - 37.80244874700003 - ], - [ - -122.17034051499996, - 37.802444439000055 - ], - [ - -122.17033385299999, - 37.80243519800007 - ], - [ - -122.17032629299996, - 37.802424708000046 - ], - [ - -122.17032600099998, - 37.802424289000044 - ], - [ - -122.17032436699998, - 37.80242194200008 - ], - [ - -122.17032015899997, - 37.80241590000003 - ], - [ - -122.17031289999994, - 37.80240540500006 - ], - [ - -122.17030791699995, - 37.802398201000074 - ], - [ - -122.17030496199999, - 37.80239379300008 - ], - [ - -122.17029846999998, - 37.80238400400003 - ], - [ - -122.170294448, - 37.80237794200008 - ], - [ - -122.17029159599997, - 37.80237364000004 - ], - [ - -122.17028899099995, - 37.802369673000044 - ], - [ - -122.17028023399996, - 37.80235589400007 - ], - [ - -122.17027206699998, - 37.80234300500007 - ], - [ - -122.17026475899996, - 37.802330992000066 - ], - [ - -122.17025663799996, - 37.80231764300004 - ], - [ - -122.17024754699997, - 37.80230203200006 - ], - [ - -122.17024025499995, - 37.80228946500006 - ], - [ - -122.17023528399994, - 37.802280504000066 - ], - [ - -122.17022716099996, - 37.80226586500004 - ], - [ - -122.17022523399999, - 37.80226238800003 - ], - [ - -122.170223304, - 37.802258737000045 - ], - [ - -122.17021768999996, - 37.80224812500006 - ], - [ - -122.170212075, - 37.80223750600004 - ], - [ - -122.17020919099997, - 37.80223190700008 - ], - [ - -122.17019675699999, - 37.80220719500005 - ], - [ - -122.17019475799998, - 37.80220301600008 - ], - [ - -122.17019200699997, - 37.802197256000056 - ], - [ - -122.17018839099995, - 37.80218968600008 - ], - [ - -122.17018819999998, - 37.802189283000075 - ], - [ - -122.17018428199998, - 37.802181079000036 - ], - [ - -122.170183297, - 37.802179014000046 - ], - [ - -122.17018248099998, - 37.80217721200006 - ], - [ - -122.17017791199999, - 37.802167120000036 - ], - [ - -122.17017486599997, - 37.80216039700008 - ], - [ - -122.17017485399998, - 37.802160369000035 - ], - [ - -122.17017484099995, - 37.80216034100005 - ], - [ - -122.17017280199997, - 37.80215583800003 - ], - [ - -122.170170338, - 37.802150364000056 - ], - [ - -122.170165866, - 37.80213991900007 - ], - [ - -122.17015871199999, - 37.80212320600003 - ], - [ - -122.17015815299999, - 37.80212185100004 - ], - [ - -122.17015814099994, - 37.80212182300005 - ], - [ - -122.170157384, - 37.802119944000026 - ], - [ - -122.17015694599996, - 37.80211886200004 - ], - [ - -122.17015691699999, - 37.802118790000065 - ], - [ - -122.17015688799995, - 37.80211871800003 - ], - [ - -122.17015657199994, - 37.80211793600006 - ], - [ - -122.17015656199999, - 37.80211790900006 - ], - [ - -122.17015635399997, - 37.80211739900005 - ], - [ - -122.17015632, - 37.80211731300005 - ], - [ - -122.17015629499997, - 37.80211725100003 - ], - [ - -122.17015626899996, - 37.80211718500004 - ], - [ - -122.17015624199996, - 37.80211712000005 - ], - [ - -122.17015621599995, - 37.80211705500005 - ], - [ - -122.17015604399995, - 37.802116624000064 - ], - [ - -122.17015567799996, - 37.802115720000074 - ], - [ - -122.17015564099995, - 37.80211563100005 - ], - [ - -122.170155605, - 37.802115541000035 - ], - [ - -122.17015531299995, - 37.80211481500004 - ], - [ - -122.170154906, - 37.80211380700007 - ], - [ - -122.17015466, - 37.80211319800003 - ], - [ - -122.17015330199996, - 37.80210983300003 - ], - [ - -122.170152514, - 37.80210788200003 - ], - [ - -122.17015250299994, - 37.80210785500003 - ], - [ - -122.17015249199994, - 37.80210782700004 - ], - [ - -122.17015175599994, - 37.80210600500004 - ], - [ - -122.170151423, - 37.802105176000055 - ], - [ - -122.17015083099994, - 37.80210371100003 - ], - [ - -122.17015022499999, - 37.80210221200008 - ], - [ - -122.17014734699995, - 37.80209482300006 - ], - [ - -122.17014680499994, - 37.80209343000007 - ], - [ - -122.17014258399996, - 37.80208259300008 - ], - [ - -122.17013660799995, - 37.80206685300004 - ], - [ - -122.170135884, - 37.802064898000026 - ], - [ - -122.170134766, - 37.802061758000036 - ], - [ - -122.170124548, - 37.80203275500003 - ], - [ - -122.17011678199998, - 37.80200937700005 - ], - [ - -122.17011630199994, - 37.80200783300006 - ], - [ - -122.17011142099994, - 37.80199212000008 - ], - [ - -122.17010809499999, - 37.801981340000054 - ], - [ - -122.17010769099994, - 37.80198003100003 - ], - [ - -122.17010733599994, - 37.80197888400005 - ], - [ - -122.17010731099998, - 37.801978803000054 - ], - [ - -122.170107294, - 37.80197874300006 - ], - [ - -122.17010722499998, - 37.801978501000065 - ], - [ - -122.17010553999995, - 37.80197259800008 - ], - [ - -122.17010340099995, - 37.801965101000064 - ], - [ - -122.170102349, - 37.801961421000044 - ], - [ - -122.17010015899996, - 37.801953738000066 - ], - [ - -122.17009917699994, - 37.80195030400006 - ], - [ - -122.17009904899999, - 37.80194985600008 - ], - [ - -122.17009897799994, - 37.80194959600004 - ], - [ - -122.17009894799997, - 37.80194949000003 - ], - [ - -122.17009892099998, - 37.80194938300008 - ], - [ - -122.17009884799995, - 37.80194910800003 - ], - [ - -122.17009835599998, - 37.80194723300008 - ], - [ - -122.17009281699995, - 37.80192611900003 - ], - [ - -122.17008696799996, - 37.80190307000004 - ], - [ - -122.17008695599998, - 37.80190302700004 - ], - [ - -122.17008694599997, - 37.80190298400004 - ], - [ - -122.17008653799996, - 37.80190136200008 - ], - [ - -122.17008652599998, - 37.801901316000055 - ], - [ - -122.17008651499998, - 37.80190126900004 - ], - [ - -122.17008615099996, - 37.80189981900003 - ], - [ - -122.17008583499995, - 37.80189855700007 - ], - [ - -122.17008549199994, - 37.801897190000034 - ], - [ - -122.17008522099997, - 37.801896115000034 - ], - [ - -122.17008485499997, - 37.80189465500007 - ], - [ - -122.17008161099994, - 37.801881723000065 - ], - [ - -122.170081483, - 37.80188121500004 - ], - [ - -122.17005862399998, - 37.80179011600006 - ], - [ - -122.170033188, - 37.80168874700007 - ], - [ - -122.16956760699998, - 37.801539984000044 - ], - [ - -122.16947186399995, - 37.80139585200004 - ], - [ - -122.16936494699996, - 37.80123490600005 - ], - [ - -122.16927477699994, - 37.80116505400008 - ], - [ - -122.16919979199997, - 37.80110696500003 - ], - [ - -122.169062108, - 37.80099919300005 - ], - [ - -122.168562281, - 37.80108754300005 - ], - [ - -122.16856224799994, - 37.80108749900006 - ], - [ - -122.16856215899998, - 37.80108740500003 - ], - [ - -122.16855888299995, - 37.80108398700003 - ], - [ - -122.16852622699997, - 37.80104981000005 - ], - [ - -122.16843179999995, - 37.80095259800004 - ], - [ - -122.16842654399994, - 37.80094718400005 - ], - [ - -122.16842443599995, - 37.800945015000025 - ], - [ - -122.16853799599994, - 37.80068385000004 - ], - [ - -122.16853978999995, - 37.80067771800003 - ], - [ - -122.16861515599999, - 37.80042044600003 - ], - [ - -122.16859016199999, - 37.800300639000056 - ], - [ - -122.16856161599998, - 37.800163809000026 - ], - [ - -122.16855629399998, - 37.800138308000044 - ], - [ - -122.16855279099997, - 37.80012258900007 - ], - [ - -122.16855030099998, - 37.80011186100006 - ], - [ - -122.168548849, - 37.80010559300007 - ], - [ - -122.16854452799998, - 37.80008696600004 - ], - [ - -122.16854267699995, - 37.80007898500003 - ], - [ - -122.16854171299997, - 37.80007615000005 - ], - [ - -122.168407028, - 37.80007554900004 - ], - [ - -122.16840215199994, - 37.79913310100005 - ], - [ - -122.168645616, - 37.799243508000075 - ], - [ - -122.16922275299999, - 37.79950522900003 - ], - [ - -122.16928833699995, - 37.799534969000035 - ], - [ - -122.16935366699994, - 37.79956459500005 - ], - [ - -122.17045264299998, - 37.80006294200007 - ], - [ - -122.17048921299994, - 37.80007952600005 - ], - [ - -122.17052872, - 37.800079537000045 - ], - [ - -122.17052853899997, - 37.80009735700003 - ], - [ - -122.17056561699997, - 37.80011370300008 - ], - [ - -122.17056868599997, - 37.80011505600004 - ], - [ - -122.17072811, - 37.80018948900005 - ], - [ - -122.17111061799994, - 37.800366789000066 - ], - [ - -122.17116626599994, - 37.800392532000046 - ], - [ - -122.17150529299994, - 37.80054936800008 - ], - [ - -122.17182250699994, - 37.80069611300007 - ], - [ - -122.17182261499994, - 37.800696163000055 - ], - [ - -122.17190517699999, - 37.80073435300005 - ], - [ - -122.17202920299997, - 37.80079173000007 - ], - [ - -122.172528909, - 37.80102289100006 - ], - [ - -122.172719901, - 37.80111124200005 - ], - [ - -122.17291092899995, - 37.80119960700006 - ], - [ - -122.17305433699994, - 37.80126594400008 - ], - [ - -122.17314084599997, - 37.80130861600003 - ], - [ - -122.17338458599994, - 37.80142884500003 - ], - [ - -122.17356127699998, - 37.801516 - ], - [ - -122.17373797299996, - 37.801603158000034 - ], - [ - -122.17391466299995, - 37.80169031300005 - ], - [ - -122.17400262299998, - 37.80173369900007 - ], - [ - -122.17409135999998, - 37.80177746700008 - ], - [ - -122.174268053, - 37.80186462200004 - ], - [ - -122.17435066699994, - 37.80190536900005 - ], - [ - -122.17444553499996, - 37.80195216300007 - ], - [ - -122.17462225699995, - 37.80203933400003 - ], - [ - -122.17503004199995, - 37.802240468000036 - ], - [ - -122.17519483999996, - 37.80232175200007 - ], - [ - -122.17535221799994, - 37.80239937400006 - ], - [ - -122.17559518899998, - 37.80251922000008 - ], - [ - -122.17589282999995, - 37.802666025000065 - ], - [ - -122.175971001, - 37.80270457800003 - ], - [ - -122.17532716799997, - 37.803534281000054 - ], - [ - -122.17627638899995, - 37.80421854400004 - ], - [ - -122.17665891499996, - 37.80449428400004 - ], - [ - -122.176966833, - 37.80471624300003 - ], - [ - -122.17820866599999, - 37.80392071800003 - ], - [ - -122.17874515799997, - 37.80449811600005 - ], - [ - -122.17918368499994, - 37.804970067000056 - ], - [ - -122.17914040499994, - 37.80502265200005 - ], - [ - -122.178520462, - 37.80577595700004 - ], - [ - -122.17778266099998, - 37.80667244600005 - ], - [ - -122.17670740799997, - 37.80714032700007 - ], - [ - -122.17665670999997, - 37.80716238700006 - ], - [ - -122.17665236199997, - 37.80716427900006 - ], - [ - -122.17588312, - 37.80749899800003 - ], - [ - -122.17580046199998, - 37.807633133000024 - ], - [ - -122.17562515799995, - 37.80791762500007 - ], - [ - -122.17470959999997, - 37.809403416000066 - ], - [ - -122.17468569699997, - 37.80944220500004 - ], - [ - -122.174461184, - 37.80980653700004 - ], - [ - -122.17417239699995, - 37.81027516800003 - ], - [ - -122.17434151599997, - 37.810830587000055 - ], - [ - -122.174758264, - 37.812199262000036 - ], - [ - -122.17481866399999, - 37.81239762600006 - ], - [ - -122.17538915799997, - 37.81427113500007 - ], - [ - -122.175487794, - 37.81459505300006 - ], - [ - -122.17567197899996, - 37.81472817000008 - ], - [ - -122.17632613399996, - 37.81520094800004 - ], - [ - -122.17632944299999, - 37.81520334000004 - ], - [ - -122.177541626, - 37.81607939500003 - ], - [ - -122.17841655099994, - 37.81671169400005 - ], - [ - -122.18010411799997, - 37.81796332400006 - ], - [ - -122.18036561199995, - 37.818157263000046 - ], - [ - -122.18121332599998, - 37.81931193500003 - ], - [ - -122.181452058, - 37.819429042000024 - ], - [ - -122.18157202699996, - 37.81948789000006 - ], - [ - -122.182011048, - 37.819703238000045 - ], - [ - -122.18360373399997, - 37.82048446400006 - ], - [ - -122.18360377599998, - 37.820484469000064 - ], - [ - -122.18429049899999, - 37.82056679400006 - ], - [ - -122.18439007699999, - 37.82057873300005 - ], - [ - -122.18473055499999, - 37.82061954900007 - ], - [ - -122.18541703899996, - 37.82070184100007 - ], - [ - -122.185489443, - 37.820710518000055 - ], - [ - -122.18549026, - 37.82071061600004 - ], - [ - -122.18559466799996, - 37.82072313200007 - ], - [ - -122.18592112399995, - 37.82106826000006 - ], - [ - -122.18615832999996, - 37.82131902900005 - ], - [ - -122.18678443799996, - 37.82198093000005 - ], - [ - -122.18688464099995, - 37.82208686000007 - ], - [ - -122.18681626799997, - 37.82228846600003 - ], - [ - -122.18670832999999, - 37.822606705000055 - ], - [ - -122.18667856699994, - 37.82269445500003 - ], - [ - -122.18664986199997, - 37.82277908800006 - ], - [ - -122.18649245299997, - 37.82324318900004 - ], - [ - -122.18645062399997, - 37.823366290000024 - ], - [ - -122.18636611399995, - 37.82361558700006 - ], - [ - -122.18629779399998, - 37.823817148000046 - ], - [ - -122.18616922299998, - 37.82419640400008 - ], - [ - -122.18588891499996, - 37.824945108000065 - ], - [ - -122.185736895, - 37.82536864700006 - ], - [ - -122.18581687799997, - 37.825506605000044 - ], - [ - -122.18596152899994, - 37.82575611900006 - ], - [ - -122.18603385399996, - 37.82588087600004 - ], - [ - -122.18610265199999, - 37.82599954500006 - ], - [ - -122.18618429699995, - 37.826140372000054 - ], - [ - -122.18626167999997, - 37.826273859000025 - ], - [ - -122.18634847799996, - 37.82642356900004 - ], - [ - -122.18644701, - 37.82659352400003 - ], - [ - -122.18658094199998, - 37.82682453500007 - ], - [ - -122.18675740799995, - 37.82694279300006 - ], - [ - -122.18675673399997, - 37.82694264600008 - ], - [ - -122.18675380599996, - 37.82694241400003 - ], - [ - -122.18675087199995, - 37.82694257800006 - ], - [ - -122.18674801599997, - 37.82694313400003 - ], - [ - -122.18674531899995, - 37.826944067000056 - ], - [ - -122.186742859, - 37.82694534700005 - ], - [ - -122.18674070999998, - 37.82694693900004 - ], - [ - -122.18673892899994, - 37.82694879700006 - ], - [ - -122.18673757299996, - 37.82695086700005 - ], - [ - -122.18673667699994, - 37.826953090000075 - ], - [ - -122.186736269, - 37.82695540000003 - ], - [ - -122.18673635999994, - 37.82695773300003 - ], - [ - -122.18673694799998, - 37.82696001900007 - ], - [ - -122.18673801399996, - 37.82696219400003 - ], - [ - -122.18696293699998, - 37.82732574900007 - ], - [ - -122.18708496299996, - 37.827522986000076 - ], - [ - -122.18706747099998, - 37.827669437000054 - ], - [ - -122.18706537099996, - 37.82768703000005 - ], - [ - -122.18723583199994, - 37.82771659200006 - ], - [ - -122.18735582599999, - 37.82773740300007 - ], - [ - -122.18733857899997, - 37.82779172100004 - ], - [ - -122.18731301499997, - 37.82784393400004 - ], - [ - -122.18728113399999, - 37.827905172000044 - ], - [ - -122.187060482, - 37.82786157800007 - ], - [ - -122.18707082599997, - 37.82788939000005 - ], - [ - -122.18707203999998, - 37.82789087800006 - ], - [ - -122.18707212199996, - 37.827890979000074 - ], - [ - -122.18707217399998, - 37.82789104500006 - ], - [ - -122.18707222899997, - 37.827891116000046 - ], - [ - -122.187073323, - 37.82789250500008 - ], - [ - -122.187074425, - 37.82789397500005 - ], - [ - -122.18707547099996, - 37.82789541900007 - ], - [ - -122.18707646299998, - 37.82789684800008 - ], - [ - -122.18707675199994, - 37.82789728200004 - ], - [ - -122.18707677099997, - 37.82789731100007 - ], - [ - -122.18707679, - 37.82789733900006 - ], - [ - -122.18707746899997, - 37.82789835800003 - ], - [ - -122.18707824299997, - 37.827899570000056 - ], - [ - -122.18707851199997, - 37.827900002000035 - ], - [ - -122.18707880699998, - 37.82790048600003 - ], - [ - -122.18707934699995, - 37.82790137300003 - ], - [ - -122.18707948399998, - 37.82790160700006 - ], - [ - -122.18708023499994, - 37.82790289500008 - ], - [ - -122.18708106099996, - 37.82790438200004 - ], - [ - -122.18708188, - 37.827905928000064 - ], - [ - -122.18708268699999, - 37.827907519000064 - ], - [ - -122.18708342499997, - 37.82790905300004 - ], - [ - -122.18708375799997, - 37.82790978700007 - ], - [ - -122.18708414699995, - 37.82791064200006 - ], - [ - -122.18708450199995, - 37.82791146400007 - ], - [ - -122.187084831, - 37.82791223000004 - ], - [ - -122.18708485399998, - 37.827912284000035 - ], - [ - -122.18708487499998, - 37.827912336000054 - ], - [ - -122.18708522399999, - 37.82791320200005 - ], - [ - -122.18708546999994, - 37.827913815000045 - ], - [ - -122.18708551699996, - 37.82791393400004 - ], - [ - -122.18708556299998, - 37.827914054000075 - ], - [ - -122.18708582899995, - 37.827914744000054 - ], - [ - -122.18708609099997, - 37.827915433000044 - ], - [ - -122.18708636099996, - 37.82791618600004 - ], - [ - -122.18708666599997, - 37.827917038000066 - ], - [ - -122.18708687699996, - 37.827917668000055 - ], - [ - -122.18708720299998, - 37.82791865100006 - ], - [ - -122.18708721299998, - 37.827918682000075 - ], - [ - -122.187087223, - 37.82791871300003 - ], - [ - -122.18708771299998, - 37.82792029700005 - ], - [ - -122.18708818799996, - 37.82792195500008 - ], - [ - -122.18708820899997, - 37.82792202400003 - ], - [ - -122.18708822699995, - 37.82792209200005 - ], - [ - -122.18708861599998, - 37.82792356300007 - ], - [ - -122.18708901399998, - 37.82792520900006 - ], - [ - -122.18708937599996, - 37.82792686200003 - ], - [ - -122.18708970299997, - 37.827928530000065 - ], - [ - -122.18708985099994, - 37.827929374000064 - ], - [ - -122.18708999499995, - 37.82793022000004 - ], - [ - -122.18709024199995, - 37.82793184700006 - ], - [ - -122.18709045599996, - 37.82793350500003 - ], - [ - -122.18709064499996, - 37.827935274000026 - ], - [ - -122.18709077899996, - 37.82793686900004 - ], - [ - -122.18709089199996, - 37.82793869500006 - ], - [ - -122.187090953, - 37.827940271000045 - ], - [ - -122.18709097899995, - 37.82794197700008 - ], - [ - -122.18709097799996, - 37.82794358000007 - ], - [ - -122.18709093099994, - 37.82794527200008 - ], - [ - -122.18709085299997, - 37.82794692300007 - ], - [ - -122.18709073899998, - 37.827948597000045 - ], - [ - -122.187090588, - 37.82795027000003 - ], - [ - -122.18709039099997, - 37.82795199200007 - ], - [ - -122.18709034999995, - 37.827952294000056 - ], - [ - -122.18709025699997, - 37.827952965000065 - ], - [ - -122.18709014799998, - 37.82795374400007 - ], - [ - -122.18708978099994, - 37.82795597300003 - ], - [ - -122.18708959999998, - 37.82795696800008 - ], - [ - -122.18708950099995, - 37.827957455000046 - ], - [ - -122.18708926999994, - 37.82795859300006 - ], - [ - -122.18708889599998, - 37.827960242000074 - ], - [ - -122.18708848999995, - 37.82796188800006 - ], - [ - -122.18708801699995, - 37.827963613000065 - ], - [ - -122.18708789199997, - 37.827964043000065 - ], - [ - -122.18708752499998, - 37.82796526900006 - ], - [ - -122.18708735399997, - 37.82796581400004 - ], - [ - -122.187087008, - 37.82796690300006 - ], - [ - -122.18708649499996, - 37.82796840700007 - ], - [ - -122.18708624399994, - 37.827969092000046 - ], - [ - -122.18708589899995, - 37.82797003500008 - ], - [ - -122.18708562499995, - 37.827970736000054 - ], - [ - -122.18708527399997, - 37.82797163600003 - ], - [ - -122.18708499399997, - 37.827972309000074 - ], - [ - -122.18708461499995, - 37.82797322300007 - ], - [ - -122.18708459099997, - 37.82797328100003 - ], - [ - -122.18708456699994, - 37.82797333800005 - ], - [ - -122.18708388599998, - 37.82797489100005 - ], - [ - -122.18708319899997, - 37.82797637500005 - ], - [ - -122.18708295899995, - 37.827976868000064 - ], - [ - -122.18708240499996, - 37.82797799600007 - ], - [ - -122.187081638, - 37.82797949400003 - ], - [ - -122.18708161999996, - 37.82797952900006 - ], - [ - -122.18708160199998, - 37.82797956200005 - ], - [ - -122.18708076699994, - 37.82798111000005 - ], - [ - -122.18707990699994, - 37.82798262700004 - ], - [ - -122.18707901399995, - 37.827984128000026 - ], - [ - -122.18707895699998, - 37.82798422500008 - ], - [ - -122.18707889799998, - 37.82798432000004 - ], - [ - -122.187078107, - 37.82798559300005 - ], - [ - -122.18707709799997, - 37.82798715200005 - ], - [ - -122.18707610099995, - 37.82798863000005 - ], - [ - -122.18707507199997, - 37.827990087000046 - ], - [ - -122.18707399599998, - 37.827991557000075 - ], - [ - -122.18707333299994, - 37.82799242600004 - ], - [ - -122.18707297499998, - 37.82799289500008 - ], - [ - -122.18707251399996, - 37.82799347900004 - ], - [ - -122.187071775, - 37.82799440600007 - ], - [ - -122.18707065599995, - 37.82799576700006 - ], - [ - -122.18706945499997, - 37.827997168000024 - ], - [ - -122.18706805399995, - 37.827998739000066 - ], - [ - -122.18706782799995, - 37.82799898300004 - ], - [ - -122.18706756499995, - 37.82799926800004 - ], - [ - -122.18706733399995, - 37.82799951800007 - ], - [ - -122.18706700099995, - 37.827999876000035 - ], - [ - -122.18706573199995, - 37.82800121300005 - ], - [ - -122.18706444199995, - 37.82800251100008 - ], - [ - -122.18706310699997, - 37.82800381200008 - ], - [ - -122.18706171699995, - 37.82800511800008 - ], - [ - -122.18706032399996, - 37.82800638000003 - ], - [ - -122.18705891299999, - 37.828007617000026 - ], - [ - -122.18705746699999, - 37.82800883900006 - ], - [ - -122.18705592099997, - 37.82801010000003 - ], - [ - -122.18705555599996, - 37.82801038800005 - ], - [ - -122.18705451099999, - 37.828011211000046 - ], - [ - -122.18705381799998, - 37.82801174000008 - ], - [ - -122.18705378899995, - 37.828011762000074 - ], - [ - -122.18705375899998, - 37.82801178500006 - ], - [ - -122.18705296099995, - 37.82801238800005 - ], - [ - -122.18705285599998, - 37.828012468000054 - ], - [ - -122.18705274999996, - 37.828012546000025 - ], - [ - -122.187051436, - 37.82801351400008 - ], - [ - -122.18705076099997, - 37.82801399400006 - ], - [ - -122.18705033699996, - 37.82801429500006 - ], - [ - -122.18704985899996, - 37.828014636000034 - ], - [ - -122.18704948299995, - 37.828014894000034 - ], - [ - -122.18704902299999, - 37.82801520900006 - ], - [ - -122.18704860699995, - 37.828015495000045 - ], - [ - -122.187048254, - 37.828015736000054 - ], - [ - -122.18704792699998, - 37.828015952000044 - ], - [ - -122.18704743899997, - 37.82801627600003 - ], - [ - -122.18704663799997, - 37.82801680700004 - ], - [ - -122.18704571499995, - 37.82801739700005 - ], - [ - -122.18704507199999, - 37.82801780900007 - ], - [ - -122.18704331899994, - 37.82801888700004 - ], - [ - -122.18704162699999, - 37.82801989300003 - ], - [ - -122.18704118599999, - 37.828020148000064 - ], - [ - -122.187039928, - 37.82802086800007 - ], - [ - -122.18703815299995, - 37.82802184700006 - ], - [ - -122.18703812399997, - 37.82802186200007 - ], - [ - -122.18703753399996, - 37.828022178000026 - ], - [ - -122.18703641899998, - 37.82802277300004 - ], - [ - -122.18703457999999, - 37.82802371200006 - ], - [ - -122.187032983, - 37.82802449600007 - ], - [ - -122.18702906299995, - 37.82802631800007 - ], - [ - -122.18702724699995, - 37.82802711000005 - ], - [ - -122.18702532199995, - 37.82802791200004 - ], - [ - -122.18702442499995, - 37.828028274000076 - ], - [ - -122.187023233, - 37.82802874600003 - ], - [ - -122.18702252999998, - 37.82802901700006 - ], - [ - -122.18702195399999, - 37.82802923700007 - ], - [ - -122.18702164499996, - 37.82802935600006 - ], - [ - -122.18702117299995, - 37.82802952900005 - ], - [ - -122.18701976099999, - 37.82803004700003 - ], - [ - -122.18701895899994, - 37.82803032800007 - ], - [ - -122.18701781299995, - 37.82803073000008 - ], - [ - -122.18701701999998, - 37.82803099500006 - ], - [ - -122.18701585999997, - 37.82803138200006 - ], - [ - -122.18701490299998, - 37.82803168700008 - ], - [ - -122.18701391899998, - 37.828032001000054 - ], - [ - -122.18701272299995, - 37.828032361000055 - ], - [ - -122.18701259899996, - 37.82803239800006 - ], - [ - -122.18701247399997, - 37.82803243600006 - ], - [ - -122.18701222199996, - 37.82803251200005 - ], - [ - -122.18701209399995, - 37.828032550000046 - ], - [ - -122.18701196699999, - 37.82803258800004 - ], - [ - -122.18701155199994, - 37.82803270800008 - ], - [ - -122.18701114199996, - 37.82803282500004 - ], - [ - -122.18701069099995, - 37.82803295400004 - ], - [ - -122.18701004599995, - 37.82803313800008 - ], - [ - -122.18700993799996, - 37.82803316800005 - ], - [ - -122.18700986799996, - 37.828033187000074 - ], - [ - -122.187009763, - 37.82803321700004 - ], - [ - -122.18700962199995, - 37.82803325500004 - ], - [ - -122.18700912999998, - 37.82803338800005 - ], - [ - -122.187008242, - 37.828033626000035 - ], - [ - -122.18700789199994, - 37.82803372300003 - ], - [ - -122.18700588299998, - 37.828034236000065 - ], - [ - -122.18700386599994, - 37.828034718000026 - ], - [ - -122.18700222399997, - 37.828035089000025 - ], - [ - -122.18700106399996, - 37.82803534000004 - ], - [ - -122.186999647, - 37.82803563500005 - ], - [ - -122.18699724899994, - 37.82803609500007 - ], - [ - -122.18699649499996, - 37.828036232000045 - ], - [ - -122.18699571599996, - 37.82803637300003 - ], - [ - -122.18699391799998, - 37.82803667200005 - ], - [ - -122.18699378099996, - 37.82803669500004 - ], - [ - -122.18699364699995, - 37.82803671600004 - ], - [ - -122.18699217999995, - 37.82803694000006 - ], - [ - -122.18699206099996, - 37.82803695800004 - ], - [ - -122.186992009, - 37.82803696700006 - ], - [ - -122.18699194899995, - 37.82803697600008 - ], - [ - -122.18699184899998, - 37.82803699100003 - ], - [ - -122.186991719, - 37.82803701100005 - ], - [ - -122.18699163599996, - 37.828037023000036 - ], - [ - -122.18699157999998, - 37.828037030000075 - ], - [ - -122.18699100099997, - 37.828037110000025 - ], - [ - -122.18699066999994, - 37.82803715600005 - ], - [ - -122.18699053299997, - 37.828037176000066 - ], - [ - -122.18699039699999, - 37.828037194000046 - ], - [ - -122.18698986599998, - 37.82803726700007 - ], - [ - -122.18698947899998, - 37.82803731900003 - ], - [ - -122.186989112, - 37.82803736400007 - ], - [ - -122.18698847299999, - 37.828037444000074 - ], - [ - -122.18698788499995, - 37.82803751700004 - ], - [ - -122.18698746299998, - 37.82803756900006 - ], - [ - -122.186987392, - 37.82803757900007 - ], - [ - -122.18698731299997, - 37.82803758700004 - ], - [ - -122.18698670899994, - 37.828037653000024 - ], - [ - -122.18698623499995, - 37.82803770500004 - ], - [ - -122.18698546599995, - 37.828037789000064 - ], - [ - -122.18698533299994, - 37.82803780300003 - ], - [ - -122.18698528799996, - 37.82803780800003 - ], - [ - -122.18698511599996, - 37.828037824000035 - ], - [ - -122.18698476299994, - 37.82803785700003 - ], - [ - -122.18698434499998, - 37.82803789700006 - ], - [ - -122.18698318, - 37.82803800800008 - ], - [ - -122.18698214099999, - 37.82803809200004 - ], - [ - -122.18698153599996, - 37.828038141000036 - ], - [ - -122.18698109499996, - 37.828038176000064 - ], - [ - -122.18698065899997, - 37.82803820600003 - ], - [ - -122.186979915, - 37.82803825600007 - ], - [ - -122.18697978199998, - 37.82803826500003 - ], - [ - -122.18697964999996, - 37.82803827500004 - ], - [ - -122.186979383, - 37.82803829300008 - ], - [ - -122.18697898399995, - 37.82803831900003 - ], - [ - -122.18697885499995, - 37.82803832700006 - ], - [ - -122.18697875299995, - 37.82803833200006 - ], - [ - -122.18697869799996, - 37.82803833500003 - ], - [ - -122.18697842599994, - 37.82803835000004 - ], - [ - -122.18697754199997, - 37.82803839700006 - ], - [ - -122.18697687999997, - 37.82803843200003 - ], - [ - -122.18697679499996, - 37.82803843600004 - ], - [ - -122.18697671099994, - 37.82803844000006 - ], - [ - -122.18697586399998, - 37.82803847300005 - ], - [ - -122.18697483699998, - 37.828038512000035 - ], - [ - -122.18697480099996, - 37.828038513000024 - ], - [ - -122.186974766, - 37.82803851400007 - ], - [ - -122.186974196, - 37.82803853000007 - ], - [ - -122.18697414599995, - 37.82803853100006 - ], - [ - -122.18697409699996, - 37.82803853100006 - ], - [ - -122.18697382, - 37.82803853900003 - ], - [ - -122.18697340499995, - 37.82803855000003 - ], - [ - -122.18697304799997, - 37.82803856000004 - ], - [ - -122.18697290999995, - 37.828038563000064 - ], - [ - -122.186972772, - 37.82803856600003 - ], - [ - -122.18697265499998, - 37.82803857000005 - ], - [ - -122.18697254899996, - 37.828038572000025 - ], - [ - -122.18697250399998, - 37.82803857300007 - ], - [ - -122.18697245399994, - 37.82803857300007 - ], - [ - -122.18697186599996, - 37.828038580000054 - ], - [ - -122.18697167799996, - 37.82803858200003 - ], - [ - -122.186971611, - 37.82803858300008 - ], - [ - -122.18697145099998, - 37.82803858300008 - ], - [ - -122.18697117899995, - 37.82803858700004 - ], - [ - -122.18697109399994, - 37.82803858700004 - ], - [ - -122.18697105799998, - 37.82803858900007 - ], - [ - -122.18697089999995, - 37.82803859000006 - ], - [ - -122.18697071399998, - 37.82803859200004 - ], - [ - -122.18697067399995, - 37.82803859200004 - ], - [ - -122.18697063699994, - 37.82803859300003 - ], - [ - -122.18697052599998, - 37.82803859300003 - ], - [ - -122.18697026999996, - 37.82803859300003 - ], - [ - -122.18697014499998, - 37.82803859300003 - ], - [ - -122.18697001899994, - 37.82803859200004 - ], - [ - -122.18696981599999, - 37.82803859200004 - ], - [ - -122.18696975899996, - 37.82803859200004 - ], - [ - -122.18696970199994, - 37.82803859200004 - ], - [ - -122.18696869499996, - 37.82803859000006 - ], - [ - -122.18696837099998, - 37.82803858800003 - ], - [ - -122.186967101, - 37.82803856800007 - ], - [ - -122.18696674599994, - 37.828038563000064 - ], - [ - -122.18696631399996, - 37.828038556000024 - ], - [ - -122.186965483, - 37.82803853100006 - ], - [ - -122.18696534699995, - 37.82803852700005 - ], - [ - -122.18696521299995, - 37.82803852400008 - ], - [ - -122.186964274, - 37.828038495000044 - ], - [ - -122.18696420699996, - 37.828038493000065 - ], - [ - -122.186964145, - 37.82803849000004 - ], - [ - -122.18696300599998, - 37.82803843800008 - ], - [ - -122.18696296099995, - 37.82803843700003 - ], - [ - -122.18696291499998, - 37.82803843500005 - ], - [ - -122.18696228399995, - 37.828038407000065 - ], - [ - -122.18696170099997, - 37.828038380000066 - ], - [ - -122.18696111099996, - 37.82803834600003 - ], - [ - -122.18696057799997, - 37.828038314000025 - ], - [ - -122.18696009399997, - 37.82803828600004 - ], - [ - -122.186960033, - 37.82803828200008 - ], - [ - -122.18695997299994, - 37.828038278000065 - ], - [ - -122.18695978699998, - 37.82803826500003 - ], - [ - -122.18695970599998, - 37.82803826000003 - ], - [ - -122.186959608, - 37.828038253000045 - ], - [ - -122.18695786799998, - 37.82803813100003 - ], - [ - -122.18686188299995, - 37.828604459000076 - ], - [ - -122.18684434399995, - 37.82873357100004 - ], - [ - -122.18684377899996, - 37.82873772900007 - ], - [ - -122.18680162499999, - 37.82911160400005 - ], - [ - -122.18676610299997, - 37.829426658000045 - ], - [ - -122.18672888999998, - 37.829756694000025 - ], - [ - -122.18672778099995, - 37.82976653500003 - ], - [ - -122.18671984099996, - 37.82983694600006 - ], - [ - -122.186719397, - 37.829837757000064 - ], - [ - -122.18671895299997, - 37.82983856800007 - ], - [ - -122.18671835099997, - 37.82983972100004 - ], - [ - -122.18671809699998, - 37.82984020400005 - ], - [ - -122.18671716999995, - 37.82984195600005 - ], - [ - -122.18671649999999, - 37.82984350600003 - ], - [ - -122.18671629099998, - 37.82984397300004 - ], - [ - -122.18671516299997, - 37.82984640900003 - ], - [ - -122.18671437399996, - 37.82984853800008 - ], - [ - -122.18671392199997, - 37.829849747000026 - ], - [ - -122.18671374099995, - 37.82985023300006 - ], - [ - -122.18671258399996, - 37.829853651000064 - ], - [ - -122.186712463, - 37.829854054000066 - ], - [ - -122.18671114699998, - 37.82985877500005 - ], - [ - -122.18669923199997, - 37.829877692000025 - ], - [ - -122.186030771, - 37.83093904800006 - ], - [ - -122.18576560599996, - 37.83135944800006 - ], - [ - -122.18576556899995, - 37.83135950700006 - ], - [ - -122.18575550699995, - 37.83136775600008 - ], - [ - -122.18574771799996, - 37.83137740600006 - ], - [ - -122.18574343899996, - 37.831385829000055 - ], - [ - -122.18574096199995, - 37.83139566800003 - ], - [ - -122.18574065399997, - 37.83140598500006 - ], - [ - -122.18574122499996, - 37.83141040600003 - ], - [ - -122.18574365299997, - 37.83142868700003 - ], - [ - -122.18576649699997, - 37.83160075700005 - ], - [ - -122.18553500099995, - 37.83197028700005 - ], - [ - -122.18553383399995, - 37.831970847000036 - ], - [ - -122.18553371399997, - 37.83197090400006 - ], - [ - -122.18553359299995, - 37.831970960000035 - ], - [ - -122.18553318899995, - 37.83197114700005 - ], - [ - -122.18553268499994, - 37.83197141900007 - ], - [ - -122.18553182399995, - 37.83197187800005 - ], - [ - -122.18553168999995, - 37.831971949000035 - ], - [ - -122.18553155899997, - 37.83197202300005 - ], - [ - -122.18553056299999, - 37.83197258900003 - ], - [ - -122.18553008599997, - 37.83197286200004 - ], - [ - -122.18552977399997, - 37.831973031000075 - ], - [ - -122.18552928499997, - 37.831973349000066 - ], - [ - -122.18552881699998, - 37.83197363600004 - ], - [ - -122.18552869899997, - 37.83197370700003 - ], - [ - -122.18552865099997, - 37.831973739000034 - ], - [ - -122.18552852299996, - 37.831973822000066 - ], - [ - -122.18552790499996, - 37.83197422200004 - ], - [ - -122.185527601, - 37.83197442300008 - ], - [ - -122.18552726699994, - 37.83197465100005 - ], - [ - -122.18552657099997, - 37.83197512900006 - ], - [ - -122.18552523799997, - 37.831976101000066 - ], - [ - -122.18552470999998, - 37.831976517000044 - ], - [ - -122.18552402299997, - 37.83197705600003 - ], - [ - -122.18552398699995, - 37.83197708600005 - ], - [ - -122.185523951, - 37.831977117000065 - ], - [ - -122.18552343799996, - 37.83197754200006 - ], - [ - -122.18552272499994, - 37.83197813800007 - ], - [ - -122.18552270299995, - 37.83197815700004 - ], - [ - -122.18552150899995, - 37.831979241000056 - ], - [ - -122.18552142399994, - 37.83197931800004 - ], - [ - -122.18552134099997, - 37.831979397000055 - ], - [ - -122.18552063699997, - 37.83198007000004 - ], - [ - -122.18551992299996, - 37.831980789000056 - ], - [ - -122.18533190099998, - 37.832290002000036 - ], - [ - -122.18529930799997, - 37.83234333200005 - ], - [ - -122.18529825699994, - 37.83234504500007 - ], - [ - -122.18529407199998, - 37.83235326600004 - ], - [ - -122.18529113299996, - 37.832361932000026 - ], - [ - -122.18528977199998, - 37.832370240000046 - ], - [ - -122.18528959699995, - 37.83237801900003 - ], - [ - -122.18529031499997, - 37.83238261400004 - ], - [ - -122.18529120599999, - 37.83238871300006 - ], - [ - -122.18523681899995, - 37.83249526000003 - ], - [ - -122.18522916599994, - 37.83250030500005 - ], - [ - -122.18522298, - 37.832506280000075 - ], - [ - -122.18510668099998, - 37.83269611000003 - ], - [ - -122.18477235399996, - 37.83286890100004 - ], - [ - -122.18433696799997, - 37.833588691000045 - ], - [ - -122.18401557299995, - 37.83411392100004 - ], - [ - -122.183876463, - 37.83434125600007 - ], - [ - -122.18384453299996, - 37.83439343400005 - ], - [ - -122.18391527999995, - 37.83454881600005 - ], - [ - -122.18396849099997, - 37.83466568400007 - ], - [ - -122.18404444199996, - 37.834832497000036 - ], - [ - -122.18405349499994, - 37.83485237900004 - ], - [ - -122.18416806599998, - 37.83510400800003 - ], - [ - -122.18432858799997, - 37.83545656600006 - ], - [ - -122.18453410099994, - 37.83590793400003 - ], - [ - -122.18457283999999, - 37.83600222800004 - ], - [ - -122.18463701199994, - 37.836158425000065 - ], - [ - -122.18472060399995, - 37.836361888000056 - ], - [ - -122.18475981499995, - 37.836374791000026 - ], - [ - -122.18520465299997, - 37.83733335100004 - ], - [ - -122.18677840999999, - 37.83771993900007 - ], - [ - -122.18681713799998, - 37.83773698400006 - ], - [ - -122.18688415599996, - 37.83776648200006 - ], - [ - -122.18692924299995, - 37.837776974000064 - ], - [ - -122.18710349999998, - 37.83778987300008 - ], - [ - -122.187449072, - 37.837815453000076 - ], - [ - -122.18755413999997, - 37.83782323100007 - ], - [ - -122.18757027999999, - 37.837825606000024 - ], - [ - -122.18758648099998, - 37.83782791700003 - ], - [ - -122.18760262299998, - 37.83783105500004 - ], - [ - -122.18761883299999, - 37.83783396800004 - ], - [ - -122.18763510599996, - 37.83783665300007 - ], - [ - -122.18765143299998, - 37.837839116000055 - ], - [ - -122.18766781099998, - 37.837841351000066 - ], - [ - -122.18768423799997, - 37.83784335900003 - ], - [ - -122.18770072499996, - 37.83784513900008 - ], - [ - -122.18774731599996, - 37.83784059000004 - ], - [ - -122.18777874699998, - 37.83783752000005 - ], - [ - -122.18774688299999, - 37.83783432700005 - ], - [ - -122.18791943199994, - 37.837817861000076 - ], - [ - -122.18792226999994, - 37.837823290000074 - ], - [ - -122.18824184799996, - 37.83778814000004 - ], - [ - -122.18866686599995, - 37.837741391000066 - ], - [ - -122.18875837, - 37.83773132500005 - ], - [ - -122.18876537899996, - 37.83773714300003 - ], - [ - -122.18877761999994, - 37.837735974000054 - ], - [ - -122.18887323299998, - 37.83772685100007 - ], - [ - -122.18893982799995, - 37.83777932000004 - ], - [ - -122.18908457599997, - 37.837893361000056 - ], - [ - -122.1890749, - 37.83791636900003 - ], - [ - -122.18906717599998, - 37.837915391000024 - ], - [ - -122.18902700899997, - 37.83790974000004 - ], - [ - -122.18902580599996, - 37.83790955300003 - ], - [ - -122.18898696999997, - 37.83790353100005 - ], - [ - -122.18896052399998, - 37.837899048000054 - ], - [ - -122.18898040299996, - 37.83791554000004 - ], - [ - -122.18898940999998, - 37.837917048000065 - ], - [ - -122.18899250799996, - 37.83791755900006 - ], - [ - -122.18924838499998, - 37.838089524000054 - ], - [ - -122.18925572399996, - 37.838095029000044 - ], - [ - -122.18926208, - 37.838095456000076 - ], - [ - -122.189270352, - 37.83809568500004 - ], - [ - -122.18927181699996, - 37.83808160900003 - ], - [ - -122.18927270799998, - 37.83807305100004 - ], - [ - -122.18928453299998, - 37.83807356700004 - ], - [ - -122.18930023399997, - 37.83807402800005 - ], - [ - -122.18931684499995, - 37.838076357000034 - ], - [ - -122.18934396699996, - 37.83809772400008 - ], - [ - -122.18934400299997, - 37.83809772500007 - ], - [ - -122.18942585599996, - 37.83809418800007 - ], - [ - -122.18950698299994, - 37.838084872000024 - ], - [ - -122.18958673999998, - 37.83806985100006 - ], - [ - -122.18977988499995, - 37.83802616200006 - ], - [ - -122.18983169199998, - 37.83801747900003 - ], - [ - -122.18988451699994, - 37.838014577000024 - ], - [ - -122.18994157099996, - 37.83801800300006 - ], - [ - -122.18999733399994, - 37.83802816900004 - ], - [ - -122.19005054799999, - 37.838044843000034 - ], - [ - -122.19010001299995, - 37.83806765000003 - ], - [ - -122.190144611, - 37.838096077000046 - ], - [ - -122.18993730699998, - 37.83827036900004 - ], - [ - -122.19012623499998, - 37.83841170200003 - ], - [ - -122.18994059299996, - 37.83856778000006 - ], - [ - -122.19007105099996, - 37.83867056300005 - ], - [ - -122.19019030499999, - 37.838764516000026 - ], - [ - -122.19031949899994, - 37.838866299000074 - ], - [ - -122.19043597799998, - 37.83895806600003 - ], - [ - -122.19055281699997, - 37.83905011400003 - ], - [ - -122.19067716599994, - 37.839148084000044 - ], - [ - -122.190681655, - 37.83915161400006 - ], - [ - -122.190800793, - 37.839245478000066 - ], - [ - -122.19080449199998, - 37.83924839400004 - ], - [ - -122.19092904999997, - 37.83934652200003 - ], - [ - -122.19104574899995, - 37.83943846100004 - ], - [ - -122.19105016799995, - 37.83944194400004 - ], - [ - -122.19116290399995, - 37.83953075800008 - ], - [ - -122.19115980499998, - 37.83953315900004 - ], - [ - -122.19115900199995, - 37.83953381300006 - ], - [ - -122.191165781, - 37.839538943000036 - ], - [ - -122.19116605299996, - 37.839539149000075 - ], - [ - -122.19144093899996, - 37.83974715000005 - ], - [ - -122.19146112299995, - 37.83976242400007 - ], - [ - -122.19160941999996, - 37.83987938100006 - ], - [ - -122.19162720699995, - 37.83989341000006 - ], - [ - -122.19208434799998, - 37.84025393600007 - ], - [ - -122.19225015799998, - 37.84029347300003 - ], - [ - -122.19241412099996, - 37.840332568000065 - ], - [ - -122.19248644899994, - 37.84034981700006 - ], - [ - -122.192745377, - 37.840411550000056 - ], - [ - -122.192746834, - 37.84041189800007 - ], - [ - -122.19307843699994, - 37.84049096600006 - ], - [ - -122.19320084299994, - 37.840520163000065 - ], - [ - -122.19320270699995, - 37.84052060700003 - ], - [ - -122.19331120399994, - 37.84054648600005 - ], - [ - -122.19349314299996, - 37.84058509500005 - ], - [ - -122.19369093199998, - 37.84062694900007 - ], - [ - -122.19369096899999, - 37.84062695600005 - ], - [ - -122.193691006, - 37.84062696400008 - ], - [ - -122.19369360399998, - 37.84062372100004 - ], - [ - -122.19369517999996, - 37.84062182500003 - ], - [ - -122.19369604499997, - 37.840620785000056 - ], - [ - -122.19369755199995, - 37.84061904500004 - ], - [ - -122.19369757699997, - 37.84061901500007 - ], - [ - -122.19369760199999, - 37.84061898600004 - ], - [ - -122.19369801799996, - 37.840618506000055 - ], - [ - -122.19369809499995, - 37.84061841600004 - ], - [ - -122.19369817299997, - 37.84061832700007 - ], - [ - -122.19369848999997, - 37.84061796100008 - ], - [ - -122.19369895299997, - 37.84061743800004 - ], - [ - -122.1937, - 37.840616272000034 - ], - [ - -122.193700864, - 37.84061531100008 - ], - [ - -122.19370128299994, - 37.84061484400007 - ], - [ - -122.19370130199997, - 37.840614824000056 - ], - [ - -122.19370166899995, - 37.84061443100006 - ], - [ - -122.19370359599998, - 37.84061236400004 - ], - [ - -122.193704175, - 37.84061175100004 - ], - [ - -122.19370445599998, - 37.84061145900006 - ], - [ - -122.19370488799996, - 37.84061101200007 - ], - [ - -122.19370516599997, - 37.840610724000044 - ], - [ - -122.19370551199995, - 37.84061036800006 - ], - [ - -122.19370580099996, - 37.840610069000036 - ], - [ - -122.19370585899998, - 37.840610009000045 - ], - [ - -122.19370591799998, - 37.840609949000054 - ], - [ - -122.193706008, - 37.84060985700006 - ], - [ - -122.19370605399996, - 37.84060980800007 - ], - [ - -122.19370609099997, - 37.84060977000007 - ], - [ - -122.19370613899997, - 37.84060972000003 - ], - [ - -122.19370622799994, - 37.84060962900003 - ], - [ - -122.19370648699999, - 37.84060936100008 - ], - [ - -122.19370681199996, - 37.84060902400006 - ], - [ - -122.19370718299996, - 37.84060865500004 - ], - [ - -122.19370750099995, - 37.84060833800004 - ], - [ - -122.19370757799999, - 37.84060826100006 - ], - [ - -122.19370763799998, - 37.840608201000066 - ], - [ - -122.193707712, - 37.84060812600006 - ], - [ - -122.19370829099995, - 37.840607549000026 - ], - [ - -122.19370978699999, - 37.84060606200006 - ], - [ - -122.19371107199999, - 37.84060482500007 - ], - [ - -122.19371235099999, - 37.840603592000036 - ], - [ - -122.19371326699996, - 37.840602742000044 - ], - [ - -122.19371531299998, - 37.84060083700007 - ], - [ - -122.19371621299996, - 37.84060002500007 - ], - [ - -122.19371696899998, - 37.84059934700008 - ], - [ - -122.19371707099998, - 37.840599256000075 - ], - [ - -122.19371717299998, - 37.840599164000025 - ], - [ - -122.19371847599996, - 37.84059799400006 - ], - [ - -122.19372096399997, - 37.84059584200003 - ], - [ - -122.19372098899998, - 37.84059582000003 - ], - [ - -122.19372450599997, - 37.840592865000076 - ], - [ - -122.19372784599994, - 37.840590159000044 - ], - [ - -122.19372947299996, - 37.84058888900006 - ], - [ - -122.19372990499994, - 37.84058855300003 - ], - [ - -122.19372992799998, - 37.84058853500005 - ], - [ - -122.19373084699998, - 37.84058781500005 - ], - [ - -122.19373146999999, - 37.84058734200005 - ], - [ - -122.19373334099998, - 37.84058593100008 - ], - [ - -122.19373426899995, - 37.84058523300007 - ], - [ - -122.19373491199997, - 37.84058476100006 - ], - [ - -122.19373685499994, - 37.84058334800005 - ], - [ - -122.193737608, - 37.84058279900006 - ], - [ - -122.19373766299998, - 37.84058275800004 - ], - [ - -122.19373772299997, - 37.840582717000075 - ], - [ - -122.19373815999995, - 37.840582408000046 - ], - [ - -122.19373936599999, - 37.84058156200007 - ], - [ - -122.19373964599998, - 37.84058136600004 - ], - [ - -122.19374122299996, - 37.840580260000024 - ], - [ - -122.19374443799995, - 37.840578082000036 - ], - [ - -122.19374570699995, - 37.84057725200006 - ], - [ - -122.19374765099997, - 37.84057597900005 - ], - [ - -122.193749621, - 37.84057472300003 - ], - [ - -122.193751567, - 37.84057349300008 - ], - [ - -122.1937536, - 37.84057225500004 - ], - [ - -122.193755249, - 37.84057125100003 - ], - [ - -122.19375634299996, - 37.840570608000064 - ], - [ - -122.19375890199996, - 37.84056910500004 - ], - [ - -122.193762419, - 37.84056711300008 - ], - [ - -122.19376383699995, - 37.84056633700004 - ], - [ - -122.19376418099995, - 37.84056614900004 - ], - [ - -122.19376447299999, - 37.84056599000007 - ], - [ - -122.193765795, - 37.840565269000024 - ], - [ - -122.19376584899999, - 37.840565240000046 - ], - [ - -122.19376590399997, - 37.84056521100007 - ], - [ - -122.19376629199996, - 37.840565 - ], - [ - -122.19376631999995, - 37.840564984000025 - ], - [ - -122.19376634799994, - 37.840564968000024 - ], - [ - -122.19376672599998, - 37.84056477200005 - ], - [ - -122.19376676499996, - 37.840564750000055 - ], - [ - -122.19376680499994, - 37.84056472900005 - ], - [ - -122.19377013699994, - 37.840562979000026 - ], - [ - -122.19391104299996, - 37.84048316900004 - ], - [ - -122.19393368599998, - 37.84051084200007 - ], - [ - -122.19379252799996, - 37.84059079000008 - ], - [ - -122.19379094799996, - 37.840591622000034 - ], - [ - -122.19378920699995, - 37.84059254500005 - ], - [ - -122.19378917399996, - 37.84059256200004 - ], - [ - -122.19378914199996, - 37.84059257900003 - ], - [ - -122.19378631599994, - 37.84059412300007 - ], - [ - -122.19378445299998, - 37.84059517900005 - ], - [ - -122.19378331099995, - 37.84059582800006 - ], - [ - -122.193780313, - 37.840597589000026 - ], - [ - -122.19377942199998, - 37.84059812800007 - ], - [ - -122.19377722299998, - 37.84059946800005 - ], - [ - -122.19377619999995, - 37.84060011300005 - ], - [ - -122.193774599, - 37.84060112700007 - ], - [ - -122.19377396899995, - 37.84060153000007 - ], - [ - -122.19377327399997, - 37.840601985000035 - ], - [ - -122.19377138699997, - 37.84060322000005 - ], - [ - -122.19376975299997, - 37.840604324000026 - ], - [ - -122.19376866699997, - 37.840605062000066 - ], - [ - -122.19376826399997, - 37.84060533500008 - ], - [ - -122.19376823799996, - 37.84060535300006 - ], - [ - -122.19376800199996, - 37.840605520000054 - ], - [ - -122.19376795499994, - 37.840605552000056 - ], - [ - -122.19376790999996, - 37.84060558500005 - ], - [ - -122.19376602399996, - 37.840606911000066 - ], - [ - -122.19376324999996, - 37.84060891900003 - ], - [ - -122.19376319999998, - 37.84060895500005 - ], - [ - -122.19376316599994, - 37.840608978000034 - ], - [ - -122.19376105999999, - 37.84061055300003 - ], - [ - -122.19376013599998, - 37.84061125100004 - ], - [ - -122.19375984399994, - 37.840611470000056 - ], - [ - -122.19375947799995, - 37.84061175700003 - ], - [ - -122.19375903799994, - 37.84061210300007 - ], - [ - -122.193757125, - 37.84061359400005 - ], - [ - -122.19375567699996, - 37.840614764000065 - ], - [ - -122.19375445799994, - 37.84061574900005 - ], - [ - -122.19375313799998, - 37.840616855000064 - ], - [ - -122.19375188799995, - 37.840617902000076 - ], - [ - -122.19375094399999, - 37.84061871700004 - ], - [ - -122.19374903099998, - 37.840620382000054 - ], - [ - -122.19374893399998, - 37.840620467000065 - ], - [ - -122.19374883799998, - 37.840620553000065 - ], - [ - -122.19374662099995, - 37.84062255200007 - ], - [ - -122.19374423599999, - 37.84062477100008 - ], - [ - -122.19374383299998, - 37.84062516100005 - ], - [ - -122.19374252699998, - 37.84062642400005 - ], - [ - -122.19374247399998, - 37.84062647400003 - ], - [ - -122.19374243699997, - 37.84062650900006 - ], - [ - -122.19374241199995, - 37.84062653400008 - ], - [ - -122.193742338, - 37.84062660400008 - ], - [ - -122.19374222299996, - 37.84062671500004 - ], - [ - -122.19374214299995, - 37.840626791000034 - ], - [ - -122.19374211899998, - 37.840626814000075 - ], - [ - -122.19374208699998, - 37.84062684600008 - ], - [ - -122.19374171199996, - 37.84062721000004 - ], - [ - -122.19374106699996, - 37.84062785400005 - ], - [ - -122.19373992299995, - 37.84062899700007 - ], - [ - -122.19373933299994, - 37.84062959000005 - ], - [ - -122.193738672, - 37.84063027600007 - ], - [ - -122.19373713299996, - 37.84063187100003 - ], - [ - -122.19373594999996, - 37.84063314100007 - ], - [ - -122.19373552299999, - 37.840633601000036 - ], - [ - -122.19373499399995, - 37.840634168000065 - ], - [ - -122.19373485499995, - 37.84063431800007 - ], - [ - -122.19373478999995, - 37.84063439000005 - ], - [ - -122.193734727, - 37.84063446000005 - ], - [ - -122.19373241699998, - 37.840637041000036 - ], - [ - -122.19373092099994, - 37.84063877400007 - ], - [ - -122.19373088299994, - 37.84063882000004 - ], - [ - -122.19373086299998, - 37.84063884300008 - ], - [ - -122.19373078399997, - 37.840638934000026 - ], - [ - -122.193730502, - 37.840639262000025 - ], - [ - -122.193729943, - 37.840639931000055 - ], - [ - -122.19372836199994, - 37.84064182600008 - ], - [ - -122.19372788599998, - 37.84064242200003 - ], - [ - -122.19372734899997, - 37.84064309100006 - ], - [ - -122.19372636599996, - 37.84064432100007 - ], - [ - -122.19372634599995, - 37.84064434600003 - ], - [ - -122.19372632699998, - 37.840644370000064 - ], - [ - -122.19372491599995, - 37.84064619800006 - ], - [ - -122.19372488699997, - 37.840646236000055 - ], - [ - -122.19372485899999, - 37.84064627400005 - ], - [ - -122.19372339599994, - 37.84064822000005 - ], - [ - -122.19372239599994, - 37.84064956900005 - ], - [ - -122.19372128299995, - 37.840651137000066 - ], - [ - -122.19372104499996, - 37.84065147300004 - ], - [ - -122.19372068899997, - 37.84065197500007 - ], - [ - -122.19372052799997, - 37.84065220400004 - ], - [ - -122.19372046099994, - 37.840652300000045 - ], - [ - -122.19372039499996, - 37.84065239600005 - ], - [ - -122.19371958399995, - 37.84065358000004 - ], - [ - -122.19371869999998, - 37.84065487000004 - ], - [ - -122.193718086, - 37.840655810000044 - ], - [ - -122.19371750099998, - 37.84065670600006 - ], - [ - -122.19371695799998, - 37.84065753600004 - ], - [ - -122.19371680699999, - 37.840657778000036 - ], - [ - -122.19371625499997, - 37.84065865500003 - ], - [ - -122.19371589899998, - 37.84065922600007 - ], - [ - -122.19371535599998, - 37.840660091000075 - ], - [ - -122.19371500399996, - 37.840660668000055 - ], - [ - -122.19371445499996, - 37.84066158400003 - ], - [ - -122.19371366699994, - 37.84066289700007 - ], - [ - -122.19371322099994, - 37.84066367100007 - ], - [ - -122.19371250499995, - 37.84066492000005 - ], - [ - -122.19371190799995, - 37.840665974000046 - ], - [ - -122.19371048099998, - 37.84066858600005 - ], - [ - -122.19370961199996, - 37.84067025400003 - ], - [ - -122.19370959699995, - 37.840670283000065 - ], - [ - -122.19370958399998, - 37.840670309000075 - ], - [ - -122.19370902799994, - 37.84067138100005 - ], - [ - -122.19370824299995, - 37.84067296500007 - ], - [ - -122.19370765899998, - 37.84067414200007 - ], - [ - -122.19370698699998, - 37.840675575000034 - ], - [ - -122.19370617299995, - 37.84067732600005 - ], - [ - -122.19370516899994, - 37.840679582000064 - ], - [ - -122.193703799, - 37.84068283400006 - ], - [ - -122.19370350399998, - 37.84068357600006 - ], - [ - -122.19370270199994, - 37.84068561700008 - ], - [ - -122.193702068, - 37.84068731600007 - ], - [ - -122.19370161299997, - 37.84068853500003 - ], - [ - -122.19370132999995, - 37.84068934100003 - ], - [ - -122.19370130899995, - 37.840689402000066 - ], - [ - -122.19370128799994, - 37.840689464000036 - ], - [ - -122.19370065399994, - 37.84069128100003 - ], - [ - -122.19370036999999, - 37.84069215100004 - ], - [ - -122.19369943499998, - 37.84069508700003 - ], - [ - -122.19369875999996, - 37.84069730400006 - ], - [ - -122.19369829199997, - 37.840698995000025 - ], - [ - -122.19369793699997, - 37.84070027400003 - ], - [ - -122.19369734799994, - 37.840702574000034 - ], - [ - -122.19369687899996, - 37.84070454000005 - ], - [ - -122.19369650599998, - 37.84070616300005 - ], - [ - -122.19369615199997, - 37.84070783300007 - ], - [ - -122.19369581399997, - 37.840709469000046 - ], - [ - -122.19369540499997, - 37.84071166200005 - ], - [ - -122.19369538899997, - 37.84071174500008 - ], - [ - -122.19369537399996, - 37.840711827000064 - ], - [ - -122.19369516199998, - 37.84071305700007 - ], - [ - -122.19369480699999, - 37.84071520900005 - ], - [ - -122.19369457399995, - 37.84071686000004 - ], - [ - -122.19369430999996, - 37.84071880000005 - ], - [ - -122.19369400899996, - 37.84072132400007 - ], - [ - -122.19369351899996, - 37.84072688300006 - ], - [ - -122.19369338299998, - 37.84072938500003 - ], - [ - -122.19369329299997, - 37.84073157500006 - ], - [ - -122.19369325099996, - 37.84073285900007 - ], - [ - -122.193693221, - 37.840735007000035 - ], - [ - -122.19369321999994, - 37.840735049000045 - ], - [ - -122.19369321999994, - 37.840735092000045 - ], - [ - -122.19369321599999, - 37.840736906000075 - ], - [ - -122.19369322399996, - 37.84073757200008 - ], - [ - -122.19369323099994, - 37.84073808200003 - ], - [ - -122.19369324599995, - 37.84073931800003 - ], - [ - -122.19369327299995, - 37.84074016500006 - ], - [ - -122.19369331899998, - 37.84074149200006 - ], - [ - -122.19369334499999, - 37.84074225400008 - ], - [ - -122.19369338799999, - 37.840743076000024 - ], - [ - -122.193693441, - 37.84074403200003 - ], - [ - -122.19369351599994, - 37.840745371000025 - ], - [ - -122.19369359399997, - 37.840746360000026 - ], - [ - -122.19369377599998, - 37.84074864100006 - ], - [ - -122.19369396399998, - 37.84075050800004 - ], - [ - -122.19369406399994, - 37.84075149100005 - ], - [ - -122.19369407299996, - 37.840751563000026 - ], - [ - -122.19369408199998, - 37.840751641000054 - ], - [ - -122.19369439499997, - 37.840754177000065 - ], - [ - -122.193694511, - 37.84075503300005 - ], - [ - -122.19369454999998, - 37.84075530300004 - ], - [ - -122.19369489999997, - 37.84075769300006 - ], - [ - -122.19369573299997, - 37.840762408000046 - ], - [ - -122.19369577499998, - 37.84076263700007 - ], - [ - -122.19369577999998, - 37.84076266400007 - ], - [ - -122.19369578599998, - 37.840762690000076 - ], - [ - -122.19369583399998, - 37.84076294600004 - ], - [ - -122.19369585099997, - 37.840763035000066 - ], - [ - -122.19369586099998, - 37.84076308700003 - ], - [ - -122.19369588, - 37.840763183000035 - ], - [ - -122.19369597399998, - 37.840763665000054 - ], - [ - -122.19369612, - 37.840764352000065 - ], - [ - -122.19369641999998, - 37.84076575900008 - ], - [ - -122.19369649699996, - 37.840766133000045 - ], - [ - -122.193696575, - 37.840766504000044 - ], - [ - -122.19369711999997, - 37.840768807000075 - ], - [ - -122.19369805499997, - 37.84077247100004 - ], - [ - -122.19369848699995, - 37.84077401900004 - ], - [ - -122.19369888299997, - 37.84077542600005 - ], - [ - -122.19369953799998, - 37.84077758300003 - ], - [ - -122.19369955399998, - 37.84077763600004 - ], - [ - -122.19369957099997, - 37.84077769000004 - ], - [ - -122.193699805, - 37.84077845100006 - ], - [ - -122.19370004099994, - 37.840779172000055 - ], - [ - -122.19370043599997, - 37.840780376000055 - ], - [ - -122.19370081299996, - 37.84078150800008 - ], - [ - -122.19370113699995, - 37.840782432000026 - ], - [ - -122.19370203199998, - 37.840784926000026 - ], - [ - -122.19370296899996, - 37.84078740500007 - ], - [ - -122.19370412799998, - 37.84079028800005 - ], - [ - -122.19370488499999, - 37.84079207900004 - ], - [ - -122.19370490299997, - 37.84079212100005 - ], - [ - -122.19370491399997, - 37.84079214600007 - ], - [ - -122.19370495399994, - 37.84079224000004 - ], - [ - -122.19370519599994, - 37.84079281600003 - ], - [ - -122.19370559999999, - 37.84079371400003 - ], - [ - -122.19370598299997, - 37.84079456500007 - ], - [ - -122.19370617899995, - 37.84079500200005 - ], - [ - -122.193706395, - 37.84079547500005 - ], - [ - -122.19370661799996, - 37.840795968000066 - ], - [ - -122.19370665199995, - 37.84079604200008 - ], - [ - -122.19370668699997, - 37.840796115000046 - ], - [ - -122.19370832399994, - 37.84079952400003 - ], - [ - -122.193708373, - 37.840799625000045 - ], - [ - -122.19370842299998, - 37.84079972600006 - ], - [ - -122.19370920899996, - 37.840801301000056 - ], - [ - -122.19370922299998, - 37.840801328000055 - ], - [ - -122.19370923699995, - 37.84080135500005 - ], - [ - -122.19370998699998, - 37.840802789000065 - ], - [ - -122.19371102499997, - 37.840804743000035 - ], - [ - -122.19371235799997, - 37.840807152000025 - ], - [ - -122.19371389399998, - 37.84080981200003 - ], - [ - -122.19371500299997, - 37.84081165400005 - ], - [ - -122.19371554799994, - 37.84081254900008 - ], - [ - -122.19371619299994, - 37.84081357100007 - ], - [ - -122.19371700999994, - 37.84081486900004 - ], - [ - -122.19371835599998, - 37.840816920000066 - ], - [ - -122.19371898999998, - 37.84081788100008 - ], - [ - -122.19372048499997, - 37.84082005600004 - ], - [ - -122.19372252699998, - 37.84082293100005 - ], - [ - -122.1937236699999, - 37.840824472000065 - ], - [ - -122.19372450299994, - 37.840825592000044 - ], - [ - -122.19372471099996, - 37.840825865000056 - ], - [ - -122.19372515599997, - 37.84082643900007 - ], - [ - -122.19372603699998, - 37.84082757500005 - ], - [ - -122.19372607799994, - 37.840827628000056 - ], - [ - -122.19372611799997, - 37.840827680000075 - ], - [ - -122.193726605, - 37.84082831100005 - ], - [ - -122.19372662899997, - 37.84082833900004 - ], - [ - -122.19372750899998, - 37.84082943200008 - ], - [ - -122.19372828799999, - 37.84083039600006 - ], - [ - -122.19372910099997, - 37.84083138600005 - ], - [ - -122.19372986599996, - 37.840832300000045 - ], - [ - -122.19373049299998, - 37.84083305000007 - ], - [ - -122.19373074099997, - 37.84083334700006 - ], - [ - -122.19373146799995, - 37.84083418500006 - ], - [ - -122.19373163599994, - 37.84083437800007 - ], - [ - -122.19373166899999, - 37.84083441700005 - ], - [ - -122.19373170299997, - 37.84083445600004 - ], - [ - -122.19373185699999, - 37.84083463200005 - ], - [ - -122.193732174, - 37.84083499600007 - ], - [ - -122.19373247399994, - 37.84083534100006 - ], - [ - -122.19373273999997, - 37.84083564800005 - ], - [ - -122.19373294599995, - 37.84083588500005 - ], - [ - -122.19373321299997, - 37.84083618000005 - ], - [ - -122.19373400699999, - 37.84083706100006 - ], - [ - -122.19373623399997, - 37.84083948800003 - ], - [ - -122.193736259, - 37.840839516000074 - ], - [ - -122.19373628599999, - 37.84083954400006 - ], - [ - -122.19373742899995, - 37.84084076500005 - ], - [ - -122.19375047299997, - 37.84085242400005 - ], - [ - -122.193761199, - 37.84086171300004 - ], - [ - -122.19377342599995, - 37.84087193600004 - ], - [ - -122.19378587899996, - 37.840881989000025 - ], - [ - -122.19379854899995, - 37.840891869000075 - ], - [ - -122.19381143599998, - 37.84090157000003 - ], - [ - -122.19381939399995, - 37.84090735800004 - ], - [ - -122.19382453599997, - 37.84091109700006 - ], - [ - -122.19383109999995, - 37.840915704000054 - ], - [ - -122.193837842, - 37.84092043800007 - ], - [ - -122.19385134999999, - 37.84092959000003 - ], - [ - -122.19386505899996, - 37.84093856000004 - ], - [ - -122.19387896499995, - 37.84094733400008 - ], - [ - -122.19389305699997, - 37.84095591500005 - ], - [ - -122.19390734199999, - 37.84096429900006 - ], - [ - -122.19392180299997, - 37.840972485000066 - ], - [ - -122.19393644399997, - 37.840980469000044 - ], - [ - -122.19395125499994, - 37.840988250000066 - ], - [ - -122.19396624199999, - 37.84099582400006 - ], - [ - -122.19398139099997, - 37.84100319100003 - ], - [ - -122.19399670099995, - 37.841010346000076 - ], - [ - -122.19401216399996, - 37.841017288000046 - ], - [ - -122.19402777299996, - 37.84102401500007 - ], - [ - -122.19404734899996, - 37.84103206000003 - ], - [ - -122.19415770599994, - 37.84108603300007 - ], - [ - -122.19425049299997, - 37.84113141200004 - ], - [ - -122.19425090699997, - 37.84113234000006 - ], - [ - -122.19425147199996, - 37.84113360900005 - ], - [ - -122.19425219699997, - 37.841135208000026 - ], - [ - -122.194254893, - 37.841140918000065 - ], - [ - -122.19425509099995, - 37.84114133500003 - ], - [ - -122.19425587099994, - 37.841142915000034 - ], - [ - -122.19425624799999, - 37.84114367700005 - ], - [ - -122.19425693699998, - 37.84114505200006 - ], - [ - -122.19425815599999, - 37.84114751900006 - ], - [ - -122.19425874799998, - 37.841148684000075 - ], - [ - -122.19425993899995, - 37.841150963000075 - ], - [ - -122.19426037, - 37.84115178600007 - ], - [ - -122.194261252, - 37.841153474000066 - ], - [ - -122.194263961, - 37.84115848300007 - ], - [ - -122.19426559299995, - 37.841161459000034 - ], - [ - -122.19426583999996, - 37.841161888000045 - ], - [ - -122.19426739, - 37.84116458200003 - ], - [ - -122.19426841599994, - 37.841166362000024 - ], - [ - -122.19426895699996, - 37.84116730000005 - ], - [ - -122.19426897599999, - 37.841167333000044 - ], - [ - -122.19426901199995, - 37.84116739600006 - ], - [ - -122.19426903799996, - 37.841167444000064 - ], - [ - -122.19426913399997, - 37.841167609000024 - ], - [ - -122.19426927099994, - 37.841167849000044 - ], - [ - -122.19426950499997, - 37.84116824400007 - ], - [ - -122.19426957, - 37.84116835200007 - ], - [ - -122.19427212899996, - 37.84117261000006 - ], - [ - -122.19427216799994, - 37.84117267600004 - ], - [ - -122.19427220799997, - 37.84117274100004 - ], - [ - -122.19427414199998, - 37.84117589500005 - ], - [ - -122.19427535399996, - 37.84117782200008 - ], - [ - -122.19427583099997, - 37.841178582000055 - ], - [ - -122.19427611999998, - 37.84117903900005 - ], - [ - -122.19427648499999, - 37.84117961000004 - ], - [ - -122.194279715, - 37.841184594000026 - ], - [ - -122.19428240999997, - 37.84118863900005 - ], - [ - -122.19428534699995, - 37.841192928000055 - ], - [ - -122.19428818899996, - 37.84119694100008 - ], - [ - -122.19429010899995, - 37.84119963400008 - ], - [ - -122.19429349899997, - 37.841204204000064 - ], - [ - -122.19429486099995, - 37.84120603700006 - ], - [ - -122.194297243, - 37.84120912100008 - ], - [ - -122.19429766499997, - 37.84120966800003 - ], - [ - -122.19429992599999, - 37.84121258000005 - ], - [ - -122.19430385699997, - 37.841217468000025 - ], - [ - -122.19430862299998, - 37.84122320600005 - ], - [ - -122.19431480499998, - 37.84123037000006 - ], - [ - -122.19431752999998, - 37.84123340100007 - ], - [ - -122.19431991099998, - 37.84123604700005 - ], - [ - -122.19432540799994, - 37.84124193400004 - ], - [ - -122.19432805399998, - 37.84124466600008 - ], - [ - -122.19433022299995, - 37.84124690900006 - ], - [ - -122.19433221099996, - 37.84124891000005 - ], - [ - -122.19433226899997, - 37.84124896800006 - ], - [ - -122.194332326, - 37.841249025000025 - ], - [ - -122.19433640699998, - 37.84125308800003 - ], - [ - -122.19433952099996, - 37.84125609000006 - ], - [ - -122.19434211599997, - 37.84125858800007 - ], - [ - -122.19434500299997, - 37.841261270000075 - ], - [ - -122.19434853499996, - 37.84126453700003 - ], - [ - -122.19435021499999, - 37.84126604200003 - ], - [ - -122.19435132599995, - 37.84126703900006 - ], - [ - -122.19435367799997, - 37.84126914900003 - ], - [ - -122.19435507299994, - 37.84127036800004 - ], - [ - -122.19435846399995, - 37.84127330300004 - ], - [ - -122.19435851099996, - 37.84127334500005 - ], - [ - -122.19435855899997, - 37.84127338600007 - ], - [ - -122.194360631, - 37.84127516600006 - ], - [ - -122.19436068199997, - 37.84127520800007 - ], - [ - -122.19436073199995, - 37.841275250000024 - ], - [ - -122.19436166, - 37.841276024000024 - ], - [ - -122.19436346999998, - 37.841277536000064 - ], - [ - -122.19436486199999, - 37.841278697000064 - ], - [ - -122.19436619099997, - 37.841279808000024 - ], - [ - -122.19436825499997, - 37.84128148100007 - ], - [ - -122.19436892099998, - 37.84128201500005 - ], - [ - -122.194371591, - 37.84128417000005 - ], - [ - -122.19437249299995, - 37.84128490000006 - ], - [ - -122.19437287499994, - 37.841285209000034 - ], - [ - -122.19437290199994, - 37.84128523000004 - ], - [ - -122.19437347899998, - 37.841285679000066 - ], - [ - -122.19437356399999, - 37.84128574600004 - ], - [ - -122.19437364999999, - 37.84128581400006 - ], - [ - -122.19437593799995, - 37.84128759400005 - ], - [ - -122.194377439, - 37.84128876600005 - ], - [ - -122.19437940699999, - 37.84129029700006 - ], - [ - -122.19438067599998, - 37.84129125100003 - ], - [ - -122.19438298199998, - 37.84129298600004 - ], - [ - -122.19438452199995, - 37.84129414500006 - ], - [ - -122.19438583799996, - 37.84129513100004 - ], - [ - -122.19438591399995, - 37.84129518800006 - ], - [ - -122.194385991, - 37.84129524400004 - ], - [ - -122.19438668299995, - 37.84129575000003 - ], - [ - -122.19438925199995, - 37.841297618000056 - ], - [ - -122.19438932599996, - 37.84129767100006 - ], - [ - -122.19438938899998, - 37.84129771800008 - ], - [ - -122.19438949, - 37.841297791000045 - ], - [ - -122.19439421899995, - 37.84130118500008 - ], - [ - -122.19439478799995, - 37.841301584000064 - ], - [ - -122.19439600099997, - 37.841302435000046 - ], - [ - -122.19439754099994, - 37.84130351600004 - ], - [ - -122.19440688999998, - 37.84130987300006 - ], - [ - -122.19440933499999, - 37.841311473000076 - ], - [ - -122.19441166799999, - 37.841312997000045 - ], - [ - -122.194414441, - 37.84131478300003 - ], - [ - -122.19441728399994, - 37.841316575000064 - ], - [ - -122.19441949099996, - 37.841317967000066 - ], - [ - -122.19442150199995, - 37.84131921100004 - ], - [ - -122.19442544999998, - 37.84132161300005 - ], - [ - -122.194429018, - 37.84132375100006 - ], - [ - -122.19443483299995, - 37.84132716400006 - ], - [ - -122.19443658699998, - 37.84132815600003 - ], - [ - -122.19443852299997, - 37.84132925000006 - ], - [ - -122.19444177999998, - 37.841331092000075 - ], - [ - -122.19444221199996, - 37.84133133700004 - ], - [ - -122.19444250899994, - 37.841331499000034 - ], - [ - -122.19444371599997, - 37.84133215500003 - ], - [ - -122.194449685, - 37.84133540700003 - ], - [ - -122.19445660899999, - 37.84133903900005 - ], - [ - -122.194456904, - 37.84133919300007 - ], - [ - -122.19445695999997, - 37.841339222000045 - ], - [ - -122.194457017, - 37.84133925200007 - ], - [ - -122.19445744099994, - 37.841339471000026 - ], - [ - -122.19446085299995, - 37.84134119600003 - ], - [ - -122.19446090599996, - 37.84134122300003 - ], - [ - -122.19446096099995, - 37.841341251000074 - ], - [ - -122.19446100899995, - 37.84134127500005 - ], - [ - -122.194461075, - 37.84134130800004 - ], - [ - -122.19446466499994, - 37.84134312400005 - ], - [ - -122.19446469299999, - 37.84134313900006 - ], - [ - -122.19446654299998, - 37.84134404100007 - ], - [ - -122.19446663599996, - 37.84134408700004 - ], - [ - -122.19446673099998, - 37.841344133000064 - ], - [ - -122.19446825299997, - 37.841344872000036 - ], - [ - -122.19446831699997, - 37.84134490300005 - ], - [ - -122.19446838199997, - 37.84134493400006 - ], - [ - -122.19446971099995, - 37.84134558000005 - ], - [ - -122.19447080699996, - 37.84134611300004 - ], - [ - -122.19447283499994, - 37.84134709500006 - ], - [ - -122.19447628399996, - 37.841348706000076 - ], - [ - -122.19447681799994, - 37.84134895400007 - ], - [ - -122.19448051199998, - 37.84135067900007 - ], - [ - -122.19448424299998, - 37.84135235100007 - ], - [ - -122.19448948899998, - 37.841354684000066 - ], - [ - -122.19449071499997, - 37.841355211000064 - ], - [ - -122.19449125399996, - 37.841355444000044 - ], - [ - -122.19449553799996, - 37.84135728800004 - ], - [ - -122.19449978199998, - 37.841359053000076 - ], - [ - -122.19450582399998, - 37.84136151900003 - ], - [ - -122.19451094699997, - 37.841363546000025 - ], - [ - -122.19451198899998, - 37.841363957000056 - ], - [ - -122.19451245199997, - 37.84136414200003 - ], - [ - -122.19451285699995, - 37.84136429400007 - ], - [ - -122.19451654499994, - 37.84136568800005 - ], - [ - -122.194518454, - 37.841366410000035 - ], - [ - -122.194521539, - 37.84136756300006 - ], - [ - -122.194526124, - 37.84136923300008 - ], - [ - -122.19452704599996, - 37.84136956000003 - ], - [ - -122.19452710999997, - 37.84136958200003 - ], - [ - -122.19452717299998, - 37.84136960500007 - ], - [ - -122.19453530299995, - 37.841372429000046 - ], - [ - -122.19453681099998, - 37.84137294800007 - ], - [ - -122.19454189499999, - 37.841374623000036 - ], - [ - -122.19454557599994, - 37.84137583100005 - ], - [ - -122.19455045199999, - 37.84137735400003 - ], - [ - -122.19455075299999, - 37.84137744800006 - ], - [ - -122.19455401799996, - 37.84137846700003 - ], - [ - -122.19455807699995, - 37.84137967000004 - ], - [ - -122.19455816799996, - 37.841379697000036 - ], - [ - -122.19455825999995, - 37.841379724000035 - ], - [ - -122.194562739, - 37.84138104800007 - ], - [ - -122.194570737, - 37.84138329500007 - ], - [ - -122.19457534799994, - 37.841384524000034 - ], - [ - -122.19457611999997, - 37.84138472800004 - ], - [ - -122.19458435899998, - 37.84138684100003 - ], - [ - -122.19458617199996, - 37.84138729500006 - ], - [ - -122.19458736299998, - 37.841387592000046 - ], - [ - -122.19458779599995, - 37.84138770100003 - ], - [ - -122.19458829299998, - 37.84138782300005 - ], - [ - -122.19458843299998, - 37.841387858000076 - ], - [ - -122.19458846799995, - 37.84138786500006 - ], - [ - -122.19458853799995, - 37.84138788100006 - ], - [ - -122.19459218399999, - 37.841388739000024 - ], - [ - -122.19459263299996, - 37.84138884400005 - ], - [ - -122.19459698699995, - 37.84138986700003 - ], - [ - -122.19470951099999, - 37.84141069000003 - ], - [ - -122.19485666899999, - 37.84143792700007 - ], - [ - -122.19487846099997, - 37.841441961000044 - ], - [ - -122.19500587399995, - 37.84146554200004 - ], - [ - -122.19500842499997, - 37.84146601500004 - ], - [ - -122.195033578, - 37.84147045700007 - ], - [ - -122.19504878499998, - 37.84147314100005 - ], - [ - -122.19507297999996, - 37.841476972000066 - ], - [ - -122.19508624799994, - 37.84147934400005 - ], - [ - -122.19509946099998, - 37.84148189500007 - ], - [ - -122.195112613, - 37.84148463200006 - ], - [ - -122.19512570599994, - 37.841487552000046 - ], - [ - -122.19513873099999, - 37.841490649000036 - ], - [ - -122.19515168699996, - 37.841493926000055 - ], - [ - -122.19516457099996, - 37.84149738600007 - ], - [ - -122.19517737199999, - 37.84150102000007 - ], - [ - -122.19521126199999, - 37.841511628000035 - ], - [ - -122.19522374699994, - 37.84151590500005 - ], - [ - -122.19523613299998, - 37.841520358000025 - ], - [ - -122.19524842099997, - 37.84152497900004 - ], - [ - -122.19526060599998, - 37.84152976900003 - ], - [ - -122.19527268099995, - 37.841534730000035 - ], - [ - -122.195284647, - 37.84153985000006 - ], - [ - -122.19529649599997, - 37.841545144000065 - ], - [ - -122.19530822799999, - 37.84155059700004 - ], - [ - -122.19531983799999, - 37.84155621300005 - ], - [ - -122.19533132299995, - 37.841561986000045 - ], - [ - -122.19534268099994, - 37.841567922000024 - ], - [ - -122.19535390299995, - 37.841574009000055 - ], - [ - -122.19536499099996, - 37.84158025600004 - ], - [ - -122.19537593599995, - 37.84158665000007 - ], - [ - -122.19538458399995, - 37.841591884000024 - ], - [ - -122.19540792199996, - 37.84160673200006 - ], - [ - -122.195418282, - 37.841613719000065 - ], - [ - -122.19542848499998, - 37.84162084900004 - ], - [ - -122.19543853299996, - 37.84162811900006 - ], - [ - -122.19544842199997, - 37.841635524000026 - ], - [ - -122.19545813999997, - 37.84164306400004 - ], - [ - -122.19546769099998, - 37.84165074200007 - ], - [ - -122.19547707299995, - 37.841658547000065 - ], - [ - -122.19548628299998, - 37.84166648200005 - ], - [ - -122.19549531799998, - 37.841674546000036 - ], - [ - -122.195504428, - 37.84168297700006 - ], - [ - -122.19551284199997, - 37.84169103900007 - ], - [ - -122.19552082399997, - 37.84169896000003 - ], - [ - -122.19553198799997, - 37.84171050100008 - ], - [ - -122.19553536799998, - 37.841714350000075 - ], - [ - -122.19554816899995, - 37.84172864100003 - ], - [ - -122.19555399299998, - 37.84173472900005 - ], - [ - -122.19555700599994, - 37.841737770000066 - ], - [ - -122.19555906599999, - 37.84173984300003 - ], - [ - -122.19556047699996, - 37.84174122200005 - ], - [ - -122.19556416499995, - 37.84174482000003 - ], - [ - -122.19556453499996, - 37.84174518000003 - ], - [ - -122.19556767199998, - 37.84174814100004 - ], - [ - -122.19556852099998, - 37.84174894100005 - ], - [ - -122.19557179599997, - 37.84175199200007 - ], - [ - -122.19558072999996, - 37.84175997500006 - ], - [ - -122.19558432399998, - 37.84176308100007 - ], - [ - -122.19558435299996, - 37.84176310700008 - ], - [ - -122.19558438099995, - 37.84176313100005 - ], - [ - -122.19558446899998, - 37.841763204000074 - ], - [ - -122.19558993699997, - 37.841767806000064 - ], - [ - -122.19559249399998, - 37.84176989100007 - ], - [ - -122.19559535299999, - 37.84177222300008 - ], - [ - -122.19559741999996, - 37.841773861000036 - ], - [ - -122.19559930799994, - 37.841775348000056 - ], - [ - -122.19560009199995, - 37.84177596400008 - ], - [ - -122.19560093899997, - 37.84177663200006 - ], - [ - -122.19560155, - 37.841777113000035 - ], - [ - -122.19560199199998, - 37.84177746200004 - ], - [ - -122.19560286599994, - 37.84177813300005 - ], - [ - -122.195605952, - 37.84178049800005 - ], - [ - -122.19562484099998, - 37.841934252000044 - ], - [ - -122.19562834499999, - 37.841962772000045 - ], - [ - -122.19562067899994, - 37.84198249100007 - ], - [ - -122.19563043199997, - 37.84198691000006 - ], - [ - -122.19564076699999, - 37.841991402000076 - ], - [ - -122.19564825299994, - 37.84199454000003 - ], - [ - -122.195609172, - 37.842092312000034 - ], - [ - -122.19545294899996, - 37.84248314100006 - ], - [ - -122.19539257199995, - 37.84263418300003 - ], - [ - -122.19538326199995, - 37.842632568000056 - ], - [ - -122.19537388699996, - 37.84263121200007 - ], - [ - -122.19536445399996, - 37.84263011300004 - ], - [ - -122.19536188399996, - 37.842629887000044 - ], - [ - -122.19510783299995, - 37.84294495300003 - ], - [ - -122.19531129899997, - 37.84334319300007 - ], - [ - -122.19566463499996, - 37.84361296700007 - ], - [ - -122.19611181399995, - 37.843752110000025 - ], - [ - -122.19618790799996, - 37.84379753300004 - ], - [ - -122.196120566, - 37.84380584000007 - ], - [ - -122.19621830899996, - 37.84384328300007 - ], - [ - -122.196342744, - 37.84391498700006 - ], - [ - -122.19652075799996, - 37.84404779500005 - ], - [ - -122.19658169899998, - 37.84419533300007 - ], - [ - -122.19650736999995, - 37.84438092600004 - ], - [ - -122.19649576799998, - 37.84448775800007 - ], - [ - -122.19648853599995, - 37.84454938400006 - ], - [ - -122.19647830599996, - 37.84463654500007 - ], - [ - -122.19658024199998, - 37.84471579900003 - ], - [ - -122.19667778799999, - 37.84479164000004 - ], - [ - -122.196678363, - 37.84479089300004 - ], - [ - -122.19668296499998, - 37.844786113000055 - ], - [ - -122.19668816999996, - 37.84478174100008 - ], - [ - -122.19669392699996, - 37.84477782400006 - ], - [ - -122.19670016499998, - 37.84477440100005 - ], - [ - -122.19670682199995, - 37.84477152100004 - ], - [ - -122.19671382099995, - 37.844769203000055 - ], - [ - -122.19672108699996, - 37.844767482000066 - ], - [ - -122.19672854199996, - 37.84476636900007 - ], - [ - -122.19673609999995, - 37.844765883000036 - ], - [ - -122.19674368099999, - 37.84476602400008 - ], - [ - -122.19675120499994, - 37.844766795000055 - ], - [ - -122.19675858299996, - 37.84476818200005 - ], - [ - -122.196761273, - 37.84476893200008 - ], - [ - -122.19676574099998, - 37.844770176000054 - ], - [ - -122.196772593, - 37.84477275200004 - ], - [ - -122.19677907199997, - 37.84477588100003 - ], - [ - -122.19678509899995, - 37.84477953000004 - ], - [ - -122.19680377599997, - 37.844794654000054 - ], - [ - -122.19681548699998, - 37.844804570000065 - ], - [ - -122.196826978, - 37.84481464500004 - ], - [ - -122.19683824499998, - 37.844824876000075 - ], - [ - -122.19684928299995, - 37.84483526300005 - ], - [ - -122.19686009099996, - 37.84484580000003 - ], - [ - -122.19687066399996, - 37.84485648400005 - ], - [ - -122.19687275299998, - 37.844858671000054 - ], - [ - -122.19688100699994, - 37.844867316000034 - ], - [ - -122.19689110499996, - 37.84487828700003 - ], - [ - -122.19690095899995, - 37.84488939700003 - ], - [ - -122.19691056999994, - 37.84490064100004 - ], - [ - -122.19691992899999, - 37.84491202000004 - ], - [ - -122.19692903799995, - 37.844923522000045 - ], - [ - -122.19693789099995, - 37.84493514900004 - ], - [ - -122.19694648999996, - 37.844946899000036 - ], - [ - -122.19695291699998, - 37.844955610000056 - ], - [ - -122.19695972899996, - 37.84496413900007 - ], - [ - -122.19696690899997, - 37.84497247400003 - ], - [ - -122.196974448, - 37.844980606000036 - ], - [ - -122.19698234799995, - 37.844988527000055 - ], - [ - -122.19699058599997, - 37.84499621900005 - ], - [ - -122.196999157, - 37.84500368300007 - ], - [ - -122.19700805499997, - 37.84501090200007 - ], - [ - -122.19701726299996, - 37.845017873000074 - ], - [ - -122.19702677299995, - 37.84502458400004 - ], - [ - -122.19704096399994, - 37.84503376600003 - ], - [ - -122.19704664899996, - 37.84503719400004 - ], - [ - -122.19705699099995, - 37.84504308000004 - ], - [ - -122.197067587, - 37.84504867900006 - ], - [ - -122.19707842099996, - 37.84505397600003 - ], - [ - -122.19708948199997, - 37.84505897300005 - ], - [ - -122.19710075599994, - 37.84506365900006 - ], - [ - -122.197112232, - 37.84506803200003 - ], - [ - -122.19712388999994, - 37.84507208300005 - ], - [ - -122.197135721, - 37.845075810000026 - ], - [ - -122.19714617999995, - 37.84507877200008 - ], - [ - -122.19714771099996, - 37.84507920600004 - ], - [ - -122.19715983799995, - 37.845082270000034 - ], - [ - -122.19716713499997, - 37.84508393400006 - ], - [ - -122.19718446499996, - 37.84508738100004 - ], - [ - -122.19719693299999, - 37.84508942100007 - ], - [ - -122.19720948199995, - 37.84509111700004 - ], - [ - -122.19722209699995, - 37.845092462000025 - ], - [ - -122.19723476599995, - 37.845093459000054 - ], - [ - -122.197247469, - 37.845094103000065 - ], - [ - -122.19726019399997, - 37.84509439800007 - ], - [ - -122.19727292599998, - 37.845094338000024 - ], - [ - -122.19728564199994, - 37.84509392700005 - ], - [ - -122.19729833699995, - 37.84509316300006 - ], - [ - -122.19731098899996, - 37.84509205200004 - ], - [ - -122.197323585, - 37.84509058500004 - ], - [ - -122.19733610699996, - 37.84508877700006 - ], - [ - -122.19734854399996, - 37.845086620000075 - ], - [ - -122.197360877, - 37.845084120000024 - ], - [ - -122.19737309499999, - 37.84508127600003 - ], - [ - -122.19738517599995, - 37.84507810300005 - ], - [ - -122.19739711199998, - 37.845074597000064 - ], - [ - -122.197408887, - 37.845070760000056 - ], - [ - -122.19742048599994, - 37.84506659700003 - ], - [ - -122.19743189399998, - 37.84506212300005 - ], - [ - -122.19744310199997, - 37.84505733100008 - ], - [ - -122.19745408499995, - 37.84505223200006 - ], - [ - -122.19746484099994, - 37.845046833000026 - ], - [ - -122.19747535599998, - 37.845041138000056 - ], - [ - -122.19748839799996, - 37.84503345500008 - ], - [ - -122.19750085499999, - 37.84502614200005 - ], - [ - -122.19751114399998, - 37.84502058400005 - ], - [ - -122.19752167099995, - 37.84501531500007 - ], - [ - -122.19753242299998, - 37.845010340000044 - ], - [ - -122.19754338699994, - 37.84500566600008 - ], - [ - -122.19755455099994, - 37.845001299000046 - ], - [ - -122.19757178799995, - 37.84499528200007 - ], - [ - -122.19753892999995, - 37.845255518000045 - ], - [ - -122.19752330499995, - 37.845379250000065 - ], - [ - -122.19751694799999, - 37.84542959300006 - ], - [ - -122.19753912599998, - 37.84544676300004 - ], - [ - -122.197539367, - 37.84544695000005 - ], - [ - -122.19761688799997, - 37.84550696500003 - ], - [ - -122.19778867899998, - 37.845639961000074 - ], - [ - -122.19790094399997, - 37.84572687300005 - ], - [ - -122.19812800999995, - 37.84590265700007 - ], - [ - -122.19815909399995, - 37.84592672200006 - ], - [ - -122.19825743599995, - 37.846002859000066 - ], - [ - -122.19844541299994, - 37.846148378000066 - ], - [ - -122.19854694499998, - 37.84622681400003 - ], - [ - -122.19866593599994, - 37.84631873400008 - ], - [ - -122.19866619899994, - 37.84631893900007 - ], - [ - -122.19866791499999, - 37.84631762600003 - ], - [ - -122.19866798499999, - 37.84631757300008 - ], - [ - -122.19866805599997, - 37.846317519000024 - ], - [ - -122.198669672, - 37.84631632400004 - ], - [ - -122.19867143099998, - 37.84631507000006 - ], - [ - -122.19867322799996, - 37.84631383000004 - ], - [ - -122.19867505599996, - 37.84631261200008 - ], - [ - -122.19867690799998, - 37.84631142200004 - ], - [ - -122.19867878699995, - 37.84631025900006 - ], - [ - -122.19868069199998, - 37.84630912100005 - ], - [ - -122.19868262299997, - 37.84630800800005 - ], - [ - -122.19868457499996, - 37.84630692300004 - ], - [ - -122.19868655299996, - 37.84630586700007 - ], - [ - -122.19868855299995, - 37.84630483600006 - ], - [ - -122.19869057699998, - 37.846303833000036 - ], - [ - -122.19869261899998, - 37.84630285900005 - ], - [ - -122.19869443899995, - 37.84630202900007 - ], - [ - -122.19869468599995, - 37.846301915000026 - ], - [ - -122.19869677099996, - 37.84630099800006 - ], - [ - -122.19869887799996, - 37.84630011400003 - ], - [ - -122.19870100499998, - 37.84629925100006 - ], - [ - -122.19870314499997, - 37.846298423000064 - ], - [ - -122.19870530499998, - 37.846297623000055 - ], - [ - -122.19870748499994, - 37.84629685600004 - ], - [ - -122.19870968099997, - 37.846296118000055 - ], - [ - -122.198711893, - 37.84629540800006 - ], - [ - -122.19871411699995, - 37.84629473000007 - ], - [ - -122.19871595199999, - 37.846294200000045 - ], - [ - -122.19871636099998, - 37.84629408200004 - ], - [ - -122.19871861099995, - 37.846293470000035 - ], - [ - -122.19872087799996, - 37.846292884000036 - ], - [ - -122.19873185299997, - 37.84629066600007 - ], - [ - -122.19874888399994, - 37.84628843300004 - ], - [ - -122.19876673599998, - 37.84628802200007 - ], - [ - -122.19878098399994, - 37.84628894400004 - ], - [ - -122.19879081899995, - 37.84629042700004 - ], - [ - -122.19879689099997, - 37.846291747000066 - ], - [ - -122.19880643399995, - 37.84629381900004 - ], - [ - -122.19882076099998, - 37.84629848600008 - ], - [ - -122.19883085799995, - 37.846302742000034 - ], - [ - -122.19883233299998, - 37.84630336500004 - ], - [ - -122.198842948, - 37.84630895000004 - ], - [ - -122.19884392499995, - 37.84630953300007 - ], - [ - -122.19884396799995, - 37.84630955700004 - ], - [ - -122.19884400899997, - 37.84630958200006 - ], - [ - -122.19884515299998, - 37.84631026100004 - ], - [ - -122.19884703099996, - 37.84631142600006 - ], - [ - -122.198848882, - 37.84631261700008 - ], - [ - -122.19885071099998, - 37.84631383100003 - ], - [ - -122.19885251099998, - 37.84631507100005 - ], - [ - -122.198854284, - 37.846316337000076 - ], - [ - -122.19885602499994, - 37.846317628000065 - ], - [ - -122.19885774099998, - 37.846318944000075 - ], - [ - -122.19885942899998, - 37.846320279000054 - ], - [ - -122.19886108499998, - 37.84632163900005 - ], - [ - -122.19886271099995, - 37.84632302400007 - ], - [ - -122.19886430699995, - 37.84632442800006 - ], - [ - -122.19886586999996, - 37.84632585500003 - ], - [ - -122.19886740499999, - 37.846327303000066 - ], - [ - -122.19886890599997, - 37.84632877300004 - ], - [ - -122.19887037099994, - 37.84633026600005 - ], - [ - -122.19887180699999, - 37.84633177400008 - ], - [ - -122.19887321199997, - 37.84633330300005 - ], - [ - -122.19887457699997, - 37.84633485200004 - ], - [ - -122.198875908, - 37.846336422000036 - ], - [ - -122.19887720499997, - 37.84633800700004 - ], - [ - -122.19887847499996, - 37.846339611000076 - ], - [ - -122.19887970099995, - 37.84634123300003 - ], - [ - -122.19888002699997, - 37.84634168100007 - ], - [ - -122.19888089499995, - 37.84634287000006 - ], - [ - -122.19888205099994, - 37.84634452300003 - ], - [ - -122.19888316999999, - 37.846346193000045 - ], - [ - -122.19888425199997, - 37.84634787600004 - ], - [ - -122.19888529899998, - 37.84634957700007 - ], - [ - -122.19888630399998, - 37.846351293000055 - ], - [ - -122.19888727499995, - 37.84635302100003 - ], - [ - -122.19888820899996, - 37.846354759000064 - ], - [ - -122.19888893299998, - 37.84635618200008 - ], - [ - -122.19888910199995, - 37.84635651600007 - ], - [ - -122.19888995599996, - 37.84635828000006 - ], - [ - -122.19889033299995, - 37.846359103000054 - ], - [ - -122.19889077199997, - 37.84636005700003 - ], - [ - -122.19889154699996, - 37.84636184400006 - ], - [ - -122.19889228499994, - 37.846363644000064 - ], - [ - -122.19889298099997, - 37.84636545200004 - ], - [ - -122.19889364, - 37.84636727000003 - ], - [ - -122.19889425699995, - 37.84636909500006 - ], - [ - -122.19889474699994, - 37.84637066700003 - ], - [ - -122.19889482999997, - 37.846370931000024 - ], - [ - -122.19889536699998, - 37.84637277400003 - ], - [ - -122.19889586499994, - 37.84637462400008 - ], - [ - -122.19889632, - 37.84637647900007 - ], - [ - -122.19889660599995, - 37.84637776200003 - ], - [ - -122.19889673299997, - 37.84637834100005 - ], - [ - -122.19889710899997, - 37.846380209000074 - ], - [ - -122.19889722799996, - 37.846380889000045 - ], - [ - -122.19889743799996, - 37.84638208100006 - ], - [ - -122.19889773099999, - 37.846383960000026 - ], - [ - -122.19889797899998, - 37.84638584100003 - ], - [ - -122.19889818899998, - 37.846387725000056 - ], - [ - -122.19889827199995, - 37.84638867100006 - ], - [ - -122.19889835299995, - 37.846389610000074 - ], - [ - -122.198898478, - 37.84639150100003 - ], - [ - -122.19889833499997, - 37.84639341500008 - ], - [ - -122.19889826399998, - 37.846394771000064 - ], - [ - -122.19889823299997, - 37.84639533100005 - ], - [ - -122.19889822399995, - 37.84639566000004 - ], - [ - -122.19889817799998, - 37.84639724600004 - ], - [ - -122.19889816299997, - 37.84639916300006 - ], - [ - -122.19889818899998, - 37.84640107900003 - ], - [ - -122.19889825699994, - 37.84640299700004 - ], - [ - -122.19889849999998, - 37.84640657800003 - ], - [ - -122.19889850799996, - 37.84640670300007 - ], - [ - -122.19889851999994, - 37.84640682600008 - ], - [ - -122.19889871499998, - 37.84640873500007 - ], - [ - -122.19889872399995, - 37.846408816000064 - ], - [ - -122.198898736, - 37.84640889700006 - ], - [ - -122.19889914699996, - 37.84641159100005 - ], - [ - -122.19889928499998, - 37.84641287000005 - ], - [ - -122.19889938799997, - 37.84641382900003 - ], - [ - -122.19889985299994, - 37.84641602700003 - ], - [ - -122.19889991399998, - 37.846416343000044 - ], - [ - -122.19890031699998, - 37.84641823800007 - ], - [ - -122.19890044899995, - 37.84641879600008 - ], - [ - -122.19890099199995, - 37.84642080000003 - ], - [ - -122.19890147099994, - 37.84642277200004 - ], - [ - -122.19890177999997, - 37.846423867000055 - ], - [ - -122.19890200099996, - 37.84642470500006 - ], - [ - -122.19890201399994, - 37.84642475900006 - ], - [ - -122.19890203199998, - 37.846424813000056 - ], - [ - -122.19890234899998, - 37.84642573200006 - ], - [ - -122.19890295899995, - 37.84642758700005 - ], - [ - -122.19890310999995, - 37.84642801700005 - ], - [ - -122.19890425399996, - 37.84643114100004 - ], - [ - -122.19890428099995, - 37.84643121400006 - ], - [ - -122.19890430299995, - 37.84643126800006 - ], - [ - -122.19890503599999, - 37.846433097000045 - ], - [ - -122.19890542, - 37.84643401100004 - ], - [ - -122.19890580199996, - 37.84643491800006 - ], - [ - -122.19890650299999, - 37.846436468000036 - ], - [ - -122.19890661699998, - 37.84643672100003 - ], - [ - -122.19890700099995, - 37.846437526000045 - ], - [ - -122.19890743499997, - 37.84643844200008 - ], - [ - -122.19890745199996, - 37.84643847900003 - ], - [ - -122.19890747, - 37.846438514000056 - ], - [ - -122.19890836099995, - 37.84644029700007 - ], - [ - -122.19890839199996, - 37.84644035900004 - ], - [ - -122.19890842399997, - 37.84644042100007 - ], - [ - -122.19890929099995, - 37.846442067000055 - ], - [ - -122.19890930899999, - 37.84644210300007 - ], - [ - -122.19890933399995, - 37.84644214700006 - ], - [ - -122.19891025899994, - 37.84644382400006 - ], - [ - -122.19891097799996, - 37.84644506500007 - ], - [ - -122.19891126799996, - 37.84644556500007 - ], - [ - -122.19891179599995, - 37.84644643900003 - ], - [ - -122.19891231399998, - 37.84644729400003 - ], - [ - -122.19891234399995, - 37.84644734300008 - ], - [ - -122.19891237499996, - 37.84644739100003 - ], - [ - -122.19891339099996, - 37.84644899500006 - ], - [ - -122.198914673, - 37.84645088900004 - ], - [ - -122.19891511499998, - 37.84645154100008 - ], - [ - -122.19891564399995, - 37.846452345000046 - ], - [ - -122.19891566299998, - 37.846452372000044 - ], - [ - -122.19891657199997, - 37.84645364100004 - ], - [ - -122.19891686899996, - 37.84645405600003 - ], - [ - -122.19891743, - 37.846454806000054 - ], - [ - -122.19891810299998, - 37.84645570600003 - ], - [ - -122.19891855299994, - 37.846456285000045 - ], - [ - -122.19891936999994, - 37.84645733900004 - ], - [ - -122.198919967, - 37.84645807900006 - ], - [ - -122.19892067399996, - 37.84645895400007 - ], - [ - -122.19892202199998, - 37.84646056200006 - ], - [ - -122.19892346899996, - 37.846462221000024 - ], - [ - -122.19904175099998, - 37.846554998000045 - ], - [ - -122.19904184199999, - 37.84655506900003 - ], - [ - -122.19911120999996, - 37.84660948000004 - ], - [ - -122.19915580499998, - 37.84664446100004 - ], - [ - -122.19916588999996, - 37.846652316000075 - ], - [ - -122.19918055299996, - 37.846663739000064 - ], - [ - -122.19918159099996, - 37.84666452000005 - ], - [ - -122.19920397099997, - 37.846681354000054 - ], - [ - -122.19922777099998, - 37.84669864800003 - ], - [ - -122.19925194999996, - 37.84671560100003 - ], - [ - -122.199276495, - 37.84673222300006 - ], - [ - -122.19929066499998, - 37.84674148100004 - ], - [ - -122.19930140499997, - 37.846748502000025 - ], - [ - -122.19930936699996, - 37.84675358700008 - ], - [ - -122.19932666799997, - 37.84676443200004 - ], - [ - -122.19935227699995, - 37.84678001000003 - ], - [ - -122.19937822699995, - 37.846795232000034 - ], - [ - -122.19940450799999, - 37.846810093000045 - ], - [ - -122.19943110899999, - 37.84682458900005 - ], - [ - -122.19944496699998, - 37.84683184900007 - ], - [ - -122.19946121499999, - 37.84684034800006 - ], - [ - -122.19946128, - 37.84684038000006 - ], - [ - -122.19946134899999, - 37.84684041600008 - ], - [ - -122.19946201099998, - 37.84684075500007 - ], - [ - -122.19946401199996, - 37.846841770000026 - ], - [ - -122.19948525399997, - 37.846852461000026 - ], - [ - -122.19951277799998, - 37.84686583400003 - ], - [ - -122.19954059, - 37.846878821000075 - ], - [ - -122.19956868399998, - 37.846891423000045 - ], - [ - -122.19959705199994, - 37.84690363200008 - ], - [ - -122.199623084, - 37.84691439200003 - ], - [ - -122.19962395099998, - 37.84691474400006 - ], - [ - -122.19962424, - 37.84691486100007 - ], - [ - -122.19965892899995, - 37.84692854300005 - ], - [ - -122.19967558699994, - 37.84693469300004 - ], - [ - -122.19969238099998, - 37.846940612000026 - ], - [ - -122.19970929699997, - 37.846946299000024 - ], - [ - -122.19972633999998, - 37.84695174900003 - ], - [ - -122.19974349699999, - 37.846956963000025 - ], - [ - -122.19976076699999, - 37.84696193900004 - ], - [ - -122.19977814599997, - 37.84696667400004 - ], - [ - -122.19978890199997, - 37.84696947200007 - ], - [ - -122.19978922699994, - 37.84696955800007 - ], - [ - -122.199789523, - 37.84696976300006 - ], - [ - -122.19991796999994, - 37.84706350300007 - ], - [ - -122.19995278099998, - 37.847088908000046 - ], - [ - -122.20011618099994, - 37.84716261900007 - ], - [ - -122.200277498, - 37.84723539200007 - ], - [ - -122.20030615299999, - 37.84724832000006 - ], - [ - -122.20076305499998, - 37.84745443000003 - ], - [ - -122.20078194299998, - 37.84749360500007 - ], - [ - -122.20083540099995, - 37.84760447300005 - ], - [ - -122.20084576299996, - 37.84762596300004 - ], - [ - -122.20086076399997, - 37.84765707500003 - ], - [ - -122.20089696899998, - 37.84771342200003 - ], - [ - -122.20222617, - 37.849782051000034 - ], - [ - -122.20269943099998, - 37.85051855100005 - ], - [ - -122.2029793199999, - 37.85095411400005 - ], - [ - -122.20306496999996, - 37.85108740600003 - ], - [ - -122.203139922, - 37.851204048000056 - ], - [ - -122.20406460599997, - 37.851322468000035 - ], - [ - -122.20413142899997, - 37.851331025000036 - ], - [ - -122.20570900699994, - 37.85153303900006 - ], - [ - -122.20571767899997, - 37.851532071000065 - ], - [ - -122.20597808699995, - 37.851503027000035 - ], - [ - -122.20651928799998, - 37.85163679400006 - ], - [ - -122.20777333399997, - 37.85179717600005 - ], - [ - -122.20782455199998, - 37.85180391400007 - ], - [ - -122.20881855099998, - 37.85193117000006 - ], - [ - -122.20890251299994, - 37.85194192000006 - ], - [ - -122.20891065399996, - 37.851965740000026 - ], - [ - -122.20931409299999, - 37.85244370700008 - ], - [ - -122.20931490199996, - 37.85244467100006 - ], - [ - -122.209343607, - 37.85247867600003 - ], - [ - -122.20934403399997, - 37.852479180000046 - ], - [ - -122.20941121599998, - 37.852558774000045 - ], - [ - -122.209565339, - 37.85274136000004 - ], - [ - -122.20966166, - 37.85285547600006 - ], - [ - -122.20981577799995, - 37.85303805900003 - ], - [ - -122.20999514999994, - 37.85325056000005 - ], - [ - -122.210012281, - 37.85327085500006 - ], - [ - -122.21019355899995, - 37.853485619000026 - ], - [ - -122.21037850599998, - 37.85370471700003 - ], - [ - -122.210545917, - 37.85390304600003 - ], - [ - -122.210858299, - 37.85427311500007 - ], - [ - -122.21084648799996, - 37.854295222000076 - ], - [ - -122.21042770499997, - 37.85507915000005 - ], - [ - -122.21046611699995, - 37.85512085700003 - ], - [ - -122.21054218399996, - 37.85510465200008 - ], - [ - -122.21165006499996, - 37.85634465800007 - ], - [ - -122.21164444799996, - 37.85636169300005 - ], - [ - -122.21164231199998, - 37.85637699100005 - ], - [ - -122.21164051299996, - 37.85639231600004 - ], - [ - -122.21164034799995, - 37.85639404700004 - ], - [ - -122.21179177699997, - 37.85654991600006 - ], - [ - -122.21190775599996, - 37.85666929400003 - ], - [ - -122.21191566099998, - 37.856680692000054 - ], - [ - -122.211918702, - 37.856686772000046 - ], - [ - -122.21192174099997, - 37.85669284700003 - ], - [ - -122.21192190099998, - 37.85669317700007 - ], - [ - -122.21193372399995, - 37.85671521800003 - ], - [ - -122.21193864299994, - 37.856725776000076 - ], - [ - -122.21193907999998, - 37.85672671300006 - ], - [ - -122.21194468099998, - 37.856738129000064 - ], - [ - -122.21195053899999, - 37.85674946800003 - ], - [ - -122.21195596299998, - 37.85675946600003 - ], - [ - -122.21195664299995, - 37.85676072100006 - ], - [ - -122.21195693899995, - 37.85676124200006 - ], - [ - -122.21196299399998, - 37.85677189100005 - ], - [ - -122.21196958899998, - 37.85678296900005 - ], - [ - -122.21197642699997, - 37.85679395500006 - ], - [ - -122.21198350799995, - 37.856804845000056 - ], - [ - -122.21199082299995, - 37.85681563500003 - ], - [ - -122.21199837999995, - 37.85682632400005 - ], - [ - -122.21200617, - 37.85683690400003 - ], - [ - -122.21201419199997, - 37.856847376000076 - ], - [ - -122.21202243599998, - 37.85685773500006 - ], - [ - -122.21203091399997, - 37.856867978000025 - ], - [ - -122.21203961099997, - 37.85687810300004 - ], - [ - -122.21204853499995, - 37.85688810600004 - ], - [ - -122.21205767799995, - 37.856897986000035 - ], - [ - -122.21206703699994, - 37.85690773500005 - ], - [ - -122.21207660599998, - 37.85691735300003 - ], - [ - -122.21208638299998, - 37.85692683900004 - ], - [ - -122.21209637199996, - 37.85693618700003 - ], - [ - -122.21211132499997, - 37.85694958800008 - ], - [ - -122.21212725599997, - 37.85696333800007 - ], - [ - -122.21214081, - 37.85697466900007 - ], - [ - -122.21214170399998, - 37.856975403000035 - ], - [ - -122.21214200099996, - 37.85697564700007 - ], - [ - -122.21214352599998, - 37.85697687600003 - ], - [ - -122.21216001, - 37.85699016700005 - ], - [ - -122.21217682799994, - 37.85700324000004 - ], - [ - -122.21219393299998, - 37.857016077000026 - ], - [ - -122.21221130899994, - 37.85702867400005 - ], - [ - -122.21222896399996, - 37.85704103000006 - ], - [ - -122.21224689199994, - 37.85705314000006 - ], - [ - -122.21226507799997, - 37.857064998000055 - ], - [ - -122.21228352399999, - 37.85707660500003 - ], - [ - -122.21230222399998, - 37.857087955000054 - ], - [ - -122.21232117399995, - 37.85709904400005 - ], - [ - -122.212340359, - 37.85710986700008 - ], - [ - -122.21237380599996, - 37.85712780400007 - ], - [ - -122.21259250599996, - 37.85725069400007 - ], - [ - -122.21261534899998, - 37.857263948000025 - ], - [ - -122.21262828999994, - 37.85727183800003 - ], - [ - -122.212641051, - 37.85727990300006 - ], - [ - -122.21265363699996, - 37.85728814200007 - ], - [ - -122.21266603699996, - 37.857296561000055 - ], - [ - -122.21267824899996, - 37.85730514800008 - ], - [ - -122.21269027599999, - 37.85731389800003 - ], - [ - -122.212702101, - 37.85732281800006 - ], - [ - -122.21271373199994, - 37.85733189700005 - ], - [ - -122.21272515899994, - 37.85734113700005 - ], - [ - -122.21273638399998, - 37.857350534000034 - ], - [ - -122.21274739899997, - 37.85736008500004 - ], - [ - -122.21275820299996, - 37.85736978700004 - ], - [ - -122.212768789, - 37.857379636000076 - ], - [ - -122.21282638499997, - 37.85743417200007 - ], - [ - -122.21301385199996, - 37.85787524400007 - ], - [ - -122.21314140699997, - 37.85802011100003 - ], - [ - -122.21314196799995, - 37.85802074800006 - ], - [ - -122.21342396299997, - 37.85834094000006 - ], - [ - -122.21359111699996, - 37.85850338700004 - ], - [ - -122.21394572999998, - 37.858859075000055 - ], - [ - -122.213947997, - 37.85885860900004 - ], - [ - -122.21437893099994, - 37.85928891100008 - ], - [ - -122.21451036399998, - 37.85941919000004 - ], - [ - -122.21467897399998, - 37.85958657200007 - ], - [ - -122.21469253599997, - 37.85960014900007 - ], - [ - -122.21515304599995, - 37.860061167000026 - ], - [ - -122.21519009199994, - 37.86009825300005 - ], - [ - -122.21542828799994, - 37.860336708000034 - ], - [ - -122.21542867199997, - 37.860337093000055 - ], - [ - -122.21707445599998, - 37.86198035500007 - ], - [ - -122.21991123599997, - 37.86481254800003 - ], - [ - -122.21996547199996, - 37.86483584100006 - ], - [ - -122.22008420799995, - 37.86488683700003 - ], - [ - -122.22143591999998, - 37.865458784000054 - ], - [ - -122.22143044299997, - 37.86546502500005 - ], - [ - -122.22144854099997, - 37.86547279600006 - ], - [ - -122.22123670599996, - 37.865713345000074 - ], - [ - -122.22073777999998, - 37.86627989300007 - ], - [ - -122.21980476099998, - 37.867339334000064 - ], - [ - -122.21977027099996, - 37.86735677900003 - ], - [ - -122.21973874699995, - 37.86739270000004 - ], - [ - -122.21822264399998, - 37.86815453300005 - ], - [ - -122.21817413099996, - 37.86817891000004 - ], - [ - -122.21816283199996, - 37.868181682000056 - ], - [ - -122.21811719799996, - 37.86819288100003 - ], - [ - -122.21808838499999, - 37.86820745400007 - ], - [ - -122.21793374699996, - 37.868285667000066 - ], - [ - -122.21757435099994, - 37.86846743800004 - ], - [ - -122.21752128399999, - 37.86849427800007 - ], - [ - -122.21752877299997, - 37.86849468200006 - ], - [ - -122.21754409599998, - 37.86849528000005 - ], - [ - -122.21713029999995, - 37.868702693000046 - ], - [ - -122.21713474899997, - 37.868710090000036 - ], - [ - -122.21714016899995, - 37.868719672000054 - ], - [ - -122.21691914799999, - 37.86879881500005 - ], - [ - -122.21637263699995, - 37.86907521400008 - ], - [ - -122.21697866899996, - 37.87056424100007 - ], - [ - -122.217238797, - 37.87120336000004 - ], - [ - -122.21767082799994, - 37.87226481000005 - ], - [ - -122.21953430299999, - 37.87333713000004 - ], - [ - -122.21954503899997, - 37.873343308000074 - ], - [ - -122.21954506099996, - 37.87334107700008 - ], - [ - -122.21954524899996, - 37.87332297100005 - ], - [ - -122.219797342, - 37.873466988000075 - ], - [ - -122.22010110499997, - 37.87386063400004 - ], - [ - -122.22014309499997, - 37.87391504900006 - ], - [ - -122.22013956799998, - 37.87391524000003 - ], - [ - -122.22012512499998, - 37.87391602900004 - ], - [ - -122.22016096099998, - 37.873963582000044 - ], - [ - -122.22135741399995, - 37.875551218000055 - ], - [ - -122.22148026299999, - 37.87571422700006 - ], - [ - -122.22151483099998, - 37.87569236400003 - ], - [ - -122.22181499299995, - 37.87608629500005 - ], - [ - -122.22233522399995, - 37.87675606800008 - ], - [ - -122.22363652999996, - 37.878439927000045 - ], - [ - -122.22396224099998, - 37.87859597700003 - ], - [ - -122.22576278599996, - 37.879458605000025 - ], - [ - -122.22604938799998, - 37.879595909000045 - ], - [ - -122.22593339699995, - 37.879621590000056 - ], - [ - -122.22589214899995, - 37.879634370000076 - ], - [ - -122.226189649, - 37.879774421000036 - ], - [ - -122.22624111899995, - 37.87976878300003 - ], - [ - -122.22631340399994, - 37.87976760000004 - ], - [ - -122.22641566699997, - 37.87977138300005 - ], - [ - -122.226423265, - 37.87977502100006 - ], - [ - -122.228314222, - 37.88068089700005 - ], - [ - -122.22903198999995, - 37.881029918000024 - ], - [ - -122.23154768199998, - 37.881563490000076 - ], - [ - -122.23303510099998, - 37.881839623000076 - ] - ], - [ - [ - -122.22916195199997, - 37.833149082000034 - ], - [ - -122.22850772099997, - 37.83276532100007 - ], - [ - -122.22847942699997, - 37.83268718900007 - ], - [ - -122.22847933699995, - 37.83268714400003 - ], - [ - -122.22783043199996, - 37.832368968000026 - ], - [ - -122.22780386699998, - 37.83235575100008 - ], - [ - -122.22779460199996, - 37.832351765000055 - ], - [ - -122.22779338899994, - 37.832351248000066 - ], - [ - -122.227791616, - 37.83235052300006 - ], - [ - -122.22779036699995, - 37.83235001500003 - ], - [ - -122.22779000399998, - 37.83234986800005 - ], - [ - -122.22778991299998, - 37.832349831000045 - ], - [ - -122.227789525, - 37.83234967800007 - ], - [ - -122.22778675, - 37.83234859000004 - ], - [ - -122.22778669299998, - 37.83234856900003 - ], - [ - -122.22778651799996, - 37.83234850400004 - ], - [ - -122.227786246, - 37.832348403000026 - ], - [ - -122.22778499599997, - 37.832347936000076 - ], - [ - -122.22778427699996, - 37.83234766800007 - ], - [ - -122.22778400299995, - 37.83234756500008 - ], - [ - -122.22778346799998, - 37.83234736700007 - ], - [ - -122.22778340199994, - 37.83234734300004 - ], - [ - -122.22778258299996, - 37.83234705000007 - ], - [ - -122.22778255299994, - 37.83234703900007 - ], - [ - -122.22778113099997, - 37.83234652800007 - ], - [ - -122.22778029699998, - 37.832346234000056 - ], - [ - -122.22778025999997, - 37.83234622200007 - ], - [ - -122.22777961799994, - 37.832346002000065 - ], - [ - -122.22777857799997, - 37.83234564600008 - ], - [ - -122.22777790299995, - 37.83234541600007 - ], - [ - -122.22777735199998, - 37.832345229000055 - ], - [ - -122.22777683299995, - 37.83234505200005 - ], - [ - -122.22777591299996, - 37.832344754000076 - ], - [ - -122.22777587899998, - 37.83234474400007 - ], - [ - -122.227775211, - 37.83234452500005 - ], - [ - -122.22777462599998, - 37.83234433700005 - ], - [ - -122.22777450399997, - 37.83234429700008 - ], - [ - -122.22777335999996, - 37.83234392800006 - ], - [ - -122.22777300499996, - 37.83234382000006 - ], - [ - -122.22777264599995, - 37.83234370900004 - ], - [ - -122.22777184299997, - 37.832343458000025 - ], - [ - -122.22777016099997, - 37.83234294400006 - ], - [ - -122.22777009499998, - 37.832342924000045 - ], - [ - -122.22776831799996, - 37.83234240300004 - ], - [ - -122.22776669499996, - 37.83234192900005 - ], - [ - -122.22776664799994, - 37.832341916000075 - ], - [ - -122.22776530199997, - 37.83234154400003 - ], - [ - -122.22776513899998, - 37.83234149900005 - ], - [ - -122.22776500199996, - 37.832341461000055 - ], - [ - -122.22776484099995, - 37.832341417000066 - ], - [ - -122.22776462699994, - 37.832341358000065 - ], - [ - -122.22776434199994, - 37.83234127800006 - ], - [ - -122.22776390799999, - 37.832341159000066 - ], - [ - -122.22776369199994, - 37.832341100000065 - ], - [ - -122.22776331899996, - 37.83234099600003 - ], - [ - -122.22776326899998, - 37.83234098300005 - ], - [ - -122.22776313999998, - 37.83234094800008 - ], - [ - -122.22776309199998, - 37.83234093600004 - ], - [ - -122.22776304899998, - 37.83234092400005 - ], - [ - -122.22776268499996, - 37.83234082900003 - ], - [ - -122.22776257199996, - 37.832340800000054 - ], - [ - -122.22776252199998, - 37.83234078700008 - ], - [ - -122.22776245699998, - 37.83234076900004 - ], - [ - -122.22776209199998, - 37.83234067400008 - ], - [ - -122.22776057299996, - 37.83234027800006 - ], - [ - -122.22776030999995, - 37.83234020900005 - ], - [ - -122.22776025699994, - 37.83234019400004 - ], - [ - -122.22775982499996, - 37.83234008100004 - ], - [ - -122.22775960299998, - 37.83234002800003 - ], - [ - -122.22775941499998, - 37.832339981000075 - ], - [ - -122.22775913799995, - 37.832339913000055 - ], - [ - -122.22775893199997, - 37.832339862000026 - ], - [ - -122.22775889699994, - 37.832339854000054 - ], - [ - -122.22775833499998, - 37.832339715000046 - ], - [ - -122.22775764399995, - 37.832339545000025 - ], - [ - -122.22775672199998, - 37.83233931700005 - ], - [ - -122.22775635899995, - 37.83233922800008 - ], - [ - -122.22775511299994, - 37.832338941000046 - ], - [ - -122.22775400599994, - 37.83233868600007 - ], - [ - -122.22775334, - 37.83233853100006 - ], - [ - -122.22775311699996, - 37.83233848100008 - ], - [ - -122.22775264199998, - 37.832338374000074 - ], - [ - -122.22775216999997, - 37.83233827200007 - ], - [ - -122.22775180599996, - 37.832338194000044 - ], - [ - -122.22775144699995, - 37.832338116000074 - ], - [ - -122.22775049699999, - 37.832337911000025 - ], - [ - -122.227750416, - 37.83233789500008 - ], - [ - -122.22775025499999, - 37.83233785900006 - ], - [ - -122.22775010999999, - 37.83233782900004 - ], - [ - -122.22774981599997, - 37.83233776600008 - ], - [ - -122.22774972599996, - 37.832337747000054 - ], - [ - -122.22774939799996, - 37.832337676000066 - ], - [ - -122.227749185, - 37.832337632000076 - ], - [ - -122.227748981, - 37.832337591000055 - ], - [ - -122.22774868799996, - 37.83233753300004 - ], - [ - -122.22774865199995, - 37.83233752700005 - ], - [ - -122.22774642399997, - 37.83233707800008 - ], - [ - -122.22774632699998, - 37.832337058000064 - ], - [ - -122.22774569299997, - 37.83233693300008 - ], - [ - -122.227745369, - 37.83233687500007 - ], - [ - -122.22774516699997, - 37.83233683700007 - ], - [ - -122.22774392799994, - 37.832336603000044 - ], - [ - -122.22774323199997, - 37.832336474000044 - ], - [ - -122.22774233899997, - 37.83233630600006 - ], - [ - -122.227742219, - 37.83233628500005 - ], - [ - -122.22773922999994, - 37.83233577400006 - ], - [ - -122.22773905799994, - 37.832335744000034 - ], - [ - -122.22773890699995, - 37.83233571900007 - ], - [ - -122.22773879399995, - 37.832335698000065 - ], - [ - -122.22773874399996, - 37.832335691000026 - ], - [ - -122.22773854899998, - 37.83233566100006 - ], - [ - -122.22773832599995, - 37.83233562500004 - ], - [ - -122.22773772699998, - 37.83233553100007 - ], - [ - -122.22773715199997, - 37.832335441000055 - ], - [ - -122.22773676699995, - 37.832335380000075 - ], - [ - -122.22773645099994, - 37.832335329000045 - ], - [ - -122.22773627599997, - 37.83233530200005 - ], - [ - -122.22773608199998, - 37.83233527200008 - ], - [ - -122.22773590199995, - 37.832335243000045 - ], - [ - -122.22773582399998, - 37.83233523100006 - ], - [ - -122.22773542999994, - 37.83233516900003 - ], - [ - -122.22773514699998, - 37.83233512600003 - ], - [ - -122.22773475799994, - 37.83233506900007 - ], - [ - -122.22773434799996, - 37.832335011000055 - ], - [ - -122.22773214899996, - 37.83233469600003 - ], - [ - -122.22773166899998, - 37.83233462800007 - ], - [ - -122.22773161799995, - 37.83233462100003 - ], - [ - -122.22773111499998, - 37.832334556000035 - ], - [ - -122.22772987899998, - 37.83233439800006 - ], - [ - -122.22772918699997, - 37.83233430800004 - ], - [ - -122.22772808999997, - 37.83233416600007 - ], - [ - -122.22772496599998, - 37.832333807000055 - ], - [ - -122.22772446699997, - 37.83233375100008 - ], - [ - -122.2277241099999, - 37.83233371500006 - ], - [ - -122.22772288699997, - 37.832333592000055 - ], - [ - -122.22772090399997, - 37.832333394000045 - ], - [ - -122.22772085099996, - 37.83233338800005 - ], - [ - -122.22771892599997, - 37.832333221000056 - ], - [ - -122.22771731199998, - 37.83233308100006 - ], - [ - -122.22771589099995, - 37.83233297800007 - ], - [ - -122.22771516699999, - 37.83233292700004 - ], - [ - -122.22771386299996, - 37.832332833000066 - ], - [ - -122.22771370699996, - 37.83233282100008 - ], - [ - -122.22771366799998, - 37.832332818000054 - ], - [ - -122.22771341999999, - 37.83233280400003 - ], - [ - -122.22771218799994, - 37.832332731000065 - ], - [ - -122.22771070899995, - 37.832332644000076 - ], - [ - -122.22771058499995, - 37.832332637000036 - ], - [ - -122.22770989799994, - 37.83233259900004 - ], - [ - -122.22770826299995, - 37.83233252500003 - ], - [ - -122.22770666399998, - 37.83233245400004 - ], - [ - -122.22770568799996, - 37.832332422000036 - ], - [ - -122.22770525899995, - 37.83233240800007 - ], - [ - -122.22770334599994, - 37.83233234900007 - ], - [ - -122.22770208599997, - 37.832332320000035 - ], - [ - -122.22770197199998, - 37.832332318000056 - ], - [ - -122.22770031099998, - 37.83233229000007 - ], - [ - -122.22769921499997, - 37.83233227100004 - ], - [ - -122.22769858199996, - 37.83233226900006 - ], - [ - -122.22769673599998, - 37.83233226400006 - ], - [ - -122.22769241399999, - 37.83233229600006 - ], - [ - -122.22769196299998, - 37.832332300000076 - ], - [ - -122.22769162299994, - 37.83233230800005 - ], - [ - -122.22769019699996, - 37.832332344000065 - ], - [ - -122.22768993799997, - 37.83233234900007 - ], - [ - -122.22768881899998, - 37.83233237700006 - ], - [ - -122.22768851899997, - 37.83233238300005 - ], - [ - -122.227688275, - 37.83233239100008 - ], - [ - -122.22768803899999, - 37.83233240000004 - ], - [ - -122.22768745899998, - 37.832332423000025 - ], - [ - -122.22768678499995, - 37.832332448000045 - ], - [ - -122.22768666099995, - 37.83233245200006 - ], - [ - -122.22768470699998, - 37.83233252800005 - ], - [ - -122.22768465899998, - 37.83233253000003 - ], - [ - -122.22768378899997, - 37.832332575000066 - ], - [ - -122.22768178099994, - 37.832332681000025 - ], - [ - -122.22768113299998, - 37.83233271600005 - ], - [ - -122.22768108699995, - 37.83233271800003 - ], - [ - -122.22768073399999, - 37.83233274200006 - ], - [ - -122.22768057999997, - 37.83233275400005 - ], - [ - -122.22768010799996, - 37.83233278500006 - ], - [ - -122.22768002, - 37.832332792000045 - ], - [ - -122.22767948399996, - 37.83233283000004 - ], - [ - -122.22767920999996, - 37.83233284800008 - ], - [ - -122.227679105, - 37.83233285500006 - ], - [ - -122.22767906299998, - 37.83233285700004 - ], - [ - -122.22767851599997, - 37.832332896000025 - ], - [ - -122.22767842499997, - 37.83233290100003 - ], - [ - -122.22767777399997, - 37.832332947000054 - ], - [ - -122.22767583999996, - 37.83233308100006 - ], - [ - -122.22752794399997, - 37.83237907100005 - ], - [ - -122.22752790599998, - 37.832379083000035 - ], - [ - -122.22752783599998, - 37.83237910200006 - ], - [ - -122.22752780299999, - 37.83237911200007 - ], - [ - -122.22752775499998, - 37.832379127000024 - ], - [ - -122.227527684, - 37.83237914800003 - ], - [ - -122.22752764699999, - 37.83237916000007 - ], - [ - -122.22752749399996, - 37.83237920400006 - ], - [ - -122.227526878, - 37.83237938600007 - ], - [ - -122.227526695, - 37.83237944000007 - ], - [ - -122.22752645299994, - 37.832379511000056 - ], - [ - -122.22752633599998, - 37.83237954700007 - ], - [ - -122.22752618099997, - 37.83237959200005 - ], - [ - -122.22752575899995, - 37.83237971500006 - ], - [ - -122.22752477399996, - 37.83238000600005 - ], - [ - -122.22752205599994, - 37.832380810000075 - ], - [ - -122.22752198399996, - 37.83238083200007 - ], - [ - -122.22751987499998, - 37.83238145400003 - ], - [ - -122.22751933799998, - 37.83238161300005 - ], - [ - -122.22751895399995, - 37.83238172500006 - ], - [ - -122.22751778399999, - 37.83238207200003 - ], - [ - -122.22751769299998, - 37.83238209800004 - ], - [ - -122.22751711099994, - 37.83238227100003 - ], - [ - -122.22751682899997, - 37.83238235300007 - ], - [ - -122.22751545899996, - 37.83238272700004 - ], - [ - -122.22751399499998, - 37.832383126000025 - ], - [ - -122.22751234599997, - 37.83238357500005 - ], - [ - -122.22751122099999, - 37.832383880000066 - ], - [ - -122.22751111499997, - 37.83238391000003 - ], - [ - -122.22750536499996, - 37.832385386000055 - ], - [ - -122.22749966799995, - 37.832386763000045 - ], - [ - -122.22749958299994, - 37.83238678400005 - ], - [ - -122.22749948599994, - 37.832386807000034 - ], - [ - -122.22749667799997, - 37.83238744200003 - ], - [ - -122.22749595299996, - 37.832387607000044 - ], - [ - -122.22749569499996, - 37.83238766300008 - ], - [ - -122.22749495699998, - 37.83238783200005 - ], - [ - -122.22749378199995, - 37.832388097000035 - ], - [ - -122.22749348899998, - 37.83238816000005 - ], - [ - -122.22749059299997, - 37.83238877300005 - ], - [ - -122.22749043199997, - 37.83238880700003 - ], - [ - -122.22749039799999, - 37.83238881400007 - ], - [ - -122.22748779099999, - 37.83238936400005 - ], - [ - -122.227485001, - 37.832389911000064 - ], - [ - -122.22748238899999, - 37.83239042500003 - ], - [ - -122.227482125, - 37.83239047700005 - ], - [ - -122.22748207299998, - 37.832390486000065 - ], - [ - -122.22748172999997, - 37.832390549000024 - ], - [ - -122.227480835, - 37.83239071300005 - ], - [ - -122.22747943899998, - 37.83239096900007 - ], - [ - -122.22747916299994, - 37.832391019000056 - ], - [ - -122.22747617899995, - 37.83239156500008 - ], - [ - -122.22747081299997, - 37.832392464000066 - ], - [ - -122.22747046499995, - 37.83239252300007 - ], - [ - -122.22747042599997, - 37.83239252900006 - ], - [ - -122.2274703, - 37.832392550000066 - ], - [ - -122.22747026899998, - 37.83239255600006 - ], - [ - -122.22747023, - 37.83239256200005 - ], - [ - -122.22747016199997, - 37.83239257100007 - ], - [ - -122.22746994399995, - 37.83239260600004 - ], - [ - -122.22746925899997, - 37.83239271100007 - ], - [ - -122.22746920499998, - 37.83239271800005 - ], - [ - -122.22746737099999, - 37.832393 - ], - [ - -122.22746730999995, - 37.83239301000003 - ], - [ - -122.227464334, - 37.83239346700003 - ], - [ - -122.22746428199997, - 37.83239347400007 - ], - [ - -122.22745837899998, - 37.832394296000075 - ], - [ - -122.22745265799995, - 37.83239500800005 - ], - [ - -122.22745240999996, - 37.83239503900006 - ], - [ - -122.22744941699995, - 37.832395372000065 - ], - [ - -122.22744871999998, - 37.832395449000046 - ], - [ - -122.22744811499996, - 37.832395517000066 - ], - [ - -122.22744778499998, - 37.832395553000026 - ], - [ - -122.22744648499997, - 37.83239569800003 - ], - [ - -122.22744642999999, - 37.83239570300003 - ], - [ - -122.22744623399996, - 37.83239572200006 - ], - [ - -122.227445795, - 37.83239576400007 - ], - [ - -122.22744550999994, - 37.83239579100007 - ], - [ - -122.22744531799998, - 37.832395811000026 - ], - [ - -122.22744527499998, - 37.83239581500004 - ], - [ - -122.22744499899994, - 37.83239584200004 - ], - [ - -122.22744479299996, - 37.832395861000066 - ], - [ - -122.22744474999996, - 37.83239586600007 - ], - [ - -122.22744440099996, - 37.83239589900006 - ], - [ - -122.227444091, - 37.832395930000075 - ], - [ - -122.227441119, - 37.83239621600006 - ], - [ - -122.22744045999997, - 37.83239627900008 - ], - [ - -122.22744042399995, - 37.832396284000026 - ], - [ - -122.22744036199998, - 37.83239628900003 - ], - [ - -122.22743956799997, - 37.832396354000025 - ], - [ - -122.22743741999994, - 37.83239653100003 - ], - [ - -122.22743492799998, - 37.83239673600008 - ], - [ - -122.22743445099997, - 37.83239677500006 - ], - [ - -122.22743441699998, - 37.83239677700004 - ], - [ - -122.227434201, - 37.832396792000054 - ], - [ - -122.22743396499999, - 37.832396809000045 - ], - [ - -122.22743221599995, - 37.832396929000026 - ], - [ - -122.22743152399994, - 37.83239697800008 - ], - [ - -122.22742969299998, - 37.83239710300006 - ], - [ - -122.227428638, - 37.832397177000075 - ], - [ - -122.22742821699995, - 37.83239720200004 - ], - [ - -122.22742537799996, - 37.832397359000026 - ], - [ - -122.22742274499996, - 37.832397505000074 - ], - [ - -122.22742238199999, - 37.83239752500003 - ], - [ - -122.22742208499994, - 37.83239753700008 - ], - [ - -122.22742190799994, - 37.83239754400006 - ], - [ - -122.22742186299996, - 37.83239754500005 - ], - [ - -122.22742105799995, - 37.83239757800004 - ], - [ - -122.22742054699995, - 37.832397600000036 - ], - [ - -122.22741985999994, - 37.832397627000034 - ], - [ - -122.22741900399996, - 37.83239766100007 - ], - [ - -122.22741751499996, - 37.832397720000074 - ], - [ - -122.22741716899998, - 37.83239773500003 - ], - [ - -122.22741687899997, - 37.83239774600003 - ], - [ - -122.227416759, - 37.83239775000004 - ], - [ - -122.22741645999997, - 37.832397763000074 - ], - [ - -122.22741633299995, - 37.83239776700003 - ], - [ - -122.22741615399997, - 37.832397773000025 - ], - [ - -122.22741603499998, - 37.83239777500006 - ], - [ - -122.22741462399995, - 37.832397814000046 - ], - [ - -122.22741420899996, - 37.832397825000044 - ], - [ - -122.22741401499997, - 37.83239783000005 - ], - [ - -122.22741362899995, - 37.832397842000034 - ], - [ - -122.22741305199997, - 37.83239785600006 - ], - [ - -122.22741245099996, - 37.83239787200006 - ], - [ - -122.22741207299998, - 37.832397882000066 - ], - [ - -122.22741087999998, - 37.83239791500006 - ], - [ - -122.227410395, - 37.832397927000045 - ], - [ - -122.22741029099996, - 37.83239793000007 - ], - [ - -122.22741015499997, - 37.83239793100006 - ], - [ - -122.22740953299996, - 37.83239794100007 - ], - [ - -122.227409476, - 37.83239794100007 - ], - [ - -122.22740932799996, - 37.832397943000046 - ], - [ - -122.22740924299995, - 37.832397944000036 - ], - [ - -122.22740915999998, - 37.832397945000025 - ], - [ - -122.22740885099995, - 37.83239795000003 - ], - [ - -122.22740837599997, - 37.83239795600008 - ], - [ - -122.22740746499994, - 37.832397968000066 - ], - [ - -122.22740673099997, - 37.83239797700003 - ], - [ - -122.22740585199995, - 37.83239798900007 - ], - [ - -122.22740534599995, - 37.832397996000054 - ], - [ - -122.22740527699995, - 37.832397996000054 - ], - [ - -122.22740486499998, - 37.83239800100006 - ], - [ - -122.22740448399998, - 37.83239800800004 - ], - [ - -122.22740424899996, - 37.832398011000066 - ], - [ - -122.22740420499997, - 37.832398011000066 - ], - [ - -122.22740403399996, - 37.832398011000066 - ], - [ - -122.22740399299994, - 37.83239801000008 - ], - [ - -122.22740122599998, - 37.83239800800004 - ], - [ - -122.22739952899997, - 37.83239800600006 - ], - [ - -122.22739949699996, - 37.83239800700005 - ], - [ - -122.22739871899995, - 37.83239800600006 - ], - [ - -122.22739847899999, - 37.83239800600006 - ], - [ - -122.22739842799996, - 37.83239800600006 - ], - [ - -122.227398301, - 37.83239800500007 - ], - [ - -122.22739820499999, - 37.83239800600006 - ], - [ - -122.22739809499996, - 37.83239800300004 - ], - [ - -122.22739724299998, - 37.83239799100005 - ], - [ - -122.22739709599995, - 37.83239798900007 - ], - [ - -122.22739663399994, - 37.83239798100004 - ], - [ - -122.22739587899997, - 37.832397972000024 - ], - [ - -122.22739541799996, - 37.83239796500004 - ], - [ - -122.22739485299996, - 37.83239795500003 - ], - [ - -122.22739458399997, - 37.832397952000065 - ], - [ - -122.22739249699998, - 37.83239792100005 - ], - [ - -122.22739224499998, - 37.83239791800003 - ], - [ - -122.22739216699995, - 37.83239791500006 - ], - [ - -122.22739174999998, - 37.83239790300007 - ], - [ - -122.22739154399994, - 37.83239789700008 - ], - [ - -122.22739127799997, - 37.83239789100003 - ], - [ - -122.22739025299995, - 37.83239786200005 - ], - [ - -122.22739002299994, - 37.832397857000046 - ], - [ - -122.22738763399997, - 37.83239778800004 - ], - [ - -122.22738619699999, - 37.83239774800006 - ], - [ - -122.22738611199998, - 37.83239774500004 - ], - [ - -122.22738602699997, - 37.83239774200007 - ], - [ - -122.22738336999998, - 37.832397628000024 - ], - [ - -122.22738184199994, - 37.83239756300003 - ], - [ - -122.22738019099995, - 37.83239749200004 - ], - [ - -122.22738008799996, - 37.832397488000026 - ], - [ - -122.22738004299998, - 37.83239748600005 - ], - [ - -122.227377075, - 37.83239731900005 - ], - [ - -122.22737702199998, - 37.83239731500004 - ], - [ - -122.22737604999998, - 37.83239726000005 - ], - [ - -122.22737583999998, - 37.83239724800006 - ], - [ - -122.22737484399994, - 37.83239719200003 - ], - [ - -122.22737397799995, - 37.83239714200005 - ], - [ - -122.22737338699994, - 37.832397101000026 - ], - [ - -122.22737282299994, - 37.83239706200004 - ], - [ - -122.22737263899995, - 37.832397049000065 - ], - [ - -122.22737253499997, - 37.832397041000036 - ], - [ - -122.22737027399995, - 37.83239688300006 - ], - [ - -122.22736845799994, - 37.832396757000026 - ], - [ - -122.22736828499995, - 37.83239674500004 - ], - [ - -122.22736804199997, - 37.83239672800005 - ], - [ - -122.22736793699994, - 37.83239671900003 - ], - [ - -122.22736785999996, - 37.83239671300004 - ], - [ - -122.22736752599997, - 37.83239668500005 - ], - [ - -122.22736625699997, - 37.83239657800004 - ], - [ - -122.22736472899999, - 37.83239644900004 - ], - [ - -122.22736351299994, - 37.83239634700004 - ], - [ - -122.22736343899999, - 37.83239634100005 - ], - [ - -122.22735602999995, - 37.83239563400008 - ], - [ - -122.22734706399996, - 37.83239458400004 - ], - [ - -122.22734430899999, - 37.83239423600003 - ], - [ - -122.22734413899997, - 37.83239421600007 - ], - [ - -122.22734408699995, - 37.83239420800004 - ], - [ - -122.22734381999999, - 37.83239417100003 - ], - [ - -122.22734165599996, - 37.832393868000054 - ], - [ - -122.22733980999999, - 37.832393609000064 - ], - [ - -122.22733839999995, - 37.832393410000066 - ], - [ - -122.22733818299997, - 37.83239338000004 - ], - [ - -122.22733812099995, - 37.83239337100008 - ], - [ - -122.22733790299998, - 37.83239333600005 - ], - [ - -122.22733515599998, - 37.832392911000056 - ], - [ - -122.22733478599997, - 37.832392853000044 - ], - [ - -122.22733384599996, - 37.83239270800004 - ], - [ - -122.22733373499995, - 37.83239269000006 - ], - [ - -122.227333505, - 37.832392654000046 - ], - [ - -122.22733252199998, - 37.83239250200006 - ], - [ - -122.22733231499996, - 37.83239246900007 - ], - [ - -122.22733224199999, - 37.832392457000026 - ], - [ - -122.22733219999998, - 37.83239245000004 - ], - [ - -122.22733189499996, - 37.83239240000006 - ], - [ - -122.22732628999995, - 37.83239145300007 - ], - [ - -122.22732187399998, - 37.83239064000003 - ], - [ - -122.22731932699998, - 37.83239015600003 - ], - [ - -122.22731474799997, - 37.83238924600005 - ], - [ - -122.22731031099994, - 37.83238830200003 - ], - [ - -122.227308473, - 37.832387905000076 - ], - [ - -122.22730576099997, - 37.83238728600003 - ], - [ - -122.22730327199997, - 37.83238671700008 - ], - [ - -122.22730284899995, - 37.83238662000008 - ], - [ - -122.22730206499995, - 37.83238642900005 - ], - [ - -122.22729861099998, - 37.83238559100005 - ], - [ - -122.22729711899996, - 37.83238522700003 - ], - [ - -122.22729432699998, - 37.83238464400006 - ], - [ - -122.227291945, - 37.83238414700003 - ], - [ - -122.22729153899996, - 37.83238406600003 - ], - [ - -122.22729185199995, - 37.83238419400004 - ], - [ - -122.22729794299994, - 37.83238658300007 - ], - [ - -122.22729957599995, - 37.83238718200005 - ], - [ - -122.22730391099998, - 37.83238877100007 - ], - [ - -122.22731089899997, - 37.83239146100004 - ], - [ - -122.22731865599997, - 37.83239461000005 - ], - [ - -122.22732173399999, - 37.83239590000005 - ], - [ - -122.227328866, - 37.832399 - ], - [ - -122.22733262, - 37.83240070800008 - ], - [ - -122.22733530999994, - 37.83240193800003 - ], - [ - -122.22733785399998, - 37.83240314300008 - ], - [ - -122.22733927999997, - 37.832403819000035 - ], - [ - -122.227339342, - 37.83240384800007 - ], - [ - -122.22734040899996, - 37.83240435300007 - ], - [ - -122.22734082099998, - 37.832404550000035 - ], - [ - -122.227340885, - 37.83240458000006 - ], - [ - -122.22734183899996, - 37.83240505100008 - ], - [ - -122.22734332099998, - 37.83240578200008 - ], - [ - -122.227345577, - 37.83240689400003 - ], - [ - -122.22734589499998, - 37.832407052000065 - ], - [ - -122.22734629299998, - 37.83240724800004 - ], - [ - -122.22734644499997, - 37.83240732300004 - ], - [ - -122.22734668899994, - 37.83240744300008 - ], - [ - -122.22734671999996, - 37.832407458000034 - ], - [ - -122.22734681699995, - 37.83240750900006 - ], - [ - -122.22734746499998, - 37.83240784000003 - ], - [ - -122.22734754399994, - 37.83240788100005 - ], - [ - -122.22734873, - 37.832408487000066 - ], - [ - -122.22734926899994, - 37.832408764000036 - ], - [ - -122.22734932399999, - 37.832408792000024 - ], - [ - -122.22734939299994, - 37.83240882800004 - ], - [ - -122.22734953399998, - 37.83240889900003 - ], - [ - -122.22734995299999, - 37.83240911300004 - ], - [ - -122.22735059799999, - 37.83240944500005 - ], - [ - -122.22735154799994, - 37.83240993100003 - ], - [ - -122.22735254, - 37.83241043900006 - ], - [ - -122.22735311499997, - 37.83241074400007 - ], - [ - -122.22735830299996, - 37.832413505000034 - ], - [ - -122.227362326, - 37.83241572600008 - ], - [ - -122.22736246099998, - 37.832415800000035 - ], - [ - -122.22736401499998, - 37.83241665800006 - ], - [ - -122.22736565399998, - 37.83241759900005 - ], - [ - -122.22736635299998, - 37.83241799900003 - ], - [ - -122.22736687699995, - 37.832418301000075 - ], - [ - -122.22736932499998, - 37.83241970300003 - ], - [ - -122.22736953999998, - 37.832419827000024 - ], - [ - -122.22736961399994, - 37.832419868000045 - ], - [ - -122.22736966199994, - 37.83241989800007 - ], - [ - -122.22737012399995, - 37.83242017200007 - ], - [ - -122.22737128899996, - 37.83242086400003 - ], - [ - -122.22737162899995, - 37.83242106600005 - ], - [ - -122.22737272599994, - 37.832421719000024 - ], - [ - -122.22737516199999, - 37.83242316600007 - ], - [ - -122.22737521599998, - 37.83242319900006 - ], - [ - -122.22737525199994, - 37.83242322000007 - ], - [ - -122.22737652199999, - 37.832424004000075 - ], - [ - -122.22737789999996, - 37.83242485200003 - ], - [ - -122.22738036199996, - 37.832426371000054 - ], - [ - -122.22738059999995, - 37.832426516000055 - ], - [ - -122.22738063599996, - 37.83242653900004 - ], - [ - -122.22738069399998, - 37.832426576000046 - ], - [ - -122.22738076099995, - 37.832426618000056 - ], - [ - -122.22738089799998, - 37.832426706000035 - ], - [ - -122.22738162999997, - 37.83242717300004 - ], - [ - -122.22738176299998, - 37.83242725700006 - ], - [ - -122.227381918, - 37.83242735700003 - ], - [ - -122.2273822399999, - 37.83242756300007 - ], - [ - -122.22738268999996, - 37.832427851000034 - ], - [ - -122.22738452199997, - 37.83242902100005 - ], - [ - -122.22738530499998, - 37.83242952300003 - ], - [ - -122.22738555199999, - 37.832429680000075 - ], - [ - -122.22738566899994, - 37.83242975600007 - ], - [ - -122.22738598999996, - 37.83242996100006 - ], - [ - -122.22738690199998, - 37.83243056200007 - ], - [ - -122.227388696, - 37.83243174900008 - ], - [ - -122.22739063199998, - 37.83243303100005 - ], - [ - -122.22739101399998, - 37.83243328400005 - ], - [ - -122.22739126099998, - 37.832433448000074 - ], - [ - -122.22739135699999, - 37.83243351200008 - ], - [ - -122.22739147199997, - 37.83243359000005 - ], - [ - -122.22739270799997, - 37.83243443900005 - ], - [ - -122.22739660299999, - 37.83243711000006 - ], - [ - -122.22740046999996, - 37.83243985900003 - ], - [ - -122.22740086199997, - 37.83244013800004 - ], - [ - -122.22740149299995, - 37.832440586000075 - ], - [ - -122.22740156299994, - 37.83244063700005 - ], - [ - -122.22740198499997, - 37.83244094100007 - ], - [ - -122.22740428099996, - 37.83244262900007 - ], - [ - -122.22740430899995, - 37.832442651000065 - ], - [ - -122.22740688799996, - 37.83244455100004 - ], - [ - -122.22740692699995, - 37.832444579000025 - ], - [ - -122.22740802599998, - 37.83244541600004 - ], - [ - -122.22740833599994, - 37.832445653000036 - ], - [ - -122.22740893499997, - 37.832446109000045 - ], - [ - -122.22740899799999, - 37.83244615700005 - ], - [ - -122.22740951199995, - 37.83244654900005 - ], - [ - -122.22740991799998, - 37.83244686200004 - ], - [ - -122.22741141299997, - 37.83244799600004 - ], - [ - -122.22741279899998, - 37.832449085000064 - ], - [ - -122.22741285799998, - 37.83244913000004 - ], - [ - -122.22741293999997, - 37.83244919400005 - ], - [ - -122.22741349499995, - 37.83244962600003 - ], - [ - -122.22741365099995, - 37.832449749000034 - ], - [ - -122.22741430899998, - 37.83245026700007 - ], - [ - -122.22741668099997, - 37.83245214200008 - ], - [ - -122.22741687599995, - 37.83245229700003 - ], - [ - -122.22741895699994, - 37.83245399500004 - ], - [ - -122.227419033, - 37.832454057000064 - ], - [ - -122.22742009099994, - 37.83245492400005 - ], - [ - -122.22742153599995, - 37.83245610400007 - ], - [ - -122.22742207099998, - 37.83245655500008 - ], - [ - -122.22742232899998, - 37.832456774000036 - ], - [ - -122.22742349999999, - 37.832457764000026 - ], - [ - -122.22742474399996, - 37.83245881700003 - ], - [ - -122.22742512999997, - 37.83245914500003 - ], - [ - -122.22742525399997, - 37.832459250000056 - ], - [ - -122.22742558199997, - 37.832459527000026 - ], - [ - -122.22742580699997, - 37.83245971500003 - ], - [ - -122.22742607999999, - 37.83245994500004 - ], - [ - -122.227426316, - 37.83246015000003 - ], - [ - -122.22742646699999, - 37.83246028100007 - ], - [ - -122.22742652699998, - 37.83246033300003 - ], - [ - -122.22742740999996, - 37.83246110700003 - ], - [ - -122.22742842899999, - 37.83246199900003 - ], - [ - -122.22742949599996, - 37.832462933000045 - ], - [ - -122.22743098899997, - 37.83246424300006 - ], - [ - -122.22743143899999, - 37.832464651000066 - ], - [ - -122.22743294499998, - 37.83246601900004 - ], - [ - -122.22743326699998, - 37.832466313000054 - ], - [ - -122.22743465199994, - 37.83246757000006 - ], - [ - -122.22743519099998, - 37.83246806100004 - ], - [ - -122.22743554599998, - 37.83246838400004 - ], - [ - -122.227435577, - 37.832468412000026 - ], - [ - -122.22743560499998, - 37.832468439000024 - ], - [ - -122.22743602999998, - 37.83246883700008 - ], - [ - -122.22743777199997, - 37.83247047400005 - ], - [ - -122.227437942, - 37.83247063300007 - ], - [ - -122.22743805699997, - 37.832470741000066 - ], - [ - -122.227438211, - 37.832470887000056 - ], - [ - -122.22743852099995, - 37.83247117700006 - ], - [ - -122.22743902899998, - 37.83247165500006 - ], - [ - -122.22743959699994, - 37.832472188000054 - ], - [ - -122.22743992, - 37.83247249100003 - ], - [ - -122.227440307, - 37.83247286400007 - ], - [ - -122.22744042899996, - 37.83247298400005 - ], - [ - -122.22744079799998, - 37.83247334300006 - ], - [ - -122.22744134799996, - 37.83247387800003 - ], - [ - -122.22744144999996, - 37.83247397900004 - ], - [ - -122.22744330299997, - 37.83247578500004 - ], - [ - -122.22744386399995, - 37.832476331000066 - ], - [ - -122.22744398199995, - 37.832476445000054 - ], - [ - -122.22744439799999, - 37.832476851000024 - ], - [ - -122.22744489499996, - 37.83247735400005 - ], - [ - -122.22744868199999, - 37.832481176000044 - ], - [ - -122.22745001599998, - 37.832482570000025 - ], - [ - -122.22745122599997, - 37.832483839000076 - ], - [ - -122.22745211799997, - 37.83248477300003 - ], - [ - -122.22745286699995, - 37.83248555800003 - ], - [ - -122.22745291299998, - 37.83248560800007 - ], - [ - -122.22745442999997, - 37.832487256000036 - ], - [ - -122.22745549899997, - 37.83248841500006 - ], - [ - -122.22745596199996, - 37.83248892000006 - ], - [ - -122.22745670899997, - 37.83248973100007 - ], - [ - -122.22745717599997, - 37.832490251000024 - ], - [ - -122.22745741999995, - 37.832490524000036 - ], - [ - -122.22745761399995, - 37.832490740000026 - ], - [ - -122.22745850399997, - 37.83249174200006 - ], - [ - -122.22745996499998, - 37.832493387000056 - ], - [ - -122.22746084799996, - 37.83249438100006 - ], - [ - -122.22746167599996, - 37.83249534500004 - ], - [ - -122.22746180899998, - 37.83249550000005 - ], - [ - -122.22746286299997, - 37.83249673300003 - ], - [ - -122.22746289699995, - 37.83249677100008 - ], - [ - -122.22746463299995, - 37.83249880000005 - ], - [ - -122.22746473499996, - 37.832498920000035 - ], - [ - -122.22746483699996, - 37.832499046000066 - ], - [ - -122.22746690999998, - 37.83250155700006 - ], - [ - -122.22746739099995, - 37.83250214100008 - ], - [ - -122.22746764899995, - 37.83250245500005 - ], - [ - -122.22746780499995, - 37.832502644000044 - ], - [ - -122.22746814499999, - 37.83250305800004 - ], - [ - -122.22746831499995, - 37.832503264000025 - ], - [ - -122.22746839799998, - 37.83250336400005 - ], - [ - -122.22746862799994, - 37.83250364500003 - ], - [ - -122.227468763, - 37.83250381500005 - ], - [ - -122.22746879299996, - 37.83250385400004 - ], - [ - -122.22746891199995, - 37.83250400400004 - ], - [ - -122.22746919999997, - 37.83250436700007 - ], - [ - -122.22746962199994, - 37.83250490100005 - ], - [ - -122.2274704599999, - 37.83250596000005 - ], - [ - -122.22747402699997, - 37.83251054800007 - ], - [ - -122.227475906, - 37.83251301300004 - ], - [ - -122.22747884699999, - 37.83251702600006 - ], - [ - -122.22748105199997, - 37.83252013300006 - ], - [ - -122.22748107799998, - 37.83252016900008 - ], - [ - -122.22748193499996, - 37.832521384000074 - ], - [ - -122.22748233099998, - 37.83252194900007 - ], - [ - -122.22748335299997, - 37.83252343500004 - ], - [ - -122.22748423999997, - 37.83252475100005 - ], - [ - -122.22748521799997, - 37.83252619900003 - ], - [ - -122.22748537399997, - 37.83252643000003 - ], - [ - -122.22748562399994, - 37.83252679900005 - ], - [ - -122.22748585099998, - 37.832527137000056 - ], - [ - -122.22748626599997, - 37.832527767000045 - ], - [ - -122.22748630499996, - 37.832527826000046 - ], - [ - -122.227488812, - 37.83253171000007 - ], - [ - -122.22748934899994, - 37.83253255300008 - ], - [ - -122.22748938599995, - 37.83253261500005 - ], - [ - -122.22749001399995, - 37.83253362600004 - ], - [ - -122.22749069199995, - 37.83253472200005 - ], - [ - -122.22749106599997, - 37.83253532500004 - ], - [ - -122.22749188999995, - 37.83253665700005 - ], - [ - -122.22749210599994, - 37.83253700700004 - ], - [ - -122.22749269999997, - 37.83253799800008 - ], - [ - -122.227493026, - 37.83253855000004 - ], - [ - -122.22749341699995, - 37.83253920900006 - ], - [ - -122.22749355399998, - 37.83253944200004 - ], - [ - -122.22749360199998, - 37.83253952200005 - ], - [ - -122.227494031, - 37.832540247000054 - ], - [ - -122.22749418999996, - 37.83254051600005 - ], - [ - -122.22749452399995, - 37.832541080000055 - ], - [ - -122.227495138, - 37.832542115000024 - ], - [ - -122.22749516899995, - 37.83254216700004 - ], - [ - -122.22749567399995, - 37.832543059000045 - ], - [ - -122.22749574599999, - 37.83254318500008 - ], - [ - -122.22749633799998, - 37.83254423300008 - ], - [ - -122.22749752599998, - 37.832546335000075 - ], - [ - -122.22749819699999, - 37.832547540000064 - ], - [ - -122.22749825099999, - 37.83254764000003 - ], - [ - -122.22749829499998, - 37.83254771800006 - ], - [ - -122.227498578, - 37.83254824100004 - ], - [ - -122.22749865199995, - 37.83254838000005 - ], - [ - -122.22749891499996, - 37.83254886800006 - ], - [ - -122.22749939699997, - 37.83254976300003 - ], - [ - -122.227499449, - 37.83254986000003 - ], - [ - -122.22749997899996, - 37.83255084500007 - ], - [ - -122.22750005199998, - 37.832550979000075 - ], - [ - -122.22750056599995, - 37.83255193100007 - ], - [ - -122.22750060299995, - 37.83255200100007 - ], - [ - -122.22750101899999, - 37.83255279600007 - ], - [ - -122.22750107899998, - 37.83255291100005 - ], - [ - -122.22750126799997, - 37.83255328200005 - ], - [ - -122.22750176399995, - 37.83255424600003 - ], - [ - -122.22750229299999, - 37.83255527500006 - ], - [ - -122.22750272199994, - 37.83255611300007 - ], - [ - -122.22750288099996, - 37.83255642100005 - ], - [ - -122.22750323999998, - 37.83255711800007 - ], - [ - -122.22750338099996, - 37.83255739400005 - ], - [ - -122.22750469599998, - 37.832560095000076 - ], - [ - -122.22750578899996, - 37.83256233800006 - ], - [ - -122.22750599899996, - 37.832562782000025 - ], - [ - -122.22750601099995, - 37.83256280900008 - ], - [ - -122.22750602699995, - 37.83256284400005 - ], - [ - -122.22750640599997, - 37.83256366200004 - ], - [ - -122.22750677999994, - 37.83256446900003 - ], - [ - -122.22750703099996, - 37.83256501200003 - ], - [ - -122.22750707199998, - 37.83256509900008 - ], - [ - -122.22750709699994, - 37.83256515700003 - ], - [ - -122.22750826899994, - 37.832567692000055 - ], - [ - -122.22750854799995, - 37.83256832400008 - ], - [ - -122.22750882599996, - 37.832568956000046 - ], - [ - -122.227508866, - 37.83256904800004 - ], - [ - -122.22750901299997, - 37.83256938400007 - ], - [ - -122.22750939699995, - 37.83257026000007 - ], - [ - -122.22751021299996, - 37.832572123000034 - ], - [ - -122.22751034199996, - 37.83257241800004 - ], - [ - -122.22751050499994, - 37.832572793000054 - ], - [ - -122.22751051499995, - 37.83257281900006 - ], - [ - -122.22751054199995, - 37.83257288000004 - ], - [ - -122.22751061699995, - 37.83257305700005 - ], - [ - -122.227510844, - 37.83257360600004 - ], - [ - -122.22751086899996, - 37.832573669000055 - ], - [ - -122.22751162199995, - 37.832575492000046 - ], - [ - -122.22751212199995, - 37.832576704000076 - ], - [ - -122.22751225499997, - 37.83257702800006 - ], - [ - -122.22751236099998, - 37.832577283000035 - ], - [ - -122.22751277199995, - 37.83257828600006 - ], - [ - -122.227513048, - 37.83257899400007 - ], - [ - -122.22751344299996, - 37.83258001300004 - ], - [ - -122.22751401899995, - 37.83258149000005 - ], - [ - -122.22751474599994, - 37.83258336000006 - ], - [ - -122.22751609199997, - 37.832587044000036 - ], - [ - -122.22751637699997, - 37.83258782200005 - ], - [ - -122.22751640599995, - 37.83258790100007 - ], - [ - -122.22751672499999, - 37.83258878300006 - ], - [ - -122.22751758099997, - 37.83259129600003 - ], - [ - -122.227518278, - 37.83259333800004 - ], - [ - -122.22751839999995, - 37.832593694000025 - ], - [ - -122.22751843299994, - 37.83259379200007 - ], - [ - -122.22751848299998, - 37.83259393900005 - ], - [ - -122.227518536, - 37.832594107000034 - ], - [ - -122.22751858799995, - 37.83259426700005 - ], - [ - -122.22751861799998, - 37.832594363000055 - ], - [ - -122.227518638, - 37.83259442700006 - ], - [ - -122.22751887499999, - 37.83259517000005 - ], - [ - -122.22751935499997, - 37.832596677000026 - ], - [ - -122.22751948499996, - 37.83259709400005 - ], - [ - -122.227519702, - 37.83259777200004 - ], - [ - -122.22751981299996, - 37.83259811600004 - ], - [ - -122.227519874, - 37.83259831300006 - ], - [ - -122.22751989899996, - 37.83259839300007 - ], - [ - -122.22751994499998, - 37.832598537000024 - ], - [ - -122.22751998299998, - 37.83259865700006 - ], - [ - -122.22752000999998, - 37.83259874300006 - ], - [ - -122.22752006599995, - 37.832598922000045 - ], - [ - -122.22752010799996, - 37.832599053000024 - ], - [ - -122.22752016099997, - 37.83259921700005 - ], - [ - -122.22752018199998, - 37.83259928500007 - ], - [ - -122.22752020599995, - 37.832599369000036 - ], - [ - -122.22752024099998, - 37.832599479000066 - ], - [ - -122.22752029099996, - 37.83259964800004 - ], - [ - -122.22752040499995, - 37.832600038000066 - ], - [ - -122.227520417, - 37.83260007700005 - ], - [ - -122.22752045099998, - 37.832600194000065 - ], - [ - -122.22752062599994, - 37.83260079000007 - ], - [ - -122.22752063799999, - 37.832600831000036 - ], - [ - -122.22752096799996, - 37.832601950000026 - ], - [ - -122.22752136999998, - 37.83260331500003 - ], - [ - -122.227521379, - 37.83260334700003 - ], - [ - -122.22752175599999, - 37.832604641000046 - ], - [ - -122.22752179199995, - 37.83260475800006 - ], - [ - -122.22752212899996, - 37.832606001000045 - ], - [ - -122.22752234899997, - 37.83260681200005 - ], - [ - -122.22752263499996, - 37.832607868000025 - ], - [ - -122.22752321799999, - 37.83261001400007 - ], - [ - -122.22752445099997, - 37.832614973000034 - ], - [ - -122.22752456099994, - 37.832615418000046 - ], - [ - -122.22752475199997, - 37.83261626600006 - ], - [ - -122.22752492999996, - 37.83261705600006 - ], - [ - -122.22752497599998, - 37.83261726000006 - ], - [ - -122.22752499099994, - 37.83261732400007 - ], - [ - -122.22752505499994, - 37.83261761000006 - ], - [ - -122.22752510199996, - 37.83261781700003 - ], - [ - -122.22752527699998, - 37.83261859900006 - ], - [ - -122.22752564599995, - 37.832620235000036 - ], - [ - -122.22752576899995, - 37.83262078000007 - ], - [ - -122.22752577999995, - 37.832620821000035 - ], - [ - -122.22752581299994, - 37.83262098500006 - ], - [ - -122.22752586499996, - 37.83262124300006 - ], - [ - -122.227525878, - 37.832621310000036 - ], - [ - -122.22752600899997, - 37.83262195400005 - ], - [ - -122.22752609599996, - 37.832622377000064 - ], - [ - -122.22752618899995, - 37.83262283700003 - ], - [ - -122.227526233, - 37.83262306300003 - ], - [ - -122.22752632199996, - 37.832623495000064 - ], - [ - -122.22752654099997, - 37.832624579000026 - ], - [ - -122.227526663, - 37.832625172000064 - ], - [ - -122.22752668599998, - 37.832625292000046 - ], - [ - -122.22752675499999, - 37.83262563000005 - ], - [ - -122.22752679599995, - 37.83262583100003 - ], - [ - -122.22752684299996, - 37.83262606000005 - ], - [ - -122.22752687499997, - 37.83262621600005 - ], - [ - -122.22752692799997, - 37.83262650800003 - ], - [ - -122.22752693499996, - 37.83262654400005 - ], - [ - -122.22752694599995, - 37.83262660100007 - ], - [ - -122.22752698, - 37.83262679200004 - ], - [ - -122.22752701899998, - 37.83262701000007 - ], - [ - -122.22752710299994, - 37.83262747800006 - ], - [ - -122.22752716999997, - 37.83262785200003 - ], - [ - -122.227527351, - 37.832628853000074 - ], - [ - -122.22752737199994, - 37.83262896800005 - ], - [ - -122.227527609, - 37.832630280000046 - ], - [ - -122.22752787699994, - 37.83263177900005 - ], - [ - -122.22752788199995, - 37.832631813000035 - ], - [ - -122.22752809999997, - 37.83263318200005 - ], - [ - -122.22752815599995, - 37.832633532000045 - ], - [ - -122.22752834099998, - 37.83263469800005 - ], - [ - -122.22752866599996, - 37.83263675000006 - ], - [ - -122.22752871399996, - 37.83263706400004 - ], - [ - -122.22752872899997, - 37.832637152000075 - ], - [ - -122.22752873199994, - 37.83263718500007 - ], - [ - -122.22752879399997, - 37.83263763700006 - ], - [ - -122.22752883399994, - 37.83263793300006 - ], - [ - -122.22752890799995, - 37.83263848100006 - ], - [ - -122.22752891399995, - 37.83263851900006 - ], - [ - -122.22752905699997, - 37.832639580000034 - ], - [ - -122.22752918699996, - 37.83264053500005 - ], - [ - -122.22752920099998, - 37.83264063800004 - ], - [ - -122.22752921799997, - 37.83264076900008 - ], - [ - -122.22752923599995, - 37.832640903000026 - ], - [ - -122.22752940299995, - 37.83264213600006 - ], - [ - -122.22752942999995, - 37.83264233700004 - ], - [ - -122.22752944299998, - 37.83264242800004 - ], - [ - -122.22752948799996, - 37.83264278900003 - ], - [ - -122.22752949499994, - 37.83264284300003 - ], - [ - -122.22752955699997, - 37.83264339700003 - ], - [ - -122.22753009099995, - 37.832648094000035 - ], - [ - -122.22753056, - 37.83265320600003 - ], - [ - -122.22753058299998, - 37.83265346700006 - ], - [ - -122.22753058599994, - 37.83265350100004 - ], - [ - -122.22753060699995, - 37.83265377500004 - ], - [ - -122.22753063999994, - 37.83265426100007 - ], - [ - -122.22753078399995, - 37.83265632600006 - ], - [ - -122.22753086399996, - 37.83265749700007 - ], - [ - -122.227530974, - 37.832659113000034 - ], - [ - -122.227530979, - 37.83265918400008 - ], - [ - -122.22753098799996, - 37.832659368000066 - ], - [ - -122.227531006, - 37.83265975300003 - ], - [ - -122.22753106099998, - 37.83266090600006 - ], - [ - -122.22753113699997, - 37.83266250200006 - ], - [ - -122.22753130099994, - 37.83266724600003 - ], - [ - -122.22753130299998, - 37.832667324000056 - ], - [ - -122.22753130599995, - 37.83266743200005 - ], - [ - -122.22753133599997, - 37.83266862000005 - ], - [ - -122.22753135, - 37.832669200000055 - ], - [ - -122.22753135099998, - 37.83266924600008 - ], - [ - -122.22753135699998, - 37.83266948700003 - ], - [ - -122.227531361, - 37.83266966200006 - ], - [ - -122.22753137399997, - 37.83267084400006 - ], - [ - -122.22753139699995, - 37.83267556200008 - ], - [ - -122.227531366, - 37.832677114000035 - ], - [ - -122.22753128399995, - 37.832681183000034 - ], - [ - -122.227531119, - 37.83268518400007 - ], - [ - -122.22753106299996, - 37.83268656900003 - ], - [ - -122.22753096599996, - 37.832688122000036 - ], - [ - -122.22753093799997, - 37.83268856600006 - ], - [ - -122.22753092099998, - 37.83268883200003 - ], - [ - -122.22753091899995, - 37.832688860000076 - ], - [ - -122.22753090699996, - 37.83268903800007 - ], - [ - -122.227530791, - 37.83269091200003 - ], - [ - -122.22753072699999, - 37.83269193000007 - ], - [ - -122.22753071999995, - 37.83269205000005 - ], - [ - -122.22753070899995, - 37.83269216700006 - ], - [ - -122.22753069799995, - 37.832692294000026 - ], - [ - -122.22753069199996, - 37.83269237900004 - ], - [ - -122.22753025599997, - 37.83269749500005 - ], - [ - -122.22753025199995, - 37.83269753700006 - ], - [ - -122.22752966599995, - 37.83270301700003 - ], - [ - -122.22737349699997, - 37.832774097000026 - ], - [ - -122.22730688799999, - 37.832804413000076 - ], - [ - -122.22728281399998, - 37.83281537000005 - ], - [ - -122.22728308999996, - 37.832815753000034 - ], - [ - -122.22728451999996, - 37.832817729000055 - ], - [ - -122.22728458599994, - 37.83281781900007 - ], - [ - -122.22728572099999, - 37.832819389000065 - ], - [ - -122.22728881899997, - 37.83282367100003 - ], - [ - -122.227289037, - 37.83282397200003 - ], - [ - -122.22722311999996, - 37.832773978000034 - ], - [ - -122.22707162499995, - 37.832659394000075 - ], - [ - -122.22696545399998, - 37.83258006600005 - ], - [ - -122.22696542799997, - 37.83258004600003 - ], - [ - -122.22671966799999, - 37.83236484200006 - ], - [ - -122.22654524999996, - 37.83221211100005 - ], - [ - -122.22656439599996, - 37.832197509000025 - ], - [ - -122.22656567499996, - 37.83219653300006 - ], - [ - -122.22643499399999, - 37.832087440000066 - ], - [ - -122.22639616199996, - 37.83205573500004 - ], - [ - -122.22639454899996, - 37.83198640000006 - ], - [ - -122.22635795899998, - 37.831976637000025 - ], - [ - -122.22633178599995, - 37.83196809300006 - ], - [ - -122.22630208799995, - 37.831956853000065 - ], - [ - -122.22627234199996, - 37.831943556000056 - ], - [ - -122.22624429799998, - 37.83192886000006 - ], - [ - -122.22621792999996, - 37.83191207700003 - ], - [ - -122.22619326499995, - 37.831893896000054 - ], - [ - -122.22615617999998, - 37.83186285100004 - ], - [ - -122.22612077499997, - 37.83182972100008 - ], - [ - -122.22608708799999, - 37.831795879000026 - ], - [ - -122.22605683299997, - 37.831760615000064 - ], - [ - -122.22602827399999, - 37.831723949000036 - ], - [ - -122.22599969899994, - 37.83168660000007 - ], - [ - -122.225976302, - 37.83164848800004 - ], - [ - -122.22589319099995, - 37.831696323000074 - ], - [ - -122.225892553, - 37.83169572200006 - ], - [ - -122.22587070499998, - 37.831677513000045 - ], - [ - -122.225845828, - 37.831656777000035 - ], - [ - -122.22574599099994, - 37.83157357400006 - ], - [ - -122.22545464399997, - 37.83132989600006 - ], - [ - -122.22540869899996, - 37.831291469000064 - ], - [ - -122.22516860699994, - 37.831093778000024 - ], - [ - -122.22505694999995, - 37.83099551300006 - ], - [ - -122.22491935799997, - 37.83087442500005 - ], - [ - -122.22477098399997, - 37.83067336100004 - ], - [ - -122.22477096499995, - 37.83067333300005 - ], - [ - -122.22477021799995, - 37.83067231100006 - ], - [ - -122.22477019099995, - 37.83067227300006 - ], - [ - -122.22476940499996, - 37.83067119800006 - ], - [ - -122.22474910099999, - 37.83064338400004 - ], - [ - -122.22462186799999, - 37.830469083000025 - ], - [ - -122.22460193799998, - 37.83044177800008 - ], - [ - -122.22452527999997, - 37.83033676000008 - ], - [ - -122.22452523499999, - 37.83033669900004 - ], - [ - -122.22447651399995, - 37.83026995200004 - ], - [ - -122.22447632399997, - 37.830269489000045 - ], - [ - -122.22447613599996, - 37.830269024000074 - ], - [ - -122.22425603499994, - 37.83004892300005 - ], - [ - -122.22408083599998, - 37.82981183100003 - ], - [ - -122.22390827899994, - 37.829580263000025 - ], - [ - -122.22384849199995, - 37.82950003000008 - ], - [ - -122.22382799599995, - 37.82951200300005 - ], - [ - -122.22375502699998, - 37.829435932000024 - ], - [ - -122.22374813799996, - 37.829428706000044 - ], - [ - -122.22366344799997, - 37.829435438000075 - ], - [ - -122.223611818, - 37.829374390000055 - ], - [ - -122.22358515099995, - 37.82934456600003 - ], - [ - -122.22352498999999, - 37.82928913400008 - ], - [ - -122.22344261499995, - 37.82922542800003 - ], - [ - -122.22324207899999, - 37.82909571000005 - ], - [ - -122.22319439499995, - 37.829070788000024 - ], - [ - -122.22315939099997, - 37.82905482000007 - ], - [ - -122.22301491499996, - 37.82899936600006 - ], - [ - -122.22274360999995, - 37.82889849000003 - ], - [ - -122.22272611799997, - 37.828888790000065 - ], - [ - -122.22270680899999, - 37.82887739500006 - ], - [ - -122.22265945199996, - 37.82883523100003 - ], - [ - -122.22264483799995, - 37.82881855800008 - ], - [ - -122.22262500199997, - 37.82878451100004 - ], - [ - -122.22261766199995, - 37.82876676500007 - ], - [ - -122.22261202399994, - 37.82874762000006 - ], - [ - -122.222552813, - 37.82858367700004 - ], - [ - -122.222549, - 37.82856862700004 - ], - [ - -122.22253449899995, - 37.828540684000075 - ], - [ - -122.22252552199996, - 37.82852708100006 - ], - [ - -122.22251059799999, - 37.82851092900006 - ], - [ - -122.22247427899998, - 37.82848250600006 - ], - [ - -122.222317466, - 37.82836599700005 - ], - [ - -122.22229977599994, - 37.82834977500005 - ], - [ - -122.22228378499995, - 37.828332156000045 - ], - [ - -122.22226587199998, - 37.82830982200005 - ], - [ - -122.22225524599997, - 37.82829617700003 - ], - [ - -122.22224439699994, - 37.828276420000066 - ], - [ - -122.22223355099999, - 37.82825666600007 - ], - [ - -122.22222443599998, - 37.828236885000024 - ], - [ - -122.22221703499997, - 37.82821639200006 - ], - [ - -122.22220961299996, - 37.82819521400006 - ], - [ - -122.22220392399998, - 37.828174010000055 - ], - [ - -122.222201687, - 37.828152067000076 - ], - [ - -122.22220117699999, - 37.828130101000056 - ], - [ - -122.22220240999997, - 37.82810879400006 - ], - [ - -122.22220536799995, - 37.82808677700007 - ], - [ - -122.22221181099997, - 37.82806608100003 - ], - [ - -122.22221997499997, - 37.82804467500006 - ], - [ - -122.22223292999996, - 37.828006032000076 - ], - [ - -122.22224761599995, - 37.82796736200004 - ], - [ - -122.22226404699995, - 37.82792935500004 - ], - [ - -122.222282211, - 37.82789132000005 - ], - [ - -122.22230213999995, - 37.82785463600004 - ], - [ - -122.22232665799999, - 37.82780982700007 - ], - [ - -122.22233842099996, - 37.827776510000035 - ], - [ - -122.22234957899997, - 37.827735146000066 - ], - [ - -122.222358994, - 37.82769311900006 - ], - [ - -122.22236840799997, - 37.82765109200005 - ], - [ - -122.22237435799997, - 37.827609117000065 - ], - [ - -122.22237856199996, - 37.827566483000055 - ], - [ - -122.22235447599996, - 37.82757301200007 - ], - [ - -122.22232860999998, - 37.82757751100007 - ], - [ - -122.22230444099995, - 37.82758061100003 - ], - [ - -122.22227850299998, - 37.827582362000044 - ], - [ - -122.22225252799996, - 37.82758205500005 - ], - [ - -122.22220220499997, - 37.827577295000026 - ], - [ - -122.22209948699998, - 37.82756124800005 - ], - [ - -122.222121115, - 37.82751530400003 - ], - [ - -122.22224030899997, - 37.827279402000045 - ], - [ - -122.22207288699997, - 37.82719024200003 - ], - [ - -122.22191405199999, - 37.826949057000036 - ], - [ - -122.22183328299997, - 37.82686696700006 - ], - [ - -122.221732982, - 37.82691748000008 - ], - [ - -122.22172349999994, - 37.826903413000025 - ], - [ - -122.22162673799994, - 37.82680654700005 - ], - [ - -122.22173706799998, - 37.826737155000046 - ], - [ - -122.22161735199995, - 37.826575631000026 - ], - [ - -122.22149714499994, - 37.82641344700005 - ], - [ - -122.22139525699998, - 37.82627597700008 - ], - [ - -122.22128138499994, - 37.826122344000055 - ], - [ - -122.22117296899995, - 37.82597606300004 - ], - [ - -122.22116799399998, - 37.82596892300006 - ], - [ - -122.22112948299997, - 37.82591738900004 - ], - [ - -122.22102031599997, - 37.82575748900007 - ], - [ - -122.22089538799997, - 37.82559861100003 - ], - [ - -122.22071917799997, - 37.82537404800007 - ], - [ - -122.22054240499995, - 37.82529216200004 - ], - [ - -122.22053624799997, - 37.82533684800006 - ], - [ - -122.22039794999995, - 37.82520154800005 - ], - [ - -122.22038602699996, - 37.82518988500004 - ], - [ - -122.22038368899996, - 37.825187597000024 - ], - [ - -122.22038288699997, - 37.82518681400006 - ], - [ - -122.22038130499999, - 37.82518527000008 - ], - [ - -122.22038111999996, - 37.825185076000025 - ], - [ - -122.22038098699994, - 37.82518493500004 - ], - [ - -122.22038050499998, - 37.82518442700007 - ], - [ - -122.22037980899995, - 37.82518369700006 - ], - [ - -122.22037956599996, - 37.825183440000046 - ], - [ - -122.22037951199997, - 37.825183381000045 - ], - [ - -122.220379187, - 37.82518304000007 - ], - [ - -122.22037881899996, - 37.825182666000046 - ], - [ - -122.22037871099997, - 37.82518255700006 - ], - [ - -122.22037782599995, - 37.825181658000076 - ], - [ - -122.22037711899998, - 37.82518093900006 - ], - [ - -122.22037702999995, - 37.82518085000004 - ], - [ - -122.22037697199994, - 37.825180792000026 - ], - [ - -122.22037668099995, - 37.82518050700003 - ], - [ - -122.22037627299994, - 37.82518010800004 - ], - [ - -122.22037599699996, - 37.825179838000054 - ], - [ - -122.22037580499995, - 37.82517964900006 - ], - [ - -122.22037499399994, - 37.825178856000036 - ], - [ - -122.22037487199998, - 37.825178737000044 - ], - [ - -122.22037481999996, - 37.825178685000026 - ], - [ - -122.22037473499995, - 37.825178607000055 - ], - [ - -122.22037428399994, - 37.82517818000008 - ], - [ - -122.22037394499995, - 37.825177859000064 - ], - [ - -122.22037361599996, - 37.825177549000045 - ], - [ - -122.22037292299996, - 37.82517689600007 - ], - [ - -122.22037277699997, - 37.825176758000055 - ], - [ - -122.220372753, - 37.82517673500007 - ], - [ - -122.220372624, - 37.82517661400004 - ], - [ - -122.22037251299997, - 37.82517651100005 - ], - [ - -122.22037246099995, - 37.82517646100007 - ], - [ - -122.22037233799995, - 37.82517635200003 - ], - [ - -122.22037214899996, - 37.82517617900004 - ], - [ - -122.22037185999994, - 37.825175916000035 - ], - [ - -122.220371173, - 37.82517529000006 - ], - [ - -122.22037090899994, - 37.82517504800006 - ], - [ - -122.22037072599994, - 37.825174884000035 - ], - [ - -122.22037049299996, - 37.825174670000024 - ], - [ - -122.22037046699995, - 37.82517464700004 - ], - [ - -122.22037034599998, - 37.82517453600008 - ], - [ - -122.22037026399994, - 37.82517445900004 - ], - [ - -122.22037024099996, - 37.82517444000007 - ], - [ - -122.22037013, - 37.825174342000025 - ], - [ - -122.22037006, - 37.825174281000045 - ], - [ - -122.22036979099994, - 37.82517404400005 - ], - [ - -122.2203697, - 37.82517396500003 - ], - [ - -122.22036931199995, - 37.82517362200008 - ], - [ - -122.22036892299997, - 37.82517327900007 - ], - [ - -122.22036860699995, - 37.825173 - ], - [ - -122.22036795199995, - 37.82517242100005 - ], - [ - -122.22036792399996, - 37.82517239900005 - ], - [ - -122.22036557599995, - 37.825170402000026 - ], - [ - -122.22036553399994, - 37.825170365000076 - ], - [ - -122.22036391699999, - 37.82516904000005 - ], - [ - -122.22036320199999, - 37.82516845400005 - ], - [ - -122.22036309599997, - 37.82516836800005 - ], - [ - -122.220362992, - 37.825168285000075 - ], - [ - -122.22036290099999, - 37.82516821300004 - ], - [ - -122.22036284099994, - 37.82516816300006 - ], - [ - -122.22036257199994, - 37.825167951000026 - ], - [ - -122.2203621099999, - 37.82516758400004 - ], - [ - -122.22036193499997, - 37.82516744700007 - ], - [ - -122.22036190899996, - 37.825167425000075 - ], - [ - -122.22036140299997, - 37.82516702500004 - ], - [ - -122.22036076299997, - 37.825166516000024 - ], - [ - -122.22036061699998, - 37.825166402000036 - ], - [ - -122.22036052799996, - 37.82516633200004 - ], - [ - -122.22036029299994, - 37.825166152000065 - ], - [ - -122.22036010099998, - 37.825166006000075 - ], - [ - -122.22035944799995, - 37.82516550500003 - ], - [ - -122.22035831099998, - 37.82516463500008 - ], - [ - -122.22035656899999, - 37.82516334200005 - ], - [ - -122.220355542, - 37.825162582000075 - ], - [ - -122.22035551199997, - 37.82516256100007 - ], - [ - -122.22035450799996, - 37.825161845000025 - ], - [ - -122.22035199499999, - 37.82516007600003 - ], - [ - -122.22035185299995, - 37.825159978000045 - ], - [ - -122.22034928299996, - 37.82515822900007 - ], - [ - -122.22034925799994, - 37.825158212000076 - ], - [ - -122.22034541399995, - 37.82515570800007 - ], - [ - -122.22034210899994, - 37.825153647000036 - ], - [ - -122.22017075999997, - 37.82500132200005 - ], - [ - -122.22014097699997, - 37.825004798000066 - ], - [ - -122.22010219199996, - 37.82500967800007 - ], - [ - -122.22007337999997, - 37.82497019600004 - ], - [ - -122.22006188399996, - 37.82495444400007 - ], - [ - -122.22004264599997, - 37.82493418100006 - ], - [ - -122.22001612099996, - 37.824906241000065 - ], - [ - -122.22001327599997, - 37.82490324300005 - ], - [ - -122.22001226999998, - 37.82490218400005 - ], - [ - -122.21999264099998, - 37.824879906000035 - ], - [ - -122.21998378199999, - 37.82487112800004 - ], - [ - -122.21965521099997, - 37.82451676000005 - ], - [ - -122.21942677799996, - 37.824523542000065 - ], - [ - -122.219410827, - 37.824524016000055 - ], - [ - -122.21935760999997, - 37.824525649000066 - ], - [ - -122.219326965, - 37.82452655900005 - ], - [ - -122.21923359599998, - 37.824526166000055 - ], - [ - -122.21909902899995, - 37.824525633000064 - ], - [ - -122.21909891799999, - 37.824525633000064 - ], - [ - -122.21909024099995, - 37.824525599000026 - ], - [ - -122.21909006899995, - 37.82452559800004 - ], - [ - -122.21908994399996, - 37.82452559700005 - ], - [ - -122.21908629399996, - 37.82452557600004 - ], - [ - -122.21907729599997, - 37.82442964400008 - ], - [ - -122.21907182199999, - 37.82437099200007 - ], - [ - -122.21906636199998, - 37.824342030000025 - ], - [ - -122.21905778599995, - 37.82429688000008 - ], - [ - -122.21894948399995, - 37.82422669500005 - ], - [ - -122.21853968899995, - 37.82396112500004 - ], - [ - -122.21853964099995, - 37.82396109300004 - ], - [ - -122.21833203199998, - 37.82382600400007 - ], - [ - -122.21833149099996, - 37.82382628200003 - ], - [ - -122.21832976899998, - 37.82382716600006 - ], - [ - -122.21832707899995, - 37.82382854700006 - ], - [ - -122.21832168499998, - 37.82383131800003 - ], - [ - -122.21831270599995, - 37.82383592800005 - ], - [ - -122.21830254599996, - 37.82384114700005 - ], - [ - -122.21827257999996, - 37.82385653600005 - ], - [ - -122.21827078599995, - 37.82385745800008 - ], - [ - -122.21826885299998, - 37.823858450000046 - ], - [ - -122.21826873599997, - 37.823858511000026 - ], - [ - -122.21826875, - 37.82385848700005 - ], - [ - -122.21830213099997, - 37.82380583400004 - ], - [ - -122.21799339699999, - 37.823604465000074 - ], - [ - -122.21795409299995, - 37.82357878900007 - ], - [ - -122.21797763999996, - 37.823542900000064 - ], - [ - -122.21770055899998, - 37.823364681000044 - ], - [ - -122.21737391, - 37.82319859200004 - ], - [ - -122.21720300499999, - 37.823008952000066 - ], - [ - -122.21720063799995, - 37.82300632700003 - ], - [ - -122.21720024299998, - 37.82300588800007 - ], - [ - -122.217198457, - 37.82300563900003 - ], - [ - -122.21700251099998, - 37.82297839100005 - ], - [ - -122.21697783499997, - 37.82297496000007 - ], - [ - -122.21697757499999, - 37.82297492400005 - ], - [ - -122.21697699899994, - 37.82297457100003 - ], - [ - -122.21682013199995, - 37.82287854200007 - ], - [ - -122.21657378199995, - 37.82272772600004 - ], - [ - -122.21620821, - 37.82244064200006 - ], - [ - -122.21620671799997, - 37.822439614000075 - ], - [ - -122.21620129999997, - 37.82243524000006 - ], - [ - -122.21605761, - 37.82232838300007 - ], - [ - -122.216057235, - 37.82232810600004 - ], - [ - -122.21605686299995, - 37.82232784000007 - ], - [ - -122.21599666999998, - 37.82228496100004 - ], - [ - -122.21593222999996, - 37.82223905500007 - ], - [ - -122.21593570199997, - 37.82223589300003 - ], - [ - -122.21570681299994, - 37.822078986000065 - ], - [ - -122.21570626699997, - 37.82207861200004 - ], - [ - -122.21548288699995, - 37.821925855000075 - ], - [ - -122.21548327399995, - 37.82192687600008 - ], - [ - -122.21535138099995, - 37.82183606500007 - ], - [ - -122.21528233999999, - 37.82178216700004 - ], - [ - -122.21522116699998, - 37.82180477900005 - ], - [ - -122.21517248199996, - 37.82176677100006 - ], - [ - -122.21488061499997, - 37.821537514000056 - ], - [ - -122.21488051199998, - 37.82153743400005 - ], - [ - -122.21488041699996, - 37.821537370000044 - ], - [ - -122.21478830799998, - 37.821479269000065 - ], - [ - -122.21476971199996, - 37.82146755400004 - ], - [ - -122.21476926099996, - 37.82146727200006 - ], - [ - -122.21476879199997, - 37.82146699100008 - ], - [ - -122.21461839199998, - 37.821377374000065 - ], - [ - -122.21448143799995, - 37.82129576700004 - ], - [ - -122.21434542599997, - 37.821214722000036 - ], - [ - -122.21416659099998, - 37.82111353400006 - ], - [ - -122.21413263099998, - 37.82109432300007 - ], - [ - -122.21397844399996, - 37.820993491000024 - ], - [ - -122.213722744, - 37.820826268000076 - ], - [ - -122.21371668599994, - 37.82082231000004 - ], - [ - -122.21371495299996, - 37.820821178000074 - ], - [ - -122.21371470999998, - 37.82082101900005 - ], - [ - -122.21371249899994, - 37.82081957300005 - ], - [ - -122.21346259599994, - 37.82066574400005 - ], - [ - -122.21343676199996, - 37.820649841000034 - ], - [ - -122.21332985, - 37.82057270400003 - ], - [ - -122.21332864899995, - 37.820571839000024 - ], - [ - -122.21332760099995, - 37.82057108400005 - ], - [ - -122.21322024199998, - 37.82050723100008 - ], - [ - -122.212915077, - 37.82032574400006 - ], - [ - -122.21284818099997, - 37.820280671000035 - ], - [ - -122.21281131699999, - 37.82025583600006 - ], - [ - -122.21276909799997, - 37.82022692100003 - ], - [ - -122.21253935599998, - 37.82008462500005 - ], - [ - -122.21253723499996, - 37.82008330100007 - ], - [ - -122.21240790299998, - 37.820010214000035 - ], - [ - -122.21230373299994, - 37.81995152700006 - ], - [ - -122.21215985799995, - 37.81985228100007 - ], - [ - -122.2119353, - 37.819713414000034 - ], - [ - -122.21150284, - 37.819445949000055 - ], - [ - -122.21136921599998, - 37.81935865600008 - ], - [ - -122.21038431999995, - 37.81873718600008 - ], - [ - -122.21029051799997, - 37.81867799400004 - ], - [ - -122.21020177999998, - 37.81862253400004 - ], - [ - -122.21054516299995, - 37.81838382800004 - ], - [ - -122.21093369099998, - 37.81811450300006 - ], - [ - -122.21108539199997, - 37.81801136100006 - ], - [ - -122.211536965, - 37.81769854300006 - ], - [ - -122.21163719799995, - 37.81762534500007 - ], - [ - -122.211822569, - 37.81747814100004 - ], - [ - -122.21188721299995, - 37.81742153000005 - ], - [ - -122.21195336599999, - 37.81736219900006 - ], - [ - -122.21201604199996, - 37.81730223400007 - ], - [ - -122.21207868099998, - 37.81724089700003 - ], - [ - -122.21213782999996, - 37.81717823500003 - ], - [ - -122.21219694499996, - 37.81711420200003 - ], - [ - -122.21225090499996, - 37.81705161600007 - ], - [ - -122.21235354399994, - 37.81692308800007 - ], - [ - -122.21240049799997, - 37.81685717100004 - ], - [ - -122.21244743899996, - 37.816790566000066 - ], - [ - -122.21249088199994, - 37.81672264100007 - ], - [ - -122.212532582, - 37.81665405100006 - ], - [ - -122.21262735199997, - 37.81647827100005 - ], - [ - -122.21273370899996, - 37.81651435800006 - ], - [ - -122.21273375399994, - 37.816514374000064 - ], - [ - -122.21273456399996, - 37.81651356700007 - ], - [ - -122.212751202, - 37.81649700100007 - ], - [ - -122.212838998, - 37.816409597000074 - ], - [ - -122.21284094299995, - 37.81628768600007 - ], - [ - -122.21272638499994, - 37.81626082100007 - ], - [ - -122.21274965699996, - 37.81619957000004 - ], - [ - -122.21277249899998, - 37.816134205000026 - ], - [ - -122.21289492999995, - 37.81615268400003 - ], - [ - -122.21295985799998, - 37.81606169400004 - ], - [ - -122.21298317099996, - 37.81602901700006 - ], - [ - -122.21312427099997, - 37.815861975000075 - ], - [ - -122.21318558499996, - 37.81578975800005 - ], - [ - -122.213161706, - 37.81567616900003 - ], - [ - -122.21307843799997, - 37.81523223500005 - ], - [ - -122.21313561599999, - 37.815031445000045 - ], - [ - -122.21320182799997, - 37.81480614600008 - ], - [ - -122.21320649999996, - 37.814790885000036 - ], - [ - -122.21321665899995, - 37.814759743000025 - ], - [ - -122.21323137499996, - 37.814715454000066 - ], - [ - -122.21323387399997, - 37.814707930000054 - ], - [ - -122.213259731, - 37.81463010500005 - ], - [ - -122.21330065599994, - 37.81455297600007 - ], - [ - -122.21320917199995, - 37.81451080900007 - ], - [ - -122.21328774899996, - 37.81441888200004 - ], - [ - -122.21334175799996, - 37.81435776600006 - ], - [ - -122.21343958899996, - 37.81424706300004 - ], - [ - -122.21354001799995, - 37.81409796300005 - ], - [ - -122.2136451699999, - 37.81394979000004 - ], - [ - -122.21369179899995, - 37.81384854800007 - ], - [ - -122.21373794199997, - 37.81374762200005 - ], - [ - -122.21378583299997, - 37.81364735400007 - ], - [ - -122.21383544899999, - 37.813547060000076 - ], - [ - -122.21388689799994, - 37.81345086500005 - ], - [ - -122.21391870099995, - 37.81340370800007 - ], - [ - -122.21395053299995, - 37.81335792300007 - ], - [ - -122.21398586099997, - 37.813313461000064 - ], - [ - -122.21402293399996, - 37.81326966000006 - ], - [ - -122.21405485099996, - 37.813227307000034 - ], - [ - -122.21409023999996, - 37.813185592000025 - ], - [ - -122.21410736299998, - 37.81315850200008 - ], - [ - -122.214118881, - 37.81314959100007 - ], - [ - -122.214128889, - 37.81314184900003 - ], - [ - -122.21415077299997, - 37.81312549800003 - ], - [ - -122.21417301499997, - 37.81310944900008 - ], - [ - -122.21419561099998, - 37.81309371100008 - ], - [ - -122.21418776399997, - 37.81308794600005 - ], - [ - -122.21421043299995, - 37.81306779500005 - ], - [ - -122.21425287299996, - 37.81303146700003 - ], - [ - -122.21429880399995, - 37.812996465000026 - ], - [ - -122.21434650299994, - 37.81296281400006 - ], - [ - -122.21474014599994, - 37.81269202800007 - ], - [ - -122.21478102699996, - 37.81266328000004 - ], - [ - -122.21482014699995, - 37.812633181000024 - ], - [ - -122.21485750599999, - 37.812601735000044 - ], - [ - -122.21489310299995, - 37.81256894200004 - ], - [ - -122.214928666, - 37.81253477800004 - ], - [ - -122.214960771, - 37.81250066200005 - ], - [ - -122.215021402, - 37.81242767800006 - ], - [ - -122.21504823499998, - 37.812390210000046 - ], - [ - -122.21511822399998, - 37.81227245300005 - ], - [ - -122.21574735099995, - 37.81239665000004 - ], - [ - -122.21577794899997, - 37.81240614600006 - ], - [ - -122.21577868599996, - 37.812404670000035 - ], - [ - -122.21577933199995, - 37.812403379000045 - ], - [ - -122.21594601399994, - 37.81244121800006 - ], - [ - -122.216113136, - 37.812479162000045 - ], - [ - -122.21628008, - 37.812517067000044 - ], - [ - -122.21661318699995, - 37.812592695000035 - ], - [ - -122.21677936699996, - 37.81263042000006 - ], - [ - -122.21694859499996, - 37.81266884300004 - ], - [ - -122.21719839899998, - 37.81272555500004 - ], - [ - -122.217446957, - 37.812781984000026 - ], - [ - -122.21761400799994, - 37.81281990900004 - ], - [ - -122.21772421499998, - 37.81284492300006 - ], - [ - -122.21787323899997, - 37.812829785000076 - ], - [ - -122.21794913899998, - 37.81289599100006 - ], - [ - -122.21807737999995, - 37.812925103000055 - ], - [ - -122.21803171699997, - 37.81300131900008 - ], - [ - -122.21808718399996, - 37.81302223300003 - ], - [ - -122.21813723399998, - 37.812938694000024 - ], - [ - -122.21841995499994, - 37.813002880000056 - ], - [ - -122.218723131, - 37.81307170700006 - ], - [ - -122.21906829399995, - 37.81315006800003 - ], - [ - -122.21934255899998, - 37.813212331000045 - ], - [ - -122.21978779299997, - 37.81331340700007 - ], - [ - -122.22022476599994, - 37.813412604000064 - ], - [ - -122.22064078499994, - 37.81347143700003 - ], - [ - -122.22100703199999, - 37.81355345600008 - ], - [ - -122.22123486699996, - 37.81362557600005 - ], - [ - -122.221622546, - 37.81370624900006 - ], - [ - -122.22172738499995, - 37.81367414300007 - ], - [ - -122.22167793899996, - 37.81373487600007 - ], - [ - -122.22171937699994, - 37.81374563800006 - ], - [ - -122.22254535199994, - 37.81396016000008 - ], - [ - -122.22270927699998, - 37.81400273600008 - ], - [ - -122.22320106199999, - 37.81412731800003 - ], - [ - -122.22322689499998, - 37.81413392300004 - ], - [ - -122.22323132899999, - 37.81413496500005 - ], - [ - -122.22323573399996, - 37.81413599700005 - ], - [ - -122.22350766099999, - 37.814196527000036 - ], - [ - -122.22354525199995, - 37.814204896000035 - ], - [ - -122.22380641599995, - 37.81426906000007 - ], - [ - -122.22381124999998, - 37.814340893000065 - ], - [ - -122.22397770799995, - 37.81433934700004 - ], - [ - -122.22441323199996, - 37.81434370200003 - ], - [ - -122.22441564499997, - 37.814413657000046 - ], - [ - -122.224417373, - 37.81441366400003 - ], - [ - -122.22441739199996, - 37.81441323800004 - ], - [ - -122.22463666399995, - 37.81441386800003 - ], - [ - -122.22463835399998, - 37.814413874000024 - ], - [ - -122.22464463399996, - 37.81441389100007 - ], - [ - -122.22464657599994, - 37.814413898000055 - ], - [ - -122.22465098999999, - 37.81441390900005 - ], - [ - -122.22465518699994, - 37.81441392200003 - ], - [ - -122.22465896799997, - 37.814413933000026 - ], - [ - -122.22465971699995, - 37.81441393500006 - ], - [ - -122.22465971399998, - 37.81441468300005 - ], - [ - -122.22465945299996, - 37.81447190000006 - ], - [ - -122.22488046599995, - 37.814523404000056 - ], - [ - -122.22512248699996, - 37.81458286700007 - ], - [ - -122.22533184399998, - 37.814627415000075 - ], - [ - -122.22559041199997, - 37.81468840700006 - ], - [ - -122.225848983, - 37.81474940100003 - ], - [ - -122.22600788099999, - 37.81478688000004 - ], - [ - -122.22601535299998, - 37.81478864300004 - ], - [ - -122.22601968199996, - 37.814789665000035 - ], - [ - -122.22602133099997, - 37.81479005400007 - ], - [ - -122.226022361, - 37.81479029700006 - ], - [ - -122.22623167599994, - 37.81483967300005 - ], - [ - -122.22636612599996, - 37.81487138700004 - ], - [ - -122.22657297399996, - 37.81492019500007 - ], - [ - -122.22665549199996, - 37.81493963500003 - ], - [ - -122.22665772499994, - 37.81494016100004 - ], - [ - -122.22665995799997, - 37.814940688000036 - ], - [ - -122.22666535099995, - 37.81494195500005 - ], - [ - -122.22681085799996, - 37.81497617000008 - ], - [ - -122.22681261599996, - 37.814976615000035 - ], - [ - -122.22681437299997, - 37.81497705900006 - ], - [ - -122.22712246599997, - 37.81504866000006 - ], - [ - -122.22721913799995, - 37.81507258700003 - ], - [ - -122.22735382599996, - 37.81510307800005 - ], - [ - -122.22772625299996, - 37.81519220200005 - ], - [ - -122.22773367099995, - 37.81519864200004 - ], - [ - -122.22779015199995, - 37.81524768500003 - ], - [ - -122.22783634799998, - 37.815224347000026 - ], - [ - -122.22783097999996, - 37.81521686900004 - ], - [ - -122.22784491899995, - 37.81522010400005 - ], - [ - -122.22814262999998, - 37.81529265000006 - ], - [ - -122.22824507899998, - 37.815315258000055 - ], - [ - -122.22843149999994, - 37.81535640000004 - ], - [ - -122.22865632499997, - 37.81542172300004 - ], - [ - -122.22880679999997, - 37.81545610000006 - ], - [ - -122.228972076, - 37.81549386000006 - ], - [ - -122.22922502899996, - 37.81555165000003 - ], - [ - -122.22941202399994, - 37.81560778000005 - ], - [ - -122.22932597599998, - 37.81555547900007 - ], - [ - -122.22950885999995, - 37.815602926000054 - ], - [ - -122.229748885, - 37.81565090600003 - ], - [ - -122.22995261299997, - 37.81570581100004 - ], - [ - -122.23006923399998, - 37.81573723500003 - ], - [ - -122.23030101199998, - 37.81578903700006 - ], - [ - -122.23083873899998, - 37.81591303400006 - ], - [ - -122.23129041799996, - 37.81597988200008 - ], - [ - -122.23174283199995, - 37.816078306000065 - ], - [ - -122.23183327499999, - 37.816096205000065 - ], - [ - -122.23207357299998, - 37.816155853000055 - ], - [ - -122.23216791099998, - 37.81619223600006 - ], - [ - -122.23230541499998, - 37.816203151000025 - ], - [ - -122.23230553599996, - 37.81620316000004 - ], - [ - -122.23230563099997, - 37.81620319000007 - ], - [ - -122.23258657199995, - 37.816288995000036 - ], - [ - -122.23259020699999, - 37.816290106000054 - ], - [ - -122.23259384399995, - 37.816291216000025 - ], - [ - -122.23260832499994, - 37.81629563900003 - ], - [ - -122.23263312699999, - 37.816302746000076 - ], - [ - -122.23267652099997, - 37.816315184000075 - ], - [ - -122.23281573199995, - 37.81635508200003 - ], - [ - -122.23317137799995, - 37.81646110100007 - ], - [ - -122.23312243899994, - 37.81644122000006 - ], - [ - -122.23317715699994, - 37.81644405600008 - ], - [ - -122.233382528, - 37.81652639400005 - ], - [ - -122.23352199299995, - 37.816556458000036 - ], - [ - -122.23365645999996, - 37.81654617300006 - ], - [ - -122.23379434599997, - 37.81653562300005 - ], - [ - -122.23393222699997, - 37.81652507500007 - ], - [ - -122.23395149799995, - 37.81664903800004 - ], - [ - -122.23409585899998, - 37.81668015400004 - ], - [ - -122.23424021299996, - 37.81671127200008 - ], - [ - -122.23430751999996, - 37.81672578000007 - ], - [ - -122.234384579, - 37.81674239000006 - ], - [ - -122.23452893999996, - 37.816773503000036 - ], - [ - -122.23467315599999, - 37.81680458500006 - ], - [ - -122.23473378099999, - 37.81681769200003 - ], - [ - -122.23488950399997, - 37.816862970000045 - ], - [ - -122.23494466499994, - 37.81685532400007 - ], - [ - -122.235001722, - 37.81684964600004 - ], - [ - -122.23510536999999, - 37.81683988200007 - ], - [ - -122.23513882599997, - 37.81686411000004 - ], - [ - -122.23517949999996, - 37.816900598000075 - ], - [ - -122.23521163099997, - 37.81694201000005 - ], - [ - -122.23523345999996, - 37.81698701000005 - ], - [ - -122.23524185599996, - 37.81702150800004 - ], - [ - -122.23532574499995, - 37.81700968600006 - ], - [ - -122.23545688699994, - 37.81699127700006 - ], - [ - -122.23570727199996, - 37.81695700200004 - ], - [ - -122.23572655399994, - 37.81704773800004 - ], - [ - -122.235777, - 37.81705798300004 - ], - [ - -122.23621870799997, - 37.81714964100007 - ], - [ - -122.23621879599995, - 37.81714965900005 - ], - [ - -122.236218883, - 37.817149682000036 - ], - [ - -122.23652558499998, - 37.81723512000008 - ], - [ - -122.23652561999995, - 37.81723512900004 - ], - [ - -122.23656736099997, - 37.817244806000076 - ], - [ - -122.23678489699995, - 37.81729310400004 - ], - [ - -122.23707529599994, - 37.81734788500006 - ], - [ - -122.23721868499996, - 37.81737747900007 - ], - [ - -122.23744903999994, - 37.81742227900003 - ], - [ - -122.23762893299994, - 37.81755398000007 - ], - [ - -122.23773724199998, - 37.81752148400005 - ], - [ - -122.23781971199998, - 37.817496737000056 - ], - [ - -122.23782948499996, - 37.81749386300004 - ], - [ - -122.23787822399999, - 37.817479578000075 - ], - [ - -122.238194594, - 37.81738633200007 - ], - [ - -122.23819654299996, - 37.817390352000075 - ], - [ - -122.23819829899998, - 37.81738985700008 - ], - [ - -122.23820335299996, - 37.81740118100004 - ], - [ - -122.23819216199996, - 37.81741943700007 - ], - [ - -122.23818625799998, - 37.81742917300005 - ], - [ - -122.23812037899995, - 37.81754399300007 - ], - [ - -122.23811317999997, - 37.817555965000054 - ], - [ - -122.23814305199994, - 37.81756250500007 - ], - [ - -122.23844134099994, - 37.81762780500003 - ], - [ - -122.23870120699996, - 37.81768469100007 - ], - [ - -122.23870755399997, - 37.817686080000044 - ], - [ - -122.23870976999996, - 37.81768656400004 - ], - [ - -122.23870980399994, - 37.81768657200007 - ], - [ - -122.23894257299997, - 37.81762447500006 - ], - [ - -122.23903272899997, - 37.817601093000064 - ], - [ - -122.23929416899995, - 37.817839141000036 - ], - [ - -122.239361, - 37.81789998800008 - ], - [ - -122.23951150499994, - 37.81793390400003 - ], - [ - -122.23960777199994, - 37.817958461000046 - ], - [ - -122.23969638499995, - 37.81789728100006 - ], - [ - -122.23982584499998, - 37.818014091000066 - ], - [ - -122.23988441899996, - 37.81802903300007 - ], - [ - -122.23999742399997, - 37.81795037300003 - ], - [ - -122.24001683999995, - 37.81793686300006 - ], - [ - -122.24012351999994, - 37.817862611000066 - ], - [ - -122.24041559499994, - 37.81812810400004 - ], - [ - -122.24047310999998, - 37.818178905000025 - ], - [ - -122.24059529999994, - 37.81809375100005 - ], - [ - -122.24065393799998, - 37.818144819000054 - ], - [ - -122.24074890999998, - 37.81822849800005 - ], - [ - -122.24106203699995, - 37.81829915600008 - ], - [ - -122.24108181899999, - 37.81830361800007 - ], - [ - -122.24120368099994, - 37.81821873200005 - ], - [ - -122.24123099299999, - 37.81819970300006 - ], - [ - -122.24125050499998, - 37.818186111000045 - ], - [ - -122.24129766599998, - 37.81815325900004 - ], - [ - -122.24136063999998, - 37.818165683000075 - ], - [ - -122.24142111099997, - 37.818177612000056 - ], - [ - -122.24148476299996, - 37.818190171000026 - ], - [ - -122.24158910199998, - 37.81821075600004 - ], - [ - -122.24175708699994, - 37.81824389900004 - ], - [ - -122.24169694199998, - 37.818442419000064 - ], - [ - -122.24186357899998, - 37.81848002000004 - ], - [ - -122.24201712999997, - 37.818514665000066 - ], - [ - -122.24215964499996, - 37.81854682100004 - ], - [ - -122.24218458399997, - 37.81860876400003 - ], - [ - -122.24247938299999, - 37.81856260200004 - ], - [ - -122.24266409599994, - 37.81850115700007 - ], - [ - -122.24269977499995, - 37.818570761000046 - ], - [ - -122.24277915899995, - 37.81871077100004 - ], - [ - -122.24280383499996, - 37.81871685900006 - ], - [ - -122.24294035899999, - 37.81875055300003 - ], - [ - -122.24295994899995, - 37.818755390000035 - ], - [ - -122.243022, - 37.81873213700004 - ], - [ - -122.243027854, - 37.81873927600003 - ], - [ - -122.2430475099999, - 37.81872760600004 - ], - [ - -122.24308491699998, - 37.81876932000006 - ], - [ - -122.24310431799995, - 37.81879102200003 - ], - [ - -122.24321813799997, - 37.81881911200003 - ], - [ - -122.24323259199997, - 37.81883047600007 - ], - [ - -122.24337497399995, - 37.81873203200007 - ], - [ - -122.243484863, - 37.818652436000036 - ], - [ - -122.24349457499994, - 37.81866434300008 - ], - [ - -122.24367382499997, - 37.818851222000035 - ], - [ - -122.24375545299995, - 37.81893585000006 - ], - [ - -122.24401311199995, - 37.818996593000065 - ], - [ - -122.24433149199996, - 37.81906261600005 - ], - [ - -122.24435230899996, - 37.81906436700007 - ], - [ - -122.24437497099996, - 37.81907090000004 - ], - [ - -122.24477281699996, - 37.81912956600007 - ], - [ - -122.24497113399997, - 37.81917672000003 - ], - [ - -122.24505791999997, - 37.81925261300006 - ], - [ - -122.24505794699996, - 37.819252636000044 - ], - [ - -122.24506026399996, - 37.81925469000004 - ], - [ - -122.24517814499995, - 37.819359107000025 - ], - [ - -122.24516670599996, - 37.81938811800006 - ], - [ - -122.24521890299997, - 37.81939901900006 - ], - [ - -122.24555330499999, - 37.819704459000036 - ], - [ - -122.24558833499998, - 37.81979527100003 - ], - [ - -122.24600547199998, - 37.82015854000008 - ], - [ - -122.24608698799994, - 37.82023836400003 - ], - [ - -122.24612434, - 37.820280387000025 - ], - [ - -122.24615996899996, - 37.82032312300004 - ], - [ - -122.24619388599996, - 37.82036656900004 - ], - [ - -122.24622610899996, - 37.82041141500008 - ], - [ - -122.24628366899998, - 37.82050326500007 - ], - [ - -122.24639897499998, - 37.820694520000075 - ], - [ - -122.24641894999996, - 37.82072800800006 - ], - [ - -122.24649948599995, - 37.82069852700005 - ], - [ - -122.24741084099998, - 37.82146237300003 - ], - [ - -122.24766047199995, - 37.82162279600004 - ], - [ - -122.24772655899994, - 37.82166920900005 - ], - [ - -122.24794390699998, - 37.82182186000006 - ], - [ - -122.24802649499998, - 37.82187982500005 - ], - [ - -122.24809871899998, - 37.82193090900006 - ], - [ - -122.24812583499994, - 37.82195017200007 - ], - [ - -122.24816578999997, - 37.82197855600003 - ], - [ - -122.24817807599999, - 37.82198731700004 - ], - [ - -122.24823010299997, - 37.82202397400005 - ], - [ - -122.24825729, - 37.82204315000007 - ], - [ - -122.24827932999995, - 37.822058740000045 - ], - [ - -122.24841400899999, - 37.82215412100004 - ], - [ - -122.24847914799994, - 37.82219985200004 - ], - [ - -122.24873094999998, - 37.822378781000054 - ], - [ - -122.24881577499997, - 37.822438469000076 - ], - [ - -122.24883125099996, - 37.82244944200005 - ], - [ - -122.24893368399995, - 37.82252204900004 - ], - [ - -122.24896688599995, - 37.82254558300008 - ], - [ - -122.24911652599997, - 37.82265049200004 - ], - [ - -122.24915877599994, - 37.822680079000065 - ], - [ - -122.24932255099998, - 37.82279713600008 - ], - [ - -122.24940049399999, - 37.82284889700003 - ], - [ - -122.24936890499998, - 37.82286974300007 - ], - [ - -122.24936379399998, - 37.82287311500005 - ], - [ - -122.24936322699995, - 37.82287349000006 - ], - [ - -122.24936090399996, - 37.82287502300005 - ], - [ - -122.24936087199995, - 37.82287504300007 - ], - [ - -122.249359014, - 37.82287626900006 - ], - [ - -122.24935878499997, - 37.82287642000006 - ], - [ - -122.24935856099995, - 37.82287656900007 - ], - [ - -122.24935839099999, - 37.822876680000036 - ], - [ - -122.24935723899995, - 37.82287744000007 - ], - [ - -122.24935540999996, - 37.822878650000064 - ], - [ - -122.24935491199994, - 37.82287897600003 - ], - [ - -122.24935473, - 37.822879096000065 - ], - [ - -122.24935347899998, - 37.82287992200003 - ], - [ - -122.24935344299996, - 37.82287994600006 - ], - [ - -122.24933868499994, - 37.822889684000074 - ], - [ - -122.24933858099996, - 37.82288975200004 - ], - [ - -122.24933776499995, - 37.82289029000003 - ], - [ - -122.249337417, - 37.822890519000055 - ], - [ - -122.249336987, - 37.82289080400005 - ], - [ - -122.24933682799997, - 37.82289090800003 - ], - [ - -122.24933675699998, - 37.82289095700003 - ], - [ - -122.24933266799997, - 37.82289364500008 - ], - [ - -122.24933262199994, - 37.82289369600005 - ], - [ - -122.24932704399998, - 37.822897383000054 - ], - [ - -122.24922309799996, - 37.822965991000046 - ], - [ - -122.249211372, - 37.82297369400004 - ], - [ - -122.24920766499997, - 37.82297614000004 - ], - [ - -122.24920732899994, - 37.82297636100003 - ], - [ - -122.24916364799998, - 37.823005186000046 - ], - [ - -122.24915690199998, - 37.82300963700004 - ], - [ - -122.24915874599998, - 37.82301104000004 - ], - [ - -122.24915966599997, - 37.82301174100007 - ], - [ - -122.24911364299999, - 37.82304263700007 - ], - [ - -122.24910535499998, - 37.82304832900007 - ], - [ - -122.24910183399999, - 37.82305074800007 - ], - [ - -122.24909989099996, - 37.82305205600005 - ], - [ - -122.24909788099995, - 37.82305340700003 - ], - [ - -122.24901479699997, - 37.82310934100008 - ], - [ - -122.24894829899995, - 37.82315290400004 - ], - [ - -122.24886646599998, - 37.82320698800004 - ], - [ - -122.24883917799997, - 37.82322456300005 - ], - [ - -122.248721532, - 37.823301843000024 - ], - [ - -122.24869084199997, - 37.82332221300004 - ], - [ - -122.248780475, - 37.82337856600003 - ], - [ - -122.24911622299999, - 37.82359264400003 - ], - [ - -122.24918834699997, - 37.823641019000036 - ], - [ - -122.24929026899997, - 37.82371493200003 - ], - [ - -122.24877819199997, - 37.82419411700005 - ], - [ - -122.24820290499997, - 37.824732367000024 - ], - [ - -122.24815790799994, - 37.824796785000046 - ], - [ - -122.24811909799996, - 37.82485234100005 - ], - [ - -122.24805215899994, - 37.82494816600007 - ], - [ - -122.24803072799995, - 37.82501979700004 - ], - [ - -122.24800178499999, - 37.82511653200004 - ], - [ - -122.24797986599998, - 37.82518683400008 - ], - [ - -122.24783422099995, - 37.825766506000036 - ], - [ - -122.24769028499998, - 37.82607068000004 - ], - [ - -122.24758846399999, - 37.82628585700007 - ], - [ - -122.24755209699998, - 37.82628570900005 - ], - [ - -122.24750547899998, - 37.826291205000075 - ], - [ - -122.24745905299994, - 37.82630494000006 - ], - [ - -122.24740945199994, - 37.826331082000024 - ], - [ - -122.24736238699995, - 37.82635985600007 - ], - [ - -122.24568033199995, - 37.827388101000054 - ], - [ - -122.24553858999997, - 37.827471916000036 - ], - [ - -122.24549597599997, - 37.82750070000003 - ], - [ - -122.24547056199998, - 37.827524425000036 - ], - [ - -122.24542458899998, - 37.82755737800005 - ], - [ - -122.24442989599999, - 37.828186 - ], - [ - -122.24422399199995, - 37.828339431000074 - ], - [ - -122.24414494499996, - 37.828659913000024 - ], - [ - -122.24407170799998, - 37.82871181300004 - ], - [ - -122.24401414999994, - 37.82876759700008 - ], - [ - -122.24396362299996, - 37.82882808800008 - ], - [ - -122.24394013199998, - 37.82886002400005 - ], - [ - -122.24390185599998, - 37.828925825000056 - ], - [ - -122.24387056199998, - 37.82899426900008 - ], - [ - -122.24385753799999, - 37.829029484000046 - ], - [ - -122.24380511499999, - 37.82923008800003 - ], - [ - -122.24378560999997, - 37.82928462600006 - ], - [ - -122.24377072799996, - 37.829314373000045 - ], - [ - -122.24374235099998, - 37.82935942800003 - ], - [ - -122.24370523599998, - 37.82940117800007 - ], - [ - -122.24366108599997, - 37.829438227000026 - ], - [ - -122.243606538, - 37.82947474200006 - ], - [ - -122.24355690299996, - 37.82949951000006 - ], - [ - -122.24349508999995, - 37.82952170900006 - ], - [ - -122.24342964999994, - 37.82953709700007 - ], - [ - -122.24336230499995, - 37.82954495800004 - ], - [ - -122.24348153899996, - 37.82960843400008 - ], - [ - -122.24360325799995, - 37.82971735900003 - ], - [ - -122.24360406499994, - 37.829718083000046 - ], - [ - -122.24360487299998, - 37.82971880700006 - ], - [ - -122.24363589599994, - 37.829746569000065 - ], - [ - -122.24356502999996, - 37.82979609900008 - ], - [ - -122.24353198299997, - 37.829819196000074 - ], - [ - -122.24346641699998, - 37.829762268000025 - ], - [ - -122.24346632799995, - 37.829762327000026 - ], - [ - -122.24337092099995, - 37.829838051000024 - ], - [ - -122.24349380099994, - 37.82993427500003 - ], - [ - -122.24354908599997, - 37.829977565000036 - ], - [ - -122.24363597799999, - 37.83004531300003 - ], - [ - -122.24362003199997, - 37.830049307000024 - ], - [ - -122.24360300799998, - 37.830052952000074 - ], - [ - -122.24358069899995, - 37.83005759900004 - ], - [ - -122.24354246299998, - 37.83006418700006 - ], - [ - -122.24348891699998, - 37.830069785000035 - ], - [ - -122.24346989199995, - 37.83007093500004 - ], - [ - -122.24342491999994, - 37.83007279200007 - ], - [ - -122.24338508899996, - 37.830072692000044 - ], - [ - -122.24334521399999, - 37.83007053400007 - ], - [ - -122.24330701999997, - 37.83006629400006 - ], - [ - -122.24326706399995, - 37.830060701000036 - ], - [ - -122.24324070799997, - 37.83005518200008 - ], - [ - -122.243190498, - 37.83004466700004 - ], - [ - -122.24311566299997, - 37.83002860700003 - ], - [ - -122.24307562899997, - 37.83001958300008 - ], - [ - -122.24303390399996, - 37.83001264400008 - ], - [ - -122.24295229399996, - 37.83000286300006 - ], - [ - -122.24291068499997, - 37.83000073100004 - ], - [ - -122.24286910899997, - 37.82999997200005 - ], - [ - -122.24282758299995, - 37.83000127300005 - ], - [ - -122.242786073, - 37.83000325900008 - ], - [ - -122.24274635899997, - 37.830007968000075 - ], - [ - -122.24270492499994, - 37.83001338500003 - ], - [ - -122.24266354499997, - 37.830020862000026 - ], - [ - -122.24258433999995, - 37.830039888000044 - ], - [ - -122.242546533, - 37.83005212000006 - ], - [ - -122.24115247499998, - 37.83041467500004 - ], - [ - -122.24110598199997, - 37.83042566300003 - ], - [ - -122.24105772299998, - 37.83043530300006 - ], - [ - -122.24101115099995, - 37.83044285500006 - ], - [ - -122.24096282399995, - 37.83044975100006 - ], - [ - -122.24091447399996, - 37.83045527200005 - ], - [ - -122.24086606799995, - 37.83045873300006 - ], - [ - -122.23949306199995, - 37.83047341300005 - ], - [ - -122.23941717899999, - 37.83047453300003 - ], - [ - -122.23925106099995, - 37.830481864000035 - ], - [ - -122.23907825199996, - 37.83049677200006 - ], - [ - -122.23871917499997, - 37.83054326700005 - ], - [ - -122.23848938999998, - 37.83056519200005 - ], - [ - -122.23820789499996, - 37.83058852600004 - ], - [ - -122.23813340799995, - 37.83059470200004 - ], - [ - -122.23805475499995, - 37.83060122000006 - ], - [ - -122.23795537099994, - 37.83060945700004 - ], - [ - -122.23789318399997, - 37.83061586700006 - ], - [ - -122.23783104899996, - 37.83062433600003 - ], - [ - -122.23777068499999, - 37.83063483700005 - ], - [ - -122.23771036499994, - 37.83064671300008 - ], - [ - -122.23765009699997, - 37.83066133300008 - ], - [ - -122.23758986499996, - 37.83067733000007 - ], - [ - -122.23753141599997, - 37.83069535800007 - ], - [ - -122.23747474199996, - 37.830715422000026 - ], - [ - -122.237418118, - 37.830737541000076 - ], - [ - -122.23736326, - 37.83076101000006 - ], - [ - -122.23732546699995, - 37.830773925000074 - ], - [ - -122.23728589799998, - 37.83078481100006 - ], - [ - -122.23724627499996, - 37.83079363500008 - ], - [ - -122.23720662299996, - 37.83080108400003 - ], - [ - -122.23716519599998, - 37.83080650200003 - ], - [ - -122.23715973499998, - 37.83080660400003 - ], - [ - -122.23712544399996, - 37.83080983600007 - ], - [ - -122.23709422199994, - 37.830807546000074 - ], - [ - -122.23706296899996, - 37.83080388600007 - ], - [ - -122.23708770499996, - 37.830898973000046 - ], - [ - -122.23714116399998, - 37.831037586000036 - ], - [ - -122.23684165999998, - 37.83111409800006 - ], - [ - -122.23669186799998, - 37.831150638000054 - ], - [ - -122.23654207399994, - 37.83118717800005 - ], - [ - -122.23638540499996, - 37.831225878000055 - ], - [ - -122.23624499599998, - 37.831259945000056 - ], - [ - -122.23624288399998, - 37.83126045700004 - ], - [ - -122.23624226399994, - 37.83126060700005 - ], - [ - -122.23624077399995, - 37.83126096800004 - ], - [ - -122.23623479799994, - 37.831262441000035 - ], - [ - -122.23612543999997, - 37.831289362000064 - ], - [ - -122.23601354899995, - 37.831316971000035 - ], - [ - -122.23589644799995, - 37.83134555700008 - ], - [ - -122.23578109699997, - 37.831373951000046 - ], - [ - -122.23566400599998, - 37.831402180000055 - ], - [ - -122.23555036299996, - 37.83143019600004 - ], - [ - -122.23544016599999, - 37.83145725800006 - ], - [ - -122.23535236599997, - 37.83147867500003 - ], - [ - -122.23522354099998, - 37.83115301300006 - ], - [ - -122.23508366799996, - 37.83116949300006 - ], - [ - -122.23495769099998, - 37.831187827000065 - ], - [ - -122.23491259399998, - 37.831195653000066 - ], - [ - -122.23483181599994, - 37.83120967200006 - ], - [ - -122.23433310399997, - 37.83128172900007 - ], - [ - -122.23420539199998, - 37.83130005600003 - ], - [ - -122.23410528899996, - 37.83131455400007 - ], - [ - -122.23400001799996, - 37.83132980800008 - ], - [ - -122.23389994099995, - 37.831344408000064 - ], - [ - -122.23379637099998, - 37.83135952400005 - ], - [ - -122.23370247599996, - 37.83137323700004 - ], - [ - -122.23369280199995, - 37.83137464400005 - ], - [ - -122.23356161299995, - 37.831393683000044 - ], - [ - -122.23353186299994, - 37.83139799700007 - ], - [ - -122.23353109599998, - 37.831398112000045 - ], - [ - -122.23353060599999, - 37.83139818300003 - ], - [ - -122.23353056299999, - 37.831398189000026 - ], - [ - -122.23353046699998, - 37.83139820100007 - ], - [ - -122.23353034899998, - 37.83139821800006 - ], - [ - -122.23352981299996, - 37.83139829100003 - ], - [ - -122.23352976099994, - 37.83139829900006 - ], - [ - -122.23352924799997, - 37.83139836700008 - ], - [ - -122.23352372699998, - 37.831399117000046 - ], - [ - -122.233434247, - 37.831425155000034 - ], - [ - -122.23325194799997, - 37.831478649000076 - ], - [ - -122.23309545399997, - 37.83152489400004 - ], - [ - -122.23295970399994, - 37.83156410600003 - ], - [ - -122.23294269599995, - 37.83156894000007 - ], - [ - -122.23294237099998, - 37.83156903400004 - ], - [ - -122.23285235299994, - 37.83159724500007 - ], - [ - -122.23275156199998, - 37.831628832000035 - ], - [ - -122.23251263399999, - 37.831704444000025 - ], - [ - -122.23239096999998, - 37.83146245300003 - ], - [ - -122.23227010599999, - 37.83132894900007 - ], - [ - -122.232242843, - 37.83134788900003 - ], - [ - -122.23221554699995, - 37.83136545700006 - ], - [ - -122.23218984099998, - 37.83137682200004 - ], - [ - -122.23216409799994, - 37.83138681400004 - ], - [ - -122.23213659299995, - 37.83139545800003 - ], - [ - -122.23209503599998, - 37.83140415200006 - ], - [ - -122.23205211099997, - 37.83141112000004 - ], - [ - -122.23197310399996, - 37.83141544500006 - ], - [ - -122.23140184199997, - 37.83144671100007 - ], - [ - -122.23134689199998, - 37.83156063600006 - ], - [ - -122.23076221199995, - 37.832562781000036 - ], - [ - -122.230787712, - 37.83265417000007 - ], - [ - -122.23080639299997, - 37.83272111800005 - ], - [ - -122.22973151399998, - 37.83300085500008 - ], - [ - -122.22916195199997, - 37.833149082000034 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Oceanside, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -117.26233276099998, - 33.29997595200007 - ], - [ - -117.262332776, - 33.29997783600004 - ], - [ - -117.26252914399998, - 33.29997839200007 - ], - [ - -117.26276478899996, - 33.299979060000055 - ], - [ - -117.26364616499995, - 33.299981556000034 - ], - [ - -117.26395673899998, - 33.29998243400007 - ], - [ - -117.264764706, - 33.29998470900006 - ], - [ - -117.2650238, - 33.29998543900007 - ], - [ - -117.26575727599999, - 33.29998750200008 - ], - [ - -117.26582272899998, - 33.299987686000065 - ], - [ - -117.26588818299996, - 33.29998787100004 - ], - [ - -117.26598592499994, - 33.29998814600003 - ], - [ - -117.26742744099994, - 33.299992185000065 - ], - [ - -117.26743784899998, - 33.299992211000074 - ], - [ - -117.26778282599997, - 33.299993175000054 - ], - [ - -117.267971564, - 33.29999370300004 - ], - [ - -117.26805664099999, - 33.299993941000025 - ], - [ - -117.26819968299998, - 33.299994334000075 - ], - [ - -117.26820301999999, - 33.29999434700005 - ], - [ - -117.268271202, - 33.29999453500005 - ], - [ - -117.2682713199999, - 33.29999589400006 - ], - [ - -117.268297868, - 33.299994612000035 - ], - [ - -117.269202985, - 33.29999713300003 - ], - [ - -117.26983607699998, - 33.299998893000065 - ], - [ - -117.26984058699998, - 33.29999543200006 - ], - [ - -117.27081524299996, - 33.299247646000026 - ], - [ - -117.27082026699998, - 33.29924750200007 - ], - [ - -117.27082529499995, - 33.29924736000004 - ], - [ - -117.27084421299998, - 33.29923294300005 - ], - [ - -117.27187681799995, - 33.29843766000005 - ], - [ - -117.27189642199994, - 33.29842256100005 - ], - [ - -117.27213611699995, - 33.29823795100003 - ], - [ - -117.27495317499995, - 33.296068183000045 - ], - [ - -117.27553865199997, - 33.29561721300007 - ], - [ - -117.27620231699996, - 33.29510600900005 - ], - [ - -117.27648494699997, - 33.29488830300005 - ], - [ - -117.27686593099997, - 33.294594834000065 - ], - [ - -117.276869337, - 33.294592212000055 - ], - [ - -117.27687274199997, - 33.29458959100003 - ], - [ - -117.27759149199994, - 33.294036506000054 - ], - [ - -117.27871639199998, - 33.29317086000003 - ], - [ - -117.27881739599997, - 33.293093027000054 - ], - [ - -117.27928163699994, - 33.29273528700003 - ], - [ - -117.28009783099998, - 33.29210631500007 - ], - [ - -117.28154454499997, - 33.29099142700005 - ], - [ - -117.28374336099995, - 33.28929776600006 - ], - [ - -117.28377580199998, - 33.289272760000074 - ], - [ - -117.28382409399995, - 33.289235535000046 - ], - [ - -117.28391915399999, - 33.28916225800003 - ], - [ - -117.28392175299996, - 33.28916025500007 - ], - [ - -117.2839243499999, - 33.28915825100006 - ], - [ - -117.28460327499994, - 33.28863457400007 - ], - [ - -117.28611012599998, - 33.28747224700004 - ], - [ - -117.28818938499995, - 33.285868297000036 - ], - [ - -117.28913757099997, - 33.285150386000055 - ], - [ - -117.28939602499997, - 33.284951586000034 - ], - [ - -117.289456912, - 33.284904751000056 - ], - [ - -117.28991966999996, - 33.284548795000035 - ], - [ - -117.29067142699995, - 33.28397053300006 - ], - [ - -117.29090918199995, - 33.283787645000075 - ], - [ - -117.29114875699997, - 33.283603355000025 - ], - [ - -117.29122381899998, - 33.28354561500004 - ], - [ - -117.29132353699998, - 33.28346890800003 - ], - [ - -117.29152085199996, - 33.283317124000064 - ], - [ - -117.29170279699997, - 33.28317716400005 - ], - [ - -117.29170976999995, - 33.28317180000005 - ], - [ - -117.29174230899997, - 33.28314676900004 - ], - [ - -117.29188430799996, - 33.28303753800003 - ], - [ - -117.29199530099999, - 33.28295215500003 - ], - [ - -117.29205987899996, - 33.28290247900003 - ], - [ - -117.29221083899995, - 33.28278635000004 - ], - [ - -117.29223178299998, - 33.28277023700008 - ], - [ - -117.29240317799997, - 33.282638392000024 - ], - [ - -117.29257457399996, - 33.28250654000004 - ], - [ - -117.29271546099994, - 33.28239816300004 - ], - [ - -117.29274597199998, - 33.282374693000065 - ], - [ - -117.29291765799996, - 33.282242619000044 - ], - [ - -117.29310415699996, - 33.28209914800004 - ], - [ - -117.29317844699995, - 33.28204199900006 - ], - [ - -117.29329003099997, - 33.28195616200003 - ], - [ - -117.29346183399997, - 33.28182399700006 - ], - [ - -117.29363534899994, - 33.28169051000003 - ], - [ - -117.29368263099997, - 33.28165413600004 - ], - [ - -117.29381149499994, - 33.28155500300005 - ], - [ - -117.29398501199995, - 33.28142151900005 - ], - [ - -117.29401573799998, - 33.28139788100003 - ], - [ - -117.29408752299997, - 33.28134265800003 - ], - [ - -117.29415879299995, - 33.281287829000064 - ], - [ - -117.29444788499995, - 33.28106542800003 - ], - [ - -117.29468884, - 33.28088005800004 - ], - [ - -117.29651619899994, - 33.27947417900003 - ], - [ - -117.29651688099995, - 33.27947365400007 - ], - [ - -117.29663324399996, - 33.27938412700007 - ], - [ - -117.296687035, - 33.279342746000054 - ], - [ - -117.29669138099996, - 33.27933940200006 - ], - [ - -117.29674336999994, - 33.279299405000074 - ], - [ - -117.29691407399997, - 33.27916807200006 - ], - [ - -117.29739777199995, - 33.27879593000006 - ], - [ - -117.29777656699997, - 33.27850449300007 - ], - [ - -117.297839738, - 33.27845589000003 - ], - [ - -117.29784130799999, - 33.27845468100003 - ], - [ - -117.29784227599998, - 33.27845393500007 - ], - [ - -117.29784481299998, - 33.27845197800008 - ], - [ - -117.29807188299998, - 33.27827621600005 - ], - [ - -117.298117661, - 33.27824078200007 - ], - [ - -117.29822555499999, - 33.278157770000064 - ], - [ - -117.29960476999997, - 33.27709659400006 - ], - [ - -117.29960481299997, - 33.277096562000054 - ], - [ - -117.29973751299997, - 33.27699446100007 - ], - [ - -117.29987021, - 33.276892359000044 - ], - [ - -117.30001034199995, - 33.27678453900006 - ], - [ - -117.30015572999997, - 33.276672673000064 - ], - [ - -117.300233086, - 33.27661315300003 - ], - [ - -117.30029096199996, - 33.27656862300006 - ], - [ - -117.30033668799996, - 33.27653343900005 - ], - [ - -117.30042619299996, - 33.276464571000076 - ], - [ - -117.30050880899995, - 33.27640100200006 - ], - [ - -117.30056021699994, - 33.276361448000046 - ], - [ - -117.30069303199997, - 33.276259252000045 - ], - [ - -117.30082411899997, - 33.27615841100004 - ], - [ - -117.30105093299994, - 33.27598387300003 - ], - [ - -117.30122297899999, - 33.27585148600008 - ], - [ - -117.30164485399996, - 33.27554691900008 - ], - [ - -117.30180243099994, - 33.27542650400005 - ], - [ - -117.30198070899996, - 33.27529027200006 - ], - [ - -117.30212984199994, - 33.27517631100005 - ], - [ - -117.302272142, - 33.27506756900004 - ], - [ - -117.30239502799998, - 33.274975502000075 - ], - [ - -117.30256433999995, - 33.27484557100007 - ], - [ - -117.30268751199998, - 33.274751055000024 - ], - [ - -117.302800059, - 33.274664690000066 - ], - [ - -117.30282091799995, - 33.274648683000066 - ], - [ - -117.30295612199996, - 33.27454493100004 - ], - [ - -117.30296304099994, - 33.27453962200008 - ], - [ - -117.30296347899997, - 33.27453928600005 - ], - [ - -117.30296996299995, - 33.27453431200007 - ], - [ - -117.30299486699994, - 33.27451528000006 - ], - [ - -117.30307907099996, - 33.274450933000026 - ], - [ - -117.30311205899994, - 33.274425724000025 - ], - [ - -117.30324913199996, - 33.274320972000055 - ], - [ - -117.30338459199999, - 33.27421745300006 - ], - [ - -117.30351358099995, - 33.27411948900004 - ], - [ - -117.30352191099996, - 33.27411311700007 - ], - [ - -117.303653995, - 33.27401205700005 - ], - [ - -117.30380304399995, - 33.27389802300007 - ], - [ - -117.30389630199994, - 33.27382667200004 - ], - [ - -117.30394184799997, - 33.27379182300007 - ], - [ - -117.30404422199996, - 33.27371349800006 - ], - [ - -117.30408226399999, - 33.27368439600008 - ], - [ - -117.30410539999997, - 33.27366669200006 - ], - [ - -117.30419877299994, - 33.27359525400004 - ], - [ - -117.30420990299996, - 33.27358670800004 - ], - [ - -117.30421034099999, - 33.27358637100008 - ], - [ - -117.30422103199999, - 33.273578162000035 - ], - [ - -117.30435653799998, - 33.27347468800008 - ], - [ - -117.30440507699996, - 33.27343739300005 - ], - [ - -117.30446583699995, - 33.27339070600004 - ], - [ - -117.30459411699997, - 33.273292137000055 - ], - [ - -117.30471858399994, - 33.27319669600007 - ], - [ - -117.30472936599995, - 33.27318842900007 - ], - [ - -117.30486606599999, - 33.273083331000066 - ], - [ - -117.30500817899997, - 33.27297442500003 - ], - [ - -117.30518233999999, - 33.272840174000066 - ], - [ - -117.30518664299996, - 33.27283685700007 - ], - [ - -117.30519094599998, - 33.27283354000008 - ], - [ - -117.30528115799996, - 33.27276384800007 - ], - [ - -117.30543612599996, - 33.272646472000076 - ], - [ - -117.30543638599994, - 33.27264622100006 - ], - [ - -117.30544223199996, - 33.27264057900004 - ], - [ - -117.30544833799996, - 33.27263468500007 - ], - [ - -117.30550580199997, - 33.27259081500006 - ], - [ - -117.30556692899995, - 33.272544151000034 - ], - [ - -117.30729642899996, - 33.271223805000034 - ], - [ - -117.30733440899996, - 33.271194809000065 - ], - [ - -117.30763137199995, - 33.27096809400007 - ], - [ - -117.30763765499995, - 33.27096329800003 - ], - [ - -117.30764393799996, - 33.27095850200004 - ], - [ - -117.30795009599996, - 33.27072427100006 - ], - [ - -117.30810533799996, - 33.270605501000034 - ], - [ - -117.30843157199996, - 33.270355908000056 - ], - [ - -117.308795278, - 33.27007764200005 - ], - [ - -117.30977107399997, - 33.26933106100006 - ], - [ - -117.31008787399998, - 33.269088673000056 - ], - [ - -117.31129183699994, - 33.26816748500005 - ], - [ - -117.31191068199996, - 33.26769397600003 - ], - [ - -117.31245151299998, - 33.26727933600006 - ], - [ - -117.31262188999995, - 33.267147358000045 - ], - [ - -117.31275472399994, - 33.267045213000074 - ], - [ - -117.31276109399994, - 33.26704031400004 - ], - [ - -117.31284141799995, - 33.26697581800005 - ], - [ - -117.31408487399995, - 33.265977382000074 - ], - [ - -117.31410067699994, - 33.26596469200007 - ], - [ - -117.32001809599996, - 33.26140040800004 - ], - [ - -117.32199904899994, - 33.25987227300004 - ], - [ - -117.32199921699998, - 33.25987214300005 - ], - [ - -117.32199930599995, - 33.25987207500003 - ], - [ - -117.32200189499997, - 33.25987007800006 - ], - [ - -117.32279689499995, - 33.259256777000076 - ], - [ - -117.32665418499994, - 33.25628089300005 - ], - [ - -117.32710291199999, - 33.255934678000074 - ], - [ - -117.32944687799994, - 33.25412614500004 - ], - [ - -117.33118596699995, - 33.25278422700006 - ], - [ - -117.33143994799997, - 33.25255243400005 - ], - [ - -117.33144484199994, - 33.252547967000055 - ], - [ - -117.33167969099998, - 33.25236712100008 - ], - [ - -117.33343078899998, - 33.251018636000026 - ], - [ - -117.33428921599995, - 33.25035755400006 - ], - [ - -117.33429146199995, - 33.25035582400005 - ], - [ - -117.33429371099999, - 33.250354092000066 - ], - [ - -117.33515580999995, - 33.249690163000025 - ], - [ - -117.33563179999999, - 33.249323581000056 - ], - [ - -117.33583029999994, - 33.249174304000064 - ], - [ - -117.33613089699998, - 33.24894824300003 - ], - [ - -117.33647923499996, - 33.248686279000026 - ], - [ - -117.33709150899995, - 33.24822581500007 - ], - [ - -117.33786203699998, - 33.24764632900008 - ], - [ - -117.33928719799997, - 33.24657447900006 - ], - [ - -117.33943102499995, - 33.24646630500007 - ], - [ - -117.33978315899998, - 33.246201460000066 - ], - [ - -117.33992185599999, - 33.24609714300004 - ], - [ - -117.34119373199997, - 33.24514052600006 - ], - [ - -117.34164406599996, - 33.244801804000076 - ], - [ - -117.34166533299998, - 33.244785809000064 - ], - [ - -117.34177947899997, - 33.244699953000065 - ], - [ - -117.34265126899999, - 33.244044221000024 - ], - [ - -117.34265350099997, - 33.24404246000006 - ], - [ - -117.34346908699996, - 33.24339906400007 - ], - [ - -117.34357564399994, - 33.243315005000056 - ], - [ - -117.34370158699994, - 33.243215650000025 - ], - [ - -117.34384601899995, - 33.243101710000076 - ], - [ - -117.34413536699998, - 33.242873443000065 - ], - [ - -117.34413541199996, - 33.24287340700005 - ], - [ - -117.34413545799998, - 33.24287337100003 - ], - [ - -117.34461717699998, - 33.24249333600005 - ], - [ - -117.34475813899996, - 33.24238212800003 - ], - [ - -117.34481457399994, - 33.242337606000035 - ], - [ - -117.34513785599995, - 33.24208256500003 - ], - [ - -117.34653108299995, - 33.24096234000007 - ], - [ - -117.347397248, - 33.240265882000074 - ], - [ - -117.34807855199995, - 33.239741657000025 - ], - [ - -117.34820561699996, - 33.23964388700006 - ], - [ - -117.348205641, - 33.23964386800003 - ], - [ - -117.34837857199994, - 33.239510806000055 - ], - [ - -117.34838261299996, - 33.239431850000074 - ], - [ - -117.34838362699998, - 33.239412026000025 - ], - [ - -117.34838368099997, - 33.239411002000054 - ], - [ - -117.34850625699994, - 33.23932406100005 - ], - [ - -117.34894438999999, - 33.23901330800004 - ], - [ - -117.34943653599998, - 33.238664234000055 - ], - [ - -117.34951745399997, - 33.23860683800007 - ], - [ - -117.34958413399994, - 33.238559545000044 - ], - [ - -117.34959936499996, - 33.238548742000035 - ], - [ - -117.34969371899996, - 33.238481818000025 - ], - [ - -117.34976203699995, - 33.23843336300007 - ], - [ - -117.34988212299999, - 33.23834818500006 - ], - [ - -117.35022098599995, - 33.238107832000026 - ], - [ - -117.350274991, - 33.23806626600003 - ], - [ - -117.35027737099995, - 33.238064433000034 - ], - [ - -117.35064525499996, - 33.23778130000005 - ], - [ - -117.35102424699994, - 33.23748961300004 - ], - [ - -117.35112365999998, - 33.237413100000026 - ], - [ - -117.35112443699995, - 33.23741250300003 - ], - [ - -117.35119460199996, - 33.23735850200006 - ], - [ - -117.35132170599996, - 33.23726067600006 - ], - [ - -117.35136530799997, - 33.23722711900007 - ], - [ - -117.35148646, - 33.23713387300006 - ], - [ - -117.35148780199995, - 33.23713284300004 - ], - [ - -117.35153750399996, - 33.23709459000003 - ], - [ - -117.3515387, - 33.23709367200007 - ], - [ - -117.351573036, - 33.23706724200002 - ], - [ - -117.35159832299996, - 33.23704778000007 - ], - [ - -117.35170834599995, - 33.236963100000025 - ], - [ - -117.35182535799999, - 33.23687304300006 - ], - [ - -117.35187663299996, - 33.23683357900006 - ], - [ - -117.35195299799994, - 33.23677480300006 - ], - [ - -117.35200398799998, - 33.23673555700003 - ], - [ - -117.35204979099996, - 33.23670030300008 - ], - [ - -117.35222095999995, - 33.236568559000034 - ], - [ - -117.35241978799996, - 33.23641907900003 - ], - [ - -117.352490032, - 33.236366271000065 - ], - [ - -117.35249395899996, - 33.236363320000066 - ], - [ - -117.35300309099995, - 33.23597087700006 - ], - [ - -117.35517698799998, - 33.23429517900007 - ], - [ - -117.35739408199998, - 33.23258608300006 - ], - [ - -117.36072032899995, - 33.23001533300004 - ], - [ - -117.36075778499998, - 33.22998638300004 - ], - [ - -117.360761401, - 33.22998358900003 - ], - [ - -117.36173330999998, - 33.22923416500004 - ], - [ - -117.36226642399998, - 33.22882307900005 - ], - [ - -117.36227363399996, - 33.22881753200005 - ], - [ - -117.36227387999998, - 33.22881734200007 - ], - [ - -117.36228084599998, - 33.22881198500005 - ], - [ - -117.36365914399994, - 33.22775165500008 - ], - [ - -117.36366136399994, - 33.22774994800005 - ], - [ - -117.36568963199994, - 33.226189514000055 - ], - [ - -117.36596490399995, - 33.22597779800003 - ], - [ - -117.36622543199996, - 33.22577742000004 - ], - [ - -117.36629700199995, - 33.22572237400004 - ], - [ - -117.36633937999994, - 33.225689800000055 - ], - [ - -117.36639525099997, - 33.22564685400005 - ], - [ - -117.36691693999995, - 33.22524585700006 - ], - [ - -117.36819296099998, - 33.224265013000036 - ], - [ - -117.36914017799995, - 33.223536738000064 - ], - [ - -117.37041389299998, - 33.22255739600007 - ], - [ - -117.37052811899997, - 33.222469568000065 - ], - [ - -117.37087188299995, - 33.22220524700003 - ], - [ - -117.37092655599997, - 33.22216320900003 - ], - [ - -117.37106356199996, - 33.22205786400008 - ], - [ - -117.37106607199996, - 33.222055933000036 - ], - [ - -117.37106857799995, - 33.222054006000064 - ], - [ - -117.37128396399999, - 33.22188868600006 - ], - [ - -117.37134849599994, - 33.221839153000076 - ], - [ - -117.37140584799994, - 33.22179513200007 - ], - [ - -117.37227583099997, - 33.22112735200005 - ], - [ - -117.37272667499997, - 33.22078128600003 - ], - [ - -117.37285557299998, - 33.22068234500006 - ], - [ - -117.37286067399998, - 33.22067840900007 - ], - [ - -117.37286577599997, - 33.22067447400008 - ], - [ - -117.37290720699997, - 33.22064251900008 - ], - [ - -117.37316769799997, - 33.220441609000034 - ], - [ - -117.37326493899997, - 33.22036661200008 - ], - [ - -117.37342922, - 33.22024062600008 - ], - [ - -117.37359464999997, - 33.22011297100005 - ], - [ - -117.37372926899997, - 33.220009090000076 - ], - [ - -117.37387608999995, - 33.219895790000066 - ], - [ - -117.37401931899996, - 33.21978526800007 - ], - [ - -117.37417113199996, - 33.21966811100003 - ], - [ - -117.37430618199994, - 33.21956390100007 - ], - [ - -117.37431436199995, - 33.21955758900003 - ], - [ - -117.374328505, - 33.21954667600005 - ], - [ - -117.37444917699997, - 33.219453559000044 - ], - [ - -117.37459055599999, - 33.219344454000066 - ], - [ - -117.37467946099997, - 33.21927584800005 - ], - [ - -117.37473222299997, - 33.21923513300004 - ], - [ - -117.37479146899994, - 33.21918941200005 - ], - [ - -117.37487383499996, - 33.21912585100006 - ], - [ - -117.37496869699999, - 33.21905264700007 - ], - [ - -117.37501365699995, - 33.21901795100007 - ], - [ - -117.37507794499999, - 33.21896833900007 - ], - [ - -117.37515867199994, - 33.21890604400005 - ], - [ - -117.37517173799995, - 33.218895960000054 - ], - [ - -117.37529849299995, - 33.218798141000036 - ], - [ - -117.37530287699997, - 33.21879626100008 - ], - [ - -117.37530725799996, - 33.218794382000056 - ], - [ - -117.37541267799998, - 33.21871053800004 - ], - [ - -117.37543667099999, - 33.218691456000045 - ], - [ - -117.37557986399997, - 33.21858090100005 - ], - [ - -117.37571843399996, - 33.21847457400003 - ], - [ - -117.37575408199996, - 33.218447035000054 - ], - [ - -117.37586659399994, - 33.21836011500005 - ], - [ - -117.37596138499998, - 33.218286884000065 - ], - [ - -117.37600813899996, - 33.21825076700003 - ], - [ - -117.37613768899996, - 33.21815068300003 - ], - [ - -117.37628942599997, - 33.21803345700005 - ], - [ - -117.37628990299999, - 33.21803308900007 - ], - [ - -117.37644116999996, - 33.217916229000025 - ], - [ - -117.376450563, - 33.21790897100004 - ], - [ - -117.37645995899999, - 33.21790171400005 - ], - [ - -117.37656528699995, - 33.21782034200004 - ], - [ - -117.37723045499996, - 33.21730645500003 - ], - [ - -117.37726290599994, - 33.21728149000006 - ], - [ - -117.37767768699996, - 33.216961963000074 - ], - [ - -117.37776057299999, - 33.216898110000045 - ], - [ - -117.37780059699998, - 33.21686727800005 - ], - [ - -117.37784413499998, - 33.21683373800005 - ], - [ - -117.37786205299994, - 33.21681993400006 - ], - [ - -117.37789448199999, - 33.21679495200004 - ], - [ - -117.37790280599995, - 33.21678853900005 - ], - [ - -117.37790678899995, - 33.21678547000005 - ], - [ - -117.37791112899998, - 33.216782125000066 - ], - [ - -117.37794252099997, - 33.216758352000056 - ], - [ - -117.378056142, - 33.21667230700007 - ], - [ - -117.37808523499996, - 33.21664986600007 - ], - [ - -117.3781533699999, - 33.21659731200003 - ], - [ - -117.37825815199994, - 33.21651757400008 - ], - [ - -117.37832165299994, - 33.216469250000046 - ], - [ - -117.37846736299997, - 33.21635798500006 - ], - [ - -117.378609843, - 33.216249497000035 - ], - [ - -117.37867505399998, - 33.21619790600005 - ], - [ - -117.37875992699998, - 33.216130761000045 - ], - [ - -117.37890309299996, - 33.21602018700003 - ], - [ - -117.37902668799995, - 33.21592804800002 - ], - [ - -117.37904693899998, - 33.215912950000074 - ], - [ - -117.37919516299996, - 33.21579863100004 - ], - [ - -117.37934545199994, - 33.21568271700005 - ], - [ - -117.37949050099996, - 33.21557084600005 - ], - [ - -117.37963828999995, - 33.21545604000005 - ], - [ - -117.37980689999995, - 33.215325059000065 - ], - [ - -117.379837292, - 33.21530144900004 - ], - [ - -117.38005486199995, - 33.21513243100003 - ], - [ - -117.38016388799997, - 33.21504799400003 - ], - [ - -117.38042731699994, - 33.214843332000044 - ], - [ - -117.38057184199994, - 33.214730993000046 - ], - [ - -117.38071799799997, - 33.21461742100007 - ], - [ - -117.38079733, - 33.214555776000054 - ], - [ - -117.38086415799995, - 33.21450384700006 - ], - [ - -117.38099026999998, - 33.214406041000075 - ], - [ - -117.38100883699997, - 33.214391642000066 - ], - [ - -117.38114817099995, - 33.21428330500004 - ], - [ - -117.38129767599997, - 33.21416705900003 - ], - [ - -117.38145234799998, - 33.21404678300007 - ], - [ - -117.38185260299997, - 33.21373693500004 - ], - [ - -117.382752042, - 33.21304063100007 - ], - [ - -117.38306567299998, - 33.21279782600004 - ], - [ - -117.38309936899998, - 33.21277173900006 - ], - [ - -117.38321995499996, - 33.21267838400007 - ], - [ - -117.38341077999996, - 33.21253154500005 - ], - [ - -117.38352981299994, - 33.212439947000064 - ], - [ - -117.38396458099999, - 33.212105387000065 - ], - [ - -117.38402603299994, - 33.21205749300003 - ], - [ - -117.38451408499998, - 33.211677214000076 - ], - [ - -117.38451500499997, - 33.21167650600006 - ], - [ - -117.384539126, - 33.21165797700007 - ], - [ - -117.38461200599994, - 33.21160198800004 - ], - [ - -117.38474564999996, - 33.211497189000056 - ], - [ - -117.38482833699999, - 33.21143234800007 - ], - [ - -117.38487768099998, - 33.21139365600004 - ], - [ - -117.38492849499994, - 33.21135381000005 - ], - [ - -117.38501469899995, - 33.211286210000026 - ], - [ - -117.38507230899995, - 33.21124103600005 - ], - [ - -117.38507730899994, - 33.21123711400003 - ], - [ - -117.38514367199997, - 33.21118561600008 - ], - [ - -117.38526693999995, - 33.211090768000076 - ], - [ - -117.38528205799997, - 33.21107913600002 - ], - [ - -117.38539211899996, - 33.21099346700004 - ], - [ - -117.38540074999997, - 33.21098674800004 - ], - [ - -117.38540938099999, - 33.21098003100008 - ], - [ - -117.38554525099994, - 33.210874266000076 - ], - [ - -117.38566079299994, - 33.210784328000045 - ], - [ - -117.38573200099995, - 33.21072870200004 - ], - [ - -117.38580648499999, - 33.21067305400004 - ], - [ - -117.38602403699997, - 33.21050402800006 - ], - [ - -117.38616581199994, - 33.21039491100004 - ], - [ - -117.386298534, - 33.210292002000074 - ], - [ - -117.38641505099997, - 33.21020023300008 - ], - [ - -117.386780263, - 33.20991728400003 - ], - [ - -117.38737297799997, - 33.20948008000005 - ], - [ - -117.38767129599995, - 33.20924497200008 - ], - [ - -117.38816912799996, - 33.20885262000007 - ], - [ - -117.38846744799997, - 33.20861750900008 - ], - [ - -117.38853865199997, - 33.20856188000005 - ], - [ - -117.38860663, - 33.208509040000024 - ], - [ - -117.38872238599998, - 33.208420266000076 - ], - [ - -117.38884431899999, - 33.208326756000076 - ], - [ - -117.38896634899999, - 33.20823317000003 - ], - [ - -117.38909745099994, - 33.208132627000055 - ], - [ - -117.38923188399997, - 33.20802953200007 - ], - [ - -117.38928145199998, - 33.207991519000075 - ], - [ - -117.389509837, - 33.20781636500004 - ], - [ - -117.38955444399994, - 33.20797811800003 - ], - [ - -117.38971416499999, - 33.20794090800007 - ], - [ - -117.39003034799998, - 33.20786655300003 - ], - [ - -117.39003058999998, - 33.20786648600006 - ], - [ - -117.39003111999995, - 33.20786633800003 - ], - [ - -117.39003131499999, - 33.20786628400003 - ], - [ - -117.39003140799997, - 33.20786625900007 - ], - [ - -117.39010201999997, - 33.207846655000026 - ], - [ - -117.39010205499994, - 33.20784658400004 - ], - [ - -117.39039949799997, - 33.207262025000034 - ], - [ - -117.39040010099995, - 33.20726083900007 - ], - [ - -117.39048139399995, - 33.20710107000008 - ], - [ - -117.39088571499997, - 33.207080130000065 - ], - [ - -117.392546343, - 33.206994112000075 - ], - [ - -117.39411208599995, - 33.20846937400006 - ], - [ - -117.39426920199998, - 33.20948487100003 - ], - [ - -117.39421040999997, - 33.20951993400007 - ], - [ - -117.39389366299997, - 33.20970883200005 - ], - [ - -117.39361389299995, - 33.209875675000035 - ], - [ - -117.39361384299997, - 33.20987570600005 - ], - [ - -117.39362192199997, - 33.20992808400007 - ], - [ - -117.39372602699996, - 33.21060304500003 - ], - [ - -117.39372813999995, - 33.21061674900005 - ], - [ - -117.39439406399998, - 33.21078376200006 - ], - [ - -117.394394036, - 33.21078384700007 - ], - [ - -117.39438857099998, - 33.21080187600006 - ], - [ - -117.39422359499997, - 33.21134603100006 - ], - [ - -117.39417104699999, - 33.211519355000064 - ], - [ - -117.39390232599999, - 33.212405690000026 - ], - [ - -117.39380159899997, - 33.21273792000005 - ], - [ - -117.39380171199997, - 33.21273799700003 - ], - [ - -117.394652324, - 33.213316674000055 - ], - [ - -117.394993796, - 33.21354897600003 - ], - [ - -117.39559985399995, - 33.21396126800005 - ], - [ - -117.39563918599998, - 33.21398802400006 - ], - [ - -117.39603309399996, - 33.21334862200007 - ], - [ - -117.39607126199996, - 33.213286667000034 - ], - [ - -117.39669687699995, - 33.21260698300006 - ], - [ - -117.396718766, - 33.212583203000065 - ], - [ - -117.39764384699998, - 33.21157814800006 - ], - [ - -117.39777588899994, - 33.21142244600003 - ], - [ - -117.39778051699994, - 33.21141699000003 - ], - [ - -117.39820312199998, - 33.210918667000044 - ], - [ - -117.39828906199995, - 33.210817329000065 - ], - [ - -117.39834635899996, - 33.21074976800003 - ], - [ - -117.39842629999998, - 33.210655504000044 - ], - [ - -117.39829677299997, - 33.21050715600006 - ], - [ - -117.39761927199999, - 33.209731188000035 - ], - [ - -117.39810851199996, - 33.209372372000075 - ], - [ - -117.39811569299997, - 33.209367101000055 - ], - [ - -117.39811585199999, - 33.20936698400004 - ], - [ - -117.39811600199994, - 33.20936686700003 - ], - [ - -117.39811105899997, - 33.20936091300007 - ], - [ - -117.39808302799997, - 33.20932709900006 - ], - [ - -117.39807938499996, - 33.20932270800006 - ], - [ - -117.397901903, - 33.20910868100003 - ], - [ - -117.39756755199994, - 33.208891634000054 - ], - [ - -117.397394551, - 33.20885434600007 - ], - [ - -117.39666579299995, - 33.20908236100007 - ], - [ - -117.39638727499994, - 33.20897774800005 - ], - [ - -117.39595391299997, - 33.208690131000026 - ], - [ - -117.39590255199994, - 33.20876003400008 - ], - [ - -117.39612731399995, - 33.20896157800007 - ], - [ - -117.39649213599995, - 33.20923463200006 - ], - [ - -117.39650433799994, - 33.20924164500008 - ], - [ - -117.39689105399998, - 33.20946389900007 - ], - [ - -117.39777674899995, - 33.210048587000074 - ], - [ - -117.39798459999997, - 33.210325846000046 - ], - [ - -117.39798464499995, - 33.21032590600004 - ], - [ - -117.39796756599998, - 33.21041296400006 - ], - [ - -117.397863944, - 33.21059055100005 - ], - [ - -117.39708162599999, - 33.211268698000026 - ], - [ - -117.39685689099997, - 33.21156930300003 - ], - [ - -117.39678126599995, - 33.21150348400005 - ], - [ - -117.39678119399997, - 33.21150342200008 - ], - [ - -117.39663046499999, - 33.211372236000045 - ], - [ - -117.396214107, - 33.21118431600007 - ], - [ - -117.39609290699997, - 33.211268965000045 - ], - [ - -117.39598839799999, - 33.211417191000066 - ], - [ - -117.39598882799999, - 33.21151313300004 - ], - [ - -117.39598882799999, - 33.21151325400007 - ], - [ - -117.39598888199998, - 33.21152542800007 - ], - [ - -117.39598888299997, - 33.21152553100006 - ], - [ - -117.396406, - 33.211859599000036 - ], - [ - -117.39654395099996, - 33.211937712000065 - ], - [ - -117.39654416599996, - 33.211937834000025 - ], - [ - -117.39532918199995, - 33.21320402200007 - ], - [ - -117.395102851, - 33.21317339600006 - ], - [ - -117.39446111299998, - 33.21271 - ], - [ - -117.39433891899995, - 33.21255822000006 - ], - [ - -117.39438984999998, - 33.21241454800003 - ], - [ - -117.39439013599997, - 33.212413741000034 - ], - [ - -117.39470333599996, - 33.21153020300005 - ], - [ - -117.3948782, - 33.21113084000007 - ], - [ - -117.39495093, - 33.210800031000076 - ], - [ - -117.39496397299996, - 33.21074070000003 - ], - [ - -117.39472100299997, - 33.20926474400005 - ], - [ - -117.39442598499994, - 33.208049376000076 - ], - [ - -117.394218073, - 33.208003940000026 - ], - [ - -117.39401021999998, - 33.207787549000045 - ], - [ - -117.39251586199998, - 33.206412374000024 - ], - [ - -117.392429054, - 33.20631613900008 - ], - [ - -117.38963439399998, - 33.20644658300006 - ], - [ - -117.38935694399999, - 33.205514813000036 - ], - [ - -117.38935691199998, - 33.20551470700008 - ], - [ - -117.38928725299996, - 33.205280765000055 - ], - [ - -117.38928731099998, - 33.20528073100007 - ], - [ - -117.391387023, - 33.20405432100006 - ], - [ - -117.39147483699998, - 33.20404281500004 - ], - [ - -117.39154495199995, - 33.20405516000005 - ], - [ - -117.39281115399996, - 33.20522872300006 - ], - [ - -117.39298451199994, - 33.205249664000064 - ], - [ - -117.39312363, - 33.205449685000076 - ], - [ - -117.39312370899995, - 33.205449799000064 - ], - [ - -117.39308846699998, - 33.205499674000066 - ], - [ - -117.39308840599995, - 33.205499761000056 - ], - [ - -117.39503406699998, - 33.20726903900004 - ], - [ - -117.39635295399995, - 33.20769337300004 - ], - [ - -117.39638276399995, - 33.207700173000035 - ], - [ - -117.39656213099994, - 33.20774109100006 - ], - [ - -117.39671829799994, - 33.207703793000064 - ], - [ - -117.39644527299998, - 33.20738260500008 - ], - [ - -117.39639920599996, - 33.20732841000006 - ], - [ - -117.39634642099998, - 33.20726631300005 - ], - [ - -117.39393843599998, - 33.204433410000036 - ], - [ - -117.39316691599998, - 33.20347982900006 - ], - [ - -117.39300209299995, - 33.20332158600007 - ], - [ - -117.39275945999998, - 33.20299097800006 - ], - [ - -117.39273498899996, - 33.20294596400004 - ], - [ - -117.39241988999999, - 33.20255649200004 - ], - [ - -117.39241984199998, - 33.202556437000055 - ], - [ - -117.39232062199994, - 33.202442251000036 - ], - [ - -117.39231715399995, - 33.202438260000065 - ], - [ - -117.39182900299994, - 33.202130166000074 - ], - [ - -117.39182868899996, - 33.202129968000065 - ], - [ - -117.391821086, - 33.202125170000045 - ], - [ - -117.39130123399997, - 33.20167190600006 - ], - [ - -117.39057096599998, - 33.200907390000054 - ], - [ - -117.39025988399999, - 33.200539642000024 - ], - [ - -117.38993034299995, - 33.20025497000006 - ], - [ - -117.38958827399995, - 33.19984236200003 - ], - [ - -117.38911384299996, - 33.19927009000003 - ], - [ - -117.38864180599995, - 33.198781386000064 - ], - [ - -117.38857533199996, - 33.19871255700008 - ], - [ - -117.388575286, - 33.19871250400007 - ], - [ - -117.38833198699996, - 33.198404492000066 - ], - [ - -117.388267725, - 33.19833117400003 - ], - [ - -117.38826747399997, - 33.19833089000008 - ], - [ - -117.38768886899999, - 33.19767075100003 - ], - [ - -117.38749810499996, - 33.197358259000055 - ], - [ - -117.38716904499995, - 33.19696751400005 - ], - [ - -117.38706189199996, - 33.19682622500005 - ], - [ - -117.38666552899997, - 33.19630358400008 - ], - [ - -117.38619616699998, - 33.19581422400006 - ], - [ - -117.38590130899996, - 33.19540226400005 - ], - [ - -117.385766548, - 33.195243247000064 - ], - [ - -117.38576610699994, - 33.19524272700005 - ], - [ - -117.38560572699998, - 33.19505347900002 - ], - [ - -117.38555273699995, - 33.195003722000024 - ], - [ - -117.38506723799998, - 33.19454783800006 - ], - [ - -117.38491203199999, - 33.194254785000055 - ], - [ - -117.38479144099995, - 33.19410125400003 - ], - [ - -117.38479117299994, - 33.19410091300006 - ], - [ - -117.38465157, - 33.193923175000066 - ], - [ - -117.38453907, - 33.19381998800003 - ], - [ - -117.38425206399995, - 33.19355673700005 - ], - [ - -117.383934045, - 33.19315886700008 - ], - [ - -117.38376634699995, - 33.192949061000036 - ], - [ - -117.38347198099996, - 33.19267740300006 - ], - [ - -117.38275909799995, - 33.19201949600006 - ], - [ - -117.38216918199998, - 33.191438729000026 - ], - [ - -117.38187290699994, - 33.19109220000007 - ], - [ - -117.38187288199998, - 33.19109217600004 - ], - [ - -117.38186567399998, - 33.191086625000025 - ], - [ - -117.38166493299997, - 33.19093217100004 - ], - [ - -117.38124819399997, - 33.19039774100003 - ], - [ - -117.38088357799995, - 33.18998978600007 - ], - [ - -117.38074547499997, - 33.189763138000046 - ], - [ - -117.38048448899997, - 33.189438274000054 - ], - [ - -117.38011992299994, - 33.18903934200006 - ], - [ - -117.37966875899997, - 33.188697071000036 - ], - [ - -117.37947769299996, - 33.18849232100007 - ], - [ - -117.37936991199996, - 33.18834885500007 - ], - [ - -117.37936974899998, - 33.18834864100006 - ], - [ - -117.37916447099997, - 33.188075397000034 - ], - [ - -117.37906988199995, - 33.18790603600007 - ], - [ - -117.37902654199996, - 33.187828437000064 - ], - [ - -117.37855744799998, - 33.18724199700006 - ], - [ - -117.37840636199996, - 33.18708716500004 - ], - [ - -117.37821040399996, - 33.18688634600005 - ], - [ - -117.37791453299997, - 33.186533015000066 - ], - [ - -117.37766610299997, - 33.18628882400003 - ], - [ - -117.37754999699996, - 33.18617469800006 - ], - [ - -117.37743991699995, - 33.18603512300007 - ], - [ - -117.37739031999996, - 33.185972236000055 - ], - [ - -117.37671768699994, - 33.18511936900006 - ], - [ - -117.37652190699998, - 33.184910984000055 - ], - [ - -117.37640442699995, - 33.18478594100003 - ], - [ - -117.37609253699998, - 33.184360008000056 - ], - [ - -117.37588436199997, - 33.184120997000036 - ], - [ - -117.37588436199997, - 33.18412086300003 - ], - [ - -117.37588478599997, - 33.18408263900005 - ], - [ - -117.37588471499998, - 33.18408255800006 - ], - [ - -117.37581767799998, - 33.184004979000065 - ], - [ - -117.37484199799997, - 33.18305701100007 - ], - [ - -117.37329073199999, - 33.18137249800003 - ], - [ - -117.37311532899997, - 33.18116949000006 - ], - [ - -117.36986687899997, - 33.17740954200008 - ], - [ - -117.36980951299995, - 33.177342742000064 - ], - [ - -117.36947863299997, - 33.17694889400008 - ], - [ - -117.36937221599999, - 33.176804176000076 - ], - [ - -117.36925246099997, - 33.176640346000056 - ], - [ - -117.36921321899996, - 33.176588149000054 - ], - [ - -117.36916862199996, - 33.17652882600004 - ], - [ - -117.36912065899998, - 33.17646502400004 - ], - [ - -117.36908621999999, - 33.176419217000046 - ], - [ - -117.36906665699996, - 33.17639445900005 - ], - [ - -117.36901298, - 33.17632652200007 - ], - [ - -117.36896330499997, - 33.17626366200005 - ], - [ - -117.36890962999996, - 33.17619573200005 - ], - [ - -117.36885595599995, - 33.17612780600007 - ], - [ - -117.36885572899996, - 33.176127518000044 - ], - [ - -117.36885550199997, - 33.176127233000045 - ], - [ - -117.36884941599999, - 33.17611952800007 - ], - [ - -117.36884038899996, - 33.176108105000026 - ], - [ - -117.36854434999998, - 33.17573169100007 - ], - [ - -117.36849483499998, - 33.175668734000055 - ], - [ - -117.36845833099994, - 33.17562231800002 - ], - [ - -117.36841275599994, - 33.17556450600006 - ], - [ - -117.36833160999998, - 33.175461573000064 - ], - [ - -117.36827802099998, - 33.17539359600005 - ], - [ - -117.36825689999995, - 33.17536680300003 - ], - [ - -117.36823242899999, - 33.17533576200003 - ], - [ - -117.36822323299998, - 33.17532442500004 - ], - [ - -117.36818594099998, - 33.17527846200005 - ], - [ - -117.36816706199994, - 33.17525917900008 - ], - [ - -117.36810611499999, - 33.17519693500003 - ], - [ - -117.368089909, - 33.17518038000003 - ], - [ - -117.36801308799994, - 33.175098981000076 - ], - [ - -117.36792205799998, - 33.175002524000035 - ], - [ - -117.36789444099998, - 33.17497325800008 - ], - [ - -117.36779537599995, - 33.17487226600008 - ], - [ - -117.36774211499994, - 33.174817965000045 - ], - [ - -117.36773185599998, - 33.17480724700005 - ], - [ - -117.36767198499996, - 33.17474470700006 - ], - [ - -117.36761664899996, - 33.174686902000076 - ], - [ - -117.36754940399999, - 33.174616652000054 - ], - [ - -117.36753343, - 33.17459996400004 - ], - [ - -117.36745425299995, - 33.17451801900006 - ], - [ - -117.36736021699994, - 33.174420687000065 - ], - [ - -117.36732808799997, - 33.17438743200006 - ], - [ - -117.367290186, - 33.17434793500007 - ], - [ - -117.36723090499999, - 33.174286161000055 - ], - [ - -117.367171628, - 33.17422439500007 - ], - [ - -117.36712935199995, - 33.17418033400003 - ], - [ - -117.36711329999997, - 33.17416093200006 - ], - [ - -117.36705533399999, - 33.174090877000026 - ], - [ - -117.36700563399995, - 33.17403080300005 - ], - [ - -117.36696006099999, - 33.17397572100003 - ], - [ - -117.36694378599998, - 33.17395644700002 - ], - [ - -117.36688339699998, - 33.173886123000045 - ], - [ - -117.36683619799999, - 33.173829031000025 - ], - [ - -117.36677528999996, - 33.17375689800008 - ], - [ - -117.36676428399994, - 33.17374386300003 - ], - [ - -117.36671730199998, - 33.17368686300006 - ], - [ - -117.36666513499995, - 33.17362357300004 - ], - [ - -117.36660884799994, - 33.17355528500008 - ], - [ - -117.36654843499997, - 33.17348198900004 - ], - [ - -117.36654561299997, - 33.17347856600003 - ], - [ - -117.36630030799995, - 33.17322734600003 - ], - [ - -117.36623970299996, - 33.17314284400004 - ], - [ - -117.36613050999995, - 33.172990593000065 - ], - [ - -117.36612662099998, - 33.17298517000006 - ], - [ - -117.36607729199994, - 33.17292932600003 - ], - [ - -117.36599124699995, - 33.172838316000025 - ], - [ - -117.36594813399995, - 33.172789231000024 - ], - [ - -117.36593511099994, - 33.17277545700006 - ], - [ - -117.36587856399996, - 33.172715648000064 - ], - [ - -117.36581183199996, - 33.17264506300006 - ], - [ - -117.36581088499997, - 33.172644062000074 - ], - [ - -117.36581084099998, - 33.17264401600005 - ], - [ - -117.365809, - 33.17264206100003 - ], - [ - -117.36573863099994, - 33.172569691000035 - ], - [ - -117.36571230599998, - 33.17255054100008 - ], - [ - -117.36555369499996, - 33.17243516100007 - ], - [ - -117.36531953699995, - 33.172127455000066 - ], - [ - -117.36531611499998, - 33.172123835000036 - ], - [ - -117.36530348699995, - 33.17211048200005 - ], - [ - -117.36527898699995, - 33.172084566000024 - ], - [ - -117.36526241999997, - 33.17206704200004 - ], - [ - -117.36525508199998, - 33.17205928100003 - ], - [ - -117.36521604299998, - 33.17201798900004 - ], - [ - -117.36519923699996, - 33.17199903300008 - ], - [ - -117.36513904699996, - 33.17193115300006 - ], - [ - -117.36502027699999, - 33.171797198000036 - ], - [ - -117.36498393999995, - 33.17175621900003 - ], - [ - -117.36489740899998, - 33.171661003000054 - ], - [ - -117.36483947499994, - 33.17159725300007 - ], - [ - -117.36477834699997, - 33.171529992000046 - ], - [ - -117.364738661, - 33.17148632100003 - ], - [ - -117.36471921999998, - 33.17146423300005 - ], - [ - -117.36471379399995, - 33.17145806800005 - ], - [ - -117.36466361599997, - 33.17140105900006 - ], - [ - -117.36460213099997, - 33.17133120900007 - ], - [ - -117.36448663899995, - 33.17119999400006 - ], - [ - -117.36437247499998, - 33.17106162400006 - ], - [ - -117.3642908, - 33.170962633000045 - ], - [ - -117.36425460799995, - 33.17091880400005 - ], - [ - -117.36414752399997, - 33.17078913200004 - ], - [ - -117.36409072699996, - 33.170720353000036 - ], - [ - -117.363981089, - 33.17058758200005 - ], - [ - -117.36392473199999, - 33.17051933400006 - ], - [ - -117.36385598199996, - 33.17043607800008 - ], - [ - -117.36380231199996, - 33.17037092900006 - ], - [ - -117.363696485, - 33.17024246900007 - ], - [ - -117.36358394899997, - 33.170105867000075 - ], - [ - -117.36352616099998, - 33.17003571400005 - ], - [ - -117.36346729799999, - 33.16996426700007 - ], - [ - -117.36341932399995, - 33.16990602800007 - ], - [ - -117.36341103299998, - 33.169895962000055 - ], - [ - -117.36335476699998, - 33.169827664000024 - ], - [ - -117.36335222799994, - 33.169829220000054 - ], - [ - -117.36329496699994, - 33.16975123800006 - ], - [ - -117.36323850799994, - 33.16968028600007 - ], - [ - -117.36320868099995, - 33.16964757100004 - ], - [ - -117.36313897699995, - 33.16956299200007 - ], - [ - -117.36304601599994, - 33.16944839100006 - ], - [ - -117.36295973099999, - 33.169344720000026 - ], - [ - -117.36280373599999, - 33.16915647500008 - ], - [ - -117.36270141099999, - 33.16903811700007 - ], - [ - -117.36270417199995, - 33.16903643200004 - ], - [ - -117.36253820399997, - 33.16883453400004 - ], - [ - -117.36232582799994, - 33.16858082600004 - ], - [ - -117.36222953099997, - 33.16846075600006 - ], - [ - -117.36217312899998, - 33.16839187900007 - ], - [ - -117.36202862999994, - 33.16824655400006 - ], - [ - -117.36194838799997, - 33.16812322100003 - ], - [ - -117.36187111299995, - 33.16802970700007 - ], - [ - -117.361764914, - 33.16790195100003 - ], - [ - -117.36173504299995, - 33.16786601600006 - ], - [ - -117.36162880899997, - 33.167735039000036 - ], - [ - -117.36157287999998, - 33.16766707800008 - ], - [ - -117.36157277799998, - 33.16766695300004 - ], - [ - -117.36157267599998, - 33.16766682900004 - ], - [ - -117.36155246799996, - 33.16764227400006 - ], - [ - -117.36140649999999, - 33.16747043000004 - ], - [ - -117.36123729599996, - 33.16727129800006 - ], - [ - -117.36114107699996, - 33.167156728000066 - ], - [ - -117.36097184999994, - 33.16695485300005 - ], - [ - -117.36087892899997, - 33.16684299700006 - ], - [ - -117.36078266899995, - 33.16672567400008 - ], - [ - -117.36068640999997, - 33.16660835000005 - ], - [ - -117.36058354699998, - 33.16648558800006 - ], - [ - -117.360497233, - 33.16637917000003 - ], - [ - -117.36035116, - 33.166199074000076 - ], - [ - -117.36020505299996, - 33.16601623400004 - ], - [ - -117.36009548399994, - 33.16587978900003 - ], - [ - -117.35999248, - 33.16574603500004 - ], - [ - -117.35988955099998, - 33.16561777700008 - ], - [ - -117.35976997299997, - 33.16546493100003 - ], - [ - -117.35955736499994, - 33.165191985000035 - ], - [ - -117.35947758799995, - 33.16508550300006 - ], - [ - -117.35943067699998, - 33.16502527800003 - ], - [ - -117.35937128599994, - 33.16494902900007 - ], - [ - -117.35926825399997, - 33.16481252600005 - ], - [ - -117.35915868599994, - 33.16467608200003 - ], - [ - -117.35915067999997, - 33.16466626000005 - ], - [ - -117.35894292399996, - 33.16441140500007 - ], - [ - -117.35869325299996, - 33.16458486000005 - ], - [ - -117.35840455099998, - 33.16478542700003 - ], - [ - -117.35831770299995, - 33.16484576400006 - ], - [ - -117.35819000999999, - 33.164933811000026 - ], - [ - -117.35813845899997, - 33.16496935600003 - ], - [ - -117.35810257799994, - 33.164994096000044 - ], - [ - -117.35808235599995, - 33.16500804000003 - ], - [ - -117.35802288999997, - 33.16504904100003 - ], - [ - -117.35785896099998, - 33.165206848000025 - ], - [ - -117.35784732499997, - 33.16522209200008 - ], - [ - -117.35783987899998, - 33.16523432200006 - ], - [ - -117.35783618399995, - 33.16524061500007 - ], - [ - -117.35783264499997, - 33.165246645000025 - ], - [ - -117.35782563499998, - 33.165259056000025 - ], - [ - -117.35781884299996, - 33.16527155600005 - ], - [ - -117.35781326799997, - 33.16528223100005 - ], - [ - -117.35781227299998, - 33.16528413700007 - ], - [ - -117.35780919599995, - 33.16529028100007 - ], - [ - -117.357805929, - 33.16529680200006 - ], - [ - -117.35779980599995, - 33.165309541000056 - ], - [ - -117.35779391199998, - 33.165322358000026 - ], - [ - -117.35778824499994, - 33.16533524700003 - ], - [ - -117.35778280599999, - 33.16534820600003 - ], - [ - -117.35777759899997, - 33.16536123100008 - ], - [ - -117.35777262, - 33.16537431800003 - ], - [ - -117.357767879, - 33.16538746500004 - ], - [ - -117.35776336599997, - 33.16540067500006 - ], - [ - -117.35775908899996, - 33.16541393500006 - ], - [ - -117.35775504699996, - 33.16542725000005 - ], - [ - -117.35775124, - 33.16544061400003 - ], - [ - -117.35774767399994, - 33.16545402600008 - ], - [ - -117.35774434399997, - 33.16546747900003 - ], - [ - -117.35774124899996, - 33.16548097100008 - ], - [ - -117.35773839299998, - 33.16549450100007 - ], - [ - -117.35773578099997, - 33.16550806500004 - ], - [ - -117.35773341, - 33.16552166300005 - ], - [ - -117.35773127899995, - 33.16553528700007 - ], - [ - -117.35773078899996, - 33.16553882000005 - ], - [ - -117.35772938599996, - 33.16554893700004 - ], - [ - -117.35772810199995, - 33.16555959400006 - ], - [ - -117.35772773899998, - 33.16556260800007 - ], - [ - -117.35772633299996, - 33.165576298000076 - ], - [ - -117.357725169, - 33.16559000600006 - ], - [ - -117.35772424799995, - 33.16560372500004 - ], - [ - -117.35772356799998, - 33.16561745700005 - ], - [ - -117.35772313399997, - 33.165631191000045 - ], - [ - -117.35772294099996, - 33.16564494100004 - ], - [ - -117.35772299399997, - 33.16565867600008 - ], - [ - -117.35772328799999, - 33.16567241200005 - ], - [ - -117.35772369999995, - 33.16568330800004 - ], - [ - -117.35772371999997, - 33.165683874000024 - ], - [ - -117.35773709999995, - 33.165966852000054 - ], - [ - -117.35773746299998, - 33.16598059000006 - ], - [ - -117.35773754799999, - 33.16599432900006 - ], - [ - -117.35773735599997, - 33.166008067000064 - ], - [ - -117.35773688199998, - 33.16602180700005 - ], - [ - -117.35773613299995, - 33.16603553500005 - ], - [ - -117.35773510799999, - 33.16604925000007 - ], - [ - -117.35773380299997, - 33.16606294500008 - ], - [ - -117.357732221, - 33.16607662400003 - ], - [ - -117.35773036499995, - 33.166090274000055 - ], - [ - -117.35772896599997, - 33.166099220000035 - ], - [ - -117.35772823399998, - 33.166103898000074 - ], - [ - -117.357726803, - 33.16611196000002 - ], - [ - -117.35772582199996, - 33.16611749100008 - ], - [ - -117.357723137, - 33.16613104500004 - ], - [ - -117.35772018199998, - 33.16614456100007 - ], - [ - -117.35771695099999, - 33.16615803000008 - ], - [ - -117.35771344899996, - 33.166171451000025 - ], - [ - -117.35770967699995, - 33.16618482400003 - ], - [ - -117.35770563299997, - 33.16619813900007 - ], - [ - -117.35770132, - 33.16621139200004 - ], - [ - -117.35769673799996, - 33.16622458100005 - ], - [ - -117.35769189399997, - 33.16623770500007 - ], - [ - -117.35768678099998, - 33.16625075700006 - ], - [ - -117.35768140799996, - 33.16626373400004 - ], - [ - -117.35767576899997, - 33.16627663400004 - ], - [ - -117.35766987399995, - 33.166289447000054 - ], - [ - -117.357663721, - 33.16630217900007 - ], - [ - -117.35765730799994, - 33.16631481500008 - ], - [ - -117.35765064099996, - 33.16632736200006 - ], - [ - -117.35764372299997, - 33.16633981200005 - ], - [ - -117.35763655199997, - 33.16635215800005 - ], - [ - -117.35762942599996, - 33.16636392300006 - ], - [ - -117.35762923199997, - 33.16636424200004 - ], - [ - -117.35762913499997, - 33.166364403000046 - ], - [ - -117.357621468, - 33.166376539000055 - ], - [ - -117.35761355399995, - 33.166388562000066 - ], - [ - -117.357605402, - 33.16640047100003 - ], - [ - -117.35759701199999, - 33.16641226200005 - ], - [ - -117.35758838299995, - 33.166423929000075 - ], - [ - -117.35757951799997, - 33.166435472000046 - ], - [ - -117.35757041699998, - 33.16644689000003 - ], - [ - -117.35756109599998, - 33.166458171000045 - ], - [ - -117.35755154299994, - 33.16646931900004 - ], - [ - -117.35754176499995, - 33.166480328000034 - ], - [ - -117.357531769, - 33.16649119700003 - ], - [ - -117.35752154999994, - 33.16650191800005 - ], - [ - -117.35751111899998, - 33.166512494000074 - ], - [ - -117.35750047199997, - 33.16652292200007 - ], - [ - -117.35748961799999, - 33.16653319400007 - ], - [ - -117.35747855499994, - 33.16654330600005 - ], - [ - -117.35746729299996, - 33.16655326000006 - ], - [ - -117.35745582499999, - 33.16656304900005 - ], - [ - -117.35744416799997, - 33.16657267800008 - ], - [ - -117.35743296299995, - 33.16658161600003 - ], - [ - -117.357432314, - 33.166582135000056 - ], - [ - -117.35742794999999, - 33.166588028000035 - ], - [ - -117.35741800899996, - 33.16659290500007 - ], - [ - -117.35855100899994, - 33.16769388500006 - ], - [ - -117.35855108099997, - 33.16769395400007 - ], - [ - -117.35874087599996, - 33.16787838400006 - ], - [ - -117.35896804799995, - 33.168099131000076 - ], - [ - -117.35905269299997, - 33.168181384000036 - ], - [ - -117.35907734099999, - 33.168205424000064 - ], - [ - -117.35910251099995, - 33.168229980000035 - ], - [ - -117.35914203299996, - 33.168268537000074 - ], - [ - -117.35932428299998, - 33.16844715600007 - ], - [ - -117.35932534499995, - 33.16844819700003 - ], - [ - -117.35955966999995, - 33.168677854000066 - ], - [ - -117.35962994399995, - 33.16874672700004 - ], - [ - -117.35969326299994, - 33.16880878200004 - ], - [ - -117.359714511, - 33.16882960800007 - ], - [ - -117.35971435099998, - 33.168829609000056 - ], - [ - -117.35970906499995, - 33.16882963900002 - ], - [ - -117.35885179699994, - 33.16883457800003 - ], - [ - -117.35885195799995, - 33.16883474000008 - ], - [ - -117.35886534399998, - 33.168848135000076 - ], - [ - -117.35885737299998, - 33.16884813900003 - ], - [ - -117.35878312099999, - 33.16884820900003 - ], - [ - -117.35878293099995, - 33.16884820900003 - ], - [ - -117.35877010599995, - 33.16883530900003 - ], - [ - -117.35833872999996, - 33.16883504300006 - ], - [ - -117.35703484099997, - 33.16884257100003 - ], - [ - -117.35704118799998, - 33.16884990500006 - ], - [ - -117.35665798999997, - 33.16884851800006 - ], - [ - -117.35665575999997, - 33.168845917000056 - ], - [ - -117.35665544299997, - 33.16884554400008 - ], - [ - -117.35653064999997, - 33.168698438000035 - ], - [ - -117.35627897899997, - 33.16884714100007 - ], - [ - -117.35491094999998, - 33.168851575000076 - ], - [ - -117.35403820499994, - 33.16885439400005 - ], - [ - -117.35280119, - 33.16886112800006 - ], - [ - -117.35278981099998, - 33.16886119000003 - ], - [ - -117.35278983099994, - 33.168863963000035 - ], - [ - -117.35280670099996, - 33.17119005100005 - ], - [ - -117.35281418699998, - 33.17222220600007 - ], - [ - -117.35281646399994, - 33.17253625400008 - ], - [ - -117.35281649499996, - 33.17254117900006 - ], - [ - -117.35281905199997, - 33.17274404600005 - ], - [ - -117.35281936899997, - 33.172769284000026 - ], - [ - -117.35282060499998, - 33.17303762700004 - ], - [ - -117.35282075599997, - 33.17307055100002 - ], - [ - -117.35282268799995, - 33.17348977000006 - ], - [ - -117.35282400299997, - 33.17377518700005 - ], - [ - -117.35282401899997, - 33.17378713800008 - ], - [ - -117.35282432399998, - 33.17400393400004 - ], - [ - -117.35282504399999, - 33.174516734000065 - ], - [ - -117.35282504599996, - 33.17451959700003 - ], - [ - -117.35282504899999, - 33.17452003500006 - ], - [ - -117.35283172899994, - 33.17479172000003 - ], - [ - -117.35283173699997, - 33.17479207800005 - ], - [ - -117.35281212999996, - 33.17479225300008 - ], - [ - -117.35233821099996, - 33.174790415000075 - ], - [ - -117.35224981399995, - 33.174790072000064 - ], - [ - -117.35206128399994, - 33.174789141000076 - ], - [ - -117.3515248, - 33.17478649000003 - ], - [ - -117.35152682299997, - 33.174787 - ], - [ - -117.35152787599998, - 33.17478726500008 - ], - [ - -117.35072530899998, - 33.174805106000065 - ], - [ - -117.35072694399997, - 33.174804874000074 - ], - [ - -117.35030307099998, - 33.17479259600003 - ], - [ - -117.35006122699997, - 33.174468337000064 - ], - [ - -117.34990063699996, - 33.17425302000004 - ], - [ - -117.34990030499995, - 33.17425321400003 - ], - [ - -117.34957222999998, - 33.17444464400006 - ], - [ - -117.34903578099994, - 33.17475765000006 - ], - [ - -117.34888273799999, - 33.17484694500007 - ], - [ - -117.34888281499997, - 33.174847046000025 - ], - [ - -117.348900948, - 33.17487095700005 - ], - [ - -117.34910741699997, - 33.17514382000007 - ], - [ - -117.34912200999997, - 33.17516310100007 - ], - [ - -117.34912232599999, - 33.17516351900008 - ], - [ - -117.34928286199994, - 33.17537395800008 - ], - [ - -117.34961777499996, - 33.175759335000066 - ], - [ - -117.349623152, - 33.17597862500003 - ], - [ - -117.34962782399998, - 33.176169119000065 - ], - [ - -117.34962864599999, - 33.176202716000034 - ], - [ - -117.34953444899998, - 33.17620148000003 - ], - [ - -117.34938177899994, - 33.17619947600008 - ], - [ - -117.34936752299996, - 33.176199290000056 - ], - [ - -117.34911811999996, - 33.176196350000055 - ], - [ - -117.34895671899994, - 33.17619444800005 - ], - [ - -117.34861379299997, - 33.17618951900005 - ], - [ - -117.34651856899995, - 33.17615938500006 - ], - [ - -117.34572049599996, - 33.17614789700008 - ], - [ - -117.3446982899999, - 33.176132908000056 - ], - [ - -117.34437696799995, - 33.17612819300007 - ], - [ - -117.34436218599996, - 33.17633535600004 - ], - [ - -117.34430413899997, - 33.17714790800005 - ], - [ - -117.34430180099997, - 33.17718064500008 - ], - [ - -117.34425536699996, - 33.17783062800004 - ], - [ - -117.34425535899999, - 33.17783072700007 - ], - [ - -117.34423977199998, - 33.17804892200007 - ], - [ - -117.34423515499998, - 33.17811354500003 - ], - [ - -117.34418502399996, - 33.17881522500005 - ], - [ - -117.344185, - 33.178815547000056 - ], - [ - -117.34411759999995, - 33.17975903900003 - ], - [ - -117.34411263299995, - 33.17982858600004 - ], - [ - -117.34411261699995, - 33.179828807000035 - ], - [ - -117.34049338499995, - 33.17980693700002 - ], - [ - -117.34047957899998, - 33.17980685300006 - ], - [ - -117.340445102, - 33.17980645500006 - ], - [ - -117.34044304999998, - 33.17980643100003 - ], - [ - -117.34040247299998, - 33.179805961000056 - ], - [ - -117.34012411699996, - 33.17980557800007 - ], - [ - -117.33960016199995, - 33.17980485500004 - ], - [ - -117.33946768199996, - 33.179804673000035 - ], - [ - -117.33946775899994, - 33.17980516700004 - ], - [ - -117.33946746999999, - 33.17980516600005 - ], - [ - -117.339467271, - 33.179805 - ], - [ - -117.33695740599995, - 33.179789121000056 - ], - [ - -117.33694759899998, - 33.17978905900003 - ], - [ - -117.33694433499994, - 33.179789037000035 - ], - [ - -117.33694106299998, - 33.17978901500004 - ], - [ - -117.33620236599995, - 33.179783755000074 - ], - [ - -117.33620224899994, - 33.179783755000074 - ], - [ - -117.336068061, - 33.17978271100003 - ], - [ - -117.33597758699995, - 33.17978369300005 - ], - [ - -117.33587244299997, - 33.17978483400003 - ], - [ - -117.33585998599995, - 33.17978474000006 - ], - [ - -117.335743246, - 33.17978386600004 - ], - [ - -117.33527403299996, - 33.17978035100003 - ], - [ - -117.33270800599996, - 33.17976109800003 - ], - [ - -117.33264735199998, - 33.179760643000066 - ], - [ - -117.33264143099996, - 33.17976064100003 - ], - [ - -117.33256760199998, - 33.17976061400003 - ], - [ - -117.33251197199996, - 33.179760593000026 - ], - [ - -117.33244325099997, - 33.17975927400005 - ], - [ - -117.33172406199998, - 33.17974549100006 - ], - [ - -117.33172395599996, - 33.17974549000007 - ], - [ - -117.331699991, - 33.179745034000064 - ], - [ - -117.33137023599994, - 33.17973308300003 - ], - [ - -117.33135266499994, - 33.17973244500007 - ], - [ - -117.33100190399995, - 33.17985275700005 - ], - [ - -117.33071658499995, - 33.17995062000006 - ], - [ - -117.33057222599996, - 33.179996542000026 - ], - [ - -117.32987823399998, - 33.18021730500004 - ], - [ - -117.32987771199998, - 33.18021747100005 - ], - [ - -117.32947288999998, - 33.18034624500007 - ], - [ - -117.329459107, - 33.18038944500006 - ], - [ - -117.32945892699996, - 33.18039000700003 - ], - [ - -117.32941047499997, - 33.18054187700005 - ], - [ - -117.32928280999994, - 33.18057052800003 - ], - [ - -117.32912312599996, - 33.18060025200003 - ], - [ - -117.32709056699997, - 33.18105364200005 - ], - [ - -117.32690598799996, - 33.18109481000005 - ], - [ - -117.32655354399998, - 33.18116048700006 - ], - [ - -117.32654357499996, - 33.18116222000003 - ], - [ - -117.32646799499997, - 33.18117536800003 - ], - [ - -117.32639435099998, - 33.18118939400006 - ], - [ - -117.32637186099998, - 33.18119403500003 - ], - [ - -117.326332773, - 33.18120208700003 - ], - [ - -117.32632102799994, - 33.18120450600003 - ], - [ - -117.32630872199996, - 33.18120723100003 - ], - [ - -117.32624803599998, - 33.18122067400003 - ], - [ - -117.32617537399994, - 33.181237940000074 - ], - [ - -117.326117093, - 33.18125271200006 - ], - [ - -117.326103091, - 33.181256260000055 - ], - [ - -117.32608842199994, - 33.18126021200004 - ], - [ - -117.32603119699996, - 33.18127562800004 - ], - [ - -117.32595971599994, - 33.18129606000008 - ], - [ - -117.325904488, - 33.18131274700005 - ], - [ - -117.32588866099996, - 33.18131752900007 - ], - [ - -117.32585845099999, - 33.18132716700006 - ], - [ - -117.32581808799995, - 33.181340043000034 - ], - [ - -117.32578440599997, - 33.18135135000006 - ], - [ - -117.32574796499995, - 33.181363582000074 - ], - [ - -117.325730304, - 33.181369817000075 - ], - [ - -117.32567834899999, - 33.18138815700007 - ], - [ - -117.325609252, - 33.18141374800007 - ], - [ - -117.32554071899995, - 33.18144034300008 - ], - [ - -117.32547271799996, - 33.18146795300004 - ], - [ - -117.325405317, - 33.18149654900003 - ], - [ - -117.32538928499997, - 33.18150364600007 - ], - [ - -117.32536781799996, - 33.18151315100005 - ], - [ - -117.32536723299995, - 33.18151340400004 - ], - [ - -117.32534428199995, - 33.18152357400004 - ], - [ - -117.32533851599999, - 33.181526129000076 - ], - [ - -117.32527234099996, - 33.18155668300005 - ], - [ - -117.32523751099995, - 33.18157344200006 - ], - [ - -117.32520681399996, - 33.181588212000065 - ], - [ - -117.32519498299996, - 33.18159413600006 - ], - [ - -117.32514194399994, - 33.18162069700003 - ], - [ - -117.32507775799996, - 33.18165412500008 - ], - [ - -117.32503372099995, - 33.18168126900002 - ], - [ - -117.32502211999997, - 33.18168842000006 - ], - [ - -117.32496607699994, - 33.18171571900007 - ], - [ - -117.32493047199995, - 33.181732176000025 - ], - [ - -117.32489450699995, - 33.18174811200004 - ], - [ - -117.32486885299994, - 33.181759009000075 - ], - [ - -117.32485824099996, - 33.181763516000046 - ], - [ - -117.32484602099998, - 33.18176848400003 - ], - [ - -117.32484547299998, - 33.18176870600007 - ], - [ - -117.32482166299997, - 33.18177837800005 - ], - [ - -117.32478477199999, - 33.181792708000046 - ], - [ - -117.32474757999995, - 33.181806496000036 - ], - [ - -117.32471012199994, - 33.181819733000054 - ], - [ - -117.32467238599997, - 33.18183241600008 - ], - [ - -117.32463439699995, - 33.181844538000064 - ], - [ - -117.32459616399996, - 33.181856106000055 - ], - [ - -117.32455768999995, - 33.181867114000056 - ], - [ - -117.32451899699998, - 33.181877549000035 - ], - [ - -117.32448009499996, - 33.181887421000056 - ], - [ - -117.324411409, - 33.18190429400005 - ], - [ - -117.32434237899997, - 33.181920149000064 - ], - [ - -117.32427303099996, - 33.18193499800003 - ], - [ - -117.32420338799994, - 33.18194881900007 - ], - [ - -117.32413346199996, - 33.18196162300006 - ], - [ - -117.324063288, - 33.18197339000005 - ], - [ - -117.32399559999999, - 33.18198371500006 - ], - [ - -117.32399288799996, - 33.181984131000036 - ], - [ - -117.32392226399998, - 33.18199383000007 - ], - [ - -117.32385143899995, - 33.182002503000035 - ], - [ - -117.32379124299996, - 33.18200883700007 - ], - [ - -117.32373091699998, - 33.18201429000004 - ], - [ - -117.32367048599997, - 33.182018853000045 - ], - [ - -117.32360997299998, - 33.182022525000036 - ], - [ - -117.32354938999998, - 33.18202531700007 - ], - [ - -117.32348876199995, - 33.18202720900007 - ], - [ - -117.32342809899995, - 33.182028219000074 - ], - [ - -117.32336742599995, - 33.182028339000055 - ], - [ - -117.32330675299994, - 33.18202755600004 - ], - [ - -117.32324611599995, - 33.18202589400005 - ], - [ - -117.32318551399999, - 33.18202333900007 - ], - [ - -117.323124985, - 33.18201989200003 - ], - [ - -117.32306452799997, - 33.18201556300005 - ], - [ - -117.32300416599998, - 33.18201034300006 - ], - [ - -117.32294393399997, - 33.182004240000026 - ], - [ - -117.32288383199995, - 33.18199724600004 - ], - [ - -117.32268911199998, - 33.18196054300006 - ], - [ - -117.32257679899999, - 33.18193701900003 - ], - [ - -117.32246499499996, - 33.18191181700007 - ], - [ - -117.32235372599996, - 33.181884997000054 - ], - [ - -117.32224302499998, - 33.18185654700005 - ], - [ - -117.32213294099995, - 33.18182646900004 - ], - [ - -117.32202349599999, - 33.181794781000065 - ], - [ - -117.32191472699998, - 33.18176149300007 - ], - [ - -117.32180666699998, - 33.18172661400007 - ], - [ - -117.32169934199999, - 33.18169015500007 - ], - [ - -117.32161207299998, - 33.18165900500003 - ], - [ - -117.32159279899997, - 33.18165212400004 - ], - [ - -117.32149714899998, - 33.181618111000034 - ], - [ - -117.32140806499996, - 33.18158643100003 - ], - [ - -117.32125204299996, - 33.18153388800005 - ], - [ - -117.32109496799995, - 33.18148363900008 - ], - [ - -117.32093687199995, - 33.18143570700005 - ], - [ - -117.32077780499998, - 33.18139010900006 - ], - [ - -117.32061780999999, - 33.18134683900007 - ], - [ - -117.32061758199995, - 33.18134678000007 - ], - [ - -117.32061406899999, - 33.18134588500004 - ], - [ - -117.32045694199996, - 33.18130593700005 - ], - [ - -117.32036129699998, - 33.18128314200004 - ], - [ - -117.320295252, - 33.18126740100007 - ], - [ - -117.32029211399998, - 33.18126670300006 - ], - [ - -117.32025775399995, - 33.18125906100005 - ], - [ - -117.31866267899994, - 33.18080628200005 - ], - [ - -117.31857104599999, - 33.18078537900004 - ], - [ - -117.317702307, - 33.18058720200003 - ], - [ - -117.31767763699997, - 33.180582369000035 - ], - [ - -117.31592268599996, - 33.18023841100006 - ], - [ - -117.31516848799998, - 33.18014023300003 - ], - [ - -117.31514533199999, - 33.18006294500003 - ], - [ - -117.31508119699998, - 33.180052330000024 - ], - [ - -117.31503994199994, - 33.18010784100005 - ], - [ - -117.31502926599995, - 33.18012220500003 - ], - [ - -117.31458942799998, - 33.180068181000024 - ], - [ - -117.31172113999997, - 33.17971583700006 - ], - [ - -117.31163920899996, - 33.179705772000034 - ], - [ - -117.31159439899994, - 33.179700267000044 - ], - [ - -117.31152937499996, - 33.17969227900005 - ], - [ - -117.31152718899995, - 33.17969201000005 - ], - [ - -117.31128285699998, - 33.17966198800008 - ], - [ - -117.31079072399996, - 33.17948510600007 - ], - [ - -117.31079071899995, - 33.17948490900005 - ], - [ - -117.31078960199994, - 33.17948450700004 - ], - [ - -117.31078945899998, - 33.179484493000075 - ], - [ - -117.31076583, - 33.17947599900003 - ], - [ - -117.31020264799997, - 33.179273540000054 - ], - [ - -117.31002594799997, - 33.17929828600006 - ], - [ - -117.30968358799998, - 33.17952319500006 - ], - [ - -117.30968299799997, - 33.17952358200006 - ], - [ - -117.30963384799998, - 33.17955587000006 - ], - [ - -117.30947205299998, - 33.17957822600005 - ], - [ - -117.30947023899995, - 33.179578477000064 - ], - [ - -117.30946906899999, - 33.17957865400007 - ], - [ - -117.30911259299995, - 33.17963261400007 - ], - [ - -117.30894712699995, - 33.179656968000074 - ], - [ - -117.30870539499995, - 33.17969562800005 - ], - [ - -117.30844151199994, - 33.17974490100005 - ], - [ - -117.30817965899996, - 33.17980126600003 - ], - [ - -117.30792007899998, - 33.17986465100006 - ], - [ - -117.30766305599997, - 33.17993500400007 - ], - [ - -117.30740883399994, - 33.18001225300003 - ], - [ - -117.30715769799997, - 33.18009630700004 - ], - [ - -117.30692344099998, - 33.180181910000044 - ], - [ - -117.30641360299995, - 33.18027138200006 - ], - [ - -117.30610954199994, - 33.18032474000006 - ], - [ - -117.304019397, - 33.18111063200007 - ], - [ - -117.30337744699995, - 33.18127828000007 - ], - [ - -117.30321257399999, - 33.181449427000075 - ], - [ - -117.30146850899996, - 33.18203812300004 - ], - [ - -117.30099269699997, - 33.18200031500004 - ], - [ - -117.30011295999998, - 33.182448511000075 - ], - [ - -117.30003869399997, - 33.18229292900003 - ], - [ - -117.29952386699995, - 33.182340357000044 - ], - [ - -117.29937176499999, - 33.18235436900005 - ], - [ - -117.29937041899996, - 33.18224164700007 - ], - [ - -117.29936974499998, - 33.18222361100004 - ], - [ - -117.29936801799994, - 33.18217680600003 - ], - [ - -117.29936225999995, - 33.18202093700006 - ], - [ - -117.29936224, - 33.18202037200007 - ], - [ - -117.29934355899996, - 33.18151455700007 - ], - [ - -117.29933339699994, - 33.18123435800004 - ], - [ - -117.29932250899998, - 33.18093417000006 - ], - [ - -117.29927630399999, - 33.17966021900003 - ], - [ - -117.29927036599997, - 33.179534810000064 - ], - [ - -117.29920651599997, - 33.177915589000065 - ], - [ - -117.29920583699999, - 33.177812317000075 - ], - [ - -117.29920575799997, - 33.17780015500006 - ], - [ - -117.29920145999995, - 33.17768472800003 - ], - [ - -117.29918367699997, - 33.17720721400008 - ], - [ - -117.29915768599994, - 33.17650944600007 - ], - [ - -117.29900814299998, - 33.17600543700007 - ], - [ - -117.29889122399999, - 33.17561137900003 - ], - [ - -117.29889116299995, - 33.175611176000075 - ], - [ - -117.29887756199997, - 33.17556533700008 - ], - [ - -117.29740438799996, - 33.175592547000065 - ], - [ - -117.29668875599998, - 33.17560576100004 - ], - [ - -117.29628772799998, - 33.17561316000007 - ], - [ - -117.29583676899995, - 33.175621480000075 - ], - [ - -117.29558776199997, - 33.17562607600007 - ], - [ - -117.29543745899997, - 33.17562884700004 - ], - [ - -117.29529022199995, - 33.17563156700004 - ], - [ - -117.29514991899998, - 33.17563415200004 - ], - [ - -117.29501574099999, - 33.17563662600003 - ], - [ - -117.29482316499997, - 33.17564017900003 - ], - [ - -117.29469265599994, - 33.17564258500005 - ], - [ - -117.29456174299997, - 33.17564499900004 - ], - [ - -117.29443433299997, - 33.17564735000008 - ], - [ - -117.29430034799998, - 33.17564982000005 - ], - [ - -117.29416617099997, - 33.17565229400003 - ], - [ - -117.29403921299996, - 33.17565463500006 - ], - [ - -117.29362331799996, - 33.175662302000035 - ], - [ - -117.29285592399998, - 33.17567644500008 - ], - [ - -117.29277257599995, - 33.17567798400006 - ], - [ - -117.292342551, - 33.17566169400004 - ], - [ - -117.29227093599997, - 33.175662862000024 - ], - [ - -117.29195187799996, - 33.175668073000054 - ], - [ - -117.29189645799994, - 33.17566897800003 - ], - [ - -117.29183860499995, - 33.175669922000054 - ], - [ - -117.29163822199996, - 33.175673190000055 - ], - [ - -117.29140472399996, - 33.175676999000075 - ], - [ - -117.29136727899999, - 33.17567761000004 - ], - [ - -117.29110555299997, - 33.17568188000007 - ], - [ - -117.29084072899997, - 33.175686201000076 - ], - [ - -117.29063175199997, - 33.175689609000074 - ], - [ - -117.29038305999995, - 33.17569366400005 - ], - [ - -117.29014642099997, - 33.175697522000064 - ], - [ - -117.28994563699996, - 33.17570079700005 - ], - [ - -117.28974260399997, - 33.17570410800005 - ], - [ - -117.28956501099998, - 33.175707001000035 - ], - [ - -117.28953642199997, - 33.17570743300007 - ], - [ - -117.28939836599994, - 33.175709520000055 - ], - [ - -117.28932343499997, - 33.17571065100003 - ], - [ - -117.28923498899997, - 33.175711989000035 - ], - [ - -117.28910702699994, - 33.17571392200006 - ], - [ - -117.28906832499996, - 33.175714507000066 - ], - [ - -117.28891802099997, - 33.17571693100007 - ], - [ - -117.28889132699999, - 33.17571736100007 - ], - [ - -117.28878402499998, - 33.17571908900004 - ], - [ - -117.28863045699995, - 33.175721562000035 - ], - [ - -117.288434382, - 33.17572472200004 - ], - [ - -117.28837178899994, - 33.17572567700006 - ], - [ - -117.28829026999995, - 33.175726928000074 - ], - [ - -117.28822525899994, - 33.17572792500005 - ], - [ - -117.28811008499997, - 33.175729690000026 - ], - [ - -117.28793769299995, - 33.17573233000007 - ], - [ - -117.28784564199998, - 33.17573380500005 - ], - [ - -117.28773259899998, - 33.175735615000065 - ], - [ - -117.28764686399995, - 33.17573698800004 - ], - [ - -117.28762040099997, - 33.175737412000046 - ], - [ - -117.28758747799998, - 33.17573794000003 - ], - [ - -117.28732248199998, - 33.17574218200008 - ], - [ - -117.28731028699997, - 33.17574237700006 - ], - [ - -117.28717632099995, - 33.175744447000056 - ], - [ - -117.28706467199999, - 33.175746169000035 - ], - [ - -117.286921426, - 33.17574837800004 - ], - [ - -117.28688548199995, - 33.17574891400005 - ], - [ - -117.28682283499995, - 33.17574984600003 - ], - [ - -117.28667962599997, - 33.17575197800005 - ], - [ - -117.28660684699997, - 33.175753060000034 - ], - [ - -117.286499887, - 33.17575465200002 - ], - [ - -117.28632343499999, - 33.175757254000075 - ], - [ - -117.28630118999996, - 33.175757857000065 - ], - [ - -117.28609767999995, - 33.17576337500003 - ], - [ - -117.28609741499997, - 33.17576110300007 - ], - [ - -117.28609735599997, - 33.175760592000074 - ], - [ - -117.28588732299994, - 33.17576391000006 - ], - [ - -117.28588713299996, - 33.175763913000026 - ], - [ - -117.28588726099997, - 33.17576529100006 - ], - [ - -117.28568952399996, - 33.17576720300008 - ], - [ - -117.28567968999994, - 33.17576729800004 - ], - [ - -117.28551631799996, - 33.17576996300005 - ], - [ - -117.28537810999995, - 33.17577221700003 - ], - [ - -117.28535618499996, - 33.17577257500005 - ], - [ - -117.28531937999998, - 33.175773176000064 - ], - [ - -117.28519281599995, - 33.175775239000075 - ], - [ - -117.28502614799999, - 33.175777958000026 - ], - [ - -117.28486603799996, - 33.175780333000034 - ], - [ - -117.28459790999995, - 33.17578431100003 - ], - [ - -117.28446736999996, - 33.175786248000065 - ], - [ - -117.28425761399996, - 33.175789558000076 - ], - [ - -117.28421574699996, - 33.17579021800003 - ], - [ - -117.28417217899994, - 33.17579058100006 - ], - [ - -117.28391674899996, - 33.17579271200003 - ], - [ - -117.28391649599996, - 33.17579271400007 - ], - [ - -117.283915875, - 33.175715557000046 - ], - [ - -117.28391545699998, - 33.175663549000035 - ], - [ - -117.28391521499998, - 33.17563338900004 - ], - [ - -117.28391402399996, - 33.175484906000065 - ], - [ - -117.283912526, - 33.175298019000024 - ], - [ - -117.28390988899997, - 33.17481169100006 - ], - [ - -117.28390927599997, - 33.174698876000036 - ], - [ - -117.28390823599995, - 33.174434346000055 - ], - [ - -117.28390791399994, - 33.17435257600005 - ], - [ - -117.28390552899998, - 33.17397925600005 - ], - [ - -117.28390494999996, - 33.17388865000004 - ], - [ - -117.28390449099999, - 33.173816645000045 - ], - [ - -117.28390429799998, - 33.17378097100004 - ], - [ - -117.28390204799996, - 33.173366188000045 - ], - [ - -117.283901389, - 33.17324498800008 - ], - [ - -117.28303548899999, - 33.172982853000065 - ], - [ - -117.282854177, - 33.173052840000025 - ], - [ - -117.28275894799998, - 33.17308959800005 - ], - [ - -117.28274947099999, - 33.17309301200004 - ], - [ - -117.28274909099997, - 33.173093151000046 - ], - [ - -117.28168823799996, - 33.17347506700003 - ], - [ - -117.28167277399996, - 33.173479505000046 - ], - [ - -117.28165742699997, - 33.17348422200007 - ], - [ - -117.281642203, - 33.173489208000035 - ], - [ - -117.28162710499998, - 33.17349446000003 - ], - [ - -117.28162490699998, - 33.173495270000046 - ], - [ - -117.28162474399994, - 33.17349533000004 - ], - [ - -117.28161213799996, - 33.17349998000003 - ], - [ - -117.28159731199997, - 33.17350575900008 - ], - [ - -117.28158263699999, - 33.17351179900004 - ], - [ - -117.28156811099996, - 33.17351809400003 - ], - [ - -117.28155374699998, - 33.17352464500004 - ], - [ - -117.28153955299996, - 33.17353144700007 - ], - [ - -117.28152552499995, - 33.17353849500006 - ], - [ - -117.28151167599998, - 33.17354579100004 - ], - [ - -117.28149801099994, - 33.17355333000006 - ], - [ - -117.28148453899996, - 33.17356110400004 - ], - [ - -117.28147126799996, - 33.173569119000035 - ], - [ - -117.28145819399998, - 33.173577359000035 - ], - [ - -117.28144532699997, - 33.17358583200007 - ], - [ - -117.28143267399997, - 33.173594526000045 - ], - [ - -117.28090904299995, - 33.17391580000003 - ], - [ - -117.28089839299997, - 33.17412202600008 - ], - [ - -117.28031782899996, - 33.17422305000002 - ], - [ - -117.28004899399997, - 33.17416567600003 - ], - [ - -117.27957407199995, - 33.174064319000024 - ], - [ - -117.27957410899995, - 33.17418474500005 - ], - [ - -117.279574315, - 33.17486688200006 - ], - [ - -117.27957435499997, - 33.17499330100003 - ], - [ - -117.27957456799999, - 33.17568499500004 - ], - [ - -117.27957459799995, - 33.17577937300007 - ], - [ - -117.27840894399998, - 33.17577809000005 - ], - [ - -117.27797310999995, - 33.175777606000054 - ], - [ - -117.27792052099994, - 33.17577758500005 - ], - [ - -117.27772798199999, - 33.175777509000056 - ], - [ - -117.27771326299995, - 33.17577750400005 - ], - [ - -117.27754852699996, - 33.17577743900006 - ], - [ - -117.27749918799998, - 33.17577742100008 - ], - [ - -117.27740582999996, - 33.17577738400007 - ], - [ - -117.27727037999995, - 33.17577733100006 - ], - [ - -117.2770154899999, - 33.17577723000005 - ], - [ - -117.27680303899996, - 33.175777149000055 - ], - [ - -117.27665947799994, - 33.17577709200003 - ], - [ - -117.27659711999996, - 33.17577706700007 - ], - [ - -117.27646083299999, - 33.17577701300007 - ], - [ - -117.27639123799997, - 33.17577698500003 - ], - [ - -117.27618205299996, - 33.17577690300004 - ], - [ - -117.27597286099996, - 33.17577682000007 - ], - [ - -117.27566915799997, - 33.17577669700006 - ], - [ - -117.27531574099999, - 33.17577655500003 - ], - [ - -117.27527345099998, - 33.17577653700005 - ], - [ - -117.27527311499995, - 33.17585332700003 - ], - [ - -117.27527256099995, - 33.175979933000065 - ], - [ - -117.27527265199996, - 33.17617060500004 - ], - [ - -117.27527272099996, - 33.17631249900006 - ], - [ - -117.27527279599997, - 33.176474667000036 - ], - [ - -117.27527283399996, - 33.176556436000055 - ], - [ - -117.27527287399994, - 33.176642307000066 - ], - [ - -117.27527297599994, - 33.176853949000076 - ], - [ - -117.27527360299996, - 33.17718520500006 - ], - [ - -117.27514941099997, - 33.177187537000066 - ], - [ - -117.27495316499994, - 33.177187969000045 - ], - [ - -117.27438425099996, - 33.177189215000055 - ], - [ - -117.274244093, - 33.17718952300004 - ], - [ - -117.27310658399995, - 33.17717967500005 - ], - [ - -117.27300686299998, - 33.177179126000055 - ], - [ - -117.272403253, - 33.17717580300007 - ], - [ - -117.27219464899997, - 33.177174652000076 - ], - [ - -117.27210833, - 33.177174179000076 - ], - [ - -117.27210803499997, - 33.17717417700004 - ], - [ - -117.272107985, - 33.17717417500006 - ], - [ - -117.27150824499995, - 33.17717086500005 - ], - [ - -117.27112167799999, - 33.177166311000065 - ], - [ - -117.270959082, - 33.17716439000003 - ], - [ - -117.27094792699995, - 33.176206293000064 - ], - [ - -117.27094533299999, - 33.175983451000036 - ], - [ - -117.27093892399995, - 33.17543301300003 - ], - [ - -117.270936238, - 33.17520239300006 - ], - [ - -117.27093111299996, - 33.17476219300005 - ], - [ - -117.27093111199997, - 33.17476210500007 - ], - [ - -117.27091617199994, - 33.17347902600005 - ], - [ - -117.27091487799999, - 33.173358257000075 - ], - [ - -117.27091355199997, - 33.173234456000046 - ], - [ - -117.27091040499994, - 33.17294071200007 - ], - [ - -117.27091022299999, - 33.17292371100007 - ], - [ - -117.27090686699995, - 33.17261057700006 - ], - [ - -117.27089458899997, - 33.171464671000024 - ], - [ - -117.270885223, - 33.170590623000066 - ], - [ - -117.27087880499994, - 33.16999175400008 - ], - [ - -117.27087856599996, - 33.16996951600004 - ], - [ - -117.27087839199999, - 33.16995302500004 - ], - [ - -117.27087836599998, - 33.16995028100007 - ], - [ - -117.27087689899997, - 33.169799123000075 - ], - [ - -117.27087280799998, - 33.16945010200004 - ], - [ - -117.27087027399995, - 33.169186266000054 - ], - [ - -117.27086798899995, - 33.16899389300005 - ], - [ - -117.27086681299994, - 33.16887085900004 - ], - [ - -117.27086614999996, - 33.16880151200007 - ], - [ - -117.27086438099997, - 33.16861623500006 - ], - [ - -117.27086431299995, - 33.168609135000054 - ], - [ - -117.27086331199996, - 33.16850471500004 - ], - [ - -117.270862605, - 33.16844698400007 - ], - [ - -117.27086223299995, - 33.168416757000045 - ], - [ - -117.27085987299995, - 33.16822438300005 - ], - [ - -117.270859842, - 33.16821298600007 - ], - [ - -117.27085943999998, - 33.168068832000074 - ], - [ - -117.27085937499999, - 33.168045171000074 - ], - [ - -117.270859353, - 33.16803748600006 - ], - [ - -117.2708586, - 33.16797973000007 - ], - [ - -117.27085677199995, - 33.16783962200003 - ], - [ - -117.27085785, - 33.167686798000034 - ], - [ - -117.27085810999995, - 33.16764995800003 - ], - [ - -117.27085617699998, - 33.167457581000065 - ], - [ - -117.27085693099997, - 33.16726793000004 - ], - [ - -117.27085540699994, - 33.16712291500005 - ], - [ - -117.27085485199996, - 33.16707005600006 - ], - [ - -117.27085442199996, - 33.167051825000044 - ], - [ - -117.27084972699998, - 33.16685318100008 - ], - [ - -117.27084927499999, - 33.16683406100003 - ], - [ - -117.27084632999998, - 33.16658169100003 - ], - [ - -117.27084357999996, - 33.16636112500004 - ], - [ - -117.27084048799998, - 33.16611321400006 - ], - [ - -117.27082418299995, - 33.16480589400004 - ], - [ - -117.27081852899994, - 33.164352507000046 - ], - [ - -117.270789386, - 33.16226845700004 - ], - [ - -117.27079610599998, - 33.161674137000034 - ], - [ - -117.270797185, - 33.161578700000064 - ], - [ - -117.270797013, - 33.161562555000046 - ], - [ - -117.27079701799994, - 33.16153232600004 - ], - [ - -117.27079709099996, - 33.161004614000035 - ], - [ - -117.27078963599996, - 33.160515942000075 - ], - [ - -117.27076950699995, - 33.15919633200008 - ], - [ - -117.27076304899998, - 33.158343959000035 - ], - [ - -117.27076194899996, - 33.15819868300002 - ], - [ - -117.27075974499996, - 33.157907720000026 - ], - [ - -117.27075732699996, - 33.15758856300005 - ], - [ - -117.27075595599996, - 33.157453899000075 - ], - [ - -117.27074596099999, - 33.156472730000075 - ], - [ - -117.27073646999997, - 33.15554111700004 - ], - [ - -117.2707240299999, - 33.15432000200008 - ], - [ - -117.27071715599999, - 33.15364520600008 - ], - [ - -117.270711469, - 33.15308695900006 - ], - [ - -117.27071146799994, - 33.15308691000007 - ], - [ - -117.26950261699994, - 33.15309685900007 - ], - [ - -117.26836228399998, - 33.153097212000034 - ], - [ - -117.26834267799995, - 33.153097219000074 - ], - [ - -117.26814993, - 33.153097280000054 - ], - [ - -117.26786947699998, - 33.153097365000065 - ], - [ - -117.26743327499997, - 33.15309749700003 - ], - [ - -117.267012347, - 33.153097622000075 - ], - [ - -117.26701188599998, - 33.153097622000075 - ], - [ - -117.26627289399994, - 33.153097840000044 - ], - [ - -117.26598802899997, - 33.15309792200003 - ], - [ - -117.26596396099995, - 33.15309792900007 - ], - [ - -117.26516139199998, - 33.153098157000045 - ], - [ - -117.26479732999996, - 33.153098260000036 - ], - [ - -117.264696185, - 33.153098287000034 - ], - [ - -117.26417290899997, - 33.153098432000036 - ], - [ - -117.26206537499996, - 33.153098991000036 - ], - [ - -117.26185675199997, - 33.15309904500003 - ], - [ - -117.26185675, - 33.153099127000075 - ], - [ - -117.26185586499997, - 33.15315700800005 - ], - [ - -117.26184817499995, - 33.15365982000003 - ], - [ - -117.26183676799997, - 33.15439286800006 - ], - [ - -117.26182922699996, - 33.154877516000056 - ], - [ - -117.26182866999994, - 33.15491327700005 - ], - [ - -117.26182863599996, - 33.15491370600006 - ], - [ - -117.26182749999998, - 33.154929123000045 - ], - [ - -117.26014488099997, - 33.15712919900005 - ], - [ - -117.25939651299996, - 33.15810226800005 - ], - [ - -117.25938351399998, - 33.15811916800004 - ], - [ - -117.25922940299995, - 33.158319550000044 - ], - [ - -117.25920518599997, - 33.158351036000056 - ], - [ - -117.25916470799996, - 33.15840107300005 - ], - [ - -117.25913312199998, - 33.15843767400003 - ], - [ - -117.25912574599994, - 33.15844648700005 - ], - [ - -117.25880189199995, - 33.15887511600005 - ], - [ - -117.25872781699996, - 33.15897189900005 - ], - [ - -117.25865374099999, - 33.159068682000054 - ], - [ - -117.25858211899998, - 33.15916226400003 - ], - [ - -117.25850656799997, - 33.15926097200003 - ], - [ - -117.25843380899994, - 33.15935574400004 - ], - [ - -117.25835578599998, - 33.15945764300005 - ], - [ - -117.25828562299995, - 33.15954928800005 - ], - [ - -117.25821152999998, - 33.159646063000025 - ], - [ - -117.258139885, - 33.15973963500005 - ], - [ - -117.25806578999999, - 33.15983640700006 - ], - [ - -117.2579917, - 33.15993318000005 - ], - [ - -117.25792354199996, - 33.160022199000025 - ], - [ - -117.25784989199997, - 33.16011839600003 - ], - [ - -117.25777727099995, - 33.16021323800004 - ], - [ - -117.25769925199995, - 33.16031514200006 - ], - [ - -117.25769416799994, - 33.16032178200004 - ], - [ - -117.25762122999998, - 33.16041704500003 - ], - [ - -117.25751993299997, - 33.16054868000003 - ], - [ - -117.25740914999994, - 33.16069263600008 - ], - [ - -117.25733135899998, - 33.16079371500007 - ], - [ - -117.25731686499995, - 33.160812548000024 - ], - [ - -117.25664184899995, - 33.16168969100005 - ], - [ - -117.25658615299994, - 33.16175894000003 - ], - [ - -117.25652637899998, - 33.16183325500003 - ], - [ - -117.25631811299996, - 33.162104734000025 - ], - [ - -117.25607891899995, - 33.16241672900003 - ], - [ - -117.25587685799997, - 33.162679913000034 - ], - [ - -117.25570929699995, - 33.16289832700005 - ], - [ - -117.25560709599995, - 33.16303154900004 - ], - [ - -117.25551225299995, - 33.163155173000064 - ], - [ - -117.25541569799998, - 33.16327966800003 - ], - [ - -117.25540313, - 33.16329603600008 - ], - [ - -117.25532227399998, - 33.163401330000056 - ], - [ - -117.25522245699995, - 33.163531317000036 - ], - [ - -117.25513220099998, - 33.163647436000076 - ], - [ - -117.25511940799998, - 33.163664080000046 - ], - [ - -117.25511619599996, - 33.163668296000026 - ], - [ - -117.25494878099994, - 33.16388809000006 - ], - [ - -117.25477198899995, - 33.164115088000074 - ], - [ - -117.25470422499995, - 33.164203058000055 - ], - [ - -117.25455269099996, - 33.164399771000035 - ], - [ - -117.25440138899995, - 33.16459616000003 - ], - [ - -117.25430923399995, - 33.164715786000045 - ], - [ - -117.25426291399998, - 33.164775915000064 - ], - [ - -117.25421806299994, - 33.164834135000035 - ], - [ - -117.25412442699997, - 33.16495568600004 - ], - [ - -117.25403440999997, - 33.16507193700005 - ], - [ - -117.25394222799997, - 33.16519154800005 - ], - [ - -117.25391022999997, - 33.16523306300007 - ], - [ - -117.25385394399996, - 33.16530693500005 - ], - [ - -117.25376376999998, - 33.165423101000044 - ], - [ - -117.25366715799998, - 33.16554756600004 - ], - [ - -117.253570745, - 33.16567214100007 - ], - [ - -117.25348360499999, - 33.16578512500007 - ], - [ - -117.25347456799994, - 33.16579684300007 - ], - [ - -117.253465716, - 33.16580832000005 - ], - [ - -117.25337838999997, - 33.16592154400007 - ], - [ - -117.25328073299994, - 33.16604816900008 - ], - [ - -117.25314873999997, - 33.166222393000055 - ], - [ - -117.253075777, - 33.166317047000064 - ], - [ - -117.25285015699995, - 33.16661302500006 - ], - [ - -117.25282573699997, - 33.166645059000075 - ], - [ - -117.25282564599996, - 33.16664517900006 - ], - [ - -117.252781283, - 33.16670337700003 - ], - [ - -117.25277071599999, - 33.166717240000025 - ], - [ - -117.25274948999999, - 33.16674508600005 - ], - [ - -117.25264323199997, - 33.16688406000003 - ], - [ - -117.25260781699996, - 33.166930379000064 - ], - [ - -117.252292265, - 33.16734245500004 - ], - [ - -117.25210226499996, - 33.16758860700003 - ], - [ - -117.25132210399994, - 33.168606354000076 - ], - [ - -117.25079695, - 33.169291421000025 - ], - [ - -117.25056697199994, - 33.169595955000034 - ], - [ - -117.25057049799995, - 33.16959948500005 - ], - [ - -117.24888419699994, - 33.171760981000034 - ], - [ - -117.24889258099995, - 33.17176487300003 - ], - [ - -117.24995146799995, - 33.17225638300005 - ], - [ - -117.250005279, - 33.17228136700004 - ], - [ - -117.25025975399996, - 33.17239948400004 - ], - [ - -117.25102381, - 33.17275412500004 - ], - [ - -117.25106317399997, - 33.17277239600003 - ], - [ - -117.25172632199997, - 33.17308019700005 - ], - [ - -117.25184123699995, - 33.17313353600008 - ], - [ - -117.25184164599995, - 33.173133722000046 - ], - [ - -117.25184205499994, - 33.17313391400006 - ], - [ - -117.25238441999994, - 33.173385651000046 - ], - [ - -117.25296078999997, - 33.17365316300004 - ], - [ - -117.25345494799996, - 33.17385599200003 - ], - [ - -117.25373160599997, - 33.174010717000044 - ], - [ - -117.25454567199995, - 33.17438570000007 - ], - [ - -117.2553214499999, - 33.17474303900008 - ], - [ - -117.25539869699998, - 33.174777422000034 - ], - [ - -117.25540103799995, - 33.174778504000074 - ], - [ - -117.25563611799998, - 33.17488710900005 - ], - [ - -117.25563630699997, - 33.17488719700003 - ], - [ - -117.256142061, - 33.17512084500004 - ], - [ - -117.25698742199995, - 33.17551138300007 - ], - [ - -117.25758766099995, - 33.17578702700007 - ], - [ - -117.25768726499996, - 33.17583276700003 - ], - [ - -117.25785373999997, - 33.17590897400004 - ], - [ - -117.258721875, - 33.17630636900003 - ], - [ - -117.25953379199996, - 33.176678020000054 - ], - [ - -117.26021388499998, - 33.17699140800005 - ], - [ - -117.26022959299996, - 33.176998645000026 - ], - [ - -117.26061419799998, - 33.17717587200008 - ], - [ - -117.26104060399996, - 33.177372356000035 - ], - [ - -117.261468848, - 33.17756968300006 - ], - [ - -117.26168071499995, - 33.177667308000025 - ], - [ - -117.26186666999996, - 33.177752991000034 - ], - [ - -117.26227089099996, - 33.17793924700004 - ], - [ - -117.262501698, - 33.17804305800007 - ], - [ - -117.26251618599997, - 33.17804970700007 - ], - [ - -117.26267260599997, - 33.17812149900004 - ], - [ - -117.26308973, - 33.17831295000008 - ], - [ - -117.26345063799994, - 33.17847859600005 - ], - [ - -117.26381223099997, - 33.17864455300003 - ], - [ - -117.263970014, - 33.17871697100003 - ], - [ - -117.26417508799994, - 33.178811092000046 - ], - [ - -117.264368532, - 33.178899874000024 - ], - [ - -117.26436868499997, - 33.17889994500007 - ], - [ - -117.26447605199996, - 33.17894922200003 - ], - [ - -117.26488731599994, - 33.179137970000056 - ], - [ - -117.26505405299997, - 33.179219268000054 - ], - [ - -117.26546603599996, - 33.17940946700003 - ], - [ - -117.26562734099997, - 33.17948393200004 - ], - [ - -117.26567487299997, - 33.17950587300004 - ], - [ - -117.26595454099999, - 33.179634978000024 - ], - [ - -117.26615461799997, - 33.17972733900007 - ], - [ - -117.26629737099995, - 33.17979323800006 - ], - [ - -117.26646642599997, - 33.179871278000064 - ], - [ - -117.26652265099995, - 33.17989748900004 - ], - [ - -117.26654575799995, - 33.17990826000005 - ], - [ - -117.26654594699994, - 33.179908348000026 - ], - [ - -117.26654938299998, - 33.17990995100007 - ], - [ - -117.26658386799994, - 33.17992602500004 - ], - [ - -117.26688110699996, - 33.18006457900003 - ], - [ - -117.26703845799994, - 33.18013534200003 - ], - [ - -117.26723598199999, - 33.18022657500006 - ], - [ - -117.267327992, - 33.18026903600003 - ], - [ - -117.26758747499997, - 33.180388777000076 - ], - [ - -117.26788640599995, - 33.18052676600007 - ], - [ - -117.26794906999999, - 33.18055603900007 - ], - [ - -117.26829741299997, - 33.18071808800005 - ], - [ - -117.26872787999997, - 33.18091518700004 - ], - [ - -117.268872333, - 33.180980125000076 - ], - [ - -117.26890201699996, - 33.180993466000075 - ], - [ - -117.26931660799994, - 33.18118447400008 - ], - [ - -117.269476925, - 33.18125833400006 - ], - [ - -117.26979522499994, - 33.181404979000035 - ], - [ - -117.26993379299995, - 33.18146881900003 - ], - [ - -117.270186659, - 33.18158531300003 - ], - [ - -117.27042351199998, - 33.18169556000004 - ], - [ - -117.27053648099997, - 33.18174713600007 - ], - [ - -117.27069627999998, - 33.181820094000045 - ], - [ - -117.271011725, - 33.18196556700008 - ], - [ - -117.27103825599994, - 33.18197777700004 - ], - [ - -117.27131081199997, - 33.18210320700007 - ], - [ - -117.271475077, - 33.18217888000004 - ], - [ - -117.27184591799994, - 33.182349722000026 - ], - [ - -117.27196668499994, - 33.18240535800004 - ], - [ - -117.27196700499996, - 33.18240550400003 - ], - [ - -117.27199738299998, - 33.18241950000004 - ], - [ - -117.27217011199997, - 33.18249907300003 - ], - [ - -117.27217040799997, - 33.18249920900007 - ], - [ - -117.27225719599994, - 33.18253919000006 - ], - [ - -117.27228999599998, - 33.18255429900006 - ], - [ - -117.27246692399996, - 33.182635806000064 - ], - [ - -117.272822051, - 33.18279940300005 - ], - [ - -117.27307379799998, - 33.182915380000054 - ], - [ - -117.27311577599994, - 33.18293470700007 - ], - [ - -117.273773985, - 33.183237923000036 - ], - [ - -117.27381833499999, - 33.18319706200003 - ], - [ - -117.27387373999994, - 33.183146029000056 - ], - [ - -117.27387377399998, - 33.183145997000054 - ], - [ - -117.27387636399999, - 33.18314727100005 - ], - [ - -117.27408427199998, - 33.18295210700006 - ], - [ - -117.274094876, - 33.182940673000076 - ], - [ - -117.27413571099999, - 33.18289659200008 - ], - [ - -117.27425526899998, - 33.18278174100004 - ], - [ - -117.27437036599997, - 33.18267452900005 - ], - [ - -117.274486648, - 33.18256355800003 - ], - [ - -117.27456681299998, - 33.18243096900005 - ], - [ - -117.27459416699998, - 33.182383826000034 - ], - [ - -117.27459425499995, - 33.18238367500004 - ], - [ - -117.27464180599998, - 33.18230172800003 - ], - [ - -117.27471872499996, - 33.182169173000034 - ], - [ - -117.27477705399997, - 33.182068650000076 - ], - [ - -117.27480073799995, - 33.18203050500006 - ], - [ - -117.27487446099997, - 33.18190621400004 - ], - [ - -117.27491287299995, - 33.18183718700004 - ], - [ - -117.27494812099997, - 33.181776427000045 - ], - [ - -117.27498941099998, - 33.181704473000025 - ], - [ - -117.27502257799995, - 33.18164696500003 - ], - [ - -117.27509911199996, - 33.181514253000046 - ], - [ - -117.27517245699994, - 33.18138707500003 - ], - [ - -117.27519075299995, - 33.18135536500006 - ], - [ - -117.27521132299995, - 33.18136472500004 - ], - [ - -117.27536576799997, - 33.181434909000075 - ], - [ - -117.275474197, - 33.18148348200003 - ], - [ - -117.275547056, - 33.18151675200005 - ], - [ - -117.27623657999999, - 33.18183173600005 - ], - [ - -117.27628455799999, - 33.18189978600003 - ], - [ - -117.27628598799998, - 33.181897150000054 - ], - [ - -117.27631541999995, - 33.18188570800004 - ], - [ - -117.27638531999997, - 33.18185853600005 - ], - [ - -117.27657103999996, - 33.18178633800005 - ], - [ - -117.27670664399994, - 33.18173361700008 - ], - [ - -117.27673770799998, - 33.18172154400003 - ], - [ - -117.27737415999997, - 33.18147411700005 - ], - [ - -117.27737327099999, - 33.18153567300004 - ], - [ - -117.27737326, - 33.18153642500005 - ], - [ - -117.27769020799997, - 33.181359764000035 - ], - [ - -117.27813723299994, - 33.18111164800007 - ], - [ - -117.27816104099998, - 33.181098433000045 - ], - [ - -117.27825446599996, - 33.181097659000045 - ], - [ - -117.27838765599995, - 33.18102784200005 - ], - [ - -117.27846478499998, - 33.18110893100004 - ], - [ - -117.27886751199998, - 33.18153233100003 - ], - [ - -117.27886768099995, - 33.18210401500005 - ], - [ - -117.278266197, - 33.18209875400004 - ], - [ - -117.27816815099999, - 33.182098824000036 - ], - [ - -117.277787322, - 33.182095366000055 - ], - [ - -117.277377076, - 33.18209163800003 - ], - [ - -117.27737811799994, - 33.18233350600008 - ], - [ - -117.27738164999994, - 33.18341863300003 - ], - [ - -117.27738279699997, - 33.18341632100004 - ], - [ - -117.27738279799996, - 33.183416366000074 - ], - [ - -117.27738589999996, - 33.18367909700004 - ], - [ - -117.27738711899997, - 33.18367890900004 - ], - [ - -117.27738744299995, - 33.18367851200003 - ], - [ - -117.27744730299997, - 33.18366975200007 - ], - [ - -117.27748644499997, - 33.18366462900008 - ], - [ - -117.277525691, - 33.18366007900005 - ], - [ - -117.277565015, - 33.18365611000007 - ], - [ - -117.2776044299999, - 33.183652718000076 - ], - [ - -117.277643905, - 33.18364990300006 - ], - [ - -117.27768342999997, - 33.18364766800005 - ], - [ - -117.27772299599997, - 33.18364601600007 - ], - [ - -117.27776258799997, - 33.183644945000026 - ], - [ - -117.27780219899995, - 33.18364445200007 - ], - [ - -117.27780548199996, - 33.18364446000004 - ], - [ - -117.27784181499999, - 33.18364454700003 - ], - [ - -117.27789426399994, - 33.183641797000064 - ], - [ - -117.27802388999999, - 33.18365062300006 - ], - [ - -117.278106434, - 33.18366100500003 - ], - [ - -117.27819462199994, - 33.18368007500004 - ], - [ - -117.27827318299995, - 33.18370505200005 - ], - [ - -117.27832008699994, - 33.183723643000064 - ], - [ - -117.27831951099995, - 33.18372313100008 - ], - [ - -117.278331633, - 33.18372786300006 - ], - [ - -117.27838107999997, - 33.18375133400008 - ], - [ - -117.27844082599995, - 33.18378641400005 - ], - [ - -117.27852135799998, - 33.18372448700006 - ], - [ - -117.27849946499998, - 33.18367006500006 - ], - [ - -117.27849938199995, - 33.18366999400007 - ], - [ - -117.27850007399996, - 33.183654911000076 - ], - [ - -117.27889002899997, - 33.18332539200003 - ], - [ - -117.27892419099999, - 33.183296529000074 - ], - [ - -117.27957820899996, - 33.182722382000065 - ], - [ - -117.28000500599995, - 33.18234772200003 - ], - [ - -117.28000503399994, - 33.18234770400005 - ], - [ - -117.28001392099998, - 33.18233892200004 - ], - [ - -117.28001407199997, - 33.182338773000026 - ], - [ - -117.28001489599995, - 33.182337956000026 - ], - [ - -117.28001670199995, - 33.18233616500004 - ], - [ - -117.28002759499998, - 33.18232674500007 - ], - [ - -117.28003827299995, - 33.18231717500004 - ], - [ - -117.28004875699997, - 33.18230745200003 - ], - [ - -117.28005903699994, - 33.18229757600005 - ], - [ - -117.28006910499994, - 33.18228754100005 - ], - [ - -117.28007896999998, - 33.182277370000065 - ], - [ - -117.280088622, - 33.18226705200004 - ], - [ - -117.28009805899995, - 33.18225658700004 - ], - [ - -117.28010727399999, - 33.18224599700005 - ], - [ - -117.28011627199999, - 33.18223526700007 - ], - [ - -117.28012503399998, - 33.18222441100005 - ], - [ - -117.28013358399994, - 33.18221341900005 - ], - [ - -117.28014294699994, - 33.182200857000055 - ], - [ - -117.28014339099997, - 33.18220024000004 - ], - [ - -117.28014355, - 33.18220001900005 - ], - [ - -117.28014998199995, - 33.182191096000054 - ], - [ - -117.28015783199999, - 33.182179733000055 - ], - [ - -117.28016545799994, - 33.18216827200007 - ], - [ - -117.28017282099995, - 33.18215669700004 - ], - [ - -117.28017994899994, - 33.18214502400008 - ], - [ - -117.28018683999994, - 33.182133244000056 - ], - [ - -117.28019348299995, - 33.18212136400007 - ], - [ - -117.28019987699997, - 33.18210939100004 - ], - [ - -117.28020602299995, - 33.18209732100007 - ], - [ - -117.28021191999994, - 33.18208516300007 - ], - [ - -117.28021755999998, - 33.182072928000025 - ], - [ - -117.28022294699997, - 33.18206060500006 - ], - [ - -117.28022807699995, - 33.18204820600005 - ], - [ - -117.28023294499997, - 33.18203574000006 - ], - [ - -117.28023755199996, - 33.182023195000056 - ], - [ - -117.28023758999996, - 33.182023092000065 - ], - [ - -117.28023762499998, - 33.18202298700004 - ], - [ - -117.28024190599996, - 33.18201058400007 - ], - [ - -117.28024599499997, - 33.18199791700005 - ], - [ - -117.28025215899999, - 33.18198532900004 - ], - [ - -117.28025618099997, - 33.18197605300003 - ], - [ - -117.28026157299996, - 33.181963078000024 - ], - [ - -117.28026672699997, - 33.181950038000025 - ], - [ - -117.28027163599995, - 33.18193693100005 - ], - [ - -117.280276303, - 33.181923762000054 - ], - [ - -117.28028072399997, - 33.181910532000074 - ], - [ - -117.28028490299994, - 33.18189724700005 - ], - [ - -117.28028883499996, - 33.18188391000007 - ], - [ - -117.28029252099998, - 33.181870522000054 - ], - [ - -117.28029595299995, - 33.18185708900006 - ], - [ - -117.28029914299998, - 33.181843608000065 - ], - [ - -117.28030207999996, - 33.18183009100005 - ], - [ - -117.28030476999999, - 33.18181653900007 - ], - [ - -117.28030720599997, - 33.181802952000055 - ], - [ - -117.280309392, - 33.18178933100006 - ], - [ - -117.28031132299998, - 33.18177568900006 - ], - [ - -117.28031300699996, - 33.18176201700004 - ], - [ - -117.280314434, - 33.18174832900007 - ], - [ - -117.28031560699998, - 33.18173462300007 - ], - [ - -117.28031652499999, - 33.18172090200005 - ], - [ - -117.28031719699999, - 33.181707172000074 - ], - [ - -117.28031761099999, - 33.181693436000046 - ], - [ - -117.28031776799997, - 33.18167969600006 - ], - [ - -117.28031767399995, - 33.18166595500003 - ], - [ - -117.28031732499994, - 33.18165221500004 - ], - [ - -117.28031672199995, - 33.18163848200004 - ], - [ - -117.28031686399999, - 33.18109428200006 - ], - [ - -117.28171642899997, - 33.18128722100005 - ], - [ - -117.28171659499998, - 33.18128724400003 - ], - [ - -117.28396468799997, - 33.18159712200003 - ], - [ - -117.28396481099998, - 33.18170155700005 - ], - [ - -117.28396492299998, - 33.18180049700004 - ], - [ - -117.28396504899996, - 33.181904931000076 - ], - [ - -117.28396234499996, - 33.18205116400003 - ], - [ - -117.28395794099998, - 33.18228939800008 - ], - [ - -117.28395551199998, - 33.18242092300005 - ], - [ - -117.28395497599996, - 33.18244982500005 - ], - [ - -117.28395595999996, - 33.18259540200006 - ], - [ - -117.283956908, - 33.18273584900004 - ], - [ - -117.28395892499998, - 33.18303491300003 - ], - [ - -117.28395882499996, - 33.183044962000054 - ], - [ - -117.28395775299998, - 33.18315097200008 - ], - [ - -117.28395442599998, - 33.183481037000035 - ], - [ - -117.28395260699995, - 33.18366159900006 - ], - [ - -117.28395146499997, - 33.18377506300004 - ], - [ - -117.28396983599998, - 33.183773881000036 - ], - [ - -117.28411696499995, - 33.18376441000004 - ], - [ - -117.28439084999997, - 33.18374690500008 - ], - [ - -117.28446317899994, - 33.183742282000026 - ], - [ - -117.284842073, - 33.18371744800004 - ], - [ - -117.28487864899995, - 33.18371504900006 - ], - [ - -117.28513926199997, - 33.18369816100005 - ], - [ - -117.28530584999999, - 33.18368852400005 - ], - [ - -117.28568147599998, - 33.183666147000054 - ], - [ - -117.28579571399996, - 33.18365866900007 - ], - [ - -117.28591666399996, - 33.18365319000003 - ], - [ - -117.28624653399999, - 33.18363119300005 - ], - [ - -117.28643923399994, - 33.18361859000004 - ], - [ - -117.28677902299995, - 33.18359781200007 - ], - [ - -117.28684693699995, - 33.18359365800006 - ], - [ - -117.28697816799996, - 33.18358563400005 - ], - [ - -117.28700432699998, - 33.183584035000024 - ], - [ - -117.287324389, - 33.18356446200005 - ], - [ - -117.28752035699995, - 33.183551829000066 - ], - [ - -117.28787313799995, - 33.183532386000024 - ], - [ - -117.28806797599998, - 33.18351934900005 - ], - [ - -117.28807282899999, - 33.18355819800007 - ], - [ - -117.28807619399998, - 33.183569196000064 - ], - [ - -117.28808293699996, - 33.18358169100003 - ], - [ - -117.28809237099995, - 33.18359288900007 - ], - [ - -117.28810415799995, - 33.18360237500008 - ], - [ - -117.288117866, - 33.183609818000036 - ], - [ - -117.28813300399997, - 33.18361494000004 - ], - [ - -117.28814744299996, - 33.18361730300006 - ], - [ - -117.28816533699995, - 33.18361758400005 - ], - [ - -117.28818136599995, - 33.18361500900005 - ], - [ - -117.28826483599994, - 33.183591066000076 - ], - [ - -117.28826431299996, - 33.18427120100006 - ], - [ - -117.28826423899994, - 33.184361402000036 - ], - [ - -117.28826291699994, - 33.18608522200003 - ], - [ - -117.288260907, - 33.186700924000036 - ], - [ - -117.28816287299998, - 33.18669347700006 - ], - [ - -117.28701488999997, - 33.186690283000075 - ], - [ - -117.28692989999996, - 33.186690045000034 - ], - [ - -117.28688355199995, - 33.186689526000066 - ], - [ - -117.28678932599996, - 33.186688470000036 - ], - [ - -117.28633168199997, - 33.18668816200005 - ], - [ - -117.28618133499998, - 33.186688057000026 - ], - [ - -117.285658163, - 33.18667318900003 - ], - [ - -117.28567482999995, - 33.18678883000007 - ], - [ - -117.28568903799999, - 33.18688741500006 - ], - [ - -117.28570801099994, - 33.18701908200006 - ], - [ - -117.28571311199994, - 33.187060418000044 - ], - [ - -117.2857297, - 33.18719480400006 - ], - [ - -117.28571752299996, - 33.18723338700005 - ], - [ - -117.28567150199996, - 33.18737921300004 - ], - [ - -117.28566360599996, - 33.18740424200007 - ], - [ - -117.28560970599995, - 33.187575034000076 - ], - [ - -117.28555749799995, - 33.187740459000054 - ], - [ - -117.28553749999998, - 33.18780382500006 - ], - [ - -117.28551539999995, - 33.18786997300003 - ], - [ - -117.28553288899997, - 33.18790556600004 - ], - [ - -117.28562371299995, - 33.18809040700006 - ], - [ - -117.28562850299994, - 33.188100157000065 - ], - [ - -117.28568621399995, - 33.188217604000045 - ], - [ - -117.28573628299995, - 33.188324452000074 - ], - [ - -117.28583616499998, - 33.18852995800006 - ], - [ - -117.28588392399996, - 33.18862822500006 - ], - [ - -117.28591329999995, - 33.18868870000006 - ], - [ - -117.285987692, - 33.18884177100006 - ], - [ - -117.28606484, - 33.18900050900004 - ], - [ - -117.28608827199997, - 33.18904703700008 - ], - [ - -117.28614193199996, - 33.18916202500003 - ], - [ - -117.28621899099994, - 33.189320793000036 - ], - [ - -117.28629918299998, - 33.18948234100003 - ], - [ - -117.28632697199998, - 33.189539506000074 - ], - [ - -117.28637795199995, - 33.189644377000036 - ], - [ - -117.286459015, - 33.18981114300004 - ], - [ - -117.28654284199996, - 33.18998357500004 - ], - [ - -117.28669577699998, - 33.190295932000026 - ], - [ - -117.28669796899999, - 33.19029595600006 - ], - [ - -117.28683199299996, - 33.19029735200007 - ], - [ - -117.28692623699999, - 33.19029833400003 - ], - [ - -117.28705758599995, - 33.19029970300005 - ], - [ - -117.28709939699996, - 33.19030014000003 - ], - [ - -117.28715237199998, - 33.19030029400005 - ], - [ - -117.287332484, - 33.19029984400004 - ], - [ - -117.28753816899996, - 33.190304715000025 - ], - [ - -117.28773431499997, - 33.19030582200003 - ], - [ - -117.28773541599998, - 33.19047896600006 - ], - [ - -117.28773653599995, - 33.190654960000074 - ], - [ - -117.28773765299997, - 33.19083058500007 - ], - [ - -117.28773875699994, - 33.19100389700003 - ], - [ - -117.28773987899996, - 33.19117980800007 - ], - [ - -117.2877410299999, - 33.191361173000075 - ], - [ - -117.28774220099996, - 33.19154532300007 - ], - [ - -117.28774332299997, - 33.191721218000055 - ], - [ - -117.28774444399994, - 33.19189711200005 - ], - [ - -117.28774571999998, - 33.192097741000055 - ], - [ - -117.28774591499996, - 33.192114229000026 - ], - [ - -117.28774752899994, - 33.19225164000005 - ], - [ - -117.28774773999999, - 33.192270878000045 - ], - [ - -117.28774875299996, - 33.192438535000065 - ], - [ - -117.28774904899996, - 33.19248799200005 - ], - [ - -117.28774993499997, - 33.19263641300006 - ], - [ - -117.28775013299997, - 33.19266938800007 - ], - [ - -117.28775108099995, - 33.19282880800006 - ], - [ - -117.28775125099997, - 33.19285627600004 - ], - [ - -117.28775180499997, - 33.19294903600007 - ], - [ - -117.28775221999996, - 33.193018437000035 - ], - [ - -117.28775234499994, - 33.19304041000004 - ], - [ - -117.28775332899994, - 33.19320532100005 - ], - [ - -117.28775343099994, - 33.193221814000026 - ], - [ - -117.28775448, - 33.19339770100004 - ], - [ - -117.28775559599995, - 33.193584583000074 - ], - [ - -117.28775615399996, - 33.19367803800003 - ], - [ - -117.28775663, - 33.19375775100008 - ], - [ - -117.28775771099998, - 33.19393912600003 - ], - [ - -117.28761059399994, - 33.193937722000044 - ], - [ - -117.28750594399997, - 33.19393671900008 - ], - [ - -117.28710056799997, - 33.19393284600005 - ], - [ - -117.287061301, - 33.19393247100004 - ], - [ - -117.28696921399995, - 33.193931590000034 - ], - [ - -117.28660032299996, - 33.193928062000055 - ], - [ - -117.28607072499995, - 33.19392299800006 - ], - [ - -117.28601753299995, - 33.19392204500008 - ], - [ - -117.285966084, - 33.19392112600008 - ], - [ - -117.28574046399996, - 33.19391855500004 - ], - [ - -117.285269041, - 33.193912703000024 - ], - [ - -117.28526903399995, - 33.19391321300003 - ], - [ - -117.28506119199994, - 33.19391833800006 - ], - [ - -117.28484964899997, - 33.19391621700004 - ], - [ - -117.28483786899994, - 33.19391609500008 - ], - [ - -117.284645034, - 33.193914164000034 - ], - [ - -117.28463224899997, - 33.19391403700007 - ], - [ - -117.28443535199995, - 33.19391206000006 - ], - [ - -117.284426183, - 33.19391196600003 - ], - [ - -117.28422684399999, - 33.19390996800007 - ], - [ - -117.284226258, - 33.19390996200008 - ], - [ - -117.28422566699999, - 33.19390995500004 - ], - [ - -117.28403373699996, - 33.193908030000046 - ], - [ - -117.284015991, - 33.19390785100006 - ], - [ - -117.28385073799996, - 33.19390619100005 - ], - [ - -117.283806374, - 33.19390574800008 - ], - [ - -117.28365452999998, - 33.19390422400005 - ], - [ - -117.28359669599996, - 33.193903642000066 - ], - [ - -117.28345844599994, - 33.19390225600006 - ], - [ - -117.28338704499998, - 33.193901535000066 - ], - [ - -117.28326217799997, - 33.193900281000026 - ], - [ - -117.28317458799995, - 33.193899403000046 - ], - [ - -117.28306931099996, - 33.19389834900005 - ], - [ - -117.2829698099999, - 33.193897347000075 - ], - [ - -117.28286995199994, - 33.19389634200007 - ], - [ - -117.28273597199995, - 33.19389499500005 - ], - [ - -117.28267369499997, - 33.193894371000056 - ], - [ - -117.28253985499998, - 33.19389302600007 - ], - [ - -117.28248090199997, - 33.19389243300003 - ], - [ - -117.28234373799995, - 33.19389105500005 - ], - [ - -117.28227827399996, - 33.193888 - ], - [ - -117.28208866199998, - 33.19388661700003 - ], - [ - -117.28202323699998, - 33.193886141000064 - ], - [ - -117.28190558499995, - 33.19388528200005 - ], - [ - -117.28186478199996, - 33.19388523600003 - ], - [ - -117.28171922699994, - 33.19388506900003 - ], - [ - -117.28169959599995, - 33.193883784000036 - ], - [ - -117.281509944, - 33.19388240200004 - ], - [ - -117.28133668099997, - 33.19388113800005 - ], - [ - -117.28131053699997, - 33.19388094900006 - ], - [ - -117.28111765699998, - 33.19387954000007 - ], - [ - -117.28107189999997, - 33.19387945900007 - ], - [ - -117.28091496999997, - 33.19387806200007 - ], - [ - -117.280718821, - 33.19387663100002 - ], - [ - -117.28062398199995, - 33.193875726000044 - ], - [ - -117.28046068799995, - 33.193874169000026 - ], - [ - -117.28014016199995, - 33.19387346000008 - ], - [ - -117.28005362799996, - 33.193870281000045 - ], - [ - -117.27968281799997, - 33.19386908900003 - ], - [ - -117.27968245199997, - 33.19386908800004 - ], - [ - -117.27967918299998, - 33.19386910900005 - ], - [ - -117.27964073599998, - 33.19386936300003 - ], - [ - -117.27963995899995, - 33.19386936800004 - ], - [ - -117.27961379399994, - 33.19386954200007 - ], - [ - -117.27961144799997, - 33.19404777200003 - ], - [ - -117.27960000299998, - 33.19491926100005 - ], - [ - -117.27959788799996, - 33.195576290000076 - ], - [ - -117.27959837299994, - 33.19590934200005 - ], - [ - -117.27959838399994, - 33.19591229200006 - ], - [ - -117.27959862199998, - 33.19608195700005 - ], - [ - -117.279596428, - 33.196285286000034 - ], - [ - -117.27959185599997, - 33.19728865900004 - ], - [ - -117.27959381099998, - 33.19773384100006 - ], - [ - -117.27959070699995, - 33.198025108000024 - ], - [ - -117.27959014899994, - 33.19810683800006 - ], - [ - -117.27959010799998, - 33.19811247100006 - ], - [ - -117.27958709499995, - 33.198552852000034 - ], - [ - -117.27958058899998, - 33.19923816600004 - ], - [ - -117.27958015899998, - 33.199283715000035 - ], - [ - -117.27957985199998, - 33.199315797000054 - ], - [ - -117.27957832099997, - 33.19947719900006 - ], - [ - -117.27957933299996, - 33.199490180000055 - ], - [ - -117.27958481499996, - 33.19998200600003 - ], - [ - -117.279584791, - 33.20001604600003 - ], - [ - -117.27958445499996, - 33.20045567100004 - ], - [ - -117.27958530299998, - 33.200497754000025 - ], - [ - -117.27958596399998, - 33.200531055000056 - ], - [ - -117.27958704999998, - 33.20058543400006 - ], - [ - -117.27959013699996, - 33.20104569400007 - ], - [ - -117.27959030299996, - 33.20105174200006 - ], - [ - -117.27959343199996, - 33.20159788400008 - ], - [ - -117.27958726199995, - 33.20208138000004 - ], - [ - -117.27958502699994, - 33.20227400600004 - ], - [ - -117.27958524799999, - 33.202887402000044 - ], - [ - -117.27958527399994, - 33.20296581800005 - ], - [ - -117.27958528999994, - 33.20301836400006 - ], - [ - -117.27958553399998, - 33.20370887900003 - ], - [ - -117.27958309199994, - 33.20462398500007 - ], - [ - -117.27958299399995, - 33.204660739000076 - ], - [ - -117.27958287099995, - 33.20470540400004 - ], - [ - -117.27958246399999, - 33.20485828100004 - ], - [ - -117.27954632899997, - 33.20485914600005 - ], - [ - -117.27950095899996, - 33.20485894800004 - ], - [ - -117.27882413299994, - 33.20485357500007 - ], - [ - -117.27805413199997, - 33.20484903800008 - ], - [ - -117.27791316599996, - 33.204848206000065 - ], - [ - -117.27744010199996, - 33.20484542300005 - ], - [ - -117.27727633299997, - 33.20484444300007 - ], - [ - -117.27727433099994, - 33.204844431000026 - ], - [ - -117.27654761599996, - 33.20484112100007 - ], - [ - -117.27517034399995, - 33.20483483000004 - ], - [ - -117.27455566599997, - 33.20483201800005 - ], - [ - -117.27363527999995, - 33.20482779500003 - ], - [ - -117.27363249299998, - 33.204869049000024 - ], - [ - -117.27363462299996, - 33.20514112800004 - ], - [ - -117.27363601899998, - 33.205319788000054 - ], - [ - -117.27363741199997, - 33.20549841900004 - ], - [ - -117.27363851399997, - 33.20563910900006 - ], - [ - -117.27363883199996, - 33.20567979700007 - ], - [ - -117.27363911099997, - 33.20571552500007 - ], - [ - -117.27343313199998, - 33.20571462800007 - ], - [ - -117.27324350799995, - 33.20571380000007 - ], - [ - -117.27305059399998, - 33.20571296000003 - ], - [ - -117.27284463899997, - 33.20571206200003 - ], - [ - -117.272527444, - 33.20571067800006 - ], - [ - -117.27245986099996, - 33.20571038300005 - ], - [ - -117.27233126799996, - 33.20570982100003 - ], - [ - -117.27233037499997, - 33.206141451000065 - ], - [ - -117.27233002099996, - 33.20631201900005 - ], - [ - -117.27232953499998, - 33.20654541700003 - ], - [ - -117.2723294, - 33.20661133900006 - ], - [ - -117.27212594499997, - 33.20660789900006 - ], - [ - -117.27191339099994, - 33.20660428300005 - ], - [ - -117.27171388099998, - 33.206600894000076 - ], - [ - -117.27150459199999, - 33.20659733900004 - ], - [ - -117.27130846399996, - 33.20659400400007 - ], - [ - -117.27091336299998, - 33.20658728800004 - ], - [ - -117.27091368499998, - 33.20666103100007 - ], - [ - -117.27091373599995, - 33.20667247100005 - ], - [ - -117.27091354099997, - 33.206870371000036 - ], - [ - -117.27091392299997, - 33.20696930400004 - ], - [ - -117.27091504499998, - 33.20706549300007 - ], - [ - -117.27091401699994, - 33.207145335000064 - ], - [ - -117.27091407999995, - 33.207263391000026 - ], - [ - -117.27091347799995, - 33.20731858400006 - ], - [ - -117.27091327599999, - 33.20747503100006 - ], - [ - -117.27091257599994, - 33.20749151700005 - ], - [ - -117.27091212299996, - 33.20766743300004 - ], - [ - -117.27091247199996, - 33.207686670000044 - ], - [ - -117.27091166799994, - 33.20784340200004 - ], - [ - -117.27091151899998, - 33.20790105800006 - ], - [ - -117.27091122899998, - 33.20801389700006 - ], - [ - -117.27091095999998, - 33.208118193000075 - ], - [ - -117.27091057599995, - 33.20821718800005 - ], - [ - -117.27091025099998, - 33.208338076000075 - ], - [ - -117.27091017799995, - 33.20836556300003 - ], - [ - -117.27084642399996, - 33.20836608600007 - ], - [ - -117.27044634199996, - 33.20836937900003 - ], - [ - -117.27034826399995, - 33.20837018700007 - ], - [ - -117.27025015499999, - 33.20836824400004 - ], - [ - -117.26986428199996, - 33.20836441900008 - ], - [ - -117.26979563799995, - 33.20836373800006 - ], - [ - -117.269657726, - 33.20836296700003 - ], - [ - -117.26911555299995, - 33.208359924000035 - ], - [ - -117.26880163399994, - 33.20835816300007 - ], - [ - -117.26873625299999, - 33.208358700000076 - ], - [ - -117.26836350099995, - 33.208355478000044 - ], - [ - -117.26788322199997, - 33.20835253600006 - ], - [ - -117.26765394399996, - 33.208351090000065 - ], - [ - -117.26746786499996, - 33.20835000900007 - ], - [ - -117.26746225699998, - 33.20834997700007 - ], - [ - -117.26745990299997, - 33.208349963000046 - ], - [ - -117.267455897, - 33.20834994000006 - ], - [ - -117.26742891099997, - 33.208349783000074 - ], - [ - -117.26742483899994, - 33.20834975900004 - ], - [ - -117.26708661299995, - 33.208347794000076 - ], - [ - -117.26708190199997, - 33.20834776700008 - ], - [ - -117.26704902399996, - 33.20834757600005 - ], - [ - -117.26679607799997, - 33.20834610600008 - ], - [ - -117.26665991599998, - 33.20834531600008 - ], - [ - -117.26654691699997, - 33.208344658000044 - ], - [ - -117.26617638399995, - 33.20852006600006 - ], - [ - -117.26599797299997, - 33.20860452000005 - ], - [ - -117.26597594299994, - 33.20861494800005 - ], - [ - -117.26577279799994, - 33.20871111400004 - ], - [ - -117.265599082, - 33.20879334700004 - ], - [ - -117.26556965299994, - 33.20880727800005 - ], - [ - -117.265368218, - 33.20890263000007 - ], - [ - -117.26535844499995, - 33.20890725700008 - ], - [ - -117.26514379799994, - 33.209008865000044 - ], - [ - -117.265139934, - 33.209010696000064 - ], - [ - -117.26510131199996, - 33.20902897800005 - ], - [ - -117.26509393699996, - 33.20903246900008 - ], - [ - -117.26491934499995, - 33.20911511200006 - ], - [ - -117.26481221599994, - 33.209165824000024 - ], - [ - -117.26475057999994, - 33.20919667700008 - ], - [ - -117.26454963999998, - 33.209291574000076 - ], - [ - -117.26452467699994, - 33.20930336200007 - ], - [ - -117.26436519599997, - 33.209378677000075 - ], - [ - -117.26417139499995, - 33.20947020400007 - ], - [ - -117.26397233999995, - 33.20956421100004 - ], - [ - -117.26377465499996, - 33.20965756700008 - ], - [ - -117.26352464299998, - 33.20977564000003 - ], - [ - -117.26300429499997, - 33.21001625500003 - ], - [ - -117.26297382699994, - 33.21003086400003 - ], - [ - -117.26265386699998, - 33.210184285000025 - ], - [ - -117.26230814199994, - 33.21035004400005 - ], - [ - -117.26221169699994, - 33.21039629400008 - ], - [ - -117.26220905399998, - 33.210497436000026 - ], - [ - -117.26221359199997, - 33.21073748900005 - ], - [ - -117.26221655499995, - 33.210885706000056 - ], - [ - -117.26221595299995, - 33.210959923000075 - ], - [ - -117.26221625599999, - 33.210979802000054 - ], - [ - -117.26221914599995, - 33.21116603200005 - ], - [ - -117.26222169699997, - 33.211330918000044 - ], - [ - -117.26222152899999, - 33.211369398000045 - ], - [ - -117.262224458, - 33.21157001100005 - ], - [ - -117.262229876, - 33.21176785800003 - ], - [ - -117.26223033099996, - 33.21179533900005 - ], - [ - -117.26223216299996, - 33.211960232000024 - ], - [ - -117.26223242499998, - 33.21197672100004 - ], - [ - -117.26223416799996, - 33.21213336900007 - ], - [ - -117.26223422199996, - 33.21214757600006 - ], - [ - -117.26223404499996, - 33.212309281000046 - ], - [ - -117.26223489999995, - 33.21247417400008 - ], - [ - -117.26223495999994, - 33.21249341300006 - ], - [ - -117.26223550299994, - 33.212666805000026 - ], - [ - -117.26224168999994, - 33.212857523000025 - ], - [ - -117.26224490199996, - 33.213115592000065 - ], - [ - -117.26224660899999, - 33.21325300400002 - ], - [ - -117.26224832199995, - 33.21339041400006 - ], - [ - -117.26224845599995, - 33.21340119800004 - ], - [ - -117.26225037599994, - 33.213555306000046 - ], - [ - -117.26225229099998, - 33.21370920500004 - ], - [ - -117.26224222599996, - 33.21396024100005 - ], - [ - -117.26224593099994, - 33.21448406700006 - ], - [ - -117.26224726699996, - 33.214672965000034 - ], - [ - -117.26224754499998, - 33.21471233900007 - ], - [ - -117.26225256199996, - 33.21542166000006 - ], - [ - -117.26225305199995, - 33.215490904000035 - ], - [ - -117.26225312499997, - 33.21550159700007 - ], - [ - -117.262253548, - 33.21556080300007 - ], - [ - -117.26225356199996, - 33.21562939700004 - ], - [ - -117.26225382299998, - 33.21668798500008 - ], - [ - -117.26225391599996, - 33.217070367000076 - ], - [ - -117.26225398699995, - 33.217358053000055 - ], - [ - -117.26225406799995, - 33.21766251300005 - ], - [ - -117.26224004999995, - 33.218526274000055 - ], - [ - -117.26224008799994, - 33.21857573900007 - ], - [ - -117.26224018699997, - 33.218699412000035 - ], - [ - -117.26224032099998, - 33.218866751000064 - ], - [ - -117.262240422, - 33.21899349500006 - ], - [ - -117.26224053099997, - 33.21913093300003 - ], - [ - -117.26212369799998, - 33.21916967000004 - ], - [ - -117.26211656399994, - 33.21917203500004 - ], - [ - -117.26194272799995, - 33.219229674000076 - ], - [ - -117.260418588, - 33.219563840000035 - ], - [ - -117.25966154499997, - 33.219729812000026 - ], - [ - -117.25955234899999, - 33.21975375200003 - ], - [ - -117.25885453299998, - 33.21990673300007 - ], - [ - -117.25878949399998, - 33.21992048200008 - ], - [ - -117.25872418499995, - 33.21993327400003 - ], - [ - -117.25865861399996, - 33.21994510600007 - ], - [ - -117.258636014, - 33.21994883800005 - ], - [ - -117.25859280999998, - 33.219955973000026 - ], - [ - -117.25855880699999, - 33.219961080000076 - ], - [ - -117.25852678499996, - 33.21996587600006 - ], - [ - -117.25846057899997, - 33.21997481000005 - ], - [ - -117.25839418599998, - 33.219982765000054 - ], - [ - -117.25832763999995, - 33.21998974200005 - ], - [ - -117.25826094099995, - 33.219995750000066 - ], - [ - -117.25821838699994, - 33.21999895000005 - ], - [ - -117.25820571899999, - 33.219999904000076 - ], - [ - -117.25819416099995, - 33.22000077300004 - ], - [ - -117.25812971099998, - 33.22000467000004 - ], - [ - -117.25812849199997, - 33.22000474400005 - ], - [ - -117.25806030499996, - 33.22000787700006 - ], - [ - -117.25799328699998, - 33.22000995900004 - ], - [ - -117.25786671099996, - 33.220011198000066 - ], - [ - -117.25748497499995, - 33.219969364000065 - ], - [ - -117.25747348299996, - 33.21996837300003 - ], - [ - -117.25745722399995, - 33.21996691600003 - ], - [ - -117.25744097399996, - 33.21996540300006 - ], - [ - -117.25742473599996, - 33.219963832000076 - ], - [ - -117.25740849899995, - 33.21996220700004 - ], - [ - -117.25739227099996, - 33.21996052600008 - ], - [ - -117.25737605399996, - 33.219958795000025 - ], - [ - -117.25735984499994, - 33.21995699900003 - ], - [ - -117.25734364399995, - 33.21995515100008 - ], - [ - -117.25732745299996, - 33.21995324900007 - ], - [ - -117.25731126999995, - 33.219951292000076 - ], - [ - -117.25729509499996, - 33.21994928000004 - ], - [ - -117.25727893499999, - 33.219947209000054 - ], - [ - -117.25726278399998, - 33.21994508600005 - ], - [ - -117.25724664099994, - 33.21994290900005 - ], - [ - -117.25723050599998, - 33.21994067400004 - ], - [ - -117.25721438799997, - 33.219938383000056 - ], - [ - -117.25719827699999, - 33.21993604000005 - ], - [ - -117.25718218099996, - 33.21993364000008 - ], - [ - -117.25716609399996, - 33.21993118300003 - ], - [ - -117.257150019, - 33.21992867600005 - ], - [ - -117.25713395699995, - 33.219926110000074 - ], - [ - -117.25711791099997, - 33.21992349100003 - ], - [ - -117.25710187299995, - 33.21992081500008 - ], - [ - -117.25708584999995, - 33.219918085000074 - ], - [ - -117.25706983999999, - 33.21991530100007 - ], - [ - -117.25705383599995, - 33.219912461000035 - ], - [ - -117.25703785199994, - 33.21990956800005 - ], - [ - -117.257021894, - 33.219906620000074 - ], - [ - -117.25700593799996, - 33.219903619000036 - ], - [ - -117.25699000099996, - 33.21990056000004 - ], - [ - -117.25697407599995, - 33.219897451000065 - ], - [ - -117.256958167, - 33.21989428300003 - ], - [ - -117.256942273, - 33.219891061000055 - ], - [ - -117.25692639399995, - 33.219887785000026 - ], - [ - -117.25691053399999, - 33.219884457000035 - ], - [ - -117.25689468599995, - 33.21988107200008 - ], - [ - -117.25687885999997, - 33.21987763300007 - ], - [ - -117.25686304599998, - 33.21987414300003 - ], - [ - -117.25684725099995, - 33.21987059600008 - ], - [ - -117.25683147299998, - 33.21986699300004 - ], - [ - -117.25681571599995, - 33.21986334200005 - ], - [ - -117.25679997199995, - 33.219859634000045 - ], - [ - -117.25678424499995, - 33.21985587000006 - ], - [ - -117.25676853699997, - 33.219852057000026 - ], - [ - -117.25675285399996, - 33.21984818400006 - ], - [ - -117.25673718399997, - 33.21984426300003 - ], - [ - -117.25672153499994, - 33.21984028600008 - ], - [ - -117.25670590399994, - 33.219836255000075 - ], - [ - -117.25669029599999, - 33.219832170000075 - ], - [ - -117.25667716399994, - 33.219828687000074 - ], - [ - -117.25667470199994, - 33.219828034000045 - ], - [ - -117.256659131, - 33.21982384300003 - ], - [ - -117.25664358299997, - 33.21981960000005 - ], - [ - -117.25662805299999, - 33.219815303000075 - ], - [ - -117.25661254699997, - 33.219810951000056 - ], - [ - -117.25659705899994, - 33.219806550000044 - ], - [ - -117.25658159299996, - 33.219802094000045 - ], - [ - -117.256562966, - 33.21979664400004 - ], - [ - -117.25655072799998, - 33.21979302500006 - ], - [ - -117.25653532499996, - 33.219788411000025 - ], - [ - -117.25651995699997, - 33.21978374500003 - ], - [ - -117.25650459499997, - 33.21977902400005 - ], - [ - -117.25648924999996, - 33.21977424800008 - ], - [ - -117.25647395699997, - 33.21976942500004 - ], - [ - -117.25645867199995, - 33.21976454900005 - ], - [ - -117.25644340999997, - 33.219759622000026 - ], - [ - -117.25643250899998, - 33.21975605700004 - ], - [ - -117.25642817399995, - 33.21975463900003 - ], - [ - -117.25641295999998, - 33.21974960600005 - ], - [ - -117.25639777199996, - 33.21974452100005 - ], - [ - -117.25638260899996, - 33.21973938100007 - ], - [ - -117.25636747199997, - 33.21973419400007 - ], - [ - -117.25635235599998, - 33.21972895400006 - ], - [ - -117.25633726499996, - 33.21972365700003 - ], - [ - -117.256322206, - 33.21971831500008 - ], - [ - -117.25630717099995, - 33.21971292000006 - ], - [ - -117.25629216099998, - 33.219707475000064 - ], - [ - -117.25627717699996, - 33.21970197400003 - ], - [ - -117.25626222299996, - 33.21969642600004 - ], - [ - -117.25624729199995, - 33.21969082500004 - ], - [ - -117.25623238799994, - 33.21968517100004 - ], - [ - -117.25621751499995, - 33.219679470000074 - ], - [ - -117.25620266799996, - 33.219673715000056 - ], - [ - -117.256187851, - 33.21966791300002 - ], - [ - -117.256173059, - 33.21966205700005 - ], - [ - -117.25615829399999, - 33.21965614900006 - ], - [ - -117.25614356399996, - 33.21965019500004 - ], - [ - -117.25612886, - 33.219644188000075 - ], - [ - -117.25611418299997, - 33.21963813000008 - ], - [ - -117.25609953799994, - 33.219632027000046 - ], - [ - -117.25608491899999, - 33.21962586700005 - ], - [ - -117.25607033999995, - 33.219619658000056 - ], - [ - -117.25605577899995, - 33.21961340400003 - ], - [ - -117.256041257, - 33.21960709800004 - ], - [ - -117.25602675999994, - 33.21960074000003 - ], - [ - -117.256012296, - 33.21959433500007 - ], - [ - -117.25599786299995, - 33.21958787800003 - ], - [ - -117.25598345799995, - 33.21958137400003 - ], - [ - -117.25596909099994, - 33.21957482000005 - ], - [ - -117.25595475199998, - 33.21956822000004 - ], - [ - -117.25594045099996, - 33.21956156500005 - ], - [ - -117.25592617799998, - 33.21955485700005 - ], - [ - -117.25592343399995, - 33.21955356600006 - ], - [ - -117.255920646, - 33.219622309000044 - ], - [ - -117.25592058399997, - 33.21976020200003 - ], - [ - -117.25592055199996, - 33.21983097400005 - ], - [ - -117.25592045399998, - 33.22004261600006 - ], - [ - -117.25592037799998, - 33.22020753600003 - ], - [ - -117.25592030099995, - 33.22037792500004 - ], - [ - -117.25591861599997, - 33.22085645100003 - ], - [ - -117.25591799699998, - 33.221032079000054 - ], - [ - -117.25591824799994, - 33.22105406400004 - ], - [ - -117.25591670999995, - 33.22132970400003 - ], - [ - -117.25592191299995, - 33.221364668000035 - ], - [ - -117.25592184899995, - 33.221379712000044 - ], - [ - -117.25591675299995, - 33.221379625000054 - ], - [ - -117.25591763899996, - 33.22237013800003 - ], - [ - -117.25591835999995, - 33.22316960200004 - ], - [ - -117.25591837199994, - 33.22318407400007 - ], - [ - -117.254294443, - 33.22317299000008 - ], - [ - -117.25412257999994, - 33.22317181300008 - ], - [ - -117.25352919199997, - 33.22316774800004 - ], - [ - -117.25353180499997, - 33.22339585200007 - ], - [ - -117.25353039899994, - 33.22339582800004 - ], - [ - -117.25353040899995, - 33.22339749500003 - ], - [ - -117.25742716599996, - 33.22345497500004 - ], - [ - -117.25742686099994, - 33.22352643800008 - ], - [ - -117.25741292899994, - 33.22457447900007 - ], - [ - -117.26035778299996, - 33.22616576000007 - ], - [ - -117.26223574699998, - 33.227186248000066 - ], - [ - -117.26179458899998, - 33.22739185700004 - ], - [ - -117.26177923399996, - 33.227399055000035 - ], - [ - -117.261480485, - 33.22753910800003 - ], - [ - -117.26115950499997, - 33.227689584000075 - ], - [ - -117.26096395199994, - 33.22778125900004 - ], - [ - -117.260753148, - 33.22788008200007 - ], - [ - -117.26055120199999, - 33.22797475200008 - ], - [ - -117.26034923399999, - 33.22806943200004 - ], - [ - -117.26014730599996, - 33.22816409400008 - ], - [ - -117.25994537999998, - 33.228258751000055 - ], - [ - -117.25974727599998, - 33.22835161900008 - ], - [ - -117.25955172099998, - 33.228443291000076 - ], - [ - -117.25934340199996, - 33.22854094600007 - ], - [ - -117.25911347899995, - 33.228648726000074 - ], - [ - -117.25867490399997, - 33.22885431700007 - ], - [ - -117.25859009599998, - 33.22889528300004 - ], - [ - -117.25853373499996, - 33.22935781600006 - ], - [ - -117.258451042, - 33.229992795000044 - ], - [ - -117.25841474499998, - 33.23029199400003 - ], - [ - -117.25838510799997, - 33.23053626600006 - ], - [ - -117.25835724199999, - 33.230765989000076 - ], - [ - -117.25833446999997, - 33.230953673000045 - ], - [ - -117.25832948599998, - 33.230994757000076 - ], - [ - -117.25830374399999, - 33.23120695700004 - ], - [ - -117.25824805999997, - 33.23166404700004 - ], - [ - -117.258192082, - 33.23212300800003 - ], - [ - -117.25807781799995, - 33.23300908300007 - ], - [ - -117.25800229099997, - 33.23361392000004 - ], - [ - -117.25793104, - 33.23418450100007 - ], - [ - -117.25792977699996, - 33.23419462500004 - ], - [ - -117.25792943799996, - 33.23419733600008 - ], - [ - -117.25792909899997, - 33.23420005600008 - ], - [ - -117.25788967299997, - 33.23451579600004 - ], - [ - -117.25788959899995, - 33.234516393000035 - ], - [ - -117.25788958099997, - 33.23451654000007 - ], - [ - -117.25788954399997, - 33.23451683700006 - ], - [ - -117.25787893299997, - 33.23460208200004 - ], - [ - -117.25781082299994, - 33.23514927800005 - ], - [ - -117.25780486599996, - 33.235194860000036 - ], - [ - -117.25798125199998, - 33.23524201200007 - ], - [ - -117.25804130599994, - 33.235256623000055 - ], - [ - -117.25810168199996, - 33.23527036000007 - ], - [ - -117.25816230499998, - 33.23528321500004 - ], - [ - -117.25822320199995, - 33.235295165000025 - ], - [ - -117.25825702699996, - 33.23530128700003 - ], - [ - -117.25828432399999, - 33.235306223000066 - ], - [ - -117.25921458199997, - 33.23544635500008 - ], - [ - -117.25922355199998, - 33.23544770700005 - ], - [ - -117.25924073599998, - 33.235450290000074 - ], - [ - -117.25924739299995, - 33.235451295000075 - ], - [ - -117.25924747499994, - 33.23545130700006 - ], - [ - -117.25925835599998, - 33.23545284000005 - ], - [ - -117.25928468399997, - 33.23545654600008 - ], - [ - -117.26035070599994, - 33.235606665000034 - ], - [ - -117.261482947, - 33.23576609400004 - ], - [ - -117.26155524999996, - 33.23577627700007 - ], - [ - -117.26150284799996, - 33.235844893000035 - ], - [ - -117.26145966999997, - 33.235901418000026 - ], - [ - -117.26120845199995, - 33.23623033800004 - ], - [ - -117.26102907699999, - 33.236465192000026 - ], - [ - -117.26124760099998, - 33.236585406000074 - ], - [ - -117.26280743899997, - 33.23744346800004 - ], - [ - -117.26277164799995, - 33.23748947300004 - ], - [ - -117.26162871599996, - 33.23895844800006 - ], - [ - -117.26133787199996, - 33.23933223000006 - ], - [ - -117.26104701199995, - 33.239706021000075 - ], - [ - -117.26075615199994, - 33.240079810000054 - ], - [ - -117.26046762199996, - 33.24045061000004 - ], - [ - -117.26046541699998, - 33.24045344100006 - ], - [ - -117.26044727899995, - 33.24047657800003 - ], - [ - -117.26047475899998, - 33.240491650000024 - ], - [ - -117.26049559599994, - 33.24050306700008 - ], - [ - -117.260502154, - 33.24050666100004 - ], - [ - -117.26208101599997, - 33.24140968700004 - ], - [ - -117.26222668199995, - 33.24148444000008 - ], - [ - -117.26215675199995, - 33.24157698400006 - ], - [ - -117.260523375, - 33.24373865500007 - ], - [ - -117.26047075199995, - 33.243808296000054 - ], - [ - -117.25994568999994, - 33.244503131000045 - ], - [ - -117.259928157, - 33.24452633300007 - ], - [ - -117.25943916099999, - 33.24426315300008 - ], - [ - -117.25897363099995, - 33.244012601000065 - ], - [ - -117.25807121799994, - 33.243526906000056 - ], - [ - -117.25788521199996, - 33.24377082400002 - ], - [ - -117.25746070099996, - 33.244327519000024 - ], - [ - -117.25736906599997, - 33.24444768400008 - ], - [ - -117.25673415299997, - 33.24527304900005 - ], - [ - -117.25662121, - 33.24542002700008 - ], - [ - -117.25655559799998, - 33.245505413000046 - ], - [ - -117.25654337199995, - 33.24552132000008 - ], - [ - -117.25573743399997, - 33.246569392000026 - ], - [ - -117.25570717199997, - 33.24655310500003 - ], - [ - -117.25438421699994, - 33.24584115000005 - ], - [ - -117.25438239199997, - 33.245840162000036 - ], - [ - -117.25428876899997, - 33.245789700000046 - ], - [ - -117.25409554999999, - 33.24568290800005 - ], - [ - -117.25406686099996, - 33.24566703700003 - ], - [ - -117.25406550399998, - 33.24566627100006 - ], - [ - -117.25388056799994, - 33.24556213000005 - ], - [ - -117.253843271, - 33.24554319300006 - ], - [ - -117.25381506199994, - 33.245527614000025 - ], - [ - -117.25367649799995, - 33.24545109500008 - ], - [ - -117.25366373099996, - 33.24544398200004 - ], - [ - -117.25346252199995, - 33.245331892000024 - ], - [ - -117.25325188199997, - 33.24521816200007 - ], - [ - -117.25305105099994, - 33.24510434900003 - ], - [ - -117.25284698499996, - 33.24499331200008 - ], - [ - -117.25254681599995, - 33.24482345400003 - ], - [ - -117.25244539599998, - 33.24477118200008 - ], - [ - -117.25239468399997, - 33.24474307600008 - ], - [ - -117.25212280899996, - 33.244592391000026 - ], - [ - -117.25197134799998, - 33.24450845500007 - ], - [ - -117.25175061099998, - 33.24438707000007 - ], - [ - -117.25174965599996, - 33.244386543000076 - ], - [ - -117.25123769699997, - 33.24410439700006 - ], - [ - -117.25113478799994, - 33.244046602000026 - ], - [ - -117.25110099299997, - 33.24402741600005 - ], - [ - -117.25095932699998, - 33.24394911300004 - ], - [ - -117.25084571699995, - 33.243886306000036 - ], - [ - -117.25071624099996, - 33.24381473600005 - ], - [ - -117.25043162799994, - 33.24365740600007 - ], - [ - -117.25038284399994, - 33.24363043400007 - ], - [ - -117.25031984699996, - 33.24359560900007 - ], - [ - -117.25027221, - 33.24356927600007 - ], - [ - -117.25012876999995, - 33.243489984000064 - ], - [ - -117.24990757499995, - 33.24336770600007 - ], - [ - -117.24984552499996, - 33.24333340700008 - ], - [ - -117.24967459399994, - 33.24323890800002 - ], - [ - -117.24937110099995, - 33.243071142000076 - ], - [ - -117.24934011399995, - 33.24305402700003 - ], - [ - -117.24905148799996, - 33.24289445800002 - ], - [ - -117.248785984, - 33.24274768300006 - ], - [ - -117.24866291999996, - 33.24267965100006 - ], - [ - -117.24852840499994, - 33.24260528800005 - ], - [ - -117.24851270399995, - 33.242596614000036 - ], - [ - -117.24842631299998, - 33.24254884900006 - ], - [ - -117.24827775999995, - 33.24246672100003 - ], - [ - -117.248229832, - 33.24244023000006 - ], - [ - -117.24805744899999, - 33.24234492800008 - ], - [ - -117.24794631599997, - 33.24228349400005 - ], - [ - -117.24787021799995, - 33.24224142300005 - ], - [ - -117.24783606899996, - 33.24222254500006 - ], - [ - -117.24767723999997, - 33.242134736000025 - ], - [ - -117.24739248399999, - 33.241977321000036 - ], - [ - -117.24714606499998, - 33.241841082000064 - ], - [ - -117.24689963499998, - 33.241704853000044 - ], - [ - -117.24672479799995, - 33.24160819000008 - ], - [ - -117.24666965199998, - 33.24157769900006 - ], - [ - -117.24638331299997, - 33.24141939400005 - ], - [ - -117.24617200399996, - 33.24130260000004 - ], - [ - -117.24590171799997, - 33.24115316100006 - ], - [ - -117.24584667499994, - 33.241122725000025 - ], - [ - -117.24515409299994, - 33.240739794000035 - ], - [ - -117.24515291899996, - 33.24073914400003 - ], - [ - -117.24495111599998, - 33.24062757300004 - ], - [ - -117.24495225399994, - 33.240898264000066 - ], - [ - -117.24495364399996, - 33.241227794000054 - ], - [ - -117.24495486799998, - 33.24151958300007 - ], - [ - -117.24495487899998, - 33.241530176000026 - ], - [ - -117.24495007599995, - 33.24317954500003 - ], - [ - -117.24495002999998, - 33.24319458800005 - ], - [ - -117.24494935899997, - 33.24342797300005 - ], - [ - -117.24494789499994, - 33.24393373800007 - ], - [ - -117.24494685199994, - 33.24429453800008 - ], - [ - -117.24494680599997, - 33.24431070500003 - ], - [ - -117.24494452, - 33.24510219500007 - ], - [ - -117.24494654299997, - 33.24524411900006 - ], - [ - -117.24495039499999, - 33.24551415900004 - ], - [ - -117.24495160499998, - 33.24559900200006 - ], - [ - -117.244953308, - 33.24571853300006 - ], - [ - -117.24497528799998, - 33.247259659000065 - ], - [ - -117.24497690299995, - 33.24737285100008 - ], - [ - -117.24499434199998, - 33.24859567300007 - ], - [ - -117.24499406299998, - 33.248773938000056 - ], - [ - -117.24499405899996, - 33.248780690000046 - ], - [ - -117.24499389699997, - 33.24880275100003 - ], - [ - -117.24499281599998, - 33.24895365900005 - ], - [ - -117.24499279099996, - 33.24895658300005 - ], - [ - -117.24499517599997, - 33.24976756900003 - ], - [ - -117.24499717999998, - 33.25045376700007 - ], - [ - -117.244999399, - 33.25121229300004 - ], - [ - -117.24500178599999, - 33.25202941800006 - ], - [ - -117.24500303699995, - 33.25245737300003 - ], - [ - -117.24500414899995, - 33.252837329000045 - ], - [ - -117.24500253099995, - 33.25298885700005 - ], - [ - -117.24500290199995, - 33.25312929000006 - ], - [ - -117.24500585899995, - 33.254258840000034 - ], - [ - -117.24500761799999, - 33.25477496600007 - ], - [ - -117.24477331299994, - 33.25483444900004 - ], - [ - -117.24333085199999, - 33.25520062700008 - ], - [ - -117.24290588499997, - 33.25530850500007 - ], - [ - -117.24288359599996, - 33.25531416200005 - ], - [ - -117.24287617399995, - 33.25616877400006 - ], - [ - -117.24287578399998, - 33.25626822400005 - ], - [ - -117.242875385, - 33.25636964700004 - ], - [ - -117.24287438399995, - 33.25662526100007 - ], - [ - -117.24287298999997, - 33.25698021200003 - ], - [ - -117.24286961599995, - 33.25784008800008 - ], - [ - -117.24286912499997, - 33.257965210000066 - ], - [ - -117.24286893199996, - 33.25801431100007 - ], - [ - -117.24286853999996, - 33.25811417700004 - ], - [ - -117.24286816999995, - 33.25820853700003 - ], - [ - -117.24286785399994, - 33.258288907000065 - ], - [ - -117.242864355, - 33.25918061400006 - ], - [ - -117.24286435399995, - 33.25918066400004 - ], - [ - -117.24286435299996, - 33.259180713000035 - ], - [ - -117.24286192299996, - 33.25979982600006 - ], - [ - -117.24323506999997, - 33.25979731700005 - ], - [ - -117.24501109999994, - 33.25978536200006 - ], - [ - -117.24501106499997, - 33.25916352000007 - ], - [ - -117.24501106499997, - 33.25916347000003 - ], - [ - -117.24501106499997, - 33.25916342100004 - ], - [ - -117.24501105099995, - 33.258947102000036 - ], - [ - -117.24861262799999, - 33.25889493500006 - ], - [ - -117.24927334499995, - 33.25888535300004 - ], - [ - -117.249274905, - 33.25912916200008 - ], - [ - -117.24927490599998, - 33.25912921200006 - ], - [ - -117.24927490599998, - 33.259129261000055 - ], - [ - -117.24927904699996, - 33.25977682600006 - ], - [ - -117.249279705, - 33.25987953500004 - ], - [ - -117.24930258699999, - 33.26345579300005 - ], - [ - -117.24866444099996, - 33.26343995900004 - ], - [ - -117.24501713499996, - 33.263376452000045 - ], - [ - -117.24502540799995, - 33.26365343700007 - ], - [ - -117.24502208499996, - 33.26366688000007 - ], - [ - -117.24501944599996, - 33.26368044600002 - ], - [ - -117.24501754899995, - 33.26369409500006 - ], - [ - -117.24501639199997, - 33.26370735100005 - ], - [ - -117.24501625099998, - 33.263727026000026 - ], - [ - -117.24501369099994, - 33.26404543500007 - ], - [ - -117.24501055499996, - 33.264345046000074 - ], - [ - -117.245006059, - 33.26463914400006 - ], - [ - -117.24500507599998, - 33.26472712300006 - ], - [ - -117.24500270699997, - 33.26480684500007 - ], - [ - -117.24499076299998, - 33.26548306400008 - ], - [ - -117.24499212299997, - 33.26549675600006 - ], - [ - -117.24499324399994, - 33.26551046000003 - ], - [ - -117.24499415499997, - 33.26552418600005 - ], - [ - -117.24499482899995, - 33.26553791300006 - ], - [ - -117.244995255, - 33.265551652000056 - ], - [ - -117.24499549399997, - 33.26556539300003 - ], - [ - -117.24499547299996, - 33.26557913600004 - ], - [ - -117.24499522899998, - 33.265592871000024 - ], - [ - -117.2449947599999, - 33.26560660700005 - ], - [ - -117.24499406799998, - 33.26562033600004 - ], - [ - -117.24499312699999, - 33.26563404700005 - ], - [ - -117.244991976, - 33.265647768000065 - ], - [ - -117.24499058599997, - 33.265661453000064 - ], - [ - -117.24498897399997, - 33.265675129000044 - ], - [ - -117.24498713699995, - 33.265688787000045 - ], - [ - -117.24498506499998, - 33.265702418000046 - ], - [ - -117.24498276799994, - 33.26571603100007 - ], - [ - -117.24498024599995, - 33.265729606000036 - ], - [ - -117.24497749999995, - 33.265743142000076 - ], - [ - -117.24497743399996, - 33.265749768000035 - ], - [ - -117.24389412, - 33.265717736000056 - ], - [ - -117.24383515999995, - 33.265715992000025 - ], - [ - -117.24345556599997, - 33.26570476400008 - ], - [ - -117.243036615, - 33.265692374000025 - ], - [ - -117.24263086299999, - 33.265680608000025 - ], - [ - -117.24220537399998, - 33.265667989000065 - ], - [ - -117.24144939999996, - 33.26564607700004 - ], - [ - -117.23939414799997, - 33.26558457300007 - ], - [ - -117.237585019, - 33.26553099500006 - ], - [ - -117.23737153399998, - 33.26552467500005 - ], - [ - -117.23737164299996, - 33.26553841700007 - ], - [ - -117.23737138499996, - 33.265552152000055 - ], - [ - -117.23737075099996, - 33.265565880000054 - ], - [ - -117.237369737, - 33.26557961000003 - ], - [ - -117.23736835899996, - 33.26559328500008 - ], - [ - -117.23736661499998, - 33.26560695200004 - ], - [ - -117.23736449499995, - 33.26562058400003 - ], - [ - -117.23736200699994, - 33.26563416700003 - ], - [ - -117.23735915399999, - 33.26564769600003 - ], - [ - -117.23735593599997, - 33.26566117600004 - ], - [ - -117.23735236199997, - 33.265674571000034 - ], - [ - -117.23734841099997, - 33.265687910000054 - ], - [ - -117.23734409399998, - 33.26570116200003 - ], - [ - -117.23733943399998, - 33.265714338000066 - ], - [ - -117.23733440799998, - 33.26572740800003 - ], - [ - -117.23732903699994, - 33.265740391000065 - ], - [ - -117.23732331399998, - 33.265753268000026 - ], - [ - -117.23731724599998, - 33.26576601900007 - ], - [ - -117.23731083599995, - 33.26577866500003 - ], - [ - -117.23730408199998, - 33.26579117400007 - ], - [ - -117.23729698499994, - 33.26580355700003 - ], - [ - -117.23728955699994, - 33.265815804000056 - ], - [ - -117.23728180899997, - 33.26582790600003 - ], - [ - -117.23727371599995, - 33.265839852000056 - ], - [ - -117.237265316, - 33.26585164000005 - ], - [ - -117.23725659699994, - 33.265863265000064 - ], - [ - -117.23724756699994, - 33.265874723000024 - ], - [ - -117.23723820699996, - 33.26588600500003 - ], - [ - -117.237228572, - 33.265897102000054 - ], - [ - -117.23721863099996, - 33.26590801300006 - ], - [ - -117.23720839199996, - 33.26591872800003 - ], - [ - -117.23720264699995, - 33.26592453600006 - ], - [ - -117.23697476299998, - 33.26617553700004 - ], - [ - -117.23695381099998, - 33.266198615000064 - ], - [ - -117.23688418599994, - 33.26698797600005 - ], - [ - -117.23688891899997, - 33.26699596800006 - ], - [ - -117.23689656599998, - 33.26700811400008 - ], - [ - -117.23690465499999, - 33.26702006100004 - ], - [ - -117.23691317899994, - 33.26703178500003 - ], - [ - -117.23692213599998, - 33.267043278000074 - ], - [ - -117.23693151499998, - 33.26705454000006 - ], - [ - -117.23694130499996, - 33.267065552000076 - ], - [ - -117.23694383299994, - 33.267068221000045 - ], - [ - -117.23695148999997, - 33.26707630200008 - ], - [ - -117.23696205099998, - 33.267086783000025 - ], - [ - -117.23697303199998, - 33.267096983000044 - ], - [ - -117.23698436499996, - 33.26710689300006 - ], - [ - -117.23699604599994, - 33.26711650300007 - ], - [ - -117.23700809199994, - 33.267125803000056 - ], - [ - -117.23702046199998, - 33.26713479400007 - ], - [ - -117.23703316999996, - 33.267143445000045 - ], - [ - -117.237045476, - 33.26715088200007 - ], - [ - -117.23727771499995, - 33.26729112900006 - ], - [ - -117.23728022599994, - 33.26729265000006 - ], - [ - -117.23767203799997, - 33.267512157000056 - ], - [ - -117.23768197599998, - 33.26751815200004 - ], - [ - -117.23769534599995, - 33.26752607100008 - ], - [ - -117.23770880599994, - 33.26753387800005 - ], - [ - -117.237722352, - 33.26754157900007 - ], - [ - -117.23773599299994, - 33.26754916600004 - ], - [ - -117.23774971499995, - 33.267556643000034 - ], - [ - -117.23776352699997, - 33.267564003000075 - ], - [ - -117.23777742799996, - 33.26757125200004 - ], - [ - -117.23779140699997, - 33.267578386000025 - ], - [ - -117.23780547099994, - 33.26758540800006 - ], - [ - -117.23781961399999, - 33.267592311000044 - ], - [ - -117.23783383399996, - 33.26759909900005 - ], - [ - -117.23784814099997, - 33.26760576800007 - ], - [ - -117.23786251599995, - 33.26761232200005 - ], - [ - -117.23787696899996, - 33.267618758000026 - ], - [ - -117.23789149399994, - 33.26762507600006 - ], - [ - -117.23790609699995, - 33.26763127300006 - ], - [ - -117.237920767, - 33.26763734700006 - ], - [ - -117.23793550699997, - 33.267643305000036 - ], - [ - -117.23795031799995, - 33.26764914000006 - ], - [ - -117.23796519599995, - 33.26765485300007 - ], - [ - -117.23797405, - 33.26765817100005 - ], - [ - -117.23797708299998, - 33.26765814500004 - ], - [ - -117.23799514499996, - 33.26766591400008 - ], - [ - -117.23801021399998, - 33.26767126000004 - ], - [ - -117.23802534799995, - 33.26767648300006 - ], - [ - -117.238040534, - 33.267681579000055 - ], - [ - -117.23805578499997, - 33.26768655200004 - ], - [ - -117.23807109199998, - 33.26769140000005 - ], - [ - -117.23808645499997, - 33.26769611900005 - ], - [ - -117.23810187, - 33.267700717000025 - ], - [ - -117.23811733699995, - 33.26770518700005 - ], - [ - -117.23813285999995, - 33.26770952900006 - ], - [ - -117.23814842499996, - 33.26771374300006 - ], - [ - -117.23816404299998, - 33.26771783200007 - ], - [ - -117.2381797099999, - 33.267721788000074 - ], - [ - -117.23819541799998, - 33.26772561800004 - ], - [ - -117.23821117199998, - 33.26772932200004 - ], - [ - -117.23822696899998, - 33.26773289300007 - ], - [ - -117.23824280399998, - 33.26773633400006 - ], - [ - -117.23825867899996, - 33.26773964900008 - ], - [ - -117.23827459999995, - 33.26774283000003 - ], - [ - -117.23829054, - 33.26774588100005 - ], - [ - -117.23830652599997, - 33.26774880100004 - ], - [ - -117.23832254299998, - 33.267751590000046 - ], - [ - -117.23921458599995, - 33.267939624000064 - ], - [ - -117.23938813099994, - 33.26797201200003 - ], - [ - -117.23939092699999, - 33.267646883000054 - ], - [ - -117.23939529299997, - 33.26713838400008 - ], - [ - -117.24391991599998, - 33.26709124000007 - ], - [ - -117.24401565099998, - 33.267090996000036 - ], - [ - -117.24416099299998, - 33.26709062500004 - ], - [ - -117.24416175599998, - 33.26709062000003 - ], - [ - -117.24481999099999, - 33.267085630000054 - ], - [ - -117.24487739099999, - 33.26708519500005 - ], - [ - -117.24488165199995, - 33.26708516300005 - ], - [ - -117.24498086999995, - 33.26708441000005 - ], - [ - -117.24498833399997, - 33.26760213500006 - ], - [ - -117.24500268399999, - 33.268720157000075 - ], - [ - -117.244984994, - 33.27076851500004 - ], - [ - -117.24498434699996, - 33.271254240000076 - ], - [ - -117.24498194899996, - 33.27304526000006 - ], - [ - -117.24498021899996, - 33.27433747900005 - ], - [ - -117.24498020199997, - 33.27435149900003 - ], - [ - -117.24499812599998, - 33.275347182000075 - ], - [ - -117.24500050299997, - 33.27585123500006 - ], - [ - -117.245001388, - 33.27591645200005 - ], - [ - -117.24500144899997, - 33.275921218000065 - ], - [ - -117.245003124, - 33.27605102600006 - ], - [ - -117.24501333999996, - 33.27684374200004 - ], - [ - -117.24502024799995, - 33.277379592000045 - ], - [ - -117.24499958999996, - 33.278012303000025 - ], - [ - -117.24575507099996, - 33.278034587000036 - ], - [ - -117.24579436, - 33.27803701900007 - ], - [ - -117.24592857599998, - 33.27804143700007 - ], - [ - -117.24597443999994, - 33.278046568000036 - ], - [ - -117.24805257599996, - 33.27807700400007 - ], - [ - -117.248678257, - 33.27808616200008 - ], - [ - -117.24883148699996, - 33.27808840600005 - ], - [ - -117.24912565299996, - 33.27809304500005 - ], - [ - -117.24934204099998, - 33.27809645900004 - ], - [ - -117.25073309399994, - 33.278131974000075 - ], - [ - -117.25203542499997, - 33.278135243000065 - ], - [ - -117.25330256599995, - 33.278153744000065 - ], - [ - -117.25360960199998, - 33.27815822400004 - ], - [ - -117.25361184699995, - 33.278526499000066 - ], - [ - -117.25361500699995, - 33.27904425300005 - ], - [ - -117.25362076099998, - 33.279988599000035 - ], - [ - -117.25362081199995, - 33.28000590400006 - ], - [ - -117.25362130299999, - 33.280175350000036 - ], - [ - -117.25362518699995, - 33.281516698000075 - ], - [ - -117.25287534499995, - 33.28123479100003 - ], - [ - -117.25258419799997, - 33.281766977000075 - ], - [ - -117.25258403599997, - 33.28176819000004 - ], - [ - -117.25258378799998, - 33.28177002000007 - ], - [ - -117.25257270799995, - 33.28185233200003 - ], - [ - -117.25252086799998, - 33.28223747000004 - ], - [ - -117.25153250999995, - 33.282226208000054 - ], - [ - -117.25154031599999, - 33.281764407000026 - ], - [ - -117.24936372699995, - 33.281724231000055 - ], - [ - -117.24931590899996, - 33.28354958400007 - ], - [ - -117.24931567199997, - 33.28375740000007 - ], - [ - -117.24931536899999, - 33.28402403800004 - ], - [ - -117.24931383399996, - 33.285374561000026 - ], - [ - -117.24931383299997, - 33.285375833000046 - ], - [ - -117.25039340599994, - 33.28538820800003 - ], - [ - -117.25147318499995, - 33.28540040300004 - ], - [ - -117.252455463, - 33.28541149200004 - ], - [ - -117.252947383, - 33.285417050000035 - ], - [ - -117.25363349599996, - 33.285424774000035 - ], - [ - -117.25453420899998, - 33.28543490900006 - ], - [ - -117.25474605199997, - 33.28543729200004 - ], - [ - -117.25573342599995, - 33.285448442000074 - ], - [ - -117.25787573699995, - 33.285472655000035 - ], - [ - -117.258567111, - 33.28548046000003 - ], - [ - -117.25897272699996, - 33.28548503700006 - ], - [ - -117.25902468499999, - 33.285485624000046 - ], - [ - -117.26019395299994, - 33.28549881200007 - ], - [ - -117.26085646499996, - 33.28550627900006 - ], - [ - -117.26122733999995, - 33.28551045900008 - ], - [ - -117.2615310199999, - 33.28551388000005 - ], - [ - -117.26226660599997, - 33.28552216200006 - ], - [ - -117.26226532699997, - 33.28676263800003 - ], - [ - -117.26226439099997, - 33.28766897400004 - ], - [ - -117.26226410099997, - 33.287949335000064 - ], - [ - -117.262262895, - 33.288768427000036 - ], - [ - -117.26226235399997, - 33.28913667000006 - ], - [ - -117.26226234699999, - 33.28914169300003 - ], - [ - -117.26226119799998, - 33.29025655500004 - ], - [ - -117.26226046099998, - 33.29097399400007 - ], - [ - -117.26226028099995, - 33.29114929100007 - ], - [ - -117.26225863699995, - 33.29274585700006 - ], - [ - -117.262249468, - 33.29274580300006 - ], - [ - -117.26095935999996, - 33.292738661000044 - ], - [ - -117.25995824299997, - 33.29273310600007 - ], - [ - -117.25960770599994, - 33.29273115500007 - ], - [ - -117.25795286199997, - 33.29270560100008 - ], - [ - -117.25795337299996, - 33.292788047000045 - ], - [ - -117.25796242099995, - 33.29426350800003 - ], - [ - -117.25797033099997, - 33.295553934000054 - ], - [ - -117.25797513799995, - 33.29633801500006 - ], - [ - -117.25802573899995, - 33.296338536000064 - ], - [ - -117.25916362399994, - 33.296350044000064 - ], - [ - -117.25927686399996, - 33.29634920600006 - ], - [ - -117.26131924099997, - 33.29633432800006 - ], - [ - -117.26127705399995, - 33.29579872900007 - ], - [ - -117.26124125799998, - 33.295661617000064 - ], - [ - -117.26119829199996, - 33.29549704000004 - ], - [ - -117.26176584899997, - 33.29528460300003 - ], - [ - -117.26228669499994, - 33.29508964900003 - ], - [ - -117.26346954199994, - 33.29464299600005 - ], - [ - -117.263696644, - 33.29475382700008 - ], - [ - -117.26379856799997, - 33.294794222000064 - ], - [ - -117.26388088899995, - 33.29483752500005 - ], - [ - -117.26420321299997, - 33.29497506200005 - ], - [ - -117.26413913299996, - 33.296429611000065 - ], - [ - -117.264111744, - 33.297051295000074 - ], - [ - -117.26410473599998, - 33.29721035100005 - ], - [ - -117.26400720599997, - 33.29727163800004 - ], - [ - -117.26304008299996, - 33.29769177400004 - ], - [ - -117.26265938499995, - 33.297816459000046 - ], - [ - -117.26231296399999, - 33.297927866000066 - ], - [ - -117.26231298599998, - 33.29792990900006 - ], - [ - -117.26231747799994, - 33.29831838800004 - ], - [ - -117.26232374199998, - 33.29886020600003 - ], - [ - -117.26233276099998, - 33.29997595200007 - ] - ] - ], - [ - [ - [ - -117.16884592799994, - 33.24172340400003 - ], - [ - -117.16861219499998, - 33.24172513800005 - ], - [ - -117.16861181899998, - 33.241726465000056 - ], - [ - -117.1686114399999, - 33.24172780300006 - ], - [ - -117.16861106699997, - 33.24172913900003 - ], - [ - -117.168610877, - 33.24172980900005 - ], - [ - -117.16861068799994, - 33.24173047700003 - ], - [ - -117.16861031599996, - 33.24173181500004 - ], - [ - -117.16860994599995, - 33.24173314500007 - ], - [ - -117.16860957299997, - 33.241734491000045 - ], - [ - -117.16860920399995, - 33.24173582800006 - ], - [ - -117.16860883899994, - 33.24173717000008 - ], - [ - -117.16860846999998, - 33.241738508000026 - ], - [ - -117.16860828699998, - 33.241739178000046 - ], - [ - -117.16860810399999, - 33.24173984600003 - ], - [ - -117.16860774399998, - 33.24174118700006 - ], - [ - -117.16860738099996, - 33.24174252600005 - ], - [ - -117.16860701899998, - 33.241743867000025 - ], - [ - -117.168606663, - 33.24174521000003 - ], - [ - -117.16860630399998, - 33.24174655100006 - ], - [ - -117.16860612499994, - 33.24174722200007 - ], - [ - -117.168605948, - 33.241747891000045 - ], - [ - -117.16860559199995, - 33.241749233000064 - ], - [ - -117.16860524199996, - 33.24175057300005 - ], - [ - -117.16860488799995, - 33.24175191900002 - ], - [ - -117.16860454, - 33.24175325900006 - ], - [ - -117.16860419099999, - 33.24175460200007 - ], - [ - -117.16860401799994, - 33.241755273000024 - ], - [ - -117.16860384299997, - 33.241755943000044 - ], - [ - -117.16860349799998, - 33.24175728400007 - ], - [ - -117.168603153, - 33.24175863100004 - ], - [ - -117.16860281099997, - 33.241759975000036 - ], - [ - -117.16860247199998, - 33.24176132000002 - ], - [ - -117.16860229999998, - 33.24176199100003 - ], - [ - -117.16860212799997, - 33.24176266200004 - ], - [ - -117.16860179199995, - 33.24176400700003 - ], - [ - -117.16860145399994, - 33.24176535300006 - ], - [ - -117.16860111999995, - 33.24176669700006 - ], - [ - -117.16860078499997, - 33.241768043000036 - ], - [ - -117.16860061799997, - 33.241768714000045 - ], - [ - -117.16860045299995, - 33.241769386000044 - ], - [ - -117.16860012399997, - 33.241770734000056 - ], - [ - -117.16859979599997, - 33.24177207900004 - ], - [ - -117.16859946499994, - 33.241773426000066 - ], - [ - -117.16859913899998, - 33.24177477100005 - ], - [ - -117.16859881499994, - 33.241776119000065 - ], - [ - -117.16859865199996, - 33.24177679200005 - ], - [ - -117.16859848999997, - 33.24177746600003 - ], - [ - -117.16859816999994, - 33.24177881400004 - ], - [ - -117.168597848, - 33.24178015900003 - ], - [ - -117.16859753099999, - 33.24178150900008 - ], - [ - -117.16859721199995, - 33.24178285600004 - ], - [ - -117.16859705299998, - 33.24178353100007 - ], - [ - -117.16859689599994, - 33.241784204000055 - ], - [ - -117.16859658299995, - 33.24178555300006 - ], - [ - -117.16859626999997, - 33.24178690300005 - ], - [ - -117.16859595699998, - 33.24178825100006 - ], - [ - -117.16859564799995, - 33.24178959900007 - ], - [ - -117.16859549299994, - 33.24179027400004 - ], - [ - -117.16859533999997, - 33.24179095000005 - ], - [ - -117.16859503199998, - 33.241792298000064 - ], - [ - -117.16859472799996, - 33.241793648000055 - ], - [ - -117.16859442199996, - 33.241794999000035 - ], - [ - -117.16859411799999, - 33.241796349000026 - ], - [ - -117.168593967, - 33.24179702500004 - ], - [ - -117.16859381799998, - 33.24179770200004 - ], - [ - -117.16859351999994, - 33.24179905200003 - ], - [ - -117.16859322299996, - 33.24180040400006 - ], - [ - -117.16859292599997, - 33.24180175400005 - ], - [ - -117.16859263099997, - 33.24180310500003 - ], - [ - -117.16859233599996, - 33.24180445600007 - ], - [ - -117.16859232199994, - 33.24180452100006 - ], - [ - -117.16859230799997, - 33.24180458500007 - ], - [ - -117.16859217999996, - 33.24180518000003 - ], - [ - -117.168592043, - 33.24180581000007 - ], - [ - -117.16859175299999, - 33.24180716200004 - ], - [ - -117.16859146299998, - 33.241808513000024 - ], - [ - -117.16859117599995, - 33.241809869000065 - ], - [ - -117.16859089099995, - 33.241811219000056 - ], - [ - -117.16859060499996, - 33.24181257300006 - ], - [ - -117.16859032199994, - 33.24181392600008 - ], - [ - -117.16859004099996, - 33.241815279000036 - ], - [ - -117.16858975899999, - 33.24181663300004 - ], - [ - -117.16858948299995, - 33.24181798800004 - ], - [ - -117.16858920399994, - 33.24181934500007 - ], - [ - -117.16858906599998, - 33.241820020000034 - ], - [ - -117.16858892799996, - 33.24182069700004 - ], - [ - -117.16858865599994, - 33.24182205100004 - ], - [ - -117.16858838199994, - 33.24182340800007 - ], - [ - -117.16858810899998, - 33.24182476300007 - ], - [ - -117.16858783999999, - 33.24182611400005 - ], - [ - -117.16858770399995, - 33.241826794000076 - ], - [ - -117.16858756899995, - 33.24182747200007 - ], - [ - -117.16858730299998, - 33.24182883000003 - ], - [ - -117.16858704099997, - 33.24183018300005 - ], - [ - -117.16858677599998, - 33.24183153900003 - ], - [ - -117.16858650999995, - 33.24183289500007 - ], - [ - -117.16858625499998, - 33.24183425100006 - ], - [ - -117.16858599299997, - 33.24183560900008 - ], - [ - -117.16858573399998, - 33.24183696800003 - ], - [ - -117.16858548, - 33.24183832400007 - ], - [ - -117.16858522499996, - 33.241839682000034 - ], - [ - -117.16858497199996, - 33.241841040000054 - ], - [ - -117.16858472099995, - 33.24184239700003 - ], - [ - -117.16858446699996, - 33.24184375400006 - ], - [ - -117.16858434299996, - 33.24184443300004 - ], - [ - -117.16858422099995, - 33.24184511100003 - ], - [ - -117.16858397199996, - 33.24184647100003 - ], - [ - -117.16858372599995, - 33.24184783000004 - ], - [ - -117.16858348199997, - 33.24184918900005 - ], - [ - -117.16858323999998, - 33.24185054600002 - ], - [ - -117.16858299499995, - 33.24185190600008 - ], - [ - -117.16858275699997, - 33.24185326500003 - ], - [ - -117.16858251699995, - 33.24185462600008 - ], - [ - -117.16858228199999, - 33.24185598400004 - ], - [ - -117.168582045, - 33.24185734400004 - ], - [ - -117.16858181099997, - 33.24185870500003 - ], - [ - -117.16858157999997, - 33.24186006600007 - ], - [ - -117.16858134799998, - 33.241861425000025 - ], - [ - -117.16858111799996, - 33.24186278700006 - ], - [ - -117.16858088999999, - 33.24186414800005 - ], - [ - -117.16858066499998, - 33.241865510000025 - ], - [ - -117.16858043999997, - 33.241866869000035 - ], - [ - -117.16858021699994, - 33.24186823000008 - ], - [ - -117.16857999399997, - 33.24186959200006 - ], - [ - -117.16857977399997, - 33.241870955000024 - ], - [ - -117.16857955399996, - 33.24187231500002 - ], - [ - -117.168579336, - 33.24187367500008 - ], - [ - -117.168579121, - 33.241875039000035 - ], - [ - -117.16857890499995, - 33.24187640200006 - ], - [ - -117.16857869399996, - 33.24187776500003 - ], - [ - -117.16857848399997, - 33.24187912600007 - ], - [ - -117.16857837699996, - 33.24187980900007 - ], - [ - -117.168578272, - 33.24188049000003 - ], - [ - -117.16857806299998, - 33.24188185300005 - ], - [ - -117.16857785599996, - 33.241883216000076 - ], - [ - -117.16857764899999, - 33.241884577000064 - ], - [ - -117.16857744799995, - 33.241885945000035 - ], - [ - -117.16857724399995, - 33.241887305000034 - ], - [ - -117.16857704199998, - 33.24188866900005 - ], - [ - -117.16857694199996, - 33.24188935300003 - ], - [ - -117.16857684399997, - 33.24189003500004 - ], - [ - -117.16857664599996, - 33.241891397000074 - ], - [ - -117.16857645099998, - 33.24189276100003 - ], - [ - -117.168576256, - 33.241894124000055 - ], - [ - -117.16857605899997, - 33.24189548900006 - ], - [ - -117.16857596299997, - 33.241896172000054 - ], - [ - -117.16857586699996, - 33.24189685500005 - ], - [ - -117.16857567799997, - 33.24189822000005 - ], - [ - -117.16857548999997, - 33.241899585000056 - ], - [ - -117.16857530399994, - 33.24190095100005 - ], - [ - -117.16857511399996, - 33.24190231500006 - ], - [ - -117.16857493199996, - 33.241903680000064 - ], - [ - -117.16857474899996, - 33.241905046000056 - ], - [ - -117.16857456699995, - 33.241906406000055 - ], - [ - -117.16857438799997, - 33.24190777700005 - ], - [ - -117.16857429399994, - 33.24190845800007 - ], - [ - -117.16857419999997, - 33.24190914600007 - ], - [ - -117.16857403499995, - 33.24191051100007 - ], - [ - -117.16857385799995, - 33.241911876000074 - ], - [ - -117.16857368299998, - 33.24191324200007 - ], - [ - -117.16857355299999, - 33.24191426700003 - ], - [ - -117.16857350999999, - 33.24191460900005 - ], - [ - -117.16857333699994, - 33.24191597400005 - ], - [ - -117.16857316899996, - 33.24191734200008 - ], - [ - -117.168572999, - 33.24191870800007 - ], - [ - -117.16857283399997, - 33.24192007600004 - ], - [ - -117.16857266899996, - 33.241921443000024 - ], - [ - -117.16857250899994, - 33.24192281100005 - ], - [ - -117.16857234599996, - 33.24192417900008 - ], - [ - -117.16857218599995, - 33.24192554500007 - ], - [ - -117.168572026, - 33.241926912000054 - ], - [ - -117.16857186799996, - 33.24192828100007 - ], - [ - -117.16857171199996, - 33.24192964900004 - ], - [ - -117.16857156099996, - 33.241931016000024 - ], - [ - -117.16857140599996, - 33.24193238100003 - ], - [ - -117.16857125499996, - 33.24193375300007 - ], - [ - -117.16857110599994, - 33.24193512200003 - ], - [ - -117.16857095499995, - 33.24193649000006 - ], - [ - -117.16857080699998, - 33.241937859000075 - ], - [ - -117.16857066499995, - 33.241939228000035 - ], - [ - -117.16857051799997, - 33.24194059800004 - ], - [ - -117.16857037699998, - 33.24194196600007 - ], - [ - -117.16857023799997, - 33.24194333400004 - ], - [ - -117.16857009699999, - 33.24194470300006 - ], - [ - -117.16856995499995, - 33.24194607100003 - ], - [ - -117.16856989099995, - 33.24194675900003 - ], - [ - -117.16856982199994, - 33.24194744300007 - ], - [ - -117.16856969199995, - 33.24194881300008 - ], - [ - -117.16856955599997, - 33.24195018200004 - ], - [ - -117.16856942299995, - 33.24195155100006 - ], - [ - -117.16856887899996, - 33.24195724100008 - ], - [ - -117.168808233, - 33.24195744900004 - ], - [ - -117.16889869699997, - 33.241957530000036 - ], - [ - -117.168894433, - 33.24193713100004 - ], - [ - -117.16889489399995, - 33.241934548000074 - ], - [ - -117.168895137, - 33.241933188000075 - ], - [ - -117.16889522199995, - 33.24193271200005 - ], - [ - -117.168895379, - 33.241931829000066 - ], - [ - -117.16889562299997, - 33.24193046900007 - ], - [ - -117.16889586699995, - 33.24192911200004 - ], - [ - -117.16889611, - 33.24192775200004 - ], - [ - -117.16889635499996, - 33.24192639200004 - ], - [ - -117.16889647899995, - 33.241925716000026 - ], - [ - -117.16889660199996, - 33.241925036000055 - ], - [ - -117.16889684299997, - 33.241923679000024 - ], - [ - -117.16889709499998, - 33.241922317000046 - ], - [ - -117.16889733899995, - 33.24192096100006 - ], - [ - -117.16889758599996, - 33.24191960100006 - ], - [ - -117.16889783999994, - 33.24191824400003 - ], - [ - -117.16889796199996, - 33.24191756500005 - ], - [ - -117.16889808399998, - 33.24191688500002 - ], - [ - -117.16889833399995, - 33.24191552800005 - ], - [ - -117.16889857899997, - 33.24191416700006 - ], - [ - -117.16889882899994, - 33.24191281000003 - ], - [ - -117.16889908099995, - 33.24191145100008 - ], - [ - -117.16889933199997, - 33.24191009400005 - ], - [ - -117.168899582, - 33.24190873500004 - ], - [ - -117.16889983199997, - 33.241907378000064 - ], - [ - -117.16890008299998, - 33.241906021000034 - ], - [ - -117.16890033399994, - 33.241904662000024 - ], - [ - -117.16890058699994, - 33.24190330400006 - ], - [ - -117.16890084299996, - 33.24190194700003 - ], - [ - -117.16890109199994, - 33.24190058900007 - ], - [ - -117.16890134599998, - 33.24189923500006 - ], - [ - -117.16890160099996, - 33.241897874000074 - ], - [ - -117.16890185299997, - 33.24189651800003 - ], - [ - -117.16890211199996, - 33.24189516000007 - ], - [ - -117.16890236499995, - 33.24189380200005 - ], - [ - -117.16890262199996, - 33.241892445000076 - ], - [ - -117.16890274999997, - 33.24189176600004 - ], - [ - -117.168902877, - 33.241891088000045 - ], - [ - -117.16890313399995, - 33.24188973100007 - ], - [ - -117.16890339099996, - 33.24188837500003 - ], - [ - -117.16890364899996, - 33.24188701700007 - ], - [ - -117.168903909, - 33.24188566000004 - ], - [ - -117.16890416599995, - 33.24188430300006 - ], - [ - -117.16890442299996, - 33.24188294700008 - ], - [ - -117.16890468399998, - 33.24188158900006 - ], - [ - -117.16890494399996, - 33.241880233000074 - ], - [ - -117.16890520399994, - 33.241878876000044 - ], - [ - -117.16890546599996, - 33.24187751900007 - ], - [ - -117.16890572699998, - 33.24187616300003 - ], - [ - -117.16890598599997, - 33.241874808000034 - ], - [ - -117.16890611799994, - 33.24187413000004 - ], - [ - -117.16890624999996, - 33.24187345000007 - ], - [ - -117.16890651099999, - 33.24187209300004 - ], - [ - -117.16890677499998, - 33.241870739000035 - ], - [ - -117.16890704199994, - 33.241869380000026 - ], - [ - -117.16890730199998, - 33.24186802600008 - ], - [ - -117.16890756599997, - 33.24186666800006 - ], - [ - -117.16890769799994, - 33.241865991000054 - ], - [ - -117.16890782999997, - 33.241865311000026 - ], - [ - -117.16890809499995, - 33.24186395700008 - ], - [ - -117.16890836099998, - 33.24186260400006 - ], - [ - -117.16890862599996, - 33.24186124400006 - ], - [ - -117.16890889399997, - 33.24185989000006 - ], - [ - -117.168909026, - 33.241859211000076 - ], - [ - -117.16890915899995, - 33.24185853300003 - ], - [ - -117.16890942599997, - 33.24185717800003 - ], - [ - -117.16890969299999, - 33.24185582200005 - ], - [ - -117.16890995999995, - 33.241854465000074 - ], - [ - -117.16891023, - 33.24185311000008 - ], - [ - -117.16891036299995, - 33.241852434000066 - ], - [ - -117.16891049699996, - 33.24185175500003 - ], - [ - -117.16891076799999, - 33.241850398000054 - ], - [ - -117.16891103799998, - 33.24184904500004 - ], - [ - -117.16891130699997, - 33.241847688000064 - ], - [ - -117.16891157899994, - 33.24184633400006 - ], - [ - -117.16891184899998, - 33.24184498000005 - ], - [ - -117.16891211899997, - 33.24184362300008 - ], - [ - -117.16891239299997, - 33.24184226800003 - ], - [ - -117.16891266299996, - 33.24184091400008 - ], - [ - -117.16891293699996, - 33.24183955900003 - ], - [ - -117.16891320999997, - 33.24183820300004 - ], - [ - -117.16891348499996, - 33.24183684900004 - ], - [ - -117.16891375799997, - 33.24183549400004 - ], - [ - -117.16891403099999, - 33.24183413900005 - ], - [ - -117.16891430699997, - 33.24183278600003 - ], - [ - -117.16891458199996, - 33.24183143100004 - ], - [ - -117.168914858, - 33.24183007600004 - ], - [ - -117.16891513599995, - 33.241828723000026 - ], - [ - -117.168915412, - 33.24182736900008 - ], - [ - -117.16891568899996, - 33.24182601500007 - ], - [ - -117.16891596599999, - 33.24182466000008 - ], - [ - -117.16891624299996, - 33.241823305000025 - ], - [ - -117.16891652299995, - 33.241821952000066 - ], - [ - -117.16891679899999, - 33.24182059700007 - ], - [ - -117.16891707999997, - 33.241819243000066 - ], - [ - -117.16891736099996, - 33.24181788900006 - ], - [ - -117.16891764099995, - 33.241816533000076 - ], - [ - -117.16891791999996, - 33.24181518100005 - ], - [ - -117.16891820099994, - 33.24181382800003 - ], - [ - -117.16891848499995, - 33.24181247400003 - ], - [ - -117.16891876199998, - 33.24181111900003 - ], - [ - -117.16891904799996, - 33.241809766000074 - ], - [ - -117.16891932799996, - 33.24180841700007 - ], - [ - -117.16891954099998, - 33.24180739800005 - ], - [ - -117.16891961199997, - 33.24180706000004 - ], - [ - -117.16891989499999, - 33.24180570500005 - ], - [ - -117.16892018099998, - 33.24180435400007 - ], - [ - -117.16892046399994, - 33.24180299900007 - ], - [ - -117.168920749, - 33.241801648000035 - ], - [ - -117.16892103499998, - 33.24180029300004 - ], - [ - -117.16892132099997, - 33.24179894200006 - ], - [ - -117.16892160499998, - 33.241797587000065 - ], - [ - -117.16892174999998, - 33.24179691100005 - ], - [ - -117.16892189599997, - 33.24179623500004 - ], - [ - -117.16892217799995, - 33.24179488200008 - ], - [ - -117.168922469, - 33.24179353000005 - ], - [ - -117.16892275799995, - 33.24179217600005 - ], - [ - -117.16892304299995, - 33.24179082300003 - ], - [ - -117.16892333399994, - 33.24178947200005 - ], - [ - -117.16892347899994, - 33.24178879500005 - ], - [ - -117.16892362299996, - 33.241788119000034 - ], - [ - -117.16892391299996, - 33.24178676500003 - ], - [ - -117.16892420199997, - 33.24178541500004 - ], - [ - -117.16892449199997, - 33.24178406000004 - ], - [ - -117.16892478299997, - 33.24178270800007 - ], - [ - -117.168925076, - 33.241781357000036 - ], - [ - -117.16892522099994, - 33.24178068100008 - ], - [ - -117.16892536599994, - 33.24178000400008 - ], - [ - -117.16892565899997, - 33.24177865300004 - ], - [ - -117.16892595099995, - 33.24177730200006 - ], - [ - -117.16892624699994, - 33.24177594400004 - ], - [ - -117.16892653899998, - 33.24177459600003 - ], - [ - -117.16892683199995, - 33.24177324400006 - ], - [ - -117.16892712599997, - 33.24177188800007 - ], - [ - -117.16892734699996, - 33.24177087800007 - ], - [ - -117.16892742199997, - 33.24177054000006 - ], - [ - -117.16892771499994, - 33.241769188000035 - ], - [ - -117.16892800999995, - 33.24176784400004 - ], - [ - -117.16892830799998, - 33.24176648500003 - ], - [ - -117.16892860499996, - 33.241765136000026 - ], - [ - -117.16892890099996, - 33.241763785000046 - ], - [ - -117.16892919699995, - 33.241762435000055 - ], - [ - -117.16892939199994, - 33.24176156200008 - ], - [ - -117.16892949899994, - 33.24176108200004 - ], - [ - -117.16892974299998, - 33.241759960000024 - ], - [ - -117.16892976799994, - 33.24175984500005 - ], - [ - -117.16892979399995, - 33.24175972900008 - ], - [ - -117.16893009299997, - 33.24175838000008 - ], - [ - -117.16893039099995, - 33.24175703100008 - ], - [ - -117.16893069099996, - 33.24175567800006 - ], - [ - -117.16893098999998, - 33.241754326000034 - ], - [ - -117.168931295, - 33.24175297600004 - ], - [ - -117.16893159299997, - 33.24175162600005 - ], - [ - -117.16893189299998, - 33.24175027500007 - ], - [ - -117.16893219599996, - 33.241748925000024 - ], - [ - -117.168932499, - 33.241747572000065 - ], - [ - -117.16893280199997, - 33.241746223000064 - ], - [ - -117.16893310199998, - 33.24174487300007 - ], - [ - -117.16893340899998, - 33.24174352400007 - ], - [ - -117.16893363599996, - 33.24174251100004 - ], - [ - -117.16893371199995, - 33.241742172000045 - ], - [ - -117.168934015, - 33.24174082300004 - ], - [ - -117.16893432099994, - 33.24173947400004 - ], - [ - -117.16893462399997, - 33.241738121000026 - ], - [ - -117.16893493099997, - 33.241736772000024 - ], - [ - -117.16893523699997, - 33.241735420000055 - ], - [ - -117.16893554399996, - 33.24173407200004 - ], - [ - -117.16893584699994, - 33.24173272300004 - ], - [ - -117.16893615599997, - 33.24173137400004 - ], - [ - -117.16893631299996, - 33.24173068500005 - ], - [ - -117.168936466, - 33.24173002200007 - ], - [ - -117.16893677199994, - 33.24172867300007 - ], - [ - -117.16893708099997, - 33.24172732100004 - ], - [ - -117.16893739199998, - 33.241725975000065 - ], - [ - -117.16893995399994, - 33.24172270400004 - ], - [ - -117.16884592799994, - 33.24172340400003 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Riverside, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -117.34732008599997, - 34.01541342400003 - ], - [ - -117.34755833599996, - 34.01567190500003 - ], - [ - -117.34766126899996, - 34.01578358200004 - ], - [ - -117.347562972, - 34.015930456000035 - ], - [ - -117.34740898799998, - 34.016160530000036 - ], - [ - -117.34726892799995, - 34.016369799000074 - ], - [ - -117.34715845999995, - 34.01653485300005 - ], - [ - -117.34704689299997, - 34.01670154900006 - ], - [ - -117.34687655599998, - 34.01695605200007 - ], - [ - -117.34683922299996, - 34.01701183200004 - ], - [ - -117.34679772899995, - 34.01707383000007 - ], - [ - -117.34663398799995, - 34.017318473000046 - ], - [ - -117.34660614599994, - 34.01736007200003 - ], - [ - -117.34656062099998, - 34.017428091000056 - ], - [ - -117.34708536599999, - 34.017670690000045 - ], - [ - -117.34720081399996, - 34.01772406400005 - ], - [ - -117.34798628199997, - 34.01809720800003 - ], - [ - -117.34837998499995, - 34.01828424100006 - ], - [ - -117.34821801399994, - 34.01852683900006 - ], - [ - -117.34811345599996, - 34.018683441000064 - ], - [ - -117.34801068399997, - 34.01883736700006 - ], - [ - -117.34790462799998, - 34.01899621000007 - ], - [ - -117.34779348199999, - 34.01916267300004 - ], - [ - -117.347664077, - 34.01935648700004 - ], - [ - -117.347690689, - 34.01935650400003 - ], - [ - -117.34918253999996, - 34.01934931400007 - ], - [ - -117.35117395399999, - 34.01935875000004 - ], - [ - -117.35137292399997, - 34.019358874000034 - ], - [ - -117.35319273399995, - 34.01935999600005 - ], - [ - -117.35652245399996, - 34.01936200800003 - ], - [ - -117.35655744399998, - 34.01936199100004 - ], - [ - -117.36273559099999, - 34.01936539600007 - ], - [ - -117.36448698899994, - 34.01935792100005 - ], - [ - -117.36453344699999, - 34.01935772300004 - ], - [ - -117.36456825999994, - 34.01934461900004 - ], - [ - -117.36456867699997, - 34.01934446200005 - ], - [ - -117.36456885999996, - 34.01934439300004 - ], - [ - -117.36456904399995, - 34.01934432300004 - ], - [ - -117.36456946099997, - 34.01934416600005 - ], - [ - -117.36456964499996, - 34.019344096000054 - ], - [ - -117.36457006199998, - 34.019343939000066 - ], - [ - -117.36457024499998, - 34.019343871000046 - ], - [ - -117.36457066299994, - 34.01934371300007 - ], - [ - -117.36457107999996, - 34.019343556000024 - ], - [ - -117.36457126299996, - 34.01934348700007 - ], - [ - -117.36457168099997, - 34.01934333000003 - ], - [ - -117.36457209899999, - 34.01934317300004 - ], - [ - -117.36457251699994, - 34.01934301600005 - ], - [ - -117.36457270099999, - 34.01934294700004 - ], - [ - -117.36457311799995, - 34.01934279000005 - ], - [ - -117.36457330199994, - 34.019342721000044 - ], - [ - -117.36457371799997, - 34.019342564000056 - ], - [ - -117.36457390199996, - 34.019342495000046 - ], - [ - -117.36457431899998, - 34.01934233800006 - ], - [ - -117.36457491999994, - 34.01934211200006 - ], - [ - -117.36457510399998, - 34.01934204300005 - ], - [ - -117.36457552099995, - 34.01934188600006 - ], - [ - -117.36457593899996, - 34.019341729000075 - ], - [ - -117.36457612199996, - 34.019341660000066 - ], - [ - -117.36457653999997, - 34.01934150300008 - ], - [ - -117.36457672299997, - 34.01934143400007 - ], - [ - -117.36457714, - 34.019341277000024 - ], - [ - -117.36457732499997, - 34.019341207000025 - ], - [ - -117.36457792399995, - 34.01934098100003 - ], - [ - -117.36457834299995, - 34.01934082400004 - ], - [ - -117.36457852599995, - 34.01934075500003 - ], - [ - -117.36457894399996, - 34.01934059800004 - ], - [ - -117.36457912699996, - 34.01934052900003 - ], - [ - -117.36457954399998, - 34.019340372000045 - ], - [ - -117.36457972699998, - 34.019340303000035 - ], - [ - -117.364580145, - 34.01934014600005 - ], - [ - -117.36458032799999, - 34.01934007700004 - ], - [ - -117.364580747, - 34.01933991900006 - ], - [ - -117.36458134699996, - 34.01933969300006 - ], - [ - -117.36458152999995, - 34.019339624000054 - ], - [ - -117.36458194799997, - 34.019339467000066 - ], - [ - -117.36458213099996, - 34.01933939800006 - ], - [ - -117.36458254899998, - 34.01933924100007 - ], - [ - -117.364582967, - 34.01933908400002 - ], - [ - -117.36458356799994, - 34.019338858000026 - ], - [ - -117.36458398399998, - 34.01933870000005 - ], - [ - -117.36458440299998, - 34.01933854300006 - ], - [ - -117.36458500299995, - 34.01933831600007 - ], - [ - -117.36458518599994, - 34.019338248000054 - ], - [ - -117.36458560399996, - 34.019338091000066 - ], - [ - -117.36458620399998, - 34.01933786400008 - ], - [ - -117.364586622, - 34.019337707000034 - ], - [ - -117.36458680499999, - 34.01933763900007 - ], - [ - -117.36458722299994, - 34.019337482000026 - ], - [ - -117.36458764099996, - 34.01933732400005 - ], - [ - -117.36458782499994, - 34.01933725500004 - ], - [ - -117.36458824199997, - 34.01933709800005 - ], - [ - -117.364588659, - 34.01933694100006 - ], - [ - -117.36458884299998, - 34.01933687200005 - ], - [ - -117.36458925999995, - 34.019336714000076 - ], - [ - -117.36458967799996, - 34.01933655700003 - ], - [ - -117.36459027799998, - 34.019336331000034 - ], - [ - -117.364590696, - 34.019336174000046 - ], - [ - -117.36459111199997, - 34.01933601700006 - ], - [ - -117.36459129699995, - 34.01933594700006 - ], - [ - -117.36459171499996, - 34.01933579000007 - ], - [ - -117.36459213299997, - 34.019335633000026 - ], - [ - -117.36459254999994, - 34.01933547600004 - ], - [ - -117.36459296699996, - 34.01933531900005 - ], - [ - -117.36459380199994, - 34.01933500400003 - ], - [ - -117.36459421899997, - 34.01933484700004 - ], - [ - -117.36459505499994, - 34.01933453200007 - ], - [ - -117.36459565599995, - 34.019334307000065 - ], - [ - -117.36459649099999, - 34.01933399200004 - ], - [ - -117.36459732499998, - 34.019333678000066 - ], - [ - -117.36459816099995, - 34.019333363000044 - ], - [ - -117.364598995, - 34.01933304900007 - ], - [ - -117.36459941299995, - 34.01933289200008 - ], - [ - -117.36460001399996, - 34.019332666000025 - ], - [ - -117.36460043199997, - 34.01933250900004 - ], - [ - -117.36460084999999, - 34.01933235200005 - ], - [ - -117.36460145099994, - 34.01933212500006 - ], - [ - -117.36460186799997, - 34.019331968000074 - ], - [ - -117.36460228499999, - 34.01933181100003 - ], - [ - -117.36460270299995, - 34.01933165400004 - ], - [ - -117.36460312, - 34.01933149700005 - ], - [ - -117.36460353899997, - 34.019331340000065 - ], - [ - -117.36460395599994, - 34.01933118300008 - ], - [ - -117.36460437299996, - 34.01933102500004 - ], - [ - -117.36460497399997, - 34.019330799000045 - ], - [ - -117.36460557499998, - 34.01933057300005 - ], - [ - -117.36460617499995, - 34.01933034700005 - ], - [ - -117.36460659299996, - 34.01933019000006 - ], - [ - -117.36460719399997, - 34.019329964000065 - ], - [ - -117.36460779499998, - 34.01932973800007 - ], - [ - -117.36460863099995, - 34.019329424000034 - ], - [ - -117.36460923099997, - 34.01932919800004 - ], - [ - -117.36460964899999, - 34.01932904000006 - ], - [ - -117.36461024899995, - 34.01932881500005 - ], - [ - -117.36461085099995, - 34.019328588000064 - ], - [ - -117.36461126799998, - 34.019328431000076 - ], - [ - -117.36461205199998, - 34.01932813500002 - ], - [ - -117.36461307099995, - 34.01932775200004 - ], - [ - -117.36461367199996, - 34.01932752600004 - ], - [ - -117.36461408899999, - 34.01932736900005 - ], - [ - -117.36461469099999, - 34.019327142000066 - ], - [ - -117.36461570799997, - 34.019326758000034 - ], - [ - -117.36461612499994, - 34.019326601000046 - ], - [ - -117.36461649299997, - 34.01932646300003 - ], - [ - -117.36461709399998, - 34.01932623700003 - ], - [ - -117.36461751, - 34.01932608000004 - ], - [ - -117.36461769399995, - 34.01932601100003 - ], - [ - -117.36461787599995, - 34.01932594200008 - ], - [ - -117.36461829399997, - 34.019325785000035 - ], - [ - -117.36461847799995, - 34.019325715000036 - ], - [ - -117.36461889599997, - 34.01932555800005 - ], - [ - -117.36461907999995, - 34.01932548900004 - ], - [ - -117.36461949699998, - 34.01932533200005 - ], - [ - -117.36461968099997, - 34.01932526300004 - ], - [ - -117.36462009799999, - 34.01932510600005 - ], - [ - -117.36462051499996, - 34.019324949000065 - ], - [ - -117.36462111499998, - 34.01932472300007 - ], - [ - -117.364621533, - 34.01932456600008 - ], - [ - -117.36462195099995, - 34.019324408000045 - ], - [ - -117.36462213299995, - 34.019324340000026 - ], - [ - -117.36462255199996, - 34.01932418100006 - ], - [ - -117.36462296999997, - 34.01932402400007 - ], - [ - -117.36462380499995, - 34.01932371000004 - ], - [ - -117.36462398799995, - 34.019323642000074 - ], - [ - -117.36462440499997, - 34.01932348400004 - ], - [ - -117.36462482299999, - 34.01932332700005 - ], - [ - -117.36462523899996, - 34.019323170000064 - ], - [ - -117.36462607599998, - 34.01932285500004 - ], - [ - -117.36462625799999, - 34.01932278700008 - ], - [ - -117.364626677, - 34.01932263000003 - ], - [ - -117.36462709399996, - 34.019322473000045 - ], - [ - -117.36462751099998, - 34.01932231500007 - ], - [ - -117.364627929, - 34.01932215800008 - ], - [ - -117.36462834699995, - 34.019322001000035 - ], - [ - -117.36462852999995, - 34.019321932000025 - ], - [ - -117.36462936499998, - 34.01932161800005 - ], - [ - -117.36463019999997, - 34.01932130300003 - ], - [ - -117.36463061799998, - 34.01932114600004 - ], - [ - -117.36463103399996, - 34.01932098900005 - ], - [ - -117.36463145199997, - 34.01932083200006 - ], - [ - -117.36463186999998, - 34.01932067400003 - ], - [ - -117.36463228899999, - 34.01932051700004 - ], - [ - -117.36463288899995, - 34.01932029100004 - ], - [ - -117.36463330599997, - 34.019320134000054 - ], - [ - -117.36463372299994, - 34.019319977000066 - ], - [ - -117.36463414099995, - 34.01931982000008 - ], - [ - -117.36463455899997, - 34.01931966300003 - ], - [ - -117.364634976, - 34.019319505000055 - ], - [ - -117.36463539299996, - 34.01931934800007 - ], - [ - -117.36463581199996, - 34.01931919100008 - ], - [ - -117.36463599499996, - 34.01931912200007 - ], - [ - -117.36463641299997, - 34.019318965000025 - ], - [ - -117.36463701399998, - 34.01931873900003 - ], - [ - -117.36463743099995, - 34.01931858200004 - ], - [ - -117.36463784699998, - 34.01931842600004 - ], - [ - -117.36463826599999, - 34.019318267000074 - ], - [ - -117.36463868299995, - 34.01931811000003 - ], - [ - -117.36463910099997, - 34.01931795300004 - ], - [ - -117.36463928499995, - 34.01931788500008 - ], - [ - -117.36463970199998, - 34.01931772700004 - ], - [ - -117.36464030299999, - 34.019317501000046 - ], - [ - -117.36464090399994, - 34.01931727600004 - ], - [ - -117.36464132099997, - 34.01931711800006 - ], - [ - -117.36464173899998, - 34.01931696100007 - ], - [ - -117.36464215599995, - 34.01931680300004 - ], - [ - -117.36464233899994, - 34.019316735000075 - ], - [ - -117.36464252499997, - 34.019316665000076 - ], - [ - -117.36464312399994, - 34.01931643900008 - ], - [ - -117.364643307, - 34.01931637000007 - ], - [ - -117.36464372399996, - 34.019316213000025 - ], - [ - -117.364643909, - 34.01931614400007 - ], - [ - -117.36464450999995, - 34.01931591700003 - ], - [ - -117.36464469299995, - 34.019315849000066 - ], - [ - -117.36464511099996, - 34.01931569200008 - ], - [ - -117.36464529299997, - 34.01931562300007 - ], - [ - -117.36464571099998, - 34.019315465000034 - ], - [ - -117.36464589299999, - 34.01931539700007 - ], - [ - -117.364646312, - 34.01931523800005 - ], - [ - -117.36464649499999, - 34.01931517000003 - ], - [ - -117.36464691199996, - 34.01931501300004 - ], - [ - -117.36464709599994, - 34.01931494300004 - ], - [ - -117.36464751299997, - 34.01931478600005 - ], - [ - -117.36464811399998, - 34.019314560000055 - ], - [ - -117.36464853099994, - 34.01931440300007 - ], - [ - -117.36464894899996, - 34.01931424500003 - ], - [ - -117.36464913199995, - 34.01931417700007 - ], - [ - -117.36464996799998, - 34.01931386200005 - ], - [ - -117.36465015199997, - 34.01931379300004 - ], - [ - -117.36465075299998, - 34.01931356800003 - ], - [ - -117.36465116999995, - 34.01931341000005 - ], - [ - -117.36465158799996, - 34.019313253000064 - ], - [ - -117.36465218799998, - 34.01931302700007 - ], - [ - -117.364652606, - 34.01931287000008 - ], - [ - -117.36465302399995, - 34.01931271300003 - ], - [ - -117.36465362399997, - 34.019312487000036 - ], - [ - -117.36465404199998, - 34.01931232900006 - ], - [ - -117.36465445899995, - 34.01931217200007 - ], - [ - -117.36465487699996, - 34.019312015000025 - ], - [ - -117.36465529399999, - 34.01931185800004 - ], - [ - -117.36465589399995, - 34.01931163200004 - ], - [ - -117.36465631099998, - 34.01931147500005 - ], - [ - -117.36465673099997, - 34.019311317000074 - ], - [ - -117.36465714899998, - 34.01931116000003 - ], - [ - -117.36465774899995, - 34.01931093400003 - ], - [ - -117.36465834999996, - 34.019310708000035 - ], - [ - -117.364658766, - 34.019310551000046 - ], - [ - -117.36465918399995, - 34.01931039300007 - ], - [ - -117.36465960199996, - 34.019310236000024 - ], - [ - -117.36466001999997, - 34.019310079000036 - ], - [ - -117.36466043699994, - 34.01930992200005 - ], - [ - -117.36466085499995, - 34.01930976500006 - ], - [ - -117.36466127299997, - 34.019309607000025 - ], - [ - -117.36466187299999, - 34.019309382000074 - ], - [ - -117.36466228999996, - 34.01930922500003 - ], - [ - -117.36466270699998, - 34.01930906700005 - ], - [ - -117.364663125, - 34.01930891000006 - ], - [ - -117.36466354399994, - 34.019308753000075 - ], - [ - -117.36466396099996, - 34.01930859500004 - ], - [ - -117.36466437799999, - 34.01930843800005 - ], - [ - -117.36466479599994, - 34.019308281000065 - ], - [ - -117.36466521299997, - 34.01930812400008 - ], - [ - -117.36466539599996, - 34.01930805600006 - ], - [ - -117.36466581399998, - 34.01930789800008 - ], - [ - -117.36466623099994, - 34.019307741000034 - ], - [ - -117.36466664999995, - 34.01930758300006 - ], - [ - -117.36466706799996, - 34.01930742600007 - ], - [ - -117.36466748499998, - 34.01930726900002 - ], - [ - -117.36466790099996, - 34.019307113000025 - ], - [ - -117.36466850299996, - 34.01930688700003 - ], - [ - -117.36466892099997, - 34.01930672900005 - ], - [ - -117.36466910299998, - 34.01930666000004 - ], - [ - -117.36466952099994, - 34.01930650300005 - ], - [ - -117.36466993999994, - 34.019306346000064 - ], - [ - -117.36467012199995, - 34.019306277000055 - ], - [ - -117.36467053899997, - 34.01930612000007 - ], - [ - -117.36467095699999, - 34.01930596300008 - ], - [ - -117.36467137399995, - 34.019305805000045 - ], - [ - -117.36467197499996, - 34.01930558000004 - ], - [ - -117.36467239299998, - 34.01930542300005 - ], - [ - -117.36467299499998, - 34.01930519600006 - ], - [ - -117.36467341099996, - 34.01930503900007 - ], - [ - -117.36467359499994, - 34.019304969000075 - ], - [ - -117.36467443, - 34.01930465500004 - ], - [ - -117.36467461399997, - 34.01930458700008 - ], - [ - -117.364675031, - 34.019304429000044 - ], - [ - -117.36467539799997, - 34.01930429200007 - ], - [ - -117.36467623199997, - 34.01930397800004 - ], - [ - -117.36467664999998, - 34.01930382000006 - ], - [ - -117.36467683499995, - 34.01930375000006 - ], - [ - -117.36467766799996, - 34.019303437000076 - ], - [ - -117.36467785199994, - 34.01930336700008 - ], - [ - -117.36467826899997, - 34.01930321000003 - ], - [ - -117.36467845299995, - 34.01930314100008 - ], - [ - -117.36467886999998, - 34.019302983000046 - ], - [ - -117.36467947199998, - 34.01930275700005 - ], - [ - -117.36468030699996, - 34.01930244300007 - ], - [ - -117.36468090699998, - 34.019302217000075 - ], - [ - -117.36468109099997, - 34.019302147000076 - ], - [ - -117.364681508, - 34.01930199000003 - ], - [ - -117.36468252599997, - 34.019301607000045 - ], - [ - -117.36468270899996, - 34.019301538000036 - ], - [ - -117.36468312699998, - 34.01930138000006 - ], - [ - -117.36468330999998, - 34.01930131200004 - ], - [ - -117.36468372899998, - 34.01930115500005 - ], - [ - -117.36468414599995, - 34.01930099800006 - ], - [ - -117.36468432999999, - 34.01930092900005 - ], - [ - -117.36468474699996, - 34.019300771000076 - ], - [ - -117.36468493099994, - 34.019300703000056 - ], - [ - -117.36468498099998, - 34.01930068400003 - ], - [ - -117.36468516499997, - 34.01930061400003 - ], - [ - -117.36468539799995, - 34.01930052700004 - ], - [ - -117.36468581599996, - 34.01930037000005 - ], - [ - -117.36468623299999, - 34.019300213000065 - ], - [ - -117.36468665199999, - 34.01930005500003 - ], - [ - -117.36468725399999, - 34.01929982900003 - ], - [ - -117.36468766999997, - 34.019299672000045 - ], - [ - -117.364688087, - 34.01929951500006 - ], - [ - -117.36468850399996, - 34.01929935800007 - ], - [ - -117.36468892199997, - 34.019299201000024 - ], - [ - -117.364689522, - 34.01929897500003 - ], - [ - -117.36468994199998, - 34.01929881700005 - ], - [ - -117.36469035799996, - 34.01929866000006 - ], - [ - -117.36469077599997, - 34.01929850200003 - ], - [ - -117.36469119299994, - 34.01929834500004 - ], - [ - -117.36469161099996, - 34.01929818800005 - ], - [ - -117.364692027, - 34.01929803100006 - ], - [ - -117.36469244399996, - 34.019297874000074 - ], - [ - -117.36469286499994, - 34.01929771600004 - ], - [ - -117.36469388199998, - 34.019297332000065 - ], - [ - -117.36469429899995, - 34.01929717500008 - ], - [ - -117.36469471599997, - 34.01929701800003 - ], - [ - -117.36469513399999, - 34.01929686100004 - ], - [ - -117.36469555099995, - 34.019296704000055 - ], - [ - -117.36469596999996, - 34.01929654700007 - ], - [ - -117.36469638799997, - 34.01929639000008 - ], - [ - -117.364696805, - 34.019296232000045 - ], - [ - -117.364696988, - 34.019296163000035 - ], - [ - -117.36469740599995, - 34.01929600600005 - ], - [ - -117.36469800599997, - 34.01929578000005 - ], - [ - -117.364698423, - 34.01929562300006 - ], - [ - -117.36469884, - 34.019295466000074 - ], - [ - -117.36469925999995, - 34.01929530800004 - ], - [ - -117.36469944099997, - 34.01929523900003 - ], - [ - -117.36469985999997, - 34.01929508100005 - ], - [ - -117.36470027799999, - 34.019294924000064 - ], - [ - -117.36470069399996, - 34.019294767000076 - ], - [ - -117.36470129499997, - 34.01929454200007 - ], - [ - -117.36470171199994, - 34.01929438500002 - ], - [ - -117.36470212899997, - 34.019294227000046 - ], - [ - -117.36470231299995, - 34.01929415800004 - ], - [ - -117.36470314899998, - 34.01929384400006 - ], - [ - -117.364703567, - 34.01929368700007 - ], - [ - -117.36470416799995, - 34.019293461000075 - ], - [ - -117.36470458499997, - 34.01929330300004 - ], - [ - -117.36470560299995, - 34.019292921000044 - ], - [ - -117.36470601999997, - 34.01929276300007 - ], - [ - -117.36470643799998, - 34.01929260600008 - ], - [ - -117.36470703799995, - 34.019292380000024 - ], - [ - -117.36470745699995, - 34.019292223000036 - ], - [ - -117.36470787499997, - 34.01929206600005 - ], - [ - -117.36470829099994, - 34.01929190900006 - ], - [ - -117.36470870799997, - 34.019291751000026 - ], - [ - -117.36470930999997, - 34.01929152500003 - ], - [ - -117.364709727, - 34.01929136800004 - ], - [ - -117.36471074499997, - 34.019290984000065 - ], - [ - -117.36471134699997, - 34.01929075800007 - ], - [ - -117.36471176299995, - 34.01929060100008 - ], - [ - -117.36471278299996, - 34.01929021700005 - ], - [ - -117.36471319999998, - 34.01929005900007 - ], - [ - -117.364713801, - 34.01928983400006 - ], - [ - -117.36471421799996, - 34.019289677000074 - ], - [ - -117.36471463499998, - 34.01928952000003 - ], - [ - -117.36471505399999, - 34.01928936200005 - ], - [ - -117.36471547199994, - 34.019289205000064 - ], - [ - -117.36471607299995, - 34.019288979000066 - ], - [ - -117.36471648899999, - 34.01928882200008 - ], - [ - -117.36471708999994, - 34.019288596000024 - ], - [ - -117.36471750799996, - 34.019288438000046 - ], - [ - -117.36471792499998, - 34.01928828100006 - ], - [ - -117.36471852499994, - 34.01928805600005 - ], - [ - -117.36471954499996, - 34.01928767100003 - ], - [ - -117.36471996199998, - 34.01928751400004 - ], - [ - -117.36472097999996, - 34.019287131000056 - ], - [ - -117.36472116299996, - 34.019287062000046 - ], - [ - -117.36472158099997, - 34.01928690500006 - ], - [ - -117.36472241599995, - 34.019286590000036 - ], - [ - -117.36472301799995, - 34.01928636400004 - ], - [ - -117.364723202, - 34.01928629500003 - ], - [ - -117.36472361799997, - 34.01928613800004 - ], - [ - -117.36472421899998, - 34.01928591200004 - ], - [ - -117.36472463699994, - 34.019285755000055 - ], - [ - -117.36472482, - 34.019285686000046 - ], - [ - -117.36472523699996, - 34.01928552900006 - ], - [ - -117.36472541999996, - 34.01928546000005 - ], - [ - -117.36472644099996, - 34.019285076000074 - ], - [ - -117.36472685799998, - 34.01928491900003 - ], - [ - -117.364727459, - 34.01928469200004 - ], - [ - -117.36472787599996, - 34.019284535000054 - ], - [ - -117.36472847699997, - 34.019284310000046 - ], - [ - -117.36472866099996, - 34.01928424100004 - ], - [ - -117.36472907799998, - 34.01928408300006 - ], - [ - -117.36472949399996, - 34.01928392600007 - ], - [ - -117.36472967799995, - 34.01928385800005 - ], - [ - -117.36473009499997, - 34.01928370100006 - ], - [ - -117.36473051299998, - 34.01928354300003 - ], - [ - -117.364731114, - 34.01928331700003 - ], - [ - -117.36473153199995, - 34.01928316000004 - ], - [ - -117.364731716, - 34.019283090000044 - ], - [ - -117.36473231699995, - 34.01928286500004 - ], - [ - -117.36473273399997, - 34.01928270700006 - ], - [ - -117.36473333499998, - 34.01928248100006 - ], - [ - -117.36473393499995, - 34.019282256000054 - ], - [ - -117.36473411799994, - 34.019282186000055 - ], - [ - -117.36473453699995, - 34.01928202800008 - ], - [ - -117.36473513799996, - 34.01928180200008 - ], - [ - -117.364736156, - 34.01928141900004 - ], - [ - -117.364736339, - 34.01928135000003 - ], - [ - -117.36473675699995, - 34.01928119300004 - ], - [ - -117.36473693999994, - 34.01928112500008 - ], - [ - -117.36473735699997, - 34.01928096700004 - ], - [ - -117.36473754099995, - 34.019280897000044 - ], - [ - -117.364738376, - 34.01928058300007 - ], - [ - -117.36473855999998, - 34.01928051500005 - ], - [ - -117.36473897699994, - 34.01928035700007 - ], - [ - -117.36473999499998, - 34.01927997400003 - ], - [ - -117.36474041199995, - 34.01927981700004 - ], - [ - -117.36474082899997, - 34.01927966000005 - ], - [ - -117.36474143099997, - 34.019279434000055 - ], - [ - -117.36474184999997, - 34.01927927600008 - ], - [ - -117.36474226699994, - 34.01927911900003 - ], - [ - -117.36474268399996, - 34.019278962000044 - ], - [ - -117.36474328399999, - 34.01927873600005 - ], - [ - -117.36474370199994, - 34.01927857900006 - ], - [ - -117.36474388699997, - 34.01927851000005 - ], - [ - -117.36474448599995, - 34.01927828400005 - ], - [ - -117.36474490499995, - 34.019278127000064 - ], - [ - -117.36474532299997, - 34.019277970000076 - ], - [ - -117.36474573899994, - 34.01927781300003 - ], - [ - -117.36474633999995, - 34.019277586000044 - ], - [ - -117.36474735799999, - 34.01927720400005 - ], - [ - -117.36474777499996, - 34.01927704700006 - ], - [ - -117.36474879599996, - 34.01927666200004 - ], - [ - -117.364749212, - 34.01927650500005 - ], - [ - -117.36474981299995, - 34.01927627900005 - ], - [ - -117.36475023, - 34.019276122000065 - ], - [ - -117.364751249, - 34.01927573800003 - ], - [ - -117.36475184899996, - 34.019275512000036 - ], - [ - -117.36475226799996, - 34.01927535500005 - ], - [ - -117.36475328599994, - 34.01927497100007 - ], - [ - -117.36475388699995, - 34.019274746000065 - ], - [ - -117.36475472199999, - 34.01927443100004 - ], - [ - -117.36475574099995, - 34.01927404700007 - ], - [ - -117.36475634199996, - 34.01927382100007 - ], - [ - -117.36475735999994, - 34.01927343800003 - ], - [ - -117.36475777699997, - 34.01927328000005 - ], - [ - -117.36475837799998, - 34.01927305500004 - ], - [ - -117.36475939699994, - 34.01927267100007 - ], - [ - -117.36475957999994, - 34.01927260200006 - ], - [ - -117.36475999799995, - 34.01927244500007 - ], - [ - -117.36476059799998, - 34.01927221900007 - ], - [ - -117.36476101599999, - 34.01927206200003 - ], - [ - -117.36476143299996, - 34.01927190500004 - ], - [ - -117.36476203399997, - 34.01927167800005 - ], - [ - -117.36476245199998, - 34.019271521000064 - ], - [ - -117.364763053, - 34.01927129500007 - ], - [ - -117.36476365399994, - 34.01927106900007 - ], - [ - -117.36476406999998, - 34.019270912000025 - ], - [ - -117.36476485499998, - 34.019270617000075 - ], - [ - -117.36476568999996, - 34.01927030300004 - ], - [ - -117.36476629099997, - 34.019270077000044 - ], - [ - -117.36476670999997, - 34.019269920000056 - ], - [ - -117.364767127, - 34.01926976200008 - ], - [ - -117.36476731, - 34.01926969400006 - ], - [ - -117.36476814399998, - 34.019269380000026 - ], - [ - -117.36476832899996, - 34.01926931000003 - ], - [ - -117.36476892899998, - 34.01926908400003 - ], - [ - -117.364769347, - 34.01926892600005 - ], - [ - -117.36476953099998, - 34.01926885800003 - ], - [ - -117.36476994599997, - 34.019268701000044 - ], - [ - -117.36477054899996, - 34.01926847400006 - ], - [ - -117.36477096699997, - 34.01926831700007 - ], - [ - -117.36477114999997, - 34.01926824900005 - ], - [ - -117.36477174999999, - 34.01926802200006 - ], - [ - -117.36477216799994, - 34.019267865000074 - ], - [ - -117.36477258599996, - 34.01926770800003 - ], - [ - -117.36477276899996, - 34.019267640000066 - ], - [ - -117.36477318699997, - 34.01926748300008 - ], - [ - -117.36477336999997, - 34.01926741300008 - ], - [ - -117.364774206, - 34.01926709900005 - ], - [ - -117.364774389, - 34.01926703100003 - ], - [ - -117.36477480699995, - 34.01926687300005 - ], - [ - -117.36477540699997, - 34.01926664700005 - ], - [ - -117.36477600799998, - 34.019266422000044 - ], - [ - -117.36477660899999, - 34.01926619500006 - ], - [ - -117.36477720999994, - 34.01926597000005 - ], - [ - -117.36477762699997, - 34.01926581200007 - ], - [ - -117.36477804599997, - 34.01926565500003 - ], - [ - -117.364778463, - 34.01926549800004 - ], - [ - -117.36477888099995, - 34.01926534000006 - ], - [ - -117.36477906399995, - 34.01926527200004 - ], - [ - -117.36477948199996, - 34.01926511500005 - ], - [ - -117.36478008199998, - 34.019264888000066 - ], - [ - -117.36478049999994, - 34.01926473100008 - ], - [ - -117.36478110099995, - 34.01926450600007 - ], - [ - -117.36478151899996, - 34.019264349000025 - ], - [ - -117.36478193599999, - 34.01926419100005 - ], - [ - -117.36478235399994, - 34.01926403400006 - ], - [ - -117.36478295399996, - 34.01926380800006 - ], - [ - -117.36478337199998, - 34.019263651000074 - ], - [ - -117.36478420599997, - 34.01926333600005 - ], - [ - -117.36478462399998, - 34.01926317900006 - ], - [ - -117.36478504299998, - 34.019263022000075 - ], - [ - -117.36478522599998, - 34.019262953000066 - ], - [ - -117.364785644, - 34.01926279600008 - ], - [ - -117.36478624399996, - 34.01926257000002 - ], - [ - -117.36478666099998, - 34.019262413000035 - ], - [ - -117.36478707899994, - 34.01926225600005 - ], - [ - -117.36478749699995, - 34.01926209900006 - ], - [ - -117.36478791399998, - 34.019261941000025 - ], - [ - -117.36478833199999, - 34.01926178400004 - ], - [ - -117.36478874899996, - 34.01926162700005 - ], - [ - -117.36478893099996, - 34.01926155800004 - ], - [ - -117.36478934999997, - 34.01926140100005 - ], - [ - -117.364789767, - 34.01926124400006 - ], - [ - -117.36479018499995, - 34.019261087000075 - ], - [ - -117.36479060099998, - 34.01926093000003 - ], - [ - -117.36479078599996, - 34.01926086000003 - ], - [ - -117.36479120299998, - 34.019260702000054 - ], - [ - -117.36479162199998, - 34.019260545000066 - ], - [ - -117.36479203899995, - 34.01926038800008 - ], - [ - -117.36479245499999, - 34.01926023100003 - ], - [ - -117.36479287299994, - 34.019260074000044 - ], - [ - -117.36479305599994, - 34.019260005000035 - ], - [ - -117.36479389199997, - 34.01925969100006 - ], - [ - -117.36479449299998, - 34.01925946500006 - ], - [ - -117.36479532799996, - 34.01925915000004 - ], - [ - -117.36479574499998, - 34.01925899300005 - ], - [ - -117.364796163, - 34.01925883600006 - ], - [ - -117.36479657999996, - 34.019258679000075 - ], - [ - -117.36479699799997, - 34.01925852100004 - ], - [ - -117.36479741599999, - 34.01925836400005 - ], - [ - -117.36479801599995, - 34.019258137000065 - ], - [ - -117.36479843499995, - 34.01925798000008 - ], - [ - -117.36479861699996, - 34.01925791200006 - ], - [ - -117.36479903499998, - 34.01925775500007 - ], - [ - -117.36479945199994, - 34.019257597000035 - ], - [ - -117.36479963599999, - 34.019257528000026 - ], - [ - -117.36480005299995, - 34.01925737100004 - ], - [ - -117.36480065399996, - 34.01925714500004 - ], - [ - -117.36480107199998, - 34.01925698800005 - ], - [ - -117.36480167199994, - 34.019256762000055 - ], - [ - -117.36480227299995, - 34.01925653600006 - ], - [ - -117.36480245599995, - 34.01925646700005 - ], - [ - -117.36480287399996, - 34.01925631000006 - ], - [ - -117.36480329099999, - 34.01925615300007 - ], - [ - -117.36480347399998, - 34.01925608400006 - ], - [ - -117.36480365799997, - 34.01925601500005 - ], - [ - -117.36480407699997, - 34.019255858000065 - ], - [ - -117.36480467799998, - 34.01925563100008 - ], - [ - -117.36480486099998, - 34.01925556300006 - ], - [ - -117.36480527899994, - 34.01925540600007 - ], - [ - -117.36480569599996, - 34.019255248000036 - ], - [ - -117.36480587899996, - 34.01925517900003 - ], - [ - -117.36480648099996, - 34.01925495200004 - ], - [ - -117.364806897, - 34.01925479600004 - ], - [ - -117.36480731399996, - 34.01925463900005 - ], - [ - -117.36480773199997, - 34.019254482000065 - ], - [ - -117.36480833399997, - 34.01925425600007 - ], - [ - -117.36480875199999, - 34.01925409900008 - ], - [ - -117.36480935299994, - 34.019253873000025 - ], - [ - -117.36480995399995, - 34.01925364700003 - ], - [ - -117.36481037099998, - 34.01925349000004 - ], - [ - -117.36481097199999, - 34.01925326400004 - ], - [ - -117.36481157299994, - 34.019253038000045 - ], - [ - -117.36481199099995, - 34.01925288000007 - ], - [ - -117.36481217299996, - 34.01925281200005 - ], - [ - -117.36481259199996, - 34.01925265400007 - ], - [ - -117.36481319299997, - 34.01925242800007 - ], - [ - -117.36481361099999, - 34.01925227100003 - ], - [ - -117.36481421199994, - 34.01925204500003 - ], - [ - -117.36481481199996, - 34.01925181900003 - ], - [ - -117.36481541199998, - 34.019251593000035 - ], - [ - -117.36481583099999, - 34.01925143500006 - ], - [ - -117.36481601399998, - 34.01925136600005 - ], - [ - -117.36481643099995, - 34.01925120900006 - ], - [ - -117.36481684899996, - 34.01925105200007 - ], - [ - -117.36481703199996, - 34.01925098300006 - ], - [ - -117.36481744999998, - 34.019250826000075 - ], - [ - -117.36481763299997, - 34.019250757000066 - ], - [ - -117.36481865199994, - 34.01925037400002 - ], - [ - -117.36481943499996, - 34.019250079000074 - ], - [ - -117.36481985199998, - 34.01924992200003 - ], - [ - -117.36482045399998, - 34.01924969600003 - ], - [ - -117.36482147199996, - 34.019249312000056 - ], - [ - -117.36482165499996, - 34.01924924400004 - ], - [ - -117.36482207399996, - 34.01924908600006 - ], - [ - -117.36482249099998, - 34.01924892900007 - ], - [ - -117.36482267499997, - 34.01924885900007 - ], - [ - -117.36482285799997, - 34.01924879000006 - ], - [ - -117.36482369299995, - 34.01924847600003 - ], - [ - -117.36482411099996, - 34.01924831900004 - ], - [ - -117.36482471199997, - 34.019248093000044 - ], - [ - -117.364825312, - 34.01924786700005 - ], - [ - -117.36482591199996, - 34.01924764100005 - ], - [ - -117.36482632999997, - 34.01924748300007 - ], - [ - -117.36482674699994, - 34.01924732600003 - ], - [ - -117.36482693, - 34.019247258000064 - ], - [ - -117.36482734899994, - 34.019247101000076 - ], - [ - -117.36482776699995, - 34.01924694200005 - ], - [ - -117.36482795099994, - 34.01924687400003 - ], - [ - -117.36482836699997, - 34.019246717000044 - ], - [ - -117.36482878499999, - 34.01924655900007 - ], - [ - -117.36482920199995, - 34.01924640200008 - ], - [ - -117.36482961999997, - 34.01924624500003 - ], - [ - -117.36483003599994, - 34.019246088000045 - ], - [ - -117.36483021999999, - 34.019246019000036 - ], - [ - -117.36483063799994, - 34.01924586200005 - ], - [ - -117.36483105599996, - 34.01924570500006 - ], - [ - -117.36483123899995, - 34.01924563600005 - ], - [ - -117.36483165699997, - 34.01924547800007 - ], - [ - -117.36483207499998, - 34.01924532100003 - ], - [ - -117.36483249199995, - 34.01924516400004 - ], - [ - -117.36483332599994, - 34.019244850000064 - ], - [ - -117.36483374299996, - 34.019244693000076 - ], - [ - -117.36483434599995, - 34.01924446600003 - ], - [ - -117.36483536299994, - 34.019244083000046 - ], - [ - -117.36483578099995, - 34.01924392500007 - ], - [ - -117.36484588399998, - 34.01924012300003 - ], - [ - -117.364865437, - 34.01923276300005 - ], - [ - -117.36488554099998, - 34.019225197000026 - ], - [ - -117.36489862999997, - 34.01922027000006 - ], - [ - -117.36512694399994, - 34.019220603000065 - ], - [ - -117.36673102399999, - 34.01850080200006 - ], - [ - -117.36671370299996, - 34.01847115000004 - ], - [ - -117.36759384699997, - 34.01812315700005 - ], - [ - -117.36770807499994, - 34.01797196900003 - ], - [ - -117.36841814899998, - 34.01703211500006 - ], - [ - -117.36918477699999, - 34.016017383000076 - ], - [ - -117.36940249399998, - 34.015729141000065 - ], - [ - -117.36951963899998, - 34.01557404500005 - ], - [ - -117.36961284399996, - 34.015450644000055 - ], - [ - -117.36982319599997, - 34.015172147000044 - ], - [ - -117.37005381199998, - 34.01486681700004 - ], - [ - -117.37008122199995, - 34.01483982600007 - ], - [ - -117.37037202099998, - 34.014452790000064 - ], - [ - -117.37052171199997, - 34.014253558000064 - ], - [ - -117.37062672899998, - 34.01411378600005 - ], - [ - -117.37073174399995, - 34.01397401600008 - ], - [ - -117.37083675899999, - 34.013834245000055 - ], - [ - -117.37094177199998, - 34.01369447400003 - ], - [ - -117.37104678599997, - 34.01355470200008 - ], - [ - -117.37115179899996, - 34.013414932000046 - ], - [ - -117.37125681299995, - 34.013275161000024 - ], - [ - -117.37136182599994, - 34.01313539000006 - ], - [ - -117.37143014799994, - 34.01304445200003 - ], - [ - -117.37201063299995, - 34.01227593600004 - ], - [ - -117.37220944599994, - 34.01201272600008 - ], - [ - -117.372321807, - 34.01186396400004 - ], - [ - -117.372362093, - 34.011810628000035 - ], - [ - -117.37242707399997, - 34.01172459600008 - ], - [ - -117.37247260599997, - 34.011664317000054 - ], - [ - -117.372530983, - 34.011587028000065 - ], - [ - -117.37256664999995, - 34.01153980300006 - ], - [ - -117.37263615399996, - 34.011447787000066 - ], - [ - -117.372740406, - 34.01130976200005 - ], - [ - -117.37275348699995, - 34.011292440000034 - ], - [ - -117.372851288, - 34.01116295800006 - ], - [ - -117.37290836799997, - 34.01108738600004 - ], - [ - -117.37292429799999, - 34.011066292000066 - ], - [ - -117.372961579, - 34.011016934000054 - ], - [ - -117.3729624599999, - 34.01101576800005 - ], - [ - -117.37306913199996, - 34.010874536000074 - ], - [ - -117.37311120599998, - 34.01081883000006 - ], - [ - -117.37317411099997, - 34.01073554800007 - ], - [ - -117.37327877299998, - 34.010596976000045 - ], - [ - -117.37332315699996, - 34.01053821100004 - ], - [ - -117.37338187199998, - 34.01046047400007 - ], - [ - -117.37348522199994, - 34.010323639000035 - ], - [ - -117.37353568699996, - 34.01025682300008 - ], - [ - -117.37359371899998, - 34.01017998700007 - ], - [ - -117.37362560399998, - 34.01013777500003 - ], - [ - -117.37363423599999, - 34.01012636000007 - ], - [ - -117.37364287599996, - 34.010114947000034 - ], - [ - -117.37365152899997, - 34.010103541000035 - ], - [ - -117.37366019299998, - 34.010092142000076 - ], - [ - -117.37366886799998, - 34.010080747000075 - ], - [ - -117.37367755399998, - 34.010069361000035 - ], - [ - -117.37368625099998, - 34.01005797600004 - ], - [ - -117.37369495999997, - 34.010046601000056 - ], - [ - -117.37370189099994, - 34.01003756400007 - ], - [ - -117.37370368199998, - 34.01003523300005 - ], - [ - -117.37371240899995, - 34.01002386600004 - ], - [ - -117.37372115099998, - 34.010012508000045 - ], - [ - -117.37372938799996, - 34.01000182200005 - ], - [ - -117.37372990299997, - 34.010001155000054 - ], - [ - -117.37373866599995, - 34.00998980800006 - ], - [ - -117.37374743999999, - 34.00997846700005 - ], - [ - -117.37375622599995, - 34.00996713100005 - ], - [ - -117.37376502299998, - 34.009955802000036 - ], - [ - -117.37377382899996, - 34.00994448000006 - ], - [ - -117.37378264799997, - 34.00993316300003 - ], - [ - -117.37379147699994, - 34.00992185000007 - ], - [ - -117.37380031699996, - 34.009910545000025 - ], - [ - -117.37380787999996, - 34.00990088900005 - ], - [ - -117.37380916899997, - 34.00989924600003 - ], - [ - -117.37381802899995, - 34.00988795100005 - ], - [ - -117.37382690299995, - 34.009876665000036 - ], - [ - -117.37383578599997, - 34.009865382000044 - ], - [ - -117.37384468199997, - 34.009854107000024 - ], - [ - -117.37385358699999, - 34.009842837000065 - ], - [ - -117.37386250399999, - 34.00983157400003 - ], - [ - -117.37387143199999, - 34.00982031600006 - ], - [ - -117.37388037099998, - 34.009809064000024 - ], - [ - -117.37388932099998, - 34.00979781900003 - ], - [ - -117.37389828, - 34.009786579000036 - ], - [ - -117.37390725199998, - 34.00977534500004 - ], - [ - -117.37391623699995, - 34.00976411700003 - ], - [ - -117.37391702399998, - 34.009763132000046 - ], - [ - -117.37392522799996, - 34.009752896000066 - ], - [ - -117.37393423199995, - 34.00974168100004 - ], - [ - -117.37394324599995, - 34.00973047200006 - ], - [ - -117.37395146299997, - 34.00972027200004 - ], - [ - -117.37395227099995, - 34.00971926900007 - ], - [ - -117.373961308, - 34.009708070000045 - ], - [ - -117.37397035599997, - 34.009696879000046 - ], - [ - -117.37397941399996, - 34.00968569400004 - ], - [ - -117.37398848299995, - 34.00967451400004 - ], - [ - -117.37399756199994, - 34.00966334200007 - ], - [ - -117.37400665299998, - 34.00965217700008 - ], - [ - -117.37401575499996, - 34.00964101500006 - ], - [ - -117.374024868, - 34.009629860000075 - ], - [ - -117.37402558599996, - 34.00962898100005 - ], - [ - -117.37403399099998, - 34.00961871100003 - ], - [ - -117.37404312399997, - 34.00960757000007 - ], - [ - -117.37405226899995, - 34.00959643400006 - ], - [ - -117.37406142499998, - 34.00958530300005 - ], - [ - -117.37407059099996, - 34.00957418000007 - ], - [ - -117.37407977, - 34.00956306200004 - ], - [ - -117.37408895699997, - 34.00955195000006 - ], - [ - -117.37409815399997, - 34.00954084400007 - ], - [ - -117.37410736399994, - 34.009529746000055 - ], - [ - -117.37410755299999, - 34.00952951800008 - ], - [ - -117.37411658399998, - 34.00951865300004 - ], - [ - -117.374125817, - 34.009507565000035 - ], - [ - -117.374135057, - 34.00949648500006 - ], - [ - -117.37413968599998, - 34.00949094400005 - ], - [ - -117.37414430999996, - 34.00948541100007 - ], - [ - -117.37415357299994, - 34.00947434200003 - ], - [ - -117.37416284699998, - 34.00946328100002 - ], - [ - -117.37417213099997, - 34.009452225000075 - ], - [ - -117.37418142599995, - 34.00944117600005 - ], - [ - -117.37419073199999, - 34.009430132000034 - ], - [ - -117.37420004999996, - 34.009419097000034 - ], - [ - -117.37420937599995, - 34.00940806500006 - ], - [ - -117.37421871499998, - 34.009397042000046 - ], - [ - -117.37422806299998, - 34.00938602300005 - ], - [ - -117.37423742399994, - 34.00937501100003 - ], - [ - -117.37424679399999, - 34.009364005000066 - ], - [ - -117.37425435799997, - 34.00935513400003 - ], - [ - -117.37425617499997, - 34.00935300800006 - ], - [ - -117.37426412399998, - 34.009343700000045 - ], - [ - -117.37426556599996, - 34.00934201500007 - ], - [ - -117.37427496699996, - 34.00933102700003 - ], - [ - -117.37428437999995, - 34.00932004600003 - ], - [ - -117.374293804, - 34.00930907400004 - ], - [ - -117.37430323799998, - 34.009298106000074 - ], - [ - -117.37431268299997, - 34.00928714400004 - ], - [ - -117.37432213799997, - 34.00927618800006 - ], - [ - -117.37433160299997, - 34.009265242000026 - ], - [ - -117.37434107999997, - 34.009254300000066 - ], - [ - -117.37435056599998, - 34.00924336200006 - ], - [ - -117.37436006599995, - 34.00923243500006 - ], - [ - -117.37436957299997, - 34.00922151100008 - ], - [ - -117.37437909199997, - 34.009210594000024 - ], - [ - -117.37438862199997, - 34.009199685000056 - ], - [ - -117.37439816199998, - 34.009188780000045 - ], - [ - -117.37440771299998, - 34.00917788300006 - ], - [ - -117.37441727399994, - 34.009166993000065 - ], - [ - -117.37442684599995, - 34.00915610800007 - ], - [ - -117.37443642799997, - 34.00914523100005 - ], - [ - -117.37444602099998, - 34.00913435800004 - ], - [ - -117.37445562399995, - 34.00912349300006 - ], - [ - -117.3744652399999, - 34.009112634000076 - ], - [ - -117.37446712299999, - 34.00911050700006 - ], - [ - -117.37447486099995, - 34.00910178200007 - ], - [ - -117.37448449899995, - 34.009090936000064 - ], - [ - -117.37448630399996, - 34.009088906000045 - ], - [ - -117.374494143, - 34.00908009700004 - ], - [ - -117.37450379899997, - 34.00906926400006 - ], - [ - -117.37451346599994, - 34.00905843800007 - ], - [ - -117.37452314199999, - 34.00904761700008 - ], - [ - -117.37453282999996, - 34.00903680600004 - ], - [ - -117.37454252699996, - 34.00902599800003 - ], - [ - -117.37455223599994, - 34.00901519800004 - ], - [ - -117.374561955, - 34.00900440400005 - ], - [ - -117.37457168399999, - 34.008993618000034 - ], - [ - -117.37458142399998, - 34.008982837000076 - ], - [ - -117.37459117299994, - 34.008972064000034 - ], - [ - -117.37460093599998, - 34.00896129600005 - ], - [ - -117.37460298499997, - 34.00895903500003 - ], - [ - -117.37461070599994, - 34.008950535000054 - ], - [ - -117.37462048799995, - 34.00893978000005 - ], - [ - -117.37463027899997, - 34.00892903300007 - ], - [ - -117.37464008099994, - 34.008918290000054 - ], - [ - -117.37464989499995, - 34.008907555000064 - ], - [ - -117.37465971699999, - 34.00889682900004 - ], - [ - -117.37466955099995, - 34.00888610700002 - ], - [ - -117.37467939399994, - 34.00887539300004 - ], - [ - -117.37468925, - 34.00886468400006 - ], - [ - -117.37469911499994, - 34.00885398200006 - ], - [ - -117.37470898799995, - 34.008843289000026 - ], - [ - -117.37471887399994, - 34.00883259900007 - ], - [ - -117.374723943, - 34.008827128000064 - ], - [ - -117.37472877, - 34.008821918000024 - ], - [ - -117.374738676, - 34.008811243000025 - ], - [ - -117.374748593, - 34.008800575000066 - ], - [ - -117.374758521, - 34.008789912000054 - ], - [ - -117.37476845799995, - 34.00877925800006 - ], - [ - -117.37477840499997, - 34.00876861000006 - ], - [ - -117.374788363, - 34.008757967000065 - ], - [ - -117.37479833099997, - 34.00874733400008 - ], - [ - -117.37480830899995, - 34.00873670500005 - ], - [ - -117.37481829799998, - 34.008726085000035 - ], - [ - -117.37482829599998, - 34.00871547000003 - ], - [ - -117.37483830499997, - 34.00870486100007 - ], - [ - -117.37484657799996, - 34.00869610900003 - ], - [ - -117.37484832699994, - 34.00869426200006 - ], - [ - -117.37485711999994, - 34.00868497000005 - ], - [ - -117.374858357, - 34.00868366700007 - ], - [ - -117.37486839699994, - 34.00867307800007 - ], - [ - -117.37487844699996, - 34.008662497000046 - ], - [ - -117.37488850699998, - 34.00865192300006 - ], - [ - -117.37489857699995, - 34.008641356000055 - ], - [ - -117.37490865899997, - 34.008630793000066 - ], - [ - -117.37491874999995, - 34.008620241000074 - ], - [ - -117.37492885299997, - 34.00860969400003 - ], - [ - -117.37493896399997, - 34.008599153000034 - ], - [ - -117.37494908599996, - 34.00858862000007 - ], - [ - -117.37495921899995, - 34.00857809300004 - ], - [ - -117.37496936199994, - 34.00856757300005 - ], - [ - -117.37497451499996, - 34.008562235000056 - ], - [ - -117.37497951299997, - 34.00855706100003 - ], - [ - -117.37498967599998, - 34.00854655400008 - ], - [ - -117.37499985, - 34.008536055000036 - ], - [ - -117.37501003199998, - 34.008525562000045 - ], - [ - -117.37502022499996, - 34.00851507600004 - ], - [ - -117.37503042999998, - 34.00850459800006 - ], - [ - -117.37504064299998, - 34.00849412500003 - ], - [ - -117.37505086599998, - 34.008483660000024 - ], - [ - -117.37506110099997, - 34.00847320100007 - ], - [ - -117.37507134599997, - 34.008462751000025 - ], - [ - -117.37508159899994, - 34.00845230600004 - ], - [ - -117.37509116999996, - 34.008442573000025 - ], - [ - -117.37509186399996, - 34.00844186900002 - ], - [ - -117.37510102699997, - 34.00843256500008 - ], - [ - -117.37510214099996, - 34.00843143700007 - ], - [ - -117.37511242199997, - 34.00842101500007 - ], - [ - -117.37512271699995, - 34.00841059600003 - ], - [ - -117.37513302199994, - 34.008400186000074 - ], - [ - -117.37514333699994, - 34.00838978300004 - ], - [ - -117.37515366199995, - 34.00837938900003 - ], - [ - -117.37516399599997, - 34.00836899900003 - ], - [ - -117.37517434299997, - 34.008358616000066 - ], - [ - -117.37518469699995, - 34.00834824200007 - ], - [ - -117.37519506099994, - 34.00833787400006 - ], - [ - -117.37520543799997, - 34.00832751200005 - ], - [ - -117.37521582199997, - 34.00831715800007 - ], - [ - -117.37522538399998, - 34.008307639000066 - ], - [ - -117.37522621699998, - 34.00830681100007 - ], - [ - -117.37523662299998, - 34.00829647100005 - ], - [ - -117.37524703799994, - 34.00828613700003 - ], - [ - -117.37525746399996, - 34.00827581100003 - ], - [ - -117.375267899, - 34.00826549100003 - ], - [ - -117.37527834399998, - 34.00825517900006 - ], - [ - -117.37528879899997, - 34.00824487400007 - ], - [ - -117.37529926599996, - 34.008234575000074 - ], - [ - -117.37530931499998, - 34.008224701000074 - ], - [ - -117.37530973999998, - 34.00822428500004 - ], - [ - -117.37532022599999, - 34.008214001000056 - ], - [ - -117.37533072099995, - 34.008203724000055 - ], - [ - -117.37534122599999, - 34.008193454000036 - ], - [ - -117.37535174499999, - 34.008183193000036 - ], - [ - -117.375353814, - 34.008181172000036 - ], - [ - -117.37536226799995, - 34.00817293500006 - ], - [ - -117.37537280099997, - 34.00816268700004 - ], - [ - -117.37538334699997, - 34.008152445000064 - ], - [ - -117.37539390199998, - 34.00814221100006 - ], - [ - -117.37540446599996, - 34.008131983000055 - ], - [ - -117.37541504099994, - 34.00812176200003 - ], - [ - -117.37542562599998, - 34.008111549000034 - ], - [ - -117.37543621999998, - 34.00810134200003 - ], - [ - -117.37544682499998, - 34.00809114400005 - ], - [ - -117.37545743899994, - 34.00808095100007 - ], - [ - -117.37546806299997, - 34.00807076700005 - ], - [ - -117.37547869699995, - 34.008060589000024 - ], - [ - -117.37550478699995, - 34.00803569000004 - ], - [ - -117.37554832599994, - 34.00799885500004 - ], - [ - -117.37556000799998, - 34.00798897200008 - ], - [ - -117.37557434499996, - 34.00797684300005 - ], - [ - -117.37559602099998, - 34.00795850500003 - ], - [ - -117.37563732299998, - 34.00792356300008 - ], - [ - -117.37574453999997, - 34.00783285500006 - ], - [ - -117.37581451499995, - 34.00777365600004 - ], - [ - -117.37585038799995, - 34.007743306000066 - ], - [ - -117.37595760399995, - 34.007652601000075 - ], - [ - -117.37599396799999, - 34.007621834000076 - ], - [ - -117.37606340699995, - 34.00756308700005 - ], - [ - -117.37613448099995, - 34.00750295600005 - ], - [ - -117.37616907499995, - 34.00747369100003 - ], - [ - -117.37627384999996, - 34.00738504700007 - ], - [ - -117.37637841299994, - 34.00729658400007 - ], - [ - -117.37648344599995, - 34.00720772200003 - ], - [ - -117.37658701199996, - 34.007120102000044 - ], - [ - -117.37669176999998, - 34.00703147300004 - ], - [ - -117.37679743899997, - 34.00694207200007 - ], - [ - -117.376901337, - 34.006854170000054 - ], - [ - -117.37700728799996, - 34.006764530000055 - ], - [ - -117.37711103699996, - 34.00667675500006 - ], - [ - -117.377217799, - 34.00658642900004 - ], - [ - -117.37732261699995, - 34.006497746000036 - ], - [ - -117.37742769, - 34.006408848000035 - ], - [ - -117.37753264, - 34.00632005400007 - ], - [ - -117.37763824899997, - 34.006230704000075 - ], - [ - -117.37774359499997, - 34.006141574000026 - ], - [ - -117.37784999499996, - 34.00605155200003 - ], - [ - -117.37795524999996, - 34.00596249800003 - ], - [ - -117.37806058799998, - 34.00587337600007 - ], - [ - -117.37816732099998, - 34.00578307200004 - ], - [ - -117.37824555999998, - 34.005716876000065 - ], - [ - -117.37825305999996, - 34.005710529000055 - ], - [ - -117.37827326699994, - 34.00569343300003 - ], - [ - -117.378316069, - 34.00565721800007 - ], - [ - -117.37865988599998, - 34.00552998400008 - ], - [ - -117.37865942199994, - 34.005529428000045 - ], - [ - -117.37866814499995, - 34.00552618100005 - ], - [ - -117.37887866099999, - 34.005429277000076 - ], - [ - -117.37912003199995, - 34.00535794000007 - ], - [ - -117.37922313099995, - 34.00548354600005 - ], - [ - -117.38006446999998, - 34.00650854300005 - ], - [ - -117.38049692199996, - 34.00703538100004 - ], - [ - -117.38103776699995, - 34.00660119500003 - ], - [ - -117.38237166299996, - 34.00553032600004 - ], - [ - -117.383032099, - 34.00500010300004 - ], - [ - -117.38327795599997, - 34.00496805300003 - ], - [ - -117.38377731299994, - 34.004902954000045 - ], - [ - -117.38400007399997, - 34.004592815000024 - ], - [ - -117.38415064999998, - 34.004411735000076 - ], - [ - -117.38449399499996, - 34.003998839000076 - ], - [ - -117.38986848099995, - 33.99777971700007 - ], - [ - -117.38986868499995, - 33.997779481000066 - ], - [ - -117.39011585599997, - 33.997493432000056 - ], - [ - -117.39013064899996, - 33.99747631300005 - ], - [ - -117.39114040299995, - 33.99630771500006 - ], - [ - -117.39141736099998, - 33.99598717900005 - ], - [ - -117.39169296499995, - 33.99614648900007 - ], - [ - -117.39203891699998, - 33.996346464000055 - ], - [ - -117.392058782, - 33.99628398900006 - ], - [ - -117.39207113899994, - 33.996245126000076 - ], - [ - -117.39216186299996, - 33.99595980700008 - ], - [ - -117.39217279399998, - 33.99592543000006 - ], - [ - -117.39226520099999, - 33.99563481300004 - ], - [ - -117.39227679799995, - 33.995598339000026 - ], - [ - -117.39236876499996, - 33.99530910500005 - ], - [ - -117.39237097699998, - 33.99531022900004 - ], - [ - -117.39242422899997, - 33.99514404800004 - ], - [ - -117.39242166399998, - 33.99514273700004 - ], - [ - -117.39243701899994, - 33.995094444000074 - ], - [ - -117.39244785999995, - 33.99506034800004 - ], - [ - -117.39250798599994, - 33.99487488200003 - ], - [ - -117.39258889399997, - 33.99462530100004 - ], - [ - -117.39267649799996, - 33.99435506900005 - ], - [ - -117.39271553599997, - 33.99423464400007 - ], - [ - -117.39272440899998, - 33.994207274000075 - ], - [ - -117.39276142099999, - 33.994093097000075 - ], - [ - -117.39285664299996, - 33.993799360000025 - ], - [ - -117.392956761, - 33.993490517000055 - ], - [ - -117.39301315599994, - 33.99331654800005 - ], - [ - -117.39324102899997, - 33.992613593000044 - ], - [ - -117.39342552999994, - 33.99204442900003 - ], - [ - -117.39361931099995, - 33.99039578000003 - ], - [ - -117.39358383999996, - 33.99037809200007 - ], - [ - -117.39269589199995, - 33.98993530800004 - ], - [ - -117.39265797799999, - 33.98991640200006 - ], - [ - -117.39264844299998, - 33.98991164700004 - ], - [ - -117.39262041999996, - 33.98989767300003 - ], - [ - -117.39261953399995, - 33.989894840000034 - ], - [ - -117.39258917399997, - 33.98988004700004 - ], - [ - -117.39255850999996, - 33.98986569700003 - ], - [ - -117.39253627, - 33.98985571000003 - ], - [ - -117.392090812, - 33.98963357200006 - ], - [ - -117.39235732299994, - 33.98935167800005 - ], - [ - -117.39254710799997, - 33.98915093700003 - ], - [ - -117.39532743899997, - 33.98638290300005 - ], - [ - -117.39744967099995, - 33.98426989400008 - ], - [ - -117.39796340499998, - 33.98351006000007 - ], - [ - -117.39802148099994, - 33.98342416400004 - ], - [ - -117.39815228599997, - 33.98323069500003 - ], - [ - -117.40085667499994, - 33.97923049800005 - ], - [ - -117.40111516999997, - 33.978848121000055 - ], - [ - -117.40258319999998, - 33.97667648200007 - ], - [ - -117.40270648699999, - 33.97644992800008 - ], - [ - -117.40276433499997, - 33.97634362700006 - ], - [ - -117.40381592499995, - 33.97674041100004 - ], - [ - -117.40523707499995, - 33.97658099100005 - ], - [ - -117.40532796199994, - 33.97657079500004 - ], - [ - -117.40711991799998, - 33.97636975300003 - ], - [ - -117.40712578999995, - 33.97636909400006 - ], - [ - -117.40713546899997, - 33.97636516800003 - ], - [ - -117.40714382899995, - 33.97636177900006 - ], - [ - -117.40715218799994, - 33.976358392000066 - ], - [ - -117.40716055099995, - 33.97635500900003 - ], - [ - -117.40716891299996, - 33.97635162700004 - ], - [ - -117.40717727699996, - 33.976348245000054 - ], - [ - -117.407185643, - 33.97634486800007 - ], - [ - -117.40719400899997, - 33.976341492000074 - ], - [ - -117.40720237799997, - 33.97633811800006 - ], - [ - -117.40721074799995, - 33.976334748000056 - ], - [ - -117.40721911799994, - 33.97633138000003 - ], - [ - -117.40722749099996, - 33.97632801200007 - ], - [ - -117.40723586399997, - 33.97632464800006 - ], - [ - -117.40724423899997, - 33.97632128600003 - ], - [ - -117.40725261499995, - 33.97631792400006 - ], - [ - -117.40726099099999, - 33.97631456900007 - ], - [ - -117.40726937099998, - 33.97631121300003 - ], - [ - -117.40727775, - 33.97630785700005 - ], - [ - -117.40728613099998, - 33.976304508000055 - ], - [ - -117.407294515, - 33.97630116000005 - ], - [ - -117.40730289799995, - 33.97629781200004 - ], - [ - -117.40731128299996, - 33.97629447000003 - ], - [ - -117.40731966899995, - 33.976291127000025 - ], - [ - -117.40732805699997, - 33.97628778600006 - ], - [ - -117.40733644599999, - 33.97628445000004 - ], - [ - -117.407344836, - 33.97628111500006 - ], - [ - -117.40735322799998, - 33.97627777900004 - ], - [ - -117.40736161999996, - 33.97627445000006 - ], - [ - -117.40737001599996, - 33.97627112200007 - ], - [ - -117.40737840899999, - 33.976267793000034 - ], - [ - -117.40986770099994, - 33.97526954800003 - ], - [ - -117.41046297799994, - 33.97568952300003 - ], - [ - -117.41298521899995, - 33.97467895800003 - ], - [ - -117.41575010499997, - 33.97360183400008 - ], - [ - -117.41587828599995, - 33.97327394900003 - ], - [ - -117.41563922999995, - 33.97311885200003 - ], - [ - -117.41575023399997, - 33.972716588000026 - ], - [ - -117.41990905699998, - 33.970998156000064 - ], - [ - -117.420545528, - 33.97073249700003 - ], - [ - -117.42118746499995, - 33.970476133000034 - ], - [ - -117.42183467499996, - 33.97022914200005 - ], - [ - -117.42248695799998, - 33.96999160200005 - ], - [ - -117.42306327399996, - 33.96979163200007 - ], - [ - -117.42314411499996, - 33.96976358100005 - ], - [ - -117.42380594599996, - 33.969545151000034 - ], - [ - -117.42447224999995, - 33.96933638000007 - ], - [ - -117.42514282399998, - 33.969137327000055 - ], - [ - -117.42581746499997, - 33.968948056000045 - ], - [ - -117.42649596399997, - 33.96876862500005 - ], - [ - -117.42717812099994, - 33.968599088000076 - ], - [ - -117.42786372199998, - 33.96843949500004 - ], - [ - -117.42855256099995, - 33.968289896000044 - ], - [ - -117.42924442499998, - 33.968150335000075 - ], - [ - -117.42993910699994, - 33.968020857000056 - ], - [ - -117.43063639599995, - 33.96790150100003 - ], - [ - -117.43133607599998, - 33.96779230200008 - ], - [ - -117.43174072199997, - 33.967735222000044 - ], - [ - -117.43196858299996, - 33.96770030700003 - ], - [ - -117.43202725699996, - 33.967691315000025 - ], - [ - -117.432055172, - 33.967687488000024 - ], - [ - -117.43209259499997, - 33.96768276700004 - ], - [ - -117.43213612899996, - 33.967677276000074 - ], - [ - -117.43227434099998, - 33.96765984100006 - ], - [ - -117.43243364699998, - 33.96763974500004 - ], - [ - -117.43254302799994, - 33.967625946000055 - ], - [ - -117.43259607899995, - 33.967619254000056 - ], - [ - -117.43267604, - 33.967609167000035 - ], - [ - -117.43273588699998, - 33.96760161800006 - ], - [ - -117.43276889799995, - 33.96759814100005 - ], - [ - -117.43283230599997, - 33.967591785000025 - ], - [ - -117.43322732399997, - 33.967552187000024 - ], - [ - -117.43350544099997, - 33.967524307000076 - ], - [ - -117.43351506699997, - 33.967525944000045 - ], - [ - -117.43351639099996, - 33.96752617000004 - ], - [ - -117.43495365999996, - 33.967770588000064 - ], - [ - -117.43497906099998, - 33.967774908000024 - ], - [ - -117.43583798499998, - 33.968493601000034 - ], - [ - -117.43583821399994, - 33.96849379300005 - ], - [ - -117.43586408699997, - 33.968423775000076 - ], - [ - -117.43586517199998, - 33.96842083900003 - ], - [ - -117.43586625599994, - 33.968417903000045 - ], - [ - -117.43594120499995, - 33.968215075000046 - ], - [ - -117.43597375899998, - 33.96812697300004 - ], - [ - -117.43597855499996, - 33.96811399200004 - ], - [ - -117.43616592399997, - 33.967606929000056 - ], - [ - -117.43616552299994, - 33.96757871500006 - ], - [ - -117.43616552299994, - 33.96757866000007 - ], - [ - -117.43616424099997, - 33.96748837300004 - ], - [ - -117.43615544899995, - 33.96686862800004 - ], - [ - -117.43617163799996, - 33.966868806000036 - ], - [ - -117.436216533, - 33.96686930300007 - ], - [ - -117.43866923099995, - 33.966870433000054 - ], - [ - -117.43879171699996, - 33.96687052100003 - ], - [ - -117.43893818499998, - 33.96687047200004 - ], - [ - -117.44068772999998, - 33.96686990000006 - ], - [ - -117.44069145499998, - 33.96686990000006 - ], - [ - -117.44069518099997, - 33.96686989900007 - ], - [ - -117.44070300799996, - 33.96686989600005 - ], - [ - -117.44071397399995, - 33.96686989300008 - ], - [ - -117.44079896299996, - 33.966869863000056 - ], - [ - -117.44085264299997, - 33.966869845000076 - ], - [ - -117.44411644999997, - 33.966868711000075 - ], - [ - -117.44519597599998, - 33.966868315000056 - ], - [ - -117.44672683899995, - 33.966867739000065 - ], - [ - -117.44696368899997, - 33.96686764900005 - ], - [ - -117.44696972699995, - 33.96623600600003 - ], - [ - -117.44697234799997, - 33.965961684000035 - ], - [ - -117.44728336299994, - 33.96596359800003 - ], - [ - -117.44748396499995, - 33.965964833000044 - ], - [ - -117.447565554, - 33.96596533500008 - ], - [ - -117.44775963199999, - 33.96596652900007 - ], - [ - -117.44863755899996, - 33.965971927000055 - ], - [ - -117.44883734499996, - 33.96597315500003 - ], - [ - -117.44914980099998, - 33.96597507300004 - ], - [ - -117.449158448, - 33.96506803600005 - ], - [ - -117.45122985599994, - 33.965080741000065 - ], - [ - -117.45176412999996, - 33.965084012000034 - ], - [ - -117.45178492799994, - 33.965084138000066 - ], - [ - -117.451958032, - 33.965085198000054 - ], - [ - -117.45261699599996, - 33.96508922700008 - ], - [ - -117.45361024899995, - 33.96509529600007 - ], - [ - -117.45361197999995, - 33.96575594700005 - ], - [ - -117.45361228099995, - 33.96587098900005 - ], - [ - -117.45361501899998, - 33.96691689000005 - ], - [ - -117.45681168299996, - 33.96590774400005 - ], - [ - -117.45720316699999, - 33.96578415000005 - ], - [ - -117.45887460199998, - 33.96525644500008 - ], - [ - -117.45981772599998, - 33.964958669000055 - ], - [ - -117.46020813899997, - 33.96483539900004 - ], - [ - -117.46113774499997, - 33.964541877000045 - ], - [ - -117.46540553799997, - 33.96443772500004 - ], - [ - -117.46618782599995, - 33.964418618000025 - ], - [ - -117.46768438599997, - 33.964382052000076 - ], - [ - -117.46886067599996, - 33.96435225600004 - ], - [ - -117.47093552599995, - 33.96470702900007 - ], - [ - -117.47141842899998, - 33.96476424700006 - ], - [ - -117.475601053, - 33.96467290600003 - ], - [ - -117.47616278299995, - 33.96426705400006 - ], - [ - -117.47856463699998, - 33.96253163800003 - ], - [ - -117.47891751699996, - 33.96253418900005 - ], - [ - -117.47943254999996, - 33.96253791200007 - ], - [ - -117.47978339999997, - 33.96254044700004 - ], - [ - -117.48077333899994, - 33.96254759300007 - ], - [ - -117.48078128299994, - 33.961641788000065 - ], - [ - -117.48090057399997, - 33.96164256600008 - ], - [ - -117.48405020599995, - 33.96166309500006 - ], - [ - -117.48406271599998, - 33.960756305000075 - ], - [ - -117.48732885099997, - 33.96077934400006 - ], - [ - -117.48733274499995, - 33.96050524800006 - ], - [ - -117.48734496599997, - 33.960505313000056 - ], - [ - -117.48842014299998, - 33.960511007000036 - ], - [ - -117.488801847, - 33.96051302600006 - ], - [ - -117.49317162199998, - 33.96053724500007 - ], - [ - -117.49493492699997, - 33.960546116000046 - ], - [ - -117.49493577199996, - 33.96072059100004 - ], - [ - -117.49493576699996, - 33.96074507900005 - ], - [ - -117.49493575499997, - 33.96082142900008 - ], - [ - -117.49493625999997, - 33.960821432000046 - ], - [ - -117.49493625999997, - 33.96082155800008 - ], - [ - -117.49684986399996, - 33.96083279800007 - ], - [ - -117.49901052699994, - 33.96084545200006 - ], - [ - -117.50579227799994, - 33.96088492700005 - ], - [ - -117.50630665199998, - 33.96088780700006 - ], - [ - -117.50796847999999, - 33.96089710200005 - ], - [ - -117.50796406799998, - 33.960079061000044 - ], - [ - -117.51013243799997, - 33.960069014000055 - ], - [ - -117.51014478199994, - 33.959176773000024 - ], - [ - -117.51038888199997, - 33.95917651800005 - ], - [ - -117.51104421799994, - 33.95917583200003 - ], - [ - -117.51190450099995, - 33.95917492500007 - ], - [ - -117.51298291199998, - 33.95917378300004 - ], - [ - -117.51308987399995, - 33.95917366900005 - ], - [ - -117.51496975799995, - 33.95917164900004 - ], - [ - -117.51886676499998, - 33.95916737600004 - ], - [ - -117.51889385899995, - 33.957139649000055 - ], - [ - -117.51891455099997, - 33.95559082800003 - ], - [ - -117.52266928599994, - 33.95559501100007 - ], - [ - -117.52269631599995, - 33.95559504000005 - ], - [ - -117.523022874, - 33.95559539800007 - ], - [ - -117.523259495, - 33.95559565700006 - ], - [ - -117.52327501599996, - 33.95559567500004 - ], - [ - -117.52327787499996, - 33.955595677000076 - ], - [ - -117.52329136699996, - 33.95393187600007 - ], - [ - -117.52329245599998, - 33.953820886000074 - ], - [ - -117.52373390399998, - 33.95372983800007 - ], - [ - -117.523733274, - 33.95353472100004 - ], - [ - -117.52372591699998, - 33.95126391600007 - ], - [ - -117.52372564499996, - 33.95118013600006 - ], - [ - -117.52372555399995, - 33.95115183300004 - ], - [ - -117.52372538199995, - 33.951099068000076 - ], - [ - -117.52372310599998, - 33.95039635400008 - ], - [ - -117.52372230799995, - 33.95014964500007 - ], - [ - -117.52372155199998, - 33.94991664300005 - ], - [ - -117.52372064899998, - 33.949637815000074 - ], - [ - -117.52372004399996, - 33.94945110700007 - ], - [ - -117.52371977599995, - 33.949368399000036 - ], - [ - -117.52371950899999, - 33.94928624200003 - ], - [ - -117.523718, - 33.94882015600007 - ], - [ - -117.52371601899995, - 33.94820868900007 - ], - [ - -117.52371600999999, - 33.948205872000074 - ], - [ - -117.52371401799996, - 33.947590725000055 - ], - [ - -117.52371096099995, - 33.94664731800003 - ], - [ - -117.52370957099998, - 33.94621763400005 - ], - [ - -117.52370885, - 33.94599542200007 - ], - [ - -117.52370935599998, - 33.94573192000007 - ], - [ - -117.52370937299997, - 33.945690712000044 - ], - [ - -117.52370937199998, - 33.94569065400003 - ], - [ - -117.51840392599996, - 33.94563376600007 - ], - [ - -117.51798073699996, - 33.945629214000064 - ], - [ - -117.51781139399998, - 33.94562739100007 - ], - [ - -117.517803728, - 33.94562730900003 - ], - [ - -117.51721650699994, - 33.945620990000066 - ], - [ - -117.51720353199994, - 33.94562085000007 - ], - [ - -117.51509150799995, - 33.94443093500007 - ], - [ - -117.51492547099997, - 33.94433738500004 - ], - [ - -117.51492538399998, - 33.94432457600004 - ], - [ - -117.51492316699995, - 33.944000164000045 - ], - [ - -117.51492092299998, - 33.94367144900008 - ], - [ - -117.51491784899997, - 33.94322134600003 - ], - [ - -117.51490894199998, - 33.94322136900007 - ], - [ - -117.51457121199996, - 33.94322118600007 - ], - [ - -117.51422458699994, - 33.94322099800007 - ], - [ - -117.51352478799998, - 33.943229031000044 - ], - [ - -117.51341542199998, - 33.94323035800005 - ], - [ - -117.51284572199995, - 33.94124359500006 - ], - [ - -117.51206981499996, - 33.94095945600003 - ], - [ - -117.51269476199997, - 33.93822623800003 - ], - [ - -117.51294872199998, - 33.937115488000074 - ], - [ - -117.51477812499996, - 33.93605943700004 - ], - [ - -117.51568165499998, - 33.93553353300007 - ], - [ - -117.51573236699994, - 33.93337812500005 - ], - [ - -117.51759340899997, - 33.930680464000034 - ], - [ - -117.51759533299997, - 33.93067160100003 - ], - [ - -117.51781695499994, - 33.92965027900004 - ], - [ - -117.51715479099994, - 33.929227378000064 - ], - [ - -117.51672020799998, - 33.92826847400005 - ], - [ - -117.51687691299998, - 33.92786028200004 - ], - [ - -117.51700320899994, - 33.92753129400006 - ], - [ - -117.51700552699998, - 33.927525256000024 - ], - [ - -117.516810852, - 33.926890368000045 - ], - [ - -117.51586423699996, - 33.92380304500006 - ], - [ - -117.51557450799999, - 33.922858071000064 - ], - [ - -117.51557079899999, - 33.92284597200006 - ], - [ - -117.515312398, - 33.92200315800005 - ], - [ - -117.51531451699998, - 33.921946313000035 - ], - [ - -117.51534816699996, - 33.92131434100003 - ], - [ - -117.51488660499996, - 33.92131763200007 - ], - [ - -117.51487927399995, - 33.92131258300003 - ], - [ - -117.51468186499994, - 33.921176642000034 - ], - [ - -117.51409555299995, - 33.92077590200006 - ], - [ - -117.51411389299994, - 33.91905853800006 - ], - [ - -117.51378829799995, - 33.91825492000004 - ], - [ - -117.513036952, - 33.91640042200004 - ], - [ - -117.51237652799995, - 33.914770274000034 - ], - [ - -117.51251632599997, - 33.91401798600003 - ], - [ - -117.512789952, - 33.91254548500007 - ], - [ - -117.51279013099997, - 33.912544525000044 - ], - [ - -117.51286705099994, - 33.912451119000025 - ], - [ - -117.51291793299998, - 33.91238982800007 - ], - [ - -117.51303794399996, - 33.912245263000045 - ], - [ - -117.51455266399995, - 33.91042058100004 - ], - [ - -117.51460110099998, - 33.91036223400005 - ], - [ - -117.51460817799995, - 33.91035370600002 - ], - [ - -117.51460764399997, - 33.91027072900005 - ], - [ - -117.51460236499997, - 33.90944846300005 - ], - [ - -117.51460150499997, - 33.90931451000006 - ], - [ - -117.51460098099994, - 33.90923315500004 - ], - [ - -117.51095203899996, - 33.90929675800004 - ], - [ - -117.51084240899996, - 33.909299145000034 - ], - [ - -117.51078377299996, - 33.907309498000075 - ], - [ - -117.51078128699999, - 33.90722518300004 - ], - [ - -117.51071016999998, - 33.90481203500008 - ], - [ - -117.51069527099997, - 33.90430629300005 - ], - [ - -117.51069281499997, - 33.90422301000007 - ], - [ - -117.51069041299996, - 33.90414148200006 - ], - [ - -117.51067683099996, - 33.903680601000076 - ], - [ - -117.51066071799994, - 33.90313383200004 - ], - [ - -117.51062182499999, - 33.901856448000046 - ], - [ - -117.51062099399996, - 33.90184576400003 - ], - [ - -117.51062151399998, - 33.90183838200005 - ], - [ - -117.51062222199994, - 33.901831507000054 - ], - [ - -117.51061914499996, - 33.90174809900003 - ], - [ - -117.51061662999996, - 33.90173936000008 - ], - [ - -117.51061724399995, - 33.90172502100006 - ], - [ - -117.510619196, - 33.90172476400005 - ], - [ - -117.51061718399995, - 33.90165645700006 - ], - [ - -117.51060425599997, - 33.901658445000066 - ], - [ - -117.51058746999996, - 33.90166128000004 - ], - [ - -117.51057074999994, - 33.90166435200007 - ], - [ - -117.51055409599996, - 33.90166766700003 - ], - [ - -117.51053751099994, - 33.90167122300005 - ], - [ - -117.51052100299995, - 33.90167501800005 - ], - [ - -117.51050457599996, - 33.90167904800006 - ], - [ - -117.51048823199994, - 33.90168331800004 - ], - [ - -117.51047198499998, - 33.90168782400008 - ], - [ - -117.510455832, - 33.90169256200005 - ], - [ - -117.51043977999996, - 33.90169753300006 - ], - [ - -117.51042383199996, - 33.901702734000025 - ], - [ - -117.51040799499998, - 33.90170816500006 - ], - [ - -117.51039227299998, - 33.90171382500006 - ], - [ - -117.51037667199995, - 33.901719710000066 - ], - [ - -117.51036119599996, - 33.90172582100007 - ], - [ - -117.51034584799999, - 33.90173215400006 - ], - [ - -117.510330636, - 33.90173870700005 - ], - [ - -117.50978576299997, - 33.90197876800005 - ], - [ - -117.50976163699994, - 33.901989178000065 - ], - [ - -117.50973730699997, - 33.901999259000036 - ], - [ - -117.50971278299994, - 33.90200900200006 - ], - [ - -117.50968806699996, - 33.90201840900005 - ], - [ - -117.50966317099994, - 33.90202747200004 - ], - [ - -117.509638097, - 33.90203619300007 - ], - [ - -117.50961285399995, - 33.902044567000075 - ], - [ - -117.50958744899998, - 33.902052594000054 - ], - [ - -117.50956188999999, - 33.90206026900006 - ], - [ - -117.50953617999994, - 33.90206759400007 - ], - [ - -117.50930183099996, - 33.90213308500006 - ], - [ - -117.50927633499998, - 33.90214040600006 - ], - [ - -117.50925098599998, - 33.902148071000056 - ], - [ - -117.50921705199994, - 33.90215901600004 - ], - [ - -117.508979948, - 33.90223640100004 - ], - [ - -117.50893982799994, - 33.90224893200008 - ], - [ - -117.50889620799995, - 33.90226144900004 - ], - [ - -117.50885533899998, - 33.902272166000046 - ], - [ - -117.50881415299995, - 33.90228199300003 - ], - [ - -117.50877267699997, - 33.90229093200003 - ], - [ - -117.50872771299998, - 33.902299553000034 - ], - [ - -117.50868572, - 33.90230661900006 - ], - [ - -117.50864352199994, - 33.902312780000045 - ], - [ - -117.50860114999995, - 33.902318026000046 - ], - [ - -117.50855862299994, - 33.90232235600007 - ], - [ - -117.50851598099996, - 33.90232576900007 - ], - [ - -117.50846995299997, - 33.902328416000046 - ], - [ - -117.50842715099998, - 33.90232991400006 - ], - [ - -117.50838431799997, - 33.902330488000075 - ], - [ - -117.50834147799998, - 33.902330137000035 - ], - [ - -117.50829756, - 33.90232882000004 - ], - [ - -117.50810226699997, - 33.90232051300006 - ], - [ - -117.50802087699998, - 33.90231709600005 - ], - [ - -117.50801102099996, - 33.90231649300006 - ], - [ - -117.50800121399999, - 33.902315454000075 - ], - [ - -117.50799148399994, - 33.90231398800006 - ], - [ - -117.50797868599994, - 33.90231136500006 - ], - [ - -117.50796924999997, - 33.902308909000055 - ], - [ - -117.50795998499996, - 33.90230603500004 - ], - [ - -117.50795091699996, - 33.902302760000055 - ], - [ - -117.50793916799995, - 33.90229777500008 - ], - [ - -117.50793065499994, - 33.90229358700003 - ], - [ - -117.50792241799996, - 33.90228902800004 - ], - [ - -117.50791190599995, - 33.90228240000005 - ], - [ - -117.50790440699996, - 33.90227703200003 - ], - [ - -117.50789726, - 33.90227133800005 - ], - [ - -117.50788831299997, - 33.90226326700002 - ], - [ - -117.50788206099998, - 33.902256883000064 - ], - [ - -117.50787524299994, - 33.90224903200004 - ], - [ - -117.50754531299998, - 33.901860413000065 - ], - [ - -117.50748347099994, - 33.90178683400006 - ], - [ - -117.50724283599999, - 33.90150052300004 - ], - [ - -117.50718339199994, - 33.90142779400003 - ], - [ - -117.506297454, - 33.90031331400007 - ], - [ - -117.50500310799998, - 33.89874333900008 - ], - [ - -117.50476705499995, - 33.89844939900007 - ], - [ - -117.50354296999996, - 33.89696900600006 - ], - [ - -117.50278005299998, - 33.89606257100007 - ], - [ - -117.50273927999996, - 33.896013366000034 - ], - [ - -117.50138770199999, - 33.89436187700005 - ], - [ - -117.50123902299998, - 33.89418020700003 - ], - [ - -117.50108803499995, - 33.89399571600006 - ], - [ - -117.50107910299994, - 33.89398480300002 - ], - [ - -117.50302136199997, - 33.89303369700008 - ], - [ - -117.50299458699999, - 33.89300016300007 - ], - [ - -117.50303434199998, - 33.892981279000026 - ], - [ - -117.50298134299999, - 33.89291151700007 - ], - [ - -117.50296572999997, - 33.892890968000074 - ], - [ - -117.50223652299997, - 33.891948900000045 - ], - [ - -117.50217652199996, - 33.89197555900006 - ], - [ - -117.50205424099994, - 33.89182240400004 - ], - [ - -117.50211381799994, - 33.89179580600006 - ], - [ - -117.501848871, - 33.891470138000045 - ], - [ - -117.50177248799997, - 33.891376156000035 - ], - [ - -117.50169640699994, - 33.891282337000064 - ], - [ - -117.50108808199997, - 33.89053367300005 - ], - [ - -117.50107953299994, - 33.89052532100004 - ], - [ - -117.50081459899997, - 33.89020153400003 - ], - [ - -117.50080062299998, - 33.890188075000026 - ], - [ - -117.50077039999996, - 33.890213008000046 - ], - [ - -117.50076976099996, - 33.89021355400007 - ], - [ - -117.50066715199995, - 33.89008502900003 - ], - [ - -117.50068904399996, - 33.890063449000024 - ], - [ - -117.50069424299994, - 33.89005857600006 - ], - [ - -117.50064395099997, - 33.88999735200008 - ], - [ - -117.50054740499996, - 33.88987981300005 - ], - [ - -117.50051790699996, - 33.88989668900007 - ], - [ - -117.500517845, - 33.88989661200003 - ], - [ - -117.50046229799995, - 33.88982557000003 - ], - [ - -117.50048747899996, - 33.889811215000066 - ], - [ - -117.50053358699995, - 33.889784931000065 - ], - [ - -117.50049006999996, - 33.88973036300007 - ], - [ - -117.50044445099996, - 33.88967315100007 - ], - [ - -117.50037443399998, - 33.889713194000024 - ], - [ - -117.50033780599995, - 33.88966634900004 - ], - [ - -117.50035009399994, - 33.88965931600006 - ], - [ - -117.50041597499995, - 33.88963744300003 - ], - [ - -117.50040730199999, - 33.88962656700005 - ], - [ - -117.50036963199994, - 33.889579327000035 - ], - [ - -117.50030947899995, - 33.88950389100006 - ], - [ - -117.50021536499997, - 33.889385867000044 - ], - [ - -117.50141842399995, - 33.888979508000034 - ], - [ - -117.50155998599996, - 33.888898545000075 - ], - [ - -117.50071394599996, - 33.887835884000026 - ], - [ - -117.50131859899994, - 33.88748933800008 - ], - [ - -117.50100973199994, - 33.88711469800006 - ], - [ - -117.50087639499998, - 33.886952964000045 - ], - [ - -117.50066770499996, - 33.886699831000044 - ], - [ - -117.50045657099997, - 33.88644373000005 - ], - [ - -117.50037454299996, - 33.886344233000045 - ], - [ - -117.500331239, - 33.886291707000055 - ], - [ - -117.5001350799999, - 33.88605376600003 - ], - [ - -117.50002004299995, - 33.88591422800005 - ], - [ - -117.49991224299998, - 33.88578346600008 - ], - [ - -117.49979916299998, - 33.885646301000065 - ], - [ - -117.499711086, - 33.885539461000064 - ], - [ - -117.49967905299997, - 33.88550060600005 - ], - [ - -117.49955801799996, - 33.88535378700004 - ], - [ - -117.49944112799994, - 33.885212 - ], - [ - -117.49932008199994, - 33.88506516700005 - ], - [ - -117.49920373099997, - 33.88492402900005 - ], - [ - -117.49909093599996, - 33.884787207000045 - ], - [ - -117.49897328499998, - 33.884644491000074 - ], - [ - -117.49885579799997, - 33.884501974000045 - ], - [ - -117.49874173099994, - 33.88436360600008 - ], - [ - -117.49862591999994, - 33.88422312000006 - ], - [ - -117.49851198299996, - 33.884084907000044 - ], - [ - -117.49840501799997, - 33.883955153000045 - ], - [ - -117.49839150399998, - 33.88393890700007 - ], - [ - -117.49827529999999, - 33.883799200000055 - ], - [ - -117.49816154599995, - 33.88366244100007 - ], - [ - -117.49804110799994, - 33.88351764300006 - ], - [ - -117.49792710099996, - 33.88338057800007 - ], - [ - -117.49784160099995, - 33.88327778800004 - ], - [ - -117.49760286399999, - 33.88299076200008 - ], - [ - -117.497600579, - 33.88299277400006 - ], - [ - -117.49698547799994, - 33.883534019000024 - ], - [ - -117.49678916099998, - 33.88367147100007 - ], - [ - -117.49667895199997, - 33.88372984100005 - ], - [ - -117.49666732699995, - 33.88373460200006 - ], - [ - -117.49654669999995, - 33.883786900000075 - ], - [ - -117.49602963599995, - 33.883958144000076 - ], - [ - -117.49573133699994, - 33.884056937000025 - ], - [ - -117.49527784799994, - 33.88431648200003 - ], - [ - -117.49510639199997, - 33.884460345000036 - ], - [ - -117.49487279699997, - 33.884753518000025 - ], - [ - -117.49428468299999, - 33.88549162000004 - ], - [ - -117.49428471799996, - 33.88549333800006 - ], - [ - -117.49421086099994, - 33.88579350100008 - ], - [ - -117.49423125499999, - 33.885888926000064 - ], - [ - -117.49430320699997, - 33.88622561300008 - ], - [ - -117.49432546499997, - 33.88632976300005 - ], - [ - -117.49429839099997, - 33.88652904400004 - ], - [ - -117.49415982099998, - 33.88669296100005 - ], - [ - -117.49395796799996, - 33.886825172000044 - ], - [ - -117.49380393599995, - 33.88688490200008 - ], - [ - -117.49374719399998, - 33.88688059800006 - ], - [ - -117.49373652099996, - 33.88687979000008 - ], - [ - -117.49372584799994, - 33.88687898100005 - ], - [ - -117.49370805899997, - 33.88687763200005 - ], - [ - -117.49369382799995, - 33.886876554000025 - ], - [ - -117.493634768, - 33.88687207600003 - ], - [ - -117.49358176199996, - 33.88686020700004 - ], - [ - -117.49352049799995, - 33.886846486000024 - ], - [ - -117.49313009699995, - 33.886759064000046 - ], - [ - -117.49313005299996, - 33.88675905300005 - ], - [ - -117.49304156499994, - 33.886739239000065 - ], - [ - -117.49290845999997, - 33.88677086300004 - ], - [ - -117.49285743899998, - 33.886782983000046 - ], - [ - -117.49254735899996, - 33.88699408000008 - ], - [ - -117.49254728199998, - 33.88699398700004 - ], - [ - -117.491762898, - 33.88604202100004 - ], - [ - -117.49044315799995, - 33.886799567000025 - ], - [ - -117.48699042199996, - 33.88787642500006 - ], - [ - -117.48650672099996, - 33.88778201200006 - ], - [ - -117.48650674599998, - 33.88778197900007 - ], - [ - -117.48650677399996, - 33.887781946000075 - ], - [ - -117.48434773399998, - 33.88737783900007 - ], - [ - -117.48427994399998, - 33.88733060200008 - ], - [ - -117.48427959399999, - 33.887330356000064 - ], - [ - -117.48410727599997, - 33.88721028000003 - ], - [ - -117.48233486, - 33.886616993000075 - ], - [ - -117.48233446199998, - 33.88661686000006 - ], - [ - -117.48122452999996, - 33.886809784000036 - ], - [ - -117.48076310099998, - 33.88653900600008 - ], - [ - -117.48026869999995, - 33.88624887100008 - ], - [ - -117.48000089499999, - 33.88609171200005 - ], - [ - -117.47988802599997, - 33.88593608100007 - ], - [ - -117.47934078599997, - 33.88518151100004 - ], - [ - -117.47814692099996, - 33.88487488800007 - ], - [ - -117.47732780499996, - 33.884664506000036 - ], - [ - -117.47732776799995, - 33.88466449600003 - ], - [ - -117.47718946999998, - 33.884156811000025 - ], - [ - -117.47710507399995, - 33.88384699900007 - ], - [ - -117.47710504999998, - 33.88384690600003 - ], - [ - -117.47747911799996, - 33.882261432000064 - ], - [ - -117.47599394099996, - 33.88171293500005 - ], - [ - -117.47579848199996, - 33.88183011700005 - ], - [ - -117.47579604999999, - 33.881831576000025 - ], - [ - -117.47500001099996, - 33.882308814000055 - ], - [ - -117.47481274599994, - 33.88241985700006 - ], - [ - -117.47454934499996, - 33.882603509000035 - ], - [ - -117.47405563499996, - 33.88292634900006 - ], - [ - -117.47404876299998, - 33.882935443000065 - ], - [ - -117.474039888, - 33.88294718800006 - ], - [ - -117.47403101199995, - 33.882958933000054 - ], - [ - -117.47401282499999, - 33.882983 - ], - [ - -117.47399463799997, - 33.88300706500007 - ], - [ - -117.47397628199997, - 33.88303135600006 - ], - [ - -117.473958096, - 33.88305542000006 - ], - [ - -117.47392832, - 33.88309482000005 - ], - [ - -117.47390996599995, - 33.88311910700003 - ], - [ - -117.47387419299997, - 33.883107308000035 - ], - [ - -117.47387411299997, - 33.883107282000026 - ], - [ - -117.473857249, - 33.88310172000007 - ], - [ - -117.4738405, - 33.883096195000064 - ], - [ - -117.47380404799998, - 33.88308417200005 - ], - [ - -117.47375679599998, - 33.88307895100007 - ], - [ - -117.473724942, - 33.88307174200003 - ], - [ - -117.47372448899995, - 33.88307163800005 - ], - [ - -117.47369017499994, - 33.88306387100005 - ], - [ - -117.47365771199998, - 33.88305652200006 - ], - [ - -117.47362270399998, - 33.88304859800007 - ], - [ - -117.47358769699997, - 33.88304067300004 - ], - [ - -117.47355332199999, - 33.883032892000074 - ], - [ - -117.47350553499996, - 33.883012577000045 - ], - [ - -117.47347504199996, - 33.88299961400003 - ], - [ - -117.47344454399996, - 33.88298665000008 - ], - [ - -117.473421896, - 33.882977022000034 - ], - [ - -117.47342146699998, - 33.88297683900004 - ], - [ - -117.47341026799995, - 33.88297207900007 - ], - [ - -117.47336140999994, - 33.88295130900008 - ], - [ - -117.473297458, - 33.882941509000034 - ], - [ - -117.47326420899998, - 33.882936416000064 - ], - [ - -117.47325231699995, - 33.88293459300007 - ], - [ - -117.47323096099996, - 33.88293132200005 - ], - [ - -117.47319079099998, - 33.88292516700005 - ], - [ - -117.47314514499999, - 33.882906122000065 - ], - [ - -117.473114534, - 33.882893351000064 - ], - [ - -117.47307870299994, - 33.88287840100003 - ], - [ - -117.47307669399999, - 33.88287713600005 - ], - [ - -117.47303897999996, - 33.88285342000006 - ], - [ - -117.47303880099997, - 33.88285330600007 - ], - [ - -117.47302966299998, - 33.88284756000007 - ], - [ - -117.47301924399994, - 33.882841007000025 - ], - [ - -117.47301243499999, - 33.88283672500006 - ], - [ - -117.47301193799996, - 33.882836413000064 - ], - [ - -117.47298525999997, - 33.88281963600008 - ], - [ - -117.47295712, - 33.882801940000036 - ], - [ - -117.47292843099996, - 33.88278389800007 - ], - [ - -117.472899741, - 33.88276585700004 - ], - [ - -117.47287160299999, - 33.88274816100005 - ], - [ - -117.472843464, - 33.882730464000076 - ], - [ - -117.47283093399994, - 33.88272258400008 - ], - [ - -117.472815874, - 33.88271311400007 - ], - [ - -117.472799824, - 33.882703020000065 - ], - [ - -117.47278905299999, - 33.88269624700007 - ], - [ - -117.47278349699997, - 33.882692752000025 - ], - [ - -117.47275819499998, - 33.882676840000045 - ], - [ - -117.47272301699996, - 33.882664387000034 - ], - [ - -117.47268162799998, - 33.882649737000065 - ], - [ - -117.47264495099995, - 33.88263675400003 - ], - [ - -117.47261387699996, - 33.88262575500005 - ], - [ - -117.47258058799997, - 33.88261397200006 - ], - [ - -117.47254871899997, - 33.882602691000045 - ], - [ - -117.47251759099998, - 33.882591672000046 - ], - [ - -117.47251724899996, - 33.882591552000065 - ], - [ - -117.47248402599996, - 33.88257979200006 - ], - [ - -117.47244381599995, - 33.88258422200005 - ], - [ - -117.47240991099994, - 33.882587958000045 - ], - [ - -117.47237600199998, - 33.88259169400004 - ], - [ - -117.47234209599998, - 33.88259543000004 - ], - [ - -117.47230819099997, - 33.882599166000034 - ], - [ - -117.47229225499996, - 33.88260092200005 - ], - [ - -117.47229143699997, - 33.882601012000066 - ], - [ - -117.47227428099995, - 33.88260290200003 - ], - [ - -117.47226583399998, - 33.882603833000076 - ], - [ - -117.47225261999995, - 33.882605289000026 - ], - [ - -117.47223176899996, - 33.88260758600006 - ], - [ - -117.47221194899998, - 33.882609770000045 - ], - [ - -117.47220329699996, - 33.88263105900006 - ], - [ - -117.47219941799995, - 33.88264060500006 - ], - [ - -117.47219512999999, - 33.882651157000055 - ], - [ - -117.472190679, - 33.882662108000034 - ], - [ - -117.47218921099994, - 33.88266572200007 - ], - [ - -117.47218824599997, - 33.88266809800007 - ], - [ - -117.472186535, - 33.88267230900004 - ], - [ - -117.47218249999997, - 33.88268223700004 - ], - [ - -117.47218175199998, - 33.88268407600003 - ], - [ - -117.47218142399998, - 33.88268488600005 - ], - [ - -117.472176263, - 33.882697585000074 - ], - [ - -117.472169652, - 33.882683953000026 - ], - [ - -117.47216658399998, - 33.882677630000046 - ], - [ - -117.47216268399995, - 33.88266958600008 - ], - [ - -117.472159595, - 33.88266322000004 - ], - [ - -117.47215748099995, - 33.88265885800007 - ], - [ - -117.47215746799998, - 33.88265883200006 - ], - [ - -117.47215745499994, - 33.88265880500006 - ], - [ - -117.47215411099995, - 33.88265191000005 - ], - [ - -117.47215310599995, - 33.88264983500005 - ], - [ - -117.47215037199999, - 33.882644199000026 - ], - [ - -117.47214479799999, - 33.88263270400006 - ], - [ - -117.47214075499994, - 33.88262437000003 - ], - [ - -117.472137735, - 33.88261814200007 - ], - [ - -117.47213215499994, - 33.88260663500006 - ], - [ - -117.47212811399999, - 33.882598302000076 - ], - [ - -117.47212270299997, - 33.88258714600005 - ], - [ - -117.47211968699997, - 33.882580930000074 - ], - [ - -117.47211674, - 33.88257485100007 - ], - [ - -117.47210962599996, - 33.88256018000004 - ], - [ - -117.47210725699995, - 33.88255529600008 - ], - [ - -117.472100706, - 33.88254178500006 - ], - [ - -117.47209466599998, - 33.88252933100006 - ], - [ - -117.47209379699996, - 33.88252753800003 - ], - [ - -117.472085586, - 33.88251060700003 - ], - [ - -117.472081786, - 33.882502772000066 - ], - [ - -117.47207496399994, - 33.88248869600005 - ], - [ - -117.47207433199998, - 33.882487393000076 - ], - [ - -117.47207270599995, - 33.88248403800003 - ], - [ - -117.47206561699994, - 33.882469412000034 - ], - [ - -117.47206558799996, - 33.88246937100007 - ], - [ - -117.4720534, - 33.88246078200007 - ], - [ - -117.47203951399996, - 33.882450996000046 - ], - [ - -117.47202783199998, - 33.882442765000064 - ], - [ - -117.47201334199997, - 33.88243255200007 - ], - [ - -117.47199948099995, - 33.88242278400003 - ], - [ - -117.47198764299998, - 33.88241444000005 - ], - [ - -117.47197369399998, - 33.88240461100003 - ], - [ - -117.47195994099997, - 33.882394917000056 - ], - [ - -117.471947646, - 33.88238625400004 - ], - [ - -117.47193382899997, - 33.88237651600008 - ], - [ - -117.47192163399995, - 33.882367921000025 - ], - [ - -117.47164672599996, - 33.88271611000005 - ], - [ - -117.47162393599996, - 33.882744943000034 - ], - [ - -117.47157711399996, - 33.88280418000005 - ], - [ - -117.47155859199995, - 33.88282752900005 - ], - [ - -117.47119382299996, - 33.88328973200004 - ], - [ - -117.47118756599997, - 33.883297662000075 - ], - [ - -117.47105125399997, - 33.88347032300004 - ], - [ - -117.47139206299994, - 33.883519884000066 - ], - [ - -117.47139204999996, - 33.88351990800004 - ], - [ - -117.4712243, - 33.88388634000006 - ], - [ - -117.47111611499997, - 33.88412264500005 - ], - [ - -117.47111591399994, - 33.884123085000056 - ], - [ - -117.47111590499998, - 33.88412312500003 - ], - [ - -117.47111226399994, - 33.88419582800003 - ], - [ - -117.471103471, - 33.88437119400004 - ], - [ - -117.47110214199995, - 33.88439760400007 - ], - [ - -117.47116949899998, - 33.88471671100007 - ], - [ - -117.47119104199999, - 33.88481876700007 - ], - [ - -117.47119881799995, - 33.88485560200007 - ], - [ - -117.47123914099996, - 33.884834828000066 - ], - [ - -117.47126229299994, - 33.88482290300004 - ], - [ - -117.47126287299994, - 33.88482260200004 - ], - [ - -117.47126901699994, - 33.88481943900007 - ], - [ - -117.47128908399998, - 33.88480910000004 - ], - [ - -117.47129189399999, - 33.88480765400004 - ], - [ - -117.47129624799999, - 33.884805408000034 - ], - [ - -117.47130309199997, - 33.88480188700004 - ], - [ - -117.47130531999994, - 33.884800737000035 - ], - [ - -117.47131063199998, - 33.884798 - ], - [ - -117.47131853899998, - 33.88479392800008 - ], - [ - -117.471322494, - 33.88479189100008 - ], - [ - -117.47132390299998, - 33.884791164000035 - ], - [ - -117.47133349399996, - 33.88478622500003 - ], - [ - -117.47133604199996, - 33.884784910000064 - ], - [ - -117.47134657599997, - 33.88477948600007 - ], - [ - -117.47134873199997, - 33.884778373000074 - ], - [ - -117.47135266999999, - 33.884776346000024 - ], - [ - -117.47136155799996, - 33.884771767000075 - ], - [ - -117.47136169199996, - 33.884771697000076 - ], - [ - -117.471382969, - 33.88476073500004 - ], - [ - -117.47138494999996, - 33.884759718000055 - ], - [ - -117.47138649199997, - 33.88475892200006 - ], - [ - -117.47141340499996, - 33.88474505800008 - ], - [ - -117.47141410699999, - 33.88474469800008 - ], - [ - -117.47141488899996, - 33.884744296000065 - ], - [ - -117.47144243499997, - 33.88473010300004 - ], - [ - -117.47144251699996, - 33.884730062000074 - ], - [ - -117.47144329699995, - 33.88472966100005 - ], - [ - -117.471471684, - 33.88471503900007 - ], - [ - -117.47150318999996, - 33.88469880900004 - ], - [ - -117.471517754, - 33.88469130500005 - ], - [ - -117.47151869499999, - 33.88469082000006 - ], - [ - -117.471546537, - 33.884676478000074 - ], - [ - -117.47154702399996, - 33.88467622600007 - ], - [ - -117.47157509799996, - 33.88466176500003 - ], - [ - -117.47161026599997, - 33.884643650000044 - ], - [ - -117.47161071199997, - 33.88464342200007 - ], - [ - -117.47161411499997, - 33.88464166500006 - ], - [ - -117.47161603399996, - 33.88464067900003 - ], - [ - -117.47163904899998, - 33.88462882300007 - ], - [ - -117.47164009599999, - 33.88462828200005 - ], - [ - -117.47166859899994, - 33.88461360100007 - ], - [ - -117.47166946699997, - 33.88461315400008 - ], - [ - -117.47169830999997, - 33.884598295000046 - ], - [ - -117.47172018199996, - 33.88462522400005 - ], - [ - -117.47172103999998, - 33.88462627500007 - ], - [ - -117.47173957899997, - 33.88464910500005 - ], - [ - -117.471762335, - 33.884677123000074 - ], - [ - -117.47178187499998, - 33.88470117800006 - ], - [ - -117.47180285699994, - 33.88472700900007 - ], - [ - -117.47180407399998, - 33.88472851100005 - ], - [ - -117.47182167399995, - 33.88475017500008 - ], - [ - -117.47182346799997, - 33.884752383000034 - ], - [ - -117.47185073799994, - 33.88478590900007 - ], - [ - -117.47185362399995, - 33.88478945900005 - ], - [ - -117.47186941999996, - 33.884808848000034 - ], - [ - -117.47187249799998, - 33.88481262600004 - ], - [ - -117.47187426399995, - 33.88481479400008 - ], - [ - -117.47188809399995, - 33.88483177000006 - ], - [ - -117.47189176999996, - 33.88483628400007 - ], - [ - -117.47189813799997, - 33.884844104000024 - ], - [ - -117.47190703999996, - 33.88485503700008 - ], - [ - -117.47191658999998, - 33.88486678400005 - ], - [ - -117.471923517, - 33.88487529900004 - ], - [ - -117.47192373299998, - 33.88487556500007 - ], - [ - -117.47193848799998, - 33.88489371400004 - ], - [ - -117.47194256199998, - 33.88489872200006 - ], - [ - -117.47195751299995, - 33.88491711000006 - ], - [ - -117.47196181099997, - 33.88492239800007 - ], - [ - -117.47197684399998, - 33.88494088900006 - ], - [ - -117.47199471099998, - 33.88496296400007 - ], - [ - -117.471994898, - 33.884963199000026 - ], - [ - -117.47199586599999, - 33.884964393000075 - ], - [ - -117.47201444299998, - 33.88498734600006 - ], - [ - -117.47201489799994, - 33.88498790600005 - ], - [ - -117.47203366599996, - 33.88501109600003 - ], - [ - -117.47203381599996, - 33.88501128300004 - ], - [ - -117.47205274599997, - 33.88503467000004 - ], - [ - -117.47208499899995, - 33.885074194000026 - ], - [ - -117.47208738699999, - 33.88507711700004 - ], - [ - -117.47210407499995, - 33.885097571000074 - ], - [ - -117.47210668199995, - 33.88510076500006 - ], - [ - -117.47212503099996, - 33.88512324900006 - ], - [ - -117.47212556399995, - 33.88512390200003 - ], - [ - -117.47214430699995, - 33.88514686700006 - ], - [ - -117.47216389299996, - 33.88517096000004 - ], - [ - -117.47216655799997, - 33.885174240000026 - ], - [ - -117.47218365899994, - 33.88519527200003 - ], - [ - -117.47218580699996, - 33.88519791500005 - ], - [ - -117.47220342299994, - 33.88521958200005 - ], - [ - -117.47220546999995, - 33.88522210100007 - ], - [ - -117.47222318999997, - 33.88524389300005 - ], - [ - -117.47222511599995, - 33.885246264000045 - ], - [ - -117.47224382999997, - 33.885269279000056 - ], - [ - -117.47226889599995, - 33.88530011000006 - ], - [ - -117.47227059399995, - 33.88530220200005 - ], - [ - -117.472288559, - 33.88532429700007 - ], - [ - -117.472289618, - 33.885325601000034 - ], - [ - -117.47230738899998, - 33.88534745800007 - ], - [ - -117.47230864199997, - 33.88534899900003 - ], - [ - -117.47232705299996, - 33.88537164600007 - ], - [ - -117.47232728399996, - 33.885371930000076 - ], - [ - -117.47234603799996, - 33.88539499500007 - ], - [ - -117.47237291599998, - 33.88542805800006 - ], - [ - -117.472373587, - 33.88542888100005 - ], - [ - -117.47239260999999, - 33.88545227900005 - ], - [ - -117.47239297899995, - 33.88545273500006 - ], - [ - -117.47239671799997, - 33.885457330000065 - ], - [ - -117.47241127299998, - 33.88547523200003 - ], - [ - -117.47241180999998, - 33.88547589500007 - ], - [ - -117.47243066399994, - 33.88549908600004 - ], - [ - -117.47245274899996, - 33.885526248000076 - ], - [ - -117.47246202799994, - 33.88553765700004 - ], - [ - -117.47247241399998, - 33.88555043500003 - ], - [ - -117.472480669, - 33.88556059100006 - ], - [ - -117.472492892, - 33.88557562600005 - ], - [ - -117.47249933299997, - 33.88558354200006 - ], - [ - -117.47251295499996, - 33.88560030000008 - ], - [ - -117.47251873399995, - 33.885607410000034 - ], - [ - -117.47253264199998, - 33.88562451200005 - ], - [ - -117.47253739899998, - 33.885630363000075 - ], - [ - -117.47255130399998, - 33.88564747000004 - ], - [ - -117.47256574399995, - 33.88566522700006 - ], - [ - -117.47258259499995, - 33.88568595800007 - ], - [ - -117.47258438499995, - 33.885688155000025 - ], - [ - -117.47260342699997, - 33.88571157900003 - ], - [ - -117.472604704, - 33.885713149000026 - ], - [ - -117.47262249, - 33.88573502400004 - ], - [ - -117.47262476799995, - 33.885737824000046 - ], - [ - -117.47264115099995, - 33.885757976000036 - ], - [ - -117.47264606099998, - 33.88576401800003 - ], - [ - -117.47265975699997, - 33.88578086100006 - ], - [ - -117.472666576, - 33.88578925000007 - ], - [ - -117.47268463799998, - 33.88581170200007 - ], - [ - -117.47268559799994, - 33.885812894000026 - ], - [ - -117.47270364299999, - 33.88583532600006 - ], - [ - -117.47270588499998, - 33.88583811600006 - ], - [ - -117.47272217199998, - 33.88585836100003 - ], - [ - -117.47272584299998, - 33.88586292700006 - ], - [ - -117.47274061699994, - 33.88588129300007 - ], - [ - -117.47274461699999, - 33.88588627100006 - ], - [ - -117.47275974899998, - 33.88590510900008 - ], - [ - -117.47277417899994, - 33.88592287400007 - ], - [ - -117.47277421399997, - 33.88592291800006 - ], - [ - -117.47277831199995, - 33.885927964000075 - ], - [ - -117.472781968, - 33.88593246200003 - ], - [ - -117.472785005, - 33.88593620300003 - ], - [ - -117.47278699799995, - 33.885938656000064 - ], - [ - -117.47278197699995, - 33.885941856000045 - ], - [ - -117.47277707199999, - 33.88594498400005 - ], - [ - -117.47277591999995, - 33.88594571700003 - ], - [ - -117.47276539999996, - 33.88595242500003 - ], - [ - -117.47276403099994, - 33.88595329700007 - ], - [ - -117.472762505, - 33.88595427100006 - ], - [ - -117.47276247099995, - 33.885954292000065 - ], - [ - -117.47275646699995, - 33.885958119000065 - ], - [ - -117.47275523399998, - 33.88595890800008 - ], - [ - -117.47275194899998, - 33.885961002000045 - ], - [ - -117.47274817099998, - 33.885963409000055 - ], - [ - -117.47274166099999, - 33.88596755800006 - ], - [ - -117.47273646099995, - 33.885970874000066 - ], - [ - -117.47273237299999, - 33.88597347900003 - ], - [ - -117.47272828499996, - 33.88597608500004 - ], - [ - -117.47272368299997, - 33.885979021000026 - ], - [ - -117.47271959699998, - 33.885981625000056 - ], - [ - -117.47271661699995, - 33.88598352400004 - ], - [ - -117.47271304599997, - 33.88598580100006 - ], - [ - -117.47270653699997, - 33.88598995000007 - ], - [ - -117.47270149599996, - 33.88599316500006 - ], - [ - -117.472694865, - 33.88599739500006 - ], - [ - -117.47269133599997, - 33.88599964100007 - ], - [ - -117.47268494099995, - 33.88600371700005 - ], - [ - -117.47268212899996, - 33.88600551400003 - ], - [ - -117.47268017899995, - 33.886006757000075 - ], - [ - -117.47267465799996, - 33.88601027200008 - ], - [ - -117.47266723499996, - 33.886014997000075 - ], - [ - -117.47266520899996, - 33.886016287000075 - ], - [ - -117.47265847699998, - 33.886020572000064 - ], - [ - -117.47250725699996, - 33.886116843000025 - ], - [ - -117.47246107799998, - 33.88614624200005 - ], - [ - -117.472431181, - 33.88617602900007 - ], - [ - -117.472411422, - 33.88619571600003 - ], - [ - -117.472404042, - 33.88620307000008 - ], - [ - -117.472378672, - 33.88622834600005 - ], - [ - -117.47233525399997, - 33.88627160400006 - ], - [ - -117.47228701499995, - 33.88631966500003 - ], - [ - -117.47224730599999, - 33.88635922800006 - ], - [ - -117.47218904399995, - 33.88641727500004 - ], - [ - -117.47213078299995, - 33.886475321000034 - ], - [ - -117.47208501699998, - 33.88652091800003 - ], - [ - -117.47203856799996, - 33.886567196000044 - ], - [ - -117.47201704399998, - 33.88658864000007 - ], - [ - -117.47198384599994, - 33.88662171500005 - ], - [ - -117.471948549, - 33.88665688000003 - ], - [ - -117.471822869, - 33.88678209500006 - ], - [ - -117.47178714899997, - 33.88681768400005 - ], - [ - -117.47176432599997, - 33.886840421000045 - ], - [ - -117.47174128399996, - 33.88686338000008 - ], - [ - -117.47171645499998, - 33.88688811700007 - ], - [ - -117.47169551499996, - 33.886908979000054 - ], - [ - -117.47165522399996, - 33.88694912100004 - ], - [ - -117.47162497999994, - 33.88697925300005 - ], - [ - -117.47158668299994, - 33.88701740800008 - ], - [ - -117.47156786299996, - 33.88703616000004 - ], - [ - -117.47148006799995, - 33.88712362600006 - ], - [ - -117.47143472199997, - 33.887168804000055 - ], - [ - -117.471432602, - 33.88717091600006 - ], - [ - -117.47135500499996, - 33.887248225000064 - ], - [ - -117.47127906499998, - 33.88732388400007 - ], - [ - -117.47127830499994, - 33.88732464000003 - ], - [ - -117.47119989, - 33.88740276500005 - ], - [ - -117.47112206999998, - 33.887480296000035 - ], - [ - -117.47103032599995, - 33.88751447800007 - ], - [ - -117.470923369, - 33.88755432700003 - ], - [ - -117.47083318499995, - 33.88758792800007 - ], - [ - -117.47074438799996, - 33.88762101100008 - ], - [ - -117.47066453199994, - 33.88765076300007 - ], - [ - -117.47058140499996, - 33.88768173400007 - ], - [ - -117.47047751699995, - 33.887720440000066 - ], - [ - -117.47046434299995, - 33.88772534800006 - ], - [ - -117.47041233899995, - 33.88774472400007 - ], - [ - -117.47037068799995, - 33.88776024200007 - ], - [ - -117.47032903999997, - 33.88777575900008 - ], - [ - -117.47026157699997, - 33.887800894000065 - ], - [ - -117.470174709, - 33.88783325900005 - ], - [ - -117.47014162, - 33.887845586000026 - ], - [ - -117.47004943499996, - 33.88787993300008 - ], - [ - -117.46994679099998, - 33.88791817300006 - ], - [ - -117.46990514199996, - 33.88793369100006 - ], - [ - -117.46990155999998, - 33.88793502600004 - ], - [ - -117.46987205499994, - 33.88794601800004 - ], - [ - -117.46986897499994, - 33.88794716500007 - ], - [ - -117.46983896299997, - 33.88795834600006 - ], - [ - -117.46983638399996, - 33.887959307000074 - ], - [ - -117.46980379699994, - 33.88797144800003 - ], - [ - -117.46980217, - 33.887972054000045 - ], - [ - -117.469761673, - 33.88798714200004 - ], - [ - -117.46964317899995, - 33.888031288000036 - ], - [ - -117.46955342799998, - 33.88806472700003 - ], - [ - -117.46944389199996, - 33.88810553600007 - ], - [ - -117.46935259099996, - 33.88813955100005 - ], - [ - -117.46925729999998, - 33.888175053000055 - ], - [ - -117.46913909199998, - 33.88821909200004 - ], - [ - -117.46907541999997, - 33.88824281300003 - ], - [ - -117.46889713099995, - 33.888309234000076 - ], - [ - -117.46871711499995, - 33.88837630100005 - ], - [ - -117.46854236899998, - 33.88844140300006 - ], - [ - -117.46845137399998, - 33.888475303000064 - ], - [ - -117.46836247199997, - 33.88850842200003 - ], - [ - -117.46827136099995, - 33.888542365000035 - ], - [ - -117.46818237999997, - 33.88857551500007 - ], - [ - -117.46809249599994, - 33.88860900200007 - ], - [ - -117.46799968699997, - 33.888643579000075 - ], - [ - -117.46790392199995, - 33.88867925400007 - ], - [ - -117.467817186, - 33.88871156700003 - ], - [ - -117.46777050799994, - 33.88872895700007 - ], - [ - -117.46766129799994, - 33.88876964200006 - ], - [ - -117.46758924899996, - 33.88879648400007 - ], - [ - -117.46755130399998, - 33.88881062000007 - ], - [ - -117.46751335699997, - 33.888824757000066 - ], - [ - -117.467430644, - 33.88885557100008 - ], - [ - -117.46739952299998, - 33.88886716500008 - ], - [ - -117.46736643099996, - 33.88887949200006 - ], - [ - -117.46732963899996, - 33.88889319800006 - ], - [ - -117.46729654999996, - 33.88890552500004 - ], - [ - -117.467272171, - 33.88891460700006 - ], - [ - -117.467263458, - 33.888917853000066 - ], - [ - -117.467239582, - 33.88892674700003 - ], - [ - -117.46723036699996, - 33.888930180000045 - ], - [ - -117.46719727899995, - 33.888942507000024 - ], - [ - -117.46707521899998, - 33.888987978000046 - ], - [ - -117.467003848, - 33.88901456700006 - ], - [ - -117.46696960699995, - 33.88902732300005 - ], - [ - -117.46696779299998, - 33.889027998000074 - ], - [ - -117.46696756699998, - 33.88902808300003 - ], - [ - -117.46693682299997, - 33.88903953600004 - ], - [ - -117.46693166299997, - 33.889041458000065 - ], - [ - -117.46691950299999, - 33.88904598900007 - ], - [ - -117.466910838, - 33.889049217000036 - ], - [ - -117.46690653599995, - 33.88905081900003 - ], - [ - -117.46689001199996, - 33.88905697400003 - ], - [ - -117.46687625099997, - 33.889062101000036 - ], - [ - -117.46686062999999, - 33.88906792100005 - ], - [ - -117.46684602, - 33.88907336300008 - ], - [ - -117.46683980199998, - 33.889075680000076 - ], - [ - -117.46681557599999, - 33.88908470500007 - ], - [ - -117.46681041499994, - 33.88908662700004 - ], - [ - -117.46678959199994, - 33.88909438400003 - ], - [ - -117.46678453799996, - 33.88909626700007 - ], - [ - -117.46676374799995, - 33.889104012000075 - ], - [ - -117.46675426499996, - 33.88910754500006 - ], - [ - -117.46670258899996, - 33.88912679600003 - ], - [ - -117.46666949499996, - 33.88913912400005 - ], - [ - -117.46663640799994, - 33.88915145000004 - ], - [ - -117.46659475699994, - 33.88916696600006 - ], - [ - -117.46655681199996, - 33.889181102000066 - ], - [ - -117.46646940999995, - 33.88921366100004 - ], - [ - -117.46639391499997, - 33.889241785000024 - ], - [ - -117.46635596999994, - 33.88925592100003 - ], - [ - -117.46631952599995, - 33.88926949700004 - ], - [ - -117.46630575999995, - 33.88927462500004 - ], - [ - -117.46623842899999, - 33.88929970800007 - ], - [ - -117.46620179499996, - 33.88931335500007 - ], - [ - -117.46620151399998, - 33.88931346000004 - ], - [ - -117.46617331099998, - 33.889323965000074 - ], - [ - -117.46616662899999, - 33.88932645500006 - ], - [ - -117.46614605099995, - 33.88933412000006 - ], - [ - -117.466138006, - 33.889337117000025 - ], - [ - -117.46613623299999, - 33.889337778000026 - ], - [ - -117.46612714199995, - 33.889341165000076 - ], - [ - -117.46611718099996, - 33.88934487500006 - ], - [ - -117.46610611899996, - 33.88934899700007 - ], - [ - -117.46609206499994, - 33.88935423100003 - ], - [ - -117.46608409199996, - 33.88935720100005 - ], - [ - -117.46604729699999, - 33.889370909000036 - ], - [ - -117.46601050199996, - 33.88938461600003 - ], - [ - -117.46597741199997, - 33.889396942000076 - ], - [ - -117.46588151799995, - 33.88943266500007 - ], - [ - -117.46579368899995, - 33.88946538300007 - ], - [ - -117.46575574399998, - 33.889479519000076 - ], - [ - -117.46573113899996, - 33.88948868500006 - ], - [ - -117.46571779899995, - 33.889493654000034 - ], - [ - -117.46567614699995, - 33.889509169000064 - ], - [ - -117.46563820199998, - 33.88952330500007 - ], - [ - -117.46555818299998, - 33.88955311400008 - ], - [ - -117.46546534299995, - 33.88958769900006 - ], - [ - -117.46543225099998, - 33.88960002500005 - ], - [ - -117.46540744999999, - 33.88960926400006 - ], - [ - -117.46539060099997, - 33.88961554100007 - ], - [ - -117.46537486499994, - 33.889621403000035 - ], - [ - -117.46535265499995, - 33.88962967600003 - ], - [ - -117.46534227499995, - 33.88963354300006 - ], - [ - -117.46531956399997, - 33.88964200400005 - ], - [ - -117.46530208899998, - 33.889648513000054 - ], - [ - -117.46528647399998, - 33.88965433000004 - ], - [ - -117.46526950099997, - 33.88966065200003 - ], - [ - -117.4652485299999, - 33.88966846400007 - ], - [ - -117.46523691299996, - 33.889672792000056 - ], - [ - -117.46521543699998, - 33.889680792000036 - ], - [ - -117.46520432499995, - 33.88968493100003 - ], - [ - -117.46518482999994, - 33.88969219400008 - ], - [ - -117.46517749099996, - 33.88969492700005 - ], - [ - -117.46517173499996, - 33.88969707100006 - ], - [ - -117.46513954399995, - 33.889709063000055 - ], - [ - -117.46501667599995, - 33.88975483200005 - ], - [ - -117.464999832, - 33.88973426100006 - ], - [ - -117.46495877899997, - 33.88968412000003 - ], - [ - -117.46493959599997, - 33.889660691000074 - ], - [ - -117.46490461599996, - 33.88961796600006 - ], - [ - -117.46488210599995, - 33.889590473000055 - ], - [ - -117.46485209399998, - 33.889553815000056 - ], - [ - -117.46482958299998, - 33.88952632300004 - ], - [ - -117.46349004499996, - 33.887890165000044 - ], - [ - -117.46144941299997, - 33.88538115800003 - ], - [ - -117.46131469399995, - 33.885226757000055 - ], - [ - -117.46112045499996, - 33.88502003800005 - ], - [ - -117.46091956699996, - 33.88482335700007 - ], - [ - -117.460745036, - 33.88466470100008 - ], - [ - -117.45841297599998, - 33.886008695000044 - ], - [ - -117.45719118099998, - 33.88673115600005 - ], - [ - -117.454114243, - 33.88851826200005 - ], - [ - -117.45411469099997, - 33.88839856300007 - ], - [ - -117.45411865899996, - 33.887368593000076 - ], - [ - -117.45227749199995, - 33.88732616500005 - ], - [ - -117.45221795899994, - 33.88732479200007 - ], - [ - -117.45220357, - 33.88732446000006 - ], - [ - -117.45215844599994, - 33.88732342000003 - ], - [ - -117.45203326099994, - 33.88732052800003 - ], - [ - -117.45183185399998, - 33.88731588400003 - ], - [ - -117.45146965699996, - 33.88730751800006 - ], - [ - -117.451341314, - 33.887304554000025 - ], - [ - -117.45106527799999, - 33.88729818100006 - ], - [ - -117.45101903799997, - 33.887297115000024 - ], - [ - -117.45074915999999, - 33.88729089200007 - ], - [ - -117.450631306, - 33.88728815800005 - ], - [ - -117.45020155499998, - 33.887278234000064 - ], - [ - -117.44967503699996, - 33.88726612800008 - ], - [ - -117.449634017, - 33.88726513900008 - ], - [ - -117.44961848, - 33.887264763000076 - ], - [ - -117.44958478599995, - 33.88726404700003 - ], - [ - -117.44937584699994, - 33.88725925700004 - ], - [ - -117.44930246999996, - 33.887257556000066 - ], - [ - -117.44815461499996, - 33.88723095100005 - ], - [ - -117.44815443599998, - 33.887231056000076 - ], - [ - -117.44770473099999, - 33.88722067300006 - ], - [ - -117.44770495799997, - 33.88722054300007 - ], - [ - -117.44769274299995, - 33.88722026100004 - ], - [ - -117.44677878999994, - 33.88719912800008 - ], - [ - -117.44677892299995, - 33.88719929200005 - ], - [ - -117.441709716, - 33.88708208700007 - ], - [ - -117.44123854699995, - 33.88707110900003 - ], - [ - -117.441238608, - 33.887071183000046 - ], - [ - -117.44091869399995, - 33.88706377800003 - ], - [ - -117.44091855999994, - 33.887063614000056 - ], - [ - -117.44017963599998, - 33.887046448000035 - ], - [ - -117.44007473099998, - 33.88704400200004 - ], - [ - -117.43988844799998, - 33.88703965900004 - ], - [ - -117.43930941999997, - 33.88702616100005 - ], - [ - -117.43916332799995, - 33.88702275300005 - ], - [ - -117.43882434899996, - 33.887014848000035 - ], - [ - -117.43876924799997, - 33.88701356400003 - ], - [ - -117.43873288799995, - 33.88701271600007 - ], - [ - -117.43774458099995, - 33.88698964900004 - ], - [ - -117.43762188299996, - 33.886985096000046 - ], - [ - -117.43740423599996, - 33.88698079200003 - ], - [ - -117.43731027099994, - 33.88698017300004 - ], - [ - -117.43714295899997, - 33.88697629500007 - ], - [ - -117.43661734399996, - 33.886964111000054 - ], - [ - -117.43652885499995, - 33.88696190400003 - ], - [ - -117.43627995299994, - 33.886956276000035 - ], - [ - -117.43624291299994, - 33.88695517700006 - ], - [ - -117.43608695699999, - 33.886951820000036 - ], - [ - -117.435596219, - 33.88694043700008 - ], - [ - -117.43247968299994, - 33.88694266600004 - ], - [ - -117.43244810399995, - 33.88694268800003 - ], - [ - -117.43142440599996, - 33.88694336400005 - ], - [ - -117.43126124899999, - 33.886943461000044 - ], - [ - -117.43097503499996, - 33.88694366000004 - ], - [ - -117.430821945, - 33.88694376400008 - ], - [ - -117.43028614599996, - 33.88694412600006 - ], - [ - -117.42987813899998, - 33.886944407000044 - ], - [ - -117.42689424899999, - 33.88694641500007 - ], - [ - -117.426696957, - 33.886946898000076 - ], - [ - -117.42654209199998, - 33.88694732700003 - ], - [ - -117.42626160299994, - 33.88694807600007 - ], - [ - -117.42551395999999, - 33.88695018000004 - ], - [ - -117.42376109699995, - 33.886954924000065 - ], - [ - -117.41823658599998, - 33.88696975300007 - ], - [ - -117.41766795599995, - 33.88697246100003 - ], - [ - -117.41747722799994, - 33.88697338900005 - ], - [ - -117.41745110299996, - 33.88697351600007 - ], - [ - -117.41742803699998, - 33.886973614000055 - ], - [ - -117.41739873499995, - 33.88697376400006 - ], - [ - -117.41713154899998, - 33.886975034000045 - ], - [ - -117.41691737999997, - 33.886976065000056 - ], - [ - -117.41671968499998, - 33.88697699100004 - ], - [ - -117.416331443, - 33.88697881200005 - ], - [ - -117.41610353399994, - 33.88697988000007 - ], - [ - -117.41591077899994, - 33.88698077600003 - ], - [ - -117.41556425299996, - 33.88698238200004 - ], - [ - -117.41537102799998, - 33.88698327700007 - ], - [ - -117.41534849099997, - 33.886983385000065 - ], - [ - -117.415248497, - 33.88698388300003 - ], - [ - -117.41393876499995, - 33.886990096000034 - ], - [ - -117.41314655599996, - 33.88699382600004 - ], - [ - -117.413145838, - 33.88699487700006 - ], - [ - -117.41291141599999, - 33.886996028000056 - ], - [ - -117.41291216399998, - 33.886994927000046 - ], - [ - -117.41204238499995, - 33.88699902800005 - ], - [ - -117.41157404499995, - 33.887001234000024 - ], - [ - -117.41123124299997, - 33.887002851000034 - ], - [ - -117.41075592599998, - 33.887005094000074 - ], - [ - -117.41075964799995, - 33.88700657500004 - ], - [ - -117.41072938099995, - 33.887006722000024 - ], - [ - -117.40980679299997, - 33.88701123200008 - ], - [ - -117.40980164899997, - 33.88700932900008 - ], - [ - -117.40973304299996, - 33.88700970700006 - ], - [ - -117.40971929299997, - 33.88700978300005 - ], - [ - -117.40970999399997, - 33.887009990000024 - ], - [ - -117.40957030699997, - 33.88701060400007 - ], - [ - -117.40756002399996, - 33.88702078400007 - ], - [ - -117.40752684199998, - 33.88702095700006 - ], - [ - -117.40749630899995, - 33.88702110600008 - ], - [ - -117.40725336299994, - 33.887022288000026 - ], - [ - -117.40724253199994, - 33.88702238800005 - ], - [ - -117.40724225599996, - 33.88702372600005 - ], - [ - -117.40712629499996, - 33.887024291000046 - ], - [ - -117.40712656599999, - 33.887022975000036 - ], - [ - -117.40704249099997, - 33.88702338000007 - ], - [ - -117.40625693899995, - 33.88702736500005 - ], - [ - -117.40623194099999, - 33.88702744700004 - ], - [ - -117.40596450899994, - 33.88702882300004 - ], - [ - -117.40580510199999, - 33.88702964300006 - ], - [ - -117.40576406399998, - 33.88702988400007 - ], - [ - -117.40442426899995, - 33.887036597000076 - ], - [ - -117.40441977899997, - 33.88703741200004 - ], - [ - -117.40415733799995, - 33.887038681000035 - ], - [ - -117.40415573499996, - 33.88703804700003 - ], - [ - -117.404043334, - 33.88703861500005 - ], - [ - -117.40350994699997, - 33.88704130700006 - ], - [ - -117.40329349799998, - 33.88704239900005 - ], - [ - -117.40322336799994, - 33.88704274400004 - ], - [ - -117.40308663399998, - 33.887043419000065 - ], - [ - -117.40308645899995, - 33.88704385300008 - ], - [ - -117.40308437399995, - 33.88704386200004 - ], - [ - -117.40290487599998, - 33.887044728000035 - ], - [ - -117.40290503499995, - 33.88704433000004 - ], - [ - -117.40202102399996, - 33.887048727000035 - ], - [ - -117.4012675, - 33.88705252500006 - ], - [ - -117.40088841399995, - 33.88705443400005 - ], - [ - -117.383574491, - 33.88712815200006 - ], - [ - -117.38357405999994, - 33.887485893000076 - ], - [ - -117.38357370999995, - 33.88771591300008 - ], - [ - -117.38357296499998, - 33.888178624000034 - ], - [ - -117.38357291099999, - 33.88821058100007 - ], - [ - -117.38357270599994, - 33.888295775000074 - ], - [ - -117.38357266499997, - 33.88834266900005 - ], - [ - -117.38357263599994, - 33.88837629000005 - ], - [ - -117.38357260099997, - 33.88839771100004 - ], - [ - -117.38357194799994, - 33.88879299000007 - ], - [ - -117.38357069099999, - 33.88955462700005 - ], - [ - -117.38356965099996, - 33.89018403100005 - ], - [ - -117.38356894599997, - 33.890759864000074 - ], - [ - -117.38356892999997, - 33.89077024200003 - ], - [ - -117.38356814599996, - 33.89125608400008 - ], - [ - -117.38356759499999, - 33.891643299000066 - ], - [ - -117.38356651499998, - 33.89221739000004 - ], - [ - -117.38356574699998, - 33.89273981200006 - ], - [ - -117.38356492099996, - 33.89320699900003 - ], - [ - -117.38356429599997, - 33.89366562300006 - ], - [ - -117.38356420499997, - 33.89373326800006 - ], - [ - -117.38356312499997, - 33.89438320600004 - ], - [ - -117.38356589399996, - 33.89438321800003 - ], - [ - -117.38356442999998, - 33.89561938400004 - ], - [ - -117.38356207199996, - 33.895613998000044 - ], - [ - -117.38356194399995, - 33.89577397200003 - ], - [ - -117.38356186099998, - 33.89587818900003 - ], - [ - -117.38356185099997, - 33.89591906000004 - ], - [ - -117.38356183699995, - 33.89597232400007 - ], - [ - -117.38356175799998, - 33.896249184000055 - ], - [ - -117.38356138199998, - 33.89654268400005 - ], - [ - -117.38356130299996, - 33.896606090000034 - ], - [ - -117.38356128899994, - 33.89661743500005 - ], - [ - -117.38356100599998, - 33.896974460000024 - ], - [ - -117.38356070999998, - 33.89734947100004 - ], - [ - -117.38356019999998, - 33.89799507500004 - ], - [ - -117.38355968199994, - 33.898649129000034 - ], - [ - -117.38355963099997, - 33.89871447000007 - ], - [ - -117.38355960699994, - 33.89874342300004 - ], - [ - -117.38355953899998, - 33.89882942600008 - ], - [ - -117.38355917799998, - 33.89928559100008 - ], - [ - -117.38355907699997, - 33.899530448000064 - ], - [ - -117.38355908399996, - 33.89975826600005 - ], - [ - -117.38355816199999, - 33.90069840000007 - ], - [ - -117.38355731299998, - 33.90163454900005 - ], - [ - -117.38317533399999, - 33.90163444900003 - ], - [ - -117.38316155799998, - 33.90163444500007 - ], - [ - -117.38296112999996, - 33.90163439200006 - ], - [ - -117.38228038199998, - 33.901634200000046 - ], - [ - -117.36942756999997, - 33.901629770000056 - ], - [ - -117.36707880899996, - 33.901628807000066 - ], - [ - -117.36706586999998, - 33.90162880100007 - ], - [ - -117.36628182199996, - 33.90162846800007 - ], - [ - -117.36618138799997, - 33.90162842400008 - ], - [ - -117.36607407499997, - 33.90162938900005 - ], - [ - -117.36395764099996, - 33.90164834600006 - ], - [ - -117.36374769799994, - 33.901650232000065 - ], - [ - -117.36370451499994, - 33.901649844000076 - ], - [ - -117.36365038999998, - 33.90165109700007 - ], - [ - -117.361789994, - 33.90166772900005 - ], - [ - -117.36067288799995, - 33.901677705000054 - ], - [ - -117.35957225799996, - 33.90168752200003 - ], - [ - -117.35796579899994, - 33.90170183400005 - ], - [ - -117.35748241799996, - 33.901706137000076 - ], - [ - -117.35736479999997, - 33.90170741800006 - ], - [ - -117.35726589499995, - 33.901708496000026 - ], - [ - -117.35584037299998, - 33.901724013000035 - ], - [ - -117.35528636499998, - 33.90173004800005 - ], - [ - -117.35518913599998, - 33.901731108000035 - ], - [ - -117.35308458299994, - 33.90175396800004 - ], - [ - -117.35306131799996, - 33.90175422200008 - ], - [ - -117.35263806999995, - 33.90175881700003 - ], - [ - -117.35230393699999, - 33.90176244400004 - ], - [ - -117.35196716799999, - 33.90176609800005 - ], - [ - -117.35195576299998, - 33.90176622200005 - ], - [ - -117.35098155699995, - 33.90177678900005 - ], - [ - -117.35094293299994, - 33.901777208000055 - ], - [ - -117.35094293399999, - 33.901777243000026 - ], - [ - -117.34870868999997, - 33.90180145000005 - ], - [ - -117.34661647999997, - 33.90180600200006 - ], - [ - -117.345761671, - 33.90180785300004 - ], - [ - -117.340037081, - 33.90182008600004 - ], - [ - -117.333521868, - 33.90183632600008 - ], - [ - -117.33130636699997, - 33.90184177000003 - ], - [ - -117.33131098699994, - 33.900741104000076 - ], - [ - -117.33136303599997, - 33.88833705800005 - ], - [ - -117.33151155299998, - 33.88833635000003 - ], - [ - -117.332167154, - 33.88833322600004 - ], - [ - -117.33254616699998, - 33.88833141900005 - ], - [ - -117.33292012099997, - 33.88832963300007 - ], - [ - -117.33319535799995, - 33.88832867700006 - ], - [ - -117.33329420999996, - 33.88832833400005 - ], - [ - -117.33346884699995, - 33.88832772600006 - ], - [ - -117.33366311599997, - 33.88832705000004 - ], - [ - -117.33403551499998, - 33.88832575300006 - ], - [ - -117.33442209499998, - 33.88832240000005 - ], - [ - -117.33448863399997, - 33.88832182200008 - ], - [ - -117.33448807899998, - 33.889027690000034 - ], - [ - -117.33551451199997, - 33.889023749000046 - ], - [ - -117.33654549099998, - 33.88901978000007 - ], - [ - -117.33757335099995, - 33.88901581700003 - ], - [ - -117.33807803699995, - 33.88901336400005 - ], - [ - -117.33807789199994, - 33.88893092500007 - ], - [ - -117.33807764499994, - 33.88879352400005 - ], - [ - -117.33807727299995, - 33.88858742600007 - ], - [ - -117.33807583099997, - 33.88838133300004 - ], - [ - -117.33849133999996, - 33.88837931000006 - ], - [ - -117.33858676999995, - 33.888378845000034 - ], - [ - -117.33858725699997, - 33.88810400700004 - ], - [ - -117.33868989799998, - 33.88810397100008 - ], - [ - -117.33909868699999, - 33.88810383200007 - ], - [ - -117.33947618399998, - 33.88810370300007 - ], - [ - -117.33951601999996, - 33.88810369000004 - ], - [ - -117.33952423499994, - 33.88810368700007 - ], - [ - -117.33966982399994, - 33.88810251700005 - ], - [ - -117.33969723599995, - 33.888102350000054 - ], - [ - -117.34000773699995, - 33.888100447000056 - ], - [ - -117.34010393299997, - 33.88809985700004 - ], - [ - -117.34010723899996, - 33.88717055700005 - ], - [ - -117.34097846399999, - 33.88716630000005 - ], - [ - -117.34314182599996, - 33.88715645900004 - ], - [ - -117.34317893999997, - 33.88715628700004 - ], - [ - -117.34328473099998, - 33.887155807000056 - ], - [ - -117.34340077, - 33.88715527700003 - ], - [ - -117.34343773499995, - 33.88715510700007 - ], - [ - -117.343474701, - 33.88715494100006 - ], - [ - -117.34351166599998, - 33.88715477200003 - ], - [ - -117.34362390599995, - 33.887154242000065 - ], - [ - -117.343686978, - 33.88715288700007 - ], - [ - -117.34382022499994, - 33.887153356000056 - ], - [ - -117.34388908499994, - 33.88715248200003 - ], - [ - -117.34395545799998, - 33.88715217300006 - ], - [ - -117.34403629199994, - 33.88715135600006 - ], - [ - -117.34409067499996, - 33.88715042900003 - ], - [ - -117.34415925499997, - 33.887148969000066 - ], - [ - -117.344294763, - 33.88714441700006 - ], - [ - -117.344429328, - 33.88713794600005 - ], - [ - -117.34456544999995, - 33.88712942900003 - ], - [ - -117.34463340199994, - 33.88712461800003 - ], - [ - -117.34470018399998, - 33.88711931900008 - ], - [ - -117.34476877799995, - 33.88711358100005 - ], - [ - -117.34483559699999, - 33.88710716800006 - ], - [ - -117.34492887999994, - 33.88709617300003 - ], - [ - -117.34504051099998, - 33.887082718000045 - ], - [ - -117.34514358999996, - 33.88707029100004 - ], - [ - -117.34524328099997, - 33.887058274000026 - ], - [ - -117.34529847399995, - 33.88705019500003 - ], - [ - -117.34536413599994, - 33.887041116000034 - ], - [ - -117.34543101, - 33.887031541000056 - ], - [ - -117.34550719799995, - 33.88701995500003 - ], - [ - -117.34568953699994, - 33.88698828300005 - ], - [ - -117.34587107899995, - 33.88695405400006 - ], - [ - -117.34594594799995, - 33.886938787000076 - ], - [ - -117.34598418299998, - 33.88693099100004 - ], - [ - -117.34599280999998, - 33.88692923100007 - ], - [ - -117.34605187699998, - 33.88691718700005 - ], - [ - -117.34614203599995, - 33.88689740600006 - ], - [ - -117.34623187299997, - 33.88687769400008 - ], - [ - -117.34641101899996, - 33.88683558200006 - ], - [ - -117.34651426299996, - 33.88680968500006 - ], - [ - -117.34653217099998, - 33.886805192000054 - ], - [ - -117.34658924799999, - 33.88679087300005 - ], - [ - -117.34676651799998, - 33.88674357100007 - ], - [ - -117.34694276999994, - 33.886693698000045 - ], - [ - -117.34711795599998, - 33.88664126300006 - ], - [ - -117.34729201099998, - 33.88658628700006 - ], - [ - -117.34746489199995, - 33.886528783000074 - ], - [ - -117.34763654099999, - 33.88646877100007 - ], - [ - -117.34780690899998, - 33.88640626900008 - ], - [ - -117.34797594099996, - 33.88634129400003 - ], - [ - -117.34814358799997, - 33.886273868000046 - ], - [ - -117.34830979499998, - 33.88620401600008 - ], - [ - -117.34847451499996, - 33.88613174900007 - ], - [ - -117.34872857999994, - 33.88599736700007 - ], - [ - -117.34911861399996, - 33.88578357200004 - ], - [ - -117.34923313099995, - 33.88571901600005 - ], - [ - -117.34934639, - 33.88565293000005 - ], - [ - -117.34940313599998, - 33.88561913700005 - ], - [ - -117.34951418299994, - 33.88555115300005 - ], - [ - -117.349569353, - 33.88551666300003 - ], - [ - -117.34962430699994, - 33.885481484000024 - ], - [ - -117.34967884999998, - 33.885446141000045 - ], - [ - -117.349733287, - 33.885410120000074 - ], - [ - -117.35183761699994, - 33.884056334000036 - ], - [ - -117.35186192299994, - 33.88403965400005 - ], - [ - -117.35188754599994, - 33.88402207300004 - ], - [ - -117.35199338099994, - 33.88395570200004 - ], - [ - -117.35204638899995, - 33.88392309400007 - ], - [ - -117.352100141, - 33.88389084200003 - ], - [ - -117.35220922599996, - 33.883826879000026 - ], - [ - -117.35231882199997, - 33.88376460000006 - ], - [ - -117.35242967499994, - 33.88370402600003 - ], - [ - -117.35248572299997, - 33.883674162000034 - ], - [ - -117.35259748099998, - 33.883615924000026 - ], - [ - -117.35271104999998, - 33.883558926000035 - ], - [ - -117.35282607499994, - 33.88350311600004 - ], - [ - -117.35288417299995, - 33.88347571600008 - ], - [ - -117.35300046699996, - 33.88342247200006 - ], - [ - -117.35308130099997, - 33.883384024000065 - ], - [ - -117.35308364899998, - 33.88288956900004 - ], - [ - -117.35299609099997, - 33.88288899600008 - ], - [ - -117.35297961599997, - 33.88288896900008 - ], - [ - -117.35167409799999, - 33.88288142000005 - ], - [ - -117.35166976099998, - 33.88352947000004 - ], - [ - -117.35154779599998, - 33.88352647800008 - ], - [ - -117.35142280999997, - 33.883544280000024 - ], - [ - -117.34874187199995, - 33.88354562600006 - ], - [ - -117.34874928199997, - 33.88218713900005 - ], - [ - -117.348761664, - 33.87991651400006 - ], - [ - -117.35309235899996, - 33.879904433000036 - ], - [ - -117.35309273599995, - 33.87982674400007 - ], - [ - -117.35309448199996, - 33.87946122900007 - ], - [ - -117.35309629299996, - 33.87908472100003 - ], - [ - -117.35309810599995, - 33.87870821200005 - ], - [ - -117.35309978199996, - 33.87833720000003 - ], - [ - -117.353101558, - 33.87795794500005 - ], - [ - -117.35310323399995, - 33.87758693400008 - ], - [ - -117.35310551799995, - 33.877085383000065 - ], - [ - -117.35310589599999, - 33.87700190100003 - ], - [ - -117.35310627299998, - 33.876917742000046 - ], - [ - -117.35310770599995, - 33.87660856600007 - ], - [ - -117.35310968799996, - 33.876229307000074 - ], - [ - -117.35311064499996, - 33.87571912300007 - ], - [ - -117.353112023, - 33.87498386500005 - ], - [ - -117.35311259499997, - 33.87467950400003 - ], - [ - -117.353112937, - 33.87449636800005 - ], - [ - -117.353113082, - 33.87441987600005 - ], - [ - -117.35311324599996, - 33.87433167800003 - ], - [ - -117.35311420399995, - 33.87382127400008 - ], - [ - -117.35311546499997, - 33.873148882000066 - ], - [ - -117.35311632299994, - 33.87269112600006 - ], - [ - -117.35311647399999, - 33.87260999800003 - ], - [ - -117.34890964299996, - 33.87262007900006 - ], - [ - -117.34880092199995, - 33.872620339000036 - ], - [ - -117.34017701499994, - 33.87267838900004 - ], - [ - -117.34007750899997, - 33.87267905500005 - ], - [ - -117.33965169299995, - 33.872681890000024 - ], - [ - -117.33959569899997, - 33.87268226300006 - ], - [ - -117.339539705, - 33.87268263500005 - ], - [ - -117.33952033399999, - 33.87268276400005 - ], - [ - -117.33948371199995, - 33.872683008000024 - ], - [ - -117.339427721, - 33.87268338000007 - ], - [ - -117.33937172599997, - 33.87268375300005 - ], - [ - -117.33931573299998, - 33.872684126000024 - ], - [ - -117.33925974099998, - 33.87268449800007 - ], - [ - -117.33914775299996, - 33.872685243000035 - ], - [ - -117.33909175899998, - 33.87268561600007 - ], - [ - -117.33903576499995, - 33.87268598800006 - ], - [ - -117.33897977099997, - 33.872686361000035 - ], - [ - -117.33892378099995, - 33.87268673300008 - ], - [ - -117.338867785, - 33.87268710600006 - ], - [ - -117.33881179099996, - 33.872687478000046 - ], - [ - -117.33875579799997, - 33.872687850000034 - ], - [ - -117.33869980499998, - 33.87268822300007 - ], - [ - -117.33864381399997, - 33.872688596000046 - ], - [ - -117.33858781799995, - 33.872688968000034 - ], - [ - -117.33853182399997, - 33.87268934000008 - ], - [ - -117.33847583, - 33.87268971200007 - ], - [ - -117.33843644099994, - 33.872689974000025 - ], - [ - -117.338419838, - 33.872690084000055 - ], - [ - -117.33836384199998, - 33.87269045600004 - ], - [ - -117.33830784899999, - 33.87269082900008 - ], - [ - -117.33825185699999, - 33.872691201000066 - ], - [ - -117.33819586299995, - 33.872691573000054 - ], - [ - -117.33813987199994, - 33.87269194400005 - ], - [ - -117.33808387599998, - 33.87269231600004 - ], - [ - -117.33802788499997, - 33.87269268700004 - ], - [ - -117.33797189099994, - 33.87269305900003 - ], - [ - -117.33791589599997, - 33.87269343000003 - ], - [ - -117.33788402, - 33.87269364200006 - ], - [ - -117.33785990299998, - 33.87269380200007 - ], - [ - -117.33780390899994, - 33.87269417400006 - ], - [ - -117.33774791699994, - 33.87269454600005 - ], - [ - -117.33769192299997, - 33.872694919000025 - ], - [ - -117.33763592999998, - 33.872695289000035 - ], - [ - -117.33757993499995, - 33.87269566200007 - ], - [ - -117.337495946, - 33.872696219000034 - ], - [ - -117.33743995299994, - 33.87269659000003 - ], - [ - -117.33738396099994, - 33.87269696300007 - ], - [ - -117.33729996799997, - 33.87269752100008 - ], - [ - -117.33721597899995, - 33.87269807800004 - ], - [ - -117.33715998499997, - 33.87269844900004 - ], - [ - -117.33710399199998, - 33.87269882000004 - ], - [ - -117.337047999, - 33.87269919100004 - ], - [ - -117.33699200499996, - 33.872699563000026 - ], - [ - -117.33690801599994, - 33.87270012100004 - ], - [ - -117.33685202099997, - 33.872700492000035 - ], - [ - -117.33679602799998, - 33.872700864000024 - ], - [ - -117.336740035, - 33.87270123600007 - ], - [ - -117.33668404099996, - 33.87270160700007 - ], - [ - -117.33662804699998, - 33.872701978000066 - ], - [ - -117.33657205499998, - 33.872702349000065 - ], - [ - -117.33651606099994, - 33.872702719000074 - ], - [ - -117.33646006799995, - 33.87270309300004 - ], - [ - -117.33640407399997, - 33.87270346300005 - ], - [ - -117.33634808299996, - 33.87270383300006 - ], - [ - -117.33629208599996, - 33.87270420500005 - ], - [ - -117.33623602299997, - 33.872704577000036 - ], - [ - -117.33573910299998, - 33.87270786900007 - ], - [ - -117.33531192399994, - 33.87271069800005 - ], - [ - -117.33525593199994, - 33.87271106900005 - ], - [ - -117.33519993999994, - 33.872711440000046 - ], - [ - -117.33514394399998, - 33.872711810000055 - ], - [ - -117.33508794999995, - 33.872712181000054 - ], - [ - -117.33506937399994, - 33.87271230500005 - ], - [ - -117.33503195599997, - 33.87271255200005 - ], - [ - -117.33497596299998, - 33.87271292300005 - ], - [ - -117.33491997199997, - 33.87271329400005 - ], - [ - -117.33486397699994, - 33.87271366400006 - ], - [ - -117.33480798299996, - 33.87271403400007 - ], - [ - -117.33475198899998, - 33.87271440500007 - ], - [ - -117.334695996, - 33.87271477500008 - ], - [ - -117.33461200599999, - 33.87271533100005 - ], - [ - -117.33455601299994, - 33.87271570100006 - ], - [ - -117.33453997199996, - 33.872715808000066 - ], - [ - -117.33450002099994, - 33.87271607200006 - ], - [ - -117.33436003499997, - 33.872716998000044 - ], - [ - -117.33427604499997, - 33.87271755300003 - ], - [ - -117.33422005199998, - 33.87271792400003 - ], - [ - -117.334217121, - 33.872717943000055 - ], - [ - -117.33416405999998, - 33.87271829400004 - ], - [ - -117.33410806199998, - 33.87271866400005 - ], - [ - -117.33402407499995, - 33.87271921900003 - ], - [ - -117.33399903799994, - 33.87271938500004 - ], - [ - -117.33396808199996, - 33.87271958900004 - ], - [ - -117.33391208899997, - 33.87271995900005 - ], - [ - -117.33385609299995, - 33.87272032900006 - ], - [ - -117.33380010199994, - 33.87272069900007 - ], - [ - -117.33374410699997, - 33.87272106900008 - ], - [ - -117.33368811399998, - 33.87272143900003 - ], - [ - -117.333632121, - 33.87272180900004 - ], - [ - -117.33357612599997, - 33.87272217900005 - ], - [ - -117.33352013399997, - 33.87272254900006 - ], - [ - -117.33347559299995, - 33.872722844000066 - ], - [ - -117.33346414, - 33.87272291800008 - ], - [ - -117.33338014999998, - 33.87272347500004 - ], - [ - -117.33329615999997, - 33.87272402900004 - ], - [ - -117.33324016499995, - 33.87272439700007 - ], - [ - -117.33318417399994, - 33.87272476800007 - ], - [ - -117.33312818099995, - 33.87272513900007 - ], - [ - -117.333072185, - 33.87272550800003 - ], - [ - -117.33301619399998, - 33.87272587600006 - ], - [ - -117.33296019999995, - 33.87272624700006 - ], - [ - -117.33290420599997, - 33.87272661600008 - ], - [ - -117.33284821299998, - 33.87272698500004 - ], - [ - -117.33279221799995, - 33.87272735600004 - ], - [ - -117.33273622399997, - 33.87272772700004 - ], - [ - -117.33265223499995, - 33.87272828000005 - ], - [ - -117.33259624199997, - 33.87272864900007 - ], - [ - -117.33254024599995, - 33.872729020000065 - ], - [ - -117.33248425499994, - 33.87272938700005 - ], - [ - -117.33242826099996, - 33.87272975800005 - ], - [ - -117.33237226799997, - 33.87273012700007 - ], - [ - -117.332316274, - 33.87273049700008 - ], - [ - -117.33226028099995, - 33.87273086600004 - ], - [ - -117.33220428599998, - 33.87273123500006 - ], - [ - -117.33214829199994, - 33.87273160400008 - ], - [ - -117.33206430499996, - 33.872732159000066 - ], - [ - -117.33200830899995, - 33.87273252800003 - ], - [ - -117.33195231599996, - 33.87273289800004 - ], - [ - -117.33189632199998, - 33.87273326600007 - ], - [ - -117.33181233199997, - 33.872733820000064 - ], - [ - -117.33135328699996, - 33.87273684500008 - ], - [ - -117.33091593299997, - 33.87274386800004 - ], - [ - -117.33085970099995, - 33.872744770000054 - ], - [ - -117.33080371899996, - 33.87274566900004 - ], - [ - -117.33074748699994, - 33.87274657300003 - ], - [ - -117.33069125999998, - 33.87274747500004 - ], - [ - -117.33063527499996, - 33.872748374000025 - ], - [ - -117.330579291, - 33.87274927100003 - ], - [ - -117.33052330799995, - 33.872750170000074 - ], - [ - -117.33046732699995, - 33.87275106800007 - ], - [ - -117.33041134599995, - 33.872751967000056 - ], - [ - -117.33035535999994, - 33.87275286600004 - ], - [ - -117.33029937699996, - 33.87275376400004 - ], - [ - -117.33024314499994, - 33.87275466800003 - ], - [ - -117.33018716099997, - 33.872755565000034 - ], - [ - -117.33013117999997, - 33.87275646400008 - ], - [ - -117.33007519799997, - 33.872757361000026 - ], - [ - -117.33001921699997, - 33.87275826000007 - ], - [ - -117.32996323099997, - 33.872759159000054 - ], - [ - -117.32990724899997, - 33.87276005900003 - ], - [ - -117.329851266, - 33.87276095500005 - ], - [ - -117.32979528299995, - 33.87276185400003 - ], - [ - -117.32973929999997, - 33.872762753000075 - ], - [ - -117.329683317, - 33.87276365200006 - ], - [ - -117.32962733399995, - 33.87276454900007 - ], - [ - -117.32957135199996, - 33.87276544600007 - ], - [ - -117.32951536799999, - 33.87276634400007 - ], - [ - -117.32945938599994, - 33.872767243000055 - ], - [ - -117.32940340099998, - 33.87276814100005 - ], - [ - -117.32934741999998, - 33.87276903900005 - ], - [ - -117.32929143699994, - 33.872769937000044 - ], - [ - -117.32923545399996, - 33.87277083500004 - ], - [ - -117.32917947099997, - 33.872771733000036 - ], - [ - -117.329123488, - 33.87277263100003 - ], - [ - -117.32906750499995, - 33.87277352700005 - ], - [ - -117.32901152199997, - 33.872774426000035 - ], - [ - -117.32895553999998, - 33.87277532400003 - ], - [ - -117.32889955799999, - 33.87277622300007 - ], - [ - -117.32884357299997, - 33.87277712100007 - ], - [ - -117.32878759199997, - 33.872778019000066 - ], - [ - -117.32873160899999, - 33.87277891700006 - ], - [ - -117.32867562599995, - 33.87277981500006 - ], - [ - -117.32861964299997, - 33.872780711000075 - ], - [ - -117.32856365999999, - 33.87278160900007 - ], - [ - -117.32850767699995, - 33.87278250600008 - ], - [ - -117.32845169499996, - 33.872783405000064 - ], - [ - -117.32839571099998, - 33.87278430200007 - ], - [ - -117.328339729, - 33.87278519900008 - ], - [ - -117.32828374499996, - 33.87278609700007 - ], - [ - -117.32822776299997, - 33.87278699600006 - ], - [ - -117.32817178, - 33.87278789100003 - ], - [ - -117.32811579599996, - 33.87278879000007 - ], - [ - -117.32805981299998, - 33.87278968700008 - ], - [ - -117.328003831, - 33.872790585000075 - ], - [ - -117.32794784899994, - 33.872791481000036 - ], - [ - -117.32789186699995, - 33.87279238000008 - ], - [ - -117.32783588099994, - 33.87279327600004 - ], - [ - -117.32777989899995, - 33.872794174000035 - ], - [ - -117.32772391499998, - 33.87279507300008 - ], - [ - -117.32766793299999, - 33.87279596800005 - ], - [ - -117.32761194999995, - 33.872796866000044 - ], - [ - -117.32755596799996, - 33.87279776400004 - ], - [ - -117.32747199399995, - 33.87279910800004 - ], - [ - -117.32741601099997, - 33.87280000800007 - ], - [ - -117.32698687799996, - 33.87280688300007 - ], - [ - -117.32657626599996, - 33.87281346100008 - ], - [ - -117.32652028299998, - 33.872814359000074 - ], - [ - -117.32646429999994, - 33.872815254000045 - ], - [ - -117.32640831699996, - 33.87281615200004 - ], - [ - -117.32632434499999, - 33.87281749700003 - ], - [ - -117.32626836199995, - 33.872818394000035 - ], - [ - -117.326212377, - 33.87281929000005 - ], - [ - -117.32612865099998, - 33.872820631000025 - ], - [ - -117.32604467699997, - 33.87282197600007 - ], - [ - -117.32576476199995, - 33.87282645800008 - ], - [ - -117.32570877999996, - 33.87282735400004 - ], - [ - -117.32565279599999, - 33.872828251000044 - ], - [ - -117.325596814, - 33.87282914700006 - ], - [ - -117.32554083099996, - 33.87283004500006 - ], - [ - -117.32548484799997, - 33.872830941000075 - ], - [ - -117.325428865, - 33.87283184000006 - ], - [ - -117.32537288199995, - 33.87283273400004 - ], - [ - -117.32531689899997, - 33.87283363100005 - ], - [ - -117.325260916, - 33.872834527000066 - ], - [ - -117.32520493199996, - 33.87283542200004 - ], - [ - -117.32514894999997, - 33.872836319000044 - ], - [ - -117.32509296699999, - 33.87283721500006 - ], - [ - -117.32503698399995, - 33.87283811000003 - ], - [ - -117.32498100099997, - 33.87283900700004 - ], - [ - -117.32492501899998, - 33.872839903000056 - ], - [ - -117.32486903599994, - 33.87284079800003 - ], - [ - -117.32481305199997, - 33.87284169600008 - ], - [ - -117.32475706899999, - 33.87284259100005 - ], - [ - -117.32470108599995, - 33.87284348700007 - ], - [ - -117.32464510199998, - 33.872844384000075 - ], - [ - -117.32458911999998, - 33.87284527800006 - ], - [ - -117.32453313899998, - 33.872846174000074 - ], - [ - -117.32444916199995, - 33.87284751900006 - ], - [ - -117.32439317899997, - 33.87284841400003 - ], - [ - -117.32433719699998, - 33.87284931100004 - ], - [ - -117.32422523199995, - 33.87285110300007 - ], - [ - -117.32416924799998, - 33.872851997000055 - ], - [ - -117.324113265, - 33.87285289400006 - ], - [ - -117.32405728199996, - 33.87285378800004 - ], - [ - -117.32400129899997, - 33.87285468500005 - ], - [ - -117.32394531499995, - 33.87285558000008 - ], - [ - -117.32388933399994, - 33.87285647500005 - ], - [ - -117.32383334999997, - 33.872857371000066 - ], - [ - -117.32377736799998, - 33.87285826600004 - ], - [ - -117.32372138499994, - 33.872859163000044 - ], - [ - -117.32366539999998, - 33.87286005800007 - ], - [ - -117.323609418, - 33.87286095400003 - ], - [ - -117.32355343499995, - 33.87286185000005 - ], - [ - -117.32349745299996, - 33.87286274500008 - ], - [ - -117.32344146999998, - 33.87286364000005 - ], - [ - -117.32338548499996, - 33.87286453400003 - ], - [ - -117.32332950299997, - 33.872865432000026 - ], - [ - -117.32327351999999, - 33.872866327000054 - ], - [ - -117.32321753699995, - 33.872867222000025 - ], - [ - -117.32316155499996, - 33.87286811800004 - ], - [ - -117.32310557099999, - 33.87286901300007 - ], - [ - -117.32304958599997, - 33.87286990700005 - ], - [ - -117.322608463, - 33.87287696000004 - ], - [ - -117.32218226099997, - 33.87288248200008 - ], - [ - -117.32209827699995, - 33.87288356900007 - ], - [ - -117.32204243599995, - 33.87288429400007 - ], - [ - -117.32195845299998, - 33.87288538100006 - ], - [ - -117.32190246699997, - 33.87288610600007 - ], - [ - -117.32184647699995, - 33.87288683100007 - ], - [ - -117.321790492, - 33.872887554000044 - ], - [ - -117.32131459199996, - 33.87289371700007 - ], - [ - -117.32125860499997, - 33.872894442000074 - ], - [ - -117.32120261499995, - 33.872895166000035 - ], - [ - -117.32114662799995, - 33.87289589200003 - ], - [ - -117.32109063999997, - 33.87289661600005 - ], - [ - -117.321034651, - 33.872897341000055 - ], - [ - -117.32097866399994, - 33.87289806500007 - ], - [ - -117.32092267599995, - 33.87289879000008 - ], - [ - -117.32086668899996, - 33.872899516000075 - ], - [ - -117.320810699, - 33.87290023800006 - ], - [ - -117.32075471299999, - 33.87290096400005 - ], - [ - -117.32069872199997, - 33.872901687000024 - ], - [ - -117.32064273499998, - 33.87290241300008 - ], - [ - -117.32058674799998, - 33.87290313700004 - ], - [ - -117.32053076099999, - 33.872903861000054 - ], - [ - -117.32047477299994, - 33.87290458600006 - ], - [ - -117.32041878299998, - 33.87290531100007 - ], - [ - -117.32036279599998, - 33.87290603300005 - ], - [ - -117.32030680899999, - 33.872906759000045 - ], - [ - -117.32022282499997, - 33.87290784500004 - ], - [ - -117.32016683699999, - 33.87290856800007 - ], - [ - -117.32011085, - 33.87290929300008 - ], - [ - -117.32002686799996, - 33.872910380000064 - ], - [ - -117.31997087999997, - 33.87291110500007 - ], - [ - -117.31991489099994, - 33.87291182700005 - ], - [ - -117.31985890399994, - 33.87291255200006 - ], - [ - -117.31980291699995, - 33.87291327600008 - ], - [ - -117.31974692799997, - 33.87291400100003 - ], - [ - -117.31969093999999, - 33.872914725000044 - ], - [ - -117.31963494999997, - 33.87291544900006 - ], - [ - -117.31957896399996, - 33.87291617300008 - ], - [ - -117.31952297499998, - 33.87291689700004 - ], - [ - -117.31946698899998, - 33.872917622000045 - ], - [ - -117.31941099899996, - 33.87291834500007 - ], - [ - -117.319355009, - 33.872919069000034 - ], - [ - -117.31927102999998, - 33.87292015200006 - ], - [ - -117.31921504099995, - 33.87292087800006 - ], - [ - -117.31915905399995, - 33.872921602000076 - ], - [ - -117.31910306599997, - 33.87292232500005 - ], - [ - -117.31904707599995, - 33.872923050000054 - ], - [ - -117.31899108899995, - 33.872923771000046 - ], - [ - -117.31893510299994, - 33.87292449700004 - ], - [ - -117.31887911499996, - 33.87292522100006 - ], - [ - -117.31882312399995, - 33.87292594400003 - ], - [ - -117.31876713699995, - 33.87292666800005 - ], - [ - -117.31871114899997, - 33.872927394000044 - ], - [ - -117.31865516099998, - 33.87292811400005 - ], - [ - -117.31859917099996, - 33.87292883900005 - ], - [ - -117.31854318399996, - 33.872929562000024 - ], - [ - -117.31848719599998, - 33.87293028600004 - ], - [ - -117.31843120899998, - 33.87293101000006 - ], - [ - -117.31834722999997, - 33.87293209500007 - ], - [ - -117.31829123799997, - 33.87293281800004 - ], - [ - -117.31823525199997, - 33.872933542000055 - ], - [ - -117.31817926199994, - 33.872934265000026 - ], - [ - -117.31809528099996, - 33.872935350000034 - ], - [ - -117.31803929199998, - 33.87293607400005 - ], - [ - -117.31798330499998, - 33.87293679700008 - ], - [ - -117.31792731699994, - 33.87293751900006 - ], - [ - -117.31787132899996, - 33.87293824400007 - ], - [ - -117.31781533999998, - 33.87293896500006 - ], - [ - -117.31775935199994, - 33.87293969000007 - ], - [ - -117.31770336399995, - 33.87294041300004 - ], - [ - -117.31764737599997, - 33.872941135000076 - ], - [ - -117.31759138799998, - 33.872941859000036 - ], - [ - -117.3175354, - 33.872942583000054 - ], - [ - -117.31747941199995, - 33.872943305000035 - ], - [ - -117.31742342499996, - 33.87294402800006 - ], - [ - -117.317367435, - 33.872944750000045 - ], - [ - -117.31731144899999, - 33.87294547300007 - ], - [ - -117.31725545999996, - 33.87294619900007 - ], - [ - -117.31719947199997, - 33.87294691900007 - ], - [ - -117.31714348299994, - 33.87294764200004 - ], - [ - -117.31708749499995, - 33.87294836600006 - ], - [ - -117.31703150599998, - 33.87294908800004 - ], - [ - -117.31697551899998, - 33.87294981100007 - ], - [ - -117.31691953199999, - 33.87295053400004 - ], - [ - -117.31686354299995, - 33.87295125700007 - ], - [ - -117.31680755699995, - 33.87295198100003 - ], - [ - -117.316751566, - 33.87295270300007 - ], - [ - -117.31669557899994, - 33.87295342600004 - ], - [ - -117.31664272699999, - 33.872954106000066 - ], - [ - -117.31663959199994, - 33.872954148000076 - ], - [ - -117.31658360299997, - 33.87295487000006 - ], - [ - -117.31652761599997, - 33.87295559300003 - ], - [ - -117.31647162599995, - 33.87295631600006 - ], - [ - -117.31642446099994, - 33.87295692500004 - ], - [ - -117.31641563999995, - 33.87295703900003 - ], - [ - -117.316161395, - 33.87296031900007 - ], - [ - -117.31586909899994, - 33.87296409100003 - ], - [ - -117.31564695699996, - 33.87296695600003 - ], - [ - -117.31537220099995, - 33.872970501000054 - ], - [ - -117.31503901599996, - 33.87297479700004 - ], - [ - -117.31479930399996, - 33.87297788800004 - ], - [ - -117.31430843399994, - 33.87298421600008 - ], - [ - -117.31405684599997, - 33.87298745800007 - ], - [ - -117.31389797099996, - 33.87298950700006 - ], - [ - -117.31375332399995, - 33.87299111900006 - ], - [ - -117.31375282899995, - 33.87368111200004 - ], - [ - -117.31375076599994, - 33.876558027000044 - ], - [ - -117.31374810799997, - 33.88026100700006 - ], - [ - -117.313746891, - 33.88195691400006 - ], - [ - -117.31374686299995, - 33.88313106500004 - ], - [ - -117.31374686299995, - 33.88315650800007 - ], - [ - -117.31374682799998, - 33.884619910000026 - ], - [ - -117.31374673999994, - 33.88813071100003 - ], - [ - -117.31250195999996, - 33.88786430300007 - ], - [ - -117.31211187799994, - 33.88778874800005 - ], - [ - -117.31185035799996, - 33.88774397800006 - ], - [ - -117.31145587099996, - 33.88768522200007 - ], - [ - -117.31119218099997, - 33.887651461000075 - ], - [ - -117.31079460399997, - 33.887609492000024 - ], - [ - -117.31039583699999, - 33.887577701000055 - ], - [ - -117.310129728, - 33.88756209500008 - ], - [ - -117.309863023, - 33.88755116500005 - ], - [ - -117.30956338299995, - 33.88754400500005 - ], - [ - -117.30737923999999, - 33.88755182800003 - ], - [ - -117.30727049099994, - 33.887552216000074 - ], - [ - -117.30511364799997, - 33.88755990200008 - ], - [ - -117.30509754099995, - 33.88756007000006 - ], - [ - -117.30135426299995, - 33.88757333900003 - ], - [ - -117.30135390699996, - 33.887573280000026 - ], - [ - -117.30124592299995, - 33.88757366200008 - ], - [ - -117.30077188299998, - 33.88757534300004 - ], - [ - -117.300672277, - 33.887575697000045 - ], - [ - -117.30014861499996, - 33.88757755000006 - ], - [ - -117.299888152, - 33.88757847100004 - ], - [ - -117.29955338699995, - 33.887579654000035 - ], - [ - -117.29926975899997, - 33.887580666000076 - ], - [ - -117.29900125599994, - 33.88758160400005 - ], - [ - -117.29877697099994, - 33.88758239600003 - ], - [ - -117.298579701, - 33.88758309100007 - ], - [ - -117.29838243199998, - 33.88758378600005 - ], - [ - -117.29818516299997, - 33.88758448100003 - ], - [ - -117.29798789399996, - 33.88758517600007 - ], - [ - -117.29779062399996, - 33.887585870000066 - ], - [ - -117.29759335499995, - 33.88758656500005 - ], - [ - -117.297396086, - 33.88758725800005 - ], - [ - -117.29719881699998, - 33.88758795100006 - ], - [ - -117.29700154799997, - 33.88758864500005 - ], - [ - -117.29633736099998, - 33.887590930000044 - ], - [ - -117.29554596099996, - 33.887605147000045 - ], - [ - -117.29534677799995, - 33.88760871300008 - ], - [ - -117.29514920699995, - 33.88761224500007 - ], - [ - -117.29495429699995, - 33.88761573200003 - ], - [ - -117.29475798299995, - 33.88761924200003 - ], - [ - -117.294564617, - 33.887622700000065 - ], - [ - -117.29436612499995, - 33.88762624900005 - ], - [ - -117.29417266899998, - 33.88762970600004 - ], - [ - -117.29397564899995, - 33.88763322900007 - ], - [ - -117.29377909899995, - 33.88763674200004 - ], - [ - -117.29352756999998, - 33.887641237000025 - ], - [ - -117.29314722099997, - 33.88764803500004 - ], - [ - -117.29266287399997, - 33.88765669000003 - ], - [ - -117.29220343099996, - 33.88766489500006 - ], - [ - -117.29211379699996, - 33.887666496000065 - ], - [ - -117.29211210099999, - 33.888059260000034 - ], - [ - -117.29211086899994, - 33.88834408400004 - ], - [ - -117.29210988399996, - 33.88857219100004 - ], - [ - -117.29210947299998, - 33.88866722900008 - ], - [ - -117.29210886199996, - 33.88880845800003 - ], - [ - -117.29210800499999, - 33.88900652900003 - ], - [ - -117.29210728899994, - 33.88917220600007 - ], - [ - -117.29210657199997, - 33.88933788300005 - ], - [ - -117.29210585599998, - 33.88950356000004 - ], - [ - -117.29210514099998, - 33.88966923600003 - ], - [ - -117.29210454099996, - 33.88980801200006 - ], - [ - -117.29210442399994, - 33.88983491300007 - ], - [ - -117.29210370799996, - 33.89000058900007 - ], - [ - -117.29210299299996, - 33.89016626700004 - ], - [ - -117.29210227699997, - 33.890331943000035 - ], - [ - -117.29210156, - 33.89049761900003 - ], - [ - -117.29210151299998, - 33.89050838700007 - ], - [ - -117.29210084399995, - 33.89066329600007 - ], - [ - -117.29210012699997, - 33.890828973000055 - ], - [ - -117.29209941199997, - 33.89099464900005 - ], - [ - -117.292098695, - 33.89116032600003 - ], - [ - -117.29209798, - 33.891326003000074 - ], - [ - -117.29209726299996, - 33.89149168000006 - ], - [ - -117.29209654399995, - 33.89165735600005 - ], - [ - -117.29209582899995, - 33.89182303300004 - ], - [ - -117.29209511299996, - 33.89198870900003 - ], - [ - -117.29209439699997, - 33.89215438600007 - ], - [ - -117.29209368199997, - 33.89232006300006 - ], - [ - -117.29209296599998, - 33.89248574000004 - ], - [ - -117.29209213399997, - 33.892678096000054 - ], - [ - -117.29209098299998, - 33.89294448000004 - ], - [ - -117.29208992199995, - 33.89318984300007 - ], - [ - -117.292088203, - 33.89358733000006 - ], - [ - -117.29208711099994, - 33.89383967200007 - ], - [ - -117.29208639299998, - 33.89400646100006 - ], - [ - -117.292085698, - 33.89416694500005 - ], - [ - -117.29208498, - 33.894332994000024 - ], - [ - -117.29208426399998, - 33.89449861800006 - ], - [ - -117.29208353699994, - 33.89466651600003 - ], - [ - -117.29208283, - 33.89483015900004 - ], - [ - -117.29208216299998, - 33.89498432500005 - ], - [ - -117.29208212699996, - 33.89499277200008 - ], - [ - -117.29208141199996, - 33.89515801600004 - ], - [ - -117.29208068899999, - 33.89532511300007 - ], - [ - -117.29208000199998, - 33.89548429400003 - ], - [ - -117.29207929599994, - 33.89564765200004 - ], - [ - -117.29207858599995, - 33.89581195000005 - ], - [ - -117.29207786399996, - 33.895978902000024 - ], - [ - -117.29207716899998, - 33.89613985700004 - ], - [ - -117.29207645799994, - 33.89630425000007 - ], - [ - -117.29207572799999, - 33.89647314200005 - ], - [ - -117.292075346, - 33.89656137400004 - ], - [ - -117.29207498699998, - 33.896644439000056 - ], - [ - -117.292074631, - 33.89672688200005 - ], - [ - -117.29207430399998, - 33.89680229900006 - ], - [ - -117.29207360099997, - 33.89696493100007 - ], - [ - -117.292072884, - 33.897130541000024 - ], - [ - -117.292072164, - 33.89729721900005 - ], - [ - -117.29207145299995, - 33.89746178100006 - ], - [ - -117.29207074599998, - 33.897625091000066 - ], - [ - -117.29206982699998, - 33.89783807200007 - ], - [ - -117.29206910699997, - 33.898004395000044 - ], - [ - -117.29206873299995, - 33.898090496000066 - ], - [ - -117.29206836999998, - 33.89817481500006 - ], - [ - -117.29206802199997, - 33.898255316000075 - ], - [ - -117.29206766199997, - 33.89833867200008 - ], - [ - -117.29206671099996, - 33.898558527000034 - ], - [ - -117.29206551299995, - 33.898835543000075 - ], - [ - -117.29206448899998, - 33.899072483000054 - ], - [ - -117.29206413099996, - 33.89915520900007 - ], - [ - -117.29206377699995, - 33.89923702500005 - ], - [ - -117.29206268699994, - 33.89948942400002 - ], - [ - -117.29206183999997, - 33.89968520000008 - ], - [ - -117.29206129, - 33.89981264200003 - ], - [ - -117.29206098599997, - 33.89988251800003 - ], - [ - -117.29206016999996, - 33.900071352000055 - ], - [ - -117.29205935799996, - 33.90025923300004 - ], - [ - -117.29205850799997, - 33.90045583500006 - ], - [ - -117.29205815299997, - 33.90053779300007 - ], - [ - -117.29205766299998, - 33.90065109900007 - ], - [ - -117.29205679399996, - 33.90085207200008 - ], - [ - -117.29205594599995, - 33.90104818900005 - ], - [ - -117.29205512299995, - 33.90123855400003 - ], - [ - -117.29205429399997, - 33.90142996000003 - ], - [ - -117.29205350899997, - 33.901611959000036 - ], - [ - -117.29205267499998, - 33.90180448700005 - ], - [ - -117.29205185, - 33.90199577300007 - ], - [ - -117.29205103399994, - 33.90218439900008 - ], - [ - -117.29205100299998, - 33.90219193900003 - ], - [ - -117.29205064499996, - 33.90227438800002 - ], - [ - -117.29205020799998, - 33.902375214000074 - ], - [ - -117.29204938599997, - 33.90256548100007 - ], - [ - -117.29204903299996, - 33.902647056000035 - ], - [ - -117.29204858499997, - 33.90275078800005 - ], - [ - -117.29204772899999, - 33.90294869200005 - ], - [ - -117.29204687199996, - 33.90314651600005 - ], - [ - -117.29204602599998, - 33.90334235000006 - ], - [ - -117.29204442499997, - 33.90371253400008 - ], - [ - -117.29204303699998, - 33.904033480000066 - ], - [ - -117.29204268099994, - 33.90411560900003 - ], - [ - -117.29214196899994, - 33.90411511600007 - ], - [ - -117.292222171, - 33.90411472000005 - ], - [ - -117.29230455899994, - 33.90411431000007 - ], - [ - -117.29238695, - 33.90411390300005 - ], - [ - -117.29246933799999, - 33.90411349400006 - ], - [ - -117.29255172699999, - 33.90411308500006 - ], - [ - -117.29257036599995, - 33.90411299300007 - ], - [ - -117.29257207199998, - 33.90411298500004 - ], - [ - -117.29263411399995, - 33.90411267700006 - ], - [ - -117.29271650399994, - 33.90411226900005 - ], - [ - -117.29279889199995, - 33.90411186100005 - ], - [ - -117.29288128, - 33.90411145000007 - ], - [ - -117.29296366899996, - 33.90411104300006 - ], - [ - -117.29296688099998, - 33.904111026000066 - ], - [ - -117.29297009099997, - 33.904111011000055 - ], - [ - -117.29304605799996, - 33.90411063400006 - ], - [ - -117.29312844599997, - 33.90411022500007 - ], - [ - -117.29321083599996, - 33.90410981500003 - ], - [ - -117.29324448799997, - 33.90410964700004 - ], - [ - -117.29329322399997, - 33.90410940600003 - ], - [ - -117.29337561199998, - 33.90410899700004 - ], - [ - -117.29345800199997, - 33.90410858900003 - ], - [ - -117.29350047599996, - 33.904108378000046 - ], - [ - -117.29354038999998, - 33.90410817800006 - ], - [ - -117.29362277799999, - 33.90410777000005 - ], - [ - -117.29370516699998, - 33.90410736000007 - ], - [ - -117.29374432799995, - 33.904107166000074 - ], - [ - -117.29378755599998, - 33.904106951000074 - ], - [ - -117.29386994499998, - 33.90410654200008 - ], - [ - -117.29395233399998, - 33.90410613200004 - ], - [ - -117.29403472299998, - 33.90410572300004 - ], - [ - -117.29411711199998, - 33.90410531300006 - ], - [ - -117.2941995, - 33.904104904000064 - ], - [ - -117.29420736199995, - 33.90410486500008 - ], - [ - -117.294281889, - 33.904104493000034 - ], - [ - -117.29436427699994, - 33.90410408400004 - ], - [ - -117.29443337199996, - 33.90410374000004 - ], - [ - -117.29444666599994, - 33.904103676000034 - ], - [ - -117.29452905399995, - 33.90410326600005 - ], - [ - -117.29461144299995, - 33.904102855000076 - ], - [ - -117.29469263299995, - 33.90410245000004 - ], - [ - -117.29469383099996, - 33.904102444000046 - ], - [ - -117.29477622099995, - 33.90410203500005 - ], - [ - -117.29485860999995, - 33.90410162400008 - ], - [ - -117.29494099799996, - 33.904101214000036 - ], - [ - -117.29494425999997, - 33.904101198000035 - ], - [ - -117.29494752299996, - 33.90410118200003 - ], - [ - -117.29502338599997, - 33.90410080400005 - ], - [ - -117.29510577599996, - 33.90410039400007 - ], - [ - -117.29518741299995, - 33.90409998800004 - ], - [ - -117.29518816499996, - 33.90409998400003 - ], - [ - -117.29527055299997, - 33.90409957300005 - ], - [ - -117.29535294199997, - 33.90409916400006 - ], - [ - -117.29543441699997, - 33.90409875700004 - ], - [ - -117.29543532899999, - 33.90409875300003 - ], - [ - -117.29551771899997, - 33.904098342000054 - ], - [ - -117.29560010899996, - 33.90409793200007 - ], - [ - -117.29568249599998, - 33.90409752200003 - ], - [ - -117.295738686, - 33.904097240000056 - ], - [ - -117.29576488499998, - 33.904097111000056 - ], - [ - -117.29584727399998, - 33.90409670100007 - ], - [ - -117.295929662, - 33.90409628900005 - ], - [ - -117.296012051, - 33.90409587900007 - ], - [ - -117.29609444, - 33.90409546800004 - ], - [ - -117.29614868099998, - 33.904095195000025 - ], - [ - -117.296247167, - 33.904094705000034 - ], - [ - -117.29624768499997, - 33.90401232500005 - ], - [ - -117.29624773399996, - 33.904004619000034 - ], - [ - -117.296248677, - 33.90385463500007 - ], - [ - -117.29625210299997, - 33.903310205000025 - ], - [ - -117.2962536799999, - 33.903059797000026 - ], - [ - -117.29625498599995, - 33.90285202600006 - ], - [ - -117.29625837499998, - 33.90231341300006 - ], - [ - -117.296258621, - 33.90227439800003 - ], - [ - -117.296258895, - 33.902231063000045 - ], - [ - -117.29627549599996, - 33.902230893000024 - ], - [ - -117.29635784299995, - 33.90223004600006 - ], - [ - -117.29638992399998, - 33.90222971600008 - ], - [ - -117.29659896099997, - 33.90222756700007 - ], - [ - -117.29682157599996, - 33.902225275000035 - ], - [ - -117.29703506299995, - 33.90222307700003 - ], - [ - -117.29725277799997, - 33.90222083700007 - ], - [ - -117.29748445599995, - 33.90221845200006 - ], - [ - -117.29770207299998, - 33.90221621100005 - ], - [ - -117.29790930499996, - 33.90221407700005 - ], - [ - -117.29810336499997, - 33.90221207800005 - ], - [ - -117.29833694599995, - 33.902209672000026 - ], - [ - -117.29859791299998, - 33.90220698300004 - ], - [ - -117.29886280299996, - 33.902204253000036 - ], - [ - -117.29911874899994, - 33.902201613000045 - ], - [ - -117.29933559199998, - 33.902199379000024 - ], - [ - -117.29957561699996, - 33.90219690400005 - ], - [ - -117.29980098099998, - 33.902194579000025 - ], - [ - -117.30001730699996, - 33.90219234800003 - ], - [ - -117.30028572999998, - 33.90218957900004 - ], - [ - -117.30057591999997, - 33.90218658400005 - ], - [ - -117.30075034899994, - 33.90218478400004 - ], - [ - -117.30086087799998, - 33.90218364400005 - ], - [ - -117.30109142499998, - 33.902181262000056 - ], - [ - -117.30131106299996, - 33.90217899400005 - ], - [ - -117.30157052899995, - 33.90217631500008 - ], - [ - -117.30181417499995, - 33.902173797000046 - ], - [ - -117.30203274399997, - 33.90217154000004 - ], - [ - -117.30224526399996, - 33.90216934500006 - ], - [ - -117.30265457699994, - 33.902165112000034 - ], - [ - -117.30282270299995, - 33.90216337600003 - ], - [ - -117.30282339799999, - 33.90216336900005 - ], - [ - -117.30282306699996, - 33.90175990900008 - ], - [ - -117.30282343899995, - 33.90135010700004 - ], - [ - -117.30282359199998, - 33.90117874800006 - ], - [ - -117.30282374099994, - 33.90101435500003 - ], - [ - -117.30282409899996, - 33.90061832600003 - ], - [ - -117.302824349, - 33.900340639000035 - ], - [ - -117.30309814299994, - 33.90033625700005 - ], - [ - -117.30333534399995, - 33.90033246000007 - ], - [ - -117.30358475999998, - 33.900328467000065 - ], - [ - -117.30385306499994, - 33.90032417100008 - ], - [ - -117.30410559699999, - 33.900320126000054 - ], - [ - -117.30441817999997, - 33.90031512100006 - ], - [ - -117.30486306299997, - 33.90030799400006 - ], - [ - -117.305031666, - 33.90030529200004 - ], - [ - -117.30503323999994, - 33.90012099900002 - ], - [ - -117.30503549099996, - 33.89985773300003 - ], - [ - -117.30503826499995, - 33.899533131000055 - ], - [ - -117.30504004999995, - 33.89932429400005 - ], - [ - -117.30504151599996, - 33.89915255400007 - ], - [ - -117.30504300499996, - 33.89897842900007 - ], - [ - -117.30504458099995, - 33.898793838000074 - ], - [ - -117.30504620299996, - 33.898604257000045 - ], - [ - -117.30504718299994, - 33.89848935400005 - ], - [ - -117.30525964499998, - 33.89848744600005 - ], - [ - -117.30651040599997, - 33.89847642800004 - ], - [ - -117.30667314599998, - 33.898474993000036 - ], - [ - -117.307105622, - 33.89847118000006 - ], - [ - -117.30752240199996, - 33.89846750300006 - ], - [ - -117.30771898699999, - 33.89846576800005 - ], - [ - -117.307931441, - 33.89846389200005 - ], - [ - -117.30813064299997, - 33.898462135000045 - ], - [ - -117.30835433799996, - 33.89846016000007 - ], - [ - -117.30857350099996, - 33.89845822500007 - ], - [ - -117.308772923, - 33.89845646500004 - ], - [ - -117.30898531599996, - 33.89845458800005 - ], - [ - -117.30919330799998, - 33.89845275000005 - ], - [ - -117.309379203, - 33.89845110700003 - ], - [ - -117.30938849899997, - 33.898451032000025 - ], - [ - -117.30960373199997, - 33.89844931400006 - ], - [ - -117.30980461099995, - 33.89844771300005 - ], - [ - -117.31001975099997, - 33.89844599600008 - ], - [ - -117.31023499899999, - 33.89844427600008 - ], - [ - -117.31044727899996, - 33.89844258100004 - ], - [ - -117.31066690199998, - 33.89844082700006 - ], - [ - -117.31089075799997, - 33.89843903900004 - ], - [ - -117.31111609899995, - 33.89843723800004 - ], - [ - -117.31119830699998, - 33.898436580000066 - ], - [ - -117.31133851899995, - 33.89843525100002 - ], - [ - -117.31157427499994, - 33.89843301700006 - ], - [ - -117.31180980899995, - 33.89843078400003 - ], - [ - -117.31202940299994, - 33.89842870200005 - ], - [ - -117.31224876299996, - 33.898426622000045 - ], - [ - -117.31246841799998, - 33.89842453800003 - ], - [ - -117.31268939299997, - 33.89842244100004 - ], - [ - -117.31290598299995, - 33.898420386000055 - ], - [ - -117.31313437999995, - 33.89841821700003 - ], - [ - -117.3136179, - 33.898413627000025 - ], - [ - -117.31370328, - 33.898412816000075 - ], - [ - -117.31380272899997, - 33.89841187300004 - ], - [ - -117.31380155099998, - 33.89855661100006 - ], - [ - -117.31378709699999, - 33.90032824900004 - ], - [ - -117.31377305199999, - 33.90204968300003 - ], - [ - -117.31397071499998, - 33.90204735100008 - ], - [ - -117.31684987399996, - 33.90201333500005 - ], - [ - -117.31932176899994, - 33.901984079000044 - ], - [ - -117.31932313899995, - 33.90213143400007 - ], - [ - -117.31932400699998, - 33.90222459800003 - ], - [ - -117.31932760199999, - 33.902610440000046 - ], - [ - -117.31932834, - 33.90268958000007 - ], - [ - -117.31932925299998, - 33.90278760500007 - ], - [ - -117.31933272599997, - 33.903160445000026 - ], - [ - -117.31933835499996, - 33.90376472200006 - ], - [ - -117.31934152099996, - 33.90410452200007 - ], - [ - -117.319343216, - 33.90428653600003 - ], - [ - -117.31934503999997, - 33.904482286000075 - ], - [ - -117.31934683099996, - 33.90467457300008 - ], - [ - -117.31934861299999, - 33.90486586000003 - ], - [ - -117.319350295, - 33.905046267000046 - ], - [ - -117.31935196799998, - 33.90522596100004 - ], - [ - -117.31935364199995, - 33.905405538000025 - ], - [ - -117.31935531699997, - 33.90558559600004 - ], - [ - -117.31935698399997, - 33.905764357000066 - ], - [ - -117.31935865499997, - 33.90594383800004 - ], - [ - -117.319360696, - 33.906162883000036 - ], - [ - -117.31936226699997, - 33.90633152300006 - ], - [ - -117.31936387699994, - 33.90650421400005 - ], - [ - -117.31936550799998, - 33.90667921600004 - ], - [ - -117.31936710599996, - 33.90685078100006 - ], - [ - -117.31936898999999, - 33.907053027000075 - ], - [ - -117.31937056599998, - 33.90722224900003 - ], - [ - -117.31937219499997, - 33.90739711300006 - ], - [ - -117.31937398599996, - 33.90758947000006 - ], - [ - -117.319375773, - 33.907781097000054 - ], - [ - -117.31937755699994, - 33.90797265100008 - ], - [ - -117.31937998499996, - 33.90823331100006 - ], - [ - -117.31938226699998, - 33.90847826700008 - ], - [ - -117.31938279999997, - 33.90882405100007 - ], - [ - -117.31938320399996, - 33.90908506400007 - ], - [ - -117.31938346499999, - 33.90925433700005 - ], - [ - -117.31903894699997, - 33.909261025000035 - ], - [ - -117.31893140799997, - 33.909262375000026 - ], - [ - -117.31864872099999, - 33.90926592200003 - ], - [ - -117.31839022799994, - 33.90926916500007 - ], - [ - -117.31813974199997, - 33.90927230500006 - ], - [ - -117.31793959999999, - 33.90927481600005 - ], - [ - -117.31773771999997, - 33.909277348000046 - ], - [ - -117.31754044999997, - 33.90927982100004 - ], - [ - -117.31734711099995, - 33.90928224500004 - ], - [ - -117.317152062, - 33.90928469000005 - ], - [ - -117.31680609199998, - 33.90928902500008 - ], - [ - -117.31654567799995, - 33.90929228700003 - ], - [ - -117.31654623099996, - 33.90946357200005 - ], - [ - -117.31654748299997, - 33.90985123200005 - ], - [ - -117.31654841999995, - 33.91014124800006 - ], - [ - -117.31654960399999, - 33.91050798500004 - ], - [ - -117.31655077899995, - 33.91087123800003 - ], - [ - -117.31655099199997, - 33.910937223000076 - ], - [ - -117.31655199099998, - 33.91124648500005 - ], - [ - -117.31655312799995, - 33.91159884000007 - ], - [ - -117.31624941099994, - 33.911602420000065 - ], - [ - -117.31604268299998, - 33.911604856000054 - ], - [ - -117.31583706299995, - 33.911607281000045 - ], - [ - -117.31563624699999, - 33.911609647000034 - ], - [ - -117.31542945599995, - 33.91161208300008 - ], - [ - -117.31522965899995, - 33.911614436000036 - ], - [ - -117.31502748799994, - 33.91161681800003 - ], - [ - -117.31481933699996, - 33.91161926800004 - ], - [ - -117.31461589199995, - 33.91162166400005 - ], - [ - -117.31439974699998, - 33.91162421000007 - ], - [ - -117.31395298799998, - 33.91162946800006 - ], - [ - -117.31391826199996, - 33.91162987700005 - ], - [ - -117.31378516499996, - 33.91163144300003 - ], - [ - -117.31378672899996, - 33.912818264000066 - ], - [ - -117.31378706899994, - 33.91307728100003 - ], - [ - -117.31378762099996, - 33.91349640300007 - ], - [ - -117.31378876399998, - 33.91436290300004 - ], - [ - -117.31378931799998, - 33.91478363700003 - ], - [ - -117.31379073799997, - 33.915862496000045 - ], - [ - -117.313682213, - 33.91586331600007 - ], - [ - -117.31335330699994, - 33.91586593000005 - ], - [ - -117.31304611699994, - 33.91586886600004 - ], - [ - -117.31245414199998, - 33.915874522000024 - ], - [ - -117.31212658299995, - 33.91587765100007 - ], - [ - -117.31194498299999, - 33.91587932300007 - ], - [ - -117.31159223099996, - 33.915882570000065 - ], - [ - -117.31136854099998, - 33.91588462800007 - ], - [ - -117.311160901, - 33.91588651400008 - ], - [ - -117.31115134599997, - 33.91588660000008 - ], - [ - -117.31094338099996, - 33.91588851200004 - ], - [ - -117.31074562999999, - 33.91589032700006 - ], - [ - -117.310686305, - 33.91589087300002 - ], - [ - -117.31055117699998, - 33.91589211400003 - ], - [ - -117.31034683299998, - 33.91589384700006 - ], - [ - -117.31024795599996, - 33.915894696000066 - ], - [ - -117.31015897399999, - 33.915895714000044 - ], - [ - -117.30996122099998, - 33.91589739200003 - ], - [ - -117.30973633499997, - 33.91589847400007 - ], - [ - -117.30953701399994, - 33.91589851400005 - ], - [ - -117.309391, - 33.91589921700006 - ], - [ - -117.30915039299998, - 33.91590046700003 - ], - [ - -117.308952633, - 33.91590135800004 - ], - [ - -117.30884386499997, - 33.91590184800003 - ], - [ - -117.30875816999998, - 33.91590236400003 - ], - [ - -117.30854722499998, - 33.91590333000005 - ], - [ - -117.30833957999994, - 33.91590453500004 - ], - [ - -117.30830332099998, - 33.915904445000024 - ], - [ - -117.30812204299997, - 33.91590555100004 - ], - [ - -117.30791109799998, - 33.91590651100006 - ], - [ - -117.30776277599995, - 33.915907040000036 - ], - [ - -117.30760852399999, - 33.91590797400005 - ], - [ - -117.30751813499995, - 33.915908314000035 - ], - [ - -117.30721050399995, - 33.91590948800007 - ], - [ - -117.30721080499995, - 33.91567500200006 - ], - [ - -117.30721072999995, - 33.91556040800003 - ], - [ - -117.30721058599994, - 33.915316379000046 - ], - [ - -117.30721061699995, - 33.91525317400004 - ], - [ - -117.307210436, - 33.91515699300004 - ], - [ - -117.30721034399994, - 33.91498936100004 - ], - [ - -117.30721032699995, - 33.914959133000025 - ], - [ - -117.30721025399998, - 33.91482722500007 - ], - [ - -117.30721016799998, - 33.91466783800007 - ], - [ - -117.30721007899996, - 33.91450570200004 - ], - [ - -117.307210237, - 33.91438203800004 - ], - [ - -117.30721020399994, - 33.914340819000074 - ], - [ - -117.307210076, - 33.91418417800003 - ], - [ - -117.30720999899995, - 33.914087997000024 - ], - [ - -117.30720994199999, - 33.91401929800003 - ], - [ - -117.30720981699994, - 33.91386265500006 - ], - [ - -117.30720976699996, - 33.913799450000056 - ], - [ - -117.30720968399999, - 33.913697773000024 - ], - [ - -117.30720953399998, - 33.91351151400005 - ], - [ - -117.30720420699998, - 33.91334451800003 - ], - [ - -117.30720579599995, - 33.91334450900007 - ], - [ - -117.30720740899994, - 33.91309303700007 - ], - [ - -117.30645697799997, - 33.913100315000065 - ], - [ - -117.30572137599995, - 33.91310744300006 - ], - [ - -117.30572156399995, - 33.913402563000034 - ], - [ - -117.30572164699998, - 33.91353666700007 - ], - [ - -117.30572170899995, - 33.91367736900003 - ], - [ - -117.30554328699998, - 33.91394021800005 - ], - [ - -117.30501889299995, - 33.91394931000008 - ], - [ - -117.30501879299999, - 33.91409880600003 - ], - [ - -117.30501889499999, - 33.91426781700005 - ], - [ - -117.30501842599995, - 33.914639360000024 - ], - [ - -117.30501836099995, - 33.91473829100005 - ], - [ - -117.30501813099994, - 33.91507940900004 - ], - [ - -117.30501785599995, - 33.91548452600006 - ], - [ - -117.30501704499994, - 33.91668413300005 - ], - [ - -117.30074496999998, - 33.91672581800003 - ], - [ - -117.29850398999997, - 33.916747626000074 - ], - [ - -117.29624596899998, - 33.916769558000055 - ], - [ - -117.28754461699998, - 33.91685593900007 - ], - [ - -117.28410218099998, - 33.916877817000056 - ], - [ - -117.28384387299997, - 33.91687945600006 - ], - [ - -117.283658216, - 33.91688063200007 - ], - [ - -117.28365816899998, - 33.91688063200007 - ], - [ - -117.28365760799994, - 33.91688063600003 - ], - [ - -117.28357965999999, - 33.916881129000046 - ], - [ - -117.28319725899996, - 33.91688355300005 - ], - [ - -117.28319728399998, - 33.91688361000007 - ], - [ - -117.28793486, - 33.92775801300007 - ], - [ - -117.28835762299997, - 33.92775503200005 - ], - [ - -117.28869758399998, - 33.928544733000024 - ], - [ - -117.288723845, - 33.92960896000005 - ], - [ - -117.28872389499998, - 33.929610644000036 - ], - [ - -117.288732311, - 33.929849786000034 - ], - [ - -117.28874582299994, - 33.93009044900003 - ], - [ - -117.288764373, - 33.93033087900005 - ], - [ - -117.28878795699995, - 33.93057100300007 - ], - [ - -117.28881656799996, - 33.930810747000066 - ], - [ - -117.28885020999996, - 33.93105014500003 - ], - [ - -117.28890691, - 33.931387219000044 - ], - [ - -117.28878977799997, - 33.931387948000065 - ], - [ - -117.28755007799998, - 33.93139588400004 - ], - [ - -117.28708900699996, - 33.93139970800007 - ], - [ - -117.287090289, - 33.93147846100004 - ], - [ - -117.28709051099997, - 33.93147846100004 - ], - [ - -117.28709139399996, - 33.93154623600003 - ], - [ - -117.28709141, - 33.93154744100008 - ], - [ - -117.28709142499997, - 33.93154864700006 - ], - [ - -117.28709144199996, - 33.931549853000035 - ], - [ - -117.28709145799996, - 33.93155105900007 - ], - [ - -117.28709147399996, - 33.93155226400006 - ], - [ - -117.28709148899998, - 33.93155346900005 - ], - [ - -117.28709150499998, - 33.931554676000076 - ], - [ - -117.28709152199997, - 33.931555881000065 - ], - [ - -117.28709153799997, - 33.931557087000044 - ], - [ - -117.28709155299998, - 33.93155829400007 - ], - [ - -117.28709156899998, - 33.93155949900006 - ], - [ - -117.28709158499998, - 33.93156070400005 - ], - [ - -117.28709160099999, - 33.93156191000003 - ], - [ - -117.28709161699999, - 33.931563115000074 - ], - [ - -117.28709185899999, - 33.93158193000005 - ], - [ - -117.28709210199997, - 33.93160049200003 - ], - [ - -117.28709211799998, - 33.931601699000055 - ], - [ - -117.28709213299999, - 33.931602904000044 - ], - [ - -117.28709214899999, - 33.931604109000034 - ], - [ - -117.28709216599998, - 33.93160531500007 - ], - [ - -117.28709218199998, - 33.93160652100005 - ], - [ - -117.287092197, - 33.93160772600004 - ], - [ - -117.28709222899994, - 33.93161013800005 - ], - [ - -117.28709224599999, - 33.93161134400003 - ], - [ - -117.28709226099994, - 33.93161254800003 - ], - [ - -117.28709229299994, - 33.93161496000005 - ], - [ - -117.28709230899995, - 33.93161616500004 - ], - [ - -117.28709232499995, - 33.93161737200006 - ], - [ - -117.28709234099995, - 33.93161857700005 - ], - [ - -117.28709235699995, - 33.93161978400008 - ], - [ - -117.28709237299995, - 33.93162098800008 - ], - [ - -117.28709238799996, - 33.931622194000056 - ], - [ - -117.28709240499995, - 33.931623400000035 - ], - [ - -117.28709242099995, - 33.93162460600007 - ], - [ - -117.28709243699996, - 33.93162581100006 - ], - [ - -117.28709245199997, - 33.93162701700004 - ], - [ - -117.28709246799997, - 33.931628223000075 - ], - [ - -117.28709249999997, - 33.931630633000054 - ], - [ - -117.28709251499998, - 33.93163184000008 - ], - [ - -117.28709253099998, - 33.93163304500007 - ], - [ - -117.28709254699999, - 33.93163425000006 - ], - [ - -117.28709256399998, - 33.93163545700003 - ], - [ - -117.28709257899999, - 33.931636662000074 - ], - [ - -117.287092595, - 33.93163786700006 - ], - [ - -117.287092611, - 33.93163907300004 - ], - [ - -117.287092627, - 33.93164027800003 - ], - [ - -117.287092643, - 33.93164148400007 - ], - [ - -117.28709265899994, - 33.93164269000005 - ], - [ - -117.28709267499994, - 33.931643896000026 - ], - [ - -117.28709269099994, - 33.93164510100007 - ], - [ - -117.28709270599995, - 33.93164630700005 - ], - [ - -117.28709272299994, - 33.93164751300003 - ], - [ - -117.28709273899995, - 33.931648718000076 - ], - [ - -117.28709275499995, - 33.931649924000055 - ], - [ - -117.28709276999996, - 33.931651130000034 - ], - [ - -117.28709278599996, - 33.931652335000024 - ], - [ - -117.28709281699997, - 33.93165474600005 - ], - [ - -117.28709283299997, - 33.93165595200003 - ], - [ - -117.28709284899998, - 33.931657158000064 - ], - [ - -117.28709286499998, - 33.931658363000054 - ], - [ - -117.28709288099998, - 33.93165956800004 - ], - [ - -117.28709289699998, - 33.93166077500007 - ], - [ - -117.28709291299998, - 33.93166198000006 - ], - [ - -117.28709292899998, - 33.93166318600004 - ], - [ - -117.287092944, - 33.93166439100003 - ], - [ - -117.28709296099998, - 33.93166559700006 - ], - [ - -117.28709297699999, - 33.93166680300004 - ], - [ - -117.28709299299999, - 33.93166800800003 - ], - [ - -117.28709300799994, - 33.931669215000056 - ], - [ - -117.28709302399994, - 33.931670420000046 - ], - [ - -117.287093041, - 33.931671624000046 - ], - [ - -117.287093057, - 33.93167283100007 - ], - [ - -117.287093073, - 33.93167403600006 - ], - [ - -117.28709308799995, - 33.93167524300003 - ], - [ - -117.28709310399995, - 33.93167644700003 - ], - [ - -117.28709312099994, - 33.931677654000055 - ], - [ - -117.28709313699994, - 33.931678858000055 - ], - [ - -117.28709315199995, - 33.931680064000034 - ], - [ - -117.28709316799996, - 33.93168127000007 - ], - [ - -117.28709318399996, - 33.93168247500006 - ], - [ - -117.28709319999996, - 33.93168368000005 - ], - [ - -117.28709321599996, - 33.931684887000074 - ], - [ - -117.28709324699997, - 33.93168729900003 - ], - [ - -117.28709326199998, - 33.93168850400008 - ], - [ - -117.28709329399999, - 33.93169091400006 - ], - [ - -117.28709332399995, - 33.93169332700006 - ], - [ - -117.28709335499997, - 33.93169573800003 - ], - [ - -117.28709337099997, - 33.931696944000066 - ], - [ - -117.28709340199998, - 33.931699355000035 - ], - [ - -117.28709354399996, - 33.93171020600005 - ], - [ - -117.28709357399998, - 33.93171261700007 - ], - [ - -117.28709358999998, - 33.93171382300005 - ], - [ - -117.28709362099994, - 33.93171623300003 - ], - [ - -117.28709363699994, - 33.93171744000006 - ], - [ - -117.28709365299994, - 33.931718645000046 - ], - [ - -117.28709366799995, - 33.931719850000036 - ], - [ - -117.28709369999996, - 33.93172226200005 - ], - [ - -117.28709372999998, - 33.931724673000076 - ], - [ - -117.28709374699997, - 33.931725879000055 - ], - [ - -117.28709376199998, - 33.931727085000034 - ], - [ - -117.28709377799998, - 33.93172829100007 - ], - [ - -117.28709379399999, - 33.93172949700005 - ], - [ - -117.28709380999999, - 33.93173070200004 - ], - [ - -117.28709382599999, - 33.93173190600004 - ], - [ - -117.287093842, - 33.931733113000064 - ], - [ - -117.287093858, - 33.93173431800005 - ], - [ - -117.287093874, - 33.93173552300004 - ], - [ - -117.28709388899995, - 33.93173673000007 - ], - [ - -117.28709390599994, - 33.93173793500006 - ], - [ - -117.28709392199994, - 33.93173914000005 - ], - [ - -117.28709395199996, - 33.93174155200006 - ], - [ - -117.28709396899995, - 33.93174275800004 - ], - [ - -117.28709399899998, - 33.93174516900007 - ], - [ - -117.28709401499998, - 33.931746375000046 - ], - [ - -117.287094046, - 33.93174878700006 - ], - [ - -117.287094062, - 33.93174999100006 - ], - [ - -117.28709409299995, - 33.931752403000075 - ], - [ - -117.28709410899995, - 33.931753609000054 - ], - [ - -117.28709412499995, - 33.93175481500003 - ], - [ - -117.28709415499998, - 33.93175722600006 - ], - [ - -117.28709417199997, - 33.93175843000006 - ], - [ - -117.287094202, - 33.931760842000074 - ], - [ - -117.287094218, - 33.93176204800005 - ], - [ - -117.287094234, - 33.93176325400003 - ], - [ - -117.28709425099998, - 33.93176445900008 - ], - [ - -117.28709426599994, - 33.93176566600005 - ], - [ - -117.28709429699995, - 33.931768076000026 - ], - [ - -117.28709432799997, - 33.93177048800004 - ], - [ - -117.28709434399997, - 33.93177169300003 - ], - [ - -117.28709435899998, - 33.931772900000055 - ], - [ - -117.28709437499998, - 33.931774105000045 - ], - [ - -117.28709439199997, - 33.931775310000035 - ], - [ - -117.28709440799997, - 33.931776515000024 - ], - [ - -117.28709442299998, - 33.93177772100006 - ], - [ - -117.28709443899999, - 33.93177892700004 - ], - [ - -117.28709445499999, - 33.93178013200003 - ], - [ - -117.28709447199998, - 33.931781338000064 - ], - [ - -117.287094487, - 33.93178254400004 - ], - [ - -117.28709451799995, - 33.93178495500007 - ], - [ - -117.28709453399995, - 33.93178616100005 - ], - [ - -117.28709454999995, - 33.93178736700003 - ], - [ - -117.28709456599995, - 33.93178857300006 - ], - [ - -117.28709458199995, - 33.93178977800005 - ], - [ - -117.28709459799995, - 33.93179098400003 - ], - [ - -117.28709461399995, - 33.93179219000007 - ], - [ - -117.28709462999996, - 33.93179339500006 - ], - [ - -117.28709464599996, - 33.931794600000046 - ], - [ - -117.28709467599998, - 33.93179701200006 - ], - [ - -117.28709469299997, - 33.93179821700005 - ], - [ - -117.28709470899997, - 33.931799424000076 - ], - [ - -117.28709472399999, - 33.931800629000065 - ], - [ - -117.28709473999999, - 33.931801834000055 - ], - [ - -117.28709475599999, - 33.931803040000034 - ], - [ - -117.28709477299998, - 33.93180424500002 - ], - [ - -117.287094788, - 33.93180545100006 - ], - [ - -117.28709480299995, - 33.93180665700004 - ], - [ - -117.28709481899995, - 33.93180786400006 - ], - [ - -117.28709485, - 33.93181027400004 - ], - [ - -117.28709486599996, - 33.93181148000008 - ], - [ - -117.28709488099997, - 33.93181268600006 - ], - [ - -117.28709489699997, - 33.93181389200004 - ], - [ - -117.28709491399997, - 33.93181509800007 - ], - [ - -117.28709492999997, - 33.93181630500004 - ], - [ - -117.28709496, - 33.93181871500008 - ], - [ - -117.287094976, - 33.931819921000056 - ], - [ - -117.28709499299998, - 33.931821126000045 - ], - [ - -117.287095008, - 33.931822331000035 - ], - [ - -117.28709502399994, - 33.93182353700007 - ], - [ - -117.2870950399999, - 33.93182474300005 - ], - [ - -117.28709510299996, - 33.931829565000044 - ], - [ - -117.28709514999997, - 33.93183318200005 - ], - [ - -117.28709518, - 33.93183559300007 - ], - [ - -117.28709519699999, - 33.93183679900005 - ], - [ - -117.28709521299999, - 33.93183800500003 - ], - [ - -117.28709522799994, - 33.93183921100007 - ], - [ - -117.28709524399994, - 33.931840417000046 - ], - [ - -117.28709527499996, - 33.93184282800007 - ], - [ - -117.28709529099996, - 33.93184403200007 - ], - [ - -117.28709530699996, - 33.93184523800005 - ], - [ - -117.28709532299996, - 33.93184644300004 - ], - [ - -117.28709535399997, - 33.931848855000055 - ], - [ - -117.28709538399994, - 33.93185126700007 - ], - [ - -117.28709539999994, - 33.93185247200006 - ], - [ - -117.28709541699999, - 33.93185367800004 - ], - [ - -117.28709543199994, - 33.931854884000074 - ], - [ - -117.28709544799995, - 33.931856089000064 - ], - [ - -117.28709546399995, - 33.93185729500004 - ], - [ - -117.28709547999995, - 33.93185850100008 - ], - [ - -117.28709549499996, - 33.93185970700006 - ], - [ - -117.28709552599997, - 33.931862118000026 - ], - [ - -117.28709554099999, - 33.93186332300007 - ], - [ - -117.28709555799998, - 33.93186452800006 - ], - [ - -117.28709557399998, - 33.93186573500003 - ], - [ - -117.28709558999998, - 33.93186694000008 - ], - [ - -117.287095605, - 33.931868147000046 - ], - [ - -117.287095637, - 33.931870556000035 - ], - [ - -117.28709565199995, - 33.93187176200007 - ], - [ - -117.28709566799995, - 33.93187296800005 - ], - [ - -117.28709569899996, - 33.931875379000076 - ], - [ - -117.28709571499996, - 33.931876586000044 - ], - [ - -117.28709573099997, - 33.93187779100003 - ], - [ - -117.28709574599998, - 33.93187899600008 - ], - [ - -117.28709576199998, - 33.93188020200006 - ], - [ - -117.28709577799998, - 33.93188140800004 - ], - [ - -117.287095793, - 33.93188261300003 - ], - [ - -117.28709580799995, - 33.93188382000005 - ], - [ - -117.28709582399995, - 33.93188502400005 - ], - [ - -117.28709583999995, - 33.93188623000003 - ], - [ - -117.28709585399997, - 33.93188743500008 - ], - [ - -117.28709586899998, - 33.93188864100006 - ], - [ - -117.28709588499999, - 33.931889847000036 - ], - [ - -117.2870959, - 33.931891052000026 - ], - [ - -117.28709592999996, - 33.93189346300005 - ], - [ - -117.28709594699995, - 33.93189466900003 - ], - [ - -117.28709596199997, - 33.93189587400008 - ], - [ - -117.287095992, - 33.931898286000035 - ], - [ - -117.28709600899998, - 33.93189949200007 - ], - [ - -117.287096024, - 33.93190069800005 - ], - [ - -117.28709603899995, - 33.93190190300004 - ], - [ - -117.28709605499995, - 33.931903110000064 - ], - [ - -117.28709606999996, - 33.931904314000064 - ], - [ - -117.28709608599996, - 33.931905519000054 - ], - [ - -117.28709610199996, - 33.93190672500003 - ], - [ - -117.28709611599999, - 33.93190793100007 - ], - [ - -117.28709613299998, - 33.93190913700005 - ], - [ - -117.28709614799999, - 33.93191034200004 - ], - [ - -117.28709616299994, - 33.93191154900006 - ], - [ - -117.28709617799996, - 33.93191275300006 - ], - [ - -117.28709619499995, - 33.93191395900004 - ], - [ - -117.28709621099995, - 33.93191516500008 - ], - [ - -117.28709622499997, - 33.93191637100006 - ], - [ - -117.28709623999998, - 33.931917576000046 - ], - [ - -117.28709625599998, - 33.931918782000025 - ], - [ - -117.28709627099994, - 33.93191998800006 - ], - [ - -117.28709628699994, - 33.93192119400004 - ], - [ - -117.28709630099996, - 33.93192239800004 - ], - [ - -117.28709654799997, - 33.93194160500008 - ], - [ - -117.28707651299999, - 33.93193146700003 - ], - [ - -117.28707585999996, - 33.93193113700005 - ], - [ - -117.28707481099997, - 33.93193060600004 - ], - [ - -117.28707310799996, - 33.93192974400006 - ], - [ - -117.28707140599994, - 33.93192888300007 - ], - [ - -117.28706970099995, - 33.93192802100003 - ], - [ - -117.28706905099995, - 33.931927691000055 - ], - [ - -117.287068, - 33.931927159000054 - ], - [ - -117.28706734699995, - 33.931926829000076 - ], - [ - -117.28706629799996, - 33.931926298000064 - ], - [ - -117.28706564599997, - 33.93192596800003 - ], - [ - -117.28706499199996, - 33.93192563800005 - ], - [ - -117.28706394199997, - 33.93192510700004 - ], - [ - -117.28706223799998, - 33.93192424600005 - ], - [ - -117.28706013699997, - 33.93192318200005 - ], - [ - -117.28705908699999, - 33.931922651000036 - ], - [ - -117.28705803699995, - 33.931922119000035 - ], - [ - -117.28705738499997, - 33.93192179000005 - ], - [ - -117.28705633399994, - 33.931921259000035 - ], - [ - -117.28705397899995, - 33.93192006700008 - ], - [ - -117.28705292899997, - 33.93191953500008 - ], - [ - -117.28705122599996, - 33.93191867400003 - ], - [ - -117.28704847199998, - 33.93191728100004 - ], - [ - -117.28704782099999, - 33.93191695000007 - ], - [ - -117.28704676999996, - 33.93191641900006 - ], - [ - -117.28704611799998, - 33.931916089000026 - ], - [ - -117.28704506799994, - 33.931915557000025 - ], - [ - -117.28704441599996, - 33.93191522700005 - ], - [ - -117.28704336499999, - 33.931914695000046 - ], - [ - -117.28704100999994, - 33.93191350400008 - ], - [ - -117.28703995999996, - 33.93191297300007 - ], - [ - -117.28703930799998, - 33.93191264200004 - ], - [ - -117.28703550299997, - 33.93191071700005 - ], - [ - -117.28703485199998, - 33.93191038700007 - ], - [ - -117.28703249799997, - 33.93190919500006 - ], - [ - -117.287031846, - 33.93190886600007 - ], - [ - -117.28703079399997, - 33.93190833400007 - ], - [ - -117.28703014299998, - 33.931908004000036 - ], - [ - -117.28702909199995, - 33.931907473000024 - ], - [ - -117.28702778799999, - 33.93190681200008 - ], - [ - -117.287025686, - 33.931905749000066 - ], - [ - -117.28702438199997, - 33.931905089000054 - ], - [ - -117.287023332, - 33.93190455800004 - ], - [ - -117.28702228199995, - 33.93190402700003 - ], - [ - -117.28702057799995, - 33.93190316500005 - ], - [ - -117.28701952899996, - 33.93190263300005 - ], - [ - -117.287018478, - 33.93190210100005 - ], - [ - -117.28701742799996, - 33.931901570000036 - ], - [ - -117.28701677499998, - 33.93190124000006 - ], - [ - -117.28701572399996, - 33.93190070700007 - ], - [ - -117.287014022, - 33.93189984600008 - ], - [ - -117.28701297199996, - 33.93189931500007 - ], - [ - -117.28701231999997, - 33.93189898400004 - ], - [ - -117.28701126899995, - 33.93189845300003 - ], - [ - -117.28701021899997, - 33.93189792100003 - ], - [ - -117.28700916799994, - 33.93189738900003 - ], - [ - -117.28700811699997, - 33.93189685800007 - ], - [ - -117.287007067, - 33.93189632700006 - ], - [ - -117.28700601599996, - 33.93189579500006 - ], - [ - -117.28700496599998, - 33.93189526400005 - ], - [ - -117.28700431399994, - 33.93189493400007 - ], - [ - -117.287002611, - 33.931894072000034 - ], - [ - -117.28700195799996, - 33.93189374200006 - ], - [ - -117.28700090799998, - 33.931893211000045 - ], - [ - -117.28699985699996, - 33.93189268000003 - ], - [ - -117.28699880699997, - 33.93189214800003 - ], - [ - -117.28699710499995, - 33.93189128600005 - ], - [ - -117.28699435099998, - 33.93188989300006 - ], - [ - -117.28699264899996, - 33.93188903200007 - ], - [ - -117.28698989499998, - 33.931887638000035 - ], - [ - -117.28698884399995, - 33.93188710600003 - ], - [ - -117.28698714299998, - 33.931886245000044 - ], - [ - -117.28698438899994, - 33.93188485100006 - ], - [ - -117.28698373799995, - 33.93188452100003 - ], - [ - -117.28698098499996, - 33.93188312800004 - ], - [ - -117.28697928199995, - 33.93188226600006 - ], - [ - -117.28697718099994, - 33.931881203000046 - ], - [ - -117.28697547899998, - 33.931880342000056 - ], - [ - -117.28697442699996, - 33.931879810000055 - ], - [ - -117.28697337799997, - 33.93187927900004 - ], - [ - -117.28697167499996, - 33.931878417000064 - ], - [ - -117.28696997099996, - 33.93187755500003 - ], - [ - -117.28696892099998, - 33.93187702400007 - ], - [ - -117.286966168, - 33.931875631000025 - ], - [ - -117.28696551699994, - 33.93187530000006 - ], - [ - -117.28696446699996, - 33.931874769000046 - ], - [ - -117.28696381299994, - 33.93187443900007 - ], - [ - -117.28696276299996, - 33.93187390700007 - ], - [ - -117.28696105999995, - 33.93187304600008 - ], - [ - -117.28696000999997, - 33.93187251400008 - ], - [ - -117.28695830699996, - 33.93187165300003 - ], - [ - -117.28695725699998, - 33.931871122000075 - ], - [ - -117.28695660399995, - 33.93187079200004 - ], - [ - -117.286954504, - 33.93186972800004 - ], - [ - -117.28695385099996, - 33.93186939800006 - ], - [ - -117.28695215, - 33.93186853700007 - ], - [ - -117.286950446, - 33.931867674000046 - ], - [ - -117.28694769299995, - 33.931866281000055 - ], - [ - -117.28694428899996, - 33.93186455800003 - ], - [ - -117.28694258599995, - 33.93186369700004 - ], - [ - -117.28694153499998, - 33.93186316500004 - ], - [ - -117.28693918, - 33.931861973000025 - ], - [ - -117.28693812999995, - 33.93186144200007 - ], - [ - -117.28693642699994, - 33.931860581000024 - ], - [ - -117.28693537699996, - 33.93186004900008 - ], - [ - -117.286934724, - 33.931859718000055 - ], - [ - -117.28693367399995, - 33.93185918700004 - ], - [ - -117.28693197099994, - 33.931858325000064 - ], - [ - -117.28693131999995, - 33.931857996000076 - ], - [ - -117.28693066599999, - 33.93185766600004 - ], - [ - -117.28692961599995, - 33.93185713400004 - ], - [ - -117.28692791499998, - 33.93185627300005 - ], - [ - -117.28692516199999, - 33.93185487900007 - ], - [ - -117.286923458, - 33.931854017000035 - ], - [ - -117.28692280699994, - 33.93185368700006 - ], - [ - -117.28692070499994, - 33.931852624000044 - ], - [ - -117.28691965499996, - 33.93185209200004 - ], - [ - -117.286919002, - 33.931851762000065 - ], - [ - -117.28691795199995, - 33.93185123100005 - ], - [ - -117.28691690199997, - 33.93185069900005 - ], - [ - -117.28691519799997, - 33.93184983800006 - ], - [ - -117.286914148, - 33.93184930500007 - ], - [ - -117.28691309799996, - 33.93184877500005 - ], - [ - -117.28691099599996, - 33.931847710000056 - ], - [ - -117.28690994599998, - 33.931847180000034 - ], - [ - -117.28690889599994, - 33.93184664800003 - ], - [ - -117.28690784599996, - 33.93184611600003 - ], - [ - -117.28690679599998, - 33.931845585000076 - ], - [ - -117.28690574499996, - 33.931845053000075 - ], - [ - -117.28690469499998, - 33.93184452100007 - ], - [ - -117.28690364399995, - 33.93184399000006 - ], - [ - -117.28690154399999, - 33.93184292600006 - ], - [ - -117.28690049199997, - 33.93184239500005 - ], - [ - -117.28689944299998, - 33.931841863000045 - ], - [ - -117.28688034699996, - 33.93183220000003 - ], - [ - -117.28686144099999, - 33.93182263400007 - ], - [ - -117.28686078899995, - 33.93182230300005 - ], - [ - -117.286859086, - 33.93182144200006 - ], - [ - -117.28685803399998, - 33.931820910000056 - ], - [ - -117.28685738399997, - 33.93182058100007 - ], - [ - -117.28685633299995, - 33.931820049000066 - ], - [ - -117.28685463, - 33.93181918700003 - ], - [ - -117.28685357899997, - 33.93181865500003 - ], - [ - -117.28685252999998, - 33.931818124000074 - ], - [ - -117.28685147899995, - 33.93181759200007 - ], - [ - -117.28685082599998, - 33.93181726200004 - ], - [ - -117.28684912399996, - 33.93181640000006 - ], - [ - -117.28684807399998, - 33.93181587000004 - ], - [ - -117.28684532099999, - 33.931814476000056 - ], - [ - -117.28684361799998, - 33.93181361400008 - ], - [ - -117.28684151599998, - 33.931812551000064 - ], - [ - -117.28683811299999, - 33.93181082900003 - ], - [ - -117.28683430799998, - 33.93180890300005 - ], - [ - -117.28683365499995, - 33.93180857300007 - ], - [ - -117.28683090199996, - 33.93180718100007 - ], - [ - -117.28682985199998, - 33.93180664800008 - ], - [ - -117.28682880199995, - 33.931806118000054 - ], - [ - -117.286827099, - 33.931805256000075 - ], - [ - -117.28682604799997, - 33.931804724000074 - ], - [ - -117.28682499699994, - 33.93180419200007 - ], - [ - -117.28682394799995, - 33.93180366100006 - ], - [ - -117.28682289699998, - 33.93180312900006 - ], - [ - -117.28682184599995, - 33.93180259700006 - ], - [ - -117.28682079599997, - 33.931802066000046 - ], - [ - -117.28682014399999, - 33.93180173700006 - ], - [ - -117.28681949199995, - 33.931801406000034 - ], - [ - -117.28681883999997, - 33.931801076000056 - ], - [ - -117.28681778899994, - 33.931800544000055 - ], - [ - -117.28681608599999, - 33.931799683000065 - ], - [ - -117.28681438399997, - 33.93179882100003 - ], - [ - -117.28681267999997, - 33.93179795900005 - ], - [ - -117.28681163099998, - 33.93179742900003 - ], - [ - -117.28681097899994, - 33.93179709800006 - ], - [ - -117.28680992899996, - 33.93179656700005 - ], - [ - -117.28680887699994, - 33.93179603500005 - ], - [ - -117.28680822499996, - 33.93179570500007 - ], - [ - -117.28680757299998, - 33.931795374000046 - ], - [ - -117.28680652399999, - 33.931794843000034 - ], - [ - -117.28680587099996, - 33.93179451300006 - ], - [ - -117.28680416699996, - 33.93179365100008 - ], - [ - -117.28680311699998, - 33.931793120000066 - ], - [ - -117.28680206599995, - 33.931792588000064 - ], - [ - -117.28680141599995, - 33.93179225800003 - ], - [ - -117.28680036499998, - 33.93179172600003 - ], - [ - -117.28679800999998, - 33.93179053400007 - ], - [ - -117.28679695899996, - 33.93179000200007 - ], - [ - -117.286795257, - 33.931789141000024 - ], - [ - -117.28679355499997, - 33.931788280000035 - ], - [ - -117.28679185199996, - 33.931787417000066 - ], - [ - -117.28679080099994, - 33.931786886000054 - ], - [ - -117.28679014899996, - 33.93178655600008 - ], - [ - -117.28678949799996, - 33.93178622600004 - ], - [ - -117.286788447, - 33.93178569400004 - ], - [ - -117.28678779499995, - 33.93178536500005 - ], - [ - -117.28678609199994, - 33.93178450200003 - ], - [ - -117.28678439, - 33.93178364200003 - ], - [ - -117.28678268599998, - 33.93178278000005 - ], - [ - -117.28678163599994, - 33.93178224800005 - ], - [ - -117.28678058599996, - 33.931781717000035 - ], - [ - -117.28677993399998, - 33.93178138800005 - ], - [ - -117.28677888399994, - 33.931780855000056 - ], - [ - -117.28677783199998, - 33.931780323000055 - ], - [ - -117.28677717999994, - 33.93177999400007 - ], - [ - -117.28677612999996, - 33.931779462000065 - ], - [ - -117.28677547799998, - 33.93177913200003 - ], - [ - -117.28677442799994, - 33.931778601000076 - ], - [ - -117.28677337699997, - 33.931778069000075 - ], - [ - -117.28677232599995, - 33.93177753600003 - ], - [ - -117.28677167499995, - 33.93177720600005 - ], - [ - -117.28677062399998, - 33.93177667500004 - ], - [ - -117.28676957299996, - 33.931776143000036 - ], - [ - -117.28676786999995, - 33.931775282000046 - ], - [ - -117.28676576999999, - 33.93177421900003 - ], - [ - -117.28676236399997, - 33.931772495000075 - ], - [ - -117.28676131399999, - 33.93177196400006 - ], - [ - -117.28675856099994, - 33.931770570000026 - ], - [ - -117.28675751099996, - 33.93177003900007 - ], - [ - -117.28675580799995, - 33.931769177000035 - ], - [ - -117.28675475699998, - 33.93176864600008 - ], - [ - -117.28675370699995, - 33.93176811400008 - ], - [ - -117.28675265599998, - 33.93176758200008 - ], - [ - -117.28674990299999, - 33.93176618900003 - ], - [ - -117.28674820099997, - 33.93176532700005 - ], - [ - -117.28674715099999, - 33.93176479600004 - ], - [ - -117.28674609899997, - 33.93176426400004 - ], - [ - -117.286745049, - 33.931763733000025 - ], - [ - -117.28674439699995, - 33.93176340300005 - ], - [ - -117.28674269499999, - 33.93176254100007 - ], - [ - -117.28674164399996, - 33.93176201000006 - ], - [ - -117.28674059399998, - 33.931761477000066 - ], - [ - -117.28673889099997, - 33.931760616000076 - ], - [ - -117.286737841, - 33.931760085000064 - ], - [ - -117.28673718799996, - 33.93175975400004 - ], - [ - -117.28671727499994, - 33.931749678000074 - ], - [ - -117.28669813799996, - 33.931739993000065 - ], - [ - -117.286697087, - 33.93173946100006 - ], - [ - -117.28669538399998, - 33.93173859900003 - ], - [ - -117.28669368099997, - 33.93173773800004 - ], - [ - -117.28669157999997, - 33.931736675000025 - ], - [ - -117.28669052899994, - 33.93173614400007 - ], - [ - -117.28668842899998, - 33.931735081000056 - ], - [ - -117.28668777699994, - 33.93173475000003 - ], - [ - -117.28668607399999, - 33.93173388900004 - ], - [ - -117.28668437099998, - 33.931733026000074 - ], - [ - -117.28668332099994, - 33.93173249600005 - ], - [ - -117.28668227099996, - 33.93173196400005 - ], - [ - -117.28668122, - 33.93173143300004 - ], - [ - -117.28668016899996, - 33.93173090200003 - ], - [ - -117.28667911799994, - 33.93173037100007 - ], - [ - -117.28667846499997, - 33.93173004000005 - ], - [ - -117.28667741499999, - 33.931729509000036 - ], - [ - -117.28667571299997, - 33.931728648000046 - ], - [ - -117.28667295999998, - 33.931727255000055 - ], - [ - -117.28667020699999, - 33.931725862000064 - ], - [ - -117.286667852, - 33.93172467000005 - ], - [ - -117.28666680099997, - 33.93172413800005 - ], - [ - -117.28666509799996, - 33.93172327700006 - ], - [ - -117.28666404799998, - 33.93172274500006 - ], - [ - -117.28666234499997, - 33.93172188300008 - ], - [ - -117.28666129499999, - 33.93172135200007 - ], - [ - -117.28665959199998, - 33.93172049000003 - ], - [ - -117.28665854199994, - 33.93171995800003 - ], - [ - -117.28665683799994, - 33.93171909600005 - ], - [ - -117.28665578799996, - 33.93171856500004 - ], - [ - -117.28665448399994, - 33.93171790400004 - ], - [ - -117.28665238299999, - 33.93171684200007 - ], - [ - -117.28664962899995, - 33.93171544900002 - ], - [ - -117.28664897899995, - 33.931715119000046 - ], - [ - -117.28664687899999, - 33.93171405500004 - ], - [ - -117.28664582799996, - 33.93171352400003 - ], - [ - -117.286645175, - 33.931713193000064 - ], - [ - -117.28664412499995, - 33.93171266200005 - ], - [ - -117.28664242099995, - 33.93171180000007 - ], - [ - -117.28664176899997, - 33.93171147100003 - ], - [ - -117.28663901599998, - 33.93171007700005 - ], - [ - -117.28663796599994, - 33.93170954500005 - ], - [ - -117.28663626399998, - 33.93170868400006 - ], - [ - -117.28663561099995, - 33.93170835400008 - ], - [ - -117.28663455999998, - 33.93170782100003 - ], - [ - -117.28663390999998, - 33.931707492000044 - ], - [ - -117.28663285899995, - 33.93170696000004 - ], - [ - -117.28663220699997, - 33.931706630000065 - ], - [ - -117.28663115599994, - 33.93170609800006 - ], - [ - -117.28663050499995, - 33.93170576800003 - ], - [ - -117.28662945199994, - 33.93170523500004 - ], - [ - -117.28662775199996, - 33.93170437500004 - ], - [ - -117.28662604999994, - 33.93170351300006 - ], - [ - -117.28662499899997, - 33.93170298100006 - ], - [ - -117.28662394799994, - 33.931702449000056 - ], - [ - -117.28662289699997, - 33.931701918000044 - ], - [ - -117.28662184799998, - 33.93170138600004 - ], - [ - -117.28662014399998, - 33.931700524000064 - ], - [ - -117.28661844199996, - 33.93169966200003 - ], - [ - -117.28661739199998, - 33.93169913200006 - ], - [ - -117.28661634099996, - 33.93169859900007 - ], - [ - -117.28661463799995, - 33.931697738000025 - ], - [ - -117.28661253699994, - 33.93169667500007 - ], - [ - -117.28661188599995, - 33.931696345000034 - ], - [ - -117.28660978399995, - 33.93169528000004 - ], - [ - -117.28660873499996, - 33.93169475000008 - ], - [ - -117.28660768299994, - 33.931694218000075 - ], - [ - -117.28660663299996, - 33.93169368700006 - ], - [ - -117.28660558099995, - 33.93169315500006 - ], - [ - -117.28660453099997, - 33.93169262300006 - ], - [ - -117.28660387999997, - 33.931692293000026 - ], - [ - -117.28660282899995, - 33.931691761000025 - ], - [ - -117.28660217699996, - 33.93169143200004 - ], - [ - -117.28660047399995, - 33.93169056900007 - ], - [ - -117.28659942399997, - 33.931690039000046 - ], - [ - -117.28659706899998, - 33.93168884700003 - ], - [ - -117.28659431699998, - 33.93168745300005 - ], - [ - -117.28659221499998, - 33.93168638900005 - ], - [ - -117.28659116499995, - 33.93168585800004 - ], - [ - -117.28659051299996, - 33.93168552900005 - ], - [ - -117.28658880999996, - 33.931684666000024 - ], - [ - -117.28658775999997, - 33.93168413500007 - ], - [ - -117.28658670899995, - 33.93168360300007 - ], - [ - -117.28658605699997, - 33.93168327300003 - ], - [ - -117.28658500699999, - 33.93168274200008 - ], - [ - -117.28658395599996, - 33.931682210000076 - ], - [ - -117.28658290499999, - 33.931681678000075 - ], - [ - -117.28658185499995, - 33.93168114700006 - ], - [ - -117.28658120399996, - 33.93168081600004 - ], - [ - -117.28658015199994, - 33.93168028400004 - ], - [ - -117.28657910299995, - 33.93167975400007 - ], - [ - -117.28657845099997, - 33.93167942300005 - ], - [ - -117.28657739999994, - 33.93167889100005 - ], - [ - -117.28657634999996, - 33.931678360000035 - ], - [ - -117.28657529799995, - 33.93167782800003 - ], - [ - -117.28657424799997, - 33.93167729700008 - ], - [ - -117.28657359599998, - 33.931676967000044 - ], - [ - -117.28657254599995, - 33.93167643500004 - ], - [ - -117.28657149599997, - 33.93167590400003 - ], - [ - -117.28657044499994, - 33.93167537200003 - ], - [ - -117.28656979299996, - 33.93167504200005 - ], - [ - -117.28656874199999, - 33.93167450900006 - ], - [ - -117.28656769099996, - 33.93167397800005 - ], - [ - -117.28656703899998, - 33.93167364900006 - ], - [ - -117.28656493799997, - 33.93167258600005 - ], - [ - -117.28656323699994, - 33.93167172400007 - ], - [ - -117.28656218499998, - 33.93167119300006 - ], - [ - -117.28656153299994, - 33.93167086300008 - ], - [ - -117.28656048199997, - 33.93167033100008 - ], - [ - -117.28655877899996, - 33.93166947000003 - ], - [ - -117.28655773, - 33.93166893800003 - ], - [ - -117.28655707699994, - 33.93166860800005 - ], - [ - -117.28655642499996, - 33.931668278000075 - ], - [ - -117.28655537499998, - 33.93166774600007 - ], - [ - -117.28655472199995, - 33.93166741600004 - ], - [ - -117.28655367299996, - 33.93166688500003 - ], - [ - -117.28655196899996, - 33.93166602300005 - ], - [ - -117.28655091999997, - 33.931665492000036 - ], - [ - -117.28654986799995, - 33.931664959000045 - ], - [ - -117.28654881799997, - 33.93166442900008 - ], - [ - -117.28654816699998, - 33.931664099000045 - ], - [ - -117.28654711499996, - 33.931663566000054 - ], - [ - -117.28654606499998, - 33.93166303500004 - ], - [ - -117.28654541299994, - 33.931662705000065 - ], - [ - -117.28654436299996, - 33.93166217400005 - ], - [ - -117.28654371099998, - 33.93166184300003 - ], - [ - -117.28654305899994, - 33.93166151300005 - ], - [ - -117.28654200699998, - 33.93166098100005 - ], - [ - -117.28654135499994, - 33.93166065100007 - ], - [ - -117.28654030499996, - 33.93166012100005 - ], - [ - -117.28653823699995, - 33.93165907400004 - ], - [ - -117.28653816599996, - 33.93165903800008 - ], - [ - -117.28653805399995, - 33.931658981000055 - ], - [ - -117.28653794099995, - 33.93165892400003 - ], - [ - -117.28653787199994, - 33.93165888900006 - ], - [ - -117.28653768899994, - 33.93165879600008 - ], - [ - -117.28653757599994, - 33.931658740000046 - ], - [ - -117.286537464, - 33.93165868300008 - ], - [ - -117.28653716899998, - 33.931658533000075 - ], - [ - -117.28653709899999, - 33.93165849800005 - ], - [ - -117.28653698599999, - 33.93165844200007 - ], - [ - -117.28653691699998, - 33.931658406000054 - ], - [ - -117.28653673499997, - 33.93165831300007 - ], - [ - -117.28653662099998, - 33.93165825700004 - ], - [ - -117.28653655099998, - 33.93165822200007 - ], - [ - -117.28653625699997, - 33.93165807300005 - ], - [ - -117.28653603099997, - 33.93165795900006 - ], - [ - -117.28653548299997, - 33.931657682000036 - ], - [ - -117.28653525799996, - 33.93165756900004 - ], - [ - -117.28653507499996, - 33.931657476000055 - ], - [ - -117.28653489299995, - 33.93165738400006 - ], - [ - -117.286534486, - 33.931657177000034 - ], - [ - -117.28653437299994, - 33.93165712100006 - ], - [ - -117.28653419099999, - 33.931657028000075 - ], - [ - -117.28653382699997, - 33.93165684400003 - ], - [ - -117.28653371399997, - 33.931656787000065 - ], - [ - -117.28653360099997, - 33.93165673000004 - ], - [ - -117.28653330599997, - 33.93165658000004 - ], - [ - -117.28653312499995, - 33.931656489000034 - ], - [ - -117.28653294199995, - 33.93165639600005 - ], - [ - -117.28653257699995, - 33.931656211000075 - ], - [ - -117.28653246399995, - 33.93165615300006 - ], - [ - -117.28653228299999, - 33.93165606200006 - ], - [ - -117.28653216899994, - 33.931656005000036 - ], - [ - -117.28653205699999, - 33.93165594800007 - ], - [ - -117.28653176199998, - 33.931655799000055 - ], - [ - -117.286531691, - 33.93165576400003 - ], - [ - -117.28653157899998, - 33.93165570700006 - ], - [ - -117.28653139699998, - 33.93165561400008 - ], - [ - -117.28653132699998, - 33.93165557900005 - ], - [ - -117.28653121399998, - 33.93165552200003 - ], - [ - -117.28653103199997, - 33.931655430000035 - ], - [ - -117.28653096199997, - 33.931655394000074 - ], - [ - -117.28653084899997, - 33.93165533700005 - ], - [ - -117.28653073699996, - 33.931655281000076 - ], - [ - -117.28653066699997, - 33.93165524600005 - ], - [ - -117.28653055299998, - 33.931655188000036 - ], - [ - -117.28653037199996, - 33.93165509600004 - ], - [ - -117.28653025899996, - 33.93165503900008 - ], - [ - -117.28653014699995, - 33.931654982000055 - ], - [ - -117.28652996399995, - 33.93165489000006 - ], - [ - -117.28652989499994, - 33.93165485500003 - ], - [ - -117.28652978199995, - 33.93165479700008 - ], - [ - -117.28652959899995, - 33.93165470500003 - ], - [ - -117.28652948699994, - 33.93165464700007 - ], - [ - -117.28652941699994, - 33.931654612000045 - ], - [ - -117.28652930399994, - 33.93165455500008 - ], - [ - -117.28652919099994, - 33.93165449900005 - ], - [ - -117.28652907799994, - 33.931654442000024 - ], - [ - -117.286529009, - 33.93165440700005 - ], - [ - -117.28652889699998, - 33.93165435000003 - ], - [ - -117.28652878399998, - 33.931654293000065 - ], - [ - -117.28652871399999, - 33.93165425700005 - ], - [ - -117.28652853299997, - 33.931654166000044 - ], - [ - -117.28652841999997, - 33.93165410900008 - ], - [ - -117.28652823699997, - 33.93165401600004 - ], - [ - -117.28652812399997, - 33.93165395800003 - ], - [ - -117.28652805399997, - 33.931653923000056 - ], - [ - -117.28652798499996, - 33.93165388800003 - ], - [ - -117.28652775999996, - 33.93165377300005 - ], - [ - -117.28652768999996, - 33.93165373800008 - ], - [ - -117.28652750799995, - 33.93165364600003 - ], - [ - -117.28652743699996, - 33.93165361100006 - ], - [ - -117.28652732599994, - 33.931653554000036 - ], - [ - -117.28652725499995, - 33.931653518000076 - ], - [ - -117.28652707199996, - 33.931653426000025 - ], - [ - -117.28652695999995, - 33.93165337000005 - ], - [ - -117.28652688999995, - 33.93165333400003 - ], - [ - -117.28652682099994, - 33.93165329900006 - ], - [ - -117.28652670799994, - 33.93165324100005 - ], - [ - -117.28652659499994, - 33.93165318500007 - ], - [ - -117.28652652599999, - 33.931653150000045 - ], - [ - -117.28652641199994, - 33.93165309200003 - ], - [ - -117.28652630099998, - 33.93165303600006 - ], - [ - -117.286526117, - 33.93165294200003 - ], - [ - -117.28652600599997, - 33.93165288600005 - ], - [ - -117.28652589299998, - 33.93165282900003 - ], - [ - -117.28652582299998, - 33.93165279400006 - ], - [ - -117.28652570999998, - 33.931652737000036 - ], - [ - -117.28652559699998, - 33.93165268000007 - ], - [ - -117.28652548499997, - 33.93165262300005 - ], - [ - -117.28652537399995, - 33.93165256700007 - ], - [ - -117.28652518899997, - 33.93165247400003 - ], - [ - -117.28652507599998, - 33.931652417000066 - ], - [ - -117.28652496399997, - 33.931652360000044 - ], - [ - -117.28652489499996, - 33.93165232500007 - ], - [ - -117.28652478199996, - 33.93165226900004 - ], - [ - -117.28652351699998, - 33.931651628000054 - ], - [ - -117.28651511299995, - 33.93164737600006 - ], - [ - -117.28642856399995, - 33.93162452400003 - ], - [ - -117.28642667399998, - 33.93163141600007 - ], - [ - -117.28642342799998, - 33.93164117600003 - ], - [ - -117.28642041999996, - 33.93164902900003 - ], - [ - -117.286417009, - 33.93165676700005 - ], - [ - -117.28641193299995, - 33.93166690900006 - ], - [ - -117.28640623499996, - 33.93167681800003 - ], - [ - -117.28640158099995, - 33.93168409100008 - ], - [ - -117.28639655599994, - 33.93169119000004 - ], - [ - -117.28638937599999, - 33.93170040700005 - ], - [ - -117.28638163099998, - 33.93170930100007 - ], - [ - -117.286373347, - 33.93171785100003 - ], - [ - -117.28636454499997, - 33.93172603200003 - ], - [ - -117.28635524599997, - 33.93173382300006 - ], - [ - -117.28634797599994, - 33.931739410000034 - ], - [ - -117.28626139799997, - 33.93184400400003 - ], - [ - -117.28625199699997, - 33.93183654500007 - ], - [ - -117.28625155499998, - 33.93183619300004 - ], - [ - -117.28625112499998, - 33.93183585200006 - ], - [ - -117.28625069499998, - 33.93183551100003 - ], - [ - -117.286250253, - 33.93183516000005 - ], - [ - -117.286249823, - 33.93183481800003 - ], - [ - -117.28624938099995, - 33.931834467000044 - ], - [ - -117.28624894999996, - 33.93183412500008 - ], - [ - -117.28624850699998, - 33.93183377400004 - ], - [ - -117.28624807699998, - 33.931833434000055 - ], - [ - -117.28624763299996, - 33.931833082000026 - ], - [ - -117.28624720399995, - 33.93183274200004 - ], - [ - -117.28624676099997, - 33.93183239000007 - ], - [ - -117.28624633199996, - 33.931832049000036 - ], - [ - -117.28624545899999, - 33.93183135600003 - ], - [ - -117.28624458499996, - 33.93183066300003 - ], - [ - -117.28624371299998, - 33.93182997100007 - ], - [ - -117.28624327099999, - 33.93182962000003 - ], - [ - -117.28624284099999, - 33.931829278000066 - ], - [ - -117.28624239899995, - 33.931828927000026 - ], - [ - -117.28624196799996, - 33.93182858600005 - ], - [ - -117.28624153799996, - 33.93182824400003 - ], - [ - -117.28624109599997, - 33.93182789300005 - ], - [ - -117.28624066599997, - 33.931827551000026 - ], - [ - -117.286239793, - 33.93182685900007 - ], - [ - -117.28623892199994, - 33.931826166000064 - ], - [ - -117.28623847799997, - 33.931825815000025 - ], - [ - -117.28623760499994, - 33.93182512200008 - ], - [ - -117.28623673399994, - 33.93182442900007 - ], - [ - -117.28623586199996, - 33.93182373600007 - ], - [ - -117.28623543099997, - 33.93182339500004 - ], - [ - -117.28623498899998, - 33.931823044000055 - ], - [ - -117.286234558, - 33.93182270300008 - ], - [ - -117.28623411599995, - 33.93182235100005 - ], - [ - -117.28623368499996, - 33.931822011000065 - ], - [ - -117.28623325599995, - 33.931821669000044 - ], - [ - -117.28623238399996, - 33.93182097600004 - ], - [ - -117.28623151, - 33.931820284000025 - ], - [ - -117.28623106799995, - 33.93181993200005 - ], - [ - -117.28623063699996, - 33.93181959100008 - ], - [ - -117.28623019499997, - 33.93181924000004 - ], - [ - -117.28622976399998, - 33.931818898000074 - ], - [ - -117.28622933599996, - 33.93181855700004 - ], - [ - -117.28622889299999, - 33.93181820600006 - ], - [ - -117.28622846199994, - 33.93181786400004 - ], - [ - -117.28622801999995, - 33.931817514000045 - ], - [ - -117.28622758799997, - 33.93181717300007 - ], - [ - -117.28622714599999, - 33.93181682100004 - ], - [ - -117.28622671599999, - 33.931816480000066 - ], - [ - -117.286225845, - 33.93181578700006 - ], - [ - -117.28622541399994, - 33.93181544600003 - ], - [ - -117.286224098, - 33.93181440200004 - ], - [ - -117.286223668, - 33.93181406100007 - ], - [ - -117.28622322599995, - 33.93181371000003 - ], - [ - -117.28622235399996, - 33.931813017000025 - ], - [ - -117.28622148, - 33.93181232400008 - ], - [ - -117.28622103899994, - 33.93181197300004 - ], - [ - -117.28622016599996, - 33.93181128100008 - ], - [ - -117.28621973499997, - 33.93181093900006 - ], - [ - -117.28621929299999, - 33.931810588000076 - ], - [ - -117.28621886199994, - 33.931810246000055 - ], - [ - -117.28621841999995, - 33.93180989500007 - ], - [ - -117.28621799099994, - 33.93180955400004 - ], - [ - -117.28621711799997, - 33.931808861000036 - ], - [ - -117.286216245, - 33.93180816800003 - ], - [ - -117.28621449999997, - 33.93180678300007 - ], - [ - -117.28621407099996, - 33.93180644200004 - ], - [ - -117.28621275399996, - 33.93180539800005 - ], - [ - -117.28621188299996, - 33.93180470500005 - ], - [ - -117.28621101099998, - 33.93180401200004 - ], - [ - -117.28621056699996, - 33.93180366000007 - ], - [ - -117.28620969499997, - 33.931802969000046 - ], - [ - -117.286208822, - 33.93180227500005 - ], - [ - -117.28620794999995, - 33.93180158200005 - ], - [ - -117.28620751899996, - 33.93180124100007 - ], - [ - -117.28620621799996, - 33.93180020800003 - ], - [ - -117.28620577499998, - 33.931799856000055 - ], - [ - -117.28620534399994, - 33.93179951400003 - ], - [ - -117.28620447199995, - 33.931798822000076 - ], - [ - -117.28620359999996, - 33.93179812900007 - ], - [ - -117.28620315699999, - 33.93179777800003 - ], - [ - -117.28620272699999, - 33.931797438000046 - ], - [ - -117.28620229599994, - 33.931797096000025 - ], - [ - -117.28620186699999, - 33.93179675500005 - ], - [ - -117.28620099499994, - 33.931796062000046 - ], - [ - -117.28620012099998, - 33.93179536900004 - ], - [ - -117.28619969199997, - 33.93179502800007 - ], - [ - -117.28619926099998, - 33.931794687000036 - ], - [ - -117.286198819, - 33.93179433600005 - ], - [ - -117.28619838799995, - 33.93179399500008 - ], - [ - -117.28619751499997, - 33.931793302000074 - ], - [ - -117.28619708499997, - 33.93179296100004 - ], - [ - -117.28619665599996, - 33.93179262000007 - ], - [ - -117.28619578299998, - 33.93179192700006 - ], - [ - -117.28619534099994, - 33.93179157600008 - ], - [ - -117.28619491099994, - 33.93179123500005 - ], - [ - -117.28619403799996, - 33.931790542000044 - ], - [ - -117.28619317799996, - 33.93178986000004 - ], - [ - -117.28619273599998, - 33.931789508000065 - ], - [ - -117.28619230499999, - 33.931789167000034 - ], - [ - -117.28619143299994, - 33.931788475000076 - ], - [ - -117.28619100299994, - 33.931788133000055 - ], - [ - -117.28619012999997, - 33.93178744000005 - ], - [ - -117.28618925799998, - 33.931786748000036 - ], - [ - -117.28618838399996, - 33.93178605400004 - ], - [ - -117.28618706999998, - 33.931785011000045 - ], - [ - -117.28618619799994, - 33.93178431800004 - ], - [ - -117.28618576799994, - 33.931783977000066 - ], - [ - -117.28618532399997, - 33.93178362500004 - ], - [ - -117.28618489499996, - 33.93178328400006 - ], - [ - -117.28618445199999, - 33.93178293300008 - ], - [ - -117.28618358099999, - 33.93178223900003 - ], - [ - -117.28618313799996, - 33.931781888000046 - ], - [ - -117.28618270799996, - 33.93178154700007 - ], - [ - -117.28618226499998, - 33.93178119500004 - ], - [ - -117.28618183499998, - 33.93178085400007 - ], - [ - -117.28618139199995, - 33.93178050300003 - ], - [ - -117.286180963, - 33.93178016100006 - ], - [ - -117.286179356, - 33.93177888500003 - ], - [ - -117.28617409399999, - 33.931774708000034 - ], - [ - -117.28616477699995, - 33.931767310000055 - ], - [ - -117.28616434899999, - 33.93176696900008 - ], - [ - -117.28616390499997, - 33.93176661800004 - ], - [ - -117.28616365899995, - 33.931766423000056 - ], - [ - -117.28616318099995, - 33.93176604200005 - ], - [ - -117.28616303399997, - 33.931765925000036 - ], - [ - -117.286162688, - 33.931765651000035 - ], - [ - -117.28616219499997, - 33.93176526000008 - ], - [ - -117.286162161, - 33.93176523200003 - ], - [ - -117.28616171699997, - 33.93176488000006 - ], - [ - -117.28616127499998, - 33.931764530000066 - ], - [ - -117.28616122399995, - 33.931764489000045 - ], - [ - -117.28616083299994, - 33.93176417900003 - ], - [ - -117.28616025199995, - 33.93176371900006 - ], - [ - -117.28615977499999, - 33.93176333800005 - ], - [ - -117.28615952999996, - 33.93176314500005 - ], - [ - -117.286159296, - 33.931762958000036 - ], - [ - -117.28615908799998, - 33.931762793000075 - ], - [ - -117.28615864399995, - 33.931762441000046 - ], - [ - -117.28615832499997, - 33.93176218800005 - ], - [ - -117.28615821499994, - 33.93176210100006 - ], - [ - -117.28615783099997, - 33.931761796000046 - ], - [ - -117.28615735199998, - 33.93176141600003 - ], - [ - -117.28615733, - 33.93176139800005 - ], - [ - -117.286156899, - 33.931761057000074 - ], - [ - -117.28615685999995, - 33.93176102600006 - ], - [ - -117.28615645599996, - 33.931760705000045 - ], - [ - -117.28615638199994, - 33.93176064600004 - ], - [ - -117.28615588899999, - 33.93176025400004 - ], - [ - -117.28615558499996, - 33.93176001300003 - ], - [ - -117.28615514099994, - 33.93175966100006 - ], - [ - -117.28615491799997, - 33.931759484000054 - ], - [ - -117.28615471199998, - 33.931759320000026 - ], - [ - -117.28615443999996, - 33.93175910400004 - ], - [ - -117.2861542699999, - 33.931758968000054 - ], - [ - -117.28615394699995, - 33.93175871200003 - ], - [ - -117.28615383799996, - 33.93175862700008 - ], - [ - -117.28615345399999, - 33.931758322000064 - ], - [ - -117.28615339599997, - 33.93175827500005 - ], - [ - -117.28615297099998, - 33.93175793800003 - ], - [ - -117.28615252399999, - 33.931757584000025 - ], - [ - -117.28615248299997, - 33.93175755100003 - ], - [ - -117.28615209299994, - 33.93175724200006 - ], - [ - -117.28615200399997, - 33.93175717100007 - ], - [ - -117.28615166399999, - 33.93175690100003 - ], - [ - -117.28615122199994, - 33.931756550000046 - ], - [ - -117.28615103299995, - 33.93175640100003 - ], - [ - -117.28615077799998, - 33.93175619800007 - ], - [ - -117.28615054, - 33.931756009000026 - ], - [ - -117.28615034899997, - 33.93175585800003 - ], - [ - -117.28615006099994, - 33.931755629000065 - ], - [ - -117.286149906, - 33.93175550600006 - ], - [ - -117.28614947499995, - 33.93175516400004 - ], - [ - -117.28614908999998, - 33.93175485900008 - ], - [ - -117.28614903199997, - 33.931754813000055 - ], - [ - -117.286148159, - 33.93175412000005 - ], - [ - -117.28614811899996, - 33.93175408800005 - ], - [ - -117.28614771599996, - 33.93175376900007 - ], - [ - -117.28614728699995, - 33.931753429000025 - ], - [ - -117.28614684399997, - 33.93175307700005 - ], - [ - -117.28614666799996, - 33.931752937000056 - ], - [ - -117.28614641399997, - 33.93175273700007 - ], - [ - -117.28614569699994, - 33.93175216700007 - ], - [ - -117.28614554099994, - 33.93175204400006 - ], - [ - -117.286145219, - 33.93175178700005 - ], - [ - -117.28614509899995, - 33.931751693000024 - ], - [ - -117.28614473899995, - 33.931751406000046 - ], - [ - -117.28614423599998, - 33.93175100800005 - ], - [ - -117.28614335299994, - 33.931750306000026 - ], - [ - -117.28614327699995, - 33.931750245000046 - ], - [ - -117.28614279699997, - 33.93174986500003 - ], - [ - -117.28614248199995, - 33.93174961500006 - ], - [ - -117.28614230499994, - 33.93174947500006 - ], - [ - -117.28614205099996, - 33.93174927300004 - ], - [ - -117.28614182499996, - 33.93174909500004 - ], - [ - -117.28614162099996, - 33.93174893200006 - ], - [ - -117.28614133399998, - 33.93174870300004 - ], - [ - -117.28614117899997, - 33.93174858100008 - ], - [ - -117.28614074899997, - 33.93174824000005 - ], - [ - -117.286140376, - 33.93174794400005 - ], - [ - -117.286140306, - 33.931747888000075 - ], - [ - -117.286139876, - 33.931747546000054 - ], - [ - -117.28613943299996, - 33.93174719500007 - ], - [ - -117.28613940499997, - 33.931747173000076 - ], - [ - -117.28613900399995, - 33.93174685400004 - ], - [ - -117.28613891299995, - 33.93174678200006 - ], - [ - -117.28613857399995, - 33.931746512000075 - ], - [ - -117.28613843499994, - 33.931746401000055 - ], - [ - -117.28613814399995, - 33.931746170000054 - ], - [ - -117.286137957, - 33.93174602100004 - ], - [ - -117.28613770099997, - 33.93174581900007 - ], - [ - -117.28613746299999, - 33.93174563000008 - ], - [ - -117.28613727199996, - 33.93174547700005 - ], - [ - -117.28613698599997, - 33.93174525100005 - ], - [ - -117.28613684099997, - 33.931745136000075 - ], - [ - -117.28613649199997, - 33.93174485900005 - ], - [ - -117.28613639899999, - 33.931744786000024 - ], - [ - -117.28613601399996, - 33.93174448000008 - ], - [ - -117.28613596799994, - 33.93174444400006 - ], - [ - -117.28613553499997, - 33.93174410100005 - ], - [ - -117.28613505599998, - 33.93174372000004 - ], - [ - -117.28613456299996, - 33.93174332900003 - ], - [ - -117.28613423699994, - 33.93174306900005 - ], - [ - -117.28613408499996, - 33.93174294800008 - ], - [ - -117.28613380699994, - 33.93174272700003 - ], - [ - -117.28613359299999, - 33.93174255800005 - ], - [ - -117.28613293399997, - 33.931742034000024 - ], - [ - -117.28613262199997, - 33.93174178600003 - ], - [ - -117.28613214299997, - 33.93174140600007 - ], - [ - -117.28613206199998, - 33.931741342000066 - ], - [ - -117.28613164099994, - 33.931741008000074 - ], - [ - -117.28613117199995, - 33.93174063600003 - ], - [ - -117.28613075899995, - 33.93174030800003 - ], - [ - -117.28613067999999, - 33.93174024500007 - ], - [ - -117.28613033, - 33.931739967000055 - ], - [ - -117.286130201, - 33.931739864000065 - ], - [ - -117.28612988799995, - 33.931739615000026 - ], - [ - -117.28612970799998, - 33.93173947300005 - ], - [ - -117.28612945699996, - 33.93173927400005 - ], - [ - -117.28612922999997, - 33.93173909400008 - ], - [ - -117.28612901399998, - 33.93173892100003 - ], - [ - -117.28612875199997, - 33.93173871300007 - ], - [ - -117.28612825899995, - 33.93173832200006 - ], - [ - -117.28612778099995, - 33.93173794300003 - ], - [ - -117.28612771399997, - 33.93173788800004 - ], - [ - -117.28612728799999, - 33.931737551000026 - ], - [ - -117.28612684099994, - 33.93173719600003 - ], - [ - -117.28612680999998, - 33.931737171000066 - ], - [ - -117.28612631799996, - 33.93173678100004 - ], - [ - -117.28612596799996, - 33.931736503000025 - ], - [ - -117.28612534599995, - 33.931736009000076 - ], - [ - -117.28612486799994, - 33.93173563000005 - ], - [ - -117.28612465299994, - 33.93173545900004 - ], - [ - -117.28612437499999, - 33.931735239000034 - ], - [ - -117.28612422199996, - 33.93173511700007 - ], - [ - -117.28612389699998, - 33.93173485900007 - ], - [ - -117.28612340399997, - 33.93173446700007 - ], - [ - -117.28612334999997, - 33.93173442500006 - ], - [ - -117.28612292499997, - 33.93173408700005 - ], - [ - -117.286122477, - 33.931733732000055 - ], - [ - -117.28612195499994, - 33.93173331700007 - ], - [ - -117.28612160399996, - 33.93173304000004 - ], - [ - -117.28612147499996, - 33.93173293800004 - ], - [ - -117.28612098299999, - 33.931732546000035 - ], - [ - -117.28612073199997, - 33.931732347000036 - ], - [ - -117.28612001199997, - 33.93173177500006 - ], - [ - -117.28611985999999, - 33.93173165400003 - ], - [ - -117.28611904, - 33.93173100400003 - ], - [ - -117.28611856099997, - 33.93173062400007 - ], - [ - -117.28611811299999, - 33.93173026900007 - ], - [ - -117.28611806899994, - 33.93173023300005 - ], - [ - -117.286117591, - 33.931729854000025 - ], - [ - -117.28611724099994, - 33.931729576000066 - ], - [ - -117.28611709599994, - 33.93172946200008 - ], - [ - -117.28611679699998, - 33.931729225000026 - ], - [ - -117.28611636899996, - 33.93172888500004 - ], - [ - -117.28611612499998, - 33.931728692000036 - ], - [ - -117.28611592599998, - 33.93172853200008 - ], - [ - -117.28611564699997, - 33.931728312000075 - ], - [ - -117.28611515399996, - 33.93172792000007 - ], - [ - -117.28611505299995, - 33.931727840000065 - ], - [ - -117.28611467599995, - 33.93172754100004 - ], - [ - -117.28611418199995, - 33.93172715000003 - ], - [ - -117.28611373799998, - 33.93172679600008 - ], - [ - -117.286113705, - 33.93172677000007 - ], - [ - -117.28611330799998, - 33.931726455000046 - ], - [ - -117.28611286599994, - 33.931726103000074 - ], - [ - -117.28611273399997, - 33.93172599800005 - ], - [ - -117.28611242299996, - 33.931725752000034 - ], - [ - -117.28611224099996, - 33.93172560700003 - ], - [ - -117.28611198099998, - 33.93172540000006 - ], - [ - -117.28611176299995, - 33.93172522800006 - ], - [ - -117.28611127, - 33.93172483700005 - ], - [ - -117.28611110799994, - 33.93172470900004 - ], - [ - -117.28611066499997, - 33.931724357000064 - ], - [ - -117.28611029799998, - 33.93172406600007 - ], - [ - -117.28611022299998, - 33.931724006000024 - ], - [ - -117.28610981999998, - 33.931723686000055 - ], - [ - -117.28610977999995, - 33.93172365400005 - ], - [ - -117.28610932799995, - 33.93172329500004 - ], - [ - -117.28610890699997, - 33.93172296100005 - ], - [ - -117.286108835, - 33.931722903000036 - ], - [ - -117.28610835599994, - 33.931722524000065 - ], - [ - -117.28610803499998, - 33.93172226900003 - ], - [ - -117.28610787799994, - 33.93172214500004 - ], - [ - -117.28610738499998, - 33.93172175300003 - ], - [ - -117.28610714899997, - 33.93172156600008 - ], - [ - -117.28610690699998, - 33.93172137400006 - ], - [ - -117.28610641399996, - 33.93172098300005 - ], - [ - -117.28610627699999, - 33.931720874000064 - ], - [ - -117.28610544299994, - 33.93172021100003 - ], - [ - -117.28610496199997, - 33.93171982900003 - ], - [ - -117.28610453199997, - 33.931719488000056 - ], - [ - -117.286103659, - 33.93171879500005 - ], - [ - -117.28610349999997, - 33.93171866800003 - ], - [ - -117.28610302299995, - 33.93171829000005 - ], - [ - -117.28610277399997, - 33.93171809300003 - ], - [ - -117.28610252799996, - 33.931717898000045 - ], - [ - -117.28610190099994, - 33.931717400000025 - ], - [ - -117.28610155699994, - 33.93171712800006 - ], - [ - -117.28610108, - 33.93171674800004 - ], - [ - -117.28610102699997, - 33.93171670700008 - ], - [ - -117.28610058599998, - 33.93171635700003 - ], - [ - -117.28609961499996, - 33.93171558600005 - ], - [ - -117.28609928399999, - 33.93171532300005 - ], - [ - -117.28609913699995, - 33.931715206000035 - ], - [ - -117.286098644, - 33.93171481500008 - ], - [ - -117.28609841199994, - 33.931714630000045 - ], - [ - -117.28609816599999, - 33.93171443500006 - ], - [ - -117.28609796999996, - 33.93171427800007 - ], - [ - -117.28609767199998, - 33.931714043000056 - ], - [ - -117.28609719499997, - 33.931713665000075 - ], - [ - -117.28609709499995, - 33.93171358500007 - ], - [ - -117.28609670199995, - 33.93171327400006 - ], - [ - -117.28609665299996, - 33.931713235000075 - ], - [ - -117.28609622399995, - 33.93171289400004 - ], - [ - -117.28609577999998, - 33.93171254300006 - ], - [ - -117.28609525199994, - 33.93171212400006 - ], - [ - -117.28609490599996, - 33.93171184900007 - ], - [ - -117.28609475899998, - 33.93171173200005 - ], - [ - -117.28609446399997, - 33.93171149700004 - ], - [ - -117.28609378799996, - 33.93171096200007 - ], - [ - -117.28609359099994, - 33.93171080500008 - ], - [ - -117.28609330899997, - 33.93171058100006 - ], - [ - -117.28609314999994, - 33.93171045500003 - ], - [ - -117.28609281699994, - 33.93171019000005 - ], - [ - -117.28609271999994, - 33.931710113000065 - ], - [ - -117.28609227799996, - 33.931709762000025 - ], - [ - -117.28609184599998, - 33.93170941900007 - ], - [ - -117.28609140499998, - 33.93170906800003 - ], - [ - -117.28609136799997, - 33.931709039000054 - ], - [ - -117.286090974, - 33.93170872800005 - ], - [ - -117.28609087399997, - 33.93170864700005 - ], - [ - -117.28609053099996, - 33.931708376000074 - ], - [ - -117.28609039599996, - 33.93170826800008 - ], - [ - -117.28609010099996, - 33.93170803500004 - ], - [ - -117.286089904, - 33.931707877000065 - ], - [ - -117.28608965899997, - 33.93170768400006 - ], - [ - -117.28608942499994, - 33.93170749800004 - ], - [ - -117.28608894499996, - 33.93170711800008 - ], - [ - -117.28608845399998, - 33.93170672700006 - ], - [ - -117.28608835699998, - 33.931706650000024 - ], - [ - -117.28608797499999, - 33.931706347000045 - ], - [ - -117.28608791399995, - 33.93170629900004 - ], - [ - -117.28608748299996, - 33.93170595700008 - ], - [ - -117.28608704099997, - 33.93170560600004 - ], - [ - -117.28608651199994, - 33.931705185000055 - ], - [ - -117.28608616899999, - 33.93170491400008 - ], - [ - -117.286086018, - 33.93170479400004 - ], - [ - -117.28608572599995, - 33.93170456100006 - ], - [ - -117.28608553999999, - 33.93170441500007 - ], - [ - -117.28608485299998, - 33.931703870000035 - ], - [ - -117.28608456799998, - 33.93170364200006 - ], - [ - -117.286084411, - 33.93170351800006 - ], - [ - -117.28608407599995, - 33.931703252000034 - ], - [ - -117.28608359699996, - 33.93170287200007 - ], - [ - -117.28608310499999, - 33.93170248100006 - ], - [ - -117.28608223599997, - 33.93170179100008 - ], - [ - -117.28608213299998, - 33.93170170900004 - ], - [ - -117.28608164099995, - 33.93170131800008 - ], - [ - -117.286081363, - 33.931701099000065 - ], - [ - -117.28608116199996, - 33.93170093800006 - ], - [ - -117.28608067, - 33.93170054800004 - ], - [ - -117.28607969899997, - 33.93169977700006 - ], - [ - -117.28607962999996, - 33.931699723000065 - ], - [ - -117.28607872799995, - 33.93169900700008 - ], - [ - -117.28607831499994, - 33.93169867900008 - ], - [ - -117.28607744199996, - 33.931697987000064 - ], - [ - -117.28607678499998, - 33.93169746500007 - ], - [ - -117.28607581299997, - 33.93169669300005 - ], - [ - -117.286075698, - 33.931696602000045 - ], - [ - -117.28607526699994, - 33.931696260000024 - ], - [ - -117.28607484199995, - 33.93169592300006 - ], - [ - -117.28607352199998, - 33.93169487500006 - ], - [ - -117.28607289899998, - 33.931694382000046 - ], - [ - -117.286071914, - 33.93169359900003 - ], - [ - -117.28607177599997, - 33.93169349000004 - ], - [ - -117.28607143499994, - 33.93169322000006 - ], - [ - -117.28607046299999, - 33.931692448000035 - ], - [ - -117.28606997199995, - 33.93169205800007 - ], - [ - -117.28606958899996, - 33.93169175400004 - ], - [ - -117.286069479, - 33.93169166500007 - ], - [ - -117.28606900099999, - 33.931691285000056 - ], - [ - -117.28606828699998, - 33.93169071900007 - ], - [ - -117.28606802799999, - 33.93169051500007 - ], - [ - -117.28606741399994, - 33.93169002700006 - ], - [ - -117.28606705899995, - 33.93168974500003 - ], - [ - -117.28606696999998, - 33.931689676000076 - ], - [ - -117.28606656399995, - 33.93168935400007 - ], - [ - -117.28606608599995, - 33.931688973000064 - ], - [ - -117.28606523699995, - 33.931688300000076 - ], - [ - -117.28606511399994, - 33.93168820300008 - ], - [ - -117.28606479599995, - 33.931687950000025 - ], - [ - -117.28606462199997, - 33.931687812000064 - ], - [ - -117.28606436499996, - 33.93168760900005 - ], - [ - -117.28606414299998, - 33.931687433000036 - ], - [ - -117.28606364899997, - 33.93168704200008 - ], - [ - -117.28606349299997, - 33.931686917000036 - ], - [ - -117.28606267799995, - 33.93168627000006 - ], - [ - -117.28606218799996, - 33.93168588100008 - ], - [ - -117.28606174699996, - 33.93168553100003 - ], - [ - -117.28606122899998, - 33.931685120000054 - ], - [ - -117.28606087499998, - 33.931684838000024 - ], - [ - -117.28606073699996, - 33.93168472900004 - ], - [ - -117.28606024399994, - 33.931684338000025 - ], - [ - -117.28605955899997, - 33.931683795000026 - ], - [ - -117.28605912799998, - 33.93168345300006 - ], - [ - -117.28605879299994, - 33.93168318900007 - ], - [ - -117.286058686, - 33.93168310300007 - ], - [ - -117.28605782299996, - 33.93168241700005 - ], - [ - -117.28605732999995, - 33.93168202600003 - ], - [ - -117.28605651099997, - 33.93168137600003 - ], - [ - -117.28605637199996, - 33.931681267000044 - ], - [ - -117.28605608, - 33.931681035000054 - ], - [ - -117.28605587899995, - 33.93168087500004 - ], - [ - -117.286055638, - 33.931680683000025 - ], - [ - -117.28605490799998, - 33.931680104000066 - ], - [ - -117.28605476599995, - 33.93167999100007 - ], - [ - -117.28605432199998, - 33.93167963900004 - ], - [ - -117.28605393699996, - 33.931679333000034 - ], - [ - -117.28605389299997, - 33.93167929900005 - ], - [ - -117.2860534499999, - 33.93167894700008 - ], - [ - -117.2860530199999, - 33.93167860500006 - ], - [ - -117.28605296599994, - 33.93167856200006 - ], - [ - -117.28605257799995, - 33.931678254000076 - ], - [ - -117.28605247299998, - 33.931678171000044 - ], - [ - -117.28605214699996, - 33.931677913000044 - ], - [ - -117.28605199499998, - 33.93167779100003 - ], - [ - -117.28605171799995, - 33.93167757200007 - ], - [ - -117.28605102399996, - 33.93167702000005 - ], - [ - -117.28605084599997, - 33.931676879000065 - ], - [ - -117.28605053099994, - 33.93167662900004 - ], - [ - -117.28605005299994, - 33.93167624900008 - ], - [ - -117.286049973, - 33.93167618600006 - ], - [ - -117.286049559, - 33.93167585900005 - ], - [ - -117.28604908999995, - 33.931675486000074 - ], - [ - -117.28604858799997, - 33.93167508800008 - ], - [ - -117.28604822699998, - 33.93167480200003 - ], - [ - -117.28604809599994, - 33.93167469700006 - ], - [ - -117.28604761599996, - 33.931674317000045 - ], - [ - -117.28604664499994, - 33.93167354700006 - ], - [ - -117.28604648099997, - 33.93167341700007 - ], - [ - -117.28604605099997, - 33.93167307500005 - ], - [ - -117.286045673, - 33.93167277600003 - ], - [ - -117.28604560799994, - 33.931672724000066 - ], - [ - -117.28604517999997, - 33.93167238500007 - ], - [ - -117.28604473599995, - 33.93167203100006 - ], - [ - -117.28604470199997, - 33.93167200400006 - ], - [ - -117.28604430599995, - 33.93167169000003 - ], - [ - -117.28604421099999, - 33.93167161500003 - ], - [ - -117.28604387599995, - 33.931671349000055 - ], - [ - -117.28604343299997, - 33.93167099800007 - ], - [ - -117.286043238, - 33.93167084400005 - ], - [ - -117.28604255999994, - 33.93167030500007 - ], - [ - -117.28604226699997, - 33.93167007200003 - ], - [ - -117.28604212999994, - 33.93166996400004 - ], - [ - -117.28604168799995, - 33.931669613000054 - ], - [ - -117.286040803, - 33.93166891100003 - ], - [ - -117.28604037199995, - 33.93166856800008 - ], - [ - -117.286039943, - 33.931668227000046 - ], - [ - -117.28603983199997, - 33.93166813900007 - ], - [ - -117.28603935399997, - 33.93166776000004 - ], - [ - -117.28603886099995, - 33.931667368000035 - ], - [ - -117.286038368, - 33.93166697700008 - ], - [ - -117.28603819699998, - 33.93166684200003 - ], - [ - -117.28603788999999, - 33.93166659800005 - ], - [ - -117.28603775399995, - 33.931666490000055 - ], - [ - -117.28603739699997, - 33.931666207000035 - ], - [ - -117.28603689199997, - 33.93166580700006 - ], - [ - -117.28603642599995, - 33.93166543700005 - ], - [ - -117.28603600899999, - 33.931665106000025 - ], - [ - -117.28603557899999, - 33.93166476600004 - ], - [ - -117.28603545399994, - 33.931664666000074 - ], - [ - -117.28603513599995, - 33.93166441400007 - ], - [ - -117.28603496099998, - 33.93166427500006 - ], - [ - -117.28603470599995, - 33.931664073000036 - ], - [ - -117.28603448299998, - 33.93166389500004 - ], - [ - -117.28603426399997, - 33.931663721000064 - ], - [ - -117.28603398999996, - 33.93166350400003 - ], - [ - -117.28603351199996, - 33.93166312300008 - ], - [ - -117.28603339099999, - 33.93166302800006 - ], - [ - -117.28603302, - 33.93166273200006 - ], - [ - -117.28603294899995, - 33.93166267600003 - ], - [ - -117.28603253399996, - 33.93166234600005 - ], - [ - -117.28603209, - 33.93166199500007 - ], - [ - -117.28603204799998, - 33.93166196100003 - ], - [ - -117.28603155599995, - 33.931661570000074 - ], - [ - -117.28603121699996, - 33.93166130100008 - ], - [ - -117.28603107599997, - 33.931661191000046 - ], - [ - -117.28603058299996, - 33.93166080100008 - ], - [ - -117.286030343, - 33.93166061000005 - ], - [ - -117.28603010499995, - 33.93166042000007 - ], - [ - -117.286029612, - 33.93166002800007 - ], - [ - -117.28602947, - 33.93165991600006 - ], - [ - -117.28602864199996, - 33.931659258000025 - ], - [ - -117.28602859799997, - 33.931659223000054 - ], - [ - -117.28602815999994, - 33.93165887500004 - ], - [ - -117.28602772699998, - 33.93165853100004 - ], - [ - -117.28602767099994, - 33.93165848700005 - ], - [ - -117.28602728399994, - 33.931658180000056 - ], - [ - -117.28602719199995, - 33.93165810600004 - ], - [ - -117.28602684199996, - 33.93165782700004 - ], - [ - -117.28602641199996, - 33.93165748600006 - ], - [ - -117.28602622099999, - 33.93165733500007 - ], - [ - -117.28602572899996, - 33.93165694400005 - ], - [ - -117.28602553899998, - 33.93165679400005 - ], - [ - -117.28602524999997, - 33.931656565000026 - ], - [ - -117.28602475799994, - 33.93165617400007 - ], - [ - -117.28602422299997, - 33.93165575000006 - ], - [ - -117.28602379999995, - 33.931655413000044 - ], - [ - -117.28602335, - 33.93165505700006 - ], - [ - -117.286023307, - 33.931655023000076 - ], - [ - -117.28602290699996, - 33.93165470500003 - ], - [ - -117.28602246499997, - 33.931654355000035 - ], - [ - -117.28602233599997, - 33.93165425300003 - ], - [ - -117.28602203499997, - 33.93165401300007 - ], - [ - -117.28602185799997, - 33.93165387300007 - ], - [ - -117.28602159199994, - 33.93165366200003 - ], - [ - -117.28602136499995, - 33.93165348200006 - ], - [ - -117.28602088599996, - 33.93165310100005 - ], - [ - -117.28602072099994, - 33.93165296900003 - ], - [ - -117.286020394, - 33.93165271100003 - ], - [ - -117.28602027699998, - 33.931652617000054 - ], - [ - -117.28601941399995, - 33.93165193200008 - ], - [ - -117.28601895199995, - 33.931651567000074 - ], - [ - -117.28601853199996, - 33.931651233000025 - ], - [ - -117.28601845099996, - 33.93165116900008 - ], - [ - -117.28601797099998, - 33.93165078800007 - ], - [ - -117.286017658, - 33.93165054000008 - ], - [ - -117.28601747999994, - 33.931650398000045 - ], - [ - -117.28601722899998, - 33.931650199000046 - ], - [ - -117.286017002, - 33.93165001800003 - ], - [ - -117.286016357, - 33.93164950600004 - ], - [ - -117.28601603099997, - 33.93164924700005 - ], - [ - -117.28601553699997, - 33.93164885600004 - ], - [ - -117.28601548399996, - 33.93164881400003 - ], - [ - -117.28601505699999, - 33.93164847500003 - ], - [ - -117.28601461099998, - 33.93164812100002 - ], - [ - -117.28601456599995, - 33.93164808500006 - ], - [ - -117.28601418199997, - 33.93164777900006 - ], - [ - -117.28601408799994, - 33.931647705000046 - ], - [ - -117.28601373999999, - 33.931647428000076 - ], - [ - -117.28601359499999, - 33.93164731400003 - ], - [ - -117.28601330899994, - 33.931647088000034 - ], - [ - -117.286013116, - 33.93164693500006 - ], - [ - -117.28601262299998, - 33.931646544000046 - ], - [ - -117.28601243599996, - 33.93164639500003 - ], - [ - -117.28601214499997, - 33.93164616300004 - ], - [ - -117.28601156499997, - 33.931645702000026 - ], - [ - -117.28601117399995, - 33.931645391000075 - ], - [ - -117.28601068699999, - 33.931645005000064 - ], - [ - -117.28601020399998, - 33.93164462100003 - ], - [ - -117.28600981999995, - 33.93164431500003 - ], - [ - -117.28600972599997, - 33.93164424100007 - ], - [ - -117.28600923199997, - 33.93164384900007 - ], - [ - -117.28600894699997, - 33.93164362300007 - ], - [ - -117.28600873999994, - 33.93164345800005 - ], - [ - -117.28600826099995, - 33.931643078000036 - ], - [ - -117.28600806299994, - 33.93164292100005 - ], - [ - -117.28600778199996, - 33.931642699000065 - ], - [ - -117.28600729099998, - 33.93164230800005 - ], - [ - -117.28600718899997, - 33.931642227000054 - ], - [ - -117.28600679699997, - 33.931641916000046 - ], - [ - -117.28600631899997, - 33.931641537000075 - ], - [ - -117.28600587399995, - 33.93164118400006 - ], - [ - -117.28600582599995, - 33.93164114500007 - ], - [ - -117.28600542999999, - 33.93164083200003 - ], - [ - -117.28600534799995, - 33.931640766000044 - ], - [ - -117.28600500199997, - 33.93164049200004 - ], - [ - -117.28600485599998, - 33.93164037500003 - ], - [ - -117.28600457199997, - 33.93164015000008 - ], - [ - -117.28600437699998, - 33.93163999500007 - ], - [ - -117.286004129, - 33.93163979800005 - ], - [ - -117.28600388399997, - 33.93163960500004 - ], - [ - -117.28600368599996, - 33.931639447000066 - ], - [ - -117.28600325599996, - 33.931639107000024 - ], - [ - -117.28600281299998, - 33.93163875500005 - ], - [ - -117.28600236999995, - 33.93163840400007 - ], - [ - -117.28600194099994, - 33.93163806300004 - ], - [ - -117.28599263299998, - 33.931630675000065 - ], - [ - -117.28595923499995, - 33.931604820000075 - ], - [ - -117.28595773099994, - 33.931605895000075 - ], - [ - -117.28565991599999, - 33.93179001000004 - ], - [ - -117.28565745399999, - 33.93179180800007 - ], - [ - -117.28559672399996, - 33.93179236200007 - ], - [ - -117.28553346799998, - 33.931792735000045 - ], - [ - -117.28552918399998, - 33.931792761000054 - ], - [ - -117.28552490199996, - 33.93179278500003 - ], - [ - -117.28552062399996, - 33.93179281100004 - ], - [ - -117.28551634599995, - 33.93179283500007 - ], - [ - -117.285512069, - 33.93179286000003 - ], - [ - -117.28550779199998, - 33.93179288600004 - ], - [ - -117.28550351399997, - 33.93179291000007 - ], - [ - -117.28549923599996, - 33.93179293600008 - ], - [ - -117.28549496099998, - 33.93179296000005 - ], - [ - -117.28549066999994, - 33.93179298600006 - ], - [ - -117.28548639299999, - 33.93179301200007 - ], - [ - -117.285482103, - 33.931793037000034 - ], - [ - -117.28547782699997, - 33.931793062000054 - ], - [ - -117.28547354899996, - 33.931793087000074 - ], - [ - -117.28546927099995, - 33.93179311200004 - ], - [ - -117.28546499499998, - 33.93179313700006 - ], - [ - -117.28546071699998, - 33.931793162000076 - ], - [ - -117.28545216299995, - 33.93179321300005 - ], - [ - -117.28544788599999, - 33.93179323800007 - ], - [ - -117.285381724, - 33.93179363100006 - ], - [ - -117.28531528999997, - 33.931794024000055 - ], - [ - -117.28531101199997, - 33.931794049000075 - ], - [ - -117.28530673399996, - 33.93179407400004 - ], - [ - -117.28530245699994, - 33.93179409900006 - ], - [ - -117.28529817999998, - 33.93179412500007 - ], - [ - -117.28529390399996, - 33.93179414900004 - ], - [ - -117.28528962599995, - 33.93179417500005 - ], - [ - -117.28528534799995, - 33.931794199000024 - ], - [ - -117.28528107099999, - 33.93179422400004 - ], - [ - -117.28527679299998, - 33.93179425000005 - ], - [ - -117.28527251599996, - 33.931794274000026 - ], - [ - -117.28526823899995, - 33.931794300000035 - ], - [ - -117.28526396199999, - 33.931794324000066 - ], - [ - -117.28525968399998, - 33.931794350000075 - ], - [ - -117.28525540599998, - 33.93179437500004 - ], - [ - -117.28525112999995, - 33.93179440000006 - ], - [ - -117.285246853, - 33.93179442500008 - ], - [ - -117.285242574, - 33.93179445100003 - ], - [ - -117.28523829799997, - 33.93179447600005 - ], - [ - -117.28523402099995, - 33.93179450100007 - ], - [ - -117.28522974299995, - 33.93179452700008 - ], - [ - -117.28516579899997, - 33.93179490800003 - ], - [ - -117.285101425, - 33.931795288000046 - ], - [ - -117.28509714799998, - 33.931795313000066 - ], - [ - -117.28509286999997, - 33.93179533800003 - ], - [ - -117.28508859199997, - 33.93179536300005 - ], - [ - -117.28508431499995, - 33.93179538800007 - ], - [ - -117.28508003699994, - 33.93179541300003 - ], - [ - -117.28507575999998, - 33.93179543800005 - ], - [ - -117.28507148399996, - 33.93179546300007 - ], - [ - -117.285062929, - 33.931795514000044 - ], - [ - -117.28505865099999, - 33.93179553900006 - ], - [ - -117.28505437399997, - 33.93179556500007 - ], - [ - -117.28505009599996, - 33.931795589000046 - ], - [ - -117.28504581899995, - 33.931795614000066 - ], - [ - -117.28504154299998, - 33.93179563900003 - ], - [ - -117.28503298699997, - 33.93179569100005 - ], - [ - -117.28502870899996, - 33.93179571500008 - ], - [ - -117.28502443199994, - 33.93179574000004 - ], - [ - -117.28502015499998, - 33.93179576600005 - ], - [ - -117.28501587699998, - 33.931795790000024 - ], - [ - -117.28494987699997, - 33.931796183000074 - ], - [ - -117.28484087799995, - 33.93179682600004 - ], - [ - -117.28473395199995, - 33.93179745900005 - ], - [ - -117.28466941599999, - 33.93179783900007 - ], - [ - -117.28466513899997, - 33.93179786500008 - ], - [ - -117.28465658599998, - 33.93179791500006 - ], - [ - -117.28465230799998, - 33.931797940000024 - ], - [ - -117.28464375299995, - 33.931797990000064 - ], - [ - -117.28463519799999, - 33.931798041000036 - ], - [ - -117.28462664399996, - 33.93179809000003 - ], - [ - -117.28462236599995, - 33.93179811600004 - ], - [ - -117.28461382399996, - 33.93179816700007 - ], - [ - -117.28460099199998, - 33.93179824200007 - ], - [ - -117.28459671499996, - 33.93179826700003 - ], - [ - -117.28459243699996, - 33.93179829200005 - ], - [ - -117.284583882, - 33.931798343000025 - ], - [ - -117.28451802799998, - 33.93179873200006 - ], - [ - -117.28449442399994, - 33.93179887100007 - ], - [ - -117.28442986399995, - 33.931799252000076 - ], - [ - -117.28442558599994, - 33.93179927700004 - ], - [ - -117.28441703099998, - 33.93179932800007 - ], - [ - -117.28440847699994, - 33.93179937800005 - ], - [ - -117.28440419999998, - 33.93179940400006 - ], - [ - -117.28439992199998, - 33.93179942900008 - ], - [ - -117.28439564499996, - 33.93179945400004 - ], - [ - -117.28439136799994, - 33.93179947900006 - ], - [ - -117.28438707799995, - 33.931799504000026 - ], - [ - -117.28438280199998, - 33.931799530000035 - ], - [ - -117.28437424699996, - 33.931799580000074 - ], - [ - -117.28436996899995, - 33.93179960600003 - ], - [ - -117.28430210299996, - 33.93180000700005 - ], - [ - -117.284237422, - 33.931800388000056 - ], - [ - -117.28423314399998, - 33.931800413000076 - ], - [ - -117.28422458999995, - 33.93180046400005 - ], - [ - -117.28422031199995, - 33.93180048900007 - ], - [ - -117.28421603399994, - 33.93180051400003 - ], - [ - -117.2842117499999, - 33.93180054000004 - ], - [ - -117.28420746899997, - 33.93180056500006 - ], - [ - -117.28420319099996, - 33.93180059000008 - ], - [ - -117.28419890099997, - 33.93180061600003 - ], - [ - -117.284190347, - 33.93180066600007 - ], - [ - -117.28418606899999, - 33.931800691000035 - ], - [ - -117.28417323699995, - 33.93180076700003 - ], - [ - -117.28416896099998, - 33.93180079200005 - ], - [ - -117.28416040599996, - 33.931800843000076 - ], - [ - -117.28415184999994, - 33.93180089400005 - ], - [ - -117.28413831999995, - 33.931800974000055 - ], - [ - -117.28408618099996, - 33.93180128100005 - ], - [ - -117.28401920599998, - 33.93180167500003 - ], - [ - -117.28401492899997, - 33.93180170000005 - ], - [ - -117.28401065099996, - 33.93180172500007 - ], - [ - -117.28400636799995, - 33.931801750000034 - ], - [ - -117.28400209699998, - 33.931801775000054 - ], - [ - -117.28399781399997, - 33.93180180000007 - ], - [ - -117.28399354299995, - 33.931801825000036 - ], - [ - -117.28398925799996, - 33.931801851000046 - ], - [ - -117.28398498699994, - 33.931801876000065 - ], - [ - -117.28398070399999, - 33.93180190100003 - ], - [ - -117.28397642699997, - 33.93180192600005 - ], - [ - -117.28397214299997, - 33.93180195100007 - ], - [ - -117.28396787899999, - 33.93180197700008 - ], - [ - -117.28396359499999, - 33.93180200200004 - ], - [ - -117.28395931699998, - 33.93180202700006 - ], - [ - -117.28395503399997, - 33.93180205200008 - ], - [ - -117.28395076199996, - 33.93180207700004 - ], - [ - -117.28394647899995, - 33.93180210300005 - ], - [ - -117.283942202, - 33.931802127000026 - ], - [ - -117.28393792599996, - 33.931802153000035 - ], - [ - -117.28387025599994, - 33.93180255300007 - ], - [ - -117.28380531599998, - 33.931802936000054 - ], - [ - -117.28380103899997, - 33.93180296100007 - ], - [ - -117.28379675499997, - 33.93180298600004 - ], - [ - -117.28379247799995, - 33.931803011000056 - ], - [ - -117.28378820899997, - 33.931803036000076 - ], - [ - -117.28378392399998, - 33.93180306200003 - ], - [ - -117.28377965299995, - 33.93180308700005 - ], - [ - -117.28377536799997, - 33.93180311200007 - ], - [ - -117.28376681399999, - 33.93180316200005 - ], - [ - -117.28376253799996, - 33.93180318800006 - ], - [ - -117.28375826099995, - 33.931803212000034 - ], - [ - -117.283753989, - 33.93180323800004 - ], - [ - -117.283749705, - 33.93180326400005 - ], - [ - -117.28374543399997, - 33.931803288000026 - ], - [ - -117.28374328499996, - 33.93180330100006 - ], - [ - -117.28374114999997, - 33.931803314000035 - ], - [ - -117.28373687899995, - 33.931803338000066 - ], - [ - -117.28373260299998, - 33.931803364000075 - ], - [ - -117.28372832499997, - 33.93180338800005 - ], - [ - -117.28372404799995, - 33.93180341400006 - ], - [ - -117.28371975899995, - 33.93180343900008 - ], - [ - -117.28365433199997, - 33.93180382600008 - ], - [ - -117.28359142799997, - 33.931804197000076 - ], - [ - -117.28358717499998, - 33.93180422200004 - ], - [ - -117.28358288499999, - 33.93180424800005 - ], - [ - -117.28357860799997, - 33.93180427300007 - ], - [ - -117.28357005299995, - 33.93180432400004 - ], - [ - -117.28356577499994, - 33.93180434800007 - ], - [ - -117.28356149899997, - 33.93180437400002 - ], - [ - -117.28355722099997, - 33.931804398000054 - ], - [ - -117.28355294399995, - 33.93180442400006 - ], - [ - -117.28354866599994, - 33.93180444800004 - ], - [ - -117.28354441399995, - 33.931804474000046 - ], - [ - -117.28354013599994, - 33.931804498000076 - ], - [ - -117.283540099, - 33.931804498000076 - ], - [ - -117.283535858, - 33.93180452300004 - ], - [ - -117.28353582199998, - 33.93180452300004 - ], - [ - -117.28353158199997, - 33.93180454800006 - ], - [ - -117.28353154699994, - 33.93180454800006 - ], - [ - -117.28352730399996, - 33.93180457300008 - ], - [ - -117.28352299099998, - 33.93180459900003 - ], - [ - -117.28351874999998, - 33.93180462400005 - ], - [ - -117.28351447899996, - 33.93180464900007 - ], - [ - -117.28351443599996, - 33.93180464900007 - ], - [ - -117.28351020699995, - 33.931804674000034 - ], - [ - -117.28351015899995, - 33.93180467500002 - ], - [ - -117.28350592899994, - 33.93180470000004 - ], - [ - -117.28350588099994, - 33.93180470100003 - ], - [ - -117.28343840799994, - 33.93180509900003 - ], - [ - -117.28337334499997, - 33.93180548200007 - ], - [ - -117.28336906699997, - 33.931805507000036 - ], - [ - -117.28336479199999, - 33.931805532000055 - ], - [ - -117.28336051499997, - 33.931805557000075 - ], - [ - -117.28335623699996, - 33.93180558200004 - ], - [ - -117.28335617599998, - 33.93180558200004 - ], - [ - -117.28335195899996, - 33.93180560600007 - ], - [ - -117.28334768199994, - 33.93180563200008 - ], - [ - -117.283343404, - 33.93180565700004 - ], - [ - -117.28333912699998, - 33.93180568200006 - ], - [ - -117.28333485099995, - 33.931805707000024 - ], - [ - -117.28333057299994, - 33.93180573200004 - ], - [ - -117.28332629499994, - 33.93180575700006 - ], - [ - -117.28332201799998, - 33.931805782000026 - ], - [ - -117.28331774799994, - 33.931805807000046 - ], - [ - -117.28331347599999, - 33.931805832000066 - ], - [ - -117.28330919799998, - 33.93180585700003 - ], - [ - -117.28330491999998, - 33.93180588100006 - ], - [ - -117.28330484999998, - 33.93180588200005 - ], - [ - -117.28330064399995, - 33.93180590700007 - ], - [ - -117.28329636599995, - 33.93180593100004 - ], - [ - -117.28329208799994, - 33.93180595700005 - ], - [ - -117.28322403399994, - 33.93180636100004 - ], - [ - -117.28322469899996, - 33.93186088600004 - ], - [ - -117.28322474199996, - 33.931864451000024 - ], - [ - -117.28322478499996, - 33.931868017000056 - ], - [ - -117.28322482799996, - 33.93187158000006 - ], - [ - -117.28322487099996, - 33.93187514600004 - ], - [ - -117.28322491399996, - 33.931878711000024 - ], - [ - -117.28322495699996, - 33.93188227600007 - ], - [ - -117.283225, - 33.93188584100005 - ], - [ - -117.28322504299996, - 33.93188940600004 - ], - [ - -117.28322508599996, - 33.93189297200007 - ], - [ - -117.28322517299995, - 33.93190010300003 - ], - [ - -117.28322521599995, - 33.931903668000075 - ], - [ - -117.28322525899995, - 33.93190723300006 - ], - [ - -117.28322530199995, - 33.93191079800005 - ], - [ - -117.283225346, - 33.93191436300003 - ], - [ - -117.28322538999998, - 33.931917929000065 - ], - [ - -117.28322543299998, - 33.93192149500004 - ], - [ - -117.28322547699997, - 33.931925060000026 - ], - [ - -117.28322551899998, - 33.93192862500007 - ], - [ - -117.28322556299997, - 33.931932191000044 - ], - [ - -117.28322560599997, - 33.931935757000076 - ], - [ - -117.28322564999996, - 33.93193932200006 - ], - [ - -117.28322569399995, - 33.93194288700005 - ], - [ - -117.28322573799994, - 33.931946452000034 - ], - [ - -117.28322578199999, - 33.931950019000055 - ], - [ - -117.28322582499999, - 33.93195358400004 - ], - [ - -117.28322586799999, - 33.93195714900003 - ], - [ - -117.28322591199998, - 33.93196071500006 - ], - [ - -117.28322595499998, - 33.931964281000035 - ], - [ - -117.28322599699999, - 33.93196784500003 - ], - [ - -117.28322603999999, - 33.931971410000074 - ], - [ - -117.28322608399998, - 33.93197497500006 - ], - [ - -117.28322612799997, - 33.931978541000035 - ], - [ - -117.28322617099997, - 33.93198210600008 - ], - [ - -117.28322621499996, - 33.93198567200005 - ], - [ - -117.28322625899995, - 33.93198923700004 - ], - [ - -117.283226303, - 33.93199280300007 - ], - [ - -117.283226346, - 33.93199636700007 - ], - [ - -117.283226389, - 33.93199993200005 - ], - [ - -117.28322643299998, - 33.93200349800003 - ], - [ - -117.28322647699997, - 33.93200706300007 - ], - [ - -117.28322651899998, - 33.93201062800006 - ], - [ - -117.28322656299997, - 33.93201419400003 - ], - [ - -117.28322660599997, - 33.932017760000065 - ], - [ - -117.28322664899997, - 33.93202132400006 - ], - [ - -117.28322669299996, - 33.93202489000004 - ], - [ - -117.28322673699995, - 33.93202845500008 - ], - [ - -117.28322678099994, - 33.932032020000065 - ], - [ - -117.28322682399994, - 33.93203558500005 - ], - [ - -117.28322686799999, - 33.932039151000026 - ], - [ - -117.28322691199998, - 33.93204271600007 - ], - [ - -117.28322695499998, - 33.932046282000044 - ], - [ - -117.28322699699999, - 33.93204984600004 - ], - [ - -117.28322704099998, - 33.93205341200007 - ], - [ - -117.28322708399998, - 33.93205697800005 - ], - [ - -117.28322717099996, - 33.93206410700003 - ], - [ - -117.28322721399996, - 33.93206767300006 - ], - [ - -117.28322725799995, - 33.93207123800005 - ], - [ - -117.28322730199994, - 33.932074803000035 - ], - [ - -117.283227389, - 33.93208193400005 - ], - [ - -117.283227475, - 33.932089064000024 - ], - [ - -117.28322751899998, - 33.93209262900007 - ], - [ - -117.28322760599997, - 33.93209976000003 - ], - [ - -117.28322764899997, - 33.93210332500007 - ], - [ - -117.28322777899996, - 33.93211402000003 - ], - [ - -117.28322782299995, - 33.93211758600006 - ], - [ - -117.28322791099998, - 33.93212471700008 - ], - [ - -117.283227953, - 33.932128282000065 - ], - [ - -117.28322799699998, - 33.93213184800004 - ], - [ - -117.28322804099997, - 33.932135413000026 - ], - [ - -117.28322808399997, - 33.93213897900006 - ], - [ - -117.28322817099996, - 33.93214610800004 - ], - [ - -117.28322821399996, - 33.93214967400007 - ], - [ - -117.28322830099995, - 33.932156804000044 - ], - [ - -117.28322834499994, - 33.93216037000008 - ], - [ - -117.28322838899999, - 33.93216393600005 - ], - [ - -117.28322843099994, - 33.93216750100004 - ], - [ - -117.28322847499999, - 33.93217106600002 - ], - [ - -117.28322851799999, - 33.93217463000008 - ], - [ - -117.28322856199998, - 33.93217819600005 - ], - [ - -117.28322860499998, - 33.93218176100004 - ], - [ - -117.28322869199997, - 33.932188892000056 - ], - [ - -117.28322873599996, - 33.93219245800003 - ], - [ - -117.28322877899996, - 33.932196023000074 - ], - [ - -117.28322882299994, - 33.93219958800006 - ], - [ - -117.283228867, - 33.932203154000035 - ], - [ - -117.28322891, - 33.93220671800003 - ], - [ - -117.28322895399998, - 33.932210283000074 - ], - [ - -117.28322899699998, - 33.93221384900005 - ], - [ - -117.28322908399997, - 33.93222098000007 - ], - [ - -117.28322912799996, - 33.932224545000054 - ], - [ - -117.28322917199995, - 33.932228112000075 - ], - [ - -117.28322921499995, - 33.93223167700006 - ], - [ - -117.28322925799995, - 33.93223524100006 - ], - [ - -117.28322930099995, - 33.93223880600004 - ], - [ - -117.28322934499994, - 33.932242372000076 - ], - [ - -117.28322938799994, - 33.93224593800005 - ], - [ - -117.28322943099994, - 33.93224950300004 - ], - [ - -117.28322947499998, - 33.93225306800008 - ], - [ - -117.28322951899997, - 33.932256634000055 - ], - [ - -117.28322956199997, - 33.93226019800005 - ], - [ - -117.28322960599996, - 33.93226376400003 - ], - [ - -117.28322964899996, - 33.93226732900007 - ], - [ - -117.28322969299995, - 33.932270896000034 - ], - [ - -117.28322973599995, - 33.93227446100008 - ], - [ - -117.28322977999994, - 33.93227802600006 - ], - [ - -117.28322982299994, - 33.93228159200004 - ], - [ - -117.28322986699999, - 33.93228515800007 - ], - [ - -117.28322990999999, - 33.932288723000056 - ], - [ - -117.28322995399998, - 33.93229228800004 - ], - [ - -117.28322999599999, - 33.93229585300003 - ], - [ - -117.28323004099997, - 33.93229941800007 - ], - [ - -117.28323008399997, - 33.932302983000056 - ], - [ - -117.28323017099996, - 33.932310114000074 - ], - [ - -117.28323021399996, - 33.93231367900006 - ], - [ - -117.28323025799995, - 33.932317245000036 - ], - [ - -117.283230302, - 33.93232081100007 - ], - [ - -117.283230345, - 33.932324375000064 - ], - [ - -117.283230388, - 33.93232794000005 - ], - [ - -117.28323043199998, - 33.932331505000036 - ], - [ - -117.28323047599997, - 33.93233507100007 - ], - [ - -117.28323051799998, - 33.93233863700004 - ], - [ - -117.28323056199997, - 33.93234220200003 - ], - [ - -117.28323060499997, - 33.93234576700007 - ], - [ - -117.28323064899996, - 33.93234933100007 - ], - [ - -117.28323069199996, - 33.932352896000054 - ], - [ - -117.28323073599995, - 33.93235646200003 - ], - [ - -117.2832307799999, - 33.93236002800006 - ], - [ - -117.28323082299994, - 33.93236359300005 - ], - [ - -117.28323086599994, - 33.932367158000034 - ], - [ - -117.28323095199994, - 33.93237429000004 - ], - [ - -117.28323099499994, - 33.93237785400004 - ], - [ - -117.28323103899999, - 33.93238141900002 - ], - [ - -117.28323108299998, - 33.932384984000066 - ], - [ - -117.28323112699996, - 33.93238855000004 - ], - [ - -117.28323117099995, - 33.932392116000074 - ], - [ - -117.28323121399995, - 33.93239568000007 - ], - [ - -117.28323125799994, - 33.932399246000045 - ], - [ - -117.283231302, - 33.93240281200008 - ], - [ - -117.283231345, - 33.93240637500003 - ], - [ - -117.28323138899998, - 33.93240994100006 - ], - [ - -117.28323143199998, - 33.932413507000035 - ], - [ - -117.28323147599997, - 33.93241707200008 - ], - [ - -117.28323151799998, - 33.932420637000064 - ], - [ - -117.28323156199997, - 33.93242420300004 - ], - [ - -117.28323160499997, - 33.932427768000025 - ], - [ - -117.28323164899996, - 33.93243133400006 - ], - [ - -117.28323169299995, - 33.93243489900004 - ], - [ - -117.28323173599995, - 33.93243846300004 - ], - [ - -117.28323178, - 33.93244202900007 - ], - [ - -117.283231823, - 33.93244559400006 - ], - [ - -117.283231866, - 33.93244915900004 - ], - [ - -117.28323190999998, - 33.932452725000076 - ], - [ - -117.28323195399997, - 33.93245629100005 - ], - [ - -117.28323203999997, - 33.93246342100008 - ], - [ - -117.28323208299997, - 33.932466987000055 - ], - [ - -117.28323212599997, - 33.93247055100005 - ], - [ - -117.28323221399995, - 33.93247768200007 - ], - [ - -117.28323225799994, - 33.932481247000055 - ], - [ - -117.28323230099994, - 33.93248481300003 - ], - [ - -117.28323234399994, - 33.93248837800007 - ], - [ - -117.28323242999994, - 33.932495509000034 - ], - [ - -117.28323247299994, - 33.93249907300003 - ], - [ - -117.28323251599994, - 33.932502638000074 - ], - [ - -117.28323255999999, - 33.93250620400005 - ], - [ - -117.28323260399998, - 33.932509769000035 - ], - [ - -117.28323264699998, - 33.93251333400008 - ], - [ - -117.28323269099997, - 33.93251690000005 - ], - [ - -117.28323273499996, - 33.93252046600003 - ], - [ - -117.28323277899995, - 33.93252403100007 - ], - [ - -117.283232823, - 33.93252759500007 - ], - [ - -117.28323290999998, - 33.93253472600003 - ], - [ - -117.28323295399997, - 33.93253829200006 - ], - [ - -117.28323299599998, - 33.93254185700005 - ], - [ - -117.28323304099996, - 33.93254542200003 - ], - [ - -117.28323308299997, - 33.932548988000065 - ], - [ - -117.28323312599997, - 33.93255255300005 - ], - [ - -117.28323316899997, - 33.93255611700005 - ], - [ - -117.28323325599996, - 33.932563248000065 - ], - [ - -117.28323329999995, - 33.93256681300005 - ], - [ - -117.28323338599995, - 33.93257394400007 - ], - [ - -117.28323342999994, - 33.932577510000044 - ], - [ - -117.28323347299994, - 33.93258107400004 - ], - [ - -117.28323351699999, - 33.93258463900003 - ], - [ - -117.28323356099997, - 33.93258820500006 - ], - [ - -117.28323364799996, - 33.93259533500003 - ], - [ - -117.28323369199995, - 33.93259890100006 - ], - [ - -117.28323373499995, - 33.93260246700004 - ], - [ - -117.28323377799995, - 33.932606032000024 - ], - [ - -117.28323386599999, - 33.93261316200005 - ], - [ - -117.28323390999998, - 33.93261672800003 - ], - [ - -117.28323395299998, - 33.932620292000024 - ], - [ - -117.28323399699997, - 33.932623858000056 - ], - [ - -117.28323404099996, - 33.93262742300004 - ], - [ - -117.28323408299997, - 33.932630989000074 - ], - [ - -117.28323416999996, - 33.932638119000046 - ], - [ - -117.28323421299996, - 33.93264168400003 - ], - [ - -117.28323429999995, - 33.93264881400006 - ], - [ - -117.283234344, - 33.932652380000036 - ], - [ - -117.28323438799998, - 33.93265594500008 - ], - [ - -117.28323443099998, - 33.932659510000065 - ], - [ - -117.28323451899996, - 33.93266664200007 - ], - [ - -117.28323456099997, - 33.93267020700006 - ], - [ - -117.28323460399997, - 33.932673771000054 - ], - [ - -117.28323464799996, - 33.93267733700003 - ], - [ - -117.28323473499995, - 33.93268446800005 - ], - [ - -117.28323477799995, - 33.932688032000044 - ], - [ - -117.28323482199994, - 33.932691598000076 - ], - [ - -117.28323486599999, - 33.93269516400005 - ], - [ - -117.28323495299998, - 33.93270229400002 - ], - [ - -117.28323499699997, - 33.932705859000066 - ], - [ - -117.28323504099995, - 33.93270942500004 - ], - [ - -117.28323508299997, - 33.93271298900004 - ], - [ - -117.28323512699995, - 33.93271655500007 - ], - [ - -117.28323516999995, - 33.932720120000056 - ], - [ - -117.28323521399994, - 33.93272368600003 - ], - [ - -117.28323525699994, - 33.932727251000074 - ], - [ - -117.283235301, - 33.93273081600006 - ], - [ - -117.283235344, - 33.932734381000046 - ], - [ - -117.28323543099998, - 33.932741512000064 - ], - [ - -117.28323547399998, - 33.93274507700005 - ], - [ - -117.28323551799997, - 33.932748643000025 - ], - [ - -117.28323556099997, - 33.93275220800007 - ], - [ - -117.28323560399997, - 33.932755772000064 - ], - [ - -117.28323564799996, - 33.93275933800004 - ], - [ - -117.28323569199995, - 33.932762903000025 - ], - [ - -117.28323573499995, - 33.93276646800007 - ], - [ - -117.283235779, - 33.93277003400004 - ], - [ - -117.283235822, - 33.932773600000075 - ], - [ - -117.28323586599998, - 33.93277716500006 - ], - [ - -117.28323590899998, - 33.93278072900006 - ], - [ - -117.28323595299997, - 33.93278429500003 - ], - [ - -117.28323599599997, - 33.932787860000076 - ], - [ - -117.28323608299996, - 33.93279499000005 - ], - [ - -117.28323616999995, - 33.932802122000055 - ], - [ - -117.28323621399994, - 33.93280568700004 - ], - [ - -117.28323625699994, - 33.93280925200003 - ], - [ - -117.28323630099999, - 33.93281281800006 - ], - [ - -117.28323634399999, - 33.932816382000055 - ], - [ - -117.28323638699999, - 33.93281994700004 - ], - [ - -117.28323643099998, - 33.93282351300007 - ], - [ - -117.28323647399998, - 33.93282707800006 - ], - [ - -117.28323651799997, - 33.932830644000035 - ], - [ - -117.28323655999998, - 33.93283420900008 - ], - [ - -117.28323660499996, - 33.93283777400006 - ], - [ - -117.28323664799996, - 33.93284134000004 - ], - [ - -117.28323673499995, - 33.93284846900008 - ], - [ - -117.283236779, - 33.93285203500005 - ], - [ - -117.283236822, - 33.93285560000004 - ], - [ - -117.28323686599998, - 33.93285916600007 - ], - [ - -117.28323690899998, - 33.93286273100006 - ], - [ - -117.28323695299997, - 33.93286629700003 - ], - [ - -117.28323699599997, - 33.932869862000075 - ], - [ - -117.28323703799998, - 33.93287342700006 - ], - [ - -117.28323708199997, - 33.93287699200005 - ], - [ - -117.28323712599996, - 33.93288055800008 - ], - [ - -117.2832371699999, - 33.932884123000065 - ], - [ - -117.28323721299995, - 33.93288768700006 - ], - [ - -117.28323725699994, - 33.93289125300004 - ], - [ - -117.28323730099999, - 33.93289481900007 - ], - [ - -117.28323734399999, - 33.932898384000055 - ], - [ - -117.28323738699999, - 33.93290194900004 - ], - [ - -117.28323743099998, - 33.93290551500007 - ], - [ - -117.28323747399998, - 33.93290908000006 - ], - [ - -117.28323751799996, - 33.932912645000044 - ], - [ - -117.28323756099996, - 33.93291621000003 - ], - [ - -117.28323760499995, - 33.93291977600006 - ], - [ - -117.28323764899994, - 33.93292334100005 - ], - [ - -117.28323769099995, - 33.932926906000034 - ], - [ - -117.28323773499994, - 33.93293047100008 - ], - [ - -117.283237779, - 33.93293403700005 - ], - [ - -117.28323782299998, - 33.93293760200004 - ], - [ - -117.28323786599998, - 33.932941167000024 - ], - [ - -117.28323790899998, - 33.93294473200007 - ], - [ - -117.28323795299997, - 33.93294829800004 - ], - [ - -117.28323799599997, - 33.932951864000074 - ], - [ - -117.28323803899997, - 33.93295542800007 - ], - [ - -117.28323869399998, - 33.93300909000004 - ], - [ - -117.28323988199998, - 33.93310650800004 - ], - [ - -117.28324051799996, - 33.933158648000074 - ], - [ - -117.28324060499995, - 33.933165780000024 - ], - [ - -117.28324064699996, - 33.93316934400008 - ], - [ - -117.28324068999996, - 33.933172909000064 - ], - [ - -117.28324073399995, - 33.93317647500004 - ], - [ - -117.283240778, - 33.93318004100007 - ], - [ - -117.28324145199997, - 33.93323525900007 - ], - [ - -117.28317645899995, - 33.93323565000003 - ], - [ - -117.28317218099994, - 33.93323567500005 - ], - [ - -117.28316790399998, - 33.93323570100006 - ], - [ - -117.28316362599998, - 33.93323572700007 - ], - [ - -117.28315934799997, - 33.933235753000076 - ], - [ - -117.283150794, - 33.93323580500004 - ], - [ - -117.28314651699998, - 33.93323583100005 - ], - [ - -117.28314223999996, - 33.93323585600007 - ], - [ - -117.28313796199996, - 33.933235882000076 - ], - [ - -117.28313368499994, - 33.93323590800003 - ], - [ - -117.28312940799998, - 33.93323593500003 - ], - [ - -117.28312512999997, - 33.93323596000005 - ], - [ - -117.28312085199997, - 33.93323598600006 - ], - [ - -117.28311657499995, - 33.933236012000066 - ], - [ - -117.283112298, - 33.93323603700003 - ], - [ - -117.28310802099998, - 33.93323606300004 - ], - [ - -117.28310374299997, - 33.93323609000004 - ], - [ - -117.28309946599995, - 33.933236116000046 - ], - [ - -117.28309518799995, - 33.933236141000066 - ], - [ - -117.28309090999994, - 33.933236167000075 - ], - [ - -117.28308663399997, - 33.93323619300003 - ], - [ - -117.28308235699996, - 33.93323621800005 - ], - [ - -117.28307807899995, - 33.933236245000046 - ], - [ - -117.283073802, - 33.933236271000055 - ], - [ - -117.28306524599998, - 33.93323632200003 - ], - [ - -117.28306096899996, - 33.93323634800004 - ], - [ - -117.283056693, - 33.933236374000046 - ], - [ - -117.28305241499999, - 33.933236400000055 - ], - [ - -117.28304813699998, - 33.933236426000065 - ], - [ - -117.28304385999996, - 33.933236452000074 - ], - [ - -117.28303958199996, - 33.93323647700004 - ], - [ - -117.28303530499994, - 33.933236503000046 - ], - [ - -117.28303102899997, - 33.933236529000055 - ], - [ - -117.28302675099997, - 33.933236555000065 - ], - [ - -117.28302247299996, - 33.933236581000074 - ], - [ - -117.28301819599994, - 33.933236607000026 - ], - [ - -117.283013918, - 33.933236633000035 - ], - [ - -117.28300964099998, - 33.933236658000055 - ], - [ - -117.28300536399996, - 33.933236684000065 - ], - [ - -117.28300108699995, - 33.933236710000074 - ], - [ - -117.28299680899994, - 33.933236736000026 - ], - [ - -117.282992531, - 33.933236762000035 - ], - [ - -117.28298825399997, - 33.933236788000045 - ], - [ - -117.28298397699996, - 33.933236813000065 - ], - [ - -117.28297542299998, - 33.933236865000026 - ], - [ - -117.28297114499998, - 33.933236892000025 - ], - [ - -117.28296686699997, - 33.933236917000045 - ], - [ - -117.28296258999995, - 33.933236943000054 - ], - [ - -117.28295403399994, - 33.933236994000026 - ], - [ - -117.28294548099996, - 33.933237047000034 - ], - [ - -117.28294120299995, - 33.933237072000054 - ], - [ - -117.28293692699998, - 33.93323709800006 - ], - [ - -117.28293264799998, - 33.93323712400007 - ], - [ - -117.28292836999998, - 33.933237150000025 - ], - [ - -117.28292409299996, - 33.933237175000045 - ], - [ - -117.282919817, - 33.93323720200004 - ], - [ - -117.28291553899999, - 33.93323722800005 - ], - [ - -117.28291126099998, - 33.93323725300007 - ], - [ - -117.28290698399996, - 33.933237279000025 - ], - [ - -117.28289842799995, - 33.93323733100004 - ], - [ - -117.282894151, - 33.93323735700005 - ], - [ - -117.28288559699996, - 33.93323740900007 - ], - [ - -117.28288131999994, - 33.933237434000034 - ], - [ - -117.28287704199994, - 33.93323746000004 - ], - [ - -117.282872764, - 33.93323748600005 - ], - [ - -117.28286420999996, - 33.93323753800007 - ], - [ - -117.28285993299994, - 33.933237564000024 - ], - [ - -117.28285565599998, - 33.93323758900004 - ], - [ - -117.28285137799998, - 33.93323761500005 - ], - [ - -117.28284709999997, - 33.93323764100006 - ], - [ - -117.28284281599997, - 33.93323766700007 - ], - [ - -117.28283853499994, - 33.933237693000024 - ], - [ - -117.282834257, - 33.93323771900003 - ], - [ - -117.28282997899998, - 33.93323774400005 - ], - [ - -117.28282570299996, - 33.93323777000006 - ], - [ - -117.28282142499995, - 33.93323779600007 - ], - [ - -117.282817148, - 33.933237822000024 - ], - [ - -117.28281287099998, - 33.93323784800003 - ], - [ - -117.28280859299997, - 33.93323787400004 - ], - [ - -117.282800039, - 33.93323792500007 - ], - [ - -117.28279576099999, - 33.933237951000024 - ], - [ - -117.28279148299998, - 33.93323797700003 - ], - [ - -117.28278720599997, - 33.93323800300004 - ], - [ - -117.28278292899995, - 33.93323802900005 - ], - [ - -117.28277865099994, - 33.93323805400007 - ], - [ - -117.28277437399998, - 33.933238080000024 - ], - [ - -117.28276581899996, - 33.93323813100005 - ], - [ - -117.28275726499999, - 33.933238182000025 - ], - [ - -117.28274443299995, - 33.933238258000074 - ], - [ - -117.282735877, - 33.933238311000025 - ], - [ - -117.28272732399995, - 33.933238361000065 - ], - [ - -117.28271876899998, - 33.933238413000026 - ], - [ - -117.28271449099998, - 33.933238439000036 - ], - [ - -117.28270593599996, - 33.933238490000065 - ], - [ - -117.28269738199998, - 33.933238542000026 - ], - [ - -117.28269310399997, - 33.933238567000046 - ], - [ - -117.28268882699996, - 33.933238593000056 - ], - [ - -117.282680272, - 33.933238645000074 - ], - [ - -117.28267171799996, - 33.93323869500006 - ], - [ - -117.28266743999995, - 33.933238721000066 - ], - [ - -117.28265888499999, - 33.93323877300003 - ], - [ - -117.28265033099996, - 33.93323882400006 - ], - [ - -117.282641776, - 33.933238876000075 - ], - [ - -117.28263322099997, - 33.93323892600006 - ], - [ - -117.28262894399995, - 33.93323895200007 - ], - [ - -117.28262038899999, - 33.93323900300004 - ], - [ - -117.28261611, - 33.93323902900005 - ], - [ - -117.28260755699995, - 33.93323908000008 - ], - [ - -117.282599001, - 33.93323913100005 - ], - [ - -117.28259472499997, - 33.93323915700006 - ], - [ - -117.28259044799995, - 33.93323918300007 - ], - [ - -117.28258616999995, - 33.93323920900008 - ], - [ - -117.28258189299999, - 33.93323923500003 - ], - [ - -117.28257333699997, - 33.93323928600006 - ], - [ - -117.28256905899997, - 33.93323931200007 - ], - [ - -117.28256478199995, - 33.93323933800008 - ], - [ - -117.28256050599998, - 33.93323936400003 - ], - [ - -117.28255622799998, - 33.93323939000004 - ], - [ - -117.28255195199995, - 33.93323941600005 - ], - [ - -117.28254339499995, - 33.93323946700008 - ], - [ - -117.28253484099997, - 33.93323951700006 - ], - [ - -117.28252628799999, - 33.93323956800003 - ], - [ - -117.282522009, - 33.93323959400004 - ], - [ - -117.28251345399997, - 33.93323964500007 - ], - [ - -117.28250489899995, - 33.933239696000044 - ], - [ - -117.28249634599996, - 33.93323974700007 - ], - [ - -117.28248778999995, - 33.933239799000035 - ], - [ - -117.28247923499998, - 33.933239850000064 - ], - [ - -117.28247068199994, - 33.933239900000046 - ], - [ - -117.28246640299994, - 33.933239926000056 - ], - [ - -117.28245784899997, - 33.93323997700003 - ], - [ - -117.28244929299996, - 33.933240029000046 - ], - [ - -117.28244073899998, - 33.93324007900003 - ], - [ - -117.28243646199996, - 33.93324010500004 - ], - [ - -117.28243219599995, - 33.93324013100005 - ], - [ - -117.28241936299997, - 33.93324020700004 - ], - [ - -117.28241508699995, - 33.93324023300005 - ], - [ - -117.28241080799995, - 33.93324025900006 - ], - [ - -117.28240653199998, - 33.93324028500007 - ], - [ - -117.28239797799995, - 33.93324033600004 - ], - [ - -117.28239369899995, - 33.93324036200005 - ], - [ - -117.28238514399999, - 33.93324041300008 - ], - [ - -117.28238086699997, - 33.93324043900003 - ], - [ - -117.28237658999996, - 33.93324046500004 - ], - [ - -117.28237231299994, - 33.93324049100005 - ], - [ - -117.282368035, - 33.93324051600007 - ], - [ - -117.28236375699998, - 33.93324054200008 - ], - [ - -117.28235947999997, - 33.93324056800003 - ], - [ - -117.28235520299995, - 33.93324059400004 - ], - [ - -117.28235092499995, - 33.93324062000005 - ], - [ - -117.28234664899998, - 33.93324064600006 - ], - [ - -117.28234237099997, - 33.93324067100008 - ], - [ - -117.28233809299996, - 33.93324069700003 - ], - [ - -117.282333817, - 33.93324072300004 - ], - [ - -117.28232953899999, - 33.93324074900005 - ], - [ - -117.28232098399997, - 33.93324080000008 - ], - [ - -117.28231670699995, - 33.93324082500004 - ], - [ - -117.28231242899994, - 33.93324085100005 - ], - [ - -117.28230815299997, - 33.93324087800005 - ], - [ - -117.28230387499997, - 33.93324090300007 - ], - [ - -117.28229959699996, - 33.93324092900008 - ], - [ - -117.28229531999995, - 33.93324095500003 - ], - [ - -117.28229104299999, - 33.93324098000005 - ], - [ - -117.28228676499998, - 33.93324100600006 - ], - [ - -117.28228248799996, - 33.93324103300006 - ], - [ - -117.28227821099995, - 33.93324105800008 - ], - [ - -117.28227393299994, - 33.93324108400003 - ], - [ - -117.282269655, - 33.93324111000004 - ], - [ - -117.28226537899997, - 33.93324113500006 - ], - [ - -117.28226110099996, - 33.93324116100007 - ], - [ - -117.28225254699998, - 33.93324121100005 - ], - [ - -117.28224826899998, - 33.93324123700006 - ], - [ - -117.28224399099997, - 33.93324126300007 - ], - [ - -117.28223971399996, - 33.93324128800003 - ], - [ - -117.28223115999998, - 33.93324133900006 - ], - [ - -117.28222688199997, - 33.933241364000025 - ], - [ - -117.28222260499996, - 33.933241390000035 - ], - [ - -117.28215835299994, - 33.93324177100004 - ], - [ - -117.28209427299998, - 33.93324215600006 - ], - [ - -117.28208999499998, - 33.93324218200007 - ], - [ - -117.28208571799996, - 33.933242208000024 - ], - [ - -117.28208143999996, - 33.933242233000044 - ], - [ - -117.28207716299994, - 33.93324225900005 - ], - [ - -117.28207288599998, - 33.93324228500006 - ], - [ - -117.28206860899996, - 33.93324231100007 - ], - [ - -117.28206433099996, - 33.933242337000024 - ], - [ - -117.28206005399994, - 33.93324236300003 - ], - [ - -117.282055776, - 33.93324238800005 - ], - [ - -117.28204722199996, - 33.93324244000007 - ], - [ - -117.28203866699994, - 33.93324249200003 - ], - [ - -117.28203438999998, - 33.93324251800004 - ], - [ - -117.28203011199997, - 33.93324254300006 - ], - [ - -117.28202583399997, - 33.93324256900007 - ], - [ - -117.28202155599996, - 33.933242595000024 - ], - [ - -117.28201728099998, - 33.93324262100003 - ], - [ - -117.28201300299997, - 33.93324264700004 - ], - [ - -117.28200872499997, - 33.93324267200006 - ], - [ - -117.28200016999995, - 33.933242724000024 - ], - [ - -117.28199589199994, - 33.93324275000003 - ], - [ - -117.28199161499998, - 33.93324277600004 - ], - [ - -117.28198733899995, - 33.93324280200005 - ], - [ - -117.28198306599995, - 33.93324282700007 - ], - [ - -117.28197879599998, - 33.933242853000024 - ], - [ - -117.28197451799997, - 33.933242879000034 - ], - [ - -117.28197023999996, - 33.93324290600003 - ], - [ - -117.281965964, - 33.93324293100005 - ], - [ - -117.28196168599999, - 33.93324295700006 - ], - [ - -117.281957407, - 33.93324298300007 - ], - [ - -117.28195312899999, - 33.933243008000034 - ], - [ - -117.28194885399995, - 33.93324303400004 - ], - [ - -117.28194457599994, - 33.93324306100004 - ], - [ - -117.28194029799994, - 33.93324308600006 - ], - [ - -117.28193602199997, - 33.93324311200007 - ], - [ - -117.28193174299997, - 33.933243137000034 - ], - [ - -117.28192746499997, - 33.93324316300004 - ], - [ - -117.28192318899994, - 33.93324318900005 - ], - [ - -117.28191891299997, - 33.93324321500006 - ], - [ - -117.28191463399997, - 33.93324324100007 - ], - [ - -117.28190607899995, - 33.93324329200004 - ], - [ - -117.28190180099995, - 33.93324331800005 - ], - [ - -117.28189752499998, - 33.93324334500005 - ], - [ - -117.28189324699997, - 33.93324337000007 - ], - [ - -117.28188896999995, - 33.93324339600008 - ], - [ - -117.28188469199995, - 33.93324342200003 - ], - [ - -117.28188041499999, - 33.93324344700005 - ], - [ - -117.28187613699998, - 33.93324347300006 - ], - [ - -117.28186758299995, - 33.93324352500008 - ], - [ - -117.28185902799999, - 33.93324357600005 - ], - [ - -117.28185475099997, - 33.93324360200006 - ], - [ - -117.28184619599995, - 33.93324365400008 - ], - [ - -117.28184191999998, - 33.93324368000003 - ], - [ - -117.28183764199997, - 33.93324370600004 - ], - [ - -117.28182908699995, - 33.93324375700007 - ], - [ - -117.28182480999999, - 33.93324378400007 - ], - [ - -117.28182053199998, - 33.93324380900003 - ], - [ - -117.28181625399998, - 33.93324383500004 - ], - [ - -117.28181197799995, - 33.93324386100005 - ], - [ - -117.28180769999994, - 33.93324388600007 - ], - [ - -117.28179914599997, - 33.93324393800003 - ], - [ - -117.28179486799996, - 33.93324396400004 - ], - [ - -117.28178631299994, - 33.93324401500007 - ], - [ - -117.28178204699998, - 33.93324404100008 - ], - [ - -117.28177776899997, - 33.93324406700003 - ], - [ - -117.28177349299995, - 33.93324409200005 - ], - [ - -117.28176493799998, - 33.93324414400007 - ], - [ - -117.28176066099996, - 33.93324417000008 - ], - [ - -117.28175638299996, - 33.93324419600003 - ], - [ - -117.28175210499995, - 33.93324422200004 - ], - [ - -117.28174782699995, - 33.93324424700006 - ], - [ - -117.28173927399996, - 33.933244298000034 - ], - [ - -117.28173499599995, - 33.93324432400004 - ], - [ - -117.28172644099999, - 33.93324437500007 - ], - [ - -117.28172216399997, - 33.933244401000024 - ], - [ - -117.28171788699996, - 33.933244427000034 - ], - [ - -117.2817136099999, - 33.93324445300004 - ], - [ - -117.281709332, - 33.93324447900005 - ], - [ - -117.28170505499997, - 33.93324450400007 - ], - [ - -117.28170077699997, - 33.933244530000024 - ], - [ - -117.281692223, - 33.93324458200004 - ], - [ - -117.28168794499999, - 33.93324460800005 - ], - [ - -117.28168366799997, - 33.93324463400006 - ], - [ - -117.28167938999997, - 33.933244659000025 - ], - [ - -117.28167511899994, - 33.933244685000034 - ], - [ - -117.28167084699999, - 33.93324471100004 - ], - [ - -117.28165373799999, - 33.933244814000034 - ], - [ - -117.28164517699997, - 33.93324486500006 - ], - [ - -117.28164089399996, - 33.93324489100007 - ], - [ - -117.281632334, - 33.933244942000044 - ], - [ - -117.28162805099998, - 33.933244968000054 - ], - [ - -117.28162377499996, - 33.93324499300007 - ], - [ - -117.28161949599996, - 33.933245019000026 - ], - [ - -117.28161521699997, - 33.933245045000035 - ], - [ - -117.28160666399998, - 33.933245095000075 - ], - [ - -117.28160237399999, - 33.93324512100003 - ], - [ - -117.28159381399996, - 33.933245172000056 - ], - [ - -117.28158953099995, - 33.933245198000066 - ], - [ - -117.28158525299995, - 33.93324522300003 - ], - [ - -117.28158097599999, - 33.93324525000003 - ], - [ - -117.28157669799998, - 33.93324527600004 - ], - [ - -117.28157242099996, - 33.933245301000056 - ], - [ - -117.281568145, - 33.933245327000066 - ], - [ - -117.28156386699999, - 33.933245353000075 - ], - [ - -117.28155958899998, - 33.93324537900003 - ], - [ - -117.28155531199997, - 33.93324540500004 - ], - [ - -117.281546758, - 33.933245455000076 - ], - [ - -117.28154247999998, - 33.93324548100003 - ], - [ - -117.28153392499996, - 33.93324553100007 - ], - [ - -117.28152964699996, - 33.93324555700008 - ], - [ - -117.28152108199998, - 33.93324560900004 - ], - [ - -117.28151680399998, - 33.93324563500005 - ], - [ - -117.28150824899996, - 33.93324568600008 - ], - [ - -117.28149969499998, - 33.93324573600006 - ], - [ - -117.28149541799996, - 33.93324576200007 - ], - [ - -117.28148258599998, - 33.93324583800006 - ], - [ - -117.28147829499994, - 33.93324586400007 - ], - [ - -117.28147401999996, - 33.93324589000002 - ], - [ - -117.28146974199996, - 33.93324591600003 - ], - [ - -117.28146545199996, - 33.93324594100005 - ], - [ - -117.28146117499995, - 33.93324596700006 - ], - [ - -117.28145689899998, - 33.93324599300007 - ], - [ - -117.28145261999998, - 33.93324601900002 - ], - [ - -117.28144834299997, - 33.93324604400004 - ], - [ - -117.28144406599995, - 33.93324607000005 - ], - [ - -117.28143978799994, - 33.93324609600006 - ], - [ - -117.28143551, - 33.93324612200007 - ], - [ - -117.28143123399997, - 33.93324614800002 - ], - [ - -117.28142695599996, - 33.93324617300004 - ], - [ - -117.28142268399995, - 33.93324619900005 - ], - [ - -117.28141413699996, - 33.933246250000025 - ], - [ - -117.28140985799996, - 33.933246276000034 - ], - [ - -117.28140557999996, - 33.93324630200004 - ], - [ - -117.28140130299994, - 33.93324632700006 - ], - [ - -117.28139274899996, - 33.933246378000035 - ], - [ - -117.281388473, - 33.933246404000045 - ], - [ - -117.281379916, - 33.933246455000074 - ], - [ - -117.28137563899998, - 33.933246481000026 - ], - [ - -117.28136708399995, - 33.933246532000055 - ], - [ - -117.28136280899997, - 33.933246557000075 - ], - [ - -117.28135852999998, - 33.93324658300003 - ], - [ - -117.28135425199997, - 33.93324660800005 - ], - [ - -117.28134569799994, - 33.933246659000076 - ], - [ - -117.28134142, - 33.93324668500003 - ], - [ - -117.28133286599996, - 33.93324673600006 - ], - [ - -117.28132858799995, - 33.93324676200007 - ], - [ - -117.28132430999995, - 33.93324678700003 - ], - [ - -117.28132003399998, - 33.93324681300004 - ], - [ - -117.28131147799996, - 33.93324686400007 - ], - [ - -117.28130292399999, - 33.93324691500004 - ], - [ - -117.28129436999996, - 33.93324696500002 - ], - [ - -117.28129009199995, - 33.93324699100003 - ], - [ - -117.28128153699998, - 33.93324704200006 - ], - [ - -117.28127725899998, - 33.933247067000025 - ], - [ - -117.28127298299995, - 33.933247093000034 - ], - [ - -117.281268706, - 33.93324712000003 - ], - [ - -117.28126442799999, - 33.93324714500005 - ], - [ - -117.28126015, - 33.93324717100006 - ], - [ - -117.28125587199997, - 33.933247196000025 - ], - [ - -117.28125159499996, - 33.933247222000034 - ], - [ - -117.28124731899999, - 33.93324724900003 - ], - [ - -117.28124304099998, - 33.93324727400005 - ], - [ - -117.28123876399997, - 33.93324730000006 - ], - [ - -117.28123448599996, - 33.933247325000025 - ], - [ - -117.28123020799995, - 33.933247351000034 - ], - [ - -117.28122593199998, - 33.93324737700004 - ], - [ - -117.28122165499997, - 33.93324740300005 - ], - [ - -117.28121737699996, - 33.93324742900006 - ], - [ - -117.28121309999995, - 33.933247454000025 - ], - [ - -117.28120882199994, - 33.933247480000034 - ], - [ - -117.281204544, - 33.93324750600004 - ], - [ - -117.28120026699997, - 33.93324753100006 - ], - [ - -117.28119599099995, - 33.93324755700007 - ], - [ - -117.28119171299994, - 33.933247582000035 - ], - [ - -117.281187435, - 33.933247609000034 - ], - [ - -117.28118315799998, - 33.933247633000065 - ], - [ - -117.28117888, - 33.933247659000074 - ], - [ - -117.28117460299995, - 33.933247685000026 - ], - [ - -117.281170326, - 33.933247710000046 - ], - [ - -117.28116604899998, - 33.933247734000076 - ], - [ - -117.28116177099997, - 33.933247761000075 - ], - [ - -117.28115749399996, - 33.93324778500005 - ], - [ - -117.28115321599995, - 33.93324781100006 - ], - [ - -117.281148939, - 33.93324783700007 - ], - [ - -117.28114466199997, - 33.93324786200003 - ], - [ - -117.28114038399997, - 33.93324788800004 - ], - [ - -117.28107525499996, - 33.93324827300006 - ], - [ - -117.28107458199997, - 33.93319434400007 - ], - [ - -117.28107453699994, - 33.933190780000075 - ], - [ - -117.28107449299995, - 33.93318721500003 - ], - [ - -117.28107444899996, - 33.933183650000046 - ], - [ - -117.28107440499997, - 33.93318008500006 - ], - [ - -117.28107436, - 33.933176520000075 - ], - [ - -117.28107431599994, - 33.93317295500003 - ], - [ - -117.28107427099997, - 33.93316938900006 - ], - [ - -117.28107422699998, - 33.93316582400007 - ], - [ - -117.28107413799995, - 33.93315869300005 - ], - [ - -117.28107409399996, - 33.933155129000056 - ], - [ - -117.28107404999997, - 33.933151563000024 - ], - [ - -117.281074005, - 33.93314799800004 - ], - [ - -117.28107396099995, - 33.93314443200006 - ], - [ - -117.28107391699996, - 33.933140868000066 - ], - [ - -117.28107387199998, - 33.933137302000034 - ], - [ - -117.28107382699994, - 33.93313373400008 - ], - [ - -117.28107378299995, - 33.93313017000003 - ], - [ - -117.28107373799998, - 33.93312660500004 - ], - [ - -117.28107369299994, - 33.933123039000066 - ], - [ - -117.28107364899995, - 33.93311947400008 - ], - [ - -117.28107355999998, - 33.93311234400005 - ], - [ - -117.281073516, - 33.933108778000076 - ], - [ - -117.28107347199995, - 33.93310521300003 - ], - [ - -117.28107342699997, - 33.93310164600007 - ], - [ - -117.28107338199999, - 33.933098080000036 - ], - [ - -117.28107333799994, - 33.93309451600004 - ], - [ - -117.28107329299996, - 33.933090950000064 - ], - [ - -117.28107324899997, - 33.93308738500008 - ], - [ - -117.28107320499998, - 33.933083820000036 - ], - [ - -117.28107315999995, - 33.93308025500005 - ], - [ - -117.28107311599996, - 33.933076689000075 - ], - [ - -117.28107307099998, - 33.93307312300004 - ], - [ - -117.281073027, - 33.933069559000046 - ], - [ - -117.28107298199996, - 33.93306599300007 - ], - [ - -117.28107293699998, - 33.93306242800003 - ], - [ - -117.28107289299999, - 33.93305886400003 - ], - [ - -117.28107284999999, - 33.93305529700007 - ], - [ - -117.28107280399996, - 33.933051732000024 - ], - [ - -117.28107276099996, - 33.93304816800003 - ], - [ - -117.281072715, - 33.93304460200005 - ], - [ - -117.28107266999996, - 33.93304103600008 - ], - [ - -117.28107262599997, - 33.933037472000024 - ], - [ - -117.28107258199998, - 33.93303390700004 - ], - [ - -117.28107253699994, - 33.93303034100006 - ], - [ - -117.28107249199996, - 33.93302677500003 - ], - [ - -117.28107244799997, - 33.933023210000044 - ], - [ - -117.28107240399999, - 33.93301964500006 - ], - [ - -117.28107235899995, - 33.933016079000026 - ], - [ - -117.28107231499996, - 33.93301251400004 - ], - [ - -117.28107227099997, - 33.933008949000055 - ], - [ - -117.28107218199995, - 33.93300182000007 - ], - [ - -117.28107213699997, - 33.93299825400004 - ], - [ - -117.28107209299998, - 33.932994688000065 - ], - [ - -117.28107204799994, - 33.93299112300008 - ], - [ - -117.28107200399995, - 33.932987558000036 - ], - [ - -117.28107195899997, - 33.93298399200006 - ], - [ - -117.28107191499998, - 33.932980427000075 - ], - [ - -117.281071871, - 33.93297686200003 - ], - [ - -117.28107182599996, - 33.932973297000046 - ], - [ - -117.28107178199997, - 33.93296973100007 - ], - [ - -117.28107173899997, - 33.93296616600003 - ], - [ - -117.28107169299994, - 33.932962599000064 - ], - [ - -117.28107164799997, - 33.93295903400008 - ], - [ - -117.28107160399998, - 33.932955468000046 - ], - [ - -117.28107155999999, - 33.93295190400005 - ], - [ - -117.28107151599994, - 33.932948338000074 - ], - [ - -117.28107147099996, - 33.93294477300003 - ], - [ - -117.28107142699997, - 33.932941208000045 - ], - [ - -117.281071382, - 33.93293764200007 - ], - [ - -117.28107133799995, - 33.93293407600004 - ], - [ - -117.28107129299997, - 33.93293051000006 - ], - [ - -117.28107120399994, - 33.932923379000044 - ], - [ - -117.28107115899996, - 33.93291981400006 - ], - [ - -117.28107111499997, - 33.93291624900007 - ], - [ - -117.28107107099999, - 33.93291268300004 - ], - [ - -117.28107102699994, - 33.932909118000055 - ], - [ - -117.28107093799997, - 33.93290198700004 - ], - [ - -117.281070893, - 33.93289842200005 - ], - [ - -117.28107084899995, - 33.932894858000054 - ], - [ - -117.28107080399997, - 33.93289129200008 - ], - [ - -117.28107075999998, - 33.932887727000036 - ], - [ - -117.28107071499994, - 33.93288416100006 - ], - [ - -117.28107067099995, - 33.932880596000075 - ], - [ - -117.28107062699996, - 33.93287703100003 - ], - [ - -117.28107058299997, - 33.93287346500006 - ], - [ - -117.28107053999997, - 33.93286990000007 - ], - [ - -117.28107049599998, - 33.93286633500003 - ], - [ - -117.281070452, - 33.93286277000004 - ], - [ - -117.28107040799995, - 33.93285920500006 - ], - [ - -117.28107036399996, - 33.93285564000007 - ], - [ - -117.281070275, - 33.93284850900005 - ], - [ - -117.28107023099994, - 33.93284494400007 - ], - [ - -117.28107018699995, - 33.932841378000035 - ], - [ - -117.28107014299997, - 33.93283781200006 - ], - [ - -117.28107009899998, - 33.93283424800006 - ], - [ - -117.28107005499999, - 33.93283068300008 - ], - [ - -117.28107001099994, - 33.932827117000045 - ], - [ - -117.28106996699995, - 33.93282355200006 - ], - [ - -117.28106992399995, - 33.93281998600003 - ], - [ - -117.28106987999996, - 33.93281642100004 - ], - [ - -117.28106983599997, - 33.932812857000044 - ], - [ - -117.28106979199998, - 33.93280929200006 - ], - [ - -117.281069748, - 33.932805726000026 - ], - [ - -117.28106970399995, - 33.93280216100004 - ], - [ - -117.28106965999996, - 33.932798596000055 - ], - [ - -117.28106961599997, - 33.93279503000008 - ], - [ - -117.28106895699995, - 33.932742104000056 - ], - [ - -117.28106828299997, - 33.93268800200008 - ], - [ - -117.28106766199994, - 33.932638154000074 - ], - [ - -117.28106761799995, - 33.93263459000008 - ], - [ - -117.28106757299997, - 33.932631025000035 - ], - [ - -117.28106752899998, - 33.93262745900006 - ], - [ - -117.28106743999996, - 33.93262032800004 - ], - [ - -117.28106739499998, - 33.932616763000055 - ], - [ - -117.28106730599995, - 33.93260963400007 - ], - [ - -117.28106726199997, - 33.93260606900003 - ], - [ - -117.28106717299994, - 33.93259893900006 - ], - [ - -117.28106712799996, - 33.93259537300003 - ], - [ - -117.28106708399997, - 33.93259180800004 - ], - [ - -117.28106703999998, - 33.932588244000044 - ], - [ - -117.28106695099996, - 33.932581113000026 - ], - [ - -117.28106690599998, - 33.93257754500007 - ], - [ - -117.28106686199999, - 33.932573981000075 - ], - [ - -117.28106681699995, - 33.93257041500004 - ], - [ - -117.28106677199997, - 33.93256685000006 - ], - [ - -117.28106672799998, - 33.93256328500007 - ], - [ - -117.28106668399994, - 33.93255971900004 - ], - [ - -117.28106659499997, - 33.93255258900007 - ], - [ - -117.28106655099998, - 33.932549024000025 - ], - [ - -117.28106646199996, - 33.932541893000064 - ], - [ - -117.28106641699998, - 33.93253832700003 - ], - [ - -117.28106632799995, - 33.93253119600007 - ], - [ - -117.28106628399996, - 33.932527632000074 - ], - [ - -117.28106623999997, - 33.93252406700003 - ], - [ - -117.281066195, - 33.932520501000056 - ], - [ - -117.28106615099995, - 33.93251693700006 - ], - [ - -117.28106610599997, - 33.93251337100003 - ], - [ - -117.28106606199998, - 33.93250980500005 - ], - [ - -117.281066018, - 33.932506240000066 - ], - [ - -117.28106597299995, - 33.93250267500002 - ], - [ - -117.28106592899996, - 33.93249910900005 - ], - [ - -117.28106588399999, - 33.93249554300007 - ], - [ - -117.2810658399999, - 33.932491980000066 - ], - [ - -117.28106579499996, - 33.932488414000034 - ], - [ - -117.28106574999998, - 33.93248484900005 - ], - [ - -117.281065706, - 33.93248128400006 - ], - [ - -117.28106566199995, - 33.93247771800003 - ], - [ - -117.28106561699997, - 33.932474152000054 - ], - [ - -117.28106557299998, - 33.93247058800006 - ], - [ - -117.28106543999996, - 33.93245989300004 - ], - [ - -117.28106539499998, - 33.93245632700007 - ], - [ - -117.28106535099994, - 33.932452762000025 - ], - [ - -117.28106530599996, - 33.93244919600005 - ], - [ - -117.281065217, - 33.93244206500003 - ], - [ - -117.28106517299994, - 33.932438500000046 - ], - [ - -117.28106508499997, - 33.932431370000074 - ], - [ - -117.28106503999999, - 33.93242780400004 - ], - [ - -117.28106499599994, - 33.932424239000056 - ], - [ - -117.28106495099996, - 33.93242067400007 - ], - [ - -117.28106490699997, - 33.93241710800004 - ], - [ - -117.28106481799995, - 33.93240997800007 - ], - [ - -117.28106477299997, - 33.932406412000034 - ], - [ - -117.28106472899998, - 33.93240284800004 - ], - [ - -117.281064685, - 33.93239928300005 - ], - [ - -117.28106463999995, - 33.93239571700008 - ], - [ - -117.28106459499998, - 33.932392151000045 - ], - [ - -117.28106455099999, - 33.93238858600006 - ], - [ - -117.28106450499996, - 33.93238502100007 - ], - [ - -117.28106445999998, - 33.93238145500004 - ], - [ - -117.28106437099996, - 33.93237432500007 - ], - [ - -117.28106432699997, - 33.932370760000026 - ], - [ - -117.28106428199999, - 33.93236719500004 - ], - [ - -117.28106423799994, - 33.932363630000054 - ], - [ - -117.28106419299996, - 33.93236006400008 - ], - [ - -117.28106414799998, - 33.932356499000036 - ], - [ - -117.28106410399994, - 33.93235293400005 - ], - [ - -117.28106405999995, - 33.932349369000065 - ], - [ - -117.28106401499997, - 33.93234580300003 - ], - [ - -117.28106397099998, - 33.932342239000036 - ], - [ - -117.28106392599994, - 33.93233867300006 - ], - [ - -117.28106388099997, - 33.932335108000075 - ], - [ - -117.28106383599999, - 33.93233154200004 - ], - [ - -117.28106379199994, - 33.93232797700006 - ], - [ - -117.28106370299997, - 33.93232084600004 - ], - [ - -117.28106365899998, - 33.93231728100005 - ], - [ - -117.28106356999996, - 33.932310150000035 - ], - [ - -117.28106352599997, - 33.93230658600004 - ], - [ - -117.28106343699994, - 33.93229945500008 - ], - [ - -117.28106339199996, - 33.932295889000045 - ], - [ - -117.28106334799998, - 33.93229232400006 - ], - [ - -117.28106330399999, - 33.93228875900007 - ], - [ - -117.28106325899995, - 33.93228519400003 - ], - [ - -117.28106321499996, - 33.932281629000045 - ], - [ - -117.28106316999998, - 33.93227806300007 - ], - [ - -117.28106312499995, - 33.93227449700004 - ], - [ - -117.28106307999997, - 33.93227093300004 - ], - [ - -117.28106303499999, - 33.932267368000055 - ], - [ - -117.28106298999995, - 33.93226380300007 - ], - [ - -117.28106294599996, - 33.932260238000026 - ], - [ - -117.28106290199997, - 33.93225667300004 - ], - [ - -117.28106281299995, - 33.93224954400006 - ], - [ - -117.28106276899996, - 33.93224598000006 - ], - [ - -117.28106272399998, - 33.932242415000076 - ], - [ - -117.28106267899994, - 33.93223884900004 - ], - [ - -117.28106263499996, - 33.93223528500005 - ], - [ - -117.28106259099997, - 33.93223172100005 - ], - [ - -117.28106254599999, - 33.932228156000065 - ], - [ - -117.28106250199994, - 33.93222459000003 - ], - [ - -117.28106245799995, - 33.93222102500005 - ], - [ - -117.28106241299997, - 33.93221745900007 - ], - [ - -117.28106232399995, - 33.93221033000003 - ], - [ - -117.28106227999996, - 33.93220676400006 - ], - [ - -117.28106223499998, - 33.932203198000025 - ], - [ - -117.28106214599995, - 33.93219606900004 - ], - [ - -117.28106210199996, - 33.932192505000046 - ], - [ - -117.28106205799997, - 33.93218894000006 - ], - [ - -117.28106201399999, - 33.932185376000064 - ], - [ - -117.28106192499996, - 33.932178247000024 - ], - [ - -117.28106188099997, - 33.93217468200004 - ], - [ - -117.281061836, - 33.93217111600006 - ], - [ - -117.28106174699997, - 33.932163986000035 - ], - [ - -117.28106170299998, - 33.93216042200004 - ], - [ - -117.28106165799994, - 33.93215685700005 - ], - [ - -117.28106161399995, - 33.932153292000066 - ], - [ - -117.28106156999996, - 33.932149727000024 - ], - [ - -117.28106148099994, - 33.93214259600006 - ], - [ - -117.28106143699995, - 33.93213903100008 - ], - [ - -117.28106134799998, - 33.93213190000006 - ], - [ - -117.281061304, - 33.93212833500007 - ], - [ - -117.28106125899996, - 33.93212476900004 - ], - [ - -117.28106117099998, - 33.93211763900007 - ], - [ - -117.28106108199995, - 33.93211050800005 - ], - [ - -117.28106103799996, - 33.932106944000054 - ], - [ - -117.28106099399997, - 33.93210337800008 - ], - [ - -117.28106090499995, - 33.93209624800005 - ], - [ - -117.28106081599998, - 33.93208911700003 - ], - [ - -117.28106072699995, - 33.93208198600007 - ], - [ - -117.28106063799999, - 33.93207485500005 - ], - [ - -117.28106059399994, - 33.93207129100006 - ], - [ - -117.2810605499999, - 33.93206772600007 - ], - [ - -117.28106037199996, - 33.932053464000035 - ], - [ - -117.28106028299999, - 33.93204633300007 - ], - [ - -117.28106019399996, - 33.932039204000034 - ], - [ - -117.28106014999997, - 33.93203563900005 - ], - [ - -117.28106001699996, - 33.932024942000055 - ], - [ - -117.28105997299997, - 33.93202137700007 - ], - [ - -117.28105988399994, - 33.93201424700004 - ], - [ - -117.28105979499998, - 33.93200711600008 - ], - [ - -117.28105970599995, - 33.93199998600005 - ], - [ - -117.28105961699998, - 33.93199285400004 - ], - [ - -117.281059573, - 33.93198928900006 - ], - [ - -117.28105953, - 33.93198572400007 - ], - [ - -117.28105943999998, - 33.93197859500003 - ], - [ - -117.28105935099995, - 33.931971463000025 - ], - [ - -117.28105930799995, - 33.93196789800004 - ], - [ - -117.28105926299997, - 33.93196433300005 - ], - [ - -117.28105917399995, - 33.931957200000056 - ], - [ - -117.28105913, - 33.93195363500007 - ], - [ - -117.28105908599997, - 33.93195007000003 - ], - [ - -117.281058998, - 33.931942940000056 - ], - [ - -117.28105890899997, - 33.93193580900004 - ], - [ - -117.28105886499998, - 33.93193224400005 - ], - [ - -117.28105881999994, - 33.93192867800008 - ], - [ - -117.28105873099997, - 33.93192154800005 - ], - [ - -117.28105868699998, - 33.93191798300006 - ], - [ - -117.28105859799996, - 33.931910852000044 - ], - [ - -117.28105855399997, - 33.93190728700006 - ], - [ - -117.28105851, - 33.931903721000026 - ], - [ - -117.28105842099995, - 33.931896591000054 - ], - [ - -117.28105833199999, - 33.931889460000036 - ], - [ - -117.28105828799994, - 33.93188589600004 - ], - [ - -117.28105824299996, - 33.931882330000064 - ], - [ - -117.28105819899997, - 33.93187876500008 - ], - [ - -117.28105810999995, - 33.93187163400006 - ], - [ - -117.28105806599996, - 33.931868069000075 - ], - [ - -117.28105797699999, - 33.931860939000046 - ], - [ - -117.28105788799996, - 33.93185380800003 - ], - [ - -117.28105784399997, - 33.93185024300004 - ], - [ - -117.28105779899994, - 33.93184667700007 - ], - [ - -117.28105771, - 33.93183954700004 - ], - [ - -117.28105766599998, - 33.93183598200005 - ], - [ - -117.281057622, - 33.93183241700007 - ], - [ - -117.28105753299997, - 33.93182528600005 - ], - [ - -117.28105744399994, - 33.93181815500003 - ], - [ - -117.28105739999995, - 33.93181459200002 - ], - [ - -117.28105731099998, - 33.93180746100006 - ], - [ - -117.281057267, - 33.931803897000066 - ], - [ - -117.28105722199996, - 33.931800331000034 - ], - [ - -117.28105713399998, - 33.93179320000007 - ], - [ - -117.28105709, - 33.93178963500003 - ], - [ - -117.28105704499995, - 33.931786068000065 - ], - [ - -117.28105700099997, - 33.93178250400007 - ], - [ - -117.28105695699998, - 33.931778938000036 - ], - [ - -117.28105691299999, - 33.93177537300005 - ], - [ - -117.28105686899994, - 33.931771808000065 - ], - [ - -117.28105677999997, - 33.93176467700005 - ], - [ - -117.28105673599998, - 33.93176111100007 - ], - [ - -117.281056692, - 33.931757547000075 - ], - [ - -117.281056649, - 33.93175398200003 - ], - [ - -117.28105660499995, - 33.93175041600006 - ], - [ - -117.28105656099996, - 33.931746850000025 - ], - [ - -117.28105651699997, - 33.93174328600003 - ], - [ - -117.28105647299998, - 33.93173972000005 - ], - [ - -117.28105642899999, - 33.93173615500007 - ], - [ - -117.28105638499994, - 33.931732590000024 - ], - [ - -117.28105634099995, - 33.93172902500004 - ], - [ - -117.28105629699996, - 33.93172545900006 - ], - [ - -117.28105625299997, - 33.93172189400008 - ], - [ - -117.28105616399995, - 33.93171476300006 - ], - [ - -117.28105612, - 33.93171119900006 - ], - [ - -117.28105607699996, - 33.93170763400008 - ], - [ - -117.28105603299997, - 33.931704068000045 - ], - [ - -117.28105598899998, - 33.93170050100008 - ], - [ - -117.281055945, - 33.93169693600004 - ], - [ - -117.28105590099995, - 33.93169337000006 - ], - [ - -117.28105585699996, - 33.93168980400003 - ], - [ - -117.28105581299997, - 33.93168624000003 - ], - [ - -117.28105576899998, - 33.93168267500005 - ], - [ - -117.28105572499999, - 33.93167910900007 - ], - [ - -117.28105568099994, - 33.931675545000076 - ], - [ - -117.28105563699995, - 33.93167197900004 - ], - [ - -117.28105559399995, - 33.93166841300007 - ], - [ - -117.28105554999996, - 33.931664848000025 - ], - [ - -117.28105550599997, - 33.93166128300004 - ], - [ - -117.28105546199998, - 33.931657718000054 - ], - [ - -117.281055418, - 33.93165415200008 - ], - [ - -117.28105537399995, - 33.931650588000025 - ], - [ - -117.28105532999996, - 33.93164702200005 - ], - [ - -117.28105528599997, - 33.931643457000064 - ], - [ - -117.28105524199998, - 33.93163989200008 - ], - [ - -117.28105489499995, - 33.931611994000036 - ], - [ - -117.28105475899997, - 33.931601123000064 - ], - [ - -117.28105456499998, - 33.93158548700006 - ], - [ - -117.28105443099997, - 33.93157472300004 - ], - [ - -117.28105432199999, - 33.93156592200006 - ], - [ - -117.2810541599999, - 33.93155298100004 - ], - [ - -117.28105403799998, - 33.931543145000035 - ], - [ - -117.28105387699998, - 33.93153020300008 - ], - [ - -117.28105372699997, - 33.931518168000025 - ], - [ - -117.28105247599996, - 33.93143440100005 - ], - [ - -117.28103943399998, - 33.93143447800003 - ], - [ - -117.28103015399995, - 33.931434531000036 - ], - [ - -117.28103015299996, - 33.93143442100006 - ], - [ - -117.27881366899999, - 33.931447442000035 - ], - [ - -117.27883519599999, - 33.93325285000003 - ], - [ - -117.27883520299997, - 33.93325335000003 - ], - [ - -117.27891839399996, - 33.940229765000026 - ], - [ - -117.27892155399996, - 33.94048197700005 - ], - [ - -117.27892397199997, - 33.94068432500006 - ], - [ - -117.27892586699994, - 33.94084292100007 - ], - [ - -117.27892821999995, - 33.941039800000055 - ], - [ - -117.27893050699998, - 33.94123120800003 - ], - [ - -117.27893233599997, - 33.941384335000066 - ], - [ - -117.27893455799995, - 33.94157027400007 - ], - [ - -117.27893632299998, - 33.941717933000064 - ], - [ - -117.27893841499997, - 33.941892936000045 - ], - [ - -117.278940375, - 33.94205700100002 - ], - [ - -117.27894253199997, - 33.942237472000045 - ], - [ - -117.27894442799999, - 33.94239606700006 - ], - [ - -117.278946454, - 33.94256560100007 - ], - [ - -117.278948674, - 33.94275154200005 - ], - [ - -117.27894963999995, - 33.94283222000007 - ], - [ - -117.27894975399994, - 33.94284178400005 - ], - [ - -117.27894988299994, - 33.94285254300007 - ], - [ - -117.27894999699998, - 33.942862106000064 - ], - [ - -117.278950125, - 33.94287286600007 - ], - [ - -117.27895024399999, - 33.942882792000034 - ], - [ - -117.27895037199994, - 33.94289350500003 - ], - [ - -117.2791595, - 33.942927617000066 - ], - [ - -117.27919639599997, - 33.94293384500003 - ], - [ - -117.28117732599998, - 33.943268225000054 - ], - [ - -117.28247743599997, - 33.94345157500004 - ], - [ - -117.28552501699994, - 33.94398242300008 - ], - [ - -117.28648908599996, - 33.94414646800004 - ], - [ - -117.28747160399996, - 33.944313643000044 - ], - [ - -117.28757325299995, - 33.944330938000064 - ], - [ - -117.287613879, - 33.94433785000007 - ], - [ - -117.28771264899996, - 33.94435465600003 - ], - [ - -117.28781169699994, - 33.944371509000064 - ], - [ - -117.28799317299996, - 33.944402385000046 - ], - [ - -117.28807776999997, - 33.94441677800006 - ], - [ - -117.28864409399995, - 33.944513019000055 - ], - [ - -117.28918273999994, - 33.94460455300003 - ], - [ - -117.28918678899998, - 33.94460546300007 - ], - [ - -117.28930807699999, - 33.944626097000025 - ], - [ - -117.28983646599994, - 33.94474887500007 - ], - [ - -117.289936308, - 33.94477207400007 - ], - [ - -117.29003615099998, - 33.94479527500005 - ], - [ - -117.29089519099995, - 33.94499487600007 - ], - [ - -117.29096000799996, - 33.945010549000074 - ], - [ - -117.29102873399995, - 33.94502261800005 - ], - [ - -117.29104341799996, - 33.94502664600003 - ], - [ - -117.29113790099996, - 33.945052573000055 - ], - [ - -117.29119447299996, - 33.94506795500007 - ], - [ - -117.291322934, - 33.94511195300004 - ], - [ - -117.29138455299994, - 33.945135899000036 - ], - [ - -117.29143660999995, - 33.945158728000024 - ], - [ - -117.29144705999994, - 33.945163311000044 - ], - [ - -117.29144767899999, - 33.94516355800005 - ], - [ - -117.29149580599994, - 33.945184562000065 - ], - [ - -117.29211330399994, - 33.945451054000046 - ], - [ - -117.29211398199999, - 33.94544364800004 - ], - [ - -117.29238558699996, - 33.945545811000045 - ], - [ - -117.29254325699998, - 33.945605503000024 - ], - [ - -117.29263766799994, - 33.945642088000056 - ], - [ - -117.29270381199996, - 33.94565857600003 - ], - [ - -117.29275536499995, - 33.94567133500004 - ], - [ - -117.29290182699998, - 33.945700618000046 - ], - [ - -117.29296888399995, - 33.945710776000055 - ], - [ - -117.29303624399995, - 33.945718732000046 - ], - [ - -117.29310391699994, - 33.945725038000035 - ], - [ - -117.2931718899999, - 33.94572914300005 - ], - [ - -117.29324017099998, - 33.94573132200003 - ], - [ - -117.29330842899998, - 33.94573157700006 - ], - [ - -117.29337535299999, - 33.94572991900003 - ], - [ - -117.29337846399994, - 33.94572989300008 - ], - [ - -117.29338001699995, - 33.945729881000034 - ], - [ - -117.29344524099997, - 33.945729337000046 - ], - [ - -117.29351240099999, - 33.94572053200005 - ], - [ - -117.29358647, - 33.94571057100006 - ], - [ - -117.29366055399998, - 33.94570170900005 - ], - [ - -117.29373497999995, - 33.94569394100006 - ], - [ - -117.29373640799997, - 33.94569389600008 - ], - [ - -117.293746791, - 33.94569275600003 - ], - [ - -117.29383528399995, - 33.94569079100006 - ], - [ - -117.29385528799997, - 33.94569018900006 - ], - [ - -117.293866676, - 33.94569009400004 - ], - [ - -117.29386671999998, - 33.94569009400004 - ], - [ - -117.29392239299995, - 33.94568885800004 - ], - [ - -117.29401456, - 33.94568556200005 - ], - [ - -117.29404048722978, - 33.94568520408852 - ], - [ - -117.2940664160451, - 33.94568499000252 - ], - [ - -117.29409234565172, - 33.945684919746775 - ], - [ - -117.29411827524744, - 33.94568499332126 - ], - [ - -117.29414420403191, - 33.94568521072779 - ], - [ - -117.29417013121753, - 33.9456855719573 - ], - [ - -117.29419605599998, - 33.94568607700006 - ], - [ - -117.29421398999995, - 33.94568637100008 - ], - [ - -117.29428062199997, - 33.94568856200004 - ], - [ - -117.294322992, - 33.945690666000075 - ], - [ - -117.29434693699994, - 33.945691855000064 - ], - [ - -117.29435824999996, - 33.94569255400006 - ], - [ - -117.29435921799995, - 33.94569261300006 - ], - [ - -117.29436479706149, - 33.945692935227 - ], - [ - -117.29437037568643, - 33.94569326485271 - ], - [ - -117.2943759538757, - 33.94569360188324 - ], - [ - -117.29438153161026, - 33.945693946312524 - ], - [ - -117.29438710887918, - 33.94569429814237 - ], - [ - -117.2943926856797, - 33.94569465737159 - ], - [ - -117.29439826199996, - 33.94569502400003 - ], - [ - -117.294413594, - 33.94569597000003 - ], - [ - -117.294424871, - 33.945696862000034 - ], - [ - -117.2944516417886, - 33.94569885851542 - ], - [ - -117.29447840053417, - 33.94570101046611 - ], - [ - -117.29450514633207, - 33.94570331777867 - ], - [ - -117.29453187828038, - 33.94570578037382 - ], - [ - -117.29455859546961, - 33.94570839816788 - ], - [ - -117.29458529701178, - 33.94571117107461 - ], - [ - -117.294611982, - 33.94571409900004 - ], - [ - -117.29462066086148, - 33.94571509360931 - ], - [ - -117.29462933772818, - 33.94571610545336 - ], - [ - -117.29463801257587, - 33.94571713452387 - ], - [ - -117.29464668535728, - 33.94571818081749 - ], - [ - -117.2946553560433, - 33.945719244330576 - ], - [ - -117.29466402460116, - 33.94572032505921 - ], - [ - -117.29467269099996, - 33.945721423000066 - ], - [ - -117.29467802399995, - 33.94572206700008 - ], - [ - -117.29468157499997, - 33.94572255700007 - ], - [ - -117.29468272399998, - 33.94572271100003 - ], - [ - -117.29471020451946, - 33.9457263543839 - ], - [ - -117.29473766215992, - 33.94573016636696 - ], - [ - -117.29476509588856, - 33.94573414680416 - ], - [ - -117.29479250466828, - 33.94573829554428 - ], - [ - -117.29481988746588, - 33.945742612432696 - ], - [ - -117.29484724325211, - 33.9457470973096 - ], - [ - -117.29487457099998, - 33.945751750000056 - ], - [ - -117.29489305311378, - 33.94575499096546 - ], - [ - -117.29491152140444, - 33.94575830980239 - ], - [ - -117.29492997554188, - 33.94576170645632 - ], - [ - -117.29494841519771, - 33.94576518086614 - ], - [ - -117.29496684004089, - 33.9457687329682 - ], - [ - -117.29498524975222, - 33.94577236270171 - ], - [ - -117.29500364399996, - 33.94577607000008 - ], - [ - -117.29500444799999, - 33.945776231000025 - ], - [ - -117.29501005199995, - 33.945777374000045 - ], - [ - -117.29501234989256, - 33.945777844000744 - ], - [ - -117.29501464739594, - 33.945778315904136 - ], - [ - -117.29501694451027, - 33.9457787897154 - ], - [ - -117.29501924122813, - 33.94577926543024 - ], - [ - -117.2950215375459, - 33.94577974304866 - ], - [ - -117.29502383347098, - 33.945780222573134 - ], - [ - -117.29502612899995, - 33.94578070400007 - ], - [ - -117.29502716899998, - 33.94578092100005 - ], - [ - -117.29502942620992, - 33.94578139168528 - ], - [ - -117.29503168301389, - 33.9457818642868 - ], - [ - -117.29503393942649, - 33.94578233880201 - ], - [ - -117.2950361954281, - 33.945782815231716 - ], - [ - -117.29503845102235, - 33.945783293574095 - ], - [ - -117.29504070621796, - 33.945783773830165 - ], - [ - -117.29504296099998, - 33.945784256000024 - ], - [ - -117.29505290301911, - 33.94578638275617 - ], - [ - -117.29506284002983, - 33.94578853280331 - ], - [ - -117.29507277197261, - 33.94579070613144 - ], - [ - -117.29508269879805, - 33.94579290272667 - ], - [ - -117.29509262044431, - 33.9457951225781 - ], - [ - -117.2951025368662, - 33.945797365672306 - ], - [ - -117.29511244799994, - 33.945799632000046 - ], - [ - -117.29513338499999, - 33.94580427600005 - ], - [ - -117.29516353499997, - 33.945811682000055 - ], - [ - -117.29516770643514, - 33.94581269123321 - ], - [ - -117.29517187668543, - 33.945813705343426 - ], - [ - -117.29517604575084, - 33.94581472432946 - ], - [ - -117.29518021361945, - 33.94581574818948 - ], - [ - -117.29518438028398, - 33.945816776921674 - ], - [ - -117.29518854574908, - 33.945817810526044 - ], - [ - -117.29519270999998, - 33.945818849000034 - ], - [ - -117.29519721099996, - 33.94581995500005 - ], - [ - -117.295201035, - 33.94582093200006 - ], - [ - -117.29520650234028, - 33.94582230745506 - ], - [ - -117.29521196791039, - 33.94582368990541 - ], - [ - -117.29521743171425, - 33.945825079348644 - ], - [ - -117.29522289373197, - 33.94582647578135 - ], - [ - -117.29522835395629, - 33.945827879201715 - ], - [ - -117.29523381238161, - 33.945829289609506 - ], - [ - -117.29523926899998, - 33.94583070700003 - ], - [ - -117.295260714, - 33.94583618900003 - ], - [ - -117.29528486999999, - 33.94584288400006 - ], - [ - -117.2952905002218, - 33.94584441861056 - ], - [ - -117.29529612824274, - 33.94584596125878 - ], - [ - -117.29530175406397, - 33.94584751194633 - ], - [ - -117.29530737765889, - 33.94584907066746 - ], - [ - -117.29531299901657, - 33.945850637418516 - ], - [ - -117.29531861813453, - 33.94585221219799 - ], - [ - -117.29532423499995, - 33.94585379500006 - ], - [ - -117.29549209899994, - 33.94590801100003 - ], - [ - -117.29647898599995, - 33.94624655200005 - ], - [ - -117.29647863199995, - 33.94621692900006 - ], - [ - -117.29646393299998, - 33.94498889500005 - ], - [ - -117.29728967199998, - 33.945412146000024 - ], - [ - -117.29749762699998, - 33.945518736000054 - ], - [ - -117.29756327299998, - 33.94555238400005 - ], - [ - -117.29801338199997, - 33.94578309000008 - ], - [ - -117.29946140099997, - 33.94652526700003 - ], - [ - -117.299489715, - 33.946539778000044 - ], - [ - -117.29951612699995, - 33.946552567000026 - ], - [ - -117.30000953099994, - 33.94679149000007 - ], - [ - -117.30020097499994, - 33.94688419300007 - ], - [ - -117.30021225799999, - 33.94689756400004 - ], - [ - -117.30022415099995, - 33.94691166600006 - ], - [ - -117.30025610399997, - 33.94694442000008 - ], - [ - -117.30031833199996, - 33.946996984000066 - ], - [ - -117.30035719999995, - 33.94702405500004 - ], - [ - -117.30039824, - 33.94704879500006 - ], - [ - -117.30044125099994, - 33.947071092000044 - ], - [ - -117.30048602299996, - 33.947090831000025 - ], - [ - -117.30055600699995, - 33.94711544100005 - ], - [ - -117.30061642699997, - 33.94713119700003 - ], - [ - -117.30066775499995, - 33.94714058200003 - ], - [ - -117.30067826399994, - 33.947142504000055 - ], - [ - -117.30075367799998, - 33.94715007800005 - ], - [ - -117.300816968, - 33.947151338000026 - ], - [ - -117.30088070799997, - 33.94714937100008 - ], - [ - -117.30101833199996, - 33.94714512400003 - ], - [ - -117.30130221, - 33.94713636500006 - ], - [ - -117.30131165299997, - 33.94713618500003 - ], - [ - -117.30139269399996, - 33.94713571900007 - ], - [ - -117.30145822599997, - 33.94713863100003 - ], - [ - -117.30152348399997, - 33.947144398000034 - ], - [ - -117.30158829299995, - 33.947153005000075 - ], - [ - -117.30165246999996, - 33.947164428000065 - ], - [ - -117.30173675699996, - 33.94718398400005 - ], - [ - -117.30177398099994, - 33.94719470000007 - ], - [ - -117.301807866, - 33.947219749000055 - ], - [ - -117.30194294699999, - 33.94731960800004 - ], - [ - -117.30197565399999, - 33.94728887800005 - ], - [ - -117.30199483599995, - 33.947270855000056 - ], - [ - -117.30203308499995, - 33.94723492000003 - ], - [ - -117.30205678399994, - 33.94724692200003 - ], - [ - -117.30207621599999, - 33.94725722000004 - ], - [ - -117.30209542999995, - 33.947267801000066 - ], - [ - -117.30211441999995, - 33.94727865900006 - ], - [ - -117.30213317699997, - 33.94728979300004 - ], - [ - -117.30215169899998, - 33.94730119600007 - ], - [ - -117.30216998299994, - 33.94731286700005 - ], - [ - -117.30218801499996, - 33.94732480400006 - ], - [ - -117.30220579499996, - 33.947336998000026 - ], - [ - -117.30222331699997, - 33.94734945300007 - ], - [ - -117.30224057799995, - 33.94736216100006 - ], - [ - -117.30225756799996, - 33.947375116000046 - ], - [ - -117.30227428299997, - 33.94738831900003 - ], - [ - -117.30228395599994, - 33.947396225000034 - ], - [ - -117.30237122799997, - 33.94731741800007 - ], - [ - -117.30242664199994, - 33.94726891800008 - ], - [ - -117.30259848399999, - 33.947404705000054 - ], - [ - -117.30261252199995, - 33.947424811000076 - ], - [ - -117.30263065999998, - 33.94745186800003 - ], - [ - -117.30264823099998, - 33.947479186000066 - ], - [ - -117.30266522599999, - 33.947506754000074 - ], - [ - -117.30268163999995, - 33.94753456600006 - ], - [ - -117.30269747099999, - 33.94756261400005 - ], - [ - -117.30271271, - 33.94759088600006 - ], - [ - -117.30272735399996, - 33.947619376000034 - ], - [ - -117.30274139899996, - 33.94764807400003 - ], - [ - -117.30275484099997, - 33.94767697300006 - ], - [ - -117.30276767699996, - 33.947706063000055 - ], - [ - -117.30277990199994, - 33.94773533600005 - ], - [ - -117.30279150899997, - 33.947764781000046 - ], - [ - -117.30280249999998, - 33.94779439100006 - ], - [ - -117.30281882399998, - 33.94784219600007 - ], - [ - -117.30320977099996, - 33.94905552700004 - ], - [ - -117.30351593899996, - 33.94999811900004 - ], - [ - -117.30355783999994, - 33.95012711100003 - ], - [ - -117.30356828999999, - 33.950165678000076 - ], - [ - -117.30360266499997, - 33.95029253600006 - ], - [ - -117.30360905199996, - 33.95031610700005 - ], - [ - -117.30360971599998, - 33.95031855800005 - ], - [ - -117.30361038299998, - 33.95032101000004 - ], - [ - -117.30366320699994, - 33.95046655900006 - ], - [ - -117.30371817899999, - 33.95061801400004 - ], - [ - -117.30378403099996, - 33.95079945500004 - ], - [ - -117.30378482599997, - 33.950805907000074 - ], - [ - -117.303807329, - 33.95098870400005 - ], - [ - -117.30385020199998, - 33.95133696200003 - ], - [ - -117.30390409999995, - 33.95153587800007 - ], - [ - -117.303953402, - 33.951717839000025 - ], - [ - -117.30413948999995, - 33.951946408000026 - ], - [ - -117.30430880699998, - 33.95215437300004 - ], - [ - -117.30437713499998, - 33.952144797000074 - ], - [ - -117.30439091099998, - 33.95214286600003 - ], - [ - -117.30440118999996, - 33.95214142400005 - ], - [ - -117.30441146799996, - 33.95213998400004 - ], - [ - -117.30452333099998, - 33.952124307000076 - ], - [ - -117.30473522799997, - 33.95209460900003 - ], - [ - -117.30474579599996, - 33.95208637800005 - ], - [ - -117.30506478499996, - 33.951837983000075 - ], - [ - -117.30516382599995, - 33.951836796000066 - ], - [ - -117.30524503599997, - 33.95219915200005 - ], - [ - -117.30528936999997, - 33.952185686000064 - ], - [ - -117.30549102499998, - 33.95212443100007 - ], - [ - -117.30570079799998, - 33.95206071100006 - ], - [ - -117.30573392399998, - 33.95205065000005 - ], - [ - -117.30582685699994, - 33.95202241900006 - ], - [ - -117.30590909799997, - 33.951997438000035 - ], - [ - -117.30598045, - 33.951975763000064 - ], - [ - -117.30625396999994, - 33.951892677000046 - ], - [ - -117.30625733999995, - 33.951891654000065 - ], - [ - -117.30633296699995, - 33.951868681000064 - ], - [ - -117.30645776299997, - 33.951969234000046 - ], - [ - -117.30649541599996, - 33.95199957300008 - ], - [ - -117.30666939799994, - 33.95206903900004 - ], - [ - -117.30680084699998, - 33.95212152300007 - ], - [ - -117.30687991299999, - 33.95215309100007 - ], - [ - -117.307135755, - 33.95225523900007 - ], - [ - -117.30714875499996, - 33.952227555000036 - ], - [ - -117.30715789799996, - 33.95220684100008 - ], - [ - -117.30716660399997, - 33.95218599900005 - ], - [ - -117.30717487399994, - 33.95216503300003 - ], - [ - -117.30718270399996, - 33.95214394800007 - ], - [ - -117.30719008999995, - 33.95212275500006 - ], - [ - -117.30719703299997, - 33.95210145300007 - ], - [ - -117.30720616299999, - 33.95207280600005 - ], - [ - -117.30745939699995, - 33.952134304000026 - ], - [ - -117.30786151799998, - 33.952230400000076 - ], - [ - -117.30786721499999, - 33.952216616000044 - ], - [ - -117.30794738599997, - 33.952022630000045 - ], - [ - -117.30797542099998, - 33.95198237000005 - ], - [ - -117.30834295699998, - 33.95214625700004 - ], - [ - -117.30834321799995, - 33.952145812000026 - ], - [ - -117.30834336599997, - 33.95214556800005 - ], - [ - -117.30834350799995, - 33.95214532000006 - ], - [ - -117.30834365199996, - 33.95214508200007 - ], - [ - -117.30834380299996, - 33.952144829000076 - ], - [ - -117.30834394899995, - 33.952144582000074 - ], - [ - -117.30834409599998, - 33.95214433500007 - ], - [ - -117.30834424199998, - 33.95214409000005 - ], - [ - -117.30834438799997, - 33.952143843000044 - ], - [ - -117.30834453499995, - 33.95214359700003 - ], - [ - -117.308344681, - 33.952143351000075 - ], - [ - -117.30834482799997, - 33.95214310400007 - ], - [ - -117.30834497299998, - 33.95214285900005 - ], - [ - -117.30834511999996, - 33.952142611000056 - ], - [ - -117.308345267, - 33.95214236500004 - ], - [ - -117.30834541299998, - 33.95214211900003 - ], - [ - -117.30834555899997, - 33.95214187300007 - ], - [ - -117.30834570599995, - 33.95214162600007 - ], - [ - -117.30834585199995, - 33.95214138000006 - ], - [ - -117.30834599699995, - 33.95214113500003 - ], - [ - -117.30834614399998, - 33.95214088900008 - ], - [ - -117.30834629099996, - 33.952140642000074 - ], - [ - -117.30834643699995, - 33.95214039700005 - ], - [ - -117.308346584, - 33.95214014900006 - ], - [ - -117.30834673099997, - 33.952139902000056 - ], - [ - -117.30834687599997, - 33.95213965800008 - ], - [ - -117.30834702299995, - 33.95213941000003 - ], - [ - -117.30834716899994, - 33.95213916300003 - ], - [ - -117.30834731399995, - 33.95213891800006 - ], - [ - -117.30834746, - 33.952138673000036 - ], - [ - -117.30834760699997, - 33.952138425000044 - ], - [ - -117.30834775399995, - 33.95213817800004 - ], - [ - -117.30834782599999, - 33.95213805700007 - ], - [ - -117.308347901, - 33.95213793200003 - ], - [ - -117.30834804899996, - 33.95213768700006 - ], - [ - -117.30834819499995, - 33.95213744300003 - ], - [ - -117.30834834399997, - 33.95213719800006 - ], - [ - -117.30834849299998, - 33.95213695000007 - ], - [ - -117.30834864099995, - 33.952136704000054 - ], - [ - -117.30834878899998, - 33.95213645900003 - ], - [ - -117.30834893599996, - 33.95213621400006 - ], - [ - -117.30834908499997, - 33.95213596800005 - ], - [ - -117.30834923099997, - 33.95213572400007 - ], - [ - -117.30834937999998, - 33.95213547800006 - ], - [ - -117.30834952699996, - 33.952135234000025 - ], - [ - -117.30834967599998, - 33.95213498700008 - ], - [ - -117.308349825, - 33.952134740000076 - ], - [ - -117.30834997199997, - 33.95213449500005 - ], - [ - -117.30835011999994, - 33.95213424900004 - ], - [ - -117.30835026899996, - 33.95213400400007 - ], - [ - -117.30835041599994, - 33.95213375900005 - ], - [ - -117.30835056499996, - 33.952133512000046 - ], - [ - -117.30835071299998, - 33.95213326700008 - ], - [ - -117.30835086099995, - 33.952133023000044 - ], - [ - -117.30835100999997, - 33.95213277600004 - ], - [ - -117.30835115699995, - 33.952132531000075 - ], - [ - -117.30835130499997, - 33.95213228700004 - ], - [ - -117.308351454, - 33.95213203900005 - ], - [ - -117.30835160299995, - 33.95213179500007 - ], - [ - -117.30835174999999, - 33.95213154800007 - ], - [ - -117.30835189799996, - 33.952131304000034 - ], - [ - -117.30835204599998, - 33.95213105900007 - ], - [ - -117.30835219499994, - 33.952130811000075 - ], - [ - -117.30835234099999, - 33.95213056800003 - ], - [ - -117.30835249199998, - 33.95213032100003 - ], - [ - -117.30835264099994, - 33.95213007700005 - ], - [ - -117.30835279099995, - 33.95212983300007 - ], - [ - -117.30835294099995, - 33.95212958800005 - ], - [ - -117.308353093, - 33.952129342000035 - ], - [ - -117.30835324199995, - 33.952129100000036 - ], - [ - -117.30835339199996, - 33.95212885500007 - ], - [ - -117.30835354199996, - 33.952128610000045 - ], - [ - -117.30835369199997, - 33.95212836400003 - ], - [ - -117.30835384099998, - 33.952128120000054 - ], - [ - -117.308353991, - 33.95212787400004 - ], - [ - -117.30835414199998, - 33.952127629000074 - ], - [ - -117.30835428999995, - 33.95212738600003 - ], - [ - -117.30835444, - 33.95212714100006 - ], - [ - -117.30835458999996, - 33.95212689700003 - ], - [ - -117.30835474, - 33.952126650000025 - ], - [ - -117.30835488899999, - 33.95212640700004 - ], - [ - -117.308355039, - 33.95212616200007 - ], - [ - -117.30835518899994, - 33.952125917000046 - ], - [ - -117.30835548899995, - 33.952125427000055 - ], - [ - -117.30835563899996, - 33.95212518200003 - ], - [ - -117.30835578799997, - 33.95212493900004 - ], - [ - -117.30835593799998, - 33.95212469300003 - ], - [ - -117.30835608899997, - 33.952124447000074 - ], - [ - -117.30835623699994, - 33.95212420400003 - ], - [ - -117.308356388, - 33.952123957000026 - ], - [ - -117.30835653599996, - 33.95212371400004 - ], - [ - -117.30835668699996, - 33.95212346900007 - ], - [ - -117.30835683699996, - 33.95212322400005 - ], - [ - -117.30835698699997, - 33.952122978000034 - ], - [ - -117.30835713599998, - 33.952122734000056 - ], - [ - -117.30835728599999, - 33.95212248900003 - ], - [ - -117.30835739899999, - 33.952122306000035 - ], - [ - -117.308357436, - 33.952122245000055 - ], - [ - -117.30835758799998, - 33.95212200100008 - ], - [ - -117.30835773999996, - 33.95212175700004 - ], - [ - -117.30835789199995, - 33.952121513000066 - ], - [ - -117.30835804399999, - 33.95212126900003 - ], - [ - -117.30835819599997, - 33.952121024000064 - ], - [ - -117.30835834699997, - 33.952120781000076 - ], - [ - -117.30835849899995, - 33.95212053800003 - ], - [ - -117.30835864999995, - 33.95212029400005 - ], - [ - -117.30835880299998, - 33.95212004700005 - ], - [ - -117.30835895399997, - 33.95211980500005 - ], - [ - -117.30835910399998, - 33.952119562000064 - ], - [ - -117.30835925599996, - 33.95211931600005 - ], - [ - -117.30835940799994, - 33.95211907300006 - ], - [ - -117.30835955899994, - 33.952118830000074 - ], - [ - -117.30835971099998, - 33.95211858500005 - ], - [ - -117.30835986399995, - 33.95211834100007 - ], - [ - -117.30836001399996, - 33.95211809700004 - ], - [ - -117.30836016499995, - 33.95211785300006 - ], - [ - -117.30836031799998, - 33.95211760800004 - ], - [ - -117.30836046799999, - 33.95211736600004 - ], - [ - -117.30836062099996, - 33.952117120000025 - ], - [ - -117.30836077299995, - 33.95211687500006 - ], - [ - -117.30836092399994, - 33.95211663200007 - ], - [ - -117.308361075, - 33.952116388000036 - ], - [ - -117.30836122599999, - 33.95211614400006 - ], - [ - -117.30836137699998, - 33.95211590100007 - ], - [ - -117.30836153099995, - 33.95211565500006 - ], - [ - -117.30836168099995, - 33.95211541300006 - ], - [ - -117.308361833, - 33.952115167000045 - ], - [ - -117.30836198499998, - 33.95211492200008 - ], - [ - -117.30836206099997, - 33.95211480100005 - ], - [ - -117.30836213599997, - 33.95211468100007 - ], - [ - -117.30836229199997, - 33.952114434000066 - ], - [ - -117.30836244299996, - 33.952114196000025 - ], - [ - -117.30836259599994, - 33.95211395200005 - ], - [ - -117.308362752, - 33.952113705000045 - ], - [ - -117.30836290399998, - 33.952113464000035 - ], - [ - -117.30836305699995, - 33.95211322200004 - ], - [ - -117.30836321099997, - 33.95211297900005 - ], - [ - -117.308363365, - 33.952112734000025 - ], - [ - -117.30836351799996, - 33.95211249100004 - ], - [ - -117.30836367099994, - 33.95211224900004 - ], - [ - -117.30836382499996, - 33.95211200500006 - ], - [ - -117.30836397799999, - 33.95211176200007 - ], - [ - -117.30836413099996, - 33.95211151900003 - ], - [ - -117.30836428599997, - 33.95211127500005 - ], - [ - -117.30836443799996, - 33.95211103200006 - ], - [ - -117.30836459099999, - 33.95211079000006 - ], - [ - -117.30836474499995, - 33.952110547000075 - ], - [ - -117.30836489899997, - 33.95211030300004 - ], - [ - -117.30836505199994, - 33.95211006100004 - ], - [ - -117.30836520599996, - 33.952109818000054 - ], - [ - -117.30836535999998, - 33.95210957300003 - ], - [ - -117.30836551299996, - 33.95210932900005 - ], - [ - -117.30836566599999, - 33.95210908800004 - ], - [ - -117.30836581999995, - 33.95210884200003 - ], - [ - -117.30836597299998, - 33.95210859900004 - ], - [ - -117.30836612599995, - 33.95210835700004 - ], - [ - -117.30836627999997, - 33.95210811100003 - ], - [ - -117.30836643099997, - 33.952107872000056 - ], - [ - -117.30836658599998, - 33.95210762600004 - ], - [ - -117.30836674099999, - 33.952107383000055 - ], - [ - -117.30836689399996, - 33.952107142000045 - ], - [ - -117.30836705099995, - 33.95210689700008 - ], - [ - -117.30836720399998, - 33.95210665700006 - ], - [ - -117.30836735899999, - 33.95210641500006 - ], - [ - -117.30836751599998, - 33.952106170000036 - ], - [ - -117.30836766999994, - 33.95210593000007 - ], - [ - -117.30836782499995, - 33.95210568700003 - ], - [ - -117.30836797999996, - 33.95210544500003 - ], - [ - -117.30836813399998, - 33.95210520200004 - ], - [ - -117.30836828999998, - 33.95210495900005 - ], - [ - -117.30836844499999, - 33.952104716000065 - ], - [ - -117.30836860099998, - 33.95210447300008 - ], - [ - -117.30836875499995, - 33.95210423200007 - ], - [ - -117.30836890999996, - 33.95210399000007 - ], - [ - -117.30836906499997, - 33.952103746000034 - ], - [ - -117.30836921899999, - 33.952103505000025 - ], - [ - -117.30836937499998, - 33.95210326100005 - ], - [ - -117.30836953, - 33.95210301800006 - ], - [ - -117.30836968499995, - 33.95210277600006 - ], - [ - -117.30836983899997, - 33.95210253400006 - ], - [ - -117.30836999499996, - 33.952102291000074 - ], - [ - -117.308370148, - 33.952102049000075 - ], - [ - -117.30837030599997, - 33.95210180400005 - ], - [ - -117.30837046, - 33.95210156300004 - ], - [ - -117.30837061499994, - 33.952101319000064 - ], - [ - -117.30837076899996, - 33.952101077000066 - ], - [ - -117.30837092399997, - 33.95210083400008 - ], - [ - -117.30837107899998, - 33.95210059100003 - ], - [ - -117.30837115599996, - 33.95210047200004 - ], - [ - -117.308371234, - 33.95210035100007 - ], - [ - -117.30837139199997, - 33.95210011000006 - ], - [ - -117.30837154899996, - 33.952099866000026 - ], - [ - -117.30837170499996, - 33.95209962500007 - ], - [ - -117.30837186099996, - 33.952099383000075 - ], - [ - -117.30837201699995, - 33.952099142000066 - ], - [ - -117.30837217399994, - 33.952098901000056 - ], - [ - -117.30837233099999, - 33.95209865600003 - ], - [ - -117.30837248699999, - 33.95209841500008 - ], - [ - -117.30837264299998, - 33.95209817400007 - ], - [ - -117.30837279999997, - 33.95209793300006 - ], - [ - -117.30837295599997, - 33.95209769000007 - ], - [ - -117.30837311399995, - 33.952097448000075 - ], - [ - -117.30837326899996, - 33.952097208000055 - ], - [ - -117.30837342499996, - 33.95209696500007 - ], - [ - -117.308373583, - 33.95209672200008 - ], - [ - -117.308373739, - 33.95209648200006 - ], - [ - -117.30837389799996, - 33.952096237000035 - ], - [ - -117.30837405199998, - 33.95209599700007 - ], - [ - -117.30837420999995, - 33.95209575500007 - ], - [ - -117.30837436599995, - 33.95209551500005 - ], - [ - -117.30837452299994, - 33.952095271000076 - ], - [ - -117.30837467899994, - 33.952095031000056 - ], - [ - -117.30837483699997, - 33.95209478900006 - ], - [ - -117.30837499299997, - 33.95209454700006 - ], - [ - -117.30837514899997, - 33.95209430500006 - ], - [ - -117.30837530599996, - 33.95209406300006 - ], - [ - -117.308375464, - 33.95209381900003 - ], - [ - -117.30837556999995, - 33.95209365200003 - ], - [ - -117.30837562, - 33.95209357900006 - ], - [ - -117.308375776, - 33.952093339000044 - ], - [ - -117.30837593499996, - 33.952093095000066 - ], - [ - -117.30837609199995, - 33.952092856000036 - ], - [ - -117.30837625099997, - 33.95209261300005 - ], - [ - -117.30837637499997, - 33.95209242300007 - ], - [ - -117.30837656699998, - 33.952092132000075 - ], - [ - -117.30837672699994, - 33.95209188900003 - ], - [ - -117.308376883, - 33.95209165000006 - ], - [ - -117.30837704099997, - 33.95209140900005 - ], - [ - -117.30837719899995, - 33.95209116700005 - ], - [ - -117.30837735699998, - 33.95209092600004 - ], - [ - -117.30837751599995, - 33.95209068300005 - ], - [ - -117.30837767399998, - 33.95209044200004 - ], - [ - -117.30837783199996, - 33.95209020200008 - ], - [ - -117.30837798899995, - 33.95208996200006 - ], - [ - -117.30837814799997, - 33.95208972000006 - ], - [ - -117.30837830599995, - 33.95208947800006 - ], - [ - -117.30837846199995, - 33.95208923900003 - ], - [ - -117.30837862099997, - 33.95208899700003 - ], - [ - -117.30837877799996, - 33.95208875700007 - ], - [ - -117.30837893699999, - 33.95208851500007 - ], - [ - -117.30837909599995, - 33.952088272000026 - ], - [ - -117.30837925399999, - 33.95208803300005 - ], - [ - -117.30837941299995, - 33.952087791000054 - ], - [ - -117.30837952499996, - 33.952087618000064 - ], - [ - -117.30837956899995, - 33.95208755300007 - ], - [ - -117.30837972999996, - 33.95208731200006 - ], - [ - -117.30837989099996, - 33.95208707000006 - ], - [ - -117.30838004999998, - 33.95208683000004 - ], - [ - -117.30838020899995, - 33.95208658900003 - ], - [ - -117.30838036899996, - 33.95208634800008 - ], - [ - -117.30838052799999, - 33.95208610900005 - ], - [ - -117.30838068899999, - 33.95208586700005 - ], - [ - -117.30838084799996, - 33.95208562700003 - ], - [ - -117.30838100799997, - 33.95208538600008 - ], - [ - -117.30838116899997, - 33.95208514500007 - ], - [ - -117.30838132799994, - 33.95208490700003 - ], - [ - -117.30838148899994, - 33.95208466400004 - ], - [ - -117.30838164699998, - 33.952084427000045 - ], - [ - -117.30838180799998, - 33.95208418500005 - ], - [ - -117.308381968, - 33.95208394300005 - ], - [ - -117.30838212699996, - 33.952083705000064 - ], - [ - -117.30838228699997, - 33.952083465000044 - ], - [ - -117.30838244599994, - 33.952083225000024 - ], - [ - -117.30838260699994, - 33.95208298400007 - ], - [ - -117.30838276799994, - 33.95208274300006 - ], - [ - -117.30838292699997, - 33.95208250400003 - ], - [ - -117.30838308799997, - 33.95208226200003 - ], - [ - -117.30838324599995, - 33.95208202300006 - ], - [ - -117.30838340699995, - 33.95208178100006 - ], - [ - -117.30838356599997, - 33.95208154000005 - ], - [ - -117.30838372499994, - 33.95208130200007 - ], - [ - -117.30838388599994, - 33.95208105900008 - ], - [ - -117.30838404399998, - 33.95208082200003 - ], - [ - -117.30838420499998, - 33.95208057900004 - ], - [ - -117.30838436499994, - 33.95208033900008 - ], - [ - -117.30838452399996, - 33.952080100000046 - ], - [ - -117.30838468499996, - 33.95207985800005 - ], - [ - -117.30838484299994, - 33.952079619000074 - ], - [ - -117.30838500399994, - 33.952079377000075 - ], - [ - -117.30838512399998, - 33.952079199000025 - ], - [ - -117.30838516399996, - 33.952079138000045 - ], - [ - -117.30838531999996, - 33.952078898000025 - ], - [ - -117.308385478, - 33.95207865500004 - ], - [ - -117.30838563499998, - 33.95207841200005 - ], - [ - -117.308385806, - 33.95207817700003 - ], - [ - -117.308385967, - 33.95207793600002 - ], - [ - -117.30838612599996, - 33.95207769800004 - ], - [ - -117.30838628699996, - 33.95207745700003 - ], - [ - -117.30838644799996, - 33.952077220000035 - ], - [ - -117.30838660999996, - 33.952076978000036 - ], - [ - -117.30838677199995, - 33.95207673700003 - ], - [ - -117.30838693399994, - 33.95207650000003 - ], - [ - -117.308387096, - 33.95207625900008 - ], - [ - -117.30838725599995, - 33.95207602000005 - ], - [ - -117.30838741799994, - 33.952075781000076 - ], - [ - -117.30838758199997, - 33.95207553700004 - ], - [ - -117.30842404499998, - 33.95201933200008 - ], - [ - -117.30846817099996, - 33.95196542300005 - ], - [ - -117.30853153499999, - 33.95189140100007 - ], - [ - -117.30856613799995, - 33.95186006900008 - ], - [ - -117.30860058999997, - 33.951830148000056 - ], - [ - -117.30865399899994, - 33.951780857000074 - ], - [ - -117.30866743399997, - 33.951772188000064 - ], - [ - -117.30868448399997, - 33.95176279300006 - ], - [ - -117.30870231999995, - 33.951754476000076 - ], - [ - -117.30872115199998, - 33.95174717400005 - ], - [ - -117.30874058499995, - 33.95174107300005 - ], - [ - -117.30876051699994, - 33.95173620700007 - ], - [ - -117.30878147699997, - 33.95173250800008 - ], - [ - -117.30879708699996, - 33.95173084700008 - ], - [ - -117.30880632599997, - 33.95173021000005 - ], - [ - -117.30881893299994, - 33.95172989100007 - ], - [ - -117.308829071, - 33.95172992800008 - ], - [ - -117.30882931899998, - 33.95172992800008 - ], - [ - -117.308829399, - 33.951729931000045 - ], - [ - -117.30883796799998, - 33.951730188000056 - ], - [ - -117.30883829799996, - 33.951730198000064 - ], - [ - -117.30883862599995, - 33.95173021700003 - ], - [ - -117.30884951899998, - 33.95173085700003 - ], - [ - -117.30886161099994, - 33.95173191200007 - ], - [ - -117.30886193899994, - 33.95173194000006 - ], - [ - -117.30886226499996, - 33.951731979000044 - ], - [ - -117.30887148599999, - 33.95173308100004 - ], - [ - -117.30888357699996, - 33.951734868000074 - ], - [ - -117.30889693699999, - 33.951737335000075 - ], - [ - -117.30890881099998, - 33.95173994100003 - ], - [ - -117.30891663099999, - 33.95174189000005 - ], - [ - -117.30891694699994, - 33.95174196900007 - ], - [ - -117.30891726399994, - 33.95174204800003 - ], - [ - -117.30891757799998, - 33.951742126000056 - ], - [ - -117.30891761399994, - 33.951742135000075 - ], - [ - -117.30910448199995, - 33.951808209000035 - ], - [ - -117.30926402199998, - 33.95186467100007 - ], - [ - -117.30950235799997, - 33.95194901900004 - ], - [ - -117.30950282099997, - 33.95194918100003 - ], - [ - -117.30950590899994, - 33.95194978600006 - ], - [ - -117.30951726399996, - 33.951952289000076 - ], - [ - -117.30952712799996, - 33.951954804000025 - ], - [ - -117.30953579399994, - 33.951957324000034 - ], - [ - -117.30954436199994, - 33.951960100000065 - ], - [ - -117.30955383599996, - 33.95196352500005 - ], - [ - -117.30956621099995, - 33.951968554000075 - ], - [ - -117.30957825599995, - 33.95197411600003 - ], - [ - -117.30958894499997, - 33.95197963700008 - ], - [ - -117.30958898299997, - 33.95197965600005 - ], - [ - -117.30959749799996, - 33.951984527000036 - ], - [ - -117.30960760499994, - 33.95199082700003 - ], - [ - -117.30961471499995, - 33.95199566600007 - ], - [ - -117.30962245299997, - 33.95200136500006 - ], - [ - -117.30963156399997, - 33.952008644000045 - ], - [ - -117.30963791299996, - 33.95201417100003 - ], - [ - -117.30964402499995, - 33.952019879000034 - ], - [ - -117.30964984399998, - 33.952025707000075 - ], - [ - -117.30964989599994, - 33.952025760000026 - ], - [ - -117.309654723, - 33.95203093900005 - ], - [ - -117.30966087799999, - 33.95203802000003 - ], - [ - -117.30966658299997, - 33.95204519300006 - ], - [ - -117.30967479399999, - 33.952056698000035 - ], - [ - -117.30968115199994, - 33.95206687600006 - ], - [ - -117.30968550899996, - 33.95207467800003 - ], - [ - -117.309689059, - 33.952081734000046 - ], - [ - -117.309692311, - 33.95208888800005 - ], - [ - -117.30969525899997, - 33.952096132000065 - ], - [ - -117.30969789199997, - 33.952103427000054 - ], - [ - -117.30969790399996, - 33.95210345900006 - ], - [ - -117.30970023699996, - 33.95211084500005 - ], - [ - -117.30970226399995, - 33.95211832000007 - ], - [ - -117.309703975, - 33.95212583600005 - ], - [ - -117.30970536499996, - 33.95213337200005 - ], - [ - -117.30970536899997, - 33.95213339800006 - ], - [ - -117.30970644599995, - 33.952140995000036 - ], - [ - -117.30970761299994, - 33.95215240400006 - ], - [ - -117.30970821499994, - 33.95216487600004 - ], - [ - -117.30970801599995, - 33.95217313100005 - ], - [ - -117.30970800899996, - 33.95217340600004 - ], - [ - -117.30970800399996, - 33.95217368100003 - ], - [ - -117.30970799699998, - 33.952173956000024 - ], - [ - -117.30970799, - 33.952174229000036 - ], - [ - -117.30970798299995, - 33.95217450500007 - ], - [ - -117.30970797699996, - 33.952174780000064 - ], - [ - -117.30970796999998, - 33.952175055000055 - ], - [ - -117.309707963, - 33.952175331000035 - ], - [ - -117.30970795599995, - 33.95217560300006 - ], - [ - -117.30970795399998, - 33.95217570800003 - ], - [ - -117.30970794799998, - 33.95217587700006 - ], - [ - -117.30970793699998, - 33.95217615200005 - ], - [ - -117.30970792799997, - 33.95217642700004 - ], - [ - -117.30970791699997, - 33.95217670300008 - ], - [ - -117.30970790699996, - 33.95217697800007 - ], - [ - -117.30970789599996, - 33.95217725300006 - ], - [ - -117.30970788499997, - 33.95217752600007 - ], - [ - -117.30970787499996, - 33.95217780000007 - ], - [ - -117.30970767199994, - 33.952183294000065 - ], - [ - -117.309707662, - 33.952183568000066 - ], - [ - -117.30970765099994, - 33.952183845000036 - ], - [ - -117.30970764099999, - 33.95218411700006 - ], - [ - -117.30970763, - 33.95218439300004 - ], - [ - -117.30970761999998, - 33.95218466700004 - ], - [ - -117.30970760999998, - 33.95218493900006 - ], - [ - -117.30970760599996, - 33.95218507900006 - ], - [ - -117.30970759999997, - 33.95218521700008 - ], - [ - -117.30970757399996, - 33.95218576600007 - ], - [ - -117.30970756199997, - 33.952186039000026 - ], - [ - -117.30970754899994, - 33.95218631600005 - ], - [ - -117.30970753699995, - 33.952186589000064 - ], - [ - -117.30970752399998, - 33.952186864000055 - ], - [ - -117.30970751199999, - 33.952187139000046 - ], - [ - -117.30970749899996, - 33.952187415000026 - ], - [ - -117.30970748599998, - 33.95218768700005 - ], - [ - -117.309707474, - 33.95218796200004 - ], - [ - -117.30970746099996, - 33.952188238000076 - ], - [ - -117.30970744899997, - 33.95218851300007 - ], - [ - -117.30970743599994, - 33.95218878700007 - ], - [ - -117.30970742399995, - 33.95218906200006 - ], - [ - -117.30970741099998, - 33.95218933700005 - ], - [ - -117.309707361, - 33.95219043600002 - ], - [ - -117.30970733599997, - 33.95219098600006 - ], - [ - -117.30970732299994, - 33.95219125700004 - ], - [ - -117.30970730999996, - 33.952191535000054 - ], - [ - -117.30970729799998, - 33.952191810000045 - ], - [ - -117.30970728499994, - 33.952192085000036 - ], - [ - -117.30970727199997, - 33.95219235900004 - ], - [ - -117.309707259, - 33.95219263400003 - ], - [ - -117.30970724699995, - 33.952192909000075 - ], - [ - -117.30970723399997, - 33.952193184000066 - ], - [ - -117.30970722099994, - 33.95219345900006 - ], - [ - -117.30970720899995, - 33.95219373400005 - ], - [ - -117.30970719599998, - 33.95219400700006 - ], - [ - -117.309707184, - 33.95219428300004 - ], - [ - -117.30970717099996, - 33.95219455900008 - ], - [ - -117.30970715899997, - 33.95219483200003 - ], - [ - -117.30970714699998, - 33.95219510700008 - ], - [ - -117.30970713799996, - 33.95219530500003 - ], - [ - -117.30970713299996, - 33.95219538200007 - ], - [ - -117.30970711599997, - 33.952195655000025 - ], - [ - -117.30970670199997, - 33.952202243000045 - ], - [ - -117.30970669299995, - 33.952202380000074 - ], - [ - -117.30970667699995, - 33.95220251500007 - ], - [ - -117.30970572999996, - 33.95221106500003 - ], - [ - -117.30970442899996, - 33.95221959000003 - ], - [ - -117.30970315199994, - 33.95222596000008 - ], - [ - -117.30970312399995, - 33.95222609700005 - ], - [ - -117.30970308899998, - 33.952226230000065 - ], - [ - -117.30970139299995, - 33.95223266200003 - ], - [ - -117.309701395, - 33.95223276400003 - ], - [ - -117.30970134499995, - 33.95223293300006 - ], - [ - -117.30970126199998, - 33.952233199000034 - ], - [ - -117.30970118199997, - 33.95223346600005 - ], - [ - -117.309701099, - 33.95223373300007 - ], - [ - -117.30970101599996, - 33.952233997000064 - ], - [ - -117.30970093399998, - 33.952234264000026 - ], - [ - -117.30970084899997, - 33.952234529000066 - ], - [ - -117.309700766, - 33.95223479500004 - ], - [ - -117.30970067799996, - 33.95223506000008 - ], - [ - -117.30970059499998, - 33.95223532500006 - ], - [ - -117.30970050899998, - 33.95223559100003 - ], - [ - -117.30970041899997, - 33.95223585600007 - ], - [ - -117.30970033399996, - 33.952236120000066 - ], - [ - -117.30970024699997, - 33.95223638600004 - ], - [ - -117.30970015999998, - 33.95223665100008 - ], - [ - -117.30970006999996, - 33.95223691600006 - ], - [ - -117.30969998299997, - 33.95223718200003 - ], - [ - -117.30969989199997, - 33.95223744600003 - ], - [ - -117.30969980499998, - 33.95223771000008 - ], - [ - -117.30969971299999, - 33.95223797400007 - ], - [ - -117.30969962599994, - 33.95223824000004 - ], - [ - -117.30969953599998, - 33.95223850700006 - ], - [ - -117.30969944299994, - 33.952238772000044 - ], - [ - -117.30969935299998, - 33.95223903100003 - ], - [ - -117.30969926199998, - 33.95223929800005 - ], - [ - -117.30969917299996, - 33.952239563000035 - ], - [ - -117.30969908099996, - 33.95223982700003 - ], - [ - -117.309698987, - 33.95224009100008 - ], - [ - -117.30969889899995, - 33.95224035700005 - ], - [ - -117.309698804, - 33.952240621000044 - ], - [ - -117.30969871399998, - 33.95224088400005 - ], - [ - -117.30969862299997, - 33.95224114800004 - ], - [ - -117.30969852799996, - 33.952241412000035 - ], - [ - -117.30969825399995, - 33.95224220400007 - ], - [ - -117.30969816199996, - 33.952242470000044 - ], - [ - -117.30969806899998, - 33.95224273600007 - ], - [ - -117.30969797799997, - 33.95224299900008 - ], - [ - -117.30969788399995, - 33.95224326300007 - ], - [ - -117.30969779599997, - 33.952243526000075 - ], - [ - -117.30969770399997, - 33.95224379200005 - ], - [ - -117.309697611, - 33.95224405500005 - ], - [ - -117.30969751799995, - 33.95224432200007 - ], - [ - -117.30969742699995, - 33.952244585000074 - ], - [ - -117.30969733999996, - 33.952244850000056 - ], - [ - -117.30969724899995, - 33.95224511400005 - ], - [ - -117.30969715799995, - 33.95224538000008 - ], - [ - -117.30969706699995, - 33.95224564400007 - ], - [ - -117.30969697799998, - 33.952245908000066 - ], - [ - -117.30969688899995, - 33.95224617200006 - ], - [ - -117.309696799, - 33.95224643700004 - ], - [ - -117.30969671099996, - 33.952246702000025 - ], - [ - -117.30969662099994, - 33.952246966000075 - ], - [ - -117.30969653499994, - 33.95224723200005 - ], - [ - -117.30969644799995, - 33.95224749600004 - ], - [ - -117.30969636099996, - 33.95224776300006 - ], - [ - -117.30969627099995, - 33.95224802600006 - ], - [ - -117.30969610799997, - 33.952248534000034 - ], - [ - -117.30969629799995, - 33.95224824300004 - ], - [ - -117.30969645799996, - 33.95224800400007 - ], - [ - -117.30969661899996, - 33.95224776300006 - ], - [ - -117.30969677999997, - 33.952247526000065 - ], - [ - -117.30969694499998, - 33.952247287000034 - ], - [ - -117.30969710899996, - 33.95224704800006 - ], - [ - -117.30969727599995, - 33.952246811000066 - ], - [ - -117.30969744299995, - 33.95224657400007 - ], - [ - -117.30969761399996, - 33.952246340000045 - ], - [ - -117.30969778599996, - 33.95224610300005 - ], - [ - -117.309697955, - 33.952245868000034 - ], - [ - -117.309698127, - 33.95224563600004 - ], - [ - -117.30969830599997, - 33.952245402000074 - ], - [ - -117.30969847999995, - 33.95224517200006 - ], - [ - -117.30969865999998, - 33.95224494000007 - ], - [ - -117.30969883899996, - 33.95224471000006 - ], - [ - -117.30969901799995, - 33.95224448000005 - ], - [ - -117.30969919899997, - 33.952244250000035 - ], - [ - -117.30969938299995, - 33.95224402100007 - ], - [ - -117.30969956999996, - 33.95224379300004 - ], - [ - -117.30969975499994, - 33.95224356700004 - ], - [ - -117.30969994399999, - 33.95224334100004 - ], - [ - -117.30970013099994, - 33.952243116000034 - ], - [ - -117.30970032199997, - 33.952242891000026 - ], - [ - -117.30970051399999, - 33.952242667000064 - ], - [ - -117.30970070499995, - 33.952242444000035 - ], - [ - -117.30970089699997, - 33.95224222400003 - ], - [ - -117.30970109599997, - 33.95224200100006 - ], - [ - -117.30970129199994, - 33.952241781000055 - ], - [ - -117.30970148799997, - 33.95224156100005 - ], - [ - -117.3097016899999, - 33.95224134000006 - ], - [ - -117.30970188899994, - 33.95224112400007 - ], - [ - -117.30970209399999, - 33.95224090800008 - ], - [ - -117.30970229399998, - 33.95224069000005 - ], - [ - -117.30970250099995, - 33.95224047500005 - ], - [ - -117.30970270599994, - 33.95224026000005 - ], - [ - -117.30970291299997, - 33.95224004700003 - ], - [ - -117.30970312099998, - 33.95223983300008 - ], - [ - -117.30970333099998, - 33.952239623000025 - ], - [ - -117.30970354099998, - 33.95223941100005 - ], - [ - -117.30970375499999, - 33.952239200000065 - ], - [ - -117.30970396799995, - 33.95223898900008 - ], - [ - -117.30970418199996, - 33.95223878300004 - ], - [ - -117.30970439999999, - 33.952238575000024 - ], - [ - -117.30970461499999, - 33.95223837100008 - ], - [ - -117.30970483599998, - 33.95223816300006 - ], - [ - -117.30970505399995, - 33.95223796000005 - ], - [ - -117.30970527599999, - 33.952237755000056 - ], - [ - -117.30970549799997, - 33.95223755000006 - ], - [ - -117.30970572299998, - 33.95223734900003 - ], - [ - -117.30970594699994, - 33.95223714900004 - ], - [ - -117.30970617199995, - 33.952236947000074 - ], - [ - -117.309706399, - 33.952236749000065 - ], - [ - -117.30970662899995, - 33.952236551000055 - ], - [ - -117.309706856, - 33.95223635200006 - ], - [ - -117.30970708599995, - 33.95223615500004 - ], - [ - -117.309707318, - 33.95223596100004 - ], - [ - -117.30970755099997, - 33.95223576600006 - ], - [ - -117.30970778699998, - 33.95223557300005 - ], - [ - -117.30970802099995, - 33.95223538000005 - ], - [ - -117.30970825799994, - 33.95223519000007 - ], - [ - -117.30970849399995, - 33.95223499700006 - ], - [ - -117.30970873399997, - 33.952234807000025 - ], - [ - -117.30970897499998, - 33.95223462000007 - ], - [ - -117.30970922299997, - 33.95223444000004 - ], - [ - -117.309709882, - 33.952234023000074 - ], - [ - -117.30971777699995, - 33.95222885700008 - ], - [ - -117.30972736499996, - 33.95222462500004 - ], - [ - -117.30973844, - 33.95222135400007 - ], - [ - -117.30974108899994, - 33.95222081800006 - ], - [ - -117.30974140399996, - 33.95222075400005 - ], - [ - -117.30974173299995, - 33.95222071000006 - ], - [ - -117.30974205799998, - 33.95222066100007 - ], - [ - -117.30974238199997, - 33.95222061100003 - ], - [ - -117.30974270699994, - 33.95222056100005 - ], - [ - -117.30974303199997, - 33.95222051400003 - ], - [ - -117.30974335699995, - 33.952220468000064 - ], - [ - -117.30974368199998, - 33.952220424000075 - ], - [ - -117.30974400799994, - 33.952220381000075 - ], - [ - -117.30974433399996, - 33.95222034100004 - ], - [ - -117.30974465899999, - 33.95222030100007 - ], - [ - -117.30974498399996, - 33.95222026300007 - ], - [ - -117.30974531599998, - 33.952220225000076 - ], - [ - -117.30974564, - 33.95222018900006 - ], - [ - -117.30974596699997, - 33.95222015300004 - ], - [ - -117.30974629399998, - 33.95222012000005 - ], - [ - -117.30974662199998, - 33.95222008800005 - ], - [ - -117.30974694899999, - 33.95222005900007 - ], - [ - -117.30974727799997, - 33.952220030000035 - ], - [ - -117.309747604, - 33.95222000200005 - ], - [ - -117.30974793399997, - 33.95221997500005 - ], - [ - -117.30974826199997, - 33.95221995000003 - ], - [ - -117.30974859, - 33.952219927000044 - ], - [ - -117.30974891899996, - 33.95221990500005 - ], - [ - -117.30974924699996, - 33.952219883000055 - ], - [ - -117.30974957599994, - 33.95221986300004 - ], - [ - -117.309749905, - 33.95221984600005 - ], - [ - -117.30975023499997, - 33.95221982900006 - ], - [ - -117.30975056499994, - 33.952219815000035 - ], - [ - -117.30975089099996, - 33.952219798000044 - ], - [ - -117.30975122199999, - 33.95221978700005 - ], - [ - -117.30975155199997, - 33.95221977700004 - ], - [ - -117.30975188199994, - 33.95221976700003 - ], - [ - -117.30975221199998, - 33.952219756000034 - ], - [ - -117.30975253999998, - 33.95221974900005 - ], - [ - -117.30975286999995, - 33.95221974300006 - ], - [ - -117.30975319799995, - 33.95221973900004 - ], - [ - -117.30975352999997, - 33.952219737000064 - ], - [ - -117.309753861, - 33.95221973400004 - ], - [ - -117.30975418999998, - 33.95221973400004 - ], - [ - -117.30975451899997, - 33.95221973500003 - ], - [ - -117.30975485099998, - 33.952219737000064 - ], - [ - -117.30975517999997, - 33.95221974200007 - ], - [ - -117.30975550899996, - 33.95221974400005 - ], - [ - -117.30975584199996, - 33.952219753000065 - ], - [ - -117.30975616599994, - 33.95221976100004 - ], - [ - -117.30975649599998, - 33.952219770000056 - ], - [ - -117.30975682599995, - 33.95221978100005 - ], - [ - -117.30975715599999, - 33.95221979200005 - ], - [ - -117.30975748499998, - 33.95221980700006 - ], - [ - -117.30975781499995, - 33.95221982100003 - ], - [ - -117.30975814599998, - 33.95221983700003 - ], - [ - -117.30975847199994, - 33.95221985400008 - ], - [ - -117.30975880099999, - 33.952219874000036 - ], - [ - -117.30975913199995, - 33.95221989500004 - ], - [ - -117.30975945799997, - 33.952219917000036 - ], - [ - -117.30975978699996, - 33.95221993700005 - ], - [ - -117.30976011399997, - 33.95221997300007 - ], - [ - -117.30976362699994, - 33.952220358000034 - ], - [ - -117.30977505799996, - 33.952222661000064 - ], - [ - -117.31009566399996, - 33.952335763000065 - ], - [ - -117.31006684899995, - 33.952514774000065 - ], - [ - -117.31006106799998, - 33.95255069800004 - ], - [ - -117.31009151099994, - 33.95271970300007 - ], - [ - -117.31010461899996, - 33.95279248300005 - ], - [ - -117.31011000199999, - 33.95282235500002 - ], - [ - -117.31011887499994, - 33.952821732000075 - ], - [ - -117.31041679899994, - 33.95280082800008 - ], - [ - -117.31043110399997, - 33.95279982400007 - ], - [ - -117.31071424299995, - 33.952779958000065 - ], - [ - -117.31075145699998, - 33.95277734500007 - ], - [ - -117.31102822899999, - 33.952757924000025 - ], - [ - -117.31107291, - 33.95275478800005 - ], - [ - -117.31125450599995, - 33.95274204400005 - ], - [ - -117.31139986499994, - 33.95273184800004 - ], - [ - -117.31147461999996, - 33.952726609000024 - ], - [ - -117.31149537299996, - 33.95272515700003 - ], - [ - -117.31157319299996, - 33.95271970300007 - ], - [ - -117.31159367199996, - 33.952715580000074 - ], - [ - -117.31159777399995, - 33.95275525200003 - ], - [ - -117.31162531799998, - 33.953020336000066 - ], - [ - -117.31162643699997, - 33.95302519300003 - ], - [ - -117.311626521, - 33.95302545900006 - ], - [ - -117.31162802499995, - 33.95302981200007 - ], - [ - -117.31162902999995, - 33.95303206500006 - ], - [ - -117.31163002599999, - 33.95303432000003 - ], - [ - -117.311632826, - 33.953039140000044 - ], - [ - -117.311634557, - 33.95304155700006 - ], - [ - -117.31163627499996, - 33.953043981000064 - ], - [ - -117.31164048999995, - 33.95304863900003 - ], - [ - -117.31164506799996, - 33.95305287200006 - ], - [ - -117.31164518099996, - 33.953052969000055 - ], - [ - -117.31164529999995, - 33.95305306400007 - ], - [ - -117.31164945399996, - 33.95305620100004 - ], - [ - -117.31165595799996, - 33.95306018500003 - ], - [ - -117.31166205399995, - 33.95306319100007 - ], - [ - -117.31166621799997, - 33.95306484400004 - ], - [ - -117.31166652199994, - 33.95306495700004 - ], - [ - -117.31166667199994, - 33.95306501300007 - ], - [ - -117.31166682699995, - 33.95306506500003 - ], - [ - -117.31167160299998, - 33.953066568000054 - ], - [ - -117.31167444799996, - 33.95306726800004 - ], - [ - -117.31167729199996, - 33.953067969000074 - ], - [ - -117.31168376099998, - 33.953069020000044 - ], - [ - -117.31169080799998, - 33.95306961800003 - ], - [ - -117.31169113699997, - 33.95306962700005 - ], - [ - -117.31169369899999, - 33.953069640000024 - ], - [ - -117.31170307999997, - 33.95314754700007 - ], - [ - -117.31170643399997, - 33.95324007500005 - ], - [ - -117.31170410199996, - 33.953240513000026 - ], - [ - -117.31170394099996, - 33.953240547000064 - ], - [ - -117.31170378199994, - 33.95324058500006 - ], - [ - -117.31169874299997, - 33.953241881000054 - ], - [ - -117.31169322599999, - 33.95324370000003 - ], - [ - -117.31168748899995, - 33.953246111000055 - ], - [ - -117.31168053099998, - 33.95324978200006 - ], - [ - -117.31167544799996, - 33.953253061000055 - ], - [ - -117.31167532299997, - 33.953253148000044 - ], - [ - -117.31167519999997, - 33.95325323800006 - ], - [ - -117.31167328299995, - 33.95325475100003 - ], - [ - -117.31167123999995, - 33.953256346000046 - ], - [ - -117.31167103599995, - 33.95325653100008 - ], - [ - -117.31166481099996, - 33.95326145800004 - ], - [ - -117.31166083199997, - 33.953267319000076 - ], - [ - -117.31165992999996, - 33.95326840100006 - ], - [ - -117.31165880599997, - 33.953270305000046 - ], - [ - -117.31165863999996, - 33.953270549000024 - ], - [ - -117.31165858099996, - 33.95327067100004 - ], - [ - -117.31165849899998, - 33.95327079200007 - ], - [ - -117.31165834299998, - 33.95327103400007 - ], - [ - -117.31165819599994, - 33.953271279000035 - ], - [ - -117.311658046, - 33.95327152400006 - ], - [ - -117.31165789599999, - 33.95327177100006 - ], - [ - -117.31165774899995, - 33.953272018000064 - ], - [ - -117.31165760299996, - 33.95327226000006 - ], - [ - -117.31165735099995, - 33.953272696000056 - ], - [ - -117.31165722499998, - 33.95327295000004 - ], - [ - -117.31165710599998, - 33.95327320700005 - ], - [ - -117.31165699099995, - 33.95327346300007 - ], - [ - -117.31165582399996, - 33.95327614300004 - ], - [ - -117.31165509599998, - 33.953277815000035 - ], - [ - -117.31165497499995, - 33.95327806300003 - ], - [ - -117.31165491499996, - 33.953278236000074 - ], - [ - -117.31165393599997, - 33.953280988000074 - ], - [ - -117.311653219, - 33.95328300500006 - ], - [ - -117.31165278399999, - 33.953284162000045 - ], - [ - -117.31165270799994, - 33.953284445000065 - ], - [ - -117.31165310199998, - 33.953288548000046 - ], - [ - -117.311655939, - 33.95331809800007 - ], - [ - -117.31165701499998, - 33.95332930300003 - ], - [ - -117.31166160999999, - 33.953377164000074 - ], - [ - -117.31166628499994, - 33.95342584800005 - ], - [ - -117.31167078099998, - 33.95347267400007 - ], - [ - -117.31169464199996, - 33.95371191400005 - ], - [ - -117.31170078199995, - 33.95376877800004 - ], - [ - -117.31185505899998, - 33.95378032700006 - ], - [ - -117.312055913, - 33.95379536100006 - ], - [ - -117.31225227299996, - 33.953810059000034 - ], - [ - -117.31234983499996, - 33.95381736200005 - ], - [ - -117.31266340699995, - 33.953840831000036 - ], - [ - -117.31296366499998, - 33.95386330400004 - ], - [ - -117.31311168899998, - 33.95387438400007 - ], - [ - -117.31327399599996, - 33.95388653100008 - ], - [ - -117.31351678399994, - 33.953904702000045 - ], - [ - -117.31379211899997, - 33.95392604800003 - ], - [ - -117.31379205999997, - 33.953938049000044 - ], - [ - -117.31379046299998, - 33.95426159600004 - ], - [ - -117.31378949799995, - 33.95445724600006 - ], - [ - -117.31378870299994, - 33.95461840300004 - ], - [ - -117.313786704, - 33.95502307100003 - ], - [ - -117.31378670299995, - 33.95502312700006 - ], - [ - -117.31378664099998, - 33.95503583800007 - ], - [ - -117.31378642899995, - 33.95507874100008 - ], - [ - -117.31386272999998, - 33.95509774800007 - ], - [ - -117.31388406399998, - 33.955103063000024 - ], - [ - -117.314344157, - 33.955217677000064 - ], - [ - -117.31433586699995, - 33.955266978000054 - ], - [ - -117.31432654699995, - 33.95531615200008 - ], - [ - -117.31432379799998, - 33.95532609600008 - ], - [ - -117.314321254, - 33.95533607500005 - ], - [ - -117.31431892299997, - 33.955346090000035 - ], - [ - -117.31431680299994, - 33.95535613900006 - ], - [ - -117.31431489299996, - 33.95536621600007 - ], - [ - -117.31431319399996, - 33.95537632000003 - ], - [ - -117.31431170499997, - 33.95538644800007 - ], - [ - -117.31431042999998, - 33.955396595000025 - ], - [ - -117.31430936899994, - 33.95540675900003 - ], - [ - -117.31430851799996, - 33.95541693700005 - ], - [ - -117.31430788399996, - 33.955427127000064 - ], - [ - -117.31430746199999, - 33.95543732200008 - ], - [ - -117.31430724999996, - 33.95545670700005 - ], - [ - -117.31430396099995, - 33.955491049000045 - ], - [ - -117.31428140599996, - 33.95572654000006 - ], - [ - -117.31427079499997, - 33.95583735300005 - ], - [ - -117.314247245, - 33.956083266000064 - ], - [ - -117.31424564799994, - 33.956099581000046 - ], - [ - -117.31424439499995, - 33.95611591900007 - ], - [ - -117.31424348499996, - 33.95613227300004 - ], - [ - -117.31424291499997, - 33.95614863700007 - ], - [ - -117.31424268999996, - 33.95616500600005 - ], - [ - -117.31424280899995, - 33.956181376000075 - ], - [ - -117.31424326899997, - 33.956197743000075 - ], - [ - -117.31424407299994, - 33.95621410100006 - ], - [ - -117.31424521899999, - 33.95623044300004 - ], - [ - -117.31424670799998, - 33.95624676600005 - ], - [ - -117.31424673199996, - 33.95624704100004 - ], - [ - -117.31424675399995, - 33.95624731600003 - ], - [ - -117.31424677599995, - 33.956247587000064 - ], - [ - -117.31424679999998, - 33.956247863000044 - ], - [ - -117.31424682499994, - 33.956248137000046 - ], - [ - -117.31424685099995, - 33.956248412000036 - ], - [ - -117.31424687299995, - 33.95624868600004 - ], - [ - -117.31424689799996, - 33.95624895900005 - ], - [ - -117.31424692399997, - 33.95624923300005 - ], - [ - -117.31424694799995, - 33.95624950700005 - ], - [ - -117.31424697299997, - 33.95624978300003 - ], - [ - -117.31424699899998, - 33.956250055000055 - ], - [ - -117.31424702599998, - 33.95625032800007 - ], - [ - -117.31424705199998, - 33.95625060300006 - ], - [ - -117.31424707999997, - 33.95625088000003 - ], - [ - -117.31424710399995, - 33.95625115000007 - ], - [ - -117.31424713299998, - 33.95625142500006 - ], - [ - -117.31424715999998, - 33.95625170000005 - ], - [ - -117.31424718899996, - 33.95625197100003 - ], - [ - -117.31424721699995, - 33.956252246000076 - ], - [ - -117.31424724599998, - 33.95625252100007 - ], - [ - -117.31424727299998, - 33.95625279200004 - ], - [ - -117.31424730099997, - 33.956253068000024 - ], - [ - -117.31424732999994, - 33.956253342000025 - ], - [ - -117.31424736099996, - 33.95625361500004 - ], - [ - -117.31424739, - 33.95625388800005 - ], - [ - -117.314247417, - 33.95625416200005 - ], - [ - -117.314247449, - 33.95625443700004 - ], - [ - -117.31424747799997, - 33.95625470900006 - ], - [ - -117.314247508, - 33.956254985000044 - ], - [ - -117.31424754099999, - 33.956255257000066 - ], - [ - -117.31424757099995, - 33.95625552800004 - ], - [ - -117.31424760199997, - 33.95625580500007 - ], - [ - -117.31424763399997, - 33.956256078000024 - ], - [ - -117.31424766599997, - 33.956256352000025 - ], - [ - -117.31424769799997, - 33.95625662300006 - ], - [ - -117.31424772999998, - 33.95625689900004 - ], - [ - -117.31424776199998, - 33.95625717300004 - ], - [ - -117.31424779899999, - 33.95625744500006 - ], - [ - -117.31424782999994, - 33.95625771700003 - ], - [ - -117.31424786499997, - 33.956257992000076 - ], - [ - -117.31424789599998, - 33.95625826400004 - ], - [ - -117.31424793099995, - 33.95625853900003 - ], - [ - -117.314247965, - 33.956258813000034 - ], - [ - -117.314248, - 33.95625908400007 - ], - [ - -117.314248035, - 33.95625935900006 - ], - [ - -117.31424806899997, - 33.95625963100008 - ], - [ - -117.31424810399994, - 33.956259903000046 - ], - [ - -117.31424814099995, - 33.956260178000036 - ], - [ - -117.31424817599998, - 33.95626045100005 - ], - [ - -117.31424821199994, - 33.956260722000025 - ], - [ - -117.31424824799996, - 33.95626099700007 - ], - [ - -117.31424828599995, - 33.95626127000003 - ], - [ - -117.31424832099998, - 33.95626154400003 - ], - [ - -117.31424835999997, - 33.95626181600005 - ], - [ - -117.31424839699997, - 33.95626209000005 - ], - [ - -117.31424843299999, - 33.95626236100003 - ], - [ - -117.31424847199997, - 33.95626263500003 - ], - [ - -117.31424851199995, - 33.95626290900003 - ], - [ - -117.31424854799997, - 33.95626318300003 - ], - [ - -117.31424858799994, - 33.956263453000076 - ], - [ - -117.31424862699998, - 33.95626372700008 - ], - [ - -117.31424866699996, - 33.95626399900004 - ], - [ - -117.31424870599994, - 33.956264273000045 - ], - [ - -117.31424874299995, - 33.95626454500007 - ], - [ - -117.31424878799999, - 33.95626481800008 - ], - [ - -117.31424882699997, - 33.956265090000045 - ], - [ - -117.314248868, - 33.956265364000046 - ], - [ - -117.31424890699998, - 33.95626563700006 - ], - [ - -117.31424894899999, - 33.95626591000007 - ], - [ - -117.31424898899996, - 33.956266181000046 - ], - [ - -117.31424903199996, - 33.95626645500005 - ], - [ - -117.31424907199994, - 33.95626672700007 - ], - [ - -117.31424911399995, - 33.956266999000036 - ], - [ - -117.31424915799994, - 33.95626726800003 - ], - [ - -117.31424920099994, - 33.95626754500006 - ], - [ - -117.31424924199996, - 33.95626781800007 - ], - [ - -117.31424928899997, - 33.95626808600008 - ], - [ - -117.31424932999994, - 33.95626836200006 - ], - [ - -117.31424937299994, - 33.956268633000036 - ], - [ - -117.31424941799997, - 33.95626890600005 - ], - [ - -117.31424946299995, - 33.95626918000005 - ], - [ - -117.31424950799999, - 33.95626944900005 - ], - [ - -117.31424954899995, - 33.95626972100007 - ], - [ - -117.31424959399999, - 33.95626999500007 - ], - [ - -117.31424964099995, - 33.95627027000006 - ], - [ - -117.31424968399995, - 33.95627053900006 - ], - [ - -117.31424973299994, - 33.956270811000024 - ], - [ - -117.31424977899997, - 33.956271085000026 - ], - [ - -117.31424982699997, - 33.95627135800004 - ], - [ - -117.314249873, - 33.956271627000035 - ], - [ - -117.31424991899996, - 33.95627190000005 - ], - [ - -117.31424996599998, - 33.95627217300006 - ], - [ - -117.314250013, - 33.956272444000035 - ], - [ - -117.31425005999995, - 33.95627271500007 - ], - [ - -117.31425010799995, - 33.956272987000034 - ], - [ - -117.31425015599996, - 33.95627325600003 - ], - [ - -117.31425020599994, - 33.95627353000003 - ], - [ - -117.31425025299995, - 33.956273804000034 - ], - [ - -117.31425030599996, - 33.95627407500007 - ], - [ - -117.31425035499996, - 33.95627434700003 - ], - [ - -117.31425040299996, - 33.956274619000055 - ], - [ - -117.31425045099996, - 33.95627488900004 - ], - [ - -117.31425049999996, - 33.95627516300004 - ], - [ - -117.31425056399996, - 33.95627543300003 - ], - [ - -117.31425058699995, - 33.956275568000024 - ], - [ - -117.31425061299996, - 33.956275703000074 - ], - [ - -117.31425066699995, - 33.95627597400005 - ], - [ - -117.31425070299997, - 33.95627624600007 - ], - [ - -117.31425075599998, - 33.95627651800004 - ], - [ - -117.31425080699995, - 33.95627679000006 - ], - [ - -117.31425085899997, - 33.95627706200003 - ], - [ - -117.31425091199998, - 33.95627733300006 - ], - [ - -117.31425096399994, - 33.956277603000046 - ], - [ - -117.31425101699995, - 33.95627787600006 - ], - [ - -117.31425106699999, - 33.956278148000024 - ], - [ - -117.31425112099998, - 33.95627841800007 - ], - [ - -117.31425117499998, - 33.956278689000044 - ], - [ - -117.31425122699994, - 33.956278962000056 - ], - [ - -117.31425128199999, - 33.95627923100005 - ], - [ - -117.31425133899995, - 33.95627950000005 - ], - [ - -117.31425139299995, - 33.95627977400005 - ], - [ - -117.31425144599996, - 33.95628004300005 - ], - [ - -117.314251502, - 33.95628031500007 - ], - [ - -117.31425155699998, - 33.95628058500006 - ], - [ - -117.31425161299995, - 33.95628085800007 - ], - [ - -117.31425166599996, - 33.95628112800006 - ], - [ - -117.31425172399997, - 33.956281398000044 - ], - [ - -117.31425178099994, - 33.95628166900008 - ], - [ - -117.3142518399999, - 33.956281938000075 - ], - [ - -117.31425189599997, - 33.956282212000076 - ], - [ - -117.31425196499998, - 33.95628247800005 - ], - [ - -117.31425201899998, - 33.95628275000007 - ], - [ - -117.31425207299998, - 33.95628302100005 - ], - [ - -117.31425213499995, - 33.956283291000034 - ], - [ - -117.31425218099997, - 33.95628356200007 - ], - [ - -117.31425223999997, - 33.95628383300004 - ], - [ - -117.31425229799999, - 33.956284105000066 - ], - [ - -117.31425236099994, - 33.95628437400006 - ], - [ - -117.31425241699998, - 33.95628464500004 - ], - [ - -117.31425247399994, - 33.95628491400004 - ], - [ - -117.31425253599997, - 33.95628518600006 - ], - [ - -117.31425259599996, - 33.95628545500006 - ], - [ - -117.31425265699994, - 33.95628572700008 - ], - [ - -117.31425271699999, - 33.95628599500003 - ], - [ - -117.31425277799997, - 33.95628626700005 - ], - [ - -117.31425284099998, - 33.95628653600005 - ], - [ - -117.31425289999999, - 33.95628680600004 - ], - [ - -117.31425295999998, - 33.956287074000045 - ], - [ - -117.31425302399998, - 33.95628734600007 - ], - [ - -117.31425308399997, - 33.956287616000054 - ], - [ - -117.31425314699999, - 33.95628788400006 - ], - [ - -117.314253211, - 33.95628815600003 - ], - [ - -117.31425327199997, - 33.95628842700006 - ], - [ - -117.31425333699997, - 33.95628869400008 - ], - [ - -117.31425339999998, - 33.956288966000045 - ], - [ - -117.31425346299994, - 33.95628923400005 - ], - [ - -117.31425352599996, - 33.95628950500003 - ], - [ - -117.31425359099995, - 33.95628977500007 - ], - [ - -117.31425365599995, - 33.956290042000035 - ], - [ - -117.31425371899996, - 33.95629031400006 - ], - [ - -117.3142538, - 33.95629057800005 - ], - [ - -117.31425386199999, - 33.95629084800004 - ], - [ - -117.31425389299994, - 33.95629098500007 - ], - [ - -117.31425392699998, - 33.956291117000035 - ], - [ - -117.31425398099998, - 33.95629138900006 - ], - [ - -117.31425404699996, - 33.956291658000055 - ], - [ - -117.31425411299995, - 33.95629192700005 - ], - [ - -117.31425417899999, - 33.95629219600005 - ], - [ - -117.31425424599996, - 33.956292466000036 - ], - [ - -117.31425431199995, - 33.95629273600008 - ], - [ - -117.31425437999997, - 33.95629300300004 - ], - [ - -117.31425445099995, - 33.956293274000075 - ], - [ - -117.31425451499996, - 33.956293541000036 - ], - [ - -117.314254582, - 33.956293810000034 - ], - [ - -117.31425465099994, - 33.95629408100007 - ], - [ - -117.31425472099994, - 33.956294350000064 - ], - [ - -117.31425478899996, - 33.95629461800007 - ], - [ - -117.31425485899996, - 33.95629488600002 - ], - [ - -117.31425492799997, - 33.956295157000056 - ], - [ - -117.31425499599999, - 33.956295425000064 - ], - [ - -117.31425506599999, - 33.95629569000005 - ], - [ - -117.31425513799996, - 33.95629596100002 - ], - [ - -117.31425520799996, - 33.95629622800004 - ], - [ - -117.31425527699997, - 33.95629649600005 - ], - [ - -117.31425534999994, - 33.956296767000026 - ], - [ - -117.31425542099998, - 33.956297034000045 - ], - [ - -117.31425549099998, - 33.95629730200005 - ], - [ - -117.31425556299996, - 33.95629757200004 - ], - [ - -117.31425563399995, - 33.95629783900006 - ], - [ - -117.31425570799996, - 33.95629810500003 - ], - [ - -117.31425577699997, - 33.95629837600006 - ], - [ - -117.31425585499994, - 33.95629864500006 - ], - [ - -117.31425592399995, - 33.95629891100003 - ], - [ - -117.31425599799996, - 33.95629917900004 - ], - [ - -117.31425607199998, - 33.95629944800004 - ], - [ - -117.31425614499994, - 33.95629971400007 - ], - [ - -117.31425621899996, - 33.956299982000075 - ], - [ - -117.31425629199998, - 33.95630025000003 - ], - [ - -117.31425636899996, - 33.956300517000045 - ], - [ - -117.31425644199999, - 33.95630078700003 - ], - [ - -117.31425651599994, - 33.95630105300006 - ], - [ - -117.31425659299998, - 33.956301318000044 - ], - [ - -117.31425666699994, - 33.95630158900008 - ], - [ - -117.31425674499997, - 33.95630185500005 - ], - [ - -117.31425682099996, - 33.95630212400005 - ], - [ - -117.31425689599996, - 33.956302390000076 - ], - [ - -117.31425697399999, - 33.95630265700004 - ], - [ - -117.314257049, - 33.956302925000045 - ], - [ - -117.31425712599997, - 33.956303192000064 - ], - [ - -117.31425720299995, - 33.95630346000007 - ], - [ - -117.31425727799996, - 33.956303726000044 - ], - [ - -117.31425735999994, - 33.95630399200007 - ], - [ - -117.31425743799997, - 33.956304259000035 - ], - [ - -117.31425751599994, - 33.95630452700004 - ], - [ - -117.31425759499996, - 33.95630479300007 - ], - [ - -117.31425767299999, - 33.956305060000034 - ], - [ - -117.314257753, - 33.95630532800004 - ], - [ - -117.31425783199995, - 33.95630559400007 - ], - [ - -117.31425791299995, - 33.95630586000004 - ], - [ - -117.31425799199997, - 33.95630612700006 - ], - [ - -117.31425807099998, - 33.95630639400002 - ], - [ - -117.31425815199998, - 33.95630666000005 - ], - [ - -117.31425823199999, - 33.95630692800006 - ], - [ - -117.31425831599995, - 33.95630719300004 - ], - [ - -117.31425839599996, - 33.95630745900007 - ], - [ - -117.31425847699995, - 33.956307725000045 - ], - [ - -117.31425855599997, - 33.956307991000074 - ], - [ - -117.31425863799996, - 33.956308257000046 - ], - [ - -117.31425872299997, - 33.956308524000065 - ], - [ - -117.31425880399996, - 33.95630878900005 - ], - [ - -117.31425888799998, - 33.956309057000055 - ], - [ - -117.314258968, - 33.95630932300003 - ], - [ - -117.31425905199995, - 33.95630958700008 - ], - [ - -117.31425913699996, - 33.95630985300005 - ], - [ - -117.31425921899995, - 33.95631012100006 - ], - [ - -117.31425930599994, - 33.95631038500005 - ], - [ - -117.31425938999996, - 33.956310651000024 - ], - [ - -117.31425947399998, - 33.95631091700005 - ], - [ - -117.31425957, - 33.95631117800008 - ], - [ - -117.31425960999997, - 33.95631131300007 - ], - [ - -117.31425965399995, - 33.95631144500004 - ], - [ - -117.31425972599999, - 33.95631171500003 - ], - [ - -117.31425981399997, - 33.95631197900008 - ], - [ - -117.31425989899998, - 33.95631224300007 - ], - [ - -117.31425998699996, - 33.95631251100008 - ], - [ - -117.31426007099998, - 33.956312774000025 - ], - [ - -117.31426015899996, - 33.956313039000065 - ], - [ - -117.31426024499996, - 33.95631330600003 - ], - [ - -117.31426033199995, - 33.95631357100007 - ], - [ - -117.314260419, - 33.956313833000024 - ], - [ - -117.31426050799996, - 33.95631410000004 - ], - [ - -117.31426059599994, - 33.95631436600007 - ], - [ - -117.31426068299999, - 33.956314630000065 - ], - [ - -117.314260774, - 33.95631489300007 - ], - [ - -117.31426086099998, - 33.95631515900004 - ], - [ - -117.31426094799997, - 33.956315421000056 - ], - [ - -117.31426103799998, - 33.956315689000064 - ], - [ - -117.31426112699995, - 33.95631595400005 - ], - [ - -117.31426121699997, - 33.95631621800004 - ], - [ - -117.31426130899996, - 33.956316482000034 - ], - [ - -117.31426139699994, - 33.95631674700007 - ], - [ - -117.31426148799994, - 33.95631700800004 - ], - [ - -117.31426157799996, - 33.95631727400007 - ], - [ - -117.31426166799997, - 33.956317539000054 - ], - [ - -117.31426176199994, - 33.95631780100007 - ], - [ - -117.31426185199996, - 33.95631806800003 - ], - [ - -117.31426194399995, - 33.956318328000066 - ], - [ - -117.31426203399997, - 33.95631859300005 - ], - [ - -117.31426212699995, - 33.95631885700004 - ], - [ - -117.31426221799995, - 33.95631912300007 - ], - [ - -117.31426231299997, - 33.956319387000065 - ], - [ - -117.31426240499997, - 33.95631964900008 - ], - [ - -117.31426249799995, - 33.95631991400006 - ], - [ - -117.31426255799994, - 33.95632004200007 - ], - [ - -117.31426259199998, - 33.95632017600008 - ], - [ - -117.31426268499996, - 33.956320439000024 - ], - [ - -117.31426277999998, - 33.956320703000074 - ], - [ - -117.31426287399995, - 33.95632096700007 - ], - [ - -117.31426296899997, - 33.95632123000007 - ], - [ - -117.31426306099996, - 33.956321493000075 - ], - [ - -117.31426315799996, - 33.95632175500003 - ], - [ - -117.31426325599995, - 33.95632202000007 - ], - [ - -117.31426334899999, - 33.95632228100004 - ], - [ - -117.31426344399995, - 33.956322543000056 - ], - [ - -117.31426353899997, - 33.95632280700005 - ], - [ - -117.31426363599996, - 33.95632307100004 - ], - [ - -117.31426373399995, - 33.95632333300006 - ], - [ - -117.31426383099995, - 33.95632359700005 - ], - [ - -117.31426392799995, - 33.956323859000065 - ], - [ - -117.31426402499994, - 33.95632412100008 - ], - [ - -117.31426412099995, - 33.95632438500007 - ], - [ - -117.314264219, - 33.95632464600004 - ], - [ - -117.31426431799997, - 33.956324909000045 - ], - [ - -117.31426441399998, - 33.95632517200005 - ], - [ - -117.31426451399994, - 33.95632543500005 - ], - [ - -117.31426460999995, - 33.95632569400004 - ], - [ - -117.31426471199995, - 33.956325958000036 - ], - [ - -117.31426480899995, - 33.95632622000005 - ], - [ - -117.31426490999996, - 33.956326481000076 - ], - [ - -117.31426500899994, - 33.956326742000044 - ], - [ - -117.31426510799997, - 33.95632700600004 - ], - [ - -117.31426522199996, - 33.95632726300005 - ], - [ - -117.31426531899996, - 33.95632752700004 - ], - [ - -117.31426536799995, - 33.95632765800008 - ], - [ - -117.31426542, - 33.95632778800007 - ], - [ - -117.31426552299996, - 33.956328049000035 - ], - [ - -117.31426562799999, - 33.95632831100005 - ], - [ - -117.31426571699996, - 33.95632857600003 - ], - [ - -117.31426581799997, - 33.95632883800005 - ], - [ - -117.314265918, - 33.95632909700004 - ], - [ - -117.31426602099998, - 33.95632935900005 - ], - [ - -117.31426612599995, - 33.95632961900003 - ], - [ - -117.31426622699996, - 33.956329882000034 - ], - [ - -117.31426633099994, - 33.95633014300006 - ], - [ - -117.31426643299994, - 33.95633040200005 - ], - [ - -117.31426653699998, - 33.95633066500005 - ], - [ - -117.31426664099996, - 33.95633092500003 - ], - [ - -117.31426674599999, - 33.95633118500007 - ], - [ - -117.31426684899998, - 33.956331447000025 - ], - [ - -117.314266955, - 33.95633170800005 - ], - [ - -117.31426705999996, - 33.95633196600005 - ], - [ - -117.31426716699997, - 33.95633222600003 - ], - [ - -117.31426727099995, - 33.95633248900003 - ], - [ - -117.31426737499999, - 33.95633274900007 - ], - [ - -117.31426748099994, - 33.95633301000004 - ], - [ - -117.31426758499998, - 33.95633327100006 - ], - [ - -117.31426769499996, - 33.95633352900006 - ], - [ - -117.314267799, - 33.95633379100008 - ], - [ - -117.31426790399996, - 33.956334050000066 - ], - [ - -117.31426800999998, - 33.956334309000056 - ], - [ - -117.31426813299998, - 33.95633456500008 - ], - [ - -117.31426823899994, - 33.956334828000024 - ], - [ - -117.31454332299995, - 33.95725857100007 - ], - [ - -117.31456745899999, - 33.95733969300005 - ], - [ - -117.31376410899998, - 33.95732807500008 - ], - [ - -117.31376350899995, - 33.95732806600006 - ], - [ - -117.31376111099996, - 33.95756467600006 - ], - [ - -117.31376131099995, - 33.95757800700005 - ], - [ - -117.31376008899997, - 33.95762231300006 - ], - [ - -117.313760818, - 33.957622155000024 - ], - [ - -117.31375958499996, - 33.95773206500007 - ], - [ - -117.31375956899996, - 33.957733819000055 - ], - [ - -117.313311436, - 33.95778925500008 - ], - [ - -117.31252788999996, - 33.95788409600004 - ], - [ - -117.311866555, - 33.95796392200003 - ], - [ - -117.31129288299996, - 33.95799212400004 - ], - [ - -117.31101943999994, - 33.95803338600007 - ], - [ - -117.31134452999999, - 33.95857800700003 - ], - [ - -117.31179681099997, - 33.95938216700006 - ], - [ - -117.312164425, - 33.95993972100007 - ], - [ - -117.31250702899996, - 33.96018048800005 - ], - [ - -117.31283897799995, - 33.960313616000064 - ], - [ - -117.31315108899997, - 33.96039854600008 - ], - [ - -117.31372879799994, - 33.960464615000035 - ], - [ - -117.31372397499996, - 33.960893044000045 - ], - [ - -117.31315681299998, - 33.96090866600008 - ], - [ - -117.31266177099997, - 33.96092230000005 - ], - [ - -117.312531977, - 33.960925873000065 - ], - [ - -117.312500221, - 33.96092674700003 - ], - [ - -117.31249869699997, - 33.96092678900004 - ], - [ - -117.31213829099994, - 33.960936712000034 - ], - [ - -117.31082307699995, - 33.960972914000024 - ], - [ - -117.31081172199998, - 33.96097322600008 - ], - [ - -117.31081150199998, - 33.96097323200007 - ], - [ - -117.31077617499994, - 33.960974203000035 - ], - [ - -117.31119330699994, - 33.96160082400007 - ], - [ - -117.31134101299995, - 33.96182271500004 - ], - [ - -117.31134245199996, - 33.96182488200003 - ], - [ - -117.31134260299996, - 33.96182511100005 - ], - [ - -117.31134340299997, - 33.96182631500005 - ], - [ - -117.31134419999995, - 33.96182751600003 - ], - [ - -117.31134477799998, - 33.96182838800007 - ], - [ - -117.31134499799998, - 33.96182871900004 - ], - [ - -117.31134579499997, - 33.96182992200005 - ], - [ - -117.311346588, - 33.96183112600005 - ], - [ - -117.31134738299994, - 33.96183233100004 - ], - [ - -117.31134817799995, - 33.96183353400005 - ], - [ - -117.31134896799995, - 33.96183473800005 - ], - [ - -117.31134975899994, - 33.96183594300004 - ], - [ - -117.31135020799996, - 33.96183662400006 - ], - [ - -117.31135055399994, - 33.96183714700004 - ], - [ - -117.31135130099995, - 33.961838284000066 - ], - [ - -117.31135134199997, - 33.961838356000044 - ], - [ - -117.31135213599998, - 33.96183956100003 - ], - [ - -117.31135292599998, - 33.961840764000044 - ], - [ - -117.31135371499994, - 33.96184197100007 - ], - [ - -117.31135450299996, - 33.96184317800004 - ], - [ - -117.31135529199997, - 33.96184438600005 - ], - [ - -117.31135586599999, - 33.96184526800005 - ], - [ - -117.31135607799996, - 33.96184559300008 - ], - [ - -117.31135668999997, - 33.96184653000006 - ], - [ - -117.31135686599998, - 33.961846800000046 - ], - [ - -117.31135765, - 33.96184800900005 - ], - [ - -117.31135820399999, - 33.96184886100008 - ], - [ - -117.31135843499999, - 33.961849217000065 - ], - [ - -117.31135866999995, - 33.961849580000035 - ], - [ - -117.31135921799995, - 33.96185042700006 - ], - [ - -117.31135940999997, - 33.961850723000055 - ], - [ - -117.31136000499998, - 33.96185163400003 - ], - [ - -117.31136078799994, - 33.96185284400008 - ], - [ - -117.31136156899998, - 33.961854053000025 - ], - [ - -117.31136235099996, - 33.961855263000075 - ], - [ - -117.31136312999996, - 33.96185647500005 - ], - [ - -117.311363912, - 33.96185768400005 - ], - [ - -117.31136427499996, - 33.96185824600008 - ], - [ - -117.31136469399996, - 33.961858894000045 - ], - [ - -117.31136522799994, - 33.96185973000007 - ], - [ - -117.31136546699997, - 33.96186010500003 - ], - [ - -117.31136548899997, - 33.961860139000066 - ], - [ - -117.31136624699997, - 33.96186131500008 - ], - [ - -117.31136702999999, - 33.96186252600006 - ], - [ - -117.31136742199999, - 33.96186314200003 - ], - [ - -117.31136780299994, - 33.96186374200005 - ], - [ - -117.31136857899997, - 33.96186495300003 - ], - [ - -117.31136935399996, - 33.96186616400007 - ], - [ - -117.31136936999997, - 33.961866189000034 - ], - [ - -117.31137012799996, - 33.96186737700003 - ], - [ - -117.31137090299995, - 33.96186859100004 - ], - [ - -117.31137167499998, - 33.96186980400006 - ], - [ - -117.31137244699994, - 33.96187101700008 - ], - [ - -117.31137321899996, - 33.96187223100003 - ], - [ - -117.31137344899997, - 33.96187259000004 - ], - [ - -117.31137399199997, - 33.96187344500004 - ], - [ - -117.31137472899997, - 33.96187460400006 - ], - [ - -117.31137476299995, - 33.961874658000056 - ], - [ - -117.31137553099995, - 33.96187587600008 - ], - [ - -117.31137630099994, - 33.961877091000076 - ], - [ - -117.31137706899995, - 33.96187830800005 - ], - [ - -117.31137783699995, - 33.96187952100007 - ], - [ - -117.31137860399997, - 33.961880740000026 - ], - [ - -117.311379107, - 33.96188153800006 - ], - [ - -117.31137937199998, - 33.961881954000035 - ], - [ - -117.31137975399997, - 33.96188256200003 - ], - [ - -117.311380139, - 33.96188317100007 - ], - [ - -117.31138056999998, - 33.96188386000006 - ], - [ - -117.31138090199994, - 33.961884388000044 - ], - [ - -117.31138114399994, - 33.961884774000055 - ], - [ - -117.31138166499994, - 33.96188560600007 - ], - [ - -117.31138207899994, - 33.96188626400004 - ], - [ - -117.31138243099997, - 33.96188682300004 - ], - [ - -117.31138286299995, - 33.96188751300008 - ], - [ - -117.31138319299998, - 33.961888040000076 - ], - [ - -117.31138360099999, - 33.96188869400004 - ], - [ - -117.31138395499994, - 33.96188925800004 - ], - [ - -117.31138418399996, - 33.96188962900004 - ], - [ - -117.31138471499997, - 33.96189047900003 - ], - [ - -117.31138516699997, - 33.961891200000025 - ], - [ - -117.31138547899997, - 33.961891698000045 - ], - [ - -117.31138582399996, - 33.96189225400008 - ], - [ - -117.31138623699997, - 33.96189291700006 - ], - [ - -117.31138675699998, - 33.96189374900007 - ], - [ - -117.31138699799999, - 33.96189413600007 - ], - [ - -117.31138775599999, - 33.961895355000024 - ], - [ - -117.31138851399999, - 33.96189657700006 - ], - [ - -117.3113892699999, - 33.96189779500003 - ], - [ - -117.31139002599997, - 33.961899016000075 - ], - [ - -117.31139078599995, - 33.961900237000066 - ], - [ - -117.31139148899996, - 33.96190138000003 - ], - [ - -117.31139153799995, - 33.961901460000036 - ], - [ - -117.31139174899994, - 33.96190179900003 - ], - [ - -117.31139229499996, - 33.96190268200007 - ], - [ - -117.31139264099994, - 33.96190324100007 - ], - [ - -117.31139304899995, - 33.961903903000064 - ], - [ - -117.31139348899995, - 33.96190461900005 - ], - [ - -117.31139380099995, - 33.96190512600003 - ], - [ - -117.31139410399999, - 33.96190561800006 - ], - [ - -117.31139455599998, - 33.961906347000024 - ], - [ - -117.31139530699994, - 33.96190757100004 - ], - [ - -117.31139606, - 33.96190879100004 - ], - [ - -117.311396807, - 33.96191001500006 - ], - [ - -117.31139709599995, - 33.96191048500003 - ], - [ - -117.31139756199997, - 33.961911239000074 - ], - [ - -117.31139782999998, - 33.96191168100006 - ], - [ - -117.311398307, - 33.96191246400008 - ], - [ - -117.31139905499998, - 33.96191368900003 - ], - [ - -117.31139908899996, - 33.96191374400007 - ], - [ - -117.31139980199998, - 33.961914910000075 - ], - [ - -117.31140028399994, - 33.96191570000008 - ], - [ - -117.311400548, - 33.96191613600007 - ], - [ - -117.31140129499994, - 33.961917363000055 - ], - [ - -117.311401747, - 33.96191810400006 - ], - [ - -117.31140204199994, - 33.96191858700007 - ], - [ - -117.31140272799996, - 33.961919720000026 - ], - [ - -117.31140278499998, - 33.961919814000055 - ], - [ - -117.31140353, - 33.96192104000005 - ], - [ - -117.31140394, - 33.961921708000034 - ], - [ - -117.31140427799994, - 33.961922266000045 - ], - [ - -117.31140502699998, - 33.96192350600006 - ], - [ - -117.31140576099995, - 33.961924719000024 - ], - [ - -117.31140604499996, - 33.961925189000056 - ], - [ - -117.31140650199995, - 33.961925947000054 - ], - [ - -117.31140724399995, - 33.96192717400004 - ], - [ - -117.31140726399997, - 33.96192720700003 - ], - [ - -117.311407982, - 33.96192840300006 - ], - [ - -117.31140827699994, - 33.96192889200006 - ], - [ - -117.31140871999997, - 33.96192963000004 - ], - [ - -117.31140946099998, - 33.96193085700003 - ], - [ - -117.31140949099995, - 33.961930909000046 - ], - [ - -117.31141019899997, - 33.96193208600005 - ], - [ - -117.31141048399996, - 33.96193256300006 - ], - [ - -117.31141093399998, - 33.961933317000046 - ], - [ - -117.31141116699996, - 33.96193370300006 - ], - [ - -117.31141167099997, - 33.96193454400003 - ], - [ - -117.31141240799997, - 33.96193577500003 - ], - [ - -117.31141261099998, - 33.96193611500007 - ], - [ - -117.31141314099995, - 33.96193700400005 - ], - [ - -117.31141387899999, - 33.96193823600004 - ], - [ - -117.31141461199996, - 33.96193946400007 - ], - [ - -117.31141463199998, - 33.96193949900004 - ], - [ - -117.31141534399995, - 33.96194069300003 - ], - [ - -117.311415636, - 33.96194118600005 - ], - [ - -117.311416077, - 33.961941927000055 - ], - [ - -117.311416808, - 33.961943156000075 - ], - [ - -117.31141754099997, - 33.96194439100003 - ], - [ - -117.31141826899994, - 33.96194562100004 - ], - [ - -117.31141864099999, - 33.961946253000065 - ], - [ - -117.31141899699998, - 33.961946855000065 - ], - [ - -117.31141968299994, - 33.96194801200005 - ], - [ - -117.31141972699999, - 33.96194808700005 - ], - [ - -117.31142009999996, - 33.96194871900008 - ], - [ - -117.31142045399997, - 33.96194931800005 - ], - [ - -117.311421183, - 33.96195055100003 - ], - [ - -117.31142190899999, - 33.96195178700003 - ], - [ - -117.31142243799997, - 33.96195268400004 - ], - [ - -117.31142263599997, - 33.96195301800003 - ], - [ - -117.31142336099998, - 33.961954253000044 - ], - [ - -117.31142394799997, - 33.96195525200005 - ], - [ - -117.31142408499994, - 33.96195548600008 - ], - [ - -117.31142433799994, - 33.96195591400004 - ], - [ - -117.31142481099994, - 33.961956721000035 - ], - [ - -117.31142553299998, - 33.96195795500006 - ], - [ - -117.31142625599995, - 33.96195918900003 - ], - [ - -117.31142697599995, - 33.961960427000065 - ], - [ - -117.31142769799999, - 33.96196166100003 - ], - [ - -117.31142815899995, - 33.96196245300007 - ], - [ - -117.311428418, - 33.961962896000045 - ], - [ - -117.31142881499994, - 33.96196358000003 - ], - [ - -117.311429138, - 33.96196413300004 - ], - [ - -117.31142985799994, - 33.961965371000076 - ], - [ - -117.31143057599996, - 33.961966603000064 - ], - [ - -117.31143129399999, - 33.961967842000035 - ], - [ - -117.31143201199995, - 33.96196908100006 - ], - [ - -117.31143246199997, - 33.96196985900008 - ], - [ - -117.31143272799994, - 33.961970318000056 - ], - [ - -117.31143311699998, - 33.96197099300008 - ], - [ - -117.31143344199995, - 33.96197155700003 - ], - [ - -117.31143415899999, - 33.961972796000055 - ], - [ - -117.31143487299994, - 33.96197403100007 - ], - [ - -117.31143558499997, - 33.96197526900005 - ], - [ - -117.31143629899998, - 33.96197650800008 - ], - [ - -117.31143701099995, - 33.96197774800004 - ], - [ - -117.31143772399997, - 33.961978989000045 - ], - [ - -117.31143799499995, - 33.961979463000034 - ], - [ - -117.31143843299998, - 33.96198022900006 - ], - [ - -117.31143875299995, - 33.96198078700007 - ], - [ - -117.31143914299997, - 33.96198147000007 - ], - [ - -117.31143961299995, - 33.96198229200007 - ], - [ - -117.31143985099999, - 33.96198270900004 - ], - [ - -117.31144055799996, - 33.96198394600003 - ], - [ - -117.31144126499998, - 33.961985190000064 - ], - [ - -117.31144197299994, - 33.961986430000024 - ], - [ - -117.31144268099996, - 33.96198767200008 - ], - [ - -117.31144338599995, - 33.961988914000074 - ], - [ - -117.31144409199999, - 33.96199015700006 - ], - [ - -117.31144419799995, - 33.961990349000075 - ], - [ - -117.31144479599999, - 33.961991399000055 - ], - [ - -117.31144528299995, - 33.961992259000056 - ], - [ - -117.31144549899994, - 33.96199264100005 - ], - [ - -117.31144574399997, - 33.961993077000045 - ], - [ - -117.31144620299995, - 33.96199388600007 - ], - [ - -117.31144665099998, - 33.961994677000064 - ], - [ - -117.31144690599996, - 33.96199512700008 - ], - [ - -117.31144760499996, - 33.961996371000055 - ], - [ - -117.31144793399994, - 33.961996955000075 - ], - [ - -117.31144830599999, - 33.961997616000076 - ], - [ - -117.31144864599997, - 33.961998219000066 - ], - [ - -117.31144900899994, - 33.96199885900006 - ], - [ - -117.31144943399994, - 33.96199962000003 - ], - [ - -117.311449703, - 33.96200010200005 - ], - [ - -117.31145040499996, - 33.96200134800006 - ], - [ - -117.31145067499995, - 33.962001831000066 - ], - [ - -117.31145109999994, - 33.96200259300008 - ], - [ - -117.311451552, - 33.962003399000025 - ], - [ - -117.31145179899994, - 33.962003838000044 - ], - [ - -117.31145249699995, - 33.962005083000065 - ], - [ - -117.31145271499997, - 33.96200547400008 - ], - [ - -117.31145319299998, - 33.962006329000076 - ], - [ - -117.31145365099997, - 33.962007149000044 - ], - [ - -117.31145388799996, - 33.96200757300005 - ], - [ - -117.31145458199995, - 33.96200882100004 - ], - [ - -117.31145479699995, - 33.96200920800004 - ], - [ - -117.31145527499996, - 33.96201006600006 - ], - [ - -117.31145569199998, - 33.96201081700008 - ], - [ - -117.31145596699997, - 33.96201131300006 - ], - [ - -117.31145625299996, - 33.96201182500005 - ], - [ - -117.31145666099997, - 33.96201255900007 - ], - [ - -117.31145735299998, - 33.96201380600007 - ], - [ - -117.31145771599995, - 33.96201446300006 - ], - [ - -117.31145804299996, - 33.96201505500005 - ], - [ - -117.31145837599996, - 33.96201565700005 - ], - [ - -117.31145873299994, - 33.96201630300004 - ], - [ - -117.31145942099994, - 33.96201755100003 - ], - [ - -117.31145968599998, - 33.962018030000024 - ], - [ - -117.31146011199996, - 33.96201879900008 - ], - [ - -117.31146053999998, - 33.962019576000046 - ], - [ - -117.31146079899997, - 33.962020049000046 - ], - [ - -117.31146148699997, - 33.962021295000056 - ], - [ - -117.31146217299994, - 33.962022544000035 - ], - [ - -117.31146285699998, - 33.96202379600004 - ], - [ - -117.31146351899997, - 33.962025004000054 - ], - [ - -117.31146354299995, - 33.962025046000065 - ], - [ - -117.31146422599994, - 33.96202629600003 - ], - [ - -117.31146491499999, - 33.96202754400008 - ], - [ - -117.31146559399997, - 33.96202879600003 - ], - [ - -117.31146627699997, - 33.96203004900008 - ], - [ - -117.311466957, - 33.96203129700007 - ], - [ - -117.31146724699994, - 33.96203182800008 - ], - [ - -117.31146763799995, - 33.96203254900007 - ], - [ - -117.31146832, - 33.96203380000003 - ], - [ - -117.31146856799995, - 33.96203426100004 - ], - [ - -117.31146899899994, - 33.96203505300008 - ], - [ - -117.31146954599996, - 33.962036057000034 - ], - [ - -117.31146967999996, - 33.96203630200006 - ], - [ - -117.31147035099997, - 33.962037545000044 - ], - [ - -117.31147103399996, - 33.962038810000024 - ], - [ - -117.31147171199996, - 33.962040064000064 - ], - [ - -117.31147238699998, - 33.96204131400003 - ], - [ - -117.31147264599997, - 33.96204179700004 - ], - [ - -117.31147305999997, - 33.96204256900006 - ], - [ - -117.31147373599998, - 33.962043823000045 - ], - [ - -117.31147392099996, - 33.96204416900002 - ], - [ - -117.31147441, - 33.96204507600004 - ], - [ - -117.31147508299995, - 33.96204633200006 - ], - [ - -117.31147575299997, - 33.96204758400006 - ], - [ - -117.311475772, - 33.96204761900003 - ], - [ - -117.31147642599996, - 33.962048838000044 - ], - [ - -117.31147684499996, - 33.96204962500008 - ], - [ - -117.31147709499999, - 33.96205009600004 - ], - [ - -117.31147776699999, - 33.96205135100007 - ], - [ - -117.31147831499999, - 33.96205237800007 - ], - [ - -117.31147843699995, - 33.96205260700003 - ], - [ - -117.31147908999998, - 33.96205383200004 - ], - [ - -117.31147910399994, - 33.96205386400004 - ], - [ - -117.31147977199998, - 33.962055116000045 - ], - [ - -117.31148021999996, - 33.962055959000054 - ], - [ - -117.31148044199995, - 33.96205637600008 - ], - [ - -117.31148110799995, - 33.96205763100005 - ], - [ - -117.31148165299999, - 33.962058658000046 - ], - [ - -117.31148177499995, - 33.96205888700007 - ], - [ - -117.31148237999997, - 33.962060035000036 - ], - [ - -117.311482432, - 33.962060148000035 - ], - [ - -117.311483104, - 33.962061402000074 - ], - [ - -117.31148350499996, - 33.96206216200005 - ], - [ - -117.31148376699997, - 33.962062659000026 - ], - [ - -117.31148443, - 33.96206392000005 - ], - [ - -117.31148509299999, - 33.96206517600007 - ], - [ - -117.31148575499998, - 33.962066435000054 - ], - [ - -117.31148594599995, - 33.96206679800002 - ], - [ - -117.311486415, - 33.96206769400004 - ], - [ - -117.31148707499995, - 33.96206895200004 - ], - [ - -117.31148773599995, - 33.96207021300006 - ], - [ - -117.31148839499997, - 33.96207147100006 - ], - [ - -117.31148904999998, - 33.962072732000024 - ], - [ - -117.31148956099997, - 33.96207370800005 - ], - [ - -117.31148970799995, - 33.96207399000008 - ], - [ - -117.31149023399996, - 33.96207499900004 - ], - [ - -117.31149036499994, - 33.962075251000044 - ], - [ - -117.31149038099994, - 33.96207528200006 - ], - [ - -117.31149102299997, - 33.96207651200007 - ], - [ - -117.311491677, - 33.96207777500007 - ], - [ - -117.31149229999994, - 33.962078973000075 - ], - [ - -117.31149233099995, - 33.962079034000055 - ], - [ - -117.31149298499997, - 33.96208029500008 - ], - [ - -117.31149363799994, - 33.96208155700003 - ], - [ - -117.31149429099997, - 33.962082819000045 - ], - [ - -117.31149494399995, - 33.96208408200005 - ], - [ - -117.31149513399998, - 33.962084452000056 - ], - [ - -117.31149559299996, - 33.96208534400006 - ], - [ - -117.31149624099999, - 33.962086604000035 - ], - [ - -117.31149689199998, - 33.96208787000006 - ], - [ - -117.31149692099996, - 33.96208792600004 - ], - [ - -117.311497541, - 33.96208913100003 - ], - [ - -117.31149818999995, - 33.962090395000075 - ], - [ - -117.31149883899997, - 33.962091659000066 - ], - [ - -117.31149923299995, - 33.96209243200008 - ], - [ - -117.31149948299998, - 33.96209292100008 - ], - [ - -117.31150012999996, - 33.96209418700005 - ], - [ - -117.31150077299998, - 33.962095453000074 - ], - [ - -117.31150141999996, - 33.962096716000076 - ], - [ - -117.31150206299998, - 33.96209797900008 - ], - [ - -117.31150270499995, - 33.96209924400006 - ], - [ - -117.31150313599994, - 33.96210009500004 - ], - [ - -117.31150334699998, - 33.962100511000074 - ], - [ - -117.31150372699994, - 33.962101260000054 - ], - [ - -117.31150398799997, - 33.962101776000054 - ], - [ - -117.31150416, - 33.96210211500005 - ], - [ - -117.31150462999994, - 33.962103042000024 - ], - [ - -117.31150526999994, - 33.96210430700006 - ], - [ - -117.31150590899995, - 33.962105575000066 - ], - [ - -117.31150625999999, - 33.96210627000005 - ], - [ - -117.31150654799995, - 33.96210684300007 - ], - [ - -117.31150692799997, - 33.96210759200005 - ], - [ - -117.31150718699996, - 33.96210810900004 - ], - [ - -117.31150722199999, - 33.96210817700006 - ], - [ - -117.31150782299994, - 33.96210937500007 - ], - [ - -117.31150844399997, - 33.96211061300005 - ], - [ - -117.311508458, - 33.96211064400006 - ], - [ - -117.31150909899998, - 33.96211191100008 - ], - [ - -117.311509732, - 33.96211317900003 - ], - [ - -117.31151036499995, - 33.96211444800008 - ], - [ - -117.31151100099999, - 33.96211571400005 - ], - [ - -117.311511339, - 33.96211639400008 - ], - [ - -117.31151163299995, - 33.96211698500008 - ], - [ - -117.31151182099995, - 33.96211736300006 - ], - [ - -117.31151226299994, - 33.962118254000075 - ], - [ - -117.31151277899994, - 33.96211928500003 - ], - [ - -117.31151289599995, - 33.96211952300007 - ], - [ - -117.31151291999998, - 33.96211956900004 - ], - [ - -117.31151352499995, - 33.96212079000003 - ], - [ - -117.31151413999999, - 33.96212202600003 - ], - [ - -117.31151415399995, - 33.96212206100006 - ], - [ - -117.31151478499999, - 33.96212333100004 - ], - [ - -117.31151540599996, - 33.96212458400004 - ], - [ - -117.311516042, - 33.96212587000008 - ], - [ - -117.31151666899996, - 33.96212714200004 - ], - [ - -117.31151729699997, - 33.96212841200003 - ], - [ - -117.31151792399999, - 33.96212968400005 - ], - [ - -117.311518547, - 33.96213095600007 - ], - [ - -117.3115191699999, - 33.96213222500006 - ], - [ - -117.311519794, - 33.96213350000005 - ], - [ - -117.31152041699994, - 33.96213477300006 - ], - [ - -117.31152103899996, - 33.96213604500008 - ], - [ - -117.31152166399994, - 33.96213731600005 - ], - [ - -117.31152228299999, - 33.96213858800007 - ], - [ - -117.31152256799999, - 33.96213917600005 - ], - [ - -117.31152290099999, - 33.96213986200007 - ], - [ - -117.31152352, - 33.962141134000035 - ], - [ - -117.31152414199994, - 33.96214240900008 - ], - [ - -117.31152475599998, - 33.96214368200003 - ], - [ - -117.31152537499997, - 33.96214495800007 - ], - [ - -117.31152599199999, - 33.962146234000045 - ], - [ - -117.31155742799996, - 33.962224681000066 - ], - [ - -117.31159746399999, - 33.96232668000005 - ], - [ - -117.311602898, - 33.96234052800003 - ], - [ - -117.31161182999995, - 33.96236328600003 - ], - [ - -117.31165745699997, - 33.96250407400004 - ], - [ - -117.31169416299997, - 33.96264660200006 - ], - [ - -117.31169417399997, - 33.96264665800004 - ], - [ - -117.31172188999994, - 33.96279064700008 - ], - [ - -117.311740521, - 33.96293564900003 - ], - [ - -117.31174937399999, - 33.96307133200003 - ], - [ - -117.31175002199996, - 33.96308126500003 - ], - [ - -117.31175005899996, - 33.96309667000003 - ], - [ - -117.31175036099995, - 33.96322709300006 - ], - [ - -117.31174153999996, - 33.96337273900008 - ], - [ - -117.311723584, - 33.963517798000055 - ], - [ - -117.31171156, - 33.96358185400004 - ], - [ - -117.311696542, - 33.96366187800004 - ], - [ - -117.31167301499994, - 33.96375498900005 - ], - [ - -117.31166048699998, - 33.963804579000055 - ], - [ - -117.31164271999995, - 33.96386026000005 - ], - [ - -117.31161570299997, - 33.963944930000025 - ], - [ - -117.31157218299995, - 33.964058769000076 - ], - [ - -117.31153210599996, - 33.964155866000056 - ], - [ - -117.31149222199997, - 33.96424139900006 - ], - [ - -117.31148510999998, - 33.96425665400005 - ], - [ - -117.311470295, - 33.96428508500003 - ], - [ - -117.31143418799996, - 33.96435438000003 - ], - [ - -117.31138073399995, - 33.964446904000056 - ], - [ - -117.31125079999998, - 33.964664060000075 - ], - [ - -117.31118712199998, - 33.964776302000075 - ], - [ - -117.31113091699996, - 33.96488716600004 - ], - [ - -117.311091767, - 33.96497586600003 - ], - [ - -117.31108736999994, - 33.964988891000075 - ], - [ - -117.31105720599999, - 33.965078247000065 - ], - [ - -117.31103626299995, - 33.96516670600005 - ], - [ - -117.311036243, - 33.965166786000054 - ], - [ - -117.31103563999994, - 33.96516933700008 - ], - [ - -117.31102094, - 33.965275048000024 - ], - [ - -117.31101684999999, - 33.965365414000075 - ], - [ - -117.31102195299997, - 33.96547176400003 - ], - [ - -117.31103486699999, - 33.96556146700004 - ], - [ - -117.311055437, - 33.96565068900003 - ], - [ - -117.31108566299997, - 33.96575080000002 - ], - [ - -117.31108567399997, - 33.96575083400006 - ], - [ - -117.31112292599994, - 33.96585620400003 - ], - [ - -117.31125614299998, - 33.96620873300003 - ], - [ - -117.31125616299994, - 33.96620878300007 - ], - [ - -117.311316235, - 33.96635406400003 - ], - [ - -117.31137154599998, - 33.96649916700005 - ], - [ - -117.31138178299994, - 33.966548448000026 - ], - [ - -117.311387503, - 33.966579394000064 - ], - [ - -117.311389868, - 33.96659219400004 - ], - [ - -117.31139703699995, - 33.96663605400005 - ], - [ - -117.31140328699996, - 33.96668002000007 - ], - [ - -117.31140861299997, - 33.96672404700007 - ], - [ - -117.31141301699995, - 33.966768158000036 - ], - [ - -117.31141479999997, - 33.96679080800004 - ], - [ - -117.31141649399996, - 33.966812326000024 - ], - [ - -117.31141904699996, - 33.96685653700007 - ], - [ - -117.31141977699997, - 33.966876366000065 - ], - [ - -117.31142067599995, - 33.966900778000024 - ], - [ - -117.31142137499995, - 33.96694503800006 - ], - [ - -117.31142124899998, - 33.96696966500008 - ], - [ - -117.31142115199998, - 33.96698861300007 - ], - [ - -117.31141303099997, - 33.967069163000076 - ], - [ - -117.31140988599998, - 33.96710230700006 - ], - [ - -117.31140604299998, - 33.967135401000064 - ], - [ - -117.31140150899995, - 33.967168435000076 - ], - [ - -117.31139628299997, - 33.96720139700005 - ], - [ - -117.31139036899998, - 33.967234278000035 - ], - [ - -117.31138376399997, - 33.96726706900006 - ], - [ - -117.31138128499998, - 33.96727819000006 - ], - [ - -117.31137647499997, - 33.96729975900007 - ], - [ - -117.311372614, - 33.96731554100006 - ], - [ - -117.31136850299998, - 33.96733233700007 - ], - [ - -117.31135984899998, - 33.96736479400005 - ], - [ - -117.31135051799998, - 33.96739712100003 - ], - [ - -117.31134790699997, - 33.96740551700003 - ], - [ - -117.31134051, - 33.96742930700003 - ], - [ - -117.31132982899999, - 33.96746134400007 - ], - [ - -117.31131847899997, - 33.96749321800007 - ], - [ - -117.311313397, - 33.967506626000045 - ], - [ - -117.311306463, - 33.96752492300004 - ], - [ - -117.31129378399999, - 33.967556450000075 - ], - [ - -117.31128885199996, - 33.96756803900007 - ], - [ - -117.311280448, - 33.96758778700007 - ], - [ - -117.31127234999997, - 33.96760580700004 - ], - [ - -117.31126645499995, - 33.96761892400008 - ], - [ - -117.31125181399995, - 33.96764985500005 - ], - [ - -117.311240979, - 33.96767162700007 - ], - [ - -117.31123652899998, - 33.96768056700006 - ], - [ - -117.31122060099995, - 33.96771105100004 - ], - [ - -117.31121066099996, - 33.967729201000054 - ], - [ - -117.31120403699998, - 33.967741301000046 - ], - [ - -117.31118684299997, - 33.96777130600003 - ], - [ - -117.31116901999997, - 33.96780105300007 - ], - [ - -117.31116034399997, - 33.96781492900004 - ], - [ - -117.31115057999995, - 33.96783053900003 - ], - [ - -117.31113157399994, - 33.96785967400007 - ], - [ - -117.31113155699995, - 33.967859701000066 - ], - [ - -117.31113152299997, - 33.96785975100005 - ], - [ - -117.31111185599997, - 33.96788868200008 - ], - [ - -117.31109159, - 33.96791732300005 - ], - [ - -117.31107072499998, - 33.96794566500006 - ], - [ - -117.31105522899998, - 33.96796591100008 - ], - [ - -117.31104926999996, - 33.96797369800004 - ], - [ - -117.311027229, - 33.96800141600005 - ], - [ - -117.31100461199998, - 33.96802881000008 - ], - [ - -117.31098142499997, - 33.96805587000006 - ], - [ - -117.31095462599995, - 33.968085905000066 - ], - [ - -117.31095413699995, - 33.96808645200008 - ], - [ - -117.31095363099996, - 33.96808700100007 - ], - [ - -117.31095262899998, - 33.96808809000004 - ], - [ - -117.31095212399998, - 33.96808863900003 - ], - [ - -117.31095162499997, - 33.96808918200003 - ], - [ - -117.31095062299994, - 33.96809027300003 - ], - [ - -117.31094962099996, - 33.96809136300004 - ], - [ - -117.31094861899999, - 33.968092453000054 - ], - [ - -117.31094761499998, - 33.96809354200008 - ], - [ - -117.31094667699995, - 33.96809456100004 - ], - [ - -117.31094660799994, - 33.96809463400007 - ], - [ - -117.31094560499997, - 33.968095722000044 - ], - [ - -117.31094459699995, - 33.968096811000066 - ], - [ - -117.31094358999997, - 33.96809790000003 - ], - [ - -117.31094297399994, - 33.96809856500005 - ], - [ - -117.31094258499996, - 33.968098988000065 - ], - [ - -117.31094157899997, - 33.96810007500005 - ], - [ - -117.31094055999995, - 33.96810117800004 - ], - [ - -117.31093956099994, - 33.96810225100006 - ], - [ - -117.31093924099997, - 33.96810259600005 - ], - [ - -117.31093855399996, - 33.96810333600007 - ], - [ - -117.31093754199998, - 33.96810442300006 - ], - [ - -117.31093653099998, - 33.968105509000054 - ], - [ - -117.31093552199997, - 33.96810659600004 - ], - [ - -117.31093451499999, - 33.96810768000006 - ], - [ - -117.31093388199997, - 33.96810836100008 - ], - [ - -117.31093350199995, - 33.96810876700005 - ], - [ - -117.310932488, - 33.968109851000065 - ], - [ - -117.31093147399997, - 33.96811093500003 - ], - [ - -117.31093049599997, - 33.96811198100005 - ], - [ - -117.31093046199999, - 33.96811201600008 - ], - [ - -117.31092944899996, - 33.96811310100003 - ], - [ - -117.31092843299996, - 33.968114187000026 - ], - [ - -117.31092742099997, - 33.968115270000055 - ], - [ - -117.31092698999998, - 33.96811573200006 - ], - [ - -117.31092640699995, - 33.96811635500006 - ], - [ - -117.31092551999996, - 33.96811730300004 - ], - [ - -117.31092545699994, - 33.96811737000007 - ], - [ - -117.31092539399998, - 33.968117437000046 - ], - [ - -117.31092437499996, - 33.968118520000075 - ], - [ - -117.31092335999995, - 33.96811960100007 - ], - [ - -117.31092234099998, - 33.96812068200006 - ], - [ - -117.31092132499998, - 33.968121764000045 - ], - [ - -117.31092030699995, - 33.96812284300006 - ], - [ - -117.31091971399997, - 33.96812347300005 - ], - [ - -117.31091928999996, - 33.96812392500004 - ], - [ - -117.31091827299997, - 33.968125007000026 - ], - [ - -117.31091801799994, - 33.96812527700007 - ], - [ - -117.31091725299996, - 33.96812608500005 - ], - [ - -117.31091647999995, - 33.96812690300004 - ], - [ - -117.31091623299994, - 33.96812716300008 - ], - [ - -117.31091521099995, - 33.968128243000024 - ], - [ - -117.31091418899996, - 33.96812932300003 - ], - [ - -117.31091316699997, - 33.96813040200004 - ], - [ - -117.31091214699995, - 33.96813148000007 - ], - [ - -117.310911638, - 33.96813201900005 - ], - [ - -117.31091112499996, - 33.968132559000026 - ], - [ - -117.31091010199998, - 33.96813363500007 - ], - [ - -117.31090907799995, - 33.96813471100006 - ], - [ - -117.31090851, - 33.96813531000004 - ], - [ - -117.31090805399998, - 33.96813578900003 - ], - [ - -117.31090702999995, - 33.968136866000066 - ], - [ - -117.31090651799997, - 33.96813740500005 - ], - [ - -117.310906005, - 33.968137944000034 - ], - [ - -117.31090497899999, - 33.968139019000034 - ], - [ - -117.31090431499996, - 33.968139714000074 - ], - [ - -117.31090395299998, - 33.968140094000034 - ], - [ - -117.31090292799996, - 33.968141167000056 - ], - [ - -117.31090189899999, - 33.968142245000024 - ], - [ - -117.31090164299997, - 33.96814251400008 - ], - [ - -117.31090087099994, - 33.968143319000035 - ], - [ - -117.310899845, - 33.96814439000008 - ], - [ - -117.310898813, - 33.96814546600007 - ], - [ - -117.31089849099999, - 33.96814580100005 - ], - [ - -117.31089778399996, - 33.96814653800004 - ], - [ - -117.31089680199995, - 33.96814756300006 - ], - [ - -117.31089675299995, - 33.96814761300004 - ], - [ - -117.31089572599996, - 33.968148685000074 - ], - [ - -117.31089469499994, - 33.96814975700005 - ], - [ - -117.31089430799994, - 33.96815016100004 - ], - [ - -117.31089366299994, - 33.96815083000007 - ], - [ - -117.31089263099994, - 33.968151901000056 - ], - [ - -117.31089159599998, - 33.96815297100005 - ], - [ - -117.31089056399998, - 33.96815404300003 - ], - [ - -117.31088953199998, - 33.96815511300008 - ], - [ - -117.31088924999995, - 33.96815540500006 - ], - [ - -117.31088849999998, - 33.968156184000065 - ], - [ - -117.31088751199997, - 33.96815720700005 - ], - [ - -117.31088746599994, - 33.96815725500005 - ], - [ - -117.31088643299995, - 33.96815832600004 - ], - [ - -117.31088617299997, - 33.968158595000034 - ], - [ - -117.31088539599995, - 33.96815939500004 - ], - [ - -117.31088435899994, - 33.96816046500004 - ], - [ - -117.31088332399997, - 33.96816153300006 - ], - [ - -117.31088228799996, - 33.96816260200006 - ], - [ - -117.31088125099996, - 33.968163670000024 - ], - [ - -117.31088047299994, - 33.96816447200007 - ], - [ - -117.31088021399995, - 33.96816473900003 - ], - [ - -117.31087975199995, - 33.96816521200003 - ], - [ - -117.31087917299999, - 33.96816580700005 - ], - [ - -117.31087813599999, - 33.96816687200004 - ], - [ - -117.310877098, - 33.96816793900007 - ], - [ - -117.31087606099999, - 33.96816900500005 - ], - [ - -117.310875539, - 33.968169541000066 - ], - [ - -117.31087501899998, - 33.96817007300007 - ], - [ - -117.31087468699997, - 33.968170411000074 - ], - [ - -117.31087397799996, - 33.968171136000024 - ], - [ - -117.31087293599995, - 33.96817220300005 - ], - [ - -117.31087225899995, - 33.96817289200004 - ], - [ - -117.31087189399994, - 33.968173267000054 - ], - [ - -117.310870852, - 33.96817433000007 - ], - [ - -117.31086983599994, - 33.96817537000004 - ], - [ - -117.31086980899994, - 33.96817539800003 - ], - [ - -117.310869546, - 33.96817566400006 - ], - [ - -117.31086876499995, - 33.96817646100004 - ], - [ - -117.31086772099997, - 33.968177524000055 - ], - [ - -117.31086667699998, - 33.96817858700007 - ], - [ - -117.31086562999997, - 33.96817965200006 - ], - [ - -117.31086458699997, - 33.96818071300004 - ], - [ - -117.31086398499997, - 33.968181325000046 - ], - [ - -117.31086354299998, - 33.96818177500006 - ], - [ - -117.31086327999998, - 33.968182042000024 - ], - [ - -117.31086249599997, - 33.96818283600004 - ], - [ - -117.310861446, - 33.96818389900005 - ], - [ - -117.31086039999997, - 33.96818495600007 - ], - [ - -117.31085934899994, - 33.96818601900003 - ], - [ - -117.31085830199999, - 33.968187079000074 - ], - [ - -117.31085725499997, - 33.96818813800007 - ], - [ - -117.31085667999997, - 33.96818872100005 - ], - [ - -117.310856205, - 33.968189202000076 - ], - [ - -117.31085515599995, - 33.968190263000054 - ], - [ - -117.31085489499998, - 33.96819052700005 - ], - [ - -117.31085410599997, - 33.968191320000074 - ], - [ - -117.31085305399995, - 33.968192378000026 - ], - [ - -117.310852, - 33.96819343800007 - ], - [ - -117.31085094999997, - 33.968194494000045 - ], - [ - -117.31085045099996, - 33.96819499600008 - ], - [ - -117.31084989699997, - 33.968195553000044 - ], - [ - -117.31084884599994, - 33.968196609000074 - ], - [ - -117.31084779399998, - 33.96819766700003 - ], - [ - -117.31084674199997, - 33.96819872700007 - ], - [ - -117.31084621499997, - 33.96819925600005 - ], - [ - -117.31084568799997, - 33.968199783000045 - ], - [ - -117.31084463299999, - 33.96820083800003 - ], - [ - -117.310844122, - 33.96820134700005 - ], - [ - -117.31084357699996, - 33.96820189400006 - ], - [ - -117.31084252099998, - 33.968202949000045 - ], - [ - -117.31084147499996, - 33.96820399500007 - ], - [ - -117.31084040999997, - 33.96820505900007 - ], - [ - -117.31083935499998, - 33.968206113000065 - ], - [ - -117.31083908899996, - 33.96820637900004 - ], - [ - -117.31083829499994, - 33.96820717000003 - ], - [ - -117.31083763299995, - 33.96820782700007 - ], - [ - -117.31083723599994, - 33.968208222000044 - ], - [ - -117.31083620699997, - 33.968209245000025 - ], - [ - -117.31083617799999, - 33.96820927400006 - ], - [ - -117.31083511699995, - 33.968210329000044 - ], - [ - -117.31083405899994, - 33.96821138100006 - ], - [ - -117.31083326499999, - 33.96821217100006 - ], - [ - -117.31083300199998, - 33.96821243200003 - ], - [ - -117.31083193899997, - 33.968213485000035 - ], - [ - -117.31083134699998, - 33.968214070000045 - ], - [ - -117.31083087599995, - 33.96821453700005 - ], - [ - -117.31082981599997, - 33.96821558600004 - ], - [ - -117.31082875299995, - 33.96821663800006 - ], - [ - -117.31082775999994, - 33.968217621000065 - ], - [ - -117.31082769099999, - 33.968217690000074 - ], - [ - -117.31082662799997, - 33.96821874200003 - ], - [ - -117.31082622899999, - 33.96821913500003 - ], - [ - -117.31082556399997, - 33.968219789000045 - ], - [ - -117.31082449999997, - 33.96822083700005 - ], - [ - -117.31082343299994, - 33.96822188800007 - ], - [ - -117.31082236799995, - 33.96822293800005 - ], - [ - -117.31082130199997, - 33.968223986000055 - ], - [ - -117.31082067199998, - 33.968224606000035 - ], - [ - -117.31082023899995, - 33.96822503200008 - ], - [ - -117.31081920999998, - 33.96822604300007 - ], - [ - -117.31081916899996, - 33.96822608100007 - ], - [ - -117.31081890499996, - 33.96822634500006 - ], - [ - -117.31081810399996, - 33.96822713000006 - ], - [ - -117.31081703399997, - 33.968228176000025 - ], - [ - -117.31081650599998, - 33.96822869300007 - ], - [ - -117.31081596499996, - 33.96822922300004 - ], - [ - -117.31081489699994, - 33.96823026800007 - ], - [ - -117.31081428099998, - 33.96823087000007 - ], - [ - -117.31081382699995, - 33.968231314000036 - ], - [ - -117.31081277199996, - 33.96823234900006 - ], - [ - -117.310811689, - 33.96823340800006 - ], - [ - -117.31081115599994, - 33.96823393200003 - ], - [ - -117.310810619, - 33.968234453000036 - ], - [ - -117.31080954899994, - 33.968235495000044 - ], - [ - -117.31080891399995, - 33.968236114000035 - ], - [ - -117.31080847599998, - 33.96823653900003 - ], - [ - -117.31080740399995, - 33.96823758200003 - ], - [ - -117.31080633099998, - 33.96823862700006 - ], - [ - -117.31080525899995, - 33.96823967000006 - ], - [ - -117.31080480799994, - 33.96824011100006 - ], - [ - -117.31080418699997, - 33.968240714000046 - ], - [ - -117.31080311399995, - 33.96824175800003 - ], - [ - -117.31080284499996, - 33.96824202000005 - ], - [ - -117.31080204099999, - 33.96824280000004 - ], - [ - -117.31080139, - 33.96824342800005 - ], - [ - -117.31080096299996, - 33.96824384200005 - ], - [ - -117.31080044899994, - 33.96824433900008 - ], - [ - -117.31079988699997, - 33.96824488300007 - ], - [ - -117.31079954999996, - 33.96824520800004 - ], - [ - -117.31079881299996, - 33.96824592300004 - ], - [ - -117.31079773599998, - 33.96824696500005 - ], - [ - -117.31079706099996, - 33.96824761800008 - ], - [ - -117.31079665899995, - 33.96824800600007 - ], - [ - -117.31079639, - 33.968248267000035 - ], - [ - -117.31079558, - 33.96824904700003 - ], - [ - -117.31079450399994, - 33.96825008400003 - ], - [ - -117.31079386599998, - 33.968250699000066 - ], - [ - -117.31079342499999, - 33.96825112400006 - ], - [ - -117.31079234499998, - 33.968252163000045 - ], - [ - -117.31079166399996, - 33.96825281900004 - ], - [ - -117.31079126499998, - 33.96825320200003 - ], - [ - -117.31079018899999, - 33.96825424000008 - ], - [ - -117.31078991799995, - 33.96825450100005 - ], - [ - -117.31078949599998, - 33.96825490500004 - ], - [ - -117.31078910699995, - 33.96825527800007 - ], - [ - -117.31078853699995, - 33.96825582500003 - ], - [ - -117.31078802399998, - 33.968256315000076 - ], - [ - -117.31078747899994, - 33.96825683900005 - ], - [ - -117.31078694299998, - 33.96825735300007 - ], - [ - -117.31078010999994, - 33.96826390100006 - ], - [ - -117.31075884099994, - 33.96828428600003 - ], - [ - -117.310701957, - 33.96833787300005 - ], - [ - -117.31052714299994, - 33.968502425000054 - ], - [ - -117.31052707799995, - 33.96850248800007 - ], - [ - -117.31052701899995, - 33.96850254000003 - ], - [ - -117.31052647599995, - 33.968503017000046 - ], - [ - -117.31052588899996, - 33.96850353700006 - ], - [ - -117.310525, - 33.968504325000026 - ], - [ - -117.31052475799999, - 33.96850453800005 - ], - [ - -117.31052362999998, - 33.96850554100007 - ], - [ - -117.31052309699999, - 33.96850601700004 - ], - [ - -117.310522505, - 33.968506544000036 - ], - [ - -117.31052137799998, - 33.96850754700006 - ], - [ - -117.31052096399998, - 33.968507920000036 - ], - [ - -117.31052025399998, - 33.96850855400004 - ], - [ - -117.31051913099998, - 33.96850955900004 - ], - [ - -117.31051800799997, - 33.96851056600008 - ], - [ - -117.31051688999997, - 33.968511575000036 - ], - [ - -117.31051625099997, - 33.96851215100003 - ], - [ - -117.31051577099998, - 33.96851258500004 - ], - [ - -117.31051487399998, - 33.96851339300002 - ], - [ - -117.31051465299998, - 33.96851359400006 - ], - [ - -117.31051353299995, - 33.96851460500005 - ], - [ - -117.31051282299995, - 33.968515248000074 - ], - [ - -117.31051241799997, - 33.96851561500006 - ], - [ - -117.31051167199996, - 33.968516296000075 - ], - [ - -117.31051130799995, - 33.96851662800003 - ], - [ - -117.31051019399996, - 33.96851764300004 - ], - [ - -117.31050989, - 33.96851792100006 - ], - [ - -117.31050907999997, - 33.96851865600007 - ], - [ - -117.31050832799997, - 33.96851934700004 - ], - [ - -117.31050797199998, - 33.96851967400005 - ], - [ - -117.310506864, - 33.96852068900006 - ], - [ - -117.310506794, - 33.968520753000064 - ], - [ - -117.31050575499995, - 33.968521707000036 - ], - [ - -117.31050473499994, - 33.968522646000054 - ], - [ - -117.31050464799995, - 33.96852272700005 - ], - [ - -117.31050354299998, - 33.96852374700006 - ], - [ - -117.31050243799996, - 33.968524768000066 - ], - [ - -117.31050150299995, - 33.96852562200007 - ], - [ - -117.31050132699994, - 33.96852578100004 - ], - [ - -117.31050023599994, - 33.96852681200005 - ], - [ - -117.31049961899998, - 33.96852738300004 - ], - [ - -117.31049913499999, - 33.96852783300005 - ], - [ - -117.31049871999994, - 33.96852822200003 - ], - [ - -117.31049803699995, - 33.96852886000005 - ], - [ - -117.31049693899996, - 33.968529885000066 - ], - [ - -117.310495845, - 33.96853091100007 - ], - [ - -117.31049561299994, - 33.96853113000003 - ], - [ - -117.31049474999998, - 33.96853194000005 - ], - [ - -117.31049413499994, - 33.96853251600004 - ], - [ - -117.31049365499996, - 33.968532967000044 - ], - [ - -117.31049256399996, - 33.968533998000055 - ], - [ - -117.31049147199997, - 33.96853502700003 - ], - [ - -117.31049038199995, - 33.96853605900003 - ], - [ - -117.31048979199994, - 33.968536622000045 - ], - [ - -117.31048929599996, - 33.968537092000076 - ], - [ - -117.31048858899999, - 33.968537764000075 - ], - [ - -117.31048821, - 33.968538125000066 - ], - [ - -117.31048773699996, - 33.968538573000046 - ], - [ - -117.31048712399996, - 33.968539159000045 - ], - [ - -117.31048669999996, - 33.968539562000046 - ], - [ - -117.31048603899995, - 33.968540191000045 - ], - [ - -117.31048563299998, - 33.968540580000024 - ], - [ - -117.310484955, - 33.96854123000003 - ], - [ - -117.31048390299998, - 33.968542239000044 - ], - [ - -117.31048387199996, - 33.96854226800008 - ], - [ - -117.31048279499998, - 33.968543304000036 - ], - [ - -117.31048171199996, - 33.968544344000065 - ], - [ - -117.31048063499998, - 33.96854538200006 - ], - [ - -117.31048012399998, - 33.968545876000064 - ], - [ - -117.31047955999998, - 33.96854642300008 - ], - [ - -117.31047848599997, - 33.968547467000064 - ], - [ - -117.31047818699994, - 33.96854775500003 - ], - [ - -117.31047740999998, - 33.96854850900007 - ], - [ - -117.310476339, - 33.96854955300006 - ], - [ - -117.31047526799995, - 33.96855059500007 - ], - [ - -117.31047463999994, - 33.96855121100003 - ], - [ - -117.31047419899994, - 33.96855164200008 - ], - [ - -117.31047313, - 33.968552690000024 - ], - [ - -117.31047206099998, - 33.968553738000026 - ], - [ - -117.310470996, - 33.96855478600003 - ], - [ - -117.31046993299998, - 33.96855583400003 - ], - [ - -117.31046932499999, - 33.96855643300006 - ], - [ - -117.31046886799999, - 33.968556884000066 - ], - [ - -117.31046780699995, - 33.968557936000025 - ], - [ - -117.31046729399998, - 33.96855844500004 - ], - [ - -117.31046674699996, - 33.96855898800004 - ], - [ - -117.31046568699998, - 33.968560041000046 - ], - [ - -117.31046462899997, - 33.96856109400005 - ], - [ - -117.31046400899999, - 33.96856171600007 - ], - [ - -117.31046357399998, - 33.968562150000025 - ], - [ - -117.31046252099998, - 33.968563207000045 - ], - [ - -117.310461869, - 33.96856385700005 - ], - [ - -117.31046146399996, - 33.968564263000076 - ], - [ - -117.31046040899997, - 33.96856532000004 - ], - [ - -117.31045935799995, - 33.96856638100007 - ], - [ - -117.31045831299997, - 33.968567438000036 - ], - [ - -117.31045726199994, - 33.968568498000025 - ], - [ - -117.31045649999999, - 33.968569271000035 - ], - [ - -117.31045621499999, - 33.96856956000005 - ], - [ - -117.31045519899999, - 33.96857059200005 - ], - [ - -117.31045516999995, - 33.96857062200007 - ], - [ - -117.31045412799995, - 33.96857168500003 - ], - [ - -117.31045307899996, - 33.96857275000008 - ], - [ - -117.31045204199995, - 33.96857381600006 - ], - [ - -117.310451, - 33.96857488100005 - ], - [ - -117.31044995999997, - 33.96857594800008 - ], - [ - -117.310449485, - 33.96857643800007 - ], - [ - -117.31044892299997, - 33.96857701700003 - ], - [ - -117.31044768499999, - 33.968578293000064 - ], - [ - -117.31044661699997, - 33.96857933700005 - ], - [ - -117.31044554699997, - 33.96858038200003 - ], - [ - -117.31044496599998, - 33.96858095300007 - ], - [ - -117.31044448199998, - 33.968581432000065 - ], - [ - -117.31044345599997, - 33.96858244500004 - ], - [ - -117.31044341799998, - 33.968582482000045 - ], - [ - -117.31044235899998, - 33.96858353600004 - ], - [ - -117.31044130299995, - 33.96858459200007 - ], - [ - -117.31044024999994, - 33.968585648000044 - ], - [ - -117.31043919899997, - 33.96858670900008 - ], - [ - -117.31043815399994, - 33.968587770000056 - ], - [ - -117.31043724299997, - 33.96858868100003 - ], - [ - -117.310437101, - 33.968588829000055 - ], - [ - -117.31043609699998, - 33.96858986700005 - ], - [ - -117.31043606599997, - 33.96858989900005 - ], - [ - -117.31043502899996, - 33.96859096700007 - ], - [ - -117.310433994, - 33.96859203400004 - ], - [ - -117.31043295999996, - 33.96859310600007 - ], - [ - -117.31043193199997, - 33.968594179000036 - ], - [ - -117.31043090499998, - 33.96859525600007 - ], - [ - -117.31042988399997, - 33.96859633200006 - ], - [ - -117.310428861, - 33.968597412000065 - ], - [ - -117.31042815199999, - 33.96859816600005 - ], - [ - -117.31042784399995, - 33.96859849400005 - ], - [ - -117.310426829, - 33.96859957500004 - ], - [ - -117.31042581999998, - 33.96860066100004 - ], - [ - -117.31042507599994, - 33.96860146400007 - ], - [ - -117.31042481199995, - 33.96860174900007 - ], - [ - -117.31042380499997, - 33.96860283700005 - ], - [ - -117.31042280399998, - 33.96860392800005 - ], - [ - -117.31042180699995, - 33.968605023000066 - ], - [ - -117.31042110599998, - 33.96860579200006 - ], - [ - -117.31042080799995, - 33.968606118000025 - ], - [ - -117.31041981599998, - 33.96860721400003 - ], - [ - -117.31041882599999, - 33.96860831400005 - ], - [ - -117.31041810099998, - 33.96860912300008 - ], - [ - -117.31041783899997, - 33.96860941500006 - ], - [ - -117.31041743399999, - 33.96860986900003 - ], - [ - -117.31041685499997, - 33.96861051700006 - ], - [ - -117.31041646699998, - 33.96861095400004 - ], - [ - -117.310415875, - 33.968611622000026 - ], - [ - -117.31041489899997, - 33.96861272800004 - ], - [ - -117.31041392299994, - 33.96861383500004 - ], - [ - -117.31041295299997, - 33.96861494700005 - ], - [ - -117.31041198499997, - 33.968616058000066 - ], - [ - -117.31041139699994, - 33.96861673700005 - ], - [ - -117.31041101999995, - 33.96861717300004 - ], - [ - -117.31041056499998, - 33.968617702000074 - ], - [ - -117.31041005799995, - 33.96861828800007 - ], - [ - -117.31040977799995, - 33.968618614000036 - ], - [ - -117.31040909899997, - 33.96861940800005 - ], - [ - -117.31040817099995, - 33.96862049500004 - ], - [ - -117.31040814099998, - 33.96862052500006 - ], - [ - -117.31040719099997, - 33.968621649000056 - ], - [ - -117.31040699599998, - 33.96862188600005 - ], - [ - -117.31040502399998, - 33.96862404600006 - ], - [ - -117.31040295199995, - 33.96862631600004 - ], - [ - -117.31040229999996, - 33.96862703000005 - ], - [ - -117.31040195199995, - 33.96862741000007 - ], - [ - -117.31040095399999, - 33.96862850400004 - ], - [ - -117.31040086399997, - 33.96862860300007 - ], - [ - -117.310400771, - 33.96862869900008 - ], - [ - -117.31039995499998, - 33.968629597000074 - ], - [ - -117.31039895499998, - 33.968630689000065 - ], - [ - -117.31039821399997, - 33.968631499000026 - ], - [ - -117.31039795399994, - 33.968631782000045 - ], - [ - -117.31039695699997, - 33.968632875000026 - ], - [ - -117.31039596, - 33.96863396700007 - ], - [ - -117.31039549199994, - 33.96863447900006 - ], - [ - -117.31039495799996, - 33.96863506100004 - ], - [ - -117.31039396799997, - 33.96863615900003 - ], - [ - -117.31039388999994, - 33.968636246000074 - ], - [ - -117.31039297599995, - 33.96863725700007 - ], - [ - -117.31039257899994, - 33.96863769600003 - ], - [ - -117.31039198299999, - 33.96863835600004 - ], - [ - -117.31039099399999, - 33.96863945200005 - ], - [ - -117.31039037299996, - 33.96864014000005 - ], - [ - -117.31039000399994, - 33.96864055000003 - ], - [ - -117.31038956099997, - 33.96864104700006 - ], - [ - -117.31038901599999, - 33.968641654000066 - ], - [ - -117.31038803099995, - 33.96864275400003 - ], - [ - -117.31038704599996, - 33.96864385600003 - ], - [ - -117.31038605999998, - 33.96864495800003 - ], - [ - -117.31038556699997, - 33.968645508000066 - ], - [ - -117.31038552999996, - 33.968645550000076 - ], - [ - -117.31038507799997, - 33.96864606100007 - ], - [ - -117.31038469499998, - 33.96864649300005 - ], - [ - -117.31038409799999, - 33.968647168000075 - ], - [ - -117.31038312099997, - 33.96864827300004 - ], - [ - -117.31038214299997, - 33.968649380000045 - ], - [ - -117.31038116599996, - 33.96865048500007 - ], - [ - -117.31038067599997, - 33.968651038000075 - ], - [ - -117.31038018999999, - 33.96865159400005 - ], - [ - -117.31037922099995, - 33.96865270400008 - ], - [ - -117.31037824799995, - 33.96865381500004 - ], - [ - -117.31037727799998, - 33.968654927000046 - ], - [ - -117.31037630599997, - 33.96865603600003 - ], - [ - -117.31037533399996, - 33.96865714900008 - ], - [ - -117.31037485, - 33.968657704000066 - ], - [ - -117.31037437099997, - 33.96865826100003 - ], - [ - -117.31037370499996, - 33.96865903300005 - ], - [ - -117.31037340999995, - 33.96865937500007 - ], - [ - -117.31037296899996, - 33.96865988900004 - ], - [ - -117.31037244799995, - 33.96866049400006 - ], - [ - -117.31037211999995, - 33.96866087500007 - ], - [ - -117.31037148899998, - 33.96866160900004 - ], - [ - -117.31037056399998, - 33.96866268200006 - ], - [ - -117.31037052299996, - 33.96866272400007 - ], - [ - -117.31036956499997, - 33.96866384200007 - ], - [ - -117.31036860299997, - 33.96866495900008 - ], - [ - -117.31036824399996, - 33.96866537600005 - ], - [ - -117.31036764799995, - 33.96866608000005 - ], - [ - -117.31036669499997, - 33.96866720000003 - ], - [ - -117.31036574199999, - 33.96866832200004 - ], - [ - -117.31036479099998, - 33.96866944200008 - ], - [ - -117.31036383699995, - 33.968670565000025 - ], - [ - -117.31036293099999, - 33.96867163200005 - ], - [ - -117.31036288499996, - 33.96867168600005 - ], - [ - -117.31036216899997, - 33.968672527000024 - ], - [ - -117.31036193499995, - 33.96867280600003 - ], - [ - -117.31036099199997, - 33.96867393500003 - ], - [ - -117.31036004899994, - 33.968675062000045 - ], - [ - -117.31035910499997, - 33.96867619000005 - ], - [ - -117.31035816099995, - 33.968677316000026 - ], - [ - -117.31035758599995, - 33.968678004000026 - ], - [ - -117.31035721899997, - 33.968678442000055 - ], - [ - -117.31035680499997, - 33.96867893600006 - ], - [ - -117.31035628099994, - 33.96867957300003 - ], - [ - -117.31035533399995, - 33.96868069800007 - ], - [ - -117.31035525099998, - 33.96868079800004 - ], - [ - -117.3103544, - 33.96868182900005 - ], - [ - -117.31035346399995, - 33.96868296100007 - ], - [ - -117.31035252999999, - 33.968684093000036 - ], - [ - -117.31035191899997, - 33.96868483500003 - ], - [ - -117.31035159699996, - 33.96868522600005 - ], - [ - -117.31035066399994, - 33.96868636100004 - ], - [ - -117.31034973599998, - 33.968687497000076 - ], - [ - -117.31034881599999, - 33.968688635000035 - ], - [ - -117.31034852499994, - 33.96868899100008 - ], - [ - -117.31034829199996, - 33.968689278000056 - ], - [ - -117.31034789199998, - 33.96868977400004 - ], - [ - -117.310346972, - 33.968690913000046 - ], - [ - -117.31034603499995, - 33.96869204300003 - ], - [ - -117.31034514699996, - 33.96869314200006 - ], - [ - -117.31034510999996, - 33.96869318000006 - ], - [ - -117.31034419399998, - 33.968694320000054 - ], - [ - -117.31034334499998, - 33.96869537500004 - ], - [ - -117.310343274, - 33.968695464000064 - ], - [ - -117.31034236799997, - 33.96869661200003 - ], - [ - -117.31034144699998, - 33.968697752000026 - ], - [ - -117.31034052599995, - 33.968698894000056 - ], - [ - -117.310340296, - 33.968699178000065 - ], - [ - -117.31033961499998, - 33.968700037000076 - ], - [ - -117.310339361, - 33.968700356000056 - ], - [ - -117.31033870599998, - 33.968701183000064 - ], - [ - -117.31033779699999, - 33.96870232800006 - ], - [ - -117.310337211, - 33.968703067000035 - ], - [ - -117.31033688699995, - 33.96870347400005 - ], - [ - -117.31033597699997, - 33.96870462100003 - ], - [ - -117.31033506699998, - 33.968705767000074 - ], - [ - -117.31033466999997, - 33.96870627000004 - ], - [ - -117.31033416599996, - 33.96870691600003 - ], - [ - -117.31033326499994, - 33.96870807000005 - ], - [ - -117.31033319399995, - 33.96870816200004 - ], - [ - -117.31033235499996, - 33.96870921300007 - ], - [ - -117.31033145299995, - 33.96871036500005 - ], - [ - -117.31033060799996, - 33.96871144800008 - ], - [ - -117.31033055399996, - 33.96871151700003 - ], - [ - -117.31032965799994, - 33.96871267000006 - ], - [ - -117.31032875099999, - 33.96871383300004 - ], - [ - -117.31032787599997, - 33.968714979000026 - ], - [ - -117.31032708799995, - 33.96871598800004 - ], - [ - -117.31032697899997, - 33.968716130000075 - ], - [ - -117.31032608799995, - 33.968717291000075 - ], - [ - -117.31032555799999, - 33.968717982000044 - ], - [ - -117.31032519899998, - 33.96871844700007 - ], - [ - -117.31032430899995, - 33.96871960500005 - ], - [ - -117.31032342199995, - 33.96872076100004 - ], - [ - -117.31032253199999, - 33.968721919000075 - ], - [ - -117.31032230999995, - 33.96872220900008 - ], - [ - -117.31032165099998, - 33.968723080000075 - ], - [ - -117.31032125899998, - 33.968723596000075 - ], - [ - -117.31032076899999, - 33.96872424400004 - ], - [ - -117.31031989099995, - 33.96872540600003 - ], - [ - -117.31031901299997, - 33.96872656800008 - ], - [ - -117.31031813299995, - 33.96872773000007 - ], - [ - -117.31031725399998, - 33.96872889200006 - ], - [ - -117.31031667399998, - 33.968729659000076 - ], - [ - -117.31031637399997, - 33.96873005400005 - ], - [ - -117.31031604499998, - 33.96873049000004 - ], - [ - -117.31031549999994, - 33.96873121900006 - ], - [ - -117.31031547499998, - 33.968731253000044 - ], - [ - -117.31031463299996, - 33.968732387000045 - ], - [ - -117.31031376399994, - 33.96873355500003 - ], - [ - -117.31031289299995, - 33.96873472300007 - ], - [ - -117.31031239699996, - 33.96873539000006 - ], - [ - -117.31031202599996, - 33.96873588900007 - ], - [ - -117.31031115399998, - 33.968737058000045 - ], - [ - -117.31031028599995, - 33.96873822500004 - ], - [ - -117.31030985099994, - 33.96873880800007 - ], - [ - -117.31030942199999, - 33.96873939500006 - ], - [ - -117.31030856399997, - 33.968740567000054 - ], - [ - -117.31030769999995, - 33.96874174200008 - ], - [ - -117.31030767699997, - 33.96874177700005 - ], - [ - -117.31030684599995, - 33.96874291200004 - ], - [ - -117.31030626699999, - 33.968743704000076 - ], - [ - -117.31030598499996, - 33.96874408800005 - ], - [ - -117.31030570699994, - 33.96874446900006 - ], - [ - -117.31030512799998, - 33.96874526000005 - ], - [ - -117.31030485799994, - 33.96874562800008 - ], - [ - -117.31030448299998, - 33.96874613800003 - ], - [ - -117.31030427099995, - 33.968746433000035 - ], - [ - -117.31030341199994, - 33.968747621000034 - ], - [ - -117.31030256999998, - 33.96874878600005 - ], - [ - -117.31030175999996, - 33.96874990600003 - ], - [ - -117.31030171999998, - 33.96874996200006 - ], - [ - -117.31030086799996, - 33.96875114100004 - ], - [ - -117.31030001699997, - 33.96875231700005 - ], - [ - -117.31029978299995, - 33.96875264500005 - ], - [ - -117.31029959199998, - 33.968752907000066 - ], - [ - -117.31029917299998, - 33.96875349700008 - ], - [ - -117.31029833199995, - 33.96875467700005 - ], - [ - -117.31029781899997, - 33.96875539500007 - ], - [ - -117.310297489, - 33.968755860000044 - ], - [ - -117.31029664799996, - 33.96875704100006 - ], - [ - -117.31029661899998, - 33.968757082000025 - ], - [ - -117.31029580599994, - 33.968758223000066 - ], - [ - -117.31029538499996, - 33.96875881400007 - ], - [ - -117.31029501399996, - 33.968759343000045 - ], - [ - -117.310294968, - 33.96875940800004 - ], - [ - -117.31029413799996, - 33.96876059300007 - ], - [ - -117.3102935799999, - 33.96876138300007 - ], - [ - -117.31029330299998, - 33.96876177900003 - ], - [ - -117.310292469, - 33.96876296500005 - ], - [ - -117.31029198999994, - 33.96876364900004 - ], - [ - -117.31029163499994, - 33.96876415200006 - ], - [ - -117.31029079299998, - 33.96876535000007 - ], - [ - -117.31028997099997, - 33.96876652200007 - ], - [ - -117.31028978999996, - 33.968766781000056 - ], - [ - -117.310289147, - 33.968767711000055 - ], - [ - -117.31028872299999, - 33.968768311000076 - ], - [ - -117.31028830899999, - 33.96876889500004 - ], - [ - -117.31028798299997, - 33.96876936600006 - ], - [ - -117.31028748699998, - 33.968770085000074 - ], - [ - -117.31028666199995, - 33.96877127500005 - ], - [ - -117.31028639799996, - 33.96877165600006 - ], - [ - -117.31028584099994, - 33.968772466000075 - ], - [ - -117.31028501999998, - 33.96877366000007 - ], - [ - -117.31028449799999, - 33.96877443400007 - ], - [ - -117.31028421099995, - 33.968774858000074 - ], - [ - -117.31028338999994, - 33.96877604700006 - ], - [ - -117.31028281899995, - 33.96877687500006 - ], - [ - -117.31028256699994, - 33.968777239000076 - ], - [ - -117.31028212599995, - 33.96877788900008 - ], - [ - -117.31028175699998, - 33.96877843500005 - ], - [ - -117.31028094599998, - 33.968779632000064 - ], - [ - -117.31028055699994, - 33.968780207000066 - ], - [ - -117.31028013499997, - 33.968780829000025 - ], - [ - -117.31027932499995, - 33.968782023000074 - ], - [ - -117.31027897899997, - 33.968782532000034 - ], - [ - -117.31027851199997, - 33.968783221000024 - ], - [ - -117.31027826599995, - 33.968783589000054 - ], - [ - -117.310277709, - 33.96878442000008 - ], - [ - -117.31027690899998, - 33.96878562200004 - ], - [ - -117.310276107, - 33.96878682100004 - ], - [ - -117.31027549299995, - 33.96878773900005 - ], - [ - -117.31027530299997, - 33.96878802300006 - ], - [ - -117.31027495499995, - 33.96878854400006 - ], - [ - -117.31027450299996, - 33.968789221000065 - ], - [ - -117.31027369999998, - 33.968790424000076 - ], - [ - -117.31027354999998, - 33.96879064900003 - ], - [ - -117.31027290699996, - 33.96879162600004 - ], - [ - -117.31027210099995, - 33.968792826000026 - ], - [ - -117.31027130499996, - 33.96879402900004 - ], - [ - -117.31027051499996, - 33.96879523300004 - ], - [ - -117.31026972299998, - 33.96879644000006 - ], - [ - -117.31026949899996, - 33.96879678200003 - ], - [ - -117.31026893299997, - 33.96879764400006 - ], - [ - -117.31026842799997, - 33.96879843100004 - ], - [ - -117.31026815399997, - 33.968798856000035 - ], - [ - -117.31026780599996, - 33.96879938700005 - ], - [ - -117.310267362, - 33.96880006200007 - ], - [ - -117.31026696599997, - 33.96880066500006 - ], - [ - -117.31026657599995, - 33.96880126900004 - ], - [ - -117.31026620799997, - 33.96880183800005 - ], - [ - -117.31026579599995, - 33.96880247900003 - ], - [ - -117.31026538099997, - 33.96880312500008 - ], - [ - -117.31026501599996, - 33.96880369200005 - ], - [ - -117.31026423599997, - 33.968804901000055 - ], - [ - -117.31026390899996, - 33.96880540800004 - ], - [ - -117.310263454, - 33.96880611200004 - ], - [ - -117.31026303199997, - 33.96880677000007 - ], - [ - -117.310262675, - 33.96880732200003 - ], - [ - -117.31026231899995, - 33.96880787300006 - ], - [ - -117.31026208799994, - 33.968808231000025 - ], - [ - -117.31026189699998, - 33.96880853300007 - ], - [ - -117.31026112399996, - 33.96880974800007 - ], - [ - -117.31026077399997, - 33.96881029800005 - ], - [ - -117.31026035199994, - 33.96881096300007 - ], - [ - -117.31025989099999, - 33.96881168800007 - ], - [ - -117.31025958099997, - 33.96881217600003 - ], - [ - -117.31025880899995, - 33.96881339000004 - ], - [ - -117.31025859199997, - 33.96881373300005 - ], - [ - -117.31025803699998, - 33.968814606000024 - ], - [ - -117.31025733499996, - 33.968815724000024 - ], - [ - -117.31025727499997, - 33.96881582300006 - ], - [ - -117.31025651199997, - 33.96881704100008 - ], - [ - -117.31025575099994, - 33.96881825600008 - ], - [ - -117.31025571099997, - 33.968818319000036 - ], - [ - -117.31025498799994, - 33.96881947500003 - ], - [ - -117.31025422399995, - 33.968820693000055 - ], - [ - -117.31025396999996, - 33.968821098000035 - ], - [ - -117.31025345999996, - 33.968821914000046 - ], - [ - -117.31025341199995, - 33.96882199000004 - ], - [ - -117.31025336599998, - 33.96882206500004 - ], - [ - -117.31025309499995, - 33.96882250600004 - ], - [ - -117.31025270899994, - 33.96882313300006 - ], - [ - -117.31025197599996, - 33.96882432700005 - ], - [ - -117.31025195599995, - 33.96882435900005 - ], - [ - -117.31025118699995, - 33.96882557300006 - ], - [ - -117.310250436, - 33.96882679500004 - ], - [ - -117.31024968399998, - 33.96882801900006 - ], - [ - -117.31024925099996, - 33.96882872500004 - ], - [ - -117.31024893299997, - 33.96882924200003 - ], - [ - -117.31024821799997, - 33.96883043500003 - ], - [ - -117.31024819699996, - 33.968830472000036 - ], - [ - -117.31024744499996, - 33.96883169300003 - ], - [ - -117.31024725699996, - 33.968832 - ], - [ - -117.31024670299996, - 33.968832923000036 - ], - [ - -117.31024642399996, - 33.96883337300005 - ], - [ - -117.31024594999997, - 33.96883414300004 - ], - [ - -117.31024520699998, - 33.96883536900003 - ], - [ - -117.31024446699996, - 33.96883659900004 - ], - [ - -117.31024443099994, - 33.96883665800004 - ], - [ - -117.31024372599995, - 33.968837826000026 - ], - [ - -117.31024298699998, - 33.968839056000036 - ], - [ - -117.310242244, - 33.96884030100006 - ], - [ - -117.31024152999998, - 33.96884151900008 - ], - [ - -117.31024107999997, - 33.968842266000024 - ], - [ - -117.31024092999996, - 33.96884251700004 - ], - [ - -117.31024079399998, - 33.96884274900003 - ], - [ - -117.31024006499996, - 33.96884398100008 - ], - [ - -117.31023933999995, - 33.968845213000066 - ], - [ - -117.31023859799996, - 33.96884644200003 - ], - [ - -117.31023787, - 33.96884767600005 - ], - [ - -117.31023715699996, - 33.968848914000034 - ], - [ - -117.31023643199995, - 33.96885014600008 - ], - [ - -117.31023579599997, - 33.96885122500004 - ], - [ - -117.31023574999995, - 33.968851303000065 - ], - [ - -117.31023570499997, - 33.968851380000046 - ], - [ - -117.310234988, - 33.96885261700004 - ], - [ - -117.31023427099996, - 33.96885385500008 - ], - [ - -117.31023355599996, - 33.96885509200007 - ], - [ - -117.31023283899998, - 33.96885633000005 - ], - [ - -117.310232123, - 33.96885756800003 - ], - [ - -117.31023174299997, - 33.96885822400003 - ], - [ - -117.31023140699995, - 33.968858804000035 - ], - [ - -117.31023119599996, - 33.96885916900004 - ], - [ - -117.31023090999997, - 33.96885966600007 - ], - [ - -117.31023069399998, - 33.96886004400005 - ], - [ - -117.31023032499996, - 33.968860695000046 - ], - [ - -117.31023011199994, - 33.96886107100005 - ], - [ - -117.31022998999998, - 33.96886128600005 - ], - [ - -117.31022961899998, - 33.96886193900008 - ], - [ - -117.31022928399994, - 33.968862529000035 - ], - [ - -117.31022904199995, - 33.968862957000056 - ], - [ - -117.31022857999994, - 33.96886377000004 - ], - [ - -117.31022787199998, - 33.96886501300003 - ], - [ - -117.31022784899994, - 33.96886505500004 - ], - [ - -117.31022716899997, - 33.968866254000034 - ], - [ - -117.31022646199995, - 33.96886749600003 - ], - [ - -117.31022644299998, - 33.96886753600006 - ], - [ - -117.31022602399997, - 33.968868273000055 - ], - [ - -117.31022576399994, - 33.96886874000006 - ], - [ - -117.310225071, - 33.96886998600007 - ], - [ - -117.31022471999995, - 33.96887060100005 - ], - [ - -117.31022436399996, - 33.96887122700008 - ], - [ - -117.310223668, - 33.96887247500007 - ], - [ - -117.31022297499999, - 33.96887372200007 - ], - [ - -117.31022228299997, - 33.96887496800008 - ], - [ - -117.31022189099997, - 33.96887567400006 - ], - [ - -117.31022158999997, - 33.96887621600007 - ], - [ - -117.31022091099999, - 33.96887746800007 - ], - [ - -117.31022077899996, - 33.96887770200004 - ], - [ - -117.310220228, - 33.96887871700005 - ], - [ - -117.31021953099997, - 33.968879962000074 - ], - [ - -117.31021884399996, - 33.96888121400008 - ], - [ - -117.31021816599997, - 33.968882464000046 - ], - [ - -117.31021791999996, - 33.96888291600004 - ], - [ - -117.31021748399996, - 33.96888371400007 - ], - [ - -117.31021717799996, - 33.96888429300003 - ], - [ - -117.31021681799996, - 33.96888497100008 - ], - [ - -117.31021613699994, - 33.96888622100005 - ], - [ - -117.31021545299996, - 33.96888747500003 - ], - [ - -117.31021528499997, - 33.96888778700003 - ], - [ - -117.31021526499995, - 33.968887823000046 - ], - [ - -117.310214783, - 33.968888727000035 - ], - [ - -117.31021445199997, - 33.96888934800006 - ], - [ - -117.31021411199998, - 33.96888998500003 - ], - [ - -117.31021344299995, - 33.96889124100005 - ], - [ - -117.31021277299999, - 33.968892495000034 - ], - [ - -117.31021210499995, - 33.96889374800003 - ], - [ - -117.31021143299995, - 33.968895005000036 - ], - [ - -117.310211042, - 33.968895743000076 - ], - [ - -117.31021084799994, - 33.96889610300008 - ], - [ - -117.31021076599995, - 33.968896261000054 - ], - [ - -117.310210553, - 33.968896666000035 - ], - [ - -117.31021010599994, - 33.96889752000004 - ], - [ - -117.31020944499994, - 33.968898781000064 - ], - [ - -117.31020878499999, - 33.968900037000026 - ], - [ - -117.31020812499997, - 33.96890129500008 - ], - [ - -117.31020762799994, - 33.96890224100002 - ], - [ - -117.31020746499996, - 33.968902557000035 - ], - [ - -117.31020726599996, - 33.96890294200006 - ], - [ - -117.31020681499996, - 33.96890381900005 - ], - [ - -117.31020640199995, - 33.96890461800007 - ], - [ - -117.31020616399996, - 33.96890508100006 - ], - [ - -117.310205882, - 33.96890562800007 - ], - [ - -117.31020551199998, - 33.96890634500005 - ], - [ - -117.31020521199997, - 33.968906924000066 - ], - [ - -117.31020486099999, - 33.96890760800005 - ], - [ - -117.31020449, - 33.968908327000065 - ], - [ - -117.31020421099998, - 33.96890886800003 - ], - [ - -117.31020356, - 33.968910132000076 - ], - [ - -117.31020327599998, - 33.968910685000026 - ], - [ - -117.310202915, - 33.96891139500008 - ], - [ - -117.31020227299996, - 33.96891266100005 - ], - [ - -117.31020201399997, - 33.96891317400008 - ], - [ - -117.31020163199997, - 33.968913927000074 - ], - [ - -117.31020120999995, - 33.968914760000075 - ], - [ - -117.31020099099999, - 33.968915190000075 - ], - [ - -117.31020074599996, - 33.96891567100005 - ], - [ - -117.31020034799997, - 33.968916458000024 - ], - [ - -117.31019993099994, - 33.96891727800005 - ], - [ - -117.31019970799997, - 33.96891772200007 - ], - [ - -117.31019948499994, - 33.968918159000054 - ], - [ - -117.31019906599994, - 33.96891898900003 - ], - [ - -117.31019869399995, - 33.96891973900006 - ], - [ - -117.31019843499996, - 33.96892025900007 - ], - [ - -117.31019815299999, - 33.968920827000034 - ], - [ - -117.31019780499997, - 33.96892152800007 - ], - [ - -117.310197529, - 33.96892208200006 - ], - [ - -117.31019717399994, - 33.96892279700006 - ], - [ - -117.31019678399997, - 33.968923577000055 - ], - [ - -117.31019654199997, - 33.968924066000056 - ], - [ - -117.31019591199998, - 33.96892533500005 - ], - [ - -117.31019575399995, - 33.96892565400003 - ], - [ - -117.31019528999997, - 33.96892660800006 - ], - [ - -117.310195148, - 33.96892690100003 - ], - [ - -117.31019466899994, - 33.96892788200006 - ], - [ - -117.310194046, - 33.968929125000045 - ], - [ - -117.31019403399995, - 33.968929151000054 - ], - [ - -117.31019340899996, - 33.968930424000064 - ], - [ - -117.31019301499998, - 33.968931231000056 - ], - [ - -117.31019279099996, - 33.96893169500004 - ], - [ - -117.31019251599997, - 33.96893225900004 - ], - [ - -117.31019217199997, - 33.968932970000026 - ], - [ - -117.310191982, - 33.96893337200004 - ], - [ - -117.31019156999997, - 33.96893424600006 - ], - [ - -117.31019094799996, - 33.96893552300003 - ], - [ - -117.31019059999994, - 33.96893623600005 - ], - [ - -117.31019033499996, - 33.96893679600004 - ], - [ - -117.31018996199998, - 33.968937582000024 - ], - [ - -117.31018972799995, - 33.968938071000025 - ], - [ - -117.31018937199997, - 33.96893879500004 - ], - [ - -117.31018910399996, - 33.968939343000045 - ], - [ - -117.310188913, - 33.96893974200003 - ], - [ - -117.31018849499998, - 33.96894062100006 - ], - [ - -117.31018788799997, - 33.96894190100005 - ], - [ - -117.31018774599994, - 33.96894220200005 - ], - [ - -117.31018728199996, - 33.96894317600004 - ], - [ - -117.31018667899997, - 33.96894445400005 - ], - [ - -117.31018608799997, - 33.96894573700007 - ], - [ - -117.31018606799995, - 33.96894577900002 - ], - [ - -117.31018559299997, - 33.96894677700004 - ], - [ - -117.31018548099996, - 33.96894701800005 - ], - [ - -117.31018530399996, - 33.96894740100004 - ], - [ - -117.31018488799998, - 33.96894829800004 - ], - [ - -117.31018471699997, - 33.96894866700006 - ], - [ - -117.31018429399995, - 33.968949579000025 - ], - [ - -117.310183683, - 33.96895085500006 - ], - [ - -117.31018350699998, - 33.96895123400003 - ], - [ - -117.31018308699998, - 33.96895213500005 - ], - [ - -117.31018249599998, - 33.96895341800007 - ], - [ - -117.31018229199998, - 33.96895387100005 - ], - [ - -117.31018191799996, - 33.968954706000034 - ], - [ - -117.31018132399998, - 33.96895598800006 - ], - [ - -117.31018095199994, - 33.96895678900006 - ], - [ - -117.310180732, - 33.96895727100008 - ], - [ - -117.31018014899996, - 33.96895855400004 - ], - [ - -117.31017956599999, - 33.968959839000036 - ], - [ - -117.31017933699997, - 33.96896034400004 - ], - [ - -117.31017898299996, - 33.96896112400003 - ], - [ - -117.31017854599997, - 33.968962082000075 - ], - [ - -117.310178399, - 33.96896240800004 - ], - [ - -117.31017803299994, - 33.96896321400004 - ], - [ - -117.31017781599996, - 33.96896369700005 - ], - [ - -117.31017724299994, - 33.96896498500007 - ], - [ - -117.31017666899999, - 33.968966272000046 - ], - [ - -117.31017609399998, - 33.968967561000056 - ], - [ - -117.31017566499997, - 33.96896852400005 - ], - [ - -117.31017551999997, - 33.96896884600005 - ], - [ - -117.31017494499997, - 33.96897013600005 - ], - [ - -117.31017451499997, - 33.96897110200007 - ], - [ - -117.31017437399998, - 33.968971424000074 - ], - [ - -117.31017381199996, - 33.96897271500006 - ], - [ - -117.31017324799996, - 33.96897400700004 - ], - [ - -117.31017301299994, - 33.96897454300006 - ], - [ - -117.31017268399995, - 33.96897529700004 - ], - [ - -117.31017238099997, - 33.96897599000005 - ], - [ - -117.310172121, - 33.96897658800003 - ], - [ - -117.31017187099997, - 33.96897716400008 - ], - [ - -117.310171557, - 33.96897788100006 - ], - [ - -117.31017099599995, - 33.96897917300004 - ], - [ - -117.31017043099996, - 33.96898046300004 - ], - [ - -117.31017028999997, - 33.96898078800007 - ], - [ - -117.31016987699996, - 33.96898175700005 - ], - [ - -117.31016932299997, - 33.96898305000008 - ], - [ - -117.31016877099995, - 33.96898434700006 - ], - [ - -117.31016821699995, - 33.968985642000064 - ], - [ - -117.31016766599998, - 33.96898693500003 - ], - [ - -117.31016711399997, - 33.96898822900005 - ], - [ - -117.31016656999998, - 33.968989527000076 - ], - [ - -117.31016602699998, - 33.96899082500005 - ], - [ - -117.31016548399998, - 33.96899212200003 - ], - [ - -117.31016493899995, - 33.96899341900007 - ], - [ - -117.31016446399997, - 33.96899455400006 - ], - [ - -117.31016443099998, - 33.96899463500006 - ], - [ - -117.310164397, - 33.968994715000065 - ], - [ - -117.31016386199997, - 33.96899601500007 - ], - [ - -117.31016332899998, - 33.968997314000035 - ], - [ - -117.31016317299998, - 33.96899769600003 - ], - [ - -117.31016279399995, - 33.96899861700007 - ], - [ - -117.31016225899998, - 33.96899991500004 - ], - [ - -117.310161726, - 33.96900121200002 - ], - [ - -117.31016119099996, - 33.96900251300008 - ], - [ - -117.31016092399994, - 33.96900316400007 - ], - [ - -117.31016086999995, - 33.969003292000025 - ], - [ - -117.31016066199999, - 33.969003815000065 - ], - [ - -117.31016013799996, - 33.96900511900003 - ], - [ - -117.310159737, - 33.969006113000034 - ], - [ - -117.31015961399999, - 33.96900641800005 - ], - [ - -117.31015908899997, - 33.96900772500004 - ], - [ - -117.31015856599998, - 33.96900902600004 - ], - [ - -117.31015853999997, - 33.969009088000064 - ], - [ - -117.31015810699995, - 33.96901016700008 - ], - [ - -117.31015804299994, - 33.96901032900007 - ], - [ - -117.31015771799997, - 33.969011153000054 - ], - [ - -117.31015752699994, - 33.969011634000026 - ], - [ - -117.31015701399997, - 33.96901294200006 - ], - [ - -117.31015673999997, - 33.96901363500007 - ], - [ - -117.31015649899996, - 33.969014247000075 - ], - [ - -117.310155985, - 33.96901555000005 - ], - [ - -117.31015579599995, - 33.969016027000066 - ], - [ - -117.310155469, - 33.96901685700004 - ], - [ - -117.310154953, - 33.969018162000054 - ], - [ - -117.31015456999995, - 33.96901914100005 - ], - [ - -117.31015444399998, - 33.96901946700007 - ], - [ - -117.31015393899997, - 33.96902077500005 - ], - [ - -117.31015374699996, - 33.969021275000046 - ], - [ - -117.31015343399997, - 33.96902208500006 - ], - [ - -117.31015293099995, - 33.96902339300004 - ], - [ - -117.31015242799998, - 33.969024699000045 - ], - [ - -117.31015241199998, - 33.969024743000034 - ], - [ - -117.31015198699998, - 33.96902584500003 - ], - [ - -117.31015192499996, - 33.96902601000005 - ], - [ - -117.31015153899995, - 33.96902703000006 - ], - [ - -117.31015142799998, - 33.969027320000066 - ], - [ - -117.31015093399998, - 33.969028628000046 - ], - [ - -117.31015091999996, - 33.96902866200003 - ], - [ - -117.31015043599996, - 33.96902994000004 - ], - [ - -117.31015004099999, - 33.96903098000007 - ], - [ - -117.31014993899998, - 33.96903124900007 - ], - [ - -117.31014944299994, - 33.96903255800004 - ], - [ - -117.310149433, - 33.96903258400005 - ], - [ - -117.31014895499999, - 33.96903387200007 - ], - [ - -117.31014848099994, - 33.96903515300005 - ], - [ - -117.31014846899996, - 33.96903518500005 - ], - [ - -117.31014798299998, - 33.96903649500007 - ], - [ - -117.31014782499994, - 33.969036919000075 - ], - [ - -117.31014749599996, - 33.96903780900004 - ], - [ - -117.31014715699996, - 33.96903872000007 - ], - [ - -117.310147009, - 33.96903912200003 - ], - [ - -117.31014688699997, - 33.96903945200006 - ], - [ - -117.31014652899995, - 33.96904043700005 - ], - [ - -117.310146192, - 33.96904136200004 - ], - [ - -117.31014605099995, - 33.96904175000003 - ], - [ - -117.31014590599995, - 33.96904215300003 - ], - [ - -117.31014557299994, - 33.96904306700003 - ], - [ - -117.31014520499997, - 33.96904408200004 - ], - [ - -117.31014509599999, - 33.96904438300004 - ], - [ - -117.31014487299996, - 33.96904499900006 - ], - [ - -117.31014461899997, - 33.969045694000044 - ], - [ - -117.31014449799994, - 33.96904602800004 - ], - [ - -117.31014413999998, - 33.96904701300008 - ], - [ - -117.31014393099997, - 33.969047587000034 - ], - [ - -117.31014382199999, - 33.96904789700005 - ], - [ - -117.31014366899996, - 33.96904832700005 - ], - [ - -117.31014347699994, - 33.96904887200003 - ], - [ - -117.31014320199995, - 33.96904964700008 - ], - [ - -117.31014273699998, - 33.969050966000054 - ], - [ - -117.31014226999997, - 33.96905228300005 - ], - [ - -117.31014222699997, - 33.969052402000045 - ], - [ - -117.31014178999999, - 33.96905359500005 - ], - [ - -117.31014166399996, - 33.96905396100004 - ], - [ - -117.31014133899998, - 33.96905491800004 - ], - [ - -117.31014087199998, - 33.969056237000075 - ], - [ - -117.31014040899998, - 33.96905755300003 - ], - [ - -117.31014017499996, - 33.96905821400003 - ], - [ - -117.31013995, - 33.96905887200006 - ], - [ - -117.31013970999999, - 33.96905957800004 - ], - [ - -117.31013949799996, - 33.969060195000054 - ], - [ - -117.310139344, - 33.96906062700003 - ], - [ - -117.31013903099995, - 33.96906151100006 - ], - [ - -117.31013858299997, - 33.969062818000054 - ], - [ - -117.310138124, - 33.96906415500007 - ], - [ - -117.31013767299999, - 33.96906547700007 - ], - [ - -117.310137237, - 33.969066800000064 - ], - [ - -117.31013678599999, - 33.969068123000056 - ], - [ - -117.31013647399999, - 33.96906903300004 - ], - [ - -117.31013633899994, - 33.96906944600005 - ], - [ - -117.31013589999998, - 33.96907077100008 - ], - [ - -117.31013565099994, - 33.96907149300006 - ], - [ - -117.310135447, - 33.969072090000054 - ], - [ - -117.31013500499995, - 33.96907341200006 - ], - [ - -117.31013456499994, - 33.96907474000005 - ], - [ - -117.31013436799998, - 33.96907533900003 - ], - [ - -117.31013412899995, - 33.969076062000056 - ], - [ - -117.31013369299995, - 33.96907738900006 - ], - [ - -117.31013357299997, - 33.969077766000055 - ], - [ - -117.31013327, - 33.96907871800005 - ], - [ - -117.31013305799996, - 33.969079357000055 - ], - [ - -117.31013294, - 33.96907971100006 - ], - [ - -117.31013283399994, - 33.96908004200003 - ], - [ - -117.31013240799996, - 33.96908136800005 - ], - [ - -117.31013198499994, - 33.96908267500004 - ], - [ - -117.31013153799995, - 33.96908402100007 - ], - [ - -117.31013127899996, - 33.969084862000045 - ], - [ - -117.31013112699998, - 33.969085353000025 - ], - [ - -117.310130701, - 33.969086677000064 - ], - [ - -117.31013027899996, - 33.969087986000034 - ], - [ - -117.31013000699994, - 33.969088835000036 - ], - [ - -117.31012984899996, - 33.969089334000046 - ], - [ - -117.31012962199998, - 33.96909005800006 - ], - [ - -117.31012943399998, - 33.96909066100005 - ], - [ - -117.31012901799994, - 33.96909198800006 - ], - [ - -117.31012859999998, - 33.96909332100006 - ], - [ - -117.31012835099995, - 33.96909411900003 - ], - [ - -117.31012818499994, - 33.969094650000045 - ], - [ - -117.31012797499994, - 33.96909531500006 - ], - [ - -117.31012777399997, - 33.96909597800004 - ], - [ - -117.31012736699995, - 33.96909731200003 - ], - [ - -117.31012733199998, - 33.969097426000076 - ], - [ - -117.31012696, - 33.96909864500003 - ], - [ - -117.31012655399996, - 33.96909997300003 - ], - [ - -117.31012614399998, - 33.96910130800006 - ], - [ - -117.31012613299998, - 33.96910135200005 - ], - [ - -117.31012574099998, - 33.96910263800004 - ], - [ - -117.3101256899999, - 33.969102804000045 - ], - [ - -117.31012534899997, - 33.96910394400004 - ], - [ - -117.31012534099995, - 33.96910397200003 - ], - [ - -117.31012494499998, - 33.96910530500003 - ], - [ - -117.31012454799998, - 33.96910663800003 - ], - [ - -117.31012414899999, - 33.96910797400005 - ], - [ - -117.31012375299997, - 33.969109305000075 - ], - [ - -117.31012335599996, - 33.969110638000075 - ], - [ - -117.31012328299994, - 33.969110889000035 - ], - [ - -117.31012296799997, - 33.96911197400004 - ], - [ - -117.31012271699996, - 33.96911284200007 - ], - [ - -117.31012257999998, - 33.96911331100006 - ], - [ - -117.31012219299998, - 33.96911464400006 - ], - [ - -117.310121805, - 33.96911598100007 - ], - [ - -117.310121418, - 33.96911731700004 - ], - [ - -117.31012102999995, - 33.96911865200008 - ], - [ - -117.31012064199996, - 33.969119988000045 - ], - [ - -117.31012026599996, - 33.96912132500006 - ], - [ - -117.31011978799995, - 33.96912301000003 - ], - [ - -117.31011977099996, - 33.96912307200006 - ], - [ - -117.31011939499996, - 33.96912440800003 - ], - [ - -117.31011901599999, - 33.96912574500004 - ], - [ - -117.31011863799995, - 33.969127084000036 - ], - [ - -117.31011840099995, - 33.96912792100005 - ], - [ - -117.310118263, - 33.96912842000006 - ], - [ - -117.31011813199996, - 33.96912889200007 - ], - [ - -117.31011789099995, - 33.969129760000044 - ], - [ - -117.31011751799997, - 33.96913109800005 - ], - [ - -117.31011714699997, - 33.96913243600005 - ], - [ - -117.310116774, - 33.969133775000046 - ], - [ - -117.31011640099996, - 33.96913511500003 - ], - [ - -117.31011602999996, - 33.96913645200004 - ], - [ - -117.31011582999997, - 33.96913716900008 - ], - [ - -117.31011572699998, - 33.969137541000066 - ], - [ - -117.31011565799997, - 33.96913779300007 - ], - [ - -117.31011529299997, - 33.96913913000003 - ], - [ - -117.31011492599998, - 33.96914047200005 - ], - [ - -117.31011456099998, - 33.96914181200003 - ], - [ - -117.31011419599997, - 33.96914314900005 - ], - [ - -117.31011382899999, - 33.969144491000065 - ], - [ - -117.31011346399998, - 33.96914582900007 - ], - [ - -117.31011345199994, - 33.969145869000045 - ], - [ - -117.31011309799999, - 33.96914716900005 - ], - [ - -117.31011273299998, - 33.969148510000025 - ], - [ - -117.31011236799998, - 33.96914984700004 - ], - [ - -117.31011216, - 33.969150607000074 - ], - [ - -117.310112001, - 33.96915119200003 - ], - [ - -117.31011170399995, - 33.969152278000024 - ], - [ - -117.31011163699998, - 33.96915252900004 - ], - [ - -117.31011127699998, - 33.96915387000007 - ], - [ - -117.31011091699997, - 33.969155210000054 - ], - [ - -117.31011055799996, - 33.96915655200007 - ], - [ - -117.31011019899995, - 33.969157893000045 - ], - [ - -117.31010983899995, - 33.969159234000074 - ], - [ - -117.31010965899998, - 33.96915990400004 - ], - [ - -117.31010948299996, - 33.96916057400006 - ], - [ - -117.31010912699998, - 33.969161917000065 - ], - [ - -117.31010877199998, - 33.96916325700005 - ], - [ - -117.31010841799997, - 33.969164601000045 - ], - [ - -117.31010840799996, - 33.96916463800005 - ], - [ - -117.31010806299997, - 33.969165942000075 - ], - [ - -117.31010773399998, - 33.96916718500006 - ], - [ - -117.31010770899996, - 33.96916728200006 - ], - [ - -117.31010748199998, - 33.969168154000045 - ], - [ - -117.310107357, - 33.969168626000055 - ], - [ - -117.31010734699998, - 33.96916866500004 - ], - [ - -117.31010733699998, - 33.96916870300004 - ], - [ - -117.31010700799999, - 33.96916996700003 - ], - [ - -117.31010665799994, - 33.969171311000025 - ], - [ - -117.31010664699994, - 33.969171352000046 - ], - [ - -117.310106309, - 33.96917265400003 - ], - [ - -117.31010595799995, - 33.96917399700004 - ], - [ - -117.31010573099996, - 33.96917486600006 - ], - [ - -117.31010560599998, - 33.96917533800007 - ], - [ - -117.310105508, - 33.969175721000056 - ], - [ - -117.310105261, - 33.96917668000003 - ], - [ - -117.31010491399996, - 33.969178026000066 - ], - [ - -117.31010490199998, - 33.969178072000034 - ], - [ - -117.31010456899998, - 33.96917936800003 - ], - [ - -117.31010438099997, - 33.96918009700005 - ], - [ - -117.31010422099996, - 33.969180712000025 - ], - [ - -117.31010387599997, - 33.96918205700007 - ], - [ - -117.310103702, - 33.96918272700003 - ], - [ - -117.31010352899995, - 33.96918341700007 - ], - [ - -117.31010319299997, - 33.96918474200004 - ], - [ - -117.31010306, - 33.96918526400003 - ], - [ - -117.31010285199994, - 33.969186087000026 - ], - [ - -117.31010251099997, - 33.96918743100008 - ], - [ - -117.31010217099998, - 33.96918877600007 - ], - [ - -117.31010182999995, - 33.969190120000064 - ], - [ - -117.31010170099995, - 33.96919062500007 - ], - [ - -117.31010148799999, - 33.96919146500005 - ], - [ - -117.31010121299994, - 33.96919255700004 - ], - [ - -117.310101149, - 33.96919280900005 - ], - [ - -117.31010081399995, - 33.969194154000036 - ], - [ - -117.31010047799998, - 33.96919550000007 - ], - [ - -117.31010029, - 33.96919625000004 - ], - [ - -117.31010014199995, - 33.969196845000056 - ], - [ - -117.310099805, - 33.96919818900005 - ], - [ - -117.31009970799994, - 33.96919857600005 - ], - [ - -117.31009946999995, - 33.96919953500003 - ], - [ - -117.31009931099999, - 33.96920017100007 - ], - [ - -117.31009913399998, - 33.96920088000007 - ], - [ - -117.31009879799996, - 33.96920222500006 - ], - [ - -117.31009865199997, - 33.96920281400003 - ], - [ - -117.31009863499997, - 33.96920288100006 - ], - [ - -117.31009846699999, - 33.96920357100004 - ], - [ - -117.31009814, - 33.96920491700007 - ], - [ - -117.31009782399997, - 33.96920620000003 - ], - [ - -117.31009780599999, - 33.969206265000025 - ], - [ - -117.31009748099996, - 33.96920760900008 - ], - [ - -117.31009715199997, - 33.969208955000056 - ], - [ - -117.310096935, - 33.969209844000034 - ], - [ - -117.31009682299998, - 33.96921030200008 - ], - [ - -117.31009649299995, - 33.969211647000066 - ], - [ - -117.31009648199995, - 33.96921169400008 - ], - [ - -117.31009616299997, - 33.96921299400003 - ], - [ - -117.31009591699996, - 33.969214005000026 - ], - [ - -117.31009583599996, - 33.969214340000065 - ], - [ - -117.31009569399998, - 33.969214933000046 - ], - [ - -117.31009551199998, - 33.969215690000055 - ], - [ - -117.31009518899998, - 33.96921703500004 - ], - [ - -117.31009497099996, - 33.969217944000036 - ], - [ - -117.31009486499994, - 33.969218381000076 - ], - [ - -117.31009454399998, - 33.96921973000008 - ], - [ - -117.31009421999994, - 33.96922107800003 - ], - [ - -117.31009389599996, - 33.969222425000055 - ], - [ - -117.31009363399994, - 33.96922352000007 - ], - [ - -117.31009357499994, - 33.96922377200008 - ], - [ - -117.31009343799997, - 33.969224358000076 - ], - [ - -117.31009325799994, - 33.969225118000054 - ], - [ - -117.31009293999995, - 33.969226468000045 - ], - [ - -117.31009291899994, - 33.96922656000004 - ], - [ - -117.31009262299995, - 33.96922781600006 - ], - [ - -117.31009235099998, - 33.96922897300004 - ], - [ - -117.31009230499996, - 33.96922916700004 - ], - [ - -117.31009228999994, - 33.96922923100004 - ], - [ - -117.31009198699996, - 33.96923051300007 - ], - [ - -117.31009185799996, - 33.969231053000044 - ], - [ - -117.31009166899997, - 33.969231860000036 - ], - [ - -117.31009135099998, - 33.96923320900004 - ], - [ - -117.31009127299995, - 33.969233547000044 - ], - [ - -117.31009103899999, - 33.96923455700005 - ], - [ - -117.31009073899997, - 33.96923584500007 - ], - [ - -117.31009072299997, - 33.969235909000076 - ], - [ - -117.31009041399994, - 33.96923725700003 - ], - [ - -117.31009024599996, - 33.96923798100005 - ], - [ - -117.31009010199995, - 33.96923860700008 - ], - [ - -117.3100897899999, - 33.969239955000035 - ], - [ - -117.31008947899994, - 33.96924130200006 - ], - [ - -117.31008929599994, - 33.96924209000008 - ], - [ - -117.31008916599995, - 33.96924265200005 - ], - [ - -117.31008912699997, - 33.96924282300006 - ], - [ - -117.310088856, - 33.96924400300003 - ], - [ - -117.31005062, - 33.969411140000034 - ], - [ - -117.30999407399997, - 33.96964487400004 - ], - [ - -117.30997776599997, - 33.96971228500007 - ], - [ - -117.30996658299995, - 33.96975543000008 - ], - [ - -117.309966235, - 33.96975677100005 - ], - [ - -117.30996599199995, - 33.96975771100006 - ], - [ - -117.30996592999998, - 33.96975794900004 - ], - [ - -117.30996588699998, - 33.96975811500005 - ], - [ - -117.309965536, - 33.96975945600008 - ], - [ - -117.30996518499995, - 33.96976079900003 - ], - [ - -117.30996504199999, - 33.96976134600004 - ], - [ - -117.30996483399997, - 33.969762143000025 - ], - [ - -117.30996448299999, - 33.969763484000055 - ], - [ - -117.30996418399997, - 33.969764601000065 - ], - [ - -117.30996412299999, - 33.96976482600007 - ], - [ - -117.30996377899999, - 33.969766168000035 - ], - [ - -117.30996342399999, - 33.969767509000064 - ], - [ - -117.30996306799994, - 33.96976885200007 - ], - [ - -117.30996290399997, - 33.96976947100006 - ], - [ - -117.30996271299995, - 33.969770193000045 - ], - [ - -117.30996235699996, - 33.969771534000074 - ], - [ - -117.30996200299995, - 33.969772876000036 - ], - [ - -117.30996178199996, - 33.96977371600008 - ], - [ - -117.30996164699997, - 33.969774219000044 - ], - [ - -117.30996128799995, - 33.96977555900003 - ], - [ - -117.30996092999999, - 33.969776900000056 - ], - [ - -117.309960763, - 33.96977752400005 - ], - [ - -117.30996057199997, - 33.969778242000075 - ], - [ - -117.30996021299995, - 33.96977958200006 - ], - [ - -117.30995985399994, - 33.96978092400008 - ], - [ - -117.30995949099997, - 33.96978226500005 - ], - [ - -117.30995938099994, - 33.969782672000065 - ], - [ - -117.30995912999998, - 33.96978360300005 - ], - [ - -117.30995876799994, - 33.969784944000025 - ], - [ - -117.30995840499997, - 33.969786287000034 - ], - [ - -117.30995825099995, - 33.96978685500005 - ], - [ - -117.309958043, - 33.96978762600003 - ], - [ - -117.30995772499995, - 33.96978880000006 - ], - [ - -117.30995770199996, - 33.969788883000035 - ], - [ - -117.30995767999997, - 33.96978896500008 - ], - [ - -117.30995731399997, - 33.96979030500006 - ], - [ - -117.30995694699999, - 33.969791644000054 - ], - [ - -117.30995657999995, - 33.96979298700006 - ], - [ - -117.30995621499994, - 33.969794326000056 - ], - [ - -117.30995584899995, - 33.96979566500005 - ], - [ - -117.30995583099997, - 33.969795728000065 - ], - [ - -117.30995548299995, - 33.96979700300005 - ], - [ - -117.30995520899995, - 33.969798007000065 - ], - [ - -117.30995511699996, - 33.96979834200005 - ], - [ - -117.30995474599996, - 33.96979968100004 - ], - [ - -117.30995458399997, - 33.96980026800003 - ], - [ - -117.30995437599995, - 33.96980102100002 - ], - [ - -117.30995400599994, - 33.96980235900003 - ], - [ - -117.30995363399995, - 33.96980369800008 - ], - [ - -117.309953265, - 33.96980503700007 - ], - [ - -117.30995289499998, - 33.969806376000065 - ], - [ - -117.30995252099996, - 33.96980771500006 - ], - [ - -117.30995226599998, - 33.96980862300006 - ], - [ - -117.309952147, - 33.96980905100003 - ], - [ - -117.309951776, - 33.969810377000044 - ], - [ - -117.30995140099998, - 33.969811728000025 - ], - [ - -117.30995116599996, - 33.969812568000066 - ], - [ - -117.30995102399999, - 33.96981306600003 - ], - [ - -117.30995101299999, - 33.969813110000075 - ], - [ - -117.309950647, - 33.96981440400003 - ], - [ - -117.30995026899996, - 33.96981574100005 - ], - [ - -117.30994989099997, - 33.96981707900005 - ], - [ - -117.309949513, - 33.96981841500008 - ], - [ - -117.309949137, - 33.969819751000045 - ], - [ - -117.30994875799996, - 33.96982109100003 - ], - [ - -117.30994856899997, - 33.96982175900007 - ], - [ - -117.30994837799994, - 33.96982242800004 - ], - [ - -117.30994799499996, - 33.96982376400007 - ], - [ - -117.30994761299996, - 33.969825101000026 - ], - [ - -117.30994723099997, - 33.96982643600006 - ], - [ - -117.30994684799998, - 33.969827775000056 - ], - [ - -117.30994646599999, - 33.969829110000035 - ], - [ - -117.30994608399999, - 33.969830444000024 - ], - [ - -117.30994570299998, - 33.96983178200003 - ], - [ - -117.30994546299996, - 33.969832620000034 - ], - [ - -117.30994531899995, - 33.969833118000054 - ], - [ - -117.30994493299994, - 33.96983445400008 - ], - [ - -117.30994454599994, - 33.969835792000026 - ], - [ - -117.30994416099998, - 33.96983712700006 - ], - [ - -117.30994377399998, - 33.96983846400008 - ], - [ - -117.30994358199996, - 33.96983913100007 - ], - [ - -117.30994338699998, - 33.969839798000066 - ], - [ - -117.30994299699995, - 33.969841132000056 - ], - [ - -117.309942606, - 33.969842468000024 - ], - [ - -117.30994221599997, - 33.96984380400005 - ], - [ - -117.30994182699999, - 33.96984513600006 - ], - [ - -117.30994143699996, - 33.969846473000075 - ], - [ - -117.30994136399994, - 33.969846724000035 - ], - [ - -117.30994104299998, - 33.969847807000065 - ], - [ - -117.30994064999999, - 33.96984914300003 - ], - [ - -117.30994046599994, - 33.96984976600004 - ], - [ - -117.30994025899997, - 33.96985047600003 - ], - [ - -117.30993986899995, - 33.96985179600006 - ], - [ - -117.30993946999996, - 33.96985314500006 - ], - [ - -117.30993907799996, - 33.96985447800006 - ], - [ - -117.30993868599995, - 33.96985581300004 - ], - [ - -117.30993828699997, - 33.96985714700003 - ], - [ - -117.30993788799998, - 33.96985848000003 - ], - [ - -117.309937489, - 33.96985981300003 - ], - [ - -117.30993730199998, - 33.96986044700003 - ], - [ - -117.30993709299997, - 33.96986114600003 - ], - [ - -117.30993669499998, - 33.969862480000074 - ], - [ - -117.30993659599994, - 33.96986281300008 - ], - [ - -117.30993629499994, - 33.96986381200003 - ], - [ - -117.30993589299999, - 33.96986514500003 - ], - [ - -117.30993549099998, - 33.96986647800003 - ], - [ - -117.30993508999995, - 33.96986780800006 - ], - [ - -117.30993468999998, - 33.96986914200005 - ], - [ - -117.30993428699998, - 33.96987047700003 - ], - [ - -117.30993388699994, - 33.96987180900004 - ], - [ - -117.30993366099995, - 33.969872559000066 - ], - [ - -117.30993348399994, - 33.96987314100005 - ], - [ - -117.30993332199995, - 33.96987367300005 - ], - [ - -117.30993307899996, - 33.969874471000026 - ], - [ - -117.309932673, - 33.969875804000026 - ], - [ - -117.30993229299997, - 33.96987705500004 - ], - [ - -117.30993226699997, - 33.96987713500005 - ], - [ - -117.30993219399994, - 33.96987737500007 - ], - [ - -117.30993186199998, - 33.96987846800005 - ], - [ - -117.30993160399998, - 33.96987931100006 - ], - [ - -117.30993145599996, - 33.96987979900007 - ], - [ - -117.30993120099998, - 33.96988063200007 - ], - [ - -117.30993104899994, - 33.96988113100008 - ], - [ - -117.30993063899996, - 33.969882461000054 - ], - [ - -117.309930437, - 33.969883121000066 - ], - [ - -117.30993023099995, - 33.969883792000076 - ], - [ - -117.30992982199996, - 33.96988512300004 - ], - [ - -117.30992941199997, - 33.96988645600004 - ], - [ - -117.309929002, - 33.96988778700006 - ], - [ - -117.30992879799999, - 33.96988845100003 - ], - [ - -117.30992859099996, - 33.96988911400007 - ], - [ - -117.30992817699996, - 33.96989044600008 - ], - [ - -117.30992800799999, - 33.96989098900008 - ], - [ - -117.30992776399995, - 33.969891775000065 - ], - [ - -117.30992735099994, - 33.96989310600003 - ], - [ - -117.309926938, - 33.96989443700005 - ], - [ - -117.30992652899994, - 33.96989574600008 - ], - [ - -117.30992610899995, - 33.96989709600007 - ], - [ - -117.30992594099996, - 33.969897641000045 - ], - [ - -117.30992570199999, - 33.96989842600004 - ], - [ - -117.30992514699994, - 33.969900178000046 - ], - [ - -117.30992219499996, - 33.969909931000075 - ], - [ - -117.30991766699998, - 33.96992488500007 - ], - [ - -117.30989884099995, - 33.96998008600008 - ], - [ - -117.30989882399996, - 33.96998013600006 - ], - [ - -117.30987772699996, - 33.97003504600008 - ], - [ - -117.30986193799998, - 33.97007156900003 - ], - [ - -117.30986190399994, - 33.97007164900003 - ], - [ - -117.30985430399994, - 33.97008922600003 - ], - [ - -117.30984400299997, - 33.97011127500008 - ], - [ - -117.30982923199997, - 33.97014289200007 - ], - [ - -117.30980185799996, - 33.97019577300006 - ], - [ - -117.30977218699996, - 33.97024814400004 - ], - [ - -117.30975208099994, - 33.97028126500004 - ], - [ - -117.30975204699996, - 33.970281320000026 - ], - [ - -117.30974087199996, - 33.970299727000054 - ], - [ - -117.30971939499995, - 33.97033202700004 - ], - [ - -117.30970727099998, - 33.97035025800005 - ], - [ - -117.30969895199996, - 33.97036200100007 - ], - [ - -117.30967202999994, - 33.9704 - ], - [ - -117.30964311699995, - 33.97043772200004 - ], - [ - -117.30963450499996, - 33.97044895700003 - ], - [ - -117.30961517599997, - 33.97047260000005 - ], - [ - -117.30961013499996, - 33.97047876700003 - ], - [ - -117.309605074, - 33.97048495900003 - ], - [ - -117.30956295199996, - 33.970536485000025 - ], - [ - -117.30946306899995, - 33.97067517900007 - ], - [ - -117.30941758599994, - 33.97073833600007 - ], - [ - -117.30940888899994, - 33.970750413000076 - ], - [ - -117.30936887499996, - 33.97080597300004 - ], - [ - -117.30930872999994, - 33.97088949000005 - ], - [ - -117.30929555699998, - 33.97090778300003 - ], - [ - -117.309260554, - 33.970956310000076 - ], - [ - -117.30922813399997, - 33.97100619200006 - ], - [ - -117.30922477499996, - 33.97101183800004 - ], - [ - -117.30919797299998, - 33.971056891000046 - ], - [ - -117.309187851, - 33.97107579600004 - ], - [ - -117.30917039499997, - 33.97110839900006 - ], - [ - -117.30915566799996, - 33.971138987000074 - ], - [ - -117.30914507199998, - 33.97116099500005 - ], - [ - -117.30913225199998, - 33.97119153700004 - ], - [ - -117.30912265399996, - 33.97121440400008 - ], - [ - -117.30911613999996, - 33.971231841000076 - ], - [ - -117.30910249399994, - 33.97126835900008 - ], - [ - -117.30908523799997, - 33.97132312800005 - ], - [ - -117.30907869699996, - 33.97134766200003 - ], - [ - -117.30907056399997, - 33.97137816800006 - ], - [ - -117.30906557799995, - 33.97140058900004 - ], - [ - -117.30905990599996, - 33.97142609800005 - ], - [ - -117.30905742999994, - 33.97143398900005 - ], - [ - -117.30903089999998, - 33.97169521700005 - ], - [ - -117.30900563299997, - 33.97194400600006 - ], - [ - -117.30899483599995, - 33.97199703100006 - ], - [ - -117.30898882599996, - 33.97205577600005 - ], - [ - -117.30898868499997, - 33.97205799500006 - ], - [ - -117.30898646099996, - 33.97209315300006 - ], - [ - -117.30898552699995, - 33.97210787800003 - ], - [ - -117.30898508799999, - 33.97211479900005 - ], - [ - -117.30898362499994, - 33.97217382800005 - ], - [ - -117.30898444399998, - 33.972232863000045 - ], - [ - -117.30898721899996, - 33.972291634000044 - ], - [ - -117.30899195199999, - 33.972350411000036 - ], - [ - -117.30899419399998, - 33.97236920600005 - ], - [ - -117.308998966, - 33.97240919300003 - ], - [ - -117.30900331999999, - 33.972436447000064 - ], - [ - -117.30900827099998, - 33.97246743200003 - ], - [ - -117.309015892, - 33.97250683800007 - ], - [ - -117.30901953799997, - 33.97252568000005 - ], - [ - -117.30902181099998, - 33.97254220600007 - ], - [ - -117.30902638999999, - 33.97257548400006 - ], - [ - -117.30917679999999, - 33.973166682000056 - ], - [ - -117.30941928199996, - 33.97411976500007 - ], - [ - -117.30947578699994, - 33.97434185700007 - ], - [ - -117.30951878499997, - 33.97451085700004 - ], - [ - -117.30952998599997, - 33.974565590000054 - ], - [ - -117.309534166, - 33.97458948600007 - ], - [ - -117.30953885699995, - 33.97461627600006 - ], - [ - -117.30953923799996, - 33.97461845000004 - ], - [ - -117.30954768599997, - 33.97467595400008 - ], - [ - -117.309547899, - 33.97467785300006 - ], - [ - -117.30954878799997, - 33.974685788000045 - ], - [ - -117.30954910299994, - 33.97468859900005 - ], - [ - -117.30954941699997, - 33.97469141000005 - ], - [ - -117.30955385299995, - 33.97473103200008 - ], - [ - -117.30955731599994, - 33.97477015800007 - ], - [ - -117.30955877999997, - 33.97478668400004 - ], - [ - -117.30956180299995, - 33.97484208100008 - ], - [ - -117.30956325499994, - 33.974897774000056 - ], - [ - -117.30956312199999, - 33.97495321100007 - ], - [ - -117.30956141699994, - 33.975008942000045 - ], - [ - -117.30955871699996, - 33.975050372000055 - ], - [ - -117.30955869, - 33.975050784000075 - ], - [ - -117.30955780199997, - 33.975064419000034 - ], - [ - -117.30955258999995, - 33.975119635000055 - ], - [ - -117.30955115999996, - 33.97513126300004 - ], - [ - -117.309549431, - 33.97514531300004 - ], - [ - -117.30954884699997, - 33.97515006300006 - ], - [ - -117.30954814999996, - 33.97515572300006 - ], - [ - -117.30954579399997, - 33.97517486800007 - ], - [ - -117.309541874, - 33.97520068600005 - ], - [ - -117.30953740499996, - 33.97523011800007 - ], - [ - -117.30953060199994, - 33.97526736900005 - ], - [ - -117.30952909799998, - 33.97527560100008 - ], - [ - -117.30952741199997, - 33.97528482700005 - ], - [ - -117.30952399699999, - 33.975300950000076 - ], - [ - -117.30952035799999, - 33.97531813400008 - ], - [ - -117.30951582399996, - 33.97533955000006 - ], - [ - -117.309502297, - 33.97539373500007 - ], - [ - -117.30948748399999, - 33.97544765500004 - ], - [ - -117.30947077699994, - 33.97550117600008 - ], - [ - -117.30947073399994, - 33.97550131100007 - ], - [ - -117.30947072299995, - 33.975501346000044 - ], - [ - -117.30946060799994, - 33.97553058400007 - ], - [ - -117.30945236099996, - 33.97555442100003 - ], - [ - -117.30944028199997, - 33.975586873000054 - ], - [ - -117.30943707699998, - 33.97559548500004 - ], - [ - -117.30943269499994, - 33.975607264000075 - ], - [ - -117.30942194299996, - 33.97563524700007 - ], - [ - -117.30927368199997, - 33.97563404500005 - ], - [ - -117.30914231399998, - 33.97581159500004 - ], - [ - -117.30910686599998, - 33.97587189600006 - ], - [ - -117.30910668099995, - 33.975872210000034 - ], - [ - -117.30905243999996, - 33.97596447400008 - ], - [ - -117.30901948699994, - 33.97603783900007 - ], - [ - -117.30898065999997, - 33.97612427800004 - ], - [ - -117.30892761299998, - 33.97628964200004 - ], - [ - -117.30889393099994, - 33.976459186000056 - ], - [ - -117.30887957799996, - 33.976630982000074 - ], - [ - -117.30888550599997, - 33.976803920000066 - ], - [ - -117.308887573, - 33.97682377800004 - ], - [ - -117.30889197599998, - 33.97686603200003 - ], - [ - -117.30890645399995, - 33.976924229000076 - ], - [ - -117.30891799099999, - 33.97698133400007 - ], - [ - -117.308928902, - 33.97703873000006 - ], - [ - -117.30893600299999, - 33.97707984300007 - ], - [ - -117.30893886699994, - 33.97709641900008 - ], - [ - -117.308944855, - 33.97713465000004 - ], - [ - -117.30894786299996, - 33.97715384500003 - ], - [ - -117.30895590699998, - 33.977211562000036 - ], - [ - -117.30896299399996, - 33.97726929300006 - ], - [ - -117.30896608999996, - 33.97732369800008 - ], - [ - -117.30896546099996, - 33.97771603000007 - ], - [ - -117.30892968699999, - 33.977999269000065 - ], - [ - -117.308898581, - 33.97819820700005 - ], - [ - -117.30889826799995, - 33.97820507200004 - ], - [ - -117.30889489599997, - 33.97827907900006 - ], - [ - -117.30889236999997, - 33.97833497100004 - ], - [ - -117.30888945599997, - 33.97839942400003 - ], - [ - -117.30889000199994, - 33.97860351700007 - ], - [ - -117.30889670699997, - 33.978660071000036 - ], - [ - -117.30890124099994, - 33.97868750500004 - ], - [ - -117.30890600799995, - 33.97871634400008 - ], - [ - -117.308910901, - 33.97873866800006 - ], - [ - -117.30891098399997, - 33.97873904700003 - ], - [ - -117.30891821999995, - 33.97877206000004 - ], - [ - -117.30894047099997, - 33.978847753000025 - ], - [ - -117.30895862799997, - 33.97890952600005 - ], - [ - -117.30900340799997, - 33.97901647000003 - ], - [ - -117.30903091899995, - 33.979071899000076 - ], - [ - -117.30905887699998, - 33.97912200500008 - ], - [ - -117.30908941299998, - 33.97917154500004 - ], - [ - -117.30910413499998, - 33.97919345500003 - ], - [ - -117.30911043099997, - 33.97920282600006 - ], - [ - -117.309124957, - 33.97922444000005 - ], - [ - -117.30915893799994, - 33.97927061400003 - ], - [ - -117.30919753399996, - 33.97931845800008 - ], - [ - -117.30923595899998, - 33.979362098000024 - ], - [ - -117.30926126399999, - 33.97938852100003 - ], - [ - -117.30928203099995, - 33.97941020300004 - ], - [ - -117.30930354099996, - 33.97943112200005 - ], - [ - -117.30932458499996, - 33.97945158600004 - ], - [ - -117.30934642199998, - 33.97947114500005 - ], - [ - -117.30937171199997, - 33.97949379500005 - ], - [ - -117.30940594299994, - 33.979521573000056 - ], - [ - -117.30940833699998, - 33.97987775300004 - ], - [ - -117.30941873499995, - 33.981083014000035 - ], - [ - -117.30943437299999, - 33.98246018900005 - ], - [ - -117.30943948699996, - 33.98291066100006 - ], - [ - -117.30943954099996, - 33.98292073600004 - ], - [ - -117.30922500499997, - 33.98297738300005 - ], - [ - -117.30913811, - 33.98300015600006 - ], - [ - -117.30915389399996, - 33.98303969500006 - ], - [ - -117.30946808299996, - 33.98353145800007 - ], - [ - -117.30946810499995, - 33.983531493000044 - ], - [ - -117.30906502999994, - 33.98366404700005 - ], - [ - -117.30875225799997, - 33.98384121200007 - ], - [ - -117.30868538699997, - 33.98392382500003 - ], - [ - -117.30855086699995, - 33.98409004900003 - ], - [ - -117.30846664599994, - 33.98444946300003 - ], - [ - -117.30846663899996, - 33.98444949700007 - ], - [ - -117.30857875699996, - 33.98475755900006 - ], - [ - -117.30854801699996, - 33.98477853500003 - ], - [ - -117.30826964299996, - 33.98500303800006 - ], - [ - -117.30826965399996, - 33.98500307000006 - ], - [ - -117.30831388499996, - 33.98505596600006 - ], - [ - -117.30831383699996, - 33.985055997000075 - ], - [ - -117.30825274499995, - 33.985094882000055 - ], - [ - -117.30798776299997, - 33.98509599000005 - ], - [ - -117.30798771899998, - 33.98509592400006 - ], - [ - -117.30770603099995, - 33.984685822000074 - ], - [ - -117.30769107099997, - 33.98461559100008 - ], - [ - -117.30767910799995, - 33.984559422000075 - ], - [ - -117.30735997999994, - 33.984606547000055 - ], - [ - -117.30711530199994, - 33.984642475000044 - ], - [ - -117.30711473399998, - 33.984642559000065 - ], - [ - -117.30694281399997, - 33.984667804000026 - ], - [ - -117.30686620599994, - 33.984701732000076 - ], - [ - -117.30672993, - 33.98484845300004 - ], - [ - -117.30670250099996, - 33.98495276400007 - ], - [ - -117.30664925999997, - 33.98499792000007 - ], - [ - -117.30664925199994, - 33.984997958000065 - ], - [ - -117.30665901699996, - 33.98512755000007 - ], - [ - -117.30517027299999, - 33.98510296300003 - ], - [ - -117.30517064199995, - 33.98513805500005 - ], - [ - -117.30517492299998, - 33.985546715000055 - ], - [ - -117.30503013099997, - 33.98632067500006 - ], - [ - -117.30512227399998, - 33.98632527800004 - ], - [ - -117.30517183199998, - 33.98632776000005 - ], - [ - -117.30517189399995, - 33.98632776300008 - ], - [ - -117.3051645099999, - 33.986543211000026 - ], - [ - -117.30516451899996, - 33.986543288000064 - ], - [ - -117.30736910999997, - 33.986596279000025 - ], - [ - -117.30737048699996, - 33.986659932000066 - ], - [ - -117.30737940399996, - 33.98707197600004 - ], - [ - -117.30738666999997, - 33.987423679000074 - ], - [ - -117.30738701099995, - 33.98747648400007 - ], - [ - -117.30738701099995, - 33.98747661800007 - ], - [ - -117.30740438, - 33.99017803700008 - ], - [ - -117.30780937099996, - 33.990180390000035 - ], - [ - -117.30781268099997, - 33.99018040900006 - ], - [ - -117.30781599099998, - 33.99018042800003 - ], - [ - -117.30781929999995, - 33.99018044700006 - ], - [ - -117.30782260899997, - 33.99018046700007 - ], - [ - -117.307825918, - 33.99018048600004 - ], - [ - -117.30782922799995, - 33.99018050500007 - ], - [ - -117.30783253699997, - 33.99018052500003 - ], - [ - -117.30783584699998, - 33.990180544000054 - ], - [ - -117.30783921399996, - 33.990180563000024 - ], - [ - -117.30784252299998, - 33.99018058200005 - ], - [ - -117.30784583199994, - 33.99018060100008 - ], - [ - -117.30784914299994, - 33.990180621000036 - ], - [ - -117.30785245199996, - 33.99018064000006 - ], - [ - -117.30785576099998, - 33.99018065900003 - ], - [ - -117.30785907099994, - 33.99018067900005 - ], - [ - -117.30786238, - 33.99018069700003 - ], - [ - -117.30786568999997, - 33.99018071800003 - ], - [ - -117.30786899799995, - 33.99018073800005 - ], - [ - -117.30787230799996, - 33.99018075600003 - ], - [ - -117.30787561799997, - 33.990180775000056 - ], - [ - -117.307878927, - 33.99018079500007 - ], - [ - -117.30788223599995, - 33.99018081400004 - ], - [ - -117.30788554699996, - 33.99018083200008 - ], - [ - -117.30788885599998, - 33.99018085100005 - ], - [ - -117.30789216599999, - 33.990180871000064 - ], - [ - -117.30789547499995, - 33.99018089000003 - ], - [ - -117.30789878299998, - 33.99018090900006 - ], - [ - -117.30790209399999, - 33.990180929000076 - ], - [ - -117.30790540299995, - 33.990180948000045 - ], - [ - -117.30790871299996, - 33.99018096900005 - ], - [ - -117.30791202199998, - 33.99018098700003 - ], - [ - -117.30791533099995, - 33.99018100700005 - ], - [ - -117.30791864099996, - 33.99018102700006 - ], - [ - -117.30792195099997, - 33.99018104600003 - ], - [ - -117.30792526099998, - 33.99018106500006 - ], - [ - -117.30792856899996, - 33.99018108300004 - ], - [ - -117.30793187799998, - 33.990181103000054 - ], - [ - -117.30793518799999, - 33.990181122000024 - ], - [ - -117.30793849799994, - 33.99018114100005 - ], - [ - -117.30794180699996, - 33.990181161000066 - ], - [ - -117.30794511699997, - 33.990181181000025 - ], - [ - -117.30794842599994, - 33.99018120100004 - ], - [ - -117.30795173499996, - 33.99018122100006 - ], - [ - -117.30795504499997, - 33.99018124100007 - ], - [ - -117.307958354, - 33.99018126000004 - ], - [ - -117.307961665, - 33.99018127900007 - ], - [ - -117.30796497299997, - 33.99018129900003 - ], - [ - -117.307968282, - 33.990181319000044 - ], - [ - -117.30797159199994, - 33.99018133900006 - ], - [ - -117.30797490199996, - 33.990181359000076 - ], - [ - -117.30797821099998, - 33.990181379000035 - ], - [ - -117.30798151999994, - 33.99018139800006 - ], - [ - -117.30798482899996, - 33.99018141700003 - ], - [ - -117.30798813899997, - 33.99018143700005 - ], - [ - -117.30799144899999, - 33.99018145600007 - ], - [ - -117.30799475899994, - 33.99018147700008 - ], - [ - -117.30799806899995, - 33.99018149700004 - ], - [ - -117.308001376, - 33.99018151700005 - ], - [ - -117.30800468599995, - 33.99018153500003 - ], - [ - -117.30800799599996, - 33.99018155500005 - ], - [ - -117.308014615, - 33.990181593000045 - ], - [ - -117.30801792399996, - 33.99018161300006 - ], - [ - -117.30802123399997, - 33.99018163300008 - ], - [ - -117.30802785199995, - 33.99018167200006 - ], - [ - -117.30803116399994, - 33.99018169200008 - ], - [ - -117.30803447099998, - 33.99018171000006 - ], - [ - -117.30804108999996, - 33.990181749000044 - ], - [ - -117.30804770999998, - 33.99018178700004 - ], - [ - -117.30805101899995, - 33.990181807000056 - ], - [ - -117.30805432799997, - 33.99018182700007 - ], - [ - -117.30806094599996, - 33.99018186500007 - ], - [ - -117.30806425699996, - 33.99018188500003 - ], - [ - -117.30806756699997, - 33.99018190600003 - ], - [ - -117.30807087499994, - 33.99018192400007 - ], - [ - -117.30807749299998, - 33.990181962000065 - ], - [ - -117.30808080499997, - 33.990181982000024 - ], - [ - -117.30808742299996, - 33.99018202100007 - ], - [ - -117.30809073199998, - 33.990182040000036 - ], - [ - -117.30809735199995, - 33.99018207900008 - ], - [ - -117.30810066199996, - 33.99018209900004 - ], - [ - -117.30810397099998, - 33.99018211900005 - ], - [ - -117.30810727899996, - 33.99018213800008 - ], - [ - -117.30811058799998, - 33.99018215700005 - ], - [ - -117.30811389899998, - 33.990182177000065 - ], - [ - -117.30811720899999, - 33.990182197000024 - ], - [ - -117.30812051699996, - 33.99018221600005 - ], - [ - -117.30812382699997, - 33.990182237000056 - ], - [ - -117.30878263899996, - 33.99018607700003 - ], - [ - -117.30878594899997, - 33.99018609700005 - ], - [ - -117.30878925699994, - 33.990186117000064 - ], - [ - -117.30879262199994, - 33.990186150000056 - ], - [ - -117.30879593299994, - 33.99018615500006 - ], - [ - -117.30879924399994, - 33.990186175000076 - ], - [ - -117.30880255199997, - 33.99018620700008 - ], - [ - -117.30880586199999, - 33.99018621400006 - ], - [ - -117.30880916999996, - 33.99018623300003 - ], - [ - -117.30881247999997, - 33.99018625400004 - ], - [ - -117.308815789, - 33.99018627300006 - ], - [ - -117.30881909899995, - 33.99018629200003 - ], - [ - -117.30882240999995, - 33.99018631000007 - ], - [ - -117.30882571899997, - 33.990186331000075 - ], - [ - -117.308829028, - 33.990186350000045 - ], - [ - -117.30883233599997, - 33.99018636900007 - ], - [ - -117.30883901299995, - 33.990186409000046 - ], - [ - -117.30884237999999, - 33.990186427000026 - ], - [ - -117.30884568899995, - 33.99018644700004 - ], - [ - -117.30884899899996, - 33.990186480000034 - ], - [ - -117.30885230699994, - 33.99018648500004 - ], - [ - -117.30885561799994, - 33.99018650600004 - ], - [ - -117.30885892699996, - 33.99018652500007 - ], - [ - -117.30886223599998, - 33.99018655700007 - ], - [ - -117.308865546, - 33.990186564000055 - ], - [ - -117.30886885599995, - 33.99018658400007 - ], - [ - -117.30887216599996, - 33.99018660200005 - ], - [ - -117.30887547499998, - 33.99018662200007 - ], - [ - -117.30887878299995, - 33.990186642000026 - ], - [ - -117.30888209299997, - 33.99018666000006 - ], - [ - -117.30888540299998, - 33.99018668100007 - ], - [ - -117.30889202199995, - 33.990186719000064 - ], - [ - -117.30889533099997, - 33.99018673900002 - ], - [ - -117.30889864099998, - 33.99018675900004 - ], - [ - -117.30890194999995, - 33.990186777000076 - ], - [ - -117.30890526, - 33.990186798000025 - ], - [ - -117.30890856899998, - 33.99018681600006 - ], - [ - -117.30891187799995, - 33.99018683600008 - ], - [ - -117.30891518799996, - 33.99018685600004 - ], - [ - -117.308918496, - 33.99018688800004 - ], - [ - -117.308921807, - 33.99018689400003 - ], - [ - -117.30892511699994, - 33.99018691400005 - ], - [ - -117.30892842599997, - 33.990186934000064 - ], - [ - -117.30893173499999, - 33.990186952000045 - ], - [ - -117.30893504399995, - 33.99018697300005 - ], - [ - -117.30893835399996, - 33.99018699100003 - ], - [ - -117.30894166399997, - 33.990187011000046 - ], - [ - -117.30894497399998, - 33.990187029000026 - ], - [ - -117.30894828199996, - 33.99018704900004 - ], - [ - -117.30895159199997, - 33.99018706900006 - ], - [ - -117.308954901, - 33.99018708800003 - ], - [ - -117.30895826799997, - 33.990187107000054 - ], - [ - -117.30896157799998, - 33.99018712700007 - ], - [ - -117.30896488699995, - 33.99018714700003 - ], - [ - -117.30896819599997, - 33.990187165000066 - ], - [ - -117.30897150599998, - 33.99018718600007 - ], - [ - -117.30897481499994, - 33.990187218000074 - ], - [ - -117.30897812499995, - 33.99018722400007 - ], - [ - -117.30898143499996, - 33.99018724300004 - ], - [ - -117.30898479999996, - 33.99018726500003 - ], - [ - -117.30898810999997, - 33.990187296000045 - ], - [ - -117.30899141999998, - 33.99018730200004 - ], - [ - -117.30899472799996, - 33.990187321000064 - ], - [ - -117.30899803699998, - 33.99018734100002 - ], - [ - -117.30900134899997, - 33.99018736000005 - ], - [ - -117.30900465699995, - 33.990187379000076 - ], - [ - -117.30900796699996, - 33.990187399000035 - ], - [ - -117.30901127499999, - 33.99018741900005 - ], - [ - -117.30901458599999, - 33.990187451000054 - ], - [ - -117.30901789599994, - 33.99018745800004 - ], - [ - -117.30902120499996, - 33.99018747700006 - ], - [ - -117.30903775199994, - 33.99018758600005 - ], - [ - -117.30904106099996, - 33.99018759300003 - ], - [ - -117.30904437099997, - 33.99018761200006 - ], - [ - -117.30904768099998, - 33.99018763300006 - ], - [ - -117.30905098999995, - 33.99018765300008 - ], - [ - -117.30905429999996, - 33.99018767100006 - ], - [ - -117.30905760799999, - 33.99018769000003 - ], - [ - -117.30906091799994, - 33.99018771000004 - ], - [ - -117.30906422799995, - 33.99018772900007 - ], - [ - -117.30906753599999, - 33.99018774800004 - ], - [ - -117.30907084699999, - 33.990187768000055 - ], - [ - -117.30907415599995, - 33.990187787000025 - ], - [ - -117.30907746599996, - 33.99018781900003 - ], - [ - -117.30908077499998, - 33.99018782600007 - ], - [ - -117.30908408499994, - 33.990187846000026 - ], - [ - -117.30908739399996, - 33.99018786600004 - ], - [ - -117.30909070099995, - 33.99018788500007 - ], - [ - -117.309094013, - 33.99018790400004 - ], - [ - -117.30909732299995, - 33.990187924000054 - ], - [ - -117.30910063199997, - 33.99018794400007 - ], - [ - -117.30910393899995, - 33.99018796300004 - ], - [ - -117.30910725099994, - 33.990187984000045 - ], - [ - -117.30911055999997, - 33.99018800300007 - ], - [ - -117.30911386999998, - 33.99018802200004 - ], - [ - -117.30911717799995, - 33.99018804200006 - ], - [ - -117.30912048899995, - 33.990188061000026 - ], - [ - -117.30912379799997, - 33.99018808100004 - ], - [ - -117.30912710699994, - 33.99018810100006 - ], - [ - -117.30913041699995, - 33.990188121000074 - ], - [ - -117.30913372699996, - 33.99018814100003 - ], - [ - -117.30913703599998, - 33.99018816000006 - ], - [ - -117.30914034499995, - 33.99018817900003 - ], - [ - -117.30914365399997, - 33.990188199000045 - ], - [ - -117.30914696399998, - 33.99018821900006 - ], - [ - -117.309150274, - 33.99018823800003 - ], - [ - -117.30915358299995, - 33.990188259000035 - ], - [ - -117.30915689299997, - 33.99018827800006 - ], - [ - -117.30916020099994, - 33.99018829700003 - ], - [ - -117.30916351099995, - 33.99018831700005 - ], - [ - -117.30916682099996, - 33.990188336000074 - ], - [ - -117.30917012999998, - 33.99018835600003 - ], - [ - -117.30917343999994, - 33.99018837600005 - ], - [ - -117.30917674899996, - 33.990188396000065 - ], - [ - -117.30918005899997, - 33.990188415000034 - ], - [ - -117.30918336699995, - 33.99018843500005 - ], - [ - -117.30918667599997, - 33.99018845400008 - ], - [ - -117.30918998699997, - 33.990188474000036 - ], - [ - -117.30919329599999, - 33.99018849300006 - ], - [ - -117.30919660599994, - 33.99018851300008 - ], - [ - -117.30919991499997, - 33.990188534000026 - ], - [ - -117.30920322499998, - 33.99018855200006 - ], - [ - -117.30920653499999, - 33.99018857200008 - ], - [ - -117.30920984499994, - 33.99018859200004 - ], - [ - -117.30921315299997, - 33.990188611000065 - ], - [ - -117.30921646199994, - 33.990188631000024 - ], - [ - -117.30921977199995, - 33.99018865100004 - ], - [ - -117.30922308099997, - 33.990188672000045 - ], - [ - -117.30922639099998, - 33.990188690000025 - ], - [ - -117.30922975699997, - 33.99018871100003 - ], - [ - -117.309233066, - 33.99018873000006 - ], - [ - -117.30923637599994, - 33.990188749000026 - ], - [ - -117.30923968499997, - 33.99018876900004 - ], - [ - -117.30924299499998, - 33.99018878800007 - ], - [ - -117.30924630499999, - 33.99018880800003 - ], - [ - -117.30924961399995, - 33.99018882900003 - ], - [ - -117.30925292299997, - 33.99018884800006 - ], - [ - -117.30925623399997, - 33.99018886700003 - ], - [ - -117.30925954099996, - 33.990188887000045 - ], - [ - -117.30926285199996, - 33.99018890600007 - ], - [ - -117.30926616099998, - 33.99018892600003 - ], - [ - -117.309269471, - 33.990188946000046 - ], - [ - -117.30927274599998, - 33.99018896600006 - ], - [ - -117.30927277999996, - 33.99018896500007 - ], - [ - -117.30927603299995, - 33.99018898400004 - ], - [ - -117.30927934299996, - 33.99018900400006 - ], - [ - -117.30928265199998, - 33.990189024000074 - ], - [ - -117.30930593299996, - 33.99018915900007 - ], - [ - -117.30935747199999, - 33.99018946100006 - ], - [ - -117.30935754499995, - 33.99018946100006 - ], - [ - -117.30938388899995, - 33.992164084000024 - ], - [ - -117.309404713, - 33.993724721000035 - ], - [ - -117.30971278799996, - 33.99372666000005 - ], - [ - -117.31009795499995, - 33.99372908300006 - ], - [ - -117.310894196, - 33.99373413600006 - ], - [ - -117.31214112899994, - 33.993742129000054 - ], - [ - -117.31276555999995, - 33.99374619100007 - ], - [ - -117.31360129299998, - 33.99375177100006 - ], - [ - -117.31372041499998, - 33.99375256400003 - ], - [ - -117.313941651, - 33.993754472000035 - ], - [ - -117.31413470899997, - 33.99375613700005 - ], - [ - -117.31422874999998, - 33.993756948000055 - ], - [ - -117.31423233399994, - 33.993756974000064 - ], - [ - -117.31482922699996, - 33.99376220900007 - ], - [ - -117.31498967799996, - 33.99376193200004 - ], - [ - -117.31515528799997, - 33.993765076000045 - ], - [ - -117.31590441099996, - 33.99377160100005 - ], - [ - -117.31623347699997, - 33.99377424200003 - ], - [ - -117.31730333599995, - 33.99378281800006 - ], - [ - -117.31794878099998, - 33.993787988000065 - ], - [ - -117.31805524999999, - 33.993788841000026 - ], - [ - -117.32236586299996, - 33.993797923000045 - ], - [ - -117.32538109099994, - 33.99381505200006 - ], - [ - -117.32590228299995, - 33.99381800400005 - ], - [ - -117.32614743099998, - 33.993819393000024 - ], - [ - -117.32640790299996, - 33.99382086700007 - ], - [ - -117.32706700199998, - 33.993824595000035 - ], - [ - -117.32768012899999, - 33.993828059000066 - ], - [ - -117.32826235599998, - 33.993831345000046 - ], - [ - -117.32886015999998, - 33.99383471600004 - ], - [ - -117.32928916599997, - 33.993837135000035 - ], - [ - -117.32985633099997, - 33.99384032800003 - ], - [ - -117.32999422899996, - 33.99384110400007 - ], - [ - -117.330913792, - 33.99384627500007 - ], - [ - -117.331118904, - 33.99384742600006 - ], - [ - -117.33111896999998, - 33.99384742700005 - ], - [ - -117.33111898699997, - 33.993885559000034 - ], - [ - -117.33111899599999, - 33.99390762500008 - ], - [ - -117.33111903199995, - 33.99399669600007 - ], - [ - -117.33111940799995, - 33.99492870500006 - ], - [ - -117.33111985099998, - 33.996028179000064 - ], - [ - -117.33085833099994, - 33.996142864000035 - ], - [ - -117.33085053899998, - 33.99614628200004 - ], - [ - -117.33072626099994, - 33.99615548100007 - ], - [ - -117.33058094399996, - 33.99616623700007 - ], - [ - -117.33058091199996, - 33.996166240000036 - ], - [ - -117.33045939599998, - 33.99586784500008 - ], - [ - -117.330309694, - 33.99550023000006 - ], - [ - -117.33030966099994, - 33.99550022100004 - ], - [ - -117.33004521099997, - 33.995497673000045 - ], - [ - -117.32952433899999, - 33.99549263800003 - ], - [ - -117.32897282299996, - 33.99548730400005 - ], - [ - -117.32846659299997, - 33.995482406000065 - ], - [ - -117.32767035899997, - 33.99547469600003 - ], - [ - -117.32648678399994, - 33.99631104600007 - ], - [ - -117.32648548499998, - 33.996311965000075 - ], - [ - -117.32635619999996, - 33.996403319000024 - ], - [ - -117.32607580899997, - 33.99663159200003 - ], - [ - -117.32607578399995, - 33.996631613000034 - ], - [ - -117.32607576099997, - 33.99663163100007 - ], - [ - -117.32508011199997, - 33.997442197000055 - ], - [ - -117.32497818799999, - 33.99752517300004 - ], - [ - -117.32497811899998, - 33.99752517300004 - ], - [ - -117.32255007599997, - 33.997537987000044 - ], - [ - -117.32243270299995, - 33.997538606000035 - ], - [ - -117.32242811599997, - 33.99814113700006 - ], - [ - -117.32242082, - 33.99909963600004 - ], - [ - -117.32236475099995, - 33.99912906600008 - ], - [ - -117.32230341199994, - 33.999161266000044 - ], - [ - -117.32224233899996, - 33.99919394900007 - ], - [ - -117.32218614099997, - 33.99922444400005 - ], - [ - -117.32212960899994, - 33.99925467300005 - ], - [ - -117.32207274299998, - 33.999284362000026 - ], - [ - -117.32201587199995, - 33.99931377900003 - ], - [ - -117.32195867399997, - 33.99934319700003 - ], - [ - -117.32190113999997, - 33.99937207800008 - ], - [ - -117.32184360399998, - 33.99940068600006 - ], - [ - -117.32179483699997, - 33.99942456800005 - ], - [ - -117.321785735, - 33.999429027000076 - ], - [ - -117.32177540899994, - 33.99943396000003 - ], - [ - -117.32172752999998, - 33.99945682600003 - ], - [ - -117.32166932499996, - 33.99948462700007 - ], - [ - -117.32161078399997, - 33.99951188800003 - ], - [ - -117.32155191399994, - 33.99953915100008 - ], - [ - -117.32149303799997, - 33.99956587100007 - ], - [ - -117.32143382699996, - 33.99959232400005 - ], - [ - -117.32137461399998, - 33.99961850600005 - ], - [ - -117.32131473599998, - 33.99964415100004 - ], - [ - -117.32125518599997, - 33.99966979100003 - ], - [ - -117.32119530099999, - 33.999694892000036 - ], - [ - -117.32113508299994, - 33.99971972600002 - ], - [ - -117.32107453099997, - 33.99974429200006 - ], - [ - -117.32101397599996, - 33.99976858500003 - ], - [ - -117.32095341799999, - 33.999792607000074 - ], - [ - -117.32089252199995, - 33.999816090000024 - ], - [ - -117.32083129299997, - 33.999839303000044 - ], - [ - -117.32077005999997, - 33.99986224600008 - ], - [ - -117.32070849299998, - 33.999884921000046 - ], - [ - -117.320646921, - 33.99990705100004 - ], - [ - -117.32058501799997, - 33.99992918600003 - ], - [ - -117.32052310499995, - 33.99995077700004 - ], - [ - -117.32046086199995, - 33.999972100000036 - ], - [ - -117.32039861299995, - 33.99999315100007 - ], - [ - -117.32033602799999, - 34.00001366200007 - ], - [ - -117.32027343799996, - 34.00003390200004 - ], - [ - -117.320221485, - 34.00005061600007 - ], - [ - -117.320221415, - 34.00005063900005 - ], - [ - -117.32021377599995, - 34.000053096000045 - ], - [ - -117.32021368999995, - 34.00005314800006 - ], - [ - -117.32021232099999, - 34.00005398600007 - ], - [ - -117.32014989699996, - 34.00007409700004 - ], - [ - -117.32014985999996, - 34.000074109000025 - ], - [ - -117.32008531599996, - 34.00009326700007 - ], - [ - -117.32002072499995, - 34.000111891000074 - ], - [ - -117.31995546199994, - 34.00012943300004 - ], - [ - -117.31988985699996, - 34.00014616300007 - ], - [ - -117.31982424499995, - 34.00016235000004 - ], - [ - -117.31975795899996, - 34.00017745500003 - ], - [ - -117.31969166299996, - 34.00019201400005 - ], - [ - -117.31962640899997, - 34.000205212000026 - ], - [ - -117.31962502399995, - 34.00020549300007 - ], - [ - -117.31962362599995, - 34.00020575800005 - ], - [ - -117.31955837099997, - 34.00021815300005 - ], - [ - -117.31949104899996, - 34.00023000300007 - ], - [ - -117.31942685399997, - 34.00024057300004 - ], - [ - -117.31942404399996, - 34.00024103700002 - ], - [ - -117.31942126599995, - 34.00024145700007 - ], - [ - -117.31935636699995, - 34.00025125700006 - ], - [ - -117.31928868099999, - 34.00026066200007 - ], - [ - -117.31922097999995, - 34.000269252000066 - ], - [ - -117.31922094299995, - 34.00026925700007 - ], - [ - -117.31915293699996, - 34.00027702700004 - ], - [ - -117.31908488099998, - 34.00028371500008 - ], - [ - -117.31901648499996, - 34.000289860000066 - ], - [ - -117.31894807199996, - 34.000294917000076 - ], - [ - -117.31887964899994, - 34.000299158000075 - ], - [ - -117.31881121699996, - 34.00030285500003 - ], - [ - -117.31874244, - 34.000305463000075 - ], - [ - -117.31862055299996, - 34.00031008800005 - ], - [ - -117.31833819899998, - 34.00032080100004 - ], - [ - -117.31833759799997, - 34.00032082400003 - ], - [ - -117.31817645999996, - 34.00032246400008 - ], - [ - -117.31817682299999, - 34.00032194000005 - ], - [ - -117.31817881299997, - 34.000319071000035 - ], - [ - -117.31818080299996, - 34.00031620100003 - ], - [ - -117.31818279399994, - 34.000313332000076 - ], - [ - -117.31818397, - 34.00031163600005 - ], - [ - -117.31818596, - 34.000308766000046 - ], - [ - -117.318187949, - 34.00030589700003 - ], - [ - -117.31818993999997, - 34.000303028000076 - ], - [ - -117.31819192999995, - 34.00030015700003 - ], - [ - -117.31819391899995, - 34.00029728900006 - ], - [ - -117.31819590999999, - 34.000294420000046 - ], - [ - -117.31819789999997, - 34.00029155000004 - ], - [ - -117.31823253399995, - 34.00024161400006 - ], - [ - -117.31824388799998, - 34.00018199800007 - ], - [ - -117.318244602, - 34.000178248000054 - ], - [ - -117.31824472399995, - 34.00017761400005 - ], - [ - -117.31824543799996, - 34.00017386400003 - ], - [ - -117.318245559, - 34.000173231000076 - ], - [ - -117.31824627299994, - 34.00016948200005 - ], - [ - -117.31824639499996, - 34.000168847000054 - ], - [ - -117.31824710899997, - 34.00016510000006 - ], - [ - -117.31824782299998, - 34.00016135100003 - ], - [ - -117.31824794399995, - 34.00016071600004 - ], - [ - -117.31824865799996, - 34.000156967000066 - ], - [ - -117.31824937199997, - 34.00015321800004 - ], - [ - -117.31825008699997, - 34.000149469000064 - ], - [ - -117.31825080099998, - 34.000145720000035 - ], - [ - -117.31825151599998, - 34.00014197100006 - ], - [ - -117.31825222999998, - 34.00013822200003 - ], - [ - -117.31826360399998, - 34.00007850600008 - ], - [ - -117.31827460799997, - 34.00002073600007 - ], - [ - -117.31827544299995, - 34.000016353000035 - ], - [ - -117.31827615799995, - 34.00001260400006 - ], - [ - -117.31827687199996, - 34.00000885500003 - ], - [ - -117.31827758499998, - 34.00000510600006 - ], - [ - -117.31827770599995, - 34.00000447300005 - ], - [ - -117.31827782699997, - 34.000003837000065 - ], - [ - -117.31827854199997, - 34.000000089000025 - ], - [ - -117.31827866199995, - 33.99999945500008 - ], - [ - -117.318279497, - 33.99999507200005 - ], - [ - -117.31827961799996, - 33.999994438000044 - ], - [ - -117.31828045199995, - 33.99999005500007 - ], - [ - -117.31828057399997, - 33.99998941900003 - ], - [ - -117.318281287, - 33.99998567200004 - ], - [ - -117.31828140799996, - 33.999985036000055 - ], - [ - -117.31828224399999, - 33.99998065400007 - ], - [ - -117.31828295699995, - 33.99997690500004 - ], - [ - -117.31828307799998, - 33.999976272000026 - ], - [ - -117.31828379299998, - 33.999972522000064 - ], - [ - -117.31828450599994, - 33.999968774000024 - ], - [ - -117.31828462799996, - 33.99996813800004 - ], - [ - -117.31828534199997, - 33.99996439000006 - ], - [ - -117.31828605499999, - 33.99996064000004 - ], - [ - -117.31828676999999, - 33.99995689200006 - ], - [ - -117.31828736199998, - 33.99995377700003 - ], - [ - -117.31828748299995, - 33.99995314200004 - ], - [ - -117.31829283399998, - 33.99992505400007 - ], - [ - -117.31830319699998, - 33.99987064900006 - ], - [ - -117.31830395299994, - 33.99986668200006 - ], - [ - -117.31830425799996, - 33.99986406800008 - ], - [ - -117.31830426499994, - 33.99986389000003 - ], - [ - -117.31830426999994, - 33.999863711000046 - ], - [ - -117.31830427499995, - 33.99986353300005 - ], - [ - -117.31830427699998, - 33.99986335500006 - ], - [ - -117.31830427899996, - 33.999863177000066 - ], - [ - -117.31830427699998, - 33.999862998000026 - ], - [ - -117.31830427499995, - 33.99986282100008 - ], - [ - -117.31830427099999, - 33.99986264200004 - ], - [ - -117.31830426599998, - 33.999862464000046 - ], - [ - -117.31830426, - 33.99986228500006 - ], - [ - -117.31830424999998, - 33.99986210700007 - ], - [ - -117.31830423899999, - 33.999861929000076 - ], - [ - -117.31830422699994, - 33.99986175300006 - ], - [ - -117.31830421399997, - 33.99986157500007 - ], - [ - -117.31830419799996, - 33.999861397000075 - ], - [ - -117.31830417999998, - 33.99986122100006 - ], - [ - -117.31830414199999, - 33.99986086700005 - ], - [ - -117.31830411899995, - 33.99986069200003 - ], - [ - -117.31830409699995, - 33.99986051600007 - ], - [ - -117.31830407199999, - 33.999860341000044 - ], - [ - -117.318304045, - 33.999860167000065 - ], - [ - -117.31830401699995, - 33.99985999200004 - ], - [ - -117.31830398699998, - 33.99985981900005 - ], - [ - -117.31830395599997, - 33.99985964600006 - ], - [ - -117.31830392399996, - 33.99985947300007 - ], - [ - -117.318303889, - 33.99985930200006 - ], - [ - -117.31830385299997, - 33.99985913000006 - ], - [ - -117.31830381699996, - 33.99985895900005 - ], - [ - -117.31830377699998, - 33.999858790000076 - ], - [ - -117.31830373799994, - 33.999858621000044 - ], - [ - -117.31830369599999, - 33.99985845300006 - ], - [ - -117.31830365399998, - 33.99985828500007 - ], - [ - -117.31830360899994, - 33.99985811800008 - ], - [ - -117.31830356399996, - 33.99985795200007 - ], - [ - -117.318303518, - 33.99985778700005 - ], - [ - -117.31830346899994, - 33.999857622000036 - ], - [ - -117.3183034199999, - 33.999857459000054 - ], - [ - -117.31830336999997, - 33.99985729700006 - ], - [ - -117.31830331799995, - 33.999857134000024 - ], - [ - -117.31830326499994, - 33.99985697400007 - ], - [ - -117.31830320999995, - 33.999856814000054 - ], - [ - -117.31830315499997, - 33.99985665500003 - ], - [ - -117.318303115, - 33.99985654200003 - ], - [ - -117.31830309799994, - 33.99985649600006 - ], - [ - -117.31830305799997, - 33.99985638700008 - ], - [ - -117.318303, - 33.99985623200007 - ], - [ - -117.31830294199995, - 33.99985607700006 - ], - [ - -117.31830288199995, - 33.99985592400003 - ], - [ - -117.31830281999999, - 33.999855772000046 - ], - [ - -117.31830280099996, - 33.99985572200006 - ], - [ - -117.31830273699995, - 33.99985557000008 - ], - [ - -117.31830267299995, - 33.99985542100006 - ], - [ - -117.31830258499997, - 33.99985521800005 - ], - [ - -117.31830251899999, - 33.999855068000045 - ], - [ - -117.31830242599995, - 33.99985486500003 - ], - [ - -117.31830240099998, - 33.999854810000045 - ], - [ - -117.31830225899995, - 33.99985451300006 - ], - [ - -117.31830223199995, - 33.99985445600004 - ], - [ - -117.31830215899998, - 33.99985430800007 - ], - [ - -117.31830208499997, - 33.999854163000066 - ], - [ - -117.31830197999994, - 33.999853958000074 - ], - [ - -117.31830194799994, - 33.99985389600005 - ], - [ - -117.31830187199995, - 33.999853753000025 - ], - [ - -117.31830171499996, - 33.999853468000026 - ], - [ - -117.31830168, - 33.99985340400008 - ], - [ - -117.31830164299998, - 33.999853339000026 - ], - [ - -117.31830156199999, - 33.99985319700005 - ], - [ - -117.318301481, - 33.99985305700005 - ], - [ - -117.31830139899995, - 33.999852919000034 - ], - [ - -117.31830131699996, - 33.99985278100007 - ], - [ - -117.31830123499998, - 33.99985264600008 - ], - [ - -117.31830119299997, - 33.99985257800006 - ], - [ - -117.31830110699997, - 33.999852443000066 - ], - [ - -117.318300938, - 33.99985217600005 - ], - [ - -117.31830089099998, - 33.99985210500006 - ], - [ - -117.31830066899994, - 33.999851773000046 - ], - [ - -117.31830052899994, - 33.99985157200007 - ], - [ - -117.31830043899998, - 33.99985144400006 - ], - [ - -117.31830038699997, - 33.999851370000044 - ], - [ - -117.31830029499997, - 33.99985124300008 - ], - [ - -117.31830024199996, - 33.99985116800008 - ], - [ - -117.31830018599999, - 33.999851093000075 - ], - [ - -117.31830003599998, - 33.99985089100005 - ], - [ - -117.318299976, - 33.99985081400007 - ], - [ - -117.31829991799998, - 33.99985073600004 - ], - [ - -117.31829982099998, - 33.999850611000056 - ], - [ - -117.31829972499997, - 33.99985048800005 - ], - [ - -117.31829962699999, - 33.99985036600003 - ], - [ - -117.31829953199997, - 33.99985024600005 - ], - [ - -117.31829943399998, - 33.99985012600007 - ], - [ - -117.31829933699998, - 33.999850010000046 - ], - [ - -117.31829923999999, - 33.99984989400008 - ], - [ - -117.31829914199994, - 33.999849779000044 - ], - [ - -117.318299046, - 33.999849666000046 - ], - [ - -117.31829894799995, - 33.99984955600007 - ], - [ - -117.31829885099995, - 33.99984944600004 - ], - [ - -117.31829875399995, - 33.99984933800005 - ], - [ - -117.318298584, - 33.999849151000035 - ], - [ - -117.318298487, - 33.99984904400003 - ], - [ - -117.31829838899995, - 33.99984894000005 - ], - [ - -117.31829829199995, - 33.99984883700006 - ], - [ - -117.31829819399996, - 33.99984873500006 - ], - [ - -117.31829801999999, - 33.999848557000064 - ], - [ - -117.318298, - 33.99984853700005 - ], - [ - -117.31829792299999, - 33.99984845800003 - ], - [ - -117.31829782499995, - 33.999848360000044 - ], - [ - -117.31829774399995, - 33.99984828000004 - ], - [ - -117.31829764599996, - 33.999848185000076 - ], - [ - -117.318297466, - 33.99984801100004 - ], - [ - -117.31829738, - 33.999847930000044 - ], - [ - -117.31829728399998, - 33.99984783700006 - ], - [ - -117.31829718499995, - 33.99984774500007 - ], - [ - -117.31829708599997, - 33.99984765500005 - ], - [ - -117.318296998, - 33.999847576000036 - ], - [ - -117.31829690999996, - 33.99984749500004 - ], - [ - -117.31829681199997, - 33.99984740700006 - ], - [ - -117.31829671999998, - 33.999847326000065 - ], - [ - -117.31829662099994, - 33.99984723800003 - ], - [ - -117.31829652899995, - 33.99984715900007 - ], - [ - -117.31829642899999, - 33.99984707200008 - ], - [ - -117.31829633399997, - 33.99984699300006 - ], - [ - -117.31829623699997, - 33.99984691100008 - ], - [ - -117.31829603899996, - 33.99984674600006 - ], - [ - -117.31829593999998, - 33.999846665000064 - ], - [ - -117.31829573699997, - 33.999846501000036 - ], - [ - -117.31829563399998, - 33.99984642000004 - ], - [ - -117.31829542699995, - 33.99984625900004 - ], - [ - -117.31829532599994, - 33.999846182000056 - ], - [ - -117.31829511099994, - 33.99984601800003 - ], - [ - -117.318295, - 33.99984593500005 - ], - [ - -117.31829489799998, - 33.99984586100004 - ], - [ - -117.31829478499998, - 33.999845778000065 - ], - [ - -117.31829445399995, - 33.999845540000024 - ], - [ - -117.31829433599995, - 33.99984545800004 - ], - [ - -117.31829421499998, - 33.99984537600005 - ], - [ - -117.31829399399999, - 33.99984522500006 - ], - [ - -117.31829387099998, - 33.99984514200003 - ], - [ - -117.31829376999997, - 33.99984507500005 - ], - [ - -117.318293644, - 33.99984499300007 - ], - [ - -117.31829351699997, - 33.999844910000036 - ], - [ - -117.31829338699998, - 33.99984482800005 - ], - [ - -117.31829315599998, - 33.99984468300005 - ], - [ - -117.31829302399996, - 33.99984460100006 - ], - [ - -117.31829288899996, - 33.99984451900008 - ], - [ - -117.31829278999999, - 33.99984445900003 - ], - [ - -117.31829265299996, - 33.999844378000034 - ], - [ - -117.31829255399998, - 33.99984431900003 - ], - [ - -117.31829241499997, - 33.99984423800004 - ], - [ - -117.31829231699999, - 33.99984418100007 - ], - [ - -117.31829217899997, - 33.999844102000054 - ], - [ - -117.31829193899995, - 33.99984396700006 - ], - [ - -117.31829179599998, - 33.99984388900003 - ], - [ - -117.31829155499997, - 33.999843757000065 - ], - [ - -117.318291408, - 33.99984367900004 - ], - [ - -117.31829125899998, - 33.999843603000045 - ], - [ - -117.31829116399996, - 33.99984355300006 - ], - [ - -117.31829101299996, - 33.99984347700007 - ], - [ - -117.31829086199997, - 33.99984339900004 - ], - [ - -117.31829070799995, - 33.99984332300005 - ], - [ - -117.31829055299994, - 33.99984324700006 - ], - [ - -117.31829039399997, - 33.999843171000066 - ], - [ - -117.31829023499995, - 33.999843095000074 - ], - [ - -117.31828998299994, - 33.99984297800006 - ], - [ - -117.31828981999996, - 33.99984290300006 - ], - [ - -117.318289656, - 33.999842830000034 - ], - [ - -117.31828948999998, - 33.99984275700007 - ], - [ - -117.31828932099995, - 33.999842683000054 - ], - [ - -117.31828915199998, - 33.999842611000076 - ], - [ - -117.31828906299995, - 33.99984257300002 - ], - [ - -117.31828889199994, - 33.999842502000035 - ], - [ - -117.31828871799996, - 33.99984243200004 - ], - [ - -117.31828863199996, - 33.999842396000076 - ], - [ - -117.31828837599994, - 33.999842294000075 - ], - [ - -117.31828829099999, - 33.999842261000026 - ], - [ - -117.31828811599996, - 33.99984219400005 - ], - [ - -117.31828803399998, - 33.99984216300004 - ], - [ - -117.31828795399997, - 33.999842132000026 - ], - [ - -117.31828777899995, - 33.99984206800008 - ], - [ - -117.31828769899994, - 33.99984203900004 - ], - [ - -117.31828752299998, - 33.99984197500004 - ], - [ - -117.31828727099997, - 33.99984188500002 - ], - [ - -117.318287092, - 33.99984182400004 - ], - [ - -117.31828683699996, - 33.99984173900003 - ], - [ - -117.318286764, - 33.99984171500006 - ], - [ - -117.318286334, - 33.99984157600005 - ], - [ - -117.31828608299998, - 33.99984149900007 - ], - [ - -117.31828571699998, - 33.999841391000075 - ], - [ - -117.31828553199995, - 33.99984133900006 - ], - [ - -117.31828528299997, - 33.99984126800007 - ], - [ - -117.31828509599995, - 33.99984121700004 - ], - [ - -117.31828490799995, - 33.999841167000056 - ], - [ - -117.31828471899996, - 33.99984111900005 - ], - [ - -117.318284528, - 33.99984107000006 - ], - [ - -117.31828433699997, - 33.999841023000045 - ], - [ - -117.31828414399996, - 33.999840977000076 - ], - [ - -117.31828394999997, - 33.99984093100005 - ], - [ - -117.318283754, - 33.99984088700006 - ], - [ - -117.31828355699997, - 33.99984084500005 - ], - [ - -117.31828335899996, - 33.99984080200005 - ], - [ - -117.31828310999998, - 33.99984075100008 - ], - [ - -117.31828291099998, - 33.99984071100005 - ], - [ - -117.31828271099994, - 33.99984067300005 - ], - [ - -117.31828266399998, - 33.99984066500008 - ], - [ - -117.31828246499998, - 33.999840627000026 - ], - [ - -117.31828226399995, - 33.999840592000055 - ], - [ - -117.31828206299997, - 33.99984055800007 - ], - [ - -117.31828185999996, - 33.999840525000025 - ], - [ - -117.31828165699994, - 33.99984049300008 - ], - [ - -117.31828145299994, - 33.999840461000076 - ], - [ - -117.31828124699996, - 33.99984043100005 - ], - [ - -117.31828104199997, - 33.999840404000054 - ], - [ - -117.31828083399995, - 33.999840376000066 - ], - [ - -117.31828062799997, - 33.99984034900007 - ], - [ - -117.31828041899996, - 33.99984032500004 - ], - [ - -117.31828038799995, - 33.99984032200007 - ], - [ - -117.31828018099998, - 33.99984029800004 - ], - [ - -117.31827997299996, - 33.99984027700003 - ], - [ - -117.31827976399995, - 33.99984025600003 - ], - [ - -117.31827955499995, - 33.99984023600007 - ], - [ - -117.31827934599994, - 33.99984021800003 - ], - [ - -117.31827913499995, - 33.99984020200003 - ], - [ - -117.31827892399997, - 33.99984018600003 - ], - [ - -117.318278712, - 33.99984017200006 - ], - [ - -117.31827850099995, - 33.99984015900003 - ], - [ - -117.31827828799999, - 33.99984014800003 - ], - [ - -117.31827807699995, - 33.999840137000035 - ], - [ - -117.31827786499997, - 33.99984012800007 - ], - [ - -117.31827765599996, - 33.999840121000034 - ], - [ - -117.31827744799995, - 33.99984011500004 - ], - [ - -117.31827723199996, - 33.99984011000004 - ], - [ - -117.31827701599997, - 33.99984010700007 - ], - [ - -117.31827679799994, - 33.99984010500003 - ], - [ - -117.31827658499998, - 33.99984010400004 - ], - [ - -117.31827636999998, - 33.99984010500003 - ], - [ - -117.31827615799995, - 33.99984010800006 - ], - [ - -117.31827574, - 33.99984011600003 - ], - [ - -117.31827552899995, - 33.99984012200008 - ], - [ - -117.31827531999994, - 33.99984013000005 - ], - [ - -117.31827510999995, - 33.999840138000025 - ], - [ - -117.31827490099994, - 33.99984014800003 - ], - [ - -117.31827468999995, - 33.999840160000076 - ], - [ - -117.31827448099995, - 33.99984017200006 - ], - [ - -117.31827427199994, - 33.99984018600003 - ], - [ - -117.31827407299994, - 33.99984020100004 - ], - [ - -117.31827387499999, - 33.99984021700004 - ], - [ - -117.31827366899995, - 33.99984023300004 - ], - [ - -117.31827346399996, - 33.99984025300006 - ], - [ - -117.31827325799998, - 33.999840274000064 - ], - [ - -117.31827305399997, - 33.99984029500007 - ], - [ - -117.31827284999997, - 33.999840318000054 - ], - [ - -117.31827264799995, - 33.99984034100004 - ], - [ - -117.318272445, - 33.99984036600006 - ], - [ - -117.31827224299997, - 33.99984039200007 - ], - [ - -117.31827204099994, - 33.999840420000055 - ], - [ - -117.31827183999997, - 33.99984044800004 - ], - [ - -117.31827164099997, - 33.99984047700008 - ], - [ - -117.31827144099998, - 33.999840508000034 - ], - [ - -117.31827124299997, - 33.999840541000026 - ], - [ - -117.31827104499996, - 33.99984057300003 - ], - [ - -117.31827084899999, - 33.99984060700007 - ], - [ - -117.31827065299996, - 33.99984064300003 - ], - [ - -117.31827045899996, - 33.999840679000044 - ], - [ - -117.31827026399998, - 33.99984071700004 - ], - [ - -117.31827007099997, - 33.999840756000026 - ], - [ - -117.31826987899996, - 33.99984079500007 - ], - [ - -117.31826968799999, - 33.99984083500004 - ], - [ - -117.31826949799995, - 33.999840877000054 - ], - [ - -117.31826930899996, - 33.999840919000064 - ], - [ - -117.31826912099996, - 33.999840962000064 - ], - [ - -117.31826893399995, - 33.99984100700004 - ], - [ - -117.31826874799998, - 33.99984105200008 - ], - [ - -117.318268564, - 33.99984109800005 - ], - [ - -117.3182683799999, - 33.99984114500006 - ], - [ - -117.31826832599995, - 33.99984115900003 - ], - [ - -117.31826808499994, - 33.99984122300003 - ], - [ - -117.31826790199995, - 33.99984127300007 - ], - [ - -117.318267844, - 33.999841289000074 - ], - [ - -117.31826765999995, - 33.999841341000035 - ], - [ - -117.31826747699995, - 33.999841393000054 - ], - [ - -117.31826729799997, - 33.99984144700005 - ], - [ - -117.31826711899998, - 33.99984149900007 - ], - [ - -117.31826693999994, - 33.999841555000046 - ], - [ - -117.31826687699999, - 33.99984157500006 - ], - [ - -117.318266699, - 33.99984163100004 - ], - [ - -117.31826663399994, - 33.999841651000054 - ], - [ - -117.318266457, - 33.999841709000066 - ], - [ - -117.31826628099998, - 33.99984176800007 - ], - [ - -117.31826621299996, - 33.99984179100005 - ], - [ - -117.31826603699994, - 33.99984184900006 - ], - [ - -117.31826586499994, - 33.99984191000004 - ], - [ - -117.31826579399996, - 33.99984193500006 - ], - [ - -117.31826561999998, - 33.99984199700003 - ], - [ - -117.31826544799998, - 33.99984205900006 - ], - [ - -117.31826527899995, - 33.999842122000075 - ], - [ - -117.31826520399994, - 33.99984215000006 - ], - [ - -117.31826503499997, - 33.99984221400007 - ], - [ - -117.31826486899996, - 33.999842278000074 - ], - [ - -117.31826470299995, - 33.99984234300007 - ], - [ - -117.31826453899998, - 33.99984240900005 - ], - [ - -117.31826437599995, - 33.99984247500004 - ], - [ - -117.318264135, - 33.99984257600005 - ], - [ - -117.31826389499997, - 33.99984267800005 - ], - [ - -117.31826373599995, - 33.99984274700006 - ], - [ - -117.31826357799997, - 33.99984281600007 - ], - [ - -117.31826349699998, - 33.99984285200003 - ], - [ - -117.31826333899994, - 33.999842923000074 - ], - [ - -117.31826318499998, - 33.99984299400006 - ], - [ - -117.31826310099996, - 33.99984303300005 - ], - [ - -117.31826294799998, - 33.999843105000025 - ], - [ - -117.31826052499997, - 33.99984439200006 - ], - [ - -117.31825693999997, - 33.999847130000035 - ], - [ - -117.31825531499999, - 33.999848634000045 - ], - [ - -117.31825368799997, - 33.999850138000056 - ], - [ - -117.31825046799997, - 33.999855592000074 - ], - [ - -117.31820838999994, - 33.99990309200007 - ], - [ - -117.31820673799996, - 33.99990495600008 - ], - [ - -117.31820508599998, - 33.999906820000035 - ], - [ - -117.31820289399997, - 33.999909295000066 - ], - [ - -117.31820124199999, - 33.99991115900008 - ], - [ - -117.31819904999998, - 33.99991363300006 - ], - [ - -117.31819520699997, - 33.99991797100006 - ], - [ - -117.31819301599995, - 33.99992044500004 - ], - [ - -117.31819136399997, - 33.999922310000045 - ], - [ - -117.31818917299995, - 33.99992478300004 - ], - [ - -117.31818752099997, - 33.99992664800004 - ], - [ - -117.31818532899996, - 33.999929122000026 - ], - [ - -117.31818313799994, - 33.99993159600007 - ], - [ - -117.318177102, - 33.99993840800005 - ], - [ - -117.31817544999996, - 33.99994027300005 - ], - [ - -117.31817160699995, - 33.999944611000046 - ], - [ - -117.31816941599999, - 33.99994708500003 - ], - [ - -117.31816722399998, - 33.999949558000026 - ], - [ - -117.31816557299999, - 33.99995142300003 - ], - [ - -117.31816338099998, - 33.99995389700007 - ], - [ - -117.31815953799997, - 33.999958236000055 - ], - [ - -117.31815734699995, - 33.99996070900005 - ], - [ - -117.31815515499994, - 33.999963183000034 - ], - [ - -117.31815350299996, - 33.999965048000035 - ], - [ - -117.31815131199994, - 33.99996752100003 - ], - [ - -117.31814746899994, - 33.99997186000007 - ], - [ - -117.31814581699996, - 33.999973725000075 - ], - [ - -117.31814416499998, - 33.99997558900003 - ], - [ - -117.31814197399996, - 33.99997806300007 - ], - [ - -117.31813813099996, - 33.99998240100007 - ], - [ - -117.31813647899997, - 33.99998426600007 - ], - [ - -117.31813263499998, - 33.999988605000055 - ], - [ - -117.318130984, - 33.99999046900007 - ], - [ - -117.31812713999994, - 33.999994807000064 - ], - [ - -117.31812548799996, - 33.999996672000066 - ], - [ - -117.31812164499996, - 34.00000101000006 - ], - [ - -117.31811999299998, - 34.00000287600005 - ], - [ - -117.31811615, - 34.00000721400005 - ], - [ - -117.31811449799994, - 34.00000907800006 - ], - [ - -117.31811065399995, - 34.00001341800004 - ], - [ - -117.31810846199994, - 34.00001589100003 - ], - [ - -117.31810461899994, - 34.00002022900003 - ], - [ - -117.31810296699996, - 34.00002209300004 - ], - [ - -117.318100776, - 34.000024567000025 - ], - [ - -117.31809858399998, - 34.00002704100007 - ], - [ - -117.318096933, - 34.00002890500008 - ], - [ - -117.31809474, - 34.00003137900006 - ], - [ - -117.31809308899994, - 34.000033243000075 - ], - [ - -117.31809089799998, - 34.00003571800005 - ], - [ - -117.31808924599994, - 34.00003758300005 - ], - [ - -117.31808705499998, - 34.000040057000035 - ], - [ - -117.31808321099999, - 34.00004439400004 - ], - [ - -117.31808101999997, - 34.00004686900007 - ], - [ - -117.31807717699996, - 34.00005120800006 - ], - [ - -117.31807498599994, - 34.000053681000054 - ], - [ - -117.31807333399996, - 34.000055547000045 - ], - [ - -117.31807114199995, - 34.00005801900005 - ], - [ - -117.31806948999997, - 34.00005988400005 - ], - [ - -117.31806729899995, - 34.00006235800004 - ], - [ - -117.31802462899998, - 34.000110525000025 - ], - [ - -117.31798224, - 34.00015837500007 - ], - [ - -117.31798004899997, - 34.000160848000064 - ], - [ - -117.31793577299999, - 34.00021082600006 - ], - [ - -117.31787244699996, - 34.00023695100003 - ], - [ - -117.31786871699995, - 34.00023849000007 - ], - [ - -117.31786498699995, - 34.000240029000054 - ], - [ - -117.31785199599994, - 34.00024538900004 - ], - [ - -117.31784646499995, - 34.00024767000008 - ], - [ - -117.31784273599999, - 34.00024920800007 - ], - [ - -117.31783900499994, - 34.00025074700005 - ], - [ - -117.31782807199994, - 34.00025525700005 - ], - [ - -117.31782434299998, - 34.00025679600003 - ], - [ - -117.317820612, - 34.00025833500007 - ], - [ - -117.31781135099999, - 34.000262156000076 - ], - [ - -117.31780582099998, - 34.000264437000055 - ], - [ - -117.31780402099997, - 34.00026518000004 - ], - [ - -117.31780029, - 34.000266719000024 - ], - [ - -117.31779655899999, - 34.00026825800006 - ], - [ - -117.31779102999997, - 34.00027053900004 - ], - [ - -117.31778549899997, - 34.00027282000008 - ], - [ - -117.31777996899996, - 34.000275102000046 - ], - [ - -117.31777250699997, - 34.000278180000066 - ], - [ - -117.31776697599997, - 34.000280461000045 - ], - [ - -117.31775951599997, - 34.000283539000066 - ], - [ - -117.31775578599996, - 34.00028507900004 - ], - [ - -117.31775025699994, - 34.00028736000007 - ], - [ - -117.31774279499996, - 34.000290439000025 - ], - [ - -117.31773533399996, - 34.000293516000056 - ], - [ - -117.31773160499995, - 34.00029505400005 - ], - [ - -117.31772414299996, - 34.00029813200007 - ], - [ - -117.31772041299996, - 34.00029967100005 - ], - [ - -117.31771668199997, - 34.00030121000003 - ], - [ - -117.31770922199996, - 34.00030428800005 - ], - [ - -117.31770549299995, - 34.000305826000044 - ], - [ - -117.31770176099997, - 34.00030736600007 - ], - [ - -117.31769803199995, - 34.000308903000075 - ], - [ - -117.31763620899994, - 34.00033440800007 - ], - [ - -117.31757210899997, - 34.00036085200003 - ], - [ - -117.31757030999995, - 34.00036159500007 - ], - [ - -117.31756657999995, - 34.000363134000054 - ], - [ - -117.31756297799996, - 34.00036461900004 - ], - [ - -117.31755924799995, - 34.000366159000066 - ], - [ - -117.31755551699996, - 34.00036769700006 - ], - [ - -117.31755178799995, - 34.00036923600004 - ], - [ - -117.31754805799994, - 34.00037077500008 - ], - [ - -117.31754432799994, - 34.00037231400006 - ], - [ - -117.31754252699994, - 34.00037305700005 - ], - [ - -117.317536997, - 34.000375338000026 - ], - [ - -117.31753326599994, - 34.000376878000054 - ], - [ - -117.317531466, - 34.00037761900006 - ], - [ - -117.31746740199998, - 34.000404048000064 - ], - [ - -117.31744009799996, - 34.00045869400003 - ], - [ - -117.31743846499995, - 34.00046196200003 - ], - [ - -117.31743683299999, - 34.00046523000003 - ], - [ - -117.31743520099997, - 34.00046849600005 - ], - [ - -117.31743356799996, - 34.000471764000054 - ], - [ - -117.31743193499995, - 34.000475032000054 - ], - [ - -117.31743030299998, - 34.000478299000065 - ], - [ - -117.31742867099996, - 34.000481567000065 - ], - [ - -117.31742703799995, - 34.00048483300003 - ], - [ - -117.317425405, - 34.00048810100003 - ], - [ - -117.31742307399998, - 34.000492767000026 - ], - [ - -117.31741910899996, - 34.00050070100008 - ], - [ - -117.317417477, - 34.00050396900008 - ], - [ - -117.31741584499997, - 34.00050723600003 - ], - [ - -117.31741421199996, - 34.000510503000044 - ], - [ - -117.31741257899995, - 34.000513770000055 - ], - [ - -117.31741094699998, - 34.000517037000066 - ], - [ - -117.31740861499998, - 34.00052170400005 - ], - [ - -117.31740628299997, - 34.000526370000046 - ], - [ - -117.31740465099995, - 34.000529638000046 - ], - [ - -117.31740395199995, - 34.00053103600004 - ], - [ - -117.31740231899994, - 34.00053430400004 - ], - [ - -117.31740161999994, - 34.00053570400007 - ], - [ - -117.31739998799998, - 34.000538970000036 - ], - [ - -117.31739835399998, - 34.00054223700005 - ], - [ - -117.31739602199997, - 34.00054690400003 - ], - [ - -117.31739369099995, - 34.00055157000003 - ], - [ - -117.31739205799994, - 34.00055483800003 - ], - [ - -117.31739135899994, - 34.00055623700007 - ], - [ - -117.31738972599999, - 34.00055950500007 - ], - [ - -117.31738809399997, - 34.00056277300007 - ], - [ - -117.31738646199994, - 34.000566038000045 - ], - [ - -117.31738576199996, - 34.000567438000076 - ], - [ - -117.31735831699996, - 34.00062236700006 - ], - [ - -117.31731197799996, - 34.00066722200006 - ], - [ - -117.31730971299999, - 34.00066941400007 - ], - [ - -117.31730744799995, - 34.00067160800006 - ], - [ - -117.31730545799996, - 34.000673533000054 - ], - [ - -117.31730120399999, - 34.000677651000046 - ], - [ - -117.31729893899995, - 34.00067984400005 - ], - [ - -117.317294684, - 34.00068396300003 - ], - [ - -117.31729043099995, - 34.00068808000003 - ], - [ - -117.31728816499998, - 34.00069027300003 - ], - [ - -117.317286175, - 34.00069219900007 - ], - [ - -117.31728418599994, - 34.00069412500005 - ], - [ - -117.31728219699994, - 34.000696051000034 - ], - [ - -117.31727993199996, - 34.000698244000034 - ], - [ - -117.31727766699998, - 34.000700436000045 - ], - [ - -117.31727540199995, - 34.000702629000045 - ], - [ - -117.31727114699999, - 34.00070674600005 - ], - [ - -117.31726888199995, - 34.00070894000004 - ], - [ - -117.31726661699997, - 34.00071113200005 - ], - [ - -117.31726435299998, - 34.00071332400006 - ], - [ - -117.31726236299994, - 34.00071525000004 - ], - [ - -117.31726037299995, - 34.00071717600008 - ], - [ - -117.31725810799998, - 34.00071937000007 - ], - [ - -117.31725584299994, - 34.000721561000034 - ], - [ - -117.31725385299995, - 34.00072348700007 - ], - [ - -117.31725158799998, - 34.00072568000007 - ], - [ - -117.31724959799999, - 34.000727606000055 - ], - [ - -117.31724534399996, - 34.00073172400005 - ], - [ - -117.31724307899998, - 34.00073391600006 - ], - [ - -117.31724108999998, - 34.00073584200004 - ], - [ - -117.31723909999994, - 34.00073776800008 - ], - [ - -117.31723484499997, - 34.00074188600007 - ], - [ - -117.31723258099998, - 34.00074407900007 - ], - [ - -117.31723059099994, - 34.00074600600004 - ], - [ - -117.31722832699995, - 34.00074819800005 - ], - [ - -117.31722633699997, - 34.000750125000025 - ], - [ - -117.31722407199999, - 34.000752316000046 - ], - [ - -117.31721981699997, - 34.00075643500003 - ], - [ - -117.31721556199994, - 34.00076055300008 - ], - [ - -117.31721158299996, - 34.00076440500004 - ], - [ - -117.31720931899997, - 34.00076659700005 - ], - [ - -117.31720732899998, - 34.00076852300003 - ], - [ - -117.31720533999999, - 34.000770448000026 - ], - [ - -117.31720334999994, - 34.000772375000054 - ], - [ - -117.31720108399998, - 34.000774568000054 - ], - [ - -117.31719909499998, - 34.000776493000046 - ], - [ - -117.31719483999996, - 34.00078061100004 - ], - [ - -117.31719257499998, - 34.00078280300005 - ], - [ - -117.317190585, - 34.00078472900003 - ], - [ - -117.31718831999996, - 34.00078692300008 - ], - [ - -117.31718633099996, - 34.00078884800007 - ], - [ - -117.31718406599998, - 34.000791040000024 - ], - [ - -117.31717981099996, - 34.00079515900006 - ], - [ - -117.31717782199996, - 34.000797085000045 - ], - [ - -117.31717555799997, - 34.000799278000045 - ], - [ - -117.31717356799999, - 34.00080120400003 - ], - [ - -117.31717130199996, - 34.00080339600004 - ], - [ - -117.31716931299997, - 34.000805323000066 - ], - [ - -117.31716704899998, - 34.00080751400003 - ], - [ - -117.31716279399996, - 34.00081163300007 - ], - [ - -117.31716052899998, - 34.00081382600007 - ], - [ - -117.317158539, - 34.00081575100006 - ], - [ - -117.31715627399996, - 34.00081794400006 - ], - [ - -117.317152019, - 34.000822063000044 - ], - [ - -117.31714975499995, - 34.000824254000065 - ], - [ - -117.31714748999997, - 34.000826447000065 - ], - [ - -117.31714522399994, - 34.000828640000066 - ], - [ - -117.31714069399999, - 34.00083302500008 - ], - [ - -117.31713870399994, - 34.00083495000007 - ], - [ - -117.31713671499995, - 34.00083687600005 - ], - [ - -117.31713444899998, - 34.00083906900005 - ], - [ - -117.317130196, - 34.000843187000044 - ], - [ - -117.31712594099997, - 34.000847306000026 - ], - [ - -117.31712395099999, - 34.000849231000075 - ], - [ - -117.31712168599995, - 34.000851424000075 - ], - [ - -117.31711942099997, - 34.000853617000075 - ], - [ - -117.31711743099999, - 34.00085554200007 - ], - [ - -117.31711516699994, - 34.00085773400008 - ], - [ - -117.31711317599996, - 34.00085966100005 - ], - [ - -117.31711091199998, - 34.00086185400005 - ], - [ - -117.31710892299998, - 34.00086377900004 - ], - [ - -117.31710665699995, - 34.00086597100005 - ], - [ - -117.31710466699997, - 34.000867897000035 - ], - [ - -117.31710240299998, - 34.000870090000035 - ], - [ - -117.31710013799994, - 34.000872282000046 - ], - [ - -117.31709588399997, - 34.00087640100003 - ], - [ - -117.31709361799994, - 34.00087859400003 - ], - [ - -117.31709162799996, - 34.00088051900008 - ], - [ - -117.31708936399997, - 34.00088271100003 - ], - [ - -117.31708709799994, - 34.00088490400003 - ], - [ - -117.31708510799996, - 34.000886829000024 - ], - [ - -117.31703856699994, - 34.00093188300008 - ], - [ - -117.31687448199995, - 34.00093559700008 - ], - [ - -117.31680401399996, - 34.00093575000005 - ], - [ - -117.31679939299994, - 34.00093576100005 - ], - [ - -117.316794771, - 34.00093577000007 - ], - [ - -117.31679014799994, - 34.00093578000008 - ], - [ - -117.31678552699998, - 34.00093579000003 - ], - [ - -117.31678090499997, - 34.000935800000036 - ], - [ - -117.31677628299997, - 34.000935810000044 - ], - [ - -117.316771658, - 34.00093582000005 - ], - [ - -117.31676703699998, - 34.00093583000006 - ], - [ - -117.31676241499997, - 34.00093584000007 - ], - [ - -117.31675779399995, - 34.000935850000076 - ], - [ - -117.31675317199995, - 34.00093586000003 - ], - [ - -117.31674854799996, - 34.000935871000024 - ], - [ - -117.316743928, - 34.00093588100003 - ], - [ - -117.31673468399998, - 34.00093590100005 - ], - [ - -117.31673006099999, - 34.00093591000007 - ], - [ - -117.31672543899998, - 34.000935921000064 - ], - [ - -117.31672081799996, - 34.000935930000026 - ], - [ - -117.31671619499997, - 34.00093594100008 - ], - [ - -117.31671157199997, - 34.00093595000004 - ], - [ - -117.31670695099996, - 34.00093596100004 - ], - [ - -117.31670232899995, - 34.00093597100005 - ], - [ - -117.31669770499997, - 34.000935981000055 - ], - [ - -117.31669308399995, - 34.00093599100006 - ], - [ - -117.316688463, - 34.00093600200006 - ], - [ - -117.31668384099999, - 34.00093601200007 - ], - [ - -117.31667921899998, - 34.000936022000076 - ], - [ - -117.31667459499994, - 34.00093603200003 - ], - [ - -117.31666997399998, - 34.000936041000045 - ], - [ - -117.31666535199997, - 34.00093605200004 - ], - [ - -117.31665610599998, - 34.00093607200006 - ], - [ - -117.31665148499997, - 34.00093608100008 - ], - [ - -117.31664686299996, - 34.000936092000074 - ], - [ - -117.31664223999996, - 34.000936102000026 - ], - [ - -117.31663761899995, - 34.00093611200003 - ], - [ - -117.31663299699994, - 34.00093612200004 - ], - [ - -117.316628375, - 34.00093613300004 - ], - [ - -117.31662375199994, - 34.00093614300005 - ], - [ - -117.31661913, - 34.000936153000055 - ], - [ - -117.31661450799999, - 34.00093616300006 - ], - [ - -117.316609885, - 34.000936172000024 - ], - [ - -117.31660526299999, - 34.00093618200003 - ], - [ - -117.31660060599995, - 34.00093619200004 - ], - [ - -117.31659598399995, - 34.00093620200005 - ], - [ - -117.31659136199994, - 34.000936213000045 - ], - [ - -117.31658211699994, - 34.00093623300006 - ], - [ - -117.316577495, - 34.00093624400006 - ], - [ - -117.31657287399997, - 34.00093625400007 - ], - [ - -117.31656825099998, - 34.000936264000075 - ], - [ - -117.31656362799998, - 34.000936273000036 - ], - [ - -117.31655900699997, - 34.000936283000044 - ], - [ - -117.31655438499996, - 34.00093629300005 - ], - [ - -117.31654976199997, - 34.00093630300006 - ], - [ - -117.31654513899997, - 34.00093631300007 - ], - [ - -117.31654051799995, - 34.000936324000065 - ], - [ - -117.31653589499996, - 34.00093633300003 - ], - [ - -117.31653127299995, - 34.000936344000024 - ], - [ - -117.31652202999999, - 34.00093636400004 - ], - [ - -117.316517407, - 34.00093637400005 - ], - [ - -117.31650816299998, - 34.000936394000064 - ], - [ - -117.31650354199996, - 34.00093640400007 - ], - [ - -117.31649891899997, - 34.00093641400008 - ], - [ - -117.31648967299998, - 34.00093643400004 - ], - [ - -117.31648505199996, - 34.00093644400005 - ], - [ - -117.31648042999996, - 34.000936454000055 - ], - [ - -117.31647580699996, - 34.00093646400006 - ], - [ - -117.31647118599994, - 34.00093647400007 - ], - [ - -117.31646656299995, - 34.00093648400008 - ], - [ - -117.31646194199999, - 34.00093649400003 - ], - [ - -117.31645269599994, - 34.000936515000035 - ], - [ - -117.316448074, - 34.00093652500004 - ], - [ - -117.31644345199999, - 34.00093653400006 - ], - [ - -117.31643883099997, - 34.00093654500006 - ], - [ - -117.31643420699999, - 34.00093655400008 - ], - [ - -117.31642958599997, - 34.000936565000075 - ], - [ - -117.31642035999994, - 34.000936585000034 - ], - [ - -117.316415754, - 34.00093659500004 - ], - [ - -117.31641113299997, - 34.00093660500005 - ], - [ - -117.31640651099997, - 34.00093661500006 - ], - [ - -117.31640188699998, - 34.000936625000065 - ], - [ - -117.31639726599997, - 34.00093663500007 - ], - [ - -117.31638802299994, - 34.00093665600008 - ], - [ - -117.3163834, - 34.00093666600003 - ], - [ - -117.31637415599994, - 34.000936686000045 - ], - [ - -117.31636953499998, - 34.000936695000064 - ], - [ - -117.316364911, - 34.00093670600006 - ], - [ - -117.31635566699998, - 34.00093672600008 - ], - [ - -117.31635104499998, - 34.00093673500004 - ], - [ - -117.31634642199998, - 34.000936746000036 - ], - [ - -117.31634180099996, - 34.000936755000055 - ], - [ - -117.31633717999995, - 34.00093676600005 - ], - [ - -117.31632793399996, - 34.00093678700006 - ], - [ - -117.316318691, - 34.00093680700007 - ], - [ - -117.31631406799994, - 34.000936817000024 - ], - [ - -117.31630944699998, - 34.00093682600004 - ], - [ - -117.31630482399999, - 34.00093683600005 - ], - [ - -117.31630020299997, - 34.00093684600006 - ], - [ - -117.31629557999997, - 34.00093685600007 - ], - [ - -117.31629095799997, - 34.000936866000075 - ], - [ - -117.31628171399996, - 34.00093688700008 - ], - [ - -117.31627709199995, - 34.00093689600004 - ], - [ - -117.31627246899995, - 34.00093690700004 - ], - [ - -117.31626322399995, - 34.000936927000055 - ], - [ - -117.316258603, - 34.00093693700006 - ], - [ - -117.31625397999994, - 34.00093694800006 - ], - [ - -117.31624935899998, - 34.00093695700008 - ], - [ - -117.31624473599999, - 34.00093696700003 - ], - [ - -117.31624011399998, - 34.00093697700004 - ], - [ - -117.31623549199998, - 34.000936986000056 - ], - [ - -117.31623086899998, - 34.00093699700005 - ], - [ - -117.31622624799996, - 34.00093700600007 - ], - [ - -117.31622162599996, - 34.00093701700007 - ], - [ - -117.31621238199995, - 34.00093703700003 - ], - [ - -117.31620775899995, - 34.000937048000026 - ], - [ - -117.31620313699995, - 34.000937058000034 - ], - [ - -117.31619851299996, - 34.00093706800004 - ], - [ - -117.31619389199994, - 34.00093707800005 - ], - [ - -117.31618927099998, - 34.00093708700007 - ], - [ - -117.31618002699997, - 34.00093710700003 - ], - [ - -117.31617540299999, - 34.000937117000035 - ], - [ - -117.31617078199997, - 34.00093712700004 - ], - [ - -117.31616615999997, - 34.00093713800004 - ], - [ - -117.31616153799996, - 34.00093714700006 - ], - [ - -117.31615691399998, - 34.000937158000056 - ], - [ - -117.31615229299996, - 34.000937167000075 - ], - [ - -117.31614767099995, - 34.00093717800007 - ], - [ - -117.31614304799996, - 34.00093718800008 - ], - [ - -117.31613846299996, - 34.00093719800003 - ], - [ - -117.31613382299997, - 34.00093720800004 - ], - [ - -117.31612459499996, - 34.000937228000055 - ], - [ - -117.31611997399995, - 34.00093723800006 - ], - [ - -117.31611072899994, - 34.00093725800008 - ], - [ - -117.31610610699994, - 34.00093726800003 - ], - [ - -117.31610148399994, - 34.00093727800004 - ], - [ - -117.31609686399997, - 34.000937288000046 - ], - [ - -117.31609224099998, - 34.00093729800005 - ], - [ - -117.31608761799998, - 34.00093730800006 - ], - [ - -117.31608299399994, - 34.00093731800007 - ], - [ - -117.31607837299998, - 34.00093732800008 - ], - [ - -117.31607375199997, - 34.000937339000075 - ], - [ - -117.31606912899997, - 34.000937349000026 - ], - [ - -117.31606450799995, - 34.000937359000034 - ], - [ - -117.31605988499996, - 34.00093736800005 - ], - [ - -117.31605526299995, - 34.00093737800006 - ], - [ - -117.316050642, - 34.00093738800007 - ], - [ - -117.31604601799995, - 34.000937398000076 - ], - [ - -117.316041397, - 34.00093740900007 - ], - [ - -117.31603677399994, - 34.000937418000035 - ], - [ - -117.316032152, - 34.00093742900003 - ], - [ - -117.31602752899994, - 34.00093743800005 - ], - [ - -117.31602290799998, - 34.00093744900005 - ], - [ - -117.31601828599997, - 34.00093745800007 - ], - [ - -117.31601366199999, - 34.00093747000005 - ], - [ - -117.31600445499998, - 34.00093749000007 - ], - [ - -117.31599983399997, - 34.00093749900003 - ], - [ - -117.315995209, - 34.00093751000003 - ], - [ - -117.31599058799998, - 34.000937520000036 - ], - [ - -117.31598596599997, - 34.000937528000065 - ], - [ - -117.31598134499995, - 34.00093753900006 - ], - [ - -117.31597672199996, - 34.00093754900007 - ], - [ - -117.31597209899996, - 34.00093755900008 - ], - [ - -117.31596747799995, - 34.00093756900003 - ], - [ - -117.31596285599994, - 34.00093757900004 - ], - [ - -117.31595823299995, - 34.000937589000046 - ], - [ - -117.31595360999995, - 34.00093759900005 - ], - [ - -117.31594898999998, - 34.00093760900006 - ], - [ - -117.31594438499997, - 34.00093761900007 - ], - [ - -117.31593977999995, - 34.00093762900008 - ], - [ - -117.315935159, - 34.000937640000075 - ], - [ - -117.31593053599994, - 34.000937650000026 - ], - [ - -117.31592128999995, - 34.00093767000004 - ], - [ - -117.31591668799996, - 34.00093768000005 - ], - [ - -117.31591208299994, - 34.00093769000006 - ], - [ - -117.31590746199998, - 34.000937699000076 - ], - [ - -117.31590283799994, - 34.00093770900003 - ], - [ - -117.31589821699998, - 34.000937719000035 - ], - [ - -117.31589359499998, - 34.00093773000003 - ], - [ - -117.31588434899999, - 34.00093775000005 - ], - [ - -117.31587972799997, - 34.00093775900007 - ], - [ - -117.31587048399996, - 34.000937779000026 - ], - [ - -117.31586586199995, - 34.00093779000008 - ], - [ - -117.31586123899996, - 34.00093780000003 - ], - [ - -117.31585661799994, - 34.00093781100003 - ], - [ - -117.315851996, - 34.00093782000005 - ], - [ - -117.31584737299994, - 34.000937830000055 - ], - [ - -117.31584274999994, - 34.00093784000006 - ], - [ - -117.31583812899999, - 34.00093785000007 - ], - [ - -117.315833506, - 34.00093786000008 - ], - [ - -117.315828883, - 34.00093787000003 - ], - [ - -117.31582426299997, - 34.00093788000004 - ], - [ - -117.31581964099996, - 34.000937890000046 - ], - [ - -117.31581501799997, - 34.000937900000054 - ], - [ - -117.31581039599996, - 34.00093791000006 - ], - [ - -117.31580577299997, - 34.00093792000007 - ], - [ - -117.31579652899995, - 34.000937941000075 - ], - [ - -117.31579190699995, - 34.000937951000026 - ], - [ - -117.31578728599999, - 34.000937960000044 - ], - [ - -117.31577804099999, - 34.00093798100005 - ], - [ - -117.31577345399995, - 34.00093799000007 - ], - [ - -117.315768833, - 34.000938 - ], - [ - -117.31576420899995, - 34.00093801000003 - ], - [ - -117.31575958699995, - 34.00093800700006 - ], - [ - -117.31575034399998, - 34.000938027000075 - ], - [ - -117.31574572099998, - 34.00093805100005 - ], - [ - -117.31574109899998, - 34.00093804800008 - ], - [ - -117.31573185499997, - 34.00093806700005 - ], - [ - -117.31572723299996, - 34.00093809200007 - ], - [ - -117.31572261099996, - 34.00093810100003 - ], - [ - -117.31571798799996, - 34.00093809700007 - ], - [ - -117.31571336499997, - 34.00093812100005 - ], - [ - -117.31570874399995, - 34.00093811700003 - ], - [ - -117.31570412199994, - 34.00093814100006 - ], - [ - -117.31569487699994, - 34.00093816000003 - ], - [ - -117.315690255, - 34.00093817000004 - ], - [ - -117.31568563399998, - 34.00093818000005 - ], - [ - -117.31567638799999, - 34.000938199000075 - ], - [ - -117.31566714499996, - 34.00093822000008 - ], - [ - -117.31566252299996, - 34.000938217000055 - ], - [ - -117.31565324199994, - 34.00093825000005 - ], - [ - -117.31564862099998, - 34.00093824600003 - ], - [ - -117.31564399699994, - 34.00093827000006 - ], - [ - -117.31563475399997, - 34.00093829000008 - ], - [ - -117.31563016799998, - 34.000938287000054 - ], - [ - -117.31562554499999, - 34.00093831000004 - ], - [ - -117.31561629999999, - 34.000938330000054 - ], - [ - -117.31560705599998, - 34.00093834900008 - ], - [ - -117.31559781299995, - 34.00093836900004 - ], - [ - -117.31559318999996, - 34.000938380000036 - ], - [ - -117.31558394599995, - 34.00093839800007 - ], - [ - -117.315574702, - 34.00093841900008 - ], - [ - -117.315565457, - 34.00093843900004 - ], - [ - -117.31556083599997, - 34.000938449000046 - ], - [ - -117.315556212, - 34.000938459000054 - ], - [ - -117.31554696699999, - 34.00093847900007 - ], - [ - -117.31554234599997, - 34.00093848800003 - ], - [ - -117.31552848099994, - 34.000938519000044 - ], - [ - -117.31552385799995, - 34.00093852900005 - ], - [ - -117.31551461099997, - 34.00093855000006 - ], - [ - -117.31550999099994, - 34.000938560000066 - ], - [ - -117.31550074699999, - 34.000938579000035 - ], - [ - -117.31549150399997, - 34.00093859900005 - ], - [ - -117.31548225999995, - 34.00093861900007 - ], - [ - -117.31547301399996, - 34.000938639000026 - ], - [ - -117.31546377099994, - 34.00093865800005 - ], - [ - -117.315459149, - 34.00093866800006 - ], - [ - -117.31545452499995, - 34.00093867800007 - ], - [ - -117.31544993999995, - 34.000938688000076 - ], - [ - -117.31544531799995, - 34.00093869800003 - ], - [ - -117.31544069399996, - 34.000938708000035 - ], - [ - -117.31543607199995, - 34.00093871900003 - ], - [ - -117.31543145099994, - 34.00093872900004 - ], - [ - -117.315422206, - 34.000938735000034 - ], - [ - -117.31541758399999, - 34.000938758000075 - ], - [ - -117.31540834099997, - 34.00093877300003 - ], - [ - -117.31540830499995, - 34.00093877200004 - ], - [ - -117.31540826999998, - 34.00093877200004 - ], - [ - -117.31539902599997, - 34.00093878600006 - ], - [ - -117.31538515699998, - 34.00093882900006 - ], - [ - -117.31537591299997, - 34.00093884800003 - ], - [ - -117.31536663499998, - 34.00093886800005 - ], - [ - -117.31535739099996, - 34.00093887400004 - ], - [ - -117.31534814599996, - 34.00093890800008 - ], - [ - -117.31533890099996, - 34.00093892800004 - ], - [ - -117.31532965799994, - 34.000938949000044 - ], - [ - -117.31532041199995, - 34.00093896800007 - ], - [ - -117.31531579099999, - 34.000938964000056 - ], - [ - -117.31530192499997, - 34.000939008000046 - ], - [ - -117.31529268099996, - 34.00093902800006 - ], - [ - -117.31528343499997, - 34.00093904700003 - ], - [ - -117.315274193, - 34.00093906700005 - ], - [ - -117.31526491199998, - 34.00093908800005 - ], - [ - -117.31525104399998, - 34.00093911700003 - ], - [ - -117.31524180099996, - 34.000939137000046 - ], - [ - -117.31522793399995, - 34.00093916600008 - ], - [ - -117.31521869099998, - 34.00093918600004 - ], - [ - -117.31520482499997, - 34.00093921800004 - ], - [ - -117.31519557999997, - 34.00093923700007 - ], - [ - -117.31519095699997, - 34.000939247000076 - ], - [ - -117.31518171399995, - 34.000939266000046 - ], - [ - -117.31517709099995, - 34.000939276000054 - ], - [ - -117.31516322599998, - 34.00093930600008 - ], - [ - -117.31514935899997, - 34.000939335000055 - ], - [ - -117.31514008, - 34.00093935700005 - ], - [ - -117.315130835, - 34.000939376000076 - ], - [ - -117.31512621299999, - 34.00093938600003 - ], - [ - -117.31511234699997, - 34.00093941600005 - ], - [ - -117.31509847899997, - 34.00093944500003 - ], - [ - -117.31508923699994, - 34.00093945300006 - ], - [ - -117.315079992, - 34.00093948600005 - ], - [ - -117.31507074799998, - 34.000939506000066 - ], - [ - -117.31506612399994, - 34.00093951500003 - ], - [ - -117.31505688099998, - 34.00093953600003 - ], - [ - -117.31504763799995, - 34.000939542000026 - ], - [ - -117.31504301399997, - 34.00093956500007 - ], - [ - -117.31503377099995, - 34.000939585000026 - ], - [ - -117.31502914799995, - 34.000939594000045 - ], - [ - -117.31501528299998, - 34.00093962600005 - ], - [ - -117.31500141599997, - 34.00093964100006 - ], - [ - -117.31499679299998, - 34.00093966400004 - ], - [ - -117.31499217099997, - 34.00093967500004 - ], - [ - -117.31498292699996, - 34.000939695000056 - ], - [ - -117.31496905899996, - 34.000939724000034 - ], - [ - -117.31496443799995, - 34.00093973400004 - ], - [ - -117.31495981599994, - 34.00093974400005 - ], - [ - -117.31495519299995, - 34.00093975400006 - ], - [ - -117.31494594799995, - 34.000939774000074 - ], - [ - -117.31494132699999, - 34.000939784000025 - ], - [ - -117.31493208299997, - 34.00093980400004 - ], - [ - -117.31492746199996, - 34.00093981400005 - ], - [ - -117.31492283799997, - 34.000939824000056 - ], - [ - -117.31491359299997, - 34.000939843000026 - ], - [ - -117.31490434999995, - 34.00093986200005 - ], - [ - -117.31489044699998, - 34.000939893000066 - ], - [ - -117.31488582599997, - 34.000939903000074 - ], - [ - -117.31487658099996, - 34.00093992400008 - ], - [ - -117.31486733799994, - 34.00093994300005 - ], - [ - -117.31485809399999, - 34.000939963000064 - ], - [ - -117.31485343499997, - 34.00093997300007 - ], - [ - -117.31484881399996, - 34.00093998300002 - ], - [ - -117.31483956899996, - 34.00094000200005 - ], - [ - -117.31483494799994, - 34.00094001400004 - ], - [ - -117.31483032499995, - 34.000940023000055 - ], - [ - -117.31481645899999, - 34.00094005300008 - ], - [ - -117.314807213, - 34.00094007200005 - ], - [ - -117.31479796899998, - 34.000940092000064 - ], - [ - -117.31477944599999, - 34.00094013100005 - ], - [ - -117.31476557999997, - 34.000940161000074 - ], - [ - -117.31475171399995, - 34.00094019200003 - ], - [ - -117.31474246699997, - 34.00094021100006 - ], - [ - -117.31473781199998, - 34.000940221000064 - ], - [ - -117.31471459499994, - 34.00094027000006 - ], - [ - -117.31470535099999, - 34.000940290000074 - ], - [ - -117.31470073, - 34.000940300000025 - ], - [ - -117.31469610699997, - 34.00094031000003 - ], - [ - -117.31469148399998, - 34.00094032000004 - ], - [ - -117.31468686299996, - 34.00094033000005 - ], - [ - -117.31468223999997, - 34.00094034000006 - ], - [ - -117.31467761899995, - 34.000940350000064 - ], - [ - -117.31467299499997, - 34.00094036100006 - ], - [ - -117.31466837399995, - 34.00094037100007 - ], - [ - -117.31466375099996, - 34.00094038100008 - ], - [ - -117.314654508, - 34.00094040000005 - ], - [ - -117.314649885, - 34.000940410000055 - ], - [ - -117.31464526299999, - 34.00094042000006 - ], - [ - -117.31464064099998, - 34.00094043000007 - ], - [ - -117.31462677399998, - 34.00094045900005 - ], - [ - -117.31462215199997, - 34.00094046900006 - ], - [ - -117.31461290899995, - 34.00094048900007 - ], - [ - -117.31460362899998, - 34.00094051000008 - ], - [ - -117.31459897099995, - 34.00094051900004 - ], - [ - -117.31459434899995, - 34.00094052900005 - ], - [ - -117.31458048299999, - 34.000940558000025 - ], - [ - -117.314575844, - 34.00094056800003 - ], - [ - -117.31457120299996, - 34.00094057800004 - ], - [ - -117.31456196, - 34.000940599000046 - ], - [ - -117.31455733499996, - 34.000940609000054 - ], - [ - -117.31455271399994, - 34.00094061900006 - ], - [ - -117.31453884799998, - 34.00094064700005 - ], - [ - -117.31453422499999, - 34.00094065700006 - ], - [ - -117.31452960399997, - 34.000940667000066 - ], - [ - -117.31452035899997, - 34.000940687000025 - ], - [ - -117.31451111599995, - 34.00094070700004 - ], - [ - -117.31450187099995, - 34.00094072700006 - ], - [ - -117.31449724899994, - 34.000940737000064 - ], - [ - -117.314492627, - 34.00094074800006 - ], - [ - -117.31448800399994, - 34.00094075800007 - ], - [ - -117.314483382, - 34.00094076700003 - ], - [ - -117.31447413899997, - 34.00094078700005 - ], - [ - -117.31446489299998, - 34.00094080700006 - ], - [ - -117.31446027199996, - 34.000940816000025 - ], - [ - -117.31445564899997, - 34.00094082700008 - ], - [ - -117.31444640399997, - 34.00094084600005 - ], - [ - -117.31444174699999, - 34.000940857000046 - ], - [ - -117.31443712599997, - 34.000940867000054 - ], - [ - -117.31443250399997, - 34.00094087800005 - ], - [ - -117.31442788099997, - 34.00094088600002 - ], - [ - -117.31441863699996, - 34.00094090700003 - ], - [ - -117.31441401399996, - 34.00094091600005 - ], - [ - -117.31440477099994, - 34.00094093600006 - ], - [ - -117.314400149, - 34.000940945000025 - ], - [ - -117.31439552599994, - 34.00094095600008 - ], - [ - -117.31438628199999, - 34.00094097400006 - ], - [ - -117.31438166099997, - 34.00094098500006 - ], - [ - -117.31437241499998, - 34.00094100300004 - ], - [ - -117.31436779399996, - 34.000941014000034 - ], - [ - -117.31436317099997, - 34.00094102400004 - ], - [ - -117.31435392799995, - 34.00094104300007 - ], - [ - -117.31434930499995, - 34.000941053000076 - ], - [ - -117.314344684, - 34.00094106200004 - ], - [ - -117.31434006199999, - 34.000941073000035 - ], - [ - -117.31433545699997, - 34.00094108300004 - ], - [ - -117.31433085099997, - 34.00094109400004 - ], - [ - -117.31432622999995, - 34.00094110300006 - ], - [ - -117.31432160799994, - 34.00094111300007 - ], - [ - -117.31431702099997, - 34.000941123000075 - ], - [ - -117.31431239799997, - 34.000941133000026 - ], - [ - -117.31430777699995, - 34.000941143000034 - ], - [ - -117.31430315499995, - 34.00094115200005 - ], - [ - -117.314293911, - 34.00094117200007 - ], - [ - -117.31428928899999, - 34.00094118100003 - ], - [ - -117.31428466699998, - 34.00094119100004 - ], - [ - -117.31428004199995, - 34.000941201000046 - ], - [ - -117.314275421, - 34.000941211000054 - ], - [ - -117.31427080099996, - 34.00094122100006 - ], - [ - -117.31426617699998, - 34.00094123100007 - ], - [ - -117.314261591, - 34.00094124100008 - ], - [ - -117.31425696699995, - 34.00094125100003 - ], - [ - -117.31425234599999, - 34.00094126100004 - ], - [ - -117.31424772399998, - 34.000941271000045 - ], - [ - -117.31424310199998, - 34.00094128000006 - ], - [ - -117.314238478, - 34.00094129200005 - ], - [ - -117.31423387399997, - 34.00094130100007 - ], - [ - -117.31422927099999, - 34.00094131000003 - ], - [ - -117.314224648, - 34.00094132100003 - ], - [ - -117.31422002699998, - 34.000941330000046 - ], - [ - -117.31421540399998, - 34.000941340000054 - ], - [ - -117.31421078199998, - 34.000941348000026 - ], - [ - -117.31420615899998, - 34.000941359000024 - ], - [ - -117.31420153799996, - 34.00094136800004 - ], - [ - -117.31419691599996, - 34.00094137700006 - ], - [ - -117.31419229399995, - 34.00094138700007 - ], - [ - -117.31412587199998, - 34.00094152300005 - ], - [ - -117.31412253699995, - 34.00093244400006 - ], - [ - -117.31410282599995, - 34.00087879500006 - ], - [ - -117.31410244299997, - 34.000877754000044 - ], - [ - -117.31410114699997, - 34.00087422300004 - ], - [ - -117.31410076299994, - 34.00087318200008 - ], - [ - -117.31409946799994, - 34.00086965000003 - ], - [ - -117.31409908399996, - 34.000868610000055 - ], - [ - -117.31409778799997, - 34.00086507900005 - ], - [ - -117.314097404, - 34.00086403600005 - ], - [ - -117.31409610599997, - 34.00086050600004 - ], - [ - -117.31409480999997, - 34.00085697500003 - ], - [ - -117.31409351299999, - 34.00085344400003 - ], - [ - -117.31409312899996, - 34.00085240400006 - ], - [ - -117.31409183399995, - 34.00084887400004 - ], - [ - -117.31409144899999, - 34.000847830000055 - ], - [ - -117.314091067, - 34.000846790000026 - ], - [ - -117.31408976999995, - 34.00084325800003 - ], - [ - -117.31408938899995, - 34.00084222000004 - ], - [ - -117.31408847399996, - 34.000839728000074 - ], - [ - -117.31408717499994, - 34.00083619800006 - ], - [ - -117.31408626099994, - 34.00083370700003 - ], - [ - -117.31408588, - 34.000832665000075 - ], - [ - -117.31408496399996, - 34.00083017600008 - ], - [ - -117.31408366699998, - 34.000826646000064 - ], - [ - -117.31408237, - 34.000823113000024 - ], - [ - -117.31408107299995, - 34.000819583000066 - ], - [ - -117.314079774, - 34.00081605300005 - ], - [ - -117.31407847899999, - 34.00081252200005 - ], - [ - -117.31407718, - 34.00080899000005 - ], - [ - -117.31407588299999, - 34.00080546000004 - ], - [ - -117.31407458599995, - 34.000801927000055 - ], - [ - -117.31407328999995, - 34.00079839700004 - ], - [ - -117.31407199199998, - 34.000794866000035 - ], - [ - -117.31407160999998, - 34.00079382500007 - ], - [ - -117.31407031299995, - 34.00079029400007 - ], - [ - -117.31406992899997, - 34.00078925400004 - ], - [ - -117.31406863099994, - 34.000785723000035 - ], - [ - -117.31406695099997, - 34.000781149000034 - ], - [ - -117.31406656999997, - 34.00078010800007 - ], - [ - -117.314065272, - 34.00077657800006 - ], - [ - -117.31406489099999, - 34.00077553800003 - ], - [ - -117.31406359199997, - 34.000772006000034 - ], - [ - -117.31406321199995, - 34.00077096500007 - ], - [ - -117.31406191299999, - 34.00076743300008 - ], - [ - -117.31406153199998, - 34.00076639200006 - ], - [ - -117.31406023299996, - 34.000762863000034 - ], - [ - -117.31405985199996, - 34.000761821000026 - ], - [ - -117.31405855199995, - 34.00075828900003 - ], - [ - -117.31405816999995, - 34.00075724800007 - ], - [ - -117.31405687399996, - 34.000753717000066 - ], - [ - -117.31405649099997, - 34.00075267600005 - ], - [ - -117.31405519299994, - 34.00074914600003 - ], - [ - -117.31405351399997, - 34.00074457300008 - ], - [ - -117.31403312499998, - 34.000689074000036 - ], - [ - -117.31403282999997, - 34.000636032000045 - ], - [ - -117.31403280799998, - 34.00063218300005 - ], - [ - -117.31403278699997, - 34.00062833100003 - ], - [ - -117.31403276599997, - 34.000624483000024 - ], - [ - -117.31403274399997, - 34.00062063300004 - ], - [ - -117.31403272299997, - 34.000616784000044 - ], - [ - -117.31402726299996, - 33.99963161200003 - ], - [ - -117.31402723099995, - 33.99962610700004 - ], - [ - -117.31402720099999, - 33.99962060100006 - ], - [ - -117.31402716899998, - 33.99961509600007 - ], - [ - -117.31402713899996, - 33.999609591000024 - ], - [ - -117.31402710799995, - 33.999604085000044 - ], - [ - -117.31402684099999, - 33.99955578400005 - ], - [ - -117.31386843699994, - 33.999476306000076 - ], - [ - -117.31378096099996, - 33.999429887000076 - ], - [ - -117.31377791799997, - 33.999428272000046 - ], - [ - -117.31377324799996, - 33.99942579300006 - ], - [ - -117.313770203, - 33.99942417700004 - ], - [ - -117.31376857699996, - 33.99942331400007 - ], - [ - -117.313765532, - 33.99942169900004 - ], - [ - -117.31367971799995, - 33.99937616200003 - ], - [ - -117.31359980399998, - 33.99933375400008 - ], - [ - -117.31359865299999, - 33.99925022200006 - ], - [ - -117.31359857799998, - 33.99924471600008 - ], - [ - -117.31359850099994, - 33.99923921100003 - ], - [ - -117.31359842599994, - 33.99923370600004 - ], - [ - -117.3135983499999, - 33.99922820100005 - ], - [ - -117.31359827399996, - 33.99922269500007 - ], - [ - -117.31359819899996, - 33.999217190000024 - ], - [ - -117.31359812199997, - 33.999211685000034 - ], - [ - -117.31359804699997, - 33.999206180000044 - ], - [ - -117.31359797099998, - 33.999200674000065 - ], - [ - -117.31359789499999, - 33.999195169000075 - ], - [ - -117.31359781999998, - 33.99918966400003 - ], - [ - -117.31359766799994, - 33.99917865400005 - ], - [ - -117.31359759199995, - 33.99917314800007 - ], - [ - -117.31359751599996, - 33.99916764300008 - ], - [ - -117.31359743999997, - 33.99916213800003 - ], - [ - -117.31359736499996, - 33.99915663300004 - ], - [ - -117.31359728899997, - 33.99915112800005 - ], - [ - -117.31359721299998, - 33.99914562200007 - ], - [ - -117.31359713799998, - 33.999140117000024 - ], - [ - -117.31359706099994, - 33.999134612000034 - ], - [ - -117.313596986, - 33.999129106000055 - ], - [ - -117.31359690999994, - 33.999123601000065 - ], - [ - -117.31359683399995, - 33.999118096000075 - ], - [ - -117.31359675899995, - 33.99911259000004 - ], - [ - -117.31359660699997, - 33.99910157800008 - ], - [ - -117.31359653099997, - 33.99909607300003 - ], - [ - -117.31359645499998, - 33.99909056800004 - ], - [ - -117.31359637999998, - 33.99908506300005 - ], - [ - -117.31359630399999, - 33.99907955800006 - ], - [ - -117.31359615199995, - 33.999068547000036 - ], - [ - -117.31359607599995, - 33.999063042000046 - ], - [ - -117.313596, - 33.999057537000056 - ], - [ - -117.31359592499996, - 33.999052031000076 - ], - [ - -117.31359584899997, - 33.99904652600003 - ], - [ - -117.31359577299997, - 33.99904102100004 - ], - [ - -117.31359569799997, - 33.99903551600005 - ], - [ - -117.313595621, - 33.99903001100006 - ], - [ - -117.31359546999994, - 33.999019 - ], - [ - -117.31359539399995, - 33.99901349500004 - ], - [ - -117.31359531899994, - 33.99900798900006 - ], - [ - -117.31359524199996, - 33.99900248400007 - ], - [ - -117.31359516699996, - 33.998996979000026 - ], - [ - -117.31359509099997, - 33.998991474000036 - ], - [ - -117.31359501499998, - 33.998985969000046 - ], - [ - -117.31359493999997, - 33.998980463000066 - ], - [ - -117.313594863, - 33.998974958000076 - ], - [ - -117.31359478799999, - 33.99896945300003 - ], - [ - -117.31359471199994, - 33.99896394700005 - ], - [ - -117.31359463599995, - 33.99895844300005 - ], - [ - -117.31359455999996, - 33.99895293700007 - ], - [ - -117.31359448499995, - 33.99894743200008 - ], - [ - -117.31359440899996, - 33.99894192600004 - ], - [ - -117.31359433299997, - 33.99893642100005 - ], - [ - -117.31359425699998, - 33.998930915000074 - ], - [ - -117.31359418099998, - 33.99892541000003 - ], - [ - -117.31359410599998, - 33.99891990500004 - ], - [ - -117.31359403, - 33.99891440000005 - ], - [ - -117.31359395399994, - 33.99890889400007 - ], - [ - -117.31359387899994, - 33.99890338900008 - ], - [ - -117.31359380199996, - 33.99889788400003 - ], - [ - -117.31359365099996, - 33.99888687300006 - ], - [ - -117.31359357499997, - 33.99888136800007 - ], - [ - -117.31359349999997, - 33.99887586300002 - ], - [ - -117.31359342299999, - 33.99887035800003 - ], - [ - -117.31359334799998, - 33.998864852000054 - ], - [ - -117.31359319599994, - 33.998853842000074 - ], - [ - -117.31359312, - 33.99884833600004 - ], - [ - -117.31359304499995, - 33.99884283100005 - ], - [ - -117.31359296899996, - 33.99883732600006 - ], - [ - -117.31359289299996, - 33.99883182100007 - ], - [ - -117.31359281699997, - 33.99882631600008 - ], - [ - -117.31359274099998, - 33.99882081100003 - ], - [ - -117.31359266599998, - 33.99881530500005 - ], - [ - -117.31359258999998, - 33.99880979900007 - ], - [ - -117.313592514, - 33.998804294000024 - ], - [ - -117.313592439, - 33.998798789000034 - ], - [ - -117.31359236199995, - 33.998793284000044 - ], - [ - -117.31359228699995, - 33.998787779000054 - ], - [ - -117.31359205999996, - 33.99877126200005 - ], - [ - -117.31359198299998, - 33.99876575700006 - ], - [ - -117.31359190799998, - 33.99876025100008 - ], - [ - -117.31359183199999, - 33.99875474600003 - ], - [ - -117.31359167999994, - 33.99874373600005 - ], - [ - -117.31359152899995, - 33.998732725000025 - ], - [ - -117.31359145299996, - 33.998727220000035 - ], - [ - -117.31359137699997, - 33.998721715000045 - ], - [ - -117.31359130099997, - 33.998716209000065 - ], - [ - -117.31359122599997, - 33.998710704000075 - ], - [ - -117.31359114999998, - 33.99870519900003 - ], - [ - -117.31359107399999, - 33.99869969400004 - ], - [ - -117.31359092199995, - 33.99868868300007 - ], - [ - -117.31359084699994, - 33.99868318600005 - ], - [ - -117.31359076999996, - 33.998677686000065 - ], - [ - -117.31359069499996, - 33.998672181000074 - ], - [ - -117.31359061899997, - 33.99866667600003 - ], - [ - -117.31359046699998, - 33.99865566600005 - ], - [ - -117.313590391, - 33.99865016000007 - ], - [ - -117.31359031599999, - 33.99864465500008 - ], - [ - -117.3135902399999, - 33.99863914900004 - ], - [ - -117.31359016399995, - 33.99863364500004 - ], - [ - -117.31359008899994, - 33.99862814000005 - ], - [ - -117.31359001199996, - 33.99862263500006 - ], - [ - -117.31358985999998, - 33.998611624000034 - ], - [ - -117.31358978499998, - 33.998606118000055 - ], - [ - -117.31358970999997, - 33.998600613000065 - ], - [ - -117.313589633, - 33.998595108000075 - ], - [ - -117.31358948199994, - 33.99858409700005 - ], - [ - -117.31358940599995, - 33.99857859200006 - ], - [ - -117.31358932999996, - 33.99857308600008 - ], - [ - -117.31358917899996, - 33.99856207600004 - ], - [ - -117.31358910299997, - 33.99855657100005 - ], - [ - -117.31358895099999, - 33.998545560000025 - ], - [ - -117.31358887599998, - 33.998540054000046 - ], - [ - -117.3135888, - 33.998534549000055 - ], - [ - -117.31358872399994, - 33.998529044000065 - ], - [ - -117.31358864899994, - 33.998523531000046 - ], - [ - -117.31358857199996, - 33.998518026000056 - ], - [ - -117.31358849699996, - 33.998512521000066 - ], - [ - -117.31358842099996, - 33.998507016000076 - ], - [ - -117.31358834499997, - 33.99850151100003 - ], - [ - -117.31358826999997, - 33.99849600600004 - ], - [ - -117.31358811799998, - 33.99848499400008 - ], - [ - -117.313588042, - 33.99847948900003 - ], - [ - -117.31358788999995, - 33.99846847900005 - ], - [ - -117.31358781499995, - 33.99846297400006 - ], - [ - -117.31358773899996, - 33.99845746900007 - ], - [ - -117.31358766299996, - 33.998451963000036 - ], - [ - -117.31358758799996, - 33.998446459000036 - ], - [ - -117.31358751099998, - 33.998440953000056 - ], - [ - -117.31358743599998, - 33.998435448000066 - ], - [ - -117.31358735999999, - 33.99842994200003 - ], - [ - -117.313587284, - 33.99842443700004 - ], - [ - -117.313587209, - 33.99841893200005 - ], - [ - -117.31358713199995, - 33.99841342700006 - ], - [ - -117.31358705699995, - 33.99840791400004 - ], - [ - -117.31358698099996, - 33.99840240800006 - ], - [ - -117.31358690599995, - 33.99839690300007 - ], - [ - -117.31358682999996, - 33.998391398000024 - ], - [ - -117.31358675399997, - 33.998385893000034 - ], - [ - -117.31358667899997, - 33.998380387000054 - ], - [ - -117.31358660199999, - 33.998374881000075 - ], - [ - -117.31358652699998, - 33.99836937600003 - ], - [ - -117.31358644999995, - 33.99836387100004 - ], - [ - -117.3135863, - 33.99835286100006 - ], - [ - -117.31358622299996, - 33.99834735600007 - ], - [ - -117.31358607199996, - 33.99833634500004 - ], - [ - -117.31358599599997, - 33.99833084100004 - ], - [ - -117.31358592, - 33.99832533500006 - ], - [ - -117.31358584399999, - 33.998319829000025 - ], - [ - -117.313585693, - 33.998308819000044 - ], - [ - -117.31358561699994, - 33.998303314000054 - ], - [ - -117.31358554099995, - 33.998297809000064 - ], - [ - -117.31358546599995, - 33.99829230300003 - ], - [ - -117.31358538999996, - 33.99828679700005 - ], - [ - -117.31358531399997, - 33.99828129200006 - ], - [ - -117.31358523799997, - 33.99827578700007 - ], - [ - -117.31358516199998, - 33.99827027500004 - ], - [ - -117.31358501099999, - 33.99825926500006 - ], - [ - -117.313584935, - 33.99825375900008 - ], - [ - -117.31358486, - 33.99824825400003 - ], - [ - -117.31358478399994, - 33.99824274900004 - ], - [ - -117.31358470799995, - 33.99823724400005 - ], - [ - -117.31358463199996, - 33.99823173900006 - ], - [ - -117.31358455599997, - 33.998226233000025 - ], - [ - -117.31358447999997, - 33.998220728000035 - ], - [ - -117.31358440499997, - 33.998215222000056 - ], - [ - -117.31358432899998, - 33.998209717000066 - ], - [ - -117.31358425299999, - 33.99820421100003 - ], - [ - -117.31358417799999, - 33.99819870600004 - ], - [ - -117.31358410099995, - 33.99819320100005 - ], - [ - -117.31358402599994, - 33.99818769500007 - ], - [ - -117.31358394999995, - 33.99818219000008 - ], - [ - -117.31358387399996, - 33.99817668500003 - ], - [ - -117.31358379899996, - 33.99817117900005 - ], - [ - -117.31358372199998, - 33.99816567400006 - ], - [ - -117.31358364699997, - 33.99816016900007 - ], - [ - -117.31358357099998, - 33.998154664000026 - ], - [ - -117.31358349499999, - 33.998149159000036 - ], - [ - -117.31358341999999, - 33.998143654000046 - ], - [ - -117.313583344, - 33.998138148000066 - ], - [ - -117.31358326799995, - 33.998132643000076 - ], - [ - -117.31358319199995, - 33.99812713700004 - ], - [ - -117.31358311599996, - 33.99812163300004 - ], - [ - -117.31358303999997, - 33.99811612700006 - ], - [ - -117.31358296499997, - 33.99811062200007 - ], - [ - -117.31358288899997, - 33.99810511600003 - ], - [ - -117.31358273799998, - 33.99809409900007 - ], - [ - -117.31358266099994, - 33.99808859400002 - ], - [ - -117.31358258599994, - 33.99808308900003 - ], - [ - -117.31358250999995, - 33.99807758400004 - ], - [ - -117.31358243399995, - 33.998072078000064 - ], - [ - -117.31358235899995, - 33.998066573000074 - ], - [ - -117.31358228299996, - 33.99806106700004 - ], - [ - -117.31358220699997, - 33.99805556200005 - ], - [ - -117.31358213099998, - 33.99805005700006 - ], - [ - -117.31358205599997, - 33.99804455200007 - ], - [ - -117.31358190399999, - 33.99803353400006 - ], - [ - -117.31358182899999, - 33.99802802900007 - ], - [ - -117.31358175199995, - 33.99802252400008 - ], - [ - -117.31358167699995, - 33.99801701900003 - ], - [ - -117.31358160099995, - 33.99801151300005 - ], - [ - -117.31358152499996, - 33.99800600700007 - ], - [ - -117.31358144999996, - 33.998000502000025 - ], - [ - -117.31358137299998, - 33.997994996000045 - ], - [ - -117.31358129799997, - 33.997989491000055 - ], - [ - -117.31358122199998, - 33.997983986000065 - ], - [ - -117.313581146, - 33.997978481000075 - ], - [ - -117.31358106999994, - 33.99797297500004 - ], - [ - -117.31358099499994, - 33.99796747100004 - ], - [ - -117.31358091899995, - 33.99796196400007 - ], - [ - -117.31358084299995, - 33.99795646000007 - ], - [ - -117.31358076799995, - 33.99795095400003 - ], - [ - -117.31358069099997, - 33.99794544900004 - ], - [ - -117.31358061599997, - 33.99793994400005 - ], - [ - -117.31358053999998, - 33.99793443900006 - ], - [ - -117.31358046399998, - 33.99792892600004 - ], - [ - -117.31358038899998, - 33.997923428000036 - ], - [ - -117.31358031199994, - 33.997917923000045 - ], - [ - -117.31358023699994, - 33.997912418000055 - ], - [ - -117.31358016099995, - 33.997906912000076 - ], - [ - -117.31358008499996, - 33.99790140700003 - ], - [ - -117.31358000999995, - 33.99789590100005 - ], - [ - -117.31357993299997, - 33.99789039600006 - ], - [ - -117.31357985799997, - 33.99788489200006 - ], - [ - -117.31357978199998, - 33.99787938600008 - ], - [ - -117.31357970599998, - 33.99787388100003 - ], - [ - -117.313579555, - 33.99786287000006 - ], - [ - -117.31357947899994, - 33.99785736600006 - ], - [ - -117.31357940299995, - 33.997851860000026 - ], - [ - -117.31357925099996, - 33.997840849000056 - ], - [ - -117.31357917599996, - 33.997835344000066 - ], - [ - -117.31357902399998, - 33.99782433400003 - ], - [ - -117.31357894899998, - 33.99781882900004 - ], - [ - -117.313578872, - 33.99781332400005 - ], - [ - -117.313578797, - 33.997807816000034 - ], - [ - -117.31357872099994, - 33.99780231200003 - ], - [ - -117.31357864499995, - 33.99779680600005 - ], - [ - -117.31357856999995, - 33.99779130100006 - ], - [ - -117.31357849299997, - 33.99778579600007 - ], - [ - -117.31357841799996, - 33.997780291000026 - ], - [ - -117.31357834199997, - 33.99777478500005 - ], - [ - -117.31357826599998, - 33.997769283000025 - ], - [ - -117.31357818999999, - 33.99776378200005 - ], - [ - -117.31357811399994, - 33.99775827600007 - ], - [ - -117.313578039, - 33.99775277100008 - ], - [ - -117.31357796299994, - 33.99774726600003 - ], - [ - -117.31357781099996, - 33.99773625500006 - ], - [ - -117.31357773599996, - 33.99773075100006 - ], - [ - -117.31357765999996, - 33.99772524400004 - ], - [ - -117.31357758399997, - 33.997719740000036 - ], - [ - -117.31357750799998, - 33.99771423400006 - ], - [ - -117.31357743199999, - 33.99770872900007 - ], - [ - -117.31357735699999, - 33.99770322400008 - ], - [ - -117.31357720499994, - 33.99769221300005 - ], - [ - -117.31357712999994, - 33.99768670800006 - ], - [ - -117.31357705299996, - 33.997681202000024 - ], - [ - -117.31357697799996, - 33.99767569800008 - ], - [ - -117.31357690099998, - 33.997670192000044 - ], - [ - -117.31357674999998, - 33.99765918200006 - ], - [ - -117.31357667399999, - 33.99765367700007 - ], - [ - -117.31357659899999, - 33.99764817200003 - ], - [ - -117.313576523, - 33.99764266600005 - ], - [ - -117.31357637099995, - 33.99763165500008 - ], - [ - -117.31357629599995, - 33.99762615000003 - ], - [ - -117.31357621999996, - 33.99762064500004 - ], - [ - -117.31357606799997, - 33.99760963500006 - ], - [ - -117.31357599199998, - 33.997604126000056 - ], - [ - -117.31357591699998, - 33.99759861600006 - ], - [ - -117.31357584099999, - 33.99759311100007 - ], - [ - -117.31357576499994, - 33.997587606000025 - ], - [ - -117.31357569, - 33.997582100000045 - ], - [ - -117.31357561299995, - 33.997576595000055 - ], - [ - -117.31357553799995, - 33.997571089000076 - ], - [ - -117.31357436299999, - 33.99748574100005 - ], - [ - -117.31357432799996, - 33.99748314900006 - ], - [ - -117.31357430899999, - 33.997481855000046 - ], - [ - -117.31314901499996, - 33.99747425000004 - ], - [ - -117.31314665199994, - 33.99747420800003 - ], - [ - -117.30934168099998, - 33.99740611300007 - ], - [ - -117.309294148, - 33.99740527800003 - ], - [ - -117.30929445799995, - 33.99749180500004 - ], - [ - -117.30929447999995, - 33.99749731000003 - ], - [ - -117.30929449899998, - 33.997502815000075 - ], - [ - -117.30929452, - 33.99750834900004 - ], - [ - -117.30929453999994, - 33.99751386600008 - ], - [ - -117.30929456099994, - 33.99751937100007 - ], - [ - -117.30929457899998, - 33.997524877000046 - ], - [ - -117.30929459899994, - 33.997530382000036 - ], - [ - -117.309294621, - 33.99753588900006 - ], - [ - -117.30929464099995, - 33.99754139300006 - ], - [ - -117.30929466099997, - 33.99754689900004 - ], - [ - -117.30929468099998, - 33.99755240400003 - ], - [ - -117.30929470199999, - 33.99755791000007 - ], - [ - -117.30929472199995, - 33.99756341500006 - ], - [ - -117.30929474299995, - 33.99756892200003 - ], - [ - -117.30929476199998, - 33.99757442600003 - ], - [ - -117.30929478299998, - 33.997579932000065 - ], - [ - -117.30929480299994, - 33.997585437000055 - ], - [ - -117.30929482399995, - 33.997590943000034 - ], - [ - -117.30929484299998, - 33.997596448000024 - ], - [ - -117.30929486399998, - 33.99760195500005 - ], - [ - -117.30929488399994, - 33.99760745900005 - ], - [ - -117.30929492299998, - 33.99761847100007 - ], - [ - -117.30929494399999, - 33.99762397600006 - ], - [ - -117.30929498299997, - 33.99763498800007 - ], - [ - -117.30929500299999, - 33.99764052000006 - ], - [ - -117.30929504299996, - 33.997651544000064 - ], - [ - -117.30929506299998, - 33.997657048000065 - ], - [ - -117.30929508199995, - 33.997662553000055 - ], - [ - -117.30929510399994, - 33.997668060000024 - ], - [ - -117.30929512399996, - 33.997673564000024 - ], - [ - -117.30929514399998, - 33.99767907000006 - ], - [ - -117.30929516299994, - 33.99768457500005 - ], - [ - -117.30929518499994, - 33.99769008100003 - ], - [ - -117.30929522399998, - 33.99770109200006 - ], - [ - -117.30929524399994, - 33.997706598000036 - ], - [ - -117.30929528399997, - 33.99771760700003 - ], - [ - -117.30929530299994, - 33.99772311300006 - ], - [ - -117.30929532299996, - 33.99772861900004 - ], - [ - -117.30929534499995, - 33.99773412500008 - ], - [ - -117.30929536499997, - 33.99773963100006 - ], - [ - -117.30929538499998, - 33.99774513500006 - ], - [ - -117.30929540399995, - 33.99775064200003 - ], - [ - -117.30929542599995, - 33.997756147000075 - ], - [ - -117.309295465, - 33.997767158000045 - ], - [ - -117.30929550499997, - 33.99777816900007 - ], - [ - -117.309295524, - 33.99778367600004 - ], - [ - -117.30929554399995, - 33.99778918000004 - ], - [ - -117.30929558399998, - 33.99780019100007 - ], - [ - -117.30929560399994, - 33.99780569700005 - ], - [ - -117.30929562199998, - 33.99781120200004 - ], - [ - -117.30929564299998, - 33.99781670900006 - ], - [ - -117.30929566199995, - 33.99782221300006 - ], - [ - -117.30929568299996, - 33.99782772000003 - ], - [ - -117.30929570099994, - 33.99783322400003 - ], - [ - -117.30929572199994, - 33.99783872900008 - ], - [ - -117.30929574099997, - 33.99784423500006 - ], - [ - -117.30929576299997, - 33.99784974100004 - ], - [ - -117.309295766, - 33.99785524600003 - ], - [ - -117.30929580199995, - 33.997860751000076 - ], - [ - -117.30929582099998, - 33.997866258000045 - ], - [ - -117.30929584199998, - 33.997871762000045 - ], - [ - -117.30929588099997, - 33.99788277400006 - ], - [ - -117.30929589999994, - 33.99788827800006 - ], - [ - -117.30929592099994, - 33.99789378400004 - ], - [ - -117.30929594, - 33.99789929100007 - ], - [ - -117.30929595899994, - 33.99790479500007 - ], - [ - -117.309295981, - 33.99791030200004 - ], - [ - -117.30929599899997, - 33.99791580600004 - ], - [ - -117.30929601899999, - 33.997921312000074 - ], - [ - -117.30929603799996, - 33.997926817000064 - ], - [ - -117.30929605999995, - 33.99793232300004 - ], - [ - -117.309296099, - 33.99794333500006 - ], - [ - -117.30929611699997, - 33.99794883900006 - ], - [ - -117.30929613899997, - 33.99795434500004 - ], - [ - -117.30929615899998, - 33.99795985000003 - ], - [ - -117.30929616199995, - 33.997965355000076 - ], - [ - -117.30929618199997, - 33.997970861000056 - ], - [ - -117.30929621899998, - 33.99797640600008 - ], - [ - -117.309296239, - 33.99798191200006 - ], - [ - -117.30929624099997, - 33.99798741700005 - ], - [ - -117.30929629899998, - 33.99799842800007 - ], - [ - -117.30929631799995, - 33.998003933000064 - ], - [ - -117.30929633699998, - 33.99800943900004 - ], - [ - -117.30929635499996, - 33.998014984000065 - ], - [ - -117.30929637699995, - 33.998020488000066 - ], - [ - -117.30929641599994, - 33.998031500000025 - ], - [ - -117.30929645599997, - 33.99804251000006 - ], - [ - -117.30929649599994, - 33.99805352200008 - ], - [ - -117.30929655499995, - 33.99807007700008 - ], - [ - -117.30929657399997, - 33.998075623000034 - ], - [ - -117.30929661299996, - 33.99808663300007 - ], - [ - -117.30929663499995, - 33.99809213900005 - ], - [ - -117.30929669399995, - 33.99810865500007 - ], - [ - -117.30929673399999, - 33.998119694000025 - ], - [ - -117.309296771, - 33.99813071700004 - ], - [ - -117.30929679299999, - 33.998136223000074 - ], - [ - -117.30929683199997, - 33.998147234000044 - ], - [ - -117.30929687199995, - 33.998158244000024 - ], - [ - -117.30929689199996, - 33.99816375000006 - ], - [ - -117.309296911, - 33.99816925500005 - ], - [ - -117.30929693099995, - 33.99817476100003 - ], - [ - -117.30929695199995, - 33.998180267000066 - ], - [ - -117.30929699099994, - 33.998191278000036 - ], - [ - -117.30929700999997, - 33.998196783000026 - ], - [ - -117.30929702999998, - 33.99820232800005 - ], - [ - -117.30929705099999, - 33.99820783300004 - ], - [ - -117.30929707099995, - 33.998213339000074 - ], - [ - -117.30929708999997, - 33.99821884500005 - ], - [ - -117.30929710899994, - 33.998224349000054 - ], - [ - -117.30929712999995, - 33.99822985600008 - ], - [ - -117.30929715099995, - 33.998235360000024 - ], - [ - -117.30929718999994, - 33.99824637100005 - ], - [ - -117.30929720999995, - 33.99825187700003 - ], - [ - -117.30929722899998, - 33.99825738200008 - ], - [ - -117.30929724899994, - 33.99826284900007 - ], - [ - -117.30929726799997, - 33.99826835400006 - ], - [ - -117.30929728899997, - 33.99827386000004 - ], - [ - -117.30929730799994, - 33.99827936500003 - ], - [ - -117.30929732699997, - 33.99828487000008 - ], - [ - -117.30929734699998, - 33.99829037500007 - ], - [ - -117.30929736399997, - 33.99829585300006 - ], - [ - -117.30929738599997, - 33.99830134700005 - ], - [ - -117.30929740499994, - 33.99830685300003 - ], - [ - -117.30929742599994, - 33.99831235800008 - ], - [ - -117.30929746599998, - 33.99832336800006 - ], - [ - -117.309297486, - 33.99832887400004 - ], - [ - -117.30929750499996, - 33.998334380000074 - ], - [ - -117.30929752599997, - 33.99833988600005 - ], - [ - -117.309297545, - 33.99834539100004 - ], - [ - -117.30929756399996, - 33.998350896000034 - ], - [ - -117.30929758399998, - 33.99835640200007 - ], - [ - -117.309297604, - 33.99836190700006 - ], - [ - -117.30929762399995, - 33.99836741300004 - ], - [ - -117.30929764399997, - 33.998372920000065 - ], - [ - -117.30929766299994, - 33.998378424000066 - ], - [ - -117.30929768299995, - 33.998383929000056 - ], - [ - -117.30929770199998, - 33.998389436000025 - ], - [ - -117.30929772299999, - 33.99839494100007 - ], - [ - -117.30929774099997, - 33.99840044600006 - ], - [ - -117.30929776199997, - 33.99840595300003 - ], - [ - -117.30929778099994, - 33.99841145700003 - ], - [ - -117.30929780199995, - 33.99841696300007 - ], - [ - -117.30929782099997, - 33.99842247000004 - ], - [ - -117.30929784099999, - 33.99842797400004 - ], - [ - -117.30929785999996, - 33.998433480000074 - ], - [ - -117.30929787899998, - 33.998438985000064 - ], - [ - -117.3092979, - 33.998444490000054 - ], - [ - -117.30929791799997, - 33.99844999600003 - ], - [ - -117.30929793899998, - 33.99845550200007 - ], - [ - -117.30929795799995, - 33.99846100700006 - ], - [ - -117.30929797899995, - 33.99846651200005 - ], - [ - -117.30929799799998, - 33.998472019000076 - ], - [ - -117.30929803699996, - 33.998483029000056 - ], - [ - -117.30929805899996, - 33.998488535000035 - ], - [ - -117.309298077, - 33.998494040000026 - ], - [ - -117.30929809699995, - 33.99849954500007 - ], - [ - -117.30929811599998, - 33.99850505100005 - ], - [ - -117.30929813799997, - 33.99851055600004 - ], - [ - -117.30929815599995, - 33.99851606200008 - ], - [ - -117.30929817699996, - 33.99852156800006 - ], - [ - -117.30929821599995, - 33.99853257800004 - ], - [ - -117.30929823599996, - 33.998538084000074 - ], - [ - -117.30929825499999, - 33.998543589000064 - ], - [ - -117.30929827499995, - 33.998549094000055 - ], - [ - -117.30929829299998, - 33.998554600000034 - ], - [ - -117.30929831499998, - 33.998560105000024 - ], - [ - -117.30929833399995, - 33.99856561100006 - ], - [ - -117.30929835299997, - 33.99857111700004 - ], - [ - -117.30929837399998, - 33.99857662200003 - ], - [ - -117.30929839299995, - 33.998582128000066 - ], - [ - -117.30929841199998, - 33.99858763300006 - ], - [ - -117.309298432, - 33.99859313800005 - ], - [ - -117.30929845299994, - 33.99859864300004 - ], - [ - -117.30929847199997, - 33.99860414900007 - ], - [ - -117.30929849199998, - 33.99860965500005 - ], - [ - -117.30929851099995, - 33.99861515900005 - ], - [ - -117.30929855099998, - 33.99862617100007 - ], - [ - -117.30929857199999, - 33.99863167700005 - ], - [ - -117.30929858999997, - 33.99863718200004 - ], - [ - -117.30929862999994, - 33.998648192000076 - ], - [ - -117.30929865, - 33.998653699000045 - ], - [ - -117.30929868899995, - 33.99866471000007 - ], - [ - -117.30929870899996, - 33.99867021500006 - ], - [ - -117.30929872799999, - 33.99867571900006 - ], - [ - -117.309298749, - 33.99868122500004 - ], - [ - -117.30929880699995, - 33.99869774300004 - ], - [ - -117.30929882699996, - 33.99870324800003 - ], - [ - -117.30929886599995, - 33.998714258000064 - ], - [ - -117.30929888499998, - 33.998719752000056 - ], - [ - -117.30929892499995, - 33.99873073600003 - ], - [ - -117.30929894299999, - 33.998736241000074 - ], - [ - -117.30929896499998, - 33.998741746000064 - ], - [ - -117.30929898499994, - 33.998747252000044 - ], - [ - -117.30929900499996, - 33.998752757000034 - ], - [ - -117.30929902399998, - 33.99875826300007 - ], - [ - -117.30929904499999, - 33.99876377000004 - ], - [ - -117.30929906399996, - 33.99876927400004 - ], - [ - -117.30929908399997, - 33.99877477800004 - ], - [ - -117.30929910299994, - 33.998780285000066 - ], - [ - -117.30929914299998, - 33.998791295000046 - ], - [ - -117.30929916199995, - 33.998796801000026 - ], - [ - -117.30929920099999, - 33.99880781200005 - ], - [ - -117.309299222, - 33.99881331800003 - ], - [ - -117.30929924099996, - 33.99881882400007 - ], - [ - -117.30929926099998, - 33.99882432800007 - ], - [ - -117.30929929999996, - 33.99883534000003 - ], - [ - -117.30929932, - 33.998840846000064 - ], - [ - -117.30929935899997, - 33.998851857000034 - ], - [ - -117.30929937899998, - 33.998857361000034 - ], - [ - -117.30929939899994, - 33.99886286800006 - ], - [ - -117.30929941899996, - 33.99886837300005 - ], - [ - -117.30929943799998, - 33.99887387800004 - ], - [ - -117.30929945799994, - 33.99887938400008 - ], - [ - -117.30929947799996, - 33.998884850000024 - ], - [ - -117.309299496, - 33.99889035500007 - ], - [ - -117.30929951499996, - 33.99889583300006 - ], - [ - -117.30929953499998, - 33.998901327000056 - ], - [ - -117.30929955599998, - 33.998906832000046 - ], - [ - -117.30929957599994, - 33.998912338000025 - ], - [ - -117.30929959699995, - 33.99891784300007 - ], - [ - -117.30929961499999, - 33.99892334800006 - ], - [ - -117.30929963399996, - 33.99892885500003 - ], - [ - -117.30929965499996, - 33.99893435900003 - ], - [ - -117.30929967399999, - 33.99893986500007 - ], - [ - -117.30929969399995, - 33.99894537000006 - ], - [ - -117.30929971299997, - 33.99895087500005 - ], - [ - -117.30929973499997, - 33.99895638100003 - ], - [ - -117.30929975299995, - 33.998961887000064 - ], - [ - -117.30929977399995, - 33.998967392000054 - ], - [ - -117.309299792, - 33.998972898000034 - ], - [ - -117.30929981399998, - 33.998978403000024 - ], - [ - -117.30929983199997, - 33.99898390800007 - ], - [ - -117.30929985199998, - 33.99898941400005 - ], - [ - -117.30929987099995, - 33.99899492000003 - ], - [ - -117.30929989199996, - 33.99900042500008 - ], - [ - -117.30929991099998, - 33.999005931000056 - ], - [ - -117.30929995099996, - 33.999016941000036 - ], - [ - -117.30930026099998, - 33.999103508000076 - ], - [ - -117.30930058499996, - 33.99919311700006 - ], - [ - -117.30930062299996, - 33.99920412900008 - ], - [ - -117.30930064299997, - 33.99920963400007 - ], - [ - -117.30930068299995, - 33.99922064500004 - ], - [ - -117.30930070299996, - 33.99922615000003 - ], - [ - -117.30930076299995, - 33.99924266700003 - ], - [ - -117.30930078299997, - 33.99924817200008 - ], - [ - -117.30930082299994, - 33.99925918300005 - ], - [ - -117.30930084199997, - 33.99926468900003 - ], - [ - -117.30930086299998, - 33.999270194000076 - ], - [ - -117.30930088399998, - 33.999275699000066 - ], - [ - -117.30930090399994, - 33.999281205000045 - ], - [ - -117.30930094299998, - 33.99929221600007 - ], - [ - -117.30930096299994, - 33.99929772200005 - ], - [ - -117.30930100199998, - 33.99930873200003 - ], - [ - -117.30930102299999, - 33.99931423800007 - ], - [ - -117.30930106299996, - 33.99932524900004 - ], - [ - -117.30930108299998, - 33.999330755000074 - ], - [ - -117.30930110299994, - 33.999336260000064 - ], - [ - -117.30930114299997, - 33.999347270000044 - ], - [ - -117.30930116199994, - 33.99935277600002 - ], - [ - -117.30930118299995, - 33.99935828200006 - ], - [ - -117.30930120399995, - 33.99936378600006 - ], - [ - -117.30930122399997, - 33.99936929300003 - ], - [ - -117.309301243, - 33.999374798000076 - ], - [ - -117.30930126499999, - 33.999380303000066 - ], - [ - -117.30930128399996, - 33.999385809000046 - ], - [ - -117.30930130499996, - 33.99939131300005 - ], - [ - -117.30930132399999, - 33.999396819000026 - ], - [ - -117.30930134599998, - 33.99940232600005 - ], - [ - -117.30930136499995, - 33.99940783100004 - ], - [ - -117.30930138599996, - 33.99941333600003 - ], - [ - -117.30930140499999, - 33.99941884200007 - ], - [ - -117.309301426, - 33.99942434700006 - ], - [ - -117.30930166399997, - 33.999490413000046 - ], - [ - -117.309301684, - 33.99949591800004 - ], - [ - -117.30930170499994, - 33.99950142400007 - ], - [ - -117.30930172499995, - 33.99950692900006 - ], - [ - -117.30930174399998, - 33.99951243500004 - ], - [ - -117.30930176599998, - 33.99951794000003 - ], - [ - -117.309301786, - 33.99952344600007 - ], - [ - -117.30930180599995, - 33.99952895200005 - ], - [ - -117.30930182499998, - 33.99953445700004 - ], - [ - -117.30930184599998, - 33.99953996200003 - ], - [ - -117.30930186699999, - 33.999545469000054 - ], - [ - -117.30930188699995, - 33.999550973000055 - ], - [ - -117.30930190599997, - 33.999556479000034 - ], - [ - -117.30930192699998, - 33.99956198600006 - ], - [ - -117.30930194599995, - 33.99956749100005 - ], - [ - -117.30930196699995, - 33.99957299500005 - ], - [ - -117.309301985, - 33.99957850200008 - ], - [ - -117.30930200699999, - 33.99958400600008 - ], - [ - -117.30930202599995, - 33.99958951200006 - ], - [ - -117.30930203099996, - 33.99959501700005 - ], - [ - -117.30930206599999, - 33.999600523000026 - ], - [ - -117.30930208599995, - 33.99960602800007 - ], - [ - -117.30930210599996, - 33.99961153500004 - ], - [ - -117.30930212599998, - 33.99961703900004 - ], - [ - -117.30930213, - 33.99962254500008 - ], - [ - -117.30930214799997, - 33.99962805000007 - ], - [ - -117.30930218499998, - 33.99963355600005 - ], - [ - -117.30930218999998, - 33.99963906100004 - ], - [ - -117.30930220899995, - 33.999644567000075 - ], - [ - -117.30930224599996, - 33.999650072000065 - ], - [ - -117.30930226399994, - 33.999655578000045 - ], - [ - -117.30930228199998, - 33.999661084000024 - ], - [ - -117.30930230299998, - 33.999666588000025 - ], - [ - -117.30930232199995, - 33.99967209400006 - ], - [ - -117.30930234399995, - 33.99967760000004 - ], - [ - -117.30930234699997, - 33.99968310500003 - ], - [ - -117.30930238299999, - 33.99968861000008 - ], - [ - -117.30930240299995, - 33.99969411700005 - ], - [ - -117.30930242299996, - 33.99969962100005 - ], - [ - -117.30930246099996, - 33.999710632000074 - ], - [ - -117.30930248199996, - 33.99971613800005 - ], - [ - -117.30930250299997, - 33.99972164300004 - ], - [ - -117.309302506, - 33.99972714900008 - ], - [ - -117.30930252399997, - 33.99973265400007 - ], - [ - -117.30930256099998, - 33.99973816000005 - ], - [ - -117.30930258099994, - 33.99974366500004 - ], - [ - -117.30930259999997, - 33.99974917000003 - ], - [ - -117.309302619, - 33.999754676000066 - ], - [ - -117.30930263999994, - 33.999760183000035 - ], - [ - -117.30930265899997, - 33.999765687000036 - ], - [ - -117.30930267899998, - 33.99977119400006 - ], - [ - -117.30930269799995, - 33.99977669800006 - ], - [ - -117.30930271999995, - 33.99978220300005 - ], - [ - -117.30930273999996, - 33.99978770900003 - ], - [ - -117.30930276, - 33.99979321400008 - ], - [ - -117.30930276299995, - 33.99979872000006 - ], - [ - -117.30930279999995, - 33.99980422500005 - ], - [ - -117.30930280299998, - 33.99980973100003 - ], - [ - -117.30930282099996, - 33.99981523500003 - ], - [ - -117.30930285799997, - 33.999820742000054 - ], - [ - -117.30930286399996, - 33.999826247000044 - ], - [ - -117.30930288299999, - 33.999831752000034 - ], - [ - -117.30930291899995, - 33.99983725800007 - ], - [ - -117.30930292299996, - 33.99984276400005 - ], - [ - -117.30930294199999, - 33.99984826900004 - ], - [ - -117.309302979, - 33.999853776000066 - ], - [ - -117.30930299799996, - 33.99985928000007 - ], - [ - -117.30930301599994, - 33.99986478500006 - ], - [ - -117.30930303699995, - 33.99987029300007 - ], - [ - -117.30930307699998, - 33.99988130300005 - ], - [ - -117.30930311599997, - 33.99989231300003 - ], - [ - -117.30930313699997, - 33.99989781900007 - ], - [ - -117.30930315599994, - 33.99990332500005 - ], - [ - -117.30930317499997, - 33.99990883000004 - ], - [ - -117.30930317999997, - 33.999914336000074 - ], - [ - -117.30930323499996, - 33.999925347000044 - ], - [ - -117.30930325399999, - 33.999930852000034 - ], - [ - -117.30930327399994, - 33.99993635800007 - ], - [ - -117.30930331399998, - 33.99994736800005 - ], - [ - -117.309303334, - 33.99995287400003 - ], - [ - -117.30930335199997, - 33.99995837900008 - ], - [ - -117.30930337399997, - 33.99996388400007 - ], - [ - -117.30930341299995, - 33.99997489500004 - ], - [ - -117.30930343399996, - 33.99998040000003 - ], - [ - -117.30930343699998, - 33.99998590700005 - ], - [ - -117.30930349299996, - 33.99999691700003 - ], - [ - -117.30930349799996, - 34.00000242400006 - ], - [ - -117.30930353199994, - 34.00000792800006 - ], - [ - -117.30930353699995, - 34.00001343300005 - ], - [ - -117.30930355599997, - 34.000018940000075 - ], - [ - -117.309303592, - 34.000024445000065 - ], - [ - -117.30930359699994, - 34.000029950000055 - ], - [ - -117.30930361599997, - 34.000035456000035 - ], - [ - -117.30930365199998, - 34.000040961000025 - ], - [ - -117.30930367099995, - 34.00004646700006 - ], - [ - -117.30930367599996, - 34.00005197300004 - ], - [ - -117.30930373099994, - 34.00006298300008 - ], - [ - -117.30930375, - 34.00006848900006 - ], - [ - -117.30930377099997, - 34.00007399400005 - ], - [ - -117.30930378999994, - 34.00007950000003 - ], - [ - -117.30930381, - 34.00008500600006 - ], - [ - -117.30930382899999, - 34.000090510000064 - ], - [ - -117.30930384899995, - 34.00009601600004 - ], - [ - -117.30930386899996, - 34.00010152200008 - ], - [ - -117.30930388999997, - 34.00010702700007 - ], - [ - -117.30930390799995, - 34.00011253200006 - ], - [ - -117.30930391299995, - 34.00011803800004 - ], - [ - -117.30930394799998, - 34.00012354300003 - ], - [ - -117.30930398699996, - 34.000134555000045 - ], - [ - -117.30930400799997, - 34.000140059000046 - ], - [ - -117.30930402899997, - 34.000145565000025 - ], - [ - -117.30930404799994, - 34.00015107100006 - ], - [ - -117.30930406799996, - 34.00015657500006 - ], - [ - -117.30930407099999, - 34.00016208300008 - ], - [ - -117.309304108, - 34.00016758800007 - ], - [ - -117.30930412699996, - 34.00017309400005 - ], - [ - -117.30930414599999, - 34.00017859800005 - ], - [ - -117.30930418499997, - 34.000189610000064 - ], - [ - -117.30930420599998, - 34.00019511600004 - ], - [ - -117.30930424499996, - 34.00020612600008 - ], - [ - -117.30930426499998, - 34.00021163200006 - ], - [ - -117.30930428499994, - 34.00021713700005 - ], - [ - -117.30930430499996, - 34.00022264200004 - ], - [ - -117.309304323, - 34.000228149000066 - ], - [ - -117.30930434399994, - 34.000233653000066 - ], - [ - -117.30930436299997, - 34.000239158000056 - ], - [ - -117.30930440299994, - 34.000250169000026 - ], - [ - -117.30930444199998, - 34.00026118200003 - ], - [ - -117.30930446099995, - 34.00026668500004 - ], - [ - -117.30930449999994, - 34.00027769800005 - ], - [ - -117.30930452099994, - 34.00028320200005 - ], - [ - -117.30930456099998, - 34.000294214000064 - ], - [ - -117.30930459999996, - 34.000305224000044 - ], - [ - -117.30930464, - 34.00031623500007 - ], - [ - -117.30930467699994, - 34.00032724600004 - ], - [ - -117.30930469799995, - 34.00033275100003 - ], - [ - -117.30930471999994, - 34.00033825700007 - ], - [ - -117.30930475899999, - 34.000349268000036 - ], - [ - -117.30930477799996, - 34.000354773000026 - ], - [ - -117.30930479799997, - 34.00036028000005 - ], - [ - -117.30930481799999, - 34.00036578400005 - ], - [ - -117.30930483699996, - 34.00037129000003 - ], - [ - -117.30930485699997, - 34.00037679600007 - ], - [ - -117.30930487499995, - 34.00038230000007 - ], - [ - -117.30930489699995, - 34.00038780600005 - ], - [ - -117.30930491599997, - 34.00039331200003 - ], - [ - -117.309304936, - 34.000398817000075 - ], - [ - -117.30930495599995, - 34.000404323000055 - ], - [ - -117.30930497499998, - 34.000409828000045 - ], - [ - -117.309304995, - 34.000415333000035 - ], - [ - -117.30930501399996, - 34.000420838000025 - ], - [ - -117.30930503499997, - 34.00042634500005 - ], - [ - -117.309305054, - 34.00043185000004 - ], - [ - -117.30930509299998, - 34.00044286200006 - ], - [ - -117.30930511399998, - 34.00044836700005 - ], - [ - -117.30930513299995, - 34.000453873000026 - ], - [ - -117.30930515299997, - 34.00045937800007 - ], - [ - -117.30930519199995, - 34.00047038900004 - ], - [ - -117.30930521199997, - 34.00047589400003 - ], - [ - -117.30930523199999, - 34.00048139900008 - ], - [ - -117.30930525099996, - 34.00048690600005 - ], - [ - -117.30930527099997, - 34.00049241100004 - ], - [ - -117.30930529099999, - 34.00049791500004 - ], - [ - -117.30930530999996, - 34.000503421000076 - ], - [ - -117.30930532999997, - 34.000508927000055 - ], - [ - -117.30930534899994, - 34.000514432000045 - ], - [ - -117.30930538899997, - 34.00052544400006 - ], - [ - -117.30930542799996, - 34.00053645500003 - ], - [ - -117.30930544899996, - 34.00054196000008 - ], - [ - -117.30930550699998, - 34.00055847600004 - ], - [ - -117.30930554599996, - 34.00056948800005 - ], - [ - -117.30930560499996, - 34.00058600300002 - ], - [ - -117.30930564499994, - 34.00059701400005 - ], - [ - -117.30930566599994, - 34.00060252000003 - ], - [ - -117.30930568599996, - 34.000608026000066 - ], - [ - -117.309305726, - 34.000619036000046 - ], - [ - -117.30930576499998, - 34.00063004700007 - ], - [ - -117.30930578399995, - 34.00063555400004 - ], - [ - -117.30930580199998, - 34.00064105700005 - ], - [ - -117.30930582399998, - 34.00064656300003 - ], - [ - -117.30930584299995, - 34.00065207000006 - ], - [ - -117.30930586299996, - 34.00065757400006 - ], - [ - -117.30930588299998, - 34.00066308000004 - ], - [ - -117.30930592199996, - 34.000674090000075 - ], - [ - -117.30930594199998, - 34.000679596000055 - ], - [ - -117.30930596199994, - 34.000685102000034 - ], - [ - -117.30930598199996, - 34.000690607000024 - ], - [ - -117.30930600199997, - 34.00069611200007 - ], - [ - -117.30930601999995, - 34.00070161800005 - ], - [ - -117.30930604099996, - 34.00070712400003 - ], - [ - -117.30930605999998, - 34.000712630000066 - ], - [ - -117.30930608099999, - 34.000718136000046 - ], - [ - -117.30930609899997, - 34.000723641000036 - ], - [ - -117.30930611899998, - 34.000729146000026 - ], - [ - -117.30930613899994, - 34.00073465200006 - ], - [ - -117.30930615799997, - 34.00074015600006 - ], - [ - -117.30930617799999, - 34.00074566200004 - ], - [ - -117.30930619699996, - 34.00075116800008 - ], - [ - -117.30930621799996, - 34.00075670100006 - ], - [ - -117.30930623799998, - 34.000762218000034 - ], - [ - -117.30930627699996, - 34.00077322900006 - ], - [ - -117.30930629599999, - 34.00077873400005 - ], - [ - -117.309306317, - 34.000784241000076 - ], - [ - -117.30930635599998, - 34.000795251000056 - ], - [ - -117.30930637599994, - 34.000800757000036 - ], - [ - -117.30930639599995, - 34.00080626100004 - ], - [ - -117.30930641599997, - 34.00081176700007 - ], - [ - -117.30930645499996, - 34.00082277800004 - ], - [ - -117.30930647499997, - 34.00082828400008 - ], - [ - -117.30930649399994, - 34.00083378900007 - ], - [ - -117.30930651399996, - 34.00083929400006 - ], - [ - -117.30930653299998, - 34.00084480000004 - ], - [ - -117.30930655299994, - 34.00085030500003 - ], - [ - -117.30930657299996, - 34.000855811000065 - ], - [ - -117.30930659299997, - 34.000861317000044 - ], - [ - -117.30930661199994, - 34.000866822000035 - ], - [ - -117.30930663199996, - 34.000872327000025 - ], - [ - -117.30930665199998, - 34.00087783200007 - ], - [ - -117.309306672, - 34.00088333800005 - ], - [ - -117.30930671099998, - 34.00089434800003 - ], - [ - -117.30930672999995, - 34.00089985500006 - ], - [ - -117.30930676999998, - 34.00091086600003 - ], - [ - -117.30930678899995, - 34.00091637100007 - ], - [ - -117.309307091, - 34.00100071400004 - ], - [ - -117.30920304199998, - 34.001002140000026 - ], - [ - -117.30919643299995, - 34.00100223100003 - ], - [ - -117.30918982299994, - 34.001002321000044 - ], - [ - -117.30918321299998, - 34.00100241200005 - ], - [ - -117.30917660299997, - 34.00100250400004 - ], - [ - -117.30916999399994, - 34.001002595000045 - ], - [ - -117.30916338599997, - 34.00100268600005 - ], - [ - -117.30915677599995, - 34.001002776000064 - ], - [ - -117.30915016699998, - 34.00100286700007 - ], - [ - -117.30914355699997, - 34.00100295800007 - ], - [ - -117.30913694699996, - 34.001003049000076 - ], - [ - -117.30913033799999, - 34.00100314000008 - ], - [ - -117.30912372799997, - 34.00100323100003 - ], - [ - -117.30911715899998, - 34.00100331900006 - ], - [ - -117.30910394299997, - 34.001003500000024 - ], - [ - -117.30909733299995, - 34.00100359100003 - ], - [ - -117.30909072299994, - 34.00100368200003 - ], - [ - -117.30908411299998, - 34.001003773000036 - ], - [ - -117.30907750299997, - 34.00100386400004 - ], - [ - -117.30907089399994, - 34.001003955000044 - ], - [ - -117.30906428499998, - 34.00100404500006 - ], - [ - -117.30905767699994, - 34.00100413600006 - ], - [ - -117.30905106699998, - 34.00100422700007 - ], - [ - -117.30904445599998, - 34.00100431900006 - ], - [ - -117.30903784699996, - 34.001004410000064 - ], - [ - -117.30903123699994, - 34.00100450000008 - ], - [ - -117.30902462699999, - 34.001004591000026 - ], - [ - -117.30901801899995, - 34.00100468200003 - ], - [ - -117.30900479999997, - 34.00100486200006 - ], - [ - -117.30899819099994, - 34.00100495200007 - ], - [ - -117.30899162299994, - 34.00100504300008 - ], - [ - -117.308985055, - 34.001005133000035 - ], - [ - -117.308978444, - 34.00100522400004 - ], - [ - -117.30897183499997, - 34.00100531500004 - ], - [ - -117.30895861699997, - 34.00100549500007 - ], - [ - -117.30895200699996, - 34.001005586000076 - ], - [ - -117.30894539599996, - 34.00100567700008 - ], - [ - -117.30893878799998, - 34.00100576800003 - ], - [ - -117.30893217899995, - 34.00100585900003 - ], - [ - -117.30892556899994, - 34.001005950000035 - ], - [ - -117.30891896099996, - 34.00100604100004 - ], - [ - -117.30891235099995, - 34.001006131000054 - ], - [ - -117.30889917299999, - 34.00100631200007 - ], - [ - -117.30889256399996, - 34.00100640200003 - ], - [ - -117.30887934499998, - 34.00100658300005 - ], - [ - -117.30887273599996, - 34.00100667400005 - ], - [ - -117.30886612599994, - 34.00100676400007 - ], - [ - -117.30885951599998, - 34.00100685500007 - ], - [ - -117.30885290599997, - 34.001006946000075 - ], - [ - -117.30884629899998, - 34.00100703700008 - ], - [ - -117.30883969099995, - 34.001007128000026 - ], - [ - -117.30883308099999, - 34.00100721900003 - ], - [ - -117.30881989099998, - 34.00100739800007 - ], - [ - -117.30881329399995, - 34.00100749000006 - ], - [ - -117.30880007399998, - 34.001007670000035 - ], - [ - -117.30879346599994, - 34.00100776100004 - ], - [ - -117.30878685599998, - 34.00100785200004 - ], - [ - -117.30878024599997, - 34.00100794300005 - ], - [ - -117.30877363599996, - 34.00100803300006 - ], - [ - -117.30876706899994, - 34.00100812300008 - ], - [ - -117.30876045799994, - 34.001008214000024 - ], - [ - -117.30875385, - 34.00100830500003 - ], - [ - -117.30874723999995, - 34.001008382000066 - ], - [ - -117.30873402299994, - 34.00100857700005 - ], - [ - -117.30872741099995, - 34.00100865400003 - ], - [ - -117.308714222, - 34.00100884100004 - ], - [ - -117.30870758299994, - 34.00100893800004 - ], - [ - -117.30870097399998, - 34.001009028000055 - ], - [ - -117.30869436499995, - 34.00100911900006 - ], - [ - -117.30868775599998, - 34.00100921000006 - ], - [ - -117.308681144, - 34.00100930000008 - ], - [ - -117.30866792699999, - 34.00100948200003 - ], - [ - -117.30866135999997, - 34.001009571000054 - ], - [ - -117.30865474899997, - 34.00100966100007 - ], - [ - -117.30864813999995, - 34.00100975200007 - ], - [ - -117.30864153199997, - 34.00100984200003 - ], - [ - -117.30863492199995, - 34.001009933000034 - ], - [ - -117.30862831199994, - 34.00101001100006 - ], - [ - -117.30862170399996, - 34.00101011500004 - ], - [ - -117.30861509299996, - 34.001010206000046 - ], - [ - -117.30860848299994, - 34.00101028200004 - ], - [ - -117.30860187399998, - 34.001010386000075 - ], - [ - -117.30859526299997, - 34.00101047700008 - ], - [ - -117.30858204499998, - 34.00101065700005 - ], - [ - -117.308575438, - 34.001010747000066 - ], - [ - -117.30856882799998, - 34.001010837000024 - ], - [ - -117.30855560799995, - 34.00101101800004 - ], - [ - -117.308548998, - 34.001011109000046 - ], - [ - -117.30854238899997, - 34.00101120100004 - ], - [ - -117.30853578099999, - 34.001011291000054 - ], - [ - -117.30852917099998, - 34.00101138200006 - ], - [ - -117.308515952, - 34.00101156100004 - ], - [ - -117.308509341, - 34.001011652000045 - ], - [ - -117.30849612299994, - 34.001011833000064 - ], - [ - -117.30848951499996, - 34.00101192300008 - ], - [ - -117.30848290499995, - 34.001012013000036 - ], - [ - -117.30847629399995, - 34.00101210400004 - ], - [ - -117.30846968499998, - 34.001012195000044 - ], - [ - -117.30846307499996, - 34.00101228600005 - ], - [ - -117.30845646699998, - 34.00101237700005 - ], - [ - -117.30844985699997, - 34.001012468000056 - ], - [ - -117.308443249, - 34.001012557000024 - ], - [ - -117.30843663899998, - 34.00101264700004 - ], - [ - -117.30843002799998, - 34.00101273700005 - ], - [ - -117.30842341899995, - 34.00101282800006 - ], - [ - -117.30841680999998, - 34.00101291800007 - ], - [ - -117.30841020099996, - 34.001013009000076 - ], - [ - -117.308403592, - 34.00101310000008 - ], - [ - -117.30839698199998, - 34.00101319100003 - ], - [ - -117.30839037099997, - 34.00101327900006 - ], - [ - -117.30838378099997, - 34.00101336900008 - ], - [ - -117.308377195, - 34.001013460000024 - ], - [ - -117.30837058499998, - 34.00101355000004 - ], - [ - -117.30836397599995, - 34.00101364000005 - ], - [ - -117.30835736699999, - 34.00101373100006 - ], - [ - -117.30834414699996, - 34.001013912000076 - ], - [ - -117.30833753699994, - 34.001014001000044 - ], - [ - -117.30833092899996, - 34.00101409100006 - ], - [ - -117.30832431899995, - 34.00101418200006 - ], - [ - -117.30831109999997, - 34.001014363000024 - ], - [ - -117.30830448999995, - 34.00101445200005 - ], - [ - -117.30829788099999, - 34.001014542000064 - ], - [ - -117.30829127099997, - 34.00101463200008 - ], - [ - -117.30828466, - 34.001014722000036 - ], - [ - -117.308278052, - 34.00101481300004 - ], - [ - -117.30827144199998, - 34.001014904000044 - ], - [ - -117.30826483299995, - 34.00101499300007 - ], - [ - -117.30825822499997, - 34.00101508400007 - ], - [ - -117.30825161499996, - 34.00101517500008 - ], - [ - -117.30824500499995, - 34.001015264000046 - ], - [ - -117.30823839499999, - 34.00101535500005 - ], - [ - -117.30823178599996, - 34.00101544600005 - ], - [ - -117.30822517699994, - 34.00101553600007 - ], - [ - -117.30821856699998, - 34.00101562700007 - ], - [ - -117.30821195899995, - 34.001015718000076 - ], - [ - -117.308205349, - 34.001015807000044 - ], - [ - -117.30819873799999, - 34.00101589800005 - ], - [ - -117.30819212899996, - 34.00101598800006 - ], - [ - -117.30818551999994, - 34.00101607800008 - ], - [ - -117.30817891099997, - 34.001016169000025 - ], - [ - -117.30817230199995, - 34.00101625800005 - ], - [ - -117.30816569099994, - 34.001016349000054 - ], - [ - -117.30815908199997, - 34.00101643900007 - ], - [ - -117.30815247299995, - 34.00101653000007 - ], - [ - -117.30814582299996, - 34.00101661900004 - ], - [ - -117.308139214, - 34.001016710000044 - ], - [ - -117.30812599399997, - 34.00101689000007 - ], - [ - -117.30811938499994, - 34.00101698100008 - ], - [ - -117.30811275199994, - 34.001017072000025 - ], - [ - -117.30810608299998, - 34.00101716300003 - ], - [ - -117.30809947299997, - 34.00101725400003 - ], - [ - -117.30808625399999, - 34.00101743600004 - ], - [ - -117.30807964499996, - 34.001017524000076 - ], - [ - -117.30807303499995, - 34.00101761500002 - ], - [ - -117.30806642399995, - 34.00101770500004 - ], - [ - -117.30805981699996, - 34.00101779500005 - ], - [ - -117.30796713099994, - 34.00101906300006 - ], - [ - -117.30787470899998, - 34.00102032600006 - ], - [ - -117.30786809999995, - 34.00102041700006 - ], - [ - -117.30785488099997, - 34.001020597000036 - ], - [ - -117.30784823099998, - 34.00102068800004 - ], - [ - -117.30784162199996, - 34.001020779000044 - ], - [ - -117.30783501199994, - 34.00102087000005 - ], - [ - -117.30782840099994, - 34.00102096000006 - ], - [ - -117.30782179199997, - 34.001021051000066 - ], - [ - -117.307815184, - 34.001021141000024 - ], - [ - -117.30780857399998, - 34.00102123200003 - ], - [ - -117.30780196499995, - 34.00102132200004 - ], - [ - -117.30779535399995, - 34.001021413000046 - ], - [ - -117.30778874599997, - 34.00102150400005 - ], - [ - -117.30778213499997, - 34.001021594000065 - ], - [ - -117.30777552599994, - 34.00102168500007 - ], - [ - -117.30776891699998, - 34.00102177600007 - ], - [ - -117.30775569899998, - 34.001021956000045 - ], - [ - -117.30774908799998, - 34.00102204600006 - ], - [ - -117.30774247899996, - 34.001022137000064 - ], - [ - -117.30773586999999, - 34.00102222700008 - ], - [ - -117.30772926099996, - 34.001022318000025 - ], - [ - -117.30772265099995, - 34.00102240700005 - ], - [ - -117.30771603999995, - 34.001022498000054 - ], - [ - -117.30770282299994, - 34.00102268000006 - ], - [ - -117.30769621299999, - 34.00102276900003 - ], - [ - -117.30768960399996, - 34.001022859000045 - ], - [ - -117.30768299299996, - 34.00102295000005 - ], - [ - -117.307676384, - 34.001023040000064 - ], - [ - -117.30766977499997, - 34.00102313100007 - ], - [ - -117.30765655699997, - 34.00102331200003 - ], - [ - -117.30764994699996, - 34.001023402000044 - ], - [ - -117.30764333699994, - 34.00102349300005 - ], - [ - -117.30763672799998, - 34.00102358200007 - ], - [ - -117.30762350899994, - 34.001023763000035 - ], - [ - -117.30761690099996, - 34.00102385300005 - ], - [ - -117.30760368099999, - 34.00102403300008 - ], - [ - -117.30759707099998, - 34.001024124000025 - ], - [ - -117.30759046199995, - 34.00102421500003 - ], - [ - -117.307583852, - 34.00102430600003 - ], - [ - -117.30757724299997, - 34.00102439400007 - ], - [ - -117.30757063299995, - 34.00102448500007 - ], - [ - -117.30756402399999, - 34.00102457500003 - ], - [ - -117.30755741499996, - 34.001024665000045 - ], - [ - -117.30755080599994, - 34.00102475600005 - ], - [ - -117.30753758499998, - 34.00102493700007 - ], - [ - -117.30753097699994, - 34.001025026000036 - ], - [ - -117.30752436699998, - 34.00102511700004 - ], - [ - -117.30751775899995, - 34.001025208000044 - ], - [ - -117.307511149, - 34.00102529800006 - ], - [ - -117.30750453999997, - 34.00102538800007 - ], - [ - -117.30749792999995, - 34.00102547800003 - ], - [ - -117.30749131899995, - 34.001025569000035 - ], - [ - -117.30748470999998, - 34.00102565900005 - ], - [ - -117.30747810099996, - 34.00102575100004 - ], - [ - -117.307471492, - 34.00102584000007 - ], - [ - -117.30746488299997, - 34.00102593100007 - ], - [ - -117.30745827099997, - 34.00102601900005 - ], - [ - -117.30745166299994, - 34.001026110000055 - ], - [ - -117.30744505499996, - 34.00102620000007 - ], - [ - -117.30743844399996, - 34.00102629100007 - ], - [ - -117.30742522599996, - 34.001026471000046 - ], - [ - -117.30741861499996, - 34.00102656200005 - ], - [ - -117.30740539699997, - 34.00102674200008 - ], - [ - -117.30739877599996, - 34.001026832000036 - ], - [ - -117.30739213599998, - 34.00102692400003 - ], - [ - -117.30738552699995, - 34.001027015000034 - ], - [ - -117.30737891799998, - 34.00102710400006 - ], - [ - -117.30737230999995, - 34.00102719400007 - ], - [ - -117.3073657, - 34.00102728500008 - ], - [ - -117.30735909099997, - 34.001027375000035 - ], - [ - -117.30735248099995, - 34.00102746500005 - ], - [ - -117.30733265199996, - 34.00102773700007 - ], - [ - -117.30732604099995, - 34.00102782600004 - ], - [ - -117.30731943399996, - 34.001027916000055 - ], - [ - -117.30731282499994, - 34.00102800600007 - ], - [ - -117.30721736399994, - 34.00102931200007 - ], - [ - -117.30711454099998, - 34.00103071600006 - ], - [ - -117.30710132099995, - 34.00103089700008 - ], - [ - -117.30707488399997, - 34.00103125800007 - ], - [ - -117.30704844599995, - 34.00103161900006 - ], - [ - -117.307028619, - 34.001031891000025 - ], - [ - -117.30700878899995, - 34.00103216100007 - ], - [ - -117.30698234999994, - 34.00103252200006 - ], - [ - -117.30696913199995, - 34.00103270400007 - ], - [ - -117.30694930499999, - 34.001032974000054 - ], - [ - -117.30693608399997, - 34.00103315500007 - ], - [ - -117.30691625699995, - 34.00103342600005 - ], - [ - -117.30690964799999, - 34.00103351700005 - ], - [ - -117.30690303899996, - 34.00103360700007 - ], - [ - -117.306889819, - 34.00103378800003 - ], - [ - -117.30687659899996, - 34.00103396900005 - ], - [ - -117.30686338099997, - 34.00103414900008 - ], - [ - -117.30685016199999, - 34.00103432900005 - ], - [ - -117.30683694299995, - 34.00103451100006 - ], - [ - -117.30682372599995, - 34.00103469100003 - ], - [ - -117.30681711699998, - 34.00103478200003 - ], - [ - -117.30679728699994, - 34.00103505200008 - ], - [ - -117.30679067699998, - 34.001035143000024 - ], - [ - -117.30678406699997, - 34.00103523400003 - ], - [ - -117.30677084999996, - 34.00103541400006 - ], - [ - -117.3067642399999, - 34.00103550500006 - ], - [ - -117.30675763, - 34.001035596000065 - ], - [ - -117.30675101899999, - 34.00103568600008 - ], - [ - -117.30674441099995, - 34.00103577700003 - ], - [ - -117.30673780299998, - 34.00103586800003 - ], - [ - -117.30673119199997, - 34.001035959000035 - ], - [ - -117.306724584, - 34.00103604900005 - ], - [ - -117.30671797399998, - 34.001036139000064 - ], - [ - -117.30670475399995, - 34.001036320000026 - ], - [ - -117.30668488599997, - 34.00103659100006 - ], - [ - -117.30667166599994, - 34.00103677100003 - ], - [ - -117.306651838, - 34.001037042000064 - ], - [ - -117.30663861799997, - 34.00103722400007 - ], - [ - -117.306612181, - 34.00103758400007 - ], - [ - -117.30659896199995, - 34.001037764000046 - ], - [ - -117.30657913299996, - 34.00103803600007 - ], - [ - -117.30655930599994, - 34.001038306000055 - ], - [ - -117.30653947699994, - 34.00103857700003 - ], - [ - -117.30652625699997, - 34.00103875700006 - ], - [ - -117.30651964799995, - 34.001038848000064 - ], - [ - -117.30651304, - 34.00103893800008 - ], - [ - -117.30650643099995, - 34.00103902800004 - ], - [ - -117.30649982099999, - 34.00103911800005 - ], - [ - -117.30649321099997, - 34.001039209000055 - ], - [ - -117.30647999099995, - 34.00103938900003 - ], - [ - -117.30647338299997, - 34.00103947900004 - ], - [ - -117.30646677399994, - 34.001039570000046 - ], - [ - -117.30646016399999, - 34.00103966100005 - ], - [ - -117.30645355399997, - 34.001039751000064 - ], - [ - -117.30644694399996, - 34.00103984200007 - ], - [ - -117.30643372599997, - 34.00104002100005 - ], - [ - -117.30642050799997, - 34.00104020200007 - ], - [ - -117.30641389699997, - 34.00104029100004 - ], - [ - -117.30640728799995, - 34.00104038200004 - ], - [ - -117.30640067899998, - 34.001040473000046 - ], - [ - -117.30639402699995, - 34.00104056200007 - ], - [ - -117.30638741699994, - 34.001040653000075 - ], - [ - -117.30638080999995, - 34.00104074200004 - ], - [ - -117.3063742, - 34.00104083300005 - ], - [ - -117.30636759099997, - 34.00104092400005 - ], - [ - -117.30636093899994, - 34.001041015000055 - ], - [ - -117.30635432999998, - 34.00104110600006 - ], - [ - -117.30634111199998, - 34.00104128600003 - ], - [ - -117.30632789099997, - 34.00104146600006 - ], - [ - -117.30631462999997, - 34.00104164700008 - ], - [ - -117.30630141199998, - 34.00104182800004 - ], - [ - -117.30628158499997, - 34.001042099000074 - ], - [ - -117.30627497499995, - 34.00104218900003 - ], - [ - -117.30625514699994, - 34.00104245800003 - ], - [ - -117.30624192799996, - 34.00104263900005 - ], - [ - -117.306228708, - 34.001042820000066 - ], - [ - -117.30612535199998, - 34.00104423000005 - ], - [ - -117.30602381299997, - 34.00104559700003 - ], - [ - -117.30601720299995, - 34.001045685000065 - ], - [ - -117.30601059399999, - 34.00104577400003 - ], - [ - -117.30600398399997, - 34.00104586300006 - ], - [ - -117.30599737299997, - 34.00104595300007 - ], - [ - -117.305990765, - 34.00104604100005 - ], - [ - -117.30598415599997, - 34.00104613000008 - ], - [ - -117.30597093899996, - 34.001046307000024 - ], - [ - -117.30596432899995, - 34.00104639700004 - ], - [ - -117.30594449899996, - 34.00104666400006 - ], - [ - -117.30593788999994, - 34.001046752000036 - ], - [ - -117.30592466999997, - 34.00104692900004 - ], - [ - -117.30591145099999, - 34.00104710800008 - ], - [ - -117.305898233, - 34.00104728500003 - ], - [ - -117.30588501299997, - 34.00104746200003 - ], - [ - -117.30587840499999, - 34.001047552000045 - ], - [ - -117.30587179499997, - 34.001047640000024 - ], - [ - -117.305858576, - 34.001047819000064 - ], - [ - -117.30585196599998, - 34.00104790700004 - ], - [ - -117.30584535599996, - 34.00104799600007 - ], - [ - -117.30583874799999, - 34.00104808400005 - ], - [ - -117.30583213899996, - 34.00104817400006 - ], - [ - -117.30581891899999, - 34.001048351000065 - ], - [ - -117.30580570099994, - 34.00104852900006 - ], - [ - -117.30579908899995, - 34.00104861700004 - ], - [ - -117.30578587099996, - 34.00104879500003 - ], - [ - -117.30577265299996, - 34.001048973000024 - ], - [ - -117.30575282499996, - 34.001049239000054 - ], - [ - -117.30573960499999, - 34.001049418000036 - ], - [ - -117.305726387, - 34.00104959400005 - ], - [ - -117.30571977699998, - 34.001049684000066 - ], - [ - -117.30570655799994, - 34.00104986200006 - ], - [ - -117.30569329999997, - 34.00105004000005 - ], - [ - -117.30568668899997, - 34.00105012800003 - ], - [ - -117.30568007999995, - 34.001050217000056 - ], - [ - -117.30567347099998, - 34.001050306000025 - ], - [ - -117.30566685999997, - 34.00105039600004 - ], - [ - -117.30566025299999, - 34.001050484000075 - ], - [ - -117.30565364199998, - 34.00105057300004 - ], - [ - -117.30564042299994, - 34.00105075000005 - ], - [ - -117.30562720399996, - 34.00105092800004 - ], - [ - -117.30561398599997, - 34.001051106000034 - ], - [ - -117.30559415699997, - 34.00105137200006 - ], - [ - -117.30558093899998, - 34.001051551000046 - ], - [ - -117.30556771799996, - 34.00105172700006 - ], - [ - -117.30555449899998, - 34.001051905000054 - ], - [ - -117.30554128199998, - 34.00105208300005 - ], - [ - -117.30552810199998, - 34.00105226100004 - ], - [ - -117.30550827299999, - 34.00105252700007 - ], - [ - -117.30549505399995, - 34.001052704000074 - ], - [ - -117.30548183399998, - 34.00105288300006 - ], - [ - -117.30546861699997, - 34.00105306000006 - ], - [ - -117.30545539699995, - 34.001053238000054 - ], - [ - -117.30544878699999, - 34.00105332700008 - ], - [ - -117.30544217899995, - 34.00105341500006 - ], - [ - -117.30543556899994, - 34.001053504000026 - ], - [ - -117.30542895999997, - 34.00105359400004 - ], - [ - -117.30542234999996, - 34.00105368200008 - ], - [ - -117.30541573899995, - 34.001053770000055 - ], - [ - -117.30540912999999, - 34.00105386000007 - ], - [ - -117.30540252199995, - 34.00105394800005 - ], - [ - -117.30539591299998, - 34.00105403800006 - ], - [ - -117.30538269199997, - 34.00105421500007 - ], - [ - -117.30537608299994, - 34.001054303000046 - ], - [ - -117.30536947299998, - 34.00105439200007 - ], - [ - -117.30536286299997, - 34.00105448200003 - ], - [ - -117.30534964499998, - 34.00105465900003 - ], - [ - -117.30534303599995, - 34.00105474800006 - ], - [ - -117.30533642599994, - 34.00105483700003 - ], - [ - -117.30532981799996, - 34.00105492600005 - ], - [ - -117.305316598, - 34.001055102000066 - ], - [ - -117.30530998899997, - 34.00105519300007 - ], - [ - -117.30529676999998, - 34.00105536900003 - ], - [ - -117.30529015899998, - 34.00105545800005 - ], - [ - -117.30528355099995, - 34.00105554700008 - ], - [ - -117.30527694199998, - 34.001055636000046 - ], - [ - -117.30527033199996, - 34.001055724000025 - ], - [ - -117.30526372099996, - 34.00105581300005 - ], - [ - -117.30525050299997, - 34.001055991000044 - ], - [ - -117.30524387199995, - 34.00105608000007 - ], - [ - -117.30523063499999, - 34.00105625800006 - ], - [ - -117.30522402599996, - 34.00105634700003 - ], - [ - -117.30521080699998, - 34.001056524000035 - ], - [ - -117.30519758599996, - 34.00105670200003 - ], - [ - -117.30518436999995, - 34.00105688100007 - ], - [ - -117.30517115099997, - 34.00105705800007 - ], - [ - -117.30516454099995, - 34.00105714800003 - ], - [ - -117.30515132, - 34.00105732600008 - ], - [ - -117.30513810199994, - 34.00105750300003 - ], - [ - -117.30513149099994, - 34.00105759200005 - ], - [ - -117.30511827499998, - 34.001057769000056 - ], - [ - -117.30511166399998, - 34.00105785900007 - ], - [ - -117.30510505599995, - 34.00105794700005 - ], - [ - -117.30509844599999, - 34.001058036000074 - ], - [ - -117.30500177099998, - 34.00105933900005 - ], - [ - -117.30499254299997, - 34.001059386000065 - ], - [ - -117.30499252799996, - 34.00105943800003 - ], - [ - -117.30499251999998, - 34.001059464000036 - ], - [ - -117.30499245899995, - 34.001059464000036 - ], - [ - -117.30498240599997, - 34.00255540300003 - ], - [ - -117.30496759699997, - 34.00474101100008 - ], - [ - -117.30496771599996, - 34.00474101100008 - ], - [ - -117.30500554399998, - 34.004740699000024 - ], - [ - -117.305007849, - 34.004740680000054 - ], - [ - -117.30501015299996, - 34.00474066100003 - ], - [ - -117.30501476099994, - 34.00474062300003 - ], - [ - -117.30501706399997, - 34.00474060300007 - ], - [ - -117.30502167199995, - 34.00474056500008 - ], - [ - -117.30502397599997, - 34.00474054600005 - ], - [ - -117.30502628, - 34.004740527000024 - ], - [ - -117.30503088699999, - 34.00474048900003 - ], - [ - -117.30503319299999, - 34.00474046900007 - ], - [ - -117.30503549499997, - 34.00474045000004 - ], - [ - -117.305037799, - 34.00474043100007 - ], - [ - -117.30504010299995, - 34.00474041100006 - ], - [ - -117.30504240699997, - 34.00474039200003 - ], - [ - -117.30504471199998, - 34.00474037200007 - ], - [ - -117.30504701399997, - 34.004740353000045 - ], - [ - -117.30504931799999, - 34.004740334000076 - ], - [ - -117.30505162299994, - 34.00474031400006 - ], - [ - -117.30505392599997, - 34.00474029500003 - ], - [ - -117.30505623099998, - 34.004740276000064 - ], - [ - -117.30505853499994, - 34.00474025600005 - ], - [ - -117.30506083699998, - 34.00474023700008 - ], - [ - -117.30506314299998, - 34.00474021800005 - ], - [ - -117.30507005399994, - 34.00474016000004 - ], - [ - -117.30507235699997, - 34.00474014100007 - ], - [ - -117.305074661, - 34.004740121000054 - ], - [ - -117.30507926899998, - 34.00474008400005 - ], - [ - -117.30508387599997, - 34.00474004600005 - ], - [ - -117.30508848399995, - 34.004740008000056 - ], - [ - -117.30509539699995, - 34.004739950000044 - ], - [ - -117.30510000299995, - 34.00473991200005 - ], - [ - -117.30510230699997, - 34.00473989300008 - ], - [ - -117.305104611, - 34.00473987400005 - ], - [ - -117.30510921799998, - 34.004739836000056 - ], - [ - -117.30511152199995, - 34.00473981600004 - ], - [ - -117.30511382599997, - 34.00473979700007 - ], - [ - -117.30511613099998, - 34.004739777000054 - ], - [ - -117.30511843399995, - 34.00473975800003 - ], - [ - -117.30512073899996, - 34.00473973900006 - ], - [ - -117.30512304099994, - 34.00473971900004 - ], - [ - -117.30512534599995, - 34.00473970000007 - ], - [ - -117.30512995299995, - 34.00473966200008 - ], - [ - -117.30513225799996, - 34.00473964300005 - ], - [ - -117.30513455999994, - 34.004739623000034 - ], - [ - -117.30513916899997, - 34.00473958500004 - ], - [ - -117.305141473, - 34.00473956600007 - ], - [ - -117.30514377699996, - 34.00473954700004 - ], - [ - -117.30514607999999, - 34.00473952700003 - ], - [ - -117.30514838399995, - 34.00473950800006 - ], - [ - -117.30515068799997, - 34.00473948900003 - ], - [ - -117.30515529499996, - 34.004739451000034 - ], - [ - -117.30515759999997, - 34.004739431000075 - ], - [ - -117.30516220899995, - 34.00473939300008 - ], - [ - -117.30516451099999, - 34.00473937400005 - ], - [ - -117.30516911899997, - 34.00473933600006 - ], - [ - -117.30517372599996, - 34.00473929800006 - ], - [ - -117.30517602999998, - 34.004739279000034 - ], - [ - -117.30517833399995, - 34.004739259000075 - ], - [ - -117.30518063899996, - 34.00473924000005 - ], - [ - -117.30518524599995, - 34.00473920200005 - ], - [ - -117.30518755099996, - 34.00473918200004 - ], - [ - -117.305189854, - 34.00473916300007 - ], - [ - -117.30519446199997, - 34.00473912500007 - ], - [ - -117.30519676499995, - 34.004739106000045 - ], - [ - -117.30520137299999, - 34.00473906700006 - ], - [ - -117.30520598099997, - 34.004739028000074 - ], - [ - -117.30521058799997, - 34.00473899000008 - ], - [ - -117.30521519599995, - 34.004738951000036 - ], - [ - -117.30523823599998, - 34.00473875900008 - ], - [ - -117.30524284199998, - 34.004738721000024 - ], - [ - -117.305245147, - 34.004738701000065 - ], - [ - -117.30525205699996, - 34.00473864400004 - ], - [ - -117.30525436199997, - 34.00473862500007 - ], - [ - -117.30525896899996, - 34.00473858700008 - ], - [ - -117.30526127299999, - 34.00473856700006 - ], - [ - -117.30526588099997, - 34.004738529000065 - ], - [ - -117.30527279199998, - 34.00473847100005 - ], - [ - -117.30527739999997, - 34.00473843300006 - ], - [ - -117.30528200799995, - 34.00473839400007 - ], - [ - -117.30528891999995, - 34.00473833600006 - ], - [ - -117.30529583099997, - 34.00473827900004 - ], - [ - -117.30530043999994, - 34.00473824000005 - ], - [ - -117.30530734999996, - 34.00473818300003 - ], - [ - -117.305311959, - 34.004738144000044 - ], - [ - -117.30531656499994, - 34.00473810600005 - ], - [ - -117.30532347699994, - 34.004738049000025 - ], - [ - -117.30532808499999, - 34.00473801000004 - ], - [ - -117.30533499599994, - 34.004737953000074 - ], - [ - -117.30534190799995, - 34.00473789600005 - ], - [ - -117.30534651599999, - 34.004737857000066 - ], - [ - -117.30535573099996, - 34.00473778000003 - ], - [ - -117.30536264399996, - 34.00473772300006 - ], - [ - -117.30537185799994, - 34.004737646000024 - ], - [ - -117.30538107299998, - 34.00473756900004 - ], - [ - -117.30538798599997, - 34.00473751200008 - ], - [ - -117.30539720099995, - 34.00473743500004 - ], - [ - -117.30540411199996, - 34.00473737800007 - ], - [ - -117.30541102399997, - 34.00473732100005 - ], - [ - -117.30541563199995, - 34.004737283000054 - ], - [ - -117.30542023899994, - 34.00473724500006 - ], - [ - -117.30542484699998, - 34.00473720600007 - ], - [ - -117.30542945499997, - 34.00473716800008 - ], - [ - -117.30543175799994, - 34.00473714900005 - ], - [ - -117.30543636599998, - 34.004737111000054 - ], - [ - -117.305438671, - 34.00473709100004 - ], - [ - -117.30544327899997, - 34.00473705300004 - ], - [ - -117.30544788499998, - 34.004737015000046 - ], - [ - -117.30545249299996, - 34.00473697700005 - ], - [ - -117.30545710099994, - 34.004736939000054 - ], - [ - -117.30545940499997, - 34.00473692000003 - ], - [ - -117.30546170899999, - 34.00473690100006 - ], - [ - -117.30546401199996, - 34.00473688100004 - ], - [ - -117.30546631599998, - 34.00473686200007 - ], - [ - -117.30546861999994, - 34.004736843000046 - ], - [ - -117.30547092399996, - 34.00473682300003 - ], - [ - -117.30547322799998, - 34.00473680400006 - ], - [ - -117.30547553199995, - 34.004736785000034 - ], - [ - -117.30547783499998, - 34.004736765000075 - ], - [ - -117.30548013999999, - 34.00473674600005 - ], - [ - -117.30548474699998, - 34.00473670800005 - ], - [ - -117.30548705099994, - 34.00473668800004 - ], - [ - -117.30548935499996, - 34.00473666900007 - ], - [ - -117.30549165999997, - 34.00473665000004 - ], - [ - -117.30549626599998, - 34.004736612000045 - ], - [ - -117.30549856999994, - 34.00473659200003 - ], - [ - -117.30550087499995, - 34.00473657300006 - ], - [ - -117.30550317799998, - 34.00473655300004 - ], - [ - -117.305505483, - 34.004736534000074 - ], - [ - -117.30551008899994, - 34.00473649600008 - ], - [ - -117.30551469699998, - 34.004736458000025 - ], - [ - -117.30551930499996, - 34.00473641900004 - ], - [ - -117.30552391299994, - 34.004736380000054 - ], - [ - -117.30552851999994, - 34.00473634200006 - ], - [ - -117.30553312799998, - 34.00473630400006 - ], - [ - -117.30553773599996, - 34.004736265000076 - ], - [ - -117.305540039, - 34.00473624600005 - ], - [ - -117.30554234399995, - 34.00473622700002 - ], - [ - -117.30554695099994, - 34.00473618900003 - ], - [ - -117.30554925499996, - 34.00473616900007 - ], - [ - -117.30555386299994, - 34.00473613100007 - ], - [ - -117.30555616799995, - 34.00473611100006 - ], - [ - -117.30556077399996, - 34.00473607300006 - ], - [ - -117.30556538199994, - 34.004736035000064 - ], - [ - -117.30556768699995, - 34.00473601600004 - ], - [ - -117.30557229299995, - 34.00473597800004 - ], - [ - -117.30557690099994, - 34.004735940000046 - ], - [ - -117.30557920599995, - 34.004735921000076 - ], - [ - -117.30558150999997, - 34.00473590100006 - ], - [ - -117.30558381299994, - 34.004735882000034 - ], - [ - -117.30558611799995, - 34.004735863000064 - ], - [ - -117.30559072399996, - 34.00473582500007 - ], - [ - -117.30559533199994, - 34.004735786000026 - ], - [ - -117.30559993999998, - 34.00473574800003 - ], - [ - -117.30560224499999, - 34.00473572900006 - ], - [ - -117.30560915599995, - 34.00473567100005 - ], - [ - -117.30561376299994, - 34.00473563200006 - ], - [ - -117.30561837099998, - 34.00473559400007 - ], - [ - -117.30562297999995, - 34.00473555600007 - ], - [ - -117.30562758599996, - 34.004735518000075 - ], - [ - -117.30562989099997, - 34.00473549800006 - ], - [ - -117.30563449899995, - 34.00473546000006 - ], - [ - -117.30563910499995, - 34.00473542200007 - ], - [ - -117.30564140999996, - 34.00473540200005 - ], - [ - -117.30564601799995, - 34.004735364000055 - ], - [ - -117.30565062499994, - 34.00473532600006 - ], - [ - -117.30565292899996, - 34.00473530600004 - ], - [ - -117.30565753599996, - 34.00473526800005 - ], - [ - -117.30565984199995, - 34.00473524900008 - ], - [ - -117.30566444899995, - 34.004735211000025 - ], - [ - -117.30566905599994, - 34.00473517300003 - ], - [ - -117.30567366499997, - 34.00473513400004 - ], - [ - -117.305675969, - 34.004735115000074 - ], - [ - -117.30568057599999, - 34.00473507700008 - ], - [ - -117.30568518499996, - 34.004735037000046 - ], - [ - -117.305687488, - 34.004735018000076 - ], - [ - -117.30568978999997, - 34.00473499900005 - ], - [ - -117.30569439899995, - 34.004734960000064 - ], - [ - -117.30569670199998, - 34.00473494100004 - ], - [ - -117.30569900599994, - 34.00473492100008 - ], - [ - -117.30570130899997, - 34.00473490200005 - ], - [ - -117.305703613, - 34.004734883000026 - ], - [ - -117.30570591799994, - 34.00473486300007 - ], - [ - -117.30570822099997, - 34.00473484400004 - ], - [ - -117.30571052599998, - 34.004734824000025 - ], - [ - -117.30571282899996, - 34.004734805000055 - ], - [ - -117.30571513299998, - 34.00473478600003 - ], - [ - -117.30571743699994, - 34.00473476600007 - ], - [ - -117.30571973999997, - 34.004734746000054 - ], - [ - -117.30572204499998, - 34.00473472700003 - ], - [ - -117.30572434799996, - 34.00473470800006 - ], - [ - -117.30572895599994, - 34.00473466900007 - ], - [ - -117.30573125999996, - 34.004734649000056 - ], - [ - -117.30573586699995, - 34.00473461100006 - ], - [ - -117.30574277899996, - 34.00473455400004 - ], - [ - -117.30574738699994, - 34.00473451500005 - ], - [ - -117.30575199499998, - 34.004734477000056 - ], - [ - -117.305758906, - 34.004734420000034 - ], - [ - -117.30576121099995, - 34.004734401000064 - ], - [ - -117.30576351399998, - 34.00473438100005 - ], - [ - -117.30576581799994, - 34.00473436200008 - ], - [ - -117.305770425, - 34.004734324000026 - ], - [ - -117.30577272999994, - 34.004734305000056 - ], - [ - -117.30577503299997, - 34.00473428500004 - ], - [ - -117.30577964099996, - 34.004734247000044 - ], - [ - -117.30578194399999, - 34.00473422600004 - ], - [ - -117.30578655199997, - 34.00473418800004 - ], - [ - -117.305788856, - 34.00473416800003 - ], - [ - -117.30579346399998, - 34.00473413000003 - ], - [ - -117.30579807199996, - 34.004734091000046 - ], - [ - -117.30580037599998, - 34.004734072000076 - ], - [ - -117.30580267999994, - 34.00473405200006 - ], - [ - -117.30580498399996, - 34.004734033000034 - ], - [ - -117.305807287, - 34.004734014000064 - ], - [ - -117.30580959099996, - 34.00473399400005 - ], - [ - -117.30581189499998, - 34.00473397500008 - ], - [ - -117.30581650299996, - 34.00473393500005 - ], - [ - -117.30581880699998, - 34.00473391600008 - ], - [ - -117.30582341499996, - 34.004733877000035 - ], - [ - -117.305825718, - 34.004733858000066 - ], - [ - -117.30582802199996, - 34.00473383900004 - ], - [ - -117.30583032599998, - 34.00473381900008 - ], - [ - -117.30583262899995, - 34.004733800000054 - ], - [ - -117.30583493399996, - 34.00473378000004 - ], - [ - -117.30583954099995, - 34.00473374200004 - ], - [ - -117.30584184499997, - 34.004733722000026 - ], - [ - -117.30584414999998, - 34.004733705000035 - ], - [ - -117.30584645299996, - 34.004733686000066 - ], - [ - -117.30584875699998, - 34.00473366600005 - ], - [ - -117.30585105999995, - 34.00473364700008 - ], - [ - -117.30585336499996, - 34.004733628000054 - ], - [ - -117.30585566899998, - 34.00473360900003 - ], - [ - -117.30585797099997, - 34.00473358800008 - ], - [ - -117.30586027599998, - 34.00473357000004 - ], - [ - -117.30586257899995, - 34.004733550000026 - ], - [ - -117.30586718799998, - 34.004733513000076 - ], - [ - -117.30586949199994, - 34.00473349400005 - ], - [ - -117.305874099, - 34.004733456000054 - ], - [ - -117.30587870699998, - 34.00473341700007 - ], - [ - -117.30588331299998, - 34.00473337900007 - ], - [ - -117.30588792199995, - 34.00473333900004 - ], - [ - -117.30589483199998, - 34.00473328100003 - ], - [ - -117.30589713799998, - 34.00473326400004 - ], - [ - -117.30589944099995, - 34.00473324300003 - ], - [ - -117.30596553699996, - 34.00473271000004 - ], - [ - -117.30620775299997, - 34.004202117000034 - ], - [ - -117.30654329899994, - 34.00413433600005 - ], - [ - -117.30671854399998, - 34.00392289700005 - ], - [ - -117.30706611199997, - 34.00404368200003 - ], - [ - -117.30725958999994, - 34.00411091800004 - ], - [ - -117.307413613, - 34.004252878000045 - ], - [ - -117.30792536499996, - 34.00472454800007 - ], - [ - -117.30834916699996, - 34.00435711100005 - ], - [ - -117.30859670999996, - 34.00435872400004 - ], - [ - -117.30922676699998, - 34.00436282700008 - ], - [ - -117.30997944499995, - 34.00447879400008 - ], - [ - -117.31024523199994, - 34.004634159000034 - ], - [ - -117.31045104799995, - 34.004754467000055 - ], - [ - -117.31048652599998, - 34.004754555000034 - ], - [ - -117.31364073799995, - 34.00476217600004 - ], - [ - -117.31364946599996, - 34.00509565200008 - ], - [ - -117.31364223899999, - 34.00588158000005 - ], - [ - -117.31363295099999, - 34.00649912100005 - ], - [ - -117.31364394299999, - 34.00677190500005 - ], - [ - -117.313643948, - 34.00678647900003 - ], - [ - -117.31364397299996, - 34.00685326200005 - ], - [ - -117.31364400499996, - 34.00693870500004 - ], - [ - -117.31411985999995, - 34.00705007300007 - ], - [ - -117.31472053699997, - 34.00679215400004 - ], - [ - -117.31471813699994, - 34.00659652300004 - ], - [ - -117.31471214799996, - 34.00610799100008 - ], - [ - -117.31461760999997, - 34.00539433500006 - ], - [ - -117.31522968799999, - 34.00525997300008 - ], - [ - -117.31584568099998, - 34.005647158000045 - ], - [ - -117.31584615399998, - 34.00564745500003 - ], - [ - -117.31614413199998, - 34.00583474800004 - ], - [ - -117.31655813999998, - 34.00587580300004 - ], - [ - -117.31688414599995, - 34.00590813000008 - ], - [ - -117.317100316, - 34.006046765000065 - ], - [ - -117.31747614699998, - 34.00628779300007 - ], - [ - -117.31766693199995, - 34.00623944900008 - ], - [ - -117.31783987699998, - 34.00612619000003 - ], - [ - -117.31803680999997, - 34.005997224000055 - ], - [ - -117.31957731699998, - 34.00623137900004 - ], - [ - -117.31963798399994, - 34.00628608100004 - ], - [ - -117.319894305, - 34.006517203000044 - ], - [ - -117.32021445699996, - 34.00652439000004 - ], - [ - -117.32021535699994, - 34.006524410000054 - ], - [ - -117.32029323399996, - 34.00652615800004 - ], - [ - -117.32051480899997, - 34.00653113200008 - ], - [ - -117.32058670499998, - 34.006582740000056 - ], - [ - -117.32088440599995, - 34.00679643600006 - ], - [ - -117.32091147699998, - 34.00681586800005 - ], - [ - -117.32092217799999, - 34.006823549000046 - ], - [ - -117.32093094699997, - 34.00682984400004 - ], - [ - -117.32140545899995, - 34.00704561600003 - ], - [ - -117.321900971, - 34.007045549000054 - ], - [ - -117.322383361, - 34.007045481000034 - ], - [ - -117.32238301899997, - 34.007515934000025 - ], - [ - -117.32279515999994, - 34.00767390000004 - ], - [ - -117.32332227499995, - 34.00787593000007 - ], - [ - -117.32391783399999, - 34.00810418700007 - ], - [ - -117.32431532299995, - 34.00825652900005 - ], - [ - -117.32453173099998, - 34.00833946900008 - ], - [ - -117.32448664199995, - 34.00839646400004 - ], - [ - -117.32468944699997, - 34.00839591000005 - ], - [ - -117.32511494799996, - 34.008394750000036 - ], - [ - -117.325940705, - 34.00839249200004 - ], - [ - -117.32634638599995, - 34.008391380000035 - ], - [ - -117.326365695, - 34.00839132600004 - ], - [ - -117.32673265699998, - 34.00839386000007 - ], - [ - -117.32673831899996, - 34.00884283900007 - ], - [ - -117.32673831999995, - 34.008842876000074 - ], - [ - -117.32673871399999, - 34.00925849200007 - ], - [ - -117.326739106, - 34.009670897000035 - ], - [ - -117.32673953199998, - 34.01011961900008 - ], - [ - -117.32692731399999, - 34.01004172300003 - ], - [ - -117.32713376999999, - 34.00995607900006 - ], - [ - -117.32745929999999, - 34.00982104000008 - ], - [ - -117.327716034, - 34.009714538000026 - ], - [ - -117.32805974599995, - 34.00957195500007 - ], - [ - -117.328818072, - 34.00925736800008 - ], - [ - -117.32882465999995, - 34.00860008300003 - ], - [ - -117.32882669399999, - 34.00839704800006 - ], - [ - -117.32919958199994, - 34.008398982000074 - ], - [ - -117.33089935199996, - 34.00840778700007 - ], - [ - -117.33111389199996, - 34.00840889500006 - ], - [ - -117.33111636799998, - 34.00710678400003 - ], - [ - -117.331117195, - 34.006673025000055 - ], - [ - -117.331145242, - 34.006672783000056 - ], - [ - -117.33114538299998, - 34.00659856000004 - ], - [ - -117.33142913399996, - 34.00659921000005 - ], - [ - -117.33152744899996, - 34.006599436000045 - ], - [ - -117.33268129299995, - 34.006602075000046 - ], - [ - -117.33271941199996, - 34.006602162000036 - ], - [ - -117.33383773399999, - 34.006604708000054 - ], - [ - -117.33393671799996, - 34.00660493200007 - ], - [ - -117.33409158499995, - 34.006605284000045 - ], - [ - -117.33379956899995, - 34.01327203300008 - ], - [ - -117.33519175099997, - 34.01327665700006 - ], - [ - -117.33527096199998, - 34.01318168500006 - ], - [ - -117.336196654, - 34.01207180000006 - ], - [ - -117.3366044099999, - 34.01207238500007 - ], - [ - -117.34003670499999, - 34.01207725900008 - ], - [ - -117.34006557299995, - 34.012077300000044 - ], - [ - -117.34080414299996, - 34.01207833600006 - ], - [ - -117.34139512099995, - 34.01207916200008 - ], - [ - -117.34197643999994, - 34.01207997300003 - ], - [ - -117.34207116899995, - 34.01208010400006 - ], - [ - -117.34217032, - 34.012080242000025 - ], - [ - -117.34291482999998, - 34.012081274000025 - ], - [ - -117.34291352699995, - 34.01225812000007 - ], - [ - -117.34291180999998, - 34.012490815000035 - ], - [ - -117.34296376999998, - 34.012490795000076 - ], - [ - -117.343397241, - 34.01249062000005 - ], - [ - -117.34409063199996, - 34.01249033800008 - ], - [ - -117.34428646799995, - 34.01249025800007 - ], - [ - -117.34483055299995, - 34.01248305200005 - ], - [ - -117.34498362699998, - 34.01244783300007 - ], - [ - -117.34500253599998, - 34.01244336700006 - ], - [ - -117.34542327399998, - 34.012346283000056 - ], - [ - -117.34572818599997, - 34.01227592600003 - ], - [ - -117.345894478, - 34.01223755400002 - ], - [ - -117.34618142299996, - 34.012171341000055 - ], - [ - -117.34640698199996, - 34.01211929100003 - ], - [ - -117.346630125, - 34.01206780000007 - ], - [ - -117.346850486, - 34.01201694900004 - ], - [ - -117.34706731899996, - 34.01196691300004 - ], - [ - -117.34729040399998, - 34.011915431000034 - ], - [ - -117.34750855399994, - 34.01186509100006 - ], - [ - -117.34774162399998, - 34.01181130500004 - ], - [ - -117.34781866499998, - 34.011793527000066 - ], - [ - -117.34783201599998, - 34.01179246800007 - ], - [ - -117.34802777599998, - 34.011776961000066 - ], - [ - -117.34825540699995, - 34.01175892900005 - ], - [ - -117.34848639499995, - 34.01174062800004 - ], - [ - -117.34880410899996, - 34.01171545700004 - ], - [ - -117.34887093499998, - 34.01171016200004 - ], - [ - -117.34910515399997, - 34.01185128700007 - ], - [ - -117.34932875799996, - 34.01198601400006 - ], - [ - -117.34935440099997, - 34.01203548400008 - ], - [ - -117.349474311, - 34.01226681600008 - ], - [ - -117.349567676, - 34.012446934000025 - ], - [ - -117.34965945999994, - 34.01262400600007 - ], - [ - -117.34970314599997, - 34.01270828500003 - ], - [ - -117.34974430099999, - 34.01281501400007 - ], - [ - -117.34981283199994, - 34.01299273400008 - ], - [ - -117.34988382999995, - 34.01317685400005 - ], - [ - -117.34995502299995, - 34.013361479000025 - ], - [ - -117.35002556899997, - 34.01354442400003 - ], - [ - -117.350097254, - 34.01373032600003 - ], - [ - -117.35014355399994, - 34.01385039000007 - ], - [ - -117.35015950399998, - 34.01385998300003 - ], - [ - -117.35034809299998, - 34.013973400000054 - ], - [ - -117.35053790999996, - 34.014087553000024 - ], - [ - -117.35071574699998, - 34.014194502000066 - ], - [ - -117.350763369, - 34.014223756000035 - ], - [ - -117.350602918, - 34.01444592400003 - ], - [ - -117.35054791299996, - 34.01451686400003 - ], - [ - -117.350345974, - 34.014777310000056 - ], - [ - -117.35030114399996, - 34.01475377300005 - ], - [ - -117.35030065599994, - 34.01475436700008 - ], - [ - -117.35018860199995, - 34.01489130400006 - ], - [ - -117.35010177999999, - 34.01499740600008 - ], - [ - -117.35006473099997, - 34.01504268100007 - ], - [ - -117.35003202499996, - 34.01508265000007 - ], - [ - -117.34995612699998, - 34.015174192000075 - ], - [ - -117.34984032099999, - 34.015313871000046 - ], - [ - -117.34974278199996, - 34.01543151300007 - ], - [ - -117.34971868499997, - 34.01541923900004 - ], - [ - -117.34941881299994, - 34.01526650200003 - ], - [ - -117.34916104799998, - 34.01513521000004 - ], - [ - -117.34896222199995, - 34.015033937000055 - ], - [ - -117.34866695099998, - 34.01488353800005 - ], - [ - -117.34850907499998, - 34.014803123000036 - ], - [ - -117.34791628499994, - 34.01479136300003 - ], - [ - -117.34763890699998, - 34.014980190000074 - ], - [ - -117.34719764599998, - 34.01528058200006 - ], - [ - -117.34726232099996, - 34.015350752000074 - ], - [ - -117.34732008599997, - 34.01541342400003 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "San Jose, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -121.94326641499998, - 37.46519811200005 - ], - [ - -121.94358035599998, - 37.46527583100004 - ], - [ - -121.94374515799996, - 37.46533952000004 - ], - [ - -121.94389734899994, - 37.46542074000007 - ], - [ - -121.94403396899997, - 37.465517942000076 - ], - [ - -121.94417903299995, - 37.46565814400003 - ], - [ - -121.944296797, - 37.46581371900004 - ], - [ - -121.94438472999997, - 37.46598135800008 - ], - [ - -121.94444092199996, - 37.46615746700007 - ], - [ - -121.94446423699998, - 37.466338216000054 - ], - [ - -121.94445408299998, - 37.46651974200006 - ], - [ - -121.94419397999997, - 37.467762814000025 - ], - [ - -121.94414133999999, - 37.46793403600003 - ], - [ - -121.94412521699996, - 37.46810984500007 - ], - [ - -121.94414601799997, - 37.46828536000004 - ], - [ - -121.94420315999997, - 37.46845564400007 - ], - [ - -121.944295061, - 37.46861597900005 - ], - [ - -121.94441916199997, - 37.468761907000044 - ], - [ - -121.94446500499998, - 37.468800129000044 - ], - [ - -121.94457199799996, - 37.46888933200006 - ], - [ - -121.94474931499997, - 37.468994688000066 - ], - [ - -121.94484772499999, - 37.46903488300006 - ], - [ - -121.94494613299997, - 37.469075075000035 - ], - [ - -121.94515701799997, - 37.46912822100006 - ], - [ - -121.94537606499995, - 37.46915267000003 - ], - [ - -121.94559712799997, - 37.46914772800005 - ], - [ - -121.94581408999994, - 37.46911352700005 - ], - [ - -121.94602091299998, - 37.46905101900006 - ], - [ - -121.94621176899994, - 37.468961973000035 - ], - [ - -121.94638136599997, - 37.46884881200003 - ], - [ - -121.94652499899996, - 37.46871476200005 - ], - [ - -121.94663863099998, - 37.468563525000036 - ], - [ - -121.94671910199997, - 37.46839932900008 - ], - [ - -121.94682698699995, - 37.46820050200006 - ], - [ - -121.94689477799994, - 37.468075562000024 - ], - [ - -121.94702432799994, - 37.46773828600004 - ], - [ - -121.947106196, - 37.46739164200005 - ], - [ - -121.94711633799994, - 37.467284033000055 - ], - [ - -121.94712912099999, - 37.46714839600003 - ], - [ - -121.94713934599997, - 37.46703989700006 - ], - [ - -121.94712337599998, - 37.46668738500006 - ], - [ - -121.94705850999998, - 37.46633845100007 - ], - [ - -121.94694552699997, - 37.465997413000025 - ], - [ - -121.94681481099997, - 37.46572814500007 - ], - [ - -121.94678582699999, - 37.46566844000006 - ], - [ - -121.94678269099995, - 37.465662587000054 - ], - [ - -121.94660935099995, - 37.465339124000025 - ], - [ - -121.94648270999994, - 37.46499555100007 - ], - [ - -121.94640763199999, - 37.46464250900004 - ], - [ - -121.94638516299995, - 37.464284881000026 - ], - [ - -121.94641562399994, - 37.46392760800006 - ], - [ - -121.94642311599995, - 37.46389583200005 - ], - [ - -121.94645370099994, - 37.46376610400006 - ], - [ - -121.946498594, - 37.46357568500008 - ], - [ - -121.94655604699994, - 37.46342947200003 - ], - [ - -121.94659260399999, - 37.463336441000024 - ], - [ - -121.94661701899997, - 37.46327430900004 - ], - [ - -121.94664703199999, - 37.46323149700004 - ], - [ - -121.94666140599998, - 37.463210994000065 - ], - [ - -121.94669127599997, - 37.46316838900003 - ], - [ - -121.94686346499998, - 37.46295867900005 - ], - [ - -121.947053569, - 37.462759049000056 - ], - [ - -121.94726071099996, - 37.46257047100005 - ], - [ - -121.947325681, - 37.46251645000007 - ], - [ - -121.94755337099997, - 37.46234359500005 - ], - [ - -121.94779561499996, - 37.462183811000045 - ], - [ - -121.94801143199999, - 37.46206061200007 - ], - [ - -121.94827286099996, - 37.46193950400004 - ], - [ - -121.94876183399998, - 37.46171305100006 - ], - [ - -121.94886731899999, - 37.46166419800005 - ], - [ - -121.94931676099998, - 37.46155573800007 - ], - [ - -121.94951228499997, - 37.46150857400005 - ], - [ - -121.94998467299996, - 37.461469916000055 - ], - [ - -121.95145656299997, - 37.46155578300005 - ], - [ - -121.95191983499996, - 37.46158281100003 - ], - [ - -121.95225426099995, - 37.46161715200003 - ], - [ - -121.95259878099995, - 37.461661141000036 - ], - [ - -121.95261477099996, - 37.46166318200005 - ], - [ - -121.95276237699994, - 37.46168201900008 - ], - [ - -121.95285809299997, - 37.46169423500004 - ], - [ - -121.95319601899996, - 37.46176673400004 - ], - [ - -121.95339915199997, - 37.46186103100007 - ], - [ - -121.95347370699994, - 37.46189563400003 - ], - [ - -121.95354388099997, - 37.46192820400006 - ], - [ - -121.95393349799997, - 37.46210902900003 - ], - [ - -121.95487038799996, - 37.46240890800004 - ], - [ - -121.95663032099998, - 37.46281837400005 - ], - [ - -121.95801902199997, - 37.46318454100003 - ], - [ - -121.9583922, - 37.46328087100005 - ], - [ - -121.95936184799996, - 37.463445051000065 - ], - [ - -121.96051363, - 37.46357324000007 - ], - [ - -121.96123551899996, - 37.46358483600005 - ], - [ - -121.96135739399995, - 37.46356006100007 - ], - [ - -121.96265449199996, - 37.46329614700005 - ], - [ - -121.96268430599997, - 37.46328630000005 - ], - [ - -121.96271406399995, - 37.463276431000054 - ], - [ - -121.96277296099998, - 37.46324861700003 - ], - [ - -121.96284019399997, - 37.463213902000064 - ], - [ - -121.96290735499997, - 37.46317413100007 - ], - [ - -121.96296898499997, - 37.46312614000004 - ], - [ - -121.96302856999995, - 37.46307776400005 - ], - [ - -121.96306395999994, - 37.46304177600007 - ], - [ - -121.963082682, - 37.463021215000026 - ], - [ - -121.96309567499998, - 37.463002879000044 - ], - [ - -121.96310866899995, - 37.46298454200007 - ], - [ - -121.96562781399996, - 37.462721016000046 - ], - [ - -121.96641469499997, - 37.46255803300005 - ], - [ - -121.966614231, - 37.462516719000064 - ], - [ - -121.96758036499995, - 37.462258030000044 - ], - [ - -121.96824275499995, - 37.46203861600003 - ], - [ - -121.96832041799996, - 37.46201289100003 - ], - [ - -121.96852155299996, - 37.46194626400006 - ], - [ - -121.96933225699996, - 37.46162310100004 - ], - [ - -121.96943311799998, - 37.46158288000004 - ], - [ - -121.96986306499997, - 37.46138867900004 - ], - [ - -121.97046617799998, - 37.461230460000024 - ], - [ - -121.97059401299998, - 37.461196924000035 - ], - [ - -121.97064524799998, - 37.46118348300007 - ], - [ - -121.97114677199994, - 37.46105191100003 - ], - [ - -121.97202045199998, - 37.460875464000026 - ], - [ - -121.97264076199997, - 37.46091746700006 - ], - [ - -121.974487018, - 37.461042461000034 - ], - [ - -121.97483042099998, - 37.46106568400006 - ], - [ - -121.97487186199999, - 37.46052028400004 - ], - [ - -121.974873259, - 37.46050189300007 - ], - [ - -121.97506592099995, - 37.46048516600007 - ], - [ - -121.97513036199996, - 37.46047957300004 - ], - [ - -121.97579467799994, - 37.460459092000065 - ], - [ - -121.97648077499997, - 37.460437875000025 - ], - [ - -121.97783155599996, - 37.46047132700005 - ], - [ - -121.97917613199996, - 37.46057985200008 - ], - [ - -121.98050791799994, - 37.46076280200003 - ], - [ - -121.98182052799996, - 37.46101940800003 - ], - [ - -121.98254481299995, - 37.461198972000034 - ], - [ - -121.98284060699996, - 37.461272303000044 - ], - [ - -121.98456341099995, - 37.46172400700004 - ], - [ - -121.98588057699999, - 37.46206937100004 - ], - [ - -121.99144802299998, - 37.46352882900004 - ], - [ - -121.99179217099999, - 37.46364146900004 - ], - [ - -121.99212561399997, - 37.46377301600006 - ], - [ - -121.99244672699996, - 37.463922754000066 - ], - [ - -121.99275397999997, - 37.46408999600004 - ], - [ - -121.992808675, - 37.46412249100007 - ], - [ - -121.99455847299998, - 37.46545062300004 - ], - [ - -121.99480130199998, - 37.46566265100006 - ], - [ - -121.99506208599996, - 37.46586060200008 - ], - [ - -121.99533957299997, - 37.466043598000056 - ], - [ - -121.99563245099995, - 37.46621071900006 - ], - [ - -121.99580286999998, - 37.46629722400007 - ], - [ - -121.99683779699996, - 37.46667263300003 - ], - [ - -121.997178825, - 37.466796335000026 - ], - [ - -121.997281209, - 37.46682529000003 - ], - [ - -121.99738592199998, - 37.46684849300004 - ], - [ - -121.997492379, - 37.46686579000004 - ], - [ - -121.99760012599995, - 37.46687712000005 - ], - [ - -121.99770858299996, - 37.466882465000026 - ], - [ - -121.99781720599998, - 37.466881744000034 - ], - [ - -121.99792556699998, - 37.46687500400003 - ], - [ - -121.99803302899994, - 37.466862234000075 - ], - [ - -121.99808941699996, - 37.46685304600004 - ], - [ - -122.00000756099996, - 37.466615287000025 - ], - [ - -122.014683349, - 37.464794934000054 - ], - [ - -122.01737487599996, - 37.46474630500006 - ], - [ - -122.01919839799996, - 37.46472407300007 - ], - [ - -122.02110003799999, - 37.46470084500004 - ], - [ - -122.021550231, - 37.46470501500005 - ], - [ - -122.02207950599995, - 37.46473718100003 - ], - [ - -122.02260469999999, - 37.46479871900004 - ], - [ - -122.02312325199995, - 37.46488929900005 - ], - [ - -122.02449472599994, - 37.46512040500005 - ], - [ - -122.02456048599998, - 37.46513438300008 - ], - [ - -122.02508955599995, - 37.46522937300006 - ], - [ - -122.02544313799996, - 37.465272467000034 - ], - [ - -122.02562569, - 37.46529471600007 - ], - [ - -122.026166236, - 37.46533006000004 - ], - [ - -122.02670854999997, - 37.46533530100004 - ], - [ - -122.02724998699995, - 37.46531033600007 - ], - [ - -122.027787967, - 37.46525538100008 - ], - [ - -122.03733409199998, - 37.464129684000056 - ], - [ - -122.03763376799998, - 37.46409433100007 - ], - [ - -122.037750728, - 37.46408307100006 - ], - [ - -122.03803943699995, - 37.46404364800003 - ], - [ - -122.03832399699996, - 37.46398828000008 - ], - [ - -122.038603035, - 37.46391725700005 - ], - [ - -122.03887515099996, - 37.46383082700004 - ], - [ - -122.03913909, - 37.46372953500003 - ], - [ - -122.03939345499998, - 37.46361376400006 - ], - [ - -122.03963713899998, - 37.463484168000036 - ], - [ - -122.039868206, - 37.46335596500006 - ], - [ - -122.04082339999997, - 37.46282598500005 - ], - [ - -122.04583903999998, - 37.46004293300007 - ], - [ - -122.04587330799995, - 37.45774057400007 - ], - [ - -122.04592198799998, - 37.45447102700007 - ], - [ - -122.045920836, - 37.453027150000025 - ], - [ - -122.04602515399995, - 37.45206866800004 - ], - [ - -122.04603087399994, - 37.45057541700004 - ], - [ - -122.04603473599997, - 37.44956190000005 - ], - [ - -122.04603743999996, - 37.44885561000007 - ], - [ - -122.04603807499996, - 37.44869225600007 - ], - [ - -122.04603909999997, - 37.448431364000044 - ], - [ - -122.04604887399995, - 37.44587302200006 - ], - [ - -122.04605362299998, - 37.444639177000056 - ], - [ - -122.04177902099997, - 37.44234787800008 - ], - [ - -122.04140566899997, - 37.442147755000065 - ], - [ - -122.02834550499995, - 37.435145188000035 - ], - [ - -122.02813574699996, - 37.435032715000034 - ], - [ - -122.02785136899996, - 37.43488019100005 - ], - [ - -122.02780292799997, - 37.43485422300006 - ], - [ - -122.02751042399996, - 37.43469734200005 - ], - [ - -122.02275034899998, - 37.43214437200004 - ], - [ - -122.02259856399996, - 37.432062952000024 - ], - [ - -122.01687981099997, - 37.42899529700003 - ], - [ - -122.01660496799997, - 37.42884784300003 - ], - [ - -122.01642635499996, - 37.42875202100004 - ], - [ - -122.01359276699998, - 37.42723180300004 - ], - [ - -122.01230640799997, - 37.426541633000056 - ], - [ - -122.01212539599999, - 37.426444556000035 - ], - [ - -122.01208900699999, - 37.42642501800003 - ], - [ - -122.01202772299996, - 37.42639213700005 - ], - [ - -122.01178142299995, - 37.42625996100003 - ], - [ - -122.00146518999998, - 37.42072391900007 - ], - [ - -121.99578786099994, - 37.417676519000054 - ], - [ - -121.99519064599997, - 37.417678065000075 - ], - [ - -121.99500704599996, - 37.41767854400007 - ], - [ - -121.99457076099998, - 37.41767966800006 - ], - [ - -121.99385760899997, - 37.41768151800005 - ], - [ - -121.99033197199998, - 37.41769053300004 - ], - [ - -121.99033179499997, - 37.41768366800005 - ], - [ - -121.99032298099996, - 37.417340841000055 - ], - [ - -121.98901382399998, - 37.41734270000006 - ], - [ - -121.98774722799999, - 37.41734450700005 - ], - [ - -121.98747632299995, - 37.41734487600007 - ], - [ - -121.98693192899998, - 37.417345641000054 - ], - [ - -121.98693277499996, - 37.41738811500005 - ], - [ - -121.98693560499999, - 37.417530157000044 - ], - [ - -121.98692917799997, - 37.41753019200007 - ], - [ - -121.98635679899996, - 37.41753227400005 - ], - [ - -121.98635619999999, - 37.41739120900007 - ], - [ - -121.98635493899997, - 37.417093013000056 - ], - [ - -121.98626437899998, - 37.41709500700006 - ], - [ - -121.98628093199994, - 37.41707742400007 - ], - [ - -121.98629551199997, - 37.417058790000056 - ], - [ - -121.98630797699997, - 37.41703917600006 - ], - [ - -121.98631824799998, - 37.417018788000064 - ], - [ - -121.98632623699996, - 37.416997765000076 - ], - [ - -121.98633189299994, - 37.41697624600005 - ], - [ - -121.98633516099994, - 37.41695441400003 - ], - [ - -121.98633601599994, - 37.41693245100004 - ], - [ - -121.98633448799995, - 37.416910518000066 - ], - [ - -121.98633648199996, - 37.41598600900005 - ], - [ - -121.98633002699995, - 37.415367968000055 - ], - [ - -121.98633050399997, - 37.41468279400004 - ], - [ - -121.986327669, - 37.413958223000066 - ], - [ - -121.98633507099998, - 37.412934922000034 - ], - [ - -121.98633543099999, - 37.412925623000035 - ], - [ - -121.98633478799997, - 37.41291636100004 - ], - [ - -121.98633311199995, - 37.41290715800005 - ], - [ - -121.98633043499996, - 37.41289812800005 - ], - [ - -121.98632675899995, - 37.412889316000076 - ], - [ - -121.98632211299997, - 37.41288079000003 - ], - [ - -121.986305615, - 37.41286076400007 - ], - [ - -121.98628696099996, - 37.41284200200005 - ], - [ - -121.98626626999999, - 37.41282466100006 - ], - [ - -121.98624371699998, - 37.41280887900007 - ], - [ - -121.98621947499998, - 37.41279476600005 - ], - [ - -121.98619371799998, - 37.41278245600006 - ], - [ - -121.98622668099995, - 37.41217815400006 - ], - [ - -121.98624942799995, - 37.41176119800008 - ], - [ - -121.98595865399994, - 37.411858675000076 - ], - [ - -121.98548167899997, - 37.412024864000045 - ], - [ - -121.98546388699998, - 37.41203122100006 - ], - [ - -121.98545651899997, - 37.412033853000025 - ], - [ - -121.98543136499995, - 37.41204285200007 - ], - [ - -121.98523714199996, - 37.41211315800007 - ], - [ - -121.98506068899997, - 37.41217817800003 - ], - [ - -121.98487910399996, - 37.41224623900007 - ], - [ - -121.98472391299998, - 37.412305383000046 - ], - [ - -121.98455657999995, - 37.41237008100006 - ], - [ - -121.984360112, - 37.412447419000046 - ], - [ - -121.98409278999998, - 37.41255492700003 - ], - [ - -121.98407295499999, - 37.41256301400006 - ], - [ - -121.98366987799994, - 37.41273053300006 - ], - [ - -121.98354193499995, - 37.41278470700007 - ], - [ - -121.98311271399996, - 37.412966409000035 - ], - [ - -121.98311892699996, - 37.41297576200003 - ], - [ - -121.98304162, - 37.41301095700004 - ], - [ - -121.9829480399999, - 37.413045762000024 - ], - [ - -121.98287128199996, - 37.41306859800005 - ], - [ - -121.98264760599994, - 37.41316330600006 - ], - [ - -121.98236944899998, - 37.41326014400005 - ], - [ - -121.981968769, - 37.41340103500005 - ], - [ - -121.98165163999994, - 37.41351376800003 - ], - [ - -121.98132737799995, - 37.41363009300005 - ], - [ - -121.98100456199995, - 37.41374701700005 - ], - [ - -121.980711252, - 37.41385422700006 - ], - [ - -121.98043972499994, - 37.413954251000064 - ], - [ - -121.98037485699996, - 37.41408822000005 - ], - [ - -121.980335777, - 37.414101439000035 - ], - [ - -121.98031472099996, - 37.414000577000024 - ], - [ - -121.97970834899996, - 37.414227674000074 - ], - [ - -121.97954342699995, - 37.414290132000076 - ], - [ - -121.97953963499998, - 37.414291572000025 - ], - [ - -121.97952864599995, - 37.41429574500006 - ], - [ - -121.97940893699996, - 37.41434127600007 - ], - [ - -121.97868053999997, - 37.414621691000036 - ], - [ - -121.978679479, - 37.41462210200007 - ], - [ - -121.97816539299998, - 37.41482351800005 - ], - [ - -121.977289768, - 37.415253595000024 - ], - [ - -121.97516619799995, - 37.416166479000026 - ], - [ - -121.97429071199997, - 37.41654280800003 - ], - [ - -121.97436932299996, - 37.41665938400007 - ], - [ - -121.97393885199995, - 37.416858442000034 - ], - [ - -121.973883995, - 37.41688380700003 - ], - [ - -121.97373898599994, - 37.41695086400006 - ], - [ - -121.97086632799994, - 37.41807224300004 - ], - [ - -121.97081638299994, - 37.41808885300003 - ], - [ - -121.97081420699999, - 37.41808957300003 - ], - [ - -121.97063205099994, - 37.41814739800003 - ], - [ - -121.968468826, - 37.41812942300004 - ], - [ - -121.96836164599995, - 37.41812852100003 - ], - [ - -121.96782231199995, - 37.41812403100005 - ], - [ - -121.96782117499998, - 37.418121116000066 - ], - [ - -121.96782073099996, - 37.41812005700007 - ], - [ - -121.96776154199995, - 37.41797999000005 - ], - [ - -121.96776025199995, - 37.41797694100006 - ], - [ - -121.96775883, - 37.417974033000064 - ], - [ - -121.96769079699999, - 37.417835241000034 - ], - [ - -121.96769032999998, - 37.41783438200008 - ], - [ - -121.96761453799996, - 37.417699139000035 - ], - [ - -121.96761296799997, - 37.41769633800004 - ], - [ - -121.967611133, - 37.41769343900006 - ], - [ - -121.96752772999997, - 37.417561790000036 - ], - [ - -121.96752694099996, - 37.41756054700005 - ], - [ - -121.96743461799997, - 37.41743057700006 - ], - [ - -121.96743290899997, - 37.417428174000065 - ], - [ - -121.96743076799999, - 37.417425467000044 - ], - [ - -121.96733258599994, - 37.41730140900006 - ], - [ - -121.96733108999996, - 37.41729951900004 - ], - [ - -121.96732870899996, - 37.41729671200005 - ], - [ - -121.96729494699997, - 37.41725691800008 - ], - [ - -121.96696933099997, - 37.41688868400007 - ], - [ - -121.96659677699995, - 37.41646683400006 - ], - [ - -121.96627980599999, - 37.416105929000025 - ], - [ - -121.96622068599999, - 37.41603863900008 - ], - [ - -121.96654662099996, - 37.41569171900005 - ], - [ - -121.96663485199997, - 37.41564861300003 - ], - [ - -121.96640289199996, - 37.41524269800004 - ], - [ - -121.96616750399994, - 37.415116494000074 - ], - [ - -121.965925358, - 37.41498664400007 - ], - [ - -121.96482789399994, - 37.41426322600006 - ], - [ - -121.964651442, - 37.41427387700003 - ], - [ - -121.96188875999997, - 37.411191820000056 - ], - [ - -121.96139810899996, - 37.411150390000046 - ], - [ - -121.96094954799997, - 37.41064230300003 - ], - [ - -121.96087028199997, - 37.41056269500007 - ], - [ - -121.96078931499994, - 37.410484206000035 - ], - [ - -121.96070659399999, - 37.41040683800003 - ], - [ - -121.96062222999996, - 37.41033065800008 - ], - [ - -121.96053619599996, - 37.41025566600007 - ], - [ - -121.96044855099996, - 37.41018186200006 - ], - [ - -121.96036267699998, - 37.41011206400003 - ], - [ - -121.96035929399994, - 37.41010929000004 - ], - [ - -121.96034973699994, - 37.410101901000075 - ], - [ - -121.96026993299995, - 37.41004015400006 - ], - [ - -121.96019009999998, - 37.40997840500006 - ], - [ - -121.960144303, - 37.409949150000045 - ], - [ - -121.96007514399997, - 37.40990494000005 - ], - [ - -121.960066542, - 37.40989943900007 - ], - [ - -121.95998686799999, - 37.40985167500003 - ], - [ - -121.95998524099997, - 37.409850712000036 - ], - [ - -121.95990287399997, - 37.40980311800007 - ], - [ - -121.95981946599994, - 37.40975668200008 - ], - [ - -121.959735105, - 37.40971142500007 - ], - [ - -121.95964973599996, - 37.40966732600003 - ], - [ - -121.95956341399994, - 37.40962442800003 - ], - [ - -121.95947616899997, - 37.40958275600008 - ], - [ - -121.95938802899997, - 37.409542283000064 - ], - [ - -121.95929902399996, - 37.40950305900003 - ], - [ - -121.95920915499994, - 37.409465057000034 - ], - [ - -121.95911847599996, - 37.40942832600007 - ], - [ - -121.95902701999995, - 37.40939286200006 - ], - [ - -121.95893478599999, - 37.40935869000003 - ], - [ - -121.95876317299997, - 37.409299160000046 - ], - [ - -121.95825049599995, - 37.40914734100005 - ], - [ - -121.95786282399996, - 37.40902534800006 - ], - [ - -121.95746718199996, - 37.40890659000007 - ], - [ - -121.956600219, - 37.408646341000065 - ], - [ - -121.95645092599995, - 37.408584836000045 - ], - [ - -121.9562512, - 37.40849902900004 - ], - [ - -121.95605339899998, - 37.408410382000056 - ], - [ - -121.95585752599999, - 37.40831905500005 - ], - [ - -121.95569616799997, - 37.40824073700003 - ], - [ - -121.95566372399998, - 37.40822497900007 - ], - [ - -121.95563410999995, - 37.40821026200007 - ], - [ - -121.955604527, - 37.40819552200003 - ], - [ - -121.95527008099998, - 37.40801412600007 - ], - [ - -121.95526599199997, - 37.40801191000003 - ], - [ - -121.95526190299995, - 37.40800969500003 - ], - [ - -121.95504749899999, - 37.407887697000035 - ], - [ - -121.95483576599997, - 37.40776268800005 - ], - [ - -121.95462681599997, - 37.40763478400004 - ], - [ - -121.954433269, - 37.40754926400007 - ], - [ - -121.95410598399997, - 37.40705741000005 - ], - [ - -121.95402736499994, - 37.40704144700004 - ], - [ - -121.95401702299995, - 37.407039334000046 - ], - [ - -121.95400665199998, - 37.40703721600005 - ], - [ - -121.95387920399997, - 37.407011305000026 - ], - [ - -121.95382956599997, - 37.40700118400008 - ], - [ - -121.95369910899996, - 37.406900301000064 - ], - [ - -121.95357076999994, - 37.40679767200004 - ], - [ - -121.95343914299997, - 37.406688288000055 - ], - [ - -121.953356628, - 37.406616566000025 - ], - [ - -121.95335300599999, - 37.40661329100004 - ], - [ - -121.95327569899996, - 37.40654370300007 - ], - [ - -121.95319638299998, - 37.406469720000075 - ], - [ - -121.95311868199997, - 37.406394642000066 - ], - [ - -121.95282703199996, - 37.40605243500005 - ], - [ - -121.95241710699997, - 37.40557142000006 - ], - [ - -121.95226843599994, - 37.40539698500004 - ], - [ - -121.95226758599995, - 37.40539601100005 - ], - [ - -121.95247661399998, - 37.40529851100007 - ], - [ - -121.95231797899999, - 37.40495690900008 - ], - [ - -121.95230380599997, - 37.404930370000045 - ], - [ - -121.95228513299998, - 37.404905652000025 - ], - [ - -121.95226231599997, - 37.40488327400004 - ], - [ - -121.95223579599997, - 37.40486366400006 - ], - [ - -121.95220609299997, - 37.404847208000035 - ], - [ - -121.95217569299996, - 37.40483023400003 - ], - [ - -121.95214875499994, - 37.404809897000064 - ], - [ - -121.95212580699996, - 37.40478662900006 - ], - [ - -121.95210738699996, - 37.40476092200004 - ], - [ - -121.95203398599995, - 37.404661350000026 - ], - [ - -121.95195764599998, - 37.40455779600006 - ], - [ - -121.951766567, - 37.40437804900006 - ], - [ - -121.95161470199997, - 37.40423821700006 - ], - [ - -121.95149077599996, - 37.40408185500007 - ], - [ - -121.95142625799997, - 37.404001304000076 - ], - [ - -121.95134650999995, - 37.403929969000046 - ], - [ - -121.95125354799995, - 37.40386964700008 - ], - [ - -121.95115776999995, - 37.40383097700004 - ], - [ - -121.95109111099998, - 37.40380406400004 - ], - [ - -121.95103136799997, - 37.40378287800007 - ], - [ - -121.95095906799997, - 37.40375723900007 - ], - [ - -121.95091370899996, - 37.403732439000066 - ], - [ - -121.95070991799997, - 37.40362096700005 - ], - [ - -121.95069863699996, - 37.40361478800003 - ], - [ - -121.95051244799998, - 37.40351294200008 - ], - [ - -121.95035260599997, - 37.40348667300003 - ], - [ - -121.95017165599995, - 37.40342099500003 - ], - [ - -121.950003703, - 37.403336112000034 - ], - [ - -121.94964295899996, - 37.40310320300006 - ], - [ - -121.94940056399997, - 37.40291398800008 - ], - [ - -121.94931319699998, - 37.402840524000055 - ], - [ - -121.94920353999998, - 37.40274554700005 - ], - [ - -121.94908923799994, - 37.40263342700007 - ], - [ - -121.94893870799996, - 37.40243230500005 - ], - [ - -121.94875840099996, - 37.40225219300004 - ], - [ - -121.94858287099999, - 37.402096104000066 - ], - [ - -121.94838963199999, - 37.401916150000034 - ], - [ - -121.94822797399996, - 37.40180805500006 - ], - [ - -121.94795370499997, - 37.40164469200005 - ], - [ - -121.94782186099997, - 37.401582387000076 - ], - [ - -121.94738439699995, - 37.401393290000044 - ], - [ - -121.94695774999997, - 37.401189112000054 - ], - [ - -121.94691610799998, - 37.40117087800007 - ], - [ - -121.94687202199998, - 37.401156773000025 - ], - [ - -121.94682612699995, - 37.401146992000065 - ], - [ - -121.94611543899998, - 37.401051378000034 - ], - [ - -121.94599380499994, - 37.401030148000075 - ], - [ - -121.945976251, - 37.40104533400006 - ], - [ - -121.94568922099995, - 37.400974388000066 - ], - [ - -121.94547975599994, - 37.40082839200005 - ], - [ - -121.94536378499998, - 37.40080480200004 - ], - [ - -121.94491924699997, - 37.40075209400004 - ], - [ - -121.94447182999994, - 37.40071818700005 - ], - [ - -121.94442351899994, - 37.40071850700008 - ], - [ - -121.94437586699996, - 37.400724713000045 - ], - [ - -121.94432993299995, - 37.40073669000003 - ], - [ - -121.94428686199996, - 37.40075414700004 - ], - [ - -121.94405664699997, - 37.400851002000024 - ], - [ - -121.94381339199998, - 37.40092491000007 - ], - [ - -121.94357643299998, - 37.40096829500004 - ], - [ - -121.94333393499994, - 37.40098201600006 - ], - [ - -121.94309169199994, - 37.400965745000065 - ], - [ - -121.94285550199999, - 37.40091984900005 - ], - [ - -121.94255604399996, - 37.40082483100008 - ], - [ - -121.94227373299998, - 37.40070085200006 - ], - [ - -121.94201290499996, - 37.40054984900007 - ], - [ - -121.94194245699998, - 37.40049582600005 - ], - [ - -121.94188301799994, - 37.40043392900003 - ], - [ - -121.94183593399998, - 37.400365632000046 - ], - [ - -121.94180229999995, - 37.400292455000056 - ], - [ - -121.94178283499997, - 37.40021605800007 - ], - [ - -121.94176718499995, - 37.400152983000055 - ], - [ - -121.94174050599997, - 37.40009231000005 - ], - [ - -121.94170339599998, - 37.40003524300005 - ], - [ - -121.94166591499999, - 37.399978205000025 - ], - [ - -121.94163826399995, - 37.39991770300003 - ], - [ - -121.94162095299998, - 37.39985478600005 - ], - [ - -121.94161429199994, - 37.399790616000075 - ], - [ - -121.94162468899998, - 37.399537096000074 - ], - [ - -121.94166605299995, - 37.39928557700006 - ], - [ - -121.94173800199997, - 37.39903848900008 - ], - [ - -121.94183983399995, - 37.398798198000065 - ], - [ - -121.94185932699997, - 37.398748287000046 - ], - [ - -121.94186946099995, - 37.39869663700006 - ], - [ - -121.94187008699998, - 37.398644373000025 - ], - [ - -121.94186116999998, - 37.39859259100007 - ], - [ - -121.94184933099996, - 37.39852784300007 - ], - [ - -121.94184806899995, - 37.39846240600008 - ], - [ - -121.94185739999995, - 37.39839740900004 - ], - [ - -121.94187490299998, - 37.39825790900005 - ], - [ - -121.94186468299995, - 37.398117925000065 - ], - [ - -121.94185668999995, - 37.39804573600003 - ], - [ - -121.941857643, - 37.39797325600006 - ], - [ - -121.94185925499994, - 37.397677980000026 - ], - [ - -121.94226471299999, - 37.397422533000054 - ], - [ - -121.94222615599995, - 37.39742570800007 - ], - [ - -121.94213318099997, - 37.397418885000036 - ], - [ - -121.94187317799998, - 37.397260937000055 - ], - [ - -121.94161804799995, - 37.39691839000005 - ], - [ - -121.94146566499995, - 37.396859971000026 - ], - [ - -121.94103594399996, - 37.39669513300004 - ], - [ - -121.94094202699995, - 37.39655466700003 - ], - [ - -121.940760007, - 37.395861325000055 - ], - [ - -121.94061916499999, - 37.395496954000066 - ], - [ - -121.94044271099995, - 37.39527917200007 - ], - [ - -121.94026247699998, - 37.39500231200003 - ], - [ - -121.94007930899994, - 37.394573224000055 - ], - [ - -121.93995921399994, - 37.39411802200004 - ], - [ - -121.93986664999994, - 37.393440473000055 - ], - [ - -121.93977765799997, - 37.392534529000045 - ], - [ - -121.93969166799997, - 37.39178713100006 - ], - [ - -121.939632873, - 37.391210638000075 - ], - [ - -121.93954691599998, - 37.39087550900007 - ], - [ - -121.93943003799995, - 37.39058514300007 - ], - [ - -121.93928153799999, - 37.39030470900008 - ], - [ - -121.93909951699999, - 37.39000720000007 - ], - [ - -121.93893898199997, - 37.39008912500003 - ], - [ - -121.93887544199998, - 37.39004616200003 - ], - [ - -121.93866591099999, - 37.38975903800008 - ], - [ - -121.93854770499996, - 37.389170156000034 - ], - [ - -121.93832450699995, - 37.38891794700004 - ], - [ - -121.93803262399996, - 37.388662184000054 - ], - [ - -121.93770970199995, - 37.38841231600003 - ], - [ - -121.93770424299998, - 37.38840836800006 - ], - [ - -121.937700437, - 37.388405617000046 - ], - [ - -121.93735173599998, - 37.388153395000074 - ], - [ - -121.93730284799994, - 37.38811801800006 - ], - [ - -121.93692026899998, - 37.387935672000026 - ], - [ - -121.93655377199997, - 37.387664682000036 - ], - [ - -121.93635728199996, - 37.38746849700004 - ], - [ - -121.93618540399996, - 37.38729759900008 - ], - [ - -121.93601167899999, - 37.387030656000036 - ], - [ - -121.93591918599998, - 37.38681396800007 - ], - [ - -121.93585847399999, - 37.38657766400007 - ], - [ - -121.93582216399994, - 37.38636028800005 - ], - [ - -121.93563942199995, - 37.38495722300007 - ], - [ - -121.93563632299998, - 37.38490342400007 - ], - [ - -121.93563720499998, - 37.38480903800007 - ], - [ - -121.93564646199997, - 37.38471161900003 - ], - [ - -121.93566428199995, - 37.38461494200004 - ], - [ - -121.93569044299994, - 37.38451949200004 - ], - [ - -121.93572489999997, - 37.38442579500003 - ], - [ - -121.93576748599997, - 37.384334170000045 - ], - [ - -121.93581798099996, - 37.38424515100007 - ], - [ - -121.93587607999996, - 37.38415915400003 - ], - [ - -121.93598955699997, - 37.383993506000024 - ], - [ - -121.93614439899994, - 37.38383829300005 - ], - [ - -121.93640140099996, - 37.383643488000075 - ], - [ - -121.93665787499998, - 37.38342131200005 - ], - [ - -121.937042766, - 37.38309902200007 - ], - [ - -121.93739409099999, - 37.382815460000074 - ], - [ - -121.93767072799994, - 37.38257113000003 - ], - [ - -121.93782426699994, - 37.38241705200005 - ], - [ - -121.93788233999999, - 37.382364220000056 - ], - [ - -121.93793719699994, - 37.38230673400005 - ], - [ - -121.93798689199997, - 37.38224638200006 - ], - [ - -121.938031202, - 37.38218337200004 - ], - [ - -121.93806987299996, - 37.38211807300007 - ], - [ - -121.93810273999998, - 37.382050786000036 - ], - [ - -121.93812963699997, - 37.38198181000007 - ], - [ - -121.93815048699997, - 37.381911556000034 - ], - [ - -121.93816508999998, - 37.38184025800007 - ], - [ - -121.93817348799996, - 37.38176835000007 - ], - [ - -121.93817553799994, - 37.38169613100007 - ], - [ - -121.93817125099997, - 37.38162398700007 - ], - [ - -121.93815462199996, - 37.38151116000006 - ], - [ - -121.93812435899997, - 37.38136368700003 - ], - [ - -121.93796640099998, - 37.38078309800005 - ], - [ - -121.93848814699999, - 37.38042476700008 - ], - [ - -121.93849030999996, - 37.38042835600004 - ], - [ - -121.938632838, - 37.380331409000064 - ], - [ - -121.93892716499994, - 37.38012748700004 - ], - [ - -121.93907570099998, - 37.38001648000005 - ], - [ - -121.93929981999997, - 37.37984896900008 - ], - [ - -121.93982186, - 37.379415754000036 - ], - [ - -121.94008640199996, - 37.379192327000055 - ], - [ - -121.94022957599998, - 37.37907856800007 - ], - [ - -121.940251951, - 37.37906076000007 - ], - [ - -121.94039399099995, - 37.37894333000003 - ], - [ - -121.94045009399997, - 37.37889416000007 - ], - [ - -121.94050535799994, - 37.37884458800005 - ], - [ - -121.94055969099998, - 37.37879445600004 - ], - [ - -121.94061332799998, - 37.37874382800004 - ], - [ - -121.94063208199998, - 37.37872576600006 - ], - [ - -121.94074936599998, - 37.37860518300005 - ], - [ - -121.94077134799994, - 37.37858361900004 - ], - [ - -121.940774063, - 37.378580957000054 - ], - [ - -121.94077528399998, - 37.378579924000064 - ], - [ - -121.94083469599997, - 37.37852974800006 - ], - [ - -121.94090066299998, - 37.378484409000066 - ], - [ - -121.94090204399998, - 37.378483463000066 - ], - [ - -121.94090355499998, - 37.378482622000035 - ], - [ - -121.94097477099996, - 37.37844310300005 - ], - [ - -121.94105077399996, - 37.37840959700003 - ], - [ - -121.94105230899999, - 37.37840892100007 - ], - [ - -121.94105402899999, - 37.37840833700005 - ], - [ - -121.94113316499994, - 37.37838151300008 - ], - [ - -121.94113430899995, - 37.37838116700004 - ], - [ - -121.94120877699999, - 37.37836249000003 - ], - [ - -121.94131475999995, - 37.37834008200008 - ], - [ - -121.94142182799999, - 37.37831743300006 - ], - [ - -121.94167424099999, - 37.37825955400007 - ], - [ - -121.941813793, - 37.378222840000035 - ], - [ - -121.94196928799994, - 37.378174072000036 - ], - [ - -121.94213152799995, - 37.37811357000004 - ], - [ - -121.94214633899998, - 37.37810663500005 - ], - [ - -121.94232663999998, - 37.37802196900003 - ], - [ - -121.942449625, - 37.37795174000007 - ], - [ - -121.94257707499997, - 37.37786921000003 - ], - [ - -121.94260209, - 37.37785299500007 - ], - [ - -121.94270625999997, - 37.37777697700005 - ], - [ - -121.94285868599997, - 37.37766886900005 - ], - [ - -121.94300425899996, - 37.37756438100007 - ], - [ - -121.94304388199998, - 37.377538085000026 - ], - [ - -121.94304485899994, - 37.37753743600007 - ], - [ - -121.94304606299994, - 37.377536715000076 - ], - [ - -121.94306263299995, - 37.37752689100006 - ], - [ - -121.94310931999996, - 37.37750241300006 - ], - [ - -121.943111236, - 37.37750140900005 - ], - [ - -121.94311258299996, - 37.37750084700008 - ], - [ - -121.94318176299998, - 37.37747204500005 - ], - [ - -121.94318292499997, - 37.377471643000035 - ], - [ - -121.94325546799996, - 37.377449555000055 - ], - [ - -121.943256986, - 37.37744909300005 - ], - [ - -121.94325832799996, - 37.377448822000076 - ], - [ - -121.94333382599996, - 37.377433557000074 - ], - [ - -121.94333569099996, - 37.37743328800008 - ], - [ - -121.94341243199995, - 37.37742517000004 - ], - [ - -121.943413927, - 37.37742501300005 - ], - [ - -121.94341512099999, - 37.37742499700005 - ], - [ - -121.94349293299996, - 37.37742404000005 - ], - [ - -121.94349533499997, - 37.37742413900003 - ], - [ - -121.94357229099995, - 37.377430358000026 - ], - [ - -121.94357359599996, - 37.37743046300005 - ], - [ - -121.94357497599998, - 37.37743068100008 - ], - [ - -121.94362298899995, - 37.37743827600008 - ], - [ - -121.94453395499994, - 37.377610246000074 - ], - [ - -121.94476892499995, - 37.377654619000054 - ], - [ - -121.94498776199998, - 37.377696994000075 - ], - [ - -121.94544080199995, - 37.37778690700003 - ], - [ - -121.947656398, - 37.378226667000035 - ], - [ - -121.94721117499995, - 37.37753832200008 - ], - [ - -121.947177792, - 37.377474918000075 - ], - [ - -121.94697877799996, - 37.37709675900004 - ], - [ - -121.94681404499994, - 37.376767734000055 - ], - [ - -121.94676679799994, - 37.37666954700006 - ], - [ - -121.94675385699998, - 37.37664267400004 - ], - [ - -121.946657131, - 37.37643648300008 - ], - [ - -121.94650723299998, - 37.37610308700005 - ], - [ - -121.94636435099994, - 37.375767635000045 - ], - [ - -121.94622886399998, - 37.37543032800005 - ], - [ - -121.94590898799999, - 37.37444746500006 - ], - [ - -121.94575494199995, - 37.373940979000054 - ], - [ - -121.94574982699999, - 37.373924217000024 - ], - [ - -121.94441361199995, - 37.37366756200004 - ], - [ - -121.94326119099998, - 37.37349975400008 - ], - [ - -121.94321834299996, - 37.37349387300003 - ], - [ - -121.9415739, - 37.37326817300004 - ], - [ - -121.94153102399997, - 37.37326229100006 - ], - [ - -121.93844508899997, - 37.372836119000056 - ], - [ - -121.93826512199996, - 37.37281111100003 - ], - [ - -121.93741098399994, - 37.372692554000025 - ], - [ - -121.936809601, - 37.37260905200003 - ], - [ - -121.93559079099998, - 37.372439831000065 - ], - [ - -121.9355392, - 37.37243268000003 - ], - [ - -121.93553370599994, - 37.37243185500006 - ], - [ - -121.93550053799999, - 37.37242669900007 - ], - [ - -121.93549544599995, - 37.372425915000065 - ], - [ - -121.93545191099997, - 37.37241857200007 - ], - [ - -121.93540853599995, - 37.37241063500005 - ], - [ - -121.93536532199994, - 37.37240207600007 - ], - [ - -121.93532232499996, - 37.372392898000044 - ], - [ - -121.93527951799996, - 37.372383144000025 - ], - [ - -121.93523695799996, - 37.37237281500006 - ], - [ - -121.93519461499994, - 37.37236186600006 - ], - [ - -121.93515251899998, - 37.37235034100007 - ], - [ - -121.93511067099996, - 37.37233824100008 - ], - [ - -121.93506909799999, - 37.372325541000066 - ], - [ - -121.93504353699996, - 37.37231772800004 - ], - [ - -121.93516679099997, - 37.37218558700005 - ], - [ - -121.93519169299998, - 37.37219340900003 - ], - [ - -121.93523263799995, - 37.37220625200007 - ], - [ - -121.93527385899995, - 37.37221852000005 - ], - [ - -121.93531535499994, - 37.37223021300008 - ], - [ - -121.93533812899994, - 37.372236275000034 - ], - [ - -121.93535706999995, - 37.372241329000076 - ], - [ - -121.93539905999995, - 37.37225187100006 - ], - [ - -121.93544123999999, - 37.37226181600005 - ], - [ - -121.93548366699997, - 37.372271185000045 - ], - [ - -121.93552625499996, - 37.372279957000046 - ], - [ - -121.93556905999998, - 37.37228813100006 - ], - [ - -121.93561355099996, - 37.372295965000035 - ], - [ - -121.935656285, - 37.37230182700006 - ], - [ - -121.93630190199997, - 37.37239047000003 - ], - [ - -121.93644815899995, - 37.37241053900004 - ], - [ - -121.93698366999996, - 37.37248406900005 - ], - [ - -121.93784916699997, - 37.37260287700008 - ], - [ - -121.93788911099995, - 37.372608340000056 - ], - [ - -121.93826220299997, - 37.372659569000064 - ], - [ - -121.93836012099996, - 37.37267304000005 - ], - [ - -121.937054392, - 37.37016161400004 - ], - [ - -121.93592134599999, - 37.365982520000045 - ], - [ - -121.93605903099996, - 37.36583486400008 - ], - [ - -121.93606370199996, - 37.36583915600005 - ], - [ - -121.94129652199996, - 37.37065181500003 - ], - [ - -121.94129501599997, - 37.37005416900007 - ], - [ - -121.94127885599994, - 37.36991080200005 - ], - [ - -121.94127735199999, - 37.36988346700008 - ], - [ - -121.94127627899996, - 37.36985608100008 - ], - [ - -121.94127572199994, - 37.369828711000025 - ], - [ - -121.94126861899997, - 37.36707234600004 - ], - [ - -121.94126832599994, - 37.36695760200007 - ], - [ - -121.94127062499996, - 37.366926627000055 - ], - [ - -121.94089210899995, - 37.36692736500004 - ], - [ - -121.94089099699994, - 37.366562077000026 - ], - [ - -121.94088830199996, - 37.36647888300007 - ], - [ - -121.94082610299995, - 37.36647164900006 - ], - [ - -121.94082492999996, - 37.366471500000046 - ], - [ - -121.94071785299997, - 37.36645337400006 - ], - [ - -121.94071567099996, - 37.36645300400005 - ], - [ - -121.94071339099997, - 37.36645246000006 - ], - [ - -121.94060956599998, - 37.36642767700005 - ], - [ - -121.940608022, - 37.36642726600007 - ], - [ - -121.94050637, - 37.36639559100007 - ], - [ - -121.94050447799998, - 37.36639500100006 - ], - [ - -121.94050237799996, - 37.36639418500005 - ], - [ - -121.940405463, - 37.36635645400003 - ], - [ - -121.94040437999996, - 37.36635603800005 - ], - [ - -121.94040312399994, - 37.36635546500003 - ], - [ - -121.94030942999996, - 37.36631110500008 - ], - [ - -121.94030792099994, - 37.366310389000034 - ], - [ - -121.94030610599998, - 37.36630936300003 - ], - [ - -121.94021838999998, - 37.36625969700003 - ], - [ - -121.94021676899996, - 37.36625877800003 - ], - [ - -121.94021564599996, - 37.366258025000036 - ], - [ - -121.94013227099998, - 37.36620213300006 - ], - [ - -121.94013118999999, - 37.36620140800005 - ], - [ - -121.94012980899998, - 37.36620031800004 - ], - [ - -121.94005333999996, - 37.36613991400003 - ], - [ - -121.94005175299998, - 37.36613866000005 - ], - [ - -121.94005058099998, - 37.366137570000035 - ], - [ - -121.93997964899995, - 37.36607156700006 - ], - [ - -121.93997810099995, - 37.36606997300004 - ], - [ - -121.93991477599997, - 37.366000273000054 - ], - [ - -121.93991338599994, - 37.36599873900008 - ], - [ - -121.93991230599994, - 37.365997323000045 - ], - [ - -121.93985565399998, - 37.365922873000045 - ], - [ - -121.93985497299997, - 37.36592186000007 - ], - [ - -121.93980640199999, - 37.365844432000074 - ], - [ - -121.93980533899997, - 37.36584273300008 - ], - [ - -121.93980449099996, - 37.36584105500003 - ], - [ - -121.93976386199995, - 37.36576049400003 - ], - [ - -121.93973115899996, - 37.36567652300005 - ], - [ - -121.93973048499998, - 37.36567479000007 - ], - [ - -121.93972997299994, - 37.36567295800006 - ], - [ - -121.93970633499998, - 37.36558834200008 - ], - [ - -121.93970609699994, - 37.36558735600005 - ], - [ - -121.939691101, - 37.365501024000025 - ], - [ - -121.93969081699998, - 37.36549936900008 - ], - [ - -121.939690682, - 37.36549749000005 - ], - [ - -121.93968461499998, - 37.365411420000044 - ], - [ - -121.939684538, - 37.36541028100004 - ], - [ - -121.93968733099996, - 37.36532260300004 - ], - [ - -121.93968737899996, - 37.365321135000045 - ], - [ - -121.93968899599997, - 37.365303751000056 - ], - [ - -121.93969004399997, - 37.36529417100007 - ], - [ - -121.93970196899994, - 37.36518971500004 - ], - [ - -121.939707162, - 37.365118550000034 - ], - [ - -121.93970726999999, - 37.36511704600008 - ], - [ - -121.93970555499999, - 37.365028050000035 - ], - [ - -121.93970552299999, - 37.36502642800008 - ], - [ - -121.93970530399997, - 37.365024618000064 - ], - [ - -121.93969459899995, - 37.36493679700004 - ], - [ - -121.93969445799996, - 37.364935898000056 - ], - [ - -121.93967475499994, - 37.36484879300008 - ], - [ - -121.93967436099996, - 37.36484705700008 - ], - [ - -121.93967378099995, - 37.364845314000036 - ], - [ - -121.93964515199997, - 37.36475948700007 - ], - [ - -121.93960787299994, - 37.36467583600006 - ], - [ - -121.93960709999999, - 37.36467410600005 - ], - [ - -121.939606229, - 37.36467256200007 - ], - [ - -121.93956077299998, - 37.36459204800008 - ], - [ - -121.93955987699997, - 37.364590650000025 - ], - [ - -121.93950661399998, - 37.36451374200004 - ], - [ - -121.93950552599995, - 37.364512174000026 - ], - [ - -121.93950449399995, - 37.364510933000076 - ], - [ - -121.93944339299998, - 37.36443755300007 - ], - [ - -121.93944268099995, - 37.364436702000035 - ], - [ - -121.93944157499999, - 37.364435581000066 - ], - [ - -121.93937355299994, - 37.364366794000034 - ], - [ - -121.93937233899999, - 37.36436556600006 - ], - [ - -121.93936717999998, - 37.36436079200007 - ], - [ - -121.93921261999998, - 37.36421862000003 - ], - [ - -121.938323546, - 37.36340070800003 - ], - [ - -121.93826905999998, - 37.36346485200005 - ], - [ - -121.93817182699996, - 37.36337459900005 - ], - [ - -121.93785903399998, - 37.36309553800004 - ], - [ - -121.936978249, - 37.362285206000024 - ], - [ - -121.93670021899999, - 37.362032957000054 - ], - [ - -121.93407689199995, - 37.35959424600003 - ], - [ - -121.93418036899999, - 37.35958899800005 - ], - [ - -121.93332789599998, - 37.35880466200007 - ], - [ - -121.93326743999995, - 37.35874897700006 - ], - [ - -121.933053514, - 37.35854839900003 - ], - [ - -121.932205668, - 37.35776642500008 - ], - [ - -121.93217726499995, - 37.35774022000004 - ], - [ - -121.93212749399999, - 37.357694339000034 - ], - [ - -121.93182772799997, - 37.35741785100004 - ], - [ - -121.93212816099998, - 37.35701266900003 - ], - [ - -121.93212844499999, - 37.35671635500006 - ], - [ - -121.93212852599999, - 37.356653315000074 - ], - [ - -121.93217578099996, - 37.35636164700003 - ], - [ - -121.93212885599996, - 37.35633770900006 - ], - [ - -121.93157571799998, - 37.35605554500006 - ], - [ - -121.93212990499995, - 37.35533555200004 - ], - [ - -121.93235128499998, - 37.35504793300004 - ], - [ - -121.93264743699996, - 37.35519319100007 - ], - [ - -121.933393551, - 37.355104023000024 - ], - [ - -121.933521451, - 37.35436954700003 - ], - [ - -121.93321247799997, - 37.35421799400007 - ], - [ - -121.93366297999995, - 37.35363270600004 - ], - [ - -121.93213247199998, - 37.35288239500005 - ], - [ - -121.93213227299998, - 37.35281346200003 - ], - [ - -121.93213254799997, - 37.352560090000054 - ], - [ - -121.93213263399997, - 37.352462830000036 - ], - [ - -121.93213265699995, - 37.35245211700004 - ], - [ - -121.932133535, - 37.351542162000044 - ], - [ - -121.932133696, - 37.35138904900003 - ], - [ - -121.93213391399996, - 37.35117301200006 - ], - [ - -121.93213478699994, - 37.350273290000075 - ], - [ - -121.93212823399995, - 37.34961668100004 - ], - [ - -121.932124365, - 37.34955692900007 - ], - [ - -121.93212049899995, - 37.34949717100005 - ], - [ - -121.93207412899994, - 37.34947524100005 - ], - [ - -121.93188810099997, - 37.349382383000034 - ], - [ - -121.93170469599994, - 37.34929006600004 - ], - [ - -121.93147912399996, - 37.349175830000036 - ], - [ - -121.93127107799995, - 37.34907097100006 - ], - [ - -121.93102116699998, - 37.34894643400003 - ], - [ - -121.930810464, - 37.34884199600003 - ], - [ - -121.93074851299997, - 37.34881095800006 - ], - [ - -121.93070936099997, - 37.348787698000024 - ], - [ - -121.93067192299998, - 37.348762657000066 - ], - [ - -121.93063634499998, - 37.348735943000065 - ], - [ - -121.93052384299995, - 37.348650907000035 - ], - [ - -121.93031560699995, - 37.34849250900004 - ], - [ - -121.93013617999998, - 37.348357657000065 - ], - [ - -121.92988158199995, - 37.34816924300003 - ], - [ - -121.92979245199996, - 37.34810237000005 - ], - [ - -121.92975241599999, - 37.348071864000076 - ], - [ - -121.92971012599997, - 37.348043380000036 - ], - [ - -121.92977441899995, - 37.347979647000045 - ], - [ - -121.930128003, - 37.34752323500004 - ], - [ - -121.93013665099994, - 37.347512074000065 - ], - [ - -121.93051728699999, - 37.34702074300003 - ], - [ - -121.93089654699997, - 37.34653121400004 - ], - [ - -121.93113451, - 37.346224033000055 - ], - [ - -121.93120394599998, - 37.346243472000026 - ], - [ - -121.93125896, - 37.346259332000045 - ], - [ - -121.93128300199999, - 37.34620784500004 - ], - [ - -121.93146666499996, - 37.345793308000054 - ], - [ - -121.93150866099995, - 37.34570320500006 - ], - [ - -121.931455331, - 37.34568782600007 - ], - [ - -121.93143563499996, - 37.34568214500007 - ], - [ - -121.93197389399995, - 37.344467371000064 - ], - [ - -121.93151651199997, - 37.344336809000026 - ], - [ - -121.93158103199994, - 37.34420875300003 - ], - [ - -121.93159146399995, - 37.34418765800007 - ], - [ - -121.93188175799997, - 37.34360021300006 - ], - [ - -121.93198023199994, - 37.34340092000008 - ], - [ - -121.93202753699995, - 37.34329772600006 - ], - [ - -121.93208324799997, - 37.34317609500005 - ], - [ - -121.932120608, - 37.33796158500007 - ], - [ - -121.93474572899999, - 37.33801215600005 - ], - [ - -121.93480402199998, - 37.33793801100006 - ], - [ - -121.93483883399995, - 37.337893775000055 - ], - [ - -121.93489457799996, - 37.337822911000046 - ], - [ - -121.934985472, - 37.33770734900003 - ], - [ - -121.935214471, - 37.33770154700005 - ], - [ - -121.93535205599994, - 37.337700479000034 - ], - [ - -121.93563743099998, - 37.33769698300006 - ], - [ - -121.93571404, - 37.337734752000074 - ], - [ - -121.93571394399999, - 37.33786257000003 - ], - [ - -121.93571385999996, - 37.33793577400007 - ], - [ - -121.935920534, - 37.33793624000003 - ], - [ - -121.93778842999996, - 37.337940580000065 - ], - [ - -121.93805301699996, - 37.337941269000055 - ], - [ - -121.93915981899994, - 37.33794425600007 - ], - [ - -121.93928424399996, - 37.337944582000034 - ], - [ - -121.93961438799994, - 37.33808633600006 - ], - [ - -121.93968765199998, - 37.338056 - ], - [ - -121.93975357699998, - 37.338029676000076 - ], - [ - -121.93989210899997, - 37.33798037300005 - ], - [ - -121.94003409899994, - 37.33793776700003 - ], - [ - -121.94017902399997, - 37.33790201900007 - ], - [ - -121.94032638599998, - 37.337873251000076 - ], - [ - -121.94047560099995, - 37.33785157700004 - ], - [ - -121.94062619099998, - 37.33783706500003 - ], - [ - -121.9407776, - 37.33782976900005 - ], - [ - -121.94081029199998, - 37.33782914400007 - ], - [ - -121.94103575799994, - 37.33782600600006 - ], - [ - -121.94127931099996, - 37.33782259800006 - ], - [ - -121.94128320899995, - 37.337822551000045 - ], - [ - -121.94148568099996, - 37.337822189000065 - ], - [ - -121.94171613399999, - 37.33782182700003 - ], - [ - -121.94192253299997, - 37.33782148500006 - ], - [ - -121.94212890499995, - 37.33782114300004 - ], - [ - -121.94233530599996, - 37.33782080000003 - ], - [ - -121.94254167799994, - 37.33782045800007 - ], - [ - -121.94274807799997, - 37.337820115000056 - ], - [ - -121.94295444999995, - 37.337819772000046 - ], - [ - -121.94316082299997, - 37.337819428000046 - ], - [ - -121.94333746599995, - 37.337819152000066 - ], - [ - -121.94354168899997, - 37.337817416000064 - ], - [ - -121.94354426599995, - 37.33805765900007 - ], - [ - -121.94354446499995, - 37.338076794000074 - ], - [ - -121.94366782499998, - 37.338075434000075 - ], - [ - -121.94389772599999, - 37.33807473100006 - ], - [ - -121.94409377199997, - 37.338074078000034 - ], - [ - -121.94430016799998, - 37.33807345800005 - ], - [ - -121.944506564, - 37.33807281300005 - ], - [ - -121.94470260999998, - 37.33807220500006 - ], - [ - -121.94490900499994, - 37.33807156100005 - ], - [ - -121.94511537199998, - 37.338070893000065 - ], - [ - -121.945314887, - 37.338070264000066 - ], - [ - -121.945521284, - 37.338069619000066 - ], - [ - -121.94572073999996, - 37.33806898900008 - ], - [ - -121.94592716399995, - 37.33806834200004 - ], - [ - -121.94610604099995, - 37.33806778400003 - ], - [ - -121.946312407, - 37.33806713700005 - ], - [ - -121.94651880199996, - 37.33806646700003 - ], - [ - -121.94672519799997, - 37.338065819000064 - ], - [ - -121.94691333299994, - 37.338065236000034 - ], - [ - -121.94710149599996, - 37.338064630000076 - ], - [ - -121.94730189999996, - 37.33806400900005 - ], - [ - -121.94752844799996, - 37.33806329500004 - ], - [ - -121.94773507199994, - 37.33806264300006 - ], - [ - -121.94796482999999, - 37.33806188600005 - ], - [ - -121.94817225799994, - 37.33806124600005 - ], - [ - -121.94837592899995, - 37.338060607000045 - ], - [ - -121.94855612199996, - 37.338060005000045 - ], - [ - -121.94874256699995, - 37.33805944000005 - ], - [ - -121.94892938399994, - 37.33805884700007 - ], - [ - -121.94943473599994, - 37.33805724500007 - ], - [ - -121.94950353499996, - 37.338057013000025 - ], - [ - -121.95002147199995, - 37.33805536700004 - ], - [ - -121.95003869899995, - 37.33805526800006 - ], - [ - -121.95017628799997, - 37.33807064100006 - ], - [ - -121.95017565899997, - 37.337666022000064 - ], - [ - -121.95017807599999, - 37.33757316300006 - ], - [ - -121.95018019599996, - 37.33753943000005 - ], - [ - -121.95019050299999, - 37.33739839100008 - ], - [ - -121.95019842399995, - 37.33728952000007 - ], - [ - -121.95020176, - 37.33721856900007 - ], - [ - -121.95020206299995, - 37.337193452000065 - ], - [ - -121.95020358899995, - 37.33666057600004 - ], - [ - -121.95020369099996, - 37.336625920000074 - ], - [ - -121.95020886699996, - 37.33482180200008 - ], - [ - -121.95021089499994, - 37.33411985400005 - ], - [ - -121.95021158299994, - 37.333885018000046 - ], - [ - -121.95021289799996, - 37.33341953200005 - ], - [ - -121.95021432599998, - 37.332923030000075 - ], - [ - -121.95021493999997, - 37.332721339000045 - ], - [ - -121.95021821699999, - 37.331572632000075 - ], - [ - -121.95021863099998, - 37.331422651000025 - ], - [ - -121.95021862799996, - 37.331419538000034 - ], - [ - -121.95021940099997, - 37.33115956700004 - ], - [ - -121.95022178799996, - 37.33032693600006 - ], - [ - -121.95022281399997, - 37.32996471200005 - ], - [ - -121.95253105699999, - 37.32996425600004 - ], - [ - -121.95354262799998, - 37.329964027000074 - ], - [ - -121.95446757599996, - 37.329963812000074 - ], - [ - -121.95458088699996, - 37.329963802000066 - ], - [ - -121.95532079699996, - 37.32996464200005 - ], - [ - -121.95555495499997, - 37.329964457000074 - ], - [ - -121.95646057399995, - 37.329963758000076 - ], - [ - -121.95655341599996, - 37.32996367900006 - ], - [ - -121.95654585199998, - 37.32979908000004 - ], - [ - -121.95654518899994, - 37.32965334700003 - ], - [ - -121.95654447099997, - 37.32948854800003 - ], - [ - -121.95654372399997, - 37.32932377100008 - ], - [ - -121.95654298399995, - 37.32915347800008 - ], - [ - -121.95654223899999, - 37.32898870200006 - ], - [ - -121.95654151999997, - 37.32882390200007 - ], - [ - -121.95654077299997, - 37.32865912700004 - ], - [ - -121.956540056, - 37.32849432800003 - ], - [ - -121.95653933699998, - 37.328329551000024 - ], - [ - -121.95653859, - 37.32816475200008 - ], - [ - -121.95653787199996, - 37.32799997500007 - ], - [ - -121.95653731799996, - 37.32787594100006 - ], - [ - -121.95653609199996, - 37.32760129800005 - ], - [ - -121.95653553299996, - 37.32747264100004 - ], - [ - -121.95653528699995, - 37.32745222200003 - ], - [ - -121.95653106099996, - 37.32736815700008 - ], - [ - -121.95652850099998, - 37.32734013900006 - ], - [ - -121.956512579, - 37.32722883200006 - ], - [ - -121.95649686699994, - 37.32715499600005 - ], - [ - -121.956440854, - 37.32700477800006 - ], - [ - -121.95635222599998, - 37.32700480300008 - ], - [ - -121.95543543199994, - 37.32700236900007 - ], - [ - -121.95527321799995, - 37.327001934000066 - ], - [ - -121.954816296, - 37.32700071700003 - ], - [ - -121.95433911799995, - 37.32700435100003 - ], - [ - -121.954044061, - 37.32700453500007 - ], - [ - -121.95386376799996, - 37.327004619000036 - ], - [ - -121.95365739299996, - 37.32700475400003 - ], - [ - -121.95345101899994, - 37.32700486400006 - ], - [ - -121.95324467199998, - 37.32700497400003 - ], - [ - -121.95303829599999, - 37.327005084000064 - ], - [ - -121.952841036, - 37.32700521800007 - ], - [ - -121.95265188699994, - 37.32700531900008 - ], - [ - -121.95246270899997, - 37.327005421000024 - ], - [ - -121.95227353299998, - 37.327005546000066 - ], - [ - -121.95208435399996, - 37.32700562400004 - ], - [ - -121.95189517799997, - 37.32700572600004 - ], - [ - -121.951706001, - 37.32700582500007 - ], - [ - -121.95151682299996, - 37.32700592600003 - ], - [ - -121.951327645, - 37.327006048000044 - ], - [ - -121.95113846899994, - 37.327006148000066 - ], - [ - -121.95094929099997, - 37.32700624700004 - ], - [ - -121.95076008499996, - 37.327006347000065 - ], - [ - -121.95057093599996, - 37.32700644600004 - ], - [ - -121.95038175899998, - 37.32700656800006 - ], - [ - -121.950347363, - 37.327006581000035 - ], - [ - -121.95035158499996, - 37.32722709700005 - ], - [ - -121.95035710099995, - 37.32751567100007 - ], - [ - -121.95036074499995, - 37.327706369000055 - ], - [ - -121.95036112599996, - 37.32772616400007 - ], - [ - -121.95036357799995, - 37.327853883000046 - ], - [ - -121.95036504899997, - 37.327951788000064 - ], - [ - -121.95036538, - 37.328225847000056 - ], - [ - -121.95036469299998, - 37.32846219400005 - ], - [ - -121.95038189199994, - 37.32846218800006 - ], - [ - -121.95057792399996, - 37.32846211800006 - ], - [ - -121.95075334799998, - 37.32846205300007 - ], - [ - -121.95093561999994, - 37.328461971000024 - ], - [ - -121.95111445499998, - 37.328461908000065 - ], - [ - -121.95129331699997, - 37.32846184500005 - ], - [ - -121.95147215099996, - 37.32846178200003 - ], - [ - -121.95165098499996, - 37.328461695000044 - ], - [ - -121.95182984699994, - 37.32846163100004 - ], - [ - -121.95199403499998, - 37.328461565000055 - ], - [ - -121.952008681, - 37.328461566000044 - ], - [ - -121.95219439399995, - 37.32846148600004 - ], - [ - -121.95241894799994, - 37.32846140400005 - ], - [ - -121.95262528199999, - 37.328456077000055 - ], - [ - -121.95304882299996, - 37.32845599800004 - ], - [ - -121.95304884799998, - 37.328460232000054 - ], - [ - -121.953048976, - 37.32863051000004 - ], - [ - -121.95304898699999, - 37.32865605500007 - ], - [ - -121.95304913099994, - 37.32880353300004 - ], - [ - -121.95304915799994, - 37.32885061800005 - ], - [ - -121.95304926799997, - 37.32896831800008 - ], - [ - -121.95304931599998, - 37.32905339900003 - ], - [ - -121.95304939899995, - 37.32912252600005 - ], - [ - -121.95304949299998, - 37.32925114400007 - ], - [ - -121.95304953699997, - 37.329287356000066 - ], - [ - -121.95304966199996, - 37.329439756000056 - ], - [ - -121.953049696, - 37.32944888800006 - ], - [ - -121.95304978499996, - 37.32959492600003 - ], - [ - -121.953049825, - 37.329641140000035 - ], - [ - -121.953050013, - 37.32985429000007 - ], - [ - -121.95270205499997, - 37.32985434600005 - ], - [ - -121.95235810899999, - 37.32985442100005 - ], - [ - -121.95199008499998, - 37.329854494000074 - ], - [ - -121.951515143, - 37.32985461100003 - ], - [ - -121.95097980399999, - 37.329854717000046 - ], - [ - -121.95058477899994, - 37.32985477700004 - ], - [ - -121.95022311999998, - 37.32985488200006 - ], - [ - -121.95022388099994, - 37.32958989700006 - ], - [ - -121.9502266699999, - 37.32863736300004 - ], - [ - -121.95022667199999, - 37.32863633300008 - ], - [ - -121.95010427799997, - 37.32863784800003 - ], - [ - -121.95005834499995, - 37.328637204000074 - ], - [ - -121.95005660899994, - 37.32850636300003 - ], - [ - -121.95005855099998, - 37.328245965000065 - ], - [ - -121.95006079199999, - 37.32795235000003 - ], - [ - -121.95006252999997, - 37.32772715900006 - ], - [ - -121.95006462999999, - 37.32745288700005 - ], - [ - -121.95006687299997, - 37.327156341000034 - ], - [ - -121.95004896999995, - 37.32681129100007 - ], - [ - -121.95004311199995, - 37.32646801300007 - ], - [ - -121.950042065, - 37.326409633000026 - ], - [ - -121.95003735399996, - 37.32613434700005 - ], - [ - -121.95003162499995, - 37.32578438400003 - ], - [ - -121.94955357699996, - 37.325785652000036 - ], - [ - -121.94947876999998, - 37.32578584600003 - ], - [ - -121.94856409199997, - 37.32578820500004 - ], - [ - -121.94840390299998, - 37.325788629000044 - ], - [ - -121.94827274699998, - 37.32578896900003 - ], - [ - -121.94820336799995, - 37.32578824600006 - ], - [ - -121.94738745499996, - 37.325779856000054 - ], - [ - -121.94730922499997, - 37.32570686400004 - ], - [ - -121.94717573099996, - 37.32579810400006 - ], - [ - -121.94717609299994, - 37.32581828900004 - ], - [ - -121.94673595199998, - 37.325823220000075 - ], - [ - -121.9467114, - 37.32416701900007 - ], - [ - -121.94670227799998, - 37.32355074900005 - ], - [ - -121.94670401299999, - 37.32337088200006 - ], - [ - -121.94682213399994, - 37.32337109400004 - ], - [ - -121.94686486999996, - 37.32337111600003 - ], - [ - -121.94754975999996, - 37.32337158400003 - ], - [ - -121.94771572099995, - 37.32337051700006 - ], - [ - -121.94784998699998, - 37.32336963700004 - ], - [ - -121.94819791499998, - 37.32336517700003 - ], - [ - -121.94884391199997, - 37.32336561500006 - ], - [ - -121.94900101699994, - 37.32336458800006 - ], - [ - -121.94906211699998, - 37.32336417500005 - ], - [ - -121.94916098799996, - 37.323360550000075 - ], - [ - -121.95013932399996, - 37.323322716000064 - ], - [ - -121.95083403099994, - 37.32331945200008 - ], - [ - -121.95221200799995, - 37.32331300200008 - ], - [ - -121.953471794, - 37.32330711000003 - ], - [ - -121.953473514, - 37.323307112000066 - ], - [ - -121.954400105, - 37.32330275700008 - ], - [ - -121.95440563699998, - 37.32330273300005 - ], - [ - -121.95520417499995, - 37.32329895400005 - ], - [ - -121.95538564699996, - 37.32329809600003 - ], - [ - -121.95541118399996, - 37.32329800700006 - ], - [ - -121.95753912199996, - 37.32328794600005 - ], - [ - -121.95754081399997, - 37.32328794500006 - ], - [ - -121.95755015599997, - 37.32328789700006 - ], - [ - -121.95843854299994, - 37.323283668000045 - ], - [ - -121.959818252, - 37.32327630800006 - ], - [ - -121.96219360699996, - 37.32326353700006 - ], - [ - -121.96330446399998, - 37.32325756700004 - ], - [ - -121.96344995099997, - 37.32325600200005 - ], - [ - -121.96402028299997, - 37.323253684000065 - ], - [ - -121.96410760799995, - 37.323251792000065 - ], - [ - -121.96419221199994, - 37.32324995600004 - ], - [ - -121.96493453599999, - 37.32324429500005 - ], - [ - -121.96613002799995, - 37.323235157000056 - ], - [ - -121.96613925599996, - 37.32323508700006 - ], - [ - -121.96658004099999, - 37.323231699000075 - ], - [ - -121.96841580599994, - 37.32321763500005 - ], - [ - -121.96842391599995, - 37.32321755600003 - ], - [ - -121.96898713, - 37.32321326700003 - ], - [ - -121.96977221099996, - 37.32320724500005 - ], - [ - -121.96988400599997, - 37.32320639200003 - ], - [ - -121.96990867999995, - 37.32320619600006 - ], - [ - -121.96992461399998, - 37.32320606500008 - ], - [ - -121.970005631, - 37.32320548400003 - ], - [ - -121.97079501499996, - 37.32319967600006 - ], - [ - -121.97169914799997, - 37.323193038000056 - ], - [ - -121.97345284599999, - 37.32318013200006 - ], - [ - -121.97465754299998, - 37.32317124800005 - ], - [ - -121.97534576399994, - 37.32316615700006 - ], - [ - -121.97540199199995, - 37.32316574600003 - ], - [ - -121.97547965399997, - 37.32316517700008 - ], - [ - -121.97627448499998, - 37.323159289000046 - ], - [ - -121.97751093299996, - 37.32315015900008 - ], - [ - -121.97860131599998, - 37.323145218000036 - ], - [ - -121.97861533199995, - 37.32314515500008 - ], - [ - -121.97865207299998, - 37.32314498900007 - ], - [ - -121.98111499499998, - 37.32313379800007 - ], - [ - -121.98111851799996, - 37.32313377500003 - ], - [ - -121.98113820799995, - 37.32313368700005 - ], - [ - -121.98242207199996, - 37.323127844000055 - ], - [ - -121.98242379199996, - 37.323127845000045 - ], - [ - -121.98242548199994, - 37.32312782400004 - ], - [ - -121.98243620199997, - 37.32312778000005 - ], - [ - -121.98384950099995, - 37.32312028300004 - ], - [ - -121.98733442899999, - 37.32310182700007 - ], - [ - -121.98952260699997, - 37.32308405800006 - ], - [ - -121.98952601699995, - 37.32308403700006 - ], - [ - -121.99040795299999, - 37.32307685200004 - ], - [ - -121.99146839899998, - 37.32306821100008 - ], - [ - -121.99209061099998, - 37.32306315000005 - ], - [ - -121.99210135799996, - 37.32306305900005 - ], - [ - -121.99255305799994, - 37.323059389000036 - ], - [ - -121.99454679299998, - 37.32304311000007 - ], - [ - -121.99528707299999, - 37.323037053000064 - ], - [ - -121.99529005499994, - 37.323037061000036 - ], - [ - -121.99530412699994, - 37.323037018000036 - ], - [ - -121.99571747299996, - 37.32303600100005 - ], - [ - -121.99589241999996, - 37.32303557600005 - ], - [ - -121.99645256599996, - 37.323034215000064 - ], - [ - -122.00294449499995, - 37.32300936200005 - ], - [ - -122.00338276399998, - 37.323007672000074 - ], - [ - -122.00338228299995, - 37.322936741000035 - ], - [ - -122.00337499399996, - 37.32191757900006 - ], - [ - -122.00329452999995, - 37.321915613000044 - ], - [ - -122.00293579699996, - 37.321919827000045 - ], - [ - -122.00290570899995, - 37.32192016600004 - ], - [ - -122.00290415599994, - 37.32176169400003 - ], - [ - -122.00329303299998, - 37.321757140000045 - ], - [ - -122.00329154599996, - 37.321600613000044 - ], - [ - -122.00328995499996, - 37.32143314500007 - ], - [ - -122.00290098399995, - 37.32143582300006 - ], - [ - -122.00289936899998, - 37.32127282000005 - ], - [ - -122.002897782, - 37.32110835100008 - ], - [ - -122.00289642499996, - 37.320971049000036 - ], - [ - -122.00289509599997, - 37.320833726000046 - ], - [ - -122.00289353799997, - 37.32067500100004 - ], - [ - -122.00289224, - 37.32053921100004 - ], - [ - -122.00289085699995, - 37.32039916300005 - ], - [ - -122.00288934099996, - 37.320243987000026 - ], - [ - -122.00288798499997, - 37.32010666300005 - ], - [ - -122.00284352699998, - 37.320068 - ], - [ - -122.00283801399996, - 37.32006321800003 - ], - [ - -122.00281884799995, - 37.32004654700006 - ], - [ - -122.00274055099999, - 37.32010093100007 - ], - [ - -122.00266058499994, - 37.32015645900003 - ], - [ - -122.00250104899999, - 37.32026725600008 - ], - [ - -122.00232654099995, - 37.32035615600006 - ], - [ - -122.00214794699997, - 37.32044716900003 - ], - [ - -122.00195448799997, - 37.32052292000003 - ], - [ - -122.00176079999994, - 37.32059874300006 - ], - [ - -122.001732877, - 37.32060562500004 - ], - [ - -122.00155562599997, - 37.320649305000074 - ], - [ - -122.00141949799996, - 37.32068282100005 - ], - [ - -122.00135552699999, - 37.320698564000054 - ], - [ - -122.00116582899994, - 37.320736201000045 - ], - [ - -122.00097056199996, - 37.32077491500007 - ], - [ - -122.00078369, - 37.32081198700007 - ], - [ - -122.00059176299999, - 37.32085003900005 - ], - [ - -122.00040155, - 37.32088777200005 - ], - [ - -122.000211278, - 37.32092550500005 - ], - [ - -122.00000753199998, - 37.32096588300004 - ], - [ - -121.99996876499995, - 37.32097356600008 - ], - [ - -121.99977965099998, - 37.320976193000035 - ], - [ - -121.99978048799994, - 37.321062158000075 - ], - [ - -121.99944145299997, - 37.32106649800005 - ], - [ - -121.99943956799996, - 37.32091265200006 - ], - [ - -121.99943790099996, - 37.32077670600006 - ], - [ - -121.999436678, - 37.32067712700007 - ], - [ - -121.99924753, - 37.32067796800004 - ], - [ - -121.99895867699996, - 37.32067919200006 - ], - [ - -121.99872298799994, - 37.32068023800008 - ], - [ - -121.99854759399994, - 37.32068099300005 - ], - [ - -121.99837223099996, - 37.32068174800003 - ], - [ - -121.99819683899995, - 37.32068252600004 - ], - [ - -121.99802144799997, - 37.320683280000026 - ], - [ - -121.99784605399998, - 37.320684035000056 - ], - [ - -121.99766728099996, - 37.320684809000056 - ], - [ - -121.99749185999997, - 37.32068556300004 - ], - [ - -121.99731646799995, - 37.320686340000066 - ], - [ - -121.99714110499997, - 37.32068709300006 - ], - [ - -121.99696571299995, - 37.320687846000055 - ], - [ - -121.99674905199998, - 37.32068880500003 - ], - [ - -121.99666419199997, - 37.320687715000076 - ], - [ - -121.99654269599995, - 37.32068619900008 - ], - [ - -121.99640045899997, - 37.320686711000064 - ], - [ - -121.99560350099995, - 37.32067946700005 - ], - [ - -121.99559184299994, - 37.320073953000076 - ], - [ - -121.99573289299997, - 37.320074361000025 - ], - [ - -121.99578669699997, - 37.31998742400003 - ], - [ - -121.99583799899995, - 37.31994153800008 - ], - [ - -121.99593476999996, - 37.31978462600006 - ], - [ - -121.99601993899995, - 37.319646517000024 - ], - [ - -121.99601991599997, - 37.319644252000046 - ], - [ - -121.99601855099996, - 37.319504205000044 - ], - [ - -121.99601712299994, - 37.31936415800004 - ], - [ - -121.99601358399997, - 37.31934490700007 - ], - [ - -121.99598793999996, - 37.31920494000008 - ], - [ - -121.99596239999994, - 37.319065841000054 - ], - [ - -121.99594782699995, - 37.318986392000056 - ], - [ - -121.99599401799998, - 37.31884843800003 - ], - [ - -121.99602565999999, - 37.31875400200005 - ], - [ - -121.99612398999994, - 37.318660728000054 - ], - [ - -121.99628335499995, - 37.318509609000046 - ], - [ - -121.99644319799995, - 37.318358026000055 - ], - [ - -121.99644648699996, - 37.318354871000054 - ], - [ - -121.996669221, - 37.31827683100005 - ], - [ - -121.99677000099996, - 37.31824150600005 - ], - [ - -121.99680005599998, - 37.318230981000056 - ], - [ - -121.99682949799995, - 37.31818271900005 - ], - [ - -121.996870178, - 37.318116047000046 - ], - [ - -121.99689368099996, - 37.31807749700005 - ], - [ - -121.99688475699998, - 37.31804110200005 - ], - [ - -121.99686753599997, - 37.31797125500003 - ], - [ - -121.99684771999995, - 37.31789054400008 - ], - [ - -121.99682441399995, - 37.317795803000024 - ], - [ - -121.99675641699997, - 37.31775075400003 - ], - [ - -121.99660537999995, - 37.31765066200006 - ], - [ - -121.99649648899998, - 37.31757853000005 - ], - [ - -121.99649321699997, - 37.317532447000076 - ], - [ - -121.99648154799996, - 37.317369091000046 - ], - [ - -121.99647091399999, - 37.31722014300004 - ], - [ - -121.99646784599997, - 37.31717714800004 - ], - [ - -121.99640859099998, - 37.31708629800005 - ], - [ - -121.996317762, - 37.31694707300005 - ], - [ - -121.99623648099998, - 37.31682248900006 - ], - [ - -121.99615520199995, - 37.31669792900004 - ], - [ - -121.99609081799997, - 37.31654973600007 - ], - [ - -121.99602072699997, - 37.31638849900003 - ], - [ - -121.99599200499995, - 37.316322324000055 - ], - [ - -121.99598188399995, - 37.31619049100004 - ], - [ - -121.99596673999997, - 37.315992272000074 - ], - [ - -121.99595370199995, - 37.31582192900004 - ], - [ - -121.99595160399997, - 37.315794511000036 - ], - [ - -121.99598755099998, - 37.31568031100005 - ], - [ - -121.99609513999997, - 37.315338240000074 - ], - [ - -121.99614156499996, - 37.315190646000076 - ], - [ - -121.99620387799996, - 37.31504355800007 - ], - [ - -121.99625885599994, - 37.31491375500008 - ], - [ - -121.99626290599997, - 37.31490418200008 - ], - [ - -121.99624090499998, - 37.31476288700003 - ], - [ - -121.99621693599994, - 37.31460921100006 - ], - [ - -121.99621390799996, - 37.314589700000056 - ], - [ - -121.99627973799994, - 37.31450091600004 - ], - [ - -121.99634771499996, - 37.31440926500005 - ], - [ - -121.996441646, - 37.31428260500007 - ], - [ - -121.99652767699996, - 37.31416655100003 - ], - [ - -121.99659559899999, - 37.31407499200003 - ], - [ - -121.99659722599995, - 37.31405313400006 - ], - [ - -121.99660769899998, - 37.313912180000045 - ], - [ - -121.99661682399994, - 37.31378957700008 - ], - [ - -121.99662109099995, - 37.31373216000003 - ], - [ - -121.99658828499997, - 37.31366390900007 - ], - [ - -121.996526744, - 37.31353593700004 - ], - [ - -121.99646965499994, - 37.313417111000035 - ], - [ - -121.99641364699994, - 37.313300697000045 - ], - [ - -121.99639905199996, - 37.31327027900005 - ], - [ - -121.99641061199998, - 37.313066065000044 - ], - [ - -121.99641397899995, - 37.31300666800007 - ], - [ - -121.996442979, - 37.31249552500003 - ], - [ - -121.995992001, - 37.31210404900003 - ], - [ - -121.99598908599995, - 37.31188068500006 - ], - [ - -121.99598861599998, - 37.31184469900006 - ], - [ - -121.99598547899996, - 37.311604964000026 - ], - [ - -121.99598426899996, - 37.31151296100006 - ], - [ - -121.99598584399996, - 37.31130241900007 - ], - [ - -121.99598663699999, - 37.31119885500004 - ], - [ - -121.99601089999999, - 37.310907702000065 - ], - [ - -121.99603870299995, - 37.31067022600007 - ], - [ - -121.99607590299996, - 37.310558757000024 - ], - [ - -121.99623963199997, - 37.310068097000055 - ], - [ - -121.99628902599994, - 37.30992007700007 - ], - [ - -121.99629183099995, - 37.30991271500005 - ], - [ - -121.99630133599999, - 37.30989565600004 - ], - [ - -121.99630226499994, - 37.309894315000065 - ], - [ - -121.99631518799998, - 37.30987907900004 - ], - [ - -121.99633117399998, - 37.309865880000075 - ], - [ - -121.99633262599997, - 37.30986487100006 - ], - [ - -121.99635123799999, - 37.309854107000035 - ], - [ - -121.99637196799995, - 37.30984605300006 - ], - [ - -121.99637740799994, - 37.30984439500003 - ], - [ - -121.99617377399994, - 37.30962697500007 - ], - [ - -121.99697446599998, - 37.30970494200005 - ], - [ - -121.99753508999999, - 37.30975953500007 - ], - [ - -121.99812431299995, - 37.30981689500004 - ], - [ - -121.99813192299996, - 37.30981764500007 - ], - [ - -121.99938870199998, - 37.30994000700008 - ], - [ - -121.99940102, - 37.309941200000026 - ], - [ - -122.00302140999997, - 37.31029360200006 - ], - [ - -122.00397136999999, - 37.31038604100007 - ], - [ - -122.00399942599995, - 37.31038879400006 - ], - [ - -122.00476266399994, - 37.31046306300004 - ], - [ - -122.004886189, - 37.31047507900007 - ], - [ - -122.00490057399998, - 37.31047647500003 - ], - [ - -122.00580586099994, - 37.31056455200007 - ], - [ - -122.00776673099995, - 37.31075532400007 - ], - [ - -122.008150861, - 37.31072861200005 - ], - [ - -122.00816136399999, - 37.31072788100005 - ], - [ - -122.01054460399996, - 37.31057421000003 - ], - [ - -122.01133248899998, - 37.31052337300008 - ], - [ - -122.01274855499997, - 37.31043196200005 - ], - [ - -122.01353569199995, - 37.31038116600007 - ], - [ - -122.01567746299997, - 37.31024257200005 - ], - [ - -122.01732367499994, - 37.31013601400008 - ], - [ - -122.01779690399997, - 37.310105374000045 - ], - [ - -122.01942862799996, - 37.30999973400003 - ], - [ - -122.01952416199998, - 37.30999220000007 - ], - [ - -122.01961926999996, - 37.30998201700004 - ], - [ - -122.01971389199997, - 37.30996918400007 - ], - [ - -122.01980788999998, - 37.30995372700005 - ], - [ - -122.01990117499997, - 37.309935669000026 - ], - [ - -122.019993576, - 37.30991501300008 - ], - [ - -122.02008506599998, - 37.30989180700004 - ], - [ - -122.02017544299997, - 37.30986604900005 - ], - [ - -122.02026467899998, - 37.30983778900003 - ], - [ - -122.02035260699995, - 37.30980707400005 - ], - [ - -122.02043913399996, - 37.30977390400005 - ], - [ - -122.02052418199997, - 37.30973832700005 - ], - [ - -122.02059183999995, - 37.30971002700005 - ], - [ - -122.02066070899997, - 37.30968356500006 - ], - [ - -122.02073067699996, - 37.309658988000024 - ], - [ - -122.02080163099998, - 37.30963636700005 - ], - [ - -122.02087351299997, - 37.30961570200003 - ], - [ - -122.02094626499996, - 37.30959699500005 - ], - [ - -122.02101974399994, - 37.30958024700004 - ], - [ - -122.02109389699996, - 37.30956557300004 - ], - [ - -122.02116863599997, - 37.30955290500003 - ], - [ - -122.021243046, - 37.309542417000046 - ], - [ - -122.02131789699996, - 37.30953391400004 - ], - [ - -122.02139304699995, - 37.309527444000025 - ], - [ - -122.02146844099997, - 37.30952300800004 - ], - [ - -122.02154396099996, - 37.30952060800007 - ], - [ - -122.02161954999997, - 37.309520244000055 - ], - [ - -122.02169512499995, - 37.30952194100007 - ], - [ - -122.02177059899998, - 37.30952567600008 - ], - [ - -122.021845827, - 37.30953142800007 - ], - [ - -122.02192075199997, - 37.30953924600004 - ], - [ - -122.02199534599998, - 37.30954903500003 - ], - [ - -122.02206946399997, - 37.30956084500008 - ], - [ - -122.02214305099994, - 37.30957465300003 - ], - [ - -122.02221599099994, - 37.30959046100003 - ], - [ - -122.02228825199995, - 37.309608224000044 - ], - [ - -122.02235969499998, - 37.30962789700004 - ], - [ - -122.02320343499997, - 37.30987332400008 - ], - [ - -122.02657609, - 37.310854247000066 - ], - [ - -122.02774977899998, - 37.31119557900007 - ], - [ - -122.02775568499999, - 37.31119710400003 - ], - [ - -122.02815917299995, - 37.31131133000008 - ], - [ - -122.02894898199997, - 37.31154100800006 - ], - [ - -122.02895273099995, - 37.31154210300008 - ], - [ - -122.03071877899998, - 37.312055659000066 - ], - [ - -122.03164639199997, - 37.312327148000065 - ], - [ - -122.03166585999998, - 37.31233188300007 - ], - [ - -122.03168549299994, - 37.31233609100008 - ], - [ - -122.03170528499999, - 37.31233981400004 - ], - [ - -122.03172521199997, - 37.31234303300005 - ], - [ - -122.03174524199994, - 37.31234572400007 - ], - [ - -122.03176540499999, - 37.312347911000074 - ], - [ - -122.03178561399994, - 37.31234956800006 - ], - [ - -122.03180589899995, - 37.312350723000065 - ], - [ - -122.03182620099994, - 37.312351327000044 - ], - [ - -122.03184652299996, - 37.31235142700007 - ], - [ - -122.03189105499996, - 37.312351325000066 - ], - [ - -122.03216549999996, - 37.31229605100003 - ], - [ - -122.03226516299998, - 37.31227595400003 - ], - [ - -122.032365369, - 37.31225578200008 - ], - [ - -122.032670237, - 37.31219433800004 - ], - [ - -122.03351094799996, - 37.312198194000075 - ], - [ - -122.03356859099995, - 37.31219872200006 - ], - [ - -122.03362617999994, - 37.31220080500003 - ], - [ - -122.033683656, - 37.31220440200008 - ], - [ - -122.03374096299996, - 37.31220953500008 - ], - [ - -122.03379801399996, - 37.31221618100005 - ], - [ - -122.03385475399995, - 37.312224343000025 - ], - [ - -122.03391112199995, - 37.31223397400004 - ], - [ - -122.03396703399994, - 37.312245122000036 - ], - [ - -122.03402248799995, - 37.31225774100005 - ], - [ - -122.03429323999995, - 37.31231858700005 - ], - [ - -122.03432938499998, - 37.312325919000045 - ], - [ - -122.03433196399999, - 37.312198866000074 - ], - [ - -122.03433194399997, - 37.312192297000024 - ], - [ - -122.03433189999998, - 37.31201286000004 - ], - [ - -122.034331813, - 37.31184807300008 - ], - [ - -122.034331754, - 37.31168328700005 - ], - [ - -122.03433169599998, - 37.311518500000034 - ], - [ - -122.03433163799997, - 37.31135371200003 - ], - [ - -122.03433162399995, - 37.31127487800006 - ], - [ - -122.03433157899997, - 37.31118892600006 - ], - [ - -122.03433152099996, - 37.31102413900004 - ], - [ - -122.03433146199995, - 37.31085935200008 - ], - [ - -122.03433140399994, - 37.31069454200008 - ], - [ - -122.03433134499994, - 37.310529778000046 - ], - [ - -122.03433128699999, - 37.31036499100003 - ], - [ - -122.03433117999998, - 37.31007776300004 - ], - [ - -122.03424773699999, - 37.31001806000006 - ], - [ - -122.03421550699994, - 37.30999485900003 - ], - [ - -122.03418606899999, - 37.30996937800006 - ], - [ - -122.03415965699998, - 37.30994189000006 - ], - [ - -122.03413650099998, - 37.30991257300008 - ], - [ - -122.03411675299998, - 37.30988170100005 - ], - [ - -122.03410064599996, - 37.309849522000036 - ], - [ - -122.03408827199996, - 37.30981630900004 - ], - [ - -122.03407975099998, - 37.309782314000074 - ], - [ - -122.03407511699999, - 37.30974785700005 - ], - [ - -122.03407446399996, - 37.30971320900005 - ], - [ - -122.03407063399999, - 37.30966624300004 - ], - [ - -122.03391637899995, - 37.30966652300003 - ], - [ - -122.03367454899995, - 37.309666942000035 - ], - [ - -122.03367390899996, - 37.30944173100005 - ], - [ - -122.03367376099999, - 37.30938139600005 - ], - [ - -122.03310641099995, - 37.30938165600003 - ], - [ - -122.03310471199995, - 37.30876508100005 - ], - [ - -122.03310351299996, - 37.308332171000075 - ], - [ - -122.03310141299994, - 37.30824928900006 - ], - [ - -122.03298217199995, - 37.30824934000003 - ], - [ - -122.03298050999996, - 37.30816693300005 - ], - [ - -122.03297323899994, - 37.30771597300003 - ], - [ - -122.03304198499995, - 37.30771585300005 - ], - [ - -122.03304064599996, - 37.306141585000034 - ], - [ - -122.03303863499997, - 37.306072905000065 - ], - [ - -122.03338736599994, - 37.30607235900004 - ], - [ - -122.03338630099995, - 37.30598996800006 - ], - [ - -122.03338611199996, - 37.30596577400007 - ], - [ - -122.03338610099996, - 37.30596392100006 - ], - [ - -122.03338562999994, - 37.30589653900006 - ], - [ - -122.03338497399994, - 37.30580310800008 - ], - [ - -122.03338365399998, - 37.305624581000075 - ], - [ - -122.03338234199998, - 37.30544607500008 - ], - [ - -122.03338162399996, - 37.30534958000004 - ], - [ - -122.03338032099998, - 37.305168786000024 - ], - [ - -122.03337862499995, - 37.304939424000054 - ], - [ - -122.03338576099998, - 37.304939398000045 - ], - [ - -122.03360728899997, - 37.304939062000074 - ], - [ - -122.03409550599997, - 37.30493830100005 - ], - [ - -122.03432413999997, - 37.30493793800008 - ], - [ - -122.03432345799996, - 37.30484331900004 - ], - [ - -122.03432186099997, - 37.30462446300004 - ], - [ - -122.03432128399999, - 37.304546093000056 - ], - [ - -122.03431916599999, - 37.304255871000066 - ], - [ - -122.03432435099995, - 37.304091061000065 - ], - [ - -122.03432238699997, - 37.30380266900005 - ], - [ - -122.03452180699998, - 37.30380179600007 - ], - [ - -122.03472119999998, - 37.303800946000024 - ], - [ - -122.03499517599994, - 37.30379973700008 - ], - [ - -122.035121361, - 37.30379916000004 - ], - [ - -122.03467675499996, - 37.30345329700003 - ], - [ - -122.03389782, - 37.302887303000034 - ], - [ - -122.03336519299995, - 37.30251605900003 - ], - [ - -122.03314205699996, - 37.30235384900004 - ], - [ - -122.03307012299996, - 37.30230154700007 - ], - [ - -122.03300444899998, - 37.302275190000046 - ], - [ - -122.03294636699997, - 37.30223190900006 - ], - [ - -122.03289023299999, - 37.30218015600008 - ], - [ - -122.03284504399994, - 37.30214517500008 - ], - [ - -122.03261930899998, - 37.30204892200004 - ], - [ - -122.03260868199999, - 37.302047756000036 - ], - [ - -122.03260687499994, - 37.30204766500003 - ], - [ - -122.03259795699995, - 37.30204734800003 - ], - [ - -122.03259311699998, - 37.30204745700007 - ], - [ - -122.03258936499998, - 37.30204759700007 - ], - [ - -122.03258724799997, - 37.302047694000066 - ], - [ - -122.03257852599995, - 37.30204856300003 - ], - [ - -122.03257661199996, - 37.302048840000054 - ], - [ - -122.032574496, - 37.302049142000044 - ], - [ - -122.03257226999995, - 37.30204949200004 - ], - [ - -122.03256715999999, - 37.302050429000076 - ], - [ - -122.032556952, - 37.302052967000066 - ], - [ - -122.03254599299999, - 37.30205649700008 - ], - [ - -122.03253761299999, - 37.30206004100006 - ], - [ - -122.03253653499996, - 37.30206053500007 - ], - [ - -122.03252850999996, - 37.30206464500003 - ], - [ - -122.03252751899998, - 37.30206518400007 - ], - [ - -122.03251953799997, - 37.30207009500003 - ], - [ - -122.03251214199997, - 37.302075528000046 - ], - [ - -122.03251121199997, - 37.30207627100003 - ], - [ - -122.03250473799994, - 37.302081987000065 - ], - [ - -122.03249814599997, - 37.30208891700005 - ], - [ - -122.032491946, - 37.302096781000046 - ], - [ - -122.03248742299996, - 37.30210398200006 - ], - [ - -122.03248373499997, - 37.30211131000004 - ], - [ - -122.03248323999998, - 37.30211241500007 - ], - [ - -122.03248030399999, - 37.302120122000076 - ], - [ - -122.03247820799999, - 37.302128321000055 - ], - [ - -122.03247697599994, - 37.30213669200003 - ], - [ - -122.03247663499997, - 37.30214516600006 - ], - [ - -122.032476654, - 37.30214610500008 - ], - [ - -122.03247734399997, - 37.30215465600003 - ], - [ - -122.032257346, - 37.30215513100006 - ], - [ - -122.03227548399997, - 37.29399280700005 - ], - [ - -122.03227555099994, - 37.29396238500004 - ], - [ - -122.032196721, - 37.29397861500007 - ], - [ - -122.03212544999997, - 37.29399044500008 - ], - [ - -122.03211122999994, - 37.29399280400003 - ], - [ - -122.03204688899996, - 37.29400670000007 - ], - [ - -122.03201217799995, - 37.29401287400003 - ], - [ - -122.03190483199995, - 37.294031923000034 - ], - [ - -122.03176123299994, - 37.29405001400005 - ], - [ - -122.03161666799997, - 37.294060923000075 - ], - [ - -122.03147145499997, - 37.29406463600003 - ], - [ - -122.03133544399998, - 37.29406157100004 - ], - [ - -122.03068772599994, - 37.294057477000024 - ], - [ - -122.03032738899998, - 37.29405519800008 - ], - [ - -122.03021198599998, - 37.294049769000026 - ], - [ - -122.02909884299999, - 37.29399737700004 - ], - [ - -122.02804492099995, - 37.29397001900003 - ], - [ - -122.027017877, - 37.29395686100003 - ], - [ - -122.02603241899999, - 37.293944227000054 - ], - [ - -122.02587562199994, - 37.293944828000065 - ], - [ - -122.02587152599995, - 37.29394484300008 - ], - [ - -122.02570633599998, - 37.29394547600003 - ], - [ - -122.02499723099999, - 37.293936263000035 - ], - [ - -122.02366324899998, - 37.29391892000007 - ], - [ - -122.022602969, - 37.29385917500008 - ], - [ - -122.02049395499995, - 37.29377453300003 - ], - [ - -122.01843621499995, - 37.29368911100005 - ], - [ - -122.01780608699994, - 37.293671962000076 - ], - [ - -122.01496830299999, - 37.29355831200007 - ], - [ - -122.01067143499995, - 37.29343691400004 - ], - [ - -122.00958755799996, - 37.29340085100006 - ], - [ - -122.00775029999994, - 37.29333890700008 - ], - [ - -122.00774372599994, - 37.29339932900007 - ], - [ - -122.00766526199999, - 37.294151484000054 - ], - [ - -122.00764292699995, - 37.29436382700004 - ], - [ - -122.00747068899994, - 37.296002835000024 - ], - [ - -122.00746334899998, - 37.296043834000045 - ], - [ - -122.00745345499996, - 37.296152713000026 - ], - [ - -122.00743539599995, - 37.29633705100008 - ], - [ - -122.00743328399994, - 37.29636447900003 - ], - [ - -122.00742953699995, - 37.29639178900004 - ], - [ - -122.00742412499994, - 37.29641896100003 - ], - [ - -122.00730629699996, - 37.296411299000056 - ], - [ - -122.00726047199998, - 37.29640937000005 - ], - [ - -122.00725183999998, - 37.29640902400007 - ], - [ - -122.00701592099995, - 37.296399171000076 - ], - [ - -122.00699117299996, - 37.296398139000075 - ], - [ - -122.00680824799997, - 37.29639051200007 - ], - [ - -122.00671310099995, - 37.29638654100006 - ], - [ - -122.006600489, - 37.296381832000066 - ], - [ - -122.00643499899996, - 37.29637491900007 - ], - [ - -122.00639453599996, - 37.29637324200007 - ], - [ - -122.00621835099997, - 37.296365871000035 - ], - [ - -122.00619165299997, - 37.29636474900008 - ], - [ - -122.00615689699998, - 37.29636331900008 - ], - [ - -122.00597962199998, - 37.29635591600004 - ], - [ - -122.00587882399998, - 37.296351695000055 - ], - [ - -122.00577527499996, - 37.29634737200007 - ], - [ - -122.00560677299995, - 37.29634031300003 - ], - [ - -122.00560072299999, - 37.29634009400007 - ], - [ - -122.00558262899995, - 37.29633934300006 - ], - [ - -122.00537486899998, - 37.296330658000045 - ], - [ - -122.00536855999997, - 37.296330373000046 - ], - [ - -122.00532262299998, - 37.29632846800007 - ], - [ - -122.00517184199998, - 37.29632219000007 - ], - [ - -122.005044549, - 37.29631686600004 - ], - [ - -122.004964573, - 37.29631352200005 - ], - [ - -122.00476644899999, - 37.29630523900005 - ], - [ - -122.0047573, - 37.29630485400003 - ], - [ - -122.00455272499994, - 37.29629631100005 - ], - [ - -122.004488375, - 37.29629363500004 - ], - [ - -122.00434436399996, - 37.296287611000025 - ], - [ - -122.00412516499995, - 37.29627845400006 - ], - [ - -122.00394932199998, - 37.296271121000075 - ], - [ - -122.00349494899996, - 37.29625211900003 - ], - [ - -122.00326319899995, - 37.29615600100004 - ], - [ - -122.00312347299996, - 37.296098028000074 - ], - [ - -122.00285872699999, - 37.295988211000065 - ], - [ - -122.00247026499994, - 37.29582710100004 - ], - [ - -122.00230383599995, - 37.29576198500007 - ], - [ - -122.00171465199998, - 37.29553294700003 - ], - [ - -122.00201740199998, - 37.29517717300007 - ], - [ - -122.00207807399994, - 37.29513958700005 - ], - [ - -122.00232345799998, - 37.294987562000074 - ], - [ - -122.00252837199997, - 37.29486059300007 - ], - [ - -122.00259933099994, - 37.29476171300007 - ], - [ - -122.00271959199995, - 37.294594102000076 - ], - [ - -122.00284002199999, - 37.29442632800004 - ], - [ - -122.00283462999994, - 37.29428065400003 - ], - [ - -122.00282197099995, - 37.29393739500006 - ], - [ - -122.00281402, - 37.293721412000025 - ], - [ - -122.00318383999996, - 37.293369056000074 - ], - [ - -122.00332811299995, - 37.293231648000074 - ], - [ - -122.00348020499996, - 37.29309265200004 - ], - [ - -122.00244085399999, - 37.29297867300005 - ], - [ - -122.00233497299996, - 37.292964237000035 - ], - [ - -122.00094929799997, - 37.29279810200006 - ], - [ - -121.99846202199996, - 37.292515209000044 - ], - [ - -121.99760655899996, - 37.29241863500005 - ], - [ - -121.997496593, - 37.29240548200005 - ], - [ - -121.99738667599996, - 37.29239264900008 - ], - [ - -121.99668503299995, - 37.29231495600004 - ], - [ - -121.993905596, - 37.291995229000065 - ], - [ - -121.99393054099994, - 37.29183845700004 - ], - [ - -121.99400285099995, - 37.29143116400007 - ], - [ - -121.99406560699998, - 37.29107767200003 - ], - [ - -121.99452844099994, - 37.29113034100004 - ], - [ - -121.99502530299998, - 37.29118690300004 - ], - [ - -121.99509335699997, - 37.29119464100006 - ], - [ - -121.99553919199997, - 37.29124537300004 - ], - [ - -121.99600056299994, - 37.291297875000055 - ], - [ - -121.99607539299996, - 37.29089247100006 - ], - [ - -121.99612894499995, - 37.290570615000036 - ], - [ - -121.99554837199997, - 37.290505490000044 - ], - [ - -121.99497965999996, - 37.29043886100004 - ], - [ - -121.99479342999996, - 37.29041704300005 - ], - [ - -121.99497396599998, - 37.29026009200004 - ], - [ - -121.99508224099998, - 37.290165959000035 - ], - [ - -121.99539166399995, - 37.289803892000066 - ], - [ - -121.99572037899998, - 37.28947545400007 - ], - [ - -121.996269773, - 37.28892646400004 - ], - [ - -121.99615303499996, - 37.28891255100007 - ], - [ - -121.99565986699997, - 37.28885372600007 - ], - [ - -121.99550447699994, - 37.28883520200003 - ], - [ - -121.99548477599996, - 37.28883286700005 - ], - [ - -121.99524298999995, - 37.288807665000036 - ], - [ - -121.995328557, - 37.28872270000005 - ], - [ - -121.99614441399996, - 37.28791256400007 - ], - [ - -121.99615536399995, - 37.28790169100006 - ], - [ - -121.99617368, - 37.287883504000035 - ], - [ - -121.99622586999999, - 37.287831975000074 - ], - [ - -121.99624093099999, - 37.287817103000066 - ], - [ - -121.99624358099999, - 37.28781448800004 - ], - [ - -121.99628730799998, - 37.287771313000064 - ], - [ - -121.99615015399996, - 37.28768480200006 - ], - [ - -121.996128877, - 37.287670881000054 - ], - [ - -121.99582053699999, - 37.28746921900006 - ], - [ - -121.99558613499994, - 37.287472190000074 - ], - [ - -121.99526876099998, - 37.28747622100008 - ], - [ - -121.99523682599994, - 37.287476628000036 - ], - [ - -121.99496189899997, - 37.28748011400006 - ], - [ - -121.99468691299995, - 37.287483578000035 - ], - [ - -121.99468423499997, - 37.28719915500005 - ], - [ - -121.994658943, - 37.28693429500004 - ], - [ - -121.99465816299994, - 37.28692648900005 - ], - [ - -121.99465807299998, - 37.286925573000076 - ], - [ - -121.99465806799998, - 37.286923503000025 - ], - [ - -121.99466305599998, - 37.28664564200005 - ], - [ - -121.99466887099999, - 37.28632171800007 - ], - [ - -121.99462818299997, - 37.28606046400006 - ], - [ - -121.99462679199996, - 37.28605397000007 - ], - [ - -121.994626359, - 37.28604930200004 - ], - [ - -121.99462624299997, - 37.28604803700006 - ], - [ - -121.99461326799997, - 37.285724283000036 - ], - [ - -121.99459942699997, - 37.285380076000024 - ], - [ - -121.994589728, - 37.28513848000006 - ], - [ - -121.99457826899999, - 37.28485332200006 - ], - [ - -121.99457033599998, - 37.28457823700006 - ], - [ - -121.99456152399995, - 37.284293594000076 - ], - [ - -121.99455316799998, - 37.284021765000034 - ], - [ - -121.99454573499997, - 37.28378029900006 - ], - [ - -121.99453681699998, - 37.28349034800004 - ], - [ - -121.99453122199998, - 37.283197517000076 - ], - [ - -121.99452208399998, - 37.282900908000045 - ], - [ - -121.99451320099996, - 37.28261271800005 - ], - [ - -121.99450473499996, - 37.28233814300006 - ], - [ - -121.99449497399996, - 37.28202181100005 - ], - [ - -121.994485135, - 37.28170293800008 - ], - [ - -121.99447669699998, - 37.28142838500003 - ], - [ - -121.99446700399994, - 37.281113952000055 - ], - [ - -121.994462248, - 37.280959205000045 - ], - [ - -121.99446016299999, - 37.28087696500006 - ], - [ - -121.99445993199998, - 37.28086785700003 - ], - [ - -121.99445980299998, - 37.280860467000025 - ], - [ - -121.99445877899996, - 37.28079414300004 - ], - [ - -121.99443930599995, - 37.28053356800007 - ], - [ - -121.99419104499998, - 37.28053716100004 - ], - [ - -121.99414583499998, - 37.28053826400003 - ], - [ - -121.99395947, - 37.28054286200006 - ], - [ - -121.99378673399997, - 37.280547080000076 - ], - [ - -121.99373273499998, - 37.28054840800007 - ], - [ - -121.99350253399996, - 37.28055406900006 - ], - [ - -121.99349279999996, - 37.28055433000003 - ], - [ - -121.99327236299996, - 37.28055970500003 - ], - [ - -121.99315285399996, - 37.28056267100004 - ], - [ - -121.99303875599998, - 37.280565453000065 - ], - [ - -121.992950168, - 37.28056761300007 - ], - [ - -121.99280858299994, - 37.280571089000034 - ], - [ - -121.992746394, - 37.28057261300006 - ], - [ - -121.99257841099995, - 37.280576747000055 - ], - [ - -121.99254207799999, - 37.28057764500005 - ], - [ - -121.99235456599996, - 37.28058223200003 - ], - [ - -121.99234053699996, - 37.28058257200007 - ], - [ - -121.99213564699994, - 37.280587586000024 - ], - [ - -121.99212439499996, - 37.280587866000076 - ], - [ - -121.99194043399996, - 37.280592384000045 - ], - [ - -121.99189422299997, - 37.28059352300005 - ], - [ - -121.99173900799997, - 37.280597354000065 - ], - [ - -121.9916640499999, - 37.280599179000035 - ], - [ - -121.99154216299996, - 37.28060215000005 - ], - [ - -121.99143385099995, - 37.280604812000036 - ], - [ - -121.99134695199996, - 37.28060694900006 - ], - [ - -121.99120367799998, - 37.28061046600004 - ], - [ - -121.99115128199998, - 37.28061175100004 - ], - [ - -121.99097350499994, - 37.28061609900004 - ], - [ - -121.99095257599998, - 37.28061661700008 - ], - [ - -121.99075590199999, - 37.28062143200003 - ], - [ - -121.99073989799996, - 37.28062182000008 - ], - [ - -121.99056160599997, - 37.280626193000046 - ], - [ - -121.99050972499998, - 37.28062747300004 - ], - [ - -121.99036398799996, - 37.280631044000074 - ], - [ - -121.990279553, - 37.28063310300007 - ], - [ - -121.99016639899997, - 37.28063587100007 - ], - [ - -121.99009811299999, - 37.28063758700006 - ], - [ - -121.99004935199997, - 37.28063875600003 - ], - [ - -121.99002802099994, - 37.28063927900007 - ], - [ - -121.98980784099996, - 37.280644668000036 - ], - [ - -121.98979234999996, - 37.28064504800005 - ], - [ - -121.98971182899999, - 37.28065090100006 - ], - [ - -121.98970913399995, - 37.28063356300004 - ], - [ - -121.98970669099998, - 37.280564053000035 - ], - [ - -121.98970675399994, - 37.28053994900006 - ], - [ - -121.98970610599997, - 37.280514571000026 - ], - [ - -121.98970391499995, - 37.28045639000004 - ], - [ - -121.98970078099995, - 37.280398357000024 - ], - [ - -121.98969659199997, - 37.280340384000056 - ], - [ - -121.98969207, - 37.280288893000034 - ], - [ - -121.98969171399995, - 37.28023215200005 - ], - [ - -121.98965620999996, - 37.27943643700007 - ], - [ - -121.98962081099995, - 37.278643008000074 - ], - [ - -121.98958480599998, - 37.27784068400007 - ], - [ - -121.98954903099997, - 37.27704275200006 - ], - [ - -121.98951288899997, - 37.27623775100005 - ], - [ - -121.98959585399996, - 37.27623542500004 - ], - [ - -121.99282253099994, - 37.27614437700004 - ], - [ - -121.99405382599997, - 37.27610961800008 - ], - [ - -121.99423615699999, - 37.27610446400007 - ], - [ - -121.99413602599998, - 37.273963080000044 - ], - [ - -121.99413070799994, - 37.273890003000076 - ], - [ - -121.99413050399994, - 37.273887226000056 - ], - [ - -121.99413019899998, - 37.27388500600006 - ], - [ - -121.99411475099998, - 37.27377337100006 - ], - [ - -121.99411456399997, - 37.27377228800003 - ], - [ - -121.99409031699997, - 37.273661461000074 - ], - [ - -121.99408994999999, - 37.273659734000034 - ], - [ - -121.99408916299996, - 37.273657005000075 - ], - [ - -121.99405632, - 37.27354776400006 - ], - [ - -121.99405564899996, - 37.27354589200007 - ], - [ - -121.99402235199994, - 37.27345762600004 - ], - [ - -121.99399637599998, - 37.27338717600003 - ], - [ - -121.99399604899997, - 37.273386189000064 - ], - [ - -121.99397192499998, - 37.273297799000034 - ], - [ - -121.99397146399997, - 37.27329608900004 - ], - [ - -121.99397117099994, - 37.27329443800005 - ], - [ - -121.99395670999996, - 37.273211409000055 - ], - [ - -121.993956573, - 37.273210266000035 - ], - [ - -121.99386993899998, - 37.27252400100008 - ], - [ - -121.99386320099995, - 37.27247056900006 - ], - [ - -121.99385639699994, - 37.27241105000007 - ], - [ - -121.9938505699999, - 37.27234799400003 - ], - [ - -121.9938501399999, - 37.27234339600005 - ], - [ - -121.993850066, - 37.27234246800003 - ], - [ - -121.99384938199995, - 37.27233372500007 - ], - [ - -121.99382309999999, - 37.27198729500003 - ], - [ - -121.99379223399995, - 37.27158060900007 - ], - [ - -121.99377702799995, - 37.27142299800005 - ], - [ - -121.993771504, - 37.27137591600007 - ], - [ - -121.99376728799996, - 37.27133975700008 - ], - [ - -121.99374318099996, - 37.271133778000035 - ], - [ - -121.99374017599996, - 37.271108155000036 - ], - [ - -121.99370022599999, - 37.27076712000007 - ], - [ - -121.99367504599996, - 37.270543685000064 - ], - [ - -121.99367414699998, - 37.27053552000007 - ], - [ - -121.99367309599995, - 37.27052588300006 - ], - [ - -121.99365479299996, - 37.270355264000045 - ], - [ - -121.99355931999997, - 37.270316034000075 - ], - [ - -121.99228275599995, - 37.269730870000046 - ], - [ - -121.99215493199995, - 37.26967225200008 - ], - [ - -121.99209596399999, - 37.26964523700008 - ], - [ - -121.99148711599997, - 37.26936613400005 - ], - [ - -121.99087728999996, - 37.269086583000046 - ], - [ - -121.99082043299995, - 37.26906052500004 - ], - [ - -121.990737793, - 37.26902264100005 - ], - [ - -121.990661021, - 37.26898756600008 - ], - [ - -121.990267572, - 37.26880780400006 - ], - [ - -121.99004483299996, - 37.26870603100008 - ], - [ - -121.98986880499996, - 37.26862561400003 - ], - [ - -121.98969280499995, - 37.26854519800003 - ], - [ - -121.989516778, - 37.26846475700006 - ], - [ - -121.98934075099999, - 37.26838434000007 - ], - [ - -121.98916472499997, - 37.268303900000035 - ], - [ - -121.988988727, - 37.268223481000064 - ], - [ - -121.98865832399997, - 37.268072509000035 - ], - [ - -121.988219158, - 37.26787185200004 - ], - [ - -121.98663243799996, - 37.267146817000025 - ], - [ - -121.98649240599997, - 37.26707298900004 - ], - [ - -121.98649532399997, - 37.26708139800007 - ], - [ - -121.98517601099996, - 37.266475367000055 - ], - [ - -121.98477161699998, - 37.26654937200004 - ], - [ - -121.98450423799994, - 37.26659316400003 - ], - [ - -121.98447446699998, - 37.26661813100003 - ], - [ - -121.98446350199998, - 37.26662732900007 - ], - [ - -121.98436487999999, - 37.266648356000076 - ], - [ - -121.984103125, - 37.26670416200005 - ], - [ - -121.983760884, - 37.26677710200005 - ], - [ - -121.98366454399996, - 37.266797618000055 - ], - [ - -121.98365940999997, - 37.266798737000045 - ], - [ - -121.983450872, - 37.26684319900005 - ], - [ - -121.98328862199998, - 37.266877805000036 - ], - [ - -121.98326837199994, - 37.266882113000065 - ], - [ - -121.98326620599994, - 37.26688257500007 - ], - [ - -121.98312557199995, - 37.26691253400003 - ], - [ - -121.983002678, - 37.26693874400007 - ], - [ - -121.98285779599996, - 37.26696964900003 - ], - [ - -121.98283535099995, - 37.26697442100004 - ], - [ - -121.98267316599998, - 37.26700071500005 - ], - [ - -121.98265544799995, - 37.267004213000064 - ], - [ - -121.98230034699998, - 37.267074266000066 - ], - [ - -121.98225238699996, - 37.266940530000056 - ], - [ - -121.98221903599995, - 37.266947111000036 - ], - [ - -121.98211533199998, - 37.26696758200006 - ], - [ - -121.98201205799995, - 37.266987957000026 - ], - [ - -121.9819154, - 37.26700703400007 - ], - [ - -121.98191043599996, - 37.26700796700004 - ], - [ - -121.98183379799997, - 37.26702256600004 - ], - [ - -121.98179279299995, - 37.267030377000026 - ], - [ - -121.98189682999998, - 37.26732450500003 - ], - [ - -121.98207793399996, - 37.26783651000005 - ], - [ - -121.98208655199994, - 37.26786091500003 - ], - [ - -121.982104387, - 37.26791397900007 - ], - [ - -121.98213674399994, - 37.267907801000035 - ], - [ - -121.98260434099996, - 37.26781842200006 - ], - [ - -121.98263143599996, - 37.26789796700007 - ], - [ - -121.98268614099999, - 37.26805828300007 - ], - [ - -121.98273877699995, - 37.26821251400003 - ], - [ - -121.98279208199995, - 37.26836875200007 - ], - [ - -121.98284435199997, - 37.26852191200004 - ], - [ - -121.98284794199998, - 37.26853244200004 - ], - [ - -121.982897171, - 37.26867666700008 - ], - [ - -121.98295023399999, - 37.26883219700005 - ], - [ - -121.98295996499996, - 37.26886075700003 - ], - [ - -121.98300339099995, - 37.268988094000065 - ], - [ - -121.98306834399995, - 37.26917840400006 - ], - [ - -121.98312977799998, - 37.26933005200004 - ], - [ - -121.98313132299995, - 37.26933424400005 - ], - [ - -121.98318916999995, - 37.269492643000035 - ], - [ - -121.98321776199998, - 37.26957097700006 - ], - [ - -121.98328872299999, - 37.26976528700004 - ], - [ - -121.98333297099998, - 37.26988650200008 - ], - [ - -121.98332650599997, - 37.26990089100008 - ], - [ - -121.98331321499995, - 37.26994546000003 - ], - [ - -121.98330943199994, - 37.26999050100005 - ], - [ - -121.98293846899998, - 37.270061664000025 - ], - [ - -121.98269178799995, - 37.27010853100006 - ], - [ - -121.98242518999996, - 37.270159198000044 - ], - [ - -121.98235616599999, - 37.27017231800005 - ], - [ - -121.98216087699996, - 37.27020942300004 - ], - [ - -121.98217846299997, - 37.27025850600006 - ], - [ - -121.98227378599995, - 37.27052456500007 - ], - [ - -121.98228054499998, - 37.27054338700003 - ], - [ - -121.98233135999999, - 37.270685212000046 - ], - [ - -121.98237353899998, - 37.27080743800008 - ], - [ - -121.98236258399999, - 37.27080963700007 - ], - [ - -121.98238907399997, - 37.27090340400008 - ], - [ - -121.98200582699997, - 37.27097491100005 - ], - [ - -121.98200831399998, - 37.27098335000005 - ], - [ - -121.98180752899998, - 37.27102079800005 - ], - [ - -121.98182863799997, - 37.27108865200006 - ], - [ - -121.98167805299994, - 37.27111697200007 - ], - [ - -121.98145195199999, - 37.27115460400006 - ], - [ - -121.98122763299995, - 37.27117515800006 - ], - [ - -121.98124706899995, - 37.27125848500003 - ], - [ - -121.98130025299997, - 37.27140719300007 - ], - [ - -121.98130707599995, - 37.27142626600005 - ], - [ - -121.98136371799995, - 37.27158472700006 - ], - [ - -121.98142036099995, - 37.27174316600008 - ], - [ - -121.98143579599997, - 37.27178632600004 - ], - [ - -121.98147700499999, - 37.27190162900007 - ], - [ - -121.98153364799998, - 37.27206006700004 - ], - [ - -121.98159031999995, - 37.27221852800005 - ], - [ - -121.98164696299995, - 37.27237694400003 - ], - [ - -121.98170360799998, - 37.27253540500004 - ], - [ - -121.98171512999994, - 37.27256764900005 - ], - [ - -121.981760281, - 37.272693867000044 - ], - [ - -121.981815015, - 37.27284701900004 - ], - [ - -121.98187169099998, - 37.27300548000005 - ], - [ - -121.98192833399997, - 37.27316391900007 - ], - [ - -121.98198494999997, - 37.27332235800003 - ], - [ - -121.98205966699999, - 37.27353124600006 - ], - [ - -121.98207864899996, - 37.27358431700003 - ], - [ - -121.98208204599996, - 37.273593865000066 - ], - [ - -121.98208642199995, - 37.27360509500005 - ], - [ - -121.98212235999995, - 37.27369711600005 - ], - [ - -121.98228285799996, - 37.273592079000025 - ], - [ - -121.98291566299997, - 37.273418364000065 - ], - [ - -121.98291922899995, - 37.27351155100007 - ], - [ - -121.98292047999996, - 37.27354424500004 - ], - [ - -121.98292337299995, - 37.27362077600003 - ], - [ - -121.98292351199996, - 37.27362489500007 - ], - [ - -121.98293342599999, - 37.273886495000056 - ], - [ - -121.98293975399997, - 37.27405399400004 - ], - [ - -121.98294593799994, - 37.274217032000024 - ], - [ - -121.98295204199997, - 37.27437897200008 - ], - [ - -121.98295817699994, - 37.27454095600007 - ], - [ - -121.98296431099999, - 37.27470291800006 - ], - [ - -121.98297044299994, - 37.27486488000005 - ], - [ - -121.98297654699996, - 37.275026843000035 - ], - [ - -121.98298269399999, - 37.27518944600007 - ], - [ - -121.982988746, - 37.275348730000076 - ], - [ - -121.98299485099994, - 37.27551069100008 - ], - [ - -121.98300115899997, - 37.27567709200008 - ], - [ - -121.98300730499994, - 37.275839649000034 - ], - [ - -121.98301267, - 37.27598168500003 - ], - [ - -121.98301339399995, - 37.27600078900008 - ], - [ - -121.98301954799996, - 37.27616384800007 - ], - [ - -121.98302122099994, - 37.276207776000035 - ], - [ - -121.98302554999998, - 37.27632203500008 - ], - [ - -121.98302578599998, - 37.27632816700003 - ], - [ - -121.98302907899995, - 37.27641041500004 - ], - [ - -121.98153119999995, - 37.27645036600006 - ], - [ - -121.98017462599995, - 37.27648745800008 - ], - [ - -121.97970075699999, - 37.27650166500007 - ], - [ - -121.97970748399996, - 37.276583938000044 - ], - [ - -121.97971288999997, - 37.27674714700004 - ], - [ - -121.97971324399998, - 37.276757807000024 - ], - [ - -121.979717747, - 37.27689266500005 - ], - [ - -121.979718285, - 37.276908338000055 - ], - [ - -121.97972257299995, - 37.27703818700007 - ], - [ - -121.97972353999995, - 37.27706676400004 - ], - [ - -121.97972742999997, - 37.27718370600007 - ], - [ - -121.97972848499995, - 37.277215374000036 - ], - [ - -121.97973225699997, - 37.27732922700005 - ], - [ - -121.97973381999998, - 37.277376385000025 - ], - [ - -121.97973708499995, - 37.27747474800003 - ], - [ - -121.979738769, - 37.27752517600004 - ], - [ - -121.97974174499996, - 37.277614776000064 - ], - [ - -121.97974401599998, - 37.277683212000056 - ], - [ - -121.97974657299994, - 37.27776029700004 - ], - [ - -121.97974893599996, - 37.277830540000025 - ], - [ - -121.97975126299997, - 37.277900325000076 - ], - [ - -121.97975424899994, - 37.27799040600007 - ], - [ - -121.97975609099996, - 37.278045846000055 - ], - [ - -121.97975922799998, - 37.278140664000034 - ], - [ - -121.97976091799995, - 37.278191366000044 - ], - [ - -121.97976445699999, - 37.27829780700006 - ], - [ - -121.97976560899997, - 37.27833288200003 - ], - [ - -121.97977243599996, - 37.27844630800007 - ], - [ - -121.97977440799997, - 37.27847929200004 - ], - [ - -121.97978179399996, - 37.278603651000026 - ], - [ - -121.97978294899997, - 37.278622889000076 - ], - [ - -121.97979078399999, - 37.27875383600008 - ], - [ - -121.979791547, - 37.27876639400006 - ], - [ - -121.97979215299995, - 37.278776755000024 - ], - [ - -121.97980154499999, - 37.27892567400005 - ], - [ - -121.97980116499997, - 37.27900920400003 - ], - [ - -121.97964140999994, - 37.27900920900004 - ], - [ - -121.97941008699996, - 37.279007095000054 - ], - [ - -121.97933807199996, - 37.279007136000075 - ], - [ - -121.97927264499998, - 37.279007069000045 - ], - [ - -121.97884211699994, - 37.27900898200005 - ], - [ - -121.97881824099994, - 37.279010190000065 - ], - [ - -121.97877868499995, - 37.27901715400003 - ], - [ - -121.97877442899994, - 37.279018234000034 - ], - [ - -121.97877331499996, - 37.279018516000065 - ], - [ - -121.97871079799995, - 37.279030213000055 - ], - [ - -121.97864694799995, - 37.27903468900007 - ], - [ - -121.97864265299995, - 37.27903473300006 - ], - [ - -121.97784505799996, - 37.27903782100003 - ], - [ - -121.97780614599998, - 37.27903920500006 - ], - [ - -121.97773954399997, - 37.27904736600004 - ], - [ - -121.97771460799999, - 37.27905237600004 - ], - [ - -121.97729254899997, - 37.279146653000055 - ], - [ - -121.977288419, - 37.279104335000056 - ], - [ - -121.97727812699998, - 37.279042752000066 - ], - [ - -121.97725838899999, - 37.27897948200007 - ], - [ - -121.97723004399995, - 37.27891902700003 - ], - [ - -121.97722778499997, - 37.27891494600004 - ], - [ - -121.97722547099994, - 37.27891088100006 - ], - [ - -121.97722316, - 37.27890681500003 - ], - [ - -121.97704179299996, - 37.278597271000024 - ], - [ - -121.97703446199995, - 37.278585527000075 - ], - [ - -121.97703356799997, - 37.27858409700008 - ], - [ - -121.97700209799996, - 37.27854447500005 - ], - [ - -121.976963588, - 37.278509574000054 - ], - [ - -121.97691803199996, - 37.278479392000065 - ], - [ - -121.97686750599996, - 37.27845552100007 - ], - [ - -121.97684023599999, - 37.278445899000076 - ], - [ - -121.97661822999999, - 37.27837593100003 - ], - [ - -121.97665784499998, - 37.278273314000046 - ], - [ - -121.97669201599996, - 37.27816080300005 - ], - [ - -121.97671138599998, - 37.278077207000024 - ], - [ - -121.97671719599998, - 37.27804673900005 - ], - [ - -121.976717367, - 37.278045537000025 - ], - [ - -121.97673326699999, - 37.27793167800007 - ], - [ - -121.97674017499997, - 37.27781603300008 - ], - [ - -121.97674014499995, - 37.277814196000065 - ], - [ - -121.97673832099997, - 37.27770783200003 - ], - [ - -121.97672311099996, - 37.27742787200003 - ], - [ - -121.97671757299997, - 37.27732585100006 - ], - [ - -121.97643826899997, - 37.277369889000056 - ], - [ - -121.97631348299996, - 37.27747819900003 - ], - [ - -121.97626074099998, - 37.277411131000065 - ], - [ - -121.97619116199996, - 37.27744442100004 - ], - [ - -121.976134506, - 37.27746195900005 - ], - [ - -121.976076015, - 37.27747512700006 - ], - [ - -121.97601620499995, - 37.27748380000003 - ], - [ - -121.97595567299999, - 37.27748788300005 - ], - [ - -121.97589490799999, - 37.27748736600006 - ], - [ - -121.97561573099995, - 37.277487085000075 - ], - [ - -121.975400101, - 37.27748456000006 - ], - [ - -121.97518806899996, - 37.27747992900004 - ], - [ - -121.97511964699999, - 37.27747907400004 - ], - [ - -121.97505418099996, - 37.27747831900007 - ], - [ - -121.97497467499994, - 37.27747746700004 - ], - [ - -121.97472700799995, - 37.27747726700005 - ], - [ - -121.97439426099999, - 37.27747523100004 - ], - [ - -121.97428181499998, - 37.27747447300004 - ], - [ - -121.97421021499997, - 37.27747361100006 - ], - [ - -121.97414672399998, - 37.27747285400005 - ], - [ - -121.97392785399995, - 37.27747016100005 - ], - [ - -121.97375047699995, - 37.27746680800004 - ], - [ - -121.97358032799997, - 37.27746096100003 - ], - [ - -121.97342506499996, - 37.27745613900004 - ], - [ - -121.97321421899994, - 37.27744782800005 - ], - [ - -121.97305748699995, - 37.27743959000003 - ], - [ - -121.97298855799994, - 37.27743775500005 - ], - [ - -121.97274520199994, - 37.27743960300006 - ], - [ - -121.97254934299997, - 37.27744604900005 - ], - [ - -121.97222641899998, - 37.277464370000075 - ], - [ - -121.97215363799995, - 37.277468971000076 - ], - [ - -121.97196132899995, - 37.27747969600006 - ], - [ - -121.97176177199998, - 37.27749037700005 - ], - [ - -121.97164589099998, - 37.277492634000055 - ], - [ - -121.97161104999998, - 37.277490714000066 - ], - [ - -121.97157637999999, - 37.27748735100005 - ], - [ - -121.97154197099997, - 37.277482588000055 - ], - [ - -121.97145531099994, - 37.277467493000074 - ], - [ - -121.97136129299997, - 37.27744102300005 - ], - [ - -121.97126315499997, - 37.27738853300008 - ], - [ - -121.97122178599994, - 37.277378042000066 - ], - [ - -121.97086524499997, - 37.27728764200003 - ], - [ - -121.97046573299997, - 37.27728732600008 - ], - [ - -121.97045963599999, - 37.277294795000046 - ], - [ - -121.97038580499998, - 37.27729707300006 - ], - [ - -121.97037701799997, - 37.27729736600003 - ], - [ - -121.97014138699996, - 37.27730467500004 - ], - [ - -121.96944938399997, - 37.27732615600007 - ], - [ - -121.96919337299994, - 37.277290477000065 - ], - [ - -121.96912035799994, - 37.27728029200006 - ], - [ - -121.96893951899995, - 37.277255069000034 - ], - [ - -121.96886256799996, - 37.277282220000075 - ], - [ - -121.96883730599995, - 37.277291098000035 - ], - [ - -121.96809174899994, - 37.27755388800006 - ], - [ - -121.96745849799998, - 37.27777710500004 - ], - [ - -121.96716770299997, - 37.277879589000065 - ], - [ - -121.96697693099998, - 37.27794682700005 - ], - [ - -121.96663836, - 37.27795033500007 - ], - [ - -121.96626439099998, - 37.27795419500006 - ], - [ - -121.96551218499997, - 37.27830238400003 - ], - [ - -121.96526461599996, - 37.278599529000076 - ], - [ - -121.96477024499995, - 37.278796251000074 - ], - [ - -121.96474106599999, - 37.27880703100004 - ], - [ - -121.96474058899997, - 37.278912811000055 - ], - [ - -121.9647392, - 37.27923091100007 - ], - [ - -121.964724236, - 37.27938384300006 - ], - [ - -121.96472715299996, - 37.27955465800005 - ], - [ - -121.96472956799994, - 37.279694052000025 - ], - [ - -121.96472997799998, - 37.279719431000046 - ], - [ - -121.96473159299995, - 37.27981216200004 - ], - [ - -121.964732804, - 37.27988420500003 - ], - [ - -121.96473439199997, - 37.279976936000025 - ], - [ - -121.96473563199999, - 37.28004897900007 - ], - [ - -121.96473751199994, - 37.28015818700004 - ], - [ - -121.96473845799994, - 37.280213752000066 - ], - [ - -121.96474060499997, - 37.280339438000055 - ], - [ - -121.96474128499995, - 37.280378503000065 - ], - [ - -121.96474343099999, - 37.28050421100005 - ], - [ - -121.96474411099996, - 37.280543299000044 - ], - [ - -121.96474655199995, - 37.280685461000076 - ], - [ - -121.96474693799996, - 37.28070809500008 - ], - [ - -121.96474934999998, - 37.28085023600005 - ], - [ - -121.96474976399998, - 37.28087284600008 - ], - [ - -121.96475228499997, - 37.28102050200005 - ], - [ - -121.96475257799995, - 37.281037619000074 - ], - [ - -121.96475537799995, - 37.28120175300006 - ], - [ - -121.96475821799999, - 37.28136716700004 - ], - [ - -121.96476012599999, - 37.28147637400008 - ], - [ - -121.96476104399994, - 37.28153196300008 - ], - [ - -121.96476246999998, - 37.281615059000046 - ], - [ - -121.96476386999996, - 37.28169673700006 - ], - [ - -121.96476729799997, - 37.28189654800008 - ], - [ - -121.964767382, - 37.28196521700005 - ], - [ - -121.96514061099998, - 37.28196212700004 - ], - [ - -121.96517486299996, - 37.28196169900008 - ], - [ - -121.96521527399995, - 37.281961170000045 - ], - [ - -121.96604271899997, - 37.28195076900005 - ], - [ - -121.96604584199997, - 37.28195073000006 - ], - [ - -121.96611747499998, - 37.28195019900005 - ], - [ - -121.96620309899998, - 37.28194873800004 - ], - [ - -121.96640948299995, - 37.28194654400005 - ], - [ - -121.96649310499998, - 37.28194535800003 - ], - [ - -121.966493658, - 37.28202750400004 - ], - [ - -121.96649617899999, - 37.28222627300005 - ], - [ - -121.96649619599998, - 37.28222856300005 - ], - [ - -121.966498216, - 37.282392842000036 - ], - [ - -121.96649827799996, - 37.28239606900007 - ], - [ - -121.96650039499997, - 37.28256087400007 - ], - [ - -121.96650041899994, - 37.282563621000065 - ], - [ - -121.96650240699995, - 37.28271908900007 - ], - [ - -121.96650255799995, - 37.282731127000034 - ], - [ - -121.96650458999994, - 37.28289316400003 - ], - [ - -121.96650462399998, - 37.28289634400005 - ], - [ - -121.96650665499999, - 37.28305687000005 - ], - [ - -121.96650670199995, - 37.28306069200005 - ], - [ - -121.96650878199995, - 37.283225178000066 - ], - [ - -121.96650881299996, - 37.28322822200005 - ], - [ - -121.96651090799998, - 37.283393508000074 - ], - [ - -121.96651091999996, - 37.28339575900003 - ], - [ - -121.96651300999997, - 37.28356069400007 - ], - [ - -121.966513035, - 37.28356328000007 - ], - [ - -121.96651513799998, - 37.28373035200008 - ], - [ - -121.96651726099998, - 37.28389552400006 - ], - [ - -121.96651728699999, - 37.28389833800003 - ], - [ - -121.96651866199994, - 37.28400876500007 - ], - [ - -121.96651968299994, - 37.284090631000026 - ], - [ - -121.96652100699998, - 37.28417061600004 - ], - [ - -121.96644299399998, - 37.28417099700005 - ], - [ - -121.96633526699998, - 37.28417172700006 - ], - [ - -121.966316668, - 37.28417131900005 - ], - [ - -121.96629805599997, - 37.28417180500003 - ], - [ - -121.966279521, - 37.284173182000075 - ], - [ - -121.96607392299995, - 37.28417779200004 - ], - [ - -121.96579560899994, - 37.28418036000005 - ], - [ - -121.96579662899995, - 37.284257258000025 - ], - [ - -121.965799829, - 37.284496466000064 - ], - [ - -121.96580064199998, - 37.28455700100005 - ], - [ - -121.96580268199995, - 37.284710681000035 - ], - [ - -121.96580310399997, - 37.28474237900008 - ], - [ - -121.965805408, - 37.28491402700007 - ], - [ - -121.96580553499996, - 37.28492489800004 - ], - [ - -121.96580768499996, - 37.28508569600007 - ], - [ - -121.96580838799997, - 37.28513911300007 - ], - [ - -121.96580995999994, - 37.285257321000074 - ], - [ - -121.96581124099998, - 37.28535332900003 - ], - [ - -121.96581223699997, - 37.285428945000035 - ], - [ - -121.96581409499998, - 37.28556756800003 - ], - [ - -121.96581454199998, - 37.28560061500008 - ], - [ - -121.96581681699996, - 37.28577224000003 - ], - [ - -121.96581694699995, - 37.28578176100007 - ], - [ - -121.965819152, - 37.285943909000025 - ], - [ - -121.96581980099995, - 37.28599597700003 - ], - [ - -121.96582140499999, - 37.28611580900008 - ], - [ - -121.96582265399996, - 37.286210193000045 - ], - [ - -121.96582368099996, - 37.286287479000066 - ], - [ - -121.96582550699998, - 37.28642438500003 - ], - [ - -121.96582596999997, - 37.286458279000044 - ], - [ - -121.96582853599995, - 37.28665054700008 - ], - [ - -121.96582861599995, - 37.286656040000025 - ], - [ - -121.96583499499997, - 37.286892323000075 - ], - [ - -121.96606752099996, - 37.28688156100003 - ], - [ - -121.96630780799995, - 37.28687047300008 - ], - [ - -121.96637297899997, - 37.286867449000056 - ], - [ - -121.96649219099999, - 37.28686191500003 - ], - [ - -121.96652502099994, - 37.28686042800007 - ], - [ - -121.96664460899996, - 37.28685332800006 - ], - [ - -121.96675374199998, - 37.28684410500006 - ], - [ - -121.967076024, - 37.28678801600006 - ], - [ - -121.96708307499995, - 37.286786187000075 - ], - [ - -121.96708422299997, - 37.28678589100008 - ], - [ - -121.96708665099999, - 37.28678541200003 - ], - [ - -121.96708845599994, - 37.28678506700004 - ], - [ - -121.96718167499995, - 37.286767861000044 - ], - [ - -121.96735746699994, - 37.28672974300008 - ], - [ - -121.96736030999995, - 37.28672902500006 - ], - [ - -121.96748195299995, - 37.286698123000065 - ], - [ - -121.96752869299996, - 37.28668521800006 - ], - [ - -121.96753034899996, - 37.28668475300003 - ], - [ - -121.96754034099996, - 37.28668190500008 - ], - [ - -121.96754172099998, - 37.28668149600003 - ], - [ - -121.96755197699997, - 37.286678566000035 - ], - [ - -121.96755585299996, - 37.28667745200005 - ], - [ - -121.96756360899997, - 37.28667521600005 - ], - [ - -121.96773734499999, - 37.28662847600003 - ], - [ - -121.96791441699997, - 37.28658849200008 - ], - [ - -121.96809374199995, - 37.28655555600005 - ], - [ - -121.96827488899999, - 37.286529743000074 - ], - [ - -121.968393758, - 37.286516781000046 - ], - [ - -121.96839291999999, - 37.286474171000066 - ], - [ - -121.97041911399998, - 37.28639118000007 - ], - [ - -121.97060835399998, - 37.286383424000064 - ], - [ - -121.97068372299998, - 37.28638034900007 - ], - [ - -121.97068416299999, - 37.28642156900003 - ], - [ - -121.97079064599995, - 37.286417210000025 - ], - [ - -121.97106558999997, - 37.28640592800008 - ], - [ - -121.97132885399998, - 37.28639515900005 - ], - [ - -121.97170670099996, - 37.28637953900005 - ], - [ - -121.97185586199998, - 37.286373292000064 - ], - [ - -121.97206201699998, - 37.28636465900007 - ], - [ - -121.97225099399998, - 37.286356744000045 - ], - [ - -121.97247432299997, - 37.286347412000055 - ], - [ - -121.97288139199998, - 37.28633036900004 - ], - [ - -121.97348585399999, - 37.286305070000026 - ], - [ - -121.973805245, - 37.28629169000004 - ], - [ - -121.97397129499996, - 37.286284747000025 - ], - [ - -121.974162934, - 37.286276635000036 - ], - [ - -121.97416016799997, - 37.28616682000006 - ], - [ - -121.97412702899999, - 37.28603786300005 - ], - [ - -121.97411732199998, - 37.28585211600006 - ], - [ - -121.97411116899997, - 37.28575942100008 - ], - [ - -121.97411058799997, - 37.285747411000045 - ], - [ - -121.97410457199999, - 37.285625321000055 - ], - [ - -121.974102932, - 37.285594486000036 - ], - [ - -121.97409787799995, - 37.285499395000045 - ], - [ - -121.97408980699998, - 37.28535016100005 - ], - [ - -121.97408867699994, - 37.285329140000044 - ], - [ - -121.974088124, - 37.28531857200005 - ], - [ - -121.9740873699999, - 37.285306449000075 - ], - [ - -121.97408002399999, - 37.28518664200004 - ], - [ - -121.97407830499998, - 37.285159082000064 - ], - [ - -121.97407698999996, - 37.285137398000074 - ], - [ - -121.97407598899997, - 37.28511717600003 - ], - [ - -121.97407052999995, - 37.28501021100004 - ], - [ - -121.97406978099997, - 37.28498822300003 - ], - [ - -121.97406860299998, - 37.28497214600003 - ], - [ - -121.97406792799995, - 37.28495816900005 - ], - [ - -121.97406202499997, - 37.28484184600006 - ], - [ - -121.974061899, - 37.28481804200004 - ], - [ - -121.97406024399999, - 37.284806778000075 - ], - [ - -121.97405945099996, - 37.28479126900004 - ], - [ - -121.97405389399995, - 37.28467350000005 - ], - [ - -121.97405255799998, - 37.28464794900003 - ], - [ - -121.97405216299995, - 37.284640927000055 - ], - [ - -121.97405054099994, - 37.284612449000065 - ], - [ - -121.97404284499999, - 37.28447781400007 - ], - [ - -121.97420961499995, - 37.28447122800003 - ], - [ - -121.97450616599997, - 37.28445792600007 - ], - [ - -121.97471223399998, - 37.28444954100007 - ], - [ - -121.97514319199996, - 37.28443150100003 - ], - [ - -121.97518461199996, - 37.28442978900006 - ], - [ - -121.97537106799996, - 37.28442206200003 - ], - [ - -121.97556598299997, - 37.28441328700006 - ], - [ - -121.975627149, - 37.28441057200007 - ], - [ - -121.97589336199997, - 37.28440009800005 - ], - [ - -121.97611113999994, - 37.28439430900005 - ], - [ - -121.97648625699998, - 37.28437738000008 - ], - [ - -121.97664078099996, - 37.28438902800008 - ], - [ - -121.97664496299996, - 37.28360565200006 - ], - [ - -121.977923138, - 37.28357970900004 - ], - [ - -121.97890029699994, - 37.28355986500003 - ], - [ - -121.97949539999996, - 37.28354777000004 - ], - [ - -121.979659906, - 37.28354127400007 - ], - [ - -121.98011246099998, - 37.28352340200007 - ], - [ - -121.98088497799995, - 37.283507135000036 - ], - [ - -121.98090973099994, - 37.283507765000024 - ], - [ - -121.98092911999998, - 37.283509826000056 - ], - [ - -121.98096225899997, - 37.28351373100003 - ], - [ - -121.98103229799995, - 37.28351651000003 - ], - [ - -121.98103531999999, - 37.283516458000065 - ], - [ - -121.98104016899998, - 37.28351636600007 - ], - [ - -121.98241181299994, - 37.283482942000035 - ], - [ - -121.98247704099998, - 37.28348285000004 - ], - [ - -121.98255484299995, - 37.28347984900006 - ], - [ - -121.982714494, - 37.283478423000076 - ], - [ - -121.98297198699998, - 37.28347337900004 - ], - [ - -121.98297505, - 37.28355414200007 - ], - [ - -121.98297899299996, - 37.283683558000064 - ], - [ - -121.98298223499995, - 37.28373875200003 - ], - [ - -121.98298631699998, - 37.283808812000075 - ], - [ - -121.98298751699997, - 37.28385192200005 - ], - [ - -121.98299037499999, - 37.28389782700003 - ], - [ - -121.98299163699994, - 37.28391815900005 - ], - [ - -121.98299567599997, - 37.28398311600006 - ], - [ - -121.98299750199999, - 37.28401312600005 - ], - [ - -121.98299935399996, - 37.284024113000044 - ], - [ - -121.98300094899997, - 37.28406268400005 - ], - [ - -121.98300200699998, - 37.284088514000075 - ], - [ - -121.98300760799998, - 37.28422356400006 - ], - [ - -121.98300959499994, - 37.28425453300008 - ], - [ - -121.98301537299994, - 37.28434789700003 - ], - [ - -121.98301840599999, - 37.28440549600003 - ], - [ - -121.98301867699996, - 37.284410483000045 - ], - [ - -121.98301922, - 37.28441910500004 - ], - [ - -121.98302990399998, - 37.284583688000055 - ], - [ - -121.98303422499998, - 37.284649855000055 - ], - [ - -121.98303458099997, - 37.284657770000024 - ], - [ - -121.98303865999998, - 37.284749256000055 - ], - [ - -121.98304870599998, - 37.28497414000003 - ], - [ - -121.983059213, - 37.28514998600008 - ], - [ - -121.98306688099996, - 37.28529395900006 - ], - [ - -121.983068517, - 37.285331685000074 - ], - [ - -121.98306912099997, - 37.28546759900007 - ], - [ - -121.98306945699994, - 37.28547295200008 - ], - [ - -121.98306993199998, - 37.285480979000056 - ], - [ - -121.98309256599998, - 37.28587827200005 - ], - [ - -121.98309339999997, - 37.285892843000056 - ], - [ - -121.98310633899996, - 37.286098897000045 - ], - [ - -121.98312179899995, - 37.28610154300003 - ], - [ - -121.98313725699995, - 37.28610419600005 - ], - [ - -121.983138441, - 37.286104402000035 - ], - [ - -121.98321440499996, - 37.28611799200007 - ], - [ - -121.983365806, - 37.28614752400006 - ], - [ - -121.983369644, - 37.28614827400003 - ], - [ - -121.98338089899994, - 37.286150633000034 - ], - [ - -121.98338394399997, - 37.28615127300003 - ], - [ - -121.98339597299997, - 37.28615379800004 - ], - [ - -121.98339800399998, - 37.28615422400003 - ], - [ - -121.98341104499997, - 37.28615696300005 - ], - [ - -121.98342611899994, - 37.28616013000004 - ], - [ - -121.98359884299998, - 37.286199242000066 - ], - [ - -121.98360607499995, - 37.28620097900006 - ], - [ - -121.98361141999999, - 37.28620226700008 - ], - [ - -121.983620998, - 37.28620458100005 - ], - [ - -121.98362366899994, - 37.28620522800003 - ], - [ - -121.98363591699996, - 37.286208197000065 - ], - [ - -121.98382544699996, - 37.28625718300003 - ], - [ - -121.98404394399995, - 37.286320431000036 - ], - [ - -121.98388214399995, - 37.28647074100007 - ], - [ - -121.98377148199995, - 37.286573547000046 - ], - [ - -121.98373480599997, - 37.28660505100004 - ], - [ - -121.98352447599996, - 37.286785708000025 - ], - [ - -121.98337480799995, - 37.286908029000074 - ], - [ - -121.98323430499994, - 37.28703018900006 - ], - [ - -121.98309475999997, - 37.28715153400003 - ], - [ - -121.98301756599994, - 37.28721866400008 - ], - [ - -121.98295524199995, - 37.28727287900006 - ], - [ - -121.98283661999994, - 37.28737601300003 - ], - [ - -121.98281566599996, - 37.287394224000025 - ], - [ - -121.98269242699996, - 37.287501399000064 - ], - [ - -121.98268778, - 37.287505442000054 - ], - [ - -121.98255287899997, - 37.28762274500008 - ], - [ - -121.98254820399995, - 37.28762678800007 - ], - [ - -121.98241333199996, - 37.28774409000005 - ], - [ - -121.98240865699995, - 37.28774813200005 - ], - [ - -121.98227378299998, - 37.287865434000025 - ], - [ - -121.98226916399994, - 37.287869475000036 - ], - [ - -121.98213888099997, - 37.287982714000066 - ], - [ - -121.98212958799996, - 37.28799082000006 - ], - [ - -121.98199468399997, - 37.288108099000056 - ], - [ - -121.98199000899996, - 37.288112141000056 - ], - [ - -121.98185513399994, - 37.28822944400008 - ], - [ - -121.98185048799996, - 37.288233486000024 - ], - [ - -121.98171558499996, - 37.28835078700007 - ], - [ - -121.981710938, - 37.28835482900007 - ], - [ - -121.98157603399994, - 37.28847213100005 - ], - [ - -121.98157138699997, - 37.28847617200006 - ], - [ - -121.98143648299998, - 37.28859345200004 - ], - [ - -121.98142715999995, - 37.28860155800004 - ], - [ - -121.98129692999998, - 37.28871479400004 - ], - [ - -121.981287609, - 37.288722879000034 - ], - [ - -121.98115273199994, - 37.28884018000008 - ], - [ - -121.98114808499997, - 37.28884422100003 - ], - [ - -121.980978285, - 37.28899185900008 - ], - [ - -121.98086199399995, - 37.28909296900008 - ], - [ - -121.98069151799996, - 37.28924123300004 - ], - [ - -121.98068827999998, - 37.28924404400004 - ], - [ - -121.98055199299995, - 37.28936259900007 - ], - [ - -121.98054872499995, - 37.28936543300006 - ], - [ - -121.98041246799994, - 37.289483963000066 - ], - [ - -121.98040920099999, - 37.28948677400007 - ], - [ - -121.98027291299996, - 37.28960532900004 - ], - [ - -121.98026967499999, - 37.28960813800006 - ], - [ - -121.98013335899998, - 37.28972667000005 - ], - [ - -121.98012547299999, - 37.289733546000036 - ], - [ - -121.979993832, - 37.289848035000034 - ], - [ - -121.97998594499995, - 37.28985488700005 - ], - [ - -121.97984641899995, - 37.28997625100004 - ], - [ - -121.97983492699996, - 37.289986216000045 - ], - [ - -121.98009061899995, - 37.29016981400008 - ], - [ - -121.98021644699998, - 37.29027106900003 - ], - [ - -121.98023704999997, - 37.290285779000044 - ], - [ - -121.98048555699995, - 37.29046656100007 - ], - [ - -121.98055442099997, - 37.29051669000006 - ], - [ - -121.98058877999995, - 37.29054171000007 - ], - [ - -121.98070688499996, - 37.29062765600003 - ], - [ - -121.98087684899997, - 37.290751312000054 - ], - [ - -121.98101434399996, - 37.29085136600003 - ], - [ - -121.98102957699996, - 37.29086245900004 - ], - [ - -121.98117436999996, - 37.29096782200003 - ], - [ - -121.98118204399998, - 37.29097342500006 - ], - [ - -121.98133250399997, - 37.291082860000074 - ], - [ - -121.98148706299997, - 37.29119533200003 - ], - [ - -121.98164110199997, - 37.291307423000035 - ], - [ - -121.98164999699998, - 37.29131390400005 - ], - [ - -121.98142104199997, - 37.291514181000025 - ], - [ - -121.98127952599998, - 37.29163797600006 - ], - [ - -121.98122920199995, - 37.29168198800005 - ], - [ - -121.98109013599998, - 37.29180364600006 - ], - [ - -121.981058341, - 37.291831470000034 - ], - [ - -121.98095101499996, - 37.29192532700006 - ], - [ - -121.98085165899994, - 37.29201223900003 - ], - [ - -121.98081192099994, - 37.292047007000065 - ], - [ - -121.98065432399994, - 37.29218489800007 - ], - [ - -121.98053224599994, - 37.29228180200005 - ], - [ - -121.98028394699998, - 37.29250679200004 - ], - [ - -121.98026353499995, - 37.29249169000008 - ], - [ - -121.98017095499995, - 37.29242313700007 - ], - [ - -121.98012039199995, - 37.29238573200007 - ], - [ - -121.97995640099998, - 37.29226435800007 - ], - [ - -121.97990037199997, - 37.29222292500003 - ], - [ - -121.979792412, - 37.292143029000044 - ], - [ - -121.97968238699997, - 37.29206158000005 - ], - [ - -121.97962845, - 37.29202167700004 - ], - [ - -121.979486152, - 37.291916349000076 - ], - [ - -121.97946448999994, - 37.29190032500003 - ], - [ - -121.97932001199996, - 37.29179339800004 - ], - [ - -121.97930050199994, - 37.29177897300008 - ], - [ - -121.97916730499998, - 37.29168039500007 - ], - [ - -121.979131484, - 37.29165388300004 - ], - [ - -121.97901791399994, - 37.29156982200004 - ], - [ - -121.97896752499997, - 37.29153253000004 - ], - [ - -121.97886564399994, - 37.291457112000046 - ], - [ - -121.97880356699994, - 37.29141115300007 - ], - [ - -121.97871424699997, - 37.29134507600003 - ], - [ - -121.97863958099998, - 37.29128982300006 - ], - [ - -121.97856253099997, - 37.29123279200007 - ], - [ - -121.97847562399994, - 37.29116846800008 - ], - [ - -121.97841093199997, - 37.29112059800008 - ], - [ - -121.97832425799999, - 37.291056455000046 - ], - [ - -121.978260321, - 37.29100912500007 - ], - [ - -121.97817289199998, - 37.29094441800004 - ], - [ - -121.97810296499995, - 37.290892677000045 - ], - [ - -121.97802152599996, - 37.29083240400007 - ], - [ - -121.97791961699994, - 37.290756963000035 - ], - [ - -121.97787018999998, - 37.29072038900006 - ], - [ - -121.97773516499996, - 37.29062046000007 - ], - [ - -121.97771882399996, - 37.29060837500003 - ], - [ - -121.977575049, - 37.29050194100006 - ], - [ - -121.97739543199998, - 37.29037661700005 - ], - [ - -121.97735339599996, - 37.290345880000075 - ], - [ - -121.977167292, - 37.29020978800003 - ], - [ - -121.977123195, - 37.29017754200004 - ], - [ - -121.97677280699997, - 37.289926415000025 - ], - [ - -121.97674871599997, - 37.289909185000056 - ], - [ - -121.97661166799998, - 37.28982704300006 - ], - [ - -121.97660745299999, - 37.29061648600003 - ], - [ - -121.97660693999995, - 37.290711876000046 - ], - [ - -121.97555649199995, - 37.290729028000044 - ], - [ - -121.97463377999998, - 37.29074408300005 - ], - [ - -121.97399667199994, - 37.29075448300006 - ], - [ - -121.97371272899994, - 37.29075910900008 - ], - [ - -121.97309581199994, - 37.290769182000076 - ], - [ - -121.97271761299999, - 37.290775334000045 - ], - [ - -121.97219724299998, - 37.29078382200004 - ], - [ - -121.97071606799994, - 37.29080796900007 - ], - [ - -121.97071754499996, - 37.290890356000034 - ], - [ - -121.97072416699996, - 37.291257545000065 - ], - [ - -121.97072960999998, - 37.29156193800003 - ], - [ - -121.97073280599994, - 37.291644303000055 - ], - [ - -121.97069465899995, - 37.29164496400006 - ], - [ - -121.97071359799997, - 37.29241992400006 - ], - [ - -121.97073254499998, - 37.29319380700008 - ], - [ - -121.97077393299998, - 37.29319317300008 - ], - [ - -121.97077707199998, - 37.29327551500006 - ], - [ - -121.97078094999995, - 37.29357310800003 - ], - [ - -121.97078987599997, - 37.29391911700003 - ], - [ - -121.97081793399997, - 37.29424279700004 - ], - [ - -121.97082535499999, - 37.29461572100007 - ], - [ - -121.97082540899999, - 37.294618445000026 - ], - [ - -121.97083394499998, - 37.29490952300006 - ], - [ - -121.970837846, - 37.29507428200003 - ], - [ - -121.97084477199996, - 37.29537396400008 - ], - [ - -121.97078161999997, - 37.29537523800008 - ], - [ - -121.97060276299999, - 37.29537885800005 - ], - [ - -121.97057197599997, - 37.295379473000025 - ], - [ - -121.97036195699997, - 37.295383712000046 - ], - [ - -121.97012848199995, - 37.29538840400005 - ], - [ - -121.96988793399998, - 37.29539327800006 - ], - [ - -121.969686363, - 37.29539736300006 - ], - [ - -121.96964735699999, - 37.295398128000045 - ], - [ - -121.96940675099995, - 37.29540297800003 - ], - [ - -121.96932100299995, - 37.295404716000064 - ], - [ - -121.96916620299999, - 37.29540784900007 - ], - [ - -121.96909345699999, - 37.29540931100007 - ], - [ - -121.96892565399997, - 37.295412697000074 - ], - [ - -121.96887335599996, - 37.29541374200005 - ], - [ - -121.96863243599995, - 37.29541861700005 - ], - [ - -121.96843992899994, - 37.29541727700007 - ], - [ - -121.96814483999998, - 37.29542273800007 - ], - [ - -121.96785610299997, - 37.295426312000075 - ], - [ - -121.96757426599999, - 37.29543112400006 - ], - [ - -121.96660491199998, - 37.29543612400005 - ], - [ - -121.96623310999996, - 37.295438055000034 - ], - [ - -121.96622961599996, - 37.29565869000004 - ], - [ - -121.96602331899999, - 37.29565980900003 - ], - [ - -121.96591700199997, - 37.29566038300004 - ], - [ - -121.96583793299999, - 37.29566082400004 - ], - [ - -121.96576023899996, - 37.29566123200004 - ], - [ - -121.96575886299996, - 37.29566124200005 - ], - [ - -121.96567979399998, - 37.29566168000008 - ], - [ - -121.96560072399996, - 37.29566209800004 - ], - [ - -121.965537639, - 37.295662452000045 - ], - [ - -121.96552165299994, - 37.295662537000055 - ], - [ - -121.96540857599996, - 37.29566312800006 - ], - [ - -121.96533136899995, - 37.295663568000066 - ], - [ - -121.96512509899998, - 37.29566466000006 - ], - [ - -121.96491728299998, - 37.29566579400006 - ], - [ - -121.96471066999999, - 37.29566691400004 - ], - [ - -121.96450368399996, - 37.29566803700004 - ], - [ - -121.96429698499998, - 37.29566913300005 - ], - [ - -121.96409085799996, - 37.29567026800004 - ], - [ - -121.96388395899999, - 37.29567138900006 - ], - [ - -121.96367691499995, - 37.29567248800004 - ], - [ - -121.96346944299995, - 37.295673616000045 - ], - [ - -121.96327116499998, - 37.29567469600005 - ], - [ - -121.96303352599995, - 37.29567597100004 - ], - [ - -121.96306582499994, - 37.29548310800004 - ], - [ - -121.96285349199997, - 37.295508193000046 - ], - [ - -121.96215819999998, - 37.29551525000005 - ], - [ - -121.96134459499996, - 37.295530529000075 - ], - [ - -121.96129441599999, - 37.295531476000065 - ], - [ - -121.961315577, - 37.29567525400006 - ], - [ - -121.96135106799994, - 37.29586117200006 - ], - [ - -121.961353294, - 37.29587143700007 - ], - [ - -121.96139182499996, - 37.29593859600004 - ], - [ - -121.96154303399999, - 37.29593492500004 - ], - [ - -121.96157419599996, - 37.295935764000035 - ], - [ - -121.96157533099995, - 37.29593580000005 - ], - [ - -121.96168745299997, - 37.295943557000044 - ], - [ - -121.96179819999998, - 37.29595854400003 - ], - [ - -121.96190771699997, - 37.29598082100006 - ], - [ - -121.96195598199995, - 37.29599310900005 - ], - [ - -121.961990991, - 37.29600313200007 - ], - [ - -121.96202008199998, - 37.29601131700008 - ], - [ - -121.96202237199998, - 37.296011960000044 - ], - [ - -121.96210809899998, - 37.29603075500006 - ], - [ - -121.96219549799997, - 37.29604235800008 - ], - [ - -121.96228407599995, - 37.29604673800003 - ], - [ - -121.96228673699994, - 37.29604675000007 - ], - [ - -121.96228914699998, - 37.296046757000056 - ], - [ - -121.96229084999999, - 37.296046758000045 - ], - [ - -121.96229290699995, - 37.29604676300005 - ], - [ - -121.962294112, - 37.29604676400004 - ], - [ - -121.96229907599997, - 37.29604676100007 - ], - [ - -121.96234681099997, - 37.29612886600006 - ], - [ - -121.96242680799998, - 37.296194866000064 - ], - [ - -121.96246631899999, - 37.29627394000005 - ], - [ - -121.96250961799996, - 37.29636067900003 - ], - [ - -121.96254012299994, - 37.29642171200004 - ], - [ - -121.96255294499997, - 37.29644739500003 - ], - [ - -121.96259627299997, - 37.29653413400007 - ], - [ - -121.96263957199994, - 37.29662085000007 - ], - [ - -121.96266336999997, - 37.296668485000055 - ], - [ - -121.96268290199998, - 37.29670758900005 - ], - [ - -121.96272623099998, - 37.296794351000074 - ], - [ - -121.96275673599996, - 37.296855407000066 - ], - [ - -121.96277337499998, - 37.296888710000076 - ], - [ - -121.96281312699995, - 37.29696830600005 - ], - [ - -121.96285025199995, - 37.29704260200003 - ], - [ - -121.96285645499995, - 37.297055045000036 - ], - [ - -121.96289850199997, - 37.29713923600008 - ], - [ - -121.96294177199997, - 37.297225953000066 - ], - [ - -121.96294359199999, - 37.297229593000054 - ], - [ - -121.96298513, - 37.29731269100006 - ], - [ - -121.96300418599998, - 37.297350840000036 - ], - [ - -121.96297733499995, - 37.29740778200005 - ], - [ - -121.96299242599997, - 37.29743806100004 - ], - [ - -121.963074711, - 37.29760333000007 - ], - [ - -121.96294977499997, - 37.29764222400007 - ], - [ - -121.96290919299997, - 37.29765486300005 - ], - [ - -121.96290455199994, - 37.297656363000044 - ], - [ - -121.96288664199994, - 37.297660638000025 - ], - [ - -121.96267292899995, - 37.297773637000034 - ], - [ - -121.96266643599995, - 37.297784499000045 - ], - [ - -121.96264872499995, - 37.29780855800004 - ], - [ - -121.96262668799994, - 37.297850424000046 - ], - [ - -121.96261438799996, - 37.29789060300004 - ], - [ - -121.96250668999994, - 37.29788952200005 - ], - [ - -121.96240449699997, - 37.29788848600003 - ], - [ - -121.96208644899997, - 37.29788524600008 - ], - [ - -121.96158676099998, - 37.29788287500003 - ], - [ - -121.96157876799998, - 37.297882929000025 - ], - [ - -121.96156633499999, - 37.297883015000025 - ], - [ - -121.96148677999997, - 37.297883642000045 - ], - [ - -121.96147594999996, - 37.29788373200006 - ], - [ - -121.96126936799999, - 37.297885301000065 - ], - [ - -121.95961559699998, - 37.29789793300006 - ], - [ - -121.95940921899995, - 37.29790109900006 - ], - [ - -121.95904084999995, - 37.29789898000007 - ], - [ - -121.95903113499998, - 37.29789891900003 - ], - [ - -121.95903252699998, - 37.297745561000056 - ], - [ - -121.95903378199995, - 37.29760534300004 - ], - [ - -121.95903399699995, - 37.29759041700004 - ], - [ - -121.959035439, - 37.29742494900006 - ], - [ - -121.95903982699997, - 37.29734301700006 - ], - [ - -121.95903159599999, - 37.29727364800004 - ], - [ - -121.95903138399996, - 37.29707041000006 - ], - [ - -121.95903138299997, - 37.29706152800003 - ], - [ - -121.95903119199994, - 37.29689022100007 - ], - [ - -121.95903097499996, - 37.296708866000074 - ], - [ - -121.95903080599999, - 37.296529890000045 - ], - [ - -121.95903061299998, - 37.29634972400004 - ], - [ - -121.95903040699994, - 37.29616738500005 - ], - [ - -121.95903020399999, - 37.29597053300006 - ], - [ - -121.95902062799996, - 37.29580577400003 - ], - [ - -121.95902186399996, - 37.29553588500005 - ], - [ - -121.95881931899999, - 37.29553687500004 - ], - [ - -121.95861141299997, - 37.295537884000055 - ], - [ - -121.95839726399998, - 37.29553892600006 - ], - [ - -121.95819569099996, - 37.29553990200003 - ], - [ - -121.95798778699998, - 37.29554091000006 - ], - [ - -121.95777993999997, - 37.29554191700004 - ], - [ - -121.95757203599999, - 37.29554292500006 - ], - [ - -121.95736046399998, - 37.295543956000074 - ], - [ - -121.95715625599996, - 37.29554494000007 - ], - [ - -121.95694840799996, - 37.29554594700005 - ], - [ - -121.95674050399998, - 37.29554695200005 - ], - [ - -121.95653265699997, - 37.29554795700005 - ], - [ - -121.95632478099998, - 37.295548964000034 - ], - [ - -121.95611679199999, - 37.295549970000025 - ], - [ - -121.95590902999999, - 37.29555097300005 - ], - [ - -121.95570533699998, - 37.295551971000066 - ], - [ - -121.955493279, - 37.295553005000045 - ], - [ - -121.95510339799995, - 37.29555487300007 - ], - [ - -121.95491600599996, - 37.295555781000076 - ], - [ - -121.95455694999998, - 37.29555751600003 - ], - [ - -121.95445379599994, - 37.29555708000004 - ], - [ - -121.95445422999995, - 37.29561471300008 - ], - [ - -121.95435110699998, - 37.29561585600004 - ], - [ - -121.95410348899998, - 37.29561680100005 - ], - [ - -121.95405951299995, - 37.29561698100008 - ], - [ - -121.95388008199996, - 37.29561765100004 - ], - [ - -121.95381885799998, - 37.29561788400008 - ], - [ - -121.95366157399997, - 37.29561848700007 - ], - [ - -121.95357820199996, - 37.295618811000054 - ], - [ - -121.95333757699996, - 37.29561973700004 - ], - [ - -121.95322839499994, - 37.29562015300007 - ], - [ - -121.95309004699999, - 37.295620702000065 - ], - [ - -121.95284850399997, - 37.29562161500007 - ], - [ - -121.95279524399996, - 37.29562181800003 - ], - [ - -121.95261286299996, - 37.295622524000066 - ], - [ - -121.95257862699998, - 37.29562265100003 - ], - [ - -121.95237149199994, - 37.29562343300006 - ], - [ - -121.95236203699994, - 37.29562346000006 - ], - [ - -121.95215163499995, - 37.29562428300005 - ], - [ - -121.95213080699995, - 37.295624358000055 - ], - [ - -121.95193381599995, - 37.29562512900003 - ], - [ - -121.95189072699998, - 37.29562529700007 - ], - [ - -121.95171410299997, - 37.29562595300007 - ], - [ - -121.95165004299997, - 37.29562619700005 - ], - [ - -121.951498717, - 37.295626768000034 - ], - [ - -121.95140248299998, - 37.295627136000064 - ], - [ - -121.95128212699996, - 37.29562759800007 - ], - [ - -121.95116400599994, - 37.295628054000076 - ], - [ - -121.95106639799997, - 37.295628416000056 - ], - [ - -121.95091303699996, - 37.295629011000074 - ], - [ - -121.950807952, - 37.29562942000007 - ], - [ - -121.95058004599997, - 37.29563029700006 - ], - [ - -121.95010475199996, - 37.29563210800006 - ], - [ - -121.94993277999998, - 37.295628789000034 - ], - [ - -121.94993358299996, - 37.29568941400004 - ], - [ - -121.94993287699998, - 37.295748984000056 - ], - [ - -121.94976244199995, - 37.29574674400004 - ], - [ - -121.94972708499995, - 37.295746724000026 - ], - [ - -121.94936704799994, - 37.295746602000065 - ], - [ - -121.94933160499994, - 37.29574658200005 - ], - [ - -121.94915585499996, - 37.29574651300004 - ], - [ - -121.94908216299996, - 37.29574648700003 - ], - [ - -121.94896675299998, - 37.29574642600005 - ], - [ - -121.94877768099997, - 37.295746361000056 - ], - [ - -121.94858857999998, - 37.29574627400007 - ], - [ - -121.94839947699995, - 37.29574620900007 - ], - [ - -121.94824315399995, - 37.295746128000076 - ], - [ - -121.94821040499994, - 37.29574612000005 - ], - [ - -121.94802130299996, - 37.29574605500005 - ], - [ - -121.94783225799995, - 37.29574596600003 - ], - [ - -121.94765069099998, - 37.295745898000064 - ], - [ - -121.94764312799998, - 37.29574590000004 - ], - [ - -121.94764228799994, - 37.295680306000065 - ], - [ - -121.94764029299995, - 37.29552996700005 - ], - [ - -121.94763792199996, - 37.29534383300006 - ], - [ - -121.94762245499999, - 37.29520647700008 - ], - [ - -121.94762458099996, - 37.29493751600006 - ], - [ - -121.94741676099994, - 37.294936833000065 - ], - [ - -121.94724346599997, - 37.294936251000024 - ], - [ - -121.94720722099999, - 37.29493612600004 - ], - [ - -121.94707131999996, - 37.294935699000064 - ], - [ - -121.94699905699997, - 37.29493547100003 - ], - [ - -121.94678937299994, - 37.29493476400006 - ], - [ - -121.94658845799995, - 37.29493411000004 - ], - [ - -121.94636138299995, - 37.29493334400007 - ], - [ - -121.94633900599996, - 37.29493327700004 - ], - [ - -121.94613445099998, - 37.294932620000054 - ], - [ - -121.94606396499995, - 37.29493239200008 - ], - [ - -121.94590737599998, - 37.29493187600008 - ], - [ - -121.94567717799998, - 37.29493112400007 - ], - [ - -121.94544929899996, - 37.29493034300003 - ], - [ - -121.94522385899995, - 37.29492962300003 - ], - [ - -121.94522459399997, - 37.29498704400004 - ], - [ - -121.94521493999997, - 37.29498704900004 - ], - [ - -121.94464115199997, - 37.29498758100004 - ], - [ - -121.94463968899998, - 37.29498757500005 - ], - [ - -121.94463771399995, - 37.29498757700003 - ], - [ - -121.94463299699999, - 37.295343987000024 - ], - [ - -121.94463245499998, - 37.29538418800007 - ], - [ - -121.94463690199996, - 37.295574258000045 - ], - [ - -121.944638205, - 37.29574250700006 - ], - [ - -121.94463952199999, - 37.295910022000044 - ], - [ - -121.94464082899998, - 37.29608282600003 - ], - [ - -121.94464215199997, - 37.29625514800006 - ], - [ - -121.94464350399994, - 37.296425914000054 - ], - [ - -121.94464483699994, - 37.296601648000035 - ], - [ - -121.94464617399996, - 37.296774680000055 - ], - [ - -121.94464751299995, - 37.296947689000035 - ], - [ - -121.94464885199994, - 37.297120790000065 - ], - [ - -121.944650159, - 37.29729377600006 - ], - [ - -121.94465094399999, - 37.297398146000035 - ], - [ - -121.94464402199998, - 37.29750814100004 - ], - [ - -121.94463884699996, - 37.29759058700006 - ], - [ - -121.944648385, - 37.29759808100005 - ], - [ - -121.94465737399997, - 37.29760795900006 - ], - [ - -121.94466391499998, - 37.297618724000074 - ], - [ - -121.94466801199997, - 37.297630222000066 - ], - [ - -121.94466950199995, - 37.297641748000046 - ], - [ - -121.94466847599995, - 37.29765406200005 - ], - [ - -121.94466811199999, - 37.29765556600006 - ], - [ - -121.94466774499995, - 37.29765707000007 - ], - [ - -121.94466737999994, - 37.29765856900008 - ], - [ - -121.94466350799996, - 37.297674458000074 - ], - [ - -121.94465985, - 37.29770332000004 - ], - [ - -121.94465370899997, - 37.297819951000065 - ], - [ - -121.94465420499995, - 37.29795472300003 - ], - [ - -121.94474978399995, - 37.29795507700004 - ], - [ - -121.94485295199996, - 37.29794723500004 - ], - [ - -121.94507385199995, - 37.29794666200007 - ], - [ - -121.94529747299998, - 37.29794612200004 - ], - [ - -121.94530646899995, - 37.29794610300007 - ], - [ - -121.945306545, - 37.297951527000066 - ], - [ - -121.94530662499994, - 37.29796006400005 - ], - [ - -121.94530862499994, - 37.298125810000045 - ], - [ - -121.945310759, - 37.29830432500006 - ], - [ - -121.94531159499996, - 37.298372778000044 - ], - [ - -121.94531292099998, - 37.298482841000066 - ], - [ - -121.94531485399995, - 37.29864508500003 - ], - [ - -121.94531505499998, - 37.29866135700007 - ], - [ - -121.94531683599996, - 37.29880984600004 - ], - [ - -121.94531724099994, - 37.29884261800004 - ], - [ - -121.94531884099996, - 37.29897575000007 - ], - [ - -121.94531942799995, - 37.29902388000005 - ], - [ - -121.94532084499997, - 37.299141700000064 - ], - [ - -121.94532163799994, - 37.29920788900006 - ], - [ - -121.94532284999997, - 37.29930618700007 - ], - [ - -121.94532382499995, - 37.29938915100007 - ], - [ - -121.94532478599996, - 37.299469987000066 - ], - [ - -121.94532595699997, - 37.299567667000076 - ], - [ - -121.94532676299997, - 37.29963598300003 - ], - [ - -121.94532809099996, - 37.299746182000035 - ], - [ - -121.945328782, - 37.299804177000055 - ], - [ - -121.94533027699998, - 37.29992744500004 - ], - [ - -121.94533246399999, - 37.30010870600006 - ], - [ - -121.94533459699994, - 37.300287224000044 - ], - [ - -121.94533686099999, - 37.300473977000024 - ], - [ - -121.94533901999995, - 37.30065523900004 - ], - [ - -121.945341182, - 37.30083375600003 - ], - [ - -121.94534336899994, - 37.30101504100003 - ], - [ - -121.945345525, - 37.301196280000056 - ], - [ - -121.94534885399997, - 37.30147366600005 - ], - [ - -121.94534954299996, - 37.30151373900003 - ], - [ - -121.94539381599998, - 37.301638353000044 - ], - [ - -121.94539394399999, - 37.30165535900005 - ], - [ - -121.94539528399997, - 37.301822395000045 - ], - [ - -121.945395368, - 37.30183425000007 - ], - [ - -121.94539654999994, - 37.301987187000066 - ], - [ - -121.94539682399994, - 37.30202062700005 - ], - [ - -121.94539784399996, - 37.30215197900003 - ], - [ - -121.94539823999997, - 37.30220356800004 - ], - [ - -121.9453991399999, - 37.30231677100005 - ], - [ - -121.94539972299998, - 37.302389944000026 - ], - [ - -121.94540043499995, - 37.30248154100008 - ], - [ - -121.94540111499998, - 37.30257011700007 - ], - [ - -121.94540167999997, - 37.30264084000004 - ], - [ - -121.945402565, - 37.30275180000007 - ], - [ - -121.945402974, - 37.30280563300005 - ], - [ - -121.94540398099997, - 37.30293467400003 - ], - [ - -121.94540427099997, - 37.30297042400008 - ], - [ - -121.94540543299996, - 37.30311947000007 - ], - [ - -121.94540556499999, - 37.30313519300006 - ], - [ - -121.94540689699994, - 37.30330486200006 - ], - [ - -121.94540820399999, - 37.30347027200003 - ], - [ - -121.94540871099997, - 37.303536509000025 - ], - [ - -121.94540949999998, - 37.30363506400005 - ], - [ - -121.94541079399994, - 37.30379985600007 - ], - [ - -121.94541126099995, - 37.303859455000065 - ], - [ - -121.94541209, - 37.30396464800003 - ], - [ - -121.94541305399997, - 37.30408556400005 - ], - [ - -121.945413385, - 37.30412941700007 - ], - [ - -121.94541470899998, - 37.304294209000034 - ], - [ - -121.94541479099996, - 37.304305836000026 - ], - [ - -121.94541597699998, - 37.304459002000044 - ], - [ - -121.94541727099994, - 37.304623793000076 - ], - [ - -121.94541738299995, - 37.304637 - ], - [ - -121.94541856599994, - 37.304788562000056 - ], - [ - -121.94541897799996, - 37.304842464000046 - ], - [ - -121.94541985999996, - 37.304953355000066 - ], - [ - -121.94542123099995, - 37.305126501000075 - ], - [ - -121.94538011499998, - 37.30535934200003 - ], - [ - -121.94538225499997, - 37.30552929700008 - ], - [ - -121.945384704, - 37.305727036000064 - ], - [ - -121.94538715199997, - 37.30592477600004 - ], - [ - -121.94538959899995, - 37.30612251600007 - ], - [ - -121.94539202599998, - 37.306314738000026 - ], - [ - -121.945394325, - 37.306498746000045 - ], - [ - -121.94539666699995, - 37.306690994000064 - ], - [ - -121.94539866099996, - 37.306850490000045 - ], - [ - -121.94540219699996, - 37.30699639300008 - ], - [ - -121.94528858099994, - 37.30699507000003 - ], - [ - -121.94501603299994, - 37.30699493100008 - ], - [ - -121.94499147399995, - 37.30699491400003 - ], - [ - -121.94499015699995, - 37.30691937000006 - ], - [ - -121.944738729, - 37.306919220000054 - ], - [ - -121.944670729, - 37.306919281000035 - ], - [ - -121.94429154099998, - 37.306918508000024 - ], - [ - -121.9439645, - 37.30691594700005 - ], - [ - -121.94396264899996, - 37.30668658900004 - ], - [ - -121.943962592, - 37.30668068500006 - ], - [ - -121.94396113599998, - 37.30649707800006 - ], - [ - -121.94396103399998, - 37.30648430700006 - ], - [ - -121.94395954699996, - 37.306302075000076 - ], - [ - -121.94395944699994, - 37.30628793000005 - ], - [ - -121.94395798799997, - 37.30610707200003 - ], - [ - -121.94395785899997, - 37.30609153100005 - ], - [ - -121.94395637899999, - 37.30590657400006 - ], - [ - -121.94395630099996, - 37.30589513000007 - ], - [ - -121.94395481799995, - 37.30571159400006 - ], - [ - -121.94395471399997, - 37.30569875400005 - ], - [ - -121.94395327799998, - 37.30552208300003 - ], - [ - -121.94395312599994, - 37.30550237800003 - ], - [ - -121.94395144899994, - 37.30529233500005 - ], - [ - -121.94394899599996, - 37.30520989400003 - ], - [ - -121.94342008499996, - 37.30521025400003 - ], - [ - -121.94318878499996, - 37.30521042500004 - ], - [ - -121.94317314099999, - 37.303315188000056 - ], - [ - -121.94228638599998, - 37.30331434400006 - ], - [ - -121.941550383, - 37.30331362900006 - ], - [ - -121.941260033, - 37.303321253000036 - ], - [ - -121.94088435499998, - 37.30332331100004 - ], - [ - -121.94092707399994, - 37.30513068400006 - ], - [ - -121.94092720199995, - 37.30513734400006 - ], - [ - -121.940909434, - 37.305205614000045 - ], - [ - -121.940908536, - 37.30523034700008 - ], - [ - -121.94090940499996, - 37.30529030800005 - ], - [ - -121.94025444699997, - 37.305293945000074 - ], - [ - -121.94005945999999, - 37.30529306900007 - ], - [ - -121.94004874899997, - 37.30529928800007 - ], - [ - -121.94003744799994, - 37.305304715000034 - ], - [ - -121.94002555799995, - 37.30530930100008 - ], - [ - -121.940013164, - 37.30531300200005 - ], - [ - -121.940000409, - 37.30531581400004 - ], - [ - -121.93998963699994, - 37.30531734200008 - ], - [ - -121.939987407, - 37.305317667000054 - ], - [ - -121.93997424399998, - 37.305318585000066 - ], - [ - -121.93996103299997, - 37.305318542000066 - ], - [ - -121.93994785999996, - 37.305317536000075 - ], - [ - -121.93993487199998, - 37.30531559000008 - ], - [ - -121.93992215099996, - 37.30531272500008 - ], - [ - -121.93990981199994, - 37.30530893900004 - ], - [ - -121.93990174499999, - 37.30530512400003 - ], - [ - -121.93989328599997, - 37.30530186300007 - ], - [ - -121.93988455099998, - 37.30529917800004 - ], - [ - -121.93987554199998, - 37.30529706800007 - ], - [ - -121.93986637299997, - 37.30529555600003 - ], - [ - -121.93985704299996, - 37.30529466300004 - ], - [ - -121.93984842199995, - 37.30513270900008 - ], - [ - -121.93984829399994, - 37.30512762800004 - ], - [ - -121.939841162, - 37.304858575000026 - ], - [ - -121.939833949, - 37.30458219800005 - ], - [ - -121.93983309499998, - 37.30455281900004 - ], - [ - -121.93985519399996, - 37.30444297200006 - ], - [ - -121.93985477099994, - 37.304229184000064 - ], - [ - -121.939854643, - 37.30416596400005 - ], - [ - -121.93985444799995, - 37.30406509000005 - ], - [ - -121.93985420699994, - 37.303955862000066 - ], - [ - -121.93985412499995, - 37.30390099600004 - ], - [ - -121.93985382099999, - 37.303749879000065 - ], - [ - -121.9398538, - 37.30373687800005 - ], - [ - -121.93985347599994, - 37.30357278300005 - ], - [ - -121.93985340599994, - 37.30354387500006 - ], - [ - -121.93985312199999, - 37.30340866800003 - ], - [ - -121.93985299199994, - 37.30333789300005 - ], - [ - -121.939852799, - 37.30324457300003 - ], - [ - -121.93985257799994, - 37.30313191100004 - ], - [ - -121.93985250399999, - 37.30308045500004 - ], - [ - -121.93985214899999, - 37.30291475800004 - ], - [ - -121.93985201299995, - 37.30284973000005 - ], - [ - -121.93985182499995, - 37.30275068800006 - ], - [ - -121.93985149999997, - 37.30258656900003 - ], - [ - -121.93985118899997, - 37.302427625000064 - ], - [ - -121.93948036199998, - 37.30242980200006 - ], - [ - -121.93930837999994, - 37.30240444700007 - ], - [ - -121.93895434299998, - 37.30240957500007 - ], - [ - -121.93889269699997, - 37.30241046900005 - ], - [ - -121.93859073899995, - 37.302414819000035 - ], - [ - -121.938418862, - 37.30241876100007 - ], - [ - -121.93813048299995, - 37.30242010500007 - ], - [ - -121.93813413, - 37.302104658000076 - ], - [ - -121.93813423899996, - 37.30209403600003 - ], - [ - -121.93815532399998, - 37.30195666600008 - ], - [ - -121.93815489499997, - 37.301940373000036 - ], - [ - -121.938153275, - 37.30188003300003 - ], - [ - -121.93814700099995, - 37.30164475400005 - ], - [ - -121.93813862299999, - 37.30133140200007 - ], - [ - -121.93813823699998, - 37.30131579500005 - ], - [ - -121.93813619399998, - 37.301178321000066 - ], - [ - -121.93813596399997, - 37.30116637400005 - ], - [ - -121.93813067599996, - 37.30088997400003 - ], - [ - -121.93813044799998, - 37.300878098000055 - ], - [ - -121.93812493499996, - 37.30058862800007 - ], - [ - -121.93812473799994, - 37.30057830800007 - ], - [ - -121.93811653399996, - 37.30044090900003 - ], - [ - -121.93811636699996, - 37.30042324000004 - ], - [ - -121.93811355599996, - 37.30012227000003 - ], - [ - -121.93811304099995, - 37.30006418200003 - ], - [ - -121.93811022199998, - 37.299759780000045 - ], - [ - -121.93814021799994, - 37.29975959600006 - ], - [ - -121.938294155, - 37.29975871200003 - ], - [ - -121.93838079199998, - 37.29975822000006 - ], - [ - -121.93853042999996, - 37.29975732200006 - ], - [ - -121.93861603499994, - 37.29975681900004 - ], - [ - -121.93880245799994, - 37.299755720000064 - ], - [ - -121.93885153599996, - 37.299755438000034 - ], - [ - -121.939087009, - 37.29975405600004 - ], - [ - -121.93909127699999, - 37.29975402600007 - ], - [ - -121.93931987399998, - 37.299752683000065 - ], - [ - -121.93932385699998, - 37.29975265500008 - ], - [ - -121.939474524, - 37.29975174400005 - ], - [ - -121.93955801099997, - 37.29975126700003 - ], - [ - -121.93972205999995, - 37.29975030300005 - ], - [ - -121.93979354099997, - 37.29974988300006 - ], - [ - -121.93998334499997, - 37.299748763000025 - ], - [ - -121.94002901399995, - 37.29974849900003 - ], - [ - -121.94028875199996, - 37.29974695400006 - ], - [ - -121.9402553, - 37.29937739400003 - ], - [ - -121.94022327399995, - 37.299217215000056 - ], - [ - -121.94020679399995, - 37.29909795400005 - ], - [ - -121.94020653799998, - 37.29909651500003 - ], - [ - -121.94018722399994, - 37.29897898300004 - ], - [ - -121.940186585, - 37.298975581000036 - ], - [ - -121.94016453799998, - 37.29886034900005 - ], - [ - -121.94013033599998, - 37.29870170700008 - ], - [ - -121.94012986999996, - 37.29869978900007 - ], - [ - -121.94009056199997, - 37.298543865000056 - ], - [ - -121.940090194, - 37.29854256500005 - ], - [ - -121.94004530799998, - 37.29838698300006 - ], - [ - -121.940041582, - 37.29837505800003 - ], - [ - -121.93999897599997, - 37.29824417100008 - ], - [ - -121.93995251899997, - 37.29811413200008 - ], - [ - -121.939902153, - 37.29798501000005 - ], - [ - -121.93984916399995, - 37.29785949200004 - ], - [ - -121.93979255499994, - 37.29773497900004 - ], - [ - -121.939732387, - 37.29761154000005 - ], - [ - -121.93966449599998, - 37.29748286300003 - ], - [ - -121.939630508, - 37.29741850200003 - ], - [ - -121.93959637799998, - 37.297354280000036 - ], - [ - -121.93952794499995, - 37.29722570100006 - ], - [ - -121.939453943, - 37.297087668000074 - ], - [ - -121.93941688399997, - 37.29701860700004 - ], - [ - -121.93937965599997, - 37.29694966200003 - ], - [ - -121.93930505599997, - 37.29681172800008 - ], - [ - -121.93929768899994, - 37.296798153000054 - ], - [ - -121.93929032199998, - 37.29678457800003 - ], - [ - -121.93928292699997, - 37.296770982000055 - ], - [ - -121.93923118599997, - 37.29667598200007 - ], - [ - -121.93917927299998, - 37.29658103200006 - ], - [ - -121.93912719199994, - 37.29648612900007 - ], - [ - -121.93902698299996, - 37.29633807100004 - ], - [ - -121.93893145499999, - 37.29620392000004 - ], - [ - -121.93883559899996, - 37.29606759500007 - ], - [ - -121.93873806599998, - 37.29593495600005 - ], - [ - -121.938446382, - 37.29553823800006 - ], - [ - -121.93830604199997, - 37.295347365000055 - ], - [ - -121.93812060299996, - 37.295095220000064 - ], - [ - -121.937995033, - 37.294924423000055 - ], - [ - -121.93788435199997, - 37.294773907000035 - ], - [ - -121.93786356799995, - 37.29475383500005 - ], - [ - -121.93783615499996, - 37.29472734500007 - ], - [ - -121.93778346299996, - 37.294684020000034 - ], - [ - -121.93772659899997, - 37.294644203000075 - ], - [ - -121.93765933599997, - 37.294604536000065 - ], - [ - -121.93758795699995, - 37.29456974900006 - ], - [ - -121.93751300899999, - 37.294540134000044 - ], - [ - -121.93743509799998, - 37.294515888000035 - ], - [ - -121.93735483299997, - 37.29449723300007 - ], - [ - -121.93730444199997, - 37.29448860400004 - ], - [ - -121.937253549, - 37.29448215600007 - ], - [ - -121.93720226699998, - 37.29447788600004 - ], - [ - -121.936925568, - 37.294477046000054 - ], - [ - -121.93641689699996, - 37.29447545800008 - ], - [ - -121.935822181, - 37.29447359300008 - ], - [ - -121.93576490599997, - 37.29452421800005 - ], - [ - -121.93556859699999, - 37.294733550000046 - ], - [ - -121.93535768799995, - 37.29492264100003 - ], - [ - -121.93532388899996, - 37.29495295000004 - ], - [ - -121.93500208599994, - 37.29524141500008 - ], - [ - -121.934497535, - 37.29569374600004 - ], - [ - -121.93417572699997, - 37.29598223200003 - ], - [ - -121.934043622, - 37.29610065600008 - ], - [ - -121.93382949399995, - 37.296292623000056 - ], - [ - -121.93376983499996, - 37.29634609300007 - ], - [ - -121.93187322299997, - 37.29804623500007 - ], - [ - -121.93178382399998, - 37.298093978000054 - ], - [ - -121.93174727199994, - 37.29810032900008 - ], - [ - -121.93169072799998, - 37.298110155000074 - ], - [ - -121.93167446899997, - 37.29778783300003 - ], - [ - -121.93167543099997, - 37.29767647500006 - ], - [ - -121.93167656599996, - 37.297544972000026 - ], - [ - -121.93168125799997, - 37.297001643000044 - ], - [ - -121.93169085999995, - 37.29588968300004 - ], - [ - -121.93169116099995, - 37.29585476200003 - ], - [ - -121.93169327899994, - 37.29560941500006 - ], - [ - -121.93169453999997, - 37.295463202000064 - ], - [ - -121.93169481199999, - 37.29543186700005 - ], - [ - -121.93169661599995, - 37.29522309600003 - ], - [ - -121.931699273, - 37.294915366000055 - ], - [ - -121.93170129799995, - 37.294680656000025 - ], - [ - -121.93170373599997, - 37.29439831700006 - ], - [ - -121.931704449, - 37.29431579000004 - ], - [ - -121.92769885699994, - 37.294395561000044 - ], - [ - -121.92267001799996, - 37.29437885600004 - ], - [ - -121.92192653799998, - 37.29438248200006 - ], - [ - -121.92178931499996, - 37.29438316300008 - ], - [ - -121.921701902, - 37.29438330800008 - ], - [ - -121.92160242399996, - 37.29438314200007 - ], - [ - -121.92153680099995, - 37.294383234000065 - ], - [ - -121.92151492499994, - 37.29438326600007 - ], - [ - -121.92126852299998, - 37.294384458000025 - ], - [ - -121.92094064399998, - 37.29438604500007 - ], - [ - -121.92074696099996, - 37.29438745400006 - ], - [ - -121.92032310199994, - 37.29439053600004 - ], - [ - -121.91984211899995, - 37.29439403400005 - ], - [ - -121.91923130999999, - 37.294398460000025 - ], - [ - -121.91915894799996, - 37.29439898600003 - ], - [ - -121.91882546799997, - 37.294401409000045 - ], - [ - -121.91877800099996, - 37.294401755000024 - ], - [ - -121.91859374299997, - 37.294403088000024 - ], - [ - -121.91818449399995, - 37.29440605900004 - ], - [ - -121.91816922399994, - 37.29440616800008 - ], - [ - -121.91808803899994, - 37.29440674500006 - ], - [ - -121.91808359999999, - 37.29390544100005 - ], - [ - -121.91808140599994, - 37.293658391000065 - ], - [ - -121.91806995299999, - 37.292126695000036 - ], - [ - -121.91806835699998, - 37.29191342900003 - ], - [ - -121.91805324499995, - 37.28989270000005 - ], - [ - -121.91805934599995, - 37.28989266900004 - ], - [ - -121.91815545599997, - 37.28989219400006 - ], - [ - -121.91841324399996, - 37.28989090400006 - ], - [ - -121.91854415899996, - 37.28989025800007 - ], - [ - -121.91866352899996, - 37.28988965800005 - ], - [ - -121.91867309699995, - 37.28988960300006 - ], - [ - -121.91881265399996, - 37.28988846900006 - ], - [ - -121.91893087099999, - 37.289887520000036 - ], - [ - -121.919081055, - 37.289886317000025 - ], - [ - -121.91919271199998, - 37.28988539900007 - ], - [ - -121.91927413599996, - 37.28988528000008 - ], - [ - -121.91932168599999, - 37.28988521000008 - ], - [ - -121.91945152799997, - 37.289883865000036 - ], - [ - -121.91956230299996, - 37.28988327700006 - ], - [ - -121.91971034799997, - 37.28988253600005 - ], - [ - -121.91980293299997, - 37.28988207800006 - ], - [ - -121.91984360999999, - 37.28988185900005 - ], - [ - -121.91996818899997, - 37.28988094400006 - ], - [ - -121.92004355499995, - 37.28988041900004 - ], - [ - -121.92022487899999, - 37.289879090000056 - ], - [ - -121.92028660899996, - 37.28987864000004 - ], - [ - -121.92048268599996, - 37.289877225000055 - ], - [ - -121.92052722999995, - 37.28987691200007 - ], - [ - -121.92074050499997, - 37.289875951000056 - ], - [ - -121.92076784799997, - 37.28987513800007 - ], - [ - -121.92099729899996, - 37.28987359300004 - ], - [ - -121.921008471, - 37.28987352300004 - ], - [ - -121.92125089499996, - 37.28987172700005 - ], - [ - -121.92137189599998, - 37.289869156000066 - ], - [ - -121.92148955999994, - 37.28986665600007 - ], - [ - -121.921514877, - 37.28986611900007 - ], - [ - -121.92155605599999, - 37.28986784500006 - ], - [ - -121.92173252599997, - 37.28987524300004 - ], - [ - -121.92177276799998, - 37.28987470900006 - ], - [ - -121.92197096399997, - 37.289871799000025 - ], - [ - -121.92203056299996, - 37.289870800000074 - ], - [ - -121.922212458, - 37.289867883000056 - ], - [ - -121.92247023799996, - 37.289864591000025 - ], - [ - -121.92261238499998, - 37.28986398700005 - ], - [ - -121.92261234999995, - 37.28986032600005 - ], - [ - -121.92260836499997, - 37.28940877800005 - ], - [ - -121.92259802599995, - 37.288603452000075 - ], - [ - -121.92259540999999, - 37.28841471100003 - ], - [ - -121.92259540099997, - 37.28841281100006 - ], - [ - -121.92258374099998, - 37.287563506000026 - ], - [ - -121.92257240099997, - 37.28673715700006 - ], - [ - -121.92255867199998, - 37.28574154200004 - ], - [ - -121.92255435099997, - 37.28540753800007 - ], - [ - -121.92255116099994, - 37.285296102000075 - ], - [ - -121.92254539199996, - 37.28519712800005 - ], - [ - -121.92252903999997, - 37.284971564000045 - ], - [ - -121.92251587099997, - 37.284789817000046 - ], - [ - -121.92250775099996, - 37.284661749000065 - ], - [ - -121.92249839799996, - 37.284406997000076 - ], - [ - -121.92249825399995, - 37.28439991800008 - ], - [ - -121.92247294099997, - 37.28328759000004 - ], - [ - -121.92246964999998, - 37.28303156000004 - ], - [ - -121.922464559, - 37.282634734000055 - ], - [ - -121.92246813799994, - 37.28263157600003 - ], - [ - -121.92324078599995, - 37.28211226900004 - ], - [ - -121.92327455399999, - 37.28209158300007 - ], - [ - -121.92334006599998, - 37.282044419000044 - ], - [ - -121.92339828399997, - 37.281992467000066 - ], - [ - -121.92344921399996, - 37.28193590700005 - ], - [ - -121.923492351, - 37.28187532100003 - ], - [ - -121.92352719299998, - 37.28181140600003 - ], - [ - -121.9235533199999, - 37.281744909000054 - ], - [ - -121.92357046199999, - 37.28167656100004 - ], - [ - -121.923578411, - 37.28160722700005 - ], - [ - -121.92357867799996, - 37.28156351900003 - ], - [ - -121.92357195599999, - 37.28143079600005 - ], - [ - -121.92357145999995, - 37.28142365800005 - ], - [ - -121.92364110999995, - 37.28141969700005 - ], - [ - -121.92412109499998, - 37.28139236900006 - ], - [ - -121.92435038699995, - 37.281379325000046 - ], - [ - -121.92434947399994, - 37.281212538000034 - ], - [ - -121.92473442, - 37.28121119700006 - ], - [ - -121.92473464399995, - 37.28124855100003 - ], - [ - -121.92513749299997, - 37.28124717400004 - ], - [ - -121.92513833299995, - 37.28140245000003 - ], - [ - -121.92523438899997, - 37.28140132500005 - ], - [ - -121.92564648399997, - 37.28139651600003 - ], - [ - -121.92565994399996, - 37.28139635300005 - ], - [ - -121.92576711299995, - 37.28139509300007 - ], - [ - -121.92600003899997, - 37.28139239400008 - ], - [ - -121.92627783399996, - 37.28155533000006 - ], - [ - -121.92631665399995, - 37.28157809100003 - ], - [ - -121.92640246399998, - 37.28157745800007 - ], - [ - -121.92639977899995, - 37.28186308800008 - ], - [ - -121.92639936699999, - 37.28190740200006 - ], - [ - -121.92639908599995, - 37.28193790100005 - ], - [ - -121.92654074999996, - 37.28193688500005 - ], - [ - -121.92677446899995, - 37.281935160000046 - ], - [ - -121.92700392199998, - 37.281933485000025 - ], - [ - -121.92710290199994, - 37.28191589000005 - ], - [ - -121.92710055599997, - 37.282033116000036 - ], - [ - -121.92718067899995, - 37.28203616800005 - ], - [ - -121.92748139999998, - 37.28203428900008 - ], - [ - -121.92773792499997, - 37.28203271700005 - ], - [ - -121.92793332699995, - 37.28203150200005 - ], - [ - -121.92792851799999, - 37.28162470700005 - ], - [ - -121.92792797799996, - 37.281578919000026 - ], - [ - -121.92835985199997, - 37.281576261000055 - ], - [ - -121.92877230599998, - 37.28157370100007 - ], - [ - -121.92887596699995, - 37.281568683000046 - ], - [ - -121.92887418899994, - 37.281418753000025 - ], - [ - -121.92913293199996, - 37.28141786100008 - ], - [ - -121.92924561599995, - 37.281417470000065 - ], - [ - -121.92938164699996, - 37.281417 - ], - [ - -121.929622715, - 37.28141616400006 - ], - [ - -121.92966029699994, - 37.281416026000045 - ], - [ - -121.929855477, - 37.28141536000004 - ], - [ - -121.92999984299996, - 37.281414856000026 - ], - [ - -121.93032311999997, - 37.28141372400006 - ], - [ - -121.930363194, - 37.28141357700008 - ], - [ - -121.93048578999998, - 37.28141315600004 - ], - [ - -121.93082719699999, - 37.28141196100006 - ], - [ - -121.93082595299995, - 37.281566987000076 - ], - [ - -121.930825057, - 37.28167583900006 - ], - [ - -121.93082367899996, - 37.28184492200006 - ], - [ - -121.93082226899998, - 37.28201963500004 - ], - [ - -121.93090121199998, - 37.28201940300005 - ], - [ - -121.931464915, - 37.28201798500004 - ], - [ - -121.93165642499997, - 37.28201257600006 - ], - [ - -121.93166097399995, - 37.282405794000056 - ], - [ - -121.931876107, - 37.28240419400004 - ], - [ - -121.93368477499996, - 37.28239797400005 - ], - [ - -121.93418886099994, - 37.28239624300005 - ], - [ - -121.93418688, - 37.28202867600004 - ], - [ - -121.93416834799996, - 37.28202874300007 - ], - [ - -121.93416797199995, - 37.28194641300007 - ], - [ - -121.934167619, - 37.281866759000025 - ], - [ - -121.93416726599997, - 37.28178710700007 - ], - [ - -121.93416691299996, - 37.281707476000065 - ], - [ - -121.93416662399994, - 37.281649111000036 - ], - [ - -121.93415974899995, - 37.28164912700004 - ], - [ - -121.93415965599996, - 37.281627840000056 - ], - [ - -121.934159304, - 37.281548187000055 - ], - [ - -121.93415894999998, - 37.281468535000045 - ], - [ - -121.934158573, - 37.28138613500005 - ], - [ - -121.93434581899999, - 37.28138548900006 - ], - [ - -121.93447508899999, - 37.281385029000035 - ], - [ - -121.93447509499998, - 37.28111504000003 - ], - [ - -121.93447518099998, - 37.280768600000044 - ], - [ - -121.93447519899996, - 37.28069935700006 - ], - [ - -121.93447521499996, - 37.28059275700008 - ], - [ - -121.93447523099996, - 37.28052037900005 - ], - [ - -121.93447523499998, - 37.28045040400008 - ], - [ - -121.93447523999998, - 37.28039535400006 - ], - [ - -121.93447529699995, - 37.28015049900006 - ], - [ - -121.93412941799994, - 37.27999446000007 - ], - [ - -121.93391669099998, - 37.27989854600003 - ], - [ - -121.93397231699998, - 37.27982960700007 - ], - [ - -121.93400049099995, - 37.27979467500006 - ], - [ - -121.93403389999997, - 37.27975327000007 - ], - [ - -121.93406400799995, - 37.27971593500007 - ], - [ - -121.93410071699998, - 37.27967043800004 - ], - [ - -121.934146296, - 37.27961393600003 - ], - [ - -121.934329564, - 37.27975106900004 - ], - [ - -121.93434385499995, - 37.27975100800006 - ], - [ - -121.93446338499996, - 37.27975059700003 - ], - [ - -121.93453874599999, - 37.27975033800004 - ], - [ - -121.93459918499997, - 37.27975012300004 - ], - [ - -121.93465652799995, - 37.27974992400004 - ], - [ - -121.93471951699996, - 37.279749726000034 - ], - [ - -121.93474540999995, - 37.279749636000076 - ], - [ - -121.93474781299994, - 37.27987493100005 - ], - [ - -121.93478685399998, - 37.279874749000044 - ], - [ - -121.93485032899997, - 37.279874567000036 - ], - [ - -121.93490162799998, - 37.27987435000006 - ], - [ - -121.93497106099994, - 37.27987414100005 - ], - [ - -121.93502843399995, - 37.27987394100006 - ], - [ - -121.93510408199995, - 37.27987367800006 - ], - [ - -121.93518537099999, - 37.27987339200007 - ], - [ - -121.93519322099996, - 37.279873364000025 - ], - [ - -121.93524463499995, - 37.279873191000036 - ], - [ - -121.93527135899996, - 37.27987309300005 - ], - [ - -121.93530192099996, - 37.279872993000026 - ], - [ - -121.93536837499994, - 37.27987277300008 - ], - [ - -121.93546759699996, - 37.27987245000003 - ], - [ - -121.935567704, - 37.27987206900008 - ], - [ - -121.93562507699994, - 37.27987187100007 - ], - [ - -121.935697001, - 37.27987163000006 - ], - [ - -121.93573397899996, - 37.27987147300007 - ], - [ - -121.93583707899995, - 37.27987022100007 - ], - [ - -121.93583697099996, - 37.279862268000045 - ], - [ - -121.93583684799995, - 37.27985429900008 - ], - [ - -121.93583677699996, - 37.27985290200007 - ], - [ - -121.93582990299996, - 37.27973097100005 - ], - [ - -121.93581383299994, - 37.279608246000066 - ], - [ - -121.93581354199995, - 37.279606829000045 - ], - [ - -121.93578902899998, - 37.27948812100004 - ], - [ - -121.93578868299994, - 37.27948645500004 - ], - [ - -121.93575455999996, - 37.279366098000025 - ], - [ - -121.93575364299994, - 37.27936330800003 - ], - [ - -121.93575202599999, - 37.279358530000025 - ], - [ - -121.93573967099996, - 37.27932197500007 - ], - [ - -121.93562941799996, - 37.27902069800007 - ], - [ - -121.93552555899998, - 37.27879732800005 - ], - [ - -121.935460536, - 37.27865028900004 - ], - [ - -121.93545990499996, - 37.27864869300004 - ], - [ - -121.93539092299994, - 37.278473258000076 - ], - [ - -121.93538995199998, - 37.278470783000046 - ], - [ - -121.93532808099997, - 37.278289235000045 - ], - [ - -121.93532773899994, - 37.27828815100003 - ], - [ - -121.93532617799997, - 37.27828315000005 - ], - [ - -121.93532456999998, - 37.278277986000035 - ], - [ - -121.93532353299997, - 37.27827465300004 - ], - [ - -121.93532221199996, - 37.27827040200003 - ], - [ - -121.93532140999997, - 37.27826782000005 - ], - [ - -121.93532089399997, - 37.278266150000036 - ], - [ - -121.93531826599997, - 37.27825765100005 - ], - [ - -121.93530466699997, - 37.27821322800003 - ], - [ - -121.934996975, - 37.27738364900006 - ], - [ - -121.93496869899997, - 37.27730741400006 - ], - [ - -121.93485543699995, - 37.277002037000045 - ], - [ - -121.93484998399998, - 37.276988851000056 - ], - [ - -121.934838432, - 37.27696154800003 - ], - [ - -121.93480507399994, - 37.276878614000054 - ], - [ - -121.93479062399996, - 37.27684663000008 - ], - [ - -121.93468507899996, - 37.276876902000026 - ], - [ - -121.93425802899998, - 37.27699669900005 - ], - [ - -121.93415832499994, - 37.27677160600007 - ], - [ - -121.93405476099997, - 37.27653774800007 - ], - [ - -121.93395450699995, - 37.27630916000004 - ], - [ - -121.93384835399996, - 37.27607183200007 - ], - [ - -121.93374242899995, - 37.27583276200005 - ], - [ - -121.93393637199995, - 37.27577725900005 - ], - [ - -121.93418090899996, - 37.275707289000025 - ], - [ - -121.93427195399994, - 37.27568124600003 - ], - [ - -121.93425964699998, - 37.27564891500003 - ], - [ - -121.93424400099997, - 37.275610011000026 - ], - [ - -121.93417750799995, - 37.275444804000074 - ], - [ - -121.93410601699998, - 37.275279201000046 - ], - [ - -121.93408491599996, - 37.27523489200007 - ], - [ - -121.93406429799995, - 37.27519039600003 - ], - [ - -121.93404425099999, - 37.27514575300006 - ], - [ - -121.93384456799998, - 37.274671788000035 - ], - [ - -121.93421762799994, - 37.27422265100006 - ], - [ - -121.93422109999995, - 37.27421851100007 - ], - [ - -121.93422306099995, - 37.27421617500005 - ], - [ - -121.93423453799994, - 37.27420346100007 - ], - [ - -121.93424565499998, - 37.27419060400007 - ], - [ - -121.93425649099999, - 37.274177534000046 - ], - [ - -121.93429164999998, - 37.27413492300008 - ], - [ - -121.93430287299998, - 37.27412125600006 - ], - [ - -121.934314885, - 37.27410682200008 - ], - [ - -121.93446016899998, - 37.27419830100007 - ], - [ - -121.93478346199998, - 37.274383251000074 - ], - [ - -121.93529182699996, - 37.27465653100006 - ], - [ - -121.93539137899995, - 37.27465732500008 - ], - [ - -121.93538876199995, - 37.274306109000065 - ], - [ - -121.93577083099996, - 37.27430000700008 - ], - [ - -121.935770908, - 37.274183176000065 - ], - [ - -121.935907709, - 37.274183237000045 - ], - [ - -121.93605639699996, - 37.27418331400003 - ], - [ - -121.93620173499994, - 37.27418338500007 - ], - [ - -121.93620167199998, - 37.27425912800004 - ], - [ - -121.936201655, - 37.27435970700003 - ], - [ - -121.93620157999999, - 37.27446161600005 - ], - [ - -121.93620152299997, - 37.27459591200005 - ], - [ - -121.93627741399996, - 37.274580263000075 - ], - [ - -121.93650828099999, - 37.27453261200003 - ], - [ - -121.936550905, - 37.27452382600006 - ], - [ - -121.93664819499998, - 37.27452320300006 - ], - [ - -121.93675994699998, - 37.274522475000026 - ], - [ - -121.93692073099999, - 37.27452144000006 - ], - [ - -121.93699462099994, - 37.27452096800005 - ], - [ - -121.937123499, - 37.274520050000035 - ], - [ - -121.93726097799998, - 37.27451959900003 - ], - [ - -121.93741355099996, - 37.274519145000056 - ], - [ - -121.93754656299996, - 37.27451868000003 - ], - [ - -121.93763921899995, - 37.274518389000036 - ], - [ - -121.937685763, - 37.27451822900008 - ], - [ - -121.93780642899998, - 37.27451784800007 - ], - [ - -121.93795075299994, - 37.27451737900003 - ], - [ - -121.93795055299995, - 37.274471144000074 - ], - [ - -121.93794968699996, - 37.274271257000066 - ], - [ - -121.93794957899996, - 37.27425960700003 - ], - [ - -121.93794908499996, - 37.274134176000075 - ], - [ - -121.93794794799999, - 37.274064604000046 - ], - [ - -121.93794767599996, - 37.27405046000007 - ], - [ - -121.93794596099997, - 37.27394638000004 - ], - [ - -121.93794566799994, - 37.27392965000007 - ], - [ - -121.93794452299994, - 37.273844765000035 - ], - [ - -121.93794191699999, - 37.273651124000025 - ], - [ - -121.93794066099997, - 37.273559076000026 - ], - [ - -121.93790741099997, - 37.27355923300007 - ], - [ - -121.93790687299997, - 37.27351941000006 - ], - [ - -121.93790288499997, - 37.27323299100004 - ], - [ - -121.93833971099997, - 37.273229686000036 - ], - [ - -121.93834033099995, - 37.27346446000007 - ], - [ - -121.93834203499995, - 37.27351285300006 - ], - [ - -121.93834345999994, - 37.27355266300003 - ], - [ - -121.93845811899996, - 37.27355276600008 - ], - [ - -121.93878223499996, - 37.273553796000044 - ], - [ - -121.93877270899998, - 37.273255222000046 - ], - [ - -121.93876741999998, - 37.27309052500004 - ], - [ - -121.93894246099995, - 37.27309066200007 - ], - [ - -121.93920090799998, - 37.27309085100006 - ], - [ - -121.93919747999996, - 37.27300201200006 - ], - [ - -121.93963014599996, - 37.27300740600003 - ], - [ - -121.93986375699996, - 37.27301032400004 - ], - [ - -121.93988667599996, - 37.27301063700003 - ], - [ - -121.94006507799998, - 37.27301286100004 - ], - [ - -121.94006582399999, - 37.273051606000024 - ], - [ - -121.94006933799994, - 37.27323559700005 - ], - [ - -121.94030858999997, - 37.27323393800003 - ], - [ - -121.94039791499995, - 37.27323331900004 - ], - [ - -121.94055631599997, - 37.27323221700004 - ], - [ - -121.94072560199999, - 37.27323105000005 - ], - [ - -121.94072378299995, - 37.27313662800003 - ], - [ - -121.94072205699996, - 37.27304705800003 - ], - [ - -121.94072002399997, - 37.272941514000024 - ], - [ - -121.94071938599996, - 37.27290837800007 - ], - [ - -121.94071668599997, - 37.272768324000026 - ], - [ - -121.94071387999998, - 37.27262259500003 - ], - [ - -121.941017295, - 37.27262128700005 - ], - [ - -121.94102717299995, - 37.27262112100004 - ], - [ - -121.941032453, - 37.27262153500004 - ], - [ - -121.94103768099995, - 37.27262231900005 - ], - [ - -121.94104280099998, - 37.272623467000074 - ], - [ - -121.94104781399994, - 37.272624963000055 - ], - [ - -121.94105257399997, - 37.27262678100004 - ], - [ - -121.94105716999997, - 37.272628946000054 - ], - [ - -121.94106151499994, - 37.27263140900004 - ], - [ - -121.94106554799998, - 37.27263415200008 - ], - [ - -121.941069272, - 37.27263717500006 - ], - [ - -121.94107271499996, - 37.272640428000045 - ], - [ - -121.94107573199994, - 37.27264391700004 - ], - [ - -121.94107838099995, - 37.272647592000055 - ], - [ - -121.94108063199997, - 37.27265145600006 - ], - [ - -121.94108245499996, - 37.27265543800007 - ], - [ - -121.94108385399994, - 37.27265956400004 - ], - [ - -121.94108479399995, - 37.27266371800005 - ], - [ - -121.94108527599997, - 37.27266794800005 - ], - [ - -121.94108529999994, - 37.272672182000065 - ], - [ - -121.94128441199996, - 37.27266414600007 - ], - [ - -121.94128528699997, - 37.27265905300004 - ], - [ - -121.94128676599996, - 37.272654068000065 - ], - [ - -121.94128876199994, - 37.27264916900003 - ], - [ - -121.94129127899998, - 37.272644444000036 - ], - [ - -121.94129437099997, - 37.272639920000074 - ], - [ - -121.941297927, - 37.27263564300006 - ], - [ - -121.94130194399997, - 37.27263163200007 - ], - [ - -121.94130639999997, - 37.272627939000074 - ], - [ - -121.94131123099999, - 37.272624560000054 - ], - [ - -121.94131644499998, - 37.27262154300007 - ], - [ - -121.94132195099996, - 37.27261891200004 - ], - [ - -121.94132774999997, - 37.27261666600003 - ], - [ - -121.94133378799995, - 37.272614874000055 - ], - [ - -121.94133997699998, - 37.27261349400004 - ], - [ - -121.94134628899997, - 37.272612569000046 - ], - [ - -121.94135269499998, - 37.27261210100005 - ], - [ - -121.94134621899997, - 37.27252972900004 - ], - [ - -121.94134039799997, - 37.272455524000065 - ], - [ - -121.941334214, - 37.27245420300005 - ], - [ - -121.94132822199998, - 37.27245242300006 - ], - [ - -121.94132245099996, - 37.272450228000025 - ], - [ - -121.94131692999997, - 37.27244764100004 - ], - [ - -121.94131174699999, - 37.27244468400005 - ], - [ - -121.94130689999997, - 37.27244135500007 - ], - [ - -121.94130244599995, - 37.27243770200005 - ], - [ - -121.94129838899994, - 37.27243374600005 - ], - [ - -121.94129481299996, - 37.27242951000005 - ], - [ - -121.941291719, - 37.27242503800005 - ], - [ - -121.94128913699996, - 37.272420400000044 - ], - [ - -121.94128706599997, - 37.27241552800007 - ], - [ - -121.94128556799996, - 37.27241057900005 - ], - [ - -121.94128464099998, - 37.27240553200005 - ], - [ - -121.941284199, - 37.272400455000025 - ], - [ - -121.94107794599995, - 37.272399102000065 - ], - [ - -121.94107811999999, - 37.27240361100007 - ], - [ - -121.94107777699998, - 37.27240812300005 - ], - [ - -121.94107694699994, - 37.272412598000074 - ], - [ - -121.94107562699998, - 37.27241698500006 - ], - [ - -121.94107382099997, - 37.27242128900008 - ], - [ - -121.941071551, - 37.27242543600005 - ], - [ - -121.94106884899998, - 37.27242940600007 - ], - [ - -121.94106571299994, - 37.27243317600005 - ], - [ - -121.94106214399994, - 37.272436699000025 - ], - [ - -121.94105825499997, - 37.27243995200007 - ], - [ - -121.94105398699998, - 37.27244295700007 - ], - [ - -121.94104939799996, - 37.272445600000026 - ], - [ - -121.94104454499995, - 37.27244792700003 - ], - [ - -121.94103948399999, - 37.272449911000024 - ], - [ - -121.94103418799995, - 37.27245153400003 - ], - [ - -121.94102874199996, - 37.272452790000045 - ], - [ - -121.94102317299996, - 37.27245363700007 - ], - [ - -121.94101019699997, - 37.272453590000055 - ], - [ - -121.940852582, - 37.27245554000007 - ], - [ - -121.94063254699995, - 37.27245711200004 - ], - [ - -121.94063251899996, - 37.27245514800006 - ], - [ - -121.94062768199996, - 37.272116598000025 - ], - [ - -121.940627673, - 37.27211595400007 - ], - [ - -121.94062588099996, - 37.271990241000026 - ], - [ - -121.94062491199998, - 37.27192208800005 - ], - [ - -121.94062248699998, - 37.27175158700004 - ], - [ - -121.94062217599998, - 37.27173101200003 - ], - [ - -121.94061944299995, - 37.271538564000025 - ], - [ - -121.94061878399998, - 37.271492470000055 - ], - [ - -121.94061625699999, - 37.271346394000034 - ], - [ - -121.94061615799995, - 37.27133829300004 - ], - [ - -121.94061363599997, - 37.27115234200005 - ], - [ - -121.94061322699997, - 37.27109695300004 - ], - [ - -121.94061271499999, - 37.27103016700005 - ], - [ - -121.94061346599995, - 37.270957665000026 - ], - [ - -121.94061209599994, - 37.27085536300007 - ], - [ - -121.94061089699994, - 37.270766312000035 - ], - [ - -121.94060728, - 37.27057408100006 - ], - [ - -121.94060467399999, - 37.270443251000074 - ], - [ - -121.94060342699999, - 37.27038150900006 - ], - [ - -121.94060049199999, - 37.27023804700008 - ], - [ - -121.94060028099994, - 37.27019732900004 - ], - [ - -121.94060020499995, - 37.27018895100008 - ], - [ - -121.94059930399999, - 37.27001877600003 - ], - [ - -121.940599196, - 37.26999529100004 - ], - [ - -121.94059870299998, - 37.26996973100006 - ], - [ - -121.94059672499998, - 37.26984028900006 - ], - [ - -121.94059618999995, - 37.26980357900004 - ], - [ - -121.94059484399997, - 37.26971437000003 - ], - [ - -121.94059347299998, - 37.269641688000036 - ], - [ - -121.94058997399998, - 37.269452614000045 - ], - [ - -121.940589118, - 37.269287794000036 - ], - [ - -121.94058051199994, - 37.269025328000055 - ], - [ - -121.94092821999999, - 37.269018052000035 - ], - [ - -121.94092649699996, - 37.268799312000056 - ], - [ - -121.94092319299995, - 37.26829634400008 - ], - [ - -121.94092062599998, - 37.267905918000054 - ], - [ - -121.94122622999998, - 37.26766840300007 - ], - [ - -121.94131376899998, - 37.26760257700005 - ], - [ - -121.94130218, - 37.267583486000035 - ], - [ - -121.94128712899999, - 37.26755148700005 - ], - [ - -121.94127580999998, - 37.26751852700005 - ], - [ - -121.941275271, - 37.267504227000074 - ], - [ - -121.94127528799999, - 37.26748994400003 - ], - [ - -121.94127584399996, - 37.267475654000066 - ], - [ - -121.941281146, - 37.26745508000005 - ], - [ - -121.94128880699998, - 37.26743500200007 - ], - [ - -121.9412988, - 37.26741558300006 - ], - [ - -121.94131101699998, - 37.26739700600007 - ], - [ - -121.94132534099998, - 37.267379411000036 - ], - [ - -121.94134163599995, - 37.267362958000035 - ], - [ - -121.94135982299997, - 37.26734778700006 - ], - [ - -121.94140976399996, - 37.26730603800007 - ], - [ - -121.941539246, - 37.26720228200003 - ], - [ - -121.94157109599996, - 37.26717676100003 - ], - [ - -121.94172821399997, - 37.267045772000074 - ], - [ - -121.94186263699999, - 37.26690094000003 - ], - [ - -121.941905164, - 37.26693336100004 - ], - [ - -121.94204106599994, - 37.26703902300005 - ], - [ - -121.94222146199996, - 37.266882535000036 - ], - [ - -121.94247231999998, - 37.267078336000054 - ], - [ - -121.94252339099995, - 37.26705772400004 - ], - [ - -121.94292291199997, - 37.266896691000056 - ], - [ - -121.94290206799997, - 37.26686138300005 - ], - [ - -121.94286942899998, - 37.26679302500003 - ], - [ - -121.94285824899998, - 37.26676346700003 - ], - [ - -121.94285182199997, - 37.266745050000054 - ], - [ - -121.94278919499999, - 37.26656592900008 - ], - [ - -121.942425862, - 37.26664008400007 - ], - [ - -121.94234483799994, - 37.26657914200007 - ], - [ - -121.94222396899994, - 37.266488200000026 - ], - [ - -121.94218281599996, - 37.266457211000045 - ], - [ - -121.94216880899995, - 37.26631455000006 - ], - [ - -121.94215662899995, - 37.26619088700005 - ], - [ - -121.94213262399995, - 37.266171245000066 - ], - [ - -121.94196396199999, - 37.26603319000003 - ], - [ - -121.94223764799995, - 37.26573911500003 - ], - [ - -121.94266080799997, - 37.265736351000044 - ], - [ - -121.942696432, - 37.26573611900005 - ], - [ - -121.94269149699994, - 37.265251688000035 - ], - [ - -121.94269119799998, - 37.265224224000065 - ], - [ - -121.94268996399995, - 37.265169281000055 - ], - [ - -121.94269827299996, - 37.265169370000024 - ], - [ - -121.94285591499994, - 37.265171287000044 - ], - [ - -121.94285681599996, - 37.265088871000046 - ], - [ - -121.94285481199995, - 37.264762301000076 - ], - [ - -121.94326868899998, - 37.265004505000036 - ], - [ - -121.94361399499996, - 37.264631878000046 - ], - [ - -121.94395929799998, - 37.264259319000075 - ], - [ - -121.94402045599998, - 37.26429551000007 - ], - [ - -121.944016622, - 37.26367722800006 - ], - [ - -121.94401639299997, - 37.263640149000025 - ], - [ - -121.94401616399995, - 37.263603071000034 - ], - [ - -121.94471422099997, - 37.263600318000044 - ], - [ - -121.945039566, - 37.263599027000055 - ], - [ - -121.94504036, - 37.263518582000074 - ], - [ - -121.94504035099999, - 37.26351663600008 - ], - [ - -121.94503748999995, - 37.263030670000035 - ], - [ - -121.94503659599997, - 37.26287759300004 - ], - [ - -121.94428686999998, - 37.262882654000066 - ], - [ - -121.94413185599996, - 37.26288907600008 - ], - [ - -121.94424396499994, - 37.26276681100006 - ], - [ - -121.94426923499998, - 37.26273923700006 - ], - [ - -121.94625958799998, - 37.26056835900005 - ], - [ - -121.94650866899997, - 37.260296667000034 - ], - [ - -121.94659199299997, - 37.26020574800003 - ], - [ - -121.94668433699997, - 37.26010141900008 - ], - [ - -121.94755753699997, - 37.259114570000065 - ], - [ - -121.94862559199998, - 37.25790750500005 - ], - [ - -121.94862894999994, - 37.257903412000076 - ], - [ - -121.94866161399995, - 37.25786375300004 - ], - [ - -121.9489276, - 37.25754098400006 - ], - [ - -121.949517228, - 37.25682537500006 - ], - [ - -121.94943491099997, - 37.25678447200005 - ], - [ - -121.94942683799997, - 37.25678046200005 - ], - [ - -121.94976811199996, - 37.256380060000026 - ], - [ - -121.95071672899996, - 37.255222814000035 - ], - [ - -121.95079081799997, - 37.25513316300004 - ], - [ - -121.95104455699999, - 37.25482612700006 - ], - [ - -121.95118980899997, - 37.25465036300005 - ], - [ - -121.95129679899998, - 37.254520899000056 - ], - [ - -121.95140377899997, - 37.25439144500007 - ], - [ - -121.95141597399999, - 37.25437669200005 - ], - [ - -121.95177448799996, - 37.25393976200007 - ], - [ - -121.95185587399999, - 37.25384117200008 - ], - [ - -121.95201307599996, - 37.25365071600004 - ], - [ - -121.95210530399999, - 37.25353897800005 - ], - [ - -121.95240691799995, - 37.25317354500004 - ], - [ - -121.95222711999998, - 37.253079272000036 - ], - [ - -121.952203651, - 37.25306807100003 - ], - [ - -121.95219044799995, - 37.25306210200006 - ], - [ - -121.95217710499998, - 37.25305631500004 - ], - [ - -121.95216365399995, - 37.25305073700008 - ], - [ - -121.95215006099994, - 37.25304534300005 - ], - [ - -121.95213635799996, - 37.253040111000075 - ], - [ - -121.95212254499995, - 37.25303510900005 - ], - [ - -121.95210862, - 37.25303026900008 - ], - [ - -121.95209461399998, - 37.253025636000075 - ], - [ - -121.95208049699994, - 37.25302121000004 - ], - [ - -121.95206626899994, - 37.253016968000054 - ], - [ - -121.95205195699998, - 37.253012934000026 - ], - [ - -121.95203756599994, - 37.253009106000036 - ], - [ - -121.95202309099994, - 37.25300544000004 - ], - [ - -121.95200856399998, - 37.253002028000026 - ], - [ - -121.95199395499998, - 37.25299879800008 - ], - [ - -121.95197923499995, - 37.252995777000024 - ], - [ - -121.95196448999997, - 37.25299296000003 - ], - [ - -121.95194966399998, - 37.25299032800007 - ], - [ - -121.95193613299995, - 37.25298814000007 - ], - [ - -121.95193481399997, - 37.25298792700005 - ], - [ - -121.95191988099998, - 37.252985754000065 - ], - [ - -121.95190492199998, - 37.252983742000026 - ], - [ - -121.95188991099997, - 37.25298196000006 - ], - [ - -121.95187487599998, - 37.25298038300008 - ], - [ - -121.95185978799998, - 37.25297901400006 - ], - [ - -121.95184467499996, - 37.25297787400007 - ], - [ - -121.95182956599996, - 37.252976939000064 - ], - [ - -121.95107685099998, - 37.250248459000034 - ], - [ - -121.95095733299996, - 37.24981443400003 - ], - [ - -121.95079102099999, - 37.24921025300006 - ], - [ - -121.95078513699997, - 37.24918894600006 - ], - [ - -121.95059663399996, - 37.24850625000005 - ], - [ - -121.95031740399997, - 37.247494833000076 - ], - [ - -121.95004090299994, - 37.24649281100005 - ], - [ - -121.950040608, - 37.24649174100006 - ], - [ - -121.94995646499996, - 37.24650550900003 - ], - [ - -121.94970176599998, - 37.24655078200004 - ], - [ - -121.94948376399998, - 37.246589533000076 - ], - [ - -121.94926915599996, - 37.246627716000035 - ], - [ - -121.94906062799998, - 37.246664793000036 - ], - [ - -121.94886276899996, - 37.24669997500007 - ], - [ - -121.94872720199999, - 37.24672408500004 - ], - [ - -121.94874747799997, - 37.24679822600007 - ], - [ - -121.94882414499995, - 37.24707855100007 - ], - [ - -121.94883714799994, - 37.24712604700005 - ], - [ - -121.94889585199996, - 37.24734069300007 - ], - [ - -121.948979453, - 37.24764633900003 - ], - [ - -121.94899916499998, - 37.24772806400006 - ], - [ - -121.94901846299996, - 37.24780805600005 - ], - [ - -121.94884217499998, - 37.24783944500007 - ], - [ - -121.94856863999996, - 37.24788817600006 - ], - [ - -121.94824068599996, - 37.24794495000003 - ], - [ - -121.94816315899999, - 37.24796174900007 - ], - [ - -121.94813998099994, - 37.24788595600006 - ], - [ - -121.94811339199998, - 37.247798998000064 - ], - [ - -121.94797813399998, - 37.24730510100005 - ], - [ - -121.94788169499998, - 37.24695289500005 - ], - [ - -121.947861177, - 37.24687804700005 - ], - [ - -121.94781434499998, - 37.24670699600006 - ], - [ - -121.94756462299995, - 37.246704728000054 - ], - [ - -121.94727213699997, - 37.24670454500006 - ], - [ - -121.947246023, - 37.24670452400005 - ], - [ - -121.94709255999999, - 37.246709397000075 - ], - [ - -121.94706123999998, - 37.24657349700004 - ], - [ - -121.94699057799994, - 37.24631601100003 - ], - [ - -121.94698801899995, - 37.24630670200003 - ], - [ - -121.94698460199999, - 37.24629427000008 - ], - [ - -121.94698386299996, - 37.24629160100005 - ], - [ - -121.94691446099995, - 37.24603867600007 - ], - [ - -121.94686840999998, - 37.24587084400008 - ], - [ - -121.94679719399994, - 37.24561137300003 - ], - [ - -121.94679149599995, - 37.24559061300005 - ], - [ - -121.94671593399994, - 37.245315196000035 - ], - [ - -121.94667153699999, - 37.24516476000008 - ], - [ - -121.94659597299994, - 37.24489064800008 - ], - [ - -121.9465325099999, - 37.24466033400006 - ], - [ - -121.94652108399998, - 37.244618839000054 - ], - [ - -121.94651883599994, - 37.24461067100003 - ], - [ - -121.94647578799999, - 37.244454407000035 - ], - [ - -121.94647058399994, - 37.24443554000004 - ], - [ - -121.94645943999996, - 37.24439518600008 - ], - [ - -121.94637260699994, - 37.244080147000034 - ], - [ - -121.94636743399997, - 37.24406137300008 - ], - [ - -121.94633894999998, - 37.24395796300007 - ], - [ - -121.94627946199995, - 37.24374216000007 - ], - [ - -121.94624081299997, - 37.24359868100004 - ], - [ - -121.94621311999998, - 37.24358945500006 - ], - [ - -121.94618567699996, - 37.24357986000007 - ], - [ - -121.94615839799997, - 37.243569896000054 - ], - [ - -121.94613137099998, - 37.243559541000025 - ], - [ - -121.94608597699994, - 37.24354110300004 - ], - [ - -121.94605671, - 37.24352896700003 - ], - [ - -121.94602710999999, - 37.24351731500008 - ], - [ - -121.94599728499998, - 37.24350603200003 - ], - [ - -121.94596721299996, - 37.24349521000005 - ], - [ - -121.94593694899999, - 37.24348478100006 - ], - [ - -121.945906434, - 37.24347478800007 - ], - [ - -121.94590096499996, - 37.24347308700004 - ], - [ - -121.94587570099998, - 37.24346521000007 - ], - [ - -121.94584477299998, - 37.243456070000036 - ], - [ - -121.94581365299996, - 37.24344734400006 - ], - [ - -121.94578234299996, - 37.24343907800005 - ], - [ - -121.94575089699998, - 37.24343122700003 - ], - [ - -121.94571920199996, - 37.24342381200006 - ], - [ - -121.94568740299997, - 37.243416903000025 - ], - [ - -121.94565543799996, - 37.24341036200008 - ], - [ - -121.94562336799999, - 37.243404303000034 - ], - [ - -121.94559113499997, - 37.24339868100003 - ], - [ - -121.94555876799996, - 37.243393542000035 - ], - [ - -121.94552635099996, - 37.24338881600005 - ], - [ - -121.94549379999995, - 37.24338454700006 - ], - [ - -121.94546117399995, - 37.243380761000026 - ], - [ - -121.94542591699997, - 37.24337716900004 - ], - [ - -121.94541574099998, - 37.24347588200004 - ], - [ - -121.94518987899994, - 37.24348837500003 - ], - [ - -121.94483327399996, - 37.243491336000034 - ], - [ - -121.944616898, - 37.243493915000045 - ], - [ - -121.94440046699998, - 37.243496540000024 - ], - [ - -121.94418095799995, - 37.24349551800003 - ], - [ - -121.943966752, - 37.24349928200007 - ], - [ - -121.94375094299994, - 37.24350308900006 - ], - [ - -121.94331727999997, - 37.24350843600007 - ], - [ - -121.94313831399995, - 37.243508950000034 - ], - [ - -121.941818803, - 37.24351790900005 - ], - [ - -121.94034855999996, - 37.243517057000076 - ], - [ - -121.94034829799995, - 37.243392492000055 - ], - [ - -121.94034817899995, - 37.24333517800005 - ], - [ - -121.94034731399995, - 37.24326651900003 - ], - [ - -121.94034366299996, - 37.24304411800006 - ], - [ - -121.94034101299997, - 37.24288268400005 - ], - [ - -121.94034071699997, - 37.24286282000003 - ], - [ - -121.94033780799998, - 37.242687998000065 - ], - [ - -121.94033259199995, - 37.24236941000004 - ], - [ - -121.94032993399998, - 37.242191243000036 - ], - [ - -121.94032486599997, - 37.24185063400006 - ], - [ - -121.94032084399998, - 37.24158227400005 - ], - [ - -121.94031997599996, - 37.24152382300008 - ], - [ - -121.94031765999995, - 37.24136781100003 - ], - [ - -121.94031177699998, - 37.24097296100007 - ], - [ - -121.94030887099996, - 37.24077593700008 - ], - [ - -121.94030204699999, - 37.24032041800007 - ], - [ - -121.94030099199995, - 37.240250685000035 - ], - [ - -121.94030090499996, - 37.240244620000055 - ], - [ - -121.94029854999997, - 37.240086707000046 - ], - [ - -121.94029424899998, - 37.239797819000046 - ], - [ - -121.94029704099995, - 37.23960376900004 - ], - [ - -121.94029100699998, - 37.239272465000056 - ], - [ - -121.94028639499999, - 37.23901803000007 - ], - [ - -121.94028263099995, - 37.23881206600004 - ], - [ - -121.940278923, - 37.23860610100007 - ], - [ - -121.94027515899995, - 37.23840013600005 - ], - [ - -121.94027142199997, - 37.23819415000003 - ], - [ - -121.94026731899999, - 37.23796758900005 - ], - [ - -121.94026337499997, - 37.23780280600005 - ], - [ - -121.940260164, - 37.23758699200005 - ], - [ - -121.94025989799997, - 37.237570195000046 - ], - [ - -121.94025717199997, - 37.23738539000004 - ], - [ - -121.94025684999997, - 37.23736424500004 - ], - [ - -121.94025414999999, - 37.23718381300006 - ], - [ - -121.94025201199997, - 37.237040067000066 - ], - [ - -121.94025115599999, - 37.236982211000054 - ], - [ - -121.94024967699994, - 37.23688307000003 - ], - [ - -121.940248882, - 37.23682835000005 - ], - [ - -121.94024816299998, - 37.23678063300008 - ], - [ - -121.94024407899997, - 37.236506001000066 - ], - [ - -121.940240239, - 37.23624844500006 - ], - [ - -121.94023582399996, - 37.236239183000066 - ], - [ - -121.94023483299998, - 37.23618920400003 - ], - [ - -121.94023475199998, - 37.23612637100007 - ], - [ - -121.94004208799998, - 37.23612743800004 - ], - [ - -121.93701693699995, - 37.23614196300008 - ], - [ - -121.93477169399995, - 37.23615270300007 - ], - [ - -121.93457208499996, - 37.236153616000024 - ], - [ - -121.93457434699997, - 37.23625522000003 - ], - [ - -121.93457737699998, - 37.23658798100007 - ], - [ - -121.93457937499994, - 37.236810035000076 - ], - [ - -121.93459470399995, - 37.23696904700006 - ], - [ - -121.93459708399996, - 37.23723053700007 - ], - [ - -121.93459721399995, - 37.23724470500008 - ], - [ - -121.93459897199995, - 37.23743503600008 - ], - [ - -121.93459935199996, - 37.23747721800004 - ], - [ - -121.934600876, - 37.23764328900006 - ], - [ - -121.93460146299998, - 37.23770973200004 - ], - [ - -121.93460275399997, - 37.23785019200005 - ], - [ - -121.93460357499998, - 37.237942245000056 - ], - [ - -121.93460456099996, - 37.23805496700004 - ], - [ - -121.93460568499995, - 37.23817475900006 - ], - [ - -121.934606455, - 37.238262716000065 - ], - [ - -121.93460774799996, - 37.23840178000006 - ], - [ - -121.93460833399996, - 37.23846522400004 - ], - [ - -121.93460981099997, - 37.23862880100006 - ], - [ - -121.93461022999998, - 37.23867464500006 - ], - [ - -121.93461194799994, - 37.238861292000024 - ], - [ - -121.93461208899998, - 37.23887610000003 - ], - [ - -121.93461420499995, - 37.23911037600004 - ], - [ - -121.93461398799997, - 37.23927518700003 - ], - [ - -121.93461618699996, - 37.23951534500003 - ], - [ - -121.93461855699996, - 37.23977623900004 - ], - [ - -121.93462157899995, - 37.24010856500007 - ], - [ - -121.93462633299998, - 37.24020416500008 - ], - [ - -121.93379624, - 37.240210743000034 - ], - [ - -121.93379739499994, - 37.240276994000055 - ], - [ - -121.93379909899994, - 37.240468976000045 - ], - [ - -121.93380072199994, - 37.240647841000055 - ], - [ - -121.93380249299997, - 37.24084478700007 - ], - [ - -121.93380427299996, - 37.24104228300007 - ], - [ - -121.93380605399994, - 37.24123977900007 - ], - [ - -121.93380783499998, - 37.241437276000056 - ], - [ - -121.93380958799997, - 37.241634773000044 - ], - [ - -121.93381136799997, - 37.24183226800005 - ], - [ - -121.93381315399995, - 37.242030062000026 - ], - [ - -121.93381493599998, - 37.242227581000066 - ], - [ - -121.93382458299999, - 37.24329860100005 - ], - [ - -121.93382557799998, - 37.24342219500005 - ], - [ - -121.93332849999996, - 37.24342475700007 - ], - [ - -121.93276897899995, - 37.24342755600003 - ], - [ - -121.93209617699995, - 37.24343089100006 - ], - [ - -121.93138031499996, - 37.243434474000026 - ], - [ - -121.93137796299999, - 37.24319658500008 - ], - [ - -121.931377952, - 37.24319564600006 - ], - [ - -121.93137568599997, - 37.24294258000003 - ], - [ - -121.93137098099999, - 37.24241980700003 - ], - [ - -121.93105469099999, - 37.24240618600004 - ], - [ - -121.93082255799999, - 37.24240808500008 - ], - [ - -121.930784228, - 37.242408416000046 - ], - [ - -121.93055330499999, - 37.242409156000065 - ], - [ - -121.93055427399997, - 37.24251377500008 - ], - [ - -121.93055516699997, - 37.24260990200003 - ], - [ - -121.93055580299995, - 37.242677557000036 - ], - [ - -121.93055608699996, - 37.24270742500005 - ], - [ - -121.93055698599994, - 37.242803827000046 - ], - [ - -121.930557395, - 37.24284921200007 - ], - [ - -121.93055788099997, - 37.242901602000074 - ], - [ - -121.93055877499995, - 37.242997729000024 - ], - [ - -121.930559669, - 37.24309385500004 - ], - [ - -121.93056053199996, - 37.243189983000036 - ], - [ - -121.930561464, - 37.24328805500005 - ], - [ - -121.93056171399996, - 37.24331611500003 - ], - [ - -121.93056233799996, - 37.24338473200004 - ], - [ - -121.93056567899998, - 37.243439651000074 - ], - [ - -121.93018564699997, - 37.24344223400004 - ], - [ - -121.929974803, - 37.243443666000076 - ], - [ - -121.92996255099996, - 37.24344372300004 - ], - [ - -121.92941988399997, - 37.243447444000026 - ], - [ - -121.92849667099995, - 37.24345372500005 - ], - [ - -121.92849432299994, - 37.243453732000035 - ], - [ - -121.92761277299996, - 37.24345887900006 - ], - [ - -121.92761111899995, - 37.24333614000005 - ], - [ - -121.92760852999999, - 37.24306696200006 - ], - [ - -121.927608454, - 37.243061469000054 - ], - [ - -121.92760838399994, - 37.24305183400003 - ], - [ - -121.92760562399997, - 37.24276762000005 - ], - [ - -121.927570501, - 37.242685461000065 - ], - [ - -121.927555725, - 37.24115192100004 - ], - [ - -121.92744883399996, - 37.24115272100005 - ], - [ - -121.927061805, - 37.24115560800004 - ], - [ - -121.92668662499995, - 37.24115839700005 - ], - [ - -121.92648048899997, - 37.24115250800003 - ], - [ - -121.92616724599998, - 37.24115573000006 - ], - [ - -121.92609899399997, - 37.24115592100003 - ], - [ - -121.92571851499997, - 37.24115703200005 - ], - [ - -121.92551173899994, - 37.24115815300007 - ], - [ - -121.92513243499997, - 37.24116085000003 - ], - [ - -121.92513280599997, - 37.241198361000045 - ], - [ - -121.92513386499996, - 37.241317034000076 - ], - [ - -121.92513532699996, - 37.241477978000034 - ], - [ - -121.92513585199998, - 37.24153705100008 - ], - [ - -121.92513673699995, - 37.24163617600004 - ], - [ - -121.92513819799996, - 37.241795472000035 - ], - [ - -121.925139033, - 37.241887435000024 - ], - [ - -121.92513936799998, - 37.24192153700005 - ], - [ - -121.92513969599997, - 37.24195378400003 - ], - [ - -121.92514109299998, - 37.24211438700007 - ], - [ - -121.92514220499999, - 37.24223738400008 - ], - [ - -121.92514254899999, - 37.24227494200005 - ], - [ - -121.92514400899995, - 37.24243575000003 - ], - [ - -121.92514406999999, - 37.242443508000065 - ], - [ - -121.92514563199995, - 37.24261266900004 - ], - [ - -121.925145682, - 37.24261827600003 - ], - [ - -121.92514704599995, - 37.24278306700006 - ], - [ - -121.92514706499998, - 37.242784028000074 - ], - [ - -121.92514950299994, - 37.24306536300003 - ], - [ - -121.925149504, - 37.24306694200004 - ], - [ - -121.92514966199997, - 37.243084199000066 - ], - [ - -121.925151998, - 37.24335260200007 - ], - [ - -121.925153363, - 37.24348141100006 - ], - [ - -121.92359724199997, - 37.243484255000055 - ], - [ - -121.92358839699995, - 37.24348427100006 - ], - [ - -121.92291354799994, - 37.24348549500007 - ], - [ - -121.92291069799995, - 37.24336714300006 - ], - [ - -121.92290035199994, - 37.24336651700003 - ], - [ - -121.92289920399998, - 37.243366441000035 - ], - [ - -121.92288847099996, - 37.24336428300006 - ], - [ - -121.92288664999995, - 37.24336376600007 - ], - [ - -121.92287704899996, - 37.24336034100003 - ], - [ - -121.92287593999998, - 37.24335979600005 - ], - [ - -121.92286721199997, - 37.24335506500006 - ], - [ - -121.92286632799994, - 37.24335449300003 - ], - [ - -121.92285894799994, - 37.24334876200004 - ], - [ - -121.92285772899999, - 37.243347690000064 - ], - [ - -121.92285166799996, - 37.24334096700005 - ], - [ - -121.92285069199994, - 37.243339637000076 - ], - [ - -121.92284638999996, - 37.24333259400004 - ], - [ - -121.92284586799997, - 37.243331641000054 - ], - [ - -121.92284280799998, - 37.243323056000065 - ], - [ - -121.922842576, - 37.243322060000025 - ], - [ - -121.92284153799994, - 37.243313914000055 - ], - [ - -121.92284142899996, - 37.24331256500005 - ], - [ - -121.92284143199998, - 37.24331117200006 - ], - [ - -121.92284271899996, - 37.243256907000045 - ], - [ - -121.92284279999996, - 37.24323399300005 - ], - [ - -121.92284038699995, - 37.242956642000024 - ], - [ - -121.92283891199997, - 37.24278422900005 - ], - [ - -121.92283892199998, - 37.24278136700008 - ], - [ - -121.92283947899995, - 37.242646998000055 - ], - [ - -121.92321553899995, - 37.242644401000064 - ], - [ - -121.92321487699996, - 37.24256199800004 - ], - [ - -121.92321320099995, - 37.24238210200008 - ], - [ - -121.92321308599998, - 37.24236850800003 - ], - [ - -121.92321166999994, - 37.242217313000026 - ], - [ - -121.92321149299994, - 37.24219744700008 - ], - [ - -121.92321016799997, - 37.24205254700007 - ], - [ - -121.92320994499994, - 37.24202879000006 - ], - [ - -121.92320866299997, - 37.241887758000075 - ], - [ - -121.923208376, - 37.241856013000074 - ], - [ - -121.92320713299995, - 37.24172296900008 - ], - [ - -121.92320675499997, - 37.241682069000035 - ], - [ - -121.92320560099995, - 37.24155817900004 - ], - [ - -121.92320521499994, - 37.24151528800007 - ], - [ - -121.92320409899997, - 37.24139339000004 - ], - [ - -121.92320365999996, - 37.24134473100003 - ], - [ - -121.92320256999994, - 37.241227250000065 - ], - [ - -121.92320209199994, - 37.241176531000065 - ], - [ - -121.923201039, - 37.24106246000008 - ], - [ - -121.92320055099998, - 37.24100972900004 - ], - [ - -121.92319953699996, - 37.24089767100003 - ], - [ - -121.92319899599994, - 37.24083917000007 - ], - [ - -121.92319800399997, - 37.24073288200003 - ], - [ - -121.92319740799996, - 37.24066685100007 - ], - [ - -121.92319661299996, - 37.24058148100005 - ], - [ - -121.92319582299996, - 37.24049782800006 - ], - [ - -121.923194078, - 37.24030823000004 - ], - [ - -121.92333850099999, - 37.240307389000066 - ], - [ - -121.92334120599998, - 37.240142594000076 - ], - [ - -121.92333849399995, - 37.23984050200005 - ], - [ - -121.92354458499995, - 37.23983959800006 - ], - [ - -121.92375070299994, - 37.23983867000004 - ], - [ - -121.92411607799994, - 37.23983706300004 - ], - [ - -121.92430284499994, - 37.239836256000046 - ], - [ - -121.92430336099994, - 37.239894985000035 - ], - [ - -121.92430500399996, - 37.24007451400007 - ], - [ - -121.92430516899998, - 37.240095250000024 - ], - [ - -121.92430521499995, - 37.24009772200003 - ], - [ - -121.92512277799995, - 37.24009326400005 - ], - [ - -121.92512092099997, - 37.239890528000046 - ], - [ - -121.92512041899994, - 37.239835596000034 - ], - [ - -121.925117936, - 37.239560948000076 - ], - [ - -121.92511728599999, - 37.23948628900007 - ], - [ - -121.92511704599997, - 37.239460129000065 - ], - [ - -121.925116829, - 37.23943524900005 - ], - [ - -121.92511517099996, - 37.23925647600004 - ], - [ - -121.92511383699997, - 37.23909170700006 - ], - [ - -121.92511224599997, - 37.238909041000056 - ], - [ - -121.92511152799995, - 37.23882772200005 - ], - [ - -121.92511077499995, - 37.23874310700006 - ], - [ - -121.92510950399998, - 37.238599762000035 - ], - [ - -121.92510935799999, - 37.23858305500005 - ], - [ - -121.92510799799999, - 37.23842895400003 - ], - [ - -121.925107535, - 37.238374572000055 - ], - [ - -121.92510658199996, - 37.23826597000004 - ], - [ - -121.92510553499994, - 37.23814935900003 - ], - [ - -121.92510515299995, - 37.23810525500005 - ], - [ - -121.92510372799995, - 37.23794028100008 - ], - [ - -121.925103665, - 37.23793238500008 - ], - [ - -121.92510230799996, - 37.237778535000075 - ], - [ - -121.92510164099997, - 37.237704448000045 - ], - [ - -121.92510086399994, - 37.237615531000074 - ], - [ - -121.92509966999995, - 37.23747923500008 - ], - [ - -121.92509941999998, - 37.237449550000065 - ], - [ - -121.92509804099996, - 37.237291465000055 - ], - [ - -121.925097699, - 37.23725402100007 - ], - [ - -121.92509645999996, - 37.23711376600005 - ], - [ - -121.92509570699997, - 37.237026084000036 - ], - [ - -121.925094135, - 37.23685044500007 - ], - [ - -121.92509368199995, - 37.236798125000064 - ], - [ - -121.92509231099996, - 37.23664047500006 - ], - [ - -121.925091711, - 37.23657291100005 - ], - [ - -121.92508926299996, - 37.236295537000046 - ], - [ - -121.925089819, - 37.23617741800007 - ], - [ - -121.92436481199996, - 37.23618260400008 - ], - [ - -121.92262478999999, - 37.23619440600004 - ], - [ - -121.92074334199998, - 37.23620782900008 - ], - [ - -121.92073275299998, - 37.23620795800008 - ], - [ - -121.91953497299994, - 37.23622372600005 - ], - [ - -121.91862654199997, - 37.23623039300003 - ], - [ - -121.91773181899998, - 37.23622924000006 - ], - [ - -121.91701153399998, - 37.236234323000076 - ], - [ - -121.91669818699995, - 37.23623697200003 - ], - [ - -121.91575716899996, - 37.23624325500003 - ], - [ - -121.91492295599994, - 37.23624913000003 - ], - [ - -121.91390268299995, - 37.23625633300003 - ], - [ - -121.91299052699998, - 37.23626277100004 - ], - [ - -121.912887007, - 37.236273475000075 - ], - [ - -121.91233777199994, - 37.23630402400005 - ], - [ - -121.91126034699994, - 37.23631230400008 - ], - [ - -121.91125821799994, - 37.23620243600004 - ], - [ - -121.91125646799998, - 37.23602464800007 - ], - [ - -121.91125646499995, - 37.236023 - ], - [ - -121.91125485499998, - 37.23586022600006 - ], - [ - -121.91125323999995, - 37.23569411100004 - ], - [ - -121.91125160599995, - 37.235528636000026 - ], - [ - -121.91125143499994, - 37.23551037200008 - ], - [ - -121.91124996099995, - 37.23536094100007 - ], - [ - -121.91124976599997, - 37.23534002200006 - ], - [ - -121.91124840299995, - 37.23520093600007 - ], - [ - -121.91124809999997, - 37.23516969600007 - ], - [ - -121.911246861, - 37.23504177800004 - ], - [ - -121.91124643399996, - 37.23499936800005 - ], - [ - -121.91124521299997, - 37.23487550300007 - ], - [ - -121.911244335, - 37.23478642600003 - ], - [ - -121.91124361599998, - 37.23471185900007 - ], - [ - -121.91124197599999, - 37.23454446200003 - ], - [ - -121.91124157599995, - 37.23450356300003 - ], - [ - -121.91124034999996, - 37.23437937700004 - ], - [ - -121.91124007699995, - 37.23435273600006 - ], - [ - -121.91123875399995, - 37.234215848000076 - ], - [ - -121.91123818899996, - 37.23415849200006 - ], - [ - -121.91123711699998, - 37.23404854200004 - ], - [ - -121.911235493, - 37.233885127000065 - ], - [ - -121.91123520399998, - 37.23385457300003 - ], - [ - -121.91123389199998, - 37.233721255000034 - ], - [ - -121.911232085, - 37.23353589100003 - ], - [ - -121.91123396499995, - 37.23338207100005 - ], - [ - -121.91123209099999, - 37.23318862700006 - ], - [ - -121.91123132599995, - 37.23311017000003 - ], - [ - -121.91123047599996, - 37.23302406800008 - ], - [ - -121.91122887199998, - 37.232857083000056 - ], - [ - -121.91122854899999, - 37.23282472100004 - ], - [ - -121.91122726799995, - 37.23269163000003 - ], - [ - -121.91122567899998, - 37.232528399000046 - ], - [ - -121.91122502099995, - 37.23246159000007 - ], - [ - -121.91122405799996, - 37.23236198500007 - ], - [ - -121.911222464, - 37.23219706100008 - ], - [ - -121.91122147699997, - 37.23209612800008 - ], - [ - -121.91122085099994, - 37.23203108100006 - ], - [ - -121.91121926599999, - 37.231869635000066 - ], - [ - -121.91121892799998, - 37.23183351900008 - ], - [ - -121.91121766199996, - 37.23170260400008 - ], - [ - -121.91121606499996, - 37.231537495000055 - ], - [ - -121.911214412, - 37.23137092200005 - ], - [ - -121.91121282299997, - 37.23120618000007 - ], - [ - -121.91121125399997, - 37.23104413800007 - ], - [ - -121.91120960799998, - 37.23087486400004 - ], - [ - -121.91120799, - 37.23070863300006 - ], - [ - -121.91120650399995, - 37.23055547200005 - ], - [ - -121.910860018, - 37.23055894000004 - ], - [ - -121.91080443699997, - 37.23055949600007 - ], - [ - -121.91078929799994, - 37.23054691500005 - ], - [ - -121.91075693999994, - 37.23052825800005 - ], - [ - -121.91072044199996, - 37.230516187000035 - ], - [ - -121.910680744, - 37.23051101400006 - ], - [ - -121.910678126, - 37.23051095100004 - ], - [ - -121.91067629999998, - 37.230510915000025 - ], - [ - -121.91067447299997, - 37.230510888000026 - ], - [ - -121.91053691899998, - 37.230512271000066 - ], - [ - -121.90975863199998, - 37.23052020700004 - ], - [ - -121.90975427299998, - 37.23012019000004 - ], - [ - -121.90975335999997, - 37.23003676600007 - ], - [ - -121.90975130499999, - 37.229850216000045 - ], - [ - -121.90974945799996, - 37.22967622800007 - ], - [ - -121.90974734399998, - 37.22948649600005 - ], - [ - -121.90974624599994, - 37.229385656000034 - ], - [ - -121.90974497699995, - 37.22926966500006 - ], - [ - -121.90974414299995, - 37.22919349800003 - ], - [ - -121.90958075299994, - 37.229061742000056 - ], - [ - -121.90957604599998, - 37.229057932000046 - ], - [ - -121.90973746299994, - 37.229056239000045 - ], - [ - -121.90973627699998, - 37.228891446000034 - ], - [ - -121.90973621199998, - 37.22888045900004 - ], - [ - -121.90973612299996, - 37.22885745600007 - ], - [ - -121.90973522599995, - 37.22865491400006 - ], - [ - -121.90973493699994, - 37.22860000500003 - ], - [ - -121.90973405499994, - 37.228405794000025 - ], - [ - -121.90973325899995, - 37.228226781000046 - ], - [ - -121.90973316799995, - 37.228208333000055 - ], - [ - -121.90973229899998, - 37.22801332100005 - ], - [ - -121.90973143199994, - 37.22781828700005 - ], - [ - -121.90973055699999, - 37.22762753200004 - ], - [ - -121.90973022599997, - 37.227552252000066 - ], - [ - -121.91030751099998, - 37.227546189000066 - ], - [ - -121.91129920699996, - 37.22753574400008 - ], - [ - -121.91129877199995, - 37.22750356700004 - ], - [ - -121.91129199599999, - 37.22702895600003 - ], - [ - -121.91128747699997, - 37.226711848000036 - ], - [ - -121.91259985999994, - 37.22669603600008 - ], - [ - -121.912766219, - 37.226694028000054 - ], - [ - -121.91279735599994, - 37.22669365200005 - ], - [ - -121.91288629999997, - 37.22669257800004 - ], - [ - -121.91287620399999, - 37.225930419000065 - ], - [ - -121.91286855599998, - 37.22535402800003 - ], - [ - -121.91286814299997, - 37.225323040000035 - ], - [ - -121.91235183999999, - 37.225260580000054 - ], - [ - -121.91114075599995, - 37.22511411500005 - ], - [ - -121.91107646399996, - 37.22510635100008 - ], - [ - -121.91104671199997, - 37.225102750000076 - ], - [ - -121.91065199899998, - 37.22505497700007 - ], - [ - -121.91063853099996, - 37.22506640200004 - ], - [ - -121.91055569599996, - 37.22513188100004 - ], - [ - -121.910072459, - 37.22534305100004 - ], - [ - -121.909814182, - 37.225371867000035 - ], - [ - -121.90970739899996, - 37.225369674000035 - ], - [ - -121.90958898399998, - 37.22538355300003 - ], - [ - -121.90917371599994, - 37.22552269000005 - ], - [ - -121.90878722999997, - 37.225770640000064 - ], - [ - -121.90871026399998, - 37.225837787000046 - ], - [ - -121.90842761799996, - 37.22607766600004 - ], - [ - -121.90782833199995, - 37.226219194000066 - ], - [ - -121.90727469799998, - 37.22634996200003 - ], - [ - -121.90708367499997, - 37.22639508700007 - ], - [ - -121.90680367899995, - 37.226461193000034 - ], - [ - -121.90668695899996, - 37.22626844400003 - ], - [ - -121.90667499499995, - 37.226248697000074 - ], - [ - -121.90667071099995, - 37.22624163000006 - ], - [ - -121.90655015199997, - 37.22604256300008 - ], - [ - -121.906517507, - 37.22598861500006 - ], - [ - -121.90645139399999, - 37.22587946800007 - ], - [ - -121.90641130799997, - 37.22581329500008 - ], - [ - -121.90629674599995, - 37.22562411500007 - ], - [ - -121.90628182799998, - 37.22559950400006 - ], - [ - -121.90617279099996, - 37.22541943400006 - ], - [ - -121.90605394799996, - 37.22522318500006 - ], - [ - -121.90553914499998, - 37.224373126000046 - ], - [ - -121.905718359, - 37.22391285400005 - ], - [ - -121.90628761099998, - 37.22303603900008 - ], - [ - -121.90629484399994, - 37.22302491800008 - ], - [ - -121.90638280399997, - 37.22288935900008 - ], - [ - -121.90644957799998, - 37.22270481900006 - ], - [ - -121.90647156399996, - 37.222644126000034 - ], - [ - -121.90649039299996, - 37.22259203100003 - ], - [ - -121.90659561299998, - 37.22230120900008 - ], - [ - -121.90664192199995, - 37.22217322500006 - ], - [ - -121.90671353999994, - 37.22197532700005 - ], - [ - -121.90671873699995, - 37.22196098100005 - ], - [ - -121.90690420599998, - 37.22185547200007 - ], - [ - -121.90718056199995, - 37.22169874100007 - ], - [ - -121.90725150599997, - 37.22165847100007 - ], - [ - -121.90735915199997, - 37.22159734200005 - ], - [ - -121.90757197999994, - 37.22147646500008 - ], - [ - -121.90795560199996, - 37.22154134300007 - ], - [ - -121.908333256, - 37.221231172000046 - ], - [ - -121.90833351599997, - 37.22120393000006 - ], - [ - -121.90833733199997, - 37.22078767700003 - ], - [ - -121.90910295499998, - 37.22031773100008 - ], - [ - -121.90913464099998, - 37.22020221300005 - ], - [ - -121.90918165399995, - 37.21988844300006 - ], - [ - -121.90920374999996, - 37.21974090400005 - ], - [ - -121.90920079199998, - 37.219696327000065 - ], - [ - -121.90921160099998, - 37.219201774000055 - ], - [ - -121.90866555599996, - 37.218584736000025 - ], - [ - -121.90902683299998, - 37.21800172900004 - ], - [ - -121.90929569499997, - 37.21790995300006 - ], - [ - -121.90998189699997, - 37.21760766500006 - ], - [ - -121.91050799799996, - 37.21737590400005 - ], - [ - -121.91067095699998, - 37.21735404900005 - ], - [ - -121.91118704099995, - 37.21728490100003 - ], - [ - -121.91184897399995, - 37.21704703100005 - ], - [ - -121.91220621999997, - 37.21698306900004 - ], - [ - -121.91255874599995, - 37.216796541000065 - ], - [ - -121.91283933799997, - 37.216544363000025 - ], - [ - -121.91284057099995, - 37.21682948800003 - ], - [ - -121.91284082899995, - 37.21688107800003 - ], - [ - -121.91284086599995, - 37.21696135500008 - ], - [ - -121.91287143299996, - 37.216928505000055 - ], - [ - -121.91289808599998, - 37.21689702800006 - ], - [ - -121.91290090799998, - 37.216893595000045 - ], - [ - -121.91290796899995, - 37.21688386200003 - ], - [ - -121.91297880399998, - 37.21677604300004 - ], - [ - -121.91298067099996, - 37.216773070000045 - ], - [ - -121.91298177699997, - 37.21677131400003 - ], - [ - -121.91314068999998, - 37.21650499300006 - ], - [ - -121.91314218499997, - 37.216502364000064 - ], - [ - -121.91314312699996, - 37.216500705000044 - ], - [ - -121.91336058199994, - 37.21610171700007 - ], - [ - -121.91339434099996, - 37.216035617000045 - ], - [ - -121.91343731399996, - 37.21593534800007 - ], - [ - -121.91347177399996, - 37.215832255000066 - ], - [ - -121.91349715999996, - 37.21572785600006 - ], - [ - -121.91350527499998, - 37.21568268600004 - ], - [ - -121.91351370199999, - 37.215630256000054 - ], - [ - -121.91351758399998, - 37.21559522900003 - ], - [ - -121.91351650499996, - 37.215538182000046 - ], - [ - -121.91350631199998, - 37.215481702000034 - ], - [ - -121.91348717499994, - 37.21542672900006 - ], - [ - -121.91348243999994, - 37.21541629300003 - ], - [ - -121.91345910499996, - 37.21537350800003 - ], - [ - -121.91342390799997, - 37.21532514300003 - ], - [ - -121.91342325899996, - 37.21532437600007 - ], - [ - -121.91337968199997, - 37.21527912300007 - ], - [ - -121.91332919899997, - 37.215238671000066 - ], - [ - -121.91329732499997, - 37.21521783000003 - ], - [ - -121.91325811099995, - 37.215192099000035 - ], - [ - -121.91320332799995, - 37.21514830900003 - ], - [ - -121.91315539299995, - 37.21509963300008 - ], - [ - -121.91311501499996, - 37.21504679100008 - ], - [ - -121.91310156299994, - 37.21502542500008 - ], - [ - -121.91309776699995, - 37.215019392000045 - ], - [ - -121.91304728199998, - 37.21493052900007 - ], - [ - -121.91300523299998, - 37.21483888300003 - ], - [ - -121.91297186199995, - 37.214744981000024 - ], - [ - -121.91297152599998, - 37.214743860000056 - ], - [ - -121.91297036999998, - 37.21474001000007 - ], - [ - -121.91296995799996, - 37.21473864200004 - ], - [ - -121.91296840299998, - 37.21473342300004 - ], - [ - -121.91296095699994, - 37.21470739500006 - ], - [ - -121.91291945599994, - 37.21456179100005 - ], - [ - -121.912897795, - 37.214497091000055 - ], - [ - -121.91284429799998, - 37.21433739300005 - ], - [ - -121.91283908199995, - 37.21432179900006 - ], - [ - -121.91282855399999, - 37.214291779000064 - ], - [ - -121.91283064299995, - 37.21463279100004 - ], - [ - -121.91268611499999, - 37.21445878900005 - ], - [ - -121.91261869999994, - 37.214377633000026 - ], - [ - -121.91261715999997, - 37.21437337100008 - ], - [ - -121.912557258, - 37.21420958400006 - ], - [ - -121.91244451299997, - 37.21390115200006 - ], - [ - -121.912427461, - 37.213854480000066 - ], - [ - -121.91241285599995, - 37.21381455300008 - ], - [ - -121.91239867299998, - 37.21377578900007 - ], - [ - -121.91234978399996, - 37.21364206000004 - ], - [ - -121.91234332799996, - 37.21362442100008 - ], - [ - -121.91231000399995, - 37.21360880000003 - ], - [ - -121.91218693699994, - 37.21355104700007 - ], - [ - -121.91217057799997, - 37.21360013700007 - ], - [ - -121.91211058899995, - 37.21353793800006 - ], - [ - -121.91203629799998, - 37.21346091700008 - ], - [ - -121.91169821999995, - 37.21341278400007 - ], - [ - -121.91169733099997, - 37.21341268000003 - ], - [ - -121.911309287, - 37.213375359000054 - ], - [ - -121.91070373699995, - 37.213317104000055 - ], - [ - -121.90990955199999, - 37.213392234000025 - ], - [ - -121.90989435299997, - 37.21339367600007 - ], - [ - -121.909890551, - 37.21339246300005 - ], - [ - -121.90943385199995, - 37.21324746400006 - ], - [ - -121.90937171999997, - 37.21322772600007 - ], - [ - -121.90920351699998, - 37.21268785500007 - ], - [ - -121.90915803799999, - 37.212541748000035 - ], - [ - -121.90886449399994, - 37.212171193000074 - ], - [ - -121.90787405999998, - 37.211519742000064 - ], - [ - -121.90678451599996, - 37.21068006100006 - ], - [ - -121.90676831199994, - 37.21066757400007 - ], - [ - -121.90674524099995, - 37.21068099100006 - ], - [ - -121.90599531899994, - 37.211117039000044 - ], - [ - -121.90489130999998, - 37.21110606000008 - ], - [ - -121.90484691899997, - 37.211073885000076 - ], - [ - -121.90407071799996, - 37.21051102200005 - ], - [ - -121.90367300399998, - 37.20973886500008 - ], - [ - -121.90333211999996, - 37.20961316800003 - ], - [ - -121.90312517999996, - 37.20953686300004 - ], - [ - -121.90238315999994, - 37.20926325200003 - ], - [ - -121.90188330599995, - 37.20885479800006 - ], - [ - -121.901696556, - 37.20788199500004 - ], - [ - -121.90168558599999, - 37.20782490100004 - ], - [ - -121.90162006799994, - 37.20780137700007 - ], - [ - -121.901540002, - 37.20777264800006 - ], - [ - -121.90017766999995, - 37.207283619000066 - ], - [ - -121.90011685699994, - 37.20723623300006 - ], - [ - -121.89943716399995, - 37.206706567000026 - ], - [ - -121.89938314799997, - 37.206664455000066 - ], - [ - -121.89920710799998, - 37.20665747400005 - ], - [ - -121.89914029299996, - 37.20665481700007 - ], - [ - -121.89907883599994, - 37.20665237000003 - ], - [ - -121.89510421699998, - 37.209847215000025 - ], - [ - -121.89507283499995, - 37.209872493000034 - ], - [ - -121.89389318399998, - 37.21082062100004 - ], - [ - -121.89032798199997, - 37.21365896900005 - ], - [ - -121.89084680299999, - 37.21365280200007 - ], - [ - -121.89154148799997, - 37.21364030800004 - ], - [ - -121.89223397799998, - 37.21365747800007 - ], - [ - -121.89229149, - 37.21384604600007 - ], - [ - -121.89291426099999, - 37.215888147000044 - ], - [ - -121.89449643499995, - 37.216585114000054 - ], - [ - -121.89432506799994, - 37.21664582300008 - ], - [ - -121.89311312899997, - 37.217218725000066 - ], - [ - -121.89297973799995, - 37.21732867400004 - ], - [ - -121.89288840199998, - 37.217457601000035 - ], - [ - -121.89269006399996, - 37.21780086100006 - ], - [ - -121.89253147899996, - 37.21804732700008 - ], - [ - -121.89237988399998, - 37.21827885400006 - ], - [ - -121.892195733, - 37.21845889900004 - ], - [ - -121.89214824799996, - 37.218697243000065 - ], - [ - -121.89199904199995, - 37.21888797500003 - ], - [ - -121.89171884599995, - 37.218944091000026 - ], - [ - -121.89027261499996, - 37.21932479800006 - ], - [ - -121.88873233599998, - 37.219851540000036 - ], - [ - -121.88868057299999, - 37.21982459600008 - ], - [ - -121.88867924699997, - 37.219823993000034 - ], - [ - -121.88862601899996, - 37.219801414000074 - ], - [ - -121.88862475099995, - 37.219800949000046 - ], - [ - -121.88856910499999, - 37.21978222100006 - ], - [ - -121.88851011999998, - 37.21976706000004 - ], - [ - -121.88844998399998, - 37.21975623600008 - ], - [ - -121.88844869399998, - 37.21975609100008 - ], - [ - -121.888388755, - 37.219749730000046 - ], - [ - -121.88832703399999, - 37.219747555000026 - ], - [ - -121.88826587999995, - 37.21974974500006 - ], - [ - -121.88820420899998, - 37.21975638200007 - ], - [ - -121.88814567199995, - 37.219766965000076 - ], - [ - -121.888143846, - 37.21976733100007 - ], - [ - -121.888086333, - 37.21978213500006 - ], - [ - -121.88808502399996, - 37.21978249400007 - ], - [ - -121.88802972999997, - 37.219801233000055 - ], - [ - -121.88802819399996, - 37.21980180000003 - ], - [ - -121.88797364199996, - 37.219825040000046 - ], - [ - -121.88754767599994, - 37.21966542300004 - ], - [ - -121.88720872399995, - 37.219538397000065 - ], - [ - -121.88715297799996, - 37.21941689500005 - ], - [ - -121.887014223, - 37.21917313800003 - ], - [ - -121.88700488099994, - 37.21909386600004 - ], - [ - -121.88692723899999, - 37.21866182500003 - ], - [ - -121.88692471999997, - 37.21864326700006 - ], - [ - -121.88691999899999, - 37.218625012000075 - ], - [ - -121.88691314599998, - 37.21860719500006 - ], - [ - -121.88667540199998, - 37.21810604600006 - ], - [ - -121.88643301899998, - 37.21763702100003 - ], - [ - -121.88617565599998, - 37.21772210700004 - ], - [ - -121.88593763899996, - 37.217800784000076 - ], - [ - -121.88581184399999, - 37.21784235300004 - ], - [ - -121.885151227, - 37.21769825500007 - ], - [ - -121.88497839699994, - 37.217624697000076 - ], - [ - -121.884741868, - 37.21754575600005 - ], - [ - -121.88436377799997, - 37.21723920300008 - ], - [ - -121.88407553399998, - 37.21692350600006 - ], - [ - -121.88405733499997, - 37.21690357800003 - ], - [ - -121.88383857799994, - 37.21666332700005 - ], - [ - -121.88382211899994, - 37.21664154800004 - ], - [ - -121.88381738199996, - 37.216635878000034 - ], - [ - -121.88355138099996, - 37.21631731000008 - ], - [ - -121.883355301, - 37.216065048000075 - ], - [ - -121.88357104799996, - 37.21586397300007 - ], - [ - -121.88375756299996, - 37.215677870000036 - ], - [ - -121.88379546799996, - 37.21556549200005 - ], - [ - -121.88378075199995, - 37.21530982500008 - ], - [ - -121.88373787699999, - 37.21517212400005 - ], - [ - -121.88373775599996, - 37.21517173600006 - ], - [ - -121.88370632899995, - 37.215070843000035 - ], - [ - -121.88368381599997, - 37.215019357000074 - ], - [ - -121.883570449, - 37.21476023200006 - ], - [ - -121.88348716299998, - 37.21456974300003 - ], - [ - -121.88346408399997, - 37.21451949800007 - ], - [ - -121.88328748599997, - 37.21413495400003 - ], - [ - -121.88284478099996, - 37.21436519500003 - ], - [ - -121.882092135, - 37.21456535400006 - ], - [ - -121.88173426199995, - 37.21467508000006 - ], - [ - -121.88157607199997, - 37.21474756300006 - ], - [ - -121.88150850999995, - 37.21479153200005 - ], - [ - -121.88149093099997, - 37.21471988800005 - ], - [ - -121.88148922999994, - 37.214713019000044 - ], - [ - -121.88147836799999, - 37.21466883100004 - ], - [ - -121.881454207, - 37.214664302000074 - ], - [ - -121.88141518299994, - 37.214689401000044 - ], - [ - -121.88135616399995, - 37.214667459000054 - ], - [ - -121.87978067199998, - 37.214081804000045 - ], - [ - -121.87976733199997, - 37.214056828000025 - ], - [ - -121.87975370899994, - 37.214031969000075 - ], - [ - -121.87970418199995, - 37.213959696000074 - ], - [ - -121.87966143099999, - 37.21389956400003 - ], - [ - -121.87961577599998, - 37.213840247000064 - ], - [ - -121.87956724799994, - 37.21378185300006 - ], - [ - -121.87951584899997, - 37.21372450300004 - ], - [ - -121.87946158199998, - 37.213668376000044 - ], - [ - -121.87940458999998, - 37.213613518000045 - ], - [ - -121.87934487899997, - 37.21356017800008 - ], - [ - -121.87928259199998, - 37.21350835800007 - ], - [ - -121.87921781799997, - 37.21345826000004 - ], - [ - -121.87915064499998, - 37.21340995300005 - ], - [ - -121.87908118899998, - 37.21336357400003 - ], - [ - -121.879009565, - 37.213319186000035 - ], - [ - -121.87893598, - 37.21327690600003 - ], - [ - -121.87886054199998, - 37.213236822000056 - ], - [ - -121.878783377, - 37.213199049000025 - ], - [ - -121.87870470399997, - 37.213163534000046 - ], - [ - -121.87862461699996, - 37.21313044200008 - ], - [ - -121.87854334599996, - 37.21309978900007 - ], - [ - -121.87846103199996, - 37.213071573000036 - ], - [ - -121.87837787599994, - 37.21304591000006 - ], - [ - -121.87829402499995, - 37.21302272600008 - ], - [ - -121.87820967399995, - 37.21300208800005 - ], - [ - -121.87812496999999, - 37.21298392800003 - ], - [ - -121.87804008299997, - 37.212968309000075 - ], - [ - -121.87795521299995, - 37.212955140000076 - ], - [ - -121.87787050199995, - 37.21294444000006 - ], - [ - -121.87778606599994, - 37.21293616500003 - ], - [ - -121.87728551799995, - 37.21281840700004 - ], - [ - -121.87664829499994, - 37.21266847000004 - ], - [ - -121.87659888399997, - 37.21265680600004 - ], - [ - -121.87624503799998, - 37.21238622200008 - ], - [ - -121.87623999099998, - 37.21200280900007 - ], - [ - -121.87623506199998, - 37.21163205200003 - ], - [ - -121.87623119299997, - 37.21133752800006 - ], - [ - -121.87622821199994, - 37.21111324300006 - ], - [ - -121.876226799, - 37.21100519600003 - ], - [ - -121.87622361999996, - 37.21076695200003 - ], - [ - -121.87621923899997, - 37.210438443000044 - ], - [ - -121.87622664499997, - 37.21030110800007 - ], - [ - -121.87623547699997, - 37.209903592000046 - ], - [ - -121.87624235499999, - 37.20959442900005 - ], - [ - -121.87624705899998, - 37.20938486400007 - ], - [ - -121.87623680699994, - 37.20910126500007 - ], - [ - -121.87623570099998, - 37.20905666500005 - ], - [ - -121.87622895399994, - 37.208792483000025 - ], - [ - -121.87622397499996, - 37.20860880400005 - ], - [ - -121.87621894399996, - 37.208425470000066 - ], - [ - -121.87620608499998, - 37.20819615100004 - ], - [ - -121.87618242399998, - 37.207773151000026 - ], - [ - -121.87616827699998, - 37.207520362000025 - ], - [ - -121.87616865899997, - 37.20732643600007 - ], - [ - -121.87617005799996, - 37.20664608800007 - ], - [ - -121.87616976099997, - 37.20663302100007 - ], - [ - -121.87616777799997, - 37.20655006900006 - ], - [ - -121.87615824099998, - 37.206274129000064 - ], - [ - -121.87616038199997, - 37.206211616000076 - ], - [ - -121.87616122599997, - 37.20618743500006 - ], - [ - -121.87616710599997, - 37.20616168200007 - ], - [ - -121.87616464799999, - 37.205916012000046 - ], - [ - -121.87614965699998, - 37.20447333000004 - ], - [ - -121.87614345499998, - 37.203876070000035 - ], - [ - -121.87521907099995, - 37.203882202000045 - ], - [ - -121.87430919199994, - 37.20388826900006 - ], - [ - -121.87293581699998, - 37.20389734500003 - ], - [ - -121.87212894399994, - 37.20390271400004 - ], - [ - -121.87103165199994, - 37.20390997100003 - ], - [ - -121.86984574599995, - 37.20391779700003 - ], - [ - -121.86912376599997, - 37.20392258600003 - ], - [ - -121.86885005699997, - 37.203924347000054 - ], - [ - -121.86839770999995, - 37.203947081000024 - ], - [ - -121.86786646099995, - 37.20394436700008 - ], - [ - -121.86723301999996, - 37.20394144800008 - ], - [ - -121.86686175299997, - 37.20393972000005 - ], - [ - -121.86668548199998, - 37.20394457200007 - ], - [ - -121.86662101399997, - 37.20394638000005 - ], - [ - -121.86632505399996, - 37.20393470600004 - ], - [ - -121.86613235199997, - 37.203939336000076 - ], - [ - -121.86574780899997, - 37.20394865600008 - ], - [ - -121.86555164799995, - 37.20394874900006 - ], - [ - -121.86536045199995, - 37.20394967500005 - ], - [ - -121.86497313899997, - 37.20395149500007 - ], - [ - -121.86493036199994, - 37.20395169600005 - ], - [ - -121.86456661099999, - 37.20396196000007 - ], - [ - -121.86452395899994, - 37.203959664000024 - ], - [ - -121.864094008, - 37.20393636400007 - ], - [ - -121.86376225199996, - 37.20391844000005 - ], - [ - -121.86366436799995, - 37.20392379200007 - ], - [ - -121.86333118199997, - 37.20394214300006 - ], - [ - -121.86315847099996, - 37.20394136300007 - ], - [ - -121.86262859099998, - 37.203958888000045 - ], - [ - -121.86253230299997, - 37.203960720000055 - ], - [ - -121.86252777799996, - 37.203840945000024 - ], - [ - -121.86253305199995, - 37.20382893400006 - ], - [ - -121.862533553, - 37.203818719000026 - ], - [ - -121.86253514699996, - 37.20375534200008 - ], - [ - -121.86253620999997, - 37.20368169400007 - ], - [ - -121.86252293799998, - 37.20363172000003 - ], - [ - -121.862524308, - 37.20332971900007 - ], - [ - -121.86252450499995, - 37.20328863000003 - ], - [ - -121.86252471899996, - 37.20320611000005 - ], - [ - -121.86251601099997, - 37.202716645000066 - ], - [ - -121.86254050099996, - 37.20190365900004 - ], - [ - -121.86255340099996, - 37.20129651800005 - ], - [ - -121.86257223399997, - 37.200411632000055 - ], - [ - -121.859325217, - 37.200378700000044 - ], - [ - -121.85864132599994, - 37.20036281700004 - ], - [ - -121.85847637799998, - 37.20035896400003 - ], - [ - -121.85829456999994, - 37.200361076000036 - ], - [ - -121.857841281, - 37.20038920400003 - ], - [ - -121.85783585499996, - 37.19995438600006 - ], - [ - -121.85783116399995, - 37.19969899000006 - ], - [ - -121.85783075799998, - 37.199605605000045 - ], - [ - -121.85783034999997, - 37.199471018000054 - ], - [ - -121.85782708499994, - 37.19919637800007 - ], - [ - -121.85782734099996, - 37.19891709800004 - ], - [ - -121.85783521899998, - 37.198165147000054 - ], - [ - -121.85782848199995, - 37.197648557000036 - ], - [ - -121.85782891199995, - 37.197167456000045 - ], - [ - -121.85782927999998, - 37.196755505000056 - ], - [ - -121.85713614499997, - 37.19675507900007 - ], - [ - -121.85621945999998, - 37.19675653200005 - ], - [ - -121.85573608199996, - 37.19675737400007 - ], - [ - -121.85533645599997, - 37.19675804600007 - ], - [ - -121.85453070299997, - 37.19675939000007 - ], - [ - -121.85308185899999, - 37.19676178200007 - ], - [ - -121.85248800899996, - 37.19675647200006 - ], - [ - -121.85056529399998, - 37.19675682800005 - ], - [ - -121.84982716199994, - 37.19676168500007 - ], - [ - -121.84899635199997, - 37.19676669100005 - ], - [ - -121.84874867299999, - 37.196768150000025 - ], - [ - -121.84873716199996, - 37.19660082200005 - ], - [ - -121.84872223099995, - 37.19641375600003 - ], - [ - -121.84872160999998, - 37.19628874000006 - ], - [ - -121.84872628699998, - 37.19621955900004 - ], - [ - -121.84871860199996, - 37.19609167200008 - ], - [ - -121.84870843699997, - 37.195872070000064 - ], - [ - -121.84871716699996, - 37.195546593000074 - ], - [ - -121.84873815299994, - 37.195331416000045 - ], - [ - -121.84877184799996, - 37.19514971700005 - ], - [ - -121.84869597499994, - 37.19306328000005 - ], - [ - -121.84852729499994, - 37.193064080000056 - ], - [ - -121.84631710699995, - 37.19309034100007 - ], - [ - -121.84565910699996, - 37.193091183000035 - ], - [ - -121.844985367, - 37.19309487900006 - ], - [ - -121.84488125999997, - 37.19309550500003 - ], - [ - -121.84404820999998, - 37.19310242500006 - ], - [ - -121.84398030299997, - 37.19310029800005 - ], - [ - -121.84387654099999, - 37.19310567800005 - ], - [ - -121.84365987899997, - 37.19310020200004 - ], - [ - -121.84297277299999, - 37.19310534600004 - ], - [ - -121.84181940299999, - 37.19309896500005 - ], - [ - -121.84168624999995, - 37.19309758600008 - ], - [ - -121.84161760599994, - 37.19309741300003 - ], - [ - -121.84148051399995, - 37.19309660500005 - ], - [ - -121.84121706299999, - 37.193090676000054 - ], - [ - -121.84111204699997, - 37.19310121900003 - ], - [ - -121.839935062, - 37.193091038000034 - ], - [ - -121.839768489, - 37.19308960500007 - ], - [ - -121.83977611799997, - 37.19488608300003 - ], - [ - -121.83978084699999, - 37.194990451000024 - ], - [ - -121.83978472999996, - 37.19501553900005 - ], - [ - -121.83977886999998, - 37.19503982400005 - ], - [ - -121.83977709399994, - 37.19507015000005 - ], - [ - -121.83963711599995, - 37.19506983000008 - ], - [ - -121.83963569899998, - 37.19506421600005 - ], - [ - -121.83958329299998, - 37.19506481600007 - ], - [ - -121.83958125699996, - 37.19506138400004 - ], - [ - -121.83945359299997, - 37.195050508000065 - ], - [ - -121.83931146999998, - 37.19503256400003 - ], - [ - -121.83919278099995, - 37.19502437800003 - ], - [ - -121.83918553599995, - 37.195020777000025 - ], - [ - -121.83912167999995, - 37.19501319900007 - ], - [ - -121.83899706799997, - 37.195001830000024 - ], - [ - -121.83846711199999, - 37.19494595500004 - ], - [ - -121.83839622, - 37.19494019700005 - ], - [ - -121.83784709999998, - 37.19487991500006 - ], - [ - -121.83760593899996, - 37.194853443000056 - ], - [ - -121.837361392, - 37.194829619000075 - ], - [ - -121.83724764399994, - 37.194828836000056 - ], - [ - -121.83714311799997, - 37.19481091800003 - ], - [ - -121.83704445099994, - 37.194808658000056 - ], - [ - -121.83682531599999, - 37.19480585300005 - ], - [ - -121.83660620999996, - 37.19480952300006 - ], - [ - -121.83649762899995, - 37.19481131300006 - ], - [ - -121.83578263099997, - 37.19547822200008 - ], - [ - -121.835405805, - 37.19582967000008 - ], - [ - -121.83534954499999, - 37.19588218000007 - ], - [ - -121.83502954, - 37.19618065100008 - ], - [ - -121.834714626, - 37.19647434800004 - ], - [ - -121.83392126899997, - 37.19721433300003 - ], - [ - -121.83316045899994, - 37.19792388900004 - ], - [ - -121.83299814799994, - 37.19784592100007 - ], - [ - -121.83281312399998, - 37.197747452000044 - ], - [ - -121.83262116499998, - 37.197641874000055 - ], - [ - -121.83250615699995, - 37.197578613000076 - ], - [ - -121.83221875699996, - 37.197412572000076 - ], - [ - -121.83193242299996, - 37.197250248000046 - ], - [ - -121.83174123599997, - 37.19714278300006 - ], - [ - -121.83168607699997, - 37.19711109100007 - ], - [ - -121.83166119299995, - 37.197097091000046 - ], - [ - -121.83166015299997, - 37.19709648500003 - ], - [ - -121.83165468399994, - 37.19709311400004 - ], - [ - -121.83164963899998, - 37.19708937200005 - ], - [ - -121.83164501699997, - 37.197085282000046 - ], - [ - -121.83164230499995, - 37.197082429000034 - ], - [ - -121.83164084699996, - 37.19708088800007 - ], - [ - -121.83163721499994, - 37.197076191000065 - ], - [ - -121.83163412299996, - 37.19707128300007 - ], - [ - -121.83163157099995, - 37.197066138000025 - ], - [ - -121.83162961699998, - 37.19706085000007 - ], - [ - -121.831628234, - 37.19705546400007 - ], - [ - -121.83162747799997, - 37.19704997900004 - ], - [ - -121.83162735199994, - 37.197044463000054 - ], - [ - -121.83162785499997, - 37.19703896400006 - ], - [ - -121.83162890299997, - 37.197033505000036 - ], - [ - -121.83163058099996, - 37.19702817600006 - ], - [ - -121.83163286399997, - 37.19702295400003 - ], - [ - -121.83163572099994, - 37.19701793200005 - ], - [ - -121.83146442099996, - 37.19692340100005 - ], - [ - -121.83145985399995, - 37.19692723000003 - ], - [ - -121.83145490899994, - 37.19693074400004 - ], - [ - -121.83144961399995, - 37.19693389400004 - ], - [ - -121.83144399799994, - 37.19693668100007 - ], - [ - -121.83143808799997, - 37.196939083000075 - ], - [ - -121.83143197199996, - 37.19694105200006 - ], - [ - -121.83142561999995, - 37.19694261200004 - ], - [ - -121.83141917199998, - 37.19694371600008 - ], - [ - -121.83141260399998, - 37.19694438700003 - ], - [ - -121.831405997, - 37.19694459900006 - ], - [ - -121.83139938299996, - 37.19694437600003 - ], - [ - -121.83139387899996, - 37.19694379900005 - ], - [ - -121.83138638999998, - 37.19694255500008 - ], - [ - -121.83138006699994, - 37.19694098000008 - ], - [ - -121.83137393599998, - 37.196938989000046 - ], - [ - -121.83136805699996, - 37.19693656100003 - ], - [ - -121.83136245599997, - 37.196933786000045 - ], - [ - -121.83110933599994, - 37.196794957000066 - ], - [ - -121.83106060999995, - 37.196767746000035 - ], - [ - -121.83097067499995, - 37.196717611000054 - ], - [ - -121.83077648899996, - 37.19661363500006 - ], - [ - -121.83057877699997, - 37.19649958200006 - ], - [ - -121.83045944699995, - 37.196432798000046 - ], - [ - -121.83038196999996, - 37.19650058800005 - ], - [ - -121.83028591899995, - 37.19658462900003 - ], - [ - -121.83018725099998, - 37.19666618600007 - ], - [ - -121.83010355799996, - 37.196737133000056 - ], - [ - -121.83000913499995, - 37.19681607800004 - ], - [ - -121.82996300899998, - 37.196859406000044 - ], - [ - -121.82993682499995, - 37.19688181500004 - ], - [ - -121.82993118999997, - 37.19688677700003 - ], - [ - -121.82989374199997, - 37.19691931800003 - ], - [ - -121.82984836499998, - 37.19695821900007 - ], - [ - -121.82976634899995, - 37.197028438000075 - ], - [ - -121.82967817499997, - 37.19710486200006 - ], - [ - -121.829673448, - 37.19710933300007 - ], - [ - -121.82959013799996, - 37.19717931500003 - ], - [ - -121.82950967899995, - 37.19724864700004 - ], - [ - -121.82946038699998, - 37.197291095000026 - ], - [ - -121.82942824599996, - 37.197321217000024 - ], - [ - -121.82935615099996, - 37.19738301500007 - ], - [ - -121.82933218799997, - 37.19740157600006 - ], - [ - -121.82926316699997, - 37.19746086600003 - ], - [ - -121.82923821599996, - 37.19748181800003 - ], - [ - -121.82918394399996, - 37.197527414000035 - ], - [ - -121.82914342499998, - 37.197562735000076 - ], - [ - -121.82906957299997, - 37.19762707000007 - ], - [ - -121.82905043499994, - 37.19764349400003 - ], - [ - -121.82896822299995, - 37.19771405800003 - ], - [ - -121.82888624599997, - 37.197785054000065 - ], - [ - -121.82879254999995, - 37.197864767000056 - ], - [ - -121.82877752499996, - 37.197877504000076 - ], - [ - -121.82871833999997, - 37.197928397000055 - ], - [ - -121.82869896299997, - 37.19794583000004 - ], - [ - -121.82868696399998, - 37.19795663200006 - ], - [ - -121.82865295399995, - 37.197984623000025 - ], - [ - -121.82860602, - 37.19802445900007 - ], - [ - -121.82851073799998, - 37.19810677600003 - ], - [ - -121.82835880899995, - 37.19823631700007 - ], - [ - -121.82833272299996, - 37.19825936600006 - ], - [ - -121.82825313499995, - 37.198327977000076 - ], - [ - -121.82820843699994, - 37.19836655000006 - ], - [ - -121.82811793099995, - 37.19844391500004 - ], - [ - -121.82803151099995, - 37.19851773100004 - ], - [ - -121.82799734999998, - 37.19854700500008 - ], - [ - -121.82796758699999, - 37.198572521000074 - ], - [ - -121.82788631099999, - 37.19864279900003 - ], - [ - -121.82788262199995, - 37.19864611400004 - ], - [ - -121.82785873699999, - 37.19866751300003 - ], - [ - -121.82778705399994, - 37.198728526000025 - ], - [ - -121.82776340499998, - 37.19874870900003 - ], - [ - -121.82765646299998, - 37.19884003900006 - ], - [ - -121.82764755999995, - 37.198847854000064 - ], - [ - -121.82753007599996, - 37.19894816100003 - ], - [ - -121.82750660199997, - 37.19896685400005 - ], - [ - -121.82747115499996, - 37.19899953100003 - ], - [ - -121.82742103099997, - 37.19904022600008 - ], - [ - -121.82741178199996, - 37.19904797500004 - ], - [ - -121.82739255399997, - 37.19906410100003 - ], - [ - -121.82736687699997, - 37.19908774000004 - ], - [ - -121.82731642599998, - 37.19912791100006 - ], - [ - -121.82729186399996, - 37.19915302600003 - ], - [ - -121.82726933999999, - 37.19917218900008 - ], - [ - -121.82705817899995, - 37.199351910000075 - ], - [ - -121.82701062599995, - 37.19939239300004 - ], - [ - -121.826955968, - 37.19943892900005 - ], - [ - -121.82693324599995, - 37.19945827600003 - ], - [ - -121.82527360499995, - 37.19885904800003 - ], - [ - -121.82512169799998, - 37.19815922300006 - ], - [ - -121.82510216199995, - 37.198169447000055 - ], - [ - -121.82461207999995, - 37.19842559400007 - ], - [ - -121.824477963, - 37.198329992000026 - ], - [ - -121.82302580899994, - 37.19729482900004 - ], - [ - -121.82273648499995, - 37.198001317000035 - ], - [ - -121.82265010199995, - 37.19821225900006 - ], - [ - -121.82225555599996, - 37.199168470000075 - ], - [ - -121.82373520699997, - 37.19957578900005 - ], - [ - -121.82430002899997, - 37.199723421000044 - ], - [ - -121.82430772999999, - 37.19972532500003 - ], - [ - -121.82431548899996, - 37.19972706900006 - ], - [ - -121.82432332499997, - 37.199728605000075 - ], - [ - -121.824420993, - 37.19974672600006 - ], - [ - -121.82445319899995, - 37.19975245100005 - ], - [ - -121.82470279999995, - 37.199795976000075 - ], - [ - -121.82468531699999, - 37.199959308000075 - ], - [ - -121.82467151099996, - 37.20007817000004 - ], - [ - -121.82466052399997, - 37.20016397000006 - ], - [ - -121.82465606399995, - 37.200198080000064 - ], - [ - -121.82465302599996, - 37.200234968000075 - ], - [ - -121.82464584199994, - 37.200297972000044 - ], - [ - -121.824639591, - 37.200348973000075 - ], - [ - -121.824635264, - 37.20039065700007 - ], - [ - -121.82463329099994, - 37.20041022700008 - ], - [ - -121.82463132099997, - 37.20042979800007 - ], - [ - -121.82461928599997, - 37.20054532100005 - ], - [ - -121.82460828099994, - 37.20064130700007 - ], - [ - -121.82459375599996, - 37.200760039000045 - ], - [ - -121.82458999899995, - 37.20079677500007 - ], - [ - -121.82458268, - 37.20086662500006 - ], - [ - -121.82457975099999, - 37.200896804000024 - ], - [ - -121.8245758, - 37.20093388400005 - ], - [ - -121.824570855, - 37.20097456900004 - ], - [ - -121.82456642499994, - 37.201015340000026 - ], - [ - -121.82456251199994, - 37.201056150000056 - ], - [ - -121.82456069399996, - 37.201071461000026 - ], - [ - -121.824558847, - 37.20108679500004 - ], - [ - -121.82455708799995, - 37.201102105000075 - ], - [ - -121.824555326, - 37.20111743900003 - ], - [ - -121.82455362399998, - 37.20113274800008 - ], - [ - -121.82455189299998, - 37.20114812700007 - ], - [ - -121.82454838099994, - 37.201174466000055 - ], - [ - -121.82454218099997, - 37.20124137500005 - ], - [ - -121.82453940999994, - 37.20128043300008 - ], - [ - -121.82453672499997, - 37.20130980700003 - ], - [ - -121.82453245099998, - 37.20133020500003 - ], - [ - -121.82452706, - 37.20137652600005 - ], - [ - -121.82452289499997, - 37.20141431800005 - ], - [ - -121.82451298799998, - 37.201507821000064 - ], - [ - -121.82451084999997, - 37.20152448400006 - ], - [ - -121.824508714, - 37.201541149000036 - ], - [ - -121.82450431199999, - 37.20157699900005 - ], - [ - -121.82450203599996, - 37.201603668000075 - ], - [ - -121.82448684599996, - 37.20175108900003 - ], - [ - -121.82448203999996, - 37.20178023700004 - ], - [ - -121.82447709699994, - 37.201824378000026 - ], - [ - -121.82447304899995, - 37.20185596500005 - ], - [ - -121.82446893099996, - 37.20189652700003 - ], - [ - -121.82446579299994, - 37.20191643100003 - ], - [ - -121.82446312699994, - 37.20195338100007 - ], - [ - -121.82475292799995, - 37.202039988000024 - ], - [ - -121.82502069699996, - 37.20212183000007 - ], - [ - -121.82518018299999, - 37.20217106800004 - ], - [ - -121.82519183399995, - 37.20217452900005 - ], - [ - -121.82552600899999, - 37.20227356300006 - ], - [ - -121.82602958999996, - 37.202425978000065 - ], - [ - -121.82605558799997, - 37.20236871100008 - ], - [ - -121.82609392499995, - 37.20228431800007 - ], - [ - -121.82614100899997, - 37.20218320600003 - ], - [ - -121.82618814899996, - 37.20208207300004 - ], - [ - -121.82628374999996, - 37.20187679000003 - ], - [ - -121.82640608599996, - 37.201617301000056 - ], - [ - -121.82647632399994, - 37.201466348000054 - ], - [ - -121.82655498999998, - 37.20130188700006 - ], - [ - -121.82663571199998, - 37.201133922000054 - ], - [ - -121.826893295, - 37.20064761700007 - ], - [ - -121.82707633099994, - 37.20075996600008 - ], - [ - -121.82712235899999, - 37.20078821800007 - ], - [ - -121.82748967799995, - 37.20101383800005 - ], - [ - -121.82789541799997, - 37.20126768000006 - ], - [ - -121.82787405199997, - 37.20128918700004 - ], - [ - -121.82834191999996, - 37.20158192100007 - ], - [ - -121.82835181099995, - 37.20158945500003 - ], - [ - -121.82836082699998, - 37.20159763800007 - ], - [ - -121.82836893899997, - 37.20160645100003 - ], - [ - -121.82837605699996, - 37.20161573100006 - ], - [ - -121.82838212399997, - 37.20162550400005 - ], - [ - -121.82838711099998, - 37.201635657000054 - ], - [ - -121.82839098899996, - 37.20164611900003 - ], - [ - -121.82839372599994, - 37.20165680000008 - ], - [ - -121.82839523399997, - 37.20166765500005 - ], - [ - -121.82839534199996, - 37.20167049300005 - ], - [ - -121.82839565699999, - 37.20167856900008 - ], - [ - -121.82839481999997, - 37.20168945100005 - ], - [ - -121.82839283699997, - 37.20170025500005 - ], - [ - -121.82838967799995, - 37.20171086600004 - ], - [ - -121.82838533999995, - 37.20172121600007 - ], - [ - -121.82837996599994, - 37.20173125700006 - ], - [ - -121.82837349799996, - 37.20174085100007 - ], - [ - -121.82827523699996, - 37.201839317000065 - ], - [ - -121.82818620599994, - 37.20194362900003 - ], - [ - -121.828107107, - 37.202052955000056 - ], - [ - -121.82804063999998, - 37.20216293900006 - ], - [ - -121.82800563499995, - 37.202218913000024 - ], - [ - -121.82797126399998, - 37.20227515400006 - ], - [ - -121.82793749899997, - 37.20233163800003 - ], - [ - -121.82790442499999, - 37.20238836900006 - ], - [ - -121.82779794699997, - 37.202564249000034 - ], - [ - -121.827740039, - 37.20267120600005 - ], - [ - -121.82767726299994, - 37.20282166100003 - ], - [ - -121.82763475299998, - 37.20294977700007 - ], - [ - -121.82760818699995, - 37.20303786100004 - ], - [ - -121.82758899299995, - 37.20310164000006 - ], - [ - -121.827576164, - 37.20314427100004 - ], - [ - -121.82748369399997, - 37.20339358100006 - ], - [ - -121.82738140999999, - 37.203680130000066 - ], - [ - -121.82727627899999, - 37.203975730000025 - ], - [ - -121.827157592, - 37.204320077000034 - ], - [ - -121.82707242799995, - 37.20456371900008 - ], - [ - -121.82700479199997, - 37.20473874600003 - ], - [ - -121.82692236599996, - 37.204894643000046 - ], - [ - -121.82688466399998, - 37.20495032600007 - ], - [ - -121.82683014599996, - 37.205030829000066 - ], - [ - -121.826822145, - 37.205041175000076 - ], - [ - -121.82681781599996, - 37.205039026000065 - ], - [ - -121.82679778699998, - 37.20506507300007 - ], - [ - -121.826774216, - 37.20509299100007 - ], - [ - -121.82671805099994, - 37.20515490400004 - ], - [ - -121.826658711, - 37.205215158000044 - ], - [ - -121.82659630399996, - 37.20527357000003 - ], - [ - -121.82653091399999, - 37.20533002500008 - ], - [ - -121.82647986799998, - 37.20537070700004 - ], - [ - -121.82646276699995, - 37.205384337000055 - ], - [ - -121.82639194899997, - 37.20543641300003 - ], - [ - -121.82631865599996, - 37.20548611300006 - ], - [ - -121.82624311499995, - 37.205533321000075 - ], - [ - -121.82554239299998, - 37.20594265500006 - ], - [ - -121.82408674199996, - 37.20679512100003 - ], - [ - -121.82404360199996, - 37.206821442000034 - ], - [ - -121.82400190899995, - 37.206849103000025 - ], - [ - -121.82369909899995, - 37.207021213000075 - ], - [ - -121.82365299299994, - 37.20698050400006 - ], - [ - -121.82359499699999, - 37.20702252500007 - ], - [ - -121.82345127999997, - 37.206957927000076 - ], - [ - -121.82338858199995, - 37.20687785800004 - ], - [ - -121.82320137299996, - 37.20679370900007 - ], - [ - -121.82299326799995, - 37.206608421000055 - ], - [ - -121.82247683699995, - 37.20654507200004 - ], - [ - -121.822253892, - 37.206430270000055 - ], - [ - -121.82175724499996, - 37.206474161000074 - ], - [ - -121.82147770899996, - 37.20636248400007 - ], - [ - -121.821370689, - 37.20622373500004 - ], - [ - -121.82139313399995, - 37.20602463200004 - ], - [ - -121.82138141799999, - 37.205979272000036 - ], - [ - -121.82137869499996, - 37.20593951700005 - ], - [ - -121.82131708099996, - 37.20591069900007 - ], - [ - -121.82103655799995, - 37.20589567600007 - ], - [ - -121.82052366, - 37.20555863200008 - ], - [ - -121.82016766799995, - 37.205628913000055 - ], - [ - -121.81985914699999, - 37.20560687600005 - ], - [ - -121.81939034699997, - 37.205469624000045 - ], - [ - -121.81934830199998, - 37.20545731300007 - ], - [ - -121.81929962999999, - 37.20538441800005 - ], - [ - -121.81937010099995, - 37.205333163000034 - ], - [ - -121.81923558699998, - 37.20512234300003 - ], - [ - -121.81877974799994, - 37.20497799700007 - ], - [ - -121.81835590499998, - 37.204884195000034 - ], - [ - -121.81815135099998, - 37.20472792100003 - ], - [ - -121.81798255099994, - 37.20444266700008 - ], - [ - -121.81787126499995, - 37.204410686000074 - ], - [ - -121.81766595399995, - 37.20421916300006 - ], - [ - -121.81763233599997, - 37.20397232200003 - ], - [ - -121.81762861299995, - 37.20394498200005 - ], - [ - -121.81747526899994, - 37.20374929700006 - ], - [ - -121.81718339199995, - 37.20355266100006 - ], - [ - -121.81704419699997, - 37.20358751500004 - ], - [ - -121.81683203199998, - 37.20346641700007 - ], - [ - -121.816735597, - 37.203371333000064 - ], - [ - -121.81657688499996, - 37.20363032400007 - ], - [ - -121.81611767199996, - 37.20437966800006 - ], - [ - -121.81611765699995, - 37.20437969300008 - ], - [ - -121.81604488799996, - 37.204500411000026 - ], - [ - -121.81581781899996, - 37.20489758200006 - ], - [ - -121.81573492099994, - 37.20504260400003 - ], - [ - -121.814684651, - 37.20459954900008 - ], - [ - -121.81454326299996, - 37.20454112200008 - ], - [ - -121.81429870199997, - 37.20444945000003 - ], - [ - -121.81351923899996, - 37.20413026500006 - ], - [ - -121.81239460399996, - 37.203669759000036 - ], - [ - -121.81143118399996, - 37.20350554800007 - ], - [ - -121.81120452099998, - 37.20349820500007 - ], - [ - -121.81112445899998, - 37.20349561100005 - ], - [ - -121.81041655799999, - 37.20347267200003 - ], - [ - -121.81041469499996, - 37.20347260600005 - ], - [ - -121.81034242899995, - 37.20347027500003 - ], - [ - -121.80793291499998, - 37.203396793000024 - ], - [ - -121.80793016599995, - 37.20339670800007 - ], - [ - -121.80744716399994, - 37.203381972000045 - ], - [ - -121.80736470699998, - 37.203379436000034 - ], - [ - -121.80556640299994, - 37.203284980000035 - ], - [ - -121.80550359799997, - 37.20337224800005 - ], - [ - -121.800107863, - 37.21086912700008 - ], - [ - -121.80068889499995, - 37.21106956800003 - ], - [ - -121.80126992699996, - 37.21126998200003 - ], - [ - -121.80166411399995, - 37.21147535800003 - ], - [ - -121.80316275099995, - 37.21271267900005 - ], - [ - -121.80321327399997, - 37.21275439400006 - ], - [ - -121.80325087499995, - 37.21278542600004 - ], - [ - -121.80330026799999, - 37.212826214000074 - ], - [ - -121.80466030599996, - 37.21394907900003 - ], - [ - -121.80536989299998, - 37.21615412800003 - ], - [ - -121.80657756, - 37.216291812000065 - ], - [ - -121.80755364599997, - 37.21653342500008 - ], - [ - -121.81022719699996, - 37.21725530400005 - ], - [ - -121.81155521299996, - 37.21755124400005 - ], - [ - -121.81256418099997, - 37.21892163600006 - ], - [ - -121.81254453599996, - 37.21923631400006 - ], - [ - -121.813369653, - 37.21921394000003 - ], - [ - -121.81397419999996, - 37.21956913500003 - ], - [ - -121.81480004399998, - 37.22005433700008 - ], - [ - -121.81584501999998, - 37.22016756800008 - ], - [ - -121.81714086899996, - 37.22030822700003 - ], - [ - -121.81719565199995, - 37.22020302400006 - ], - [ - -121.81759685399999, - 37.21943253200004 - ], - [ - -121.81815683599996, - 37.218356639000035 - ], - [ - -121.81883976999995, - 37.216964809000046 - ], - [ - -121.81890164799995, - 37.21684101200003 - ], - [ - -121.81904982699996, - 37.21654455300006 - ], - [ - -121.81949331199996, - 37.21565726700004 - ], - [ - -121.81952906999999, - 37.21558002300003 - ], - [ - -121.81960045399995, - 37.21543901800004 - ], - [ - -121.81992210299995, - 37.214708005000034 - ], - [ - -121.820137037, - 37.21433634700003 - ], - [ - -121.82036986399999, - 37.213861233000046 - ], - [ - -121.82047677299994, - 37.213638272000026 - ], - [ - -121.82102934099998, - 37.21255253700008 - ], - [ - -121.82185423899995, - 37.21089370400006 - ], - [ - -121.82200544799997, - 37.21059005800004 - ], - [ - -121.82246804799996, - 37.20966109600005 - ], - [ - -121.82258252699995, - 37.209431478000056 - ], - [ - -121.82110457099998, - 37.20871422100004 - ], - [ - -121.82116503599997, - 37.208641001000046 - ], - [ - -121.82278276499994, - 37.20903146200004 - ], - [ - -121.82282489299996, - 37.208947325000054 - ], - [ - -121.82283494299998, - 37.20892693300004 - ], - [ - -121.82285103499999, - 37.20889428800007 - ], - [ - -121.82285464299997, - 37.20888697000004 - ], - [ - -121.82287782499998, - 37.20883992200004 - ], - [ - -121.82289367299995, - 37.208808773000044 - ], - [ - -121.82290047599997, - 37.20879535200004 - ], - [ - -121.82296039299996, - 37.20867764800005 - ], - [ - -121.8229624, - 37.208673704000034 - ], - [ - -121.82302326399997, - 37.20855411200006 - ], - [ - -121.82302601099997, - 37.20854871600005 - ], - [ - -121.82315326999998, - 37.208297290000075 - ], - [ - -121.82325607399997, - 37.208094204000076 - ], - [ - -121.82365910699997, - 37.20730203800008 - ], - [ - -121.82367517399996, - 37.207273146000034 - ], - [ - -121.82371181899998, - 37.20728499900008 - ], - [ - -121.82370234999996, - 37.20730400900004 - ], - [ - -121.82374263, - 37.20739250300005 - ], - [ - -121.82382422699999, - 37.207231988000046 - ], - [ - -121.82385185299995, - 37.20726731800005 - ], - [ - -121.82457228599998, - 37.20818863000005 - ], - [ - -121.825413132, - 37.209239350000075 - ], - [ - -121.82559072999999, - 37.20937843200005 - ], - [ - -121.826132525, - 37.209802712000055 - ], - [ - -121.82689622999999, - 37.21045342700006 - ], - [ - -121.82736823899995, - 37.210855594000066 - ], - [ - -121.827429129, - 37.210891692000075 - ], - [ - -121.82747765699997, - 37.210863483000026 - ], - [ - -121.827518554, - 37.21088711600004 - ], - [ - -121.82775684099994, - 37.211024817000066 - ], - [ - -121.82884399499994, - 37.21165304200008 - ], - [ - -121.82904540899995, - 37.211863926000035 - ], - [ - -121.82949380699995, - 37.21235993000005 - ], - [ - -121.82979621099997, - 37.21270876600005 - ], - [ - -121.83033421999994, - 37.21291778900007 - ], - [ - -121.830612267, - 37.21302052400006 - ], - [ - -121.83097769499994, - 37.21315554200004 - ], - [ - -121.83103886999999, - 37.21317814500003 - ], - [ - -121.83139042999994, - 37.213308039000026 - ], - [ - -121.831789115, - 37.213450453000064 - ], - [ - -121.83194585999996, - 37.213506488000064 - ], - [ - -121.83256621299995, - 37.21372811500004 - ], - [ - -121.83305774499996, - 37.21380148500003 - ], - [ - -121.83418350599999, - 37.214021854000066 - ], - [ - -121.83434451199997, - 37.21406952800004 - ], - [ - -121.83477463999998, - 37.21410325900007 - ], - [ - -121.83484350799995, - 37.21410867700007 - ], - [ - -121.83508230499996, - 37.214127423000036 - ], - [ - -121.83526249, - 37.21422026700003 - ], - [ - -121.83613278399997, - 37.21466881200007 - ], - [ - -121.83620872499995, - 37.21470793300006 - ], - [ - -121.83649341899996, - 37.21474700500005 - ], - [ - -121.83740294999996, - 37.214896794000026 - ], - [ - -121.83788579599997, - 37.215172015000064 - ], - [ - -121.83775156499996, - 37.215304778000075 - ], - [ - -121.83741729099995, - 37.21563525800008 - ], - [ - -121.83717075899995, - 37.21587898900003 - ], - [ - -121.83713754399997, - 37.215911826000024 - ], - [ - -121.83706734299994, - 37.215984158000026 - ], - [ - -121.83700211499996, - 37.21605135300007 - ], - [ - -121.83687128399998, - 37.21618881100005 - ], - [ - -121.83670341899995, - 37.21639600800006 - ], - [ - -121.83668685599997, - 37.21641645100004 - ], - [ - -121.83663826699996, - 37.216455438000025 - ], - [ - -121.83655449999998, - 37.216532640000025 - ], - [ - -121.83653017199998, - 37.21655509800007 - ], - [ - -121.83633116899995, - 37.21674884300006 - ], - [ - -121.83630358099998, - 37.21677623700003 - ], - [ - -121.83626049799994, - 37.21681900500005 - ], - [ - -121.83611853499997, - 37.216959933000055 - ], - [ - -121.83592931799996, - 37.21712793000006 - ], - [ - -121.83591982899998, - 37.21713675900003 - ], - [ - -121.83591013799997, - 37.21714545300006 - ], - [ - -121.835900246, - 37.21715401200004 - ], - [ - -121.835870839, - 37.21713889800003 - ], - [ - -121.83584846099996, - 37.217156733000024 - ], - [ - -121.83582506799996, - 37.21717373100006 - ], - [ - -121.83580071199998, - 37.21718984900008 - ], - [ - -121.83571680899996, - 37.21723070300004 - ], - [ - -121.835629058, - 37.21726608600005 - ], - [ - -121.83555234399995, - 37.217291087000035 - ], - [ - -121.83553805899999, - 37.21729573600004 - ], - [ - -121.83544440499998, - 37.21731946500006 - ], - [ - -121.83535412799995, - 37.21734315700007 - ], - [ - -121.83526492399994, - 37.21736933100004 - ], - [ - -121.83517690999997, - 37.21739796300005 - ], - [ - -121.835120212, - 37.21741719600004 - ], - [ - -121.83486280299996, - 37.217504345000066 - ], - [ - -121.83475236599998, - 37.21754032700005 - ], - [ - -121.83473331699997, - 37.218656416000044 - ], - [ - -121.83472698499997, - 37.21993981900005 - ], - [ - -121.83472499799996, - 37.22013172700008 - ], - [ - -121.83541292799998, - 37.22033851400005 - ], - [ - -121.83568897999999, - 37.22042147500008 - ], - [ - -121.83665820799996, - 37.22059105200003 - ], - [ - -121.83839161399999, - 37.22077740700007 - ], - [ - -121.83851639, - 37.22079083400007 - ], - [ - -121.83853821199995, - 37.220793194000066 - ], - [ - -121.83862162399998, - 37.220753487000025 - ], - [ - -121.83874854299995, - 37.22069311800004 - ], - [ - -121.83929318699995, - 37.220460667000054 - ], - [ - -121.83995554499995, - 37.22020072500004 - ], - [ - -121.84012138999998, - 37.22011807100006 - ], - [ - -121.84020413299999, - 37.219945245000076 - ], - [ - -121.84020050199996, - 37.219867141000066 - ], - [ - -121.84017331999996, - 37.21962475300006 - ], - [ - -121.84011106199995, - 37.21943896100004 - ], - [ - -121.83997785699995, - 37.218932290000055 - ], - [ - -121.83975867199996, - 37.21880281700004 - ], - [ - -121.83923160699999, - 37.21847496000004 - ], - [ - -121.83893728899994, - 37.218303656000046 - ], - [ - -121.83870656299996, - 37.21821352500007 - ], - [ - -121.83821743399994, - 37.21803318700006 - ], - [ - -121.837810849, - 37.21788326200004 - ], - [ - -121.83734027999998, - 37.21770502000004 - ], - [ - -121.836922389, - 37.21754672900005 - ], - [ - -121.83745352499994, - 37.217038208000076 - ], - [ - -121.83775274099997, - 37.216749193000055 - ], - [ - -121.83787699599998, - 37.216623414000026 - ], - [ - -121.83807909099994, - 37.21642830300004 - ], - [ - -121.83827915899997, - 37.21623516100004 - ], - [ - -121.83832991999998, - 37.216186512000036 - ], - [ - -121.83868851399995, - 37.21584284100004 - ], - [ - -121.83882695199998, - 37.21571016900003 - ], - [ - -121.83920880899996, - 37.21592624900006 - ], - [ - -121.83924523999997, - 37.21594686700007 - ], - [ - -121.83967370099998, - 37.21604823900003 - ], - [ - -121.839618084, - 37.216102300000045 - ], - [ - -121.83991021499997, - 37.21622052300006 - ], - [ - -121.84007857899996, - 37.21628866000003 - ], - [ - -121.84052560599997, - 37.21648373200003 - ], - [ - -121.84104935099998, - 37.216703401000075 - ], - [ - -121.84166485599997, - 37.21695328100003 - ], - [ - -121.84176187199995, - 37.21699266100006 - ], - [ - -121.84199550499994, - 37.21731357300007 - ], - [ - -121.84203787799999, - 37.21737177600005 - ], - [ - -121.84220376099995, - 37.21759970900007 - ], - [ - -121.84235763199996, - 37.217794635000075 - ], - [ - -121.84277842699998, - 37.21832776100007 - ], - [ - -121.84310043499994, - 37.21876565200006 - ], - [ - -121.84335831399994, - 37.21911636100003 - ], - [ - -121.84364937599997, - 37.219512192000025 - ], - [ - -121.84376253499994, - 37.219666063000034 - ], - [ - -121.84396744599997, - 37.21992309500007 - ], - [ - -121.84410023399994, - 37.219987400000036 - ], - [ - -121.844527788, - 37.22016253900006 - ], - [ - -121.84477924699996, - 37.220265217000076 - ], - [ - -121.845172989, - 37.22043483500005 - ], - [ - -121.84571494799997, - 37.22071641900004 - ], - [ - -121.84628809399999, - 37.22076959100008 - ], - [ - -121.84746317499997, - 37.22086918600007 - ], - [ - -121.847523836, - 37.22087771200006 - ], - [ - -121.84685319699997, - 37.221528818000024 - ], - [ - -121.84680192199994, - 37.22151553700007 - ], - [ - -121.84668530999994, - 37.22154077500005 - ], - [ - -121.84668540999996, - 37.22156698300006 - ], - [ - -121.84668250299995, - 37.22159308800008 - ], - [ - -121.84667675699995, - 37.221618904000024 - ], - [ - -121.84666819599994, - 37.22164420400003 - ], - [ - -121.84665684499998, - 37.221668804000046 - ], - [ - -121.84664284599995, - 37.221692519000044 - ], - [ - -121.84662627899996, - 37.22171514200005 - ], - [ - -121.84660725799995, - 37.22173648800003 - ], - [ - -121.84656577899995, - 37.22178718600003 - ], - [ - -121.84654601499994, - 37.22181339300005 - ], - [ - -121.84652347599996, - 37.22183814300007 - ], - [ - -121.84649838899998, - 37.22186125400003 - ], - [ - -121.846470894, - 37.22188256000004 - ], - [ - -121.84644118799997, - 37.221901901000024 - ], - [ - -121.84640955499998, - 37.221919111000034 - ], - [ - -121.84637616199996, - 37.221934075000036 - ], - [ - -121.846341269, - 37.22194667700006 - ], - [ - -121.84630515899994, - 37.221956867000074 - ], - [ - -121.84626808799999, - 37.22196450400003 - ], - [ - -121.84601356799999, - 37.22202955400007 - ], - [ - -121.84580025499997, - 37.22208273200005 - ], - [ - -121.84574657499996, - 37.22209639500005 - ], - [ - -121.84569459399995, - 37.22211379500004 - ], - [ - -121.845672762, - 37.22212297600004 - ], - [ - -121.84564473799998, - 37.22213476200005 - ], - [ - -121.84559751899997, - 37.222159066000074 - ], - [ - -121.84557304299994, - 37.22215261700006 - ], - [ - -121.845548281, - 37.22214761400005 - ], - [ - -121.84552309199995, - 37.22214435600006 - ], - [ - -121.84549041099996, - 37.222128800000064 - ], - [ - -121.84545148499996, - 37.22214479000007 - ], - [ - -121.84524086, - 37.22223135400003 - ], - [ - -121.84432029699997, - 37.22261100700007 - ], - [ - -121.84404941499997, - 37.22272453800008 - ], - [ - -121.84377880499994, - 37.22299508900005 - ], - [ - -121.84351725399995, - 37.22330483800005 - ], - [ - -121.84347504699997, - 37.223354947000075 - ], - [ - -121.84367257699995, - 37.224633425000036 - ], - [ - -121.84431771099997, - 37.224664242000074 - ], - [ - -121.845260065, - 37.22462292400007 - ], - [ - -121.84718913399996, - 37.224409534000074 - ], - [ - -121.84725049499997, - 37.224595081000075 - ], - [ - -121.84738832099998, - 37.22501168800005 - ], - [ - -121.847489624, - 37.225372684000035 - ], - [ - -121.84761616599997, - 37.22574272600008 - ], - [ - -121.84766596199995, - 37.22588841800007 - ], - [ - -121.847703379, - 37.22603649600006 - ], - [ - -121.847867668, - 37.226687189000074 - ], - [ - -121.84825038599996, - 37.22820636500006 - ], - [ - -121.84732426299996, - 37.22784321900008 - ], - [ - -121.84701585399995, - 37.227722295000035 - ], - [ - -121.84637328499997, - 37.22737416700005 - ], - [ - -121.845960908, - 37.227157361000025 - ], - [ - -121.84574041199994, - 37.22704446500006 - ], - [ - -121.84566434799996, - 37.22701370500005 - ], - [ - -121.84558618799997, - 37.226985855000066 - ], - [ - -121.84550610899998, - 37.22696109300006 - ], - [ - -121.84542445499994, - 37.22693948600005 - ], - [ - -121.84534151199995, - 37.22692112000004 - ], - [ - -121.84525760199995, - 37.22690610800004 - ], - [ - -121.84517300699997, - 37.22689446800007 - ], - [ - -121.84508804399997, - 37.22688621900005 - ], - [ - -121.84500302699996, - 37.22688136000005 - ], - [ - -121.84439871, - 37.22686742900004 - ], - [ - -121.84436950599996, - 37.22686543000003 - ], - [ - -121.84385367099998, - 37.22686128400005 - ], - [ - -121.84352982099995, - 37.226606669000034 - ], - [ - -121.84349729099995, - 37.22658529700004 - ], - [ - -121.84346504299998, - 37.22656366900003 - ], - [ - -121.84343310499997, - 37.22654171900007 - ], - [ - -121.84331110199997, - 37.22645204100007 - ], - [ - -121.84170011199996, - 37.22530418000008 - ], - [ - -121.84165823199999, - 37.22469649300007 - ], - [ - -121.841654329, - 37.22463985600007 - ], - [ - -121.84079455799997, - 37.225136159000044 - ], - [ - -121.84047482799997, - 37.227379118000044 - ], - [ - -121.84016288099997, - 37.22956734500008 - ], - [ - -121.838620473, - 37.22955871400006 - ], - [ - -121.83850363299996, - 37.22946837200004 - ], - [ - -121.83834736699998, - 37.229168421000054 - ], - [ - -121.83820252299995, - 37.22899931100005 - ], - [ - -121.83811831799994, - 37.22897595000006 - ], - [ - -121.83806825399995, - 37.228956768000046 - ], - [ - -121.83798755799995, - 37.22893271000004 - ], - [ - -121.83751241899995, - 37.22901419200008 - ], - [ - -121.83729679499999, - 37.229009620000056 - ], - [ - -121.83707425199998, - 37.228917557000045 - ], - [ - -121.83661051799999, - 37.228329458000076 - ], - [ - -121.836311879, - 37.228274885000076 - ], - [ - -121.83609214299997, - 37.22829915800003 - ], - [ - -121.83575631099995, - 37.228336254000055 - ], - [ - -121.83558585999998, - 37.228325262000055 - ], - [ - -121.83553077, - 37.22831966500007 - ], - [ - -121.83546556699997, - 37.22831187100007 - ], - [ - -121.83540680699997, - 37.228304164000065 - ], - [ - -121.83536052399995, - 37.228291668000054 - ], - [ - -121.835314327, - 37.228279057000066 - ], - [ - -121.83526821299995, - 37.22826630600008 - ], - [ - -121.83523662799996, - 37.22825437600005 - ], - [ - -121.83520626799998, - 37.22824059900006 - ], - [ - -121.83517730799997, - 37.22822499800003 - ], - [ - -121.83510363999994, - 37.22818246300005 - ], - [ - -121.835035598, - 37.22813432400005 - ], - [ - -121.83497381999996, - 37.22808105400003 - ], - [ - -121.83494851799998, - 37.228054058000055 - ], - [ - -121.83492525999998, - 37.22802591800007 - ], - [ - -121.834904129, - 37.22799670000006 - ], - [ - -121.83489546899995, - 37.22798141700008 - ], - [ - -121.83488866, - 37.227965563000055 - ], - [ - -121.83488375999997, - 37.22794925300008 - ], - [ - -121.83488080299998, - 37.227932646000056 - ], - [ - -121.83487787299998, - 37.22790484500007 - ], - [ - -121.83487714599994, - 37.22787695100004 - ], - [ - -121.83487856799997, - 37.227849079000066 - ], - [ - -121.83488094899997, - 37.227804485000036 - ], - [ - -121.834884478, - 37.22775994700004 - ], - [ - -121.83488915099997, - 37.227715465000074 - ], - [ - -121.83490192299996, - 37.22766278800003 - ], - [ - -121.83492089899994, - 37.227611298000056 - ], - [ - -121.83494588599996, - 37.22756150300006 - ], - [ - -121.83497666599999, - 37.227513816000055 - ], - [ - -121.83501295899998, - 37.22746867600006 - ], - [ - -121.83508834799994, - 37.227381499000046 - ], - [ - -121.835168276, - 37.22729694800006 - ], - [ - -121.835252664, - 37.22721523000007 - ], - [ - -121.83528759599994, - 37.22718042900004 - ], - [ - -121.83532093599996, - 37.22714468400005 - ], - [ - -121.83535271199997, - 37.227108018000024 - ], - [ - -121.83539063699999, - 37.22706457500004 - ], - [ - -121.83539032999994, - 37.22704095800003 - ], - [ - -121.83538752299995, - 37.226824339000075 - ], - [ - -121.83538627299998, - 37.226726934000055 - ], - [ - -121.83534342499996, - 37.226695034000045 - ], - [ - -121.83530276, - 37.22666997700003 - ], - [ - -121.83525948699997, - 37.22664792300003 - ], - [ - -121.83521386599995, - 37.22662903400004 - ], - [ - -121.83516630099996, - 37.22661348500003 - ], - [ - -121.83511727999996, - 37.22660138700007 - ], - [ - -121.83507622299999, - 37.226599245000045 - ], - [ - -121.83428489899995, - 37.22655759200006 - ], - [ - -121.83424016999999, - 37.226555036000036 - ], - [ - -121.83419532899995, - 37.226555821000034 - ], - [ - -121.83415077899997, - 37.226559991000045 - ], - [ - -121.83410694399998, - 37.226567472000056 - ], - [ - -121.83406414199999, - 37.22657823900005 - ], - [ - -121.83405252799997, - 37.22658187300004 - ], - [ - -121.83404100399997, - 37.22658571300008 - ], - [ - -121.83402959799997, - 37.22658975600007 - ], - [ - -121.83361278899997, - 37.22671625700008 - ], - [ - -121.83359264999996, - 37.22672179700004 - ], - [ - -121.83357206, - 37.22672617500007 - ], - [ - -121.83355113599998, - 37.22672936600003 - ], - [ - -121.83345726599998, - 37.22672560600006 - ], - [ - -121.83345600399997, - 37.22672548300005 - ], - [ - -121.83336429899998, - 37.226714695000055 - ], - [ - -121.83327306499996, - 37.22669659700006 - ], - [ - -121.83327191399997, - 37.22669629100005 - ], - [ - -121.83318445599997, - 37.226671605000035 - ], - [ - -121.83300424799995, - 37.22660155500006 - ], - [ - -121.832938502, - 37.22656014100005 - ], - [ - -121.832876447, - 37.226515275000054 - ], - [ - -121.83281831299996, - 37.22646713600005 - ], - [ - -121.83278989599995, - 37.22643699400004 - ], - [ - -121.83276020399995, - 37.22640762100008 - ], - [ - -121.83272926899997, - 37.226379132000034 - ], - [ - -121.83268668399995, - 37.22635867300005 - ], - [ - -121.83264194999998, - 37.22634137400007 - ], - [ - -121.83259550099996, - 37.226327369000046 - ], - [ - -121.83254765299995, - 37.226316766000025 - ], - [ - -121.83244651499996, - 37.22629390700007 - ], - [ - -121.83243207899994, - 37.22629006500006 - ], - [ - -121.83241808099996, - 37.226285258000075 - ], - [ - -121.83240464099998, - 37.22627952800008 - ], - [ - -121.83239186999998, - 37.22627289800005 - ], - [ - -121.83237985799997, - 37.22626541200003 - ], - [ - -121.83236866299995, - 37.22625714000003 - ], - [ - -121.83235845499996, - 37.226248146000046 - ], - [ - -121.83234915, - 37.22623847700004 - ], - [ - -121.83224524499997, - 37.22616300300007 - ], - [ - -121.83223840499994, - 37.22615813600004 - ], - [ - -121.83223108399994, - 37.22615378000006 - ], - [ - -121.83222328799997, - 37.226149931000066 - ], - [ - -121.83221515699995, - 37.226146637000056 - ], - [ - -121.83220666399995, - 37.22614391700006 - ], - [ - -121.83219792499995, - 37.226141796000036 - ], - [ - -121.83218899599996, - 37.226140273000055 - ], - [ - -121.83217993299996, - 37.226139370000055 - ], - [ - -121.832170798, - 37.22613910700005 - ], - [ - -121.83212065699996, - 37.22613152900004 - ], - [ - -121.83207126899998, - 37.22612128700007 - ], - [ - -121.83202286599999, - 37.22610844700006 - ], - [ - -121.831987987, - 37.22609321200008 - ], - [ - -121.83195221799997, - 37.22607935800005 - ], - [ - -121.831915644, - 37.22606691100003 - ], - [ - -121.83187897699997, - 37.22606215500008 - ], - [ - -121.83184192799996, - 37.22606001200006 - ], - [ - -121.83180478099996, - 37.22606048100005 - ], - [ - -121.83176785399996, - 37.22606355700003 - ], - [ - -121.83173137299997, - 37.22606921300007 - ], - [ - -121.83173008499995, - 37.22606951000006 - ], - [ - -121.83169570999996, - 37.22607742500003 - ], - [ - -121.83166103599996, - 37.22608812000004 - ], - [ - -121.83165088199996, - 37.22609022700004 - ], - [ - -121.83164099899994, - 37.22609297100007 - ], - [ - -121.83163147099998, - 37.22609639900003 - ], - [ - -121.83162229699997, - 37.22610046300008 - ], - [ - -121.83161362199996, - 37.22610514000007 - ], - [ - -121.83160544199995, - 37.22611038400004 - ], - [ - -121.83159787399995, - 37.22611616700004 - ], - [ - -121.83159094399997, - 37.226122427000064 - ], - [ - -121.83158468099998, - 37.226129161000074 - ], - [ - -121.83157916899995, - 37.226136273000066 - ], - [ - -121.831574435, - 37.22614374300008 - ], - [ - -121.83157050799997, - 37.22615150000007 - ], - [ - -121.83156741599998, - 37.22615950200003 - ], - [ - -121.83156515799999, - 37.226167700000076 - ], - [ - -121.831563846, - 37.226176 - ], - [ - -121.83156336499997, - 37.22618436000005 - ], - [ - -121.83156552799994, - 37.22624803800005 - ], - [ - -121.83156124099997, - 37.22631117000003 - ], - [ - -121.83155031399997, - 37.226374333000024 - ], - [ - -121.83153276399997, - 37.226436860000035 - ], - [ - -121.83150875099994, - 37.22649813500004 - ], - [ - -121.83147846299994, - 37.22655749000006 - ], - [ - -121.83144231799997, - 37.226614323000035 - ], - [ - -121.83140074, - 37.22666808400004 - ], - [ - -121.83135555599995, - 37.226717147000045 - ], - [ - -121.83130125199995, - 37.22674916900007 - ], - [ - -121.831243358, - 37.226780500000075 - ], - [ - -121.83118382899994, - 37.22681001800004 - ], - [ - -121.831122747, - 37.226837584000066 - ], - [ - -121.83106028599997, - 37.22686317600005 - ], - [ - -121.83099661299997, - 37.22688669900003 - ], - [ - -121.83093187399999, - 37.22690815000004 - ], - [ - -121.83086623799994, - 37.226927414000045 - ], - [ - -121.83079995999998, - 37.22694446500003 - ], - [ - -121.83044979299996, - 37.22702009100004 - ], - [ - -121.83039786399996, - 37.22702796100003 - ], - [ - -121.83034283599994, - 37.22702888400005 - ], - [ - -121.83028626299995, - 37.227021860000036 - ], - [ - -121.83023080199996, - 37.227006490000065 - ], - [ - -121.830179349, - 37.226983086000075 - ], - [ - -121.83013446999996, - 37.22695283200005 - ], - [ - -121.83009800499997, - 37.22691751700006 - ], - [ - -121.83007087399994, - 37.226879233000034 - ], - [ - -121.83005258499998, - 37.22683901800008 - ], - [ - -121.82980074799997, - 37.22622656800007 - ], - [ - -121.82977742399999, - 37.22642871200003 - ], - [ - -121.82977609199997, - 37.22640689000008 - ], - [ - -121.82976875299994, - 37.226385366000045 - ], - [ - -121.82975542999998, - 37.22636530700004 - ], - [ - -121.82973694999998, - 37.226348234000056 - ], - [ - -121.82971640999995, - 37.226336084000025 - ], - [ - -121.82971493499997, - 37.226335207000034 - ], - [ - -121.82969099599995, - 37.226326553000035 - ], - [ - -121.82966423599999, - 37.22632198200006 - ], - [ - -121.82963601499995, - 37.22632218800004 - ], - [ - -121.82960834299996, - 37.226327447000074 - ], - [ - -121.82959140199995, - 37.22633411700008 - ], - [ - -121.82933660499998, - 37.22647952300008 - ], - [ - -121.82906290299996, - 37.226484457000026 - ], - [ - -121.82887967099998, - 37.226391345000025 - ], - [ - -121.82884012999995, - 37.226371252000035 - ], - [ - -121.82865012999997, - 37.22611845700004 - ], - [ - -121.82864990899998, - 37.226118109000026 - ], - [ - -121.828754657, - 37.226116449000074 - ], - [ - -121.82873841599996, - 37.22607581400007 - ], - [ - -121.82872569399996, - 37.22602999500003 - ], - [ - -121.82872625199997, - 37.226014629000076 - ], - [ - -121.82872177299998, - 37.225984856000025 - ], - [ - -121.82870657799998, - 37.22595932300004 - ], - [ - -121.82869957499997, - 37.22595022300004 - ], - [ - -121.82869163799995, - 37.22594163900004 - ], - [ - -121.82868279399997, - 37.225933636000036 - ], - [ - -121.82867313, - 37.22592626100004 - ], - [ - -121.82866273599996, - 37.22591958000004 - ], - [ - -121.82865163799994, - 37.22591361900004 - ], - [ - -121.828639953, - 37.22590846300005 - ], - [ - -121.828627768, - 37.225904092000064 - ], - [ - -121.82861516899999, - 37.22590059600003 - ], - [ - -121.82843026599994, - 37.225870444000066 - ], - [ - -121.82838754099998, - 37.22586950900006 - ], - [ - -121.82834484099999, - 37.22587155100007 - ], - [ - -121.82830253599997, - 37.22587649400003 - ], - [ - -121.82826094299998, - 37.22588442800003 - ], - [ - -121.82822034399999, - 37.22589518900003 - ], - [ - -121.82818410599998, - 37.22590487100007 - ], - [ - -121.82814699299996, - 37.22591206800007 - ], - [ - -121.82810926299999, - 37.22591673100004 - ], - [ - -121.82807111699998, - 37.225918834000026 - ], - [ - -121.82803289399999, - 37.225918329000024 - ], - [ - -121.82799488399996, - 37.225915282000074 - ], - [ - -121.827957315, - 37.22590964200003 - ], - [ - -121.82764580799994, - 37.22581999400006 - ], - [ - -121.82760314999996, - 37.22580493500004 - ], - [ - -121.82756121299997, - 37.22578865600008 - ], - [ - -121.82752005699996, - 37.225771200000054 - ], - [ - -121.82749022599995, - 37.22576455800004 - ], - [ - -121.82745639199999, - 37.22576288100004 - ], - [ - -121.82742058199995, - 37.22576765900004 - ], - [ - -121.82738561399998, - 37.22577961500008 - ], - [ - -121.82735491799997, - 37.225798320000024 - ], - [ - -121.82733129599995, - 37.22582209700005 - ], - [ - -121.82731607899996, - 37.22584850000004 - ], - [ - -121.82730916299994, - 37.22587501600003 - ], - [ - -121.82730926, - 37.22589980400005 - ], - [ - -121.82730609099997, - 37.22599549800003 - ], - [ - -121.82742711099996, - 37.22599490700003 - ], - [ - -121.82739429699996, - 37.22602862400004 - ], - [ - -121.82739407999998, - 37.22602897400003 - ], - [ - -121.82730428999997, - 37.22612132000006 - ], - [ - -121.82744064499997, - 37.226267009000026 - ], - [ - -121.82804785299999, - 37.226915433000045 - ], - [ - -121.82809519699998, - 37.22696599100004 - ], - [ - -121.82809512999995, - 37.22696637800004 - ], - [ - -121.82798542499995, - 37.22759686300003 - ], - [ - -121.827985131, - 37.22759717300005 - ], - [ - -121.82784008799996, - 37.22775014100006 - ], - [ - -121.82741691599995, - 37.22787248900005 - ], - [ - -121.82716523299996, - 37.22794525300003 - ], - [ - -121.82704240499999, - 37.22803907400004 - ], - [ - -121.82666659599994, - 37.22829713800007 - ], - [ - -121.82633205899998, - 37.22853877400007 - ], - [ - -121.82616270699998, - 37.22867578800003 - ], - [ - -121.82591286599995, - 37.22873912700004 - ], - [ - -121.82554361599995, - 37.22864533300003 - ], - [ - -121.82539920199997, - 37.228555637000056 - ], - [ - -121.82538189499996, - 37.228543427000034 - ], - [ - -121.82536602999994, - 37.22853003300003 - ], - [ - -121.82535171899997, - 37.228515569000024 - ], - [ - -121.82533908, - 37.228500147000034 - ], - [ - -121.82532825699997, - 37.22848383400003 - ], - [ - -121.82531925399996, - 37.22846683800003 - ], - [ - -121.82531224399997, - 37.228449246000025 - ], - [ - -121.82530720099999, - 37.228431245000024 - ], - [ - -121.82530418699997, - 37.22841294400007 - ], - [ - -121.82530325899995, - 37.22839450600003 - ], - [ - -121.82523843499996, - 37.22807833300004 - ], - [ - -121.82523488099997, - 37.22806516400004 - ], - [ - -121.82522990099994, - 37.22805228900006 - ], - [ - -121.82522352499996, - 37.228039841000054 - ], - [ - -121.82521578499995, - 37.228027842000074 - ], - [ - -121.82520676599995, - 37.228016453000066 - ], - [ - -121.82519655699997, - 37.22800574300004 - ], - [ - -121.82518521699996, - 37.22799577700005 - ], - [ - -121.82517280499997, - 37.227986670000064 - ], - [ - -121.82515946399997, - 37.22797846700007 - ], - [ - -121.82514522199995, - 37.22797121200006 - ], - [ - -121.82513028499994, - 37.227964995000036 - ], - [ - -121.825114709, - 37.227959860000055 - ], - [ - -121.82509863499996, - 37.22795583100003 - ], - [ - -121.82508215499996, - 37.22795295000003 - ], - [ - -121.82506546399998, - 37.22795123900005 - ], - [ - -121.82504862199994, - 37.22795069700004 - ], - [ - -121.82478520499996, - 37.22801964800004 - ], - [ - -121.82475933799998, - 37.228025022000054 - ], - [ - -121.82473413199995, - 37.228032219000056 - ], - [ - -121.824709843, - 37.22804116900005 - ], - [ - -121.82468664499999, - 37.228051779000054 - ], - [ - -121.82466470699995, - 37.22806402100008 - ], - [ - -121.82464422399994, - 37.22807775900003 - ], - [ - -121.82462531399995, - 37.22809287300004 - ], - [ - -121.82460817199996, - 37.22810927300003 - ], - [ - -121.82459290999998, - 37.22812684100006 - ], - [ - -121.82457964199995, - 37.22814539500007 - ], - [ - -121.82456850699998, - 37.22816484100008 - ], - [ - -121.82455953199997, - 37.22818497000003 - ], - [ - -121.82454021099994, - 37.228204439000024 - ], - [ - -121.82451888899999, - 37.22822248800003 - ], - [ - -121.82449570899996, - 37.22823902600004 - ], - [ - -121.82447083999995, - 37.228253910000035 - ], - [ - -121.82444445099998, - 37.228267050000056 - ], - [ - -121.82441676999997, - 37.22827830600005 - ], - [ - -121.82401987199995, - 37.22844595300006 - ], - [ - -121.82397759499997, - 37.22846877200004 - ], - [ - -121.82393782799994, - 37.22849430900004 - ], - [ - -121.82390082599994, - 37.22852237800004 - ], - [ - -121.82387126099997, - 37.22854363300007 - ], - [ - -121.823842276, - 37.22856545500008 - ], - [ - -121.82381401699996, - 37.22858781700006 - ], - [ - -121.82377384299997, - 37.228619378000076 - ], - [ - -121.82372910899994, - 37.22864728300004 - ], - [ - -121.82367981099998, - 37.22867128000007 - ], - [ - -121.82362676899999, - 37.22869069500007 - ], - [ - -121.823571029, - 37.228704967000056 - ], - [ - -121.82351379399995, - 37.22871385500008 - ], - [ - -121.82345620199999, - 37.22871725300007 - ], - [ - -121.82339951799997, - 37.22871535400003 - ], - [ - -121.82334434999996, - 37.22870842400005 - ], - [ - -121.82313439399996, - 37.22867181700008 - ], - [ - -121.82304683299998, - 37.22864446800003 - ], - [ - -121.82296237799994, - 37.22861145600007 - ], - [ - -121.82288160299998, - 37.22857299900005 - ], - [ - -121.82280509099996, - 37.22852936600003 - ], - [ - -121.82273326999996, - 37.22848085100003 - ], - [ - -121.82266669499995, - 37.22842776700003 - ], - [ - -121.82260962899994, - 37.22837668100004 - ], - [ - -121.82254722599998, - 37.228329753000025 - ], - [ - -121.82248000899995, - 37.22828725100004 - ], - [ - -121.82240843899996, - 37.228249583000036 - ], - [ - -121.82233306499995, - 37.228216993000046 - ], - [ - -121.82210776499994, - 37.22809437900003 - ], - [ - -121.82207188899997, - 37.22807123000007 - ], - [ - -121.82202850999994, - 37.22805105100008 - ], - [ - -121.82198029799997, - 37.22803600700007 - ], - [ - -121.82192864499996, - 37.22802718400004 - ], - [ - -121.82187556599996, - 37.228025151000054 - ], - [ - -121.82182315199998, - 37.22802993200003 - ], - [ - -121.82177328599994, - 37.22804116100008 - ], - [ - -121.82172772399997, - 37.228057904000025 - ], - [ - -121.82152016099997, - 37.22818904800005 - ], - [ - -121.82151350999999, - 37.22819651700007 - ], - [ - -121.821492794, - 37.22821977800004 - ], - [ - -121.82146954599995, - 37.22825197100008 - ], - [ - -121.82145002799996, - 37.22828618200003 - ], - [ - -121.82143051899999, - 37.22833561500005 - ], - [ - -121.82142357499998, - 37.228358927000045 - ], - [ - -121.82141720799996, - 37.22839553100005 - ], - [ - -121.82141522599994, - 37.228432428000076 - ], - [ - -121.82141759599995, - 37.228469345000065 - ], - [ - -121.82142436599997, - 37.22850589300003 - ], - [ - -121.82142692599996, - 37.22861841200006 - ], - [ - -121.82141871899995, - 37.22873075500007 - ], - [ - -121.82139981999995, - 37.22884228100003 - ], - [ - -121.82137030599995, - 37.228952347000074 - ], - [ - -121.821311606, - 37.229210701000056 - ], - [ - -121.821299964, - 37.22929394500005 - ], - [ - -121.82127897199996, - 37.22937603400004 - ], - [ - -121.82124878599996, - 37.22945628400004 - ], - [ - -121.82120962399995, - 37.22953395500008 - ], - [ - -121.82119128699998, - 37.229567032000034 - ], - [ - -121.82116954799994, - 37.22959877200003 - ], - [ - -121.82114460199995, - 37.22962894800003 - ], - [ - -121.82111656499995, - 37.229657350000025 - ], - [ - -121.82108571499998, - 37.22968379300005 - ], - [ - -121.82107404899995, - 37.229691020000075 - ], - [ - -121.82106168299998, - 37.229697454000075 - ], - [ - -121.82104869799997, - 37.229703003000054 - ], - [ - -121.82103515399996, - 37.229707665000035 - ], - [ - -121.82102113599996, - 37.22971134900007 - ], - [ - -121.82100681499998, - 37.229714097000056 - ], - [ - -121.82099224599995, - 37.22971584000004 - ], - [ - -121.82097754499995, - 37.22971657800008 - ], - [ - -121.82096279999996, - 37.229716333000056 - ], - [ - -121.82094814799996, - 37.22971505600003 - ], - [ - -121.82093368199997, - 37.229712816000074 - ], - [ - -121.820659665, - 37.22961157800006 - ], - [ - -121.82063545099999, - 37.22959878100005 - ], - [ - -121.82061275299998, - 37.229584319000026 - ], - [ - -121.82059174499994, - 37.229568304000054 - ], - [ - -121.82057262999996, - 37.22955087300005 - ], - [ - -121.82055552599996, - 37.229532136000046 - ], - [ - -121.82054060299998, - 37.22951223000007 - ], - [ - -121.82052795499999, - 37.22949136100004 - ], - [ - -121.820517667, - 37.22946968600007 - ], - [ - -121.82050983, - 37.22944734200007 - ], - [ - -121.82039439099998, - 37.22899831400008 - ], - [ - -121.82038799699995, - 37.22898158500004 - ], - [ - -121.82037989699995, - 37.228965379000044 - ], - [ - -121.820370175, - 37.22894976400005 - ], - [ - -121.82035886199998, - 37.22893483000007 - ], - [ - -121.82034604599994, - 37.228920714000026 - ], - [ - -121.82033181499997, - 37.22890746200005 - ], - [ - -121.82031628399994, - 37.22889520800004 - ], - [ - -121.82029954099994, - 37.228884021000056 - ], - [ - -121.82028694199994, - 37.22887402300006 - ], - [ - -121.82027335499998, - 37.228864928000064 - ], - [ - -121.82025881499999, - 37.22885683000004 - ], - [ - -121.82024343199998, - 37.22884974700003 - ], - [ - -121.82022738199998, - 37.22884377100007 - ], - [ - -121.82021069399997, - 37.22883892300007 - ], - [ - -121.82019356899997, - 37.22883527100004 - ], - [ - -121.82017612099997, - 37.22883276600004 - ], - [ - -121.82015846599995, - 37.22883154700003 - ], - [ - -121.82014071799995, - 37.228831540000044 - ], - [ - -121.820123078, - 37.22883274700007 - ], - [ - -121.81985681599997, - 37.22884321200007 - ], - [ - -121.81974295899994, - 37.228855346000046 - ], - [ - -121.81962985999996, - 37.228871523000066 - ], - [ - -121.81951783399995, - 37.228891807000025 - ], - [ - -121.81950628799996, - 37.22889287500004 - ], - [ - -121.81949469899996, - 37.22889314400004 - ], - [ - -121.81948312399999, - 37.228892564000034 - ], - [ - -121.81947164999997, - 37.22889120600007 - ], - [ - -121.81946039199994, - 37.22888902200003 - ], - [ - -121.81944937499998, - 37.22888607800007 - ], - [ - -121.81943874799998, - 37.22888237500007 - ], - [ - -121.81942856399996, - 37.228877958000055 - ], - [ - -121.81941888399996, - 37.22887282500005 - ], - [ - -121.819409824, - 37.22886704500007 - ], - [ - -121.81940140899997, - 37.228860662000045 - ], - [ - -121.819393758, - 37.22885369800008 - ], - [ - -121.81938687199994, - 37.22884622300006 - ], - [ - -121.81938083499995, - 37.22883830200004 - ], - [ - -121.81937567799997, - 37.22883000600007 - ], - [ - -121.81937146099995, - 37.228821355000036 - ], - [ - -121.81934312399994, - 37.22875000700003 - ], - [ - -121.81932328499994, - 37.22867684800008 - ], - [ - -121.81931212699999, - 37.228602513000055 - ], - [ - -121.81930971999998, - 37.22852766800003 - ], - [ - -121.81930747299998, - 37.22850574200004 - ], - [ - -121.81930273899997, - 37.22848407300006 - ], - [ - -121.81929549499995, - 37.228462844000035 - ], - [ - -121.81928585699995, - 37.22844223900006 - ], - [ - -121.81927388599996, - 37.22842243600007 - ], - [ - -121.81925967099994, - 37.22840359800006 - ], - [ - -121.81924335699995, - 37.22838590500004 - ], - [ - -121.81922506299998, - 37.228369471000065 - ], - [ - -121.81920300999997, - 37.22835907600006 - ], - [ - -121.81917989799996, - 37.228350317000036 - ], - [ - -121.81915587199995, - 37.22834328700003 - ], - [ - -121.81913113399997, - 37.22833804900006 - ], - [ - -121.81910591099995, - 37.228334603000064 - ], - [ - -121.81908040599996, - 37.228333013000054 - ], - [ - -121.81905481999996, - 37.22833330100008 - ], - [ - -121.81898481199994, - 37.22833212200004 - ], - [ - -121.81891484599998, - 37.22833014200006 - ], - [ - -121.81884492199998, - 37.22832735800006 - ], - [ - -121.81877829399997, - 37.228318244000036 - ], - [ - -121.81871276699997, - 37.228304997000066 - ], - [ - -121.818648715, - 37.228287796000075 - ], - [ - -121.81858654099995, - 37.22826663700005 - ], - [ - -121.81853359299998, - 37.22823782000006 - ], - [ - -121.81848367699996, - 37.228205743000046 - ], - [ - -121.81843714299998, - 37.22817058100003 - ], - [ - -121.81839427899996, - 37.228132541000036 - ], - [ - -121.81835532099996, - 37.22809191600004 - ], - [ - -121.8182886, - 37.22803695400006 - ], - [ - -121.818223408, - 37.227980923000075 - ], - [ - -121.81815968199999, - 37.22792375200004 - ], - [ - -121.81810738699994, - 37.227863752000076 - ], - [ - -121.818058609, - 37.22780188200005 - ], - [ - -121.81801343499995, - 37.22773832300004 - ], - [ - -121.81800015699997, - 37.227715766000074 - ], - [ - -121.81798452099997, - 37.22769421900006 - ], - [ - -121.81796667099997, - 37.227673820000064 - ], - [ - -121.81794666899998, - 37.22765470300004 - ], - [ - -121.81792474599996, - 37.22763702800006 - ], - [ - -121.81790098999994, - 37.22762093000006 - ], - [ - -121.81787560299995, - 37.22760649800006 - ], - [ - -121.81786438499995, - 37.227601725000056 - ], - [ - -121.81785269299996, - 37.22759773800004 - ], - [ - -121.81784061399998, - 37.22759455400006 - ], - [ - -121.81782823599997, - 37.22759224400005 - ], - [ - -121.81781564399995, - 37.227590761000044 - ], - [ - -121.81780298099994, - 37.22759017100003 - ], - [ - -121.81779027599998, - 37.22759042900003 - ], - [ - -121.81777764399999, - 37.227591578000045 - ], - [ - -121.81776517099996, - 37.22759359500003 - ], - [ - -121.81775296999996, - 37.22759643400008 - ], - [ - -121.81774112599999, - 37.227600116000076 - ], - [ - -121.81772972599998, - 37.22760459300008 - ], - [ - -121.81771885599994, - 37.22760984100006 - ], - [ - -121.81770854099994, - 37.22761581800006 - ], - [ - -121.81765012099999, - 37.22764689500008 - ], - [ - -121.81759055999999, - 37.227676546000055 - ], - [ - -121.81752991399998, - 37.22770478700005 - ], - [ - -121.81749828999995, - 37.22771484800006 - ], - [ - -121.81746781599998, - 37.22772697900007 - ], - [ - -121.81743875499996, - 37.22774113200006 - ], - [ - -121.81741124099995, - 37.22775716600006 - ], - [ - -121.81738553599996, - 37.22777498900007 - ], - [ - -121.81736177599998, - 37.227794483000025 - ], - [ - -121.81734013399995, - 37.22781548800003 - ], - [ - -121.81732077599997, - 37.22783788600003 - ], - [ - -121.81730384499997, - 37.227861493000034 - ], - [ - -121.81728942199999, - 37.22788614700005 - ], - [ - -121.81711104599998, - 37.228161777000025 - ], - [ - -121.81710265899994, - 37.22817155300004 - ], - [ - -121.81709317299999, - 37.22818067900005 - ], - [ - -121.817082702, - 37.228189084000064 - ], - [ - -121.81707132699995, - 37.22819667400006 - ], - [ - -121.81705910899996, - 37.22820342600005 - ], - [ - -121.81704618699996, - 37.22820924700005 - ], - [ - -121.81703267499995, - 37.228214093000076 - ], - [ - -121.81701863099994, - 37.22821795800007 - ], - [ - -121.81700422499995, - 37.22822077600006 - ], - [ - -121.81698957199995, - 37.22822254300007 - ], - [ - -121.81673072399997, - 37.22823122400007 - ], - [ - -121.81671342699997, - 37.22823080000006 - ], - [ - -121.81669622399994, - 37.22822925500003 - ], - [ - -121.81667925999994, - 37.22822656100004 - ], - [ - -121.81666259099995, - 37.22822274200007 - ], - [ - -121.81664641699996, - 37.22821784300004 - ], - [ - -121.81663079799995, - 37.22821190700006 - ], - [ - -121.81661584699998, - 37.22820495700006 - ], - [ - -121.81660165299996, - 37.228197015000035 - ], - [ - -121.816588331, - 37.22818819100007 - ], - [ - -121.816584767, - 37.22818250900008 - ], - [ - -121.81658194199997, - 37.22817659000003 - ], - [ - -121.816579774, - 37.228170480000074 - ], - [ - -121.81657831999996, - 37.22816424600006 - ], - [ - -121.81657757899995, - 37.22815793700005 - ], - [ - -121.81657755299995, - 37.22815157500003 - ], - [ - -121.81650677399995, - 37.22794549400004 - ], - [ - -121.81638527099994, - 37.22768088300006 - ], - [ - -121.81628876499997, - 37.227475208000044 - ], - [ - -121.81628056199997, - 37.227456440000026 - ], - [ - -121.81627022599997, - 37.22743838200006 - ], - [ - -121.81625784299996, - 37.22742114700003 - ], - [ - -121.81624347599995, - 37.22740491900004 - ], - [ - -121.81622737899994, - 37.227389764000065 - ], - [ - -121.81620955999995, - 37.227375933000076 - ], - [ - -121.81619027699998, - 37.22736344700007 - ], - [ - -121.81617781099999, - 37.227354569000056 - ], - [ - -121.81616441899996, - 37.227346639000075 - ], - [ - -121.81615015699998, - 37.22733970300004 - ], - [ - -121.81613516799996, - 37.22733385300006 - ], - [ - -121.81611959999998, - 37.227329129000054 - ], - [ - -121.81610353499997, - 37.227325533000055 - ], - [ - -121.81608711999996, - 37.22732315400003 - ], - [ - -121.81607052499999, - 37.22732196800007 - ], - [ - -121.81600953799995, - 37.22730960600006 - ], - [ - -121.81595027499998, - 37.22729276200005 - ], - [ - -121.815893196, - 37.227271589000054 - ], - [ - -121.81583885099997, - 37.227246267000055 - ], - [ - -121.81578767199994, - 37.227217017000044 - ], - [ - -121.81574105199996, - 37.22719321000005 - ], - [ - -121.81569177799997, - 37.22717311700006 - ], - [ - -121.81564034099995, - 37.227156895000064 - ], - [ - -121.81558717099995, - 37.22714472100006 - ], - [ - -121.81556070399995, - 37.227142065000066 - ], - [ - -121.81553403999999, - 37.22714119700004 - ], - [ - -121.81550743499997, - 37.227142091000076 - ], - [ - -121.815481004, - 37.22714474600008 - ], - [ - -121.81545491799994, - 37.22714918300005 - ], - [ - -121.81542937799998, - 37.22715528300006 - ], - [ - -121.81540458199999, - 37.22716304700003 - ], - [ - -121.81538067499997, - 37.22717249500005 - ], - [ - -121.81535782599997, - 37.22718348700005 - ], - [ - -121.81533617599996, - 37.22719593000005 - ], - [ - -121.81525479299995, - 37.22724145700005 - ], - [ - -121.81517793199998, - 37.227291785000034 - ], - [ - -121.81510604699997, - 37.227346612000076 - ], - [ - -121.81500409799997, - 37.22740598900003 - ], - [ - -121.81490966599995, - 37.22747288100004 - ], - [ - -121.81482365699998, - 37.227546636000056 - ], - [ - -121.814761208, - 37.22760099100003 - ], - [ - -121.81470354099997, - 37.22765863300003 - ], - [ - -121.81465093499997, - 37.22771928700007 - ], - [ - -121.81463764799997, - 37.22772559400005 - ], - [ - -121.81462368899997, - 37.22773099200003 - ], - [ - -121.814609282, - 37.227735411000026 - ], - [ - -121.81459442799996, - 37.22773882900003 - ], - [ - -121.81457927099996, - 37.227741243000025 - ], - [ - -121.81456392399997, - 37.22774260400007 - ], - [ - -121.81454844299998, - 37.22774291600007 - ], - [ - -121.81453300199996, - 37.227742173000024 - ], - [ - -121.81451771299999, - 37.22774037700003 - ], - [ - -121.81450266299998, - 37.227737570000045 - ], - [ - -121.81448796899997, - 37.22773373000007 - ], - [ - -121.81447371599995, - 37.22772892300003 - ], - [ - -121.81446004599997, - 37.22772314800005 - ], - [ - -121.81444704799998, - 37.227716473000044 - ], - [ - -121.81443477699997, - 37.227708920000055 - ], - [ - -121.81442338099998, - 37.22770057900004 - ], - [ - -121.81411440899996, - 37.22728684000003 - ], - [ - -121.81393348399996, - 37.226979405000066 - ], - [ - -121.81388394599998, - 37.22691804500005 - ], - [ - -121.81382794499996, - 37.226860327000054 - ], - [ - -121.81376597499997, - 37.22680670600005 - ], - [ - -121.81369838899997, - 37.226757543000076 - ], - [ - -121.81362582, - 37.22671321800004 - ], - [ - -121.81354870499996, - 37.22667405100003 - ], - [ - -121.81352273799996, - 37.22665914400005 - ], - [ - -121.81349528699997, - 37.226646061000054 - ], - [ - -121.81346655299996, - 37.226634870000055 - ], - [ - -121.81343673599997, - 37.226625660000025 - ], - [ - -121.81340603799998, - 37.22661849600007 - ], - [ - -121.81337472099995, - 37.22661346900003 - ], - [ - -121.81334295499994, - 37.22661055200007 - ], - [ - -121.81331102499996, - 37.226609789000065 - ], - [ - -121.81327910599998, - 37.22661122300008 - ], - [ - -121.81324745199998, - 37.22661478300006 - ], - [ - -121.81321629399997, - 37.22662048900003 - ], - [ - -121.81309421699996, - 37.226645344000076 - ], - [ - -121.81297039799995, - 37.22666390000006 - ], - [ - -121.81284532199999, - 37.226676015000066 - ], - [ - -121.81282278999998, - 37.22667739100007 - ], - [ - -121.81278527099994, - 37.22668275400008 - ], - [ - -121.81273515499998, - 37.226692816000025 - ], - [ - -121.81267698799996, - 37.226715557000034 - ], - [ - -121.81264457499998, - 37.226731303000065 - ], - [ - -121.81261412099997, - 37.22674936100003 - ], - [ - -121.81258582099997, - 37.22676954600007 - ], - [ - -121.81255996099998, - 37.226791741000056 - ], - [ - -121.81247690499998, - 37.226854407000076 - ], - [ - -121.81239256799995, - 37.22691596400006 - ], - [ - -121.81230692499997, - 37.22697639100005 - ], - [ - -121.81224563899997, - 37.22700411100004 - ], - [ - -121.81218158399997, - 37.22702746700003 - ], - [ - -121.81211521999995, - 37.22704624800008 - ], - [ - -121.81204705399995, - 37.22706033400004 - ], - [ - -121.81186642899996, - 37.227120522000064 - ], - [ - -121.81184704099996, - 37.227128178000044 - ], - [ - -121.81184045599997, - 37.227129785000045 - ], - [ - -121.81183372199996, - 37.22713093700003 - ], - [ - -121.81182686299996, - 37.227131609000025 - ], - [ - -121.81181999599994, - 37.22713180000005 - ], - [ - -121.81181314999998, - 37.22713151100004 - ], - [ - -121.81180629599999, - 37.22713076400004 - ], - [ - -121.81179957799998, - 37.22712955700007 - ], - [ - -121.81179302099997, - 37.227127868000025 - ], - [ - -121.81178668499996, - 37.22712571900007 - ], - [ - -121.81178060099995, - 37.227123154000026 - ], - [ - -121.81177479499996, - 37.22712017500004 - ], - [ - -121.81176935399998, - 37.22711680300006 - ], - [ - -121.81176430899995, - 37.22711308300006 - ], - [ - -121.81175965699998, - 37.22710901500005 - ], - [ - -121.81175548799996, - 37.227104644000065 - ], - [ - -121.81175179899998, - 37.227099993000024 - ], - [ - -121.81174862299997, - 37.22709512900008 - ], - [ - -121.81174598499996, - 37.22709000900005 - ], - [ - -121.81174391899998, - 37.227084768000054 - ], - [ - -121.81174244899995, - 37.227079383000046 - ], - [ - -121.81174123499994, - 37.22706227400005 - ], - [ - -121.81172591899997, - 37.22692671100003 - ], - [ - -121.81171983399997, - 37.22683755600008 - ], - [ - -121.81170482899995, - 37.22674902700004 - ], - [ - -121.811681, - 37.22666176400003 - ], - [ - -121.81164850299996, - 37.226576315000045 - ], - [ - -121.81161631199996, - 37.22653130900005 - ], - [ - -121.81155584599998, - 37.22648492600007 - ], - [ - -121.81151968599994, - 37.22647141400006 - ], - [ - -121.81148133599999, - 37.22646364900004 - ], - [ - -121.81144283099997, - 37.22646172300006 - ], - [ - -121.81140616699997, - 37.22646517800007 - ], - [ - -121.81137344099994, - 37.226472915000045 - ], - [ - -121.81130243599995, - 37.22649309900004 - ], - [ - -121.81122941599995, - 37.226508040000056 - ], - [ - -121.81115501899995, - 37.22651766300004 - ], - [ - -121.81107984, - 37.22652184700007 - ], - [ - -121.81100450699995, - 37.22652058600005 - ], - [ - -121.81092962199995, - 37.226513871000066 - ], - [ - -121.81088787799996, - 37.226506853000046 - ], - [ - -121.81084558499998, - 37.22650270300005 - ], - [ - -121.81080296999994, - 37.22650139500007 - ], - [ - -121.81076037499997, - 37.22650297100006 - ], - [ - -121.81071811699996, - 37.22650742800005 - ], - [ - -121.81067645499996, - 37.226514715000064 - ], - [ - -121.81063572699998, - 37.22652478400005 - ], - [ - -121.81059618999996, - 37.22653756600005 - ], - [ - -121.81055815999997, - 37.22655296000005 - ], - [ - -121.81052186299996, - 37.22657087700003 - ], - [ - -121.81048761299996, - 37.22659117500007 - ], - [ - -121.81046714699994, - 37.22660110900006 - ], - [ - -121.810445658, - 37.226609590000066 - ], - [ - -121.81042333699997, - 37.22661657000003 - ], - [ - -121.81040036, - 37.22662193200006 - ], - [ - -121.810376868, - 37.226625743000056 - ], - [ - -121.810353062, - 37.226627886000074 - ], - [ - -121.81032911199998, - 37.22662838400004 - ], - [ - -121.81030521899999, - 37.22662718600003 - ], - [ - -121.810281525, - 37.22662436100006 - ], - [ - -121.81025820299999, - 37.22661990800003 - ], - [ - -121.81023548399997, - 37.22661384300005 - ], - [ - -121.81021351099997, - 37.226606238000045 - ], - [ - -121.80998119299994, - 37.226529252000034 - ], - [ - -121.80994446899996, - 37.226517898000054 - ], - [ - -121.80990425599998, - 37.226509994000025 - ], - [ - -121.80986214199999, - 37.22650629900005 - ], - [ - -121.80981919199996, - 37.22650716900006 - ], - [ - -121.809776608, - 37.22651263600005 - ], - [ - -121.80973550699997, - 37.22652261700006 - ], - [ - -121.80969696799997, - 37.226536690000046 - ], - [ - -121.80966186699999, - 37.22655427400008 - ], - [ - -121.80963090899996, - 37.22657464900004 - ], - [ - -121.80943177299997, - 37.22673852300005 - ], - [ - -121.80940022199997, - 37.22675611200003 - ], - [ - -121.80936694399998, - 37.22677156900005 - ], - [ - -121.80933213799995, - 37.226784708000025 - ], - [ - -121.80929611599998, - 37.22679543400005 - ], - [ - -121.80925904799994, - 37.22680372200006 - ], - [ - -121.80922127899998, - 37.22680947900005 - ], - [ - -121.80918294999998, - 37.226812632000076 - ], - [ - -121.80916018799996, - 37.22681403100006 - ], - [ - -121.80913734199999, - 37.22681380500006 - ], - [ - -121.80911458199995, - 37.22681195300004 - ], - [ - -121.80909213799998, - 37.22680852000008 - ], - [ - -121.809070153, - 37.226803500000074 - ], - [ - -121.80904882599998, - 37.22679691800005 - ], - [ - -121.809028276, - 37.226788862000035 - ], - [ - -121.80900873099995, - 37.226779399000065 - ], - [ - -121.80899877099995, - 37.22677120000003 - ], - [ - -121.808989742, - 37.22676235200004 - ], - [ - -121.80898164799999, - 37.22675292100007 - ], - [ - -121.80897457599997, - 37.22674297400005 - ], - [ - -121.80896863899994, - 37.22673260300007 - ], - [ - -121.80896378699998, - 37.22672185300007 - ], - [ - -121.808960158, - 37.22671079200006 - ], - [ - -121.80895766999998, - 37.22669953600007 - ], - [ - -121.80895638499999, - 37.22668817300007 - ], - [ - -121.80895632799997, - 37.226676730000065 - ], - [ - -121.80895747399995, - 37.22666534100006 - ], - [ - -121.80897172799996, - 37.22652946900007 - ], - [ - -121.80897851599997, - 37.22650689200003 - ], - [ - -121.80897980799995, - 37.22647927400004 - ], - [ - -121.80897340599995, - 37.22645032100007 - ], - [ - -121.80895848699998, - 37.22642217500004 - ], - [ - -121.80893560799996, - 37.22639716000003 - ], - [ - -121.80890663499997, - 37.22637724900005 - ], - [ - -121.80887404999999, - 37.22636358300008 - ], - [ - -121.80884074599999, - 37.22635619500005 - ], - [ - -121.80881051799997, - 37.22635447300007 - ], - [ - -121.80874130999996, - 37.22635156200005 - ], - [ - -121.80867208199999, - 37.22635405300008 - ], - [ - -121.80860349299996, - 37.226361938000025 - ], - [ - -121.80859850299998, - 37.22636302400008 - ], - [ - -121.80859339299997, - 37.226363768000056 - ], - [ - -121.80858824599994, - 37.22636414600004 - ], - [ - -121.80858306599998, - 37.226364158000024 - ], - [ - -121.80857790599998, - 37.22636380500006 - ], - [ - -121.80857279999998, - 37.226363082000034 - ], - [ - -121.8085678, - 37.226362040000026 - ], - [ - -121.80856290999998, - 37.22636065300003 - ], - [ - -121.80855821399996, - 37.22635894300004 - ], - [ - -121.808553712, - 37.22635684200003 - ], - [ - -121.80854946299996, - 37.22635448600005 - ], - [ - -121.80854549299994, - 37.226351829000066 - ], - [ - -121.80854180899996, - 37.22634891800004 - ], - [ - -121.80853846199994, - 37.226345750000064 - ], - [ - -121.80832365299995, - 37.22614370200006 - ], - [ - -121.80819282199997, - 37.22623271800006 - ], - [ - -121.80806989799999, - 37.22611740100007 - ], - [ - -121.80788987699998, - 37.22594856500007 - ], - [ - -121.807883232, - 37.22590904100008 - ], - [ - -121.80788104699997, - 37.225869190000026 - ], - [ - -121.807883356, - 37.225829360000034 - ], - [ - -121.80789013699996, - 37.225789845000065 - ], - [ - -121.80790136599995, - 37.22575099100004 - ], - [ - -121.80791693299994, - 37.22571309600005 - ], - [ - -121.80792932699995, - 37.22569512500007 - ], - [ - -121.807936112, - 37.225685276000036 - ], - [ - -121.80798135299995, - 37.225628828000026 - ], - [ - -121.80803257899998, - 37.225575770000034 - ], - [ - -121.80808939499997, - 37.22552647200007 - ], - [ - -121.80815134999995, - 37.22548132800006 - ], - [ - -121.80816882399995, - 37.22546902400006 - ], - [ - -121.80820022199998, - 37.22544276200006 - ], - [ - -121.80822846499996, - 37.22541429200004 - ], - [ - -121.808253321, - 37.22538384600006 - ], - [ - -121.808274542, - 37.225351723000074 - ], - [ - -121.80829201699999, - 37.225318178000066 - ], - [ - -121.80830552199996, - 37.22528348700007 - ], - [ - -121.80831503399997, - 37.225247946000025 - ], - [ - -121.808320386, - 37.22521186000006 - ], - [ - -121.80832182199998, - 37.225171214000056 - ], - [ - -121.80831902199998, - 37.22513878700005 - ], - [ - -121.80831303199994, - 37.225107199000036 - ], - [ - -121.80830425599999, - 37.225080081000044 - ], - [ - -121.80829805299999, - 37.22506087700003 - ], - [ - -121.80828259799995, - 37.22502820300008 - ], - [ - -121.80826352799994, - 37.22499671400004 - ], - [ - -121.80824104799996, - 37.22496675100007 - ], - [ - -121.80821536699995, - 37.22493856400007 - ], - [ - -121.80818688699998, - 37.22491246900006 - ], - [ - -121.80815552399997, - 37.224888372000066 - ], - [ - -121.80815456799996, - 37.22488774200008 - ], - [ - -121.808121654, - 37.22486659400005 - ], - [ - -121.80808553799994, - 37.224847312000065 - ], - [ - -121.80808429599995, - 37.22484673200006 - ], - [ - -121.80804740499997, - 37.224830617000066 - ], - [ - -121.80804570499998, - 37.22482999600004 - ], - [ - -121.80800930199996, - 37.224817219000045 - ], - [ - -121.80800757499998, - 37.22481666500005 - ], - [ - -121.80800602, - 37.224816202000056 - ], - [ - -121.80796639099998, - 37.22480556600004 - ], - [ - -121.80792284899997, - 37.22479703400006 - ], - [ - -121.80787853099997, - 37.22479171500004 - ], - [ - -121.80783378499996, - 37.22478962900004 - ], - [ - -121.80778900999996, - 37.22479079400006 - ], - [ - -121.80774451899998, - 37.22479520500008 - ], - [ - -121.80770074499998, - 37.22480285800003 - ], - [ - -121.80765796699995, - 37.22481361400003 - ], - [ - -121.80764760699998, - 37.22481695700003 - ], - [ - -121.80761187299998, - 37.22482935000005 - ], - [ - -121.80757743599997, - 37.22484397300008 - ], - [ - -121.807544582, - 37.224860729000056 - ], - [ - -121.80751350999998, - 37.22487950200008 - ], - [ - -121.80748438899997, - 37.22490022200003 - ], - [ - -121.80736901899996, - 37.22499757800006 - ], - [ - -121.80729485799998, - 37.224940428000025 - ], - [ - -121.80710082399997, - 37.225073500000065 - ], - [ - -121.80703933799998, - 37.225002955000036 - ], - [ - -121.80702602799994, - 37.22500958200004 - ], - [ - -121.80698976099995, - 37.22502754200008 - ], - [ - -121.80691111699997, - 37.22507257500007 - ], - [ - -121.80682538399998, - 37.22511004200004 - ], - [ - -121.80673269599998, - 37.22513927600005 - ], - [ - -121.80663489199998, - 37.22515918300007 - ], - [ - -121.806534366, - 37.225169050000034 - ], - [ - -121.80643351499998, - 37.225168574000065 - ], - [ - -121.80633466499995, - 37.22515809500004 - ], - [ - -121.80612908799998, - 37.22506125500007 - ], - [ - -121.80608247699996, - 37.225041014000055 - ], - [ - -121.80593921899998, - 37.22497879600007 - ], - [ - -121.80585518799995, - 37.22489573000007 - ], - [ - -121.80576306699999, - 37.22480000400003 - ], - [ - -121.80570177699997, - 37.22463718800003 - ], - [ - -121.80551367599998, - 37.22411953400007 - ], - [ - -121.80529989499996, - 37.224155978000056 - ], - [ - -121.80485714399998, - 37.224231392000036 - ], - [ - -121.80479176199998, - 37.22424253600008 - ], - [ - -121.80454187, - 37.22426175600003 - ], - [ - -121.80436329799994, - 37.22427546700004 - ], - [ - -121.804169361, - 37.224317434000056 - ], - [ - -121.80407654299995, - 37.22433929700003 - ], - [ - -121.80404997499994, - 37.22434554500006 - ], - [ - -121.80397611199999, - 37.224361154000064 - ], - [ - -121.80388895799996, - 37.22437959000007 - ], - [ - -121.80386837499998, - 37.22448781200006 - ], - [ - -121.80386333899997, - 37.22451410000008 - ], - [ - -121.803642847, - 37.22464869800007 - ], - [ - -121.803643911, - 37.22466534900008 - ], - [ - -121.80365593199997, - 37.22485259000007 - ], - [ - -121.803112522, - 37.225066982000044 - ], - [ - -121.802985332, - 37.22510726500008 - ], - [ - -121.80285944699995, - 37.22515009700004 - ], - [ - -121.80273497799999, - 37.225195453000026 - ], - [ - -121.80265981199994, - 37.22523657600004 - ], - [ - -121.80258671899998, - 37.225280078000026 - ], - [ - -121.802515928, - 37.22532586800003 - ], - [ - -121.80240637599996, - 37.22538300600007 - ], - [ - -121.80229307499997, - 37.225435196000035 - ], - [ - -121.80217630899995, - 37.22548227400006 - ], - [ - -121.80202960699995, - 37.22552817500008 - ], - [ - -121.801880644, - 37.22556913400007 - ], - [ - -121.80172967699997, - 37.22560507900005 - ], - [ - -121.80156190899999, - 37.225659248000056 - ], - [ - -121.80139568099997, - 37.22571639700004 - ], - [ - -121.801231079, - 37.225776505000056 - ], - [ - -121.80120267799998, - 37.22578924900006 - ], - [ - -121.80117573599995, - 37.225803832000054 - ], - [ - -121.80115037399997, - 37.22582013700003 - ], - [ - -121.80112675599997, - 37.225838070000066 - ], - [ - -121.801105082, - 37.225857493000035 - ], - [ - -121.80108549099998, - 37.22587826500006 - ], - [ - -121.80106809899996, - 37.22590027200005 - ], - [ - -121.80105304399996, - 37.22592332900007 - ], - [ - -121.80104499699996, - 37.22593637400007 - ], - [ - -121.80103830399997, - 37.225949884000045 - ], - [ - -121.80103293599996, - 37.22596376900003 - ], - [ - -121.80102900399999, - 37.22597795900003 - ], - [ - -121.80102505399998, - 37.22599771100005 - ], - [ - -121.80101293899997, - 37.22602700600004 - ], - [ - -121.80099357499995, - 37.22605585700006 - ], - [ - -121.80096693399997, - 37.226082545000054 - ], - [ - -121.80093363999998, - 37.22610536900004 - ], - [ - -121.80089524399995, - 37.226122918000044 - ], - [ - -121.80085370599994, - 37.226134183000056 - ], - [ - -121.80081139599997, - 37.226138957000046 - ], - [ - -121.80077052599995, - 37.22613760300004 - ], - [ - -121.80073716399994, - 37.226131794000025 - ], - [ - -121.80067387999998, - 37.22611398000004 - ], - [ - -121.80061239499997, - 37.22609248200007 - ], - [ - -121.80055304899997, - 37.226067414000056 - ], - [ - -121.800501952, - 37.226039187000026 - ], - [ - -121.80044827599994, - 37.22601421500008 - ], - [ - -121.80039234399999, - 37.22599265800005 - ], - [ - -121.800370408, - 37.22598555400003 - ], - [ - -121.80035274299996, - 37.22598039400003 - ], - [ - -121.80025252599995, - 37.22596207400005 - ], - [ - -121.800150681, - 37.22595052500003 - ], - [ - -121.80004800999995, - 37.22594580600003 - ], - [ - -121.79996459199998, - 37.225945359000036 - ], - [ - -121.79988121799994, - 37.22594420200005 - ], - [ - -121.79979783199997, - 37.22594233700005 - ], - [ - -121.79968969699996, - 37.225937815000066 - ], - [ - -121.79969000999995, - 37.22598219400004 - ], - [ - -121.79952930299999, - 37.22597004000005 - ], - [ - -121.79934716099996, - 37.22596631600004 - ], - [ - -121.79900963399996, - 37.22589764000003 - ], - [ - -121.798973494, - 37.22589007600004 - ], - [ - -121.798367456, - 37.226062796000065 - ], - [ - -121.79799105999996, - 37.226205363000076 - ], - [ - -121.79758008099998, - 37.226212462000035 - ], - [ - -121.79757109499997, - 37.22621260600005 - ], - [ - -121.79758077099996, - 37.226133462000064 - ], - [ - -121.79758434899998, - 37.22610423700007 - ], - [ - -121.79758548499996, - 37.22609490900004 - ], - [ - -121.79721468499997, - 37.22610721700005 - ], - [ - -121.79694042499995, - 37.22611631700005 - ], - [ - -121.79692079799997, - 37.226109603000054 - ], - [ - -121.79675974999998, - 37.226054529000066 - ], - [ - -121.796652473, - 37.22585168000006 - ], - [ - -121.79655523599996, - 37.22577596800005 - ], - [ - -121.79642618099996, - 37.225675489000025 - ], - [ - -121.79588115399997, - 37.22587079900006 - ], - [ - -121.79587192599996, - 37.22587344100003 - ], - [ - -121.79558812199997, - 37.225954639000065 - ], - [ - -121.79537956799999, - 37.22601430800006 - ], - [ - -121.79537383299999, - 37.22604518000003 - ], - [ - -121.79532721199996, - 37.22629608600005 - ], - [ - -121.79502359699995, - 37.22630862400007 - ], - [ - -121.79472864899998, - 37.22615020300003 - ], - [ - -121.793387925, - 37.22623278900005 - ], - [ - -121.79337057099997, - 37.22623385900005 - ], - [ - -121.79336007799998, - 37.22623120000003 - ], - [ - -121.79317952399998, - 37.22618540700006 - ], - [ - -121.79313882199995, - 37.226172287000054 - ], - [ - -121.79245623399999, - 37.225952274000065 - ], - [ - -121.79238711799997, - 37.22592999300008 - ], - [ - -121.79189956699997, - 37.22603954700003 - ], - [ - -121.791779508, - 37.22607214300007 - ], - [ - -121.79161186699997, - 37.226117663000025 - ], - [ - -121.79148704799996, - 37.22570361800007 - ], - [ - -121.79153025699998, - 37.22531974200007 - ], - [ - -121.791729412, - 37.22509453400005 - ], - [ - -121.79173116299995, - 37.22509256500007 - ], - [ - -121.79187014299998, - 37.22493540800008 - ], - [ - -121.79139312499996, - 37.22431990900003 - ], - [ - -121.79128309899994, - 37.224277089000054 - ], - [ - -121.79101847199996, - 37.224174109000046 - ], - [ - -121.79067389699998, - 37.22404 - ], - [ - -121.79074386099995, - 37.223994806000064 - ], - [ - -121.790759574, - 37.22398465500004 - ], - [ - -121.79070509099995, - 37.22364205000008 - ], - [ - -121.79056430399999, - 37.22350658700003 - ], - [ - -121.79048292299996, - 37.22342826300007 - ], - [ - -121.79038054199998, - 37.22305508000005 - ], - [ - -121.79023907199996, - 37.22300772500006 - ], - [ - -121.78978107999995, - 37.222846848000074 - ], - [ - -121.78962263799997, - 37.222791233000066 - ], - [ - -121.78944444099994, - 37.222768477000045 - ], - [ - -121.78920967099998, - 37.22277486200005 - ], - [ - -121.78914406799998, - 37.222768192000046 - ], - [ - -121.78898903299995, - 37.22275250400003 - ], - [ - -121.78893360899997, - 37.22274691100006 - ], - [ - -121.78891230399995, - 37.22274474200003 - ], - [ - -121.78889088999995, - 37.22274946400006 - ], - [ - -121.788610501, - 37.22281096700004 - ], - [ - -121.78866328099997, - 37.22288074800008 - ], - [ - -121.788679302, - 37.222901973000035 - ], - [ - -121.78868660499995, - 37.22291379500007 - ], - [ - -121.78870391699996, - 37.22294178100003 - ], - [ - -121.78870711899998, - 37.22294822400005 - ], - [ - -121.78871915499997, - 37.22297223900006 - ], - [ - -121.788721297, - 37.22297700100006 - ], - [ - -121.78872495899998, - 37.222985222000034 - ], - [ - -121.78874027299997, - 37.223026736000065 - ], - [ - -121.78874911799994, - 37.22306172800006 - ], - [ - -121.78875464099997, - 37.223079932000076 - ], - [ - -121.78875861399996, - 37.22309458400008 - ], - [ - -121.78876112999995, - 37.22310943400004 - ], - [ - -121.78876216199995, - 37.223124416000076 - ], - [ - -121.78876170399997, - 37.223139368000034 - ], - [ - -121.78875981399995, - 37.223154290000025 - ], - [ - -121.78875837599998, - 37.22319214200007 - ], - [ - -121.78865975399998, - 37.22317628900004 - ], - [ - -121.788570145, - 37.22316187300004 - ], - [ - -121.78835475099999, - 37.22301024300003 - ], - [ - -121.78751749199995, - 37.22241584000005 - ], - [ - -121.78750328799998, - 37.222530214000074 - ], - [ - -121.78749474999995, - 37.22255805000003 - ], - [ - -121.78747295499994, - 37.22252892300003 - ], - [ - -121.78748126799996, - 37.22245650000008 - ], - [ - -121.78736840599998, - 37.22184741600006 - ], - [ - -121.78623969199998, - 37.22156180800005 - ], - [ - -121.78622198399995, - 37.22155733200003 - ], - [ - -121.78603805799997, - 37.22151078200005 - ], - [ - -121.78602443099999, - 37.22150731600004 - ], - [ - -121.78602031899999, - 37.22150630900006 - ], - [ - -121.785876638, - 37.22146483200004 - ], - [ - -121.78569544899995, - 37.22141255200006 - ], - [ - -121.78550912199995, - 37.22136117500003 - ], - [ - -121.78549357699995, - 37.22135481600003 - ], - [ - -121.78548415899996, - 37.221350966000045 - ], - [ - -121.78547326999995, - 37.22134900800006 - ], - [ - -121.78543110099997, - 37.22134143100004 - ], - [ - -121.78539581899997, - 37.221331930000076 - ], - [ - -121.78533100599998, - 37.22131291100004 - ], - [ - -121.78527939499998, - 37.22129432000003 - ], - [ - -121.78521698099996, - 37.221276602000046 - ], - [ - -121.78507933199995, - 37.221236341000065 - ], - [ - -121.78498841699997, - 37.22120907100003 - ], - [ - -121.78489058499997, - 37.22118228900007 - ], - [ - -121.78480677699997, - 37.221159371000056 - ], - [ - -121.78470823499998, - 37.22113242300003 - ], - [ - -121.78453044399998, - 37.22108140800003 - ], - [ - -121.78451845799998, - 37.22107794800007 - ], - [ - -121.78451517099995, - 37.22107699800006 - ], - [ - -121.78435157499996, - 37.22103081800003 - ], - [ - -121.78423496899995, - 37.22099746600003 - ], - [ - -121.78423036699996, - 37.22099589100003 - ], - [ - -121.78418812499996, - 37.22098143000005 - ], - [ - -121.78417423299999, - 37.22097918000003 - ], - [ - -121.78416484, - 37.220977008000034 - ], - [ - -121.78411176099996, - 37.22096473500005 - ], - [ - -121.78400084299994, - 37.22093267100007 - ], - [ - -121.78381101099995, - 37.22087702600004 - ], - [ - -121.78366842, - 37.220833957000025 - ], - [ - -121.78363765499995, - 37.22081561500005 - ], - [ - -121.78347834899995, - 37.22072083900008 - ], - [ - -121.78331907199998, - 37.220626038000034 - ], - [ - -121.78316415699999, - 37.22053352300003 - ], - [ - -121.782965779, - 37.22041504800006 - ], - [ - -121.78291932599996, - 37.22038476800003 - ], - [ - -121.78287544099999, - 37.22035616000005 - ], - [ - -121.78285371199996, - 37.22038766500003 - ], - [ - -121.78275256399996, - 37.22053464900006 - ], - [ - -121.78257935999994, - 37.220737745000065 - ], - [ - -121.78248932199995, - 37.220843337000076 - ], - [ - -121.78224226499998, - 37.22108441600005 - ], - [ - -121.781952516, - 37.22139483600006 - ], - [ - -121.77948860899994, - 37.22403420000006 - ], - [ - -121.77945757699996, - 37.22406919500003 - ], - [ - -121.779444502, - 37.224082821000025 - ], - [ - -121.77901333199998, - 37.224532390000036 - ], - [ - -121.77888066199995, - 37.22447714300006 - ], - [ - -121.77660855299996, - 37.22353050000004 - ], - [ - -121.77433442599994, - 37.22258301100004 - ], - [ - -121.77261290499996, - 37.22186569000007 - ], - [ - -121.77260310799994, - 37.22186183700006 - ], - [ - -121.77259306199994, - 37.22185839800005 - ], - [ - -121.77258281999997, - 37.22185537400003 - ], - [ - -121.77206823399996, - 37.221652720000066 - ], - [ - -121.77190944999995, - 37.221586029000036 - ], - [ - -121.77179585399995, - 37.221490420000066 - ], - [ - -121.77143973899996, - 37.221190798000066 - ], - [ - -121.77135328399999, - 37.221119087000034 - ], - [ - -121.771648428, - 37.22029993900003 - ], - [ - -121.77164154499997, - 37.22029749600006 - ], - [ - -121.77133745499998, - 37.22018894000007 - ], - [ - -121.76985357199999, - 37.21925713200005 - ], - [ - -121.76978431499998, - 37.21907355400003 - ], - [ - -121.76930574199997, - 37.21920562300005 - ], - [ - -121.76905624199998, - 37.219270978000054 - ], - [ - -121.76887378799995, - 37.21931871100003 - ], - [ - -121.76813815699995, - 37.218778142000076 - ], - [ - -121.76786396099999, - 37.21841971200007 - ], - [ - -121.76776253799994, - 37.21829530800005 - ], - [ - -121.76769467899999, - 37.218226048000076 - ], - [ - -121.76764799199998, - 37.21817841700005 - ], - [ - -121.76752116499995, - 37.21806989800007 - ], - [ - -121.76715356899996, - 37.21757699600005 - ], - [ - -121.76693104299994, - 37.21741979700005 - ], - [ - -121.76677908199997, - 37.21731248900005 - ], - [ - -121.76662962299997, - 37.21720414600003 - ], - [ - -121.76648129499995, - 37.21709668400007 - ], - [ - -121.76623430199999, - 37.21691754500006 - ], - [ - -121.76592625599994, - 37.21669399900003 - ], - [ - -121.76578652899997, - 37.21659239400003 - ], - [ - -121.76564096599998, - 37.21647901700004 - ], - [ - -121.76560519099996, - 37.21651124400006 - ], - [ - -121.76546107499996, - 37.216408931000046 - ], - [ - -121.76534548999996, - 37.21632684100007 - ], - [ - -121.76521310899994, - 37.21623282200005 - ], - [ - -121.76493307699997, - 37.21601931400005 - ], - [ - -121.76480483299997, - 37.21592657400004 - ], - [ - -121.76480698699999, - 37.215923177000036 - ], - [ - -121.76480804699997, - 37.21592150400005 - ], - [ - -121.76480843699994, - 37.21592089100005 - ], - [ - -121.765028385, - 37.21557406100004 - ], - [ - -121.76513664599997, - 37.21540334800005 - ], - [ - -121.765085635, - 37.21540412500008 - ], - [ - -121.76507806499995, - 37.215404241000044 - ], - [ - -121.76343049599996, - 37.21542931500005 - ], - [ - -121.76284972899998, - 37.21543814800003 - ], - [ - -121.76095689299996, - 37.216464158000065 - ], - [ - -121.759501678, - 37.217240392000065 - ], - [ - -121.75900790199995, - 37.21750377200004 - ], - [ - -121.75893639599997, - 37.21754191200006 - ], - [ - -121.75893631999998, - 37.21754195300008 - ], - [ - -121.758936157, - 37.21754204000007 - ], - [ - -121.75893586199999, - 37.21754219700006 - ], - [ - -121.75892667399995, - 37.21753812500003 - ], - [ - -121.75892366399995, - 37.217536790000054 - ], - [ - -121.75886741999994, - 37.21751185900007 - ], - [ - -121.75880514499994, - 37.217484254000055 - ], - [ - -121.75868072299994, - 37.21742910200004 - ], - [ - -121.75859778399996, - 37.217392338000025 - ], - [ - -121.75854815999998, - 37.21737312400006 - ], - [ - -121.75850592799998, - 37.217356954000024 - ], - [ - -121.75849080499995, - 37.21734955000005 - ], - [ - -121.75842583099995, - 37.217317741000045 - ], - [ - -121.75823729099994, - 37.217225435000046 - ], - [ - -121.75952469499998, - 37.21653547900007 - ], - [ - -121.759651771, - 37.21646689200003 - ], - [ - -121.76153804299997, - 37.21544877600007 - ], - [ - -121.76334774399999, - 37.21451936400007 - ], - [ - -121.76520685699995, - 37.21360621100007 - ], - [ - -121.76574098799995, - 37.21331239700004 - ], - [ - -121.77409395499996, - 37.208716982000055 - ], - [ - -121.77415804499998, - 37.20868171800004 - ], - [ - -121.775362697, - 37.20721438600003 - ], - [ - -121.77591461599997, - 37.20654209500003 - ], - [ - -121.77934592899999, - 37.202362092000044 - ], - [ - -121.77903487199995, - 37.20208911800006 - ], - [ - -121.77861593699998, - 37.20172147000005 - ], - [ - -121.77575391399995, - 37.19920965000006 - ], - [ - -121.77320822499996, - 37.19697526500005 - ], - [ - -121.77290219199995, - 37.19670664700004 - ], - [ - -121.77252685499997, - 37.19637716200003 - ], - [ - -121.77020674099998, - 37.19434042800003 - ], - [ - -121.76549605799994, - 37.19019603600003 - ], - [ - -121.76593532699997, - 37.18769780000008 - ], - [ - -121.76776407399996, - 37.18587359300005 - ], - [ - -121.76789942899995, - 37.18573856900008 - ], - [ - -121.76808623199997, - 37.18555221400004 - ], - [ - -121.76796287199994, - 37.185518417000026 - ], - [ - -121.76788026899999, - 37.18550393600003 - ], - [ - -121.76788026099996, - 37.185503839000035 - ], - [ - -121.76789139999994, - 37.185435262000055 - ], - [ - -121.76801113399995, - 37.18545588500007 - ], - [ - -121.76823135999996, - 37.185492891000024 - ], - [ - -121.768542664, - 37.185542733000034 - ], - [ - -121.76890183599994, - 37.18559956200005 - ], - [ - -121.76908698399996, - 37.18562788200006 - ], - [ - -121.76940335199998, - 37.18567933800006 - ], - [ - -121.76960207399998, - 37.18571684900007 - ], - [ - -121.76969839599997, - 37.18573855600005 - ], - [ - -121.76987518399994, - 37.185781614000064 - ], - [ - -121.77004283699995, - 37.18582758600007 - ], - [ - -121.770063156, - 37.185833020000075 - ], - [ - -121.77008319799995, - 37.18583900400006 - ], - [ - -121.77010301999996, - 37.18584554200004 - ], - [ - -121.77033561999997, - 37.18592203000003 - ], - [ - -121.770529308, - 37.185991570000056 - ], - [ - -121.770746154, - 37.18607880400003 - ], - [ - -121.77092914299999, - 37.18616178000008 - ], - [ - -121.77109972, - 37.18624841800005 - ], - [ - -121.77131761399994, - 37.186365212000055 - ], - [ - -121.77150926399997, - 37.18648128500007 - ], - [ - -121.77162849099994, - 37.18655966600005 - ], - [ - -121.77172456299996, - 37.186627153000074 - ], - [ - -121.77184704899997, - 37.186717058000056 - ], - [ - -121.771968572, - 37.18680756900005 - ], - [ - -121.77206990199994, - 37.186886420000064 - ], - [ - -121.77236023999995, - 37.187119481000025 - ], - [ - -121.77267014399996, - 37.18737256400004 - ], - [ - -121.77291761899994, - 37.18756637600006 - ], - [ - -121.77309952599995, - 37.18769802500003 - ], - [ - -121.77320333799997, - 37.187769753000055 - ], - [ - -121.77331030399995, - 37.18783842300007 - ], - [ - -121.77342027699996, - 37.18790399400007 - ], - [ - -121.77364826099995, - 37.188019645000054 - ], - [ - -121.77388686599994, - 37.18812066700008 - ], - [ - -121.77413462499999, - 37.188206413000046 - ], - [ - -121.77438998399998, - 37.18827639700004 - ], - [ - -121.77443949199994, - 37.18828813300007 - ], - [ - -121.77462615099995, - 37.18832755700004 - ], - [ - -121.77474374099995, - 37.18834855700004 - ], - [ - -121.77496726299995, - 37.188380204000055 - ], - [ - -121.77497615399994, - 37.18838145700005 - ], - [ - -121.77521116099996, - 37.18839867200006 - ], - [ - -121.77544715699997, - 37.18840005900006 - ], - [ - -121.775682153, - 37.18839312400007 - ], - [ - -121.77614047299994, - 37.18837752700006 - ], - [ - -121.77649767499997, - 37.18836472500004 - ], - [ - -121.77681552699994, - 37.18835129900003 - ], - [ - -121.77716016, - 37.188339547000055 - ], - [ - -121.77787897899998, - 37.188319497000066 - ], - [ - -121.77833782299996, - 37.18830452700007 - ], - [ - -121.77889393399994, - 37.188287598000045 - ], - [ - -121.779433467, - 37.18826981800004 - ], - [ - -121.77995735899998, - 37.188252687000045 - ], - [ - -121.78011182199998, - 37.18824756600003 - ], - [ - -121.78029244599998, - 37.18824158000007 - ], - [ - -121.78032190899995, - 37.188172681000026 - ], - [ - -121.78125451299996, - 37.18776242900003 - ], - [ - -121.78130593799995, - 37.18773982300007 - ], - [ - -121.78324875399994, - 37.18666840000003 - ], - [ - -121.78523252199994, - 37.18557433700005 - ], - [ - -121.78525406299997, - 37.18456426200004 - ], - [ - -121.78646189999995, - 37.18415948100005 - ], - [ - -121.786161914, - 37.183240058000024 - ], - [ - -121.78724216399996, - 37.18325298700006 - ], - [ - -121.78848302799997, - 37.18379331800003 - ], - [ - -121.78875958299994, - 37.18457290900005 - ], - [ - -121.78909958599996, - 37.18553127600006 - ], - [ - -121.78911955299998, - 37.18558763900006 - ], - [ - -121.78912532399994, - 37.185603849000074 - ], - [ - -121.79035729499998, - 37.18591898100004 - ], - [ - -121.79259051799994, - 37.18649015900007 - ], - [ - -121.79305452499995, - 37.18631773100003 - ], - [ - -121.79438348699995, - 37.18582393100007 - ], - [ - -121.79439170299997, - 37.185820886000045 - ], - [ - -121.79450014699995, - 37.185780590000036 - ], - [ - -121.79453397499998, - 37.18576801700004 - ], - [ - -121.79456668399996, - 37.185755863000054 - ], - [ - -121.79455720699997, - 37.18574602500007 - ], - [ - -121.794528088, - 37.18569573700006 - ], - [ - -121.79502927399994, - 37.18550626700005 - ], - [ - -121.795060692, - 37.18549438800005 - ], - [ - -121.794954997, - 37.185318679000034 - ], - [ - -121.79443971299997, - 37.184462016000055 - ], - [ - -121.79443929699994, - 37.18446132500003 - ], - [ - -121.79432197099999, - 37.184266413000046 - ], - [ - -121.79492893399998, - 37.18404043400005 - ], - [ - -121.79494239899998, - 37.18403542100003 - ], - [ - -121.79494459399996, - 37.18403460400003 - ], - [ - -121.79494431299997, - 37.18403411700007 - ], - [ - -121.79468893499995, - 37.183592315000055 - ], - [ - -121.79463451199996, - 37.18349826900004 - ], - [ - -121.79458012099997, - 37.18340428300007 - ], - [ - -121.79451154499998, - 37.18328577200003 - ], - [ - -121.79422019299994, - 37.18278229300006 - ], - [ - -121.79497157599997, - 37.183076183000026 - ], - [ - -121.79517656899998, - 37.18337171500008 - ], - [ - -121.79555116699999, - 37.18342738800004 - ], - [ - -121.79569391399997, - 37.183256339000025 - ], - [ - -121.79614815199994, - 37.18331167400004 - ], - [ - -121.79617574899999, - 37.183504189000075 - ], - [ - -121.79620735799995, - 37.18373571200004 - ], - [ - -121.79636691499996, - 37.18490437600008 - ], - [ - -121.796378404, - 37.18498851700008 - ], - [ - -121.79715246699999, - 37.185438807000025 - ], - [ - -121.79726373499994, - 37.18556618800005 - ], - [ - -121.79737354799994, - 37.18569190300008 - ], - [ - -121.796982142, - 37.18595021800007 - ], - [ - -121.79694428599998, - 37.185975204000044 - ], - [ - -121.79703459899997, - 37.18611645400006 - ], - [ - -121.79706662899997, - 37.18616655000005 - ], - [ - -121.796833591, - 37.18636685100006 - ], - [ - -121.79681516299996, - 37.18638269200005 - ], - [ - -121.79696179299998, - 37.18659584100004 - ], - [ - -121.79727270999996, - 37.18643922200005 - ], - [ - -121.79734502499997, - 37.186477506000074 - ], - [ - -121.79739321899996, - 37.18650302000003 - ], - [ - -121.79750514399996, - 37.186963278000064 - ], - [ - -121.79754982499998, - 37.186951597000075 - ], - [ - -121.79760354299998, - 37.18693755500004 - ], - [ - -121.79764924799997, - 37.186975725000025 - ], - [ - -121.79784330599995, - 37.18688896700007 - ], - [ - -121.79809152499996, - 37.18677799300008 - ], - [ - -121.79837217999994, - 37.186417075000065 - ], - [ - -121.79843546499995, - 37.18633569000008 - ], - [ - -121.79852157099998, - 37.186382077000076 - ], - [ - -121.79858916699999, - 37.18641849200003 - ], - [ - -121.79862042699995, - 37.186435334000066 - ], - [ - -121.79862467999999, - 37.18650258300005 - ], - [ - -121.79862518199997, - 37.18651052400003 - ], - [ - -121.79864613499996, - 37.18684250900003 - ], - [ - -121.79865271299997, - 37.18694667200003 - ], - [ - -121.79865476999998, - 37.186979250000036 - ], - [ - -121.79865651399996, - 37.18700688000007 - ], - [ - -121.79865684299995, - 37.18701209000005 - ], - [ - -121.79869260199996, - 37.18700403300005 - ], - [ - -121.79919947199994, - 37.18688984000005 - ], - [ - -121.79926575099995, - 37.18696006500005 - ], - [ - -121.79930673799998, - 37.18700349100004 - ], - [ - -121.79935852299997, - 37.18705835800006 - ], - [ - -121.79943329899999, - 37.18713758400003 - ], - [ - -121.79945622099996, - 37.18716187000007 - ], - [ - -121.79945903599997, - 37.18716231600007 - ], - [ - -121.79969279199997, - 37.18719945400005 - ], - [ - -121.79991363199997, - 37.18723453800004 - ], - [ - -121.79992388799997, - 37.187288731000024 - ], - [ - -121.79993129399998, - 37.18732785000003 - ], - [ - -121.79993954099996, - 37.18737141300005 - ], - [ - -121.79994949699994, - 37.187424011000076 - ], - [ - -121.79995634699998, - 37.18746019400004 - ], - [ - -121.799972342, - 37.18754469600003 - ], - [ - -121.79998507299996, - 37.187611943000036 - ], - [ - -121.80022568399994, - 37.18784826500007 - ], - [ - -121.800246545, - 37.18786875400008 - ], - [ - -121.80021788799996, - 37.18787303700003 - ], - [ - -121.800138017, - 37.18788497700007 - ], - [ - -121.79975623899998, - 37.18794204900007 - ], - [ - -121.79963569299997, - 37.18796006800005 - ], - [ - -121.799589847, - 37.18797871700008 - ], - [ - -121.79927765899998, - 37.188105706000044 - ], - [ - -121.79926850899994, - 37.188109428000075 - ], - [ - -121.79927046999995, - 37.188137264000034 - ], - [ - -121.79927566499998, - 37.18821102000004 - ], - [ - -121.79929749999997, - 37.188521008000066 - ], - [ - -121.79930355399995, - 37.18860695500007 - ], - [ - -121.79937134499994, - 37.18862067800006 - ], - [ - -121.79941735699998, - 37.188629992000074 - ], - [ - -121.79976740799998, - 37.188700855000036 - ], - [ - -121.80081055699998, - 37.18869190000004 - ], - [ - -121.80081653099995, - 37.18871397600003 - ], - [ - -121.80081714399995, - 37.18871624600007 - ], - [ - -121.80087359299995, - 37.18892486900006 - ], - [ - -121.80095254199995, - 37.18921664000004 - ], - [ - -121.80095521299995, - 37.18922650800005 - ], - [ - -121.80096528999997, - 37.18922347500006 - ], - [ - -121.80098834499995, - 37.18921653700005 - ], - [ - -121.80137808599994, - 37.189099225000064 - ], - [ - -121.80156118999997, - 37.189044110000054 - ], - [ - -121.80156705199994, - 37.18904136300006 - ], - [ - -121.80179800099995, - 37.18893320500007 - ], - [ - -121.80181728099996, - 37.18892417500007 - ], - [ - -121.80186739699997, - 37.18890070400005 - ], - [ - -121.80211118999995, - 37.18896534800007 - ], - [ - -121.80210996699998, - 37.18899238400007 - ], - [ - -121.80209119299997, - 37.18940728200005 - ], - [ - -121.80208972599996, - 37.18943973000006 - ], - [ - -121.80212214499994, - 37.18944665600003 - ], - [ - -121.80246585699996, - 37.18952007000007 - ], - [ - -121.80248683199994, - 37.18951836700006 - ], - [ - -121.80297524099996, - 37.18947873600007 - ], - [ - -121.80300182499997, - 37.18949583300008 - ], - [ - -121.80300527999998, - 37.18949805500006 - ], - [ - -121.80322054899995, - 37.18963649600005 - ], - [ - -121.80336779799995, - 37.18973119300006 - ], - [ - -121.80367977499998, - 37.18993182200006 - ], - [ - -121.80377667099998, - 37.18987645200008 - ], - [ - -121.80377814899998, - 37.18987560800008 - ], - [ - -121.80412764299996, - 37.189675890000046 - ], - [ - -121.80413104399997, - 37.189018127000054 - ], - [ - -121.80443718199996, - 37.18896584600003 - ], - [ - -121.80475403899999, - 37.18927797300006 - ], - [ - -121.80476868499994, - 37.189292400000056 - ], - [ - -121.80483357799994, - 37.18935632400007 - ], - [ - -121.80487308, - 37.18937472600004 - ], - [ - -121.80566227899999, - 37.18974236400004 - ], - [ - -121.80574729699998, - 37.18978196900008 - ], - [ - -121.80576692899996, - 37.18977683700007 - ], - [ - -121.80585002899994, - 37.189755115000025 - ], - [ - -121.80654431099998, - 37.18957363800007 - ], - [ - -121.80726376399997, - 37.189512516000036 - ], - [ - -121.80734070199998, - 37.189505979000046 - ], - [ - -121.80737142499999, - 37.18946966800007 - ], - [ - -121.80742621999997, - 37.18940490400007 - ], - [ - -121.80763944899996, - 37.18915227400004 - ], - [ - -121.80769547199998, - 37.18908589900008 - ], - [ - -121.808102771, - 37.18860333500004 - ], - [ - -121.80836432199999, - 37.18850126500007 - ], - [ - -121.80848942399996, - 37.18845244400006 - ], - [ - -121.80866054399996, - 37.188385664000066 - ], - [ - -121.80897526499996, - 37.18826284100004 - ], - [ - -121.80900853299994, - 37.18824985800006 - ], - [ - -121.80990634699998, - 37.18795368800005 - ], - [ - -121.80999384699999, - 37.18788381100006 - ], - [ - -121.81020613499999, - 37.18771428100007 - ], - [ - -121.81020735199996, - 37.187713675000055 - ], - [ - -121.81059093099998, - 37.18752253800005 - ], - [ - -121.81072044099994, - 37.187458004000064 - ], - [ - -121.81131530799996, - 37.18716157700004 - ], - [ - -121.81138731899995, - 37.18712569300004 - ], - [ - -121.81168088599998, - 37.186979405000045 - ], - [ - -121.81170400099995, - 37.18696788700004 - ], - [ - -121.81186304099998, - 37.186962125000036 - ], - [ - -121.81198991199994, - 37.18695752700006 - ], - [ - -121.81200354599997, - 37.18691615300003 - ], - [ - -121.812033494, - 37.18682526500004 - ], - [ - -121.81213422399998, - 37.18651957600008 - ], - [ - -121.81230487, - 37.18646864600004 - ], - [ - -121.81237445, - 37.18644787900007 - ], - [ - -121.812603293, - 37.18637957900006 - ], - [ - -121.81288130399997, - 37.18629660300007 - ], - [ - -121.81307090699994, - 37.186201561000075 - ], - [ - -121.81312945199994, - 37.186172215000056 - ], - [ - -121.81314959599996, - 37.18617535300007 - ], - [ - -121.81323000599997, - 37.186187878000055 - ], - [ - -121.81351493899996, - 37.18623226500006 - ], - [ - -121.81358853799998, - 37.18620620000007 - ], - [ - -121.81399473299996, - 37.186062356000036 - ], - [ - -121.81434434099998, - 37.18611565200007 - ], - [ - -121.81438573799994, - 37.18606413200007 - ], - [ - -121.81486053699996, - 37.18547323300004 - ], - [ - -121.81466745199998, - 37.18465996100008 - ], - [ - -121.81419248799995, - 37.184085906000064 - ], - [ - -121.81398819099996, - 37.18365186900007 - ], - [ - -121.81381409799997, - 37.18341062200005 - ], - [ - -121.81349829199996, - 37.18214894700003 - ], - [ - -121.81344287, - 37.18192752300007 - ], - [ - -121.81343916199995, - 37.18191270500006 - ], - [ - -121.81342376899994, - 37.18190072900006 - ], - [ - -121.81286816599999, - 37.18146847700007 - ], - [ - -121.81290284199997, - 37.18141133600005 - ], - [ - -121.81309953099998, - 37.18108722000005 - ], - [ - -121.81455410799998, - 37.17986317900005 - ], - [ - -121.81473247599996, - 37.17931447800004 - ], - [ - -121.81493870999998, - 37.17920590700004 - ], - [ - -121.81495105099998, - 37.17907140700004 - ], - [ - -121.81475331299998, - 37.17885734500004 - ], - [ - -121.81482649999998, - 37.17877826300003 - ], - [ - -121.81503455199999, - 37.17855343700006 - ], - [ - -121.814865635, - 37.17833511500004 - ], - [ - -121.81470956399994, - 37.17813340500004 - ], - [ - -121.81494392599996, - 37.177424374000054 - ], - [ - -121.81511300399995, - 37.17746777000008 - ], - [ - -121.81567402999997, - 37.177611686000034 - ], - [ - -121.81581721499998, - 37.17754900500006 - ], - [ - -121.81589499599994, - 37.17751496200003 - ], - [ - -121.81586334499997, - 37.17750769700007 - ], - [ - -121.81584002599999, - 37.17750244200005 - ], - [ - -121.81579766599998, - 37.177489689000026 - ], - [ - -121.81578277299997, - 37.17748060900004 - ], - [ - -121.81575926399995, - 37.177466294000055 - ], - [ - -121.81573166099997, - 37.17744348600007 - ], - [ - -121.815730697, - 37.17744232800004 - ], - [ - -121.81571285599995, - 37.177420074000054 - ], - [ - -121.81571202599997, - 37.17741843600004 - ], - [ - -121.81570569999997, - 37.177405185000055 - ], - [ - -121.81570545399995, - 37.17740420400003 - ], - [ - -121.81570044199998, - 37.17738269900008 - ], - [ - -121.81570027999999, - 37.17738162400008 - ], - [ - -121.81570108299996, - 37.17735897700004 - ], - [ - -121.81570134999998, - 37.17735780600003 - ], - [ - -121.81570425899997, - 37.177345917000025 - ], - [ - -121.81572092299996, - 37.17730938100004 - ], - [ - -121.81572246499996, - 37.17730597600007 - ], - [ - -121.81572530499994, - 37.17730157200003 - ], - [ - -121.81575501699996, - 37.17725545900004 - ], - [ - -121.815786732, - 37.17721916600004 - ], - [ - -121.81579040599996, - 37.177214958000036 - ], - [ - -121.81580396299995, - 37.17720191900003 - ], - [ - -121.81583298699996, - 37.17717522400005 - ], - [ - -121.81585891499998, - 37.17714652600006 - ], - [ - -121.81588160899997, - 37.17711621500007 - ], - [ - -121.81589810199995, - 37.17708938700008 - ], - [ - -121.81589895599996, - 37.17708752300007 - ], - [ - -121.81591909999997, - 37.17704389900007 - ], - [ - -121.81592102899998, - 37.177039757000045 - ], - [ - -121.815924495, - 37.177028593000045 - ], - [ - -121.81592974699998, - 37.177011710000045 - ], - [ - -121.81593169899998, - 37.177005508000036 - ], - [ - -121.815934487, - 37.176993276000076 - ], - [ - -121.81593464699995, - 37.17699096300004 - ], - [ - -121.81593577999996, - 37.17697401200007 - ], - [ - -121.81593593599996, - 37.17697156100007 - ], - [ - -121.81593460499994, - 37.17696090900006 - ], - [ - -121.81593267299996, - 37.17694550400006 - ], - [ - -121.81593197899997, - 37.17694008600006 - ], - [ - -121.815929757, - 37.17693093200006 - ], - [ - -121.81592497399998, - 37.176911027000074 - ], - [ - -121.81592340399999, - 37.176904680000064 - ], - [ - -121.81592103599996, - 37.17689848200007 - ], - [ - -121.81590967799997, - 37.17686910400005 - ], - [ - -121.81590730999994, - 37.17686297400007 - ], - [ - -121.81590615599998, - 37.17686088000005 - ], - [ - -121.81588439499996, - 37.17682212200003 - ], - [ - -121.81588259199998, - 37.176818893000075 - ], - [ - -121.81587594099994, - 37.17680990300005 - ], - [ - -121.815864337, - 37.17679417000005 - ], - [ - -121.81586061599995, - 37.17678913200007 - ], - [ - -121.81585352599996, - 37.176781246000075 - ], - [ - -121.81584004899997, - 37.17676638100005 - ], - [ - -121.81583529399995, - 37.176761147000036 - ], - [ - -121.81582866599996, - 37.176755111000034 - ], - [ - -121.81581293699998, - 37.17674070700008 - ], - [ - -121.81580686199999, - 37.17673514400008 - ], - [ - -121.81580010599998, - 37.17673002500004 - ], - [ - -121.81578349399996, - 37.176717438000026 - ], - [ - -121.81577549199994, - 37.17671137200006 - ], - [ - -121.81575445399994, - 37.17669597500003 - ], - [ - -121.81574981899996, - 37.176692616000025 - ], - [ - -121.81574579599999, - 37.17668993700005 - ], - [ - -121.81574070299996, - 37.17668669900007 - ], - [ - -121.815736545, - 37.17668441100005 - ], - [ - -121.81573088599998, - 37.17668145300007 - ], - [ - -121.81572667599994, - 37.17667955500008 - ], - [ - -121.81572062299995, - 37.176676945000054 - ], - [ - -121.81571639099997, - 37.176675414000044 - ], - [ - -121.81570982999995, - 37.176673175000076 - ], - [ - -121.81570568999996, - 37.176672008000025 - ], - [ - -121.81569867899998, - 37.17667018700007 - ], - [ - -121.81569465899997, - 37.17666936400008 - ], - [ - -121.81568719799998, - 37.17666800400008 - ], - [ - -121.81567555999999, - 37.17666664700005 - ], - [ - -121.81566379599997, - 37.176666186000034 - ], - [ - -121.81565204399999, - 37.17666652400004 - ], - [ - -121.81564036599997, - 37.17666768500004 - ], - [ - -121.81561950699995, - 37.17667073500007 - ], - [ - -121.81560926499998, - 37.17667215500006 - ], - [ - -121.81559013999998, - 37.17667447600007 - ], - [ - -121.81558474399998, - 37.17667510900003 - ], - [ - -121.81555303399995, - 37.17667752500006 - ], - [ - -121.815549692, - 37.17667779200008 - ], - [ - -121.81545913999997, - 37.17667686500005 - ], - [ - -121.81545533299999, - 37.176676679000025 - ], - [ - -121.81543912399997, - 37.176675672000044 - ], - [ - -121.81536882199998, - 37.176671449000025 - ], - [ - -121.81535884899995, - 37.17667037100006 - ], - [ - -121.81532471399998, - 37.17666656600005 - ], - [ - -121.81527914399999, - 37.176661539000065 - ], - [ - -121.81523370199994, - 37.17665577900004 - ], - [ - -121.81523235399999, - 37.17665554200005 - ], - [ - -121.815189305, - 37.17664746600008 - ], - [ - -121.81518758099998, - 37.17664709600007 - ], - [ - -121.81518628699996, - 37.176646653000034 - ], - [ - -121.81514873599997, - 37.17663251700003 - ], - [ - -121.81514740799997, - 37.17663175400003 - ], - [ - -121.81510857499995, - 37.17660815600004 - ], - [ - -121.815107093, - 37.17660679900007 - ], - [ - -121.81507364, - 37.17657345900005 - ], - [ - -121.815073053, - 37.17657259600003 - ], - [ - -121.81505429199996, - 37.17654190600007 - ], - [ - -121.815053321, - 37.176540361000036 - ], - [ - -121.81503434799998, - 37.176502509000045 - ], - [ - -121.815034159, - 37.17650154900008 - ], - [ - -121.81502932599994, - 37.176467338000066 - ], - [ - -121.81502950599997, - 37.17646621500006 - ], - [ - -121.81503556799998, - 37.17643183500007 - ], - [ - -121.81504720199996, - 37.17640693800007 - ], - [ - -121.81504820699996, - 37.17640552900008 - ], - [ - -121.81506740199995, - 37.17638112000003 - ], - [ - -121.81506903499996, - 37.176379636000036 - ], - [ - -121.81508532199996, - 37.17636555900003 - ], - [ - -121.81518926499996, - 37.17631952700003 - ], - [ - -121.81519233299997, - 37.17631825600006 - ], - [ - -121.81529110099996, - 37.17628210100003 - ], - [ - -121.81529371599999, - 37.176281180000046 - ], - [ - -121.81537621399997, - 37.17625518700004 - ], - [ - -121.81551601199999, - 37.17621310000004 - ], - [ - -121.81559302, - 37.17618717000005 - ], - [ - -121.815626066, - 37.17617613200008 - ], - [ - -121.81564014199995, - 37.17617146400005 - ], - [ - -121.81566664399998, - 37.17615438800004 - ], - [ - -121.81568304999996, - 37.17612918400005 - ], - [ - -121.81568574, - 37.17610468600003 - ], - [ - -121.81567725399998, - 37.176080908000074 - ], - [ - -121.815658569, - 37.17606104300006 - ], - [ - -121.81563805199994, - 37.17605079000003 - ], - [ - -121.81563155799995, - 37.17604754400003 - ], - [ - -121.81562061499994, - 37.176043341000025 - ], - [ - -121.81559950499997, - 37.17603524800006 - ], - [ - -121.81558925099995, - 37.17603131100003 - ], - [ - -121.81558166299999, - 37.17602915300006 - ], - [ - -121.81552192499998, - 37.17601231500004 - ], - [ - -121.81552051799997, - 37.17601203300006 - ], - [ - -121.81546643099995, - 37.17600252400007 - ], - [ - -121.81546063499997, - 37.17600149100008 - ], - [ - -121.81545040799995, - 37.176000713000064 - ], - [ - -121.81540291599998, - 37.17599701200004 - ], - [ - -121.81539291899998, - 37.175996232000045 - ], - [ - -121.81538803099994, - 37.17599640200007 - ], - [ - -121.81531764399995, - 37.17599863600003 - ], - [ - -121.815311641, - 37.17599881800004 - ], - [ - -121.81530105299998, - 37.17600026400004 - ], - [ - -121.81526358399998, - 37.17600537800007 - ], - [ - -121.81525308299996, - 37.17600682300008 - ], - [ - -121.81524804099996, - 37.17600804800003 - ], - [ - -121.81518315399995, - 37.176023702000066 - ], - [ - -121.81518138899997, - 37.17602415600004 - ], - [ - -121.81517689499998, - 37.17602555800005 - ], - [ - -121.81517197599999, - 37.17602730600004 - ], - [ - -121.81511505199995, - 37.17604847800004 - ], - [ - -121.81510934, - 37.17605064900005 - ], - [ - -121.81508282099998, - 37.17606358200004 - ], - [ - -121.81506722399996, - 37.176071265000076 - ], - [ - -121.81506316899998, - 37.17607330300007 - ], - [ - -121.81497863699997, - 37.17611550000004 - ], - [ - -121.81490198599994, - 37.176156785000046 - ], - [ - -121.81482273299997, - 37.17619979300008 - ], - [ - -121.81481740399994, - 37.176202645000046 - ], - [ - -121.81475357799997, - 37.17623634600005 - ], - [ - -121.81471263499998, - 37.17625706500007 - ], - [ - -121.81470755899994, - 37.17625961600004 - ], - [ - -121.81469656499996, - 37.17626395100007 - ], - [ - -121.81467642399997, - 37.176271892000045 - ], - [ - -121.81466971999998, - 37.17627453100005 - ], - [ - -121.81465637699995, - 37.17627877800004 - ], - [ - -121.81464835599996, - 37.17628138600003 - ], - [ - -121.81463987899997, - 37.17628402300005 - ], - [ - -121.814592415, - 37.17629661800004 - ], - [ - -121.81453144199997, - 37.176313693000054 - ], - [ - -121.81446635599997, - 37.17633101900003 - ], - [ - -121.81445673099995, - 37.17633357700004 - ], - [ - -121.81443689999998, - 37.176338034000025 - ], - [ - -121.81438732099997, - 37.176349120000054 - ], - [ - -121.81434091699998, - 37.17635525000003 - ], - [ - -121.81433091899999, - 37.17635110400005 - ], - [ - -121.81432363299996, - 37.17634672300005 - ], - [ - -121.81432321699998, - 37.17634579000003 - ], - [ - -121.81431760799995, - 37.17633264500006 - ], - [ - -121.81431258999999, - 37.17631569400004 - ], - [ - -121.814312455, - 37.176314552000065 - ], - [ - -121.81431110199998, - 37.17629939100004 - ], - [ - -121.81431106599996, - 37.17628591000005 - ], - [ - -121.81431106199994, - 37.17628240800008 - ], - [ - -121.81431195, - 37.17627919300003 - ], - [ - -121.81431847699997, - 37.17625503900007 - ], - [ - -121.81433697899996, - 37.176223771000025 - ], - [ - -121.81437090699995, - 37.176192900000046 - ], - [ - -121.81437384499998, - 37.17619085300004 - ], - [ - -121.814408991, - 37.17616745400005 - ], - [ - -121.81441227099998, - 37.176165265000066 - ], - [ - -121.81441833799994, - 37.17616213100007 - ], - [ - -121.81444778999997, - 37.17614694300005 - ], - [ - -121.81445419899995, - 37.176143644000035 - ], - [ - -121.81445703999998, - 37.17614260500005 - ], - [ - -121.81451626799998, - 37.176120652000066 - ], - [ - -121.81457674599994, - 37.17609985200005 - ], - [ - -121.81459251399997, - 37.17609367800003 - ], - [ - -121.81462001499995, - 37.17608290800007 - ], - [ - -121.81465231499999, - 37.17607030000005 - ], - [ - -121.81468907099998, - 37.176053772000046 - ], - [ - -121.81471543599997, - 37.17604189300005 - ], - [ - -121.81472959899997, - 37.176035554000066 - ], - [ - -121.81477972099998, - 37.17600983400007 - ], - [ - -121.81480325099994, - 37.17599776000003 - ], - [ - -121.81480489399996, - 37.175996894000036 - ], - [ - -121.81485764799999, - 37.17596620100005 - ], - [ - -121.81486429999995, - 37.175962189000074 - ], - [ - -121.81491014799997, - 37.17593413800006 - ], - [ - -121.81491565899995, - 37.175930322000056 - ], - [ - -121.81495988499995, - 37.17589949500007 - ], - [ - -121.81497638599996, - 37.17588795700004 - ], - [ - -121.81498839299996, - 37.17587937500008 - ], - [ - -121.81509821799995, - 37.17580015500005 - ], - [ - -121.81510084399997, - 37.17579815800008 - ], - [ - -121.81515458799998, - 37.17575717600005 - ], - [ - -121.81516940499995, - 37.17574579400008 - ], - [ - -121.81519901299998, - 37.17572305200008 - ], - [ - -121.81520062499999, - 37.17572207200004 - ], - [ - -121.81524033199997, - 37.17569939900005 - ], - [ - -121.815244609, - 37.17569692500007 - ], - [ - -121.81524730599995, - 37.17569584200004 - ], - [ - -121.81529891499997, - 37.17567500400003 - ], - [ - -121.815302665, - 37.17567349600006 - ], - [ - -121.81530673599997, - 37.175672398000074 - ], - [ - -121.81534582699999, - 37.17566191000003 - ], - [ - -121.81534807699995, - 37.175661336000076 - ], - [ - -121.81535041399997, - 37.175660943000025 - ], - [ - -121.81539582799996, - 37.17565377100004 - ], - [ - -121.81540119099998, - 37.17565293200005 - ], - [ - -121.81540530599995, - 37.17565268000004 - ], - [ - -121.81545545799997, - 37.175649804000045 - ], - [ - -121.81546074099998, - 37.175649288000045 - ], - [ - -121.815475731, - 37.17564776800003 - ], - [ - -121.81549717499996, - 37.17564560400007 - ], - [ - -121.81550675999995, - 37.17564407800006 - ], - [ - -121.81553839199995, - 37.17563896100006 - ], - [ - -121.81554974699998, - 37.17563713900006 - ], - [ - -121.81555695499998, - 37.17563554700007 - ], - [ - -121.81558815499994, - 37.17562855800003 - ], - [ - -121.81560140299996, - 37.17562559300006 - ], - [ - -121.81561261799999, - 37.17562235500003 - ], - [ - -121.815651807, - 37.175611064000066 - ], - [ - -121.815684837, - 37.17559425800005 - ], - [ - -121.81568613599995, - 37.17559328200008 - ], - [ - -121.81571856299996, - 37.17556819600003 - ], - [ - -121.81572480099999, - 37.17556347900006 - ], - [ - -121.81575800799999, - 37.17553895800006 - ], - [ - -121.81577166499994, - 37.17552973900007 - ], - [ - -121.81579292799995, - 37.17551569800003 - ], - [ - -121.81583470699996, - 37.17549867900004 - ], - [ - -121.81586826399996, - 37.17549239500005 - ], - [ - -121.81586963399997, - 37.175492174000055 - ], - [ - -121.81591354299997, - 37.17549220600006 - ], - [ - -121.81591486199994, - 37.17549244200006 - ], - [ - -121.81595859799995, - 37.17550376200006 - ], - [ - -121.81596650899996, - 37.175506351000024 - ], - [ - -121.81600270499996, - 37.17551825800007 - ], - [ - -121.81602310299996, - 37.17552496400003 - ], - [ - -121.81602820599994, - 37.17552721900006 - ], - [ - -121.81610595399997, - 37.17556134200004 - ], - [ - -121.81611295799996, - 37.17556439900005 - ], - [ - -121.81611975299995, - 37.17556857900007 - ], - [ - -121.81621795799998, - 37.17562900300004 - ], - [ - -121.81633678799994, - 37.175683012000036 - ], - [ - -121.81639003, - 37.17568996600005 - ], - [ - -121.81641520299996, - 37.17569318500006 - ], - [ - -121.816463049, - 37.175699261000034 - ], - [ - -121.81646419699996, - 37.175699431000055 - ], - [ - -121.81646576699995, - 37.17569918400005 - ], - [ - -121.81658786999998, - 37.17568066500007 - ], - [ - -121.81658923999998, - 37.17568044400008 - ], - [ - -121.81659225099997, - 37.17567926700008 - ], - [ - -121.81672211699998, - 37.17562719400007 - ], - [ - -121.816845044, - 37.17554972600004 - ], - [ - -121.81696383199994, - 37.17544838300006 - ], - [ - -121.81705085299996, - 37.17536085800003 - ], - [ - -121.81705242699996, - 37.175359283000034 - ], - [ - -121.81705350599998, - 37.17535718900007 - ], - [ - -121.81707777599996, - 37.17530923600003 - ], - [ - -121.81707826199994, - 37.175307445000044 - ], - [ - -121.81709806199996, - 37.175229718000026 - ], - [ - -121.81709907799996, - 37.17522572400003 - ], - [ - -121.81709891699995, - 37.17522304800008 - ], - [ - -121.81709339699995, - 37.17511088200007 - ], - [ - -121.81709025899994, - 37.17508695200007 - ], - [ - -121.81708658999997, - 37.17505893100008 - ], - [ - -121.81708503799996, - 37.17504709100007 - ], - [ - -121.81708511899996, - 37.175032258000044 - ], - [ - -121.81708562999995, - 37.174965232000034 - ], - [ - -121.81708574099997, - 37.17495042100006 - ], - [ - -121.81708714899997, - 37.174942645000044 - ], - [ - -121.81709022599995, - 37.17492576500007 - ], - [ - -121.81709117399998, - 37.174924403000034 - ], - [ - -121.81710475499995, - 37.174906029000056 - ], - [ - -121.81710570999996, - 37.17490510400006 - ], - [ - -121.817126799, - 37.17488602700007 - ], - [ - -121.81712866499998, - 37.17488474800007 - ], - [ - -121.81714716999994, - 37.17487325400003 - ], - [ - -121.81717868499999, - 37.17486308000008 - ], - [ - -121.81721127399999, - 37.174855388000026 - ], - [ - -121.81723223899996, - 37.174852016000045 - ], - [ - -121.81724458999997, - 37.174850046000074 - ], - [ - -121.81724970299996, - 37.17484960000007 - ], - [ - -121.81725915599998, - 37.17484880600006 - ], - [ - -121.81727837899996, - 37.17484717000008 - ], - [ - -121.81728221099996, - 37.17484712800007 - ], - [ - -121.81728378399998, - 37.174847088000035 - ], - [ - -121.81731235399997, - 37.17484676500004 - ], - [ - -121.81731613399995, - 37.17484699700003 - ], - [ - -121.81731805199996, - 37.174847113000055 - ], - [ - -121.81734623099999, - 37.174848901000075 - ], - [ - -121.81735218799997, - 37.17484933700007 - ], - [ - -121.81744367399995, - 37.17485622700008 - ], - [ - -121.81745309799999, - 37.17485696700004 - ], - [ - -121.81746144999994, - 37.17485701000004 - ], - [ - -121.81753780599996, - 37.174857501000076 - ], - [ - -121.81757713999997, - 37.17485772100008 - ], - [ - -121.81757876899997, - 37.174857588000066 - ], - [ - -121.81766211999997, - 37.174849348000066 - ], - [ - -121.81774321499995, - 37.17482987000005 - ], - [ - -121.81774640599997, - 37.17482910200005 - ], - [ - -121.81775390499996, - 37.17482615600005 - ], - [ - -121.81780975499998, - 37.17480417000007 - ], - [ - -121.81782751299994, - 37.174794106000036 - ], - [ - -121.81785566399998, - 37.17477808500007 - ], - [ - -121.81786023199999, - 37.174775974000056 - ], - [ - -121.81786761099994, - 37.17477264200005 - ], - [ - -121.817933698, - 37.174742414000036 - ], - [ - -121.81793931899995, - 37.17473985700008 - ], - [ - -121.81794773899998, - 37.17473724400003 - ], - [ - -121.81805536899998, - 37.17470421500008 - ], - [ - -121.81806901899995, - 37.17470129000003 - ], - [ - -121.81813086199998, - 37.174688279000065 - ], - [ - -121.818141664, - 37.17468600500007 - ], - [ - -121.818154441, - 37.17468384700004 - ], - [ - -121.81824390999998, - 37.174668875000066 - ], - [ - -121.81833526899999, - 37.174652396000056 - ], - [ - -121.81834102799996, - 37.174649653000074 - ], - [ - -121.81837265099995, - 37.17463430400005 - ], - [ - -121.81838362699995, - 37.17462896100005 - ], - [ - -121.81839188099997, - 37.17462495400008 - ], - [ - -121.818399764, - 37.17462113300007 - ], - [ - -121.81840425999997, - 37.174618131000045 - ], - [ - -121.81846470699998, - 37.17457785000005 - ], - [ - -121.81846982499997, - 37.17457442700004 - ], - [ - -121.818474214, - 37.17457028000007 - ], - [ - -121.81853158299998, - 37.17451598100007 - ], - [ - -121.81853543799997, - 37.174512320000076 - ], - [ - -121.81858436899995, - 37.174467820000075 - ], - [ - -121.81858895699997, - 37.174463649000074 - ], - [ - -121.81860220199997, - 37.17445390900008 - ], - [ - -121.81864656599998, - 37.17442131800004 - ], - [ - -121.81866607899997, - 37.17440699700006 - ], - [ - -121.81867501299996, - 37.17440105900005 - ], - [ - -121.818753819, - 37.17434910500003 - ], - [ - -121.818824598, - 37.174299414000075 - ], - [ - -121.81882600999995, - 37.17429841400008 - ], - [ - -121.81882707399996, - 37.17429707500003 - ], - [ - -121.81887047199996, - 37.17424208400007 - ], - [ - -121.81888756899997, - 37.17417995200003 - ], - [ - -121.81888810499998, - 37.174177909000036 - ], - [ - -121.818888013, - 37.174172714000065 - ], - [ - -121.81888723499998, - 37.17412520400006 - ], - [ - -121.81888718299996, - 37.17412390000004 - ], - [ - -121.81888686999997, - 37.17412237000008 - ], - [ - -121.81887599299995, - 37.17407323400005 - ], - [ - -121.81887509199998, - 37.17406914700007 - ], - [ - -121.81887419699996, - 37.174067097000034 - ], - [ - -121.81885329299996, - 37.17401862300005 - ], - [ - -121.81884290199997, - 37.17399392900006 - ], - [ - -121.81883096299998, - 37.17396568100003 - ], - [ - -121.818828366, - 37.173959506000074 - ], - [ - -121.81881916199995, - 37.17392903000007 - ], - [ - -121.818812386, - 37.17390649200007 - ], - [ - -121.81881117199998, - 37.173902500000054 - ], - [ - -121.81880240799995, - 37.17385961100007 - ], - [ - -121.81880178399996, - 37.17385339200007 - ], - [ - -121.81879829599995, - 37.17381948700006 - ], - [ - -121.81879567399994, - 37.173793971000066 - ], - [ - -121.81879566799995, - 37.173787151000056 - ], - [ - -121.81879561799997, - 37.173772960000065 - ], - [ - -121.81879559699996, - 37.17374746100006 - ], - [ - -121.81879560099998, - 37.17374274500003 - ], - [ - -121.81879493199995, - 37.173738885000034 - ], - [ - -121.81878693099998, - 37.173692233000054 - ], - [ - -121.81878523499995, - 37.173688499000036 - ], - [ - -121.818761409, - 37.17363820500003 - ], - [ - -121.81876070399994, - 37.17363713700007 - ], - [ - -121.81873242499995, - 37.17359554500007 - ], - [ - -121.81872936999997, - 37.17359104700006 - ], - [ - -121.81872470199994, - 37.17358578900007 - ], - [ - -121.81870392399998, - 37.17356240200007 - ], - [ - -121.81869826099995, - 37.17355598800003 - ], - [ - -121.81869581999996, - 37.17355379500003 - ], - [ - -121.81866535299997, - 37.17352596200004 - ], - [ - -121.81865958999998, - 37.17352035000005 - ], - [ - -121.81864911399998, - 37.17351023700007 - ], - [ - -121.81863604399996, - 37.17349090500005 - ], - [ - -121.81862938799998, - 37.17346857100006 - ], - [ - -121.81862686499994, - 37.17341957000008 - ], - [ - -121.818626855, - 37.17341732700004 - ], - [ - -121.81862741099997, - 37.17336604800005 - ], - [ - -121.81862748499998, - 37.173363735000066 - ], - [ - -121.81863102699998, - 37.173314848000075 - ], - [ - -121.81864599799997, - 37.17327476000003 - ], - [ - -121.81864848899994, - 37.17327004100008 - ], - [ - -121.81867092999994, - 37.173228677000054 - ], - [ - -121.81867433699995, - 37.17322236700005 - ], - [ - -121.81874335499998, - 37.17309549000004 - ], - [ - -121.81889756799995, - 37.17281186500003 - ], - [ - -121.81890033999997, - 37.17280677600007 - ], - [ - -121.818947434, - 37.17273425700006 - ], - [ - -121.81897047799998, - 37.17269476400003 - ], - [ - -121.81897469199998, - 37.17268878700003 - ], - [ - -121.81900809799998, - 37.17264144100005 - ], - [ - -121.81904401399999, - 37.17260194100004 - ], - [ - -121.81904586699994, - 37.17259992800007 - ], - [ - -121.81907165099994, - 37.17257622200003 - ], - [ - -121.81907359999997, - 37.17257487200004 - ], - [ - -121.81910059499995, - 37.172556599000075 - ], - [ - -121.81910337399995, - 37.172555240000065 - ], - [ - -121.81912791099995, - 37.17254354200003 - ], - [ - -121.81917315399994, - 37.172531793000076 - ], - [ - -121.81921861999996, - 37.172521162000066 - ], - [ - -121.81926441499996, - 37.17251146700005 - ], - [ - -121.81929370999995, - 37.172505209000064 - ], - [ - -121.81931406599995, - 37.17250140700003 - ], - [ - -121.81934816299997, - 37.172495025000046 - ], - [ - -121.819444122, - 37.17248000400008 - ], - [ - -121.81946332899997, - 37.172477566000055 - ], - [ - -121.81946866699997, - 37.17247691100005 - ], - [ - -121.81950539699994, - 37.17247226200004 - ], - [ - -121.81959557199997, - 37.172463417000074 - ], - [ - -121.81961709099994, - 37.17246230400008 - ], - [ - -121.81965738599996, - 37.17246024800005 - ], - [ - -121.81966421299995, - 37.17245968900005 - ], - [ - -121.81972316599996, - 37.17245483500005 - ], - [ - -121.81977255199996, - 37.17244596900008 - ], - [ - -121.81977708499994, - 37.17244516200003 - ], - [ - -121.81979120699998, - 37.17244138600006 - ], - [ - -121.81981526399994, - 37.17243498000005 - ], - [ - -121.81982135499999, - 37.17243335500007 - ], - [ - -121.81983096299996, - 37.17242990500006 - ], - [ - -121.819863479, - 37.172418253000046 - ], - [ - -121.81987209299996, - 37.172415158000035 - ], - [ - -121.81988242399996, - 37.172410531000025 - ], - [ - -121.81989513699995, - 37.17240482600005 - ], - [ - -121.81990203299995, - 37.17240172600003 - ], - [ - -121.81991010799999, - 37.17239733200006 - ], - [ - -121.81993929099997, - 37.172381460000054 - ], - [ - -121.819947507, - 37.172376996000025 - ], - [ - -121.81995278999995, - 37.17237332000008 - ], - [ - -121.81999517799994, - 37.17234397800007 - ], - [ - -121.82002544, - 37.17231790900007 - ], - [ - -121.82002811399997, - 37.17231547500006 - ], - [ - -121.82004447399999, - 37.172299176000024 - ], - [ - -121.820049354, - 37.17229360400006 - ], - [ - -121.82005532799997, - 37.17228692200007 - ], - [ - -121.82006289299994, - 37.17227802300005 - ], - [ - -121.82008238199995, - 37.17225097700003 - ], - [ - -121.82010466899999, - 37.17222520400003 - ], - [ - -121.82012952799994, - 37.17220098000007 - ], - [ - -121.82015679099999, - 37.17217846900007 - ], - [ - -121.82018628799995, - 37.172157834000075 - ], - [ - -121.82019925299994, - 37.17215015600004 - ], - [ - -121.82021779499996, - 37.17213921200005 - ], - [ - -121.82025111599995, - 37.172122744000035 - ], - [ - -121.82028601699994, - 37.172108524000066 - ], - [ - -121.82031676099996, - 37.17209840400005 - ], - [ - -121.82032224999995, - 37.17209662500005 - ], - [ - -121.8203329299999, - 37.172094009000034 - ], - [ - -121.82040114299997, - 37.172077468000055 - ], - [ - -121.82046591399995, - 37.17204897200003 - ], - [ - -121.82046942999995, - 37.17204721500008 - ], - [ - -121.82047325999997, - 37.17204536400004 - ], - [ - -121.82049052399998, - 37.17203656300006 - ], - [ - -121.82052499799994, - 37.172019189000025 - ], - [ - -121.82053298499994, - 37.172014613000044 - ], - [ - -121.82056804099994, - 37.17199444000005 - ], - [ - -121.82059233599995, - 37.17198047800008 - ], - [ - -121.82059399899998, - 37.17197904000005 - ], - [ - -121.82065003199995, - 37.17193033900003 - ], - [ - -121.82065301799997, - 37.17192771900005 - ], - [ - -121.82066010299997, - 37.171919124000055 - ], - [ - -121.820686847, - 37.171886640000025 - ], - [ - -121.820691523, - 37.17188093200008 - ], - [ - -121.82069309199994, - 37.17187908400007 - ], - [ - -121.82069575699995, - 37.17187454400005 - ], - [ - -121.82073418799996, - 37.171808989000056 - ], - [ - -121.820737437, - 37.17180343500007 - ], - [ - -121.820740635, - 37.17179495400006 - ], - [ - -121.82075481699997, - 37.17175741400007 - ], - [ - -121.82075848, - 37.171747691000064 - ], - [ - -121.82075919199997, - 37.17174431700005 - ], - [ - -121.82077358599997, - 37.17167656200007 - ], - [ - -121.82077495299995, - 37.17166970300008 - ], - [ - -121.82078283699997, - 37.171631846000025 - ], - [ - -121.82078745099994, - 37.17160966000006 - ], - [ - -121.82078985099997, - 37.17159983600004 - ], - [ - -121.82079902799995, - 37.17156214700003 - ], - [ - -121.82080091999995, - 37.17155434400007 - ], - [ - -121.82080499499995, - 37.17154372300007 - ], - [ - -121.820815961, - 37.17151517100007 - ], - [ - -121.82082022699996, - 37.17150399700006 - ], - [ - -121.82082358199995, - 37.17149805400004 - ], - [ - -121.82085524299998, - 37.17144109100008 - ], - [ - -121.82085679499994, - 37.17143832600004 - ], - [ - -121.82088042199996, - 37.17140587600005 - ], - [ - -121.82088310599994, - 37.171402390000026 - ], - [ - -121.82088694899994, - 37.17139813400007 - ], - [ - -121.82093074099998, - 37.171350991000054 - ], - [ - -121.820936943, - 37.17134430500005 - ], - [ - -121.82094870999998, - 37.17133355300007 - ], - [ - -121.82095076399997, - 37.171331629000065 - ], - [ - -121.82090287299997, - 37.17128893200004 - ], - [ - -121.82084960399999, - 37.17124142000006 - ], - [ - -121.82084675699997, - 37.17123888700007 - ], - [ - -121.82081271299995, - 37.171272577000025 - ], - [ - -121.82065943999999, - 37.17142421200003 - ], - [ - -121.82051269099998, - 37.171569341000065 - ], - [ - -121.82041549499996, - 37.17172325100006 - ], - [ - -121.82031109699994, - 37.17188859700008 - ], - [ - -121.82028365099995, - 37.17193207300005 - ], - [ - -121.82004248299995, - 37.17204828200005 - ], - [ - -121.81937509999995, - 37.172179554000024 - ], - [ - -121.81903963599996, - 37.17220719000005 - ], - [ - -121.81899079099998, - 37.17222239000006 - ], - [ - -121.81814576999994, - 37.172485032000054 - ], - [ - -121.81807992399996, - 37.172491543000035 - ], - [ - -121.81772602499996, - 37.17252661500004 - ], - [ - -121.81784459599999, - 37.17292035400004 - ], - [ - -121.81785082299996, - 37.17294104400003 - ], - [ - -121.81781297699996, - 37.173036713000045 - ], - [ - -121.81779035599999, - 37.17300964100008 - ], - [ - -121.817767716, - 37.17298256400005 - ], - [ - -121.81575975699997, - 37.17058038700003 - ], - [ - -121.81544803999998, - 37.17020747500004 - ], - [ - -121.81517080099997, - 37.169875741000055 - ], - [ - -121.80947558099996, - 37.170819074000065 - ], - [ - -121.80941466099995, - 37.170829163000064 - ], - [ - -121.80772583999999, - 37.171108842000024 - ], - [ - -121.80742098199994, - 37.17115933500003 - ], - [ - -121.80713212299997, - 37.171207131000074 - ], - [ - -121.80676505999998, - 37.17126788400003 - ], - [ - -121.80674489499995, - 37.17127124500007 - ], - [ - -121.80556101699995, - 37.17146717300005 - ], - [ - -121.80513996099995, - 37.171536857000035 - ], - [ - -121.80286020199998, - 37.17191416000003 - ], - [ - -121.80285635699994, - 37.171766227000035 - ], - [ - -121.80285282799997, - 37.17176626000003 - ], - [ - -121.79747733399995, - 37.17181598900004 - ], - [ - -121.79681542999998, - 37.17182205300003 - ], - [ - -121.79663321099997, - 37.171823732000064 - ], - [ - -121.79613141599998, - 37.17182835500006 - ], - [ - -121.79548477499998, - 37.17183430800003 - ], - [ - -121.79458570399999, - 37.17187417900004 - ], - [ - -121.78758625999996, - 37.17218434700004 - ], - [ - -121.78751862099995, - 37.172245678000024 - ], - [ - -121.78696594499996, - 37.17274681500004 - ], - [ - -121.78474108799998, - 37.17476417700004 - ], - [ - -121.78323683599996, - 37.176128059000064 - ], - [ - -121.78476723099999, - 37.17573770000007 - ], - [ - -121.78498959799998, - 37.17905615600006 - ], - [ - -121.78167281999998, - 37.17873147000006 - ], - [ - -121.77752850699994, - 37.17884953500004 - ], - [ - -121.77683957899995, - 37.17886914400003 - ], - [ - -121.77769534199996, - 37.179154819000075 - ], - [ - -121.78068374299994, - 37.17997272900004 - ], - [ - -121.78071398399999, - 37.18044289100004 - ], - [ - -121.78120315299998, - 37.180001237000056 - ], - [ - -121.78243167699998, - 37.17997548100004 - ], - [ - -121.782865744, - 37.180502741000055 - ], - [ - -121.78266529399997, - 37.18165651000004 - ], - [ - -121.78304554199997, - 37.18163318000006 - ], - [ - -121.78386814599997, - 37.18082439300008 - ], - [ - -121.78424862299994, - 37.180981565000025 - ], - [ - -121.782284716, - 37.182495645000074 - ], - [ - -121.77874662, - 37.183280625000066 - ], - [ - -121.775929696, - 37.182657438000035 - ], - [ - -121.77648344399995, - 37.18349935900005 - ], - [ - -121.77683813399995, - 37.183624171000076 - ], - [ - -121.77616060099996, - 37.183772748000024 - ], - [ - -121.77501259799999, - 37.182917918000044 - ], - [ - -121.77435714799998, - 37.18288470700003 - ], - [ - -121.77330083199996, - 37.18244675600005 - ], - [ - -121.773497051, - 37.182142363000025 - ], - [ - -121.77391972299995, - 37.18195906300008 - ], - [ - -121.77394976699998, - 37.18194600800007 - ], - [ - -121.77398038099994, - 37.181932765000056 - ], - [ - -121.77406639599997, - 37.18189545700005 - ], - [ - -121.77388785599999, - 37.181799504000026 - ], - [ - -121.77383522499997, - 37.18177119100005 - ], - [ - -121.77378265099998, - 37.18174294500005 - ], - [ - -121.77316991999999, - 37.18141355400007 - ], - [ - -121.773029523, - 37.181338105000066 - ], - [ - -121.77284238199996, - 37.18123750600006 - ], - [ - -121.772162133, - 37.18087185500008 - ], - [ - -121.77207424999995, - 37.18082462900003 - ], - [ - -121.77197978699996, - 37.18077385700008 - ], - [ - -121.77124168999995, - 37.18037712800003 - ], - [ - -121.77120349499995, - 37.18018467600007 - ], - [ - -121.771193171, - 37.18013264600006 - ], - [ - -121.77118097299996, - 37.18007123000007 - ], - [ - -121.77113089, - 37.179818960000034 - ], - [ - -121.77094648999997, - 37.179776582000045 - ], - [ - -121.77086490099998, - 37.17975782900004 - ], - [ - -121.77069215999995, - 37.179718138000055 - ], - [ - -121.77060037599995, - 37.17969702500005 - ], - [ - -121.77055491299996, - 37.17968655400006 - ], - [ - -121.76964276499996, - 37.17947683700004 - ], - [ - -121.76959779099997, - 37.17946649700008 - ], - [ - -121.769554111, - 37.17945646600003 - ], - [ - -121.76834797999999, - 37.17917917700004 - ], - [ - -121.76867401199996, - 37.17855323200007 - ], - [ - -121.768689, - 37.17852448000008 - ], - [ - -121.76870412699998, - 37.178495429000066 - ], - [ - -121.76886675399999, - 37.17818319300005 - ], - [ - -121.76842107699997, - 37.17821874500004 - ], - [ - -121.76837956799994, - 37.17822205600004 - ], - [ - -121.76833808899994, - 37.17822536700004 - ], - [ - -121.76705790699998, - 37.17832752800007 - ], - [ - -121.76692346099998, - 37.17927610400005 - ], - [ - -121.76688406499994, - 37.179554705000044 - ], - [ - -121.76599078899994, - 37.17993960500007 - ], - [ - -121.76580592899995, - 37.17969046300004 - ], - [ - -121.76564441899995, - 37.179468764000035 - ], - [ - -121.765493011, - 37.17926091900006 - ], - [ - -121.76519277699998, - 37.17884879300004 - ], - [ - -121.76507051099998, - 37.178680894000024 - ], - [ - -121.76234646199998, - 37.17635674700006 - ], - [ - -121.76151363499997, - 37.17695321400004 - ], - [ - -121.76139828199996, - 37.17720862200008 - ], - [ - -121.76092026099997, - 37.17693876000004 - ], - [ - -121.76093374399994, - 37.17681361600006 - ], - [ - -121.76097934299997, - 37.17642981800003 - ], - [ - -121.76086234699994, - 37.17627689600005 - ], - [ - -121.76018724899996, - 37.17542586600007 - ], - [ - -121.75946550199995, - 37.17514042800008 - ], - [ - -121.75956817699995, - 37.174224593000076 - ], - [ - -121.759336411, - 37.17411488400006 - ], - [ - -121.75932159099995, - 37.173995654000066 - ], - [ - -121.75927913299995, - 37.173665038000024 - ], - [ - -121.75927573899997, - 37.17363845400007 - ], - [ - -121.75924047599995, - 37.17335818600003 - ], - [ - -121.75920197799996, - 37.17311842200007 - ], - [ - -121.75916464499994, - 37.17294809200007 - ], - [ - -121.75912693599997, - 37.172790905000056 - ], - [ - -121.75911386099995, - 37.172744763000026 - ], - [ - -121.75910604399996, - 37.17271717500006 - ], - [ - -121.75910431099999, - 37.172711013000026 - ], - [ - -121.75909661699995, - 37.17268383500004 - ], - [ - -121.75908484699994, - 37.172642189000044 - ], - [ - -121.75904406199999, - 37.17251483500007 - ], - [ - -121.75903862899997, - 37.17249791100005 - ], - [ - -121.75901011499997, - 37.172413024000036 - ], - [ - -121.75898080999997, - 37.17233732300008 - ], - [ - -121.75895313199999, - 37.172268151000026 - ], - [ - -121.75892437699997, - 37.172199610000064 - ], - [ - -121.75888938099996, - 37.172122208000076 - ], - [ - -121.75885867199997, - 37.17205982100006 - ], - [ - -121.75882415099994, - 37.171992051000075 - ], - [ - -121.75878701699997, - 37.17192183800006 - ], - [ - -121.75873848599997, - 37.171837280000034 - ], - [ - -121.75867891599995, - 37.171740939000074 - ], - [ - -121.75861187699996, - 37.17163247800005 - ], - [ - -121.75855363799997, - 37.17154713200006 - ], - [ - -121.75849440299999, - 37.17146225500005 - ], - [ - -121.75843563799998, - 37.17137796700007 - ], - [ - -121.75838162699995, - 37.17130937700006 - ], - [ - -121.75826959799997, - 37.171168668000064 - ], - [ - -121.75814780499996, - 37.171023830000024 - ], - [ - -121.75802359899996, - 37.170888630000036 - ], - [ - -121.75796737199994, - 37.17082951700007 - ], - [ - -121.75788202999996, - 37.17073970200005 - ], - [ - -121.75773676999995, - 37.170592414000055 - ], - [ - -121.75767512099998, - 37.17053038300003 - ], - [ - -121.75758233899995, - 37.17043710000007 - ], - [ - -121.75746642999997, - 37.170320649000075 - ], - [ - -121.75755265999999, - 37.17023851000005 - ], - [ - -121.75723602199997, - 37.16979685300004 - ], - [ - -121.75692182499995, - 37.168929449000075 - ], - [ - -121.75676414999998, - 37.167592091000074 - ], - [ - -121.75687663199994, - 37.16606116100007 - ], - [ - -121.75690161499995, - 37.16516397000004 - ], - [ - -121.75691053799994, - 37.164858851000076 - ], - [ - -121.75655683199994, - 37.164226374000066 - ], - [ - -121.75706618999999, - 37.16378920500006 - ], - [ - -121.75737668799997, - 37.16356692900007 - ], - [ - -121.75837461099997, - 37.16284726200007 - ], - [ - -121.75929566399998, - 37.16264287800004 - ], - [ - -121.76033646699995, - 37.162772 - ], - [ - -121.76375252899999, - 37.16402691500008 - ], - [ - -121.76475587299996, - 37.16390244300004 - ], - [ - -121.769747656, - 37.165417414000046 - ], - [ - -121.76994697099997, - 37.16547794300004 - ], - [ - -121.770247171, - 37.16561144800005 - ], - [ - -121.77126290199999, - 37.166950658000076 - ], - [ - -121.77276674899997, - 37.16830773300006 - ], - [ - -121.77299233699995, - 37.168418993000046 - ], - [ - -121.772997391, - 37.168413444000066 - ], - [ - -121.77305007899997, - 37.16835477700005 - ], - [ - -121.77609578699997, - 37.16497031100005 - ], - [ - -121.78110019499996, - 37.159316868000076 - ], - [ - -121.78178004899996, - 37.15858214900004 - ], - [ - -121.78206908699997, - 37.15860850800004 - ], - [ - -121.78259240199998, - 37.158668232000025 - ], - [ - -121.7847521, - 37.15894034400003 - ], - [ - -121.78666233999996, - 37.15917700500006 - ], - [ - -121.78672851399995, - 37.15918520500003 - ], - [ - -121.78671016099997, - 37.15641257300007 - ], - [ - -121.78668242499998, - 37.152222315000074 - ], - [ - -121.78668022799997, - 37.15140852500008 - ], - [ - -121.78667833499998, - 37.15069563000003 - ], - [ - -121.78659384399998, - 37.15071109500008 - ], - [ - -121.78652370999998, - 37.15071676500003 - ], - [ - -121.78642364499996, - 37.15071285300007 - ], - [ - -121.78634220699996, - 37.150686327000074 - ], - [ - -121.78626728499995, - 37.150656206000065 - ], - [ - -121.786179055, - 37.15063373800007 - ], - [ - -121.78605150599998, - 37.15061129000003 - ], - [ - -121.78594973199995, - 37.150605978000044 - ], - [ - -121.78577382599997, - 37.15061011000006 - ], - [ - -121.78567522399999, - 37.15061977800008 - ], - [ - -121.78554152499999, - 37.150650547000055 - ], - [ - -121.78537852299996, - 37.15068667200006 - ], - [ - -121.78523422099994, - 37.15073605300006 - ], - [ - -121.78512228099999, - 37.150761730000056 - ], - [ - -121.78502237699996, - 37.15079890100003 - ], - [ - -121.78491211299996, - 37.15087052200005 - ], - [ - -121.78482938199994, - 37.15091860600006 - ], - [ - -121.78479615099997, - 37.15093014100006 - ], - [ - -121.78475385699994, - 37.15093497700008 - ], - [ - -121.78469071499995, - 37.150928141000065 - ], - [ - -121.78460042899997, - 37.150922587000025 - ], - [ - -121.78453247299996, - 37.150928461000035 - ], - [ - -121.78447842299994, - 37.15094322300007 - ], - [ - -121.78447070199996, - 37.15094660400007 - ], - [ - -121.78443881699997, - 37.150922964000074 - ], - [ - -121.78419809299999, - 37.15074442200006 - ], - [ - -121.78377589699994, - 37.15043128000008 - ], - [ - -121.78248602999997, - 37.14947467200005 - ], - [ - -121.78983102299998, - 37.14573323700006 - ], - [ - -121.79051992999996, - 37.14536672600008 - ], - [ - -121.79384415299995, - 37.14364778300006 - ], - [ - -121.79425052099998, - 37.14415138700008 - ], - [ - -121.79519026599996, - 37.14332517400004 - ], - [ - -121.802867629, - 37.13657458200004 - ], - [ - -121.80219258199998, - 37.13624189700005 - ], - [ - -121.80202166799995, - 37.13615766400005 - ], - [ - -121.80044465299994, - 37.135380430000055 - ], - [ - -121.80039013199996, - 37.135353559000066 - ], - [ - -121.799220973, - 37.13477732200005 - ], - [ - -121.79864382299996, - 37.13449286000008 - ], - [ - -121.79733374699998, - 37.13384711600003 - ], - [ - -121.79712339399998, - 37.13374342900005 - ], - [ - -121.79600397499996, - 37.13319166100007 - ], - [ - -121.79555274399996, - 37.13296923300004 - ], - [ - -121.79503640999997, - 37.13271472500003 - ], - [ - -121.79353257599996, - 37.13197339100003 - ], - [ - -121.79334732199999, - 37.13188207600007 - ], - [ - -121.79329409399998, - 37.131855861000076 - ], - [ - -121.79323282299998, - 37.131825638000066 - ], - [ - -121.79216059899994, - 37.13129703100003 - ], - [ - -121.79164122999998, - 37.13104098400004 - ], - [ - -121.78587861799997, - 37.12819982800005 - ], - [ - -121.785269917, - 37.12789969000005 - ], - [ - -121.77856395699996, - 37.124592724000024 - ], - [ - -121.77566824599995, - 37.12316452600004 - ], - [ - -121.769807534, - 37.128044448000026 - ], - [ - -121.76910466799995, - 37.12862960600006 - ], - [ - -121.762186924, - 37.134388372000046 - ], - [ - -121.76653951599997, - 37.13762530200006 - ], - [ - -121.76346006299997, - 37.13979727800006 - ], - [ - -121.77428821899997, - 37.14783323200004 - ], - [ - -121.77427752899996, - 37.14784687800005 - ], - [ - -121.77423971699994, - 37.14788593900005 - ], - [ - -121.77419522799994, - 37.147919898000055 - ], - [ - -121.774144832, - 37.147948229000065 - ], - [ - -121.77408978199998, - 37.14797019900004 - ], - [ - -121.77403124899996, - 37.147985359000074 - ], - [ - -121.77397055399996, - 37.14799336800007 - ], - [ - -121.77393205099997, - 37.14799466300008 - ], - [ - -121.77382673499994, - 37.14799257300007 - ], - [ - -121.77367228099996, - 37.14798344800005 - ], - [ - -121.77351875399995, - 37.147967152000035 - ], - [ - -121.773366668, - 37.14794373700005 - ], - [ - -121.77321653899998, - 37.14791328200005 - ], - [ - -121.77317980699996, - 37.14790468500007 - ], - [ - -121.77317826599995, - 37.14790431900008 - ], - [ - -121.77309848199997, - 37.14788906700005 - ], - [ - -121.77301708599998, - 37.14788093200008 - ], - [ - -121.77293506499996, - 37.147880016000045 - ], - [ - -121.77288214899994, - 37.14788327400004 - ], - [ - -121.77290799499997, - 37.14806649700006 - ], - [ - -121.77290912799998, - 37.14807431300005 - ], - [ - -121.77270961899995, - 37.148092372000065 - ], - [ - -121.77270456499997, - 37.14809281600003 - ], - [ - -121.77268086699996, - 37.14792485900006 - ], - [ - -121.77262066999998, - 37.14794739000007 - ], - [ - -121.77255014599996, - 37.147980999000026 - ], - [ - -121.77248465799994, - 37.14802062900003 - ], - [ - -121.77242505499999, - 37.148065761000055 - ], - [ - -121.77237207199994, - 37.14811581600003 - ], - [ - -121.77234288699998, - 37.14814896300004 - ], - [ - -121.772320692, - 37.148173444000065 - ], - [ - -121.77227931799996, - 37.148208829000055 - ], - [ - -121.77223175699999, - 37.148238683000045 - ], - [ - -121.77217911599996, - 37.14826234900005 - ], - [ - -121.77212258299994, - 37.14827930700005 - ], - [ - -121.77212101199996, - 37.14827967300005 - ], - [ - -121.77204775799999, - 37.14829514100006 - ], - [ - -121.77191873899994, - 37.14831645900006 - ], - [ - -121.77178821499996, - 37.14833059700004 - ], - [ - -121.77165666199994, - 37.148337499000036 - ], - [ - -121.77152498099997, - 37.14833711000006 - ], - [ - -121.77139363999999, - 37.14832945300003 - ], - [ - -121.77126327399998, - 37.14831455900003 - ], - [ - -121.77118776599997, - 37.148302528000045 - ], - [ - -121.771153401, - 37.148296912000035 - ], - [ - -121.77104660499998, - 37.14828117300004 - ], - [ - -121.77097237099997, - 37.14827174900006 - ], - [ - -121.77079010199998, - 37.14825379000007 - ], - [ - -121.77060694399995, - 37.14824306700007 - ], - [ - -121.77042334899994, - 37.14823960700005 - ], - [ - -121.77023983199996, - 37.14824341800005 - ], - [ - -121.77023799099999, - 37.148243500000035 - ], - [ - -121.770186546, - 37.148245888000076 - ], - [ - -121.77017551799997, - 37.14824719400008 - ], - [ - -121.77015241099997, - 37.14825240300007 - ], - [ - -121.77013086199997, - 37.14826072200003 - ], - [ - -121.77011151399995, - 37.14827186900004 - ], - [ - -121.77009482799997, - 37.14828556100008 - ], - [ - -121.77008134099998, - 37.14830138700006 - ], - [ - -121.770071541, - 37.148318765000056 - ], - [ - -121.77006579699997, - 37.14833645500005 - ], - [ - -121.77006008599994, - 37.14835413600008 - ], - [ - -121.770050342, - 37.14837149600004 - ], - [ - -121.77003681599996, - 37.14838743300004 - ], - [ - -121.77002012899999, - 37.148401156000034 - ], - [ - -121.77000073599999, - 37.148412343000075 - ], - [ - -121.76998431799996, - 37.14841902300003 - ], - [ - -121.769965862, - 37.14842500800006 - ], - [ - -121.76989576999995, - 37.14844255200006 - ], - [ - -121.76982435199994, - 37.14845260000004 - ], - [ - -121.76975181199998, - 37.14845526000005 - ], - [ - -121.76967950799997, - 37.14845046700003 - ], - [ - -121.76964285699995, - 37.148445140000035 - ], - [ - -121.76960755899995, - 37.14843829000006 - ], - [ - -121.76950330799997, - 37.14842310000006 - ], - [ - -121.76939779299994, - 37.14841513400006 - ], - [ - -121.76929181299994, - 37.14841445800005 - ], - [ - -121.76918623799997, - 37.148421072000076 - ], - [ - -121.76908172299994, - 37.14843492800003 - ], - [ - -121.76902103599997, - 37.14844642200006 - ], - [ - -121.76899210899995, - 37.14845137700007 - ], - [ - -121.76890272599996, - 37.148461643000076 - ], - [ - -121.76881279699995, - 37.14846447700006 - ], - [ - -121.76872278599996, - 37.14845988800005 - ], - [ - -121.76863396899995, - 37.14844792200006 - ], - [ - -121.76857518199995, - 37.148435764000055 - ], - [ - -121.76855297399999, - 37.14843023000003 - ], - [ - -121.76855121999995, - 37.14842980100008 - ], - [ - -121.76844278899995, - 37.14840748600005 - ], - [ - -121.76833242999999, - 37.14839231600007 - ], - [ - -121.76822092999998, - 37.14838440300008 - ], - [ - -121.76821756799995, - 37.14838427400008 - ], - [ - -121.76821849299995, - 37.148508212000024 - ], - [ - -121.76807403199996, - 37.14850977900005 - ], - [ - -121.76812199199998, - 37.14836489400005 - ], - [ - -121.76804316, - 37.148365081000065 - ], - [ - -121.76794032499998, - 37.14835879300006 - ], - [ - -121.76783860799998, - 37.148345154000026 - ], - [ - -121.76776701799997, - 37.14833095400007 - ], - [ - -121.76633061499996, - 37.148006499000076 - ], - [ - -121.76626226299999, - 37.14798719300006 - ], - [ - -121.76619749899999, - 37.14796103400005 - ], - [ - -121.766137427, - 37.14792844900006 - ], - [ - -121.76608308799996, - 37.14789000500008 - ], - [ - -121.766035322, - 37.14784630200006 - ], - [ - -121.76600891199996, - 37.14781397300004 - ], - [ - -121.76596983599995, - 37.14777833800008 - ], - [ - -121.76592428199996, - 37.147748042000046 - ], - [ - -121.76587338699994, - 37.14772382700005 - ], - [ - -121.76581837199996, - 37.14770628000008 - ], - [ - -121.76576058899997, - 37.147695835000036 - ], - [ - -121.76570149199995, - 37.14769275800006 - ], - [ - -121.76564258299999, - 37.147697110000024 - ], - [ - -121.76558515799996, - 37.14770880000003 - ], - [ - -121.76553078599994, - 37.147727520000046 - ], - [ - -121.76548742299997, - 37.14774890000007 - ], - [ - -121.76537520499994, - 37.147808928000075 - ], - [ - -121.76525259599998, - 37.14786597600005 - ], - [ - -121.76512593399997, - 37.14791650400008 - ], - [ - -121.76499542899995, - 37.147960459000046 - ], - [ - -121.76486150499994, - 37.14799768100005 - ], - [ - -121.76472502399997, - 37.148027917000036 - ], - [ - -121.76458645899999, - 37.14805108400003 - ], - [ - -121.76444613799998, - 37.14806712200004 - ], - [ - -121.76437551099997, - 37.14807243400003 - ], - [ - -121.76432437999995, - 37.14807639900005 - ], - [ - -121.76421460699999, - 37.14809023300006 - ], - [ - -121.76410650199995, - 37.14811120500008 - ], - [ - -121.76400098899995, - 37.14813913900008 - ], - [ - -121.76389864699996, - 37.148173873000076 - ], - [ - -121.763800286, - 37.14821513100003 - ], - [ - -121.76379665599995, - 37.14821680800003 - ], - [ - -121.76334742899996, - 37.14847221100007 - ], - [ - -121.763214942, - 37.14887528300005 - ], - [ - -121.76293000499999, - 37.14920471900007 - ], - [ - -121.762132313, - 37.149385462000055 - ], - [ - -121.76140315199996, - 37.14992743400006 - ], - [ - -121.76104720899997, - 37.15034401500003 - ], - [ - -121.76111874299994, - 37.15098195000007 - ], - [ - -121.76071583299995, - 37.15170223000007 - ], - [ - -121.76060965599999, - 37.15180578300004 - ], - [ - -121.76061273, - 37.151942560000066 - ], - [ - -121.76061533099994, - 37.152058030000035 - ], - [ - -121.76062815599994, - 37.15263152400007 - ], - [ - -121.75588348599996, - 37.15289590800006 - ], - [ - -121.75517710899999, - 37.15293525200008 - ], - [ - -121.75601734599996, - 37.15396694000003 - ], - [ - -121.75637619499997, - 37.154701267000064 - ], - [ - -121.75693776599996, - 37.15576741600006 - ], - [ - -121.75518471799995, - 37.15794059900003 - ], - [ - -121.75471412199994, - 37.158508066000024 - ], - [ - -121.754181916, - 37.15910448200003 - ], - [ - -121.75379946599998, - 37.15948868500004 - ], - [ - -121.75131179799996, - 37.16067019600007 - ], - [ - -121.75114672799998, - 37.161094981000076 - ], - [ - -121.75070342599997, - 37.16110086800006 - ], - [ - -121.75062034299998, - 37.16114865700007 - ], - [ - -121.75054401499995, - 37.16106324900005 - ], - [ - -121.75034599199995, - 37.16084210400004 - ], - [ - -121.75022152399998, - 37.16070307700005 - ], - [ - -121.74993640199995, - 37.160384942000064 - ], - [ - -121.74986188899999, - 37.16029498300003 - ], - [ - -121.74975149099998, - 37.16016090900007 - ], - [ - -121.74966590099996, - 37.16004138000005 - ], - [ - -121.74957841899999, - 37.15989916600006 - ], - [ - -121.74956673899999, - 37.15988129800007 - ], - [ - -121.74955676299999, - 37.15986279600003 - ], - [ - -121.74954849499994, - 37.15984375000005 - ], - [ - -121.749536031, - 37.159814950000055 - ], - [ - -121.74943352599996, - 37.15982989400004 - ], - [ - -121.74912079899997, - 37.159869308000054 - ], - [ - -121.74859529499997, - 37.15971471800003 - ], - [ - -121.74727546699995, - 37.15932647900007 - ], - [ - -121.74652257999998, - 37.15840009600004 - ], - [ - -121.74620045899997, - 37.15798801900007 - ], - [ - -121.74597023399997, - 37.15745781500004 - ], - [ - -121.74559022299997, - 37.15658231700007 - ], - [ - -121.74527055899995, - 37.15584600700004 - ], - [ - -121.747542281, - 37.15435528900008 - ], - [ - -121.74924111899998, - 37.15411699900005 - ], - [ - -121.74922580799995, - 37.15398941800004 - ], - [ - -121.74917664399999, - 37.15358262700005 - ], - [ - -121.749144377, - 37.15333508000003 - ], - [ - -121.749097141, - 37.15309362100004 - ], - [ - -121.74823086299995, - 37.153108 - ], - [ - -121.74664090199997, - 37.15313439600004 - ], - [ - -121.74576372899998, - 37.153148964000025 - ], - [ - -121.74430312799996, - 37.15317319400003 - ], - [ - -121.74244623499999, - 37.15320395200007 - ], - [ - -121.73941880899997, - 37.15326012000003 - ], - [ - -121.739811493, - 37.15459054200005 - ], - [ - -121.73994323099998, - 37.155106696000075 - ], - [ - -121.74017723399999, - 37.15597691600004 - ], - [ - -121.74045711699995, - 37.15689565500003 - ], - [ - -121.73838079899997, - 37.15750990400005 - ], - [ - -121.73617469099997, - 37.15813242400003 - ], - [ - -121.73653445199994, - 37.158868563000055 - ], - [ - -121.73674948999997, - 37.15929855300004 - ], - [ - -121.73759091399995, - 37.16102239700007 - ], - [ - -121.73808336399998, - 37.16203433700008 - ], - [ - -121.739001525, - 37.16392099600006 - ], - [ - -121.74158738799997, - 37.16920909100003 - ], - [ - -121.74262873799995, - 37.170124430000044 - ], - [ - -121.73844024399995, - 37.17305479700008 - ], - [ - -121.73843650999999, - 37.17305740100005 - ], - [ - -121.73842780399997, - 37.17306349200004 - ], - [ - -121.7383042599999, - 37.17314992300004 - ], - [ - -121.738300472, - 37.17315257300004 - ], - [ - -121.733189601, - 37.17672773600003 - ], - [ - -121.73292877899996, - 37.17691014500008 - ], - [ - -121.73291520199996, - 37.176896921000036 - ], - [ - -121.73285955799997, - 37.176935865000075 - ], - [ - -121.73242260499995, - 37.17724167600005 - ], - [ - -121.734998938, - 37.179560654000056 - ], - [ - -121.73509014499996, - 37.17964275600008 - ], - [ - -121.73833521499995, - 37.18256338700007 - ], - [ - -121.738413418, - 37.18263376700003 - ], - [ - -121.74067372099995, - 37.18466790800005 - ], - [ - -121.74076845499997, - 37.184747515000026 - ], - [ - -121.74218422299998, - 37.18374845500006 - ], - [ - -121.74338889399996, - 37.18461488100007 - ], - [ - -121.74409260799996, - 37.18507177600003 - ], - [ - -121.74491443299996, - 37.185510245000046 - ], - [ - -121.74439263199997, - 37.18587786100005 - ], - [ - -121.73666748, - 37.191319699000076 - ], - [ - -121.73560809599996, - 37.19206582500004 - ], - [ - -121.735339104, - 37.19225530600005 - ], - [ - -121.73409627899997, - 37.19313062100008 - ], - [ - -121.73396365999997, - 37.193224034000025 - ], - [ - -121.73390554799994, - 37.193257370000026 - ], - [ - -121.73382069699994, - 37.19330604400005 - ], - [ - -121.733708461, - 37.19338454900003 - ], - [ - -121.73189045099997, - 37.194656647000045 - ], - [ - -121.730587486, - 37.19556828700007 - ], - [ - -121.729980276, - 37.19600531200007 - ], - [ - -121.72888774299997, - 37.196791620000056 - ], - [ - -121.72779979699999, - 37.19757462100006 - ], - [ - -121.72675328699995, - 37.198327762000076 - ], - [ - -121.72660015199995, - 37.198437977000026 - ], - [ - -121.72570194699995, - 37.199084310000046 - ], - [ - -121.72563941899995, - 37.19912934800004 - ], - [ - -121.72390370899996, - 37.20037839200006 - ], - [ - -121.72257627399995, - 37.19908181400007 - ], - [ - -121.72310965499997, - 37.19869799300005 - ], - [ - -121.72222163999999, - 37.19783061500004 - ], - [ - -121.72218425199998, - 37.197794083000076 - ], - [ - -121.72213458299996, - 37.19774555200007 - ], - [ - -121.72167773399997, - 37.197299359000056 - ], - [ - -121.72113655699997, - 37.19768043900007 - ], - [ - -121.72015457599997, - 37.19672130300006 - ], - [ - -121.72069575199998, - 37.196340226000075 - ], - [ - -121.71996601799998, - 37.19562742200003 - ], - [ - -121.71958789999996, - 37.195258086000024 - ], - [ - -121.71953196099997, - 37.19520346000007 - ], - [ - -121.71899075899995, - 37.19558455400005 - ], - [ - -121.71866922399994, - 37.195270454000024 - ], - [ - -121.71825754999998, - 37.195560399000044 - ], - [ - -121.71581809099996, - 37.19317595200005 - ], - [ - -121.71575359299999, - 37.19311425500007 - ], - [ - -121.71570794399997, - 37.19307059300007 - ], - [ - -121.71336660299994, - 37.19083049100004 - ], - [ - -121.71321978499998, - 37.19068994000003 - ], - [ - -121.71363317099997, - 37.19040022300004 - ], - [ - -121.71192232499999, - 37.18872919200004 - ], - [ - -121.71149740199996, - 37.18900764700004 - ], - [ - -121.71112180199998, - 37.188640777000046 - ], - [ - -121.71107639799999, - 37.18859645200007 - ], - [ - -121.71104564099994, - 37.188566397000045 - ], - [ - -121.71075236799999, - 37.18827993000008 - ], - [ - -121.71130926799998, - 37.18791498500008 - ], - [ - -121.71040547099994, - 37.18703175300004 - ], - [ - -121.70935510799995, - 37.186005255000055 - ], - [ - -121.70929421099999, - 37.185945753000055 - ], - [ - -121.70923334499997, - 37.185886253000035 - ], - [ - -121.70845126799998, - 37.185121915000025 - ], - [ - -121.707890153, - 37.185484029000065 - ], - [ - -121.70617193399994, - 37.18380548500005 - ], - [ - -121.70609382999999, - 37.18372982000005 - ], - [ - -121.70600797099996, - 37.18364665300004 - ], - [ - -121.70557197099998, - 37.183220762000076 - ], - [ - -121.70421447899997, - 37.18189478800008 - ], - [ - -121.70437475699998, - 37.18179130400006 - ], - [ - -121.70477546799998, - 37.18153260200006 - ], - [ - -121.70295575399996, - 37.179755055000044 - ], - [ - -121.70294488499997, - 37.179744432000064 - ], - [ - -121.70283265199998, - 37.17964043300003 - ], - [ - -121.70300297999995, - 37.17953046100007 - ], - [ - -121.70065200599998, - 37.17723331000008 - ], - [ - -121.70021711799996, - 37.17680837300003 - ], - [ - -121.69934224499997, - 37.17595346300004 - ], - [ - -121.699221164, - 37.17583753500003 - ], - [ - -121.69905664499998, - 37.17594375700003 - ], - [ - -121.69846950599998, - 37.175370060000034 - ], - [ - -121.69789123899994, - 37.17480501400007 - ], - [ - -121.69777165099998, - 37.17493414300003 - ], - [ - -121.69638730599996, - 37.17358143800004 - ], - [ - -121.69659791, - 37.17335382600004 - ], - [ - -121.69594005699997, - 37.17271098300006 - ], - [ - -121.69587900999994, - 37.17265133800004 - ], - [ - -121.69580546699996, - 37.172579486000075 - ], - [ - -121.69558800699997, - 37.17236698700003 - ], - [ - -121.69547362099996, - 37.172442157000035 - ], - [ - -121.69453456699995, - 37.17152707400004 - ], - [ - -121.69415592999997, - 37.171158123000055 - ], - [ - -121.69383049399994, - 37.17084097400004 - ], - [ - -121.69282425199998, - 37.16986036800006 - ], - [ - -121.69181440299997, - 37.16887622200005 - ], - [ - -121.69202647399999, - 37.168737114000066 - ], - [ - -121.69251226399996, - 37.168418487000054 - ], - [ - -121.69376397599996, - 37.16759749700003 - ], - [ - -121.69369018999998, - 37.16752436500008 - ], - [ - -121.69362054899995, - 37.16745640900007 - ], - [ - -121.69353312799996, - 37.16737098500005 - ], - [ - -121.69344271099999, - 37.16728264100004 - ], - [ - -121.693346427, - 37.16718849600005 - ], - [ - -121.69325017099999, - 37.16709439500005 - ], - [ - -121.69316111699999, - 37.16700883000004 - ], - [ - -121.69275922699995, - 37.166616420000025 - ], - [ - -121.69150755099997, - 37.16743739800006 - ], - [ - -121.69102147899997, - 37.16775618400004 - ], - [ - -121.69082125199998, - 37.16756087300007 - ], - [ - -121.69062561599998, - 37.16737004600003 - ], - [ - -121.69057690099999, - 37.167401992000066 - ], - [ - -121.69000041899994, - 37.166839063000054 - ], - [ - -121.68996779499997, - 37.16680721400007 - ], - [ - -121.689843124, - 37.16667593200003 - ], - [ - -121.68912094799998, - 37.16714957600004 - ], - [ - -121.68736210699996, - 37.16543350200004 - ], - [ - -121.68660800699996, - 37.164697717000024 - ], - [ - -121.68911192699994, - 37.163054472000056 - ], - [ - -121.68927151799994, - 37.16295032800008 - ], - [ - -121.68933141499997, - 37.16290945800006 - ], - [ - -121.69027163899995, - 37.16229296000006 - ], - [ - -121.69127298299998, - 37.16163630300008 - ], - [ - -121.69227382199995, - 37.16097952800004 - ], - [ - -121.69101683999997, - 37.15975275200003 - ], - [ - -121.69074400799997, - 37.15948633100004 - ], - [ - -121.69046557099995, - 37.15921442800004 - ], - [ - -121.68976046899996, - 37.15852586600005 - ], - [ - -121.68969658199995, - 37.15846311400003 - ], - [ - -121.68963040799997, - 37.15839811700005 - ], - [ - -121.68862934999999, - 37.159054780000076 - ], - [ - -121.68807601399999, - 37.159417749000056 - ], - [ - -121.68756079899998, - 37.15975567800007 - ], - [ - -121.687521399, - 37.15978153100008 - ], - [ - -121.68731647699997, - 37.159915934000026 - ], - [ - -121.68699576199998, - 37.160126269000045 - ], - [ - -121.68685839999995, - 37.160216336000076 - ], - [ - -121.68681588599998, - 37.16024421100008 - ], - [ - -121.68677334599994, - 37.16027211000005 - ], - [ - -121.68673083099998, - 37.16029998600004 - ], - [ - -121.686678412, - 37.16033437100003 - ], - [ - -121.68641484099999, - 37.16050734100003 - ], - [ - -121.68521629799994, - 37.16129347000003 - ], - [ - -121.685179899, - 37.16131734700008 - ], - [ - -121.68491742299994, - 37.16148947800008 - ], - [ - -121.68459162699997, - 37.161703154000065 - ], - [ - -121.68445559199995, - 37.16179240400004 - ], - [ - -121.68438103399995, - 37.161841295000045 - ], - [ - -121.684252776, - 37.161925041000075 - ], - [ - -121.683964205, - 37.162114648000056 - ], - [ - -121.68403123599995, - 37.162175793000074 - ], - [ - -121.68409454799996, - 37.16224223900008 - ], - [ - -121.68509967199998, - 37.16322368400006 - ], - [ - -121.68494094899995, - 37.16333083500007 - ], - [ - -121.68476818399995, - 37.16344746400006 - ], - [ - -121.68461589499998, - 37.16355027000003 - ], - [ - -121.67839379499998, - 37.16762135100004 - ], - [ - -121.677591571, - 37.168146179000075 - ], - [ - -121.67689915399995, - 37.16859916800007 - ], - [ - -121.67588122899997, - 37.167594343000076 - ], - [ - -121.67579479899996, - 37.16750901200004 - ], - [ - -121.67577318499997, - 37.167487668000035 - ], - [ - -121.67553618299996, - 37.167253721000066 - ], - [ - -121.67505620099996, - 37.166779887000075 - ], - [ - -121.67454063499997, - 37.16627093100004 - ], - [ - -121.67397019999999, - 37.165707773000065 - ], - [ - -121.67376766399997, - 37.165507809000076 - ], - [ - -121.67356509799998, - 37.165307823000035 - ], - [ - -121.67295743899996, - 37.164707931000066 - ], - [ - -121.67225026699998, - 37.164009762000035 - ], - [ - -121.673443234, - 37.163163144000066 - ], - [ - -121.67440036699998, - 37.16248389000003 - ], - [ - -121.67535977199998, - 37.16180298100005 - ], - [ - -121.67632128099996, - 37.16112053000006 - ], - [ - -121.67728469599996, - 37.16043674800005 - ], - [ - -121.67767519799997, - 37.160159588000056 - ], - [ - -121.678064286, - 37.15988342500003 - ], - [ - -121.67845336799996, - 37.159607261000076 - ], - [ - -121.67967815399999, - 37.15873789400007 - ], - [ - -121.67969874299996, - 37.15872328900008 - ], - [ - -121.67969058199998, - 37.15871536000003 - ], - [ - -121.67967980599997, - 37.15870482500003 - ], - [ - -121.67980543999994, - 37.158616161000054 - ], - [ - -121.67998618999997, - 37.158488599000066 - ], - [ - -121.68014071399995, - 37.15837954300008 - ], - [ - -121.67970815199999, - 37.157957003000035 - ], - [ - -121.67943889399999, - 37.15770217100004 - ], - [ - -121.67842658899997, - 37.156710978000035 - ], - [ - -121.67764160799999, - 37.15594239600006 - ], - [ - -121.67751413399998, - 37.155817583000044 - ], - [ - -121.67740648399996, - 37.15588964800003 - ], - [ - -121.67703831199998, - 37.15613609300004 - ], - [ - -121.67608320699998, - 37.15679937300007 - ], - [ - -121.674465941, - 37.15792236500005 - ], - [ - -121.67263132799997, - 37.15919627100004 - ], - [ - -121.67224756399997, - 37.15946272700006 - ], - [ - -121.67221701099999, - 37.15948393000008 - ], - [ - -121.672208609, - 37.159489783000026 - ], - [ - -121.67091949399997, - 37.16038480100008 - ], - [ - -121.67091694799996, - 37.16038656600006 - ], - [ - -121.67005523799997, - 37.16098486200008 - ], - [ - -121.66914015599997, - 37.16162017000005 - ], - [ - -121.66913724299997, - 37.16162219100005 - ], - [ - -121.66779916499996, - 37.16255115000007 - ], - [ - -121.66718825599997, - 37.162975251000034 - ], - [ - -121.66662575, - 37.16336574500008 - ], - [ - -121.666554422, - 37.16341523400007 - ], - [ - -121.66648314899999, - 37.163464720000036 - ], - [ - -121.66609727599996, - 37.16373257300006 - ], - [ - -121.66603958099995, - 37.163689774000034 - ], - [ - -121.66603816699995, - 37.16369074900007 - ], - [ - -121.66556701499997, - 37.16401614600005 - ], - [ - -121.66665689799999, - 37.164829216000044 - ], - [ - -121.66866947399996, - 37.16633051200006 - ], - [ - -121.668820789, - 37.16644340000005 - ], - [ - -121.66825367499996, - 37.16684580400005 - ], - [ - -121.66798943599997, - 37.16703329600006 - ], - [ - -121.66819759799995, - 37.167270020000046 - ], - [ - -121.66764358899997, - 37.16764094400003 - ], - [ - -121.66730019599999, - 37.16787085200008 - ], - [ - -121.667136186, - 37.16798065800003 - ], - [ - -121.66638239699995, - 37.16851513300003 - ], - [ - -121.66778912799998, - 37.16876015300005 - ], - [ - -121.66808150199995, - 37.169046595000054 - ], - [ - -121.66824396199996, - 37.168940416000055 - ], - [ - -121.66959950199998, - 37.16896504500005 - ], - [ - -121.67022679599995, - 37.16906740100006 - ], - [ - -121.67334956299999, - 37.17092118900007 - ], - [ - -121.673193675, - 37.17102316800003 - ], - [ - -121.67317864199998, - 37.17103300100007 - ], - [ - -121.67228393099998, - 37.17161825300008 - ], - [ - -121.67157013599996, - 37.17215334400004 - ], - [ - -121.67072681299999, - 37.17268270000005 - ], - [ - -121.67120295499996, - 37.173166295000044 - ], - [ - -121.67072547699996, - 37.17348456600007 - ], - [ - -121.674660572, - 37.177463741000054 - ], - [ - -121.67615156899996, - 37.17897128300007 - ], - [ - -121.68177993199998, - 37.175410992000025 - ], - [ - -121.68390873099997, - 37.17401823900008 - ], - [ - -121.68396481499997, - 37.17398155200004 - ], - [ - -121.684483216, - 37.17364239600005 - ], - [ - -121.685213004, - 37.17316492700007 - ], - [ - -121.69019939999998, - 37.16990217500006 - ], - [ - -121.69075734499995, - 37.16953706700008 - ], - [ - -121.69141919299994, - 37.170182186000034 - ], - [ - -121.69206590899995, - 37.17081571400007 - ], - [ - -121.69380298799996, - 37.172517293000055 - ], - [ - -121.69494514699994, - 37.17363603600006 - ], - [ - -121.69509416699998, - 37.173541786000044 - ], - [ - -121.69528026199998, - 37.17342408900004 - ], - [ - -121.69537136499997, - 37.173325626000064 - ], - [ - -121.69540665399995, - 37.17328747500005 - ], - [ - -121.69551195699995, - 37.173173647000056 - ], - [ - -121.69566988099996, - 37.17332797600005 - ], - [ - -121.69553711999998, - 37.17341498500008 - ], - [ - -121.69537428899997, - 37.173515989000066 - ], - [ - -121.69518914499997, - 37.17363475700006 - ], - [ - -121.6950409199999, - 37.17372984100007 - ], - [ - -121.69590863299999, - 37.17457974900003 - ], - [ - -121.69592231899998, - 37.17459316000003 - ], - [ - -121.69704914, - 37.17569681800006 - ], - [ - -121.69768990999995, - 37.176324401000045 - ], - [ - -121.69846117199995, - 37.17707980900008 - ], - [ - -121.69864233599998, - 37.17725722000006 - ], - [ - -121.69867851599997, - 37.17729264900004 - ], - [ - -121.69999455399994, - 37.17858154900006 - ], - [ - -121.700674344, - 37.179247263000036 - ], - [ - -121.701353999, - 37.17991288400003 - ], - [ - -121.70249606799996, - 37.181031279000024 - ], - [ - -121.70260464899997, - 37.18113760500006 - ], - [ - -121.70264809899999, - 37.18118014400005 - ], - [ - -121.70332139599998, - 37.181839456000034 - ], - [ - -121.702202619, - 37.18256700400008 - ], - [ - -121.702819853, - 37.183174594000036 - ], - [ - -121.70225359499995, - 37.18354321000004 - ], - [ - -121.70224201599996, - 37.18355076800003 - ], - [ - -121.70190649399996, - 37.18376919200006 - ], - [ - -121.70201893899997, - 37.184106934000056 - ], - [ - -121.70203881099997, - 37.18430236300003 - ], - [ - -121.70301178499994, - 37.18539875700003 - ], - [ - -121.70317545799998, - 37.18549877100003 - ], - [ - -121.70409890699995, - 37.18606282500008 - ], - [ - -121.70468371599998, - 37.185678375000066 - ], - [ - -121.70519916499995, - 37.18618029100003 - ], - [ - -121.70619472599998, - 37.185525788000064 - ], - [ - -121.70755024799996, - 37.18684564800003 - ], - [ - -121.70810656699996, - 37.18647990200003 - ], - [ - -121.70813804, - 37.18651029400007 - ], - [ - -121.70820290599994, - 37.186572959000046 - ], - [ - -121.70892902299994, - 37.187274495000054 - ], - [ - -121.70947638799998, - 37.18780334600007 - ], - [ - -121.70977361299998, - 37.18809048700007 - ], - [ - -121.70985801299997, - 37.18817203700007 - ], - [ - -121.70930908999998, - 37.18853364100005 - ], - [ - -121.70944316999999, - 37.18866393700006 - ], - [ - -121.70904328599994, - 37.18892736000004 - ], - [ - -121.70852812799995, - 37.18842676400004 - ], - [ - -121.70841200499996, - 37.18850310800008 - ], - [ - -121.70747819299999, - 37.189117004000025 - ], - [ - -121.70785549899995, - 37.18948590600007 - ], - [ - -121.70796909699999, - 37.18957388700005 - ], - [ - -121.708750652, - 37.19017935900007 - ], - [ - -121.70814749999994, - 37.19061764800006 - ], - [ - -121.70792115799998, - 37.19078215600007 - ], - [ - -121.70767052199994, - 37.190964241000074 - ], - [ - -121.707618433, - 37.19100208800006 - ], - [ - -121.70700293799996, - 37.19144931100004 - ], - [ - -121.70804514099996, - 37.19194438200003 - ], - [ - -121.70822409899995, - 37.19202937500006 - ], - [ - -121.70793590399995, - 37.19221921800005 - ], - [ - -121.70781366199998, - 37.19229974700005 - ], - [ - -121.70762644699994, - 37.192423061000056 - ], - [ - -121.70734585399998, - 37.19216197600008 - ], - [ - -121.70680144599999, - 37.19159215900004 - ], - [ - -121.70647544399998, - 37.19133575200004 - ], - [ - -121.70594099399995, - 37.19081142300007 - ], - [ - -121.70542993299995, - 37.190477678000036 - ], - [ - -121.70496841399995, - 37.19027281500007 - ], - [ - -121.70425602299997, - 37.190132263000066 - ], - [ - -121.70320382199998, - 37.18987011400003 - ], - [ - -121.70219891, - 37.189500258000066 - ], - [ - -121.70020843799995, - 37.18913783100004 - ], - [ - -121.70009254399997, - 37.18887931900008 - ], - [ - -121.69836399199994, - 37.18817564100004 - ], - [ - -121.69654665699994, - 37.18725812400004 - ], - [ - -121.69553905299995, - 37.18791394900006 - ], - [ - -121.69536827799999, - 37.18780781700008 - ], - [ - -121.69539225199998, - 37.18778816200006 - ], - [ - -121.69515882599995, - 37.18764625400007 - ], - [ - -121.69499089199996, - 37.187635587000045 - ], - [ - -121.69487050299995, - 37.18756190100004 - ], - [ - -121.69440333499995, - 37.18738376400006 - ], - [ - -121.69109404899996, - 37.18664813600003 - ], - [ - -121.69103105799996, - 37.18662511000008 - ], - [ - -121.69091991899995, - 37.18669735900005 - ], - [ - -121.68979316099995, - 37.18742985800003 - ], - [ - -121.68971373399995, - 37.18748150300007 - ], - [ - -121.68896197999999, - 37.18803154900007 - ], - [ - -121.68859413699994, - 37.18830069000006 - ], - [ - -121.688451983, - 37.188183958000025 - ], - [ - -121.68809106599997, - 37.18788757000004 - ], - [ - -121.68745755499998, - 37.18739209000006 - ], - [ - -121.687392349, - 37.18734287600006 - ], - [ - -121.68731756199998, - 37.18728860900006 - ], - [ - -121.68627996899994, - 37.18651918900008 - ], - [ - -121.685370246, - 37.18569353000004 - ], - [ - -121.68493711699995, - 37.185396995000076 - ], - [ - -121.68467968299996, - 37.18489865000004 - ], - [ - -121.68461738299999, - 37.18484489600007 - ], - [ - -121.68274196399994, - 37.183226225000055 - ], - [ - -121.68212650199996, - 37.18269503200003 - ], - [ - -121.68078533399995, - 37.181252348000044 - ], - [ - -121.68073924799995, - 37.18069003900007 - ], - [ - -121.67987116399996, - 37.17990415600008 - ], - [ - -121.67984994699998, - 37.179886586000066 - ], - [ - -121.67982683799994, - 37.179870590000064 - ], - [ - -121.679802097, - 37.179856305000044 - ], - [ - -121.67977581399998, - 37.17984384300007 - ], - [ - -121.679748271, - 37.17983331900007 - ], - [ - -121.67971967299997, - 37.17982474900003 - ], - [ - -121.67969021999994, - 37.179818270000055 - ], - [ - -121.67966023099996, - 37.17981390400007 - ], - [ - -121.67962978899999, - 37.17981169300003 - ], - [ - -121.67959923599994, - 37.17981165800006 - ], - [ - -121.67956883299996, - 37.179813773000035 - ], - [ - -121.67953874999995, - 37.17981810500004 - ], - [ - -121.67950930099994, - 37.179824490000044 - ], - [ - -121.67948065599995, - 37.17983297300003 - ], - [ - -121.678282761, - 37.18023716300007 - ], - [ - -121.67750562299994, - 37.17967001300008 - ], - [ - -121.67728779099997, - 37.17972114400004 - ], - [ - -121.67628853099995, - 37.179967231000035 - ], - [ - -121.67431430899995, - 37.17804451500007 - ], - [ - -121.669560876, - 37.173414551000064 - ], - [ - -121.67014820999998, - 37.17304590500004 - ], - [ - -121.66910809099994, - 37.172427680000055 - ], - [ - -121.66726214599998, - 37.17170748900003 - ], - [ - -121.66601600499996, - 37.17121709200006 - ], - [ - -121.66416780099996, - 37.17052443400007 - ], - [ - -121.66357738399995, - 37.17158629900007 - ], - [ - -121.66311081299995, - 37.17276290800004 - ], - [ - -121.661305627, - 37.17269613600007 - ], - [ - -121.66124911799994, - 37.172695049000026 - ], - [ - -121.66080554899997, - 37.17268645200005 - ], - [ - -121.65952768499994, - 37.17264671400005 - ], - [ - -121.65883742699998, - 37.17264458300008 - ], - [ - -121.65846506599996, - 37.17263309600003 - ], - [ - -121.65804592999996, - 37.17260824700003 - ], - [ - -121.65784741099998, - 37.17259080400004 - ], - [ - -121.65676863799996, - 37.17230714900006 - ], - [ - -121.65624569999994, - 37.17217272000005 - ], - [ - -121.656217616, - 37.17216551200005 - ], - [ - -121.65621235599997, - 37.17217323300008 - ], - [ - -121.65616805599996, - 37.17223835600004 - ], - [ - -121.65597610299994, - 37.172175569000046 - ], - [ - -121.65305087099995, - 37.171218776000046 - ], - [ - -121.65303281799999, - 37.17121286500003 - ], - [ - -121.65149133499995, - 37.17070861000008 - ], - [ - -121.64850297499999, - 37.169730971000035 - ], - [ - -121.64259394199996, - 37.16784919300005 - ], - [ - -121.64228275999994, - 37.16847742500005 - ], - [ - -121.64223556199994, - 37.16857273900007 - ], - [ - -121.64221502899994, - 37.16861416200004 - ], - [ - -121.641021809, - 37.16823564500004 - ], - [ - -121.64133985399997, - 37.16756164000003 - ], - [ - -121.64138559699995, - 37.16746471600004 - ], - [ - -121.63821465599995, - 37.166458728000066 - ], - [ - -121.63820023299996, - 37.16645433800005 - ], - [ - -121.63731768499997, - 37.16618575200005 - ], - [ - -121.63632017299994, - 37.165882131000046 - ], - [ - -121.633155392, - 37.16491884100003 - ], - [ - -121.632886198, - 37.16483692000003 - ], - [ - -121.63285990299994, - 37.16484369900007 - ], - [ - -121.63146272999995, - 37.16520339900006 - ], - [ - -121.63111888999998, - 37.165291919000026 - ], - [ - -121.63102205499996, - 37.165316844000074 - ], - [ - -121.63096842899995, - 37.165330434000055 - ], - [ - -121.63089031099997, - 37.16535023200004 - ], - [ - -121.62971667299996, - 37.16585689400006 - ], - [ - -121.62967453299996, - 37.165875087000074 - ], - [ - -121.62963904399999, - 37.165890398000045 - ], - [ - -121.62938685599994, - 37.16599929100005 - ], - [ - -121.62934042399996, - 37.166028967000045 - ], - [ - -121.62807827799998, - 37.16683565200003 - ], - [ - -121.62776587499997, - 37.167113105000055 - ], - [ - -121.62580392899997, - 37.16885559600007 - ], - [ - -121.62356379699997, - 37.17008757900004 - ], - [ - -121.62331391199996, - 37.17042010900008 - ], - [ - -121.62286340599996, - 37.171019640000054 - ], - [ - -121.61921572699998, - 37.172559558000046 - ], - [ - -121.61823314199995, - 37.17300105700008 - ], - [ - -121.618023285, - 37.17309535100003 - ], - [ - -121.61706629699995, - 37.17350111700006 - ], - [ - -121.616591025, - 37.173702615000025 - ], - [ - -121.61655270799997, - 37.17371884200003 - ], - [ - -121.61647974299996, - 37.17374977500003 - ], - [ - -121.615816898, - 37.17403081500004 - ], - [ - -121.60937223299999, - 37.17675159500004 - ], - [ - -121.61052182599997, - 37.17842975100007 - ], - [ - -121.60865058199994, - 37.17922742300004 - ], - [ - -121.60749395299996, - 37.17753560500006 - ], - [ - -121.60632736499997, - 37.17802381200005 - ], - [ - -121.60632079799996, - 37.17802657500005 - ], - [ - -121.60627599299994, - 37.17804533300006 - ], - [ - -121.60627440599995, - 37.17804257900008 - ], - [ - -121.603667681, - 37.179132982000056 - ], - [ - -121.60227629899998, - 37.179715239000075 - ], - [ - -121.599963716, - 37.18138503600005 - ], - [ - -121.59948815799999, - 37.181677679000074 - ], - [ - -121.59008246299999, - 37.18810889700006 - ], - [ - -121.58651961699996, - 37.18819080000003 - ], - [ - -121.58585685499997, - 37.18820601900006 - ], - [ - -121.58594979499998, - 37.195189766000055 - ], - [ - -121.60168053199999, - 37.195166640000025 - ], - [ - -121.60177543299994, - 37.19516647900008 - ], - [ - -121.60420787899994, - 37.19516269200005 - ], - [ - -121.60421486099995, - 37.195162681000056 - ], - [ - -121.60430802299999, - 37.20203500400004 - ], - [ - -121.60431239199994, - 37.20235833800007 - ], - [ - -121.604358575, - 37.20235826800007 - ], - [ - -121.62251055399997, - 37.202328496000064 - ], - [ - -121.63130170299996, - 37.20231307600005 - ], - [ - -121.63150235199998, - 37.21673066100004 - ], - [ - -121.63554091699996, - 37.216723355000056 - ], - [ - -121.63950047399999, - 37.21576914100007 - ], - [ - -121.63983486499995, - 37.21623705400003 - ], - [ - -121.63999354999999, - 37.21662901600007 - ], - [ - -121.64001575499998, - 37.21671507000008 - ], - [ - -121.640393556, - 37.216714386000035 - ], - [ - -121.65562661599995, - 37.21668489500007 - ], - [ - -121.65599382699997, - 37.21668417700005 - ], - [ - -121.65605998399997, - 37.21668404700006 - ], - [ - -121.65606002299995, - 37.21668404700006 - ], - [ - -121.65618840399998, - 37.216500421000035 - ], - [ - -121.65684505999997, - 37.215561293000064 - ], - [ - -121.65685000299999, - 37.21555425400004 - ], - [ - -121.65685211699997, - 37.21555124300005 - ], - [ - -121.65685010099997, - 37.21554599500007 - ], - [ - -121.65685008099996, - 37.21554594400004 - ], - [ - -121.65684776399996, - 37.215539910000075 - ], - [ - -121.6566915399999, - 37.215133610000066 - ], - [ - -121.65660680299999, - 37.21491318600005 - ], - [ - -121.65659667699998, - 37.21488685600008 - ], - [ - -121.65654498899994, - 37.21475240700005 - ], - [ - -121.65657252899996, - 37.21471878700004 - ], - [ - -121.656609259, - 37.21467394800004 - ], - [ - -121.65680994799999, - 37.21442895600006 - ], - [ - -121.656932257, - 37.21427964900005 - ], - [ - -121.657666958, - 37.21338278200005 - ], - [ - -121.65856980299998, - 37.21283498400004 - ], - [ - -121.65913547499997, - 37.21256501200003 - ], - [ - -121.65926885799996, - 37.21252558000003 - ], - [ - -121.65969543399996, - 37.21239946900005 - ], - [ - -121.66013073899995, - 37.21234477300004 - ], - [ - -121.66037219999998, - 37.21231443200003 - ], - [ - -121.66071965599997, - 37.21216108100003 - ], - [ - -121.66130418499995, - 37.211903093000046 - ], - [ - -121.66175641099994, - 37.21151965200005 - ], - [ - -121.662102356, - 37.211279811000054 - ], - [ - -121.66218030199997, - 37.21064050600006 - ], - [ - -121.66220531899995, - 37.21043548700004 - ], - [ - -121.66221221399996, - 37.21037897900004 - ], - [ - -121.66300187999997, - 37.21056624400006 - ], - [ - -121.66300196699996, - 37.210566261000054 - ], - [ - -121.66347431799994, - 37.21044173700005 - ], - [ - -121.66387671499996, - 37.210335659000066 - ], - [ - -121.66442297699996, - 37.20882237500007 - ], - [ - -121.66480614899996, - 37.20871781500006 - ], - [ - -121.66480619299995, - 37.20871780300007 - ], - [ - -121.66475349099994, - 37.20846653700005 - ], - [ - -121.66472730999999, - 37.20834171900003 - ], - [ - -121.66488797999995, - 37.20819035900007 - ], - [ - -121.66511626199997, - 37.20797530500005 - ], - [ - -121.66505525599996, - 37.20763179800008 - ], - [ - -121.66502319399996, - 37.20732224400007 - ], - [ - -121.66490498199994, - 37.20703326800003 - ], - [ - -121.66499397099994, - 37.206632383000056 - ], - [ - -121.66490883499995, - 37.20645715100005 - ], - [ - -121.664776873, - 37.20618557600005 - ], - [ - -121.66761267099997, - 37.20618765000006 - ], - [ - -121.667827338, - 37.206187804000024 - ], - [ - -121.66786576799996, - 37.20616820300006 - ], - [ - -121.67021508, - 37.20496984400006 - ], - [ - -121.67260799399997, - 37.20374917400005 - ], - [ - -121.67336334699996, - 37.20336383600005 - ], - [ - -121.67911637499998, - 37.20242158000008 - ], - [ - -121.67911648199998, - 37.202307493000035 - ], - [ - -121.67911679999997, - 37.20196837000003 - ], - [ - -121.67911801499997, - 37.20067102400003 - ], - [ - -121.68289369699994, - 37.20067321500005 - ], - [ - -121.69239283299999, - 37.20067827100007 - ], - [ - -121.69565778199996, - 37.20153996100004 - ], - [ - -121.69694154999996, - 37.20187872400004 - ], - [ - -121.69994920699997, - 37.20267232100008 - ], - [ - -121.70296377299996, - 37.203467663000026 - ], - [ - -121.705583392, - 37.20597918200008 - ], - [ - -121.70706541099997, - 37.207399903000066 - ], - [ - -121.70715723099994, - 37.20748794900004 - ], - [ - -121.71049796799997, - 37.20750699300004 - ], - [ - -121.71367173599998, - 37.207524987000056 - ], - [ - -121.71487455599998, - 37.20753178500007 - ], - [ - -121.71225618699998, - 37.20504426100007 - ], - [ - -121.71154377099998, - 37.20436743500005 - ], - [ - -121.70825311199997, - 37.20189691000007 - ], - [ - -121.70698249599997, - 37.200942903000055 - ], - [ - -121.70802714799999, - 37.20008153400005 - ], - [ - -121.70881860399999, - 37.19943985200007 - ], - [ - -121.70889709199997, - 37.199376219000044 - ], - [ - -121.70899473399999, - 37.199297057000024 - ], - [ - -121.70855781499995, - 37.19895219000006 - ], - [ - -121.70588996999999, - 37.19684639900004 - ], - [ - -121.70221230399994, - 37.19493475400003 - ], - [ - -121.70232087499994, - 37.19485567800007 - ], - [ - -121.70242161199997, - 37.19478231200003 - ], - [ - -121.70626644099997, - 37.19198187300003 - ], - [ - -121.706785675, - 37.19252540200006 - ], - [ - -121.70739179499998, - 37.19308929500005 - ], - [ - -121.70741212699994, - 37.193124082000054 - ], - [ - -121.70743245699998, - 37.19315882500007 - ], - [ - -121.70800679099995, - 37.192780578000054 - ], - [ - -121.70831460599999, - 37.19257780500004 - ], - [ - -121.70876045899996, - 37.192284130000075 - ], - [ - -121.708849139, - 37.19236834000003 - ], - [ - -121.70909212199996, - 37.192208281000035 - ], - [ - -121.70942207099995, - 37.19199094700008 - ], - [ - -121.71174057499996, - 37.19046363100006 - ], - [ - -121.71172447199996, - 37.190448005000064 - ], - [ - -121.71128230199997, - 37.19001837600007 - ], - [ - -121.71157402499995, - 37.18982654100006 - ], - [ - -121.71201714499995, - 37.19025476300004 - ], - [ - -121.71213625299998, - 37.190369874000055 - ], - [ - -121.71243969299996, - 37.190663122000046 - ], - [ - -121.71188314999995, - 37.19102976200003 - ], - [ - -121.71327539299995, - 37.19237520300004 - ], - [ - -121.71202979399999, - 37.19319574100007 - ], - [ - -121.71066625699996, - 37.19409393500007 - ], - [ - -121.71169053199998, - 37.19506660700006 - ], - [ - -121.71365794599996, - 37.19610589300004 - ], - [ - -121.71448314899999, - 37.195562292000034 - ], - [ - -121.71572615399998, - 37.19474342600006 - ], - [ - -121.71759942799997, - 37.196553505000054 - ], - [ - -121.71815476499995, - 37.19618568300007 - ], - [ - -121.71856839699996, - 37.19658532500006 - ], - [ - -121.718587233, - 37.19660353200004 - ], - [ - -121.71885815199994, - 37.19640756900003 - ], - [ - -121.71901277299997, - 37.196298676000026 - ], - [ - -121.71942501599995, - 37.19600842400007 - ], - [ - -121.71969707199997, - 37.19627419400007 - ], - [ - -121.71928485799998, - 37.196564446000025 - ], - [ - -121.71913012299996, - 37.19667341000007 - ], - [ - -121.71885393499997, - 37.19686123200006 - ], - [ - -121.7188674399999, - 37.196874276000074 - ], - [ - -121.71923569799998, - 37.19723007500005 - ], - [ - -121.72042424699998, - 37.19835683500003 - ], - [ - -121.72071333899999, - 37.19864185700004 - ], - [ - -121.72079819799995, - 37.19872552500004 - ], - [ - -121.72086653799994, - 37.19879290800003 - ], - [ - -121.72111380899997, - 37.19861179000003 - ], - [ - -121.721163822, - 37.19857654500004 - ], - [ - -121.72126843099994, - 37.19850275700003 - ], - [ - -121.72168078199996, - 37.19821199200004 - ], - [ - -121.72211585899998, - 37.19863696500005 - ], - [ - -121.72170705399998, - 37.19893115100007 - ], - [ - -121.721605437, - 37.19900424400004 - ], - [ - -121.72155371099996, - 37.19904147600005 - ], - [ - -121.72147606399994, - 37.199097008000024 - ], - [ - -121.72142487299999, - 37.19913361700003 - ], - [ - -121.72130153499995, - 37.19922182100004 - ], - [ - -121.72169593899997, - 37.19961066600007 - ], - [ - -121.72198771799998, - 37.19989835900003 - ], - [ - -121.72230773599995, - 37.200213864000034 - ], - [ - -121.72239472099994, - 37.20029963600007 - ], - [ - -121.72297317099998, - 37.20086991900007 - ], - [ - -121.72245431199997, - 37.20122754000005 - ], - [ - -121.72256119899998, - 37.201335193000034 - ], - [ - -121.71973864499995, - 37.20328099300008 - ], - [ - -121.719600072, - 37.203376466000066 - ], - [ - -121.71973774099996, - 37.203745311000034 - ], - [ - -121.72048611699995, - 37.20506501600005 - ], - [ - -121.72124418099997, - 37.20454603200005 - ], - [ - -121.72183084699998, - 37.20480295200008 - ], - [ - -121.72233677699995, - 37.20517648300006 - ], - [ - -121.72246806099997, - 37.20533909000005 - ], - [ - -121.722789993, - 37.20612224800004 - ], - [ - -121.72303219099996, - 37.206331764000026 - ], - [ - -121.72326287599998, - 37.20639538700004 - ], - [ - -121.72417780499995, - 37.20664771700007 - ], - [ - -121.72467533599996, - 37.206823015000055 - ], - [ - -121.72465621599997, - 37.20683500200005 - ], - [ - -121.723245535, - 37.207721019000076 - ], - [ - -121.72365410699996, - 37.20774428200008 - ], - [ - -121.72397219399994, - 37.207762425000055 - ], - [ - -121.724485513, - 37.20798564900008 - ], - [ - -121.72594659999999, - 37.20862097600008 - ], - [ - -121.72603059399995, - 37.208792362000054 - ], - [ - -121.72627499799995, - 37.20929096100008 - ], - [ - -121.72628906099999, - 37.20931963100003 - ], - [ - -121.72652412899998, - 37.209445714000026 - ], - [ - -121.72665434799995, - 37.20987228700005 - ], - [ - -121.72673899499995, - 37.21014961900005 - ], - [ - -121.72705998199996, - 37.20994778000005 - ], - [ - -121.72722479799995, - 37.21049798100006 - ], - [ - -121.72757162399995, - 37.21028019000005 - ], - [ - -121.72980056499995, - 37.20888044900005 - ], - [ - -121.730042546, - 37.20872848400006 - ], - [ - -121.73005057399996, - 37.20873636400006 - ], - [ - -121.73008405499996, - 37.20876933900007 - ], - [ - -121.73091681999995, - 37.209589082000036 - ], - [ - -121.73103349399997, - 37.20970395000006 - ], - [ - -121.73126107999997, - 37.20992774700005 - ], - [ - -121.73132626499995, - 37.20999172300003 - ], - [ - -121.73148892399996, - 37.210151404000044 - ], - [ - -121.73171702099995, - 37.210374874000024 - ], - [ - -121.73192489999997, - 37.210578164000026 - ], - [ - -121.73194534699996, - 37.21059818200007 - ], - [ - -121.73255304399999, - 37.211190429000055 - ], - [ - -121.73257191999994, - 37.21120877000004 - ], - [ - -121.73278841799998, - 37.21114800700008 - ], - [ - -121.73301043999999, - 37.211111654000035 - ], - [ - -121.73323640999996, - 37.211097851000034 - ], - [ - -121.73332028299995, - 37.211040335000064 - ], - [ - -121.73332753099999, - 37.211035364000054 - ], - [ - -121.73344001499999, - 37.211143865000054 - ], - [ - -121.73350538799997, - 37.21120696700007 - ], - [ - -121.73352617999996, - 37.21122698100004 - ], - [ - -121.73355284799999, - 37.21125270400006 - ], - [ - -121.73300538399997, - 37.21162820600006 - ], - [ - -121.73304888399997, - 37.211669863000054 - ], - [ - -121.73338379299997, - 37.21199044600007 - ], - [ - -121.733466137, - 37.21206909500006 - ], - [ - -121.73357325299997, - 37.21217140400006 - ], - [ - -121.73357505699994, - 37.212173147000044 - ], - [ - -121.73377020999999, - 37.21235903400003 - ], - [ - -121.73405072799994, - 37.21262623800004 - ], - [ - -121.73428983399998, - 37.21285336300008 - ], - [ - -121.73505057899996, - 37.21357301100005 - ], - [ - -121.73577717299997, - 37.21425652900007 - ], - [ - -121.73624312399994, - 37.214693143000034 - ], - [ - -121.73665672799996, - 37.21508072700004 - ], - [ - -121.73595663499998, - 37.215581642000075 - ], - [ - -121.73598814999997, - 37.21560976100005 - ], - [ - -121.73686353299996, - 37.21639168100006 - ], - [ - -121.73698495999997, - 37.21650017300004 - ], - [ - -121.73721453599995, - 37.21670519200006 - ], - [ - -121.73724468799998, - 37.21673213500003 - ], - [ - -121.73735835899998, - 37.21683366000008 - ], - [ - -121.73741700899996, - 37.216886051000074 - ], - [ - -121.73779273599996, - 37.21722164000005 - ], - [ - -121.73731531099997, - 37.21723170400003 - ], - [ - -121.73706471999998, - 37.217279148000046 - ], - [ - -121.73680192299997, - 37.21723733600004 - ], - [ - -121.73659103699998, - 37.217203744000074 - ], - [ - -121.73647567799998, - 37.21718537000004 - ], - [ - -121.73507898999998, - 37.218208212000036 - ], - [ - -121.73495603199996, - 37.21829825100008 - ], - [ - -121.73497969199997, - 37.21830461800005 - ], - [ - -121.73503088399997, - 37.218317925000065 - ], - [ - -121.73504249799998, - 37.218320961000074 - ], - [ - -121.73606532999997, - 37.218589777000034 - ], - [ - -121.73772430999998, - 37.218994045000045 - ], - [ - -121.73843570599996, - 37.219590019000066 - ], - [ - -121.73849915899996, - 37.21954157700003 - ], - [ - -121.73889850599994, - 37.21923672100007 - ], - [ - -121.73890769199994, - 37.21922971200007 - ], - [ - -121.73895155899999, - 37.21918212200006 - ], - [ - -121.73950552599996, - 37.218581174000064 - ], - [ - -121.73977181599997, - 37.21881443400008 - ], - [ - -121.74039593499998, - 37.21836752000007 - ], - [ - -121.745121413, - 37.22258786800006 - ], - [ - -121.745255209, - 37.222707323000066 - ], - [ - -121.74693505399995, - 37.22420743400005 - ], - [ - -121.74700126799996, - 37.22426635700003 - ], - [ - -121.74706773699995, - 37.22432509200007 - ], - [ - -121.74713446199996, - 37.22438364100003 - ], - [ - -121.74720146799996, - 37.224442004000025 - ], - [ - -121.7472687, - 37.22450018200004 - ], - [ - -121.74733618699997, - 37.22455817300005 - ], - [ - -121.74740395699996, - 37.22461598000007 - ], - [ - -121.74747195499998, - 37.224673600000074 - ], - [ - -121.74754020599994, - 37.224731011000074 - ], - [ - -121.74760871099994, - 37.22478823700004 - ], - [ - -121.74767747099997, - 37.22484527700004 - ], - [ - -121.74774645699995, - 37.22490213000003 - ], - [ - -121.74781572599994, - 37.22495877600005 - ], - [ - -121.74788521999994, - 37.22501525800004 - ], - [ - -121.74795497099996, - 37.22507150900003 - ], - [ - -121.74802494499994, - 37.225127573000066 - ], - [ - -121.74809517699998, - 37.22518345300006 - ], - [ - -121.748165659, - 37.22523912400004 - ], - [ - -121.74823636899998, - 37.22529460800007 - ], - [ - -121.74830733299996, - 37.22534988500007 - ], - [ - -121.74837855199996, - 37.225404952000076 - ], - [ - -121.74844999599998, - 37.22545983400005 - ], - [ - -121.74852169599995, - 37.225514530000055 - ], - [ - -121.74859361999995, - 37.225569019000034 - ], - [ - -121.748665798, - 37.22562329700003 - ], - [ - -121.74873817399998, - 37.22567736700006 - ], - [ - -121.748810806, - 37.22573125200006 - ], - [ - -121.74888366099998, - 37.22578490600006 - ], - [ - -121.74895677099994, - 37.22583835100005 - ], - [ - -121.74903010799994, - 37.225891655000055 - ], - [ - -121.74910366899996, - 37.225944706000064 - ], - [ - -121.74917748599995, - 37.22599754700008 - ], - [ - -121.74925152799995, - 37.226050204000046 - ], - [ - -121.74932576499998, - 37.226102629000025 - ], - [ - -121.74940025999996, - 37.22615486700005 - ], - [ - -121.74947497799997, - 37.22620689900003 - ], - [ - -121.74954992299996, - 37.22625869900003 - ], - [ - -121.74962509199997, - 37.226310313000056 - ], - [ - -121.74970051499997, - 37.22636167300004 - ], - [ - -121.749776108, - 37.22641289200004 - ], - [ - -121.74985195499994, - 37.226463858000045 - ], - [ - -121.74992802599996, - 37.22651461500004 - ], - [ - -121.75000432499996, - 37.22656516400008 - ], - [ - -121.75008081799996, - 37.22661548200006 - ], - [ - -121.75011919299999, - 37.226640548000034 - ], - [ - -121.75015753899999, - 37.226665592000074 - ], - [ - -121.75023445499994, - 37.22671551600007 - ], - [ - -121.75041459999994, - 37.22683757100003 - ], - [ - -121.75043882799997, - 37.22685398700003 - ], - [ - -121.74998981199997, - 37.22711184900004 - ], - [ - -121.74956860199995, - 37.227353712000024 - ], - [ - -121.74953424299997, - 37.227373442000044 - ], - [ - -121.74829113899995, - 37.22808726000005 - ], - [ - -121.74728387699997, - 37.22866562300004 - ], - [ - -121.74672363899998, - 37.22909117300003 - ], - [ - -121.74662027299996, - 37.22916968900006 - ], - [ - -121.746516698, - 37.229248365000046 - ], - [ - -121.74626633699995, - 37.22943853500004 - ], - [ - -121.74594674999997, - 37.22968128500003 - ], - [ - -121.74577189999997, - 37.22976854400008 - ], - [ - -121.74446976499996, - 37.230418358000065 - ], - [ - -121.73568774999995, - 37.234800232000055 - ], - [ - -121.73524844699995, - 37.23504367400005 - ], - [ - -121.73507968599995, - 37.23513719500005 - ], - [ - -121.73503454099995, - 37.23515973800005 - ], - [ - -121.73495338499998, - 37.23515125600005 - ], - [ - -121.73492560299997, - 37.235148664000064 - ], - [ - -121.73485254399998, - 37.23514160600007 - ], - [ - -121.73477823299999, - 37.235133372000064 - ], - [ - -121.73470471099995, - 37.235124237000036 - ], - [ - -121.73463180299996, - 37.235114202000034 - ], - [ - -121.73458236199997, - 37.23510719300003 - ], - [ - -121.73453235, - 37.23510366900007 - ], - [ - -121.73448213599994, - 37.23510365000004 - ], - [ - -121.73443212499996, - 37.23510715300006 - ], - [ - -121.73438265799996, - 37.23511412900007 - ], - [ - -121.73433416299997, - 37.23512455200006 - ], - [ - -121.73430301599996, - 37.235131426000066 - ], - [ - -121.73427123, - 37.23513604200008 - ], - [ - -121.73423906199997, - 37.23513834900007 - ], - [ - -121.73420674199997, - 37.23513834700003 - ], - [ - -121.73417458299997, - 37.23513600900003 - ], - [ - -121.73414278799999, - 37.23513137700007 - ], - [ - -121.73411166999995, - 37.235124495000036 - ], - [ - -121.73408146099996, - 37.23511538200006 - ], - [ - -121.73405233499994, - 37.235104153000066 - ], - [ - -121.73402460399996, - 37.23509087200006 - ], - [ - -121.73399340999998, - 37.23507929800007 - ], - [ - -121.73396113299998, - 37.235069820000035 - ], - [ - -121.73392797699995, - 37.23506250100007 - ], - [ - -121.73389419899996, - 37.23505738700004 - ], - [ - -121.73385999699997, - 37.23505452000006 - ], - [ - -121.73382560599998, - 37.23505389800005 - ], - [ - -121.73379128199997, - 37.23505556400005 - ], - [ - -121.7337572499999, - 37.235059472000046 - ], - [ - -121.73372371399995, - 37.23506561600004 - ], - [ - -121.73362262399996, - 37.235085954000056 - ], - [ - -121.73352413599997, - 37.23511324700007 - ], - [ - -121.73342899699998, - 37.23514730200003 - ], - [ - -121.73333884799996, - 37.235174964000066 - ], - [ - -121.73324583699997, - 37.235195858000054 - ], - [ - -121.73315085299998, - 37.23520976700007 - ], - [ - -121.73305463399998, - 37.23521659600004 - ], - [ - -121.73296946899995, - 37.23521673700003 - ], - [ - -121.73288434699998, - 37.235214291000034 - ], - [ - -121.73279941399994, - 37.235209258000054 - ], - [ - -121.73262194999995, - 37.235196890000054 - ], - [ - -121.73254257399998, - 37.23519220900005 - ], - [ - -121.73246300099999, - 37.23519291000008 - ], - [ - -121.732383804, - 37.235199031000036 - ], - [ - -121.73230552599995, - 37.23521049900006 - ], - [ - -121.73222873599997, - 37.23522723900004 - ], - [ - -121.73215403599994, - 37.23524915200005 - ], - [ - -121.73211847199997, - 37.23525561500003 - ], - [ - -121.73208235299995, - 37.23525954300004 - ], - [ - -121.73204593, - 37.23526084200006 - ], - [ - -121.73200949499994, - 37.23525953200004 - ], - [ - -121.73197335999998, - 37.23525563100003 - ], - [ - -121.73193781299994, - 37.235249139000075 - ], - [ - -121.73190314099998, - 37.235240143000055 - ], - [ - -121.73186960099997, - 37.23522870800008 - ], - [ - -121.73173284999996, - 37.23517143500004 - ], - [ - -121.73170799399998, - 37.235160574000076 - ], - [ - -121.73168244099998, - 37.23515081700003 - ], - [ - -121.73165627599997, - 37.23514216500007 - ], - [ - -121.73130081199997, - 37.235024020000026 - ], - [ - -121.73127778599996, - 37.23501647900008 - ], - [ - -121.73125439999995, - 37.23500965300008 - ], - [ - -121.73123068299998, - 37.235003608000056 - ], - [ - -121.731065678, - 37.234960296000054 - ], - [ - -121.731040141, - 37.23495495700007 - ], - [ - -121.73101433199997, - 37.23495056000007 - ], - [ - -121.73098828199994, - 37.23494708000004 - ], - [ - -121.73093886599997, - 37.23494325100006 - ], - [ - -121.73088921899995, - 37.23494292600003 - ], - [ - -121.73083974599996, - 37.23494610200004 - ], - [ - -121.73077093899997, - 37.234952090000036 - ], - [ - -121.73072377199998, - 37.23495617900005 - ], - [ - -121.73067701599996, - 37.23496276000003 - ], - [ - -121.73063093199994, - 37.234971759000075 - ], - [ - -121.73052908399995, - 37.23499141600007 - ], - [ - -121.73048770699995, - 37.23499949500007 - ], - [ - -121.73044684099995, - 37.235009035000076 - ], - [ - -121.73040654299996, - 37.23502005700004 - ], - [ - -121.730283198, - 37.235053650000054 - ], - [ - -121.73019296599995, - 37.23508160800003 - ], - [ - -121.73015165399994, - 37.23509369300007 - ], - [ - -121.73010914699995, - 37.23510276900004 - ], - [ - -121.73006582, - 37.23510874100003 - ], - [ - -121.73002197999995, - 37.23511158300005 - ], - [ - -121.72997803099997, - 37.23511124400005 - ], - [ - -121.72993426, - 37.235107742000025 - ], - [ - -121.72989106699998, - 37.23510112300005 - ], - [ - -121.72984879699999, - 37.23509142800003 - ], - [ - -121.72980776499998, - 37.235078721000036 - ], - [ - -121.729753416, - 37.23506043100008 - ], - [ - -121.729697134, - 37.235046397000076 - ], - [ - -121.72963940499994, - 37.23503670300005 - ], - [ - -121.72958080399997, - 37.23503148100008 - ], - [ - -121.72952181999995, - 37.23503075000008 - ], - [ - -121.72946090199997, - 37.23503253500007 - ], - [ - -121.729400425, - 37.23503854900008 - ], - [ - -121.72934081699998, - 37.23504867400004 - ], - [ - -121.72928250999996, - 37.23506290600005 - ], - [ - -121.72922598399998, - 37.23508114800006 - ], - [ - -121.72917163799997, - 37.23510321100008 - ], - [ - -121.72911987299995, - 37.23512895700003 - ], - [ - -121.72907111499995, - 37.235158194000064 - ], - [ - -121.72902567299997, - 37.23519069300005 - ], - [ - -121.72889610399994, - 37.235296910000045 - ], - [ - -121.72846135799995, - 37.23570087000007 - ], - [ - -121.72837239499995, - 37.23578869100004 - ], - [ - -121.72832252599994, - 37.23584625400008 - ], - [ - -121.72826750799999, - 37.23591808500004 - ], - [ - -121.72816809499994, - 37.23605468000005 - ], - [ - -121.72802415199999, - 37.23626395700006 - ], - [ - -121.72800844299996, - 37.23628884200008 - ], - [ - -121.72799336899999, - 37.23631397100007 - ], - [ - -121.727978899, - 37.236339325000074 - ], - [ - -121.72793867999997, - 37.23641109300007 - ], - [ - -121.72792620699994, - 37.23643425000006 - ], - [ - -121.72791514299996, - 37.23645785100007 - ], - [ - -121.72790545999999, - 37.23648187200007 - ], - [ - -121.72781987499997, - 37.236690284000076 - ], - [ - -121.727799775, - 37.23675103700003 - ], - [ - -121.72777334799997, - 37.23681023100005 - ], - [ - -121.72774073599999, - 37.23686740800008 - ], - [ - -121.72770221299999, - 37.23692219600008 - ], - [ - -121.72765800499997, - 37.236974160000045 - ], - [ - -121.72760850599997, - 37.23702297700004 - ], - [ - -121.72755399699997, - 37.23706827400008 - ], - [ - -121.72734738899999, - 37.237241082000025 - ], - [ - -121.72734561199997, - 37.237242679000076 - ], - [ - -121.72723286699994, - 37.23734693200004 - ], - [ - -121.72718502299995, - 37.237390281000046 - ], - [ - -121.72713254299998, - 37.23743004200003 - ], - [ - -121.72707581499998, - 37.23746586200008 - ], - [ - -121.72701529899996, - 37.23749748900008 - ], - [ - -121.72695147399997, - 37.237524664000034 - ], - [ - -121.72688488199998, - 37.23754715300004 - ], - [ - -121.72681603199999, - 37.23756476600005 - ], - [ - -121.72674547099996, - 37.23757740900004 - ], - [ - -121.72667379499995, - 37.23758493500003 - ], - [ - -121.72660154699997, - 37.237587295000026 - ], - [ - -121.72652932899996, - 37.237584482000045 - ], - [ - -121.72643329199997, - 37.237578162000034 - ], - [ - -121.72633815799998, - 37.23756583900007 - ], - [ - -121.72624450199999, - 37.237547593000045 - ], - [ - -121.72615295399999, - 37.23752353400005 - ], - [ - -121.72573354499997, - 37.237414784000066 - ], - [ - -121.725592544, - 37.237382979000074 - ], - [ - -121.72544851199996, - 37.23736164500008 - ], - [ - -121.72530261799994, - 37.23735097300005 - ], - [ - -121.72516399699998, - 37.23735077500004 - ], - [ - -121.72502590599998, - 37.237360254000066 - ], - [ - -121.72488934999996, - 37.237379400000066 - ], - [ - -121.72477954299995, - 37.23739934100007 - ], - [ - -121.72465246299998, - 37.237423973000034 - ], - [ - -121.72453291999994, - 37.237445412000056 - ], - [ - -121.72441196399996, - 37.23746102800004 - ], - [ - -121.72429005299995, - 37.23747081800008 - ], - [ - -121.72422049299996, - 37.23747475000005 - ], - [ - -121.72412743499996, - 37.23747190100005 - ], - [ - -121.72403506399996, - 37.237462202000074 - ], - [ - -121.72394424299995, - 37.23744570900004 - ], - [ - -121.72385569199997, - 37.23742267000006 - ], - [ - -121.72377015299998, - 37.237393145000055 - ], - [ - -121.72367325399995, - 37.23735854200004 - ], - [ - -121.72357838799996, - 37.23732050800004 - ], - [ - -121.72348573, - 37.23727913100004 - ], - [ - -121.72337060999996, - 37.237226247000024 - ], - [ - -121.72326807599995, - 37.237177993000046 - ], - [ - -121.72312754599994, - 37.237108299000056 - ], - [ - -121.72302911899999, - 37.23705553700006 - ], - [ - -121.72292579099997, - 37.23699889100004 - ], - [ - -121.722779786, - 37.23691467200007 - ], - [ - -121.72265632399996, - 37.23684351700007 - ], - [ - -121.72260978999998, - 37.236816375000046 - ], - [ - -121.72256182099994, - 37.23679089700005 - ], - [ - -121.72251250799997, - 37.23676708100004 - ], - [ - -121.72240881, - 37.23672460600005 - ], - [ - -121.72230065899998, - 37.23668993700005 - ], - [ - -121.72218897599998, - 37.236663339000074 - ], - [ - -121.722074712, - 37.23664509900004 - ], - [ - -121.72170246999997, - 37.23658940400003 - ], - [ - -121.72165589399998, - 37.23658252000007 - ], - [ - -121.72160902499996, - 37.23657689800007 - ], - [ - -121.72156194599995, - 37.23657256000007 - ], - [ - -121.72135361299996, - 37.236552783000036 - ], - [ - -121.72132067099994, - 37.23654982900007 - ], - [ - -121.72128763299997, - 37.23654795400006 - ], - [ - -121.72125449699996, - 37.23654711100005 - ], - [ - -121.72086834899994, - 37.23653738300004 - ], - [ - -121.72050453199995, - 37.23654353400008 - ], - [ - -121.72038976399995, - 37.23654365600004 - ], - [ - -121.72027515999997, - 37.23654853600004 - ], - [ - -121.720161035, - 37.236558194000054 - ], - [ - -121.71976012699997, - 37.23659659300006 - ], - [ - -121.71967397199995, - 37.23660454000003 - ], - [ - -121.71958924299997, - 37.23661918000005 - ], - [ - -121.71955839599997, - 37.236627078000026 - ], - [ - -121.71953863899995, - 37.236632135000036 - ], - [ - -121.71950668199997, - 37.23664034400008 - ], - [ - -121.71922516799998, - 37.236706198000036 - ], - [ - -121.718987659, - 37.236766902000056 - ], - [ - -121.718499179, - 37.236898636000035 - ], - [ - -121.71840685899997, - 37.23692345500007 - ], - [ - -121.718398047, - 37.236925824000025 - ], - [ - -121.71841988799997, - 37.23694498700007 - ], - [ - -121.72104242699999, - 37.23902262400003 - ], - [ - -121.72390118499999, - 37.24128718700007 - ], - [ - -121.736010379, - 37.250877125000045 - ], - [ - -121.73878444299999, - 37.25293128100003 - ], - [ - -121.73676609899996, - 37.25459893500005 - ], - [ - -121.73647035999994, - 37.25484326700007 - ], - [ - -121.733434521, - 37.257172601000036 - ], - [ - -121.73720188399994, - 37.259849376000034 - ], - [ - -121.73782466999995, - 37.26029027900006 - ], - [ - -121.73966972799997, - 37.26156553800007 - ], - [ - -121.74509914099997, - 37.25853908500005 - ], - [ - -121.75419250399995, - 37.25846479900008 - ], - [ - -121.75460871399997, - 37.25843969300007 - ], - [ - -121.75477323599995, - 37.258440036000025 - ], - [ - -121.75490193399997, - 37.258436963000065 - ], - [ - -121.75511802199998, - 37.258440277000034 - ], - [ - -121.75528556199998, - 37.258437886000024 - ], - [ - -121.75555279099996, - 37.25843747000005 - ], - [ - -121.75574191099997, - 37.258437799000035 - ], - [ - -121.75594058599995, - 37.258439284000076 - ], - [ - -121.75601397399998, - 37.25843712300008 - ], - [ - -121.75618094699996, - 37.258436774000074 - ], - [ - -121.75638769499994, - 37.25843636400003 - ], - [ - -121.756579849, - 37.258433180000054 - ], - [ - -121.75667508799995, - 37.25843282100004 - ], - [ - -121.75695893199997, - 37.25843453500005 - ], - [ - -121.75712353899996, - 37.258434873000056 - ], - [ - -121.75790487499995, - 37.258427580000046 - ], - [ - -121.75877110599998, - 37.25842808900006 - ], - [ - -121.75962110999996, - 37.25842071000005 - ], - [ - -121.76022613599997, - 37.258422119000045 - ], - [ - -121.76149458699996, - 37.25841546200007 - ], - [ - -121.76219313699994, - 37.258418462000066 - ], - [ - -121.76285966599994, - 37.258411 - ], - [ - -121.76323149499996, - 37.258140395000055 - ], - [ - -121.76388903999998, - 37.257604713000035 - ], - [ - -121.76483335699999, - 37.25684681000007 - ], - [ - -121.76649216299995, - 37.25551351200005 - ], - [ - -121.76672718999998, - 37.25533016700007 - ], - [ - -121.76766424799996, - 37.25456629800004 - ], - [ - -121.76544912199995, - 37.25336217700004 - ], - [ - -121.76503870299996, - 37.25313513300006 - ], - [ - -121.76471646199997, - 37.252969062000034 - ], - [ - -121.76459885199995, - 37.252908450000064 - ], - [ - -121.76393591699997, - 37.25254610600007 - ], - [ - -121.76410653999994, - 37.252330408000034 - ], - [ - -121.7642091, - 37.25220288100007 - ], - [ - -121.76436604399998, - 37.25228255900004 - ], - [ - -121.76447256299997, - 37.25218769900005 - ], - [ - -121.76459217799999, - 37.25209688600006 - ], - [ - -121.76461093699999, - 37.25208185200006 - ], - [ - -121.764737858, - 37.25197097700004 - ], - [ - -121.76479425999997, - 37.251924864000046 - ], - [ - -121.76489543099996, - 37.25184230700006 - ], - [ - -121.76546554099997, - 37.25214579400006 - ], - [ - -121.76533954799999, - 37.252247183000065 - ], - [ - -121.76493778099996, - 37.252577217000066 - ], - [ - -121.76495640899998, - 37.25258628000006 - ], - [ - -121.76497621399994, - 37.25259590700006 - ], - [ - -121.76500170499997, - 37.25260829700005 - ], - [ - -121.76553637699999, - 37.252868242000034 - ], - [ - -121.76561217899996, - 37.25291095800003 - ], - [ - -121.76579680299994, - 37.25300516600004 - ], - [ - -121.76581799, - 37.25301586000006 - ], - [ - -121.76588431299996, - 37.25304933500007 - ], - [ - -121.76590297399997, - 37.25306040600003 - ], - [ - -121.76595081199997, - 37.253088787000024 - ], - [ - -121.76608739499994, - 37.25316137900006 - ], - [ - -121.76614284899995, - 37.25318614500003 - ], - [ - -121.76616486399996, - 37.25319597500004 - ], - [ - -121.76618555699997, - 37.25320853200003 - ], - [ - -121.766196515, - 37.25321517900005 - ], - [ - -121.76626048599996, - 37.253252485000075 - ], - [ - -121.76628599599997, - 37.25326754400004 - ], - [ - -121.76630981499994, - 37.253279098000064 - ], - [ - -121.76636587999997, - 37.25330440300007 - ], - [ - -121.76645115399998, - 37.253347750000046 - ], - [ - -121.76647575199996, - 37.253360255000075 - ], - [ - -121.76648728099997, - 37.25336668700004 - ], - [ - -121.76650376199996, - 37.25337588200006 - ], - [ - -121.76653208199997, - 37.253391141000066 - ], - [ - -121.76656071199994, - 37.25340600700008 - ], - [ - -121.76659060799994, - 37.25342296400004 - ], - [ - -121.76660534599995, - 37.25343090800004 - ], - [ - -121.76664250299996, - 37.25344805000003 - ], - [ - -121.76664848999997, - 37.25345081300003 - ], - [ - -121.76674005199999, - 37.253497432000074 - ], - [ - -121.76678708099996, - 37.25352011000007 - ], - [ - -121.76684574599994, - 37.25355177200004 - ], - [ - -121.76690407199999, - 37.253582133000066 - ], - [ - -121.76706235699999, - 37.25366792600005 - ], - [ - -121.76707897199998, - 37.25367683300004 - ], - [ - -121.76710465599996, - 37.25369193800003 - ], - [ - -121.76712076299998, - 37.25370140900003 - ], - [ - -121.76827385299998, - 37.25271213000008 - ], - [ - -121.76841809799998, - 37.25258837400003 - ], - [ - -121.76894212099995, - 37.252138778000074 - ], - [ - -121.768946487, - 37.25214391500003 - ], - [ - -121.76897178699994, - 37.25217362600006 - ], - [ - -121.76963658199998, - 37.25295433800005 - ], - [ - -121.77138534, - 37.25500808900006 - ], - [ - -121.77612621399999, - 37.25713356800003 - ], - [ - -121.77616903399996, - 37.257157638000024 - ], - [ - -121.77621058899996, - 37.25718309700005 - ], - [ - -121.77625082099996, - 37.25720987400007 - ], - [ - -121.77633185499997, - 37.25726820600005 - ], - [ - -121.77649704699996, - 37.25739353300003 - ], - [ - -121.77664585599996, - 37.25750857700007 - ], - [ - -121.77663515299997, - 37.257517300000075 - ], - [ - -121.77676252599997, - 37.25761799800006 - ], - [ - -121.77686658299996, - 37.25770144100005 - ], - [ - -121.77698340399996, - 37.25779284500004 - ], - [ - -121.77711551399995, - 37.25789747300007 - ], - [ - -121.77717745199999, - 37.25794598700003 - ], - [ - -121.77739303799996, - 37.25811773300006 - ], - [ - -121.77754770099995, - 37.25824331100006 - ], - [ - -121.77769883599996, - 37.258365264000076 - ], - [ - -121.77779398399997, - 37.25844175200007 - ], - [ - -121.77790363899999, - 37.258530877000055 - ], - [ - -121.77802894499996, - 37.25863271800006 - ], - [ - -121.778040864, - 37.25862302000007 - ], - [ - -121.77813399299998, - 37.25869197600008 - ], - [ - -121.77821710099994, - 37.25875419800008 - ], - [ - -121.77832938799997, - 37.258841440000026 - ], - [ - -121.77841948999998, - 37.25891079500008 - ], - [ - -121.778526748, - 37.25899706100006 - ], - [ - -121.778636668, - 37.25908153600005 - ], - [ - -121.77878367099999, - 37.25919772000003 - ], - [ - -121.77889609299996, - 37.25928615000004 - ], - [ - -121.77901525099998, - 37.25937993100007 - ], - [ - -121.77912037199997, - 37.259463405000076 - ], - [ - -121.77947328399995, - 37.25974413300003 - ], - [ - -121.77922985099997, - 37.25992388900005 - ], - [ - -121.77867236499998, - 37.26037742300008 - ], - [ - -121.77988782299997, - 37.26133009900008 - ], - [ - -121.77994553199994, - 37.26129518100004 - ], - [ - -121.78000053099998, - 37.261257544000046 - ], - [ - -121.78005262299996, - 37.26121744500006 - ], - [ - -121.78013772399999, - 37.261257029000035 - ], - [ - -121.78013098499997, - 37.26127822900003 - ], - [ - -121.780126715, - 37.261299860000065 - ], - [ - -121.78012491299995, - 37.261321671000076 - ], - [ - -121.78012562999999, - 37.261343500000066 - ], - [ - -121.78012883699995, - 37.26136525600003 - ], - [ - -121.78013453199998, - 37.26138666400004 - ], - [ - -121.78014262, - 37.26140754100004 - ], - [ - -121.78015307599998, - 37.26142777600006 - ], - [ - -121.78016580699995, - 37.26144713900004 - ], - [ - -121.78018069899997, - 37.26146549300006 - ], - [ - -121.78026239399998, - 37.26153368100006 - ], - [ - -121.78049943499997, - 37.26173819200005 - ], - [ - -121.780507748, - 37.261763760000065 - ], - [ - -121.78052044299994, - 37.26180269500003 - ], - [ - -121.78059199399996, - 37.26202270400006 - ], - [ - -121.78071428699997, - 37.262081770000066 - ], - [ - -121.78094792099995, - 37.26211384700008 - ], - [ - -121.78132526699994, - 37.26235200200006 - ], - [ - -121.78134220499999, - 37.262372784000036 - ], - [ - -121.78134711999996, - 37.26237881800006 - ], - [ - -121.78138827799995, - 37.26242929800003 - ], - [ - -121.78141826199999, - 37.26246607400003 - ], - [ - -121.78151099299998, - 37.262579825000046 - ], - [ - -121.78181004899994, - 37.262804645000074 - ], - [ - -121.78190850899995, - 37.26292685100003 - ], - [ - -121.78218848399996, - 37.26324803700004 - ], - [ - -121.78229977899997, - 37.263370284000075 - ], - [ - -121.78234303499994, - 37.263404396000055 - ], - [ - -121.78238250099997, - 37.26344129700004 - ], - [ - -121.78241791699998, - 37.263480782000045 - ], - [ - -121.78244895999995, - 37.263522513000055 - ], - [ - -121.78247545599999, - 37.26356621600007 - ], - [ - -121.78249719699994, - 37.26361157400004 - ], - [ - -121.78251403499996, - 37.263658243000066 - ], - [ - -121.78252581999999, - 37.263705885000036 - ], - [ - -121.78365686999996, - 37.26405466400007 - ], - [ - -121.78433039499998, - 37.26442499900003 - ], - [ - -121.78657037899995, - 37.265651913000056 - ], - [ - -121.78671190299997, - 37.265729441000076 - ], - [ - -121.786811474, - 37.26578394500007 - ], - [ - -121.78690795199998, - 37.26583678900005 - ], - [ - -121.78696453299995, - 37.26586777700004 - ], - [ - -121.78695566399995, - 37.26605140300006 - ], - [ - -121.78691224, - 37.26694985700004 - ], - [ - -121.78689595199995, - 37.267286488000025 - ], - [ - -121.786875808, - 37.267703711000024 - ], - [ - -121.78683827599997, - 37.26848028200004 - ], - [ - -121.78679442499998, - 37.269387280000046 - ], - [ - -121.78613362299996, - 37.26936718600007 - ], - [ - -121.78612981299995, - 37.26936709100005 - ], - [ - -121.78437850499995, - 37.26932279600004 - ], - [ - -121.78419979499995, - 37.26931827800007 - ], - [ - -121.78409177199995, - 37.269315548000066 - ], - [ - -121.78398684399997, - 37.269312900000045 - ], - [ - -121.78382397899998, - 37.26930875700003 - ], - [ - -121.77117214099997, - 37.26893944600005 - ], - [ - -121.76074070599998, - 37.26865187000004 - ], - [ - -121.75948702299996, - 37.26861722500007 - ], - [ - -121.75850900699999, - 37.26859640500004 - ], - [ - -121.75753098999996, - 37.26857555400005 - ], - [ - -121.75732457699996, - 37.26869118700006 - ], - [ - -121.75693860399997, - 37.268906737000066 - ], - [ - -121.75677931999996, - 37.269084787000054 - ], - [ - -121.756641286, - 37.26923903200003 - ], - [ - -121.75581370099997, - 37.27016403500005 - ], - [ - -121.75557572899999, - 37.270405004000054 - ], - [ - -121.75553063599995, - 37.27037530000007 - ], - [ - -121.75537108499998, - 37.27031973600003 - ], - [ - -121.75522114199998, - 37.27027792400003 - ], - [ - -121.75510359299994, - 37.270253731000025 - ], - [ - -121.75483323599997, - 37.27020672900005 - ], - [ - -121.75471250799995, - 37.27019069700003 - ], - [ - -121.75446423799997, - 37.27018261000006 - ], - [ - -121.754215967, - 37.27017452100006 - ], - [ - -121.75408102199998, - 37.270145823000064 - ], - [ - -121.75341259699996, - 37.26992678700003 - ], - [ - -121.75302465399994, - 37.26989411000005 - ], - [ - -121.75283099499995, - 37.26988789600006 - ], - [ - -121.75262922899998, - 37.26990035400007 - ], - [ - -121.75183294799996, - 37.270115332000046 - ], - [ - -121.75114898899994, - 37.270275269000024 - ], - [ - -121.751073798, - 37.270297062000054 - ], - [ - -121.75102428999998, - 37.270309790000056 - ], - [ - -121.75087964199997, - 37.270428941000034 - ], - [ - -121.75080476999995, - 37.27050410900006 - ], - [ - -121.75075759299995, - 37.27059967300005 - ], - [ - -121.75005139299998, - 37.272030519000054 - ], - [ - -121.74996633499995, - 37.27211151700004 - ], - [ - -121.74988304299995, - 37.27217310900005 - ], - [ - -121.74977384099998, - 37.27223701400004 - ], - [ - -121.74963839999998, - 37.27230078700006 - ], - [ - -121.74951204699994, - 37.27234271800006 - ], - [ - -121.74932959599994, - 37.27238197400004 - ], - [ - -121.74798079699997, - 37.27256191600003 - ], - [ - -121.74734671699997, - 37.272640472000035 - ], - [ - -121.74723741099996, - 37.27264505100004 - ], - [ - -121.74715082999995, - 37.272648651000054 - ], - [ - -121.746838229, - 37.27261402900007 - ], - [ - -121.74625689199996, - 37.27251641500004 - ], - [ - -121.74605930599995, - 37.272477683000034 - ], - [ - -121.74589600599995, - 37.27245284700007 - ], - [ - -121.74572967299997, - 37.27242806500004 - ], - [ - -121.74558475499998, - 37.27241999300003 - ], - [ - -121.74541882099999, - 37.27241933100004 - ], - [ - -121.745235101, - 37.27243577300004 - ], - [ - -121.74506969199996, - 37.27246648800008 - ], - [ - -121.74493145699995, - 37.272496913000055 - ], - [ - -121.74481445799995, - 37.272536725000066 - ], - [ - -121.74469762299998, - 37.272586217000025 - ], - [ - -121.74460194899996, - 37.27263548500008 - ], - [ - -121.74448539399998, - 37.27270186700008 - ], - [ - -121.744459845, - 37.272720771000024 - ], - [ - -121.74443228799998, - 37.27273779600006 - ], - [ - -121.74440300799995, - 37.27275284800004 - ], - [ - -121.74437214699998, - 37.272765787000026 - ], - [ - -121.74434001699996, - 37.27277649700005 - ], - [ - -121.744306817, - 37.27278493000006 - ], - [ - -121.74427286499997, - 37.272791013000074 - ], - [ - -121.74423832599996, - 37.27279469800004 - ], - [ - -121.744203546, - 37.27279593900005 - ], - [ - -121.74416875699995, - 37.27279475100005 - ], - [ - -121.74413424, - 37.27279113600008 - ], - [ - -121.74410022799998, - 37.27278511000003 - ], - [ - -121.74408044399996, - 37.27278042300003 - ], - [ - -121.744061048, - 37.272774930000026 - ], - [ - -121.74404192599997, - 37.27276865500005 - ], - [ - -121.74399340599996, - 37.27274793000004 - ], - [ - -121.74398456699998, - 37.272743422000076 - ], - [ - -121.74380828399995, - 37.27265435600003 - ], - [ - -121.74370732299997, - 37.27259765500003 - ], - [ - -121.74348038399995, - 37.27246602500003 - ], - [ - -121.74312938099996, - 37.27227322400006 - ], - [ - -121.74292538199995, - 37.272148263000076 - ], - [ - -121.74282623, - 37.27206940800005 - ], - [ - -121.74275061999998, - 37.27200927900003 - ], - [ - -121.74155446699996, - 37.27127623400003 - ], - [ - -121.73951414399994, - 37.269430218000025 - ], - [ - -121.73940440299998, - 37.26933398500006 - ], - [ - -121.73907465599996, - 37.26904478900008 - ], - [ - -121.73899191399994, - 37.26897567000003 - ], - [ - -121.73854153999997, - 37.268620774000055 - ], - [ - -121.73851974599995, - 37.26860361000007 - ], - [ - -121.73850276599995, - 37.26859355700003 - ], - [ - -121.73826848599998, - 37.26845487700007 - ], - [ - -121.73808785199998, - 37.26838214400004 - ], - [ - -121.737276168, - 37.268055350000054 - ], - [ - -121.73695144399994, - 37.26788196100006 - ], - [ - -121.73673262099999, - 37.26779278400005 - ], - [ - -121.73657164399998, - 37.26773957200004 - ], - [ - -121.73634583199998, - 37.26769011300007 - ], - [ - -121.73608822399996, - 37.26766115400005 - ], - [ - -121.736009057, - 37.26765381700005 - ], - [ - -121.735684215, - 37.26763074100006 - ], - [ - -121.73547677599998, - 37.26761336000004 - ], - [ - -121.73537795399994, - 37.267589979000036 - ], - [ - -121.73528225899997, - 37.26755294700007 - ], - [ - -121.73508312399997, - 37.267419268000026 - ], - [ - -121.73477723199994, - 37.26719433300008 - ], - [ - -121.734640362, - 37.26731738700005 - ], - [ - -121.732890452, - 37.26889694600004 - ], - [ - -121.73235891099995, - 37.269776110000066 - ], - [ - -121.73127995299996, - 37.27007309700008 - ], - [ - -121.73101839299994, - 37.27064128200004 - ], - [ - -121.73177006099996, - 37.27116216500008 - ], - [ - -121.73213838799995, - 37.27164553500006 - ], - [ - -121.73224558899994, - 37.271786159000044 - ], - [ - -121.73318043499995, - 37.27215550300008 - ], - [ - -121.73455436799998, - 37.27209634500008 - ], - [ - -121.73486173599997, - 37.272465055000055 - ], - [ - -121.734442248, - 37.27306876600005 - ], - [ - -121.73396604299995, - 37.273754147000034 - ], - [ - -121.73469064899996, - 37.27426172500003 - ], - [ - -121.735888451, - 37.27429672200003 - ], - [ - -121.73623678499996, - 37.27478109200007 - ], - [ - -121.73581796899998, - 37.27568902100006 - ], - [ - -121.73543626299994, - 37.27616681200004 - ], - [ - -121.73506546599998, - 37.27663093600006 - ], - [ - -121.73512321299995, - 37.277016056000036 - ], - [ - -121.73522125699998, - 37.27735399100004 - ], - [ - -121.73539679399994, - 37.27751238700006 - ], - [ - -121.73555793199995, - 37.27765383600007 - ], - [ - -121.73591353299997, - 37.27796696400003 - ], - [ - -121.73635583899994, - 37.27835090900004 - ], - [ - -121.73665377499998, - 37.27860961700003 - ], - [ - -121.73689009699996, - 37.27881626100003 - ], - [ - -121.73702446399994, - 37.27893240700007 - ], - [ - -121.73715884099994, - 37.27904856400005 - ], - [ - -121.737289439, - 37.27901960300005 - ], - [ - -121.73741610899998, - 37.27899395500003 - ], - [ - -121.73744178399994, - 37.278989427000056 - ], - [ - -121.73747423999998, - 37.27898086600004 - ], - [ - -121.73752513099998, - 37.27896989100003 - ], - [ - -121.73755926099994, - 37.27896218400008 - ], - [ - -121.73769164499998, - 37.27893391300006 - ], - [ - -121.73771500899994, - 37.278928104000045 - ], - [ - -121.737779032, - 37.278914471000064 - ], - [ - -121.73782741599996, - 37.27890430100007 - ], - [ - -121.73787793499997, - 37.27889335100008 - ], - [ - -121.73818609899996, - 37.27882646200004 - ], - [ - -121.73856603799999, - 37.27874372700006 - ], - [ - -121.73892129199999, - 37.27866127600004 - ], - [ - -121.73894662099997, - 37.278730867000036 - ], - [ - -121.73893931699996, - 37.27877413600004 - ], - [ - -121.738924737, - 37.278860903000066 - ], - [ - -121.73887100399998, - 37.27918066400008 - ], - [ - -121.73883723499995, - 37.27938146300005 - ], - [ - -121.73881709999995, - 37.27951290000004 - ], - [ - -121.73879956499997, - 37.27963540600007 - ], - [ - -121.73879186199997, - 37.27968918500005 - ], - [ - -121.73877421499998, - 37.279863628000044 - ], - [ - -121.73871393399997, - 37.28014298900007 - ], - [ - -121.73871230999998, - 37.28015044500006 - ], - [ - -121.738699441, - 37.28024509100004 - ], - [ - -121.73869222099995, - 37.280333201000076 - ], - [ - -121.73870575799998, - 37.28062292800007 - ], - [ - -121.73870943099996, - 37.28070123800006 - ], - [ - -121.73871051599997, - 37.28076328000003 - ], - [ - -121.73870092099997, - 37.280841114000054 - ], - [ - -121.73862869599998, - 37.28105312400004 - ], - [ - -121.73859572799995, - 37.281120721000036 - ], - [ - -121.73856308999996, - 37.28120307800003 - ], - [ - -121.73897034, - 37.281094419000055 - ], - [ - -121.73934531599997, - 37.280996628000025 - ], - [ - -121.73935196499997, - 37.28099506900003 - ], - [ - -121.73937605499998, - 37.281064170000036 - ], - [ - -121.739458088, - 37.281295353000075 - ], - [ - -121.73951390299999, - 37.281455193000056 - ], - [ - -121.73955104299995, - 37.28156155500005 - ], - [ - -121.73952406199999, - 37.28156696800005 - ], - [ - -121.73955315699999, - 37.28164933700003 - ], - [ - -121.73933820499997, - 37.28169961100008 - ], - [ - -121.73838902399996, - 37.281914511000025 - ], - [ - -121.738464277, - 37.28222251400007 - ], - [ - -121.73848317299996, - 37.282422550000035 - ], - [ - -121.73848912099999, - 37.28250502700007 - ], - [ - -121.73847608299997, - 37.28279173900006 - ], - [ - -121.73846768299995, - 37.282976362000056 - ], - [ - -121.73848202, - 37.283093128000075 - ], - [ - -121.73849393699999, - 37.283189985000035 - ], - [ - -121.73851250699994, - 37.28324231800008 - ], - [ - -121.73858251399997, - 37.28343936500005 - ], - [ - -121.73871400499996, - 37.28367327600006 - ], - [ - -121.73875959599997, - 37.28373967600004 - ], - [ - -121.73886764899999, - 37.283905763000064 - ], - [ - -121.738900334, - 37.28395238600007 - ], - [ - -121.73903091199998, - 37.284205351000026 - ], - [ - -121.738588817, - 37.28433516300004 - ], - [ - -121.73835756499994, - 37.28453463900007 - ], - [ - -121.73821765099996, - 37.28454813500008 - ], - [ - -121.73808104299997, - 37.28466789500004 - ], - [ - -121.73807674999995, - 37.284799691000046 - ], - [ - -121.73770315299998, - 37.285122030000025 - ], - [ - -121.73724501899994, - 37.285294100000044 - ], - [ - -121.73700803799994, - 37.28548876000008 - ], - [ - -121.73637500099994, - 37.28662338200007 - ], - [ - -121.73621894799999, - 37.28649442400007 - ], - [ - -121.73584931699997, - 37.286399145000075 - ], - [ - -121.73552537599994, - 37.28636626000008 - ], - [ - -121.73515127299999, - 37.28628281400006 - ], - [ - -121.73478974699998, - 37.28617712500005 - ], - [ - -121.73463572699995, - 37.286165725000046 - ], - [ - -121.73453704199994, - 37.286115653000024 - ], - [ - -121.73421404699997, - 37.286056546000054 - ], - [ - -121.73413341699995, - 37.286036384000056 - ], - [ - -121.73375961999994, - 37.286056528000074 - ], - [ - -121.73363088699995, - 37.28609512500003 - ], - [ - -121.73341501099998, - 37.286081651000075 - ], - [ - -121.732863378, - 37.285919542000045 - ], - [ - -121.732547604, - 37.28590558500008 - ], - [ - -121.73230033599998, - 37.28595323300004 - ], - [ - -121.73173709499997, - 37.28590012600006 - ], - [ - -121.73146914199998, - 37.28590756700004 - ], - [ - -121.73096290799998, - 37.285816160000024 - ], - [ - -121.73083376999995, - 37.28577105100004 - ], - [ - -121.730536498, - 37.28579681200006 - ], - [ - -121.73041175199995, - 37.285795766000035 - ], - [ - -121.72987317399998, - 37.28579114400003 - ], - [ - -121.72960812899998, - 37.285743824000065 - ], - [ - -121.72934308599997, - 37.285696502000064 - ], - [ - -121.72907600199994, - 37.28565755400007 - ], - [ - -121.72901484299996, - 37.28569076800005 - ], - [ - -121.72864816899994, - 37.285889723000025 - ], - [ - -121.72812280799997, - 37.28585790100004 - ], - [ - -121.72763062499996, - 37.285812476000046 - ], - [ - -121.72272729099996, - 37.283921433000046 - ], - [ - -121.71777035499997, - 37.28522294700008 - ], - [ - -121.717129065, - 37.28395880200003 - ], - [ - -121.71705542999996, - 37.28381355700003 - ], - [ - -121.71344482799998, - 37.28506103800004 - ], - [ - -121.71214854199997, - 37.28555705900004 - ], - [ - -121.71116395499996, - 37.28591419900005 - ], - [ - -121.71041799899996, - 37.28611090800007 - ], - [ - -121.71003964799996, - 37.286244691000036 - ], - [ - -121.7069056, - 37.28737362800007 - ], - [ - -121.70636830399997, - 37.28755728700003 - ], - [ - -121.70656289399994, - 37.287975551000045 - ], - [ - -121.70687075299998, - 37.28847150200005 - ], - [ - -121.70723784899997, - 37.28896857900003 - ], - [ - -121.707497005, - 37.28954734000007 - ], - [ - -121.70715536999995, - 37.29021050600005 - ], - [ - -121.707053799, - 37.29049901800005 - ], - [ - -121.70685227299998, - 37.29161110600006 - ], - [ - -121.70709211299999, - 37.29189275900006 - ], - [ - -121.70733198399995, - 37.292174387000045 - ], - [ - -121.70894700199995, - 37.29407078500003 - ], - [ - -121.70927116299998, - 37.29450929300003 - ], - [ - -121.70991501499998, - 37.29538028500008 - ], - [ - -121.71165931499996, - 37.29511209900005 - ], - [ - -121.712468049, - 37.29498773800003 - ], - [ - -121.72771814799995, - 37.292641580000065 - ], - [ - -121.72984822499996, - 37.29225982600008 - ], - [ - -121.73373568899996, - 37.29163423700004 - ], - [ - -121.73558562099998, - 37.29133649400006 - ], - [ - -121.73567697699997, - 37.291400261000035 - ], - [ - -121.73614970899996, - 37.29154725800004 - ], - [ - -121.73636800299994, - 37.291569147000075 - ], - [ - -121.73642380899997, - 37.29158458100005 - ], - [ - -121.736558071, - 37.291621778000035 - ], - [ - -121.73663108799997, - 37.29164197400007 - ], - [ - -121.73672420599996, - 37.29164593400003 - ], - [ - -121.736950348, - 37.29165554100007 - ], - [ - -121.73708786599997, - 37.291728342000056 - ], - [ - -121.73727245499998, - 37.29174415400007 - ], - [ - -121.73756611199997, - 37.29190704400003 - ], - [ - -121.73771444299996, - 37.292058447000045 - ], - [ - -121.73798625599994, - 37.29212190700008 - ], - [ - -121.73821073, - 37.29212058600007 - ], - [ - -121.73836261199995, - 37.29219057900008 - ], - [ - -121.73854099199997, - 37.29219974800003 - ], - [ - -121.73860022899999, - 37.292277014000035 - ], - [ - -121.73910634199996, - 37.29248757700003 - ], - [ - -121.73925417199996, - 37.292586107000034 - ], - [ - -121.73947583599994, - 37.29260875700004 - ], - [ - -121.73965331899996, - 37.292577649000066 - ], - [ - -121.73973181699995, - 37.29256722800005 - ], - [ - -121.74016030999996, - 37.29251091500004 - ], - [ - -121.74030546299997, - 37.29251709300007 - ], - [ - -121.74065164399997, - 37.29241067600003 - ], - [ - -121.74108905399999, - 37.29249471500003 - ], - [ - -121.74138426599995, - 37.292507312000055 - ], - [ - -121.74162180199994, - 37.29258005500003 - ], - [ - -121.74199931699997, - 37.292519721000076 - ], - [ - -121.74220706999995, - 37.292675959000064 - ], - [ - -121.74243721899995, - 37.29276262500008 - ], - [ - -121.74271229299995, - 37.29291313300007 - ], - [ - -121.742955242, - 37.292982109000036 - ], - [ - -121.74306293299998, - 37.293081975000064 - ], - [ - -121.74307476599995, - 37.293147497000064 - ], - [ - -121.74332260299997, - 37.29326048000007 - ], - [ - -121.743514856, - 37.293390534000025 - ], - [ - -121.74405334499994, - 37.29355344100003 - ], - [ - -121.74429011199999, - 37.29347285000006 - ], - [ - -121.74438530499998, - 37.29353073300007 - ], - [ - -121.74474869199997, - 37.29355953500004 - ], - [ - -121.74493441199996, - 37.293795954000075 - ], - [ - -121.74494925299996, - 37.29381486300008 - ], - [ - -121.74497949399995, - 37.293815824000035 - ], - [ - -121.74510865899998, - 37.29381999000003 - ], - [ - -121.745194331, - 37.293887518000076 - ], - [ - -121.74542616999997, - 37.293934243000024 - ], - [ - -121.74543354899998, - 37.29399713200007 - ], - [ - -121.74579327999999, - 37.294031602000075 - ], - [ - -121.74624402299997, - 37.294455683000024 - ], - [ - -121.74731553099997, - 37.29462874300003 - ], - [ - -121.74736146999999, - 37.29463631100003 - ], - [ - -121.74753166099998, - 37.29467803400007 - ], - [ - -121.74756791799996, - 37.29468396500005 - ], - [ - -121.74764552499994, - 37.29469742100008 - ], - [ - -121.74769687399998, - 37.29470648800003 - ], - [ - -121.74773468899997, - 37.294713158000036 - ], - [ - -121.747791254, - 37.29472393200007 - ], - [ - -121.74786468899998, - 37.29473621900007 - ], - [ - -121.74790310099996, - 37.29474263100008 - ], - [ - -121.74803345699996, - 37.29476305600008 - ], - [ - -121.74807349899999, - 37.29476933600006 - ], - [ - -121.74820902099998, - 37.29479197100005 - ], - [ - -121.74830078899998, - 37.29477835900008 - ], - [ - -121.74852085799995, - 37.29474440100006 - ], - [ - -121.74865071199997, - 37.294724409000025 - ], - [ - -121.74868895799995, - 37.29471571600004 - ], - [ - -121.748849469, - 37.294689032000065 - ], - [ - -121.74885730099999, - 37.29468791900007 - ], - [ - -121.74914116899998, - 37.29464346200007 - ], - [ - -121.74920436199994, - 37.294634364000046 - ], - [ - -121.74923756399994, - 37.294628929000055 - ], - [ - -121.74926144899996, - 37.29462320400006 - ], - [ - -121.74929808, - 37.294617319000054 - ], - [ - -121.74940875199997, - 37.29459652300005 - ], - [ - -121.74944530899995, - 37.29458789200004 - ], - [ - -121.74949064799995, - 37.29458019900005 - ], - [ - -121.74953614099996, - 37.29457316700007 - ], - [ - -121.74958175999996, - 37.29456670600007 - ], - [ - -121.74960641999996, - 37.294562874000064 - ], - [ - -121.74962902299995, - 37.294559381000056 - ], - [ - -121.74974743899998, - 37.29454246100005 - ], - [ - -121.74980561599995, - 37.294531404000054 - ], - [ - -121.74988498199997, - 37.294514649000064 - ], - [ - -121.74991679799996, - 37.29450867800006 - ], - [ - -121.75015006099994, - 37.29519193100003 - ], - [ - -121.75044741399995, - 37.29633720700008 - ], - [ - -121.75048154099994, - 37.296465961000024 - ], - [ - -121.75065313199997, - 37.297113385000046 - ], - [ - -121.75107694899998, - 37.29861200200003 - ], - [ - -121.75183963099994, - 37.300836434000075 - ], - [ - -121.75185915199995, - 37.30089340500007 - ], - [ - -121.75189344799998, - 37.30099609700005 - ], - [ - -121.75185154899998, - 37.30100406300005 - ], - [ - -121.75181845399999, - 37.301010758000075 - ], - [ - -121.75178152199999, - 37.301017699000056 - ], - [ - -121.75174477499996, - 37.30102537000005 - ], - [ - -121.75170829499996, - 37.30103367900006 - ], - [ - -121.75169163599998, - 37.30103804700008 - ], - [ - -121.75167509599999, - 37.30104273200004 - ], - [ - -121.75165870399996, - 37.30104771400005 - ], - [ - -121.75148582099996, - 37.30109442500003 - ], - [ - -121.751227557, - 37.30116015200008 - ], - [ - -121.75096643199998, - 37.301227924000045 - ], - [ - -121.75078243599995, - 37.30127488900007 - ], - [ - -121.750592225, - 37.301322034000066 - ], - [ - -121.75036313499999, - 37.301381314000025 - ], - [ - -121.75017128599995, - 37.30142989600006 - ], - [ - -121.75002393099999, - 37.30146976200007 - ], - [ - -121.74984270799996, - 37.301519764000034 - ], - [ - -121.749679862, - 37.30156194700004 - ], - [ - -121.74947808699994, - 37.301614983000036 - ], - [ - -121.74932018199996, - 37.30165788900007 - ], - [ - -121.74907458799998, - 37.30172244700003 - ], - [ - -121.74891392299998, - 37.30175970700003 - ], - [ - -121.74869426199996, - 37.30181419200005 - ], - [ - -121.74845761399996, - 37.30187581400003 - ], - [ - -121.74824543099999, - 37.30193371900003 - ], - [ - -121.748026805, - 37.30199521700007 - ], - [ - -121.74783943399996, - 37.30204276300003 - ], - [ - -121.74761856599997, - 37.30210401000005 - ], - [ - -121.74743228499995, - 37.302153375000046 - ], - [ - -121.74718879899996, - 37.30222081200003 - ], - [ - -121.74693890699996, - 37.30228566300008 - ], - [ - -121.74678049499994, - 37.30232060700007 - ], - [ - -121.746671075, - 37.30233816000003 - ], - [ - -121.746447505, - 37.30237153100006 - ], - [ - -121.74638898699999, - 37.30237966200008 - ], - [ - -121.746208218, - 37.30240385700006 - ], - [ - -121.74610775399998, - 37.30241730800003 - ], - [ - -121.74586725299997, - 37.30244911900007 - ], - [ - -121.74569125699998, - 37.30247095000004 - ], - [ - -121.74568336299996, - 37.30247192600007 - ], - [ - -121.74549567899999, - 37.30249562100005 - ], - [ - -121.74529237499996, - 37.302522526000075 - ], - [ - -121.745283197, - 37.30252376800007 - ], - [ - -121.74507664299995, - 37.30254995200005 - ], - [ - -121.74488557999996, - 37.302572171000065 - ], - [ - -121.74471125099996, - 37.30259263200003 - ], - [ - -121.74451888299996, - 37.30261218600003 - ], - [ - -121.74443289599998, - 37.30261918800005 - ], - [ - -121.74383849099996, - 37.302614377000054 - ], - [ - -121.74398802299999, - 37.30514503400008 - ], - [ - -121.74425628499995, - 37.30608495000007 - ], - [ - -121.74498648199994, - 37.306915514000025 - ], - [ - -121.74507876499996, - 37.30729486100006 - ], - [ - -121.745931956, - 37.30846301100007 - ], - [ - -121.74659095099997, - 37.30836529100003 - ], - [ - -121.74724355599994, - 37.30858888600005 - ], - [ - -121.74908115599999, - 37.30921844900007 - ], - [ - -121.74932965699998, - 37.31006870200008 - ], - [ - -121.74964004599997, - 37.311130570000046 - ], - [ - -121.74983907099994, - 37.31181134900004 - ], - [ - -121.74985615499997, - 37.311869787000035 - ], - [ - -121.74987827999996, - 37.31194538200003 - ], - [ - -121.74992351499998, - 37.31210036500005 - ], - [ - -121.75007583099995, - 37.312621601000046 - ], - [ - -121.74994890499994, - 37.312710483000046 - ], - [ - -121.74889105899996, - 37.313451705000034 - ], - [ - -121.74883944899995, - 37.31348784800008 - ], - [ - -121.74898149199998, - 37.31363115400006 - ], - [ - -121.74899941899997, - 37.31364922900008 - ], - [ - -121.74901303099995, - 37.313662977000035 - ], - [ - -121.74901900499998, - 37.31366895700006 - ], - [ - -121.74902990599998, - 37.31367987400006 - ], - [ - -121.74910889699999, - 37.313675438000075 - ], - [ - -121.74926916899994, - 37.313669563000076 - ], - [ - -121.74942959899994, - 37.31366819500005 - ], - [ - -121.749590018, - 37.31367136100005 - ], - [ - -121.74961830299998, - 37.313673050000034 - ], - [ - -121.74964633199994, - 37.31367659600005 - ], - [ - -121.74967390499995, - 37.31368198000007 - ], - [ - -121.74970081899994, - 37.31368915400003 - ], - [ - -121.74972690299995, - 37.313698077000026 - ], - [ - -121.74975198499999, - 37.313708682000026 - ], - [ - -121.74977588899998, - 37.31372092400005 - ], - [ - -121.74979844299997, - 37.313734692000025 - ], - [ - -121.74981950299997, - 37.31374987200007 - ], - [ - -121.74990776199996, - 37.313836940000044 - ], - [ - -121.74999068999995, - 37.31392726900003 - ], - [ - -121.75006813599998, - 37.314020655000036 - ], - [ - -121.75007951599997, - 37.314037975000076 - ], - [ - -121.750092688, - 37.31405445300004 - ], - [ - -121.75010759199995, - 37.31406997300007 - ], - [ - -121.750124111, - 37.31408440000007 - ], - [ - -121.750142101, - 37.31409769000004 - ], - [ - -121.75016144399996, - 37.31410963800005 - ], - [ - -121.75018202599995, - 37.31412022200004 - ], - [ - -121.75020364199997, - 37.31412937600004 - ], - [ - -121.75022618099996, - 37.314137010000024 - ], - [ - -121.75024946699995, - 37.31414307800003 - ], - [ - -121.75027329799997, - 37.31414753900003 - ], - [ - -121.75029753099994, - 37.31415032600006 - ], - [ - -121.75034008799997, - 37.314150260000076 - ], - [ - -121.75038253899999, - 37.31414733500003 - ], - [ - -121.75042445399998, - 37.31414155400006 - ], - [ - -121.75046563499996, - 37.314132967000035 - ], - [ - -121.750559824, - 37.31411186400004 - ], - [ - -121.75065611399998, - 37.314098201000036 - ], - [ - -121.75075361799998, - 37.31409198800003 - ], - [ - -121.75085142199998, - 37.31409337000008 - ], - [ - -121.75085692899995, - 37.31409374500004 - ], - [ - -121.75089781599996, - 37.31409665000007 - ], - [ - -121.75101371999995, - 37.31410768200004 - ], - [ - -121.75112933499997, - 37.31412194400008 - ], - [ - -121.75124442799995, - 37.31413932400005 - ], - [ - -121.75135880099998, - 37.31415984600005 - ], - [ - -121.75147230899995, - 37.31418349300003 - ], - [ - -121.75158466499994, - 37.314210194000054 - ], - [ - -121.75169575199999, - 37.31423990800005 - ], - [ - -121.75180531399997, - 37.31427261400006 - ], - [ - -121.75191323299998, - 37.31430815300007 - ], - [ - -121.75198590399998, - 37.31433525600005 - ], - [ - -121.75205982999995, - 37.31436023800006 - ], - [ - -121.752134781, - 37.31438310500005 - ], - [ - -121.752211365, - 37.314404214000035 - ], - [ - -121.752213811, - 37.31440489900007 - ], - [ - -121.75229084199998, - 37.31442355400003 - ], - [ - -121.75229383299995, - 37.31442425400007 - ], - [ - -121.75237473099997, - 37.314441197000065 - ], - [ - -121.75239054599996, - 37.31444434800005 - ], - [ - -121.75245240199996, - 37.31445533700003 - ], - [ - -121.75248109799998, - 37.314457548000064 - ], - [ - -121.75250983599994, - 37.31445893400007 - ], - [ - -121.75253861899995, - 37.31445952000007 - ], - [ - -121.75629366399994, - 37.31682484900006 - ], - [ - -121.75714092799996, - 37.31657755200007 - ], - [ - -121.75751636499996, - 37.31720488000008 - ], - [ - -121.75770206299995, - 37.318004631000065 - ], - [ - -121.75837515399996, - 37.318932320000044 - ], - [ - -121.75831218699994, - 37.318940756000075 - ], - [ - -121.75824673399995, - 37.31894953900007 - ], - [ - -121.75820721499997, - 37.31895483900007 - ], - [ - -121.75818745699996, - 37.31895747600004 - ], - [ - -121.75816769699998, - 37.31896013800008 - ], - [ - -121.75812817899998, - 37.31896543800008 - ], - [ - -121.75806029399996, - 37.31897454500006 - ], - [ - -121.75802632399996, - 37.31897912100004 - ], - [ - -121.75799238099995, - 37.31898367300005 - ], - [ - -121.75792446899999, - 37.31899278100008 - ], - [ - -121.75771855099998, - 37.319639822000056 - ], - [ - -121.75771558099996, - 37.319649155000036 - ], - [ - -121.75774055899996, - 37.319767728000045 - ], - [ - -121.75793442699995, - 37.31995572000005 - ], - [ - -121.75837391099998, - 37.32038191600003 - ], - [ - -121.75848680399997, - 37.32060501900003 - ], - [ - -121.75880189299994, - 37.321227613000076 - ], - [ - -121.75898475699995, - 37.32158903800007 - ], - [ - -121.75889826499997, - 37.32191939200004 - ], - [ - -121.758824474, - 37.32203229700008 - ], - [ - -121.75880198299996, - 37.32206673500008 - ], - [ - -121.75889842, - 37.32215661500004 - ], - [ - -121.75891900799996, - 37.32218946900008 - ], - [ - -121.75961829699997, - 37.32448817000005 - ], - [ - -121.759628438, - 37.324487833000035 - ], - [ - -121.75963854899999, - 37.32448749500003 - ], - [ - -121.76108939399995, - 37.32443925000007 - ], - [ - -121.76131033999997, - 37.32521488100008 - ], - [ - -121.76153792399998, - 37.325841843000035 - ], - [ - -121.761523475, - 37.32605056600005 - ], - [ - -121.76156625799996, - 37.32619426300005 - ], - [ - -121.76163177999996, - 37.32652703100007 - ], - [ - -121.76169960099998, - 37.32659018600003 - ], - [ - -121.76178677299998, - 37.32663990200007 - ], - [ - -121.76177334099998, - 37.32664732400008 - ], - [ - -121.76158518399996, - 37.32675171100004 - ], - [ - -121.76154291499995, - 37.32675216700005 - ], - [ - -121.76151827999996, - 37.32675815400006 - ], - [ - -121.76149340499995, - 37.32676343500003 - ], - [ - -121.76146828699996, - 37.32676803100003 - ], - [ - -121.76143781199994, - 37.32677585500005 - ], - [ - -121.761464688, - 37.32682648400004 - ], - [ - -121.76174519199998, - 37.32735177300003 - ], - [ - -121.76192231299996, - 37.327683501000024 - ], - [ - -121.76220279499995, - 37.32820885800004 - ], - [ - -121.76247478099998, - 37.32878736400005 - ], - [ - -121.76278325599998, - 37.32944387100008 - ], - [ - -121.76402355799996, - 37.328833659000054 - ], - [ - -121.76417140199999, - 37.32926732800007 - ], - [ - -121.76495613999998, - 37.328877066000075 - ], - [ - -121.76549521399994, - 37.328775568000026 - ], - [ - -121.76580595599995, - 37.32873174300005 - ], - [ - -121.76606186199996, - 37.328694462000044 - ], - [ - -121.76606986699994, - 37.328791358000046 - ], - [ - -121.76609316199995, - 37.32905648600007 - ], - [ - -121.76609999799996, - 37.329189307000036 - ], - [ - -121.76609663099998, - 37.32932219300005 - ], - [ - -121.766083026, - 37.329454687000066 - ], - [ - -121.76607362599998, - 37.32952750800007 - ], - [ - -121.76607217099996, - 37.329600655000036 - ], - [ - -121.76607873999995, - 37.329673670000034 - ], - [ - -121.76609323399998, - 37.32974593500006 - ], - [ - -121.76611550499996, - 37.32981690300005 - ], - [ - -121.76614542699997, - 37.32988609500006 - ], - [ - -121.766182819, - 37.32995289400003 - ], - [ - -121.76622729999997, - 37.33001689300005 - ], - [ - -121.76626046999996, - 37.33006968400008 - ], - [ - -121.76628922599997, - 37.330124125000054 - ], - [ - -121.76631344599997, - 37.33017994200003 - ], - [ - -121.76631784399996, - 37.33021793700004 - ], - [ - -121.766317889, - 37.33025606900003 - ], - [ - -121.76631360299996, - 37.33029408900006 - ], - [ - -121.76630503899997, - 37.33033162900006 - ], - [ - -121.766292218, - 37.33036839000005 - ], - [ - -121.76627527899996, - 37.33040407500005 - ], - [ - -121.76625433399994, - 37.33043838300006 - ], - [ - -121.76622963399996, - 37.33047103900003 - ], - [ - -121.76617536899994, - 37.33053157200004 - ], - [ - -121.76609413099999, - 37.33058559800003 - ], - [ - -121.76602189899995, - 37.330609336000066 - ], - [ - -121.76607194699994, - 37.33071100900003 - ], - [ - -121.76604007599997, - 37.33072120700007 - ], - [ - -121.76593539599997, - 37.33075845700006 - ], - [ - -121.76583257299995, - 37.330798892000075 - ], - [ - -121.76578665599999, - 37.33081932500005 - ], - [ - -121.76574123999995, - 37.33084400900003 - ], - [ - -121.76571684199996, - 37.330858944000056 - ], - [ - -121.76568646599998, - 37.33087811100006 - ], - [ - -121.765626264, - 37.33092325800004 - ], - [ - -121.76556441099996, - 37.33097261200004 - ], - [ - -121.76550850599995, - 37.33102796600008 - ], - [ - -121.76547912799998, - 37.33106538800007 - ], - [ - -121.76544971099997, - 37.33111402500003 - ], - [ - -121.76541542299998, - 37.33119148700007 - ], - [ - -121.76540322699998, - 37.33124151700008 - ], - [ - -121.76540047699996, - 37.331260248000035 - ], - [ - -121.76539966899998, - 37.331270121000045 - ], - [ - -121.7653984199999, - 37.33133340100005 - ], - [ - -121.76540756699995, - 37.33138949600004 - ], - [ - -121.765417948, - 37.331435413000065 - ], - [ - -121.76543622, - 37.331512376000035 - ], - [ - -121.76544699099998, - 37.331569552000076 - ], - [ - -121.765452343, - 37.33164347300004 - ], - [ - -121.76545045499995, - 37.331691171000045 - ], - [ - -121.76543942999996, - 37.33174585800003 - ], - [ - -121.76543147499996, - 37.33177041400006 - ], - [ - -121.76540756999998, - 37.331826385000056 - ], - [ - -121.76537030499998, - 37.33189060300003 - ], - [ - -121.765296778, - 37.33199716800004 - ], - [ - -121.76506854999997, - 37.33228156000007 - ], - [ - -121.76497868299998, - 37.33237955900006 - ], - [ - -121.76512199599995, - 37.33262102700007 - ], - [ - -121.76565429299995, - 37.33241740200003 - ], - [ - -121.76578523899997, - 37.332251917000065 - ], - [ - -121.76581813099995, - 37.33219857300003 - ], - [ - -121.76597072099997, - 37.332151649000025 - ], - [ - -121.76612324399997, - 37.332122764000076 - ], - [ - -121.76617676199999, - 37.332302164000055 - ], - [ - -121.76619137899996, - 37.33235112700004 - ], - [ - -121.766217655, - 37.33243855500007 - ], - [ - -121.76621976699994, - 37.33244636100005 - ], - [ - -121.76624763399997, - 37.33253976800006 - ], - [ - -121.76641706299995, - 37.33310749300006 - ], - [ - -121.76642317099999, - 37.33312795900008 - ], - [ - -121.76653388699998, - 37.333499059000076 - ], - [ - -121.76624417799997, - 37.333705972000075 - ], - [ - -121.76610317199999, - 37.33381088700003 - ], - [ - -121.76587550799997, - 37.33386299400007 - ], - [ - -121.76564618599997, - 37.333907037000074 - ], - [ - -121.76544178799998, - 37.33394012200006 - ], - [ - -121.76513397099995, - 37.33408519900007 - ], - [ - -121.76474634199997, - 37.33425876500007 - ], - [ - -121.76471956199998, - 37.33441245800003 - ], - [ - -121.76466895799996, - 37.33455082100005 - ], - [ - -121.764556487, - 37.33530699500005 - ], - [ - -121.76403799399998, - 37.33540961500006 - ], - [ - -121.76281966899995, - 37.33565082000007 - ], - [ - -121.763474912, - 37.336354081000025 - ], - [ - -121.76545972099996, - 37.33578607000004 - ], - [ - -121.76827353599998, - 37.334937129000025 - ], - [ - -121.76824887899994, - 37.334881180000025 - ], - [ - -121.76812514999995, - 37.33460036100007 - ], - [ - -121.76799162799995, - 37.334277738000026 - ], - [ - -121.76765067599996, - 37.333523927000044 - ], - [ - -121.768258533, - 37.33336410600003 - ], - [ - -121.76834380399998, - 37.333341690000054 - ], - [ - -121.76832873399997, - 37.333176614000024 - ], - [ - -121.76832598099998, - 37.33314617900004 - ], - [ - -121.76831948699999, - 37.333118300000024 - ], - [ - -121.76827756299997, - 37.33293797300007 - ], - [ - -121.76818234599995, - 37.33252839200003 - ], - [ - -121.76812973999995, - 37.33243170500003 - ], - [ - -121.76787995099994, - 37.331972920000055 - ], - [ - -121.76789537899998, - 37.331936416000076 - ], - [ - -121.76790647699994, - 37.33189892300004 - ], - [ - -121.76791314399998, - 37.331860764000055 - ], - [ - -121.76791510199996, - 37.33181076000005 - ], - [ - -121.76790946399996, - 37.331760933000055 - ], - [ - -121.76784224, - 37.331407185000046 - ], - [ - -121.76784033699994, - 37.33138702100007 - ], - [ - -121.76784267599999, - 37.33136688600007 - ], - [ - -121.76784919399995, - 37.33134734500004 - ], - [ - -121.76785970499998, - 37.33132894700003 - ], - [ - -121.76787391799996, - 37.33131221000008 - ], - [ - -121.76865594699996, - 37.33085685100008 - ], - [ - -121.76866330399997, - 37.330852926000034 - ], - [ - -121.76867107199996, - 37.33084952300004 - ], - [ - -121.76867916299994, - 37.33084666600007 - ], - [ - -121.76868755199996, - 37.33084435600006 - ], - [ - -121.76869615099997, - 37.33084268300007 - ], - [ - -121.76870490299996, - 37.33084155800003 - ], - [ - -121.76871372399995, - 37.33084105000006 - ], - [ - -121.76872258199995, - 37.33084113800004 - ], - [ - -121.76873139199995, - 37.33084184300003 - ], - [ - -121.768740101, - 37.330843145000074 - ], - [ - -121.76874864599995, - 37.33084502100007 - ], - [ - -121.76875694499995, - 37.33084751800004 - ], - [ - -121.76876493499998, - 37.33085056700003 - ], - [ - -121.76877259199995, - 37.33085410100006 - ], - [ - -121.76877979899996, - 37.33085821100008 - ], - [ - -121.76878658399994, - 37.33086278500008 - ], - [ - -121.76946057299995, - 37.33135765500003 - ], - [ - -121.76967879299997, - 37.33188895700005 - ], - [ - -121.76989037399994, - 37.33241898000006 - ], - [ - -121.77021233899995, - 37.332307842000034 - ], - [ - -121.77022586699997, - 37.33230597900007 - ], - [ - -121.77044737899996, - 37.33227517200004 - ], - [ - -121.770510694, - 37.33226638300005 - ], - [ - -121.77053245699994, - 37.332263331000036 - ], - [ - -121.77064535699998, - 37.33224761800005 - ], - [ - -121.77076400699997, - 37.33223110900008 - ], - [ - -121.77085242799996, - 37.332166518000065 - ], - [ - -121.77102170899997, - 37.33204272900008 - ], - [ - -121.77104908499996, - 37.332047834000036 - ], - [ - -121.77133779299999, - 37.33210167400006 - ], - [ - -121.77155557699996, - 37.33192244500003 - ], - [ - -121.77158494799994, - 37.33189827600006 - ], - [ - -121.77164287399995, - 37.33190971000005 - ], - [ - -121.77175231299998, - 37.33189110300003 - ], - [ - -121.77177350699998, - 37.331935506000036 - ], - [ - -121.77198540499995, - 37.332444648000035 - ], - [ - -121.77208941999999, - 37.33274039400004 - ], - [ - -121.77242703999997, - 37.33370018800008 - ], - [ - -121.77241085799994, - 37.33370604100003 - ], - [ - -121.77239467699997, - 37.33371196200005 - ], - [ - -121.77239259699996, - 37.33371274000007 - ], - [ - -121.77237898499999, - 37.333718015000045 - ], - [ - -121.77236537399995, - 37.333723313000064 - ], - [ - -121.772358597, - 37.33372601800005 - ], - [ - -121.77234177399998, - 37.33373295300004 - ], - [ - -121.77232500999997, - 37.33374000200007 - ], - [ - -121.77230292599995, - 37.33374942000006 - ], - [ - -121.77230269999995, - 37.333752548000064 - ], - [ - -121.77228583399994, - 37.33398635100008 - ], - [ - -121.77257156299999, - 37.33414249000003 - ], - [ - -121.772582221, - 37.33415052400005 - ], - [ - -121.77279095199998, - 37.33430797800003 - ], - [ - -121.77295548599994, - 37.33444231400006 - ], - [ - -121.772980282, - 37.33446255400003 - ], - [ - -121.77298158899998, - 37.334461876000034 - ], - [ - -121.77310605699995, - 37.334398013000055 - ], - [ - -121.77388186599995, - 37.334995099000025 - ], - [ - -121.77420688199999, - 37.33521718600008 - ], - [ - -121.77451145199996, - 37.33540852500005 - ], - [ - -121.77505184599994, - 37.335768717000064 - ], - [ - -121.77513123399996, - 37.33582143800004 - ], - [ - -121.77513581399995, - 37.335824477000074 - ], - [ - -121.77910491499995, - 37.33845953800005 - ], - [ - -121.77905723799995, - 37.33850615800003 - ], - [ - -121.77934354499996, - 37.338694227000076 - ], - [ - -121.77962238899994, - 37.33887819000006 - ], - [ - -121.77990566999995, - 37.33906505600004 - ], - [ - -121.77997628199995, - 37.339113772000076 - ], - [ - -121.78004994499997, - 37.33916002700005 - ], - [ - -121.78012640299994, - 37.33920355200007 - ], - [ - -121.78020544799995, - 37.33924427900007 - ], - [ - -121.780286822, - 37.339282027000024 - ], - [ - -121.78037035099999, - 37.33931668500003 - ], - [ - -121.78045560399994, - 37.33934816500005 - ], - [ - -121.78054237699996, - 37.33937633200003 - ], - [ - -121.78058679699996, - 37.339388894000024 - ], - [ - -121.78063032299997, - 37.339401191000036 - ], - [ - -121.78059448399995, - 37.339437702000055 - ], - [ - -121.78073211999998, - 37.33952807400004 - ], - [ - -121.78081733, - 37.33958402500008 - ], - [ - -121.78097055499995, - 37.33955363000007 - ], - [ - -121.78135256899998, - 37.33947785000004 - ], - [ - -121.78141595499994, - 37.339474661000054 - ], - [ - -121.78147918199994, - 37.339470445000075 - ], - [ - -121.78154233199996, - 37.33946517700008 - ], - [ - -121.78154566799998, - 37.33946422500003 - ], - [ - -121.781549096, - 37.33946352500004 - ], - [ - -121.78155261599994, - 37.33946305000006 - ], - [ - -121.78155616699996, - 37.339462851000064 - ], - [ - -121.78155969399995, - 37.33946288200008 - ], - [ - -121.78156322599995, - 37.339463187000035 - ], - [ - -121.78156673299998, - 37.33946374300007 - ], - [ - -121.78157012799994, - 37.33946450700006 - ], - [ - -121.78157344199997, - 37.33946552400005 - ], - [ - -121.78157664599996, - 37.33946677100005 - ], - [ - -121.78157968099998, - 37.339468271000044 - ], - [ - -121.78158254799996, - 37.33946993300003 - ], - [ - -121.78158518899994, - 37.33947180400003 - ], - [ - -121.78158766099995, - 37.339473861000045 - ], - [ - -121.78158984899994, - 37.339476080000054 - ], - [ - -121.78159180999995, - 37.339478462000045 - ], - [ - -121.78159348699995, - 37.339480938000065 - ], - [ - -121.78159490799999, - 37.33948353200003 - ], - [ - -121.78159601399994, - 37.33948622100007 - ], - [ - -121.78159683599995, - 37.339488981000045 - ], - [ - -121.78159731499994, - 37.33949179100006 - ], - [ - -121.78159750599997, - 37.33949462800007 - ], - [ - -121.78159738199997, - 37.33949746800005 - ], - [ - -121.78159694299995, - 37.33950028700008 - ], - [ - -121.78159618799998, - 37.33950304200005 - ], - [ - -121.78159514499998, - 37.33950575500006 - ], - [ - -121.78159378499998, - 37.33950837900005 - ], - [ - -121.78159213699996, - 37.33951089200008 - ], - [ - -121.78159022899996, - 37.33951329300004 - ], - [ - -121.78158808799998, - 37.33951553700007 - ], - [ - -121.781346295, - 37.33985426600003 - ], - [ - -121.78122861699995, - 37.339976266000065 - ], - [ - -121.78130596399996, - 37.34003338200006 - ], - [ - -121.78150082899998, - 37.34016263600006 - ], - [ - -121.78177305899999, - 37.34034314100006 - ], - [ - -121.78185906799996, - 37.34040027100008 - ], - [ - -121.78254420599995, - 37.340854730000046 - ], - [ - -121.78251782599995, - 37.340877816000045 - ], - [ - -121.78309743499995, - 37.34127494400008 - ], - [ - -121.78311058499997, - 37.34126106600007 - ], - [ - -121.78375889899996, - 37.34170880200003 - ], - [ - -121.78391719299998, - 37.34180999100005 - ], - [ - -121.78454231799998, - 37.342235154000036 - ], - [ - -121.78562035399995, - 37.34296833600007 - ], - [ - -121.787061215, - 37.343953928000076 - ], - [ - -121.78743401999998, - 37.344177881000064 - ], - [ - -121.78745284599995, - 37.34419056100006 - ], - [ - -121.78795129099996, - 37.34452655000007 - ], - [ - -121.78870959499994, - 37.34503320400006 - ], - [ - -121.78873073899996, - 37.34504730100008 - ], - [ - -121.78872632599996, - 37.345051657000056 - ], - [ - -121.78862254699999, - 37.345154079000054 - ], - [ - -121.78828991599994, - 37.34547809500003 - ], - [ - -121.78802804499998, - 37.34575074800006 - ], - [ - -121.78760479799996, - 37.346150470000055 - ], - [ - -121.78755472399996, - 37.34619776000005 - ], - [ - -121.78745560299996, - 37.34628602600003 - ], - [ - -121.78746546499997, - 37.34628885700005 - ], - [ - -121.787877402, - 37.34640711000003 - ], - [ - -121.78821976599994, - 37.346652316000075 - ], - [ - -121.78827106199998, - 37.34668906100006 - ], - [ - -121.78804698099998, - 37.34690899700007 - ], - [ - -121.78842812999994, - 37.34717027900007 - ], - [ - -121.78828918999994, - 37.34730806700003 - ], - [ - -121.78824716799994, - 37.347346892000076 - ], - [ - -121.78836531999997, - 37.34742506500004 - ], - [ - -121.78853164399999, - 37.34753512000003 - ], - [ - -121.788539749, - 37.34752953700007 - ], - [ - -121.78854805599997, - 37.347524159000045 - ], - [ - -121.78855012599996, - 37.34752285400003 - ], - [ - -121.788551687, - 37.34752194500004 - ], - [ - -121.78856994799997, - 37.347511901000075 - ], - [ - -121.78857083099996, - 37.34751148000004 - ], - [ - -121.78859091699996, - 37.34750244600008 - ], - [ - -121.78859145799998, - 37.347502234000046 - ], - [ - -121.78859678499998, - 37.34750020700005 - ], - [ - -121.78859852199997, - 37.347499570000025 - ], - [ - -121.78860211099999, - 37.34749824900007 - ], - [ - -121.78860564499996, - 37.347496997000064 - ], - [ - -121.78860746999999, - 37.34749638200003 - ], - [ - -121.78861285699998, - 37.34749456000003 - ], - [ - -121.78855261199999, - 37.34754901200006 - ], - [ - -121.78796404199994, - 37.348139917000026 - ], - [ - -121.78756407499998, - 37.34852379400007 - ], - [ - -121.78740959899994, - 37.34867205200004 - ], - [ - -121.78676311999999, - 37.34930957900008 - ], - [ - -121.78671885899996, - 37.34935322600006 - ], - [ - -121.78675148199994, - 37.34937619300007 - ], - [ - -121.78677449699995, - 37.34939239700003 - ], - [ - -121.78679228799996, - 37.349404906000075 - ], - [ - -121.78683263, - 37.34943328000003 - ], - [ - -121.78764043799998, - 37.35000172600007 - ], - [ - -121.78825256799996, - 37.35042683300003 - ], - [ - -121.78849846999998, - 37.35059717400003 - ], - [ - -121.78880333099994, - 37.35080941700005 - ], - [ - -121.78899553999997, - 37.350931960000025 - ], - [ - -121.789177113, - 37.35105615200007 - ], - [ - -121.78935972799997, - 37.35117932700007 - ], - [ - -121.78954228999999, - 37.35130263900004 - ], - [ - -121.78972445799997, - 37.35142625000003 - ], - [ - -121.78993206599995, - 37.35156368300005 - ], - [ - -121.78967861899997, - 37.351802004000035 - ], - [ - -121.78964301199994, - 37.35183551600005 - ], - [ - -121.79008746999995, - 37.35213484900004 - ], - [ - -121.79008760599999, - 37.35215769100006 - ], - [ - -121.79008763699994, - 37.35216114700006 - ], - [ - -121.79008811899996, - 37.35223727300007 - ], - [ - -121.79009282199996, - 37.352519493000045 - ], - [ - -121.79010229199997, - 37.35279058300006 - ], - [ - -121.79010862799998, - 37.35302135300003 - ], - [ - -121.79010912099994, - 37.35309145800005 - ], - [ - -121.79010921899999, - 37.35310541900003 - ], - [ - -121.79011457799999, - 37.35312850100007 - ], - [ - -121.79014270299996, - 37.35325609800003 - ], - [ - -121.79044475299997, - 37.35367338900005 - ], - [ - -121.79046482999996, - 37.35370358800003 - ], - [ - -121.78995234499996, - 37.35368956700006 - ], - [ - -121.78996422199998, - 37.35377147100007 - ], - [ - -121.78997197199999, - 37.35382494800007 - ], - [ - -121.79003973199997, - 37.35429183400004 - ], - [ - -121.79058782499999, - 37.35421401900004 - ], - [ - -121.790749657, - 37.35423233400007 - ], - [ - -121.79054424199995, - 37.354094443000065 - ], - [ - -121.79033439099999, - 37.35381120900007 - ], - [ - -121.79037990399996, - 37.35381336300003 - ], - [ - -121.79048177399994, - 37.353822999000045 - ], - [ - -121.790566319, - 37.35383552700006 - ], - [ - -121.79062311399997, - 37.35384513400004 - ], - [ - -121.79066005799996, - 37.35385418000004 - ], - [ - -121.79069650499997, - 37.35386442200007 - ], - [ - -121.79073243, - 37.35387581500004 - ], - [ - -121.79076397699998, - 37.35388782800004 - ], - [ - -121.79078878399997, - 37.353896390000045 - ], - [ - -121.79083050199995, - 37.353912914000034 - ], - [ - -121.790854363, - 37.35392482900005 - ], - [ - -121.79088306199998, - 37.35393959700008 - ], - [ - -121.79092690199997, - 37.353964408000024 - ], - [ - -121.79098447799998, - 37.35400094500005 - ], - [ - -121.79105667199997, - 37.35405037000004 - ], - [ - -121.791200614, - 37.35415499100003 - ], - [ - -121.79134396399996, - 37.354258567000045 - ], - [ - -121.79137415399998, - 37.35428000200005 - ], - [ - -121.79142360699996, - 37.35431598900004 - ], - [ - -121.79147317199994, - 37.354351837000024 - ], - [ - -121.79153130499998, - 37.35439404400006 - ], - [ - -121.79156515999995, - 37.354418416000044 - ], - [ - -121.79165689299998, - 37.35448344100007 - ], - [ - -121.79170496799998, - 37.35451610100006 - ], - [ - -121.791768247, - 37.354559031000065 - ], - [ - -121.79183593599998, - 37.35459831800006 - ], - [ - -121.79191084499996, - 37.35458749000003 - ], - [ - -121.79195777999996, - 37.354579053000066 - ], - [ - -121.79237695799998, - 37.35452604400007 - ], - [ - -121.79247035099996, - 37.35451634000003 - ], - [ - -121.79308961199996, - 37.35445185200007 - ], - [ - -121.79329225099997, - 37.35443054900003 - ], - [ - -121.79401706299996, - 37.35437308600007 - ], - [ - -121.794007793, - 37.35431134400005 - ], - [ - -121.79407146899996, - 37.35430590100003 - ], - [ - -121.79439053099998, - 37.35427861900007 - ], - [ - -121.79471158099994, - 37.35425685400003 - ], - [ - -121.79482877799995, - 37.35424738800003 - ], - [ - -121.79490136199996, - 37.354244823000045 - ], - [ - -121.79498066199994, - 37.354249235000054 - ], - [ - -121.79505619699995, - 37.35425632000005 - ], - [ - -121.79519803199997, - 37.354283800000076 - ], - [ - -121.79536871, - 37.354327555000054 - ], - [ - -121.795478232, - 37.35436498300004 - ], - [ - -121.79560721599995, - 37.354418629000065 - ], - [ - -121.79745523499997, - 37.355263456000046 - ], - [ - -121.79804572199998, - 37.35553793300005 - ], - [ - -121.79810392499996, - 37.35556242200005 - ], - [ - -121.79817317599998, - 37.355587359000026 - ], - [ - -121.79822530399997, - 37.35560715300005 - ], - [ - -121.79824590699997, - 37.35561290000004 - ], - [ - -121.79826661899995, - 37.35561839200005 - ], - [ - -121.798287411, - 37.355623656000034 - ], - [ - -121.79830392999997, - 37.35571944800006 - ], - [ - -121.79832112199995, - 37.35608997600008 - ], - [ - -121.79835157399998, - 37.35674496300004 - ], - [ - -121.79862705199997, - 37.35708493300007 - ], - [ - -121.79913724899995, - 37.35771443900006 - ], - [ - -121.79919371399995, - 37.357788937000066 - ], - [ - -121.79896100999997, - 37.357943341000066 - ], - [ - -121.79894876299994, - 37.357951488000026 - ], - [ - -121.79890428199997, - 37.35796921600007 - ], - [ - -121.798856017, - 37.357982066000034 - ], - [ - -121.79825089299999, - 37.358120634000045 - ], - [ - -121.79716772899997, - 37.358307065000076 - ], - [ - -121.79650649699994, - 37.35832754100005 - ], - [ - -121.79668012599996, - 37.35854563400005 - ], - [ - -121.796842589, - 37.358759821000035 - ], - [ - -121.79732018099998, - 37.359389444000044 - ], - [ - -121.79805615999999, - 37.36035970700004 - ], - [ - -121.79813113299997, - 37.36045132700008 - ], - [ - -121.79684093499998, - 37.36041041900006 - ], - [ - -121.79377968299997, - 37.36041144300003 - ], - [ - -121.79291962099995, - 37.36042331200008 - ], - [ - -121.79180361799996, - 37.360424833000025 - ], - [ - -121.79175279799995, - 37.36042603400006 - ], - [ - -121.79166180899995, - 37.361027930000034 - ], - [ - -121.79255871199996, - 37.361240484000064 - ], - [ - -121.79305513899999, - 37.36142867700005 - ], - [ - -121.79361247799994, - 37.361744491000024 - ], - [ - -121.79390447499998, - 37.361858006000034 - ], - [ - -121.79441294699996, - 37.36174787900006 - ], - [ - -121.79512404399998, - 37.36331340000004 - ], - [ - -121.79516634299995, - 37.36336800300006 - ], - [ - -121.79485537099998, - 37.36336793700008 - ], - [ - -121.79471851999995, - 37.36337091200005 - ], - [ - -121.79464000799999, - 37.36336617200004 - ], - [ - -121.79459416399999, - 37.36336182600007 - ], - [ - -121.79457556799997, - 37.36343225600007 - ], - [ - -121.79447342599997, - 37.36363769500008 - ], - [ - -121.794327, - 37.364029781000056 - ], - [ - -121.79387418799996, - 37.36449153800004 - ], - [ - -121.79382565499998, - 37.36441811800006 - ], - [ - -121.79208576999997, - 37.36539383200005 - ], - [ - -121.79188789199998, - 37.36559597300004 - ], - [ - -121.79157633199998, - 37.36591560100004 - ], - [ - -121.79131467499997, - 37.366185923000046 - ], - [ - -121.790961719, - 37.366548281000064 - ], - [ - -121.79053033099996, - 37.36699729000003 - ], - [ - -121.79028428899994, - 37.367257229000074 - ], - [ - -121.79045439699996, - 37.36744405700006 - ], - [ - -121.79098228699996, - 37.368007024000065 - ], - [ - -121.79158002499997, - 37.36864173400005 - ], - [ - -121.79178330599996, - 37.368877499000064 - ], - [ - -121.792452089, - 37.36966917600006 - ], - [ - -121.79375271099997, - 37.37120513100007 - ], - [ - -121.79449747499996, - 37.37069586200005 - ], - [ - -121.79641399199994, - 37.369397366000044 - ], - [ - -121.79672242199996, - 37.36918847700008 - ], - [ - -121.79797919999999, - 37.36833725200006 - ], - [ - -121.79864488799996, - 37.36790498500005 - ], - [ - -121.79920804899996, - 37.36751594200007 - ], - [ - -121.79924422199997, - 37.367480270000044 - ], - [ - -121.79926875299998, - 37.367491562000055 - ], - [ - -121.80136288299997, - 37.36845557700008 - ], - [ - -121.80144056799998, - 37.368491497000036 - ], - [ - -121.80145933299997, - 37.36850017100005 - ], - [ - -121.80147838199997, - 37.368508794000036 - ], - [ - -121.80161995799995, - 37.36856904700005 - ], - [ - -121.80159476699998, - 37.36858816500006 - ], - [ - -121.80156954699999, - 37.36860730500007 - ], - [ - -121.80154605699994, - 37.368625260000044 - ], - [ - -121.80153309499997, - 37.368635178000034 - ], - [ - -121.80093843599997, - 37.36908938000005 - ], - [ - -121.80077665299996, - 37.36920930700006 - ], - [ - -121.80055388799997, - 37.36934842900007 - ], - [ - -121.80036343399996, - 37.369480485000054 - ], - [ - -121.80030765999999, - 37.36952379200005 - ], - [ - -121.80017218599994, - 37.36962795300008 - ], - [ - -121.80016290599997, - 37.36963515100007 - ], - [ - -121.80009919799994, - 37.369675708000045 - ], - [ - -121.80006374199996, - 37.369701622000036 - ], - [ - -121.80003021299996, - 37.36972772300004 - ], - [ - -121.79999723399999, - 37.36975097800007 - ], - [ - -121.79981107599997, - 37.36988106200005 - ], - [ - -121.79969958999999, - 37.369959573000074 - ], - [ - -121.79958072599999, - 37.370037799000045 - ], - [ - -121.79956925799996, - 37.37004456300008 - ], - [ - -121.79950965399996, - 37.370087021000074 - ], - [ - -121.79945299699995, - 37.37012729400004 - ], - [ - -121.79942197599996, - 37.370149336000054 - ], - [ - -121.79935528899995, - 37.37019672400004 - ], - [ - -121.79899184599998, - 37.37043646600006 - ], - [ - -121.79861162799995, - 37.370693010000025 - ], - [ - -121.79845109899998, - 37.370801339000025 - ], - [ - -121.79819948899996, - 37.37097112600003 - ], - [ - -121.79803831899994, - 37.37107728700005 - ], - [ - -121.798242857, - 37.37125845700007 - ], - [ - -121.798453688, - 37.37144521300007 - ], - [ - -121.79887550299998, - 37.37182556500005 - ], - [ - -121.799192673, - 37.37210567300008 - ], - [ - -121.79939873899997, - 37.37228694000004 - ], - [ - -121.79965517499994, - 37.372575709000046 - ], - [ - -121.79972422599997, - 37.37263930900008 - ], - [ - -121.79977820699997, - 37.37268902200003 - ], - [ - -121.79979327499996, - 37.37270288600007 - ], - [ - -121.79984807299996, - 37.372753413000055 - ], - [ - -121.80119811199995, - 37.37391035600007 - ], - [ - -121.80130979599994, - 37.37385768400003 - ], - [ - -121.80205986599998, - 37.37348965000007 - ], - [ - -121.80220643299998, - 37.37341772800005 - ], - [ - -121.80307681, - 37.37299064700005 - ], - [ - -121.80477496699996, - 37.37215738000003 - ], - [ - -121.80518518899999, - 37.37195607900003 - ], - [ - -121.80524851599995, - 37.37192497700005 - ], - [ - -121.80537422499998, - 37.371866125000054 - ], - [ - -121.80596934399995, - 37.371571251000034 - ], - [ - -121.80551820899996, - 37.371066023000026 - ], - [ - -121.80565495699994, - 37.37100219600006 - ], - [ - -121.80598178999998, - 37.37084789700003 - ], - [ - -121.80627446499994, - 37.37112164500007 - ], - [ - -121.80648654999999, - 37.37132002200008 - ], - [ - -121.80663577299998, - 37.371247906000065 - ], - [ - -121.80698065499996, - 37.37108111200007 - ], - [ - -121.80701463899999, - 37.37106466500006 - ], - [ - -121.80730303899998, - 37.37092518900005 - ], - [ - -121.80762365899994, - 37.370770132000075 - ], - [ - -121.80769674799996, - 37.37073642400003 - ], - [ - -121.80776676099998, - 37.37070231600006 - ], - [ - -121.80750934699995, - 37.37046402300007 - ], - [ - -121.80738700399996, - 37.37035121500003 - ], - [ - -121.80726463299999, - 37.37023838400006 - ], - [ - -121.80721651799996, - 37.370194698000034 - ], - [ - -121.80716834599997, - 37.37015099000007 - ], - [ - -121.80716096999998, - 37.37014251100004 - ], - [ - -121.807154476, - 37.370133588000044 - ], - [ - -121.807149069, - 37.37012449300005 - ], - [ - -121.80714457, - 37.37011488400003 - ], - [ - -121.80714106899995, - 37.370104989000026 - ], - [ - -121.80713850499995, - 37.37009446500008 - ], - [ - -121.80713716899999, - 37.37008365300005 - ], - [ - -121.80713689599997, - 37.37007305900005 - ], - [ - -121.80713142299999, - 37.36995034000006 - ], - [ - -121.80712445199998, - 37.36976995800006 - ], - [ - -121.80712266399996, - 37.369723512000064 - ], - [ - -121.80712553599994, - 37.36970901400008 - ], - [ - -121.80712998899998, - 37.36969477300005 - ], - [ - -121.80713594199995, - 37.36968088100008 - ], - [ - -121.80714333599997, - 37.36966743200003 - ], - [ - -121.80715214299994, - 37.36965453800008 - ], - [ - -121.80716228299997, - 37.36964231600007 - ], - [ - -121.80717369599995, - 37.36963079000003 - ], - [ - -121.80718629899997, - 37.36962009800004 - ], - [ - -121.80720000899998, - 37.36961033100005 - ], - [ - -121.807214682, - 37.36960147000008 - ], - [ - -121.80731908799999, - 37.369546584000034 - ], - [ - -121.80752645299998, - 37.36943600400008 - ], - [ - -121.80777167199994, - 37.36930568500003 - ], - [ - -121.807929544, - 37.36922177300005 - ], - [ - -121.80784800499998, - 37.36914442300008 - ], - [ - -121.807806998, - 37.36910548800006 - ], - [ - -121.80745662799995, - 37.368840169000066 - ], - [ - -121.80779268199996, - 37.36864485900003 - ], - [ - -121.80802723799997, - 37.36850852300006 - ], - [ - -121.80821841499994, - 37.368397413000025 - ], - [ - -121.80824853699994, - 37.368379909000055 - ], - [ - -121.80842299199998, - 37.368278531000044 - ], - [ - -121.80859355599995, - 37.36817937100005 - ], - [ - -121.80884477799998, - 37.36804174700006 - ], - [ - -121.808927467, - 37.36800294200003 - ], - [ - -121.80912881199998, - 37.368072820000066 - ], - [ - -121.80933168299998, - 37.36814141900004 - ], - [ - -121.80954048499996, - 37.36821302100003 - ], - [ - -121.80975301099994, - 37.36828586100006 - ], - [ - -121.80993117899999, - 37.36834729900005 - ], - [ - -121.80999115699996, - 37.36836750400005 - ], - [ - -121.80965047399997, - 37.36851919800006 - ], - [ - -121.80948377699997, - 37.368611427000076 - ], - [ - -121.80913645699997, - 37.368782284000076 - ], - [ - -121.80911054599994, - 37.368794499000046 - ], - [ - -121.80890062599997, - 37.368893298000046 - ], - [ - -121.80877161599994, - 37.36895339900008 - ], - [ - -121.80850120499997, - 37.369079362000036 - ], - [ - -121.808462438, - 37.369097718000035 - ], - [ - -121.808628194, - 37.369321512000056 - ], - [ - -121.80863810599999, - 37.36933394500005 - ], - [ - -121.80882154099999, - 37.36956493400004 - ], - [ - -121.80877856399997, - 37.36958535100007 - ], - [ - -121.80849448499998, - 37.36972057100007 - ], - [ - -121.808683622, - 37.36990203300007 - ], - [ - -121.808815042, - 37.370010757000045 - ], - [ - -121.80906570899998, - 37.37023204500008 - ], - [ - -121.80962834499996, - 37.37064280900006 - ], - [ - -121.80963321699994, - 37.37064582200003 - ], - [ - -121.809638426, - 37.370648464000055 - ], - [ - -121.80964385699997, - 37.37065073900004 - ], - [ - -121.80964953999995, - 37.37065259800005 - ], - [ - -121.80965541599994, - 37.37065406600004 - ], - [ - -121.80966145599996, - 37.37065509700005 - ], - [ - -121.80966754699995, - 37.37065569300006 - ], - [ - -121.80967371499997, - 37.37065585300007 - ], - [ - -121.80967984899996, - 37.370655578000026 - ], - [ - -121.80968594499996, - 37.37065486900008 - ], - [ - -121.80969191899999, - 37.37065368100008 - ], - [ - -121.80969774299996, - 37.37065215200005 - ], - [ - -121.80970338599997, - 37.370650166000075 - ], - [ - -121.80970879299997, - 37.370647793000046 - ], - [ - -121.80971387899996, - 37.37064503600004 - ], - [ - -121.80971867199997, - 37.37064193800006 - ], - [ - -121.80972308499997, - 37.37063852400007 - ], - [ - -121.809727093, - 37.37063479400007 - ], - [ - -121.80973066499996, - 37.37063079300003 - ], - [ - -121.80973136899996, - 37.37063005400006 - ], - [ - -121.80973215899996, - 37.37062933500005 - ], - [ - -121.80973294899997, - 37.370628640000064 - ], - [ - -121.80976710899995, - 37.37059598400003 - ], - [ - -121.80980231099994, - 37.37056404900005 - ], - [ - -121.80983853099997, - 37.37053283400007 - ], - [ - -121.80987571099996, - 37.370502388000034 - ], - [ - -121.80988676299995, - 37.37049310900005 - ], - [ - -121.80956282299996, - 37.370018567000045 - ], - [ - -121.80975393799997, - 37.36993650100004 - ], - [ - -121.80980523199997, - 37.36991445900003 - ], - [ - -121.80995091399996, - 37.369851922000066 - ], - [ - -121.81004766599995, - 37.36981035000008 - ], - [ - -121.81014789199997, - 37.36976729600008 - ], - [ - -121.81029007299998, - 37.36970621800003 - ], - [ - -121.81034484099996, - 37.36968269300007 - ], - [ - -121.81053247999995, - 37.36960213200007 - ], - [ - -121.81054181599995, - 37.369598137000025 - ], - [ - -121.81077494199997, - 37.36949797500006 - ], - [ - -121.81078983099997, - 37.36949167400007 - ], - [ - -121.81099044499996, - 37.36935305600008 - ], - [ - -121.81120409399995, - 37.36920538800007 - ], - [ - -121.81124421799996, - 37.36917767700004 - ], - [ - -121.81134548199998, - 37.36921843300007 - ], - [ - -121.81144653399997, - 37.369211190000044 - ], - [ - -121.81155970299994, - 37.36920305800004 - ], - [ - -121.81177664499995, - 37.36918749200004 - ], - [ - -121.81200306799997, - 37.36917285000004 - ], - [ - -121.81205665799996, - 37.36916742200003 - ], - [ - -121.81222235799999, - 37.36915712000007 - ], - [ - -121.81244554499995, - 37.36914116300005 - ], - [ - -121.81256382599997, - 37.369095893000065 - ], - [ - -121.81288271099999, - 37.36897366300008 - ], - [ - -121.81302898099995, - 37.369142185000044 - ], - [ - -121.81309223399995, - 37.36924086200003 - ], - [ - -121.813112021, - 37.369275136000056 - ], - [ - -121.81312867599996, - 37.36930399700003 - ], - [ - -121.81333823799997, - 37.36967932400006 - ], - [ - -121.81342375499997, - 37.369843858000024 - ], - [ - -121.81342513399994, - 37.36984716200004 - ], - [ - -121.813553174, - 37.37010408100008 - ], - [ - -121.81355444399998, - 37.37010619400007 - ], - [ - -121.81355503799995, - 37.37010731000004 - ], - [ - -121.81355554299995, - 37.37010838000003 - ], - [ - -121.81355644299998, - 37.370110614000055 - ], - [ - -121.81362988799998, - 37.37025060700006 - ], - [ - -121.81371080399998, - 37.370394729000054 - ], - [ - -121.81372718499995, - 37.37042606400007 - ], - [ - -121.81374089699995, - 37.37045230100006 - ], - [ - -121.81384367299995, - 37.37064889200008 - ], - [ - -121.81394878299994, - 37.37084605100006 - ], - [ - -121.81405397299994, - 37.371042912000064 - ], - [ - -121.81415896899995, - 37.37124005000004 - ], - [ - -121.81424417699998, - 37.37144871600003 - ], - [ - -121.81434771999994, - 37.37164637300003 - ], - [ - -121.81441921399994, - 37.37178295500007 - ], - [ - -121.81445120499995, - 37.37184400900003 - ], - [ - -121.81455480699998, - 37.37204166600003 - ], - [ - -121.81467528299999, - 37.37223176200007 - ], - [ - -121.814813357, - 37.37218326800007 - ], - [ - -121.81486435399995, - 37.37216555200007 - ], - [ - -121.81489927299998, - 37.37215344100008 - ], - [ - -121.81494939499999, - 37.372231 - ], - [ - -121.81545474599994, - 37.37206352700008 - ], - [ - -121.81558172599995, - 37.37228564000003 - ], - [ - -121.81567181199995, - 37.37243879000005 - ], - [ - -121.81590605099996, - 37.37235936800005 - ], - [ - -121.81590048099997, - 37.372445311000035 - ], - [ - -121.81589898299995, - 37.37253766400005 - ], - [ - -121.81589712699997, - 37.372653781000054 - ], - [ - -121.81589679999996, - 37.37267417800007 - ], - [ - -121.81589305799997, - 37.37271743700006 - ], - [ - -121.81588527099996, - 37.372807754000064 - ], - [ - -121.81588129599999, - 37.37284259100005 - ], - [ - -121.81584687299994, - 37.37291391200006 - ], - [ - -121.81581931399995, - 37.37297101000007 - ], - [ - -121.81571435899997, - 37.37314450000008 - ], - [ - -121.81560121099994, - 37.37332016300007 - ], - [ - -121.815588091, - 37.37334056900005 - ], - [ - -121.81551279399997, - 37.37330582000004 - ], - [ - -121.81538841499997, - 37.373068570000044 - ], - [ - -121.81530644399999, - 37.37291217000006 - ], - [ - -121.815244953, - 37.37279486400007 - ], - [ - -121.815009165, - 37.372864529000026 - ], - [ - -121.81501396399995, - 37.37287159400006 - ], - [ - -121.81501799299997, - 37.37287894200006 - ], - [ - -121.81502122399996, - 37.37288655000003 - ], - [ - -121.81502359999996, - 37.372894330000065 - ], - [ - -121.81502514299996, - 37.37290225500004 - ], - [ - -121.81502582899998, - 37.37291025900004 - ], - [ - -121.81502565399995, - 37.372918294000044 - ], - [ - -121.81502459099994, - 37.37292627100004 - ], - [ - -121.81502272199998, - 37.372934144000055 - ], - [ - -121.81501996099996, - 37.372941866000076 - ], - [ - -121.81501642199999, - 37.37294936700005 - ], - [ - -121.81501204699998, - 37.37295660400008 - ], - [ - -121.81500694799996, - 37.37296350500003 - ], - [ - -121.81500109799998, - 37.37297002500003 - ], - [ - -121.81499460799995, - 37.37297614200003 - ], - [ - -121.814987423, - 37.37298176100006 - ], - [ - -121.814979683, - 37.372986884000056 - ], - [ - -121.81497144599996, - 37.37299146300006 - ], - [ - -121.81496271199995, - 37.372995451000065 - ], - [ - -121.81495359399997, - 37.372998850000045 - ], - [ - -121.81494414999997, - 37.37300161100006 - ], - [ - -121.81493446299999, - 37.373003665000056 - ], - [ - -121.81492456399997, - 37.37300508100003 - ], - [ - -121.81491453899997, - 37.37300581100004 - ], - [ - -121.81490447299996, - 37.37300585500003 - ], - [ - -121.81489447999996, - 37.373005189000025 - ], - [ - -121.81488456099999, - 37.37300385900005 - ], - [ - -121.81483597599998, - 37.37307389600005 - ], - [ - -121.81477603299999, - 37.37315527700008 - ], - [ - -121.81463841599998, - 37.37309131000006 - ], - [ - -121.81442788099997, - 37.37299568000003 - ], - [ - -121.81435153999996, - 37.37326660900004 - ], - [ - -121.81432961899998, - 37.37334431200003 - ], - [ - -121.81431141599995, - 37.373434495000026 - ], - [ - -121.81424326299998, - 37.37364105800003 - ], - [ - -121.81424028999999, - 37.37364972200004 - ], - [ - -121.814145425, - 37.37402690400006 - ], - [ - -121.81407769599997, - 37.374324425000054 - ], - [ - -121.81403323199999, - 37.37451959800006 - ], - [ - -121.81437265399995, - 37.37440606200005 - ], - [ - -121.81491480799997, - 37.374226504000035 - ], - [ - -121.81495869599996, - 37.37423338200006 - ], - [ - -121.81556609999996, - 37.374327718000075 - ], - [ - -121.81540234599998, - 37.37458740500006 - ], - [ - -121.81568617799996, - 37.37470317700007 - ], - [ - -121.81561781299996, - 37.37481287600008 - ], - [ - -121.81593547299997, - 37.37493909400007 - ], - [ - -121.81596465799998, - 37.374894407000056 - ], - [ - -121.81611930699995, - 37.37465027200005 - ], - [ - -121.81642478999999, - 37.37413281400006 - ], - [ - -121.81618089499995, - 37.37403401200004 - ], - [ - -121.81633664399999, - 37.37378890400004 - ], - [ - -121.81657028299998, - 37.373883585000044 - ], - [ - -121.81663710099997, - 37.37391064500008 - ], - [ - -121.81678214199997, - 37.37396942100003 - ], - [ - -121.81685583399997, - 37.373999266000055 - ], - [ - -121.817073269, - 37.374087329000076 - ], - [ - -121.81722868399999, - 37.374150314000076 - ], - [ - -121.81750994499998, - 37.37426331900008 - ], - [ - -121.81766961799997, - 37.37432547800006 - ], - [ - -121.81788359599994, - 37.374407672000075 - ], - [ - -121.81796681799995, - 37.37443962900005 - ], - [ - -121.81804481599994, - 37.37446960800003 - ], - [ - -121.81808489999997, - 37.37448518000008 - ], - [ - -121.81817770199996, - 37.37452188000003 - ], - [ - -121.81818021, - 37.374522865000074 - ], - [ - -121.818185654, - 37.37452502200006 - ], - [ - -121.81823372199995, - 37.374442825000074 - ], - [ - -121.81826543499994, - 37.37438859400004 - ], - [ - -121.81849571599997, - 37.374027872000056 - ], - [ - -121.81865231199998, - 37.373782524000035 - ], - [ - -121.81872277999997, - 37.373672045000035 - ], - [ - -121.81899396999995, - 37.373229448000075 - ], - [ - -121.81911535199998, - 37.373038191000035 - ], - [ - -121.819067701, - 37.37301798900006 - ], - [ - -121.81888016599999, - 37.37294369400007 - ], - [ - -121.81869541499998, - 37.37286945900007 - ], - [ - -121.81850828999995, - 37.37279561500003 - ], - [ - -121.81840853299997, - 37.37275624600005 - ], - [ - -121.81832321699994, - 37.372722596000074 - ], - [ - -121.81814230199996, - 37.37265117700008 - ], - [ - -121.81813109399997, - 37.37264674800008 - ], - [ - -121.81793149599997, - 37.372567986000035 - ], - [ - -121.81813881699998, - 37.37224245600004 - ], - [ - -121.81823438199996, - 37.37209633200007 - ], - [ - -121.818424532, - 37.37178117900004 - ], - [ - -121.81843653499999, - 37.37176250300007 - ], - [ - -121.81864080799994, - 37.37144497300005 - ], - [ - -121.81852070499997, - 37.37148770700003 - ], - [ - -121.81847989199997, - 37.371505402000025 - ], - [ - -121.81829824599998, - 37.371566339000026 - ], - [ - -121.81827015099998, - 37.37157505600004 - ], - [ - -121.81811733999996, - 37.37162367500008 - ], - [ - -121.81793882799997, - 37.37168171400003 - ], - [ - -121.81776123399999, - 37.37174141500003 - ], - [ - -121.81770982699999, - 37.37175867800005 - ], - [ - -121.81758363799997, - 37.371801093000045 - ], - [ - -121.81749217499998, - 37.371831830000076 - ], - [ - -121.81740236499996, - 37.37186202400005 - ], - [ - -121.81730160599994, - 37.37189588700005 - ], - [ - -121.81722862499998, - 37.37192083300005 - ], - [ - -121.81711071399997, - 37.37196109300004 - ], - [ - -121.81705592099996, - 37.371979837000026 - ], - [ - -121.81705229899995, - 37.371980998000026 - ], - [ - -121.81691974899996, - 37.37202389500004 - ], - [ - -121.81687281099994, - 37.37203909400006 - ], - [ - -121.81667344699997, - 37.37165960500005 - ], - [ - -121.816667785, - 37.371649185000024 - ], - [ - -121.81663389299996, - 37.37158620800005 - ], - [ - -121.81663155099994, - 37.37158188500007 - ], - [ - -121.816597307, - 37.37151838500006 - ], - [ - -121.81659387599996, - 37.37150752700006 - ], - [ - -121.81656682799996, - 37.37145701700007 - ], - [ - -121.81639114399997, - 37.371128878000036 - ], - [ - -121.81656912299997, - 37.371069884000065 - ], - [ - -121.816634304, - 37.37104823000004 - ], - [ - -121.81674713199999, - 37.37101091300008 - ], - [ - -121.81692511099999, - 37.37095194300008 - ], - [ - -121.81710314799994, - 37.37089294800006 - ], - [ - -121.81728109799997, - 37.370834 - ], - [ - -121.81745907599998, - 37.37077500500004 - ], - [ - -121.81763679999995, - 37.370716128000026 - ], - [ - -121.81781506199997, - 37.37065706100003 - ], - [ - -121.81813204099996, - 37.370552029000066 - ], - [ - -121.81805996999998, - 37.37048710000005 - ], - [ - -121.81793194799997, - 37.37037187100003 - ], - [ - -121.81781557999994, - 37.37026701800005 - ], - [ - -121.81770184699997, - 37.37016034900006 - ], - [ - -121.817587861, - 37.370053867000024 - ], - [ - -121.81747382099996, - 37.369945965000056 - ], - [ - -121.81735882599997, - 37.36983754800008 - ], - [ - -121.817247856, - 37.36973302200005 - ], - [ - -121.81713644999996, - 37.36962797500007 - ], - [ - -121.81702513099998, - 37.36952308700006 - ], - [ - -121.81691415899996, - 37.369418332000066 - ], - [ - -121.81679873299998, - 37.36931630500004 - ], - [ - -121.81669172899996, - 37.36920875900006 - ], - [ - -121.816578828, - 37.36910517000007 - ], - [ - -121.81646606899994, - 37.36900141900003 - ], - [ - -121.81635503799998, - 37.368896505000066 - ], - [ - -121.81624446199999, - 37.36879131000006 - ], - [ - -121.81613227099996, - 37.36868720800004 - ], - [ - -121.81602135599996, - 37.36858222400008 - ], - [ - -121.81587733899994, - 37.36844599900007 - ], - [ - -121.81578626199996, - 37.368395933000045 - ], - [ - -121.81631723499999, - 37.368050063000055 - ], - [ - -121.81643214899998, - 37.36797186500007 - ], - [ - -121.81670826699997, - 37.36777990300004 - ], - [ - -121.81686630399997, - 37.36768984300005 - ], - [ - -121.81723723299996, - 37.36743297600003 - ], - [ - -121.81738248599999, - 37.367336857000055 - ], - [ - -121.81753150999998, - 37.36723987100004 - ], - [ - -121.81759172099999, - 37.36719854200004 - ], - [ - -121.81769909499997, - 37.367125576000035 - ], - [ - -121.81783549399995, - 37.36703154700007 - ], - [ - -121.818109269, - 37.36684691000005 - ], - [ - -121.81825412699999, - 37.366748047000044 - ], - [ - -121.81841801499996, - 37.36663551100003 - ], - [ - -121.81855640299995, - 37.36654056400005 - ], - [ - -121.81869557899995, - 37.366431876000036 - ], - [ - -121.81881618299997, - 37.366343174000065 - ], - [ - -121.81891927699996, - 37.36626995800003 - ], - [ - -121.81899699599995, - 37.36621479000007 - ], - [ - -121.81904871899997, - 37.36628232700008 - ], - [ - -121.81940226599994, - 37.366613795000035 - ], - [ - -121.81923983299998, - 37.366724188000035 - ], - [ - -121.81911404099998, - 37.366809653000075 - ], - [ - -121.81892992699994, - 37.36693473200006 - ], - [ - -121.81894354399998, - 37.36694748900004 - ], - [ - -121.81905505799995, - 37.36705207600005 - ], - [ - -121.81916659899997, - 37.36715666200007 - ], - [ - -121.81927811199995, - 37.36726122500005 - ], - [ - -121.81938962499999, - 37.36736581100007 - ], - [ - -121.81950116899998, - 37.36747037400005 - ], - [ - -121.81961268199996, - 37.36757496100006 - ], - [ - -121.81972422599995, - 37.367679545000044 - ], - [ - -121.81983573899998, - 37.36778410900007 - ], - [ - -121.81994725599998, - 37.36788871700003 - ], - [ - -121.820058798, - 37.36799325700008 - ], - [ - -121.820170314, - 37.36809782000006 - ], - [ - -121.82028708599995, - 37.36820765600004 - ], - [ - -121.82040385699997, - 37.36831747000008 - ], - [ - -121.82052054199994, - 37.36842730700005 - ], - [ - -121.82093119799998, - 37.36778532300008 - ], - [ - -121.82104761399995, - 37.36758649800004 - ], - [ - -121.82120073299996, - 37.36734026600004 - ], - [ - -121.82139135199998, - 37.367408 - ], - [ - -121.82157399399995, - 37.36748520800006 - ], - [ - -121.82166538499996, - 37.367337364000036 - ], - [ - -121.82175813499998, - 37.36719003200005 - ], - [ - -121.82184856699996, - 37.367041467000035 - ], - [ - -121.82178782099999, - 37.367015233000075 - ], - [ - -121.82163348499995, - 37.36695425600004 - ], - [ - -121.82147603099997, - 37.36689535000005 - ], - [ - -121.82162691599996, - 37.36665756700006 - ], - [ - -121.82170157699994, - 37.366533375000074 - ], - [ - -121.82184928499998, - 37.36629445900007 - ], - [ - -121.82200158299997, - 37.36605730100007 - ], - [ - -121.82197061399995, - 37.36604458000005 - ], - [ - -121.82193974299997, - 37.36602922600008 - ], - [ - -121.82179181099997, - 37.36626832700006 - ], - [ - -121.82159616799999, - 37.36617103100008 - ], - [ - -121.82142198399998, - 37.36605962300007 - ], - [ - -121.82125693899997, - 37.36593288900008 - ], - [ - -121.82115537299995, - 37.36583785300007 - ], - [ - -121.82103759299997, - 37.365727639000056 - ], - [ - -121.82091984399995, - 37.36561742500004 - ], - [ - -121.82087353299994, - 37.36557550900005 - ], - [ - -121.82060435899996, - 37.36575877100006 - ], - [ - -121.82027275299998, - 37.36544844100007 - ], - [ - -121.82013390599997, - 37.36533381700008 - ], - [ - -121.82004530599994, - 37.36539458100003 - ], - [ - -121.81991456399999, - 37.36548383300004 - ], - [ - -121.81978824299995, - 37.365568481000025 - ], - [ - -121.81978089599994, - 37.36556812900005 - ], - [ - -121.81977689099995, - 37.365565496000045 - ], - [ - -121.81966587099998, - 37.36563964900006 - ], - [ - -121.81966649699996, - 37.36564417400007 - ], - [ - -121.81966493799996, - 37.36564854100004 - ], - [ - -121.81963857299996, - 37.36566582100005 - ], - [ - -121.81950891199995, - 37.365756230000045 - ], - [ - -121.81937779199995, - 37.36584518900003 - ], - [ - -121.81924757399997, - 37.365935008000065 - ], - [ - -121.81921498999998, - 37.36595741700006 - ], - [ - -121.81911706999995, - 37.36602480600004 - ], - [ - -121.81898681999996, - 37.36611439700005 - ], - [ - -121.81886123099997, - 37.366199951000056 - ], - [ - -121.81874049199996, - 37.36628256700004 - ], - [ - -121.81864822199998, - 37.366343552000046 - ], - [ - -121.81860247799995, - 37.36637434900007 - ], - [ - -121.81847190199994, - 37.366463347000035 - ], - [ - -121.81834095099998, - 37.36655232700008 - ], - [ - -121.81820946099998, - 37.36664163300003 - ], - [ - -121.81808521, - 37.366728453000064 - ], - [ - -121.81795900799995, - 37.36681348700006 - ], - [ - -121.81781704699995, - 37.36690918200003 - ], - [ - -121.81768559999995, - 37.366997799000046 - ], - [ - -121.81755738499999, - 37.36708432100005 - ], - [ - -121.81745408199998, - 37.36716048900007 - ], - [ - -121.817244083, - 37.36730261200006 - ], - [ - -121.81703969299997, - 37.367440963000035 - ], - [ - -121.81691711399998, - 37.36752506300007 - ], - [ - -121.81666110499998, - 37.36769457400004 - ], - [ - -121.81656176499996, - 37.36776305400008 - ], - [ - -121.81654873199994, - 37.36777203500003 - ], - [ - -121.81641760099996, - 37.367862364000075 - ], - [ - -121.81620982099997, - 37.367636008000034 - ], - [ - -121.81610134199997, - 37.36751785700005 - ], - [ - -121.81598742399996, - 37.36739379200003 - ], - [ - -121.81587353499998, - 37.36726970600006 - ], - [ - -121.81575964899997, - 37.36714566400008 - ], - [ - -121.81564576099998, - 37.367021599000054 - ], - [ - -121.81553181599998, - 37.36689751200004 - ], - [ - -121.81541795799995, - 37.366773469000066 - ], - [ - -121.81530383999996, - 37.36664922400007 - ], - [ - -121.81514928099995, - 37.366480796000076 - ], - [ - -121.81496557399998, - 37.366280697000036 - ], - [ - -121.81495533999998, - 37.36626957300007 - ], - [ - -121.81492586799999, - 37.36623744600007 - ], - [ - -121.81491569299999, - 37.366226367000024 - ], - [ - -121.814907673, - 37.366231792000065 - ], - [ - -121.81476342299999, - 37.36632959100007 - ], - [ - -121.81454063899997, - 37.36612024600004 - ], - [ - -121.81451442399998, - 37.36613802800008 - ], - [ - -121.81473720899999, - 37.36634739500005 - ], - [ - -121.81459295899998, - 37.366445171000066 - ], - [ - -121.81444873599997, - 37.36654294700003 - ], - [ - -121.81430445799998, - 37.36664070000006 - ], - [ - -121.81408167399997, - 37.36643137800007 - ], - [ - -121.81393562699998, - 37.36631778900005 - ], - [ - -121.81380888299998, - 37.36617669900005 - ], - [ - -121.81369855, - 37.36605394400004 - ], - [ - -121.81368053199998, - 37.36603388800006 - ], - [ - -121.81358824699998, - 37.36593121000004 - ], - [ - -121.81355215099995, - 37.36589100800006 - ], - [ - -121.81347794399994, - 37.36580843000007 - ], - [ - -121.81342383099997, - 37.36574819600003 - ], - [ - -121.81336764199995, - 37.365685651000035 - ], - [ - -121.81329542299994, - 37.365605293000044 - ], - [ - -121.81325731099997, - 37.36556289500004 - ], - [ - -121.81316707499997, - 37.36546245900007 - ], - [ - -121.81314700799999, - 37.36544018300003 - ], - [ - -121.81303863799997, - 37.365319602000056 - ], - [ - -121.81302263899994, - 37.365301835000025 - ], - [ - -121.81290575999998, - 37.36517196400007 - ], - [ - -121.81276731499997, - 37.36501743200006 - ], - [ - -121.81286059399997, - 37.364951724000036 - ], - [ - -121.81300001699998, - 37.364853432000075 - ], - [ - -121.81311966899995, - 37.36476914100007 - ], - [ - -121.81315019199997, - 37.364748519000045 - ], - [ - -121.813277417, - 37.36466276900006 - ], - [ - -121.81329223899996, - 37.364652783000054 - ], - [ - -121.81342198699997, - 37.364565334000076 - ], - [ - -121.81343420199994, - 37.36455709400008 - ], - [ - -121.81356661299998, - 37.364467853000065 - ], - [ - -121.81357619199997, - 37.364461359000074 - ], - [ - -121.81372418899997, - 37.36436159700003 - ], - [ - -121.81386019999997, - 37.364269956000044 - ], - [ - -121.81398759299998, - 37.364184066000064 - ], - [ - -121.81400218799996, - 37.36417422000005 - ], - [ - -121.814144178, - 37.364078508000034 - ], - [ - -121.81415809299995, - 37.36406912800004 - ], - [ - -121.81428616599999, - 37.36398284000006 - ], - [ - -121.814425745, - 37.363888710000026 - ], - [ - -121.81430466699999, - 37.363732062000054 - ], - [ - -121.81429963, - 37.36372609800003 - ], - [ - -121.81429393899998, - 37.36372050800003 - ], - [ - -121.81428762499996, - 37.36371533700003 - ], - [ - -121.81428074499996, - 37.363710654000045 - ], - [ - -121.81427338999998, - 37.36370647800004 - ], - [ - -121.81426558299995, - 37.36370285800007 - ], - [ - -121.81425741199996, - 37.36369981400003 - ], - [ - -121.81425161899995, - 37.36369811600008 - ], - [ - -121.81424868, - 37.36369730200005 - ], - [ - -121.81424571599996, - 37.363696695000044 - ], - [ - -121.81423967099994, - 37.36369548000005 - ], - [ - -121.81423355299995, - 37.36369484000005 - ], - [ - -121.81423047799996, - 37.36369453000003 - ], - [ - -121.81422740799997, - 37.36369442700004 - ], - [ - -121.81422118299997, - 37.36369431400004 - ], - [ - -121.814215591, - 37.36369433100003 - ], - [ - -121.81421000599994, - 37.36369466800005 - ], - [ - -121.81420448199998, - 37.36369532600003 - ], - [ - -121.81419719099995, - 37.36369659700006 - ], - [ - -121.81418993299997, - 37.36369800700004 - ], - [ - -121.81409415, - 37.363554487000044 - ], - [ - -121.813995133, - 37.363445521000074 - ], - [ - -121.81396372499995, - 37.363410920000035 - ], - [ - -121.81388883399995, - 37.363328488000036 - ], - [ - -121.81384005599995, - 37.36327478700008 - ], - [ - -121.81378247799995, - 37.36321143300006 - ], - [ - -121.81371635799997, - 37.36313863000004 - ], - [ - -121.81367617799998, - 37.36309440000008 - ], - [ - -121.81359269, - 37.363002495000046 - ], - [ - -121.81356985199994, - 37.36297734400006 - ], - [ - -121.81346899299996, - 37.362866361000044 - ], - [ - -121.81346349699999, - 37.362860289000025 - ], - [ - -121.813357199, - 37.36274323300006 - ], - [ - -121.81334532699998, - 37.36273022700004 - ], - [ - -121.81325087199997, - 37.36262619900003 - ], - [ - -121.81322165799997, - 37.36259406900007 - ], - [ - -121.813144546, - 37.36250912100007 - ], - [ - -121.81309696899996, - 37.36245675600003 - ], - [ - -121.81303827799996, - 37.36239208600006 - ], - [ - -121.81293189599995, - 37.362275054000065 - ], - [ - -121.81289946699997, - 37.362239342000066 - ], - [ - -121.8128256, - 37.36215799800004 - ], - [ - -121.81271927599994, - 37.36204098600007 - ], - [ - -121.81267731399998, - 37.361994784000046 - ], - [ - -121.812612952, - 37.361923930000046 - ], - [ - -121.81250662699995, - 37.361806873000035 - ], - [ - -121.81240030499998, - 37.361689839000064 - ], - [ - -121.81234693699997, - 37.36163589000006 - ], - [ - -121.81235053999995, - 37.36161902600003 - ], - [ - -121.81235414399998, - 37.36160216300004 - ], - [ - -121.81235592699994, - 37.36159101800007 - ], - [ - -121.81235897599998, - 37.36157194000003 - ], - [ - -121.812360717, - 37.361556767000025 - ], - [ - -121.81236242799997, - 37.36154159600005 - ], - [ - -121.81236347999999, - 37.36152640800003 - ], - [ - -121.81236450299997, - 37.36151119800007 - ], - [ - -121.81236483899994, - 37.361495973000046 - ], - [ - -121.81236520199997, - 37.36148077000007 - ], - [ - -121.81236455199996, - 37.361450311000056 - ], - [ - -121.81236249799997, - 37.361419891000025 - ], - [ - -121.81236137299999, - 37.36140978700007 - ], - [ - -121.812360222, - 37.361399660000075 - ], - [ - -121.81235906899997, - 37.36138955500007 - ], - [ - -121.81235801699995, - 37.36138192200008 - ], - [ - -121.81235690999995, - 37.361374313000056 - ], - [ - -121.81235571399998, - 37.36136668100005 - ], - [ - -121.812355847, - 37.36136450500004 - ], - [ - -121.81235603899995, - 37.361362351000025 - ], - [ - -121.81235617299996, - 37.36136017500007 - ], - [ - -121.81235630499998, - 37.36135790800006 - ], - [ - -121.81235666699996, - 37.361355659000026 - ], - [ - -121.81235725999994, - 37.361353456000074 - ], - [ - -121.81235808099996, - 37.361351272000036 - ], - [ - -121.81235915599996, - 37.36134885800004 - ], - [ - -121.81236023199995, - 37.36134641900003 - ], - [ - -121.81236124999998, - 37.36134395900007 - ], - [ - -121.81236381499997, - 37.361339764000036 - ], - [ - -121.81236675599996, - 37.361335748000045 - ], - [ - -121.81237015699998, - 37.36133193300003 - ], - [ - -121.81237390799998, - 37.361328366000066 - ], - [ - -121.81237803799996, - 37.36132506900003 - ], - [ - -121.81238251699995, - 37.36132206600007 - ], - [ - -121.81238728599999, - 37.361319381000044 - ], - [ - -121.81239231999996, - 37.361317013000075 - ], - [ - -121.81239761899997, - 37.36131500700003 - ], - [ - -121.81240303699997, - 37.36131334500004 - ], - [ - -121.81240892199997, - 37.36131202000007 - ], - [ - -121.81241489999996, - 37.36131115200004 - ], - [ - -121.812420971, - 37.36131067200006 - ], - [ - -121.81242707799998, - 37.361310626000034 - ], - [ - -121.81243313599998, - 37.36131101700005 - ], - [ - -121.81243917299997, - 37.361311819000036 - ], - [ - -121.81244507199995, - 37.36131303500008 - ], - [ - -121.81245080699995, - 37.36131466300003 - ], - [ - -121.81245559899997, - 37.36131644200003 - ], - [ - -121.81246022299996, - 37.361318495000035 - ], - [ - -121.81246467899996, - 37.361320781000074 - ], - [ - -121.81246756999997, - 37.36132219000007 - ], - [ - -121.81247026699998, - 37.36132383000006 - ], - [ - -121.81247276499994, - 37.36132568000005 - ], - [ - -121.81247503799995, - 37.36132771500007 - ], - [ - -121.81247705599998, - 37.36132988900005 - ], - [ - -121.81261208099994, - 37.36122491700007 - ], - [ - -121.81250604099995, - 37.36110923200005 - ], - [ - -121.812386947, - 37.36098995900005 - ], - [ - -121.81238102199995, - 37.36098405100006 - ], - [ - -121.81237515299995, - 37.36097809700004 - ], - [ - -121.81236928499999, - 37.360972143000026 - ], - [ - -121.81236533699996, - 37.36096777000006 - ], - [ - -121.81236189999998, - 37.36096309200008 - ], - [ - -121.81235897599998, - 37.36095825000007 - ], - [ - -121.812356621, - 37.36095314900007 - ], - [ - -121.81235483699999, - 37.360947973000066 - ], - [ - -121.81235365499998, - 37.36094265400004 - ], - [ - -121.81235307099996, - 37.360937258000035 - ], - [ - -121.81235309199997, - 37.36093185500005 - ], - [ - -121.81235371499997, - 37.36092649200003 - ], - [ - -121.81235491199999, - 37.36092116900005 - ], - [ - -121.81235674199996, - 37.36091597500007 - ], - [ - -121.81235911899995, - 37.360910913000055 - ], - [ - -121.81236207399996, - 37.36090605000004 - ], - [ - -121.81236554699996, - 37.36090138800006 - ], - [ - -121.81236951399995, - 37.360897039000065 - ], - [ - -121.81237210799998, - 37.360894607000034 - ], - [ - -121.812374676, - 37.360892152000076 - ], - [ - -121.812377272, - 37.36088969700006 - ], - [ - -121.81257710699998, - 37.360763742000074 - ], - [ - -121.81271341499996, - 37.360677846000044 - ], - [ - -121.81285096099998, - 37.36058424300006 - ], - [ - -121.81298845299995, - 37.36049068800003 - ], - [ - -121.81312597099998, - 37.36039713200006 - ], - [ - -121.81326345999997, - 37.36030355300005 - ], - [ - -121.813400979, - 37.36020997400004 - ], - [ - -121.81353849599998, - 37.36011641700003 - ], - [ - -121.81367601299996, - 37.36002286100006 - ], - [ - -121.81381352999995, - 37.35992928100006 - ], - [ - -121.81395232699998, - 37.35983683200004 - ], - [ - -121.81408925599999, - 37.35974241100007 - ], - [ - -121.81436769099997, - 37.35957109800006 - ], - [ - -121.81457298699996, - 37.35943471000007 - ], - [ - -121.814595828, - 37.359459740000034 - ], - [ - -121.81468807199997, - 37.35956082200005 - ], - [ - -121.81479380299999, - 37.359676739000065 - ], - [ - -121.81500526399998, - 37.35990852700007 - ], - [ - -121.81521675599998, - 37.360140337000075 - ], - [ - -121.815232692, - 37.360157806000075 - ], - [ - -121.81532245999995, - 37.36025623100005 - ], - [ - -121.81542819099997, - 37.36037212400004 - ], - [ - -121.81553395299994, - 37.360488040000064 - ], - [ - -121.81563965799995, - 37.360603911000055 - ], - [ - -121.81574538999996, - 37.360719827000025 - ], - [ - -121.81585115299998, - 37.36083571900008 - ], - [ - -121.81595685699995, - 37.360951613000054 - ], - [ - -121.81606137099999, - 37.36106820500004 - ], - [ - -121.81607546999999, - 37.36108393300003 - ], - [ - -121.81622595299996, - 37.36098091300005 - ], - [ - -121.81641403499998, - 37.36085217600004 - ], - [ - -121.81660208899996, - 37.360723439000026 - ], - [ - -121.81679013999997, - 37.36059470300006 - ], - [ - -121.81697819199997, - 37.36046596500006 - ], - [ - -121.81719497299997, - 37.36031756300008 - ], - [ - -121.81733975799995, - 37.36021842700006 - ], - [ - -121.81752256599998, - 37.360093273000075 - ], - [ - -121.81770990799998, - 37.359965069000054 - ], - [ - -121.81784046699994, - 37.35987563800006 - ], - [ - -121.81783925299999, - 37.359875102000046 - ], - [ - -121.81783803899998, - 37.359874543000046 - ], - [ - -121.81783682499997, - 37.359873984000046 - ], - [ - -121.81783488699995, - 37.35987304500003 - ], - [ - -121.81783294899998, - 37.35987210500008 - ], - [ - -121.81783100999996, - 37.35987114300008 - ], - [ - -121.81782892499996, - 37.35987004400005 - ], - [ - -121.81782684299998, - 37.35986892200003 - ], - [ - -121.81782478499997, - 37.35986777900007 - ], - [ - -121.81782316399995, - 37.35986685900008 - ], - [ - -121.81768121699997, - 37.35974803300007 - ], - [ - -121.817637645, - 37.35971151000007 - ], - [ - -121.81740072999997, - 37.359453049000024 - ], - [ - -121.81732184699996, - 37.35936702300006 - ], - [ - -121.81724322499997, - 37.359281225000075 - ], - [ - -121.816965117, - 37.35897781400007 - ], - [ - -121.816886964, - 37.35889248900003 - ], - [ - -121.816911571, - 37.358878068000024 - ], - [ - -121.81682254299994, - 37.35878094000003 - ], - [ - -121.81662092999994, - 37.35856461100008 - ], - [ - -121.81658602999994, - 37.35858732000003 - ], - [ - -121.81650540799995, - 37.35852294400007 - ], - [ - -121.816437695, - 37.35846204000006 - ], - [ - -121.81636246999994, - 37.35840131200007 - ], - [ - -121.816204197, - 37.358314163000045 - ], - [ - -121.81645077, - 37.35814633800004 - ], - [ - -121.81662109299998, - 37.35803055100007 - ], - [ - -121.81677804999998, - 37.35792432000005 - ], - [ - -121.81702776399999, - 37.357759205000036 - ], - [ - -121.81723240199995, - 37.35762185800007 - ], - [ - -121.817385533, - 37.35779141900008 - ], - [ - -121.81749055599994, - 37.35790773100007 - ], - [ - -121.81759560799998, - 37.35802401900003 - ], - [ - -121.81770060099996, - 37.35814030800003 - ], - [ - -121.81780565199995, - 37.35825659600005 - ], - [ - -121.81791070499997, - 37.35837288500005 - ], - [ - -121.81801572799998, - 37.358489218000045 - ], - [ - -121.81812078099995, - 37.35860550600006 - ], - [ - -121.81822577599996, - 37.358721772000024 - ], - [ - -121.818330829, - 37.358838082000034 - ], - [ - -121.81843585599995, - 37.35895436900006 - ], - [ - -121.818540881, - 37.359070657000075 - ], - [ - -121.81867368899998, - 37.35921769400005 - ], - [ - -121.81871831199999, - 37.35926862800005 - ], - [ - -121.81872771399998, - 37.359279369000035 - ], - [ - -121.81876584899999, - 37.35931979700007 - ], - [ - -121.81896765199997, - 37.35954317100004 - ], - [ - -121.81905042499994, - 37.35948714500006 - ], - [ - -121.81912509199998, - 37.35943659000003 - ], - [ - -121.81914999799994, - 37.35941971500006 - ], - [ - -121.81921678799995, - 37.359374511000055 - ], - [ - -121.81928252899996, - 37.359329983000066 - ], - [ - -121.81933503699997, - 37.359294463000026 - ], - [ - -121.81937952499999, - 37.35926434300006 - ], - [ - -121.81943999499998, - 37.359223401000065 - ], - [ - -121.81951871499996, - 37.359170121000034 - ], - [ - -121.81959743099998, - 37.359116818000075 - ], - [ - -121.81970239099996, - 37.35904577700006 - ], - [ - -121.81975486899995, - 37.35901025600003 - ], - [ - -121.81988609499996, - 37.358921433000035 - ], - [ - -121.81991233399998, - 37.35890367300004 - ], - [ - -121.82006977099996, - 37.35879709000005 - ], - [ - -121.820227204, - 37.35869048200004 - ], - [ - -121.82025347299998, - 37.358672745000035 - ], - [ - -121.82035804099996, - 37.358771182000055 - ], - [ - -121.82054701499999, - 37.35864329900005 - ], - [ - -121.82077111299998, - 37.35885419600004 - ], - [ - -121.82077443699995, - 37.35885734000004 - ], - [ - -121.82087412199996, - 37.35878981500008 - ], - [ - -121.82095068599995, - 37.358738 - ], - [ - -121.82103155699997, - 37.358683230000054 - ], - [ - -121.82109781099996, - 37.35863869600007 - ], - [ - -121.821133149, - 37.358614927000076 - ], - [ - -121.821262505, - 37.358752958000025 - ], - [ - -121.821266864, - 37.358751260000076 - ], - [ - -121.82127133899996, - 37.35874981400008 - ], - [ - -121.82127596299995, - 37.358748640000044 - ], - [ - -121.82127953499997, - 37.35874791300006 - ], - [ - -121.82128316799998, - 37.358747392000055 - ], - [ - -121.82128683299999, - 37.35874705400005 - ], - [ - -121.82129003899996, - 37.35874678700003 - ], - [ - -121.82129322099996, - 37.35874668300005 - ], - [ - -121.82129646199996, - 37.35874676000003 - ], - [ - -121.82130067999998, - 37.358746919000055 - ], - [ - -121.82130487399996, - 37.35874739900004 - ], - [ - -121.82130901799997, - 37.35874817600006 - ], - [ - -121.82131264499998, - 37.35874896000007 - ], - [ - -121.82131618899996, - 37.35874988100005 - ], - [ - -121.82131967799995, - 37.35875100900006 - ], - [ - -121.82132320099998, - 37.35875234300005 - ], - [ - -121.82132660999997, - 37.35875383800004 - ], - [ - -121.82132996499996, - 37.35875547100005 - ], - [ - -121.82133167499995, - 37.35875643600008 - ], - [ - -121.821333413, - 37.35875744600003 - ], - [ - -121.821335095, - 37.35875848000006 - ], - [ - -121.82133642999997, - 37.35875938000004 - ], - [ - -121.82133773499999, - 37.35876030400004 - ], - [ - -121.82133901499998, - 37.358761274000074 - ], - [ - -121.82134009099997, - 37.358762108000064 - ], - [ - -121.82134113799998, - 37.358762968000065 - ], - [ - -121.82134215599996, - 37.35876382600003 - ], - [ - -121.82134317699996, - 37.35876475200007 - ], - [ - -121.82134413999995, - 37.35876568100008 - ], - [ - -121.82134510299994, - 37.358766607000064 - ], - [ - -121.82160778999997, - 37.359041869000066 - ], - [ - -121.82182410699994, - 37.35926823300008 - ], - [ - -121.82182611999997, - 37.359270595000055 - ], - [ - -121.82202133399994, - 37.35949973400005 - ], - [ - -121.82214632899996, - 37.35963577700005 - ], - [ - -121.82226675499999, - 37.35975996800005 - ], - [ - -121.82237097499996, - 37.359869211000046 - ], - [ - -121.82247323799999, - 37.35997966600007 - ], - [ - -121.822576643, - 37.360096243000044 - ], - [ - -121.82268143699997, - 37.36021198100008 - ], - [ - -121.82278631699995, - 37.36032774000006 - ], - [ - -121.82288885799994, - 37.360442473000035 - ], - [ - -121.82290886799996, - 37.36046483900003 - ], - [ - -121.82301488099995, - 37.360583011000074 - ], - [ - -121.82311875799996, - 37.36069546300007 - ], - [ - -121.82311345799997, - 37.36069895600008 - ], - [ - -121.82303702099995, - 37.36075152700005 - ], - [ - -121.82295240899998, - 37.360807141000066 - ], - [ - -121.82285466899998, - 37.36087277000007 - ], - [ - -121.82281115899997, - 37.36090310900005 - ], - [ - -121.82264550899998, - 37.361018761000025 - ], - [ - -121.82255605699999, - 37.36108120600005 - ], - [ - -121.82247490399999, - 37.36113788000006 - ], - [ - -121.82241963899997, - 37.36117643100005 - ], - [ - -121.822389892, - 37.36119695600007 - ], - [ - -121.82228949199998, - 37.36126625400004 - ], - [ - -121.82225415899995, - 37.36129029700004 - ], - [ - -121.82217125099999, - 37.361346739000055 - ], - [ - -121.82215858399996, - 37.36135535100004 - ], - [ - -121.82208292399997, - 37.36140649300006 - ], - [ - -121.82202703699994, - 37.361443906000034 - ], - [ - -121.82199392499996, - 37.361467031000075 - ], - [ - -121.821911366, - 37.36152211900003 - ], - [ - -121.82189502299997, - 37.36153194000008 - ], - [ - -121.82178681299996, - 37.361604072000034 - ], - [ - -121.82176295, - 37.36161999800004 - ], - [ - -121.82163087499998, - 37.361708031000035 - ], - [ - -121.82156580399999, - 37.36175145300007 - ], - [ - -121.821649859, - 37.36184254500006 - ], - [ - -121.82168163999995, - 37.36187700200003 - ], - [ - -121.821719385, - 37.36191796000003 - ], - [ - -121.82180004999998, - 37.36200535900008 - ], - [ - -121.82145465899998, - 37.36223320400006 - ], - [ - -121.82166312899994, - 37.36246444100004 - ], - [ - -121.82192118799998, - 37.36229420900003 - ], - [ - -121.82193894899996, - 37.36231266400006 - ], - [ - -121.82198992399998, - 37.36236711600003 - ], - [ - -121.82202724999996, - 37.36240862900007 - ], - [ - -121.82205497899997, - 37.36243928500005 - ], - [ - -121.82211117999998, - 37.362500590000025 - ], - [ - -121.82213206699998, - 37.36252384000005 - ], - [ - -121.82187156899994, - 37.36269567900007 - ], - [ - -121.82228807599995, - 37.36315772100005 - ], - [ - -121.82263695799998, - 37.36292937700006 - ], - [ - -121.82418364999995, - 37.36188184400004 - ], - [ - -121.82441641799994, - 37.36209863300007 - ], - [ - -121.82451345499999, - 37.362208483000074 - ], - [ - -121.824569479, - 37.36226285300006 - ], - [ - -121.82457124899997, - 37.36226562600007 - ], - [ - -121.82477142099998, - 37.36247962400006 - ], - [ - -121.82491635199995, - 37.362638031000074 - ], - [ - -121.825041877, - 37.36277262100003 - ], - [ - -121.82516715899999, - 37.36289517400007 - ], - [ - -121.82527830999999, - 37.36302283300006 - ], - [ - -121.82523600499997, - 37.363046703000066 - ], - [ - -121.82502203799999, - 37.36316741500008 - ], - [ - -121.82499470899995, - 37.363136663000034 - ], - [ - -121.82489271599997, - 37.36319542800004 - ], - [ - -121.82481061399994, - 37.363106446000074 - ], - [ - -121.824708483, - 37.36299585300003 - ], - [ - -121.82454898499998, - 37.36310265000003 - ], - [ - -121.824402438, - 37.36320570600003 - ], - [ - -121.82439348199995, - 37.36321169000007 - ], - [ - -121.82426199199995, - 37.363300269000035 - ], - [ - -121.82425782699994, - 37.363303132000055 - ], - [ - -121.82413143399998, - 37.36338970800006 - ], - [ - -121.82411423599996, - 37.36340148600004 - ], - [ - -121.82400081699996, - 37.36347908000005 - ], - [ - -121.823970267, - 37.36349959100005 - ], - [ - -121.82386999699997, - 37.363568247000046 - ], - [ - -121.823855606, - 37.36357820600006 - ], - [ - -121.82384838099995, - 37.36358316400003 - ], - [ - -121.823841185, - 37.363588142000026 - ], - [ - -121.82382679199998, - 37.363598102000026 - ], - [ - -121.82373205699997, - 37.36366349200006 - ], - [ - -121.82368363899997, - 37.36369686100005 - ], - [ - -121.82360181899998, - 37.363753247000034 - ], - [ - -121.82354039599994, - 37.36379557500004 - ], - [ - -121.82346358499996, - 37.363848173000065 - ], - [ - -121.82338368699999, - 37.36390288900003 - ], - [ - -121.82333287999995, - 37.36393749900003 - ], - [ - -121.82323962599997, - 37.364000833000034 - ], - [ - -121.82320161999996, - 37.364026258000024 - ], - [ - -121.82309585799999, - 37.364099073000034 - ], - [ - -121.82307132299997, - 37.36411599100006 - ], - [ - -121.82299225499997, - 37.36417071900007 - ], - [ - -121.82295264399994, - 37.364197809000075 - ], - [ - -121.82294111299996, - 37.36420574500005 - ], - [ - -121.82281034799996, - 37.36429497900008 - ], - [ - -121.82280357499997, - 37.36429958800005 - ], - [ - -121.82268438699998, - 37.36438019800005 - ], - [ - -121.82258354599998, - 37.36444602200004 - ], - [ - -121.82255096799997, - 37.364466966000066 - ], - [ - -121.82247051499996, - 37.36451326400004 - ], - [ - -121.82265324999997, - 37.364686720000066 - ], - [ - -121.82271727299997, - 37.36474747900007 - ], - [ - -121.82280375599998, - 37.36482952400007 - ], - [ - -121.82295869599994, - 37.36497664800004 - ], - [ - -121.82307233899996, - 37.364901891000045 - ], - [ - -121.82329146999996, - 37.36475656400006 - ], - [ - -121.82336677999996, - 37.36470654800007 - ], - [ - -121.82343701899998, - 37.36465997500005 - ], - [ - -121.82352553699997, - 37.36460122700004 - ], - [ - -121.82358259299997, - 37.36456340900003 - ], - [ - -121.823689592, - 37.364492366000036 - ], - [ - -121.82372811099998, - 37.36446679800008 - ], - [ - -121.82384559599996, - 37.36438872300005 - ], - [ - -121.82387292699997, - 37.36436943900003 - ], - [ - -121.82399762799997, - 37.364281187000074 - ], - [ - -121.82402814899996, - 37.36426056200003 - ], - [ - -121.82415785199998, - 37.364172988000064 - ], - [ - -121.82417290599994, - 37.36416318100004 - ], - [ - -121.82431979499995, - 37.36406639300003 - ], - [ - -121.82446277099996, - 37.36396884800007 - ], - [ - -121.82447676699996, - 37.36395932800008 - ], - [ - -121.82460542299998, - 37.36386933800003 - ], - [ - -121.82463216499997, - 37.363850746000026 - ], - [ - -121.82475053099995, - 37.363772364000056 - ], - [ - -121.82479100499995, - 37.363745538000046 - ], - [ - -121.82494858999996, - 37.36363903700004 - ], - [ - -121.82510503599997, - 37.363531496000064 - ], - [ - -121.82525984799997, - 37.363679329000036 - ], - [ - -121.82543855199998, - 37.36385003400005 - ], - [ - -121.82559825499999, - 37.36374332500003 - ], - [ - -121.82572366099998, - 37.36365783400004 - ], - [ - -121.82573496699996, - 37.36365013000005 - ], - [ - -121.82584935199998, - 37.363743370000066 - ], - [ - -121.82585636699997, - 37.36375079900006 - ], - [ - -121.82586055599995, - 37.363749401000064 - ], - [ - -121.82586483499995, - 37.363748163000025 - ], - [ - -121.82586917499998, - 37.36374705900005 - ], - [ - -121.825872861, - 37.36374628600004 - ], - [ - -121.82587654699995, - 37.36374560400003 - ], - [ - -121.82588029399994, - 37.363745057000074 - ], - [ - -121.82588750999997, - 37.363744335000035 - ], - [ - -121.82589481599996, - 37.36374402400003 - ], - [ - -121.82590210199999, - 37.363744147000034 - ], - [ - -121.825906466, - 37.36374441800007 - ], - [ - -121.82591083199998, - 37.363744850000046 - ], - [ - -121.82591511699997, - 37.36374546500008 - ], - [ - -121.82591888399998, - 37.36374608600005 - ], - [ - -121.82592262599997, - 37.36374684400005 - ], - [ - -121.825926284, - 37.363747742000044 - ], - [ - -121.82593026, - 37.36374881800003 - ], - [ - -121.82593412499995, - 37.36375003400008 - ], - [ - -121.82593793399997, - 37.363751388000026 - ], - [ - -121.82594671699997, - 37.36375508700007 - ], - [ - -121.82595496899995, - 37.36375950300004 - ], - [ - -121.82596262899995, - 37.36376454400005 - ], - [ - -121.82597100999999, - 37.36377140800005 - ], - [ - -121.82605822499994, - 37.36386884600006 - ], - [ - -121.82617873299995, - 37.36400326300003 - ], - [ - -121.82630017699995, - 37.364137053000036 - ], - [ - -121.82642041099996, - 37.36427060300008 - ], - [ - -121.82652403099996, - 37.36438573200007 - ], - [ - -121.82667326499995, - 37.36454536900004 - ], - [ - -121.82676683299997, - 37.364648344000045 - ], - [ - -121.82688827499999, - 37.364781995000044 - ], - [ - -121.82712911399994, - 37.36504707600005 - ], - [ - -121.82725180299997, - 37.36517970600005 - ], - [ - -121.82686229799998, - 37.365439310000056 - ], - [ - -121.82649235399998, - 37.365686262000054 - ], - [ - -121.82645556899996, - 37.365722091000066 - ], - [ - -121.826399101, - 37.36577709000005 - ], - [ - -121.82610822199996, - 37.366247120000025 - ], - [ - -121.82588730599997, - 37.366598821000025 - ], - [ - -121.82586183999996, - 37.36663925800008 - ], - [ - -121.82615078899994, - 37.36675155900008 - ], - [ - -121.82636090899996, - 37.36684009900006 - ], - [ - -121.826541857, - 37.36690559900006 - ], - [ - -121.82650688099994, - 37.366966035000075 - ], - [ - -121.82682202599995, - 37.36709035200005 - ], - [ - -121.82712969599999, - 37.36721340200006 - ], - [ - -121.82705324299997, - 37.36733798700004 - ], - [ - -121.82696968099998, - 37.36746427500003 - ], - [ - -121.82712563899997, - 37.36752898100008 - ], - [ - -121.82728353099998, - 37.36727497500004 - ], - [ - -121.827437337, - 37.36733647600005 - ], - [ - -121.827591171, - 37.36739798000008 - ], - [ - -121.82759602299996, - 37.36739991500008 - ], - [ - -121.8276691, - 37.36727756800008 - ], - [ - -121.82801381599995, - 37.36671955300005 - ], - [ - -121.82809741199998, - 37.36680652500007 - ], - [ - -121.82851915099997, - 37.366567770000074 - ], - [ - -121.8286369899999, - 37.366498499000045 - ], - [ - -121.82872521299998, - 37.36659249100006 - ], - [ - -121.82873820299994, - 37.36660687800003 - ], - [ - -121.82881795799995, - 37.36669883800005 - ], - [ - -121.82892582999995, - 37.366823691000036 - ], - [ - -121.82903115699997, - 37.36694088100006 - ], - [ - -121.82915541499995, - 37.367077635000044 - ], - [ - -121.82931512, - 37.367252988000075 - ], - [ - -121.82962262899997, - 37.367592295000065 - ], - [ - -121.83030605399995, - 37.368343468000035 - ], - [ - -121.83041926199996, - 37.368477874000064 - ], - [ - -121.83051077799996, - 37.36859222000004 - ], - [ - -121.830593519, - 37.36869700900007 - ], - [ - -121.83076286199997, - 37.368910706000065 - ], - [ - -121.83084736899997, - 37.36901796800004 - ], - [ - -121.830983646, - 37.369191390000026 - ], - [ - -121.83113435299998, - 37.369381127000054 - ], - [ - -121.83124664999997, - 37.369523781000055 - ], - [ - -121.83132443099998, - 37.369622056000026 - ], - [ - -121.83138395999998, - 37.36969719000007 - ], - [ - -121.83160056199995, - 37.36997309000003 - ], - [ - -121.831483247, - 37.37003178300006 - ], - [ - -121.83110115399995, - 37.37022665400008 - ], - [ - -121.83095370099994, - 37.37030008700003 - ], - [ - -121.83078389599996, - 37.37038258600006 - ], - [ - -121.830781447, - 37.37038352900004 - ], - [ - -121.83077893899997, - 37.370384381000065 - ], - [ - -121.8307764, - 37.37038516500007 - ], - [ - -121.83077374599998, - 37.37038588200005 - ], - [ - -121.83077108999998, - 37.370386530000076 - ], - [ - -121.83076840499996, - 37.370387110000024 - ], - [ - -121.83076563199995, - 37.37038762200007 - ], - [ - -121.830762828, - 37.37038804400004 - ], - [ - -121.83076002399997, - 37.37038839500008 - ], - [ - -121.83075716199994, - 37.370388680000076 - ], - [ - -121.83075426899995, - 37.370388895000076 - ], - [ - -121.83075137299994, - 37.37038895100005 - ], - [ - -121.83074844799995, - 37.370388984000044 - ], - [ - -121.83074552099998, - 37.37038892700008 - ], - [ - -121.83074265, - 37.37038875200005 - ], - [ - -121.83073972199998, - 37.37038853400003 - ], - [ - -121.830736818, - 37.370388201000026 - ], - [ - -121.83073394299998, - 37.370387753000045 - ], - [ - -121.830729685, - 37.370387023000035 - ], - [ - -121.83072550999998, - 37.37038606300007 - ], - [ - -121.830721359, - 37.37038494300003 - ], - [ - -121.83071870699996, - 37.370384080000065 - ], - [ - -121.83071607899996, - 37.37038314900008 - ], - [ - -121.83071350999995, - 37.370382171000074 - ], - [ - -121.83070859699995, - 37.370380029000046 - ], - [ - -121.83070393499997, - 37.37037761000005 - ], - [ - -121.830699472, - 37.370374937000065 - ], - [ - -121.83069744, - 37.37037356400003 - ], - [ - -121.83069543599998, - 37.37037214500003 - ], - [ - -121.83069351699999, - 37.37037067800003 - ], - [ - -121.83069160199994, - 37.37036948700006 - ], - [ - -121.83068979999996, - 37.37036818000007 - ], - [ - -121.83068819699997, - 37.37036673400007 - ], - [ - -121.83068673599996, - 37.37036517000007 - ], - [ - -121.83068550099995, - 37.370363491000035 - ], - [ - -121.83054090399997, - 37.370441080000035 - ], - [ - -121.83054266699997, - 37.370443531000035 - ], - [ - -121.83054429099997, - 37.37044605400007 - ], - [ - -121.83054576999996, - 37.37044862300007 - ], - [ - -121.83054780099997, - 37.37045313300007 - ], - [ - -121.83054937499998, - 37.37045776100007 - ], - [ - -121.83055040499994, - 37.370462488000044 - ], - [ - -121.83055094899998, - 37.37046726500006 - ], - [ - -121.83055094899998, - 37.37047204900006 - ], - [ - -121.83055040299996, - 37.370476816000064 - ], - [ - -121.83054939799996, - 37.37048154300004 - ], - [ - -121.83054784399997, - 37.370486183000025 - ], - [ - -121.83054580199996, - 37.37049067000004 - ], - [ - -121.83054327099995, - 37.370495025000025 - ], - [ - -121.83054024699999, - 37.370499180000024 - ], - [ - -121.83053681799998, - 37.37050311000007 - ], - [ - -121.83053295399998, - 37.37050677000008 - ], - [ - -121.83052871299998, - 37.37051018300008 - ], - [ - -121.83052412199999, - 37.37051325700003 - ], - [ - -121.83051920899999, - 37.37051601400003 - ], - [ - -121.83062218599997, - 37.37065218200007 - ], - [ - -121.83076616599999, - 37.37057693600008 - ], - [ - -121.83091375499998, - 37.37050636300006 - ], - [ - -121.83105955399998, - 37.37043345200004 - ], - [ - -121.83129051099996, - 37.370732721000024 - ], - [ - -121.83143645299998, - 37.37065978500004 - ], - [ - -121.83140076799998, - 37.37061432000007 - ], - [ - -121.83120364599995, - 37.370358090000025 - ], - [ - -121.83136155499994, - 37.37027915900006 - ], - [ - -121.83149024699998, - 37.37021369800004 - ], - [ - -121.83149337599997, - 37.37021224400007 - ], - [ - -121.83149659299994, - 37.37021087900007 - ], - [ - -121.83149989799995, - 37.37020965100004 - ], - [ - -121.83150554499997, - 37.37020791600003 - ], - [ - -121.831511402, - 37.370206591000056 - ], - [ - -121.83151738, - 37.37020567600007 - ], - [ - -121.83152344999996, - 37.37020521900007 - ], - [ - -121.83152952999995, - 37.37020514900007 - ], - [ - -121.83153558899994, - 37.37020553800005 - ], - [ - -121.83154159699995, - 37.37020634000004 - ], - [ - -121.83154746899999, - 37.37020757800008 - ], - [ - -121.83155320599997, - 37.37020920700007 - ], - [ - -121.83155871899999, - 37.37021122600004 - ], - [ - -121.83156398299997, - 37.37021363900004 - ], - [ - -121.83156899299996, - 37.37021642000008 - ], - [ - -121.83157363699996, - 37.370219527000074 - ], - [ - -121.83157794299996, - 37.37022295700007 - ], - [ - -121.83158185399998, - 37.37022668900005 - ], - [ - -121.83158533699998, - 37.37023067800004 - ], - [ - -121.83160003599994, - 37.370249235000074 - ], - [ - -121.83163792799996, - 37.37023026400004 - ], - [ - -121.83178758999998, - 37.37043038100006 - ], - [ - -121.83182260499996, - 37.370475259000045 - ], - [ - -121.83187857699994, - 37.37054707000004 - ], - [ - -121.83196620799998, - 37.37065875900004 - ], - [ - -121.83211657799995, - 37.37085023800006 - ], - [ - -121.83172976699996, - 37.371033332000025 - ], - [ - -121.83158226799998, - 37.371105734000025 - ], - [ - -121.83143660699994, - 37.37117997100006 - ], - [ - -121.83130552999995, - 37.371247038000035 - ], - [ - -121.83114691399999, - 37.37132817400004 - ], - [ - -121.83114397799994, - 37.37132443100006 - ], - [ - -121.83111871199998, - 37.371292260000075 - ], - [ - -121.83085175199994, - 37.37095224600006 - ], - [ - -121.83070595099997, - 37.371025178000025 - ], - [ - -121.83057680999997, - 37.371089819000076 - ], - [ - -121.83056015199998, - 37.37109811100004 - ], - [ - -121.83043080999994, - 37.37116275300008 - ], - [ - -121.83041432199997, - 37.371170998000025 - ], - [ - -121.83028489699996, - 37.371235779000074 - ], - [ - -121.83026863699996, - 37.371243906000075 - ], - [ - -121.83013912299998, - 37.37130864200003 - ], - [ - -121.83012277799997, - 37.371316816000046 - ], - [ - -121.82999329399996, - 37.37138152800003 - ], - [ - -121.82997021099999, - 37.37139305200003 - ], - [ - -121.82984635199995, - 37.37145493100007 - ], - [ - -121.82970049299996, - 37.37152779400003 - ], - [ - -121.82996594599996, - 37.37186869900006 - ], - [ - -121.82982046399997, - 37.371941924000055 - ], - [ - -121.82967512699997, - 37.372015125000075 - ], - [ - -121.82943178699998, - 37.37170656400008 - ], - [ - -121.82950960299996, - 37.37154419600006 - ], - [ - -121.82933956799997, - 37.37146253100008 - ], - [ - -121.82920558299998, - 37.37173046200007 - ], - [ - -121.82920355599998, - 37.37173421500006 - ], - [ - -121.82920112499994, - 37.37173781400003 - ], - [ - -121.82919831799995, - 37.37174123300008 - ], - [ - -121.82919513399997, - 37.37174445200003 - ], - [ - -121.82919163099996, - 37.37174744400005 - ], - [ - -121.829187779, - 37.37175011900007 - ], - [ - -121.82918366399997, - 37.37175254700003 - ], - [ - -121.82917928399996, - 37.37175467900005 - ], - [ - -121.82917466999999, - 37.37175649400007 - ], - [ - -121.829169907, - 37.371757968000054 - ], - [ - -121.82916499399994, - 37.37175912200007 - ], - [ - -121.82915996, - 37.37175991200007 - ], - [ - -121.82915486299999, - 37.37176033500003 - ], - [ - -121.82914972999998, - 37.371760394000034 - ], - [ - -121.82914461899998, - 37.371760108000046 - ], - [ - -121.82913956099998, - 37.37175945600006 - ], - [ - -121.829134582, - 37.371758458000045 - ], - [ - -121.82912973999998, - 37.37175714000006 - ], - [ - -121.829053951, - 37.37191900400006 - ], - [ - -121.829058439, - 37.371921403000044 - ], - [ - -121.82906267399994, - 37.37192412500008 - ], - [ - -121.82906662799996, - 37.37192710100004 - ], - [ - -121.82907024099995, - 37.37193033400007 - ], - [ - -121.82907348699996, - 37.371933822000074 - ], - [ - -121.82907636399995, - 37.37193749700003 - ], - [ - -121.82907881299997, - 37.37194136100004 - ], - [ - -121.82908086299994, - 37.371945366000034 - ], - [ - -121.82908248499996, - 37.37194951300006 - ], - [ - -121.82908365199995, - 37.371953759000064 - ], - [ - -121.82908435899998, - 37.37195805300007 - ], - [ - -121.82908460699997, - 37.371962376000056 - ], - [ - -121.82908439699997, - 37.371966705000034 - ], - [ - -121.82908372799994, - 37.37197101500004 - ], - [ - -121.8290826, - 37.371975263000024 - ], - [ - -121.829081009, - 37.37197940100003 - ], - [ - -121.829079488, - 37.37198253200006 - ], - [ - -121.82895308699995, - 37.37225776900004 - ], - [ - -121.82872678299998, - 37.37217143000004 - ], - [ - -121.82864153999998, - 37.37213886200004 - ], - [ - -121.82857547199995, - 37.372112076000064 - ], - [ - -121.828418925, - 37.37204868300006 - ], - [ - -121.82825993199998, - 37.371986348000064 - ], - [ - -121.82810098599998, - 37.371923485000025 - ], - [ - -121.82794571999995, - 37.371861016000025 - ], - [ - -121.827790758, - 37.371799527000064 - ], - [ - -121.82763143299996, - 37.37173627900006 - ], - [ - -121.82746994299998, - 37.37167216300003 - ], - [ - -121.82731388299999, - 37.37161018200004 - ], - [ - -121.82715643299997, - 37.37154744000003 - ], - [ - -121.82700065999995, - 37.371485386000074 - ], - [ - -121.82681620199997, - 37.371411892000026 - ], - [ - -121.82697709899998, - 37.37115531100005 - ], - [ - -121.8268256, - 37.37109163000008 - ], - [ - -121.82666818899997, - 37.371349156000065 - ], - [ - -121.82648142299996, - 37.37127642000007 - ], - [ - -121.82629977499994, - 37.37120431200003 - ], - [ - -121.82612003099996, - 37.37112968900004 - ], - [ - -121.82593738399999, - 37.37105937900003 - ], - [ - -121.82575674299994, - 37.37098744100007 - ], - [ - -121.82557616599996, - 37.370915824000065 - ], - [ - -121.82544410999998, - 37.37086339000007 - ], - [ - -121.82530647899995, - 37.37109466600003 - ], - [ - -121.82452530499995, - 37.37077985700006 - ], - [ - -121.82450665399995, - 37.37077278900006 - ], - [ - -121.824195052, - 37.37129643900005 - ], - [ - -121.823888109, - 37.37116061000006 - ], - [ - -121.82387417999996, - 37.371169214000076 - ], - [ - -121.82385798699994, - 37.37117475300005 - ], - [ - -121.82384058799994, - 37.371176872000035 - ], - [ - -121.82382884799995, - 37.37117631800004 - ], - [ - -121.82381508999998, - 37.37117356600004 - ], - [ - -121.82372945199995, - 37.37128840300005 - ], - [ - -121.82378704899998, - 37.37130993900007 - ], - [ - -121.823637594, - 37.37155736700004 - ], - [ - -121.82327453, - 37.37141785600005 - ], - [ - -121.82309003899996, - 37.37134385400003 - ], - [ - -121.82290434899994, - 37.37127176400003 - ], - [ - -121.82272102999997, - 37.371195802000045 - ], - [ - -121.82253567499998, - 37.37112313600005 - ], - [ - -121.82241019299994, - 37.371318700000074 - ], - [ - -121.82259258699997, - 37.37139094200006 - ], - [ - -121.822822536, - 37.371484483000074 - ], - [ - -121.82297012899994, - 37.371541507000074 - ], - [ - -121.823339697, - 37.371688591000066 - ], - [ - -121.82351541299994, - 37.37176099800007 - ], - [ - -121.82384436599995, - 37.37188393200006 - ], - [ - -121.82392849299998, - 37.37174326500008 - ], - [ - -121.82406856899996, - 37.371542728000065 - ], - [ - -121.82407317099995, - 37.371529011000064 - ], - [ - -121.82421299499998, - 37.37130466600007 - ], - [ - -121.82421313599997, - 37.371304440000074 - ], - [ - -121.82443871099997, - 37.37139384000005 - ], - [ - -121.82466018499997, - 37.371481568000036 - ], - [ - -121.82487308299994, - 37.37156593700007 - ], - [ - -121.82499687399996, - 37.37161496400006 - ], - [ - -121.82509389299997, - 37.371653397000046 - ], - [ - -121.82531438799998, - 37.37174076900004 - ], - [ - -121.82553491799996, - 37.37182846200005 - ], - [ - -121.82575300899998, - 37.37191618000003 - ], - [ - -121.82597321199995, - 37.37200474500003 - ], - [ - -121.826199826, - 37.37209591300007 - ], - [ - -121.82606496199998, - 37.372311823000075 - ], - [ - -121.82613880699995, - 37.372343743000044 - ], - [ - -121.82621672799996, - 37.372377425000025 - ], - [ - -121.826353601, - 37.37216002800005 - ], - [ - -121.82658460299996, - 37.37225268100008 - ], - [ - -121.82680884599995, - 37.37233932100003 - ], - [ - -121.82703184699994, - 37.37242549500007 - ], - [ - -121.82715726599997, - 37.372473951000075 - ], - [ - -121.82725487599998, - 37.372511667000026 - ], - [ - -121.82747681899997, - 37.372599569000045 - ], - [ - -121.82769779499995, - 37.37268791400004 - ], - [ - -121.827918878, - 37.37277420000004 - ], - [ - -121.82813407499998, - 37.37285837700006 - ], - [ - -121.82827429499997, - 37.37291325700005 - ], - [ - -121.82836027399998, - 37.37294686800004 - ], - [ - -121.82858497199999, - 37.37303459900005 - ], - [ - -121.82882568099996, - 37.37309708400005 - ], - [ - -121.82905421599997, - 37.37297830600005 - ], - [ - -121.82920093699994, - 37.372902047000025 - ], - [ - -121.82925535699997, - 37.37287377900003 - ], - [ - -121.829342855, - 37.37282829000003 - ], - [ - -121.82941739499995, - 37.37278956200004 - ], - [ - -121.829487444, - 37.37275475400003 - ], - [ - -121.82957958399999, - 37.37270893700003 - ], - [ - -121.82963632699995, - 37.37268075800006 - ], - [ - -121.82974259499997, - 37.372627915000066 - ], - [ - -121.82977559999995, - 37.37261149400007 - ], - [ - -121.82987109199996, - 37.372564014000034 - ], - [ - -121.82990821399994, - 37.37254528100004 - ], - [ - -121.82992936199997, - 37.372534604000066 - ], - [ - -121.83007242399998, - 37.37246236800007 - ], - [ - -121.83007472799994, - 37.37246117300003 - ], - [ - -121.83021967999997, - 37.37238719900006 - ], - [ - -121.83023605199998, - 37.37237886500003 - ], - [ - -121.83036492399998, - 37.37231354100004 - ], - [ - -121.83039789599997, - 37.372296823000056 - ], - [ - -121.83051019899995, - 37.37223992700007 - ], - [ - -121.83056190099995, - 37.372213704000046 - ], - [ - -121.83065544299996, - 37.37216629200003 - ], - [ - -121.83072502399995, - 37.37213103000005 - ], - [ - -121.83080063099999, - 37.37209270100004 - ], - [ - -121.83088999399996, - 37.37204737300004 - ], - [ - -121.830891254, - 37.37204884700003 - ], - [ - -121.83094814199995, - 37.37202238200007 - ], - [ - -121.83105490999998, - 37.37196714900006 - ], - [ - -121.83109606999994, - 37.37194649500003 - ], - [ - -121.83122075899996, - 37.37188297900008 - ], - [ - -121.83123718499996, - 37.37187457600004 - ], - [ - -121.83138330499997, - 37.371800128000075 - ], - [ - -121.83151496299996, - 37.371733558000074 - ], - [ - -121.83151968399994, - 37.371739364000064 - ], - [ - -121.83153558099997, - 37.371731699000065 - ], - [ - -121.83166684399998, - 37.37166865800003 - ], - [ - -121.83166953399996, - 37.371671535000075 - ], - [ - -121.83170443799997, - 37.37165385600008 - ], - [ - -121.83181810399998, - 37.37159632600003 - ], - [ - -121.83186707699997, - 37.37157153000004 - ], - [ - -121.83196670199999, - 37.37152109400006 - ], - [ - -121.83203349599995, - 37.37148728200003 - ], - [ - -121.83210350299998, - 37.37145183200005 - ], - [ - -121.83241870399996, - 37.37128983200006 - ], - [ - -121.83252692099995, - 37.37142854900003 - ], - [ - -121.83264611599998, - 37.37158126400004 - ], - [ - -121.83264857499995, - 37.37158567600005 - ], - [ - -121.83265063599998, - 37.37159025400007 - ], - [ - -121.83265215399996, - 37.371594952000066 - ], - [ - -121.83265315699998, - 37.37159972400008 - ], - [ - -121.83265367299998, - 37.37160454800005 - ], - [ - -121.832653645, - 37.37160940100006 - ], - [ - -121.83265309999996, - 37.371614237000074 - ], - [ - -121.83265206699997, - 37.371619010000074 - ], - [ - -121.83265051599994, - 37.371623697000075 - ], - [ - -121.83264847499998, - 37.371628275000035 - ], - [ - -121.83264594299999, - 37.37163267600005 - ], - [ - -121.83264295099997, - 37.37163689800008 - ], - [ - -121.83263952199997, - 37.37164089800007 - ], - [ - -121.83263568899997, - 37.371644649000075 - ], - [ - -121.83263144999995, - 37.37164813100003 - ], - [ - -121.83262685899996, - 37.37165131900008 - ], - [ - -121.83262194999998, - 37.37165419000007 - ], - [ - -121.832719828, - 37.371787210000036 - ], - [ - -121.83272508899995, - 37.371784725000055 - ], - [ - -121.83273055899997, - 37.37178260200005 - ], - [ - -121.83273626299996, - 37.37178086700004 - ], - [ - -121.83274211899999, - 37.37177951800004 - ], - [ - -121.83274806799994, - 37.37177860300005 - ], - [ - -121.83275413899997, - 37.37177809900004 - ], - [ - -121.83276024799994, - 37.37177803000003 - ], - [ - -121.83276630399996, - 37.37177837300004 - ], - [ - -121.83277234099995, - 37.371779152000045 - ], - [ - -121.83277821299998, - 37.37178034400006 - ], - [ - -121.83278397699996, - 37.371781949000024 - ], - [ - -121.832789548, - 37.37178394600005 - ], - [ - -121.83279483799998, - 37.37178631200004 - ], - [ - -121.83279987799995, - 37.37178904700005 - ], - [ - -121.83280457899997, - 37.371792130000074 - ], - [ - -121.83280897099996, - 37.37179551300005 - ], - [ - -121.83281290899998, - 37.371799199000066 - ], - [ - -121.83293797899995, - 37.37195647100003 - ], - [ - -121.833048465, - 37.37209520700003 - ], - [ - -121.833086327, - 37.372076191000076 - ], - [ - -121.83328136899996, - 37.37232120300007 - ], - [ - -121.83325985199997, - 37.37233211400007 - ], - [ - -121.83192438599997, - 37.37300797600005 - ], - [ - -121.83173175599995, - 37.372758058000045 - ], - [ - -121.83162814599996, - 37.37281025600004 - ], - [ - -121.83149530199995, - 37.372878075000074 - ], - [ - -121.83134484299995, - 37.37295367100006 - ], - [ - -121.83132034099998, - 37.37296598900008 - ], - [ - -121.83141928199996, - 37.37308785100004 - ], - [ - -121.83151874899994, - 37.373210302000075 - ], - [ - -121.83152036499996, - 37.37321243500003 - ], - [ - -121.83168591599997, - 37.37342679300008 - ], - [ - -121.83194150999998, - 37.37329756200006 - ], - [ - -121.832203129, - 37.37316526400008 - ], - [ - -121.83246594599996, - 37.37344109500003 - ], - [ - -121.83264714099994, - 37.37363499300005 - ], - [ - -121.83281546599994, - 37.37381484600007 - ], - [ - -121.83293941699998, - 37.37393324200008 - ], - [ - -121.83305640799995, - 37.37404418500006 - ], - [ - -121.83317372, - 37.37415544400005 - ], - [ - -121.83332408799998, - 37.37429800800004 - ], - [ - -121.83338730899999, - 37.37435794600003 - ], - [ - -121.83341895799998, - 37.374387572000046 - ], - [ - -121.83345040799998, - 37.37441733600008 - ], - [ - -121.83348165899997, - 37.37444721800006 - ], - [ - -121.83350678499994, - 37.374471447000076 - ], - [ - -121.83351930599997, - 37.374483550000036 - ], - [ - -121.83353176999998, - 37.37449567800007 - ], - [ - -121.833575006, - 37.37453819500007 - ], - [ - -121.83358131399996, - 37.37454448600005 - ], - [ - -121.83359369399994, - 37.37455679800007 - ], - [ - -121.83360277599996, - 37.37456585000007 - ], - [ - -121.83361208999997, - 37.374575152000034 - ], - [ - -121.83363046099998, - 37.37459357500006 - ], - [ - -121.83364109399997, - 37.37460439500006 - ], - [ - -121.83365172799995, - 37.37461526100003 - ], - [ - -121.83366233399994, - 37.37462610500006 - ], - [ - -121.83375536199998, - 37.374726562000035 - ], - [ - -121.83377439499998, - 37.37474678600006 - ], - [ - -121.83387429799996, - 37.37485313900004 - ], - [ - -121.83387955999996, - 37.37485871000007 - ], - [ - -121.83399438199996, - 37.37498290700006 - ], - [ - -121.834114, - 37.375112269000056 - ], - [ - -121.83421370099995, - 37.37522008800005 - ], - [ - -121.83424502399998, - 37.37525397400003 - ], - [ - -121.83408593599995, - 37.375357208000025 - ], - [ - -121.83377296499998, - 37.37556611000008 - ], - [ - -121.83384605799995, - 37.375637426000026 - ], - [ - -121.83364843199996, - 37.37576861100007 - ], - [ - -121.83344238799998, - 37.37590540800005 - ], - [ - -121.83329661699997, - 37.376006063000034 - ], - [ - -121.83309988399998, - 37.37614073800006 - ], - [ - -121.83289660399998, - 37.37627507700006 - ], - [ - -121.83319984199994, - 37.37656498100006 - ], - [ - -121.833294863, - 37.376661273000025 - ], - [ - -121.83330469599997, - 37.37665459200008 - ], - [ - -121.83349642599995, - 37.37652391000006 - ], - [ - -121.83360075799999, - 37.376457351000056 - ], - [ - -121.83373919499996, - 37.376360326000054 - ], - [ - -121.83378048699996, - 37.376332527000045 - ], - [ - -121.83381565899998, - 37.376308849000054 - ], - [ - -121.83387452699998, - 37.37626944900006 - ], - [ - -121.834073623, - 37.37613225100006 - ], - [ - -121.83423786999998, - 37.37602067300003 - ], - [ - -121.83448144799996, - 37.375856026000065 - ], - [ - -121.83455213899998, - 37.37581051700005 - ], - [ - -121.83458557799997, - 37.37578777400006 - ], - [ - -121.83463142699998, - 37.375756626000054 - ], - [ - -121.834541221, - 37.37565542900006 - ], - [ - -121.83426213599995, - 37.37535605000005 - ], - [ - -121.83430962899996, - 37.375323808000076 - ], - [ - -121.83442802699994, - 37.37524356000006 - ], - [ - -121.83458978199997, - 37.375133910000045 - ], - [ - -121.83469579499996, - 37.37506204300007 - ], - [ - -121.834740937, - 37.375031430000035 - ], - [ - -121.83485482799995, - 37.374954209000066 - ], - [ - -121.83510650299996, - 37.37527488600006 - ], - [ - -121.83519518399999, - 37.37539022400006 - ], - [ - -121.83535587899996, - 37.37528079100008 - ], - [ - -121.83550173199995, - 37.37518962400003 - ], - [ - -121.83567628599997, - 37.37540928300007 - ], - [ - -121.83580615699998, - 37.375579360000074 - ], - [ - -121.83604032499994, - 37.375886114000025 - ], - [ - -121.83602037699995, - 37.37589984500005 - ], - [ - -121.83546824499996, - 37.37627955500005 - ], - [ - -121.83532645899999, - 37.37637680300003 - ], - [ - -121.83541527199998, - 37.37649300900006 - ], - [ - -121.83523761199996, - 37.37661465200006 - ], - [ - -121.83506510599994, - 37.37673275800006 - ], - [ - -121.83489095699997, - 37.37685195900008 - ], - [ - -121.83470998499996, - 37.376973021000026 - ], - [ - -121.83478969499998, - 37.37707745200004 - ], - [ - -121.83485962699996, - 37.37716910600005 - ], - [ - -121.83488729299995, - 37.37720536900008 - ], - [ - -121.83498397899996, - 37.37733203800008 - ], - [ - -121.83500888599997, - 37.377364715000056 - ], - [ - -121.83508063799997, - 37.37745872900007 - ], - [ - -121.83517823499994, - 37.377586578000034 - ], - [ - -121.83527133899997, - 37.37770859400007 - ], - [ - -121.83536479699995, - 37.377831065000066 - ], - [ - -121.83546315599995, - 37.377959729000054 - ], - [ - -121.83602193899998, - 37.37768175700006 - ], - [ - -121.836608405, - 37.37740106200005 - ], - [ - -121.83703524599997, - 37.377197057000046 - ], - [ - -121.83745364199996, - 37.37774204700003 - ], - [ - -121.83754553399996, - 37.377861719000066 - ], - [ - -121.83754837799995, - 37.37786031200005 - ], - [ - -121.83758369099996, - 37.37784306300006 - ], - [ - -121.83767655399998, - 37.377964073000044 - ], - [ - -121.83763989, - 37.37798452000004 - ], - [ - -121.83765066899997, - 37.37799856600003 - ], - [ - -121.83773533099998, - 37.37810856800007 - ], - [ - -121.83788920699999, - 37.37830842400007 - ], - [ - -121.83795513599995, - 37.378394058000026 - ], - [ - -121.83802719899995, - 37.37848767700007 - ], - [ - -121.83810105599997, - 37.37858363400005 - ], - [ - -121.83821546699994, - 37.37873223200006 - ], - [ - -121.83821814399994, - 37.378736024000034 - ], - [ - -121.83822039599994, - 37.37873998200007 - ], - [ - -121.83822230399994, - 37.37874405700006 - ], - [ - -121.83822375699998, - 37.37874823000004 - ], - [ - -121.838224664, - 37.378752477000035 - ], - [ - -121.83822529099996, - 37.378755468000065 - ], - [ - -121.83822536999998, - 37.37875668100003 - ], - [ - -121.83822542099995, - 37.37875791600004 - ], - [ - -121.83822556299998, - 37.378760957000054 - ], - [ - -121.83822562299997, - 37.378762788000074 - ], - [ - -121.83822537999998, - 37.37876521800007 - ], - [ - -121.83822505199998, - 37.37876767100005 - ], - [ - -121.83822482499994, - 37.37876948100006 - ], - [ - -121.838224019, - 37.378772490000074 - ], - [ - -121.83822366599998, - 37.378773661000025 - ], - [ - -121.838222584, - 37.378777221000064 - ], - [ - -121.83822042799994, - 37.378781778000075 - ], - [ - -121.83821929199996, - 37.378784057000075 - ], - [ - -121.83821826099995, - 37.37878567100006 - ], - [ - -121.83821565999995, - 37.378789432000076 - ], - [ - -121.83821490499997, - 37.378790492000064 - ], - [ - -121.838212683, - 37.37879296700004 - ], - [ - -121.83821130499996, - 37.37879447100005 - ], - [ - -121.83820947499999, - 37.37879639100004 - ], - [ - -121.83820741299996, - 37.378798224000036 - ], - [ - -121.83820628299998, - 37.378799153000045 - ], - [ - -121.838203, - 37.37880161500004 - ], - [ - -121.83820215099996, - 37.37880222100006 - ], - [ - -121.83820011199998, - 37.37880366300004 - ], - [ - -121.83819835099996, - 37.37880471400007 - ], - [ - -121.83819332599995, - 37.37880756200008 - ], - [ - -121.83830042499994, - 37.378948233000074 - ], - [ - -121.83830712799994, - 37.37894616600005 - ], - [ - -121.83831401199996, - 37.37894457600004 - ], - [ - -121.83832101999997, - 37.37894349000004 - ], - [ - -121.83832815199997, - 37.378942927000026 - ], - [ - -121.83833532199998, - 37.37894284500004 - ], - [ - -121.83834247199997, - 37.37894331200005 - ], - [ - -121.838349516, - 37.37894426300005 - ], - [ - -121.83835645499994, - 37.37894574000006 - ], - [ - -121.83836317199996, - 37.37894767800003 - ], - [ - -121.83836966999996, - 37.37895012100006 - ], - [ - -121.83837583299999, - 37.37895300300005 - ], - [ - -121.83838168399996, - 37.37895630200006 - ], - [ - -121.83838708699994, - 37.37896003900005 - ], - [ - -121.83839212199996, - 37.37896412400005 - ], - [ - -121.83839661899998, - 37.37896856000003 - ], - [ - -121.83848436599999, - 37.37908408900006 - ], - [ - -121.83859858199997, - 37.37923452000007 - ], - [ - -121.83833404099994, - 37.37936274600003 - ], - [ - -121.83815460799997, - 37.37944971400003 - ], - [ - -121.83788690999995, - 37.37957946100005 - ], - [ - -121.83771241399995, - 37.379666601000054 - ], - [ - -121.83743998199998, - 37.37979802800004 - ], - [ - -121.83716757899998, - 37.37992950000006 - ], - [ - -121.83699052499998, - 37.38001643800004 - ], - [ - -121.836715632, - 37.38014992800004 - ], - [ - -121.83643965599998, - 37.380283887000076 - ], - [ - -121.83626752599997, - 37.38037518700003 - ], - [ - -121.83598319699996, - 37.380511987000034 - ], - [ - -121.83571707199997, - 37.38063882800003 - ], - [ - -121.83554115399994, - 37.380720533000044 - ], - [ - -121.83526981199998, - 37.38085070500006 - ], - [ - -121.83498343999997, - 37.38098745800005 - ], - [ - -121.83481079899997, - 37.381072809000045 - ], - [ - -121.83454486899996, - 37.38120262100006 - ], - [ - -121.83427153499997, - 37.381335516000036 - ], - [ - -121.83418386499994, - 37.38137824100005 - ], - [ - -121.83416775199998, - 37.381356175000064 - ], - [ - -121.834144832, - 37.38132553500003 - ], - [ - -121.83409885699996, - 37.38126327300006 - ], - [ - -121.83401357799994, - 37.38115398300005 - ], - [ - -121.83392087399994, - 37.381031961000076 - ], - [ - -121.83376490499995, - 37.380827157000056 - ], - [ - -121.833661066, - 37.38069047500005 - ], - [ - -121.833571754, - 37.38057532600004 - ], - [ - -121.83346744199997, - 37.38043768700004 - ], - [ - -121.83344272999994, - 37.38040635700003 - ], - [ - -121.83340049499998, - 37.38035096400006 - ], - [ - -121.83336577799997, - 37.380305442000065 - ], - [ - -121.83333105899999, - 37.38025172600004 - ], - [ - -121.83330700999994, - 37.380218925000065 - ], - [ - -121.83324972799994, - 37.38014333000007 - ], - [ - -121.83319637199997, - 37.380075635000026 - ], - [ - -121.83313997799996, - 37.38000481500006 - ], - [ - -121.83323088199995, - 37.379963359000044 - ], - [ - -121.83341342199998, - 37.37987492000008 - ], - [ - -121.83359138099996, - 37.37978868600004 - ], - [ - -121.83376672499998, - 37.37970371800003 - ], - [ - -121.83394326099994, - 37.37961818600007 - ], - [ - -121.83412150499998, - 37.379531787000076 - ], - [ - -121.834297473, - 37.379446536000046 - ], - [ - -121.83426693099995, - 37.379414723000025 - ], - [ - -121.83425914699995, - 37.37940448900008 - ], - [ - -121.83402230399997, - 37.379091033000066 - ], - [ - -121.83378367199998, - 37.37877523900005 - ], - [ - -121.83375258899997, - 37.37879022000004 - ], - [ - -121.83343033799997, - 37.37894605500003 - ], - [ - -121.83330553999997, - 37.37878713200007 - ], - [ - -121.83320529499997, - 37.37865549000003 - ], - [ - -121.83307250699994, - 37.37848107000008 - ], - [ - -121.83297334799994, - 37.378350788000034 - ], - [ - -121.83293167099998, - 37.37829603000006 - ], - [ - -121.832871695, - 37.37821723900004 - ], - [ - -121.83277001, - 37.37808362100003 - ], - [ - -121.83266988499997, - 37.37795216100005 - ], - [ - -121.832570434, - 37.37782151600004 - ], - [ - -121.83256062999999, - 37.37780255900003 - ], - [ - -121.83242549799996, - 37.37789368500006 - ], - [ - -121.83230688999998, - 37.37797365800003 - ], - [ - -121.8320604099999, - 37.377646620000064 - ], - [ - -121.83193063899995, - 37.377734503000056 - ], - [ - -121.83219838399998, - 37.37809105500003 - ], - [ - -121.83212244999999, - 37.37814190800003 - ], - [ - -121.83207284699995, - 37.37817506700003 - ], - [ - -121.83195241199996, - 37.37825567800007 - ], - [ - -121.83182755599995, - 37.378339270000026 - ], - [ - -121.83181336599995, - 37.37832038700003 - ], - [ - -121.83179957299996, - 37.37830129400004 - ], - [ - -121.83178623599997, - 37.37828201100007 - ], - [ - -121.831736321, - 37.37821569500005 - ], - [ - -121.83168546899998, - 37.37814984800008 - ], - [ - -121.83163367799995, - 37.378084467000065 - ], - [ - -121.83155603699998, - 37.37798811600004 - ], - [ - -121.83147520099999, - 37.377889441000036 - ], - [ - -121.83141258699999, - 37.377931330000024 - ], - [ - -121.83138737499996, - 37.377949012000045 - ], - [ - -121.83133632799996, - 37.37798484100006 - ], - [ - -121.83128101799997, - 37.37802129100004 - ], - [ - -121.83119482499995, - 37.37807910500004 - ], - [ - -121.83104761799996, - 37.378181718000064 - ], - [ - -121.83100725999998, - 37.37820731000005 - ], - [ - -121.8309470199999, - 37.37824388400003 - ], - [ - -121.83074437299996, - 37.37838381800003 - ], - [ - -121.83056720199994, - 37.378504649000035 - ], - [ - -121.83046073, - 37.37842244700005 - ], - [ - -121.83032128499997, - 37.378292620000025 - ], - [ - -121.83020709799996, - 37.378186267000046 - ], - [ - -121.83016897099998, - 37.378150350000055 - ], - [ - -121.83009233399997, - 37.37807804100004 - ], - [ - -121.82997899799994, - 37.37797112800007 - ], - [ - -121.82994349399996, - 37.37793761000006 - ], - [ - -121.82986700299995, - 37.377865436000036 - ], - [ - -121.82984403999995, - 37.377843608000035 - ], - [ - -121.82975283499997, - 37.377756815000055 - ], - [ - -121.82973804199997, - 37.377742768000076 - ], - [ - -121.82963843199997, - 37.377647969000066 - ], - [ - -121.82963472699998, - 37.377644462000035 - ], - [ - -121.82953640099998, - 37.37755086000004 - ], - [ - -121.82952598599996, - 37.377540999000075 - ], - [ - -121.82943588899997, - 37.37745526900005 - ], - [ - -121.82941453099994, - 37.37743491100008 - ], - [ - -121.82933986799998, - 37.37736388500008 - ], - [ - -121.829300333, - 37.37732624400007 - ], - [ - -121.82923629199996, - 37.37726535100006 - ], - [ - -121.82919019199994, - 37.37722142200005 - ], - [ - -121.82914607799995, - 37.37717946200007 - ], - [ - -121.82908037299995, - 37.37711696300005 - ], - [ - -121.82897139999994, - 37.37701322600003 - ], - [ - -121.82885775799997, - 37.37690510300007 - ], - [ - -121.82874612999996, - 37.376798902000075 - ], - [ - -121.82863181999994, - 37.37669016600006 - ], - [ - -121.82852742399996, - 37.37659054400007 - ], - [ - -121.82851686099997, - 37.376580432000026 - ], - [ - -121.82844936899994, - 37.376515779000044 - ], - [ - -121.828406095, - 37.37647431200003 - ], - [ - -121.82834753399999, - 37.37641830100006 - ], - [ - -121.82829355299998, - 37.37636654100004 - ], - [ - -121.82817972699996, - 37.376257527000064 - ], - [ - -121.82806735799994, - 37.37614991300006 - ], - [ - -121.82795362099995, - 37.37604426100006 - ], - [ - -121.827840628, - 37.37594015900004 - ], - [ - -121.827723231, - 37.375831961000074 - ], - [ - -121.82760874599995, - 37.37572620200007 - ], - [ - -121.82749601199998, - 37.37562209500004 - ], - [ - -121.82738028899996, - 37.37551273400004 - ], - [ - -121.82727390099996, - 37.375412195000024 - ], - [ - -121.82720798899999, - 37.37534599000003 - ], - [ - -121.827201173, - 37.375352934000034 - ], - [ - -121.82716012699996, - 37.37539476000006 - ], - [ - -121.82714812499995, - 37.37540695900003 - ], - [ - -121.82709510799998, - 37.37546105100006 - ], - [ - -121.82706793699998, - 37.37548802500004 - ], - [ - -121.82696641599995, - 37.37558871900006 - ], - [ - -121.82692038399995, - 37.37563563800006 - ], - [ - -121.82675866599999, - 37.375799732000075 - ], - [ - -121.82660865999998, - 37.37595142400005 - ], - [ - -121.82652594999996, - 37.37603913400005 - ], - [ - -121.826486591, - 37.376077415000054 - ], - [ - -121.82636182799996, - 37.37619872200003 - ], - [ - -121.82634952899997, - 37.37621193100006 - ], - [ - -121.82627617199995, - 37.37628683200006 - ], - [ - -121.82616695699994, - 37.376396998000075 - ], - [ - -121.82610934099995, - 37.37645228700006 - ], - [ - -121.82609864999995, - 37.37646238800005 - ], - [ - -121.82602942699998, - 37.37652781000003 - ], - [ - -121.82595962999994, - 37.37658687700008 - ], - [ - -121.82579390899997, - 37.376704937000056 - ], - [ - -121.825707766, - 37.376767346000065 - ], - [ - -121.82565202199999, - 37.37681174200003 - ], - [ - -121.825592611, - 37.376861305000034 - ], - [ - -121.82553292499995, - 37.376911491000044 - ], - [ - -121.82547485899994, - 37.37696243500005 - ], - [ - -121.825455794, - 37.37698061900005 - ], - [ - -121.82540311599996, - 37.377036264000026 - ], - [ - -121.82535145099996, - 37.377089081000065 - ], - [ - -121.82527550099996, - 37.37716508600005 - ], - [ - -121.82517747999998, - 37.377266175000045 - ], - [ - -121.82510642899996, - 37.37734185000005 - ], - [ - -121.82505719699998, - 37.37739436500004 - ], - [ - -121.82502548099995, - 37.377378632000045 - ], - [ - -121.82499286899997, - 37.37736407700004 - ], - [ - -121.824959504, - 37.37735072000004 - ], - [ - -121.82483015999998, - 37.377299718000074 - ], - [ - -121.82449879399996, - 37.377168779000044 - ], - [ - -121.82414747499996, - 37.37702847600008 - ], - [ - -121.82384902099994, - 37.376909570000066 - ], - [ - -121.82376807199995, - 37.37687992600007 - ], - [ - -121.82371442999994, - 37.37686018200003 - ], - [ - -121.82366711199995, - 37.37684274800006 - ], - [ - -121.82357996599995, - 37.37681145700003 - ], - [ - -121.82354218499995, - 37.37686613200003 - ], - [ - -121.823409713, - 37.377057679000075 - ], - [ - -121.82325821799998, - 37.37729750800003 - ], - [ - -121.82311595699997, - 37.37752430000006 - ], - [ - -121.82304890899997, - 37.377631791000056 - ], - [ - -121.82296132199997, - 37.37777638800003 - ], - [ - -121.82282535799999, - 37.377997752000056 - ], - [ - -121.82271412199998, - 37.37817720100003 - ], - [ - -121.82266174499995, - 37.378262896000024 - ], - [ - -121.82261709999995, - 37.378333326000075 - ], - [ - -121.822610307, - 37.378344940000034 - ], - [ - -121.82249006999996, - 37.378532678000056 - ], - [ - -121.82253466299994, - 37.378550105000045 - ], - [ - -121.82262095399994, - 37.378584885000066 - ], - [ - -121.82282136099997, - 37.37866429400003 - ], - [ - -121.82302070699996, - 37.37874366900007 - ], - [ - -121.82321649999994, - 37.37882322100006 - ], - [ - -121.82361273999999, - 37.378979410000056 - ], - [ - -121.82376003599995, - 37.379117534000045 - ], - [ - -121.82390607999997, - 37.37925450400007 - ], - [ - -121.82405186199998, - 37.37939120200008 - ], - [ - -121.82405883299998, - 37.37939773900007 - ], - [ - -121.82408828999996, - 37.37937831600004 - ], - [ - -121.82425967499995, - 37.379265298000064 - ], - [ - -121.824616817, - 37.37902971400007 - ], - [ - -121.82474845099995, - 37.37894127000004 - ], - [ - -121.82527235199996, - 37.37858608000005 - ], - [ - -121.82549474999996, - 37.37879568300008 - ], - [ - -121.82562752999996, - 37.378705668000066 - ], - [ - -121.82601926599995, - 37.37844004600004 - ], - [ - -121.82614038399998, - 37.37855420100004 - ], - [ - -121.82619720999998, - 37.37860775900003 - ], - [ - -121.82620102199996, - 37.37861076200005 - ], - [ - -121.82620449199999, - 37.37861399500008 - ], - [ - -121.82620759399998, - 37.37861746200008 - ], - [ - -121.82621032599997, - 37.37862116100007 - ], - [ - -121.82621257599999, - 37.37862500500006 - ], - [ - -121.82621445299998, - 37.37862901200003 - ], - [ - -121.82621587499995, - 37.378633140000034 - ], - [ - -121.826216838, - 37.37863734000007 - ], - [ - -121.82621731599994, - 37.378641592000065 - ], - [ - -121.82621733399998, - 37.37864587300004 - ], - [ - -121.82621686399995, - 37.37865011300005 - ], - [ - -121.82621596399997, - 37.37865433400003 - ], - [ - -121.82621457399995, - 37.37865844700008 - ], - [ - -121.82621275399998, - 37.37866247300008 - ], - [ - -121.82621049799997, - 37.378666345000056 - ], - [ - -121.82620780999997, - 37.37867003700006 - ], - [ - -121.82620471599995, - 37.378673527000046 - ], - [ - -121.82620127599995, - 37.37867679500005 - ], - [ - -121.82619748599996, - 37.378679813000076 - ], - [ - -121.826193376, - 37.37868253700003 - ], - [ - -121.82618897199995, - 37.37868496800007 - ], - [ - -121.82630167199994, - 37.37878530000006 - ], - [ - -121.826306064, - 37.37878234300007 - ], - [ - -121.82631077899998, - 37.37877972600006 - ], - [ - -121.82631578599995, - 37.37877740300007 - ], - [ - -121.82632100099994, - 37.378775490000066 - ], - [ - -121.82632639399998, - 37.37877389600004 - ], - [ - -121.82633196499995, - 37.37877271100007 - ], - [ - -121.82633763099994, - 37.378771914000026 - ], - [ - -121.82634335999995, - 37.37877150600008 - ], - [ - -121.82634912499998, - 37.37877148700005 - ], - [ - -121.82635483899998, - 37.378771880000045 - ], - [ - -121.82636053299996, - 37.37877266300006 - ], - [ - -121.82636608899998, - 37.37877383600005 - ], - [ - -121.82637150999994, - 37.37877540000005 - ], - [ - -121.82637673499994, - 37.37877733300007 - ], - [ - -121.82638173799995, - 37.37877960900005 - ], - [ - -121.82638645999998, - 37.378782235000074 - ], - [ - -121.826390872, - 37.37878516100005 - ], - [ - -121.826394973, - 37.37878838700004 - ], - [ - -121.82639870799994, - 37.378791894000074 - ], - [ - -121.82661547299995, - 37.37865196700005 - ], - [ - -121.82657757799996, - 37.37861616200007 - ], - [ - -121.82663083799997, - 37.37858044600006 - ], - [ - -121.82649577199999, - 37.37845937800006 - ], - [ - -121.82649066099998, - 37.378462366000065 - ], - [ - -121.82648520199996, - 37.378464991000044 - ], - [ - -121.82647947599997, - 37.37846723000007 - ], - [ - -121.82647354199997, - 37.37846903700006 - ], - [ - -121.826467429, - 37.378470434000064 - ], - [ - -121.82646116399997, - 37.378471352000076 - ], - [ - -121.82645483299996, - 37.378471811000054 - ], - [ - -121.82644846699998, - 37.37847183900004 - ], - [ - -121.82644211999997, - 37.37847142900006 - ], - [ - -121.82643585099999, - 37.378470539000034 - ], - [ - -121.82642971899998, - 37.37846921200003 - ], - [ - -121.826423751, - 37.37846744800004 - ], - [ - -121.82641800199997, - 37.37846527000005 - ], - [ - -121.82641253799994, - 37.37846272300004 - ], - [ - -121.82640734899996, - 37.37845973700007 - ], - [ - -121.82628661299998, - 37.37834283300003 - ], - [ - -121.82613799799998, - 37.37819852400003 - ], - [ - -121.82597155099995, - 37.37803688400004 - ], - [ - -121.82582947599997, - 37.377898956000024 - ], - [ - -121.82561093499999, - 37.377686768000046 - ], - [ - -121.82597179099997, - 37.377444593000064 - ], - [ - -121.82598675699995, - 37.37743455700007 - ], - [ - -121.82588491099995, - 37.37733790300007 - ], - [ - -121.82587604199995, - 37.377329442000075 - ], - [ - -121.82576264399995, - 37.377221862000056 - ], - [ - -121.82539096499994, - 37.37747320100004 - ], - [ - -121.82524369699996, - 37.37733020400003 - ], - [ - -121.82549090199996, - 37.37707608300008 - ], - [ - -121.82555754199996, - 37.37700885800007 - ], - [ - -121.82561132199999, - 37.37695713800008 - ], - [ - -121.82562292299997, - 37.376946661000034 - ], - [ - -121.82563400999999, - 37.37693623600006 - ], - [ - -121.82564806499994, - 37.37692337300007 - ], - [ - -121.82567314099998, - 37.37690276400008 - ], - [ - -121.82570527299998, - 37.37687735900005 - ], - [ - -121.82573786999995, - 37.37685233800005 - ], - [ - -121.82577093299994, - 37.37682767800004 - ], - [ - -121.82579825699997, - 37.376809242000036 - ], - [ - -121.82582702899998, - 37.37678852200003 - ], - [ - -121.82585315199998, - 37.37677362200003 - ], - [ - -121.82589185499995, - 37.37674516900006 - ], - [ - -121.82593491199998, - 37.376716344000045 - ], - [ - -121.82597392599996, - 37.37668930500007 - ], - [ - -121.82601195099994, - 37.376661385000034 - ], - [ - -121.82604889799995, - 37.37663260800008 - ], - [ - -121.82605684199996, - 37.376626017000035 - ], - [ - -121.82608473699997, - 37.37660283500003 - ], - [ - -121.82610292599998, - 37.37658685800005 - ], - [ - -121.82612668099995, - 37.376566195000066 - ], - [ - -121.82614924399996, - 37.376544652000064 - ], - [ - -121.82617056, - 37.37652236900004 - ], - [ - -121.826330408, - 37.37667270700007 - ], - [ - -121.82643252999998, - 37.37676878700006 - ], - [ - -121.82649223899995, - 37.376824946000056 - ], - [ - -121.82654538599996, - 37.37687495400007 - ], - [ - -121.82664657599997, - 37.37697015100008 - ], - [ - -121.82665873899998, - 37.37698157300008 - ], - [ - -121.82676859199995, - 37.37708495800007 - ], - [ - -121.82679924999997, - 37.37711377200003 - ], - [ - -121.82688465799998, - 37.37719408600003 - ], - [ - -121.826956038, - 37.37726126000007 - ], - [ - -121.82708975299994, - 37.37738705800007 - ], - [ - -121.82710812899995, - 37.377404316000025 - ], - [ - -121.82726649299997, - 37.377553274000036 - ], - [ - -121.82730240099994, - 37.37758706400007 - ], - [ - -121.82741737899994, - 37.37769622700006 - ], - [ - -121.82749979799996, - 37.377774447000036 - ], - [ - -121.827507616, - 37.37778186600008 - ], - [ - -121.82751577599998, - 37.37777625700005 - ], - [ - -121.82757953999999, - 37.37783285000006 - ], - [ - -121.82758455199996, - 37.377837326000076 - ], - [ - -121.82759367899996, - 37.377831179000054 - ], - [ - -121.82765288999997, - 37.377886656000044 - ], - [ - -121.82786675199998, - 37.37808696800005 - ], - [ - -121.82807717699995, - 37.378290728000025 - ], - [ - -121.82814339999999, - 37.37835487000007 - ], - [ - -121.82828733999997, - 37.37849417100006 - ], - [ - -121.82845316199996, - 37.37864933700007 - ], - [ - -121.828506657, - 37.378699408000045 - ], - [ - -121.82871827399998, - 37.37889743100004 - ], - [ - -121.82876584699994, - 37.37894189200006 - ], - [ - -121.82893692599998, - 37.37910063900006 - ], - [ - -121.82865508499998, - 37.37929074900006 - ], - [ - -121.828828177, - 37.37945450500007 - ], - [ - -121.82883164599997, - 37.379457787000035 - ], - [ - -121.82869689399996, - 37.379543296000065 - ], - [ - -121.828700084, - 37.379546703000074 - ], - [ - -121.82870079699995, - 37.37954754000003 - ], - [ - -121.82870361299996, - 37.379551226000046 - ], - [ - -121.828706002, - 37.37955494300007 - ], - [ - -121.82870677099999, - 37.37955632500007 - ], - [ - -121.82870729999996, - 37.37955732700004 - ], - [ - -121.828708254, - 37.37955924900007 - ], - [ - -121.82870883299995, - 37.37956054800003 - ], - [ - -121.82870919499999, - 37.379561487000046 - ], - [ - -121.82870955799996, - 37.37956238900006 - ], - [ - -121.82870989199995, - 37.379563294000036 - ], - [ - -121.82871037599995, - 37.379564569000024 - ], - [ - -121.82871065199998, - 37.37956557100006 - ], - [ - -121.82871095799999, - 37.37956664600006 - ], - [ - -121.82871125599996, - 37.37956772600006 - ], - [ - -121.82871152499996, - 37.37956881000008 - ], - [ - -121.828711769, - 37.37957007000006 - ], - [ - -121.82871196599996, - 37.379571147000036 - ], - [ - -121.82871211799994, - 37.37957208300003 - ], - [ - -121.82871224799999, - 37.379573022000045 - ], - [ - -121.82871241299995, - 37.37957404300005 - ], - [ - -121.82871251599994, - 37.37957584700007 - ], - [ - -121.82871258999995, - 37.379577264000034 - ], - [ - -121.82871266499995, - 37.379578682000044 - ], - [ - -121.82871260199994, - 37.37958006200006 - ], - [ - -121.82871256599998, - 37.37958101700008 - ], - [ - -121.82871250999995, - 37.379581975000065 - ], - [ - -121.82871243399995, - 37.379582930000026 - ], - [ - -121.82871228299996, - 37.37958434400008 - ], - [ - -121.82871215399996, - 37.37958528200005 - ], - [ - -121.82871200799997, - 37.37958621900003 - ], - [ - -121.82871184099997, - 37.37958715600007 - ], - [ - -121.82871164699998, - 37.37958834600005 - ], - [ - -121.82871136499995, - 37.37958940200008 - ], - [ - -121.82871106899995, - 37.379590508000035 - ], - [ - -121.82871076999999, - 37.37959161300006 - ], - [ - -121.82871052299998, - 37.379592495000054 - ], - [ - -121.82871012899994, - 37.37959365300003 - ], - [ - -121.82870893199998, - 37.37959679000005 - ], - [ - -121.82870859399998, - 37.37959767000007 - ], - [ - -121.82870786899997, - 37.379599136000024 - ], - [ - -121.828707324, - 37.37960021300006 - ], - [ - -121.82870679099995, - 37.379601249000075 - ], - [ - -121.82870635899997, - 37.379602102000035 - ], - [ - -121.82870558099995, - 37.37960334700006 - ], - [ - -121.82870502199995, - 37.37960429200007 - ], - [ - -121.82870432899995, - 37.37960536000003 - ], - [ - -121.82870361399995, - 37.37960641900003 - ], - [ - -121.82870261199997, - 37.37960775200003 - ], - [ - -121.82870186699995, - 37.37960872200006 - ], - [ - -121.82870123199996, - 37.37960952000003 - ], - [ - -121.82870043499997, - 37.37961050000007 - ], - [ - -121.82869948899997, - 37.379611572000044 - ], - [ - -121.82869870099995, - 37.379612431000055 - ], - [ - -121.82869790099994, - 37.37961328200004 - ], - [ - -121.82869709199997, - 37.379614125000046 - ], - [ - -121.828693048, - 37.37961779500006 - ], - [ - -121.82868850099999, - 37.37962128300006 - ], - [ - -121.82841203199996, - 37.37980711900008 - ], - [ - -121.82812959799998, - 37.37999803400004 - ], - [ - -121.82812849299995, - 37.37999878000005 - ], - [ - -121.82812442599999, - 37.38000135900006 - ], - [ - -121.82812329799998, - 37.380002008000076 - ], - [ - -121.82811939299995, - 37.38000404300004 - ], - [ - -121.82811789099998, - 37.380004744000075 - ], - [ - -121.82811619499995, - 37.38000548000008 - ], - [ - -121.82811495699997, - 37.38000600100003 - ], - [ - -121.82811357299994, - 37.380006595000054 - ], - [ - -121.82811253199998, - 37.38000694900006 - ], - [ - -121.82811091499997, - 37.38000750800006 - ], - [ - -121.82810931299997, - 37.380008030000056 - ], - [ - -121.82810807099997, - 37.380008442000076 - ], - [ - -121.82810695799998, - 37.38000873400006 - ], - [ - -121.82810568699995, - 37.38000907500003 - ], - [ - -121.82810441499998, - 37.380009407000045 - ], - [ - -121.82810275899999, - 37.38000983100005 - ], - [ - -121.82810128899996, - 37.380010122000044 - ], - [ - -121.828100098, - 37.380010354000035 - ], - [ - -121.82809890399994, - 37.38001057100007 - ], - [ - -121.828097706, - 37.38001077400003 - ], - [ - -121.82809658399998, - 37.38001097700004 - ], - [ - -121.82809507399998, - 37.380011145000026 - ], - [ - -121.82809327399997, - 37.380011360000026 - ], - [ - -121.82809190499995, - 37.38001149400003 - ], - [ - -121.82809065899994, - 37.38001163700005 - ], - [ - -121.82808940299998, - 37.38001168100004 - ], - [ - -121.82808753799998, - 37.38001176800003 - ], - [ - -121.82808566799997, - 37.380011823000075 - ], - [ - -121.82808393699997, - 37.38001183000006 - ], - [ - -121.82808220499999, - 37.380011796000076 - ], - [ - -121.82808047399999, - 37.380011731000025 - ], - [ - -121.82807875299994, - 37.38001168100004 - ], - [ - -121.82807702499997, - 37.38001150200006 - ], - [ - -121.82807530699995, - 37.380011324000066 - ], - [ - -121.82807359199995, - 37.380011135000075 - ], - [ - -121.82807188499999, - 37.380010893000076 - ], - [ - -121.82807018899996, - 37.38001061500006 - ], - [ - -121.82806849999997, - 37.38001030800007 - ], - [ - -121.82806699599996, - 37.38001005000007 - ], - [ - -121.82806515799996, - 37.38000958600003 - ], - [ - -121.82806350799996, - 37.38000916800007 - ], - [ - -121.82806186299996, - 37.380008737000026 - ], - [ - -121.82806023999996, - 37.38000825200004 - ], - [ - -121.82805703899999, - 37.380007197000054 - ], - [ - -121.82805580999997, - 37.38000679000004 - ], - [ - -121.82805478699999, - 37.38000636100003 - ], - [ - -121.82805367599997, - 37.38000591600007 - ], - [ - -121.82805257499996, - 37.38000545700004 - ], - [ - -121.82805148199998, - 37.38000498400004 - ], - [ - -121.82805025099998, - 37.38000444800008 - ], - [ - -121.828047901, - 37.38000326300005 - ], - [ - -121.82804644299995, - 37.38000251700004 - ], - [ - -121.82804523899995, - 37.380001847000074 - ], - [ - -121.82804365199996, - 37.38000088500007 - ], - [ - -121.82804093199996, - 37.379999174000034 - ], - [ - -121.82803709199999, - 37.37999638300005 - ], - [ - -121.82803586999995, - 37.37999540200008 - ], - [ - -121.82803240299995, - 37.37999231500004 - ], - [ - -121.82794167199995, - 37.37990647700008 - ], - [ - -121.82784517799996, - 37.37981521000006 - ], - [ - -121.82774619699995, - 37.37989845900006 - ], - [ - -121.82763141599997, - 37.37995714200008 - ], - [ - -121.82748883099998, - 37.38005232900008 - ], - [ - -121.82727396099995, - 37.38019571500007 - ], - [ - -121.82750947999995, - 37.38041839600004 - ], - [ - -121.82753833299995, - 37.38044567400004 - ], - [ - -121.82761595399995, - 37.38050556700006 - ], - [ - -121.82756246799994, - 37.380541537000056 - ], - [ - -121.82742928799996, - 37.38063018500003 - ], - [ - -121.82733453599997, - 37.38053759400003 - ], - [ - -121.82709818, - 37.38031306800008 - ], - [ - -121.82707798899997, - 37.380293840000036 - ], - [ - -121.82655422399995, - 37.38065027300007 - ], - [ - -121.82644746899996, - 37.38054886700007 - ], - [ - -121.826349962, - 37.380456192000054 - ], - [ - -121.82618599499995, - 37.380300429000044 - ], - [ - -121.82606614099996, - 37.38018658100003 - ], - [ - -121.82652826299994, - 37.37987349100007 - ], - [ - -121.82642606099995, - 37.379776406000076 - ], - [ - -121.82596388199994, - 37.38008942700003 - ], - [ - -121.82583422999994, - 37.38017970400006 - ], - [ - -121.82587781599995, - 37.38022105500005 - ], - [ - -121.82594768999996, - 37.38028737600007 - ], - [ - -121.82605589699995, - 37.38038984100007 - ], - [ - -121.82616544499996, - 37.380493529000034 - ], - [ - -121.82628129499994, - 37.38060318700008 - ], - [ - -121.82660547699999, - 37.38091008500004 - ], - [ - -121.82586161499995, - 37.38105816900003 - ], - [ - -121.82529993699995, - 37.38116999300007 - ], - [ - -121.82499392799997, - 37.38123090400006 - ], - [ - -121.82445022599995, - 37.38133913300004 - ], - [ - -121.82426583699998, - 37.38137582400003 - ], - [ - -121.82432993599997, - 37.38160660500006 - ], - [ - -121.82434512199995, - 37.381654180000055 - ], - [ - -121.82438797099996, - 37.38178812700005 - ], - [ - -121.824397993, - 37.38181948700003 - ], - [ - -121.82441255799995, - 37.38186441400006 - ], - [ - -121.82443691499998, - 37.381940704000044 - ], - [ - -121.82446279099997, - 37.38202173900004 - ], - [ - -121.82447192499995, - 37.38204990400004 - ], - [ - -121.82450767499995, - 37.382162049000044 - ], - [ - -121.82455545099998, - 37.382229308000035 - ], - [ - -121.82462699399997, - 37.38232497900003 - ], - [ - -121.82465975499997, - 37.38235589900006 - ], - [ - -121.82475222999994, - 37.38244792200004 - ], - [ - -121.82496229299994, - 37.382391805000054 - ], - [ - -121.82512136699995, - 37.38234931000005 - ], - [ - -121.82526325599997, - 37.38231138100008 - ], - [ - -121.825712034, - 37.38339788600007 - ], - [ - -121.82578077199997, - 37.38356488900007 - ], - [ - -121.82583452499995, - 37.38369566700004 - ], - [ - -121.82584894999997, - 37.38373100600006 - ], - [ - -121.825929412, - 37.38392815800006 - ], - [ - -121.826029517, - 37.38417341000007 - ], - [ - -121.82605017999998, - 37.384224037000024 - ], - [ - -121.826142426, - 37.384449965000044 - ], - [ - -121.82643915499995, - 37.38517721900007 - ], - [ - -121.82726742899996, - 37.384819837000066 - ], - [ - -121.82794781099994, - 37.38453425500006 - ], - [ - -121.82841216299994, - 37.384338944000035 - ], - [ - -121.82844825199999, - 37.38432306200008 - ], - [ - -121.82854645799995, - 37.384280542000056 - ], - [ - -121.82859985399995, - 37.384355405000065 - ], - [ - -121.828601059, - 37.384357108000074 - ], - [ - -121.82870814599994, - 37.38450723900007 - ], - [ - -121.82900879899995, - 37.38494596700008 - ], - [ - -121.82914358099998, - 37.385142022000025 - ], - [ - -121.82927207499995, - 37.38532967900005 - ], - [ - -121.82942172499997, - 37.38554387600004 - ], - [ - -121.82959589799998, - 37.38579968400006 - ], - [ - -121.82965139099997, - 37.38588118200005 - ], - [ - -121.82970163999994, - 37.38595477400003 - ], - [ - -121.82973169899998, - 37.385998107000034 - ], - [ - -121.82976170099994, - 37.38604137200008 - ], - [ - -121.82980018199999, - 37.386096923000025 - ], - [ - -121.82998148999997, - 37.38636345100008 - ], - [ - -121.83009769799997, - 37.386531683000044 - ], - [ - -121.83015798399998, - 37.38661895700005 - ], - [ - -121.83031075699995, - 37.38684721900006 - ], - [ - -121.83032233399996, - 37.38686420800008 - ], - [ - -121.83036765299994, - 37.38692993600006 - ], - [ - -121.83031653599994, - 37.38695260500003 - ], - [ - -121.83027004899998, - 37.38697320500006 - ], - [ - -121.83034336799994, - 37.387081969000064 - ], - [ - -121.83052124199997, - 37.38735192400003 - ], - [ - -121.830647925, - 37.387535710000066 - ], - [ - -121.83065151399995, - 37.38754072800003 - ], - [ - -121.83065447499996, - 37.38754595800003 - ], - [ - -121.83082774699994, - 37.38779902700003 - ], - [ - -121.83083125199994, - 37.387804138000035 - ], - [ - -121.83095898999994, - 37.38798745200006 - ], - [ - -121.83098913099997, - 37.387974178000036 - ], - [ - -121.83106302299996, - 37.38808018800006 - ], - [ - -121.83106755799997, - 37.38808675100006 - ], - [ - -121.83115051099998, - 37.38820687200007 - ], - [ - -121.83121499699996, - 37.388300239000046 - ], - [ - -121.83118467999998, - 37.38831331000006 - ], - [ - -121.83134492799996, - 37.38854530700007 - ], - [ - -121.83151188199997, - 37.38878977100006 - ], - [ - -121.83157462099996, - 37.38888148700005 - ], - [ - -121.83167117499994, - 37.38902269400006 - ], - [ - -121.83177679999994, - 37.38917709800006 - ], - [ - -121.83182693299995, - 37.38925044000007 - ], - [ - -121.83197815499994, - 37.38949089300007 - ], - [ - -121.83213835699996, - 37.38971673200007 - ], - [ - -121.83227981399995, - 37.389916164000056 - ], - [ - -121.83243588, - 37.39014326400007 - ], - [ - -121.832438933, - 37.390147143000036 - ], - [ - -121.83244155799997, - 37.390151210000056 - ], - [ - -121.83258313599998, - 37.390352403000065 - ], - [ - -121.83269187499997, - 37.390513981000026 - ], - [ - -121.83280907999995, - 37.39068198600006 - ], - [ - -121.83292439399997, - 37.39084863800008 - ], - [ - -121.83301129299997, - 37.39097271900005 - ], - [ - -121.83301422999995, - 37.39097804200003 - ], - [ - -121.83316306399996, - 37.391204765000055 - ], - [ - -121.83331937199995, - 37.39143394300004 - ], - [ - -121.83347568199997, - 37.39166309800004 - ], - [ - -121.83363315799994, - 37.39188837200004 - ], - [ - -121.83363589499999, - 37.39189225500007 - ], - [ - -121.83363817699995, - 37.39189632600005 - ], - [ - -121.833771593, - 37.39208843200004 - ], - [ - -121.833886496, - 37.39225744700008 - ], - [ - -121.83399634099999, - 37.39241978900003 - ], - [ - -121.83400176799995, - 37.39242782900004 - ], - [ - -121.83400312299995, - 37.39243147600007 - ], - [ - -121.83400354799994, - 37.39243920900003 - ], - [ - -121.834003113, - 37.39244697200007 - ], - [ - -121.83400181599995, - 37.39245465500005 - ], - [ - -121.83399968499998, - 37.39246223200007 - ], - [ - -121.83399674699996, - 37.39246961400005 - ], - [ - -121.83399294499998, - 37.392476775000034 - ], - [ - -121.833988391, - 37.39248360200003 - ], - [ - -121.83398311499997, - 37.39249014100005 - ], - [ - -121.83397716999997, - 37.39249625100007 - ], - [ - -121.83397053099998, - 37.39250193400005 - ], - [ - -121.83396330799997, - 37.39250712100005 - ], - [ - -121.83392448599994, - 37.392525988000045 - ], - [ - -121.833883631, - 37.392541949000076 - ], - [ - -121.83384108599995, - 37.39255477100005 - ], - [ - -121.83379725099996, - 37.39256437900008 - ], - [ - -121.83375863299995, - 37.39257060800003 - ], - [ - -121.83372013699994, - 37.392577250000045 - ], - [ - -121.83368170699998, - 37.39258427900006 - ], - [ - -121.83360394599998, - 37.39260116300005 - ], - [ - -121.83352736399996, - 37.392621261000045 - ], - [ - -121.83345218699998, - 37.39264452400005 - ], - [ - -121.83337496399997, - 37.39267218300006 - ], - [ - -121.83337362399999, - 37.39267272500007 - ], - [ - -121.83329824499998, - 37.39270388800003 - ], - [ - -121.83329707599995, - 37.39270438200003 - ], - [ - -121.83322288399995, - 37.392739353000024 - ], - [ - -121.83300306599995, - 37.39242073400004 - ], - [ - -121.83292298199996, - 37.39245529300007 - ], - [ - -121.83272714699996, - 37.39253676200008 - ], - [ - -121.83267810299998, - 37.39255670600005 - ], - [ - -121.83283395499996, - 37.39271678700004 - ], - [ - -121.83299712499996, - 37.39287703700006 - ], - [ - -121.833083037, - 37.39296329100006 - ], - [ - -121.83301751099998, - 37.393014599000026 - ], - [ - -121.83295399399998, - 37.39306750900005 - ], - [ - -121.83289256799998, - 37.39312195100007 - ], - [ - -121.832841557, - 37.393169958000044 - ], - [ - -121.83284042899999, - 37.39317104700007 - ], - [ - -121.83279143699997, - 37.39321971900006 - ], - [ - -121.83279000099998, - 37.39322124500006 - ], - [ - -121.83274125599996, - 37.39327250000008 - ], - [ - -121.83273146299996, - 37.39328311700007 - ], - [ - -121.83271500599994, - 37.39330134000005 - ], - [ - -121.83269509399997, - 37.39332383900006 - ], - [ - -121.83267398799995, - 37.39334838700006 - ], - [ - -121.83265621299995, - 37.393366695000054 - ], - [ - -121.83262153899994, - 37.39340105700006 - ], - [ - -121.83258419299995, - 37.39343357200005 - ], - [ - -121.83254425899997, - 37.39346410300004 - ], - [ - -121.83249429499995, - 37.39350500200004 - ], - [ - -121.83243967299995, - 37.39354199400003 - ], - [ - -121.83238095699994, - 37.39357472900008 - ], - [ - -121.83232943299998, - 37.39359719700008 - ], - [ - -121.83227631399996, - 37.39361714200004 - ], - [ - -121.83222177099998, - 37.393634493000036 - ], - [ - -121.83218894199996, - 37.39364361100007 - ], - [ - -121.83215526899994, - 37.39365051600004 - ], - [ - -121.83212098399997, - 37.39365520800004 - ], - [ - -121.83209717999995, - 37.39362022900008 - ], - [ - -121.832061308, - 37.39363244800006 - ], - [ - -121.83202469499997, - 37.393643369000074 - ], - [ - -121.8319876, - 37.39365297000006 - ], - [ - -121.83194983899995, - 37.39366227900007 - ], - [ - -121.83191153499996, - 37.39366999400005 - ], - [ - -121.83187276999996, - 37.39367611000006 - ], - [ - -121.831831449, - 37.393678754000064 - ], - [ - -121.83180457999998, - 37.39367947000005 - ], - [ - -121.83172055099999, - 37.39368104300007 - ], - [ - -121.83163671799997, - 37.393675975000065 - ], - [ - -121.83155394599999, - 37.39366432600008 - ], - [ - -121.83142037299996, - 37.393643524000026 - ], - [ - -121.83141755499997, - 37.39364316700005 - ], - [ - -121.83128584699995, - 37.39362712900004 - ], - [ - -121.83128360599994, - 37.39362692700007 - ], - [ - -121.83115056699995, - 37.39361513600005 - ], - [ - -121.83105518899998, - 37.393609308000066 - ], - [ - -121.83095961999999, - 37.39360567600005 - ], - [ - -121.83086400499997, - 37.39360424300003 - ], - [ - -121.83077753999999, - 37.39353044300003 - ], - [ - -121.830710969, - 37.39352801800004 - ], - [ - -121.83060970899999, - 37.39352696900005 - ], - [ - -121.83059984199997, - 37.39352708100006 - ], - [ - -121.83057794399997, - 37.39352819900006 - ], - [ - -121.83055831299998, - 37.393531032000055 - ], - [ - -121.83055350799998, - 37.39353181900003 - ], - [ - -121.83054863899997, - 37.39353230800003 - ], - [ - -121.83054373599998, - 37.393532433000075 - ], - [ - -121.83053882699994, - 37.39353221400006 - ], - [ - -121.83053396899999, - 37.39353167300004 - ], - [ - -121.83052919, - 37.39353076700007 - ], - [ - -121.83052452099997, - 37.39352958300003 - ], - [ - -121.83052001899995, - 37.39352803300005 - ], - [ - -121.83051568199994, - 37.39352620500006 - ], - [ - -121.83051156999994, - 37.39352407700005 - ], - [ - -121.83050771299997, - 37.39352167100003 - ], - [ - -121.83050410699997, - 37.39351901100008 - ], - [ - -121.83050081399995, - 37.39351612000007 - ], - [ - -121.83049786, - 37.393512971000064 - ], - [ - -121.83049524799998, - 37.39350965800003 - ], - [ - -121.83049300699997, - 37.39350620400006 - ], - [ - -121.83040112099997, - 37.393541834000075 - ], - [ - -121.83035175099997, - 37.393466309000075 - ], - [ - -121.83026629999995, - 37.393500833000076 - ], - [ - -121.83026841399999, - 37.39350511200007 - ], - [ - -121.83027007099997, - 37.39350953400003 - ], - [ - -121.830271241, - 37.39351405300005 - ], - [ - -121.83027195299996, - 37.393518623000034 - ], - [ - -121.83027215099997, - 37.39352324500004 - ], - [ - -121.83027183099995, - 37.393527850000055 - ], - [ - -121.83027105099995, - 37.39353241300006 - ], - [ - -121.83026975499996, - 37.39353691500003 - ], - [ - -121.83026799699996, - 37.39354130600003 - ], - [ - -121.83026577699997, - 37.39354556600006 - ], - [ - -121.83026309599995, - 37.39354964800003 - ], - [ - -121.83026000999996, - 37.39355352800004 - ], - [ - -121.83025648799997, - 37.39355718500008 - ], - [ - -121.83025259099998, - 37.39356061600006 - ], - [ - -121.830248343, - 37.393563732000075 - ], - [ - -121.83024380299997, - 37.39356657600007 - ], - [ - -121.830238942, - 37.39356908100007 - ], - [ - -121.83023384599994, - 37.39357124400004 - ], - [ - -121.830210234, - 37.39357924900003 - ], - [ - -121.83018656299998, - 37.39358713900003 - ], - [ - -121.83018117399996, - 37.393588917000045 - ], - [ - -121.83013181999996, - 37.39360451400006 - ], - [ - -121.83012805399994, - 37.39360570300005 - ], - [ - -121.83007448799998, - 37.39362155400005 - ], - [ - -121.82985778999995, - 37.39370616200006 - ], - [ - -121.82964670899997, - 37.393798557000025 - ], - [ - -121.82943233699996, - 37.393891422000024 - ], - [ - -121.82927455299995, - 37.39365474900006 - ], - [ - -121.82922321599995, - 37.39357979600004 - ], - [ - -121.82918625099995, - 37.39352747700008 - ], - [ - -121.82908773699995, - 37.39338262600006 - ], - [ - -121.82899546399995, - 37.39324663300005 - ], - [ - -121.82898942499997, - 37.39323770500005 - ], - [ - -121.82888963299996, - 37.39309339700003 - ], - [ - -121.82879063499996, - 37.392948757000056 - ], - [ - -121.82875997199994, - 37.39290387500006 - ], - [ - -121.82869735199995, - 37.392812339000045 - ], - [ - -121.82859116399999, - 37.39265524000007 - ], - [ - -121.82853101699999, - 37.392565621000074 - ], - [ - -121.82844649599997, - 37.39243947400007 - ], - [ - -121.82829654999995, - 37.39221580100008 - ], - [ - -121.82819339599996, - 37.39225970500007 - ], - [ - -121.82817933299998, - 37.39226588300005 - ], - [ - -121.827971876, - 37.39189735400004 - ], - [ - -121.82796898699996, - 37.391896219000046 - ], - [ - -121.82796757399996, - 37.39189573200008 - ], - [ - -121.827966044, - 37.39189522300006 - ], - [ - -121.82796301699995, - 37.39189436400005 - ], - [ - -121.82795990499994, - 37.391893690000074 - ], - [ - -121.82795835099995, - 37.39189338700004 - ], - [ - -121.82795676999996, - 37.39189317600005 - ], - [ - -121.82795357799995, - 37.391892777000066 - ], - [ - -121.827952031, - 37.391892908000045 - ], - [ - -121.82795051499994, - 37.39189313300005 - ], - [ - -121.82794902899997, - 37.39189347000007 - ], - [ - -121.82794760299998, - 37.391893898000035 - ], - [ - -121.82794620599998, - 37.39189441800005 - ], - [ - -121.82794486799997, - 37.39189505000007 - ], - [ - -121.82794361899994, - 37.39189575100005 - ], - [ - -121.82794242799997, - 37.39189654300003 - ], - [ - -121.82794132499998, - 37.391897425000025 - ], - [ - -121.82794033699997, - 37.391898351000066 - ], - [ - -121.82793943899998, - 37.39189936900004 - ], - [ - -121.82793868199997, - 37.39190043100007 - ], - [ - -121.82776452499996, - 37.39181855900006 - ], - [ - -121.827766312, - 37.391815792000045 - ], - [ - -121.82776777999999, - 37.39181289000004 - ], - [ - -121.82776898999998, - 37.39180992400003 - ], - [ - -121.82776985499999, - 37.39180687000004 - ], - [ - -121.82777040199994, - 37.39180377400004 - ], - [ - -121.82777075499996, - 37.391799466000066 - ], - [ - -121.82777061999997, - 37.391795142000035 - ], - [ - -121.82776997099995, - 37.39179084700004 - ], - [ - -121.82776889099995, - 37.391786601000035 - ], - [ - -121.82776723999996, - 37.391782499000044 - ], - [ - -121.82776516099995, - 37.391778517000034 - ], - [ - -121.82776262599998, - 37.39177467800005 - ], - [ - -121.82775966399998, - 37.391771049000056 - ], - [ - -121.82775630499998, - 37.39176767600003 - ], - [ - -121.82774073699994, - 37.391752127000075 - ], - [ - -121.82772622099998, - 37.391735948000075 - ], - [ - -121.82771281199996, - 37.39171916200007 - ], - [ - -121.82770607599997, - 37.39170980800003 - ], - [ - -121.82769933999998, - 37.39170040800008 - ], - [ - -121.82769274599997, - 37.39169100600003 - ], - [ - -121.82768615199996, - 37.39168155900006 - ], - [ - -121.82767970199995, - 37.391672088000064 - ], - [ - -121.82767324899999, - 37.39166257000005 - ], - [ - -121.82742585199998, - 37.39177102700006 - ], - [ - -121.82742126999995, - 37.391773070000056 - ], - [ - -121.82737165699996, - 37.39179503400004 - ], - [ - -121.82721861099998, - 37.39186296200006 - ], - [ - -121.82705182899997, - 37.39193461600007 - ], - [ - -121.82643856399994, - 37.39222824500007 - ], - [ - -121.82541211999995, - 37.39272025400004 - ], - [ - -121.82545745899995, - 37.39283727800006 - ], - [ - -121.82572201299996, - 37.39332467400004 - ], - [ - -121.82608170599997, - 37.39316303600003 - ], - [ - -121.82679807199997, - 37.39284116500005 - ], - [ - -121.826983343, - 37.39323029600007 - ], - [ - -121.82720412099997, - 37.39364784400004 - ], - [ - -121.827234305, - 37.39370456700004 - ], - [ - -121.82730747899996, - 37.39384599600004 - ], - [ - -121.82738626999998, - 37.39399834900007 - ], - [ - -121.82746505999995, - 37.39415063300004 - ], - [ - -121.82754385199996, - 37.394302964000076 - ], - [ - -121.82762264299998, - 37.39445529500006 - ], - [ - -121.827703784, - 37.394612245000076 - ], - [ - -121.82778325799995, - 37.39476587200005 - ], - [ - -121.82786136699997, - 37.394916884000054 - ], - [ - -121.82793117799997, - 37.39504805100006 - ], - [ - -121.82794932599995, - 37.39514297100004 - ], - [ - -121.82796442199998, - 37.39522190900004 - ], - [ - -121.82794353499997, - 37.39527831600003 - ], - [ - -121.82793863699999, - 37.395291489000044 - ], - [ - -121.827937922, - 37.39529341800005 - ], - [ - -121.82785210499998, - 37.39527843600007 - ], - [ - -121.82693538299998, - 37.39520167100005 - ], - [ - -121.82679986499994, - 37.395226437000076 - ], - [ - -121.82670281299994, - 37.39523144900005 - ], - [ - -121.82661206599994, - 37.39523613700004 - ], - [ - -121.82628851899995, - 37.39525284400003 - ], - [ - -121.82620093799994, - 37.39530327500006 - ], - [ - -121.82614405499999, - 37.395336032000046 - ], - [ - -121.82612551199998, - 37.39534670200004 - ], - [ - -121.826095636, - 37.39536391000007 - ], - [ - -121.82593467699996, - 37.39545527300004 - ], - [ - -121.82602169399996, - 37.39556200700008 - ], - [ - -121.82604661299996, - 37.39559205300003 - ], - [ - -121.82621402299998, - 37.39579923400004 - ], - [ - -121.82634055399996, - 37.39629240000005 - ], - [ - -121.82636419299996, - 37.39638442200004 - ], - [ - -121.82640289399995, - 37.396552246000056 - ], - [ - -121.82637268199994, - 37.39651182100005 - ], - [ - -121.82560193699999, - 37.395167514000036 - ], - [ - -121.82553892099997, - 37.395140826000045 - ], - [ - -121.82544890399998, - 37.39510270300008 - ], - [ - -121.82521284899997, - 37.39455464900004 - ], - [ - -121.82356672599997, - 37.39476756800008 - ], - [ - -121.822001619, - 37.39431179700006 - ], - [ - -121.82133340899998, - 37.39353902400006 - ], - [ - -121.82086390199999, - 37.39350054700003 - ], - [ - -121.819856776, - 37.39348661500003 - ], - [ - -121.81972331799994, - 37.39348012900007 - ], - [ - -121.81944643599996, - 37.39346665000005 - ], - [ - -121.81920323699995, - 37.39334612500005 - ], - [ - -121.81893138699996, - 37.39321134100004 - ], - [ - -121.81919072999995, - 37.39243359400007 - ], - [ - -121.81925510099995, - 37.39230672600007 - ], - [ - -121.81909975499997, - 37.39225628500003 - ], - [ - -121.818940651, - 37.392212434000044 - ], - [ - -121.81880861299999, - 37.39218230700004 - ], - [ - -121.81877845499997, - 37.39217545900004 - ], - [ - -121.818613831, - 37.39214547100005 - ], - [ - -121.81844755499998, - 37.392122665000045 - ], - [ - -121.818296063, - 37.392108575000066 - ], - [ - -121.81824889799998, - 37.39210688500003 - ], - [ - -121.81814808599995, - 37.39210181400006 - ], - [ - -121.81804713699995, - 37.392098737000026 - ], - [ - -121.81794613699998, - 37.392097652000075 - ], - [ - -121.81784356299994, - 37.39209855300004 - ], - [ - -121.81774099799998, - 37.39210146800008 - ], - [ - -121.81763861399997, - 37.392106486000046 - ], - [ - -121.81763267699995, - 37.392106598000055 - ], - [ - -121.81762678899997, - 37.39210620700004 - ], - [ - -121.81762095199997, - 37.39210544900004 - ], - [ - -121.81725589699994, - 37.39204683200006 - ], - [ - -121.81723840199999, - 37.392047028000036 - ], - [ - -121.81722094199995, - 37.39204603400003 - ], - [ - -121.81720368999999, - 37.39204382500003 - ], - [ - -121.81718667499996, - 37.392040423000026 - ], - [ - -121.81717018499995, - 37.39203586900004 - ], - [ - -121.81715419199998, - 37.392030189000025 - ], - [ - -121.81706929699999, - 37.39199886800003 - ], - [ - -121.81706614899997, - 37.39199769000004 - ], - [ - -121.81706317099997, - 37.39199630500008 - ], - [ - -121.81706032999995, - 37.39199466600007 - ], - [ - -121.81705768699999, - 37.39199288700007 - ], - [ - -121.817055273, - 37.39199092300004 - ], - [ - -121.81705308199997, - 37.39198875100004 - ], - [ - -121.81705111899998, - 37.39198643700007 - ], - [ - -121.81704947099996, - 37.391984053000044 - ], - [ - -121.817048049, - 37.39198150500005 - ], - [ - -121.81704696999998, - 37.39197888600006 - ], - [ - -121.81704614699999, - 37.39197617000008 - ], - [ - -121.81704563999995, - 37.39197345200006 - ], - [ - -121.81704547699997, - 37.39197068400006 - ], - [ - -121.81704559999997, - 37.39196791300003 - ], - [ - -121.81688224499999, - 37.39203099900004 - ], - [ - -121.81674239899996, - 37.392106408000075 - ], - [ - -121.81666342899996, - 37.39214898000006 - ], - [ - -121.81662594899996, - 37.39216611000006 - ], - [ - -121.816586729, - 37.392180558000064 - ], - [ - -121.81654605299997, - 37.392192185000056 - ], - [ - -121.81650429599995, - 37.39220093900008 - ], - [ - -121.81646170899995, - 37.392206728000076 - ], - [ - -121.81641863899995, - 37.39220947800004 - ], - [ - -121.81637545899997, - 37.392209207000064 - ], - [ - -121.81626780899995, - 37.39220192300007 - ], - [ - -121.81619059299999, - 37.39218958200007 - ], - [ - -121.81608662899998, - 37.39217502500003 - ], - [ - -121.81598206099994, - 37.39216353900008 - ], - [ - -121.81587705899994, - 37.39215519600003 - ], - [ - -121.81589609799994, - 37.39213026200008 - ], - [ - -121.81578415599995, - 37.39209594600004 - ], - [ - -121.81567643799997, - 37.39205389400007 - ], - [ - -121.81557378199994, - 37.39200446000007 - ], - [ - -121.81551076699998, - 37.39197909600006 - ], - [ - -121.81544516399998, - 37.39195831500007 - ], - [ - -121.81537752399998, - 37.39194234200005 - ], - [ - -121.81530827799997, - 37.391931284000066 - ], - [ - -121.81523811499994, - 37.391925205000064 - ], - [ - -121.815167525, - 37.391924188000075 - ], - [ - -121.81509713899999, - 37.39192822800004 - ], - [ - -121.81502747199994, - 37.39193729400006 - ], - [ - -121.81501355299997, - 37.39194019800004 - ], - [ - -121.81499996399998, - 37.39194403500005 - ], - [ - -121.81498682299997, - 37.391948737000064 - ], - [ - -121.81493571399994, - 37.39197231500003 - ], - [ - -121.81488304599998, - 37.39199362000005 - ], - [ - -121.81482904499995, - 37.39201262900008 - ], - [ - -121.81477354099997, - 37.39202114700004 - ], - [ - -121.81471727299999, - 37.392025440000054 - ], - [ - -121.81466078799997, - 37.39202547800005 - ], - [ - -121.81460451499998, - 37.39202125700007 - ], - [ - -121.81454902599995, - 37.39201279100007 - ], - [ - -121.81445088499999, - 37.392001417000074 - ], - [ - -121.81435215, - 37.391993780000064 - ], - [ - -121.81425310799995, - 37.39198983000006 - ], - [ - -121.81423115799998, - 37.39199124400005 - ], - [ - -121.81420940399994, - 37.39199398300008 - ], - [ - -121.81418796, - 37.39199809100006 - ], - [ - -121.81416516299998, - 37.39193187500007 - ], - [ - -121.81415201699997, - 37.39186131800005 - ], - [ - -121.81410655599996, - 37.39133372200007 - ], - [ - -121.81412887699997, - 37.391291514000045 - ], - [ - -121.81415573399994, - 37.39125102000003 - ], - [ - -121.81418692899996, - 37.39121256000004 - ], - [ - -121.81418828099999, - 37.391211171000066 - ], - [ - -121.81422223699997, - 37.391176433000055 - ], - [ - -121.81413353899995, - 37.391046225000025 - ], - [ - -121.81388422699996, - 37.390794053000036 - ], - [ - -121.81374451499994, - 37.39064544000007 - ], - [ - -121.81362114299998, - 37.390778253000065 - ], - [ - -121.81340898399998, - 37.39088342600007 - ], - [ - -121.81306147999999, - 37.39114688300003 - ], - [ - -121.81299523099995, - 37.39116093300004 - ], - [ - -121.81292929199998, - 37.39117491600007 - ], - [ - -121.81196330599994, - 37.391751827000064 - ], - [ - -121.81193603399998, - 37.391801344000044 - ], - [ - -121.81189487199998, - 37.39179010700008 - ], - [ - -121.81185390099995, - 37.39177838900008 - ], - [ - -121.81181317899996, - 37.391766278000034 - ], - [ - -121.81119168799995, - 37.391576744000076 - ], - [ - -121.81118949799998, - 37.39157612900004 - ], - [ - -121.81116389599998, - 37.39156895200006 - ], - [ - -121.811137665, - 37.391563432000055 - ], - [ - -121.81111097599995, - 37.39155963300004 - ], - [ - -121.81108400199997, - 37.39155757700007 - ], - [ - -121.81089327599994, - 37.39155210900003 - ], - [ - -121.81072990699994, - 37.39154928800008 - ], - [ - -121.81056677, - 37.391541636000056 - ], - [ - -121.81040412099998, - 37.39152914700003 - ], - [ - -121.81026388699996, - 37.391497592000064 - ], - [ - -121.81012626399996, - 37.391459531000066 - ], - [ - -121.80999159999999, - 37.39141514200003 - ], - [ - -121.809941327, - 37.39139968200004 - ], - [ - -121.809889511, - 37.39138787700006 - ], - [ - -121.80983664099995, - 37.39137981500005 - ], - [ - -121.80979727899995, - 37.39137671200007 - ], - [ - -121.80978297899998, - 37.39137558500005 - ], - [ - -121.80972912599998, - 37.39137522500005 - ], - [ - -121.80971177199996, - 37.39137857700007 - ], - [ - -121.80969486699996, - 37.39138311500005 - ], - [ - -121.80967850199994, - 37.391388791000054 - ], - [ - -121.80966278399995, - 37.391395559000046 - ], - [ - -121.80964785999998, - 37.391403370000035 - ], - [ - -121.80963381299995, - 37.39141215700005 - ], - [ - -121.80962075899998, - 37.391421870000045 - ], - [ - -121.80960880899994, - 37.39143244100006 - ], - [ - -121.80959802099994, - 37.39144377700006 - ], - [ - -121.80958847899996, - 37.391455809000036 - ], - [ - -121.80958026599995, - 37.39146846800003 - ], - [ - -121.80957340999998, - 37.39148161400004 - ], - [ - -121.80956799799998, - 37.39149517900006 - ], - [ - -121.80956408099996, - 37.39150907100003 - ], - [ - -121.80956163299999, - 37.39152317500003 - ], - [ - -121.80956070699995, - 37.391537423000045 - ], - [ - -121.80955574199999, - 37.39155860500006 - ], - [ - -121.80955080499996, - 37.39157981000005 - ], - [ - -121.80954587099995, - 37.39160101500005 - ], - [ - -121.80954453699997, - 37.39161650400007 - ], - [ - -121.80954156299998, - 37.39163187200006 - ], - [ - -121.80953700799995, - 37.39164696200004 - ], - [ - -121.80953086999995, - 37.39166170200008 - ], - [ - -121.80952320299997, - 37.39167597800008 - ], - [ - -121.80951403299997, - 37.391689702000065 - ], - [ - -121.80950347599997, - 37.39170275200007 - ], - [ - -121.80949158499999, - 37.39171503800003 - ], - [ - -121.80947841899996, - 37.39172651600006 - ], - [ - -121.80946411499997, - 37.391737044000024 - ], - [ - -121.80944870499997, - 37.39174657900003 - ], - [ - -121.80943241499995, - 37.39175504600007 - ], - [ - -121.80894677299995, - 37.391914513000074 - ], - [ - -121.80890779499998, - 37.39192634700004 - ], - [ - -121.80886773399999, - 37.39193553800004 - ], - [ - -121.80882685199998, - 37.391941968000026 - ], - [ - -121.80878540499998, - 37.39194563500007 - ], - [ - -121.80874373599994, - 37.39194648900008 - ], - [ - -121.80870210599994, - 37.39194452800007 - ], - [ - -121.80866085399998, - 37.39193976900003 - ], - [ - -121.80862024299995, - 37.39193223400008 - ], - [ - -121.80858059099995, - 37.39192198600006 - ], - [ - -121.80854212199995, - 37.39190911700007 - ], - [ - -121.80850518999995, - 37.39189371200007 - ], - [ - -121.808470022, - 37.39187588500005 - ], - [ - -121.80843687799995, - 37.391855700000065 - ], - [ - -121.80840593499994, - 37.39183336200006 - ], - [ - -121.80839180999999, - 37.39182125000008 - ], - [ - -121.80831944899995, - 37.39186003100008 - ], - [ - -121.808221012, - 37.39174656700004 - ], - [ - -121.80819810099996, - 37.39171601400005 - ], - [ - -121.80813795999995, - 37.39163020800004 - ], - [ - -121.80808092299998, - 37.39154308700006 - ], - [ - -121.808031154, - 37.391461468000045 - ], - [ - -121.80796806299998, - 37.39139393900007 - ], - [ - -121.80790006299998, - 37.391321222000045 - ], - [ - -121.80783211899995, - 37.39124850400003 - ], - [ - -121.80776318199997, - 37.39117476800004 - ], - [ - -121.80772686599994, - 37.39113394900005 - ], - [ - -121.80768649, - 37.39109562500005 - ], - [ - -121.80764234999998, - 37.39106006600008 - ], - [ - -121.80759467499996, - 37.39102752200006 - ], - [ - -121.80754384299996, - 37.390998172000025 - ], - [ - -121.80749017499994, - 37.39097226600006 - ], - [ - -121.80744995799995, - 37.39095282200003 - ], - [ - -121.80740977099998, - 37.39093335600006 - ], - [ - -121.80736955499998, - 37.390913915000056 - ], - [ - -121.807187409, - 37.39082326500005 - ], - [ - -121.80701473699997, - 37.39072150100003 - ], - [ - -121.80685261099995, - 37.390609203000054 - ], - [ - -121.80680158099995, - 37.39057179800005 - ], - [ - -121.80675133499994, - 37.39052998900007 - ], - [ - -121.80670425299996, - 37.390485445000024 - ], - [ - -121.80666065699995, - 37.39043838900005 - ], - [ - -121.80662086599995, - 37.39038907100007 - ], - [ - -121.80658517199998, - 37.39033782900003 - ], - [ - -121.80655377999994, - 37.390284939000026 - ], - [ - -121.806543821, - 37.390264976000026 - ], - [ - -121.806526755, - 37.39023074000005 - ], - [ - -121.80650433499994, - 37.39017571200003 - ], - [ - -121.806485496, - 37.39011718800003 - ], - [ - -121.80647331499995, - 37.39002272100004 - ], - [ - -121.80646176599998, - 37.38993326000008 - ], - [ - -121.80645024699999, - 37.389843846000076 - ], - [ - -121.80643845599997, - 37.38975198500003 - ], - [ - -121.80643790599999, - 37.389738555000065 - ], - [ - -121.80643589299996, - 37.38972521000005 - ], - [ - -121.806432337, - 37.38971208800007 - ], - [ - -121.80642734999998, - 37.389699233000044 - ], - [ - -121.80642096399998, - 37.38968680700003 - ], - [ - -121.80641318299996, - 37.38967487700006 - ], - [ - -121.80640411899998, - 37.38966355600007 - ], - [ - -121.80639383599998, - 37.38965293600006 - ], - [ - -121.80638238899996, - 37.38964306100007 - ], - [ - -121.80636989699997, - 37.38963406700003 - ], - [ - -121.80635641599997, - 37.38962597600005 - ], - [ - -121.80634209199997, - 37.38961890300004 - ], - [ - -121.80632709699995, - 37.389612844000055 - ], - [ - -121.80631140599996, - 37.389607915000056 - ], - [ - -121.80629527399998, - 37.38960406600006 - ], - [ - -121.80627878999996, - 37.38960143300005 - ], - [ - -121.80624488799998, - 37.389604965000046 - ], - [ - -121.80621038099997, - 37.38960855800008 - ], - [ - -121.80612955499998, - 37.38961756100008 - ], - [ - -121.80609136699996, - 37.38962206200006 - ], - [ - -121.806048826, - 37.38962709100008 - ], - [ - -121.80596690199997, - 37.389637296000046 - ], - [ - -121.805832394, - 37.38965074200007 - ], - [ - -121.80578543399997, - 37.38971965700006 - ], - [ - -121.80566552399995, - 37.389788655000075 - ], - [ - -121.80556042899997, - 37.38968776000007 - ], - [ - -121.80545869499997, - 37.38970351900008 - ], - [ - -121.80529800599999, - 37.38973227100007 - ], - [ - -121.80524511899995, - 37.38975103400003 - ], - [ - -121.80519435999997, - 37.389773253000044 - ], - [ - -121.80514612399998, - 37.38979878500004 - ], - [ - -121.80510069599995, - 37.38982742200005 - ], - [ - -121.80505844599998, - 37.38985899800008 - ], - [ - -121.80501965899998, - 37.38989328300005 - ], - [ - -121.80496050799997, - 37.38994262700004 - ], - [ - -121.80490260299996, - 37.389991019000036 - ], - [ - -121.80484463999994, - 37.39003941000004 - ], - [ - -121.80478712999997, - 37.39008743200003 - ], - [ - -121.80473666299997, - 37.390129767000076 - ], - [ - -121.80468220899996, - 37.39016884900008 - ], - [ - -121.8046240799999, - 37.39020440300004 - ], - [ - -121.80455459499996, - 37.39024028800003 - ], - [ - -121.80448146699996, - 37.390271247000044 - ], - [ - -121.804405294, - 37.39029704300003 - ], - [ - -121.80432659, - 37.390317466000056 - ], - [ - -121.80428914999999, - 37.39032227700005 - ], - [ - -121.80425152099997, - 37.390325992000044 - ], - [ - -121.804213727, - 37.39032861000004 - ], - [ - -121.804136799, - 37.39033083900006 - ], - [ - -121.80405987799998, - 37.39032858000007 - ], - [ - -121.80398333699998, - 37.39032183200004 - ], - [ - -121.80396235399996, - 37.39031780800008 - ], - [ - -121.803941023, - 37.390315230000056 - ], - [ - -121.80391948899995, - 37.39031414200008 - ], - [ - -121.80389789399999, - 37.390314543000045 - ], - [ - -121.80387643999995, - 37.39031642800006 - ], - [ - -121.80385527099997, - 37.39031982400007 - ], - [ - -121.80383455699996, - 37.39032458600008 - ], - [ - -121.80381441199995, - 37.390330807000055 - ], - [ - -121.80379235899994, - 37.39034267900007 - ], - [ - -121.80377179399994, - 37.39035613800007 - ], - [ - -121.80375286399999, - 37.39037102000003 - ], - [ - -121.80373570499995, - 37.390387256000054 - ], - [ - -121.80371647699997, - 37.39040823100004 - ], - [ - -121.80370396999996, - 37.39042469000003 - ], - [ - -121.80369298299996, - 37.39044440500004 - ], - [ - -121.80368476199999, - 37.39046312900007 - ], - [ - -121.80368156399999, - 37.39047708100003 - ], - [ - -121.80367773799998, - 37.39052910600003 - ], - [ - -121.80367067099996, - 37.390610940000045 - ], - [ - -121.80367065099995, - 37.39061117400007 - ], - [ - -121.80398248699998, - 37.390490011000054 - ], - [ - -121.80454764499996, - 37.39133665400004 - ], - [ - -121.804819195, - 37.39174342300004 - ], - [ - -121.80556251399997, - 37.392856847000076 - ], - [ - -121.80577297399998, - 37.39317207200003 - ], - [ - -121.80515731899999, - 37.39340976400007 - ], - [ - -121.80597191099997, - 37.39492449100004 - ], - [ - -121.80472704199997, - 37.394684891000054 - ], - [ - -121.803149696, - 37.39453668400006 - ], - [ - -121.80346523599997, - 37.394159898000055 - ], - [ - -121.80238546899994, - 37.39255736600006 - ], - [ - -121.80160313099998, - 37.39139621800007 - ], - [ - -121.80037902999999, - 37.39150485600004 - ], - [ - -121.79497769199997, - 37.39394081200004 - ], - [ - -121.79416456299998, - 37.39822035000003 - ], - [ - -121.79366589099999, - 37.39904272700005 - ], - [ - -121.79266601399996, - 37.40065090200005 - ], - [ - -121.78950320499996, - 37.399309309000046 - ], - [ - -121.78916102299996, - 37.399163808000026 - ], - [ - -121.78877973099998, - 37.39788598800004 - ], - [ - -121.78627608099998, - 37.39258290600003 - ], - [ - -121.78560007799996, - 37.39101173000006 - ], - [ - -121.78466399399997, - 37.39126095200004 - ], - [ - -121.78402980599998, - 37.39142977100005 - ], - [ - -121.78375468999997, - 37.39150300700004 - ], - [ - -121.78388123299999, - 37.39171831500005 - ], - [ - -121.78389160999996, - 37.39232184000008 - ], - [ - -121.78390850899996, - 37.39245867000005 - ], - [ - -121.783601692, - 37.392692226000065 - ], - [ - -121.78345769599997, - 37.39280184000006 - ], - [ - -121.78346249799995, - 37.39287260800006 - ], - [ - -121.78348425999997, - 37.393193988000064 - ], - [ - -121.78388877299994, - 37.39348815100004 - ], - [ - -121.78403038899995, - 37.393719032000035 - ], - [ - -121.78403100899999, - 37.39372004300003 - ], - [ - -121.78403043599997, - 37.393721784000036 - ], - [ - -121.78389010399997, - 37.394147830000065 - ], - [ - -121.78401813899995, - 37.39490170900007 - ], - [ - -121.784092596, - 37.395009008000045 - ], - [ - -121.784263249, - 37.39525493100007 - ], - [ - -121.78413200899996, - 37.39539476700003 - ], - [ - -121.78391866899995, - 37.39562207300003 - ], - [ - -121.78387367299996, - 37.39578993200007 - ], - [ - -121.78425465699996, - 37.39609962000003 - ], - [ - -121.78473310399994, - 37.39609438100007 - ], - [ - -121.78478351399997, - 37.396149610000066 - ], - [ - -121.78493217599998, - 37.396739282000055 - ], - [ - -121.78533938199996, - 37.39685022800006 - ], - [ - -121.785223165, - 37.39698883700004 - ], - [ - -121.78518170099994, - 37.39729340000008 - ], - [ - -121.78513890199997, - 37.40055887400007 - ], - [ - -121.78530913299994, - 37.400960937000036 - ], - [ - -121.78531481599998, - 37.40097433300008 - ], - [ - -121.78596271299995, - 37.40250461800008 - ], - [ - -121.78643019599997, - 37.404151322000075 - ], - [ - -121.78652735599997, - 37.404493553000066 - ], - [ - -121.78658291899995, - 37.40468926500006 - ], - [ - -121.78677331399996, - 37.40469367800006 - ], - [ - -121.786848578, - 37.40469543900008 - ], - [ - -121.78685440199996, - 37.40469555800007 - ], - [ - -121.78687197099998, - 37.404695960000026 - ], - [ - -121.78727024499995, - 37.40494847800005 - ], - [ - -121.78759233499994, - 37.40502075100005 - ], - [ - -121.78767459899996, - 37.405039214000055 - ], - [ - -121.78782772399995, - 37.40507362900007 - ], - [ - -121.78801782, - 37.405116287000055 - ], - [ - -121.78805838799997, - 37.405125389000034 - ], - [ - -121.78806790399994, - 37.40513719200004 - ], - [ - -121.78808785299998, - 37.40516193600007 - ], - [ - -121.78815150099996, - 37.405094062000046 - ], - [ - -121.788613006, - 37.40491352300006 - ], - [ - -121.78862851899999, - 37.404929536000054 - ], - [ - -121.788639881, - 37.40494119900006 - ], - [ - -121.78879139199995, - 37.40509724800006 - ], - [ - -121.78902943899999, - 37.40534242800004 - ], - [ - -121.789037023, - 37.405350240000075 - ], - [ - -121.78879470599998, - 37.40545791900007 - ], - [ - -121.78929974999994, - 37.405611746000034 - ], - [ - -121.78960795299997, - 37.405705617000024 - ], - [ - -121.78963192199996, - 37.405712907000066 - ], - [ - -121.78963663299999, - 37.405729988000076 - ], - [ - -121.78964024899994, - 37.40574309800007 - ], - [ - -121.789646985, - 37.405767653000055 - ], - [ - -121.78972774799996, - 37.406061145000024 - ], - [ - -121.78988263499997, - 37.406624168000064 - ], - [ - -121.79043024599997, - 37.40861439400004 - ], - [ - -121.79094696499999, - 37.40955641900007 - ], - [ - -121.79053011199994, - 37.41115591200003 - ], - [ - -121.79148068599994, - 37.413117484000054 - ], - [ - -121.791862101, - 37.41322123100008 - ], - [ - -121.79189554499999, - 37.41323031500008 - ], - [ - -121.79163802699998, - 37.41324521400003 - ], - [ - -121.79128124199997, - 37.41314520100008 - ], - [ - -121.79108605899995, - 37.41307089900005 - ], - [ - -121.79096630999999, - 37.413142235000066 - ], - [ - -121.79084025699996, - 37.41321732500006 - ], - [ - -121.79082679299995, - 37.413225348000026 - ], - [ - -121.790830288, - 37.41322663600005 - ], - [ - -121.79098574399995, - 37.41328361400008 - ], - [ - -121.79144879699999, - 37.41360295100003 - ], - [ - -121.79182151199996, - 37.413686538000036 - ], - [ - -121.79197437699997, - 37.413729602000046 - ], - [ - -121.79243472599995, - 37.41385928200003 - ], - [ - -121.79353074499994, - 37.41380444600003 - ], - [ - -121.79487657399994, - 37.41373704500006 - ], - [ - -121.79604056099998, - 37.413678756000024 - ], - [ - -121.79612030099997, - 37.413674763000074 - ], - [ - -121.79613159499996, - 37.41367896400004 - ], - [ - -121.79653392899996, - 37.41382910900006 - ], - [ - -121.79713069999997, - 37.414051811000036 - ], - [ - -121.79904087199998, - 37.41476461800005 - ], - [ - -121.79914462899995, - 37.414803336000034 - ], - [ - -121.79917474999996, - 37.41480794900008 - ], - [ - -121.79942890899997, - 37.41484688200006 - ], - [ - -121.79948751999996, - 37.41485584600008 - ], - [ - -121.80008379099996, - 37.414947185000074 - ], - [ - -121.80034982899997, - 37.41498793100004 - ], - [ - -121.80087160799997, - 37.41506784500007 - ], - [ - -121.80102939799997, - 37.414787397000055 - ], - [ - -121.80105476999995, - 37.414742303000025 - ], - [ - -121.80145734699994, - 37.41402677200006 - ], - [ - -121.80151660599995, - 37.413921419000076 - ], - [ - -121.80160010399999, - 37.413773012000036 - ], - [ - -121.80167676699995, - 37.41363675600007 - ], - [ - -121.80021420199995, - 37.40925881700008 - ], - [ - -121.80027647099996, - 37.40912457700006 - ], - [ - -121.800285514, - 37.40890565500007 - ], - [ - -121.80028613899998, - 37.40889058800008 - ], - [ - -121.80028861499994, - 37.40883006200005 - ], - [ - -121.80031635499995, - 37.408159037000075 - ], - [ - -121.800318775, - 37.40810047400004 - ], - [ - -121.80117575899999, - 37.40746883700007 - ], - [ - -121.80177883299996, - 37.40745669800003 - ], - [ - -121.80249110799997, - 37.40769407500005 - ], - [ - -121.80509362699996, - 37.40739301900004 - ], - [ - -121.80555810099997, - 37.407339325000066 - ], - [ - -121.80623150099996, - 37.40738122300007 - ], - [ - -121.80627338299996, - 37.40738382500007 - ], - [ - -121.80632273199996, - 37.407386891000044 - ], - [ - -121.80641660499998, - 37.40739275900006 - ], - [ - -121.80761254499998, - 37.407467146000045 - ], - [ - -121.80818296899997, - 37.40738978400003 - ], - [ - -121.80976876999995, - 37.40718267900007 - ], - [ - -121.81053068399996, - 37.40808063600008 - ], - [ - -121.812750855, - 37.40875291000003 - ], - [ - -121.81506194399998, - 37.40421132900008 - ], - [ - -121.81507908499998, - 37.40422629900007 - ], - [ - -121.81782439099999, - 37.406624073000046 - ], - [ - -121.81858460199999, - 37.407709555000054 - ], - [ - -121.81892203299998, - 37.40819138400008 - ], - [ - -121.81895514699994, - 37.40817368000006 - ], - [ - -121.81930328199996, - 37.408735740000054 - ], - [ - -121.82105937399996, - 37.411243013000046 - ], - [ - -121.82081068699995, - 37.411169320000056 - ], - [ - -121.82082873599995, - 37.41119845700007 - ], - [ - -121.82092680099998, - 37.41127385000004 - ], - [ - -121.82308863299994, - 37.41293722000006 - ], - [ - -121.82314009699996, - 37.41297681000003 - ], - [ - -121.82314274599997, - 37.41297884100004 - ], - [ - -121.82319147599998, - 37.41301635600007 - ], - [ - -121.82323037199995, - 37.41304624500003 - ], - [ - -121.823313666, - 37.413110336000045 - ], - [ - -121.82490327599999, - 37.41422070700003 - ], - [ - -121.82508116099996, - 37.414344957000026 - ], - [ - -121.82495928199995, - 37.414191119000066 - ], - [ - -121.82492488799994, - 37.41413526900004 - ], - [ - -121.82486511099995, - 37.41403811400005 - ], - [ - -121.82486463599997, - 37.41403718200007 - ], - [ - -121.82485672999996, - 37.414021888000036 - ], - [ - -121.82477392399994, - 37.41386078900007 - ], - [ - -121.824744899, - 37.413797027000044 - ], - [ - -121.82470622899996, - 37.413712039000075 - ], - [ - -121.824773129, - 37.41369800900003 - ], - [ - -121.824879883, - 37.41367558500008 - ], - [ - -121.82489649599995, - 37.41367179700006 - ], - [ - -121.82642428599996, - 37.41332355700007 - ], - [ - -121.82648716399996, - 37.41330922700007 - ], - [ - -121.82647963, - 37.41329254100003 - ], - [ - -121.82639124499997, - 37.41309677600003 - ], - [ - -121.82634959599994, - 37.413005689000045 - ], - [ - -121.82630856199995, - 37.41290079300006 - ], - [ - -121.82629181899995, - 37.412858088000064 - ], - [ - -121.826231587, - 37.41271110800005 - ], - [ - -121.82616878299996, - 37.412564822000036 - ], - [ - -121.82616185499995, - 37.41254636000008 - ], - [ - -121.82615553399995, - 37.41252974500003 - ], - [ - -121.82614600099998, - 37.41249389300003 - ], - [ - -121.82614033299996, - 37.41245754000005 - ], - [ - -121.82613862299996, - 37.412420936000046 - ], - [ - -121.826140813, - 37.41238433400008 - ], - [ - -121.82614690999998, - 37.41234800900003 - ], - [ - -121.82615689199997, - 37.412312256000064 - ], - [ - -121.82618232699997, - 37.41226921100008 - ], - [ - -121.82621230099994, - 37.41222803900007 - ], - [ - -121.82624658799995, - 37.412189082000054 - ], - [ - -121.82628490699994, - 37.41215257500005 - ], - [ - -121.82632700799996, - 37.41211884100005 - ], - [ - -121.82637254599996, - 37.412088089000065 - ], - [ - -121.82642124199998, - 37.412060575000055 - ], - [ - -121.82648938699998, - 37.41200525900007 - ], - [ - -121.82655965699996, - 37.41195165800008 - ], - [ - -121.826631965, - 37.411899797000046 - ], - [ - -121.82668823799997, - 37.411848140000075 - ], - [ - -121.82673838699998, - 37.41179259200004 - ], - [ - -121.826781902, - 37.41173361800003 - ], - [ - -121.82681386099995, - 37.411679900000024 - ], - [ - -121.82684651199997, - 37.411626382000065 - ], - [ - -121.82687979899998, - 37.41157313000008 - ], - [ - -121.82691372199997, - 37.41152014700003 - ], - [ - -121.82694830799994, - 37.41146738500004 - ], - [ - -121.82698353299998, - 37.41141493600003 - ], - [ - -121.82701936299998, - 37.41136273200004 - ], - [ - -121.82703604499994, - 37.41133898900006 - ], - [ - -121.82705583099994, - 37.411310841000045 - ], - [ - -121.82709290699995, - 37.41125924000005 - ], - [ - -121.82716813299999, - 37.41116978500003 - ], - [ - -121.827173287, - 37.41116432300004 - ], - [ - -121.82724941899994, - 37.41108380700007 - ], - [ - -121.82733659699994, - 37.411001586000054 - ], - [ - -121.82735549599994, - 37.41098161900004 - ], - [ - -121.82737219399996, - 37.41096044000005 - ], - [ - -121.82738657599998, - 37.410938212000076 - ], - [ - -121.82739853099997, - 37.41091509600005 - ], - [ - -121.82740797899999, - 37.41089123000006 - ], - [ - -121.82741483399997, - 37.41086682100007 - ], - [ - -121.82741904199997, - 37.41084202900004 - ], - [ - -121.82741928599995, - 37.41083804400006 - ], - [ - -121.82742060699997, - 37.41081704000004 - ], - [ - -121.82741947299996, - 37.410792033000064 - ], - [ - -121.82741689399995, - 37.410774530000026 - ], - [ - -121.82741654699998, - 37.410772724000026 - ], - [ - -121.82741570299999, - 37.410767219000036 - ], - [ - -121.82741041899999, - 37.41074937800005 - ], - [ - -121.82740328299997, - 37.410731972000065 - ], - [ - -121.82739434399997, - 37.41071504300004 - ], - [ - -121.82738366899997, - 37.410698867000065 - ], - [ - -121.827371342, - 37.410683395000035 - ], - [ - -121.82735742399996, - 37.410668835000024 - ], - [ - -121.82734200199997, - 37.41065523100008 - ], - [ - -121.82732522299995, - 37.41064271700003 - ], - [ - -121.82730717299995, - 37.41063140700004 - ], - [ - -121.82719225199997, - 37.41057344600006 - ], - [ - -121.82707251399995, - 37.410522155000024 - ], - [ - -121.82699147899996, - 37.41049311000006 - ], - [ - -121.82694850799999, - 37.410477711000055 - ], - [ - -121.82687665299994, - 37.41044856100007 - ], - [ - -121.82680838199997, - 37.410414381000066 - ], - [ - -121.82674418899995, - 37.41037543900006 - ], - [ - -121.82672814199998, - 37.41036378700005 - ], - [ - -121.82668462299995, - 37.41033212000008 - ], - [ - -121.82665944099995, - 37.41031020200006 - ], - [ - -121.82663017799996, - 37.41028471300007 - ], - [ - -121.826611147, - 37.41026009300003 - ], - [ - -121.82659484799996, - 37.410234253000056 - ], - [ - -121.82658140099994, - 37.41020739500004 - ], - [ - -121.82657089299994, - 37.410179725000035 - ], - [ - -121.82656341799998, - 37.41015142800006 - ], - [ - -121.82655906099995, - 37.41012270400006 - ], - [ - -121.82655777899998, - 37.410035968000045 - ], - [ - -121.82655762499996, - 37.41002885100005 - ], - [ - -121.82655642799995, - 37.409951910000075 - ], - [ - -121.82655121399995, - 37.40978114400008 - ], - [ - -121.82654327299997, - 37.40961045600005 - ], - [ - -121.826544002, - 37.40956590600007 - ], - [ - -121.82654771699998, - 37.409521435000045 - ], - [ - -121.82655447699995, - 37.40947720400004 - ], - [ - -121.82655860099999, - 37.40945577900004 - ], - [ - -121.82656146299996, - 37.40944075400006 - ], - [ - -121.82657238999997, - 37.40940492300007 - ], - [ - -121.82658712099999, - 37.40936998800004 - ], - [ - -121.82660560199997, - 37.40933620000004 - ], - [ - -121.82662766699997, - 37.40930379100007 - ], - [ - -121.82663659999997, - 37.40929302300003 - ], - [ - -121.82665314499997, - 37.40927303600006 - ], - [ - -121.82668184299996, - 37.40924414600005 - ], - [ - -121.82671359099999, - 37.40921734900007 - ], - [ - -121.82676658899999, - 37.409173718000034 - ], - [ - -121.82681891699997, - 37.40912952200006 - ], - [ - -121.82687048899999, - 37.409084807000056 - ], - [ - -121.82687376799998, - 37.40908195500003 - ], - [ - -121.826949217, - 37.40901479100006 - ], - [ - -121.82701868299995, - 37.40893878900005 - ], - [ - -121.82707824499994, - 37.408857614000055 - ], - [ - -121.82704111299995, - 37.40881074500004 - ], - [ - -121.82680097199994, - 37.40850738200004 - ], - [ - -121.82724682799994, - 37.40829612700003 - ], - [ - -121.82734356199995, - 37.40825291700003 - ], - [ - -121.82734743799995, - 37.40824667000004 - ], - [ - -121.82737459099997, - 37.40821163900006 - ], - [ - -121.82741875499994, - 37.40816664300007 - ], - [ - -121.82747821599997, - 37.40812502000006 - ], - [ - -121.82755174199997, - 37.408083788000056 - ], - [ - -121.82756830599999, - 37.408076116000075 - ], - [ - -121.82758136199999, - 37.40807134500005 - ], - [ - -121.827617864, - 37.40806175200004 - ], - [ - -121.827655242, - 37.40805471400006 - ], - [ - -121.82769323899998, - 37.408050278000076 - ], - [ - -121.8277316, - 37.408048448000045 - ], - [ - -121.82776997899998, - 37.408049273000074 - ], - [ - -121.82779460899997, - 37.40805148900006 - ], - [ - -121.82789336399998, - 37.40800738400003 - ], - [ - -121.82984291799994, - 37.40713875700004 - ], - [ - -121.83033137599995, - 37.407836176000046 - ], - [ - -121.83039607699999, - 37.407930914000076 - ], - [ - -121.83045585599996, - 37.40801840700004 - ], - [ - -121.83052647199997, - 37.40812628500004 - ], - [ - -121.83274459799998, - 37.41141207100003 - ], - [ - -121.83277172399994, - 37.41145280500007 - ], - [ - -121.83316728799997, - 37.41205675900005 - ], - [ - -121.83624594199995, - 37.41678040000005 - ], - [ - -121.83655762899997, - 37.41725859200005 - ], - [ - -121.83663392899996, - 37.417375650000054 - ], - [ - -121.836714127, - 37.417498687000034 - ], - [ - -121.83675712899998, - 37.41756466000004 - ], - [ - -121.83680904199997, - 37.417673001000026 - ], - [ - -121.83698470299998, - 37.417943878000074 - ], - [ - -121.83736958099996, - 37.418537370000024 - ], - [ - -121.83835868699998, - 37.420062545000064 - ], - [ - -121.83872887599995, - 37.42063334900007 - ], - [ - -121.83893010099996, - 37.42094361900007 - ], - [ - -121.83901513199999, - 37.421074728000065 - ], - [ - -121.83899660699996, - 37.42107882700003 - ], - [ - -121.838248196, - 37.42124439200006 - ], - [ - -121.83744645399997, - 37.421421751000025 - ], - [ - -121.83823469999999, - 37.421447932000035 - ], - [ - -121.83847804099997, - 37.421582166000064 - ], - [ - -121.83894500499997, - 37.421839756000054 - ], - [ - -121.83939414199995, - 37.421644757000024 - ], - [ - -121.84006963399997, - 37.42265962400006 - ], - [ - -121.84059539299994, - 37.42344950900008 - ], - [ - -121.83935585599994, - 37.42403695100006 - ], - [ - -121.83873242599998, - 37.42435496500008 - ], - [ - -121.83713238899998, - 37.42517112300004 - ], - [ - -121.83772097999997, - 37.42591079400006 - ], - [ - -121.85145874799997, - 37.42293525800005 - ], - [ - -121.85558436699995, - 37.42204130300007 - ], - [ - -121.85627505899998, - 37.421891611000035 - ], - [ - -121.85648731599997, - 37.421845621000045 - ], - [ - -121.85674957299995, - 37.42178879900007 - ], - [ - -121.85774204899997, - 37.42157369200004 - ], - [ - -121.85797280099996, - 37.42152369900003 - ], - [ - -121.85799489899995, - 37.421534775000055 - ], - [ - -121.85963704599999, - 37.422358331000055 - ], - [ - -121.85987430399996, - 37.42247542600006 - ], - [ - -121.85987750199996, - 37.42247700900003 - ], - [ - -121.85995734899996, - 37.42251638500005 - ], - [ - -121.86010511199999, - 37.422460830000034 - ], - [ - -121.86035466699997, - 37.42235122500006 - ], - [ - -121.86040637199994, - 37.422328538000045 - ], - [ - -121.86041827399998, - 37.42232329600006 - ], - [ - -121.86068761699994, - 37.42220503900006 - ], - [ - -121.86073590499996, - 37.42218383200003 - ], - [ - -121.86078413499996, - 37.42216264800004 - ], - [ - -121.86083233799997, - 37.42214148800008 - ], - [ - -121.86088065599995, - 37.42212028300003 - ], - [ - -121.86095704399997, - 37.42208673300007 - ], - [ - -121.86110151099996, - 37.42202492700005 - ], - [ - -121.86211605799997, - 37.42157767900005 - ], - [ - -121.86383553899998, - 37.42081965300008 - ], - [ - -121.86515789299995, - 37.42023665700003 - ], - [ - -121.86602811299997, - 37.41985299400005 - ], - [ - -121.86683176199995, - 37.41949866500005 - ], - [ - -121.867544276, - 37.41918451200007 - ], - [ - -121.86767011499995, - 37.41912950600005 - ], - [ - -121.86874486899995, - 37.418659708000064 - ], - [ - -121.86939523799998, - 37.41837538300007 - ], - [ - -121.87011996899997, - 37.41805885100007 - ], - [ - -121.87174242499998, - 37.41735025100007 - ], - [ - -121.873253192, - 37.41669034000006 - ], - [ - -121.87333296599996, - 37.41665415700004 - ], - [ - -121.87353382299995, - 37.416562627000076 - ], - [ - -121.87377056799994, - 37.41646248600006 - ], - [ - -121.87401141899994, - 37.41636877900004 - ], - [ - -121.87419710899997, - 37.41630190700005 - ], - [ - -121.87425587599995, - 37.41628169200004 - ], - [ - -121.87450410599996, - 37.416201166000064 - ], - [ - -121.87450594199998, - 37.41620060400004 - ], - [ - -121.87451200899994, - 37.41619874100007 - ], - [ - -121.87451973299994, - 37.41619637200006 - ], - [ - -121.87452377999995, - 37.41619513200004 - ], - [ - -121.87452966199999, - 37.41619332600004 - ], - [ - -121.87453352699998, - 37.416192144000036 - ], - [ - -121.87453555099995, - 37.416191524000055 - ], - [ - -121.874547329, - 37.41618793400005 - ], - [ - -121.875059583, - 37.41603248600006 - ], - [ - -121.88038097099997, - 37.41441741400007 - ], - [ - -121.88018719699994, - 37.413764798000045 - ], - [ - -121.88173744399995, - 37.41326117400007 - ], - [ - -121.882073086, - 37.413153187000034 - ], - [ - -121.88088022699998, - 37.41159828600007 - ], - [ - -121.88082203599998, - 37.41152242700008 - ], - [ - -121.88285674899998, - 37.41070563000005 - ], - [ - -121.88280830499997, - 37.410632521000025 - ], - [ - -121.88444721899998, - 37.40997076800005 - ], - [ - -121.88440062799998, - 37.40987847700006 - ], - [ - -121.88439720199995, - 37.409871674000044 - ], - [ - -121.88435689799996, - 37.40979187600004 - ], - [ - -121.88423869499996, - 37.40955780400003 - ], - [ - -121.88416830299997, - 37.40941832200008 - ], - [ - -121.88431009199996, - 37.40936306300006 - ], - [ - -121.88448068399998, - 37.40929659300008 - ], - [ - -121.884654695, - 37.409228778000056 - ], - [ - -121.88483166799995, - 37.40915982800004 - ], - [ - -121.88500798599995, - 37.409091114000034 - ], - [ - -121.88518737799996, - 37.40902119700007 - ], - [ - -121.88536061599996, - 37.40895364100004 - ], - [ - -121.88553869999998, - 37.408884288000024 - ], - [ - -121.88571854899999, - 37.408814181000025 - ], - [ - -121.885898624, - 37.40874402500003 - ], - [ - -121.88607337199994, - 37.40867594600007 - ], - [ - -121.88625281999998, - 37.40860598200004 - ], - [ - -121.88642631399995, - 37.408538376000024 - ], - [ - -121.88660661699998, - 37.40846810200003 - ], - [ - -121.88678885699994, - 37.408397096000044 - ], - [ - -121.88694027199995, - 37.40833808100007 - ], - [ - -121.88731144399998, - 37.408193424000046 - ], - [ - -121.88746436899999, - 37.40813381900006 - ], - [ - -121.88760113799998, - 37.40808051600004 - ], - [ - -121.887792349, - 37.40800599200003 - ], - [ - -121.88829629799994, - 37.40780958600004 - ], - [ - -121.88831717999994, - 37.40780144200005 - ], - [ - -121.88833245, - 37.40779549400003 - ], - [ - -121.888608525, - 37.40768789600003 - ], - [ - -121.88879097499995, - 37.40751976200005 - ], - [ - -121.88788937099997, - 37.40695683900003 - ], - [ - -121.88797929099997, - 37.40685002600003 - ], - [ - -121.88857591399994, - 37.406260262000046 - ], - [ - -121.88868914799997, - 37.406145 - ], - [ - -121.88881154199998, - 37.406023996000044 - ], - [ - -121.88882553399998, - 37.406006527000045 - ], - [ - -121.88883767599998, - 37.40599441200004 - ], - [ - -121.88910606299999, - 37.40571465800008 - ], - [ - -121.88915163699994, - 37.405681214000026 - ], - [ - -121.88919803199997, - 37.405637725000076 - ], - [ - -121.88919927099994, - 37.40563638700007 - ], - [ - -121.88920008799994, - 37.40563550000007 - ], - [ - -121.889202136, - 37.40563326800003 - ], - [ - -121.88959653599994, - 37.40524226500003 - ], - [ - -121.88986619999997, - 37.404972772000065 - ], - [ - -121.88998923999998, - 37.404849746000025 - ], - [ - -121.89038990199998, - 37.404453310000065 - ], - [ - -121.89043982499999, - 37.40440389300005 - ], - [ - -121.89045102699998, - 37.404391443000065 - ], - [ - -121.89046844099994, - 37.40436271800007 - ], - [ - -121.89047707399999, - 37.40433161100003 - ], - [ - -121.890617895, - 37.404166660000044 - ], - [ - -121.89085037199999, - 37.403926881000075 - ], - [ - -121.89092198999998, - 37.40385301300006 - ], - [ - -121.890925144, - 37.40384977200006 - ], - [ - -121.89126431399995, - 37.40349988600008 - ], - [ - -121.89135441099995, - 37.40338068500006 - ], - [ - -121.89187689599999, - 37.403422645000035 - ], - [ - -121.892080841, - 37.40343945300003 - ], - [ - -121.89229297199995, - 37.403407591000075 - ], - [ - -121.89293782599998, - 37.40346535200007 - ], - [ - -121.893468257, - 37.40350787700004 - ], - [ - -121.894588753, - 37.403654811000024 - ], - [ - -121.89699120699999, - 37.403838069000074 - ], - [ - -121.89734817299995, - 37.40387021300006 - ], - [ - -121.89734755299997, - 37.40392284300003 - ], - [ - -121.89739488199996, - 37.403925858000036 - ], - [ - -121.897453107, - 37.40393627900005 - ], - [ - -121.89750857299998, - 37.403953837000074 - ], - [ - -121.89755991199996, - 37.403978101000064 - ], - [ - -121.89760586099999, - 37.40400847300003 - ], - [ - -121.89764528999996, - 37.40404420600004 - ], - [ - -121.89766416599997, - 37.404066252000064 - ], - [ - -121.89769195099996, - 37.404096690000074 - ], - [ - -121.89771634299996, - 37.40412681500004 - ], - [ - -121.89776357899996, - 37.404183842000066 - ], - [ - -121.89810282499997, - 37.404103278000036 - ], - [ - -121.89864649799995, - 37.40403428600007 - ], - [ - -121.89944221299999, - 37.40403452400005 - ], - [ - -121.90050664999995, - 37.404128737000065 - ], - [ - -121.900707405, - 37.40414515600003 - ], - [ - -121.902860751, - 37.40433133700003 - ], - [ - -121.90341193999996, - 37.40435559900004 - ], - [ - -121.90390853799994, - 37.40440032400005 - ], - [ - -121.90425132299998, - 37.40442717900004 - ], - [ - -121.904704816, - 37.40443019400004 - ], - [ - -121.90514825599996, - 37.404368598000076 - ], - [ - -121.905539697, - 37.40426255300008 - ], - [ - -121.90592113699995, - 37.40409473200003 - ], - [ - -121.90622824199994, - 37.40391370100008 - ], - [ - -121.90658630999997, - 37.40362791000007 - ], - [ - -121.90688818499996, - 37.40335686800006 - ], - [ - -121.908790652, - 37.40170419200007 - ], - [ - -121.90897772099999, - 37.401539839000066 - ], - [ - -121.90901828299997, - 37.401504490000036 - ], - [ - -121.90911363699996, - 37.401421354000036 - ], - [ - -121.90930919399995, - 37.40125078700004 - ], - [ - -121.90931955299999, - 37.40124176000006 - ], - [ - -121.90940328799996, - 37.401168719000054 - ], - [ - -121.91151225199997, - 37.39934690100006 - ], - [ - -121.91171365399998, - 37.399498136000034 - ], - [ - -121.91175602199996, - 37.399461323000025 - ], - [ - -121.91288064199995, - 37.39848409800004 - ], - [ - -121.91340090799997, - 37.398022713000046 - ], - [ - -121.91414634999995, - 37.39737304100004 - ], - [ - -121.91465980699996, - 37.39692555700003 - ], - [ - -121.91475280499998, - 37.39684448200006 - ], - [ - -121.915311751, - 37.39635735100006 - ], - [ - -121.91531697199997, - 37.396368935000055 - ], - [ - -121.91531827999995, - 37.39637185200007 - ], - [ - -121.91533945199996, - 37.39642585900003 - ], - [ - -121.91533981599997, - 37.39642679000008 - ], - [ - -121.915340115, - 37.396427817000074 - ], - [ - -121.91535536799995, - 37.39648038200005 - ], - [ - -121.91535846899995, - 37.396493485000065 - ], - [ - -121.91535876699999, - 37.396494877000066 - ], - [ - -121.91536222199994, - 37.396512071000075 - ], - [ - -121.91536437199994, - 37.39652397100008 - ], - [ - -121.91536490099998, - 37.396526986000026 - ], - [ - -121.91536503499998, - 37.39652799100003 - ], - [ - -121.91536623699994, - 37.39653598800004 - ], - [ - -121.91536740199996, - 37.39654391700003 - ], - [ - -121.915369178, - 37.39655827000007 - ], - [ - -121.91536937099994, - 37.396559962000026 - ], - [ - -121.91537049299995, - 37.39657143900007 - ], - [ - -121.91537090699995, - 37.396575874000064 - ], - [ - -121.91537127799995, - 37.396581112000035 - ], - [ - -121.91537199299995, - 37.39659156500005 - ], - [ - -121.91537241399999, - 37.39660016500005 - ], - [ - -121.91537273799997, - 37.39660821900003 - ], - [ - -121.91537284999998, - 37.39661483300006 - ], - [ - -121.91537290999997, - 37.396620349000045 - ], - [ - -121.91537291799995, - 37.39662293500004 - ], - [ - -121.91537291399999, - 37.396624332000044 - ], - [ - -121.91537284999998, - 37.396636509000075 - ], - [ - -121.91537281999996, - 37.396639005000054 - ], - [ - -121.91537279, - 37.396640424000054 - ], - [ - -121.91537224199999, - 37.39665464500007 - ], - [ - -121.91537118599996, - 37.396671550000065 - ], - [ - -121.91537110499996, - 37.396672627000044 - ], - [ - -121.91537050399995, - 37.39667940500004 - ], - [ - -121.91536986899996, - 37.39668641700007 - ], - [ - -121.91536975199995, - 37.39668754500008 - ], - [ - -121.91536968699995, - 37.396688690000076 - ], - [ - -121.91536949099998, - 37.396690496000076 - ], - [ - -121.91536904099996, - 37.39669437600003 - ], - [ - -121.91536814699998, - 37.39670202800005 - ], - [ - -121.91536792199997, - 37.39670377300007 - ], - [ - -121.91535741099995, - 37.39676251900005 - ], - [ - -121.915336116, - 37.39683516700006 - ], - [ - -121.91533566099997, - 37.39683642700004 - ], - [ - -121.91532582099995, - 37.39686201600006 - ], - [ - -121.91530061299994, - 37.396923548000075 - ], - [ - -121.91517289099994, - 37.39723529300005 - ], - [ - -121.91514677199996, - 37.39730837400003 - ], - [ - -121.91514647999998, - 37.39730932900005 - ], - [ - -121.91512580299997, - 37.39739190600005 - ], - [ - -121.91511380299994, - 37.39747653300003 - ], - [ - -121.91511084599995, - 37.39756185500005 - ], - [ - -121.91511636099995, - 37.39764188000004 - ], - [ - -121.91513204299997, - 37.39776154900005 - ], - [ - -121.91513253699998, - 37.397765321000065 - ], - [ - -121.91513271699995, - 37.39776641000003 - ], - [ - -121.91516828899995, - 37.397984085000076 - ], - [ - -121.91516859999996, - 37.39798598200008 - ], - [ - -121.91516888999996, - 37.397987380000075 - ], - [ - -121.91521334, - 37.398203860000024 - ], - [ - -121.91521369399999, - 37.39820558100007 - ], - [ - -121.91521408999995, - 37.39820717900005 - ], - [ - -121.91526695899995, - 37.39842061000007 - ], - [ - -121.91526776899997, - 37.398423886000046 - ], - [ - -121.91526856699994, - 37.39842662800004 - ], - [ - -121.91533036599998, - 37.398639271000036 - ], - [ - -121.91533076999997, - 37.39864066400003 - ], - [ - -121.91533123699998, - 37.39864206100003 - ], - [ - -121.91540239799997, - 37.39885499500008 - ], - [ - -121.91540306599995, - 37.39885685200005 - ], - [ - -121.91548290599997, - 37.39906775900005 - ], - [ - -121.91548326299994, - 37.39906870500005 - ], - [ - -121.91548365799997, - 37.399069637000025 - ], - [ - -121.91557202399997, - 37.39927816800008 - ], - [ - -121.91557259499996, - 37.39927951100003 - ], - [ - -121.91557306599998, - 37.399280513000065 - ], - [ - -121.91566978599997, - 37.39948630300006 - ], - [ - -121.91567052399995, - 37.399487872000066 - ], - [ - -121.91567138099998, - 37.399489533000065 - ], - [ - -121.91577089699996, - 37.39968236800007 - ], - [ - -121.91577470599998, - 37.399689385000045 - ], - [ - -121.915776973, - 37.399693557000035 - ], - [ - -121.91584570299995, - 37.399810133000074 - ], - [ - -121.91592238799996, - 37.399923139000066 - ], - [ - -121.91592326899996, - 37.39992435500005 - ], - [ - -121.916007606, - 37.40003339100008 - ], - [ - -121.916099579, - 37.40013851100008 - ], - [ - -121.91610030699997, - 37.400139343000035 - ], - [ - -121.91610107999998, - 37.40014012600005 - ], - [ - -121.91619965499996, - 37.40024019200007 - ], - [ - -121.91620081399998, - 37.400241305000065 - ], - [ - -121.916306868, - 37.40033724800003 - ], - [ - -121.91642056999996, - 37.40042911300003 - ], - [ - -121.91653995499996, - 37.40051520500003 - ], - [ - -121.91654083699996, - 37.400515840000025 - ], - [ - -121.91654766599999, - 37.40052042800005 - ], - [ - -121.91656079199998, - 37.40052923500008 - ], - [ - -121.91657166699997, - 37.40053653700005 - ], - [ - -121.91666816699995, - 37.40060039900004 - ], - [ - -121.91683415799997, - 37.40071024100007 - ], - [ - -121.91687077199998, - 37.40073447300006 - ], - [ - -121.91688167099994, - 37.40074168600006 - ], - [ - -121.91689048399996, - 37.400747556000056 - ], - [ - -121.91689189299996, - 37.400748570000076 - ], - [ - -121.91698534399995, - 37.40081590500006 - ], - [ - -121.91707334799997, - 37.40088902700006 - ], - [ - -121.917074432, - 37.400889928000026 - ], - [ - -121.91707530099995, - 37.400890762000074 - ], - [ - -121.91715639399996, - 37.400968600000056 - ], - [ - -121.91722971799999, - 37.40105018700007 - ], - [ - -121.91723110999999, - 37.401051737000046 - ], - [ - -121.91723227399996, - 37.401053251000064 - ], - [ - -121.91729800099995, - 37.40113864800003 - ], - [ - -121.91729900799999, - 37.40114011800006 - ], - [ - -121.91733990799997, - 37.401201247000074 - ], - [ - -121.91735743599997, - 37.401229784000066 - ], - [ - -121.91740840299997, - 37.40132385600003 - ], - [ - -121.917450772, - 37.401420476000055 - ], - [ - -121.91748437899997, - 37.40151924000003 - ], - [ - -121.91750903699995, - 37.40161954400003 - ], - [ - -121.91751267399997, - 37.40163853000007 - ], - [ - -121.91773539399998, - 37.40285854200005 - ], - [ - -121.91773562499998, - 37.40286002800008 - ], - [ - -121.91774087399995, - 37.40288871400003 - ], - [ - -121.91776314999998, - 37.40299138300003 - ], - [ - -121.91779693799998, - 37.403107240000054 - ], - [ - -121.91783954199997, - 37.403221304000056 - ], - [ - -121.91789070399994, - 37.40333288800008 - ], - [ - -121.91795031299995, - 37.40344182100006 - ], - [ - -121.91801818099998, - 37.40354772300003 - ], - [ - -121.91809402499996, - 37.403650139000035 - ], - [ - -121.91817750599995, - 37.40374861200007 - ], - [ - -121.91826832799995, - 37.403842815000075 - ], - [ - -121.91836626299994, - 37.403932507000036 - ], - [ - -121.91844149599996, - 37.40399449800003 - ], - [ - -121.91847142799998, - 37.40401769600004 - ], - [ - -121.91858234899996, - 37.40409723400006 - ], - [ - -121.91869897, - 37.404171113000075 - ], - [ - -121.91882106399999, - 37.40423921400003 - ], - [ - -121.91894820699997, - 37.40430128400004 - ], - [ - -121.91907989699996, - 37.40435707200004 - ], - [ - -121.91921542399996, - 37.40440627800007 - ], - [ - -121.91931160599995, - 37.40443652700003 - ], - [ - -121.92121988899999, - 37.404999676000045 - ], - [ - -121.92126110599997, - 37.405013849000056 - ], - [ - -121.92131481499996, - 37.405039103000036 - ], - [ - -121.92136337699998, - 37.40507034800004 - ], - [ - -121.92140566699999, - 37.405106868000075 - ], - [ - -121.92144081499998, - 37.40514787500007 - ], - [ - -121.92146815799998, - 37.405192603000046 - ], - [ - -121.92148700999996, - 37.40523997300005 - ], - [ - -121.92149702199998, - 37.40528901700003 - ], - [ - -121.92149858099998, - 37.40531128600003 - ], - [ - -121.92150205799999, - 37.40543210200008 - ], - [ - -121.92150757999997, - 37.40548236400008 - ], - [ - -121.92152224999995, - 37.40553471800007 - ], - [ - -121.921545644, - 37.40558482500006 - ], - [ - -121.92157749799998, - 37.40563213400003 - ], - [ - -121.92161705799998, - 37.405675442000074 - ], - [ - -121.92166369999995, - 37.40571410100006 - ], - [ - -121.92171645599996, - 37.40574728900003 - ], - [ - -121.92177433299997, - 37.40577441700003 - ], - [ - -121.921836365, - 37.405795031000025 - ], - [ - -121.92190139099995, - 37.40580872800007 - ], - [ - -121.921968016, - 37.40581521100006 - ], - [ - -121.92200412799997, - 37.40581569400007 - ], - [ - -121.92203551899996, - 37.405814399000064 - ], - [ - -121.92210185899995, - 37.405806307000034 - ], - [ - -121.92216622099994, - 37.405791073000046 - ], - [ - -121.92220860099997, - 37.40577663700003 - ], - [ - -121.92241314499995, - 37.405697727000074 - ], - [ - -121.92262703299997, - 37.40561518000004 - ], - [ - -121.92264009799999, - 37.40561035400003 - ], - [ - -121.92269906099995, - 37.40559350700005 - ], - [ - -121.92273581399996, - 37.40558673500004 - ], - [ - -121.922775576, - 37.40558234900004 - ], - [ - -121.92280244799997, - 37.40558109800003 - ], - [ - -121.92281641799997, - 37.40558092800006 - ], - [ - -121.92283042499997, - 37.40558114800007 - ], - [ - -121.92289714099996, - 37.405584857000065 - ], - [ - -121.92299298599994, - 37.405596321000075 - ], - [ - -121.92308687699995, - 37.40561486100006 - ], - [ - -121.923178254, - 37.40564034800008 - ], - [ - -121.92326631799995, - 37.405672578000065 - ], - [ - -121.92335013, - 37.405711213000075 - ], - [ - -121.92342902399997, - 37.405755928000076 - ], - [ - -121.92350234399998, - 37.40580635500004 - ], - [ - -121.92356949699996, - 37.405862091000074 - ], - [ - -121.92362972199999, - 37.405922522000026 - ], - [ - -121.92368258899995, - 37.405987184000026 - ], - [ - -121.92369795299999, - 37.40600877900005 - ], - [ - -121.92372335199997, - 37.40604823100006 - ], - [ - -121.92375232599994, - 37.40609768000007 - ], - [ - -121.92382208899994, - 37.406228730000066 - ], - [ - -121.92388309999995, - 37.406362057000024 - ], - [ - -121.92393544499998, - 37.40649775800006 - ], - [ - -121.92397902, - 37.40663560400003 - ], - [ - -121.92401355799996, - 37.406774737000035 - ], - [ - -121.92403910099995, - 37.40691522800006 - ], - [ - -121.92404509699998, - 37.40695833800004 - ], - [ - -121.924063032, - 37.40712278500007 - ], - [ - -121.92407582299995, - 37.407317198000044 - ], - [ - -121.92407881999998, - 37.40741464900003 - ], - [ - -121.92407884299996, - 37.40741561100003 - ], - [ - -121.92407958499996, - 37.407513738000034 - ], - [ - -121.92407424099997, - 37.40770817600003 - ], - [ - -121.92406862799999, - 37.407799140000066 - ], - [ - -121.92390619999998, - 37.40786298200004 - ], - [ - -121.92363517399997, - 37.40870511500003 - ], - [ - -121.92342248899996, - 37.40923036300006 - ], - [ - -121.92306336499996, - 37.409990221000044 - ], - [ - -121.92304053299995, - 37.41065748300008 - ], - [ - -121.92311019599998, - 37.41079686100005 - ], - [ - -121.92311625999997, - 37.41081100300005 - ], - [ - -121.92316472799996, - 37.410923902000036 - ], - [ - -121.92325736899994, - 37.41113972800008 - ], - [ - -121.92328724799995, - 37.41120933900004 - ], - [ - -121.92394417899999, - 37.41211480900006 - ], - [ - -121.92437127499994, - 37.41249589000006 - ], - [ - -121.92487563299994, - 37.41270454100004 - ], - [ - -121.92524913799997, - 37.41279742200004 - ], - [ - -121.92554686499994, - 37.41292219400003 - ], - [ - -121.92589864499996, - 37.413396454000065 - ], - [ - -121.92597019799996, - 37.41400099700007 - ], - [ - -121.92602716399995, - 37.41424144800004 - ], - [ - -121.92641980599996, - 37.41466995700006 - ], - [ - -121.92656491199995, - 37.41485843000004 - ], - [ - -121.92676843499999, - 37.415122781000036 - ], - [ - -121.92704461099999, - 37.41523343700004 - ], - [ - -121.92729655199997, - 37.41522339100004 - ], - [ - -121.92755382799999, - 37.415213118000054 - ], - [ - -121.92805796999994, - 37.415192974000036 - ], - [ - -121.92815687099994, - 37.41535996500005 - ], - [ - -121.92815793899996, - 37.41536178300004 - ], - [ - -121.92816597599995, - 37.41537535100008 - ], - [ - -121.92817588099996, - 37.41539209900003 - ], - [ - -121.92854331399997, - 37.41601247300008 - ], - [ - -121.93011962599996, - 37.417706870000075 - ], - [ - -121.93020479599994, - 37.417838363000044 - ], - [ - -121.929968783, - 37.41794035300006 - ], - [ - -121.93000629299996, - 37.417990789000044 - ], - [ - -121.93004261099998, - 37.41804456500006 - ], - [ - -121.93006584999995, - 37.418082139000035 - ], - [ - -121.93011697699995, - 37.418176465000045 - ], - [ - -121.93015953399998, - 37.41827345300004 - ], - [ - -121.93019332999995, - 37.41837268300003 - ], - [ - -121.93021139899997, - 37.41844202600004 - ], - [ - -121.93015727899996, - 37.41852474600006 - ], - [ - -121.930157985, - 37.41852865200008 - ], - [ - -121.93015984999994, - 37.41853913500006 - ], - [ - -121.930163, - 37.41855672100007 - ], - [ - -121.930165381, - 37.418570129000045 - ], - [ - -121.93016686099998, - 37.418578489000026 - ], - [ - -121.93016715299996, - 37.41858024700008 - ], - [ - -121.930168386, - 37.41858918200006 - ], - [ - -121.93016952799996, - 37.41859788900007 - ], - [ - -121.93017130699997, - 37.41861128200003 - ], - [ - -121.93017287899994, - 37.418622981000055 - ], - [ - -121.93017438499999, - 37.41863420200008 - ], - [ - -121.93017491399996, - 37.41863783500003 - ], - [ - -121.93017614999997, - 37.418645397000034 - ], - [ - -121.93017812099998, - 37.41865690800006 - ], - [ - -121.93018003099996, - 37.41866821700006 - ], - [ - -121.93018158299998, - 37.41867733000004 - ], - [ - -121.93018332799994, - 37.41868749500003 - ], - [ - -121.93018501299997, - 37.418697569000074 - ], - [ - -121.93018581799998, - 37.418702137000025 - ], - [ - -121.93018592499999, - 37.41870325800005 - ], - [ - -121.93018593599999, - 37.41870531700005 - ], - [ - -121.93018573699999, - 37.418712897000034 - ], - [ - -121.93018548199996, - 37.41872201000007 - ], - [ - -121.93018520099997, - 37.418732840000075 - ], - [ - -121.93018487799998, - 37.418744426000046 - ], - [ - -121.93018465799997, - 37.41875246300003 - ], - [ - -121.93018425999998, - 37.41876606500006 - ], - [ - -121.93018403999997, - 37.41877405500003 - ], - [ - -121.93018212299995, - 37.41879241500004 - ], - [ - -121.93018034999994, - 37.41880916800005 - ], - [ - -121.930179082, - 37.418820835000076 - ], - [ - -121.93017794099995, - 37.41883172000007 - ], - [ - -121.93017697, - 37.41884095800003 - ], - [ - -121.93017621399997, - 37.418847948000064 - ], - [ - -121.93017575299996, - 37.41885237100007 - ], - [ - -121.93017550399998, - 37.41886027100003 - ], - [ - -121.93017520499995, - 37.41887167400006 - ], - [ - -121.93017491799998, - 37.418883626000024 - ], - [ - -121.93017462999995, - 37.41889406800004 - ], - [ - -121.93017436499997, - 37.418904257000065 - ], - [ - -121.930174121, - 37.418913942000074 - ], - [ - -121.93017390799997, - 37.418922276000046 - ], - [ - -121.93017378299999, - 37.41892623800004 - ], - [ - -121.930173358, - 37.41893407200007 - ], - [ - -121.93017258599997, - 37.41894614300003 - ], - [ - -121.93017190899997, - 37.418957299000056 - ], - [ - -121.93017114299994, - 37.41896971500006 - ], - [ - -121.93017027099995, - 37.41898405400008 - ], - [ - -121.93016975999996, - 37.418991912000024 - ], - [ - -121.93016924099999, - 37.419000754000024 - ], - [ - -121.93016886699996, - 37.41900666400005 - ], - [ - -121.93016876899998, - 37.41900758100007 - ], - [ - -121.93016799099996, - 37.41901338100007 - ], - [ - -121.93016687899996, - 37.41902127000003 - ], - [ - -121.93016571399994, - 37.419029386000034 - ], - [ - -121.93016424599995, - 37.419039637000026 - ], - [ - -121.93016285399995, - 37.41904933500007 - ], - [ - -121.93016121399995, - 37.41906112000004 - ], - [ - -121.93015984899995, - 37.41907070600007 - ], - [ - -121.93015903799994, - 37.41907643700006 - ], - [ - -121.93015835799997, - 37.41908129800004 - ], - [ - -121.93015774799994, - 37.41908542600004 - ], - [ - -121.93015943999995, - 37.41908723000006 - ], - [ - -121.93019917499998, - 37.41912511600003 - ], - [ - -121.930219836, - 37.41914308200006 - ], - [ - -121.93027467799999, - 37.419182987000056 - ], - [ - -121.93033471399997, - 37.41921668600003 - ], - [ - -121.93039974599998, - 37.41924419600008 - ], - [ - -121.93046856099994, - 37.41926497000003 - ], - [ - -121.93053997499999, - 37.419278672000075 - ], - [ - -121.93061304199995, - 37.41928513800008 - ], - [ - -121.93064983699998, - 37.41928561800006 - ], - [ - -121.93083706699997, - 37.419301922000045 - ], - [ - -121.93090922999994, - 37.41930799800008 - ], - [ - -121.93098552699996, - 37.41932143300005 - ], - [ - -121.93105938899998, - 37.41934185200006 - ], - [ - -121.93112982199995, - 37.41936898900008 - ], - [ - -121.93119575499998, - 37.41940243600004 - ], - [ - -121.93125633799997, - 37.41944173200005 - ], - [ - -121.93131084199996, - 37.41948640700008 - ], - [ - -121.93135852199998, - 37.41953587900008 - ], - [ - -121.93139863, - 37.41958937100003 - ], - [ - -121.93143065799995, - 37.41964618000003 - ], - [ - -121.93145421599996, - 37.419705591000024 - ], - [ - -121.93146898199996, - 37.41976683200005 - ], - [ - -121.93147473399995, - 37.419829056000026 - ], - [ - -121.93147138599994, - 37.41989124300005 - ], - [ - -121.93145899199999, - 37.41995285200005 - ], - [ - -121.93144527499999, - 37.41999440600006 - ], - [ - -121.93141666899999, - 37.42006060800003 - ], - [ - -121.931411159, - 37.420072291000054 - ], - [ - -121.931376995, - 37.42013244800006 - ], - [ - -121.93133496399997, - 37.42018890400004 - ], - [ - -121.93128536599994, - 37.42024138000005 - ], - [ - -121.93122876399997, - 37.420289240000045 - ], - [ - -121.93116601599996, - 37.42033175800003 - ], - [ - -121.93110020199998, - 37.420367370000065 - ], - [ - -121.93112246599998, - 37.42038946200006 - ], - [ - -121.93068423799997, - 37.420765782000046 - ], - [ - -121.93066062099996, - 37.420787250000046 - ], - [ - -121.930498936, - 37.420940012000074 - ], - [ - -121.92824208199994, - 37.42204174900007 - ], - [ - -121.92791363599997, - 37.42220208300006 - ], - [ - -121.926994144, - 37.42285938100008 - ], - [ - -121.92649745399996, - 37.423198582000055 - ], - [ - -121.92637934799995, - 37.423189328000035 - ], - [ - -121.92637578199998, - 37.42318895900007 - ], - [ - -121.92626185199998, - 37.42317601600007 - ], - [ - -121.92625975199996, - 37.423175720000074 - ], - [ - -121.92614516999998, - 37.42315871000005 - ], - [ - -121.92601666599995, - 37.423158028000046 - ], - [ - -121.92593217099994, - 37.42315049500007 - ], - [ - -121.92584915099997, - 37.423135915000046 - ], - [ - -121.925793361, - 37.42312114200007 - ], - [ - -121.92571107699996, - 37.423194909000074 - ], - [ - -121.92561551299997, - 37.42329052100007 - ], - [ - -121.92561410599995, - 37.423292024000034 - ], - [ - -121.92560129599997, - 37.42330579400004 - ], - [ - -121.92584326099995, - 37.42335344000003 - ], - [ - -121.92586258199998, - 37.42341388500006 - ], - [ - -121.92587729599995, - 37.42345990000007 - ], - [ - -121.92542177999997, - 37.42355250600008 - ], - [ - -121.92537882699997, - 37.42363087900003 - ], - [ - -121.92534281699994, - 37.423706942000024 - ], - [ - -121.92533160999994, - 37.423733241000036 - ], - [ - -121.92529285399996, - 37.42383845100005 - ], - [ - -121.92526318299997, - 37.42394490600003 - ], - [ - -121.92524245299995, - 37.42405286600007 - ], - [ - -121.92523081899998, - 37.42416165100008 - ], - [ - -121.92522832399999, - 37.424270773000046 - ], - [ - -121.92523497699995, - 37.42437990900004 - ], - [ - -121.92524507499996, - 37.424455985000066 - ], - [ - -121.925250759, - 37.424488429000064 - ], - [ - -121.92527560899998, - 37.42459599800003 - ], - [ - -121.92530937599997, - 37.42470186500003 - ], - [ - -121.925351939, - 37.42480569300005 - ], - [ - -121.92540303599998, - 37.42490687700007 - ], - [ - -121.92546252299996, - 37.425005181000074 - ], - [ - -121.925530198, - 37.42510022400006 - ], - [ - -121.92560557099995, - 37.42519129900006 - ], - [ - -121.92566774, - 37.425257601000055 - ], - [ - -121.92667839499995, - 37.426239536000026 - ], - [ - -121.92689348999994, - 37.42644851400007 - ], - [ - -121.92693495799995, - 37.426488799000026 - ], - [ - -121.92693582399994, - 37.426489641000046 - ], - [ - -121.92709089999994, - 37.42664606900007 - ], - [ - -121.92723885699996, - 37.42680698700008 - ], - [ - -121.92737950199995, - 37.42697221100008 - ], - [ - -121.92751235799994, - 37.42714118200007 - ], - [ - -121.92763763099998, - 37.427314153000054 - ], - [ - -121.92775480399996, - 37.42749043300006 - ], - [ - -121.92786396099996, - 37.427670126000066 - ], - [ - -121.92796492199994, - 37.42785297200004 - ], - [ - -121.92805733499995, - 37.42803831700007 - ], - [ - -121.92814127899999, - 37.42822627600003 - ], - [ - -121.92821665899999, - 37.428416654000046 - ], - [ - -121.928283347, - 37.42860917200005 - ], - [ - -121.92834117499996, - 37.428803334000065 - ], - [ - -121.92839010499995, - 37.42899896400007 - ], - [ - -121.92843013099997, - 37.429196028000035 - ], - [ - -121.92846116099997, - 37.42939415700005 - ], - [ - -121.92848314999998, - 37.42959307800004 - ], - [ - -121.92849604999998, - 37.429792285000076 - ], - [ - -121.92849898399999, - 37.42988595800006 - ], - [ - -121.92851406699998, - 37.43062740400006 - ], - [ - -121.92851414899997, - 37.430688487000054 - ], - [ - -121.92851414899997, - 37.43068942300005 - ], - [ - -121.92851414799998, - 37.43069085900004 - ], - [ - -121.92851277299997, - 37.430735276000064 - ], - [ - -121.92851167799995, - 37.43075799700006 - ], - [ - -121.92850741399997, - 37.43081667000007 - ], - [ - -121.92850538, - 37.43083702400003 - ], - [ - -121.92850463399998, - 37.43084380500005 - ], - [ - -121.92849125099997, - 37.43094228500007 - ], - [ - -121.92847379999995, - 37.43103247200003 - ], - [ - -121.92846845399998, - 37.43105606800003 - ], - [ - -121.92846818899994, - 37.43105723800005 - ], - [ - -121.92846768199996, - 37.43105923600007 - ], - [ - -121.92846214599996, - 37.431081918000075 - ], - [ - -121.92845420799995, - 37.431112505000044 - ], - [ - -121.92844773099995, - 37.43113554100006 - ], - [ - -121.92844673499997, - 37.43113905600006 - ], - [ - -121.92843933299997, - 37.43116420800004 - ], - [ - -121.92843894699996, - 37.431165520000036 - ], - [ - -121.92843846499994, - 37.43116707400003 - ], - [ - -121.92843294399995, - 37.431184941000026 - ], - [ - -121.92843240499997, - 37.431186628000034 - ], - [ - -121.92843151099999, - 37.43118939200008 - ], - [ - -121.92843072499994, - 37.431191943000044 - ], - [ - -121.92842204399994, - 37.43121818800006 - ], - [ - -121.92841298699994, - 37.43124441600003 - ], - [ - -121.92840485599999, - 37.43126683100007 - ], - [ - -121.928403442, - 37.43127053500007 - ], - [ - -121.92839824499998, - 37.43128460200006 - ], - [ - -121.92839764699994, - 37.431286165000074 - ], - [ - -121.92839360599999, - 37.43129654300003 - ], - [ - -121.928392654, - 37.431299007000064 - ], - [ - -121.92837574199996, - 37.43134098400003 - ], - [ - -121.92836666, - 37.431362239000066 - ], - [ - -121.92831098199997, - 37.431479257000035 - ], - [ - -121.92829827899999, - 37.431503346000056 - ], - [ - -121.92811328399995, - 37.431848280000054 - ], - [ - -121.92645096899997, - 37.43494772500003 - ], - [ - -121.92632419599994, - 37.43521586500003 - ], - [ - -121.92629359799997, - 37.43527744100004 - ], - [ - -121.92623779499996, - 37.43540450300003 - ], - [ - -121.92619070299997, - 37.43553376800003 - ], - [ - -121.92615243299997, - 37.43566494500004 - ], - [ - -121.92612310799996, - 37.435797671000046 - ], - [ - -121.926102873, - 37.43593127400004 - ], - [ - -121.92609173399995, - 37.436065564000046 - ], - [ - -121.92608972099998, - 37.43620023900007 - ], - [ - -121.92609685999997, - 37.43633482600006 - ], - [ - -121.92611312099996, - 37.43646886500005 - ], - [ - -121.92613845399995, - 37.43660194700004 - ], - [ - -121.92617278299997, - 37.43673376400005 - ], - [ - -121.926216034, - 37.43686396800007 - ], - [ - -121.926267984, - 37.436991926000076 - ], - [ - -121.92632867099996, - 37.43711772800003 - ], - [ - -121.92639773599996, - 37.43724057700007 - ], - [ - -121.92644857199997, - 37.437321060000045 - ], - [ - -121.92650737499997, - 37.437390410000035 - ], - [ - -121.92659168899996, - 37.43750049400006 - ], - [ - -121.92666812399995, - 37.43761416700005 - ], - [ - -121.92673551499996, - 37.437729381000054 - ], - [ - -121.92678873899996, - 37.437835705000055 - ], - [ - -121.92681256199995, - 37.43789006900005 - ], - [ - -121.92683608799996, - 37.43794952400003 - ], - [ - -121.92687483499998, - 37.43806596300004 - ], - [ - -121.92690456799994, - 37.438183955000056 - ], - [ - -121.92691262499994, - 37.43822441700007 - ], - [ - -121.92692517299997, - 37.438302873000055 - ], - [ - -121.92693668499999, - 37.438422897000066 - ], - [ - -121.92693899399995, - 37.43854318500007 - ], - [ - -121.92693210199997, - 37.43866329100007 - ], - [ - -121.92691603999998, - 37.43878287000007 - ], - [ - -121.9268908499999, - 37.43890152600005 - ], - [ - -121.92685665699997, - 37.43901863600007 - ], - [ - -121.92681358599998, - 37.43913384800004 - ], - [ - -121.92676174999997, - 37.43924683000006 - ], - [ - -121.92670133799999, - 37.43935714500003 - ], - [ - -121.92663273799997, - 37.439464101000056 - ], - [ - -121.92655600499995, - 37.43956764400008 - ], - [ - -121.92648939599997, - 37.439647241000046 - ], - [ - -121.92587574499998, - 37.44029980200003 - ], - [ - -121.92392845399996, - 37.44237045300008 - ], - [ - -121.92386705699994, - 37.44241419200006 - ], - [ - -121.92380551899998, - 37.44246739300007 - ], - [ - -121.92375107599997, - 37.44252525400003 - ], - [ - -121.92370419999997, - 37.44258728500006 - ], - [ - -121.92366553399995, - 37.442652631000044 - ], - [ - -121.92363532, - 37.442720818000055 - ], - [ - -121.92361388399996, - 37.442791208000074 - ], - [ - -121.92360151899999, - 37.44286280000006 - ], - [ - -121.92359829499998, - 37.442935066000075 - ], - [ - -121.92360426299996, - 37.44300732900007 - ], - [ - -121.92361934899998, - 37.44307859200006 - ], - [ - -121.92364340299997, - 37.44314830600007 - ], - [ - -121.92367622799998, - 37.443215827000074 - ], - [ - -121.92369268699997, - 37.44324355900005 - ], - [ - -121.92398993599994, - 37.44371768600007 - ], - [ - -121.92404491999997, - 37.44381346700004 - ], - [ - -121.92409192999997, - 37.44391290000004 - ], - [ - -121.92413015499994, - 37.44401450400005 - ], - [ - -121.92415954499995, - 37.44411811200007 - ], - [ - -121.92417986899994, - 37.44422296300007 - ], - [ - -121.92419108499996, - 37.44432875700005 - ], - [ - -121.92419312599998, - 37.44443503900004 - ], - [ - -121.92418596399995, - 37.44454097400006 - ], - [ - -121.92416966099995, - 37.44464629400005 - ], - [ - -121.92414425299995, - 37.44475059400003 - ], - [ - -121.92413529899994, - 37.444780250000065 - ], - [ - -121.92369029499997, - 37.44619195000007 - ], - [ - -121.92368517099999, - 37.44620940900006 - ], - [ - -121.92367255099998, - 37.44627308100007 - ], - [ - -121.92366918099998, - 37.446337002000064 - ], - [ - -121.92367497499998, - 37.446400854000046 - ], - [ - -121.92368985, - 37.44646368100007 - ], - [ - -121.92371360299995, - 37.446524742000065 - ], - [ - -121.92374596399998, - 37.44658331800008 - ], - [ - -121.923786496, - 37.44663856900007 - ], - [ - -121.92383458999996, - 37.44668969500003 - ], - [ - -121.92388973199996, - 37.446736169000076 - ], - [ - -121.92395120999998, - 37.446777362000034 - ], - [ - -121.92401811299999, - 37.446812660000035 - ], - [ - -121.92408957199996, - 37.44684162400006 - ], - [ - -121.92416479299999, - 37.446863937000046 - ], - [ - -121.92416623099996, - 37.446864282000035 - ], - [ - -121.92418241599995, - 37.44686807100004 - ], - [ - -121.92420308799996, - 37.446872917000064 - ], - [ - -121.92428641199996, - 37.446897242000034 - ], - [ - -121.92436568199997, - 37.446928239000044 - ], - [ - -121.92444045399998, - 37.446965668000075 - ], - [ - -121.92451002099995, - 37.44700919300004 - ], - [ - -121.92457339699996, - 37.447058199000026 - ], - [ - -121.92463002, - 37.44711223500008 - ], - [ - -121.92467928499997, - 37.447170733000064 - ], - [ - -121.92472058699997, - 37.44723298300005 - ], - [ - -121.92475348599999, - 37.44729830800003 - ], - [ - -121.92477768299995, - 37.44736612200006 - ], - [ - -121.92479282699998, - 37.44743547500008 - ], - [ - -121.924798797, - 37.447505705000026 - ], - [ - -121.92479552499998, - 37.44757617800008 - ], - [ - -121.924783048, - 37.44764585200005 - ], - [ - -121.924761505, - 37.44771412100005 - ], - [ - -121.92473109899998, - 37.44778029400004 - ], - [ - -121.92472071999998, - 37.44779889600005 - ], - [ - -121.92370704599995, - 37.449543309000035 - ], - [ - -121.92368397299998, - 37.44958842700004 - ], - [ - -121.92366245599999, - 37.449647826000046 - ], - [ - -121.92364989999999, - 37.44970883800005 - ], - [ - -121.92364648399996, - 37.44977060400004 - ], - [ - -121.92365225699996, - 37.44983225900006 - ], - [ - -121.92366713399997, - 37.44989293800006 - ], - [ - -121.92369090799997, - 37.44995178700003 - ], - [ - -121.92372324499996, - 37.45000797700004 - ], - [ - -121.92376365299998, - 37.45006067800006 - ], - [ - -121.923787931, - 37.450086740000074 - ], - [ - -121.92488974599996, - 37.451195333000044 - ], - [ - -121.92491101899998, - 37.45121514400006 - ], - [ - -121.92495737299998, - 37.45124972200006 - ], - [ - -121.92500944399995, - 37.45127847700007 - ], - [ - -121.92506621299998, - 37.451300883000044 - ], - [ - -121.92512645799997, - 37.45131646100003 - ], - [ - -121.92518886699997, - 37.45132487200004 - ], - [ - -121.92523477399999, - 37.45132639900004 - ], - [ - -121.92525226499998, - 37.45132596700006 - ], - [ - -121.92531544499997, - 37.45131967200007 - ], - [ - -121.92537623399994, - 37.451306217000024 - ], - [ - -121.92541265799997, - 37.45129432300007 - ], - [ - -121.92593666399995, - 37.451100445000066 - ], - [ - -121.92679699299998, - 37.450782169000036 - ], - [ - -121.92684290199998, - 37.45076747000007 - ], - [ - -121.92690638199997, - 37.45075403100003 - ], - [ - -121.92697160299997, - 37.45074776000007 - ], - [ - -121.92698159899999, - 37.45074744400006 - ], - [ - -121.927037811, - 37.45074877700006 - ], - [ - -121.92710282599995, - 37.45075709500003 - ], - [ - -121.92716561699996, - 37.450772509000046 - ], - [ - -121.92722532099998, - 37.45079481500005 - ], - [ - -121.92728048899994, - 37.45082350500007 - ], - [ - -121.92733008299996, - 37.45085802300008 - ], - [ - -121.92737312299994, - 37.45089766900003 - ], - [ - -121.92740889599997, - 37.45094178000005 - ], - [ - -121.92743276599998, - 37.450981660000025 - ], - [ - -121.92823270799994, - 37.45254866700003 - ], - [ - -121.92823390299998, - 37.45255105700005 - ], - [ - -121.92823507299994, - 37.45255345100003 - ], - [ - -121.92825, - 37.45259517900007 - ], - [ - -121.92825554299998, - 37.45263806300005 - ], - [ - -121.92825166199998, - 37.45268100900006 - ], - [ - -121.92823847199998, - 37.452722821000066 - ], - [ - -121.92821640699998, - 37.452762101000076 - ], - [ - -121.92818606399999, - 37.45279781600004 - ], - [ - -121.92814848399996, - 37.45282870800003 - ], - [ - -121.92810460799996, - 37.452854011000056 - ], - [ - -121.92805606599995, - 37.45287278100005 - ], - [ - -121.92801867099996, - 37.452882051000074 - ], - [ - -121.92732062399995, - 37.45301824400008 - ], - [ - -121.92636263599996, - 37.453203622000046 - ], - [ - -121.92583582699996, - 37.45330556400006 - ], - [ - -121.92581498199996, - 37.45330556600004 - ], - [ - -121.92580458299994, - 37.45330563500005 - ], - [ - -121.925772968, - 37.45330656800007 - ], - [ - -121.92572324199995, - 37.45331026300005 - ], - [ - -121.925642585, - 37.45332218200008 - ], - [ - -121.92563804899999, - 37.453323074000025 - ], - [ - -121.92543940799999, - 37.45341569500005 - ], - [ - -121.92528618899996, - 37.453487118000055 - ], - [ - -121.92506553599998, - 37.45364189800006 - ], - [ - -121.92494396199999, - 37.453727197000035 - ], - [ - -121.92499699899997, - 37.453980057000024 - ], - [ - -121.92501061399997, - 37.45404494500008 - ], - [ - -121.92527368199995, - 37.454267696000045 - ], - [ - -121.92533242299999, - 37.45430030500006 - ], - [ - -121.92539118299999, - 37.45433292400003 - ], - [ - -121.925520716, - 37.45438159400004 - ], - [ - -121.92584499799995, - 37.45441780400006 - ], - [ - -121.92615848599996, - 37.45449330900004 - ], - [ - -121.92645365699997, - 37.454606322000075 - ], - [ - -121.92651897699994, - 37.45463485000005 - ], - [ - -121.92658918599994, - 37.45465473500008 - ], - [ - -121.926928122, - 37.45478296300007 - ], - [ - -121.92721251799998, - 37.454876056000046 - ], - [ - -121.92752398099998, - 37.454975981000075 - ], - [ - -121.92762335799995, - 37.45501057200005 - ], - [ - -121.92789397499996, - 37.45516673100008 - ], - [ - -121.928129475, - 37.45535561300005 - ], - [ - -121.928323703, - 37.45557230600008 - ], - [ - -121.92847158199999, - 37.455811124000036 - ], - [ - -121.92856923, - 37.45606581900006 - ], - [ - -121.92860522099994, - 37.45627760900004 - ], - [ - -121.92861408099998, - 37.45632974200004 - ], - [ - -121.92865356099998, - 37.45644066500006 - ], - [ - -121.92871568199996, - 37.45654481400004 - ], - [ - -121.92879863199994, - 37.45663925500003 - ], - [ - -121.92890018499997, - 37.45672138300006 - ], - [ - -121.929017451, - 37.456788876000076 - ], - [ - -121.92914720799996, - 37.456839873000035 - ], - [ - -121.92928575099995, - 37.456872934000046 - ], - [ - -121.92942930399994, - 37.45688714100004 - ], - [ - -121.92957380699994, - 37.45688210700007 - ], - [ - -121.929677541, - 37.45686440900005 - ], - [ - -121.92971524499995, - 37.45685797600004 - ], - [ - -121.92984966999995, - 37.456815411000036 - ], - [ - -121.92990276499995, - 37.45678377100006 - ], - [ - -121.93069650899997, - 37.45631076600006 - ], - [ - -121.93118841399996, - 37.45598466400003 - ], - [ - -121.93150942999995, - 37.45577184900003 - ], - [ - -121.93164211899995, - 37.45567418200005 - ], - [ - -121.93228622, - 37.45520008600005 - ], - [ - -121.932293975, - 37.455192175000036 - ], - [ - -121.93234907599998, - 37.455135960000064 - ], - [ - -121.93242436799994, - 37.45508102200006 - ], - [ - -121.93251005899998, - 37.45503680600007 - ], - [ - -121.93260375899996, - 37.455004476000056 - ], - [ - -121.93270287399997, - 37.454985011000076 - ], - [ - -121.93274429799999, - 37.454982521000034 - ], - [ - -121.93280467199997, - 37.45497889400008 - ], - [ - -121.93290629899997, - 37.454986305000034 - ], - [ - -121.93300500999999, - 37.45500705100005 - ], - [ - -121.93309804899997, - 37.455040548000056 - ], - [ - -121.93318284799994, - 37.45508586400007 - ], - [ - -121.93325702399994, - 37.455141748000074 - ], - [ - -121.933318569, - 37.45520669100006 - ], - [ - -121.93336578099996, - 37.45527883400007 - ], - [ - -121.93339732799996, - 37.455356229000074 - ], - [ - -121.93340517099995, - 37.45539818800006 - ], - [ - -121.93341236999999, - 37.455436709000026 - ], - [ - -121.933412966, - 37.455578900000035 - ], - [ - -121.93341332899996, - 37.455665372000055 - ], - [ - -121.93341344499999, - 37.45569283100008 - ], - [ - -121.93341245799996, - 37.45569948900004 - ], - [ - -121.93337575099997, - 37.455947163000076 - ], - [ - -121.93329987699997, - 37.45619603100005 - ], - [ - -121.93320326399999, - 37.45640104600005 - ], - [ - -121.93318690299998, - 37.45643576100008 - ], - [ - -121.93303845399998, - 37.45666290200006 - ], - [ - -121.93290668999998, - 37.45681604200007 - ], - [ - -121.93285673599996, - 37.456874104000065 - ], - [ - -121.932778295, - 37.45705025400008 - ], - [ - -121.93273954299997, - 37.45713726100007 - ], - [ - -121.93272228399996, - 37.45717603500003 - ], - [ - -121.93271683299997, - 37.45719634500006 - ], - [ - -121.93263829999995, - 37.457489345000056 - ], - [ - -121.93261796899998, - 37.457691719000024 - ], - [ - -121.93261095899999, - 37.457761498000025 - ], - [ - -121.93260621499996, - 37.45780872900008 - ], - [ - -121.93262663099995, - 37.45812870700007 - ], - [ - -121.93264698799999, - 37.45842774300007 - ], - [ - -121.93263128599995, - 37.45872696600003 - ], - [ - -121.93257961199998, - 37.45902358500007 - ], - [ - -121.93249248899997, - 37.45931491300007 - ], - [ - -121.93237066599994, - 37.45959821800005 - ], - [ - -121.93231544999998, - 37.45965739800005 - ], - [ - -121.932273308, - 37.45972301100005 - ], - [ - -121.93224529799994, - 37.45979330400007 - ], - [ - -121.93223224199994, - 37.45986632100005 - ], - [ - -121.93223449099997, - 37.45994002200007 - ], - [ - -121.93225203199995, - 37.460012437000046 - ], - [ - -121.93228426999997, - 37.46008155900006 - ], - [ - -121.932330407, - 37.460145477000026 - ], - [ - -121.93238915999996, - 37.46020242000003 - ], - [ - -121.93245891899994, - 37.460250873000064 - ], - [ - -121.93253773599997, - 37.46028946400003 - ], - [ - -121.93262349199995, - 37.46031714500003 - ], - [ - -121.93271379199996, - 37.460333164000076 - ], - [ - -121.93330783, - 37.46032362400007 - ], - [ - -121.93390194699998, - 37.46033019400005 - ], - [ - -121.93423969599996, - 37.460340924000036 - ], - [ - -121.93445076499995, - 37.46035819100007 - ], - [ - -121.93465833, - 37.460393330000045 - ], - [ - -121.93484726699995, - 37.46044236300003 - ], - [ - -121.93502877999998, - 37.46050682300006 - ], - [ - -121.935121886, - 37.46055228700004 - ], - [ - -121.93520495399997, - 37.46060877100007 - ], - [ - -121.93527598699995, - 37.46067487800008 - ], - [ - -121.93533321999996, - 37.46074898300003 - ], - [ - -121.93537525399995, - 37.46082931500007 - ], - [ - -121.93540108899998, - 37.46091387400003 - ], - [ - -121.93542891899995, - 37.461176812000076 - ], - [ - -121.93543940099994, - 37.46137534400003 - ], - [ - -121.93546691999995, - 37.46157282100006 - ], - [ - -121.935504343, - 37.46172535900007 - ], - [ - -121.93556004499999, - 37.46187430800006 - ], - [ - -121.93558798499998, - 37.461925078000036 - ], - [ - -121.935625185, - 37.46197193800003 - ], - [ - -121.93567078499996, - 37.462013795000075 - ], - [ - -121.93572376699996, - 37.46204970200006 - ], - [ - -121.93577271599997, - 37.462074510000036 - ], - [ - -121.93598252099997, - 37.46215114300003 - ], - [ - -121.93620418599994, - 37.46220240500003 - ], - [ - -121.936450875, - 37.462231959000064 - ], - [ - -121.93670021199995, - 37.46223801900004 - ], - [ - -121.93694869499996, - 37.46222052200005 - ], - [ - -121.93742966299999, - 37.46215712400004 - ], - [ - -121.93772509299998, - 37.462120224000046 - ], - [ - -121.937938095, - 37.462110841000026 - ], - [ - -121.93815048599998, - 37.46212712400006 - ], - [ - -121.938503874, - 37.46218979100007 - ], - [ - -121.93884819899995, - 37.46227896200003 - ], - [ - -121.93909241699998, - 37.46236503200004 - ], - [ - -121.93932345499996, - 37.46247177400005 - ], - [ - -121.93953854199998, - 37.462597937000055 - ], - [ - -121.939665962, - 37.46268987900004 - ], - [ - -121.93986272799998, - 37.462862779000034 - ], - [ - -121.940028827, - 37.46305507500006 - ], - [ - -121.94016129399995, - 37.46326328200007 - ], - [ - -121.940257756, - 37.46348371700003 - ], - [ - -121.94031647399999, - 37.463712421000025 - ], - [ - -121.94037526499994, - 37.46395819900005 - ], - [ - -121.94046452199996, - 37.46419806600005 - ], - [ - -121.94058340099997, - 37.46442962400005 - ], - [ - -121.94069941999999, - 37.46459644000004 - ], - [ - -121.94084267999995, - 37.464749235000056 - ], - [ - -121.94100263499996, - 37.464877331000025 - ], - [ - -121.94118437299994, - 37.46498540600004 - ], - [ - -121.94138397199998, - 37.465071127000044 - ], - [ - -121.94160608399994, - 37.46513597100005 - ], - [ - -121.94183730199995, - 37.46517568400003 - ], - [ - -121.94207318699995, - 37.465189450000025 - ], - [ - -121.94234305499998, - 37.465184417000046 - ], - [ - -121.94261221099998, - 37.465167835000045 - ], - [ - -121.942940841, - 37.46516180400005 - ], - [ - -121.94326641499998, - 37.46519811200005 - ] - ], - [ - [ - -121.87153103199995, - 37.39336479600007 - ], - [ - -121.87288278999995, - 37.395440181000026 - ], - [ - -121.87289120899999, - 37.395465855000054 - ], - [ - -121.87289685399998, - 37.39549202200004 - ], - [ - -121.87289969399995, - 37.39551847200005 - ], - [ - -121.87289969399995, - 37.39554502400006 - ], - [ - -121.87289688099997, - 37.39557149400008 - ], - [ - -121.87289125199999, - 37.39559765400003 - ], - [ - -121.87288283, - 37.39562332100007 - ], - [ - -121.87287172699996, - 37.39564835400006 - ], - [ - -121.87285797099997, - 37.39567254900004 - ], - [ - -121.872841699, - 37.395695697000065 - ], - [ - -121.87282299599997, - 37.39571766200004 - ], - [ - -121.87266559899996, - 37.395828092000045 - ], - [ - -121.872600595, - 37.39587367200005 - ], - [ - -121.87233952999998, - 37.39605684500003 - ], - [ - -121.87200637599994, - 37.396290555000064 - ], - [ - -121.87196710899997, - 37.39631454400006 - ], - [ - -121.87192529599997, - 37.396335657000066 - ], - [ - -121.87188132899996, - 37.39635368300003 - ], - [ - -121.87183544099997, - 37.39636852500007 - ], - [ - -121.87178811299998, - 37.396379997000054 - ], - [ - -121.87173968699994, - 37.39638804900005 - ], - [ - -121.87169056799996, - 37.396392605000074 - ], - [ - -121.87144114199998, - 37.396222453000064 - ], - [ - -121.87128475199995, - 37.396109856000066 - ], - [ - -121.87104918099999, - 37.395959868000034 - ], - [ - -121.87098549999996, - 37.395913551000035 - ], - [ - -121.87089501, - 37.39584772500007 - ], - [ - -121.87060646999998, - 37.39563785800004 - ], - [ - -121.87059939999995, - 37.39563253800003 - ], - [ - -121.87056777, - 37.39560832500007 - ], - [ - -121.87053874299994, - 37.39558213500004 - ], - [ - -121.87051243699995, - 37.395554127000025 - ], - [ - -121.87048914299999, - 37.395524505000026 - ], - [ - -121.87046287199996, - 37.39548434300008 - ], - [ - -121.87043304499997, - 37.39544580300003 - ], - [ - -121.87039966499998, - 37.39540911200004 - ], - [ - -121.87011119199997, - 37.39520420800005 - ], - [ - -121.86976559799996, - 37.39495865600003 - ], - [ - -121.86975585099998, - 37.39495121600004 - ], - [ - -121.86975052799994, - 37.394947272000024 - ], - [ - -121.86974563099994, - 37.39494295900005 - ], - [ - -121.86937994899995, - 37.394734492000055 - ], - [ - -121.86911117999995, - 37.39457282300003 - ], - [ - -121.87051554099997, - 37.39359766700005 - ], - [ - -121.87130389799995, - 37.39301607300007 - ], - [ - -121.87153103199995, - 37.39336479600007 - ] - ], - [ - [ - -121.798012041, - 37.34404652000006 - ], - [ - -121.79793241899995, - 37.34408913000004 - ], - [ - -121.79789137299997, - 37.34411258700004 - ], - [ - -121.79777476499999, - 37.34417158300005 - ], - [ - -121.797540976, - 37.34429589800004 - ], - [ - -121.79750535499994, - 37.34431497000003 - ], - [ - -121.79715000299996, - 37.34404450400007 - ], - [ - -121.79696070899996, - 37.343916267000054 - ], - [ - -121.79671110299995, - 37.34374715200005 - ], - [ - -121.796265157, - 37.343445021000036 - ], - [ - -121.79599183899995, - 37.343259001000035 - ], - [ - -121.79580153699999, - 37.34313026800004 - ], - [ - -121.79531149299999, - 37.342799279000076 - ], - [ - -121.79507443399996, - 37.34263910800007 - ], - [ - -121.79511588499997, - 37.34262393300003 - ], - [ - -121.795275759, - 37.34256540100006 - ], - [ - -121.79546714099996, - 37.34249530400007 - ], - [ - -121.79565627199997, - 37.34242603200005 - ], - [ - -121.79584232399998, - 37.34235787100005 - ], - [ - -121.79602994499999, - 37.34228916500007 - ], - [ - -121.79621836299998, - 37.34222015200004 - ], - [ - -121.79640595399997, - 37.34215144600006 - ], - [ - -121.79659511199998, - 37.34208215000007 - ], - [ - -121.79678705999999, - 37.34201186200005 - ], - [ - -121.79698014899998, - 37.34194117200008 - ], - [ - -121.79717619899998, - 37.341869350000024 - ], - [ - -121.797373559, - 37.341797032000045 - ], - [ - -121.79757809899996, - 37.341722117000074 - ], - [ - -121.79778651099997, - 37.341645784000036 - ], - [ - -121.79853119199998, - 37.34137302500005 - ], - [ - -121.79808556699999, - 37.340884352000046 - ], - [ - -121.79679536999998, - 37.33946950600006 - ], - [ - -121.79521504099995, - 37.33773651100006 - ], - [ - -121.794487904, - 37.336939019000056 - ], - [ - -121.80044297999996, - 37.33576013700008 - ], - [ - -121.803805996, - 37.339440756000045 - ], - [ - -121.804893183, - 37.34063056100007 - ], - [ - -121.804908147, - 37.34064694400007 - ], - [ - -121.80488045099997, - 37.340663207000034 - ], - [ - -121.80492118799998, - 37.34070747800007 - ], - [ - -121.80354493199997, - 37.34138535300008 - ], - [ - -121.80354214699997, - 37.341381813000055 - ], - [ - -121.80335433899995, - 37.34147868700006 - ], - [ - -121.80317391799997, - 37.341571771000076 - ], - [ - -121.80300088299998, - 37.341661040000076 - ], - [ - -121.80282665599998, - 37.34175094200003 - ], - [ - -121.80265245599998, - 37.341840819000026 - ], - [ - -121.80247907999996, - 37.34193022900007 - ], - [ - -121.80230522, - 37.342019942000036 - ], - [ - -121.80213187299995, - 37.34210939700006 - ], - [ - -121.80195738699996, - 37.342199391000065 - ], - [ - -121.80178369499998, - 37.342288988000064 - ], - [ - -121.80161077199995, - 37.34237820800007 - ], - [ - -121.80143540399996, - 37.34246867000007 - ], - [ - -121.80126222399997, - 37.34255803000008 - ], - [ - -121.80108782099995, - 37.34264797600008 - ], - [ - -121.80087605399996, - 37.342757222000046 - ], - [ - -121.80070520299995, - 37.34284536400003 - ], - [ - -121.80050465799997, - 37.34294880700003 - ], - [ - -121.80029814199997, - 37.343051857000034 - ], - [ - -121.80011913899995, - 37.343141166000066 - ], - [ - -121.79994233999997, - 37.343230246000076 - ], - [ - -121.799767756, - 37.343318200000056 - ], - [ - -121.79959189199997, - 37.34340685500007 - ], - [ - -121.79941733499999, - 37.343494786000065 - ], - [ - -121.79923928499994, - 37.34358451800006 - ], - [ - -121.79906683099995, - 37.343671441000026 - ], - [ - -121.79889491699998, - 37.34375808300007 - ], - [ - -121.79871865399997, - 37.34384687900007 - ], - [ - -121.79854213399994, - 37.34393583700006 - ], - [ - -121.79837084699994, - 37.344025585000054 - ], - [ - -121.79823149999999, - 37.34392907000006 - ], - [ - -121.798103874, - 37.34399736600005 - ], - [ - -121.798012041, - 37.34404652000006 - ] - ], - [ - [ - -121.93043953899996, - 37.327006389000076 - ], - [ - -121.93030930799995, - 37.327007200000025 - ], - [ - -121.93018947999997, - 37.32700795200003 - ], - [ - -121.92999975099997, - 37.32700914700007 - ], - [ - -121.92982431899998, - 37.32700398500003 - ], - [ - -121.929658873, - 37.32700394400007 - ], - [ - -121.92957419599998, - 37.327005229000065 - ], - [ - -121.92946163799996, - 37.32700690000007 - ], - [ - -121.92941229399997, - 37.327007639000044 - ], - [ - -121.92930068599998, - 37.327008109000076 - ], - [ - -121.92922381799997, - 37.32700842700007 - ], - [ - -121.92869350199999, - 37.32701066000004 - ], - [ - -121.92855736899998, - 37.327013169000054 - ], - [ - -121.92844416, - 37.32701525600004 - ], - [ - -121.928289055, - 37.32701639100003 - ], - [ - -121.92810583399995, - 37.327017685000044 - ], - [ - -121.92798756699995, - 37.32701754800007 - ], - [ - -121.92786929699997, - 37.32701738600008 - ], - [ - -121.92760489899996, - 37.327017014000035 - ], - [ - -121.92741219099997, - 37.32701677600005 - ], - [ - -121.92731957599995, - 37.32701664500007 - ], - [ - -121.927334267, - 37.326879355000074 - ], - [ - -121.92731838599997, - 37.32687927400008 - ], - [ - -121.92731311199998, - 37.32687931400005 - ], - [ - -121.92689811099996, - 37.32688157700005 - ], - [ - -121.92689704399999, - 37.326783643000056 - ], - [ - -121.92689537999996, - 37.32663346000004 - ], - [ - -121.92689394099995, - 37.326507124000045 - ], - [ - -121.92689258599995, - 37.326383650000025 - ], - [ - -121.927069212, - 37.32638223200007 - ], - [ - -121.927324565, - 37.32638491200004 - ], - [ - -121.927325957, - 37.32625962000003 - ], - [ - -121.92689124099996, - 37.32626209800003 - ], - [ - -121.92688988299994, - 37.32613844100007 - ], - [ - -121.92688858199995, - 37.32602531100008 - ], - [ - -121.92688711599999, - 37.325889981000046 - ], - [ - -121.92688573199996, - 37.32576639300004 - ], - [ - -121.92688441099995, - 37.325644657000055 - ], - [ - -121.92731597299996, - 37.325639401000046 - ], - [ - -121.92731587799994, - 37.32552335100007 - ], - [ - -121.92688304399996, - 37.325523608000026 - ], - [ - -121.92688173, - 37.32540521400006 - ], - [ - -121.92688237599998, - 37.325267867000036 - ], - [ - -121.92672070799995, - 37.32526141200003 - ], - [ - -121.92639255599994, - 37.32526327800008 - ], - [ - -121.92635331999998, - 37.32526350400008 - ], - [ - -121.925965309, - 37.32526628100004 - ], - [ - -121.92568839499995, - 37.32526610200006 - ], - [ - -121.92588716999995, - 37.32510379800004 - ], - [ - -121.92588699899994, - 37.32507381400006 - ], - [ - -121.92588611699995, - 37.324908926000035 - ], - [ - -121.92588521799996, - 37.324749120000035 - ], - [ - -121.92588427799996, - 37.32458116400005 - ], - [ - -121.92588336799997, - 37.32441483400004 - ], - [ - -121.92588252099995, - 37.32426079600003 - ], - [ - -121.92588247999998, - 37.32425562200007 - ], - [ - -121.92588099699998, - 37.32418685600004 - ], - [ - -121.92588009399998, - 37.324109477000036 - ], - [ - -121.92587984699998, - 37.32408608600008 - ], - [ - -121.92588047199996, - 37.32405877100007 - ], - [ - -121.925877905, - 37.32391672400007 - ], - [ - -121.92587160899996, - 37.323564205000025 - ], - [ - -121.92600454899997, - 37.323564487000056 - ], - [ - -121.92670410399995, - 37.323558443000024 - ], - [ - -121.92670292499997, - 37.323667733000036 - ], - [ - -121.92670624099998, - 37.323903003000055 - ], - [ - -121.92686784899996, - 37.32390208800007 - ], - [ - -121.92716085799998, - 37.32390037400006 - ], - [ - -121.927304699, - 37.32389955900004 - ], - [ - -121.92730577599997, - 37.324020473000076 - ], - [ - -121.92773427499998, - 37.32401887000003 - ], - [ - -121.92782000699998, - 37.324017551000054 - ], - [ - -121.92782077799995, - 37.32407435500005 - ], - [ - -121.92782170699996, - 37.324141044000044 - ], - [ - -121.92790773999997, - 37.32414040900005 - ], - [ - -121.92833754599997, - 37.32413668100003 - ], - [ - -121.92835328999996, - 37.324135641000055 - ], - [ - -121.92834865999998, - 37.32403280700004 - ], - [ - -121.92834923799995, - 37.32401208500005 - ], - [ - -121.92790620999995, - 37.324016820000054 - ], - [ - -121.927905491, - 37.32395962800007 - ], - [ - -121.927904996, - 37.32389323000007 - ], - [ - -121.92816103299998, - 37.32389461900004 - ], - [ - -121.92815448199997, - 37.32354588000004 - ], - [ - -121.92818746499995, - 37.32354547700004 - ], - [ - -121.92830239899996, - 37.32354538000004 - ], - [ - -121.92847330799998, - 37.32354524300007 - ], - [ - -121.92850242699996, - 37.32354520900003 - ], - [ - -121.92856330399997, - 37.32354513000007 - ], - [ - -121.92875992999996, - 37.32354536500003 - ], - [ - -121.92876528999994, - 37.323888649000025 - ], - [ - -121.92876575999998, - 37.32391917800004 - ], - [ - -121.92876684899994, - 37.32413513100005 - ], - [ - -121.92876721699997, - 37.32420528500006 - ], - [ - -121.92876808299997, - 37.32427245100007 - ], - [ - -121.92894002699995, - 37.32427155000005 - ], - [ - -121.92937107499995, - 37.32426826100004 - ], - [ - -121.92936899299997, - 37.324192406000066 - ], - [ - -121.92936873999997, - 37.32414468400003 - ], - [ - -121.92936852699995, - 37.324099044000036 - ], - [ - -121.92936812499994, - 37.32402108500003 - ], - [ - -121.92936802799994, - 37.32400703300004 - ], - [ - -121.92936743799999, - 37.323886250000044 - ], - [ - -121.92951046999997, - 37.32388516800006 - ], - [ - -121.92950504299995, - 37.32354003100005 - ], - [ - -121.92964975499996, - 37.323541334000026 - ], - [ - -121.92979561199996, - 37.32354266700003 - ], - [ - -121.92996754, - 37.32354024800003 - ], - [ - -121.93011056599994, - 37.32353891400004 - ], - [ - -121.93013948499998, - 37.32353881300003 - ], - [ - -121.93021147899998, - 37.32353857500004 - ], - [ - -121.93039742299999, - 37.32353779300007 - ], - [ - -121.93068035299996, - 37.32353658300008 - ], - [ - -121.93072815799997, - 37.32353636500005 - ], - [ - -121.93082364399999, - 37.32353703000007 - ], - [ - -121.93082402299996, - 37.323618285000066 - ], - [ - -121.93082447499995, - 37.32372119300004 - ], - [ - -121.93082653899995, - 37.32387237900008 - ], - [ - -121.93099851399995, - 37.32387141300006 - ], - [ - -121.930998532, - 37.32387339100006 - ], - [ - -121.93142838099999, - 37.32387052200005 - ], - [ - -121.93142975899997, - 37.32397241100006 - ], - [ - -121.93142986099997, - 37.32399411000006 - ], - [ - -121.93143168199998, - 37.32411769200007 - ], - [ - -121.93143303699998, - 37.324210884000024 - ], - [ - -121.93143373499998, - 37.32424127300004 - ], - [ - -121.93143655999995, - 37.32436484500005 - ], - [ - -121.93143815399998, - 37.324436150000054 - ], - [ - -121.93143815299999, - 37.32448843100008 - ], - [ - -121.93143974599997, - 37.32461201700005 - ], - [ - -121.93144097699997, - 37.324734601000046 - ], - [ - -121.93144291399994, - 37.324858207000034 - ], - [ - -121.93144390599997, - 37.32492194200006 - ], - [ - -121.93144467899998, - 37.32498181300008 - ], - [ - -121.931599474, - 37.32498257700007 - ], - [ - -121.93181959599997, - 37.32498370900004 - ], - [ - -121.931820045, - 37.32501913800007 - ], - [ - -121.931820615, - 37.32506683400004 - ], - [ - -121.93215890699997, - 37.325067690000026 - ], - [ - -121.932382196, - 37.325064961000066 - ], - [ - -121.93252739499997, - 37.32506318600008 - ], - [ - -121.93252812799994, - 37.324953304000076 - ], - [ - -121.93252667799999, - 37.32468333600008 - ], - [ - -121.93252654599996, - 37.324603153000055 - ], - [ - -121.932374934, - 37.32460537400004 - ], - [ - -121.93237505399998, - 37.324684869000066 - ], - [ - -121.93211992099998, - 37.32468743800007 - ], - [ - -121.932116641, - 37.32438622400008 - ], - [ - -121.93211657299997, - 37.324381165000034 - ], - [ - -121.93211345599997, - 37.32426638700008 - ], - [ - -121.93221807499998, - 37.32426643600007 - ], - [ - -121.93248588299997, - 37.324262727000075 - ], - [ - -121.93253539799997, - 37.32426204200004 - ], - [ - -121.93258491499995, - 37.32426135700007 - ], - [ - -121.932959101, - 37.32425833800005 - ], - [ - -121.93339564799999, - 37.32425478400006 - ], - [ - -121.93356662099995, - 37.32425340200007 - ], - [ - -121.93357374599998, - 37.32419153500007 - ], - [ - -121.93357214199995, - 37.323912205000056 - ], - [ - -121.933571783, - 37.32385617500006 - ], - [ - -121.93357022299995, - 37.32358652800008 - ], - [ - -121.93357003499995, - 37.32355134800008 - ], - [ - -121.93356981299996, - 37.32351289600007 - ], - [ - -121.93372612699994, - 37.32351091500004 - ], - [ - -121.93387926099996, - 37.32350901800004 - ], - [ - -121.93418251899999, - 37.32350526000005 - ], - [ - -121.93433416399995, - 37.32350335900003 - ], - [ - -121.93448577799995, - 37.32350145700008 - ], - [ - -121.93448631499996, - 37.323581680000075 - ], - [ - -121.93448818299998, - 37.32384475400005 - ], - [ - -121.93433651099997, - 37.32384665600006 - ], - [ - -121.93433885099995, - 37.324185148000026 - ], - [ - -121.93433995599997, - 37.32424716500003 - ], - [ - -121.93430651099999, - 37.32424742500007 - ], - [ - -121.93418250899998, - 37.32424845200006 - ], - [ - -121.93418655999994, - 37.32431018200003 - ], - [ - -121.93419129299997, - 37.32466134800006 - ], - [ - -121.93434619299995, - 37.32465872000006 - ], - [ - -121.93435152099994, - 37.324658631000034 - ], - [ - -121.934347017, - 37.324308905000066 - ], - [ - -121.93449480599998, - 37.32430769100006 - ], - [ - -121.93464844099998, - 37.324306474000025 - ], - [ - -121.934795227, - 37.32430527200006 - ], - [ - -121.93479950699998, - 37.32465653400004 - ], - [ - -121.93480412399998, - 37.32492545800005 - ], - [ - -121.93480623399995, - 37.32503530500003 - ], - [ - -121.93481126599994, - 37.32532578400003 - ], - [ - -121.93465157799994, - 37.32532689400006 - ], - [ - -121.93450232199996, - 37.32532792000006 - ], - [ - -121.93435071799996, - 37.32532899700004 - ], - [ - -121.93427132999994, - 37.325329511000064 - ], - [ - -121.93419913799994, - 37.32533000500007 - ], - [ - -121.93412835099997, - 37.32533052800005 - ], - [ - -121.93404473399994, - 37.32533164300003 - ], - [ - -121.93389159999998, - 37.325333701000034 - ], - [ - -121.93388879099996, - 37.325333734000026 - ], - [ - -121.93388873899994, - 37.325331034000044 - ], - [ - -121.93382429999997, - 37.32533230300004 - ], - [ - -121.933754949, - 37.325332901000024 - ], - [ - -121.93375500299999, - 37.325335738000035 - ], - [ - -121.93374233499998, - 37.32533577800007 - ], - [ - -121.93368819499995, - 37.325335960000075 - ], - [ - -121.93359616499998, - 37.32533630800003 - ], - [ - -121.93351551399996, - 37.32533660800004 - ], - [ - -121.93344238099996, - 37.325337320000074 - ], - [ - -121.933296284, - 37.32533876300005 - ], - [ - -121.93314697899996, - 37.32534020000003 - ], - [ - -121.93308894799998, - 37.32534077300005 - ], - [ - -121.93299537599995, - 37.32534139100005 - ], - [ - -121.93283568499999, - 37.325342404000025 - ], - [ - -121.93268384899994, - 37.32534339100005 - ], - [ - -121.932528747, - 37.32534448600006 - ], - [ - -121.93238902199994, - 37.32534628700006 - ], - [ - -121.93238564499995, - 37.32520898900003 - ], - [ - -121.93213382099998, - 37.32521087500004 - ], - [ - -121.932135196, - 37.325354471000026 - ], - [ - -121.93197638299995, - 37.32536083200006 - ], - [ - -121.93180640899999, - 37.32536824700003 - ], - [ - -121.93180910199999, - 37.32536953400006 - ], - [ - -121.93181166999995, - 37.325370372000066 - ], - [ - -121.931814154, - 37.32537139600004 - ], - [ - -121.93181652699997, - 37.32537257900003 - ], - [ - -121.93181873099996, - 37.325373925000065 - ], - [ - -121.93182079499996, - 37.325375456000074 - ], - [ - -121.93182269, - 37.32537706000005 - ], - [ - -121.93182444299998, - 37.32537882300005 - ], - [ - -121.93182593999995, - 37.32538068200006 - ], - [ - -121.93182723999996, - 37.32538265800008 - ], - [ - -121.93182833799995, - 37.325384704000044 - ], - [ - -121.93182920999999, - 37.32538679900006 - ], - [ - -121.93182985399994, - 37.32538901200007 - ], - [ - -121.93183026899999, - 37.32539118100004 - ], - [ - -121.93183042599998, - 37.32539339900006 - ], - [ - -121.93183035399994, - 37.32539562100004 - ], - [ - -121.93183107399994, - 37.32547808500004 - ], - [ - -121.93165569099995, - 37.325479862000066 - ], - [ - -121.93154490199998, - 37.32548096200003 - ], - [ - -121.93148449299997, - 37.325480053000035 - ], - [ - -121.93145413899998, - 37.325480103000075 - ], - [ - -121.93145437899994, - 37.325618287000054 - ], - [ - -121.93147839699998, - 37.325618245000044 - ], - [ - -121.93153963699996, - 37.325619145000076 - ], - [ - -121.93183228799995, - 37.32561621100007 - ], - [ - -121.93183340899998, - 37.32574062700007 - ], - [ - -121.931833655, - 37.325771434000046 - ], - [ - -121.93183382899997, - 37.32586420400003 - ], - [ - -121.93183401899995, - 37.32598785300007 - ], - [ - -121.93145243299995, - 37.32598960900003 - ], - [ - -121.93145230599998, - 37.32600391600005 - ], - [ - -121.931454428, - 37.32611319000006 - ], - [ - -121.93183618499995, - 37.32611136400004 - ], - [ - -121.93183860999994, - 37.32623498600003 - ], - [ - -121.931839315, - 37.32627176200003 - ], - [ - -121.93183995499999, - 37.32635898800004 - ], - [ - -121.93145818399995, - 37.32636017300007 - ], - [ - -121.93145908899999, - 37.32648374400003 - ], - [ - -121.93184080399999, - 37.32648258300003 - ], - [ - -121.93184174499999, - 37.32660800700006 - ], - [ - -121.93146003299995, - 37.326613794000025 - ], - [ - -121.93146090899995, - 37.32673736600003 - ], - [ - -121.93146172899998, - 37.32686096200007 - ], - [ - -121.93141409699996, - 37.32686131400004 - ], - [ - -121.93136150599997, - 37.32686168200007 - ], - [ - -121.93103189599998, - 37.32686415100005 - ], - [ - -121.930859597, - 37.32686545400003 - ], - [ - -121.930859683, - 37.32682654000007 - ], - [ - -121.93085902899998, - 37.32673395900008 - ], - [ - -121.93085815299997, - 37.32661787200004 - ], - [ - -121.93043139999997, - 37.32662015100004 - ], - [ - -121.93043412799994, - 37.326740175000054 - ], - [ - -121.93043515899996, - 37.32686594300003 - ], - [ - -121.93043953899996, - 37.327006389000076 - ] - ], - [ - [ - -121.930304004, - 37.323266223000076 - ], - [ - -121.93013213299997, - 37.323266971000066 - ], - [ - -121.92979326699998, - 37.32326723800003 - ], - [ - -121.92944425599995, - 37.32326753600006 - ], - [ - -121.92927918599997, - 37.32326723700004 - ], - [ - -121.92894040399995, - 37.32326885200007 - ], - [ - -121.92859050399994, - 37.323270670000056 - ], - [ - -121.92841595699997, - 37.32326945500006 - ], - [ - -121.928414165, - 37.32304973300006 - ], - [ - -121.92841324099999, - 37.32293987200006 - ], - [ - -121.928071102, - 37.32294278300003 - ], - [ - -121.92807113099997, - 37.32294578200003 - ], - [ - -121.92807555099995, - 37.32305262500006 - ], - [ - -121.92807733599994, - 37.323162497000055 - ], - [ - -121.92807908999998, - 37.323272348000046 - ], - [ - -121.92772735099999, - 37.32327537500004 - ], - [ - -121.92755969999996, - 37.32327645600003 - ], - [ - -121.92721426499998, - 37.323279429000024 - ], - [ - -121.92687192399995, - 37.323282361000054 - ], - [ - -121.92678380899997, - 37.323283444000026 - ], - [ - -121.92678188899998, - 37.32313485700007 - ], - [ - -121.92678163199997, - 37.323128885000074 - ], - [ - -121.92678126099997, - 37.32311916100008 - ], - [ - -121.926778975, - 37.32305953300005 - ], - [ - -121.92669295699994, - 37.323060059000056 - ], - [ - -121.92635087499997, - 37.32306298800006 - ], - [ - -121.92634989699997, - 37.32295312800005 - ], - [ - -121.92600600999998, - 37.32295607700007 - ], - [ - -121.92583404399994, - 37.32295633900003 - ], - [ - -121.92583501599995, - 37.32306729800007 - ], - [ - -121.92583588099995, - 37.32317880700003 - ], - [ - -121.92583650899996, - 37.32324774400007 - ], - [ - -121.925837087, - 37.32328499100004 - ], - [ - -121.92583713799996, - 37.32328833400004 - ], - [ - -121.92578626299996, - 37.32328917800004 - ], - [ - -121.92576162299997, - 37.32328958800008 - ], - [ - -121.92547375499998, - 37.32329093300007 - ], - [ - -121.92519769899997, - 37.32329223900007 - ], - [ - -121.92505583099995, - 37.323291976000064 - ], - [ - -121.92465219099995, - 37.32329122800007 - ], - [ - -121.92439753099995, - 37.32329271200007 - ], - [ - -121.92439500199998, - 37.32316002700003 - ], - [ - -121.92439230999997, - 37.32301722700004 - ], - [ - -121.92423777299996, - 37.32301910500007 - ], - [ - -121.92408323399997, - 37.32302098400004 - ], - [ - -121.92392820899994, - 37.323022868000066 - ], - [ - -121.92392753999997, - 37.322911059000035 - ], - [ - -121.92384933799997, - 37.32291042000003 - ], - [ - -121.92377540999996, - 37.32290981700004 - ], - [ - -121.92369804299994, - 37.32291094000004 - ], - [ - -121.92331098799997, - 37.322916605000046 - ], - [ - -121.92331661499998, - 37.32303753100007 - ], - [ - -121.923212794, - 37.32303860900004 - ], - [ - -121.92291789099994, - 37.32304161900004 - ], - [ - -121.92284868699994, - 37.32304234500003 - ], - [ - -121.92277034199998, - 37.323041739000075 - ], - [ - -121.92277018099998, - 37.32296107700006 - ], - [ - -121.92276967, - 37.32292062400006 - ], - [ - -121.92269273199997, - 37.32291861900006 - ], - [ - -121.92261019999995, - 37.32291934600005 - ], - [ - -121.92222803099997, - 37.32292279500007 - ], - [ - -121.92222765599996, - 37.32279919500007 - ], - [ - -121.92222727799998, - 37.32267836300008 - ], - [ - -121.92222697899996, - 37.322575362000066 - ], - [ - -121.92222690799997, - 37.32255201500004 - ], - [ - -121.922226551, - 37.32243079400007 - ], - [ - -121.92222616, - 37.32230483500007 - ], - [ - -121.92222578599996, - 37.322181303000036 - ], - [ - -121.92222474099998, - 37.32204502900004 - ], - [ - -121.92222174899996, - 37.321945036000045 - ], - [ - -121.92222156899999, - 37.32193412000004 - ], - [ - -121.92221948499997, - 37.32181102100003 - ], - [ - -121.92221758399995, - 37.32175024700007 - ], - [ - -121.92221545399997, - 37.32168199300003 - ], - [ - -121.92221172199999, - 37.32156278100007 - ], - [ - -121.92220794999997, - 37.321441305000064 - ], - [ - -121.92220772799999, - 37.32143421300003 - ], - [ - -121.92221407799997, - 37.32131307000003 - ], - [ - -121.92221590499997, - 37.32127949100004 - ], - [ - -121.92221473999996, - 37.321189685000036 - ], - [ - -121.92221317699995, - 37.321069898000076 - ], - [ - -121.92221149099998, - 37.320943681000074 - ], - [ - -121.922209926, - 37.320820713000046 - ], - [ - -121.92220903699996, - 37.32075448000006 - ], - [ - -121.92220828399996, - 37.320695295000064 - ], - [ - -121.922206599, - 37.320569102000036 - ], - [ - -121.92220502199996, - 37.320445515000074 - ], - [ - -121.92220321299999, - 37.32032190900003 - ], - [ - -121.92219927599996, - 37.32027310900003 - ], - [ - -121.92220585599995, - 37.320215301000076 - ], - [ - -121.92220686499996, - 37.32020654400003 - ], - [ - -121.92220466799995, - 37.32009257900006 - ], - [ - -121.9222023199999, - 37.32009121200008 - ], - [ - -121.92219793399994, - 37.319978142000025 - ], - [ - -121.92220647, - 37.31997794800003 - ], - [ - -121.92220645799995, - 37.319975819000035 - ], - [ - -121.92220704299996, - 37.31986042400007 - ], - [ - -121.92220771299998, - 37.319745073000036 - ], - [ - -121.92220697799996, - 37.319671811000035 - ], - [ - -121.92236898599998, - 37.319669730000044 - ], - [ - -121.92267749299998, - 37.31966694600004 - ], - [ - -121.92273994899995, - 37.31966570700007 - ], - [ - -121.92280415399995, - 37.31966444700004 - ], - [ - -121.92291924099999, - 37.31966222600005 - ], - [ - -121.92301953799995, - 37.319662976000075 - ], - [ - -121.92322931599995, - 37.319661961000065 - ], - [ - -121.92345090999999, - 37.319660071000044 - ], - [ - -121.92366453499994, - 37.319657910000046 - ], - [ - -121.92367812799995, - 37.319659827000066 - ], - [ - -121.92369187399999, - 37.319660783000074 - ], - [ - -121.92370560299997, - 37.319660845000044 - ], - [ - -121.92371940099997, - 37.31965994500007 - ], - [ - -121.92373295099998, - 37.319658109000045 - ], - [ - -121.92374631099995, - 37.31965533700003 - ], - [ - -121.92375198399998, - 37.31977109200005 - ], - [ - -121.92375333799998, - 37.31996099300005 - ], - [ - -121.923754208, - 37.32007884300003 - ], - [ - -121.923755052, - 37.320192389000056 - ], - [ - -121.92375588799996, - 37.32030696600003 - ], - [ - -121.92329438999997, - 37.32031140600003 - ], - [ - -121.92329562299994, - 37.32043488200003 - ], - [ - -121.92329682299999, - 37.32055957100005 - ], - [ - -121.92375778699994, - 37.32055559600008 - ], - [ - -121.923913299, - 37.32055253900006 - ], - [ - -121.92391254999995, - 37.320428942000035 - ], - [ - -121.92391180099997, - 37.320305346000055 - ], - [ - -121.92391107999998, - 37.32018179500005 - ], - [ - -121.92391032899997, - 37.32005819900007 - ], - [ - -121.92390955199994, - 37.319930139000064 - ], - [ - -121.92390882399997, - 37.31980764100007 - ], - [ - -121.92390834399998, - 37.319723846000045 - ], - [ - -121.92390689599995, - 37.31961170300008 - ], - [ - -121.923920249, - 37.319611519000034 - ], - [ - -121.92393359999994, - 37.31961133300007 - ], - [ - -121.92402574899995, - 37.319610099000045 - ], - [ - -121.92415970099995, - 37.31960815100007 - ], - [ - -121.92430623799999, - 37.31960485800005 - ], - [ - -121.92451558099998, - 37.319597713000064 - ], - [ - -121.924709641, - 37.31959311000003 - ], - [ - -121.92479965799998, - 37.31958986300003 - ], - [ - -121.92484522199999, - 37.31958805000005 - ], - [ - -121.92490951699995, - 37.31958546000004 - ], - [ - -121.924962339, - 37.31959003600008 - ], - [ - -121.92501513399998, - 37.31959463600003 - ], - [ - -121.92506795599996, - 37.31959921300006 - ], - [ - -121.92517301299995, - 37.31959855300005 - ], - [ - -121.92521273899996, - 37.31959720000003 - ], - [ - -121.92525246399998, - 37.319598778000056 - ], - [ - -121.92529181499998, - 37.31960328800005 - ], - [ - -121.92533050499998, - 37.31961066900004 - ], - [ - -121.92536815799997, - 37.31962085500004 - ], - [ - -121.92540448899996, - 37.31963378100005 - ], - [ - -121.92543917799998, - 37.31964931400006 - ], - [ - -121.92544381099998, - 37.319569211000044 - ], - [ - -121.92544199599996, - 37.31952656500005 - ], - [ - -121.925440327, - 37.31949316600003 - ], - [ - -121.92543935499998, - 37.31943469500004 - ], - [ - -121.92543908299996, - 37.31935584200005 - ], - [ - -121.92543859499995, - 37.31921601400006 - ], - [ - -121.92543748399999, - 37.319076650000056 - ], - [ - -121.92543678499999, - 37.31898585500005 - ], - [ - -121.92543586899995, - 37.318939353000076 - ], - [ - -121.92543321599999, - 37.31880474700006 - ], - [ - -121.92543137599995, - 37.31871128700004 - ], - [ - -121.925430888, - 37.318664711000054 - ], - [ - -121.92542947199996, - 37.31852739000004 - ], - [ - -121.92542894499996, - 37.318391544000065 - ], - [ - -121.92542802599996, - 37.31831331700005 - ], - [ - -121.92542762899996, - 37.31822627300005 - ], - [ - -121.92542734499995, - 37.318143871000075 - ], - [ - -121.92542705799997, - 37.31806115100005 - ], - [ - -121.92542476099999, - 37.31795572500005 - ], - [ - -121.92542455799997, - 37.31789857100006 - ], - [ - -121.92542324599998, - 37.317759049000074 - ], - [ - -121.925422546, - 37.317621719000044 - ], - [ - -121.92542241099994, - 37.31759505400004 - ], - [ - -121.92542147499995, - 37.31748439200004 - ], - [ - -121.92542022999999, - 37.31734706700007 - ], - [ - -121.92541617399996, - 37.31625529000007 - ], - [ - -121.92583278999996, - 37.316259537000064 - ], - [ - -121.92595996399996, - 37.316257188000066 - ], - [ - -121.92622774199998, - 37.31625642400007 - ], - [ - -121.92676583899998, - 37.316248408000035 - ], - [ - -121.92715900399998, - 37.31624027700008 - ], - [ - -121.92745464899997, - 37.316240039000036 - ], - [ - -121.92790084299997, - 37.316235404000054 - ], - [ - -121.92814170799994, - 37.31623306400007 - ], - [ - -121.92840814299996, - 37.31622954200003 - ], - [ - -121.92883209099995, - 37.316224556000066 - ], - [ - -121.92909945099996, - 37.316221409000036 - ], - [ - -121.92943826699997, - 37.31621727500004 - ], - [ - -121.93047394599995, - 37.316173208000066 - ], - [ - -121.93072458999995, - 37.31615927400003 - ], - [ - -121.93080539799996, - 37.31615716600004 - ], - [ - -121.93159425599998, - 37.31611438500005 - ], - [ - -121.93159953299994, - 37.31611306100007 - ], - [ - -121.93160463299995, - 37.31611144300007 - ], - [ - -121.93160957999999, - 37.31610941300005 - ], - [ - -121.93161426199998, - 37.316107068000065 - ], - [ - -121.93161868399994, - 37.31610442700003 - ], - [ - -121.93162281099995, - 37.31610149200003 - ], - [ - -121.93162661999997, - 37.316098288000035 - ], - [ - -121.93163002099999, - 37.31609481300006 - ], - [ - -121.931633074, - 37.31609113500008 - ], - [ - -121.93163572199995, - 37.31608725700005 - ], - [ - -121.931637938, - 37.31608322400007 - ], - [ - -121.93163972099995, - 37.316079037000065 - ], - [ - -121.93163998299997, - 37.316050879000045 - ], - [ - -121.93163716899994, - 37.31542816900003 - ], - [ - -121.93162487899997, - 37.31465031300007 - ], - [ - -121.93161878799998, - 37.313844638000035 - ], - [ - -121.93161567099997, - 37.31343057200007 - ], - [ - -121.93161421399998, - 37.313237697000034 - ], - [ - -121.93161202099998, - 37.31294370200004 - ], - [ - -121.93160891699995, - 37.31253169800004 - ], - [ - -121.93160640599996, - 37.312242034000064 - ], - [ - -121.93160479999995, - 37.31205792600008 - ], - [ - -121.93160201399996, - 37.31174043100003 - ], - [ - -121.93160083499998, - 37.31160708800007 - ], - [ - -121.93159982099996, - 37.31148983500003 - ], - [ - -121.93159875799995, - 37.31136699800004 - ], - [ - -121.93159705399995, - 37.31117474300004 - ], - [ - -121.93159462099999, - 37.31089059400006 - ], - [ - -121.93180405599998, - 37.31090449200008 - ], - [ - -121.93180388699994, - 37.31088049700003 - ], - [ - -121.93180337899997, - 37.31080847700008 - ], - [ - -121.93180288599996, - 37.310738714000024 - ], - [ - -121.93180348499999, - 37.31070265500006 - ], - [ - -121.93180463599998, - 37.310613095000065 - ], - [ - -121.93180546899998, - 37.310523517000036 - ], - [ - -121.93180660399997, - 37.31038678200008 - ], - [ - -121.93180397799995, - 37.310330459000056 - ], - [ - -121.93180367199994, - 37.310304002000066 - ], - [ - -121.93180311499998, - 37.310256983000045 - ], - [ - -121.93188619399996, - 37.31025561000007 - ], - [ - -121.93200256299997, - 37.31025370700007 - ], - [ - -121.93199943499997, - 37.309885515000076 - ], - [ - -121.93199829399998, - 37.309751187000074 - ], - [ - -121.93199718299996, - 37.30961688200006 - ], - [ - -121.93246042099997, - 37.30961547700008 - ], - [ - -121.93245875099996, - 37.30941910200005 - ], - [ - -121.93242762699998, - 37.30941900200003 - ], - [ - -121.93206332399996, - 37.309418030000074 - ], - [ - -121.93206258099997, - 37.30933897700004 - ], - [ - -121.93206179499998, - 37.309255965000034 - ], - [ - -121.93205629, - 37.30925582700007 - ], - [ - -121.93205247599997, - 37.309255620000044 - ], - [ - -121.93205089699995, - 37.30925548000005 - ], - [ - -121.93204968899994, - 37.30925528900008 - ], - [ - -121.93204664299998, - 37.30925486900003 - ], - [ - -121.93204365399998, - 37.30925437900004 - ], - [ - -121.93204204199998, - 37.30925403200007 - ], - [ - -121.93204060199997, - 37.309253683000065 - ], - [ - -121.93203786699996, - 37.30925298400007 - ], - [ - -121.93203550499999, - 37.309252350000065 - ], - [ - -121.93203388999996, - 37.30925182000004 - ], - [ - -121.93203221699997, - 37.30925122200006 - ], - [ - -121.93203057099998, - 37.30925060200008 - ], - [ - -121.93202947499998, - 37.30925018000005 - ], - [ - -121.93202675899994, - 37.30924906800004 - ], - [ - -121.93202522699994, - 37.30924840000006 - ], - [ - -121.93202143599996, - 37.309246433000055 - ], - [ - -121.93201743699996, - 37.30924407800006 - ], - [ - -121.93201627699995, - 37.30924331400007 - ], - [ - -121.93201313599997, - 37.309241040000074 - ], - [ - -121.93201217799998, - 37.309240343000056 - ], - [ - -121.93201025699994, - 37.30923878700003 - ], - [ - -121.93200920699996, - 37.30923786100004 - ], - [ - -121.93200847699995, - 37.309237160000066 - ], - [ - -121.93200654999998, - 37.309235330000035 - ], - [ - -121.93200576199996, - 37.309234538000055 - ], - [ - -121.93200506, - 37.30923379200004 - ], - [ - -121.93200435799997, - 37.30923304400005 - ], - [ - -121.93200268599998, - 37.30923105000005 - ], - [ - -121.93200198299996, - 37.30923019000005 - ], - [ - -121.93200103999999, - 37.30922887300005 - ], - [ - -121.93199995099997, - 37.309227376000024 - ], - [ - -121.93199930299994, - 37.30922646700003 - ], - [ - -121.93199817599998, - 37.309224491000066 - ], - [ - -121.93199758399999, - 37.30922349000008 - ], - [ - -121.93199698999996, - 37.30922235300005 - ], - [ - -121.93199582699998, - 37.30922005600007 - ], - [ - -121.93199399099996, - 37.30921545500007 - ], - [ - -121.93199359099998, - 37.309214017000045 - ], - [ - -121.93199312999997, - 37.30921237500007 - ], - [ - -121.93199272499999, - 37.30921070900007 - ], - [ - -121.93199253499995, - 37.30920972700005 - ], - [ - -121.93199221799995, - 37.30920817400005 - ], - [ - -121.93199194599998, - 37.309205888000065 - ], - [ - -121.93199183599995, - 37.30920465400004 - ], - [ - -121.93199175099994, - 37.30920321200006 - ], - [ - -121.93199165199997, - 37.30920101600003 - ], - [ - -121.93199108899995, - 37.30902797600004 - ], - [ - -121.93199043599998, - 37.30883987400006 - ], - [ - -121.932228211, - 37.30884049200006 - ], - [ - -121.93223014699998, - 37.30842116900004 - ], - [ - -121.93223055599998, - 37.30833800600004 - ], - [ - -121.93223094399997, - 37.30825639900007 - ], - [ - -121.93223000599994, - 37.30783356400008 - ], - [ - -121.93245911999998, - 37.307833921000054 - ], - [ - -121.93268012599998, - 37.30783300400003 - ], - [ - -121.93274101199995, - 37.307832580000024 - ], - [ - -121.93291363199995, - 37.307832345000065 - ], - [ - -121.93300922699996, - 37.30783218300007 - ], - [ - -121.93314244399994, - 37.307831950000036 - ], - [ - -121.93336069799994, - 37.30783097400007 - ], - [ - -121.93358930099998, - 37.30782865700007 - ], - [ - -121.93367476699996, - 37.30782784000007 - ], - [ - -121.93381621599997, - 37.30782947300003 - ], - [ - -121.93391957299997, - 37.30782921600007 - ], - [ - -121.93405073099996, - 37.30782909900006 - ], - [ - -121.93413517699997, - 37.30782891100006 - ], - [ - -121.93427913199997, - 37.30782824800008 - ], - [ - -121.93435498599996, - 37.30782832700004 - ], - [ - -121.93450605599998, - 37.307828124000025 - ], - [ - -121.93457067799994, - 37.30782815800006 - ], - [ - -121.93473144099994, - 37.307828295000036 - ], - [ - -121.93478945499999, - 37.30782753900007 - ], - [ - -121.93495848599997, - 37.307829955000045 - ], - [ - -121.93500467499996, - 37.30782968600005 - ], - [ - -121.93518555499998, - 37.30783131600003 - ], - [ - -121.93521005799994, - 37.30783140400007 - ], - [ - -121.93540557299997, - 37.30783267100003 - ], - [ - -121.93541655099995, - 37.30783276600005 - ], - [ - -121.93541677199994, - 37.30783830300004 - ], - [ - -121.93562329399998, - 37.30783678000006 - ], - [ - -121.93563481499996, - 37.30783679900003 - ], - [ - -121.93584963499995, - 37.30783748600004 - ], - [ - -121.93585175599998, - 37.30783750400008 - ], - [ - -121.936065155, - 37.307837293000034 - ], - [ - -121.93607757499996, - 37.30783796400004 - ], - [ - -121.93631420499997, - 37.307838795000066 - ], - [ - -121.93641791399995, - 37.30783747600003 - ], - [ - -121.93641860599996, - 37.30776014600008 - ], - [ - -121.93641843299997, - 37.30771835100006 - ], - [ - -121.93641774999998, - 37.30756801900003 - ], - [ - -121.93652091299998, - 37.30756805800007 - ], - [ - -121.93708034399998, - 37.30756403400005 - ], - [ - -121.93718523999996, - 37.30756327600005 - ], - [ - -121.93718481499997, - 37.307550141000036 - ], - [ - -121.93718053799995, - 37.30742013300005 - ], - [ - -121.93718049499995, - 37.30741782100006 - ], - [ - -121.93717955399995, - 37.30735550300005 - ], - [ - -121.937178443, - 37.30727826300006 - ], - [ - -121.93717679999997, - 37.307166008000024 - ], - [ - -121.93717643499997, - 37.307139575000065 - ], - [ - -121.93717441399997, - 37.30700019900007 - ], - [ - -121.93717391799998, - 37.306965526000056 - ], - [ - -121.93717245899995, - 37.306864279000024 - ], - [ - -121.93717149599996, - 37.30680074900005 - ], - [ - -121.93717042099996, - 37.30672694200007 - ], - [ - -121.93716959899996, - 37.30663353800003 - ], - [ - -121.93716924199998, - 37.30658964000003 - ], - [ - -121.93716817599994, - 37.306470121000075 - ], - [ - -121.93716798199995, - 37.30644956800006 - ], - [ - -121.93716680199998, - 37.30631224200005 - ], - [ - -121.93716670099997, - 37.30630395800006 - ], - [ - -121.93716556699997, - 37.30617491800007 - ], - [ - -121.937165226, - 37.30613779400005 - ], - [ - -121.93716285999994, - 37.30597301500006 - ], - [ - -121.93716280999996, - 37.30596894100006 - ], - [ - -121.93716180499996, - 37.30590028300003 - ], - [ - -121.93716062299995, - 37.305817872000034 - ], - [ - -121.93716055199997, - 37.305808236000075 - ], - [ - -121.93716019799996, - 37.30576296400005 - ], - [ - -121.93715921699999, - 37.305643445000044 - ], - [ - -121.93715909999997, - 37.305628384000045 - ], - [ - -121.93715791199998, - 37.305478675000074 - ], - [ - -121.93715786799999, - 37.305470435000075 - ], - [ - -121.93715646199996, - 37.30529149800003 - ], - [ - -121.93744651099996, - 37.30529157900003 - ], - [ - -121.93762603899995, - 37.30529175700008 - ], - [ - -121.93794981199994, - 37.305294581000055 - ], - [ - -121.93840851699997, - 37.30529130800005 - ], - [ - -121.93867325499997, - 37.30528943100006 - ], - [ - -121.93886490299997, - 37.30528815200006 - ], - [ - -121.93919885999998, - 37.305297532000054 - ], - [ - -121.93944828099995, - 37.30529645900003 - ], - [ - -121.93945144599996, - 37.305609624000056 - ], - [ - -121.93966450699997, - 37.30560856300008 - ], - [ - -121.93966486699998, - 37.305630258000065 - ], - [ - -121.939666553, - 37.30572674200005 - ], - [ - -121.939666919, - 37.305748642000026 - ], - [ - -121.93966816299996, - 37.305820707000066 - ], - [ - -121.93966845099999, - 37.30583714000005 - ], - [ - -121.93966916299996, - 37.305885955000065 - ], - [ - -121.93966958899995, - 37.305915524000056 - ], - [ - -121.93966963999998, - 37.30601346900005 - ], - [ - -121.939669633, - 37.30602051900007 - ], - [ - -121.93966970799994, - 37.30610926300005 - ], - [ - -121.93966972799996, - 37.30615785900005 - ], - [ - -121.93966974399996, - 37.306204851000075 - ], - [ - -121.93966982099994, - 37.306295152000075 - ], - [ - -121.93966980699997, - 37.30629734900003 - ], - [ - -121.93966997899997, - 37.306303298000046 - ], - [ - -121.93967201999999, - 37.30639442100005 - ], - [ - -121.93967184499996, - 37.30639721600005 - ], - [ - -121.93966840099995, - 37.306425207000075 - ], - [ - -121.93966844899995, - 37.306427701000075 - ], - [ - -121.93966938899996, - 37.30648692800003 - ], - [ - -121.93967066299996, - 37.30656501400006 - ], - [ - -121.93967107499998, - 37.30658941000007 - ], - [ - -121.93967261599994, - 37.306685712000046 - ], - [ - -121.93967290699999, - 37.30670232600005 - ], - [ - -121.939673573, - 37.30678444800003 - ], - [ - -121.93967400499997, - 37.30683962900008 - ], - [ - -121.93967428699995, - 37.30687364100004 - ], - [ - -121.939675003, - 37.30696883200005 - ], - [ - -121.93967505699999, - 37.30697608600008 - ], - [ - -121.93967509999999, - 37.30697833000005 - ], - [ - -121.93967632599998, - 37.30706733300008 - ], - [ - -121.93967705399996, - 37.30711701900003 - ], - [ - -121.93967762999995, - 37.30716178500006 - ], - [ - -121.93967885799998, - 37.30725085700004 - ], - [ - -121.93967892499995, - 37.30725433600003 - ], - [ - -121.93968004599998, - 37.307334827000034 - ], - [ - -121.939680238, - 37.30734929000005 - ], - [ - -121.93968085299997, - 37.307391653000025 - ], - [ - -121.93968282599997, - 37.30752828200008 - ], - [ - -121.93968428199997, - 37.30762916300006 - ], - [ - -121.93968475899999, - 37.30766285100003 - ], - [ - -121.939685914, - 37.30780017700005 - ], - [ - -121.93968702899997, - 37.30793848700006 - ], - [ - -121.93968677599997, - 37.30794164900004 - ], - [ - -121.93968527199996, - 37.30796178800006 - ], - [ - -121.93968530399997, - 37.30796343700007 - ], - [ - -121.939687247, - 37.308055316000036 - ], - [ - -121.93968775499997, - 37.30808030500003 - ], - [ - -121.93968900199997, - 37.30813907100003 - ], - [ - -121.93969089099994, - 37.30823122500004 - ], - [ - -121.93969121599997, - 37.30824509400003 - ], - [ - -121.93969134399998, - 37.30834990400007 - ], - [ - -121.93969141699995, - 37.30840275700007 - ], - [ - -121.93969152499994, - 37.30840989700005 - ], - [ - -121.93969203999995, - 37.30844713400006 - ], - [ - -121.93969339799997, - 37.308542842000065 - ], - [ - -121.93969342899999, - 37.30854442100008 - ], - [ - -121.93969382499995, - 37.308579896000026 - ], - [ - -121.939694509, - 37.30863628800006 - ], - [ - -121.93969574099998, - 37.308737378000046 - ], - [ - -121.93969593599996, - 37.30875495500004 - ], - [ - -121.93917753899996, - 37.308756335000055 - ], - [ - -121.93917704599994, - 37.30879926000006 - ], - [ - -121.939176638, - 37.308834629000046 - ], - [ - -121.93969697899996, - 37.30882997600003 - ], - [ - -121.93979095699996, - 37.30882916500008 - ], - [ - -121.93979328299997, - 37.309031713000024 - ], - [ - -121.93979559599995, - 37.30923220100004 - ], - [ - -121.939797941, - 37.30943266600008 - ], - [ - -121.93980015799997, - 37.309629630000074 - ], - [ - -121.93980030799997, - 37.30964038700006 - ], - [ - -121.93977523599995, - 37.30964055700008 - ], - [ - -121.939777419, - 37.30983271400004 - ], - [ - -121.93977972799996, - 37.310032996000075 - ], - [ - -121.93919038499996, - 37.310038245000044 - ], - [ - -121.93908724699997, - 37.31004091600005 - ], - [ - -121.93908604699999, - 37.310102861000075 - ], - [ - -121.9390656899999, - 37.31021300200007 - ], - [ - -121.93901808499999, - 37.31032443200007 - ], - [ - -121.93896589999997, - 37.31039605700005 - ], - [ - -121.93889719199996, - 37.31047043500007 - ], - [ - -121.93882942399995, - 37.31053204500006 - ], - [ - -121.93878580199998, - 37.31058591500005 - ], - [ - -121.93876402499995, - 37.31062034100006 - ], - [ - -121.93874900399999, - 37.310642373000064 - ], - [ - -121.93872425799998, - 37.310696703000076 - ], - [ - -121.93870783799997, - 37.31074437800004 - ], - [ - -121.93869656699997, - 37.31079299700008 - ], - [ - -121.93869049199998, - 37.31084221700007 - ], - [ - -121.93868966699995, - 37.31089164700006 - ], - [ - -121.93869411199995, - 37.31094096500004 - ], - [ - -121.93869604199995, - 37.31103524900004 - ], - [ - -121.93869822, - 37.31114095100003 - ], - [ - -121.93869822999994, - 37.31114893900008 - ], - [ - -121.93869868899998, - 37.31122932200003 - ], - [ - -121.93869942199996, - 37.311414838000076 - ], - [ - -121.93870375599994, - 37.31166529200004 - ], - [ - -121.93870414699995, - 37.311844905000044 - ], - [ - -121.93870848799997, - 37.31208682300007 - ], - [ - -121.93870950599995, - 37.31224546100003 - ], - [ - -121.93871031299994, - 37.31250321500005 - ], - [ - -121.93871117799995, - 37.31277449600003 - ], - [ - -121.93871219399995, - 37.313178583000024 - ], - [ - -121.93871175599998, - 37.313236317000076 - ], - [ - -121.93871076099998, - 37.313378156000056 - ], - [ - -121.93871419399994, - 37.313613056000065 - ], - [ - -121.93871981599995, - 37.31386189300008 - ], - [ - -121.93872629799995, - 37.31428802500005 - ], - [ - -121.93873088199996, - 37.314411506000056 - ], - [ - -121.93873429099995, - 37.314502246000075 - ], - [ - -121.93873408599995, - 37.31470004100004 - ], - [ - -121.93873693199998, - 37.314959533000035 - ], - [ - -121.93873893899996, - 37.31512189000006 - ], - [ - -121.93873824599996, - 37.315216891000034 - ], - [ - -121.93875264399998, - 37.31535295600003 - ], - [ - -121.93875605899996, - 37.31549902100005 - ], - [ - -121.93875415899998, - 37.31561033500003 - ], - [ - -121.93875347399995, - 37.315650653000034 - ], - [ - -121.93875937299998, - 37.31592134600004 - ], - [ - -121.93866089999995, - 37.31592731600006 - ], - [ - -121.93866038299996, - 37.31593174100004 - ], - [ - -121.938659729, - 37.31593497700004 - ], - [ - -121.93865946399995, - 37.315936124000075 - ], - [ - -121.93865913699995, - 37.315937044000066 - ], - [ - -121.93865805699994, - 37.315940468000065 - ], - [ - -121.93865751099997, - 37.315941802000054 - ], - [ - -121.93865632899997, - 37.31594447100008 - ], - [ - -121.93865530699998, - 37.315946430000054 - ], - [ - -121.93865419999997, - 37.31594850300007 - ], - [ - -121.93865350399994, - 37.315949587000034 - ], - [ - -121.93865269799994, - 37.31595081000006 - ], - [ - -121.93865166699999, - 37.315952380000056 - ], - [ - -121.93864962499998, - 37.315954969000074 - ], - [ - -121.93864869999999, - 37.315956124000024 - ], - [ - -121.93864544399997, - 37.31595962100005 - ], - [ - -121.93864471199998, - 37.31596033900007 - ], - [ - -121.93864344499997, - 37.31596145300006 - ], - [ - -121.938642572, - 37.315962289000026 - ], - [ - -121.93864087799994, - 37.31596366000008 - ], - [ - -121.93863977899997, - 37.31596452000008 - ], - [ - -121.93863763099995, - 37.315966127000024 - ], - [ - -121.938636783, - 37.315966755000034 - ], - [ - -121.93863565299995, - 37.315967569000065 - ], - [ - -121.93863358399994, - 37.31596883100008 - ], - [ - -121.93863236599998, - 37.31596953300004 - ], - [ - -121.93863134499998, - 37.31597011700006 - ], - [ - -121.93862910499996, - 37.31597135800007 - ], - [ - -121.93862771399995, - 37.31597210800004 - ], - [ - -121.93862248599999, - 37.31597441500003 - ], - [ - -121.938617648, - 37.315976169000066 - ], - [ - -121.93861425699998, - 37.31597719400003 - ], - [ - -121.93861286099997, - 37.31597762300004 - ], - [ - -121.93861091999997, - 37.31597808300006 - ], - [ - -121.93860958, - 37.31597841800004 - ], - [ - -121.93860792499999, - 37.31597878300005 - ], - [ - -121.93860489699995, - 37.315979277000054 - ], - [ - -121.9386036399999, - 37.315979499000036 - ], - [ - -121.93860118199996, - 37.315979850000076 - ], - [ - -121.93859880899998, - 37.315980084000046 - ], - [ - -121.93859268199998, - 37.31598045700008 - ], - [ - -121.93854686199995, - 37.315980814000056 - ], - [ - -121.93854951099996, - 37.31609733700003 - ], - [ - -121.93855220599994, - 37.31621518800006 - ], - [ - -121.93855878, - 37.31621577100003 - ], - [ - -121.93856530499994, - 37.316216835000034 - ], - [ - -121.9385716099999, - 37.31621829200003 - ], - [ - -121.93857775199996, - 37.31622025400003 - ], - [ - -121.93858367299998, - 37.31622260700004 - ], - [ - -121.93858928699996, - 37.316225400000064 - ], - [ - -121.93859459199996, - 37.31622856100006 - ], - [ - -121.93859950399997, - 37.31623209500003 - ], - [ - -121.93860399099998, - 37.316235978000066 - ], - [ - -121.93860805599996, - 37.31624013900006 - ], - [ - -121.93861163799994, - 37.316244604000076 - ], - [ - -121.93861467999994, - 37.31624928200006 - ], - [ - -121.93861720999996, - 37.31625414900003 - ], - [ - -121.93861919699998, - 37.31625920700003 - ], - [ - -121.93862058699995, - 37.31626436200003 - ], - [ - -121.938621405, - 37.316269618000035 - ], - [ - -121.93862413899996, - 37.316560561000074 - ], - [ - -121.93862477399995, - 37.316632291000076 - ], - [ - -121.938625103, - 37.31666721800008 - ], - [ - -121.938620459, - 37.31669096500008 - ], - [ - -121.9386131699999, - 37.31671428800007 - ], - [ - -121.93860328899996, - 37.31673697900004 - ], - [ - -121.93859089999995, - 37.316758899000035 - ], - [ - -121.93857614199999, - 37.316779842000074 - ], - [ - -121.93855904099996, - 37.316799623000065 - ], - [ - -121.93853982199994, - 37.316818125000054 - ], - [ - -121.93851859799997, - 37.316835163000064 - ], - [ - -121.938495537, - 37.31685062300005 - ], - [ - -121.93847084099997, - 37.31686436200005 - ], - [ - -121.93844473099995, - 37.31687628800006 - ], - [ - -121.93841735299998, - 37.31688630700006 - ], - [ - -121.93838899199994, - 37.31689430000006 - ], - [ - -121.93835981499996, - 37.31690024400007 - ], - [ - -121.93833011299995, - 37.31690411100004 - ], - [ - -121.93830010899995, - 37.31690580700007 - ], - [ - -121.93819749099998, - 37.31690640200003 - ], - [ - -121.93793961399996, - 37.31690792000006 - ], - [ - -121.93768537499994, - 37.31690946000003 - ], - [ - -121.93742927299996, - 37.316910954000036 - ], - [ - -121.93716967399996, - 37.316912513000034 - ], - [ - -121.93693239999999, - 37.316913913000064 - ], - [ - -121.93688009899995, - 37.31692293200007 - ], - [ - -121.93672285699995, - 37.316923624000026 - ], - [ - -121.93625325199997, - 37.316925697000045 - ], - [ - -121.93623166099997, - 37.31689240400004 - ], - [ - -121.93621414199998, - 37.316857620000064 - ], - [ - -121.936200897, - 37.31682164000006 - ], - [ - -121.93619199299997, - 37.31678482700005 - ], - [ - -121.93618754999994, - 37.316747502000055 - ], - [ - -121.93618602099997, - 37.316666422000026 - ], - [ - -121.93597963299999, - 37.31666439600008 - ], - [ - -121.93598342799999, - 37.31686486700005 - ], - [ - -121.93598452899994, - 37.31698337600005 - ], - [ - -121.93598355399996, - 37.31698625000007 - ], - [ - -121.935982288, - 37.31698905800005 - ], - [ - -121.93598153399995, - 37.316990393000026 - ], - [ - -121.93598076399996, - 37.31699175500006 - ], - [ - -121.93597898099995, - 37.31699438600003 - ], - [ - -121.93597690699994, - 37.31699688400005 - ], - [ - -121.93555577999996, - 37.316983297000036 - ], - [ - -121.93541745599998, - 37.316984123000054 - ], - [ - -121.935045458, - 37.31697087200007 - ], - [ - -121.93489425999996, - 37.31696549000003 - ], - [ - -121.93483167299996, - 37.316925421000064 - ], - [ - -121.93485765899999, - 37.31689511600007 - ], - [ - -121.93486348899995, - 37.31688376000005 - ], - [ - -121.93486754099996, - 37.31687544700003 - ], - [ - -121.93487067199999, - 37.316866848000075 - ], - [ - -121.93487288299997, - 37.31685807700006 - ], - [ - -121.934874144, - 37.31684918000008 - ], - [ - -121.93487443099997, - 37.31684025000004 - ], - [ - -121.93487380199997, - 37.31683133000007 - ], - [ - -121.93487216899996, - 37.316822469000044 - ], - [ - -121.93486962399999, - 37.31681377900003 - ], - [ - -121.93486616599995, - 37.316805260000024 - ], - [ - -121.93486176699997, - 37.31679705200003 - ], - [ - -121.93485654099999, - 37.316789150000034 - ], - [ - -121.93485046399996, - 37.31678162500003 - ], - [ - -121.934843651, - 37.316774543000065 - ], - [ - -121.93483604299996, - 37.31676797500006 - ], - [ - -121.93482776099995, - 37.316761943000074 - ], - [ - -121.93481888499997, - 37.31675648800007 - ], - [ - -121.93480947899997, - 37.316751682000074 - ], - [ - -121.93479956999994, - 37.31674752400005 - ], - [ - -121.93478924399994, - 37.316744079000046 - ], - [ - -121.934778586, - 37.316741302000025 - ], - [ - -121.93477542399995, - 37.316740792000076 - ], - [ - -121.93476510199997, - 37.31673908700003 - ], - [ - -121.93475462199996, - 37.31673807100003 - ], - [ - -121.93474409699996, - 37.31673774200004 - ], - [ - -121.93473361599996, - 37.31673812200006 - ], - [ - -121.93472311799997, - 37.31673916600005 - ], - [ - -121.93471283399998, - 37.31674091800005 - ], - [ - -121.93468083, - 37.31675181600008 - ], - [ - -121.93465039199998, - 37.31676516700003 - ], - [ - -121.93462168999997, - 37.31678085400006 - ], - [ - -121.93460742299999, - 37.31679014000008 - ], - [ - -121.93459218999999, - 37.31679838400004 - ], - [ - -121.93457613499999, - 37.31680553900003 - ], - [ - -121.93455934199994, - 37.31681155800004 - ], - [ - -121.934541922, - 37.31681632600004 - ], - [ - -121.93452407899997, - 37.316819886000076 - ], - [ - -121.93450592399995, - 37.31682221500006 - ], - [ - -121.93448754499997, - 37.31682319600003 - ], - [ - -121.93448694399996, - 37.316890476000026 - ], - [ - -121.93446128999994, - 37.31689182000008 - ], - [ - -121.934180519, - 37.31689365600005 - ], - [ - -121.93381057399995, - 37.31689030900003 - ], - [ - -121.93361768199998, - 37.31689404400004 - ], - [ - -121.93300785199995, - 37.316896444000065 - ], - [ - -121.93294048799999, - 37.316831414000035 - ], - [ - -121.93293468399997, - 37.316528720000065 - ], - [ - -121.93310659999997, - 37.31652661700008 - ], - [ - -121.93327854499995, - 37.31652451400004 - ], - [ - -121.93348481599998, - 37.31652199000007 - ], - [ - -121.93347925399996, - 37.316231996000056 - ], - [ - -121.93327298399998, - 37.31623452000008 - ], - [ - -121.9331010399999, - 37.316236623000066 - ], - [ - -121.93292912399994, - 37.31623872600005 - ], - [ - -121.93241337799998, - 37.31624503200004 - ], - [ - -121.93242077199994, - 37.316630866000025 - ], - [ - -121.93204030399994, - 37.316553869000074 - ], - [ - -121.93201964699995, - 37.316549681000026 - ], - [ - -121.93184944599994, - 37.31652012200004 - ], - [ - -121.93160091399994, - 37.31647694900005 - ], - [ - -121.93160865699997, - 37.31760537500003 - ], - [ - -121.93161492499996, - 37.31760635300003 - ], - [ - -121.93162108399997, - 37.31760776500005 - ], - [ - -121.93162702399997, - 37.31760961500004 - ], - [ - -121.93163276999996, - 37.31761185600004 - ], - [ - -121.93163820899997, - 37.317614537000054 - ], - [ - -121.93164336799998, - 37.31761751800008 - ], - [ - -121.93164816099994, - 37.317620893000026 - ], - [ - -121.93165258799996, - 37.31762459300006 - ], - [ - -121.93165656199994, - 37.31762857200005 - ], - [ - -121.93166008399999, - 37.31763283300006 - ], - [ - -121.93166314899997, - 37.31763730500006 - ], - [ - -121.93166567499998, - 37.31764198900004 - ], - [ - -121.93166771899996, - 37.317646841000055 - ], - [ - -121.93166918699995, - 37.317651789000024 - ], - [ - -121.93167011399999, - 37.31765683700007 - ], - [ - -121.93167049899995, - 37.31766191400004 - ], - [ - -121.93186626, - 37.31769111500006 - ], - [ - -121.93207268599997, - 37.31772191400006 - ], - [ - -121.93207249099999, - 37.31784334800005 - ], - [ - -121.93244226899998, - 37.317840819000025 - ], - [ - -121.93243686999995, - 37.31769205400008 - ], - [ - -121.93270421899996, - 37.31773149900005 - ], - [ - -121.93274793699999, - 37.31773808200006 - ], - [ - -121.93275433599996, - 37.31773999600006 - ], - [ - -121.93276054199998, - 37.31774232300006 - ], - [ - -121.93276644199995, - 37.31774508900003 - ], - [ - -121.932772033, - 37.31774822600005 - ], - [ - -121.93277729, - 37.317751755000074 - ], - [ - -121.93278212099995, - 37.31775561100005 - ], - [ - -121.93278655699999, - 37.317759814000055 - ], - [ - -121.93279048099998, - 37.317764252000075 - ], - [ - -121.93279395499997, - 37.31776899400006 - ], - [ - -121.93279688599995, - 37.31777392500004 - ], - [ - -121.932799279, - 37.317779046000055 - ], - [ - -121.93280112699995, - 37.317784310000036 - ], - [ - -121.93280240599995, - 37.31778967400004 - ], - [ - -121.93302137399996, - 37.31779754900003 - ], - [ - -121.93302625099994, - 37.317794811000056 - ], - [ - -121.93303139299996, - 37.31779243600005 - ], - [ - -121.93303677199998, - 37.31779044700005 - ], - [ - -121.93304232999998, - 37.31778882300006 - ], - [ - -121.93304806699996, - 37.317787585000076 - ], - [ - -121.933053928, - 37.31778678200004 - ], - [ - -121.93305924899994, - 37.317786374000036 - ], - [ - -121.93306458, - 37.31778630800005 - ], - [ - -121.93306991499998, - 37.31778660900005 - ], - [ - -121.93307520199994, - 37.31778723000008 - ], - [ - -121.93308040599999, - 37.31778817500003 - ], - [ - -121.93335398199997, - 37.31782939400006 - ], - [ - -121.93337599899996, - 37.31783271900008 - ], - [ - -121.93365760699999, - 37.31787283400007 - ], - [ - -121.93366315299994, - 37.31787363500007 - ], - [ - -121.93366862199997, - 37.317874827000026 - ], - [ - -121.93367392599998, - 37.31787638700007 - ], - [ - -121.93367906399999, - 37.317878316000076 - ], - [ - -121.93368395099998, - 37.31788056800008 - ], - [ - -121.93368858599996, - 37.317883144000064 - ], - [ - -121.93369293999996, - 37.317886043000044 - ], - [ - -121.93369698499998, - 37.31788922100003 - ], - [ - -121.93370060599995, - 37.31789268000006 - ], - [ - -121.93370388599999, - 37.317896347000044 - ], - [ - -121.93370679799995, - 37.31790024800006 - ], - [ - -121.93370919699998, - 37.31790431700006 - ], - [ - -121.93371119899996, - 37.31790855000003 - ], - [ - -121.93371274299994, - 37.31791287900006 - ], - [ - -121.93371383199997, - 37.31791733000006 - ], - [ - -121.93371440499999, - 37.31792180900004 - ], - [ - -121.93399936699996, - 37.31792310600008 - ], - [ - -121.93400732899994, - 37.31792282500004 - ], - [ - -121.93400916399997, - 37.317922804000034 - ], - [ - -121.93401897799998, - 37.31792343700005 - ], - [ - -121.93428580899996, - 37.317953706000026 - ], - [ - -121.93457693599998, - 37.317980471000055 - ], - [ - -121.93458540299997, - 37.31798114600008 - ], - [ - -121.93459148999995, - 37.31798175700004 - ], - [ - -121.93459747099996, - 37.31798280700008 - ], - [ - -121.93460331799997, - 37.31798424600004 - ], - [ - -121.93460897099999, - 37.317986122000036 - ], - [ - -121.93461440199997, - 37.317988366000066 - ], - [ - -121.93461955599997, - 37.31799102800005 - ], - [ - -121.93462439799998, - 37.31799399100004 - ], - [ - -121.93462887499999, - 37.31799732300004 - ], - [ - -121.93463298599994, - 37.31800093500004 - ], - [ - -121.93463667199995, - 37.31800484900003 - ], - [ - -121.934639904, - 37.31800899900003 - ], - [ - -121.93464268199995, - 37.318013337000025 - ], - [ - -121.934644946, - 37.31801788800004 - ], - [ - -121.934646698, - 37.31802255900004 - ], - [ - -121.93464793699997, - 37.31802735000008 - ], - [ - -121.93464863199995, - 37.31803221700005 - ], - [ - -121.93484965999994, - 37.31803405900007 - ], - [ - -121.93485276799998, - 37.31803017500005 - ], - [ - -121.93485625099999, - 37.31802653800003 - ], - [ - -121.93486014099994, - 37.318023150000045 - ], - [ - -121.93486435199998, - 37.318020053000055 - ], - [ - -121.93486888299998, - 37.31801722900008 - ], - [ - -121.93487367999995, - 37.31801474300005 - ], - [ - -121.93487876699999, - 37.31801257500007 - ], - [ - -121.93488403499998, - 37.31801074700007 - ], - [ - -121.934889511, - 37.318009353000036 - ], - [ - -121.93489510799998, - 37.31800827700005 - ], - [ - -121.93490076999996, - 37.31800761300008 - ], - [ - -121.93490649699999, - 37.31800733700004 - ], - [ - -121.93492967799995, - 37.318008587000065 - ], - [ - -121.93495283099998, - 37.31800985900003 - ], - [ - -121.934975985, - 37.31801115500008 - ], - [ - -121.93497974199994, - 37.318011338000076 - ], - [ - -121.93506977099997, - 37.31801625600008 - ], - [ - -121.93509352599995, - 37.31801752100006 - ], - [ - -121.93511730899996, - 37.318018763000055 - ], - [ - -121.935141064, - 37.31802000600004 - ], - [ - -121.93514482199998, - 37.31802021100003 - ], - [ - -121.93514858099996, - 37.31802039400003 - ], - [ - -121.93515483599998, - 37.31802073100005 - ], - [ - -121.93516108899996, - 37.31802101900007 - ], - [ - -121.93516734299999, - 37.31802135500004 - ], - [ - -121.93517110099998, - 37.31802156200007 - ], - [ - -121.93517482899995, - 37.31802176700006 - ], - [ - -121.93517858799999, - 37.318021927000075 - ], - [ - -121.93518234599998, - 37.31802213200007 - ], - [ - -121.93518610599995, - 37.31802233900004 - ], - [ - -121.93518986199996, - 37.31802249900005 - ], - [ - -121.93519359199996, - 37.31802268200005 - ], - [ - -121.93519734899996, - 37.31802288800003 - ], - [ - -121.93520110799994, - 37.31802309400007 - ], - [ - -121.93531809399997, - 37.31802880300006 - ], - [ - -121.93537658599996, - 37.31803161100004 - ], - [ - -121.93543507499999, - 37.31803428200004 - ], - [ - -121.93555208099997, - 37.31803955500004 - ], - [ - -121.93555679999997, - 37.31822854600006 - ], - [ - -121.93555907999996, - 37.31832045300007 - ], - [ - -121.93575854899996, - 37.318318641000076 - ], - [ - -121.93578505699998, - 37.31823048700005 - ], - [ - -121.93582290799998, - 37.31810476800007 - ], - [ - -121.93582570599995, - 37.31809825700003 - ], - [ - -121.93582919899995, - 37.31809198700006 - ], - [ - -121.93583338199994, - 37.31808598500004 - ], - [ - -121.93583817299998, - 37.31808027300008 - ], - [ - -121.93584357299994, - 37.31807494200007 - ], - [ - -121.93584955399996, - 37.31806999200006 - ], - [ - -121.93585603099996, - 37.31806549600003 - ], - [ - -121.93586300399994, - 37.31806145100006 - ], - [ - -121.93587035799999, - 37.318057905000046 - ], - [ - -121.93587812299995, - 37.318054878000055 - ], - [ - -121.93588613099996, - 37.318052401000045 - ], - [ - -121.93589437599996, - 37.31805051400005 - ], - [ - -121.935902834, - 37.31804919700005 - ], - [ - -121.93591138999994, - 37.31804845100004 - ], - [ - -121.93591998599999, - 37.318048324000074 - ], - [ - -121.935928564, - 37.318048790000034 - ], - [ - -121.93593706899998, - 37.31804987700008 - ], - [ - -121.93594541099998, - 37.31805151300006 - ], - [ - -121.93595356499998, - 37.31805372500003 - ], - [ - -121.93596141299997, - 37.318056514000034 - ], - [ - -121.93596895699994, - 37.31805983100003 - ], - [ - -121.93597610999996, - 37.31806365800003 - ], - [ - -121.93598278299999, - 37.31806794800008 - ], - [ - -121.93598900799998, - 37.31807274800008 - ], - [ - -121.93599466799998, - 37.318077920000064 - ], - [ - -121.93612436599994, - 37.318185836000055 - ], - [ - -121.93621008199995, - 37.31825562900008 - ], - [ - -121.93634698299996, - 37.318159714000046 - ], - [ - -121.93634390999995, - 37.31815643200008 - ], - [ - -121.93634250199995, - 37.31815473300003 - ], - [ - -121.93634109199996, - 37.318152987000076 - ], - [ - -121.93634035599996, - 37.31815187600006 - ], - [ - -121.93633864399999, - 37.31814937900003 - ], - [ - -121.93633808199996, - 37.31814847000004 - ], - [ - -121.93633763699995, - 37.31814762800008 - ], - [ - -121.93633653699999, - 37.31814560400005 - ], - [ - -121.93633591199995, - 37.31814439900006 - ], - [ - -121.93633534099996, - 37.318143055000064 - ], - [ - -121.93633477099996, - 37.318141757000035 - ], - [ - -121.93633422599999, - 37.31814018400007 - ], - [ - -121.93633365199997, - 37.318138635000025 - ], - [ - -121.93633232699995, - 37.31813386700003 - ], - [ - -121.93633160899998, - 37.318129276000036 - ], - [ - -121.93633147999998, - 37.31812705600004 - ], - [ - -121.93633137399996, - 37.31812451700006 - ], - [ - -121.93633173699999, - 37.31811959100003 - ], - [ - -121.93633250799996, - 37.318114958000024 - ], - [ - -121.93633379499994, - 37.318110388000036 - ], - [ - -121.93633418099995, - 37.31810949000004 - ], - [ - -121.93633488999996, - 37.31810767300004 - ], - [ - -121.93633565799996, - 37.318105900000035 - ], - [ - -121.93633673299996, - 37.318103644000075 - ], - [ - -121.93633800799995, - 37.31810138600008 - ], - [ - -121.93633859199997, - 37.31810041700004 - ], - [ - -121.93633928799994, - 37.31809933300008 - ], - [ - -121.93634062299998, - 37.31809725700003 - ], - [ - -121.93634308699995, - 37.318094228000064 - ], - [ - -121.93634566799994, - 37.318091311000046 - ], - [ - -121.93634676599999, - 37.31809029100003 - ], - [ - -121.93634870799997, - 37.31808845900008 - ], - [ - -121.93635025799995, - 37.31808706600003 - ], - [ - -121.93635115999996, - 37.31808627700008 - ], - [ - -121.93635536999994, - 37.31808311300006 - ], - [ - -121.93635992799994, - 37.31808026400006 - ], - [ - -121.93636253999995, - 37.31807890500005 - ], - [ - -121.93636415799995, - 37.318078084000035 - ], - [ - -121.93636699799998, - 37.31807674400005 - ], - [ - -121.936368561, - 37.318076061000056 - ], - [ - -121.93637001099995, - 37.31807549300004 - ], - [ - -121.93637188899999, - 37.31807478500008 - ], - [ - -121.93637325599997, - 37.31807431000004 - ], - [ - -121.936375108, - 37.318073715000025 - ], - [ - -121.93637684499998, - 37.318073189000074 - ], - [ - -121.93637869899999, - 37.318072663000066 - ], - [ - -121.93638058099998, - 37.31807220600007 - ], - [ - -121.93638174999995, - 37.318071916000065 - ], - [ - -121.936383348, - 37.31807157600008 - ], - [ - -121.93638620599995, - 37.31807108300006 - ], - [ - -121.93638763399997, - 37.318070860000034 - ], - [ - -121.93638957699994, - 37.31807056100007 - ], - [ - -121.93639209399998, - 37.318070302000024 - ], - [ - -121.93639361099997, - 37.31807014700007 - ], - [ - -121.93639764699998, - 37.318069912000055 - ], - [ - -121.93658917799996, - 37.318074135000074 - ], - [ - -121.93664429699999, - 37.318075976000046 - ], - [ - -121.93669924499994, - 37.31807930800005 - ], - [ - -121.93675407899997, - 37.318084129000056 - ], - [ - -121.93684879799997, - 37.31809590100005 - ], - [ - -121.93694254099995, - 37.31811207900006 - ], - [ - -121.93703487599998, - 37.31813262400004 - ], - [ - -121.93729702699994, - 37.318197963000046 - ], - [ - -121.93742097199998, - 37.318228856000076 - ], - [ - -121.93746683299997, - 37.31824550600004 - ], - [ - -121.93751166599998, - 37.31826384000004 - ], - [ - -121.93755538599999, - 37.31828388200006 - ], - [ - -121.93757205199995, - 37.318292100000065 - ], - [ - -121.937604196, - 37.318309241000065 - ], - [ - -121.937656576, - 37.31834297800003 - ], - [ - -121.93770794399995, - 37.318377713000075 - ], - [ - -121.93775826999996, - 37.31841342200005 - ], - [ - -121.93783278399997, - 37.31835219100003 - ], - [ - -121.93790716399997, - 37.31841066900006 - ], - [ - -121.93830860199995, - 37.31839254400006 - ], - [ - -121.93865910999995, - 37.318384784000045 - ], - [ - -121.93872358399994, - 37.31846452000008 - ], - [ - -121.93917651699996, - 37.319025027000066 - ], - [ - -121.93917789199998, - 37.31902949600004 - ], - [ - -121.93923825599995, - 37.319282765000025 - ], - [ - -121.9392401599999, - 37.31929382000004 - ], - [ - -121.93924091999997, - 37.31930495800003 - ], - [ - -121.93924417899996, - 37.319474213000035 - ], - [ - -121.93924710099998, - 37.31961701000006 - ], - [ - -121.93924683399996, - 37.31962994600008 - ], - [ - -121.93924656799999, - 37.31964290600007 - ], - [ - -121.93924632899996, - 37.31965584200003 - ], - [ - -121.93937930399994, - 37.31992160900006 - ], - [ - -121.93940080799996, - 37.320020320000026 - ], - [ - -121.93951326899997, - 37.32034596800003 - ], - [ - -121.93952363299996, - 37.320354311000074 - ], - [ - -121.93958413599995, - 37.32059089000006 - ], - [ - -121.93964332899998, - 37.320821901000045 - ], - [ - -121.93972204399995, - 37.321128987000066 - ], - [ - -121.93972595699995, - 37.32117591000008 - ], - [ - -121.93974800199999, - 37.321439446000056 - ], - [ - -121.93975717999996, - 37.32169867600004 - ], - [ - -121.93975892399999, - 37.32174750300004 - ], - [ - -121.93976244299995, - 37.32177847500003 - ], - [ - -121.93976252599998, - 37.32180958200007 - ], - [ - -121.93975925399997, - 37.32184052400004 - ], - [ - -121.93975262199996, - 37.32187120900005 - ], - [ - -121.93974268399995, - 37.32190127100006 - ], - [ - -121.93972951699999, - 37.321930526000074 - ], - [ - -121.93971320799994, - 37.32195874300004 - ], - [ - -121.93969389399996, - 37.321985762000054 - ], - [ - -121.93967171599996, - 37.32201132800003 - ], - [ - -121.93957696999996, - 37.322084733000054 - ], - [ - -121.93953593699996, - 37.322116505000054 - ], - [ - -121.93940012699994, - 37.32222163600005 - ], - [ - -121.93926437699997, - 37.322326813000075 - ], - [ - -121.93912859699998, - 37.32243196600007 - ], - [ - -121.93903946999995, - 37.322500998000066 - ], - [ - -121.93899398099995, - 37.322538089000034 - ], - [ - -121.93886065699996, - 37.32264133500007 - ], - [ - -121.93865514099997, - 37.322798617000046 - ], - [ - -121.93845144899996, - 37.32263072500007 - ], - [ - -121.93824514599999, - 37.322635501000036 - ], - [ - -121.938247817, - 37.32292614700003 - ], - [ - -121.93803803499998, - 37.32292737200004 - ], - [ - -121.93783860099995, - 37.32292865200003 - ], - [ - -121.93772356699998, - 37.32292944500006 - ], - [ - -121.93762638199996, - 37.322929790000046 - ], - [ - -121.93743377699997, - 37.32292995600005 - ], - [ - -121.93720567999998, - 37.32293264000003 - ], - [ - -121.93700861699995, - 37.32293496500006 - ], - [ - -121.93693113299997, - 37.32293587000004 - ], - [ - -121.93680915999994, - 37.32293649500008 - ], - [ - -121.93660969099994, - 37.322937499000034 - ], - [ - -121.93641638599996, - 37.32293847300008 - ], - [ - -121.93641022399999, - 37.322938503000046 - ], - [ - -121.93621074099997, - 37.32293868100004 - ], - [ - -121.93615244399996, - 37.32293873300006 - ], - [ - -121.93600440699998, - 37.322938898000075 - ], - [ - -121.93579804599995, - 37.32293909200007 - ], - [ - -121.93560548499994, - 37.32294154400006 - ], - [ - -121.93547259399998, - 37.32294225600003 - ], - [ - -121.93544848799996, - 37.322942254000054 - ], - [ - -121.93538758699998, - 37.32294251900004 - ], - [ - -121.93519063899998, - 37.32294335300003 - ], - [ - -121.93498646799998, - 37.32294422800004 - ], - [ - -121.93490318299996, - 37.32294460700007 - ], - [ - -121.93478017099994, - 37.32294485400007 - ], - [ - -121.93476715999998, - 37.322944852000035 - ], - [ - -121.93468928799996, - 37.32294502900004 - ], - [ - -121.93458069899998, - 37.32294558000007 - ], - [ - -121.93438810999999, - 37.32294654100008 - ], - [ - -121.93438123199996, - 37.32294660200006 - ], - [ - -121.93434059299994, - 37.32294678000005 - ], - [ - -121.93418178199994, - 37.32294703000008 - ], - [ - -121.93396676799995, - 37.322947372000044 - ], - [ - -121.93376090799995, - 37.322981250000055 - ], - [ - -121.93341349499997, - 37.322984150000025 - ], - [ - -121.93341234499997, - 37.322895741000025 - ], - [ - -121.9334108799999, - 37.322870214000034 - ], - [ - -121.93340804199994, - 37.322844771000064 - ], - [ - -121.93340388699994, - 37.32281943700008 - ], - [ - -121.93339574699996, - 37.322786552000025 - ], - [ - -121.93339510499999, - 37.32278445400004 - ], - [ - -121.93338529299996, - 37.32275410800003 - ], - [ - -121.93338471899995, - 37.32275253500006 - ], - [ - -121.93337255699998, - 37.322722172000056 - ], - [ - -121.93335897599997, - 37.32269404700003 - ], - [ - -121.933357963, - 37.32269206700005 - ], - [ - -121.93335656799997, - 37.32268952000004 - ], - [ - -121.933341236, - 37.322662698000045 - ], - [ - -121.93334052699998, - 37.32266163000003 - ], - [ - -121.93332237199996, - 37.322634109000035 - ], - [ - -121.93330213799999, - 37.32260721100005 - ], - [ - -121.93328005799998, - 37.32258127100005 - ], - [ - -121.93325621899999, - 37.322556269000074 - ], - [ - -121.93323902699996, - 37.32254015900003 - ], - [ - -121.93322110099996, - 37.322524516000044 - ], - [ - -121.93320249599998, - 37.32250940700004 - ], - [ - -121.93318040899999, - 37.32248900700006 - ], - [ - -121.93305848799997, - 37.32239218600006 - ], - [ - -121.93293600299995, - 37.32229578400006 - ], - [ - -121.93286373599994, - 37.32224296800007 - ], - [ - -121.93284608799996, - 37.322228374000076 - ], - [ - -121.93282761999996, - 37.322214408000036 - ], - [ - -121.93280839199997, - 37.322201137000036 - ], - [ - -121.93279565199998, - 37.32219296200003 - ], - [ - -121.93278260099999, - 37.32218499500004 - ], - [ - -121.93276930099995, - 37.32217742000006 - ], - [ - -121.93275571799995, - 37.32217010200003 - ], - [ - -121.932748802, - 37.32216659300008 - ], - [ - -121.93274648599998, - 37.322165409000036 - ], - [ - -121.93274185599995, - 37.322163130000035 - ], - [ - -121.93273719799998, - 37.322160874000076 - ], - [ - -121.93273485499998, - 37.32215973600006 - ], - [ - -121.93272779799997, - 37.32215643500007 - ], - [ - -121.93271363399998, - 37.32215017600004 - ], - [ - -121.93269927499995, - 37.32214419400003 - ], - [ - -121.93268474899997, - 37.32213853400003 - ], - [ - -121.93267002799996, - 37.32213315200005 - ], - [ - -121.93265514299998, - 37.32212809300006 - ], - [ - -121.93264008899996, - 37.32212328700007 - ], - [ - -121.93261321499995, - 37.32211633600008 - ], - [ - -121.93259916499994, - 37.322113098000045 - ], - [ - -121.93258601099996, - 37.322110191000036 - ], - [ - -121.93258370899997, - 37.32210971500007 - ], - [ - -121.93257119299994, - 37.32210721300004 - ], - [ - -121.93255859499999, - 37.32210484900003 - ], - [ - -121.93250004599997, - 37.32209776000008 - ], - [ - -121.932442418, - 37.32209530500006 - ], - [ - -121.93244089799998, - 37.32209527900005 - ], - [ - -121.93238172599996, - 37.32209749000003 - ], - [ - -121.932105477, - 37.32209850900006 - ], - [ - -121.93210318699994, - 37.32183388300007 - ], - [ - -121.93210397499996, - 37.32183023400006 - ], - [ - -121.9321043, - 37.321829199000035 - ], - [ - -121.93210491899998, - 37.32182706200007 - ], - [ - -121.93210565099997, - 37.32182490300005 - ], - [ - -121.932106251, - 37.321823316000064 - ], - [ - -121.93210740299997, - 37.32182057700004 - ], - [ - -121.93210855999996, - 37.32181822900003 - ], - [ - -121.93210930799995, - 37.321816847000036 - ], - [ - -121.93211011399995, - 37.32181546400005 - ], - [ - -121.93211094599997, - 37.321814103000065 - ], - [ - -121.93211231099997, - 37.32181202600003 - ], - [ - -121.93211286899998, - 37.321811196000056 - ], - [ - -121.93211476899995, - 37.32180860900007 - ], - [ - -121.93211863699997, - 37.321804074000056 - ], - [ - -121.93211959499996, - 37.32180319300005 - ], - [ - -121.93212128199997, - 37.321801547000064 - ], - [ - -121.93212223799998, - 37.32180059600006 - ], - [ - -121.93212347999997, - 37.32179950700004 - ], - [ - -121.93212511499996, - 37.32179806700003 - ], - [ - -121.93212610199998, - 37.32179730000007 - ], - [ - -121.93212773999994, - 37.32179604300006 - ], - [ - -121.93213011499995, - 37.32179432000004 - ], - [ - -121.93213212299997, - 37.32179289900006 - ], - [ - -121.932134814, - 37.32179126400007 - ], - [ - -121.93213713999995, - 37.32178997700004 - ], - [ - -121.93213841699998, - 37.321789298000056 - ], - [ - -121.93213997499998, - 37.32178843200006 - ], - [ - -121.93214219199996, - 37.32178737400005 - ], - [ - -121.93214417999997, - 37.321786458000076 - ], - [ - -121.93214750699997, - 37.32178508900006 - ], - [ - -121.93214904499996, - 37.321784498000056 - ], - [ - -121.93215023899995, - 37.32178407200007 - ], - [ - -121.93215129299995, - 37.32178371600003 - ], - [ - -121.93215305899997, - 37.32178314500004 - ], - [ - -121.93215462599994, - 37.32178262200006 - ], - [ - -121.932156535, - 37.321782072000076 - ], - [ - -121.93215870199998, - 37.32178149600003 - ], - [ - -121.93215978599994, - 37.321781231000045 - ], - [ - -121.93216089899994, - 37.32178096600006 - ], - [ - -121.93216306899996, - 37.321780526000055 - ], - [ - -121.93216455399994, - 37.32178023400007 - ], - [ - -121.93216678099998, - 37.32177981800004 - ], - [ - -121.93216969799994, - 37.32177943900007 - ], - [ - -121.93217644799995, - 37.32177871600004 - ], - [ - -121.93217022399995, - 37.32161393700005 - ], - [ - -121.93216523399997, - 37.321613839000065 - ], - [ - -121.93216227899995, - 37.321613623000076 - ], - [ - -121.93216026899995, - 37.32161346400005 - ], - [ - -121.93215906199998, - 37.321613296000066 - ], - [ - -121.93215535499996, - 37.32161279200005 - ], - [ - -121.932153514, - 37.32161247100004 - ], - [ - -121.93215057799995, - 37.321611844000074 - ], - [ - -121.93214818899997, - 37.32161125500005 - ], - [ - -121.93214683499997, - 37.32161090400007 - ], - [ - -121.93214294299997, - 37.32160967000004 - ], - [ - -121.93214141399994, - 37.32160916200007 - ], - [ - -121.93213942099999, - 37.32160843200006 - ], - [ - -121.93213783199997, - 37.32160776500007 - ], - [ - -121.93213673499997, - 37.32160734300004 - ], - [ - -121.93213294799995, - 37.32160558100003 - ], - [ - -121.93213118099999, - 37.32160468700005 - ], - [ - -121.93212828399999, - 37.32160302900007 - ], - [ - -121.93212648599996, - 37.32160190600007 - ], - [ - -121.932121984, - 37.32159880200004 - ], - [ - -121.93211997399999, - 37.32159713300007 - ], - [ - -121.93211813899995, - 37.321595599000034 - ], - [ - -121.93211627099998, - 37.321593859000075 - ], - [ - -121.93211484099999, - 37.32159243500007 - ], - [ - -121.93211413599994, - 37.321591642000044 - ], - [ - -121.93211287699995, - 37.32159021600006 - ], - [ - -121.93211179199994, - 37.321588947000066 - ], - [ - -121.93211090999995, - 37.32158783600005 - ], - [ - -121.93210988099997, - 37.321586429000035 - ], - [ - -121.93210899599995, - 37.32158515800006 - ], - [ - -121.93210802299996, - 37.321583728000064 - ], - [ - -121.932107283, - 37.32158250200007 - ], - [ - -121.93210663199994, - 37.32158141000008 - ], - [ - -121.93210561799998, - 37.32157943100003 - ], - [ - -121.93210505399998, - 37.32157833900004 - ], - [ - -121.93210460699999, - 37.32157742900006 - ], - [ - -121.93210412499997, - 37.32157624400003 - ], - [ - -121.93210364199996, - 37.32157496900004 - ], - [ - -121.93210330899996, - 37.321574103000046 - ], - [ - -121.93210270099996, - 37.321572256000024 - ], - [ - -121.93210214899995, - 37.321570387000065 - ], - [ - -121.93210183899998, - 37.32156915400003 - ], - [ - -121.93210158499994, - 37.32156785300003 - ], - [ - -121.93210120099997, - 37.32156572800005 - ], - [ - -121.93210083499997, - 37.32156305400008 - ], - [ - -121.93210070599997, - 37.321560791000024 - ], - [ - -121.93210065399995, - 37.32155969200005 - ], - [ - -121.93189437099994, - 37.321560748000024 - ], - [ - -121.93189452299998, - 37.32158066100004 - ], - [ - -121.93164084799997, - 37.32158845300006 - ], - [ - -121.93148815099994, - 37.321589036000034 - ], - [ - -121.93114767999998, - 37.32159042600006 - ], - [ - -121.93097569399998, - 37.321587994000026 - ], - [ - -121.93097903999995, - 37.32172531700007 - ], - [ - -121.93097993999999, - 37.321835176000036 - ], - [ - -121.93098089199998, - 37.32194778400003 - ], - [ - -121.93063393099999, - 37.32195005300008 - ], - [ - -121.93063454399999, - 37.32205991600006 - ], - [ - -121.93063454299994, - 37.32206289100003 - ], - [ - -121.930636844, - 37.32217113400003 - ], - [ - -121.93098271699995, - 37.32216885500003 - ], - [ - -121.93115466799998, - 37.32216634300005 - ], - [ - -121.93148138799995, - 37.32216823500005 - ], - [ - -121.93169353899998, - 37.32216811500007 - ], - [ - -121.93169616499995, - 37.32238588000007 - ], - [ - -121.93169778899994, - 37.32249767900004 - ], - [ - -121.9316993, - 37.322603411000046 - ], - [ - -121.93170003199998, - 37.32264762700004 - ], - [ - -121.93171027399995, - 37.322821762000046 - ], - [ - -121.93150771999996, - 37.32282167300008 - ], - [ - -121.93150504599998, - 37.32271199400003 - ], - [ - -121.93115921599997, - 37.32271219000006 - ], - [ - -121.93116115899994, - 37.322945324000045 - ], - [ - -121.93098917599997, - 37.322946235000074 - ], - [ - -121.93063986099997, - 37.322948531000065 - ], - [ - -121.93030142299995, - 37.322948679000035 - ], - [ - -121.93030179199997, - 37.322994867000034 - ], - [ - -121.930302225, - 37.32304792000008 - ], - [ - -121.930304004, - 37.323266223000076 - ] - ], - [ - [ - -121.85370485499999, - 37.303853289000074 - ], - [ - -121.85350633599995, - 37.30397028300007 - ], - [ - -121.85347982599995, - 37.30398734400006 - ], - [ - -121.85330392499998, - 37.30410176400005 - ], - [ - -121.85312895099997, - 37.30421509800004 - ], - [ - -121.85311374099996, - 37.30422491000007 - ], - [ - -121.85290618, - 37.304360091000035 - ], - [ - -121.85273193799998, - 37.30447282000006 - ], - [ - -121.852651574, - 37.30439903600006 - ], - [ - -121.85258733899997, - 37.30433454300004 - ], - [ - -121.85222233699994, - 37.303938439000035 - ], - [ - -121.852158283, - 37.303874423000025 - ], - [ - -121.85180801899998, - 37.30352450000004 - ], - [ - -121.85132028799995, - 37.303037336000045 - ], - [ - -121.85127269599997, - 37.30298990700004 - ], - [ - -121.85123077199995, - 37.30294690000005 - ], - [ - -121.85108723699994, - 37.30280538100004 - ], - [ - -121.85107520799994, - 37.30279295300005 - ], - [ - -121.850946922, - 37.302662817000055 - ], - [ - -121.85087440799998, - 37.30258873500003 - ], - [ - -121.85075375199995, - 37.30246849200006 - ], - [ - -121.85068199699998, - 37.30239673500006 - ], - [ - -121.85064478199996, - 37.30235907600007 - ], - [ - -121.85062217499996, - 37.30233539400007 - ], - [ - -121.85059956999999, - 37.30231171100007 - ], - [ - -121.84889668699998, - 37.30345345300003 - ], - [ - -121.84842223299995, - 37.30377268700005 - ], - [ - -121.84835663999996, - 37.30370266700004 - ], - [ - -121.84833502299995, - 37.30367657000005 - ], - [ - -121.84822467199996, - 37.303566733000025 - ], - [ - -121.84810260799998, - 37.30343970400003 - ], - [ - -121.84801310399996, - 37.30334656700006 - ], - [ - -121.84799866099996, - 37.30333064100006 - ], - [ - -121.847980039, - 37.30331011800007 - ], - [ - -121.84788915099995, - 37.30321488900006 - ], - [ - -121.84779918899994, - 37.303120223000064 - ], - [ - -121.84778365999995, - 37.303104424000026 - ], - [ - -121.84771786699997, - 37.30303742800004 - ], - [ - -121.84766829899996, - 37.30298672500004 - ], - [ - -121.847562241, - 37.302878143000044 - ], - [ - -121.84745268199998, - 37.30276600800005 - ], - [ - -121.84741128799999, - 37.30272363500006 - ], - [ - -121.84738247099995, - 37.30269233400003 - ], - [ - -121.84734528399997, - 37.302654466000035 - ], - [ - -121.84723091999996, - 37.302537991000065 - ], - [ - -121.84712452399998, - 37.302429665000034 - ], - [ - -121.84711883299997, - 37.30242387100003 - ], - [ - -121.84708273399997, - 37.302386015000025 - ], - [ - -121.84701345999997, - 37.30231187000004 - ], - [ - -121.84697559499995, - 37.30227133400007 - ], - [ - -121.84690553599995, - 37.30219809100004 - ], - [ - -121.84679854099994, - 37.302081874000066 - ], - [ - -121.84677083099996, - 37.30205463300007 - ], - [ - -121.84674510899998, - 37.302026546000036 - ], - [ - -121.84669087399999, - 37.30196962500003 - ], - [ - -121.84667092599994, - 37.30194865800007 - ], - [ - -121.84661296099995, - 37.30189143700005 - ], - [ - -121.846580029, - 37.30185752700004 - ], - [ - -121.84650015099999, - 37.301775217000056 - ], - [ - -121.84646918699997, - 37.301743986000076 - ], - [ - -121.846432269, - 37.301706757000034 - ], - [ - -121.84633971299996, - 37.30160932600006 - ], - [ - -121.84637420499996, - 37.301586704000044 - ], - [ - -121.84691959599996, - 37.30121005600006 - ], - [ - -121.84585956199999, - 37.30010815400004 - ], - [ - -121.84544040999998, - 37.29967241300005 - ], - [ - -121.84538793899998, - 37.299617897000076 - ], - [ - -121.84554407899998, - 37.29951023900003 - ], - [ - -121.84559652099995, - 37.29956477800005 - ], - [ - -121.84560325999996, - 37.29956012700006 - ], - [ - -121.84560996399995, - 37.29955551300003 - ], - [ - -121.84575263099998, - 37.299457165000035 - ], - [ - -121.84603632199997, - 37.29926156300007 - ], - [ - -121.84606383, - 37.29924257000005 - ], - [ - -121.84606498999995, - 37.29924177800007 - ], - [ - -121.84609365799997, - 37.29922199200007 - ], - [ - -121.84642896799994, - 37.29899079900008 - ], - [ - -121.84637417699997, - 37.29893784400008 - ], - [ - -121.84850562599996, - 37.29750698200007 - ], - [ - -121.85132487299995, - 37.29561424900004 - ], - [ - -121.85138017299994, - 37.29566678400005 - ], - [ - -121.85202792599995, - 37.296266229000025 - ], - [ - -121.85242852999994, - 37.29663695000005 - ], - [ - -121.85289668399997, - 37.29707017900006 - ], - [ - -121.85381393199998, - 37.29644329800004 - ], - [ - -121.85390559999996, - 37.296387098000025 - ], - [ - -121.85400059899996, - 37.29648307600007 - ], - [ - -121.85412797599997, - 37.296610792000024 - ], - [ - -121.85423702799994, - 37.29672022500006 - ], - [ - -121.85434647199997, - 37.29683066300004 - ], - [ - -121.854416717, - 37.296902868000075 - ], - [ - -121.854570218, - 37.29705715500006 - ], - [ - -121.85472353499995, - 37.29721222200004 - ], - [ - -121.85473360499998, - 37.29722240600006 - ], - [ - -121.854960646, - 37.297450371000025 - ], - [ - -121.85507174999998, - 37.297562138000046 - ], - [ - -121.85516882199994, - 37.29766175200007 - ], - [ - -121.85526700599996, - 37.297760965000066 - ], - [ - -121.85536586699999, - 37.29785952900005 - ], - [ - -121.85536796599996, - 37.29786161000004 - ], - [ - -121.85550446299999, - 37.297999040000036 - ], - [ - -121.85564475199999, - 37.298140156000045 - ], - [ - -121.85576029699996, - 37.29825661000007 - ], - [ - -121.85582290699995, - 37.29832009000006 - ], - [ - -121.85598374699998, - 37.298482027000034 - ], - [ - -121.856072413, - 37.298571415000026 - ], - [ - -121.85630392799999, - 37.29880541400007 - ], - [ - -121.85642074299994, - 37.29892384300007 - ], - [ - -121.856538345, - 37.29904141700007 - ], - [ - -121.85654292599997, - 37.29904600900005 - ], - [ - -121.85660136799999, - 37.29910541900006 - ], - [ - -121.85663534399998, - 37.299139909000075 - ], - [ - -121.85654962999996, - 37.299199110000075 - ], - [ - -121.85629924399996, - 37.29936695300006 - ], - [ - -121.85649844799997, - 37.29959020100006 - ], - [ - -121.85680928199997, - 37.29996657000004 - ], - [ - -121.85768247799996, - 37.30102375400003 - ], - [ - -121.857574189, - 37.30109750200006 - ], - [ - -121.85591933099994, - 37.30222413900003 - ], - [ - -121.85412667199995, - 37.30343713100007 - ], - [ - -121.854286979, - 37.303597841000055 - ], - [ - -121.85413445799998, - 37.30365023600007 - ], - [ - -121.85391423699997, - 37.303744409000046 - ], - [ - -121.85370485499999, - 37.303853289000074 - ] - ], - [ - [ - -121.87023717499994, - 37.29090127500007 - ], - [ - -121.87005250299995, - 37.29127435500004 - ], - [ - -121.87068321699996, - 37.29140994100004 - ], - [ - -121.86994166699998, - 37.29187630900003 - ], - [ - -121.86835617199995, - 37.29028440400003 - ], - [ - -121.86828185499996, - 37.290209782000034 - ], - [ - -121.86825237799997, - 37.29018018700003 - ], - [ - -121.86769468899996, - 37.289618750000045 - ], - [ - -121.867644553, - 37.28956827700006 - ], - [ - -121.86744539199998, - 37.28936777400003 - ], - [ - -121.86751180399995, - 37.28933423700005 - ], - [ - -121.86777205299995, - 37.28913716100004 - ], - [ - -121.86795712099996, - 37.28931399700008 - ], - [ - -121.86836537099998, - 37.28965866200008 - ], - [ - -121.86858861699994, - 37.28983310700005 - ], - [ - -121.86857032199998, - 37.29001538500006 - ], - [ - -121.86862453599997, - 37.290014333000045 - ], - [ - -121.86870503899996, - 37.290012758000046 - ], - [ - -121.86931705199999, - 37.29057043200004 - ], - [ - -121.86984181999998, - 37.290231135000056 - ], - [ - -121.86994710199997, - 37.29016370700003 - ], - [ - -121.86996408899995, - 37.29015105600007 - ], - [ - -121.86997851799998, - 37.29014271600005 - ], - [ - -121.87035279499997, - 37.289900741000054 - ], - [ - -121.87048053899997, - 37.28993193400004 - ], - [ - -121.87051586099994, - 37.28993811300006 - ], - [ - -121.87055070999997, - 37.28994182500003 - ], - [ - -121.870604921, - 37.289943824000034 - ], - [ - -121.87067755099997, - 37.28994404800005 - ], - [ - -121.87068910299996, - 37.289944168000034 - ], - [ - -121.87068892499997, - 37.28994948400003 - ], - [ - -121.87068754899997, - 37.28999056300006 - ], - [ - -121.87023717499994, - 37.29090127500007 - ] - ], - [ - [ - -121.81868718599998, - 37.29015866100008 - ], - [ - -121.81840937199996, - 37.290634297000054 - ], - [ - -121.81836870299998, - 37.29059460900004 - ], - [ - -121.81819377499994, - 37.29042389700004 - ], - [ - -121.81815374299998, - 37.29013742700005 - ], - [ - -121.81751040399996, - 37.289469057000076 - ], - [ - -121.81747217699996, - 37.289432773000044 - ], - [ - -121.81746261999996, - 37.289423655000064 - ], - [ - -121.81670173299995, - 37.28901303500004 - ], - [ - -121.81662148699996, - 37.28897227700003 - ], - [ - -121.81644023399997, - 37.28891077500003 - ], - [ - -121.81617562699995, - 37.28883200900003 - ], - [ - -121.81584035499998, - 37.28873426100006 - ], - [ - -121.81576000299998, - 37.288708589000066 - ], - [ - -121.81569073199995, - 37.288685859000054 - ], - [ - -121.81555833199997, - 37.28863444900003 - ], - [ - -121.81545729699997, - 37.28860553000004 - ], - [ - -121.81534996799996, - 37.28858364000007 - ], - [ - -121.81523765199995, - 37.288569702000075 - ], - [ - -121.815043275, - 37.28856655200008 - ], - [ - -121.81492512099999, - 37.28857742300005 - ], - [ - -121.8148074, - 37.288598224000054 - ], - [ - -121.81469348199994, - 37.28862852700007 - ], - [ - -121.81458413899998, - 37.288668048000034 - ], - [ - -121.81451461299997, - 37.28869920300008 - ], - [ - -121.81441704899999, - 37.288752051000074 - ], - [ - -121.81432808399995, - 37.288811578000036 - ], - [ - -121.814248578, - 37.288876446000074 - ], - [ - -121.81415818699998, - 37.28896899600005 - ], - [ - -121.81410227599997, - 37.28904126800006 - ], - [ - -121.814060773, - 37.289106969000045 - ], - [ - -121.81399201699998, - 37.28923088700003 - ], - [ - -121.81396371199997, - 37.28927975200003 - ], - [ - -121.81387633699995, - 37.289359793000074 - ], - [ - -121.81371991099996, - 37.28951770000003 - ], - [ - -121.813703783, - 37.289530813000056 - ], - [ - -121.81368631799995, - 37.289542776000076 - ], - [ - -121.81366765599995, - 37.28955351400003 - ], - [ - -121.81364791099998, - 37.28956293700003 - ], - [ - -121.81362722399996, - 37.28957095100003 - ], - [ - -121.81360573799998, - 37.289577533000056 - ], - [ - -121.81358365399996, - 37.289582633000066 - ], - [ - -121.81356108399996, - 37.289586160000056 - ], - [ - -121.81353822799997, - 37.28958815400006 - ], - [ - -121.81351523099994, - 37.289588596000044 - ], - [ - -121.81349226299994, - 37.289587434000055 - ], - [ - -121.81346949699997, - 37.28958471400006 - ], - [ - -121.81344716199999, - 37.28958043200004 - ], - [ - -121.81315831299997, - 37.28952251100003 - ], - [ - -121.81296201599997, - 37.28948515800005 - ], - [ - -121.81286094799998, - 37.289475579000054 - ], - [ - -121.81281286399997, - 37.289473257000054 - ], - [ - -121.81221990299997, - 37.28945401300007 - ], - [ - -121.81179122699996, - 37.28932617100003 - ], - [ - -121.81130325999999, - 37.28967099500005 - ], - [ - -121.81039180399995, - 37.290315031000034 - ], - [ - -121.81018600699997, - 37.29046135400006 - ], - [ - -121.81010642799998, - 37.29038989000003 - ], - [ - -121.81004775699995, - 37.290301734000025 - ], - [ - -121.80984416399997, - 37.29031557600007 - ], - [ - -121.80970469799996, - 37.290325058000064 - ], - [ - -121.809292186, - 37.29035310100005 - ], - [ - -121.80929188699997, - 37.290303433000076 - ], - [ - -121.809263768, - 37.28995900900003 - ], - [ - -121.80927592899997, - 37.28983380500006 - ], - [ - -121.80928139199995, - 37.289576442000055 - ], - [ - -121.80927389799996, - 37.289406960000065 - ], - [ - -121.80926019799995, - 37.28921035500008 - ], - [ - -121.80924094499994, - 37.28890591000004 - ], - [ - -121.80922843699994, - 37.28864645900006 - ], - [ - -121.80923126599998, - 37.28851513400008 - ], - [ - -121.80925808099994, - 37.28844156500003 - ], - [ - -121.80922704999995, - 37.28795038100003 - ], - [ - -121.80922497299997, - 37.28791689500008 - ], - [ - -121.80914035099994, - 37.28676029300004 - ], - [ - -121.80913755199998, - 37.28659391800005 - ], - [ - -121.80947507699995, - 37.286580736000076 - ], - [ - -121.80947282099999, - 37.286537226000064 - ], - [ - -121.80946952699998, - 37.286434145000044 - ], - [ - -121.80945725599997, - 37.28627977700006 - ], - [ - -121.80944891499996, - 37.28614537200008 - ], - [ - -121.80942782899996, - 37.28585246100005 - ], - [ - -121.809426111, - 37.28582801300007 - ], - [ - -121.80942083999997, - 37.28573310300004 - ], - [ - -121.80941168399994, - 37.285527656000056 - ], - [ - -121.80939999399999, - 37.28535904600005 - ], - [ - -121.80939381099995, - 37.285213698000064 - ], - [ - -121.80938646899995, - 37.285070948000055 - ], - [ - -121.809379617, - 37.28494792500004 - ], - [ - -121.80937100699998, - 37.284789947000036 - ], - [ - -121.80935247699995, - 37.28463150600004 - ], - [ - -121.80934106399997, - 37.284532659000035 - ], - [ - -121.809321765, - 37.28437779800004 - ], - [ - -121.80930813199996, - 37.284274856000025 - ], - [ - -121.80928804899997, - 37.28414065000004 - ], - [ - -121.80927233199998, - 37.28405288400006 - ], - [ - -121.80926195299998, - 37.28399829500006 - ], - [ - -121.80924761399996, - 37.28392706300008 - ], - [ - -121.80923420699997, - 37.28385836100006 - ], - [ - -121.80922448099994, - 37.28381337600007 - ], - [ - -121.80919954399997, - 37.28370124600008 - ], - [ - -121.80918968499998, - 37.28366173300003 - ], - [ - -121.809179369, - 37.28362227300005 - ], - [ - -121.80916862599997, - 37.28358293100007 - ], - [ - -121.80915212199994, - 37.28352550300008 - ], - [ - -121.809108633, - 37.28338453200007 - ], - [ - -121.80907280599996, - 37.28327380300004 - ], - [ - -121.80903717299998, - 37.283169230000055 - ], - [ - -121.80895346499995, - 37.282938272000024 - ], - [ - -121.80885314799997, - 37.28268634900007 - ], - [ - -121.80877743499997, - 37.28250128600007 - ], - [ - -121.80866987799999, - 37.28224472900007 - ], - [ - -121.808530954, - 37.281973461000064 - ], - [ - -121.80842562199996, - 37.281793261000075 - ], - [ - -121.80832306899998, - 37.281801365000035 - ], - [ - -121.80827478299994, - 37.28180524700008 - ], - [ - -121.80816473799996, - 37.28181409700005 - ], - [ - -121.80808364299997, - 37.28182061100006 - ], - [ - -121.80804691499998, - 37.281823631000066 - ], - [ - -121.80799519699997, - 37.281827917000044 - ], - [ - -121.80784976299998, - 37.28183929200003 - ], - [ - -121.80772159599996, - 37.281845461000046 - ], - [ - -121.80760230099997, - 37.28184791500007 - ], - [ - -121.80742234699994, - 37.28183143000007 - ], - [ - -121.80724505699999, - 37.281801683000026 - ], - [ - -121.80707197799995, - 37.28175893500003 - ], - [ - -121.80690463399998, - 37.281703511000046 - ], - [ - -121.80674444399995, - 37.28163594200004 - ], - [ - -121.80662387499996, - 37.28158515700005 - ], - [ - -121.80663528899998, - 37.281423579000034 - ], - [ - -121.80647587099998, - 37.28138065300004 - ], - [ - -121.80622909599998, - 37.281282532000034 - ], - [ - -121.80598142799994, - 37.28118242800008 - ], - [ - -121.80590923499994, - 37.281152562000045 - ], - [ - -121.80557965499997, - 37.28101873900005 - ], - [ - -121.80550211499997, - 37.28098776400003 - ], - [ - -121.80534696899997, - 37.28092521900004 - ], - [ - -121.80522945599995, - 37.28087534900004 - ], - [ - -121.80515352999998, - 37.28083993600006 - ], - [ - -121.80507526199995, - 37.28080006600004 - ], - [ - -121.80497574199995, - 37.28074546200003 - ], - [ - -121.80491686299996, - 37.28071027400006 - ], - [ - -121.80488855799996, - 37.279964825000036 - ], - [ - -121.80331858699998, - 37.27868584400005 - ], - [ - -121.80277305199996, - 37.279141122000055 - ], - [ - -121.80250636599999, - 37.278989538000076 - ], - [ - -121.80234456499994, - 37.27889316400007 - ], - [ - -121.80223636999995, - 37.27880901200007 - ], - [ - -121.80163842699994, - 37.27831254800003 - ], - [ - -121.80153363999995, - 37.27823971200007 - ], - [ - -121.801361725, - 37.27815452800007 - ], - [ - -121.80053014699996, - 37.27802219300003 - ], - [ - -121.80008020699995, - 37.27797622000003 - ], - [ - -121.799933061, - 37.27796118400005 - ], - [ - -121.79977560499998, - 37.27794649800006 - ], - [ - -121.79979817699996, - 37.277864005000026 - ], - [ - -121.79987822099997, - 37.27757148100005 - ], - [ - -121.80005274399997, - 37.27693362700006 - ], - [ - -121.80055812699999, - 37.27553161800006 - ], - [ - -121.80057015699998, - 37.27546739400003 - ], - [ - -121.80057957599996, - 37.27546877700007 - ], - [ - -121.80070253899999, - 37.275486844000056 - ], - [ - -121.80090303599997, - 37.27551618100006 - ], - [ - -121.80092399799997, - 37.275519270000075 - ], - [ - -121.80092730099994, - 37.27551975700004 - ], - [ - -121.80132654399995, - 37.27557817600007 - ], - [ - -121.801529217, - 37.27560748800005 - ], - [ - -121.80166418399995, - 37.27562562700007 - ], - [ - -121.801814837, - 37.275641531000076 - ], - [ - -121.80194025999998, - 37.275654375000045 - ], - [ - -121.80206513099995, - 37.27567008400007 - ], - [ - -121.80218942299996, - 37.275688640000055 - ], - [ - -121.80226388799997, - 37.27570136200006 - ], - [ - -121.80233789, - 37.27571543900007 - ], - [ - -121.802410507, - 37.275730655000075 - ], - [ - -121.80244130499995, - 37.27573766000006 - ], - [ - -121.80251045699998, - 37.27575451600006 - ], - [ - -121.80257937699997, - 37.27577114600007 - ], - [ - -121.80261654299994, - 37.27578025300005 - ], - [ - -121.80268313699997, - 37.27579828200004 - ], - [ - -121.80276619899996, - 37.275824414000056 - ], - [ - -121.80279813499999, - 37.27583513700006 - ], - [ - -121.80280016499995, - 37.27583582900007 - ], - [ - -121.80285650599996, - 37.27585536300006 - ], - [ - -121.80290092099995, - 37.275872813000035 - ], - [ - -121.80295173599995, - 37.275892644000066 - ], - [ - -121.80301940599998, - 37.27591983900004 - ], - [ - -121.80308328599995, - 37.27594638800008 - ], - [ - -121.80314635499997, - 37.27597420800004 - ], - [ - -121.80320852999995, - 37.27600322600006 - ], - [ - -121.80328573099996, - 37.27604139400006 - ], - [ - -121.80336182599996, - 37.276080284000045 - ], - [ - -121.80343832699998, - 37.276121068000066 - ], - [ - -121.80351277499994, - 37.276162310000075 - ], - [ - -121.80351777599998, - 37.27616502300003 - ], - [ - -121.80367997499997, - 37.276259767000056 - ], - [ - -121.80383395499996, - 37.27634970100007 - ], - [ - -121.803838843, - 37.27635244000004 - ], - [ - -121.80393891299997, - 37.27640772500007 - ], - [ - -121.80404010499996, - 37.27646318200004 - ], - [ - -121.80414074999999, - 37.27651857500007 - ], - [ - -121.80418572599996, - 37.27654355000004 - ], - [ - -121.80427378099995, - 37.276591507000035 - ], - [ - -121.80434645499997, - 37.276627939000036 - ], - [ - -121.804383036, - 37.276646164000056 - ], - [ - -121.80445308299994, - 37.276679717000036 - ], - [ - -121.80452484199998, - 37.276712978000035 - ], - [ - -121.80459755399994, - 37.27674496900005 - ], - [ - -121.80467110299998, - 37.27677566800003 - ], - [ - -121.80474451999999, - 37.276805499000034 - ], - [ - -121.80477569899995, - 37.27681785600004 - ], - [ - -121.80485176499997, - 37.276846696000064 - ], - [ - -121.80492855299997, - 37.276874314000054 - ], - [ - -121.80500808999994, - 37.276900186000034 - ], - [ - -121.80506111199998, - 37.27691676200004 - ], - [ - -121.80508573599997, - 37.27692447700008 - ], - [ - -121.80511257399996, - 37.276932647000024 - ], - [ - -121.805163661, - 37.27694814600005 - ], - [ - -121.80523990199998, - 37.27697068800006 - ], - [ - -121.80531979099999, - 37.27699381000008 - ], - [ - -121.80532583499996, - 37.27699550500006 - ], - [ - -121.80535761599998, - 37.27700446700004 - ], - [ - -121.80538243599995, - 37.27701183500005 - ], - [ - -121.80540040099999, - 37.27701717400004 - ], - [ - -121.80542864799997, - 37.27702718200004 - ], - [ - -121.80548360999995, - 37.27704662000008 - ], - [ - -121.80557759799996, - 37.27707986100006 - ], - [ - -121.80561033899994, - 37.27709144500005 - ], - [ - -121.80571138699997, - 37.27712545300005 - ], - [ - -121.80573798199998, - 37.27713440400004 - ], - [ - -121.80576212299997, - 37.27714230600003 - ], - [ - -121.805851266, - 37.27728689000003 - ], - [ - -121.80597269299994, - 37.27749387700004 - ], - [ - -121.806134064, - 37.27768357100007 - ], - [ - -121.806433584, - 37.27784203600004 - ], - [ - -121.80708356999997, - 37.278185955000026 - ], - [ - -121.808908407, - 37.27824996600003 - ], - [ - -121.80890384099996, - 37.27830087700005 - ], - [ - -121.80890263699996, - 37.27831466900005 - ], - [ - -121.80888832399995, - 37.278473889000054 - ], - [ - -121.810484224, - 37.27847623900004 - ], - [ - -121.81194474899996, - 37.27847837200005 - ], - [ - -121.81264200399994, - 37.278985642000066 - ], - [ - -121.81342836799996, - 37.28021453300005 - ], - [ - -121.81382712799996, - 37.28127714800007 - ], - [ - -121.81401838199997, - 37.28235397100008 - ], - [ - -121.81432039899994, - 37.282372029000044 - ], - [ - -121.81500878299994, - 37.28242566900008 - ], - [ - -121.81459608399996, - 37.28337410800003 - ], - [ - -121.81451273399995, - 37.283583269000076 - ], - [ - -121.81447182999995, - 37.283681193000064 - ], - [ - -121.81442527999997, - 37.28382953600004 - ], - [ - -121.81440344699996, - 37.28386672400006 - ], - [ - -121.81438576199997, - 37.28390528600005 - ], - [ - -121.81437230799997, - 37.28394492100006 - ], - [ - -121.81436027399997, - 37.28400347000007 - ], - [ - -121.81435750399999, - 37.28403813400007 - ], - [ - -121.81435111699994, - 37.28407249400004 - ], - [ - -121.81434114199999, - 37.28410629900003 - ], - [ - -121.81432762799994, - 37.284139320000065 - ], - [ - -121.81431071699996, - 37.28417130300005 - ], - [ - -121.81431064599997, - 37.28419829100005 - ], - [ - -121.81411084499996, - 37.284190600000045 - ], - [ - -121.81408284199995, - 37.28418812100006 - ], - [ - -121.81390752399994, - 37.28417335600005 - ], - [ - -121.81388586399999, - 37.28417151600007 - ], - [ - -121.813769149, - 37.28416126600007 - ], - [ - -121.81351826799994, - 37.284869239000045 - ], - [ - -121.81324589899998, - 37.285637766000036 - ], - [ - -121.81297887399995, - 37.28639119300004 - ], - [ - -121.81309037299997, - 37.287518513000066 - ], - [ - -121.81403934899998, - 37.28777714300003 - ], - [ - -121.81590475299998, - 37.288008099000024 - ], - [ - -121.81687392099997, - 37.28809311300006 - ], - [ - -121.818457476, - 37.28805128600004 - ], - [ - -121.81882002599997, - 37.28840911200007 - ], - [ - -121.81909775899999, - 37.28878201400005 - ], - [ - -121.81927515299998, - 37.289006279000034 - ], - [ - -121.81917753899995, - 37.289226592000034 - ], - [ - -121.81899230899995, - 37.28964455900007 - ], - [ - -121.81868718599998, - 37.29015866100008 - ] - ], - [ - [ - -121.84439863299997, - 37.28371427800005 - ], - [ - -121.84445011399998, - 37.28361409400003 - ], - [ - -121.84302099499996, - 37.28220382500007 - ], - [ - -121.84340619899996, - 37.281556642000055 - ], - [ - -121.84432149999998, - 37.28101258100003 - ], - [ - -121.84440152499997, - 37.28105984500007 - ], - [ - -121.84580753399996, - 37.28254828000007 - ], - [ - -121.845896311, - 37.282643922000034 - ], - [ - -121.84590459499998, - 37.28265696600005 - ], - [ - -121.84591139899999, - 37.28267055300006 - ], - [ - -121.84591666499995, - 37.282684569000025 - ], - [ - -121.84592038899996, - 37.28269890100006 - ], - [ - -121.84592248499996, - 37.282713458000046 - ], - [ - -121.84592300499997, - 37.28272807900004 - ], - [ - -121.84592189399996, - 37.282742695000024 - ], - [ - -121.84591920399998, - 37.282757169000035 - ], - [ - -121.845914876, - 37.28277138800007 - ], - [ - -121.84590902399998, - 37.28278525700006 - ], - [ - -121.845901675, - 37.28279866400004 - ], - [ - -121.84589285299995, - 37.282811492000064 - ], - [ - -121.845882674, - 37.28282364900008 - ], - [ - -121.84587119099996, - 37.282835042000045 - ], - [ - -121.84576402199997, - 37.282893681000076 - ], - [ - -121.84565805299997, - 37.282953794000036 - ], - [ - -121.84555328199997, - 37.28301531200003 - ], - [ - -121.84544982899996, - 37.28307825700006 - ], - [ - -121.84534768699996, - 37.283142560000044 - ], - [ - -121.84524685999997, - 37.28320817600007 - ], - [ - -121.84514745699994, - 37.283275126000035 - ], - [ - -121.84504969299996, - 37.28335029600004 - ], - [ - -121.84501577699996, - 37.28338142300004 - ], - [ - -121.84496061199997, - 37.283432051000034 - ], - [ - -121.84488092099997, - 37.28351976400006 - ], - [ - -121.84481120599997, - 37.28361278700004 - ], - [ - -121.84475205999996, - 37.28371033600007 - ], - [ - -121.84470022399995, - 37.283816269000056 - ], - [ - -121.84465656699996, - 37.28392462700003 - ], - [ - -121.84462139399994, - 37.284034854000026 - ], - [ - -121.84459477999997, - 37.28414626600005 - ], - [ - -121.84457685599995, - 37.28425824200008 - ], - [ - -121.84456758099998, - 37.28437014200006 - ], - [ - -121.84455998899995, - 37.284427476000076 - ], - [ - -121.84455374499998, - 37.28448488600003 - ], - [ - -121.84454888, - 37.28454248700007 - ], - [ - -121.84454533199994, - 37.28460009500003 - ], - [ - -121.84454313099997, - 37.28465778000003 - ], - [ - -121.84454227999998, - 37.28471547200007 - ], - [ - -121.84454277199995, - 37.284773148000056 - ], - [ - -121.84454461099995, - 37.28483083100008 - ], - [ - -121.84454779499998, - 37.284888385000045 - ], - [ - -121.84454536899995, - 37.28491759700006 - ], - [ - -121.84453972999995, - 37.28494650400006 - ], - [ - -121.84453090099998, - 37.284974919000035 - ], - [ - -121.84451893799996, - 37.28500259200007 - ], - [ - -121.84450397799998, - 37.28502931600008 - ], - [ - -121.84455865499996, - 37.28514661300005 - ], - [ - -121.84456573199998, - 37.28516100200005 - ], - [ - -121.84465809499994, - 37.285232982000025 - ], - [ - -121.84548770099997, - 37.28638329700004 - ], - [ - -121.84848018099996, - 37.287563109000075 - ], - [ - -121.84852800199997, - 37.28793524900004 - ], - [ - -121.84836290399994, - 37.28788122900005 - ], - [ - -121.848336244, - 37.28795343200005 - ], - [ - -121.84826095899996, - 37.28792806800004 - ], - [ - -121.84790723799995, - 37.28780876400003 - ], - [ - -121.84755385299997, - 37.287688838000065 - ], - [ - -121.84720077099996, - 37.287568333000024 - ], - [ - -121.84705661399994, - 37.28751892500003 - ], - [ - -121.84684805499995, - 37.28744725200005 - ], - [ - -121.846555546, - 37.287346239000044 - ], - [ - -121.84622801199998, - 37.287217198000064 - ], - [ - -121.84598140399999, - 37.28710860600006 - ], - [ - -121.84587807599996, - 37.28706268500008 - ], - [ - -121.84532721199997, - 37.28742430800003 - ], - [ - -121.84517098899994, - 37.287532173000045 - ], - [ - -121.84512929299996, - 37.287491611000064 - ], - [ - -121.84502805399995, - 37.28739473700006 - ], - [ - -121.84498362099998, - 37.28735164300008 - ], - [ - -121.84476133299995, - 37.28713607900005 - ], - [ - -121.84450491099994, - 37.286889434000045 - ], - [ - -121.84466441399996, - 37.286796594000066 - ], - [ - -121.84494941499997, - 37.28660949400006 - ], - [ - -121.84403868899994, - 37.28608408000008 - ], - [ - -121.84371924499999, - 37.28585303500006 - ], - [ - -121.84364879799995, - 37.28596131000006 - ], - [ - -121.84349081, - 37.285765241000036 - ], - [ - -121.84352340099997, - 37.28574241200005 - ], - [ - -121.84354605599998, - 37.28572777800008 - ], - [ - -121.84363724099995, - 37.28566092400007 - ], - [ - -121.84373888699997, - 37.285586281000064 - ], - [ - -121.84420676899998, - 37.28526851500004 - ], - [ - -121.84420589299998, - 37.28497437000004 - ], - [ - -121.84420799599997, - 37.28473441600005 - ], - [ - -121.84420347499997, - 37.284390435000034 - ], - [ - -121.84420509499995, - 37.28437228900003 - ], - [ - -121.84420731799997, - 37.28435413500006 - ], - [ - -121.84421002999994, - 37.28433606700003 - ], - [ - -121.84423300099996, - 37.28417649000005 - ], - [ - -121.84427227999998, - 37.28401894900003 - ], - [ - -121.84432762699998, - 37.283864540000025 - ], - [ - -121.84439863299997, - 37.28371427800005 - ] - ], - [ - [ - -121.86530209899996, - 37.28722394500005 - ], - [ - -121.86506304699998, - 37.287072615000056 - ], - [ - -121.86479320099994, - 37.28686787400005 - ], - [ - -121.86448161899995, - 37.28663038500008 - ], - [ - -121.86432369599999, - 37.28651003900006 - ], - [ - -121.865615301, - 37.286495856000045 - ], - [ - -121.86649920399998, - 37.286889848000044 - ], - [ - -121.86698875499997, - 37.28728413300007 - ], - [ - -121.86742789799996, - 37.28697237500006 - ], - [ - -121.86736351999997, - 37.28730104600004 - ], - [ - -121.86734210499998, - 37.287317478000034 - ], - [ - -121.86701793799995, - 37.287565725000036 - ], - [ - -121.866709534, - 37.28780190700007 - ], - [ - -121.86622858599998, - 37.28817018400008 - ], - [ - -121.86562145499994, - 37.288635105000026 - ], - [ - -121.86541797499996, - 37.28879093100005 - ], - [ - -121.86493873799998, - 37.28915789900003 - ], - [ - -121.864848527, - 37.289084238000044 - ], - [ - -121.86388897499995, - 37.28830082200005 - ], - [ - -121.86427280499998, - 37.28801352600004 - ], - [ - -121.86530209899996, - 37.28722394500005 - ] - ], - [ - [ - -121.93764004599996, - 37.26328400500006 - ], - [ - -121.93764378399999, - 37.26342017700006 - ], - [ - -121.93764631, - 37.26351156900006 - ], - [ - -121.93761264399996, - 37.26348547600003 - ], - [ - -121.93759063899995, - 37.26346851000005 - ], - [ - -121.93756789899999, - 37.263452149000045 - ], - [ - -121.93754448499999, - 37.263436366000064 - ], - [ - -121.93725377099997, - 37.26323232300007 - ], - [ - -121.93708998399995, - 37.26311896900006 - ], - [ - -121.93704429899998, - 37.26308736900006 - ], - [ - -121.936994369, - 37.26305392000006 - ], - [ - -121.93690586999998, - 37.262995584000066 - ], - [ - -121.93686174799996, - 37.26296932200006 - ], - [ - -121.93683025699994, - 37.26295055000003 - ], - [ - -121.93677445999998, - 37.26291731200007 - ], - [ - -121.93657914199997, - 37.262801 - ], - [ - -121.93657682399999, - 37.262799587000075 - ], - [ - -121.93649544699997, - 37.26275114300006 - ], - [ - -121.93647180399995, - 37.26273836200005 - ], - [ - -121.936424489, - 37.26271282600004 - ], - [ - -121.93638146199999, - 37.26268980000003 - ], - [ - -121.93634575399994, - 37.262670713000034 - ], - [ - -121.93629086599998, - 37.262641561000066 - ], - [ - -121.93626581099994, - 37.26262827100004 - ], - [ - -121.93619987499994, - 37.262593508000066 - ], - [ - -121.93618682699997, - 37.26258664100004 - ], - [ - -121.93617953899997, - 37.26258297700008 - ], - [ - -121.93611587499998, - 37.26255159700003 - ], - [ - -121.93611217399996, - 37.26254978900005 - ], - [ - -121.93607964799997, - 37.26253375300007 - ], - [ - -121.93603105999995, - 37.262510520000035 - ], - [ - -121.93597967199997, - 37.26248615500003 - ], - [ - -121.93594568799995, - 37.262470251000025 - ], - [ - -121.93588590299998, - 37.26244253100003 - ], - [ - -121.93587737799999, - 37.26243858500004 - ], - [ - -121.93582586599996, - 37.26241529600003 - ], - [ - -121.93579741299999, - 37.26240250700005 - ], - [ - -121.93577430199997, - 37.262392101000046 - ], - [ - -121.93576893099998, - 37.262389762000055 - ], - [ - -121.93573108199996, - 37.262373883000066 - ], - [ - -121.93570942699995, - 37.262364809000076 - ], - [ - -121.93568156799995, - 37.26235322600007 - ], - [ - -121.93561658699997, - 37.262326302000076 - ], - [ - -121.93559799499997, - 37.26231861100007 - ], - [ - -121.93555380199996, - 37.26230049800006 - ], - [ - -121.93548928799999, - 37.262274095000066 - ], - [ - -121.93552253499996, - 37.26220538300004 - ], - [ - -121.935566554, - 37.262114405000034 - ], - [ - -121.93556136799998, - 37.262111333000064 - ], - [ - -121.93555652099997, - 37.26210793600006 - ], - [ - -121.93555209699997, - 37.262104167000075 - ], - [ - -121.93554801, - 37.262100144000044 - ], - [ - -121.93554443299996, - 37.262095861000034 - ], - [ - -121.93554125299994, - 37.262091346000034 - ], - [ - -121.93553858599995, - 37.262086640000064 - ], - [ - -121.93553642999996, - 37.26208176700004 - ], - [ - -121.93553481699996, - 37.262076774000036 - ], - [ - -121.93553371699994, - 37.262071683000045 - ], - [ - -121.93553318899995, - 37.262066563000076 - ], - [ - -121.93553317499999, - 37.26206136600007 - ], - [ - -121.93553373399999, - 37.26205623200008 - ], - [ - -121.93553478299998, - 37.26205113800006 - ], - [ - -121.93553643299998, - 37.262046127000076 - ], - [ - -121.93534226099996, - 37.26198929200007 - ], - [ - -121.93533909799999, - 37.26199310800007 - ], - [ - -121.93533555899995, - 37.261996699000065 - ], - [ - -121.93533164299998, - 37.26200006600004 - ], - [ - -121.93532737799995, - 37.26200311600007 - ], - [ - -121.93532279099998, - 37.26200589700005 - ], - [ - -121.93531799799996, - 37.262008335000075 - ], - [ - -121.935312883, - 37.262010436000025 - ], - [ - -121.93530758999998, - 37.26201219400008 - ], - [ - -121.93530211899997, - 37.26201358900005 - ], - [ - -121.93529652499996, - 37.26201461900007 - ], - [ - -121.93529083899995, - 37.262015261000045 - ], - [ - -121.93528511599999, - 37.26201551500003 - ], - [ - -121.93527938399995, - 37.26201535700005 - ], - [ - -121.93527370299995, - 37.262014830000055 - ], - [ - -121.93526807399996, - 37.26201393800005 - ], - [ - -121.93522120799997, - 37.261998306000066 - ], - [ - -121.93510088499994, - 37.261960411000075 - ], - [ - -121.93504490299995, - 37.261944250000056 - ], - [ - -121.93502045399998, - 37.26193726900004 - ], - [ - -121.93494567099998, - 37.26191593800007 - ], - [ - -121.93484483999998, - 37.261887829000045 - ], - [ - -121.93477122799999, - 37.26186787700004 - ], - [ - -121.93473872599998, - 37.26185907400003 - ], - [ - -121.93463462999995, - 37.261832447000074 - ], - [ - -121.93452238299994, - 37.261804890000064 - ], - [ - -121.93445765299998, - 37.26179112500006 - ], - [ - -121.93444594699997, - 37.261788522000074 - ], - [ - -121.93435329099998, - 37.26176846000004 - ], - [ - -121.93426801499999, - 37.26175110200006 - ], - [ - -121.93416481999998, - 37.261731078000025 - ], - [ - -121.93414651399996, - 37.261727731000065 - ], - [ - -121.93407158699995, - 37.26171388500006 - ], - [ - -121.93402647199997, - 37.26170594600006 - ], - [ - -121.93402235099995, - 37.261438732000045 - ], - [ - -121.93402317799996, - 37.26133853300007 - ], - [ - -121.93402116399994, - 37.261227381000026 - ], - [ - -121.93402096799997, - 37.261039433000064 - ], - [ - -121.93377259899995, - 37.26102203500005 - ], - [ - -121.93365776099995, - 37.26101465100004 - ], - [ - -121.93352155399998, - 37.261005468000064 - ], - [ - -121.93327383399998, - 37.26099650800006 - ], - [ - -121.93302616299997, - 37.26099013100003 - ], - [ - -121.93301801899997, - 37.26046788000008 - ], - [ - -121.93301281499998, - 37.26035015200006 - ], - [ - -121.93301181799995, - 37.260267784000064 - ], - [ - -121.93301079199995, - 37.260180356000035 - ], - [ - -121.93285642899997, - 37.260181558000056 - ], - [ - -121.93264860699998, - 37.26018321000004 - ], - [ - -121.93244027099996, - 37.260184980000076 - ], - [ - -121.93243634499999, - 37.25980498600006 - ], - [ - -121.93223262099997, - 37.25980372500004 - ], - [ - -121.93196623899996, - 37.259805518000064 - ], - [ - -121.931963581, - 37.25964124600006 - ], - [ - -121.93195882799995, - 37.259300265000036 - ], - [ - -121.93184283199997, - 37.259302508000076 - ], - [ - -121.93179852199995, - 37.25930360000007 - ], - [ - -121.93149413299994, - 37.25930347700006 - ], - [ - -121.93135627799995, - 37.25930530900007 - ], - [ - -121.93135696099995, - 37.25935146000006 - ], - [ - -121.93135700099998, - 37.259355122000045 - ], - [ - -121.93135808499994, - 37.25948949600007 - ], - [ - -121.93135827099997, - 37.25951579400004 - ], - [ - -121.93136024999995, - 37.25976726300007 - ], - [ - -121.93136236699996, - 37.25993476900004 - ], - [ - -121.93136617899995, - 37.260150414000066 - ], - [ - -121.93136633199998, - 37.26015842500004 - ], - [ - -121.93136674299996, - 37.26021285200005 - ], - [ - -121.93136722, - 37.260275198000045 - ], - [ - -121.93136806099994, - 37.260384945000055 - ], - [ - -121.93137072499997, - 37.26050623000003 - ], - [ - -121.93138193099998, - 37.26071615400008 - ], - [ - -121.93139749799997, - 37.260908560000075 - ], - [ - -121.93141136999998, - 37.26112014600005 - ], - [ - -121.93141188899995, - 37.26131939700008 - ], - [ - -121.93141328699994, - 37.261537590000046 - ], - [ - -121.93141850499995, - 37.26164108000006 - ], - [ - -121.93142385899995, - 37.26174733800008 - ], - [ - -121.93141538299994, - 37.261747351000054 - ], - [ - -121.93122559999995, - 37.26174754400006 - ], - [ - -121.93077182699994, - 37.261744735000036 - ], - [ - -121.93064338999994, - 37.26174055800004 - ], - [ - -121.93016921999998, - 37.26174332900007 - ], - [ - -121.92986302299994, - 37.26174510100003 - ], - [ - -121.92947938799995, - 37.26174546000004 - ], - [ - -121.92903509599995, - 37.26174561800008 - ], - [ - -121.92869054199997, - 37.261745337000036 - ], - [ - -121.92854173599994, - 37.261745322000024 - ], - [ - -121.92847262999999, - 37.26174522700006 - ], - [ - -121.92835655699997, - 37.26174517800007 - ], - [ - -121.92816494599998, - 37.26174557000007 - ], - [ - -121.928157334, - 37.261585410000066 - ], - [ - -121.92815917099995, - 37.261329180000075 - ], - [ - -121.92816942299999, - 37.26118063600006 - ], - [ - -121.92818520299994, - 37.26105168700008 - ], - [ - -121.92821666599997, - 37.260926737000034 - ], - [ - -121.92828187299995, - 37.26070761600005 - ], - [ - -121.92837680099996, - 37.26049731200004 - ], - [ - -121.92837139599999, - 37.260494745000074 - ], - [ - -121.92850208699997, - 37.26029309300003 - ], - [ - -121.92865766399996, - 37.26014403500005 - ], - [ - -121.92881611599995, - 37.25999107200005 - ], - [ - -121.92904323799996, - 37.25979156100004 - ], - [ - -121.92911880899999, - 37.25973137700004 - ], - [ - -121.92910124599996, - 37.259723466000025 - ], - [ - -121.928837924, - 37.25952259200005 - ], - [ - -121.92871183999995, - 37.25942703100003 - ], - [ - -121.92867472999995, - 37.25939726900003 - ], - [ - -121.92863934199994, - 37.25936620500005 - ], - [ - -121.92860576199996, - 37.25933388300007 - ], - [ - -121.92856488499996, - 37.25929576500005 - ], - [ - -121.92855135499997, - 37.25928311200005 - ], - [ - -121.92849319299995, - 37.259235112000056 - ], - [ - -121.928421792, - 37.259296207000034 - ], - [ - -121.92842589499998, - 37.25929970400006 - ], - [ - -121.92842960499996, - 37.25930350400006 - ], - [ - -121.92843286099998, - 37.259307517000025 - ], - [ - -121.92843566299996, - 37.25931176300003 - ], - [ - -121.928438009, - 37.25931617400005 - ], - [ - -121.92843984399997, - 37.25932075400004 - ], - [ - -121.92844119299997, - 37.25932543000005 - ], - [ - -121.92844202799995, - 37.25933018100005 - ], - [ - -121.92844231999999, - 37.25933498300003 - ], - [ - -121.92844209699996, - 37.25933977100004 - ], - [ - -121.92844135799999, - 37.25934454000003 - ], - [ - -121.92844010099998, - 37.25934922500005 - ], - [ - -121.92843832699998, - 37.25935382500006 - ], - [ - -121.92843603499995, - 37.259358270000064 - ], - [ - -121.92843330999995, - 37.25936253800006 - ], - [ - -121.92843012399999, - 37.25936660600007 - ], - [ - -121.92842650299997, - 37.25937045000006 - ], - [ - -121.92842247599998, - 37.25937397800004 - ], - [ - -121.92822600499994, - 37.25955011100007 - ], - [ - -121.92816704799998, - 37.25960297300003 - ], - [ - -121.92815791099997, - 37.259610363000036 - ], - [ - -121.92810921599994, - 37.259654814000044 - ], - [ - -121.92806613999994, - 37.25969500800005 - ], - [ - -121.92804105, - 37.25972035600006 - ], - [ - -121.92802087799998, - 37.259740745000045 - ], - [ - -121.92797676999999, - 37.259786948000055 - ], - [ - -121.92794208599997, - 37.25982427100007 - ], - [ - -121.92791424099994, - 37.25985525900006 - ], - [ - -121.92788359099995, - 37.25989390500007 - ], - [ - -121.92785839399994, - 37.259922620000054 - ], - [ - -121.92784221099998, - 37.259943441000075 - ], - [ - -121.92781856999994, - 37.25997270800008 - ], - [ - -121.92777260499997, - 37.26003562000005 - ], - [ - -121.927728834, - 37.26009949100006 - ], - [ - -121.92768720099997, - 37.26016427500008 - ], - [ - -121.92766763499998, - 37.26019701600006 - ], - [ - -121.927642758, - 37.26023952800006 - ], - [ - -121.927607847, - 37.26030395400005 - ], - [ - -121.92758212999996, - 37.26035494700005 - ], - [ - -121.92757357899995, - 37.260372036000035 - ], - [ - -121.92756579199994, - 37.26038865700008 - ], - [ - -121.92756214599996, - 37.260398750000036 - ], - [ - -121.927550941, - 37.26042081500003 - ], - [ - -121.92754002199996, - 37.26044294600007 - ], - [ - -121.92752936299996, - 37.26046518800007 - ], - [ - -121.92751430899995, - 37.26050171900005 - ], - [ - -121.92749914199999, - 37.260538231000055 - ], - [ - -121.92748385799996, - 37.26057469800003 - ], - [ - -121.92747626199997, - 37.26059536900004 - ], - [ - -121.92746869599995, - 37.26061604000006 - ], - [ - -121.92746109899997, - 37.26063671000003 - ], - [ - -121.92744588699998, - 37.26068597200003 - ], - [ - -121.92743411299995, - 37.26073223800006 - ], - [ - -121.92742975199997, - 37.26075726500005 - ], - [ - -121.927425073, - 37.260782249000044 - ], - [ - -121.92742010799998, - 37.26080723700005 - ], - [ - -121.92740788699996, - 37.26086912000005 - ], - [ - -121.92740384899997, - 37.26089613400006 - ], - [ - -121.92739978099996, - 37.26092310300004 - ], - [ - -121.92739568699994, - 37.26095011700005 - ], - [ - -121.92739079899997, - 37.26098819600003 - ], - [ - -121.92738562699998, - 37.26102625600004 - ], - [ - -121.92738016699997, - 37.261064275000024 - ], - [ - -121.92737564299995, - 37.26110784400004 - ], - [ - -121.92737186599999, - 37.26116806700003 - ], - [ - -121.92737054399998, - 37.26118129200006 - ], - [ - -121.92736936899996, - 37.26119329900007 - ], - [ - -121.92736806, - 37.26122222600003 - ], - [ - -121.92736610299994, - 37.26124731500005 - ], - [ - -121.92736472299998, - 37.26127244200006 - ], - [ - -121.92736385699999, - 37.26129756200004 - ], - [ - -121.92736168, - 37.261336639000035 - ], - [ - -121.92669569599997, - 37.261341049000066 - ], - [ - -121.92668621399997, - 37.261060120000025 - ], - [ - -121.92656035699997, - 37.261051492000036 - ], - [ - -121.92636296699999, - 37.26112732800004 - ], - [ - -121.926320611, - 37.26114377400006 - ], - [ - -121.926117525, - 37.261221282000065 - ], - [ - -121.92591538599999, - 37.26129882400005 - ], - [ - -121.92591064499999, - 37.26129647800008 - ], - [ - -121.92591504999996, - 37.261565060000066 - ], - [ - -121.92552202999997, - 37.26155975300003 - ], - [ - -121.92551612499994, - 37.261559412000054 - ], - [ - -121.92551024, - 37.26155870500003 - ], - [ - -121.92550449099997, - 37.261557562000064 - ], - [ - -121.92549887799998, - 37.26155605100007 - ], - [ - -121.92549342899997, - 37.26155414800007 - ], - [ - -121.92548822899994, - 37.261551877000045 - ], - [ - -121.925483284, - 37.26154925900005 - ], - [ - -121.92547864499994, - 37.26154629400003 - ], - [ - -121.92547434399995, - 37.26154305100005 - ], - [ - -121.92547038199996, - 37.26153950600008 - ], - [ - -121.92546684499996, - 37.261535680000065 - ], - [ - -121.92546373099998, - 37.26153166700004 - ], - [ - -121.92546104399997, - 37.26152741800007 - ], - [ - -121.92545884199995, - 37.26152305100004 - ], - [ - -121.92545712099997, - 37.26151849400003 - ], - [ - -121.92545591799995, - 37.26151383900003 - ], - [ - -121.92545519699996, - 37.26150913300006 - ], - [ - -121.92545736699998, - 37.26146664500004 - ], - [ - -121.92546266, - 37.26142434900004 - ], - [ - -121.92547110999999, - 37.26138238000004 - ], - [ - -121.9254850199999, - 37.26133079900006 - ], - [ - -121.92550418899998, - 37.26128030000007 - ], - [ - -121.92552845499995, - 37.26123120300008 - ], - [ - -121.92555768099999, - 37.26118390000005 - ], - [ - -121.92556650799997, - 37.26117214200008 - ], - [ - -121.92538639999998, - 37.26109092400003 - ], - [ - -121.92492296399996, - 37.260887281000066 - ], - [ - -121.92486884599998, - 37.26093436100007 - ], - [ - -121.92478922299995, - 37.26099399700007 - ], - [ - -121.92467550099997, - 37.26101199900006 - ], - [ - -121.92466021999996, - 37.261014061000026 - ], - [ - -121.92449068299999, - 37.26103677100008 - ], - [ - -121.92429901399998, - 37.26106419100006 - ], - [ - -121.92418109899995, - 37.261081465000075 - ], - [ - -121.92400073099998, - 37.261106846000075 - ], - [ - -121.92393011499996, - 37.26110711000007 - ], - [ - -121.92390892399999, - 37.261107207000066 - ], - [ - -121.92374380099994, - 37.26110894000004 - ], - [ - -121.92359225299998, - 37.26110771700007 - ], - [ - -121.92354544699998, - 37.26110867500006 - ], - [ - -121.92351197999994, - 37.26110768600006 - ], - [ - -121.923320188, - 37.26110759100004 - ], - [ - -121.92321827599994, - 37.26110670200006 - ], - [ - -121.92316833399997, - 37.26110682700005 - ], - [ - -121.92316724999995, - 37.26125759400003 - ], - [ - -121.92316506799995, - 37.26138372100007 - ], - [ - -121.92316621199996, - 37.26144381600005 - ], - [ - -121.92316705899998, - 37.26158464800005 - ], - [ - -121.922616383, - 37.26158520600006 - ], - [ - -121.92260502899995, - 37.26158449700006 - ], - [ - -121.92259380299998, - 37.26158303100004 - ], - [ - -121.92258276299998, - 37.261580784000046 - ], - [ - -121.92257199599999, - 37.26157780300008 - ], - [ - -121.92256161499995, - 37.261574084000074 - ], - [ - -121.92255162299995, - 37.261569672000064 - ], - [ - -121.92254218999994, - 37.261564591000024 - ], - [ - -121.92253331699999, - 37.26155886300006 - ], - [ - -121.92252509399998, - 37.26155257500005 - ], - [ - -121.92251757399998, - 37.26154573200006 - ], - [ - -121.92251081899997, - 37.26153839600005 - ], - [ - -121.92250485899996, - 37.26153061800005 - ], - [ - -121.92249980599996, - 37.26152248600005 - ], - [ - -121.92249560799996, - 37.26151402100004 - ], - [ - -121.92249234899998, - 37.261505294000074 - ], - [ - -121.92249003199998, - 37.26149639500005 - ], - [ - -121.92248833699995, - 37.26148865500005 - ], - [ - -121.92248649299995, - 37.26148055200008 - ], - [ - -121.92233414299994, - 37.261482288000025 - ], - [ - -121.92233060499996, - 37.26111407800005 - ], - [ - -121.92232749299995, - 37.26076815700003 - ], - [ - -121.92232833299994, - 37.26058347000003 - ], - [ - -121.92232985399994, - 37.26053542900007 - ], - [ - -121.92233134599996, - 37.26048734200003 - ], - [ - -121.92232197699997, - 37.26035313700004 - ], - [ - -121.92230509199999, - 37.26020311600007 - ], - [ - -121.92227343099995, - 37.26005462300003 - ], - [ - -121.922227239, - 37.25990859800004 - ], - [ - -121.92216676499999, - 37.25976592600006 - ], - [ - -121.922092395, - 37.25962754500006 - ], - [ - -121.92201244299997, - 37.25948616200003 - ], - [ - -121.92198947699995, - 37.25943349800008 - ], - [ - -121.92212682299999, - 37.259427526000024 - ], - [ - -121.92231203999995, - 37.25941939300003 - ], - [ - -121.92230957599998, - 37.259335004000036 - ], - [ - -121.92230501299997, - 37.25904836400008 - ], - [ - -121.92230329599994, - 37.25887824300003 - ], - [ - -121.92230258899997, - 37.258841079000035 - ], - [ - -121.922306258, - 37.25882171500007 - ], - [ - -121.92230487799998, - 37.25870243000003 - ], - [ - -121.92230041099998, - 37.25870246000005 - ], - [ - -121.92229923099995, - 37.25853347900005 - ], - [ - -121.92229841899996, - 37.258358197000064 - ], - [ - -121.922285021, - 37.25819428500006 - ], - [ - -121.92228435099997, - 37.25800540500006 - ], - [ - -121.92228402199999, - 37.25785259500003 - ], - [ - -121.922284978, - 37.25769201000003 - ], - [ - -121.922285623, - 37.25750611400008 - ], - [ - -121.92228222699998, - 37.25734100300008 - ], - [ - -121.92227730499997, - 37.257167991000074 - ], - [ - -121.92227475899995, - 37.25700095000008 - ], - [ - -121.92227385099994, - 37.256835694000074 - ], - [ - -121.92227289299996, - 37.25665586000008 - ], - [ - -121.92227054099999, - 37.256490005000046 - ], - [ - -121.92227154499994, - 37.25631392300005 - ], - [ - -121.92227006999997, - 37.256158037000034 - ], - [ - -121.92226992299999, - 37.25615025700006 - ], - [ - -121.92257924399996, - 37.256146888000046 - ], - [ - -121.92285625199997, - 37.25615036500005 - ], - [ - -121.923004935, - 37.256087327000046 - ], - [ - -121.92339760299996, - 37.255868005000025 - ], - [ - -121.92349691099997, - 37.25581678300006 - ], - [ - -121.923490169, - 37.25571683700008 - ], - [ - -121.92349017099997, - 37.25547312700007 - ], - [ - -121.92349001699995, - 37.255352155000026 - ], - [ - -121.92348929899998, - 37.25523917900006 - ], - [ - -121.92348821999997, - 37.25506662500004 - ], - [ - -121.92348709299995, - 37.25505858100007 - ], - [ - -121.92348636799994, - 37.25490904900005 - ], - [ - -121.92348365099997, - 37.25481754600003 - ], - [ - -121.92341488299996, - 37.254816780000056 - ], - [ - -121.92338950699997, - 37.25481651700005 - ], - [ - -121.92338177599999, - 37.25481658700005 - ], - [ - -121.923241567, - 37.25481765100005 - ], - [ - -121.92303643999998, - 37.254818725000064 - ], - [ - -121.92245592199998, - 37.25482090500003 - ], - [ - -121.92226997399996, - 37.25482158500006 - ], - [ - -121.92226755899998, - 37.254739760000064 - ], - [ - -121.92225978699997, - 37.254403281000066 - ], - [ - -121.922089116, - 37.25440462100005 - ], - [ - -121.922002019, - 37.25440529000008 - ], - [ - -121.92191477999995, - 37.25440596000004 - ], - [ - -121.92178183799996, - 37.25440821500007 - ], - [ - -121.92178151199994, - 37.254403069000034 - ], - [ - -121.92173267299995, - 37.254402655000035 - ], - [ - -121.92144158699995, - 37.25440955500005 - ], - [ - -121.92134617099998, - 37.25441245300004 - ], - [ - -121.921320961, - 37.254415110000025 - ], - [ - -121.92121575599998, - 37.25441346400004 - ], - [ - -121.92116946699997, - 37.254412767000076 - ], - [ - -121.92113666999995, - 37.254412227000046 - ], - [ - -121.92104356099998, - 37.25441296900004 - ], - [ - -121.92101366999998, - 37.25441323900003 - ], - [ - -121.92091039899998, - 37.25441417300004 - ], - [ - -121.92081189099997, - 37.25441559700005 - ], - [ - -121.920648568, - 37.25441792300006 - ], - [ - -121.92061495399997, - 37.25441805600008 - ], - [ - -121.92041380199998, - 37.25441873400007 - ], - [ - -121.92039207199997, - 37.25441895100005 - ], - [ - -121.92021387399996, - 37.25442058700003 - ], - [ - -121.92013441799998, - 37.25442130000005 - ], - [ - -121.920014606, - 37.254422410000075 - ], - [ - -121.91987669099996, - 37.25442367000005 - ], - [ - -121.91981871499996, - 37.25442421400004 - ], - [ - -121.91961901599996, - 37.25442601700007 - ], - [ - -121.91961606799998, - 37.25442605300003 - ], - [ - -121.91961088499994, - 37.254426092000074 - ], - [ - -121.91941404999994, - 37.25442794400004 - ], - [ - -121.91935924999996, - 37.25442841200004 - ], - [ - -121.91921584, - 37.254429738000056 - ], - [ - -121.91910377899995, - 37.254430753000065 - ], - [ - -121.91901479699999, - 37.25443155700003 - ], - [ - -121.91884283999997, - 37.25443317200006 - ], - [ - -121.91881297999998, - 37.25443343100005 - ], - [ - -121.91861453999996, - 37.25443524000008 - ], - [ - -121.91858462099998, - 37.25443551300003 - ], - [ - -121.91841527199995, - 37.25443706000004 - ], - [ - -121.91832596499995, - 37.254437868000025 - ], - [ - -121.91821600199995, - 37.25443887800003 - ], - [ - -121.91806927, - 37.25444021800007 - ], - [ - -121.91801412099994, - 37.25444075200005 - ], - [ - -121.91780359999996, - 37.25444266100004 - ], - [ - -121.91780017699995, - 37.254096996000044 - ], - [ - -121.91781340699998, - 37.25392932800003 - ], - [ - -121.91781048099995, - 37.25378852100005 - ], - [ - -121.91781143699995, - 37.25374833700005 - ], - [ - -121.91781125899996, - 37.253724213000055 - ], - [ - -121.91780958899994, - 37.253575289000025 - ], - [ - -121.91780896599994, - 37.25351825400003 - ], - [ - -121.91780769699994, - 37.25339992800008 - ], - [ - -121.91780664299995, - 37.25330542900008 - ], - [ - -121.91780580499994, - 37.25322610300003 - ], - [ - -121.91780446399997, - 37.25309944600008 - ], - [ - -121.91780396299998, - 37.25305188600004 - ], - [ - -121.91780217399997, - 37.25288799300006 - ], - [ - -121.917802124, - 37.25288085200003 - ], - [ - -121.91780023999996, - 37.25270743800007 - ], - [ - -121.91779991799996, - 37.25267830200005 - ], - [ - -121.91779836799998, - 37.25253464100007 - ], - [ - -121.91779765299998, - 37.25246817800007 - ], - [ - -121.91779646599997, - 37.25236015100006 - ], - [ - -121.9177954099999, - 37.25226063900004 - ], - [ - -121.91779467999999, - 37.25218927700007 - ], - [ - -121.91779313299998, - 37.252048384000034 - ], - [ - -121.91779271999997, - 37.25200998200006 - ], - [ - -121.91779098399996, - 37.25184739200006 - ], - [ - -121.917790933, - 37.25184313400007 - ], - [ - -121.91778886099996, - 37.25178666700003 - ], - [ - -121.917786875, - 37.25175897200006 - ], - [ - -121.917789944, - 37.251748633000034 - ], - [ - -121.91778920499996, - 37.25168132300007 - ], - [ - -121.91778743799995, - 37.25151672100003 - ], - [ - -121.91778570499997, - 37.25135426800006 - ], - [ - -121.91778451799996, - 37.25118897100003 - ], - [ - -121.91778322399995, - 37.25100884300008 - ], - [ - -121.917784144, - 37.25085794100005 - ], - [ - -121.91810581599998, - 37.25087282900006 - ], - [ - -121.91838145599996, - 37.25088375800004 - ], - [ - -121.91863559499996, - 37.250887317000036 - ], - [ - -121.91882791199998, - 37.25088784800005 - ], - [ - -121.91913068499997, - 37.250886069000046 - ], - [ - -121.91945345999994, - 37.250882141000034 - ], - [ - -121.91989168699996, - 37.250879550000036 - ], - [ - -121.92022629799999, - 37.25087755200008 - ], - [ - -121.92071770999996, - 37.250872550000054 - ], - [ - -121.92081727899995, - 37.250868480000065 - ], - [ - -121.92084938099998, - 37.25086715300006 - ], - [ - -121.921132651, - 37.25085309200006 - ], - [ - -121.921135973, - 37.25085316600007 - ], - [ - -121.92113926299999, - 37.25085301200005 - ], - [ - -121.92114254899997, - 37.250852629000065 - ], - [ - -121.92145562399998, - 37.250835437000035 - ], - [ - -121.92146260699997, - 37.250835238000036 - ], - [ - -121.92146955099997, - 37.250834559000054 - ], - [ - -121.92160284599998, - 37.25082861300007 - ], - [ - -121.921981588, - 37.250823945000036 - ], - [ - -121.921990543, - 37.250823516000025 - ], - [ - -121.92222594299994, - 37.250818939000055 - ], - [ - -121.92686995799994, - 37.25076356900007 - ], - [ - -121.92685619899999, - 37.25021492700006 - ], - [ - -121.92685885999998, - 37.25013670200008 - ], - [ - -121.92685470499998, - 37.25012004300004 - ], - [ - -121.92686465799994, - 37.25011495500007 - ], - [ - -121.92687402799999, - 37.25010918700008 - ], - [ - -121.926882724, - 37.250102809000055 - ], - [ - -121.92689072299999, - 37.25009582200005 - ], - [ - -121.92689793799997, - 37.25008836300003 - ], - [ - -121.926904316, - 37.25008043300005 - ], - [ - -121.92690982699997, - 37.25007208100004 - ], - [ - -121.92691420799997, - 37.250064543000065 - ], - [ - -121.92691772399996, - 37.25005678600007 - ], - [ - -121.92692037699999, - 37.25004876500003 - ], - [ - -121.92692216999995, - 37.250040617000025 - ], - [ - -121.92692304299999, - 37.25003236600003 - ], - [ - -121.92692302799998, - 37.25002408000006 - ], - [ - -121.92692206899994, - 37.25001582800007 - ], - [ - -121.926920253, - 37.25000767900008 - ], - [ - -121.92691752399998, - 37.24999967800005 - ], - [ - -121.92691393899997, - 37.249991916000056 - ], - [ - -121.92690955799998, - 37.24998441500003 - ], - [ - -121.926903214, - 37.249976047000075 - ], - [ - -121.92689780599994, - 37.24996730000004 - ], - [ - -121.92689336499996, - 37.249958175000074 - ], - [ - -121.92688992299998, - 37.249948809000045 - ], - [ - -121.92688747799997, - 37.24993924800003 - ], - [ - -121.92688609099997, - 37.249929536000025 - ], - [ - -121.92688391699994, - 37.24985755200004 - ], - [ - -121.926884025, - 37.24985276600006 - ], - [ - -121.92688467799996, - 37.24984797500008 - ], - [ - -121.92688581799996, - 37.24984324500008 - ], - [ - -121.92687972299996, - 37.249582168000074 - ], - [ - -121.92687628699997, - 37.24928349500004 - ], - [ - -121.92710914899999, - 37.249282625000035 - ], - [ - -121.92711524799995, - 37.24928262000003 - ], - [ - -121.92730787499994, - 37.24928155200007 - ], - [ - -121.92736705099998, - 37.249281059000054 - ], - [ - -121.927505156, - 37.24927992500005 - ], - [ - -121.92761784199996, - 37.24927900800003 - ], - [ - -121.92770349899996, - 37.24927821500006 - ], - [ - -121.92786991199995, - 37.249274927000044 - ], - [ - -121.92789623899995, - 37.24927437700006 - ], - [ - -121.92808976099997, - 37.24927192500007 - ], - [ - -121.92812249299999, - 37.24927214300004 - ], - [ - -121.92828686499996, - 37.249273251000034 - ], - [ - -121.92837621499996, - 37.24927206900003 - ], - [ - -121.92848267599999, - 37.24927065600008 - ], - [ - -121.928623685, - 37.249268820000054 - ], - [ - -121.92868306099996, - 37.24926802700003 - ], - [ - -121.92887757699998, - 37.249265378000075 - ], - [ - -121.92902565999998, - 37.24926336500005 - ], - [ - -121.92912841999998, - 37.24926005000003 - ], - [ - -121.92938209899995, - 37.24925773000007 - ], - [ - -121.92962797999996, - 37.249256510000066 - ], - [ - -121.929883658, - 37.24925236100006 - ], - [ - -121.92996443299995, - 37.24925080200006 - ], - [ - -121.93013607699999, - 37.24924863200005 - ], - [ - -121.93021935099995, - 37.24924752700008 - ], - [ - -121.93030997799997, - 37.249247565000076 - ], - [ - -121.930387823, - 37.24924700200006 - ], - [ - -121.93039586799995, - 37.24924699500008 - ], - [ - -121.93046501299995, - 37.24924674600004 - ], - [ - -121.93063673499995, - 37.24924551300006 - ], - [ - -121.93088518599995, - 37.24924385400004 - ], - [ - -121.93114907799998, - 37.24924259100004 - ], - [ - -121.93115007199998, - 37.24932295100007 - ], - [ - -121.93115105199996, - 37.24949548300003 - ], - [ - -121.931151049, - 37.24952711700007 - ], - [ - -121.93115114299997, - 37.24953169400004 - ], - [ - -121.93115078699998, - 37.24953627700006 - ], - [ - -121.93114994399997, - 37.249540797000066 - ], - [ - -121.93114859699995, - 37.24954527600005 - ], - [ - -121.93114679099995, - 37.24954962500004 - ], - [ - -121.931144524, - 37.24955381800004 - ], - [ - -121.93114179399998, - 37.24955785700007 - ], - [ - -121.93113863199994, - 37.24956168500006 - ], - [ - -121.93113503599994, - 37.24956528800004 - ], - [ - -121.93113111999997, - 37.24956860900005 - ], - [ - -121.93112687499996, - 37.249571659000026 - ], - [ - -121.931122239, - 37.249574394000035 - ], - [ - -121.93111733099994, - 37.24957678900006 - ], - [ - -121.93111221699996, - 37.249578866000036 - ], - [ - -121.93110689399998, - 37.24958055700006 - ], - [ - -121.93110139299995, - 37.249581860000035 - ], - [ - -121.93109581999994, - 37.24958279600003 - ], - [ - -121.93109008299996, - 37.249583348000044 - ], - [ - -121.93108235499994, - 37.24958346500006 - ], - [ - -121.93108616699999, - 37.249671774000035 - ], - [ - -121.93108975599995, - 37.24975493200003 - ], - [ - -121.93109573199996, - 37.24975461200006 - ], - [ - -121.93110180899998, - 37.24975474300004 - ], - [ - -121.93110780299997, - 37.24975526500003 - ], - [ - -121.93111374199998, - 37.24975622200003 - ], - [ - -121.93111950199994, - 37.24975759300003 - ], - [ - -121.93112511899994, - 37.24975935600003 - ], - [ - -121.931130543, - 37.24976148700006 - ], - [ - -121.93113568799998, - 37.249764011000025 - ], - [ - -121.93114055399997, - 37.249766858000044 - ], - [ - -121.93114507999996, - 37.249770030000036 - ], - [ - -121.93114924099996, - 37.24977351100006 - ], - [ - -121.93115300699998, - 37.249777282000025 - ], - [ - -121.93115637799997, - 37.24978129200008 - ], - [ - -121.93115926399997, - 37.24978553600005 - ], - [ - -121.93116169799998, - 37.24978994800006 - ], - [ - -121.93116366599997, - 37.24979450200004 - ], - [ - -121.93116508099996, - 37.24979919900005 - ], - [ - -121.93116600199994, - 37.24980395100005 - ], - [ - -121.93116637999998, - 37.249808775000076 - ], - [ - -121.93117157399996, - 37.25001886500007 - ], - [ - -121.93118170699995, - 37.250431768000055 - ], - [ - -121.93114732599997, - 37.25043223400007 - ], - [ - -121.931023918, - 37.25043392500004 - ], - [ - -121.93102454099994, - 37.25047956000003 - ], - [ - -121.93103038299995, - 37.25090215300003 - ], - [ - -121.93103738999997, - 37.25140956200005 - ], - [ - -121.93103851399997, - 37.25149076200006 - ], - [ - -121.93104020799996, - 37.25166415500007 - ], - [ - -121.93104231499996, - 37.25187013900006 - ], - [ - -121.93104444799997, - 37.25207443000005 - ], - [ - -121.93104658399994, - 37.252283841000065 - ], - [ - -121.93104872899994, - 37.25249431800006 - ], - [ - -121.93105086899999, - 37.252700412000024 - ], - [ - -121.931053067, - 37.25291418100005 - ], - [ - -121.931055201, - 37.25312302700007 - ], - [ - -121.93105731999998, - 37.25333102500008 - ], - [ - -121.93105890299995, - 37.25350954800007 - ], - [ - -121.93105882199995, - 37.25351435600004 - ], - [ - -121.93105214299999, - 37.25378032800006 - ], - [ - -121.93105339399995, - 37.253952078000054 - ], - [ - -121.93105447499994, - 37.254162722000046 - ], - [ - -121.931056136, - 37.25436184100005 - ], - [ - -121.93105979299997, - 37.25457242900006 - ], - [ - -121.93105981199994, - 37.254766518000054 - ], - [ - -121.93106322199998, - 37.25497168100003 - ], - [ - -121.93106974999995, - 37.255176677000065 - ], - [ - -121.931088424, - 37.255378998000026 - ], - [ - -121.93109014599997, - 37.25558446500003 - ], - [ - -121.93109112899998, - 37.25569156600005 - ], - [ - -121.931092074, - 37.25579454900003 - ], - [ - -121.93109320899998, - 37.25589727600004 - ], - [ - -121.93109434299998, - 37.25600000400004 - ], - [ - -121.93109464499997, - 37.25604802600003 - ], - [ - -121.93109495799996, - 37.25609796600003 - ], - [ - -121.931095288, - 37.256134287000066 - ], - [ - -121.93127824299995, - 37.25613335500003 - ], - [ - -121.93147499599996, - 37.256132369000056 - ], - [ - -121.93172273299996, - 37.256131469000024 - ], - [ - -121.93193454799996, - 37.25613068600006 - ], - [ - -121.93195089699998, - 37.25613057800007 - ], - [ - -121.93214079699999, - 37.25612981300003 - ], - [ - -121.93235509599998, - 37.25612895200004 - ], - [ - -121.9324289199999, - 37.25612896500007 - ], - [ - -121.93256439399994, - 37.25612723800003 - ], - [ - -121.93277051099994, - 37.25612531200005 - ], - [ - -121.93282767299996, - 37.25612708400007 - ], - [ - -121.93296546399995, - 37.25612672500006 - ], - [ - -121.93303212899997, - 37.256126710000046 - ], - [ - -121.93317847799995, - 37.256127666000054 - ], - [ - -121.93323043499998, - 37.256128197000066 - ], - [ - -121.93338767199998, - 37.256129430000044 - ], - [ - -121.93343398299999, - 37.25612977900005 - ], - [ - -121.93359980099996, - 37.25612898500003 - ], - [ - -121.93364014599996, - 37.25612876500003 - ], - [ - -121.93380985799996, - 37.256127992000074 - ], - [ - -121.93384627999995, - 37.25612779700003 - ], - [ - -121.93402223299995, - 37.25612692400006 - ], - [ - -121.93405266999997, - 37.256126780000045 - ], - [ - -121.93405776699996, - 37.25612674100006 - ], - [ - -121.934230991, - 37.25612537300003 - ], - [ - -121.93425209299994, - 37.25612520300007 - ], - [ - -121.93444192199996, - 37.25612370400006 - ], - [ - -121.93445881599996, - 37.25612359000007 - ], - [ - -121.93465153699998, - 37.256122075000064 - ], - [ - -121.93466467299999, - 37.25612196000003 - ], - [ - -121.93485241899998, - 37.256120483000075 - ], - [ - -121.93486232499998, - 37.25612038000003 - ], - [ - -121.93490962499999, - 37.25612003300006 - ], - [ - -121.93505854299997, - 37.25611747500005 - ], - [ - -121.93507434499998, - 37.256117190000055 - ], - [ - -121.935114678, - 37.25611646800007 - ], - [ - -121.9352646899999, - 37.25611568100004 - ], - [ - -121.93528009699997, - 37.256115744000056 - ], - [ - -121.93546958999997, - 37.25611458800006 - ], - [ - -121.93547737799997, - 37.25611456100006 - ], - [ - -121.93570489899997, - 37.25611335100007 - ], - [ - -121.93590899299994, - 37.256115013000056 - ], - [ - -121.93598111999995, - 37.25611458700007 - ], - [ - -121.93612943199997, - 37.25611184700006 - ], - [ - -121.93624820199994, - 37.25610968500007 - ], - [ - -121.93631803899996, - 37.25610930900007 - ], - [ - -121.93633150099998, - 37.256109441000035 - ], - [ - -121.93653401899996, - 37.25610807900006 - ], - [ - -121.93674123699998, - 37.256106886000055 - ], - [ - -121.93679649999996, - 37.25610659600005 - ], - [ - -121.936945692, - 37.25610646000007 - ], - [ - -121.93702072599996, - 37.256105287000025 - ], - [ - -121.93714636699997, - 37.25610456900006 - ], - [ - -121.93714874299997, - 37.256104540000024 - ], - [ - -121.93721588399995, - 37.25610394500006 - ], - [ - -121.93735319899997, - 37.256102647000034 - ], - [ - -121.93742451999998, - 37.25610195000007 - ], - [ - -121.93755238499995, - 37.25610077400006 - ], - [ - -121.93762943299998, - 37.25610007900008 - ], - [ - -121.93776021899998, - 37.25609883000004 - ], - [ - -121.93783806699997, - 37.256098112000075 - ], - [ - -121.93796323699996, - 37.25609694100007 - ], - [ - -121.93804175099996, - 37.25609620600005 - ], - [ - -121.938168615, - 37.25609501300005 - ], - [ - -121.93825299099996, - 37.25609422800005 - ], - [ - -121.93837286699994, - 37.256094518000054 - ], - [ - -121.93845874899995, - 37.256093097000075 - ], - [ - -121.93857840399994, - 37.25609075700004 - ], - [ - -121.93866434899996, - 37.256089632000055 - ], - [ - -121.93877462599994, - 37.25608807100008 - ], - [ - -121.93887247699996, - 37.25608666200003 - ], - [ - -121.93897785799999, - 37.25608518400003 - ], - [ - -121.939070072, - 37.25608389000007 - ], - [ - -121.93927673999997, - 37.256080937000036 - ], - [ - -121.93930098699997, - 37.25608056100003 - ], - [ - -121.93939447599996, - 37.25608006200008 - ], - [ - -121.939483038, - 37.25607954600008 - ], - [ - -121.939688704, - 37.25607839000003 - ], - [ - -121.939874826, - 37.25607731400004 - ], - [ - -121.939898009, - 37.25607705200008 - ], - [ - -121.94010334599994, - 37.25607601400003 - ], - [ - -121.94034314899994, - 37.25607462800008 - ], - [ - -121.94034669399997, - 37.25623631800005 - ], - [ - -121.94034784699994, - 37.25640191300005 - ], - [ - -121.94034898099994, - 37.256563365000034 - ], - [ - -121.94035019199998, - 37.25673333200007 - ], - [ - -121.94035089799996, - 37.25682946100005 - ], - [ - -121.94035305799997, - 37.25698980200008 - ], - [ - -121.940355238, - 37.25715151600008 - ], - [ - -121.94035396399994, - 37.25724149000007 - ], - [ - -121.94035523599996, - 37.25740573300004 - ], - [ - -121.94035642699998, - 37.25757018400003 - ], - [ - -121.94035782799995, - 37.25772925100006 - ], - [ - -121.94036064, - 37.257910940000045 - ], - [ - -121.94036177399994, - 37.25807985500006 - ], - [ - -121.94036346299998, - 37.258247847000064 - ], - [ - -121.94036088099995, - 37.258417128000076 - ], - [ - -121.94036171899995, - 37.25858110200005 - ], - [ - -121.94036238499996, - 37.25870195300007 - ], - [ - -121.94036789699999, - 37.25895994700005 - ], - [ - -121.94036849799994, - 37.25896408400007 - ], - [ - -121.94036862999997, - 37.25896827100007 - ], - [ - -121.94037148499996, - 37.259094223000034 - ], - [ - -121.94037437299994, - 37.259267944000044 - ], - [ - -121.94037741399995, - 37.259449722000056 - ], - [ - -121.94038023799999, - 37.25961864000004 - ], - [ - -121.94038311399999, - 37.259791791000055 - ], - [ - -121.94038612799994, - 37.25996764000007 - ], - [ - -121.94038811099995, - 37.26009003100006 - ], - [ - -121.94038806599997, - 37.260095068000055 - ], - [ - -121.94038747499997, - 37.26010008800006 - ], - [ - -121.94038634099996, - 37.260105046000035 - ], - [ - -121.94038468599996, - 37.260109896000074 - ], - [ - -121.94038245699994, - 37.260114617000056 - ], - [ - -121.94037973899998, - 37.260119159000055 - ], - [ - -121.94037655799997, - 37.260123502000056 - ], - [ - -121.94037288599998, - 37.260127598000054 - ], - [ - -121.94036880699997, - 37.260131425000054 - ], - [ - -121.94036432099995, - 37.26013496000007 - ], - [ - -121.94035942799997, - 37.26013815600004 - ], - [ - -121.94035424199996, - 37.260141013000066 - ], - [ - -121.94034876199999, - 37.260143484000025 - ], - [ - -121.94034301899995, - 37.26014556800004 - ], - [ - -121.940337065, - 37.26014722100007 - ], - [ - -121.94033095999998, - 37.260148463000064 - ], - [ - -121.94032473399994, - 37.260149295000076 - ], - [ - -121.94031846999997, - 37.26014966900004 - ], - [ - -121.93994532199997, - 37.26015139800006 - ], - [ - -121.93991986499998, - 37.260151552000025 - ], - [ - -121.93991697099995, - 37.26032399500008 - ], - [ - -121.93992267599998, - 37.26032726600005 - ], - [ - -121.93992795799994, - 37.260330932000045 - ], - [ - -121.93993284699997, - 37.26033496900004 - ], - [ - -121.93993722699997, - 37.26033933400004 - ], - [ - -121.93994112499996, - 37.26034397900003 - ], - [ - -121.93994448499996, - 37.26034890400007 - ], - [ - -121.93994730499998, - 37.260354042000074 - ], - [ - -121.93995170599999, - 37.26036405900004 - ], - [ - -121.93995184799996, - 37.260368431000074 - ], - [ - -121.93995176099997, - 37.260511128000076 - ], - [ - -121.93995390199996, - 37.26055992600004 - ], - [ - -121.939957059, - 37.26065698600007 - ], - [ - -121.93978568699998, - 37.260658361000026 - ], - [ - -121.93970760699995, - 37.260659161000035 - ], - [ - -121.93961502499997, - 37.26065940700005 - ], - [ - -121.93955606699996, - 37.260659858000054 - ], - [ - -121.93942263399998, - 37.260659392000036 - ], - [ - -121.93929119399996, - 37.260661328000026 - ], - [ - -121.93918817399998, - 37.26066531600003 - ], - [ - -121.93908500999999, - 37.26066931100007 - ], - [ - -121.93893219899996, - 37.26066935700004 - ], - [ - -121.93889103999999, - 37.26066906300008 - ], - [ - -121.93886301699996, - 37.26066824000003 - ], - [ - -121.93875108699996, - 37.26066764600006 - ], - [ - -121.93875046899996, - 37.260628078000025 - ], - [ - -121.93874536499999, - 37.260319561000074 - ], - [ - -121.93855331699996, - 37.260319425000034 - ], - [ - -121.93836344199997, - 37.26032061400008 - ], - [ - -121.93817540199996, - 37.26032193900005 - ], - [ - -121.93814270099995, - 37.260322158000065 - ], - [ - -121.93799130199994, - 37.26032259900006 - ], - [ - -121.93792314799998, - 37.260322795000036 - ], - [ - -121.93780781399994, - 37.26032384500007 - ], - [ - -121.93767724699995, - 37.26032503600004 - ], - [ - -121.93761769099996, - 37.26032556000007 - ], - [ - -121.937624772, - 37.26056879500004 - ], - [ - -121.93762497899996, - 37.26061683900008 - ], - [ - -121.937625073, - 37.26063217400008 - ], - [ - -121.9376252499999, - 37.26069351700005 - ], - [ - -121.93762592999997, - 37.26086445100003 - ], - [ - -121.93762619499995, - 37.26093339300007 - ], - [ - -121.93762985999996, - 37.261124067000026 - ], - [ - -121.93763054399994, - 37.261159630000066 - ], - [ - -121.93763095199995, - 37.26127920300007 - ], - [ - -121.93763128699999, - 37.26138009700003 - ], - [ - -121.93763148899995, - 37.261445767000055 - ], - [ - -121.93763191899995, - 37.26160514500003 - ], - [ - -121.93763233399994, - 37.261771321000026 - ], - [ - -121.93763455899995, - 37.26192726700003 - ], - [ - -121.93763697999998, - 37.26209341800006 - ], - [ - -121.93763940699995, - 37.26225103200005 - ], - [ - -121.93764021899995, - 37.262416906000055 - ], - [ - -121.93764097499997, - 37.26257254800004 - ], - [ - -121.937641924, - 37.26275590900008 - ], - [ - -121.93764257499998, - 37.26288225400003 - ], - [ - -121.93764004599996, - 37.26328400500006 - ] - ], - [ - [ - -121.86241925699994, - 37.23915524600005 - ], - [ - -121.86238193999998, - 37.23911205300004 - ], - [ - -121.86221303599996, - 37.23895857400004 - ], - [ - -121.86201442199996, - 37.238750277000065 - ], - [ - -121.86175280799995, - 37.23871257700006 - ], - [ - -121.86167307699998, - 37.23869384300008 - ], - [ - -121.86161655099994, - 37.23868053700005 - ], - [ - -121.86159561199997, - 37.23867370800008 - ], - [ - -121.86120191299995, - 37.238592406000066 - ], - [ - -121.86092098699999, - 37.238278351000076 - ], - [ - -121.86072336199999, - 37.238131890000034 - ], - [ - -121.860515707, - 37.23803686200006 - ], - [ - -121.86030341299994, - 37.237948387000074 - ], - [ - -121.860043051, - 37.23786601100005 - ], - [ - -121.85985319699995, - 37.23780680500005 - ], - [ - -121.85966022999997, - 37.23774660300006 - ], - [ - -121.85944646599995, - 37.23767931800006 - ], - [ - -121.85917596799999, - 37.237604246000046 - ], - [ - -121.85901865699998, - 37.23756693100006 - ], - [ - -121.85899570199996, - 37.23755305100008 - ], - [ - -121.85887713699998, - 37.23748136000006 - ], - [ - -121.85856958499994, - 37.23748498000003 - ], - [ - -121.85835542999996, - 37.237487489000046 - ], - [ - -121.85815890799995, - 37.23748981500006 - ], - [ - -121.85803797899996, - 37.237398332000055 - ], - [ - -121.85779500499996, - 37.23722162300004 - ], - [ - -121.85716235799998, - 37.237123190000034 - ], - [ - -121.85700040899997, - 37.23704916600008 - ], - [ - -121.85642471799997, - 37.23706511000006 - ], - [ - -121.85616754999995, - 37.23697051500005 - ], - [ - -121.85598054199994, - 37.236876952000046 - ], - [ - -121.856657795, - 37.23519472100003 - ], - [ - -121.85603123899995, - 37.23034194200005 - ], - [ - -121.85595299199997, - 37.22969511400004 - ], - [ - -121.85587934699998, - 37.229087513000025 - ], - [ - -121.856964985, - 37.22901054000005 - ], - [ - -121.85777945199999, - 37.22889483200004 - ], - [ - -121.85816356599997, - 37.22884025400003 - ], - [ - -121.85832045299998, - 37.22878631400005 - ], - [ - -121.85836384699996, - 37.22877049600004 - ], - [ - -121.85840724299999, - 37.228754680000065 - ], - [ - -121.85845060999998, - 37.22873884000006 - ], - [ - -121.85851725699996, - 37.22871398700005 - ], - [ - -121.85858393199999, - 37.22868910900007 - ], - [ - -121.85865054599998, - 37.22866425700005 - ], - [ - -121.85868025299999, - 37.228653303000044 - ], - [ - -121.85874725699995, - 37.22862859700007 - ], - [ - -121.858843966, - 37.228592975000026 - ], - [ - -121.85894067499999, - 37.22855733400007 - ], - [ - -121.85897118499997, - 37.22854608400007 - ], - [ - -121.859001665, - 37.22853474300007 - ], - [ - -121.859032115, - 37.228523334000045 - ], - [ - -121.85913091499998, - 37.228486227000076 - ], - [ - -121.85922974799996, - 37.22844916400004 - ], - [ - -121.85927714299999, - 37.22843137500007 - ], - [ - -121.85943900299998, - 37.22846205500008 - ], - [ - -121.85950075599999, - 37.22843646500007 - ], - [ - -121.85954128999998, - 37.22844706400008 - ], - [ - -121.85958347899998, - 37.22845205300007 - ], - [ - -121.85962611599996, - 37.228451292000045 - ], - [ - -121.85966798399994, - 37.228444799000044 - ], - [ - -121.859747288, - 37.22843217700006 - ], - [ - -121.85982798599997, - 37.228424877000066 - ], - [ - -121.85990916099996, - 37.228423030000044 - ], - [ - -121.85999017699999, - 37.22842664500007 - ], - [ - -121.86007095499997, - 37.228435743000034 - ], - [ - -121.86028494599998, - 37.22844790600004 - ], - [ - -121.86039880699997, - 37.22852789600006 - ], - [ - -121.86051791899996, - 37.22860283700004 - ], - [ - -121.86064192699996, - 37.228672516000074 - ], - [ - -121.86077047099997, - 37.228736723000054 - ], - [ - -121.86090317199995, - 37.22879527400005 - ], - [ - -121.86103964499995, - 37.228847994000034 - ], - [ - -121.861179484, - 37.22889472900005 - ], - [ - -121.86132228399998, - 37.228935343000046 - ], - [ - -121.86146762099997, - 37.22896971600005 - ], - [ - -121.86161507599996, - 37.22899774800004 - ], - [ - -121.86213032999996, - 37.229053273000034 - ], - [ - -121.86298331899997, - 37.22918725100004 - ], - [ - -121.86329640599996, - 37.229267667000045 - ], - [ - -121.86405253899994, - 37.229553406000036 - ], - [ - -121.86472145099998, - 37.229927332000045 - ], - [ - -121.86529136099995, - 37.23033128900005 - ], - [ - -121.86568260999996, - 37.23052554000003 - ], - [ - -121.86572551899997, - 37.23054684400006 - ], - [ - -121.86590846799999, - 37.230637675000025 - ], - [ - -121.86632590799996, - 37.23088905800006 - ], - [ - -121.86634145999994, - 37.23089842400003 - ], - [ - -121.86635133799996, - 37.23090437400003 - ], - [ - -121.86640325199994, - 37.23093563500004 - ], - [ - -121.86644282199995, - 37.23095946300003 - ], - [ - -121.866563107, - 37.23105805800003 - ], - [ - -121.86656775699998, - 37.231061828000065 - ], - [ - -121.86688211799998, - 37.231470268000066 - ], - [ - -121.86741832299998, - 37.23152151900007 - ], - [ - -121.868340677, - 37.23181968400007 - ], - [ - -121.86844061899995, - 37.23186138800003 - ], - [ - -121.86844063799998, - 37.23186248300004 - ], - [ - -121.868518828, - 37.23190086100004 - ], - [ - -121.868536716, - 37.23190963900004 - ], - [ - -121.868628463, - 37.23196202200006 - ], - [ - -121.86871543399997, - 37.23201937500005 - ], - [ - -121.86879721099996, - 37.23208142200008 - ], - [ - -121.86887339699996, - 37.23214786300008 - ], - [ - -121.86846058999998, - 37.23193932600003 - ], - [ - -121.86845965899994, - 37.231939940000075 - ], - [ - -121.86823181699998, - 37.23204631800007 - ], - [ - -121.86802608599999, - 37.23214238800006 - ], - [ - -121.86788829899996, - 37.23220779300004 - ], - [ - -121.86777313899995, - 37.23226290700006 - ], - [ - -121.86765655099998, - 37.232318220000025 - ], - [ - -121.86753853399995, - 37.23237368900004 - ], - [ - -121.86743098499994, - 37.23241761100007 - ], - [ - -121.86735483599995, - 37.23242694700008 - ], - [ - -121.86727871499994, - 37.23243630500008 - ], - [ - -121.86712069099997, - 37.23245568200008 - ], - [ - -121.86710373899996, - 37.232457760000045 - ], - [ - -121.86692879099996, - 37.232479237000064 - ], - [ - -121.86675381599997, - 37.23250069200003 - ], - [ - -121.86670165899994, - 37.23250709200005 - ], - [ - -121.86632593499996, - 37.23255279500006 - ], - [ - -121.86626949099997, - 37.23255958800007 - ], - [ - -121.86621302099996, - 37.23256640500006 - ], - [ - -121.86615654899998, - 37.23257319800007 - ], - [ - -121.86610062199998, - 37.232583144000046 - ], - [ - -121.86603006999997, - 37.23259799900006 - ], - [ - -121.86595951899994, - 37.232612877000065 - ], - [ - -121.86588893799996, - 37.232627756000056 - ], - [ - -121.86581841399999, - 37.23264261000003 - ], - [ - -121.86574352799994, - 37.23265838400005 - ], - [ - -121.86566869899997, - 37.232674160000045 - ], - [ - -121.86559381199999, - 37.23268991200007 - ], - [ - -121.86551898299996, - 37.23270570900007 - ], - [ - -121.865446094, - 37.23272111700004 - ], - [ - -121.86537320399998, - 37.23273657100003 - ], - [ - -121.865300317, - 37.232752048000066 - ], - [ - -121.86521148599996, - 37.23277084600005 - ], - [ - -121.86520156199998, - 37.23277295400004 - ], - [ - -121.86516913899999, - 37.23277983300005 - ], - [ - -121.86515222699995, - 37.23278339500007 - ], - [ - -121.86512262999997, - 37.23278980500004 - ], - [ - -121.86510292599996, - 37.232794064000075 - ], - [ - -121.86503392199995, - 37.23280901500004 - ], - [ - -121.86500435199997, - 37.23281542600006 - ], - [ - -121.86485671899999, - 37.232848140000044 - ], - [ - -121.864720047, - 37.23287765900005 - ], - [ - -121.86458334799994, - 37.23290715600007 - ], - [ - -121.86444661699994, - 37.232936652000035 - ], - [ - -121.86442102299998, - 37.23294127200006 - ], - [ - -121.86441337599996, - 37.23294264800006 - ], - [ - -121.86439540599997, - 37.23294773300006 - ], - [ - -121.864313026, - 37.23296549500003 - ], - [ - -121.86423067499999, - 37.23298325600007 - ], - [ - -121.86414832399998, - 37.23300104000003 - ], - [ - -121.86406591499997, - 37.233018824000055 - ], - [ - -121.86401512299994, - 37.23303099800006 - ], - [ - -121.86398949099998, - 37.23303978900003 - ], - [ - -121.86396382899994, - 37.233048534000034 - ], - [ - -121.86393816699996, - 37.233057303000066 - ], - [ - -121.86391665699995, - 37.233064512000055 - ], - [ - -121.86389579299998, - 37.233072744000026 - ], - [ - -121.863875523, - 37.23308195200008 - ], - [ - -121.86385554799995, - 37.233090196000035 - ], - [ - -121.86384469799998, - 37.23309336800003 - ], - [ - -121.86377091699995, - 37.23312423600004 - ], - [ - -121.86365515999995, - 37.23317356100006 - ], - [ - -121.86358628, - 37.23320171800003 - ], - [ - -121.86352915699996, - 37.23322460900005 - ], - [ - -121.86351082599998, - 37.23323194100004 - ], - [ - -121.863492496, - 37.23323927400003 - ], - [ - -121.86347416499996, - 37.233246629000064 - ], - [ - -121.86345083199996, - 37.233262213000046 - ], - [ - -121.863406968, - 37.23329644200004 - ], - [ - -121.86336307699997, - 37.23333071600007 - ], - [ - -121.86331921299995, - 37.23336492000004 - ], - [ - -121.86325215, - 37.23341729400005 - ], - [ - -121.86316147999997, - 37.23350331700004 - ], - [ - -121.86316175399998, - 37.23352780600004 - ], - [ - -121.863167794, - 37.233556074000035 - ], - [ - -121.86317481099996, - 37.23368039800005 - ], - [ - -121.86318486999994, - 37.233847583000056 - ], - [ - -121.86319002099998, - 37.23392633100008 - ], - [ - -121.86319503599998, - 37.23400322800006 - ], - [ - -121.86320240299995, - 37.234120086000075 - ], - [ - -121.86322029999997, - 37.234385925000026 - ], - [ - -121.86345900999999, - 37.23444790000008 - ], - [ - -121.86357038399996, - 37.23447684000007 - ], - [ - -121.86378039999994, - 37.23440164900006 - ], - [ - -121.86378557599994, - 37.23439978000005 - ], - [ - -121.864030276, - 37.23431283100007 - ], - [ - -121.86423706, - 37.23423937200005 - ], - [ - -121.86427836099995, - 37.23422167700005 - ], - [ - -121.86431298599996, - 37.23420680700008 - ], - [ - -121.86442654299998, - 37.23416707400003 - ], - [ - -121.86453108999996, - 37.23416697700003 - ], - [ - -121.86480247599997, - 37.234166766000044 - ], - [ - -121.864813218, - 37.23416879100006 - ], - [ - -121.86490439599999, - 37.23418594900005 - ], - [ - -121.86499667599998, - 37.23420236000004 - ], - [ - -121.86511963099997, - 37.23423219400007 - ], - [ - -121.86514881099998, - 37.234240459000034 - ], - [ - -121.86523822299995, - 37.23425663000006 - ], - [ - -121.86537129399994, - 37.23428064600006 - ], - [ - -121.86544504299997, - 37.23429342700007 - ], - [ - -121.86550625799998, - 37.234306470000035 - ], - [ - -121.86557030399996, - 37.23431941100006 - ], - [ - -121.86563486499995, - 37.234330697000075 - ], - [ - -121.865699856, - 37.23434035400004 - ], - [ - -121.86574225699997, - 37.23434533000005 - ], - [ - -121.86576363399996, - 37.234347469000056 - ], - [ - -121.86581292499994, - 37.23435240200007 - ], - [ - -121.86588138399998, - 37.234359202000064 - ], - [ - -121.86604081299998, - 37.23437503500003 - ], - [ - -121.86689921199996, - 37.23445483300003 - ], - [ - -121.86704515599996, - 37.23447059200004 - ], - [ - -121.86737284999998, - 37.23450460200007 - ], - [ - -121.86755823699997, - 37.234523059000026 - ], - [ - -121.86770964099998, - 37.234536717000026 - ], - [ - -121.86777427699997, - 37.23454115800007 - ], - [ - -121.86790033099999, - 37.23455236500007 - ], - [ - -121.86802491999998, - 37.23457128200005 - ], - [ - -121.86814733099999, - 37.234597800000074 - ], - [ - -121.86818773199997, - 37.23460918400008 - ], - [ - -121.86822786, - 37.234621212000036 - ], - [ - -121.86826768299994, - 37.23463386200007 - ], - [ - -121.8683213, - 37.23465090700006 - ], - [ - -121.86837591899996, - 37.23466954100007 - ], - [ - -121.86844137299994, - 37.234692032000055 - ], - [ - -121.86869512199996, - 37.23477927400006 - ], - [ - -121.86869886199997, - 37.234781886000064 - ], - [ - -121.86876478299996, - 37.234809566000024 - ], - [ - -121.86890837699997, - 37.23488761200008 - ], - [ - -121.86910001899997, - 37.23500217700007 - ], - [ - -121.869628606, - 37.235318189000054 - ], - [ - -121.86976675999995, - 37.23540076000006 - ], - [ - -121.86987845699997, - 37.235467527000026 - ], - [ - -121.86995506499994, - 37.235628415000065 - ], - [ - -121.86998126599997, - 37.23568670700007 - ], - [ - -121.87014828899999, - 37.23629668700005 - ], - [ - -121.87022680999996, - 37.236576168000056 - ], - [ - -121.87029443799997, - 37.23687051600007 - ], - [ - -121.870326461, - 37.237005811000074 - ], - [ - -121.87035685299998, - 37.23710360600006 - ], - [ - -121.87029580899997, - 37.23713911200008 - ], - [ - -121.87026136299994, - 37.23715917800007 - ], - [ - -121.87017223199996, - 37.237221109000075 - ], - [ - -121.870171186, - 37.23722189800003 - ], - [ - -121.87008923399998, - 37.237289788000055 - ], - [ - -121.87001392699995, - 37.237364100000036 - ], - [ - -121.868490163, - 37.23742072400006 - ], - [ - -121.86587461, - 37.23748217800005 - ], - [ - -121.86565819099997, - 37.237520664000044 - ], - [ - -121.86534991899998, - 37.237530235000065 - ], - [ - -121.86382885399996, - 37.23753260900003 - ], - [ - -121.86358755499998, - 37.23746116600006 - ], - [ - -121.86314331199998, - 37.23732547700007 - ], - [ - -121.86241925699994, - 37.23915524600005 - ] - ], - [ - [ - -121.75193057099995, - 37.225564130000066 - ], - [ - -121.75193788799999, - 37.22556924200006 - ], - [ - -121.75327253199998, - 37.226501824000024 - ], - [ - -121.75352168799998, - 37.22667591800007 - ], - [ - -121.75350897899995, - 37.226674080000066 - ], - [ - -121.75206304799997, - 37.226464984000074 - ], - [ - -121.75171251999996, - 37.22622987300008 - ], - [ - -121.75152137899994, - 37.22610167200003 - ], - [ - -121.75151894599998, - 37.22610004500007 - ], - [ - -121.75131560099999, - 37.22596451900006 - ], - [ - -121.75121873999996, - 37.22590817100007 - ], - [ - -121.75115031399997, - 37.22585419700005 - ], - [ - -121.75108660999996, - 37.225784814000065 - ], - [ - -121.75109471399998, - 37.225572724000074 - ], - [ - -121.751084543, - 37.225394136000034 - ], - [ - -121.75110328799997, - 37.225263718000065 - ], - [ - -121.75116671999996, - 37.225121768000065 - ], - [ - -121.75123086499997, - 37.22501212800006 - ], - [ - -121.74996006599997, - 37.22425822800005 - ], - [ - -121.74923294699994, - 37.22423756400008 - ], - [ - -121.74916995099994, - 37.22421555300008 - ], - [ - -121.74891972799998, - 37.22412824500003 - ], - [ - -121.74874087199998, - 37.22405164400004 - ], - [ - -121.74845477199995, - 37.22381419800007 - ], - [ - -121.74781132199996, - 37.22328020900005 - ], - [ - -121.74696547899998, - 37.22261330200007 - ], - [ - -121.74693431099996, - 37.22258412900004 - ], - [ - -121.74690336599997, - 37.22255477200008 - ], - [ - -121.74687267799999, - 37.222525251000036 - ], - [ - -121.74684227299997, - 37.22249556700007 - ], - [ - -121.74681209399995, - 37.22246572000006 - ], - [ - -121.74678216899997, - 37.222435665000035 - ], - [ - -121.74675252799994, - 37.22240551400006 - ], - [ - -121.746724745, - 37.222376833000055 - ], - [ - -121.74665505399997, - 37.222308404000046 - ], - [ - -121.74658727699995, - 37.22224144200004 - ], - [ - -121.74650750099994, - 37.222162110000056 - ], - [ - -121.74736019099998, - 37.22185631000008 - ], - [ - -121.74800935599995, - 37.22162349300004 - ], - [ - -121.74813925899997, - 37.22148877600006 - ], - [ - -121.74817779799997, - 37.22112756000007 - ], - [ - -121.74810713999995, - 37.22096163300006 - ], - [ - -121.74795858399995, - 37.220612782000046 - ], - [ - -121.74764014399994, - 37.220242348000056 - ], - [ - -121.74749077299998, - 37.22002461400007 - ], - [ - -121.747332068, - 37.21961608300006 - ], - [ - -121.74730508799996, - 37.21940205800007 - ], - [ - -121.74729621799997, - 37.21933183600004 - ], - [ - -121.74728796999995, - 37.21926623100006 - ], - [ - -121.74728518999996, - 37.21923336900005 - ], - [ - -121.74725043899997, - 37.218822601000056 - ], - [ - -121.74696802299997, - 37.218392521000055 - ], - [ - -121.74695317099997, - 37.21837896900007 - ], - [ - -121.74660978599996, - 37.218065128000035 - ], - [ - -121.74600367799997, - 37.21768669900007 - ], - [ - -121.74566645399995, - 37.217476161000036 - ], - [ - -121.74545710999996, - 37.21728785800008 - ], - [ - -121.74530293199996, - 37.21703339000004 - ], - [ - -121.74528664299999, - 37.216852577000054 - ], - [ - -121.74530208599998, - 37.21680709100008 - ], - [ - -121.74521242299994, - 37.216729902000054 - ], - [ - -121.74532285099997, - 37.21653448700005 - ], - [ - -121.74609782799996, - 37.21559569200008 - ], - [ - -121.746825216, - 37.214881784000056 - ], - [ - -121.74709819199995, - 37.21504844000003 - ], - [ - -121.74774559199994, - 37.21479565900006 - ], - [ - -121.74863245699999, - 37.21468580700008 - ], - [ - -121.74960524999995, - 37.21442597300006 - ], - [ - -121.75029569799995, - 37.21433866700005 - ], - [ - -121.75045191699996, - 37.21431552800004 - ], - [ - -121.75086011399998, - 37.214257100000054 - ], - [ - -121.75111162499996, - 37.214228157000036 - ], - [ - -121.751490806, - 37.21427793700008 - ], - [ - -121.75297674299998, - 37.215324972000076 - ], - [ - -121.75482421799995, - 37.21627428700003 - ], - [ - -121.75514911399995, - 37.21645663000004 - ], - [ - -121.75666751099999, - 37.21724756800006 - ], - [ - -121.75671677599996, - 37.21733643300007 - ], - [ - -121.75672034899998, - 37.21733843800007 - ], - [ - -121.75675666999996, - 37.21740839100005 - ], - [ - -121.75680279599999, - 37.217491593000034 - ], - [ - -121.75730891199998, - 37.21774006900006 - ], - [ - -121.75789961199996, - 37.21756605500008 - ], - [ - -121.7581782399999, - 37.217715250000026 - ], - [ - -121.75841416199995, - 37.21784158200006 - ], - [ - -121.75840205599997, - 37.21784829500007 - ], - [ - -121.75716283899999, - 37.21853547400008 - ], - [ - -121.75635955699994, - 37.21971550400008 - ], - [ - -121.75565303399998, - 37.22071726400003 - ], - [ - -121.75506511099996, - 37.22148282400008 - ], - [ - -121.75423287499996, - 37.22256648300004 - ], - [ - -121.75193057099995, - 37.225564130000066 - ] - ], - [ - [ - -121.73896864999995, - 37.215061168000034 - ], - [ - -121.73916979199998, - 37.21523416500003 - ], - [ - -121.739238603, - 37.215293452000026 - ], - [ - -121.73934965799998, - 37.21538914400003 - ], - [ - -121.73962980799996, - 37.21563052000005 - ], - [ - -121.74063986599998, - 37.21650084700008 - ], - [ - -121.74240774099997, - 37.218023139000024 - ], - [ - -121.74243468599997, - 37.21804633700003 - ], - [ - -121.74215620499996, - 37.21822737200006 - ], - [ - -121.74206792999996, - 37.21814925000007 - ], - [ - -121.74168139699998, - 37.217877970000075 - ], - [ - -121.74103698, - 37.21758866500005 - ], - [ - -121.74088268199995, - 37.21751588800004 - ], - [ - -121.74070196199995, - 37.217430688000036 - ], - [ - -121.74066330399995, - 37.21739495500003 - ], - [ - -121.74065176899995, - 37.21738459300008 - ], - [ - -121.74060076499995, - 37.21733779900006 - ], - [ - -121.74047704999998, - 37.217428795000046 - ], - [ - -121.74036180399997, - 37.21751356000004 - ], - [ - -121.74013098699999, - 37.217669525000076 - ], - [ - -121.73986444899998, - 37.217849605000026 - ], - [ - -121.73934322999997, - 37.21739303700008 - ], - [ - -121.73932746599996, - 37.21740364100003 - ], - [ - -121.73923042599995, - 37.21731112000003 - ], - [ - -121.73911281099998, - 37.21727233200005 - ], - [ - -121.73804657699998, - 37.216334421000056 - ], - [ - -121.73793362899994, - 37.216235039000026 - ], - [ - -121.73788643499995, - 37.216193513000064 - ], - [ - -121.73786093099994, - 37.21617084900004 - ], - [ - -121.737708995, - 37.21628214100008 - ], - [ - -121.73751918799996, - 37.21611263900007 - ], - [ - -121.737397763, - 37.21600416900003 - ], - [ - -121.73723198099998, - 37.215856134000035 - ], - [ - -121.73697605499996, - 37.21562552900008 - ], - [ - -121.73766639499996, - 37.21513048000003 - ], - [ - -121.73780007499994, - 37.21503706300007 - ], - [ - -121.73795900099998, - 37.21492600400006 - ], - [ - -121.73794359199997, - 37.21491161000006 - ], - [ - -121.73735545399995, - 37.214362582000035 - ], - [ - -121.73757863699996, - 37.214195120000056 - ], - [ - -121.73778414699996, - 37.214042472000074 - ], - [ - -121.73841174199998, - 37.21458222200005 - ], - [ - -121.738476978, - 37.21463832000006 - ], - [ - -121.73884464999998, - 37.21495453500006 - ], - [ - -121.73896864999995, - 37.215061168000034 - ] - ], - [ - [ - -121.81955535099996, - 37.366269714000055 - ], - [ - -121.81934732599996, - 37.36607843200005 - ], - [ - -121.81947818599997, - 37.365989339000066 - ], - [ - -121.81980982399995, - 37.36629965000003 - ], - [ - -121.81967890599998, - 37.366388768000036 - ], - [ - -121.81955535099996, - 37.366269714000055 - ] - ], - [ - [ - -121.81965129399998, - 37.36595571200007 - ], - [ - -121.81959867699999, - 37.36590734300006 - ], - [ - -121.81974914499995, - 37.36580488900006 - ], - [ - -121.81988341599998, - 37.36571891600005 - ], - [ - -121.82021164199995, - 37.36602610500006 - ], - [ - -121.82008072699995, - 37.36611524600005 - ], - [ - -121.81993025599996, - 37.366217677000066 - ], - [ - -121.81965129399998, - 37.36595571200007 - ] - ], - [ - [ - -121.83302497799997, - 37.40357049200003 - ], - [ - -121.83332976699995, - 37.40342204700005 - ], - [ - -121.83353772099997, - 37.403301138000074 - ], - [ - -121.83375932399997, - 37.403215095000064 - ], - [ - -121.83412266499994, - 37.403048768000076 - ], - [ - -121.83462734299997, - 37.40282312700003 - ], - [ - -121.83508818399997, - 37.402613823000024 - ], - [ - -121.83556173299996, - 37.40237736200004 - ], - [ - -121.83619618199998, - 37.40209276200005 - ], - [ - -121.83629120299997, - 37.40204752600005 - ], - [ - -121.83683533399994, - 37.40178578800004 - ], - [ - -121.83704817899996, - 37.40168534900005 - ], - [ - -121.83705008399994, - 37.40168447900004 - ], - [ - -121.83709850699995, - 37.401663144000054 - ], - [ - -121.83727756699994, - 37.401579662000074 - ], - [ - -121.83738951099997, - 37.401529356000026 - ], - [ - -121.83742044, - 37.40151655300008 - ], - [ - -121.83745592799994, - 37.40150181800004 - ], - [ - -121.83763287, - 37.401417055000024 - ], - [ - -121.83764007099995, - 37.40141388300003 - ], - [ - -121.83775603499998, - 37.401375022000025 - ], - [ - -121.83779661699998, - 37.40135805500006 - ], - [ - -121.83781997999995, - 37.40134570400005 - ], - [ - -121.837862342, - 37.40132082000008 - ], - [ - -121.83798621499994, - 37.40126543300005 - ], - [ - -121.83799730199996, - 37.40126127900004 - ], - [ - -121.83808673699997, - 37.40122951800004 - ], - [ - -121.83809617399999, - 37.40122615900003 - ], - [ - -121.83818078499996, - 37.40118616800004 - ], - [ - -121.83835811699998, - 37.40110075800004 - ], - [ - -121.83858133399997, - 37.40099658100007 - ], - [ - -121.83862734099995, - 37.40097497600004 - ], - [ - -121.83874386899998, - 37.401118032000056 - ], - [ - -121.83922148499994, - 37.401651652000055 - ], - [ - -121.83957253899996, - 37.40210959900003 - ], - [ - -121.83975697799997, - 37.402365893000024 - ], - [ - -121.84012563399995, - 37.40286889200007 - ], - [ - -121.83970795199997, - 37.40307298300007 - ], - [ - -121.83961895999994, - 37.403113622000035 - ], - [ - -121.83940409299998, - 37.403210106000074 - ], - [ - -121.83936709099999, - 37.40322671100006 - ], - [ - -121.83923774699997, - 37.403284291000034 - ], - [ - -121.83929337499995, - 37.40336228100006 - ], - [ - -121.83931706799996, - 37.403395498000066 - ], - [ - -121.83957221299994, - 37.40375279700004 - ], - [ - -121.83960335299997, - 37.40379643500006 - ], - [ - -121.839857801, - 37.40414190700005 - ], - [ - -121.84001426199995, - 37.40437054900008 - ], - [ - -121.84017717299997, - 37.40459556800005 - ], - [ - -121.84028255199996, - 37.40473886500007 - ], - [ - -121.840512064, - 37.40506143500005 - ], - [ - -121.84060428099997, - 37.40518913500006 - ], - [ - -121.84067056999999, - 37.40528547400004 - ], - [ - -121.84069581699998, - 37.40532213000006 - ], - [ - -121.84083431399995, - 37.40551355100007 - ], - [ - -121.84091051999997, - 37.40563159100003 - ], - [ - -121.84138575399999, - 37.40541209500003 - ], - [ - -121.84172604399998, - 37.405825022000045 - ], - [ - -121.84170239599996, - 37.40583591400008 - ], - [ - -121.84141894699997, - 37.40596914400004 - ], - [ - -121.841151218, - 37.40609425200006 - ], - [ - -121.84089541999998, - 37.40621734600006 - ], - [ - -121.84048749099998, - 37.406395031000045 - ], - [ - -121.84021116399998, - 37.40651918300006 - ], - [ - -121.83986098999998, - 37.40668244700004 - ], - [ - -121.83943372699997, - 37.40687989700007 - ], - [ - -121.83950010799998, - 37.40700686200006 - ], - [ - -121.83975227699995, - 37.40751251900008 - ], - [ - -121.83982784399996, - 37.40764773400008 - ], - [ - -121.83987212399995, - 37.407740801000045 - ], - [ - -121.84017282499997, - 37.40838417800006 - ], - [ - -121.83938401599994, - 37.408353634000036 - ], - [ - -121.83894486099996, - 37.40803265400007 - ], - [ - -121.83828223699999, - 37.40750812600004 - ], - [ - -121.83821653799998, - 37.407460739000044 - ], - [ - -121.83820410099997, - 37.40747287500005 - ], - [ - -121.83819105599997, - 37.407484606000025 - ], - [ - -121.83816218099997, - 37.407504964000054 - ], - [ - -121.83813131999995, - 37.40752333000006 - ], - [ - -121.83809855499999, - 37.40753958800008 - ], - [ - -121.83806431699998, - 37.407553621000034 - ], - [ - -121.83802868799995, - 37.40756528900005 - ], - [ - -121.837991983, - 37.407574612000076 - ], - [ - -121.83795440199998, - 37.407581426000036 - ], - [ - -121.83791625799995, - 37.40758572900006 - ], - [ - -121.83787778199996, - 37.407587497000065 - ], - [ - -121.83783928999998, - 37.40758667700004 - ], - [ - -121.83779327499997, - 37.40758575900003 - ], - [ - -121.83774730199997, - 37.40758378800007 - ], - [ - -121.83770142399999, - 37.40758078600004 - ], - [ - -121.83754147599996, - 37.40756109400007 - ], - [ - -121.83736848199999, - 37.407537201000025 - ], - [ - -121.83719154999994, - 37.40751449800007 - ], - [ - -121.837102373, - 37.407506633000025 - ], - [ - -121.83701265399998, - 37.407503879000046 - ], - [ - -121.83692297099998, - 37.40750627400007 - ], - [ - -121.83680532199998, - 37.407512422000025 - ], - [ - -121.83670330499996, - 37.40751504900004 - ], - [ - -121.83666577699995, - 37.40751527100008 - ], - [ - -121.83662834599994, - 37.40751290400004 - ], - [ - -121.83659132799994, - 37.407507947000056 - ], - [ - -121.83655501199996, - 37.407500464000066 - ], - [ - -121.836519625, - 37.40749047500003 - ], - [ - -121.83648542999998, - 37.407478093000066 - ], - [ - -121.83638229899998, - 37.407434565000074 - ], - [ - -121.83626610399995, - 37.40737935100003 - ], - [ - -121.83611709499996, - 37.40730539800006 - ], - [ - -121.83601550099996, - 37.40725631300006 - ], - [ - -121.83591685799996, - 37.40720866000004 - ], - [ - -121.83579044399994, - 37.40715305900005 - ], - [ - -121.835755528, - 37.40713576200005 - ], - [ - -121.835718908, - 37.407120865000024 - ], - [ - -121.83568083899996, - 37.407108504000064 - ], - [ - -121.83564161299995, - 37.40709874300006 - ], - [ - -121.83560145699994, - 37.407091646000026 - ], - [ - -121.83556071999999, - 37.40708728000004 - ], - [ - -121.83551971699995, - 37.40708566400008 - ], - [ - -121.83547859099997, - 37.40708681900003 - ], - [ - -121.83543777199998, - 37.40709074000006 - ], - [ - -121.83540474699998, - 37.407098853000036 - ], - [ - -121.83537270999994, - 37.40710919600008 - ], - [ - -121.83534191399997, - 37.40712170200004 - ], - [ - -121.83531256299995, - 37.40713627300005 - ], - [ - -121.83528488199994, - 37.40715277000004 - ], - [ - -121.83525907099994, - 37.40717112400006 - ], - [ - -121.83523535399996, - 37.40719117200007 - ], - [ - -121.83521384799997, - 37.40721274800006 - ], - [ - -121.835194748, - 37.40723576500005 - ], - [ - -121.83517822299996, - 37.40725996400005 - ], - [ - -121.83516432799996, - 37.407285209000065 - ], - [ - -121.835138686, - 37.40733558200003 - ], - [ - -121.83510639599996, - 37.40741361400006 - ], - [ - -121.83509487999999, - 37.40744116600007 - ], - [ - -121.83501742799996, - 37.407435158000055 - ], - [ - -121.83468215899995, - 37.407327090000024 - ], - [ - -121.83462971699998, - 37.40730999300007 - ], - [ - -121.83460141299997, - 37.40728845500007 - ], - [ - -121.83459750099996, - 37.40724308700004 - ], - [ - -121.83466853899995, - 37.40708374600007 - ], - [ - -121.83493791199999, - 37.40650420900005 - ], - [ - -121.83520620699994, - 37.40665884100008 - ], - [ - -121.83554394799995, - 37.40685067900006 - ], - [ - -121.83559285099994, - 37.40705166400005 - ], - [ - -121.83565684699994, - 37.40706338800004 - ], - [ - -121.83571931699998, - 37.40707959100007 - ], - [ - -121.83577976699996, - 37.40710007600006 - ], - [ - -121.83618730199998, - 37.40729223900007 - ], - [ - -121.83606158299995, - 37.407023964000075 - ], - [ - -121.83592233399997, - 37.40671777700004 - ], - [ - -121.83585223399996, - 37.40654122800004 - ], - [ - -121.835808666, - 37.406378705000066 - ], - [ - -121.8357883, - 37.406316494000066 - ], - [ - -121.83578175499997, - 37.40630194200003 - ], - [ - -121.83565485599996, - 37.40601875600004 - ], - [ - -121.83578092099998, - 37.406001985000046 - ], - [ - -121.836165817, - 37.40595406500006 - ], - [ - -121.83661352299998, - 37.40590618500005 - ], - [ - -121.83666403299998, - 37.40590036800006 - ], - [ - -121.836995587, - 37.40586202600008 - ], - [ - -121.83719542299997, - 37.40583894100007 - ], - [ - -121.83770561699998, - 37.40577166600008 - ], - [ - -121.83811419799997, - 37.405721318000076 - ], - [ - -121.83816253199996, - 37.40570621000006 - ], - [ - -121.83836246499999, - 37.405643707000024 - ], - [ - -121.838592797, - 37.40557392000005 - ], - [ - -121.83866242799996, - 37.405549646000054 - ], - [ - -121.83861352899999, - 37.405496363000054 - ], - [ - -121.83859102799994, - 37.405473639000036 - ], - [ - -121.83856810199995, - 37.40545119400008 - ], - [ - -121.838544749, - 37.405429051000056 - ], - [ - -121.83848842699996, - 37.40537315700004 - ], - [ - -121.83843228099994, - 37.405317557000046 - ], - [ - -121.83837680199997, - 37.40526222700004 - ], - [ - -121.83832343999995, - 37.405206527000075 - ], - [ - -121.83827177999996, - 37.40514989300004 - ], - [ - -121.83822177099995, - 37.405092369000045 - ], - [ - -121.83820645999998, - 37.40507402000003 - ], - [ - -121.83819153699994, - 37.40505613700003 - ], - [ - -121.83815762799998, - 37.405014728000026 - ], - [ - -121.83812866599999, - 37.40497099600003 - ], - [ - -121.83811802599996, - 37.40495049400005 - ], - [ - -121.838116808, - 37.40494814900006 - ], - [ - -121.83806239199998, - 37.40496010100003 - ], - [ - -121.83742112299996, - 37.405090925000025 - ], - [ - -121.83712220899997, - 37.40514272100006 - ], - [ - -121.83696897599998, - 37.40516928100004 - ], - [ - -121.83677415399995, - 37.40520304200004 - ], - [ - -121.83629822499995, - 37.40527537100007 - ], - [ - -121.836186248, - 37.404819176000046 - ], - [ - -121.83640819099998, - 37.40457095200003 - ], - [ - -121.83639909399994, - 37.40457085000003 - ], - [ - -121.83638998999999, - 37.40457042700007 - ], - [ - -121.83638096799996, - 37.40456966000005 - ], - [ - -121.83637190999997, - 37.40456855000008 - ], - [ - -121.83636301799999, - 37.40456714100003 - ], - [ - -121.83635414899999, - 37.40456538800004 - ], - [ - -121.83634544599994, - 37.40456331200005 - ], - [ - -121.83633679599996, - 37.40456089400004 - ], - [ - -121.83632836799995, - 37.40455819600004 - ], - [ - -121.83632005099997, - 37.40455515600007 - ], - [ - -121.83631681499998, - 37.40455391000006 - ], - [ - -121.83631363499995, - 37.40455259700008 - ], - [ - -121.83631045399994, - 37.40455123700008 - ], - [ - -121.83624781499998, - 37.40452539700004 - ], - [ - -121.836222035, - 37.40451335400007 - ], - [ - -121.83619760199997, - 37.40449962400004 - ], - [ - -121.83617471599996, - 37.40448429700007 - ], - [ - -121.83615355599994, - 37.404467485000055 - ], - [ - -121.83568152699996, - 37.404606742000055 - ], - [ - -121.83541931299999, - 37.404660198000045 - ], - [ - -121.83520064299995, - 37.40466653300007 - ], - [ - -121.83513767899996, - 37.40468350100008 - ], - [ - -121.83505289099998, - 37.40476531200005 - ], - [ - -121.83497598799994, - 37.404787406000025 - ], - [ - -121.83486085899995, - 37.40472730400006 - ], - [ - -121.83480001399994, - 37.40478261000004 - ], - [ - -121.834809996, - 37.40494606500005 - ], - [ - -121.83459665499998, - 37.40496964300007 - ], - [ - -121.83459285199996, - 37.40499923500005 - ], - [ - -121.834571843, - 37.40516265400004 - ], - [ - -121.83433930399997, - 37.40541413100004 - ], - [ - -121.83397205799997, - 37.405566426000064 - ], - [ - -121.83376782299996, - 37.40525987800004 - ], - [ - -121.83334027599994, - 37.404612937000024 - ], - [ - -121.83328563099997, - 37.404604059000064 - ], - [ - -121.83323247799996, - 37.40450530000004 - ], - [ - -121.83321500599999, - 37.404498974000035 - ], - [ - -121.83319825999996, - 37.40449149600005 - ], - [ - -121.83318235399997, - 37.40448293400004 - ], - [ - -121.83316737799998, - 37.40447335300007 - ], - [ - -121.83315347399997, - 37.40446280000003 - ], - [ - -121.83314073199995, - 37.40445138500007 - ], - [ - -121.83312920599997, - 37.404439110000055 - ], - [ - -121.83311901899998, - 37.404426132000026 - ], - [ - -121.83291091499996, - 37.404148329000066 - ], - [ - -121.83323334599999, - 37.40398677400003 - ], - [ - -121.83326997199998, - 37.40397780300003 - ], - [ - -121.83330656499999, - 37.40396884300003 - ], - [ - -121.83302497799997, - 37.40357049200003 - ] - ], - [ - [ - -121.84255438799994, - 37.409971391000056 - ], - [ - -121.84352425799995, - 37.409946553000054 - ], - [ - -121.84383018099999, - 37.40962165800005 - ], - [ - -121.84387565499998, - 37.40964047800003 - ], - [ - -121.844015303, - 37.40969722400007 - ], - [ - -121.84411428299995, - 37.40972822700007 - ], - [ - -121.84417666999997, - 37.40973964300008 - ], - [ - -121.84420029899997, - 37.409741937000035 - ], - [ - -121.84421967099996, - 37.40974379700003 - ], - [ - -121.84427629599998, - 37.40974742900005 - ], - [ - -121.84455328099995, - 37.40975032000006 - ], - [ - -121.84466938799994, - 37.40975716100007 - ], - [ - -121.84485345999997, - 37.40976796000007 - ], - [ - -121.84497069199995, - 37.409768746000054 - ], - [ - -121.84501952999995, - 37.40977354100005 - ], - [ - -121.84506676899997, - 37.409775472000035 - ], - [ - -121.84524211999997, - 37.40979916600003 - ], - [ - -121.84528037899997, - 37.40980071200005 - ], - [ - -121.84535775799998, - 37.40980383800007 - ], - [ - -121.84559955599997, - 37.40981262400004 - ], - [ - -121.84578458199996, - 37.41034918300005 - ], - [ - -121.845922353, - 37.41050540300006 - ], - [ - -121.84600697499997, - 37.410604093000074 - ], - [ - -121.84643949999997, - 37.411138820000076 - ], - [ - -121.84645916599999, - 37.41116320000003 - ], - [ - -121.84650044099999, - 37.41121953100003 - ], - [ - -121.84641980999999, - 37.41123396800003 - ], - [ - -121.846119166, - 37.41129269600003 - ], - [ - -121.84605230399995, - 37.411303718000056 - ], - [ - -121.84598705199994, - 37.41131975700006 - ], - [ - -121.84592404199998, - 37.411340737000046 - ], - [ - -121.84586381399998, - 37.411366402000056 - ], - [ - -121.845815486, - 37.411399549000066 - ], - [ - -121.84577132499999, - 37.41143624400007 - ], - [ - -121.84573172599994, - 37.41147606900006 - ], - [ - -121.84569705599995, - 37.41151872000006 - ], - [ - -121.84566762499998, - 37.411563830000034 - ], - [ - -121.84565418499994, - 37.411598250000054 - ], - [ - -121.84564443199997, - 37.411633452000046 - ], - [ - -121.84563850399996, - 37.411669181000036 - ], - [ - -121.84563633999994, - 37.41170518800004 - ], - [ - -121.84563799399996, - 37.41174119800007 - ], - [ - -121.84564345999996, - 37.411777003000054 - ], - [ - -121.84565109299996, - 37.411827936000066 - ], - [ - -121.84565998799997, - 37.41187880900003 - ], - [ - -121.84567016999995, - 37.411929462000046 - ], - [ - -121.84569048599997, - 37.412039305000064 - ], - [ - -121.84570950399996, - 37.412145476000035 - ], - [ - -121.84571829499998, - 37.41220495700003 - ], - [ - -121.84572925499998, - 37.41231310000006 - ], - [ - -121.84574225799997, - 37.41240560600005 - ], - [ - -121.84575206899996, - 37.41244527600003 - ], - [ - -121.84576608499998, - 37.41248414100005 - ], - [ - -121.84578421299994, - 37.412521930000025 - ], - [ - -121.84580627799994, - 37.412558370000056 - ], - [ - -121.84584106699998, - 37.41259560000003 - ], - [ - -121.84575498199996, - 37.41261483100004 - ], - [ - -121.84502681899994, - 37.41278654400003 - ], - [ - -121.844900484, - 37.41282232700007 - ], - [ - -121.84480473299999, - 37.41284507800003 - ], - [ - -121.84442356899996, - 37.41291857300007 - ], - [ - -121.84366518599995, - 37.41309852100005 - ], - [ - -121.84357963399998, - 37.41309959200004 - ], - [ - -121.84349332999994, - 37.41310683000006 - ], - [ - -121.843407314, - 37.413120312000046 - ], - [ - -121.84332264099999, - 37.41314002800004 - ], - [ - -121.84324040399997, - 37.41316587400007 - ], - [ - -121.84316154299995, - 37.413197471000046 - ], - [ - -121.84308710799996, - 37.41323437500006 - ], - [ - -121.84301778099996, - 37.41327600400007 - ], - [ - -121.84295168299997, - 37.41332485100003 - ], - [ - -121.84250067599999, - 37.412612152000065 - ], - [ - -121.84096395599994, - 37.41022275700004 - ], - [ - -121.84111895599995, - 37.41024137900007 - ], - [ - -121.84113304399995, - 37.41024130900007 - ], - [ - -121.84255438799994, - 37.409971391000056 - ] - ], - [ - [ - -121.84314869599996, - 37.415378006000026 - ], - [ - -121.843214763, - 37.415360838000026 - ], - [ - -121.84327626399994, - 37.41533394800007 - ], - [ - -121.843331703, - 37.41529707900003 - ], - [ - -121.84337740599995, - 37.415251830000045 - ], - [ - -121.84341083799995, - 37.415200793000054 - ], - [ - -121.84343070699998, - 37.41514716300003 - ], - [ - -121.84343741199996, - 37.415094028000055 - ], - [ - -121.84343266399998, - 37.415043886000035 - ], - [ - -121.84339840499996, - 37.41479702500004 - ], - [ - -121.84339047399999, - 37.414730990000066 - ], - [ - -121.84337869799998, - 37.41466511100003 - ], - [ - -121.84336317099996, - 37.414599527000064 - ], - [ - -121.84334389299994, - 37.41453448900006 - ], - [ - -121.84332089599997, - 37.41447015800003 - ], - [ - -121.84329424499998, - 37.414406808000024 - ], - [ - -121.84326402599999, - 37.414344551000056 - ], - [ - -121.84323041699997, - 37.41428363800003 - ], - [ - -121.84319350499999, - 37.41422420400005 - ], - [ - -121.843112825, - 37.414092598000025 - ], - [ - -121.84303718799998, - 37.413959125000076 - ], - [ - -121.84296663099997, - 37.41382387700003 - ], - [ - -121.84295033099994, - 37.41377920100007 - ], - [ - -121.84293877899995, - 37.41373362200005 - ], - [ - -121.84293197799997, - 37.41368741700006 - ], - [ - -121.84293005099994, - 37.41364092800006 - ], - [ - -121.84293297599999, - 37.413594497000076 - ], - [ - -121.84294072499995, - 37.413548355000046 - ], - [ - -121.84295325099998, - 37.41350291400005 - ], - [ - -121.84297047399997, - 37.413458494000054 - ], - [ - -121.84297532999994, - 37.413447725000026 - ], - [ - -121.84298125499998, - 37.41343733400004 - ], - [ - -121.84298824999996, - 37.413427366000064 - ], - [ - -121.84299625699998, - 37.41341789000006 - ], - [ - -121.84300522399997, - 37.41340899800008 - ], - [ - -121.84301505999997, - 37.41340071400003 - ], - [ - -121.84302582899994, - 37.41339312800005 - ], - [ - -121.843037241, - 37.41338622200004 - ], - [ - -121.84343398299995, - 37.414005831000054 - ], - [ - -121.84363093999997, - 37.41431423200004 - ], - [ - -121.84395078299997, - 37.41481418400008 - ], - [ - -121.84431356399995, - 37.415381214000035 - ], - [ - -121.84431879099998, - 37.415389394000044 - ], - [ - -121.84449308899997, - 37.41533642100006 - ], - [ - -121.84489382699996, - 37.415214588000026 - ], - [ - -121.84491743099994, - 37.41520742700004 - ], - [ - -121.84519711499996, - 37.41518375800007 - ], - [ - -121.84522975699997, - 37.41515424500005 - ], - [ - -121.845507463, - 37.41491740400005 - ], - [ - -121.84568110299995, - 37.41491234500006 - ], - [ - -121.84587203599995, - 37.41490674500005 - ], - [ - -121.84611465399996, - 37.414899658000024 - ], - [ - -121.84638432699995, - 37.41467904500007 - ], - [ - -121.84658372499996, - 37.414668653000035 - ], - [ - -121.84685499899996, - 37.414654529000074 - ], - [ - -121.84705385299998, - 37.41464418900006 - ], - [ - -121.84709900799999, - 37.41464183900007 - ], - [ - -121.84720852599997, - 37.41463611800003 - ], - [ - -121.84721260299995, - 37.41463630000004 - ], - [ - -121.84732419299996, - 37.41464035200005 - ], - [ - -121.84748241499994, - 37.41464608900003 - ], - [ - -121.84758757099996, - 37.414649894000036 - ], - [ - -121.84763666099997, - 37.414655647000075 - ], - [ - -121.84772379499998, - 37.414665840000055 - ], - [ - -121.84788009199997, - 37.41468409400005 - ], - [ - -121.84790140099994, - 37.41468657400003 - ], - [ - -121.84807182199995, - 37.41479737000003 - ], - [ - -121.84820106399997, - 37.414752372000066 - ], - [ - -121.84828268899997, - 37.41474186600004 - ], - [ - -121.84839425599995, - 37.41479870000006 - ], - [ - -121.84855388799997, - 37.41481574800008 - ], - [ - -121.84868174699994, - 37.414897574000065 - ], - [ - -121.84877927099996, - 37.41499513100007 - ], - [ - -121.849029412, - 37.41510889800003 - ], - [ - -121.84922485799996, - 37.41511010800008 - ], - [ - -121.84950017399996, - 37.41502266300006 - ], - [ - -121.84969382799994, - 37.41497861500005 - ], - [ - -121.84998024099997, - 37.41504467500005 - ], - [ - -121.850012188, - 37.41505779000005 - ], - [ - -121.85009857499995, - 37.41509319000005 - ], - [ - -121.85044184699996, - 37.41517720300004 - ], - [ - -121.85055711499996, - 37.41527038700008 - ], - [ - -121.85067005499997, - 37.41536174400005 - ], - [ - -121.85089508699997, - 37.41543104900006 - ], - [ - -121.851033869, - 37.415473949000045 - ], - [ - -121.85106292899997, - 37.41548293100004 - ], - [ - -121.85109198999999, - 37.41549191100006 - ], - [ - -121.85112429599997, - 37.415477302000056 - ], - [ - -121.85143771699995, - 37.41533573700008 - ], - [ - -121.85194422999996, - 37.41510029700004 - ], - [ - -121.85211730999998, - 37.41501839500006 - ], - [ - -121.85218583899996, - 37.41498686500006 - ], - [ - -121.85220229699996, - 37.41501134900005 - ], - [ - -121.85223460799995, - 37.415055589000076 - ], - [ - -121.85227751199994, - 37.415114309000046 - ], - [ - -121.85236167299996, - 37.41522643600007 - ], - [ - -121.85240961299996, - 37.415293865000024 - ], - [ - -121.852458749, - 37.41536073100008 - ], - [ - -121.85250907999995, - 37.41542703500005 - ], - [ - -121.85255044699994, - 37.41548325500003 - ], - [ - -121.85259137499997, - 37.41554058000003 - ], - [ - -121.85263085699995, - 37.41559725700006 - ], - [ - -121.85264429399996, - 37.41561669600003 - ], - [ - -121.85267028699997, - 37.41565432400006 - ], - [ - -121.85268153799996, - 37.41567026300004 - ], - [ - -121.85272463399997, - 37.41573163600003 - ], - [ - -121.85276726999996, - 37.41579301400003 - ], - [ - -121.85280956999998, - 37.41585474100003 - ], - [ - -121.85285135699996, - 37.415916655000046 - ], - [ - -121.85289969999997, - 37.415987262000044 - ], - [ - -121.852977018, - 37.41610017700003 - ], - [ - -121.85297921299997, - 37.41610399700005 - ], - [ - -121.85308172599997, - 37.41625320000003 - ], - [ - -121.85320162, - 37.41639389200003 - ], - [ - -121.853337867, - 37.41652478200007 - ], - [ - -121.85345286899997, - 37.41660931500007 - ], - [ - -121.85357495499994, - 37.416687241000034 - ], - [ - -121.85370357299996, - 37.41675815600007 - ], - [ - -121.85376872699999, - 37.416793548000044 - ], - [ - -121.85383393799998, - 37.41682893800004 - ], - [ - -121.85389923599996, - 37.41686432700004 - ], - [ - -121.85396540799997, - 37.416898882000055 - ], - [ - -121.85403332299995, - 37.416934608000076 - ], - [ - -121.85409761099999, - 37.41697440200005 - ], - [ - -121.85415786299995, - 37.417018066000026 - ], - [ - -121.85421340399995, - 37.41707881600007 - ], - [ - -121.854250606, - 37.41712357000006 - ], - [ - -121.85429696699998, - 37.41718128900004 - ], - [ - -121.85434111099994, - 37.41724017800004 - ], - [ - -121.85435014599994, - 37.41725252600003 - ], - [ - -121.85440401299996, - 37.41732689000003 - ], - [ - -121.85445830299994, - 37.41740097400003 - ], - [ - -121.85451308199998, - 37.41747496100004 - ], - [ - -121.85456831399995, - 37.41754862400006 - ], - [ - -121.85456901899994, - 37.417549578000035 - ], - [ - -121.85467431099994, - 37.41769343500005 - ], - [ - -121.85477942699998, - 37.417837044000066 - ], - [ - -121.85479178699995, - 37.417853955000055 - ], - [ - -121.85484215899999, - 37.41792233800004 - ], - [ - -121.85489213599999, - 37.41799114000003 - ], - [ - -121.85493171399997, - 37.41805289700005 - ], - [ - -121.854973853, - 37.418113593000044 - ], - [ - -121.85501849899998, - 37.41817311800003 - ], - [ - -121.85504871299997, - 37.418212390000065 - ], - [ - -121.85507796, - 37.41825215500006 - ], - [ - -121.85510621099996, - 37.418292343000076 - ], - [ - -121.85518651299998, - 37.41840634500005 - ], - [ - -121.85523572799997, - 37.41847581800005 - ], - [ - -121.85527199399996, - 37.418524268000056 - ], - [ - -121.85531940899995, - 37.41858941300006 - ], - [ - -121.85535189599995, - 37.41863365000006 - ], - [ - -121.85538856099998, - 37.41868362900004 - ], - [ - -121.85543778899995, - 37.41875063100008 - ], - [ - -121.8554961899999, - 37.41883267800006 - ], - [ - -121.85553473799996, - 37.41889002900007 - ], - [ - -121.85545126999995, - 37.418924024000034 - ], - [ - -121.85544305599996, - 37.418928375000064 - ], - [ - -121.85510866599998, - 37.41910569500004 - ], - [ - -121.85508513099995, - 37.41911816700008 - ], - [ - -121.85477683399995, - 37.41928161100003 - ], - [ - -121.85466944499996, - 37.41933854200005 - ], - [ - -121.85056094699996, - 37.421573962000025 - ], - [ - -121.85054733099997, - 37.421581192000076 - ], - [ - -121.85047447299996, - 37.42161979900004 - ], - [ - -121.85041297599997, - 37.421556691000035 - ], - [ - -121.85035855399997, - 37.42148958700005 - ], - [ - -121.85035796399995, - 37.421488701000044 - ], - [ - -121.85031155699994, - 37.421418964000054 - ], - [ - -121.85031108199996, - 37.421418077000055 - ], - [ - -121.8502724, - 37.42134538900007 - ], - [ - -121.85024134999998, - 37.42126938800004 - ], - [ - -121.85023123599996, - 37.42123855800003 - ], - [ - -121.85022246499994, - 37.42120743700008 - ], - [ - -121.85021503899998, - 37.42117611800006 - ], - [ - -121.85021472399995, - 37.42117456600005 - ], - [ - -121.85020319499995, - 37.42110362600005 - ], - [ - -121.85019851599998, - 37.42103217300007 - ], - [ - -121.85020075199998, - 37.42096066300007 - ], - [ - -121.85020988399998, - 37.42088950900006 - ], - [ - -121.85021520299995, - 37.42087745400005 - ], - [ - -121.85022549699994, - 37.42084835600008 - ], - [ - -121.850232689, - 37.42081920500004 - ], - [ - -121.85023686199997, - 37.42078965200005 - ], - [ - -121.85023793099998, - 37.420759952000026 - ], - [ - -121.85023759699999, - 37.420752562000075 - ], - [ - -121.85023691199996, - 37.42074007300005 - ], - [ - -121.850234603, - 37.42072034600005 - ], - [ - -121.85022967699996, - 37.42069554500006 - ], - [ - -121.85022933999994, - 37.42069435700006 - ], - [ - -121.85022267, - 37.42067147600005 - ], - [ - -121.85021357499994, - 37.42064784400003 - ], - [ - -121.85019912399997, - 37.42061836800008 - ], - [ - -121.85018150599996, - 37.42059002800005 - ], - [ - -121.850160841, - 37.420563006000066 - ], - [ - -121.85013730699995, - 37.42053754800003 - ], - [ - -121.85011101999999, - 37.42051381600004 - ], - [ - -121.85008224299997, - 37.42049203600004 - ], - [ - -121.85005120799997, - 37.42047234200004 - ], - [ - -121.85001809, - 37.420454892000066 - ], - [ - -121.84998320499994, - 37.42043984400004 - ], - [ - -121.84994679, - 37.420427260000054 - ], - [ - -121.84990912799998, - 37.42041730300008 - ], - [ - -121.84987051099995, - 37.42041000900008 - ], - [ - -121.84983125499997, - 37.42040544900004 - ], - [ - -121.84979167399996, - 37.42040363800004 - ], - [ - -121.84957749799997, - 37.42040070000007 - ], - [ - -121.84936436299995, - 37.42038385500007 - ], - [ - -121.849153619, - 37.420353273000046 - ], - [ - -121.84894673399998, - 37.42030909400006 - ], - [ - -121.84874505999994, - 37.420251602000064 - ], - [ - -121.84854984299994, - 37.420181263000075 - ], - [ - -121.84836249299997, - 37.42009847400004 - ], - [ - -121.84823785099996, - 37.41997117500006 - ], - [ - -121.84722525199999, - 37.42030710600005 - ], - [ - -121.84733034799996, - 37.419467730000065 - ], - [ - -121.84734741799997, - 37.41938629900005 - ], - [ - -121.84702055599996, - 37.41922021100004 - ], - [ - -121.846680618, - 37.419127658000036 - ], - [ - -121.84638190299995, - 37.41897209600006 - ], - [ - -121.84634146099995, - 37.419121387000075 - ], - [ - -121.84633538099996, - 37.41914384200004 - ], - [ - -121.84627868399997, - 37.419352924000066 - ], - [ - -121.84604085899997, - 37.41940376700006 - ], - [ - -121.84595750199998, - 37.41942195900003 - ], - [ - -121.845919714, - 37.41942239300005 - ], - [ - -121.84584968699994, - 37.41943182500006 - ], - [ - -121.84577153999999, - 37.419441351000046 - ], - [ - -121.84553639699999, - 37.41966170500007 - ], - [ - -121.84551058299996, - 37.41968798100004 - ], - [ - -121.84531189299997, - 37.419736862000036 - ], - [ - -121.8452716, - 37.41972098100007 - ], - [ - -121.845213909, - 37.41969831800003 - ], - [ - -121.845180584, - 37.419685195000056 - ], - [ - -121.84512118699996, - 37.419661819000055 - ], - [ - -121.844984765, - 37.41932963100004 - ], - [ - -121.84479553099999, - 37.419328275000055 - ], - [ - -121.84453295699996, - 37.419353122000075 - ], - [ - -121.84445726499996, - 37.41936025900003 - ], - [ - -121.84429092299996, - 37.41940780900006 - ], - [ - -121.84423500399998, - 37.41947867300007 - ], - [ - -121.84417409699995, - 37.41951803200004 - ], - [ - -121.844140655, - 37.419613223000056 - ], - [ - -121.84409920499996, - 37.419757719000074 - ], - [ - -121.843980607, - 37.41976958400005 - ], - [ - -121.843941573, - 37.419555854000066 - ], - [ - -121.84392666599996, - 37.41946114700005 - ], - [ - -121.84389723399994, - 37.419292926000026 - ], - [ - -121.84376073299995, - 37.41928743900007 - ], - [ - -121.84368301799998, - 37.41942777200006 - ], - [ - -121.84366883299998, - 37.41944169200008 - ], - [ - -121.84359951699997, - 37.41950973500008 - ], - [ - -121.84345939899998, - 37.41952347200004 - ], - [ - -121.84337686299995, - 37.41953153400004 - ], - [ - -121.84334538, - 37.41953459600006 - ], - [ - -121.84271872199997, - 37.419126462000065 - ], - [ - -121.84228269899995, - 37.41906697100006 - ], - [ - -121.841830115, - 37.418870034000065 - ], - [ - -121.84174289999999, - 37.41875827700005 - ], - [ - -121.84145874499995, - 37.41691640300007 - ], - [ - -121.84141844199996, - 37.41647189200006 - ], - [ - -121.841275973, - 37.41609735500003 - ], - [ - -121.84118582499997, - 37.415962696000065 - ], - [ - -121.84142432099998, - 37.415840967000065 - ], - [ - -121.84143302299998, - 37.41583651800005 - ], - [ - -121.84168127199996, - 37.415867922000075 - ], - [ - -121.84211277599996, - 37.41582554000007 - ], - [ - -121.84226514599999, - 37.41581054300008 - ], - [ - -121.84232886399997, - 37.415756894000026 - ], - [ - -121.842453219, - 37.415652125000065 - ], - [ - -121.84274135399994, - 37.41550631800004 - ], - [ - -121.84283439599994, - 37.41551619300003 - ], - [ - -121.84291609999997, - 37.415572162000046 - ], - [ - -121.84303121499994, - 37.41565100200006 - ], - [ - -121.843058026, - 37.415649804000054 - ], - [ - -121.84323029599994, - 37.41564197200006 - ], - [ - -121.84314869599996, - 37.415378006000026 - ] - ] - ], - [ - [ - [ - -121.78231549599997, - 37.26501197300007 - ], - [ - -121.782271305, - 37.26501360100008 - ], - [ - -121.78223246799996, - 37.26501510200006 - ], - [ - -121.78209588599998, - 37.26501998500004 - ], - [ - -121.78207143199995, - 37.26507365500004 - ], - [ - -121.78204270099997, - 37.26513680200003 - ], - [ - -121.78190961499996, - 37.26542920600008 - ], - [ - -121.781975209, - 37.26556854900008 - ], - [ - -121.78220407799995, - 37.265641120000055 - ], - [ - -121.782507711, - 37.26554250500004 - ], - [ - -121.78259201199995, - 37.26540152100006 - ], - [ - -121.78237979299996, - 37.26506059500008 - ], - [ - -121.78238859699997, - 37.265004512000075 - ], - [ - -121.78231549599997, - 37.26501197300007 - ] - ] - ], - [ - [ - [ - -121.75233353299996, - 37.40038031600005 - ], - [ - -121.75350680199995, - 37.40049912200004 - ], - [ - -121.75404257899999, - 37.40063082200004 - ], - [ - -121.75411338699996, - 37.40066212200003 - ], - [ - -121.75478707299999, - 37.400959905000036 - ], - [ - -121.75528845499997, - 37.40133731700007 - ], - [ - -121.75629474099998, - 37.40129804700007 - ], - [ - -121.75732329999994, - 37.40053710700005 - ], - [ - -121.75704347699997, - 37.40002285500003 - ], - [ - -121.75700496699994, - 37.39995208100004 - ], - [ - -121.75640635099995, - 37.39982516500004 - ], - [ - -121.75555339799996, - 37.39944582100003 - ], - [ - -121.75573283299997, - 37.399018 - ], - [ - -121.75628392399994, - 37.39875933400003 - ], - [ - -121.75747554399999, - 37.39844681500006 - ], - [ - -121.75844410199994, - 37.39819278600004 - ], - [ - -121.759136894, - 37.39800825800006 - ], - [ - -121.75977793699997, - 37.39602882300005 - ], - [ - -121.75930366299997, - 37.39590000600003 - ], - [ - -121.75847121599998, - 37.39567389900003 - ], - [ - -121.75786495499995, - 37.395542962000036 - ], - [ - -121.75723558899995, - 37.39540703100005 - ], - [ - -121.75632444699994, - 37.39557690400005 - ], - [ - -121.75584954199996, - 37.39645603800005 - ], - [ - -121.75449048799999, - 37.39709387900007 - ], - [ - -121.75365363599997, - 37.397401097000056 - ], - [ - -121.75266831599998, - 37.39804909000003 - ], - [ - -121.75233068999995, - 37.398233565000055 - ], - [ - -121.75203371499998, - 37.398395839000045 - ], - [ - -121.75118103199998, - 37.39869116700004 - ], - [ - -121.75077477399998, - 37.398865475000036 - ], - [ - -121.750528842, - 37.399052264000034 - ], - [ - -121.74923730899997, - 37.39947684200007 - ], - [ - -121.74867063999994, - 37.39979568000007 - ], - [ - -121.74922441499996, - 37.40099872400003 - ], - [ - -121.74961438699995, - 37.40080349100003 - ], - [ - -121.75016048999998, - 37.40085480300007 - ], - [ - -121.75079920299999, - 37.40043667500004 - ], - [ - -121.75081282199994, - 37.400432618000025 - ], - [ - -121.751077577, - 37.40035373100005 - ], - [ - -121.75233353299996, - 37.40038031600005 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Santa Cruz, CA", - "era": "early life", - "type": "city" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -122.00192355599995, - 36.968078287000026 - ], - [ - -122.00206639899994, - 36.968115596000075 - ], - [ - -122.00209913499998, - 36.968123760000026 - ], - [ - -122.00244957899997, - 36.96813140800003 - ], - [ - -122.00247517999998, - 36.968101379000075 - ], - [ - -122.00247520099998, - 36.96810135100003 - ], - [ - -122.00251827299996, - 36.96797555200004 - ], - [ - -122.00250195499996, - 36.96786111100005 - ], - [ - -122.00247514399996, - 36.96767321400006 - ], - [ - -122.00234495299998, - 36.96731610300003 - ], - [ - -122.00229312199997, - 36.96711204600007 - ], - [ - -122.00228834199999, - 36.96710350200004 - ], - [ - -122.00220581099995, - 36.96699949400005 - ], - [ - -122.00173671799996, - 36.96696165100008 - ], - [ - -122.00158911699998, - 36.966809441000066 - ], - [ - -122.001589078, - 36.96680941200003 - ], - [ - -122.00151953999995, - 36.96659236900007 - ], - [ - -122.00150279499996, - 36.965753654000025 - ], - [ - -122.00150279099995, - 36.965753448000044 - ], - [ - -122.00145817699996, - 36.96544043800003 - ], - [ - -122.00141795299999, - 36.96524297900004 - ], - [ - -122.00138991399996, - 36.965124339000056 - ], - [ - -122.00137825799999, - 36.96509200500003 - ], - [ - -122.001378134, - 36.96509167000005 - ], - [ - -122.00123388699996, - 36.96471291800003 - ], - [ - -122.00122039699994, - 36.964659865000044 - ], - [ - -122.00108562699995, - 36.964344347000065 - ], - [ - -122.00108559399996, - 36.96411451400007 - ], - [ - -122.00108559399996, - 36.964114352000024 - ], - [ - -122.00104400099997, - 36.96393160400004 - ], - [ - -122.00106533899998, - 36.963749249000045 - ], - [ - -122.00108554299999, - 36.96374158800006 - ], - [ - -122.00108553099994, - 36.96364801000004 - ], - [ - -122.00108556999999, - 36.96364798400003 - ], - [ - -122.00152879099994, - 36.96346687600004 - ], - [ - -122.00152884099998, - 36.963466854000046 - ], - [ - -122.00158812599994, - 36.96342804300008 - ], - [ - -122.00159153499999, - 36.96342580100003 - ], - [ - -122.00160672099997, - 36.963415859000065 - ], - [ - -122.00160672199996, - 36.96341581400003 - ], - [ - -122.00161468599998, - 36.96313935300003 - ], - [ - -122.00158087299997, - 36.96303472000005 - ], - [ - -122.00157368099997, - 36.96296036000007 - ], - [ - -122.00154590999995, - 36.96286315800006 - ], - [ - -122.00154590199998, - 36.962863120000065 - ], - [ - -122.00147681699997, - 36.96236874900006 - ], - [ - -122.00143214899998, - 36.96216586600008 - ], - [ - -122.00136342299999, - 36.962052612000036 - ], - [ - -122.000806475, - 36.96194492500007 - ], - [ - -122.00061680899995, - 36.96196973100007 - ], - [ - -122.00061676099995, - 36.96196972700005 - ], - [ - -122.00041409499994, - 36.96196275900007 - ], - [ - -122.00040307899997, - 36.962137195000025 - ], - [ - -122.00042885099998, - 36.962141330000065 - ], - [ - -122.00045980999994, - 36.96214882100003 - ], - [ - -122.000499419, - 36.96216446300008 - ], - [ - -122.00054074899998, - 36.96217867000007 - ], - [ - -122.00055801199994, - 36.962186744000064 - ], - [ - -122.00067176699997, - 36.962227848000055 - ], - [ - -122.00037369199998, - 36.96272231700004 - ], - [ - -122.00036441299994, - 36.96277702700007 - ], - [ - -122.00038524399997, - 36.96304698400007 - ], - [ - -122.00038961099995, - 36.96309260700008 - ], - [ - -122.00039233799998, - 36.963142686000026 - ], - [ - -122.000215127, - 36.96430107800006 - ], - [ - -122.00021439899996, - 36.96434678700007 - ], - [ - -122.000217008, - 36.96439236800006 - ], - [ - -122.00022313199997, - 36.964437960000055 - ], - [ - -122.00023258599998, - 36.96448314500003 - ], - [ - -122.000243679, - 36.964523873000076 - ], - [ - -122.00025808599997, - 36.96456356200008 - ], - [ - -122.00027598499997, - 36.96460241800003 - ], - [ - -122.00029894599999, - 36.96463992200006 - ], - [ - -122.00032362899998, - 36.964675992000025 - ], - [ - -122.00037455399996, - 36.96473404500006 - ], - [ - -122.00042182699997, - 36.964793566000026 - ], - [ - -122.00046422199995, - 36.964854786000046 - ], - [ - -122.00050473099998, - 36.964917795000076 - ], - [ - -122.00054210499997, - 36.96498184200004 - ], - [ - -122.000574068, - 36.96504738500005 - ], - [ - -122.000588312, - 36.96507428100006 - ], - [ - -122.00059923799995, - 36.96510200700004 - ], - [ - -122.00060824899998, - 36.96513039700005 - ], - [ - -122.00061022399996, - 36.96513858900005 - ], - [ - -122.00061575799998, - 36.96516183600005 - ], - [ - -122.00062675799995, - 36.96519230200005 - ], - [ - -122.00064089899996, - 36.96522194100004 - ], - [ - -122.00065694899996, - 36.96525063400003 - ], - [ - -122.00067630799998, - 36.96527814700005 - ], - [ - -122.00072386399995, - 36.96534174000004 - ], - [ - -122.00076618399999, - 36.96540675800003 - ], - [ - -122.00080679399997, - 36.96547356100007 - ], - [ - -122.00084251099997, - 36.965541432000066 - ], - [ - -122.00087457299998, - 36.96561070000007 - ], - [ - -122.00090174299999, - 36.965681105000044 - ], - [ - -122.00092480399996, - 36.96572233400008 - ], - [ - -122.00094103899994, - 36.96576473300007 - ], - [ - -122.000955536, - 36.96580779400006 - ], - [ - -122.00096513999995, - 36.96585199200007 - ], - [ - -122.00096929499995, - 36.965896212000075 - ], - [ - -122.00097029699998, - 36.96594083600007 - ], - [ - -122.00097036499994, - 36.965950114000066 - ], - [ - -122.00096132199997, - 36.96660667000003 - ], - [ - -122.00096217699996, - 36.96665235200004 - ], - [ - -122.00096653499998, - 36.96669762200003 - ], - [ - -122.00097774699998, - 36.966742778000025 - ], - [ - -122.00099050299997, - 36.96678657100006 - ], - [ - -122.00101027299996, - 36.96682961300007 - ], - [ - -122.00103334299996, - 36.96687119300003 - ], - [ - -122.00106147399998, - 36.96691135200007 - ], - [ - -122.00109306299998, - 36.966949345000046 - ], - [ - -122.00138437099997, - 36.967303739000045 - ], - [ - -122.00173049299997, - 36.96775007600007 - ], - [ - -122.00194445799997, - 36.96783799600007 - ], - [ - -122.00220435899996, - 36.96782812400005 - ], - [ - -122.00221323199997, - 36.967837958000075 - ], - [ - -122.00220292799997, - 36.967840522000074 - ], - [ - -122.00203073699998, - 36.96787675200005 - ], - [ - -122.00196781099999, - 36.96789025800007 - ], - [ - -122.00189613499998, - 36.96790524700003 - ], - [ - -122.00176328199996, - 36.967933360000075 - ], - [ - -122.00163201, - 36.96796151700005 - ], - [ - -122.00163403599998, - 36.96797828500007 - ], - [ - -122.00151202099994, - 36.96795756600005 - ], - [ - -122.00153564399994, - 36.968106628000044 - ], - [ - -122.001650155, - 36.96809618800006 - ], - [ - -122.00178679199996, - 36.968084814000065 - ], - [ - -122.00190974799995, - 36.96807465300003 - ], - [ - -122.00192355599995, - 36.968078287000026 - ] - ] - ], - [ - [ - [ - -122.10360370399997, - 36.974477180000065 - ], - [ - -122.10379556699996, - 36.977003840000066 - ], - [ - -122.10407185799994, - 36.97769396500007 - ], - [ - -122.10403271499996, - 36.97845723900008 - ], - [ - -122.10401321899997, - 36.97883743700004 - ], - [ - -122.10484244099996, - 36.98010114700003 - ], - [ - -122.10439773199994, - 36.98122874000006 - ], - [ - -122.10431515899995, - 36.98154107600004 - ], - [ - -122.10740408899994, - 36.98181273200004 - ], - [ - -122.10772011599994, - 36.978932017000034 - ], - [ - -122.108156227, - 36.97840050900004 - ], - [ - -122.10909153999995, - 36.97726057800003 - ], - [ - -122.10802998699995, - 36.976167572000065 - ], - [ - -122.10855459199996, - 36.97240468700005 - ], - [ - -122.10732480599995, - 36.97230241200003 - ], - [ - -122.10677973399999, - 36.97225707600006 - ], - [ - -122.10557701599998, - 36.972157036000056 - ], - [ - -122.10541643299996, - 36.972143677000076 - ], - [ - -122.10541602599994, - 36.97214364100006 - ], - [ - -122.10423732799995, - 36.97204558900006 - ], - [ - -122.10406506699996, - 36.97203125200008 - ], - [ - -122.10360370399997, - 36.974477180000065 - ] - ] - ], - [ - [ - [ - -122.03292200399994, - 37.00241476400004 - ], - [ - -122.03317929899998, - 37.002322295000056 - ], - [ - -122.03342597099999, - 37.00223364300007 - ], - [ - -122.033682651, - 37.002141393000045 - ], - [ - -122.034179226, - 37.001962923000065 - ], - [ - -122.03486797099998, - 37.001715381000054 - ], - [ - -122.03420053099995, - 37.00061322800008 - ], - [ - -122.03420049299996, - 37.000613171000055 - ], - [ - -122.03419222699995, - 37.000599531000034 - ], - [ - -122.03390678099998, - 37.00012815900004 - ], - [ - -122.033669154, - 36.999735748000035 - ], - [ - -122.03365592999995, - 36.99971391200006 - ], - [ - -122.03436855899997, - 36.99942854600005 - ], - [ - -122.03467051099994, - 36.999161549000064 - ], - [ - -122.03497763699994, - 36.99889005600005 - ], - [ - -122.03531331599999, - 36.99870473500005 - ], - [ - -122.03537522299996, - 36.99869504800006 - ], - [ - -122.03538453799996, - 36.99869359100006 - ], - [ - -122.03541397199996, - 36.99867818300004 - ], - [ - -122.03529432799996, - 36.99860388900004 - ], - [ - -122.03488263099996, - 36.998826001000054 - ], - [ - -122.034310931, - 36.99933761600005 - ], - [ - -122.03397083599998, - 36.999478804000034 - ], - [ - -122.03359744799997, - 36.99963363300003 - ], - [ - -122.03330308399995, - 36.99974866800005 - ], - [ - -122.03258031699994, - 37.00003110600005 - ], - [ - -122.03257959999996, - 37.000031386000046 - ], - [ - -122.03229135199996, - 37.000143852000065 - ], - [ - -122.03110250299994, - 37.00062230300006 - ], - [ - -122.03110319599995, - 37.00062350200005 - ], - [ - -122.03113092099994, - 37.00067207200004 - ], - [ - -122.03113823999996, - 37.00068334800005 - ], - [ - -122.03114436099997, - 37.00069380000008 - ], - [ - -122.03114489099994, - 37.000693598000055 - ], - [ - -122.03114504599995, - 37.00069383500005 - ], - [ - -122.03119430999999, - 37.000674995000054 - ], - [ - -122.03119703099998, - 37.00067390500004 - ], - [ - -122.03120670099997, - 37.00067003300006 - ], - [ - -122.031215493, - 37.00066668100004 - ], - [ - -122.03177898899997, - 37.00045187000006 - ], - [ - -122.03178894599995, - 37.00046739700008 - ], - [ - -122.03179422399995, - 37.00047646500008 - ], - [ - -122.03188832399996, - 37.000638199000036 - ], - [ - -122.03196085499997, - 37.000762859000076 - ], - [ - -122.03199895399996, - 37.00082888600008 - ], - [ - -122.03209779699995, - 37.000998225000046 - ], - [ - -122.03210713099998, - 37.00101426700007 - ], - [ - -122.03221818499998, - 37.00120512700005 - ], - [ - -122.03228033899995, - 37.00131195600005 - ], - [ - -122.03232710299994, - 37.00139320000005 - ], - [ - -122.03243898199997, - 37.00158468300003 - ], - [ - -122.03254721699994, - 37.001771448000056 - ], - [ - -122.03265726399997, - 37.00196022000006 - ], - [ - -122.03276731399995, - 37.00214899300005 - ], - [ - -122.03287555099996, - 37.002335757000026 - ], - [ - -122.03292180999995, - 37.002414757000054 - ], - [ - -122.03292196399997, - 37.00241469800005 - ], - [ - -122.03292200399994, - 37.00241476400004 - ] - ] - ], - [ - [ - [ - -122.01493970699994, - 36.992904227000054 - ], - [ - -122.01505851099995, - 36.99276948100004 - ], - [ - -122.01507520699994, - 36.99274930200005 - ], - [ - -122.01516054499996, - 36.99265210300007 - ], - [ - -122.01524090999999, - 36.992559698000036 - ], - [ - -122.01537816099994, - 36.992404461000035 - ], - [ - -122.01553001599996, - 36.99229600900003 - ], - [ - -122.01571747499997, - 36.99216417300005 - ], - [ - -122.01598236799998, - 36.99239180500007 - ], - [ - -122.01620789999998, - 36.99270643700004 - ], - [ - -122.01620501399998, - 36.992736715000035 - ], - [ - -122.01616666399997, - 36.99312620200004 - ], - [ - -122.01617554599994, - 36.99356592500004 - ], - [ - -122.01681433099998, - 36.99391402500004 - ], - [ - -122.01753902899998, - 36.994529913000065 - ], - [ - -122.017830012, - 36.99452166100008 - ], - [ - -122.01780720699998, - 36.993988674000036 - ], - [ - -122.01780103699997, - 36.993849373000046 - ], - [ - -122.01775984699998, - 36.99291633400003 - ], - [ - -122.01775587999998, - 36.99280033400004 - ], - [ - -122.01775355099994, - 36.992772254000045 - ], - [ - -122.01774628399994, - 36.992585166000026 - ], - [ - -122.01770748299998, - 36.99168231500005 - ], - [ - -122.01769770799996, - 36.99145379300006 - ], - [ - -122.01769452199994, - 36.991380382000045 - ], - [ - -122.01769394699994, - 36.99135220100004 - ], - [ - -122.01796532499998, - 36.99139398400007 - ], - [ - -122.01813376799998, - 36.99141994200005 - ], - [ - -122.01847028299994, - 36.99147123200004 - ], - [ - -122.01862142699997, - 36.991494671000055 - ], - [ - -122.01877431799994, - 36.991517730000055 - ], - [ - -122.018940994, - 36.99154336600003 - ], - [ - -122.019195057, - 36.99157545800006 - ], - [ - -122.01943183999998, - 36.991605664000076 - ], - [ - -122.01960174699997, - 36.99162716600006 - ], - [ - -122.01975453799997, - 36.99164642900007 - ], - [ - -122.019945082, - 36.99167032100007 - ], - [ - -122.02001225599997, - 36.99143289500006 - ], - [ - -122.02004279599998, - 36.99133838200004 - ], - [ - -122.02039371499995, - 36.99133627400005 - ], - [ - -122.02063176499996, - 36.991334891000065 - ], - [ - -122.02226486399996, - 36.99132456900003 - ], - [ - -122.022624367, - 36.991321252000034 - ], - [ - -122.02293078599996, - 36.991318629000034 - ], - [ - -122.02441397899997, - 36.991173255000035 - ], - [ - -122.02445914799995, - 36.99145558600003 - ], - [ - -122.02546021899997, - 36.99143632000005 - ], - [ - -122.02560728199995, - 36.991425443000026 - ], - [ - -122.02630993499997, - 36.99137267000003 - ], - [ - -122.02676971899996, - 36.991338453000026 - ], - [ - -122.02659369799994, - 36.991186937000066 - ], - [ - -122.02716200599997, - 36.99109469500007 - ], - [ - -122.02725020399998, - 36.99130233400007 - ], - [ - -122.02750750299998, - 36.99158019600003 - ], - [ - -122.02752145999995, - 36.991595776000054 - ], - [ - -122.02761570499996, - 36.99168105700005 - ], - [ - -122.02768722399998, - 36.99174500400005 - ], - [ - -122.02769769599996, - 36.991755159000036 - ], - [ - -122.02770815799994, - 36.991765034000025 - ], - [ - -122.02771155299996, - 36.99176701400006 - ], - [ - -122.02775357399997, - 36.99180629700004 - ], - [ - -122.02779009399995, - 36.991837098000076 - ], - [ - -122.02782330699995, - 36.99186922000007 - ], - [ - -122.02784771699999, - 36.991894322000064 - ], - [ - -122.02787578999994, - 36.99192484500003 - ], - [ - -122.02790213199995, - 36.99195645300006 - ], - [ - -122.02791432299995, - 36.99197178000003 - ], - [ - -122.02794077599998, - 36.99200746400004 - ], - [ - -122.02796548799995, - 36.99204387800006 - ], - [ - -122.02798852599994, - 36.992083415000025 - ], - [ - -122.02799202199998, - 36.99208919100005 - ], - [ - -122.028006254, - 36.992115100000035 - ], - [ - -122.02800998899994, - 36.992123262000064 - ], - [ - -122.02803131699994, - 36.99216458600006 - ], - [ - -122.028047572, - 36.99220691000005 - ], - [ - -122.02805309899998, - 36.99220547200008 - ], - [ - -122.02823494499995, - 36.99215815200006 - ], - [ - -122.02907440099995, - 36.991927761000056 - ], - [ - -122.029186359, - 36.99179438300007 - ], - [ - -122.02949476199996, - 36.99172133700006 - ], - [ - -122.029513453, - 36.991716659000076 - ], - [ - -122.02997701699996, - 36.991606862000026 - ], - [ - -122.03033138299998, - 36.99152325500006 - ], - [ - -122.03085277199995, - 36.99139938800005 - ], - [ - -122.03088763199997, - 36.991341918000046 - ], - [ - -122.03093390099997, - 36.99126407600005 - ], - [ - -122.03104153899994, - 36.991337104000024 - ], - [ - -122.03112124299997, - 36.991384880000055 - ], - [ - -122.03121122199997, - 36.99142889400008 - ], - [ - -122.03121629199995, - 36.99142782300004 - ], - [ - -122.03149236699994, - 36.99136242700007 - ], - [ - -122.03180137499999, - 36.99148916000007 - ], - [ - -122.03185666599995, - 36.99151176400005 - ], - [ - -122.03186183799994, - 36.991514487000074 - ], - [ - -122.03203447799996, - 36.99158534700007 - ], - [ - -122.03203982499997, - 36.99158799800006 - ], - [ - -122.03220198499997, - 36.99165488800003 - ], - [ - -122.03220731399995, - 36.99165690600006 - ], - [ - -122.03269769899998, - 36.99185884700006 - ], - [ - -122.03285310799998, - 36.99192311000007 - ], - [ - -122.03285522199997, - 36.991942970000025 - ], - [ - -122.03287599199996, - 36.99221257100004 - ], - [ - -122.03290337699997, - 36.99254526000004 - ], - [ - -122.03297688699996, - 36.99345693400005 - ], - [ - -122.03316893199997, - 36.99431005200006 - ], - [ - -122.03330338399996, - 36.99469419400003 - ], - [ - -122.03332162199996, - 36.994744780000076 - ], - [ - -122.03343796799999, - 36.995076647000076 - ], - [ - -122.03374005399996, - 36.99528553600004 - ], - [ - -122.03402850499998, - 36.995484324000074 - ], - [ - -122.03436713599996, - 36.995718176000025 - ], - [ - -122.03479265099998, - 36.996011346000046 - ], - [ - -122.03538319299997, - 36.99641866600007 - ], - [ - -122.03539699499999, - 36.99642841200006 - ], - [ - -122.03624316, - 36.99636165900006 - ], - [ - -122.03648251299995, - 36.99634271600007 - ], - [ - -122.03686219899998, - 36.996906343000035 - ], - [ - -122.03659829399999, - 36.99814522300005 - ], - [ - -122.03700127499997, - 36.99817493200004 - ], - [ - -122.03704073499995, - 36.99817748900006 - ], - [ - -122.03715896899996, - 36.99818621500003 - ], - [ - -122.03720841599994, - 36.99817425800006 - ], - [ - -122.03759852699994, - 36.99807848700004 - ], - [ - -122.03820977299995, - 36.99790735000005 - ], - [ - -122.03830098399999, - 36.99800982900007 - ], - [ - -122.038334169, - 36.99804715100004 - ], - [ - -122.03836569899994, - 36.99808176000005 - ], - [ - -122.03839558199996, - 36.99811400700003 - ], - [ - -122.03840613799997, - 36.99812725400005 - ], - [ - -122.03842877599999, - 36.998151681000024 - ], - [ - -122.038465579, - 36.99819273600008 - ], - [ - -122.03861114499995, - 36.998354601000074 - ], - [ - -122.03872316499996, - 36.99847879600003 - ], - [ - -122.03876521299998, - 36.99852524600004 - ], - [ - -122.03939256999996, - 36.999220851000075 - ], - [ - -122.03966066299995, - 36.99951811700004 - ], - [ - -122.04070602499996, - 37.00106273500006 - ], - [ - -122.041534405, - 37.002542324000046 - ], - [ - -122.04220619499995, - 37.00331905500008 - ], - [ - -122.04296821399998, - 37.004657345000055 - ], - [ - -122.04355815999998, - 37.00552848700005 - ], - [ - -122.04359256199996, - 37.00604172900006 - ], - [ - -122.04359447699994, - 37.00605406900007 - ], - [ - -122.04360492399996, - 37.006056631000035 - ], - [ - -122.04435523199999, - 37.00623387200005 - ], - [ - -122.04592206899997, - 37.00597824500005 - ], - [ - -122.045877938, - 37.00700273800004 - ], - [ - -122.04708625399996, - 37.00746051200008 - ], - [ - -122.04732077099999, - 37.00771081700003 - ], - [ - -122.04733834299998, - 37.007729777000065 - ], - [ - -122.04751689399995, - 37.00792002600008 - ], - [ - -122.04755023599995, - 37.00795635900005 - ], - [ - -122.047639544, - 37.00805267700008 - ], - [ - -122.04766937699998, - 37.00808281400003 - ], - [ - -122.04784290599997, - 37.00826935200007 - ], - [ - -122.04796713899998, - 37.00840197600007 - ], - [ - -122.04810021999998, - 37.00854309500005 - ], - [ - -122.04863773899996, - 37.00911724900004 - ], - [ - -122.04917540399998, - 37.00969006300005 - ], - [ - -122.04928227099998, - 37.00980463600007 - ], - [ - -122.04931195899997, - 37.00983583000004 - ], - [ - -122.04936283899997, - 37.00988978600003 - ], - [ - -122.04938385399998, - 37.00991248300005 - ], - [ - -122.04939599799997, - 37.00992577100004 - ], - [ - -122.049404891, - 37.009935951000045 - ], - [ - -122.04959035499996, - 37.01013430300003 - ], - [ - -122.04963939499999, - 37.010185198000045 - ], - [ - -122.04968326, - 37.01023337000004 - ], - [ - -122.04974808699995, - 37.01030220000007 - ], - [ - -122.04979351699996, - 37.01034964300004 - ], - [ - -122.04980028999995, - 37.01067846600006 - ], - [ - -122.04980362299995, - 37.01084087600003 - ], - [ - -122.04997669399995, - 37.010756195000056 - ], - [ - -122.05021052899997, - 37.01064213400008 - ], - [ - -122.05293332199994, - 37.00931282800008 - ], - [ - -122.05145811199998, - 37.00231780200005 - ], - [ - -122.05131573199998, - 37.00164396100007 - ], - [ - -122.05128176199997, - 37.00148679100005 - ], - [ - -122.05121620499995, - 37.00088332900003 - ], - [ - -122.05113189099995, - 37.00011294300003 - ], - [ - -122.05482295599995, - 37.00223314400006 - ], - [ - -122.05610204599998, - 37.002967012000056 - ], - [ - -122.05688281199997, - 37.002963814000054 - ], - [ - -122.06193410299994, - 37.002944685000045 - ], - [ - -122.068219452, - 37.00290573400008 - ], - [ - -122.07271406099994, - 37.00287785100005 - ], - [ - -122.07265705499998, - 37.00277388600006 - ], - [ - -122.07259674299996, - 37.002671314000054 - ], - [ - -122.07253121699995, - 37.002570942000034 - ], - [ - -122.07246062599995, - 37.002471924000076 - ], - [ - -122.07238675399998, - 37.00237507300005 - ], - [ - -122.07230767399994, - 37.002280703000054 - ], - [ - -122.07222530999996, - 37.00218842900006 - ], - [ - -122.072076171, - 37.002020833000074 - ], - [ - -122.07202196799994, - 37.001967997000065 - ], - [ - -122.07196273199997, - 37.001917641000034 - ], - [ - -122.07190180499998, - 37.00186970400006 - ], - [ - -122.07183741699998, - 37.00182386700004 - ], - [ - -122.07177152199995, - 37.00178079800003 - ], - [ - -122.07170219799997, - 37.001740882000036 - ], - [ - -122.07162941899998, - 37.001703346000056 - ], - [ - -122.07155689299998, - 37.00166861800005 - ], - [ - -122.07117237099999, - 37.00170436500008 - ], - [ - -122.07090709999994, - 37.001553767000075 - ], - [ - -122.07054008499995, - 37.00152853700007 - ], - [ - -122.06971061299998, - 37.00140915500003 - ], - [ - -122.06932536399995, - 37.00083785000004 - ], - [ - -122.06894392999999, - 37.00020637100005 - ], - [ - -122.06853713499999, - 36.99933525200004 - ], - [ - -122.06850119299997, - 36.999255454000036 - ], - [ - -122.06846727899995, - 36.999192 - ], - [ - -122.06844018599998, - 36.999127162000036 - ], - [ - -122.06841657999996, - 36.99906120900005 - ], - [ - -122.06839804199996, - 36.99899411200005 - ], - [ - -122.068384762, - 36.99892636200008 - ], - [ - -122.06837638399998, - 36.99885775300004 - ], - [ - -122.06837327899996, - 36.99878912300005 - ], - [ - -122.068375275, - 36.99872047300005 - ], - [ - -122.06838238599994, - 36.998652367000034 - ], - [ - -122.06850039199998, - 36.99798877000006 - ], - [ - -122.06850403199996, - 36.997915944000056 - ], - [ - -122.06851278799996, - 36.997843732000035 - ], - [ - -122.06852488399994, - 36.99777146200006 - ], - [ - -122.06854404999996, - 36.997700474000055 - ], - [ - -122.06856815699996, - 36.99763010300006 - ], - [ - -122.06859757399997, - 36.997561046000044 - ], - [ - -122.06863037099998, - 36.99749333500006 - ], - [ - -122.06866907699998, - 36.997371601000054 - ], - [ - -122.06869997299998, - 36.99729872100005 - ], - [ - -122.06872590999996, - 36.99722452300006 - ], - [ - -122.06874654499995, - 36.99714943200007 - ], - [ - -122.068762054, - 36.99707330700005 - ], - [ - -122.06877068799997, - 36.996996667000076 - ], - [ - -122.06877597299996, - 36.996919664000075 - ], - [ - -122.06877440199997, - 36.996842783000034 - ], - [ - -122.06871093099994, - 36.996424398000045 - ], - [ - -122.06868707399997, - 36.99627190700005 - ], - [ - -122.06865509999994, - 36.996053966000034 - ], - [ - -122.06863371499998, - 36.99576652300004 - ], - [ - -122.068653644, - 36.99549157700005 - ], - [ - -122.06883551599998, - 36.99484879800008 - ], - [ - -122.06886286499997, - 36.99476838900006 - ], - [ - -122.068893759, - 36.99468904100007 - ], - [ - -122.06892978599996, - 36.994610941000076 - ], - [ - -122.06897094899995, - 36.99453415600004 - ], - [ - -122.069015676, - 36.99445906600005 - ], - [ - -122.06906555499995, - 36.99438592700005 - ], - [ - -122.06911882099996, - 36.994314485000075 - ], - [ - -122.06917725199997, - 36.994245413000044 - ], - [ - -122.06923926099995, - 36.994178599000065 - ], - [ - -122.06930466999995, - 36.99411390500006 - ], - [ - -122.06964083899999, - 36.993571005000035 - ], - [ - -122.06968920599996, - 36.992933718000074 - ], - [ - -122.06964996099998, - 36.99253325900003 - ], - [ - -122.06940845199995, - 36.991873471000076 - ], - [ - -122.06936363899996, - 36.99177140000006 - ], - [ - -122.06931587899999, - 36.99170305600006 - ], - [ - -122.06927158499997, - 36.99163289400008 - ], - [ - -122.06923251999996, - 36.99156095400008 - ], - [ - -122.06919676599995, - 36.991487971000026 - ], - [ - -122.06916431399998, - 36.99141359600003 - ], - [ - -122.06913710899994, - 36.991338074000055 - ], - [ - -122.069113212, - 36.99126144000007 - ], - [ - -122.069096162, - 36.99118440400008 - ], - [ - -122.069080854, - 36.99110670600004 - ], - [ - -122.06907238999997, - 36.99102853800008 - ], - [ - -122.06906725599998, - 36.99094996000008 - ], - [ - -122.06906413499996, - 36.99071963400007 - ], - [ - -122.06898315799998, - 36.98962749900005 - ], - [ - -122.06888347899996, - 36.988951737000036 - ], - [ - -122.06863391, - 36.98815056900003 - ], - [ - -122.068505518, - 36.98774336900004 - ], - [ - -122.06841083799998, - 36.98755991400003 - ], - [ - -122.06831303999996, - 36.98737820100007 - ], - [ - -122.06820825999995, - 36.987198367000076 - ], - [ - -122.068100013, - 36.98702021100007 - ], - [ - -122.06798846199996, - 36.98684351800006 - ], - [ - -122.06787187299994, - 36.98666895200006 - ], - [ - -122.06775005599997, - 36.98649616400007 - ], - [ - -122.06762495699996, - 36.98632547200003 - ], - [ - -122.06749480899998, - 36.986156555000036 - ], - [ - -122.06736120899996, - 36.98599008800005 - ], - [ - -122.06722239699997, - 36.98582582100005 - ], - [ - -122.06708047599994, - 36.985663576000036 - ], - [ - -122.06693334799996, - 36.98550381300004 - ], - [ - -122.066782763, - 36.985346219000064 - ], - [ - -122.06662891199994, - 36.98519135200007 - ], - [ - -122.06647523299995, - 36.98504920700003 - ], - [ - -122.066316541, - 36.98491024200007 - ], - [ - -122.06615439899997, - 36.98477365800005 - ], - [ - -122.06598899599999, - 36.98463994200006 - ], - [ - -122.06581856799994, - 36.98450898500005 - ], - [ - -122.06564629299999, - 36.984381152000026 - ], - [ - -122.06547093899997, - 36.98425646600003 - ], - [ - -122.06529021199998, - 36.98413461600006 - ], - [ - -122.06510798699998, - 36.98401581600007 - ], - [ - -122.06492251799995, - 36.98390058500007 - ], - [ - -122.06473343199997, - 36.98378808800004 - ], - [ - -122.06454285899997, - 36.98367906400006 - ], - [ - -122.06434728299996, - 36.983573499000045 - ], - [ - -122.06414985699996, - 36.98347105900007 - ], - [ - -122.06395094399994, - 36.983372091000035 - ], - [ - -122.06313817699998, - 36.98298023500007 - ], - [ - -122.06225165199999, - 36.98257833900004 - ], - [ - -122.06200753899998, - 36.982446337000056 - ], - [ - -122.06150881499997, - 36.98217766400006 - ], - [ - -122.06081092399995, - 36.981463923000035 - ], - [ - -122.060282783, - 36.98101163500007 - ], - [ - -122.05982615299996, - 36.980622148000066 - ], - [ - -122.06010534399996, - 36.98062840700004 - ], - [ - -122.06027660199999, - 36.98062887700007 - ], - [ - -122.06028680399999, - 36.98062905200004 - ], - [ - -122.06028732899995, - 36.98062905300003 - ], - [ - -122.06028732899995, - 36.98062923800006 - ], - [ - -122.06043453599995, - 36.98063358100006 - ], - [ - -122.06058524899998, - 36.980638028000044 - ], - [ - -122.06094994899996, - 36.98064569100006 - ], - [ - -122.06117856399999, - 36.98065049400003 - ], - [ - -122.06115379799996, - 36.98048154500003 - ], - [ - -122.06115169399999, - 36.980481575000056 - ], - [ - -122.06115167499996, - 36.98048143600005 - ], - [ - -122.06113152299997, - 36.980335137000054 - ], - [ - -122.06110744899996, - 36.98016099500006 - ], - [ - -122.06108929899995, - 36.98003012700008 - ], - [ - -122.06106712599995, - 36.979874160000065 - ], - [ - -122.06105913099998, - 36.97981932300007 - ], - [ - -122.06105333099998, - 36.979780617000074 - ], - [ - -122.06108910699999, - 36.97969324300004 - ], - [ - -122.06114757999995, - 36.979625861000045 - ], - [ - -122.06127931399999, - 36.979291395000075 - ], - [ - -122.06131520099996, - 36.979201629000045 - ], - [ - -122.06127708599996, - 36.97909950900004 - ], - [ - -122.06127352199996, - 36.97909127500003 - ], - [ - -122.06075221499998, - 36.97797789100008 - ], - [ - -122.060781223, - 36.977977879000036 - ], - [ - -122.06111329299995, - 36.97797653900005 - ], - [ - -122.06129646599999, - 36.977975815000036 - ], - [ - -122.06217964899997, - 36.977972556000054 - ], - [ - -122.06261965399995, - 36.977970810000045 - ], - [ - -122.06327183099995, - 36.977967903000035 - ], - [ - -122.06335744699999, - 36.97796775000006 - ], - [ - -122.06374260099994, - 36.97796604100006 - ], - [ - -122.06393929899997, - 36.97796479700003 - ], - [ - -122.06408994099996, - 36.97796379300007 - ], - [ - -122.06485175599994, - 36.97795840800006 - ], - [ - -122.06485518799997, - 36.97747115300007 - ], - [ - -122.070323068, - 36.97756895800006 - ], - [ - -122.07088161799999, - 36.97243887900004 - ], - [ - -122.06910847899996, - 36.96786319300003 - ], - [ - -122.06831050899996, - 36.96497319900004 - ], - [ - -122.06633404599995, - 36.964999429000045 - ], - [ - -122.06542425099997, - 36.96183219400007 - ], - [ - -122.06523414599997, - 36.96117037400006 - ], - [ - -122.06283474199995, - 36.96084269800008 - ], - [ - -122.062773086, - 36.96083772500003 - ], - [ - -122.06266846499994, - 36.960829843000056 - ], - [ - -122.06264680399994, - 36.959296712000025 - ], - [ - -122.06531834999998, - 36.958885904000056 - ], - [ - -122.06530561599999, - 36.95786322300006 - ], - [ - -122.06530163399998, - 36.95758791800006 - ], - [ - -122.06527812999997, - 36.95580826500003 - ], - [ - -122.065422781, - 36.955679272000054 - ], - [ - -122.06558302699995, - 36.95549038900003 - ], - [ - -122.06572843999999, - 36.955318427000066 - ], - [ - -122.06596964399995, - 36.95498527900003 - ], - [ - -122.06647778599995, - 36.95465085100005 - ], - [ - -122.06651902599998, - 36.95458404900006 - ], - [ - -122.06653440399998, - 36.95425181200005 - ], - [ - -122.06661880499996, - 36.95411128200004 - ], - [ - -122.06663040299998, - 36.95409188700006 - ], - [ - -122.06679494099996, - 36.95402209100007 - ], - [ - -122.06692039499995, - 36.953969216000075 - ], - [ - -122.06711327299996, - 36.95377849700003 - ], - [ - -122.06719566899994, - 36.95371280300003 - ], - [ - -122.06731122599996, - 36.953509653000026 - ], - [ - -122.06736267999997, - 36.95334691900007 - ], - [ - -122.067425104, - 36.953057941000054 - ], - [ - -122.06749398799997, - 36.95283184200008 - ], - [ - -122.06760767399999, - 36.95270837600003 - ], - [ - -122.06765979999994, - 36.95274444700004 - ], - [ - -122.06776050099995, - 36.95281517300003 - ], - [ - -122.06785775099996, - 36.95295914400003 - ], - [ - -122.067878786, - 36.952989358000025 - ], - [ - -122.06797805599996, - 36.95323319500005 - ], - [ - -122.06803386899998, - 36.953281925000056 - ], - [ - -122.06805652699995, - 36.95330079300004 - ], - [ - -122.06812211599998, - 36.953327770000044 - ], - [ - -122.06842268699995, - 36.95338692400003 - ], - [ - -122.06853523899997, - 36.95344752900007 - ], - [ - -122.06855947899999, - 36.95345990200008 - ], - [ - -122.06866276499994, - 36.95356735000007 - ], - [ - -122.06884815599994, - 36.95375955700007 - ], - [ - -122.06892271099997, - 36.95388972300003 - ], - [ - -122.06887854299998, - 36.95406814800003 - ], - [ - -122.06879901599996, - 36.95427763200007 - ], - [ - -122.06877641899996, - 36.95433841600004 - ], - [ - -122.06873390499999, - 36.95443575400003 - ], - [ - -122.06864411299995, - 36.95464267400007 - ], - [ - -122.06865546999995, - 36.95469815600006 - ], - [ - -122.06866929399996, - 36.954702413000064 - ], - [ - -122.06873823599994, - 36.95472342700003 - ], - [ - -122.06886179299994, - 36.95465898300006 - ], - [ - -122.06902074399994, - 36.95456481600007 - ], - [ - -122.06922956999995, - 36.95440474800006 - ], - [ - -122.06933586599996, - 36.954332590000035 - ], - [ - -122.06938470699998, - 36.95429961000008 - ], - [ - -122.06943390099997, - 36.95419596800008 - ], - [ - -122.06942094899995, - 36.95398535600003 - ], - [ - -122.06943406099998, - 36.95395700700004 - ], - [ - -122.06950618899998, - 36.95380494800003 - ], - [ - -122.06974753399999, - 36.95364515600005 - ], - [ - -122.06982495399996, - 36.95358397700005 - ], - [ - -122.06984999199994, - 36.95354831800006 - ], - [ - -122.069878255, - 36.953508455000076 - ], - [ - -122.06980597399996, - 36.95341016900005 - ], - [ - -122.06948400599998, - 36.953397721000044 - ], - [ - -122.06941354799994, - 36.953385593000064 - ], - [ - -122.06938088599998, - 36.95338018700005 - ], - [ - -122.069206211, - 36.95329085800006 - ], - [ - -122.06897441799998, - 36.95300834900007 - ], - [ - -122.0687236099999, - 36.95279534900004 - ], - [ - -122.06849805999997, - 36.95264490000005 - ], - [ - -122.06831408399995, - 36.952523814000074 - ], - [ - -122.06830529599995, - 36.95251089200008 - ], - [ - -122.06816977399995, - 36.95233623300004 - ], - [ - -122.06816052299996, - 36.952299907000054 - ], - [ - -122.06812523199994, - 36.95216582200004 - ], - [ - -122.06804232499996, - 36.95196775000005 - ], - [ - -122.06771931499998, - 36.951658990000055 - ], - [ - -122.06772714599998, - 36.95154657900008 - ], - [ - -122.06772697699995, - 36.95153392700007 - ], - [ - -122.06773499599996, - 36.95151213500003 - ], - [ - -122.06778187999998, - 36.95138174900006 - ], - [ - -122.06788774799998, - 36.951281057000074 - ], - [ - -122.06797628899994, - 36.951266858000054 - ], - [ - -122.06805993899997, - 36.95125372900003 - ], - [ - -122.06811140999997, - 36.951181965000046 - ], - [ - -122.06812074299995, - 36.95113751200006 - ], - [ - -122.06812710799994, - 36.95111307700006 - ], - [ - -122.0680355699999, - 36.951068977000034 - ], - [ - -122.067800477, - 36.95095504000005 - ], - [ - -122.06771648899996, - 36.95086553200008 - ], - [ - -122.06777655099995, - 36.95070918600004 - ], - [ - -122.06796370299998, - 36.950663389000056 - ], - [ - -122.06802548099995, - 36.95058293900007 - ], - [ - -122.06805706299997, - 36.950542315000064 - ], - [ - -122.06805815399997, - 36.95042763300006 - ], - [ - -122.06793464799995, - 36.95008762400005 - ], - [ - -122.06793426399997, - 36.95007356900004 - ], - [ - -122.067938799, - 36.94971129100003 - ], - [ - -122.06792290099997, - 36.94952779700003 - ], - [ - -122.06768921699995, - 36.94915596300007 - ], - [ - -122.06761668899998, - 36.94904193100007 - ], - [ - -122.06758795899998, - 36.94897438000004 - ], - [ - -122.06751790299995, - 36.94881559300006 - ], - [ - -122.067460499, - 36.948619320000034 - ], - [ - -122.06744214799994, - 36.948745072000065 - ], - [ - -122.06739037799997, - 36.94885733000007 - ], - [ - -122.06729457199998, - 36.94893999000004 - ], - [ - -122.06712980299994, - 36.94897726900007 - ], - [ - -122.06711708699999, - 36.94898815800008 - ], - [ - -122.06691870099996, - 36.948966315000064 - ], - [ - -122.06690305099994, - 36.948945182000045 - ], - [ - -122.06678247199994, - 36.94885029500006 - ], - [ - -122.06676510299997, - 36.94880786600004 - ], - [ - -122.06674601999998, - 36.94876124600006 - ], - [ - -122.06663565399998, - 36.94866101800005 - ], - [ - -122.06662694999994, - 36.94865799100006 - ], - [ - -122.06662691699995, - 36.94865798100005 - ], - [ - -122.06648079299998, - 36.948669909000046 - ], - [ - -122.06647730199995, - 36.948666237000054 - ], - [ - -122.06647725099998, - 36.94866626900006 - ], - [ - -122.06643564399997, - 36.948692117000064 - ], - [ - -122.06640086999994, - 36.94866713300007 - ], - [ - -122.06640086899995, - 36.948667070000056 - ], - [ - -122.06640074399996, - 36.948585741000045 - ], - [ - -122.06627564999997, - 36.948454208000044 - ], - [ - -122.06619423099994, - 36.94822370700007 - ], - [ - -122.06588616199997, - 36.948101844000064 - ], - [ - -122.065570993, - 36.94810161400005 - ], - [ - -122.06544065099996, - 36.948141150000026 - ], - [ - -122.06519425099998, - 36.948314984000035 - ], - [ - -122.06496756999996, - 36.948425873000076 - ], - [ - -122.06469375299997, - 36.94854540400007 - ], - [ - -122.06441961999997, - 36.948633382000025 - ], - [ - -122.06424824899995, - 36.94875597500004 - ], - [ - -122.06424382399996, - 36.94875656700003 - ], - [ - -122.06417810199997, - 36.948809511000036 - ], - [ - -122.06396131499997, - 36.94885737100003 - ], - [ - -122.06380543999995, - 36.94898008400003 - ], - [ - -122.06380538499997, - 36.94898008900003 - ], - [ - -122.06366788899999, - 36.94899213800005 - ], - [ - -122.06361116799997, - 36.949019115000056 - ], - [ - -122.06313175399998, - 36.94901758200007 - ], - [ - -122.06298080999994, - 36.94896230400008 - ], - [ - -122.06263341899995, - 36.949021222000056 - ], - [ - -122.06263271799997, - 36.94902138900005 - ], - [ - -122.06209480099994, - 36.94914913200006 - ], - [ - -122.06209475999998, - 36.94914914100008 - ], - [ - -122.06159988499996, - 36.94920604200007 - ], - [ - -122.06144464299996, - 36.949236179000025 - ], - [ - -122.06135042899996, - 36.949285186000054 - ], - [ - -122.06099449499999, - 36.94946039700005 - ], - [ - -122.06080143699995, - 36.94950961500007 - ], - [ - -122.06080137699996, - 36.949509645000035 - ], - [ - -122.06071478499996, - 36.94955292700007 - ], - [ - -122.06050616099998, - 36.94972697000003 - ], - [ - -122.06049514799997, - 36.949728821000065 - ], - [ - -122.06041864699995, - 36.94982316100004 - ], - [ - -122.06011694499995, - 36.94981175600003 - ], - [ - -122.06000188999997, - 36.94981172400003 - ], - [ - -122.05996820799999, - 36.94981738300004 - ], - [ - -122.05977218099997, - 36.949832092000065 - ], - [ - -122.05963094099997, - 36.949889029000076 - ], - [ - -122.05942533399997, - 36.94999782300005 - ], - [ - -122.05936856799997, - 36.950019972000064 - ], - [ - -122.05934344899998, - 36.95003767700007 - ], - [ - -122.05926135099998, - 36.95007951000008 - ], - [ - -122.059212748, - 36.95010427500006 - ], - [ - -122.05921271299997, - 36.950104268000075 - ], - [ - -122.05775440899998, - 36.94978618300007 - ], - [ - -122.05748525499996, - 36.949696251000034 - ], - [ - -122.05748519199994, - 36.94969623000003 - ], - [ - -122.05732103899999, - 36.94962672400004 - ], - [ - -122.05726811699998, - 36.94960431700008 - ], - [ - -122.05725345599996, - 36.949582459000055 - ], - [ - -122.05720677399995, - 36.94957231400008 - ], - [ - -122.05723422099999, - 36.949553783000056 - ], - [ - -122.05721645699998, - 36.949527319000026 - ], - [ - -122.05732894399995, - 36.94945604600008 - ], - [ - -122.05745126199997, - 36.94940724000003 - ], - [ - -122.05755644799996, - 36.94933622000008 - ], - [ - -122.05778998599999, - 36.94918258200005 - ], - [ - -122.057752656, - 36.94897580400004 - ], - [ - -122.05774545399998, - 36.948970332000044 - ], - [ - -122.05771545699997, - 36.948981022000055 - ], - [ - -122.05762497899997, - 36.94904560400005 - ], - [ - -122.05756323499998, - 36.94912668600006 - ], - [ - -122.05736364299997, - 36.94930991700005 - ], - [ - -122.05721617899997, - 36.94937406300005 - ], - [ - -122.05706016099998, - 36.94938858300003 - ], - [ - -122.05696422399996, - 36.94931798500005 - ], - [ - -122.05695997199996, - 36.949307591000036 - ], - [ - -122.05688649499996, - 36.94912810300008 - ], - [ - -122.05683454999996, - 36.949071325000034 - ], - [ - -122.056834515, - 36.94907128600005 - ], - [ - -122.05671338299999, - 36.94908037000005 - ], - [ - -122.056646216, - 36.949092362000044 - ], - [ - -122.05653883399998, - 36.94911426400006 - ], - [ - -122.05641165199995, - 36.94915748300008 - ], - [ - -122.05625607199994, - 36.949251512000046 - ], - [ - -122.05624612799994, - 36.949261603000025 - ], - [ - -122.05614588999998, - 36.94936331100007 - ], - [ - -122.056016076, - 36.94941636300007 - ], - [ - -122.05583632499997, - 36.949230715000056 - ], - [ - -122.05582391899998, - 36.949218253000026 - ], - [ - -122.05568057199997, - 36.94912974600004 - ], - [ - -122.05550034699996, - 36.94912638900007 - ], - [ - -122.05532427299994, - 36.94916832900003 - ], - [ - -122.05520796099995, - 36.949202601000025 - ], - [ - -122.05513325299995, - 36.94921382700005 - ], - [ - -122.05513298899996, - 36.949213891000056 - ], - [ - -122.055080611, - 36.949226372000055 - ], - [ - -122.05491606199996, - 36.94924755400007 - ], - [ - -122.054915984, - 36.94924757200005 - ], - [ - -122.05489247499997, - 36.94920932500003 - ], - [ - -122.05487237699998, - 36.94920668800006 - ], - [ - -122.05476309, - 36.949018774000024 - ], - [ - -122.05450308199994, - 36.948985151000045 - ], - [ - -122.05423583199996, - 36.94896949900004 - ], - [ - -122.05415880499999, - 36.94896724300003 - ], - [ - -122.05401302699994, - 36.94898806400005 - ], - [ - -122.05396658399997, - 36.94901499500003 - ], - [ - -122.05384830799994, - 36.949083579000046 - ], - [ - -122.05382177299998, - 36.94918706200008 - ], - [ - -122.05382176299997, - 36.94918710300004 - ], - [ - -122.05378861, - 36.94921192000004 - ], - [ - -122.05371757999995, - 36.949265095000044 - ], - [ - -122.05371755199997, - 36.94926511800003 - ], - [ - -122.05362366599996, - 36.94926822700006 - ], - [ - -122.05356441699996, - 36.949338228000045 - ], - [ - -122.05332198099995, - 36.94921547000007 - ], - [ - -122.0532492899999, - 36.949222966000036 - ], - [ - -122.05310171499997, - 36.949296109000045 - ], - [ - -122.05301462199998, - 36.94940824100007 - ], - [ - -122.05301459499998, - 36.949408274000064 - ], - [ - -122.05295391899995, - 36.949542902000076 - ], - [ - -122.05304039699996, - 36.94964727900003 - ], - [ - -122.05304921199996, - 36.949726217000034 - ], - [ - -122.05299746099996, - 36.949768592000055 - ], - [ - -122.05293032699996, - 36.94975240400004 - ], - [ - -122.05287879399998, - 36.94977669900004 - ], - [ - -122.05279270299997, - 36.94970740900004 - ], - [ - -122.05267628699994, - 36.94963530900003 - ], - [ - -122.05261080499997, - 36.94956604400005 - ], - [ - -122.05251962099999, - 36.94946960300007 - ], - [ - -122.05251960499999, - 36.94946957900004 - ], - [ - -122.05244545299996, - 36.949352443000066 - ], - [ - -122.05244118099995, - 36.949347286000034 - ], - [ - -122.05233906099994, - 36.94920449700004 - ], - [ - -122.05232526199995, - 36.94919039300004 - ], - [ - -122.05224191499997, - 36.949169908000044 - ], - [ - -122.05192994299995, - 36.949370188000046 - ], - [ - -122.05192677199994, - 36.94937155400004 - ], - [ - -122.05167787699997, - 36.949478672000055 - ], - [ - -122.05167689199999, - 36.949477460000026 - ], - [ - -122.05167687199997, - 36.94947743600005 - ], - [ - -122.05159884699998, - 36.94951632800007 - ], - [ - -122.05148914799997, - 36.94936221000006 - ], - [ - -122.05114687899999, - 36.94933918900006 - ], - [ - -122.05089341599995, - 36.949343921000036 - ], - [ - -122.05057880799995, - 36.94941126300006 - ], - [ - -122.05054852499995, - 36.949414836000074 - ], - [ - -122.05046256799994, - 36.94944410200003 - ], - [ - -122.05023572299996, - 36.949425749000056 - ], - [ - -122.05018488099995, - 36.94942163600007 - ], - [ - -122.05018481499997, - 36.949421631000064 - ], - [ - -122.04999420299998, - 36.94935258700008 - ], - [ - -122.049953443, - 36.949335881000025 - ], - [ - -122.04989841699995, - 36.94931332800007 - ], - [ - -122.049887776, - 36.94926839100003 - ], - [ - -122.04981186499998, - 36.94916173800004 - ], - [ - -122.04981302699997, - 36.94915509800006 - ], - [ - -122.04983982199997, - 36.94900196200007 - ], - [ - -122.04992898299997, - 36.948831408000046 - ], - [ - -122.04999793099995, - 36.94870576300008 - ], - [ - -122.04975958199998, - 36.948749029000055 - ], - [ - -122.04975808299997, - 36.94874986000008 - ], - [ - -122.04965555899997, - 36.94880670900005 - ], - [ - -122.04955162299996, - 36.94887779700008 - ], - [ - -122.04942123499995, - 36.948966976000065 - ], - [ - -122.04916057399998, - 36.94909563900006 - ], - [ - -122.04909664999997, - 36.94910344900006 - ], - [ - -122.048997037, - 36.949150700000075 - ], - [ - -122.04884492999997, - 36.949112557000035 - ], - [ - -122.04878947199995, - 36.94910969600005 - ], - [ - -122.04870918699999, - 36.94910555400003 - ], - [ - -122.04870915799995, - 36.949105572000065 - ], - [ - -122.048656774, - 36.94913668500004 - ], - [ - -122.04866592499997, - 36.949254078000024 - ], - [ - -122.04863617399997, - 36.949363875000074 - ], - [ - -122.04863124699995, - 36.949382067000045 - ], - [ - -122.04861416799997, - 36.94940324000004 - ], - [ - -122.04858788399997, - 36.94943582500008 - ], - [ - -122.04833597599998, - 36.94953080100004 - ], - [ - -122.04798868299997, - 36.949633892000065 - ], - [ - -122.04794109699998, - 36.94963895700005 - ], - [ - -122.04790701999997, - 36.949648996000064 - ], - [ - -122.04755809999995, - 36.94970929200008 - ], - [ - -122.04748920199995, - 36.94968701500005 - ], - [ - -122.04739830399996, - 36.949696682000024 - ], - [ - -122.04717284399999, - 36.94958668700008 - ], - [ - -122.04693412199998, - 36.949370490000035 - ], - [ - -122.04682590999994, - 36.94928738700003 - ], - [ - -122.04660823199998, - 36.94921715800007 - ], - [ - -122.04660817399997, - 36.94921719100006 - ], - [ - -122.04651284099998, - 36.94927041400007 - ], - [ - -122.04652057399994, - 36.94937531100004 - ], - [ - -122.04652114799995, - 36.94938310100008 - ], - [ - -122.04651519199996, - 36.949418183000034 - ], - [ - -122.04649552199999, - 36.949534062000055 - ], - [ - -122.04643544499999, - 36.949608640000065 - ], - [ - -122.04643480399994, - 36.94961012400006 - ], - [ - -122.046433837, - 36.949610635000056 - ], - [ - -122.04639995599996, - 36.949652696000044 - ], - [ - -122.04630378299998, - 36.94972534900006 - ], - [ - -122.04625252599999, - 36.94976407000007 - ], - [ - -122.04609143, - 36.94982623200008 - ], - [ - -122.04596622899999, - 36.949874531000034 - ], - [ - -122.04596616099997, - 36.949874556000054 - ], - [ - -122.045870515, - 36.949896298000056 - ], - [ - -122.04587043699996, - 36.94989628800005 - ], - [ - -122.045725103, - 36.94987626900007 - ], - [ - -122.04569512399996, - 36.94987685000007 - ], - [ - -122.04547269399995, - 36.94980625300008 - ], - [ - -122.04546302299997, - 36.94980835300004 - ], - [ - -122.04532517399997, - 36.94987837900004 - ], - [ - -122.04528123799997, - 36.94993867300008 - ], - [ - -122.04528121699997, - 36.94993870700006 - ], - [ - -122.04521089899998, - 36.95010277600005 - ], - [ - -122.04513280099997, - 36.950171967000074 - ], - [ - -122.04513270799998, - 36.950172020000025 - ], - [ - -122.04513267699997, - 36.95017203800006 - ], - [ - -122.04498499699997, - 36.95025656100006 - ], - [ - -122.04498491099997, - 36.95025657000008 - ], - [ - -122.044935211, - 36.95026210200007 - ], - [ - -122.04492722199996, - 36.95026728900007 - ], - [ - -122.04481730499998, - 36.950300206000065 - ], - [ - -122.04466665099994, - 36.95027871100007 - ], - [ - -122.04464047, - 36.950274053000044 - ], - [ - -122.04455937799997, - 36.95026883200006 - ], - [ - -122.04455932499997, - 36.95026882900004 - ], - [ - -122.044472639, - 36.95029971100007 - ], - [ - -122.04422098499998, - 36.950489160000075 - ], - [ - -122.04407339299996, - 36.95055561200007 - ], - [ - -122.04403813999994, - 36.95055839300005 - ], - [ - -122.04386470199995, - 36.95057207600007 - ], - [ - -122.04369149999997, - 36.950568316000044 - ], - [ - -122.04358733099997, - 36.950589938000064 - ], - [ - -122.04355312999996, - 36.95065000200003 - ], - [ - -122.04354309799999, - 36.95076092200003 - ], - [ - -122.04339849999997, - 36.950745289000054 - ], - [ - -122.04338403599996, - 36.950745666000046 - ], - [ - -122.04328273399994, - 36.95088161900003 - ], - [ - -122.043205108, - 36.95100161400006 - ], - [ - -122.04309720799995, - 36.95104972200005 - ], - [ - -122.04306623899998, - 36.951063530000056 - ], - [ - -122.04306618099997, - 36.951063556000065 - ], - [ - -122.04284920299995, - 36.95111826600004 - ], - [ - -122.04277117499998, - 36.951165581000055 - ], - [ - -122.04268440899995, - 36.95121819600007 - ], - [ - -122.04251934099995, - 36.951392791000046 - ], - [ - -122.04243073699996, - 36.951448570000025 - ], - [ - -122.04239747599996, - 36.95149083300004 - ], - [ - -122.04235309999996, - 36.95149744400004 - ], - [ - -122.04221587599994, - 36.95158383200004 - ], - [ - -122.04206789399996, - 36.95185782000004 - ], - [ - -122.04204786099996, - 36.95188190300007 - ], - [ - -122.04202672899999, - 36.95194755700004 - ], - [ - -122.04196120199998, - 36.95198708600003 - ], - [ - -122.041868551, - 36.95213559800004 - ], - [ - -122.041868524, - 36.95213564900007 - ], - [ - -122.04181603399996, - 36.952281586000026 - ], - [ - -122.04174068099996, - 36.95237024000005 - ], - [ - -122.04171089199997, - 36.952447541000026 - ], - [ - -122.04161160899997, - 36.952534772000035 - ], - [ - -122.04156490599996, - 36.952608603000044 - ], - [ - -122.04148680299994, - 36.95267779100004 - ], - [ - -122.04146068499995, - 36.95267639400004 - ], - [ - -122.04142965799997, - 36.95270667700004 - ], - [ - -122.04115574699995, - 36.952661644000045 - ], - [ - -122.04112081399995, - 36.95265822400006 - ], - [ - -122.04099156899997, - 36.952651314000036 - ], - [ - -122.04099153399994, - 36.95265131200006 - ], - [ - -122.04088780099994, - 36.95269549200003 - ], - [ - -122.04081796699995, - 36.95283687800003 - ], - [ - -122.04078337799996, - 36.952833128000066 - ], - [ - -122.04077223699994, - 36.95284784000006 - ], - [ - -122.04049107999998, - 36.952820777000056 - ], - [ - -122.04045279699994, - 36.95281794300007 - ], - [ - -122.04017554899997, - 36.952847521000024 - ], - [ - -122.040125107, - 36.95284070300005 - ], - [ - -122.03980985899994, - 36.95279810100004 - ], - [ - -122.03975842499995, - 36.952803578000044 - ], - [ - -122.03959439699997, - 36.95284055900004 - ], - [ - -122.03942958399995, - 36.95288429500005 - ], - [ - -122.03921695499997, - 36.95293440300003 - ], - [ - -122.03885498499994, - 36.952746681000065 - ], - [ - -122.03867019599994, - 36.95264828100005 - ], - [ - -122.03840970199997, - 36.952652930000056 - ], - [ - -122.03819046399997, - 36.95255875700008 - ], - [ - -122.03810139299998, - 36.952663951000034 - ], - [ - -122.03796955899998, - 36.95267963500004 - ], - [ - -122.03795364599995, - 36.95269432200007 - ], - [ - -122.03782556299996, - 36.952709121000055 - ], - [ - -122.03770058799995, - 36.95272355900005 - ], - [ - -122.03764274799994, - 36.952795440000045 - ], - [ - -122.03748754399999, - 36.95270721000003 - ], - [ - -122.03733718499996, - 36.95265093200004 - ], - [ - -122.03716310399994, - 36.952522772000066 - ], - [ - -122.03713603199998, - 36.95250738200008 - ], - [ - -122.03712478699998, - 36.95249456200003 - ], - [ - -122.03694581999997, - 36.952362805000064 - ], - [ - -122.03688511799999, - 36.95236574900008 - ], - [ - -122.036807722, - 36.952378612000075 - ], - [ - -122.03679682699999, - 36.95239043200007 - ], - [ - -122.03673232099999, - 36.95251311800007 - ], - [ - -122.03671612799997, - 36.95251121200005 - ], - [ - -122.03670368899998, - 36.952555665000034 - ], - [ - -122.03648618099999, - 36.95255167000005 - ], - [ - -122.03620015099995, - 36.952463720000026 - ], - [ - -122.03613659599995, - 36.952408235000064 - ], - [ - -122.03602021299997, - 36.95236986500004 - ], - [ - -122.03584934199995, - 36.95217016600003 - ], - [ - -122.03558945399999, - 36.95207115100004 - ], - [ - -122.03558273799996, - 36.95206396800006 - ], - [ - -122.03554056699994, - 36.95205724200008 - ], - [ - -122.03534940399999, - 36.95190124000004 - ], - [ - -122.03520672499997, - 36.95186071400008 - ], - [ - -122.03514865399995, - 36.95183702600008 - ], - [ - -122.03493253599999, - 36.95178415600003 - ], - [ - -122.03488917399994, - 36.95171389500007 - ], - [ - -122.03481265199997, - 36.95165712700003 - ], - [ - -122.03468625299996, - 36.95166267500008 - ], - [ - -122.03459725399995, - 36.95181744300004 - ], - [ - -122.03443968699997, - 36.95184320200008 - ], - [ - -122.03443229499999, - 36.95183625300007 - ], - [ - -122.034316177, - 36.95178356200006 - ], - [ - -122.03420157399995, - 36.951651165000044 - ], - [ - -122.03411776699994, - 36.95160856700005 - ], - [ - -122.033986546, - 36.951596100000074 - ], - [ - -122.03396131399995, - 36.95159693100004 - ], - [ - -122.03372742899995, - 36.95165711900006 - ], - [ - -122.03369571199994, - 36.95168806800007 - ], - [ - -122.03363877099997, - 36.95178710600004 - ], - [ - -122.03356991299995, - 36.95184741200006 - ], - [ - -122.03352194599995, - 36.951850412000056 - ], - [ - -122.03343266399997, - 36.95192964600005 - ], - [ - -122.03311101499997, - 36.951830123000036 - ], - [ - -122.03271978199996, - 36.95177956900005 - ], - [ - -122.03264974899997, - 36.95178353700004 - ], - [ - -122.03264968299999, - 36.951783540000065 - ], - [ - -122.032597792, - 36.95177807300007 - ], - [ - -122.03254744199995, - 36.95177277000005 - ], - [ - -122.03246027499995, - 36.95177523800004 - ], - [ - -122.03242409699999, - 36.951757566000026 - ], - [ - -122.03222388499995, - 36.95171021600004 - ], - [ - -122.03211995999999, - 36.95166208400008 - ], - [ - -122.03201600299997, - 36.951501257000075 - ], - [ - -122.03201592499994, - 36.95150125500004 - ], - [ - -122.03200468299997, - 36.951500958000054 - ], - [ - -122.03184478199995, - 36.95154260800007 - ], - [ - -122.03167336499996, - 36.95160881400005 - ], - [ - -122.03163808999994, - 36.95151945400005 - ], - [ - -122.031573026, - 36.95149760500004 - ], - [ - -122.03159049299995, - 36.951283656000044 - ], - [ - -122.031530004, - 36.95118402000003 - ], - [ - -122.031529923, - 36.95118399800003 - ], - [ - -122.03137323299995, - 36.95114438600007 - ], - [ - -122.03137250099996, - 36.95114579600005 - ], - [ - -122.03137234599996, - 36.95114609500007 - ], - [ - -122.03137226599995, - 36.95114625100007 - ], - [ - -122.03133162699999, - 36.95132208000007 - ], - [ - -122.031329976, - 36.95132327400006 - ], - [ - -122.03132992599996, - 36.95135814500003 - ], - [ - -122.031208758, - 36.951440508000076 - ], - [ - -122.03118060499997, - 36.95144902000004 - ], - [ - -122.03113859899997, - 36.951461720000054 - ], - [ - -122.03111908699998, - 36.95147583500005 - ], - [ - -122.03102293199998, - 36.95158547300008 - ], - [ - -122.03082199799996, - 36.95158236100008 - ], - [ - -122.03071482799999, - 36.95158070100007 - ], - [ - -122.03041328299997, - 36.951612038000064 - ], - [ - -122.030262473, - 36.95154770600004 - ], - [ - -122.02998163099994, - 36.95166259300004 - ], - [ - -122.02976910199999, - 36.951760010000044 - ], - [ - -122.02945397999997, - 36.951865600000076 - ], - [ - -122.02911829799996, - 36.95187637300006 - ], - [ - -122.02885254999995, - 36.95182347400004 - ], - [ - -122.02879326599998, - 36.951820533000046 - ], - [ - -122.02866482099995, - 36.95181416100007 - ], - [ - -122.02851369299998, - 36.95178666900006 - ], - [ - -122.02835258299996, - 36.951757360000045 - ], - [ - -122.02798319799996, - 36.95163620200003 - ], - [ - -122.02763258899995, - 36.95157124100007 - ], - [ - -122.02753039599997, - 36.95154860300005 - ], - [ - -122.02750158099997, - 36.95154548000005 - ], - [ - -122.02748162399996, - 36.95153779900005 - ], - [ - -122.02728398999994, - 36.95149401600003 - ], - [ - -122.02725186799995, - 36.95144935400003 - ], - [ - -122.027250198, - 36.95144871200006 - ], - [ - -122.02725013799994, - 36.951448689000074 - ], - [ - -122.02709349899999, - 36.951341625000055 - ], - [ - -122.02706734599997, - 36.95124428300005 - ], - [ - -122.02698914299998, - 36.95110628100008 - ], - [ - -122.02696317099998, - 36.95100253800007 - ], - [ - -122.02696530699995, - 36.95100065200006 - ], - [ - -122.02693602399995, - 36.95092552600005 - ], - [ - -122.02702892099995, - 36.950802192000026 - ], - [ - -122.02701564199998, - 36.95073688600007 - ], - [ - -122.02695161599996, - 36.95066996000003 - ], - [ - -122.02686991999997, - 36.95072310300003 - ], - [ - -122.02684175299999, - 36.950771564000036 - ], - [ - -122.02684171199996, - 36.950771632000055 - ], - [ - -122.02681564799997, - 36.95078930300008 - ], - [ - -122.02679701999995, - 36.950776018000056 - ], - [ - -122.02675509199997, - 36.95074611800004 - ], - [ - -122.026702947, - 36.95059016500005 - ], - [ - -122.02663370699997, - 36.95045876000006 - ], - [ - -122.02655408199996, - 36.95034874700008 - ], - [ - -122.02639570499997, - 36.950414049000074 - ], - [ - -122.02638441899995, - 36.950608438000074 - ], - [ - -122.02643399099998, - 36.95098903400003 - ], - [ - -122.02643399799996, - 36.95098909300003 - ], - [ - -122.02639343499999, - 36.951026771000045 - ], - [ - -122.02636437399997, - 36.95105376600003 - ], - [ - -122.02608688199996, - 36.951067229000046 - ], - [ - -122.02583525499995, - 36.95126577000008 - ], - [ - -122.02582612499998, - 36.951371667000046 - ], - [ - -122.02591327799996, - 36.951476048000075 - ], - [ - -122.02596525999996, - 36.95158012500008 - ], - [ - -122.02596965899994, - 36.95172428300003 - ], - [ - -122.02598847999997, - 36.951798875000065 - ], - [ - -122.02596342499999, - 36.951934110000025 - ], - [ - -122.02593869099996, - 36.952118393000035 - ], - [ - -122.02586828999995, - 36.95228235500008 - ], - [ - -122.02580231499996, - 36.95247114800003 - ], - [ - -122.02579695199995, - 36.952472588000035 - ], - [ - -122.02554169099994, - 36.952541119000045 - ], - [ - -122.02539032399994, - 36.95270787100003 - ], - [ - -122.02538452099998, - 36.952737365000075 - ], - [ - -122.025369034, - 36.95281605300005 - ], - [ - -122.02536325199998, - 36.952882188000046 - ], - [ - -122.02535071199998, - 36.95289320300003 - ], - [ - -122.02535068199995, - 36.95289328600006 - ], - [ - -122.02532283399995, - 36.95297202800003 - ], - [ - -122.02532282399994, - 36.95297205800006 - ], - [ - -122.02523622399997, - 36.95299385000004 - ], - [ - -122.025201617, - 36.953031622000026 - ], - [ - -122.02506091099997, - 36.953416041000025 - ], - [ - -122.02506022499995, - 36.953745050000066 - ], - [ - -122.02497031099995, - 36.95408008600003 - ], - [ - -122.02464169299998, - 36.95450187500006 - ], - [ - -122.02464117699998, - 36.95450336500005 - ], - [ - -122.02464014799995, - 36.954506337000055 - ], - [ - -122.02464001899995, - 36.95450670800005 - ], - [ - -122.02460562899995, - 36.954712577000066 - ], - [ - -122.02462639499998, - 36.95484570600007 - ], - [ - -122.02432698099994, - 36.95539819800007 - ], - [ - -122.02431616299998, - 36.95550784200003 - ], - [ - -122.024332771, - 36.95559853800006 - ], - [ - -122.02437732599998, - 36.95576985400004 - ], - [ - -122.02452024899998, - 36.956122580000056 - ], - [ - -122.024568, - 36.95634156300008 - ], - [ - -122.02459585399998, - 36.95644190200005 - ], - [ - -122.02464924699996, - 36.956495534000055 - ], - [ - -122.02468081699999, - 36.95652726000003 - ], - [ - -122.02482801399998, - 36.95659609300003 - ], - [ - -122.02495793899999, - 36.95669637300006 - ], - [ - -122.02500547499994, - 36.95676482700003 - ], - [ - -122.02505389599997, - 36.95683457300004 - ], - [ - -122.02508168099996, - 36.95692585300003 - ], - [ - -122.02512791199996, - 36.95697039300006 - ], - [ - -122.02525118999995, - 36.957212533000074 - ], - [ - -122.02531212499997, - 36.957388808000076 - ], - [ - -122.025383848, - 36.95746173400005 - ], - [ - -122.02547066499994, - 36.95750733500006 - ], - [ - -122.02550889499997, - 36.95754386600004 - ], - [ - -122.02551596199999, - 36.957550619000074 - ], - [ - -122.02554340499995, - 36.95757683800008 - ], - [ - -122.02568152999999, - 36.957653253000046 - ], - [ - -122.02561934799996, - 36.95790513600008 - ], - [ - -122.02557077699998, - 36.95819093400007 - ], - [ - -122.02545345599998, - 36.958417576000045 - ], - [ - -122.02528216999997, - 36.958637012000054 - ], - [ - -122.02517854699994, - 36.95878038500007 - ], - [ - -122.02508920399998, - 36.95895993200003 - ], - [ - -122.02502413399998, - 36.959226450000074 - ], - [ - -122.02497883499996, - 36.95941198200006 - ], - [ - -122.02496422499996, - 36.95973186100008 - ], - [ - -122.02497770999997, - 36.95999563400005 - ], - [ - -122.02492893299996, - 36.96029720400003 - ], - [ - -122.02475046099994, - 36.96058418700005 - ], - [ - -122.024530713, - 36.96085956100006 - ], - [ - -122.02433837199999, - 36.961132908000025 - ], - [ - -122.02421432299997, - 36.96139104300005 - ], - [ - -122.02389136199997, - 36.96172190500005 - ], - [ - -122.02363777, - 36.962008266000055 - ], - [ - -122.02350052899999, - 36.962144601000034 - ], - [ - -122.02327402999998, - 36.962343297000075 - ], - [ - -122.02297889599998, - 36.96247382400003 - ], - [ - -122.02268350399999, - 36.96255805900006 - ], - [ - -122.02254138999996, - 36.96260683400004 - ], - [ - -122.02242351399997, - 36.962647289000074 - ], - [ - -122.02207146699999, - 36.96271173400004 - ], - [ - -122.02176407499996, - 36.962768003000065 - ], - [ - -122.02167117599998, - 36.96277676500006 - ], - [ - -122.02143375299994, - 36.96279915700006 - ], - [ - -122.02099122599998, - 36.96286758800005 - ], - [ - -122.02088130299995, - 36.96290006700008 - ], - [ - -122.02063545399994, - 36.96297271000003 - ], - [ - -122.020619034, - 36.962978787000054 - ], - [ - -122.02052545899994, - 36.96305301800004 - ], - [ - -122.01983319399994, - 36.963218563000055 - ], - [ - -122.01967583699997, - 36.96324817000004 - ], - [ - -122.01967543199999, - 36.96324825100004 - ], - [ - -122.01963562199995, - 36.963256810000075 - ], - [ - -122.01960246599998, - 36.963263934000054 - ], - [ - -122.01958602599996, - 36.963265068000055 - ], - [ - -122.01933984599998, - 36.963311384000065 - ], - [ - -122.019165349, - 36.96333139300003 - ], - [ - -122.01882657199997, - 36.96337023700005 - ], - [ - -122.01805928899995, - 36.96341797000008 - ], - [ - -122.01736688699998, - 36.96348434600003 - ], - [ - -122.01684644699998, - 36.96355439700005 - ], - [ - -122.01620911899994, - 36.963596435000056 - ], - [ - -122.015366745, - 36.963641273000064 - ], - [ - -122.01477750499998, - 36.963710743000036 - ], - [ - -122.01438701399996, - 36.96372101900005 - ], - [ - -122.01378457199996, - 36.96367094000004 - ], - [ - -122.01345594099996, - 36.96362088300003 - ], - [ - -122.013288795, - 36.96362917700003 - ], - [ - -122.01318681099997, - 36.96369300400005 - ], - [ - -122.01318674799995, - 36.963693044000024 - ], - [ - -122.01309178799994, - 36.963870271000076 - ], - [ - -122.01307313799998, - 36.96406848100003 - ], - [ - -122.01307792199998, - 36.96418787500005 - ], - [ - -122.01306364199996, - 36.964532543000075 - ], - [ - -122.01304898499995, - 36.964906505000044 - ], - [ - -122.01304098999998, - 36.96519939500007 - ], - [ - -122.01301468899999, - 36.965276430000074 - ], - [ - -122.01297850499998, - 36.96547599400003 - ], - [ - -122.01283996999996, - 36.965594345000056 - ], - [ - -122.01279975499995, - 36.965639328000066 - ], - [ - -122.01278656599999, - 36.96565474000005 - ], - [ - -122.01278561699996, - 36.96565514300005 - ], - [ - -122.01273600899998, - 36.965710632000025 - ], - [ - -122.01273601099996, - 36.96571066000007 - ], - [ - -122.01274441899994, - 36.96587520700007 - ], - [ - -122.01244062799998, - 36.96601915100007 - ], - [ - -122.01224100299999, - 36.96566371200004 - ], - [ - -122.01214508299995, - 36.96536768100003 - ], - [ - -122.01208135399997, - 36.964900803000035 - ], - [ - -122.01201481899994, - 36.96441339200004 - ], - [ - -122.01201481699997, - 36.96441336600003 - ], - [ - -122.01198067499996, - 36.963901544000066 - ], - [ - -122.01198067499996, - 36.96390151400004 - ], - [ - -122.01198926399996, - 36.963756843000056 - ], - [ - -122.01199792399996, - 36.96361094400004 - ], - [ - -122.01203447799998, - 36.963495323000075 - ], - [ - -122.01207608599998, - 36.963363737000066 - ], - [ - -122.01207608599998, - 36.96336370100005 - ], - [ - -122.01206789099996, - 36.96321679500005 - ], - [ - -122.01206703599996, - 36.96320143300005 - ], - [ - -122.01206703399998, - 36.963201387000026 - ], - [ - -122.01200675799998, - 36.96314230200005 - ], - [ - -122.01193702499995, - 36.96315072700003 - ], - [ - -122.01183565899998, - 36.96344511500007 - ], - [ - -122.01182409199998, - 36.96347870500006 - ], - [ - -122.01182047199995, - 36.963479531000075 - ], - [ - -122.01178431899996, - 36.96361822800003 - ], - [ - -122.01056577699995, - 36.96343454600003 - ], - [ - -122.00985373999998, - 36.96339029100005 - ], - [ - -122.00921628799995, - 36.963304193000056 - ], - [ - -122.00898589199994, - 36.96329289000005 - ], - [ - -122.00836061299998, - 36.96321104200007 - ], - [ - -122.00836056799994, - 36.96321103400004 - ], - [ - -122.007883011, - 36.96312359500007 - ], - [ - -122.00745731199999, - 36.96300506800003 - ], - [ - -122.00703285999998, - 36.962913541000034 - ], - [ - -122.00665963999995, - 36.96285398100008 - ], - [ - -122.006659507, - 36.96285395900003 - ], - [ - -122.00637570599997, - 36.96284514100006 - ], - [ - -122.00546554399995, - 36.96259638400005 - ], - [ - -122.00476738799995, - 36.96240348500004 - ], - [ - -122.00470836599999, - 36.96238661800004 - ], - [ - -122.00448863699995, - 36.96234708500003 - ], - [ - -122.00448854999996, - 36.96234706600006 - ], - [ - -122.00421088199994, - 36.962277140000026 - ], - [ - -122.00421074699995, - 36.962277097000026 - ], - [ - -122.00330626099998, - 36.96198593200006 - ], - [ - -122.00328872199998, - 36.961980924000045 - ], - [ - -122.00288505699996, - 36.961871615000064 - ], - [ - -122.00288898999997, - 36.96177209500007 - ], - [ - -122.00278750599995, - 36.96138415300004 - ], - [ - -122.00274370499994, - 36.960910356000056 - ], - [ - -122.00244001399994, - 36.96057213300003 - ], - [ - -122.00227119299996, - 36.960471306000045 - ], - [ - -122.00208024699998, - 36.96038428700007 - ], - [ - -122.00175734199996, - 36.96040496000006 - ], - [ - -122.00173923299997, - 36.96041239200008 - ], - [ - -122.00177191999995, - 36.960585227000024 - ], - [ - -122.00177579999996, - 36.96058884200005 - ], - [ - -122.00212757099996, - 36.96079257100007 - ], - [ - -122.002224706, - 36.96086211700003 - ], - [ - -122.00224174099998, - 36.96087431300003 - ], - [ - -122.00231837799998, - 36.960911356000054 - ], - [ - -122.00244018199999, - 36.96098452100006 - ], - [ - -122.00245734899994, - 36.96102868300005 - ], - [ - -122.00255116599999, - 36.96109585200003 - ], - [ - -122.00262661899995, - 36.96123169700007 - ], - [ - -122.00262545499999, - 36.96158999700003 - ], - [ - -122.00260775699996, - 36.96184336400006 - ], - [ - -122.00270929699997, - 36.96258904200005 - ], - [ - -122.00274411699996, - 36.96304225100005 - ], - [ - -122.00272587399996, - 36.963085576000026 - ], - [ - -122.00273781899995, - 36.96314811900004 - ], - [ - -122.00238770799996, - 36.96339982000006 - ], - [ - -122.00236509299998, - 36.963626082000076 - ], - [ - -122.0023793299999, - 36.963665595000066 - ], - [ - -122.00250697399997, - 36.96382814800006 - ], - [ - -122.00268786199996, - 36.964017553000076 - ], - [ - -122.00255297399997, - 36.96407476700006 - ], - [ - -122.002637312, - 36.96409590800005 - ], - [ - -122.002975473, - 36.96414391600007 - ], - [ - -122.00304176299994, - 36.96419729200005 - ], - [ - -122.00305613299997, - 36.964200894000044 - ], - [ - -122.00305617299995, - 36.96420096400004 - ], - [ - -122.00306460499996, - 36.964215685000056 - ], - [ - -122.00325547199998, - 36.964369368000064 - ], - [ - -122.00334302199997, - 36.96481629900006 - ], - [ - -122.00336237999994, - 36.96543167100003 - ], - [ - -122.00342266499996, - 36.965977527000064 - ], - [ - -122.00349003499997, - 36.96641076700007 - ], - [ - -122.00350769299996, - 36.96666559000005 - ], - [ - -122.00357714499995, - 36.96715523600005 - ], - [ - -122.00359422199995, - 36.967403320000074 - ], - [ - -122.00366323799994, - 36.967703597000025 - ], - [ - -122.00366476999994, - 36.96771025900006 - ], - [ - -122.00264108999994, - 36.96781323100004 - ], - [ - -122.002656931, - 36.96822004300003 - ], - [ - -122.00265698299995, - 36.96822004100005 - ], - [ - -122.002778106, - 36.96821681400007 - ], - [ - -122.00303899099998, - 36.96820986000006 - ], - [ - -122.00306546899998, - 36.96832716800003 - ], - [ - -122.00290854399998, - 36.96867507200005 - ], - [ - -122.00269176799998, - 36.96898658600003 - ], - [ - -122.00257928899998, - 36.96910061800003 - ], - [ - -122.00237095699998, - 36.96929929600003 - ], - [ - -122.00213622999996, - 36.96943043700003 - ], - [ - -122.001884314, - 36.969682857000066 - ], - [ - -122.00161523399998, - 36.96981127300006 - ], - [ - -122.00147819199998, - 36.96983288800004 - ], - [ - -122.00130278799998, - 36.969860554000036 - ], - [ - -122.00130275599997, - 36.96986055900004 - ], - [ - -122.00115564199996, - 36.96999450800007 - ], - [ - -122.00108572699997, - 36.97008619400003 - ], - [ - -122.00108563999999, - 36.97008630800008 - ], - [ - -122.00108606699996, - 36.96893019100003 - ], - [ - -122.00124185399994, - 36.96877163700003 - ], - [ - -122.00124187999995, - 36.96877161300006 - ], - [ - -122.00127541899997, - 36.968754113000045 - ], - [ - -122.00144194499995, - 36.96866722900006 - ], - [ - -122.00164169799996, - 36.96853605000007 - ], - [ - -122.00169675999996, - 36.96852001100007 - ], - [ - -122.001867243, - 36.96847037200007 - ], - [ - -122.00197611699997, - 36.96847550800004 - ], - [ - -122.00204060599998, - 36.96847855000004 - ], - [ - -122.00224059099997, - 36.968376539000076 - ], - [ - -122.00230321299995, - 36.96830308700004 - ], - [ - -122.00110951999994, - 36.96837231600006 - ], - [ - -122.00029017799994, - 36.96916536300006 - ], - [ - -121.99975486599999, - 36.97030392400006 - ], - [ - -121.999543029, - 36.97075025400005 - ], - [ - -121.99941822399995, - 36.97101725300007 - ], - [ - -121.99939855699995, - 36.971058079000045 - ], - [ - -121.99932026799996, - 36.97125582100006 - ], - [ - -121.99926659899995, - 36.97139381300008 - ], - [ - -121.99922740699998, - 36.971494231000065 - ], - [ - -121.99920406499996, - 36.97152239400003 - ], - [ - -121.999117174, - 36.971627202000036 - ], - [ - -121.99906541499996, - 36.971690995000074 - ], - [ - -121.99902039199998, - 36.971750314000076 - ], - [ - -121.99897852799995, - 36.97180269100005 - ], - [ - -121.99897017799998, - 36.97181274500008 - ], - [ - -121.99891669399994, - 36.97187115300005 - ], - [ - -121.99884411899995, - 36.97192559400003 - ], - [ - -121.99845283399998, - 36.972220426000035 - ], - [ - -121.99776663999995, - 36.97351920400007 - ], - [ - -121.99758218399995, - 36.97345081700007 - ], - [ - -121.99752875299998, - 36.97343125900005 - ], - [ - -121.997835469, - 36.973789547000024 - ], - [ - -121.99748250799996, - 36.97445857500003 - ], - [ - -121.99745941099997, - 36.97450276200004 - ], - [ - -121.997429577, - 36.974558099000035 - ], - [ - -121.99734899599997, - 36.97472255500003 - ], - [ - -121.99734582199994, - 36.97472879500003 - ], - [ - -121.99719772599997, - 36.975033162000045 - ], - [ - -121.997061283, - 36.97531272900005 - ], - [ - -121.99696094499996, - 36.975521385000036 - ], - [ - -121.99685724999995, - 36.97572939500003 - ], - [ - -121.99672082999996, - 36.976009944000054 - ], - [ - -121.99660402699999, - 36.976247701000034 - ], - [ - -121.99658289999996, - 36.976293260000034 - ], - [ - -121.99637881599995, - 36.97670823900006 - ], - [ - -121.99637969799994, - 36.97683525800005 - ], - [ - -121.99637717199994, - 36.977480453000055 - ], - [ - -121.99582214399999, - 36.978321950000065 - ], - [ - -121.99528039999996, - 36.97914086600008 - ], - [ - -121.99569967099995, - 36.97965361400003 - ], - [ - -121.99578143399998, - 36.97988774600003 - ], - [ - -121.99624214499994, - 36.98119279000008 - ], - [ - -121.99620805399996, - 36.98120011300006 - ], - [ - -121.99618291499996, - 36.98122029100006 - ], - [ - -121.99602781299996, - 36.98134592800005 - ], - [ - -121.99580409499998, - 36.98171033800003 - ], - [ - -121.99501335699995, - 36.98232851500006 - ], - [ - -121.99483741399996, - 36.98217013400006 - ], - [ - -121.99444042199997, - 36.98278533700005 - ], - [ - -121.99438382999995, - 36.98295325400005 - ], - [ - -121.99460329699997, - 36.983228868000026 - ], - [ - -121.99472385899998, - 36.98334719400003 - ], - [ - -121.99479709699995, - 36.98341766900006 - ], - [ - -121.99484260099996, - 36.98346309200008 - ], - [ - -121.994822178, - 36.983475456000065 - ], - [ - -121.99469407, - 36.98357153300003 - ], - [ - -121.99456794899999, - 36.98368297300004 - ], - [ - -121.99448514399995, - 36.983743418000074 - ], - [ - -121.99439549799996, - 36.983797792000075 - ], - [ - -121.99399310899997, - 36.98404780200008 - ], - [ - -121.993687132, - 36.98424669600007 - ], - [ - -121.99355365199995, - 36.98433252800004 - ], - [ - -121.99349137899998, - 36.984384824000074 - ], - [ - -121.99343884099994, - 36.98441952200005 - ], - [ - -121.99335925699995, - 36.98446205600004 - ], - [ - -121.99327788799997, - 36.984503637000046 - ], - [ - -121.99321173699997, - 36.98452886100006 - ], - [ - -121.99312683899996, - 36.98456326000007 - ], - [ - -121.993036739, - 36.984600417000024 - ], - [ - -121.99295170499994, - 36.98462968500007 - ], - [ - -121.99285131199997, - 36.98466321800004 - ], - [ - -121.99276300199995, - 36.98469493300007 - ], - [ - -121.99250955199994, - 36.98477856100004 - ], - [ - -121.99236330899998, - 36.98482706600004 - ], - [ - -121.99221389599995, - 36.984888770000055 - ], - [ - -121.992125779, - 36.98493454000004 - ], - [ - -121.99192648899998, - 36.985072021000065 - ], - [ - -121.991890975, - 36.98509891100008 - ], - [ - -121.99173510999998, - 36.98517604700004 - ], - [ - -121.99145990499994, - 36.98528844200007 - ], - [ - -121.99141571899997, - 36.98530647700005 - ], - [ - -121.99136286399994, - 36.98531580100007 - ], - [ - -121.99134413699994, - 36.985319068000024 - ], - [ - -121.99129992899998, - 36.985329583000066 - ], - [ - -121.99125888099996, - 36.985333224000044 - ], - [ - -121.99119830099994, - 36.98547681200006 - ], - [ - -121.99118687699996, - 36.98550378900006 - ], - [ - -121.99098712699998, - 36.985617234000074 - ], - [ - -121.99077211799994, - 36.985738738000066 - ], - [ - -121.99071288899995, - 36.985773195000036 - ], - [ - -121.99057407, - 36.98585011500006 - ], - [ - -121.990178534, - 36.98628165300005 - ], - [ - -121.99009899499998, - 36.98633276100003 - ], - [ - -121.99006526, - 36.98635378400007 - ], - [ - -121.98982028499995, - 36.986512839000056 - ], - [ - -121.989713371, - 36.986733549000064 - ], - [ - -121.98969200999994, - 36.98677714200005 - ], - [ - -121.98957531999997, - 36.98702065400005 - ], - [ - -121.98967960399995, - 36.98718207200005 - ], - [ - -121.98980976899998, - 36.987190714000064 - ], - [ - -121.98969384699996, - 36.987302750000026 - ], - [ - -121.98967703799997, - 36.98731877900008 - ], - [ - -121.98943426799997, - 36.98759554900005 - ], - [ - -121.98940252799997, - 36.987632286000064 - ], - [ - -121.98916318199997, - 36.987905554000065 - ], - [ - -121.98877334699995, - 36.98828032700004 - ], - [ - -121.98871451599996, - 36.988336711000045 - ], - [ - -121.98810201799995, - 36.989051465000045 - ], - [ - -121.98796158599998, - 36.989214668000045 - ], - [ - -121.98791806799994, - 36.98926502900008 - ], - [ - -121.987912957, - 36.98927123100003 - ], - [ - -121.98789128199996, - 36.98929627100006 - ], - [ - -121.98786771699997, - 36.98932295800006 - ], - [ - -121.98783874099996, - 36.989324357000044 - ], - [ - -121.987830396, - 36.989334762000055 - ], - [ - -121.98780694199996, - 36.98936566500004 - ], - [ - -121.98737804299998, - 36.98992773700007 - ], - [ - -121.98727557099994, - 36.99132443000008 - ], - [ - -121.98704718, - 36.99145950800005 - ], - [ - -121.98697272499999, - 36.99150370900003 - ], - [ - -121.98675679399997, - 36.99175197300008 - ], - [ - -121.98679580399994, - 36.99190527800005 - ], - [ - -121.98672287399995, - 36.992202184000064 - ], - [ - -121.986891104, - 36.99256914600005 - ], - [ - -121.986930987, - 36.99259477100003 - ], - [ - -121.98711746299995, - 36.992410060000054 - ], - [ - -121.98704088699998, - 36.99252087100007 - ], - [ - -121.98697583299997, - 36.99261510900004 - ], - [ - -121.98702578299998, - 36.99271613800005 - ], - [ - -121.98703303399998, - 36.99273113100003 - ], - [ - -121.98710356199996, - 36.99283905500005 - ], - [ - -121.98717261799999, - 36.99286391000004 - ], - [ - -121.98729383199998, - 36.993107578000036 - ], - [ - -121.98739122899997, - 36.99344212400007 - ], - [ - -121.98743500999996, - 36.993576156000074 - ], - [ - -121.98744235699996, - 36.99360148300008 - ], - [ - -121.98746425899998, - 36.99367225900005 - ], - [ - -121.98759353199995, - 36.99380071100006 - ], - [ - -121.98761627699997, - 36.993823107000026 - ], - [ - -121.98773329899996, - 36.99394037600007 - ], - [ - -121.98781118399995, - 36.994067158000064 - ], - [ - -121.98787319099995, - 36.994178599000065 - ], - [ - -121.987896359, - 36.99421715700004 - ], - [ - -121.98791781899996, - 36.994271069000035 - ], - [ - -121.98796097899998, - 36.99437460200005 - ], - [ - -121.98805648299998, - 36.994697157000076 - ], - [ - -121.98821201499999, - 36.99494165500005 - ], - [ - -121.98829038099996, - 36.99509345600006 - ], - [ - -121.98788279999997, - 36.99509487500006 - ], - [ - -121.98770736199998, - 36.99496972900005 - ], - [ - -121.98763945199994, - 36.99499533300008 - ], - [ - -121.98748005299996, - 36.995048061000034 - ], - [ - -121.98747958599995, - 36.995048206000035 - ], - [ - -121.98748332799994, - 36.995064296000066 - ], - [ - -121.98748890099995, - 36.995088262000024 - ], - [ - -121.98749664299999, - 36.99512869600005 - ], - [ - -121.98749911899995, - 36.99516949800005 - ], - [ - -121.98749979999997, - 36.995208209000054 - ], - [ - -121.98749983799996, - 36.995210332000056 - ], - [ - -121.98750346399999, - 36.995214418000046 - ], - [ - -121.98758922099995, - 36.99531287800005 - ], - [ - -121.987599408, - 36.99532411600006 - ], - [ - -121.98761906099998, - 36.99534579700003 - ], - [ - -121.98761910099995, - 36.99534584100007 - ], - [ - -121.98765924699995, - 36.995345643000064 - ], - [ - -121.98766006899996, - 36.99534564500004 - ], - [ - -121.98874388699994, - 36.99534111200006 - ], - [ - -121.98913062999998, - 36.995758468000076 - ], - [ - -121.98915590499996, - 36.99578796800006 - ], - [ - -121.98953716399996, - 36.99623292600006 - ], - [ - -121.98990829099995, - 36.99646375200007 - ], - [ - -121.99028470399998, - 36.996627845000035 - ], - [ - -121.991063769, - 36.996977377000064 - ], - [ - -121.99108934099996, - 36.99747558900003 - ], - [ - -121.99095209099994, - 36.997639796000044 - ], - [ - -121.99094106599995, - 36.99776905300007 - ], - [ - -121.991191126, - 36.998043245000076 - ], - [ - -121.991459325, - 36.99878694900008 - ], - [ - -121.99146884399994, - 36.99900865800004 - ], - [ - -121.99147863199994, - 36.99924062600007 - ], - [ - -121.99182161599998, - 36.99995896200005 - ], - [ - -121.99189599699997, - 37.00034050100004 - ], - [ - -121.99200107099995, - 37.00087963100003 - ], - [ - -121.99203524299998, - 37.00131042400005 - ], - [ - -121.99187053799994, - 37.00163495700008 - ], - [ - -121.99198682899998, - 37.00240701700005 - ], - [ - -121.99222635299998, - 37.00265460000003 - ], - [ - -121.99224009899996, - 37.00300397600006 - ], - [ - -121.99203772799996, - 37.00316006800006 - ], - [ - -121.99210380899996, - 37.00364058900004 - ], - [ - -121.99210002899997, - 37.003791378000074 - ], - [ - -121.99224396199997, - 37.00397490600005 - ], - [ - -121.99229230499998, - 37.00615081800004 - ], - [ - -121.99229456199998, - 37.00625686500007 - ], - [ - -121.99322241399994, - 37.006247743000074 - ], - [ - -121.99601669999998, - 37.00622022300007 - ], - [ - -121.99604922599997, - 37.006219817000044 - ], - [ - -121.99607840899995, - 37.00621939600006 - ], - [ - -121.99610232199996, - 37.00621913400005 - ], - [ - -121.99610177399995, - 37.00661943600005 - ], - [ - -121.99610281399998, - 37.006672356000024 - ], - [ - -121.99602106299994, - 37.00678051800003 - ], - [ - -121.99411909599996, - 37.00930172200003 - ], - [ - -121.99408328799996, - 37.00957206800007 - ], - [ - -121.99408466399996, - 37.00957296400003 - ], - [ - -121.99408689799998, - 37.009573929000055 - ], - [ - -121.99453952699997, - 37.00976940800007 - ], - [ - -121.99474718099998, - 37.009769869000024 - ], - [ - -121.995514142, - 37.00975252300003 - ], - [ - -121.99684965299997, - 37.00975546500007 - ], - [ - -121.99684414399997, - 37.00907175900005 - ], - [ - -121.99684034299997, - 37.008359394000024 - ], - [ - -121.99683822399999, - 37.00808504500003 - ], - [ - -121.99737627199994, - 37.00835353300005 - ], - [ - -121.99764770899998, - 37.00848914200003 - ], - [ - -121.99764677299999, - 37.00835347700007 - ], - [ - -121.99763623099994, - 37.00696443900006 - ], - [ - -122.0009326099999, - 37.00696124700005 - ], - [ - -122.00115173899997, - 37.00696078500005 - ], - [ - -122.00148028799998, - 37.00720136800004 - ], - [ - -122.00181253199997, - 37.007201879000036 - ], - [ - -122.00180318899999, - 37.007161121000024 - ], - [ - -122.001781957, - 37.00704295300005 - ], - [ - -122.00176757899999, - 37.00692466700008 - ], - [ - -122.00175671099998, - 37.00680604300004 - ], - [ - -122.00175251399997, - 37.00668695300004 - ], - [ - -122.00171658699998, - 37.00600514700005 - ], - [ - -122.00162614799996, - 37.005243696000036 - ], - [ - -122.00161584399996, - 37.00515972000005 - ], - [ - -122.00160045799998, - 37.00507653300008 - ], - [ - -122.00158174099994, - 37.00499368200008 - ], - [ - -122.001521057, - 37.004786685000056 - ], - [ - -122.00150450799998, - 37.00473269200006 - ], - [ - -122.00149322099998, - 37.00467818800007 - ], - [ - -122.00148702699994, - 37.00462338700004 - ], - [ - -122.00148230399998, - 37.00456434400007 - ], - [ - -122.00148462299995, - 37.00450560300004 - ], - [ - -122.00149028399994, - 37.00444680700008 - ], - [ - -122.001502846, - 37.004389651000054 - ], - [ - -122.00151895, - 37.00433349000008 - ], - [ - -122.00154001499999, - 37.00427865100005 - ], - [ - -122.00156637899994, - 37.00422470800004 - ], - [ - -122.00174252299996, - 37.00386847400006 - ], - [ - -122.00178193999994, - 37.00378935300006 - ], - [ - -122.00181797999994, - 37.00370888200007 - ], - [ - -122.00184730299998, - 37.00362712000003 - ], - [ - -122.00187308199997, - 37.00354436300006 - ], - [ - -122.00189532999997, - 37.003461032000075 - ], - [ - -122.00191245899998, - 37.00337701400008 - ], - [ - -122.00192446999995, - 37.00329238000006 - ], - [ - -122.00193312299996, - 37.003207100000054 - ], - [ - -122.00193650399996, - 37.003121908000026 - ], - [ - -122.00193974899997, - 37.003031587000066 - ], - [ - -122.00194827499996, - 37.002941528000065 - ], - [ - -122.00196190999998, - 37.002851735000036 - ], - [ - -122.001978894, - 37.002762236000024 - ], - [ - -122.00199941199998, - 37.00267338100008 - ], - [ - -122.00202681399998, - 37.00258546400005 - ], - [ - -122.00205581499995, - 37.00249822300003 - ], - [ - -122.00209012699997, - 37.00241229900007 - ], - [ - -122.00236363599998, - 37.00180070400006 - ], - [ - -122.00274324399999, - 37.00108474900003 - ], - [ - -122.00288437599994, - 37.000868371000024 - ], - [ - -122.00319196899994, - 37.00048910600003 - ], - [ - -122.00324381699994, - 37.00042798100003 - ], - [ - -122.00330084599995, - 37.00036993500004 - ], - [ - -122.00336304499996, - 37.00031454200007 - ], - [ - -122.00342884, - 37.00026218100004 - ], - [ - -122.00349805699994, - 37.000212856000076 - ], - [ - -122.00356913299998, - 37.00016729500004 - ], - [ - -122.00364521399996, - 37.00012481500005 - ], - [ - -122.00372491699994, - 37.00008635000006 - ], - [ - -122.00403870699995, - 36.99993538600006 - ], - [ - -122.00408960899995, - 36.999905141000056 - ], - [ - -122.00413851699994, - 36.99987261000007 - ], - [ - -122.00418576899995, - 36.99983729300004 - ], - [ - -122.00422785899997, - 36.99979967500008 - ], - [ - -122.00426813899998, - 36.99976004700005 - ], - [ - -122.00430501299996, - 36.99971801800007 - ], - [ - -122.00433832399995, - 36.99967429000003 - ], - [ - -122.00436649399995, - 36.99962896200003 - ], - [ - -122.00448585799995, - 36.99943446300006 - ], - [ - -122.00453069599996, - 36.99936108500003 - ], - [ - -122.004732903, - 36.99902753600003 - ], - [ - -122.00476923099995, - 36.99896491800007 - ], - [ - -122.00480752199996, - 36.99890331900008 - ], - [ - -122.0048458699999, - 36.99885057800003 - ], - [ - -122.00487749799998, - 36.998809691000076 - ], - [ - -122.00488750699998, - 36.99879581300007 - ], - [ - -122.00493597099995, - 36.998739949000026 - ], - [ - -122.00498977299998, - 36.99868638500004 - ], - [ - -122.00504522099999, - 36.99863518300003 - ], - [ - -122.00510424599997, - 36.998586311000054 - ], - [ - -122.00516827799999, - 36.99854051700004 - ], - [ - -122.00530857299998, - 36.99844605200008 - ], - [ - -122.00535926299995, - 36.998414473000025 - ], - [ - -122.00541355099995, - 36.99838592800006 - ], - [ - -122.00546949399995, - 36.998360167000044 - ], - [ - -122.00552552, - 36.99833749600003 - ], - [ - -122.00558514099998, - 36.998317789000055 - ], - [ - -122.00564642799998, - 36.99830121600007 - ], - [ - -122.005707815, - 36.99828843800003 - ], - [ - -122.00581020899995, - 36.99827025800005 - ], - [ - -122.00591267699997, - 36.99825488600004 - ], - [ - -122.00601680099999, - 36.99824222900003 - ], - [ - -122.00612100099994, - 36.99823252400006 - ], - [ - -122.00619811299998, - 36.998229181000056 - ], - [ - -122.00627691499994, - 36.998229888000026 - ], - [ - -122.00635406699996, - 36.99823469900008 - ], - [ - -122.00643115199995, - 36.998243659000025 - ], - [ - -122.00650852299998, - 36.99825676300003 - ], - [ - -122.00658248699995, - 36.998274 - ], - [ - -122.00665655999995, - 36.998295314000075 - ], - [ - -122.00704629599994, - 36.998429746000056 - ], - [ - -122.00712199699996, - 36.998452790000044 - ], - [ - -122.00719953099997, - 36.99847200500005 - ], - [ - -122.00727855799994, - 36.99848782200007 - ], - [ - -122.00735766799994, - 36.99850019200005 - ], - [ - -122.00743650299995, - 36.99850877100005 - ], - [ - -122.00751717199995, - 36.99851359300004 - ], - [ - -122.00814563499995, - 36.99851849400005 - ], - [ - -122.00822615899995, - 36.99851783400004 - ], - [ - -122.00830640799995, - 36.998513382000056 - ], - [ - -122.008385149, - 36.998505160000036 - ], - [ - -122.00846361299995, - 36.998493146000044 - ], - [ - -122.00854196799997, - 36.99847698600007 - ], - [ - -122.00861865299998, - 36.99845748000007 - ], - [ - -122.00869365299997, - 36.99843420700006 - ], - [ - -122.00876330699998, - 36.998408211000026 - ], - [ - -122.00883287099998, - 36.99837884200008 - ], - [ - -122.00889725299999, - 36.998346398000024 - ], - [ - -122.00896173099994, - 36.99831092900007 - ], - [ - -122.00902261999994, - 36.99827270900005 - ], - [ - -122.00908494499998, - 36.99822898200006 - ], - [ - -122.00914403099995, - 36.99818256700007 - ], - [ - -122.00919775299997, - 36.99813272700004 - ], - [ - -122.00924983899995, - 36.99808087800005 - ], - [ - -122.009296754, - 36.99802637300007 - ], - [ - -122.00934008999997, - 36.99796953900005 - ], - [ - -122.00941112899994, - 36.998009111000044 - ], - [ - -122.00954605099997, - 36.998083594000036 - ], - [ - -122.00969510599998, - 36.998167187000035 - ], - [ - -122.00966851499999, - 36.99820560100005 - ], - [ - -122.00955181899997, - 36.99836751200007 - ], - [ - -122.00969682199997, - 36.99851050800004 - ], - [ - -122.00969606099994, - 36.99856134800007 - ], - [ - -122.00969574299995, - 36.99862898300006 - ], - [ - -122.00969157599997, - 36.99892944900006 - ], - [ - -122.00968991899998, - 36.99909911300006 - ], - [ - -122.00974701899997, - 36.99913027300005 - ], - [ - -122.00969781999999, - 36.99941041100004 - ], - [ - -122.00969697999994, - 36.99945162200004 - ], - [ - -122.00969439799997, - 36.999579754000024 - ], - [ - -122.00971989799996, - 36.99965939400005 - ], - [ - -122.00975651399995, - 36.99977357500006 - ], - [ - -122.00976381499999, - 36.99979686200004 - ], - [ - -122.00979692399994, - 36.99991145400003 - ], - [ - -122.00980994399998, - 37.00005106200007 - ], - [ - -122.00981262199997, - 37.00009903200004 - ], - [ - -122.0098538299999, - 37.000187477000054 - ], - [ - -122.00991455099995, - 37.00031545100006 - ], - [ - -122.00996474099998, - 37.00042434000005 - ], - [ - -122.00998227499997, - 37.00044225200003 - ], - [ - -122.01006099299997, - 37.000526053000044 - ], - [ - -122.01016594899994, - 37.00063767000006 - ], - [ - -122.01027613099996, - 37.00075405100006 - ], - [ - -122.01029021699998, - 37.00076794300003 - ], - [ - -122.01039440399995, - 37.00084386000003 - ], - [ - -122.010543913, - 37.000951067000074 - ], - [ - -122.01062027899997, - 37.001005733000056 - ], - [ - -122.010644679, - 37.00102394900006 - ], - [ - -122.01066205399997, - 37.001042565000034 - ], - [ - -122.01094896599994, - 37.00133760800003 - ], - [ - -122.01095636999997, - 37.001457697000035 - ], - [ - -122.010964802, - 37.00161657600006 - ], - [ - -122.01085008099994, - 37.001707311000075 - ], - [ - -122.01071277899996, - 37.00168918000003 - ], - [ - -122.01068542099995, - 37.00168542500006 - ], - [ - -122.01047917899996, - 37.00174024000006 - ], - [ - -122.01042564199997, - 37.00180378600004 - ], - [ - -122.01053510099996, - 37.001965803000076 - ], - [ - -122.01047364899995, - 37.00205584500003 - ], - [ - -122.01039723199995, - 37.002092221000055 - ], - [ - -122.01024454699996, - 37.00216391300006 - ], - [ - -122.01010125999994, - 37.00227840200006 - ], - [ - -122.01007195099999, - 37.00235362800004 - ], - [ - -122.01003822699994, - 37.00246147800004 - ], - [ - -122.01128441699996, - 37.002441978000036 - ], - [ - -122.011301646, - 37.00244175700004 - ], - [ - -122.01277214899994, - 37.002418860000034 - ], - [ - -122.01293651599997, - 37.00241635300006 - ], - [ - -122.01343980799999, - 37.00240844600006 - ], - [ - -122.01346370899995, - 37.00240783000004 - ], - [ - -122.01489483299997, - 37.002385504000074 - ], - [ - -122.01510016399999, - 37.002382510000075 - ], - [ - -122.01668193999996, - 37.00235781500004 - ], - [ - -122.01668299199997, - 37.002410664000024 - ], - [ - -122.01698768699998, - 37.00273843200006 - ], - [ - -122.01711555199995, - 37.00271235500003 - ], - [ - -122.01773809399998, - 37.002585844000066 - ], - [ - -122.01781820999997, - 37.00256964700003 - ], - [ - -122.01798700399996, - 37.002535212000055 - ], - [ - -122.01823923499995, - 37.002483819000076 - ], - [ - -122.01852241899996, - 37.00242585500007 - ], - [ - -122.018529248, - 37.00242475500005 - ], - [ - -122.018536069, - 37.00242330300006 - ], - [ - -122.01853269799994, - 37.002428844000065 - ], - [ - -122.01849146799998, - 37.00250526000008 - ], - [ - -122.01831983499994, - 37.00282298900004 - ], - [ - -122.01829520399997, - 37.002868962000036 - ], - [ - -122.01834647699997, - 37.00312377600005 - ], - [ - -122.01845470899997, - 37.00322570000003 - ], - [ - -122.01851409299996, - 37.003282969000054 - ], - [ - -122.018536811, - 37.003303954000046 - ], - [ - -122.01863458999998, - 37.00339642500006 - ], - [ - -122.01878811699999, - 37.00336316100004 - ], - [ - -122.01905058799997, - 37.00330653200007 - ], - [ - -122.01914616799996, - 37.00328986100004 - ], - [ - -122.01933168999994, - 37.00322976000007 - ], - [ - -122.01939969699998, - 37.003207934000045 - ], - [ - -122.01946438299996, - 37.00318686700007 - ], - [ - -122.01950712399997, - 37.00310114600006 - ], - [ - -122.01950966499999, - 37.00310127700004 - ], - [ - -122.01951148899997, - 37.00310137100007 - ], - [ - -122.01951223099996, - 37.003101410000056 - ], - [ - -122.01954989099994, - 37.003102316000025 - ], - [ - -122.01955675599999, - 37.00310255000005 - ], - [ - -122.02005688899999, - 37.00311456500003 - ], - [ - -122.02009630599997, - 37.003115440000045 - ], - [ - -122.02013846199998, - 37.00257902900006 - ], - [ - -122.02013915199996, - 37.00257906500008 - ], - [ - -122.02013908199996, - 37.002572548000046 - ], - [ - -122.02013797299998, - 37.00247013500007 - ], - [ - -122.02014111099999, - 37.002440412000055 - ], - [ - -122.020192738, - 37.002299777000076 - ], - [ - -122.02019304299995, - 37.00229894700004 - ], - [ - -122.020278809, - 37.00206529700006 - ], - [ - -122.02030576799996, - 37.00198269500004 - ], - [ - -122.02035309499996, - 37.001837683000076 - ], - [ - -122.02035466799671, - 37.00183245719666 - ], - [ - -122.02035587734281, - 37.00182713546298 - ], - [ - -122.02035671730117, - 37.00182174307883 - ], - [ - -122.02035718387195, - 37.001816305646564 - ], - [ - -122.02035727484325, - 37.00181084899304 - ], - [ - -122.02035698978578, - 37.001805399029756 - ], - [ - -122.02035633005288, - 37.001799981640936 - ], - [ - -122.0203552987732, - 37.001794622552545 - ], - [ - -122.02035390085074, - 37.0017893472177 - ], - [ - -122.02035214291753, - 37.00178418068753 - ], - [ - -122.02035003332638, - 37.001779147500194 - ], - [ - -122.02034758209628, - 37.00177427155722 - ], - [ - -122.02034480086876, - 37.00176957601433 - ], - [ - -122.02034170284968, - 37.00176508317235 - ], - [ - -122.02033830275467, - 37.00176081436802 - ], - [ - -122.02033461672544, - 37.00175678987397 - ], - [ - -122.02033066227158, - 37.001753028802334 - ], - [ - -122.02032645817597, - 37.00174954901558 - ], - [ - -122.02032202440022, - 37.001746367039225 - ], - [ - -122.02031738199729, - 37.00174349798362 - ], - [ - -122.02031255302062, - 37.00174095547663 - ], - [ - -122.02030756040402, - 37.001738751592704 - ], - [ - -122.02030242784895, - 37.00173689679384 - ], - [ - -122.02029717974247, - 37.00173539989476 - ], - [ - -122.02029184099996, - 37.001734268000064 - ], - [ - -122.02029110899997, - 37.00173404800006 - ], - [ - -122.02034980699995, - 37.00159929400007 - ], - [ - -122.02036872899998, - 37.00160319100007 - ], - [ - -122.02038423599998, - 37.001604403000044 - ], - [ - -122.02040127099997, - 37.00160348000003 - ], - [ - -122.02041666899999, - 37.00160054600008 - ], - [ - -122.02043201999999, - 37.00159585600005 - ], - [ - -122.020445559, - 37.00158915700007 - ], - [ - -122.0204574699999, - 37.00158073000006 - ], - [ - -122.02046916799998, - 37.001570969000056 - ], - [ - -122.02047749099995, - 37.00155993100003 - ], - [ - -122.02048421199999, - 37.00154814600006 - ], - [ - -122.02053802199998, - 37.00141590700008 - ], - [ - -122.02029956799998, - 37.001145723000036 - ], - [ - -122.02035187599995, - 37.00102314000003 - ], - [ - -122.02022615499999, - 37.00098429500008 - ], - [ - -122.02010185299997, - 37.00085333100003 - ], - [ - -122.01997432, - 37.00081247800006 - ], - [ - -122.01984517499994, - 37.00077052600005 - ], - [ - -122.01958556099999, - 37.000808551000034 - ], - [ - -122.01945285999994, - 37.00067913500004 - ], - [ - -122.01930797199998, - 37.00062711700008 - ], - [ - -122.01895806599998, - 37.00068214100003 - ], - [ - -122.01894953399994, - 37.00068538100004 - ], - [ - -122.01864186399996, - 37.00079438000006 - ], - [ - -122.01847955099998, - 37.000728527000035 - ], - [ - -122.01814361699996, - 37.00054857600003 - ], - [ - -122.01809639499999, - 37.000412924000045 - ], - [ - -122.01766764999996, - 37.00020797600007 - ], - [ - -122.017240486, - 37.00008890700008 - ], - [ - -122.01714052999995, - 36.999887999000066 - ], - [ - -122.01696646, - 36.99957193200004 - ], - [ - -122.01697306799997, - 36.99922544700007 - ], - [ - -122.01798595699995, - 36.99858936500004 - ], - [ - -122.01845704199997, - 36.998264576000054 - ], - [ - -122.01864710899997, - 36.99758982700007 - ], - [ - -122.01869069299994, - 36.99737087200003 - ], - [ - -122.01862532399997, - 36.99726702500004 - ], - [ - -122.01853135399995, - 36.997112696000045 - ], - [ - -122.01835725499996, - 36.997138997000036 - ], - [ - -122.01821888299997, - 36.997159700000054 - ], - [ - -122.01782874699995, - 36.99666073100008 - ], - [ - -122.01784240399996, - 36.99657262200003 - ], - [ - -122.01790740599995, - 36.99614746100008 - ], - [ - -122.01784321099996, - 36.99577054500003 - ], - [ - -122.01783934199995, - 36.99574417700006 - ], - [ - -122.01626040199994, - 36.99598930500008 - ], - [ - -122.01592083399999, - 36.99604210700005 - ], - [ - -122.01537461799995, - 36.99612717000008 - ], - [ - -122.01535569699996, - 36.99612981200005 - ], - [ - -122.01517987999995, - 36.99615754400003 - ], - [ - -122.01509010799998, - 36.995605168000054 - ], - [ - -122.01504523499995, - 36.995332810000036 - ], - [ - -122.015021779, - 36.995191342000055 - ], - [ - -122.014978655, - 36.99491853300003 - ], - [ - -122.014933784, - 36.99464617500007 - ], - [ - -122.01489049499997, - 36.99437379200003 - ], - [ - -122.01484562199994, - 36.99410136400007 - ], - [ - -122.01484360399996, - 36.99408494800008 - ], - [ - -122.01480063499997, - 36.99382458000008 - ], - [ - -122.01479102299999, - 36.99376730700004 - ], - [ - -122.01480294199996, - 36.99376584000004 - ], - [ - -122.01539387699995, - 36.99369007100006 - ], - [ - -122.01538074599995, - 36.99354673900007 - ], - [ - -122.01535309099995, - 36.99328034700005 - ], - [ - -122.01495389599995, - 36.99293527000003 - ], - [ - -122.01493970699994, - 36.992904227000054 - ], - [ - -122.014766168, - 36.99321586600007 - ], - [ - -122.01475108399995, - 36.99323053400008 - ], - [ - -122.014697346, - 36.993286140000066 - ], - [ - -122.014541813, - 36.993296093000026 - ], - [ - -122.01427048, - 36.99317668900005 - ], - [ - -122.01410490099994, - 36.99302701700003 - ], - [ - -122.01335233499998, - 36.99375025200004 - ], - [ - -122.01334223799995, - 36.993760688000066 - ], - [ - -122.01328510499997, - 36.99381431300003 - ], - [ - -122.01341287699995, - 36.99394417000008 - ], - [ - -122.01345037699997, - 36.993939245000035 - ], - [ - -122.01346019599998, - 36.99399778000003 - ], - [ - -122.013352549, - 36.99400987000007 - ], - [ - -122.01226250899998, - 36.994130089000066 - ], - [ - -122.01234365299996, - 36.99425230200006 - ], - [ - -122.01239141099995, - 36.99432242600005 - ], - [ - -122.01243019699996, - 36.99437920400004 - ], - [ - -122.01244966999997, - 36.99441057800004 - ], - [ - -122.01260745599996, - 36.994511878000026 - ], - [ - -122.01261441199995, - 36.99451555600007 - ], - [ - -122.01269780399997, - 36.99457010000003 - ], - [ - -122.01270119999998, - 36.994572152000046 - ], - [ - -122.01271931899998, - 36.99462541400004 - ], - [ - -122.01272493799996, - 36.994644933000075 - ], - [ - -122.01276674299999, - 36.99476900700006 - ], - [ - -122.01277767399995, - 36.994803199000046 - ], - [ - -122.01271065299994, - 36.994875199000035 - ], - [ - -122.01267879399995, - 36.99490716400004 - ], - [ - -122.01255798899996, - 36.99502647600008 - ], - [ - -122.01243549199995, - 36.995148276000066 - ], - [ - -122.01237994899998, - 36.99520222500007 - ], - [ - -122.01235911299995, - 36.99527182500003 - ], - [ - -122.01231885199996, - 36.995397995000076 - ], - [ - -122.01227854499996, - 36.995522479000044 - ], - [ - -122.01223507999998, - 36.99566037300008 - ], - [ - -122.01219005899998, - 36.99579934800005 - ], - [ - -122.01216750999998, - 36.99587073400005 - ], - [ - -122.01211752899997, - 36.99594209400004 - ], - [ - -122.01208922899997, - 36.995982294000044 - ], - [ - -122.01207751899994, - 36.99599824000006 - ], - [ - -122.01193991199995, - 36.996133934000056 - ], - [ - -122.011901207, - 36.99616636700006 - ], - [ - -122.01186408299998, - 36.99619877200007 - ], - [ - -122.01177648299995, - 36.99627062800005 - ], - [ - -122.01157112699997, - 36.996444309000026 - ], - [ - -122.01152398799996, - 36.99648370400007 - ], - [ - -122.01147892399996, - 36.99654162200005 - ], - [ - -122.01146396699994, - 36.99656106800006 - ], - [ - -122.01139887699998, - 36.99664632100007 - ], - [ - -122.01136217299995, - 36.99669453700005 - ], - [ - -122.011289224, - 36.99672881500004 - ], - [ - -122.01126212799994, - 36.996741506000035 - ], - [ - -122.01113654099998, - 36.99680008800004 - ], - [ - -122.01098736199998, - 36.99687080800004 - ], - [ - -122.01092290599996, - 36.996900442000026 - ], - [ - -122.01086776499994, - 36.996962961000065 - ], - [ - -122.01076391699996, - 36.997078679000026 - ], - [ - -122.01070193399994, - 36.997148484000036 - ], - [ - -122.01067192199997, - 36.99718386100005 - ], - [ - -122.01055798399995, - 36.99731036500003 - ], - [ - -122.01015302399998, - 36.997099294000066 - ], - [ - -122.01014089599994, - 36.99709289200007 - ], - [ - -122.00993331599994, - 36.99698399700003 - ], - [ - -122.01004239099996, - 36.99679339100004 - ], - [ - -122.01017027799998, - 36.99659607000007 - ], - [ - -122.01021525899995, - 36.99653505900005 - ], - [ - -122.01026026799997, - 36.996475033000024 - ], - [ - -122.01031059899998, - 36.996416744000044 - ], - [ - -122.01036254299999, - 36.996359693000045 - ], - [ - -122.01075176199998, - 36.995964264000065 - ], - [ - -122.01139522499994, - 36.995276078000074 - ], - [ - -122.01144207799996, - 36.995226004000074 - ], - [ - -122.01148395599995, - 36.99517397300008 - ], - [ - -122.01152225399994, - 36.99511954400003 - ], - [ - -122.01155699099996, - 36.99506348700004 - ], - [ - -122.01158675999994, - 36.99500575800005 - ], - [ - -122.01161121099994, - 36.99494643100007 - ], - [ - -122.01163230199995, - 36.994886388000054 - ], - [ - -122.011646327, - 36.99482512800006 - ], - [ - -122.01165888899999, - 36.994761786000026 - ], - [ - -122.01166439999997, - 36.99469778900004 - ], - [ - -122.01166657299996, - 36.99463391900008 - ], - [ - -122.01166347399999, - 36.99457013800003 - ], - [ - -122.01165703399994, - 36.99450634300007 - ], - [ - -122.011645623, - 36.994447414000035 - ], - [ - -122.01162913299999, - 36.99438927400007 - ], - [ - -122.011605638, - 36.99433223600005 - ], - [ - -122.01157884, - 36.99427659100007 - ], - [ - -122.01139312, - 36.993897865000065 - ], - [ - -122.01137331499996, - 36.99384730200006 - ], - [ - -122.01135683299998, - 36.99379605100006 - ], - [ - -122.01134559499997, - 36.99374365600005 - ], - [ - -122.01133592999997, - 36.993690884000046 - ], - [ - -122.01133312099995, - 36.99363806500003 - ], - [ - -122.01130988799997, - 36.993160061000026 - ], - [ - -122.01131443999998, - 36.99245683400005 - ], - [ - -122.01131335599996, - 36.99239611200005 - ], - [ - -122.01131484599995, - 36.992306453000026 - ], - [ - -122.01132162699997, - 36.992217408000045 - ], - [ - -122.01133350699996, - 36.992128345000026 - ], - [ - -122.01150452599995, - 36.992118908000066 - ], - [ - -122.01201933199997, - 36.99209028300004 - ], - [ - -122.01204162999994, - 36.99208899100006 - ], - [ - -122.01204428799997, - 36.992394544000035 - ], - [ - -122.01204511499998, - 36.99243228200004 - ], - [ - -122.01259066699998, - 36.99240257100007 - ], - [ - -122.01260944599994, - 36.99240126900003 - ], - [ - -122.01271374999999, - 36.992395773000055 - ], - [ - -122.01279041299995, - 36.99245521100005 - ], - [ - -122.01303196999999, - 36.992718188000026 - ], - [ - -122.01295915299994, - 36.992757244000074 - ], - [ - -122.01305332299995, - 36.992926338000075 - ], - [ - -122.01310445799999, - 36.99334214300006 - ], - [ - -122.01318748299997, - 36.99329679700003 - ], - [ - -122.01319596899998, - 36.99329187200004 - ], - [ - -122.01371413899994, - 36.99300567100005 - ], - [ - -122.01393073899999, - 36.99288508300003 - ], - [ - -122.013691296, - 36.99272169100004 - ], - [ - -122.01339618299994, - 36.99252121000006 - ], - [ - -122.01318112599995, - 36.99238868700007 - ], - [ - -122.01314448499994, - 36.99235310300003 - ], - [ - -122.01303618199995, - 36.99224773200007 - ], - [ - -122.01282663299997, - 36.992044462000024 - ], - [ - -122.01281619199995, - 36.992035359000056 - ], - [ - -122.01276738499996, - 36.99199850600007 - ], - [ - -122.01273760999999, - 36.99196322800003 - ], - [ - -122.01270827699994, - 36.99195121100007 - ], - [ - -122.01257887, - 36.991898642000024 - ], - [ - -122.01248540499995, - 36.991934886000024 - ], - [ - -122.01243421199996, - 36.99194721400005 - ], - [ - -122.01236957299994, - 36.99196314400007 - ], - [ - -122.012076429, - 36.99203532400003 - ], - [ - -122.01212140899997, - 36.991967775000035 - ], - [ - -122.01161951299997, - 36.99178710600006 - ], - [ - -122.01179507199998, - 36.99149160700006 - ], - [ - -122.01229651699998, - 36.991483103000064 - ], - [ - -122.01231532499997, - 36.991482854000026 - ], - [ - -122.01232042199996, - 36.991482767000036 - ], - [ - -122.01233236599995, - 36.99148228300004 - ], - [ - -122.01244026599994, - 36.99147982000005 - ], - [ - -122.01271579799999, - 36.99147282700005 - ], - [ - -122.01273800899997, - 36.99147498100007 - ], - [ - -122.01285779099999, - 36.99146964400006 - ], - [ - -122.01287660899999, - 36.991469746000064 - ], - [ - -122.01429282999999, - 36.991476712000065 - ], - [ - -122.01432494299996, - 36.99154703100004 - ], - [ - -122.01434117399998, - 36.99158218700006 - ], - [ - -122.01440020499996, - 36.99171257800003 - ], - [ - -122.01448427099996, - 36.99189175300006 - ], - [ - -122.01457036, - 36.992080878000024 - ], - [ - -122.01469765499996, - 36.99236484000005 - ], - [ - -122.014704699, - 36.99237850000003 - ], - [ - -122.01493970699994, - 36.992904227000054 - ] - ] - ], - [ - [ - [ - -122.14994133599998, - 37.02491547600005 - ], - [ - -122.14994098199998, - 37.02515867200003 - ], - [ - -122.15131109699996, - 37.02514871300008 - ], - [ - -122.15130203899997, - 37.024637891000054 - ], - [ - -122.15129219899995, - 37.02408317900006 - ], - [ - -122.15088494499997, - 37.02408282600004 - ], - [ - -122.14994253599997, - 37.024082004000036 - ], - [ - -122.14994133599998, - 37.02491547600005 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Harvey Mudd College", - "era": "college", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -117.70940780639648, - 34.10610155172603 - ] - } - }, - { - "type": "Feature", - "properties": { - "era": "formative", - "label": "Cedar Park", - "type": "neighborhood" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -75.226539, - 39.952002 - ], - [ - -75.227419, - 39.947813 - ], - [ - -75.227381, - 39.947771 - ], - [ - -75.225441, - 39.946065 - ], - [ - -75.224731, - 39.945465 - ], - [ - -75.221958, - 39.944861 - ], - [ - -75.219093, - 39.944181 - ], - [ - -75.219067, - 39.944189 - ], - [ - -75.217587, - 39.943867 - ], - [ - -75.217083, - 39.943761 - ], - [ - -75.215738, - 39.943454 - ], - [ - -75.215246, - 39.94308 - ], - [ - -75.215031, - 39.943292 - ], - [ - -75.211399, - 39.94577 - ], - [ - -75.211372, - 39.945791 - ], - [ - -75.215014, - 39.94884 - ], - [ - -75.21503, - 39.948838 - ], - [ - -75.215026, - 39.948845 - ], - [ - -75.214694, - 39.950546 - ], - [ - -75.21813, - 39.950965 - ], - [ - -75.220621, - 39.951282 - ], - [ - -75.222585, - 39.951523 - ], - [ - -75.22259, - 39.951521 - ], - [ - -75.226539, - 39.952002 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Spruce Hill/Garden Court", - "era": "stepwise", - "type": "neighborhood" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -75.214152, - 39.953119 - ], - [ - -75.215123, - 39.95324 - ], - [ - -75.218125, - 39.953617 - ], - [ - -75.222063, - 39.954105 - ], - [ - -75.225996, - 39.954587 - ], - [ - -75.226539, - 39.952002 - ], - [ - -75.22259, - 39.951521 - ], - [ - -75.222585, - 39.951523 - ], - [ - -75.220621, - 39.951282 - ], - [ - -75.21813, - 39.950965 - ], - [ - -75.214694, - 39.950546 - ], - [ - -75.214152, - 39.953119 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Malcolm X Park", - "era": "stepwise", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.22538423538208, - 39.95268137736594 - ] - } - }, - { - "type": "Feature", - "properties": { - "era": "openplans", - "label": "Yorktown", - "type": "neighborhood" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -75.157516, - 39.980182 - ], - [ - -75.158447, - 39.975839 - ], - [ - -75.158451, - 39.97582 - ], - [ - -75.158693, - 39.974541 - ], - [ - -75.158714, - 39.974427 - ], - [ - -75.158957, - 39.973155 - ], - [ - -75.159145, - 39.972328 - ], - [ - -75.159344, - 39.971455 - ], - [ - -75.152575, - 39.970572 - ], - [ - -75.150975, - 39.970518 - ], - [ - -75.150603, - 39.972117 - ], - [ - -75.150317, - 39.973384 - ], - [ - -75.150041, - 39.974758 - ], - [ - -75.149736, - 39.976183 - ], - [ - -75.149428, - 39.977575 - ], - [ - -75.149093, - 39.979114 - ], - [ - -75.149113, - 39.979116 - ], - [ - -75.149837, - 39.979212 - ], - [ - -75.150348, - 39.979279 - ], - [ - -75.150701, - 39.979326 - ], - [ - -75.151467, - 39.979426 - ], - [ - -75.152297, - 39.979536 - ], - [ - -75.157516, - 39.980182 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "era": "city of phila", - "label": "Hartranft", - "type": "neighborhood" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -75.144969, - 39.979004 - ], - [ - -75.144948, - 39.979176 - ], - [ - -75.144794, - 39.980066 - ], - [ - -75.144511, - 39.981569 - ], - [ - -75.144245, - 39.983067 - ], - [ - -75.144049, - 39.983615 - ], - [ - -75.144061, - 39.983721 - ], - [ - -75.144052, - 39.983723 - ], - [ - -75.143845, - 39.984684 - ], - [ - -75.143503, - 39.98627 - ], - [ - -75.143501, - 39.986277 - ], - [ - -75.14317, - 39.987768 - ], - [ - -75.142848, - 39.989258 - ], - [ - -75.142522, - 39.990756 - ], - [ - -75.142176, - 39.992335 - ], - [ - -75.142187, - 39.992337 - ], - [ - -75.141836, - 39.993909 - ], - [ - -75.141524, - 39.995407 - ], - [ - -75.141232, - 39.996906 - ], - [ - -75.140901, - 39.998388 - ], - [ - -75.140576, - 39.999983 - ], - [ - -75.140056, - 40.001968 - ], - [ - -75.141475, - 40.001436 - ], - [ - -75.143339, - 40.000742 - ], - [ - -75.146199, - 39.999677 - ], - [ - -75.14879, - 39.998711 - ], - [ - -75.151494, - 39.997695 - ], - [ - -75.153418, - 39.996976 - ], - [ - -75.153898, - 39.996817 - ], - [ - -75.153995, - 39.996782 - ], - [ - -75.155504, - 39.996179 - ], - [ - -75.155946, - 39.996026 - ], - [ - -75.154529, - 39.993941 - ], - [ - -75.156195, - 39.98627 - ], - [ - -75.15654, - 39.984681 - ], - [ - -75.157516, - 39.980182 - ], - [ - -75.152297, - 39.979536 - ], - [ - -75.151467, - 39.979426 - ], - [ - -75.150701, - 39.979326 - ], - [ - -75.150348, - 39.979279 - ], - [ - -75.149837, - 39.979212 - ], - [ - -75.149113, - 39.979116 - ], - [ - -75.149093, - 39.979114 - ], - [ - -75.148547, - 39.979042 - ], - [ - -75.148153, - 39.97899 - ], - [ - -75.147366, - 39.978886 - ], - [ - -75.146619, - 39.978788 - ], - [ - -75.146251, - 39.97874 - ], - [ - -75.145834, - 39.978685 - ], - [ - -75.145043, - 39.97858 - ], - [ - -75.144969, - 39.979004 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "era": "present day", - "label": "East Passyunk", - "type": "neighborhood" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -75.156844, - 39.928971 - ], - [ - -75.168263, - 39.930454 - ], - [ - -75.168265, - 39.930442 - ], - [ - -75.168532, - 39.929234 - ], - [ - -75.168654, - 39.92864 - ], - [ - -75.168806, - 39.928013 - ], - [ - -75.169066, - 39.926781 - ], - [ - -75.169311, - 39.925573 - ], - [ - -75.169564, - 39.924396 - ], - [ - -75.169572, - 39.924362 - ], - [ - -75.168477, - 39.924228 - ], - [ - -75.166014, - 39.923905 - ], - [ - -75.161311, - 39.923298 - ], - [ - -75.161302, - 39.923297 - ], - [ - -75.161138, - 39.924088 - ], - [ - -75.160867, - 39.925295 - ], - [ - -75.160775, - 39.925701 - ], - [ - -75.160757, - 39.925699 - ], - [ - -75.159185, - 39.925488 - ], - [ - -75.157675, - 39.925273 - ], - [ - -75.157117, - 39.927754 - ], - [ - -75.156844, - 39.928971 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "era": "stepwise", - "label": "Woodland Terrace", - "type": "neighborhood" - }, - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [ - -75.208609, - 39.945463 - ], - [ - -75.208237, - 39.945761 - ], - [ - -75.206987, - 39.946856 - ], - [ - -75.205637, - 39.94805 - ], - [ - -75.205151, - 39.948516 - ], - [ - -75.203931, - 39.948939 - ], - [ - -75.203978, - 39.949899 - ], - [ - -75.205752, - 39.949827 - ], - [ - -75.207134, - 39.949785 - ], - [ - -75.208044, - 39.949747 - ], - [ - -75.209262, - 39.949541 - ], - [ - -75.208609, - 39.945463 - ] - ] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Accra, Ghana", - "era": "inat", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -0.204620361328125, - 5.561315286651835 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Porto Novo, Benin", - "era": "inat", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.6253890991210938, - 6.501240253095992 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Nairobi, Kenya", - "era": "inat", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 36.81999206542968, - -1.2777413679950957 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Tshwane, South Africa", - "era": "inat", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 28.187484741210938, - -25.743621601040825 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Victoria Falls, Zimbabwe", - "era": "inat", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 25.835552215576172, - -17.92753760544414 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Egypt", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 29.838867187500004, - 27.01998400798257 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "France", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.6806640625, - 48.16608541901253 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "United Kingdom", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -2.1533203125, - 54.749990970226925 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Germany", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 9.9755859375, - 51.39920565355378 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Ivory Coast", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -5.537109374999999, - 8.146242825034385 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "China", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 116.3671875, - 40.1452892956766 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Japan", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 138.69140625, - 37.16031654673677 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Canada", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -105.8203125, - 55.97379820507658 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Independents Hall", - "era": "openplans", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.14570116996765, - 39.9507157036802 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Temple University Train Station", - "era": "openplans", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.1496171951294, - 39.98088545017754 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "1234 Market Street", - "era": "city of phila", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.16095757484436, - 39.95171088444732 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Municipal Services Building", - "era": "city of phila", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.1644042134285, - 39.95412681057028 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "J.R. Masterman Laboratory & Demonstration School", - "era": "formative", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.16573727130888, - 39.96336616958462 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "First Round Capital", - "era": "stepwise", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -75.20476073026657, - 39.95309157097421 - ] - } - }, - { - "type": "Feature", - "properties": { - "label": "Netherlands", - "era": "travels", - "type": "point" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 5.679931640625, - 52.01193653675363 - ] - } - } - ] -} diff --git a/templates/storypages/index.html b/templates/storypages/index.html deleted file mode 100644 index e20df0b3..00000000 --- a/templates/storypages/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - Story - - - - - - - -
    - -
    - - -
    -
    -

    Story Map title

    -

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse molestie hendrerit quam, efficitur vestibulum justo vehicula a.

    -

    Nullam et metus eu eros facilisis commodo. Vivamus elementum nulla nisi, eget fermentum mauris placerat sed.

    -
    - -
    -

    Second slide title

    -

    Nunc dapibus arcu vel sapien rutrum rhoncus. Pellentesque dignissim, nisi ac pellentesque egestas, urna risus varius leo, eget efficitur risus tortor vel magna.

    -

    Suspendisse sed posuere velit, ac gravida elit. Nam viverra vehicula nisl ut gravida.

    -
    - -
    -

    Third slide title

    -

    Pellentesque nunc tellus, euismod sed mauris vitae, volutpat viverra metus. Nunc vel nisl massa. Nunc ullamcorper interdum vehicula. Ut at mi congue, lacinia eros eget, gravida libero. Vivamus et cursus lorem. Nulla elementum neque a nunc sollicitudin, eget maximus turpis egestas. In hac habitasse platea dictumst. Maecenas aliquet nibh tempor leo pretium, vel congue dui malesuada. Sed non felis porttitor, laoreet ante ac, volutpat nibh. Sed tincidunt eleifend felis, et porttitor dui interdum scelerisque. Mauris eget eros pharetra, pretium justo nec, commodo tellus. Duis orci sem, vehicula a leo eget, lacinia venenatis neque. Duis purus enim, volutpat dapibus arcu eget, aliquam malesuada nulla. Duis nisi eros, semper eu bibendum condimentum, vehicula vel felis. Integer a lacus dictum, tempor nulla at, ornare ante.

    -
    - -
    - - -
    -
    -
    - - - - - diff --git a/templates/storypages/js/index.js b/templates/storypages/js/index.js deleted file mode 100644 index 8cef54d8..00000000 --- a/templates/storypages/js/index.js +++ /dev/null @@ -1,51 +0,0 @@ -import { SlideDeck } from './slidedeck.js'; - -const map = L.map('map').setView([0, 0], 0); - -// ## The Base Tile Layer -const baseTileLayer = L.tileLayer('https://tiles.stadiamaps.com/tiles/stamen_watercolor/{z}/{x}/{y}.jpg', { - maxZoom: 16, - attribution: '© Stadia Maps © Stamen Design © OpenStreetMap', -}); -baseTileLayer.addTo(map); - -// ## Interface Elements -const slides = document.querySelectorAll('.slide'); -const slidePrevButton = document.querySelector('#prev-slide'); -const slideNextButton = document.querySelector('#next-slide'); - -const slideOptions = { - 'second-slide': { - style: (feature) => { - return { - color: 'red', - fillColor: 'green', - fillOpacity: 0.5, - }; - }, - onEachFeature: (feature, layer) => { - layer.bindTooltip(feature.properties.label); - }, - }, - 'third-slide': { - style: (feature) => { - return { - color: 'blue', - fillColor: 'yellow', - fillOpacity: 0.5, - }; - }, - onEachFeature: (feature, layer) => { - layer.bindTooltip(feature.properties.label); - }, - }, -}; - -// ## The SlideDeck object -const deck = new SlideDeck(slides, map, slideOptions); - -slidePrevButton.addEventListener('click', () => deck.goPrevSlide()); -slideNextButton.addEventListener('click', () => deck.goNextSlide()); - -deck.preloadFeatureCollections(); -deck.showCurrentSlide(); diff --git a/templates/storypages/js/slidedeck.js b/templates/storypages/js/slidedeck.js deleted file mode 100644 index 1513905b..00000000 --- a/templates/storypages/js/slidedeck.js +++ /dev/null @@ -1,181 +0,0 @@ -/** - * A slide deck object - */ -class SlideDeck { - /** - * Constructor for the SlideDeck object. - * @param {NodeList} slides A list of HTML elements containing the slide text. - * @param {L.map} map The Leaflet map where data will be shown. - * @param {object} slideOptions The options to create each slide's L.geoJSON - * layer, keyed by slide ID. - */ - constructor(slides, map, slideOptions = {}) { - this.slides = slides; - this.map = map; - this.slideOptions = slideOptions; - - this.dataLayer = L.layerGroup().addTo(map); - this.currentSlideIndex = 0; - } - - /** - * ### updateDataLayer - * - * The updateDataLayer function will clear any markers or shapes previously - * added to the GeoJSON layer on the map, and replace them with the data - * provided in the `data` argument. The `data` should contain a GeoJSON - * FeatureCollection object. - * - * @param {object} data A GeoJSON FeatureCollection object - * @param {object} options Options to pass to L.geoJSON - * @return {L.GeoJSONLayer} The new GeoJSON layer that has been added to the - * data layer group. - */ - updateDataLayer(data, options) { - this.dataLayer.clearLayers(); - - const defaultOptions = { - pointToLayer: (p, latlng) => L.marker(latlng), - style: (feature) => feature.properties.style, - onEachFeature: (feature, layer) => { - if (feature.properties && feature.properties.label) { - layer.bindTooltip(feature.properties.label); - } - } - }; - const geoJsonLayer = L.geoJSON(data, options || defaultOptions) - .addTo(this.dataLayer); - - return geoJsonLayer; - } - - /** - * ### getSlideFeatureCollection - * - * Load the slide's features from a GeoJSON file. - * - * @param {HTMLElement} slide The slide's HTML element. The element id should match the key for the slide's GeoJSON file - * @return {object} The FeatureCollection as loaded from the data file - */ - async getSlideFeatureCollection(slide) { - const resp = await fetch(`data/${slide.id}.json`); - const data = await resp.json(); - return data; - } - - /** - * ### hideAllSlides - * - * Add the hidden class to all slides' HTML elements. - * - * @param {NodeList} slides The set of all slide elements, in order. - */ - hideAllSlides() { - for (const slide of this.slides) { - slide.classList.add('hidden'); - } - } - - /** - * ### showSlide - * - * Go to the slide that mathces the specified ID. - * - * @param {HTMLElement} slide The slide's HTML element - */ - async showSlide(slide) { - this.hideAllSlides(this.slides); - slide.classList.remove('hidden'); - - const collection = await this.getSlideFeatureCollection(slide); - const options = this.slideOptions[slide.id]; - const layer = this.updateDataLayer(collection, options); - - /** - * Create a bounds object from a GeoJSON bbox array. - * @param {Array} bbox The bounding box of the collection - * @return {L.latLngBounds} The bounds object - */ - const boundsFromBbox = (bbox) => { - const [west, south, east, north] = bbox; - const bounds = L.latLngBounds( - L.latLng(south, west), - L.latLng(north, east), - ); - return bounds; - }; - - /** - * Create a temporary event handler that will show tooltips on the map - * features, after the map is done "flying" to contain the data layer. - */ - const handleFlyEnd = () => { - if (slide.showpopups) { - layer.eachLayer((l) => { - l.bindTooltip(l.feature.properties.label, { permanent: true }); - l.openTooltip(); - }); - } - this.map.removeEventListener('moveend', handleFlyEnd); - }; - - this.map.addEventListener('moveend', handleFlyEnd); - if (collection.bbox) { - this.map.flyToBounds(boundsFromBbox(collection.bbox)); - } else { - this.map.flyToBounds(layer.getBounds()); - } - } - - /** - * Show the slide with ID matched by currentSlideIndex. If currentSlideIndex is - * null, then show the first slide. - */ - showCurrentSlide() { - const slide = this.slides[this.currentSlideIndex]; - this.showSlide(slide); - } - - /** - * Increment the currentSlideIndex and show the corresponding slide. If the - * current slide is the final slide, then the next is the first. - */ - goNextSlide() { - this.currentSlideIndex++; - - if (this.currentSlideIndex === this.slides.length) { - this.currentSlideIndex = 0; - } - - this.showCurrentSlide(); - } - - /** - * Decrement the currentSlideIndes and show the corresponding slide. If the - * current slide is the first slide, then the previous is the final. - */ - goPrevSlide() { - this.currentSlideIndex--; - - if (this.currentSlideIndex < 0) { - this.currentSlideIndex = this.slides.length - 1; - } - - this.showCurrentSlide(); - } - - /** - * ### preloadFeatureCollections - * - * Initiate a fetch on all slide data so that the browser can cache the - * requests. This way, when a specific slide is loaded it has a better chance - * of loading quickly. - */ - preloadFeatureCollections() { - for (const slide of this.slides) { - this.getSlideFeatureCollection(slide); - } - } -} - -export { SlideDeck };